fix patch
[openwrt/svn-archive/archive.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/walnut.dts powerpc.git/arch/powerpc/boot/dts/walnut.dts
9461 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/walnut.dts 2008-04-11 22:32:29.000000000 +0200
9462 +++ powerpc.git/arch/powerpc/boot/dts/walnut.dts 2008-04-19 16:40:52.000000000 +0200
9463 @@ -125,7 +125,6 @@
9464 };
9465
9466 EMAC: ethernet@ef600800 {
9467 - linux,network-index = <0>;
9468 device_type = "network";
9469 compatible = "ibm,emac-405gp", "ibm,emac";
9470 interrupt-parent = <&UIC0>;
9471 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/warp.dts powerpc.git/arch/powerpc/boot/dts/warp.dts
9472 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/warp.dts 2008-04-11 22:32:29.000000000 +0200
9473 +++ powerpc.git/arch/powerpc/boot/dts/warp.dts 2008-04-19 16:40:52.000000000 +0200
9474 @@ -204,7 +204,6 @@
9475 };
9476
9477 EMAC0: ethernet@ef600e00 {
9478 - linux,network-index = <0>;
9479 device_type = "network";
9480 compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
9481 interrupt-parent = <&UIC1>;
9482 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/dts/yosemite.dts powerpc.git/arch/powerpc/boot/dts/yosemite.dts
9483 --- linux-2.6.25-rc9/arch/powerpc/boot/dts/yosemite.dts 1970-01-01 01:00:00.000000000 +0100
9484 +++ powerpc.git/arch/powerpc/boot/dts/yosemite.dts 2008-04-19 16:40:52.000000000 +0200
9485 @@ -0,0 +1,304 @@
9486 +/*
9487 + * Device Tree Source for AMCC Yosemite
9488 + *
9489 + * Copyright 2008 IBM Corp.
9490 + * Josh Boyer <jwboyer@linux.vnet.ibm.com>
9491 + *
9492 + * This file is licensed under the terms of the GNU General Public
9493 + * License version 2. This program is licensed "as is" without
9494 + * any warranty of any kind, whether express or implied.
9495 + */
9496 +
9497 +/ {
9498 + #address-cells = <2>;
9499 + #size-cells = <1>;
9500 + model = "amcc,yosemite";
9501 + compatible = "amcc,yosemite","amcc,bamboo";
9502 + dcr-parent = <&/cpus/cpu@0>;
9503 +
9504 + aliases {
9505 + ethernet0 = &EMAC0;
9506 + ethernet1 = &EMAC1;
9507 + serial0 = &UART0;
9508 + serial1 = &UART1;
9509 + serial2 = &UART2;
9510 + serial3 = &UART3;
9511 + };
9512 +
9513 + cpus {
9514 + #address-cells = <1>;
9515 + #size-cells = <0>;
9516 +
9517 + cpu@0 {
9518 + device_type = "cpu";
9519 + model = "PowerPC,440EP";
9520 + reg = <0>;
9521 + clock-frequency = <0>; /* Filled in by zImage */
9522 + timebase-frequency = <0>; /* Filled in by zImage */
9523 + i-cache-line-size = <20>;
9524 + d-cache-line-size = <20>;
9525 + i-cache-size = <8000>;
9526 + d-cache-size = <8000>;
9527 + dcr-controller;
9528 + dcr-access-method = "native";
9529 + };
9530 + };
9531 +
9532 + memory {
9533 + device_type = "memory";
9534 + reg = <0 0 0>; /* Filled in by zImage */
9535 + };
9536 +
9537 + UIC0: interrupt-controller0 {
9538 + compatible = "ibm,uic-440ep","ibm,uic";
9539 + interrupt-controller;
9540 + cell-index = <0>;
9541 + dcr-reg = <0c0 009>;
9542 + #address-cells = <0>;
9543 + #size-cells = <0>;
9544 + #interrupt-cells = <2>;
9545 + };
9546 +
9547 + UIC1: interrupt-controller1 {
9548 + compatible = "ibm,uic-440ep","ibm,uic";
9549 + interrupt-controller;
9550 + cell-index = <1>;
9551 + dcr-reg = <0d0 009>;
9552 + #address-cells = <0>;
9553 + #size-cells = <0>;
9554 + #interrupt-cells = <2>;
9555 + interrupts = <1e 4 1f 4>; /* cascade */
9556 + interrupt-parent = <&UIC0>;
9557 + };
9558 +
9559 + SDR0: sdr {
9560 + compatible = "ibm,sdr-440ep";
9561 + dcr-reg = <00e 002>;
9562 + };
9563 +
9564 + CPR0: cpr {
9565 + compatible = "ibm,cpr-440ep";
9566 + dcr-reg = <00c 002>;
9567 + };
9568 +
9569 + plb {
9570 + compatible = "ibm,plb-440ep", "ibm,plb-440gp", "ibm,plb4";
9571 + #address-cells = <2>;
9572 + #size-cells = <1>;
9573 + ranges;
9574 + clock-frequency = <0>; /* Filled in by zImage */
9575 +
9576 + SDRAM0: sdram {
9577 + compatible = "ibm,sdram-440ep", "ibm,sdram-405gp";
9578 + dcr-reg = <010 2>;
9579 + };
9580 +
9581 + DMA0: dma {
9582 + compatible = "ibm,dma-440ep", "ibm,dma-440gp";
9583 + dcr-reg = <100 027>;
9584 + };
9585 +
9586 + MAL0: mcmal {
9587 + compatible = "ibm,mcmal-440ep", "ibm,mcmal-440gp", "ibm,mcmal";
9588 + dcr-reg = <180 62>;
9589 + num-tx-chans = <4>;
9590 + num-rx-chans = <2>;
9591 + interrupt-parent = <&MAL0>;
9592 + interrupts = <0 1 2 3 4>;
9593 + #interrupt-cells = <1>;
9594 + #address-cells = <0>;
9595 + #size-cells = <0>;
9596 + interrupt-map = </*TXEOB*/ 0 &UIC0 a 4
9597 + /*RXEOB*/ 1 &UIC0 b 4
9598 + /*SERR*/ 2 &UIC1 0 4
9599 + /*TXDE*/ 3 &UIC1 1 4
9600 + /*RXDE*/ 4 &UIC1 2 4>;
9601 + };
9602 +
9603 + POB0: opb {
9604 + compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb";
9605 + #address-cells = <1>;
9606 + #size-cells = <1>;
9607 + /* Bamboo is oddball in the 44x world and doesn't use the ERPN
9608 + * bits.
9609 + */
9610 + ranges = <00000000 0 00000000 80000000
9611 + 80000000 0 80000000 80000000>;
9612 + interrupt-parent = <&UIC1>;
9613 + interrupts = <7 4>;
9614 + clock-frequency = <0>; /* Filled in by zImage */
9615 +
9616 + EBC0: ebc {
9617 + compatible = "ibm,ebc-440ep", "ibm,ebc-440gp", "ibm,ebc";
9618 + dcr-reg = <012 2>;
9619 + #address-cells = <2>;
9620 + #size-cells = <1>;
9621 + clock-frequency = <0>; /* Filled in by zImage */
9622 + interrupts = <5 1>;
9623 + interrupt-parent = <&UIC1>;
9624 + };
9625 +
9626 + UART0: serial@ef600300 {
9627 + device_type = "serial";
9628 + compatible = "ns16550";
9629 + reg = <ef600300 8>;
9630 + virtual-reg = <ef600300>;
9631 + clock-frequency = <0>; /* Filled in by zImage */
9632 + current-speed = <1c200>;
9633 + interrupt-parent = <&UIC0>;
9634 + interrupts = <0 4>;
9635 + };
9636 +
9637 + UART1: serial@ef600400 {
9638 + device_type = "serial";
9639 + compatible = "ns16550";
9640 + reg = <ef600400 8>;
9641 + virtual-reg = <ef600400>;
9642 + clock-frequency = <0>;
9643 + current-speed = <0>;
9644 + interrupt-parent = <&UIC0>;
9645 + interrupts = <1 4>;
9646 + };
9647 +
9648 + UART2: serial@ef600500 {
9649 + device_type = "serial";
9650 + compatible = "ns16550";
9651 + reg = <ef600500 8>;
9652 + virtual-reg = <ef600500>;
9653 + clock-frequency = <0>;
9654 + current-speed = <0>;
9655 + interrupt-parent = <&UIC0>;
9656 + interrupts = <3 4>;
9657 + status = "disabled";
9658 + };
9659 +
9660 + UART3: serial@ef600600 {
9661 + device_type = "serial";
9662 + compatible = "ns16550";
9663 + reg = <ef600600 8>;
9664 + virtual-reg = <ef600600>;
9665 + clock-frequency = <0>;
9666 + current-speed = <0>;
9667 + interrupt-parent = <&UIC0>;
9668 + interrupts = <4 4>;
9669 + status = "disabled";
9670 + };
9671 +
9672 + IIC0: i2c@ef600700 {
9673 + compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
9674 + reg = <ef600700 14>;
9675 + interrupt-parent = <&UIC0>;
9676 + interrupts = <2 4>;
9677 + };
9678 +
9679 + IIC1: i2c@ef600800 {
9680 + compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
9681 + reg = <ef600800 14>;
9682 + interrupt-parent = <&UIC0>;
9683 + interrupts = <7 4>;
9684 + };
9685 +
9686 + spi@ef600900 {
9687 + compatible = "amcc,spi-440ep";
9688 + reg = <ef600900 6>;
9689 + interrupts = <8 4>;
9690 + interrupt-parent = <&UIC0>;
9691 + };
9692 +
9693 + ZMII0: emac-zmii@ef600d00 {
9694 + compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii";
9695 + reg = <ef600d00 c>;
9696 + };
9697 +
9698 + EMAC0: ethernet@ef600e00 {
9699 + device_type = "network";
9700 + compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
9701 + interrupt-parent = <&UIC1>;
9702 + interrupts = <1c 4 1d 4>;
9703 + reg = <ef600e00 70>;
9704 + local-mac-address = [000000000000];
9705 + mal-device = <&MAL0>;
9706 + mal-tx-channel = <0 1>;
9707 + mal-rx-channel = <0>;
9708 + cell-index = <0>;
9709 + max-frame-size = <5dc>;
9710 + rx-fifo-size = <1000>;
9711 + tx-fifo-size = <800>;
9712 + phy-mode = "rmii";
9713 + phy-map = <00000000>;
9714 + zmii-device = <&ZMII0>;
9715 + zmii-channel = <0>;
9716 + };
9717 +
9718 + EMAC1: ethernet@ef600f00 {
9719 + device_type = "network";
9720 + compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
9721 + interrupt-parent = <&UIC1>;
9722 + interrupts = <1e 4 1f 4>;
9723 + reg = <ef600f00 70>;
9724 + local-mac-address = [000000000000];
9725 + mal-device = <&MAL0>;
9726 + mal-tx-channel = <2 3>;
9727 + mal-rx-channel = <1>;
9728 + cell-index = <1>;
9729 + max-frame-size = <5dc>;
9730 + rx-fifo-size = <1000>;
9731 + tx-fifo-size = <800>;
9732 + phy-mode = "rmii";
9733 + phy-map = <00000000>;
9734 + zmii-device = <&ZMII0>;
9735 + zmii-channel = <1>;
9736 + };
9737 +
9738 + usb@ef601000 {
9739 + compatible = "ohci-be";
9740 + reg = <ef601000 80>;
9741 + interrupts = <8 4 9 4>;
9742 + interrupt-parent = < &UIC1 >;
9743 + };
9744 + };
9745 +
9746 + PCI0: pci@ec000000 {
9747 + device_type = "pci";
9748 + #interrupt-cells = <1>;
9749 + #size-cells = <2>;
9750 + #address-cells = <3>;
9751 + compatible = "ibm,plb440ep-pci", "ibm,plb-pci";
9752 + primary;
9753 + reg = <0 eec00000 8 /* Config space access */
9754 + 0 eed00000 4 /* IACK */
9755 + 0 eed00000 4 /* Special cycle */
9756 + 0 ef400000 40>; /* Internal registers */
9757 +
9758 + /* Outbound ranges, one memory and one IO,
9759 + * later cannot be changed. Chip supports a second
9760 + * IO range but we don't use it for now
9761 + */
9762 + ranges = <02000000 0 a0000000 0 a0000000 0 20000000
9763 + 01000000 0 00000000 0 e8000000 0 00010000>;
9764 +
9765 + /* Inbound 2GB range starting at 0 */
9766 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
9767 +
9768 + /* Bamboo has all 4 IRQ pins tied together per slot */
9769 + interrupt-map-mask = <f800 0 0 0>;
9770 + interrupt-map = <
9771 + /* IDSEL 1 */
9772 + 0800 0 0 0 &UIC0 1c 8
9773 +
9774 + /* IDSEL 2 */
9775 + 1000 0 0 0 &UIC0 1b 8
9776 +
9777 + /* IDSEL 3 */
9778 + 1800 0 0 0 &UIC0 1a 8
9779 +
9780 + /* IDSEL 4 */
9781 + 2000 0 0 0 &UIC0 19 8
9782 + >;
9783 + };
9784 + };
9785 +
9786 + chosen {
9787 + linux,stdout-path = "/plb/opb/serial@ef600300";
9788 + };
9789 +};
9790 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/ebony.c powerpc.git/arch/powerpc/boot/ebony.c
9791 --- linux-2.6.25-rc9/arch/powerpc/boot/ebony.c 2008-04-11 22:32:29.000000000 +0200
9792 +++ powerpc.git/arch/powerpc/boot/ebony.c 2008-04-19 16:40:52.000000000 +0200
9793 @@ -75,7 +75,8 @@
9794
9795 ibm440gp_fixup_clocks(sysclk, 6 * 1843200);
9796 ibm4xx_sdram_fixup_memsize();
9797 - dt_fixup_mac_addresses(ebony_mac0, ebony_mac1);
9798 + dt_fixup_mac_address_by_alias("ethernet0", ebony_mac0);
9799 + dt_fixup_mac_address_by_alias("ethernet1", ebony_mac1);
9800 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
9801 ebony_flashsel_fixup();
9802 }
9803 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/libfdt-wrapper.c powerpc.git/arch/powerpc/boot/libfdt-wrapper.c
9804 --- linux-2.6.25-rc9/arch/powerpc/boot/libfdt-wrapper.c 2008-04-11 22:32:29.000000000 +0200
9805 +++ powerpc.git/arch/powerpc/boot/libfdt-wrapper.c 2008-04-19 16:40:52.000000000 +0200
9806 @@ -35,7 +35,7 @@
9807 #define check_err(err) \
9808 ({ \
9809 if (BAD_ERROR(err) || ((err < 0) && DEBUG)) \
9810 - printf("%s():%d %s\n\r", __FUNCTION__, __LINE__, \
9811 + printf("%s():%d %s\n\r", __func__, __LINE__, \
9812 fdt_strerror(err)); \
9813 if (BAD_ERROR(err)) \
9814 exit(); \
9815 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/mpc52xx-psc.c powerpc.git/arch/powerpc/boot/mpc52xx-psc.c
9816 --- linux-2.6.25-rc9/arch/powerpc/boot/mpc52xx-psc.c 2008-04-11 22:32:29.000000000 +0200
9817 +++ powerpc.git/arch/powerpc/boot/mpc52xx-psc.c 2008-04-19 16:40:52.000000000 +0200
9818 @@ -51,14 +51,9 @@
9819
9820 int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp)
9821 {
9822 - int n;
9823 -
9824 /* Get the base address of the psc registers */
9825 - n = getprop(devp, "virtual-reg", &psc, sizeof(psc));
9826 - if (n != sizeof(psc)) {
9827 - if (!dt_xlate_reg(devp, 0, (void *)&psc, NULL))
9828 - return -1;
9829 - }
9830 + if (dt_get_virtual_reg(devp, &psc, 1) < 1)
9831 + return -1;
9832
9833 scdp->open = psc_open;
9834 scdp->putc = psc_putc;
9835 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/mpsc.c powerpc.git/arch/powerpc/boot/mpsc.c
9836 --- linux-2.6.25-rc9/arch/powerpc/boot/mpsc.c 2008-04-11 22:32:29.000000000 +0200
9837 +++ powerpc.git/arch/powerpc/boot/mpsc.c 2008-04-19 16:40:52.000000000 +0200
9838 @@ -141,7 +141,7 @@
9839 if (mpscintr_base == NULL)
9840 goto err_out;
9841
9842 - n = getprop(devp, "block-index", &v, sizeof(v));
9843 + n = getprop(devp, "cell-index", &v, sizeof(v));
9844 if (n != sizeof(v))
9845 goto err_out;
9846 reg_set = (int)v;
9847 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/mv64x60.c powerpc.git/arch/powerpc/boot/mv64x60.c
9848 --- linux-2.6.25-rc9/arch/powerpc/boot/mv64x60.c 2008-04-11 22:32:29.000000000 +0200
9849 +++ powerpc.git/arch/powerpc/boot/mv64x60.c 2008-04-19 16:40:52.000000000 +0200
9850 @@ -535,7 +535,7 @@
9851 u32 v[2];
9852 void *devp;
9853
9854 - devp = finddevice("/mv64x60");
9855 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9856 if (devp == NULL)
9857 goto err_out;
9858 if (getprop(devp, "reg", v, sizeof(v)) != sizeof(v))
9859 @@ -553,7 +553,7 @@
9860 u32 v;
9861 void *devp;
9862
9863 - devp = finddevice("/mv64x60");
9864 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9865 if (devp == NULL)
9866 goto err_out;
9867 if (getprop(devp, "virtual-reg", &v, sizeof(v)) != sizeof(v))
9868 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/mv64x60_i2c.c powerpc.git/arch/powerpc/boot/mv64x60_i2c.c
9869 --- linux-2.6.25-rc9/arch/powerpc/boot/mv64x60_i2c.c 2008-04-11 22:32:29.000000000 +0200
9870 +++ powerpc.git/arch/powerpc/boot/mv64x60_i2c.c 2008-04-19 16:40:52.000000000 +0200
9871 @@ -185,7 +185,7 @@
9872 u32 v;
9873 void *devp;
9874
9875 - devp = finddevice("/mv64x60/i2c");
9876 + devp = find_node_by_compatible(NULL, "marvell,mv64360-i2c");
9877 if (devp == NULL)
9878 goto err_out;
9879 if (getprop(devp, "virtual-reg", &v, sizeof(v)) != sizeof(v))
9880 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/ns16550.c powerpc.git/arch/powerpc/boot/ns16550.c
9881 --- linux-2.6.25-rc9/arch/powerpc/boot/ns16550.c 2008-04-11 22:32:29.000000000 +0200
9882 +++ powerpc.git/arch/powerpc/boot/ns16550.c 2008-04-19 16:40:52.000000000 +0200
9883 @@ -55,15 +55,9 @@
9884 int ns16550_console_init(void *devp, struct serial_console_data *scdp)
9885 {
9886 int n;
9887 - unsigned long reg_phys;
9888
9889 - n = getprop(devp, "virtual-reg", &reg_base, sizeof(reg_base));
9890 - if (n != sizeof(reg_base)) {
9891 - if (!dt_xlate_reg(devp, 0, &reg_phys, NULL))
9892 - return -1;
9893 -
9894 - reg_base = (void *)reg_phys;
9895 - }
9896 + if (dt_get_virtual_reg(devp, (void **)&reg_base, 1) < 1)
9897 + return -1;
9898
9899 n = getprop(devp, "reg-shift", &reg_shift, sizeof(reg_shift));
9900 if (n != sizeof(reg_shift))
9901 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/ops.h powerpc.git/arch/powerpc/boot/ops.h
9902 --- linux-2.6.25-rc9/arch/powerpc/boot/ops.h 2008-04-11 22:32:29.000000000 +0200
9903 +++ powerpc.git/arch/powerpc/boot/ops.h 2008-04-19 16:40:52.000000000 +0200
9904 @@ -95,6 +95,7 @@
9905 int dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr);
9906 int dt_is_compatible(void *node, const char *compat);
9907 void dt_get_reg_format(void *node, u32 *naddr, u32 *nsize);
9908 +int dt_get_virtual_reg(void *node, void **addr, int nres);
9909
9910 static inline void *finddevice(const char *name)
9911 {
9912 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/prpmc2800.c powerpc.git/arch/powerpc/boot/prpmc2800.c
9913 --- linux-2.6.25-rc9/arch/powerpc/boot/prpmc2800.c 2008-04-11 22:32:29.000000000 +0200
9914 +++ powerpc.git/arch/powerpc/boot/prpmc2800.c 2008-04-19 16:40:52.000000000 +0200
9915 @@ -344,20 +344,20 @@
9916 acc_bits);
9917
9918 /* Get the cpu -> pci i/o & mem mappings from the device tree */
9919 - devp = finddevice("/mv64x60/pci@80000000");
9920 + devp = find_node_by_compatible(NULL, "marvell,mv64360-pci");
9921 if (devp == NULL)
9922 - fatal("Error: Missing /mv64x60/pci@80000000"
9923 + fatal("Error: Missing marvell,mv64360-pci"
9924 " device tree node\n\r");
9925
9926 rc = getprop(devp, "ranges", v, sizeof(v));
9927 if (rc != sizeof(v))
9928 - fatal("Error: Can't find /mv64x60/pci@80000000/ranges"
9929 + fatal("Error: Can't find marvell,mv64360-pci ranges"
9930 " property\n\r");
9931
9932 /* Get the cpu -> pci i/o & mem mappings from the device tree */
9933 - devp = finddevice("/mv64x60");
9934 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9935 if (devp == NULL)
9936 - fatal("Error: Missing /mv64x60 device tree node\n\r");
9937 + fatal("Error: Missing marvell,mv64360 device tree node\n\r");
9938
9939 enables = in_le32((u32 *)(bridge_base + MV64x60_CPU_BAR_ENABLE));
9940 enables |= 0x0007fe00; /* Disable all cpu->pci windows */
9941 @@ -429,9 +429,9 @@
9942 setprop(devp, "model", model, l);
9943
9944 /* Set /cpus/PowerPC,7447/clock-frequency */
9945 - devp = finddevice("/cpus/PowerPC,7447");
9946 + devp = find_node_by_prop_value_str(NULL, "device_type", "cpu");
9947 if (devp == NULL)
9948 - fatal("Error: Missing proper /cpus device tree node\n\r");
9949 + fatal("Error: Missing proper cpu device tree node\n\r");
9950 v[0] = bip->core_speed;
9951 setprop(devp, "clock-frequency", &v[0], sizeof(v[0]));
9952
9953 @@ -443,16 +443,17 @@
9954 v[1] = bip->mem_size;
9955 setprop(devp, "reg", v, sizeof(v));
9956
9957 - /* Update /mv64x60/model, if this is a mv64362 */
9958 + /* Update model, if this is a mv64362 */
9959 if (bip->bridge_type == BRIDGE_TYPE_MV64362) {
9960 - devp = finddevice("/mv64x60");
9961 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9962 if (devp == NULL)
9963 - fatal("Error: Missing /mv64x60 device tree node\n\r");
9964 + fatal("Error: Missing marvell,mv64360"
9965 + " device tree node\n\r");
9966 setprop(devp, "model", "mv64362", strlen("mv64362") + 1);
9967 }
9968
9969 /* Set User FLASH size */
9970 - devp = finddevice("/mv64x60/flash@a0000000");
9971 + devp = find_node_by_compatible(NULL, "direct-mapped");
9972 if (devp == NULL)
9973 fatal("Error: Missing User FLASH device tree node\n\r");
9974 rc = getprop(devp, "reg", v, sizeof(v));
9975 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/ps3-head.S powerpc.git/arch/powerpc/boot/ps3-head.S
9976 --- linux-2.6.25-rc9/arch/powerpc/boot/ps3-head.S 2008-04-11 22:32:29.000000000 +0200
9977 +++ powerpc.git/arch/powerpc/boot/ps3-head.S 2008-04-19 16:40:52.000000000 +0200
9978 @@ -27,8 +27,9 @@
9979 /*
9980 * __system_reset_overlay - The PS3 first stage entry.
9981 *
9982 - * The bootwraper build script copies the 0x100 bytes at symbol
9983 - * __system_reset_overlay to offset 0x100 of the rom image.
9984 + * The bootwraper build script copies the 512 bytes at symbol
9985 + * __system_reset_overlay to offset 0x100 of the rom image. This symbol
9986 + * must occupy 512 or less bytes.
9987 *
9988 * The PS3 has a single processor with two threads.
9989 */
9990 @@ -47,8 +48,6 @@
9991
9992 mfspr r3, 0x88
9993 cntlzw. r3, r3
9994 - li r4, 0
9995 - li r5, 0
9996 beq 1f
9997
9998 /* Secondary goes to __secondary_hold in kernel. */
9999 @@ -57,8 +56,14 @@
10000 mtctr r4
10001 bctr
10002
10003 - /* Primary delays then goes to _zimage_start in wrapper. */
10004 1:
10005 + /* Save the value at addr zero for a null pointer write check later. */
10006 +
10007 + li r4, 0
10008 + lwz r3, 0(r4)
10009 +
10010 + /* Primary delays then goes to _zimage_start in wrapper. */
10011 +
10012 or 31, 31, 31 /* db16cyc */
10013 or 31, 31, 31 /* db16cyc */
10014
10015 @@ -67,16 +72,18 @@
10016 mtctr r4
10017 bctr
10018
10019 + . = __system_reset_overlay + 512
10020 +
10021 /*
10022 * __system_reset_kernel - Place holder for the kernel reset vector.
10023 *
10024 - * The bootwrapper build script copies 0x100 bytes from offset 0x100
10025 + * The bootwrapper build script copies 512 bytes from offset 0x100
10026 * of the rom image to the symbol __system_reset_kernel. At runtime
10027 - * the bootwrapper program copies the 0x100 bytes at __system_reset_kernel
10028 - * to ram address 0x100. This symbol must occupy 0x100 bytes.
10029 + * the bootwrapper program copies the 512 bytes at __system_reset_kernel
10030 + * to ram address 0x100. This symbol must occupy 512 bytes.
10031 */
10032
10033 .globl __system_reset_kernel
10034 __system_reset_kernel:
10035
10036 - . = __system_reset_kernel + 0x100
10037 + . = __system_reset_kernel + 512
10038 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/ps3.c powerpc.git/arch/powerpc/boot/ps3.c
10039 --- linux-2.6.25-rc9/arch/powerpc/boot/ps3.c 2008-04-11 22:32:29.000000000 +0200
10040 +++ powerpc.git/arch/powerpc/boot/ps3.c 2008-04-19 16:40:52.000000000 +0200
10041 @@ -27,10 +27,10 @@
10042 #include "page.h"
10043 #include "ops.h"
10044
10045 -extern s64 lv1_panic(u64 in_1);
10046 -extern s64 lv1_get_logical_partition_id(u64 *out_1);
10047 -extern s64 lv1_get_logical_ppe_id(u64 *out_1);
10048 -extern s64 lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3,
10049 +extern int lv1_panic(u64 in_1);
10050 +extern int lv1_get_logical_partition_id(u64 *out_1);
10051 +extern int lv1_get_logical_ppe_id(u64 *out_1);
10052 +extern int lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3,
10053 u64 in_4, u64 in_5, u64 *out_1, u64 *out_2);
10054
10055 #ifdef DEBUG
10056 @@ -46,6 +46,7 @@
10057 * edit the command line passed to vmlinux (by setting /chosen/bootargs).
10058 * The buffer is put in it's own section so that tools may locate it easier.
10059 */
10060 +
10061 static char cmdline[COMMAND_LINE_SIZE]
10062 __attribute__((__section__("__builtin_cmdline")));
10063
10064 @@ -75,7 +76,7 @@
10065
10066 static int ps3_repository_read_rm_size(u64 *rm_size)
10067 {
10068 - s64 result;
10069 + int result;
10070 u64 lpar_id;
10071 u64 ppe_id;
10072 u64 v2;
10073 @@ -114,16 +115,17 @@
10074 {
10075 extern char __system_reset_kernel[];
10076
10077 - memcpy((void *)0x100, __system_reset_kernel, 0x100);
10078 - flush_cache((void *)0x100, 0x100);
10079 + memcpy((void *)0x100, __system_reset_kernel, 512);
10080 + flush_cache((void *)0x100, 512);
10081 }
10082
10083 -void platform_init(void)
10084 +void platform_init(unsigned long null_check)
10085 {
10086 const u32 heapsize = 0x1000000 - (u32)_end; /* 16MiB */
10087 void *chosen;
10088 unsigned long ft_addr;
10089 u64 rm_size;
10090 + unsigned long val;
10091
10092 console_ops.write = ps3_console_write;
10093 platform_ops.exit = ps3_exit;
10094 @@ -151,6 +153,11 @@
10095
10096 printf(" flat tree at 0x%lx\n\r", ft_addr);
10097
10098 + val = *(unsigned long *)0;
10099 +
10100 + if (val != null_check)
10101 + printf("null check failed: %lx != %lx\n\r", val, null_check);
10102 +
10103 ((kernel_entry_t)0)(ft_addr, 0, NULL);
10104
10105 ps3_exit();
10106 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/serial.c powerpc.git/arch/powerpc/boot/serial.c
10107 --- linux-2.6.25-rc9/arch/powerpc/boot/serial.c 2008-04-11 22:32:29.000000000 +0200
10108 +++ powerpc.git/arch/powerpc/boot/serial.c 2008-04-19 16:40:52.000000000 +0200
10109 @@ -119,7 +119,7 @@
10110
10111 if (dt_is_compatible(devp, "ns16550"))
10112 rc = ns16550_console_init(devp, &serial_cd);
10113 - else if (dt_is_compatible(devp, "marvell,mpsc"))
10114 + else if (dt_is_compatible(devp, "marvell,mv64360-mpsc"))
10115 rc = mpsc_console_init(devp, &serial_cd);
10116 else if (dt_is_compatible(devp, "fsl,cpm1-scc-uart") ||
10117 dt_is_compatible(devp, "fsl,cpm1-smc-uart") ||
10118 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/simpleboot.c powerpc.git/arch/powerpc/boot/simpleboot.c
10119 --- linux-2.6.25-rc9/arch/powerpc/boot/simpleboot.c 1970-01-01 01:00:00.000000000 +0100
10120 +++ powerpc.git/arch/powerpc/boot/simpleboot.c 2008-04-19 16:40:52.000000000 +0200
10121 @@ -0,0 +1,84 @@
10122 +/*
10123 + * The simple platform -- for booting when firmware doesn't supply a device
10124 + * tree or any platform configuration information.
10125 + * All data is extracted from an embedded device tree
10126 + * blob.
10127 + *
10128 + * Authors: Scott Wood <scottwood@freescale.com>
10129 + * Grant Likely <grant.likely@secretlab.ca>
10130 + *
10131 + * Copyright (c) 2007 Freescale Semiconductor, Inc.
10132 + * Copyright (c) 2008 Secret Lab Technologies Ltd.
10133 + *
10134 + * This program is free software; you can redistribute it and/or modify it
10135 + * under the terms of the GNU General Public License version 2 as published
10136 + * by the Free Software Foundation.
10137 + */
10138 +
10139 +#include "ops.h"
10140 +#include "types.h"
10141 +#include "io.h"
10142 +#include "stdio.h"
10143 +#include "libfdt/libfdt.h"
10144 +
10145 +BSS_STACK(4*1024);
10146 +
10147 +void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
10148 + unsigned long r6, unsigned long r7)
10149 +{
10150 + const u32 *na, *ns, *reg, *timebase;
10151 + u64 memsize64;
10152 + int node, size, i;
10153 +
10154 + /* Make sure FDT blob is sane */
10155 + if (fdt_check_header(_dtb_start) != 0)
10156 + fatal("Invalid device tree blob\n");
10157 +
10158 + /* Find the #address-cells and #size-cells properties */
10159 + node = fdt_path_offset(_dtb_start, "/");
10160 + if (node < 0)
10161 + fatal("Cannot find root node\n");
10162 + na = fdt_getprop(_dtb_start, node, "#address-cells", &size);
10163 + if (!na || (size != 4))
10164 + fatal("Cannot find #address-cells property");
10165 + ns = fdt_getprop(_dtb_start, node, "#size-cells", &size);
10166 + if (!ns || (size != 4))
10167 + fatal("Cannot find #size-cells property");
10168 +
10169 + /* Find the memory range */
10170 + node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type",
10171 + "memory", sizeof("memory"));
10172 + if (node < 0)
10173 + fatal("Cannot find memory node\n");
10174 + reg = fdt_getprop(_dtb_start, node, "reg", &size);
10175 + if (size < (*na+*ns) * sizeof(u32))
10176 + fatal("cannot get memory range\n");
10177 +
10178 + /* Only interested in memory based at 0 */
10179 + for (i = 0; i < *na; i++)
10180 + if (*reg++ != 0)
10181 + fatal("Memory range is not based at address 0\n");
10182 +
10183 + /* get the memsize and trucate it to under 4G on 32 bit machines */
10184 + memsize64 = 0;
10185 + for (i = 0; i < *ns; i++)
10186 + memsize64 = (memsize64 << 32) | *reg++;
10187 + if (sizeof(void *) == 4 && memsize64 >= 0x100000000ULL)
10188 + memsize64 = 0xffffffff;
10189 +
10190 + /* finally, setup the timebase */
10191 + node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type",
10192 + "cpu", sizeof("cpu"));
10193 + if (!node)
10194 + fatal("Cannot find cpu node\n");
10195 + timebase = fdt_getprop(_dtb_start, node, "timebase-frequency", &size);
10196 + if (timebase && (size == 4))
10197 + timebase_period_ns = 1000000000 / *timebase;
10198 +
10199 + /* Now we have the memory size; initialize the heap */
10200 + simple_alloc_init(_end, memsize64 - (unsigned long)_end, 32, 64);
10201 +
10202 + /* prepare the device tree and find the console */
10203 + fdt_init(_dtb_start);
10204 + serial_console_init();
10205 +}
10206 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/treeboot-walnut.c powerpc.git/arch/powerpc/boot/treeboot-walnut.c
10207 --- linux-2.6.25-rc9/arch/powerpc/boot/treeboot-walnut.c 2008-04-11 22:32:29.000000000 +0200
10208 +++ powerpc.git/arch/powerpc/boot/treeboot-walnut.c 2008-04-19 16:40:52.000000000 +0200
10209 @@ -68,7 +68,7 @@
10210 ibm4xx_quiesce_eth((u32 *)0xef600800, NULL);
10211 ibm4xx_fixup_ebc_ranges("/plb/ebc");
10212 walnut_flashsel_fixup();
10213 - dt_fixup_mac_addresses((u8 *) WALNUT_OPENBIOS_MAC_OFF);
10214 + dt_fixup_mac_address_by_alias("ethernet0", (u8 *) WALNUT_OPENBIOS_MAC_OFF);
10215 }
10216
10217 void platform_init(void)
10218 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/virtex405-head.S powerpc.git/arch/powerpc/boot/virtex405-head.S
10219 --- linux-2.6.25-rc9/arch/powerpc/boot/virtex405-head.S 1970-01-01 01:00:00.000000000 +0100
10220 +++ powerpc.git/arch/powerpc/boot/virtex405-head.S 2008-04-19 16:40:52.000000000 +0200
10221 @@ -0,0 +1,30 @@
10222 +#include "ppc_asm.h"
10223 +
10224 + .text
10225 + .global _zimage_start
10226 +_zimage_start:
10227 +
10228 + /* PPC errata 213: needed by Virtex-4 FX */
10229 + mfccr0 0
10230 + oris 0,0,0x50000000@h
10231 + mtccr0 0
10232 +
10233 + /*
10234 + * Invalidate the data cache if the data cache is turned off.
10235 + * - The 405 core does not invalidate the data cache on power-up
10236 + * or reset but does turn off the data cache. We cannot assume
10237 + * that the cache contents are valid.
10238 + * - If the data cache is turned on this must have been done by
10239 + * a bootloader and we assume that the cache contents are
10240 + * valid.
10241 + */
10242 + mfdccr r9
10243 + cmplwi r9,0
10244 + bne 2f
10245 + lis r9,0
10246 + li r8,256
10247 + mtctr r8
10248 +1: dccci r0,r9
10249 + addi r9,r9,0x20
10250 + bdnz 1b
10251 +2: b _zimage_start_lib
10252 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/boot/wrapper powerpc.git/arch/powerpc/boot/wrapper
10253 --- linux-2.6.25-rc9/arch/powerpc/boot/wrapper 2008-04-11 22:32:29.000000000 +0200
10254 +++ powerpc.git/arch/powerpc/boot/wrapper 2008-04-19 16:40:52.000000000 +0200
10255 @@ -174,7 +174,7 @@
10256 *-mpc83*)
10257 platformo=$object/cuboot-83xx.o
10258 ;;
10259 - *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555)
10260 + *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555|*-ksi8560*)
10261 platformo=$object/cuboot-85xx-cpm2.o
10262 ;;
10263 *-mpc85*|*-tqm8540|*-sbc85*)
10264 @@ -199,6 +199,10 @@
10265 platformo="$object/fixed-head.o $object/redboot-8xx.o"
10266 binary=y
10267 ;;
10268 +simpleboot-virtex405-*)
10269 + platformo="$object/virtex405-head.o $object/simpleboot.o"
10270 + binary=y
10271 + ;;
10272 esac
10273
10274 vmz="$tmpdir/`basename \"$kernel\"`.$ext"
10275 @@ -226,10 +230,13 @@
10276 uboot_version="-n Linux-$version"
10277 fi
10278
10279 +# physical offset of kernel image
10280 +membase=`${CROSS}objdump -p "$kernel" | grep -m 1 LOAD | awk '{print $7}'`
10281 +
10282 case "$platform" in
10283 uboot)
10284 rm -f "$ofile"
10285 - mkimage -A ppc -O linux -T kernel -C gzip -a 00000000 -e 00000000 \
10286 + mkimage -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \
10287 $uboot_version -d "$vmz" "$ofile"
10288 if [ -z "$cacheit" ]; then
10289 rm -f "$vmz"
10290 @@ -298,15 +305,16 @@
10291 exit 0
10292 ;;
10293 ps3)
10294 - # The ps3's loader supports loading gzipped binary images from flash
10295 - # rom to addr zero. The loader enters the image at addr 0x100. A
10296 - # bootwrapper overlay is use to arrange for the kernel to be loaded
10297 - # to addr zero and to have a suitable bootwrapper entry at 0x100.
10298 - # To construct the rom image, 0x100 bytes from offset 0x100 in the
10299 - # kernel is copied to the bootwrapper symbol __system_reset_kernel.
10300 - # The 0x100 bytes at the bootwrapper symbol __system_reset_overlay is
10301 - # then copied to offset 0x100. At runtime the bootwrapper program
10302 - # copies the 0x100 bytes at __system_reset_kernel to addr 0x100.
10303 + # The ps3's loader supports loading a gzipped binary image from flash
10304 + # rom to ram addr zero. The loader then enters the system reset
10305 + # vector at addr 0x100. A bootwrapper overlay is used to arrange for
10306 + # a binary image of the kernel to be at addr zero, and yet have a
10307 + # suitable bootwrapper entry at 0x100. To construct the final rom
10308 + # image 512 bytes from offset 0x100 is copied to the bootwrapper
10309 + # place holder at symbol __system_reset_kernel. The 512 bytes of the
10310 + # bootwrapper entry code at symbol __system_reset_overlay is then
10311 + # copied to offset 0x100. At runtime the bootwrapper program copies
10312 + # the data at __system_reset_kernel back to addr 0x100.
10313
10314 system_reset_overlay=0x`${CROSS}nm "$ofile" \
10315 | grep ' __system_reset_overlay$' \
10316 @@ -317,7 +325,7 @@
10317 | cut -d' ' -f1`
10318 system_reset_kernel=`printf "%d" $system_reset_kernel`
10319 overlay_dest="256"
10320 - overlay_size="256"
10321 + overlay_size="512"
10322
10323 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"
10324
10325 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/40x/ep405_defconfig powerpc.git/arch/powerpc/configs/40x/ep405_defconfig
10326 --- linux-2.6.25-rc9/arch/powerpc/configs/40x/ep405_defconfig 1970-01-01 01:00:00.000000000 +0100
10327 +++ powerpc.git/arch/powerpc/configs/40x/ep405_defconfig 2008-04-19 16:40:52.000000000 +0200
10328 @@ -0,0 +1,968 @@
10329 +#
10330 +# Automatically generated make config: don't edit
10331 +# Linux kernel version: 2.6.25-rc2
10332 +# Fri Feb 15 21:50:09 2008
10333 +#
10334 +# CONFIG_PPC64 is not set
10335 +
10336 +#
10337 +# Processor support
10338 +#
10339 +# CONFIG_6xx is not set
10340 +# CONFIG_PPC_85xx is not set
10341 +# CONFIG_PPC_8xx is not set
10342 +CONFIG_40x=y
10343 +# CONFIG_44x is not set
10344 +# CONFIG_E200 is not set
10345 +CONFIG_4xx=y
10346 +# CONFIG_PPC_MM_SLICES is not set
10347 +CONFIG_NOT_COHERENT_CACHE=y
10348 +CONFIG_PPC32=y
10349 +CONFIG_WORD_SIZE=32
10350 +CONFIG_PPC_MERGE=y
10351 +CONFIG_MMU=y
10352 +CONFIG_GENERIC_CMOS_UPDATE=y
10353 +CONFIG_GENERIC_TIME=y
10354 +CONFIG_GENERIC_TIME_VSYSCALL=y
10355 +CONFIG_GENERIC_CLOCKEVENTS=y
10356 +CONFIG_GENERIC_HARDIRQS=y
10357 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
10358 +CONFIG_IRQ_PER_CPU=y
10359 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
10360 +CONFIG_ARCH_HAS_ILOG2_U32=y
10361 +CONFIG_GENERIC_HWEIGHT=y
10362 +CONFIG_GENERIC_CALIBRATE_DELAY=y
10363 +CONFIG_GENERIC_FIND_NEXT_BIT=y
10364 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
10365 +CONFIG_PPC=y
10366 +CONFIG_EARLY_PRINTK=y
10367 +CONFIG_GENERIC_NVRAM=y
10368 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
10369 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
10370 +CONFIG_PPC_OF=y
10371 +CONFIG_OF=y
10372 +CONFIG_PPC_UDBG_16550=y
10373 +# CONFIG_GENERIC_TBSYNC is not set
10374 +CONFIG_AUDIT_ARCH=y
10375 +CONFIG_GENERIC_BUG=y
10376 +# CONFIG_DEFAULT_UIMAGE is not set
10377 +CONFIG_PPC_DCR_NATIVE=y
10378 +# CONFIG_PPC_DCR_MMIO is not set
10379 +CONFIG_PPC_DCR=y
10380 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
10381 +
10382 +#
10383 +# General setup
10384 +#
10385 +CONFIG_EXPERIMENTAL=y
10386 +CONFIG_BROKEN_ON_SMP=y
10387 +CONFIG_INIT_ENV_ARG_LIMIT=32
10388 +CONFIG_LOCALVERSION=""
10389 +CONFIG_LOCALVERSION_AUTO=y
10390 +CONFIG_SWAP=y
10391 +CONFIG_SYSVIPC=y
10392 +CONFIG_SYSVIPC_SYSCTL=y
10393 +CONFIG_POSIX_MQUEUE=y
10394 +# CONFIG_BSD_PROCESS_ACCT is not set
10395 +# CONFIG_TASKSTATS is not set
10396 +# CONFIG_AUDIT is not set
10397 +# CONFIG_IKCONFIG is not set
10398 +CONFIG_LOG_BUF_SHIFT=14
10399 +# CONFIG_CGROUPS is not set
10400 +CONFIG_GROUP_SCHED=y
10401 +CONFIG_FAIR_GROUP_SCHED=y
10402 +# CONFIG_RT_GROUP_SCHED is not set
10403 +CONFIG_USER_SCHED=y
10404 +# CONFIG_CGROUP_SCHED is not set
10405 +CONFIG_SYSFS_DEPRECATED=y
10406 +# CONFIG_RELAY is not set
10407 +# CONFIG_NAMESPACES is not set
10408 +CONFIG_BLK_DEV_INITRD=y
10409 +CONFIG_INITRAMFS_SOURCE=""
10410 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
10411 +CONFIG_SYSCTL=y
10412 +CONFIG_EMBEDDED=y
10413 +CONFIG_SYSCTL_SYSCALL=y
10414 +CONFIG_KALLSYMS=y
10415 +CONFIG_KALLSYMS_ALL=y
10416 +CONFIG_KALLSYMS_EXTRA_PASS=y
10417 +CONFIG_HOTPLUG=y
10418 +CONFIG_PRINTK=y
10419 +CONFIG_BUG=y
10420 +CONFIG_ELF_CORE=y
10421 +CONFIG_COMPAT_BRK=y
10422 +CONFIG_BASE_FULL=y
10423 +CONFIG_FUTEX=y
10424 +CONFIG_ANON_INODES=y
10425 +CONFIG_EPOLL=y
10426 +CONFIG_SIGNALFD=y
10427 +CONFIG_TIMERFD=y
10428 +CONFIG_EVENTFD=y
10429 +CONFIG_SHMEM=y
10430 +CONFIG_VM_EVENT_COUNTERS=y
10431 +CONFIG_SLUB_DEBUG=y
10432 +# CONFIG_SLAB is not set
10433 +CONFIG_SLUB=y
10434 +# CONFIG_SLOB is not set
10435 +# CONFIG_PROFILING is not set
10436 +# CONFIG_MARKERS is not set
10437 +CONFIG_HAVE_OPROFILE=y
10438 +# CONFIG_KPROBES is not set
10439 +CONFIG_HAVE_KPROBES=y
10440 +CONFIG_PROC_PAGE_MONITOR=y
10441 +CONFIG_SLABINFO=y
10442 +CONFIG_RT_MUTEXES=y
10443 +# CONFIG_TINY_SHMEM is not set
10444 +CONFIG_BASE_SMALL=0
10445 +CONFIG_MODULES=y
10446 +CONFIG_MODULE_UNLOAD=y
10447 +# CONFIG_MODULE_FORCE_UNLOAD is not set
10448 +# CONFIG_MODVERSIONS is not set
10449 +# CONFIG_MODULE_SRCVERSION_ALL is not set
10450 +CONFIG_KMOD=y
10451 +CONFIG_BLOCK=y
10452 +CONFIG_LBD=y
10453 +# CONFIG_BLK_DEV_IO_TRACE is not set
10454 +# CONFIG_LSF is not set
10455 +# CONFIG_BLK_DEV_BSG is not set
10456 +
10457 +#
10458 +# IO Schedulers
10459 +#
10460 +CONFIG_IOSCHED_NOOP=y
10461 +CONFIG_IOSCHED_AS=y
10462 +CONFIG_IOSCHED_DEADLINE=y
10463 +CONFIG_IOSCHED_CFQ=y
10464 +CONFIG_DEFAULT_AS=y
10465 +# CONFIG_DEFAULT_DEADLINE is not set
10466 +# CONFIG_DEFAULT_CFQ is not set
10467 +# CONFIG_DEFAULT_NOOP is not set
10468 +CONFIG_DEFAULT_IOSCHED="anticipatory"
10469 +CONFIG_CLASSIC_RCU=y
10470 +# CONFIG_PREEMPT_RCU is not set
10471 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
10472 +
10473 +#
10474 +# Platform support
10475 +#
10476 +# CONFIG_PPC_MPC512x is not set
10477 +# CONFIG_PPC_MPC5121 is not set
10478 +# CONFIG_PPC_CELL is not set
10479 +# CONFIG_PPC_CELL_NATIVE is not set
10480 +# CONFIG_PQ2ADS is not set
10481 +CONFIG_EP405=y
10482 +# CONFIG_KILAUEA is not set
10483 +# CONFIG_MAKALU is not set
10484 +# CONFIG_WALNUT is not set
10485 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
10486 +CONFIG_405GP=y
10487 +CONFIG_IBM405_ERR77=y
10488 +CONFIG_IBM405_ERR51=y
10489 +# CONFIG_IPIC is not set
10490 +# CONFIG_MPIC is not set
10491 +# CONFIG_MPIC_WEIRD is not set
10492 +# CONFIG_PPC_I8259 is not set
10493 +# CONFIG_PPC_RTAS is not set
10494 +# CONFIG_MMIO_NVRAM is not set
10495 +# CONFIG_PPC_MPC106 is not set
10496 +# CONFIG_PPC_970_NAP is not set
10497 +# CONFIG_PPC_INDIRECT_IO is not set
10498 +# CONFIG_GENERIC_IOMAP is not set
10499 +# CONFIG_CPU_FREQ is not set
10500 +# CONFIG_FSL_ULI1575 is not set
10501 +
10502 +#
10503 +# Kernel options
10504 +#
10505 +# CONFIG_HIGHMEM is not set
10506 +# CONFIG_TICK_ONESHOT is not set
10507 +# CONFIG_NO_HZ is not set
10508 +# CONFIG_HIGH_RES_TIMERS is not set
10509 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
10510 +# CONFIG_HZ_100 is not set
10511 +CONFIG_HZ_250=y
10512 +# CONFIG_HZ_300 is not set
10513 +# CONFIG_HZ_1000 is not set
10514 +CONFIG_HZ=250
10515 +# CONFIG_SCHED_HRTICK is not set
10516 +CONFIG_PREEMPT_NONE=y
10517 +# CONFIG_PREEMPT_VOLUNTARY is not set
10518 +# CONFIG_PREEMPT is not set
10519 +CONFIG_RCU_TRACE=y
10520 +CONFIG_BINFMT_ELF=y
10521 +# CONFIG_BINFMT_MISC is not set
10522 +# CONFIG_MATH_EMULATION is not set
10523 +# CONFIG_IOMMU_HELPER is not set
10524 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
10525 +CONFIG_ARCH_HAS_WALK_MEMORY=y
10526 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
10527 +CONFIG_ARCH_FLATMEM_ENABLE=y
10528 +CONFIG_ARCH_POPULATES_NODE_MAP=y
10529 +CONFIG_SELECT_MEMORY_MODEL=y
10530 +CONFIG_FLATMEM_MANUAL=y
10531 +# CONFIG_DISCONTIGMEM_MANUAL is not set
10532 +# CONFIG_SPARSEMEM_MANUAL is not set
10533 +CONFIG_FLATMEM=y
10534 +CONFIG_FLAT_NODE_MEM_MAP=y
10535 +# CONFIG_SPARSEMEM_STATIC is not set
10536 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
10537 +CONFIG_SPLIT_PTLOCK_CPUS=4
10538 +# CONFIG_RESOURCES_64BIT is not set
10539 +CONFIG_ZONE_DMA_FLAG=1
10540 +CONFIG_BOUNCE=y
10541 +CONFIG_VIRT_TO_BUS=y
10542 +CONFIG_PROC_DEVICETREE=y
10543 +# CONFIG_CMDLINE_BOOL is not set
10544 +# CONFIG_PM is not set
10545 +CONFIG_SECCOMP=y
10546 +CONFIG_ISA_DMA_API=y
10547 +
10548 +#
10549 +# Bus options
10550 +#
10551 +CONFIG_ZONE_DMA=y
10552 +CONFIG_PPC_INDIRECT_PCI=y
10553 +CONFIG_PCI=y
10554 +CONFIG_PCI_DOMAINS=y
10555 +CONFIG_PCI_SYSCALL=y
10556 +# CONFIG_PCIEPORTBUS is not set
10557 +CONFIG_ARCH_SUPPORTS_MSI=y
10558 +# CONFIG_PCI_MSI is not set
10559 +CONFIG_PCI_LEGACY=y
10560 +# CONFIG_PCI_DEBUG is not set
10561 +# CONFIG_PCCARD is not set
10562 +# CONFIG_HOTPLUG_PCI is not set
10563 +
10564 +#
10565 +# Advanced setup
10566 +#
10567 +# CONFIG_ADVANCED_OPTIONS is not set
10568 +
10569 +#
10570 +# Default settings for advanced configuration options are used
10571 +#
10572 +CONFIG_HIGHMEM_START=0xfe000000
10573 +CONFIG_LOWMEM_SIZE=0x30000000
10574 +CONFIG_KERNEL_START=0xc0000000
10575 +CONFIG_TASK_SIZE=0xc0000000
10576 +CONFIG_CONSISTENT_START=0xff100000
10577 +CONFIG_CONSISTENT_SIZE=0x00200000
10578 +CONFIG_BOOT_LOAD=0x00400000
10579 +
10580 +#
10581 +# Networking
10582 +#
10583 +CONFIG_NET=y
10584 +
10585 +#
10586 +# Networking options
10587 +#
10588 +CONFIG_PACKET=y
10589 +# CONFIG_PACKET_MMAP is not set
10590 +CONFIG_UNIX=y
10591 +# CONFIG_NET_KEY is not set
10592 +CONFIG_INET=y
10593 +# CONFIG_IP_MULTICAST is not set
10594 +# CONFIG_IP_ADVANCED_ROUTER is not set
10595 +CONFIG_IP_FIB_HASH=y
10596 +CONFIG_IP_PNP=y
10597 +CONFIG_IP_PNP_DHCP=y
10598 +CONFIG_IP_PNP_BOOTP=y
10599 +# CONFIG_IP_PNP_RARP is not set
10600 +# CONFIG_NET_IPIP is not set
10601 +# CONFIG_NET_IPGRE is not set
10602 +# CONFIG_ARPD is not set
10603 +# CONFIG_SYN_COOKIES is not set
10604 +# CONFIG_INET_AH is not set
10605 +# CONFIG_INET_ESP is not set
10606 +# CONFIG_INET_IPCOMP is not set
10607 +# CONFIG_INET_XFRM_TUNNEL is not set
10608 +# CONFIG_INET_TUNNEL is not set
10609 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
10610 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
10611 +# CONFIG_INET_XFRM_MODE_BEET is not set
10612 +# CONFIG_INET_LRO is not set
10613 +CONFIG_INET_DIAG=y
10614 +CONFIG_INET_TCP_DIAG=y
10615 +# CONFIG_TCP_CONG_ADVANCED is not set
10616 +CONFIG_TCP_CONG_CUBIC=y
10617 +CONFIG_DEFAULT_TCP_CONG="cubic"
10618 +# CONFIG_TCP_MD5SIG is not set
10619 +# CONFIG_IPV6 is not set
10620 +# CONFIG_INET6_XFRM_TUNNEL is not set
10621 +# CONFIG_INET6_TUNNEL is not set
10622 +# CONFIG_NETWORK_SECMARK is not set
10623 +# CONFIG_NETFILTER is not set
10624 +# CONFIG_IP_DCCP is not set
10625 +# CONFIG_IP_SCTP is not set
10626 +# CONFIG_TIPC is not set
10627 +# CONFIG_ATM is not set
10628 +# CONFIG_BRIDGE is not set
10629 +# CONFIG_VLAN_8021Q is not set
10630 +# CONFIG_DECNET is not set
10631 +# CONFIG_LLC2 is not set
10632 +# CONFIG_IPX is not set
10633 +# CONFIG_ATALK is not set
10634 +# CONFIG_X25 is not set
10635 +# CONFIG_LAPB is not set
10636 +# CONFIG_ECONET is not set
10637 +# CONFIG_WAN_ROUTER is not set
10638 +# CONFIG_NET_SCHED is not set
10639 +
10640 +#
10641 +# Network testing
10642 +#
10643 +# CONFIG_NET_PKTGEN is not set
10644 +# CONFIG_HAMRADIO is not set
10645 +# CONFIG_CAN is not set
10646 +# CONFIG_IRDA is not set
10647 +# CONFIG_BT is not set
10648 +# CONFIG_AF_RXRPC is not set
10649 +
10650 +#
10651 +# Wireless
10652 +#
10653 +# CONFIG_CFG80211 is not set
10654 +# CONFIG_WIRELESS_EXT is not set
10655 +# CONFIG_MAC80211 is not set
10656 +# CONFIG_IEEE80211 is not set
10657 +# CONFIG_RFKILL is not set
10658 +# CONFIG_NET_9P is not set
10659 +
10660 +#
10661 +# Device Drivers
10662 +#
10663 +
10664 +#
10665 +# Generic Driver Options
10666 +#
10667 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
10668 +CONFIG_STANDALONE=y
10669 +CONFIG_PREVENT_FIRMWARE_BUILD=y
10670 +CONFIG_FW_LOADER=y
10671 +# CONFIG_DEBUG_DRIVER is not set
10672 +# CONFIG_DEBUG_DEVRES is not set
10673 +# CONFIG_SYS_HYPERVISOR is not set
10674 +CONFIG_CONNECTOR=y
10675 +CONFIG_PROC_EVENTS=y
10676 +CONFIG_MTD=y
10677 +# CONFIG_MTD_DEBUG is not set
10678 +# CONFIG_MTD_CONCAT is not set
10679 +CONFIG_MTD_PARTITIONS=y
10680 +# CONFIG_MTD_REDBOOT_PARTS is not set
10681 +CONFIG_MTD_CMDLINE_PARTS=y
10682 +CONFIG_MTD_OF_PARTS=y
10683 +
10684 +#
10685 +# User Modules And Translation Layers
10686 +#
10687 +CONFIG_MTD_CHAR=y
10688 +CONFIG_MTD_BLKDEVS=m
10689 +CONFIG_MTD_BLOCK=m
10690 +# CONFIG_MTD_BLOCK_RO is not set
10691 +# CONFIG_FTL is not set
10692 +# CONFIG_NFTL is not set
10693 +# CONFIG_INFTL is not set
10694 +# CONFIG_RFD_FTL is not set
10695 +# CONFIG_SSFDC is not set
10696 +# CONFIG_MTD_OOPS is not set
10697 +
10698 +#
10699 +# RAM/ROM/Flash chip drivers
10700 +#
10701 +CONFIG_MTD_CFI=y
10702 +CONFIG_MTD_JEDECPROBE=y
10703 +CONFIG_MTD_GEN_PROBE=y
10704 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
10705 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
10706 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
10707 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
10708 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
10709 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
10710 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
10711 +CONFIG_MTD_CFI_I1=y
10712 +CONFIG_MTD_CFI_I2=y
10713 +# CONFIG_MTD_CFI_I4 is not set
10714 +# CONFIG_MTD_CFI_I8 is not set
10715 +# CONFIG_MTD_CFI_INTELEXT is not set
10716 +CONFIG_MTD_CFI_AMDSTD=y
10717 +# CONFIG_MTD_CFI_STAA is not set
10718 +CONFIG_MTD_CFI_UTIL=y
10719 +# CONFIG_MTD_RAM is not set
10720 +# CONFIG_MTD_ROM is not set
10721 +# CONFIG_MTD_ABSENT is not set
10722 +
10723 +#
10724 +# Mapping drivers for chip access
10725 +#
10726 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
10727 +# CONFIG_MTD_PHYSMAP is not set
10728 +CONFIG_MTD_PHYSMAP_OF=y
10729 +# CONFIG_MTD_INTEL_VR_NOR is not set
10730 +# CONFIG_MTD_PLATRAM is not set
10731 +
10732 +#
10733 +# Self-contained MTD device drivers
10734 +#
10735 +# CONFIG_MTD_PMC551 is not set
10736 +# CONFIG_MTD_SLRAM is not set
10737 +# CONFIG_MTD_PHRAM is not set
10738 +# CONFIG_MTD_MTDRAM is not set
10739 +# CONFIG_MTD_BLOCK2MTD is not set
10740 +
10741 +#
10742 +# Disk-On-Chip Device Drivers
10743 +#
10744 +# CONFIG_MTD_DOC2000 is not set
10745 +# CONFIG_MTD_DOC2001 is not set
10746 +# CONFIG_MTD_DOC2001PLUS is not set
10747 +# CONFIG_MTD_NAND is not set
10748 +# CONFIG_MTD_ONENAND is not set
10749 +
10750 +#
10751 +# UBI - Unsorted block images
10752 +#
10753 +# CONFIG_MTD_UBI is not set
10754 +CONFIG_OF_DEVICE=y
10755 +# CONFIG_PARPORT is not set
10756 +CONFIG_BLK_DEV=y
10757 +# CONFIG_BLK_DEV_FD is not set
10758 +# CONFIG_BLK_CPQ_DA is not set
10759 +# CONFIG_BLK_CPQ_CISS_DA is not set
10760 +# CONFIG_BLK_DEV_DAC960 is not set
10761 +# CONFIG_BLK_DEV_UMEM is not set
10762 +# CONFIG_BLK_DEV_COW_COMMON is not set
10763 +# CONFIG_BLK_DEV_LOOP is not set
10764 +# CONFIG_BLK_DEV_NBD is not set
10765 +# CONFIG_BLK_DEV_SX8 is not set
10766 +# CONFIG_BLK_DEV_UB is not set
10767 +CONFIG_BLK_DEV_RAM=y
10768 +CONFIG_BLK_DEV_RAM_COUNT=16
10769 +CONFIG_BLK_DEV_RAM_SIZE=35000
10770 +# CONFIG_BLK_DEV_XIP is not set
10771 +# CONFIG_CDROM_PKTCDVD is not set
10772 +# CONFIG_ATA_OVER_ETH is not set
10773 +# CONFIG_XILINX_SYSACE is not set
10774 +CONFIG_MISC_DEVICES=y
10775 +# CONFIG_PHANTOM is not set
10776 +# CONFIG_EEPROM_93CX6 is not set
10777 +# CONFIG_SGI_IOC4 is not set
10778 +# CONFIG_TIFM_CORE is not set
10779 +# CONFIG_ENCLOSURE_SERVICES is not set
10780 +CONFIG_HAVE_IDE=y
10781 +# CONFIG_IDE is not set
10782 +
10783 +#
10784 +# SCSI device support
10785 +#
10786 +# CONFIG_RAID_ATTRS is not set
10787 +# CONFIG_SCSI is not set
10788 +# CONFIG_SCSI_DMA is not set
10789 +# CONFIG_SCSI_NETLINK is not set
10790 +# CONFIG_ATA is not set
10791 +# CONFIG_MD is not set
10792 +# CONFIG_FUSION is not set
10793 +
10794 +#
10795 +# IEEE 1394 (FireWire) support
10796 +#
10797 +# CONFIG_FIREWIRE is not set
10798 +# CONFIG_IEEE1394 is not set
10799 +# CONFIG_I2O is not set
10800 +# CONFIG_MACINTOSH_DRIVERS is not set
10801 +CONFIG_NETDEVICES=y
10802 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
10803 +# CONFIG_DUMMY is not set
10804 +# CONFIG_BONDING is not set
10805 +# CONFIG_MACVLAN is not set
10806 +# CONFIG_EQUALIZER is not set
10807 +# CONFIG_TUN is not set
10808 +# CONFIG_VETH is not set
10809 +# CONFIG_ARCNET is not set
10810 +# CONFIG_PHYLIB is not set
10811 +CONFIG_NET_ETHERNET=y
10812 +# CONFIG_MII is not set
10813 +# CONFIG_HAPPYMEAL is not set
10814 +# CONFIG_SUNGEM is not set
10815 +# CONFIG_CASSINI is not set
10816 +# CONFIG_NET_VENDOR_3COM is not set
10817 +# CONFIG_NET_TULIP is not set
10818 +# CONFIG_HP100 is not set
10819 +CONFIG_IBM_NEW_EMAC=y
10820 +CONFIG_IBM_NEW_EMAC_RXB=128
10821 +CONFIG_IBM_NEW_EMAC_TXB=64
10822 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
10823 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
10824 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
10825 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
10826 +CONFIG_IBM_NEW_EMAC_ZMII=y
10827 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
10828 +# CONFIG_IBM_NEW_EMAC_TAH is not set
10829 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
10830 +# CONFIG_NET_PCI is not set
10831 +# CONFIG_B44 is not set
10832 +CONFIG_NETDEV_1000=y
10833 +# CONFIG_ACENIC is not set
10834 +# CONFIG_DL2K is not set
10835 +# CONFIG_E1000 is not set
10836 +# CONFIG_E1000E is not set
10837 +# CONFIG_E1000E_ENABLED is not set
10838 +# CONFIG_IP1000 is not set
10839 +# CONFIG_IGB is not set
10840 +# CONFIG_NS83820 is not set
10841 +# CONFIG_HAMACHI is not set
10842 +# CONFIG_YELLOWFIN is not set
10843 +# CONFIG_R8169 is not set
10844 +# CONFIG_SIS190 is not set
10845 +# CONFIG_SKGE is not set
10846 +# CONFIG_SKY2 is not set
10847 +# CONFIG_SK98LIN is not set
10848 +# CONFIG_VIA_VELOCITY is not set
10849 +# CONFIG_TIGON3 is not set
10850 +# CONFIG_BNX2 is not set
10851 +# CONFIG_QLA3XXX is not set
10852 +# CONFIG_ATL1 is not set
10853 +CONFIG_NETDEV_10000=y
10854 +# CONFIG_CHELSIO_T1 is not set
10855 +# CONFIG_CHELSIO_T3 is not set
10856 +# CONFIG_IXGBE is not set
10857 +# CONFIG_IXGB is not set
10858 +# CONFIG_S2IO is not set
10859 +# CONFIG_MYRI10GE is not set
10860 +# CONFIG_NETXEN_NIC is not set
10861 +# CONFIG_NIU is not set
10862 +# CONFIG_MLX4_CORE is not set
10863 +# CONFIG_TEHUTI is not set
10864 +# CONFIG_BNX2X is not set
10865 +# CONFIG_TR is not set
10866 +
10867 +#
10868 +# Wireless LAN
10869 +#
10870 +# CONFIG_WLAN_PRE80211 is not set
10871 +# CONFIG_WLAN_80211 is not set
10872 +
10873 +#
10874 +# USB Network Adapters
10875 +#
10876 +# CONFIG_USB_CATC is not set
10877 +# CONFIG_USB_KAWETH is not set
10878 +# CONFIG_USB_PEGASUS is not set
10879 +# CONFIG_USB_RTL8150 is not set
10880 +# CONFIG_USB_USBNET is not set
10881 +# CONFIG_WAN is not set
10882 +# CONFIG_FDDI is not set
10883 +# CONFIG_HIPPI is not set
10884 +# CONFIG_PPP is not set
10885 +# CONFIG_SLIP is not set
10886 +# CONFIG_NETCONSOLE is not set
10887 +# CONFIG_NETPOLL is not set
10888 +# CONFIG_NET_POLL_CONTROLLER is not set
10889 +# CONFIG_ISDN is not set
10890 +# CONFIG_PHONE is not set
10891 +
10892 +#
10893 +# Input device support
10894 +#
10895 +# CONFIG_INPUT is not set
10896 +
10897 +#
10898 +# Hardware I/O ports
10899 +#
10900 +# CONFIG_SERIO is not set
10901 +# CONFIG_GAMEPORT is not set
10902 +
10903 +#
10904 +# Character devices
10905 +#
10906 +# CONFIG_VT is not set
10907 +# CONFIG_SERIAL_NONSTANDARD is not set
10908 +# CONFIG_NOZOMI is not set
10909 +
10910 +#
10911 +# Serial drivers
10912 +#
10913 +CONFIG_SERIAL_8250=y
10914 +CONFIG_SERIAL_8250_CONSOLE=y
10915 +CONFIG_SERIAL_8250_PCI=y
10916 +CONFIG_SERIAL_8250_NR_UARTS=4
10917 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
10918 +CONFIG_SERIAL_8250_EXTENDED=y
10919 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
10920 +CONFIG_SERIAL_8250_SHARE_IRQ=y
10921 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
10922 +# CONFIG_SERIAL_8250_RSA is not set
10923 +
10924 +#
10925 +# Non-8250 serial port support
10926 +#
10927 +# CONFIG_SERIAL_UARTLITE is not set
10928 +CONFIG_SERIAL_CORE=y
10929 +CONFIG_SERIAL_CORE_CONSOLE=y
10930 +# CONFIG_SERIAL_JSM is not set
10931 +CONFIG_SERIAL_OF_PLATFORM=y
10932 +CONFIG_UNIX98_PTYS=y
10933 +CONFIG_LEGACY_PTYS=y
10934 +CONFIG_LEGACY_PTY_COUNT=256
10935 +# CONFIG_IPMI_HANDLER is not set
10936 +# CONFIG_HW_RANDOM is not set
10937 +# CONFIG_NVRAM is not set
10938 +# CONFIG_GEN_RTC is not set
10939 +# CONFIG_R3964 is not set
10940 +# CONFIG_APPLICOM is not set
10941 +# CONFIG_RAW_DRIVER is not set
10942 +# CONFIG_TCG_TPM is not set
10943 +CONFIG_DEVPORT=y
10944 +# CONFIG_I2C is not set
10945 +
10946 +#
10947 +# SPI support
10948 +#
10949 +# CONFIG_SPI is not set
10950 +# CONFIG_SPI_MASTER is not set
10951 +# CONFIG_W1 is not set
10952 +# CONFIG_POWER_SUPPLY is not set
10953 +# CONFIG_HWMON is not set
10954 +CONFIG_THERMAL=y
10955 +# CONFIG_WATCHDOG is not set
10956 +
10957 +#
10958 +# Sonics Silicon Backplane
10959 +#
10960 +CONFIG_SSB_POSSIBLE=y
10961 +# CONFIG_SSB is not set
10962 +
10963 +#
10964 +# Multifunction device drivers
10965 +#
10966 +# CONFIG_MFD_SM501 is not set
10967 +
10968 +#
10969 +# Multimedia devices
10970 +#
10971 +# CONFIG_VIDEO_DEV is not set
10972 +# CONFIG_DVB_CORE is not set
10973 +# CONFIG_DAB is not set
10974 +
10975 +#
10976 +# Graphics support
10977 +#
10978 +# CONFIG_AGP is not set
10979 +# CONFIG_DRM is not set
10980 +# CONFIG_VGASTATE is not set
10981 +CONFIG_VIDEO_OUTPUT_CONTROL=m
10982 +# CONFIG_FB is not set
10983 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
10984 +
10985 +#
10986 +# Display device support
10987 +#
10988 +# CONFIG_DISPLAY_SUPPORT is not set
10989 +
10990 +#
10991 +# Sound
10992 +#
10993 +# CONFIG_SOUND is not set
10994 +CONFIG_USB_SUPPORT=y
10995 +CONFIG_USB_ARCH_HAS_HCD=y
10996 +CONFIG_USB_ARCH_HAS_OHCI=y
10997 +CONFIG_USB_ARCH_HAS_EHCI=y
10998 +CONFIG_USB=y
10999 +# CONFIG_USB_DEBUG is not set
11000 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
11001 +
11002 +#
11003 +# Miscellaneous USB options
11004 +#
11005 +CONFIG_USB_DEVICEFS=y
11006 +CONFIG_USB_DEVICE_CLASS=y
11007 +# CONFIG_USB_DYNAMIC_MINORS is not set
11008 +# CONFIG_USB_OTG is not set
11009 +
11010 +#
11011 +# USB Host Controller Drivers
11012 +#
11013 +# CONFIG_USB_EHCI_HCD is not set
11014 +# CONFIG_USB_ISP116X_HCD is not set
11015 +CONFIG_USB_OHCI_HCD=y
11016 +CONFIG_USB_OHCI_HCD_PPC_OF=y
11017 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
11018 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
11019 +CONFIG_USB_OHCI_HCD_PCI=y
11020 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
11021 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
11022 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
11023 +# CONFIG_USB_UHCI_HCD is not set
11024 +# CONFIG_USB_SL811_HCD is not set
11025 +# CONFIG_USB_R8A66597_HCD is not set
11026 +
11027 +#
11028 +# USB Device Class drivers
11029 +#
11030 +# CONFIG_USB_ACM is not set
11031 +# CONFIG_USB_PRINTER is not set
11032 +
11033 +#
11034 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
11035 +#
11036 +
11037 +#
11038 +# may also be needed; see USB_STORAGE Help for more information
11039 +#
11040 +# CONFIG_USB_LIBUSUAL is not set
11041 +
11042 +#
11043 +# USB Imaging devices
11044 +#
11045 +# CONFIG_USB_MDC800 is not set
11046 +CONFIG_USB_MON=y
11047 +
11048 +#
11049 +# USB port drivers
11050 +#
11051 +# CONFIG_USB_SERIAL is not set
11052 +
11053 +#
11054 +# USB Miscellaneous drivers
11055 +#
11056 +# CONFIG_USB_EMI62 is not set
11057 +# CONFIG_USB_EMI26 is not set
11058 +# CONFIG_USB_ADUTUX is not set
11059 +# CONFIG_USB_AUERSWALD is not set
11060 +# CONFIG_USB_RIO500 is not set
11061 +# CONFIG_USB_LEGOTOWER is not set
11062 +# CONFIG_USB_LCD is not set
11063 +# CONFIG_USB_BERRY_CHARGE is not set
11064 +# CONFIG_USB_LED is not set
11065 +# CONFIG_USB_CYPRESS_CY7C63 is not set
11066 +# CONFIG_USB_CYTHERM is not set
11067 +# CONFIG_USB_PHIDGET is not set
11068 +# CONFIG_USB_IDMOUSE is not set
11069 +# CONFIG_USB_FTDI_ELAN is not set
11070 +# CONFIG_USB_APPLEDISPLAY is not set
11071 +# CONFIG_USB_LD is not set
11072 +# CONFIG_USB_TRANCEVIBRATOR is not set
11073 +# CONFIG_USB_IOWARRIOR is not set
11074 +# CONFIG_USB_TEST is not set
11075 +# CONFIG_USB_GADGET is not set
11076 +# CONFIG_MMC is not set
11077 +# CONFIG_MEMSTICK is not set
11078 +# CONFIG_NEW_LEDS is not set
11079 +# CONFIG_INFINIBAND is not set
11080 +# CONFIG_EDAC is not set
11081 +# CONFIG_RTC_CLASS is not set
11082 +
11083 +#
11084 +# Userspace I/O
11085 +#
11086 +# CONFIG_UIO is not set
11087 +
11088 +#
11089 +# File systems
11090 +#
11091 +CONFIG_EXT2_FS=y
11092 +# CONFIG_EXT2_FS_XATTR is not set
11093 +# CONFIG_EXT2_FS_XIP is not set
11094 +# CONFIG_EXT3_FS is not set
11095 +# CONFIG_EXT4DEV_FS is not set
11096 +# CONFIG_REISERFS_FS is not set
11097 +# CONFIG_JFS_FS is not set
11098 +# CONFIG_FS_POSIX_ACL is not set
11099 +# CONFIG_XFS_FS is not set
11100 +# CONFIG_GFS2_FS is not set
11101 +# CONFIG_OCFS2_FS is not set
11102 +CONFIG_DNOTIFY=y
11103 +CONFIG_INOTIFY=y
11104 +CONFIG_INOTIFY_USER=y
11105 +# CONFIG_QUOTA is not set
11106 +# CONFIG_AUTOFS_FS is not set
11107 +# CONFIG_AUTOFS4_FS is not set
11108 +# CONFIG_FUSE_FS is not set
11109 +
11110 +#
11111 +# CD-ROM/DVD Filesystems
11112 +#
11113 +# CONFIG_ISO9660_FS is not set
11114 +# CONFIG_UDF_FS is not set
11115 +
11116 +#
11117 +# DOS/FAT/NT Filesystems
11118 +#
11119 +# CONFIG_MSDOS_FS is not set
11120 +# CONFIG_VFAT_FS is not set
11121 +# CONFIG_NTFS_FS is not set
11122 +
11123 +#
11124 +# Pseudo filesystems
11125 +#
11126 +CONFIG_PROC_FS=y
11127 +CONFIG_PROC_KCORE=y
11128 +CONFIG_PROC_SYSCTL=y
11129 +CONFIG_SYSFS=y
11130 +CONFIG_TMPFS=y
11131 +# CONFIG_TMPFS_POSIX_ACL is not set
11132 +# CONFIG_HUGETLB_PAGE is not set
11133 +# CONFIG_CONFIGFS_FS is not set
11134 +
11135 +#
11136 +# Miscellaneous filesystems
11137 +#
11138 +# CONFIG_ADFS_FS is not set
11139 +# CONFIG_AFFS_FS is not set
11140 +# CONFIG_HFS_FS is not set
11141 +# CONFIG_HFSPLUS_FS is not set
11142 +# CONFIG_BEFS_FS is not set
11143 +# CONFIG_BFS_FS is not set
11144 +# CONFIG_EFS_FS is not set
11145 +# CONFIG_JFFS2_FS is not set
11146 +CONFIG_CRAMFS=y
11147 +# CONFIG_VXFS_FS is not set
11148 +# CONFIG_MINIX_FS is not set
11149 +# CONFIG_HPFS_FS is not set
11150 +# CONFIG_QNX4FS_FS is not set
11151 +# CONFIG_ROMFS_FS is not set
11152 +# CONFIG_SYSV_FS is not set
11153 +# CONFIG_UFS_FS is not set
11154 +CONFIG_NETWORK_FILESYSTEMS=y
11155 +CONFIG_NFS_FS=y
11156 +CONFIG_NFS_V3=y
11157 +# CONFIG_NFS_V3_ACL is not set
11158 +# CONFIG_NFS_V4 is not set
11159 +# CONFIG_NFS_DIRECTIO is not set
11160 +# CONFIG_NFSD is not set
11161 +CONFIG_ROOT_NFS=y
11162 +CONFIG_LOCKD=y
11163 +CONFIG_LOCKD_V4=y
11164 +CONFIG_NFS_COMMON=y
11165 +CONFIG_SUNRPC=y
11166 +# CONFIG_SUNRPC_BIND34 is not set
11167 +# CONFIG_RPCSEC_GSS_KRB5 is not set
11168 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
11169 +# CONFIG_SMB_FS is not set
11170 +# CONFIG_CIFS is not set
11171 +# CONFIG_NCP_FS is not set
11172 +# CONFIG_CODA_FS is not set
11173 +# CONFIG_AFS_FS is not set
11174 +
11175 +#
11176 +# Partition Types
11177 +#
11178 +# CONFIG_PARTITION_ADVANCED is not set
11179 +CONFIG_MSDOS_PARTITION=y
11180 +# CONFIG_NLS is not set
11181 +# CONFIG_DLM is not set
11182 +
11183 +#
11184 +# Library routines
11185 +#
11186 +CONFIG_BITREVERSE=y
11187 +# CONFIG_CRC_CCITT is not set
11188 +# CONFIG_CRC16 is not set
11189 +# CONFIG_CRC_ITU_T is not set
11190 +CONFIG_CRC32=y
11191 +# CONFIG_CRC7 is not set
11192 +# CONFIG_LIBCRC32C is not set
11193 +CONFIG_ZLIB_INFLATE=y
11194 +CONFIG_PLIST=y
11195 +CONFIG_HAS_IOMEM=y
11196 +CONFIG_HAS_IOPORT=y
11197 +CONFIG_HAS_DMA=y
11198 +
11199 +#
11200 +# Kernel hacking
11201 +#
11202 +# CONFIG_PRINTK_TIME is not set
11203 +CONFIG_ENABLE_WARN_DEPRECATED=y
11204 +CONFIG_ENABLE_MUST_CHECK=y
11205 +CONFIG_MAGIC_SYSRQ=y
11206 +# CONFIG_UNUSED_SYMBOLS is not set
11207 +CONFIG_DEBUG_FS=y
11208 +# CONFIG_HEADERS_CHECK is not set
11209 +CONFIG_DEBUG_KERNEL=y
11210 +# CONFIG_DEBUG_SHIRQ is not set
11211 +CONFIG_DETECT_SOFTLOCKUP=y
11212 +CONFIG_SCHED_DEBUG=y
11213 +# CONFIG_SCHEDSTATS is not set
11214 +# CONFIG_TIMER_STATS is not set
11215 +# CONFIG_SLUB_DEBUG_ON is not set
11216 +# CONFIG_SLUB_STATS is not set
11217 +# CONFIG_DEBUG_RT_MUTEXES is not set
11218 +# CONFIG_RT_MUTEX_TESTER is not set
11219 +# CONFIG_DEBUG_SPINLOCK is not set
11220 +# CONFIG_DEBUG_MUTEXES is not set
11221 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
11222 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
11223 +# CONFIG_DEBUG_KOBJECT is not set
11224 +CONFIG_DEBUG_BUGVERBOSE=y
11225 +# CONFIG_DEBUG_INFO is not set
11226 +# CONFIG_DEBUG_VM is not set
11227 +# CONFIG_DEBUG_LIST is not set
11228 +# CONFIG_DEBUG_SG is not set
11229 +# CONFIG_BOOT_PRINTK_DELAY is not set
11230 +# CONFIG_RCU_TORTURE_TEST is not set
11231 +# CONFIG_BACKTRACE_SELF_TEST is not set
11232 +# CONFIG_FAULT_INJECTION is not set
11233 +# CONFIG_SAMPLES is not set
11234 +# CONFIG_DEBUG_STACKOVERFLOW is not set
11235 +# CONFIG_DEBUG_STACK_USAGE is not set
11236 +# CONFIG_DEBUG_PAGEALLOC is not set
11237 +# CONFIG_DEBUGGER is not set
11238 +# CONFIG_VIRQ_DEBUG is not set
11239 +# CONFIG_BDI_SWITCH is not set
11240 +# CONFIG_PPC_EARLY_DEBUG is not set
11241 +
11242 +#
11243 +# Security options
11244 +#
11245 +# CONFIG_KEYS is not set
11246 +# CONFIG_SECURITY is not set
11247 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
11248 +CONFIG_CRYPTO=y
11249 +CONFIG_CRYPTO_ALGAPI=y
11250 +CONFIG_CRYPTO_BLKCIPHER=y
11251 +# CONFIG_CRYPTO_SEQIV is not set
11252 +CONFIG_CRYPTO_MANAGER=y
11253 +# CONFIG_CRYPTO_HMAC is not set
11254 +# CONFIG_CRYPTO_XCBC is not set
11255 +# CONFIG_CRYPTO_NULL is not set
11256 +# CONFIG_CRYPTO_MD4 is not set
11257 +CONFIG_CRYPTO_MD5=y
11258 +# CONFIG_CRYPTO_SHA1 is not set
11259 +# CONFIG_CRYPTO_SHA256 is not set
11260 +# CONFIG_CRYPTO_SHA512 is not set
11261 +# CONFIG_CRYPTO_WP512 is not set
11262 +# CONFIG_CRYPTO_TGR192 is not set
11263 +# CONFIG_CRYPTO_GF128MUL is not set
11264 +CONFIG_CRYPTO_ECB=y
11265 +CONFIG_CRYPTO_CBC=y
11266 +CONFIG_CRYPTO_PCBC=y
11267 +# CONFIG_CRYPTO_LRW is not set
11268 +# CONFIG_CRYPTO_XTS is not set
11269 +# CONFIG_CRYPTO_CTR is not set
11270 +# CONFIG_CRYPTO_GCM is not set
11271 +# CONFIG_CRYPTO_CCM is not set
11272 +# CONFIG_CRYPTO_CRYPTD is not set
11273 +CONFIG_CRYPTO_DES=y
11274 +# CONFIG_CRYPTO_FCRYPT is not set
11275 +# CONFIG_CRYPTO_BLOWFISH is not set
11276 +# CONFIG_CRYPTO_TWOFISH is not set
11277 +# CONFIG_CRYPTO_SERPENT is not set
11278 +# CONFIG_CRYPTO_AES is not set
11279 +# CONFIG_CRYPTO_CAST5 is not set
11280 +# CONFIG_CRYPTO_CAST6 is not set
11281 +# CONFIG_CRYPTO_TEA is not set
11282 +# CONFIG_CRYPTO_ARC4 is not set
11283 +# CONFIG_CRYPTO_KHAZAD is not set
11284 +# CONFIG_CRYPTO_ANUBIS is not set
11285 +# CONFIG_CRYPTO_SEED is not set
11286 +# CONFIG_CRYPTO_SALSA20 is not set
11287 +# CONFIG_CRYPTO_DEFLATE is not set
11288 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
11289 +# CONFIG_CRYPTO_CRC32C is not set
11290 +# CONFIG_CRYPTO_CAMELLIA is not set
11291 +# CONFIG_CRYPTO_TEST is not set
11292 +# CONFIG_CRYPTO_AUTHENC is not set
11293 +# CONFIG_CRYPTO_LZO is not set
11294 +CONFIG_CRYPTO_HW=y
11295 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
11296 +# CONFIG_PPC_CLOCK is not set
11297 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/40x/kilauea_defconfig powerpc.git/arch/powerpc/configs/40x/kilauea_defconfig
11298 --- linux-2.6.25-rc9/arch/powerpc/configs/40x/kilauea_defconfig 1970-01-01 01:00:00.000000000 +0100
11299 +++ powerpc.git/arch/powerpc/configs/40x/kilauea_defconfig 2008-04-19 16:40:52.000000000 +0200
11300 @@ -0,0 +1,839 @@
11301 +#
11302 +# Automatically generated make config: don't edit
11303 +# Linux kernel version: 2.6.25-rc2
11304 +# Fri Feb 15 21:51:43 2008
11305 +#
11306 +# CONFIG_PPC64 is not set
11307 +
11308 +#
11309 +# Processor support
11310 +#
11311 +# CONFIG_6xx is not set
11312 +# CONFIG_PPC_85xx is not set
11313 +# CONFIG_PPC_8xx is not set
11314 +CONFIG_40x=y
11315 +# CONFIG_44x is not set
11316 +# CONFIG_E200 is not set
11317 +CONFIG_4xx=y
11318 +# CONFIG_PPC_MM_SLICES is not set
11319 +CONFIG_NOT_COHERENT_CACHE=y
11320 +CONFIG_PPC32=y
11321 +CONFIG_WORD_SIZE=32
11322 +CONFIG_PPC_MERGE=y
11323 +CONFIG_MMU=y
11324 +CONFIG_GENERIC_CMOS_UPDATE=y
11325 +CONFIG_GENERIC_TIME=y
11326 +CONFIG_GENERIC_TIME_VSYSCALL=y
11327 +CONFIG_GENERIC_CLOCKEVENTS=y
11328 +CONFIG_GENERIC_HARDIRQS=y
11329 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
11330 +CONFIG_IRQ_PER_CPU=y
11331 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
11332 +CONFIG_ARCH_HAS_ILOG2_U32=y
11333 +CONFIG_GENERIC_HWEIGHT=y
11334 +CONFIG_GENERIC_CALIBRATE_DELAY=y
11335 +CONFIG_GENERIC_FIND_NEXT_BIT=y
11336 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
11337 +CONFIG_PPC=y
11338 +CONFIG_EARLY_PRINTK=y
11339 +CONFIG_GENERIC_NVRAM=y
11340 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
11341 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
11342 +CONFIG_PPC_OF=y
11343 +CONFIG_OF=y
11344 +CONFIG_PPC_UDBG_16550=y
11345 +# CONFIG_GENERIC_TBSYNC is not set
11346 +CONFIG_AUDIT_ARCH=y
11347 +CONFIG_GENERIC_BUG=y
11348 +# CONFIG_DEFAULT_UIMAGE is not set
11349 +CONFIG_PPC_DCR_NATIVE=y
11350 +# CONFIG_PPC_DCR_MMIO is not set
11351 +CONFIG_PPC_DCR=y
11352 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
11353 +
11354 +#
11355 +# General setup
11356 +#
11357 +CONFIG_EXPERIMENTAL=y
11358 +CONFIG_BROKEN_ON_SMP=y
11359 +CONFIG_INIT_ENV_ARG_LIMIT=32
11360 +CONFIG_LOCALVERSION=""
11361 +CONFIG_LOCALVERSION_AUTO=y
11362 +CONFIG_SWAP=y
11363 +CONFIG_SYSVIPC=y
11364 +CONFIG_SYSVIPC_SYSCTL=y
11365 +CONFIG_POSIX_MQUEUE=y
11366 +# CONFIG_BSD_PROCESS_ACCT is not set
11367 +# CONFIG_TASKSTATS is not set
11368 +# CONFIG_AUDIT is not set
11369 +# CONFIG_IKCONFIG is not set
11370 +CONFIG_LOG_BUF_SHIFT=14
11371 +# CONFIG_CGROUPS is not set
11372 +CONFIG_GROUP_SCHED=y
11373 +# CONFIG_FAIR_GROUP_SCHED is not set
11374 +# CONFIG_RT_GROUP_SCHED is not set
11375 +CONFIG_USER_SCHED=y
11376 +# CONFIG_CGROUP_SCHED is not set
11377 +CONFIG_SYSFS_DEPRECATED=y
11378 +# CONFIG_RELAY is not set
11379 +# CONFIG_NAMESPACES is not set
11380 +CONFIG_BLK_DEV_INITRD=y
11381 +CONFIG_INITRAMFS_SOURCE=""
11382 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
11383 +CONFIG_SYSCTL=y
11384 +CONFIG_EMBEDDED=y
11385 +CONFIG_SYSCTL_SYSCALL=y
11386 +CONFIG_KALLSYMS=y
11387 +CONFIG_KALLSYMS_ALL=y
11388 +CONFIG_KALLSYMS_EXTRA_PASS=y
11389 +CONFIG_HOTPLUG=y
11390 +CONFIG_PRINTK=y
11391 +CONFIG_BUG=y
11392 +CONFIG_ELF_CORE=y
11393 +CONFIG_COMPAT_BRK=y
11394 +CONFIG_BASE_FULL=y
11395 +CONFIG_FUTEX=y
11396 +CONFIG_ANON_INODES=y
11397 +CONFIG_EPOLL=y
11398 +CONFIG_SIGNALFD=y
11399 +CONFIG_TIMERFD=y
11400 +CONFIG_EVENTFD=y
11401 +CONFIG_SHMEM=y
11402 +CONFIG_VM_EVENT_COUNTERS=y
11403 +CONFIG_SLUB_DEBUG=y
11404 +# CONFIG_SLAB is not set
11405 +CONFIG_SLUB=y
11406 +# CONFIG_SLOB is not set
11407 +# CONFIG_PROFILING is not set
11408 +# CONFIG_MARKERS is not set
11409 +CONFIG_HAVE_OPROFILE=y
11410 +# CONFIG_KPROBES is not set
11411 +CONFIG_HAVE_KPROBES=y
11412 +CONFIG_PROC_PAGE_MONITOR=y
11413 +CONFIG_SLABINFO=y
11414 +CONFIG_RT_MUTEXES=y
11415 +# CONFIG_TINY_SHMEM is not set
11416 +CONFIG_BASE_SMALL=0
11417 +CONFIG_MODULES=y
11418 +CONFIG_MODULE_UNLOAD=y
11419 +# CONFIG_MODULE_FORCE_UNLOAD is not set
11420 +# CONFIG_MODVERSIONS is not set
11421 +# CONFIG_MODULE_SRCVERSION_ALL is not set
11422 +CONFIG_KMOD=y
11423 +CONFIG_BLOCK=y
11424 +CONFIG_LBD=y
11425 +# CONFIG_BLK_DEV_IO_TRACE is not set
11426 +# CONFIG_LSF is not set
11427 +# CONFIG_BLK_DEV_BSG is not set
11428 +
11429 +#
11430 +# IO Schedulers
11431 +#
11432 +CONFIG_IOSCHED_NOOP=y
11433 +CONFIG_IOSCHED_AS=y
11434 +CONFIG_IOSCHED_DEADLINE=y
11435 +CONFIG_IOSCHED_CFQ=y
11436 +CONFIG_DEFAULT_AS=y
11437 +# CONFIG_DEFAULT_DEADLINE is not set
11438 +# CONFIG_DEFAULT_CFQ is not set
11439 +# CONFIG_DEFAULT_NOOP is not set
11440 +CONFIG_DEFAULT_IOSCHED="anticipatory"
11441 +CONFIG_CLASSIC_RCU=y
11442 +# CONFIG_PREEMPT_RCU is not set
11443 +CONFIG_PPC4xx_PCI_EXPRESS=y
11444 +
11445 +#
11446 +# Platform support
11447 +#
11448 +# CONFIG_PPC_MPC512x is not set
11449 +# CONFIG_PPC_MPC5121 is not set
11450 +# CONFIG_PPC_CELL is not set
11451 +# CONFIG_PPC_CELL_NATIVE is not set
11452 +# CONFIG_PQ2ADS is not set
11453 +# CONFIG_EP405 is not set
11454 +CONFIG_KILAUEA=y
11455 +# CONFIG_MAKALU is not set
11456 +# CONFIG_WALNUT is not set
11457 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
11458 +CONFIG_405EX=y
11459 +# CONFIG_IPIC is not set
11460 +# CONFIG_MPIC is not set
11461 +# CONFIG_MPIC_WEIRD is not set
11462 +# CONFIG_PPC_I8259 is not set
11463 +# CONFIG_PPC_RTAS is not set
11464 +# CONFIG_MMIO_NVRAM is not set
11465 +# CONFIG_PPC_MPC106 is not set
11466 +# CONFIG_PPC_970_NAP is not set
11467 +# CONFIG_PPC_INDIRECT_IO is not set
11468 +# CONFIG_GENERIC_IOMAP is not set
11469 +# CONFIG_CPU_FREQ is not set
11470 +# CONFIG_FSL_ULI1575 is not set
11471 +
11472 +#
11473 +# Kernel options
11474 +#
11475 +# CONFIG_HIGHMEM is not set
11476 +# CONFIG_TICK_ONESHOT is not set
11477 +# CONFIG_NO_HZ is not set
11478 +# CONFIG_HIGH_RES_TIMERS is not set
11479 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
11480 +# CONFIG_HZ_100 is not set
11481 +CONFIG_HZ_250=y
11482 +# CONFIG_HZ_300 is not set
11483 +# CONFIG_HZ_1000 is not set
11484 +CONFIG_HZ=250
11485 +# CONFIG_SCHED_HRTICK is not set
11486 +CONFIG_PREEMPT_NONE=y
11487 +# CONFIG_PREEMPT_VOLUNTARY is not set
11488 +# CONFIG_PREEMPT is not set
11489 +CONFIG_RCU_TRACE=y
11490 +CONFIG_BINFMT_ELF=y
11491 +# CONFIG_BINFMT_MISC is not set
11492 +# CONFIG_MATH_EMULATION is not set
11493 +# CONFIG_IOMMU_HELPER is not set
11494 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
11495 +CONFIG_ARCH_HAS_WALK_MEMORY=y
11496 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
11497 +CONFIG_ARCH_FLATMEM_ENABLE=y
11498 +CONFIG_ARCH_POPULATES_NODE_MAP=y
11499 +CONFIG_SELECT_MEMORY_MODEL=y
11500 +CONFIG_FLATMEM_MANUAL=y
11501 +# CONFIG_DISCONTIGMEM_MANUAL is not set
11502 +# CONFIG_SPARSEMEM_MANUAL is not set
11503 +CONFIG_FLATMEM=y
11504 +CONFIG_FLAT_NODE_MEM_MAP=y
11505 +# CONFIG_SPARSEMEM_STATIC is not set
11506 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
11507 +CONFIG_SPLIT_PTLOCK_CPUS=4
11508 +# CONFIG_RESOURCES_64BIT is not set
11509 +CONFIG_ZONE_DMA_FLAG=1
11510 +CONFIG_BOUNCE=y
11511 +CONFIG_VIRT_TO_BUS=y
11512 +CONFIG_PROC_DEVICETREE=y
11513 +# CONFIG_CMDLINE_BOOL is not set
11514 +# CONFIG_PM is not set
11515 +CONFIG_SECCOMP=y
11516 +CONFIG_ISA_DMA_API=y
11517 +
11518 +#
11519 +# Bus options
11520 +#
11521 +CONFIG_ZONE_DMA=y
11522 +CONFIG_PPC_INDIRECT_PCI=y
11523 +CONFIG_PCI=y
11524 +CONFIG_PCI_DOMAINS=y
11525 +CONFIG_PCI_SYSCALL=y
11526 +# CONFIG_PCIEPORTBUS is not set
11527 +CONFIG_ARCH_SUPPORTS_MSI=y
11528 +# CONFIG_PCI_MSI is not set
11529 +CONFIG_PCI_LEGACY=y
11530 +# CONFIG_PCI_DEBUG is not set
11531 +# CONFIG_PCCARD is not set
11532 +# CONFIG_HOTPLUG_PCI is not set
11533 +
11534 +#
11535 +# Advanced setup
11536 +#
11537 +# CONFIG_ADVANCED_OPTIONS is not set
11538 +
11539 +#
11540 +# Default settings for advanced configuration options are used
11541 +#
11542 +CONFIG_HIGHMEM_START=0xfe000000
11543 +CONFIG_LOWMEM_SIZE=0x30000000
11544 +CONFIG_KERNEL_START=0xc0000000
11545 +CONFIG_TASK_SIZE=0xc0000000
11546 +CONFIG_CONSISTENT_START=0xff100000
11547 +CONFIG_CONSISTENT_SIZE=0x00200000
11548 +CONFIG_BOOT_LOAD=0x00400000
11549 +
11550 +#
11551 +# Networking
11552 +#
11553 +CONFIG_NET=y
11554 +
11555 +#
11556 +# Networking options
11557 +#
11558 +CONFIG_PACKET=y
11559 +# CONFIG_PACKET_MMAP is not set
11560 +CONFIG_UNIX=y
11561 +# CONFIG_NET_KEY is not set
11562 +CONFIG_INET=y
11563 +# CONFIG_IP_MULTICAST is not set
11564 +# CONFIG_IP_ADVANCED_ROUTER is not set
11565 +CONFIG_IP_FIB_HASH=y
11566 +CONFIG_IP_PNP=y
11567 +CONFIG_IP_PNP_DHCP=y
11568 +CONFIG_IP_PNP_BOOTP=y
11569 +# CONFIG_IP_PNP_RARP is not set
11570 +# CONFIG_NET_IPIP is not set
11571 +# CONFIG_NET_IPGRE is not set
11572 +# CONFIG_ARPD is not set
11573 +# CONFIG_SYN_COOKIES is not set
11574 +# CONFIG_INET_AH is not set
11575 +# CONFIG_INET_ESP is not set
11576 +# CONFIG_INET_IPCOMP is not set
11577 +# CONFIG_INET_XFRM_TUNNEL is not set
11578 +# CONFIG_INET_TUNNEL is not set
11579 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
11580 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
11581 +# CONFIG_INET_XFRM_MODE_BEET is not set
11582 +# CONFIG_INET_LRO is not set
11583 +CONFIG_INET_DIAG=y
11584 +CONFIG_INET_TCP_DIAG=y
11585 +# CONFIG_TCP_CONG_ADVANCED is not set
11586 +CONFIG_TCP_CONG_CUBIC=y
11587 +CONFIG_DEFAULT_TCP_CONG="cubic"
11588 +# CONFIG_TCP_MD5SIG is not set
11589 +# CONFIG_IPV6 is not set
11590 +# CONFIG_INET6_XFRM_TUNNEL is not set
11591 +# CONFIG_INET6_TUNNEL is not set
11592 +# CONFIG_NETWORK_SECMARK is not set
11593 +# CONFIG_NETFILTER is not set
11594 +# CONFIG_IP_DCCP is not set
11595 +# CONFIG_IP_SCTP is not set
11596 +# CONFIG_TIPC is not set
11597 +# CONFIG_ATM is not set
11598 +# CONFIG_BRIDGE is not set
11599 +# CONFIG_VLAN_8021Q is not set
11600 +# CONFIG_DECNET is not set
11601 +# CONFIG_LLC2 is not set
11602 +# CONFIG_IPX is not set
11603 +# CONFIG_ATALK is not set
11604 +# CONFIG_X25 is not set
11605 +# CONFIG_LAPB is not set
11606 +# CONFIG_ECONET is not set
11607 +# CONFIG_WAN_ROUTER is not set
11608 +# CONFIG_NET_SCHED is not set
11609 +
11610 +#
11611 +# Network testing
11612 +#
11613 +# CONFIG_NET_PKTGEN is not set
11614 +# CONFIG_HAMRADIO is not set
11615 +# CONFIG_CAN is not set
11616 +# CONFIG_IRDA is not set
11617 +# CONFIG_BT is not set
11618 +# CONFIG_AF_RXRPC is not set
11619 +
11620 +#
11621 +# Wireless
11622 +#
11623 +# CONFIG_CFG80211 is not set
11624 +# CONFIG_WIRELESS_EXT is not set
11625 +# CONFIG_MAC80211 is not set
11626 +# CONFIG_IEEE80211 is not set
11627 +# CONFIG_RFKILL is not set
11628 +# CONFIG_NET_9P is not set
11629 +
11630 +#
11631 +# Device Drivers
11632 +#
11633 +
11634 +#
11635 +# Generic Driver Options
11636 +#
11637 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
11638 +CONFIG_STANDALONE=y
11639 +CONFIG_PREVENT_FIRMWARE_BUILD=y
11640 +CONFIG_FW_LOADER=y
11641 +# CONFIG_DEBUG_DRIVER is not set
11642 +# CONFIG_DEBUG_DEVRES is not set
11643 +# CONFIG_SYS_HYPERVISOR is not set
11644 +CONFIG_CONNECTOR=y
11645 +CONFIG_PROC_EVENTS=y
11646 +CONFIG_MTD=y
11647 +# CONFIG_MTD_DEBUG is not set
11648 +# CONFIG_MTD_CONCAT is not set
11649 +CONFIG_MTD_PARTITIONS=y
11650 +# CONFIG_MTD_REDBOOT_PARTS is not set
11651 +CONFIG_MTD_CMDLINE_PARTS=y
11652 +CONFIG_MTD_OF_PARTS=y
11653 +
11654 +#
11655 +# User Modules And Translation Layers
11656 +#
11657 +CONFIG_MTD_CHAR=y
11658 +CONFIG_MTD_BLKDEVS=m
11659 +CONFIG_MTD_BLOCK=m
11660 +# CONFIG_MTD_BLOCK_RO is not set
11661 +# CONFIG_FTL is not set
11662 +# CONFIG_NFTL is not set
11663 +# CONFIG_INFTL is not set
11664 +# CONFIG_RFD_FTL is not set
11665 +# CONFIG_SSFDC is not set
11666 +# CONFIG_MTD_OOPS is not set
11667 +
11668 +#
11669 +# RAM/ROM/Flash chip drivers
11670 +#
11671 +CONFIG_MTD_CFI=y
11672 +CONFIG_MTD_JEDECPROBE=y
11673 +CONFIG_MTD_GEN_PROBE=y
11674 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
11675 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
11676 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
11677 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
11678 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
11679 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
11680 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
11681 +CONFIG_MTD_CFI_I1=y
11682 +CONFIG_MTD_CFI_I2=y
11683 +# CONFIG_MTD_CFI_I4 is not set
11684 +# CONFIG_MTD_CFI_I8 is not set
11685 +# CONFIG_MTD_CFI_INTELEXT is not set
11686 +CONFIG_MTD_CFI_AMDSTD=y
11687 +# CONFIG_MTD_CFI_STAA is not set
11688 +CONFIG_MTD_CFI_UTIL=y
11689 +# CONFIG_MTD_RAM is not set
11690 +# CONFIG_MTD_ROM is not set
11691 +# CONFIG_MTD_ABSENT is not set
11692 +
11693 +#
11694 +# Mapping drivers for chip access
11695 +#
11696 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
11697 +# CONFIG_MTD_PHYSMAP is not set
11698 +CONFIG_MTD_PHYSMAP_OF=y
11699 +# CONFIG_MTD_INTEL_VR_NOR is not set
11700 +# CONFIG_MTD_PLATRAM is not set
11701 +
11702 +#
11703 +# Self-contained MTD device drivers
11704 +#
11705 +# CONFIG_MTD_PMC551 is not set
11706 +# CONFIG_MTD_SLRAM is not set
11707 +# CONFIG_MTD_PHRAM is not set
11708 +# CONFIG_MTD_MTDRAM is not set
11709 +# CONFIG_MTD_BLOCK2MTD is not set
11710 +
11711 +#
11712 +# Disk-On-Chip Device Drivers
11713 +#
11714 +# CONFIG_MTD_DOC2000 is not set
11715 +# CONFIG_MTD_DOC2001 is not set
11716 +# CONFIG_MTD_DOC2001PLUS is not set
11717 +# CONFIG_MTD_NAND is not set
11718 +# CONFIG_MTD_ONENAND is not set
11719 +
11720 +#
11721 +# UBI - Unsorted block images
11722 +#
11723 +# CONFIG_MTD_UBI is not set
11724 +CONFIG_OF_DEVICE=y
11725 +# CONFIG_PARPORT is not set
11726 +CONFIG_BLK_DEV=y
11727 +# CONFIG_BLK_DEV_FD is not set
11728 +# CONFIG_BLK_CPQ_DA is not set
11729 +# CONFIG_BLK_CPQ_CISS_DA is not set
11730 +# CONFIG_BLK_DEV_DAC960 is not set
11731 +# CONFIG_BLK_DEV_UMEM is not set
11732 +# CONFIG_BLK_DEV_COW_COMMON is not set
11733 +# CONFIG_BLK_DEV_LOOP is not set
11734 +# CONFIG_BLK_DEV_NBD is not set
11735 +# CONFIG_BLK_DEV_SX8 is not set
11736 +CONFIG_BLK_DEV_RAM=y
11737 +CONFIG_BLK_DEV_RAM_COUNT=16
11738 +CONFIG_BLK_DEV_RAM_SIZE=35000
11739 +# CONFIG_BLK_DEV_XIP is not set
11740 +# CONFIG_CDROM_PKTCDVD is not set
11741 +# CONFIG_ATA_OVER_ETH is not set
11742 +# CONFIG_XILINX_SYSACE is not set
11743 +# CONFIG_MISC_DEVICES is not set
11744 +CONFIG_HAVE_IDE=y
11745 +# CONFIG_IDE is not set
11746 +
11747 +#
11748 +# SCSI device support
11749 +#
11750 +# CONFIG_RAID_ATTRS is not set
11751 +# CONFIG_SCSI is not set
11752 +# CONFIG_SCSI_DMA is not set
11753 +# CONFIG_SCSI_NETLINK is not set
11754 +# CONFIG_ATA is not set
11755 +# CONFIG_MD is not set
11756 +# CONFIG_FUSION is not set
11757 +
11758 +#
11759 +# IEEE 1394 (FireWire) support
11760 +#
11761 +# CONFIG_FIREWIRE is not set
11762 +# CONFIG_IEEE1394 is not set
11763 +# CONFIG_I2O is not set
11764 +# CONFIG_MACINTOSH_DRIVERS is not set
11765 +CONFIG_NETDEVICES=y
11766 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
11767 +# CONFIG_DUMMY is not set
11768 +# CONFIG_BONDING is not set
11769 +# CONFIG_MACVLAN is not set
11770 +# CONFIG_EQUALIZER is not set
11771 +# CONFIG_TUN is not set
11772 +# CONFIG_VETH is not set
11773 +# CONFIG_ARCNET is not set
11774 +# CONFIG_PHYLIB is not set
11775 +CONFIG_NET_ETHERNET=y
11776 +# CONFIG_MII is not set
11777 +# CONFIG_HAPPYMEAL is not set
11778 +# CONFIG_SUNGEM is not set
11779 +# CONFIG_CASSINI is not set
11780 +# CONFIG_NET_VENDOR_3COM is not set
11781 +# CONFIG_NET_TULIP is not set
11782 +# CONFIG_HP100 is not set
11783 +CONFIG_IBM_NEW_EMAC=y
11784 +CONFIG_IBM_NEW_EMAC_RXB=256
11785 +CONFIG_IBM_NEW_EMAC_TXB=256
11786 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
11787 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
11788 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
11789 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
11790 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
11791 +CONFIG_IBM_NEW_EMAC_RGMII=y
11792 +# CONFIG_IBM_NEW_EMAC_TAH is not set
11793 +CONFIG_IBM_NEW_EMAC_EMAC4=y
11794 +# CONFIG_NET_PCI is not set
11795 +# CONFIG_B44 is not set
11796 +# CONFIG_NETDEV_1000 is not set
11797 +# CONFIG_NETDEV_10000 is not set
11798 +# CONFIG_TR is not set
11799 +
11800 +#
11801 +# Wireless LAN
11802 +#
11803 +# CONFIG_WLAN_PRE80211 is not set
11804 +# CONFIG_WLAN_80211 is not set
11805 +# CONFIG_WAN is not set
11806 +# CONFIG_FDDI is not set
11807 +# CONFIG_HIPPI is not set
11808 +# CONFIG_PPP is not set
11809 +# CONFIG_SLIP is not set
11810 +# CONFIG_NETCONSOLE is not set
11811 +# CONFIG_NETPOLL is not set
11812 +# CONFIG_NET_POLL_CONTROLLER is not set
11813 +# CONFIG_ISDN is not set
11814 +# CONFIG_PHONE is not set
11815 +
11816 +#
11817 +# Input device support
11818 +#
11819 +# CONFIG_INPUT is not set
11820 +
11821 +#
11822 +# Hardware I/O ports
11823 +#
11824 +# CONFIG_SERIO is not set
11825 +# CONFIG_GAMEPORT is not set
11826 +
11827 +#
11828 +# Character devices
11829 +#
11830 +# CONFIG_VT is not set
11831 +# CONFIG_SERIAL_NONSTANDARD is not set
11832 +# CONFIG_NOZOMI is not set
11833 +
11834 +#
11835 +# Serial drivers
11836 +#
11837 +CONFIG_SERIAL_8250=y
11838 +CONFIG_SERIAL_8250_CONSOLE=y
11839 +CONFIG_SERIAL_8250_PCI=y
11840 +CONFIG_SERIAL_8250_NR_UARTS=4
11841 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
11842 +CONFIG_SERIAL_8250_EXTENDED=y
11843 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
11844 +CONFIG_SERIAL_8250_SHARE_IRQ=y
11845 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
11846 +# CONFIG_SERIAL_8250_RSA is not set
11847 +
11848 +#
11849 +# Non-8250 serial port support
11850 +#
11851 +# CONFIG_SERIAL_UARTLITE is not set
11852 +CONFIG_SERIAL_CORE=y
11853 +CONFIG_SERIAL_CORE_CONSOLE=y
11854 +# CONFIG_SERIAL_JSM is not set
11855 +CONFIG_SERIAL_OF_PLATFORM=y
11856 +CONFIG_UNIX98_PTYS=y
11857 +CONFIG_LEGACY_PTYS=y
11858 +CONFIG_LEGACY_PTY_COUNT=256
11859 +# CONFIG_IPMI_HANDLER is not set
11860 +# CONFIG_HW_RANDOM is not set
11861 +# CONFIG_NVRAM is not set
11862 +# CONFIG_GEN_RTC is not set
11863 +# CONFIG_R3964 is not set
11864 +# CONFIG_APPLICOM is not set
11865 +# CONFIG_RAW_DRIVER is not set
11866 +# CONFIG_TCG_TPM is not set
11867 +CONFIG_DEVPORT=y
11868 +# CONFIG_I2C is not set
11869 +
11870 +#
11871 +# SPI support
11872 +#
11873 +# CONFIG_SPI is not set
11874 +# CONFIG_SPI_MASTER is not set
11875 +# CONFIG_W1 is not set
11876 +# CONFIG_POWER_SUPPLY is not set
11877 +# CONFIG_HWMON is not set
11878 +CONFIG_THERMAL=y
11879 +# CONFIG_WATCHDOG is not set
11880 +
11881 +#
11882 +# Sonics Silicon Backplane
11883 +#
11884 +CONFIG_SSB_POSSIBLE=y
11885 +# CONFIG_SSB is not set
11886 +
11887 +#
11888 +# Multifunction device drivers
11889 +#
11890 +# CONFIG_MFD_SM501 is not set
11891 +
11892 +#
11893 +# Multimedia devices
11894 +#
11895 +# CONFIG_VIDEO_DEV is not set
11896 +# CONFIG_DVB_CORE is not set
11897 +# CONFIG_DAB is not set
11898 +
11899 +#
11900 +# Graphics support
11901 +#
11902 +# CONFIG_AGP is not set
11903 +# CONFIG_DRM is not set
11904 +# CONFIG_VGASTATE is not set
11905 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
11906 +# CONFIG_FB is not set
11907 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
11908 +
11909 +#
11910 +# Display device support
11911 +#
11912 +# CONFIG_DISPLAY_SUPPORT is not set
11913 +
11914 +#
11915 +# Sound
11916 +#
11917 +# CONFIG_SOUND is not set
11918 +# CONFIG_USB_SUPPORT is not set
11919 +# CONFIG_MMC is not set
11920 +# CONFIG_MEMSTICK is not set
11921 +# CONFIG_NEW_LEDS is not set
11922 +# CONFIG_INFINIBAND is not set
11923 +# CONFIG_EDAC is not set
11924 +# CONFIG_RTC_CLASS is not set
11925 +
11926 +#
11927 +# Userspace I/O
11928 +#
11929 +# CONFIG_UIO is not set
11930 +
11931 +#
11932 +# File systems
11933 +#
11934 +CONFIG_EXT2_FS=y
11935 +# CONFIG_EXT2_FS_XATTR is not set
11936 +# CONFIG_EXT2_FS_XIP is not set
11937 +# CONFIG_EXT3_FS is not set
11938 +# CONFIG_EXT4DEV_FS is not set
11939 +# CONFIG_REISERFS_FS is not set
11940 +# CONFIG_JFS_FS is not set
11941 +# CONFIG_FS_POSIX_ACL is not set
11942 +# CONFIG_XFS_FS is not set
11943 +# CONFIG_GFS2_FS is not set
11944 +# CONFIG_OCFS2_FS is not set
11945 +CONFIG_DNOTIFY=y
11946 +CONFIG_INOTIFY=y
11947 +CONFIG_INOTIFY_USER=y
11948 +# CONFIG_QUOTA is not set
11949 +# CONFIG_AUTOFS_FS is not set
11950 +# CONFIG_AUTOFS4_FS is not set
11951 +# CONFIG_FUSE_FS is not set
11952 +
11953 +#
11954 +# CD-ROM/DVD Filesystems
11955 +#
11956 +# CONFIG_ISO9660_FS is not set
11957 +# CONFIG_UDF_FS is not set
11958 +
11959 +#
11960 +# DOS/FAT/NT Filesystems
11961 +#
11962 +# CONFIG_MSDOS_FS is not set
11963 +# CONFIG_VFAT_FS is not set
11964 +# CONFIG_NTFS_FS is not set
11965 +
11966 +#
11967 +# Pseudo filesystems
11968 +#
11969 +CONFIG_PROC_FS=y
11970 +CONFIG_PROC_KCORE=y
11971 +CONFIG_PROC_SYSCTL=y
11972 +CONFIG_SYSFS=y
11973 +CONFIG_TMPFS=y
11974 +# CONFIG_TMPFS_POSIX_ACL is not set
11975 +# CONFIG_HUGETLB_PAGE is not set
11976 +# CONFIG_CONFIGFS_FS is not set
11977 +
11978 +#
11979 +# Miscellaneous filesystems
11980 +#
11981 +# CONFIG_ADFS_FS is not set
11982 +# CONFIG_AFFS_FS is not set
11983 +# CONFIG_HFS_FS is not set
11984 +# CONFIG_HFSPLUS_FS is not set
11985 +# CONFIG_BEFS_FS is not set
11986 +# CONFIG_BFS_FS is not set
11987 +# CONFIG_EFS_FS is not set
11988 +# CONFIG_JFFS2_FS is not set
11989 +CONFIG_CRAMFS=y
11990 +# CONFIG_VXFS_FS is not set
11991 +# CONFIG_MINIX_FS is not set
11992 +# CONFIG_HPFS_FS is not set
11993 +# CONFIG_QNX4FS_FS is not set
11994 +# CONFIG_ROMFS_FS is not set
11995 +# CONFIG_SYSV_FS is not set
11996 +# CONFIG_UFS_FS is not set
11997 +CONFIG_NETWORK_FILESYSTEMS=y
11998 +CONFIG_NFS_FS=y
11999 +CONFIG_NFS_V3=y
12000 +# CONFIG_NFS_V3_ACL is not set
12001 +# CONFIG_NFS_V4 is not set
12002 +# CONFIG_NFS_DIRECTIO is not set
12003 +# CONFIG_NFSD is not set
12004 +CONFIG_ROOT_NFS=y
12005 +CONFIG_LOCKD=y
12006 +CONFIG_LOCKD_V4=y
12007 +CONFIG_NFS_COMMON=y
12008 +CONFIG_SUNRPC=y
12009 +# CONFIG_SUNRPC_BIND34 is not set
12010 +# CONFIG_RPCSEC_GSS_KRB5 is not set
12011 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
12012 +# CONFIG_SMB_FS is not set
12013 +# CONFIG_CIFS is not set
12014 +# CONFIG_NCP_FS is not set
12015 +# CONFIG_CODA_FS is not set
12016 +# CONFIG_AFS_FS is not set
12017 +
12018 +#
12019 +# Partition Types
12020 +#
12021 +# CONFIG_PARTITION_ADVANCED is not set
12022 +CONFIG_MSDOS_PARTITION=y
12023 +# CONFIG_NLS is not set
12024 +# CONFIG_DLM is not set
12025 +
12026 +#
12027 +# Library routines
12028 +#
12029 +CONFIG_BITREVERSE=y
12030 +# CONFIG_CRC_CCITT is not set
12031 +# CONFIG_CRC16 is not set
12032 +# CONFIG_CRC_ITU_T is not set
12033 +CONFIG_CRC32=y
12034 +# CONFIG_CRC7 is not set
12035 +# CONFIG_LIBCRC32C is not set
12036 +CONFIG_ZLIB_INFLATE=y
12037 +CONFIG_PLIST=y
12038 +CONFIG_HAS_IOMEM=y
12039 +CONFIG_HAS_IOPORT=y
12040 +CONFIG_HAS_DMA=y
12041 +
12042 +#
12043 +# Kernel hacking
12044 +#
12045 +# CONFIG_PRINTK_TIME is not set
12046 +CONFIG_ENABLE_WARN_DEPRECATED=y
12047 +CONFIG_ENABLE_MUST_CHECK=y
12048 +CONFIG_MAGIC_SYSRQ=y
12049 +# CONFIG_UNUSED_SYMBOLS is not set
12050 +CONFIG_DEBUG_FS=y
12051 +# CONFIG_HEADERS_CHECK is not set
12052 +CONFIG_DEBUG_KERNEL=y
12053 +# CONFIG_DEBUG_SHIRQ is not set
12054 +CONFIG_DETECT_SOFTLOCKUP=y
12055 +CONFIG_SCHED_DEBUG=y
12056 +# CONFIG_SCHEDSTATS is not set
12057 +# CONFIG_TIMER_STATS is not set
12058 +# CONFIG_SLUB_DEBUG_ON is not set
12059 +# CONFIG_SLUB_STATS is not set
12060 +# CONFIG_DEBUG_RT_MUTEXES is not set
12061 +# CONFIG_RT_MUTEX_TESTER is not set
12062 +# CONFIG_DEBUG_SPINLOCK is not set
12063 +# CONFIG_DEBUG_MUTEXES is not set
12064 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
12065 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
12066 +# CONFIG_DEBUG_KOBJECT is not set
12067 +CONFIG_DEBUG_BUGVERBOSE=y
12068 +# CONFIG_DEBUG_INFO is not set
12069 +# CONFIG_DEBUG_VM is not set
12070 +# CONFIG_DEBUG_LIST is not set
12071 +# CONFIG_DEBUG_SG is not set
12072 +# CONFIG_BOOT_PRINTK_DELAY is not set
12073 +# CONFIG_RCU_TORTURE_TEST is not set
12074 +# CONFIG_BACKTRACE_SELF_TEST is not set
12075 +# CONFIG_FAULT_INJECTION is not set
12076 +# CONFIG_SAMPLES is not set
12077 +# CONFIG_DEBUG_STACKOVERFLOW is not set
12078 +# CONFIG_DEBUG_STACK_USAGE is not set
12079 +# CONFIG_DEBUG_PAGEALLOC is not set
12080 +# CONFIG_DEBUGGER is not set
12081 +# CONFIG_VIRQ_DEBUG is not set
12082 +# CONFIG_BDI_SWITCH is not set
12083 +# CONFIG_PPC_EARLY_DEBUG is not set
12084 +
12085 +#
12086 +# Security options
12087 +#
12088 +# CONFIG_KEYS is not set
12089 +# CONFIG_SECURITY is not set
12090 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
12091 +CONFIG_CRYPTO=y
12092 +CONFIG_CRYPTO_ALGAPI=y
12093 +CONFIG_CRYPTO_BLKCIPHER=y
12094 +# CONFIG_CRYPTO_SEQIV is not set
12095 +CONFIG_CRYPTO_MANAGER=y
12096 +# CONFIG_CRYPTO_HMAC is not set
12097 +# CONFIG_CRYPTO_XCBC is not set
12098 +# CONFIG_CRYPTO_NULL is not set
12099 +# CONFIG_CRYPTO_MD4 is not set
12100 +CONFIG_CRYPTO_MD5=y
12101 +# CONFIG_CRYPTO_SHA1 is not set
12102 +# CONFIG_CRYPTO_SHA256 is not set
12103 +# CONFIG_CRYPTO_SHA512 is not set
12104 +# CONFIG_CRYPTO_WP512 is not set
12105 +# CONFIG_CRYPTO_TGR192 is not set
12106 +# CONFIG_CRYPTO_GF128MUL is not set
12107 +CONFIG_CRYPTO_ECB=y
12108 +CONFIG_CRYPTO_CBC=y
12109 +CONFIG_CRYPTO_PCBC=y
12110 +# CONFIG_CRYPTO_LRW is not set
12111 +# CONFIG_CRYPTO_XTS is not set
12112 +# CONFIG_CRYPTO_CTR is not set
12113 +# CONFIG_CRYPTO_GCM is not set
12114 +# CONFIG_CRYPTO_CCM is not set
12115 +# CONFIG_CRYPTO_CRYPTD is not set
12116 +CONFIG_CRYPTO_DES=y
12117 +# CONFIG_CRYPTO_FCRYPT is not set
12118 +# CONFIG_CRYPTO_BLOWFISH is not set
12119 +# CONFIG_CRYPTO_TWOFISH is not set
12120 +# CONFIG_CRYPTO_SERPENT is not set
12121 +# CONFIG_CRYPTO_AES is not set
12122 +# CONFIG_CRYPTO_CAST5 is not set
12123 +# CONFIG_CRYPTO_CAST6 is not set
12124 +# CONFIG_CRYPTO_TEA is not set
12125 +# CONFIG_CRYPTO_ARC4 is not set
12126 +# CONFIG_CRYPTO_KHAZAD is not set
12127 +# CONFIG_CRYPTO_ANUBIS is not set
12128 +# CONFIG_CRYPTO_SEED is not set
12129 +# CONFIG_CRYPTO_SALSA20 is not set
12130 +# CONFIG_CRYPTO_DEFLATE is not set
12131 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
12132 +# CONFIG_CRYPTO_CRC32C is not set
12133 +# CONFIG_CRYPTO_CAMELLIA is not set
12134 +# CONFIG_CRYPTO_TEST is not set
12135 +# CONFIG_CRYPTO_AUTHENC is not set
12136 +# CONFIG_CRYPTO_LZO is not set
12137 +CONFIG_CRYPTO_HW=y
12138 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
12139 +# CONFIG_PPC_CLOCK is not set
12140 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/40x/makalu_defconfig powerpc.git/arch/powerpc/configs/40x/makalu_defconfig
12141 --- linux-2.6.25-rc9/arch/powerpc/configs/40x/makalu_defconfig 1970-01-01 01:00:00.000000000 +0100
12142 +++ powerpc.git/arch/powerpc/configs/40x/makalu_defconfig 2008-04-19 16:40:52.000000000 +0200
12143 @@ -0,0 +1,839 @@
12144 +#
12145 +# Automatically generated make config: don't edit
12146 +# Linux kernel version: 2.6.25-rc2
12147 +# Fri Feb 15 21:52:30 2008
12148 +#
12149 +# CONFIG_PPC64 is not set
12150 +
12151 +#
12152 +# Processor support
12153 +#
12154 +# CONFIG_6xx is not set
12155 +# CONFIG_PPC_85xx is not set
12156 +# CONFIG_PPC_8xx is not set
12157 +CONFIG_40x=y
12158 +# CONFIG_44x is not set
12159 +# CONFIG_E200 is not set
12160 +CONFIG_4xx=y
12161 +# CONFIG_PPC_MM_SLICES is not set
12162 +CONFIG_NOT_COHERENT_CACHE=y
12163 +CONFIG_PPC32=y
12164 +CONFIG_WORD_SIZE=32
12165 +CONFIG_PPC_MERGE=y
12166 +CONFIG_MMU=y
12167 +CONFIG_GENERIC_CMOS_UPDATE=y
12168 +CONFIG_GENERIC_TIME=y
12169 +CONFIG_GENERIC_TIME_VSYSCALL=y
12170 +CONFIG_GENERIC_CLOCKEVENTS=y
12171 +CONFIG_GENERIC_HARDIRQS=y
12172 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
12173 +CONFIG_IRQ_PER_CPU=y
12174 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
12175 +CONFIG_ARCH_HAS_ILOG2_U32=y
12176 +CONFIG_GENERIC_HWEIGHT=y
12177 +CONFIG_GENERIC_CALIBRATE_DELAY=y
12178 +CONFIG_GENERIC_FIND_NEXT_BIT=y
12179 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
12180 +CONFIG_PPC=y
12181 +CONFIG_EARLY_PRINTK=y
12182 +CONFIG_GENERIC_NVRAM=y
12183 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
12184 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
12185 +CONFIG_PPC_OF=y
12186 +CONFIG_OF=y
12187 +CONFIG_PPC_UDBG_16550=y
12188 +# CONFIG_GENERIC_TBSYNC is not set
12189 +CONFIG_AUDIT_ARCH=y
12190 +CONFIG_GENERIC_BUG=y
12191 +# CONFIG_DEFAULT_UIMAGE is not set
12192 +CONFIG_PPC_DCR_NATIVE=y
12193 +# CONFIG_PPC_DCR_MMIO is not set
12194 +CONFIG_PPC_DCR=y
12195 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12196 +
12197 +#
12198 +# General setup
12199 +#
12200 +CONFIG_EXPERIMENTAL=y
12201 +CONFIG_BROKEN_ON_SMP=y
12202 +CONFIG_INIT_ENV_ARG_LIMIT=32
12203 +CONFIG_LOCALVERSION=""
12204 +CONFIG_LOCALVERSION_AUTO=y
12205 +CONFIG_SWAP=y
12206 +CONFIG_SYSVIPC=y
12207 +CONFIG_SYSVIPC_SYSCTL=y
12208 +CONFIG_POSIX_MQUEUE=y
12209 +# CONFIG_BSD_PROCESS_ACCT is not set
12210 +# CONFIG_TASKSTATS is not set
12211 +# CONFIG_AUDIT is not set
12212 +# CONFIG_IKCONFIG is not set
12213 +CONFIG_LOG_BUF_SHIFT=14
12214 +# CONFIG_CGROUPS is not set
12215 +CONFIG_GROUP_SCHED=y
12216 +# CONFIG_FAIR_GROUP_SCHED is not set
12217 +# CONFIG_RT_GROUP_SCHED is not set
12218 +CONFIG_USER_SCHED=y
12219 +# CONFIG_CGROUP_SCHED is not set
12220 +CONFIG_SYSFS_DEPRECATED=y
12221 +# CONFIG_RELAY is not set
12222 +# CONFIG_NAMESPACES is not set
12223 +CONFIG_BLK_DEV_INITRD=y
12224 +CONFIG_INITRAMFS_SOURCE=""
12225 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
12226 +CONFIG_SYSCTL=y
12227 +CONFIG_EMBEDDED=y
12228 +CONFIG_SYSCTL_SYSCALL=y
12229 +CONFIG_KALLSYMS=y
12230 +CONFIG_KALLSYMS_ALL=y
12231 +CONFIG_KALLSYMS_EXTRA_PASS=y
12232 +CONFIG_HOTPLUG=y
12233 +CONFIG_PRINTK=y
12234 +CONFIG_BUG=y
12235 +CONFIG_ELF_CORE=y
12236 +CONFIG_COMPAT_BRK=y
12237 +CONFIG_BASE_FULL=y
12238 +CONFIG_FUTEX=y
12239 +CONFIG_ANON_INODES=y
12240 +CONFIG_EPOLL=y
12241 +CONFIG_SIGNALFD=y
12242 +CONFIG_TIMERFD=y
12243 +CONFIG_EVENTFD=y
12244 +CONFIG_SHMEM=y
12245 +CONFIG_VM_EVENT_COUNTERS=y
12246 +CONFIG_SLUB_DEBUG=y
12247 +# CONFIG_SLAB is not set
12248 +CONFIG_SLUB=y
12249 +# CONFIG_SLOB is not set
12250 +# CONFIG_PROFILING is not set
12251 +# CONFIG_MARKERS is not set
12252 +CONFIG_HAVE_OPROFILE=y
12253 +# CONFIG_KPROBES is not set
12254 +CONFIG_HAVE_KPROBES=y
12255 +CONFIG_PROC_PAGE_MONITOR=y
12256 +CONFIG_SLABINFO=y
12257 +CONFIG_RT_MUTEXES=y
12258 +# CONFIG_TINY_SHMEM is not set
12259 +CONFIG_BASE_SMALL=0
12260 +CONFIG_MODULES=y
12261 +CONFIG_MODULE_UNLOAD=y
12262 +# CONFIG_MODULE_FORCE_UNLOAD is not set
12263 +# CONFIG_MODVERSIONS is not set
12264 +# CONFIG_MODULE_SRCVERSION_ALL is not set
12265 +CONFIG_KMOD=y
12266 +CONFIG_BLOCK=y
12267 +CONFIG_LBD=y
12268 +# CONFIG_BLK_DEV_IO_TRACE is not set
12269 +# CONFIG_LSF is not set
12270 +# CONFIG_BLK_DEV_BSG is not set
12271 +
12272 +#
12273 +# IO Schedulers
12274 +#
12275 +CONFIG_IOSCHED_NOOP=y
12276 +CONFIG_IOSCHED_AS=y
12277 +CONFIG_IOSCHED_DEADLINE=y
12278 +CONFIG_IOSCHED_CFQ=y
12279 +CONFIG_DEFAULT_AS=y
12280 +# CONFIG_DEFAULT_DEADLINE is not set
12281 +# CONFIG_DEFAULT_CFQ is not set
12282 +# CONFIG_DEFAULT_NOOP is not set
12283 +CONFIG_DEFAULT_IOSCHED="anticipatory"
12284 +CONFIG_CLASSIC_RCU=y
12285 +# CONFIG_PREEMPT_RCU is not set
12286 +CONFIG_PPC4xx_PCI_EXPRESS=y
12287 +
12288 +#
12289 +# Platform support
12290 +#
12291 +# CONFIG_PPC_MPC512x is not set
12292 +# CONFIG_PPC_MPC5121 is not set
12293 +# CONFIG_PPC_CELL is not set
12294 +# CONFIG_PPC_CELL_NATIVE is not set
12295 +# CONFIG_PQ2ADS is not set
12296 +# CONFIG_EP405 is not set
12297 +# CONFIG_KILAUEA is not set
12298 +CONFIG_MAKALU=y
12299 +# CONFIG_WALNUT is not set
12300 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
12301 +CONFIG_405EX=y
12302 +# CONFIG_IPIC is not set
12303 +# CONFIG_MPIC is not set
12304 +# CONFIG_MPIC_WEIRD is not set
12305 +# CONFIG_PPC_I8259 is not set
12306 +# CONFIG_PPC_RTAS is not set
12307 +# CONFIG_MMIO_NVRAM is not set
12308 +# CONFIG_PPC_MPC106 is not set
12309 +# CONFIG_PPC_970_NAP is not set
12310 +# CONFIG_PPC_INDIRECT_IO is not set
12311 +# CONFIG_GENERIC_IOMAP is not set
12312 +# CONFIG_CPU_FREQ is not set
12313 +# CONFIG_FSL_ULI1575 is not set
12314 +
12315 +#
12316 +# Kernel options
12317 +#
12318 +# CONFIG_HIGHMEM is not set
12319 +# CONFIG_TICK_ONESHOT is not set
12320 +# CONFIG_NO_HZ is not set
12321 +# CONFIG_HIGH_RES_TIMERS is not set
12322 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
12323 +# CONFIG_HZ_100 is not set
12324 +CONFIG_HZ_250=y
12325 +# CONFIG_HZ_300 is not set
12326 +# CONFIG_HZ_1000 is not set
12327 +CONFIG_HZ=250
12328 +# CONFIG_SCHED_HRTICK is not set
12329 +CONFIG_PREEMPT_NONE=y
12330 +# CONFIG_PREEMPT_VOLUNTARY is not set
12331 +# CONFIG_PREEMPT is not set
12332 +CONFIG_RCU_TRACE=y
12333 +CONFIG_BINFMT_ELF=y
12334 +# CONFIG_BINFMT_MISC is not set
12335 +# CONFIG_MATH_EMULATION is not set
12336 +# CONFIG_IOMMU_HELPER is not set
12337 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
12338 +CONFIG_ARCH_HAS_WALK_MEMORY=y
12339 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
12340 +CONFIG_ARCH_FLATMEM_ENABLE=y
12341 +CONFIG_ARCH_POPULATES_NODE_MAP=y
12342 +CONFIG_SELECT_MEMORY_MODEL=y
12343 +CONFIG_FLATMEM_MANUAL=y
12344 +# CONFIG_DISCONTIGMEM_MANUAL is not set
12345 +# CONFIG_SPARSEMEM_MANUAL is not set
12346 +CONFIG_FLATMEM=y
12347 +CONFIG_FLAT_NODE_MEM_MAP=y
12348 +# CONFIG_SPARSEMEM_STATIC is not set
12349 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
12350 +CONFIG_SPLIT_PTLOCK_CPUS=4
12351 +# CONFIG_RESOURCES_64BIT is not set
12352 +CONFIG_ZONE_DMA_FLAG=1
12353 +CONFIG_BOUNCE=y
12354 +CONFIG_VIRT_TO_BUS=y
12355 +CONFIG_PROC_DEVICETREE=y
12356 +# CONFIG_CMDLINE_BOOL is not set
12357 +# CONFIG_PM is not set
12358 +CONFIG_SECCOMP=y
12359 +CONFIG_ISA_DMA_API=y
12360 +
12361 +#
12362 +# Bus options
12363 +#
12364 +CONFIG_ZONE_DMA=y
12365 +CONFIG_PPC_INDIRECT_PCI=y
12366 +CONFIG_PCI=y
12367 +CONFIG_PCI_DOMAINS=y
12368 +CONFIG_PCI_SYSCALL=y
12369 +# CONFIG_PCIEPORTBUS is not set
12370 +CONFIG_ARCH_SUPPORTS_MSI=y
12371 +# CONFIG_PCI_MSI is not set
12372 +CONFIG_PCI_LEGACY=y
12373 +# CONFIG_PCI_DEBUG is not set
12374 +# CONFIG_PCCARD is not set
12375 +# CONFIG_HOTPLUG_PCI is not set
12376 +
12377 +#
12378 +# Advanced setup
12379 +#
12380 +# CONFIG_ADVANCED_OPTIONS is not set
12381 +
12382 +#
12383 +# Default settings for advanced configuration options are used
12384 +#
12385 +CONFIG_HIGHMEM_START=0xfe000000
12386 +CONFIG_LOWMEM_SIZE=0x30000000
12387 +CONFIG_KERNEL_START=0xc0000000
12388 +CONFIG_TASK_SIZE=0xc0000000
12389 +CONFIG_CONSISTENT_START=0xff100000
12390 +CONFIG_CONSISTENT_SIZE=0x00200000
12391 +CONFIG_BOOT_LOAD=0x00400000
12392 +
12393 +#
12394 +# Networking
12395 +#
12396 +CONFIG_NET=y
12397 +
12398 +#
12399 +# Networking options
12400 +#
12401 +CONFIG_PACKET=y
12402 +# CONFIG_PACKET_MMAP is not set
12403 +CONFIG_UNIX=y
12404 +# CONFIG_NET_KEY is not set
12405 +CONFIG_INET=y
12406 +# CONFIG_IP_MULTICAST is not set
12407 +# CONFIG_IP_ADVANCED_ROUTER is not set
12408 +CONFIG_IP_FIB_HASH=y
12409 +CONFIG_IP_PNP=y
12410 +CONFIG_IP_PNP_DHCP=y
12411 +CONFIG_IP_PNP_BOOTP=y
12412 +# CONFIG_IP_PNP_RARP is not set
12413 +# CONFIG_NET_IPIP is not set
12414 +# CONFIG_NET_IPGRE is not set
12415 +# CONFIG_ARPD is not set
12416 +# CONFIG_SYN_COOKIES is not set
12417 +# CONFIG_INET_AH is not set
12418 +# CONFIG_INET_ESP is not set
12419 +# CONFIG_INET_IPCOMP is not set
12420 +# CONFIG_INET_XFRM_TUNNEL is not set
12421 +# CONFIG_INET_TUNNEL is not set
12422 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
12423 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
12424 +# CONFIG_INET_XFRM_MODE_BEET is not set
12425 +# CONFIG_INET_LRO is not set
12426 +CONFIG_INET_DIAG=y
12427 +CONFIG_INET_TCP_DIAG=y
12428 +# CONFIG_TCP_CONG_ADVANCED is not set
12429 +CONFIG_TCP_CONG_CUBIC=y
12430 +CONFIG_DEFAULT_TCP_CONG="cubic"
12431 +# CONFIG_TCP_MD5SIG is not set
12432 +# CONFIG_IPV6 is not set
12433 +# CONFIG_INET6_XFRM_TUNNEL is not set
12434 +# CONFIG_INET6_TUNNEL is not set
12435 +# CONFIG_NETWORK_SECMARK is not set
12436 +# CONFIG_NETFILTER is not set
12437 +# CONFIG_IP_DCCP is not set
12438 +# CONFIG_IP_SCTP is not set
12439 +# CONFIG_TIPC is not set
12440 +# CONFIG_ATM is not set
12441 +# CONFIG_BRIDGE is not set
12442 +# CONFIG_VLAN_8021Q is not set
12443 +# CONFIG_DECNET is not set
12444 +# CONFIG_LLC2 is not set
12445 +# CONFIG_IPX is not set
12446 +# CONFIG_ATALK is not set
12447 +# CONFIG_X25 is not set
12448 +# CONFIG_LAPB is not set
12449 +# CONFIG_ECONET is not set
12450 +# CONFIG_WAN_ROUTER is not set
12451 +# CONFIG_NET_SCHED is not set
12452 +
12453 +#
12454 +# Network testing
12455 +#
12456 +# CONFIG_NET_PKTGEN is not set
12457 +# CONFIG_HAMRADIO is not set
12458 +# CONFIG_CAN is not set
12459 +# CONFIG_IRDA is not set
12460 +# CONFIG_BT is not set
12461 +# CONFIG_AF_RXRPC is not set
12462 +
12463 +#
12464 +# Wireless
12465 +#
12466 +# CONFIG_CFG80211 is not set
12467 +# CONFIG_WIRELESS_EXT is not set
12468 +# CONFIG_MAC80211 is not set
12469 +# CONFIG_IEEE80211 is not set
12470 +# CONFIG_RFKILL is not set
12471 +# CONFIG_NET_9P is not set
12472 +
12473 +#
12474 +# Device Drivers
12475 +#
12476 +
12477 +#
12478 +# Generic Driver Options
12479 +#
12480 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
12481 +CONFIG_STANDALONE=y
12482 +CONFIG_PREVENT_FIRMWARE_BUILD=y
12483 +CONFIG_FW_LOADER=y
12484 +# CONFIG_DEBUG_DRIVER is not set
12485 +# CONFIG_DEBUG_DEVRES is not set
12486 +# CONFIG_SYS_HYPERVISOR is not set
12487 +CONFIG_CONNECTOR=y
12488 +CONFIG_PROC_EVENTS=y
12489 +CONFIG_MTD=y
12490 +# CONFIG_MTD_DEBUG is not set
12491 +# CONFIG_MTD_CONCAT is not set
12492 +CONFIG_MTD_PARTITIONS=y
12493 +# CONFIG_MTD_REDBOOT_PARTS is not set
12494 +CONFIG_MTD_CMDLINE_PARTS=y
12495 +CONFIG_MTD_OF_PARTS=y
12496 +
12497 +#
12498 +# User Modules And Translation Layers
12499 +#
12500 +CONFIG_MTD_CHAR=y
12501 +CONFIG_MTD_BLKDEVS=m
12502 +CONFIG_MTD_BLOCK=m
12503 +# CONFIG_MTD_BLOCK_RO is not set
12504 +# CONFIG_FTL is not set
12505 +# CONFIG_NFTL is not set
12506 +# CONFIG_INFTL is not set
12507 +# CONFIG_RFD_FTL is not set
12508 +# CONFIG_SSFDC is not set
12509 +# CONFIG_MTD_OOPS is not set
12510 +
12511 +#
12512 +# RAM/ROM/Flash chip drivers
12513 +#
12514 +CONFIG_MTD_CFI=y
12515 +CONFIG_MTD_JEDECPROBE=y
12516 +CONFIG_MTD_GEN_PROBE=y
12517 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
12518 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
12519 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
12520 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
12521 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
12522 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
12523 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
12524 +CONFIG_MTD_CFI_I1=y
12525 +CONFIG_MTD_CFI_I2=y
12526 +# CONFIG_MTD_CFI_I4 is not set
12527 +# CONFIG_MTD_CFI_I8 is not set
12528 +# CONFIG_MTD_CFI_INTELEXT is not set
12529 +CONFIG_MTD_CFI_AMDSTD=y
12530 +# CONFIG_MTD_CFI_STAA is not set
12531 +CONFIG_MTD_CFI_UTIL=y
12532 +# CONFIG_MTD_RAM is not set
12533 +# CONFIG_MTD_ROM is not set
12534 +# CONFIG_MTD_ABSENT is not set
12535 +
12536 +#
12537 +# Mapping drivers for chip access
12538 +#
12539 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
12540 +# CONFIG_MTD_PHYSMAP is not set
12541 +CONFIG_MTD_PHYSMAP_OF=y
12542 +# CONFIG_MTD_INTEL_VR_NOR is not set
12543 +# CONFIG_MTD_PLATRAM is not set
12544 +
12545 +#
12546 +# Self-contained MTD device drivers
12547 +#
12548 +# CONFIG_MTD_PMC551 is not set
12549 +# CONFIG_MTD_SLRAM is not set
12550 +# CONFIG_MTD_PHRAM is not set
12551 +# CONFIG_MTD_MTDRAM is not set
12552 +# CONFIG_MTD_BLOCK2MTD is not set
12553 +
12554 +#
12555 +# Disk-On-Chip Device Drivers
12556 +#
12557 +# CONFIG_MTD_DOC2000 is not set
12558 +# CONFIG_MTD_DOC2001 is not set
12559 +# CONFIG_MTD_DOC2001PLUS is not set
12560 +# CONFIG_MTD_NAND is not set
12561 +# CONFIG_MTD_ONENAND is not set
12562 +
12563 +#
12564 +# UBI - Unsorted block images
12565 +#
12566 +# CONFIG_MTD_UBI is not set
12567 +CONFIG_OF_DEVICE=y
12568 +# CONFIG_PARPORT is not set
12569 +CONFIG_BLK_DEV=y
12570 +# CONFIG_BLK_DEV_FD is not set
12571 +# CONFIG_BLK_CPQ_DA is not set
12572 +# CONFIG_BLK_CPQ_CISS_DA is not set
12573 +# CONFIG_BLK_DEV_DAC960 is not set
12574 +# CONFIG_BLK_DEV_UMEM is not set
12575 +# CONFIG_BLK_DEV_COW_COMMON is not set
12576 +# CONFIG_BLK_DEV_LOOP is not set
12577 +# CONFIG_BLK_DEV_NBD is not set
12578 +# CONFIG_BLK_DEV_SX8 is not set
12579 +CONFIG_BLK_DEV_RAM=y
12580 +CONFIG_BLK_DEV_RAM_COUNT=16
12581 +CONFIG_BLK_DEV_RAM_SIZE=35000
12582 +# CONFIG_BLK_DEV_XIP is not set
12583 +# CONFIG_CDROM_PKTCDVD is not set
12584 +# CONFIG_ATA_OVER_ETH is not set
12585 +# CONFIG_XILINX_SYSACE is not set
12586 +# CONFIG_MISC_DEVICES is not set
12587 +CONFIG_HAVE_IDE=y
12588 +# CONFIG_IDE is not set
12589 +
12590 +#
12591 +# SCSI device support
12592 +#
12593 +# CONFIG_RAID_ATTRS is not set
12594 +# CONFIG_SCSI is not set
12595 +# CONFIG_SCSI_DMA is not set
12596 +# CONFIG_SCSI_NETLINK is not set
12597 +# CONFIG_ATA is not set
12598 +# CONFIG_MD is not set
12599 +# CONFIG_FUSION is not set
12600 +
12601 +#
12602 +# IEEE 1394 (FireWire) support
12603 +#
12604 +# CONFIG_FIREWIRE is not set
12605 +# CONFIG_IEEE1394 is not set
12606 +# CONFIG_I2O is not set
12607 +# CONFIG_MACINTOSH_DRIVERS is not set
12608 +CONFIG_NETDEVICES=y
12609 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
12610 +# CONFIG_DUMMY is not set
12611 +# CONFIG_BONDING is not set
12612 +# CONFIG_MACVLAN is not set
12613 +# CONFIG_EQUALIZER is not set
12614 +# CONFIG_TUN is not set
12615 +# CONFIG_VETH is not set
12616 +# CONFIG_ARCNET is not set
12617 +# CONFIG_PHYLIB is not set
12618 +CONFIG_NET_ETHERNET=y
12619 +# CONFIG_MII is not set
12620 +# CONFIG_HAPPYMEAL is not set
12621 +# CONFIG_SUNGEM is not set
12622 +# CONFIG_CASSINI is not set
12623 +# CONFIG_NET_VENDOR_3COM is not set
12624 +# CONFIG_NET_TULIP is not set
12625 +# CONFIG_HP100 is not set
12626 +CONFIG_IBM_NEW_EMAC=y
12627 +CONFIG_IBM_NEW_EMAC_RXB=256
12628 +CONFIG_IBM_NEW_EMAC_TXB=256
12629 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
12630 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
12631 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
12632 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
12633 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
12634 +CONFIG_IBM_NEW_EMAC_RGMII=y
12635 +# CONFIG_IBM_NEW_EMAC_TAH is not set
12636 +CONFIG_IBM_NEW_EMAC_EMAC4=y
12637 +# CONFIG_NET_PCI is not set
12638 +# CONFIG_B44 is not set
12639 +# CONFIG_NETDEV_1000 is not set
12640 +# CONFIG_NETDEV_10000 is not set
12641 +# CONFIG_TR is not set
12642 +
12643 +#
12644 +# Wireless LAN
12645 +#
12646 +# CONFIG_WLAN_PRE80211 is not set
12647 +# CONFIG_WLAN_80211 is not set
12648 +# CONFIG_WAN is not set
12649 +# CONFIG_FDDI is not set
12650 +# CONFIG_HIPPI is not set
12651 +# CONFIG_PPP is not set
12652 +# CONFIG_SLIP is not set
12653 +# CONFIG_NETCONSOLE is not set
12654 +# CONFIG_NETPOLL is not set
12655 +# CONFIG_NET_POLL_CONTROLLER is not set
12656 +# CONFIG_ISDN is not set
12657 +# CONFIG_PHONE is not set
12658 +
12659 +#
12660 +# Input device support
12661 +#
12662 +# CONFIG_INPUT is not set
12663 +
12664 +#
12665 +# Hardware I/O ports
12666 +#
12667 +# CONFIG_SERIO is not set
12668 +# CONFIG_GAMEPORT is not set
12669 +
12670 +#
12671 +# Character devices
12672 +#
12673 +# CONFIG_VT is not set
12674 +# CONFIG_SERIAL_NONSTANDARD is not set
12675 +# CONFIG_NOZOMI is not set
12676 +
12677 +#
12678 +# Serial drivers
12679 +#
12680 +CONFIG_SERIAL_8250=y
12681 +CONFIG_SERIAL_8250_CONSOLE=y
12682 +CONFIG_SERIAL_8250_PCI=y
12683 +CONFIG_SERIAL_8250_NR_UARTS=4
12684 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
12685 +CONFIG_SERIAL_8250_EXTENDED=y
12686 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
12687 +CONFIG_SERIAL_8250_SHARE_IRQ=y
12688 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
12689 +# CONFIG_SERIAL_8250_RSA is not set
12690 +
12691 +#
12692 +# Non-8250 serial port support
12693 +#
12694 +# CONFIG_SERIAL_UARTLITE is not set
12695 +CONFIG_SERIAL_CORE=y
12696 +CONFIG_SERIAL_CORE_CONSOLE=y
12697 +# CONFIG_SERIAL_JSM is not set
12698 +CONFIG_SERIAL_OF_PLATFORM=y
12699 +CONFIG_UNIX98_PTYS=y
12700 +CONFIG_LEGACY_PTYS=y
12701 +CONFIG_LEGACY_PTY_COUNT=256
12702 +# CONFIG_IPMI_HANDLER is not set
12703 +# CONFIG_HW_RANDOM is not set
12704 +# CONFIG_NVRAM is not set
12705 +# CONFIG_GEN_RTC is not set
12706 +# CONFIG_R3964 is not set
12707 +# CONFIG_APPLICOM is not set
12708 +# CONFIG_RAW_DRIVER is not set
12709 +# CONFIG_TCG_TPM is not set
12710 +CONFIG_DEVPORT=y
12711 +# CONFIG_I2C is not set
12712 +
12713 +#
12714 +# SPI support
12715 +#
12716 +# CONFIG_SPI is not set
12717 +# CONFIG_SPI_MASTER is not set
12718 +# CONFIG_W1 is not set
12719 +# CONFIG_POWER_SUPPLY is not set
12720 +# CONFIG_HWMON is not set
12721 +CONFIG_THERMAL=y
12722 +# CONFIG_WATCHDOG is not set
12723 +
12724 +#
12725 +# Sonics Silicon Backplane
12726 +#
12727 +CONFIG_SSB_POSSIBLE=y
12728 +# CONFIG_SSB is not set
12729 +
12730 +#
12731 +# Multifunction device drivers
12732 +#
12733 +# CONFIG_MFD_SM501 is not set
12734 +
12735 +#
12736 +# Multimedia devices
12737 +#
12738 +# CONFIG_VIDEO_DEV is not set
12739 +# CONFIG_DVB_CORE is not set
12740 +# CONFIG_DAB is not set
12741 +
12742 +#
12743 +# Graphics support
12744 +#
12745 +# CONFIG_AGP is not set
12746 +# CONFIG_DRM is not set
12747 +# CONFIG_VGASTATE is not set
12748 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
12749 +# CONFIG_FB is not set
12750 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
12751 +
12752 +#
12753 +# Display device support
12754 +#
12755 +# CONFIG_DISPLAY_SUPPORT is not set
12756 +
12757 +#
12758 +# Sound
12759 +#
12760 +# CONFIG_SOUND is not set
12761 +# CONFIG_USB_SUPPORT is not set
12762 +# CONFIG_MMC is not set
12763 +# CONFIG_MEMSTICK is not set
12764 +# CONFIG_NEW_LEDS is not set
12765 +# CONFIG_INFINIBAND is not set
12766 +# CONFIG_EDAC is not set
12767 +# CONFIG_RTC_CLASS is not set
12768 +
12769 +#
12770 +# Userspace I/O
12771 +#
12772 +# CONFIG_UIO is not set
12773 +
12774 +#
12775 +# File systems
12776 +#
12777 +CONFIG_EXT2_FS=y
12778 +# CONFIG_EXT2_FS_XATTR is not set
12779 +# CONFIG_EXT2_FS_XIP is not set
12780 +# CONFIG_EXT3_FS is not set
12781 +# CONFIG_EXT4DEV_FS is not set
12782 +# CONFIG_REISERFS_FS is not set
12783 +# CONFIG_JFS_FS is not set
12784 +# CONFIG_FS_POSIX_ACL is not set
12785 +# CONFIG_XFS_FS is not set
12786 +# CONFIG_GFS2_FS is not set
12787 +# CONFIG_OCFS2_FS is not set
12788 +CONFIG_DNOTIFY=y
12789 +CONFIG_INOTIFY=y
12790 +CONFIG_INOTIFY_USER=y
12791 +# CONFIG_QUOTA is not set
12792 +# CONFIG_AUTOFS_FS is not set
12793 +# CONFIG_AUTOFS4_FS is not set
12794 +# CONFIG_FUSE_FS is not set
12795 +
12796 +#
12797 +# CD-ROM/DVD Filesystems
12798 +#
12799 +# CONFIG_ISO9660_FS is not set
12800 +# CONFIG_UDF_FS is not set
12801 +
12802 +#
12803 +# DOS/FAT/NT Filesystems
12804 +#
12805 +# CONFIG_MSDOS_FS is not set
12806 +# CONFIG_VFAT_FS is not set
12807 +# CONFIG_NTFS_FS is not set
12808 +
12809 +#
12810 +# Pseudo filesystems
12811 +#
12812 +CONFIG_PROC_FS=y
12813 +CONFIG_PROC_KCORE=y
12814 +CONFIG_PROC_SYSCTL=y
12815 +CONFIG_SYSFS=y
12816 +CONFIG_TMPFS=y
12817 +# CONFIG_TMPFS_POSIX_ACL is not set
12818 +# CONFIG_HUGETLB_PAGE is not set
12819 +# CONFIG_CONFIGFS_FS is not set
12820 +
12821 +#
12822 +# Miscellaneous filesystems
12823 +#
12824 +# CONFIG_ADFS_FS is not set
12825 +# CONFIG_AFFS_FS is not set
12826 +# CONFIG_HFS_FS is not set
12827 +# CONFIG_HFSPLUS_FS is not set
12828 +# CONFIG_BEFS_FS is not set
12829 +# CONFIG_BFS_FS is not set
12830 +# CONFIG_EFS_FS is not set
12831 +# CONFIG_JFFS2_FS is not set
12832 +CONFIG_CRAMFS=y
12833 +# CONFIG_VXFS_FS is not set
12834 +# CONFIG_MINIX_FS is not set
12835 +# CONFIG_HPFS_FS is not set
12836 +# CONFIG_QNX4FS_FS is not set
12837 +# CONFIG_ROMFS_FS is not set
12838 +# CONFIG_SYSV_FS is not set
12839 +# CONFIG_UFS_FS is not set
12840 +CONFIG_NETWORK_FILESYSTEMS=y
12841 +CONFIG_NFS_FS=y
12842 +CONFIG_NFS_V3=y
12843 +# CONFIG_NFS_V3_ACL is not set
12844 +# CONFIG_NFS_V4 is not set
12845 +# CONFIG_NFS_DIRECTIO is not set
12846 +# CONFIG_NFSD is not set
12847 +CONFIG_ROOT_NFS=y
12848 +CONFIG_LOCKD=y
12849 +CONFIG_LOCKD_V4=y
12850 +CONFIG_NFS_COMMON=y
12851 +CONFIG_SUNRPC=y
12852 +# CONFIG_SUNRPC_BIND34 is not set
12853 +# CONFIG_RPCSEC_GSS_KRB5 is not set
12854 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
12855 +# CONFIG_SMB_FS is not set
12856 +# CONFIG_CIFS is not set
12857 +# CONFIG_NCP_FS is not set
12858 +# CONFIG_CODA_FS is not set
12859 +# CONFIG_AFS_FS is not set
12860 +
12861 +#
12862 +# Partition Types
12863 +#
12864 +# CONFIG_PARTITION_ADVANCED is not set
12865 +CONFIG_MSDOS_PARTITION=y
12866 +# CONFIG_NLS is not set
12867 +# CONFIG_DLM is not set
12868 +
12869 +#
12870 +# Library routines
12871 +#
12872 +CONFIG_BITREVERSE=y
12873 +# CONFIG_CRC_CCITT is not set
12874 +# CONFIG_CRC16 is not set
12875 +# CONFIG_CRC_ITU_T is not set
12876 +CONFIG_CRC32=y
12877 +# CONFIG_CRC7 is not set
12878 +# CONFIG_LIBCRC32C is not set
12879 +CONFIG_ZLIB_INFLATE=y
12880 +CONFIG_PLIST=y
12881 +CONFIG_HAS_IOMEM=y
12882 +CONFIG_HAS_IOPORT=y
12883 +CONFIG_HAS_DMA=y
12884 +
12885 +#
12886 +# Kernel hacking
12887 +#
12888 +# CONFIG_PRINTK_TIME is not set
12889 +CONFIG_ENABLE_WARN_DEPRECATED=y
12890 +CONFIG_ENABLE_MUST_CHECK=y
12891 +CONFIG_MAGIC_SYSRQ=y
12892 +# CONFIG_UNUSED_SYMBOLS is not set
12893 +CONFIG_DEBUG_FS=y
12894 +# CONFIG_HEADERS_CHECK is not set
12895 +CONFIG_DEBUG_KERNEL=y
12896 +# CONFIG_DEBUG_SHIRQ is not set
12897 +CONFIG_DETECT_SOFTLOCKUP=y
12898 +CONFIG_SCHED_DEBUG=y
12899 +# CONFIG_SCHEDSTATS is not set
12900 +# CONFIG_TIMER_STATS is not set
12901 +# CONFIG_SLUB_DEBUG_ON is not set
12902 +# CONFIG_SLUB_STATS is not set
12903 +# CONFIG_DEBUG_RT_MUTEXES is not set
12904 +# CONFIG_RT_MUTEX_TESTER is not set
12905 +# CONFIG_DEBUG_SPINLOCK is not set
12906 +# CONFIG_DEBUG_MUTEXES is not set
12907 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
12908 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
12909 +# CONFIG_DEBUG_KOBJECT is not set
12910 +CONFIG_DEBUG_BUGVERBOSE=y
12911 +# CONFIG_DEBUG_INFO is not set
12912 +# CONFIG_DEBUG_VM is not set
12913 +# CONFIG_DEBUG_LIST is not set
12914 +# CONFIG_DEBUG_SG is not set
12915 +# CONFIG_BOOT_PRINTK_DELAY is not set
12916 +# CONFIG_RCU_TORTURE_TEST is not set
12917 +# CONFIG_BACKTRACE_SELF_TEST is not set
12918 +# CONFIG_FAULT_INJECTION is not set
12919 +# CONFIG_SAMPLES is not set
12920 +# CONFIG_DEBUG_STACKOVERFLOW is not set
12921 +# CONFIG_DEBUG_STACK_USAGE is not set
12922 +# CONFIG_DEBUG_PAGEALLOC is not set
12923 +# CONFIG_DEBUGGER is not set
12924 +# CONFIG_VIRQ_DEBUG is not set
12925 +# CONFIG_BDI_SWITCH is not set
12926 +# CONFIG_PPC_EARLY_DEBUG is not set
12927 +
12928 +#
12929 +# Security options
12930 +#
12931 +# CONFIG_KEYS is not set
12932 +# CONFIG_SECURITY is not set
12933 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
12934 +CONFIG_CRYPTO=y
12935 +CONFIG_CRYPTO_ALGAPI=y
12936 +CONFIG_CRYPTO_BLKCIPHER=y
12937 +# CONFIG_CRYPTO_SEQIV is not set
12938 +CONFIG_CRYPTO_MANAGER=y
12939 +# CONFIG_CRYPTO_HMAC is not set
12940 +# CONFIG_CRYPTO_XCBC is not set
12941 +# CONFIG_CRYPTO_NULL is not set
12942 +# CONFIG_CRYPTO_MD4 is not set
12943 +CONFIG_CRYPTO_MD5=y
12944 +# CONFIG_CRYPTO_SHA1 is not set
12945 +# CONFIG_CRYPTO_SHA256 is not set
12946 +# CONFIG_CRYPTO_SHA512 is not set
12947 +# CONFIG_CRYPTO_WP512 is not set
12948 +# CONFIG_CRYPTO_TGR192 is not set
12949 +# CONFIG_CRYPTO_GF128MUL is not set
12950 +CONFIG_CRYPTO_ECB=y
12951 +CONFIG_CRYPTO_CBC=y
12952 +CONFIG_CRYPTO_PCBC=y
12953 +# CONFIG_CRYPTO_LRW is not set
12954 +# CONFIG_CRYPTO_XTS is not set
12955 +# CONFIG_CRYPTO_CTR is not set
12956 +# CONFIG_CRYPTO_GCM is not set
12957 +# CONFIG_CRYPTO_CCM is not set
12958 +# CONFIG_CRYPTO_CRYPTD is not set
12959 +CONFIG_CRYPTO_DES=y
12960 +# CONFIG_CRYPTO_FCRYPT is not set
12961 +# CONFIG_CRYPTO_BLOWFISH is not set
12962 +# CONFIG_CRYPTO_TWOFISH is not set
12963 +# CONFIG_CRYPTO_SERPENT is not set
12964 +# CONFIG_CRYPTO_AES is not set
12965 +# CONFIG_CRYPTO_CAST5 is not set
12966 +# CONFIG_CRYPTO_CAST6 is not set
12967 +# CONFIG_CRYPTO_TEA is not set
12968 +# CONFIG_CRYPTO_ARC4 is not set
12969 +# CONFIG_CRYPTO_KHAZAD is not set
12970 +# CONFIG_CRYPTO_ANUBIS is not set
12971 +# CONFIG_CRYPTO_SEED is not set
12972 +# CONFIG_CRYPTO_SALSA20 is not set
12973 +# CONFIG_CRYPTO_DEFLATE is not set
12974 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
12975 +# CONFIG_CRYPTO_CRC32C is not set
12976 +# CONFIG_CRYPTO_CAMELLIA is not set
12977 +# CONFIG_CRYPTO_TEST is not set
12978 +# CONFIG_CRYPTO_AUTHENC is not set
12979 +# CONFIG_CRYPTO_LZO is not set
12980 +CONFIG_CRYPTO_HW=y
12981 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
12982 +# CONFIG_PPC_CLOCK is not set
12983 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/40x/walnut_defconfig powerpc.git/arch/powerpc/configs/40x/walnut_defconfig
12984 --- linux-2.6.25-rc9/arch/powerpc/configs/40x/walnut_defconfig 1970-01-01 01:00:00.000000000 +0100
12985 +++ powerpc.git/arch/powerpc/configs/40x/walnut_defconfig 2008-04-19 16:40:52.000000000 +0200
12986 @@ -0,0 +1,887 @@
12987 +#
12988 +# Automatically generated make config: don't edit
12989 +# Linux kernel version: 2.6.25-rc2
12990 +# Fri Feb 15 21:54:12 2008
12991 +#
12992 +# CONFIG_PPC64 is not set
12993 +
12994 +#
12995 +# Processor support
12996 +#
12997 +# CONFIG_6xx is not set
12998 +# CONFIG_PPC_85xx is not set
12999 +# CONFIG_PPC_8xx is not set
13000 +CONFIG_40x=y
13001 +# CONFIG_44x is not set
13002 +# CONFIG_E200 is not set
13003 +CONFIG_4xx=y
13004 +# CONFIG_PPC_MM_SLICES is not set
13005 +CONFIG_NOT_COHERENT_CACHE=y
13006 +CONFIG_PPC32=y
13007 +CONFIG_WORD_SIZE=32
13008 +CONFIG_PPC_MERGE=y
13009 +CONFIG_MMU=y
13010 +CONFIG_GENERIC_CMOS_UPDATE=y
13011 +CONFIG_GENERIC_TIME=y
13012 +CONFIG_GENERIC_TIME_VSYSCALL=y
13013 +CONFIG_GENERIC_CLOCKEVENTS=y
13014 +CONFIG_GENERIC_HARDIRQS=y
13015 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
13016 +CONFIG_IRQ_PER_CPU=y
13017 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
13018 +CONFIG_ARCH_HAS_ILOG2_U32=y
13019 +CONFIG_GENERIC_HWEIGHT=y
13020 +CONFIG_GENERIC_CALIBRATE_DELAY=y
13021 +CONFIG_GENERIC_FIND_NEXT_BIT=y
13022 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
13023 +CONFIG_PPC=y
13024 +CONFIG_EARLY_PRINTK=y
13025 +CONFIG_GENERIC_NVRAM=y
13026 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
13027 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
13028 +CONFIG_PPC_OF=y
13029 +CONFIG_OF=y
13030 +CONFIG_PPC_UDBG_16550=y
13031 +# CONFIG_GENERIC_TBSYNC is not set
13032 +CONFIG_AUDIT_ARCH=y
13033 +CONFIG_GENERIC_BUG=y
13034 +# CONFIG_DEFAULT_UIMAGE is not set
13035 +CONFIG_PPC_DCR_NATIVE=y
13036 +# CONFIG_PPC_DCR_MMIO is not set
13037 +CONFIG_PPC_DCR=y
13038 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
13039 +
13040 +#
13041 +# General setup
13042 +#
13043 +CONFIG_EXPERIMENTAL=y
13044 +CONFIG_BROKEN_ON_SMP=y
13045 +CONFIG_INIT_ENV_ARG_LIMIT=32
13046 +CONFIG_LOCALVERSION=""
13047 +CONFIG_LOCALVERSION_AUTO=y
13048 +CONFIG_SWAP=y
13049 +CONFIG_SYSVIPC=y
13050 +CONFIG_SYSVIPC_SYSCTL=y
13051 +CONFIG_POSIX_MQUEUE=y
13052 +# CONFIG_BSD_PROCESS_ACCT is not set
13053 +# CONFIG_TASKSTATS is not set
13054 +# CONFIG_AUDIT is not set
13055 +# CONFIG_IKCONFIG is not set
13056 +CONFIG_LOG_BUF_SHIFT=14
13057 +# CONFIG_CGROUPS is not set
13058 +CONFIG_GROUP_SCHED=y
13059 +CONFIG_FAIR_GROUP_SCHED=y
13060 +# CONFIG_RT_GROUP_SCHED is not set
13061 +CONFIG_USER_SCHED=y
13062 +# CONFIG_CGROUP_SCHED is not set
13063 +CONFIG_SYSFS_DEPRECATED=y
13064 +# CONFIG_RELAY is not set
13065 +# CONFIG_NAMESPACES is not set
13066 +CONFIG_BLK_DEV_INITRD=y
13067 +CONFIG_INITRAMFS_SOURCE=""
13068 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
13069 +CONFIG_SYSCTL=y
13070 +CONFIG_EMBEDDED=y
13071 +CONFIG_SYSCTL_SYSCALL=y
13072 +CONFIG_KALLSYMS=y
13073 +CONFIG_KALLSYMS_ALL=y
13074 +CONFIG_KALLSYMS_EXTRA_PASS=y
13075 +CONFIG_HOTPLUG=y
13076 +CONFIG_PRINTK=y
13077 +CONFIG_BUG=y
13078 +CONFIG_ELF_CORE=y
13079 +CONFIG_COMPAT_BRK=y
13080 +CONFIG_BASE_FULL=y
13081 +CONFIG_FUTEX=y
13082 +CONFIG_ANON_INODES=y
13083 +CONFIG_EPOLL=y
13084 +CONFIG_SIGNALFD=y
13085 +CONFIG_TIMERFD=y
13086 +CONFIG_EVENTFD=y
13087 +CONFIG_SHMEM=y
13088 +CONFIG_VM_EVENT_COUNTERS=y
13089 +CONFIG_SLUB_DEBUG=y
13090 +# CONFIG_SLAB is not set
13091 +CONFIG_SLUB=y
13092 +# CONFIG_SLOB is not set
13093 +# CONFIG_PROFILING is not set
13094 +# CONFIG_MARKERS is not set
13095 +CONFIG_HAVE_OPROFILE=y
13096 +# CONFIG_KPROBES is not set
13097 +CONFIG_HAVE_KPROBES=y
13098 +CONFIG_PROC_PAGE_MONITOR=y
13099 +CONFIG_SLABINFO=y
13100 +CONFIG_RT_MUTEXES=y
13101 +# CONFIG_TINY_SHMEM is not set
13102 +CONFIG_BASE_SMALL=0
13103 +CONFIG_MODULES=y
13104 +CONFIG_MODULE_UNLOAD=y
13105 +# CONFIG_MODULE_FORCE_UNLOAD is not set
13106 +# CONFIG_MODVERSIONS is not set
13107 +# CONFIG_MODULE_SRCVERSION_ALL is not set
13108 +CONFIG_KMOD=y
13109 +CONFIG_BLOCK=y
13110 +CONFIG_LBD=y
13111 +# CONFIG_BLK_DEV_IO_TRACE is not set
13112 +# CONFIG_LSF is not set
13113 +# CONFIG_BLK_DEV_BSG is not set
13114 +
13115 +#
13116 +# IO Schedulers
13117 +#
13118 +CONFIG_IOSCHED_NOOP=y
13119 +CONFIG_IOSCHED_AS=y
13120 +CONFIG_IOSCHED_DEADLINE=y
13121 +CONFIG_IOSCHED_CFQ=y
13122 +CONFIG_DEFAULT_AS=y
13123 +# CONFIG_DEFAULT_DEADLINE is not set
13124 +# CONFIG_DEFAULT_CFQ is not set
13125 +# CONFIG_DEFAULT_NOOP is not set
13126 +CONFIG_DEFAULT_IOSCHED="anticipatory"
13127 +CONFIG_CLASSIC_RCU=y
13128 +# CONFIG_PREEMPT_RCU is not set
13129 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
13130 +
13131 +#
13132 +# Platform support
13133 +#
13134 +# CONFIG_PPC_MPC512x is not set
13135 +# CONFIG_PPC_MPC5121 is not set
13136 +# CONFIG_PPC_CELL is not set
13137 +# CONFIG_PPC_CELL_NATIVE is not set
13138 +# CONFIG_PQ2ADS is not set
13139 +# CONFIG_EP405 is not set
13140 +# CONFIG_KILAUEA is not set
13141 +# CONFIG_MAKALU is not set
13142 +CONFIG_WALNUT=y
13143 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
13144 +CONFIG_405GP=y
13145 +CONFIG_IBM405_ERR77=y
13146 +CONFIG_IBM405_ERR51=y
13147 +# CONFIG_IPIC is not set
13148 +# CONFIG_MPIC is not set
13149 +# CONFIG_MPIC_WEIRD is not set
13150 +# CONFIG_PPC_I8259 is not set
13151 +# CONFIG_PPC_RTAS is not set
13152 +# CONFIG_MMIO_NVRAM is not set
13153 +# CONFIG_PPC_MPC106 is not set
13154 +# CONFIG_PPC_970_NAP is not set
13155 +# CONFIG_PPC_INDIRECT_IO is not set
13156 +# CONFIG_GENERIC_IOMAP is not set
13157 +# CONFIG_CPU_FREQ is not set
13158 +# CONFIG_FSL_ULI1575 is not set
13159 +CONFIG_OF_RTC=y
13160 +
13161 +#
13162 +# Kernel options
13163 +#
13164 +# CONFIG_HIGHMEM is not set
13165 +# CONFIG_TICK_ONESHOT is not set
13166 +# CONFIG_NO_HZ is not set
13167 +# CONFIG_HIGH_RES_TIMERS is not set
13168 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
13169 +# CONFIG_HZ_100 is not set
13170 +CONFIG_HZ_250=y
13171 +# CONFIG_HZ_300 is not set
13172 +# CONFIG_HZ_1000 is not set
13173 +CONFIG_HZ=250
13174 +# CONFIG_SCHED_HRTICK is not set
13175 +CONFIG_PREEMPT_NONE=y
13176 +# CONFIG_PREEMPT_VOLUNTARY is not set
13177 +# CONFIG_PREEMPT is not set
13178 +CONFIG_RCU_TRACE=y
13179 +CONFIG_BINFMT_ELF=y
13180 +# CONFIG_BINFMT_MISC is not set
13181 +# CONFIG_MATH_EMULATION is not set
13182 +# CONFIG_IOMMU_HELPER is not set
13183 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
13184 +CONFIG_ARCH_HAS_WALK_MEMORY=y
13185 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
13186 +CONFIG_ARCH_FLATMEM_ENABLE=y
13187 +CONFIG_ARCH_POPULATES_NODE_MAP=y
13188 +CONFIG_SELECT_MEMORY_MODEL=y
13189 +CONFIG_FLATMEM_MANUAL=y
13190 +# CONFIG_DISCONTIGMEM_MANUAL is not set
13191 +# CONFIG_SPARSEMEM_MANUAL is not set
13192 +CONFIG_FLATMEM=y
13193 +CONFIG_FLAT_NODE_MEM_MAP=y
13194 +# CONFIG_SPARSEMEM_STATIC is not set
13195 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
13196 +CONFIG_SPLIT_PTLOCK_CPUS=4
13197 +CONFIG_RESOURCES_64BIT=y
13198 +CONFIG_ZONE_DMA_FLAG=1
13199 +CONFIG_BOUNCE=y
13200 +CONFIG_VIRT_TO_BUS=y
13201 +CONFIG_PROC_DEVICETREE=y
13202 +# CONFIG_CMDLINE_BOOL is not set
13203 +# CONFIG_PM is not set
13204 +CONFIG_SECCOMP=y
13205 +CONFIG_ISA_DMA_API=y
13206 +
13207 +#
13208 +# Bus options
13209 +#
13210 +CONFIG_ZONE_DMA=y
13211 +CONFIG_PPC_INDIRECT_PCI=y
13212 +CONFIG_PCI=y
13213 +CONFIG_PCI_DOMAINS=y
13214 +CONFIG_PCI_SYSCALL=y
13215 +# CONFIG_PCIEPORTBUS is not set
13216 +CONFIG_ARCH_SUPPORTS_MSI=y
13217 +# CONFIG_PCI_MSI is not set
13218 +# CONFIG_PCI_LEGACY is not set
13219 +# CONFIG_PCI_DEBUG is not set
13220 +# CONFIG_PCCARD is not set
13221 +# CONFIG_HOTPLUG_PCI is not set
13222 +
13223 +#
13224 +# Advanced setup
13225 +#
13226 +# CONFIG_ADVANCED_OPTIONS is not set
13227 +
13228 +#
13229 +# Default settings for advanced configuration options are used
13230 +#
13231 +CONFIG_HIGHMEM_START=0xfe000000
13232 +CONFIG_LOWMEM_SIZE=0x30000000
13233 +CONFIG_KERNEL_START=0xc0000000
13234 +CONFIG_TASK_SIZE=0xc0000000
13235 +CONFIG_CONSISTENT_START=0xff100000
13236 +CONFIG_CONSISTENT_SIZE=0x00200000
13237 +CONFIG_BOOT_LOAD=0x00400000
13238 +
13239 +#
13240 +# Networking
13241 +#
13242 +CONFIG_NET=y
13243 +
13244 +#
13245 +# Networking options
13246 +#
13247 +CONFIG_PACKET=y
13248 +# CONFIG_PACKET_MMAP is not set
13249 +CONFIG_UNIX=y
13250 +# CONFIG_NET_KEY is not set
13251 +CONFIG_INET=y
13252 +# CONFIG_IP_MULTICAST is not set
13253 +# CONFIG_IP_ADVANCED_ROUTER is not set
13254 +CONFIG_IP_FIB_HASH=y
13255 +CONFIG_IP_PNP=y
13256 +CONFIG_IP_PNP_DHCP=y
13257 +CONFIG_IP_PNP_BOOTP=y
13258 +# CONFIG_IP_PNP_RARP is not set
13259 +# CONFIG_NET_IPIP is not set
13260 +# CONFIG_NET_IPGRE is not set
13261 +# CONFIG_ARPD is not set
13262 +# CONFIG_SYN_COOKIES is not set
13263 +# CONFIG_INET_AH is not set
13264 +# CONFIG_INET_ESP is not set
13265 +# CONFIG_INET_IPCOMP is not set
13266 +# CONFIG_INET_XFRM_TUNNEL is not set
13267 +# CONFIG_INET_TUNNEL is not set
13268 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
13269 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
13270 +# CONFIG_INET_XFRM_MODE_BEET is not set
13271 +# CONFIG_INET_LRO is not set
13272 +CONFIG_INET_DIAG=y
13273 +CONFIG_INET_TCP_DIAG=y
13274 +# CONFIG_TCP_CONG_ADVANCED is not set
13275 +CONFIG_TCP_CONG_CUBIC=y
13276 +CONFIG_DEFAULT_TCP_CONG="cubic"
13277 +# CONFIG_TCP_MD5SIG is not set
13278 +# CONFIG_IPV6 is not set
13279 +# CONFIG_INET6_XFRM_TUNNEL is not set
13280 +# CONFIG_INET6_TUNNEL is not set
13281 +# CONFIG_NETWORK_SECMARK is not set
13282 +# CONFIG_NETFILTER is not set
13283 +# CONFIG_IP_DCCP is not set
13284 +# CONFIG_IP_SCTP is not set
13285 +# CONFIG_TIPC is not set
13286 +# CONFIG_ATM is not set
13287 +# CONFIG_BRIDGE is not set
13288 +# CONFIG_VLAN_8021Q is not set
13289 +# CONFIG_DECNET is not set
13290 +# CONFIG_LLC2 is not set
13291 +# CONFIG_IPX is not set
13292 +# CONFIG_ATALK is not set
13293 +# CONFIG_X25 is not set
13294 +# CONFIG_LAPB is not set
13295 +# CONFIG_ECONET is not set
13296 +# CONFIG_WAN_ROUTER is not set
13297 +# CONFIG_NET_SCHED is not set
13298 +
13299 +#
13300 +# Network testing
13301 +#
13302 +# CONFIG_NET_PKTGEN is not set
13303 +# CONFIG_HAMRADIO is not set
13304 +# CONFIG_CAN is not set
13305 +# CONFIG_IRDA is not set
13306 +# CONFIG_BT is not set
13307 +# CONFIG_AF_RXRPC is not set
13308 +
13309 +#
13310 +# Wireless
13311 +#
13312 +# CONFIG_CFG80211 is not set
13313 +# CONFIG_WIRELESS_EXT is not set
13314 +# CONFIG_MAC80211 is not set
13315 +# CONFIG_IEEE80211 is not set
13316 +# CONFIG_RFKILL is not set
13317 +# CONFIG_NET_9P is not set
13318 +
13319 +#
13320 +# Device Drivers
13321 +#
13322 +
13323 +#
13324 +# Generic Driver Options
13325 +#
13326 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
13327 +CONFIG_STANDALONE=y
13328 +CONFIG_PREVENT_FIRMWARE_BUILD=y
13329 +CONFIG_FW_LOADER=y
13330 +# CONFIG_DEBUG_DRIVER is not set
13331 +# CONFIG_DEBUG_DEVRES is not set
13332 +# CONFIG_SYS_HYPERVISOR is not set
13333 +CONFIG_CONNECTOR=y
13334 +CONFIG_PROC_EVENTS=y
13335 +CONFIG_MTD=y
13336 +# CONFIG_MTD_DEBUG is not set
13337 +# CONFIG_MTD_CONCAT is not set
13338 +CONFIG_MTD_PARTITIONS=y
13339 +# CONFIG_MTD_REDBOOT_PARTS is not set
13340 +CONFIG_MTD_CMDLINE_PARTS=y
13341 +CONFIG_MTD_OF_PARTS=y
13342 +
13343 +#
13344 +# User Modules And Translation Layers
13345 +#
13346 +CONFIG_MTD_CHAR=y
13347 +CONFIG_MTD_BLKDEVS=m
13348 +CONFIG_MTD_BLOCK=m
13349 +# CONFIG_MTD_BLOCK_RO is not set
13350 +# CONFIG_FTL is not set
13351 +# CONFIG_NFTL is not set
13352 +# CONFIG_INFTL is not set
13353 +# CONFIG_RFD_FTL is not set
13354 +# CONFIG_SSFDC is not set
13355 +# CONFIG_MTD_OOPS is not set
13356 +
13357 +#
13358 +# RAM/ROM/Flash chip drivers
13359 +#
13360 +CONFIG_MTD_CFI=y
13361 +CONFIG_MTD_JEDECPROBE=y
13362 +CONFIG_MTD_GEN_PROBE=y
13363 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
13364 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
13365 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
13366 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
13367 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
13368 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
13369 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
13370 +CONFIG_MTD_CFI_I1=y
13371 +CONFIG_MTD_CFI_I2=y
13372 +# CONFIG_MTD_CFI_I4 is not set
13373 +# CONFIG_MTD_CFI_I8 is not set
13374 +# CONFIG_MTD_CFI_INTELEXT is not set
13375 +CONFIG_MTD_CFI_AMDSTD=y
13376 +# CONFIG_MTD_CFI_STAA is not set
13377 +CONFIG_MTD_CFI_UTIL=y
13378 +# CONFIG_MTD_RAM is not set
13379 +# CONFIG_MTD_ROM is not set
13380 +# CONFIG_MTD_ABSENT is not set
13381 +
13382 +#
13383 +# Mapping drivers for chip access
13384 +#
13385 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
13386 +# CONFIG_MTD_PHYSMAP is not set
13387 +CONFIG_MTD_PHYSMAP_OF=y
13388 +# CONFIG_MTD_INTEL_VR_NOR is not set
13389 +# CONFIG_MTD_PLATRAM is not set
13390 +
13391 +#
13392 +# Self-contained MTD device drivers
13393 +#
13394 +# CONFIG_MTD_PMC551 is not set
13395 +# CONFIG_MTD_SLRAM is not set
13396 +# CONFIG_MTD_PHRAM is not set
13397 +# CONFIG_MTD_MTDRAM is not set
13398 +# CONFIG_MTD_BLOCK2MTD is not set
13399 +
13400 +#
13401 +# Disk-On-Chip Device Drivers
13402 +#
13403 +# CONFIG_MTD_DOC2000 is not set
13404 +# CONFIG_MTD_DOC2001 is not set
13405 +# CONFIG_MTD_DOC2001PLUS is not set
13406 +# CONFIG_MTD_NAND is not set
13407 +# CONFIG_MTD_ONENAND is not set
13408 +
13409 +#
13410 +# UBI - Unsorted block images
13411 +#
13412 +# CONFIG_MTD_UBI is not set
13413 +CONFIG_OF_DEVICE=y
13414 +# CONFIG_PARPORT is not set
13415 +CONFIG_BLK_DEV=y
13416 +# CONFIG_BLK_DEV_FD is not set
13417 +# CONFIG_BLK_CPQ_DA is not set
13418 +# CONFIG_BLK_CPQ_CISS_DA is not set
13419 +# CONFIG_BLK_DEV_DAC960 is not set
13420 +# CONFIG_BLK_DEV_UMEM is not set
13421 +# CONFIG_BLK_DEV_COW_COMMON is not set
13422 +# CONFIG_BLK_DEV_LOOP is not set
13423 +# CONFIG_BLK_DEV_NBD is not set
13424 +# CONFIG_BLK_DEV_SX8 is not set
13425 +CONFIG_BLK_DEV_RAM=y
13426 +CONFIG_BLK_DEV_RAM_COUNT=16
13427 +CONFIG_BLK_DEV_RAM_SIZE=35000
13428 +# CONFIG_BLK_DEV_XIP is not set
13429 +# CONFIG_CDROM_PKTCDVD is not set
13430 +# CONFIG_ATA_OVER_ETH is not set
13431 +# CONFIG_XILINX_SYSACE is not set
13432 +CONFIG_MISC_DEVICES=y
13433 +# CONFIG_PHANTOM is not set
13434 +# CONFIG_EEPROM_93CX6 is not set
13435 +# CONFIG_SGI_IOC4 is not set
13436 +# CONFIG_TIFM_CORE is not set
13437 +# CONFIG_ENCLOSURE_SERVICES is not set
13438 +CONFIG_HAVE_IDE=y
13439 +# CONFIG_IDE is not set
13440 +
13441 +#
13442 +# SCSI device support
13443 +#
13444 +# CONFIG_RAID_ATTRS is not set
13445 +# CONFIG_SCSI is not set
13446 +# CONFIG_SCSI_DMA is not set
13447 +# CONFIG_SCSI_NETLINK is not set
13448 +# CONFIG_ATA is not set
13449 +# CONFIG_MD is not set
13450 +# CONFIG_FUSION is not set
13451 +
13452 +#
13453 +# IEEE 1394 (FireWire) support
13454 +#
13455 +# CONFIG_FIREWIRE is not set
13456 +# CONFIG_IEEE1394 is not set
13457 +# CONFIG_I2O is not set
13458 +# CONFIG_MACINTOSH_DRIVERS is not set
13459 +CONFIG_NETDEVICES=y
13460 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
13461 +# CONFIG_DUMMY is not set
13462 +# CONFIG_BONDING is not set
13463 +# CONFIG_MACVLAN is not set
13464 +# CONFIG_EQUALIZER is not set
13465 +# CONFIG_TUN is not set
13466 +# CONFIG_VETH is not set
13467 +# CONFIG_ARCNET is not set
13468 +# CONFIG_PHYLIB is not set
13469 +CONFIG_NET_ETHERNET=y
13470 +# CONFIG_MII is not set
13471 +# CONFIG_HAPPYMEAL is not set
13472 +# CONFIG_SUNGEM is not set
13473 +# CONFIG_CASSINI is not set
13474 +# CONFIG_NET_VENDOR_3COM is not set
13475 +# CONFIG_NET_TULIP is not set
13476 +# CONFIG_HP100 is not set
13477 +CONFIG_IBM_NEW_EMAC=y
13478 +CONFIG_IBM_NEW_EMAC_RXB=128
13479 +CONFIG_IBM_NEW_EMAC_TXB=64
13480 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
13481 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
13482 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
13483 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
13484 +CONFIG_IBM_NEW_EMAC_ZMII=y
13485 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
13486 +# CONFIG_IBM_NEW_EMAC_TAH is not set
13487 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
13488 +# CONFIG_NET_PCI is not set
13489 +# CONFIG_B44 is not set
13490 +CONFIG_NETDEV_1000=y
13491 +# CONFIG_ACENIC is not set
13492 +# CONFIG_DL2K is not set
13493 +# CONFIG_E1000 is not set
13494 +# CONFIG_E1000E is not set
13495 +# CONFIG_E1000E_ENABLED is not set
13496 +# CONFIG_IP1000 is not set
13497 +# CONFIG_IGB is not set
13498 +# CONFIG_NS83820 is not set
13499 +# CONFIG_HAMACHI is not set
13500 +# CONFIG_YELLOWFIN is not set
13501 +# CONFIG_R8169 is not set
13502 +# CONFIG_SIS190 is not set
13503 +# CONFIG_SKGE is not set
13504 +# CONFIG_SKY2 is not set
13505 +# CONFIG_SK98LIN is not set
13506 +# CONFIG_VIA_VELOCITY is not set
13507 +# CONFIG_TIGON3 is not set
13508 +# CONFIG_BNX2 is not set
13509 +# CONFIG_QLA3XXX is not set
13510 +# CONFIG_ATL1 is not set
13511 +CONFIG_NETDEV_10000=y
13512 +# CONFIG_CHELSIO_T1 is not set
13513 +# CONFIG_CHELSIO_T3 is not set
13514 +# CONFIG_IXGBE is not set
13515 +# CONFIG_IXGB is not set
13516 +# CONFIG_S2IO is not set
13517 +# CONFIG_MYRI10GE is not set
13518 +# CONFIG_NETXEN_NIC is not set
13519 +# CONFIG_NIU is not set
13520 +# CONFIG_MLX4_CORE is not set
13521 +# CONFIG_TEHUTI is not set
13522 +# CONFIG_BNX2X is not set
13523 +# CONFIG_TR is not set
13524 +
13525 +#
13526 +# Wireless LAN
13527 +#
13528 +# CONFIG_WLAN_PRE80211 is not set
13529 +# CONFIG_WLAN_80211 is not set
13530 +# CONFIG_WAN is not set
13531 +# CONFIG_FDDI is not set
13532 +# CONFIG_HIPPI is not set
13533 +# CONFIG_PPP is not set
13534 +# CONFIG_SLIP is not set
13535 +# CONFIG_NETCONSOLE is not set
13536 +# CONFIG_NETPOLL is not set
13537 +# CONFIG_NET_POLL_CONTROLLER is not set
13538 +# CONFIG_ISDN is not set
13539 +# CONFIG_PHONE is not set
13540 +
13541 +#
13542 +# Input device support
13543 +#
13544 +# CONFIG_INPUT is not set
13545 +
13546 +#
13547 +# Hardware I/O ports
13548 +#
13549 +# CONFIG_SERIO is not set
13550 +# CONFIG_GAMEPORT is not set
13551 +
13552 +#
13553 +# Character devices
13554 +#
13555 +# CONFIG_VT is not set
13556 +# CONFIG_SERIAL_NONSTANDARD is not set
13557 +# CONFIG_NOZOMI is not set
13558 +
13559 +#
13560 +# Serial drivers
13561 +#
13562 +CONFIG_SERIAL_8250=y
13563 +CONFIG_SERIAL_8250_CONSOLE=y
13564 +CONFIG_SERIAL_8250_PCI=y
13565 +CONFIG_SERIAL_8250_NR_UARTS=4
13566 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
13567 +CONFIG_SERIAL_8250_EXTENDED=y
13568 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
13569 +CONFIG_SERIAL_8250_SHARE_IRQ=y
13570 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
13571 +# CONFIG_SERIAL_8250_RSA is not set
13572 +
13573 +#
13574 +# Non-8250 serial port support
13575 +#
13576 +# CONFIG_SERIAL_UARTLITE is not set
13577 +CONFIG_SERIAL_CORE=y
13578 +CONFIG_SERIAL_CORE_CONSOLE=y
13579 +# CONFIG_SERIAL_JSM is not set
13580 +CONFIG_SERIAL_OF_PLATFORM=y
13581 +CONFIG_UNIX98_PTYS=y
13582 +CONFIG_LEGACY_PTYS=y
13583 +CONFIG_LEGACY_PTY_COUNT=256
13584 +# CONFIG_IPMI_HANDLER is not set
13585 +# CONFIG_HW_RANDOM is not set
13586 +# CONFIG_NVRAM is not set
13587 +# CONFIG_GEN_RTC is not set
13588 +# CONFIG_R3964 is not set
13589 +# CONFIG_APPLICOM is not set
13590 +# CONFIG_RAW_DRIVER is not set
13591 +# CONFIG_TCG_TPM is not set
13592 +CONFIG_DEVPORT=y
13593 +# CONFIG_I2C is not set
13594 +
13595 +#
13596 +# SPI support
13597 +#
13598 +# CONFIG_SPI is not set
13599 +# CONFIG_SPI_MASTER is not set
13600 +# CONFIG_W1 is not set
13601 +# CONFIG_POWER_SUPPLY is not set
13602 +# CONFIG_HWMON is not set
13603 +CONFIG_THERMAL=y
13604 +# CONFIG_WATCHDOG is not set
13605 +
13606 +#
13607 +# Sonics Silicon Backplane
13608 +#
13609 +CONFIG_SSB_POSSIBLE=y
13610 +# CONFIG_SSB is not set
13611 +
13612 +#
13613 +# Multifunction device drivers
13614 +#
13615 +# CONFIG_MFD_SM501 is not set
13616 +
13617 +#
13618 +# Multimedia devices
13619 +#
13620 +# CONFIG_VIDEO_DEV is not set
13621 +# CONFIG_DVB_CORE is not set
13622 +# CONFIG_DAB is not set
13623 +
13624 +#
13625 +# Graphics support
13626 +#
13627 +# CONFIG_AGP is not set
13628 +# CONFIG_DRM is not set
13629 +# CONFIG_VGASTATE is not set
13630 +CONFIG_VIDEO_OUTPUT_CONTROL=m
13631 +# CONFIG_FB is not set
13632 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
13633 +
13634 +#
13635 +# Display device support
13636 +#
13637 +# CONFIG_DISPLAY_SUPPORT is not set
13638 +
13639 +#
13640 +# Sound
13641 +#
13642 +# CONFIG_SOUND is not set
13643 +CONFIG_USB_SUPPORT=y
13644 +CONFIG_USB_ARCH_HAS_HCD=y
13645 +CONFIG_USB_ARCH_HAS_OHCI=y
13646 +CONFIG_USB_ARCH_HAS_EHCI=y
13647 +# CONFIG_USB is not set
13648 +
13649 +#
13650 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
13651 +#
13652 +# CONFIG_USB_GADGET is not set
13653 +# CONFIG_MMC is not set
13654 +# CONFIG_MEMSTICK is not set
13655 +# CONFIG_NEW_LEDS is not set
13656 +# CONFIG_INFINIBAND is not set
13657 +# CONFIG_EDAC is not set
13658 +# CONFIG_RTC_CLASS is not set
13659 +
13660 +#
13661 +# Userspace I/O
13662 +#
13663 +# CONFIG_UIO is not set
13664 +
13665 +#
13666 +# File systems
13667 +#
13668 +CONFIG_EXT2_FS=y
13669 +# CONFIG_EXT2_FS_XATTR is not set
13670 +# CONFIG_EXT2_FS_XIP is not set
13671 +# CONFIG_EXT3_FS is not set
13672 +# CONFIG_EXT4DEV_FS is not set
13673 +# CONFIG_REISERFS_FS is not set
13674 +# CONFIG_JFS_FS is not set
13675 +# CONFIG_FS_POSIX_ACL is not set
13676 +# CONFIG_XFS_FS is not set
13677 +# CONFIG_GFS2_FS is not set
13678 +# CONFIG_OCFS2_FS is not set
13679 +CONFIG_DNOTIFY=y
13680 +CONFIG_INOTIFY=y
13681 +CONFIG_INOTIFY_USER=y
13682 +# CONFIG_QUOTA is not set
13683 +# CONFIG_AUTOFS_FS is not set
13684 +# CONFIG_AUTOFS4_FS is not set
13685 +# CONFIG_FUSE_FS is not set
13686 +
13687 +#
13688 +# CD-ROM/DVD Filesystems
13689 +#
13690 +# CONFIG_ISO9660_FS is not set
13691 +# CONFIG_UDF_FS is not set
13692 +
13693 +#
13694 +# DOS/FAT/NT Filesystems
13695 +#
13696 +# CONFIG_MSDOS_FS is not set
13697 +# CONFIG_VFAT_FS is not set
13698 +# CONFIG_NTFS_FS is not set
13699 +
13700 +#
13701 +# Pseudo filesystems
13702 +#
13703 +CONFIG_PROC_FS=y
13704 +CONFIG_PROC_KCORE=y
13705 +CONFIG_PROC_SYSCTL=y
13706 +CONFIG_SYSFS=y
13707 +CONFIG_TMPFS=y
13708 +# CONFIG_TMPFS_POSIX_ACL is not set
13709 +# CONFIG_HUGETLB_PAGE is not set
13710 +# CONFIG_CONFIGFS_FS is not set
13711 +
13712 +#
13713 +# Miscellaneous filesystems
13714 +#
13715 +# CONFIG_ADFS_FS is not set
13716 +# CONFIG_AFFS_FS is not set
13717 +# CONFIG_HFS_FS is not set
13718 +# CONFIG_HFSPLUS_FS is not set
13719 +# CONFIG_BEFS_FS is not set
13720 +# CONFIG_BFS_FS is not set
13721 +# CONFIG_EFS_FS is not set
13722 +# CONFIG_JFFS2_FS is not set
13723 +CONFIG_CRAMFS=y
13724 +# CONFIG_VXFS_FS is not set
13725 +# CONFIG_MINIX_FS is not set
13726 +# CONFIG_HPFS_FS is not set
13727 +# CONFIG_QNX4FS_FS is not set
13728 +# CONFIG_ROMFS_FS is not set
13729 +# CONFIG_SYSV_FS is not set
13730 +# CONFIG_UFS_FS is not set
13731 +CONFIG_NETWORK_FILESYSTEMS=y
13732 +CONFIG_NFS_FS=y
13733 +CONFIG_NFS_V3=y
13734 +# CONFIG_NFS_V3_ACL is not set
13735 +# CONFIG_NFS_V4 is not set
13736 +# CONFIG_NFS_DIRECTIO is not set
13737 +# CONFIG_NFSD is not set
13738 +CONFIG_ROOT_NFS=y
13739 +CONFIG_LOCKD=y
13740 +CONFIG_LOCKD_V4=y
13741 +CONFIG_NFS_COMMON=y
13742 +CONFIG_SUNRPC=y
13743 +# CONFIG_SUNRPC_BIND34 is not set
13744 +# CONFIG_RPCSEC_GSS_KRB5 is not set
13745 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
13746 +# CONFIG_SMB_FS is not set
13747 +# CONFIG_CIFS is not set
13748 +# CONFIG_NCP_FS is not set
13749 +# CONFIG_CODA_FS is not set
13750 +# CONFIG_AFS_FS is not set
13751 +
13752 +#
13753 +# Partition Types
13754 +#
13755 +# CONFIG_PARTITION_ADVANCED is not set
13756 +CONFIG_MSDOS_PARTITION=y
13757 +# CONFIG_NLS is not set
13758 +# CONFIG_DLM is not set
13759 +
13760 +#
13761 +# Library routines
13762 +#
13763 +CONFIG_BITREVERSE=y
13764 +# CONFIG_CRC_CCITT is not set
13765 +# CONFIG_CRC16 is not set
13766 +# CONFIG_CRC_ITU_T is not set
13767 +CONFIG_CRC32=y
13768 +# CONFIG_CRC7 is not set
13769 +# CONFIG_LIBCRC32C is not set
13770 +CONFIG_ZLIB_INFLATE=y
13771 +CONFIG_PLIST=y
13772 +CONFIG_HAS_IOMEM=y
13773 +CONFIG_HAS_IOPORT=y
13774 +CONFIG_HAS_DMA=y
13775 +
13776 +#
13777 +# Kernel hacking
13778 +#
13779 +# CONFIG_PRINTK_TIME is not set
13780 +CONFIG_ENABLE_WARN_DEPRECATED=y
13781 +CONFIG_ENABLE_MUST_CHECK=y
13782 +CONFIG_MAGIC_SYSRQ=y
13783 +# CONFIG_UNUSED_SYMBOLS is not set
13784 +CONFIG_DEBUG_FS=y
13785 +# CONFIG_HEADERS_CHECK is not set
13786 +CONFIG_DEBUG_KERNEL=y
13787 +# CONFIG_DEBUG_SHIRQ is not set
13788 +CONFIG_DETECT_SOFTLOCKUP=y
13789 +CONFIG_SCHED_DEBUG=y
13790 +# CONFIG_SCHEDSTATS is not set
13791 +# CONFIG_TIMER_STATS is not set
13792 +# CONFIG_SLUB_DEBUG_ON is not set
13793 +# CONFIG_SLUB_STATS is not set
13794 +# CONFIG_DEBUG_RT_MUTEXES is not set
13795 +# CONFIG_RT_MUTEX_TESTER is not set
13796 +# CONFIG_DEBUG_SPINLOCK is not set
13797 +# CONFIG_DEBUG_MUTEXES is not set
13798 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
13799 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
13800 +# CONFIG_DEBUG_KOBJECT is not set
13801 +CONFIG_DEBUG_BUGVERBOSE=y
13802 +# CONFIG_DEBUG_INFO is not set
13803 +# CONFIG_DEBUG_VM is not set
13804 +# CONFIG_DEBUG_LIST is not set
13805 +# CONFIG_DEBUG_SG is not set
13806 +# CONFIG_BOOT_PRINTK_DELAY is not set
13807 +# CONFIG_RCU_TORTURE_TEST is not set
13808 +# CONFIG_BACKTRACE_SELF_TEST is not set
13809 +# CONFIG_FAULT_INJECTION is not set
13810 +# CONFIG_SAMPLES is not set
13811 +# CONFIG_DEBUG_STACKOVERFLOW is not set
13812 +# CONFIG_DEBUG_STACK_USAGE is not set
13813 +# CONFIG_DEBUG_PAGEALLOC is not set
13814 +# CONFIG_DEBUGGER is not set
13815 +# CONFIG_VIRQ_DEBUG is not set
13816 +# CONFIG_BDI_SWITCH is not set
13817 +# CONFIG_PPC_EARLY_DEBUG is not set
13818 +
13819 +#
13820 +# Security options
13821 +#
13822 +# CONFIG_KEYS is not set
13823 +# CONFIG_SECURITY is not set
13824 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
13825 +CONFIG_CRYPTO=y
13826 +CONFIG_CRYPTO_ALGAPI=y
13827 +CONFIG_CRYPTO_BLKCIPHER=y
13828 +# CONFIG_CRYPTO_SEQIV is not set
13829 +CONFIG_CRYPTO_MANAGER=y
13830 +# CONFIG_CRYPTO_HMAC is not set
13831 +# CONFIG_CRYPTO_XCBC is not set
13832 +# CONFIG_CRYPTO_NULL is not set
13833 +# CONFIG_CRYPTO_MD4 is not set
13834 +CONFIG_CRYPTO_MD5=y
13835 +# CONFIG_CRYPTO_SHA1 is not set
13836 +# CONFIG_CRYPTO_SHA256 is not set
13837 +# CONFIG_CRYPTO_SHA512 is not set
13838 +# CONFIG_CRYPTO_WP512 is not set
13839 +# CONFIG_CRYPTO_TGR192 is not set
13840 +# CONFIG_CRYPTO_GF128MUL is not set
13841 +CONFIG_CRYPTO_ECB=y
13842 +CONFIG_CRYPTO_CBC=y
13843 +CONFIG_CRYPTO_PCBC=y
13844 +# CONFIG_CRYPTO_LRW is not set
13845 +# CONFIG_CRYPTO_XTS is not set
13846 +# CONFIG_CRYPTO_CTR is not set
13847 +# CONFIG_CRYPTO_GCM is not set
13848 +# CONFIG_CRYPTO_CCM is not set
13849 +# CONFIG_CRYPTO_CRYPTD is not set
13850 +CONFIG_CRYPTO_DES=y
13851 +# CONFIG_CRYPTO_FCRYPT is not set
13852 +# CONFIG_CRYPTO_BLOWFISH is not set
13853 +# CONFIG_CRYPTO_TWOFISH is not set
13854 +# CONFIG_CRYPTO_SERPENT is not set
13855 +# CONFIG_CRYPTO_AES is not set
13856 +# CONFIG_CRYPTO_CAST5 is not set
13857 +# CONFIG_CRYPTO_CAST6 is not set
13858 +# CONFIG_CRYPTO_TEA is not set
13859 +# CONFIG_CRYPTO_ARC4 is not set
13860 +# CONFIG_CRYPTO_KHAZAD is not set
13861 +# CONFIG_CRYPTO_ANUBIS is not set
13862 +# CONFIG_CRYPTO_SEED is not set
13863 +# CONFIG_CRYPTO_SALSA20 is not set
13864 +# CONFIG_CRYPTO_DEFLATE is not set
13865 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
13866 +# CONFIG_CRYPTO_CRC32C is not set
13867 +# CONFIG_CRYPTO_CAMELLIA is not set
13868 +# CONFIG_CRYPTO_TEST is not set
13869 +# CONFIG_CRYPTO_AUTHENC is not set
13870 +# CONFIG_CRYPTO_LZO is not set
13871 +CONFIG_CRYPTO_HW=y
13872 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
13873 +# CONFIG_PPC_CLOCK is not set
13874 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/bamboo_defconfig powerpc.git/arch/powerpc/configs/44x/bamboo_defconfig
13875 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/bamboo_defconfig 1970-01-01 01:00:00.000000000 +0100
13876 +++ powerpc.git/arch/powerpc/configs/44x/bamboo_defconfig 2008-04-19 16:40:52.000000000 +0200
13877 @@ -0,0 +1,815 @@
13878 +#
13879 +# Automatically generated make config: don't edit
13880 +# Linux kernel version: 2.6.25-rc2
13881 +# Fri Feb 15 21:36:39 2008
13882 +#
13883 +# CONFIG_PPC64 is not set
13884 +
13885 +#
13886 +# Processor support
13887 +#
13888 +# CONFIG_6xx is not set
13889 +# CONFIG_PPC_85xx is not set
13890 +# CONFIG_PPC_8xx is not set
13891 +# CONFIG_40x is not set
13892 +CONFIG_44x=y
13893 +# CONFIG_E200 is not set
13894 +CONFIG_PPC_FPU=y
13895 +CONFIG_4xx=y
13896 +CONFIG_BOOKE=y
13897 +CONFIG_PTE_64BIT=y
13898 +CONFIG_PHYS_64BIT=y
13899 +# CONFIG_PPC_MM_SLICES is not set
13900 +CONFIG_NOT_COHERENT_CACHE=y
13901 +CONFIG_PPC32=y
13902 +CONFIG_WORD_SIZE=32
13903 +CONFIG_PPC_MERGE=y
13904 +CONFIG_MMU=y
13905 +CONFIG_GENERIC_CMOS_UPDATE=y
13906 +CONFIG_GENERIC_TIME=y
13907 +CONFIG_GENERIC_TIME_VSYSCALL=y
13908 +CONFIG_GENERIC_CLOCKEVENTS=y
13909 +CONFIG_GENERIC_HARDIRQS=y
13910 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
13911 +CONFIG_IRQ_PER_CPU=y
13912 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
13913 +CONFIG_ARCH_HAS_ILOG2_U32=y
13914 +CONFIG_GENERIC_HWEIGHT=y
13915 +CONFIG_GENERIC_CALIBRATE_DELAY=y
13916 +CONFIG_GENERIC_FIND_NEXT_BIT=y
13917 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
13918 +CONFIG_PPC=y
13919 +CONFIG_EARLY_PRINTK=y
13920 +CONFIG_GENERIC_NVRAM=y
13921 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
13922 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
13923 +CONFIG_PPC_OF=y
13924 +CONFIG_OF=y
13925 +CONFIG_PPC_UDBG_16550=y
13926 +# CONFIG_GENERIC_TBSYNC is not set
13927 +CONFIG_AUDIT_ARCH=y
13928 +CONFIG_GENERIC_BUG=y
13929 +# CONFIG_DEFAULT_UIMAGE is not set
13930 +CONFIG_PPC_DCR_NATIVE=y
13931 +# CONFIG_PPC_DCR_MMIO is not set
13932 +CONFIG_PPC_DCR=y
13933 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
13934 +
13935 +#
13936 +# General setup
13937 +#
13938 +CONFIG_EXPERIMENTAL=y
13939 +CONFIG_BROKEN_ON_SMP=y
13940 +CONFIG_INIT_ENV_ARG_LIMIT=32
13941 +CONFIG_LOCALVERSION=""
13942 +CONFIG_LOCALVERSION_AUTO=y
13943 +CONFIG_SWAP=y
13944 +CONFIG_SYSVIPC=y
13945 +CONFIG_SYSVIPC_SYSCTL=y
13946 +CONFIG_POSIX_MQUEUE=y
13947 +# CONFIG_BSD_PROCESS_ACCT is not set
13948 +# CONFIG_TASKSTATS is not set
13949 +# CONFIG_AUDIT is not set
13950 +# CONFIG_IKCONFIG is not set
13951 +CONFIG_LOG_BUF_SHIFT=14
13952 +# CONFIG_CGROUPS is not set
13953 +CONFIG_GROUP_SCHED=y
13954 +CONFIG_FAIR_GROUP_SCHED=y
13955 +# CONFIG_RT_GROUP_SCHED is not set
13956 +CONFIG_USER_SCHED=y
13957 +# CONFIG_CGROUP_SCHED is not set
13958 +CONFIG_SYSFS_DEPRECATED=y
13959 +# CONFIG_RELAY is not set
13960 +# CONFIG_NAMESPACES is not set
13961 +CONFIG_BLK_DEV_INITRD=y
13962 +CONFIG_INITRAMFS_SOURCE=""
13963 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
13964 +CONFIG_SYSCTL=y
13965 +CONFIG_EMBEDDED=y
13966 +CONFIG_SYSCTL_SYSCALL=y
13967 +CONFIG_KALLSYMS=y
13968 +# CONFIG_KALLSYMS_ALL is not set
13969 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
13970 +CONFIG_HOTPLUG=y
13971 +CONFIG_PRINTK=y
13972 +CONFIG_BUG=y
13973 +CONFIG_ELF_CORE=y
13974 +CONFIG_COMPAT_BRK=y
13975 +CONFIG_BASE_FULL=y
13976 +CONFIG_FUTEX=y
13977 +CONFIG_ANON_INODES=y
13978 +CONFIG_EPOLL=y
13979 +CONFIG_SIGNALFD=y
13980 +CONFIG_TIMERFD=y
13981 +CONFIG_EVENTFD=y
13982 +CONFIG_SHMEM=y
13983 +CONFIG_VM_EVENT_COUNTERS=y
13984 +CONFIG_SLUB_DEBUG=y
13985 +# CONFIG_SLAB is not set
13986 +CONFIG_SLUB=y
13987 +# CONFIG_SLOB is not set
13988 +# CONFIG_PROFILING is not set
13989 +# CONFIG_MARKERS is not set
13990 +CONFIG_HAVE_OPROFILE=y
13991 +# CONFIG_KPROBES is not set
13992 +CONFIG_HAVE_KPROBES=y
13993 +CONFIG_PROC_PAGE_MONITOR=y
13994 +CONFIG_SLABINFO=y
13995 +CONFIG_RT_MUTEXES=y
13996 +# CONFIG_TINY_SHMEM is not set
13997 +CONFIG_BASE_SMALL=0
13998 +CONFIG_MODULES=y
13999 +CONFIG_MODULE_UNLOAD=y
14000 +# CONFIG_MODULE_FORCE_UNLOAD is not set
14001 +# CONFIG_MODVERSIONS is not set
14002 +# CONFIG_MODULE_SRCVERSION_ALL is not set
14003 +CONFIG_KMOD=y
14004 +CONFIG_BLOCK=y
14005 +CONFIG_LBD=y
14006 +# CONFIG_BLK_DEV_IO_TRACE is not set
14007 +# CONFIG_LSF is not set
14008 +# CONFIG_BLK_DEV_BSG is not set
14009 +
14010 +#
14011 +# IO Schedulers
14012 +#
14013 +CONFIG_IOSCHED_NOOP=y
14014 +CONFIG_IOSCHED_AS=y
14015 +CONFIG_IOSCHED_DEADLINE=y
14016 +CONFIG_IOSCHED_CFQ=y
14017 +CONFIG_DEFAULT_AS=y
14018 +# CONFIG_DEFAULT_DEADLINE is not set
14019 +# CONFIG_DEFAULT_CFQ is not set
14020 +# CONFIG_DEFAULT_NOOP is not set
14021 +CONFIG_DEFAULT_IOSCHED="anticipatory"
14022 +CONFIG_CLASSIC_RCU=y
14023 +# CONFIG_PREEMPT_RCU is not set
14024 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
14025 +
14026 +#
14027 +# Platform support
14028 +#
14029 +# CONFIG_PPC_MPC512x is not set
14030 +# CONFIG_PPC_MPC5121 is not set
14031 +# CONFIG_PPC_CELL is not set
14032 +# CONFIG_PPC_CELL_NATIVE is not set
14033 +# CONFIG_PQ2ADS is not set
14034 +CONFIG_BAMBOO=y
14035 +# CONFIG_EBONY is not set
14036 +# CONFIG_SEQUOIA is not set
14037 +# CONFIG_TAISHAN is not set
14038 +# CONFIG_KATMAI is not set
14039 +# CONFIG_RAINIER is not set
14040 +# CONFIG_WARP is not set
14041 +CONFIG_440EP=y
14042 +CONFIG_IBM440EP_ERR42=y
14043 +# CONFIG_IPIC is not set
14044 +# CONFIG_MPIC is not set
14045 +# CONFIG_MPIC_WEIRD is not set
14046 +# CONFIG_PPC_I8259 is not set
14047 +# CONFIG_PPC_RTAS is not set
14048 +# CONFIG_MMIO_NVRAM is not set
14049 +# CONFIG_PPC_MPC106 is not set
14050 +# CONFIG_PPC_970_NAP is not set
14051 +# CONFIG_PPC_INDIRECT_IO is not set
14052 +# CONFIG_GENERIC_IOMAP is not set
14053 +# CONFIG_CPU_FREQ is not set
14054 +# CONFIG_FSL_ULI1575 is not set
14055 +
14056 +#
14057 +# Kernel options
14058 +#
14059 +# CONFIG_HIGHMEM is not set
14060 +# CONFIG_TICK_ONESHOT is not set
14061 +# CONFIG_NO_HZ is not set
14062 +# CONFIG_HIGH_RES_TIMERS is not set
14063 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
14064 +# CONFIG_HZ_100 is not set
14065 +CONFIG_HZ_250=y
14066 +# CONFIG_HZ_300 is not set
14067 +# CONFIG_HZ_1000 is not set
14068 +CONFIG_HZ=250
14069 +# CONFIG_SCHED_HRTICK is not set
14070 +CONFIG_PREEMPT_NONE=y
14071 +# CONFIG_PREEMPT_VOLUNTARY is not set
14072 +# CONFIG_PREEMPT is not set
14073 +CONFIG_RCU_TRACE=y
14074 +CONFIG_BINFMT_ELF=y
14075 +# CONFIG_BINFMT_MISC is not set
14076 +# CONFIG_MATH_EMULATION is not set
14077 +# CONFIG_IOMMU_HELPER is not set
14078 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
14079 +CONFIG_ARCH_HAS_WALK_MEMORY=y
14080 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
14081 +CONFIG_ARCH_FLATMEM_ENABLE=y
14082 +CONFIG_ARCH_POPULATES_NODE_MAP=y
14083 +CONFIG_SELECT_MEMORY_MODEL=y
14084 +CONFIG_FLATMEM_MANUAL=y
14085 +# CONFIG_DISCONTIGMEM_MANUAL is not set
14086 +# CONFIG_SPARSEMEM_MANUAL is not set
14087 +CONFIG_FLATMEM=y
14088 +CONFIG_FLAT_NODE_MEM_MAP=y
14089 +# CONFIG_SPARSEMEM_STATIC is not set
14090 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
14091 +CONFIG_SPLIT_PTLOCK_CPUS=4
14092 +CONFIG_RESOURCES_64BIT=y
14093 +CONFIG_ZONE_DMA_FLAG=1
14094 +CONFIG_BOUNCE=y
14095 +CONFIG_VIRT_TO_BUS=y
14096 +CONFIG_PROC_DEVICETREE=y
14097 +CONFIG_CMDLINE_BOOL=y
14098 +CONFIG_CMDLINE=""
14099 +CONFIG_SECCOMP=y
14100 +CONFIG_ISA_DMA_API=y
14101 +
14102 +#
14103 +# Bus options
14104 +#
14105 +CONFIG_ZONE_DMA=y
14106 +CONFIG_PPC_INDIRECT_PCI=y
14107 +CONFIG_PCI=y
14108 +CONFIG_PCI_DOMAINS=y
14109 +CONFIG_PCI_SYSCALL=y
14110 +# CONFIG_PCIEPORTBUS is not set
14111 +CONFIG_ARCH_SUPPORTS_MSI=y
14112 +# CONFIG_PCI_MSI is not set
14113 +CONFIG_PCI_LEGACY=y
14114 +# CONFIG_PCI_DEBUG is not set
14115 +# CONFIG_PCCARD is not set
14116 +# CONFIG_HOTPLUG_PCI is not set
14117 +
14118 +#
14119 +# Advanced setup
14120 +#
14121 +# CONFIG_ADVANCED_OPTIONS is not set
14122 +
14123 +#
14124 +# Default settings for advanced configuration options are used
14125 +#
14126 +CONFIG_HIGHMEM_START=0xfe000000
14127 +CONFIG_LOWMEM_SIZE=0x30000000
14128 +CONFIG_KERNEL_START=0xc0000000
14129 +CONFIG_TASK_SIZE=0xc0000000
14130 +CONFIG_CONSISTENT_START=0xff100000
14131 +CONFIG_CONSISTENT_SIZE=0x00200000
14132 +CONFIG_BOOT_LOAD=0x01000000
14133 +
14134 +#
14135 +# Networking
14136 +#
14137 +CONFIG_NET=y
14138 +
14139 +#
14140 +# Networking options
14141 +#
14142 +CONFIG_PACKET=y
14143 +# CONFIG_PACKET_MMAP is not set
14144 +CONFIG_UNIX=y
14145 +# CONFIG_NET_KEY is not set
14146 +CONFIG_INET=y
14147 +# CONFIG_IP_MULTICAST is not set
14148 +# CONFIG_IP_ADVANCED_ROUTER is not set
14149 +CONFIG_IP_FIB_HASH=y
14150 +CONFIG_IP_PNP=y
14151 +CONFIG_IP_PNP_DHCP=y
14152 +CONFIG_IP_PNP_BOOTP=y
14153 +# CONFIG_IP_PNP_RARP is not set
14154 +# CONFIG_NET_IPIP is not set
14155 +# CONFIG_NET_IPGRE is not set
14156 +# CONFIG_ARPD is not set
14157 +# CONFIG_SYN_COOKIES is not set
14158 +# CONFIG_INET_AH is not set
14159 +# CONFIG_INET_ESP is not set
14160 +# CONFIG_INET_IPCOMP is not set
14161 +# CONFIG_INET_XFRM_TUNNEL is not set
14162 +# CONFIG_INET_TUNNEL is not set
14163 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
14164 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
14165 +# CONFIG_INET_XFRM_MODE_BEET is not set
14166 +# CONFIG_INET_LRO is not set
14167 +CONFIG_INET_DIAG=y
14168 +CONFIG_INET_TCP_DIAG=y
14169 +# CONFIG_TCP_CONG_ADVANCED is not set
14170 +CONFIG_TCP_CONG_CUBIC=y
14171 +CONFIG_DEFAULT_TCP_CONG="cubic"
14172 +# CONFIG_TCP_MD5SIG is not set
14173 +# CONFIG_IPV6 is not set
14174 +# CONFIG_INET6_XFRM_TUNNEL is not set
14175 +# CONFIG_INET6_TUNNEL is not set
14176 +# CONFIG_NETWORK_SECMARK is not set
14177 +# CONFIG_NETFILTER is not set
14178 +# CONFIG_IP_DCCP is not set
14179 +# CONFIG_IP_SCTP is not set
14180 +# CONFIG_TIPC is not set
14181 +# CONFIG_ATM is not set
14182 +# CONFIG_BRIDGE is not set
14183 +# CONFIG_VLAN_8021Q is not set
14184 +# CONFIG_DECNET is not set
14185 +# CONFIG_LLC2 is not set
14186 +# CONFIG_IPX is not set
14187 +# CONFIG_ATALK is not set
14188 +# CONFIG_X25 is not set
14189 +# CONFIG_LAPB is not set
14190 +# CONFIG_ECONET is not set
14191 +# CONFIG_WAN_ROUTER is not set
14192 +# CONFIG_NET_SCHED is not set
14193 +
14194 +#
14195 +# Network testing
14196 +#
14197 +# CONFIG_NET_PKTGEN is not set
14198 +# CONFIG_HAMRADIO is not set
14199 +# CONFIG_CAN is not set
14200 +# CONFIG_IRDA is not set
14201 +# CONFIG_BT is not set
14202 +# CONFIG_AF_RXRPC is not set
14203 +
14204 +#
14205 +# Wireless
14206 +#
14207 +# CONFIG_CFG80211 is not set
14208 +# CONFIG_WIRELESS_EXT is not set
14209 +# CONFIG_MAC80211 is not set
14210 +# CONFIG_IEEE80211 is not set
14211 +# CONFIG_RFKILL is not set
14212 +# CONFIG_NET_9P is not set
14213 +
14214 +#
14215 +# Device Drivers
14216 +#
14217 +
14218 +#
14219 +# Generic Driver Options
14220 +#
14221 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
14222 +CONFIG_STANDALONE=y
14223 +CONFIG_PREVENT_FIRMWARE_BUILD=y
14224 +CONFIG_FW_LOADER=y
14225 +# CONFIG_DEBUG_DRIVER is not set
14226 +# CONFIG_DEBUG_DEVRES is not set
14227 +# CONFIG_SYS_HYPERVISOR is not set
14228 +CONFIG_CONNECTOR=y
14229 +CONFIG_PROC_EVENTS=y
14230 +# CONFIG_MTD is not set
14231 +CONFIG_OF_DEVICE=y
14232 +# CONFIG_PARPORT is not set
14233 +CONFIG_BLK_DEV=y
14234 +# CONFIG_BLK_DEV_FD is not set
14235 +# CONFIG_BLK_CPQ_DA is not set
14236 +# CONFIG_BLK_CPQ_CISS_DA is not set
14237 +# CONFIG_BLK_DEV_DAC960 is not set
14238 +# CONFIG_BLK_DEV_UMEM is not set
14239 +# CONFIG_BLK_DEV_COW_COMMON is not set
14240 +# CONFIG_BLK_DEV_LOOP is not set
14241 +# CONFIG_BLK_DEV_NBD is not set
14242 +# CONFIG_BLK_DEV_SX8 is not set
14243 +CONFIG_BLK_DEV_RAM=y
14244 +CONFIG_BLK_DEV_RAM_COUNT=16
14245 +CONFIG_BLK_DEV_RAM_SIZE=35000
14246 +# CONFIG_BLK_DEV_XIP is not set
14247 +# CONFIG_CDROM_PKTCDVD is not set
14248 +# CONFIG_ATA_OVER_ETH is not set
14249 +# CONFIG_XILINX_SYSACE is not set
14250 +CONFIG_MISC_DEVICES=y
14251 +# CONFIG_PHANTOM is not set
14252 +# CONFIG_EEPROM_93CX6 is not set
14253 +# CONFIG_SGI_IOC4 is not set
14254 +# CONFIG_TIFM_CORE is not set
14255 +# CONFIG_ENCLOSURE_SERVICES is not set
14256 +CONFIG_HAVE_IDE=y
14257 +# CONFIG_IDE is not set
14258 +
14259 +#
14260 +# SCSI device support
14261 +#
14262 +# CONFIG_RAID_ATTRS is not set
14263 +# CONFIG_SCSI is not set
14264 +# CONFIG_SCSI_DMA is not set
14265 +# CONFIG_SCSI_NETLINK is not set
14266 +# CONFIG_ATA is not set
14267 +# CONFIG_MD is not set
14268 +# CONFIG_FUSION is not set
14269 +
14270 +#
14271 +# IEEE 1394 (FireWire) support
14272 +#
14273 +# CONFIG_FIREWIRE is not set
14274 +# CONFIG_IEEE1394 is not set
14275 +# CONFIG_I2O is not set
14276 +# CONFIG_MACINTOSH_DRIVERS is not set
14277 +CONFIG_NETDEVICES=y
14278 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
14279 +# CONFIG_DUMMY is not set
14280 +# CONFIG_BONDING is not set
14281 +# CONFIG_MACVLAN is not set
14282 +# CONFIG_EQUALIZER is not set
14283 +# CONFIG_TUN is not set
14284 +# CONFIG_VETH is not set
14285 +# CONFIG_ARCNET is not set
14286 +# CONFIG_PHYLIB is not set
14287 +CONFIG_NET_ETHERNET=y
14288 +# CONFIG_MII is not set
14289 +# CONFIG_HAPPYMEAL is not set
14290 +# CONFIG_SUNGEM is not set
14291 +# CONFIG_CASSINI is not set
14292 +# CONFIG_NET_VENDOR_3COM is not set
14293 +# CONFIG_NET_TULIP is not set
14294 +# CONFIG_HP100 is not set
14295 +CONFIG_IBM_NEW_EMAC=y
14296 +CONFIG_IBM_NEW_EMAC_RXB=128
14297 +CONFIG_IBM_NEW_EMAC_TXB=64
14298 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
14299 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
14300 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
14301 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
14302 +CONFIG_IBM_NEW_EMAC_ZMII=y
14303 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
14304 +# CONFIG_IBM_NEW_EMAC_TAH is not set
14305 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
14306 +# CONFIG_NET_PCI is not set
14307 +# CONFIG_B44 is not set
14308 +CONFIG_NETDEV_1000=y
14309 +# CONFIG_ACENIC is not set
14310 +# CONFIG_DL2K is not set
14311 +# CONFIG_E1000 is not set
14312 +# CONFIG_E1000E is not set
14313 +# CONFIG_E1000E_ENABLED is not set
14314 +# CONFIG_IP1000 is not set
14315 +# CONFIG_IGB is not set
14316 +# CONFIG_NS83820 is not set
14317 +# CONFIG_HAMACHI is not set
14318 +# CONFIG_YELLOWFIN is not set
14319 +# CONFIG_R8169 is not set
14320 +# CONFIG_SIS190 is not set
14321 +# CONFIG_SKGE is not set
14322 +# CONFIG_SKY2 is not set
14323 +# CONFIG_SK98LIN is not set
14324 +# CONFIG_VIA_VELOCITY is not set
14325 +# CONFIG_TIGON3 is not set
14326 +# CONFIG_BNX2 is not set
14327 +# CONFIG_QLA3XXX is not set
14328 +# CONFIG_ATL1 is not set
14329 +CONFIG_NETDEV_10000=y
14330 +# CONFIG_CHELSIO_T1 is not set
14331 +# CONFIG_CHELSIO_T3 is not set
14332 +# CONFIG_IXGBE is not set
14333 +# CONFIG_IXGB is not set
14334 +# CONFIG_S2IO is not set
14335 +# CONFIG_MYRI10GE is not set
14336 +# CONFIG_NETXEN_NIC is not set
14337 +# CONFIG_NIU is not set
14338 +# CONFIG_MLX4_CORE is not set
14339 +# CONFIG_TEHUTI is not set
14340 +# CONFIG_BNX2X is not set
14341 +# CONFIG_TR is not set
14342 +
14343 +#
14344 +# Wireless LAN
14345 +#
14346 +# CONFIG_WLAN_PRE80211 is not set
14347 +# CONFIG_WLAN_80211 is not set
14348 +# CONFIG_WAN is not set
14349 +# CONFIG_FDDI is not set
14350 +# CONFIG_HIPPI is not set
14351 +# CONFIG_PPP is not set
14352 +# CONFIG_SLIP is not set
14353 +# CONFIG_NETCONSOLE is not set
14354 +# CONFIG_NETPOLL is not set
14355 +# CONFIG_NET_POLL_CONTROLLER is not set
14356 +# CONFIG_ISDN is not set
14357 +# CONFIG_PHONE is not set
14358 +
14359 +#
14360 +# Input device support
14361 +#
14362 +# CONFIG_INPUT is not set
14363 +
14364 +#
14365 +# Hardware I/O ports
14366 +#
14367 +# CONFIG_SERIO is not set
14368 +# CONFIG_GAMEPORT is not set
14369 +
14370 +#
14371 +# Character devices
14372 +#
14373 +# CONFIG_VT is not set
14374 +# CONFIG_SERIAL_NONSTANDARD is not set
14375 +# CONFIG_NOZOMI is not set
14376 +
14377 +#
14378 +# Serial drivers
14379 +#
14380 +CONFIG_SERIAL_8250=y
14381 +CONFIG_SERIAL_8250_CONSOLE=y
14382 +# CONFIG_SERIAL_8250_PCI is not set
14383 +CONFIG_SERIAL_8250_NR_UARTS=4
14384 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
14385 +CONFIG_SERIAL_8250_EXTENDED=y
14386 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
14387 +CONFIG_SERIAL_8250_SHARE_IRQ=y
14388 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
14389 +# CONFIG_SERIAL_8250_RSA is not set
14390 +
14391 +#
14392 +# Non-8250 serial port support
14393 +#
14394 +# CONFIG_SERIAL_UARTLITE is not set
14395 +CONFIG_SERIAL_CORE=y
14396 +CONFIG_SERIAL_CORE_CONSOLE=y
14397 +# CONFIG_SERIAL_JSM is not set
14398 +CONFIG_SERIAL_OF_PLATFORM=y
14399 +CONFIG_UNIX98_PTYS=y
14400 +CONFIG_LEGACY_PTYS=y
14401 +CONFIG_LEGACY_PTY_COUNT=256
14402 +# CONFIG_IPMI_HANDLER is not set
14403 +# CONFIG_HW_RANDOM is not set
14404 +# CONFIG_NVRAM is not set
14405 +# CONFIG_GEN_RTC is not set
14406 +# CONFIG_R3964 is not set
14407 +# CONFIG_APPLICOM is not set
14408 +# CONFIG_RAW_DRIVER is not set
14409 +# CONFIG_TCG_TPM is not set
14410 +CONFIG_DEVPORT=y
14411 +# CONFIG_I2C is not set
14412 +
14413 +#
14414 +# SPI support
14415 +#
14416 +# CONFIG_SPI is not set
14417 +# CONFIG_SPI_MASTER is not set
14418 +# CONFIG_W1 is not set
14419 +# CONFIG_POWER_SUPPLY is not set
14420 +# CONFIG_HWMON is not set
14421 +CONFIG_THERMAL=y
14422 +# CONFIG_WATCHDOG is not set
14423 +
14424 +#
14425 +# Sonics Silicon Backplane
14426 +#
14427 +CONFIG_SSB_POSSIBLE=y
14428 +# CONFIG_SSB is not set
14429 +
14430 +#
14431 +# Multifunction device drivers
14432 +#
14433 +# CONFIG_MFD_SM501 is not set
14434 +
14435 +#
14436 +# Multimedia devices
14437 +#
14438 +# CONFIG_VIDEO_DEV is not set
14439 +# CONFIG_DVB_CORE is not set
14440 +CONFIG_DAB=y
14441 +
14442 +#
14443 +# Graphics support
14444 +#
14445 +# CONFIG_AGP is not set
14446 +# CONFIG_DRM is not set
14447 +# CONFIG_VGASTATE is not set
14448 +CONFIG_VIDEO_OUTPUT_CONTROL=m
14449 +# CONFIG_FB is not set
14450 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
14451 +
14452 +#
14453 +# Display device support
14454 +#
14455 +# CONFIG_DISPLAY_SUPPORT is not set
14456 +
14457 +#
14458 +# Sound
14459 +#
14460 +# CONFIG_SOUND is not set
14461 +CONFIG_USB_SUPPORT=y
14462 +CONFIG_USB_ARCH_HAS_HCD=y
14463 +CONFIG_USB_ARCH_HAS_OHCI=y
14464 +CONFIG_USB_ARCH_HAS_EHCI=y
14465 +# CONFIG_USB is not set
14466 +
14467 +#
14468 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
14469 +#
14470 +# CONFIG_USB_GADGET is not set
14471 +# CONFIG_MMC is not set
14472 +# CONFIG_MEMSTICK is not set
14473 +# CONFIG_NEW_LEDS is not set
14474 +# CONFIG_INFINIBAND is not set
14475 +# CONFIG_EDAC is not set
14476 +# CONFIG_RTC_CLASS is not set
14477 +
14478 +#
14479 +# Userspace I/O
14480 +#
14481 +# CONFIG_UIO is not set
14482 +
14483 +#
14484 +# File systems
14485 +#
14486 +CONFIG_EXT2_FS=y
14487 +# CONFIG_EXT2_FS_XATTR is not set
14488 +# CONFIG_EXT2_FS_XIP is not set
14489 +# CONFIG_EXT3_FS is not set
14490 +# CONFIG_EXT4DEV_FS is not set
14491 +# CONFIG_REISERFS_FS is not set
14492 +# CONFIG_JFS_FS is not set
14493 +# CONFIG_FS_POSIX_ACL is not set
14494 +# CONFIG_XFS_FS is not set
14495 +# CONFIG_GFS2_FS is not set
14496 +# CONFIG_OCFS2_FS is not set
14497 +CONFIG_DNOTIFY=y
14498 +CONFIG_INOTIFY=y
14499 +CONFIG_INOTIFY_USER=y
14500 +# CONFIG_QUOTA is not set
14501 +# CONFIG_AUTOFS_FS is not set
14502 +# CONFIG_AUTOFS4_FS is not set
14503 +# CONFIG_FUSE_FS is not set
14504 +
14505 +#
14506 +# CD-ROM/DVD Filesystems
14507 +#
14508 +# CONFIG_ISO9660_FS is not set
14509 +# CONFIG_UDF_FS is not set
14510 +
14511 +#
14512 +# DOS/FAT/NT Filesystems
14513 +#
14514 +# CONFIG_MSDOS_FS is not set
14515 +# CONFIG_VFAT_FS is not set
14516 +# CONFIG_NTFS_FS is not set
14517 +
14518 +#
14519 +# Pseudo filesystems
14520 +#
14521 +CONFIG_PROC_FS=y
14522 +CONFIG_PROC_KCORE=y
14523 +CONFIG_PROC_SYSCTL=y
14524 +CONFIG_SYSFS=y
14525 +CONFIG_TMPFS=y
14526 +# CONFIG_TMPFS_POSIX_ACL is not set
14527 +# CONFIG_HUGETLB_PAGE is not set
14528 +# CONFIG_CONFIGFS_FS is not set
14529 +
14530 +#
14531 +# Miscellaneous filesystems
14532 +#
14533 +# CONFIG_ADFS_FS is not set
14534 +# CONFIG_AFFS_FS is not set
14535 +# CONFIG_HFS_FS is not set
14536 +# CONFIG_HFSPLUS_FS is not set
14537 +# CONFIG_BEFS_FS is not set
14538 +# CONFIG_BFS_FS is not set
14539 +# CONFIG_EFS_FS is not set
14540 +CONFIG_CRAMFS=y
14541 +# CONFIG_VXFS_FS is not set
14542 +# CONFIG_MINIX_FS is not set
14543 +# CONFIG_HPFS_FS is not set
14544 +# CONFIG_QNX4FS_FS is not set
14545 +# CONFIG_ROMFS_FS is not set
14546 +# CONFIG_SYSV_FS is not set
14547 +# CONFIG_UFS_FS is not set
14548 +CONFIG_NETWORK_FILESYSTEMS=y
14549 +CONFIG_NFS_FS=y
14550 +CONFIG_NFS_V3=y
14551 +# CONFIG_NFS_V3_ACL is not set
14552 +# CONFIG_NFS_V4 is not set
14553 +# CONFIG_NFS_DIRECTIO is not set
14554 +# CONFIG_NFSD is not set
14555 +CONFIG_ROOT_NFS=y
14556 +CONFIG_LOCKD=y
14557 +CONFIG_LOCKD_V4=y
14558 +CONFIG_NFS_COMMON=y
14559 +CONFIG_SUNRPC=y
14560 +# CONFIG_SUNRPC_BIND34 is not set
14561 +# CONFIG_RPCSEC_GSS_KRB5 is not set
14562 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
14563 +# CONFIG_SMB_FS is not set
14564 +# CONFIG_CIFS is not set
14565 +# CONFIG_NCP_FS is not set
14566 +# CONFIG_CODA_FS is not set
14567 +# CONFIG_AFS_FS is not set
14568 +
14569 +#
14570 +# Partition Types
14571 +#
14572 +# CONFIG_PARTITION_ADVANCED is not set
14573 +CONFIG_MSDOS_PARTITION=y
14574 +# CONFIG_NLS is not set
14575 +# CONFIG_DLM is not set
14576 +
14577 +#
14578 +# Library routines
14579 +#
14580 +CONFIG_BITREVERSE=y
14581 +# CONFIG_CRC_CCITT is not set
14582 +# CONFIG_CRC16 is not set
14583 +# CONFIG_CRC_ITU_T is not set
14584 +CONFIG_CRC32=y
14585 +# CONFIG_CRC7 is not set
14586 +# CONFIG_LIBCRC32C is not set
14587 +CONFIG_ZLIB_INFLATE=y
14588 +CONFIG_PLIST=y
14589 +CONFIG_HAS_IOMEM=y
14590 +CONFIG_HAS_IOPORT=y
14591 +CONFIG_HAS_DMA=y
14592 +
14593 +#
14594 +# Kernel hacking
14595 +#
14596 +# CONFIG_PRINTK_TIME is not set
14597 +CONFIG_ENABLE_WARN_DEPRECATED=y
14598 +CONFIG_ENABLE_MUST_CHECK=y
14599 +CONFIG_MAGIC_SYSRQ=y
14600 +# CONFIG_UNUSED_SYMBOLS is not set
14601 +CONFIG_DEBUG_FS=y
14602 +# CONFIG_HEADERS_CHECK is not set
14603 +CONFIG_DEBUG_KERNEL=y
14604 +# CONFIG_DEBUG_SHIRQ is not set
14605 +CONFIG_DETECT_SOFTLOCKUP=y
14606 +CONFIG_SCHED_DEBUG=y
14607 +# CONFIG_SCHEDSTATS is not set
14608 +# CONFIG_TIMER_STATS is not set
14609 +# CONFIG_SLUB_DEBUG_ON is not set
14610 +# CONFIG_SLUB_STATS is not set
14611 +# CONFIG_DEBUG_RT_MUTEXES is not set
14612 +# CONFIG_RT_MUTEX_TESTER is not set
14613 +# CONFIG_DEBUG_SPINLOCK is not set
14614 +# CONFIG_DEBUG_MUTEXES is not set
14615 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
14616 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
14617 +# CONFIG_DEBUG_KOBJECT is not set
14618 +# CONFIG_DEBUG_BUGVERBOSE is not set
14619 +# CONFIG_DEBUG_INFO is not set
14620 +# CONFIG_DEBUG_VM is not set
14621 +# CONFIG_DEBUG_LIST is not set
14622 +# CONFIG_DEBUG_SG is not set
14623 +# CONFIG_BOOT_PRINTK_DELAY is not set
14624 +# CONFIG_RCU_TORTURE_TEST is not set
14625 +# CONFIG_BACKTRACE_SELF_TEST is not set
14626 +# CONFIG_FAULT_INJECTION is not set
14627 +# CONFIG_SAMPLES is not set
14628 +# CONFIG_DEBUG_STACKOVERFLOW is not set
14629 +# CONFIG_DEBUG_STACK_USAGE is not set
14630 +# CONFIG_DEBUG_PAGEALLOC is not set
14631 +CONFIG_DEBUGGER=y
14632 +# CONFIG_KGDB is not set
14633 +# CONFIG_XMON is not set
14634 +# CONFIG_VIRQ_DEBUG is not set
14635 +# CONFIG_BDI_SWITCH is not set
14636 +# CONFIG_PPC_EARLY_DEBUG is not set
14637 +
14638 +#
14639 +# Security options
14640 +#
14641 +# CONFIG_KEYS is not set
14642 +# CONFIG_SECURITY is not set
14643 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
14644 +CONFIG_CRYPTO=y
14645 +CONFIG_CRYPTO_ALGAPI=y
14646 +CONFIG_CRYPTO_BLKCIPHER=y
14647 +# CONFIG_CRYPTO_SEQIV is not set
14648 +CONFIG_CRYPTO_MANAGER=y
14649 +# CONFIG_CRYPTO_HMAC is not set
14650 +# CONFIG_CRYPTO_XCBC is not set
14651 +# CONFIG_CRYPTO_NULL is not set
14652 +# CONFIG_CRYPTO_MD4 is not set
14653 +CONFIG_CRYPTO_MD5=y
14654 +# CONFIG_CRYPTO_SHA1 is not set
14655 +# CONFIG_CRYPTO_SHA256 is not set
14656 +# CONFIG_CRYPTO_SHA512 is not set
14657 +# CONFIG_CRYPTO_WP512 is not set
14658 +# CONFIG_CRYPTO_TGR192 is not set
14659 +# CONFIG_CRYPTO_GF128MUL is not set
14660 +CONFIG_CRYPTO_ECB=y
14661 +CONFIG_CRYPTO_CBC=y
14662 +CONFIG_CRYPTO_PCBC=y
14663 +# CONFIG_CRYPTO_LRW is not set
14664 +# CONFIG_CRYPTO_XTS is not set
14665 +# CONFIG_CRYPTO_CTR is not set
14666 +# CONFIG_CRYPTO_GCM is not set
14667 +# CONFIG_CRYPTO_CCM is not set
14668 +# CONFIG_CRYPTO_CRYPTD is not set
14669 +CONFIG_CRYPTO_DES=y
14670 +# CONFIG_CRYPTO_FCRYPT is not set
14671 +# CONFIG_CRYPTO_BLOWFISH is not set
14672 +# CONFIG_CRYPTO_TWOFISH is not set
14673 +# CONFIG_CRYPTO_SERPENT is not set
14674 +# CONFIG_CRYPTO_AES is not set
14675 +# CONFIG_CRYPTO_CAST5 is not set
14676 +# CONFIG_CRYPTO_CAST6 is not set
14677 +# CONFIG_CRYPTO_TEA is not set
14678 +# CONFIG_CRYPTO_ARC4 is not set
14679 +# CONFIG_CRYPTO_KHAZAD is not set
14680 +# CONFIG_CRYPTO_ANUBIS is not set
14681 +# CONFIG_CRYPTO_SEED is not set
14682 +# CONFIG_CRYPTO_SALSA20 is not set
14683 +# CONFIG_CRYPTO_DEFLATE is not set
14684 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
14685 +# CONFIG_CRYPTO_CRC32C is not set
14686 +# CONFIG_CRYPTO_CAMELLIA is not set
14687 +# CONFIG_CRYPTO_TEST is not set
14688 +# CONFIG_CRYPTO_AUTHENC is not set
14689 +# CONFIG_CRYPTO_LZO is not set
14690 +CONFIG_CRYPTO_HW=y
14691 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
14692 +# CONFIG_PPC_CLOCK is not set
14693 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/canyonlands_defconfig powerpc.git/arch/powerpc/configs/44x/canyonlands_defconfig
14694 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/canyonlands_defconfig 1970-01-01 01:00:00.000000000 +0100
14695 +++ powerpc.git/arch/powerpc/configs/44x/canyonlands_defconfig 2008-04-19 16:40:52.000000000 +0200
14696 @@ -0,0 +1,721 @@
14697 +#
14698 +# Automatically generated make config: don't edit
14699 +# Linux kernel version: 2.6.25-rc1
14700 +# Thu Feb 21 14:29:28 2008
14701 +#
14702 +# CONFIG_PPC64 is not set
14703 +
14704 +#
14705 +# Processor support
14706 +#
14707 +# CONFIG_6xx is not set
14708 +# CONFIG_PPC_85xx is not set
14709 +# CONFIG_PPC_8xx is not set
14710 +# CONFIG_40x is not set
14711 +CONFIG_44x=y
14712 +# CONFIG_E200 is not set
14713 +CONFIG_PPC_FPU=y
14714 +CONFIG_4xx=y
14715 +CONFIG_BOOKE=y
14716 +CONFIG_PTE_64BIT=y
14717 +CONFIG_PHYS_64BIT=y
14718 +# CONFIG_PPC_MM_SLICES is not set
14719 +CONFIG_NOT_COHERENT_CACHE=y
14720 +CONFIG_PPC32=y
14721 +CONFIG_WORD_SIZE=32
14722 +CONFIG_PPC_MERGE=y
14723 +CONFIG_MMU=y
14724 +CONFIG_GENERIC_CMOS_UPDATE=y
14725 +CONFIG_GENERIC_TIME=y
14726 +CONFIG_GENERIC_TIME_VSYSCALL=y
14727 +CONFIG_GENERIC_CLOCKEVENTS=y
14728 +CONFIG_GENERIC_HARDIRQS=y
14729 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
14730 +CONFIG_IRQ_PER_CPU=y
14731 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
14732 +CONFIG_ARCH_HAS_ILOG2_U32=y
14733 +CONFIG_GENERIC_HWEIGHT=y
14734 +CONFIG_GENERIC_CALIBRATE_DELAY=y
14735 +CONFIG_GENERIC_FIND_NEXT_BIT=y
14736 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
14737 +CONFIG_PPC=y
14738 +CONFIG_EARLY_PRINTK=y
14739 +CONFIG_GENERIC_NVRAM=y
14740 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
14741 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
14742 +CONFIG_PPC_OF=y
14743 +CONFIG_OF=y
14744 +CONFIG_PPC_UDBG_16550=y
14745 +# CONFIG_GENERIC_TBSYNC is not set
14746 +CONFIG_AUDIT_ARCH=y
14747 +CONFIG_GENERIC_BUG=y
14748 +# CONFIG_DEFAULT_UIMAGE is not set
14749 +CONFIG_PPC_DCR_NATIVE=y
14750 +# CONFIG_PPC_DCR_MMIO is not set
14751 +CONFIG_PPC_DCR=y
14752 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
14753 +
14754 +#
14755 +# General setup
14756 +#
14757 +CONFIG_EXPERIMENTAL=y
14758 +CONFIG_BROKEN_ON_SMP=y
14759 +CONFIG_INIT_ENV_ARG_LIMIT=32
14760 +CONFIG_LOCALVERSION=""
14761 +CONFIG_LOCALVERSION_AUTO=y
14762 +CONFIG_SWAP=y
14763 +CONFIG_SYSVIPC=y
14764 +CONFIG_SYSVIPC_SYSCTL=y
14765 +CONFIG_POSIX_MQUEUE=y
14766 +# CONFIG_BSD_PROCESS_ACCT is not set
14767 +# CONFIG_TASKSTATS is not set
14768 +# CONFIG_AUDIT is not set
14769 +# CONFIG_IKCONFIG is not set
14770 +CONFIG_LOG_BUF_SHIFT=14
14771 +# CONFIG_CGROUPS is not set
14772 +# CONFIG_FAIR_GROUP_SCHED is not set
14773 +CONFIG_SYSFS_DEPRECATED=y
14774 +# CONFIG_RELAY is not set
14775 +# CONFIG_NAMESPACES is not set
14776 +CONFIG_BLK_DEV_INITRD=y
14777 +CONFIG_INITRAMFS_SOURCE=""
14778 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
14779 +CONFIG_SYSCTL=y
14780 +CONFIG_EMBEDDED=y
14781 +CONFIG_SYSCTL_SYSCALL=y
14782 +CONFIG_KALLSYMS=y
14783 +# CONFIG_KALLSYMS_ALL is not set
14784 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
14785 +CONFIG_HOTPLUG=y
14786 +CONFIG_PRINTK=y
14787 +# CONFIG_LOGBUFFER is not set
14788 +CONFIG_BUG=y
14789 +CONFIG_ELF_CORE=y
14790 +CONFIG_COMPAT_BRK=y
14791 +CONFIG_BASE_FULL=y
14792 +CONFIG_FUTEX=y
14793 +CONFIG_ANON_INODES=y
14794 +CONFIG_EPOLL=y
14795 +CONFIG_SIGNALFD=y
14796 +CONFIG_TIMERFD=y
14797 +CONFIG_EVENTFD=y
14798 +CONFIG_SHMEM=y
14799 +CONFIG_VM_EVENT_COUNTERS=y
14800 +CONFIG_SLUB_DEBUG=y
14801 +# CONFIG_SLAB is not set
14802 +CONFIG_SLUB=y
14803 +# CONFIG_SLOB is not set
14804 +# CONFIG_PROFILING is not set
14805 +# CONFIG_MARKERS is not set
14806 +CONFIG_HAVE_OPROFILE=y
14807 +# CONFIG_KPROBES is not set
14808 +CONFIG_HAVE_KPROBES=y
14809 +CONFIG_PROC_PAGE_MONITOR=y
14810 +CONFIG_SLABINFO=y
14811 +CONFIG_RT_MUTEXES=y
14812 +# CONFIG_TINY_SHMEM is not set
14813 +CONFIG_BASE_SMALL=0
14814 +CONFIG_MODULES=y
14815 +CONFIG_MODULE_UNLOAD=y
14816 +# CONFIG_MODULE_FORCE_UNLOAD is not set
14817 +# CONFIG_MODVERSIONS is not set
14818 +# CONFIG_MODULE_SRCVERSION_ALL is not set
14819 +CONFIG_KMOD=y
14820 +CONFIG_BLOCK=y
14821 +CONFIG_LBD=y
14822 +# CONFIG_BLK_DEV_IO_TRACE is not set
14823 +# CONFIG_LSF is not set
14824 +# CONFIG_BLK_DEV_BSG is not set
14825 +
14826 +#
14827 +# IO Schedulers
14828 +#
14829 +CONFIG_IOSCHED_NOOP=y
14830 +CONFIG_IOSCHED_AS=y
14831 +CONFIG_IOSCHED_DEADLINE=y
14832 +CONFIG_IOSCHED_CFQ=y
14833 +CONFIG_DEFAULT_AS=y
14834 +# CONFIG_DEFAULT_DEADLINE is not set
14835 +# CONFIG_DEFAULT_CFQ is not set
14836 +# CONFIG_DEFAULT_NOOP is not set
14837 +CONFIG_DEFAULT_IOSCHED="anticipatory"
14838 +CONFIG_CLASSIC_RCU=y
14839 +# CONFIG_PREEMPT_RCU is not set
14840 +CONFIG_PPC4xx_PCI_EXPRESS=y
14841 +
14842 +#
14843 +# Platform support
14844 +#
14845 +# CONFIG_PPC_MPC512x is not set
14846 +# CONFIG_PPC_MPC5121 is not set
14847 +# CONFIG_PPC_CELL is not set
14848 +# CONFIG_PPC_CELL_NATIVE is not set
14849 +# CONFIG_PQ2ADS is not set
14850 +# CONFIG_BAMBOO is not set
14851 +# CONFIG_EBONY is not set
14852 +# CONFIG_SEQUOIA is not set
14853 +# CONFIG_TAISHAN is not set
14854 +# CONFIG_KATMAI is not set
14855 +# CONFIG_RAINIER is not set
14856 +# CONFIG_WARP is not set
14857 +CONFIG_CANYONLANDS=y
14858 +CONFIG_460EX=y
14859 +# CONFIG_IPIC is not set
14860 +# CONFIG_MPIC is not set
14861 +# CONFIG_MPIC_WEIRD is not set
14862 +# CONFIG_PPC_I8259 is not set
14863 +# CONFIG_PPC_RTAS is not set
14864 +# CONFIG_MMIO_NVRAM is not set
14865 +# CONFIG_PPC_MPC106 is not set
14866 +# CONFIG_PPC_970_NAP is not set
14867 +# CONFIG_PPC_INDIRECT_IO is not set
14868 +# CONFIG_GENERIC_IOMAP is not set
14869 +# CONFIG_CPU_FREQ is not set
14870 +# CONFIG_FSL_ULI1575 is not set
14871 +
14872 +#
14873 +# Kernel options
14874 +#
14875 +# CONFIG_HIGHMEM is not set
14876 +CONFIG_TICK_ONESHOT=y
14877 +CONFIG_NO_HZ=y
14878 +CONFIG_HIGH_RES_TIMERS=y
14879 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
14880 +# CONFIG_HZ_100 is not set
14881 +CONFIG_HZ_250=y
14882 +# CONFIG_HZ_300 is not set
14883 +# CONFIG_HZ_1000 is not set
14884 +CONFIG_HZ=250
14885 +# CONFIG_SCHED_HRTICK is not set
14886 +CONFIG_PREEMPT_NONE=y
14887 +# CONFIG_PREEMPT_VOLUNTARY is not set
14888 +# CONFIG_PREEMPT is not set
14889 +CONFIG_RCU_TRACE=y
14890 +CONFIG_BINFMT_ELF=y
14891 +# CONFIG_BINFMT_MISC is not set
14892 +# CONFIG_MATH_EMULATION is not set
14893 +# CONFIG_IOMMU_HELPER is not set
14894 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
14895 +CONFIG_ARCH_HAS_WALK_MEMORY=y
14896 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
14897 +CONFIG_ARCH_FLATMEM_ENABLE=y
14898 +CONFIG_ARCH_POPULATES_NODE_MAP=y
14899 +CONFIG_SELECT_MEMORY_MODEL=y
14900 +CONFIG_FLATMEM_MANUAL=y
14901 +# CONFIG_DISCONTIGMEM_MANUAL is not set
14902 +# CONFIG_SPARSEMEM_MANUAL is not set
14903 +CONFIG_FLATMEM=y
14904 +CONFIG_FLAT_NODE_MEM_MAP=y
14905 +# CONFIG_SPARSEMEM_STATIC is not set
14906 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
14907 +CONFIG_SPLIT_PTLOCK_CPUS=4
14908 +CONFIG_RESOURCES_64BIT=y
14909 +CONFIG_ZONE_DMA_FLAG=1
14910 +CONFIG_BOUNCE=y
14911 +CONFIG_VIRT_TO_BUS=y
14912 +CONFIG_PROC_DEVICETREE=y
14913 +CONFIG_CMDLINE_BOOL=y
14914 +CONFIG_CMDLINE=""
14915 +CONFIG_SECCOMP=y
14916 +CONFIG_WANT_DEVICE_TREE=y
14917 +CONFIG_ISA_DMA_API=y
14918 +
14919 +#
14920 +# Bus options
14921 +#
14922 +CONFIG_ZONE_DMA=y
14923 +CONFIG_PPC_INDIRECT_PCI=y
14924 +CONFIG_PCI=y
14925 +CONFIG_PCI_DOMAINS=y
14926 +CONFIG_PCI_SYSCALL=y
14927 +# CONFIG_PCIEPORTBUS is not set
14928 +CONFIG_ARCH_SUPPORTS_MSI=y
14929 +# CONFIG_PCI_MSI is not set
14930 +CONFIG_PCI_LEGACY=y
14931 +# CONFIG_PCI_DEBUG is not set
14932 +# CONFIG_PCCARD is not set
14933 +# CONFIG_HOTPLUG_PCI is not set
14934 +
14935 +#
14936 +# Advanced setup
14937 +#
14938 +# CONFIG_ADVANCED_OPTIONS is not set
14939 +
14940 +#
14941 +# Default settings for advanced configuration options are used
14942 +#
14943 +CONFIG_HIGHMEM_START=0xfe000000
14944 +CONFIG_LOWMEM_SIZE=0x30000000
14945 +CONFIG_KERNEL_START=0xc0000000
14946 +CONFIG_TASK_SIZE=0xc0000000
14947 +CONFIG_CONSISTENT_START=0xff100000
14948 +CONFIG_CONSISTENT_SIZE=0x00200000
14949 +CONFIG_BOOT_LOAD=0x01000000
14950 +
14951 +#
14952 +# Networking
14953 +#
14954 +CONFIG_NET=y
14955 +
14956 +#
14957 +# Networking options
14958 +#
14959 +CONFIG_PACKET=y
14960 +# CONFIG_PACKET_MMAP is not set
14961 +CONFIG_UNIX=y
14962 +# CONFIG_NET_KEY is not set
14963 +CONFIG_INET=y
14964 +# CONFIG_IP_MULTICAST is not set
14965 +# CONFIG_IP_ADVANCED_ROUTER is not set
14966 +CONFIG_IP_FIB_HASH=y
14967 +CONFIG_IP_PNP=y
14968 +CONFIG_IP_PNP_DHCP=y
14969 +CONFIG_IP_PNP_BOOTP=y
14970 +# CONFIG_IP_PNP_RARP is not set
14971 +# CONFIG_NET_IPIP is not set
14972 +# CONFIG_NET_IPGRE is not set
14973 +# CONFIG_ARPD is not set
14974 +# CONFIG_SYN_COOKIES is not set
14975 +# CONFIG_INET_AH is not set
14976 +# CONFIG_INET_ESP is not set
14977 +# CONFIG_INET_IPCOMP is not set
14978 +# CONFIG_INET_XFRM_TUNNEL is not set
14979 +# CONFIG_INET_TUNNEL is not set
14980 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
14981 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
14982 +# CONFIG_INET_XFRM_MODE_BEET is not set
14983 +# CONFIG_INET_LRO is not set
14984 +CONFIG_INET_DIAG=y
14985 +CONFIG_INET_TCP_DIAG=y
14986 +# CONFIG_TCP_CONG_ADVANCED is not set
14987 +CONFIG_TCP_CONG_CUBIC=y
14988 +CONFIG_DEFAULT_TCP_CONG="cubic"
14989 +# CONFIG_TCP_MD5SIG is not set
14990 +# CONFIG_IPV6 is not set
14991 +# CONFIG_INET6_XFRM_TUNNEL is not set
14992 +# CONFIG_INET6_TUNNEL is not set
14993 +# CONFIG_NETWORK_SECMARK is not set
14994 +# CONFIG_NETFILTER is not set
14995 +# CONFIG_IP_DCCP is not set
14996 +# CONFIG_IP_SCTP is not set
14997 +# CONFIG_TIPC is not set
14998 +# CONFIG_ATM is not set
14999 +# CONFIG_BRIDGE is not set
15000 +# CONFIG_VLAN_8021Q is not set
15001 +# CONFIG_DECNET is not set
15002 +# CONFIG_LLC2 is not set
15003 +# CONFIG_IPX is not set
15004 +# CONFIG_ATALK is not set
15005 +# CONFIG_X25 is not set
15006 +# CONFIG_LAPB is not set
15007 +# CONFIG_ECONET is not set
15008 +# CONFIG_WAN_ROUTER is not set
15009 +# CONFIG_NET_SCHED is not set
15010 +
15011 +#
15012 +# Network testing
15013 +#
15014 +# CONFIG_NET_PKTGEN is not set
15015 +# CONFIG_HAMRADIO is not set
15016 +# CONFIG_CAN is not set
15017 +# CONFIG_IRDA is not set
15018 +# CONFIG_BT is not set
15019 +# CONFIG_AF_RXRPC is not set
15020 +
15021 +#
15022 +# Wireless
15023 +#
15024 +# CONFIG_CFG80211 is not set
15025 +# CONFIG_WIRELESS_EXT is not set
15026 +# CONFIG_MAC80211 is not set
15027 +# CONFIG_IEEE80211 is not set
15028 +# CONFIG_RFKILL is not set
15029 +# CONFIG_NET_9P is not set
15030 +
15031 +#
15032 +# Device Drivers
15033 +#
15034 +
15035 +#
15036 +# Generic Driver Options
15037 +#
15038 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
15039 +CONFIG_STANDALONE=y
15040 +CONFIG_PREVENT_FIRMWARE_BUILD=y
15041 +CONFIG_FW_LOADER=y
15042 +# CONFIG_DEBUG_DRIVER is not set
15043 +# CONFIG_DEBUG_DEVRES is not set
15044 +# CONFIG_SYS_HYPERVISOR is not set
15045 +CONFIG_CONNECTOR=y
15046 +CONFIG_PROC_EVENTS=y
15047 +# CONFIG_MTD is not set
15048 +CONFIG_OF_DEVICE=y
15049 +# CONFIG_PARPORT is not set
15050 +CONFIG_BLK_DEV=y
15051 +# CONFIG_BLK_DEV_FD is not set
15052 +# CONFIG_BLK_CPQ_DA is not set
15053 +# CONFIG_BLK_CPQ_CISS_DA is not set
15054 +# CONFIG_BLK_DEV_DAC960 is not set
15055 +# CONFIG_BLK_DEV_UMEM is not set
15056 +# CONFIG_BLK_DEV_COW_COMMON is not set
15057 +# CONFIG_BLK_DEV_LOOP is not set
15058 +# CONFIG_BLK_DEV_NBD is not set
15059 +# CONFIG_BLK_DEV_SX8 is not set
15060 +CONFIG_BLK_DEV_RAM=y
15061 +CONFIG_BLK_DEV_RAM_COUNT=16
15062 +CONFIG_BLK_DEV_RAM_SIZE=35000
15063 +# CONFIG_BLK_DEV_XIP is not set
15064 +# CONFIG_CDROM_PKTCDVD is not set
15065 +# CONFIG_ATA_OVER_ETH is not set
15066 +# CONFIG_XILINX_SYSACE is not set
15067 +# CONFIG_MISC_DEVICES is not set
15068 +CONFIG_HAVE_IDE=y
15069 +# CONFIG_IDE is not set
15070 +
15071 +#
15072 +# SCSI device support
15073 +#
15074 +# CONFIG_RAID_ATTRS is not set
15075 +# CONFIG_SCSI is not set
15076 +# CONFIG_SCSI_DMA is not set
15077 +# CONFIG_SCSI_NETLINK is not set
15078 +# CONFIG_ATA is not set
15079 +# CONFIG_MD is not set
15080 +# CONFIG_FUSION is not set
15081 +
15082 +#
15083 +# IEEE 1394 (FireWire) support
15084 +#
15085 +# CONFIG_FIREWIRE is not set
15086 +# CONFIG_IEEE1394 is not set
15087 +# CONFIG_I2O is not set
15088 +# CONFIG_MACINTOSH_DRIVERS is not set
15089 +CONFIG_NETDEVICES=y
15090 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
15091 +# CONFIG_DUMMY is not set
15092 +# CONFIG_BONDING is not set
15093 +# CONFIG_MACVLAN is not set
15094 +# CONFIG_EQUALIZER is not set
15095 +# CONFIG_TUN is not set
15096 +# CONFIG_VETH is not set
15097 +# CONFIG_ARCNET is not set
15098 +# CONFIG_PHYLIB is not set
15099 +CONFIG_NET_ETHERNET=y
15100 +# CONFIG_MII is not set
15101 +# CONFIG_HAPPYMEAL is not set
15102 +# CONFIG_SUNGEM is not set
15103 +# CONFIG_CASSINI is not set
15104 +# CONFIG_NET_VENDOR_3COM is not set
15105 +# CONFIG_NET_TULIP is not set
15106 +# CONFIG_HP100 is not set
15107 +CONFIG_IBM_NEW_EMAC=y
15108 +CONFIG_IBM_NEW_EMAC_RXB=256
15109 +CONFIG_IBM_NEW_EMAC_TXB=256
15110 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
15111 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
15112 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
15113 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
15114 +CONFIG_IBM_NEW_EMAC_ZMII=y
15115 +CONFIG_IBM_NEW_EMAC_RGMII=y
15116 +CONFIG_IBM_NEW_EMAC_TAH=y
15117 +CONFIG_IBM_NEW_EMAC_EMAC4=y
15118 +# CONFIG_NET_PCI is not set
15119 +# CONFIG_B44 is not set
15120 +# CONFIG_NETDEV_1000 is not set
15121 +# CONFIG_NETDEV_10000 is not set
15122 +# CONFIG_TR is not set
15123 +
15124 +#
15125 +# Wireless LAN
15126 +#
15127 +# CONFIG_WLAN_PRE80211 is not set
15128 +# CONFIG_WLAN_80211 is not set
15129 +# CONFIG_WAN is not set
15130 +# CONFIG_FDDI is not set
15131 +# CONFIG_HIPPI is not set
15132 +# CONFIG_PPP is not set
15133 +# CONFIG_SLIP is not set
15134 +# CONFIG_NETCONSOLE is not set
15135 +# CONFIG_NETPOLL is not set
15136 +# CONFIG_NET_POLL_CONTROLLER is not set
15137 +# CONFIG_ISDN is not set
15138 +# CONFIG_PHONE is not set
15139 +
15140 +#
15141 +# Input device support
15142 +#
15143 +# CONFIG_INPUT is not set
15144 +
15145 +#
15146 +# Hardware I/O ports
15147 +#
15148 +# CONFIG_SERIO is not set
15149 +# CONFIG_GAMEPORT is not set
15150 +
15151 +#
15152 +# Character devices
15153 +#
15154 +# CONFIG_VT is not set
15155 +# CONFIG_SERIAL_NONSTANDARD is not set
15156 +# CONFIG_NOZOMI is not set
15157 +
15158 +#
15159 +# Serial drivers
15160 +#
15161 +CONFIG_SERIAL_8250=y
15162 +CONFIG_SERIAL_8250_CONSOLE=y
15163 +# CONFIG_SERIAL_8250_PCI is not set
15164 +CONFIG_SERIAL_8250_NR_UARTS=4
15165 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
15166 +CONFIG_SERIAL_8250_EXTENDED=y
15167 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
15168 +CONFIG_SERIAL_8250_SHARE_IRQ=y
15169 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
15170 +# CONFIG_SERIAL_8250_RSA is not set
15171 +
15172 +#
15173 +# Non-8250 serial port support
15174 +#
15175 +# CONFIG_SERIAL_UARTLITE is not set
15176 +CONFIG_SERIAL_CORE=y
15177 +CONFIG_SERIAL_CORE_CONSOLE=y
15178 +# CONFIG_SERIAL_JSM is not set
15179 +CONFIG_SERIAL_OF_PLATFORM=y
15180 +CONFIG_UNIX98_PTYS=y
15181 +CONFIG_LEGACY_PTYS=y
15182 +CONFIG_LEGACY_PTY_COUNT=256
15183 +# CONFIG_IPMI_HANDLER is not set
15184 +# CONFIG_HW_RANDOM is not set
15185 +# CONFIG_NVRAM is not set
15186 +# CONFIG_GEN_RTC is not set
15187 +# CONFIG_R3964 is not set
15188 +# CONFIG_APPLICOM is not set
15189 +# CONFIG_RAW_DRIVER is not set
15190 +# CONFIG_TCG_TPM is not set
15191 +CONFIG_DEVPORT=y
15192 +# CONFIG_I2C is not set
15193 +
15194 +#
15195 +# SPI support
15196 +#
15197 +# CONFIG_SPI is not set
15198 +# CONFIG_SPI_MASTER is not set
15199 +# CONFIG_W1 is not set
15200 +# CONFIG_POWER_SUPPLY is not set
15201 +# CONFIG_HWMON is not set
15202 +# CONFIG_THERMAL is not set
15203 +# CONFIG_WATCHDOG is not set
15204 +
15205 +#
15206 +# Sonics Silicon Backplane
15207 +#
15208 +CONFIG_SSB_POSSIBLE=y
15209 +# CONFIG_SSB is not set
15210 +
15211 +#
15212 +# Multifunction device drivers
15213 +#
15214 +# CONFIG_MFD_SM501 is not set
15215 +
15216 +#
15217 +# Multimedia devices
15218 +#
15219 +# CONFIG_VIDEO_DEV is not set
15220 +# CONFIG_DVB_CORE is not set
15221 +CONFIG_DAB=y
15222 +
15223 +#
15224 +# Graphics support
15225 +#
15226 +# CONFIG_AGP is not set
15227 +# CONFIG_DRM is not set
15228 +# CONFIG_VGASTATE is not set
15229 +CONFIG_VIDEO_OUTPUT_CONTROL=m
15230 +# CONFIG_FB is not set
15231 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
15232 +
15233 +#
15234 +# Display device support
15235 +#
15236 +# CONFIG_DISPLAY_SUPPORT is not set
15237 +
15238 +#
15239 +# Sound
15240 +#
15241 +# CONFIG_SOUND is not set
15242 +# CONFIG_USB_SUPPORT is not set
15243 +# CONFIG_MMC is not set
15244 +# CONFIG_MEMSTICK is not set
15245 +# CONFIG_NEW_LEDS is not set
15246 +# CONFIG_INFINIBAND is not set
15247 +# CONFIG_EDAC is not set
15248 +# CONFIG_RTC_CLASS is not set
15249 +
15250 +#
15251 +# Userspace I/O
15252 +#
15253 +# CONFIG_UIO is not set
15254 +
15255 +#
15256 +# File systems
15257 +#
15258 +CONFIG_EXT2_FS=y
15259 +# CONFIG_EXT2_FS_XATTR is not set
15260 +# CONFIG_EXT2_FS_XIP is not set
15261 +# CONFIG_EXT3_FS is not set
15262 +# CONFIG_EXT4DEV_FS is not set
15263 +# CONFIG_REISERFS_FS is not set
15264 +# CONFIG_JFS_FS is not set
15265 +# CONFIG_FS_POSIX_ACL is not set
15266 +# CONFIG_XFS_FS is not set
15267 +# CONFIG_GFS2_FS is not set
15268 +# CONFIG_OCFS2_FS is not set
15269 +CONFIG_DNOTIFY=y
15270 +CONFIG_INOTIFY=y
15271 +CONFIG_INOTIFY_USER=y
15272 +# CONFIG_QUOTA is not set
15273 +# CONFIG_AUTOFS_FS is not set
15274 +# CONFIG_AUTOFS4_FS is not set
15275 +# CONFIG_FUSE_FS is not set
15276 +
15277 +#
15278 +# CD-ROM/DVD Filesystems
15279 +#
15280 +# CONFIG_ISO9660_FS is not set
15281 +# CONFIG_UDF_FS is not set
15282 +
15283 +#
15284 +# DOS/FAT/NT Filesystems
15285 +#
15286 +# CONFIG_MSDOS_FS is not set
15287 +# CONFIG_VFAT_FS is not set
15288 +# CONFIG_NTFS_FS is not set
15289 +
15290 +#
15291 +# Pseudo filesystems
15292 +#
15293 +CONFIG_PROC_FS=y
15294 +CONFIG_PROC_KCORE=y
15295 +CONFIG_PROC_SYSCTL=y
15296 +CONFIG_SYSFS=y
15297 +CONFIG_TMPFS=y
15298 +# CONFIG_TMPFS_POSIX_ACL is not set
15299 +# CONFIG_HUGETLB_PAGE is not set
15300 +# CONFIG_CONFIGFS_FS is not set
15301 +
15302 +#
15303 +# Miscellaneous filesystems
15304 +#
15305 +# CONFIG_ADFS_FS is not set
15306 +# CONFIG_AFFS_FS is not set
15307 +# CONFIG_HFS_FS is not set
15308 +# CONFIG_HFSPLUS_FS is not set
15309 +# CONFIG_BEFS_FS is not set
15310 +# CONFIG_BFS_FS is not set
15311 +# CONFIG_EFS_FS is not set
15312 +CONFIG_CRAMFS=y
15313 +# CONFIG_VXFS_FS is not set
15314 +# CONFIG_MINIX_FS is not set
15315 +# CONFIG_HPFS_FS is not set
15316 +# CONFIG_QNX4FS_FS is not set
15317 +# CONFIG_ROMFS_FS is not set
15318 +# CONFIG_SYSV_FS is not set
15319 +# CONFIG_UFS_FS is not set
15320 +CONFIG_NETWORK_FILESYSTEMS=y
15321 +CONFIG_NFS_FS=y
15322 +CONFIG_NFS_V3=y
15323 +# CONFIG_NFS_V3_ACL is not set
15324 +# CONFIG_NFS_V4 is not set
15325 +# CONFIG_NFS_DIRECTIO is not set
15326 +# CONFIG_NFSD is not set
15327 +CONFIG_ROOT_NFS=y
15328 +CONFIG_LOCKD=y
15329 +CONFIG_LOCKD_V4=y
15330 +CONFIG_NFS_COMMON=y
15331 +CONFIG_SUNRPC=y
15332 +# CONFIG_SUNRPC_BIND34 is not set
15333 +# CONFIG_RPCSEC_GSS_KRB5 is not set
15334 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
15335 +# CONFIG_SMB_FS is not set
15336 +# CONFIG_CIFS is not set
15337 +# CONFIG_NCP_FS is not set
15338 +# CONFIG_CODA_FS is not set
15339 +# CONFIG_AFS_FS is not set
15340 +
15341 +#
15342 +# Partition Types
15343 +#
15344 +# CONFIG_PARTITION_ADVANCED is not set
15345 +CONFIG_MSDOS_PARTITION=y
15346 +# CONFIG_NLS is not set
15347 +# CONFIG_DLM is not set
15348 +
15349 +#
15350 +# Library routines
15351 +#
15352 +CONFIG_BITREVERSE=y
15353 +# CONFIG_CRC_CCITT is not set
15354 +# CONFIG_CRC16 is not set
15355 +# CONFIG_CRC_ITU_T is not set
15356 +CONFIG_CRC32=y
15357 +# CONFIG_CRC7 is not set
15358 +# CONFIG_LIBCRC32C is not set
15359 +CONFIG_ZLIB_INFLATE=y
15360 +CONFIG_PLIST=y
15361 +CONFIG_HAS_IOMEM=y
15362 +CONFIG_HAS_IOPORT=y
15363 +CONFIG_HAS_DMA=y
15364 +
15365 +#
15366 +# Kernel hacking
15367 +#
15368 +# CONFIG_PRINTK_TIME is not set
15369 +CONFIG_ENABLE_WARN_DEPRECATED=y
15370 +CONFIG_ENABLE_MUST_CHECK=y
15371 +CONFIG_MAGIC_SYSRQ=y
15372 +# CONFIG_UNUSED_SYMBOLS is not set
15373 +CONFIG_DEBUG_FS=y
15374 +# CONFIG_HEADERS_CHECK is not set
15375 +CONFIG_DEBUG_KERNEL=y
15376 +# CONFIG_DEBUG_SHIRQ is not set
15377 +CONFIG_DETECT_SOFTLOCKUP=y
15378 +CONFIG_SCHED_DEBUG=y
15379 +# CONFIG_SCHEDSTATS is not set
15380 +# CONFIG_TIMER_STATS is not set
15381 +# CONFIG_SLUB_DEBUG_ON is not set
15382 +# CONFIG_SLUB_STATS is not set
15383 +# CONFIG_DEBUG_RT_MUTEXES is not set
15384 +# CONFIG_RT_MUTEX_TESTER is not set
15385 +# CONFIG_DEBUG_SPINLOCK is not set
15386 +# CONFIG_DEBUG_MUTEXES is not set
15387 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
15388 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
15389 +# CONFIG_DEBUG_KOBJECT is not set
15390 +# CONFIG_DEBUG_BUGVERBOSE is not set
15391 +# CONFIG_DEBUG_INFO is not set
15392 +# CONFIG_DEBUG_VM is not set
15393 +# CONFIG_DEBUG_LIST is not set
15394 +# CONFIG_DEBUG_SG is not set
15395 +# CONFIG_BOOT_PRINTK_DELAY is not set
15396 +# CONFIG_RCU_TORTURE_TEST is not set
15397 +# CONFIG_BACKTRACE_SELF_TEST is not set
15398 +# CONFIG_FAULT_INJECTION is not set
15399 +# CONFIG_SAMPLES is not set
15400 +# CONFIG_DEBUG_STACKOVERFLOW is not set
15401 +# CONFIG_DEBUG_STACK_USAGE is not set
15402 +# CONFIG_DEBUG_PAGEALLOC is not set
15403 +CONFIG_DEBUGGER=y
15404 +# CONFIG_KGDB is not set
15405 +# CONFIG_XMON is not set
15406 +# CONFIG_VIRQ_DEBUG is not set
15407 +# CONFIG_BDI_SWITCH is not set
15408 +# CONFIG_PPC_EARLY_DEBUG is not set
15409 +
15410 +#
15411 +# Security options
15412 +#
15413 +# CONFIG_KEYS is not set
15414 +# CONFIG_SECURITY is not set
15415 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
15416 +# CONFIG_CRYPTO is not set
15417 +# CONFIG_PPC_CLOCK is not set
15418 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/ebony_defconfig powerpc.git/arch/powerpc/configs/44x/ebony_defconfig
15419 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/ebony_defconfig 1970-01-01 01:00:00.000000000 +0100
15420 +++ powerpc.git/arch/powerpc/configs/44x/ebony_defconfig 2008-04-19 16:40:52.000000000 +0200
15421 @@ -0,0 +1,898 @@
15422 +#
15423 +# Automatically generated make config: don't edit
15424 +# Linux kernel version: 2.6.25-rc2
15425 +# Fri Feb 15 21:50:44 2008
15426 +#
15427 +# CONFIG_PPC64 is not set
15428 +
15429 +#
15430 +# Processor support
15431 +#
15432 +# CONFIG_6xx is not set
15433 +# CONFIG_PPC_85xx is not set
15434 +# CONFIG_PPC_8xx is not set
15435 +# CONFIG_40x is not set
15436 +CONFIG_44x=y
15437 +# CONFIG_E200 is not set
15438 +CONFIG_4xx=y
15439 +CONFIG_BOOKE=y
15440 +CONFIG_PTE_64BIT=y
15441 +CONFIG_PHYS_64BIT=y
15442 +# CONFIG_PPC_MM_SLICES is not set
15443 +CONFIG_NOT_COHERENT_CACHE=y
15444 +CONFIG_PPC32=y
15445 +CONFIG_WORD_SIZE=32
15446 +CONFIG_PPC_MERGE=y
15447 +CONFIG_MMU=y
15448 +CONFIG_GENERIC_CMOS_UPDATE=y
15449 +CONFIG_GENERIC_TIME=y
15450 +CONFIG_GENERIC_TIME_VSYSCALL=y
15451 +CONFIG_GENERIC_CLOCKEVENTS=y
15452 +CONFIG_GENERIC_HARDIRQS=y
15453 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
15454 +CONFIG_IRQ_PER_CPU=y
15455 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
15456 +CONFIG_ARCH_HAS_ILOG2_U32=y
15457 +CONFIG_GENERIC_HWEIGHT=y
15458 +CONFIG_GENERIC_CALIBRATE_DELAY=y
15459 +CONFIG_GENERIC_FIND_NEXT_BIT=y
15460 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
15461 +CONFIG_PPC=y
15462 +CONFIG_EARLY_PRINTK=y
15463 +CONFIG_GENERIC_NVRAM=y
15464 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
15465 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
15466 +CONFIG_PPC_OF=y
15467 +CONFIG_OF=y
15468 +CONFIG_PPC_UDBG_16550=y
15469 +# CONFIG_GENERIC_TBSYNC is not set
15470 +CONFIG_AUDIT_ARCH=y
15471 +CONFIG_GENERIC_BUG=y
15472 +# CONFIG_DEFAULT_UIMAGE is not set
15473 +CONFIG_PPC_DCR_NATIVE=y
15474 +# CONFIG_PPC_DCR_MMIO is not set
15475 +CONFIG_PPC_DCR=y
15476 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
15477 +
15478 +#
15479 +# General setup
15480 +#
15481 +CONFIG_EXPERIMENTAL=y
15482 +CONFIG_BROKEN_ON_SMP=y
15483 +CONFIG_INIT_ENV_ARG_LIMIT=32
15484 +CONFIG_LOCALVERSION=""
15485 +CONFIG_LOCALVERSION_AUTO=y
15486 +CONFIG_SWAP=y
15487 +CONFIG_SYSVIPC=y
15488 +CONFIG_SYSVIPC_SYSCTL=y
15489 +CONFIG_POSIX_MQUEUE=y
15490 +# CONFIG_BSD_PROCESS_ACCT is not set
15491 +# CONFIG_TASKSTATS is not set
15492 +# CONFIG_AUDIT is not set
15493 +# CONFIG_IKCONFIG is not set
15494 +CONFIG_LOG_BUF_SHIFT=14
15495 +# CONFIG_CGROUPS is not set
15496 +CONFIG_GROUP_SCHED=y
15497 +CONFIG_FAIR_GROUP_SCHED=y
15498 +# CONFIG_RT_GROUP_SCHED is not set
15499 +CONFIG_USER_SCHED=y
15500 +# CONFIG_CGROUP_SCHED is not set
15501 +CONFIG_SYSFS_DEPRECATED=y
15502 +# CONFIG_RELAY is not set
15503 +# CONFIG_NAMESPACES is not set
15504 +CONFIG_BLK_DEV_INITRD=y
15505 +CONFIG_INITRAMFS_SOURCE=""
15506 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
15507 +CONFIG_SYSCTL=y
15508 +CONFIG_EMBEDDED=y
15509 +CONFIG_SYSCTL_SYSCALL=y
15510 +CONFIG_KALLSYMS=y
15511 +CONFIG_KALLSYMS_ALL=y
15512 +CONFIG_KALLSYMS_EXTRA_PASS=y
15513 +CONFIG_HOTPLUG=y
15514 +CONFIG_PRINTK=y
15515 +CONFIG_BUG=y
15516 +CONFIG_ELF_CORE=y
15517 +CONFIG_COMPAT_BRK=y
15518 +CONFIG_BASE_FULL=y
15519 +CONFIG_FUTEX=y
15520 +CONFIG_ANON_INODES=y
15521 +CONFIG_EPOLL=y
15522 +CONFIG_SIGNALFD=y
15523 +CONFIG_TIMERFD=y
15524 +CONFIG_EVENTFD=y
15525 +CONFIG_SHMEM=y
15526 +CONFIG_VM_EVENT_COUNTERS=y
15527 +CONFIG_SLUB_DEBUG=y
15528 +# CONFIG_SLAB is not set
15529 +CONFIG_SLUB=y
15530 +# CONFIG_SLOB is not set
15531 +# CONFIG_PROFILING is not set
15532 +# CONFIG_MARKERS is not set
15533 +CONFIG_HAVE_OPROFILE=y
15534 +# CONFIG_KPROBES is not set
15535 +CONFIG_HAVE_KPROBES=y
15536 +CONFIG_PROC_PAGE_MONITOR=y
15537 +CONFIG_SLABINFO=y
15538 +CONFIG_RT_MUTEXES=y
15539 +# CONFIG_TINY_SHMEM is not set
15540 +CONFIG_BASE_SMALL=0
15541 +CONFIG_MODULES=y
15542 +CONFIG_MODULE_UNLOAD=y
15543 +# CONFIG_MODULE_FORCE_UNLOAD is not set
15544 +# CONFIG_MODVERSIONS is not set
15545 +# CONFIG_MODULE_SRCVERSION_ALL is not set
15546 +CONFIG_KMOD=y
15547 +CONFIG_BLOCK=y
15548 +CONFIG_LBD=y
15549 +# CONFIG_BLK_DEV_IO_TRACE is not set
15550 +# CONFIG_LSF is not set
15551 +# CONFIG_BLK_DEV_BSG is not set
15552 +
15553 +#
15554 +# IO Schedulers
15555 +#
15556 +CONFIG_IOSCHED_NOOP=y
15557 +CONFIG_IOSCHED_AS=y
15558 +CONFIG_IOSCHED_DEADLINE=y
15559 +CONFIG_IOSCHED_CFQ=y
15560 +CONFIG_DEFAULT_AS=y
15561 +# CONFIG_DEFAULT_DEADLINE is not set
15562 +# CONFIG_DEFAULT_CFQ is not set
15563 +# CONFIG_DEFAULT_NOOP is not set
15564 +CONFIG_DEFAULT_IOSCHED="anticipatory"
15565 +CONFIG_CLASSIC_RCU=y
15566 +# CONFIG_PREEMPT_RCU is not set
15567 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
15568 +
15569 +#
15570 +# Platform support
15571 +#
15572 +# CONFIG_PPC_MPC512x is not set
15573 +# CONFIG_PPC_MPC5121 is not set
15574 +# CONFIG_PPC_CELL is not set
15575 +# CONFIG_PPC_CELL_NATIVE is not set
15576 +# CONFIG_PQ2ADS is not set
15577 +# CONFIG_BAMBOO is not set
15578 +CONFIG_EBONY=y
15579 +# CONFIG_SEQUOIA is not set
15580 +# CONFIG_TAISHAN is not set
15581 +# CONFIG_KATMAI is not set
15582 +# CONFIG_RAINIER is not set
15583 +# CONFIG_WARP is not set
15584 +CONFIG_440GP=y
15585 +# CONFIG_IPIC is not set
15586 +# CONFIG_MPIC is not set
15587 +# CONFIG_MPIC_WEIRD is not set
15588 +# CONFIG_PPC_I8259 is not set
15589 +# CONFIG_PPC_RTAS is not set
15590 +# CONFIG_MMIO_NVRAM is not set
15591 +# CONFIG_PPC_MPC106 is not set
15592 +# CONFIG_PPC_970_NAP is not set
15593 +# CONFIG_PPC_INDIRECT_IO is not set
15594 +# CONFIG_GENERIC_IOMAP is not set
15595 +# CONFIG_CPU_FREQ is not set
15596 +# CONFIG_FSL_ULI1575 is not set
15597 +CONFIG_OF_RTC=y
15598 +
15599 +#
15600 +# Kernel options
15601 +#
15602 +# CONFIG_HIGHMEM is not set
15603 +# CONFIG_TICK_ONESHOT is not set
15604 +# CONFIG_NO_HZ is not set
15605 +# CONFIG_HIGH_RES_TIMERS is not set
15606 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
15607 +# CONFIG_HZ_100 is not set
15608 +CONFIG_HZ_250=y
15609 +# CONFIG_HZ_300 is not set
15610 +# CONFIG_HZ_1000 is not set
15611 +CONFIG_HZ=250
15612 +# CONFIG_SCHED_HRTICK is not set
15613 +CONFIG_PREEMPT_NONE=y
15614 +# CONFIG_PREEMPT_VOLUNTARY is not set
15615 +# CONFIG_PREEMPT is not set
15616 +CONFIG_RCU_TRACE=y
15617 +CONFIG_BINFMT_ELF=y
15618 +# CONFIG_BINFMT_MISC is not set
15619 +CONFIG_MATH_EMULATION=y
15620 +# CONFIG_IOMMU_HELPER is not set
15621 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
15622 +CONFIG_ARCH_HAS_WALK_MEMORY=y
15623 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
15624 +CONFIG_ARCH_FLATMEM_ENABLE=y
15625 +CONFIG_ARCH_POPULATES_NODE_MAP=y
15626 +CONFIG_SELECT_MEMORY_MODEL=y
15627 +CONFIG_FLATMEM_MANUAL=y
15628 +# CONFIG_DISCONTIGMEM_MANUAL is not set
15629 +# CONFIG_SPARSEMEM_MANUAL is not set
15630 +CONFIG_FLATMEM=y
15631 +CONFIG_FLAT_NODE_MEM_MAP=y
15632 +# CONFIG_SPARSEMEM_STATIC is not set
15633 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
15634 +CONFIG_SPLIT_PTLOCK_CPUS=4
15635 +CONFIG_RESOURCES_64BIT=y
15636 +CONFIG_ZONE_DMA_FLAG=1
15637 +CONFIG_BOUNCE=y
15638 +CONFIG_VIRT_TO_BUS=y
15639 +CONFIG_PROC_DEVICETREE=y
15640 +# CONFIG_CMDLINE_BOOL is not set
15641 +CONFIG_SECCOMP=y
15642 +CONFIG_ISA_DMA_API=y
15643 +
15644 +#
15645 +# Bus options
15646 +#
15647 +CONFIG_ZONE_DMA=y
15648 +CONFIG_PPC_INDIRECT_PCI=y
15649 +CONFIG_PCI=y
15650 +CONFIG_PCI_DOMAINS=y
15651 +CONFIG_PCI_SYSCALL=y
15652 +# CONFIG_PCIEPORTBUS is not set
15653 +CONFIG_ARCH_SUPPORTS_MSI=y
15654 +# CONFIG_PCI_MSI is not set
15655 +CONFIG_PCI_LEGACY=y
15656 +# CONFIG_PCI_DEBUG is not set
15657 +# CONFIG_PCCARD is not set
15658 +# CONFIG_HOTPLUG_PCI is not set
15659 +
15660 +#
15661 +# Advanced setup
15662 +#
15663 +# CONFIG_ADVANCED_OPTIONS is not set
15664 +
15665 +#
15666 +# Default settings for advanced configuration options are used
15667 +#
15668 +CONFIG_HIGHMEM_START=0xfe000000
15669 +CONFIG_LOWMEM_SIZE=0x30000000
15670 +CONFIG_KERNEL_START=0xc0000000
15671 +CONFIG_TASK_SIZE=0xc0000000
15672 +CONFIG_CONSISTENT_START=0xff100000
15673 +CONFIG_CONSISTENT_SIZE=0x00200000
15674 +CONFIG_BOOT_LOAD=0x01000000
15675 +
15676 +#
15677 +# Networking
15678 +#
15679 +CONFIG_NET=y
15680 +
15681 +#
15682 +# Networking options
15683 +#
15684 +CONFIG_PACKET=y
15685 +# CONFIG_PACKET_MMAP is not set
15686 +CONFIG_UNIX=y
15687 +# CONFIG_NET_KEY is not set
15688 +CONFIG_INET=y
15689 +# CONFIG_IP_MULTICAST is not set
15690 +# CONFIG_IP_ADVANCED_ROUTER is not set
15691 +CONFIG_IP_FIB_HASH=y
15692 +CONFIG_IP_PNP=y
15693 +CONFIG_IP_PNP_DHCP=y
15694 +CONFIG_IP_PNP_BOOTP=y
15695 +# CONFIG_IP_PNP_RARP is not set
15696 +# CONFIG_NET_IPIP is not set
15697 +# CONFIG_NET_IPGRE is not set
15698 +# CONFIG_ARPD is not set
15699 +# CONFIG_SYN_COOKIES is not set
15700 +# CONFIG_INET_AH is not set
15701 +# CONFIG_INET_ESP is not set
15702 +# CONFIG_INET_IPCOMP is not set
15703 +# CONFIG_INET_XFRM_TUNNEL is not set
15704 +# CONFIG_INET_TUNNEL is not set
15705 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
15706 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
15707 +# CONFIG_INET_XFRM_MODE_BEET is not set
15708 +# CONFIG_INET_LRO is not set
15709 +CONFIG_INET_DIAG=y
15710 +CONFIG_INET_TCP_DIAG=y
15711 +# CONFIG_TCP_CONG_ADVANCED is not set
15712 +CONFIG_TCP_CONG_CUBIC=y
15713 +CONFIG_DEFAULT_TCP_CONG="cubic"
15714 +# CONFIG_TCP_MD5SIG is not set
15715 +# CONFIG_IPV6 is not set
15716 +# CONFIG_INET6_XFRM_TUNNEL is not set
15717 +# CONFIG_INET6_TUNNEL is not set
15718 +# CONFIG_NETWORK_SECMARK is not set
15719 +# CONFIG_NETFILTER is not set
15720 +# CONFIG_IP_DCCP is not set
15721 +# CONFIG_IP_SCTP is not set
15722 +# CONFIG_TIPC is not set
15723 +# CONFIG_ATM is not set
15724 +# CONFIG_BRIDGE is not set
15725 +# CONFIG_VLAN_8021Q is not set
15726 +# CONFIG_DECNET is not set
15727 +# CONFIG_LLC2 is not set
15728 +# CONFIG_IPX is not set
15729 +# CONFIG_ATALK is not set
15730 +# CONFIG_X25 is not set
15731 +# CONFIG_LAPB is not set
15732 +# CONFIG_ECONET is not set
15733 +# CONFIG_WAN_ROUTER is not set
15734 +# CONFIG_NET_SCHED is not set
15735 +
15736 +#
15737 +# Network testing
15738 +#
15739 +# CONFIG_NET_PKTGEN is not set
15740 +# CONFIG_HAMRADIO is not set
15741 +# CONFIG_CAN is not set
15742 +# CONFIG_IRDA is not set
15743 +# CONFIG_BT is not set
15744 +# CONFIG_AF_RXRPC is not set
15745 +
15746 +#
15747 +# Wireless
15748 +#
15749 +# CONFIG_CFG80211 is not set
15750 +# CONFIG_WIRELESS_EXT is not set
15751 +# CONFIG_MAC80211 is not set
15752 +# CONFIG_IEEE80211 is not set
15753 +# CONFIG_RFKILL is not set
15754 +# CONFIG_NET_9P is not set
15755 +
15756 +#
15757 +# Device Drivers
15758 +#
15759 +
15760 +#
15761 +# Generic Driver Options
15762 +#
15763 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
15764 +CONFIG_STANDALONE=y
15765 +CONFIG_PREVENT_FIRMWARE_BUILD=y
15766 +CONFIG_FW_LOADER=y
15767 +# CONFIG_DEBUG_DRIVER is not set
15768 +# CONFIG_DEBUG_DEVRES is not set
15769 +# CONFIG_SYS_HYPERVISOR is not set
15770 +CONFIG_CONNECTOR=y
15771 +CONFIG_PROC_EVENTS=y
15772 +CONFIG_MTD=y
15773 +# CONFIG_MTD_DEBUG is not set
15774 +# CONFIG_MTD_CONCAT is not set
15775 +CONFIG_MTD_PARTITIONS=y
15776 +# CONFIG_MTD_REDBOOT_PARTS is not set
15777 +# CONFIG_MTD_CMDLINE_PARTS is not set
15778 +CONFIG_MTD_OF_PARTS=y
15779 +
15780 +#
15781 +# User Modules And Translation Layers
15782 +#
15783 +CONFIG_MTD_CHAR=y
15784 +CONFIG_MTD_BLKDEVS=y
15785 +CONFIG_MTD_BLOCK=y
15786 +# CONFIG_FTL is not set
15787 +# CONFIG_NFTL is not set
15788 +# CONFIG_INFTL is not set
15789 +# CONFIG_RFD_FTL is not set
15790 +# CONFIG_SSFDC is not set
15791 +# CONFIG_MTD_OOPS is not set
15792 +
15793 +#
15794 +# RAM/ROM/Flash chip drivers
15795 +#
15796 +CONFIG_MTD_CFI=y
15797 +CONFIG_MTD_JEDECPROBE=y
15798 +CONFIG_MTD_GEN_PROBE=y
15799 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
15800 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
15801 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
15802 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
15803 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
15804 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
15805 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
15806 +CONFIG_MTD_CFI_I1=y
15807 +CONFIG_MTD_CFI_I2=y
15808 +# CONFIG_MTD_CFI_I4 is not set
15809 +# CONFIG_MTD_CFI_I8 is not set
15810 +# CONFIG_MTD_CFI_INTELEXT is not set
15811 +CONFIG_MTD_CFI_AMDSTD=y
15812 +# CONFIG_MTD_CFI_STAA is not set
15813 +CONFIG_MTD_CFI_UTIL=y
15814 +# CONFIG_MTD_RAM is not set
15815 +# CONFIG_MTD_ROM is not set
15816 +# CONFIG_MTD_ABSENT is not set
15817 +
15818 +#
15819 +# Mapping drivers for chip access
15820 +#
15821 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
15822 +# CONFIG_MTD_PHYSMAP is not set
15823 +CONFIG_MTD_PHYSMAP_OF=y
15824 +# CONFIG_MTD_INTEL_VR_NOR is not set
15825 +# CONFIG_MTD_PLATRAM is not set
15826 +
15827 +#
15828 +# Self-contained MTD device drivers
15829 +#
15830 +# CONFIG_MTD_PMC551 is not set
15831 +# CONFIG_MTD_SLRAM is not set
15832 +# CONFIG_MTD_PHRAM is not set
15833 +# CONFIG_MTD_MTDRAM is not set
15834 +# CONFIG_MTD_BLOCK2MTD is not set
15835 +
15836 +#
15837 +# Disk-On-Chip Device Drivers
15838 +#
15839 +# CONFIG_MTD_DOC2000 is not set
15840 +# CONFIG_MTD_DOC2001 is not set
15841 +# CONFIG_MTD_DOC2001PLUS is not set
15842 +# CONFIG_MTD_NAND is not set
15843 +# CONFIG_MTD_ONENAND is not set
15844 +
15845 +#
15846 +# UBI - Unsorted block images
15847 +#
15848 +# CONFIG_MTD_UBI is not set
15849 +CONFIG_OF_DEVICE=y
15850 +# CONFIG_PARPORT is not set
15851 +CONFIG_BLK_DEV=y
15852 +# CONFIG_BLK_DEV_FD is not set
15853 +# CONFIG_BLK_CPQ_DA is not set
15854 +# CONFIG_BLK_CPQ_CISS_DA is not set
15855 +# CONFIG_BLK_DEV_DAC960 is not set
15856 +# CONFIG_BLK_DEV_UMEM is not set
15857 +# CONFIG_BLK_DEV_COW_COMMON is not set
15858 +# CONFIG_BLK_DEV_LOOP is not set
15859 +# CONFIG_BLK_DEV_NBD is not set
15860 +# CONFIG_BLK_DEV_SX8 is not set
15861 +CONFIG_BLK_DEV_RAM=y
15862 +CONFIG_BLK_DEV_RAM_COUNT=16
15863 +CONFIG_BLK_DEV_RAM_SIZE=35000
15864 +# CONFIG_BLK_DEV_XIP is not set
15865 +# CONFIG_CDROM_PKTCDVD is not set
15866 +# CONFIG_ATA_OVER_ETH is not set
15867 +# CONFIG_XILINX_SYSACE is not set
15868 +CONFIG_MISC_DEVICES=y
15869 +# CONFIG_PHANTOM is not set
15870 +# CONFIG_EEPROM_93CX6 is not set
15871 +# CONFIG_SGI_IOC4 is not set
15872 +# CONFIG_TIFM_CORE is not set
15873 +# CONFIG_ENCLOSURE_SERVICES is not set
15874 +CONFIG_HAVE_IDE=y
15875 +# CONFIG_IDE is not set
15876 +
15877 +#
15878 +# SCSI device support
15879 +#
15880 +# CONFIG_RAID_ATTRS is not set
15881 +# CONFIG_SCSI is not set
15882 +# CONFIG_SCSI_DMA is not set
15883 +# CONFIG_SCSI_NETLINK is not set
15884 +# CONFIG_ATA is not set
15885 +# CONFIG_MD is not set
15886 +# CONFIG_FUSION is not set
15887 +
15888 +#
15889 +# IEEE 1394 (FireWire) support
15890 +#
15891 +# CONFIG_FIREWIRE is not set
15892 +# CONFIG_IEEE1394 is not set
15893 +# CONFIG_I2O is not set
15894 +# CONFIG_MACINTOSH_DRIVERS is not set
15895 +CONFIG_NETDEVICES=y
15896 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
15897 +# CONFIG_DUMMY is not set
15898 +# CONFIG_BONDING is not set
15899 +# CONFIG_MACVLAN is not set
15900 +# CONFIG_EQUALIZER is not set
15901 +# CONFIG_TUN is not set
15902 +# CONFIG_VETH is not set
15903 +# CONFIG_ARCNET is not set
15904 +# CONFIG_PHYLIB is not set
15905 +CONFIG_NET_ETHERNET=y
15906 +# CONFIG_MII is not set
15907 +# CONFIG_HAPPYMEAL is not set
15908 +# CONFIG_SUNGEM is not set
15909 +# CONFIG_CASSINI is not set
15910 +# CONFIG_NET_VENDOR_3COM is not set
15911 +# CONFIG_NET_TULIP is not set
15912 +# CONFIG_HP100 is not set
15913 +CONFIG_IBM_NEW_EMAC=y
15914 +CONFIG_IBM_NEW_EMAC_RXB=128
15915 +CONFIG_IBM_NEW_EMAC_TXB=64
15916 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
15917 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
15918 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
15919 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
15920 +CONFIG_IBM_NEW_EMAC_ZMII=y
15921 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
15922 +# CONFIG_IBM_NEW_EMAC_TAH is not set
15923 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
15924 +# CONFIG_NET_PCI is not set
15925 +# CONFIG_B44 is not set
15926 +CONFIG_NETDEV_1000=y
15927 +# CONFIG_ACENIC is not set
15928 +# CONFIG_DL2K is not set
15929 +# CONFIG_E1000 is not set
15930 +# CONFIG_E1000E is not set
15931 +# CONFIG_E1000E_ENABLED is not set
15932 +# CONFIG_IP1000 is not set
15933 +# CONFIG_IGB is not set
15934 +# CONFIG_NS83820 is not set
15935 +# CONFIG_HAMACHI is not set
15936 +# CONFIG_YELLOWFIN is not set
15937 +# CONFIG_R8169 is not set
15938 +# CONFIG_SIS190 is not set
15939 +# CONFIG_SKGE is not set
15940 +# CONFIG_SKY2 is not set
15941 +# CONFIG_SK98LIN is not set
15942 +# CONFIG_VIA_VELOCITY is not set
15943 +# CONFIG_TIGON3 is not set
15944 +# CONFIG_BNX2 is not set
15945 +# CONFIG_QLA3XXX is not set
15946 +# CONFIG_ATL1 is not set
15947 +CONFIG_NETDEV_10000=y
15948 +# CONFIG_CHELSIO_T1 is not set
15949 +# CONFIG_CHELSIO_T3 is not set
15950 +# CONFIG_IXGBE is not set
15951 +# CONFIG_IXGB is not set
15952 +# CONFIG_S2IO is not set
15953 +# CONFIG_MYRI10GE is not set
15954 +# CONFIG_NETXEN_NIC is not set
15955 +# CONFIG_NIU is not set
15956 +# CONFIG_MLX4_CORE is not set
15957 +# CONFIG_TEHUTI is not set
15958 +# CONFIG_BNX2X is not set
15959 +# CONFIG_TR is not set
15960 +
15961 +#
15962 +# Wireless LAN
15963 +#
15964 +# CONFIG_WLAN_PRE80211 is not set
15965 +# CONFIG_WLAN_80211 is not set
15966 +# CONFIG_WAN is not set
15967 +# CONFIG_FDDI is not set
15968 +# CONFIG_HIPPI is not set
15969 +# CONFIG_PPP is not set
15970 +# CONFIG_SLIP is not set
15971 +# CONFIG_NETCONSOLE is not set
15972 +# CONFIG_NETPOLL is not set
15973 +# CONFIG_NET_POLL_CONTROLLER is not set
15974 +# CONFIG_ISDN is not set
15975 +# CONFIG_PHONE is not set
15976 +
15977 +#
15978 +# Input device support
15979 +#
15980 +# CONFIG_INPUT is not set
15981 +
15982 +#
15983 +# Hardware I/O ports
15984 +#
15985 +# CONFIG_SERIO is not set
15986 +# CONFIG_GAMEPORT is not set
15987 +
15988 +#
15989 +# Character devices
15990 +#
15991 +# CONFIG_VT is not set
15992 +# CONFIG_SERIAL_NONSTANDARD is not set
15993 +# CONFIG_NOZOMI is not set
15994 +
15995 +#
15996 +# Serial drivers
15997 +#
15998 +CONFIG_SERIAL_8250=y
15999 +CONFIG_SERIAL_8250_CONSOLE=y
16000 +# CONFIG_SERIAL_8250_PCI is not set
16001 +CONFIG_SERIAL_8250_NR_UARTS=4
16002 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
16003 +CONFIG_SERIAL_8250_EXTENDED=y
16004 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
16005 +CONFIG_SERIAL_8250_SHARE_IRQ=y
16006 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
16007 +# CONFIG_SERIAL_8250_RSA is not set
16008 +
16009 +#
16010 +# Non-8250 serial port support
16011 +#
16012 +# CONFIG_SERIAL_UARTLITE is not set
16013 +CONFIG_SERIAL_CORE=y
16014 +CONFIG_SERIAL_CORE_CONSOLE=y
16015 +# CONFIG_SERIAL_JSM is not set
16016 +CONFIG_SERIAL_OF_PLATFORM=y
16017 +CONFIG_UNIX98_PTYS=y
16018 +CONFIG_LEGACY_PTYS=y
16019 +CONFIG_LEGACY_PTY_COUNT=256
16020 +# CONFIG_IPMI_HANDLER is not set
16021 +# CONFIG_HW_RANDOM is not set
16022 +# CONFIG_NVRAM is not set
16023 +# CONFIG_GEN_RTC is not set
16024 +# CONFIG_R3964 is not set
16025 +# CONFIG_APPLICOM is not set
16026 +# CONFIG_RAW_DRIVER is not set
16027 +# CONFIG_TCG_TPM is not set
16028 +CONFIG_DEVPORT=y
16029 +# CONFIG_I2C is not set
16030 +
16031 +#
16032 +# SPI support
16033 +#
16034 +# CONFIG_SPI is not set
16035 +# CONFIG_SPI_MASTER is not set
16036 +# CONFIG_W1 is not set
16037 +# CONFIG_POWER_SUPPLY is not set
16038 +# CONFIG_HWMON is not set
16039 +CONFIG_THERMAL=y
16040 +# CONFIG_WATCHDOG is not set
16041 +
16042 +#
16043 +# Sonics Silicon Backplane
16044 +#
16045 +CONFIG_SSB_POSSIBLE=y
16046 +# CONFIG_SSB is not set
16047 +
16048 +#
16049 +# Multifunction device drivers
16050 +#
16051 +# CONFIG_MFD_SM501 is not set
16052 +
16053 +#
16054 +# Multimedia devices
16055 +#
16056 +# CONFIG_VIDEO_DEV is not set
16057 +# CONFIG_DVB_CORE is not set
16058 +# CONFIG_DAB is not set
16059 +
16060 +#
16061 +# Graphics support
16062 +#
16063 +# CONFIG_AGP is not set
16064 +# CONFIG_DRM is not set
16065 +# CONFIG_VGASTATE is not set
16066 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
16067 +# CONFIG_FB is not set
16068 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
16069 +
16070 +#
16071 +# Display device support
16072 +#
16073 +# CONFIG_DISPLAY_SUPPORT is not set
16074 +
16075 +#
16076 +# Sound
16077 +#
16078 +# CONFIG_SOUND is not set
16079 +CONFIG_USB_SUPPORT=y
16080 +CONFIG_USB_ARCH_HAS_HCD=y
16081 +CONFIG_USB_ARCH_HAS_OHCI=y
16082 +CONFIG_USB_ARCH_HAS_EHCI=y
16083 +# CONFIG_USB is not set
16084 +
16085 +#
16086 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
16087 +#
16088 +# CONFIG_USB_GADGET is not set
16089 +# CONFIG_MMC is not set
16090 +# CONFIG_MEMSTICK is not set
16091 +# CONFIG_NEW_LEDS is not set
16092 +# CONFIG_INFINIBAND is not set
16093 +# CONFIG_EDAC is not set
16094 +# CONFIG_RTC_CLASS is not set
16095 +
16096 +#
16097 +# Userspace I/O
16098 +#
16099 +# CONFIG_UIO is not set
16100 +
16101 +#
16102 +# File systems
16103 +#
16104 +CONFIG_EXT2_FS=y
16105 +# CONFIG_EXT2_FS_XATTR is not set
16106 +# CONFIG_EXT2_FS_XIP is not set
16107 +# CONFIG_EXT3_FS is not set
16108 +# CONFIG_EXT4DEV_FS is not set
16109 +# CONFIG_REISERFS_FS is not set
16110 +# CONFIG_JFS_FS is not set
16111 +# CONFIG_FS_POSIX_ACL is not set
16112 +# CONFIG_XFS_FS is not set
16113 +# CONFIG_GFS2_FS is not set
16114 +# CONFIG_OCFS2_FS is not set
16115 +CONFIG_DNOTIFY=y
16116 +CONFIG_INOTIFY=y
16117 +CONFIG_INOTIFY_USER=y
16118 +# CONFIG_QUOTA is not set
16119 +# CONFIG_AUTOFS_FS is not set
16120 +# CONFIG_AUTOFS4_FS is not set
16121 +# CONFIG_FUSE_FS is not set
16122 +
16123 +#
16124 +# CD-ROM/DVD Filesystems
16125 +#
16126 +# CONFIG_ISO9660_FS is not set
16127 +# CONFIG_UDF_FS is not set
16128 +
16129 +#
16130 +# DOS/FAT/NT Filesystems
16131 +#
16132 +# CONFIG_MSDOS_FS is not set
16133 +# CONFIG_VFAT_FS is not set
16134 +# CONFIG_NTFS_FS is not set
16135 +
16136 +#
16137 +# Pseudo filesystems
16138 +#
16139 +CONFIG_PROC_FS=y
16140 +CONFIG_PROC_KCORE=y
16141 +CONFIG_PROC_SYSCTL=y
16142 +CONFIG_SYSFS=y
16143 +CONFIG_TMPFS=y
16144 +# CONFIG_TMPFS_POSIX_ACL is not set
16145 +# CONFIG_HUGETLB_PAGE is not set
16146 +# CONFIG_CONFIGFS_FS is not set
16147 +
16148 +#
16149 +# Miscellaneous filesystems
16150 +#
16151 +# CONFIG_ADFS_FS is not set
16152 +# CONFIG_AFFS_FS is not set
16153 +# CONFIG_HFS_FS is not set
16154 +# CONFIG_HFSPLUS_FS is not set
16155 +# CONFIG_BEFS_FS is not set
16156 +# CONFIG_BFS_FS is not set
16157 +# CONFIG_EFS_FS is not set
16158 +CONFIG_JFFS2_FS=y
16159 +CONFIG_JFFS2_FS_DEBUG=0
16160 +CONFIG_JFFS2_FS_WRITEBUFFER=y
16161 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
16162 +# CONFIG_JFFS2_SUMMARY is not set
16163 +# CONFIG_JFFS2_FS_XATTR is not set
16164 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
16165 +CONFIG_JFFS2_ZLIB=y
16166 +# CONFIG_JFFS2_LZO is not set
16167 +CONFIG_JFFS2_RTIME=y
16168 +# CONFIG_JFFS2_RUBIN is not set
16169 +CONFIG_CRAMFS=y
16170 +# CONFIG_VXFS_FS is not set
16171 +# CONFIG_MINIX_FS is not set
16172 +# CONFIG_HPFS_FS is not set
16173 +# CONFIG_QNX4FS_FS is not set
16174 +# CONFIG_ROMFS_FS is not set
16175 +# CONFIG_SYSV_FS is not set
16176 +# CONFIG_UFS_FS is not set
16177 +CONFIG_NETWORK_FILESYSTEMS=y
16178 +CONFIG_NFS_FS=y
16179 +CONFIG_NFS_V3=y
16180 +# CONFIG_NFS_V3_ACL is not set
16181 +# CONFIG_NFS_V4 is not set
16182 +# CONFIG_NFS_DIRECTIO is not set
16183 +# CONFIG_NFSD is not set
16184 +CONFIG_ROOT_NFS=y
16185 +CONFIG_LOCKD=y
16186 +CONFIG_LOCKD_V4=y
16187 +CONFIG_NFS_COMMON=y
16188 +CONFIG_SUNRPC=y
16189 +# CONFIG_SUNRPC_BIND34 is not set
16190 +# CONFIG_RPCSEC_GSS_KRB5 is not set
16191 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
16192 +# CONFIG_SMB_FS is not set
16193 +# CONFIG_CIFS is not set
16194 +# CONFIG_NCP_FS is not set
16195 +# CONFIG_CODA_FS is not set
16196 +# CONFIG_AFS_FS is not set
16197 +
16198 +#
16199 +# Partition Types
16200 +#
16201 +# CONFIG_PARTITION_ADVANCED is not set
16202 +CONFIG_MSDOS_PARTITION=y
16203 +# CONFIG_NLS is not set
16204 +# CONFIG_DLM is not set
16205 +
16206 +#
16207 +# Library routines
16208 +#
16209 +CONFIG_BITREVERSE=y
16210 +# CONFIG_CRC_CCITT is not set
16211 +# CONFIG_CRC16 is not set
16212 +# CONFIG_CRC_ITU_T is not set
16213 +CONFIG_CRC32=y
16214 +# CONFIG_CRC7 is not set
16215 +# CONFIG_LIBCRC32C is not set
16216 +CONFIG_ZLIB_INFLATE=y
16217 +CONFIG_ZLIB_DEFLATE=y
16218 +CONFIG_PLIST=y
16219 +CONFIG_HAS_IOMEM=y
16220 +CONFIG_HAS_IOPORT=y
16221 +CONFIG_HAS_DMA=y
16222 +
16223 +#
16224 +# Kernel hacking
16225 +#
16226 +# CONFIG_PRINTK_TIME is not set
16227 +CONFIG_ENABLE_WARN_DEPRECATED=y
16228 +CONFIG_ENABLE_MUST_CHECK=y
16229 +CONFIG_MAGIC_SYSRQ=y
16230 +# CONFIG_UNUSED_SYMBOLS is not set
16231 +CONFIG_DEBUG_FS=y
16232 +# CONFIG_HEADERS_CHECK is not set
16233 +CONFIG_DEBUG_KERNEL=y
16234 +# CONFIG_DEBUG_SHIRQ is not set
16235 +CONFIG_DETECT_SOFTLOCKUP=y
16236 +CONFIG_SCHED_DEBUG=y
16237 +# CONFIG_SCHEDSTATS is not set
16238 +# CONFIG_TIMER_STATS is not set
16239 +# CONFIG_SLUB_DEBUG_ON is not set
16240 +# CONFIG_SLUB_STATS is not set
16241 +# CONFIG_DEBUG_RT_MUTEXES is not set
16242 +# CONFIG_RT_MUTEX_TESTER is not set
16243 +# CONFIG_DEBUG_SPINLOCK is not set
16244 +# CONFIG_DEBUG_MUTEXES is not set
16245 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
16246 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
16247 +# CONFIG_DEBUG_KOBJECT is not set
16248 +CONFIG_DEBUG_BUGVERBOSE=y
16249 +# CONFIG_DEBUG_INFO is not set
16250 +# CONFIG_DEBUG_VM is not set
16251 +# CONFIG_DEBUG_LIST is not set
16252 +# CONFIG_DEBUG_SG is not set
16253 +# CONFIG_BOOT_PRINTK_DELAY is not set
16254 +# CONFIG_RCU_TORTURE_TEST is not set
16255 +# CONFIG_BACKTRACE_SELF_TEST is not set
16256 +# CONFIG_FAULT_INJECTION is not set
16257 +# CONFIG_SAMPLES is not set
16258 +# CONFIG_DEBUG_STACKOVERFLOW is not set
16259 +# CONFIG_DEBUG_STACK_USAGE is not set
16260 +# CONFIG_DEBUG_PAGEALLOC is not set
16261 +# CONFIG_DEBUGGER is not set
16262 +# CONFIG_VIRQ_DEBUG is not set
16263 +# CONFIG_BDI_SWITCH is not set
16264 +# CONFIG_PPC_EARLY_DEBUG is not set
16265 +
16266 +#
16267 +# Security options
16268 +#
16269 +# CONFIG_KEYS is not set
16270 +# CONFIG_SECURITY is not set
16271 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
16272 +CONFIG_CRYPTO=y
16273 +CONFIG_CRYPTO_ALGAPI=y
16274 +CONFIG_CRYPTO_BLKCIPHER=y
16275 +# CONFIG_CRYPTO_SEQIV is not set
16276 +CONFIG_CRYPTO_MANAGER=y
16277 +# CONFIG_CRYPTO_HMAC is not set
16278 +# CONFIG_CRYPTO_XCBC is not set
16279 +# CONFIG_CRYPTO_NULL is not set
16280 +# CONFIG_CRYPTO_MD4 is not set
16281 +CONFIG_CRYPTO_MD5=y
16282 +# CONFIG_CRYPTO_SHA1 is not set
16283 +# CONFIG_CRYPTO_SHA256 is not set
16284 +# CONFIG_CRYPTO_SHA512 is not set
16285 +# CONFIG_CRYPTO_WP512 is not set
16286 +# CONFIG_CRYPTO_TGR192 is not set
16287 +# CONFIG_CRYPTO_GF128MUL is not set
16288 +CONFIG_CRYPTO_ECB=y
16289 +CONFIG_CRYPTO_CBC=y
16290 +CONFIG_CRYPTO_PCBC=y
16291 +# CONFIG_CRYPTO_LRW is not set
16292 +# CONFIG_CRYPTO_XTS is not set
16293 +# CONFIG_CRYPTO_CTR is not set
16294 +# CONFIG_CRYPTO_GCM is not set
16295 +# CONFIG_CRYPTO_CCM is not set
16296 +# CONFIG_CRYPTO_CRYPTD is not set
16297 +CONFIG_CRYPTO_DES=y
16298 +# CONFIG_CRYPTO_FCRYPT is not set
16299 +# CONFIG_CRYPTO_BLOWFISH is not set
16300 +# CONFIG_CRYPTO_TWOFISH is not set
16301 +# CONFIG_CRYPTO_SERPENT is not set
16302 +# CONFIG_CRYPTO_AES is not set
16303 +# CONFIG_CRYPTO_CAST5 is not set
16304 +# CONFIG_CRYPTO_CAST6 is not set
16305 +# CONFIG_CRYPTO_TEA is not set
16306 +# CONFIG_CRYPTO_ARC4 is not set
16307 +# CONFIG_CRYPTO_KHAZAD is not set
16308 +# CONFIG_CRYPTO_ANUBIS is not set
16309 +# CONFIG_CRYPTO_SEED is not set
16310 +# CONFIG_CRYPTO_SALSA20 is not set
16311 +# CONFIG_CRYPTO_DEFLATE is not set
16312 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
16313 +# CONFIG_CRYPTO_CRC32C is not set
16314 +# CONFIG_CRYPTO_CAMELLIA is not set
16315 +# CONFIG_CRYPTO_TEST is not set
16316 +# CONFIG_CRYPTO_AUTHENC is not set
16317 +# CONFIG_CRYPTO_LZO is not set
16318 +# CONFIG_CRYPTO_HW is not set
16319 +# CONFIG_PPC_CLOCK is not set
16320 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/katmai_defconfig powerpc.git/arch/powerpc/configs/44x/katmai_defconfig
16321 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/katmai_defconfig 1970-01-01 01:00:00.000000000 +0100
16322 +++ powerpc.git/arch/powerpc/configs/44x/katmai_defconfig 2008-04-19 16:40:52.000000000 +0200
16323 @@ -0,0 +1,790 @@
16324 +#
16325 +# Automatically generated make config: don't edit
16326 +# Linux kernel version: 2.6.24-rc6
16327 +# Mon Dec 24 11:17:43 2007
16328 +#
16329 +# CONFIG_PPC64 is not set
16330 +
16331 +#
16332 +# Processor support
16333 +#
16334 +# CONFIG_6xx is not set
16335 +# CONFIG_PPC_85xx is not set
16336 +# CONFIG_PPC_8xx is not set
16337 +# CONFIG_40x is not set
16338 +CONFIG_44x=y
16339 +# CONFIG_E200 is not set
16340 +CONFIG_4xx=y
16341 +CONFIG_BOOKE=y
16342 +CONFIG_PTE_64BIT=y
16343 +CONFIG_PHYS_64BIT=y
16344 +# CONFIG_PPC_MM_SLICES is not set
16345 +CONFIG_NOT_COHERENT_CACHE=y
16346 +CONFIG_PPC32=y
16347 +CONFIG_WORD_SIZE=32
16348 +CONFIG_PPC_MERGE=y
16349 +CONFIG_MMU=y
16350 +CONFIG_GENERIC_CMOS_UPDATE=y
16351 +CONFIG_GENERIC_TIME=y
16352 +CONFIG_GENERIC_TIME_VSYSCALL=y
16353 +CONFIG_GENERIC_CLOCKEVENTS=y
16354 +CONFIG_GENERIC_HARDIRQS=y
16355 +CONFIG_IRQ_PER_CPU=y
16356 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
16357 +CONFIG_ARCH_HAS_ILOG2_U32=y
16358 +CONFIG_GENERIC_HWEIGHT=y
16359 +CONFIG_GENERIC_CALIBRATE_DELAY=y
16360 +CONFIG_GENERIC_FIND_NEXT_BIT=y
16361 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
16362 +CONFIG_PPC=y
16363 +CONFIG_EARLY_PRINTK=y
16364 +CONFIG_GENERIC_NVRAM=y
16365 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
16366 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
16367 +CONFIG_PPC_OF=y
16368 +CONFIG_OF=y
16369 +CONFIG_PPC_UDBG_16550=y
16370 +# CONFIG_GENERIC_TBSYNC is not set
16371 +CONFIG_AUDIT_ARCH=y
16372 +CONFIG_GENERIC_BUG=y
16373 +# CONFIG_DEFAULT_UIMAGE is not set
16374 +CONFIG_PPC_DCR_NATIVE=y
16375 +# CONFIG_PPC_DCR_MMIO is not set
16376 +CONFIG_PPC_DCR=y
16377 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
16378 +
16379 +#
16380 +# General setup
16381 +#
16382 +CONFIG_EXPERIMENTAL=y
16383 +CONFIG_BROKEN_ON_SMP=y
16384 +CONFIG_INIT_ENV_ARG_LIMIT=32
16385 +CONFIG_LOCALVERSION=""
16386 +CONFIG_LOCALVERSION_AUTO=y
16387 +CONFIG_SWAP=y
16388 +CONFIG_SYSVIPC=y
16389 +CONFIG_SYSVIPC_SYSCTL=y
16390 +CONFIG_POSIX_MQUEUE=y
16391 +# CONFIG_BSD_PROCESS_ACCT is not set
16392 +# CONFIG_TASKSTATS is not set
16393 +# CONFIG_USER_NS is not set
16394 +# CONFIG_PID_NS is not set
16395 +# CONFIG_AUDIT is not set
16396 +# CONFIG_IKCONFIG is not set
16397 +CONFIG_LOG_BUF_SHIFT=14
16398 +# CONFIG_CGROUPS is not set
16399 +CONFIG_FAIR_GROUP_SCHED=y
16400 +CONFIG_FAIR_USER_SCHED=y
16401 +# CONFIG_FAIR_CGROUP_SCHED is not set
16402 +CONFIG_SYSFS_DEPRECATED=y
16403 +# CONFIG_RELAY is not set
16404 +CONFIG_BLK_DEV_INITRD=y
16405 +CONFIG_INITRAMFS_SOURCE=""
16406 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
16407 +CONFIG_SYSCTL=y
16408 +CONFIG_EMBEDDED=y
16409 +CONFIG_SYSCTL_SYSCALL=y
16410 +CONFIG_KALLSYMS=y
16411 +# CONFIG_KALLSYMS_ALL is not set
16412 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
16413 +CONFIG_HOTPLUG=y
16414 +CONFIG_PRINTK=y
16415 +CONFIG_BUG=y
16416 +CONFIG_ELF_CORE=y
16417 +CONFIG_BASE_FULL=y
16418 +CONFIG_FUTEX=y
16419 +CONFIG_ANON_INODES=y
16420 +CONFIG_EPOLL=y
16421 +CONFIG_SIGNALFD=y
16422 +CONFIG_EVENTFD=y
16423 +CONFIG_SHMEM=y
16424 +CONFIG_VM_EVENT_COUNTERS=y
16425 +CONFIG_SLUB_DEBUG=y
16426 +# CONFIG_SLAB is not set
16427 +CONFIG_SLUB=y
16428 +# CONFIG_SLOB is not set
16429 +CONFIG_RT_MUTEXES=y
16430 +# CONFIG_TINY_SHMEM is not set
16431 +CONFIG_BASE_SMALL=0
16432 +CONFIG_MODULES=y
16433 +CONFIG_MODULE_UNLOAD=y
16434 +# CONFIG_MODULE_FORCE_UNLOAD is not set
16435 +# CONFIG_MODVERSIONS is not set
16436 +# CONFIG_MODULE_SRCVERSION_ALL is not set
16437 +CONFIG_KMOD=y
16438 +CONFIG_BLOCK=y
16439 +CONFIG_LBD=y
16440 +# CONFIG_BLK_DEV_IO_TRACE is not set
16441 +# CONFIG_LSF is not set
16442 +# CONFIG_BLK_DEV_BSG is not set
16443 +
16444 +#
16445 +# IO Schedulers
16446 +#
16447 +CONFIG_IOSCHED_NOOP=y
16448 +CONFIG_IOSCHED_AS=y
16449 +CONFIG_IOSCHED_DEADLINE=y
16450 +CONFIG_IOSCHED_CFQ=y
16451 +CONFIG_DEFAULT_AS=y
16452 +# CONFIG_DEFAULT_DEADLINE is not set
16453 +# CONFIG_DEFAULT_CFQ is not set
16454 +# CONFIG_DEFAULT_NOOP is not set
16455 +CONFIG_DEFAULT_IOSCHED="anticipatory"
16456 +CONFIG_PPC4xx_PCI_EXPRESS=y
16457 +
16458 +#
16459 +# Platform support
16460 +#
16461 +# CONFIG_PPC_MPC52xx is not set
16462 +# CONFIG_PPC_MPC5200 is not set
16463 +# CONFIG_PPC_CELL is not set
16464 +# CONFIG_PPC_CELL_NATIVE is not set
16465 +# CONFIG_PQ2ADS is not set
16466 +# CONFIG_BAMBOO is not set
16467 +# CONFIG_EBONY is not set
16468 +# CONFIG_SEQUOIA is not set
16469 +# CONFIG_TAISHAN is not set
16470 +CONFIG_KATMAI=y
16471 +# CONFIG_RAINIER is not set
16472 +CONFIG_440SPe=y
16473 +# CONFIG_MPIC is not set
16474 +# CONFIG_MPIC_WEIRD is not set
16475 +# CONFIG_PPC_I8259 is not set
16476 +# CONFIG_PPC_RTAS is not set
16477 +# CONFIG_MMIO_NVRAM is not set
16478 +# CONFIG_PPC_MPC106 is not set
16479 +# CONFIG_PPC_970_NAP is not set
16480 +# CONFIG_PPC_INDIRECT_IO is not set
16481 +# CONFIG_GENERIC_IOMAP is not set
16482 +# CONFIG_CPU_FREQ is not set
16483 +# CONFIG_CPM2 is not set
16484 +# CONFIG_FSL_ULI1575 is not set
16485 +
16486 +#
16487 +# Kernel options
16488 +#
16489 +# CONFIG_HIGHMEM is not set
16490 +# CONFIG_TICK_ONESHOT is not set
16491 +# CONFIG_NO_HZ is not set
16492 +# CONFIG_HIGH_RES_TIMERS is not set
16493 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
16494 +# CONFIG_HZ_100 is not set
16495 +CONFIG_HZ_250=y
16496 +# CONFIG_HZ_300 is not set
16497 +# CONFIG_HZ_1000 is not set
16498 +CONFIG_HZ=250
16499 +CONFIG_PREEMPT_NONE=y
16500 +# CONFIG_PREEMPT_VOLUNTARY is not set
16501 +# CONFIG_PREEMPT is not set
16502 +CONFIG_BINFMT_ELF=y
16503 +# CONFIG_BINFMT_MISC is not set
16504 +# CONFIG_MATH_EMULATION is not set
16505 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
16506 +CONFIG_ARCH_FLATMEM_ENABLE=y
16507 +CONFIG_ARCH_POPULATES_NODE_MAP=y
16508 +CONFIG_SELECT_MEMORY_MODEL=y
16509 +CONFIG_FLATMEM_MANUAL=y
16510 +# CONFIG_DISCONTIGMEM_MANUAL is not set
16511 +# CONFIG_SPARSEMEM_MANUAL is not set
16512 +CONFIG_FLATMEM=y
16513 +CONFIG_FLAT_NODE_MEM_MAP=y
16514 +# CONFIG_SPARSEMEM_STATIC is not set
16515 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
16516 +CONFIG_SPLIT_PTLOCK_CPUS=4
16517 +CONFIG_RESOURCES_64BIT=y
16518 +CONFIG_ZONE_DMA_FLAG=1
16519 +CONFIG_BOUNCE=y
16520 +CONFIG_VIRT_TO_BUS=y
16521 +CONFIG_PROC_DEVICETREE=y
16522 +CONFIG_CMDLINE_BOOL=y
16523 +CONFIG_CMDLINE=""
16524 +CONFIG_SECCOMP=y
16525 +CONFIG_WANT_DEVICE_TREE=y
16526 +CONFIG_DEVICE_TREE="katmai.dts"
16527 +CONFIG_ISA_DMA_API=y
16528 +
16529 +#
16530 +# Bus options
16531 +#
16532 +CONFIG_ZONE_DMA=y
16533 +CONFIG_PPC_INDIRECT_PCI=y
16534 +CONFIG_PCI=y
16535 +CONFIG_PCI_DOMAINS=y
16536 +CONFIG_PCI_SYSCALL=y
16537 +# CONFIG_PCIEPORTBUS is not set
16538 +CONFIG_ARCH_SUPPORTS_MSI=y
16539 +# CONFIG_PCI_MSI is not set
16540 +CONFIG_PCI_LEGACY=y
16541 +# CONFIG_PCI_DEBUG is not set
16542 +# CONFIG_PCCARD is not set
16543 +# CONFIG_HOTPLUG_PCI is not set
16544 +
16545 +#
16546 +# Advanced setup
16547 +#
16548 +# CONFIG_ADVANCED_OPTIONS is not set
16549 +
16550 +#
16551 +# Default settings for advanced configuration options are used
16552 +#
16553 +CONFIG_HIGHMEM_START=0xfe000000
16554 +CONFIG_LOWMEM_SIZE=0x30000000
16555 +CONFIG_KERNEL_START=0xc0000000
16556 +CONFIG_TASK_SIZE=0xc0000000
16557 +CONFIG_CONSISTENT_START=0xff100000
16558 +CONFIG_CONSISTENT_SIZE=0x00200000
16559 +CONFIG_BOOT_LOAD=0x01000000
16560 +
16561 +#
16562 +# Networking
16563 +#
16564 +CONFIG_NET=y
16565 +
16566 +#
16567 +# Networking options
16568 +#
16569 +CONFIG_PACKET=y
16570 +# CONFIG_PACKET_MMAP is not set
16571 +CONFIG_UNIX=y
16572 +# CONFIG_NET_KEY is not set
16573 +CONFIG_INET=y
16574 +# CONFIG_IP_MULTICAST is not set
16575 +# CONFIG_IP_ADVANCED_ROUTER is not set
16576 +CONFIG_IP_FIB_HASH=y
16577 +CONFIG_IP_PNP=y
16578 +CONFIG_IP_PNP_DHCP=y
16579 +CONFIG_IP_PNP_BOOTP=y
16580 +# CONFIG_IP_PNP_RARP is not set
16581 +# CONFIG_NET_IPIP is not set
16582 +# CONFIG_NET_IPGRE is not set
16583 +# CONFIG_ARPD is not set
16584 +# CONFIG_SYN_COOKIES is not set
16585 +# CONFIG_INET_AH is not set
16586 +# CONFIG_INET_ESP is not set
16587 +# CONFIG_INET_IPCOMP is not set
16588 +# CONFIG_INET_XFRM_TUNNEL is not set
16589 +# CONFIG_INET_TUNNEL is not set
16590 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
16591 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
16592 +# CONFIG_INET_XFRM_MODE_BEET is not set
16593 +# CONFIG_INET_LRO is not set
16594 +CONFIG_INET_DIAG=y
16595 +CONFIG_INET_TCP_DIAG=y
16596 +# CONFIG_TCP_CONG_ADVANCED is not set
16597 +CONFIG_TCP_CONG_CUBIC=y
16598 +CONFIG_DEFAULT_TCP_CONG="cubic"
16599 +# CONFIG_TCP_MD5SIG is not set
16600 +# CONFIG_IPV6 is not set
16601 +# CONFIG_INET6_XFRM_TUNNEL is not set
16602 +# CONFIG_INET6_TUNNEL is not set
16603 +# CONFIG_NETWORK_SECMARK is not set
16604 +# CONFIG_NETFILTER is not set
16605 +# CONFIG_IP_DCCP is not set
16606 +# CONFIG_IP_SCTP is not set
16607 +# CONFIG_TIPC is not set
16608 +# CONFIG_ATM is not set
16609 +# CONFIG_BRIDGE is not set
16610 +# CONFIG_VLAN_8021Q is not set
16611 +# CONFIG_DECNET is not set
16612 +# CONFIG_LLC2 is not set
16613 +# CONFIG_IPX is not set
16614 +# CONFIG_ATALK is not set
16615 +# CONFIG_X25 is not set
16616 +# CONFIG_LAPB is not set
16617 +# CONFIG_ECONET is not set
16618 +# CONFIG_WAN_ROUTER is not set
16619 +# CONFIG_NET_SCHED is not set
16620 +
16621 +#
16622 +# Network testing
16623 +#
16624 +# CONFIG_NET_PKTGEN is not set
16625 +# CONFIG_HAMRADIO is not set
16626 +# CONFIG_IRDA is not set
16627 +# CONFIG_BT is not set
16628 +# CONFIG_AF_RXRPC is not set
16629 +
16630 +#
16631 +# Wireless
16632 +#
16633 +# CONFIG_CFG80211 is not set
16634 +# CONFIG_WIRELESS_EXT is not set
16635 +# CONFIG_MAC80211 is not set
16636 +# CONFIG_IEEE80211 is not set
16637 +# CONFIG_RFKILL is not set
16638 +# CONFIG_NET_9P is not set
16639 +
16640 +#
16641 +# Device Drivers
16642 +#
16643 +
16644 +#
16645 +# Generic Driver Options
16646 +#
16647 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
16648 +CONFIG_STANDALONE=y
16649 +CONFIG_PREVENT_FIRMWARE_BUILD=y
16650 +CONFIG_FW_LOADER=y
16651 +# CONFIG_DEBUG_DRIVER is not set
16652 +# CONFIG_DEBUG_DEVRES is not set
16653 +# CONFIG_SYS_HYPERVISOR is not set
16654 +CONFIG_CONNECTOR=y
16655 +CONFIG_PROC_EVENTS=y
16656 +# CONFIG_MTD is not set
16657 +CONFIG_OF_DEVICE=y
16658 +# CONFIG_PARPORT is not set
16659 +CONFIG_BLK_DEV=y
16660 +# CONFIG_BLK_DEV_FD is not set
16661 +# CONFIG_BLK_CPQ_DA is not set
16662 +# CONFIG_BLK_CPQ_CISS_DA is not set
16663 +# CONFIG_BLK_DEV_DAC960 is not set
16664 +# CONFIG_BLK_DEV_UMEM is not set
16665 +# CONFIG_BLK_DEV_COW_COMMON is not set
16666 +# CONFIG_BLK_DEV_LOOP is not set
16667 +# CONFIG_BLK_DEV_NBD is not set
16668 +# CONFIG_BLK_DEV_SX8 is not set
16669 +CONFIG_BLK_DEV_RAM=y
16670 +CONFIG_BLK_DEV_RAM_COUNT=16
16671 +CONFIG_BLK_DEV_RAM_SIZE=35000
16672 +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
16673 +# CONFIG_CDROM_PKTCDVD is not set
16674 +# CONFIG_ATA_OVER_ETH is not set
16675 +# CONFIG_XILINX_SYSACE is not set
16676 +CONFIG_MISC_DEVICES=y
16677 +# CONFIG_PHANTOM is not set
16678 +# CONFIG_EEPROM_93CX6 is not set
16679 +# CONFIG_SGI_IOC4 is not set
16680 +# CONFIG_TIFM_CORE is not set
16681 +# CONFIG_IDE is not set
16682 +
16683 +#
16684 +# SCSI device support
16685 +#
16686 +# CONFIG_RAID_ATTRS is not set
16687 +# CONFIG_SCSI is not set
16688 +# CONFIG_SCSI_DMA is not set
16689 +# CONFIG_SCSI_NETLINK is not set
16690 +# CONFIG_ATA is not set
16691 +# CONFIG_MD is not set
16692 +# CONFIG_FUSION is not set
16693 +
16694 +#
16695 +# IEEE 1394 (FireWire) support
16696 +#
16697 +# CONFIG_FIREWIRE is not set
16698 +# CONFIG_IEEE1394 is not set
16699 +# CONFIG_I2O is not set
16700 +CONFIG_MACINTOSH_DRIVERS=y
16701 +# CONFIG_MAC_EMUMOUSEBTN is not set
16702 +# CONFIG_WINDFARM is not set
16703 +CONFIG_NETDEVICES=y
16704 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
16705 +# CONFIG_DUMMY is not set
16706 +# CONFIG_BONDING is not set
16707 +# CONFIG_MACVLAN is not set
16708 +# CONFIG_EQUALIZER is not set
16709 +# CONFIG_TUN is not set
16710 +# CONFIG_VETH is not set
16711 +# CONFIG_IP1000 is not set
16712 +# CONFIG_ARCNET is not set
16713 +# CONFIG_PHYLIB is not set
16714 +CONFIG_NET_ETHERNET=y
16715 +# CONFIG_MII is not set
16716 +# CONFIG_HAPPYMEAL is not set
16717 +# CONFIG_SUNGEM is not set
16718 +# CONFIG_CASSINI is not set
16719 +# CONFIG_NET_VENDOR_3COM is not set
16720 +# CONFIG_NET_TULIP is not set
16721 +# CONFIG_HP100 is not set
16722 +CONFIG_IBM_NEW_EMAC=y
16723 +CONFIG_IBM_NEW_EMAC_RXB=128
16724 +CONFIG_IBM_NEW_EMAC_TXB=64
16725 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
16726 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
16727 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
16728 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
16729 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
16730 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
16731 +# CONFIG_IBM_NEW_EMAC_TAH is not set
16732 +CONFIG_IBM_NEW_EMAC_EMAC4=y
16733 +# CONFIG_NET_PCI is not set
16734 +# CONFIG_B44 is not set
16735 +CONFIG_NETDEV_1000=y
16736 +# CONFIG_ACENIC is not set
16737 +# CONFIG_DL2K is not set
16738 +# CONFIG_E1000 is not set
16739 +# CONFIG_E1000E is not set
16740 +# CONFIG_NS83820 is not set
16741 +# CONFIG_HAMACHI is not set
16742 +# CONFIG_YELLOWFIN is not set
16743 +# CONFIG_R8169 is not set
16744 +# CONFIG_SIS190 is not set
16745 +# CONFIG_SKGE is not set
16746 +# CONFIG_SKY2 is not set
16747 +# CONFIG_SK98LIN is not set
16748 +# CONFIG_VIA_VELOCITY is not set
16749 +# CONFIG_TIGON3 is not set
16750 +# CONFIG_BNX2 is not set
16751 +# CONFIG_QLA3XXX is not set
16752 +# CONFIG_ATL1 is not set
16753 +CONFIG_NETDEV_10000=y
16754 +# CONFIG_CHELSIO_T1 is not set
16755 +# CONFIG_CHELSIO_T3 is not set
16756 +# CONFIG_IXGBE is not set
16757 +# CONFIG_IXGB is not set
16758 +# CONFIG_S2IO is not set
16759 +# CONFIG_MYRI10GE is not set
16760 +# CONFIG_NETXEN_NIC is not set
16761 +# CONFIG_NIU is not set
16762 +# CONFIG_MLX4_CORE is not set
16763 +# CONFIG_TEHUTI is not set
16764 +# CONFIG_TR is not set
16765 +
16766 +#
16767 +# Wireless LAN
16768 +#
16769 +# CONFIG_WLAN_PRE80211 is not set
16770 +# CONFIG_WLAN_80211 is not set
16771 +# CONFIG_WAN is not set
16772 +# CONFIG_FDDI is not set
16773 +# CONFIG_HIPPI is not set
16774 +# CONFIG_PPP is not set
16775 +# CONFIG_SLIP is not set
16776 +# CONFIG_SHAPER is not set
16777 +# CONFIG_NETCONSOLE is not set
16778 +# CONFIG_NETPOLL is not set
16779 +# CONFIG_NET_POLL_CONTROLLER is not set
16780 +# CONFIG_ISDN is not set
16781 +# CONFIG_PHONE is not set
16782 +
16783 +#
16784 +# Input device support
16785 +#
16786 +# CONFIG_INPUT is not set
16787 +
16788 +#
16789 +# Hardware I/O ports
16790 +#
16791 +# CONFIG_SERIO is not set
16792 +# CONFIG_GAMEPORT is not set
16793 +
16794 +#
16795 +# Character devices
16796 +#
16797 +# CONFIG_VT is not set
16798 +# CONFIG_SERIAL_NONSTANDARD is not set
16799 +
16800 +#
16801 +# Serial drivers
16802 +#
16803 +CONFIG_SERIAL_8250=y
16804 +CONFIG_SERIAL_8250_CONSOLE=y
16805 +# CONFIG_SERIAL_8250_PCI is not set
16806 +CONFIG_SERIAL_8250_NR_UARTS=4
16807 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
16808 +CONFIG_SERIAL_8250_EXTENDED=y
16809 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
16810 +CONFIG_SERIAL_8250_SHARE_IRQ=y
16811 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
16812 +# CONFIG_SERIAL_8250_RSA is not set
16813 +
16814 +#
16815 +# Non-8250 serial port support
16816 +#
16817 +# CONFIG_SERIAL_UARTLITE is not set
16818 +CONFIG_SERIAL_CORE=y
16819 +CONFIG_SERIAL_CORE_CONSOLE=y
16820 +# CONFIG_SERIAL_JSM is not set
16821 +CONFIG_SERIAL_OF_PLATFORM=y
16822 +CONFIG_UNIX98_PTYS=y
16823 +CONFIG_LEGACY_PTYS=y
16824 +CONFIG_LEGACY_PTY_COUNT=256
16825 +# CONFIG_IPMI_HANDLER is not set
16826 +# CONFIG_HW_RANDOM is not set
16827 +# CONFIG_NVRAM is not set
16828 +# CONFIG_GEN_RTC is not set
16829 +# CONFIG_R3964 is not set
16830 +# CONFIG_APPLICOM is not set
16831 +# CONFIG_RAW_DRIVER is not set
16832 +# CONFIG_TCG_TPM is not set
16833 +CONFIG_DEVPORT=y
16834 +# CONFIG_I2C is not set
16835 +
16836 +#
16837 +# SPI support
16838 +#
16839 +# CONFIG_SPI is not set
16840 +# CONFIG_SPI_MASTER is not set
16841 +# CONFIG_W1 is not set
16842 +# CONFIG_POWER_SUPPLY is not set
16843 +# CONFIG_HWMON is not set
16844 +# CONFIG_WATCHDOG is not set
16845 +
16846 +#
16847 +# Sonics Silicon Backplane
16848 +#
16849 +CONFIG_SSB_POSSIBLE=y
16850 +# CONFIG_SSB is not set
16851 +
16852 +#
16853 +# Multifunction device drivers
16854 +#
16855 +# CONFIG_MFD_SM501 is not set
16856 +
16857 +#
16858 +# Multimedia devices
16859 +#
16860 +# CONFIG_VIDEO_DEV is not set
16861 +# CONFIG_DVB_CORE is not set
16862 +CONFIG_DAB=y
16863 +
16864 +#
16865 +# Graphics support
16866 +#
16867 +# CONFIG_AGP is not set
16868 +# CONFIG_DRM is not set
16869 +# CONFIG_VGASTATE is not set
16870 +CONFIG_VIDEO_OUTPUT_CONTROL=m
16871 +# CONFIG_FB is not set
16872 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
16873 +
16874 +#
16875 +# Display device support
16876 +#
16877 +# CONFIG_DISPLAY_SUPPORT is not set
16878 +
16879 +#
16880 +# Sound
16881 +#
16882 +# CONFIG_SOUND is not set
16883 +CONFIG_USB_SUPPORT=y
16884 +CONFIG_USB_ARCH_HAS_HCD=y
16885 +CONFIG_USB_ARCH_HAS_OHCI=y
16886 +CONFIG_USB_ARCH_HAS_EHCI=y
16887 +# CONFIG_USB is not set
16888 +
16889 +#
16890 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
16891 +#
16892 +
16893 +#
16894 +# USB Gadget Support
16895 +#
16896 +# CONFIG_USB_GADGET is not set
16897 +# CONFIG_MMC is not set
16898 +# CONFIG_NEW_LEDS is not set
16899 +# CONFIG_INFINIBAND is not set
16900 +# CONFIG_EDAC is not set
16901 +# CONFIG_RTC_CLASS is not set
16902 +
16903 +#
16904 +# Userspace I/O
16905 +#
16906 +# CONFIG_UIO is not set
16907 +
16908 +#
16909 +# File systems
16910 +#
16911 +CONFIG_EXT2_FS=y
16912 +# CONFIG_EXT2_FS_XATTR is not set
16913 +# CONFIG_EXT2_FS_XIP is not set
16914 +# CONFIG_EXT3_FS is not set
16915 +# CONFIG_EXT4DEV_FS is not set
16916 +# CONFIG_REISERFS_FS is not set
16917 +# CONFIG_JFS_FS is not set
16918 +# CONFIG_FS_POSIX_ACL is not set
16919 +# CONFIG_XFS_FS is not set
16920 +# CONFIG_GFS2_FS is not set
16921 +# CONFIG_OCFS2_FS is not set
16922 +# CONFIG_MINIX_FS is not set
16923 +# CONFIG_ROMFS_FS is not set
16924 +CONFIG_INOTIFY=y
16925 +CONFIG_INOTIFY_USER=y
16926 +# CONFIG_QUOTA is not set
16927 +CONFIG_DNOTIFY=y
16928 +# CONFIG_AUTOFS_FS is not set
16929 +# CONFIG_AUTOFS4_FS is not set
16930 +# CONFIG_FUSE_FS is not set
16931 +
16932 +#
16933 +# CD-ROM/DVD Filesystems
16934 +#
16935 +# CONFIG_ISO9660_FS is not set
16936 +# CONFIG_UDF_FS is not set
16937 +
16938 +#
16939 +# DOS/FAT/NT Filesystems
16940 +#
16941 +# CONFIG_MSDOS_FS is not set
16942 +# CONFIG_VFAT_FS is not set
16943 +# CONFIG_NTFS_FS is not set
16944 +
16945 +#
16946 +# Pseudo filesystems
16947 +#
16948 +CONFIG_PROC_FS=y
16949 +CONFIG_PROC_KCORE=y
16950 +CONFIG_PROC_SYSCTL=y
16951 +CONFIG_SYSFS=y
16952 +CONFIG_TMPFS=y
16953 +# CONFIG_TMPFS_POSIX_ACL is not set
16954 +# CONFIG_HUGETLB_PAGE is not set
16955 +# CONFIG_CONFIGFS_FS is not set
16956 +
16957 +#
16958 +# Miscellaneous filesystems
16959 +#
16960 +# CONFIG_ADFS_FS is not set
16961 +# CONFIG_AFFS_FS is not set
16962 +# CONFIG_HFS_FS is not set
16963 +# CONFIG_HFSPLUS_FS is not set
16964 +# CONFIG_BEFS_FS is not set
16965 +# CONFIG_BFS_FS is not set
16966 +# CONFIG_EFS_FS is not set
16967 +CONFIG_CRAMFS=y
16968 +# CONFIG_VXFS_FS is not set
16969 +# CONFIG_HPFS_FS is not set
16970 +# CONFIG_QNX4FS_FS is not set
16971 +# CONFIG_SYSV_FS is not set
16972 +# CONFIG_UFS_FS is not set
16973 +CONFIG_NETWORK_FILESYSTEMS=y
16974 +CONFIG_NFS_FS=y
16975 +CONFIG_NFS_V3=y
16976 +# CONFIG_NFS_V3_ACL is not set
16977 +# CONFIG_NFS_V4 is not set
16978 +# CONFIG_NFS_DIRECTIO is not set
16979 +# CONFIG_NFSD is not set
16980 +CONFIG_ROOT_NFS=y
16981 +CONFIG_LOCKD=y
16982 +CONFIG_LOCKD_V4=y
16983 +CONFIG_NFS_COMMON=y
16984 +CONFIG_SUNRPC=y
16985 +# CONFIG_SUNRPC_BIND34 is not set
16986 +# CONFIG_RPCSEC_GSS_KRB5 is not set
16987 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
16988 +# CONFIG_SMB_FS is not set
16989 +# CONFIG_CIFS is not set
16990 +# CONFIG_NCP_FS is not set
16991 +# CONFIG_CODA_FS is not set
16992 +# CONFIG_AFS_FS is not set
16993 +
16994 +#
16995 +# Partition Types
16996 +#
16997 +# CONFIG_PARTITION_ADVANCED is not set
16998 +CONFIG_MSDOS_PARTITION=y
16999 +# CONFIG_NLS is not set
17000 +# CONFIG_DLM is not set
17001 +# CONFIG_UCC_SLOW is not set
17002 +
17003 +#
17004 +# Library routines
17005 +#
17006 +CONFIG_BITREVERSE=y
17007 +# CONFIG_CRC_CCITT is not set
17008 +# CONFIG_CRC16 is not set
17009 +# CONFIG_CRC_ITU_T is not set
17010 +CONFIG_CRC32=y
17011 +# CONFIG_CRC7 is not set
17012 +# CONFIG_LIBCRC32C is not set
17013 +CONFIG_ZLIB_INFLATE=y
17014 +CONFIG_PLIST=y
17015 +CONFIG_HAS_IOMEM=y
17016 +CONFIG_HAS_IOPORT=y
17017 +CONFIG_HAS_DMA=y
17018 +CONFIG_INSTRUMENTATION=y
17019 +# CONFIG_PROFILING is not set
17020 +# CONFIG_KPROBES is not set
17021 +# CONFIG_MARKERS is not set
17022 +
17023 +#
17024 +# Kernel hacking
17025 +#
17026 +# CONFIG_PRINTK_TIME is not set
17027 +CONFIG_ENABLE_WARN_DEPRECATED=y
17028 +CONFIG_ENABLE_MUST_CHECK=y
17029 +CONFIG_MAGIC_SYSRQ=y
17030 +# CONFIG_UNUSED_SYMBOLS is not set
17031 +# CONFIG_DEBUG_FS is not set
17032 +# CONFIG_HEADERS_CHECK is not set
17033 +CONFIG_DEBUG_KERNEL=y
17034 +# CONFIG_DEBUG_SHIRQ is not set
17035 +CONFIG_DETECT_SOFTLOCKUP=y
17036 +CONFIG_SCHED_DEBUG=y
17037 +# CONFIG_SCHEDSTATS is not set
17038 +# CONFIG_TIMER_STATS is not set
17039 +# CONFIG_SLUB_DEBUG_ON is not set
17040 +# CONFIG_DEBUG_RT_MUTEXES is not set
17041 +# CONFIG_RT_MUTEX_TESTER is not set
17042 +# CONFIG_DEBUG_SPINLOCK is not set
17043 +# CONFIG_DEBUG_MUTEXES is not set
17044 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
17045 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
17046 +# CONFIG_DEBUG_KOBJECT is not set
17047 +# CONFIG_DEBUG_BUGVERBOSE is not set
17048 +# CONFIG_DEBUG_INFO is not set
17049 +# CONFIG_DEBUG_VM is not set
17050 +# CONFIG_DEBUG_LIST is not set
17051 +# CONFIG_DEBUG_SG is not set
17052 +CONFIG_FORCED_INLINING=y
17053 +# CONFIG_BOOT_PRINTK_DELAY is not set
17054 +# CONFIG_RCU_TORTURE_TEST is not set
17055 +# CONFIG_FAULT_INJECTION is not set
17056 +# CONFIG_SAMPLES is not set
17057 +# CONFIG_DEBUG_STACKOVERFLOW is not set
17058 +# CONFIG_DEBUG_STACK_USAGE is not set
17059 +# CONFIG_DEBUG_PAGEALLOC is not set
17060 +CONFIG_DEBUGGER=y
17061 +# CONFIG_KGDB is not set
17062 +# CONFIG_XMON is not set
17063 +# CONFIG_BDI_SWITCH is not set
17064 +# CONFIG_PPC_EARLY_DEBUG is not set
17065 +
17066 +#
17067 +# Security options
17068 +#
17069 +# CONFIG_KEYS is not set
17070 +# CONFIG_SECURITY is not set
17071 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
17072 +CONFIG_CRYPTO=y
17073 +CONFIG_CRYPTO_ALGAPI=y
17074 +CONFIG_CRYPTO_BLKCIPHER=y
17075 +CONFIG_CRYPTO_MANAGER=y
17076 +# CONFIG_CRYPTO_HMAC is not set
17077 +# CONFIG_CRYPTO_XCBC is not set
17078 +# CONFIG_CRYPTO_NULL is not set
17079 +# CONFIG_CRYPTO_MD4 is not set
17080 +CONFIG_CRYPTO_MD5=y
17081 +# CONFIG_CRYPTO_SHA1 is not set
17082 +# CONFIG_CRYPTO_SHA256 is not set
17083 +# CONFIG_CRYPTO_SHA512 is not set
17084 +# CONFIG_CRYPTO_WP512 is not set
17085 +# CONFIG_CRYPTO_TGR192 is not set
17086 +# CONFIG_CRYPTO_GF128MUL is not set
17087 +CONFIG_CRYPTO_ECB=y
17088 +CONFIG_CRYPTO_CBC=y
17089 +CONFIG_CRYPTO_PCBC=y
17090 +# CONFIG_CRYPTO_LRW is not set
17091 +# CONFIG_CRYPTO_XTS is not set
17092 +# CONFIG_CRYPTO_CRYPTD is not set
17093 +CONFIG_CRYPTO_DES=y
17094 +# CONFIG_CRYPTO_FCRYPT is not set
17095 +# CONFIG_CRYPTO_BLOWFISH is not set
17096 +# CONFIG_CRYPTO_TWOFISH is not set
17097 +# CONFIG_CRYPTO_SERPENT is not set
17098 +# CONFIG_CRYPTO_AES is not set
17099 +# CONFIG_CRYPTO_CAST5 is not set
17100 +# CONFIG_CRYPTO_CAST6 is not set
17101 +# CONFIG_CRYPTO_TEA is not set
17102 +# CONFIG_CRYPTO_ARC4 is not set
17103 +# CONFIG_CRYPTO_KHAZAD is not set
17104 +# CONFIG_CRYPTO_ANUBIS is not set
17105 +# CONFIG_CRYPTO_SEED is not set
17106 +# CONFIG_CRYPTO_DEFLATE is not set
17107 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
17108 +# CONFIG_CRYPTO_CRC32C is not set
17109 +# CONFIG_CRYPTO_CAMELLIA is not set
17110 +# CONFIG_CRYPTO_TEST is not set
17111 +# CONFIG_CRYPTO_AUTHENC is not set
17112 +CONFIG_CRYPTO_HW=y
17113 +# CONFIG_PPC_CLOCK is not set
17114 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/rainier_defconfig powerpc.git/arch/powerpc/configs/44x/rainier_defconfig
17115 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/rainier_defconfig 1970-01-01 01:00:00.000000000 +0100
17116 +++ powerpc.git/arch/powerpc/configs/44x/rainier_defconfig 2008-04-19 16:40:52.000000000 +0200
17117 @@ -0,0 +1,899 @@
17118 +#
17119 +# Automatically generated make config: don't edit
17120 +# Linux kernel version: 2.6.25-rc2
17121 +# Fri Feb 15 21:53:10 2008
17122 +#
17123 +# CONFIG_PPC64 is not set
17124 +
17125 +#
17126 +# Processor support
17127 +#
17128 +# CONFIG_6xx is not set
17129 +# CONFIG_PPC_85xx is not set
17130 +# CONFIG_PPC_8xx is not set
17131 +# CONFIG_40x is not set
17132 +CONFIG_44x=y
17133 +# CONFIG_E200 is not set
17134 +CONFIG_4xx=y
17135 +CONFIG_BOOKE=y
17136 +CONFIG_PTE_64BIT=y
17137 +CONFIG_PHYS_64BIT=y
17138 +# CONFIG_PPC_MM_SLICES is not set
17139 +CONFIG_NOT_COHERENT_CACHE=y
17140 +CONFIG_PPC32=y
17141 +CONFIG_WORD_SIZE=32
17142 +CONFIG_PPC_MERGE=y
17143 +CONFIG_MMU=y
17144 +CONFIG_GENERIC_CMOS_UPDATE=y
17145 +CONFIG_GENERIC_TIME=y
17146 +CONFIG_GENERIC_TIME_VSYSCALL=y
17147 +CONFIG_GENERIC_CLOCKEVENTS=y
17148 +CONFIG_GENERIC_HARDIRQS=y
17149 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
17150 +CONFIG_IRQ_PER_CPU=y
17151 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
17152 +CONFIG_ARCH_HAS_ILOG2_U32=y
17153 +CONFIG_GENERIC_HWEIGHT=y
17154 +CONFIG_GENERIC_CALIBRATE_DELAY=y
17155 +CONFIG_GENERIC_FIND_NEXT_BIT=y
17156 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
17157 +CONFIG_PPC=y
17158 +CONFIG_EARLY_PRINTK=y
17159 +CONFIG_GENERIC_NVRAM=y
17160 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
17161 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
17162 +CONFIG_PPC_OF=y
17163 +CONFIG_OF=y
17164 +CONFIG_PPC_UDBG_16550=y
17165 +# CONFIG_GENERIC_TBSYNC is not set
17166 +CONFIG_AUDIT_ARCH=y
17167 +CONFIG_GENERIC_BUG=y
17168 +# CONFIG_DEFAULT_UIMAGE is not set
17169 +CONFIG_PPC_DCR_NATIVE=y
17170 +# CONFIG_PPC_DCR_MMIO is not set
17171 +CONFIG_PPC_DCR=y
17172 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
17173 +
17174 +#
17175 +# General setup
17176 +#
17177 +CONFIG_EXPERIMENTAL=y
17178 +CONFIG_BROKEN_ON_SMP=y
17179 +CONFIG_INIT_ENV_ARG_LIMIT=32
17180 +CONFIG_LOCALVERSION=""
17181 +CONFIG_LOCALVERSION_AUTO=y
17182 +CONFIG_SWAP=y
17183 +CONFIG_SYSVIPC=y
17184 +CONFIG_SYSVIPC_SYSCTL=y
17185 +CONFIG_POSIX_MQUEUE=y
17186 +# CONFIG_BSD_PROCESS_ACCT is not set
17187 +# CONFIG_TASKSTATS is not set
17188 +# CONFIG_AUDIT is not set
17189 +# CONFIG_IKCONFIG is not set
17190 +CONFIG_LOG_BUF_SHIFT=14
17191 +# CONFIG_CGROUPS is not set
17192 +CONFIG_GROUP_SCHED=y
17193 +CONFIG_FAIR_GROUP_SCHED=y
17194 +# CONFIG_RT_GROUP_SCHED is not set
17195 +CONFIG_USER_SCHED=y
17196 +# CONFIG_CGROUP_SCHED is not set
17197 +CONFIG_SYSFS_DEPRECATED=y
17198 +# CONFIG_RELAY is not set
17199 +# CONFIG_NAMESPACES is not set
17200 +CONFIG_BLK_DEV_INITRD=y
17201 +CONFIG_INITRAMFS_SOURCE=""
17202 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
17203 +CONFIG_SYSCTL=y
17204 +CONFIG_EMBEDDED=y
17205 +CONFIG_SYSCTL_SYSCALL=y
17206 +CONFIG_KALLSYMS=y
17207 +# CONFIG_KALLSYMS_ALL is not set
17208 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
17209 +CONFIG_HOTPLUG=y
17210 +CONFIG_PRINTK=y
17211 +CONFIG_BUG=y
17212 +CONFIG_ELF_CORE=y
17213 +CONFIG_COMPAT_BRK=y
17214 +CONFIG_BASE_FULL=y
17215 +CONFIG_FUTEX=y
17216 +CONFIG_ANON_INODES=y
17217 +CONFIG_EPOLL=y
17218 +CONFIG_SIGNALFD=y
17219 +CONFIG_TIMERFD=y
17220 +CONFIG_EVENTFD=y
17221 +CONFIG_SHMEM=y
17222 +CONFIG_VM_EVENT_COUNTERS=y
17223 +CONFIG_SLUB_DEBUG=y
17224 +# CONFIG_SLAB is not set
17225 +CONFIG_SLUB=y
17226 +# CONFIG_SLOB is not set
17227 +# CONFIG_PROFILING is not set
17228 +# CONFIG_MARKERS is not set
17229 +CONFIG_HAVE_OPROFILE=y
17230 +# CONFIG_KPROBES is not set
17231 +CONFIG_HAVE_KPROBES=y
17232 +CONFIG_PROC_PAGE_MONITOR=y
17233 +CONFIG_SLABINFO=y
17234 +CONFIG_RT_MUTEXES=y
17235 +# CONFIG_TINY_SHMEM is not set
17236 +CONFIG_BASE_SMALL=0
17237 +CONFIG_MODULES=y
17238 +CONFIG_MODULE_UNLOAD=y
17239 +# CONFIG_MODULE_FORCE_UNLOAD is not set
17240 +# CONFIG_MODVERSIONS is not set
17241 +# CONFIG_MODULE_SRCVERSION_ALL is not set
17242 +CONFIG_KMOD=y
17243 +CONFIG_BLOCK=y
17244 +CONFIG_LBD=y
17245 +# CONFIG_BLK_DEV_IO_TRACE is not set
17246 +# CONFIG_LSF is not set
17247 +# CONFIG_BLK_DEV_BSG is not set
17248 +
17249 +#
17250 +# IO Schedulers
17251 +#
17252 +CONFIG_IOSCHED_NOOP=y
17253 +CONFIG_IOSCHED_AS=y
17254 +CONFIG_IOSCHED_DEADLINE=y
17255 +CONFIG_IOSCHED_CFQ=y
17256 +CONFIG_DEFAULT_AS=y
17257 +# CONFIG_DEFAULT_DEADLINE is not set
17258 +# CONFIG_DEFAULT_CFQ is not set
17259 +# CONFIG_DEFAULT_NOOP is not set
17260 +CONFIG_DEFAULT_IOSCHED="anticipatory"
17261 +CONFIG_CLASSIC_RCU=y
17262 +# CONFIG_PREEMPT_RCU is not set
17263 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
17264 +
17265 +#
17266 +# Platform support
17267 +#
17268 +# CONFIG_PPC_MPC512x is not set
17269 +# CONFIG_PPC_MPC5121 is not set
17270 +# CONFIG_PPC_CELL is not set
17271 +# CONFIG_PPC_CELL_NATIVE is not set
17272 +# CONFIG_PQ2ADS is not set
17273 +# CONFIG_BAMBOO is not set
17274 +# CONFIG_EBONY is not set
17275 +# CONFIG_SEQUOIA is not set
17276 +# CONFIG_TAISHAN is not set
17277 +# CONFIG_KATMAI is not set
17278 +CONFIG_RAINIER=y
17279 +# CONFIG_WARP is not set
17280 +CONFIG_440GRX=y
17281 +# CONFIG_IPIC is not set
17282 +# CONFIG_MPIC is not set
17283 +# CONFIG_MPIC_WEIRD is not set
17284 +# CONFIG_PPC_I8259 is not set
17285 +# CONFIG_PPC_RTAS is not set
17286 +# CONFIG_MMIO_NVRAM is not set
17287 +# CONFIG_PPC_MPC106 is not set
17288 +# CONFIG_PPC_970_NAP is not set
17289 +# CONFIG_PPC_INDIRECT_IO is not set
17290 +# CONFIG_GENERIC_IOMAP is not set
17291 +# CONFIG_CPU_FREQ is not set
17292 +# CONFIG_FSL_ULI1575 is not set
17293 +
17294 +#
17295 +# Kernel options
17296 +#
17297 +# CONFIG_HIGHMEM is not set
17298 +# CONFIG_TICK_ONESHOT is not set
17299 +# CONFIG_NO_HZ is not set
17300 +# CONFIG_HIGH_RES_TIMERS is not set
17301 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
17302 +# CONFIG_HZ_100 is not set
17303 +CONFIG_HZ_250=y
17304 +# CONFIG_HZ_300 is not set
17305 +# CONFIG_HZ_1000 is not set
17306 +CONFIG_HZ=250
17307 +# CONFIG_SCHED_HRTICK is not set
17308 +CONFIG_PREEMPT_NONE=y
17309 +# CONFIG_PREEMPT_VOLUNTARY is not set
17310 +# CONFIG_PREEMPT is not set
17311 +CONFIG_RCU_TRACE=y
17312 +CONFIG_BINFMT_ELF=y
17313 +# CONFIG_BINFMT_MISC is not set
17314 +CONFIG_MATH_EMULATION=y
17315 +# CONFIG_IOMMU_HELPER is not set
17316 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
17317 +CONFIG_ARCH_HAS_WALK_MEMORY=y
17318 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
17319 +CONFIG_ARCH_FLATMEM_ENABLE=y
17320 +CONFIG_ARCH_POPULATES_NODE_MAP=y
17321 +CONFIG_SELECT_MEMORY_MODEL=y
17322 +CONFIG_FLATMEM_MANUAL=y
17323 +# CONFIG_DISCONTIGMEM_MANUAL is not set
17324 +# CONFIG_SPARSEMEM_MANUAL is not set
17325 +CONFIG_FLATMEM=y
17326 +CONFIG_FLAT_NODE_MEM_MAP=y
17327 +# CONFIG_SPARSEMEM_STATIC is not set
17328 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
17329 +CONFIG_SPLIT_PTLOCK_CPUS=4
17330 +CONFIG_RESOURCES_64BIT=y
17331 +CONFIG_ZONE_DMA_FLAG=1
17332 +CONFIG_BOUNCE=y
17333 +CONFIG_VIRT_TO_BUS=y
17334 +CONFIG_PROC_DEVICETREE=y
17335 +CONFIG_CMDLINE_BOOL=y
17336 +CONFIG_CMDLINE=""
17337 +CONFIG_SECCOMP=y
17338 +CONFIG_ISA_DMA_API=y
17339 +
17340 +#
17341 +# Bus options
17342 +#
17343 +CONFIG_ZONE_DMA=y
17344 +CONFIG_PPC_INDIRECT_PCI=y
17345 +CONFIG_PCI=y
17346 +CONFIG_PCI_DOMAINS=y
17347 +CONFIG_PCI_SYSCALL=y
17348 +# CONFIG_PCIEPORTBUS is not set
17349 +CONFIG_ARCH_SUPPORTS_MSI=y
17350 +# CONFIG_PCI_MSI is not set
17351 +CONFIG_PCI_LEGACY=y
17352 +# CONFIG_PCI_DEBUG is not set
17353 +# CONFIG_PCCARD is not set
17354 +# CONFIG_HOTPLUG_PCI is not set
17355 +
17356 +#
17357 +# Advanced setup
17358 +#
17359 +# CONFIG_ADVANCED_OPTIONS is not set
17360 +
17361 +#
17362 +# Default settings for advanced configuration options are used
17363 +#
17364 +CONFIG_HIGHMEM_START=0xfe000000
17365 +CONFIG_LOWMEM_SIZE=0x30000000
17366 +CONFIG_KERNEL_START=0xc0000000
17367 +CONFIG_TASK_SIZE=0xc0000000
17368 +CONFIG_CONSISTENT_START=0xff100000
17369 +CONFIG_CONSISTENT_SIZE=0x00200000
17370 +CONFIG_BOOT_LOAD=0x01000000
17371 +
17372 +#
17373 +# Networking
17374 +#
17375 +CONFIG_NET=y
17376 +
17377 +#
17378 +# Networking options
17379 +#
17380 +CONFIG_PACKET=y
17381 +# CONFIG_PACKET_MMAP is not set
17382 +CONFIG_UNIX=y
17383 +# CONFIG_NET_KEY is not set
17384 +CONFIG_INET=y
17385 +# CONFIG_IP_MULTICAST is not set
17386 +# CONFIG_IP_ADVANCED_ROUTER is not set
17387 +CONFIG_IP_FIB_HASH=y
17388 +CONFIG_IP_PNP=y
17389 +CONFIG_IP_PNP_DHCP=y
17390 +CONFIG_IP_PNP_BOOTP=y
17391 +# CONFIG_IP_PNP_RARP is not set
17392 +# CONFIG_NET_IPIP is not set
17393 +# CONFIG_NET_IPGRE is not set
17394 +# CONFIG_ARPD is not set
17395 +# CONFIG_SYN_COOKIES is not set
17396 +# CONFIG_INET_AH is not set
17397 +# CONFIG_INET_ESP is not set
17398 +# CONFIG_INET_IPCOMP is not set
17399 +# CONFIG_INET_XFRM_TUNNEL is not set
17400 +# CONFIG_INET_TUNNEL is not set
17401 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
17402 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
17403 +# CONFIG_INET_XFRM_MODE_BEET is not set
17404 +# CONFIG_INET_LRO is not set
17405 +CONFIG_INET_DIAG=y
17406 +CONFIG_INET_TCP_DIAG=y
17407 +# CONFIG_TCP_CONG_ADVANCED is not set
17408 +CONFIG_TCP_CONG_CUBIC=y
17409 +CONFIG_DEFAULT_TCP_CONG="cubic"
17410 +# CONFIG_TCP_MD5SIG is not set
17411 +# CONFIG_IPV6 is not set
17412 +# CONFIG_INET6_XFRM_TUNNEL is not set
17413 +# CONFIG_INET6_TUNNEL is not set
17414 +# CONFIG_NETWORK_SECMARK is not set
17415 +# CONFIG_NETFILTER is not set
17416 +# CONFIG_IP_DCCP is not set
17417 +# CONFIG_IP_SCTP is not set
17418 +# CONFIG_TIPC is not set
17419 +# CONFIG_ATM is not set
17420 +# CONFIG_BRIDGE is not set
17421 +# CONFIG_VLAN_8021Q is not set
17422 +# CONFIG_DECNET is not set
17423 +# CONFIG_LLC2 is not set
17424 +# CONFIG_IPX is not set
17425 +# CONFIG_ATALK is not set
17426 +# CONFIG_X25 is not set
17427 +# CONFIG_LAPB is not set
17428 +# CONFIG_ECONET is not set
17429 +# CONFIG_WAN_ROUTER is not set
17430 +# CONFIG_NET_SCHED is not set
17431 +
17432 +#
17433 +# Network testing
17434 +#
17435 +# CONFIG_NET_PKTGEN is not set
17436 +# CONFIG_HAMRADIO is not set
17437 +# CONFIG_CAN is not set
17438 +# CONFIG_IRDA is not set
17439 +# CONFIG_BT is not set
17440 +# CONFIG_AF_RXRPC is not set
17441 +
17442 +#
17443 +# Wireless
17444 +#
17445 +# CONFIG_CFG80211 is not set
17446 +# CONFIG_WIRELESS_EXT is not set
17447 +# CONFIG_MAC80211 is not set
17448 +# CONFIG_IEEE80211 is not set
17449 +# CONFIG_RFKILL is not set
17450 +# CONFIG_NET_9P is not set
17451 +
17452 +#
17453 +# Device Drivers
17454 +#
17455 +
17456 +#
17457 +# Generic Driver Options
17458 +#
17459 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
17460 +CONFIG_STANDALONE=y
17461 +CONFIG_PREVENT_FIRMWARE_BUILD=y
17462 +CONFIG_FW_LOADER=y
17463 +# CONFIG_DEBUG_DRIVER is not set
17464 +# CONFIG_DEBUG_DEVRES is not set
17465 +# CONFIG_SYS_HYPERVISOR is not set
17466 +CONFIG_CONNECTOR=y
17467 +CONFIG_PROC_EVENTS=y
17468 +CONFIG_MTD=y
17469 +# CONFIG_MTD_DEBUG is not set
17470 +# CONFIG_MTD_CONCAT is not set
17471 +CONFIG_MTD_PARTITIONS=y
17472 +# CONFIG_MTD_REDBOOT_PARTS is not set
17473 +CONFIG_MTD_CMDLINE_PARTS=y
17474 +CONFIG_MTD_OF_PARTS=y
17475 +
17476 +#
17477 +# User Modules And Translation Layers
17478 +#
17479 +CONFIG_MTD_CHAR=y
17480 +# CONFIG_MTD_BLKDEVS is not set
17481 +# CONFIG_MTD_BLOCK is not set
17482 +# CONFIG_MTD_BLOCK_RO is not set
17483 +# CONFIG_FTL is not set
17484 +# CONFIG_NFTL is not set
17485 +# CONFIG_INFTL is not set
17486 +# CONFIG_RFD_FTL is not set
17487 +# CONFIG_SSFDC is not set
17488 +# CONFIG_MTD_OOPS is not set
17489 +
17490 +#
17491 +# RAM/ROM/Flash chip drivers
17492 +#
17493 +CONFIG_MTD_CFI=y
17494 +CONFIG_MTD_JEDECPROBE=y
17495 +CONFIG_MTD_GEN_PROBE=y
17496 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
17497 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
17498 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
17499 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
17500 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
17501 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
17502 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
17503 +CONFIG_MTD_CFI_I1=y
17504 +CONFIG_MTD_CFI_I2=y
17505 +# CONFIG_MTD_CFI_I4 is not set
17506 +# CONFIG_MTD_CFI_I8 is not set
17507 +CONFIG_MTD_CFI_INTELEXT=y
17508 +CONFIG_MTD_CFI_AMDSTD=y
17509 +# CONFIG_MTD_CFI_STAA is not set
17510 +CONFIG_MTD_CFI_UTIL=y
17511 +# CONFIG_MTD_RAM is not set
17512 +# CONFIG_MTD_ROM is not set
17513 +# CONFIG_MTD_ABSENT is not set
17514 +
17515 +#
17516 +# Mapping drivers for chip access
17517 +#
17518 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
17519 +# CONFIG_MTD_PHYSMAP is not set
17520 +CONFIG_MTD_PHYSMAP_OF=y
17521 +# CONFIG_MTD_INTEL_VR_NOR is not set
17522 +# CONFIG_MTD_PLATRAM is not set
17523 +
17524 +#
17525 +# Self-contained MTD device drivers
17526 +#
17527 +# CONFIG_MTD_PMC551 is not set
17528 +# CONFIG_MTD_SLRAM is not set
17529 +# CONFIG_MTD_PHRAM is not set
17530 +# CONFIG_MTD_MTDRAM is not set
17531 +# CONFIG_MTD_BLOCK2MTD is not set
17532 +
17533 +#
17534 +# Disk-On-Chip Device Drivers
17535 +#
17536 +# CONFIG_MTD_DOC2000 is not set
17537 +# CONFIG_MTD_DOC2001 is not set
17538 +# CONFIG_MTD_DOC2001PLUS is not set
17539 +# CONFIG_MTD_NAND is not set
17540 +# CONFIG_MTD_ONENAND is not set
17541 +
17542 +#
17543 +# UBI - Unsorted block images
17544 +#
17545 +# CONFIG_MTD_UBI is not set
17546 +CONFIG_OF_DEVICE=y
17547 +# CONFIG_PARPORT is not set
17548 +CONFIG_BLK_DEV=y
17549 +# CONFIG_BLK_DEV_FD is not set
17550 +# CONFIG_BLK_CPQ_DA is not set
17551 +# CONFIG_BLK_CPQ_CISS_DA is not set
17552 +# CONFIG_BLK_DEV_DAC960 is not set
17553 +# CONFIG_BLK_DEV_UMEM is not set
17554 +# CONFIG_BLK_DEV_COW_COMMON is not set
17555 +# CONFIG_BLK_DEV_LOOP is not set
17556 +# CONFIG_BLK_DEV_NBD is not set
17557 +# CONFIG_BLK_DEV_SX8 is not set
17558 +CONFIG_BLK_DEV_RAM=y
17559 +CONFIG_BLK_DEV_RAM_COUNT=16
17560 +CONFIG_BLK_DEV_RAM_SIZE=35000
17561 +# CONFIG_BLK_DEV_XIP is not set
17562 +# CONFIG_CDROM_PKTCDVD is not set
17563 +# CONFIG_ATA_OVER_ETH is not set
17564 +# CONFIG_XILINX_SYSACE is not set
17565 +CONFIG_MISC_DEVICES=y
17566 +# CONFIG_PHANTOM is not set
17567 +# CONFIG_EEPROM_93CX6 is not set
17568 +# CONFIG_SGI_IOC4 is not set
17569 +# CONFIG_TIFM_CORE is not set
17570 +# CONFIG_ENCLOSURE_SERVICES is not set
17571 +CONFIG_HAVE_IDE=y
17572 +# CONFIG_IDE is not set
17573 +
17574 +#
17575 +# SCSI device support
17576 +#
17577 +# CONFIG_RAID_ATTRS is not set
17578 +# CONFIG_SCSI is not set
17579 +# CONFIG_SCSI_DMA is not set
17580 +# CONFIG_SCSI_NETLINK is not set
17581 +# CONFIG_ATA is not set
17582 +# CONFIG_MD is not set
17583 +# CONFIG_FUSION is not set
17584 +
17585 +#
17586 +# IEEE 1394 (FireWire) support
17587 +#
17588 +# CONFIG_FIREWIRE is not set
17589 +# CONFIG_IEEE1394 is not set
17590 +# CONFIG_I2O is not set
17591 +CONFIG_MACINTOSH_DRIVERS=y
17592 +# CONFIG_MAC_EMUMOUSEBTN is not set
17593 +# CONFIG_WINDFARM is not set
17594 +CONFIG_NETDEVICES=y
17595 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
17596 +# CONFIG_DUMMY is not set
17597 +# CONFIG_BONDING is not set
17598 +# CONFIG_MACVLAN is not set
17599 +# CONFIG_EQUALIZER is not set
17600 +# CONFIG_TUN is not set
17601 +# CONFIG_VETH is not set
17602 +# CONFIG_ARCNET is not set
17603 +# CONFIG_NET_ETHERNET is not set
17604 +CONFIG_IBM_NEW_EMAC_ZMII=y
17605 +CONFIG_IBM_NEW_EMAC_RGMII=y
17606 +CONFIG_IBM_NEW_EMAC_EMAC4=y
17607 +CONFIG_NETDEV_1000=y
17608 +# CONFIG_ACENIC is not set
17609 +# CONFIG_DL2K is not set
17610 +# CONFIG_E1000 is not set
17611 +# CONFIG_E1000E is not set
17612 +# CONFIG_E1000E_ENABLED is not set
17613 +# CONFIG_IP1000 is not set
17614 +# CONFIG_IGB is not set
17615 +# CONFIG_NS83820 is not set
17616 +# CONFIG_HAMACHI is not set
17617 +# CONFIG_YELLOWFIN is not set
17618 +# CONFIG_R8169 is not set
17619 +# CONFIG_SIS190 is not set
17620 +# CONFIG_SKGE is not set
17621 +# CONFIG_SKY2 is not set
17622 +# CONFIG_SK98LIN is not set
17623 +# CONFIG_VIA_VELOCITY is not set
17624 +# CONFIG_TIGON3 is not set
17625 +# CONFIG_BNX2 is not set
17626 +# CONFIG_QLA3XXX is not set
17627 +# CONFIG_ATL1 is not set
17628 +CONFIG_NETDEV_10000=y
17629 +# CONFIG_CHELSIO_T1 is not set
17630 +# CONFIG_CHELSIO_T3 is not set
17631 +# CONFIG_IXGBE is not set
17632 +# CONFIG_IXGB is not set
17633 +# CONFIG_S2IO is not set
17634 +# CONFIG_MYRI10GE is not set
17635 +# CONFIG_NETXEN_NIC is not set
17636 +# CONFIG_NIU is not set
17637 +# CONFIG_MLX4_CORE is not set
17638 +# CONFIG_TEHUTI is not set
17639 +# CONFIG_BNX2X is not set
17640 +# CONFIG_TR is not set
17641 +
17642 +#
17643 +# Wireless LAN
17644 +#
17645 +# CONFIG_WLAN_PRE80211 is not set
17646 +# CONFIG_WLAN_80211 is not set
17647 +# CONFIG_WAN is not set
17648 +# CONFIG_FDDI is not set
17649 +# CONFIG_HIPPI is not set
17650 +# CONFIG_PPP is not set
17651 +# CONFIG_SLIP is not set
17652 +# CONFIG_NETCONSOLE is not set
17653 +# CONFIG_NETPOLL is not set
17654 +# CONFIG_NET_POLL_CONTROLLER is not set
17655 +# CONFIG_ISDN is not set
17656 +# CONFIG_PHONE is not set
17657 +
17658 +#
17659 +# Input device support
17660 +#
17661 +# CONFIG_INPUT is not set
17662 +
17663 +#
17664 +# Hardware I/O ports
17665 +#
17666 +# CONFIG_SERIO is not set
17667 +# CONFIG_GAMEPORT is not set
17668 +
17669 +#
17670 +# Character devices
17671 +#
17672 +# CONFIG_VT is not set
17673 +# CONFIG_SERIAL_NONSTANDARD is not set
17674 +# CONFIG_NOZOMI is not set
17675 +
17676 +#
17677 +# Serial drivers
17678 +#
17679 +CONFIG_SERIAL_8250=y
17680 +CONFIG_SERIAL_8250_CONSOLE=y
17681 +# CONFIG_SERIAL_8250_PCI is not set
17682 +CONFIG_SERIAL_8250_NR_UARTS=4
17683 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
17684 +CONFIG_SERIAL_8250_EXTENDED=y
17685 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
17686 +CONFIG_SERIAL_8250_SHARE_IRQ=y
17687 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
17688 +# CONFIG_SERIAL_8250_RSA is not set
17689 +
17690 +#
17691 +# Non-8250 serial port support
17692 +#
17693 +# CONFIG_SERIAL_UARTLITE is not set
17694 +CONFIG_SERIAL_CORE=y
17695 +CONFIG_SERIAL_CORE_CONSOLE=y
17696 +# CONFIG_SERIAL_JSM is not set
17697 +CONFIG_SERIAL_OF_PLATFORM=y
17698 +CONFIG_UNIX98_PTYS=y
17699 +CONFIG_LEGACY_PTYS=y
17700 +CONFIG_LEGACY_PTY_COUNT=256
17701 +# CONFIG_IPMI_HANDLER is not set
17702 +# CONFIG_HW_RANDOM is not set
17703 +# CONFIG_NVRAM is not set
17704 +# CONFIG_GEN_RTC is not set
17705 +# CONFIG_R3964 is not set
17706 +# CONFIG_APPLICOM is not set
17707 +# CONFIG_RAW_DRIVER is not set
17708 +# CONFIG_TCG_TPM is not set
17709 +CONFIG_DEVPORT=y
17710 +# CONFIG_I2C is not set
17711 +
17712 +#
17713 +# SPI support
17714 +#
17715 +# CONFIG_SPI is not set
17716 +# CONFIG_SPI_MASTER is not set
17717 +# CONFIG_W1 is not set
17718 +# CONFIG_POWER_SUPPLY is not set
17719 +# CONFIG_HWMON is not set
17720 +CONFIG_THERMAL=y
17721 +# CONFIG_WATCHDOG is not set
17722 +
17723 +#
17724 +# Sonics Silicon Backplane
17725 +#
17726 +CONFIG_SSB_POSSIBLE=y
17727 +# CONFIG_SSB is not set
17728 +
17729 +#
17730 +# Multifunction device drivers
17731 +#
17732 +# CONFIG_MFD_SM501 is not set
17733 +
17734 +#
17735 +# Multimedia devices
17736 +#
17737 +# CONFIG_VIDEO_DEV is not set
17738 +# CONFIG_DVB_CORE is not set
17739 +CONFIG_DAB=y
17740 +
17741 +#
17742 +# Graphics support
17743 +#
17744 +# CONFIG_AGP is not set
17745 +# CONFIG_DRM is not set
17746 +# CONFIG_VGASTATE is not set
17747 +CONFIG_VIDEO_OUTPUT_CONTROL=m
17748 +# CONFIG_FB is not set
17749 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
17750 +
17751 +#
17752 +# Display device support
17753 +#
17754 +# CONFIG_DISPLAY_SUPPORT is not set
17755 +
17756 +#
17757 +# Sound
17758 +#
17759 +# CONFIG_SOUND is not set
17760 +CONFIG_USB_SUPPORT=y
17761 +CONFIG_USB_ARCH_HAS_HCD=y
17762 +CONFIG_USB_ARCH_HAS_OHCI=y
17763 +CONFIG_USB_ARCH_HAS_EHCI=y
17764 +# CONFIG_USB is not set
17765 +
17766 +#
17767 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
17768 +#
17769 +# CONFIG_USB_GADGET is not set
17770 +# CONFIG_MMC is not set
17771 +# CONFIG_MEMSTICK is not set
17772 +# CONFIG_NEW_LEDS is not set
17773 +# CONFIG_INFINIBAND is not set
17774 +# CONFIG_EDAC is not set
17775 +# CONFIG_RTC_CLASS is not set
17776 +
17777 +#
17778 +# Userspace I/O
17779 +#
17780 +# CONFIG_UIO is not set
17781 +
17782 +#
17783 +# File systems
17784 +#
17785 +CONFIG_EXT2_FS=y
17786 +# CONFIG_EXT2_FS_XATTR is not set
17787 +# CONFIG_EXT2_FS_XIP is not set
17788 +# CONFIG_EXT3_FS is not set
17789 +# CONFIG_EXT4DEV_FS is not set
17790 +# CONFIG_REISERFS_FS is not set
17791 +# CONFIG_JFS_FS is not set
17792 +# CONFIG_FS_POSIX_ACL is not set
17793 +# CONFIG_XFS_FS is not set
17794 +# CONFIG_GFS2_FS is not set
17795 +# CONFIG_OCFS2_FS is not set
17796 +CONFIG_DNOTIFY=y
17797 +CONFIG_INOTIFY=y
17798 +CONFIG_INOTIFY_USER=y
17799 +# CONFIG_QUOTA is not set
17800 +# CONFIG_AUTOFS_FS is not set
17801 +# CONFIG_AUTOFS4_FS is not set
17802 +# CONFIG_FUSE_FS is not set
17803 +
17804 +#
17805 +# CD-ROM/DVD Filesystems
17806 +#
17807 +# CONFIG_ISO9660_FS is not set
17808 +# CONFIG_UDF_FS is not set
17809 +
17810 +#
17811 +# DOS/FAT/NT Filesystems
17812 +#
17813 +# CONFIG_MSDOS_FS is not set
17814 +# CONFIG_VFAT_FS is not set
17815 +# CONFIG_NTFS_FS is not set
17816 +
17817 +#
17818 +# Pseudo filesystems
17819 +#
17820 +CONFIG_PROC_FS=y
17821 +CONFIG_PROC_KCORE=y
17822 +CONFIG_PROC_SYSCTL=y
17823 +CONFIG_SYSFS=y
17824 +CONFIG_TMPFS=y
17825 +# CONFIG_TMPFS_POSIX_ACL is not set
17826 +# CONFIG_HUGETLB_PAGE is not set
17827 +# CONFIG_CONFIGFS_FS is not set
17828 +
17829 +#
17830 +# Miscellaneous filesystems
17831 +#
17832 +# CONFIG_ADFS_FS is not set
17833 +# CONFIG_AFFS_FS is not set
17834 +# CONFIG_HFS_FS is not set
17835 +# CONFIG_HFSPLUS_FS is not set
17836 +# CONFIG_BEFS_FS is not set
17837 +# CONFIG_BFS_FS is not set
17838 +# CONFIG_EFS_FS is not set
17839 +CONFIG_JFFS2_FS=y
17840 +CONFIG_JFFS2_FS_DEBUG=0
17841 +CONFIG_JFFS2_FS_WRITEBUFFER=y
17842 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
17843 +# CONFIG_JFFS2_SUMMARY is not set
17844 +# CONFIG_JFFS2_FS_XATTR is not set
17845 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
17846 +CONFIG_JFFS2_ZLIB=y
17847 +# CONFIG_JFFS2_LZO is not set
17848 +CONFIG_JFFS2_RTIME=y
17849 +# CONFIG_JFFS2_RUBIN is not set
17850 +CONFIG_CRAMFS=y
17851 +# CONFIG_VXFS_FS is not set
17852 +# CONFIG_MINIX_FS is not set
17853 +# CONFIG_HPFS_FS is not set
17854 +# CONFIG_QNX4FS_FS is not set
17855 +# CONFIG_ROMFS_FS is not set
17856 +# CONFIG_SYSV_FS is not set
17857 +# CONFIG_UFS_FS is not set
17858 +CONFIG_NETWORK_FILESYSTEMS=y
17859 +CONFIG_NFS_FS=y
17860 +CONFIG_NFS_V3=y
17861 +# CONFIG_NFS_V3_ACL is not set
17862 +# CONFIG_NFS_V4 is not set
17863 +# CONFIG_NFS_DIRECTIO is not set
17864 +# CONFIG_NFSD is not set
17865 +CONFIG_ROOT_NFS=y
17866 +CONFIG_LOCKD=y
17867 +CONFIG_LOCKD_V4=y
17868 +CONFIG_NFS_COMMON=y
17869 +CONFIG_SUNRPC=y
17870 +# CONFIG_SUNRPC_BIND34 is not set
17871 +# CONFIG_RPCSEC_GSS_KRB5 is not set
17872 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
17873 +# CONFIG_SMB_FS is not set
17874 +# CONFIG_CIFS is not set
17875 +# CONFIG_NCP_FS is not set
17876 +# CONFIG_CODA_FS is not set
17877 +# CONFIG_AFS_FS is not set
17878 +
17879 +#
17880 +# Partition Types
17881 +#
17882 +# CONFIG_PARTITION_ADVANCED is not set
17883 +CONFIG_MSDOS_PARTITION=y
17884 +# CONFIG_NLS is not set
17885 +# CONFIG_DLM is not set
17886 +
17887 +#
17888 +# Library routines
17889 +#
17890 +CONFIG_BITREVERSE=y
17891 +# CONFIG_CRC_CCITT is not set
17892 +# CONFIG_CRC16 is not set
17893 +# CONFIG_CRC_ITU_T is not set
17894 +CONFIG_CRC32=y
17895 +# CONFIG_CRC7 is not set
17896 +# CONFIG_LIBCRC32C is not set
17897 +CONFIG_ZLIB_INFLATE=y
17898 +CONFIG_ZLIB_DEFLATE=y
17899 +CONFIG_PLIST=y
17900 +CONFIG_HAS_IOMEM=y
17901 +CONFIG_HAS_IOPORT=y
17902 +CONFIG_HAS_DMA=y
17903 +
17904 +#
17905 +# Kernel hacking
17906 +#
17907 +# CONFIG_PRINTK_TIME is not set
17908 +CONFIG_ENABLE_WARN_DEPRECATED=y
17909 +CONFIG_ENABLE_MUST_CHECK=y
17910 +CONFIG_MAGIC_SYSRQ=y
17911 +# CONFIG_UNUSED_SYMBOLS is not set
17912 +CONFIG_DEBUG_FS=y
17913 +# CONFIG_HEADERS_CHECK is not set
17914 +CONFIG_DEBUG_KERNEL=y
17915 +# CONFIG_DEBUG_SHIRQ is not set
17916 +CONFIG_DETECT_SOFTLOCKUP=y
17917 +CONFIG_SCHED_DEBUG=y
17918 +# CONFIG_SCHEDSTATS is not set
17919 +# CONFIG_TIMER_STATS is not set
17920 +# CONFIG_SLUB_DEBUG_ON is not set
17921 +# CONFIG_SLUB_STATS is not set
17922 +# CONFIG_DEBUG_RT_MUTEXES is not set
17923 +# CONFIG_RT_MUTEX_TESTER is not set
17924 +# CONFIG_DEBUG_SPINLOCK is not set
17925 +# CONFIG_DEBUG_MUTEXES is not set
17926 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
17927 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
17928 +# CONFIG_DEBUG_KOBJECT is not set
17929 +# CONFIG_DEBUG_BUGVERBOSE is not set
17930 +# CONFIG_DEBUG_INFO is not set
17931 +# CONFIG_DEBUG_VM is not set
17932 +# CONFIG_DEBUG_LIST is not set
17933 +# CONFIG_DEBUG_SG is not set
17934 +# CONFIG_BOOT_PRINTK_DELAY is not set
17935 +# CONFIG_RCU_TORTURE_TEST is not set
17936 +# CONFIG_BACKTRACE_SELF_TEST is not set
17937 +# CONFIG_FAULT_INJECTION is not set
17938 +# CONFIG_SAMPLES is not set
17939 +# CONFIG_DEBUG_STACKOVERFLOW is not set
17940 +# CONFIG_DEBUG_STACK_USAGE is not set
17941 +# CONFIG_DEBUG_PAGEALLOC is not set
17942 +CONFIG_DEBUGGER=y
17943 +# CONFIG_KGDB is not set
17944 +# CONFIG_XMON is not set
17945 +# CONFIG_VIRQ_DEBUG is not set
17946 +# CONFIG_BDI_SWITCH is not set
17947 +CONFIG_PPC_EARLY_DEBUG=y
17948 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
17949 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
17950 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
17951 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
17952 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
17953 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
17954 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
17955 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
17956 +CONFIG_PPC_EARLY_DEBUG_44x=y
17957 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
17958 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
17959 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
17960 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
17961 +
17962 +#
17963 +# Security options
17964 +#
17965 +# CONFIG_KEYS is not set
17966 +# CONFIG_SECURITY is not set
17967 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
17968 +CONFIG_CRYPTO=y
17969 +CONFIG_CRYPTO_ALGAPI=y
17970 +CONFIG_CRYPTO_BLKCIPHER=y
17971 +# CONFIG_CRYPTO_SEQIV is not set
17972 +CONFIG_CRYPTO_MANAGER=y
17973 +# CONFIG_CRYPTO_HMAC is not set
17974 +# CONFIG_CRYPTO_XCBC is not set
17975 +# CONFIG_CRYPTO_NULL is not set
17976 +# CONFIG_CRYPTO_MD4 is not set
17977 +CONFIG_CRYPTO_MD5=y
17978 +# CONFIG_CRYPTO_SHA1 is not set
17979 +# CONFIG_CRYPTO_SHA256 is not set
17980 +# CONFIG_CRYPTO_SHA512 is not set
17981 +# CONFIG_CRYPTO_WP512 is not set
17982 +# CONFIG_CRYPTO_TGR192 is not set
17983 +# CONFIG_CRYPTO_GF128MUL is not set
17984 +CONFIG_CRYPTO_ECB=y
17985 +CONFIG_CRYPTO_CBC=y
17986 +CONFIG_CRYPTO_PCBC=y
17987 +# CONFIG_CRYPTO_LRW is not set
17988 +# CONFIG_CRYPTO_XTS is not set
17989 +# CONFIG_CRYPTO_CTR is not set
17990 +# CONFIG_CRYPTO_GCM is not set
17991 +# CONFIG_CRYPTO_CCM is not set
17992 +# CONFIG_CRYPTO_CRYPTD is not set
17993 +CONFIG_CRYPTO_DES=y
17994 +# CONFIG_CRYPTO_FCRYPT is not set
17995 +# CONFIG_CRYPTO_BLOWFISH is not set
17996 +# CONFIG_CRYPTO_TWOFISH is not set
17997 +# CONFIG_CRYPTO_SERPENT is not set
17998 +# CONFIG_CRYPTO_AES is not set
17999 +# CONFIG_CRYPTO_CAST5 is not set
18000 +# CONFIG_CRYPTO_CAST6 is not set
18001 +# CONFIG_CRYPTO_TEA is not set
18002 +# CONFIG_CRYPTO_ARC4 is not set
18003 +# CONFIG_CRYPTO_KHAZAD is not set
18004 +# CONFIG_CRYPTO_ANUBIS is not set
18005 +# CONFIG_CRYPTO_SEED is not set
18006 +# CONFIG_CRYPTO_SALSA20 is not set
18007 +# CONFIG_CRYPTO_DEFLATE is not set
18008 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
18009 +# CONFIG_CRYPTO_CRC32C is not set
18010 +# CONFIG_CRYPTO_CAMELLIA is not set
18011 +# CONFIG_CRYPTO_TEST is not set
18012 +# CONFIG_CRYPTO_AUTHENC is not set
18013 +# CONFIG_CRYPTO_LZO is not set
18014 +CONFIG_CRYPTO_HW=y
18015 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
18016 +# CONFIG_PPC_CLOCK is not set
18017 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/sequoia_defconfig powerpc.git/arch/powerpc/configs/44x/sequoia_defconfig
18018 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/sequoia_defconfig 1970-01-01 01:00:00.000000000 +0100
18019 +++ powerpc.git/arch/powerpc/configs/44x/sequoia_defconfig 2008-04-19 16:40:52.000000000 +0200
18020 @@ -0,0 +1,916 @@
18021 +#
18022 +# Automatically generated make config: don't edit
18023 +# Linux kernel version: 2.6.25-rc2
18024 +# Fri Feb 15 21:53:46 2008
18025 +#
18026 +# CONFIG_PPC64 is not set
18027 +
18028 +#
18029 +# Processor support
18030 +#
18031 +# CONFIG_6xx is not set
18032 +# CONFIG_PPC_85xx is not set
18033 +# CONFIG_PPC_8xx is not set
18034 +# CONFIG_40x is not set
18035 +CONFIG_44x=y
18036 +# CONFIG_E200 is not set
18037 +CONFIG_PPC_FPU=y
18038 +CONFIG_4xx=y
18039 +CONFIG_BOOKE=y
18040 +CONFIG_PTE_64BIT=y
18041 +CONFIG_PHYS_64BIT=y
18042 +# CONFIG_PPC_MM_SLICES is not set
18043 +CONFIG_NOT_COHERENT_CACHE=y
18044 +CONFIG_PPC32=y
18045 +CONFIG_WORD_SIZE=32
18046 +CONFIG_PPC_MERGE=y
18047 +CONFIG_MMU=y
18048 +CONFIG_GENERIC_CMOS_UPDATE=y
18049 +CONFIG_GENERIC_TIME=y
18050 +CONFIG_GENERIC_TIME_VSYSCALL=y
18051 +CONFIG_GENERIC_CLOCKEVENTS=y
18052 +CONFIG_GENERIC_HARDIRQS=y
18053 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
18054 +CONFIG_IRQ_PER_CPU=y
18055 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
18056 +CONFIG_ARCH_HAS_ILOG2_U32=y
18057 +CONFIG_GENERIC_HWEIGHT=y
18058 +CONFIG_GENERIC_CALIBRATE_DELAY=y
18059 +CONFIG_GENERIC_FIND_NEXT_BIT=y
18060 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
18061 +CONFIG_PPC=y
18062 +CONFIG_EARLY_PRINTK=y
18063 +CONFIG_GENERIC_NVRAM=y
18064 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
18065 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
18066 +CONFIG_PPC_OF=y
18067 +CONFIG_OF=y
18068 +CONFIG_PPC_UDBG_16550=y
18069 +# CONFIG_GENERIC_TBSYNC is not set
18070 +CONFIG_AUDIT_ARCH=y
18071 +CONFIG_GENERIC_BUG=y
18072 +# CONFIG_DEFAULT_UIMAGE is not set
18073 +CONFIG_PPC_DCR_NATIVE=y
18074 +# CONFIG_PPC_DCR_MMIO is not set
18075 +CONFIG_PPC_DCR=y
18076 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
18077 +
18078 +#
18079 +# General setup
18080 +#
18081 +CONFIG_EXPERIMENTAL=y
18082 +CONFIG_BROKEN_ON_SMP=y
18083 +CONFIG_INIT_ENV_ARG_LIMIT=32
18084 +CONFIG_LOCALVERSION=""
18085 +CONFIG_LOCALVERSION_AUTO=y
18086 +CONFIG_SWAP=y
18087 +CONFIG_SYSVIPC=y
18088 +CONFIG_SYSVIPC_SYSCTL=y
18089 +CONFIG_POSIX_MQUEUE=y
18090 +# CONFIG_BSD_PROCESS_ACCT is not set
18091 +# CONFIG_TASKSTATS is not set
18092 +# CONFIG_AUDIT is not set
18093 +# CONFIG_IKCONFIG is not set
18094 +CONFIG_LOG_BUF_SHIFT=14
18095 +# CONFIG_CGROUPS is not set
18096 +CONFIG_GROUP_SCHED=y
18097 +# CONFIG_FAIR_GROUP_SCHED is not set
18098 +# CONFIG_RT_GROUP_SCHED is not set
18099 +CONFIG_USER_SCHED=y
18100 +# CONFIG_CGROUP_SCHED is not set
18101 +CONFIG_SYSFS_DEPRECATED=y
18102 +# CONFIG_RELAY is not set
18103 +# CONFIG_NAMESPACES is not set
18104 +CONFIG_BLK_DEV_INITRD=y
18105 +CONFIG_INITRAMFS_SOURCE=""
18106 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
18107 +CONFIG_SYSCTL=y
18108 +CONFIG_EMBEDDED=y
18109 +CONFIG_SYSCTL_SYSCALL=y
18110 +CONFIG_KALLSYMS=y
18111 +# CONFIG_KALLSYMS_ALL is not set
18112 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
18113 +CONFIG_HOTPLUG=y
18114 +CONFIG_PRINTK=y
18115 +CONFIG_BUG=y
18116 +CONFIG_ELF_CORE=y
18117 +CONFIG_COMPAT_BRK=y
18118 +CONFIG_BASE_FULL=y
18119 +CONFIG_FUTEX=y
18120 +CONFIG_ANON_INODES=y
18121 +CONFIG_EPOLL=y
18122 +CONFIG_SIGNALFD=y
18123 +CONFIG_TIMERFD=y
18124 +CONFIG_EVENTFD=y
18125 +CONFIG_SHMEM=y
18126 +CONFIG_VM_EVENT_COUNTERS=y
18127 +CONFIG_SLUB_DEBUG=y
18128 +# CONFIG_SLAB is not set
18129 +CONFIG_SLUB=y
18130 +# CONFIG_SLOB is not set
18131 +# CONFIG_PROFILING is not set
18132 +# CONFIG_MARKERS is not set
18133 +CONFIG_HAVE_OPROFILE=y
18134 +# CONFIG_KPROBES is not set
18135 +CONFIG_HAVE_KPROBES=y
18136 +CONFIG_PROC_PAGE_MONITOR=y
18137 +CONFIG_SLABINFO=y
18138 +CONFIG_RT_MUTEXES=y
18139 +# CONFIG_TINY_SHMEM is not set
18140 +CONFIG_BASE_SMALL=0
18141 +CONFIG_MODULES=y
18142 +CONFIG_MODULE_UNLOAD=y
18143 +# CONFIG_MODULE_FORCE_UNLOAD is not set
18144 +# CONFIG_MODVERSIONS is not set
18145 +# CONFIG_MODULE_SRCVERSION_ALL is not set
18146 +CONFIG_KMOD=y
18147 +CONFIG_BLOCK=y
18148 +CONFIG_LBD=y
18149 +# CONFIG_BLK_DEV_IO_TRACE is not set
18150 +# CONFIG_LSF is not set
18151 +# CONFIG_BLK_DEV_BSG is not set
18152 +
18153 +#
18154 +# IO Schedulers
18155 +#
18156 +CONFIG_IOSCHED_NOOP=y
18157 +CONFIG_IOSCHED_AS=y
18158 +CONFIG_IOSCHED_DEADLINE=y
18159 +CONFIG_IOSCHED_CFQ=y
18160 +CONFIG_DEFAULT_AS=y
18161 +# CONFIG_DEFAULT_DEADLINE is not set
18162 +# CONFIG_DEFAULT_CFQ is not set
18163 +# CONFIG_DEFAULT_NOOP is not set
18164 +CONFIG_DEFAULT_IOSCHED="anticipatory"
18165 +CONFIG_CLASSIC_RCU=y
18166 +# CONFIG_PREEMPT_RCU is not set
18167 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
18168 +
18169 +#
18170 +# Platform support
18171 +#
18172 +# CONFIG_PPC_MPC512x is not set
18173 +# CONFIG_PPC_MPC5121 is not set
18174 +# CONFIG_PPC_CELL is not set
18175 +# CONFIG_PPC_CELL_NATIVE is not set
18176 +# CONFIG_PQ2ADS is not set
18177 +# CONFIG_BAMBOO is not set
18178 +# CONFIG_EBONY is not set
18179 +CONFIG_SEQUOIA=y
18180 +# CONFIG_TAISHAN is not set
18181 +# CONFIG_KATMAI is not set
18182 +# CONFIG_RAINIER is not set
18183 +# CONFIG_WARP is not set
18184 +CONFIG_440EPX=y
18185 +# CONFIG_IPIC is not set
18186 +# CONFIG_MPIC is not set
18187 +# CONFIG_MPIC_WEIRD is not set
18188 +# CONFIG_PPC_I8259 is not set
18189 +# CONFIG_PPC_RTAS is not set
18190 +# CONFIG_MMIO_NVRAM is not set
18191 +# CONFIG_PPC_MPC106 is not set
18192 +# CONFIG_PPC_970_NAP is not set
18193 +# CONFIG_PPC_INDIRECT_IO is not set
18194 +# CONFIG_GENERIC_IOMAP is not set
18195 +# CONFIG_CPU_FREQ is not set
18196 +# CONFIG_FSL_ULI1575 is not set
18197 +
18198 +#
18199 +# Kernel options
18200 +#
18201 +# CONFIG_HIGHMEM is not set
18202 +CONFIG_TICK_ONESHOT=y
18203 +CONFIG_NO_HZ=y
18204 +CONFIG_HIGH_RES_TIMERS=y
18205 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
18206 +# CONFIG_HZ_100 is not set
18207 +CONFIG_HZ_250=y
18208 +# CONFIG_HZ_300 is not set
18209 +# CONFIG_HZ_1000 is not set
18210 +CONFIG_HZ=250
18211 +# CONFIG_SCHED_HRTICK is not set
18212 +CONFIG_PREEMPT_NONE=y
18213 +# CONFIG_PREEMPT_VOLUNTARY is not set
18214 +# CONFIG_PREEMPT is not set
18215 +CONFIG_RCU_TRACE=y
18216 +CONFIG_BINFMT_ELF=y
18217 +# CONFIG_BINFMT_MISC is not set
18218 +# CONFIG_MATH_EMULATION is not set
18219 +# CONFIG_IOMMU_HELPER is not set
18220 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
18221 +CONFIG_ARCH_HAS_WALK_MEMORY=y
18222 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
18223 +CONFIG_ARCH_FLATMEM_ENABLE=y
18224 +CONFIG_ARCH_POPULATES_NODE_MAP=y
18225 +CONFIG_SELECT_MEMORY_MODEL=y
18226 +CONFIG_FLATMEM_MANUAL=y
18227 +# CONFIG_DISCONTIGMEM_MANUAL is not set
18228 +# CONFIG_SPARSEMEM_MANUAL is not set
18229 +CONFIG_FLATMEM=y
18230 +CONFIG_FLAT_NODE_MEM_MAP=y
18231 +# CONFIG_SPARSEMEM_STATIC is not set
18232 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
18233 +CONFIG_SPLIT_PTLOCK_CPUS=4
18234 +CONFIG_RESOURCES_64BIT=y
18235 +CONFIG_ZONE_DMA_FLAG=1
18236 +CONFIG_BOUNCE=y
18237 +CONFIG_VIRT_TO_BUS=y
18238 +CONFIG_PROC_DEVICETREE=y
18239 +CONFIG_CMDLINE_BOOL=y
18240 +CONFIG_CMDLINE=""
18241 +CONFIG_SECCOMP=y
18242 +CONFIG_ISA_DMA_API=y
18243 +
18244 +#
18245 +# Bus options
18246 +#
18247 +CONFIG_ZONE_DMA=y
18248 +CONFIG_PPC_INDIRECT_PCI=y
18249 +CONFIG_PCI=y
18250 +CONFIG_PCI_DOMAINS=y
18251 +CONFIG_PCI_SYSCALL=y
18252 +# CONFIG_PCIEPORTBUS is not set
18253 +CONFIG_ARCH_SUPPORTS_MSI=y
18254 +# CONFIG_PCI_MSI is not set
18255 +CONFIG_PCI_LEGACY=y
18256 +# CONFIG_PCI_DEBUG is not set
18257 +# CONFIG_PCCARD is not set
18258 +# CONFIG_HOTPLUG_PCI is not set
18259 +
18260 +#
18261 +# Advanced setup
18262 +#
18263 +# CONFIG_ADVANCED_OPTIONS is not set
18264 +
18265 +#
18266 +# Default settings for advanced configuration options are used
18267 +#
18268 +CONFIG_HIGHMEM_START=0xfe000000
18269 +CONFIG_LOWMEM_SIZE=0x30000000
18270 +CONFIG_KERNEL_START=0xc0000000
18271 +CONFIG_TASK_SIZE=0xc0000000
18272 +CONFIG_CONSISTENT_START=0xff100000
18273 +CONFIG_CONSISTENT_SIZE=0x00200000
18274 +CONFIG_BOOT_LOAD=0x01000000
18275 +
18276 +#
18277 +# Networking
18278 +#
18279 +CONFIG_NET=y
18280 +
18281 +#
18282 +# Networking options
18283 +#
18284 +CONFIG_PACKET=y
18285 +# CONFIG_PACKET_MMAP is not set
18286 +CONFIG_UNIX=y
18287 +# CONFIG_NET_KEY is not set
18288 +CONFIG_INET=y
18289 +# CONFIG_IP_MULTICAST is not set
18290 +# CONFIG_IP_ADVANCED_ROUTER is not set
18291 +CONFIG_IP_FIB_HASH=y
18292 +CONFIG_IP_PNP=y
18293 +CONFIG_IP_PNP_DHCP=y
18294 +CONFIG_IP_PNP_BOOTP=y
18295 +# CONFIG_IP_PNP_RARP is not set
18296 +# CONFIG_NET_IPIP is not set
18297 +# CONFIG_NET_IPGRE is not set
18298 +# CONFIG_ARPD is not set
18299 +# CONFIG_SYN_COOKIES is not set
18300 +# CONFIG_INET_AH is not set
18301 +# CONFIG_INET_ESP is not set
18302 +# CONFIG_INET_IPCOMP is not set
18303 +# CONFIG_INET_XFRM_TUNNEL is not set
18304 +# CONFIG_INET_TUNNEL is not set
18305 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
18306 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
18307 +# CONFIG_INET_XFRM_MODE_BEET is not set
18308 +# CONFIG_INET_LRO is not set
18309 +CONFIG_INET_DIAG=y
18310 +CONFIG_INET_TCP_DIAG=y
18311 +# CONFIG_TCP_CONG_ADVANCED is not set
18312 +CONFIG_TCP_CONG_CUBIC=y
18313 +CONFIG_DEFAULT_TCP_CONG="cubic"
18314 +# CONFIG_TCP_MD5SIG is not set
18315 +# CONFIG_IPV6 is not set
18316 +# CONFIG_INET6_XFRM_TUNNEL is not set
18317 +# CONFIG_INET6_TUNNEL is not set
18318 +# CONFIG_NETWORK_SECMARK is not set
18319 +# CONFIG_NETFILTER is not set
18320 +# CONFIG_IP_DCCP is not set
18321 +# CONFIG_IP_SCTP is not set
18322 +# CONFIG_TIPC is not set
18323 +# CONFIG_ATM is not set
18324 +# CONFIG_BRIDGE is not set
18325 +# CONFIG_VLAN_8021Q is not set
18326 +# CONFIG_DECNET is not set
18327 +# CONFIG_LLC2 is not set
18328 +# CONFIG_IPX is not set
18329 +# CONFIG_ATALK is not set
18330 +# CONFIG_X25 is not set
18331 +# CONFIG_LAPB is not set
18332 +# CONFIG_ECONET is not set
18333 +# CONFIG_WAN_ROUTER is not set
18334 +# CONFIG_NET_SCHED is not set
18335 +
18336 +#
18337 +# Network testing
18338 +#
18339 +# CONFIG_NET_PKTGEN is not set
18340 +# CONFIG_HAMRADIO is not set
18341 +# CONFIG_CAN is not set
18342 +# CONFIG_IRDA is not set
18343 +# CONFIG_BT is not set
18344 +# CONFIG_AF_RXRPC is not set
18345 +
18346 +#
18347 +# Wireless
18348 +#
18349 +# CONFIG_CFG80211 is not set
18350 +# CONFIG_WIRELESS_EXT is not set
18351 +# CONFIG_MAC80211 is not set
18352 +# CONFIG_IEEE80211 is not set
18353 +# CONFIG_RFKILL is not set
18354 +# CONFIG_NET_9P is not set
18355 +
18356 +#
18357 +# Device Drivers
18358 +#
18359 +
18360 +#
18361 +# Generic Driver Options
18362 +#
18363 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
18364 +CONFIG_STANDALONE=y
18365 +CONFIG_PREVENT_FIRMWARE_BUILD=y
18366 +CONFIG_FW_LOADER=y
18367 +# CONFIG_DEBUG_DRIVER is not set
18368 +# CONFIG_DEBUG_DEVRES is not set
18369 +# CONFIG_SYS_HYPERVISOR is not set
18370 +CONFIG_CONNECTOR=y
18371 +CONFIG_PROC_EVENTS=y
18372 +CONFIG_MTD=y
18373 +# CONFIG_MTD_DEBUG is not set
18374 +# CONFIG_MTD_CONCAT is not set
18375 +CONFIG_MTD_PARTITIONS=y
18376 +# CONFIG_MTD_REDBOOT_PARTS is not set
18377 +CONFIG_MTD_CMDLINE_PARTS=y
18378 +CONFIG_MTD_OF_PARTS=y
18379 +
18380 +#
18381 +# User Modules And Translation Layers
18382 +#
18383 +CONFIG_MTD_CHAR=y
18384 +# CONFIG_MTD_BLKDEVS is not set
18385 +# CONFIG_MTD_BLOCK is not set
18386 +# CONFIG_MTD_BLOCK_RO is not set
18387 +# CONFIG_FTL is not set
18388 +# CONFIG_NFTL is not set
18389 +# CONFIG_INFTL is not set
18390 +# CONFIG_RFD_FTL is not set
18391 +# CONFIG_SSFDC is not set
18392 +# CONFIG_MTD_OOPS is not set
18393 +
18394 +#
18395 +# RAM/ROM/Flash chip drivers
18396 +#
18397 +CONFIG_MTD_CFI=y
18398 +CONFIG_MTD_JEDECPROBE=y
18399 +CONFIG_MTD_GEN_PROBE=y
18400 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
18401 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
18402 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
18403 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
18404 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
18405 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
18406 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
18407 +CONFIG_MTD_CFI_I1=y
18408 +CONFIG_MTD_CFI_I2=y
18409 +# CONFIG_MTD_CFI_I4 is not set
18410 +# CONFIG_MTD_CFI_I8 is not set
18411 +CONFIG_MTD_CFI_INTELEXT=y
18412 +CONFIG_MTD_CFI_AMDSTD=y
18413 +# CONFIG_MTD_CFI_STAA is not set
18414 +CONFIG_MTD_CFI_UTIL=y
18415 +# CONFIG_MTD_RAM is not set
18416 +# CONFIG_MTD_ROM is not set
18417 +# CONFIG_MTD_ABSENT is not set
18418 +
18419 +#
18420 +# Mapping drivers for chip access
18421 +#
18422 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
18423 +# CONFIG_MTD_PHYSMAP is not set
18424 +CONFIG_MTD_PHYSMAP_OF=y
18425 +# CONFIG_MTD_INTEL_VR_NOR is not set
18426 +# CONFIG_MTD_PLATRAM is not set
18427 +
18428 +#
18429 +# Self-contained MTD device drivers
18430 +#
18431 +# CONFIG_MTD_PMC551 is not set
18432 +# CONFIG_MTD_SLRAM is not set
18433 +# CONFIG_MTD_PHRAM is not set
18434 +# CONFIG_MTD_MTDRAM is not set
18435 +# CONFIG_MTD_BLOCK2MTD is not set
18436 +
18437 +#
18438 +# Disk-On-Chip Device Drivers
18439 +#
18440 +# CONFIG_MTD_DOC2000 is not set
18441 +# CONFIG_MTD_DOC2001 is not set
18442 +# CONFIG_MTD_DOC2001PLUS is not set
18443 +# CONFIG_MTD_NAND is not set
18444 +# CONFIG_MTD_ONENAND is not set
18445 +
18446 +#
18447 +# UBI - Unsorted block images
18448 +#
18449 +# CONFIG_MTD_UBI is not set
18450 +CONFIG_OF_DEVICE=y
18451 +# CONFIG_PARPORT is not set
18452 +CONFIG_BLK_DEV=y
18453 +# CONFIG_BLK_DEV_FD is not set
18454 +# CONFIG_BLK_CPQ_DA is not set
18455 +# CONFIG_BLK_CPQ_CISS_DA is not set
18456 +# CONFIG_BLK_DEV_DAC960 is not set
18457 +# CONFIG_BLK_DEV_UMEM is not set
18458 +# CONFIG_BLK_DEV_COW_COMMON is not set
18459 +# CONFIG_BLK_DEV_LOOP is not set
18460 +# CONFIG_BLK_DEV_NBD is not set
18461 +# CONFIG_BLK_DEV_SX8 is not set
18462 +CONFIG_BLK_DEV_RAM=y
18463 +CONFIG_BLK_DEV_RAM_COUNT=16
18464 +CONFIG_BLK_DEV_RAM_SIZE=35000
18465 +# CONFIG_BLK_DEV_XIP is not set
18466 +# CONFIG_CDROM_PKTCDVD is not set
18467 +# CONFIG_ATA_OVER_ETH is not set
18468 +# CONFIG_XILINX_SYSACE is not set
18469 +CONFIG_MISC_DEVICES=y
18470 +# CONFIG_PHANTOM is not set
18471 +# CONFIG_EEPROM_93CX6 is not set
18472 +# CONFIG_SGI_IOC4 is not set
18473 +# CONFIG_TIFM_CORE is not set
18474 +# CONFIG_ENCLOSURE_SERVICES is not set
18475 +CONFIG_HAVE_IDE=y
18476 +# CONFIG_IDE is not set
18477 +
18478 +#
18479 +# SCSI device support
18480 +#
18481 +# CONFIG_RAID_ATTRS is not set
18482 +# CONFIG_SCSI is not set
18483 +# CONFIG_SCSI_DMA is not set
18484 +# CONFIG_SCSI_NETLINK is not set
18485 +# CONFIG_ATA is not set
18486 +# CONFIG_MD is not set
18487 +# CONFIG_FUSION is not set
18488 +
18489 +#
18490 +# IEEE 1394 (FireWire) support
18491 +#
18492 +# CONFIG_FIREWIRE is not set
18493 +# CONFIG_IEEE1394 is not set
18494 +# CONFIG_I2O is not set
18495 +# CONFIG_MACINTOSH_DRIVERS is not set
18496 +CONFIG_NETDEVICES=y
18497 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
18498 +# CONFIG_DUMMY is not set
18499 +# CONFIG_BONDING is not set
18500 +# CONFIG_MACVLAN is not set
18501 +# CONFIG_EQUALIZER is not set
18502 +# CONFIG_TUN is not set
18503 +# CONFIG_VETH is not set
18504 +# CONFIG_ARCNET is not set
18505 +# CONFIG_PHYLIB is not set
18506 +CONFIG_NET_ETHERNET=y
18507 +# CONFIG_MII is not set
18508 +# CONFIG_HAPPYMEAL is not set
18509 +# CONFIG_SUNGEM is not set
18510 +# CONFIG_CASSINI is not set
18511 +# CONFIG_NET_VENDOR_3COM is not set
18512 +# CONFIG_NET_TULIP is not set
18513 +# CONFIG_HP100 is not set
18514 +CONFIG_IBM_NEW_EMAC=y
18515 +CONFIG_IBM_NEW_EMAC_RXB=128
18516 +CONFIG_IBM_NEW_EMAC_TXB=64
18517 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
18518 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
18519 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
18520 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
18521 +CONFIG_IBM_NEW_EMAC_ZMII=y
18522 +CONFIG_IBM_NEW_EMAC_RGMII=y
18523 +# CONFIG_IBM_NEW_EMAC_TAH is not set
18524 +CONFIG_IBM_NEW_EMAC_EMAC4=y
18525 +# CONFIG_NET_PCI is not set
18526 +# CONFIG_B44 is not set
18527 +CONFIG_NETDEV_1000=y
18528 +# CONFIG_ACENIC is not set
18529 +# CONFIG_DL2K is not set
18530 +# CONFIG_E1000 is not set
18531 +# CONFIG_E1000E is not set
18532 +# CONFIG_E1000E_ENABLED is not set
18533 +# CONFIG_IP1000 is not set
18534 +# CONFIG_IGB is not set
18535 +# CONFIG_NS83820 is not set
18536 +# CONFIG_HAMACHI is not set
18537 +# CONFIG_YELLOWFIN is not set
18538 +# CONFIG_R8169 is not set
18539 +# CONFIG_SIS190 is not set
18540 +# CONFIG_SKGE is not set
18541 +# CONFIG_SKY2 is not set
18542 +# CONFIG_SK98LIN is not set
18543 +# CONFIG_VIA_VELOCITY is not set
18544 +# CONFIG_TIGON3 is not set
18545 +# CONFIG_BNX2 is not set
18546 +# CONFIG_QLA3XXX is not set
18547 +# CONFIG_ATL1 is not set
18548 +CONFIG_NETDEV_10000=y
18549 +# CONFIG_CHELSIO_T1 is not set
18550 +# CONFIG_CHELSIO_T3 is not set
18551 +# CONFIG_IXGBE is not set
18552 +# CONFIG_IXGB is not set
18553 +# CONFIG_S2IO is not set
18554 +# CONFIG_MYRI10GE is not set
18555 +# CONFIG_NETXEN_NIC is not set
18556 +# CONFIG_NIU is not set
18557 +# CONFIG_MLX4_CORE is not set
18558 +# CONFIG_TEHUTI is not set
18559 +# CONFIG_BNX2X is not set
18560 +# CONFIG_TR is not set
18561 +
18562 +#
18563 +# Wireless LAN
18564 +#
18565 +# CONFIG_WLAN_PRE80211 is not set
18566 +# CONFIG_WLAN_80211 is not set
18567 +# CONFIG_WAN is not set
18568 +# CONFIG_FDDI is not set
18569 +# CONFIG_HIPPI is not set
18570 +# CONFIG_PPP is not set
18571 +# CONFIG_SLIP is not set
18572 +# CONFIG_NETCONSOLE is not set
18573 +# CONFIG_NETPOLL is not set
18574 +# CONFIG_NET_POLL_CONTROLLER is not set
18575 +# CONFIG_ISDN is not set
18576 +# CONFIG_PHONE is not set
18577 +
18578 +#
18579 +# Input device support
18580 +#
18581 +# CONFIG_INPUT is not set
18582 +
18583 +#
18584 +# Hardware I/O ports
18585 +#
18586 +# CONFIG_SERIO is not set
18587 +# CONFIG_GAMEPORT is not set
18588 +
18589 +#
18590 +# Character devices
18591 +#
18592 +# CONFIG_VT is not set
18593 +# CONFIG_SERIAL_NONSTANDARD is not set
18594 +# CONFIG_NOZOMI is not set
18595 +
18596 +#
18597 +# Serial drivers
18598 +#
18599 +CONFIG_SERIAL_8250=y
18600 +CONFIG_SERIAL_8250_CONSOLE=y
18601 +# CONFIG_SERIAL_8250_PCI is not set
18602 +CONFIG_SERIAL_8250_NR_UARTS=4
18603 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
18604 +CONFIG_SERIAL_8250_EXTENDED=y
18605 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
18606 +CONFIG_SERIAL_8250_SHARE_IRQ=y
18607 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
18608 +# CONFIG_SERIAL_8250_RSA is not set
18609 +
18610 +#
18611 +# Non-8250 serial port support
18612 +#
18613 +# CONFIG_SERIAL_UARTLITE is not set
18614 +CONFIG_SERIAL_CORE=y
18615 +CONFIG_SERIAL_CORE_CONSOLE=y
18616 +# CONFIG_SERIAL_JSM is not set
18617 +CONFIG_SERIAL_OF_PLATFORM=y
18618 +CONFIG_UNIX98_PTYS=y
18619 +CONFIG_LEGACY_PTYS=y
18620 +CONFIG_LEGACY_PTY_COUNT=256
18621 +# CONFIG_IPMI_HANDLER is not set
18622 +# CONFIG_HW_RANDOM is not set
18623 +# CONFIG_NVRAM is not set
18624 +# CONFIG_GEN_RTC is not set
18625 +# CONFIG_R3964 is not set
18626 +# CONFIG_APPLICOM is not set
18627 +# CONFIG_RAW_DRIVER is not set
18628 +# CONFIG_TCG_TPM is not set
18629 +CONFIG_DEVPORT=y
18630 +# CONFIG_I2C is not set
18631 +
18632 +#
18633 +# SPI support
18634 +#
18635 +# CONFIG_SPI is not set
18636 +# CONFIG_SPI_MASTER is not set
18637 +# CONFIG_W1 is not set
18638 +# CONFIG_POWER_SUPPLY is not set
18639 +# CONFIG_HWMON is not set
18640 +CONFIG_THERMAL=y
18641 +# CONFIG_WATCHDOG is not set
18642 +
18643 +#
18644 +# Sonics Silicon Backplane
18645 +#
18646 +CONFIG_SSB_POSSIBLE=y
18647 +# CONFIG_SSB is not set
18648 +
18649 +#
18650 +# Multifunction device drivers
18651 +#
18652 +# CONFIG_MFD_SM501 is not set
18653 +
18654 +#
18655 +# Multimedia devices
18656 +#
18657 +# CONFIG_VIDEO_DEV is not set
18658 +# CONFIG_DVB_CORE is not set
18659 +CONFIG_DAB=y
18660 +
18661 +#
18662 +# Graphics support
18663 +#
18664 +# CONFIG_AGP is not set
18665 +# CONFIG_DRM is not set
18666 +# CONFIG_VGASTATE is not set
18667 +CONFIG_VIDEO_OUTPUT_CONTROL=m
18668 +# CONFIG_FB is not set
18669 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
18670 +
18671 +#
18672 +# Display device support
18673 +#
18674 +# CONFIG_DISPLAY_SUPPORT is not set
18675 +
18676 +#
18677 +# Sound
18678 +#
18679 +# CONFIG_SOUND is not set
18680 +CONFIG_USB_SUPPORT=y
18681 +CONFIG_USB_ARCH_HAS_HCD=y
18682 +CONFIG_USB_ARCH_HAS_OHCI=y
18683 +CONFIG_USB_ARCH_HAS_EHCI=y
18684 +# CONFIG_USB is not set
18685 +
18686 +#
18687 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
18688 +#
18689 +# CONFIG_USB_GADGET is not set
18690 +# CONFIG_MMC is not set
18691 +# CONFIG_MEMSTICK is not set
18692 +# CONFIG_NEW_LEDS is not set
18693 +# CONFIG_INFINIBAND is not set
18694 +# CONFIG_EDAC is not set
18695 +# CONFIG_RTC_CLASS is not set
18696 +
18697 +#
18698 +# Userspace I/O
18699 +#
18700 +# CONFIG_UIO is not set
18701 +
18702 +#
18703 +# File systems
18704 +#
18705 +CONFIG_EXT2_FS=y
18706 +# CONFIG_EXT2_FS_XATTR is not set
18707 +# CONFIG_EXT2_FS_XIP is not set
18708 +# CONFIG_EXT3_FS is not set
18709 +# CONFIG_EXT4DEV_FS is not set
18710 +# CONFIG_REISERFS_FS is not set
18711 +# CONFIG_JFS_FS is not set
18712 +# CONFIG_FS_POSIX_ACL is not set
18713 +# CONFIG_XFS_FS is not set
18714 +# CONFIG_GFS2_FS is not set
18715 +# CONFIG_OCFS2_FS is not set
18716 +CONFIG_DNOTIFY=y
18717 +CONFIG_INOTIFY=y
18718 +CONFIG_INOTIFY_USER=y
18719 +# CONFIG_QUOTA is not set
18720 +# CONFIG_AUTOFS_FS is not set
18721 +# CONFIG_AUTOFS4_FS is not set
18722 +# CONFIG_FUSE_FS is not set
18723 +
18724 +#
18725 +# CD-ROM/DVD Filesystems
18726 +#
18727 +# CONFIG_ISO9660_FS is not set
18728 +# CONFIG_UDF_FS is not set
18729 +
18730 +#
18731 +# DOS/FAT/NT Filesystems
18732 +#
18733 +# CONFIG_MSDOS_FS is not set
18734 +# CONFIG_VFAT_FS is not set
18735 +# CONFIG_NTFS_FS is not set
18736 +
18737 +#
18738 +# Pseudo filesystems
18739 +#
18740 +CONFIG_PROC_FS=y
18741 +CONFIG_PROC_KCORE=y
18742 +CONFIG_PROC_SYSCTL=y
18743 +CONFIG_SYSFS=y
18744 +CONFIG_TMPFS=y
18745 +# CONFIG_TMPFS_POSIX_ACL is not set
18746 +# CONFIG_HUGETLB_PAGE is not set
18747 +# CONFIG_CONFIGFS_FS is not set
18748 +
18749 +#
18750 +# Miscellaneous filesystems
18751 +#
18752 +# CONFIG_ADFS_FS is not set
18753 +# CONFIG_AFFS_FS is not set
18754 +# CONFIG_HFS_FS is not set
18755 +# CONFIG_HFSPLUS_FS is not set
18756 +# CONFIG_BEFS_FS is not set
18757 +# CONFIG_BFS_FS is not set
18758 +# CONFIG_EFS_FS is not set
18759 +CONFIG_JFFS2_FS=y
18760 +CONFIG_JFFS2_FS_DEBUG=0
18761 +CONFIG_JFFS2_FS_WRITEBUFFER=y
18762 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
18763 +# CONFIG_JFFS2_SUMMARY is not set
18764 +# CONFIG_JFFS2_FS_XATTR is not set
18765 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
18766 +CONFIG_JFFS2_ZLIB=y
18767 +# CONFIG_JFFS2_LZO is not set
18768 +CONFIG_JFFS2_RTIME=y
18769 +# CONFIG_JFFS2_RUBIN is not set
18770 +CONFIG_CRAMFS=y
18771 +# CONFIG_VXFS_FS is not set
18772 +# CONFIG_MINIX_FS is not set
18773 +# CONFIG_HPFS_FS is not set
18774 +# CONFIG_QNX4FS_FS is not set
18775 +# CONFIG_ROMFS_FS is not set
18776 +# CONFIG_SYSV_FS is not set
18777 +# CONFIG_UFS_FS is not set
18778 +CONFIG_NETWORK_FILESYSTEMS=y
18779 +CONFIG_NFS_FS=y
18780 +CONFIG_NFS_V3=y
18781 +# CONFIG_NFS_V3_ACL is not set
18782 +# CONFIG_NFS_V4 is not set
18783 +# CONFIG_NFS_DIRECTIO is not set
18784 +# CONFIG_NFSD is not set
18785 +CONFIG_ROOT_NFS=y
18786 +CONFIG_LOCKD=y
18787 +CONFIG_LOCKD_V4=y
18788 +CONFIG_NFS_COMMON=y
18789 +CONFIG_SUNRPC=y
18790 +# CONFIG_SUNRPC_BIND34 is not set
18791 +# CONFIG_RPCSEC_GSS_KRB5 is not set
18792 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
18793 +# CONFIG_SMB_FS is not set
18794 +# CONFIG_CIFS is not set
18795 +# CONFIG_NCP_FS is not set
18796 +# CONFIG_CODA_FS is not set
18797 +# CONFIG_AFS_FS is not set
18798 +
18799 +#
18800 +# Partition Types
18801 +#
18802 +# CONFIG_PARTITION_ADVANCED is not set
18803 +CONFIG_MSDOS_PARTITION=y
18804 +# CONFIG_NLS is not set
18805 +# CONFIG_DLM is not set
18806 +
18807 +#
18808 +# Library routines
18809 +#
18810 +CONFIG_BITREVERSE=y
18811 +# CONFIG_CRC_CCITT is not set
18812 +# CONFIG_CRC16 is not set
18813 +# CONFIG_CRC_ITU_T is not set
18814 +CONFIG_CRC32=y
18815 +# CONFIG_CRC7 is not set
18816 +# CONFIG_LIBCRC32C is not set
18817 +CONFIG_ZLIB_INFLATE=y
18818 +CONFIG_ZLIB_DEFLATE=y
18819 +CONFIG_PLIST=y
18820 +CONFIG_HAS_IOMEM=y
18821 +CONFIG_HAS_IOPORT=y
18822 +CONFIG_HAS_DMA=y
18823 +
18824 +#
18825 +# Kernel hacking
18826 +#
18827 +# CONFIG_PRINTK_TIME is not set
18828 +CONFIG_ENABLE_WARN_DEPRECATED=y
18829 +CONFIG_ENABLE_MUST_CHECK=y
18830 +CONFIG_MAGIC_SYSRQ=y
18831 +# CONFIG_UNUSED_SYMBOLS is not set
18832 +CONFIG_DEBUG_FS=y
18833 +# CONFIG_HEADERS_CHECK is not set
18834 +CONFIG_DEBUG_KERNEL=y
18835 +# CONFIG_DEBUG_SHIRQ is not set
18836 +CONFIG_DETECT_SOFTLOCKUP=y
18837 +CONFIG_SCHED_DEBUG=y
18838 +# CONFIG_SCHEDSTATS is not set
18839 +# CONFIG_TIMER_STATS is not set
18840 +# CONFIG_SLUB_DEBUG_ON is not set
18841 +# CONFIG_SLUB_STATS is not set
18842 +# CONFIG_DEBUG_RT_MUTEXES is not set
18843 +# CONFIG_RT_MUTEX_TESTER is not set
18844 +# CONFIG_DEBUG_SPINLOCK is not set
18845 +# CONFIG_DEBUG_MUTEXES is not set
18846 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
18847 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
18848 +# CONFIG_DEBUG_KOBJECT is not set
18849 +# CONFIG_DEBUG_BUGVERBOSE is not set
18850 +# CONFIG_DEBUG_INFO is not set
18851 +# CONFIG_DEBUG_VM is not set
18852 +# CONFIG_DEBUG_LIST is not set
18853 +# CONFIG_DEBUG_SG is not set
18854 +# CONFIG_BOOT_PRINTK_DELAY is not set
18855 +# CONFIG_RCU_TORTURE_TEST is not set
18856 +# CONFIG_BACKTRACE_SELF_TEST is not set
18857 +# CONFIG_FAULT_INJECTION is not set
18858 +# CONFIG_SAMPLES is not set
18859 +# CONFIG_DEBUG_STACKOVERFLOW is not set
18860 +# CONFIG_DEBUG_STACK_USAGE is not set
18861 +# CONFIG_DEBUG_PAGEALLOC is not set
18862 +CONFIG_DEBUGGER=y
18863 +# CONFIG_KGDB is not set
18864 +# CONFIG_XMON is not set
18865 +# CONFIG_VIRQ_DEBUG is not set
18866 +# CONFIG_BDI_SWITCH is not set
18867 +CONFIG_PPC_EARLY_DEBUG=y
18868 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
18869 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
18870 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
18871 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
18872 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
18873 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
18874 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
18875 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
18876 +CONFIG_PPC_EARLY_DEBUG_44x=y
18877 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
18878 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
18879 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
18880 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
18881 +
18882 +#
18883 +# Security options
18884 +#
18885 +# CONFIG_KEYS is not set
18886 +# CONFIG_SECURITY is not set
18887 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
18888 +CONFIG_CRYPTO=y
18889 +CONFIG_CRYPTO_ALGAPI=y
18890 +CONFIG_CRYPTO_BLKCIPHER=y
18891 +# CONFIG_CRYPTO_SEQIV is not set
18892 +CONFIG_CRYPTO_MANAGER=y
18893 +# CONFIG_CRYPTO_HMAC is not set
18894 +# CONFIG_CRYPTO_XCBC is not set
18895 +# CONFIG_CRYPTO_NULL is not set
18896 +# CONFIG_CRYPTO_MD4 is not set
18897 +CONFIG_CRYPTO_MD5=y
18898 +# CONFIG_CRYPTO_SHA1 is not set
18899 +# CONFIG_CRYPTO_SHA256 is not set
18900 +# CONFIG_CRYPTO_SHA512 is not set
18901 +# CONFIG_CRYPTO_WP512 is not set
18902 +# CONFIG_CRYPTO_TGR192 is not set
18903 +# CONFIG_CRYPTO_GF128MUL is not set
18904 +CONFIG_CRYPTO_ECB=y
18905 +CONFIG_CRYPTO_CBC=y
18906 +CONFIG_CRYPTO_PCBC=y
18907 +# CONFIG_CRYPTO_LRW is not set
18908 +# CONFIG_CRYPTO_XTS is not set
18909 +# CONFIG_CRYPTO_CTR is not set
18910 +# CONFIG_CRYPTO_GCM is not set
18911 +# CONFIG_CRYPTO_CCM is not set
18912 +# CONFIG_CRYPTO_CRYPTD is not set
18913 +CONFIG_CRYPTO_DES=y
18914 +# CONFIG_CRYPTO_FCRYPT is not set
18915 +# CONFIG_CRYPTO_BLOWFISH is not set
18916 +# CONFIG_CRYPTO_TWOFISH is not set
18917 +# CONFIG_CRYPTO_SERPENT is not set
18918 +# CONFIG_CRYPTO_AES is not set
18919 +# CONFIG_CRYPTO_CAST5 is not set
18920 +# CONFIG_CRYPTO_CAST6 is not set
18921 +# CONFIG_CRYPTO_TEA is not set
18922 +# CONFIG_CRYPTO_ARC4 is not set
18923 +# CONFIG_CRYPTO_KHAZAD is not set
18924 +# CONFIG_CRYPTO_ANUBIS is not set
18925 +# CONFIG_CRYPTO_SEED is not set
18926 +# CONFIG_CRYPTO_SALSA20 is not set
18927 +# CONFIG_CRYPTO_DEFLATE is not set
18928 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
18929 +# CONFIG_CRYPTO_CRC32C is not set
18930 +# CONFIG_CRYPTO_CAMELLIA is not set
18931 +# CONFIG_CRYPTO_TEST is not set
18932 +# CONFIG_CRYPTO_AUTHENC is not set
18933 +# CONFIG_CRYPTO_LZO is not set
18934 +CONFIG_CRYPTO_HW=y
18935 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
18936 +# CONFIG_PPC_CLOCK is not set
18937 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/taishan_defconfig powerpc.git/arch/powerpc/configs/44x/taishan_defconfig
18938 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/taishan_defconfig 1970-01-01 01:00:00.000000000 +0100
18939 +++ powerpc.git/arch/powerpc/configs/44x/taishan_defconfig 2008-04-19 16:40:52.000000000 +0200
18940 @@ -0,0 +1,815 @@
18941 +#
18942 +# Automatically generated make config: don't edit
18943 +# Linux kernel version: 2.6.25-rc2
18944 +# Fri Feb 15 21:40:44 2008
18945 +#
18946 +# CONFIG_PPC64 is not set
18947 +
18948 +#
18949 +# Processor support
18950 +#
18951 +# CONFIG_6xx is not set
18952 +# CONFIG_PPC_85xx is not set
18953 +# CONFIG_PPC_8xx is not set
18954 +# CONFIG_40x is not set
18955 +CONFIG_44x=y
18956 +# CONFIG_E200 is not set
18957 +CONFIG_4xx=y
18958 +CONFIG_BOOKE=y
18959 +CONFIG_PTE_64BIT=y
18960 +CONFIG_PHYS_64BIT=y
18961 +# CONFIG_PPC_MM_SLICES is not set
18962 +CONFIG_NOT_COHERENT_CACHE=y
18963 +CONFIG_PPC32=y
18964 +CONFIG_WORD_SIZE=32
18965 +CONFIG_PPC_MERGE=y
18966 +CONFIG_MMU=y
18967 +CONFIG_GENERIC_CMOS_UPDATE=y
18968 +CONFIG_GENERIC_TIME=y
18969 +CONFIG_GENERIC_TIME_VSYSCALL=y
18970 +CONFIG_GENERIC_CLOCKEVENTS=y
18971 +CONFIG_GENERIC_HARDIRQS=y
18972 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
18973 +CONFIG_IRQ_PER_CPU=y
18974 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
18975 +CONFIG_ARCH_HAS_ILOG2_U32=y
18976 +CONFIG_GENERIC_HWEIGHT=y
18977 +CONFIG_GENERIC_CALIBRATE_DELAY=y
18978 +CONFIG_GENERIC_FIND_NEXT_BIT=y
18979 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
18980 +CONFIG_PPC=y
18981 +CONFIG_EARLY_PRINTK=y
18982 +CONFIG_GENERIC_NVRAM=y
18983 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
18984 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
18985 +CONFIG_PPC_OF=y
18986 +CONFIG_OF=y
18987 +CONFIG_PPC_UDBG_16550=y
18988 +# CONFIG_GENERIC_TBSYNC is not set
18989 +CONFIG_AUDIT_ARCH=y
18990 +CONFIG_GENERIC_BUG=y
18991 +# CONFIG_DEFAULT_UIMAGE is not set
18992 +CONFIG_PPC_DCR_NATIVE=y
18993 +# CONFIG_PPC_DCR_MMIO is not set
18994 +CONFIG_PPC_DCR=y
18995 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
18996 +
18997 +#
18998 +# General setup
18999 +#
19000 +CONFIG_EXPERIMENTAL=y
19001 +CONFIG_BROKEN_ON_SMP=y
19002 +CONFIG_INIT_ENV_ARG_LIMIT=32
19003 +CONFIG_LOCALVERSION=""
19004 +CONFIG_LOCALVERSION_AUTO=y
19005 +CONFIG_SWAP=y
19006 +CONFIG_SYSVIPC=y
19007 +CONFIG_SYSVIPC_SYSCTL=y
19008 +CONFIG_POSIX_MQUEUE=y
19009 +# CONFIG_BSD_PROCESS_ACCT is not set
19010 +# CONFIG_TASKSTATS is not set
19011 +# CONFIG_AUDIT is not set
19012 +# CONFIG_IKCONFIG is not set
19013 +CONFIG_LOG_BUF_SHIFT=14
19014 +# CONFIG_CGROUPS is not set
19015 +CONFIG_GROUP_SCHED=y
19016 +CONFIG_FAIR_GROUP_SCHED=y
19017 +# CONFIG_RT_GROUP_SCHED is not set
19018 +CONFIG_USER_SCHED=y
19019 +# CONFIG_CGROUP_SCHED is not set
19020 +CONFIG_SYSFS_DEPRECATED=y
19021 +# CONFIG_RELAY is not set
19022 +# CONFIG_NAMESPACES is not set
19023 +CONFIG_BLK_DEV_INITRD=y
19024 +CONFIG_INITRAMFS_SOURCE=""
19025 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
19026 +CONFIG_SYSCTL=y
19027 +CONFIG_EMBEDDED=y
19028 +CONFIG_SYSCTL_SYSCALL=y
19029 +CONFIG_KALLSYMS=y
19030 +# CONFIG_KALLSYMS_ALL is not set
19031 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
19032 +CONFIG_HOTPLUG=y
19033 +CONFIG_PRINTK=y
19034 +CONFIG_BUG=y
19035 +CONFIG_ELF_CORE=y
19036 +CONFIG_COMPAT_BRK=y
19037 +CONFIG_BASE_FULL=y
19038 +CONFIG_FUTEX=y
19039 +CONFIG_ANON_INODES=y
19040 +CONFIG_EPOLL=y
19041 +CONFIG_SIGNALFD=y
19042 +CONFIG_TIMERFD=y
19043 +CONFIG_EVENTFD=y
19044 +CONFIG_SHMEM=y
19045 +CONFIG_VM_EVENT_COUNTERS=y
19046 +CONFIG_SLUB_DEBUG=y
19047 +# CONFIG_SLAB is not set
19048 +CONFIG_SLUB=y
19049 +# CONFIG_SLOB is not set
19050 +# CONFIG_PROFILING is not set
19051 +# CONFIG_MARKERS is not set
19052 +CONFIG_HAVE_OPROFILE=y
19053 +# CONFIG_KPROBES is not set
19054 +CONFIG_HAVE_KPROBES=y
19055 +CONFIG_PROC_PAGE_MONITOR=y
19056 +CONFIG_SLABINFO=y
19057 +CONFIG_RT_MUTEXES=y
19058 +# CONFIG_TINY_SHMEM is not set
19059 +CONFIG_BASE_SMALL=0
19060 +CONFIG_MODULES=y
19061 +CONFIG_MODULE_UNLOAD=y
19062 +# CONFIG_MODULE_FORCE_UNLOAD is not set
19063 +# CONFIG_MODVERSIONS is not set
19064 +# CONFIG_MODULE_SRCVERSION_ALL is not set
19065 +CONFIG_KMOD=y
19066 +CONFIG_BLOCK=y
19067 +CONFIG_LBD=y
19068 +# CONFIG_BLK_DEV_IO_TRACE is not set
19069 +# CONFIG_LSF is not set
19070 +# CONFIG_BLK_DEV_BSG is not set
19071 +
19072 +#
19073 +# IO Schedulers
19074 +#
19075 +CONFIG_IOSCHED_NOOP=y
19076 +CONFIG_IOSCHED_AS=y
19077 +CONFIG_IOSCHED_DEADLINE=y
19078 +CONFIG_IOSCHED_CFQ=y
19079 +CONFIG_DEFAULT_AS=y
19080 +# CONFIG_DEFAULT_DEADLINE is not set
19081 +# CONFIG_DEFAULT_CFQ is not set
19082 +# CONFIG_DEFAULT_NOOP is not set
19083 +CONFIG_DEFAULT_IOSCHED="anticipatory"
19084 +CONFIG_CLASSIC_RCU=y
19085 +# CONFIG_PREEMPT_RCU is not set
19086 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
19087 +
19088 +#
19089 +# Platform support
19090 +#
19091 +# CONFIG_PPC_MPC512x is not set
19092 +# CONFIG_PPC_MPC5121 is not set
19093 +# CONFIG_PPC_CELL is not set
19094 +# CONFIG_PPC_CELL_NATIVE is not set
19095 +# CONFIG_PQ2ADS is not set
19096 +# CONFIG_BAMBOO is not set
19097 +# CONFIG_EBONY is not set
19098 +# CONFIG_SEQUOIA is not set
19099 +CONFIG_TAISHAN=y
19100 +# CONFIG_KATMAI is not set
19101 +# CONFIG_RAINIER is not set
19102 +# CONFIG_WARP is not set
19103 +CONFIG_440GX=y
19104 +# CONFIG_IPIC is not set
19105 +# CONFIG_MPIC is not set
19106 +# CONFIG_MPIC_WEIRD is not set
19107 +# CONFIG_PPC_I8259 is not set
19108 +# CONFIG_PPC_RTAS is not set
19109 +# CONFIG_MMIO_NVRAM is not set
19110 +# CONFIG_PPC_MPC106 is not set
19111 +# CONFIG_PPC_970_NAP is not set
19112 +# CONFIG_PPC_INDIRECT_IO is not set
19113 +# CONFIG_GENERIC_IOMAP is not set
19114 +# CONFIG_CPU_FREQ is not set
19115 +# CONFIG_FSL_ULI1575 is not set
19116 +
19117 +#
19118 +# Kernel options
19119 +#
19120 +# CONFIG_HIGHMEM is not set
19121 +# CONFIG_TICK_ONESHOT is not set
19122 +# CONFIG_NO_HZ is not set
19123 +# CONFIG_HIGH_RES_TIMERS is not set
19124 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
19125 +# CONFIG_HZ_100 is not set
19126 +CONFIG_HZ_250=y
19127 +# CONFIG_HZ_300 is not set
19128 +# CONFIG_HZ_1000 is not set
19129 +CONFIG_HZ=250
19130 +# CONFIG_SCHED_HRTICK is not set
19131 +CONFIG_PREEMPT_NONE=y
19132 +# CONFIG_PREEMPT_VOLUNTARY is not set
19133 +# CONFIG_PREEMPT is not set
19134 +CONFIG_RCU_TRACE=y
19135 +CONFIG_BINFMT_ELF=y
19136 +# CONFIG_BINFMT_MISC is not set
19137 +# CONFIG_MATH_EMULATION is not set
19138 +# CONFIG_IOMMU_HELPER is not set
19139 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
19140 +CONFIG_ARCH_HAS_WALK_MEMORY=y
19141 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
19142 +CONFIG_ARCH_FLATMEM_ENABLE=y
19143 +CONFIG_ARCH_POPULATES_NODE_MAP=y
19144 +CONFIG_SELECT_MEMORY_MODEL=y
19145 +CONFIG_FLATMEM_MANUAL=y
19146 +# CONFIG_DISCONTIGMEM_MANUAL is not set
19147 +# CONFIG_SPARSEMEM_MANUAL is not set
19148 +CONFIG_FLATMEM=y
19149 +CONFIG_FLAT_NODE_MEM_MAP=y
19150 +# CONFIG_SPARSEMEM_STATIC is not set
19151 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
19152 +CONFIG_SPLIT_PTLOCK_CPUS=4
19153 +CONFIG_RESOURCES_64BIT=y
19154 +CONFIG_ZONE_DMA_FLAG=1
19155 +CONFIG_BOUNCE=y
19156 +CONFIG_VIRT_TO_BUS=y
19157 +CONFIG_PROC_DEVICETREE=y
19158 +CONFIG_CMDLINE_BOOL=y
19159 +CONFIG_CMDLINE=""
19160 +CONFIG_SECCOMP=y
19161 +CONFIG_ISA_DMA_API=y
19162 +
19163 +#
19164 +# Bus options
19165 +#
19166 +CONFIG_ZONE_DMA=y
19167 +CONFIG_PPC_INDIRECT_PCI=y
19168 +CONFIG_PCI=y
19169 +CONFIG_PCI_DOMAINS=y
19170 +CONFIG_PCI_SYSCALL=y
19171 +# CONFIG_PCIEPORTBUS is not set
19172 +CONFIG_ARCH_SUPPORTS_MSI=y
19173 +# CONFIG_PCI_MSI is not set
19174 +CONFIG_PCI_LEGACY=y
19175 +# CONFIG_PCI_DEBUG is not set
19176 +# CONFIG_PCCARD is not set
19177 +# CONFIG_HOTPLUG_PCI is not set
19178 +
19179 +#
19180 +# Advanced setup
19181 +#
19182 +# CONFIG_ADVANCED_OPTIONS is not set
19183 +
19184 +#
19185 +# Default settings for advanced configuration options are used
19186 +#
19187 +CONFIG_HIGHMEM_START=0xfe000000
19188 +CONFIG_LOWMEM_SIZE=0x30000000
19189 +CONFIG_KERNEL_START=0xc0000000
19190 +CONFIG_TASK_SIZE=0xc0000000
19191 +CONFIG_CONSISTENT_START=0xff100000
19192 +CONFIG_CONSISTENT_SIZE=0x00200000
19193 +CONFIG_BOOT_LOAD=0x01000000
19194 +
19195 +#
19196 +# Networking
19197 +#
19198 +CONFIG_NET=y
19199 +
19200 +#
19201 +# Networking options
19202 +#
19203 +CONFIG_PACKET=y
19204 +# CONFIG_PACKET_MMAP is not set
19205 +CONFIG_UNIX=y
19206 +# CONFIG_NET_KEY is not set
19207 +CONFIG_INET=y
19208 +# CONFIG_IP_MULTICAST is not set
19209 +# CONFIG_IP_ADVANCED_ROUTER is not set
19210 +CONFIG_IP_FIB_HASH=y
19211 +CONFIG_IP_PNP=y
19212 +CONFIG_IP_PNP_DHCP=y
19213 +CONFIG_IP_PNP_BOOTP=y
19214 +# CONFIG_IP_PNP_RARP is not set
19215 +# CONFIG_NET_IPIP is not set
19216 +# CONFIG_NET_IPGRE is not set
19217 +# CONFIG_ARPD is not set
19218 +# CONFIG_SYN_COOKIES is not set
19219 +# CONFIG_INET_AH is not set
19220 +# CONFIG_INET_ESP is not set
19221 +# CONFIG_INET_IPCOMP is not set
19222 +# CONFIG_INET_XFRM_TUNNEL is not set
19223 +# CONFIG_INET_TUNNEL is not set
19224 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
19225 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
19226 +# CONFIG_INET_XFRM_MODE_BEET is not set
19227 +# CONFIG_INET_LRO is not set
19228 +CONFIG_INET_DIAG=y
19229 +CONFIG_INET_TCP_DIAG=y
19230 +# CONFIG_TCP_CONG_ADVANCED is not set
19231 +CONFIG_TCP_CONG_CUBIC=y
19232 +CONFIG_DEFAULT_TCP_CONG="cubic"
19233 +# CONFIG_TCP_MD5SIG is not set
19234 +# CONFIG_IPV6 is not set
19235 +# CONFIG_INET6_XFRM_TUNNEL is not set
19236 +# CONFIG_INET6_TUNNEL is not set
19237 +# CONFIG_NETWORK_SECMARK is not set
19238 +# CONFIG_NETFILTER is not set
19239 +# CONFIG_IP_DCCP is not set
19240 +# CONFIG_IP_SCTP is not set
19241 +# CONFIG_TIPC is not set
19242 +# CONFIG_ATM is not set
19243 +# CONFIG_BRIDGE is not set
19244 +# CONFIG_VLAN_8021Q is not set
19245 +# CONFIG_DECNET is not set
19246 +# CONFIG_LLC2 is not set
19247 +# CONFIG_IPX is not set
19248 +# CONFIG_ATALK is not set
19249 +# CONFIG_X25 is not set
19250 +# CONFIG_LAPB is not set
19251 +# CONFIG_ECONET is not set
19252 +# CONFIG_WAN_ROUTER is not set
19253 +# CONFIG_NET_SCHED is not set
19254 +
19255 +#
19256 +# Network testing
19257 +#
19258 +# CONFIG_NET_PKTGEN is not set
19259 +# CONFIG_HAMRADIO is not set
19260 +# CONFIG_CAN is not set
19261 +# CONFIG_IRDA is not set
19262 +# CONFIG_BT is not set
19263 +# CONFIG_AF_RXRPC is not set
19264 +
19265 +#
19266 +# Wireless
19267 +#
19268 +# CONFIG_CFG80211 is not set
19269 +# CONFIG_WIRELESS_EXT is not set
19270 +# CONFIG_MAC80211 is not set
19271 +# CONFIG_IEEE80211 is not set
19272 +# CONFIG_RFKILL is not set
19273 +# CONFIG_NET_9P is not set
19274 +
19275 +#
19276 +# Device Drivers
19277 +#
19278 +
19279 +#
19280 +# Generic Driver Options
19281 +#
19282 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
19283 +CONFIG_STANDALONE=y
19284 +CONFIG_PREVENT_FIRMWARE_BUILD=y
19285 +CONFIG_FW_LOADER=y
19286 +# CONFIG_DEBUG_DRIVER is not set
19287 +# CONFIG_DEBUG_DEVRES is not set
19288 +# CONFIG_SYS_HYPERVISOR is not set
19289 +CONFIG_CONNECTOR=y
19290 +CONFIG_PROC_EVENTS=y
19291 +# CONFIG_MTD is not set
19292 +CONFIG_OF_DEVICE=y
19293 +# CONFIG_PARPORT is not set
19294 +CONFIG_BLK_DEV=y
19295 +# CONFIG_BLK_DEV_FD is not set
19296 +# CONFIG_BLK_CPQ_DA is not set
19297 +# CONFIG_BLK_CPQ_CISS_DA is not set
19298 +# CONFIG_BLK_DEV_DAC960 is not set
19299 +# CONFIG_BLK_DEV_UMEM is not set
19300 +# CONFIG_BLK_DEV_COW_COMMON is not set
19301 +# CONFIG_BLK_DEV_LOOP is not set
19302 +# CONFIG_BLK_DEV_NBD is not set
19303 +# CONFIG_BLK_DEV_SX8 is not set
19304 +CONFIG_BLK_DEV_RAM=y
19305 +CONFIG_BLK_DEV_RAM_COUNT=16
19306 +CONFIG_BLK_DEV_RAM_SIZE=35000
19307 +# CONFIG_BLK_DEV_XIP is not set
19308 +# CONFIG_CDROM_PKTCDVD is not set
19309 +# CONFIG_ATA_OVER_ETH is not set
19310 +# CONFIG_XILINX_SYSACE is not set
19311 +CONFIG_MISC_DEVICES=y
19312 +# CONFIG_PHANTOM is not set
19313 +# CONFIG_EEPROM_93CX6 is not set
19314 +# CONFIG_SGI_IOC4 is not set
19315 +# CONFIG_TIFM_CORE is not set
19316 +# CONFIG_ENCLOSURE_SERVICES is not set
19317 +CONFIG_HAVE_IDE=y
19318 +# CONFIG_IDE is not set
19319 +
19320 +#
19321 +# SCSI device support
19322 +#
19323 +# CONFIG_RAID_ATTRS is not set
19324 +# CONFIG_SCSI is not set
19325 +# CONFIG_SCSI_DMA is not set
19326 +# CONFIG_SCSI_NETLINK is not set
19327 +# CONFIG_ATA is not set
19328 +# CONFIG_MD is not set
19329 +# CONFIG_FUSION is not set
19330 +
19331 +#
19332 +# IEEE 1394 (FireWire) support
19333 +#
19334 +# CONFIG_FIREWIRE is not set
19335 +# CONFIG_IEEE1394 is not set
19336 +# CONFIG_I2O is not set
19337 +CONFIG_MACINTOSH_DRIVERS=y
19338 +# CONFIG_MAC_EMUMOUSEBTN is not set
19339 +# CONFIG_WINDFARM is not set
19340 +CONFIG_NETDEVICES=y
19341 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
19342 +# CONFIG_DUMMY is not set
19343 +# CONFIG_BONDING is not set
19344 +# CONFIG_MACVLAN is not set
19345 +# CONFIG_EQUALIZER is not set
19346 +# CONFIG_TUN is not set
19347 +# CONFIG_VETH is not set
19348 +# CONFIG_ARCNET is not set
19349 +# CONFIG_PHYLIB is not set
19350 +CONFIG_NET_ETHERNET=y
19351 +# CONFIG_MII is not set
19352 +# CONFIG_HAPPYMEAL is not set
19353 +# CONFIG_SUNGEM is not set
19354 +# CONFIG_CASSINI is not set
19355 +# CONFIG_NET_VENDOR_3COM is not set
19356 +# CONFIG_NET_TULIP is not set
19357 +# CONFIG_HP100 is not set
19358 +CONFIG_IBM_NEW_EMAC=y
19359 +CONFIG_IBM_NEW_EMAC_RXB=128
19360 +CONFIG_IBM_NEW_EMAC_TXB=64
19361 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
19362 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
19363 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
19364 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
19365 +CONFIG_IBM_NEW_EMAC_ZMII=y
19366 +CONFIG_IBM_NEW_EMAC_RGMII=y
19367 +CONFIG_IBM_NEW_EMAC_TAH=y
19368 +CONFIG_IBM_NEW_EMAC_EMAC4=y
19369 +# CONFIG_NET_PCI is not set
19370 +# CONFIG_B44 is not set
19371 +CONFIG_NETDEV_1000=y
19372 +# CONFIG_ACENIC is not set
19373 +# CONFIG_DL2K is not set
19374 +# CONFIG_E1000 is not set
19375 +# CONFIG_E1000E is not set
19376 +# CONFIG_E1000E_ENABLED is not set
19377 +# CONFIG_IP1000 is not set
19378 +# CONFIG_IGB is not set
19379 +# CONFIG_NS83820 is not set
19380 +# CONFIG_HAMACHI is not set
19381 +# CONFIG_YELLOWFIN is not set
19382 +# CONFIG_R8169 is not set
19383 +# CONFIG_SIS190 is not set
19384 +# CONFIG_SKGE is not set
19385 +# CONFIG_SKY2 is not set
19386 +# CONFIG_SK98LIN is not set
19387 +# CONFIG_VIA_VELOCITY is not set
19388 +# CONFIG_TIGON3 is not set
19389 +# CONFIG_BNX2 is not set
19390 +# CONFIG_QLA3XXX is not set
19391 +# CONFIG_ATL1 is not set
19392 +CONFIG_NETDEV_10000=y
19393 +# CONFIG_CHELSIO_T1 is not set
19394 +# CONFIG_CHELSIO_T3 is not set
19395 +# CONFIG_IXGBE is not set
19396 +# CONFIG_IXGB is not set
19397 +# CONFIG_S2IO is not set
19398 +# CONFIG_MYRI10GE is not set
19399 +# CONFIG_NETXEN_NIC is not set
19400 +# CONFIG_NIU is not set
19401 +# CONFIG_MLX4_CORE is not set
19402 +# CONFIG_TEHUTI is not set
19403 +# CONFIG_BNX2X is not set
19404 +# CONFIG_TR is not set
19405 +
19406 +#
19407 +# Wireless LAN
19408 +#
19409 +# CONFIG_WLAN_PRE80211 is not set
19410 +# CONFIG_WLAN_80211 is not set
19411 +# CONFIG_WAN is not set
19412 +# CONFIG_FDDI is not set
19413 +# CONFIG_HIPPI is not set
19414 +# CONFIG_PPP is not set
19415 +# CONFIG_SLIP is not set
19416 +# CONFIG_NETCONSOLE is not set
19417 +# CONFIG_NETPOLL is not set
19418 +# CONFIG_NET_POLL_CONTROLLER is not set
19419 +# CONFIG_ISDN is not set
19420 +# CONFIG_PHONE is not set
19421 +
19422 +#
19423 +# Input device support
19424 +#
19425 +# CONFIG_INPUT is not set
19426 +
19427 +#
19428 +# Hardware I/O ports
19429 +#
19430 +# CONFIG_SERIO is not set
19431 +# CONFIG_GAMEPORT is not set
19432 +
19433 +#
19434 +# Character devices
19435 +#
19436 +# CONFIG_VT is not set
19437 +# CONFIG_SERIAL_NONSTANDARD is not set
19438 +# CONFIG_NOZOMI is not set
19439 +
19440 +#
19441 +# Serial drivers
19442 +#
19443 +CONFIG_SERIAL_8250=y
19444 +CONFIG_SERIAL_8250_CONSOLE=y
19445 +# CONFIG_SERIAL_8250_PCI is not set
19446 +CONFIG_SERIAL_8250_NR_UARTS=4
19447 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
19448 +CONFIG_SERIAL_8250_EXTENDED=y
19449 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
19450 +CONFIG_SERIAL_8250_SHARE_IRQ=y
19451 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
19452 +# CONFIG_SERIAL_8250_RSA is not set
19453 +
19454 +#
19455 +# Non-8250 serial port support
19456 +#
19457 +# CONFIG_SERIAL_UARTLITE is not set
19458 +CONFIG_SERIAL_CORE=y
19459 +CONFIG_SERIAL_CORE_CONSOLE=y
19460 +# CONFIG_SERIAL_JSM is not set
19461 +CONFIG_SERIAL_OF_PLATFORM=y
19462 +CONFIG_UNIX98_PTYS=y
19463 +CONFIG_LEGACY_PTYS=y
19464 +CONFIG_LEGACY_PTY_COUNT=256
19465 +# CONFIG_IPMI_HANDLER is not set
19466 +# CONFIG_HW_RANDOM is not set
19467 +# CONFIG_NVRAM is not set
19468 +# CONFIG_GEN_RTC is not set
19469 +# CONFIG_R3964 is not set
19470 +# CONFIG_APPLICOM is not set
19471 +# CONFIG_RAW_DRIVER is not set
19472 +# CONFIG_TCG_TPM is not set
19473 +CONFIG_DEVPORT=y
19474 +# CONFIG_I2C is not set
19475 +
19476 +#
19477 +# SPI support
19478 +#
19479 +# CONFIG_SPI is not set
19480 +# CONFIG_SPI_MASTER is not set
19481 +# CONFIG_W1 is not set
19482 +# CONFIG_POWER_SUPPLY is not set
19483 +# CONFIG_HWMON is not set
19484 +CONFIG_THERMAL=y
19485 +# CONFIG_WATCHDOG is not set
19486 +
19487 +#
19488 +# Sonics Silicon Backplane
19489 +#
19490 +CONFIG_SSB_POSSIBLE=y
19491 +# CONFIG_SSB is not set
19492 +
19493 +#
19494 +# Multifunction device drivers
19495 +#
19496 +# CONFIG_MFD_SM501 is not set
19497 +
19498 +#
19499 +# Multimedia devices
19500 +#
19501 +# CONFIG_VIDEO_DEV is not set
19502 +# CONFIG_DVB_CORE is not set
19503 +CONFIG_DAB=y
19504 +
19505 +#
19506 +# Graphics support
19507 +#
19508 +# CONFIG_AGP is not set
19509 +# CONFIG_DRM is not set
19510 +# CONFIG_VGASTATE is not set
19511 +CONFIG_VIDEO_OUTPUT_CONTROL=m
19512 +# CONFIG_FB is not set
19513 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
19514 +
19515 +#
19516 +# Display device support
19517 +#
19518 +# CONFIG_DISPLAY_SUPPORT is not set
19519 +
19520 +#
19521 +# Sound
19522 +#
19523 +# CONFIG_SOUND is not set
19524 +CONFIG_USB_SUPPORT=y
19525 +CONFIG_USB_ARCH_HAS_HCD=y
19526 +CONFIG_USB_ARCH_HAS_OHCI=y
19527 +CONFIG_USB_ARCH_HAS_EHCI=y
19528 +# CONFIG_USB is not set
19529 +
19530 +#
19531 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
19532 +#
19533 +# CONFIG_USB_GADGET is not set
19534 +# CONFIG_MMC is not set
19535 +# CONFIG_MEMSTICK is not set
19536 +# CONFIG_NEW_LEDS is not set
19537 +# CONFIG_INFINIBAND is not set
19538 +# CONFIG_EDAC is not set
19539 +# CONFIG_RTC_CLASS is not set
19540 +
19541 +#
19542 +# Userspace I/O
19543 +#
19544 +# CONFIG_UIO is not set
19545 +
19546 +#
19547 +# File systems
19548 +#
19549 +CONFIG_EXT2_FS=y
19550 +# CONFIG_EXT2_FS_XATTR is not set
19551 +# CONFIG_EXT2_FS_XIP is not set
19552 +# CONFIG_EXT3_FS is not set
19553 +# CONFIG_EXT4DEV_FS is not set
19554 +# CONFIG_REISERFS_FS is not set
19555 +# CONFIG_JFS_FS is not set
19556 +# CONFIG_FS_POSIX_ACL is not set
19557 +# CONFIG_XFS_FS is not set
19558 +# CONFIG_GFS2_FS is not set
19559 +# CONFIG_OCFS2_FS is not set
19560 +CONFIG_DNOTIFY=y
19561 +CONFIG_INOTIFY=y
19562 +CONFIG_INOTIFY_USER=y
19563 +# CONFIG_QUOTA is not set
19564 +# CONFIG_AUTOFS_FS is not set
19565 +# CONFIG_AUTOFS4_FS is not set
19566 +# CONFIG_FUSE_FS is not set
19567 +
19568 +#
19569 +# CD-ROM/DVD Filesystems
19570 +#
19571 +# CONFIG_ISO9660_FS is not set
19572 +# CONFIG_UDF_FS is not set
19573 +
19574 +#
19575 +# DOS/FAT/NT Filesystems
19576 +#
19577 +# CONFIG_MSDOS_FS is not set
19578 +# CONFIG_VFAT_FS is not set
19579 +# CONFIG_NTFS_FS is not set
19580 +
19581 +#
19582 +# Pseudo filesystems
19583 +#
19584 +CONFIG_PROC_FS=y
19585 +CONFIG_PROC_KCORE=y
19586 +CONFIG_PROC_SYSCTL=y
19587 +CONFIG_SYSFS=y
19588 +CONFIG_TMPFS=y
19589 +# CONFIG_TMPFS_POSIX_ACL is not set
19590 +# CONFIG_HUGETLB_PAGE is not set
19591 +# CONFIG_CONFIGFS_FS is not set
19592 +
19593 +#
19594 +# Miscellaneous filesystems
19595 +#
19596 +# CONFIG_ADFS_FS is not set
19597 +# CONFIG_AFFS_FS is not set
19598 +# CONFIG_HFS_FS is not set
19599 +# CONFIG_HFSPLUS_FS is not set
19600 +# CONFIG_BEFS_FS is not set
19601 +# CONFIG_BFS_FS is not set
19602 +# CONFIG_EFS_FS is not set
19603 +CONFIG_CRAMFS=y
19604 +# CONFIG_VXFS_FS is not set
19605 +# CONFIG_MINIX_FS is not set
19606 +# CONFIG_HPFS_FS is not set
19607 +# CONFIG_QNX4FS_FS is not set
19608 +# CONFIG_ROMFS_FS is not set
19609 +# CONFIG_SYSV_FS is not set
19610 +# CONFIG_UFS_FS is not set
19611 +CONFIG_NETWORK_FILESYSTEMS=y
19612 +CONFIG_NFS_FS=y
19613 +CONFIG_NFS_V3=y
19614 +# CONFIG_NFS_V3_ACL is not set
19615 +# CONFIG_NFS_V4 is not set
19616 +# CONFIG_NFS_DIRECTIO is not set
19617 +# CONFIG_NFSD is not set
19618 +CONFIG_ROOT_NFS=y
19619 +CONFIG_LOCKD=y
19620 +CONFIG_LOCKD_V4=y
19621 +CONFIG_NFS_COMMON=y
19622 +CONFIG_SUNRPC=y
19623 +# CONFIG_SUNRPC_BIND34 is not set
19624 +# CONFIG_RPCSEC_GSS_KRB5 is not set
19625 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
19626 +# CONFIG_SMB_FS is not set
19627 +# CONFIG_CIFS is not set
19628 +# CONFIG_NCP_FS is not set
19629 +# CONFIG_CODA_FS is not set
19630 +# CONFIG_AFS_FS is not set
19631 +
19632 +#
19633 +# Partition Types
19634 +#
19635 +# CONFIG_PARTITION_ADVANCED is not set
19636 +CONFIG_MSDOS_PARTITION=y
19637 +# CONFIG_NLS is not set
19638 +# CONFIG_DLM is not set
19639 +
19640 +#
19641 +# Library routines
19642 +#
19643 +CONFIG_BITREVERSE=y
19644 +# CONFIG_CRC_CCITT is not set
19645 +# CONFIG_CRC16 is not set
19646 +# CONFIG_CRC_ITU_T is not set
19647 +CONFIG_CRC32=y
19648 +# CONFIG_CRC7 is not set
19649 +# CONFIG_LIBCRC32C is not set
19650 +CONFIG_ZLIB_INFLATE=y
19651 +CONFIG_PLIST=y
19652 +CONFIG_HAS_IOMEM=y
19653 +CONFIG_HAS_IOPORT=y
19654 +CONFIG_HAS_DMA=y
19655 +
19656 +#
19657 +# Kernel hacking
19658 +#
19659 +# CONFIG_PRINTK_TIME is not set
19660 +CONFIG_ENABLE_WARN_DEPRECATED=y
19661 +CONFIG_ENABLE_MUST_CHECK=y
19662 +CONFIG_MAGIC_SYSRQ=y
19663 +# CONFIG_UNUSED_SYMBOLS is not set
19664 +CONFIG_DEBUG_FS=y
19665 +# CONFIG_HEADERS_CHECK is not set
19666 +CONFIG_DEBUG_KERNEL=y
19667 +# CONFIG_DEBUG_SHIRQ is not set
19668 +CONFIG_DETECT_SOFTLOCKUP=y
19669 +CONFIG_SCHED_DEBUG=y
19670 +# CONFIG_SCHEDSTATS is not set
19671 +# CONFIG_TIMER_STATS is not set
19672 +# CONFIG_SLUB_DEBUG_ON is not set
19673 +# CONFIG_SLUB_STATS is not set
19674 +# CONFIG_DEBUG_RT_MUTEXES is not set
19675 +# CONFIG_RT_MUTEX_TESTER is not set
19676 +# CONFIG_DEBUG_SPINLOCK is not set
19677 +# CONFIG_DEBUG_MUTEXES is not set
19678 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
19679 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
19680 +# CONFIG_DEBUG_KOBJECT is not set
19681 +# CONFIG_DEBUG_BUGVERBOSE is not set
19682 +# CONFIG_DEBUG_INFO is not set
19683 +# CONFIG_DEBUG_VM is not set
19684 +# CONFIG_DEBUG_LIST is not set
19685 +# CONFIG_DEBUG_SG is not set
19686 +# CONFIG_BOOT_PRINTK_DELAY is not set
19687 +# CONFIG_RCU_TORTURE_TEST is not set
19688 +# CONFIG_BACKTRACE_SELF_TEST is not set
19689 +# CONFIG_FAULT_INJECTION is not set
19690 +# CONFIG_SAMPLES is not set
19691 +# CONFIG_DEBUG_STACKOVERFLOW is not set
19692 +# CONFIG_DEBUG_STACK_USAGE is not set
19693 +# CONFIG_DEBUG_PAGEALLOC is not set
19694 +CONFIG_DEBUGGER=y
19695 +# CONFIG_KGDB is not set
19696 +# CONFIG_XMON is not set
19697 +# CONFIG_VIRQ_DEBUG is not set
19698 +# CONFIG_BDI_SWITCH is not set
19699 +# CONFIG_PPC_EARLY_DEBUG is not set
19700 +
19701 +#
19702 +# Security options
19703 +#
19704 +# CONFIG_KEYS is not set
19705 +# CONFIG_SECURITY is not set
19706 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
19707 +CONFIG_CRYPTO=y
19708 +CONFIG_CRYPTO_ALGAPI=y
19709 +CONFIG_CRYPTO_BLKCIPHER=y
19710 +# CONFIG_CRYPTO_SEQIV is not set
19711 +CONFIG_CRYPTO_MANAGER=y
19712 +# CONFIG_CRYPTO_HMAC is not set
19713 +# CONFIG_CRYPTO_XCBC is not set
19714 +# CONFIG_CRYPTO_NULL is not set
19715 +# CONFIG_CRYPTO_MD4 is not set
19716 +CONFIG_CRYPTO_MD5=y
19717 +# CONFIG_CRYPTO_SHA1 is not set
19718 +# CONFIG_CRYPTO_SHA256 is not set
19719 +# CONFIG_CRYPTO_SHA512 is not set
19720 +# CONFIG_CRYPTO_WP512 is not set
19721 +# CONFIG_CRYPTO_TGR192 is not set
19722 +# CONFIG_CRYPTO_GF128MUL is not set
19723 +CONFIG_CRYPTO_ECB=y
19724 +CONFIG_CRYPTO_CBC=y
19725 +CONFIG_CRYPTO_PCBC=y
19726 +# CONFIG_CRYPTO_LRW is not set
19727 +# CONFIG_CRYPTO_XTS is not set
19728 +# CONFIG_CRYPTO_CTR is not set
19729 +# CONFIG_CRYPTO_GCM is not set
19730 +# CONFIG_CRYPTO_CCM is not set
19731 +# CONFIG_CRYPTO_CRYPTD is not set
19732 +CONFIG_CRYPTO_DES=y
19733 +# CONFIG_CRYPTO_FCRYPT is not set
19734 +# CONFIG_CRYPTO_BLOWFISH is not set
19735 +# CONFIG_CRYPTO_TWOFISH is not set
19736 +# CONFIG_CRYPTO_SERPENT is not set
19737 +# CONFIG_CRYPTO_AES is not set
19738 +# CONFIG_CRYPTO_CAST5 is not set
19739 +# CONFIG_CRYPTO_CAST6 is not set
19740 +# CONFIG_CRYPTO_TEA is not set
19741 +# CONFIG_CRYPTO_ARC4 is not set
19742 +# CONFIG_CRYPTO_KHAZAD is not set
19743 +# CONFIG_CRYPTO_ANUBIS is not set
19744 +# CONFIG_CRYPTO_SEED is not set
19745 +# CONFIG_CRYPTO_SALSA20 is not set
19746 +# CONFIG_CRYPTO_DEFLATE is not set
19747 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
19748 +# CONFIG_CRYPTO_CRC32C is not set
19749 +# CONFIG_CRYPTO_CAMELLIA is not set
19750 +# CONFIG_CRYPTO_TEST is not set
19751 +# CONFIG_CRYPTO_AUTHENC is not set
19752 +# CONFIG_CRYPTO_LZO is not set
19753 +CONFIG_CRYPTO_HW=y
19754 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
19755 +# CONFIG_PPC_CLOCK is not set
19756 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/44x/warp_defconfig powerpc.git/arch/powerpc/configs/44x/warp_defconfig
19757 --- linux-2.6.25-rc9/arch/powerpc/configs/44x/warp_defconfig 1970-01-01 01:00:00.000000000 +0100
19758 +++ powerpc.git/arch/powerpc/configs/44x/warp_defconfig 2008-04-19 16:40:52.000000000 +0200
19759 @@ -0,0 +1,1110 @@
19760 +#
19761 +# Automatically generated make config: don't edit
19762 +# Linux kernel version: 2.6.25-rc2
19763 +# Fri Feb 15 21:54:43 2008
19764 +#
19765 +# CONFIG_PPC64 is not set
19766 +
19767 +#
19768 +# Processor support
19769 +#
19770 +# CONFIG_6xx is not set
19771 +# CONFIG_PPC_85xx is not set
19772 +# CONFIG_PPC_8xx is not set
19773 +# CONFIG_40x is not set
19774 +CONFIG_44x=y
19775 +# CONFIG_E200 is not set
19776 +CONFIG_PPC_FPU=y
19777 +CONFIG_4xx=y
19778 +CONFIG_BOOKE=y
19779 +CONFIG_PTE_64BIT=y
19780 +CONFIG_PHYS_64BIT=y
19781 +# CONFIG_PPC_MM_SLICES is not set
19782 +CONFIG_NOT_COHERENT_CACHE=y
19783 +CONFIG_PPC32=y
19784 +CONFIG_WORD_SIZE=32
19785 +CONFIG_PPC_MERGE=y
19786 +CONFIG_MMU=y
19787 +CONFIG_GENERIC_CMOS_UPDATE=y
19788 +CONFIG_GENERIC_TIME=y
19789 +CONFIG_GENERIC_TIME_VSYSCALL=y
19790 +CONFIG_GENERIC_CLOCKEVENTS=y
19791 +CONFIG_GENERIC_HARDIRQS=y
19792 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
19793 +CONFIG_IRQ_PER_CPU=y
19794 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
19795 +CONFIG_ARCH_HAS_ILOG2_U32=y
19796 +CONFIG_GENERIC_HWEIGHT=y
19797 +CONFIG_GENERIC_CALIBRATE_DELAY=y
19798 +CONFIG_GENERIC_FIND_NEXT_BIT=y
19799 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
19800 +CONFIG_PPC=y
19801 +CONFIG_EARLY_PRINTK=y
19802 +CONFIG_GENERIC_NVRAM=y
19803 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
19804 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
19805 +CONFIG_PPC_OF=y
19806 +CONFIG_OF=y
19807 +CONFIG_PPC_UDBG_16550=y
19808 +# CONFIG_GENERIC_TBSYNC is not set
19809 +CONFIG_AUDIT_ARCH=y
19810 +CONFIG_GENERIC_BUG=y
19811 +# CONFIG_DEFAULT_UIMAGE is not set
19812 +CONFIG_PPC_DCR_NATIVE=y
19813 +# CONFIG_PPC_DCR_MMIO is not set
19814 +CONFIG_PPC_DCR=y
19815 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
19816 +
19817 +#
19818 +# General setup
19819 +#
19820 +CONFIG_EXPERIMENTAL=y
19821 +CONFIG_BROKEN_ON_SMP=y
19822 +CONFIG_INIT_ENV_ARG_LIMIT=32
19823 +CONFIG_LOCALVERSION="-pika"
19824 +# CONFIG_LOCALVERSION_AUTO is not set
19825 +CONFIG_SWAP=y
19826 +CONFIG_SYSVIPC=y
19827 +CONFIG_SYSVIPC_SYSCTL=y
19828 +# CONFIG_POSIX_MQUEUE is not set
19829 +# CONFIG_BSD_PROCESS_ACCT is not set
19830 +# CONFIG_TASKSTATS is not set
19831 +# CONFIG_AUDIT is not set
19832 +# CONFIG_IKCONFIG is not set
19833 +CONFIG_LOG_BUF_SHIFT=14
19834 +# CONFIG_CGROUPS is not set
19835 +CONFIG_GROUP_SCHED=y
19836 +CONFIG_FAIR_GROUP_SCHED=y
19837 +# CONFIG_RT_GROUP_SCHED is not set
19838 +CONFIG_USER_SCHED=y
19839 +# CONFIG_CGROUP_SCHED is not set
19840 +CONFIG_SYSFS_DEPRECATED=y
19841 +# CONFIG_RELAY is not set
19842 +# CONFIG_NAMESPACES is not set
19843 +CONFIG_BLK_DEV_INITRD=y
19844 +CONFIG_INITRAMFS_SOURCE=""
19845 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
19846 +CONFIG_SYSCTL=y
19847 +CONFIG_EMBEDDED=y
19848 +CONFIG_SYSCTL_SYSCALL=y
19849 +CONFIG_KALLSYMS=y
19850 +# CONFIG_KALLSYMS_ALL is not set
19851 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
19852 +# CONFIG_HOTPLUG is not set
19853 +CONFIG_PRINTK=y
19854 +CONFIG_BUG=y
19855 +CONFIG_ELF_CORE=y
19856 +CONFIG_COMPAT_BRK=y
19857 +CONFIG_BASE_FULL=y
19858 +CONFIG_FUTEX=y
19859 +CONFIG_ANON_INODES=y
19860 +CONFIG_EPOLL=y
19861 +CONFIG_SIGNALFD=y
19862 +CONFIG_TIMERFD=y
19863 +CONFIG_EVENTFD=y
19864 +CONFIG_SHMEM=y
19865 +CONFIG_VM_EVENT_COUNTERS=y
19866 +CONFIG_SLAB=y
19867 +# CONFIG_SLUB is not set
19868 +# CONFIG_SLOB is not set
19869 +# CONFIG_PROFILING is not set
19870 +# CONFIG_MARKERS is not set
19871 +CONFIG_HAVE_OPROFILE=y
19872 +# CONFIG_KPROBES is not set
19873 +CONFIG_HAVE_KPROBES=y
19874 +CONFIG_PROC_PAGE_MONITOR=y
19875 +CONFIG_SLABINFO=y
19876 +CONFIG_RT_MUTEXES=y
19877 +# CONFIG_TINY_SHMEM is not set
19878 +CONFIG_BASE_SMALL=0
19879 +CONFIG_MODULES=y
19880 +CONFIG_MODULE_UNLOAD=y
19881 +# CONFIG_MODULE_FORCE_UNLOAD is not set
19882 +# CONFIG_MODVERSIONS is not set
19883 +# CONFIG_MODULE_SRCVERSION_ALL is not set
19884 +CONFIG_KMOD=y
19885 +CONFIG_BLOCK=y
19886 +# CONFIG_LBD is not set
19887 +# CONFIG_BLK_DEV_IO_TRACE is not set
19888 +# CONFIG_LSF is not set
19889 +# CONFIG_BLK_DEV_BSG is not set
19890 +
19891 +#
19892 +# IO Schedulers
19893 +#
19894 +CONFIG_IOSCHED_NOOP=y
19895 +CONFIG_IOSCHED_AS=y
19896 +CONFIG_IOSCHED_DEADLINE=y
19897 +CONFIG_IOSCHED_CFQ=y
19898 +CONFIG_DEFAULT_AS=y
19899 +# CONFIG_DEFAULT_DEADLINE is not set
19900 +# CONFIG_DEFAULT_CFQ is not set
19901 +# CONFIG_DEFAULT_NOOP is not set
19902 +CONFIG_DEFAULT_IOSCHED="anticipatory"
19903 +CONFIG_CLASSIC_RCU=y
19904 +# CONFIG_PREEMPT_RCU is not set
19905 +
19906 +#
19907 +# Platform support
19908 +#
19909 +# CONFIG_PPC_MPC512x is not set
19910 +# CONFIG_PPC_MPC5121 is not set
19911 +# CONFIG_PPC_CELL is not set
19912 +# CONFIG_PPC_CELL_NATIVE is not set
19913 +# CONFIG_PQ2ADS is not set
19914 +# CONFIG_BAMBOO is not set
19915 +# CONFIG_EBONY is not set
19916 +# CONFIG_SEQUOIA is not set
19917 +# CONFIG_TAISHAN is not set
19918 +# CONFIG_KATMAI is not set
19919 +# CONFIG_RAINIER is not set
19920 +CONFIG_WARP=y
19921 +CONFIG_440EP=y
19922 +CONFIG_IBM440EP_ERR42=y
19923 +# CONFIG_IPIC is not set
19924 +# CONFIG_MPIC is not set
19925 +# CONFIG_MPIC_WEIRD is not set
19926 +# CONFIG_PPC_I8259 is not set
19927 +# CONFIG_PPC_RTAS is not set
19928 +# CONFIG_MMIO_NVRAM is not set
19929 +# CONFIG_PPC_MPC106 is not set
19930 +# CONFIG_PPC_970_NAP is not set
19931 +# CONFIG_PPC_INDIRECT_IO is not set
19932 +# CONFIG_GENERIC_IOMAP is not set
19933 +# CONFIG_CPU_FREQ is not set
19934 +# CONFIG_FSL_ULI1575 is not set
19935 +
19936 +#
19937 +# Kernel options
19938 +#
19939 +# CONFIG_HIGHMEM is not set
19940 +# CONFIG_TICK_ONESHOT is not set
19941 +# CONFIG_NO_HZ is not set
19942 +# CONFIG_HIGH_RES_TIMERS is not set
19943 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
19944 +# CONFIG_HZ_100 is not set
19945 +# CONFIG_HZ_250 is not set
19946 +# CONFIG_HZ_300 is not set
19947 +CONFIG_HZ_1000=y
19948 +CONFIG_HZ=1000
19949 +# CONFIG_SCHED_HRTICK is not set
19950 +CONFIG_PREEMPT_NONE=y
19951 +# CONFIG_PREEMPT_VOLUNTARY is not set
19952 +# CONFIG_PREEMPT is not set
19953 +CONFIG_RCU_TRACE=y
19954 +CONFIG_BINFMT_ELF=y
19955 +# CONFIG_BINFMT_MISC is not set
19956 +# CONFIG_MATH_EMULATION is not set
19957 +# CONFIG_IOMMU_HELPER is not set
19958 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
19959 +CONFIG_ARCH_HAS_WALK_MEMORY=y
19960 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
19961 +CONFIG_ARCH_FLATMEM_ENABLE=y
19962 +CONFIG_ARCH_POPULATES_NODE_MAP=y
19963 +CONFIG_SELECT_MEMORY_MODEL=y
19964 +CONFIG_FLATMEM_MANUAL=y
19965 +# CONFIG_DISCONTIGMEM_MANUAL is not set
19966 +# CONFIG_SPARSEMEM_MANUAL is not set
19967 +CONFIG_FLATMEM=y
19968 +CONFIG_FLAT_NODE_MEM_MAP=y
19969 +# CONFIG_SPARSEMEM_STATIC is not set
19970 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
19971 +CONFIG_SPLIT_PTLOCK_CPUS=4
19972 +CONFIG_RESOURCES_64BIT=y
19973 +CONFIG_ZONE_DMA_FLAG=1
19974 +CONFIG_BOUNCE=y
19975 +CONFIG_VIRT_TO_BUS=y
19976 +CONFIG_PROC_DEVICETREE=y
19977 +CONFIG_CMDLINE_BOOL=y
19978 +CONFIG_CMDLINE="ip=on"
19979 +CONFIG_SECCOMP=y
19980 +CONFIG_ISA_DMA_API=y
19981 +
19982 +#
19983 +# Bus options
19984 +#
19985 +CONFIG_ZONE_DMA=y
19986 +# CONFIG_PCI is not set
19987 +# CONFIG_PCI_DOMAINS is not set
19988 +# CONFIG_PCI_SYSCALL is not set
19989 +# CONFIG_ARCH_SUPPORTS_MSI is not set
19990 +
19991 +#
19992 +# Advanced setup
19993 +#
19994 +# CONFIG_ADVANCED_OPTIONS is not set
19995 +
19996 +#
19997 +# Default settings for advanced configuration options are used
19998 +#
19999 +CONFIG_HIGHMEM_START=0xfe000000
20000 +CONFIG_LOWMEM_SIZE=0x30000000
20001 +CONFIG_KERNEL_START=0xc0000000
20002 +CONFIG_TASK_SIZE=0xc0000000
20003 +CONFIG_CONSISTENT_START=0xff100000
20004 +CONFIG_CONSISTENT_SIZE=0x00200000
20005 +CONFIG_BOOT_LOAD=0x01000000
20006 +
20007 +#
20008 +# Networking
20009 +#
20010 +CONFIG_NET=y
20011 +
20012 +#
20013 +# Networking options
20014 +#
20015 +CONFIG_PACKET=y
20016 +# CONFIG_PACKET_MMAP is not set
20017 +CONFIG_UNIX=y
20018 +CONFIG_XFRM=y
20019 +# CONFIG_XFRM_USER is not set
20020 +# CONFIG_XFRM_SUB_POLICY is not set
20021 +# CONFIG_XFRM_MIGRATE is not set
20022 +# CONFIG_XFRM_STATISTICS is not set
20023 +# CONFIG_NET_KEY is not set
20024 +CONFIG_INET=y
20025 +# CONFIG_IP_MULTICAST is not set
20026 +# CONFIG_IP_ADVANCED_ROUTER is not set
20027 +CONFIG_IP_FIB_HASH=y
20028 +CONFIG_IP_PNP=y
20029 +CONFIG_IP_PNP_DHCP=y
20030 +# CONFIG_IP_PNP_BOOTP is not set
20031 +# CONFIG_IP_PNP_RARP is not set
20032 +# CONFIG_NET_IPIP is not set
20033 +# CONFIG_NET_IPGRE is not set
20034 +# CONFIG_ARPD is not set
20035 +# CONFIG_SYN_COOKIES is not set
20036 +# CONFIG_INET_AH is not set
20037 +# CONFIG_INET_ESP is not set
20038 +# CONFIG_INET_IPCOMP is not set
20039 +# CONFIG_INET_XFRM_TUNNEL is not set
20040 +# CONFIG_INET_TUNNEL is not set
20041 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
20042 +CONFIG_INET_XFRM_MODE_TUNNEL=y
20043 +CONFIG_INET_XFRM_MODE_BEET=y
20044 +# CONFIG_INET_LRO is not set
20045 +CONFIG_INET_DIAG=y
20046 +CONFIG_INET_TCP_DIAG=y
20047 +# CONFIG_TCP_CONG_ADVANCED is not set
20048 +CONFIG_TCP_CONG_CUBIC=y
20049 +CONFIG_DEFAULT_TCP_CONG="cubic"
20050 +# CONFIG_TCP_MD5SIG is not set
20051 +# CONFIG_IP_VS is not set
20052 +# CONFIG_IPV6 is not set
20053 +# CONFIG_INET6_XFRM_TUNNEL is not set
20054 +# CONFIG_INET6_TUNNEL is not set
20055 +# CONFIG_NETWORK_SECMARK is not set
20056 +CONFIG_NETFILTER=y
20057 +# CONFIG_NETFILTER_DEBUG is not set
20058 +CONFIG_NETFILTER_ADVANCED=y
20059 +
20060 +#
20061 +# Core Netfilter Configuration
20062 +#
20063 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
20064 +# CONFIG_NETFILTER_NETLINK_LOG is not set
20065 +# CONFIG_NF_CONNTRACK is not set
20066 +# CONFIG_NETFILTER_XTABLES is not set
20067 +
20068 +#
20069 +# IP: Netfilter Configuration
20070 +#
20071 +# CONFIG_IP_NF_QUEUE is not set
20072 +# CONFIG_IP_NF_IPTABLES is not set
20073 +# CONFIG_IP_NF_ARPTABLES is not set
20074 +# CONFIG_IP_DCCP is not set
20075 +# CONFIG_IP_SCTP is not set
20076 +# CONFIG_TIPC is not set
20077 +# CONFIG_ATM is not set
20078 +# CONFIG_BRIDGE is not set
20079 +CONFIG_VLAN_8021Q=y
20080 +# CONFIG_DECNET is not set
20081 +# CONFIG_LLC2 is not set
20082 +# CONFIG_IPX is not set
20083 +# CONFIG_ATALK is not set
20084 +# CONFIG_X25 is not set
20085 +# CONFIG_LAPB is not set
20086 +# CONFIG_ECONET is not set
20087 +# CONFIG_WAN_ROUTER is not set
20088 +# CONFIG_NET_SCHED is not set
20089 +
20090 +#
20091 +# Network testing
20092 +#
20093 +# CONFIG_NET_PKTGEN is not set
20094 +# CONFIG_HAMRADIO is not set
20095 +# CONFIG_CAN is not set
20096 +# CONFIG_IRDA is not set
20097 +# CONFIG_BT is not set
20098 +# CONFIG_AF_RXRPC is not set
20099 +
20100 +#
20101 +# Wireless
20102 +#
20103 +# CONFIG_CFG80211 is not set
20104 +# CONFIG_WIRELESS_EXT is not set
20105 +# CONFIG_MAC80211 is not set
20106 +# CONFIG_IEEE80211 is not set
20107 +# CONFIG_RFKILL is not set
20108 +# CONFIG_NET_9P is not set
20109 +
20110 +#
20111 +# Device Drivers
20112 +#
20113 +
20114 +#
20115 +# Generic Driver Options
20116 +#
20117 +# CONFIG_STANDALONE is not set
20118 +CONFIG_PREVENT_FIRMWARE_BUILD=y
20119 +# CONFIG_DEBUG_DRIVER is not set
20120 +# CONFIG_DEBUG_DEVRES is not set
20121 +# CONFIG_SYS_HYPERVISOR is not set
20122 +# CONFIG_CONNECTOR is not set
20123 +CONFIG_MTD=y
20124 +# CONFIG_MTD_DEBUG is not set
20125 +# CONFIG_MTD_CONCAT is not set
20126 +CONFIG_MTD_PARTITIONS=y
20127 +# CONFIG_MTD_REDBOOT_PARTS is not set
20128 +# CONFIG_MTD_CMDLINE_PARTS is not set
20129 +CONFIG_MTD_OF_PARTS=y
20130 +
20131 +#
20132 +# User Modules And Translation Layers
20133 +#
20134 +CONFIG_MTD_CHAR=y
20135 +CONFIG_MTD_BLKDEVS=y
20136 +CONFIG_MTD_BLOCK=y
20137 +# CONFIG_FTL is not set
20138 +# CONFIG_NFTL is not set
20139 +# CONFIG_INFTL is not set
20140 +# CONFIG_RFD_FTL is not set
20141 +# CONFIG_SSFDC is not set
20142 +CONFIG_MTD_OOPS=m
20143 +
20144 +#
20145 +# RAM/ROM/Flash chip drivers
20146 +#
20147 +CONFIG_MTD_CFI=y
20148 +# CONFIG_MTD_JEDECPROBE is not set
20149 +CONFIG_MTD_GEN_PROBE=y
20150 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
20151 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
20152 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
20153 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
20154 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
20155 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
20156 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
20157 +CONFIG_MTD_CFI_I1=y
20158 +CONFIG_MTD_CFI_I2=y
20159 +# CONFIG_MTD_CFI_I4 is not set
20160 +# CONFIG_MTD_CFI_I8 is not set
20161 +# CONFIG_MTD_CFI_INTELEXT is not set
20162 +CONFIG_MTD_CFI_AMDSTD=y
20163 +# CONFIG_MTD_CFI_STAA is not set
20164 +CONFIG_MTD_CFI_UTIL=y
20165 +# CONFIG_MTD_RAM is not set
20166 +# CONFIG_MTD_ROM is not set
20167 +# CONFIG_MTD_ABSENT is not set
20168 +
20169 +#
20170 +# Mapping drivers for chip access
20171 +#
20172 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
20173 +# CONFIG_MTD_PHYSMAP is not set
20174 +CONFIG_MTD_PHYSMAP_OF=y
20175 +# CONFIG_MTD_PLATRAM is not set
20176 +
20177 +#
20178 +# Self-contained MTD device drivers
20179 +#
20180 +# CONFIG_MTD_SLRAM is not set
20181 +# CONFIG_MTD_PHRAM is not set
20182 +# CONFIG_MTD_MTDRAM is not set
20183 +# CONFIG_MTD_BLOCK2MTD is not set
20184 +
20185 +#
20186 +# Disk-On-Chip Device Drivers
20187 +#
20188 +# CONFIG_MTD_DOC2000 is not set
20189 +# CONFIG_MTD_DOC2001 is not set
20190 +# CONFIG_MTD_DOC2001PLUS is not set
20191 +CONFIG_MTD_NAND=y
20192 +# CONFIG_MTD_NAND_VERIFY_WRITE is not set
20193 +CONFIG_MTD_NAND_ECC_SMC=y
20194 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
20195 +CONFIG_MTD_NAND_IDS=y
20196 +# CONFIG_MTD_NAND_DISKONCHIP is not set
20197 +# CONFIG_MTD_NAND_NANDSIM is not set
20198 +# CONFIG_MTD_NAND_PLATFORM is not set
20199 +# CONFIG_MTD_ALAUDA is not set
20200 +# CONFIG_MTD_NAND_FSL_ELBC is not set
20201 +# CONFIG_MTD_ONENAND is not set
20202 +
20203 +#
20204 +# UBI - Unsorted block images
20205 +#
20206 +# CONFIG_MTD_UBI is not set
20207 +CONFIG_OF_DEVICE=y
20208 +# CONFIG_PARPORT is not set
20209 +CONFIG_BLK_DEV=y
20210 +# CONFIG_BLK_DEV_FD is not set
20211 +# CONFIG_BLK_DEV_COW_COMMON is not set
20212 +# CONFIG_BLK_DEV_LOOP is not set
20213 +# CONFIG_BLK_DEV_NBD is not set
20214 +# CONFIG_BLK_DEV_UB is not set
20215 +CONFIG_BLK_DEV_RAM=y
20216 +CONFIG_BLK_DEV_RAM_COUNT=16
20217 +CONFIG_BLK_DEV_RAM_SIZE=4096
20218 +# CONFIG_BLK_DEV_XIP is not set
20219 +# CONFIG_CDROM_PKTCDVD is not set
20220 +# CONFIG_ATA_OVER_ETH is not set
20221 +# CONFIG_XILINX_SYSACE is not set
20222 +CONFIG_MISC_DEVICES=y
20223 +# CONFIG_EEPROM_93CX6 is not set
20224 +# CONFIG_ENCLOSURE_SERVICES is not set
20225 +CONFIG_HAVE_IDE=y
20226 +# CONFIG_IDE is not set
20227 +
20228 +#
20229 +# SCSI device support
20230 +#
20231 +# CONFIG_RAID_ATTRS is not set
20232 +CONFIG_SCSI=y
20233 +CONFIG_SCSI_DMA=y
20234 +# CONFIG_SCSI_TGT is not set
20235 +# CONFIG_SCSI_NETLINK is not set
20236 +CONFIG_SCSI_PROC_FS=y
20237 +
20238 +#
20239 +# SCSI support type (disk, tape, CD-ROM)
20240 +#
20241 +CONFIG_BLK_DEV_SD=y
20242 +# CONFIG_CHR_DEV_ST is not set
20243 +# CONFIG_CHR_DEV_OSST is not set
20244 +# CONFIG_BLK_DEV_SR is not set
20245 +# CONFIG_CHR_DEV_SG is not set
20246 +# CONFIG_CHR_DEV_SCH is not set
20247 +
20248 +#
20249 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
20250 +#
20251 +# CONFIG_SCSI_MULTI_LUN is not set
20252 +# CONFIG_SCSI_CONSTANTS is not set
20253 +# CONFIG_SCSI_LOGGING is not set
20254 +# CONFIG_SCSI_SCAN_ASYNC is not set
20255 +CONFIG_SCSI_WAIT_SCAN=m
20256 +
20257 +#
20258 +# SCSI Transports
20259 +#
20260 +CONFIG_SCSI_SPI_ATTRS=y
20261 +# CONFIG_SCSI_FC_ATTRS is not set
20262 +# CONFIG_SCSI_ISCSI_ATTRS is not set
20263 +# CONFIG_SCSI_SAS_LIBSAS is not set
20264 +# CONFIG_SCSI_SRP_ATTRS is not set
20265 +# CONFIG_SCSI_LOWLEVEL is not set
20266 +# CONFIG_ATA is not set
20267 +# CONFIG_MD is not set
20268 +# CONFIG_MACINTOSH_DRIVERS is not set
20269 +CONFIG_NETDEVICES=y
20270 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
20271 +# CONFIG_DUMMY is not set
20272 +# CONFIG_BONDING is not set
20273 +# CONFIG_MACVLAN is not set
20274 +# CONFIG_EQUALIZER is not set
20275 +# CONFIG_TUN is not set
20276 +# CONFIG_VETH is not set
20277 +# CONFIG_PHYLIB is not set
20278 +CONFIG_NET_ETHERNET=y
20279 +CONFIG_MII=y
20280 +CONFIG_IBM_NEW_EMAC=y
20281 +CONFIG_IBM_NEW_EMAC_RXB=128
20282 +CONFIG_IBM_NEW_EMAC_TXB=64
20283 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
20284 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
20285 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
20286 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
20287 +CONFIG_IBM_NEW_EMAC_ZMII=y
20288 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
20289 +# CONFIG_IBM_NEW_EMAC_TAH is not set
20290 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
20291 +# CONFIG_B44 is not set
20292 +# CONFIG_NETDEV_1000 is not set
20293 +# CONFIG_NETDEV_10000 is not set
20294 +
20295 +#
20296 +# Wireless LAN
20297 +#
20298 +# CONFIG_WLAN_PRE80211 is not set
20299 +# CONFIG_WLAN_80211 is not set
20300 +
20301 +#
20302 +# USB Network Adapters
20303 +#
20304 +# CONFIG_USB_CATC is not set
20305 +# CONFIG_USB_KAWETH is not set
20306 +# CONFIG_USB_PEGASUS is not set
20307 +# CONFIG_USB_RTL8150 is not set
20308 +# CONFIG_USB_USBNET is not set
20309 +# CONFIG_WAN is not set
20310 +# CONFIG_PPP is not set
20311 +# CONFIG_SLIP is not set
20312 +# CONFIG_NETCONSOLE is not set
20313 +# CONFIG_NETPOLL is not set
20314 +# CONFIG_NET_POLL_CONTROLLER is not set
20315 +# CONFIG_ISDN is not set
20316 +# CONFIG_PHONE is not set
20317 +
20318 +#
20319 +# Input device support
20320 +#
20321 +# CONFIG_INPUT is not set
20322 +
20323 +#
20324 +# Hardware I/O ports
20325 +#
20326 +# CONFIG_SERIO is not set
20327 +# CONFIG_GAMEPORT is not set
20328 +
20329 +#
20330 +# Character devices
20331 +#
20332 +# CONFIG_VT is not set
20333 +# CONFIG_SERIAL_NONSTANDARD is not set
20334 +
20335 +#
20336 +# Serial drivers
20337 +#
20338 +CONFIG_SERIAL_8250=y
20339 +CONFIG_SERIAL_8250_CONSOLE=y
20340 +CONFIG_SERIAL_8250_NR_UARTS=4
20341 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
20342 +CONFIG_SERIAL_8250_EXTENDED=y
20343 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
20344 +CONFIG_SERIAL_8250_SHARE_IRQ=y
20345 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
20346 +# CONFIG_SERIAL_8250_RSA is not set
20347 +
20348 +#
20349 +# Non-8250 serial port support
20350 +#
20351 +# CONFIG_SERIAL_UARTLITE is not set
20352 +CONFIG_SERIAL_CORE=y
20353 +CONFIG_SERIAL_CORE_CONSOLE=y
20354 +# CONFIG_SERIAL_OF_PLATFORM is not set
20355 +CONFIG_UNIX98_PTYS=y
20356 +CONFIG_LEGACY_PTYS=y
20357 +CONFIG_LEGACY_PTY_COUNT=256
20358 +# CONFIG_IPMI_HANDLER is not set
20359 +CONFIG_HW_RANDOM=y
20360 +# CONFIG_NVRAM is not set
20361 +# CONFIG_GEN_RTC is not set
20362 +# CONFIG_R3964 is not set
20363 +# CONFIG_RAW_DRIVER is not set
20364 +# CONFIG_TCG_TPM is not set
20365 +CONFIG_I2C=y
20366 +CONFIG_I2C_BOARDINFO=y
20367 +# CONFIG_I2C_CHARDEV is not set
20368 +
20369 +#
20370 +# I2C Algorithms
20371 +#
20372 +# CONFIG_I2C_ALGOBIT is not set
20373 +# CONFIG_I2C_ALGOPCF is not set
20374 +# CONFIG_I2C_ALGOPCA is not set
20375 +
20376 +#
20377 +# I2C Hardware Bus support
20378 +#
20379 +# CONFIG_I2C_MPC is not set
20380 +# CONFIG_I2C_OCORES is not set
20381 +# CONFIG_I2C_PARPORT_LIGHT is not set
20382 +# CONFIG_I2C_SIMTEC is not set
20383 +# CONFIG_I2C_TAOS_EVM is not set
20384 +# CONFIG_I2C_STUB is not set
20385 +# CONFIG_I2C_TINY_USB is not set
20386 +
20387 +#
20388 +# Miscellaneous I2C Chip support
20389 +#
20390 +# CONFIG_DS1682 is not set
20391 +CONFIG_SENSORS_EEPROM=y
20392 +# CONFIG_SENSORS_PCF8574 is not set
20393 +# CONFIG_PCF8575 is not set
20394 +# CONFIG_SENSORS_PCF8591 is not set
20395 +# CONFIG_TPS65010 is not set
20396 +# CONFIG_SENSORS_MAX6875 is not set
20397 +# CONFIG_SENSORS_TSL2550 is not set
20398 +# CONFIG_I2C_DEBUG_CORE is not set
20399 +# CONFIG_I2C_DEBUG_ALGO is not set
20400 +# CONFIG_I2C_DEBUG_BUS is not set
20401 +# CONFIG_I2C_DEBUG_CHIP is not set
20402 +
20403 +#
20404 +# SPI support
20405 +#
20406 +# CONFIG_SPI is not set
20407 +# CONFIG_SPI_MASTER is not set
20408 +# CONFIG_W1 is not set
20409 +# CONFIG_POWER_SUPPLY is not set
20410 +CONFIG_HWMON=y
20411 +# CONFIG_HWMON_VID is not set
20412 +# CONFIG_SENSORS_AD7418 is not set
20413 +# CONFIG_SENSORS_ADM1021 is not set
20414 +# CONFIG_SENSORS_ADM1025 is not set
20415 +# CONFIG_SENSORS_ADM1026 is not set
20416 +# CONFIG_SENSORS_ADM1029 is not set
20417 +# CONFIG_SENSORS_ADM1031 is not set
20418 +# CONFIG_SENSORS_ADM9240 is not set
20419 +# CONFIG_SENSORS_ADT7470 is not set
20420 +# CONFIG_SENSORS_ATXP1 is not set
20421 +# CONFIG_SENSORS_DS1621 is not set
20422 +# CONFIG_SENSORS_F71805F is not set
20423 +# CONFIG_SENSORS_F71882FG is not set
20424 +# CONFIG_SENSORS_F75375S is not set
20425 +# CONFIG_SENSORS_GL518SM is not set
20426 +# CONFIG_SENSORS_GL520SM is not set
20427 +# CONFIG_SENSORS_IT87 is not set
20428 +# CONFIG_SENSORS_LM63 is not set
20429 +# CONFIG_SENSORS_LM75 is not set
20430 +# CONFIG_SENSORS_LM77 is not set
20431 +# CONFIG_SENSORS_LM78 is not set
20432 +# CONFIG_SENSORS_LM80 is not set
20433 +# CONFIG_SENSORS_LM83 is not set
20434 +# CONFIG_SENSORS_LM85 is not set
20435 +# CONFIG_SENSORS_LM87 is not set
20436 +# CONFIG_SENSORS_LM90 is not set
20437 +# CONFIG_SENSORS_LM92 is not set
20438 +# CONFIG_SENSORS_LM93 is not set
20439 +# CONFIG_SENSORS_MAX1619 is not set
20440 +# CONFIG_SENSORS_MAX6650 is not set
20441 +# CONFIG_SENSORS_PC87360 is not set
20442 +# CONFIG_SENSORS_PC87427 is not set
20443 +# CONFIG_SENSORS_DME1737 is not set
20444 +# CONFIG_SENSORS_SMSC47M1 is not set
20445 +# CONFIG_SENSORS_SMSC47M192 is not set
20446 +# CONFIG_SENSORS_SMSC47B397 is not set
20447 +# CONFIG_SENSORS_ADS7828 is not set
20448 +# CONFIG_SENSORS_THMC50 is not set
20449 +# CONFIG_SENSORS_VT1211 is not set
20450 +# CONFIG_SENSORS_W83781D is not set
20451 +# CONFIG_SENSORS_W83791D is not set
20452 +# CONFIG_SENSORS_W83792D is not set
20453 +# CONFIG_SENSORS_W83793 is not set
20454 +# CONFIG_SENSORS_W83L785TS is not set
20455 +# CONFIG_SENSORS_W83L786NG is not set
20456 +# CONFIG_SENSORS_W83627HF is not set
20457 +# CONFIG_SENSORS_W83627EHF is not set
20458 +# CONFIG_HWMON_DEBUG_CHIP is not set
20459 +CONFIG_THERMAL=y
20460 +# CONFIG_WATCHDOG is not set
20461 +
20462 +#
20463 +# Sonics Silicon Backplane
20464 +#
20465 +CONFIG_SSB_POSSIBLE=y
20466 +# CONFIG_SSB is not set
20467 +
20468 +#
20469 +# Multifunction device drivers
20470 +#
20471 +# CONFIG_MFD_SM501 is not set
20472 +
20473 +#
20474 +# Multimedia devices
20475 +#
20476 +# CONFIG_VIDEO_DEV is not set
20477 +# CONFIG_DVB_CORE is not set
20478 +# CONFIG_DAB is not set
20479 +
20480 +#
20481 +# Graphics support
20482 +#
20483 +# CONFIG_VGASTATE is not set
20484 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
20485 +# CONFIG_FB is not set
20486 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
20487 +
20488 +#
20489 +# Display device support
20490 +#
20491 +# CONFIG_DISPLAY_SUPPORT is not set
20492 +
20493 +#
20494 +# Sound
20495 +#
20496 +# CONFIG_SOUND is not set
20497 +CONFIG_USB_SUPPORT=y
20498 +CONFIG_USB_ARCH_HAS_HCD=y
20499 +CONFIG_USB_ARCH_HAS_OHCI=y
20500 +# CONFIG_USB_ARCH_HAS_EHCI is not set
20501 +CONFIG_USB=y
20502 +# CONFIG_USB_DEBUG is not set
20503 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
20504 +
20505 +#
20506 +# Miscellaneous USB options
20507 +#
20508 +# CONFIG_USB_DEVICEFS is not set
20509 +CONFIG_USB_DEVICE_CLASS=y
20510 +# CONFIG_USB_DYNAMIC_MINORS is not set
20511 +# CONFIG_USB_OTG is not set
20512 +
20513 +#
20514 +# USB Host Controller Drivers
20515 +#
20516 +# CONFIG_USB_ISP116X_HCD is not set
20517 +CONFIG_USB_OHCI_HCD=y
20518 +CONFIG_USB_OHCI_HCD_PPC_OF=y
20519 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
20520 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
20521 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
20522 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
20523 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
20524 +# CONFIG_USB_SL811_HCD is not set
20525 +# CONFIG_USB_R8A66597_HCD is not set
20526 +
20527 +#
20528 +# USB Device Class drivers
20529 +#
20530 +# CONFIG_USB_ACM is not set
20531 +# CONFIG_USB_PRINTER is not set
20532 +
20533 +#
20534 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
20535 +#
20536 +
20537 +#
20538 +# may also be needed; see USB_STORAGE Help for more information
20539 +#
20540 +CONFIG_USB_STORAGE=y
20541 +# CONFIG_USB_STORAGE_DEBUG is not set
20542 +# CONFIG_USB_STORAGE_DATAFAB is not set
20543 +# CONFIG_USB_STORAGE_FREECOM is not set
20544 +# CONFIG_USB_STORAGE_ISD200 is not set
20545 +# CONFIG_USB_STORAGE_DPCM is not set
20546 +# CONFIG_USB_STORAGE_USBAT is not set
20547 +# CONFIG_USB_STORAGE_SDDR09 is not set
20548 +# CONFIG_USB_STORAGE_SDDR55 is not set
20549 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
20550 +# CONFIG_USB_STORAGE_ALAUDA is not set
20551 +# CONFIG_USB_STORAGE_KARMA is not set
20552 +# CONFIG_USB_LIBUSUAL is not set
20553 +
20554 +#
20555 +# USB Imaging devices
20556 +#
20557 +# CONFIG_USB_MDC800 is not set
20558 +# CONFIG_USB_MICROTEK is not set
20559 +CONFIG_USB_MON=y
20560 +
20561 +#
20562 +# USB port drivers
20563 +#
20564 +# CONFIG_USB_SERIAL is not set
20565 +
20566 +#
20567 +# USB Miscellaneous drivers
20568 +#
20569 +# CONFIG_USB_EMI62 is not set
20570 +# CONFIG_USB_EMI26 is not set
20571 +# CONFIG_USB_ADUTUX is not set
20572 +# CONFIG_USB_AUERSWALD is not set
20573 +# CONFIG_USB_RIO500 is not set
20574 +# CONFIG_USB_LEGOTOWER is not set
20575 +# CONFIG_USB_LCD is not set
20576 +# CONFIG_USB_BERRY_CHARGE is not set
20577 +# CONFIG_USB_LED is not set
20578 +# CONFIG_USB_CYPRESS_CY7C63 is not set
20579 +# CONFIG_USB_CYTHERM is not set
20580 +# CONFIG_USB_PHIDGET is not set
20581 +# CONFIG_USB_IDMOUSE is not set
20582 +# CONFIG_USB_FTDI_ELAN is not set
20583 +# CONFIG_USB_APPLEDISPLAY is not set
20584 +# CONFIG_USB_LD is not set
20585 +# CONFIG_USB_TRANCEVIBRATOR is not set
20586 +# CONFIG_USB_IOWARRIOR is not set
20587 +# CONFIG_USB_GADGET is not set
20588 +CONFIG_MMC=m
20589 +# CONFIG_MMC_DEBUG is not set
20590 +# CONFIG_MMC_UNSAFE_RESUME is not set
20591 +
20592 +#
20593 +# MMC/SD Card Drivers
20594 +#
20595 +CONFIG_MMC_BLOCK=m
20596 +CONFIG_MMC_BLOCK_BOUNCE=y
20597 +# CONFIG_SDIO_UART is not set
20598 +
20599 +#
20600 +# MMC/SD Host Controller Drivers
20601 +#
20602 +# CONFIG_MMC_WBSD is not set
20603 +# CONFIG_MEMSTICK is not set
20604 +# CONFIG_NEW_LEDS is not set
20605 +# CONFIG_EDAC is not set
20606 +# CONFIG_RTC_CLASS is not set
20607 +
20608 +#
20609 +# Userspace I/O
20610 +#
20611 +# CONFIG_UIO is not set
20612 +
20613 +#
20614 +# File systems
20615 +#
20616 +CONFIG_EXT2_FS=y
20617 +# CONFIG_EXT2_FS_XATTR is not set
20618 +# CONFIG_EXT2_FS_XIP is not set
20619 +# CONFIG_EXT3_FS is not set
20620 +# CONFIG_EXT4DEV_FS is not set
20621 +# CONFIG_REISERFS_FS is not set
20622 +# CONFIG_JFS_FS is not set
20623 +# CONFIG_FS_POSIX_ACL is not set
20624 +# CONFIG_XFS_FS is not set
20625 +# CONFIG_GFS2_FS is not set
20626 +# CONFIG_OCFS2_FS is not set
20627 +CONFIG_DNOTIFY=y
20628 +CONFIG_INOTIFY=y
20629 +CONFIG_INOTIFY_USER=y
20630 +# CONFIG_QUOTA is not set
20631 +# CONFIG_AUTOFS_FS is not set
20632 +# CONFIG_AUTOFS4_FS is not set
20633 +# CONFIG_FUSE_FS is not set
20634 +
20635 +#
20636 +# CD-ROM/DVD Filesystems
20637 +#
20638 +# CONFIG_ISO9660_FS is not set
20639 +# CONFIG_UDF_FS is not set
20640 +
20641 +#
20642 +# DOS/FAT/NT Filesystems
20643 +#
20644 +CONFIG_FAT_FS=y
20645 +CONFIG_MSDOS_FS=y
20646 +CONFIG_VFAT_FS=y
20647 +CONFIG_FAT_DEFAULT_CODEPAGE=437
20648 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
20649 +# CONFIG_NTFS_FS is not set
20650 +
20651 +#
20652 +# Pseudo filesystems
20653 +#
20654 +CONFIG_PROC_FS=y
20655 +CONFIG_PROC_KCORE=y
20656 +CONFIG_PROC_SYSCTL=y
20657 +CONFIG_SYSFS=y
20658 +# CONFIG_TMPFS is not set
20659 +# CONFIG_HUGETLB_PAGE is not set
20660 +# CONFIG_CONFIGFS_FS is not set
20661 +
20662 +#
20663 +# Miscellaneous filesystems
20664 +#
20665 +# CONFIG_ADFS_FS is not set
20666 +# CONFIG_AFFS_FS is not set
20667 +# CONFIG_HFS_FS is not set
20668 +# CONFIG_HFSPLUS_FS is not set
20669 +# CONFIG_BEFS_FS is not set
20670 +# CONFIG_BFS_FS is not set
20671 +# CONFIG_EFS_FS is not set
20672 +CONFIG_JFFS2_FS=y
20673 +CONFIG_JFFS2_FS_DEBUG=0
20674 +CONFIG_JFFS2_FS_WRITEBUFFER=y
20675 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
20676 +# CONFIG_JFFS2_SUMMARY is not set
20677 +# CONFIG_JFFS2_FS_XATTR is not set
20678 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
20679 +CONFIG_JFFS2_ZLIB=y
20680 +# CONFIG_JFFS2_LZO is not set
20681 +CONFIG_JFFS2_RTIME=y
20682 +# CONFIG_JFFS2_RUBIN is not set
20683 +CONFIG_CRAMFS=y
20684 +# CONFIG_VXFS_FS is not set
20685 +# CONFIG_MINIX_FS is not set
20686 +# CONFIG_HPFS_FS is not set
20687 +# CONFIG_QNX4FS_FS is not set
20688 +# CONFIG_ROMFS_FS is not set
20689 +# CONFIG_SYSV_FS is not set
20690 +# CONFIG_UFS_FS is not set
20691 +CONFIG_NETWORK_FILESYSTEMS=y
20692 +CONFIG_NFS_FS=y
20693 +CONFIG_NFS_V3=y
20694 +# CONFIG_NFS_V3_ACL is not set
20695 +# CONFIG_NFS_V4 is not set
20696 +# CONFIG_NFS_DIRECTIO is not set
20697 +# CONFIG_NFSD is not set
20698 +CONFIG_ROOT_NFS=y
20699 +CONFIG_LOCKD=y
20700 +CONFIG_LOCKD_V4=y
20701 +CONFIG_NFS_COMMON=y
20702 +CONFIG_SUNRPC=y
20703 +# CONFIG_SUNRPC_BIND34 is not set
20704 +# CONFIG_RPCSEC_GSS_KRB5 is not set
20705 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
20706 +# CONFIG_SMB_FS is not set
20707 +# CONFIG_CIFS is not set
20708 +# CONFIG_NCP_FS is not set
20709 +# CONFIG_CODA_FS is not set
20710 +# CONFIG_AFS_FS is not set
20711 +
20712 +#
20713 +# Partition Types
20714 +#
20715 +# CONFIG_PARTITION_ADVANCED is not set
20716 +CONFIG_MSDOS_PARTITION=y
20717 +CONFIG_NLS=y
20718 +CONFIG_NLS_DEFAULT="iso8859-1"
20719 +CONFIG_NLS_CODEPAGE_437=y
20720 +# CONFIG_NLS_CODEPAGE_737 is not set
20721 +# CONFIG_NLS_CODEPAGE_775 is not set
20722 +CONFIG_NLS_CODEPAGE_850=y
20723 +# CONFIG_NLS_CODEPAGE_852 is not set
20724 +# CONFIG_NLS_CODEPAGE_855 is not set
20725 +# CONFIG_NLS_CODEPAGE_857 is not set
20726 +# CONFIG_NLS_CODEPAGE_860 is not set
20727 +# CONFIG_NLS_CODEPAGE_861 is not set
20728 +# CONFIG_NLS_CODEPAGE_862 is not set
20729 +# CONFIG_NLS_CODEPAGE_863 is not set
20730 +# CONFIG_NLS_CODEPAGE_864 is not set
20731 +# CONFIG_NLS_CODEPAGE_865 is not set
20732 +# CONFIG_NLS_CODEPAGE_866 is not set
20733 +# CONFIG_NLS_CODEPAGE_869 is not set
20734 +# CONFIG_NLS_CODEPAGE_936 is not set
20735 +# CONFIG_NLS_CODEPAGE_950 is not set
20736 +# CONFIG_NLS_CODEPAGE_932 is not set
20737 +# CONFIG_NLS_CODEPAGE_949 is not set
20738 +# CONFIG_NLS_CODEPAGE_874 is not set
20739 +# CONFIG_NLS_ISO8859_8 is not set
20740 +# CONFIG_NLS_CODEPAGE_1250 is not set
20741 +# CONFIG_NLS_CODEPAGE_1251 is not set
20742 +CONFIG_NLS_ASCII=y
20743 +CONFIG_NLS_ISO8859_1=y
20744 +# CONFIG_NLS_ISO8859_2 is not set
20745 +# CONFIG_NLS_ISO8859_3 is not set
20746 +# CONFIG_NLS_ISO8859_4 is not set
20747 +# CONFIG_NLS_ISO8859_5 is not set
20748 +# CONFIG_NLS_ISO8859_6 is not set
20749 +# CONFIG_NLS_ISO8859_7 is not set
20750 +# CONFIG_NLS_ISO8859_9 is not set
20751 +# CONFIG_NLS_ISO8859_13 is not set
20752 +# CONFIG_NLS_ISO8859_14 is not set
20753 +CONFIG_NLS_ISO8859_15=y
20754 +# CONFIG_NLS_KOI8_R is not set
20755 +# CONFIG_NLS_KOI8_U is not set
20756 +CONFIG_NLS_UTF8=y
20757 +# CONFIG_DLM is not set
20758 +
20759 +#
20760 +# Library routines
20761 +#
20762 +CONFIG_BITREVERSE=y
20763 +CONFIG_CRC_CCITT=y
20764 +# CONFIG_CRC16 is not set
20765 +# CONFIG_CRC_ITU_T is not set
20766 +CONFIG_CRC32=y
20767 +# CONFIG_CRC7 is not set
20768 +# CONFIG_LIBCRC32C is not set
20769 +CONFIG_ZLIB_INFLATE=y
20770 +CONFIG_ZLIB_DEFLATE=y
20771 +CONFIG_PLIST=y
20772 +CONFIG_HAS_IOMEM=y
20773 +CONFIG_HAS_IOPORT=y
20774 +CONFIG_HAS_DMA=y
20775 +
20776 +#
20777 +# Kernel hacking
20778 +#
20779 +# CONFIG_PRINTK_TIME is not set
20780 +CONFIG_ENABLE_WARN_DEPRECATED=y
20781 +CONFIG_ENABLE_MUST_CHECK=y
20782 +CONFIG_MAGIC_SYSRQ=y
20783 +# CONFIG_UNUSED_SYMBOLS is not set
20784 +CONFIG_DEBUG_FS=y
20785 +# CONFIG_HEADERS_CHECK is not set
20786 +CONFIG_DEBUG_KERNEL=y
20787 +# CONFIG_DEBUG_SHIRQ is not set
20788 +CONFIG_DETECT_SOFTLOCKUP=y
20789 +# CONFIG_SCHED_DEBUG is not set
20790 +# CONFIG_SCHEDSTATS is not set
20791 +# CONFIG_TIMER_STATS is not set
20792 +# CONFIG_DEBUG_SLAB is not set
20793 +# CONFIG_DEBUG_RT_MUTEXES is not set
20794 +# CONFIG_RT_MUTEX_TESTER is not set
20795 +# CONFIG_DEBUG_SPINLOCK is not set
20796 +# CONFIG_DEBUG_MUTEXES is not set
20797 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
20798 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
20799 +# CONFIG_DEBUG_KOBJECT is not set
20800 +# CONFIG_DEBUG_BUGVERBOSE is not set
20801 +CONFIG_DEBUG_INFO=y
20802 +# CONFIG_DEBUG_VM is not set
20803 +# CONFIG_DEBUG_LIST is not set
20804 +# CONFIG_DEBUG_SG is not set
20805 +# CONFIG_BOOT_PRINTK_DELAY is not set
20806 +# CONFIG_RCU_TORTURE_TEST is not set
20807 +# CONFIG_BACKTRACE_SELF_TEST is not set
20808 +# CONFIG_FAULT_INJECTION is not set
20809 +# CONFIG_SAMPLES is not set
20810 +# CONFIG_DEBUG_STACKOVERFLOW is not set
20811 +# CONFIG_DEBUG_STACK_USAGE is not set
20812 +# CONFIG_DEBUG_PAGEALLOC is not set
20813 +# CONFIG_DEBUGGER is not set
20814 +# CONFIG_VIRQ_DEBUG is not set
20815 +CONFIG_BDI_SWITCH=y
20816 +# CONFIG_PPC_EARLY_DEBUG is not set
20817 +
20818 +#
20819 +# Security options
20820 +#
20821 +# CONFIG_KEYS is not set
20822 +# CONFIG_SECURITY is not set
20823 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
20824 +CONFIG_CRYPTO=y
20825 +# CONFIG_CRYPTO_SEQIV is not set
20826 +# CONFIG_CRYPTO_MANAGER is not set
20827 +# CONFIG_CRYPTO_HMAC is not set
20828 +# CONFIG_CRYPTO_XCBC is not set
20829 +# CONFIG_CRYPTO_NULL is not set
20830 +# CONFIG_CRYPTO_MD4 is not set
20831 +# CONFIG_CRYPTO_MD5 is not set
20832 +# CONFIG_CRYPTO_SHA1 is not set
20833 +# CONFIG_CRYPTO_SHA256 is not set
20834 +# CONFIG_CRYPTO_SHA512 is not set
20835 +# CONFIG_CRYPTO_WP512 is not set
20836 +# CONFIG_CRYPTO_TGR192 is not set
20837 +# CONFIG_CRYPTO_GF128MUL is not set
20838 +# CONFIG_CRYPTO_ECB is not set
20839 +# CONFIG_CRYPTO_CBC is not set
20840 +# CONFIG_CRYPTO_PCBC is not set
20841 +# CONFIG_CRYPTO_LRW is not set
20842 +# CONFIG_CRYPTO_XTS is not set
20843 +# CONFIG_CRYPTO_CTR is not set
20844 +# CONFIG_CRYPTO_GCM is not set
20845 +# CONFIG_CRYPTO_CCM is not set
20846 +# CONFIG_CRYPTO_CRYPTD is not set
20847 +# CONFIG_CRYPTO_DES is not set
20848 +# CONFIG_CRYPTO_FCRYPT is not set
20849 +# CONFIG_CRYPTO_BLOWFISH is not set
20850 +# CONFIG_CRYPTO_TWOFISH is not set
20851 +# CONFIG_CRYPTO_SERPENT is not set
20852 +# CONFIG_CRYPTO_AES is not set
20853 +# CONFIG_CRYPTO_CAST5 is not set
20854 +# CONFIG_CRYPTO_CAST6 is not set
20855 +# CONFIG_CRYPTO_TEA is not set
20856 +# CONFIG_CRYPTO_ARC4 is not set
20857 +# CONFIG_CRYPTO_KHAZAD is not set
20858 +# CONFIG_CRYPTO_ANUBIS is not set
20859 +# CONFIG_CRYPTO_SEED is not set
20860 +# CONFIG_CRYPTO_SALSA20 is not set
20861 +# CONFIG_CRYPTO_DEFLATE is not set
20862 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
20863 +# CONFIG_CRYPTO_CRC32C is not set
20864 +# CONFIG_CRYPTO_CAMELLIA is not set
20865 +# CONFIG_CRYPTO_TEST is not set
20866 +# CONFIG_CRYPTO_AUTHENC is not set
20867 +# CONFIG_CRYPTO_LZO is not set
20868 +CONFIG_CRYPTO_HW=y
20869 +# CONFIG_PPC_CLOCK is not set
20870 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
20871 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig 1970-01-01 01:00:00.000000000 +0100
20872 +++ powerpc.git/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig 2008-04-19 16:40:52.000000000 +0200
20873 @@ -0,0 +1,1395 @@
20874 +#
20875 +# Automatically generated make config: don't edit
20876 +# Linux kernel version: 2.6.25-rc6
20877 +# Fri Apr 11 11:10:09 2008
20878 +#
20879 +# CONFIG_PPC64 is not set
20880 +
20881 +#
20882 +# Processor support
20883 +#
20884 +CONFIG_6xx=y
20885 +# CONFIG_PPC_85xx is not set
20886 +# CONFIG_PPC_8xx is not set
20887 +# CONFIG_40x is not set
20888 +# CONFIG_44x is not set
20889 +# CONFIG_E200 is not set
20890 +CONFIG_PPC_FPU=y
20891 +# CONFIG_FSL_EMB_PERFMON is not set
20892 +CONFIG_PPC_STD_MMU=y
20893 +CONFIG_PPC_STD_MMU_32=y
20894 +# CONFIG_PPC_MM_SLICES is not set
20895 +# CONFIG_SMP is not set
20896 +CONFIG_PPC32=y
20897 +CONFIG_WORD_SIZE=32
20898 +CONFIG_PPC_MERGE=y
20899 +CONFIG_MMU=y
20900 +CONFIG_GENERIC_CMOS_UPDATE=y
20901 +CONFIG_GENERIC_TIME=y
20902 +CONFIG_GENERIC_TIME_VSYSCALL=y
20903 +CONFIG_GENERIC_CLOCKEVENTS=y
20904 +CONFIG_GENERIC_HARDIRQS=y
20905 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
20906 +CONFIG_IRQ_PER_CPU=y
20907 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
20908 +CONFIG_ARCH_HAS_ILOG2_U32=y
20909 +CONFIG_GENERIC_HWEIGHT=y
20910 +CONFIG_GENERIC_CALIBRATE_DELAY=y
20911 +CONFIG_GENERIC_FIND_NEXT_BIT=y
20912 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
20913 +CONFIG_PPC=y
20914 +CONFIG_EARLY_PRINTK=y
20915 +CONFIG_GENERIC_NVRAM=y
20916 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
20917 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
20918 +CONFIG_PPC_OF=y
20919 +CONFIG_OF=y
20920 +CONFIG_PPC_UDBG_16550=y
20921 +# CONFIG_GENERIC_TBSYNC is not set
20922 +CONFIG_AUDIT_ARCH=y
20923 +CONFIG_GENERIC_BUG=y
20924 +CONFIG_DEFAULT_UIMAGE=y
20925 +# CONFIG_PPC_DCR_NATIVE is not set
20926 +# CONFIG_PPC_DCR_MMIO is not set
20927 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
20928 +
20929 +#
20930 +# General setup
20931 +#
20932 +CONFIG_EXPERIMENTAL=y
20933 +CONFIG_BROKEN_ON_SMP=y
20934 +CONFIG_INIT_ENV_ARG_LIMIT=32
20935 +CONFIG_LOCALVERSION=""
20936 +CONFIG_LOCALVERSION_AUTO=y
20937 +CONFIG_SWAP=y
20938 +CONFIG_SYSVIPC=y
20939 +CONFIG_SYSVIPC_SYSCTL=y
20940 +# CONFIG_POSIX_MQUEUE is not set
20941 +# CONFIG_BSD_PROCESS_ACCT is not set
20942 +# CONFIG_TASKSTATS is not set
20943 +# CONFIG_AUDIT is not set
20944 +# CONFIG_IKCONFIG is not set
20945 +CONFIG_LOG_BUF_SHIFT=14
20946 +# CONFIG_CGROUPS is not set
20947 +CONFIG_GROUP_SCHED=y
20948 +# CONFIG_FAIR_GROUP_SCHED is not set
20949 +# CONFIG_RT_GROUP_SCHED is not set
20950 +CONFIG_USER_SCHED=y
20951 +# CONFIG_CGROUP_SCHED is not set
20952 +CONFIG_SYSFS_DEPRECATED=y
20953 +CONFIG_SYSFS_DEPRECATED_V2=y
20954 +# CONFIG_RELAY is not set
20955 +# CONFIG_NAMESPACES is not set
20956 +CONFIG_BLK_DEV_INITRD=y
20957 +CONFIG_INITRAMFS_SOURCE=""
20958 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
20959 +CONFIG_SYSCTL=y
20960 +CONFIG_EMBEDDED=y
20961 +CONFIG_SYSCTL_SYSCALL=y
20962 +# CONFIG_KALLSYMS is not set
20963 +CONFIG_HOTPLUG=y
20964 +CONFIG_PRINTK=y
20965 +CONFIG_BUG=y
20966 +CONFIG_ELF_CORE=y
20967 +CONFIG_COMPAT_BRK=y
20968 +CONFIG_BASE_FULL=y
20969 +CONFIG_FUTEX=y
20970 +CONFIG_ANON_INODES=y
20971 +# CONFIG_EPOLL is not set
20972 +CONFIG_SIGNALFD=y
20973 +CONFIG_TIMERFD=y
20974 +CONFIG_EVENTFD=y
20975 +CONFIG_SHMEM=y
20976 +CONFIG_VM_EVENT_COUNTERS=y
20977 +CONFIG_SLUB_DEBUG=y
20978 +# CONFIG_SLAB is not set
20979 +CONFIG_SLUB=y
20980 +# CONFIG_SLOB is not set
20981 +# CONFIG_PROFILING is not set
20982 +# CONFIG_MARKERS is not set
20983 +CONFIG_HAVE_OPROFILE=y
20984 +CONFIG_HAVE_KPROBES=y
20985 +CONFIG_HAVE_KRETPROBES=y
20986 +CONFIG_PROC_PAGE_MONITOR=y
20987 +CONFIG_SLABINFO=y
20988 +CONFIG_RT_MUTEXES=y
20989 +# CONFIG_TINY_SHMEM is not set
20990 +CONFIG_BASE_SMALL=0
20991 +CONFIG_MODULES=y
20992 +CONFIG_MODULE_UNLOAD=y
20993 +# CONFIG_MODULE_FORCE_UNLOAD is not set
20994 +# CONFIG_MODVERSIONS is not set
20995 +# CONFIG_MODULE_SRCVERSION_ALL is not set
20996 +# CONFIG_KMOD is not set
20997 +CONFIG_BLOCK=y
20998 +# CONFIG_LBD is not set
20999 +# CONFIG_BLK_DEV_IO_TRACE is not set
21000 +# CONFIG_LSF is not set
21001 +# CONFIG_BLK_DEV_BSG is not set
21002 +
21003 +#
21004 +# IO Schedulers
21005 +#
21006 +CONFIG_IOSCHED_NOOP=y
21007 +CONFIG_IOSCHED_AS=y
21008 +CONFIG_IOSCHED_DEADLINE=y
21009 +CONFIG_IOSCHED_CFQ=y
21010 +CONFIG_DEFAULT_AS=y
21011 +# CONFIG_DEFAULT_DEADLINE is not set
21012 +# CONFIG_DEFAULT_CFQ is not set
21013 +# CONFIG_DEFAULT_NOOP is not set
21014 +CONFIG_DEFAULT_IOSCHED="anticipatory"
21015 +CONFIG_CLASSIC_RCU=y
21016 +
21017 +#
21018 +# Platform support
21019 +#
21020 +# CONFIG_PPC_MULTIPLATFORM is not set
21021 +# CONFIG_PPC_82xx is not set
21022 +CONFIG_PPC_83xx=y
21023 +# CONFIG_PPC_86xx is not set
21024 +# CONFIG_PPC_MPC512x is not set
21025 +# CONFIG_PPC_MPC5121 is not set
21026 +# CONFIG_PPC_CELL is not set
21027 +# CONFIG_PPC_CELL_NATIVE is not set
21028 +# CONFIG_PQ2ADS is not set
21029 +CONFIG_MPC83xx=y
21030 +CONFIG_MPC831x_RDB=y
21031 +# CONFIG_MPC832x_MDS is not set
21032 +# CONFIG_MPC832x_RDB is not set
21033 +# CONFIG_MPC834x_MDS is not set
21034 +# CONFIG_MPC834x_ITX is not set
21035 +# CONFIG_MPC836x_MDS is not set
21036 +# CONFIG_MPC837x_MDS is not set
21037 +# CONFIG_MPC837x_RDB is not set
21038 +# CONFIG_SBC834x is not set
21039 +CONFIG_PPC_MPC831x=y
21040 +CONFIG_IPIC=y
21041 +# CONFIG_MPIC is not set
21042 +# CONFIG_MPIC_WEIRD is not set
21043 +# CONFIG_PPC_I8259 is not set
21044 +# CONFIG_PPC_RTAS is not set
21045 +# CONFIG_MMIO_NVRAM is not set
21046 +# CONFIG_PPC_MPC106 is not set
21047 +# CONFIG_PPC_970_NAP is not set
21048 +# CONFIG_PPC_INDIRECT_IO is not set
21049 +# CONFIG_GENERIC_IOMAP is not set
21050 +# CONFIG_CPU_FREQ is not set
21051 +# CONFIG_FSL_ULI1575 is not set
21052 +
21053 +#
21054 +# Kernel options
21055 +#
21056 +# CONFIG_HIGHMEM is not set
21057 +CONFIG_TICK_ONESHOT=y
21058 +CONFIG_NO_HZ=y
21059 +CONFIG_HIGH_RES_TIMERS=y
21060 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
21061 +# CONFIG_HZ_100 is not set
21062 +CONFIG_HZ_250=y
21063 +# CONFIG_HZ_300 is not set
21064 +# CONFIG_HZ_1000 is not set
21065 +CONFIG_HZ=250
21066 +# CONFIG_SCHED_HRTICK is not set
21067 +CONFIG_PREEMPT_NONE=y
21068 +# CONFIG_PREEMPT_VOLUNTARY is not set
21069 +# CONFIG_PREEMPT is not set
21070 +CONFIG_BINFMT_ELF=y
21071 +# CONFIG_BINFMT_MISC is not set
21072 +CONFIG_FORCE_MAX_ZONEORDER=11
21073 +# CONFIG_IOMMU_HELPER is not set
21074 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
21075 +CONFIG_ARCH_HAS_WALK_MEMORY=y
21076 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
21077 +CONFIG_ARCH_FLATMEM_ENABLE=y
21078 +CONFIG_ARCH_POPULATES_NODE_MAP=y
21079 +CONFIG_SELECT_MEMORY_MODEL=y
21080 +CONFIG_FLATMEM_MANUAL=y
21081 +# CONFIG_DISCONTIGMEM_MANUAL is not set
21082 +# CONFIG_SPARSEMEM_MANUAL is not set
21083 +CONFIG_FLATMEM=y
21084 +CONFIG_FLAT_NODE_MEM_MAP=y
21085 +# CONFIG_SPARSEMEM_STATIC is not set
21086 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
21087 +CONFIG_SPLIT_PTLOCK_CPUS=4
21088 +# CONFIG_RESOURCES_64BIT is not set
21089 +CONFIG_ZONE_DMA_FLAG=1
21090 +CONFIG_BOUNCE=y
21091 +CONFIG_VIRT_TO_BUS=y
21092 +CONFIG_PROC_DEVICETREE=y
21093 +# CONFIG_CMDLINE_BOOL is not set
21094 +# CONFIG_PM is not set
21095 +CONFIG_SECCOMP=y
21096 +CONFIG_ISA_DMA_API=y
21097 +
21098 +#
21099 +# Bus options
21100 +#
21101 +CONFIG_ZONE_DMA=y
21102 +CONFIG_GENERIC_ISA_DMA=y
21103 +CONFIG_PPC_INDIRECT_PCI=y
21104 +CONFIG_FSL_SOC=y
21105 +CONFIG_PCI=y
21106 +CONFIG_PCI_DOMAINS=y
21107 +CONFIG_PCI_SYSCALL=y
21108 +# CONFIG_PCIEPORTBUS is not set
21109 +CONFIG_ARCH_SUPPORTS_MSI=y
21110 +# CONFIG_PCI_MSI is not set
21111 +CONFIG_PCI_LEGACY=y
21112 +# CONFIG_PCI_DEBUG is not set
21113 +# CONFIG_PCCARD is not set
21114 +# CONFIG_HOTPLUG_PCI is not set
21115 +
21116 +#
21117 +# Advanced setup
21118 +#
21119 +# CONFIG_ADVANCED_OPTIONS is not set
21120 +
21121 +#
21122 +# Default settings for advanced configuration options are used
21123 +#
21124 +CONFIG_HIGHMEM_START=0xfe000000
21125 +CONFIG_LOWMEM_SIZE=0x30000000
21126 +CONFIG_KERNEL_START=0xc0000000
21127 +CONFIG_TASK_SIZE=0xc0000000
21128 +CONFIG_BOOT_LOAD=0x00800000
21129 +
21130 +#
21131 +# Networking
21132 +#
21133 +CONFIG_NET=y
21134 +
21135 +#
21136 +# Networking options
21137 +#
21138 +CONFIG_PACKET=y
21139 +# CONFIG_PACKET_MMAP is not set
21140 +CONFIG_UNIX=y
21141 +CONFIG_XFRM=y
21142 +# CONFIG_XFRM_USER is not set
21143 +# CONFIG_XFRM_SUB_POLICY is not set
21144 +# CONFIG_XFRM_MIGRATE is not set
21145 +# CONFIG_XFRM_STATISTICS is not set
21146 +# CONFIG_NET_KEY is not set
21147 +CONFIG_INET=y
21148 +CONFIG_IP_MULTICAST=y
21149 +# CONFIG_IP_ADVANCED_ROUTER is not set
21150 +CONFIG_IP_FIB_HASH=y
21151 +CONFIG_IP_PNP=y
21152 +CONFIG_IP_PNP_DHCP=y
21153 +CONFIG_IP_PNP_BOOTP=y
21154 +# CONFIG_IP_PNP_RARP is not set
21155 +# CONFIG_NET_IPIP is not set
21156 +# CONFIG_NET_IPGRE is not set
21157 +# CONFIG_IP_MROUTE is not set
21158 +# CONFIG_ARPD is not set
21159 +CONFIG_SYN_COOKIES=y
21160 +# CONFIG_INET_AH is not set
21161 +# CONFIG_INET_ESP is not set
21162 +# CONFIG_INET_IPCOMP is not set
21163 +# CONFIG_INET_XFRM_TUNNEL is not set
21164 +# CONFIG_INET_TUNNEL is not set
21165 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
21166 +CONFIG_INET_XFRM_MODE_TUNNEL=y
21167 +CONFIG_INET_XFRM_MODE_BEET=y
21168 +# CONFIG_INET_LRO is not set
21169 +CONFIG_INET_DIAG=y
21170 +CONFIG_INET_TCP_DIAG=y
21171 +# CONFIG_TCP_CONG_ADVANCED is not set
21172 +CONFIG_TCP_CONG_CUBIC=y
21173 +CONFIG_DEFAULT_TCP_CONG="cubic"
21174 +# CONFIG_TCP_MD5SIG is not set
21175 +# CONFIG_IPV6 is not set
21176 +# CONFIG_INET6_XFRM_TUNNEL is not set
21177 +# CONFIG_INET6_TUNNEL is not set
21178 +# CONFIG_NETWORK_SECMARK is not set
21179 +# CONFIG_NETFILTER is not set
21180 +# CONFIG_IP_DCCP is not set
21181 +# CONFIG_IP_SCTP is not set
21182 +# CONFIG_TIPC is not set
21183 +# CONFIG_ATM is not set
21184 +# CONFIG_BRIDGE is not set
21185 +# CONFIG_VLAN_8021Q is not set
21186 +# CONFIG_DECNET is not set
21187 +# CONFIG_LLC2 is not set
21188 +# CONFIG_IPX is not set
21189 +# CONFIG_ATALK is not set
21190 +# CONFIG_X25 is not set
21191 +# CONFIG_LAPB is not set
21192 +# CONFIG_ECONET is not set
21193 +# CONFIG_WAN_ROUTER is not set
21194 +# CONFIG_NET_SCHED is not set
21195 +
21196 +#
21197 +# Network testing
21198 +#
21199 +# CONFIG_NET_PKTGEN is not set
21200 +# CONFIG_HAMRADIO is not set
21201 +# CONFIG_CAN is not set
21202 +# CONFIG_IRDA is not set
21203 +# CONFIG_BT is not set
21204 +# CONFIG_AF_RXRPC is not set
21205 +
21206 +#
21207 +# Wireless
21208 +#
21209 +# CONFIG_CFG80211 is not set
21210 +# CONFIG_WIRELESS_EXT is not set
21211 +# CONFIG_MAC80211 is not set
21212 +# CONFIG_IEEE80211 is not set
21213 +# CONFIG_RFKILL is not set
21214 +# CONFIG_NET_9P is not set
21215 +
21216 +#
21217 +# Device Drivers
21218 +#
21219 +
21220 +#
21221 +# Generic Driver Options
21222 +#
21223 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
21224 +CONFIG_STANDALONE=y
21225 +CONFIG_PREVENT_FIRMWARE_BUILD=y
21226 +# CONFIG_FW_LOADER is not set
21227 +# CONFIG_DEBUG_DRIVER is not set
21228 +# CONFIG_DEBUG_DEVRES is not set
21229 +# CONFIG_SYS_HYPERVISOR is not set
21230 +# CONFIG_CONNECTOR is not set
21231 +CONFIG_MTD=y
21232 +# CONFIG_MTD_DEBUG is not set
21233 +# CONFIG_MTD_CONCAT is not set
21234 +CONFIG_MTD_PARTITIONS=y
21235 +# CONFIG_MTD_REDBOOT_PARTS is not set
21236 +# CONFIG_MTD_CMDLINE_PARTS is not set
21237 +CONFIG_MTD_OF_PARTS=y
21238 +
21239 +#
21240 +# User Modules And Translation Layers
21241 +#
21242 +CONFIG_MTD_CHAR=y
21243 +CONFIG_MTD_BLKDEVS=y
21244 +CONFIG_MTD_BLOCK=y
21245 +# CONFIG_FTL is not set
21246 +# CONFIG_NFTL is not set
21247 +# CONFIG_INFTL is not set
21248 +# CONFIG_RFD_FTL is not set
21249 +# CONFIG_SSFDC is not set
21250 +# CONFIG_MTD_OOPS is not set
21251 +
21252 +#
21253 +# RAM/ROM/Flash chip drivers
21254 +#
21255 +CONFIG_MTD_CFI=y
21256 +# CONFIG_MTD_JEDECPROBE is not set
21257 +CONFIG_MTD_GEN_PROBE=y
21258 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
21259 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
21260 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
21261 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
21262 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
21263 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
21264 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
21265 +CONFIG_MTD_CFI_I1=y
21266 +CONFIG_MTD_CFI_I2=y
21267 +# CONFIG_MTD_CFI_I4 is not set
21268 +# CONFIG_MTD_CFI_I8 is not set
21269 +# CONFIG_MTD_CFI_INTELEXT is not set
21270 +CONFIG_MTD_CFI_AMDSTD=y
21271 +# CONFIG_MTD_CFI_STAA is not set
21272 +CONFIG_MTD_CFI_UTIL=y
21273 +# CONFIG_MTD_RAM is not set
21274 +# CONFIG_MTD_ROM is not set
21275 +# CONFIG_MTD_ABSENT is not set
21276 +
21277 +#
21278 +# Mapping drivers for chip access
21279 +#
21280 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
21281 +# CONFIG_MTD_PHYSMAP is not set
21282 +CONFIG_MTD_PHYSMAP_OF=y
21283 +# CONFIG_MTD_INTEL_VR_NOR is not set
21284 +# CONFIG_MTD_PLATRAM is not set
21285 +
21286 +#
21287 +# Self-contained MTD device drivers
21288 +#
21289 +# CONFIG_MTD_PMC551 is not set
21290 +# CONFIG_MTD_DATAFLASH is not set
21291 +# CONFIG_MTD_M25P80 is not set
21292 +# CONFIG_MTD_SLRAM is not set
21293 +# CONFIG_MTD_PHRAM is not set
21294 +# CONFIG_MTD_MTDRAM is not set
21295 +# CONFIG_MTD_BLOCK2MTD is not set
21296 +
21297 +#
21298 +# Disk-On-Chip Device Drivers
21299 +#
21300 +# CONFIG_MTD_DOC2000 is not set
21301 +# CONFIG_MTD_DOC2001 is not set
21302 +# CONFIG_MTD_DOC2001PLUS is not set
21303 +CONFIG_MTD_NAND=y
21304 +CONFIG_MTD_NAND_VERIFY_WRITE=y
21305 +# CONFIG_MTD_NAND_ECC_SMC is not set
21306 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
21307 +CONFIG_MTD_NAND_IDS=y
21308 +# CONFIG_MTD_NAND_DISKONCHIP is not set
21309 +# CONFIG_MTD_NAND_CAFE is not set
21310 +# CONFIG_MTD_NAND_NANDSIM is not set
21311 +# CONFIG_MTD_NAND_PLATFORM is not set
21312 +# CONFIG_MTD_ALAUDA is not set
21313 +CONFIG_MTD_NAND_FSL_ELBC=y
21314 +# CONFIG_MTD_ONENAND is not set
21315 +
21316 +#
21317 +# UBI - Unsorted block images
21318 +#
21319 +# CONFIG_MTD_UBI is not set
21320 +CONFIG_OF_DEVICE=y
21321 +# CONFIG_PARPORT is not set
21322 +CONFIG_BLK_DEV=y
21323 +# CONFIG_BLK_DEV_FD is not set
21324 +# CONFIG_BLK_CPQ_DA is not set
21325 +# CONFIG_BLK_CPQ_CISS_DA is not set
21326 +# CONFIG_BLK_DEV_DAC960 is not set
21327 +# CONFIG_BLK_DEV_UMEM is not set
21328 +# CONFIG_BLK_DEV_COW_COMMON is not set
21329 +CONFIG_BLK_DEV_LOOP=y
21330 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
21331 +# CONFIG_BLK_DEV_NBD is not set
21332 +# CONFIG_BLK_DEV_SX8 is not set
21333 +# CONFIG_BLK_DEV_UB is not set
21334 +CONFIG_BLK_DEV_RAM=y
21335 +CONFIG_BLK_DEV_RAM_COUNT=16
21336 +CONFIG_BLK_DEV_RAM_SIZE=32768
21337 +# CONFIG_BLK_DEV_XIP is not set
21338 +# CONFIG_CDROM_PKTCDVD is not set
21339 +# CONFIG_ATA_OVER_ETH is not set
21340 +CONFIG_MISC_DEVICES=y
21341 +# CONFIG_PHANTOM is not set
21342 +# CONFIG_EEPROM_93CX6 is not set
21343 +# CONFIG_SGI_IOC4 is not set
21344 +# CONFIG_TIFM_CORE is not set
21345 +# CONFIG_ENCLOSURE_SERVICES is not set
21346 +CONFIG_HAVE_IDE=y
21347 +# CONFIG_IDE is not set
21348 +
21349 +#
21350 +# SCSI device support
21351 +#
21352 +# CONFIG_RAID_ATTRS is not set
21353 +CONFIG_SCSI=y
21354 +CONFIG_SCSI_DMA=y
21355 +# CONFIG_SCSI_TGT is not set
21356 +# CONFIG_SCSI_NETLINK is not set
21357 +CONFIG_SCSI_PROC_FS=y
21358 +
21359 +#
21360 +# SCSI support type (disk, tape, CD-ROM)
21361 +#
21362 +# CONFIG_BLK_DEV_SD is not set
21363 +# CONFIG_CHR_DEV_ST is not set
21364 +# CONFIG_CHR_DEV_OSST is not set
21365 +# CONFIG_BLK_DEV_SR is not set
21366 +CONFIG_CHR_DEV_SG=y
21367 +# CONFIG_CHR_DEV_SCH is not set
21368 +
21369 +#
21370 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
21371 +#
21372 +# CONFIG_SCSI_MULTI_LUN is not set
21373 +# CONFIG_SCSI_CONSTANTS is not set
21374 +# CONFIG_SCSI_LOGGING is not set
21375 +# CONFIG_SCSI_SCAN_ASYNC is not set
21376 +CONFIG_SCSI_WAIT_SCAN=m
21377 +
21378 +#
21379 +# SCSI Transports
21380 +#
21381 +CONFIG_SCSI_SPI_ATTRS=y
21382 +# CONFIG_SCSI_FC_ATTRS is not set
21383 +# CONFIG_SCSI_ISCSI_ATTRS is not set
21384 +# CONFIG_SCSI_SAS_LIBSAS is not set
21385 +# CONFIG_SCSI_SRP_ATTRS is not set
21386 +CONFIG_SCSI_LOWLEVEL=y
21387 +# CONFIG_ISCSI_TCP is not set
21388 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
21389 +# CONFIG_SCSI_3W_9XXX is not set
21390 +# CONFIG_SCSI_ACARD is not set
21391 +# CONFIG_SCSI_AACRAID is not set
21392 +# CONFIG_SCSI_AIC7XXX is not set
21393 +# CONFIG_SCSI_AIC7XXX_OLD is not set
21394 +# CONFIG_SCSI_AIC79XX is not set
21395 +# CONFIG_SCSI_AIC94XX is not set
21396 +# CONFIG_SCSI_DPT_I2O is not set
21397 +# CONFIG_SCSI_ADVANSYS is not set
21398 +# CONFIG_SCSI_ARCMSR is not set
21399 +# CONFIG_MEGARAID_NEWGEN is not set
21400 +# CONFIG_MEGARAID_LEGACY is not set
21401 +# CONFIG_MEGARAID_SAS is not set
21402 +# CONFIG_SCSI_HPTIOP is not set
21403 +# CONFIG_SCSI_BUSLOGIC is not set
21404 +# CONFIG_SCSI_DMX3191D is not set
21405 +# CONFIG_SCSI_EATA is not set
21406 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
21407 +# CONFIG_SCSI_GDTH is not set
21408 +# CONFIG_SCSI_IPS is not set
21409 +# CONFIG_SCSI_INITIO is not set
21410 +# CONFIG_SCSI_INIA100 is not set
21411 +# CONFIG_SCSI_MVSAS is not set
21412 +# CONFIG_SCSI_STEX is not set
21413 +# CONFIG_SCSI_SYM53C8XX_2 is not set
21414 +# CONFIG_SCSI_QLOGIC_1280 is not set
21415 +# CONFIG_SCSI_QLA_FC is not set
21416 +# CONFIG_SCSI_QLA_ISCSI is not set
21417 +# CONFIG_SCSI_LPFC is not set
21418 +# CONFIG_SCSI_DC395x is not set
21419 +# CONFIG_SCSI_DC390T is not set
21420 +# CONFIG_SCSI_NSP32 is not set
21421 +# CONFIG_SCSI_DEBUG is not set
21422 +# CONFIG_SCSI_SRP is not set
21423 +# CONFIG_ATA is not set
21424 +CONFIG_MD=y
21425 +CONFIG_BLK_DEV_MD=y
21426 +CONFIG_MD_LINEAR=y
21427 +CONFIG_MD_RAID0=y
21428 +CONFIG_MD_RAID1=y
21429 +# CONFIG_MD_RAID10 is not set
21430 +# CONFIG_MD_RAID456 is not set
21431 +# CONFIG_MD_MULTIPATH is not set
21432 +# CONFIG_MD_FAULTY is not set
21433 +# CONFIG_BLK_DEV_DM is not set
21434 +# CONFIG_FUSION is not set
21435 +
21436 +#
21437 +# IEEE 1394 (FireWire) support
21438 +#
21439 +# CONFIG_FIREWIRE is not set
21440 +# CONFIG_IEEE1394 is not set
21441 +# CONFIG_I2O is not set
21442 +# CONFIG_MACINTOSH_DRIVERS is not set
21443 +CONFIG_NETDEVICES=y
21444 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
21445 +# CONFIG_DUMMY is not set
21446 +# CONFIG_BONDING is not set
21447 +# CONFIG_MACVLAN is not set
21448 +# CONFIG_EQUALIZER is not set
21449 +# CONFIG_TUN is not set
21450 +# CONFIG_VETH is not set
21451 +# CONFIG_ARCNET is not set
21452 +CONFIG_PHYLIB=y
21453 +
21454 +#
21455 +# MII PHY device drivers
21456 +#
21457 +# CONFIG_MARVELL_PHY is not set
21458 +# CONFIG_DAVICOM_PHY is not set
21459 +# CONFIG_QSEMI_PHY is not set
21460 +# CONFIG_LXT_PHY is not set
21461 +CONFIG_CICADA_PHY=y
21462 +# CONFIG_VITESSE_PHY is not set
21463 +# CONFIG_SMSC_PHY is not set
21464 +# CONFIG_BROADCOM_PHY is not set
21465 +# CONFIG_ICPLUS_PHY is not set
21466 +# CONFIG_REALTEK_PHY is not set
21467 +# CONFIG_FIXED_PHY is not set
21468 +# CONFIG_MDIO_BITBANG is not set
21469 +CONFIG_NET_ETHERNET=y
21470 +CONFIG_MII=y
21471 +# CONFIG_HAPPYMEAL is not set
21472 +# CONFIG_SUNGEM is not set
21473 +# CONFIG_CASSINI is not set
21474 +# CONFIG_NET_VENDOR_3COM is not set
21475 +# CONFIG_ENC28J60 is not set
21476 +# CONFIG_NET_TULIP is not set
21477 +# CONFIG_HP100 is not set
21478 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
21479 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
21480 +# CONFIG_IBM_NEW_EMAC_TAH is not set
21481 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
21482 +CONFIG_NET_PCI=y
21483 +# CONFIG_PCNET32 is not set
21484 +# CONFIG_AMD8111_ETH is not set
21485 +# CONFIG_ADAPTEC_STARFIRE is not set
21486 +# CONFIG_B44 is not set
21487 +# CONFIG_FORCEDETH is not set
21488 +# CONFIG_EEPRO100 is not set
21489 +CONFIG_E100=y
21490 +# CONFIG_FEALNX is not set
21491 +# CONFIG_NATSEMI is not set
21492 +# CONFIG_NE2K_PCI is not set
21493 +# CONFIG_8139CP is not set
21494 +# CONFIG_8139TOO is not set
21495 +# CONFIG_R6040 is not set
21496 +# CONFIG_SIS900 is not set
21497 +# CONFIG_EPIC100 is not set
21498 +# CONFIG_SUNDANCE is not set
21499 +# CONFIG_TLAN is not set
21500 +# CONFIG_VIA_RHINE is not set
21501 +# CONFIG_SC92031 is not set
21502 +CONFIG_NETDEV_1000=y
21503 +# CONFIG_ACENIC is not set
21504 +# CONFIG_DL2K is not set
21505 +# CONFIG_E1000 is not set
21506 +# CONFIG_E1000E is not set
21507 +# CONFIG_E1000E_ENABLED is not set
21508 +# CONFIG_IP1000 is not set
21509 +# CONFIG_IGB is not set
21510 +# CONFIG_NS83820 is not set
21511 +# CONFIG_HAMACHI is not set
21512 +# CONFIG_YELLOWFIN is not set
21513 +# CONFIG_R8169 is not set
21514 +# CONFIG_SIS190 is not set
21515 +# CONFIG_SKGE is not set
21516 +# CONFIG_SKY2 is not set
21517 +# CONFIG_SK98LIN is not set
21518 +# CONFIG_VIA_VELOCITY is not set
21519 +# CONFIG_TIGON3 is not set
21520 +# CONFIG_BNX2 is not set
21521 +CONFIG_GIANFAR=y
21522 +CONFIG_GFAR_NAPI=y
21523 +# CONFIG_QLA3XXX is not set
21524 +# CONFIG_ATL1 is not set
21525 +CONFIG_NETDEV_10000=y
21526 +# CONFIG_CHELSIO_T1 is not set
21527 +# CONFIG_CHELSIO_T3 is not set
21528 +# CONFIG_IXGBE is not set
21529 +# CONFIG_IXGB is not set
21530 +# CONFIG_S2IO is not set
21531 +# CONFIG_MYRI10GE is not set
21532 +# CONFIG_NETXEN_NIC is not set
21533 +# CONFIG_NIU is not set
21534 +# CONFIG_MLX4_CORE is not set
21535 +# CONFIG_TEHUTI is not set
21536 +# CONFIG_BNX2X is not set
21537 +# CONFIG_TR is not set
21538 +
21539 +#
21540 +# Wireless LAN
21541 +#
21542 +# CONFIG_WLAN_PRE80211 is not set
21543 +# CONFIG_WLAN_80211 is not set
21544 +
21545 +#
21546 +# USB Network Adapters
21547 +#
21548 +# CONFIG_USB_CATC is not set
21549 +# CONFIG_USB_KAWETH is not set
21550 +# CONFIG_USB_PEGASUS is not set
21551 +# CONFIG_USB_RTL8150 is not set
21552 +# CONFIG_USB_USBNET is not set
21553 +# CONFIG_WAN is not set
21554 +# CONFIG_FDDI is not set
21555 +# CONFIG_HIPPI is not set
21556 +# CONFIG_PPP is not set
21557 +# CONFIG_SLIP is not set
21558 +# CONFIG_NET_FC is not set
21559 +# CONFIG_NETCONSOLE is not set
21560 +# CONFIG_NETPOLL is not set
21561 +# CONFIG_NET_POLL_CONTROLLER is not set
21562 +# CONFIG_ISDN is not set
21563 +# CONFIG_PHONE is not set
21564 +
21565 +#
21566 +# Input device support
21567 +#
21568 +CONFIG_INPUT=y
21569 +# CONFIG_INPUT_FF_MEMLESS is not set
21570 +# CONFIG_INPUT_POLLDEV is not set
21571 +
21572 +#
21573 +# Userland interfaces
21574 +#
21575 +# CONFIG_INPUT_MOUSEDEV is not set
21576 +# CONFIG_INPUT_JOYDEV is not set
21577 +# CONFIG_INPUT_EVDEV is not set
21578 +# CONFIG_INPUT_EVBUG is not set
21579 +
21580 +#
21581 +# Input Device Drivers
21582 +#
21583 +# CONFIG_INPUT_KEYBOARD is not set
21584 +# CONFIG_INPUT_MOUSE is not set
21585 +# CONFIG_INPUT_JOYSTICK is not set
21586 +# CONFIG_INPUT_TABLET is not set
21587 +# CONFIG_INPUT_TOUCHSCREEN is not set
21588 +# CONFIG_INPUT_MISC is not set
21589 +
21590 +#
21591 +# Hardware I/O ports
21592 +#
21593 +# CONFIG_SERIO is not set
21594 +# CONFIG_GAMEPORT is not set
21595 +
21596 +#
21597 +# Character devices
21598 +#
21599 +# CONFIG_VT is not set
21600 +# CONFIG_SERIAL_NONSTANDARD is not set
21601 +# CONFIG_NOZOMI is not set
21602 +
21603 +#
21604 +# Serial drivers
21605 +#
21606 +CONFIG_SERIAL_8250=y
21607 +CONFIG_SERIAL_8250_CONSOLE=y
21608 +CONFIG_SERIAL_8250_PCI=y
21609 +CONFIG_SERIAL_8250_NR_UARTS=4
21610 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
21611 +# CONFIG_SERIAL_8250_EXTENDED is not set
21612 +
21613 +#
21614 +# Non-8250 serial port support
21615 +#
21616 +# CONFIG_SERIAL_UARTLITE is not set
21617 +CONFIG_SERIAL_CORE=y
21618 +CONFIG_SERIAL_CORE_CONSOLE=y
21619 +# CONFIG_SERIAL_JSM is not set
21620 +# CONFIG_SERIAL_OF_PLATFORM is not set
21621 +CONFIG_UNIX98_PTYS=y
21622 +CONFIG_LEGACY_PTYS=y
21623 +CONFIG_LEGACY_PTY_COUNT=256
21624 +# CONFIG_IPMI_HANDLER is not set
21625 +CONFIG_HW_RANDOM=y
21626 +# CONFIG_NVRAM is not set
21627 +# CONFIG_GEN_RTC is not set
21628 +# CONFIG_R3964 is not set
21629 +# CONFIG_APPLICOM is not set
21630 +# CONFIG_RAW_DRIVER is not set
21631 +# CONFIG_TCG_TPM is not set
21632 +CONFIG_DEVPORT=y
21633 +CONFIG_I2C=y
21634 +CONFIG_I2C_BOARDINFO=y
21635 +CONFIG_I2C_CHARDEV=y
21636 +
21637 +#
21638 +# I2C Algorithms
21639 +#
21640 +# CONFIG_I2C_ALGOBIT is not set
21641 +# CONFIG_I2C_ALGOPCF is not set
21642 +# CONFIG_I2C_ALGOPCA is not set
21643 +
21644 +#
21645 +# I2C Hardware Bus support
21646 +#
21647 +# CONFIG_I2C_ALI1535 is not set
21648 +# CONFIG_I2C_ALI1563 is not set
21649 +# CONFIG_I2C_ALI15X3 is not set
21650 +# CONFIG_I2C_AMD756 is not set
21651 +# CONFIG_I2C_AMD8111 is not set
21652 +# CONFIG_I2C_I801 is not set
21653 +# CONFIG_I2C_I810 is not set
21654 +# CONFIG_I2C_PIIX4 is not set
21655 +CONFIG_I2C_MPC=y
21656 +# CONFIG_I2C_NFORCE2 is not set
21657 +# CONFIG_I2C_OCORES is not set
21658 +# CONFIG_I2C_PARPORT_LIGHT is not set
21659 +# CONFIG_I2C_PROSAVAGE is not set
21660 +# CONFIG_I2C_SAVAGE4 is not set
21661 +# CONFIG_I2C_SIMTEC is not set
21662 +# CONFIG_I2C_SIS5595 is not set
21663 +# CONFIG_I2C_SIS630 is not set
21664 +# CONFIG_I2C_SIS96X is not set
21665 +# CONFIG_I2C_TAOS_EVM is not set
21666 +# CONFIG_I2C_STUB is not set
21667 +# CONFIG_I2C_TINY_USB is not set
21668 +# CONFIG_I2C_VIA is not set
21669 +# CONFIG_I2C_VIAPRO is not set
21670 +# CONFIG_I2C_VOODOO3 is not set
21671 +
21672 +#
21673 +# Miscellaneous I2C Chip support
21674 +#
21675 +# CONFIG_DS1682 is not set
21676 +# CONFIG_SENSORS_EEPROM is not set
21677 +# CONFIG_SENSORS_PCF8574 is not set
21678 +# CONFIG_PCF8575 is not set
21679 +# CONFIG_SENSORS_PCF8591 is not set
21680 +# CONFIG_TPS65010 is not set
21681 +# CONFIG_SENSORS_MAX6875 is not set
21682 +# CONFIG_SENSORS_TSL2550 is not set
21683 +# CONFIG_I2C_DEBUG_CORE is not set
21684 +# CONFIG_I2C_DEBUG_ALGO is not set
21685 +# CONFIG_I2C_DEBUG_BUS is not set
21686 +# CONFIG_I2C_DEBUG_CHIP is not set
21687 +
21688 +#
21689 +# SPI support
21690 +#
21691 +CONFIG_SPI=y
21692 +# CONFIG_SPI_DEBUG is not set
21693 +CONFIG_SPI_MASTER=y
21694 +
21695 +#
21696 +# SPI Master Controller Drivers
21697 +#
21698 +CONFIG_SPI_BITBANG=y
21699 +CONFIG_SPI_MPC83xx=y
21700 +
21701 +#
21702 +# SPI Protocol Masters
21703 +#
21704 +# CONFIG_SPI_AT25 is not set
21705 +# CONFIG_SPI_SPIDEV is not set
21706 +# CONFIG_SPI_TLE62X0 is not set
21707 +# CONFIG_W1 is not set
21708 +# CONFIG_POWER_SUPPLY is not set
21709 +CONFIG_HWMON=y
21710 +# CONFIG_HWMON_VID is not set
21711 +# CONFIG_SENSORS_AD7418 is not set
21712 +# CONFIG_SENSORS_ADM1021 is not set
21713 +# CONFIG_SENSORS_ADM1025 is not set
21714 +# CONFIG_SENSORS_ADM1026 is not set
21715 +# CONFIG_SENSORS_ADM1029 is not set
21716 +# CONFIG_SENSORS_ADM1031 is not set
21717 +# CONFIG_SENSORS_ADM9240 is not set
21718 +# CONFIG_SENSORS_ADT7470 is not set
21719 +# CONFIG_SENSORS_ADT7473 is not set
21720 +# CONFIG_SENSORS_ATXP1 is not set
21721 +# CONFIG_SENSORS_DS1621 is not set
21722 +# CONFIG_SENSORS_I5K_AMB is not set
21723 +# CONFIG_SENSORS_F71805F is not set
21724 +# CONFIG_SENSORS_F71882FG is not set
21725 +# CONFIG_SENSORS_F75375S is not set
21726 +# CONFIG_SENSORS_GL518SM is not set
21727 +# CONFIG_SENSORS_GL520SM is not set
21728 +# CONFIG_SENSORS_IT87 is not set
21729 +# CONFIG_SENSORS_LM63 is not set
21730 +# CONFIG_SENSORS_LM70 is not set
21731 +# CONFIG_SENSORS_LM75 is not set
21732 +# CONFIG_SENSORS_LM77 is not set
21733 +# CONFIG_SENSORS_LM78 is not set
21734 +# CONFIG_SENSORS_LM80 is not set
21735 +# CONFIG_SENSORS_LM83 is not set
21736 +# CONFIG_SENSORS_LM85 is not set
21737 +# CONFIG_SENSORS_LM87 is not set
21738 +# CONFIG_SENSORS_LM90 is not set
21739 +# CONFIG_SENSORS_LM92 is not set
21740 +# CONFIG_SENSORS_LM93 is not set
21741 +# CONFIG_SENSORS_MAX1619 is not set
21742 +# CONFIG_SENSORS_MAX6650 is not set
21743 +# CONFIG_SENSORS_PC87360 is not set
21744 +# CONFIG_SENSORS_PC87427 is not set
21745 +# CONFIG_SENSORS_SIS5595 is not set
21746 +# CONFIG_SENSORS_DME1737 is not set
21747 +# CONFIG_SENSORS_SMSC47M1 is not set
21748 +# CONFIG_SENSORS_SMSC47M192 is not set
21749 +# CONFIG_SENSORS_SMSC47B397 is not set
21750 +# CONFIG_SENSORS_ADS7828 is not set
21751 +# CONFIG_SENSORS_THMC50 is not set
21752 +# CONFIG_SENSORS_VIA686A is not set
21753 +# CONFIG_SENSORS_VT1211 is not set
21754 +# CONFIG_SENSORS_VT8231 is not set
21755 +# CONFIG_SENSORS_W83781D is not set
21756 +# CONFIG_SENSORS_W83791D is not set
21757 +# CONFIG_SENSORS_W83792D is not set
21758 +# CONFIG_SENSORS_W83793 is not set
21759 +# CONFIG_SENSORS_W83L785TS is not set
21760 +# CONFIG_SENSORS_W83L786NG is not set
21761 +# CONFIG_SENSORS_W83627HF is not set
21762 +# CONFIG_SENSORS_W83627EHF is not set
21763 +# CONFIG_HWMON_DEBUG_CHIP is not set
21764 +# CONFIG_THERMAL is not set
21765 +CONFIG_WATCHDOG=y
21766 +# CONFIG_WATCHDOG_NOWAYOUT is not set
21767 +
21768 +#
21769 +# Watchdog Device Drivers
21770 +#
21771 +# CONFIG_SOFT_WATCHDOG is not set
21772 +CONFIG_83xx_WDT=y
21773 +
21774 +#
21775 +# PCI-based Watchdog Cards
21776 +#
21777 +# CONFIG_PCIPCWATCHDOG is not set
21778 +# CONFIG_WDTPCI is not set
21779 +
21780 +#
21781 +# USB-based Watchdog Cards
21782 +#
21783 +# CONFIG_USBPCWATCHDOG is not set
21784 +
21785 +#
21786 +# Sonics Silicon Backplane
21787 +#
21788 +CONFIG_SSB_POSSIBLE=y
21789 +# CONFIG_SSB is not set
21790 +
21791 +#
21792 +# Multifunction device drivers
21793 +#
21794 +# CONFIG_MFD_SM501 is not set
21795 +
21796 +#
21797 +# Multimedia devices
21798 +#
21799 +# CONFIG_VIDEO_DEV is not set
21800 +# CONFIG_DVB_CORE is not set
21801 +CONFIG_DAB=y
21802 +# CONFIG_USB_DABUSB is not set
21803 +
21804 +#
21805 +# Graphics support
21806 +#
21807 +# CONFIG_AGP is not set
21808 +# CONFIG_DRM is not set
21809 +# CONFIG_VGASTATE is not set
21810 +CONFIG_VIDEO_OUTPUT_CONTROL=m
21811 +# CONFIG_FB is not set
21812 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
21813 +
21814 +#
21815 +# Display device support
21816 +#
21817 +# CONFIG_DISPLAY_SUPPORT is not set
21818 +
21819 +#
21820 +# Sound
21821 +#
21822 +# CONFIG_SOUND is not set
21823 +CONFIG_HID_SUPPORT=y
21824 +CONFIG_HID=y
21825 +# CONFIG_HID_DEBUG is not set
21826 +# CONFIG_HIDRAW is not set
21827 +
21828 +#
21829 +# USB Input Devices
21830 +#
21831 +# CONFIG_USB_HID is not set
21832 +
21833 +#
21834 +# USB HID Boot Protocol drivers
21835 +#
21836 +# CONFIG_USB_KBD is not set
21837 +# CONFIG_USB_MOUSE is not set
21838 +CONFIG_USB_SUPPORT=y
21839 +CONFIG_USB_ARCH_HAS_HCD=y
21840 +CONFIG_USB_ARCH_HAS_OHCI=y
21841 +CONFIG_USB_ARCH_HAS_EHCI=y
21842 +CONFIG_USB=y
21843 +# CONFIG_USB_DEBUG is not set
21844 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
21845 +
21846 +#
21847 +# Miscellaneous USB options
21848 +#
21849 +CONFIG_USB_DEVICEFS=y
21850 +CONFIG_USB_DEVICE_CLASS=y
21851 +# CONFIG_USB_DYNAMIC_MINORS is not set
21852 +# CONFIG_USB_OTG is not set
21853 +
21854 +#
21855 +# USB Host Controller Drivers
21856 +#
21857 +CONFIG_USB_EHCI_HCD=y
21858 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
21859 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
21860 +CONFIG_USB_EHCI_FSL=y
21861 +CONFIG_USB_EHCI_HCD_PPC_OF=y
21862 +# CONFIG_USB_ISP116X_HCD is not set
21863 +CONFIG_USB_OHCI_HCD=y
21864 +CONFIG_USB_OHCI_HCD_PPC_OF=y
21865 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
21866 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
21867 +CONFIG_USB_OHCI_HCD_PCI=y
21868 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
21869 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
21870 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
21871 +CONFIG_USB_UHCI_HCD=y
21872 +# CONFIG_USB_SL811_HCD is not set
21873 +# CONFIG_USB_R8A66597_HCD is not set
21874 +
21875 +#
21876 +# USB Device Class drivers
21877 +#
21878 +# CONFIG_USB_ACM is not set
21879 +# CONFIG_USB_PRINTER is not set
21880 +
21881 +#
21882 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
21883 +#
21884 +
21885 +#
21886 +# may also be needed; see USB_STORAGE Help for more information
21887 +#
21888 +CONFIG_USB_STORAGE=y
21889 +# CONFIG_USB_STORAGE_DEBUG is not set
21890 +# CONFIG_USB_STORAGE_DATAFAB is not set
21891 +# CONFIG_USB_STORAGE_FREECOM is not set
21892 +# CONFIG_USB_STORAGE_ISD200 is not set
21893 +# CONFIG_USB_STORAGE_DPCM is not set
21894 +# CONFIG_USB_STORAGE_USBAT is not set
21895 +# CONFIG_USB_STORAGE_SDDR09 is not set
21896 +# CONFIG_USB_STORAGE_SDDR55 is not set
21897 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
21898 +# CONFIG_USB_STORAGE_ALAUDA is not set
21899 +# CONFIG_USB_STORAGE_KARMA is not set
21900 +# CONFIG_USB_LIBUSUAL is not set
21901 +
21902 +#
21903 +# USB Imaging devices
21904 +#
21905 +# CONFIG_USB_MDC800 is not set
21906 +# CONFIG_USB_MICROTEK is not set
21907 +CONFIG_USB_MON=y
21908 +
21909 +#
21910 +# USB port drivers
21911 +#
21912 +# CONFIG_USB_SERIAL is not set
21913 +
21914 +#
21915 +# USB Miscellaneous drivers
21916 +#
21917 +# CONFIG_USB_EMI62 is not set
21918 +# CONFIG_USB_EMI26 is not set
21919 +# CONFIG_USB_ADUTUX is not set
21920 +# CONFIG_USB_AUERSWALD is not set
21921 +# CONFIG_USB_RIO500 is not set
21922 +# CONFIG_USB_LEGOTOWER is not set
21923 +# CONFIG_USB_LCD is not set
21924 +# CONFIG_USB_BERRY_CHARGE is not set
21925 +# CONFIG_USB_LED is not set
21926 +# CONFIG_USB_CYPRESS_CY7C63 is not set
21927 +# CONFIG_USB_CYTHERM is not set
21928 +# CONFIG_USB_PHIDGET is not set
21929 +# CONFIG_USB_IDMOUSE is not set
21930 +# CONFIG_USB_FTDI_ELAN is not set
21931 +# CONFIG_USB_APPLEDISPLAY is not set
21932 +# CONFIG_USB_SISUSBVGA is not set
21933 +# CONFIG_USB_LD is not set
21934 +# CONFIG_USB_TRANCEVIBRATOR is not set
21935 +# CONFIG_USB_IOWARRIOR is not set
21936 +# CONFIG_USB_TEST is not set
21937 +CONFIG_USB_GADGET=y
21938 +# CONFIG_USB_GADGET_DEBUG is not set
21939 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
21940 +CONFIG_USB_GADGET_SELECTED=y
21941 +# CONFIG_USB_GADGET_AMD5536UDC is not set
21942 +# CONFIG_USB_GADGET_ATMEL_USBA is not set
21943 +# CONFIG_USB_GADGET_FSL_USB2 is not set
21944 +CONFIG_USB_GADGET_NET2280=y
21945 +CONFIG_USB_NET2280=y
21946 +# CONFIG_USB_GADGET_PXA2XX is not set
21947 +# CONFIG_USB_GADGET_M66592 is not set
21948 +# CONFIG_USB_GADGET_GOKU is not set
21949 +# CONFIG_USB_GADGET_LH7A40X is not set
21950 +# CONFIG_USB_GADGET_OMAP is not set
21951 +# CONFIG_USB_GADGET_S3C2410 is not set
21952 +# CONFIG_USB_GADGET_AT91 is not set
21953 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
21954 +CONFIG_USB_GADGET_DUALSPEED=y
21955 +# CONFIG_USB_ZERO is not set
21956 +CONFIG_USB_ETH=y
21957 +CONFIG_USB_ETH_RNDIS=y
21958 +# CONFIG_USB_GADGETFS is not set
21959 +# CONFIG_USB_FILE_STORAGE is not set
21960 +# CONFIG_USB_G_SERIAL is not set
21961 +# CONFIG_USB_MIDI_GADGET is not set
21962 +# CONFIG_USB_G_PRINTER is not set
21963 +# CONFIG_MMC is not set
21964 +# CONFIG_MEMSTICK is not set
21965 +# CONFIG_NEW_LEDS is not set
21966 +# CONFIG_INFINIBAND is not set
21967 +# CONFIG_EDAC is not set
21968 +CONFIG_RTC_LIB=y
21969 +CONFIG_RTC_CLASS=y
21970 +CONFIG_RTC_HCTOSYS=y
21971 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
21972 +# CONFIG_RTC_DEBUG is not set
21973 +
21974 +#
21975 +# RTC interfaces
21976 +#
21977 +CONFIG_RTC_INTF_SYSFS=y
21978 +CONFIG_RTC_INTF_PROC=y
21979 +CONFIG_RTC_INTF_DEV=y
21980 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
21981 +# CONFIG_RTC_DRV_TEST is not set
21982 +
21983 +#
21984 +# I2C RTC drivers
21985 +#
21986 +CONFIG_RTC_DRV_DS1307=y
21987 +# CONFIG_RTC_DRV_DS1374 is not set
21988 +# CONFIG_RTC_DRV_DS1672 is not set
21989 +# CONFIG_RTC_DRV_MAX6900 is not set
21990 +# CONFIG_RTC_DRV_RS5C372 is not set
21991 +# CONFIG_RTC_DRV_ISL1208 is not set
21992 +# CONFIG_RTC_DRV_X1205 is not set
21993 +# CONFIG_RTC_DRV_PCF8563 is not set
21994 +# CONFIG_RTC_DRV_PCF8583 is not set
21995 +# CONFIG_RTC_DRV_M41T80 is not set
21996 +# CONFIG_RTC_DRV_S35390A is not set
21997 +
21998 +#
21999 +# SPI RTC drivers
22000 +#
22001 +# CONFIG_RTC_DRV_MAX6902 is not set
22002 +# CONFIG_RTC_DRV_R9701 is not set
22003 +# CONFIG_RTC_DRV_RS5C348 is not set
22004 +
22005 +#
22006 +# Platform RTC drivers
22007 +#
22008 +# CONFIG_RTC_DRV_CMOS is not set
22009 +# CONFIG_RTC_DRV_DS1511 is not set
22010 +# CONFIG_RTC_DRV_DS1553 is not set
22011 +# CONFIG_RTC_DRV_DS1742 is not set
22012 +# CONFIG_RTC_DRV_STK17TA8 is not set
22013 +# CONFIG_RTC_DRV_M48T86 is not set
22014 +# CONFIG_RTC_DRV_M48T59 is not set
22015 +# CONFIG_RTC_DRV_V3020 is not set
22016 +
22017 +#
22018 +# on-CPU RTC drivers
22019 +#
22020 +# CONFIG_DMADEVICES is not set
22021 +
22022 +#
22023 +# Userspace I/O
22024 +#
22025 +# CONFIG_UIO is not set
22026 +
22027 +#
22028 +# File systems
22029 +#
22030 +CONFIG_EXT2_FS=y
22031 +# CONFIG_EXT2_FS_XATTR is not set
22032 +# CONFIG_EXT2_FS_XIP is not set
22033 +CONFIG_EXT3_FS=y
22034 +CONFIG_EXT3_FS_XATTR=y
22035 +# CONFIG_EXT3_FS_POSIX_ACL is not set
22036 +# CONFIG_EXT3_FS_SECURITY is not set
22037 +# CONFIG_EXT4DEV_FS is not set
22038 +CONFIG_JBD=y
22039 +CONFIG_FS_MBCACHE=y
22040 +# CONFIG_REISERFS_FS is not set
22041 +# CONFIG_JFS_FS is not set
22042 +# CONFIG_FS_POSIX_ACL is not set
22043 +# CONFIG_XFS_FS is not set
22044 +# CONFIG_GFS2_FS is not set
22045 +# CONFIG_OCFS2_FS is not set
22046 +CONFIG_DNOTIFY=y
22047 +CONFIG_INOTIFY=y
22048 +CONFIG_INOTIFY_USER=y
22049 +# CONFIG_QUOTA is not set
22050 +# CONFIG_AUTOFS_FS is not set
22051 +# CONFIG_AUTOFS4_FS is not set
22052 +# CONFIG_FUSE_FS is not set
22053 +
22054 +#
22055 +# CD-ROM/DVD Filesystems
22056 +#
22057 +# CONFIG_ISO9660_FS is not set
22058 +# CONFIG_UDF_FS is not set
22059 +
22060 +#
22061 +# DOS/FAT/NT Filesystems
22062 +#
22063 +# CONFIG_MSDOS_FS is not set
22064 +# CONFIG_VFAT_FS is not set
22065 +# CONFIG_NTFS_FS is not set
22066 +
22067 +#
22068 +# Pseudo filesystems
22069 +#
22070 +CONFIG_PROC_FS=y
22071 +CONFIG_PROC_KCORE=y
22072 +CONFIG_PROC_SYSCTL=y
22073 +CONFIG_SYSFS=y
22074 +CONFIG_TMPFS=y
22075 +# CONFIG_TMPFS_POSIX_ACL is not set
22076 +# CONFIG_HUGETLB_PAGE is not set
22077 +# CONFIG_CONFIGFS_FS is not set
22078 +
22079 +#
22080 +# Miscellaneous filesystems
22081 +#
22082 +# CONFIG_ADFS_FS is not set
22083 +# CONFIG_AFFS_FS is not set
22084 +# CONFIG_HFS_FS is not set
22085 +# CONFIG_HFSPLUS_FS is not set
22086 +# CONFIG_BEFS_FS is not set
22087 +# CONFIG_BFS_FS is not set
22088 +# CONFIG_EFS_FS is not set
22089 +CONFIG_JFFS2_FS=y
22090 +CONFIG_JFFS2_FS_DEBUG=0
22091 +CONFIG_JFFS2_FS_WRITEBUFFER=y
22092 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
22093 +# CONFIG_JFFS2_SUMMARY is not set
22094 +# CONFIG_JFFS2_FS_XATTR is not set
22095 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
22096 +CONFIG_JFFS2_ZLIB=y
22097 +# CONFIG_JFFS2_LZO is not set
22098 +CONFIG_JFFS2_RTIME=y
22099 +# CONFIG_JFFS2_RUBIN is not set
22100 +# CONFIG_CRAMFS is not set
22101 +# CONFIG_VXFS_FS is not set
22102 +# CONFIG_MINIX_FS is not set
22103 +# CONFIG_HPFS_FS is not set
22104 +# CONFIG_QNX4FS_FS is not set
22105 +# CONFIG_ROMFS_FS is not set
22106 +# CONFIG_SYSV_FS is not set
22107 +# CONFIG_UFS_FS is not set
22108 +CONFIG_NETWORK_FILESYSTEMS=y
22109 +CONFIG_NFS_FS=y
22110 +CONFIG_NFS_V3=y
22111 +# CONFIG_NFS_V3_ACL is not set
22112 +CONFIG_NFS_V4=y
22113 +# CONFIG_NFS_DIRECTIO is not set
22114 +# CONFIG_NFSD is not set
22115 +CONFIG_ROOT_NFS=y
22116 +CONFIG_LOCKD=y
22117 +CONFIG_LOCKD_V4=y
22118 +CONFIG_NFS_COMMON=y
22119 +CONFIG_SUNRPC=y
22120 +CONFIG_SUNRPC_GSS=y
22121 +# CONFIG_SUNRPC_BIND34 is not set
22122 +CONFIG_RPCSEC_GSS_KRB5=y
22123 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
22124 +# CONFIG_SMB_FS is not set
22125 +# CONFIG_CIFS is not set
22126 +# CONFIG_NCP_FS is not set
22127 +# CONFIG_CODA_FS is not set
22128 +# CONFIG_AFS_FS is not set
22129 +
22130 +#
22131 +# Partition Types
22132 +#
22133 +CONFIG_PARTITION_ADVANCED=y
22134 +# CONFIG_ACORN_PARTITION is not set
22135 +# CONFIG_OSF_PARTITION is not set
22136 +# CONFIG_AMIGA_PARTITION is not set
22137 +# CONFIG_ATARI_PARTITION is not set
22138 +# CONFIG_MAC_PARTITION is not set
22139 +CONFIG_MSDOS_PARTITION=y
22140 +# CONFIG_BSD_DISKLABEL is not set
22141 +# CONFIG_MINIX_SUBPARTITION is not set
22142 +# CONFIG_SOLARIS_X86_PARTITION is not set
22143 +# CONFIG_UNIXWARE_DISKLABEL is not set
22144 +# CONFIG_LDM_PARTITION is not set
22145 +# CONFIG_SGI_PARTITION is not set
22146 +# CONFIG_ULTRIX_PARTITION is not set
22147 +# CONFIG_SUN_PARTITION is not set
22148 +# CONFIG_KARMA_PARTITION is not set
22149 +# CONFIG_EFI_PARTITION is not set
22150 +# CONFIG_SYSV68_PARTITION is not set
22151 +# CONFIG_NLS is not set
22152 +# CONFIG_DLM is not set
22153 +
22154 +#
22155 +# Library routines
22156 +#
22157 +CONFIG_BITREVERSE=y
22158 +# CONFIG_CRC_CCITT is not set
22159 +# CONFIG_CRC16 is not set
22160 +# CONFIG_CRC_ITU_T is not set
22161 +CONFIG_CRC32=y
22162 +# CONFIG_CRC7 is not set
22163 +# CONFIG_LIBCRC32C is not set
22164 +CONFIG_ZLIB_INFLATE=y
22165 +CONFIG_ZLIB_DEFLATE=y
22166 +CONFIG_PLIST=y
22167 +CONFIG_HAS_IOMEM=y
22168 +CONFIG_HAS_IOPORT=y
22169 +CONFIG_HAS_DMA=y
22170 +CONFIG_HAVE_LMB=y
22171 +
22172 +#
22173 +# Kernel hacking
22174 +#
22175 +# CONFIG_PRINTK_TIME is not set
22176 +CONFIG_ENABLE_WARN_DEPRECATED=y
22177 +CONFIG_ENABLE_MUST_CHECK=y
22178 +# CONFIG_MAGIC_SYSRQ is not set
22179 +# CONFIG_UNUSED_SYMBOLS is not set
22180 +# CONFIG_DEBUG_FS is not set
22181 +# CONFIG_HEADERS_CHECK is not set
22182 +CONFIG_DEBUG_KERNEL=y
22183 +# CONFIG_DEBUG_SHIRQ is not set
22184 +CONFIG_DETECT_SOFTLOCKUP=y
22185 +CONFIG_SCHED_DEBUG=y
22186 +# CONFIG_SCHEDSTATS is not set
22187 +# CONFIG_TIMER_STATS is not set
22188 +# CONFIG_SLUB_DEBUG_ON is not set
22189 +# CONFIG_SLUB_STATS is not set
22190 +# CONFIG_DEBUG_RT_MUTEXES is not set
22191 +# CONFIG_RT_MUTEX_TESTER is not set
22192 +# CONFIG_DEBUG_SPINLOCK is not set
22193 +# CONFIG_DEBUG_MUTEXES is not set
22194 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
22195 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
22196 +# CONFIG_DEBUG_KOBJECT is not set
22197 +# CONFIG_DEBUG_BUGVERBOSE is not set
22198 +# CONFIG_DEBUG_INFO is not set
22199 +# CONFIG_DEBUG_VM is not set
22200 +# CONFIG_DEBUG_LIST is not set
22201 +# CONFIG_DEBUG_SG is not set
22202 +# CONFIG_BOOT_PRINTK_DELAY is not set
22203 +# CONFIG_RCU_TORTURE_TEST is not set
22204 +# CONFIG_BACKTRACE_SELF_TEST is not set
22205 +# CONFIG_FAULT_INJECTION is not set
22206 +# CONFIG_SAMPLES is not set
22207 +# CONFIG_DEBUG_STACKOVERFLOW is not set
22208 +# CONFIG_DEBUG_STACK_USAGE is not set
22209 +# CONFIG_DEBUG_PAGEALLOC is not set
22210 +# CONFIG_DEBUGGER is not set
22211 +# CONFIG_BDI_SWITCH is not set
22212 +# CONFIG_PPC_EARLY_DEBUG is not set
22213 +
22214 +#
22215 +# Security options
22216 +#
22217 +# CONFIG_KEYS is not set
22218 +# CONFIG_SECURITY is not set
22219 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
22220 +CONFIG_CRYPTO=y
22221 +CONFIG_CRYPTO_ALGAPI=y
22222 +CONFIG_CRYPTO_BLKCIPHER=y
22223 +# CONFIG_CRYPTO_SEQIV is not set
22224 +CONFIG_CRYPTO_MANAGER=y
22225 +# CONFIG_CRYPTO_HMAC is not set
22226 +# CONFIG_CRYPTO_XCBC is not set
22227 +# CONFIG_CRYPTO_NULL is not set
22228 +# CONFIG_CRYPTO_MD4 is not set
22229 +CONFIG_CRYPTO_MD5=y
22230 +# CONFIG_CRYPTO_SHA1 is not set
22231 +# CONFIG_CRYPTO_SHA256 is not set
22232 +# CONFIG_CRYPTO_SHA512 is not set
22233 +# CONFIG_CRYPTO_WP512 is not set
22234 +# CONFIG_CRYPTO_TGR192 is not set
22235 +# CONFIG_CRYPTO_GF128MUL is not set
22236 +# CONFIG_CRYPTO_ECB is not set
22237 +CONFIG_CRYPTO_CBC=y
22238 +CONFIG_CRYPTO_PCBC=m
22239 +# CONFIG_CRYPTO_LRW is not set
22240 +# CONFIG_CRYPTO_XTS is not set
22241 +# CONFIG_CRYPTO_CTR is not set
22242 +# CONFIG_CRYPTO_GCM is not set
22243 +# CONFIG_CRYPTO_CCM is not set
22244 +# CONFIG_CRYPTO_CRYPTD is not set
22245 +CONFIG_CRYPTO_DES=y
22246 +# CONFIG_CRYPTO_FCRYPT is not set
22247 +# CONFIG_CRYPTO_BLOWFISH is not set
22248 +# CONFIG_CRYPTO_TWOFISH is not set
22249 +# CONFIG_CRYPTO_SERPENT is not set
22250 +# CONFIG_CRYPTO_AES is not set
22251 +# CONFIG_CRYPTO_CAST5 is not set
22252 +# CONFIG_CRYPTO_CAST6 is not set
22253 +# CONFIG_CRYPTO_TEA is not set
22254 +# CONFIG_CRYPTO_ARC4 is not set
22255 +# CONFIG_CRYPTO_KHAZAD is not set
22256 +# CONFIG_CRYPTO_ANUBIS is not set
22257 +# CONFIG_CRYPTO_SEED is not set
22258 +# CONFIG_CRYPTO_SALSA20 is not set
22259 +# CONFIG_CRYPTO_DEFLATE is not set
22260 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
22261 +# CONFIG_CRYPTO_CRC32C is not set
22262 +# CONFIG_CRYPTO_CAMELLIA is not set
22263 +# CONFIG_CRYPTO_TEST is not set
22264 +# CONFIG_CRYPTO_AUTHENC is not set
22265 +# CONFIG_CRYPTO_LZO is not set
22266 +CONFIG_CRYPTO_HW=y
22267 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
22268 +# CONFIG_PPC_CLOCK is not set
22269 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
22270 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig 1970-01-01 01:00:00.000000000 +0100
22271 +++ powerpc.git/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig 2008-04-19 16:40:52.000000000 +0200
22272 @@ -0,0 +1,1451 @@
22273 +#
22274 +# Automatically generated make config: don't edit
22275 +# Linux kernel version: 2.6.25-rc6
22276 +# Mon Mar 24 08:48:15 2008
22277 +#
22278 +# CONFIG_PPC64 is not set
22279 +
22280 +#
22281 +# Processor support
22282 +#
22283 +CONFIG_6xx=y
22284 +# CONFIG_PPC_85xx is not set
22285 +# CONFIG_PPC_8xx is not set
22286 +# CONFIG_40x is not set
22287 +# CONFIG_44x is not set
22288 +# CONFIG_E200 is not set
22289 +CONFIG_PPC_FPU=y
22290 +# CONFIG_FSL_EMB_PERFMON is not set
22291 +CONFIG_PPC_STD_MMU=y
22292 +CONFIG_PPC_STD_MMU_32=y
22293 +# CONFIG_PPC_MM_SLICES is not set
22294 +# CONFIG_SMP is not set
22295 +CONFIG_PPC32=y
22296 +CONFIG_WORD_SIZE=32
22297 +CONFIG_PPC_MERGE=y
22298 +CONFIG_MMU=y
22299 +CONFIG_GENERIC_CMOS_UPDATE=y
22300 +CONFIG_GENERIC_TIME=y
22301 +CONFIG_GENERIC_TIME_VSYSCALL=y
22302 +CONFIG_GENERIC_CLOCKEVENTS=y
22303 +CONFIG_GENERIC_HARDIRQS=y
22304 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
22305 +CONFIG_IRQ_PER_CPU=y
22306 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
22307 +CONFIG_ARCH_HAS_ILOG2_U32=y
22308 +CONFIG_GENERIC_HWEIGHT=y
22309 +CONFIG_GENERIC_CALIBRATE_DELAY=y
22310 +CONFIG_GENERIC_FIND_NEXT_BIT=y
22311 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
22312 +CONFIG_PPC=y
22313 +CONFIG_EARLY_PRINTK=y
22314 +CONFIG_GENERIC_NVRAM=y
22315 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
22316 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
22317 +CONFIG_PPC_OF=y
22318 +CONFIG_OF=y
22319 +CONFIG_PPC_UDBG_16550=y
22320 +# CONFIG_GENERIC_TBSYNC is not set
22321 +CONFIG_AUDIT_ARCH=y
22322 +CONFIG_GENERIC_BUG=y
22323 +CONFIG_DEFAULT_UIMAGE=y
22324 +# CONFIG_PPC_DCR_NATIVE is not set
22325 +# CONFIG_PPC_DCR_MMIO is not set
22326 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
22327 +
22328 +#
22329 +# General setup
22330 +#
22331 +CONFIG_EXPERIMENTAL=y
22332 +CONFIG_BROKEN_ON_SMP=y
22333 +CONFIG_INIT_ENV_ARG_LIMIT=32
22334 +CONFIG_LOCALVERSION=""
22335 +CONFIG_LOCALVERSION_AUTO=y
22336 +CONFIG_SWAP=y
22337 +CONFIG_SYSVIPC=y
22338 +CONFIG_SYSVIPC_SYSCTL=y
22339 +# CONFIG_POSIX_MQUEUE is not set
22340 +# CONFIG_BSD_PROCESS_ACCT is not set
22341 +# CONFIG_TASKSTATS is not set
22342 +# CONFIG_AUDIT is not set
22343 +# CONFIG_IKCONFIG is not set
22344 +CONFIG_LOG_BUF_SHIFT=14
22345 +# CONFIG_CGROUPS is not set
22346 +CONFIG_GROUP_SCHED=y
22347 +# CONFIG_FAIR_GROUP_SCHED is not set
22348 +# CONFIG_RT_GROUP_SCHED is not set
22349 +CONFIG_USER_SCHED=y
22350 +# CONFIG_CGROUP_SCHED is not set
22351 +CONFIG_SYSFS_DEPRECATED=y
22352 +CONFIG_SYSFS_DEPRECATED_V2=y
22353 +# CONFIG_RELAY is not set
22354 +# CONFIG_NAMESPACES is not set
22355 +CONFIG_BLK_DEV_INITRD=y
22356 +CONFIG_INITRAMFS_SOURCE=""
22357 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
22358 +CONFIG_SYSCTL=y
22359 +CONFIG_EMBEDDED=y
22360 +CONFIG_SYSCTL_SYSCALL=y
22361 +# CONFIG_KALLSYMS is not set
22362 +CONFIG_HOTPLUG=y
22363 +CONFIG_PRINTK=y
22364 +CONFIG_BUG=y
22365 +CONFIG_ELF_CORE=y
22366 +CONFIG_COMPAT_BRK=y
22367 +CONFIG_BASE_FULL=y
22368 +CONFIG_FUTEX=y
22369 +CONFIG_ANON_INODES=y
22370 +# CONFIG_EPOLL is not set
22371 +CONFIG_SIGNALFD=y
22372 +CONFIG_TIMERFD=y
22373 +CONFIG_EVENTFD=y
22374 +CONFIG_SHMEM=y
22375 +CONFIG_VM_EVENT_COUNTERS=y
22376 +CONFIG_SLUB_DEBUG=y
22377 +# CONFIG_SLAB is not set
22378 +CONFIG_SLUB=y
22379 +# CONFIG_SLOB is not set
22380 +# CONFIG_PROFILING is not set
22381 +# CONFIG_MARKERS is not set
22382 +CONFIG_HAVE_OPROFILE=y
22383 +CONFIG_HAVE_KPROBES=y
22384 +CONFIG_HAVE_KRETPROBES=y
22385 +CONFIG_PROC_PAGE_MONITOR=y
22386 +CONFIG_SLABINFO=y
22387 +CONFIG_RT_MUTEXES=y
22388 +# CONFIG_TINY_SHMEM is not set
22389 +CONFIG_BASE_SMALL=0
22390 +CONFIG_MODULES=y
22391 +CONFIG_MODULE_UNLOAD=y
22392 +# CONFIG_MODULE_FORCE_UNLOAD is not set
22393 +# CONFIG_MODVERSIONS is not set
22394 +# CONFIG_MODULE_SRCVERSION_ALL is not set
22395 +# CONFIG_KMOD is not set
22396 +CONFIG_BLOCK=y
22397 +# CONFIG_LBD is not set
22398 +# CONFIG_BLK_DEV_IO_TRACE is not set
22399 +# CONFIG_LSF is not set
22400 +# CONFIG_BLK_DEV_BSG is not set
22401 +
22402 +#
22403 +# IO Schedulers
22404 +#
22405 +CONFIG_IOSCHED_NOOP=y
22406 +CONFIG_IOSCHED_AS=y
22407 +CONFIG_IOSCHED_DEADLINE=y
22408 +CONFIG_IOSCHED_CFQ=y
22409 +CONFIG_DEFAULT_AS=y
22410 +# CONFIG_DEFAULT_DEADLINE is not set
22411 +# CONFIG_DEFAULT_CFQ is not set
22412 +# CONFIG_DEFAULT_NOOP is not set
22413 +CONFIG_DEFAULT_IOSCHED="anticipatory"
22414 +CONFIG_CLASSIC_RCU=y
22415 +
22416 +#
22417 +# Platform support
22418 +#
22419 +# CONFIG_PPC_MULTIPLATFORM is not set
22420 +# CONFIG_PPC_82xx is not set
22421 +CONFIG_PPC_83xx=y
22422 +# CONFIG_PPC_86xx is not set
22423 +# CONFIG_PPC_MPC512x is not set
22424 +# CONFIG_PPC_MPC5121 is not set
22425 +# CONFIG_PPC_CELL is not set
22426 +# CONFIG_PPC_CELL_NATIVE is not set
22427 +# CONFIG_PQ2ADS is not set
22428 +CONFIG_MPC83xx=y
22429 +CONFIG_MPC831x_RDB=y
22430 +# CONFIG_MPC832x_MDS is not set
22431 +# CONFIG_MPC832x_RDB is not set
22432 +# CONFIG_MPC834x_MDS is not set
22433 +# CONFIG_MPC834x_ITX is not set
22434 +# CONFIG_MPC836x_MDS is not set
22435 +# CONFIG_MPC837x_MDS is not set
22436 +# CONFIG_MPC837x_RDB is not set
22437 +# CONFIG_SBC834x is not set
22438 +CONFIG_PPC_MPC831x=y
22439 +CONFIG_IPIC=y
22440 +# CONFIG_MPIC is not set
22441 +# CONFIG_MPIC_WEIRD is not set
22442 +# CONFIG_PPC_I8259 is not set
22443 +# CONFIG_PPC_RTAS is not set
22444 +# CONFIG_MMIO_NVRAM is not set
22445 +# CONFIG_PPC_MPC106 is not set
22446 +# CONFIG_PPC_970_NAP is not set
22447 +# CONFIG_PPC_INDIRECT_IO is not set
22448 +# CONFIG_GENERIC_IOMAP is not set
22449 +# CONFIG_CPU_FREQ is not set
22450 +# CONFIG_FSL_ULI1575 is not set
22451 +
22452 +#
22453 +# Kernel options
22454 +#
22455 +# CONFIG_HIGHMEM is not set
22456 +CONFIG_TICK_ONESHOT=y
22457 +CONFIG_NO_HZ=y
22458 +CONFIG_HIGH_RES_TIMERS=y
22459 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
22460 +# CONFIG_HZ_100 is not set
22461 +CONFIG_HZ_250=y
22462 +# CONFIG_HZ_300 is not set
22463 +# CONFIG_HZ_1000 is not set
22464 +CONFIG_HZ=250
22465 +# CONFIG_SCHED_HRTICK is not set
22466 +CONFIG_PREEMPT_NONE=y
22467 +# CONFIG_PREEMPT_VOLUNTARY is not set
22468 +# CONFIG_PREEMPT is not set
22469 +CONFIG_BINFMT_ELF=y
22470 +# CONFIG_BINFMT_MISC is not set
22471 +# CONFIG_IOMMU_HELPER is not set
22472 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
22473 +CONFIG_ARCH_HAS_WALK_MEMORY=y
22474 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
22475 +CONFIG_ARCH_FLATMEM_ENABLE=y
22476 +CONFIG_ARCH_POPULATES_NODE_MAP=y
22477 +CONFIG_SELECT_MEMORY_MODEL=y
22478 +CONFIG_FLATMEM_MANUAL=y
22479 +# CONFIG_DISCONTIGMEM_MANUAL is not set
22480 +# CONFIG_SPARSEMEM_MANUAL is not set
22481 +CONFIG_FLATMEM=y
22482 +CONFIG_FLAT_NODE_MEM_MAP=y
22483 +# CONFIG_SPARSEMEM_STATIC is not set
22484 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
22485 +CONFIG_SPLIT_PTLOCK_CPUS=4
22486 +# CONFIG_RESOURCES_64BIT is not set
22487 +CONFIG_ZONE_DMA_FLAG=1
22488 +CONFIG_BOUNCE=y
22489 +CONFIG_VIRT_TO_BUS=y
22490 +CONFIG_PROC_DEVICETREE=y
22491 +# CONFIG_CMDLINE_BOOL is not set
22492 +# CONFIG_PM is not set
22493 +CONFIG_SECCOMP=y
22494 +CONFIG_ISA_DMA_API=y
22495 +
22496 +#
22497 +# Bus options
22498 +#
22499 +CONFIG_ZONE_DMA=y
22500 +CONFIG_GENERIC_ISA_DMA=y
22501 +CONFIG_PPC_INDIRECT_PCI=y
22502 +CONFIG_FSL_SOC=y
22503 +CONFIG_PCI=y
22504 +CONFIG_PCI_DOMAINS=y
22505 +CONFIG_PCI_SYSCALL=y
22506 +# CONFIG_PCIEPORTBUS is not set
22507 +CONFIG_ARCH_SUPPORTS_MSI=y
22508 +# CONFIG_PCI_MSI is not set
22509 +CONFIG_PCI_LEGACY=y
22510 +# CONFIG_PCI_DEBUG is not set
22511 +# CONFIG_PCCARD is not set
22512 +# CONFIG_HOTPLUG_PCI is not set
22513 +
22514 +#
22515 +# Advanced setup
22516 +#
22517 +# CONFIG_ADVANCED_OPTIONS is not set
22518 +
22519 +#
22520 +# Default settings for advanced configuration options are used
22521 +#
22522 +CONFIG_HIGHMEM_START=0xfe000000
22523 +CONFIG_LOWMEM_SIZE=0x30000000
22524 +CONFIG_KERNEL_START=0xc0000000
22525 +CONFIG_TASK_SIZE=0xc0000000
22526 +CONFIG_BOOT_LOAD=0x00800000
22527 +
22528 +#
22529 +# Networking
22530 +#
22531 +CONFIG_NET=y
22532 +
22533 +#
22534 +# Networking options
22535 +#
22536 +CONFIG_PACKET=y
22537 +# CONFIG_PACKET_MMAP is not set
22538 +CONFIG_UNIX=y
22539 +CONFIG_XFRM=y
22540 +# CONFIG_XFRM_USER is not set
22541 +# CONFIG_XFRM_SUB_POLICY is not set
22542 +# CONFIG_XFRM_MIGRATE is not set
22543 +# CONFIG_XFRM_STATISTICS is not set
22544 +# CONFIG_NET_KEY is not set
22545 +CONFIG_INET=y
22546 +CONFIG_IP_MULTICAST=y
22547 +# CONFIG_IP_ADVANCED_ROUTER is not set
22548 +CONFIG_IP_FIB_HASH=y
22549 +CONFIG_IP_PNP=y
22550 +CONFIG_IP_PNP_DHCP=y
22551 +CONFIG_IP_PNP_BOOTP=y
22552 +# CONFIG_IP_PNP_RARP is not set
22553 +# CONFIG_NET_IPIP is not set
22554 +# CONFIG_NET_IPGRE is not set
22555 +# CONFIG_IP_MROUTE is not set
22556 +# CONFIG_ARPD is not set
22557 +CONFIG_SYN_COOKIES=y
22558 +# CONFIG_INET_AH is not set
22559 +# CONFIG_INET_ESP is not set
22560 +# CONFIG_INET_IPCOMP is not set
22561 +# CONFIG_INET_XFRM_TUNNEL is not set
22562 +# CONFIG_INET_TUNNEL is not set
22563 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
22564 +CONFIG_INET_XFRM_MODE_TUNNEL=y
22565 +CONFIG_INET_XFRM_MODE_BEET=y
22566 +# CONFIG_INET_LRO is not set
22567 +CONFIG_INET_DIAG=y
22568 +CONFIG_INET_TCP_DIAG=y
22569 +# CONFIG_TCP_CONG_ADVANCED is not set
22570 +CONFIG_TCP_CONG_CUBIC=y
22571 +CONFIG_DEFAULT_TCP_CONG="cubic"
22572 +# CONFIG_TCP_MD5SIG is not set
22573 +# CONFIG_IPV6 is not set
22574 +# CONFIG_INET6_XFRM_TUNNEL is not set
22575 +# CONFIG_INET6_TUNNEL is not set
22576 +# CONFIG_NETWORK_SECMARK is not set
22577 +# CONFIG_NETFILTER is not set
22578 +# CONFIG_IP_DCCP is not set
22579 +# CONFIG_IP_SCTP is not set
22580 +# CONFIG_TIPC is not set
22581 +# CONFIG_ATM is not set
22582 +# CONFIG_BRIDGE is not set
22583 +# CONFIG_VLAN_8021Q is not set
22584 +# CONFIG_DECNET is not set
22585 +# CONFIG_LLC2 is not set
22586 +# CONFIG_IPX is not set
22587 +# CONFIG_ATALK is not set
22588 +# CONFIG_X25 is not set
22589 +# CONFIG_LAPB is not set
22590 +# CONFIG_ECONET is not set
22591 +# CONFIG_WAN_ROUTER is not set
22592 +# CONFIG_NET_SCHED is not set
22593 +
22594 +#
22595 +# Network testing
22596 +#
22597 +# CONFIG_NET_PKTGEN is not set
22598 +# CONFIG_HAMRADIO is not set
22599 +# CONFIG_CAN is not set
22600 +# CONFIG_IRDA is not set
22601 +# CONFIG_BT is not set
22602 +# CONFIG_AF_RXRPC is not set
22603 +
22604 +#
22605 +# Wireless
22606 +#
22607 +# CONFIG_CFG80211 is not set
22608 +# CONFIG_WIRELESS_EXT is not set
22609 +# CONFIG_MAC80211 is not set
22610 +# CONFIG_IEEE80211 is not set
22611 +# CONFIG_RFKILL is not set
22612 +# CONFIG_NET_9P is not set
22613 +
22614 +#
22615 +# Device Drivers
22616 +#
22617 +
22618 +#
22619 +# Generic Driver Options
22620 +#
22621 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
22622 +CONFIG_STANDALONE=y
22623 +CONFIG_PREVENT_FIRMWARE_BUILD=y
22624 +# CONFIG_FW_LOADER is not set
22625 +# CONFIG_DEBUG_DRIVER is not set
22626 +# CONFIG_DEBUG_DEVRES is not set
22627 +# CONFIG_SYS_HYPERVISOR is not set
22628 +# CONFIG_CONNECTOR is not set
22629 +CONFIG_MTD=y
22630 +# CONFIG_MTD_DEBUG is not set
22631 +# CONFIG_MTD_CONCAT is not set
22632 +CONFIG_MTD_PARTITIONS=y
22633 +# CONFIG_MTD_REDBOOT_PARTS is not set
22634 +# CONFIG_MTD_CMDLINE_PARTS is not set
22635 +# CONFIG_MTD_OF_PARTS is not set
22636 +
22637 +#
22638 +# User Modules And Translation Layers
22639 +#
22640 +CONFIG_MTD_CHAR=y
22641 +CONFIG_MTD_BLKDEVS=y
22642 +CONFIG_MTD_BLOCK=y
22643 +# CONFIG_FTL is not set
22644 +# CONFIG_NFTL is not set
22645 +# CONFIG_INFTL is not set
22646 +# CONFIG_RFD_FTL is not set
22647 +# CONFIG_SSFDC is not set
22648 +# CONFIG_MTD_OOPS is not set
22649 +
22650 +#
22651 +# RAM/ROM/Flash chip drivers
22652 +#
22653 +CONFIG_MTD_CFI=y
22654 +# CONFIG_MTD_JEDECPROBE is not set
22655 +CONFIG_MTD_GEN_PROBE=y
22656 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
22657 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
22658 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
22659 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
22660 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
22661 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
22662 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
22663 +CONFIG_MTD_CFI_I1=y
22664 +CONFIG_MTD_CFI_I2=y
22665 +# CONFIG_MTD_CFI_I4 is not set
22666 +# CONFIG_MTD_CFI_I8 is not set
22667 +# CONFIG_MTD_CFI_INTELEXT is not set
22668 +CONFIG_MTD_CFI_AMDSTD=y
22669 +# CONFIG_MTD_CFI_STAA is not set
22670 +CONFIG_MTD_CFI_UTIL=y
22671 +# CONFIG_MTD_RAM is not set
22672 +# CONFIG_MTD_ROM is not set
22673 +# CONFIG_MTD_ABSENT is not set
22674 +
22675 +#
22676 +# Mapping drivers for chip access
22677 +#
22678 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
22679 +# CONFIG_MTD_PHYSMAP is not set
22680 +CONFIG_MTD_PHYSMAP_OF=y
22681 +# CONFIG_MTD_INTEL_VR_NOR is not set
22682 +# CONFIG_MTD_PLATRAM is not set
22683 +
22684 +#
22685 +# Self-contained MTD device drivers
22686 +#
22687 +# CONFIG_MTD_PMC551 is not set
22688 +# CONFIG_MTD_DATAFLASH is not set
22689 +# CONFIG_MTD_M25P80 is not set
22690 +# CONFIG_MTD_SLRAM is not set
22691 +# CONFIG_MTD_PHRAM is not set
22692 +# CONFIG_MTD_MTDRAM is not set
22693 +# CONFIG_MTD_BLOCK2MTD is not set
22694 +
22695 +#
22696 +# Disk-On-Chip Device Drivers
22697 +#
22698 +# CONFIG_MTD_DOC2000 is not set
22699 +# CONFIG_MTD_DOC2001 is not set
22700 +# CONFIG_MTD_DOC2001PLUS is not set
22701 +CONFIG_MTD_NAND=y
22702 +CONFIG_MTD_NAND_VERIFY_WRITE=y
22703 +# CONFIG_MTD_NAND_ECC_SMC is not set
22704 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
22705 +CONFIG_MTD_NAND_IDS=y
22706 +# CONFIG_MTD_NAND_DISKONCHIP is not set
22707 +# CONFIG_MTD_NAND_CAFE is not set
22708 +# CONFIG_MTD_NAND_NANDSIM is not set
22709 +# CONFIG_MTD_NAND_PLATFORM is not set
22710 +# CONFIG_MTD_ALAUDA is not set
22711 +# CONFIG_MTD_NAND_FSL_ELBC is not set
22712 +# CONFIG_MTD_ONENAND is not set
22713 +
22714 +#
22715 +# UBI - Unsorted block images
22716 +#
22717 +# CONFIG_MTD_UBI is not set
22718 +CONFIG_OF_DEVICE=y
22719 +# CONFIG_PARPORT is not set
22720 +CONFIG_BLK_DEV=y
22721 +# CONFIG_BLK_DEV_FD is not set
22722 +# CONFIG_BLK_CPQ_DA is not set
22723 +# CONFIG_BLK_CPQ_CISS_DA is not set
22724 +# CONFIG_BLK_DEV_DAC960 is not set
22725 +# CONFIG_BLK_DEV_UMEM is not set
22726 +# CONFIG_BLK_DEV_COW_COMMON is not set
22727 +CONFIG_BLK_DEV_LOOP=y
22728 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
22729 +# CONFIG_BLK_DEV_NBD is not set
22730 +# CONFIG_BLK_DEV_SX8 is not set
22731 +# CONFIG_BLK_DEV_UB is not set
22732 +CONFIG_BLK_DEV_RAM=y
22733 +CONFIG_BLK_DEV_RAM_COUNT=16
22734 +CONFIG_BLK_DEV_RAM_SIZE=32768
22735 +# CONFIG_BLK_DEV_XIP is not set
22736 +# CONFIG_CDROM_PKTCDVD is not set
22737 +# CONFIG_ATA_OVER_ETH is not set
22738 +CONFIG_MISC_DEVICES=y
22739 +# CONFIG_PHANTOM is not set
22740 +# CONFIG_EEPROM_93CX6 is not set
22741 +# CONFIG_SGI_IOC4 is not set
22742 +# CONFIG_TIFM_CORE is not set
22743 +# CONFIG_ENCLOSURE_SERVICES is not set
22744 +CONFIG_HAVE_IDE=y
22745 +# CONFIG_IDE is not set
22746 +
22747 +#
22748 +# SCSI device support
22749 +#
22750 +# CONFIG_RAID_ATTRS is not set
22751 +CONFIG_SCSI=y
22752 +CONFIG_SCSI_DMA=y
22753 +# CONFIG_SCSI_TGT is not set
22754 +# CONFIG_SCSI_NETLINK is not set
22755 +CONFIG_SCSI_PROC_FS=y
22756 +
22757 +#
22758 +# SCSI support type (disk, tape, CD-ROM)
22759 +#
22760 +# CONFIG_BLK_DEV_SD is not set
22761 +# CONFIG_CHR_DEV_ST is not set
22762 +# CONFIG_CHR_DEV_OSST is not set
22763 +# CONFIG_BLK_DEV_SR is not set
22764 +CONFIG_CHR_DEV_SG=y
22765 +# CONFIG_CHR_DEV_SCH is not set
22766 +
22767 +#
22768 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
22769 +#
22770 +# CONFIG_SCSI_MULTI_LUN is not set
22771 +# CONFIG_SCSI_CONSTANTS is not set
22772 +# CONFIG_SCSI_LOGGING is not set
22773 +# CONFIG_SCSI_SCAN_ASYNC is not set
22774 +CONFIG_SCSI_WAIT_SCAN=m
22775 +
22776 +#
22777 +# SCSI Transports
22778 +#
22779 +CONFIG_SCSI_SPI_ATTRS=y
22780 +# CONFIG_SCSI_FC_ATTRS is not set
22781 +# CONFIG_SCSI_ISCSI_ATTRS is not set
22782 +# CONFIG_SCSI_SAS_LIBSAS is not set
22783 +# CONFIG_SCSI_SRP_ATTRS is not set
22784 +CONFIG_SCSI_LOWLEVEL=y
22785 +# CONFIG_ISCSI_TCP is not set
22786 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
22787 +# CONFIG_SCSI_3W_9XXX is not set
22788 +# CONFIG_SCSI_ACARD is not set
22789 +# CONFIG_SCSI_AACRAID is not set
22790 +# CONFIG_SCSI_AIC7XXX is not set
22791 +# CONFIG_SCSI_AIC7XXX_OLD is not set
22792 +# CONFIG_SCSI_AIC79XX is not set
22793 +# CONFIG_SCSI_AIC94XX is not set
22794 +# CONFIG_SCSI_DPT_I2O is not set
22795 +# CONFIG_SCSI_ADVANSYS is not set
22796 +# CONFIG_SCSI_ARCMSR is not set
22797 +# CONFIG_MEGARAID_NEWGEN is not set
22798 +# CONFIG_MEGARAID_LEGACY is not set
22799 +# CONFIG_MEGARAID_SAS is not set
22800 +# CONFIG_SCSI_HPTIOP is not set
22801 +# CONFIG_SCSI_BUSLOGIC is not set
22802 +# CONFIG_SCSI_DMX3191D is not set
22803 +# CONFIG_SCSI_EATA is not set
22804 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
22805 +# CONFIG_SCSI_GDTH is not set
22806 +# CONFIG_SCSI_IPS is not set
22807 +# CONFIG_SCSI_INITIO is not set
22808 +# CONFIG_SCSI_INIA100 is not set
22809 +# CONFIG_SCSI_MVSAS is not set
22810 +# CONFIG_SCSI_STEX is not set
22811 +# CONFIG_SCSI_SYM53C8XX_2 is not set
22812 +# CONFIG_SCSI_IPR is not set
22813 +# CONFIG_SCSI_QLOGIC_1280 is not set
22814 +# CONFIG_SCSI_QLA_FC is not set
22815 +# CONFIG_SCSI_QLA_ISCSI is not set
22816 +# CONFIG_SCSI_LPFC is not set
22817 +# CONFIG_SCSI_DC395x is not set
22818 +# CONFIG_SCSI_DC390T is not set
22819 +# CONFIG_SCSI_NSP32 is not set
22820 +# CONFIG_SCSI_DEBUG is not set
22821 +# CONFIG_SCSI_SRP is not set
22822 +CONFIG_ATA=y
22823 +# CONFIG_ATA_NONSTANDARD is not set
22824 +# CONFIG_SATA_AHCI is not set
22825 +# CONFIG_SATA_SVW is not set
22826 +# CONFIG_ATA_PIIX is not set
22827 +# CONFIG_SATA_MV is not set
22828 +# CONFIG_SATA_NV is not set
22829 +# CONFIG_PDC_ADMA is not set
22830 +# CONFIG_SATA_QSTOR is not set
22831 +# CONFIG_SATA_PROMISE is not set
22832 +# CONFIG_SATA_SX4 is not set
22833 +# CONFIG_SATA_SIL is not set
22834 +# CONFIG_SATA_SIL24 is not set
22835 +# CONFIG_SATA_SIS is not set
22836 +# CONFIG_SATA_ULI is not set
22837 +# CONFIG_SATA_VIA is not set
22838 +# CONFIG_SATA_VITESSE is not set
22839 +# CONFIG_SATA_INIC162X is not set
22840 +CONFIG_SATA_FSL=y
22841 +# CONFIG_PATA_ALI is not set
22842 +# CONFIG_PATA_AMD is not set
22843 +# CONFIG_PATA_ARTOP is not set
22844 +# CONFIG_PATA_ATIIXP is not set
22845 +# CONFIG_PATA_CMD640_PCI is not set
22846 +# CONFIG_PATA_CMD64X is not set
22847 +# CONFIG_PATA_CS5520 is not set
22848 +# CONFIG_PATA_CS5530 is not set
22849 +# CONFIG_PATA_CYPRESS is not set
22850 +# CONFIG_PATA_EFAR is not set
22851 +# CONFIG_ATA_GENERIC is not set
22852 +# CONFIG_PATA_HPT366 is not set
22853 +# CONFIG_PATA_HPT37X is not set
22854 +# CONFIG_PATA_HPT3X2N is not set
22855 +# CONFIG_PATA_HPT3X3 is not set
22856 +# CONFIG_PATA_IT821X is not set
22857 +# CONFIG_PATA_IT8213 is not set
22858 +# CONFIG_PATA_JMICRON is not set
22859 +# CONFIG_PATA_TRIFLEX is not set
22860 +# CONFIG_PATA_MARVELL is not set
22861 +# CONFIG_PATA_MPIIX is not set
22862 +# CONFIG_PATA_OLDPIIX is not set
22863 +# CONFIG_PATA_NETCELL is not set
22864 +# CONFIG_PATA_NINJA32 is not set
22865 +# CONFIG_PATA_NS87410 is not set
22866 +# CONFIG_PATA_NS87415 is not set
22867 +# CONFIG_PATA_OPTI is not set
22868 +# CONFIG_PATA_OPTIDMA is not set
22869 +# CONFIG_PATA_PDC_OLD is not set
22870 +# CONFIG_PATA_RADISYS is not set
22871 +# CONFIG_PATA_RZ1000 is not set
22872 +# CONFIG_PATA_SC1200 is not set
22873 +# CONFIG_PATA_SERVERWORKS is not set
22874 +# CONFIG_PATA_PDC2027X is not set
22875 +# CONFIG_PATA_SIL680 is not set
22876 +# CONFIG_PATA_SIS is not set
22877 +# CONFIG_PATA_VIA is not set
22878 +# CONFIG_PATA_WINBOND is not set
22879 +# CONFIG_PATA_PLATFORM is not set
22880 +CONFIG_MD=y
22881 +CONFIG_BLK_DEV_MD=y
22882 +CONFIG_MD_LINEAR=y
22883 +CONFIG_MD_RAID0=y
22884 +CONFIG_MD_RAID1=y
22885 +# CONFIG_MD_RAID10 is not set
22886 +# CONFIG_MD_RAID456 is not set
22887 +# CONFIG_MD_MULTIPATH is not set
22888 +# CONFIG_MD_FAULTY is not set
22889 +# CONFIG_BLK_DEV_DM is not set
22890 +# CONFIG_FUSION is not set
22891 +
22892 +#
22893 +# IEEE 1394 (FireWire) support
22894 +#
22895 +# CONFIG_FIREWIRE is not set
22896 +# CONFIG_IEEE1394 is not set
22897 +# CONFIG_I2O is not set
22898 +# CONFIG_MACINTOSH_DRIVERS is not set
22899 +CONFIG_NETDEVICES=y
22900 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
22901 +# CONFIG_DUMMY is not set
22902 +# CONFIG_BONDING is not set
22903 +# CONFIG_MACVLAN is not set
22904 +# CONFIG_EQUALIZER is not set
22905 +# CONFIG_TUN is not set
22906 +# CONFIG_VETH is not set
22907 +# CONFIG_ARCNET is not set
22908 +CONFIG_PHYLIB=y
22909 +
22910 +#
22911 +# MII PHY device drivers
22912 +#
22913 +# CONFIG_MARVELL_PHY is not set
22914 +# CONFIG_DAVICOM_PHY is not set
22915 +# CONFIG_QSEMI_PHY is not set
22916 +# CONFIG_LXT_PHY is not set
22917 +# CONFIG_CICADA_PHY is not set
22918 +# CONFIG_VITESSE_PHY is not set
22919 +# CONFIG_SMSC_PHY is not set
22920 +# CONFIG_BROADCOM_PHY is not set
22921 +# CONFIG_ICPLUS_PHY is not set
22922 +# CONFIG_REALTEK_PHY is not set
22923 +# CONFIG_FIXED_PHY is not set
22924 +# CONFIG_MDIO_BITBANG is not set
22925 +CONFIG_NET_ETHERNET=y
22926 +CONFIG_MII=y
22927 +# CONFIG_HAPPYMEAL is not set
22928 +# CONFIG_SUNGEM is not set
22929 +# CONFIG_CASSINI is not set
22930 +# CONFIG_NET_VENDOR_3COM is not set
22931 +# CONFIG_ENC28J60 is not set
22932 +# CONFIG_NET_TULIP is not set
22933 +# CONFIG_HP100 is not set
22934 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
22935 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
22936 +# CONFIG_IBM_NEW_EMAC_TAH is not set
22937 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
22938 +CONFIG_NET_PCI=y
22939 +# CONFIG_PCNET32 is not set
22940 +# CONFIG_AMD8111_ETH is not set
22941 +# CONFIG_ADAPTEC_STARFIRE is not set
22942 +# CONFIG_B44 is not set
22943 +# CONFIG_FORCEDETH is not set
22944 +# CONFIG_EEPRO100 is not set
22945 +CONFIG_E100=y
22946 +# CONFIG_FEALNX is not set
22947 +# CONFIG_NATSEMI is not set
22948 +# CONFIG_NE2K_PCI is not set
22949 +# CONFIG_8139CP is not set
22950 +# CONFIG_8139TOO is not set
22951 +# CONFIG_R6040 is not set
22952 +# CONFIG_SIS900 is not set
22953 +# CONFIG_EPIC100 is not set
22954 +# CONFIG_SUNDANCE is not set
22955 +# CONFIG_TLAN is not set
22956 +# CONFIG_VIA_RHINE is not set
22957 +# CONFIG_SC92031 is not set
22958 +CONFIG_NETDEV_1000=y
22959 +# CONFIG_ACENIC is not set
22960 +# CONFIG_DL2K is not set
22961 +# CONFIG_E1000 is not set
22962 +# CONFIG_E1000E is not set
22963 +# CONFIG_E1000E_ENABLED is not set
22964 +# CONFIG_IP1000 is not set
22965 +# CONFIG_IGB is not set
22966 +# CONFIG_NS83820 is not set
22967 +# CONFIG_HAMACHI is not set
22968 +# CONFIG_YELLOWFIN is not set
22969 +# CONFIG_R8169 is not set
22970 +# CONFIG_SIS190 is not set
22971 +# CONFIG_SKGE is not set
22972 +# CONFIG_SKY2 is not set
22973 +# CONFIG_SK98LIN is not set
22974 +# CONFIG_VIA_VELOCITY is not set
22975 +# CONFIG_TIGON3 is not set
22976 +# CONFIG_BNX2 is not set
22977 +CONFIG_GIANFAR=y
22978 +CONFIG_GFAR_NAPI=y
22979 +# CONFIG_QLA3XXX is not set
22980 +# CONFIG_ATL1 is not set
22981 +CONFIG_NETDEV_10000=y
22982 +# CONFIG_CHELSIO_T1 is not set
22983 +# CONFIG_CHELSIO_T3 is not set
22984 +# CONFIG_IXGBE is not set
22985 +# CONFIG_IXGB is not set
22986 +# CONFIG_S2IO is not set
22987 +# CONFIG_MYRI10GE is not set
22988 +# CONFIG_NETXEN_NIC is not set
22989 +# CONFIG_NIU is not set
22990 +# CONFIG_MLX4_CORE is not set
22991 +# CONFIG_TEHUTI is not set
22992 +# CONFIG_BNX2X is not set
22993 +# CONFIG_TR is not set
22994 +
22995 +#
22996 +# Wireless LAN
22997 +#
22998 +# CONFIG_WLAN_PRE80211 is not set
22999 +# CONFIG_WLAN_80211 is not set
23000 +
23001 +#
23002 +# USB Network Adapters
23003 +#
23004 +# CONFIG_USB_CATC is not set
23005 +# CONFIG_USB_KAWETH is not set
23006 +# CONFIG_USB_PEGASUS is not set
23007 +# CONFIG_USB_RTL8150 is not set
23008 +# CONFIG_USB_USBNET is not set
23009 +# CONFIG_WAN is not set
23010 +# CONFIG_FDDI is not set
23011 +# CONFIG_HIPPI is not set
23012 +# CONFIG_PPP is not set
23013 +# CONFIG_SLIP is not set
23014 +# CONFIG_NET_FC is not set
23015 +# CONFIG_NETCONSOLE is not set
23016 +# CONFIG_NETPOLL is not set
23017 +# CONFIG_NET_POLL_CONTROLLER is not set
23018 +# CONFIG_ISDN is not set
23019 +# CONFIG_PHONE is not set
23020 +
23021 +#
23022 +# Input device support
23023 +#
23024 +CONFIG_INPUT=y
23025 +# CONFIG_INPUT_FF_MEMLESS is not set
23026 +# CONFIG_INPUT_POLLDEV is not set
23027 +
23028 +#
23029 +# Userland interfaces
23030 +#
23031 +# CONFIG_INPUT_MOUSEDEV is not set
23032 +# CONFIG_INPUT_JOYDEV is not set
23033 +# CONFIG_INPUT_EVDEV is not set
23034 +# CONFIG_INPUT_EVBUG is not set
23035 +
23036 +#
23037 +# Input Device Drivers
23038 +#
23039 +# CONFIG_INPUT_KEYBOARD is not set
23040 +# CONFIG_INPUT_MOUSE is not set
23041 +# CONFIG_INPUT_JOYSTICK is not set
23042 +# CONFIG_INPUT_TABLET is not set
23043 +# CONFIG_INPUT_TOUCHSCREEN is not set
23044 +# CONFIG_INPUT_MISC is not set
23045 +
23046 +#
23047 +# Hardware I/O ports
23048 +#
23049 +# CONFIG_SERIO is not set
23050 +# CONFIG_GAMEPORT is not set
23051 +
23052 +#
23053 +# Character devices
23054 +#
23055 +# CONFIG_VT is not set
23056 +# CONFIG_SERIAL_NONSTANDARD is not set
23057 +# CONFIG_NOZOMI is not set
23058 +
23059 +#
23060 +# Serial drivers
23061 +#
23062 +CONFIG_SERIAL_8250=y
23063 +CONFIG_SERIAL_8250_CONSOLE=y
23064 +CONFIG_SERIAL_8250_PCI=y
23065 +CONFIG_SERIAL_8250_NR_UARTS=4
23066 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
23067 +# CONFIG_SERIAL_8250_EXTENDED is not set
23068 +
23069 +#
23070 +# Non-8250 serial port support
23071 +#
23072 +# CONFIG_SERIAL_UARTLITE is not set
23073 +CONFIG_SERIAL_CORE=y
23074 +CONFIG_SERIAL_CORE_CONSOLE=y
23075 +# CONFIG_SERIAL_JSM is not set
23076 +# CONFIG_SERIAL_OF_PLATFORM is not set
23077 +CONFIG_UNIX98_PTYS=y
23078 +CONFIG_LEGACY_PTYS=y
23079 +CONFIG_LEGACY_PTY_COUNT=256
23080 +# CONFIG_IPMI_HANDLER is not set
23081 +CONFIG_HW_RANDOM=y
23082 +# CONFIG_NVRAM is not set
23083 +# CONFIG_GEN_RTC is not set
23084 +# CONFIG_R3964 is not set
23085 +# CONFIG_APPLICOM is not set
23086 +# CONFIG_RAW_DRIVER is not set
23087 +# CONFIG_TCG_TPM is not set
23088 +CONFIG_DEVPORT=y
23089 +CONFIG_I2C=y
23090 +CONFIG_I2C_BOARDINFO=y
23091 +CONFIG_I2C_CHARDEV=y
23092 +
23093 +#
23094 +# I2C Algorithms
23095 +#
23096 +# CONFIG_I2C_ALGOBIT is not set
23097 +# CONFIG_I2C_ALGOPCF is not set
23098 +# CONFIG_I2C_ALGOPCA is not set
23099 +
23100 +#
23101 +# I2C Hardware Bus support
23102 +#
23103 +# CONFIG_I2C_ALI1535 is not set
23104 +# CONFIG_I2C_ALI1563 is not set
23105 +# CONFIG_I2C_ALI15X3 is not set
23106 +# CONFIG_I2C_AMD756 is not set
23107 +# CONFIG_I2C_AMD8111 is not set
23108 +# CONFIG_I2C_I801 is not set
23109 +# CONFIG_I2C_I810 is not set
23110 +# CONFIG_I2C_PIIX4 is not set
23111 +CONFIG_I2C_MPC=y
23112 +# CONFIG_I2C_NFORCE2 is not set
23113 +# CONFIG_I2C_OCORES is not set
23114 +# CONFIG_I2C_PARPORT_LIGHT is not set
23115 +# CONFIG_I2C_PROSAVAGE is not set
23116 +# CONFIG_I2C_SAVAGE4 is not set
23117 +# CONFIG_I2C_SIMTEC is not set
23118 +# CONFIG_I2C_SIS5595 is not set
23119 +# CONFIG_I2C_SIS630 is not set
23120 +# CONFIG_I2C_SIS96X is not set
23121 +# CONFIG_I2C_TAOS_EVM is not set
23122 +# CONFIG_I2C_STUB is not set
23123 +# CONFIG_I2C_TINY_USB is not set
23124 +# CONFIG_I2C_VIA is not set
23125 +# CONFIG_I2C_VIAPRO is not set
23126 +# CONFIG_I2C_VOODOO3 is not set
23127 +
23128 +#
23129 +# Miscellaneous I2C Chip support
23130 +#
23131 +# CONFIG_DS1682 is not set
23132 +# CONFIG_SENSORS_EEPROM is not set
23133 +# CONFIG_SENSORS_PCF8574 is not set
23134 +# CONFIG_PCF8575 is not set
23135 +# CONFIG_SENSORS_PCF8591 is not set
23136 +# CONFIG_TPS65010 is not set
23137 +# CONFIG_SENSORS_MAX6875 is not set
23138 +# CONFIG_SENSORS_TSL2550 is not set
23139 +# CONFIG_I2C_DEBUG_CORE is not set
23140 +# CONFIG_I2C_DEBUG_ALGO is not set
23141 +# CONFIG_I2C_DEBUG_BUS is not set
23142 +# CONFIG_I2C_DEBUG_CHIP is not set
23143 +
23144 +#
23145 +# SPI support
23146 +#
23147 +CONFIG_SPI=y
23148 +# CONFIG_SPI_DEBUG is not set
23149 +CONFIG_SPI_MASTER=y
23150 +
23151 +#
23152 +# SPI Master Controller Drivers
23153 +#
23154 +CONFIG_SPI_BITBANG=y
23155 +CONFIG_SPI_MPC83xx=y
23156 +
23157 +#
23158 +# SPI Protocol Masters
23159 +#
23160 +# CONFIG_SPI_AT25 is not set
23161 +# CONFIG_SPI_SPIDEV is not set
23162 +# CONFIG_SPI_TLE62X0 is not set
23163 +# CONFIG_W1 is not set
23164 +# CONFIG_POWER_SUPPLY is not set
23165 +CONFIG_HWMON=y
23166 +# CONFIG_HWMON_VID is not set
23167 +# CONFIG_SENSORS_AD7418 is not set
23168 +# CONFIG_SENSORS_ADM1021 is not set
23169 +# CONFIG_SENSORS_ADM1025 is not set
23170 +# CONFIG_SENSORS_ADM1026 is not set
23171 +# CONFIG_SENSORS_ADM1029 is not set
23172 +# CONFIG_SENSORS_ADM1031 is not set
23173 +# CONFIG_SENSORS_ADM9240 is not set
23174 +# CONFIG_SENSORS_ADT7470 is not set
23175 +# CONFIG_SENSORS_ADT7473 is not set
23176 +# CONFIG_SENSORS_ATXP1 is not set
23177 +# CONFIG_SENSORS_DS1621 is not set
23178 +# CONFIG_SENSORS_I5K_AMB is not set
23179 +# CONFIG_SENSORS_F71805F is not set
23180 +# CONFIG_SENSORS_F71882FG is not set
23181 +# CONFIG_SENSORS_F75375S is not set
23182 +# CONFIG_SENSORS_GL518SM is not set
23183 +# CONFIG_SENSORS_GL520SM is not set
23184 +# CONFIG_SENSORS_IT87 is not set
23185 +# CONFIG_SENSORS_LM63 is not set
23186 +# CONFIG_SENSORS_LM70 is not set
23187 +# CONFIG_SENSORS_LM75 is not set
23188 +# CONFIG_SENSORS_LM77 is not set
23189 +# CONFIG_SENSORS_LM78 is not set
23190 +# CONFIG_SENSORS_LM80 is not set
23191 +# CONFIG_SENSORS_LM83 is not set
23192 +# CONFIG_SENSORS_LM85 is not set
23193 +# CONFIG_SENSORS_LM87 is not set
23194 +# CONFIG_SENSORS_LM90 is not set
23195 +# CONFIG_SENSORS_LM92 is not set
23196 +# CONFIG_SENSORS_LM93 is not set
23197 +# CONFIG_SENSORS_MAX1619 is not set
23198 +# CONFIG_SENSORS_MAX6650 is not set
23199 +# CONFIG_SENSORS_PC87360 is not set
23200 +# CONFIG_SENSORS_PC87427 is not set
23201 +# CONFIG_SENSORS_SIS5595 is not set
23202 +# CONFIG_SENSORS_DME1737 is not set
23203 +# CONFIG_SENSORS_SMSC47M1 is not set
23204 +# CONFIG_SENSORS_SMSC47M192 is not set
23205 +# CONFIG_SENSORS_SMSC47B397 is not set
23206 +# CONFIG_SENSORS_ADS7828 is not set
23207 +# CONFIG_SENSORS_THMC50 is not set
23208 +# CONFIG_SENSORS_VIA686A is not set
23209 +# CONFIG_SENSORS_VT1211 is not set
23210 +# CONFIG_SENSORS_VT8231 is not set
23211 +# CONFIG_SENSORS_W83781D is not set
23212 +# CONFIG_SENSORS_W83791D is not set
23213 +# CONFIG_SENSORS_W83792D is not set
23214 +# CONFIG_SENSORS_W83793 is not set
23215 +# CONFIG_SENSORS_W83L785TS is not set
23216 +# CONFIG_SENSORS_W83L786NG is not set
23217 +# CONFIG_SENSORS_W83627HF is not set
23218 +# CONFIG_SENSORS_W83627EHF is not set
23219 +# CONFIG_HWMON_DEBUG_CHIP is not set
23220 +# CONFIG_THERMAL is not set
23221 +CONFIG_WATCHDOG=y
23222 +# CONFIG_WATCHDOG_NOWAYOUT is not set
23223 +
23224 +#
23225 +# Watchdog Device Drivers
23226 +#
23227 +# CONFIG_SOFT_WATCHDOG is not set
23228 +CONFIG_83xx_WDT=y
23229 +
23230 +#
23231 +# PCI-based Watchdog Cards
23232 +#
23233 +# CONFIG_PCIPCWATCHDOG is not set
23234 +# CONFIG_WDTPCI is not set
23235 +
23236 +#
23237 +# USB-based Watchdog Cards
23238 +#
23239 +# CONFIG_USBPCWATCHDOG is not set
23240 +
23241 +#
23242 +# Sonics Silicon Backplane
23243 +#
23244 +CONFIG_SSB_POSSIBLE=y
23245 +# CONFIG_SSB is not set
23246 +
23247 +#
23248 +# Multifunction device drivers
23249 +#
23250 +# CONFIG_MFD_SM501 is not set
23251 +
23252 +#
23253 +# Multimedia devices
23254 +#
23255 +# CONFIG_VIDEO_DEV is not set
23256 +# CONFIG_DVB_CORE is not set
23257 +CONFIG_DAB=y
23258 +# CONFIG_USB_DABUSB is not set
23259 +
23260 +#
23261 +# Graphics support
23262 +#
23263 +# CONFIG_AGP is not set
23264 +# CONFIG_DRM is not set
23265 +# CONFIG_VGASTATE is not set
23266 +CONFIG_VIDEO_OUTPUT_CONTROL=m
23267 +# CONFIG_FB is not set
23268 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
23269 +
23270 +#
23271 +# Display device support
23272 +#
23273 +# CONFIG_DISPLAY_SUPPORT is not set
23274 +
23275 +#
23276 +# Sound
23277 +#
23278 +# CONFIG_SOUND is not set
23279 +CONFIG_HID_SUPPORT=y
23280 +CONFIG_HID=y
23281 +# CONFIG_HID_DEBUG is not set
23282 +# CONFIG_HIDRAW is not set
23283 +
23284 +#
23285 +# USB Input Devices
23286 +#
23287 +# CONFIG_USB_HID is not set
23288 +
23289 +#
23290 +# USB HID Boot Protocol drivers
23291 +#
23292 +# CONFIG_USB_KBD is not set
23293 +# CONFIG_USB_MOUSE is not set
23294 +CONFIG_USB_SUPPORT=y
23295 +CONFIG_USB_ARCH_HAS_HCD=y
23296 +CONFIG_USB_ARCH_HAS_OHCI=y
23297 +CONFIG_USB_ARCH_HAS_EHCI=y
23298 +CONFIG_USB=y
23299 +# CONFIG_USB_DEBUG is not set
23300 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
23301 +
23302 +#
23303 +# Miscellaneous USB options
23304 +#
23305 +CONFIG_USB_DEVICEFS=y
23306 +CONFIG_USB_DEVICE_CLASS=y
23307 +# CONFIG_USB_DYNAMIC_MINORS is not set
23308 +# CONFIG_USB_OTG is not set
23309 +
23310 +#
23311 +# USB Host Controller Drivers
23312 +#
23313 +CONFIG_USB_EHCI_HCD=y
23314 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
23315 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
23316 +CONFIG_USB_EHCI_FSL=y
23317 +CONFIG_USB_EHCI_HCD_PPC_OF=y
23318 +# CONFIG_USB_ISP116X_HCD is not set
23319 +CONFIG_USB_OHCI_HCD=y
23320 +CONFIG_USB_OHCI_HCD_PPC_OF=y
23321 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
23322 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
23323 +CONFIG_USB_OHCI_HCD_PCI=y
23324 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
23325 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
23326 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
23327 +CONFIG_USB_UHCI_HCD=y
23328 +# CONFIG_USB_SL811_HCD is not set
23329 +# CONFIG_USB_R8A66597_HCD is not set
23330 +
23331 +#
23332 +# USB Device Class drivers
23333 +#
23334 +# CONFIG_USB_ACM is not set
23335 +# CONFIG_USB_PRINTER is not set
23336 +
23337 +#
23338 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
23339 +#
23340 +
23341 +#
23342 +# may also be needed; see USB_STORAGE Help for more information
23343 +#
23344 +CONFIG_USB_STORAGE=y
23345 +# CONFIG_USB_STORAGE_DEBUG is not set
23346 +# CONFIG_USB_STORAGE_DATAFAB is not set
23347 +# CONFIG_USB_STORAGE_FREECOM is not set
23348 +# CONFIG_USB_STORAGE_ISD200 is not set
23349 +# CONFIG_USB_STORAGE_DPCM is not set
23350 +# CONFIG_USB_STORAGE_USBAT is not set
23351 +# CONFIG_USB_STORAGE_SDDR09 is not set
23352 +# CONFIG_USB_STORAGE_SDDR55 is not set
23353 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
23354 +# CONFIG_USB_STORAGE_ALAUDA is not set
23355 +# CONFIG_USB_STORAGE_KARMA is not set
23356 +# CONFIG_USB_LIBUSUAL is not set
23357 +
23358 +#
23359 +# USB Imaging devices
23360 +#
23361 +# CONFIG_USB_MDC800 is not set
23362 +# CONFIG_USB_MICROTEK is not set
23363 +CONFIG_USB_MON=y
23364 +
23365 +#
23366 +# USB port drivers
23367 +#
23368 +# CONFIG_USB_SERIAL is not set
23369 +
23370 +#
23371 +# USB Miscellaneous drivers
23372 +#
23373 +# CONFIG_USB_EMI62 is not set
23374 +# CONFIG_USB_EMI26 is not set
23375 +# CONFIG_USB_ADUTUX is not set
23376 +# CONFIG_USB_AUERSWALD is not set
23377 +# CONFIG_USB_RIO500 is not set
23378 +# CONFIG_USB_LEGOTOWER is not set
23379 +# CONFIG_USB_LCD is not set
23380 +# CONFIG_USB_BERRY_CHARGE is not set
23381 +# CONFIG_USB_LED is not set
23382 +# CONFIG_USB_CYPRESS_CY7C63 is not set
23383 +# CONFIG_USB_CYTHERM is not set
23384 +# CONFIG_USB_PHIDGET is not set
23385 +# CONFIG_USB_IDMOUSE is not set
23386 +# CONFIG_USB_FTDI_ELAN is not set
23387 +# CONFIG_USB_APPLEDISPLAY is not set
23388 +# CONFIG_USB_SISUSBVGA is not set
23389 +# CONFIG_USB_LD is not set
23390 +# CONFIG_USB_TRANCEVIBRATOR is not set
23391 +# CONFIG_USB_IOWARRIOR is not set
23392 +# CONFIG_USB_TEST is not set
23393 +CONFIG_USB_GADGET=y
23394 +# CONFIG_USB_GADGET_DEBUG is not set
23395 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
23396 +CONFIG_USB_GADGET_SELECTED=y
23397 +# CONFIG_USB_GADGET_AMD5536UDC is not set
23398 +# CONFIG_USB_GADGET_ATMEL_USBA is not set
23399 +# CONFIG_USB_GADGET_FSL_USB2 is not set
23400 +CONFIG_USB_GADGET_NET2280=y
23401 +CONFIG_USB_NET2280=y
23402 +# CONFIG_USB_GADGET_PXA2XX is not set
23403 +# CONFIG_USB_GADGET_M66592 is not set
23404 +# CONFIG_USB_GADGET_GOKU is not set
23405 +# CONFIG_USB_GADGET_LH7A40X is not set
23406 +# CONFIG_USB_GADGET_OMAP is not set
23407 +# CONFIG_USB_GADGET_S3C2410 is not set
23408 +# CONFIG_USB_GADGET_AT91 is not set
23409 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
23410 +CONFIG_USB_GADGET_DUALSPEED=y
23411 +# CONFIG_USB_ZERO is not set
23412 +CONFIG_USB_ETH=y
23413 +CONFIG_USB_ETH_RNDIS=y
23414 +# CONFIG_USB_GADGETFS is not set
23415 +# CONFIG_USB_FILE_STORAGE is not set
23416 +# CONFIG_USB_G_SERIAL is not set
23417 +# CONFIG_USB_MIDI_GADGET is not set
23418 +# CONFIG_USB_G_PRINTER is not set
23419 +# CONFIG_MMC is not set
23420 +# CONFIG_MEMSTICK is not set
23421 +# CONFIG_NEW_LEDS is not set
23422 +# CONFIG_INFINIBAND is not set
23423 +# CONFIG_EDAC is not set
23424 +CONFIG_RTC_LIB=y
23425 +CONFIG_RTC_CLASS=y
23426 +CONFIG_RTC_HCTOSYS=y
23427 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
23428 +# CONFIG_RTC_DEBUG is not set
23429 +
23430 +#
23431 +# RTC interfaces
23432 +#
23433 +CONFIG_RTC_INTF_SYSFS=y
23434 +CONFIG_RTC_INTF_PROC=y
23435 +CONFIG_RTC_INTF_DEV=y
23436 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
23437 +# CONFIG_RTC_DRV_TEST is not set
23438 +
23439 +#
23440 +# I2C RTC drivers
23441 +#
23442 +CONFIG_RTC_DRV_DS1307=y
23443 +# CONFIG_RTC_DRV_DS1374 is not set
23444 +# CONFIG_RTC_DRV_DS1672 is not set
23445 +# CONFIG_RTC_DRV_MAX6900 is not set
23446 +# CONFIG_RTC_DRV_RS5C372 is not set
23447 +# CONFIG_RTC_DRV_ISL1208 is not set
23448 +# CONFIG_RTC_DRV_X1205 is not set
23449 +# CONFIG_RTC_DRV_PCF8563 is not set
23450 +# CONFIG_RTC_DRV_PCF8583 is not set
23451 +# CONFIG_RTC_DRV_M41T80 is not set
23452 +# CONFIG_RTC_DRV_S35390A is not set
23453 +
23454 +#
23455 +# SPI RTC drivers
23456 +#
23457 +# CONFIG_RTC_DRV_MAX6902 is not set
23458 +# CONFIG_RTC_DRV_R9701 is not set
23459 +# CONFIG_RTC_DRV_RS5C348 is not set
23460 +
23461 +#
23462 +# Platform RTC drivers
23463 +#
23464 +# CONFIG_RTC_DRV_CMOS is not set
23465 +# CONFIG_RTC_DRV_DS1511 is not set
23466 +# CONFIG_RTC_DRV_DS1553 is not set
23467 +# CONFIG_RTC_DRV_DS1742 is not set
23468 +# CONFIG_RTC_DRV_STK17TA8 is not set
23469 +# CONFIG_RTC_DRV_M48T86 is not set
23470 +# CONFIG_RTC_DRV_M48T59 is not set
23471 +# CONFIG_RTC_DRV_V3020 is not set
23472 +
23473 +#
23474 +# on-CPU RTC drivers
23475 +#
23476 +# CONFIG_DMADEVICES is not set
23477 +
23478 +#
23479 +# Userspace I/O
23480 +#
23481 +# CONFIG_UIO is not set
23482 +
23483 +#
23484 +# File systems
23485 +#
23486 +CONFIG_EXT2_FS=y
23487 +# CONFIG_EXT2_FS_XATTR is not set
23488 +# CONFIG_EXT2_FS_XIP is not set
23489 +CONFIG_EXT3_FS=y
23490 +CONFIG_EXT3_FS_XATTR=y
23491 +# CONFIG_EXT3_FS_POSIX_ACL is not set
23492 +# CONFIG_EXT3_FS_SECURITY is not set
23493 +# CONFIG_EXT4DEV_FS is not set
23494 +CONFIG_JBD=y
23495 +CONFIG_FS_MBCACHE=y
23496 +# CONFIG_REISERFS_FS is not set
23497 +# CONFIG_JFS_FS is not set
23498 +# CONFIG_FS_POSIX_ACL is not set
23499 +# CONFIG_XFS_FS is not set
23500 +# CONFIG_GFS2_FS is not set
23501 +# CONFIG_OCFS2_FS is not set
23502 +CONFIG_DNOTIFY=y
23503 +CONFIG_INOTIFY=y
23504 +CONFIG_INOTIFY_USER=y
23505 +# CONFIG_QUOTA is not set
23506 +# CONFIG_AUTOFS_FS is not set
23507 +# CONFIG_AUTOFS4_FS is not set
23508 +# CONFIG_FUSE_FS is not set
23509 +
23510 +#
23511 +# CD-ROM/DVD Filesystems
23512 +#
23513 +# CONFIG_ISO9660_FS is not set
23514 +# CONFIG_UDF_FS is not set
23515 +
23516 +#
23517 +# DOS/FAT/NT Filesystems
23518 +#
23519 +# CONFIG_MSDOS_FS is not set
23520 +# CONFIG_VFAT_FS is not set
23521 +# CONFIG_NTFS_FS is not set
23522 +
23523 +#
23524 +# Pseudo filesystems
23525 +#
23526 +CONFIG_PROC_FS=y
23527 +CONFIG_PROC_KCORE=y
23528 +CONFIG_PROC_SYSCTL=y
23529 +CONFIG_SYSFS=y
23530 +CONFIG_TMPFS=y
23531 +# CONFIG_TMPFS_POSIX_ACL is not set
23532 +# CONFIG_HUGETLB_PAGE is not set
23533 +# CONFIG_CONFIGFS_FS is not set
23534 +
23535 +#
23536 +# Miscellaneous filesystems
23537 +#
23538 +# CONFIG_ADFS_FS is not set
23539 +# CONFIG_AFFS_FS is not set
23540 +# CONFIG_HFS_FS is not set
23541 +# CONFIG_HFSPLUS_FS is not set
23542 +# CONFIG_BEFS_FS is not set
23543 +# CONFIG_BFS_FS is not set
23544 +# CONFIG_EFS_FS is not set
23545 +CONFIG_JFFS2_FS=y
23546 +CONFIG_JFFS2_FS_DEBUG=0
23547 +CONFIG_JFFS2_FS_WRITEBUFFER=y
23548 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
23549 +# CONFIG_JFFS2_SUMMARY is not set
23550 +# CONFIG_JFFS2_FS_XATTR is not set
23551 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
23552 +CONFIG_JFFS2_ZLIB=y
23553 +# CONFIG_JFFS2_LZO is not set
23554 +CONFIG_JFFS2_RTIME=y
23555 +# CONFIG_JFFS2_RUBIN is not set
23556 +# CONFIG_CRAMFS is not set
23557 +# CONFIG_VXFS_FS is not set
23558 +# CONFIG_MINIX_FS is not set
23559 +# CONFIG_HPFS_FS is not set
23560 +# CONFIG_QNX4FS_FS is not set
23561 +# CONFIG_ROMFS_FS is not set
23562 +# CONFIG_SYSV_FS is not set
23563 +# CONFIG_UFS_FS is not set
23564 +CONFIG_NETWORK_FILESYSTEMS=y
23565 +CONFIG_NFS_FS=y
23566 +CONFIG_NFS_V3=y
23567 +# CONFIG_NFS_V3_ACL is not set
23568 +CONFIG_NFS_V4=y
23569 +# CONFIG_NFS_DIRECTIO is not set
23570 +# CONFIG_NFSD is not set
23571 +CONFIG_ROOT_NFS=y
23572 +CONFIG_LOCKD=y
23573 +CONFIG_LOCKD_V4=y
23574 +CONFIG_NFS_COMMON=y
23575 +CONFIG_SUNRPC=y
23576 +CONFIG_SUNRPC_GSS=y
23577 +# CONFIG_SUNRPC_BIND34 is not set
23578 +CONFIG_RPCSEC_GSS_KRB5=y
23579 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
23580 +# CONFIG_SMB_FS is not set
23581 +# CONFIG_CIFS is not set
23582 +# CONFIG_NCP_FS is not set
23583 +# CONFIG_CODA_FS is not set
23584 +# CONFIG_AFS_FS is not set
23585 +
23586 +#
23587 +# Partition Types
23588 +#
23589 +CONFIG_PARTITION_ADVANCED=y
23590 +# CONFIG_ACORN_PARTITION is not set
23591 +# CONFIG_OSF_PARTITION is not set
23592 +# CONFIG_AMIGA_PARTITION is not set
23593 +# CONFIG_ATARI_PARTITION is not set
23594 +# CONFIG_MAC_PARTITION is not set
23595 +CONFIG_MSDOS_PARTITION=y
23596 +# CONFIG_BSD_DISKLABEL is not set
23597 +# CONFIG_MINIX_SUBPARTITION is not set
23598 +# CONFIG_SOLARIS_X86_PARTITION is not set
23599 +# CONFIG_UNIXWARE_DISKLABEL is not set
23600 +# CONFIG_LDM_PARTITION is not set
23601 +# CONFIG_SGI_PARTITION is not set
23602 +# CONFIG_ULTRIX_PARTITION is not set
23603 +# CONFIG_SUN_PARTITION is not set
23604 +# CONFIG_KARMA_PARTITION is not set
23605 +# CONFIG_EFI_PARTITION is not set
23606 +# CONFIG_SYSV68_PARTITION is not set
23607 +# CONFIG_NLS is not set
23608 +# CONFIG_DLM is not set
23609 +
23610 +#
23611 +# Library routines
23612 +#
23613 +CONFIG_BITREVERSE=y
23614 +# CONFIG_CRC_CCITT is not set
23615 +# CONFIG_CRC16 is not set
23616 +# CONFIG_CRC_ITU_T is not set
23617 +CONFIG_CRC32=y
23618 +# CONFIG_CRC7 is not set
23619 +# CONFIG_LIBCRC32C is not set
23620 +CONFIG_ZLIB_INFLATE=y
23621 +CONFIG_ZLIB_DEFLATE=y
23622 +CONFIG_PLIST=y
23623 +CONFIG_HAS_IOMEM=y
23624 +CONFIG_HAS_IOPORT=y
23625 +CONFIG_HAS_DMA=y
23626 +
23627 +#
23628 +# Kernel hacking
23629 +#
23630 +# CONFIG_PRINTK_TIME is not set
23631 +CONFIG_ENABLE_WARN_DEPRECATED=y
23632 +CONFIG_ENABLE_MUST_CHECK=y
23633 +# CONFIG_MAGIC_SYSRQ is not set
23634 +# CONFIG_UNUSED_SYMBOLS is not set
23635 +# CONFIG_DEBUG_FS is not set
23636 +# CONFIG_HEADERS_CHECK is not set
23637 +CONFIG_DEBUG_KERNEL=y
23638 +# CONFIG_DEBUG_SHIRQ is not set
23639 +CONFIG_DETECT_SOFTLOCKUP=y
23640 +CONFIG_SCHED_DEBUG=y
23641 +# CONFIG_SCHEDSTATS is not set
23642 +# CONFIG_TIMER_STATS is not set
23643 +# CONFIG_SLUB_DEBUG_ON is not set
23644 +# CONFIG_SLUB_STATS is not set
23645 +# CONFIG_DEBUG_RT_MUTEXES is not set
23646 +# CONFIG_RT_MUTEX_TESTER is not set
23647 +# CONFIG_DEBUG_SPINLOCK is not set
23648 +# CONFIG_DEBUG_MUTEXES is not set
23649 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
23650 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
23651 +# CONFIG_DEBUG_KOBJECT is not set
23652 +# CONFIG_DEBUG_BUGVERBOSE is not set
23653 +# CONFIG_DEBUG_INFO is not set
23654 +# CONFIG_DEBUG_VM is not set
23655 +# CONFIG_DEBUG_LIST is not set
23656 +# CONFIG_DEBUG_SG is not set
23657 +# CONFIG_BOOT_PRINTK_DELAY is not set
23658 +# CONFIG_RCU_TORTURE_TEST is not set
23659 +# CONFIG_BACKTRACE_SELF_TEST is not set
23660 +# CONFIG_FAULT_INJECTION is not set
23661 +# CONFIG_SAMPLES is not set
23662 +# CONFIG_DEBUG_STACKOVERFLOW is not set
23663 +# CONFIG_DEBUG_STACK_USAGE is not set
23664 +# CONFIG_DEBUG_PAGEALLOC is not set
23665 +# CONFIG_DEBUGGER is not set
23666 +# CONFIG_BDI_SWITCH is not set
23667 +# CONFIG_PPC_EARLY_DEBUG is not set
23668 +
23669 +#
23670 +# Security options
23671 +#
23672 +# CONFIG_KEYS is not set
23673 +# CONFIG_SECURITY is not set
23674 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
23675 +CONFIG_CRYPTO=y
23676 +CONFIG_CRYPTO_ALGAPI=y
23677 +CONFIG_CRYPTO_BLKCIPHER=y
23678 +# CONFIG_CRYPTO_SEQIV is not set
23679 +CONFIG_CRYPTO_MANAGER=y
23680 +# CONFIG_CRYPTO_HMAC is not set
23681 +# CONFIG_CRYPTO_XCBC is not set
23682 +# CONFIG_CRYPTO_NULL is not set
23683 +# CONFIG_CRYPTO_MD4 is not set
23684 +CONFIG_CRYPTO_MD5=y
23685 +# CONFIG_CRYPTO_SHA1 is not set
23686 +# CONFIG_CRYPTO_SHA256 is not set
23687 +# CONFIG_CRYPTO_SHA512 is not set
23688 +# CONFIG_CRYPTO_WP512 is not set
23689 +# CONFIG_CRYPTO_TGR192 is not set
23690 +# CONFIG_CRYPTO_GF128MUL is not set
23691 +# CONFIG_CRYPTO_ECB is not set
23692 +CONFIG_CRYPTO_CBC=y
23693 +CONFIG_CRYPTO_PCBC=m
23694 +# CONFIG_CRYPTO_LRW is not set
23695 +# CONFIG_CRYPTO_XTS is not set
23696 +# CONFIG_CRYPTO_CTR is not set
23697 +# CONFIG_CRYPTO_GCM is not set
23698 +# CONFIG_CRYPTO_CCM is not set
23699 +# CONFIG_CRYPTO_CRYPTD is not set
23700 +CONFIG_CRYPTO_DES=y
23701 +# CONFIG_CRYPTO_FCRYPT is not set
23702 +# CONFIG_CRYPTO_BLOWFISH is not set
23703 +# CONFIG_CRYPTO_TWOFISH is not set
23704 +# CONFIG_CRYPTO_SERPENT is not set
23705 +# CONFIG_CRYPTO_AES is not set
23706 +# CONFIG_CRYPTO_CAST5 is not set
23707 +# CONFIG_CRYPTO_CAST6 is not set
23708 +# CONFIG_CRYPTO_TEA is not set
23709 +# CONFIG_CRYPTO_ARC4 is not set
23710 +# CONFIG_CRYPTO_KHAZAD is not set
23711 +# CONFIG_CRYPTO_ANUBIS is not set
23712 +# CONFIG_CRYPTO_SEED is not set
23713 +# CONFIG_CRYPTO_SALSA20 is not set
23714 +# CONFIG_CRYPTO_DEFLATE is not set
23715 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
23716 +# CONFIG_CRYPTO_CRC32C is not set
23717 +# CONFIG_CRYPTO_CAMELLIA is not set
23718 +# CONFIG_CRYPTO_TEST is not set
23719 +# CONFIG_CRYPTO_AUTHENC is not set
23720 +# CONFIG_CRYPTO_LZO is not set
23721 +CONFIG_CRYPTO_HW=y
23722 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
23723 +# CONFIG_PPC_CLOCK is not set
23724 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
23725 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc832x_mds_defconfig 1970-01-01 01:00:00.000000000 +0100
23726 +++ powerpc.git/arch/powerpc/configs/83xx/mpc832x_mds_defconfig 2008-04-19 16:40:52.000000000 +0200
23727 @@ -0,0 +1,1081 @@
23728 +#
23729 +# Automatically generated make config: don't edit
23730 +# Linux kernel version: 2.6.25-rc7
23731 +# Mon Mar 31 11:36:51 2008
23732 +#
23733 +# CONFIG_PPC64 is not set
23734 +
23735 +#
23736 +# Processor support
23737 +#
23738 +CONFIG_6xx=y
23739 +# CONFIG_PPC_85xx is not set
23740 +# CONFIG_PPC_8xx is not set
23741 +# CONFIG_40x is not set
23742 +# CONFIG_44x is not set
23743 +# CONFIG_E200 is not set
23744 +CONFIG_PPC_FPU=y
23745 +# CONFIG_FSL_EMB_PERFMON is not set
23746 +CONFIG_PPC_STD_MMU=y
23747 +CONFIG_PPC_STD_MMU_32=y
23748 +# CONFIG_PPC_MM_SLICES is not set
23749 +# CONFIG_SMP is not set
23750 +CONFIG_PPC32=y
23751 +CONFIG_WORD_SIZE=32
23752 +CONFIG_PPC_MERGE=y
23753 +CONFIG_MMU=y
23754 +CONFIG_GENERIC_CMOS_UPDATE=y
23755 +CONFIG_GENERIC_TIME=y
23756 +CONFIG_GENERIC_TIME_VSYSCALL=y
23757 +CONFIG_GENERIC_CLOCKEVENTS=y
23758 +CONFIG_GENERIC_HARDIRQS=y
23759 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
23760 +CONFIG_IRQ_PER_CPU=y
23761 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
23762 +CONFIG_ARCH_HAS_ILOG2_U32=y
23763 +CONFIG_GENERIC_HWEIGHT=y
23764 +CONFIG_GENERIC_CALIBRATE_DELAY=y
23765 +CONFIG_GENERIC_FIND_NEXT_BIT=y
23766 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
23767 +CONFIG_PPC=y
23768 +CONFIG_EARLY_PRINTK=y
23769 +CONFIG_GENERIC_NVRAM=y
23770 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
23771 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
23772 +CONFIG_PPC_OF=y
23773 +CONFIG_OF=y
23774 +CONFIG_PPC_UDBG_16550=y
23775 +# CONFIG_GENERIC_TBSYNC is not set
23776 +CONFIG_AUDIT_ARCH=y
23777 +CONFIG_GENERIC_BUG=y
23778 +CONFIG_DEFAULT_UIMAGE=y
23779 +# CONFIG_PPC_DCR_NATIVE is not set
23780 +# CONFIG_PPC_DCR_MMIO is not set
23781 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
23782 +
23783 +#
23784 +# General setup
23785 +#
23786 +CONFIG_EXPERIMENTAL=y
23787 +CONFIG_BROKEN_ON_SMP=y
23788 +CONFIG_INIT_ENV_ARG_LIMIT=32
23789 +CONFIG_LOCALVERSION=""
23790 +CONFIG_LOCALVERSION_AUTO=y
23791 +CONFIG_SWAP=y
23792 +CONFIG_SYSVIPC=y
23793 +CONFIG_SYSVIPC_SYSCTL=y
23794 +# CONFIG_POSIX_MQUEUE is not set
23795 +# CONFIG_BSD_PROCESS_ACCT is not set
23796 +# CONFIG_TASKSTATS is not set
23797 +# CONFIG_AUDIT is not set
23798 +# CONFIG_IKCONFIG is not set
23799 +CONFIG_LOG_BUF_SHIFT=14
23800 +# CONFIG_CGROUPS is not set
23801 +CONFIG_GROUP_SCHED=y
23802 +# CONFIG_FAIR_GROUP_SCHED is not set
23803 +# CONFIG_RT_GROUP_SCHED is not set
23804 +CONFIG_USER_SCHED=y
23805 +# CONFIG_CGROUP_SCHED is not set
23806 +CONFIG_SYSFS_DEPRECATED=y
23807 +CONFIG_SYSFS_DEPRECATED_V2=y
23808 +# CONFIG_RELAY is not set
23809 +# CONFIG_NAMESPACES is not set
23810 +CONFIG_BLK_DEV_INITRD=y
23811 +CONFIG_INITRAMFS_SOURCE=""
23812 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
23813 +CONFIG_SYSCTL=y
23814 +CONFIG_EMBEDDED=y
23815 +CONFIG_SYSCTL_SYSCALL=y
23816 +# CONFIG_KALLSYMS is not set
23817 +CONFIG_HOTPLUG=y
23818 +CONFIG_PRINTK=y
23819 +CONFIG_BUG=y
23820 +CONFIG_ELF_CORE=y
23821 +CONFIG_COMPAT_BRK=y
23822 +CONFIG_BASE_FULL=y
23823 +CONFIG_FUTEX=y
23824 +CONFIG_ANON_INODES=y
23825 +# CONFIG_EPOLL is not set
23826 +CONFIG_SIGNALFD=y
23827 +CONFIG_TIMERFD=y
23828 +CONFIG_EVENTFD=y
23829 +CONFIG_SHMEM=y
23830 +CONFIG_VM_EVENT_COUNTERS=y
23831 +CONFIG_SLUB_DEBUG=y
23832 +# CONFIG_SLAB is not set
23833 +CONFIG_SLUB=y
23834 +# CONFIG_SLOB is not set
23835 +# CONFIG_PROFILING is not set
23836 +# CONFIG_MARKERS is not set
23837 +CONFIG_HAVE_OPROFILE=y
23838 +CONFIG_HAVE_KPROBES=y
23839 +CONFIG_HAVE_KRETPROBES=y
23840 +CONFIG_PROC_PAGE_MONITOR=y
23841 +CONFIG_SLABINFO=y
23842 +CONFIG_RT_MUTEXES=y
23843 +# CONFIG_TINY_SHMEM is not set
23844 +CONFIG_BASE_SMALL=0
23845 +CONFIG_MODULES=y
23846 +CONFIG_MODULE_UNLOAD=y
23847 +# CONFIG_MODULE_FORCE_UNLOAD is not set
23848 +# CONFIG_MODVERSIONS is not set
23849 +# CONFIG_MODULE_SRCVERSION_ALL is not set
23850 +# CONFIG_KMOD is not set
23851 +CONFIG_BLOCK=y
23852 +# CONFIG_LBD is not set
23853 +# CONFIG_BLK_DEV_IO_TRACE is not set
23854 +# CONFIG_LSF is not set
23855 +# CONFIG_BLK_DEV_BSG is not set
23856 +
23857 +#
23858 +# IO Schedulers
23859 +#
23860 +CONFIG_IOSCHED_NOOP=y
23861 +CONFIG_IOSCHED_AS=y
23862 +CONFIG_IOSCHED_DEADLINE=y
23863 +CONFIG_IOSCHED_CFQ=y
23864 +CONFIG_DEFAULT_AS=y
23865 +# CONFIG_DEFAULT_DEADLINE is not set
23866 +# CONFIG_DEFAULT_CFQ is not set
23867 +# CONFIG_DEFAULT_NOOP is not set
23868 +CONFIG_DEFAULT_IOSCHED="anticipatory"
23869 +CONFIG_CLASSIC_RCU=y
23870 +
23871 +#
23872 +# Platform support
23873 +#
23874 +# CONFIG_PPC_MULTIPLATFORM is not set
23875 +# CONFIG_PPC_82xx is not set
23876 +CONFIG_PPC_83xx=y
23877 +# CONFIG_PPC_86xx is not set
23878 +# CONFIG_PPC_MPC512x is not set
23879 +# CONFIG_PPC_MPC5121 is not set
23880 +# CONFIG_PPC_CELL is not set
23881 +# CONFIG_PPC_CELL_NATIVE is not set
23882 +# CONFIG_PQ2ADS is not set
23883 +CONFIG_MPC83xx=y
23884 +# CONFIG_MPC831x_RDB is not set
23885 +CONFIG_MPC832x_MDS=y
23886 +# CONFIG_MPC832x_RDB is not set
23887 +# CONFIG_MPC834x_MDS is not set
23888 +# CONFIG_MPC834x_ITX is not set
23889 +# CONFIG_MPC836x_MDS is not set
23890 +# CONFIG_MPC837x_MDS is not set
23891 +# CONFIG_MPC837x_RDB is not set
23892 +# CONFIG_SBC834x is not set
23893 +CONFIG_PPC_MPC832x=y
23894 +CONFIG_IPIC=y
23895 +# CONFIG_MPIC is not set
23896 +# CONFIG_MPIC_WEIRD is not set
23897 +# CONFIG_PPC_I8259 is not set
23898 +# CONFIG_PPC_RTAS is not set
23899 +# CONFIG_MMIO_NVRAM is not set
23900 +# CONFIG_PPC_MPC106 is not set
23901 +# CONFIG_PPC_970_NAP is not set
23902 +# CONFIG_PPC_INDIRECT_IO is not set
23903 +# CONFIG_GENERIC_IOMAP is not set
23904 +# CONFIG_CPU_FREQ is not set
23905 +CONFIG_QUICC_ENGINE=y
23906 +# CONFIG_FSL_ULI1575 is not set
23907 +
23908 +#
23909 +# Kernel options
23910 +#
23911 +# CONFIG_HIGHMEM is not set
23912 +CONFIG_TICK_ONESHOT=y
23913 +CONFIG_NO_HZ=y
23914 +CONFIG_HIGH_RES_TIMERS=y
23915 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
23916 +# CONFIG_HZ_100 is not set
23917 +CONFIG_HZ_250=y
23918 +# CONFIG_HZ_300 is not set
23919 +# CONFIG_HZ_1000 is not set
23920 +CONFIG_HZ=250
23921 +# CONFIG_SCHED_HRTICK is not set
23922 +CONFIG_PREEMPT_NONE=y
23923 +# CONFIG_PREEMPT_VOLUNTARY is not set
23924 +# CONFIG_PREEMPT is not set
23925 +CONFIG_BINFMT_ELF=y
23926 +# CONFIG_BINFMT_MISC is not set
23927 +CONFIG_MATH_EMULATION=y
23928 +# CONFIG_IOMMU_HELPER is not set
23929 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
23930 +CONFIG_ARCH_HAS_WALK_MEMORY=y
23931 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
23932 +CONFIG_ARCH_FLATMEM_ENABLE=y
23933 +CONFIG_ARCH_POPULATES_NODE_MAP=y
23934 +CONFIG_SELECT_MEMORY_MODEL=y
23935 +CONFIG_FLATMEM_MANUAL=y
23936 +# CONFIG_DISCONTIGMEM_MANUAL is not set
23937 +# CONFIG_SPARSEMEM_MANUAL is not set
23938 +CONFIG_FLATMEM=y
23939 +CONFIG_FLAT_NODE_MEM_MAP=y
23940 +# CONFIG_SPARSEMEM_STATIC is not set
23941 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
23942 +CONFIG_SPLIT_PTLOCK_CPUS=4
23943 +# CONFIG_RESOURCES_64BIT is not set
23944 +CONFIG_ZONE_DMA_FLAG=1
23945 +CONFIG_BOUNCE=y
23946 +CONFIG_VIRT_TO_BUS=y
23947 +CONFIG_PROC_DEVICETREE=y
23948 +# CONFIG_CMDLINE_BOOL is not set
23949 +# CONFIG_PM is not set
23950 +CONFIG_SECCOMP=y
23951 +CONFIG_ISA_DMA_API=y
23952 +
23953 +#
23954 +# Bus options
23955 +#
23956 +CONFIG_ZONE_DMA=y
23957 +CONFIG_GENERIC_ISA_DMA=y
23958 +CONFIG_PPC_INDIRECT_PCI=y
23959 +CONFIG_FSL_SOC=y
23960 +CONFIG_PCI=y
23961 +CONFIG_PCI_DOMAINS=y
23962 +CONFIG_PCI_SYSCALL=y
23963 +# CONFIG_PCIEPORTBUS is not set
23964 +CONFIG_ARCH_SUPPORTS_MSI=y
23965 +# CONFIG_PCI_MSI is not set
23966 +CONFIG_PCI_LEGACY=y
23967 +# CONFIG_PCCARD is not set
23968 +# CONFIG_HOTPLUG_PCI is not set
23969 +
23970 +#
23971 +# Advanced setup
23972 +#
23973 +# CONFIG_ADVANCED_OPTIONS is not set
23974 +
23975 +#
23976 +# Default settings for advanced configuration options are used
23977 +#
23978 +CONFIG_HIGHMEM_START=0xfe000000
23979 +CONFIG_LOWMEM_SIZE=0x30000000
23980 +CONFIG_KERNEL_START=0xc0000000
23981 +CONFIG_TASK_SIZE=0xc0000000
23982 +CONFIG_BOOT_LOAD=0x00800000
23983 +
23984 +#
23985 +# Networking
23986 +#
23987 +CONFIG_NET=y
23988 +
23989 +#
23990 +# Networking options
23991 +#
23992 +CONFIG_PACKET=y
23993 +# CONFIG_PACKET_MMAP is not set
23994 +CONFIG_UNIX=y
23995 +CONFIG_XFRM=y
23996 +# CONFIG_XFRM_USER is not set
23997 +# CONFIG_XFRM_SUB_POLICY is not set
23998 +# CONFIG_XFRM_MIGRATE is not set
23999 +# CONFIG_XFRM_STATISTICS is not set
24000 +# CONFIG_NET_KEY is not set
24001 +CONFIG_INET=y
24002 +CONFIG_IP_MULTICAST=y
24003 +# CONFIG_IP_ADVANCED_ROUTER is not set
24004 +CONFIG_IP_FIB_HASH=y
24005 +CONFIG_IP_PNP=y
24006 +CONFIG_IP_PNP_DHCP=y
24007 +CONFIG_IP_PNP_BOOTP=y
24008 +# CONFIG_IP_PNP_RARP is not set
24009 +# CONFIG_NET_IPIP is not set
24010 +# CONFIG_NET_IPGRE is not set
24011 +# CONFIG_IP_MROUTE is not set
24012 +# CONFIG_ARPD is not set
24013 +CONFIG_SYN_COOKIES=y
24014 +# CONFIG_INET_AH is not set
24015 +# CONFIG_INET_ESP is not set
24016 +# CONFIG_INET_IPCOMP is not set
24017 +# CONFIG_INET_XFRM_TUNNEL is not set
24018 +# CONFIG_INET_TUNNEL is not set
24019 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
24020 +CONFIG_INET_XFRM_MODE_TUNNEL=y
24021 +CONFIG_INET_XFRM_MODE_BEET=y
24022 +# CONFIG_INET_LRO is not set
24023 +CONFIG_INET_DIAG=y
24024 +CONFIG_INET_TCP_DIAG=y
24025 +# CONFIG_TCP_CONG_ADVANCED is not set
24026 +CONFIG_TCP_CONG_CUBIC=y
24027 +CONFIG_DEFAULT_TCP_CONG="cubic"
24028 +# CONFIG_TCP_MD5SIG is not set
24029 +# CONFIG_IPV6 is not set
24030 +# CONFIG_INET6_XFRM_TUNNEL is not set
24031 +# CONFIG_INET6_TUNNEL is not set
24032 +# CONFIG_NETWORK_SECMARK is not set
24033 +# CONFIG_NETFILTER is not set
24034 +# CONFIG_IP_DCCP is not set
24035 +# CONFIG_IP_SCTP is not set
24036 +# CONFIG_TIPC is not set
24037 +# CONFIG_ATM is not set
24038 +# CONFIG_BRIDGE is not set
24039 +# CONFIG_VLAN_8021Q is not set
24040 +# CONFIG_DECNET is not set
24041 +# CONFIG_LLC2 is not set
24042 +# CONFIG_IPX is not set
24043 +# CONFIG_ATALK is not set
24044 +# CONFIG_X25 is not set
24045 +# CONFIG_LAPB is not set
24046 +# CONFIG_ECONET is not set
24047 +# CONFIG_WAN_ROUTER is not set
24048 +# CONFIG_NET_SCHED is not set
24049 +
24050 +#
24051 +# Network testing
24052 +#
24053 +# CONFIG_NET_PKTGEN is not set
24054 +# CONFIG_HAMRADIO is not set
24055 +# CONFIG_CAN is not set
24056 +# CONFIG_IRDA is not set
24057 +# CONFIG_BT is not set
24058 +# CONFIG_AF_RXRPC is not set
24059 +
24060 +#
24061 +# Wireless
24062 +#
24063 +# CONFIG_CFG80211 is not set
24064 +# CONFIG_WIRELESS_EXT is not set
24065 +# CONFIG_MAC80211 is not set
24066 +# CONFIG_IEEE80211 is not set
24067 +# CONFIG_RFKILL is not set
24068 +# CONFIG_NET_9P is not set
24069 +
24070 +#
24071 +# Device Drivers
24072 +#
24073 +
24074 +#
24075 +# Generic Driver Options
24076 +#
24077 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
24078 +CONFIG_STANDALONE=y
24079 +CONFIG_PREVENT_FIRMWARE_BUILD=y
24080 +# CONFIG_FW_LOADER is not set
24081 +# CONFIG_SYS_HYPERVISOR is not set
24082 +# CONFIG_CONNECTOR is not set
24083 +# CONFIG_MTD is not set
24084 +CONFIG_OF_DEVICE=y
24085 +# CONFIG_PARPORT is not set
24086 +CONFIG_BLK_DEV=y
24087 +# CONFIG_BLK_DEV_FD is not set
24088 +# CONFIG_BLK_CPQ_DA is not set
24089 +# CONFIG_BLK_CPQ_CISS_DA is not set
24090 +# CONFIG_BLK_DEV_DAC960 is not set
24091 +# CONFIG_BLK_DEV_UMEM is not set
24092 +# CONFIG_BLK_DEV_COW_COMMON is not set
24093 +CONFIG_BLK_DEV_LOOP=y
24094 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
24095 +# CONFIG_BLK_DEV_NBD is not set
24096 +# CONFIG_BLK_DEV_SX8 is not set
24097 +CONFIG_BLK_DEV_RAM=y
24098 +CONFIG_BLK_DEV_RAM_COUNT=16
24099 +CONFIG_BLK_DEV_RAM_SIZE=32768
24100 +# CONFIG_BLK_DEV_XIP is not set
24101 +# CONFIG_CDROM_PKTCDVD is not set
24102 +# CONFIG_ATA_OVER_ETH is not set
24103 +CONFIG_MISC_DEVICES=y
24104 +# CONFIG_PHANTOM is not set
24105 +# CONFIG_EEPROM_93CX6 is not set
24106 +# CONFIG_SGI_IOC4 is not set
24107 +# CONFIG_TIFM_CORE is not set
24108 +# CONFIG_ENCLOSURE_SERVICES is not set
24109 +CONFIG_HAVE_IDE=y
24110 +# CONFIG_IDE is not set
24111 +
24112 +#
24113 +# SCSI device support
24114 +#
24115 +# CONFIG_RAID_ATTRS is not set
24116 +CONFIG_SCSI=y
24117 +CONFIG_SCSI_DMA=y
24118 +# CONFIG_SCSI_TGT is not set
24119 +# CONFIG_SCSI_NETLINK is not set
24120 +CONFIG_SCSI_PROC_FS=y
24121 +
24122 +#
24123 +# SCSI support type (disk, tape, CD-ROM)
24124 +#
24125 +# CONFIG_BLK_DEV_SD is not set
24126 +# CONFIG_CHR_DEV_ST is not set
24127 +# CONFIG_CHR_DEV_OSST is not set
24128 +# CONFIG_BLK_DEV_SR is not set
24129 +# CONFIG_CHR_DEV_SG is not set
24130 +# CONFIG_CHR_DEV_SCH is not set
24131 +
24132 +#
24133 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
24134 +#
24135 +# CONFIG_SCSI_MULTI_LUN is not set
24136 +# CONFIG_SCSI_CONSTANTS is not set
24137 +# CONFIG_SCSI_LOGGING is not set
24138 +# CONFIG_SCSI_SCAN_ASYNC is not set
24139 +CONFIG_SCSI_WAIT_SCAN=m
24140 +
24141 +#
24142 +# SCSI Transports
24143 +#
24144 +# CONFIG_SCSI_SPI_ATTRS is not set
24145 +# CONFIG_SCSI_FC_ATTRS is not set
24146 +# CONFIG_SCSI_ISCSI_ATTRS is not set
24147 +# CONFIG_SCSI_SAS_LIBSAS is not set
24148 +# CONFIG_SCSI_SRP_ATTRS is not set
24149 +CONFIG_SCSI_LOWLEVEL=y
24150 +# CONFIG_ISCSI_TCP is not set
24151 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
24152 +# CONFIG_SCSI_3W_9XXX is not set
24153 +# CONFIG_SCSI_ACARD is not set
24154 +# CONFIG_SCSI_AACRAID is not set
24155 +# CONFIG_SCSI_AIC7XXX is not set
24156 +# CONFIG_SCSI_AIC7XXX_OLD is not set
24157 +# CONFIG_SCSI_AIC79XX is not set
24158 +# CONFIG_SCSI_AIC94XX is not set
24159 +# CONFIG_SCSI_DPT_I2O is not set
24160 +# CONFIG_SCSI_ADVANSYS is not set
24161 +# CONFIG_SCSI_ARCMSR is not set
24162 +# CONFIG_MEGARAID_NEWGEN is not set
24163 +# CONFIG_MEGARAID_LEGACY is not set
24164 +# CONFIG_MEGARAID_SAS is not set
24165 +# CONFIG_SCSI_HPTIOP is not set
24166 +# CONFIG_SCSI_BUSLOGIC is not set
24167 +# CONFIG_SCSI_DMX3191D is not set
24168 +# CONFIG_SCSI_EATA is not set
24169 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
24170 +# CONFIG_SCSI_GDTH is not set
24171 +# CONFIG_SCSI_IPS is not set
24172 +# CONFIG_SCSI_INITIO is not set
24173 +# CONFIG_SCSI_INIA100 is not set
24174 +# CONFIG_SCSI_MVSAS is not set
24175 +# CONFIG_SCSI_STEX is not set
24176 +# CONFIG_SCSI_SYM53C8XX_2 is not set
24177 +# CONFIG_SCSI_QLOGIC_1280 is not set
24178 +# CONFIG_SCSI_QLA_FC is not set
24179 +# CONFIG_SCSI_QLA_ISCSI is not set
24180 +# CONFIG_SCSI_LPFC is not set
24181 +# CONFIG_SCSI_DC395x is not set
24182 +# CONFIG_SCSI_DC390T is not set
24183 +# CONFIG_SCSI_NSP32 is not set
24184 +# CONFIG_SCSI_DEBUG is not set
24185 +# CONFIG_SCSI_SRP is not set
24186 +# CONFIG_ATA is not set
24187 +# CONFIG_MD is not set
24188 +# CONFIG_FUSION is not set
24189 +
24190 +#
24191 +# IEEE 1394 (FireWire) support
24192 +#
24193 +# CONFIG_FIREWIRE is not set
24194 +# CONFIG_IEEE1394 is not set
24195 +# CONFIG_I2O is not set
24196 +# CONFIG_MACINTOSH_DRIVERS is not set
24197 +CONFIG_NETDEVICES=y
24198 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
24199 +# CONFIG_DUMMY is not set
24200 +# CONFIG_BONDING is not set
24201 +# CONFIG_MACVLAN is not set
24202 +# CONFIG_EQUALIZER is not set
24203 +# CONFIG_TUN is not set
24204 +# CONFIG_VETH is not set
24205 +# CONFIG_ARCNET is not set
24206 +CONFIG_PHYLIB=y
24207 +
24208 +#
24209 +# MII PHY device drivers
24210 +#
24211 +# CONFIG_MARVELL_PHY is not set
24212 +CONFIG_DAVICOM_PHY=y
24213 +# CONFIG_QSEMI_PHY is not set
24214 +# CONFIG_LXT_PHY is not set
24215 +# CONFIG_CICADA_PHY is not set
24216 +# CONFIG_VITESSE_PHY is not set
24217 +# CONFIG_SMSC_PHY is not set
24218 +# CONFIG_BROADCOM_PHY is not set
24219 +# CONFIG_ICPLUS_PHY is not set
24220 +# CONFIG_REALTEK_PHY is not set
24221 +# CONFIG_FIXED_PHY is not set
24222 +# CONFIG_MDIO_BITBANG is not set
24223 +CONFIG_NET_ETHERNET=y
24224 +CONFIG_MII=y
24225 +# CONFIG_HAPPYMEAL is not set
24226 +# CONFIG_SUNGEM is not set
24227 +# CONFIG_CASSINI is not set
24228 +# CONFIG_NET_VENDOR_3COM is not set
24229 +# CONFIG_NET_TULIP is not set
24230 +# CONFIG_HP100 is not set
24231 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
24232 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
24233 +# CONFIG_IBM_NEW_EMAC_TAH is not set
24234 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
24235 +# CONFIG_NET_PCI is not set
24236 +# CONFIG_B44 is not set
24237 +CONFIG_NETDEV_1000=y
24238 +# CONFIG_ACENIC is not set
24239 +# CONFIG_DL2K is not set
24240 +# CONFIG_E1000 is not set
24241 +# CONFIG_E1000E is not set
24242 +# CONFIG_E1000E_ENABLED is not set
24243 +# CONFIG_IP1000 is not set
24244 +# CONFIG_IGB is not set
24245 +# CONFIG_NS83820 is not set
24246 +# CONFIG_HAMACHI is not set
24247 +# CONFIG_YELLOWFIN is not set
24248 +# CONFIG_R8169 is not set
24249 +# CONFIG_SIS190 is not set
24250 +# CONFIG_SKGE is not set
24251 +# CONFIG_SKY2 is not set
24252 +# CONFIG_SK98LIN is not set
24253 +# CONFIG_VIA_VELOCITY is not set
24254 +# CONFIG_TIGON3 is not set
24255 +# CONFIG_BNX2 is not set
24256 +# CONFIG_GIANFAR is not set
24257 +CONFIG_UCC_GETH=y
24258 +# CONFIG_UGETH_NAPI is not set
24259 +# CONFIG_UGETH_MAGIC_PACKET is not set
24260 +# CONFIG_UGETH_FILTERING is not set
24261 +# CONFIG_UGETH_TX_ON_DEMAND is not set
24262 +# CONFIG_QLA3XXX is not set
24263 +# CONFIG_ATL1 is not set
24264 +CONFIG_NETDEV_10000=y
24265 +# CONFIG_CHELSIO_T1 is not set
24266 +# CONFIG_CHELSIO_T3 is not set
24267 +# CONFIG_IXGBE is not set
24268 +# CONFIG_IXGB is not set
24269 +# CONFIG_S2IO is not set
24270 +# CONFIG_MYRI10GE is not set
24271 +# CONFIG_NETXEN_NIC is not set
24272 +# CONFIG_NIU is not set
24273 +# CONFIG_MLX4_CORE is not set
24274 +# CONFIG_TEHUTI is not set
24275 +# CONFIG_BNX2X is not set
24276 +# CONFIG_TR is not set
24277 +
24278 +#
24279 +# Wireless LAN
24280 +#
24281 +# CONFIG_WLAN_PRE80211 is not set
24282 +# CONFIG_WLAN_80211 is not set
24283 +# CONFIG_WAN is not set
24284 +# CONFIG_FDDI is not set
24285 +# CONFIG_HIPPI is not set
24286 +# CONFIG_PPP is not set
24287 +# CONFIG_SLIP is not set
24288 +# CONFIG_NET_FC is not set
24289 +# CONFIG_NETCONSOLE is not set
24290 +# CONFIG_NETPOLL is not set
24291 +# CONFIG_NET_POLL_CONTROLLER is not set
24292 +# CONFIG_ISDN is not set
24293 +# CONFIG_PHONE is not set
24294 +
24295 +#
24296 +# Input device support
24297 +#
24298 +CONFIG_INPUT=y
24299 +# CONFIG_INPUT_FF_MEMLESS is not set
24300 +# CONFIG_INPUT_POLLDEV is not set
24301 +
24302 +#
24303 +# Userland interfaces
24304 +#
24305 +# CONFIG_INPUT_MOUSEDEV is not set
24306 +# CONFIG_INPUT_JOYDEV is not set
24307 +# CONFIG_INPUT_EVDEV is not set
24308 +# CONFIG_INPUT_EVBUG is not set
24309 +
24310 +#
24311 +# Input Device Drivers
24312 +#
24313 +# CONFIG_INPUT_KEYBOARD is not set
24314 +# CONFIG_INPUT_MOUSE is not set
24315 +# CONFIG_INPUT_JOYSTICK is not set
24316 +# CONFIG_INPUT_TABLET is not set
24317 +# CONFIG_INPUT_TOUCHSCREEN is not set
24318 +# CONFIG_INPUT_MISC is not set
24319 +
24320 +#
24321 +# Hardware I/O ports
24322 +#
24323 +# CONFIG_SERIO is not set
24324 +# CONFIG_GAMEPORT is not set
24325 +
24326 +#
24327 +# Character devices
24328 +#
24329 +# CONFIG_VT is not set
24330 +# CONFIG_SERIAL_NONSTANDARD is not set
24331 +# CONFIG_NOZOMI is not set
24332 +
24333 +#
24334 +# Serial drivers
24335 +#
24336 +CONFIG_SERIAL_8250=y
24337 +CONFIG_SERIAL_8250_CONSOLE=y
24338 +CONFIG_SERIAL_8250_PCI=y
24339 +CONFIG_SERIAL_8250_NR_UARTS=4
24340 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
24341 +# CONFIG_SERIAL_8250_EXTENDED is not set
24342 +
24343 +#
24344 +# Non-8250 serial port support
24345 +#
24346 +# CONFIG_SERIAL_UARTLITE is not set
24347 +CONFIG_SERIAL_CORE=y
24348 +CONFIG_SERIAL_CORE_CONSOLE=y
24349 +# CONFIG_SERIAL_JSM is not set
24350 +# CONFIG_SERIAL_OF_PLATFORM is not set
24351 +# CONFIG_SERIAL_QE is not set
24352 +CONFIG_UNIX98_PTYS=y
24353 +CONFIG_LEGACY_PTYS=y
24354 +CONFIG_LEGACY_PTY_COUNT=256
24355 +# CONFIG_IPMI_HANDLER is not set
24356 +CONFIG_HW_RANDOM=y
24357 +# CONFIG_NVRAM is not set
24358 +# CONFIG_GEN_RTC is not set
24359 +# CONFIG_R3964 is not set
24360 +# CONFIG_APPLICOM is not set
24361 +# CONFIG_RAW_DRIVER is not set
24362 +# CONFIG_TCG_TPM is not set
24363 +CONFIG_DEVPORT=y
24364 +CONFIG_I2C=y
24365 +CONFIG_I2C_BOARDINFO=y
24366 +CONFIG_I2C_CHARDEV=y
24367 +
24368 +#
24369 +# I2C Algorithms
24370 +#
24371 +# CONFIG_I2C_ALGOBIT is not set
24372 +# CONFIG_I2C_ALGOPCF is not set
24373 +# CONFIG_I2C_ALGOPCA is not set
24374 +
24375 +#
24376 +# I2C Hardware Bus support
24377 +#
24378 +# CONFIG_I2C_ALI1535 is not set
24379 +# CONFIG_I2C_ALI1563 is not set
24380 +# CONFIG_I2C_ALI15X3 is not set
24381 +# CONFIG_I2C_AMD756 is not set
24382 +# CONFIG_I2C_AMD8111 is not set
24383 +# CONFIG_I2C_I801 is not set
24384 +# CONFIG_I2C_I810 is not set
24385 +# CONFIG_I2C_PIIX4 is not set
24386 +CONFIG_I2C_MPC=y
24387 +# CONFIG_I2C_NFORCE2 is not set
24388 +# CONFIG_I2C_OCORES is not set
24389 +# CONFIG_I2C_PARPORT_LIGHT is not set
24390 +# CONFIG_I2C_PROSAVAGE is not set
24391 +# CONFIG_I2C_SAVAGE4 is not set
24392 +# CONFIG_I2C_SIMTEC is not set
24393 +# CONFIG_I2C_SIS5595 is not set
24394 +# CONFIG_I2C_SIS630 is not set
24395 +# CONFIG_I2C_SIS96X is not set
24396 +# CONFIG_I2C_TAOS_EVM is not set
24397 +# CONFIG_I2C_STUB is not set
24398 +# CONFIG_I2C_VIA is not set
24399 +# CONFIG_I2C_VIAPRO is not set
24400 +# CONFIG_I2C_VOODOO3 is not set
24401 +
24402 +#
24403 +# Miscellaneous I2C Chip support
24404 +#
24405 +# CONFIG_DS1682 is not set
24406 +# CONFIG_SENSORS_EEPROM is not set
24407 +# CONFIG_SENSORS_PCF8574 is not set
24408 +# CONFIG_PCF8575 is not set
24409 +# CONFIG_SENSORS_PCF8591 is not set
24410 +# CONFIG_TPS65010 is not set
24411 +# CONFIG_SENSORS_MAX6875 is not set
24412 +# CONFIG_SENSORS_TSL2550 is not set
24413 +# CONFIG_I2C_DEBUG_CORE is not set
24414 +# CONFIG_I2C_DEBUG_ALGO is not set
24415 +# CONFIG_I2C_DEBUG_BUS is not set
24416 +# CONFIG_I2C_DEBUG_CHIP is not set
24417 +
24418 +#
24419 +# SPI support
24420 +#
24421 +# CONFIG_SPI is not set
24422 +# CONFIG_SPI_MASTER is not set
24423 +# CONFIG_W1 is not set
24424 +# CONFIG_POWER_SUPPLY is not set
24425 +CONFIG_HWMON=y
24426 +# CONFIG_HWMON_VID is not set
24427 +# CONFIG_SENSORS_AD7418 is not set
24428 +# CONFIG_SENSORS_ADM1021 is not set
24429 +# CONFIG_SENSORS_ADM1025 is not set
24430 +# CONFIG_SENSORS_ADM1026 is not set
24431 +# CONFIG_SENSORS_ADM1029 is not set
24432 +# CONFIG_SENSORS_ADM1031 is not set
24433 +# CONFIG_SENSORS_ADM9240 is not set
24434 +# CONFIG_SENSORS_ADT7470 is not set
24435 +# CONFIG_SENSORS_ADT7473 is not set
24436 +# CONFIG_SENSORS_ATXP1 is not set
24437 +# CONFIG_SENSORS_DS1621 is not set
24438 +# CONFIG_SENSORS_I5K_AMB is not set
24439 +# CONFIG_SENSORS_F71805F is not set
24440 +# CONFIG_SENSORS_F71882FG is not set
24441 +# CONFIG_SENSORS_F75375S is not set
24442 +# CONFIG_SENSORS_GL518SM is not set
24443 +# CONFIG_SENSORS_GL520SM is not set
24444 +# CONFIG_SENSORS_IT87 is not set
24445 +# CONFIG_SENSORS_LM63 is not set
24446 +# CONFIG_SENSORS_LM75 is not set
24447 +# CONFIG_SENSORS_LM77 is not set
24448 +# CONFIG_SENSORS_LM78 is not set
24449 +# CONFIG_SENSORS_LM80 is not set
24450 +# CONFIG_SENSORS_LM83 is not set
24451 +# CONFIG_SENSORS_LM85 is not set
24452 +# CONFIG_SENSORS_LM87 is not set
24453 +# CONFIG_SENSORS_LM90 is not set
24454 +# CONFIG_SENSORS_LM92 is not set
24455 +# CONFIG_SENSORS_LM93 is not set
24456 +# CONFIG_SENSORS_MAX1619 is not set
24457 +# CONFIG_SENSORS_MAX6650 is not set
24458 +# CONFIG_SENSORS_PC87360 is not set
24459 +# CONFIG_SENSORS_PC87427 is not set
24460 +# CONFIG_SENSORS_SIS5595 is not set
24461 +# CONFIG_SENSORS_DME1737 is not set
24462 +# CONFIG_SENSORS_SMSC47M1 is not set
24463 +# CONFIG_SENSORS_SMSC47M192 is not set
24464 +# CONFIG_SENSORS_SMSC47B397 is not set
24465 +# CONFIG_SENSORS_ADS7828 is not set
24466 +# CONFIG_SENSORS_THMC50 is not set
24467 +# CONFIG_SENSORS_VIA686A is not set
24468 +# CONFIG_SENSORS_VT1211 is not set
24469 +# CONFIG_SENSORS_VT8231 is not set
24470 +# CONFIG_SENSORS_W83781D is not set
24471 +# CONFIG_SENSORS_W83791D is not set
24472 +# CONFIG_SENSORS_W83792D is not set
24473 +# CONFIG_SENSORS_W83793 is not set
24474 +# CONFIG_SENSORS_W83L785TS is not set
24475 +# CONFIG_SENSORS_W83L786NG is not set
24476 +# CONFIG_SENSORS_W83627HF is not set
24477 +# CONFIG_SENSORS_W83627EHF is not set
24478 +# CONFIG_HWMON_DEBUG_CHIP is not set
24479 +# CONFIG_THERMAL is not set
24480 +CONFIG_WATCHDOG=y
24481 +# CONFIG_WATCHDOG_NOWAYOUT is not set
24482 +
24483 +#
24484 +# Watchdog Device Drivers
24485 +#
24486 +# CONFIG_SOFT_WATCHDOG is not set
24487 +CONFIG_83xx_WDT=y
24488 +
24489 +#
24490 +# PCI-based Watchdog Cards
24491 +#
24492 +# CONFIG_PCIPCWATCHDOG is not set
24493 +# CONFIG_WDTPCI is not set
24494 +
24495 +#
24496 +# Sonics Silicon Backplane
24497 +#
24498 +CONFIG_SSB_POSSIBLE=y
24499 +# CONFIG_SSB is not set
24500 +
24501 +#
24502 +# Multifunction device drivers
24503 +#
24504 +# CONFIG_MFD_SM501 is not set
24505 +
24506 +#
24507 +# Multimedia devices
24508 +#
24509 +# CONFIG_VIDEO_DEV is not set
24510 +# CONFIG_DVB_CORE is not set
24511 +CONFIG_DAB=y
24512 +
24513 +#
24514 +# Graphics support
24515 +#
24516 +# CONFIG_AGP is not set
24517 +# CONFIG_DRM is not set
24518 +# CONFIG_VGASTATE is not set
24519 +CONFIG_VIDEO_OUTPUT_CONTROL=m
24520 +# CONFIG_FB is not set
24521 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
24522 +
24523 +#
24524 +# Display device support
24525 +#
24526 +# CONFIG_DISPLAY_SUPPORT is not set
24527 +
24528 +#
24529 +# Sound
24530 +#
24531 +# CONFIG_SOUND is not set
24532 +CONFIG_HID_SUPPORT=y
24533 +CONFIG_HID=y
24534 +# CONFIG_HID_DEBUG is not set
24535 +# CONFIG_HIDRAW is not set
24536 +CONFIG_USB_SUPPORT=y
24537 +CONFIG_USB_ARCH_HAS_HCD=y
24538 +CONFIG_USB_ARCH_HAS_OHCI=y
24539 +CONFIG_USB_ARCH_HAS_EHCI=y
24540 +# CONFIG_USB is not set
24541 +
24542 +#
24543 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
24544 +#
24545 +# CONFIG_USB_GADGET is not set
24546 +# CONFIG_MMC is not set
24547 +# CONFIG_MEMSTICK is not set
24548 +# CONFIG_NEW_LEDS is not set
24549 +# CONFIG_INFINIBAND is not set
24550 +# CONFIG_EDAC is not set
24551 +CONFIG_RTC_LIB=y
24552 +CONFIG_RTC_CLASS=y
24553 +CONFIG_RTC_HCTOSYS=y
24554 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
24555 +# CONFIG_RTC_DEBUG is not set
24556 +
24557 +#
24558 +# RTC interfaces
24559 +#
24560 +CONFIG_RTC_INTF_SYSFS=y
24561 +CONFIG_RTC_INTF_PROC=y
24562 +CONFIG_RTC_INTF_DEV=y
24563 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
24564 +# CONFIG_RTC_DRV_TEST is not set
24565 +
24566 +#
24567 +# I2C RTC drivers
24568 +#
24569 +# CONFIG_RTC_DRV_DS1307 is not set
24570 +CONFIG_RTC_DRV_DS1374=y
24571 +# CONFIG_RTC_DRV_DS1672 is not set
24572 +# CONFIG_RTC_DRV_MAX6900 is not set
24573 +# CONFIG_RTC_DRV_RS5C372 is not set
24574 +# CONFIG_RTC_DRV_ISL1208 is not set
24575 +# CONFIG_RTC_DRV_X1205 is not set
24576 +# CONFIG_RTC_DRV_PCF8563 is not set
24577 +# CONFIG_RTC_DRV_PCF8583 is not set
24578 +# CONFIG_RTC_DRV_M41T80 is not set
24579 +# CONFIG_RTC_DRV_S35390A is not set
24580 +
24581 +#
24582 +# SPI RTC drivers
24583 +#
24584 +
24585 +#
24586 +# Platform RTC drivers
24587 +#
24588 +# CONFIG_RTC_DRV_CMOS is not set
24589 +# CONFIG_RTC_DRV_DS1511 is not set
24590 +# CONFIG_RTC_DRV_DS1553 is not set
24591 +# CONFIG_RTC_DRV_DS1742 is not set
24592 +# CONFIG_RTC_DRV_STK17TA8 is not set
24593 +# CONFIG_RTC_DRV_M48T86 is not set
24594 +# CONFIG_RTC_DRV_M48T59 is not set
24595 +# CONFIG_RTC_DRV_V3020 is not set
24596 +
24597 +#
24598 +# on-CPU RTC drivers
24599 +#
24600 +# CONFIG_DMADEVICES is not set
24601 +
24602 +#
24603 +# Userspace I/O
24604 +#
24605 +# CONFIG_UIO is not set
24606 +
24607 +#
24608 +# File systems
24609 +#
24610 +CONFIG_EXT2_FS=y
24611 +# CONFIG_EXT2_FS_XATTR is not set
24612 +# CONFIG_EXT2_FS_XIP is not set
24613 +CONFIG_EXT3_FS=y
24614 +CONFIG_EXT3_FS_XATTR=y
24615 +# CONFIG_EXT3_FS_POSIX_ACL is not set
24616 +# CONFIG_EXT3_FS_SECURITY is not set
24617 +# CONFIG_EXT4DEV_FS is not set
24618 +CONFIG_JBD=y
24619 +CONFIG_FS_MBCACHE=y
24620 +# CONFIG_REISERFS_FS is not set
24621 +# CONFIG_JFS_FS is not set
24622 +# CONFIG_FS_POSIX_ACL is not set
24623 +# CONFIG_XFS_FS is not set
24624 +# CONFIG_GFS2_FS is not set
24625 +# CONFIG_OCFS2_FS is not set
24626 +CONFIG_DNOTIFY=y
24627 +CONFIG_INOTIFY=y
24628 +CONFIG_INOTIFY_USER=y
24629 +# CONFIG_QUOTA is not set
24630 +# CONFIG_AUTOFS_FS is not set
24631 +# CONFIG_AUTOFS4_FS is not set
24632 +# CONFIG_FUSE_FS is not set
24633 +
24634 +#
24635 +# CD-ROM/DVD Filesystems
24636 +#
24637 +# CONFIG_ISO9660_FS is not set
24638 +# CONFIG_UDF_FS is not set
24639 +
24640 +#
24641 +# DOS/FAT/NT Filesystems
24642 +#
24643 +# CONFIG_MSDOS_FS is not set
24644 +# CONFIG_VFAT_FS is not set
24645 +# CONFIG_NTFS_FS is not set
24646 +
24647 +#
24648 +# Pseudo filesystems
24649 +#
24650 +CONFIG_PROC_FS=y
24651 +CONFIG_PROC_KCORE=y
24652 +CONFIG_PROC_SYSCTL=y
24653 +CONFIG_SYSFS=y
24654 +CONFIG_TMPFS=y
24655 +# CONFIG_TMPFS_POSIX_ACL is not set
24656 +# CONFIG_HUGETLB_PAGE is not set
24657 +# CONFIG_CONFIGFS_FS is not set
24658 +
24659 +#
24660 +# Miscellaneous filesystems
24661 +#
24662 +# CONFIG_ADFS_FS is not set
24663 +# CONFIG_AFFS_FS is not set
24664 +# CONFIG_HFS_FS is not set
24665 +# CONFIG_HFSPLUS_FS is not set
24666 +# CONFIG_BEFS_FS is not set
24667 +# CONFIG_BFS_FS is not set
24668 +# CONFIG_EFS_FS is not set
24669 +# CONFIG_CRAMFS is not set
24670 +# CONFIG_VXFS_FS is not set
24671 +# CONFIG_MINIX_FS is not set
24672 +# CONFIG_HPFS_FS is not set
24673 +# CONFIG_QNX4FS_FS is not set
24674 +# CONFIG_ROMFS_FS is not set
24675 +# CONFIG_SYSV_FS is not set
24676 +# CONFIG_UFS_FS is not set
24677 +CONFIG_NETWORK_FILESYSTEMS=y
24678 +CONFIG_NFS_FS=y
24679 +CONFIG_NFS_V3=y
24680 +# CONFIG_NFS_V3_ACL is not set
24681 +CONFIG_NFS_V4=y
24682 +# CONFIG_NFS_DIRECTIO is not set
24683 +# CONFIG_NFSD is not set
24684 +CONFIG_ROOT_NFS=y
24685 +CONFIG_LOCKD=y
24686 +CONFIG_LOCKD_V4=y
24687 +CONFIG_NFS_COMMON=y
24688 +CONFIG_SUNRPC=y
24689 +CONFIG_SUNRPC_GSS=y
24690 +# CONFIG_SUNRPC_BIND34 is not set
24691 +CONFIG_RPCSEC_GSS_KRB5=y
24692 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
24693 +# CONFIG_SMB_FS is not set
24694 +# CONFIG_CIFS is not set
24695 +# CONFIG_NCP_FS is not set
24696 +# CONFIG_CODA_FS is not set
24697 +# CONFIG_AFS_FS is not set
24698 +
24699 +#
24700 +# Partition Types
24701 +#
24702 +CONFIG_PARTITION_ADVANCED=y
24703 +# CONFIG_ACORN_PARTITION is not set
24704 +# CONFIG_OSF_PARTITION is not set
24705 +# CONFIG_AMIGA_PARTITION is not set
24706 +# CONFIG_ATARI_PARTITION is not set
24707 +# CONFIG_MAC_PARTITION is not set
24708 +# CONFIG_MSDOS_PARTITION is not set
24709 +# CONFIG_LDM_PARTITION is not set
24710 +# CONFIG_SGI_PARTITION is not set
24711 +# CONFIG_ULTRIX_PARTITION is not set
24712 +# CONFIG_SUN_PARTITION is not set
24713 +# CONFIG_KARMA_PARTITION is not set
24714 +# CONFIG_EFI_PARTITION is not set
24715 +# CONFIG_SYSV68_PARTITION is not set
24716 +# CONFIG_NLS is not set
24717 +# CONFIG_DLM is not set
24718 +CONFIG_UCC_FAST=y
24719 +CONFIG_UCC=y
24720 +
24721 +#
24722 +# Library routines
24723 +#
24724 +CONFIG_BITREVERSE=y
24725 +# CONFIG_CRC_CCITT is not set
24726 +# CONFIG_CRC16 is not set
24727 +# CONFIG_CRC_ITU_T is not set
24728 +CONFIG_CRC32=y
24729 +# CONFIG_CRC7 is not set
24730 +# CONFIG_LIBCRC32C is not set
24731 +CONFIG_PLIST=y
24732 +CONFIG_HAS_IOMEM=y
24733 +CONFIG_HAS_IOPORT=y
24734 +CONFIG_HAS_DMA=y
24735 +
24736 +#
24737 +# Kernel hacking
24738 +#
24739 +# CONFIG_PRINTK_TIME is not set
24740 +CONFIG_ENABLE_WARN_DEPRECATED=y
24741 +CONFIG_ENABLE_MUST_CHECK=y
24742 +# CONFIG_MAGIC_SYSRQ is not set
24743 +# CONFIG_UNUSED_SYMBOLS is not set
24744 +# CONFIG_DEBUG_FS is not set
24745 +# CONFIG_HEADERS_CHECK is not set
24746 +# CONFIG_DEBUG_KERNEL is not set
24747 +# CONFIG_SLUB_DEBUG_ON is not set
24748 +# CONFIG_SLUB_STATS is not set
24749 +# CONFIG_DEBUG_BUGVERBOSE is not set
24750 +# CONFIG_SAMPLES is not set
24751 +# CONFIG_PPC_EARLY_DEBUG is not set
24752 +
24753 +#
24754 +# Security options
24755 +#
24756 +# CONFIG_KEYS is not set
24757 +# CONFIG_SECURITY is not set
24758 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
24759 +CONFIG_CRYPTO=y
24760 +CONFIG_CRYPTO_ALGAPI=y
24761 +CONFIG_CRYPTO_BLKCIPHER=y
24762 +# CONFIG_CRYPTO_SEQIV is not set
24763 +CONFIG_CRYPTO_MANAGER=y
24764 +# CONFIG_CRYPTO_HMAC is not set
24765 +# CONFIG_CRYPTO_XCBC is not set
24766 +# CONFIG_CRYPTO_NULL is not set
24767 +# CONFIG_CRYPTO_MD4 is not set
24768 +CONFIG_CRYPTO_MD5=y
24769 +# CONFIG_CRYPTO_SHA1 is not set
24770 +# CONFIG_CRYPTO_SHA256 is not set
24771 +# CONFIG_CRYPTO_SHA512 is not set
24772 +# CONFIG_CRYPTO_WP512 is not set
24773 +# CONFIG_CRYPTO_TGR192 is not set
24774 +# CONFIG_CRYPTO_GF128MUL is not set
24775 +CONFIG_CRYPTO_ECB=m
24776 +CONFIG_CRYPTO_CBC=y
24777 +CONFIG_CRYPTO_PCBC=m
24778 +# CONFIG_CRYPTO_LRW is not set
24779 +# CONFIG_CRYPTO_XTS is not set
24780 +# CONFIG_CRYPTO_CTR is not set
24781 +# CONFIG_CRYPTO_GCM is not set
24782 +# CONFIG_CRYPTO_CCM is not set
24783 +# CONFIG_CRYPTO_CRYPTD is not set
24784 +CONFIG_CRYPTO_DES=y
24785 +# CONFIG_CRYPTO_FCRYPT is not set
24786 +# CONFIG_CRYPTO_BLOWFISH is not set
24787 +# CONFIG_CRYPTO_TWOFISH is not set
24788 +# CONFIG_CRYPTO_SERPENT is not set
24789 +# CONFIG_CRYPTO_AES is not set
24790 +# CONFIG_CRYPTO_CAST5 is not set
24791 +# CONFIG_CRYPTO_CAST6 is not set
24792 +# CONFIG_CRYPTO_TEA is not set
24793 +# CONFIG_CRYPTO_ARC4 is not set
24794 +# CONFIG_CRYPTO_KHAZAD is not set
24795 +# CONFIG_CRYPTO_ANUBIS is not set
24796 +# CONFIG_CRYPTO_SEED is not set
24797 +# CONFIG_CRYPTO_SALSA20 is not set
24798 +# CONFIG_CRYPTO_DEFLATE is not set
24799 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
24800 +# CONFIG_CRYPTO_CRC32C is not set
24801 +# CONFIG_CRYPTO_CAMELLIA is not set
24802 +# CONFIG_CRYPTO_TEST is not set
24803 +# CONFIG_CRYPTO_AUTHENC is not set
24804 +# CONFIG_CRYPTO_LZO is not set
24805 +CONFIG_CRYPTO_HW=y
24806 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
24807 +# CONFIG_PPC_CLOCK is not set
24808 +CONFIG_PPC_LIB_RHEAP=y
24809 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
24810 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig 1970-01-01 01:00:00.000000000 +0100
24811 +++ powerpc.git/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig 2008-04-19 16:40:52.000000000 +0200
24812 @@ -0,0 +1,1233 @@
24813 +#
24814 +# Automatically generated make config: don't edit
24815 +# Linux kernel version: 2.6.25-rc6
24816 +# Mon Mar 24 08:48:16 2008
24817 +#
24818 +# CONFIG_PPC64 is not set
24819 +
24820 +#
24821 +# Processor support
24822 +#
24823 +CONFIG_6xx=y
24824 +# CONFIG_PPC_85xx is not set
24825 +# CONFIG_PPC_8xx is not set
24826 +# CONFIG_40x is not set
24827 +# CONFIG_44x is not set
24828 +# CONFIG_E200 is not set
24829 +CONFIG_PPC_FPU=y
24830 +# CONFIG_FSL_EMB_PERFMON is not set
24831 +CONFIG_PPC_STD_MMU=y
24832 +CONFIG_PPC_STD_MMU_32=y
24833 +# CONFIG_PPC_MM_SLICES is not set
24834 +# CONFIG_SMP is not set
24835 +CONFIG_PPC32=y
24836 +CONFIG_WORD_SIZE=32
24837 +CONFIG_PPC_MERGE=y
24838 +CONFIG_MMU=y
24839 +CONFIG_GENERIC_CMOS_UPDATE=y
24840 +CONFIG_GENERIC_TIME=y
24841 +CONFIG_GENERIC_TIME_VSYSCALL=y
24842 +CONFIG_GENERIC_CLOCKEVENTS=y
24843 +CONFIG_GENERIC_HARDIRQS=y
24844 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
24845 +CONFIG_IRQ_PER_CPU=y
24846 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
24847 +CONFIG_ARCH_HAS_ILOG2_U32=y
24848 +CONFIG_GENERIC_HWEIGHT=y
24849 +CONFIG_GENERIC_CALIBRATE_DELAY=y
24850 +CONFIG_GENERIC_FIND_NEXT_BIT=y
24851 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
24852 +CONFIG_PPC=y
24853 +CONFIG_EARLY_PRINTK=y
24854 +CONFIG_GENERIC_NVRAM=y
24855 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
24856 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
24857 +CONFIG_PPC_OF=y
24858 +CONFIG_OF=y
24859 +CONFIG_PPC_UDBG_16550=y
24860 +# CONFIG_GENERIC_TBSYNC is not set
24861 +CONFIG_AUDIT_ARCH=y
24862 +CONFIG_GENERIC_BUG=y
24863 +CONFIG_DEFAULT_UIMAGE=y
24864 +# CONFIG_PPC_DCR_NATIVE is not set
24865 +# CONFIG_PPC_DCR_MMIO is not set
24866 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
24867 +
24868 +#
24869 +# General setup
24870 +#
24871 +CONFIG_EXPERIMENTAL=y
24872 +CONFIG_BROKEN_ON_SMP=y
24873 +CONFIG_INIT_ENV_ARG_LIMIT=32
24874 +CONFIG_LOCALVERSION=""
24875 +CONFIG_LOCALVERSION_AUTO=y
24876 +CONFIG_SWAP=y
24877 +CONFIG_SYSVIPC=y
24878 +CONFIG_SYSVIPC_SYSCTL=y
24879 +# CONFIG_POSIX_MQUEUE is not set
24880 +# CONFIG_BSD_PROCESS_ACCT is not set
24881 +# CONFIG_TASKSTATS is not set
24882 +# CONFIG_AUDIT is not set
24883 +# CONFIG_IKCONFIG is not set
24884 +CONFIG_LOG_BUF_SHIFT=14
24885 +# CONFIG_CGROUPS is not set
24886 +CONFIG_GROUP_SCHED=y
24887 +# CONFIG_FAIR_GROUP_SCHED is not set
24888 +# CONFIG_RT_GROUP_SCHED is not set
24889 +CONFIG_USER_SCHED=y
24890 +# CONFIG_CGROUP_SCHED is not set
24891 +CONFIG_SYSFS_DEPRECATED=y
24892 +CONFIG_SYSFS_DEPRECATED_V2=y
24893 +# CONFIG_RELAY is not set
24894 +# CONFIG_NAMESPACES is not set
24895 +CONFIG_BLK_DEV_INITRD=y
24896 +CONFIG_INITRAMFS_SOURCE=""
24897 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
24898 +CONFIG_SYSCTL=y
24899 +CONFIG_EMBEDDED=y
24900 +CONFIG_SYSCTL_SYSCALL=y
24901 +# CONFIG_KALLSYMS is not set
24902 +CONFIG_HOTPLUG=y
24903 +CONFIG_PRINTK=y
24904 +CONFIG_BUG=y
24905 +CONFIG_ELF_CORE=y
24906 +CONFIG_COMPAT_BRK=y
24907 +CONFIG_BASE_FULL=y
24908 +CONFIG_FUTEX=y
24909 +CONFIG_ANON_INODES=y
24910 +# CONFIG_EPOLL is not set
24911 +CONFIG_SIGNALFD=y
24912 +CONFIG_TIMERFD=y
24913 +CONFIG_EVENTFD=y
24914 +CONFIG_SHMEM=y
24915 +CONFIG_VM_EVENT_COUNTERS=y
24916 +CONFIG_SLUB_DEBUG=y
24917 +# CONFIG_SLAB is not set
24918 +CONFIG_SLUB=y
24919 +# CONFIG_SLOB is not set
24920 +# CONFIG_PROFILING is not set
24921 +# CONFIG_MARKERS is not set
24922 +CONFIG_HAVE_OPROFILE=y
24923 +CONFIG_HAVE_KPROBES=y
24924 +CONFIG_HAVE_KRETPROBES=y
24925 +CONFIG_PROC_PAGE_MONITOR=y
24926 +CONFIG_SLABINFO=y
24927 +CONFIG_RT_MUTEXES=y
24928 +# CONFIG_TINY_SHMEM is not set
24929 +CONFIG_BASE_SMALL=0
24930 +CONFIG_MODULES=y
24931 +CONFIG_MODULE_UNLOAD=y
24932 +# CONFIG_MODULE_FORCE_UNLOAD is not set
24933 +# CONFIG_MODVERSIONS is not set
24934 +# CONFIG_MODULE_SRCVERSION_ALL is not set
24935 +# CONFIG_KMOD is not set
24936 +CONFIG_BLOCK=y
24937 +# CONFIG_LBD is not set
24938 +# CONFIG_BLK_DEV_IO_TRACE is not set
24939 +# CONFIG_LSF is not set
24940 +# CONFIG_BLK_DEV_BSG is not set
24941 +
24942 +#
24943 +# IO Schedulers
24944 +#
24945 +CONFIG_IOSCHED_NOOP=y
24946 +CONFIG_IOSCHED_AS=y
24947 +CONFIG_IOSCHED_DEADLINE=y
24948 +CONFIG_IOSCHED_CFQ=y
24949 +CONFIG_DEFAULT_AS=y
24950 +# CONFIG_DEFAULT_DEADLINE is not set
24951 +# CONFIG_DEFAULT_CFQ is not set
24952 +# CONFIG_DEFAULT_NOOP is not set
24953 +CONFIG_DEFAULT_IOSCHED="anticipatory"
24954 +CONFIG_CLASSIC_RCU=y
24955 +
24956 +#
24957 +# Platform support
24958 +#
24959 +# CONFIG_PPC_MULTIPLATFORM is not set
24960 +# CONFIG_PPC_82xx is not set
24961 +CONFIG_PPC_83xx=y
24962 +# CONFIG_PPC_86xx is not set
24963 +# CONFIG_PPC_MPC512x is not set
24964 +# CONFIG_PPC_MPC5121 is not set
24965 +# CONFIG_PPC_CELL is not set
24966 +# CONFIG_PPC_CELL_NATIVE is not set
24967 +# CONFIG_PQ2ADS is not set
24968 +CONFIG_MPC83xx=y
24969 +# CONFIG_MPC831x_RDB is not set
24970 +# CONFIG_MPC832x_MDS is not set
24971 +CONFIG_MPC832x_RDB=y
24972 +# CONFIG_MPC834x_MDS is not set
24973 +# CONFIG_MPC834x_ITX is not set
24974 +# CONFIG_MPC836x_MDS is not set
24975 +# CONFIG_MPC837x_MDS is not set
24976 +# CONFIG_MPC837x_RDB is not set
24977 +# CONFIG_SBC834x is not set
24978 +CONFIG_PPC_MPC832x=y
24979 +CONFIG_IPIC=y
24980 +# CONFIG_MPIC is not set
24981 +# CONFIG_MPIC_WEIRD is not set
24982 +# CONFIG_PPC_I8259 is not set
24983 +# CONFIG_PPC_RTAS is not set
24984 +# CONFIG_MMIO_NVRAM is not set
24985 +# CONFIG_PPC_MPC106 is not set
24986 +# CONFIG_PPC_970_NAP is not set
24987 +# CONFIG_PPC_INDIRECT_IO is not set
24988 +# CONFIG_GENERIC_IOMAP is not set
24989 +# CONFIG_CPU_FREQ is not set
24990 +CONFIG_QUICC_ENGINE=y
24991 +# CONFIG_FSL_ULI1575 is not set
24992 +
24993 +#
24994 +# Kernel options
24995 +#
24996 +# CONFIG_HIGHMEM is not set
24997 +CONFIG_TICK_ONESHOT=y
24998 +CONFIG_NO_HZ=y
24999 +CONFIG_HIGH_RES_TIMERS=y
25000 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
25001 +# CONFIG_HZ_100 is not set
25002 +CONFIG_HZ_250=y
25003 +# CONFIG_HZ_300 is not set
25004 +# CONFIG_HZ_1000 is not set
25005 +CONFIG_HZ=250
25006 +# CONFIG_SCHED_HRTICK is not set
25007 +CONFIG_PREEMPT_NONE=y
25008 +# CONFIG_PREEMPT_VOLUNTARY is not set
25009 +# CONFIG_PREEMPT is not set
25010 +CONFIG_BINFMT_ELF=y
25011 +# CONFIG_BINFMT_MISC is not set
25012 +CONFIG_MATH_EMULATION=y
25013 +# CONFIG_IOMMU_HELPER is not set
25014 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
25015 +CONFIG_ARCH_HAS_WALK_MEMORY=y
25016 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
25017 +CONFIG_ARCH_FLATMEM_ENABLE=y
25018 +CONFIG_ARCH_POPULATES_NODE_MAP=y
25019 +CONFIG_SELECT_MEMORY_MODEL=y
25020 +CONFIG_FLATMEM_MANUAL=y
25021 +# CONFIG_DISCONTIGMEM_MANUAL is not set
25022 +# CONFIG_SPARSEMEM_MANUAL is not set
25023 +CONFIG_FLATMEM=y
25024 +CONFIG_FLAT_NODE_MEM_MAP=y
25025 +# CONFIG_SPARSEMEM_STATIC is not set
25026 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
25027 +CONFIG_SPLIT_PTLOCK_CPUS=4
25028 +# CONFIG_RESOURCES_64BIT is not set
25029 +CONFIG_ZONE_DMA_FLAG=1
25030 +CONFIG_BOUNCE=y
25031 +CONFIG_VIRT_TO_BUS=y
25032 +CONFIG_PROC_DEVICETREE=y
25033 +# CONFIG_CMDLINE_BOOL is not set
25034 +# CONFIG_PM is not set
25035 +CONFIG_SECCOMP=y
25036 +CONFIG_ISA_DMA_API=y
25037 +
25038 +#
25039 +# Bus options
25040 +#
25041 +CONFIG_ZONE_DMA=y
25042 +CONFIG_GENERIC_ISA_DMA=y
25043 +CONFIG_PPC_INDIRECT_PCI=y
25044 +CONFIG_FSL_SOC=y
25045 +CONFIG_PCI=y
25046 +CONFIG_PCI_DOMAINS=y
25047 +CONFIG_PCI_SYSCALL=y
25048 +# CONFIG_PCIEPORTBUS is not set
25049 +CONFIG_ARCH_SUPPORTS_MSI=y
25050 +# CONFIG_PCI_MSI is not set
25051 +CONFIG_PCI_LEGACY=y
25052 +# CONFIG_PCCARD is not set
25053 +# CONFIG_HOTPLUG_PCI is not set
25054 +
25055 +#
25056 +# Advanced setup
25057 +#
25058 +# CONFIG_ADVANCED_OPTIONS is not set
25059 +
25060 +#
25061 +# Default settings for advanced configuration options are used
25062 +#
25063 +CONFIG_HIGHMEM_START=0xfe000000
25064 +CONFIG_LOWMEM_SIZE=0x30000000
25065 +CONFIG_KERNEL_START=0xc0000000
25066 +CONFIG_TASK_SIZE=0xc0000000
25067 +CONFIG_BOOT_LOAD=0x00800000
25068 +
25069 +#
25070 +# Networking
25071 +#
25072 +CONFIG_NET=y
25073 +
25074 +#
25075 +# Networking options
25076 +#
25077 +CONFIG_PACKET=y
25078 +# CONFIG_PACKET_MMAP is not set
25079 +CONFIG_UNIX=y
25080 +CONFIG_XFRM=y
25081 +# CONFIG_XFRM_USER is not set
25082 +# CONFIG_XFRM_SUB_POLICY is not set
25083 +# CONFIG_XFRM_MIGRATE is not set
25084 +# CONFIG_XFRM_STATISTICS is not set
25085 +# CONFIG_NET_KEY is not set
25086 +CONFIG_INET=y
25087 +CONFIG_IP_MULTICAST=y
25088 +# CONFIG_IP_ADVANCED_ROUTER is not set
25089 +CONFIG_IP_FIB_HASH=y
25090 +CONFIG_IP_PNP=y
25091 +CONFIG_IP_PNP_DHCP=y
25092 +CONFIG_IP_PNP_BOOTP=y
25093 +# CONFIG_IP_PNP_RARP is not set
25094 +# CONFIG_NET_IPIP is not set
25095 +# CONFIG_NET_IPGRE is not set
25096 +# CONFIG_IP_MROUTE is not set
25097 +# CONFIG_ARPD is not set
25098 +CONFIG_SYN_COOKIES=y
25099 +# CONFIG_INET_AH is not set
25100 +# CONFIG_INET_ESP is not set
25101 +# CONFIG_INET_IPCOMP is not set
25102 +# CONFIG_INET_XFRM_TUNNEL is not set
25103 +# CONFIG_INET_TUNNEL is not set
25104 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
25105 +CONFIG_INET_XFRM_MODE_TUNNEL=y
25106 +CONFIG_INET_XFRM_MODE_BEET=y
25107 +# CONFIG_INET_LRO is not set
25108 +CONFIG_INET_DIAG=y
25109 +CONFIG_INET_TCP_DIAG=y
25110 +# CONFIG_TCP_CONG_ADVANCED is not set
25111 +CONFIG_TCP_CONG_CUBIC=y
25112 +CONFIG_DEFAULT_TCP_CONG="cubic"
25113 +# CONFIG_TCP_MD5SIG is not set
25114 +# CONFIG_IPV6 is not set
25115 +# CONFIG_INET6_XFRM_TUNNEL is not set
25116 +# CONFIG_INET6_TUNNEL is not set
25117 +# CONFIG_NETWORK_SECMARK is not set
25118 +# CONFIG_NETFILTER is not set
25119 +# CONFIG_IP_DCCP is not set
25120 +# CONFIG_IP_SCTP is not set
25121 +# CONFIG_TIPC is not set
25122 +# CONFIG_ATM is not set
25123 +# CONFIG_BRIDGE is not set
25124 +# CONFIG_VLAN_8021Q is not set
25125 +# CONFIG_DECNET is not set
25126 +# CONFIG_LLC2 is not set
25127 +# CONFIG_IPX is not set
25128 +# CONFIG_ATALK is not set
25129 +# CONFIG_X25 is not set
25130 +# CONFIG_LAPB is not set
25131 +# CONFIG_ECONET is not set
25132 +# CONFIG_WAN_ROUTER is not set
25133 +# CONFIG_NET_SCHED is not set
25134 +
25135 +#
25136 +# Network testing
25137 +#
25138 +# CONFIG_NET_PKTGEN is not set
25139 +# CONFIG_HAMRADIO is not set
25140 +# CONFIG_CAN is not set
25141 +# CONFIG_IRDA is not set
25142 +# CONFIG_BT is not set
25143 +# CONFIG_AF_RXRPC is not set
25144 +
25145 +#
25146 +# Wireless
25147 +#
25148 +# CONFIG_CFG80211 is not set
25149 +# CONFIG_WIRELESS_EXT is not set
25150 +# CONFIG_MAC80211 is not set
25151 +# CONFIG_IEEE80211 is not set
25152 +# CONFIG_RFKILL is not set
25153 +# CONFIG_NET_9P is not set
25154 +
25155 +#
25156 +# Device Drivers
25157 +#
25158 +
25159 +#
25160 +# Generic Driver Options
25161 +#
25162 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
25163 +CONFIG_STANDALONE=y
25164 +CONFIG_PREVENT_FIRMWARE_BUILD=y
25165 +# CONFIG_FW_LOADER is not set
25166 +# CONFIG_SYS_HYPERVISOR is not set
25167 +# CONFIG_CONNECTOR is not set
25168 +# CONFIG_MTD is not set
25169 +CONFIG_OF_DEVICE=y
25170 +# CONFIG_PARPORT is not set
25171 +CONFIG_BLK_DEV=y
25172 +# CONFIG_BLK_DEV_FD is not set
25173 +# CONFIG_BLK_CPQ_DA is not set
25174 +# CONFIG_BLK_CPQ_CISS_DA is not set
25175 +# CONFIG_BLK_DEV_DAC960 is not set
25176 +# CONFIG_BLK_DEV_UMEM is not set
25177 +# CONFIG_BLK_DEV_COW_COMMON is not set
25178 +CONFIG_BLK_DEV_LOOP=y
25179 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
25180 +# CONFIG_BLK_DEV_NBD is not set
25181 +# CONFIG_BLK_DEV_SX8 is not set
25182 +# CONFIG_BLK_DEV_UB is not set
25183 +CONFIG_BLK_DEV_RAM=y
25184 +CONFIG_BLK_DEV_RAM_COUNT=16
25185 +CONFIG_BLK_DEV_RAM_SIZE=32768
25186 +# CONFIG_BLK_DEV_XIP is not set
25187 +# CONFIG_CDROM_PKTCDVD is not set
25188 +# CONFIG_ATA_OVER_ETH is not set
25189 +CONFIG_MISC_DEVICES=y
25190 +# CONFIG_PHANTOM is not set
25191 +# CONFIG_EEPROM_93CX6 is not set
25192 +# CONFIG_SGI_IOC4 is not set
25193 +# CONFIG_TIFM_CORE is not set
25194 +# CONFIG_ENCLOSURE_SERVICES is not set
25195 +CONFIG_HAVE_IDE=y
25196 +# CONFIG_IDE is not set
25197 +
25198 +#
25199 +# SCSI device support
25200 +#
25201 +# CONFIG_RAID_ATTRS is not set
25202 +CONFIG_SCSI=y
25203 +CONFIG_SCSI_DMA=y
25204 +# CONFIG_SCSI_TGT is not set
25205 +# CONFIG_SCSI_NETLINK is not set
25206 +CONFIG_SCSI_PROC_FS=y
25207 +
25208 +#
25209 +# SCSI support type (disk, tape, CD-ROM)
25210 +#
25211 +CONFIG_BLK_DEV_SD=y
25212 +# CONFIG_CHR_DEV_ST is not set
25213 +# CONFIG_CHR_DEV_OSST is not set
25214 +# CONFIG_BLK_DEV_SR is not set
25215 +# CONFIG_CHR_DEV_SG is not set
25216 +# CONFIG_CHR_DEV_SCH is not set
25217 +
25218 +#
25219 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
25220 +#
25221 +# CONFIG_SCSI_MULTI_LUN is not set
25222 +# CONFIG_SCSI_CONSTANTS is not set
25223 +# CONFIG_SCSI_LOGGING is not set
25224 +# CONFIG_SCSI_SCAN_ASYNC is not set
25225 +CONFIG_SCSI_WAIT_SCAN=m
25226 +
25227 +#
25228 +# SCSI Transports
25229 +#
25230 +# CONFIG_SCSI_SPI_ATTRS is not set
25231 +# CONFIG_SCSI_FC_ATTRS is not set
25232 +# CONFIG_SCSI_ISCSI_ATTRS is not set
25233 +# CONFIG_SCSI_SAS_LIBSAS is not set
25234 +# CONFIG_SCSI_SRP_ATTRS is not set
25235 +CONFIG_SCSI_LOWLEVEL=y
25236 +# CONFIG_ISCSI_TCP is not set
25237 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
25238 +# CONFIG_SCSI_3W_9XXX is not set
25239 +# CONFIG_SCSI_ACARD is not set
25240 +# CONFIG_SCSI_AACRAID is not set
25241 +# CONFIG_SCSI_AIC7XXX is not set
25242 +# CONFIG_SCSI_AIC7XXX_OLD is not set
25243 +# CONFIG_SCSI_AIC79XX is not set
25244 +# CONFIG_SCSI_AIC94XX is not set
25245 +# CONFIG_SCSI_DPT_I2O is not set
25246 +# CONFIG_SCSI_ADVANSYS is not set
25247 +# CONFIG_SCSI_ARCMSR is not set
25248 +# CONFIG_MEGARAID_NEWGEN is not set
25249 +# CONFIG_MEGARAID_LEGACY is not set
25250 +# CONFIG_MEGARAID_SAS is not set
25251 +# CONFIG_SCSI_HPTIOP is not set
25252 +# CONFIG_SCSI_BUSLOGIC is not set
25253 +# CONFIG_SCSI_DMX3191D is not set
25254 +# CONFIG_SCSI_EATA is not set
25255 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
25256 +# CONFIG_SCSI_GDTH is not set
25257 +# CONFIG_SCSI_IPS is not set
25258 +# CONFIG_SCSI_INITIO is not set
25259 +# CONFIG_SCSI_INIA100 is not set
25260 +# CONFIG_SCSI_MVSAS is not set
25261 +# CONFIG_SCSI_STEX is not set
25262 +# CONFIG_SCSI_SYM53C8XX_2 is not set
25263 +# CONFIG_SCSI_QLOGIC_1280 is not set
25264 +# CONFIG_SCSI_QLA_FC is not set
25265 +# CONFIG_SCSI_QLA_ISCSI is not set
25266 +# CONFIG_SCSI_LPFC is not set
25267 +# CONFIG_SCSI_DC395x is not set
25268 +# CONFIG_SCSI_DC390T is not set
25269 +# CONFIG_SCSI_NSP32 is not set
25270 +# CONFIG_SCSI_DEBUG is not set
25271 +# CONFIG_SCSI_SRP is not set
25272 +# CONFIG_ATA is not set
25273 +# CONFIG_MD is not set
25274 +# CONFIG_FUSION is not set
25275 +
25276 +#
25277 +# IEEE 1394 (FireWire) support
25278 +#
25279 +# CONFIG_FIREWIRE is not set
25280 +# CONFIG_IEEE1394 is not set
25281 +# CONFIG_I2O is not set
25282 +# CONFIG_MACINTOSH_DRIVERS is not set
25283 +CONFIG_NETDEVICES=y
25284 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
25285 +# CONFIG_DUMMY is not set
25286 +# CONFIG_BONDING is not set
25287 +# CONFIG_MACVLAN is not set
25288 +# CONFIG_EQUALIZER is not set
25289 +# CONFIG_TUN is not set
25290 +# CONFIG_VETH is not set
25291 +# CONFIG_ARCNET is not set
25292 +CONFIG_PHYLIB=y
25293 +
25294 +#
25295 +# MII PHY device drivers
25296 +#
25297 +# CONFIG_MARVELL_PHY is not set
25298 +# CONFIG_DAVICOM_PHY is not set
25299 +# CONFIG_QSEMI_PHY is not set
25300 +# CONFIG_LXT_PHY is not set
25301 +# CONFIG_CICADA_PHY is not set
25302 +# CONFIG_VITESSE_PHY is not set
25303 +# CONFIG_SMSC_PHY is not set
25304 +# CONFIG_BROADCOM_PHY is not set
25305 +CONFIG_ICPLUS_PHY=y
25306 +# CONFIG_REALTEK_PHY is not set
25307 +# CONFIG_FIXED_PHY is not set
25308 +# CONFIG_MDIO_BITBANG is not set
25309 +CONFIG_NET_ETHERNET=y
25310 +CONFIG_MII=y
25311 +# CONFIG_HAPPYMEAL is not set
25312 +# CONFIG_SUNGEM is not set
25313 +# CONFIG_CASSINI is not set
25314 +# CONFIG_NET_VENDOR_3COM is not set
25315 +# CONFIG_ENC28J60 is not set
25316 +# CONFIG_NET_TULIP is not set
25317 +# CONFIG_HP100 is not set
25318 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
25319 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
25320 +# CONFIG_IBM_NEW_EMAC_TAH is not set
25321 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
25322 +# CONFIG_NET_PCI is not set
25323 +# CONFIG_B44 is not set
25324 +CONFIG_NETDEV_1000=y
25325 +# CONFIG_ACENIC is not set
25326 +# CONFIG_DL2K is not set
25327 +CONFIG_E1000=y
25328 +# CONFIG_E1000_NAPI is not set
25329 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
25330 +# CONFIG_E1000E is not set
25331 +# CONFIG_E1000E_ENABLED is not set
25332 +# CONFIG_IP1000 is not set
25333 +# CONFIG_IGB is not set
25334 +# CONFIG_NS83820 is not set
25335 +# CONFIG_HAMACHI is not set
25336 +# CONFIG_YELLOWFIN is not set
25337 +# CONFIG_R8169 is not set
25338 +# CONFIG_SIS190 is not set
25339 +# CONFIG_SKGE is not set
25340 +# CONFIG_SKY2 is not set
25341 +# CONFIG_SK98LIN is not set
25342 +# CONFIG_VIA_VELOCITY is not set
25343 +# CONFIG_TIGON3 is not set
25344 +# CONFIG_BNX2 is not set
25345 +# CONFIG_GIANFAR is not set
25346 +CONFIG_UCC_GETH=y
25347 +CONFIG_UGETH_NAPI=y
25348 +# CONFIG_UGETH_MAGIC_PACKET is not set
25349 +# CONFIG_UGETH_FILTERING is not set
25350 +# CONFIG_UGETH_TX_ON_DEMAND is not set
25351 +# CONFIG_QLA3XXX is not set
25352 +# CONFIG_ATL1 is not set
25353 +CONFIG_NETDEV_10000=y
25354 +# CONFIG_CHELSIO_T1 is not set
25355 +# CONFIG_CHELSIO_T3 is not set
25356 +# CONFIG_IXGBE is not set
25357 +# CONFIG_IXGB is not set
25358 +# CONFIG_S2IO is not set
25359 +# CONFIG_MYRI10GE is not set
25360 +# CONFIG_NETXEN_NIC is not set
25361 +# CONFIG_NIU is not set
25362 +# CONFIG_MLX4_CORE is not set
25363 +# CONFIG_TEHUTI is not set
25364 +# CONFIG_BNX2X is not set
25365 +# CONFIG_TR is not set
25366 +
25367 +#
25368 +# Wireless LAN
25369 +#
25370 +# CONFIG_WLAN_PRE80211 is not set
25371 +# CONFIG_WLAN_80211 is not set
25372 +
25373 +#
25374 +# USB Network Adapters
25375 +#
25376 +# CONFIG_USB_CATC is not set
25377 +# CONFIG_USB_KAWETH is not set
25378 +# CONFIG_USB_PEGASUS is not set
25379 +# CONFIG_USB_RTL8150 is not set
25380 +# CONFIG_USB_USBNET is not set
25381 +# CONFIG_WAN is not set
25382 +# CONFIG_FDDI is not set
25383 +# CONFIG_HIPPI is not set
25384 +# CONFIG_PPP is not set
25385 +# CONFIG_SLIP is not set
25386 +# CONFIG_NET_FC is not set
25387 +# CONFIG_NETCONSOLE is not set
25388 +# CONFIG_NETPOLL is not set
25389 +# CONFIG_NET_POLL_CONTROLLER is not set
25390 +# CONFIG_ISDN is not set
25391 +# CONFIG_PHONE is not set
25392 +
25393 +#
25394 +# Input device support
25395 +#
25396 +CONFIG_INPUT=y
25397 +# CONFIG_INPUT_FF_MEMLESS is not set
25398 +# CONFIG_INPUT_POLLDEV is not set
25399 +
25400 +#
25401 +# Userland interfaces
25402 +#
25403 +# CONFIG_INPUT_MOUSEDEV is not set
25404 +# CONFIG_INPUT_JOYDEV is not set
25405 +# CONFIG_INPUT_EVDEV is not set
25406 +# CONFIG_INPUT_EVBUG is not set
25407 +
25408 +#
25409 +# Input Device Drivers
25410 +#
25411 +# CONFIG_INPUT_KEYBOARD is not set
25412 +# CONFIG_INPUT_MOUSE is not set
25413 +# CONFIG_INPUT_JOYSTICK is not set
25414 +# CONFIG_INPUT_TABLET is not set
25415 +# CONFIG_INPUT_TOUCHSCREEN is not set
25416 +# CONFIG_INPUT_MISC is not set
25417 +
25418 +#
25419 +# Hardware I/O ports
25420 +#
25421 +# CONFIG_SERIO is not set
25422 +# CONFIG_GAMEPORT is not set
25423 +
25424 +#
25425 +# Character devices
25426 +#
25427 +# CONFIG_VT is not set
25428 +# CONFIG_SERIAL_NONSTANDARD is not set
25429 +# CONFIG_NOZOMI is not set
25430 +
25431 +#
25432 +# Serial drivers
25433 +#
25434 +CONFIG_SERIAL_8250=y
25435 +CONFIG_SERIAL_8250_CONSOLE=y
25436 +CONFIG_SERIAL_8250_PCI=y
25437 +CONFIG_SERIAL_8250_NR_UARTS=4
25438 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
25439 +# CONFIG_SERIAL_8250_EXTENDED is not set
25440 +
25441 +#
25442 +# Non-8250 serial port support
25443 +#
25444 +# CONFIG_SERIAL_UARTLITE is not set
25445 +CONFIG_SERIAL_CORE=y
25446 +CONFIG_SERIAL_CORE_CONSOLE=y
25447 +# CONFIG_SERIAL_JSM is not set
25448 +# CONFIG_SERIAL_OF_PLATFORM is not set
25449 +# CONFIG_SERIAL_QE is not set
25450 +CONFIG_UNIX98_PTYS=y
25451 +CONFIG_LEGACY_PTYS=y
25452 +CONFIG_LEGACY_PTY_COUNT=256
25453 +# CONFIG_IPMI_HANDLER is not set
25454 +CONFIG_HW_RANDOM=y
25455 +# CONFIG_NVRAM is not set
25456 +CONFIG_GEN_RTC=y
25457 +# CONFIG_GEN_RTC_X is not set
25458 +# CONFIG_R3964 is not set
25459 +# CONFIG_APPLICOM is not set
25460 +# CONFIG_RAW_DRIVER is not set
25461 +# CONFIG_TCG_TPM is not set
25462 +CONFIG_DEVPORT=y
25463 +CONFIG_I2C=y
25464 +CONFIG_I2C_BOARDINFO=y
25465 +CONFIG_I2C_CHARDEV=y
25466 +
25467 +#
25468 +# I2C Algorithms
25469 +#
25470 +# CONFIG_I2C_ALGOBIT is not set
25471 +# CONFIG_I2C_ALGOPCF is not set
25472 +# CONFIG_I2C_ALGOPCA is not set
25473 +
25474 +#
25475 +# I2C Hardware Bus support
25476 +#
25477 +# CONFIG_I2C_ALI1535 is not set
25478 +# CONFIG_I2C_ALI1563 is not set
25479 +# CONFIG_I2C_ALI15X3 is not set
25480 +# CONFIG_I2C_AMD756 is not set
25481 +# CONFIG_I2C_AMD8111 is not set
25482 +# CONFIG_I2C_I801 is not set
25483 +# CONFIG_I2C_I810 is not set
25484 +# CONFIG_I2C_PIIX4 is not set
25485 +CONFIG_I2C_MPC=y
25486 +# CONFIG_I2C_NFORCE2 is not set
25487 +# CONFIG_I2C_OCORES is not set
25488 +# CONFIG_I2C_PARPORT_LIGHT is not set
25489 +# CONFIG_I2C_PROSAVAGE is not set
25490 +# CONFIG_I2C_SAVAGE4 is not set
25491 +# CONFIG_I2C_SIMTEC is not set
25492 +# CONFIG_I2C_SIS5595 is not set
25493 +# CONFIG_I2C_SIS630 is not set
25494 +# CONFIG_I2C_SIS96X is not set
25495 +# CONFIG_I2C_TAOS_EVM is not set
25496 +# CONFIG_I2C_STUB is not set
25497 +# CONFIG_I2C_TINY_USB is not set
25498 +# CONFIG_I2C_VIA is not set
25499 +# CONFIG_I2C_VIAPRO is not set
25500 +# CONFIG_I2C_VOODOO3 is not set
25501 +
25502 +#
25503 +# Miscellaneous I2C Chip support
25504 +#
25505 +# CONFIG_DS1682 is not set
25506 +# CONFIG_SENSORS_EEPROM is not set
25507 +# CONFIG_SENSORS_PCF8574 is not set
25508 +# CONFIG_PCF8575 is not set
25509 +# CONFIG_SENSORS_PCF8591 is not set
25510 +# CONFIG_TPS65010 is not set
25511 +# CONFIG_SENSORS_MAX6875 is not set
25512 +# CONFIG_SENSORS_TSL2550 is not set
25513 +# CONFIG_I2C_DEBUG_CORE is not set
25514 +# CONFIG_I2C_DEBUG_ALGO is not set
25515 +# CONFIG_I2C_DEBUG_BUS is not set
25516 +# CONFIG_I2C_DEBUG_CHIP is not set
25517 +
25518 +#
25519 +# SPI support
25520 +#
25521 +CONFIG_SPI=y
25522 +CONFIG_SPI_MASTER=y
25523 +
25524 +#
25525 +# SPI Master Controller Drivers
25526 +#
25527 +CONFIG_SPI_BITBANG=y
25528 +CONFIG_SPI_MPC83xx=y
25529 +
25530 +#
25531 +# SPI Protocol Masters
25532 +#
25533 +# CONFIG_SPI_AT25 is not set
25534 +# CONFIG_SPI_SPIDEV is not set
25535 +# CONFIG_SPI_TLE62X0 is not set
25536 +# CONFIG_W1 is not set
25537 +# CONFIG_POWER_SUPPLY is not set
25538 +CONFIG_HWMON=y
25539 +# CONFIG_HWMON_VID is not set
25540 +# CONFIG_SENSORS_AD7418 is not set
25541 +# CONFIG_SENSORS_ADM1021 is not set
25542 +# CONFIG_SENSORS_ADM1025 is not set
25543 +# CONFIG_SENSORS_ADM1026 is not set
25544 +# CONFIG_SENSORS_ADM1029 is not set
25545 +# CONFIG_SENSORS_ADM1031 is not set
25546 +# CONFIG_SENSORS_ADM9240 is not set
25547 +# CONFIG_SENSORS_ADT7470 is not set
25548 +# CONFIG_SENSORS_ADT7473 is not set
25549 +# CONFIG_SENSORS_ATXP1 is not set
25550 +# CONFIG_SENSORS_DS1621 is not set
25551 +# CONFIG_SENSORS_I5K_AMB is not set
25552 +# CONFIG_SENSORS_F71805F is not set
25553 +# CONFIG_SENSORS_F71882FG is not set
25554 +# CONFIG_SENSORS_F75375S is not set
25555 +# CONFIG_SENSORS_GL518SM is not set
25556 +# CONFIG_SENSORS_GL520SM is not set
25557 +# CONFIG_SENSORS_IT87 is not set
25558 +# CONFIG_SENSORS_LM63 is not set
25559 +# CONFIG_SENSORS_LM70 is not set
25560 +# CONFIG_SENSORS_LM75 is not set
25561 +# CONFIG_SENSORS_LM77 is not set
25562 +# CONFIG_SENSORS_LM78 is not set
25563 +# CONFIG_SENSORS_LM80 is not set
25564 +# CONFIG_SENSORS_LM83 is not set
25565 +# CONFIG_SENSORS_LM85 is not set
25566 +# CONFIG_SENSORS_LM87 is not set
25567 +# CONFIG_SENSORS_LM90 is not set
25568 +# CONFIG_SENSORS_LM92 is not set
25569 +# CONFIG_SENSORS_LM93 is not set
25570 +# CONFIG_SENSORS_MAX1619 is not set
25571 +# CONFIG_SENSORS_MAX6650 is not set
25572 +# CONFIG_SENSORS_PC87360 is not set
25573 +# CONFIG_SENSORS_PC87427 is not set
25574 +# CONFIG_SENSORS_SIS5595 is not set
25575 +# CONFIG_SENSORS_DME1737 is not set
25576 +# CONFIG_SENSORS_SMSC47M1 is not set
25577 +# CONFIG_SENSORS_SMSC47M192 is not set
25578 +# CONFIG_SENSORS_SMSC47B397 is not set
25579 +# CONFIG_SENSORS_ADS7828 is not set
25580 +# CONFIG_SENSORS_THMC50 is not set
25581 +# CONFIG_SENSORS_VIA686A is not set
25582 +# CONFIG_SENSORS_VT1211 is not set
25583 +# CONFIG_SENSORS_VT8231 is not set
25584 +# CONFIG_SENSORS_W83781D is not set
25585 +# CONFIG_SENSORS_W83791D is not set
25586 +# CONFIG_SENSORS_W83792D is not set
25587 +# CONFIG_SENSORS_W83793 is not set
25588 +# CONFIG_SENSORS_W83L785TS is not set
25589 +# CONFIG_SENSORS_W83L786NG is not set
25590 +# CONFIG_SENSORS_W83627HF is not set
25591 +# CONFIG_SENSORS_W83627EHF is not set
25592 +# CONFIG_HWMON_DEBUG_CHIP is not set
25593 +# CONFIG_THERMAL is not set
25594 +CONFIG_WATCHDOG=y
25595 +# CONFIG_WATCHDOG_NOWAYOUT is not set
25596 +
25597 +#
25598 +# Watchdog Device Drivers
25599 +#
25600 +# CONFIG_SOFT_WATCHDOG is not set
25601 +CONFIG_83xx_WDT=y
25602 +
25603 +#
25604 +# PCI-based Watchdog Cards
25605 +#
25606 +# CONFIG_PCIPCWATCHDOG is not set
25607 +# CONFIG_WDTPCI is not set
25608 +
25609 +#
25610 +# USB-based Watchdog Cards
25611 +#
25612 +# CONFIG_USBPCWATCHDOG is not set
25613 +
25614 +#
25615 +# Sonics Silicon Backplane
25616 +#
25617 +CONFIG_SSB_POSSIBLE=y
25618 +# CONFIG_SSB is not set
25619 +
25620 +#
25621 +# Multifunction device drivers
25622 +#
25623 +# CONFIG_MFD_SM501 is not set
25624 +
25625 +#
25626 +# Multimedia devices
25627 +#
25628 +# CONFIG_VIDEO_DEV is not set
25629 +# CONFIG_DVB_CORE is not set
25630 +CONFIG_DAB=y
25631 +# CONFIG_USB_DABUSB is not set
25632 +
25633 +#
25634 +# Graphics support
25635 +#
25636 +# CONFIG_AGP is not set
25637 +# CONFIG_DRM is not set
25638 +# CONFIG_VGASTATE is not set
25639 +CONFIG_VIDEO_OUTPUT_CONTROL=m
25640 +# CONFIG_FB is not set
25641 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
25642 +
25643 +#
25644 +# Display device support
25645 +#
25646 +# CONFIG_DISPLAY_SUPPORT is not set
25647 +
25648 +#
25649 +# Sound
25650 +#
25651 +# CONFIG_SOUND is not set
25652 +CONFIG_HID_SUPPORT=y
25653 +CONFIG_HID=y
25654 +# CONFIG_HID_DEBUG is not set
25655 +# CONFIG_HIDRAW is not set
25656 +
25657 +#
25658 +# USB Input Devices
25659 +#
25660 +# CONFIG_USB_HID is not set
25661 +
25662 +#
25663 +# USB HID Boot Protocol drivers
25664 +#
25665 +# CONFIG_USB_KBD is not set
25666 +# CONFIG_USB_MOUSE is not set
25667 +CONFIG_USB_SUPPORT=y
25668 +CONFIG_USB_ARCH_HAS_HCD=y
25669 +CONFIG_USB_ARCH_HAS_OHCI=y
25670 +CONFIG_USB_ARCH_HAS_EHCI=y
25671 +CONFIG_USB=y
25672 +# CONFIG_USB_DEBUG is not set
25673 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
25674 +
25675 +#
25676 +# Miscellaneous USB options
25677 +#
25678 +CONFIG_USB_DEVICEFS=y
25679 +CONFIG_USB_DEVICE_CLASS=y
25680 +# CONFIG_USB_DYNAMIC_MINORS is not set
25681 +# CONFIG_USB_OTG is not set
25682 +
25683 +#
25684 +# USB Host Controller Drivers
25685 +#
25686 +CONFIG_USB_EHCI_HCD=y
25687 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
25688 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
25689 +# CONFIG_USB_EHCI_FSL is not set
25690 +CONFIG_USB_EHCI_HCD_PPC_OF=y
25691 +# CONFIG_USB_ISP116X_HCD is not set
25692 +CONFIG_USB_OHCI_HCD=y
25693 +CONFIG_USB_OHCI_HCD_PPC_OF=y
25694 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
25695 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
25696 +CONFIG_USB_OHCI_HCD_PCI=y
25697 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
25698 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
25699 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
25700 +# CONFIG_USB_UHCI_HCD is not set
25701 +# CONFIG_USB_SL811_HCD is not set
25702 +# CONFIG_USB_R8A66597_HCD is not set
25703 +
25704 +#
25705 +# USB Device Class drivers
25706 +#
25707 +# CONFIG_USB_ACM is not set
25708 +# CONFIG_USB_PRINTER is not set
25709 +
25710 +#
25711 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
25712 +#
25713 +
25714 +#
25715 +# may also be needed; see USB_STORAGE Help for more information
25716 +#
25717 +CONFIG_USB_STORAGE=y
25718 +# CONFIG_USB_STORAGE_DEBUG is not set
25719 +# CONFIG_USB_STORAGE_DATAFAB is not set
25720 +# CONFIG_USB_STORAGE_FREECOM is not set
25721 +# CONFIG_USB_STORAGE_ISD200 is not set
25722 +# CONFIG_USB_STORAGE_DPCM is not set
25723 +# CONFIG_USB_STORAGE_USBAT is not set
25724 +# CONFIG_USB_STORAGE_SDDR09 is not set
25725 +# CONFIG_USB_STORAGE_SDDR55 is not set
25726 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
25727 +# CONFIG_USB_STORAGE_ALAUDA is not set
25728 +# CONFIG_USB_STORAGE_KARMA is not set
25729 +# CONFIG_USB_LIBUSUAL is not set
25730 +
25731 +#
25732 +# USB Imaging devices
25733 +#
25734 +# CONFIG_USB_MDC800 is not set
25735 +# CONFIG_USB_MICROTEK is not set
25736 +CONFIG_USB_MON=y
25737 +
25738 +#
25739 +# USB port drivers
25740 +#
25741 +# CONFIG_USB_SERIAL is not set
25742 +
25743 +#
25744 +# USB Miscellaneous drivers
25745 +#
25746 +# CONFIG_USB_EMI62 is not set
25747 +# CONFIG_USB_EMI26 is not set
25748 +# CONFIG_USB_ADUTUX is not set
25749 +# CONFIG_USB_AUERSWALD is not set
25750 +# CONFIG_USB_RIO500 is not set
25751 +# CONFIG_USB_LEGOTOWER is not set
25752 +# CONFIG_USB_LCD is not set
25753 +# CONFIG_USB_BERRY_CHARGE is not set
25754 +# CONFIG_USB_LED is not set
25755 +# CONFIG_USB_CYPRESS_CY7C63 is not set
25756 +# CONFIG_USB_CYTHERM is not set
25757 +# CONFIG_USB_PHIDGET is not set
25758 +# CONFIG_USB_IDMOUSE is not set
25759 +# CONFIG_USB_FTDI_ELAN is not set
25760 +# CONFIG_USB_APPLEDISPLAY is not set
25761 +# CONFIG_USB_SISUSBVGA is not set
25762 +# CONFIG_USB_LD is not set
25763 +# CONFIG_USB_TRANCEVIBRATOR is not set
25764 +# CONFIG_USB_IOWARRIOR is not set
25765 +# CONFIG_USB_TEST is not set
25766 +# CONFIG_USB_GADGET is not set
25767 +CONFIG_MMC=y
25768 +# CONFIG_MMC_DEBUG is not set
25769 +# CONFIG_MMC_UNSAFE_RESUME is not set
25770 +
25771 +#
25772 +# MMC/SD Card Drivers
25773 +#
25774 +CONFIG_MMC_BLOCK=y
25775 +CONFIG_MMC_BLOCK_BOUNCE=y
25776 +# CONFIG_SDIO_UART is not set
25777 +
25778 +#
25779 +# MMC/SD Host Controller Drivers
25780 +#
25781 +# CONFIG_MMC_SDHCI is not set
25782 +# CONFIG_MMC_WBSD is not set
25783 +# CONFIG_MMC_TIFM_SD is not set
25784 +CONFIG_MMC_SPI=y
25785 +# CONFIG_MEMSTICK is not set
25786 +# CONFIG_NEW_LEDS is not set
25787 +# CONFIG_INFINIBAND is not set
25788 +# CONFIG_EDAC is not set
25789 +# CONFIG_RTC_CLASS is not set
25790 +# CONFIG_DMADEVICES is not set
25791 +
25792 +#
25793 +# Userspace I/O
25794 +#
25795 +# CONFIG_UIO is not set
25796 +
25797 +#
25798 +# File systems
25799 +#
25800 +CONFIG_EXT2_FS=y
25801 +# CONFIG_EXT2_FS_XATTR is not set
25802 +# CONFIG_EXT2_FS_XIP is not set
25803 +CONFIG_EXT3_FS=y
25804 +CONFIG_EXT3_FS_XATTR=y
25805 +# CONFIG_EXT3_FS_POSIX_ACL is not set
25806 +# CONFIG_EXT3_FS_SECURITY is not set
25807 +# CONFIG_EXT4DEV_FS is not set
25808 +CONFIG_JBD=y
25809 +CONFIG_FS_MBCACHE=y
25810 +# CONFIG_REISERFS_FS is not set
25811 +# CONFIG_JFS_FS is not set
25812 +# CONFIG_FS_POSIX_ACL is not set
25813 +# CONFIG_XFS_FS is not set
25814 +# CONFIG_GFS2_FS is not set
25815 +# CONFIG_OCFS2_FS is not set
25816 +CONFIG_DNOTIFY=y
25817 +CONFIG_INOTIFY=y
25818 +CONFIG_INOTIFY_USER=y
25819 +# CONFIG_QUOTA is not set
25820 +# CONFIG_AUTOFS_FS is not set
25821 +# CONFIG_AUTOFS4_FS is not set
25822 +# CONFIG_FUSE_FS is not set
25823 +
25824 +#
25825 +# CD-ROM/DVD Filesystems
25826 +#
25827 +# CONFIG_ISO9660_FS is not set
25828 +# CONFIG_UDF_FS is not set
25829 +
25830 +#
25831 +# DOS/FAT/NT Filesystems
25832 +#
25833 +CONFIG_FAT_FS=y
25834 +CONFIG_MSDOS_FS=y
25835 +CONFIG_VFAT_FS=y
25836 +CONFIG_FAT_DEFAULT_CODEPAGE=437
25837 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
25838 +# CONFIG_NTFS_FS is not set
25839 +
25840 +#
25841 +# Pseudo filesystems
25842 +#
25843 +CONFIG_PROC_FS=y
25844 +CONFIG_PROC_KCORE=y
25845 +CONFIG_PROC_SYSCTL=y
25846 +CONFIG_SYSFS=y
25847 +CONFIG_TMPFS=y
25848 +# CONFIG_TMPFS_POSIX_ACL is not set
25849 +# CONFIG_HUGETLB_PAGE is not set
25850 +# CONFIG_CONFIGFS_FS is not set
25851 +
25852 +#
25853 +# Miscellaneous filesystems
25854 +#
25855 +# CONFIG_ADFS_FS is not set
25856 +# CONFIG_AFFS_FS is not set
25857 +# CONFIG_HFS_FS is not set
25858 +# CONFIG_HFSPLUS_FS is not set
25859 +# CONFIG_BEFS_FS is not set
25860 +# CONFIG_BFS_FS is not set
25861 +# CONFIG_EFS_FS is not set
25862 +# CONFIG_CRAMFS is not set
25863 +# CONFIG_VXFS_FS is not set
25864 +# CONFIG_MINIX_FS is not set
25865 +# CONFIG_HPFS_FS is not set
25866 +# CONFIG_QNX4FS_FS is not set
25867 +# CONFIG_ROMFS_FS is not set
25868 +# CONFIG_SYSV_FS is not set
25869 +# CONFIG_UFS_FS is not set
25870 +CONFIG_NETWORK_FILESYSTEMS=y
25871 +CONFIG_NFS_FS=y
25872 +CONFIG_NFS_V3=y
25873 +# CONFIG_NFS_V3_ACL is not set
25874 +CONFIG_NFS_V4=y
25875 +# CONFIG_NFS_DIRECTIO is not set
25876 +# CONFIG_NFSD is not set
25877 +CONFIG_ROOT_NFS=y
25878 +CONFIG_LOCKD=y
25879 +CONFIG_LOCKD_V4=y
25880 +CONFIG_NFS_COMMON=y
25881 +CONFIG_SUNRPC=y
25882 +CONFIG_SUNRPC_GSS=y
25883 +# CONFIG_SUNRPC_BIND34 is not set
25884 +CONFIG_RPCSEC_GSS_KRB5=y
25885 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
25886 +# CONFIG_SMB_FS is not set
25887 +# CONFIG_CIFS is not set
25888 +# CONFIG_NCP_FS is not set
25889 +# CONFIG_CODA_FS is not set
25890 +# CONFIG_AFS_FS is not set
25891 +
25892 +#
25893 +# Partition Types
25894 +#
25895 +CONFIG_PARTITION_ADVANCED=y
25896 +# CONFIG_ACORN_PARTITION is not set
25897 +# CONFIG_OSF_PARTITION is not set
25898 +# CONFIG_AMIGA_PARTITION is not set
25899 +# CONFIG_ATARI_PARTITION is not set
25900 +# CONFIG_MAC_PARTITION is not set
25901 +CONFIG_MSDOS_PARTITION=y
25902 +# CONFIG_BSD_DISKLABEL is not set
25903 +# CONFIG_MINIX_SUBPARTITION is not set
25904 +# CONFIG_SOLARIS_X86_PARTITION is not set
25905 +# CONFIG_UNIXWARE_DISKLABEL is not set
25906 +CONFIG_LDM_PARTITION=y
25907 +# CONFIG_LDM_DEBUG is not set
25908 +# CONFIG_SGI_PARTITION is not set
25909 +# CONFIG_ULTRIX_PARTITION is not set
25910 +# CONFIG_SUN_PARTITION is not set
25911 +# CONFIG_KARMA_PARTITION is not set
25912 +# CONFIG_EFI_PARTITION is not set
25913 +# CONFIG_SYSV68_PARTITION is not set
25914 +CONFIG_NLS=y
25915 +CONFIG_NLS_DEFAULT="iso8859-1"
25916 +CONFIG_NLS_CODEPAGE_437=y
25917 +# CONFIG_NLS_CODEPAGE_737 is not set
25918 +# CONFIG_NLS_CODEPAGE_775 is not set
25919 +# CONFIG_NLS_CODEPAGE_850 is not set
25920 +# CONFIG_NLS_CODEPAGE_852 is not set
25921 +# CONFIG_NLS_CODEPAGE_855 is not set
25922 +# CONFIG_NLS_CODEPAGE_857 is not set
25923 +# CONFIG_NLS_CODEPAGE_860 is not set
25924 +# CONFIG_NLS_CODEPAGE_861 is not set
25925 +# CONFIG_NLS_CODEPAGE_862 is not set
25926 +# CONFIG_NLS_CODEPAGE_863 is not set
25927 +# CONFIG_NLS_CODEPAGE_864 is not set
25928 +# CONFIG_NLS_CODEPAGE_865 is not set
25929 +# CONFIG_NLS_CODEPAGE_866 is not set
25930 +# CONFIG_NLS_CODEPAGE_869 is not set
25931 +# CONFIG_NLS_CODEPAGE_936 is not set
25932 +# CONFIG_NLS_CODEPAGE_950 is not set
25933 +CONFIG_NLS_CODEPAGE_932=y
25934 +# CONFIG_NLS_CODEPAGE_949 is not set
25935 +# CONFIG_NLS_CODEPAGE_874 is not set
25936 +CONFIG_NLS_ISO8859_8=y
25937 +# CONFIG_NLS_CODEPAGE_1250 is not set
25938 +# CONFIG_NLS_CODEPAGE_1251 is not set
25939 +# CONFIG_NLS_ASCII is not set
25940 +CONFIG_NLS_ISO8859_1=y
25941 +# CONFIG_NLS_ISO8859_2 is not set
25942 +# CONFIG_NLS_ISO8859_3 is not set
25943 +# CONFIG_NLS_ISO8859_4 is not set
25944 +# CONFIG_NLS_ISO8859_5 is not set
25945 +# CONFIG_NLS_ISO8859_6 is not set
25946 +# CONFIG_NLS_ISO8859_7 is not set
25947 +# CONFIG_NLS_ISO8859_9 is not set
25948 +# CONFIG_NLS_ISO8859_13 is not set
25949 +# CONFIG_NLS_ISO8859_14 is not set
25950 +# CONFIG_NLS_ISO8859_15 is not set
25951 +# CONFIG_NLS_KOI8_R is not set
25952 +# CONFIG_NLS_KOI8_U is not set
25953 +# CONFIG_NLS_UTF8 is not set
25954 +# CONFIG_DLM is not set
25955 +CONFIG_UCC_FAST=y
25956 +CONFIG_UCC=y
25957 +
25958 +#
25959 +# Library routines
25960 +#
25961 +CONFIG_BITREVERSE=y
25962 +# CONFIG_CRC_CCITT is not set
25963 +# CONFIG_CRC16 is not set
25964 +CONFIG_CRC_ITU_T=y
25965 +CONFIG_CRC32=y
25966 +CONFIG_CRC7=y
25967 +# CONFIG_LIBCRC32C is not set
25968 +CONFIG_PLIST=y
25969 +CONFIG_HAS_IOMEM=y
25970 +CONFIG_HAS_IOPORT=y
25971 +CONFIG_HAS_DMA=y
25972 +
25973 +#
25974 +# Kernel hacking
25975 +#
25976 +# CONFIG_PRINTK_TIME is not set
25977 +CONFIG_ENABLE_WARN_DEPRECATED=y
25978 +CONFIG_ENABLE_MUST_CHECK=y
25979 +# CONFIG_MAGIC_SYSRQ is not set
25980 +# CONFIG_UNUSED_SYMBOLS is not set
25981 +# CONFIG_DEBUG_FS is not set
25982 +# CONFIG_HEADERS_CHECK is not set
25983 +# CONFIG_DEBUG_KERNEL is not set
25984 +# CONFIG_SLUB_DEBUG_ON is not set
25985 +# CONFIG_SLUB_STATS is not set
25986 +# CONFIG_DEBUG_BUGVERBOSE is not set
25987 +# CONFIG_SAMPLES is not set
25988 +# CONFIG_PPC_EARLY_DEBUG is not set
25989 +
25990 +#
25991 +# Security options
25992 +#
25993 +# CONFIG_KEYS is not set
25994 +# CONFIG_SECURITY is not set
25995 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
25996 +CONFIG_CRYPTO=y
25997 +CONFIG_CRYPTO_ALGAPI=y
25998 +CONFIG_CRYPTO_BLKCIPHER=y
25999 +# CONFIG_CRYPTO_SEQIV is not set
26000 +CONFIG_CRYPTO_MANAGER=y
26001 +# CONFIG_CRYPTO_HMAC is not set
26002 +# CONFIG_CRYPTO_XCBC is not set
26003 +# CONFIG_CRYPTO_NULL is not set
26004 +# CONFIG_CRYPTO_MD4 is not set
26005 +CONFIG_CRYPTO_MD5=y
26006 +# CONFIG_CRYPTO_SHA1 is not set
26007 +# CONFIG_CRYPTO_SHA256 is not set
26008 +# CONFIG_CRYPTO_SHA512 is not set
26009 +# CONFIG_CRYPTO_WP512 is not set
26010 +# CONFIG_CRYPTO_TGR192 is not set
26011 +# CONFIG_CRYPTO_GF128MUL is not set
26012 +CONFIG_CRYPTO_ECB=m
26013 +CONFIG_CRYPTO_CBC=y
26014 +CONFIG_CRYPTO_PCBC=m
26015 +# CONFIG_CRYPTO_LRW is not set
26016 +# CONFIG_CRYPTO_XTS is not set
26017 +# CONFIG_CRYPTO_CTR is not set
26018 +# CONFIG_CRYPTO_GCM is not set
26019 +# CONFIG_CRYPTO_CCM is not set
26020 +# CONFIG_CRYPTO_CRYPTD is not set
26021 +CONFIG_CRYPTO_DES=y
26022 +# CONFIG_CRYPTO_FCRYPT is not set
26023 +# CONFIG_CRYPTO_BLOWFISH is not set
26024 +# CONFIG_CRYPTO_TWOFISH is not set
26025 +# CONFIG_CRYPTO_SERPENT is not set
26026 +# CONFIG_CRYPTO_AES is not set
26027 +# CONFIG_CRYPTO_CAST5 is not set
26028 +# CONFIG_CRYPTO_CAST6 is not set
26029 +# CONFIG_CRYPTO_TEA is not set
26030 +# CONFIG_CRYPTO_ARC4 is not set
26031 +# CONFIG_CRYPTO_KHAZAD is not set
26032 +# CONFIG_CRYPTO_ANUBIS is not set
26033 +# CONFIG_CRYPTO_SEED is not set
26034 +# CONFIG_CRYPTO_SALSA20 is not set
26035 +# CONFIG_CRYPTO_DEFLATE is not set
26036 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
26037 +# CONFIG_CRYPTO_CRC32C is not set
26038 +# CONFIG_CRYPTO_CAMELLIA is not set
26039 +# CONFIG_CRYPTO_TEST is not set
26040 +# CONFIG_CRYPTO_AUTHENC is not set
26041 +# CONFIG_CRYPTO_LZO is not set
26042 +CONFIG_CRYPTO_HW=y
26043 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
26044 +# CONFIG_PPC_CLOCK is not set
26045 +CONFIG_PPC_LIB_RHEAP=y
26046 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
26047 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc834x_itx_defconfig 1970-01-01 01:00:00.000000000 +0100
26048 +++ powerpc.git/arch/powerpc/configs/83xx/mpc834x_itx_defconfig 2008-04-19 16:40:52.000000000 +0200
26049 @@ -0,0 +1,1295 @@
26050 +#
26051 +# Automatically generated make config: don't edit
26052 +# Linux kernel version: 2.6.25-rc6
26053 +# Mon Mar 24 08:48:17 2008
26054 +#
26055 +# CONFIG_PPC64 is not set
26056 +
26057 +#
26058 +# Processor support
26059 +#
26060 +CONFIG_6xx=y
26061 +# CONFIG_PPC_85xx is not set
26062 +# CONFIG_PPC_8xx is not set
26063 +# CONFIG_40x is not set
26064 +# CONFIG_44x is not set
26065 +# CONFIG_E200 is not set
26066 +CONFIG_PPC_FPU=y
26067 +# CONFIG_FSL_EMB_PERFMON is not set
26068 +CONFIG_PPC_STD_MMU=y
26069 +CONFIG_PPC_STD_MMU_32=y
26070 +# CONFIG_PPC_MM_SLICES is not set
26071 +# CONFIG_SMP is not set
26072 +CONFIG_PPC32=y
26073 +CONFIG_WORD_SIZE=32
26074 +CONFIG_PPC_MERGE=y
26075 +CONFIG_MMU=y
26076 +CONFIG_GENERIC_CMOS_UPDATE=y
26077 +CONFIG_GENERIC_TIME=y
26078 +CONFIG_GENERIC_TIME_VSYSCALL=y
26079 +CONFIG_GENERIC_CLOCKEVENTS=y
26080 +CONFIG_GENERIC_HARDIRQS=y
26081 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
26082 +CONFIG_IRQ_PER_CPU=y
26083 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
26084 +CONFIG_ARCH_HAS_ILOG2_U32=y
26085 +CONFIG_GENERIC_HWEIGHT=y
26086 +CONFIG_GENERIC_CALIBRATE_DELAY=y
26087 +CONFIG_GENERIC_FIND_NEXT_BIT=y
26088 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
26089 +CONFIG_PPC=y
26090 +CONFIG_EARLY_PRINTK=y
26091 +CONFIG_GENERIC_NVRAM=y
26092 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
26093 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
26094 +CONFIG_PPC_OF=y
26095 +CONFIG_OF=y
26096 +CONFIG_PPC_UDBG_16550=y
26097 +# CONFIG_GENERIC_TBSYNC is not set
26098 +CONFIG_AUDIT_ARCH=y
26099 +CONFIG_GENERIC_BUG=y
26100 +CONFIG_DEFAULT_UIMAGE=y
26101 +# CONFIG_PPC_DCR_NATIVE is not set
26102 +# CONFIG_PPC_DCR_MMIO is not set
26103 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
26104 +
26105 +#
26106 +# General setup
26107 +#
26108 +CONFIG_EXPERIMENTAL=y
26109 +CONFIG_BROKEN_ON_SMP=y
26110 +CONFIG_INIT_ENV_ARG_LIMIT=32
26111 +CONFIG_LOCALVERSION=""
26112 +CONFIG_LOCALVERSION_AUTO=y
26113 +CONFIG_SWAP=y
26114 +CONFIG_SYSVIPC=y
26115 +CONFIG_SYSVIPC_SYSCTL=y
26116 +# CONFIG_POSIX_MQUEUE is not set
26117 +# CONFIG_BSD_PROCESS_ACCT is not set
26118 +# CONFIG_TASKSTATS is not set
26119 +# CONFIG_AUDIT is not set
26120 +# CONFIG_IKCONFIG is not set
26121 +CONFIG_LOG_BUF_SHIFT=14
26122 +# CONFIG_CGROUPS is not set
26123 +CONFIG_GROUP_SCHED=y
26124 +# CONFIG_FAIR_GROUP_SCHED is not set
26125 +# CONFIG_RT_GROUP_SCHED is not set
26126 +CONFIG_USER_SCHED=y
26127 +# CONFIG_CGROUP_SCHED is not set
26128 +CONFIG_SYSFS_DEPRECATED=y
26129 +CONFIG_SYSFS_DEPRECATED_V2=y
26130 +# CONFIG_RELAY is not set
26131 +# CONFIG_NAMESPACES is not set
26132 +CONFIG_BLK_DEV_INITRD=y
26133 +CONFIG_INITRAMFS_SOURCE=""
26134 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
26135 +CONFIG_SYSCTL=y
26136 +CONFIG_EMBEDDED=y
26137 +CONFIG_SYSCTL_SYSCALL=y
26138 +# CONFIG_KALLSYMS is not set
26139 +CONFIG_HOTPLUG=y
26140 +CONFIG_PRINTK=y
26141 +CONFIG_BUG=y
26142 +CONFIG_ELF_CORE=y
26143 +CONFIG_COMPAT_BRK=y
26144 +CONFIG_BASE_FULL=y
26145 +CONFIG_FUTEX=y
26146 +CONFIG_ANON_INODES=y
26147 +# CONFIG_EPOLL is not set
26148 +CONFIG_SIGNALFD=y
26149 +CONFIG_TIMERFD=y
26150 +CONFIG_EVENTFD=y
26151 +CONFIG_SHMEM=y
26152 +CONFIG_VM_EVENT_COUNTERS=y
26153 +CONFIG_SLUB_DEBUG=y
26154 +# CONFIG_SLAB is not set
26155 +CONFIG_SLUB=y
26156 +# CONFIG_SLOB is not set
26157 +# CONFIG_PROFILING is not set
26158 +# CONFIG_MARKERS is not set
26159 +CONFIG_HAVE_OPROFILE=y
26160 +CONFIG_HAVE_KPROBES=y
26161 +CONFIG_HAVE_KRETPROBES=y
26162 +CONFIG_PROC_PAGE_MONITOR=y
26163 +CONFIG_SLABINFO=y
26164 +CONFIG_RT_MUTEXES=y
26165 +# CONFIG_TINY_SHMEM is not set
26166 +CONFIG_BASE_SMALL=0
26167 +CONFIG_MODULES=y
26168 +CONFIG_MODULE_UNLOAD=y
26169 +# CONFIG_MODULE_FORCE_UNLOAD is not set
26170 +# CONFIG_MODVERSIONS is not set
26171 +# CONFIG_MODULE_SRCVERSION_ALL is not set
26172 +# CONFIG_KMOD is not set
26173 +CONFIG_BLOCK=y
26174 +# CONFIG_LBD is not set
26175 +# CONFIG_BLK_DEV_IO_TRACE is not set
26176 +# CONFIG_LSF is not set
26177 +# CONFIG_BLK_DEV_BSG is not set
26178 +
26179 +#
26180 +# IO Schedulers
26181 +#
26182 +CONFIG_IOSCHED_NOOP=y
26183 +CONFIG_IOSCHED_AS=y
26184 +CONFIG_IOSCHED_DEADLINE=y
26185 +CONFIG_IOSCHED_CFQ=y
26186 +CONFIG_DEFAULT_AS=y
26187 +# CONFIG_DEFAULT_DEADLINE is not set
26188 +# CONFIG_DEFAULT_CFQ is not set
26189 +# CONFIG_DEFAULT_NOOP is not set
26190 +CONFIG_DEFAULT_IOSCHED="anticipatory"
26191 +CONFIG_CLASSIC_RCU=y
26192 +
26193 +#
26194 +# Platform support
26195 +#
26196 +# CONFIG_PPC_MULTIPLATFORM is not set
26197 +# CONFIG_PPC_82xx is not set
26198 +CONFIG_PPC_83xx=y
26199 +# CONFIG_PPC_86xx is not set
26200 +# CONFIG_PPC_MPC512x is not set
26201 +# CONFIG_PPC_MPC5121 is not set
26202 +# CONFIG_PPC_CELL is not set
26203 +# CONFIG_PPC_CELL_NATIVE is not set
26204 +# CONFIG_PQ2ADS is not set
26205 +CONFIG_MPC83xx=y
26206 +# CONFIG_MPC831x_RDB is not set
26207 +# CONFIG_MPC832x_MDS is not set
26208 +# CONFIG_MPC832x_RDB is not set
26209 +# CONFIG_MPC834x_MDS is not set
26210 +CONFIG_MPC834x_ITX=y
26211 +# CONFIG_MPC836x_MDS is not set
26212 +# CONFIG_MPC837x_MDS is not set
26213 +# CONFIG_MPC837x_RDB is not set
26214 +# CONFIG_SBC834x is not set
26215 +CONFIG_PPC_MPC834x=y
26216 +CONFIG_IPIC=y
26217 +# CONFIG_MPIC is not set
26218 +# CONFIG_MPIC_WEIRD is not set
26219 +# CONFIG_PPC_I8259 is not set
26220 +# CONFIG_PPC_RTAS is not set
26221 +# CONFIG_MMIO_NVRAM is not set
26222 +# CONFIG_PPC_MPC106 is not set
26223 +# CONFIG_PPC_970_NAP is not set
26224 +# CONFIG_PPC_INDIRECT_IO is not set
26225 +# CONFIG_GENERIC_IOMAP is not set
26226 +# CONFIG_CPU_FREQ is not set
26227 +# CONFIG_FSL_ULI1575 is not set
26228 +
26229 +#
26230 +# Kernel options
26231 +#
26232 +# CONFIG_HIGHMEM is not set
26233 +CONFIG_TICK_ONESHOT=y
26234 +CONFIG_NO_HZ=y
26235 +CONFIG_HIGH_RES_TIMERS=y
26236 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
26237 +# CONFIG_HZ_100 is not set
26238 +CONFIG_HZ_250=y
26239 +# CONFIG_HZ_300 is not set
26240 +# CONFIG_HZ_1000 is not set
26241 +CONFIG_HZ=250
26242 +# CONFIG_SCHED_HRTICK is not set
26243 +CONFIG_PREEMPT_NONE=y
26244 +# CONFIG_PREEMPT_VOLUNTARY is not set
26245 +# CONFIG_PREEMPT is not set
26246 +CONFIG_BINFMT_ELF=y
26247 +# CONFIG_BINFMT_MISC is not set
26248 +# CONFIG_IOMMU_HELPER is not set
26249 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
26250 +CONFIG_ARCH_HAS_WALK_MEMORY=y
26251 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
26252 +CONFIG_ARCH_FLATMEM_ENABLE=y
26253 +CONFIG_ARCH_POPULATES_NODE_MAP=y
26254 +CONFIG_SELECT_MEMORY_MODEL=y
26255 +CONFIG_FLATMEM_MANUAL=y
26256 +# CONFIG_DISCONTIGMEM_MANUAL is not set
26257 +# CONFIG_SPARSEMEM_MANUAL is not set
26258 +CONFIG_FLATMEM=y
26259 +CONFIG_FLAT_NODE_MEM_MAP=y
26260 +# CONFIG_SPARSEMEM_STATIC is not set
26261 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
26262 +CONFIG_SPLIT_PTLOCK_CPUS=4
26263 +# CONFIG_RESOURCES_64BIT is not set
26264 +CONFIG_ZONE_DMA_FLAG=1
26265 +CONFIG_BOUNCE=y
26266 +CONFIG_VIRT_TO_BUS=y
26267 +CONFIG_PROC_DEVICETREE=y
26268 +# CONFIG_CMDLINE_BOOL is not set
26269 +# CONFIG_PM is not set
26270 +CONFIG_SECCOMP=y
26271 +CONFIG_ISA_DMA_API=y
26272 +
26273 +#
26274 +# Bus options
26275 +#
26276 +CONFIG_ZONE_DMA=y
26277 +CONFIG_GENERIC_ISA_DMA=y
26278 +CONFIG_PPC_INDIRECT_PCI=y
26279 +CONFIG_FSL_SOC=y
26280 +CONFIG_PCI=y
26281 +CONFIG_PCI_DOMAINS=y
26282 +CONFIG_PCI_SYSCALL=y
26283 +# CONFIG_PCIEPORTBUS is not set
26284 +CONFIG_ARCH_SUPPORTS_MSI=y
26285 +# CONFIG_PCI_MSI is not set
26286 +CONFIG_PCI_LEGACY=y
26287 +# CONFIG_PCCARD is not set
26288 +# CONFIG_HOTPLUG_PCI is not set
26289 +
26290 +#
26291 +# Advanced setup
26292 +#
26293 +# CONFIG_ADVANCED_OPTIONS is not set
26294 +
26295 +#
26296 +# Default settings for advanced configuration options are used
26297 +#
26298 +CONFIG_HIGHMEM_START=0xfe000000
26299 +CONFIG_LOWMEM_SIZE=0x30000000
26300 +CONFIG_KERNEL_START=0xc0000000
26301 +CONFIG_TASK_SIZE=0xc0000000
26302 +CONFIG_BOOT_LOAD=0x00800000
26303 +
26304 +#
26305 +# Networking
26306 +#
26307 +CONFIG_NET=y
26308 +
26309 +#
26310 +# Networking options
26311 +#
26312 +CONFIG_PACKET=y
26313 +# CONFIG_PACKET_MMAP is not set
26314 +CONFIG_UNIX=y
26315 +CONFIG_XFRM=y
26316 +# CONFIG_XFRM_USER is not set
26317 +# CONFIG_XFRM_SUB_POLICY is not set
26318 +# CONFIG_XFRM_MIGRATE is not set
26319 +# CONFIG_XFRM_STATISTICS is not set
26320 +# CONFIG_NET_KEY is not set
26321 +CONFIG_INET=y
26322 +CONFIG_IP_MULTICAST=y
26323 +# CONFIG_IP_ADVANCED_ROUTER is not set
26324 +CONFIG_IP_FIB_HASH=y
26325 +CONFIG_IP_PNP=y
26326 +CONFIG_IP_PNP_DHCP=y
26327 +CONFIG_IP_PNP_BOOTP=y
26328 +# CONFIG_IP_PNP_RARP is not set
26329 +# CONFIG_NET_IPIP is not set
26330 +# CONFIG_NET_IPGRE is not set
26331 +# CONFIG_IP_MROUTE is not set
26332 +# CONFIG_ARPD is not set
26333 +CONFIG_SYN_COOKIES=y
26334 +# CONFIG_INET_AH is not set
26335 +# CONFIG_INET_ESP is not set
26336 +# CONFIG_INET_IPCOMP is not set
26337 +# CONFIG_INET_XFRM_TUNNEL is not set
26338 +# CONFIG_INET_TUNNEL is not set
26339 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
26340 +CONFIG_INET_XFRM_MODE_TUNNEL=y
26341 +CONFIG_INET_XFRM_MODE_BEET=y
26342 +# CONFIG_INET_LRO is not set
26343 +CONFIG_INET_DIAG=y
26344 +CONFIG_INET_TCP_DIAG=y
26345 +# CONFIG_TCP_CONG_ADVANCED is not set
26346 +CONFIG_TCP_CONG_CUBIC=y
26347 +CONFIG_DEFAULT_TCP_CONG="cubic"
26348 +# CONFIG_TCP_MD5SIG is not set
26349 +# CONFIG_IPV6 is not set
26350 +# CONFIG_INET6_XFRM_TUNNEL is not set
26351 +# CONFIG_INET6_TUNNEL is not set
26352 +# CONFIG_NETWORK_SECMARK is not set
26353 +# CONFIG_NETFILTER is not set
26354 +# CONFIG_IP_DCCP is not set
26355 +# CONFIG_IP_SCTP is not set
26356 +# CONFIG_TIPC is not set
26357 +# CONFIG_ATM is not set
26358 +# CONFIG_BRIDGE is not set
26359 +# CONFIG_VLAN_8021Q is not set
26360 +# CONFIG_DECNET is not set
26361 +# CONFIG_LLC2 is not set
26362 +# CONFIG_IPX is not set
26363 +# CONFIG_ATALK is not set
26364 +# CONFIG_X25 is not set
26365 +# CONFIG_LAPB is not set
26366 +# CONFIG_ECONET is not set
26367 +# CONFIG_WAN_ROUTER is not set
26368 +# CONFIG_NET_SCHED is not set
26369 +
26370 +#
26371 +# Network testing
26372 +#
26373 +# CONFIG_NET_PKTGEN is not set
26374 +# CONFIG_HAMRADIO is not set
26375 +# CONFIG_CAN is not set
26376 +# CONFIG_IRDA is not set
26377 +# CONFIG_BT is not set
26378 +# CONFIG_AF_RXRPC is not set
26379 +
26380 +#
26381 +# Wireless
26382 +#
26383 +# CONFIG_CFG80211 is not set
26384 +# CONFIG_WIRELESS_EXT is not set
26385 +# CONFIG_MAC80211 is not set
26386 +# CONFIG_IEEE80211 is not set
26387 +# CONFIG_RFKILL is not set
26388 +# CONFIG_NET_9P is not set
26389 +
26390 +#
26391 +# Device Drivers
26392 +#
26393 +
26394 +#
26395 +# Generic Driver Options
26396 +#
26397 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
26398 +CONFIG_STANDALONE=y
26399 +CONFIG_PREVENT_FIRMWARE_BUILD=y
26400 +# CONFIG_FW_LOADER is not set
26401 +# CONFIG_SYS_HYPERVISOR is not set
26402 +# CONFIG_CONNECTOR is not set
26403 +CONFIG_MTD=y
26404 +# CONFIG_MTD_DEBUG is not set
26405 +# CONFIG_MTD_CONCAT is not set
26406 +# CONFIG_MTD_PARTITIONS is not set
26407 +
26408 +#
26409 +# User Modules And Translation Layers
26410 +#
26411 +CONFIG_MTD_CHAR=y
26412 +# CONFIG_MTD_BLKDEVS is not set
26413 +# CONFIG_MTD_BLOCK is not set
26414 +# CONFIG_MTD_BLOCK_RO is not set
26415 +# CONFIG_FTL is not set
26416 +# CONFIG_NFTL is not set
26417 +# CONFIG_INFTL is not set
26418 +# CONFIG_RFD_FTL is not set
26419 +# CONFIG_SSFDC is not set
26420 +# CONFIG_MTD_OOPS is not set
26421 +
26422 +#
26423 +# RAM/ROM/Flash chip drivers
26424 +#
26425 +CONFIG_MTD_CFI=y
26426 +# CONFIG_MTD_JEDECPROBE is not set
26427 +CONFIG_MTD_GEN_PROBE=y
26428 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
26429 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
26430 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
26431 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
26432 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
26433 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
26434 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
26435 +CONFIG_MTD_CFI_I1=y
26436 +CONFIG_MTD_CFI_I2=y
26437 +# CONFIG_MTD_CFI_I4 is not set
26438 +# CONFIG_MTD_CFI_I8 is not set
26439 +# CONFIG_MTD_CFI_INTELEXT is not set
26440 +CONFIG_MTD_CFI_AMDSTD=y
26441 +# CONFIG_MTD_CFI_STAA is not set
26442 +CONFIG_MTD_CFI_UTIL=y
26443 +# CONFIG_MTD_RAM is not set
26444 +# CONFIG_MTD_ROM is not set
26445 +# CONFIG_MTD_ABSENT is not set
26446 +
26447 +#
26448 +# Mapping drivers for chip access
26449 +#
26450 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
26451 +CONFIG_MTD_PHYSMAP=y
26452 +CONFIG_MTD_PHYSMAP_START=0xfe000000
26453 +CONFIG_MTD_PHYSMAP_LEN=0x1000000
26454 +CONFIG_MTD_PHYSMAP_BANKWIDTH=2
26455 +# CONFIG_MTD_PHYSMAP_OF is not set
26456 +# CONFIG_MTD_INTEL_VR_NOR is not set
26457 +# CONFIG_MTD_PLATRAM is not set
26458 +
26459 +#
26460 +# Self-contained MTD device drivers
26461 +#
26462 +# CONFIG_MTD_PMC551 is not set
26463 +# CONFIG_MTD_DATAFLASH is not set
26464 +# CONFIG_MTD_M25P80 is not set
26465 +# CONFIG_MTD_SLRAM is not set
26466 +# CONFIG_MTD_PHRAM is not set
26467 +# CONFIG_MTD_MTDRAM is not set
26468 +# CONFIG_MTD_BLOCK2MTD is not set
26469 +
26470 +#
26471 +# Disk-On-Chip Device Drivers
26472 +#
26473 +# CONFIG_MTD_DOC2000 is not set
26474 +# CONFIG_MTD_DOC2001 is not set
26475 +# CONFIG_MTD_DOC2001PLUS is not set
26476 +# CONFIG_MTD_NAND is not set
26477 +# CONFIG_MTD_ONENAND is not set
26478 +
26479 +#
26480 +# UBI - Unsorted block images
26481 +#
26482 +# CONFIG_MTD_UBI is not set
26483 +CONFIG_OF_DEVICE=y
26484 +# CONFIG_PARPORT is not set
26485 +CONFIG_BLK_DEV=y
26486 +# CONFIG_BLK_DEV_FD is not set
26487 +# CONFIG_BLK_CPQ_DA is not set
26488 +# CONFIG_BLK_CPQ_CISS_DA is not set
26489 +# CONFIG_BLK_DEV_DAC960 is not set
26490 +# CONFIG_BLK_DEV_UMEM is not set
26491 +# CONFIG_BLK_DEV_COW_COMMON is not set
26492 +CONFIG_BLK_DEV_LOOP=y
26493 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
26494 +# CONFIG_BLK_DEV_NBD is not set
26495 +# CONFIG_BLK_DEV_SX8 is not set
26496 +# CONFIG_BLK_DEV_UB is not set
26497 +CONFIG_BLK_DEV_RAM=y
26498 +CONFIG_BLK_DEV_RAM_COUNT=16
26499 +CONFIG_BLK_DEV_RAM_SIZE=32768
26500 +# CONFIG_BLK_DEV_XIP is not set
26501 +# CONFIG_CDROM_PKTCDVD is not set
26502 +# CONFIG_ATA_OVER_ETH is not set
26503 +CONFIG_MISC_DEVICES=y
26504 +# CONFIG_PHANTOM is not set
26505 +# CONFIG_EEPROM_93CX6 is not set
26506 +# CONFIG_SGI_IOC4 is not set
26507 +# CONFIG_TIFM_CORE is not set
26508 +# CONFIG_ENCLOSURE_SERVICES is not set
26509 +CONFIG_HAVE_IDE=y
26510 +CONFIG_IDE=y
26511 +CONFIG_IDE_MAX_HWIFS=4
26512 +# CONFIG_BLK_DEV_IDE is not set
26513 +# CONFIG_BLK_DEV_HD_ONLY is not set
26514 +# CONFIG_BLK_DEV_HD is not set
26515 +
26516 +#
26517 +# SCSI device support
26518 +#
26519 +# CONFIG_RAID_ATTRS is not set
26520 +CONFIG_SCSI=y
26521 +CONFIG_SCSI_DMA=y
26522 +# CONFIG_SCSI_TGT is not set
26523 +# CONFIG_SCSI_NETLINK is not set
26524 +CONFIG_SCSI_PROC_FS=y
26525 +
26526 +#
26527 +# SCSI support type (disk, tape, CD-ROM)
26528 +#
26529 +CONFIG_BLK_DEV_SD=y
26530 +# CONFIG_CHR_DEV_ST is not set
26531 +# CONFIG_CHR_DEV_OSST is not set
26532 +# CONFIG_BLK_DEV_SR is not set
26533 +CONFIG_CHR_DEV_SG=y
26534 +# CONFIG_CHR_DEV_SCH is not set
26535 +
26536 +#
26537 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
26538 +#
26539 +# CONFIG_SCSI_MULTI_LUN is not set
26540 +# CONFIG_SCSI_CONSTANTS is not set
26541 +# CONFIG_SCSI_LOGGING is not set
26542 +# CONFIG_SCSI_SCAN_ASYNC is not set
26543 +CONFIG_SCSI_WAIT_SCAN=m
26544 +
26545 +#
26546 +# SCSI Transports
26547 +#
26548 +CONFIG_SCSI_SPI_ATTRS=y
26549 +# CONFIG_SCSI_FC_ATTRS is not set
26550 +# CONFIG_SCSI_ISCSI_ATTRS is not set
26551 +# CONFIG_SCSI_SAS_LIBSAS is not set
26552 +# CONFIG_SCSI_SRP_ATTRS is not set
26553 +CONFIG_SCSI_LOWLEVEL=y
26554 +# CONFIG_ISCSI_TCP is not set
26555 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
26556 +# CONFIG_SCSI_3W_9XXX is not set
26557 +# CONFIG_SCSI_ACARD is not set
26558 +# CONFIG_SCSI_AACRAID is not set
26559 +# CONFIG_SCSI_AIC7XXX is not set
26560 +# CONFIG_SCSI_AIC7XXX_OLD is not set
26561 +# CONFIG_SCSI_AIC79XX is not set
26562 +# CONFIG_SCSI_AIC94XX is not set
26563 +# CONFIG_SCSI_DPT_I2O is not set
26564 +# CONFIG_SCSI_ADVANSYS is not set
26565 +# CONFIG_SCSI_ARCMSR is not set
26566 +# CONFIG_MEGARAID_NEWGEN is not set
26567 +# CONFIG_MEGARAID_LEGACY is not set
26568 +# CONFIG_MEGARAID_SAS is not set
26569 +# CONFIG_SCSI_HPTIOP is not set
26570 +# CONFIG_SCSI_BUSLOGIC is not set
26571 +# CONFIG_SCSI_DMX3191D is not set
26572 +# CONFIG_SCSI_EATA is not set
26573 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
26574 +# CONFIG_SCSI_GDTH is not set
26575 +# CONFIG_SCSI_IPS is not set
26576 +# CONFIG_SCSI_INITIO is not set
26577 +# CONFIG_SCSI_INIA100 is not set
26578 +# CONFIG_SCSI_MVSAS is not set
26579 +# CONFIG_SCSI_STEX is not set
26580 +# CONFIG_SCSI_SYM53C8XX_2 is not set
26581 +# CONFIG_SCSI_IPR is not set
26582 +# CONFIG_SCSI_QLOGIC_1280 is not set
26583 +# CONFIG_SCSI_QLA_FC is not set
26584 +# CONFIG_SCSI_QLA_ISCSI is not set
26585 +# CONFIG_SCSI_LPFC is not set
26586 +# CONFIG_SCSI_DC395x is not set
26587 +# CONFIG_SCSI_DC390T is not set
26588 +# CONFIG_SCSI_NSP32 is not set
26589 +# CONFIG_SCSI_DEBUG is not set
26590 +# CONFIG_SCSI_SRP is not set
26591 +CONFIG_ATA=y
26592 +# CONFIG_ATA_NONSTANDARD is not set
26593 +# CONFIG_SATA_AHCI is not set
26594 +# CONFIG_SATA_SVW is not set
26595 +# CONFIG_ATA_PIIX is not set
26596 +# CONFIG_SATA_MV is not set
26597 +# CONFIG_SATA_NV is not set
26598 +# CONFIG_PDC_ADMA is not set
26599 +# CONFIG_SATA_QSTOR is not set
26600 +# CONFIG_SATA_PROMISE is not set
26601 +# CONFIG_SATA_SX4 is not set
26602 +CONFIG_SATA_SIL=y
26603 +# CONFIG_SATA_SIL24 is not set
26604 +# CONFIG_SATA_SIS is not set
26605 +# CONFIG_SATA_ULI is not set
26606 +# CONFIG_SATA_VIA is not set
26607 +# CONFIG_SATA_VITESSE is not set
26608 +# CONFIG_SATA_INIC162X is not set
26609 +# CONFIG_SATA_FSL is not set
26610 +# CONFIG_PATA_ALI is not set
26611 +# CONFIG_PATA_AMD is not set
26612 +# CONFIG_PATA_ARTOP is not set
26613 +# CONFIG_PATA_ATIIXP is not set
26614 +# CONFIG_PATA_CMD640_PCI is not set
26615 +# CONFIG_PATA_CMD64X is not set
26616 +# CONFIG_PATA_CS5520 is not set
26617 +# CONFIG_PATA_CS5530 is not set
26618 +# CONFIG_PATA_CYPRESS is not set
26619 +# CONFIG_PATA_EFAR is not set
26620 +# CONFIG_ATA_GENERIC is not set
26621 +# CONFIG_PATA_HPT366 is not set
26622 +# CONFIG_PATA_HPT37X is not set
26623 +# CONFIG_PATA_HPT3X2N is not set
26624 +# CONFIG_PATA_HPT3X3 is not set
26625 +# CONFIG_PATA_IT821X is not set
26626 +# CONFIG_PATA_IT8213 is not set
26627 +# CONFIG_PATA_JMICRON is not set
26628 +# CONFIG_PATA_TRIFLEX is not set
26629 +# CONFIG_PATA_MARVELL is not set
26630 +# CONFIG_PATA_MPIIX is not set
26631 +# CONFIG_PATA_OLDPIIX is not set
26632 +# CONFIG_PATA_NETCELL is not set
26633 +# CONFIG_PATA_NINJA32 is not set
26634 +# CONFIG_PATA_NS87410 is not set
26635 +# CONFIG_PATA_NS87415 is not set
26636 +# CONFIG_PATA_OPTI is not set
26637 +# CONFIG_PATA_OPTIDMA is not set
26638 +# CONFIG_PATA_PDC_OLD is not set
26639 +# CONFIG_PATA_RADISYS is not set
26640 +# CONFIG_PATA_RZ1000 is not set
26641 +# CONFIG_PATA_SC1200 is not set
26642 +# CONFIG_PATA_SERVERWORKS is not set
26643 +# CONFIG_PATA_PDC2027X is not set
26644 +# CONFIG_PATA_SIL680 is not set
26645 +# CONFIG_PATA_SIS is not set
26646 +# CONFIG_PATA_VIA is not set
26647 +# CONFIG_PATA_WINBOND is not set
26648 +CONFIG_PATA_PLATFORM=y
26649 +CONFIG_PATA_OF_PLATFORM=y
26650 +CONFIG_MD=y
26651 +CONFIG_BLK_DEV_MD=y
26652 +CONFIG_MD_LINEAR=y
26653 +CONFIG_MD_RAID0=y
26654 +CONFIG_MD_RAID1=y
26655 +# CONFIG_MD_RAID10 is not set
26656 +# CONFIG_MD_RAID456 is not set
26657 +# CONFIG_MD_MULTIPATH is not set
26658 +# CONFIG_MD_FAULTY is not set
26659 +# CONFIG_BLK_DEV_DM is not set
26660 +# CONFIG_FUSION is not set
26661 +
26662 +#
26663 +# IEEE 1394 (FireWire) support
26664 +#
26665 +# CONFIG_FIREWIRE is not set
26666 +# CONFIG_IEEE1394 is not set
26667 +# CONFIG_I2O is not set
26668 +# CONFIG_MACINTOSH_DRIVERS is not set
26669 +CONFIG_NETDEVICES=y
26670 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
26671 +# CONFIG_DUMMY is not set
26672 +# CONFIG_BONDING is not set
26673 +# CONFIG_MACVLAN is not set
26674 +# CONFIG_EQUALIZER is not set
26675 +# CONFIG_TUN is not set
26676 +# CONFIG_VETH is not set
26677 +# CONFIG_ARCNET is not set
26678 +CONFIG_PHYLIB=y
26679 +
26680 +#
26681 +# MII PHY device drivers
26682 +#
26683 +# CONFIG_MARVELL_PHY is not set
26684 +# CONFIG_DAVICOM_PHY is not set
26685 +# CONFIG_QSEMI_PHY is not set
26686 +# CONFIG_LXT_PHY is not set
26687 +CONFIG_CICADA_PHY=y
26688 +# CONFIG_VITESSE_PHY is not set
26689 +# CONFIG_SMSC_PHY is not set
26690 +# CONFIG_BROADCOM_PHY is not set
26691 +# CONFIG_ICPLUS_PHY is not set
26692 +# CONFIG_REALTEK_PHY is not set
26693 +# CONFIG_FIXED_PHY is not set
26694 +# CONFIG_MDIO_BITBANG is not set
26695 +# CONFIG_NET_ETHERNET is not set
26696 +CONFIG_NETDEV_1000=y
26697 +# CONFIG_ACENIC is not set
26698 +# CONFIG_DL2K is not set
26699 +# CONFIG_E1000 is not set
26700 +# CONFIG_E1000E is not set
26701 +# CONFIG_E1000E_ENABLED is not set
26702 +# CONFIG_IP1000 is not set
26703 +# CONFIG_IGB is not set
26704 +# CONFIG_NS83820 is not set
26705 +# CONFIG_HAMACHI is not set
26706 +# CONFIG_YELLOWFIN is not set
26707 +# CONFIG_R8169 is not set
26708 +# CONFIG_SIS190 is not set
26709 +# CONFIG_SKGE is not set
26710 +# CONFIG_SKY2 is not set
26711 +# CONFIG_SK98LIN is not set
26712 +# CONFIG_VIA_VELOCITY is not set
26713 +# CONFIG_TIGON3 is not set
26714 +# CONFIG_BNX2 is not set
26715 +CONFIG_GIANFAR=y
26716 +CONFIG_GFAR_NAPI=y
26717 +# CONFIG_QLA3XXX is not set
26718 +# CONFIG_ATL1 is not set
26719 +CONFIG_NETDEV_10000=y
26720 +# CONFIG_CHELSIO_T1 is not set
26721 +# CONFIG_CHELSIO_T3 is not set
26722 +# CONFIG_IXGBE is not set
26723 +# CONFIG_IXGB is not set
26724 +# CONFIG_S2IO is not set
26725 +# CONFIG_MYRI10GE is not set
26726 +# CONFIG_NETXEN_NIC is not set
26727 +# CONFIG_NIU is not set
26728 +# CONFIG_MLX4_CORE is not set
26729 +# CONFIG_TEHUTI is not set
26730 +# CONFIG_BNX2X is not set
26731 +# CONFIG_TR is not set
26732 +
26733 +#
26734 +# Wireless LAN
26735 +#
26736 +# CONFIG_WLAN_PRE80211 is not set
26737 +# CONFIG_WLAN_80211 is not set
26738 +
26739 +#
26740 +# USB Network Adapters
26741 +#
26742 +# CONFIG_USB_CATC is not set
26743 +# CONFIG_USB_KAWETH is not set
26744 +# CONFIG_USB_PEGASUS is not set
26745 +# CONFIG_USB_RTL8150 is not set
26746 +# CONFIG_USB_USBNET is not set
26747 +# CONFIG_WAN is not set
26748 +# CONFIG_FDDI is not set
26749 +# CONFIG_HIPPI is not set
26750 +# CONFIG_PPP is not set
26751 +# CONFIG_SLIP is not set
26752 +# CONFIG_NET_FC is not set
26753 +# CONFIG_NETCONSOLE is not set
26754 +# CONFIG_NETPOLL is not set
26755 +# CONFIG_NET_POLL_CONTROLLER is not set
26756 +# CONFIG_ISDN is not set
26757 +# CONFIG_PHONE is not set
26758 +
26759 +#
26760 +# Input device support
26761 +#
26762 +# CONFIG_INPUT is not set
26763 +
26764 +#
26765 +# Hardware I/O ports
26766 +#
26767 +# CONFIG_SERIO is not set
26768 +# CONFIG_GAMEPORT is not set
26769 +
26770 +#
26771 +# Character devices
26772 +#
26773 +# CONFIG_VT is not set
26774 +# CONFIG_SERIAL_NONSTANDARD is not set
26775 +# CONFIG_NOZOMI is not set
26776 +
26777 +#
26778 +# Serial drivers
26779 +#
26780 +CONFIG_SERIAL_8250=y
26781 +CONFIG_SERIAL_8250_CONSOLE=y
26782 +# CONFIG_SERIAL_8250_PCI is not set
26783 +CONFIG_SERIAL_8250_NR_UARTS=4
26784 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
26785 +# CONFIG_SERIAL_8250_EXTENDED is not set
26786 +
26787 +#
26788 +# Non-8250 serial port support
26789 +#
26790 +# CONFIG_SERIAL_UARTLITE is not set
26791 +CONFIG_SERIAL_CORE=y
26792 +CONFIG_SERIAL_CORE_CONSOLE=y
26793 +# CONFIG_SERIAL_JSM is not set
26794 +# CONFIG_SERIAL_OF_PLATFORM is not set
26795 +CONFIG_UNIX98_PTYS=y
26796 +CONFIG_LEGACY_PTYS=y
26797 +CONFIG_LEGACY_PTY_COUNT=256
26798 +# CONFIG_IPMI_HANDLER is not set
26799 +CONFIG_HW_RANDOM=y
26800 +# CONFIG_NVRAM is not set
26801 +# CONFIG_GEN_RTC is not set
26802 +# CONFIG_R3964 is not set
26803 +# CONFIG_APPLICOM is not set
26804 +# CONFIG_RAW_DRIVER is not set
26805 +# CONFIG_TCG_TPM is not set
26806 +CONFIG_DEVPORT=y
26807 +CONFIG_I2C=y
26808 +CONFIG_I2C_BOARDINFO=y
26809 +CONFIG_I2C_CHARDEV=y
26810 +
26811 +#
26812 +# I2C Algorithms
26813 +#
26814 +# CONFIG_I2C_ALGOBIT is not set
26815 +# CONFIG_I2C_ALGOPCF is not set
26816 +# CONFIG_I2C_ALGOPCA is not set
26817 +
26818 +#
26819 +# I2C Hardware Bus support
26820 +#
26821 +# CONFIG_I2C_ALI1535 is not set
26822 +# CONFIG_I2C_ALI1563 is not set
26823 +# CONFIG_I2C_ALI15X3 is not set
26824 +# CONFIG_I2C_AMD756 is not set
26825 +# CONFIG_I2C_AMD8111 is not set
26826 +# CONFIG_I2C_I801 is not set
26827 +# CONFIG_I2C_I810 is not set
26828 +# CONFIG_I2C_PIIX4 is not set
26829 +CONFIG_I2C_MPC=y
26830 +# CONFIG_I2C_NFORCE2 is not set
26831 +# CONFIG_I2C_OCORES is not set
26832 +# CONFIG_I2C_PARPORT_LIGHT is not set
26833 +# CONFIG_I2C_PROSAVAGE is not set
26834 +# CONFIG_I2C_SAVAGE4 is not set
26835 +# CONFIG_I2C_SIMTEC is not set
26836 +# CONFIG_I2C_SIS5595 is not set
26837 +# CONFIG_I2C_SIS630 is not set
26838 +# CONFIG_I2C_SIS96X is not set
26839 +# CONFIG_I2C_TAOS_EVM is not set
26840 +# CONFIG_I2C_STUB is not set
26841 +# CONFIG_I2C_TINY_USB is not set
26842 +# CONFIG_I2C_VIA is not set
26843 +# CONFIG_I2C_VIAPRO is not set
26844 +# CONFIG_I2C_VOODOO3 is not set
26845 +
26846 +#
26847 +# Miscellaneous I2C Chip support
26848 +#
26849 +# CONFIG_DS1682 is not set
26850 +# CONFIG_SENSORS_EEPROM is not set
26851 +CONFIG_SENSORS_PCF8574=y
26852 +# CONFIG_PCF8575 is not set
26853 +# CONFIG_SENSORS_PCF8591 is not set
26854 +# CONFIG_TPS65010 is not set
26855 +# CONFIG_SENSORS_MAX6875 is not set
26856 +# CONFIG_SENSORS_TSL2550 is not set
26857 +# CONFIG_I2C_DEBUG_CORE is not set
26858 +# CONFIG_I2C_DEBUG_ALGO is not set
26859 +# CONFIG_I2C_DEBUG_BUS is not set
26860 +# CONFIG_I2C_DEBUG_CHIP is not set
26861 +
26862 +#
26863 +# SPI support
26864 +#
26865 +CONFIG_SPI=y
26866 +CONFIG_SPI_MASTER=y
26867 +
26868 +#
26869 +# SPI Master Controller Drivers
26870 +#
26871 +CONFIG_SPI_BITBANG=y
26872 +CONFIG_SPI_MPC83xx=y
26873 +
26874 +#
26875 +# SPI Protocol Masters
26876 +#
26877 +# CONFIG_SPI_AT25 is not set
26878 +# CONFIG_SPI_SPIDEV is not set
26879 +# CONFIG_SPI_TLE62X0 is not set
26880 +# CONFIG_W1 is not set
26881 +# CONFIG_POWER_SUPPLY is not set
26882 +# CONFIG_HWMON is not set
26883 +# CONFIG_THERMAL is not set
26884 +CONFIG_WATCHDOG=y
26885 +# CONFIG_WATCHDOG_NOWAYOUT is not set
26886 +
26887 +#
26888 +# Watchdog Device Drivers
26889 +#
26890 +# CONFIG_SOFT_WATCHDOG is not set
26891 +CONFIG_83xx_WDT=y
26892 +
26893 +#
26894 +# PCI-based Watchdog Cards
26895 +#
26896 +# CONFIG_PCIPCWATCHDOG is not set
26897 +# CONFIG_WDTPCI is not set
26898 +
26899 +#
26900 +# USB-based Watchdog Cards
26901 +#
26902 +# CONFIG_USBPCWATCHDOG is not set
26903 +
26904 +#
26905 +# Sonics Silicon Backplane
26906 +#
26907 +CONFIG_SSB_POSSIBLE=y
26908 +# CONFIG_SSB is not set
26909 +
26910 +#
26911 +# Multifunction device drivers
26912 +#
26913 +# CONFIG_MFD_SM501 is not set
26914 +
26915 +#
26916 +# Multimedia devices
26917 +#
26918 +# CONFIG_VIDEO_DEV is not set
26919 +# CONFIG_DVB_CORE is not set
26920 +CONFIG_DAB=y
26921 +# CONFIG_USB_DABUSB is not set
26922 +
26923 +#
26924 +# Graphics support
26925 +#
26926 +# CONFIG_AGP is not set
26927 +# CONFIG_DRM is not set
26928 +# CONFIG_VGASTATE is not set
26929 +CONFIG_VIDEO_OUTPUT_CONTROL=m
26930 +# CONFIG_FB is not set
26931 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
26932 +
26933 +#
26934 +# Display device support
26935 +#
26936 +# CONFIG_DISPLAY_SUPPORT is not set
26937 +
26938 +#
26939 +# Sound
26940 +#
26941 +# CONFIG_SOUND is not set
26942 +CONFIG_USB_SUPPORT=y
26943 +CONFIG_USB_ARCH_HAS_HCD=y
26944 +CONFIG_USB_ARCH_HAS_OHCI=y
26945 +CONFIG_USB_ARCH_HAS_EHCI=y
26946 +CONFIG_USB=y
26947 +# CONFIG_USB_DEBUG is not set
26948 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
26949 +
26950 +#
26951 +# Miscellaneous USB options
26952 +#
26953 +CONFIG_USB_DEVICEFS=y
26954 +CONFIG_USB_DEVICE_CLASS=y
26955 +# CONFIG_USB_DYNAMIC_MINORS is not set
26956 +# CONFIG_USB_OTG is not set
26957 +
26958 +#
26959 +# USB Host Controller Drivers
26960 +#
26961 +CONFIG_USB_EHCI_HCD=y
26962 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
26963 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
26964 +CONFIG_USB_EHCI_FSL=y
26965 +CONFIG_USB_EHCI_HCD_PPC_OF=y
26966 +# CONFIG_USB_ISP116X_HCD is not set
26967 +# CONFIG_USB_OHCI_HCD is not set
26968 +CONFIG_USB_UHCI_HCD=y
26969 +# CONFIG_USB_SL811_HCD is not set
26970 +# CONFIG_USB_R8A66597_HCD is not set
26971 +
26972 +#
26973 +# USB Device Class drivers
26974 +#
26975 +# CONFIG_USB_ACM is not set
26976 +# CONFIG_USB_PRINTER is not set
26977 +
26978 +#
26979 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
26980 +#
26981 +
26982 +#
26983 +# may also be needed; see USB_STORAGE Help for more information
26984 +#
26985 +CONFIG_USB_STORAGE=y
26986 +# CONFIG_USB_STORAGE_DEBUG is not set
26987 +# CONFIG_USB_STORAGE_DATAFAB is not set
26988 +# CONFIG_USB_STORAGE_FREECOM is not set
26989 +# CONFIG_USB_STORAGE_ISD200 is not set
26990 +# CONFIG_USB_STORAGE_DPCM is not set
26991 +# CONFIG_USB_STORAGE_USBAT is not set
26992 +# CONFIG_USB_STORAGE_SDDR09 is not set
26993 +# CONFIG_USB_STORAGE_SDDR55 is not set
26994 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
26995 +# CONFIG_USB_STORAGE_ALAUDA is not set
26996 +# CONFIG_USB_STORAGE_KARMA is not set
26997 +# CONFIG_USB_LIBUSUAL is not set
26998 +
26999 +#
27000 +# USB Imaging devices
27001 +#
27002 +# CONFIG_USB_MDC800 is not set
27003 +# CONFIG_USB_MICROTEK is not set
27004 +CONFIG_USB_MON=y
27005 +
27006 +#
27007 +# USB port drivers
27008 +#
27009 +# CONFIG_USB_SERIAL is not set
27010 +
27011 +#
27012 +# USB Miscellaneous drivers
27013 +#
27014 +# CONFIG_USB_EMI62 is not set
27015 +# CONFIG_USB_EMI26 is not set
27016 +# CONFIG_USB_ADUTUX is not set
27017 +# CONFIG_USB_AUERSWALD is not set
27018 +# CONFIG_USB_RIO500 is not set
27019 +# CONFIG_USB_LEGOTOWER is not set
27020 +# CONFIG_USB_LCD is not set
27021 +# CONFIG_USB_BERRY_CHARGE is not set
27022 +# CONFIG_USB_LED is not set
27023 +# CONFIG_USB_CYPRESS_CY7C63 is not set
27024 +# CONFIG_USB_CYTHERM is not set
27025 +# CONFIG_USB_PHIDGET is not set
27026 +# CONFIG_USB_IDMOUSE is not set
27027 +# CONFIG_USB_FTDI_ELAN is not set
27028 +# CONFIG_USB_APPLEDISPLAY is not set
27029 +# CONFIG_USB_SISUSBVGA is not set
27030 +# CONFIG_USB_LD is not set
27031 +# CONFIG_USB_TRANCEVIBRATOR is not set
27032 +# CONFIG_USB_IOWARRIOR is not set
27033 +# CONFIG_USB_TEST is not set
27034 +# CONFIG_USB_GADGET is not set
27035 +# CONFIG_MMC is not set
27036 +# CONFIG_MEMSTICK is not set
27037 +# CONFIG_NEW_LEDS is not set
27038 +# CONFIG_INFINIBAND is not set
27039 +# CONFIG_EDAC is not set
27040 +CONFIG_RTC_LIB=y
27041 +CONFIG_RTC_CLASS=y
27042 +CONFIG_RTC_HCTOSYS=y
27043 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
27044 +# CONFIG_RTC_DEBUG is not set
27045 +
27046 +#
27047 +# RTC interfaces
27048 +#
27049 +CONFIG_RTC_INTF_SYSFS=y
27050 +CONFIG_RTC_INTF_PROC=y
27051 +CONFIG_RTC_INTF_DEV=y
27052 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
27053 +# CONFIG_RTC_DRV_TEST is not set
27054 +
27055 +#
27056 +# I2C RTC drivers
27057 +#
27058 +CONFIG_RTC_DRV_DS1307=y
27059 +# CONFIG_RTC_DRV_DS1374 is not set
27060 +# CONFIG_RTC_DRV_DS1672 is not set
27061 +# CONFIG_RTC_DRV_MAX6900 is not set
27062 +# CONFIG_RTC_DRV_RS5C372 is not set
27063 +# CONFIG_RTC_DRV_ISL1208 is not set
27064 +# CONFIG_RTC_DRV_X1205 is not set
27065 +# CONFIG_RTC_DRV_PCF8563 is not set
27066 +# CONFIG_RTC_DRV_PCF8583 is not set
27067 +# CONFIG_RTC_DRV_M41T80 is not set
27068 +# CONFIG_RTC_DRV_S35390A is not set
27069 +
27070 +#
27071 +# SPI RTC drivers
27072 +#
27073 +# CONFIG_RTC_DRV_MAX6902 is not set
27074 +# CONFIG_RTC_DRV_R9701 is not set
27075 +# CONFIG_RTC_DRV_RS5C348 is not set
27076 +
27077 +#
27078 +# Platform RTC drivers
27079 +#
27080 +# CONFIG_RTC_DRV_CMOS is not set
27081 +# CONFIG_RTC_DRV_DS1511 is not set
27082 +# CONFIG_RTC_DRV_DS1553 is not set
27083 +# CONFIG_RTC_DRV_DS1742 is not set
27084 +# CONFIG_RTC_DRV_STK17TA8 is not set
27085 +# CONFIG_RTC_DRV_M48T86 is not set
27086 +# CONFIG_RTC_DRV_M48T59 is not set
27087 +# CONFIG_RTC_DRV_V3020 is not set
27088 +
27089 +#
27090 +# on-CPU RTC drivers
27091 +#
27092 +# CONFIG_DMADEVICES is not set
27093 +
27094 +#
27095 +# Userspace I/O
27096 +#
27097 +# CONFIG_UIO is not set
27098 +
27099 +#
27100 +# File systems
27101 +#
27102 +CONFIG_EXT2_FS=y
27103 +# CONFIG_EXT2_FS_XATTR is not set
27104 +# CONFIG_EXT2_FS_XIP is not set
27105 +CONFIG_EXT3_FS=y
27106 +CONFIG_EXT3_FS_XATTR=y
27107 +# CONFIG_EXT3_FS_POSIX_ACL is not set
27108 +# CONFIG_EXT3_FS_SECURITY is not set
27109 +# CONFIG_EXT4DEV_FS is not set
27110 +CONFIG_JBD=y
27111 +CONFIG_FS_MBCACHE=y
27112 +# CONFIG_REISERFS_FS is not set
27113 +# CONFIG_JFS_FS is not set
27114 +# CONFIG_FS_POSIX_ACL is not set
27115 +# CONFIG_XFS_FS is not set
27116 +# CONFIG_GFS2_FS is not set
27117 +# CONFIG_OCFS2_FS is not set
27118 +CONFIG_DNOTIFY=y
27119 +CONFIG_INOTIFY=y
27120 +CONFIG_INOTIFY_USER=y
27121 +# CONFIG_QUOTA is not set
27122 +# CONFIG_AUTOFS_FS is not set
27123 +# CONFIG_AUTOFS4_FS is not set
27124 +# CONFIG_FUSE_FS is not set
27125 +
27126 +#
27127 +# CD-ROM/DVD Filesystems
27128 +#
27129 +# CONFIG_ISO9660_FS is not set
27130 +# CONFIG_UDF_FS is not set
27131 +
27132 +#
27133 +# DOS/FAT/NT Filesystems
27134 +#
27135 +CONFIG_FAT_FS=y
27136 +CONFIG_MSDOS_FS=y
27137 +CONFIG_VFAT_FS=y
27138 +CONFIG_FAT_DEFAULT_CODEPAGE=437
27139 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
27140 +# CONFIG_NTFS_FS is not set
27141 +
27142 +#
27143 +# Pseudo filesystems
27144 +#
27145 +CONFIG_PROC_FS=y
27146 +CONFIG_PROC_KCORE=y
27147 +CONFIG_PROC_SYSCTL=y
27148 +CONFIG_SYSFS=y
27149 +CONFIG_TMPFS=y
27150 +# CONFIG_TMPFS_POSIX_ACL is not set
27151 +# CONFIG_HUGETLB_PAGE is not set
27152 +# CONFIG_CONFIGFS_FS is not set
27153 +
27154 +#
27155 +# Miscellaneous filesystems
27156 +#
27157 +# CONFIG_ADFS_FS is not set
27158 +# CONFIG_AFFS_FS is not set
27159 +# CONFIG_HFS_FS is not set
27160 +# CONFIG_HFSPLUS_FS is not set
27161 +# CONFIG_BEFS_FS is not set
27162 +# CONFIG_BFS_FS is not set
27163 +# CONFIG_EFS_FS is not set
27164 +# CONFIG_JFFS2_FS is not set
27165 +# CONFIG_CRAMFS is not set
27166 +# CONFIG_VXFS_FS is not set
27167 +# CONFIG_MINIX_FS is not set
27168 +# CONFIG_HPFS_FS is not set
27169 +# CONFIG_QNX4FS_FS is not set
27170 +# CONFIG_ROMFS_FS is not set
27171 +# CONFIG_SYSV_FS is not set
27172 +# CONFIG_UFS_FS is not set
27173 +CONFIG_NETWORK_FILESYSTEMS=y
27174 +CONFIG_NFS_FS=y
27175 +CONFIG_NFS_V3=y
27176 +# CONFIG_NFS_V3_ACL is not set
27177 +CONFIG_NFS_V4=y
27178 +# CONFIG_NFS_DIRECTIO is not set
27179 +# CONFIG_NFSD is not set
27180 +CONFIG_ROOT_NFS=y
27181 +CONFIG_LOCKD=y
27182 +CONFIG_LOCKD_V4=y
27183 +CONFIG_NFS_COMMON=y
27184 +CONFIG_SUNRPC=y
27185 +CONFIG_SUNRPC_GSS=y
27186 +# CONFIG_SUNRPC_BIND34 is not set
27187 +CONFIG_RPCSEC_GSS_KRB5=y
27188 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
27189 +# CONFIG_SMB_FS is not set
27190 +# CONFIG_CIFS is not set
27191 +# CONFIG_NCP_FS is not set
27192 +# CONFIG_CODA_FS is not set
27193 +# CONFIG_AFS_FS is not set
27194 +
27195 +#
27196 +# Partition Types
27197 +#
27198 +CONFIG_PARTITION_ADVANCED=y
27199 +# CONFIG_ACORN_PARTITION is not set
27200 +# CONFIG_OSF_PARTITION is not set
27201 +# CONFIG_AMIGA_PARTITION is not set
27202 +# CONFIG_ATARI_PARTITION is not set
27203 +CONFIG_MAC_PARTITION=y
27204 +CONFIG_MSDOS_PARTITION=y
27205 +# CONFIG_BSD_DISKLABEL is not set
27206 +# CONFIG_MINIX_SUBPARTITION is not set
27207 +# CONFIG_SOLARIS_X86_PARTITION is not set
27208 +# CONFIG_UNIXWARE_DISKLABEL is not set
27209 +# CONFIG_LDM_PARTITION is not set
27210 +# CONFIG_SGI_PARTITION is not set
27211 +# CONFIG_ULTRIX_PARTITION is not set
27212 +# CONFIG_SUN_PARTITION is not set
27213 +# CONFIG_KARMA_PARTITION is not set
27214 +# CONFIG_EFI_PARTITION is not set
27215 +# CONFIG_SYSV68_PARTITION is not set
27216 +CONFIG_NLS=y
27217 +CONFIG_NLS_DEFAULT="iso8859-1"
27218 +# CONFIG_NLS_CODEPAGE_437 is not set
27219 +# CONFIG_NLS_CODEPAGE_737 is not set
27220 +# CONFIG_NLS_CODEPAGE_775 is not set
27221 +# CONFIG_NLS_CODEPAGE_850 is not set
27222 +# CONFIG_NLS_CODEPAGE_852 is not set
27223 +# CONFIG_NLS_CODEPAGE_855 is not set
27224 +# CONFIG_NLS_CODEPAGE_857 is not set
27225 +# CONFIG_NLS_CODEPAGE_860 is not set
27226 +# CONFIG_NLS_CODEPAGE_861 is not set
27227 +# CONFIG_NLS_CODEPAGE_862 is not set
27228 +# CONFIG_NLS_CODEPAGE_863 is not set
27229 +# CONFIG_NLS_CODEPAGE_864 is not set
27230 +# CONFIG_NLS_CODEPAGE_865 is not set
27231 +# CONFIG_NLS_CODEPAGE_866 is not set
27232 +# CONFIG_NLS_CODEPAGE_869 is not set
27233 +# CONFIG_NLS_CODEPAGE_936 is not set
27234 +# CONFIG_NLS_CODEPAGE_950 is not set
27235 +# CONFIG_NLS_CODEPAGE_932 is not set
27236 +# CONFIG_NLS_CODEPAGE_949 is not set
27237 +# CONFIG_NLS_CODEPAGE_874 is not set
27238 +# CONFIG_NLS_ISO8859_8 is not set
27239 +# CONFIG_NLS_CODEPAGE_1250 is not set
27240 +# CONFIG_NLS_CODEPAGE_1251 is not set
27241 +# CONFIG_NLS_ASCII is not set
27242 +# CONFIG_NLS_ISO8859_1 is not set
27243 +# CONFIG_NLS_ISO8859_2 is not set
27244 +# CONFIG_NLS_ISO8859_3 is not set
27245 +# CONFIG_NLS_ISO8859_4 is not set
27246 +# CONFIG_NLS_ISO8859_5 is not set
27247 +# CONFIG_NLS_ISO8859_6 is not set
27248 +# CONFIG_NLS_ISO8859_7 is not set
27249 +# CONFIG_NLS_ISO8859_9 is not set
27250 +# CONFIG_NLS_ISO8859_13 is not set
27251 +# CONFIG_NLS_ISO8859_14 is not set
27252 +# CONFIG_NLS_ISO8859_15 is not set
27253 +# CONFIG_NLS_KOI8_R is not set
27254 +# CONFIG_NLS_KOI8_U is not set
27255 +# CONFIG_NLS_UTF8 is not set
27256 +# CONFIG_DLM is not set
27257 +
27258 +#
27259 +# Library routines
27260 +#
27261 +CONFIG_BITREVERSE=y
27262 +# CONFIG_CRC_CCITT is not set
27263 +# CONFIG_CRC16 is not set
27264 +# CONFIG_CRC_ITU_T is not set
27265 +CONFIG_CRC32=y
27266 +# CONFIG_CRC7 is not set
27267 +# CONFIG_LIBCRC32C is not set
27268 +CONFIG_PLIST=y
27269 +CONFIG_HAS_IOMEM=y
27270 +CONFIG_HAS_IOPORT=y
27271 +CONFIG_HAS_DMA=y
27272 +
27273 +#
27274 +# Kernel hacking
27275 +#
27276 +# CONFIG_PRINTK_TIME is not set
27277 +CONFIG_ENABLE_WARN_DEPRECATED=y
27278 +CONFIG_ENABLE_MUST_CHECK=y
27279 +# CONFIG_MAGIC_SYSRQ is not set
27280 +# CONFIG_UNUSED_SYMBOLS is not set
27281 +# CONFIG_DEBUG_FS is not set
27282 +# CONFIG_HEADERS_CHECK is not set
27283 +# CONFIG_DEBUG_KERNEL is not set
27284 +# CONFIG_SLUB_DEBUG_ON is not set
27285 +# CONFIG_SLUB_STATS is not set
27286 +# CONFIG_DEBUG_BUGVERBOSE is not set
27287 +# CONFIG_SAMPLES is not set
27288 +# CONFIG_PPC_EARLY_DEBUG is not set
27289 +
27290 +#
27291 +# Security options
27292 +#
27293 +# CONFIG_KEYS is not set
27294 +# CONFIG_SECURITY is not set
27295 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
27296 +CONFIG_CRYPTO=y
27297 +CONFIG_CRYPTO_ALGAPI=y
27298 +CONFIG_CRYPTO_BLKCIPHER=y
27299 +# CONFIG_CRYPTO_SEQIV is not set
27300 +CONFIG_CRYPTO_MANAGER=y
27301 +# CONFIG_CRYPTO_HMAC is not set
27302 +# CONFIG_CRYPTO_XCBC is not set
27303 +# CONFIG_CRYPTO_NULL is not set
27304 +# CONFIG_CRYPTO_MD4 is not set
27305 +CONFIG_CRYPTO_MD5=y
27306 +# CONFIG_CRYPTO_SHA1 is not set
27307 +# CONFIG_CRYPTO_SHA256 is not set
27308 +# CONFIG_CRYPTO_SHA512 is not set
27309 +# CONFIG_CRYPTO_WP512 is not set
27310 +# CONFIG_CRYPTO_TGR192 is not set
27311 +# CONFIG_CRYPTO_GF128MUL is not set
27312 +# CONFIG_CRYPTO_ECB is not set
27313 +CONFIG_CRYPTO_CBC=y
27314 +CONFIG_CRYPTO_PCBC=m
27315 +# CONFIG_CRYPTO_LRW is not set
27316 +# CONFIG_CRYPTO_XTS is not set
27317 +# CONFIG_CRYPTO_CTR is not set
27318 +# CONFIG_CRYPTO_GCM is not set
27319 +# CONFIG_CRYPTO_CCM is not set
27320 +# CONFIG_CRYPTO_CRYPTD is not set
27321 +CONFIG_CRYPTO_DES=y
27322 +# CONFIG_CRYPTO_FCRYPT is not set
27323 +# CONFIG_CRYPTO_BLOWFISH is not set
27324 +# CONFIG_CRYPTO_TWOFISH is not set
27325 +# CONFIG_CRYPTO_SERPENT is not set
27326 +# CONFIG_CRYPTO_AES is not set
27327 +# CONFIG_CRYPTO_CAST5 is not set
27328 +# CONFIG_CRYPTO_CAST6 is not set
27329 +# CONFIG_CRYPTO_TEA is not set
27330 +# CONFIG_CRYPTO_ARC4 is not set
27331 +# CONFIG_CRYPTO_KHAZAD is not set
27332 +# CONFIG_CRYPTO_ANUBIS is not set
27333 +# CONFIG_CRYPTO_SEED is not set
27334 +# CONFIG_CRYPTO_SALSA20 is not set
27335 +# CONFIG_CRYPTO_DEFLATE is not set
27336 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
27337 +# CONFIG_CRYPTO_CRC32C is not set
27338 +# CONFIG_CRYPTO_CAMELLIA is not set
27339 +# CONFIG_CRYPTO_TEST is not set
27340 +# CONFIG_CRYPTO_AUTHENC is not set
27341 +# CONFIG_CRYPTO_LZO is not set
27342 +CONFIG_CRYPTO_HW=y
27343 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
27344 +# CONFIG_PPC_CLOCK is not set
27345 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
27346 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig 1970-01-01 01:00:00.000000000 +0100
27347 +++ powerpc.git/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig 2008-04-19 16:40:52.000000000 +0200
27348 @@ -0,0 +1,1222 @@
27349 +#
27350 +# Automatically generated make config: don't edit
27351 +# Linux kernel version: 2.6.25-rc6
27352 +# Mon Mar 24 08:48:18 2008
27353 +#
27354 +# CONFIG_PPC64 is not set
27355 +
27356 +#
27357 +# Processor support
27358 +#
27359 +CONFIG_6xx=y
27360 +# CONFIG_PPC_85xx is not set
27361 +# CONFIG_PPC_8xx is not set
27362 +# CONFIG_40x is not set
27363 +# CONFIG_44x is not set
27364 +# CONFIG_E200 is not set
27365 +CONFIG_PPC_FPU=y
27366 +# CONFIG_FSL_EMB_PERFMON is not set
27367 +CONFIG_PPC_STD_MMU=y
27368 +CONFIG_PPC_STD_MMU_32=y
27369 +# CONFIG_PPC_MM_SLICES is not set
27370 +# CONFIG_SMP is not set
27371 +CONFIG_PPC32=y
27372 +CONFIG_WORD_SIZE=32
27373 +CONFIG_PPC_MERGE=y
27374 +CONFIG_MMU=y
27375 +CONFIG_GENERIC_CMOS_UPDATE=y
27376 +CONFIG_GENERIC_TIME=y
27377 +CONFIG_GENERIC_TIME_VSYSCALL=y
27378 +CONFIG_GENERIC_CLOCKEVENTS=y
27379 +CONFIG_GENERIC_HARDIRQS=y
27380 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
27381 +CONFIG_IRQ_PER_CPU=y
27382 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
27383 +CONFIG_ARCH_HAS_ILOG2_U32=y
27384 +CONFIG_GENERIC_HWEIGHT=y
27385 +CONFIG_GENERIC_CALIBRATE_DELAY=y
27386 +CONFIG_GENERIC_FIND_NEXT_BIT=y
27387 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
27388 +CONFIG_PPC=y
27389 +CONFIG_EARLY_PRINTK=y
27390 +CONFIG_GENERIC_NVRAM=y
27391 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
27392 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
27393 +CONFIG_PPC_OF=y
27394 +CONFIG_OF=y
27395 +CONFIG_PPC_UDBG_16550=y
27396 +# CONFIG_GENERIC_TBSYNC is not set
27397 +CONFIG_AUDIT_ARCH=y
27398 +CONFIG_GENERIC_BUG=y
27399 +CONFIG_DEFAULT_UIMAGE=y
27400 +# CONFIG_PPC_DCR_NATIVE is not set
27401 +# CONFIG_PPC_DCR_MMIO is not set
27402 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
27403 +
27404 +#
27405 +# General setup
27406 +#
27407 +CONFIG_EXPERIMENTAL=y
27408 +CONFIG_BROKEN_ON_SMP=y
27409 +CONFIG_INIT_ENV_ARG_LIMIT=32
27410 +CONFIG_LOCALVERSION=""
27411 +CONFIG_LOCALVERSION_AUTO=y
27412 +CONFIG_SWAP=y
27413 +CONFIG_SYSVIPC=y
27414 +CONFIG_SYSVIPC_SYSCTL=y
27415 +# CONFIG_POSIX_MQUEUE is not set
27416 +# CONFIG_BSD_PROCESS_ACCT is not set
27417 +# CONFIG_TASKSTATS is not set
27418 +# CONFIG_AUDIT is not set
27419 +# CONFIG_IKCONFIG is not set
27420 +CONFIG_LOG_BUF_SHIFT=14
27421 +# CONFIG_CGROUPS is not set
27422 +CONFIG_GROUP_SCHED=y
27423 +# CONFIG_FAIR_GROUP_SCHED is not set
27424 +# CONFIG_RT_GROUP_SCHED is not set
27425 +CONFIG_USER_SCHED=y
27426 +# CONFIG_CGROUP_SCHED is not set
27427 +CONFIG_SYSFS_DEPRECATED=y
27428 +CONFIG_SYSFS_DEPRECATED_V2=y
27429 +# CONFIG_RELAY is not set
27430 +# CONFIG_NAMESPACES is not set
27431 +CONFIG_BLK_DEV_INITRD=y
27432 +CONFIG_INITRAMFS_SOURCE=""
27433 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
27434 +CONFIG_SYSCTL=y
27435 +CONFIG_EMBEDDED=y
27436 +CONFIG_SYSCTL_SYSCALL=y
27437 +# CONFIG_KALLSYMS is not set
27438 +CONFIG_HOTPLUG=y
27439 +CONFIG_PRINTK=y
27440 +CONFIG_BUG=y
27441 +CONFIG_ELF_CORE=y
27442 +CONFIG_COMPAT_BRK=y
27443 +CONFIG_BASE_FULL=y
27444 +CONFIG_FUTEX=y
27445 +CONFIG_ANON_INODES=y
27446 +# CONFIG_EPOLL is not set
27447 +CONFIG_SIGNALFD=y
27448 +CONFIG_TIMERFD=y
27449 +CONFIG_EVENTFD=y
27450 +CONFIG_SHMEM=y
27451 +CONFIG_VM_EVENT_COUNTERS=y
27452 +CONFIG_SLUB_DEBUG=y
27453 +# CONFIG_SLAB is not set
27454 +CONFIG_SLUB=y
27455 +# CONFIG_SLOB is not set
27456 +# CONFIG_PROFILING is not set
27457 +# CONFIG_MARKERS is not set
27458 +CONFIG_HAVE_OPROFILE=y
27459 +CONFIG_HAVE_KPROBES=y
27460 +CONFIG_HAVE_KRETPROBES=y
27461 +CONFIG_PROC_PAGE_MONITOR=y
27462 +CONFIG_SLABINFO=y
27463 +CONFIG_RT_MUTEXES=y
27464 +# CONFIG_TINY_SHMEM is not set
27465 +CONFIG_BASE_SMALL=0
27466 +CONFIG_MODULES=y
27467 +CONFIG_MODULE_UNLOAD=y
27468 +# CONFIG_MODULE_FORCE_UNLOAD is not set
27469 +# CONFIG_MODVERSIONS is not set
27470 +# CONFIG_MODULE_SRCVERSION_ALL is not set
27471 +# CONFIG_KMOD is not set
27472 +CONFIG_BLOCK=y
27473 +# CONFIG_LBD is not set
27474 +# CONFIG_BLK_DEV_IO_TRACE is not set
27475 +# CONFIG_LSF is not set
27476 +# CONFIG_BLK_DEV_BSG is not set
27477 +
27478 +#
27479 +# IO Schedulers
27480 +#
27481 +CONFIG_IOSCHED_NOOP=y
27482 +CONFIG_IOSCHED_AS=y
27483 +CONFIG_IOSCHED_DEADLINE=y
27484 +CONFIG_IOSCHED_CFQ=y
27485 +CONFIG_DEFAULT_AS=y
27486 +# CONFIG_DEFAULT_DEADLINE is not set
27487 +# CONFIG_DEFAULT_CFQ is not set
27488 +# CONFIG_DEFAULT_NOOP is not set
27489 +CONFIG_DEFAULT_IOSCHED="anticipatory"
27490 +CONFIG_CLASSIC_RCU=y
27491 +
27492 +#
27493 +# Platform support
27494 +#
27495 +# CONFIG_PPC_MULTIPLATFORM is not set
27496 +# CONFIG_PPC_82xx is not set
27497 +CONFIG_PPC_83xx=y
27498 +# CONFIG_PPC_86xx is not set
27499 +# CONFIG_PPC_MPC512x is not set
27500 +# CONFIG_PPC_MPC5121 is not set
27501 +# CONFIG_PPC_CELL is not set
27502 +# CONFIG_PPC_CELL_NATIVE is not set
27503 +# CONFIG_PQ2ADS is not set
27504 +CONFIG_MPC83xx=y
27505 +# CONFIG_MPC831x_RDB is not set
27506 +# CONFIG_MPC832x_MDS is not set
27507 +# CONFIG_MPC832x_RDB is not set
27508 +# CONFIG_MPC834x_MDS is not set
27509 +CONFIG_MPC834x_ITX=y
27510 +# CONFIG_MPC836x_MDS is not set
27511 +# CONFIG_MPC837x_MDS is not set
27512 +# CONFIG_MPC837x_RDB is not set
27513 +# CONFIG_SBC834x is not set
27514 +CONFIG_PPC_MPC834x=y
27515 +CONFIG_IPIC=y
27516 +# CONFIG_MPIC is not set
27517 +# CONFIG_MPIC_WEIRD is not set
27518 +# CONFIG_PPC_I8259 is not set
27519 +# CONFIG_PPC_RTAS is not set
27520 +# CONFIG_MMIO_NVRAM is not set
27521 +# CONFIG_PPC_MPC106 is not set
27522 +# CONFIG_PPC_970_NAP is not set
27523 +# CONFIG_PPC_INDIRECT_IO is not set
27524 +# CONFIG_GENERIC_IOMAP is not set
27525 +# CONFIG_CPU_FREQ is not set
27526 +# CONFIG_FSL_ULI1575 is not set
27527 +
27528 +#
27529 +# Kernel options
27530 +#
27531 +# CONFIG_HIGHMEM is not set
27532 +CONFIG_TICK_ONESHOT=y
27533 +CONFIG_NO_HZ=y
27534 +CONFIG_HIGH_RES_TIMERS=y
27535 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
27536 +# CONFIG_HZ_100 is not set
27537 +CONFIG_HZ_250=y
27538 +# CONFIG_HZ_300 is not set
27539 +# CONFIG_HZ_1000 is not set
27540 +CONFIG_HZ=250
27541 +# CONFIG_SCHED_HRTICK is not set
27542 +CONFIG_PREEMPT_NONE=y
27543 +# CONFIG_PREEMPT_VOLUNTARY is not set
27544 +# CONFIG_PREEMPT is not set
27545 +CONFIG_BINFMT_ELF=y
27546 +# CONFIG_BINFMT_MISC is not set
27547 +# CONFIG_IOMMU_HELPER is not set
27548 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
27549 +CONFIG_ARCH_HAS_WALK_MEMORY=y
27550 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
27551 +CONFIG_ARCH_FLATMEM_ENABLE=y
27552 +CONFIG_ARCH_POPULATES_NODE_MAP=y
27553 +CONFIG_SELECT_MEMORY_MODEL=y
27554 +CONFIG_FLATMEM_MANUAL=y
27555 +# CONFIG_DISCONTIGMEM_MANUAL is not set
27556 +# CONFIG_SPARSEMEM_MANUAL is not set
27557 +CONFIG_FLATMEM=y
27558 +CONFIG_FLAT_NODE_MEM_MAP=y
27559 +# CONFIG_SPARSEMEM_STATIC is not set
27560 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
27561 +CONFIG_SPLIT_PTLOCK_CPUS=4
27562 +# CONFIG_RESOURCES_64BIT is not set
27563 +CONFIG_ZONE_DMA_FLAG=1
27564 +CONFIG_BOUNCE=y
27565 +CONFIG_VIRT_TO_BUS=y
27566 +CONFIG_PROC_DEVICETREE=y
27567 +# CONFIG_CMDLINE_BOOL is not set
27568 +# CONFIG_PM is not set
27569 +CONFIG_SECCOMP=y
27570 +CONFIG_ISA_DMA_API=y
27571 +
27572 +#
27573 +# Bus options
27574 +#
27575 +CONFIG_ZONE_DMA=y
27576 +CONFIG_GENERIC_ISA_DMA=y
27577 +CONFIG_PPC_INDIRECT_PCI=y
27578 +CONFIG_FSL_SOC=y
27579 +CONFIG_PCI=y
27580 +CONFIG_PCI_DOMAINS=y
27581 +CONFIG_PCI_SYSCALL=y
27582 +# CONFIG_PCIEPORTBUS is not set
27583 +CONFIG_ARCH_SUPPORTS_MSI=y
27584 +# CONFIG_PCI_MSI is not set
27585 +CONFIG_PCI_LEGACY=y
27586 +# CONFIG_PCCARD is not set
27587 +# CONFIG_HOTPLUG_PCI is not set
27588 +
27589 +#
27590 +# Advanced setup
27591 +#
27592 +# CONFIG_ADVANCED_OPTIONS is not set
27593 +
27594 +#
27595 +# Default settings for advanced configuration options are used
27596 +#
27597 +CONFIG_HIGHMEM_START=0xfe000000
27598 +CONFIG_LOWMEM_SIZE=0x30000000
27599 +CONFIG_KERNEL_START=0xc0000000
27600 +CONFIG_TASK_SIZE=0xc0000000
27601 +CONFIG_BOOT_LOAD=0x00800000
27602 +
27603 +#
27604 +# Networking
27605 +#
27606 +CONFIG_NET=y
27607 +
27608 +#
27609 +# Networking options
27610 +#
27611 +CONFIG_PACKET=y
27612 +# CONFIG_PACKET_MMAP is not set
27613 +CONFIG_UNIX=y
27614 +CONFIG_XFRM=y
27615 +# CONFIG_XFRM_USER is not set
27616 +# CONFIG_XFRM_SUB_POLICY is not set
27617 +# CONFIG_XFRM_MIGRATE is not set
27618 +# CONFIG_XFRM_STATISTICS is not set
27619 +# CONFIG_NET_KEY is not set
27620 +CONFIG_INET=y
27621 +CONFIG_IP_MULTICAST=y
27622 +# CONFIG_IP_ADVANCED_ROUTER is not set
27623 +CONFIG_IP_FIB_HASH=y
27624 +CONFIG_IP_PNP=y
27625 +CONFIG_IP_PNP_DHCP=y
27626 +CONFIG_IP_PNP_BOOTP=y
27627 +# CONFIG_IP_PNP_RARP is not set
27628 +# CONFIG_NET_IPIP is not set
27629 +# CONFIG_NET_IPGRE is not set
27630 +# CONFIG_IP_MROUTE is not set
27631 +# CONFIG_ARPD is not set
27632 +CONFIG_SYN_COOKIES=y
27633 +# CONFIG_INET_AH is not set
27634 +# CONFIG_INET_ESP is not set
27635 +# CONFIG_INET_IPCOMP is not set
27636 +# CONFIG_INET_XFRM_TUNNEL is not set
27637 +# CONFIG_INET_TUNNEL is not set
27638 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
27639 +CONFIG_INET_XFRM_MODE_TUNNEL=y
27640 +CONFIG_INET_XFRM_MODE_BEET=y
27641 +# CONFIG_INET_LRO is not set
27642 +CONFIG_INET_DIAG=y
27643 +CONFIG_INET_TCP_DIAG=y
27644 +# CONFIG_TCP_CONG_ADVANCED is not set
27645 +CONFIG_TCP_CONG_CUBIC=y
27646 +CONFIG_DEFAULT_TCP_CONG="cubic"
27647 +# CONFIG_TCP_MD5SIG is not set
27648 +# CONFIG_IPV6 is not set
27649 +# CONFIG_INET6_XFRM_TUNNEL is not set
27650 +# CONFIG_INET6_TUNNEL is not set
27651 +# CONFIG_NETWORK_SECMARK is not set
27652 +# CONFIG_NETFILTER is not set
27653 +# CONFIG_IP_DCCP is not set
27654 +# CONFIG_IP_SCTP is not set
27655 +# CONFIG_TIPC is not set
27656 +# CONFIG_ATM is not set
27657 +# CONFIG_BRIDGE is not set
27658 +# CONFIG_VLAN_8021Q is not set
27659 +# CONFIG_DECNET is not set
27660 +# CONFIG_LLC2 is not set
27661 +# CONFIG_IPX is not set
27662 +# CONFIG_ATALK is not set
27663 +# CONFIG_X25 is not set
27664 +# CONFIG_LAPB is not set
27665 +# CONFIG_ECONET is not set
27666 +# CONFIG_WAN_ROUTER is not set
27667 +# CONFIG_NET_SCHED is not set
27668 +
27669 +#
27670 +# Network testing
27671 +#
27672 +# CONFIG_NET_PKTGEN is not set
27673 +# CONFIG_HAMRADIO is not set
27674 +# CONFIG_CAN is not set
27675 +# CONFIG_IRDA is not set
27676 +# CONFIG_BT is not set
27677 +# CONFIG_AF_RXRPC is not set
27678 +
27679 +#
27680 +# Wireless
27681 +#
27682 +# CONFIG_CFG80211 is not set
27683 +# CONFIG_WIRELESS_EXT is not set
27684 +# CONFIG_MAC80211 is not set
27685 +# CONFIG_IEEE80211 is not set
27686 +# CONFIG_RFKILL is not set
27687 +# CONFIG_NET_9P is not set
27688 +
27689 +#
27690 +# Device Drivers
27691 +#
27692 +
27693 +#
27694 +# Generic Driver Options
27695 +#
27696 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
27697 +CONFIG_STANDALONE=y
27698 +CONFIG_PREVENT_FIRMWARE_BUILD=y
27699 +# CONFIG_FW_LOADER is not set
27700 +# CONFIG_SYS_HYPERVISOR is not set
27701 +# CONFIG_CONNECTOR is not set
27702 +CONFIG_MTD=y
27703 +# CONFIG_MTD_DEBUG is not set
27704 +# CONFIG_MTD_CONCAT is not set
27705 +# CONFIG_MTD_PARTITIONS is not set
27706 +
27707 +#
27708 +# User Modules And Translation Layers
27709 +#
27710 +CONFIG_MTD_CHAR=y
27711 +# CONFIG_MTD_BLKDEVS is not set
27712 +# CONFIG_MTD_BLOCK is not set
27713 +# CONFIG_MTD_BLOCK_RO is not set
27714 +# CONFIG_FTL is not set
27715 +# CONFIG_NFTL is not set
27716 +# CONFIG_INFTL is not set
27717 +# CONFIG_RFD_FTL is not set
27718 +# CONFIG_SSFDC is not set
27719 +# CONFIG_MTD_OOPS is not set
27720 +
27721 +#
27722 +# RAM/ROM/Flash chip drivers
27723 +#
27724 +CONFIG_MTD_CFI=y
27725 +# CONFIG_MTD_JEDECPROBE is not set
27726 +CONFIG_MTD_GEN_PROBE=y
27727 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
27728 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
27729 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
27730 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
27731 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
27732 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
27733 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
27734 +CONFIG_MTD_CFI_I1=y
27735 +CONFIG_MTD_CFI_I2=y
27736 +# CONFIG_MTD_CFI_I4 is not set
27737 +# CONFIG_MTD_CFI_I8 is not set
27738 +# CONFIG_MTD_CFI_INTELEXT is not set
27739 +CONFIG_MTD_CFI_AMDSTD=y
27740 +# CONFIG_MTD_CFI_STAA is not set
27741 +CONFIG_MTD_CFI_UTIL=y
27742 +# CONFIG_MTD_RAM is not set
27743 +# CONFIG_MTD_ROM is not set
27744 +# CONFIG_MTD_ABSENT is not set
27745 +
27746 +#
27747 +# Mapping drivers for chip access
27748 +#
27749 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
27750 +CONFIG_MTD_PHYSMAP=y
27751 +CONFIG_MTD_PHYSMAP_START=0xfe000000
27752 +CONFIG_MTD_PHYSMAP_LEN=0x800000
27753 +CONFIG_MTD_PHYSMAP_BANKWIDTH=2
27754 +# CONFIG_MTD_PHYSMAP_OF is not set
27755 +# CONFIG_MTD_INTEL_VR_NOR is not set
27756 +# CONFIG_MTD_PLATRAM is not set
27757 +
27758 +#
27759 +# Self-contained MTD device drivers
27760 +#
27761 +# CONFIG_MTD_PMC551 is not set
27762 +# CONFIG_MTD_DATAFLASH is not set
27763 +# CONFIG_MTD_M25P80 is not set
27764 +# CONFIG_MTD_SLRAM is not set
27765 +# CONFIG_MTD_PHRAM is not set
27766 +# CONFIG_MTD_MTDRAM is not set
27767 +# CONFIG_MTD_BLOCK2MTD is not set
27768 +
27769 +#
27770 +# Disk-On-Chip Device Drivers
27771 +#
27772 +# CONFIG_MTD_DOC2000 is not set
27773 +# CONFIG_MTD_DOC2001 is not set
27774 +# CONFIG_MTD_DOC2001PLUS is not set
27775 +# CONFIG_MTD_NAND is not set
27776 +# CONFIG_MTD_ONENAND is not set
27777 +
27778 +#
27779 +# UBI - Unsorted block images
27780 +#
27781 +# CONFIG_MTD_UBI is not set
27782 +CONFIG_OF_DEVICE=y
27783 +# CONFIG_PARPORT is not set
27784 +CONFIG_BLK_DEV=y
27785 +# CONFIG_BLK_DEV_FD is not set
27786 +# CONFIG_BLK_CPQ_DA is not set
27787 +# CONFIG_BLK_CPQ_CISS_DA is not set
27788 +# CONFIG_BLK_DEV_DAC960 is not set
27789 +# CONFIG_BLK_DEV_UMEM is not set
27790 +# CONFIG_BLK_DEV_COW_COMMON is not set
27791 +CONFIG_BLK_DEV_LOOP=y
27792 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
27793 +# CONFIG_BLK_DEV_NBD is not set
27794 +# CONFIG_BLK_DEV_SX8 is not set
27795 +# CONFIG_BLK_DEV_UB is not set
27796 +CONFIG_BLK_DEV_RAM=y
27797 +CONFIG_BLK_DEV_RAM_COUNT=16
27798 +CONFIG_BLK_DEV_RAM_SIZE=32768
27799 +# CONFIG_BLK_DEV_XIP is not set
27800 +# CONFIG_CDROM_PKTCDVD is not set
27801 +# CONFIG_ATA_OVER_ETH is not set
27802 +CONFIG_MISC_DEVICES=y
27803 +# CONFIG_PHANTOM is not set
27804 +# CONFIG_EEPROM_93CX6 is not set
27805 +# CONFIG_SGI_IOC4 is not set
27806 +# CONFIG_TIFM_CORE is not set
27807 +# CONFIG_ENCLOSURE_SERVICES is not set
27808 +CONFIG_HAVE_IDE=y
27809 +# CONFIG_IDE is not set
27810 +
27811 +#
27812 +# SCSI device support
27813 +#
27814 +# CONFIG_RAID_ATTRS is not set
27815 +CONFIG_SCSI=y
27816 +CONFIG_SCSI_DMA=y
27817 +# CONFIG_SCSI_TGT is not set
27818 +# CONFIG_SCSI_NETLINK is not set
27819 +CONFIG_SCSI_PROC_FS=y
27820 +
27821 +#
27822 +# SCSI support type (disk, tape, CD-ROM)
27823 +#
27824 +CONFIG_BLK_DEV_SD=y
27825 +# CONFIG_CHR_DEV_ST is not set
27826 +# CONFIG_CHR_DEV_OSST is not set
27827 +# CONFIG_BLK_DEV_SR is not set
27828 +CONFIG_CHR_DEV_SG=y
27829 +# CONFIG_CHR_DEV_SCH is not set
27830 +
27831 +#
27832 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
27833 +#
27834 +# CONFIG_SCSI_MULTI_LUN is not set
27835 +# CONFIG_SCSI_CONSTANTS is not set
27836 +# CONFIG_SCSI_LOGGING is not set
27837 +# CONFIG_SCSI_SCAN_ASYNC is not set
27838 +CONFIG_SCSI_WAIT_SCAN=m
27839 +
27840 +#
27841 +# SCSI Transports
27842 +#
27843 +CONFIG_SCSI_SPI_ATTRS=y
27844 +# CONFIG_SCSI_FC_ATTRS is not set
27845 +# CONFIG_SCSI_ISCSI_ATTRS is not set
27846 +# CONFIG_SCSI_SAS_LIBSAS is not set
27847 +# CONFIG_SCSI_SRP_ATTRS is not set
27848 +CONFIG_SCSI_LOWLEVEL=y
27849 +# CONFIG_ISCSI_TCP is not set
27850 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
27851 +# CONFIG_SCSI_3W_9XXX is not set
27852 +# CONFIG_SCSI_ACARD is not set
27853 +# CONFIG_SCSI_AACRAID is not set
27854 +# CONFIG_SCSI_AIC7XXX is not set
27855 +# CONFIG_SCSI_AIC7XXX_OLD is not set
27856 +# CONFIG_SCSI_AIC79XX is not set
27857 +# CONFIG_SCSI_AIC94XX is not set
27858 +# CONFIG_SCSI_DPT_I2O is not set
27859 +# CONFIG_SCSI_ADVANSYS is not set
27860 +# CONFIG_SCSI_ARCMSR is not set
27861 +# CONFIG_MEGARAID_NEWGEN is not set
27862 +# CONFIG_MEGARAID_LEGACY is not set
27863 +# CONFIG_MEGARAID_SAS is not set
27864 +# CONFIG_SCSI_HPTIOP is not set
27865 +# CONFIG_SCSI_BUSLOGIC is not set
27866 +# CONFIG_SCSI_DMX3191D is not set
27867 +# CONFIG_SCSI_EATA is not set
27868 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
27869 +# CONFIG_SCSI_GDTH is not set
27870 +# CONFIG_SCSI_IPS is not set
27871 +# CONFIG_SCSI_INITIO is not set
27872 +# CONFIG_SCSI_INIA100 is not set
27873 +# CONFIG_SCSI_MVSAS is not set
27874 +# CONFIG_SCSI_STEX is not set
27875 +# CONFIG_SCSI_SYM53C8XX_2 is not set
27876 +# CONFIG_SCSI_QLOGIC_1280 is not set
27877 +# CONFIG_SCSI_QLA_FC is not set
27878 +# CONFIG_SCSI_QLA_ISCSI is not set
27879 +# CONFIG_SCSI_LPFC is not set
27880 +# CONFIG_SCSI_DC395x is not set
27881 +# CONFIG_SCSI_DC390T is not set
27882 +# CONFIG_SCSI_NSP32 is not set
27883 +# CONFIG_SCSI_DEBUG is not set
27884 +# CONFIG_SCSI_SRP is not set
27885 +# CONFIG_ATA is not set
27886 +# CONFIG_MD is not set
27887 +# CONFIG_FUSION is not set
27888 +
27889 +#
27890 +# IEEE 1394 (FireWire) support
27891 +#
27892 +# CONFIG_FIREWIRE is not set
27893 +# CONFIG_IEEE1394 is not set
27894 +# CONFIG_I2O is not set
27895 +# CONFIG_MACINTOSH_DRIVERS is not set
27896 +CONFIG_NETDEVICES=y
27897 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
27898 +# CONFIG_DUMMY is not set
27899 +# CONFIG_BONDING is not set
27900 +# CONFIG_MACVLAN is not set
27901 +# CONFIG_EQUALIZER is not set
27902 +# CONFIG_TUN is not set
27903 +# CONFIG_VETH is not set
27904 +# CONFIG_ARCNET is not set
27905 +CONFIG_PHYLIB=y
27906 +
27907 +#
27908 +# MII PHY device drivers
27909 +#
27910 +# CONFIG_MARVELL_PHY is not set
27911 +# CONFIG_DAVICOM_PHY is not set
27912 +# CONFIG_QSEMI_PHY is not set
27913 +# CONFIG_LXT_PHY is not set
27914 +CONFIG_CICADA_PHY=y
27915 +# CONFIG_VITESSE_PHY is not set
27916 +# CONFIG_SMSC_PHY is not set
27917 +# CONFIG_BROADCOM_PHY is not set
27918 +# CONFIG_ICPLUS_PHY is not set
27919 +# CONFIG_REALTEK_PHY is not set
27920 +# CONFIG_FIXED_PHY is not set
27921 +# CONFIG_MDIO_BITBANG is not set
27922 +# CONFIG_NET_ETHERNET is not set
27923 +CONFIG_NETDEV_1000=y
27924 +# CONFIG_ACENIC is not set
27925 +# CONFIG_DL2K is not set
27926 +# CONFIG_E1000 is not set
27927 +# CONFIG_E1000E is not set
27928 +# CONFIG_E1000E_ENABLED is not set
27929 +# CONFIG_IP1000 is not set
27930 +# CONFIG_IGB is not set
27931 +# CONFIG_NS83820 is not set
27932 +# CONFIG_HAMACHI is not set
27933 +# CONFIG_YELLOWFIN is not set
27934 +# CONFIG_R8169 is not set
27935 +# CONFIG_SIS190 is not set
27936 +# CONFIG_SKGE is not set
27937 +# CONFIG_SKY2 is not set
27938 +# CONFIG_SK98LIN is not set
27939 +# CONFIG_VIA_VELOCITY is not set
27940 +# CONFIG_TIGON3 is not set
27941 +# CONFIG_BNX2 is not set
27942 +CONFIG_GIANFAR=y
27943 +CONFIG_GFAR_NAPI=y
27944 +# CONFIG_QLA3XXX is not set
27945 +# CONFIG_ATL1 is not set
27946 +CONFIG_NETDEV_10000=y
27947 +# CONFIG_CHELSIO_T1 is not set
27948 +# CONFIG_CHELSIO_T3 is not set
27949 +# CONFIG_IXGBE is not set
27950 +# CONFIG_IXGB is not set
27951 +# CONFIG_S2IO is not set
27952 +# CONFIG_MYRI10GE is not set
27953 +# CONFIG_NETXEN_NIC is not set
27954 +# CONFIG_NIU is not set
27955 +# CONFIG_MLX4_CORE is not set
27956 +# CONFIG_TEHUTI is not set
27957 +# CONFIG_BNX2X is not set
27958 +# CONFIG_TR is not set
27959 +
27960 +#
27961 +# Wireless LAN
27962 +#
27963 +# CONFIG_WLAN_PRE80211 is not set
27964 +# CONFIG_WLAN_80211 is not set
27965 +
27966 +#
27967 +# USB Network Adapters
27968 +#
27969 +# CONFIG_USB_CATC is not set
27970 +# CONFIG_USB_KAWETH is not set
27971 +# CONFIG_USB_PEGASUS is not set
27972 +# CONFIG_USB_RTL8150 is not set
27973 +# CONFIG_USB_USBNET is not set
27974 +# CONFIG_WAN is not set
27975 +# CONFIG_FDDI is not set
27976 +# CONFIG_HIPPI is not set
27977 +# CONFIG_PPP is not set
27978 +# CONFIG_SLIP is not set
27979 +# CONFIG_NET_FC is not set
27980 +# CONFIG_NETCONSOLE is not set
27981 +# CONFIG_NETPOLL is not set
27982 +# CONFIG_NET_POLL_CONTROLLER is not set
27983 +# CONFIG_ISDN is not set
27984 +# CONFIG_PHONE is not set
27985 +
27986 +#
27987 +# Input device support
27988 +#
27989 +# CONFIG_INPUT is not set
27990 +
27991 +#
27992 +# Hardware I/O ports
27993 +#
27994 +# CONFIG_SERIO is not set
27995 +# CONFIG_GAMEPORT is not set
27996 +
27997 +#
27998 +# Character devices
27999 +#
28000 +# CONFIG_VT is not set
28001 +# CONFIG_SERIAL_NONSTANDARD is not set
28002 +# CONFIG_NOZOMI is not set
28003 +
28004 +#
28005 +# Serial drivers
28006 +#
28007 +CONFIG_SERIAL_8250=y
28008 +CONFIG_SERIAL_8250_CONSOLE=y
28009 +# CONFIG_SERIAL_8250_PCI is not set
28010 +CONFIG_SERIAL_8250_NR_UARTS=4
28011 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
28012 +# CONFIG_SERIAL_8250_EXTENDED is not set
28013 +
28014 +#
28015 +# Non-8250 serial port support
28016 +#
28017 +# CONFIG_SERIAL_UARTLITE is not set
28018 +CONFIG_SERIAL_CORE=y
28019 +CONFIG_SERIAL_CORE_CONSOLE=y
28020 +# CONFIG_SERIAL_JSM is not set
28021 +# CONFIG_SERIAL_OF_PLATFORM is not set
28022 +CONFIG_UNIX98_PTYS=y
28023 +CONFIG_LEGACY_PTYS=y
28024 +CONFIG_LEGACY_PTY_COUNT=256
28025 +# CONFIG_IPMI_HANDLER is not set
28026 +CONFIG_HW_RANDOM=y
28027 +# CONFIG_NVRAM is not set
28028 +# CONFIG_GEN_RTC is not set
28029 +# CONFIG_R3964 is not set
28030 +# CONFIG_APPLICOM is not set
28031 +# CONFIG_RAW_DRIVER is not set
28032 +# CONFIG_TCG_TPM is not set
28033 +CONFIG_DEVPORT=y
28034 +CONFIG_I2C=y
28035 +CONFIG_I2C_BOARDINFO=y
28036 +CONFIG_I2C_CHARDEV=y
28037 +
28038 +#
28039 +# I2C Algorithms
28040 +#
28041 +# CONFIG_I2C_ALGOBIT is not set
28042 +# CONFIG_I2C_ALGOPCF is not set
28043 +# CONFIG_I2C_ALGOPCA is not set
28044 +
28045 +#
28046 +# I2C Hardware Bus support
28047 +#
28048 +# CONFIG_I2C_ALI1535 is not set
28049 +# CONFIG_I2C_ALI1563 is not set
28050 +# CONFIG_I2C_ALI15X3 is not set
28051 +# CONFIG_I2C_AMD756 is not set
28052 +# CONFIG_I2C_AMD8111 is not set
28053 +# CONFIG_I2C_I801 is not set
28054 +# CONFIG_I2C_I810 is not set
28055 +# CONFIG_I2C_PIIX4 is not set
28056 +CONFIG_I2C_MPC=y
28057 +# CONFIG_I2C_NFORCE2 is not set
28058 +# CONFIG_I2C_OCORES is not set
28059 +# CONFIG_I2C_PARPORT_LIGHT is not set
28060 +# CONFIG_I2C_PROSAVAGE is not set
28061 +# CONFIG_I2C_SAVAGE4 is not set
28062 +# CONFIG_I2C_SIMTEC is not set
28063 +# CONFIG_I2C_SIS5595 is not set
28064 +# CONFIG_I2C_SIS630 is not set
28065 +# CONFIG_I2C_SIS96X is not set
28066 +# CONFIG_I2C_TAOS_EVM is not set
28067 +# CONFIG_I2C_STUB is not set
28068 +# CONFIG_I2C_TINY_USB is not set
28069 +# CONFIG_I2C_VIA is not set
28070 +# CONFIG_I2C_VIAPRO is not set
28071 +# CONFIG_I2C_VOODOO3 is not set
28072 +
28073 +#
28074 +# Miscellaneous I2C Chip support
28075 +#
28076 +# CONFIG_DS1682 is not set
28077 +# CONFIG_SENSORS_EEPROM is not set
28078 +CONFIG_SENSORS_PCF8574=y
28079 +# CONFIG_PCF8575 is not set
28080 +# CONFIG_SENSORS_PCF8591 is not set
28081 +# CONFIG_TPS65010 is not set
28082 +# CONFIG_SENSORS_MAX6875 is not set
28083 +# CONFIG_SENSORS_TSL2550 is not set
28084 +# CONFIG_I2C_DEBUG_CORE is not set
28085 +# CONFIG_I2C_DEBUG_ALGO is not set
28086 +# CONFIG_I2C_DEBUG_BUS is not set
28087 +# CONFIG_I2C_DEBUG_CHIP is not set
28088 +
28089 +#
28090 +# SPI support
28091 +#
28092 +CONFIG_SPI=y
28093 +CONFIG_SPI_MASTER=y
28094 +
28095 +#
28096 +# SPI Master Controller Drivers
28097 +#
28098 +CONFIG_SPI_BITBANG=y
28099 +CONFIG_SPI_MPC83xx=y
28100 +
28101 +#
28102 +# SPI Protocol Masters
28103 +#
28104 +# CONFIG_SPI_AT25 is not set
28105 +# CONFIG_SPI_SPIDEV is not set
28106 +# CONFIG_SPI_TLE62X0 is not set
28107 +# CONFIG_W1 is not set
28108 +# CONFIG_POWER_SUPPLY is not set
28109 +# CONFIG_HWMON is not set
28110 +# CONFIG_THERMAL is not set
28111 +CONFIG_WATCHDOG=y
28112 +# CONFIG_WATCHDOG_NOWAYOUT is not set
28113 +
28114 +#
28115 +# Watchdog Device Drivers
28116 +#
28117 +# CONFIG_SOFT_WATCHDOG is not set
28118 +CONFIG_83xx_WDT=y
28119 +
28120 +#
28121 +# PCI-based Watchdog Cards
28122 +#
28123 +# CONFIG_PCIPCWATCHDOG is not set
28124 +# CONFIG_WDTPCI is not set
28125 +
28126 +#
28127 +# USB-based Watchdog Cards
28128 +#
28129 +# CONFIG_USBPCWATCHDOG is not set
28130 +
28131 +#
28132 +# Sonics Silicon Backplane
28133 +#
28134 +CONFIG_SSB_POSSIBLE=y
28135 +# CONFIG_SSB is not set
28136 +
28137 +#
28138 +# Multifunction device drivers
28139 +#
28140 +# CONFIG_MFD_SM501 is not set
28141 +
28142 +#
28143 +# Multimedia devices
28144 +#
28145 +# CONFIG_VIDEO_DEV is not set
28146 +# CONFIG_DVB_CORE is not set
28147 +CONFIG_DAB=y
28148 +# CONFIG_USB_DABUSB is not set
28149 +
28150 +#
28151 +# Graphics support
28152 +#
28153 +# CONFIG_AGP is not set
28154 +# CONFIG_DRM is not set
28155 +# CONFIG_VGASTATE is not set
28156 +CONFIG_VIDEO_OUTPUT_CONTROL=m
28157 +# CONFIG_FB is not set
28158 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
28159 +
28160 +#
28161 +# Display device support
28162 +#
28163 +# CONFIG_DISPLAY_SUPPORT is not set
28164 +
28165 +#
28166 +# Sound
28167 +#
28168 +# CONFIG_SOUND is not set
28169 +CONFIG_USB_SUPPORT=y
28170 +CONFIG_USB_ARCH_HAS_HCD=y
28171 +CONFIG_USB_ARCH_HAS_OHCI=y
28172 +CONFIG_USB_ARCH_HAS_EHCI=y
28173 +CONFIG_USB=y
28174 +# CONFIG_USB_DEBUG is not set
28175 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
28176 +
28177 +#
28178 +# Miscellaneous USB options
28179 +#
28180 +# CONFIG_USB_DEVICEFS is not set
28181 +CONFIG_USB_DEVICE_CLASS=y
28182 +# CONFIG_USB_DYNAMIC_MINORS is not set
28183 +# CONFIG_USB_OTG is not set
28184 +
28185 +#
28186 +# USB Host Controller Drivers
28187 +#
28188 +CONFIG_USB_EHCI_HCD=y
28189 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
28190 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
28191 +CONFIG_USB_EHCI_FSL=y
28192 +CONFIG_USB_EHCI_HCD_PPC_OF=y
28193 +# CONFIG_USB_ISP116X_HCD is not set
28194 +# CONFIG_USB_OHCI_HCD is not set
28195 +CONFIG_USB_UHCI_HCD=y
28196 +# CONFIG_USB_SL811_HCD is not set
28197 +# CONFIG_USB_R8A66597_HCD is not set
28198 +
28199 +#
28200 +# USB Device Class drivers
28201 +#
28202 +# CONFIG_USB_ACM is not set
28203 +# CONFIG_USB_PRINTER is not set
28204 +
28205 +#
28206 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
28207 +#
28208 +
28209 +#
28210 +# may also be needed; see USB_STORAGE Help for more information
28211 +#
28212 +CONFIG_USB_STORAGE=y
28213 +# CONFIG_USB_STORAGE_DEBUG is not set
28214 +# CONFIG_USB_STORAGE_DATAFAB is not set
28215 +# CONFIG_USB_STORAGE_FREECOM is not set
28216 +# CONFIG_USB_STORAGE_ISD200 is not set
28217 +# CONFIG_USB_STORAGE_DPCM is not set
28218 +# CONFIG_USB_STORAGE_USBAT is not set
28219 +# CONFIG_USB_STORAGE_SDDR09 is not set
28220 +# CONFIG_USB_STORAGE_SDDR55 is not set
28221 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
28222 +# CONFIG_USB_STORAGE_ALAUDA is not set
28223 +# CONFIG_USB_STORAGE_KARMA is not set
28224 +# CONFIG_USB_LIBUSUAL is not set
28225 +
28226 +#
28227 +# USB Imaging devices
28228 +#
28229 +# CONFIG_USB_MDC800 is not set
28230 +# CONFIG_USB_MICROTEK is not set
28231 +CONFIG_USB_MON=y
28232 +
28233 +#
28234 +# USB port drivers
28235 +#
28236 +# CONFIG_USB_SERIAL is not set
28237 +
28238 +#
28239 +# USB Miscellaneous drivers
28240 +#
28241 +# CONFIG_USB_EMI62 is not set
28242 +# CONFIG_USB_EMI26 is not set
28243 +# CONFIG_USB_ADUTUX is not set
28244 +# CONFIG_USB_AUERSWALD is not set
28245 +# CONFIG_USB_RIO500 is not set
28246 +# CONFIG_USB_LEGOTOWER is not set
28247 +# CONFIG_USB_LCD is not set
28248 +# CONFIG_USB_BERRY_CHARGE is not set
28249 +# CONFIG_USB_LED is not set
28250 +# CONFIG_USB_CYPRESS_CY7C63 is not set
28251 +# CONFIG_USB_CYTHERM is not set
28252 +# CONFIG_USB_PHIDGET is not set
28253 +# CONFIG_USB_IDMOUSE is not set
28254 +# CONFIG_USB_FTDI_ELAN is not set
28255 +# CONFIG_USB_APPLEDISPLAY is not set
28256 +# CONFIG_USB_SISUSBVGA is not set
28257 +# CONFIG_USB_LD is not set
28258 +# CONFIG_USB_TRANCEVIBRATOR is not set
28259 +# CONFIG_USB_IOWARRIOR is not set
28260 +# CONFIG_USB_GADGET is not set
28261 +# CONFIG_MMC is not set
28262 +# CONFIG_MEMSTICK is not set
28263 +# CONFIG_NEW_LEDS is not set
28264 +# CONFIG_INFINIBAND is not set
28265 +# CONFIG_EDAC is not set
28266 +CONFIG_RTC_LIB=y
28267 +CONFIG_RTC_CLASS=y
28268 +CONFIG_RTC_HCTOSYS=y
28269 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
28270 +# CONFIG_RTC_DEBUG is not set
28271 +
28272 +#
28273 +# RTC interfaces
28274 +#
28275 +CONFIG_RTC_INTF_SYSFS=y
28276 +CONFIG_RTC_INTF_PROC=y
28277 +CONFIG_RTC_INTF_DEV=y
28278 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
28279 +# CONFIG_RTC_DRV_TEST is not set
28280 +
28281 +#
28282 +# I2C RTC drivers
28283 +#
28284 +CONFIG_RTC_DRV_DS1307=y
28285 +# CONFIG_RTC_DRV_DS1374 is not set
28286 +# CONFIG_RTC_DRV_DS1672 is not set
28287 +# CONFIG_RTC_DRV_MAX6900 is not set
28288 +# CONFIG_RTC_DRV_RS5C372 is not set
28289 +# CONFIG_RTC_DRV_ISL1208 is not set
28290 +# CONFIG_RTC_DRV_X1205 is not set
28291 +# CONFIG_RTC_DRV_PCF8563 is not set
28292 +# CONFIG_RTC_DRV_PCF8583 is not set
28293 +# CONFIG_RTC_DRV_M41T80 is not set
28294 +# CONFIG_RTC_DRV_S35390A is not set
28295 +
28296 +#
28297 +# SPI RTC drivers
28298 +#
28299 +# CONFIG_RTC_DRV_MAX6902 is not set
28300 +# CONFIG_RTC_DRV_R9701 is not set
28301 +# CONFIG_RTC_DRV_RS5C348 is not set
28302 +
28303 +#
28304 +# Platform RTC drivers
28305 +#
28306 +# CONFIG_RTC_DRV_CMOS is not set
28307 +# CONFIG_RTC_DRV_DS1511 is not set
28308 +# CONFIG_RTC_DRV_DS1553 is not set
28309 +# CONFIG_RTC_DRV_DS1742 is not set
28310 +# CONFIG_RTC_DRV_STK17TA8 is not set
28311 +# CONFIG_RTC_DRV_M48T86 is not set
28312 +# CONFIG_RTC_DRV_M48T59 is not set
28313 +# CONFIG_RTC_DRV_V3020 is not set
28314 +
28315 +#
28316 +# on-CPU RTC drivers
28317 +#
28318 +# CONFIG_DMADEVICES is not set
28319 +
28320 +#
28321 +# Userspace I/O
28322 +#
28323 +# CONFIG_UIO is not set
28324 +
28325 +#
28326 +# File systems
28327 +#
28328 +CONFIG_EXT2_FS=y
28329 +# CONFIG_EXT2_FS_XATTR is not set
28330 +# CONFIG_EXT2_FS_XIP is not set
28331 +CONFIG_EXT3_FS=y
28332 +CONFIG_EXT3_FS_XATTR=y
28333 +# CONFIG_EXT3_FS_POSIX_ACL is not set
28334 +# CONFIG_EXT3_FS_SECURITY is not set
28335 +# CONFIG_EXT4DEV_FS is not set
28336 +CONFIG_JBD=y
28337 +CONFIG_FS_MBCACHE=y
28338 +# CONFIG_REISERFS_FS is not set
28339 +# CONFIG_JFS_FS is not set
28340 +# CONFIG_FS_POSIX_ACL is not set
28341 +# CONFIG_XFS_FS is not set
28342 +# CONFIG_GFS2_FS is not set
28343 +# CONFIG_OCFS2_FS is not set
28344 +CONFIG_DNOTIFY=y
28345 +CONFIG_INOTIFY=y
28346 +CONFIG_INOTIFY_USER=y
28347 +# CONFIG_QUOTA is not set
28348 +# CONFIG_AUTOFS_FS is not set
28349 +# CONFIG_AUTOFS4_FS is not set
28350 +# CONFIG_FUSE_FS is not set
28351 +
28352 +#
28353 +# CD-ROM/DVD Filesystems
28354 +#
28355 +# CONFIG_ISO9660_FS is not set
28356 +# CONFIG_UDF_FS is not set
28357 +
28358 +#
28359 +# DOS/FAT/NT Filesystems
28360 +#
28361 +CONFIG_FAT_FS=y
28362 +CONFIG_MSDOS_FS=y
28363 +CONFIG_VFAT_FS=y
28364 +CONFIG_FAT_DEFAULT_CODEPAGE=437
28365 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
28366 +# CONFIG_NTFS_FS is not set
28367 +
28368 +#
28369 +# Pseudo filesystems
28370 +#
28371 +CONFIG_PROC_FS=y
28372 +CONFIG_PROC_KCORE=y
28373 +CONFIG_PROC_SYSCTL=y
28374 +CONFIG_SYSFS=y
28375 +CONFIG_TMPFS=y
28376 +# CONFIG_TMPFS_POSIX_ACL is not set
28377 +# CONFIG_HUGETLB_PAGE is not set
28378 +# CONFIG_CONFIGFS_FS is not set
28379 +
28380 +#
28381 +# Miscellaneous filesystems
28382 +#
28383 +# CONFIG_ADFS_FS is not set
28384 +# CONFIG_AFFS_FS is not set
28385 +# CONFIG_HFS_FS is not set
28386 +# CONFIG_HFSPLUS_FS is not set
28387 +# CONFIG_BEFS_FS is not set
28388 +# CONFIG_BFS_FS is not set
28389 +# CONFIG_EFS_FS is not set
28390 +# CONFIG_JFFS2_FS is not set
28391 +# CONFIG_CRAMFS is not set
28392 +# CONFIG_VXFS_FS is not set
28393 +# CONFIG_MINIX_FS is not set
28394 +# CONFIG_HPFS_FS is not set
28395 +# CONFIG_QNX4FS_FS is not set
28396 +# CONFIG_ROMFS_FS is not set
28397 +# CONFIG_SYSV_FS is not set
28398 +# CONFIG_UFS_FS is not set
28399 +CONFIG_NETWORK_FILESYSTEMS=y
28400 +CONFIG_NFS_FS=y
28401 +CONFIG_NFS_V3=y
28402 +# CONFIG_NFS_V3_ACL is not set
28403 +CONFIG_NFS_V4=y
28404 +# CONFIG_NFS_DIRECTIO is not set
28405 +# CONFIG_NFSD is not set
28406 +CONFIG_ROOT_NFS=y
28407 +CONFIG_LOCKD=y
28408 +CONFIG_LOCKD_V4=y
28409 +CONFIG_NFS_COMMON=y
28410 +CONFIG_SUNRPC=y
28411 +CONFIG_SUNRPC_GSS=y
28412 +# CONFIG_SUNRPC_BIND34 is not set
28413 +CONFIG_RPCSEC_GSS_KRB5=y
28414 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
28415 +# CONFIG_SMB_FS is not set
28416 +# CONFIG_CIFS is not set
28417 +# CONFIG_NCP_FS is not set
28418 +# CONFIG_CODA_FS is not set
28419 +# CONFIG_AFS_FS is not set
28420 +
28421 +#
28422 +# Partition Types
28423 +#
28424 +CONFIG_PARTITION_ADVANCED=y
28425 +# CONFIG_ACORN_PARTITION is not set
28426 +# CONFIG_OSF_PARTITION is not set
28427 +# CONFIG_AMIGA_PARTITION is not set
28428 +# CONFIG_ATARI_PARTITION is not set
28429 +CONFIG_MAC_PARTITION=y
28430 +CONFIG_MSDOS_PARTITION=y
28431 +# CONFIG_BSD_DISKLABEL is not set
28432 +# CONFIG_MINIX_SUBPARTITION is not set
28433 +# CONFIG_SOLARIS_X86_PARTITION is not set
28434 +# CONFIG_UNIXWARE_DISKLABEL is not set
28435 +# CONFIG_LDM_PARTITION is not set
28436 +# CONFIG_SGI_PARTITION is not set
28437 +# CONFIG_ULTRIX_PARTITION is not set
28438 +# CONFIG_SUN_PARTITION is not set
28439 +# CONFIG_KARMA_PARTITION is not set
28440 +# CONFIG_EFI_PARTITION is not set
28441 +# CONFIG_SYSV68_PARTITION is not set
28442 +CONFIG_NLS=y
28443 +CONFIG_NLS_DEFAULT="iso8859-1"
28444 +# CONFIG_NLS_CODEPAGE_437 is not set
28445 +# CONFIG_NLS_CODEPAGE_737 is not set
28446 +# CONFIG_NLS_CODEPAGE_775 is not set
28447 +# CONFIG_NLS_CODEPAGE_850 is not set
28448 +# CONFIG_NLS_CODEPAGE_852 is not set
28449 +# CONFIG_NLS_CODEPAGE_855 is not set
28450 +# CONFIG_NLS_CODEPAGE_857 is not set
28451 +# CONFIG_NLS_CODEPAGE_860 is not set
28452 +# CONFIG_NLS_CODEPAGE_861 is not set
28453 +# CONFIG_NLS_CODEPAGE_862 is not set
28454 +# CONFIG_NLS_CODEPAGE_863 is not set
28455 +# CONFIG_NLS_CODEPAGE_864 is not set
28456 +# CONFIG_NLS_CODEPAGE_865 is not set
28457 +# CONFIG_NLS_CODEPAGE_866 is not set
28458 +# CONFIG_NLS_CODEPAGE_869 is not set
28459 +# CONFIG_NLS_CODEPAGE_936 is not set
28460 +# CONFIG_NLS_CODEPAGE_950 is not set
28461 +# CONFIG_NLS_CODEPAGE_932 is not set
28462 +# CONFIG_NLS_CODEPAGE_949 is not set
28463 +# CONFIG_NLS_CODEPAGE_874 is not set
28464 +# CONFIG_NLS_ISO8859_8 is not set
28465 +# CONFIG_NLS_CODEPAGE_1250 is not set
28466 +# CONFIG_NLS_CODEPAGE_1251 is not set
28467 +# CONFIG_NLS_ASCII is not set
28468 +# CONFIG_NLS_ISO8859_1 is not set
28469 +# CONFIG_NLS_ISO8859_2 is not set
28470 +# CONFIG_NLS_ISO8859_3 is not set
28471 +# CONFIG_NLS_ISO8859_4 is not set
28472 +# CONFIG_NLS_ISO8859_5 is not set
28473 +# CONFIG_NLS_ISO8859_6 is not set
28474 +# CONFIG_NLS_ISO8859_7 is not set
28475 +# CONFIG_NLS_ISO8859_9 is not set
28476 +# CONFIG_NLS_ISO8859_13 is not set
28477 +# CONFIG_NLS_ISO8859_14 is not set
28478 +# CONFIG_NLS_ISO8859_15 is not set
28479 +# CONFIG_NLS_KOI8_R is not set
28480 +# CONFIG_NLS_KOI8_U is not set
28481 +# CONFIG_NLS_UTF8 is not set
28482 +# CONFIG_DLM is not set
28483 +
28484 +#
28485 +# Library routines
28486 +#
28487 +CONFIG_BITREVERSE=y
28488 +# CONFIG_CRC_CCITT is not set
28489 +# CONFIG_CRC16 is not set
28490 +# CONFIG_CRC_ITU_T is not set
28491 +CONFIG_CRC32=y
28492 +# CONFIG_CRC7 is not set
28493 +# CONFIG_LIBCRC32C is not set
28494 +CONFIG_PLIST=y
28495 +CONFIG_HAS_IOMEM=y
28496 +CONFIG_HAS_IOPORT=y
28497 +CONFIG_HAS_DMA=y
28498 +
28499 +#
28500 +# Kernel hacking
28501 +#
28502 +# CONFIG_PRINTK_TIME is not set
28503 +CONFIG_ENABLE_WARN_DEPRECATED=y
28504 +CONFIG_ENABLE_MUST_CHECK=y
28505 +# CONFIG_MAGIC_SYSRQ is not set
28506 +# CONFIG_UNUSED_SYMBOLS is not set
28507 +# CONFIG_DEBUG_FS is not set
28508 +# CONFIG_HEADERS_CHECK is not set
28509 +# CONFIG_DEBUG_KERNEL is not set
28510 +# CONFIG_SLUB_DEBUG_ON is not set
28511 +# CONFIG_SLUB_STATS is not set
28512 +# CONFIG_DEBUG_BUGVERBOSE is not set
28513 +# CONFIG_SAMPLES is not set
28514 +# CONFIG_PPC_EARLY_DEBUG is not set
28515 +
28516 +#
28517 +# Security options
28518 +#
28519 +# CONFIG_KEYS is not set
28520 +# CONFIG_SECURITY is not set
28521 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
28522 +CONFIG_CRYPTO=y
28523 +CONFIG_CRYPTO_ALGAPI=y
28524 +CONFIG_CRYPTO_BLKCIPHER=y
28525 +# CONFIG_CRYPTO_SEQIV is not set
28526 +CONFIG_CRYPTO_MANAGER=y
28527 +# CONFIG_CRYPTO_HMAC is not set
28528 +# CONFIG_CRYPTO_XCBC is not set
28529 +# CONFIG_CRYPTO_NULL is not set
28530 +# CONFIG_CRYPTO_MD4 is not set
28531 +CONFIG_CRYPTO_MD5=y
28532 +# CONFIG_CRYPTO_SHA1 is not set
28533 +# CONFIG_CRYPTO_SHA256 is not set
28534 +# CONFIG_CRYPTO_SHA512 is not set
28535 +# CONFIG_CRYPTO_WP512 is not set
28536 +# CONFIG_CRYPTO_TGR192 is not set
28537 +# CONFIG_CRYPTO_GF128MUL is not set
28538 +# CONFIG_CRYPTO_ECB is not set
28539 +CONFIG_CRYPTO_CBC=y
28540 +CONFIG_CRYPTO_PCBC=m
28541 +# CONFIG_CRYPTO_LRW is not set
28542 +# CONFIG_CRYPTO_XTS is not set
28543 +# CONFIG_CRYPTO_CTR is not set
28544 +# CONFIG_CRYPTO_GCM is not set
28545 +# CONFIG_CRYPTO_CCM is not set
28546 +# CONFIG_CRYPTO_CRYPTD is not set
28547 +CONFIG_CRYPTO_DES=y
28548 +# CONFIG_CRYPTO_FCRYPT is not set
28549 +# CONFIG_CRYPTO_BLOWFISH is not set
28550 +# CONFIG_CRYPTO_TWOFISH is not set
28551 +# CONFIG_CRYPTO_SERPENT is not set
28552 +# CONFIG_CRYPTO_AES is not set
28553 +# CONFIG_CRYPTO_CAST5 is not set
28554 +# CONFIG_CRYPTO_CAST6 is not set
28555 +# CONFIG_CRYPTO_TEA is not set
28556 +# CONFIG_CRYPTO_ARC4 is not set
28557 +# CONFIG_CRYPTO_KHAZAD is not set
28558 +# CONFIG_CRYPTO_ANUBIS is not set
28559 +# CONFIG_CRYPTO_SEED is not set
28560 +# CONFIG_CRYPTO_SALSA20 is not set
28561 +# CONFIG_CRYPTO_DEFLATE is not set
28562 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
28563 +# CONFIG_CRYPTO_CRC32C is not set
28564 +# CONFIG_CRYPTO_CAMELLIA is not set
28565 +# CONFIG_CRYPTO_TEST is not set
28566 +# CONFIG_CRYPTO_AUTHENC is not set
28567 +# CONFIG_CRYPTO_LZO is not set
28568 +CONFIG_CRYPTO_HW=y
28569 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
28570 +# CONFIG_PPC_CLOCK is not set
28571 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
28572 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc834x_mds_defconfig 1970-01-01 01:00:00.000000000 +0100
28573 +++ powerpc.git/arch/powerpc/configs/83xx/mpc834x_mds_defconfig 2008-04-19 16:40:52.000000000 +0200
28574 @@ -0,0 +1,1021 @@
28575 +#
28576 +# Automatically generated make config: don't edit
28577 +# Linux kernel version: 2.6.25-rc7
28578 +# Mon Mar 31 11:36:56 2008
28579 +#
28580 +# CONFIG_PPC64 is not set
28581 +
28582 +#
28583 +# Processor support
28584 +#
28585 +CONFIG_6xx=y
28586 +# CONFIG_PPC_85xx is not set
28587 +# CONFIG_PPC_8xx is not set
28588 +# CONFIG_40x is not set
28589 +# CONFIG_44x is not set
28590 +# CONFIG_E200 is not set
28591 +CONFIG_PPC_FPU=y
28592 +# CONFIG_FSL_EMB_PERFMON is not set
28593 +CONFIG_PPC_STD_MMU=y
28594 +CONFIG_PPC_STD_MMU_32=y
28595 +# CONFIG_PPC_MM_SLICES is not set
28596 +# CONFIG_SMP is not set
28597 +CONFIG_PPC32=y
28598 +CONFIG_WORD_SIZE=32
28599 +CONFIG_PPC_MERGE=y
28600 +CONFIG_MMU=y
28601 +CONFIG_GENERIC_CMOS_UPDATE=y
28602 +CONFIG_GENERIC_TIME=y
28603 +CONFIG_GENERIC_TIME_VSYSCALL=y
28604 +CONFIG_GENERIC_CLOCKEVENTS=y
28605 +CONFIG_GENERIC_HARDIRQS=y
28606 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
28607 +CONFIG_IRQ_PER_CPU=y
28608 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
28609 +CONFIG_ARCH_HAS_ILOG2_U32=y
28610 +CONFIG_GENERIC_HWEIGHT=y
28611 +CONFIG_GENERIC_CALIBRATE_DELAY=y
28612 +CONFIG_GENERIC_FIND_NEXT_BIT=y
28613 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
28614 +CONFIG_PPC=y
28615 +CONFIG_EARLY_PRINTK=y
28616 +CONFIG_GENERIC_NVRAM=y
28617 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
28618 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
28619 +CONFIG_PPC_OF=y
28620 +CONFIG_OF=y
28621 +CONFIG_PPC_UDBG_16550=y
28622 +# CONFIG_GENERIC_TBSYNC is not set
28623 +CONFIG_AUDIT_ARCH=y
28624 +CONFIG_GENERIC_BUG=y
28625 +CONFIG_DEFAULT_UIMAGE=y
28626 +# CONFIG_PPC_DCR_NATIVE is not set
28627 +# CONFIG_PPC_DCR_MMIO is not set
28628 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
28629 +
28630 +#
28631 +# General setup
28632 +#
28633 +CONFIG_EXPERIMENTAL=y
28634 +CONFIG_BROKEN_ON_SMP=y
28635 +CONFIG_INIT_ENV_ARG_LIMIT=32
28636 +CONFIG_LOCALVERSION=""
28637 +CONFIG_LOCALVERSION_AUTO=y
28638 +CONFIG_SWAP=y
28639 +CONFIG_SYSVIPC=y
28640 +CONFIG_SYSVIPC_SYSCTL=y
28641 +# CONFIG_POSIX_MQUEUE is not set
28642 +# CONFIG_BSD_PROCESS_ACCT is not set
28643 +# CONFIG_TASKSTATS is not set
28644 +# CONFIG_AUDIT is not set
28645 +# CONFIG_IKCONFIG is not set
28646 +CONFIG_LOG_BUF_SHIFT=14
28647 +# CONFIG_CGROUPS is not set
28648 +CONFIG_GROUP_SCHED=y
28649 +# CONFIG_FAIR_GROUP_SCHED is not set
28650 +# CONFIG_RT_GROUP_SCHED is not set
28651 +CONFIG_USER_SCHED=y
28652 +# CONFIG_CGROUP_SCHED is not set
28653 +CONFIG_SYSFS_DEPRECATED=y
28654 +CONFIG_SYSFS_DEPRECATED_V2=y
28655 +# CONFIG_RELAY is not set
28656 +# CONFIG_NAMESPACES is not set
28657 +CONFIG_BLK_DEV_INITRD=y
28658 +CONFIG_INITRAMFS_SOURCE=""
28659 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
28660 +CONFIG_SYSCTL=y
28661 +CONFIG_EMBEDDED=y
28662 +CONFIG_SYSCTL_SYSCALL=y
28663 +# CONFIG_KALLSYMS is not set
28664 +CONFIG_HOTPLUG=y
28665 +CONFIG_PRINTK=y
28666 +CONFIG_BUG=y
28667 +CONFIG_ELF_CORE=y
28668 +CONFIG_COMPAT_BRK=y
28669 +CONFIG_BASE_FULL=y
28670 +CONFIG_FUTEX=y
28671 +CONFIG_ANON_INODES=y
28672 +# CONFIG_EPOLL is not set
28673 +CONFIG_SIGNALFD=y
28674 +CONFIG_TIMERFD=y
28675 +CONFIG_EVENTFD=y
28676 +CONFIG_SHMEM=y
28677 +CONFIG_VM_EVENT_COUNTERS=y
28678 +CONFIG_SLUB_DEBUG=y
28679 +# CONFIG_SLAB is not set
28680 +CONFIG_SLUB=y
28681 +# CONFIG_SLOB is not set
28682 +# CONFIG_PROFILING is not set
28683 +# CONFIG_MARKERS is not set
28684 +CONFIG_HAVE_OPROFILE=y
28685 +CONFIG_HAVE_KPROBES=y
28686 +CONFIG_HAVE_KRETPROBES=y
28687 +CONFIG_PROC_PAGE_MONITOR=y
28688 +CONFIG_SLABINFO=y
28689 +CONFIG_RT_MUTEXES=y
28690 +# CONFIG_TINY_SHMEM is not set
28691 +CONFIG_BASE_SMALL=0
28692 +CONFIG_MODULES=y
28693 +CONFIG_MODULE_UNLOAD=y
28694 +# CONFIG_MODULE_FORCE_UNLOAD is not set
28695 +# CONFIG_MODVERSIONS is not set
28696 +# CONFIG_MODULE_SRCVERSION_ALL is not set
28697 +# CONFIG_KMOD is not set
28698 +CONFIG_BLOCK=y
28699 +# CONFIG_LBD is not set
28700 +# CONFIG_BLK_DEV_IO_TRACE is not set
28701 +# CONFIG_LSF is not set
28702 +# CONFIG_BLK_DEV_BSG is not set
28703 +
28704 +#
28705 +# IO Schedulers
28706 +#
28707 +CONFIG_IOSCHED_NOOP=y
28708 +CONFIG_IOSCHED_AS=y
28709 +CONFIG_IOSCHED_DEADLINE=y
28710 +CONFIG_IOSCHED_CFQ=y
28711 +CONFIG_DEFAULT_AS=y
28712 +# CONFIG_DEFAULT_DEADLINE is not set
28713 +# CONFIG_DEFAULT_CFQ is not set
28714 +# CONFIG_DEFAULT_NOOP is not set
28715 +CONFIG_DEFAULT_IOSCHED="anticipatory"
28716 +CONFIG_CLASSIC_RCU=y
28717 +
28718 +#
28719 +# Platform support
28720 +#
28721 +# CONFIG_PPC_MULTIPLATFORM is not set
28722 +# CONFIG_PPC_82xx is not set
28723 +CONFIG_PPC_83xx=y
28724 +# CONFIG_PPC_86xx is not set
28725 +# CONFIG_PPC_MPC512x is not set
28726 +# CONFIG_PPC_MPC5121 is not set
28727 +# CONFIG_PPC_CELL is not set
28728 +# CONFIG_PPC_CELL_NATIVE is not set
28729 +# CONFIG_PQ2ADS is not set
28730 +CONFIG_MPC83xx=y
28731 +# CONFIG_MPC831x_RDB is not set
28732 +# CONFIG_MPC832x_MDS is not set
28733 +# CONFIG_MPC832x_RDB is not set
28734 +CONFIG_MPC834x_MDS=y
28735 +# CONFIG_MPC834x_ITX is not set
28736 +# CONFIG_MPC836x_MDS is not set
28737 +# CONFIG_MPC837x_MDS is not set
28738 +# CONFIG_MPC837x_RDB is not set
28739 +# CONFIG_SBC834x is not set
28740 +CONFIG_PPC_MPC834x=y
28741 +CONFIG_IPIC=y
28742 +# CONFIG_MPIC is not set
28743 +# CONFIG_MPIC_WEIRD is not set
28744 +# CONFIG_PPC_I8259 is not set
28745 +# CONFIG_PPC_RTAS is not set
28746 +# CONFIG_MMIO_NVRAM is not set
28747 +# CONFIG_PPC_MPC106 is not set
28748 +# CONFIG_PPC_970_NAP is not set
28749 +# CONFIG_PPC_INDIRECT_IO is not set
28750 +# CONFIG_GENERIC_IOMAP is not set
28751 +# CONFIG_CPU_FREQ is not set
28752 +# CONFIG_FSL_ULI1575 is not set
28753 +
28754 +#
28755 +# Kernel options
28756 +#
28757 +# CONFIG_HIGHMEM is not set
28758 +CONFIG_TICK_ONESHOT=y
28759 +CONFIG_NO_HZ=y
28760 +CONFIG_HIGH_RES_TIMERS=y
28761 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
28762 +# CONFIG_HZ_100 is not set
28763 +CONFIG_HZ_250=y
28764 +# CONFIG_HZ_300 is not set
28765 +# CONFIG_HZ_1000 is not set
28766 +CONFIG_HZ=250
28767 +# CONFIG_SCHED_HRTICK is not set
28768 +CONFIG_PREEMPT_NONE=y
28769 +# CONFIG_PREEMPT_VOLUNTARY is not set
28770 +# CONFIG_PREEMPT is not set
28771 +CONFIG_BINFMT_ELF=y
28772 +# CONFIG_BINFMT_MISC is not set
28773 +# CONFIG_IOMMU_HELPER is not set
28774 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
28775 +CONFIG_ARCH_HAS_WALK_MEMORY=y
28776 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
28777 +CONFIG_ARCH_FLATMEM_ENABLE=y
28778 +CONFIG_ARCH_POPULATES_NODE_MAP=y
28779 +CONFIG_SELECT_MEMORY_MODEL=y
28780 +CONFIG_FLATMEM_MANUAL=y
28781 +# CONFIG_DISCONTIGMEM_MANUAL is not set
28782 +# CONFIG_SPARSEMEM_MANUAL is not set
28783 +CONFIG_FLATMEM=y
28784 +CONFIG_FLAT_NODE_MEM_MAP=y
28785 +# CONFIG_SPARSEMEM_STATIC is not set
28786 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
28787 +CONFIG_SPLIT_PTLOCK_CPUS=4
28788 +# CONFIG_RESOURCES_64BIT is not set
28789 +CONFIG_ZONE_DMA_FLAG=1
28790 +CONFIG_BOUNCE=y
28791 +CONFIG_VIRT_TO_BUS=y
28792 +CONFIG_PROC_DEVICETREE=y
28793 +# CONFIG_CMDLINE_BOOL is not set
28794 +# CONFIG_PM is not set
28795 +CONFIG_SECCOMP=y
28796 +CONFIG_ISA_DMA_API=y
28797 +
28798 +#
28799 +# Bus options
28800 +#
28801 +CONFIG_ZONE_DMA=y
28802 +CONFIG_GENERIC_ISA_DMA=y
28803 +CONFIG_PPC_INDIRECT_PCI=y
28804 +CONFIG_FSL_SOC=y
28805 +CONFIG_PCI=y
28806 +CONFIG_PCI_DOMAINS=y
28807 +CONFIG_PCI_SYSCALL=y
28808 +# CONFIG_PCIEPORTBUS is not set
28809 +CONFIG_ARCH_SUPPORTS_MSI=y
28810 +# CONFIG_PCI_MSI is not set
28811 +CONFIG_PCI_LEGACY=y
28812 +# CONFIG_PCCARD is not set
28813 +# CONFIG_HOTPLUG_PCI is not set
28814 +
28815 +#
28816 +# Advanced setup
28817 +#
28818 +# CONFIG_ADVANCED_OPTIONS is not set
28819 +
28820 +#
28821 +# Default settings for advanced configuration options are used
28822 +#
28823 +CONFIG_HIGHMEM_START=0xfe000000
28824 +CONFIG_LOWMEM_SIZE=0x30000000
28825 +CONFIG_KERNEL_START=0xc0000000
28826 +CONFIG_TASK_SIZE=0xc0000000
28827 +CONFIG_BOOT_LOAD=0x00800000
28828 +
28829 +#
28830 +# Networking
28831 +#
28832 +CONFIG_NET=y
28833 +
28834 +#
28835 +# Networking options
28836 +#
28837 +CONFIG_PACKET=y
28838 +# CONFIG_PACKET_MMAP is not set
28839 +CONFIG_UNIX=y
28840 +CONFIG_XFRM=y
28841 +CONFIG_XFRM_USER=m
28842 +# CONFIG_XFRM_SUB_POLICY is not set
28843 +# CONFIG_XFRM_MIGRATE is not set
28844 +# CONFIG_XFRM_STATISTICS is not set
28845 +# CONFIG_NET_KEY is not set
28846 +CONFIG_INET=y
28847 +CONFIG_IP_MULTICAST=y
28848 +# CONFIG_IP_ADVANCED_ROUTER is not set
28849 +CONFIG_IP_FIB_HASH=y
28850 +CONFIG_IP_PNP=y
28851 +CONFIG_IP_PNP_DHCP=y
28852 +CONFIG_IP_PNP_BOOTP=y
28853 +# CONFIG_IP_PNP_RARP is not set
28854 +# CONFIG_NET_IPIP is not set
28855 +# CONFIG_NET_IPGRE is not set
28856 +# CONFIG_IP_MROUTE is not set
28857 +# CONFIG_ARPD is not set
28858 +CONFIG_SYN_COOKIES=y
28859 +# CONFIG_INET_AH is not set
28860 +# CONFIG_INET_ESP is not set
28861 +# CONFIG_INET_IPCOMP is not set
28862 +# CONFIG_INET_XFRM_TUNNEL is not set
28863 +# CONFIG_INET_TUNNEL is not set
28864 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
28865 +CONFIG_INET_XFRM_MODE_TUNNEL=y
28866 +CONFIG_INET_XFRM_MODE_BEET=y
28867 +# CONFIG_INET_LRO is not set
28868 +CONFIG_INET_DIAG=y
28869 +CONFIG_INET_TCP_DIAG=y
28870 +# CONFIG_TCP_CONG_ADVANCED is not set
28871 +CONFIG_TCP_CONG_CUBIC=y
28872 +CONFIG_DEFAULT_TCP_CONG="cubic"
28873 +# CONFIG_TCP_MD5SIG is not set
28874 +# CONFIG_IPV6 is not set
28875 +# CONFIG_INET6_XFRM_TUNNEL is not set
28876 +# CONFIG_INET6_TUNNEL is not set
28877 +# CONFIG_NETWORK_SECMARK is not set
28878 +# CONFIG_NETFILTER is not set
28879 +# CONFIG_IP_DCCP is not set
28880 +# CONFIG_IP_SCTP is not set
28881 +# CONFIG_TIPC is not set
28882 +# CONFIG_ATM is not set
28883 +# CONFIG_BRIDGE is not set
28884 +# CONFIG_VLAN_8021Q is not set
28885 +# CONFIG_DECNET is not set
28886 +# CONFIG_LLC2 is not set
28887 +# CONFIG_IPX is not set
28888 +# CONFIG_ATALK is not set
28889 +# CONFIG_X25 is not set
28890 +# CONFIG_LAPB is not set
28891 +# CONFIG_ECONET is not set
28892 +# CONFIG_WAN_ROUTER is not set
28893 +# CONFIG_NET_SCHED is not set
28894 +
28895 +#
28896 +# Network testing
28897 +#
28898 +# CONFIG_NET_PKTGEN is not set
28899 +# CONFIG_HAMRADIO is not set
28900 +# CONFIG_CAN is not set
28901 +# CONFIG_IRDA is not set
28902 +# CONFIG_BT is not set
28903 +# CONFIG_AF_RXRPC is not set
28904 +
28905 +#
28906 +# Wireless
28907 +#
28908 +# CONFIG_CFG80211 is not set
28909 +# CONFIG_WIRELESS_EXT is not set
28910 +# CONFIG_MAC80211 is not set
28911 +# CONFIG_IEEE80211 is not set
28912 +# CONFIG_RFKILL is not set
28913 +# CONFIG_NET_9P is not set
28914 +
28915 +#
28916 +# Device Drivers
28917 +#
28918 +
28919 +#
28920 +# Generic Driver Options
28921 +#
28922 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
28923 +CONFIG_STANDALONE=y
28924 +CONFIG_PREVENT_FIRMWARE_BUILD=y
28925 +# CONFIG_FW_LOADER is not set
28926 +# CONFIG_SYS_HYPERVISOR is not set
28927 +# CONFIG_CONNECTOR is not set
28928 +# CONFIG_MTD is not set
28929 +CONFIG_OF_DEVICE=y
28930 +# CONFIG_PARPORT is not set
28931 +CONFIG_BLK_DEV=y
28932 +# CONFIG_BLK_DEV_FD is not set
28933 +# CONFIG_BLK_CPQ_DA is not set
28934 +# CONFIG_BLK_CPQ_CISS_DA is not set
28935 +# CONFIG_BLK_DEV_DAC960 is not set
28936 +# CONFIG_BLK_DEV_UMEM is not set
28937 +# CONFIG_BLK_DEV_COW_COMMON is not set
28938 +CONFIG_BLK_DEV_LOOP=y
28939 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
28940 +# CONFIG_BLK_DEV_NBD is not set
28941 +# CONFIG_BLK_DEV_SX8 is not set
28942 +CONFIG_BLK_DEV_RAM=y
28943 +CONFIG_BLK_DEV_RAM_COUNT=16
28944 +CONFIG_BLK_DEV_RAM_SIZE=32768
28945 +# CONFIG_BLK_DEV_XIP is not set
28946 +# CONFIG_CDROM_PKTCDVD is not set
28947 +# CONFIG_ATA_OVER_ETH is not set
28948 +CONFIG_MISC_DEVICES=y
28949 +# CONFIG_PHANTOM is not set
28950 +# CONFIG_EEPROM_93CX6 is not set
28951 +# CONFIG_SGI_IOC4 is not set
28952 +# CONFIG_TIFM_CORE is not set
28953 +# CONFIG_ENCLOSURE_SERVICES is not set
28954 +CONFIG_HAVE_IDE=y
28955 +# CONFIG_IDE is not set
28956 +
28957 +#
28958 +# SCSI device support
28959 +#
28960 +# CONFIG_RAID_ATTRS is not set
28961 +# CONFIG_SCSI is not set
28962 +# CONFIG_SCSI_DMA is not set
28963 +# CONFIG_SCSI_NETLINK is not set
28964 +# CONFIG_ATA is not set
28965 +# CONFIG_MD is not set
28966 +# CONFIG_FUSION is not set
28967 +
28968 +#
28969 +# IEEE 1394 (FireWire) support
28970 +#
28971 +# CONFIG_FIREWIRE is not set
28972 +# CONFIG_IEEE1394 is not set
28973 +# CONFIG_I2O is not set
28974 +# CONFIG_MACINTOSH_DRIVERS is not set
28975 +CONFIG_NETDEVICES=y
28976 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
28977 +# CONFIG_DUMMY is not set
28978 +# CONFIG_BONDING is not set
28979 +# CONFIG_MACVLAN is not set
28980 +# CONFIG_EQUALIZER is not set
28981 +# CONFIG_TUN is not set
28982 +# CONFIG_VETH is not set
28983 +# CONFIG_ARCNET is not set
28984 +CONFIG_PHYLIB=y
28985 +
28986 +#
28987 +# MII PHY device drivers
28988 +#
28989 +CONFIG_MARVELL_PHY=y
28990 +# CONFIG_DAVICOM_PHY is not set
28991 +# CONFIG_QSEMI_PHY is not set
28992 +# CONFIG_LXT_PHY is not set
28993 +# CONFIG_CICADA_PHY is not set
28994 +# CONFIG_VITESSE_PHY is not set
28995 +# CONFIG_SMSC_PHY is not set
28996 +# CONFIG_BROADCOM_PHY is not set
28997 +# CONFIG_ICPLUS_PHY is not set
28998 +# CONFIG_REALTEK_PHY is not set
28999 +# CONFIG_FIXED_PHY is not set
29000 +# CONFIG_MDIO_BITBANG is not set
29001 +CONFIG_NET_ETHERNET=y
29002 +CONFIG_MII=y
29003 +# CONFIG_HAPPYMEAL is not set
29004 +# CONFIG_SUNGEM is not set
29005 +# CONFIG_CASSINI is not set
29006 +# CONFIG_NET_VENDOR_3COM is not set
29007 +# CONFIG_NET_TULIP is not set
29008 +# CONFIG_HP100 is not set
29009 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
29010 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
29011 +# CONFIG_IBM_NEW_EMAC_TAH is not set
29012 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
29013 +CONFIG_NET_PCI=y
29014 +# CONFIG_PCNET32 is not set
29015 +# CONFIG_AMD8111_ETH is not set
29016 +# CONFIG_ADAPTEC_STARFIRE is not set
29017 +# CONFIG_B44 is not set
29018 +# CONFIG_FORCEDETH is not set
29019 +# CONFIG_EEPRO100 is not set
29020 +CONFIG_E100=y
29021 +# CONFIG_FEALNX is not set
29022 +# CONFIG_NATSEMI is not set
29023 +# CONFIG_NE2K_PCI is not set
29024 +# CONFIG_8139CP is not set
29025 +# CONFIG_8139TOO is not set
29026 +# CONFIG_R6040 is not set
29027 +# CONFIG_SIS900 is not set
29028 +# CONFIG_EPIC100 is not set
29029 +# CONFIG_SUNDANCE is not set
29030 +# CONFIG_TLAN is not set
29031 +# CONFIG_VIA_RHINE is not set
29032 +# CONFIG_SC92031 is not set
29033 +CONFIG_NETDEV_1000=y
29034 +# CONFIG_ACENIC is not set
29035 +# CONFIG_DL2K is not set
29036 +# CONFIG_E1000 is not set
29037 +# CONFIG_E1000E is not set
29038 +# CONFIG_E1000E_ENABLED is not set
29039 +# CONFIG_IP1000 is not set
29040 +# CONFIG_IGB is not set
29041 +# CONFIG_NS83820 is not set
29042 +# CONFIG_HAMACHI is not set
29043 +# CONFIG_YELLOWFIN is not set
29044 +# CONFIG_R8169 is not set
29045 +# CONFIG_SIS190 is not set
29046 +# CONFIG_SKGE is not set
29047 +# CONFIG_SKY2 is not set
29048 +# CONFIG_SK98LIN is not set
29049 +# CONFIG_VIA_VELOCITY is not set
29050 +# CONFIG_TIGON3 is not set
29051 +# CONFIG_BNX2 is not set
29052 +CONFIG_GIANFAR=y
29053 +# CONFIG_GFAR_NAPI is not set
29054 +# CONFIG_QLA3XXX is not set
29055 +# CONFIG_ATL1 is not set
29056 +CONFIG_NETDEV_10000=y
29057 +# CONFIG_CHELSIO_T1 is not set
29058 +# CONFIG_CHELSIO_T3 is not set
29059 +# CONFIG_IXGBE is not set
29060 +# CONFIG_IXGB is not set
29061 +# CONFIG_S2IO is not set
29062 +# CONFIG_MYRI10GE is not set
29063 +# CONFIG_NETXEN_NIC is not set
29064 +# CONFIG_NIU is not set
29065 +# CONFIG_MLX4_CORE is not set
29066 +# CONFIG_TEHUTI is not set
29067 +# CONFIG_BNX2X is not set
29068 +# CONFIG_TR is not set
29069 +
29070 +#
29071 +# Wireless LAN
29072 +#
29073 +# CONFIG_WLAN_PRE80211 is not set
29074 +# CONFIG_WLAN_80211 is not set
29075 +# CONFIG_WAN is not set
29076 +# CONFIG_FDDI is not set
29077 +# CONFIG_HIPPI is not set
29078 +# CONFIG_PPP is not set
29079 +# CONFIG_SLIP is not set
29080 +# CONFIG_NETCONSOLE is not set
29081 +# CONFIG_NETPOLL is not set
29082 +# CONFIG_NET_POLL_CONTROLLER is not set
29083 +# CONFIG_ISDN is not set
29084 +# CONFIG_PHONE is not set
29085 +
29086 +#
29087 +# Input device support
29088 +#
29089 +CONFIG_INPUT=y
29090 +# CONFIG_INPUT_FF_MEMLESS is not set
29091 +# CONFIG_INPUT_POLLDEV is not set
29092 +
29093 +#
29094 +# Userland interfaces
29095 +#
29096 +# CONFIG_INPUT_MOUSEDEV is not set
29097 +# CONFIG_INPUT_JOYDEV is not set
29098 +# CONFIG_INPUT_EVDEV is not set
29099 +# CONFIG_INPUT_EVBUG is not set
29100 +
29101 +#
29102 +# Input Device Drivers
29103 +#
29104 +# CONFIG_INPUT_KEYBOARD is not set
29105 +# CONFIG_INPUT_MOUSE is not set
29106 +# CONFIG_INPUT_JOYSTICK is not set
29107 +# CONFIG_INPUT_TABLET is not set
29108 +# CONFIG_INPUT_TOUCHSCREEN is not set
29109 +# CONFIG_INPUT_MISC is not set
29110 +
29111 +#
29112 +# Hardware I/O ports
29113 +#
29114 +# CONFIG_SERIO is not set
29115 +# CONFIG_GAMEPORT is not set
29116 +
29117 +#
29118 +# Character devices
29119 +#
29120 +# CONFIG_VT is not set
29121 +# CONFIG_SERIAL_NONSTANDARD is not set
29122 +# CONFIG_NOZOMI is not set
29123 +
29124 +#
29125 +# Serial drivers
29126 +#
29127 +CONFIG_SERIAL_8250=y
29128 +CONFIG_SERIAL_8250_CONSOLE=y
29129 +CONFIG_SERIAL_8250_PCI=y
29130 +CONFIG_SERIAL_8250_NR_UARTS=4
29131 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
29132 +# CONFIG_SERIAL_8250_EXTENDED is not set
29133 +
29134 +#
29135 +# Non-8250 serial port support
29136 +#
29137 +# CONFIG_SERIAL_UARTLITE is not set
29138 +CONFIG_SERIAL_CORE=y
29139 +CONFIG_SERIAL_CORE_CONSOLE=y
29140 +# CONFIG_SERIAL_JSM is not set
29141 +# CONFIG_SERIAL_OF_PLATFORM is not set
29142 +CONFIG_UNIX98_PTYS=y
29143 +CONFIG_LEGACY_PTYS=y
29144 +CONFIG_LEGACY_PTY_COUNT=256
29145 +# CONFIG_IPMI_HANDLER is not set
29146 +# CONFIG_HW_RANDOM is not set
29147 +# CONFIG_NVRAM is not set
29148 +# CONFIG_GEN_RTC is not set
29149 +# CONFIG_R3964 is not set
29150 +# CONFIG_APPLICOM is not set
29151 +# CONFIG_RAW_DRIVER is not set
29152 +# CONFIG_TCG_TPM is not set
29153 +CONFIG_DEVPORT=y
29154 +CONFIG_I2C=y
29155 +CONFIG_I2C_BOARDINFO=y
29156 +CONFIG_I2C_CHARDEV=y
29157 +
29158 +#
29159 +# I2C Algorithms
29160 +#
29161 +# CONFIG_I2C_ALGOBIT is not set
29162 +# CONFIG_I2C_ALGOPCF is not set
29163 +# CONFIG_I2C_ALGOPCA is not set
29164 +
29165 +#
29166 +# I2C Hardware Bus support
29167 +#
29168 +# CONFIG_I2C_ALI1535 is not set
29169 +# CONFIG_I2C_ALI1563 is not set
29170 +# CONFIG_I2C_ALI15X3 is not set
29171 +# CONFIG_I2C_AMD756 is not set
29172 +# CONFIG_I2C_AMD8111 is not set
29173 +# CONFIG_I2C_I801 is not set
29174 +# CONFIG_I2C_I810 is not set
29175 +# CONFIG_I2C_PIIX4 is not set
29176 +CONFIG_I2C_MPC=y
29177 +# CONFIG_I2C_NFORCE2 is not set
29178 +# CONFIG_I2C_OCORES is not set
29179 +# CONFIG_I2C_PARPORT_LIGHT is not set
29180 +# CONFIG_I2C_PROSAVAGE is not set
29181 +# CONFIG_I2C_SAVAGE4 is not set
29182 +# CONFIG_I2C_SIMTEC is not set
29183 +# CONFIG_I2C_SIS5595 is not set
29184 +# CONFIG_I2C_SIS630 is not set
29185 +# CONFIG_I2C_SIS96X is not set
29186 +# CONFIG_I2C_TAOS_EVM is not set
29187 +# CONFIG_I2C_STUB is not set
29188 +# CONFIG_I2C_VIA is not set
29189 +# CONFIG_I2C_VIAPRO is not set
29190 +# CONFIG_I2C_VOODOO3 is not set
29191 +
29192 +#
29193 +# Miscellaneous I2C Chip support
29194 +#
29195 +# CONFIG_DS1682 is not set
29196 +# CONFIG_SENSORS_EEPROM is not set
29197 +# CONFIG_SENSORS_PCF8574 is not set
29198 +# CONFIG_PCF8575 is not set
29199 +# CONFIG_SENSORS_PCF8591 is not set
29200 +# CONFIG_TPS65010 is not set
29201 +# CONFIG_SENSORS_MAX6875 is not set
29202 +# CONFIG_SENSORS_TSL2550 is not set
29203 +# CONFIG_I2C_DEBUG_CORE is not set
29204 +# CONFIG_I2C_DEBUG_ALGO is not set
29205 +# CONFIG_I2C_DEBUG_BUS is not set
29206 +# CONFIG_I2C_DEBUG_CHIP is not set
29207 +
29208 +#
29209 +# SPI support
29210 +#
29211 +# CONFIG_SPI is not set
29212 +# CONFIG_SPI_MASTER is not set
29213 +# CONFIG_W1 is not set
29214 +# CONFIG_POWER_SUPPLY is not set
29215 +CONFIG_HWMON=y
29216 +# CONFIG_HWMON_VID is not set
29217 +# CONFIG_SENSORS_AD7418 is not set
29218 +# CONFIG_SENSORS_ADM1021 is not set
29219 +# CONFIG_SENSORS_ADM1025 is not set
29220 +# CONFIG_SENSORS_ADM1026 is not set
29221 +# CONFIG_SENSORS_ADM1029 is not set
29222 +# CONFIG_SENSORS_ADM1031 is not set
29223 +# CONFIG_SENSORS_ADM9240 is not set
29224 +# CONFIG_SENSORS_ADT7470 is not set
29225 +# CONFIG_SENSORS_ADT7473 is not set
29226 +# CONFIG_SENSORS_ATXP1 is not set
29227 +# CONFIG_SENSORS_DS1621 is not set
29228 +# CONFIG_SENSORS_I5K_AMB is not set
29229 +# CONFIG_SENSORS_F71805F is not set
29230 +# CONFIG_SENSORS_F71882FG is not set
29231 +# CONFIG_SENSORS_F75375S is not set
29232 +# CONFIG_SENSORS_GL518SM is not set
29233 +# CONFIG_SENSORS_GL520SM is not set
29234 +# CONFIG_SENSORS_IT87 is not set
29235 +# CONFIG_SENSORS_LM63 is not set
29236 +# CONFIG_SENSORS_LM75 is not set
29237 +# CONFIG_SENSORS_LM77 is not set
29238 +# CONFIG_SENSORS_LM78 is not set
29239 +# CONFIG_SENSORS_LM80 is not set
29240 +# CONFIG_SENSORS_LM83 is not set
29241 +# CONFIG_SENSORS_LM85 is not set
29242 +# CONFIG_SENSORS_LM87 is not set
29243 +# CONFIG_SENSORS_LM90 is not set
29244 +# CONFIG_SENSORS_LM92 is not set
29245 +# CONFIG_SENSORS_LM93 is not set
29246 +# CONFIG_SENSORS_MAX1619 is not set
29247 +# CONFIG_SENSORS_MAX6650 is not set
29248 +# CONFIG_SENSORS_PC87360 is not set
29249 +# CONFIG_SENSORS_PC87427 is not set
29250 +# CONFIG_SENSORS_SIS5595 is not set
29251 +# CONFIG_SENSORS_DME1737 is not set
29252 +# CONFIG_SENSORS_SMSC47M1 is not set
29253 +# CONFIG_SENSORS_SMSC47M192 is not set
29254 +# CONFIG_SENSORS_SMSC47B397 is not set
29255 +# CONFIG_SENSORS_ADS7828 is not set
29256 +# CONFIG_SENSORS_THMC50 is not set
29257 +# CONFIG_SENSORS_VIA686A is not set
29258 +# CONFIG_SENSORS_VT1211 is not set
29259 +# CONFIG_SENSORS_VT8231 is not set
29260 +# CONFIG_SENSORS_W83781D is not set
29261 +# CONFIG_SENSORS_W83791D is not set
29262 +# CONFIG_SENSORS_W83792D is not set
29263 +# CONFIG_SENSORS_W83793 is not set
29264 +# CONFIG_SENSORS_W83L785TS is not set
29265 +# CONFIG_SENSORS_W83L786NG is not set
29266 +# CONFIG_SENSORS_W83627HF is not set
29267 +# CONFIG_SENSORS_W83627EHF is not set
29268 +# CONFIG_HWMON_DEBUG_CHIP is not set
29269 +# CONFIG_THERMAL is not set
29270 +CONFIG_WATCHDOG=y
29271 +# CONFIG_WATCHDOG_NOWAYOUT is not set
29272 +
29273 +#
29274 +# Watchdog Device Drivers
29275 +#
29276 +# CONFIG_SOFT_WATCHDOG is not set
29277 +CONFIG_83xx_WDT=y
29278 +
29279 +#
29280 +# PCI-based Watchdog Cards
29281 +#
29282 +# CONFIG_PCIPCWATCHDOG is not set
29283 +# CONFIG_WDTPCI is not set
29284 +
29285 +#
29286 +# Sonics Silicon Backplane
29287 +#
29288 +CONFIG_SSB_POSSIBLE=y
29289 +# CONFIG_SSB is not set
29290 +
29291 +#
29292 +# Multifunction device drivers
29293 +#
29294 +# CONFIG_MFD_SM501 is not set
29295 +
29296 +#
29297 +# Multimedia devices
29298 +#
29299 +# CONFIG_VIDEO_DEV is not set
29300 +# CONFIG_DVB_CORE is not set
29301 +CONFIG_DAB=y
29302 +
29303 +#
29304 +# Graphics support
29305 +#
29306 +# CONFIG_AGP is not set
29307 +# CONFIG_DRM is not set
29308 +# CONFIG_VGASTATE is not set
29309 +CONFIG_VIDEO_OUTPUT_CONTROL=m
29310 +# CONFIG_FB is not set
29311 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
29312 +
29313 +#
29314 +# Display device support
29315 +#
29316 +# CONFIG_DISPLAY_SUPPORT is not set
29317 +
29318 +#
29319 +# Sound
29320 +#
29321 +# CONFIG_SOUND is not set
29322 +CONFIG_HID_SUPPORT=y
29323 +CONFIG_HID=y
29324 +# CONFIG_HID_DEBUG is not set
29325 +# CONFIG_HIDRAW is not set
29326 +CONFIG_USB_SUPPORT=y
29327 +CONFIG_USB_ARCH_HAS_HCD=y
29328 +CONFIG_USB_ARCH_HAS_OHCI=y
29329 +CONFIG_USB_ARCH_HAS_EHCI=y
29330 +# CONFIG_USB is not set
29331 +
29332 +#
29333 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
29334 +#
29335 +# CONFIG_USB_GADGET is not set
29336 +# CONFIG_MMC is not set
29337 +# CONFIG_MEMSTICK is not set
29338 +# CONFIG_NEW_LEDS is not set
29339 +# CONFIG_INFINIBAND is not set
29340 +# CONFIG_EDAC is not set
29341 +CONFIG_RTC_LIB=y
29342 +CONFIG_RTC_CLASS=y
29343 +CONFIG_RTC_HCTOSYS=y
29344 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
29345 +# CONFIG_RTC_DEBUG is not set
29346 +
29347 +#
29348 +# RTC interfaces
29349 +#
29350 +CONFIG_RTC_INTF_SYSFS=y
29351 +CONFIG_RTC_INTF_PROC=y
29352 +CONFIG_RTC_INTF_DEV=y
29353 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
29354 +# CONFIG_RTC_DRV_TEST is not set
29355 +
29356 +#
29357 +# I2C RTC drivers
29358 +#
29359 +# CONFIG_RTC_DRV_DS1307 is not set
29360 +CONFIG_RTC_DRV_DS1374=y
29361 +# CONFIG_RTC_DRV_DS1672 is not set
29362 +# CONFIG_RTC_DRV_MAX6900 is not set
29363 +# CONFIG_RTC_DRV_RS5C372 is not set
29364 +# CONFIG_RTC_DRV_ISL1208 is not set
29365 +# CONFIG_RTC_DRV_X1205 is not set
29366 +# CONFIG_RTC_DRV_PCF8563 is not set
29367 +# CONFIG_RTC_DRV_PCF8583 is not set
29368 +# CONFIG_RTC_DRV_M41T80 is not set
29369 +# CONFIG_RTC_DRV_S35390A is not set
29370 +
29371 +#
29372 +# SPI RTC drivers
29373 +#
29374 +
29375 +#
29376 +# Platform RTC drivers
29377 +#
29378 +# CONFIG_RTC_DRV_CMOS is not set
29379 +# CONFIG_RTC_DRV_DS1511 is not set
29380 +# CONFIG_RTC_DRV_DS1553 is not set
29381 +# CONFIG_RTC_DRV_DS1742 is not set
29382 +# CONFIG_RTC_DRV_STK17TA8 is not set
29383 +# CONFIG_RTC_DRV_M48T86 is not set
29384 +# CONFIG_RTC_DRV_M48T59 is not set
29385 +# CONFIG_RTC_DRV_V3020 is not set
29386 +
29387 +#
29388 +# on-CPU RTC drivers
29389 +#
29390 +# CONFIG_DMADEVICES is not set
29391 +
29392 +#
29393 +# Userspace I/O
29394 +#
29395 +# CONFIG_UIO is not set
29396 +
29397 +#
29398 +# File systems
29399 +#
29400 +CONFIG_EXT2_FS=y
29401 +# CONFIG_EXT2_FS_XATTR is not set
29402 +# CONFIG_EXT2_FS_XIP is not set
29403 +CONFIG_EXT3_FS=y
29404 +CONFIG_EXT3_FS_XATTR=y
29405 +# CONFIG_EXT3_FS_POSIX_ACL is not set
29406 +# CONFIG_EXT3_FS_SECURITY is not set
29407 +# CONFIG_EXT4DEV_FS is not set
29408 +CONFIG_JBD=y
29409 +CONFIG_FS_MBCACHE=y
29410 +# CONFIG_REISERFS_FS is not set
29411 +# CONFIG_JFS_FS is not set
29412 +# CONFIG_FS_POSIX_ACL is not set
29413 +# CONFIG_XFS_FS is not set
29414 +# CONFIG_GFS2_FS is not set
29415 +# CONFIG_OCFS2_FS is not set
29416 +CONFIG_DNOTIFY=y
29417 +CONFIG_INOTIFY=y
29418 +CONFIG_INOTIFY_USER=y
29419 +# CONFIG_QUOTA is not set
29420 +# CONFIG_AUTOFS_FS is not set
29421 +# CONFIG_AUTOFS4_FS is not set
29422 +# CONFIG_FUSE_FS is not set
29423 +
29424 +#
29425 +# CD-ROM/DVD Filesystems
29426 +#
29427 +# CONFIG_ISO9660_FS is not set
29428 +# CONFIG_UDF_FS is not set
29429 +
29430 +#
29431 +# DOS/FAT/NT Filesystems
29432 +#
29433 +# CONFIG_MSDOS_FS is not set
29434 +# CONFIG_VFAT_FS is not set
29435 +# CONFIG_NTFS_FS is not set
29436 +
29437 +#
29438 +# Pseudo filesystems
29439 +#
29440 +CONFIG_PROC_FS=y
29441 +CONFIG_PROC_KCORE=y
29442 +CONFIG_PROC_SYSCTL=y
29443 +CONFIG_SYSFS=y
29444 +CONFIG_TMPFS=y
29445 +# CONFIG_TMPFS_POSIX_ACL is not set
29446 +# CONFIG_HUGETLB_PAGE is not set
29447 +# CONFIG_CONFIGFS_FS is not set
29448 +
29449 +#
29450 +# Miscellaneous filesystems
29451 +#
29452 +# CONFIG_ADFS_FS is not set
29453 +# CONFIG_AFFS_FS is not set
29454 +# CONFIG_HFS_FS is not set
29455 +# CONFIG_HFSPLUS_FS is not set
29456 +# CONFIG_BEFS_FS is not set
29457 +# CONFIG_BFS_FS is not set
29458 +# CONFIG_EFS_FS is not set
29459 +# CONFIG_CRAMFS is not set
29460 +# CONFIG_VXFS_FS is not set
29461 +# CONFIG_MINIX_FS is not set
29462 +# CONFIG_HPFS_FS is not set
29463 +# CONFIG_QNX4FS_FS is not set
29464 +# CONFIG_ROMFS_FS is not set
29465 +# CONFIG_SYSV_FS is not set
29466 +# CONFIG_UFS_FS is not set
29467 +CONFIG_NETWORK_FILESYSTEMS=y
29468 +CONFIG_NFS_FS=y
29469 +CONFIG_NFS_V3=y
29470 +# CONFIG_NFS_V3_ACL is not set
29471 +CONFIG_NFS_V4=y
29472 +# CONFIG_NFS_DIRECTIO is not set
29473 +# CONFIG_NFSD is not set
29474 +CONFIG_ROOT_NFS=y
29475 +CONFIG_LOCKD=y
29476 +CONFIG_LOCKD_V4=y
29477 +CONFIG_NFS_COMMON=y
29478 +CONFIG_SUNRPC=y
29479 +CONFIG_SUNRPC_GSS=y
29480 +# CONFIG_SUNRPC_BIND34 is not set
29481 +CONFIG_RPCSEC_GSS_KRB5=y
29482 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
29483 +# CONFIG_SMB_FS is not set
29484 +# CONFIG_CIFS is not set
29485 +# CONFIG_NCP_FS is not set
29486 +# CONFIG_CODA_FS is not set
29487 +# CONFIG_AFS_FS is not set
29488 +
29489 +#
29490 +# Partition Types
29491 +#
29492 +CONFIG_PARTITION_ADVANCED=y
29493 +# CONFIG_ACORN_PARTITION is not set
29494 +# CONFIG_OSF_PARTITION is not set
29495 +# CONFIG_AMIGA_PARTITION is not set
29496 +# CONFIG_ATARI_PARTITION is not set
29497 +# CONFIG_MAC_PARTITION is not set
29498 +# CONFIG_MSDOS_PARTITION is not set
29499 +# CONFIG_LDM_PARTITION is not set
29500 +# CONFIG_SGI_PARTITION is not set
29501 +# CONFIG_ULTRIX_PARTITION is not set
29502 +# CONFIG_SUN_PARTITION is not set
29503 +# CONFIG_KARMA_PARTITION is not set
29504 +# CONFIG_EFI_PARTITION is not set
29505 +# CONFIG_SYSV68_PARTITION is not set
29506 +# CONFIG_NLS is not set
29507 +# CONFIG_DLM is not set
29508 +
29509 +#
29510 +# Library routines
29511 +#
29512 +CONFIG_BITREVERSE=y
29513 +# CONFIG_CRC_CCITT is not set
29514 +# CONFIG_CRC16 is not set
29515 +# CONFIG_CRC_ITU_T is not set
29516 +CONFIG_CRC32=y
29517 +# CONFIG_CRC7 is not set
29518 +# CONFIG_LIBCRC32C is not set
29519 +CONFIG_PLIST=y
29520 +CONFIG_HAS_IOMEM=y
29521 +CONFIG_HAS_IOPORT=y
29522 +CONFIG_HAS_DMA=y
29523 +
29524 +#
29525 +# Kernel hacking
29526 +#
29527 +# CONFIG_PRINTK_TIME is not set
29528 +CONFIG_ENABLE_WARN_DEPRECATED=y
29529 +CONFIG_ENABLE_MUST_CHECK=y
29530 +# CONFIG_MAGIC_SYSRQ is not set
29531 +# CONFIG_UNUSED_SYMBOLS is not set
29532 +# CONFIG_DEBUG_FS is not set
29533 +# CONFIG_HEADERS_CHECK is not set
29534 +# CONFIG_DEBUG_KERNEL is not set
29535 +# CONFIG_SLUB_DEBUG_ON is not set
29536 +# CONFIG_SLUB_STATS is not set
29537 +# CONFIG_DEBUG_BUGVERBOSE is not set
29538 +# CONFIG_SAMPLES is not set
29539 +# CONFIG_PPC_EARLY_DEBUG is not set
29540 +
29541 +#
29542 +# Security options
29543 +#
29544 +# CONFIG_KEYS is not set
29545 +# CONFIG_SECURITY is not set
29546 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
29547 +CONFIG_CRYPTO=y
29548 +CONFIG_CRYPTO_ALGAPI=y
29549 +CONFIG_CRYPTO_BLKCIPHER=y
29550 +# CONFIG_CRYPTO_SEQIV is not set
29551 +CONFIG_CRYPTO_MANAGER=y
29552 +# CONFIG_CRYPTO_HMAC is not set
29553 +# CONFIG_CRYPTO_XCBC is not set
29554 +# CONFIG_CRYPTO_NULL is not set
29555 +# CONFIG_CRYPTO_MD4 is not set
29556 +CONFIG_CRYPTO_MD5=y
29557 +# CONFIG_CRYPTO_SHA1 is not set
29558 +# CONFIG_CRYPTO_SHA256 is not set
29559 +# CONFIG_CRYPTO_SHA512 is not set
29560 +# CONFIG_CRYPTO_WP512 is not set
29561 +# CONFIG_CRYPTO_TGR192 is not set
29562 +# CONFIG_CRYPTO_GF128MUL is not set
29563 +CONFIG_CRYPTO_ECB=m
29564 +CONFIG_CRYPTO_CBC=y
29565 +CONFIG_CRYPTO_PCBC=m
29566 +# CONFIG_CRYPTO_LRW is not set
29567 +# CONFIG_CRYPTO_XTS is not set
29568 +# CONFIG_CRYPTO_CTR is not set
29569 +# CONFIG_CRYPTO_GCM is not set
29570 +# CONFIG_CRYPTO_CCM is not set
29571 +# CONFIG_CRYPTO_CRYPTD is not set
29572 +CONFIG_CRYPTO_DES=y
29573 +# CONFIG_CRYPTO_FCRYPT is not set
29574 +# CONFIG_CRYPTO_BLOWFISH is not set
29575 +# CONFIG_CRYPTO_TWOFISH is not set
29576 +# CONFIG_CRYPTO_SERPENT is not set
29577 +# CONFIG_CRYPTO_AES is not set
29578 +# CONFIG_CRYPTO_CAST5 is not set
29579 +# CONFIG_CRYPTO_CAST6 is not set
29580 +# CONFIG_CRYPTO_TEA is not set
29581 +# CONFIG_CRYPTO_ARC4 is not set
29582 +# CONFIG_CRYPTO_KHAZAD is not set
29583 +# CONFIG_CRYPTO_ANUBIS is not set
29584 +# CONFIG_CRYPTO_SEED is not set
29585 +# CONFIG_CRYPTO_SALSA20 is not set
29586 +# CONFIG_CRYPTO_DEFLATE is not set
29587 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
29588 +# CONFIG_CRYPTO_CRC32C is not set
29589 +# CONFIG_CRYPTO_CAMELLIA is not set
29590 +# CONFIG_CRYPTO_TEST is not set
29591 +# CONFIG_CRYPTO_AUTHENC is not set
29592 +# CONFIG_CRYPTO_LZO is not set
29593 +CONFIG_CRYPTO_HW=y
29594 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
29595 +# CONFIG_PPC_CLOCK is not set
29596 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
29597 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc836x_mds_defconfig 1970-01-01 01:00:00.000000000 +0100
29598 +++ powerpc.git/arch/powerpc/configs/83xx/mpc836x_mds_defconfig 2008-04-19 16:40:52.000000000 +0200
29599 @@ -0,0 +1,1079 @@
29600 +#
29601 +# Automatically generated make config: don't edit
29602 +# Linux kernel version: 2.6.25-rc7
29603 +# Mon Mar 31 11:36:57 2008
29604 +#
29605 +# CONFIG_PPC64 is not set
29606 +
29607 +#
29608 +# Processor support
29609 +#
29610 +CONFIG_6xx=y
29611 +# CONFIG_PPC_85xx is not set
29612 +# CONFIG_PPC_8xx is not set
29613 +# CONFIG_40x is not set
29614 +# CONFIG_44x is not set
29615 +# CONFIG_E200 is not set
29616 +CONFIG_PPC_FPU=y
29617 +# CONFIG_FSL_EMB_PERFMON is not set
29618 +CONFIG_PPC_STD_MMU=y
29619 +CONFIG_PPC_STD_MMU_32=y
29620 +# CONFIG_PPC_MM_SLICES is not set
29621 +# CONFIG_SMP is not set
29622 +CONFIG_PPC32=y
29623 +CONFIG_WORD_SIZE=32
29624 +CONFIG_PPC_MERGE=y
29625 +CONFIG_MMU=y
29626 +CONFIG_GENERIC_CMOS_UPDATE=y
29627 +CONFIG_GENERIC_TIME=y
29628 +CONFIG_GENERIC_TIME_VSYSCALL=y
29629 +CONFIG_GENERIC_CLOCKEVENTS=y
29630 +CONFIG_GENERIC_HARDIRQS=y
29631 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
29632 +CONFIG_IRQ_PER_CPU=y
29633 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
29634 +CONFIG_ARCH_HAS_ILOG2_U32=y
29635 +CONFIG_GENERIC_HWEIGHT=y
29636 +CONFIG_GENERIC_CALIBRATE_DELAY=y
29637 +CONFIG_GENERIC_FIND_NEXT_BIT=y
29638 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
29639 +CONFIG_PPC=y
29640 +CONFIG_EARLY_PRINTK=y
29641 +CONFIG_GENERIC_NVRAM=y
29642 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
29643 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
29644 +CONFIG_PPC_OF=y
29645 +CONFIG_OF=y
29646 +CONFIG_PPC_UDBG_16550=y
29647 +# CONFIG_GENERIC_TBSYNC is not set
29648 +CONFIG_AUDIT_ARCH=y
29649 +CONFIG_GENERIC_BUG=y
29650 +CONFIG_DEFAULT_UIMAGE=y
29651 +# CONFIG_PPC_DCR_NATIVE is not set
29652 +# CONFIG_PPC_DCR_MMIO is not set
29653 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
29654 +
29655 +#
29656 +# General setup
29657 +#
29658 +CONFIG_EXPERIMENTAL=y
29659 +CONFIG_BROKEN_ON_SMP=y
29660 +CONFIG_INIT_ENV_ARG_LIMIT=32
29661 +CONFIG_LOCALVERSION=""
29662 +CONFIG_LOCALVERSION_AUTO=y
29663 +CONFIG_SWAP=y
29664 +CONFIG_SYSVIPC=y
29665 +CONFIG_SYSVIPC_SYSCTL=y
29666 +# CONFIG_POSIX_MQUEUE is not set
29667 +# CONFIG_BSD_PROCESS_ACCT is not set
29668 +# CONFIG_TASKSTATS is not set
29669 +# CONFIG_AUDIT is not set
29670 +# CONFIG_IKCONFIG is not set
29671 +CONFIG_LOG_BUF_SHIFT=14
29672 +# CONFIG_CGROUPS is not set
29673 +CONFIG_GROUP_SCHED=y
29674 +# CONFIG_FAIR_GROUP_SCHED is not set
29675 +# CONFIG_RT_GROUP_SCHED is not set
29676 +CONFIG_USER_SCHED=y
29677 +# CONFIG_CGROUP_SCHED is not set
29678 +CONFIG_SYSFS_DEPRECATED=y
29679 +CONFIG_SYSFS_DEPRECATED_V2=y
29680 +# CONFIG_RELAY is not set
29681 +# CONFIG_NAMESPACES is not set
29682 +CONFIG_BLK_DEV_INITRD=y
29683 +CONFIG_INITRAMFS_SOURCE=""
29684 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
29685 +CONFIG_SYSCTL=y
29686 +CONFIG_EMBEDDED=y
29687 +CONFIG_SYSCTL_SYSCALL=y
29688 +# CONFIG_KALLSYMS is not set
29689 +CONFIG_HOTPLUG=y
29690 +CONFIG_PRINTK=y
29691 +CONFIG_BUG=y
29692 +CONFIG_ELF_CORE=y
29693 +CONFIG_COMPAT_BRK=y
29694 +CONFIG_BASE_FULL=y
29695 +CONFIG_FUTEX=y
29696 +CONFIG_ANON_INODES=y
29697 +# CONFIG_EPOLL is not set
29698 +CONFIG_SIGNALFD=y
29699 +CONFIG_TIMERFD=y
29700 +CONFIG_EVENTFD=y
29701 +CONFIG_SHMEM=y
29702 +CONFIG_VM_EVENT_COUNTERS=y
29703 +CONFIG_SLUB_DEBUG=y
29704 +# CONFIG_SLAB is not set
29705 +CONFIG_SLUB=y
29706 +# CONFIG_SLOB is not set
29707 +# CONFIG_PROFILING is not set
29708 +# CONFIG_MARKERS is not set
29709 +CONFIG_HAVE_OPROFILE=y
29710 +CONFIG_HAVE_KPROBES=y
29711 +CONFIG_HAVE_KRETPROBES=y
29712 +CONFIG_PROC_PAGE_MONITOR=y
29713 +CONFIG_SLABINFO=y
29714 +CONFIG_RT_MUTEXES=y
29715 +# CONFIG_TINY_SHMEM is not set
29716 +CONFIG_BASE_SMALL=0
29717 +CONFIG_MODULES=y
29718 +CONFIG_MODULE_UNLOAD=y
29719 +# CONFIG_MODULE_FORCE_UNLOAD is not set
29720 +# CONFIG_MODVERSIONS is not set
29721 +# CONFIG_MODULE_SRCVERSION_ALL is not set
29722 +# CONFIG_KMOD is not set
29723 +CONFIG_BLOCK=y
29724 +# CONFIG_LBD is not set
29725 +# CONFIG_BLK_DEV_IO_TRACE is not set
29726 +# CONFIG_LSF is not set
29727 +# CONFIG_BLK_DEV_BSG is not set
29728 +
29729 +#
29730 +# IO Schedulers
29731 +#
29732 +CONFIG_IOSCHED_NOOP=y
29733 +CONFIG_IOSCHED_AS=y
29734 +CONFIG_IOSCHED_DEADLINE=y
29735 +CONFIG_IOSCHED_CFQ=y
29736 +CONFIG_DEFAULT_AS=y
29737 +# CONFIG_DEFAULT_DEADLINE is not set
29738 +# CONFIG_DEFAULT_CFQ is not set
29739 +# CONFIG_DEFAULT_NOOP is not set
29740 +CONFIG_DEFAULT_IOSCHED="anticipatory"
29741 +CONFIG_CLASSIC_RCU=y
29742 +
29743 +#
29744 +# Platform support
29745 +#
29746 +# CONFIG_PPC_MULTIPLATFORM is not set
29747 +# CONFIG_PPC_82xx is not set
29748 +CONFIG_PPC_83xx=y
29749 +# CONFIG_PPC_86xx is not set
29750 +# CONFIG_PPC_MPC512x is not set
29751 +# CONFIG_PPC_MPC5121 is not set
29752 +# CONFIG_PPC_CELL is not set
29753 +# CONFIG_PPC_CELL_NATIVE is not set
29754 +# CONFIG_PQ2ADS is not set
29755 +CONFIG_MPC83xx=y
29756 +# CONFIG_MPC831x_RDB is not set
29757 +# CONFIG_MPC832x_MDS is not set
29758 +# CONFIG_MPC832x_RDB is not set
29759 +# CONFIG_MPC834x_MDS is not set
29760 +# CONFIG_MPC834x_ITX is not set
29761 +CONFIG_MPC836x_MDS=y
29762 +# CONFIG_MPC837x_MDS is not set
29763 +# CONFIG_MPC837x_RDB is not set
29764 +# CONFIG_SBC834x is not set
29765 +CONFIG_IPIC=y
29766 +# CONFIG_MPIC is not set
29767 +# CONFIG_MPIC_WEIRD is not set
29768 +# CONFIG_PPC_I8259 is not set
29769 +# CONFIG_PPC_RTAS is not set
29770 +# CONFIG_MMIO_NVRAM is not set
29771 +# CONFIG_PPC_MPC106 is not set
29772 +# CONFIG_PPC_970_NAP is not set
29773 +# CONFIG_PPC_INDIRECT_IO is not set
29774 +# CONFIG_GENERIC_IOMAP is not set
29775 +# CONFIG_CPU_FREQ is not set
29776 +CONFIG_QUICC_ENGINE=y
29777 +# CONFIG_FSL_ULI1575 is not set
29778 +
29779 +#
29780 +# Kernel options
29781 +#
29782 +# CONFIG_HIGHMEM is not set
29783 +CONFIG_TICK_ONESHOT=y
29784 +CONFIG_NO_HZ=y
29785 +CONFIG_HIGH_RES_TIMERS=y
29786 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
29787 +# CONFIG_HZ_100 is not set
29788 +CONFIG_HZ_250=y
29789 +# CONFIG_HZ_300 is not set
29790 +# CONFIG_HZ_1000 is not set
29791 +CONFIG_HZ=250
29792 +# CONFIG_SCHED_HRTICK is not set
29793 +CONFIG_PREEMPT_NONE=y
29794 +# CONFIG_PREEMPT_VOLUNTARY is not set
29795 +# CONFIG_PREEMPT is not set
29796 +CONFIG_BINFMT_ELF=y
29797 +# CONFIG_BINFMT_MISC is not set
29798 +# CONFIG_IOMMU_HELPER is not set
29799 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
29800 +CONFIG_ARCH_HAS_WALK_MEMORY=y
29801 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
29802 +CONFIG_ARCH_FLATMEM_ENABLE=y
29803 +CONFIG_ARCH_POPULATES_NODE_MAP=y
29804 +CONFIG_SELECT_MEMORY_MODEL=y
29805 +CONFIG_FLATMEM_MANUAL=y
29806 +# CONFIG_DISCONTIGMEM_MANUAL is not set
29807 +# CONFIG_SPARSEMEM_MANUAL is not set
29808 +CONFIG_FLATMEM=y
29809 +CONFIG_FLAT_NODE_MEM_MAP=y
29810 +# CONFIG_SPARSEMEM_STATIC is not set
29811 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
29812 +CONFIG_SPLIT_PTLOCK_CPUS=4
29813 +# CONFIG_RESOURCES_64BIT is not set
29814 +CONFIG_ZONE_DMA_FLAG=1
29815 +CONFIG_BOUNCE=y
29816 +CONFIG_VIRT_TO_BUS=y
29817 +CONFIG_PROC_DEVICETREE=y
29818 +# CONFIG_CMDLINE_BOOL is not set
29819 +# CONFIG_PM is not set
29820 +CONFIG_SECCOMP=y
29821 +CONFIG_ISA_DMA_API=y
29822 +
29823 +#
29824 +# Bus options
29825 +#
29826 +CONFIG_ZONE_DMA=y
29827 +CONFIG_GENERIC_ISA_DMA=y
29828 +CONFIG_PPC_INDIRECT_PCI=y
29829 +CONFIG_FSL_SOC=y
29830 +CONFIG_PCI=y
29831 +CONFIG_PCI_DOMAINS=y
29832 +CONFIG_PCI_SYSCALL=y
29833 +# CONFIG_PCIEPORTBUS is not set
29834 +CONFIG_ARCH_SUPPORTS_MSI=y
29835 +# CONFIG_PCI_MSI is not set
29836 +CONFIG_PCI_LEGACY=y
29837 +# CONFIG_PCCARD is not set
29838 +# CONFIG_HOTPLUG_PCI is not set
29839 +
29840 +#
29841 +# Advanced setup
29842 +#
29843 +# CONFIG_ADVANCED_OPTIONS is not set
29844 +
29845 +#
29846 +# Default settings for advanced configuration options are used
29847 +#
29848 +CONFIG_HIGHMEM_START=0xfe000000
29849 +CONFIG_LOWMEM_SIZE=0x30000000
29850 +CONFIG_KERNEL_START=0xc0000000
29851 +CONFIG_TASK_SIZE=0xc0000000
29852 +CONFIG_BOOT_LOAD=0x00800000
29853 +
29854 +#
29855 +# Networking
29856 +#
29857 +CONFIG_NET=y
29858 +
29859 +#
29860 +# Networking options
29861 +#
29862 +CONFIG_PACKET=y
29863 +# CONFIG_PACKET_MMAP is not set
29864 +CONFIG_UNIX=y
29865 +CONFIG_XFRM=y
29866 +# CONFIG_XFRM_USER is not set
29867 +# CONFIG_XFRM_SUB_POLICY is not set
29868 +# CONFIG_XFRM_MIGRATE is not set
29869 +# CONFIG_XFRM_STATISTICS is not set
29870 +# CONFIG_NET_KEY is not set
29871 +CONFIG_INET=y
29872 +CONFIG_IP_MULTICAST=y
29873 +# CONFIG_IP_ADVANCED_ROUTER is not set
29874 +CONFIG_IP_FIB_HASH=y
29875 +CONFIG_IP_PNP=y
29876 +CONFIG_IP_PNP_DHCP=y
29877 +CONFIG_IP_PNP_BOOTP=y
29878 +# CONFIG_IP_PNP_RARP is not set
29879 +# CONFIG_NET_IPIP is not set
29880 +# CONFIG_NET_IPGRE is not set
29881 +# CONFIG_IP_MROUTE is not set
29882 +# CONFIG_ARPD is not set
29883 +CONFIG_SYN_COOKIES=y
29884 +# CONFIG_INET_AH is not set
29885 +# CONFIG_INET_ESP is not set
29886 +# CONFIG_INET_IPCOMP is not set
29887 +# CONFIG_INET_XFRM_TUNNEL is not set
29888 +# CONFIG_INET_TUNNEL is not set
29889 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
29890 +CONFIG_INET_XFRM_MODE_TUNNEL=y
29891 +CONFIG_INET_XFRM_MODE_BEET=y
29892 +# CONFIG_INET_LRO is not set
29893 +CONFIG_INET_DIAG=y
29894 +CONFIG_INET_TCP_DIAG=y
29895 +# CONFIG_TCP_CONG_ADVANCED is not set
29896 +CONFIG_TCP_CONG_CUBIC=y
29897 +CONFIG_DEFAULT_TCP_CONG="cubic"
29898 +# CONFIG_TCP_MD5SIG is not set
29899 +# CONFIG_IPV6 is not set
29900 +# CONFIG_INET6_XFRM_TUNNEL is not set
29901 +# CONFIG_INET6_TUNNEL is not set
29902 +# CONFIG_NETWORK_SECMARK is not set
29903 +# CONFIG_NETFILTER is not set
29904 +# CONFIG_IP_DCCP is not set
29905 +# CONFIG_IP_SCTP is not set
29906 +# CONFIG_TIPC is not set
29907 +# CONFIG_ATM is not set
29908 +# CONFIG_BRIDGE is not set
29909 +# CONFIG_VLAN_8021Q is not set
29910 +# CONFIG_DECNET is not set
29911 +# CONFIG_LLC2 is not set
29912 +# CONFIG_IPX is not set
29913 +# CONFIG_ATALK is not set
29914 +# CONFIG_X25 is not set
29915 +# CONFIG_LAPB is not set
29916 +# CONFIG_ECONET is not set
29917 +# CONFIG_WAN_ROUTER is not set
29918 +# CONFIG_NET_SCHED is not set
29919 +
29920 +#
29921 +# Network testing
29922 +#
29923 +# CONFIG_NET_PKTGEN is not set
29924 +# CONFIG_HAMRADIO is not set
29925 +# CONFIG_CAN is not set
29926 +# CONFIG_IRDA is not set
29927 +# CONFIG_BT is not set
29928 +# CONFIG_AF_RXRPC is not set
29929 +
29930 +#
29931 +# Wireless
29932 +#
29933 +# CONFIG_CFG80211 is not set
29934 +# CONFIG_WIRELESS_EXT is not set
29935 +# CONFIG_MAC80211 is not set
29936 +# CONFIG_IEEE80211 is not set
29937 +# CONFIG_RFKILL is not set
29938 +# CONFIG_NET_9P is not set
29939 +
29940 +#
29941 +# Device Drivers
29942 +#
29943 +
29944 +#
29945 +# Generic Driver Options
29946 +#
29947 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
29948 +CONFIG_STANDALONE=y
29949 +CONFIG_PREVENT_FIRMWARE_BUILD=y
29950 +# CONFIG_FW_LOADER is not set
29951 +# CONFIG_SYS_HYPERVISOR is not set
29952 +# CONFIG_CONNECTOR is not set
29953 +# CONFIG_MTD is not set
29954 +CONFIG_OF_DEVICE=y
29955 +# CONFIG_PARPORT is not set
29956 +CONFIG_BLK_DEV=y
29957 +# CONFIG_BLK_DEV_FD is not set
29958 +# CONFIG_BLK_CPQ_DA is not set
29959 +# CONFIG_BLK_CPQ_CISS_DA is not set
29960 +# CONFIG_BLK_DEV_DAC960 is not set
29961 +# CONFIG_BLK_DEV_UMEM is not set
29962 +# CONFIG_BLK_DEV_COW_COMMON is not set
29963 +CONFIG_BLK_DEV_LOOP=y
29964 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
29965 +# CONFIG_BLK_DEV_NBD is not set
29966 +# CONFIG_BLK_DEV_SX8 is not set
29967 +CONFIG_BLK_DEV_RAM=y
29968 +CONFIG_BLK_DEV_RAM_COUNT=16
29969 +CONFIG_BLK_DEV_RAM_SIZE=32768
29970 +# CONFIG_BLK_DEV_XIP is not set
29971 +# CONFIG_CDROM_PKTCDVD is not set
29972 +# CONFIG_ATA_OVER_ETH is not set
29973 +CONFIG_MISC_DEVICES=y
29974 +# CONFIG_PHANTOM is not set
29975 +# CONFIG_EEPROM_93CX6 is not set
29976 +# CONFIG_SGI_IOC4 is not set
29977 +# CONFIG_TIFM_CORE is not set
29978 +# CONFIG_ENCLOSURE_SERVICES is not set
29979 +CONFIG_HAVE_IDE=y
29980 +# CONFIG_IDE is not set
29981 +
29982 +#
29983 +# SCSI device support
29984 +#
29985 +# CONFIG_RAID_ATTRS is not set
29986 +CONFIG_SCSI=y
29987 +CONFIG_SCSI_DMA=y
29988 +# CONFIG_SCSI_TGT is not set
29989 +# CONFIG_SCSI_NETLINK is not set
29990 +CONFIG_SCSI_PROC_FS=y
29991 +
29992 +#
29993 +# SCSI support type (disk, tape, CD-ROM)
29994 +#
29995 +# CONFIG_BLK_DEV_SD is not set
29996 +# CONFIG_CHR_DEV_ST is not set
29997 +# CONFIG_CHR_DEV_OSST is not set
29998 +# CONFIG_BLK_DEV_SR is not set
29999 +# CONFIG_CHR_DEV_SG is not set
30000 +# CONFIG_CHR_DEV_SCH is not set
30001 +
30002 +#
30003 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
30004 +#
30005 +# CONFIG_SCSI_MULTI_LUN is not set
30006 +# CONFIG_SCSI_CONSTANTS is not set
30007 +# CONFIG_SCSI_LOGGING is not set
30008 +# CONFIG_SCSI_SCAN_ASYNC is not set
30009 +CONFIG_SCSI_WAIT_SCAN=m
30010 +
30011 +#
30012 +# SCSI Transports
30013 +#
30014 +# CONFIG_SCSI_SPI_ATTRS is not set
30015 +# CONFIG_SCSI_FC_ATTRS is not set
30016 +# CONFIG_SCSI_ISCSI_ATTRS is not set
30017 +# CONFIG_SCSI_SAS_LIBSAS is not set
30018 +# CONFIG_SCSI_SRP_ATTRS is not set
30019 +CONFIG_SCSI_LOWLEVEL=y
30020 +# CONFIG_ISCSI_TCP is not set
30021 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
30022 +# CONFIG_SCSI_3W_9XXX is not set
30023 +# CONFIG_SCSI_ACARD is not set
30024 +# CONFIG_SCSI_AACRAID is not set
30025 +# CONFIG_SCSI_AIC7XXX is not set
30026 +# CONFIG_SCSI_AIC7XXX_OLD is not set
30027 +# CONFIG_SCSI_AIC79XX is not set
30028 +# CONFIG_SCSI_AIC94XX is not set
30029 +# CONFIG_SCSI_DPT_I2O is not set
30030 +# CONFIG_SCSI_ADVANSYS is not set
30031 +# CONFIG_SCSI_ARCMSR is not set
30032 +# CONFIG_MEGARAID_NEWGEN is not set
30033 +# CONFIG_MEGARAID_LEGACY is not set
30034 +# CONFIG_MEGARAID_SAS is not set
30035 +# CONFIG_SCSI_HPTIOP is not set
30036 +# CONFIG_SCSI_BUSLOGIC is not set
30037 +# CONFIG_SCSI_DMX3191D is not set
30038 +# CONFIG_SCSI_EATA is not set
30039 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
30040 +# CONFIG_SCSI_GDTH is not set
30041 +# CONFIG_SCSI_IPS is not set
30042 +# CONFIG_SCSI_INITIO is not set
30043 +# CONFIG_SCSI_INIA100 is not set
30044 +# CONFIG_SCSI_MVSAS is not set
30045 +# CONFIG_SCSI_STEX is not set
30046 +# CONFIG_SCSI_SYM53C8XX_2 is not set
30047 +# CONFIG_SCSI_QLOGIC_1280 is not set
30048 +# CONFIG_SCSI_QLA_FC is not set
30049 +# CONFIG_SCSI_QLA_ISCSI is not set
30050 +# CONFIG_SCSI_LPFC is not set
30051 +# CONFIG_SCSI_DC395x is not set
30052 +# CONFIG_SCSI_DC390T is not set
30053 +# CONFIG_SCSI_NSP32 is not set
30054 +# CONFIG_SCSI_DEBUG is not set
30055 +# CONFIG_SCSI_SRP is not set
30056 +# CONFIG_ATA is not set
30057 +# CONFIG_MD is not set
30058 +# CONFIG_FUSION is not set
30059 +
30060 +#
30061 +# IEEE 1394 (FireWire) support
30062 +#
30063 +# CONFIG_FIREWIRE is not set
30064 +# CONFIG_IEEE1394 is not set
30065 +# CONFIG_I2O is not set
30066 +# CONFIG_MACINTOSH_DRIVERS is not set
30067 +CONFIG_NETDEVICES=y
30068 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
30069 +# CONFIG_DUMMY is not set
30070 +# CONFIG_BONDING is not set
30071 +# CONFIG_MACVLAN is not set
30072 +# CONFIG_EQUALIZER is not set
30073 +# CONFIG_TUN is not set
30074 +# CONFIG_VETH is not set
30075 +# CONFIG_ARCNET is not set
30076 +CONFIG_PHYLIB=y
30077 +
30078 +#
30079 +# MII PHY device drivers
30080 +#
30081 +CONFIG_MARVELL_PHY=y
30082 +# CONFIG_DAVICOM_PHY is not set
30083 +# CONFIG_QSEMI_PHY is not set
30084 +# CONFIG_LXT_PHY is not set
30085 +# CONFIG_CICADA_PHY is not set
30086 +# CONFIG_VITESSE_PHY is not set
30087 +# CONFIG_SMSC_PHY is not set
30088 +# CONFIG_BROADCOM_PHY is not set
30089 +# CONFIG_ICPLUS_PHY is not set
30090 +# CONFIG_REALTEK_PHY is not set
30091 +# CONFIG_FIXED_PHY is not set
30092 +# CONFIG_MDIO_BITBANG is not set
30093 +CONFIG_NET_ETHERNET=y
30094 +CONFIG_MII=y
30095 +# CONFIG_HAPPYMEAL is not set
30096 +# CONFIG_SUNGEM is not set
30097 +# CONFIG_CASSINI is not set
30098 +# CONFIG_NET_VENDOR_3COM is not set
30099 +# CONFIG_NET_TULIP is not set
30100 +# CONFIG_HP100 is not set
30101 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
30102 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
30103 +# CONFIG_IBM_NEW_EMAC_TAH is not set
30104 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
30105 +# CONFIG_NET_PCI is not set
30106 +# CONFIG_B44 is not set
30107 +CONFIG_NETDEV_1000=y
30108 +# CONFIG_ACENIC is not set
30109 +# CONFIG_DL2K is not set
30110 +# CONFIG_E1000 is not set
30111 +# CONFIG_E1000E is not set
30112 +# CONFIG_E1000E_ENABLED is not set
30113 +# CONFIG_IP1000 is not set
30114 +# CONFIG_IGB is not set
30115 +# CONFIG_NS83820 is not set
30116 +# CONFIG_HAMACHI is not set
30117 +# CONFIG_YELLOWFIN is not set
30118 +# CONFIG_R8169 is not set
30119 +# CONFIG_SIS190 is not set
30120 +# CONFIG_SKGE is not set
30121 +# CONFIG_SKY2 is not set
30122 +# CONFIG_SK98LIN is not set
30123 +# CONFIG_VIA_VELOCITY is not set
30124 +# CONFIG_TIGON3 is not set
30125 +# CONFIG_BNX2 is not set
30126 +# CONFIG_GIANFAR is not set
30127 +CONFIG_UCC_GETH=y
30128 +# CONFIG_UGETH_NAPI is not set
30129 +# CONFIG_UGETH_MAGIC_PACKET is not set
30130 +# CONFIG_UGETH_FILTERING is not set
30131 +# CONFIG_UGETH_TX_ON_DEMAND is not set
30132 +# CONFIG_QLA3XXX is not set
30133 +# CONFIG_ATL1 is not set
30134 +CONFIG_NETDEV_10000=y
30135 +# CONFIG_CHELSIO_T1 is not set
30136 +# CONFIG_CHELSIO_T3 is not set
30137 +# CONFIG_IXGBE is not set
30138 +# CONFIG_IXGB is not set
30139 +# CONFIG_S2IO is not set
30140 +# CONFIG_MYRI10GE is not set
30141 +# CONFIG_NETXEN_NIC is not set
30142 +# CONFIG_NIU is not set
30143 +# CONFIG_MLX4_CORE is not set
30144 +# CONFIG_TEHUTI is not set
30145 +# CONFIG_BNX2X is not set
30146 +# CONFIG_TR is not set
30147 +
30148 +#
30149 +# Wireless LAN
30150 +#
30151 +# CONFIG_WLAN_PRE80211 is not set
30152 +# CONFIG_WLAN_80211 is not set
30153 +# CONFIG_WAN is not set
30154 +# CONFIG_FDDI is not set
30155 +# CONFIG_HIPPI is not set
30156 +# CONFIG_PPP is not set
30157 +# CONFIG_SLIP is not set
30158 +# CONFIG_NET_FC is not set
30159 +# CONFIG_NETCONSOLE is not set
30160 +# CONFIG_NETPOLL is not set
30161 +# CONFIG_NET_POLL_CONTROLLER is not set
30162 +# CONFIG_ISDN is not set
30163 +# CONFIG_PHONE is not set
30164 +
30165 +#
30166 +# Input device support
30167 +#
30168 +CONFIG_INPUT=y
30169 +# CONFIG_INPUT_FF_MEMLESS is not set
30170 +# CONFIG_INPUT_POLLDEV is not set
30171 +
30172 +#
30173 +# Userland interfaces
30174 +#
30175 +# CONFIG_INPUT_MOUSEDEV is not set
30176 +# CONFIG_INPUT_JOYDEV is not set
30177 +# CONFIG_INPUT_EVDEV is not set
30178 +# CONFIG_INPUT_EVBUG is not set
30179 +
30180 +#
30181 +# Input Device Drivers
30182 +#
30183 +# CONFIG_INPUT_KEYBOARD is not set
30184 +# CONFIG_INPUT_MOUSE is not set
30185 +# CONFIG_INPUT_JOYSTICK is not set
30186 +# CONFIG_INPUT_TABLET is not set
30187 +# CONFIG_INPUT_TOUCHSCREEN is not set
30188 +# CONFIG_INPUT_MISC is not set
30189 +
30190 +#
30191 +# Hardware I/O ports
30192 +#
30193 +# CONFIG_SERIO is not set
30194 +# CONFIG_GAMEPORT is not set
30195 +
30196 +#
30197 +# Character devices
30198 +#
30199 +# CONFIG_VT is not set
30200 +# CONFIG_SERIAL_NONSTANDARD is not set
30201 +# CONFIG_NOZOMI is not set
30202 +
30203 +#
30204 +# Serial drivers
30205 +#
30206 +CONFIG_SERIAL_8250=y
30207 +CONFIG_SERIAL_8250_CONSOLE=y
30208 +CONFIG_SERIAL_8250_PCI=y
30209 +CONFIG_SERIAL_8250_NR_UARTS=4
30210 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
30211 +# CONFIG_SERIAL_8250_EXTENDED is not set
30212 +
30213 +#
30214 +# Non-8250 serial port support
30215 +#
30216 +# CONFIG_SERIAL_UARTLITE is not set
30217 +CONFIG_SERIAL_CORE=y
30218 +CONFIG_SERIAL_CORE_CONSOLE=y
30219 +# CONFIG_SERIAL_JSM is not set
30220 +# CONFIG_SERIAL_OF_PLATFORM is not set
30221 +# CONFIG_SERIAL_QE is not set
30222 +CONFIG_UNIX98_PTYS=y
30223 +CONFIG_LEGACY_PTYS=y
30224 +CONFIG_LEGACY_PTY_COUNT=256
30225 +# CONFIG_IPMI_HANDLER is not set
30226 +CONFIG_HW_RANDOM=y
30227 +# CONFIG_NVRAM is not set
30228 +# CONFIG_GEN_RTC is not set
30229 +# CONFIG_R3964 is not set
30230 +# CONFIG_APPLICOM is not set
30231 +# CONFIG_RAW_DRIVER is not set
30232 +# CONFIG_TCG_TPM is not set
30233 +CONFIG_DEVPORT=y
30234 +CONFIG_I2C=y
30235 +CONFIG_I2C_BOARDINFO=y
30236 +CONFIG_I2C_CHARDEV=y
30237 +
30238 +#
30239 +# I2C Algorithms
30240 +#
30241 +# CONFIG_I2C_ALGOBIT is not set
30242 +# CONFIG_I2C_ALGOPCF is not set
30243 +# CONFIG_I2C_ALGOPCA is not set
30244 +
30245 +#
30246 +# I2C Hardware Bus support
30247 +#
30248 +# CONFIG_I2C_ALI1535 is not set
30249 +# CONFIG_I2C_ALI1563 is not set
30250 +# CONFIG_I2C_ALI15X3 is not set
30251 +# CONFIG_I2C_AMD756 is not set
30252 +# CONFIG_I2C_AMD8111 is not set
30253 +# CONFIG_I2C_I801 is not set
30254 +# CONFIG_I2C_I810 is not set
30255 +# CONFIG_I2C_PIIX4 is not set
30256 +CONFIG_I2C_MPC=y
30257 +# CONFIG_I2C_NFORCE2 is not set
30258 +# CONFIG_I2C_OCORES is not set
30259 +# CONFIG_I2C_PARPORT_LIGHT is not set
30260 +# CONFIG_I2C_PROSAVAGE is not set
30261 +# CONFIG_I2C_SAVAGE4 is not set
30262 +# CONFIG_I2C_SIMTEC is not set
30263 +# CONFIG_I2C_SIS5595 is not set
30264 +# CONFIG_I2C_SIS630 is not set
30265 +# CONFIG_I2C_SIS96X is not set
30266 +# CONFIG_I2C_TAOS_EVM is not set
30267 +# CONFIG_I2C_STUB is not set
30268 +# CONFIG_I2C_VIA is not set
30269 +# CONFIG_I2C_VIAPRO is not set
30270 +# CONFIG_I2C_VOODOO3 is not set
30271 +
30272 +#
30273 +# Miscellaneous I2C Chip support
30274 +#
30275 +# CONFIG_DS1682 is not set
30276 +# CONFIG_SENSORS_EEPROM is not set
30277 +# CONFIG_SENSORS_PCF8574 is not set
30278 +# CONFIG_PCF8575 is not set
30279 +# CONFIG_SENSORS_PCF8591 is not set
30280 +# CONFIG_TPS65010 is not set
30281 +# CONFIG_SENSORS_MAX6875 is not set
30282 +# CONFIG_SENSORS_TSL2550 is not set
30283 +# CONFIG_I2C_DEBUG_CORE is not set
30284 +# CONFIG_I2C_DEBUG_ALGO is not set
30285 +# CONFIG_I2C_DEBUG_BUS is not set
30286 +# CONFIG_I2C_DEBUG_CHIP is not set
30287 +
30288 +#
30289 +# SPI support
30290 +#
30291 +# CONFIG_SPI is not set
30292 +# CONFIG_SPI_MASTER is not set
30293 +# CONFIG_W1 is not set
30294 +# CONFIG_POWER_SUPPLY is not set
30295 +CONFIG_HWMON=y
30296 +# CONFIG_HWMON_VID is not set
30297 +# CONFIG_SENSORS_AD7418 is not set
30298 +# CONFIG_SENSORS_ADM1021 is not set
30299 +# CONFIG_SENSORS_ADM1025 is not set
30300 +# CONFIG_SENSORS_ADM1026 is not set
30301 +# CONFIG_SENSORS_ADM1029 is not set
30302 +# CONFIG_SENSORS_ADM1031 is not set
30303 +# CONFIG_SENSORS_ADM9240 is not set
30304 +# CONFIG_SENSORS_ADT7470 is not set
30305 +# CONFIG_SENSORS_ADT7473 is not set
30306 +# CONFIG_SENSORS_ATXP1 is not set
30307 +# CONFIG_SENSORS_DS1621 is not set
30308 +# CONFIG_SENSORS_I5K_AMB is not set
30309 +# CONFIG_SENSORS_F71805F is not set
30310 +# CONFIG_SENSORS_F71882FG is not set
30311 +# CONFIG_SENSORS_F75375S is not set
30312 +# CONFIG_SENSORS_GL518SM is not set
30313 +# CONFIG_SENSORS_GL520SM is not set
30314 +# CONFIG_SENSORS_IT87 is not set
30315 +# CONFIG_SENSORS_LM63 is not set
30316 +# CONFIG_SENSORS_LM75 is not set
30317 +# CONFIG_SENSORS_LM77 is not set
30318 +# CONFIG_SENSORS_LM78 is not set
30319 +# CONFIG_SENSORS_LM80 is not set
30320 +# CONFIG_SENSORS_LM83 is not set
30321 +# CONFIG_SENSORS_LM85 is not set
30322 +# CONFIG_SENSORS_LM87 is not set
30323 +# CONFIG_SENSORS_LM90 is not set
30324 +# CONFIG_SENSORS_LM92 is not set
30325 +# CONFIG_SENSORS_LM93 is not set
30326 +# CONFIG_SENSORS_MAX1619 is not set
30327 +# CONFIG_SENSORS_MAX6650 is not set
30328 +# CONFIG_SENSORS_PC87360 is not set
30329 +# CONFIG_SENSORS_PC87427 is not set
30330 +# CONFIG_SENSORS_SIS5595 is not set
30331 +# CONFIG_SENSORS_DME1737 is not set
30332 +# CONFIG_SENSORS_SMSC47M1 is not set
30333 +# CONFIG_SENSORS_SMSC47M192 is not set
30334 +# CONFIG_SENSORS_SMSC47B397 is not set
30335 +# CONFIG_SENSORS_ADS7828 is not set
30336 +# CONFIG_SENSORS_THMC50 is not set
30337 +# CONFIG_SENSORS_VIA686A is not set
30338 +# CONFIG_SENSORS_VT1211 is not set
30339 +# CONFIG_SENSORS_VT8231 is not set
30340 +# CONFIG_SENSORS_W83781D is not set
30341 +# CONFIG_SENSORS_W83791D is not set
30342 +# CONFIG_SENSORS_W83792D is not set
30343 +# CONFIG_SENSORS_W83793 is not set
30344 +# CONFIG_SENSORS_W83L785TS is not set
30345 +# CONFIG_SENSORS_W83L786NG is not set
30346 +# CONFIG_SENSORS_W83627HF is not set
30347 +# CONFIG_SENSORS_W83627EHF is not set
30348 +# CONFIG_HWMON_DEBUG_CHIP is not set
30349 +# CONFIG_THERMAL is not set
30350 +CONFIG_WATCHDOG=y
30351 +# CONFIG_WATCHDOG_NOWAYOUT is not set
30352 +
30353 +#
30354 +# Watchdog Device Drivers
30355 +#
30356 +# CONFIG_SOFT_WATCHDOG is not set
30357 +CONFIG_83xx_WDT=y
30358 +
30359 +#
30360 +# PCI-based Watchdog Cards
30361 +#
30362 +# CONFIG_PCIPCWATCHDOG is not set
30363 +# CONFIG_WDTPCI is not set
30364 +
30365 +#
30366 +# Sonics Silicon Backplane
30367 +#
30368 +CONFIG_SSB_POSSIBLE=y
30369 +# CONFIG_SSB is not set
30370 +
30371 +#
30372 +# Multifunction device drivers
30373 +#
30374 +# CONFIG_MFD_SM501 is not set
30375 +
30376 +#
30377 +# Multimedia devices
30378 +#
30379 +# CONFIG_VIDEO_DEV is not set
30380 +# CONFIG_DVB_CORE is not set
30381 +CONFIG_DAB=y
30382 +
30383 +#
30384 +# Graphics support
30385 +#
30386 +# CONFIG_AGP is not set
30387 +# CONFIG_DRM is not set
30388 +# CONFIG_VGASTATE is not set
30389 +CONFIG_VIDEO_OUTPUT_CONTROL=m
30390 +# CONFIG_FB is not set
30391 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
30392 +
30393 +#
30394 +# Display device support
30395 +#
30396 +# CONFIG_DISPLAY_SUPPORT is not set
30397 +
30398 +#
30399 +# Sound
30400 +#
30401 +# CONFIG_SOUND is not set
30402 +CONFIG_HID_SUPPORT=y
30403 +CONFIG_HID=y
30404 +# CONFIG_HID_DEBUG is not set
30405 +# CONFIG_HIDRAW is not set
30406 +CONFIG_USB_SUPPORT=y
30407 +CONFIG_USB_ARCH_HAS_HCD=y
30408 +CONFIG_USB_ARCH_HAS_OHCI=y
30409 +CONFIG_USB_ARCH_HAS_EHCI=y
30410 +# CONFIG_USB is not set
30411 +
30412 +#
30413 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
30414 +#
30415 +# CONFIG_USB_GADGET is not set
30416 +# CONFIG_MMC is not set
30417 +# CONFIG_MEMSTICK is not set
30418 +# CONFIG_NEW_LEDS is not set
30419 +# CONFIG_INFINIBAND is not set
30420 +# CONFIG_EDAC is not set
30421 +CONFIG_RTC_LIB=y
30422 +CONFIG_RTC_CLASS=y
30423 +CONFIG_RTC_HCTOSYS=y
30424 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
30425 +# CONFIG_RTC_DEBUG is not set
30426 +
30427 +#
30428 +# RTC interfaces
30429 +#
30430 +CONFIG_RTC_INTF_SYSFS=y
30431 +CONFIG_RTC_INTF_PROC=y
30432 +CONFIG_RTC_INTF_DEV=y
30433 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
30434 +# CONFIG_RTC_DRV_TEST is not set
30435 +
30436 +#
30437 +# I2C RTC drivers
30438 +#
30439 +# CONFIG_RTC_DRV_DS1307 is not set
30440 +CONFIG_RTC_DRV_DS1374=y
30441 +# CONFIG_RTC_DRV_DS1672 is not set
30442 +# CONFIG_RTC_DRV_MAX6900 is not set
30443 +# CONFIG_RTC_DRV_RS5C372 is not set
30444 +# CONFIG_RTC_DRV_ISL1208 is not set
30445 +# CONFIG_RTC_DRV_X1205 is not set
30446 +# CONFIG_RTC_DRV_PCF8563 is not set
30447 +# CONFIG_RTC_DRV_PCF8583 is not set
30448 +# CONFIG_RTC_DRV_M41T80 is not set
30449 +# CONFIG_RTC_DRV_S35390A is not set
30450 +
30451 +#
30452 +# SPI RTC drivers
30453 +#
30454 +
30455 +#
30456 +# Platform RTC drivers
30457 +#
30458 +# CONFIG_RTC_DRV_CMOS is not set
30459 +# CONFIG_RTC_DRV_DS1511 is not set
30460 +# CONFIG_RTC_DRV_DS1553 is not set
30461 +# CONFIG_RTC_DRV_DS1742 is not set
30462 +# CONFIG_RTC_DRV_STK17TA8 is not set
30463 +# CONFIG_RTC_DRV_M48T86 is not set
30464 +# CONFIG_RTC_DRV_M48T59 is not set
30465 +# CONFIG_RTC_DRV_V3020 is not set
30466 +
30467 +#
30468 +# on-CPU RTC drivers
30469 +#
30470 +# CONFIG_DMADEVICES is not set
30471 +
30472 +#
30473 +# Userspace I/O
30474 +#
30475 +# CONFIG_UIO is not set
30476 +
30477 +#
30478 +# File systems
30479 +#
30480 +CONFIG_EXT2_FS=y
30481 +# CONFIG_EXT2_FS_XATTR is not set
30482 +# CONFIG_EXT2_FS_XIP is not set
30483 +CONFIG_EXT3_FS=y
30484 +CONFIG_EXT3_FS_XATTR=y
30485 +# CONFIG_EXT3_FS_POSIX_ACL is not set
30486 +# CONFIG_EXT3_FS_SECURITY is not set
30487 +# CONFIG_EXT4DEV_FS is not set
30488 +CONFIG_JBD=y
30489 +CONFIG_FS_MBCACHE=y
30490 +# CONFIG_REISERFS_FS is not set
30491 +# CONFIG_JFS_FS is not set
30492 +# CONFIG_FS_POSIX_ACL is not set
30493 +# CONFIG_XFS_FS is not set
30494 +# CONFIG_GFS2_FS is not set
30495 +# CONFIG_OCFS2_FS is not set
30496 +CONFIG_DNOTIFY=y
30497 +CONFIG_INOTIFY=y
30498 +CONFIG_INOTIFY_USER=y
30499 +# CONFIG_QUOTA is not set
30500 +# CONFIG_AUTOFS_FS is not set
30501 +# CONFIG_AUTOFS4_FS is not set
30502 +# CONFIG_FUSE_FS is not set
30503 +
30504 +#
30505 +# CD-ROM/DVD Filesystems
30506 +#
30507 +# CONFIG_ISO9660_FS is not set
30508 +# CONFIG_UDF_FS is not set
30509 +
30510 +#
30511 +# DOS/FAT/NT Filesystems
30512 +#
30513 +# CONFIG_MSDOS_FS is not set
30514 +# CONFIG_VFAT_FS is not set
30515 +# CONFIG_NTFS_FS is not set
30516 +
30517 +#
30518 +# Pseudo filesystems
30519 +#
30520 +CONFIG_PROC_FS=y
30521 +CONFIG_PROC_KCORE=y
30522 +CONFIG_PROC_SYSCTL=y
30523 +CONFIG_SYSFS=y
30524 +CONFIG_TMPFS=y
30525 +# CONFIG_TMPFS_POSIX_ACL is not set
30526 +# CONFIG_HUGETLB_PAGE is not set
30527 +# CONFIG_CONFIGFS_FS is not set
30528 +
30529 +#
30530 +# Miscellaneous filesystems
30531 +#
30532 +# CONFIG_ADFS_FS is not set
30533 +# CONFIG_AFFS_FS is not set
30534 +# CONFIG_HFS_FS is not set
30535 +# CONFIG_HFSPLUS_FS is not set
30536 +# CONFIG_BEFS_FS is not set
30537 +# CONFIG_BFS_FS is not set
30538 +# CONFIG_EFS_FS is not set
30539 +# CONFIG_CRAMFS is not set
30540 +# CONFIG_VXFS_FS is not set
30541 +# CONFIG_MINIX_FS is not set
30542 +# CONFIG_HPFS_FS is not set
30543 +# CONFIG_QNX4FS_FS is not set
30544 +# CONFIG_ROMFS_FS is not set
30545 +# CONFIG_SYSV_FS is not set
30546 +# CONFIG_UFS_FS is not set
30547 +CONFIG_NETWORK_FILESYSTEMS=y
30548 +CONFIG_NFS_FS=y
30549 +CONFIG_NFS_V3=y
30550 +# CONFIG_NFS_V3_ACL is not set
30551 +CONFIG_NFS_V4=y
30552 +# CONFIG_NFS_DIRECTIO is not set
30553 +# CONFIG_NFSD is not set
30554 +CONFIG_ROOT_NFS=y
30555 +CONFIG_LOCKD=y
30556 +CONFIG_LOCKD_V4=y
30557 +CONFIG_NFS_COMMON=y
30558 +CONFIG_SUNRPC=y
30559 +CONFIG_SUNRPC_GSS=y
30560 +# CONFIG_SUNRPC_BIND34 is not set
30561 +CONFIG_RPCSEC_GSS_KRB5=y
30562 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
30563 +# CONFIG_SMB_FS is not set
30564 +# CONFIG_CIFS is not set
30565 +# CONFIG_NCP_FS is not set
30566 +# CONFIG_CODA_FS is not set
30567 +# CONFIG_AFS_FS is not set
30568 +
30569 +#
30570 +# Partition Types
30571 +#
30572 +CONFIG_PARTITION_ADVANCED=y
30573 +# CONFIG_ACORN_PARTITION is not set
30574 +# CONFIG_OSF_PARTITION is not set
30575 +# CONFIG_AMIGA_PARTITION is not set
30576 +# CONFIG_ATARI_PARTITION is not set
30577 +# CONFIG_MAC_PARTITION is not set
30578 +# CONFIG_MSDOS_PARTITION is not set
30579 +# CONFIG_LDM_PARTITION is not set
30580 +# CONFIG_SGI_PARTITION is not set
30581 +# CONFIG_ULTRIX_PARTITION is not set
30582 +# CONFIG_SUN_PARTITION is not set
30583 +# CONFIG_KARMA_PARTITION is not set
30584 +# CONFIG_EFI_PARTITION is not set
30585 +# CONFIG_SYSV68_PARTITION is not set
30586 +# CONFIG_NLS is not set
30587 +# CONFIG_DLM is not set
30588 +CONFIG_UCC_FAST=y
30589 +CONFIG_UCC=y
30590 +
30591 +#
30592 +# Library routines
30593 +#
30594 +CONFIG_BITREVERSE=y
30595 +# CONFIG_CRC_CCITT is not set
30596 +# CONFIG_CRC16 is not set
30597 +# CONFIG_CRC_ITU_T is not set
30598 +CONFIG_CRC32=y
30599 +# CONFIG_CRC7 is not set
30600 +# CONFIG_LIBCRC32C is not set
30601 +CONFIG_PLIST=y
30602 +CONFIG_HAS_IOMEM=y
30603 +CONFIG_HAS_IOPORT=y
30604 +CONFIG_HAS_DMA=y
30605 +
30606 +#
30607 +# Kernel hacking
30608 +#
30609 +# CONFIG_PRINTK_TIME is not set
30610 +CONFIG_ENABLE_WARN_DEPRECATED=y
30611 +CONFIG_ENABLE_MUST_CHECK=y
30612 +# CONFIG_MAGIC_SYSRQ is not set
30613 +# CONFIG_UNUSED_SYMBOLS is not set
30614 +# CONFIG_DEBUG_FS is not set
30615 +# CONFIG_HEADERS_CHECK is not set
30616 +# CONFIG_DEBUG_KERNEL is not set
30617 +# CONFIG_SLUB_DEBUG_ON is not set
30618 +# CONFIG_SLUB_STATS is not set
30619 +# CONFIG_DEBUG_BUGVERBOSE is not set
30620 +# CONFIG_SAMPLES is not set
30621 +# CONFIG_PPC_EARLY_DEBUG is not set
30622 +
30623 +#
30624 +# Security options
30625 +#
30626 +# CONFIG_KEYS is not set
30627 +# CONFIG_SECURITY is not set
30628 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
30629 +CONFIG_CRYPTO=y
30630 +CONFIG_CRYPTO_ALGAPI=y
30631 +CONFIG_CRYPTO_BLKCIPHER=y
30632 +# CONFIG_CRYPTO_SEQIV is not set
30633 +CONFIG_CRYPTO_MANAGER=y
30634 +# CONFIG_CRYPTO_HMAC is not set
30635 +# CONFIG_CRYPTO_XCBC is not set
30636 +# CONFIG_CRYPTO_NULL is not set
30637 +# CONFIG_CRYPTO_MD4 is not set
30638 +CONFIG_CRYPTO_MD5=y
30639 +# CONFIG_CRYPTO_SHA1 is not set
30640 +# CONFIG_CRYPTO_SHA256 is not set
30641 +# CONFIG_CRYPTO_SHA512 is not set
30642 +# CONFIG_CRYPTO_WP512 is not set
30643 +# CONFIG_CRYPTO_TGR192 is not set
30644 +# CONFIG_CRYPTO_GF128MUL is not set
30645 +CONFIG_CRYPTO_ECB=m
30646 +CONFIG_CRYPTO_CBC=y
30647 +CONFIG_CRYPTO_PCBC=m
30648 +# CONFIG_CRYPTO_LRW is not set
30649 +# CONFIG_CRYPTO_XTS is not set
30650 +# CONFIG_CRYPTO_CTR is not set
30651 +# CONFIG_CRYPTO_GCM is not set
30652 +# CONFIG_CRYPTO_CCM is not set
30653 +# CONFIG_CRYPTO_CRYPTD is not set
30654 +CONFIG_CRYPTO_DES=y
30655 +# CONFIG_CRYPTO_FCRYPT is not set
30656 +# CONFIG_CRYPTO_BLOWFISH is not set
30657 +# CONFIG_CRYPTO_TWOFISH is not set
30658 +# CONFIG_CRYPTO_SERPENT is not set
30659 +# CONFIG_CRYPTO_AES is not set
30660 +# CONFIG_CRYPTO_CAST5 is not set
30661 +# CONFIG_CRYPTO_CAST6 is not set
30662 +# CONFIG_CRYPTO_TEA is not set
30663 +# CONFIG_CRYPTO_ARC4 is not set
30664 +# CONFIG_CRYPTO_KHAZAD is not set
30665 +# CONFIG_CRYPTO_ANUBIS is not set
30666 +# CONFIG_CRYPTO_SEED is not set
30667 +# CONFIG_CRYPTO_SALSA20 is not set
30668 +# CONFIG_CRYPTO_DEFLATE is not set
30669 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
30670 +# CONFIG_CRYPTO_CRC32C is not set
30671 +# CONFIG_CRYPTO_CAMELLIA is not set
30672 +# CONFIG_CRYPTO_TEST is not set
30673 +# CONFIG_CRYPTO_AUTHENC is not set
30674 +# CONFIG_CRYPTO_LZO is not set
30675 +CONFIG_CRYPTO_HW=y
30676 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
30677 +# CONFIG_PPC_CLOCK is not set
30678 +CONFIG_PPC_LIB_RHEAP=y
30679 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
30680 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc837x_mds_defconfig 1970-01-01 01:00:00.000000000 +0100
30681 +++ powerpc.git/arch/powerpc/configs/83xx/mpc837x_mds_defconfig 2008-04-19 16:40:52.000000000 +0200
30682 @@ -0,0 +1,899 @@
30683 +#
30684 +# Automatically generated make config: don't edit
30685 +# Linux kernel version: 2.6.25-rc6
30686 +# Mon Mar 24 08:48:23 2008
30687 +#
30688 +# CONFIG_PPC64 is not set
30689 +
30690 +#
30691 +# Processor support
30692 +#
30693 +CONFIG_6xx=y
30694 +# CONFIG_PPC_85xx is not set
30695 +# CONFIG_PPC_8xx is not set
30696 +# CONFIG_40x is not set
30697 +# CONFIG_44x is not set
30698 +# CONFIG_E200 is not set
30699 +CONFIG_PPC_FPU=y
30700 +# CONFIG_FSL_EMB_PERFMON is not set
30701 +CONFIG_PPC_STD_MMU=y
30702 +CONFIG_PPC_STD_MMU_32=y
30703 +# CONFIG_PPC_MM_SLICES is not set
30704 +# CONFIG_SMP is not set
30705 +CONFIG_PPC32=y
30706 +CONFIG_WORD_SIZE=32
30707 +CONFIG_PPC_MERGE=y
30708 +CONFIG_MMU=y
30709 +CONFIG_GENERIC_CMOS_UPDATE=y
30710 +CONFIG_GENERIC_TIME=y
30711 +CONFIG_GENERIC_TIME_VSYSCALL=y
30712 +CONFIG_GENERIC_CLOCKEVENTS=y
30713 +CONFIG_GENERIC_HARDIRQS=y
30714 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
30715 +CONFIG_IRQ_PER_CPU=y
30716 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
30717 +CONFIG_ARCH_HAS_ILOG2_U32=y
30718 +CONFIG_GENERIC_HWEIGHT=y
30719 +CONFIG_GENERIC_CALIBRATE_DELAY=y
30720 +CONFIG_GENERIC_FIND_NEXT_BIT=y
30721 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
30722 +CONFIG_PPC=y
30723 +CONFIG_EARLY_PRINTK=y
30724 +CONFIG_GENERIC_NVRAM=y
30725 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
30726 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
30727 +CONFIG_PPC_OF=y
30728 +CONFIG_OF=y
30729 +CONFIG_PPC_UDBG_16550=y
30730 +# CONFIG_GENERIC_TBSYNC is not set
30731 +CONFIG_AUDIT_ARCH=y
30732 +CONFIG_GENERIC_BUG=y
30733 +CONFIG_DEFAULT_UIMAGE=y
30734 +# CONFIG_PPC_DCR_NATIVE is not set
30735 +# CONFIG_PPC_DCR_MMIO is not set
30736 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
30737 +
30738 +#
30739 +# General setup
30740 +#
30741 +CONFIG_EXPERIMENTAL=y
30742 +CONFIG_BROKEN_ON_SMP=y
30743 +CONFIG_INIT_ENV_ARG_LIMIT=32
30744 +CONFIG_LOCALVERSION=""
30745 +CONFIG_LOCALVERSION_AUTO=y
30746 +CONFIG_SWAP=y
30747 +CONFIG_SYSVIPC=y
30748 +CONFIG_SYSVIPC_SYSCTL=y
30749 +# CONFIG_POSIX_MQUEUE is not set
30750 +# CONFIG_BSD_PROCESS_ACCT is not set
30751 +# CONFIG_TASKSTATS is not set
30752 +# CONFIG_AUDIT is not set
30753 +# CONFIG_IKCONFIG is not set
30754 +CONFIG_LOG_BUF_SHIFT=14
30755 +# CONFIG_CGROUPS is not set
30756 +CONFIG_GROUP_SCHED=y
30757 +CONFIG_FAIR_GROUP_SCHED=y
30758 +# CONFIG_RT_GROUP_SCHED is not set
30759 +CONFIG_USER_SCHED=y
30760 +# CONFIG_CGROUP_SCHED is not set
30761 +CONFIG_SYSFS_DEPRECATED=y
30762 +CONFIG_SYSFS_DEPRECATED_V2=y
30763 +# CONFIG_RELAY is not set
30764 +# CONFIG_NAMESPACES is not set
30765 +CONFIG_BLK_DEV_INITRD=y
30766 +CONFIG_INITRAMFS_SOURCE=""
30767 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
30768 +CONFIG_SYSCTL=y
30769 +CONFIG_EMBEDDED=y
30770 +CONFIG_SYSCTL_SYSCALL=y
30771 +CONFIG_KALLSYMS=y
30772 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
30773 +CONFIG_HOTPLUG=y
30774 +CONFIG_PRINTK=y
30775 +CONFIG_BUG=y
30776 +CONFIG_ELF_CORE=y
30777 +CONFIG_COMPAT_BRK=y
30778 +CONFIG_BASE_FULL=y
30779 +CONFIG_FUTEX=y
30780 +CONFIG_ANON_INODES=y
30781 +# CONFIG_EPOLL is not set
30782 +CONFIG_SIGNALFD=y
30783 +CONFIG_TIMERFD=y
30784 +CONFIG_EVENTFD=y
30785 +CONFIG_SHMEM=y
30786 +CONFIG_VM_EVENT_COUNTERS=y
30787 +CONFIG_SLAB=y
30788 +# CONFIG_SLUB is not set
30789 +# CONFIG_SLOB is not set
30790 +# CONFIG_PROFILING is not set
30791 +# CONFIG_MARKERS is not set
30792 +CONFIG_HAVE_OPROFILE=y
30793 +# CONFIG_KPROBES is not set
30794 +CONFIG_HAVE_KPROBES=y
30795 +CONFIG_HAVE_KRETPROBES=y
30796 +CONFIG_PROC_PAGE_MONITOR=y
30797 +CONFIG_SLABINFO=y
30798 +CONFIG_RT_MUTEXES=y
30799 +# CONFIG_TINY_SHMEM is not set
30800 +CONFIG_BASE_SMALL=0
30801 +CONFIG_MODULES=y
30802 +CONFIG_MODULE_UNLOAD=y
30803 +# CONFIG_MODULE_FORCE_UNLOAD is not set
30804 +# CONFIG_MODVERSIONS is not set
30805 +# CONFIG_MODULE_SRCVERSION_ALL is not set
30806 +# CONFIG_KMOD is not set
30807 +CONFIG_BLOCK=y
30808 +# CONFIG_LBD is not set
30809 +# CONFIG_BLK_DEV_IO_TRACE is not set
30810 +# CONFIG_LSF is not set
30811 +# CONFIG_BLK_DEV_BSG is not set
30812 +
30813 +#
30814 +# IO Schedulers
30815 +#
30816 +CONFIG_IOSCHED_NOOP=y
30817 +CONFIG_IOSCHED_AS=y
30818 +CONFIG_IOSCHED_DEADLINE=y
30819 +CONFIG_IOSCHED_CFQ=y
30820 +CONFIG_DEFAULT_AS=y
30821 +# CONFIG_DEFAULT_DEADLINE is not set
30822 +# CONFIG_DEFAULT_CFQ is not set
30823 +# CONFIG_DEFAULT_NOOP is not set
30824 +CONFIG_DEFAULT_IOSCHED="anticipatory"
30825 +CONFIG_CLASSIC_RCU=y
30826 +
30827 +#
30828 +# Platform support
30829 +#
30830 +# CONFIG_PPC_MULTIPLATFORM is not set
30831 +# CONFIG_PPC_82xx is not set
30832 +CONFIG_PPC_83xx=y
30833 +# CONFIG_PPC_86xx is not set
30834 +# CONFIG_PPC_MPC512x is not set
30835 +# CONFIG_PPC_MPC5121 is not set
30836 +# CONFIG_PPC_CELL is not set
30837 +# CONFIG_PPC_CELL_NATIVE is not set
30838 +# CONFIG_PQ2ADS is not set
30839 +CONFIG_MPC83xx=y
30840 +# CONFIG_MPC831x_RDB is not set
30841 +# CONFIG_MPC832x_MDS is not set
30842 +# CONFIG_MPC832x_RDB is not set
30843 +# CONFIG_MPC834x_MDS is not set
30844 +# CONFIG_MPC834x_ITX is not set
30845 +# CONFIG_MPC836x_MDS is not set
30846 +CONFIG_MPC837x_MDS=y
30847 +# CONFIG_MPC837x_RDB is not set
30848 +# CONFIG_SBC834x is not set
30849 +CONFIG_PPC_MPC837x=y
30850 +CONFIG_IPIC=y
30851 +# CONFIG_MPIC is not set
30852 +# CONFIG_MPIC_WEIRD is not set
30853 +# CONFIG_PPC_I8259 is not set
30854 +# CONFIG_PPC_RTAS is not set
30855 +# CONFIG_MMIO_NVRAM is not set
30856 +# CONFIG_PPC_MPC106 is not set
30857 +# CONFIG_PPC_970_NAP is not set
30858 +# CONFIG_PPC_INDIRECT_IO is not set
30859 +# CONFIG_GENERIC_IOMAP is not set
30860 +# CONFIG_CPU_FREQ is not set
30861 +# CONFIG_FSL_ULI1575 is not set
30862 +
30863 +#
30864 +# Kernel options
30865 +#
30866 +# CONFIG_HIGHMEM is not set
30867 +# CONFIG_TICK_ONESHOT is not set
30868 +# CONFIG_NO_HZ is not set
30869 +# CONFIG_HIGH_RES_TIMERS is not set
30870 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
30871 +# CONFIG_HZ_100 is not set
30872 +CONFIG_HZ_250=y
30873 +# CONFIG_HZ_300 is not set
30874 +# CONFIG_HZ_1000 is not set
30875 +CONFIG_HZ=250
30876 +# CONFIG_SCHED_HRTICK is not set
30877 +CONFIG_PREEMPT_NONE=y
30878 +# CONFIG_PREEMPT_VOLUNTARY is not set
30879 +# CONFIG_PREEMPT is not set
30880 +CONFIG_BINFMT_ELF=y
30881 +# CONFIG_BINFMT_MISC is not set
30882 +# CONFIG_IOMMU_HELPER is not set
30883 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
30884 +CONFIG_ARCH_HAS_WALK_MEMORY=y
30885 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
30886 +CONFIG_ARCH_FLATMEM_ENABLE=y
30887 +CONFIG_ARCH_POPULATES_NODE_MAP=y
30888 +CONFIG_SELECT_MEMORY_MODEL=y
30889 +CONFIG_FLATMEM_MANUAL=y
30890 +# CONFIG_DISCONTIGMEM_MANUAL is not set
30891 +# CONFIG_SPARSEMEM_MANUAL is not set
30892 +CONFIG_FLATMEM=y
30893 +CONFIG_FLAT_NODE_MEM_MAP=y
30894 +# CONFIG_SPARSEMEM_STATIC is not set
30895 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
30896 +CONFIG_SPLIT_PTLOCK_CPUS=4
30897 +# CONFIG_RESOURCES_64BIT is not set
30898 +CONFIG_ZONE_DMA_FLAG=1
30899 +CONFIG_BOUNCE=y
30900 +CONFIG_VIRT_TO_BUS=y
30901 +CONFIG_PROC_DEVICETREE=y
30902 +# CONFIG_CMDLINE_BOOL is not set
30903 +# CONFIG_PM is not set
30904 +CONFIG_SECCOMP=y
30905 +CONFIG_ISA_DMA_API=y
30906 +
30907 +#
30908 +# Bus options
30909 +#
30910 +CONFIG_ZONE_DMA=y
30911 +CONFIG_GENERIC_ISA_DMA=y
30912 +CONFIG_PPC_INDIRECT_PCI=y
30913 +CONFIG_FSL_SOC=y
30914 +# CONFIG_PCI is not set
30915 +# CONFIG_PCI_DOMAINS is not set
30916 +# CONFIG_PCI_SYSCALL is not set
30917 +# CONFIG_ARCH_SUPPORTS_MSI is not set
30918 +# CONFIG_PCCARD is not set
30919 +
30920 +#
30921 +# Advanced setup
30922 +#
30923 +# CONFIG_ADVANCED_OPTIONS is not set
30924 +
30925 +#
30926 +# Default settings for advanced configuration options are used
30927 +#
30928 +CONFIG_HIGHMEM_START=0xfe000000
30929 +CONFIG_LOWMEM_SIZE=0x30000000
30930 +CONFIG_KERNEL_START=0xc0000000
30931 +CONFIG_TASK_SIZE=0xc0000000
30932 +CONFIG_BOOT_LOAD=0x00800000
30933 +
30934 +#
30935 +# Networking
30936 +#
30937 +CONFIG_NET=y
30938 +
30939 +#
30940 +# Networking options
30941 +#
30942 +CONFIG_PACKET=y
30943 +# CONFIG_PACKET_MMAP is not set
30944 +CONFIG_UNIX=y
30945 +CONFIG_XFRM=y
30946 +CONFIG_XFRM_USER=m
30947 +# CONFIG_XFRM_SUB_POLICY is not set
30948 +# CONFIG_XFRM_MIGRATE is not set
30949 +# CONFIG_XFRM_STATISTICS is not set
30950 +# CONFIG_NET_KEY is not set
30951 +CONFIG_INET=y
30952 +CONFIG_IP_MULTICAST=y
30953 +# CONFIG_IP_ADVANCED_ROUTER is not set
30954 +CONFIG_IP_FIB_HASH=y
30955 +CONFIG_IP_PNP=y
30956 +CONFIG_IP_PNP_DHCP=y
30957 +CONFIG_IP_PNP_BOOTP=y
30958 +# CONFIG_IP_PNP_RARP is not set
30959 +# CONFIG_NET_IPIP is not set
30960 +# CONFIG_NET_IPGRE is not set
30961 +# CONFIG_IP_MROUTE is not set
30962 +# CONFIG_ARPD is not set
30963 +CONFIG_SYN_COOKIES=y
30964 +# CONFIG_INET_AH is not set
30965 +# CONFIG_INET_ESP is not set
30966 +# CONFIG_INET_IPCOMP is not set
30967 +# CONFIG_INET_XFRM_TUNNEL is not set
30968 +# CONFIG_INET_TUNNEL is not set
30969 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
30970 +CONFIG_INET_XFRM_MODE_TUNNEL=y
30971 +CONFIG_INET_XFRM_MODE_BEET=y
30972 +# CONFIG_INET_LRO is not set
30973 +CONFIG_INET_DIAG=y
30974 +CONFIG_INET_TCP_DIAG=y
30975 +# CONFIG_TCP_CONG_ADVANCED is not set
30976 +CONFIG_TCP_CONG_CUBIC=y
30977 +CONFIG_DEFAULT_TCP_CONG="cubic"
30978 +# CONFIG_TCP_MD5SIG is not set
30979 +# CONFIG_IPV6 is not set
30980 +# CONFIG_INET6_XFRM_TUNNEL is not set
30981 +# CONFIG_INET6_TUNNEL is not set
30982 +# CONFIG_NETWORK_SECMARK is not set
30983 +# CONFIG_NETFILTER is not set
30984 +# CONFIG_IP_DCCP is not set
30985 +# CONFIG_IP_SCTP is not set
30986 +# CONFIG_TIPC is not set
30987 +# CONFIG_ATM is not set
30988 +# CONFIG_BRIDGE is not set
30989 +# CONFIG_VLAN_8021Q is not set
30990 +# CONFIG_DECNET is not set
30991 +# CONFIG_LLC2 is not set
30992 +# CONFIG_IPX is not set
30993 +# CONFIG_ATALK is not set
30994 +# CONFIG_X25 is not set
30995 +# CONFIG_LAPB is not set
30996 +# CONFIG_ECONET is not set
30997 +# CONFIG_WAN_ROUTER is not set
30998 +# CONFIG_NET_SCHED is not set
30999 +
31000 +#
31001 +# Network testing
31002 +#
31003 +# CONFIG_NET_PKTGEN is not set
31004 +# CONFIG_HAMRADIO is not set
31005 +# CONFIG_CAN is not set
31006 +# CONFIG_IRDA is not set
31007 +# CONFIG_BT is not set
31008 +# CONFIG_AF_RXRPC is not set
31009 +
31010 +#
31011 +# Wireless
31012 +#
31013 +# CONFIG_CFG80211 is not set
31014 +# CONFIG_WIRELESS_EXT is not set
31015 +# CONFIG_MAC80211 is not set
31016 +# CONFIG_IEEE80211 is not set
31017 +# CONFIG_RFKILL is not set
31018 +# CONFIG_NET_9P is not set
31019 +
31020 +#
31021 +# Device Drivers
31022 +#
31023 +
31024 +#
31025 +# Generic Driver Options
31026 +#
31027 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
31028 +CONFIG_STANDALONE=y
31029 +CONFIG_PREVENT_FIRMWARE_BUILD=y
31030 +# CONFIG_FW_LOADER is not set
31031 +# CONFIG_SYS_HYPERVISOR is not set
31032 +# CONFIG_CONNECTOR is not set
31033 +# CONFIG_MTD is not set
31034 +CONFIG_OF_DEVICE=y
31035 +# CONFIG_PARPORT is not set
31036 +CONFIG_BLK_DEV=y
31037 +# CONFIG_BLK_DEV_FD is not set
31038 +# CONFIG_BLK_DEV_COW_COMMON is not set
31039 +CONFIG_BLK_DEV_LOOP=y
31040 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
31041 +# CONFIG_BLK_DEV_NBD is not set
31042 +CONFIG_BLK_DEV_RAM=y
31043 +CONFIG_BLK_DEV_RAM_COUNT=16
31044 +CONFIG_BLK_DEV_RAM_SIZE=32768
31045 +# CONFIG_BLK_DEV_XIP is not set
31046 +# CONFIG_CDROM_PKTCDVD is not set
31047 +# CONFIG_ATA_OVER_ETH is not set
31048 +CONFIG_MISC_DEVICES=y
31049 +# CONFIG_EEPROM_93CX6 is not set
31050 +# CONFIG_ENCLOSURE_SERVICES is not set
31051 +CONFIG_HAVE_IDE=y
31052 +# CONFIG_IDE is not set
31053 +
31054 +#
31055 +# SCSI device support
31056 +#
31057 +# CONFIG_RAID_ATTRS is not set
31058 +CONFIG_SCSI=y
31059 +CONFIG_SCSI_DMA=y
31060 +# CONFIG_SCSI_TGT is not set
31061 +# CONFIG_SCSI_NETLINK is not set
31062 +CONFIG_SCSI_PROC_FS=y
31063 +
31064 +#
31065 +# SCSI support type (disk, tape, CD-ROM)
31066 +#
31067 +CONFIG_BLK_DEV_SD=y
31068 +# CONFIG_CHR_DEV_ST is not set
31069 +# CONFIG_CHR_DEV_OSST is not set
31070 +# CONFIG_BLK_DEV_SR is not set
31071 +CONFIG_CHR_DEV_SG=y
31072 +# CONFIG_CHR_DEV_SCH is not set
31073 +
31074 +#
31075 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
31076 +#
31077 +# CONFIG_SCSI_MULTI_LUN is not set
31078 +# CONFIG_SCSI_CONSTANTS is not set
31079 +# CONFIG_SCSI_LOGGING is not set
31080 +# CONFIG_SCSI_SCAN_ASYNC is not set
31081 +CONFIG_SCSI_WAIT_SCAN=m
31082 +
31083 +#
31084 +# SCSI Transports
31085 +#
31086 +# CONFIG_SCSI_SPI_ATTRS is not set
31087 +# CONFIG_SCSI_FC_ATTRS is not set
31088 +# CONFIG_SCSI_ISCSI_ATTRS is not set
31089 +# CONFIG_SCSI_SAS_LIBSAS is not set
31090 +# CONFIG_SCSI_SRP_ATTRS is not set
31091 +CONFIG_SCSI_LOWLEVEL=y
31092 +# CONFIG_ISCSI_TCP is not set
31093 +# CONFIG_SCSI_DEBUG is not set
31094 +CONFIG_ATA=y
31095 +# CONFIG_ATA_NONSTANDARD is not set
31096 +# CONFIG_SATA_MV is not set
31097 +CONFIG_SATA_FSL=y
31098 +# CONFIG_PATA_PLATFORM is not set
31099 +# CONFIG_MD is not set
31100 +# CONFIG_MACINTOSH_DRIVERS is not set
31101 +CONFIG_NETDEVICES=y
31102 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
31103 +# CONFIG_DUMMY is not set
31104 +# CONFIG_BONDING is not set
31105 +# CONFIG_MACVLAN is not set
31106 +# CONFIG_EQUALIZER is not set
31107 +# CONFIG_TUN is not set
31108 +# CONFIG_VETH is not set
31109 +CONFIG_PHYLIB=y
31110 +
31111 +#
31112 +# MII PHY device drivers
31113 +#
31114 +CONFIG_MARVELL_PHY=y
31115 +# CONFIG_DAVICOM_PHY is not set
31116 +# CONFIG_QSEMI_PHY is not set
31117 +# CONFIG_LXT_PHY is not set
31118 +# CONFIG_CICADA_PHY is not set
31119 +# CONFIG_VITESSE_PHY is not set
31120 +# CONFIG_SMSC_PHY is not set
31121 +# CONFIG_BROADCOM_PHY is not set
31122 +# CONFIG_ICPLUS_PHY is not set
31123 +# CONFIG_REALTEK_PHY is not set
31124 +# CONFIG_FIXED_PHY is not set
31125 +# CONFIG_MDIO_BITBANG is not set
31126 +CONFIG_NET_ETHERNET=y
31127 +CONFIG_MII=y
31128 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
31129 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
31130 +# CONFIG_IBM_NEW_EMAC_TAH is not set
31131 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
31132 +# CONFIG_B44 is not set
31133 +CONFIG_NETDEV_1000=y
31134 +# CONFIG_E1000E_ENABLED is not set
31135 +CONFIG_GIANFAR=y
31136 +# CONFIG_GFAR_NAPI is not set
31137 +CONFIG_NETDEV_10000=y
31138 +
31139 +#
31140 +# Wireless LAN
31141 +#
31142 +# CONFIG_WLAN_PRE80211 is not set
31143 +# CONFIG_WLAN_80211 is not set
31144 +# CONFIG_WAN is not set
31145 +# CONFIG_PPP is not set
31146 +# CONFIG_SLIP is not set
31147 +# CONFIG_NETCONSOLE is not set
31148 +# CONFIG_NETPOLL is not set
31149 +# CONFIG_NET_POLL_CONTROLLER is not set
31150 +# CONFIG_ISDN is not set
31151 +# CONFIG_PHONE is not set
31152 +
31153 +#
31154 +# Input device support
31155 +#
31156 +CONFIG_INPUT=y
31157 +# CONFIG_INPUT_FF_MEMLESS is not set
31158 +# CONFIG_INPUT_POLLDEV is not set
31159 +
31160 +#
31161 +# Userland interfaces
31162 +#
31163 +# CONFIG_INPUT_MOUSEDEV is not set
31164 +# CONFIG_INPUT_JOYDEV is not set
31165 +# CONFIG_INPUT_EVDEV is not set
31166 +# CONFIG_INPUT_EVBUG is not set
31167 +
31168 +#
31169 +# Input Device Drivers
31170 +#
31171 +# CONFIG_INPUT_KEYBOARD is not set
31172 +# CONFIG_INPUT_MOUSE is not set
31173 +# CONFIG_INPUT_JOYSTICK is not set
31174 +# CONFIG_INPUT_TABLET is not set
31175 +# CONFIG_INPUT_TOUCHSCREEN is not set
31176 +# CONFIG_INPUT_MISC is not set
31177 +
31178 +#
31179 +# Hardware I/O ports
31180 +#
31181 +# CONFIG_SERIO is not set
31182 +# CONFIG_GAMEPORT is not set
31183 +
31184 +#
31185 +# Character devices
31186 +#
31187 +# CONFIG_VT is not set
31188 +# CONFIG_SERIAL_NONSTANDARD is not set
31189 +
31190 +#
31191 +# Serial drivers
31192 +#
31193 +CONFIG_SERIAL_8250=y
31194 +CONFIG_SERIAL_8250_CONSOLE=y
31195 +CONFIG_SERIAL_8250_NR_UARTS=4
31196 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
31197 +# CONFIG_SERIAL_8250_EXTENDED is not set
31198 +
31199 +#
31200 +# Non-8250 serial port support
31201 +#
31202 +# CONFIG_SERIAL_UARTLITE is not set
31203 +CONFIG_SERIAL_CORE=y
31204 +CONFIG_SERIAL_CORE_CONSOLE=y
31205 +# CONFIG_SERIAL_OF_PLATFORM is not set
31206 +CONFIG_UNIX98_PTYS=y
31207 +CONFIG_LEGACY_PTYS=y
31208 +CONFIG_LEGACY_PTY_COUNT=256
31209 +# CONFIG_IPMI_HANDLER is not set
31210 +# CONFIG_HW_RANDOM is not set
31211 +# CONFIG_NVRAM is not set
31212 +CONFIG_GEN_RTC=y
31213 +# CONFIG_GEN_RTC_X is not set
31214 +# CONFIG_R3964 is not set
31215 +# CONFIG_RAW_DRIVER is not set
31216 +# CONFIG_TCG_TPM is not set
31217 +CONFIG_I2C=y
31218 +CONFIG_I2C_BOARDINFO=y
31219 +CONFIG_I2C_CHARDEV=y
31220 +
31221 +#
31222 +# I2C Algorithms
31223 +#
31224 +# CONFIG_I2C_ALGOBIT is not set
31225 +# CONFIG_I2C_ALGOPCF is not set
31226 +# CONFIG_I2C_ALGOPCA is not set
31227 +
31228 +#
31229 +# I2C Hardware Bus support
31230 +#
31231 +CONFIG_I2C_MPC=y
31232 +# CONFIG_I2C_OCORES is not set
31233 +# CONFIG_I2C_PARPORT_LIGHT is not set
31234 +# CONFIG_I2C_SIMTEC is not set
31235 +# CONFIG_I2C_TAOS_EVM is not set
31236 +# CONFIG_I2C_STUB is not set
31237 +
31238 +#
31239 +# Miscellaneous I2C Chip support
31240 +#
31241 +# CONFIG_DS1682 is not set
31242 +# CONFIG_SENSORS_EEPROM is not set
31243 +# CONFIG_SENSORS_PCF8574 is not set
31244 +# CONFIG_PCF8575 is not set
31245 +# CONFIG_SENSORS_PCF8591 is not set
31246 +# CONFIG_TPS65010 is not set
31247 +# CONFIG_SENSORS_MAX6875 is not set
31248 +# CONFIG_SENSORS_TSL2550 is not set
31249 +# CONFIG_I2C_DEBUG_CORE is not set
31250 +# CONFIG_I2C_DEBUG_ALGO is not set
31251 +# CONFIG_I2C_DEBUG_BUS is not set
31252 +# CONFIG_I2C_DEBUG_CHIP is not set
31253 +
31254 +#
31255 +# SPI support
31256 +#
31257 +# CONFIG_SPI is not set
31258 +# CONFIG_SPI_MASTER is not set
31259 +# CONFIG_W1 is not set
31260 +# CONFIG_POWER_SUPPLY is not set
31261 +CONFIG_HWMON=y
31262 +# CONFIG_HWMON_VID is not set
31263 +# CONFIG_SENSORS_AD7418 is not set
31264 +# CONFIG_SENSORS_ADM1021 is not set
31265 +# CONFIG_SENSORS_ADM1025 is not set
31266 +# CONFIG_SENSORS_ADM1026 is not set
31267 +# CONFIG_SENSORS_ADM1029 is not set
31268 +# CONFIG_SENSORS_ADM1031 is not set
31269 +# CONFIG_SENSORS_ADM9240 is not set
31270 +# CONFIG_SENSORS_ADT7470 is not set
31271 +# CONFIG_SENSORS_ADT7473 is not set
31272 +# CONFIG_SENSORS_ATXP1 is not set
31273 +# CONFIG_SENSORS_DS1621 is not set
31274 +# CONFIG_SENSORS_F71805F is not set
31275 +# CONFIG_SENSORS_F71882FG is not set
31276 +# CONFIG_SENSORS_F75375S is not set
31277 +# CONFIG_SENSORS_GL518SM is not set
31278 +# CONFIG_SENSORS_GL520SM is not set
31279 +# CONFIG_SENSORS_IT87 is not set
31280 +# CONFIG_SENSORS_LM63 is not set
31281 +# CONFIG_SENSORS_LM75 is not set
31282 +# CONFIG_SENSORS_LM77 is not set
31283 +# CONFIG_SENSORS_LM78 is not set
31284 +# CONFIG_SENSORS_LM80 is not set
31285 +# CONFIG_SENSORS_LM83 is not set
31286 +# CONFIG_SENSORS_LM85 is not set
31287 +# CONFIG_SENSORS_LM87 is not set
31288 +# CONFIG_SENSORS_LM90 is not set
31289 +# CONFIG_SENSORS_LM92 is not set
31290 +# CONFIG_SENSORS_LM93 is not set
31291 +# CONFIG_SENSORS_MAX1619 is not set
31292 +# CONFIG_SENSORS_MAX6650 is not set
31293 +# CONFIG_SENSORS_PC87360 is not set
31294 +# CONFIG_SENSORS_PC87427 is not set
31295 +# CONFIG_SENSORS_DME1737 is not set
31296 +# CONFIG_SENSORS_SMSC47M1 is not set
31297 +# CONFIG_SENSORS_SMSC47M192 is not set
31298 +# CONFIG_SENSORS_SMSC47B397 is not set
31299 +# CONFIG_SENSORS_ADS7828 is not set
31300 +# CONFIG_SENSORS_THMC50 is not set
31301 +# CONFIG_SENSORS_VT1211 is not set
31302 +# CONFIG_SENSORS_W83781D is not set
31303 +# CONFIG_SENSORS_W83791D is not set
31304 +# CONFIG_SENSORS_W83792D is not set
31305 +# CONFIG_SENSORS_W83793 is not set
31306 +# CONFIG_SENSORS_W83L785TS is not set
31307 +# CONFIG_SENSORS_W83L786NG is not set
31308 +# CONFIG_SENSORS_W83627HF is not set
31309 +# CONFIG_SENSORS_W83627EHF is not set
31310 +# CONFIG_HWMON_DEBUG_CHIP is not set
31311 +# CONFIG_THERMAL is not set
31312 +CONFIG_WATCHDOG=y
31313 +# CONFIG_WATCHDOG_NOWAYOUT is not set
31314 +
31315 +#
31316 +# Watchdog Device Drivers
31317 +#
31318 +# CONFIG_SOFT_WATCHDOG is not set
31319 +CONFIG_83xx_WDT=y
31320 +
31321 +#
31322 +# Sonics Silicon Backplane
31323 +#
31324 +CONFIG_SSB_POSSIBLE=y
31325 +# CONFIG_SSB is not set
31326 +
31327 +#
31328 +# Multifunction device drivers
31329 +#
31330 +# CONFIG_MFD_SM501 is not set
31331 +
31332 +#
31333 +# Multimedia devices
31334 +#
31335 +# CONFIG_VIDEO_DEV is not set
31336 +# CONFIG_DVB_CORE is not set
31337 +CONFIG_DAB=y
31338 +
31339 +#
31340 +# Graphics support
31341 +#
31342 +# CONFIG_VGASTATE is not set
31343 +CONFIG_VIDEO_OUTPUT_CONTROL=m
31344 +# CONFIG_FB is not set
31345 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
31346 +
31347 +#
31348 +# Display device support
31349 +#
31350 +# CONFIG_DISPLAY_SUPPORT is not set
31351 +
31352 +#
31353 +# Sound
31354 +#
31355 +# CONFIG_SOUND is not set
31356 +CONFIG_HID_SUPPORT=y
31357 +CONFIG_HID=y
31358 +# CONFIG_HID_DEBUG is not set
31359 +# CONFIG_HIDRAW is not set
31360 +CONFIG_USB_SUPPORT=y
31361 +CONFIG_USB_ARCH_HAS_HCD=y
31362 +# CONFIG_USB_ARCH_HAS_OHCI is not set
31363 +CONFIG_USB_ARCH_HAS_EHCI=y
31364 +# CONFIG_USB is not set
31365 +
31366 +#
31367 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
31368 +#
31369 +# CONFIG_USB_GADGET is not set
31370 +# CONFIG_MMC is not set
31371 +# CONFIG_MEMSTICK is not set
31372 +# CONFIG_NEW_LEDS is not set
31373 +# CONFIG_EDAC is not set
31374 +# CONFIG_RTC_CLASS is not set
31375 +# CONFIG_DMADEVICES is not set
31376 +
31377 +#
31378 +# Userspace I/O
31379 +#
31380 +# CONFIG_UIO is not set
31381 +
31382 +#
31383 +# File systems
31384 +#
31385 +CONFIG_EXT2_FS=y
31386 +# CONFIG_EXT2_FS_XATTR is not set
31387 +# CONFIG_EXT2_FS_XIP is not set
31388 +CONFIG_EXT3_FS=y
31389 +CONFIG_EXT3_FS_XATTR=y
31390 +# CONFIG_EXT3_FS_POSIX_ACL is not set
31391 +# CONFIG_EXT3_FS_SECURITY is not set
31392 +# CONFIG_EXT4DEV_FS is not set
31393 +CONFIG_JBD=y
31394 +CONFIG_FS_MBCACHE=y
31395 +# CONFIG_REISERFS_FS is not set
31396 +# CONFIG_JFS_FS is not set
31397 +# CONFIG_FS_POSIX_ACL is not set
31398 +# CONFIG_XFS_FS is not set
31399 +# CONFIG_GFS2_FS is not set
31400 +# CONFIG_OCFS2_FS is not set
31401 +CONFIG_DNOTIFY=y
31402 +CONFIG_INOTIFY=y
31403 +CONFIG_INOTIFY_USER=y
31404 +# CONFIG_QUOTA is not set
31405 +# CONFIG_AUTOFS_FS is not set
31406 +# CONFIG_AUTOFS4_FS is not set
31407 +# CONFIG_FUSE_FS is not set
31408 +
31409 +#
31410 +# CD-ROM/DVD Filesystems
31411 +#
31412 +# CONFIG_ISO9660_FS is not set
31413 +# CONFIG_UDF_FS is not set
31414 +
31415 +#
31416 +# DOS/FAT/NT Filesystems
31417 +#
31418 +# CONFIG_MSDOS_FS is not set
31419 +# CONFIG_VFAT_FS is not set
31420 +# CONFIG_NTFS_FS is not set
31421 +
31422 +#
31423 +# Pseudo filesystems
31424 +#
31425 +CONFIG_PROC_FS=y
31426 +CONFIG_PROC_KCORE=y
31427 +CONFIG_PROC_SYSCTL=y
31428 +CONFIG_SYSFS=y
31429 +CONFIG_TMPFS=y
31430 +# CONFIG_TMPFS_POSIX_ACL is not set
31431 +# CONFIG_HUGETLB_PAGE is not set
31432 +# CONFIG_CONFIGFS_FS is not set
31433 +
31434 +#
31435 +# Miscellaneous filesystems
31436 +#
31437 +# CONFIG_ADFS_FS is not set
31438 +# CONFIG_AFFS_FS is not set
31439 +# CONFIG_HFS_FS is not set
31440 +# CONFIG_HFSPLUS_FS is not set
31441 +# CONFIG_BEFS_FS is not set
31442 +# CONFIG_BFS_FS is not set
31443 +# CONFIG_EFS_FS is not set
31444 +# CONFIG_CRAMFS is not set
31445 +# CONFIG_VXFS_FS is not set
31446 +# CONFIG_MINIX_FS is not set
31447 +# CONFIG_HPFS_FS is not set
31448 +# CONFIG_QNX4FS_FS is not set
31449 +# CONFIG_ROMFS_FS is not set
31450 +# CONFIG_SYSV_FS is not set
31451 +# CONFIG_UFS_FS is not set
31452 +CONFIG_NETWORK_FILESYSTEMS=y
31453 +CONFIG_NFS_FS=y
31454 +CONFIG_NFS_V3=y
31455 +# CONFIG_NFS_V3_ACL is not set
31456 +CONFIG_NFS_V4=y
31457 +# CONFIG_NFS_DIRECTIO is not set
31458 +# CONFIG_NFSD is not set
31459 +CONFIG_ROOT_NFS=y
31460 +CONFIG_LOCKD=y
31461 +CONFIG_LOCKD_V4=y
31462 +CONFIG_NFS_COMMON=y
31463 +CONFIG_SUNRPC=y
31464 +CONFIG_SUNRPC_GSS=y
31465 +# CONFIG_SUNRPC_BIND34 is not set
31466 +CONFIG_RPCSEC_GSS_KRB5=y
31467 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
31468 +# CONFIG_SMB_FS is not set
31469 +# CONFIG_CIFS is not set
31470 +# CONFIG_NCP_FS is not set
31471 +# CONFIG_CODA_FS is not set
31472 +# CONFIG_AFS_FS is not set
31473 +
31474 +#
31475 +# Partition Types
31476 +#
31477 +CONFIG_PARTITION_ADVANCED=y
31478 +# CONFIG_ACORN_PARTITION is not set
31479 +# CONFIG_OSF_PARTITION is not set
31480 +# CONFIG_AMIGA_PARTITION is not set
31481 +# CONFIG_ATARI_PARTITION is not set
31482 +# CONFIG_MAC_PARTITION is not set
31483 +CONFIG_MSDOS_PARTITION=y
31484 +# CONFIG_BSD_DISKLABEL is not set
31485 +# CONFIG_MINIX_SUBPARTITION is not set
31486 +# CONFIG_SOLARIS_X86_PARTITION is not set
31487 +# CONFIG_UNIXWARE_DISKLABEL is not set
31488 +# CONFIG_LDM_PARTITION is not set
31489 +# CONFIG_SGI_PARTITION is not set
31490 +# CONFIG_ULTRIX_PARTITION is not set
31491 +# CONFIG_SUN_PARTITION is not set
31492 +# CONFIG_KARMA_PARTITION is not set
31493 +# CONFIG_EFI_PARTITION is not set
31494 +# CONFIG_SYSV68_PARTITION is not set
31495 +# CONFIG_NLS is not set
31496 +# CONFIG_DLM is not set
31497 +
31498 +#
31499 +# Library routines
31500 +#
31501 +CONFIG_BITREVERSE=y
31502 +# CONFIG_CRC_CCITT is not set
31503 +# CONFIG_CRC16 is not set
31504 +# CONFIG_CRC_ITU_T is not set
31505 +CONFIG_CRC32=y
31506 +# CONFIG_CRC7 is not set
31507 +# CONFIG_LIBCRC32C is not set
31508 +CONFIG_PLIST=y
31509 +CONFIG_HAS_IOMEM=y
31510 +CONFIG_HAS_IOPORT=y
31511 +CONFIG_HAS_DMA=y
31512 +
31513 +#
31514 +# Kernel hacking
31515 +#
31516 +# CONFIG_PRINTK_TIME is not set
31517 +CONFIG_ENABLE_WARN_DEPRECATED=y
31518 +CONFIG_ENABLE_MUST_CHECK=y
31519 +# CONFIG_MAGIC_SYSRQ is not set
31520 +# CONFIG_UNUSED_SYMBOLS is not set
31521 +# CONFIG_DEBUG_FS is not set
31522 +# CONFIG_HEADERS_CHECK is not set
31523 +# CONFIG_DEBUG_KERNEL is not set
31524 +# CONFIG_DEBUG_BUGVERBOSE is not set
31525 +# CONFIG_SAMPLES is not set
31526 +# CONFIG_PPC_EARLY_DEBUG is not set
31527 +
31528 +#
31529 +# Security options
31530 +#
31531 +# CONFIG_KEYS is not set
31532 +# CONFIG_SECURITY is not set
31533 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
31534 +CONFIG_CRYPTO=y
31535 +CONFIG_CRYPTO_ALGAPI=y
31536 +CONFIG_CRYPTO_BLKCIPHER=y
31537 +# CONFIG_CRYPTO_SEQIV is not set
31538 +CONFIG_CRYPTO_MANAGER=y
31539 +# CONFIG_CRYPTO_HMAC is not set
31540 +# CONFIG_CRYPTO_XCBC is not set
31541 +# CONFIG_CRYPTO_NULL is not set
31542 +# CONFIG_CRYPTO_MD4 is not set
31543 +CONFIG_CRYPTO_MD5=y
31544 +# CONFIG_CRYPTO_SHA1 is not set
31545 +# CONFIG_CRYPTO_SHA256 is not set
31546 +# CONFIG_CRYPTO_SHA512 is not set
31547 +# CONFIG_CRYPTO_WP512 is not set
31548 +# CONFIG_CRYPTO_TGR192 is not set
31549 +# CONFIG_CRYPTO_GF128MUL is not set
31550 +CONFIG_CRYPTO_ECB=m
31551 +CONFIG_CRYPTO_CBC=y
31552 +CONFIG_CRYPTO_PCBC=m
31553 +# CONFIG_CRYPTO_LRW is not set
31554 +# CONFIG_CRYPTO_XTS is not set
31555 +# CONFIG_CRYPTO_CTR is not set
31556 +# CONFIG_CRYPTO_GCM is not set
31557 +# CONFIG_CRYPTO_CCM is not set
31558 +# CONFIG_CRYPTO_CRYPTD is not set
31559 +CONFIG_CRYPTO_DES=y
31560 +# CONFIG_CRYPTO_FCRYPT is not set
31561 +# CONFIG_CRYPTO_BLOWFISH is not set
31562 +# CONFIG_CRYPTO_TWOFISH is not set
31563 +# CONFIG_CRYPTO_SERPENT is not set
31564 +# CONFIG_CRYPTO_AES is not set
31565 +# CONFIG_CRYPTO_CAST5 is not set
31566 +# CONFIG_CRYPTO_CAST6 is not set
31567 +# CONFIG_CRYPTO_TEA is not set
31568 +# CONFIG_CRYPTO_ARC4 is not set
31569 +# CONFIG_CRYPTO_KHAZAD is not set
31570 +# CONFIG_CRYPTO_ANUBIS is not set
31571 +# CONFIG_CRYPTO_SEED is not set
31572 +# CONFIG_CRYPTO_SALSA20 is not set
31573 +# CONFIG_CRYPTO_DEFLATE is not set
31574 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
31575 +# CONFIG_CRYPTO_CRC32C is not set
31576 +# CONFIG_CRYPTO_CAMELLIA is not set
31577 +# CONFIG_CRYPTO_TEST is not set
31578 +# CONFIG_CRYPTO_AUTHENC is not set
31579 +# CONFIG_CRYPTO_LZO is not set
31580 +CONFIG_CRYPTO_HW=y
31581 +# CONFIG_PPC_CLOCK is not set
31582 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
31583 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig 1970-01-01 01:00:00.000000000 +0100
31584 +++ powerpc.git/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig 2008-04-19 16:40:52.000000000 +0200
31585 @@ -0,0 +1,930 @@
31586 +#
31587 +# Automatically generated make config: don't edit
31588 +# Linux kernel version: 2.6.25-rc6
31589 +# Mon Mar 24 08:48:24 2008
31590 +#
31591 +# CONFIG_PPC64 is not set
31592 +
31593 +#
31594 +# Processor support
31595 +#
31596 +CONFIG_6xx=y
31597 +# CONFIG_PPC_85xx is not set
31598 +# CONFIG_PPC_8xx is not set
31599 +# CONFIG_40x is not set
31600 +# CONFIG_44x is not set
31601 +# CONFIG_E200 is not set
31602 +CONFIG_PPC_FPU=y
31603 +# CONFIG_FSL_EMB_PERFMON is not set
31604 +CONFIG_PPC_STD_MMU=y
31605 +CONFIG_PPC_STD_MMU_32=y
31606 +# CONFIG_PPC_MM_SLICES is not set
31607 +# CONFIG_SMP is not set
31608 +CONFIG_PPC32=y
31609 +CONFIG_WORD_SIZE=32
31610 +CONFIG_PPC_MERGE=y
31611 +CONFIG_MMU=y
31612 +CONFIG_GENERIC_CMOS_UPDATE=y
31613 +CONFIG_GENERIC_TIME=y
31614 +CONFIG_GENERIC_TIME_VSYSCALL=y
31615 +CONFIG_GENERIC_CLOCKEVENTS=y
31616 +CONFIG_GENERIC_HARDIRQS=y
31617 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
31618 +CONFIG_IRQ_PER_CPU=y
31619 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
31620 +CONFIG_ARCH_HAS_ILOG2_U32=y
31621 +CONFIG_GENERIC_HWEIGHT=y
31622 +CONFIG_GENERIC_CALIBRATE_DELAY=y
31623 +CONFIG_GENERIC_FIND_NEXT_BIT=y
31624 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
31625 +CONFIG_PPC=y
31626 +CONFIG_EARLY_PRINTK=y
31627 +CONFIG_GENERIC_NVRAM=y
31628 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
31629 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
31630 +CONFIG_PPC_OF=y
31631 +CONFIG_OF=y
31632 +CONFIG_PPC_UDBG_16550=y
31633 +# CONFIG_GENERIC_TBSYNC is not set
31634 +CONFIG_AUDIT_ARCH=y
31635 +CONFIG_GENERIC_BUG=y
31636 +CONFIG_DEFAULT_UIMAGE=y
31637 +# CONFIG_PPC_DCR_NATIVE is not set
31638 +# CONFIG_PPC_DCR_MMIO is not set
31639 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
31640 +
31641 +#
31642 +# General setup
31643 +#
31644 +CONFIG_EXPERIMENTAL=y
31645 +CONFIG_BROKEN_ON_SMP=y
31646 +CONFIG_INIT_ENV_ARG_LIMIT=32
31647 +CONFIG_LOCALVERSION=""
31648 +CONFIG_LOCALVERSION_AUTO=y
31649 +CONFIG_SWAP=y
31650 +CONFIG_SYSVIPC=y
31651 +CONFIG_SYSVIPC_SYSCTL=y
31652 +# CONFIG_POSIX_MQUEUE is not set
31653 +# CONFIG_BSD_PROCESS_ACCT is not set
31654 +# CONFIG_TASKSTATS is not set
31655 +# CONFIG_AUDIT is not set
31656 +# CONFIG_IKCONFIG is not set
31657 +CONFIG_LOG_BUF_SHIFT=14
31658 +# CONFIG_CGROUPS is not set
31659 +CONFIG_GROUP_SCHED=y
31660 +CONFIG_FAIR_GROUP_SCHED=y
31661 +# CONFIG_RT_GROUP_SCHED is not set
31662 +CONFIG_USER_SCHED=y
31663 +# CONFIG_CGROUP_SCHED is not set
31664 +CONFIG_SYSFS_DEPRECATED=y
31665 +CONFIG_SYSFS_DEPRECATED_V2=y
31666 +# CONFIG_RELAY is not set
31667 +# CONFIG_NAMESPACES is not set
31668 +CONFIG_BLK_DEV_INITRD=y
31669 +CONFIG_INITRAMFS_SOURCE=""
31670 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
31671 +CONFIG_SYSCTL=y
31672 +CONFIG_EMBEDDED=y
31673 +CONFIG_SYSCTL_SYSCALL=y
31674 +CONFIG_KALLSYMS=y
31675 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
31676 +CONFIG_HOTPLUG=y
31677 +CONFIG_PRINTK=y
31678 +CONFIG_BUG=y
31679 +CONFIG_ELF_CORE=y
31680 +CONFIG_COMPAT_BRK=y
31681 +CONFIG_BASE_FULL=y
31682 +CONFIG_FUTEX=y
31683 +CONFIG_ANON_INODES=y
31684 +# CONFIG_EPOLL is not set
31685 +CONFIG_SIGNALFD=y
31686 +CONFIG_TIMERFD=y
31687 +CONFIG_EVENTFD=y
31688 +CONFIG_SHMEM=y
31689 +CONFIG_VM_EVENT_COUNTERS=y
31690 +CONFIG_SLAB=y
31691 +# CONFIG_SLUB is not set
31692 +# CONFIG_SLOB is not set
31693 +# CONFIG_PROFILING is not set
31694 +# CONFIG_MARKERS is not set
31695 +CONFIG_HAVE_OPROFILE=y
31696 +# CONFIG_KPROBES is not set
31697 +CONFIG_HAVE_KPROBES=y
31698 +CONFIG_HAVE_KRETPROBES=y
31699 +CONFIG_PROC_PAGE_MONITOR=y
31700 +CONFIG_SLABINFO=y
31701 +CONFIG_RT_MUTEXES=y
31702 +# CONFIG_TINY_SHMEM is not set
31703 +CONFIG_BASE_SMALL=0
31704 +CONFIG_MODULES=y
31705 +CONFIG_MODULE_UNLOAD=y
31706 +# CONFIG_MODULE_FORCE_UNLOAD is not set
31707 +# CONFIG_MODVERSIONS is not set
31708 +# CONFIG_MODULE_SRCVERSION_ALL is not set
31709 +# CONFIG_KMOD is not set
31710 +CONFIG_BLOCK=y
31711 +# CONFIG_LBD is not set
31712 +# CONFIG_BLK_DEV_IO_TRACE is not set
31713 +# CONFIG_LSF is not set
31714 +# CONFIG_BLK_DEV_BSG is not set
31715 +
31716 +#
31717 +# IO Schedulers
31718 +#
31719 +CONFIG_IOSCHED_NOOP=y
31720 +CONFIG_IOSCHED_AS=y
31721 +CONFIG_IOSCHED_DEADLINE=y
31722 +CONFIG_IOSCHED_CFQ=y
31723 +CONFIG_DEFAULT_AS=y
31724 +# CONFIG_DEFAULT_DEADLINE is not set
31725 +# CONFIG_DEFAULT_CFQ is not set
31726 +# CONFIG_DEFAULT_NOOP is not set
31727 +CONFIG_DEFAULT_IOSCHED="anticipatory"
31728 +CONFIG_CLASSIC_RCU=y
31729 +
31730 +#
31731 +# Platform support
31732 +#
31733 +# CONFIG_PPC_MULTIPLATFORM is not set
31734 +# CONFIG_PPC_82xx is not set
31735 +CONFIG_PPC_83xx=y
31736 +# CONFIG_PPC_86xx is not set
31737 +# CONFIG_PPC_MPC512x is not set
31738 +# CONFIG_PPC_MPC5121 is not set
31739 +# CONFIG_PPC_CELL is not set
31740 +# CONFIG_PPC_CELL_NATIVE is not set
31741 +# CONFIG_PQ2ADS is not set
31742 +CONFIG_MPC83xx=y
31743 +# CONFIG_MPC831x_RDB is not set
31744 +# CONFIG_MPC832x_MDS is not set
31745 +# CONFIG_MPC832x_RDB is not set
31746 +# CONFIG_MPC834x_MDS is not set
31747 +# CONFIG_MPC834x_ITX is not set
31748 +# CONFIG_MPC836x_MDS is not set
31749 +# CONFIG_MPC837x_MDS is not set
31750 +CONFIG_MPC837x_RDB=y
31751 +# CONFIG_SBC834x is not set
31752 +CONFIG_PPC_MPC837x=y
31753 +CONFIG_IPIC=y
31754 +# CONFIG_MPIC is not set
31755 +# CONFIG_MPIC_WEIRD is not set
31756 +# CONFIG_PPC_I8259 is not set
31757 +# CONFIG_PPC_RTAS is not set
31758 +# CONFIG_MMIO_NVRAM is not set
31759 +# CONFIG_PPC_MPC106 is not set
31760 +# CONFIG_PPC_970_NAP is not set
31761 +# CONFIG_PPC_INDIRECT_IO is not set
31762 +# CONFIG_GENERIC_IOMAP is not set
31763 +# CONFIG_CPU_FREQ is not set
31764 +# CONFIG_FSL_ULI1575 is not set
31765 +
31766 +#
31767 +# Kernel options
31768 +#
31769 +# CONFIG_HIGHMEM is not set
31770 +# CONFIG_TICK_ONESHOT is not set
31771 +# CONFIG_NO_HZ is not set
31772 +# CONFIG_HIGH_RES_TIMERS is not set
31773 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
31774 +# CONFIG_HZ_100 is not set
31775 +CONFIG_HZ_250=y
31776 +# CONFIG_HZ_300 is not set
31777 +# CONFIG_HZ_1000 is not set
31778 +CONFIG_HZ=250
31779 +# CONFIG_SCHED_HRTICK is not set
31780 +CONFIG_PREEMPT_NONE=y
31781 +# CONFIG_PREEMPT_VOLUNTARY is not set
31782 +# CONFIG_PREEMPT is not set
31783 +CONFIG_BINFMT_ELF=y
31784 +# CONFIG_BINFMT_MISC is not set
31785 +# CONFIG_IOMMU_HELPER is not set
31786 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
31787 +CONFIG_ARCH_HAS_WALK_MEMORY=y
31788 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
31789 +CONFIG_ARCH_FLATMEM_ENABLE=y
31790 +CONFIG_ARCH_POPULATES_NODE_MAP=y
31791 +CONFIG_SELECT_MEMORY_MODEL=y
31792 +CONFIG_FLATMEM_MANUAL=y
31793 +# CONFIG_DISCONTIGMEM_MANUAL is not set
31794 +# CONFIG_SPARSEMEM_MANUAL is not set
31795 +CONFIG_FLATMEM=y
31796 +CONFIG_FLAT_NODE_MEM_MAP=y
31797 +# CONFIG_SPARSEMEM_STATIC is not set
31798 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
31799 +CONFIG_SPLIT_PTLOCK_CPUS=4
31800 +# CONFIG_RESOURCES_64BIT is not set
31801 +CONFIG_ZONE_DMA_FLAG=1
31802 +CONFIG_BOUNCE=y
31803 +CONFIG_VIRT_TO_BUS=y
31804 +CONFIG_PROC_DEVICETREE=y
31805 +# CONFIG_CMDLINE_BOOL is not set
31806 +# CONFIG_PM is not set
31807 +CONFIG_SECCOMP=y
31808 +CONFIG_ISA_DMA_API=y
31809 +
31810 +#
31811 +# Bus options
31812 +#
31813 +CONFIG_ZONE_DMA=y
31814 +CONFIG_GENERIC_ISA_DMA=y
31815 +CONFIG_PPC_INDIRECT_PCI=y
31816 +CONFIG_FSL_SOC=y
31817 +# CONFIG_PCI is not set
31818 +# CONFIG_PCI_DOMAINS is not set
31819 +# CONFIG_PCI_SYSCALL is not set
31820 +# CONFIG_ARCH_SUPPORTS_MSI is not set
31821 +# CONFIG_PCCARD is not set
31822 +
31823 +#
31824 +# Advanced setup
31825 +#
31826 +# CONFIG_ADVANCED_OPTIONS is not set
31827 +
31828 +#
31829 +# Default settings for advanced configuration options are used
31830 +#
31831 +CONFIG_HIGHMEM_START=0xfe000000
31832 +CONFIG_LOWMEM_SIZE=0x30000000
31833 +CONFIG_KERNEL_START=0xc0000000
31834 +CONFIG_TASK_SIZE=0xc0000000
31835 +CONFIG_BOOT_LOAD=0x00800000
31836 +
31837 +#
31838 +# Networking
31839 +#
31840 +CONFIG_NET=y
31841 +
31842 +#
31843 +# Networking options
31844 +#
31845 +CONFIG_PACKET=y
31846 +# CONFIG_PACKET_MMAP is not set
31847 +CONFIG_UNIX=y
31848 +# CONFIG_NET_KEY is not set
31849 +CONFIG_INET=y
31850 +CONFIG_IP_MULTICAST=y
31851 +# CONFIG_IP_ADVANCED_ROUTER is not set
31852 +CONFIG_IP_FIB_HASH=y
31853 +CONFIG_IP_PNP=y
31854 +CONFIG_IP_PNP_DHCP=y
31855 +CONFIG_IP_PNP_BOOTP=y
31856 +# CONFIG_IP_PNP_RARP is not set
31857 +# CONFIG_NET_IPIP is not set
31858 +# CONFIG_NET_IPGRE is not set
31859 +# CONFIG_IP_MROUTE is not set
31860 +# CONFIG_ARPD is not set
31861 +CONFIG_SYN_COOKIES=y
31862 +# CONFIG_INET_AH is not set
31863 +# CONFIG_INET_ESP is not set
31864 +# CONFIG_INET_IPCOMP is not set
31865 +# CONFIG_INET_XFRM_TUNNEL is not set
31866 +# CONFIG_INET_TUNNEL is not set
31867 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
31868 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
31869 +# CONFIG_INET_XFRM_MODE_BEET is not set
31870 +# CONFIG_INET_LRO is not set
31871 +CONFIG_INET_DIAG=y
31872 +CONFIG_INET_TCP_DIAG=y
31873 +# CONFIG_TCP_CONG_ADVANCED is not set
31874 +CONFIG_TCP_CONG_CUBIC=y
31875 +CONFIG_DEFAULT_TCP_CONG="cubic"
31876 +# CONFIG_TCP_MD5SIG is not set
31877 +# CONFIG_IPV6 is not set
31878 +# CONFIG_INET6_XFRM_TUNNEL is not set
31879 +# CONFIG_INET6_TUNNEL is not set
31880 +# CONFIG_NETWORK_SECMARK is not set
31881 +# CONFIG_NETFILTER is not set
31882 +# CONFIG_IP_DCCP is not set
31883 +# CONFIG_IP_SCTP is not set
31884 +# CONFIG_TIPC is not set
31885 +# CONFIG_ATM is not set
31886 +# CONFIG_BRIDGE is not set
31887 +# CONFIG_VLAN_8021Q is not set
31888 +# CONFIG_DECNET is not set
31889 +# CONFIG_LLC2 is not set
31890 +# CONFIG_IPX is not set
31891 +# CONFIG_ATALK is not set
31892 +# CONFIG_X25 is not set
31893 +# CONFIG_LAPB is not set
31894 +# CONFIG_ECONET is not set
31895 +# CONFIG_WAN_ROUTER is not set
31896 +# CONFIG_NET_SCHED is not set
31897 +
31898 +#
31899 +# Network testing
31900 +#
31901 +# CONFIG_NET_PKTGEN is not set
31902 +# CONFIG_HAMRADIO is not set
31903 +# CONFIG_CAN is not set
31904 +# CONFIG_IRDA is not set
31905 +# CONFIG_BT is not set
31906 +# CONFIG_AF_RXRPC is not set
31907 +
31908 +#
31909 +# Wireless
31910 +#
31911 +# CONFIG_CFG80211 is not set
31912 +# CONFIG_WIRELESS_EXT is not set
31913 +# CONFIG_MAC80211 is not set
31914 +# CONFIG_IEEE80211 is not set
31915 +# CONFIG_RFKILL is not set
31916 +# CONFIG_NET_9P is not set
31917 +
31918 +#
31919 +# Device Drivers
31920 +#
31921 +
31922 +#
31923 +# Generic Driver Options
31924 +#
31925 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
31926 +CONFIG_STANDALONE=y
31927 +CONFIG_PREVENT_FIRMWARE_BUILD=y
31928 +# CONFIG_FW_LOADER is not set
31929 +# CONFIG_SYS_HYPERVISOR is not set
31930 +# CONFIG_CONNECTOR is not set
31931 +# CONFIG_MTD is not set
31932 +CONFIG_OF_DEVICE=y
31933 +# CONFIG_PARPORT is not set
31934 +CONFIG_BLK_DEV=y
31935 +# CONFIG_BLK_DEV_FD is not set
31936 +# CONFIG_BLK_DEV_COW_COMMON is not set
31937 +CONFIG_BLK_DEV_LOOP=y
31938 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
31939 +# CONFIG_BLK_DEV_NBD is not set
31940 +CONFIG_BLK_DEV_RAM=y
31941 +CONFIG_BLK_DEV_RAM_COUNT=16
31942 +CONFIG_BLK_DEV_RAM_SIZE=32768
31943 +# CONFIG_BLK_DEV_XIP is not set
31944 +# CONFIG_CDROM_PKTCDVD is not set
31945 +# CONFIG_ATA_OVER_ETH is not set
31946 +CONFIG_MISC_DEVICES=y
31947 +# CONFIG_EEPROM_93CX6 is not set
31948 +# CONFIG_ENCLOSURE_SERVICES is not set
31949 +CONFIG_HAVE_IDE=y
31950 +# CONFIG_IDE is not set
31951 +
31952 +#
31953 +# SCSI device support
31954 +#
31955 +# CONFIG_RAID_ATTRS is not set
31956 +CONFIG_SCSI=y
31957 +CONFIG_SCSI_DMA=y
31958 +# CONFIG_SCSI_TGT is not set
31959 +# CONFIG_SCSI_NETLINK is not set
31960 +CONFIG_SCSI_PROC_FS=y
31961 +
31962 +#
31963 +# SCSI support type (disk, tape, CD-ROM)
31964 +#
31965 +CONFIG_BLK_DEV_SD=y
31966 +# CONFIG_CHR_DEV_ST is not set
31967 +# CONFIG_CHR_DEV_OSST is not set
31968 +# CONFIG_BLK_DEV_SR is not set
31969 +CONFIG_CHR_DEV_SG=y
31970 +# CONFIG_CHR_DEV_SCH is not set
31971 +
31972 +#
31973 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
31974 +#
31975 +# CONFIG_SCSI_MULTI_LUN is not set
31976 +# CONFIG_SCSI_CONSTANTS is not set
31977 +# CONFIG_SCSI_LOGGING is not set
31978 +# CONFIG_SCSI_SCAN_ASYNC is not set
31979 +CONFIG_SCSI_WAIT_SCAN=m
31980 +
31981 +#
31982 +# SCSI Transports
31983 +#
31984 +# CONFIG_SCSI_SPI_ATTRS is not set
31985 +# CONFIG_SCSI_FC_ATTRS is not set
31986 +# CONFIG_SCSI_ISCSI_ATTRS is not set
31987 +# CONFIG_SCSI_SAS_LIBSAS is not set
31988 +# CONFIG_SCSI_SRP_ATTRS is not set
31989 +CONFIG_SCSI_LOWLEVEL=y
31990 +# CONFIG_ISCSI_TCP is not set
31991 +# CONFIG_SCSI_DEBUG is not set
31992 +CONFIG_ATA=y
31993 +# CONFIG_ATA_NONSTANDARD is not set
31994 +# CONFIG_SATA_MV is not set
31995 +CONFIG_SATA_FSL=y
31996 +# CONFIG_PATA_PLATFORM is not set
31997 +CONFIG_MD=y
31998 +CONFIG_BLK_DEV_MD=y
31999 +# CONFIG_MD_LINEAR is not set
32000 +# CONFIG_MD_RAID0 is not set
32001 +CONFIG_MD_RAID1=y
32002 +# CONFIG_MD_RAID10 is not set
32003 +CONFIG_MD_RAID456=y
32004 +CONFIG_MD_RAID5_RESHAPE=y
32005 +# CONFIG_MD_MULTIPATH is not set
32006 +# CONFIG_MD_FAULTY is not set
32007 +# CONFIG_BLK_DEV_DM is not set
32008 +# CONFIG_MACINTOSH_DRIVERS is not set
32009 +CONFIG_NETDEVICES=y
32010 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
32011 +# CONFIG_DUMMY is not set
32012 +# CONFIG_BONDING is not set
32013 +# CONFIG_MACVLAN is not set
32014 +# CONFIG_EQUALIZER is not set
32015 +# CONFIG_TUN is not set
32016 +# CONFIG_VETH is not set
32017 +CONFIG_PHYLIB=y
32018 +
32019 +#
32020 +# MII PHY device drivers
32021 +#
32022 +CONFIG_MARVELL_PHY=y
32023 +# CONFIG_DAVICOM_PHY is not set
32024 +# CONFIG_QSEMI_PHY is not set
32025 +# CONFIG_LXT_PHY is not set
32026 +# CONFIG_CICADA_PHY is not set
32027 +# CONFIG_VITESSE_PHY is not set
32028 +# CONFIG_SMSC_PHY is not set
32029 +# CONFIG_BROADCOM_PHY is not set
32030 +# CONFIG_ICPLUS_PHY is not set
32031 +# CONFIG_REALTEK_PHY is not set
32032 +# CONFIG_FIXED_PHY is not set
32033 +# CONFIG_MDIO_BITBANG is not set
32034 +CONFIG_NET_ETHERNET=y
32035 +CONFIG_MII=y
32036 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
32037 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
32038 +# CONFIG_IBM_NEW_EMAC_TAH is not set
32039 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
32040 +# CONFIG_B44 is not set
32041 +CONFIG_NETDEV_1000=y
32042 +# CONFIG_E1000E_ENABLED is not set
32043 +CONFIG_GIANFAR=y
32044 +CONFIG_GFAR_NAPI=y
32045 +# CONFIG_NETDEV_10000 is not set
32046 +
32047 +#
32048 +# Wireless LAN
32049 +#
32050 +# CONFIG_WLAN_PRE80211 is not set
32051 +# CONFIG_WLAN_80211 is not set
32052 +# CONFIG_WAN is not set
32053 +# CONFIG_PPP is not set
32054 +# CONFIG_SLIP is not set
32055 +# CONFIG_NETCONSOLE is not set
32056 +# CONFIG_NETPOLL is not set
32057 +# CONFIG_NET_POLL_CONTROLLER is not set
32058 +# CONFIG_ISDN is not set
32059 +# CONFIG_PHONE is not set
32060 +
32061 +#
32062 +# Input device support
32063 +#
32064 +CONFIG_INPUT=y
32065 +# CONFIG_INPUT_FF_MEMLESS is not set
32066 +# CONFIG_INPUT_POLLDEV is not set
32067 +
32068 +#
32069 +# Userland interfaces
32070 +#
32071 +# CONFIG_INPUT_MOUSEDEV is not set
32072 +# CONFIG_INPUT_JOYDEV is not set
32073 +# CONFIG_INPUT_EVDEV is not set
32074 +# CONFIG_INPUT_EVBUG is not set
32075 +
32076 +#
32077 +# Input Device Drivers
32078 +#
32079 +# CONFIG_INPUT_KEYBOARD is not set
32080 +# CONFIG_INPUT_MOUSE is not set
32081 +# CONFIG_INPUT_JOYSTICK is not set
32082 +# CONFIG_INPUT_TABLET is not set
32083 +# CONFIG_INPUT_TOUCHSCREEN is not set
32084 +# CONFIG_INPUT_MISC is not set
32085 +
32086 +#
32087 +# Hardware I/O ports
32088 +#
32089 +# CONFIG_SERIO is not set
32090 +# CONFIG_GAMEPORT is not set
32091 +
32092 +#
32093 +# Character devices
32094 +#
32095 +# CONFIG_VT is not set
32096 +# CONFIG_SERIAL_NONSTANDARD is not set
32097 +
32098 +#
32099 +# Serial drivers
32100 +#
32101 +CONFIG_SERIAL_8250=y
32102 +CONFIG_SERIAL_8250_CONSOLE=y
32103 +CONFIG_SERIAL_8250_NR_UARTS=4
32104 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
32105 +# CONFIG_SERIAL_8250_EXTENDED is not set
32106 +
32107 +#
32108 +# Non-8250 serial port support
32109 +#
32110 +# CONFIG_SERIAL_UARTLITE is not set
32111 +CONFIG_SERIAL_CORE=y
32112 +CONFIG_SERIAL_CORE_CONSOLE=y
32113 +# CONFIG_SERIAL_OF_PLATFORM is not set
32114 +CONFIG_UNIX98_PTYS=y
32115 +CONFIG_LEGACY_PTYS=y
32116 +CONFIG_LEGACY_PTY_COUNT=256
32117 +# CONFIG_IPMI_HANDLER is not set
32118 +# CONFIG_HW_RANDOM is not set
32119 +# CONFIG_NVRAM is not set
32120 +CONFIG_GEN_RTC=y
32121 +# CONFIG_GEN_RTC_X is not set
32122 +# CONFIG_R3964 is not set
32123 +# CONFIG_RAW_DRIVER is not set
32124 +# CONFIG_TCG_TPM is not set
32125 +CONFIG_I2C=y
32126 +CONFIG_I2C_BOARDINFO=y
32127 +CONFIG_I2C_CHARDEV=y
32128 +
32129 +#
32130 +# I2C Algorithms
32131 +#
32132 +# CONFIG_I2C_ALGOBIT is not set
32133 +# CONFIG_I2C_ALGOPCF is not set
32134 +# CONFIG_I2C_ALGOPCA is not set
32135 +
32136 +#
32137 +# I2C Hardware Bus support
32138 +#
32139 +CONFIG_I2C_MPC=y
32140 +# CONFIG_I2C_OCORES is not set
32141 +# CONFIG_I2C_PARPORT_LIGHT is not set
32142 +# CONFIG_I2C_SIMTEC is not set
32143 +# CONFIG_I2C_TAOS_EVM is not set
32144 +# CONFIG_I2C_STUB is not set
32145 +
32146 +#
32147 +# Miscellaneous I2C Chip support
32148 +#
32149 +# CONFIG_DS1682 is not set
32150 +# CONFIG_SENSORS_EEPROM is not set
32151 +# CONFIG_SENSORS_PCF8574 is not set
32152 +# CONFIG_PCF8575 is not set
32153 +# CONFIG_SENSORS_PCF8591 is not set
32154 +# CONFIG_TPS65010 is not set
32155 +# CONFIG_SENSORS_MAX6875 is not set
32156 +# CONFIG_SENSORS_TSL2550 is not set
32157 +# CONFIG_I2C_DEBUG_CORE is not set
32158 +# CONFIG_I2C_DEBUG_ALGO is not set
32159 +# CONFIG_I2C_DEBUG_BUS is not set
32160 +# CONFIG_I2C_DEBUG_CHIP is not set
32161 +
32162 +#
32163 +# SPI support
32164 +#
32165 +# CONFIG_SPI is not set
32166 +# CONFIG_SPI_MASTER is not set
32167 +# CONFIG_W1 is not set
32168 +# CONFIG_POWER_SUPPLY is not set
32169 +CONFIG_HWMON=y
32170 +# CONFIG_HWMON_VID is not set
32171 +# CONFIG_SENSORS_AD7418 is not set
32172 +# CONFIG_SENSORS_ADM1021 is not set
32173 +# CONFIG_SENSORS_ADM1025 is not set
32174 +# CONFIG_SENSORS_ADM1026 is not set
32175 +# CONFIG_SENSORS_ADM1029 is not set
32176 +# CONFIG_SENSORS_ADM1031 is not set
32177 +# CONFIG_SENSORS_ADM9240 is not set
32178 +# CONFIG_SENSORS_ADT7470 is not set
32179 +# CONFIG_SENSORS_ADT7473 is not set
32180 +# CONFIG_SENSORS_ATXP1 is not set
32181 +# CONFIG_SENSORS_DS1621 is not set
32182 +# CONFIG_SENSORS_F71805F is not set
32183 +# CONFIG_SENSORS_F71882FG is not set
32184 +# CONFIG_SENSORS_F75375S is not set
32185 +# CONFIG_SENSORS_GL518SM is not set
32186 +# CONFIG_SENSORS_GL520SM is not set
32187 +# CONFIG_SENSORS_IT87 is not set
32188 +# CONFIG_SENSORS_LM63 is not set
32189 +# CONFIG_SENSORS_LM75 is not set
32190 +# CONFIG_SENSORS_LM77 is not set
32191 +# CONFIG_SENSORS_LM78 is not set
32192 +# CONFIG_SENSORS_LM80 is not set
32193 +# CONFIG_SENSORS_LM83 is not set
32194 +# CONFIG_SENSORS_LM85 is not set
32195 +# CONFIG_SENSORS_LM87 is not set
32196 +# CONFIG_SENSORS_LM90 is not set
32197 +# CONFIG_SENSORS_LM92 is not set
32198 +# CONFIG_SENSORS_LM93 is not set
32199 +# CONFIG_SENSORS_MAX1619 is not set
32200 +# CONFIG_SENSORS_MAX6650 is not set
32201 +# CONFIG_SENSORS_PC87360 is not set
32202 +# CONFIG_SENSORS_PC87427 is not set
32203 +# CONFIG_SENSORS_DME1737 is not set
32204 +# CONFIG_SENSORS_SMSC47M1 is not set
32205 +# CONFIG_SENSORS_SMSC47M192 is not set
32206 +# CONFIG_SENSORS_SMSC47B397 is not set
32207 +# CONFIG_SENSORS_ADS7828 is not set
32208 +# CONFIG_SENSORS_THMC50 is not set
32209 +# CONFIG_SENSORS_VT1211 is not set
32210 +# CONFIG_SENSORS_W83781D is not set
32211 +# CONFIG_SENSORS_W83791D is not set
32212 +# CONFIG_SENSORS_W83792D is not set
32213 +# CONFIG_SENSORS_W83793 is not set
32214 +# CONFIG_SENSORS_W83L785TS is not set
32215 +# CONFIG_SENSORS_W83L786NG is not set
32216 +# CONFIG_SENSORS_W83627HF is not set
32217 +# CONFIG_SENSORS_W83627EHF is not set
32218 +# CONFIG_HWMON_DEBUG_CHIP is not set
32219 +# CONFIG_THERMAL is not set
32220 +CONFIG_WATCHDOG=y
32221 +# CONFIG_WATCHDOG_NOWAYOUT is not set
32222 +
32223 +#
32224 +# Watchdog Device Drivers
32225 +#
32226 +# CONFIG_SOFT_WATCHDOG is not set
32227 +CONFIG_83xx_WDT=y
32228 +
32229 +#
32230 +# Sonics Silicon Backplane
32231 +#
32232 +CONFIG_SSB_POSSIBLE=y
32233 +# CONFIG_SSB is not set
32234 +
32235 +#
32236 +# Multifunction device drivers
32237 +#
32238 +# CONFIG_MFD_SM501 is not set
32239 +
32240 +#
32241 +# Multimedia devices
32242 +#
32243 +# CONFIG_VIDEO_DEV is not set
32244 +# CONFIG_DVB_CORE is not set
32245 +CONFIG_DAB=y
32246 +
32247 +#
32248 +# Graphics support
32249 +#
32250 +# CONFIG_VGASTATE is not set
32251 +CONFIG_VIDEO_OUTPUT_CONTROL=m
32252 +# CONFIG_FB is not set
32253 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
32254 +
32255 +#
32256 +# Display device support
32257 +#
32258 +# CONFIG_DISPLAY_SUPPORT is not set
32259 +
32260 +#
32261 +# Sound
32262 +#
32263 +# CONFIG_SOUND is not set
32264 +CONFIG_HID_SUPPORT=y
32265 +CONFIG_HID=y
32266 +# CONFIG_HID_DEBUG is not set
32267 +# CONFIG_HIDRAW is not set
32268 +CONFIG_USB_SUPPORT=y
32269 +CONFIG_USB_ARCH_HAS_HCD=y
32270 +# CONFIG_USB_ARCH_HAS_OHCI is not set
32271 +CONFIG_USB_ARCH_HAS_EHCI=y
32272 +CONFIG_USB=y
32273 +# CONFIG_USB_DEBUG is not set
32274 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
32275 +
32276 +#
32277 +# Miscellaneous USB options
32278 +#
32279 +# CONFIG_USB_DEVICEFS is not set
32280 +CONFIG_USB_DEVICE_CLASS=y
32281 +# CONFIG_USB_DYNAMIC_MINORS is not set
32282 +# CONFIG_USB_OTG is not set
32283 +
32284 +#
32285 +# USB Host Controller Drivers
32286 +#
32287 +CONFIG_USB_EHCI_HCD=y
32288 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
32289 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
32290 +CONFIG_USB_EHCI_FSL=y
32291 +CONFIG_USB_EHCI_HCD_PPC_OF=y
32292 +# CONFIG_USB_ISP116X_HCD is not set
32293 +# CONFIG_USB_SL811_HCD is not set
32294 +# CONFIG_USB_R8A66597_HCD is not set
32295 +
32296 +#
32297 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
32298 +#
32299 +# CONFIG_USB_GADGET is not set
32300 +# CONFIG_MMC is not set
32301 +# CONFIG_MEMSTICK is not set
32302 +# CONFIG_NEW_LEDS is not set
32303 +# CONFIG_EDAC is not set
32304 +# CONFIG_RTC_CLASS is not set
32305 +# CONFIG_DMADEVICES is not set
32306 +
32307 +#
32308 +# Userspace I/O
32309 +#
32310 +# CONFIG_UIO is not set
32311 +
32312 +#
32313 +# File systems
32314 +#
32315 +CONFIG_EXT2_FS=y
32316 +# CONFIG_EXT2_FS_XATTR is not set
32317 +# CONFIG_EXT2_FS_XIP is not set
32318 +CONFIG_EXT3_FS=y
32319 +CONFIG_EXT3_FS_XATTR=y
32320 +# CONFIG_EXT3_FS_POSIX_ACL is not set
32321 +# CONFIG_EXT3_FS_SECURITY is not set
32322 +# CONFIG_EXT4DEV_FS is not set
32323 +CONFIG_JBD=y
32324 +CONFIG_FS_MBCACHE=y
32325 +# CONFIG_REISERFS_FS is not set
32326 +# CONFIG_JFS_FS is not set
32327 +# CONFIG_FS_POSIX_ACL is not set
32328 +# CONFIG_XFS_FS is not set
32329 +# CONFIG_GFS2_FS is not set
32330 +# CONFIG_OCFS2_FS is not set
32331 +CONFIG_DNOTIFY=y
32332 +CONFIG_INOTIFY=y
32333 +CONFIG_INOTIFY_USER=y
32334 +# CONFIG_QUOTA is not set
32335 +# CONFIG_AUTOFS_FS is not set
32336 +# CONFIG_AUTOFS4_FS is not set
32337 +# CONFIG_FUSE_FS is not set
32338 +
32339 +#
32340 +# CD-ROM/DVD Filesystems
32341 +#
32342 +# CONFIG_ISO9660_FS is not set
32343 +# CONFIG_UDF_FS is not set
32344 +
32345 +#
32346 +# DOS/FAT/NT Filesystems
32347 +#
32348 +# CONFIG_MSDOS_FS is not set
32349 +# CONFIG_VFAT_FS is not set
32350 +# CONFIG_NTFS_FS is not set
32351 +
32352 +#
32353 +# Pseudo filesystems
32354 +#
32355 +CONFIG_PROC_FS=y
32356 +CONFIG_PROC_KCORE=y
32357 +CONFIG_PROC_SYSCTL=y
32358 +CONFIG_SYSFS=y
32359 +CONFIG_TMPFS=y
32360 +# CONFIG_TMPFS_POSIX_ACL is not set
32361 +# CONFIG_HUGETLB_PAGE is not set
32362 +# CONFIG_CONFIGFS_FS is not set
32363 +
32364 +#
32365 +# Miscellaneous filesystems
32366 +#
32367 +# CONFIG_ADFS_FS is not set
32368 +# CONFIG_AFFS_FS is not set
32369 +# CONFIG_HFS_FS is not set
32370 +# CONFIG_HFSPLUS_FS is not set
32371 +# CONFIG_BEFS_FS is not set
32372 +# CONFIG_BFS_FS is not set
32373 +# CONFIG_EFS_FS is not set
32374 +# CONFIG_CRAMFS is not set
32375 +# CONFIG_VXFS_FS is not set
32376 +# CONFIG_MINIX_FS is not set
32377 +# CONFIG_HPFS_FS is not set
32378 +# CONFIG_QNX4FS_FS is not set
32379 +# CONFIG_ROMFS_FS is not set
32380 +# CONFIG_SYSV_FS is not set
32381 +# CONFIG_UFS_FS is not set
32382 +CONFIG_NETWORK_FILESYSTEMS=y
32383 +CONFIG_NFS_FS=y
32384 +CONFIG_NFS_V3=y
32385 +# CONFIG_NFS_V3_ACL is not set
32386 +CONFIG_NFS_V4=y
32387 +# CONFIG_NFS_DIRECTIO is not set
32388 +# CONFIG_NFSD is not set
32389 +CONFIG_ROOT_NFS=y
32390 +CONFIG_LOCKD=y
32391 +CONFIG_LOCKD_V4=y
32392 +CONFIG_NFS_COMMON=y
32393 +CONFIG_SUNRPC=y
32394 +CONFIG_SUNRPC_GSS=y
32395 +# CONFIG_SUNRPC_BIND34 is not set
32396 +CONFIG_RPCSEC_GSS_KRB5=y
32397 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
32398 +# CONFIG_SMB_FS is not set
32399 +# CONFIG_CIFS is not set
32400 +# CONFIG_NCP_FS is not set
32401 +# CONFIG_CODA_FS is not set
32402 +# CONFIG_AFS_FS is not set
32403 +
32404 +#
32405 +# Partition Types
32406 +#
32407 +CONFIG_PARTITION_ADVANCED=y
32408 +# CONFIG_ACORN_PARTITION is not set
32409 +# CONFIG_OSF_PARTITION is not set
32410 +# CONFIG_AMIGA_PARTITION is not set
32411 +# CONFIG_ATARI_PARTITION is not set
32412 +# CONFIG_MAC_PARTITION is not set
32413 +CONFIG_MSDOS_PARTITION=y
32414 +# CONFIG_BSD_DISKLABEL is not set
32415 +# CONFIG_MINIX_SUBPARTITION is not set
32416 +# CONFIG_SOLARIS_X86_PARTITION is not set
32417 +# CONFIG_UNIXWARE_DISKLABEL is not set
32418 +# CONFIG_LDM_PARTITION is not set
32419 +# CONFIG_SGI_PARTITION is not set
32420 +# CONFIG_ULTRIX_PARTITION is not set
32421 +# CONFIG_SUN_PARTITION is not set
32422 +# CONFIG_KARMA_PARTITION is not set
32423 +# CONFIG_EFI_PARTITION is not set
32424 +# CONFIG_SYSV68_PARTITION is not set
32425 +# CONFIG_NLS is not set
32426 +# CONFIG_DLM is not set
32427 +
32428 +#
32429 +# Library routines
32430 +#
32431 +CONFIG_BITREVERSE=y
32432 +# CONFIG_CRC_CCITT is not set
32433 +# CONFIG_CRC16 is not set
32434 +# CONFIG_CRC_ITU_T is not set
32435 +CONFIG_CRC32=y
32436 +# CONFIG_CRC7 is not set
32437 +# CONFIG_LIBCRC32C is not set
32438 +CONFIG_PLIST=y
32439 +CONFIG_HAS_IOMEM=y
32440 +CONFIG_HAS_IOPORT=y
32441 +CONFIG_HAS_DMA=y
32442 +
32443 +#
32444 +# Kernel hacking
32445 +#
32446 +# CONFIG_PRINTK_TIME is not set
32447 +CONFIG_ENABLE_WARN_DEPRECATED=y
32448 +# CONFIG_ENABLE_MUST_CHECK is not set
32449 +# CONFIG_MAGIC_SYSRQ is not set
32450 +# CONFIG_UNUSED_SYMBOLS is not set
32451 +# CONFIG_DEBUG_FS is not set
32452 +# CONFIG_HEADERS_CHECK is not set
32453 +# CONFIG_DEBUG_KERNEL is not set
32454 +# CONFIG_DEBUG_BUGVERBOSE is not set
32455 +# CONFIG_SAMPLES is not set
32456 +# CONFIG_PPC_EARLY_DEBUG is not set
32457 +
32458 +#
32459 +# Security options
32460 +#
32461 +# CONFIG_KEYS is not set
32462 +# CONFIG_SECURITY is not set
32463 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
32464 +CONFIG_XOR_BLOCKS=y
32465 +CONFIG_ASYNC_CORE=y
32466 +CONFIG_ASYNC_MEMCPY=y
32467 +CONFIG_ASYNC_XOR=y
32468 +CONFIG_CRYPTO=y
32469 +CONFIG_CRYPTO_ALGAPI=y
32470 +CONFIG_CRYPTO_BLKCIPHER=y
32471 +# CONFIG_CRYPTO_SEQIV is not set
32472 +CONFIG_CRYPTO_MANAGER=y
32473 +# CONFIG_CRYPTO_HMAC is not set
32474 +# CONFIG_CRYPTO_XCBC is not set
32475 +# CONFIG_CRYPTO_NULL is not set
32476 +# CONFIG_CRYPTO_MD4 is not set
32477 +CONFIG_CRYPTO_MD5=y
32478 +# CONFIG_CRYPTO_SHA1 is not set
32479 +# CONFIG_CRYPTO_SHA256 is not set
32480 +# CONFIG_CRYPTO_SHA512 is not set
32481 +# CONFIG_CRYPTO_WP512 is not set
32482 +# CONFIG_CRYPTO_TGR192 is not set
32483 +# CONFIG_CRYPTO_GF128MUL is not set
32484 +CONFIG_CRYPTO_ECB=m
32485 +CONFIG_CRYPTO_CBC=y
32486 +CONFIG_CRYPTO_PCBC=m
32487 +# CONFIG_CRYPTO_LRW is not set
32488 +# CONFIG_CRYPTO_XTS is not set
32489 +# CONFIG_CRYPTO_CTR is not set
32490 +# CONFIG_CRYPTO_GCM is not set
32491 +# CONFIG_CRYPTO_CCM is not set
32492 +# CONFIG_CRYPTO_CRYPTD is not set
32493 +CONFIG_CRYPTO_DES=y
32494 +# CONFIG_CRYPTO_FCRYPT is not set
32495 +# CONFIG_CRYPTO_BLOWFISH is not set
32496 +# CONFIG_CRYPTO_TWOFISH is not set
32497 +# CONFIG_CRYPTO_SERPENT is not set
32498 +# CONFIG_CRYPTO_AES is not set
32499 +# CONFIG_CRYPTO_CAST5 is not set
32500 +# CONFIG_CRYPTO_CAST6 is not set
32501 +# CONFIG_CRYPTO_TEA is not set
32502 +# CONFIG_CRYPTO_ARC4 is not set
32503 +# CONFIG_CRYPTO_KHAZAD is not set
32504 +# CONFIG_CRYPTO_ANUBIS is not set
32505 +# CONFIG_CRYPTO_SEED is not set
32506 +# CONFIG_CRYPTO_SALSA20 is not set
32507 +# CONFIG_CRYPTO_DEFLATE is not set
32508 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
32509 +# CONFIG_CRYPTO_CRC32C is not set
32510 +# CONFIG_CRYPTO_CAMELLIA is not set
32511 +# CONFIG_CRYPTO_TEST is not set
32512 +# CONFIG_CRYPTO_AUTHENC is not set
32513 +# CONFIG_CRYPTO_LZO is not set
32514 +CONFIG_CRYPTO_HW=y
32515 +# CONFIG_PPC_CLOCK is not set
32516 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/83xx/sbc834x_defconfig powerpc.git/arch/powerpc/configs/83xx/sbc834x_defconfig
32517 --- linux-2.6.25-rc9/arch/powerpc/configs/83xx/sbc834x_defconfig 1970-01-01 01:00:00.000000000 +0100
32518 +++ powerpc.git/arch/powerpc/configs/83xx/sbc834x_defconfig 2008-04-19 16:40:52.000000000 +0200
32519 @@ -0,0 +1,828 @@
32520 +#
32521 +# Automatically generated make config: don't edit
32522 +# Linux kernel version: 2.6.25-rc6
32523 +# Mon Mar 24 08:48:38 2008
32524 +#
32525 +# CONFIG_PPC64 is not set
32526 +
32527 +#
32528 +# Processor support
32529 +#
32530 +CONFIG_6xx=y
32531 +# CONFIG_PPC_85xx is not set
32532 +# CONFIG_PPC_8xx is not set
32533 +# CONFIG_40x is not set
32534 +# CONFIG_44x is not set
32535 +# CONFIG_E200 is not set
32536 +CONFIG_PPC_FPU=y
32537 +# CONFIG_FSL_EMB_PERFMON is not set
32538 +CONFIG_PPC_STD_MMU=y
32539 +CONFIG_PPC_STD_MMU_32=y
32540 +# CONFIG_PPC_MM_SLICES is not set
32541 +# CONFIG_SMP is not set
32542 +CONFIG_PPC32=y
32543 +CONFIG_WORD_SIZE=32
32544 +CONFIG_PPC_MERGE=y
32545 +CONFIG_MMU=y
32546 +CONFIG_GENERIC_CMOS_UPDATE=y
32547 +CONFIG_GENERIC_TIME=y
32548 +CONFIG_GENERIC_TIME_VSYSCALL=y
32549 +CONFIG_GENERIC_CLOCKEVENTS=y
32550 +CONFIG_GENERIC_HARDIRQS=y
32551 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
32552 +CONFIG_IRQ_PER_CPU=y
32553 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
32554 +CONFIG_ARCH_HAS_ILOG2_U32=y
32555 +CONFIG_GENERIC_HWEIGHT=y
32556 +CONFIG_GENERIC_CALIBRATE_DELAY=y
32557 +CONFIG_GENERIC_FIND_NEXT_BIT=y
32558 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
32559 +CONFIG_PPC=y
32560 +CONFIG_EARLY_PRINTK=y
32561 +CONFIG_GENERIC_NVRAM=y
32562 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
32563 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
32564 +CONFIG_PPC_OF=y
32565 +CONFIG_OF=y
32566 +CONFIG_PPC_UDBG_16550=y
32567 +# CONFIG_GENERIC_TBSYNC is not set
32568 +CONFIG_AUDIT_ARCH=y
32569 +CONFIG_GENERIC_BUG=y
32570 +CONFIG_DEFAULT_UIMAGE=y
32571 +# CONFIG_PPC_DCR_NATIVE is not set
32572 +# CONFIG_PPC_DCR_MMIO is not set
32573 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
32574 +
32575 +#
32576 +# General setup
32577 +#
32578 +CONFIG_EXPERIMENTAL=y
32579 +CONFIG_BROKEN_ON_SMP=y
32580 +CONFIG_INIT_ENV_ARG_LIMIT=32
32581 +CONFIG_LOCALVERSION=""
32582 +CONFIG_LOCALVERSION_AUTO=y
32583 +CONFIG_SWAP=y
32584 +CONFIG_SYSVIPC=y
32585 +CONFIG_SYSVIPC_SYSCTL=y
32586 +# CONFIG_POSIX_MQUEUE is not set
32587 +# CONFIG_BSD_PROCESS_ACCT is not set
32588 +# CONFIG_TASKSTATS is not set
32589 +# CONFIG_AUDIT is not set
32590 +# CONFIG_IKCONFIG is not set
32591 +CONFIG_LOG_BUF_SHIFT=14
32592 +# CONFIG_CGROUPS is not set
32593 +CONFIG_GROUP_SCHED=y
32594 +CONFIG_FAIR_GROUP_SCHED=y
32595 +# CONFIG_RT_GROUP_SCHED is not set
32596 +CONFIG_USER_SCHED=y
32597 +# CONFIG_CGROUP_SCHED is not set
32598 +CONFIG_SYSFS_DEPRECATED=y
32599 +CONFIG_SYSFS_DEPRECATED_V2=y
32600 +# CONFIG_RELAY is not set
32601 +# CONFIG_NAMESPACES is not set
32602 +CONFIG_BLK_DEV_INITRD=y
32603 +CONFIG_INITRAMFS_SOURCE=""
32604 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
32605 +CONFIG_SYSCTL=y
32606 +CONFIG_EMBEDDED=y
32607 +CONFIG_SYSCTL_SYSCALL=y
32608 +# CONFIG_KALLSYMS is not set
32609 +CONFIG_HOTPLUG=y
32610 +CONFIG_PRINTK=y
32611 +CONFIG_BUG=y
32612 +CONFIG_ELF_CORE=y
32613 +CONFIG_COMPAT_BRK=y
32614 +CONFIG_BASE_FULL=y
32615 +CONFIG_FUTEX=y
32616 +CONFIG_ANON_INODES=y
32617 +# CONFIG_EPOLL is not set
32618 +CONFIG_SIGNALFD=y
32619 +CONFIG_TIMERFD=y
32620 +CONFIG_EVENTFD=y
32621 +CONFIG_SHMEM=y
32622 +CONFIG_VM_EVENT_COUNTERS=y
32623 +CONFIG_SLAB=y
32624 +# CONFIG_SLUB is not set
32625 +# CONFIG_SLOB is not set
32626 +# CONFIG_PROFILING is not set
32627 +# CONFIG_MARKERS is not set
32628 +CONFIG_HAVE_OPROFILE=y
32629 +CONFIG_HAVE_KPROBES=y
32630 +CONFIG_HAVE_KRETPROBES=y
32631 +CONFIG_PROC_PAGE_MONITOR=y
32632 +CONFIG_SLABINFO=y
32633 +CONFIG_RT_MUTEXES=y
32634 +# CONFIG_TINY_SHMEM is not set
32635 +CONFIG_BASE_SMALL=0
32636 +CONFIG_MODULES=y
32637 +CONFIG_MODULE_UNLOAD=y
32638 +# CONFIG_MODULE_FORCE_UNLOAD is not set
32639 +# CONFIG_MODVERSIONS is not set
32640 +# CONFIG_MODULE_SRCVERSION_ALL is not set
32641 +# CONFIG_KMOD is not set
32642 +CONFIG_BLOCK=y
32643 +# CONFIG_LBD is not set
32644 +# CONFIG_BLK_DEV_IO_TRACE is not set
32645 +# CONFIG_LSF is not set
32646 +# CONFIG_BLK_DEV_BSG is not set
32647 +
32648 +#
32649 +# IO Schedulers
32650 +#
32651 +CONFIG_IOSCHED_NOOP=y
32652 +CONFIG_IOSCHED_AS=y
32653 +CONFIG_IOSCHED_DEADLINE=y
32654 +CONFIG_IOSCHED_CFQ=y
32655 +CONFIG_DEFAULT_AS=y
32656 +# CONFIG_DEFAULT_DEADLINE is not set
32657 +# CONFIG_DEFAULT_CFQ is not set
32658 +# CONFIG_DEFAULT_NOOP is not set
32659 +CONFIG_DEFAULT_IOSCHED="anticipatory"
32660 +CONFIG_CLASSIC_RCU=y
32661 +
32662 +#
32663 +# Platform support
32664 +#
32665 +# CONFIG_PPC_MULTIPLATFORM is not set
32666 +# CONFIG_PPC_82xx is not set
32667 +CONFIG_PPC_83xx=y
32668 +# CONFIG_PPC_86xx is not set
32669 +# CONFIG_PPC_MPC512x is not set
32670 +# CONFIG_PPC_MPC5121 is not set
32671 +# CONFIG_PPC_CELL is not set
32672 +# CONFIG_PPC_CELL_NATIVE is not set
32673 +# CONFIG_PQ2ADS is not set
32674 +CONFIG_MPC83xx=y
32675 +# CONFIG_MPC831x_RDB is not set
32676 +# CONFIG_MPC832x_MDS is not set
32677 +# CONFIG_MPC832x_RDB is not set
32678 +# CONFIG_MPC834x_MDS is not set
32679 +# CONFIG_MPC834x_ITX is not set
32680 +# CONFIG_MPC836x_MDS is not set
32681 +# CONFIG_MPC837x_MDS is not set
32682 +# CONFIG_MPC837x_RDB is not set
32683 +CONFIG_SBC834x=y
32684 +CONFIG_PPC_MPC834x=y
32685 +CONFIG_IPIC=y
32686 +# CONFIG_MPIC is not set
32687 +# CONFIG_MPIC_WEIRD is not set
32688 +# CONFIG_PPC_I8259 is not set
32689 +# CONFIG_PPC_RTAS is not set
32690 +# CONFIG_MMIO_NVRAM is not set
32691 +# CONFIG_PPC_MPC106 is not set
32692 +# CONFIG_PPC_970_NAP is not set
32693 +# CONFIG_PPC_INDIRECT_IO is not set
32694 +# CONFIG_GENERIC_IOMAP is not set
32695 +# CONFIG_CPU_FREQ is not set
32696 +# CONFIG_FSL_ULI1575 is not set
32697 +
32698 +#
32699 +# Kernel options
32700 +#
32701 +# CONFIG_HIGHMEM is not set
32702 +# CONFIG_TICK_ONESHOT is not set
32703 +# CONFIG_NO_HZ is not set
32704 +# CONFIG_HIGH_RES_TIMERS is not set
32705 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
32706 +# CONFIG_HZ_100 is not set
32707 +CONFIG_HZ_250=y
32708 +# CONFIG_HZ_300 is not set
32709 +# CONFIG_HZ_1000 is not set
32710 +CONFIG_HZ=250
32711 +# CONFIG_SCHED_HRTICK is not set
32712 +CONFIG_PREEMPT_NONE=y
32713 +# CONFIG_PREEMPT_VOLUNTARY is not set
32714 +# CONFIG_PREEMPT is not set
32715 +CONFIG_BINFMT_ELF=y
32716 +# CONFIG_BINFMT_MISC is not set
32717 +# CONFIG_IOMMU_HELPER is not set
32718 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
32719 +CONFIG_ARCH_HAS_WALK_MEMORY=y
32720 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
32721 +CONFIG_ARCH_FLATMEM_ENABLE=y
32722 +CONFIG_ARCH_POPULATES_NODE_MAP=y
32723 +CONFIG_SELECT_MEMORY_MODEL=y
32724 +CONFIG_FLATMEM_MANUAL=y
32725 +# CONFIG_DISCONTIGMEM_MANUAL is not set
32726 +# CONFIG_SPARSEMEM_MANUAL is not set
32727 +CONFIG_FLATMEM=y
32728 +CONFIG_FLAT_NODE_MEM_MAP=y
32729 +# CONFIG_SPARSEMEM_STATIC is not set
32730 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
32731 +CONFIG_SPLIT_PTLOCK_CPUS=4
32732 +# CONFIG_RESOURCES_64BIT is not set
32733 +CONFIG_ZONE_DMA_FLAG=1
32734 +CONFIG_BOUNCE=y
32735 +CONFIG_VIRT_TO_BUS=y
32736 +CONFIG_PROC_DEVICETREE=y
32737 +# CONFIG_CMDLINE_BOOL is not set
32738 +# CONFIG_PM is not set
32739 +CONFIG_SECCOMP=y
32740 +CONFIG_ISA_DMA_API=y
32741 +
32742 +#
32743 +# Bus options
32744 +#
32745 +CONFIG_ZONE_DMA=y
32746 +CONFIG_GENERIC_ISA_DMA=y
32747 +CONFIG_PPC_INDIRECT_PCI=y
32748 +CONFIG_FSL_SOC=y
32749 +# CONFIG_PCI is not set
32750 +# CONFIG_PCI_DOMAINS is not set
32751 +# CONFIG_PCI_SYSCALL is not set
32752 +# CONFIG_ARCH_SUPPORTS_MSI is not set
32753 +# CONFIG_PCCARD is not set
32754 +
32755 +#
32756 +# Advanced setup
32757 +#
32758 +# CONFIG_ADVANCED_OPTIONS is not set
32759 +
32760 +#
32761 +# Default settings for advanced configuration options are used
32762 +#
32763 +CONFIG_HIGHMEM_START=0xfe000000
32764 +CONFIG_LOWMEM_SIZE=0x30000000
32765 +CONFIG_KERNEL_START=0xc0000000
32766 +CONFIG_TASK_SIZE=0xc0000000
32767 +CONFIG_BOOT_LOAD=0x00800000
32768 +
32769 +#
32770 +# Networking
32771 +#
32772 +CONFIG_NET=y
32773 +
32774 +#
32775 +# Networking options
32776 +#
32777 +CONFIG_PACKET=y
32778 +# CONFIG_PACKET_MMAP is not set
32779 +CONFIG_UNIX=y
32780 +CONFIG_XFRM=y
32781 +CONFIG_XFRM_USER=m
32782 +# CONFIG_XFRM_SUB_POLICY is not set
32783 +# CONFIG_XFRM_MIGRATE is not set
32784 +# CONFIG_XFRM_STATISTICS is not set
32785 +# CONFIG_NET_KEY is not set
32786 +CONFIG_INET=y
32787 +CONFIG_IP_MULTICAST=y
32788 +# CONFIG_IP_ADVANCED_ROUTER is not set
32789 +CONFIG_IP_FIB_HASH=y
32790 +CONFIG_IP_PNP=y
32791 +CONFIG_IP_PNP_DHCP=y
32792 +CONFIG_IP_PNP_BOOTP=y
32793 +# CONFIG_IP_PNP_RARP is not set
32794 +# CONFIG_NET_IPIP is not set
32795 +# CONFIG_NET_IPGRE is not set
32796 +# CONFIG_IP_MROUTE is not set
32797 +# CONFIG_ARPD is not set
32798 +CONFIG_SYN_COOKIES=y
32799 +# CONFIG_INET_AH is not set
32800 +# CONFIG_INET_ESP is not set
32801 +# CONFIG_INET_IPCOMP is not set
32802 +# CONFIG_INET_XFRM_TUNNEL is not set
32803 +# CONFIG_INET_TUNNEL is not set
32804 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
32805 +CONFIG_INET_XFRM_MODE_TUNNEL=y
32806 +CONFIG_INET_XFRM_MODE_BEET=y
32807 +# CONFIG_INET_LRO is not set
32808 +CONFIG_INET_DIAG=y
32809 +CONFIG_INET_TCP_DIAG=y
32810 +# CONFIG_TCP_CONG_ADVANCED is not set
32811 +CONFIG_TCP_CONG_CUBIC=y
32812 +CONFIG_DEFAULT_TCP_CONG="cubic"
32813 +# CONFIG_TCP_MD5SIG is not set
32814 +# CONFIG_IPV6 is not set
32815 +# CONFIG_INET6_XFRM_TUNNEL is not set
32816 +# CONFIG_INET6_TUNNEL is not set
32817 +# CONFIG_NETWORK_SECMARK is not set
32818 +# CONFIG_NETFILTER is not set
32819 +# CONFIG_IP_DCCP is not set
32820 +# CONFIG_IP_SCTP is not set
32821 +# CONFIG_TIPC is not set
32822 +# CONFIG_ATM is not set
32823 +# CONFIG_BRIDGE is not set
32824 +# CONFIG_VLAN_8021Q is not set
32825 +# CONFIG_DECNET is not set
32826 +# CONFIG_LLC2 is not set
32827 +# CONFIG_IPX is not set
32828 +# CONFIG_ATALK is not set
32829 +# CONFIG_X25 is not set
32830 +# CONFIG_LAPB is not set
32831 +# CONFIG_ECONET is not set
32832 +# CONFIG_WAN_ROUTER is not set
32833 +# CONFIG_NET_SCHED is not set
32834 +
32835 +#
32836 +# Network testing
32837 +#
32838 +# CONFIG_NET_PKTGEN is not set
32839 +# CONFIG_HAMRADIO is not set
32840 +# CONFIG_CAN is not set
32841 +# CONFIG_IRDA is not set
32842 +# CONFIG_BT is not set
32843 +# CONFIG_AF_RXRPC is not set
32844 +
32845 +#
32846 +# Wireless
32847 +#
32848 +# CONFIG_CFG80211 is not set
32849 +# CONFIG_WIRELESS_EXT is not set
32850 +# CONFIG_MAC80211 is not set
32851 +# CONFIG_IEEE80211 is not set
32852 +# CONFIG_RFKILL is not set
32853 +# CONFIG_NET_9P is not set
32854 +
32855 +#
32856 +# Device Drivers
32857 +#
32858 +
32859 +#
32860 +# Generic Driver Options
32861 +#
32862 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
32863 +CONFIG_STANDALONE=y
32864 +CONFIG_PREVENT_FIRMWARE_BUILD=y
32865 +# CONFIG_FW_LOADER is not set
32866 +# CONFIG_SYS_HYPERVISOR is not set
32867 +# CONFIG_CONNECTOR is not set
32868 +# CONFIG_MTD is not set
32869 +CONFIG_OF_DEVICE=y
32870 +# CONFIG_PARPORT is not set
32871 +CONFIG_BLK_DEV=y
32872 +# CONFIG_BLK_DEV_FD is not set
32873 +# CONFIG_BLK_DEV_COW_COMMON is not set
32874 +CONFIG_BLK_DEV_LOOP=y
32875 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
32876 +# CONFIG_BLK_DEV_NBD is not set
32877 +CONFIG_BLK_DEV_RAM=y
32878 +CONFIG_BLK_DEV_RAM_COUNT=16
32879 +CONFIG_BLK_DEV_RAM_SIZE=32768
32880 +# CONFIG_BLK_DEV_XIP is not set
32881 +# CONFIG_CDROM_PKTCDVD is not set
32882 +# CONFIG_ATA_OVER_ETH is not set
32883 +CONFIG_MISC_DEVICES=y
32884 +# CONFIG_EEPROM_93CX6 is not set
32885 +# CONFIG_ENCLOSURE_SERVICES is not set
32886 +CONFIG_HAVE_IDE=y
32887 +# CONFIG_IDE is not set
32888 +
32889 +#
32890 +# SCSI device support
32891 +#
32892 +# CONFIG_RAID_ATTRS is not set
32893 +# CONFIG_SCSI is not set
32894 +# CONFIG_SCSI_DMA is not set
32895 +# CONFIG_SCSI_NETLINK is not set
32896 +# CONFIG_ATA is not set
32897 +# CONFIG_MD is not set
32898 +# CONFIG_MACINTOSH_DRIVERS is not set
32899 +CONFIG_NETDEVICES=y
32900 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
32901 +# CONFIG_DUMMY is not set
32902 +# CONFIG_BONDING is not set
32903 +# CONFIG_MACVLAN is not set
32904 +# CONFIG_EQUALIZER is not set
32905 +# CONFIG_TUN is not set
32906 +# CONFIG_VETH is not set
32907 +CONFIG_PHYLIB=y
32908 +
32909 +#
32910 +# MII PHY device drivers
32911 +#
32912 +# CONFIG_MARVELL_PHY is not set
32913 +# CONFIG_DAVICOM_PHY is not set
32914 +# CONFIG_QSEMI_PHY is not set
32915 +# CONFIG_LXT_PHY is not set
32916 +# CONFIG_CICADA_PHY is not set
32917 +# CONFIG_VITESSE_PHY is not set
32918 +# CONFIG_SMSC_PHY is not set
32919 +CONFIG_BROADCOM_PHY=y
32920 +# CONFIG_ICPLUS_PHY is not set
32921 +# CONFIG_REALTEK_PHY is not set
32922 +# CONFIG_FIXED_PHY is not set
32923 +# CONFIG_MDIO_BITBANG is not set
32924 +CONFIG_NET_ETHERNET=y
32925 +CONFIG_MII=y
32926 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
32927 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
32928 +# CONFIG_IBM_NEW_EMAC_TAH is not set
32929 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
32930 +# CONFIG_B44 is not set
32931 +CONFIG_NETDEV_1000=y
32932 +# CONFIG_E1000E_ENABLED is not set
32933 +CONFIG_GIANFAR=y
32934 +# CONFIG_GFAR_NAPI is not set
32935 +# CONFIG_NETDEV_10000 is not set
32936 +
32937 +#
32938 +# Wireless LAN
32939 +#
32940 +# CONFIG_WLAN_PRE80211 is not set
32941 +# CONFIG_WLAN_80211 is not set
32942 +# CONFIG_WAN is not set
32943 +# CONFIG_PPP is not set
32944 +# CONFIG_SLIP is not set
32945 +# CONFIG_NETCONSOLE is not set
32946 +# CONFIG_NETPOLL is not set
32947 +# CONFIG_NET_POLL_CONTROLLER is not set
32948 +# CONFIG_ISDN is not set
32949 +# CONFIG_PHONE is not set
32950 +
32951 +#
32952 +# Input device support
32953 +#
32954 +CONFIG_INPUT=y
32955 +# CONFIG_INPUT_FF_MEMLESS is not set
32956 +# CONFIG_INPUT_POLLDEV is not set
32957 +
32958 +#
32959 +# Userland interfaces
32960 +#
32961 +# CONFIG_INPUT_MOUSEDEV is not set
32962 +# CONFIG_INPUT_JOYDEV is not set
32963 +# CONFIG_INPUT_EVDEV is not set
32964 +# CONFIG_INPUT_EVBUG is not set
32965 +
32966 +#
32967 +# Input Device Drivers
32968 +#
32969 +# CONFIG_INPUT_KEYBOARD is not set
32970 +# CONFIG_INPUT_MOUSE is not set
32971 +# CONFIG_INPUT_JOYSTICK is not set
32972 +# CONFIG_INPUT_TABLET is not set
32973 +# CONFIG_INPUT_TOUCHSCREEN is not set
32974 +# CONFIG_INPUT_MISC is not set
32975 +
32976 +#
32977 +# Hardware I/O ports
32978 +#
32979 +# CONFIG_SERIO is not set
32980 +# CONFIG_GAMEPORT is not set
32981 +
32982 +#
32983 +# Character devices
32984 +#
32985 +# CONFIG_VT is not set
32986 +# CONFIG_SERIAL_NONSTANDARD is not set
32987 +
32988 +#
32989 +# Serial drivers
32990 +#
32991 +CONFIG_SERIAL_8250=y
32992 +CONFIG_SERIAL_8250_CONSOLE=y
32993 +CONFIG_SERIAL_8250_NR_UARTS=4
32994 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
32995 +# CONFIG_SERIAL_8250_EXTENDED is not set
32996 +
32997 +#
32998 +# Non-8250 serial port support
32999 +#
33000 +# CONFIG_SERIAL_UARTLITE is not set
33001 +CONFIG_SERIAL_CORE=y
33002 +CONFIG_SERIAL_CORE_CONSOLE=y
33003 +# CONFIG_SERIAL_OF_PLATFORM is not set
33004 +CONFIG_UNIX98_PTYS=y
33005 +CONFIG_LEGACY_PTYS=y
33006 +CONFIG_LEGACY_PTY_COUNT=256
33007 +# CONFIG_IPMI_HANDLER is not set
33008 +# CONFIG_HW_RANDOM is not set
33009 +# CONFIG_NVRAM is not set
33010 +CONFIG_GEN_RTC=y
33011 +# CONFIG_GEN_RTC_X is not set
33012 +# CONFIG_R3964 is not set
33013 +# CONFIG_RAW_DRIVER is not set
33014 +# CONFIG_TCG_TPM is not set
33015 +CONFIG_I2C=y
33016 +CONFIG_I2C_BOARDINFO=y
33017 +CONFIG_I2C_CHARDEV=y
33018 +
33019 +#
33020 +# I2C Algorithms
33021 +#
33022 +# CONFIG_I2C_ALGOBIT is not set
33023 +# CONFIG_I2C_ALGOPCF is not set
33024 +# CONFIG_I2C_ALGOPCA is not set
33025 +
33026 +#
33027 +# I2C Hardware Bus support
33028 +#
33029 +CONFIG_I2C_MPC=y
33030 +# CONFIG_I2C_OCORES is not set
33031 +# CONFIG_I2C_PARPORT_LIGHT is not set
33032 +# CONFIG_I2C_SIMTEC is not set
33033 +# CONFIG_I2C_TAOS_EVM is not set
33034 +# CONFIG_I2C_STUB is not set
33035 +
33036 +#
33037 +# Miscellaneous I2C Chip support
33038 +#
33039 +# CONFIG_DS1682 is not set
33040 +# CONFIG_SENSORS_EEPROM is not set
33041 +# CONFIG_SENSORS_PCF8574 is not set
33042 +# CONFIG_PCF8575 is not set
33043 +# CONFIG_SENSORS_PCF8591 is not set
33044 +# CONFIG_TPS65010 is not set
33045 +# CONFIG_SENSORS_MAX6875 is not set
33046 +# CONFIG_SENSORS_TSL2550 is not set
33047 +# CONFIG_I2C_DEBUG_CORE is not set
33048 +# CONFIG_I2C_DEBUG_ALGO is not set
33049 +# CONFIG_I2C_DEBUG_BUS is not set
33050 +# CONFIG_I2C_DEBUG_CHIP is not set
33051 +
33052 +#
33053 +# SPI support
33054 +#
33055 +# CONFIG_SPI is not set
33056 +# CONFIG_SPI_MASTER is not set
33057 +# CONFIG_W1 is not set
33058 +# CONFIG_POWER_SUPPLY is not set
33059 +CONFIG_HWMON=y
33060 +# CONFIG_HWMON_VID is not set
33061 +# CONFIG_SENSORS_AD7418 is not set
33062 +# CONFIG_SENSORS_ADM1021 is not set
33063 +# CONFIG_SENSORS_ADM1025 is not set
33064 +# CONFIG_SENSORS_ADM1026 is not set
33065 +# CONFIG_SENSORS_ADM1029 is not set
33066 +# CONFIG_SENSORS_ADM1031 is not set
33067 +# CONFIG_SENSORS_ADM9240 is not set
33068 +# CONFIG_SENSORS_ADT7470 is not set
33069 +# CONFIG_SENSORS_ADT7473 is not set
33070 +# CONFIG_SENSORS_ATXP1 is not set
33071 +# CONFIG_SENSORS_DS1621 is not set
33072 +# CONFIG_SENSORS_F71805F is not set
33073 +# CONFIG_SENSORS_F71882FG is not set
33074 +# CONFIG_SENSORS_F75375S is not set
33075 +# CONFIG_SENSORS_GL518SM is not set
33076 +# CONFIG_SENSORS_GL520SM is not set
33077 +# CONFIG_SENSORS_IT87 is not set
33078 +# CONFIG_SENSORS_LM63 is not set
33079 +# CONFIG_SENSORS_LM75 is not set
33080 +# CONFIG_SENSORS_LM77 is not set
33081 +# CONFIG_SENSORS_LM78 is not set
33082 +# CONFIG_SENSORS_LM80 is not set
33083 +# CONFIG_SENSORS_LM83 is not set
33084 +# CONFIG_SENSORS_LM85 is not set
33085 +# CONFIG_SENSORS_LM87 is not set
33086 +# CONFIG_SENSORS_LM90 is not set
33087 +# CONFIG_SENSORS_LM92 is not set
33088 +# CONFIG_SENSORS_LM93 is not set
33089 +# CONFIG_SENSORS_MAX1619 is not set
33090 +# CONFIG_SENSORS_MAX6650 is not set
33091 +# CONFIG_SENSORS_PC87360 is not set
33092 +# CONFIG_SENSORS_PC87427 is not set
33093 +# CONFIG_SENSORS_DME1737 is not set
33094 +# CONFIG_SENSORS_SMSC47M1 is not set
33095 +# CONFIG_SENSORS_SMSC47M192 is not set
33096 +# CONFIG_SENSORS_SMSC47B397 is not set
33097 +# CONFIG_SENSORS_ADS7828 is not set
33098 +# CONFIG_SENSORS_THMC50 is not set
33099 +# CONFIG_SENSORS_VT1211 is not set
33100 +# CONFIG_SENSORS_W83781D is not set
33101 +# CONFIG_SENSORS_W83791D is not set
33102 +# CONFIG_SENSORS_W83792D is not set
33103 +# CONFIG_SENSORS_W83793 is not set
33104 +# CONFIG_SENSORS_W83L785TS is not set
33105 +# CONFIG_SENSORS_W83L786NG is not set
33106 +# CONFIG_SENSORS_W83627HF is not set
33107 +# CONFIG_SENSORS_W83627EHF is not set
33108 +# CONFIG_HWMON_DEBUG_CHIP is not set
33109 +# CONFIG_THERMAL is not set
33110 +CONFIG_WATCHDOG=y
33111 +# CONFIG_WATCHDOG_NOWAYOUT is not set
33112 +
33113 +#
33114 +# Watchdog Device Drivers
33115 +#
33116 +# CONFIG_SOFT_WATCHDOG is not set
33117 +CONFIG_83xx_WDT=y
33118 +
33119 +#
33120 +# Sonics Silicon Backplane
33121 +#
33122 +CONFIG_SSB_POSSIBLE=y
33123 +# CONFIG_SSB is not set
33124 +
33125 +#
33126 +# Multifunction device drivers
33127 +#
33128 +# CONFIG_MFD_SM501 is not set
33129 +
33130 +#
33131 +# Multimedia devices
33132 +#
33133 +# CONFIG_VIDEO_DEV is not set
33134 +# CONFIG_DVB_CORE is not set
33135 +# CONFIG_DAB is not set
33136 +
33137 +#
33138 +# Graphics support
33139 +#
33140 +# CONFIG_VGASTATE is not set
33141 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
33142 +# CONFIG_FB is not set
33143 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
33144 +
33145 +#
33146 +# Display device support
33147 +#
33148 +# CONFIG_DISPLAY_SUPPORT is not set
33149 +
33150 +#
33151 +# Sound
33152 +#
33153 +# CONFIG_SOUND is not set
33154 +CONFIG_HID_SUPPORT=y
33155 +CONFIG_HID=y
33156 +# CONFIG_HID_DEBUG is not set
33157 +# CONFIG_HIDRAW is not set
33158 +# CONFIG_USB_SUPPORT is not set
33159 +# CONFIG_MMC is not set
33160 +# CONFIG_MEMSTICK is not set
33161 +# CONFIG_NEW_LEDS is not set
33162 +# CONFIG_EDAC is not set
33163 +# CONFIG_RTC_CLASS is not set
33164 +# CONFIG_DMADEVICES is not set
33165 +
33166 +#
33167 +# Userspace I/O
33168 +#
33169 +# CONFIG_UIO is not set
33170 +
33171 +#
33172 +# File systems
33173 +#
33174 +# CONFIG_EXT2_FS is not set
33175 +# CONFIG_EXT3_FS is not set
33176 +# CONFIG_EXT4DEV_FS is not set
33177 +# CONFIG_REISERFS_FS is not set
33178 +# CONFIG_JFS_FS is not set
33179 +# CONFIG_FS_POSIX_ACL is not set
33180 +# CONFIG_XFS_FS is not set
33181 +# CONFIG_GFS2_FS is not set
33182 +# CONFIG_OCFS2_FS is not set
33183 +CONFIG_DNOTIFY=y
33184 +CONFIG_INOTIFY=y
33185 +CONFIG_INOTIFY_USER=y
33186 +# CONFIG_QUOTA is not set
33187 +# CONFIG_AUTOFS_FS is not set
33188 +# CONFIG_AUTOFS4_FS is not set
33189 +# CONFIG_FUSE_FS is not set
33190 +
33191 +#
33192 +# CD-ROM/DVD Filesystems
33193 +#
33194 +# CONFIG_ISO9660_FS is not set
33195 +# CONFIG_UDF_FS is not set
33196 +
33197 +#
33198 +# DOS/FAT/NT Filesystems
33199 +#
33200 +# CONFIG_MSDOS_FS is not set
33201 +# CONFIG_VFAT_FS is not set
33202 +# CONFIG_NTFS_FS is not set
33203 +
33204 +#
33205 +# Pseudo filesystems
33206 +#
33207 +CONFIG_PROC_FS=y
33208 +CONFIG_PROC_KCORE=y
33209 +CONFIG_PROC_SYSCTL=y
33210 +CONFIG_SYSFS=y
33211 +CONFIG_TMPFS=y
33212 +# CONFIG_TMPFS_POSIX_ACL is not set
33213 +# CONFIG_HUGETLB_PAGE is not set
33214 +# CONFIG_CONFIGFS_FS is not set
33215 +
33216 +#
33217 +# Miscellaneous filesystems
33218 +#
33219 +# CONFIG_ADFS_FS is not set
33220 +# CONFIG_AFFS_FS is not set
33221 +# CONFIG_HFS_FS is not set
33222 +# CONFIG_HFSPLUS_FS is not set
33223 +# CONFIG_BEFS_FS is not set
33224 +# CONFIG_BFS_FS is not set
33225 +# CONFIG_EFS_FS is not set
33226 +# CONFIG_CRAMFS is not set
33227 +# CONFIG_VXFS_FS is not set
33228 +# CONFIG_MINIX_FS is not set
33229 +# CONFIG_HPFS_FS is not set
33230 +# CONFIG_QNX4FS_FS is not set
33231 +# CONFIG_ROMFS_FS is not set
33232 +# CONFIG_SYSV_FS is not set
33233 +# CONFIG_UFS_FS is not set
33234 +CONFIG_NETWORK_FILESYSTEMS=y
33235 +CONFIG_NFS_FS=y
33236 +CONFIG_NFS_V3=y
33237 +# CONFIG_NFS_V3_ACL is not set
33238 +CONFIG_NFS_V4=y
33239 +# CONFIG_NFS_DIRECTIO is not set
33240 +# CONFIG_NFSD is not set
33241 +CONFIG_ROOT_NFS=y
33242 +CONFIG_LOCKD=y
33243 +CONFIG_LOCKD_V4=y
33244 +CONFIG_NFS_COMMON=y
33245 +CONFIG_SUNRPC=y
33246 +CONFIG_SUNRPC_GSS=y
33247 +# CONFIG_SUNRPC_BIND34 is not set
33248 +CONFIG_RPCSEC_GSS_KRB5=y
33249 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
33250 +# CONFIG_SMB_FS is not set
33251 +# CONFIG_CIFS is not set
33252 +# CONFIG_NCP_FS is not set
33253 +# CONFIG_CODA_FS is not set
33254 +# CONFIG_AFS_FS is not set
33255 +
33256 +#
33257 +# Partition Types
33258 +#
33259 +# CONFIG_PARTITION_ADVANCED is not set
33260 +CONFIG_MSDOS_PARTITION=y
33261 +# CONFIG_NLS is not set
33262 +# CONFIG_DLM is not set
33263 +
33264 +#
33265 +# Library routines
33266 +#
33267 +CONFIG_BITREVERSE=y
33268 +# CONFIG_CRC_CCITT is not set
33269 +# CONFIG_CRC16 is not set
33270 +# CONFIG_CRC_ITU_T is not set
33271 +CONFIG_CRC32=y
33272 +# CONFIG_CRC7 is not set
33273 +# CONFIG_LIBCRC32C is not set
33274 +CONFIG_PLIST=y
33275 +CONFIG_HAS_IOMEM=y
33276 +CONFIG_HAS_IOPORT=y
33277 +CONFIG_HAS_DMA=y
33278 +
33279 +#
33280 +# Kernel hacking
33281 +#
33282 +# CONFIG_PRINTK_TIME is not set
33283 +CONFIG_ENABLE_WARN_DEPRECATED=y
33284 +CONFIG_ENABLE_MUST_CHECK=y
33285 +# CONFIG_MAGIC_SYSRQ is not set
33286 +# CONFIG_UNUSED_SYMBOLS is not set
33287 +# CONFIG_DEBUG_FS is not set
33288 +# CONFIG_HEADERS_CHECK is not set
33289 +# CONFIG_DEBUG_KERNEL is not set
33290 +# CONFIG_DEBUG_BUGVERBOSE is not set
33291 +# CONFIG_SAMPLES is not set
33292 +# CONFIG_PPC_EARLY_DEBUG is not set
33293 +
33294 +#
33295 +# Security options
33296 +#
33297 +# CONFIG_KEYS is not set
33298 +# CONFIG_SECURITY is not set
33299 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
33300 +CONFIG_CRYPTO=y
33301 +CONFIG_CRYPTO_ALGAPI=y
33302 +CONFIG_CRYPTO_BLKCIPHER=y
33303 +# CONFIG_CRYPTO_SEQIV is not set
33304 +CONFIG_CRYPTO_MANAGER=y
33305 +# CONFIG_CRYPTO_HMAC is not set
33306 +# CONFIG_CRYPTO_XCBC is not set
33307 +# CONFIG_CRYPTO_NULL is not set
33308 +# CONFIG_CRYPTO_MD4 is not set
33309 +CONFIG_CRYPTO_MD5=y
33310 +# CONFIG_CRYPTO_SHA1 is not set
33311 +# CONFIG_CRYPTO_SHA256 is not set
33312 +# CONFIG_CRYPTO_SHA512 is not set
33313 +# CONFIG_CRYPTO_WP512 is not set
33314 +# CONFIG_CRYPTO_TGR192 is not set
33315 +# CONFIG_CRYPTO_GF128MUL is not set
33316 +CONFIG_CRYPTO_ECB=m
33317 +CONFIG_CRYPTO_CBC=y
33318 +CONFIG_CRYPTO_PCBC=m
33319 +# CONFIG_CRYPTO_LRW is not set
33320 +# CONFIG_CRYPTO_XTS is not set
33321 +# CONFIG_CRYPTO_CTR is not set
33322 +# CONFIG_CRYPTO_GCM is not set
33323 +# CONFIG_CRYPTO_CCM is not set
33324 +# CONFIG_CRYPTO_CRYPTD is not set
33325 +CONFIG_CRYPTO_DES=y
33326 +# CONFIG_CRYPTO_FCRYPT is not set
33327 +# CONFIG_CRYPTO_BLOWFISH is not set
33328 +# CONFIG_CRYPTO_TWOFISH is not set
33329 +# CONFIG_CRYPTO_SERPENT is not set
33330 +# CONFIG_CRYPTO_AES is not set
33331 +# CONFIG_CRYPTO_CAST5 is not set
33332 +# CONFIG_CRYPTO_CAST6 is not set
33333 +# CONFIG_CRYPTO_TEA is not set
33334 +# CONFIG_CRYPTO_ARC4 is not set
33335 +# CONFIG_CRYPTO_KHAZAD is not set
33336 +# CONFIG_CRYPTO_ANUBIS is not set
33337 +# CONFIG_CRYPTO_SEED is not set
33338 +# CONFIG_CRYPTO_SALSA20 is not set
33339 +# CONFIG_CRYPTO_DEFLATE is not set
33340 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
33341 +# CONFIG_CRYPTO_CRC32C is not set
33342 +# CONFIG_CRYPTO_CAMELLIA is not set
33343 +# CONFIG_CRYPTO_TEST is not set
33344 +# CONFIG_CRYPTO_AUTHENC is not set
33345 +# CONFIG_CRYPTO_LZO is not set
33346 +# CONFIG_CRYPTO_HW is not set
33347 +# CONFIG_PPC_CLOCK is not set
33348 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/ksi8560_defconfig powerpc.git/arch/powerpc/configs/85xx/ksi8560_defconfig
33349 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/ksi8560_defconfig 1970-01-01 01:00:00.000000000 +0100
33350 +++ powerpc.git/arch/powerpc/configs/85xx/ksi8560_defconfig 2008-04-19 16:40:52.000000000 +0200
33351 @@ -0,0 +1,899 @@
33352 +#
33353 +# Automatically generated make config: don't edit
33354 +# Linux kernel version: 2.6.24
33355 +# Mon Feb 11 16:25:19 2008
33356 +#
33357 +# CONFIG_PPC64 is not set
33358 +
33359 +#
33360 +# Processor support
33361 +#
33362 +# CONFIG_6xx is not set
33363 +CONFIG_PPC_85xx=y
33364 +# CONFIG_PPC_8xx is not set
33365 +# CONFIG_40x is not set
33366 +# CONFIG_44x is not set
33367 +# CONFIG_E200 is not set
33368 +CONFIG_E500=y
33369 +CONFIG_BOOKE=y
33370 +CONFIG_FSL_BOOKE=y
33371 +CONFIG_FSL_EMB_PERFMON=y
33372 +# CONFIG_PHYS_64BIT is not set
33373 +CONFIG_SPE=y
33374 +# CONFIG_PPC_MM_SLICES is not set
33375 +CONFIG_PPC32=y
33376 +CONFIG_WORD_SIZE=32
33377 +CONFIG_PPC_MERGE=y
33378 +CONFIG_MMU=y
33379 +CONFIG_GENERIC_CMOS_UPDATE=y
33380 +CONFIG_GENERIC_TIME=y
33381 +CONFIG_GENERIC_TIME_VSYSCALL=y
33382 +CONFIG_GENERIC_CLOCKEVENTS=y
33383 +CONFIG_GENERIC_HARDIRQS=y
33384 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
33385 +CONFIG_IRQ_PER_CPU=y
33386 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
33387 +CONFIG_ARCH_HAS_ILOG2_U32=y
33388 +CONFIG_GENERIC_HWEIGHT=y
33389 +CONFIG_GENERIC_CALIBRATE_DELAY=y
33390 +CONFIG_GENERIC_FIND_NEXT_BIT=y
33391 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
33392 +CONFIG_PPC=y
33393 +CONFIG_EARLY_PRINTK=y
33394 +CONFIG_GENERIC_NVRAM=y
33395 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
33396 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
33397 +CONFIG_PPC_OF=y
33398 +CONFIG_OF=y
33399 +CONFIG_PPC_UDBG_16550=y
33400 +# CONFIG_GENERIC_TBSYNC is not set
33401 +CONFIG_AUDIT_ARCH=y
33402 +CONFIG_GENERIC_BUG=y
33403 +CONFIG_DEFAULT_UIMAGE=y
33404 +# CONFIG_PPC_DCR_NATIVE is not set
33405 +# CONFIG_PPC_DCR_MMIO is not set
33406 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
33407 +
33408 +#
33409 +# General setup
33410 +#
33411 +CONFIG_EXPERIMENTAL=y
33412 +CONFIG_BROKEN_ON_SMP=y
33413 +CONFIG_INIT_ENV_ARG_LIMIT=32
33414 +CONFIG_LOCALVERSION=""
33415 +CONFIG_LOCALVERSION_AUTO=y
33416 +CONFIG_SWAP=y
33417 +CONFIG_SYSVIPC=y
33418 +CONFIG_SYSVIPC_SYSCTL=y
33419 +# CONFIG_POSIX_MQUEUE is not set
33420 +# CONFIG_BSD_PROCESS_ACCT is not set
33421 +# CONFIG_TASKSTATS is not set
33422 +# CONFIG_USER_NS is not set
33423 +# CONFIG_PID_NS is not set
33424 +# CONFIG_AUDIT is not set
33425 +# CONFIG_IKCONFIG is not set
33426 +CONFIG_LOG_BUF_SHIFT=14
33427 +# CONFIG_CGROUPS is not set
33428 +CONFIG_FAIR_GROUP_SCHED=y
33429 +CONFIG_FAIR_USER_SCHED=y
33430 +# CONFIG_FAIR_CGROUP_SCHED is not set
33431 +CONFIG_SYSFS_DEPRECATED=y
33432 +# CONFIG_RELAY is not set
33433 +CONFIG_BLK_DEV_INITRD=y
33434 +CONFIG_INITRAMFS_SOURCE=""
33435 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
33436 +CONFIG_SYSCTL=y
33437 +CONFIG_EMBEDDED=y
33438 +CONFIG_SYSCTL_SYSCALL=y
33439 +CONFIG_KALLSYMS=y
33440 +# CONFIG_KALLSYMS_ALL is not set
33441 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
33442 +CONFIG_HOTPLUG=y
33443 +CONFIG_PRINTK=y
33444 +CONFIG_BUG=y
33445 +CONFIG_ELF_CORE=y
33446 +CONFIG_BASE_FULL=y
33447 +CONFIG_FUTEX=y
33448 +CONFIG_ANON_INODES=y
33449 +CONFIG_EPOLL=y
33450 +CONFIG_SIGNALFD=y
33451 +CONFIG_TIMERFD=y
33452 +CONFIG_EVENTFD=y
33453 +CONFIG_SHMEM=y
33454 +CONFIG_VM_EVENT_COUNTERS=y
33455 +CONFIG_SLUB_DEBUG=y
33456 +# CONFIG_SLAB is not set
33457 +CONFIG_SLUB=y
33458 +# CONFIG_SLOB is not set
33459 +# CONFIG_PROFILING is not set
33460 +# CONFIG_MARKERS is not set
33461 +CONFIG_HAVE_OPROFILE=y
33462 +CONFIG_HAVE_KPROBES=y
33463 +CONFIG_PROC_PAGE_MONITOR=y
33464 +CONFIG_SLABINFO=y
33465 +CONFIG_RT_MUTEXES=y
33466 +# CONFIG_TINY_SHMEM is not set
33467 +CONFIG_BASE_SMALL=0
33468 +# CONFIG_MODULES is not set
33469 +CONFIG_BLOCK=y
33470 +# CONFIG_LBD is not set
33471 +# CONFIG_BLK_DEV_IO_TRACE is not set
33472 +# CONFIG_LSF is not set
33473 +# CONFIG_BLK_DEV_BSG is not set
33474 +
33475 +#
33476 +# IO Schedulers
33477 +#
33478 +CONFIG_IOSCHED_NOOP=y
33479 +CONFIG_IOSCHED_AS=y
33480 +CONFIG_IOSCHED_DEADLINE=y
33481 +CONFIG_IOSCHED_CFQ=y
33482 +CONFIG_DEFAULT_AS=y
33483 +# CONFIG_DEFAULT_DEADLINE is not set
33484 +# CONFIG_DEFAULT_CFQ is not set
33485 +# CONFIG_DEFAULT_NOOP is not set
33486 +CONFIG_DEFAULT_IOSCHED="anticipatory"
33487 +CONFIG_CLASSIC_RCU=y
33488 +# CONFIG_PREEMPT_RCU is not set
33489 +
33490 +#
33491 +# Platform support
33492 +#
33493 +# CONFIG_PPC_MPC512x is not set
33494 +# CONFIG_PPC_MPC5121 is not set
33495 +# CONFIG_PPC_CELL is not set
33496 +# CONFIG_PPC_CELL_NATIVE is not set
33497 +# CONFIG_PQ2ADS is not set
33498 +CONFIG_MPC85xx=y
33499 +# CONFIG_MPC8540_ADS is not set
33500 +# CONFIG_MPC8560_ADS is not set
33501 +# CONFIG_MPC85xx_CDS is not set
33502 +# CONFIG_MPC85xx_MDS is not set
33503 +# CONFIG_MPC85xx_DS is not set
33504 +CONFIG_KSI8560=y
33505 +# CONFIG_STX_GP3 is not set
33506 +# CONFIG_TQM8540 is not set
33507 +# CONFIG_TQM8541 is not set
33508 +# CONFIG_TQM8555 is not set
33509 +# CONFIG_TQM8560 is not set
33510 +# CONFIG_SBC8548 is not set
33511 +# CONFIG_SBC8560 is not set
33512 +# CONFIG_IPIC is not set
33513 +CONFIG_MPIC=y
33514 +# CONFIG_MPIC_WEIRD is not set
33515 +# CONFIG_PPC_I8259 is not set
33516 +# CONFIG_PPC_RTAS is not set
33517 +# CONFIG_MMIO_NVRAM is not set
33518 +# CONFIG_PPC_MPC106 is not set
33519 +# CONFIG_PPC_970_NAP is not set
33520 +# CONFIG_PPC_INDIRECT_IO is not set
33521 +# CONFIG_GENERIC_IOMAP is not set
33522 +# CONFIG_CPU_FREQ is not set
33523 +CONFIG_CPM2=y
33524 +CONFIG_PPC_CPM_NEW_BINDING=y
33525 +# CONFIG_FSL_ULI1575 is not set
33526 +CONFIG_CPM=y
33527 +
33528 +#
33529 +# Kernel options
33530 +#
33531 +CONFIG_HIGHMEM=y
33532 +# CONFIG_TICK_ONESHOT is not set
33533 +# CONFIG_NO_HZ is not set
33534 +# CONFIG_HIGH_RES_TIMERS is not set
33535 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
33536 +# CONFIG_HZ_100 is not set
33537 +CONFIG_HZ_250=y
33538 +# CONFIG_HZ_300 is not set
33539 +# CONFIG_HZ_1000 is not set
33540 +CONFIG_HZ=250
33541 +# CONFIG_SCHED_HRTICK is not set
33542 +CONFIG_PREEMPT_NONE=y
33543 +# CONFIG_PREEMPT_VOLUNTARY is not set
33544 +# CONFIG_PREEMPT is not set
33545 +CONFIG_RCU_TRACE=y
33546 +CONFIG_BINFMT_ELF=y
33547 +CONFIG_BINFMT_MISC=y
33548 +CONFIG_MATH_EMULATION=y
33549 +# CONFIG_IOMMU_HELPER is not set
33550 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
33551 +CONFIG_ARCH_FLATMEM_ENABLE=y
33552 +CONFIG_ARCH_POPULATES_NODE_MAP=y
33553 +CONFIG_SELECT_MEMORY_MODEL=y
33554 +CONFIG_FLATMEM_MANUAL=y
33555 +# CONFIG_DISCONTIGMEM_MANUAL is not set
33556 +# CONFIG_SPARSEMEM_MANUAL is not set
33557 +CONFIG_FLATMEM=y
33558 +CONFIG_FLAT_NODE_MEM_MAP=y
33559 +# CONFIG_SPARSEMEM_STATIC is not set
33560 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
33561 +CONFIG_SPLIT_PTLOCK_CPUS=4
33562 +# CONFIG_RESOURCES_64BIT is not set
33563 +CONFIG_ZONE_DMA_FLAG=1
33564 +CONFIG_BOUNCE=y
33565 +CONFIG_VIRT_TO_BUS=y
33566 +# CONFIG_PROC_DEVICETREE is not set
33567 +# CONFIG_CMDLINE_BOOL is not set
33568 +# CONFIG_PM is not set
33569 +# CONFIG_SECCOMP is not set
33570 +CONFIG_WANT_DEVICE_TREE=y
33571 +CONFIG_ISA_DMA_API=y
33572 +
33573 +#
33574 +# Bus options
33575 +#
33576 +CONFIG_ZONE_DMA=y
33577 +CONFIG_FSL_SOC=y
33578 +# CONFIG_PCI is not set
33579 +# CONFIG_PCI_DOMAINS is not set
33580 +# CONFIG_PCI_SYSCALL is not set
33581 +# CONFIG_ARCH_SUPPORTS_MSI is not set
33582 +# CONFIG_PCCARD is not set
33583 +
33584 +#
33585 +# Advanced setup
33586 +#
33587 +# CONFIG_ADVANCED_OPTIONS is not set
33588 +
33589 +#
33590 +# Default settings for advanced configuration options are used
33591 +#
33592 +CONFIG_HIGHMEM_START=0xfe000000
33593 +CONFIG_LOWMEM_SIZE=0x30000000
33594 +CONFIG_KERNEL_START=0xc0000000
33595 +CONFIG_TASK_SIZE=0xc0000000
33596 +CONFIG_BOOT_LOAD=0x00800000
33597 +
33598 +#
33599 +# Networking
33600 +#
33601 +CONFIG_NET=y
33602 +
33603 +#
33604 +# Networking options
33605 +#
33606 +CONFIG_PACKET=y
33607 +# CONFIG_PACKET_MMAP is not set
33608 +CONFIG_UNIX=y
33609 +CONFIG_XFRM=y
33610 +# CONFIG_XFRM_USER is not set
33611 +# CONFIG_XFRM_SUB_POLICY is not set
33612 +# CONFIG_XFRM_MIGRATE is not set
33613 +# CONFIG_XFRM_STATISTICS is not set
33614 +# CONFIG_NET_KEY is not set
33615 +CONFIG_INET=y
33616 +CONFIG_IP_MULTICAST=y
33617 +# CONFIG_IP_ADVANCED_ROUTER is not set
33618 +CONFIG_IP_FIB_HASH=y
33619 +CONFIG_IP_PNP=y
33620 +CONFIG_IP_PNP_DHCP=y
33621 +CONFIG_IP_PNP_BOOTP=y
33622 +# CONFIG_IP_PNP_RARP is not set
33623 +# CONFIG_NET_IPIP is not set
33624 +# CONFIG_NET_IPGRE is not set
33625 +# CONFIG_IP_MROUTE is not set
33626 +# CONFIG_ARPD is not set
33627 +CONFIG_SYN_COOKIES=y
33628 +# CONFIG_INET_AH is not set
33629 +# CONFIG_INET_ESP is not set
33630 +# CONFIG_INET_IPCOMP is not set
33631 +# CONFIG_INET_XFRM_TUNNEL is not set
33632 +# CONFIG_INET_TUNNEL is not set
33633 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
33634 +CONFIG_INET_XFRM_MODE_TUNNEL=y
33635 +CONFIG_INET_XFRM_MODE_BEET=y
33636 +# CONFIG_INET_LRO is not set
33637 +CONFIG_INET_DIAG=y
33638 +CONFIG_INET_TCP_DIAG=y
33639 +# CONFIG_TCP_CONG_ADVANCED is not set
33640 +CONFIG_TCP_CONG_CUBIC=y
33641 +CONFIG_DEFAULT_TCP_CONG="cubic"
33642 +# CONFIG_TCP_MD5SIG is not set
33643 +# CONFIG_IPV6 is not set
33644 +# CONFIG_INET6_XFRM_TUNNEL is not set
33645 +# CONFIG_INET6_TUNNEL is not set
33646 +# CONFIG_NETWORK_SECMARK is not set
33647 +# CONFIG_NETFILTER is not set
33648 +# CONFIG_IP_DCCP is not set
33649 +# CONFIG_IP_SCTP is not set
33650 +# CONFIG_TIPC is not set
33651 +# CONFIG_ATM is not set
33652 +# CONFIG_BRIDGE is not set
33653 +# CONFIG_VLAN_8021Q is not set
33654 +# CONFIG_DECNET is not set
33655 +# CONFIG_LLC2 is not set
33656 +# CONFIG_IPX is not set
33657 +# CONFIG_ATALK is not set
33658 +# CONFIG_X25 is not set
33659 +# CONFIG_LAPB is not set
33660 +# CONFIG_ECONET is not set
33661 +# CONFIG_WAN_ROUTER is not set
33662 +# CONFIG_NET_SCHED is not set
33663 +
33664 +#
33665 +# Network testing
33666 +#
33667 +# CONFIG_NET_PKTGEN is not set
33668 +# CONFIG_HAMRADIO is not set
33669 +# CONFIG_CAN is not set
33670 +# CONFIG_IRDA is not set
33671 +# CONFIG_BT is not set
33672 +# CONFIG_AF_RXRPC is not set
33673 +
33674 +#
33675 +# Wireless
33676 +#
33677 +# CONFIG_CFG80211 is not set
33678 +# CONFIG_WIRELESS_EXT is not set
33679 +# CONFIG_MAC80211 is not set
33680 +# CONFIG_IEEE80211 is not set
33681 +# CONFIG_RFKILL is not set
33682 +# CONFIG_NET_9P is not set
33683 +
33684 +#
33685 +# Device Drivers
33686 +#
33687 +
33688 +#
33689 +# Generic Driver Options
33690 +#
33691 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
33692 +CONFIG_STANDALONE=y
33693 +CONFIG_PREVENT_FIRMWARE_BUILD=y
33694 +# CONFIG_FW_LOADER is not set
33695 +# CONFIG_DEBUG_DRIVER is not set
33696 +# CONFIG_DEBUG_DEVRES is not set
33697 +# CONFIG_SYS_HYPERVISOR is not set
33698 +# CONFIG_CONNECTOR is not set
33699 +CONFIG_MTD=y
33700 +# CONFIG_MTD_DEBUG is not set
33701 +CONFIG_MTD_CONCAT=y
33702 +CONFIG_MTD_PARTITIONS=y
33703 +# CONFIG_MTD_REDBOOT_PARTS is not set
33704 +# CONFIG_MTD_CMDLINE_PARTS is not set
33705 +
33706 +#
33707 +# User Modules And Translation Layers
33708 +#
33709 +CONFIG_MTD_CHAR=y
33710 +CONFIG_MTD_BLKDEVS=y
33711 +CONFIG_MTD_BLOCK=y
33712 +# CONFIG_FTL is not set
33713 +# CONFIG_NFTL is not set
33714 +# CONFIG_INFTL is not set
33715 +# CONFIG_RFD_FTL is not set
33716 +# CONFIG_SSFDC is not set
33717 +# CONFIG_MTD_OOPS is not set
33718 +
33719 +#
33720 +# RAM/ROM/Flash chip drivers
33721 +#
33722 +CONFIG_MTD_CFI=y
33723 +CONFIG_MTD_JEDECPROBE=y
33724 +CONFIG_MTD_GEN_PROBE=y
33725 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
33726 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
33727 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
33728 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
33729 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
33730 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
33731 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
33732 +CONFIG_MTD_CFI_I1=y
33733 +CONFIG_MTD_CFI_I2=y
33734 +# CONFIG_MTD_CFI_I4 is not set
33735 +# CONFIG_MTD_CFI_I8 is not set
33736 +# CONFIG_MTD_CFI_INTELEXT is not set
33737 +CONFIG_MTD_CFI_AMDSTD=y
33738 +# CONFIG_MTD_CFI_STAA is not set
33739 +CONFIG_MTD_CFI_UTIL=y
33740 +# CONFIG_MTD_RAM is not set
33741 +# CONFIG_MTD_ROM is not set
33742 +# CONFIG_MTD_ABSENT is not set
33743 +
33744 +#
33745 +# Mapping drivers for chip access
33746 +#
33747 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
33748 +# CONFIG_MTD_PHYSMAP is not set
33749 +CONFIG_MTD_PHYSMAP_OF=y
33750 +# CONFIG_MTD_PLATRAM is not set
33751 +
33752 +#
33753 +# Self-contained MTD device drivers
33754 +#
33755 +# CONFIG_MTD_SLRAM is not set
33756 +# CONFIG_MTD_PHRAM is not set
33757 +# CONFIG_MTD_MTDRAM is not set
33758 +# CONFIG_MTD_BLOCK2MTD is not set
33759 +
33760 +#
33761 +# Disk-On-Chip Device Drivers
33762 +#
33763 +# CONFIG_MTD_DOC2000 is not set
33764 +# CONFIG_MTD_DOC2001 is not set
33765 +# CONFIG_MTD_DOC2001PLUS is not set
33766 +# CONFIG_MTD_NAND is not set
33767 +# CONFIG_MTD_ONENAND is not set
33768 +
33769 +#
33770 +# UBI - Unsorted block images
33771 +#
33772 +# CONFIG_MTD_UBI is not set
33773 +CONFIG_OF_DEVICE=y
33774 +# CONFIG_PARPORT is not set
33775 +CONFIG_BLK_DEV=y
33776 +# CONFIG_BLK_DEV_FD is not set
33777 +# CONFIG_BLK_DEV_COW_COMMON is not set
33778 +CONFIG_BLK_DEV_LOOP=y
33779 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
33780 +# CONFIG_BLK_DEV_NBD is not set
33781 +CONFIG_BLK_DEV_RAM=y
33782 +CONFIG_BLK_DEV_RAM_COUNT=16
33783 +CONFIG_BLK_DEV_RAM_SIZE=32768
33784 +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
33785 +# CONFIG_CDROM_PKTCDVD is not set
33786 +# CONFIG_ATA_OVER_ETH is not set
33787 +CONFIG_MISC_DEVICES=y
33788 +# CONFIG_EEPROM_93CX6 is not set
33789 +CONFIG_IDE=y
33790 +CONFIG_IDE_MAX_HWIFS=4
33791 +CONFIG_BLK_DEV_IDE=y
33792 +
33793 +#
33794 +# Please see Documentation/ide.txt for help/info on IDE drives
33795 +#
33796 +# CONFIG_BLK_DEV_IDE_SATA is not set
33797 +# CONFIG_BLK_DEV_IDEDISK is not set
33798 +# CONFIG_IDEDISK_MULTI_MODE is not set
33799 +# CONFIG_BLK_DEV_IDECD is not set
33800 +# CONFIG_BLK_DEV_IDETAPE is not set
33801 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
33802 +# CONFIG_IDE_TASK_IOCTL is not set
33803 +CONFIG_IDE_PROC_FS=y
33804 +
33805 +#
33806 +# IDE chipset support/bugfixes
33807 +#
33808 +CONFIG_IDE_GENERIC=y
33809 +# CONFIG_BLK_DEV_PLATFORM is not set
33810 +# CONFIG_BLK_DEV_IDEDMA is not set
33811 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
33812 +# CONFIG_BLK_DEV_HD is not set
33813 +
33814 +#
33815 +# SCSI device support
33816 +#
33817 +# CONFIG_RAID_ATTRS is not set
33818 +# CONFIG_SCSI is not set
33819 +# CONFIG_SCSI_DMA is not set
33820 +# CONFIG_SCSI_NETLINK is not set
33821 +# CONFIG_ATA is not set
33822 +# CONFIG_MD is not set
33823 +# CONFIG_MACINTOSH_DRIVERS is not set
33824 +CONFIG_NETDEVICES=y
33825 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
33826 +# CONFIG_DUMMY is not set
33827 +# CONFIG_BONDING is not set
33828 +# CONFIG_MACVLAN is not set
33829 +# CONFIG_EQUALIZER is not set
33830 +# CONFIG_TUN is not set
33831 +# CONFIG_VETH is not set
33832 +CONFIG_PHYLIB=y
33833 +
33834 +#
33835 +# MII PHY device drivers
33836 +#
33837 +CONFIG_MARVELL_PHY=y
33838 +# CONFIG_DAVICOM_PHY is not set
33839 +# CONFIG_QSEMI_PHY is not set
33840 +# CONFIG_LXT_PHY is not set
33841 +# CONFIG_CICADA_PHY is not set
33842 +# CONFIG_VITESSE_PHY is not set
33843 +# CONFIG_SMSC_PHY is not set
33844 +# CONFIG_BROADCOM_PHY is not set
33845 +# CONFIG_ICPLUS_PHY is not set
33846 +# CONFIG_REALTEK_PHY is not set
33847 +# CONFIG_FIXED_PHY is not set
33848 +CONFIG_MDIO_BITBANG=y
33849 +CONFIG_NET_ETHERNET=y
33850 +CONFIG_MII=y
33851 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
33852 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
33853 +# CONFIG_IBM_NEW_EMAC_TAH is not set
33854 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
33855 +# CONFIG_B44 is not set
33856 +CONFIG_FS_ENET=y
33857 +# CONFIG_FS_ENET_HAS_SCC is not set
33858 +CONFIG_FS_ENET_HAS_FCC=y
33859 +CONFIG_FS_ENET_MDIO_FCC=y
33860 +CONFIG_NETDEV_1000=y
33861 +# CONFIG_E1000E_ENABLED is not set
33862 +CONFIG_GIANFAR=y
33863 +CONFIG_GFAR_NAPI=y
33864 +CONFIG_NETDEV_10000=y
33865 +
33866 +#
33867 +# Wireless LAN
33868 +#
33869 +# CONFIG_WLAN_PRE80211 is not set
33870 +# CONFIG_WLAN_80211 is not set
33871 +# CONFIG_WAN is not set
33872 +# CONFIG_PPP is not set
33873 +# CONFIG_SLIP is not set
33874 +# CONFIG_NETCONSOLE is not set
33875 +# CONFIG_NETPOLL is not set
33876 +# CONFIG_NET_POLL_CONTROLLER is not set
33877 +# CONFIG_ISDN is not set
33878 +# CONFIG_PHONE is not set
33879 +
33880 +#
33881 +# Input device support
33882 +#
33883 +CONFIG_INPUT=y
33884 +# CONFIG_INPUT_FF_MEMLESS is not set
33885 +# CONFIG_INPUT_POLLDEV is not set
33886 +
33887 +#
33888 +# Userland interfaces
33889 +#
33890 +# CONFIG_INPUT_MOUSEDEV is not set
33891 +# CONFIG_INPUT_JOYDEV is not set
33892 +# CONFIG_INPUT_EVDEV is not set
33893 +# CONFIG_INPUT_EVBUG is not set
33894 +
33895 +#
33896 +# Input Device Drivers
33897 +#
33898 +# CONFIG_INPUT_KEYBOARD is not set
33899 +# CONFIG_INPUT_MOUSE is not set
33900 +# CONFIG_INPUT_JOYSTICK is not set
33901 +# CONFIG_INPUT_TABLET is not set
33902 +# CONFIG_INPUT_TOUCHSCREEN is not set
33903 +# CONFIG_INPUT_MISC is not set
33904 +
33905 +#
33906 +# Hardware I/O ports
33907 +#
33908 +# CONFIG_SERIO is not set
33909 +# CONFIG_GAMEPORT is not set
33910 +
33911 +#
33912 +# Character devices
33913 +#
33914 +# CONFIG_VT is not set
33915 +# CONFIG_SERIAL_NONSTANDARD is not set
33916 +
33917 +#
33918 +# Serial drivers
33919 +#
33920 +# CONFIG_SERIAL_8250 is not set
33921 +
33922 +#
33923 +# Non-8250 serial port support
33924 +#
33925 +# CONFIG_SERIAL_UARTLITE is not set
33926 +CONFIG_SERIAL_CORE=y
33927 +CONFIG_SERIAL_CORE_CONSOLE=y
33928 +CONFIG_SERIAL_CPM=y
33929 +CONFIG_SERIAL_CPM_CONSOLE=y
33930 +CONFIG_SERIAL_CPM_SCC1=y
33931 +# CONFIG_SERIAL_CPM_SCC2 is not set
33932 +# CONFIG_SERIAL_CPM_SCC3 is not set
33933 +# CONFIG_SERIAL_CPM_SCC4 is not set
33934 +# CONFIG_SERIAL_CPM_SMC1 is not set
33935 +# CONFIG_SERIAL_CPM_SMC2 is not set
33936 +CONFIG_UNIX98_PTYS=y
33937 +CONFIG_LEGACY_PTYS=y
33938 +CONFIG_LEGACY_PTY_COUNT=256
33939 +# CONFIG_IPMI_HANDLER is not set
33940 +CONFIG_HW_RANDOM=y
33941 +# CONFIG_NVRAM is not set
33942 +CONFIG_GEN_RTC=y
33943 +# CONFIG_GEN_RTC_X is not set
33944 +# CONFIG_R3964 is not set
33945 +# CONFIG_RAW_DRIVER is not set
33946 +# CONFIG_TCG_TPM is not set
33947 +# CONFIG_I2C is not set
33948 +
33949 +#
33950 +# SPI support
33951 +#
33952 +# CONFIG_SPI is not set
33953 +# CONFIG_SPI_MASTER is not set
33954 +# CONFIG_W1 is not set
33955 +# CONFIG_POWER_SUPPLY is not set
33956 +CONFIG_HWMON=y
33957 +# CONFIG_HWMON_VID is not set
33958 +# CONFIG_SENSORS_F71805F is not set
33959 +# CONFIG_SENSORS_F71882FG is not set
33960 +# CONFIG_SENSORS_IT87 is not set
33961 +# CONFIG_SENSORS_PC87360 is not set
33962 +# CONFIG_SENSORS_PC87427 is not set
33963 +# CONFIG_SENSORS_SMSC47M1 is not set
33964 +# CONFIG_SENSORS_SMSC47B397 is not set
33965 +# CONFIG_SENSORS_VT1211 is not set
33966 +# CONFIG_SENSORS_W83627HF is not set
33967 +# CONFIG_SENSORS_W83627EHF is not set
33968 +# CONFIG_HWMON_DEBUG_CHIP is not set
33969 +# CONFIG_WATCHDOG is not set
33970 +
33971 +#
33972 +# Sonics Silicon Backplane
33973 +#
33974 +CONFIG_SSB_POSSIBLE=y
33975 +# CONFIG_SSB is not set
33976 +
33977 +#
33978 +# Multifunction device drivers
33979 +#
33980 +# CONFIG_MFD_SM501 is not set
33981 +
33982 +#
33983 +# Multimedia devices
33984 +#
33985 +# CONFIG_VIDEO_DEV is not set
33986 +# CONFIG_DVB_CORE is not set
33987 +CONFIG_DAB=y
33988 +
33989 +#
33990 +# Graphics support
33991 +#
33992 +# CONFIG_VGASTATE is not set
33993 +CONFIG_VIDEO_OUTPUT_CONTROL=y
33994 +# CONFIG_FB is not set
33995 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
33996 +
33997 +#
33998 +# Display device support
33999 +#
34000 +# CONFIG_DISPLAY_SUPPORT is not set
34001 +
34002 +#
34003 +# Sound
34004 +#
34005 +# CONFIG_SOUND is not set
34006 +CONFIG_HID_SUPPORT=y
34007 +CONFIG_HID=y
34008 +# CONFIG_HID_DEBUG is not set
34009 +# CONFIG_HIDRAW is not set
34010 +CONFIG_USB_SUPPORT=y
34011 +# CONFIG_USB_ARCH_HAS_HCD is not set
34012 +# CONFIG_USB_ARCH_HAS_OHCI is not set
34013 +# CONFIG_USB_ARCH_HAS_EHCI is not set
34014 +
34015 +#
34016 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
34017 +#
34018 +# CONFIG_USB_GADGET is not set
34019 +# CONFIG_MMC is not set
34020 +# CONFIG_NEW_LEDS is not set
34021 +# CONFIG_EDAC is not set
34022 +# CONFIG_RTC_CLASS is not set
34023 +
34024 +#
34025 +# Userspace I/O
34026 +#
34027 +# CONFIG_UIO is not set
34028 +
34029 +#
34030 +# File systems
34031 +#
34032 +CONFIG_EXT2_FS=y
34033 +# CONFIG_EXT2_FS_XATTR is not set
34034 +# CONFIG_EXT2_FS_XIP is not set
34035 +CONFIG_EXT3_FS=y
34036 +CONFIG_EXT3_FS_XATTR=y
34037 +# CONFIG_EXT3_FS_POSIX_ACL is not set
34038 +# CONFIG_EXT3_FS_SECURITY is not set
34039 +# CONFIG_EXT4DEV_FS is not set
34040 +CONFIG_JBD=y
34041 +# CONFIG_JBD_DEBUG is not set
34042 +CONFIG_FS_MBCACHE=y
34043 +# CONFIG_REISERFS_FS is not set
34044 +# CONFIG_JFS_FS is not set
34045 +# CONFIG_FS_POSIX_ACL is not set
34046 +# CONFIG_XFS_FS is not set
34047 +# CONFIG_GFS2_FS is not set
34048 +# CONFIG_OCFS2_FS is not set
34049 +# CONFIG_MINIX_FS is not set
34050 +# CONFIG_ROMFS_FS is not set
34051 +CONFIG_INOTIFY=y
34052 +CONFIG_INOTIFY_USER=y
34053 +# CONFIG_QUOTA is not set
34054 +CONFIG_DNOTIFY=y
34055 +# CONFIG_AUTOFS_FS is not set
34056 +# CONFIG_AUTOFS4_FS is not set
34057 +# CONFIG_FUSE_FS is not set
34058 +
34059 +#
34060 +# CD-ROM/DVD Filesystems
34061 +#
34062 +# CONFIG_ISO9660_FS is not set
34063 +# CONFIG_UDF_FS is not set
34064 +
34065 +#
34066 +# DOS/FAT/NT Filesystems
34067 +#
34068 +# CONFIG_MSDOS_FS is not set
34069 +# CONFIG_VFAT_FS is not set
34070 +# CONFIG_NTFS_FS is not set
34071 +
34072 +#
34073 +# Pseudo filesystems
34074 +#
34075 +CONFIG_PROC_FS=y
34076 +CONFIG_PROC_KCORE=y
34077 +CONFIG_PROC_SYSCTL=y
34078 +CONFIG_SYSFS=y
34079 +CONFIG_TMPFS=y
34080 +# CONFIG_TMPFS_POSIX_ACL is not set
34081 +# CONFIG_HUGETLB_PAGE is not set
34082 +# CONFIG_CONFIGFS_FS is not set
34083 +
34084 +#
34085 +# Miscellaneous filesystems
34086 +#
34087 +# CONFIG_ADFS_FS is not set
34088 +# CONFIG_AFFS_FS is not set
34089 +# CONFIG_HFS_FS is not set
34090 +# CONFIG_HFSPLUS_FS is not set
34091 +# CONFIG_BEFS_FS is not set
34092 +# CONFIG_BFS_FS is not set
34093 +# CONFIG_EFS_FS is not set
34094 +# CONFIG_JFFS2_FS is not set
34095 +# CONFIG_CRAMFS is not set
34096 +# CONFIG_VXFS_FS is not set
34097 +# CONFIG_HPFS_FS is not set
34098 +# CONFIG_QNX4FS_FS is not set
34099 +# CONFIG_SYSV_FS is not set
34100 +# CONFIG_UFS_FS is not set
34101 +CONFIG_NETWORK_FILESYSTEMS=y
34102 +CONFIG_NFS_FS=y
34103 +# CONFIG_NFS_V3 is not set
34104 +# CONFIG_NFS_V4 is not set
34105 +# CONFIG_NFS_DIRECTIO is not set
34106 +# CONFIG_NFSD is not set
34107 +CONFIG_ROOT_NFS=y
34108 +CONFIG_LOCKD=y
34109 +CONFIG_NFS_COMMON=y
34110 +CONFIG_SUNRPC=y
34111 +# CONFIG_SUNRPC_BIND34 is not set
34112 +# CONFIG_RPCSEC_GSS_KRB5 is not set
34113 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
34114 +# CONFIG_SMB_FS is not set
34115 +# CONFIG_CIFS is not set
34116 +# CONFIG_NCP_FS is not set
34117 +# CONFIG_CODA_FS is not set
34118 +# CONFIG_AFS_FS is not set
34119 +
34120 +#
34121 +# Partition Types
34122 +#
34123 +CONFIG_PARTITION_ADVANCED=y
34124 +# CONFIG_ACORN_PARTITION is not set
34125 +# CONFIG_OSF_PARTITION is not set
34126 +# CONFIG_AMIGA_PARTITION is not set
34127 +# CONFIG_ATARI_PARTITION is not set
34128 +# CONFIG_MAC_PARTITION is not set
34129 +# CONFIG_MSDOS_PARTITION is not set
34130 +# CONFIG_LDM_PARTITION is not set
34131 +# CONFIG_SGI_PARTITION is not set
34132 +# CONFIG_ULTRIX_PARTITION is not set
34133 +# CONFIG_SUN_PARTITION is not set
34134 +# CONFIG_KARMA_PARTITION is not set
34135 +# CONFIG_EFI_PARTITION is not set
34136 +# CONFIG_SYSV68_PARTITION is not set
34137 +# CONFIG_NLS is not set
34138 +# CONFIG_DLM is not set
34139 +
34140 +#
34141 +# Library routines
34142 +#
34143 +CONFIG_BITREVERSE=y
34144 +# CONFIG_CRC_CCITT is not set
34145 +# CONFIG_CRC16 is not set
34146 +# CONFIG_CRC_ITU_T is not set
34147 +CONFIG_CRC32=y
34148 +# CONFIG_CRC7 is not set
34149 +# CONFIG_LIBCRC32C is not set
34150 +CONFIG_PLIST=y
34151 +CONFIG_HAS_IOMEM=y
34152 +CONFIG_HAS_IOPORT=y
34153 +CONFIG_HAS_DMA=y
34154 +
34155 +#
34156 +# Kernel hacking
34157 +#
34158 +# CONFIG_PRINTK_TIME is not set
34159 +CONFIG_ENABLE_WARN_DEPRECATED=y
34160 +CONFIG_ENABLE_MUST_CHECK=y
34161 +# CONFIG_MAGIC_SYSRQ is not set
34162 +# CONFIG_UNUSED_SYMBOLS is not set
34163 +CONFIG_DEBUG_FS=y
34164 +# CONFIG_HEADERS_CHECK is not set
34165 +CONFIG_DEBUG_KERNEL=y
34166 +# CONFIG_DEBUG_SHIRQ is not set
34167 +CONFIG_DETECT_SOFTLOCKUP=y
34168 +CONFIG_SCHED_DEBUG=y
34169 +# CONFIG_SCHEDSTATS is not set
34170 +# CONFIG_TIMER_STATS is not set
34171 +# CONFIG_SLUB_DEBUG_ON is not set
34172 +# CONFIG_DEBUG_RT_MUTEXES is not set
34173 +# CONFIG_RT_MUTEX_TESTER is not set
34174 +# CONFIG_DEBUG_SPINLOCK is not set
34175 +CONFIG_DEBUG_MUTEXES=y
34176 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
34177 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
34178 +# CONFIG_DEBUG_KOBJECT is not set
34179 +# CONFIG_DEBUG_HIGHMEM is not set
34180 +# CONFIG_DEBUG_BUGVERBOSE is not set
34181 +# CONFIG_DEBUG_INFO is not set
34182 +# CONFIG_DEBUG_VM is not set
34183 +# CONFIG_DEBUG_LIST is not set
34184 +# CONFIG_DEBUG_SG is not set
34185 +CONFIG_FORCED_INLINING=y
34186 +# CONFIG_BOOT_PRINTK_DELAY is not set
34187 +# CONFIG_BACKTRACE_SELF_TEST is not set
34188 +# CONFIG_FAULT_INJECTION is not set
34189 +# CONFIG_SAMPLES is not set
34190 +# CONFIG_DEBUG_STACKOVERFLOW is not set
34191 +# CONFIG_DEBUG_STACK_USAGE is not set
34192 +# CONFIG_DEBUG_PAGEALLOC is not set
34193 +# CONFIG_DEBUGGER is not set
34194 +# CONFIG_KGDB_CONSOLE is not set
34195 +# CONFIG_VIRQ_DEBUG is not set
34196 +# CONFIG_BDI_SWITCH is not set
34197 +# CONFIG_PPC_EARLY_DEBUG is not set
34198 +
34199 +#
34200 +# Security options
34201 +#
34202 +# CONFIG_KEYS is not set
34203 +# CONFIG_SECURITY is not set
34204 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
34205 +CONFIG_CRYPTO=y
34206 +# CONFIG_CRYPTO_SEQIV is not set
34207 +# CONFIG_CRYPTO_MANAGER is not set
34208 +# CONFIG_CRYPTO_HMAC is not set
34209 +# CONFIG_CRYPTO_XCBC is not set
34210 +# CONFIG_CRYPTO_NULL is not set
34211 +# CONFIG_CRYPTO_MD4 is not set
34212 +# CONFIG_CRYPTO_MD5 is not set
34213 +# CONFIG_CRYPTO_SHA1 is not set
34214 +# CONFIG_CRYPTO_SHA256 is not set
34215 +# CONFIG_CRYPTO_SHA512 is not set
34216 +# CONFIG_CRYPTO_WP512 is not set
34217 +# CONFIG_CRYPTO_TGR192 is not set
34218 +# CONFIG_CRYPTO_GF128MUL is not set
34219 +# CONFIG_CRYPTO_ECB is not set
34220 +# CONFIG_CRYPTO_CBC is not set
34221 +# CONFIG_CRYPTO_PCBC is not set
34222 +# CONFIG_CRYPTO_LRW is not set
34223 +# CONFIG_CRYPTO_XTS is not set
34224 +# CONFIG_CRYPTO_CTR is not set
34225 +# CONFIG_CRYPTO_GCM is not set
34226 +# CONFIG_CRYPTO_CCM is not set
34227 +# CONFIG_CRYPTO_CRYPTD is not set
34228 +# CONFIG_CRYPTO_DES is not set
34229 +# CONFIG_CRYPTO_FCRYPT is not set
34230 +# CONFIG_CRYPTO_BLOWFISH is not set
34231 +# CONFIG_CRYPTO_TWOFISH is not set
34232 +# CONFIG_CRYPTO_SERPENT is not set
34233 +# CONFIG_CRYPTO_AES is not set
34234 +# CONFIG_CRYPTO_CAST5 is not set
34235 +# CONFIG_CRYPTO_CAST6 is not set
34236 +# CONFIG_CRYPTO_TEA is not set
34237 +# CONFIG_CRYPTO_ARC4 is not set
34238 +# CONFIG_CRYPTO_KHAZAD is not set
34239 +# CONFIG_CRYPTO_ANUBIS is not set
34240 +# CONFIG_CRYPTO_SEED is not set
34241 +# CONFIG_CRYPTO_SALSA20 is not set
34242 +# CONFIG_CRYPTO_DEFLATE is not set
34243 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
34244 +# CONFIG_CRYPTO_CRC32C is not set
34245 +# CONFIG_CRYPTO_CAMELLIA is not set
34246 +# CONFIG_CRYPTO_AUTHENC is not set
34247 +# CONFIG_CRYPTO_LZO is not set
34248 +CONFIG_CRYPTO_HW=y
34249 +# CONFIG_PPC_CLOCK is not set
34250 +CONFIG_PPC_LIB_RHEAP=y
34251 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
34252 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8540_ads_defconfig 1970-01-01 01:00:00.000000000 +0100
34253 +++ powerpc.git/arch/powerpc/configs/85xx/mpc8540_ads_defconfig 2008-04-19 16:40:52.000000000 +0200
34254 @@ -0,0 +1,796 @@
34255 +#
34256 +# Automatically generated make config: don't edit
34257 +# Linux kernel version: 2.6.25-rc6
34258 +# Mon Mar 24 08:48:25 2008
34259 +#
34260 +# CONFIG_PPC64 is not set
34261 +
34262 +#
34263 +# Processor support
34264 +#
34265 +# CONFIG_6xx is not set
34266 +CONFIG_PPC_85xx=y
34267 +# CONFIG_PPC_8xx is not set
34268 +# CONFIG_40x is not set
34269 +# CONFIG_44x is not set
34270 +# CONFIG_E200 is not set
34271 +CONFIG_E500=y
34272 +CONFIG_BOOKE=y
34273 +CONFIG_FSL_BOOKE=y
34274 +CONFIG_FSL_EMB_PERFMON=y
34275 +# CONFIG_PHYS_64BIT is not set
34276 +CONFIG_SPE=y
34277 +# CONFIG_PPC_MM_SLICES is not set
34278 +CONFIG_PPC32=y
34279 +CONFIG_WORD_SIZE=32
34280 +CONFIG_PPC_MERGE=y
34281 +CONFIG_MMU=y
34282 +CONFIG_GENERIC_CMOS_UPDATE=y
34283 +CONFIG_GENERIC_TIME=y
34284 +CONFIG_GENERIC_TIME_VSYSCALL=y
34285 +CONFIG_GENERIC_CLOCKEVENTS=y
34286 +CONFIG_GENERIC_HARDIRQS=y
34287 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
34288 +CONFIG_IRQ_PER_CPU=y
34289 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
34290 +CONFIG_ARCH_HAS_ILOG2_U32=y
34291 +CONFIG_GENERIC_HWEIGHT=y
34292 +CONFIG_GENERIC_CALIBRATE_DELAY=y
34293 +CONFIG_GENERIC_FIND_NEXT_BIT=y
34294 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
34295 +CONFIG_PPC=y
34296 +CONFIG_EARLY_PRINTK=y
34297 +CONFIG_GENERIC_NVRAM=y
34298 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
34299 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
34300 +CONFIG_PPC_OF=y
34301 +CONFIG_OF=y
34302 +CONFIG_PPC_UDBG_16550=y
34303 +# CONFIG_GENERIC_TBSYNC is not set
34304 +CONFIG_AUDIT_ARCH=y
34305 +CONFIG_GENERIC_BUG=y
34306 +CONFIG_DEFAULT_UIMAGE=y
34307 +# CONFIG_PPC_DCR_NATIVE is not set
34308 +# CONFIG_PPC_DCR_MMIO is not set
34309 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
34310 +
34311 +#
34312 +# General setup
34313 +#
34314 +CONFIG_EXPERIMENTAL=y
34315 +CONFIG_BROKEN_ON_SMP=y
34316 +CONFIG_INIT_ENV_ARG_LIMIT=32
34317 +CONFIG_LOCALVERSION=""
34318 +CONFIG_LOCALVERSION_AUTO=y
34319 +CONFIG_SWAP=y
34320 +CONFIG_SYSVIPC=y
34321 +CONFIG_SYSVIPC_SYSCTL=y
34322 +# CONFIG_POSIX_MQUEUE is not set
34323 +# CONFIG_BSD_PROCESS_ACCT is not set
34324 +# CONFIG_TASKSTATS is not set
34325 +# CONFIG_AUDIT is not set
34326 +# CONFIG_IKCONFIG is not set
34327 +CONFIG_LOG_BUF_SHIFT=14
34328 +# CONFIG_CGROUPS is not set
34329 +CONFIG_GROUP_SCHED=y
34330 +# CONFIG_FAIR_GROUP_SCHED is not set
34331 +# CONFIG_RT_GROUP_SCHED is not set
34332 +CONFIG_USER_SCHED=y
34333 +# CONFIG_CGROUP_SCHED is not set
34334 +CONFIG_SYSFS_DEPRECATED=y
34335 +CONFIG_SYSFS_DEPRECATED_V2=y
34336 +# CONFIG_RELAY is not set
34337 +# CONFIG_NAMESPACES is not set
34338 +CONFIG_BLK_DEV_INITRD=y
34339 +CONFIG_INITRAMFS_SOURCE=""
34340 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
34341 +CONFIG_SYSCTL=y
34342 +CONFIG_EMBEDDED=y
34343 +CONFIG_SYSCTL_SYSCALL=y
34344 +CONFIG_KALLSYMS=y
34345 +# CONFIG_KALLSYMS_ALL is not set
34346 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
34347 +CONFIG_HOTPLUG=y
34348 +CONFIG_PRINTK=y
34349 +CONFIG_BUG=y
34350 +CONFIG_ELF_CORE=y
34351 +CONFIG_COMPAT_BRK=y
34352 +CONFIG_BASE_FULL=y
34353 +CONFIG_FUTEX=y
34354 +CONFIG_ANON_INODES=y
34355 +CONFIG_EPOLL=y
34356 +CONFIG_SIGNALFD=y
34357 +CONFIG_TIMERFD=y
34358 +CONFIG_EVENTFD=y
34359 +CONFIG_SHMEM=y
34360 +CONFIG_VM_EVENT_COUNTERS=y
34361 +CONFIG_SLUB_DEBUG=y
34362 +# CONFIG_SLAB is not set
34363 +CONFIG_SLUB=y
34364 +# CONFIG_SLOB is not set
34365 +# CONFIG_PROFILING is not set
34366 +# CONFIG_MARKERS is not set
34367 +CONFIG_HAVE_OPROFILE=y
34368 +CONFIG_HAVE_KPROBES=y
34369 +CONFIG_HAVE_KRETPROBES=y
34370 +CONFIG_PROC_PAGE_MONITOR=y
34371 +CONFIG_SLABINFO=y
34372 +CONFIG_RT_MUTEXES=y
34373 +# CONFIG_TINY_SHMEM is not set
34374 +CONFIG_BASE_SMALL=0
34375 +# CONFIG_MODULES is not set
34376 +CONFIG_BLOCK=y
34377 +# CONFIG_LBD is not set
34378 +# CONFIG_BLK_DEV_IO_TRACE is not set
34379 +# CONFIG_LSF is not set
34380 +# CONFIG_BLK_DEV_BSG is not set
34381 +
34382 +#
34383 +# IO Schedulers
34384 +#
34385 +CONFIG_IOSCHED_NOOP=y
34386 +CONFIG_IOSCHED_AS=y
34387 +CONFIG_IOSCHED_DEADLINE=y
34388 +CONFIG_IOSCHED_CFQ=y
34389 +CONFIG_DEFAULT_AS=y
34390 +# CONFIG_DEFAULT_DEADLINE is not set
34391 +# CONFIG_DEFAULT_CFQ is not set
34392 +# CONFIG_DEFAULT_NOOP is not set
34393 +CONFIG_DEFAULT_IOSCHED="anticipatory"
34394 +CONFIG_CLASSIC_RCU=y
34395 +
34396 +#
34397 +# Platform support
34398 +#
34399 +# CONFIG_PPC_MPC512x is not set
34400 +# CONFIG_PPC_MPC5121 is not set
34401 +# CONFIG_PPC_CELL is not set
34402 +# CONFIG_PPC_CELL_NATIVE is not set
34403 +# CONFIG_PQ2ADS is not set
34404 +CONFIG_MPC85xx=y
34405 +CONFIG_MPC8540_ADS=y
34406 +# CONFIG_MPC8560_ADS is not set
34407 +# CONFIG_MPC85xx_CDS is not set
34408 +# CONFIG_MPC85xx_MDS is not set
34409 +# CONFIG_MPC85xx_DS is not set
34410 +# CONFIG_STX_GP3 is not set
34411 +# CONFIG_TQM8540 is not set
34412 +# CONFIG_TQM8541 is not set
34413 +# CONFIG_TQM8555 is not set
34414 +# CONFIG_TQM8560 is not set
34415 +# CONFIG_SBC8548 is not set
34416 +# CONFIG_SBC8560 is not set
34417 +# CONFIG_IPIC is not set
34418 +CONFIG_MPIC=y
34419 +# CONFIG_MPIC_WEIRD is not set
34420 +# CONFIG_PPC_I8259 is not set
34421 +# CONFIG_PPC_RTAS is not set
34422 +# CONFIG_MMIO_NVRAM is not set
34423 +# CONFIG_PPC_MPC106 is not set
34424 +# CONFIG_PPC_970_NAP is not set
34425 +# CONFIG_PPC_INDIRECT_IO is not set
34426 +# CONFIG_GENERIC_IOMAP is not set
34427 +# CONFIG_CPU_FREQ is not set
34428 +# CONFIG_CPM2 is not set
34429 +# CONFIG_FSL_ULI1575 is not set
34430 +
34431 +#
34432 +# Kernel options
34433 +#
34434 +# CONFIG_HIGHMEM is not set
34435 +CONFIG_TICK_ONESHOT=y
34436 +CONFIG_NO_HZ=y
34437 +CONFIG_HIGH_RES_TIMERS=y
34438 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
34439 +# CONFIG_HZ_100 is not set
34440 +CONFIG_HZ_250=y
34441 +# CONFIG_HZ_300 is not set
34442 +# CONFIG_HZ_1000 is not set
34443 +CONFIG_HZ=250
34444 +# CONFIG_SCHED_HRTICK is not set
34445 +CONFIG_PREEMPT_NONE=y
34446 +# CONFIG_PREEMPT_VOLUNTARY is not set
34447 +# CONFIG_PREEMPT is not set
34448 +CONFIG_BINFMT_ELF=y
34449 +CONFIG_BINFMT_MISC=y
34450 +CONFIG_MATH_EMULATION=y
34451 +# CONFIG_IOMMU_HELPER is not set
34452 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
34453 +CONFIG_ARCH_HAS_WALK_MEMORY=y
34454 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
34455 +CONFIG_ARCH_FLATMEM_ENABLE=y
34456 +CONFIG_ARCH_POPULATES_NODE_MAP=y
34457 +CONFIG_SELECT_MEMORY_MODEL=y
34458 +CONFIG_FLATMEM_MANUAL=y
34459 +# CONFIG_DISCONTIGMEM_MANUAL is not set
34460 +# CONFIG_SPARSEMEM_MANUAL is not set
34461 +CONFIG_FLATMEM=y
34462 +CONFIG_FLAT_NODE_MEM_MAP=y
34463 +# CONFIG_SPARSEMEM_STATIC is not set
34464 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
34465 +CONFIG_SPLIT_PTLOCK_CPUS=4
34466 +# CONFIG_RESOURCES_64BIT is not set
34467 +CONFIG_ZONE_DMA_FLAG=1
34468 +CONFIG_BOUNCE=y
34469 +CONFIG_VIRT_TO_BUS=y
34470 +CONFIG_PROC_DEVICETREE=y
34471 +# CONFIG_CMDLINE_BOOL is not set
34472 +# CONFIG_PM is not set
34473 +# CONFIG_SECCOMP is not set
34474 +CONFIG_ISA_DMA_API=y
34475 +
34476 +#
34477 +# Bus options
34478 +#
34479 +CONFIG_ZONE_DMA=y
34480 +CONFIG_FSL_SOC=y
34481 +# CONFIG_PCI is not set
34482 +# CONFIG_PCI_DOMAINS is not set
34483 +# CONFIG_PCI_SYSCALL is not set
34484 +# CONFIG_ARCH_SUPPORTS_MSI is not set
34485 +# CONFIG_PCCARD is not set
34486 +
34487 +#
34488 +# Advanced setup
34489 +#
34490 +# CONFIG_ADVANCED_OPTIONS is not set
34491 +
34492 +#
34493 +# Default settings for advanced configuration options are used
34494 +#
34495 +CONFIG_HIGHMEM_START=0xfe000000
34496 +CONFIG_LOWMEM_SIZE=0x30000000
34497 +CONFIG_KERNEL_START=0xc0000000
34498 +CONFIG_TASK_SIZE=0xc0000000
34499 +CONFIG_BOOT_LOAD=0x00800000
34500 +
34501 +#
34502 +# Networking
34503 +#
34504 +CONFIG_NET=y
34505 +
34506 +#
34507 +# Networking options
34508 +#
34509 +CONFIG_PACKET=y
34510 +# CONFIG_PACKET_MMAP is not set
34511 +CONFIG_UNIX=y
34512 +CONFIG_XFRM=y
34513 +CONFIG_XFRM_USER=y
34514 +# CONFIG_XFRM_SUB_POLICY is not set
34515 +# CONFIG_XFRM_MIGRATE is not set
34516 +# CONFIG_XFRM_STATISTICS is not set
34517 +# CONFIG_NET_KEY is not set
34518 +CONFIG_INET=y
34519 +CONFIG_IP_MULTICAST=y
34520 +# CONFIG_IP_ADVANCED_ROUTER is not set
34521 +CONFIG_IP_FIB_HASH=y
34522 +CONFIG_IP_PNP=y
34523 +CONFIG_IP_PNP_DHCP=y
34524 +CONFIG_IP_PNP_BOOTP=y
34525 +# CONFIG_IP_PNP_RARP is not set
34526 +# CONFIG_NET_IPIP is not set
34527 +# CONFIG_NET_IPGRE is not set
34528 +# CONFIG_IP_MROUTE is not set
34529 +# CONFIG_ARPD is not set
34530 +CONFIG_SYN_COOKIES=y
34531 +# CONFIG_INET_AH is not set
34532 +# CONFIG_INET_ESP is not set
34533 +# CONFIG_INET_IPCOMP is not set
34534 +# CONFIG_INET_XFRM_TUNNEL is not set
34535 +# CONFIG_INET_TUNNEL is not set
34536 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
34537 +CONFIG_INET_XFRM_MODE_TUNNEL=y
34538 +CONFIG_INET_XFRM_MODE_BEET=y
34539 +# CONFIG_INET_LRO is not set
34540 +CONFIG_INET_DIAG=y
34541 +CONFIG_INET_TCP_DIAG=y
34542 +# CONFIG_TCP_CONG_ADVANCED is not set
34543 +CONFIG_TCP_CONG_CUBIC=y
34544 +CONFIG_DEFAULT_TCP_CONG="cubic"
34545 +# CONFIG_TCP_MD5SIG is not set
34546 +# CONFIG_IPV6 is not set
34547 +# CONFIG_INET6_XFRM_TUNNEL is not set
34548 +# CONFIG_INET6_TUNNEL is not set
34549 +# CONFIG_NETWORK_SECMARK is not set
34550 +# CONFIG_NETFILTER is not set
34551 +# CONFIG_IP_DCCP is not set
34552 +# CONFIG_IP_SCTP is not set
34553 +# CONFIG_TIPC is not set
34554 +# CONFIG_ATM is not set
34555 +# CONFIG_BRIDGE is not set
34556 +# CONFIG_VLAN_8021Q is not set
34557 +# CONFIG_DECNET is not set
34558 +# CONFIG_LLC2 is not set
34559 +# CONFIG_IPX is not set
34560 +# CONFIG_ATALK is not set
34561 +# CONFIG_X25 is not set
34562 +# CONFIG_LAPB is not set
34563 +# CONFIG_ECONET is not set
34564 +# CONFIG_WAN_ROUTER is not set
34565 +# CONFIG_NET_SCHED is not set
34566 +
34567 +#
34568 +# Network testing
34569 +#
34570 +# CONFIG_NET_PKTGEN is not set
34571 +# CONFIG_HAMRADIO is not set
34572 +# CONFIG_CAN is not set
34573 +# CONFIG_IRDA is not set
34574 +# CONFIG_BT is not set
34575 +# CONFIG_AF_RXRPC is not set
34576 +
34577 +#
34578 +# Wireless
34579 +#
34580 +# CONFIG_CFG80211 is not set
34581 +# CONFIG_WIRELESS_EXT is not set
34582 +# CONFIG_MAC80211 is not set
34583 +# CONFIG_IEEE80211 is not set
34584 +# CONFIG_RFKILL is not set
34585 +# CONFIG_NET_9P is not set
34586 +
34587 +#
34588 +# Device Drivers
34589 +#
34590 +
34591 +#
34592 +# Generic Driver Options
34593 +#
34594 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
34595 +CONFIG_STANDALONE=y
34596 +CONFIG_PREVENT_FIRMWARE_BUILD=y
34597 +# CONFIG_FW_LOADER is not set
34598 +# CONFIG_DEBUG_DRIVER is not set
34599 +# CONFIG_DEBUG_DEVRES is not set
34600 +# CONFIG_SYS_HYPERVISOR is not set
34601 +# CONFIG_CONNECTOR is not set
34602 +# CONFIG_MTD is not set
34603 +CONFIG_OF_DEVICE=y
34604 +# CONFIG_PARPORT is not set
34605 +CONFIG_BLK_DEV=y
34606 +# CONFIG_BLK_DEV_FD is not set
34607 +# CONFIG_BLK_DEV_COW_COMMON is not set
34608 +CONFIG_BLK_DEV_LOOP=y
34609 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
34610 +# CONFIG_BLK_DEV_NBD is not set
34611 +CONFIG_BLK_DEV_RAM=y
34612 +CONFIG_BLK_DEV_RAM_COUNT=16
34613 +CONFIG_BLK_DEV_RAM_SIZE=32768
34614 +# CONFIG_BLK_DEV_XIP is not set
34615 +# CONFIG_CDROM_PKTCDVD is not set
34616 +# CONFIG_ATA_OVER_ETH is not set
34617 +CONFIG_MISC_DEVICES=y
34618 +# CONFIG_EEPROM_93CX6 is not set
34619 +# CONFIG_ENCLOSURE_SERVICES is not set
34620 +CONFIG_HAVE_IDE=y
34621 +# CONFIG_IDE is not set
34622 +
34623 +#
34624 +# SCSI device support
34625 +#
34626 +# CONFIG_RAID_ATTRS is not set
34627 +# CONFIG_SCSI is not set
34628 +# CONFIG_SCSI_DMA is not set
34629 +# CONFIG_SCSI_NETLINK is not set
34630 +# CONFIG_ATA is not set
34631 +# CONFIG_MD is not set
34632 +# CONFIG_MACINTOSH_DRIVERS is not set
34633 +CONFIG_NETDEVICES=y
34634 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
34635 +# CONFIG_DUMMY is not set
34636 +# CONFIG_BONDING is not set
34637 +# CONFIG_MACVLAN is not set
34638 +# CONFIG_EQUALIZER is not set
34639 +# CONFIG_TUN is not set
34640 +# CONFIG_VETH is not set
34641 +CONFIG_PHYLIB=y
34642 +
34643 +#
34644 +# MII PHY device drivers
34645 +#
34646 +# CONFIG_MARVELL_PHY is not set
34647 +# CONFIG_DAVICOM_PHY is not set
34648 +# CONFIG_QSEMI_PHY is not set
34649 +# CONFIG_LXT_PHY is not set
34650 +# CONFIG_CICADA_PHY is not set
34651 +# CONFIG_VITESSE_PHY is not set
34652 +# CONFIG_SMSC_PHY is not set
34653 +# CONFIG_BROADCOM_PHY is not set
34654 +# CONFIG_ICPLUS_PHY is not set
34655 +# CONFIG_REALTEK_PHY is not set
34656 +# CONFIG_FIXED_PHY is not set
34657 +# CONFIG_MDIO_BITBANG is not set
34658 +CONFIG_NET_ETHERNET=y
34659 +CONFIG_MII=y
34660 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
34661 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
34662 +# CONFIG_IBM_NEW_EMAC_TAH is not set
34663 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
34664 +# CONFIG_B44 is not set
34665 +CONFIG_NETDEV_1000=y
34666 +# CONFIG_E1000E_ENABLED is not set
34667 +CONFIG_GIANFAR=y
34668 +CONFIG_GFAR_NAPI=y
34669 +CONFIG_NETDEV_10000=y
34670 +
34671 +#
34672 +# Wireless LAN
34673 +#
34674 +# CONFIG_WLAN_PRE80211 is not set
34675 +# CONFIG_WLAN_80211 is not set
34676 +# CONFIG_WAN is not set
34677 +# CONFIG_PPP is not set
34678 +# CONFIG_SLIP is not set
34679 +# CONFIG_NETCONSOLE is not set
34680 +# CONFIG_NETPOLL is not set
34681 +# CONFIG_NET_POLL_CONTROLLER is not set
34682 +# CONFIG_ISDN is not set
34683 +# CONFIG_PHONE is not set
34684 +
34685 +#
34686 +# Input device support
34687 +#
34688 +CONFIG_INPUT=y
34689 +# CONFIG_INPUT_FF_MEMLESS is not set
34690 +# CONFIG_INPUT_POLLDEV is not set
34691 +
34692 +#
34693 +# Userland interfaces
34694 +#
34695 +# CONFIG_INPUT_MOUSEDEV is not set
34696 +# CONFIG_INPUT_JOYDEV is not set
34697 +# CONFIG_INPUT_EVDEV is not set
34698 +# CONFIG_INPUT_EVBUG is not set
34699 +
34700 +#
34701 +# Input Device Drivers
34702 +#
34703 +# CONFIG_INPUT_KEYBOARD is not set
34704 +# CONFIG_INPUT_MOUSE is not set
34705 +# CONFIG_INPUT_JOYSTICK is not set
34706 +# CONFIG_INPUT_TABLET is not set
34707 +# CONFIG_INPUT_TOUCHSCREEN is not set
34708 +# CONFIG_INPUT_MISC is not set
34709 +
34710 +#
34711 +# Hardware I/O ports
34712 +#
34713 +# CONFIG_SERIO is not set
34714 +# CONFIG_GAMEPORT is not set
34715 +
34716 +#
34717 +# Character devices
34718 +#
34719 +# CONFIG_VT is not set
34720 +# CONFIG_SERIAL_NONSTANDARD is not set
34721 +
34722 +#
34723 +# Serial drivers
34724 +#
34725 +CONFIG_SERIAL_8250=y
34726 +CONFIG_SERIAL_8250_CONSOLE=y
34727 +CONFIG_SERIAL_8250_NR_UARTS=4
34728 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
34729 +# CONFIG_SERIAL_8250_EXTENDED is not set
34730 +CONFIG_SERIAL_8250_SHARE_IRQ=y
34731 +
34732 +#
34733 +# Non-8250 serial port support
34734 +#
34735 +# CONFIG_SERIAL_UARTLITE is not set
34736 +CONFIG_SERIAL_CORE=y
34737 +CONFIG_SERIAL_CORE_CONSOLE=y
34738 +# CONFIG_SERIAL_OF_PLATFORM is not set
34739 +CONFIG_UNIX98_PTYS=y
34740 +CONFIG_LEGACY_PTYS=y
34741 +CONFIG_LEGACY_PTY_COUNT=256
34742 +# CONFIG_IPMI_HANDLER is not set
34743 +# CONFIG_HW_RANDOM is not set
34744 +# CONFIG_NVRAM is not set
34745 +CONFIG_GEN_RTC=y
34746 +# CONFIG_GEN_RTC_X is not set
34747 +# CONFIG_R3964 is not set
34748 +# CONFIG_RAW_DRIVER is not set
34749 +# CONFIG_TCG_TPM is not set
34750 +# CONFIG_I2C is not set
34751 +
34752 +#
34753 +# SPI support
34754 +#
34755 +# CONFIG_SPI is not set
34756 +# CONFIG_SPI_MASTER is not set
34757 +# CONFIG_W1 is not set
34758 +# CONFIG_POWER_SUPPLY is not set
34759 +CONFIG_HWMON=y
34760 +# CONFIG_HWMON_VID is not set
34761 +# CONFIG_SENSORS_F71805F is not set
34762 +# CONFIG_SENSORS_F71882FG is not set
34763 +# CONFIG_SENSORS_IT87 is not set
34764 +# CONFIG_SENSORS_PC87360 is not set
34765 +# CONFIG_SENSORS_PC87427 is not set
34766 +# CONFIG_SENSORS_SMSC47M1 is not set
34767 +# CONFIG_SENSORS_SMSC47B397 is not set
34768 +# CONFIG_SENSORS_VT1211 is not set
34769 +# CONFIG_SENSORS_W83627HF is not set
34770 +# CONFIG_SENSORS_W83627EHF is not set
34771 +# CONFIG_HWMON_DEBUG_CHIP is not set
34772 +# CONFIG_THERMAL is not set
34773 +# CONFIG_WATCHDOG is not set
34774 +
34775 +#
34776 +# Sonics Silicon Backplane
34777 +#
34778 +CONFIG_SSB_POSSIBLE=y
34779 +# CONFIG_SSB is not set
34780 +
34781 +#
34782 +# Multifunction device drivers
34783 +#
34784 +# CONFIG_MFD_SM501 is not set
34785 +
34786 +#
34787 +# Multimedia devices
34788 +#
34789 +# CONFIG_VIDEO_DEV is not set
34790 +# CONFIG_DVB_CORE is not set
34791 +CONFIG_DAB=y
34792 +
34793 +#
34794 +# Graphics support
34795 +#
34796 +# CONFIG_VGASTATE is not set
34797 +CONFIG_VIDEO_OUTPUT_CONTROL=y
34798 +# CONFIG_FB is not set
34799 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
34800 +
34801 +#
34802 +# Display device support
34803 +#
34804 +# CONFIG_DISPLAY_SUPPORT is not set
34805 +
34806 +#
34807 +# Sound
34808 +#
34809 +# CONFIG_SOUND is not set
34810 +CONFIG_HID_SUPPORT=y
34811 +CONFIG_HID=y
34812 +# CONFIG_HID_DEBUG is not set
34813 +# CONFIG_HIDRAW is not set
34814 +CONFIG_USB_SUPPORT=y
34815 +# CONFIG_USB_ARCH_HAS_HCD is not set
34816 +# CONFIG_USB_ARCH_HAS_OHCI is not set
34817 +# CONFIG_USB_ARCH_HAS_EHCI is not set
34818 +
34819 +#
34820 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
34821 +#
34822 +# CONFIG_USB_GADGET is not set
34823 +# CONFIG_MMC is not set
34824 +# CONFIG_MEMSTICK is not set
34825 +# CONFIG_NEW_LEDS is not set
34826 +# CONFIG_EDAC is not set
34827 +# CONFIG_RTC_CLASS is not set
34828 +# CONFIG_DMADEVICES is not set
34829 +
34830 +#
34831 +# Userspace I/O
34832 +#
34833 +# CONFIG_UIO is not set
34834 +
34835 +#
34836 +# File systems
34837 +#
34838 +CONFIG_EXT2_FS=y
34839 +# CONFIG_EXT2_FS_XATTR is not set
34840 +# CONFIG_EXT2_FS_XIP is not set
34841 +CONFIG_EXT3_FS=y
34842 +CONFIG_EXT3_FS_XATTR=y
34843 +# CONFIG_EXT3_FS_POSIX_ACL is not set
34844 +# CONFIG_EXT3_FS_SECURITY is not set
34845 +# CONFIG_EXT4DEV_FS is not set
34846 +CONFIG_JBD=y
34847 +CONFIG_FS_MBCACHE=y
34848 +# CONFIG_REISERFS_FS is not set
34849 +# CONFIG_JFS_FS is not set
34850 +# CONFIG_FS_POSIX_ACL is not set
34851 +# CONFIG_XFS_FS is not set
34852 +# CONFIG_GFS2_FS is not set
34853 +# CONFIG_OCFS2_FS is not set
34854 +CONFIG_DNOTIFY=y
34855 +CONFIG_INOTIFY=y
34856 +CONFIG_INOTIFY_USER=y
34857 +# CONFIG_QUOTA is not set
34858 +# CONFIG_AUTOFS_FS is not set
34859 +# CONFIG_AUTOFS4_FS is not set
34860 +# CONFIG_FUSE_FS is not set
34861 +
34862 +#
34863 +# CD-ROM/DVD Filesystems
34864 +#
34865 +# CONFIG_ISO9660_FS is not set
34866 +# CONFIG_UDF_FS is not set
34867 +
34868 +#
34869 +# DOS/FAT/NT Filesystems
34870 +#
34871 +# CONFIG_MSDOS_FS is not set
34872 +# CONFIG_VFAT_FS is not set
34873 +# CONFIG_NTFS_FS is not set
34874 +
34875 +#
34876 +# Pseudo filesystems
34877 +#
34878 +CONFIG_PROC_FS=y
34879 +CONFIG_PROC_KCORE=y
34880 +CONFIG_PROC_SYSCTL=y
34881 +CONFIG_SYSFS=y
34882 +CONFIG_TMPFS=y
34883 +# CONFIG_TMPFS_POSIX_ACL is not set
34884 +# CONFIG_HUGETLB_PAGE is not set
34885 +# CONFIG_CONFIGFS_FS is not set
34886 +
34887 +#
34888 +# Miscellaneous filesystems
34889 +#
34890 +# CONFIG_ADFS_FS is not set
34891 +# CONFIG_AFFS_FS is not set
34892 +# CONFIG_HFS_FS is not set
34893 +# CONFIG_HFSPLUS_FS is not set
34894 +# CONFIG_BEFS_FS is not set
34895 +# CONFIG_BFS_FS is not set
34896 +# CONFIG_EFS_FS is not set
34897 +# CONFIG_CRAMFS is not set
34898 +# CONFIG_VXFS_FS is not set
34899 +# CONFIG_MINIX_FS is not set
34900 +# CONFIG_HPFS_FS is not set
34901 +# CONFIG_QNX4FS_FS is not set
34902 +# CONFIG_ROMFS_FS is not set
34903 +# CONFIG_SYSV_FS is not set
34904 +# CONFIG_UFS_FS is not set
34905 +CONFIG_NETWORK_FILESYSTEMS=y
34906 +CONFIG_NFS_FS=y
34907 +# CONFIG_NFS_V3 is not set
34908 +# CONFIG_NFS_V4 is not set
34909 +# CONFIG_NFS_DIRECTIO is not set
34910 +# CONFIG_NFSD is not set
34911 +CONFIG_ROOT_NFS=y
34912 +CONFIG_LOCKD=y
34913 +CONFIG_NFS_COMMON=y
34914 +CONFIG_SUNRPC=y
34915 +# CONFIG_SUNRPC_BIND34 is not set
34916 +# CONFIG_RPCSEC_GSS_KRB5 is not set
34917 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
34918 +# CONFIG_SMB_FS is not set
34919 +# CONFIG_CIFS is not set
34920 +# CONFIG_NCP_FS is not set
34921 +# CONFIG_CODA_FS is not set
34922 +# CONFIG_AFS_FS is not set
34923 +
34924 +#
34925 +# Partition Types
34926 +#
34927 +CONFIG_PARTITION_ADVANCED=y
34928 +# CONFIG_ACORN_PARTITION is not set
34929 +# CONFIG_OSF_PARTITION is not set
34930 +# CONFIG_AMIGA_PARTITION is not set
34931 +# CONFIG_ATARI_PARTITION is not set
34932 +# CONFIG_MAC_PARTITION is not set
34933 +# CONFIG_MSDOS_PARTITION is not set
34934 +# CONFIG_LDM_PARTITION is not set
34935 +# CONFIG_SGI_PARTITION is not set
34936 +# CONFIG_ULTRIX_PARTITION is not set
34937 +# CONFIG_SUN_PARTITION is not set
34938 +# CONFIG_KARMA_PARTITION is not set
34939 +# CONFIG_EFI_PARTITION is not set
34940 +# CONFIG_SYSV68_PARTITION is not set
34941 +# CONFIG_NLS is not set
34942 +# CONFIG_DLM is not set
34943 +
34944 +#
34945 +# Library routines
34946 +#
34947 +CONFIG_BITREVERSE=y
34948 +# CONFIG_CRC_CCITT is not set
34949 +# CONFIG_CRC16 is not set
34950 +# CONFIG_CRC_ITU_T is not set
34951 +CONFIG_CRC32=y
34952 +# CONFIG_CRC7 is not set
34953 +# CONFIG_LIBCRC32C is not set
34954 +CONFIG_PLIST=y
34955 +CONFIG_HAS_IOMEM=y
34956 +CONFIG_HAS_IOPORT=y
34957 +CONFIG_HAS_DMA=y
34958 +
34959 +#
34960 +# Kernel hacking
34961 +#
34962 +# CONFIG_PRINTK_TIME is not set
34963 +CONFIG_ENABLE_WARN_DEPRECATED=y
34964 +CONFIG_ENABLE_MUST_CHECK=y
34965 +# CONFIG_MAGIC_SYSRQ is not set
34966 +# CONFIG_UNUSED_SYMBOLS is not set
34967 +# CONFIG_DEBUG_FS is not set
34968 +# CONFIG_HEADERS_CHECK is not set
34969 +CONFIG_DEBUG_KERNEL=y
34970 +# CONFIG_DEBUG_SHIRQ is not set
34971 +CONFIG_DETECT_SOFTLOCKUP=y
34972 +CONFIG_SCHED_DEBUG=y
34973 +# CONFIG_SCHEDSTATS is not set
34974 +# CONFIG_TIMER_STATS is not set
34975 +# CONFIG_SLUB_DEBUG_ON is not set
34976 +# CONFIG_SLUB_STATS is not set
34977 +# CONFIG_DEBUG_RT_MUTEXES is not set
34978 +# CONFIG_RT_MUTEX_TESTER is not set
34979 +# CONFIG_DEBUG_SPINLOCK is not set
34980 +CONFIG_DEBUG_MUTEXES=y
34981 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
34982 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
34983 +# CONFIG_DEBUG_KOBJECT is not set
34984 +# CONFIG_DEBUG_BUGVERBOSE is not set
34985 +# CONFIG_DEBUG_INFO is not set
34986 +# CONFIG_DEBUG_VM is not set
34987 +# CONFIG_DEBUG_LIST is not set
34988 +# CONFIG_DEBUG_SG is not set
34989 +# CONFIG_BOOT_PRINTK_DELAY is not set
34990 +# CONFIG_BACKTRACE_SELF_TEST is not set
34991 +# CONFIG_FAULT_INJECTION is not set
34992 +# CONFIG_SAMPLES is not set
34993 +# CONFIG_DEBUG_STACKOVERFLOW is not set
34994 +# CONFIG_DEBUG_STACK_USAGE is not set
34995 +# CONFIG_DEBUG_PAGEALLOC is not set
34996 +# CONFIG_DEBUGGER is not set
34997 +# CONFIG_BDI_SWITCH is not set
34998 +# CONFIG_PPC_EARLY_DEBUG is not set
34999 +
35000 +#
35001 +# Security options
35002 +#
35003 +# CONFIG_KEYS is not set
35004 +# CONFIG_SECURITY is not set
35005 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
35006 +CONFIG_CRYPTO=y
35007 +# CONFIG_CRYPTO_SEQIV is not set
35008 +# CONFIG_CRYPTO_MANAGER is not set
35009 +# CONFIG_CRYPTO_HMAC is not set
35010 +# CONFIG_CRYPTO_XCBC is not set
35011 +# CONFIG_CRYPTO_NULL is not set
35012 +# CONFIG_CRYPTO_MD4 is not set
35013 +# CONFIG_CRYPTO_MD5 is not set
35014 +# CONFIG_CRYPTO_SHA1 is not set
35015 +# CONFIG_CRYPTO_SHA256 is not set
35016 +# CONFIG_CRYPTO_SHA512 is not set
35017 +# CONFIG_CRYPTO_WP512 is not set
35018 +# CONFIG_CRYPTO_TGR192 is not set
35019 +# CONFIG_CRYPTO_GF128MUL is not set
35020 +# CONFIG_CRYPTO_ECB is not set
35021 +# CONFIG_CRYPTO_CBC is not set
35022 +# CONFIG_CRYPTO_PCBC is not set
35023 +# CONFIG_CRYPTO_LRW is not set
35024 +# CONFIG_CRYPTO_XTS is not set
35025 +# CONFIG_CRYPTO_CTR is not set
35026 +# CONFIG_CRYPTO_GCM is not set
35027 +# CONFIG_CRYPTO_CCM is not set
35028 +# CONFIG_CRYPTO_CRYPTD is not set
35029 +# CONFIG_CRYPTO_DES is not set
35030 +# CONFIG_CRYPTO_FCRYPT is not set
35031 +# CONFIG_CRYPTO_BLOWFISH is not set
35032 +# CONFIG_CRYPTO_TWOFISH is not set
35033 +# CONFIG_CRYPTO_SERPENT is not set
35034 +# CONFIG_CRYPTO_AES is not set
35035 +# CONFIG_CRYPTO_CAST5 is not set
35036 +# CONFIG_CRYPTO_CAST6 is not set
35037 +# CONFIG_CRYPTO_TEA is not set
35038 +# CONFIG_CRYPTO_ARC4 is not set
35039 +# CONFIG_CRYPTO_KHAZAD is not set
35040 +# CONFIG_CRYPTO_ANUBIS is not set
35041 +# CONFIG_CRYPTO_SEED is not set
35042 +# CONFIG_CRYPTO_SALSA20 is not set
35043 +# CONFIG_CRYPTO_DEFLATE is not set
35044 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
35045 +# CONFIG_CRYPTO_CRC32C is not set
35046 +# CONFIG_CRYPTO_CAMELLIA is not set
35047 +# CONFIG_CRYPTO_AUTHENC is not set
35048 +# CONFIG_CRYPTO_LZO is not set
35049 +CONFIG_CRYPTO_HW=y
35050 +# CONFIG_PPC_CLOCK is not set
35051 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
35052 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8544_ds_defconfig 1970-01-01 01:00:00.000000000 +0100
35053 +++ powerpc.git/arch/powerpc/configs/85xx/mpc8544_ds_defconfig 2008-04-19 16:40:52.000000000 +0200
35054 @@ -0,0 +1,1564 @@
35055 +#
35056 +# Automatically generated make config: don't edit
35057 +# Linux kernel version: 2.6.25-rc7
35058 +# Mon Mar 31 11:37:03 2008
35059 +#
35060 +# CONFIG_PPC64 is not set
35061 +
35062 +#
35063 +# Processor support
35064 +#
35065 +# CONFIG_6xx is not set
35066 +CONFIG_PPC_85xx=y
35067 +# CONFIG_PPC_8xx is not set
35068 +# CONFIG_40x is not set
35069 +# CONFIG_44x is not set
35070 +# CONFIG_E200 is not set
35071 +CONFIG_E500=y
35072 +CONFIG_BOOKE=y
35073 +CONFIG_FSL_BOOKE=y
35074 +CONFIG_FSL_EMB_PERFMON=y
35075 +# CONFIG_PHYS_64BIT is not set
35076 +CONFIG_SPE=y
35077 +# CONFIG_PPC_MM_SLICES is not set
35078 +CONFIG_PPC32=y
35079 +CONFIG_WORD_SIZE=32
35080 +CONFIG_PPC_MERGE=y
35081 +CONFIG_MMU=y
35082 +CONFIG_GENERIC_CMOS_UPDATE=y
35083 +CONFIG_GENERIC_TIME=y
35084 +CONFIG_GENERIC_TIME_VSYSCALL=y
35085 +CONFIG_GENERIC_CLOCKEVENTS=y
35086 +CONFIG_GENERIC_HARDIRQS=y
35087 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
35088 +CONFIG_IRQ_PER_CPU=y
35089 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
35090 +CONFIG_ARCH_HAS_ILOG2_U32=y
35091 +CONFIG_GENERIC_HWEIGHT=y
35092 +CONFIG_GENERIC_CALIBRATE_DELAY=y
35093 +CONFIG_GENERIC_FIND_NEXT_BIT=y
35094 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
35095 +CONFIG_PPC=y
35096 +CONFIG_EARLY_PRINTK=y
35097 +CONFIG_GENERIC_NVRAM=y
35098 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
35099 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
35100 +CONFIG_PPC_OF=y
35101 +CONFIG_OF=y
35102 +CONFIG_PPC_UDBG_16550=y
35103 +# CONFIG_GENERIC_TBSYNC is not set
35104 +CONFIG_AUDIT_ARCH=y
35105 +CONFIG_GENERIC_BUG=y
35106 +CONFIG_DEFAULT_UIMAGE=y
35107 +# CONFIG_PPC_DCR_NATIVE is not set
35108 +# CONFIG_PPC_DCR_MMIO is not set
35109 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
35110 +
35111 +#
35112 +# General setup
35113 +#
35114 +CONFIG_EXPERIMENTAL=y
35115 +CONFIG_BROKEN_ON_SMP=y
35116 +CONFIG_INIT_ENV_ARG_LIMIT=32
35117 +CONFIG_LOCALVERSION=""
35118 +CONFIG_LOCALVERSION_AUTO=y
35119 +CONFIG_SWAP=y
35120 +CONFIG_SYSVIPC=y
35121 +CONFIG_SYSVIPC_SYSCTL=y
35122 +CONFIG_POSIX_MQUEUE=y
35123 +CONFIG_BSD_PROCESS_ACCT=y
35124 +# CONFIG_BSD_PROCESS_ACCT_V3 is not set
35125 +# CONFIG_TASKSTATS is not set
35126 +CONFIG_AUDIT=y
35127 +# CONFIG_AUDITSYSCALL is not set
35128 +CONFIG_IKCONFIG=y
35129 +CONFIG_IKCONFIG_PROC=y
35130 +CONFIG_LOG_BUF_SHIFT=14
35131 +# CONFIG_CGROUPS is not set
35132 +CONFIG_GROUP_SCHED=y
35133 +# CONFIG_FAIR_GROUP_SCHED is not set
35134 +# CONFIG_RT_GROUP_SCHED is not set
35135 +CONFIG_USER_SCHED=y
35136 +# CONFIG_CGROUP_SCHED is not set
35137 +CONFIG_SYSFS_DEPRECATED=y
35138 +CONFIG_SYSFS_DEPRECATED_V2=y
35139 +# CONFIG_RELAY is not set
35140 +# CONFIG_NAMESPACES is not set
35141 +CONFIG_BLK_DEV_INITRD=y
35142 +CONFIG_INITRAMFS_SOURCE=""
35143 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
35144 +CONFIG_SYSCTL=y
35145 +CONFIG_EMBEDDED=y
35146 +CONFIG_SYSCTL_SYSCALL=y
35147 +CONFIG_KALLSYMS=y
35148 +CONFIG_KALLSYMS_ALL=y
35149 +CONFIG_KALLSYMS_EXTRA_PASS=y
35150 +CONFIG_HOTPLUG=y
35151 +CONFIG_PRINTK=y
35152 +CONFIG_BUG=y
35153 +CONFIG_ELF_CORE=y
35154 +CONFIG_COMPAT_BRK=y
35155 +CONFIG_BASE_FULL=y
35156 +CONFIG_FUTEX=y
35157 +CONFIG_ANON_INODES=y
35158 +CONFIG_EPOLL=y
35159 +CONFIG_SIGNALFD=y
35160 +CONFIG_TIMERFD=y
35161 +CONFIG_EVENTFD=y
35162 +CONFIG_SHMEM=y
35163 +CONFIG_VM_EVENT_COUNTERS=y
35164 +CONFIG_SLUB_DEBUG=y
35165 +# CONFIG_SLAB is not set
35166 +CONFIG_SLUB=y
35167 +# CONFIG_SLOB is not set
35168 +# CONFIG_PROFILING is not set
35169 +# CONFIG_MARKERS is not set
35170 +CONFIG_HAVE_OPROFILE=y
35171 +# CONFIG_KPROBES is not set
35172 +CONFIG_HAVE_KPROBES=y
35173 +CONFIG_HAVE_KRETPROBES=y
35174 +CONFIG_PROC_PAGE_MONITOR=y
35175 +CONFIG_SLABINFO=y
35176 +CONFIG_RT_MUTEXES=y
35177 +# CONFIG_TINY_SHMEM is not set
35178 +CONFIG_BASE_SMALL=0
35179 +CONFIG_MODULES=y
35180 +CONFIG_MODULE_UNLOAD=y
35181 +CONFIG_MODULE_FORCE_UNLOAD=y
35182 +CONFIG_MODVERSIONS=y
35183 +# CONFIG_MODULE_SRCVERSION_ALL is not set
35184 +CONFIG_KMOD=y
35185 +CONFIG_BLOCK=y
35186 +CONFIG_LBD=y
35187 +# CONFIG_BLK_DEV_IO_TRACE is not set
35188 +# CONFIG_LSF is not set
35189 +# CONFIG_BLK_DEV_BSG is not set
35190 +
35191 +#
35192 +# IO Schedulers
35193 +#
35194 +CONFIG_IOSCHED_NOOP=y
35195 +CONFIG_IOSCHED_AS=y
35196 +CONFIG_IOSCHED_DEADLINE=y
35197 +CONFIG_IOSCHED_CFQ=y
35198 +# CONFIG_DEFAULT_AS is not set
35199 +# CONFIG_DEFAULT_DEADLINE is not set
35200 +CONFIG_DEFAULT_CFQ=y
35201 +# CONFIG_DEFAULT_NOOP is not set
35202 +CONFIG_DEFAULT_IOSCHED="cfq"
35203 +CONFIG_CLASSIC_RCU=y
35204 +
35205 +#
35206 +# Platform support
35207 +#
35208 +# CONFIG_PPC_MPC512x is not set
35209 +# CONFIG_PPC_MPC5121 is not set
35210 +# CONFIG_PPC_CELL is not set
35211 +# CONFIG_PPC_CELL_NATIVE is not set
35212 +# CONFIG_PQ2ADS is not set
35213 +CONFIG_MPC85xx=y
35214 +# CONFIG_MPC8540_ADS is not set
35215 +# CONFIG_MPC8560_ADS is not set
35216 +# CONFIG_MPC85xx_CDS is not set
35217 +# CONFIG_MPC85xx_MDS is not set
35218 +CONFIG_MPC85xx_DS=y
35219 +# CONFIG_KSI8560 is not set
35220 +# CONFIG_STX_GP3 is not set
35221 +# CONFIG_TQM8540 is not set
35222 +# CONFIG_TQM8541 is not set
35223 +# CONFIG_TQM8555 is not set
35224 +# CONFIG_TQM8560 is not set
35225 +# CONFIG_SBC8548 is not set
35226 +# CONFIG_SBC8560 is not set
35227 +# CONFIG_IPIC is not set
35228 +CONFIG_MPIC=y
35229 +# CONFIG_MPIC_WEIRD is not set
35230 +CONFIG_PPC_I8259=y
35231 +# CONFIG_PPC_RTAS is not set
35232 +# CONFIG_MMIO_NVRAM is not set
35233 +# CONFIG_PPC_MPC106 is not set
35234 +# CONFIG_PPC_970_NAP is not set
35235 +# CONFIG_PPC_INDIRECT_IO is not set
35236 +# CONFIG_GENERIC_IOMAP is not set
35237 +# CONFIG_CPU_FREQ is not set
35238 +# CONFIG_CPM2 is not set
35239 +CONFIG_FSL_ULI1575=y
35240 +
35241 +#
35242 +# Kernel options
35243 +#
35244 +CONFIG_HIGHMEM=y
35245 +CONFIG_TICK_ONESHOT=y
35246 +CONFIG_NO_HZ=y
35247 +CONFIG_HIGH_RES_TIMERS=y
35248 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
35249 +# CONFIG_HZ_100 is not set
35250 +CONFIG_HZ_250=y
35251 +# CONFIG_HZ_300 is not set
35252 +# CONFIG_HZ_1000 is not set
35253 +CONFIG_HZ=250
35254 +# CONFIG_SCHED_HRTICK is not set
35255 +CONFIG_PREEMPT_NONE=y
35256 +# CONFIG_PREEMPT_VOLUNTARY is not set
35257 +# CONFIG_PREEMPT is not set
35258 +CONFIG_BINFMT_ELF=y
35259 +CONFIG_BINFMT_MISC=m
35260 +CONFIG_FORCE_MAX_ZONEORDER=11
35261 +CONFIG_MATH_EMULATION=y
35262 +# CONFIG_IOMMU_HELPER is not set
35263 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
35264 +CONFIG_ARCH_HAS_WALK_MEMORY=y
35265 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
35266 +CONFIG_ARCH_FLATMEM_ENABLE=y
35267 +CONFIG_ARCH_POPULATES_NODE_MAP=y
35268 +CONFIG_SELECT_MEMORY_MODEL=y
35269 +CONFIG_FLATMEM_MANUAL=y
35270 +# CONFIG_DISCONTIGMEM_MANUAL is not set
35271 +# CONFIG_SPARSEMEM_MANUAL is not set
35272 +CONFIG_FLATMEM=y
35273 +CONFIG_FLAT_NODE_MEM_MAP=y
35274 +# CONFIG_SPARSEMEM_STATIC is not set
35275 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
35276 +CONFIG_SPLIT_PTLOCK_CPUS=4
35277 +# CONFIG_RESOURCES_64BIT is not set
35278 +CONFIG_ZONE_DMA_FLAG=1
35279 +CONFIG_BOUNCE=y
35280 +CONFIG_VIRT_TO_BUS=y
35281 +CONFIG_PROC_DEVICETREE=y
35282 +# CONFIG_CMDLINE_BOOL is not set
35283 +# CONFIG_PM is not set
35284 +CONFIG_SECCOMP=y
35285 +CONFIG_ISA_DMA_API=y
35286 +
35287 +#
35288 +# Bus options
35289 +#
35290 +CONFIG_ZONE_DMA=y
35291 +CONFIG_GENERIC_ISA_DMA=y
35292 +CONFIG_PPC_INDIRECT_PCI=y
35293 +CONFIG_FSL_SOC=y
35294 +CONFIG_FSL_PCI=y
35295 +CONFIG_PCI=y
35296 +CONFIG_PCI_DOMAINS=y
35297 +CONFIG_PCI_SYSCALL=y
35298 +# CONFIG_PCIEPORTBUS is not set
35299 +CONFIG_ARCH_SUPPORTS_MSI=y
35300 +# CONFIG_PCI_MSI is not set
35301 +CONFIG_PCI_LEGACY=y
35302 +# CONFIG_PCI_DEBUG is not set
35303 +# CONFIG_PCCARD is not set
35304 +# CONFIG_HOTPLUG_PCI is not set
35305 +
35306 +#
35307 +# Advanced setup
35308 +#
35309 +# CONFIG_ADVANCED_OPTIONS is not set
35310 +
35311 +#
35312 +# Default settings for advanced configuration options are used
35313 +#
35314 +CONFIG_HIGHMEM_START=0xfe000000
35315 +CONFIG_LOWMEM_SIZE=0x30000000
35316 +CONFIG_KERNEL_START=0xc0000000
35317 +CONFIG_TASK_SIZE=0xc0000000
35318 +CONFIG_BOOT_LOAD=0x00800000
35319 +
35320 +#
35321 +# Networking
35322 +#
35323 +CONFIG_NET=y
35324 +
35325 +#
35326 +# Networking options
35327 +#
35328 +CONFIG_PACKET=y
35329 +# CONFIG_PACKET_MMAP is not set
35330 +CONFIG_UNIX=y
35331 +CONFIG_XFRM=y
35332 +CONFIG_XFRM_USER=y
35333 +# CONFIG_XFRM_SUB_POLICY is not set
35334 +# CONFIG_XFRM_MIGRATE is not set
35335 +# CONFIG_XFRM_STATISTICS is not set
35336 +CONFIG_NET_KEY=m
35337 +# CONFIG_NET_KEY_MIGRATE is not set
35338 +CONFIG_INET=y
35339 +CONFIG_IP_MULTICAST=y
35340 +CONFIG_IP_ADVANCED_ROUTER=y
35341 +CONFIG_ASK_IP_FIB_HASH=y
35342 +# CONFIG_IP_FIB_TRIE is not set
35343 +CONFIG_IP_FIB_HASH=y
35344 +CONFIG_IP_MULTIPLE_TABLES=y
35345 +CONFIG_IP_ROUTE_MULTIPATH=y
35346 +CONFIG_IP_ROUTE_VERBOSE=y
35347 +CONFIG_IP_PNP=y
35348 +CONFIG_IP_PNP_DHCP=y
35349 +CONFIG_IP_PNP_BOOTP=y
35350 +CONFIG_IP_PNP_RARP=y
35351 +CONFIG_NET_IPIP=y
35352 +CONFIG_NET_IPGRE=y
35353 +CONFIG_NET_IPGRE_BROADCAST=y
35354 +CONFIG_IP_MROUTE=y
35355 +CONFIG_IP_PIMSM_V1=y
35356 +CONFIG_IP_PIMSM_V2=y
35357 +CONFIG_ARPD=y
35358 +# CONFIG_SYN_COOKIES is not set
35359 +# CONFIG_INET_AH is not set
35360 +# CONFIG_INET_ESP is not set
35361 +# CONFIG_INET_IPCOMP is not set
35362 +# CONFIG_INET_XFRM_TUNNEL is not set
35363 +CONFIG_INET_TUNNEL=y
35364 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
35365 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
35366 +# CONFIG_INET_XFRM_MODE_BEET is not set
35367 +# CONFIG_INET_LRO is not set
35368 +CONFIG_INET_DIAG=y
35369 +CONFIG_INET_TCP_DIAG=y
35370 +# CONFIG_TCP_CONG_ADVANCED is not set
35371 +CONFIG_TCP_CONG_CUBIC=y
35372 +CONFIG_DEFAULT_TCP_CONG="cubic"
35373 +# CONFIG_TCP_MD5SIG is not set
35374 +CONFIG_IPV6=y
35375 +# CONFIG_IPV6_PRIVACY is not set
35376 +# CONFIG_IPV6_ROUTER_PREF is not set
35377 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
35378 +# CONFIG_INET6_AH is not set
35379 +# CONFIG_INET6_ESP is not set
35380 +# CONFIG_INET6_IPCOMP is not set
35381 +# CONFIG_IPV6_MIP6 is not set
35382 +# CONFIG_INET6_XFRM_TUNNEL is not set
35383 +# CONFIG_INET6_TUNNEL is not set
35384 +CONFIG_INET6_XFRM_MODE_TRANSPORT=y
35385 +CONFIG_INET6_XFRM_MODE_TUNNEL=y
35386 +CONFIG_INET6_XFRM_MODE_BEET=y
35387 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
35388 +CONFIG_IPV6_SIT=y
35389 +# CONFIG_IPV6_TUNNEL is not set
35390 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
35391 +# CONFIG_NETWORK_SECMARK is not set
35392 +# CONFIG_NETFILTER is not set
35393 +# CONFIG_IP_DCCP is not set
35394 +CONFIG_IP_SCTP=m
35395 +# CONFIG_SCTP_DBG_MSG is not set
35396 +# CONFIG_SCTP_DBG_OBJCNT is not set
35397 +# CONFIG_SCTP_HMAC_NONE is not set
35398 +# CONFIG_SCTP_HMAC_SHA1 is not set
35399 +CONFIG_SCTP_HMAC_MD5=y
35400 +# CONFIG_TIPC is not set
35401 +# CONFIG_ATM is not set
35402 +# CONFIG_BRIDGE is not set
35403 +# CONFIG_VLAN_8021Q is not set
35404 +# CONFIG_DECNET is not set
35405 +# CONFIG_LLC2 is not set
35406 +# CONFIG_IPX is not set
35407 +# CONFIG_ATALK is not set
35408 +# CONFIG_X25 is not set
35409 +# CONFIG_LAPB is not set
35410 +# CONFIG_ECONET is not set
35411 +# CONFIG_WAN_ROUTER is not set
35412 +# CONFIG_NET_SCHED is not set
35413 +
35414 +#
35415 +# Network testing
35416 +#
35417 +# CONFIG_NET_PKTGEN is not set
35418 +# CONFIG_HAMRADIO is not set
35419 +# CONFIG_CAN is not set
35420 +# CONFIG_IRDA is not set
35421 +# CONFIG_BT is not set
35422 +# CONFIG_AF_RXRPC is not set
35423 +CONFIG_FIB_RULES=y
35424 +
35425 +#
35426 +# Wireless
35427 +#
35428 +# CONFIG_CFG80211 is not set
35429 +# CONFIG_WIRELESS_EXT is not set
35430 +# CONFIG_MAC80211 is not set
35431 +# CONFIG_IEEE80211 is not set
35432 +# CONFIG_RFKILL is not set
35433 +# CONFIG_NET_9P is not set
35434 +
35435 +#
35436 +# Device Drivers
35437 +#
35438 +
35439 +#
35440 +# Generic Driver Options
35441 +#
35442 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
35443 +CONFIG_STANDALONE=y
35444 +CONFIG_PREVENT_FIRMWARE_BUILD=y
35445 +CONFIG_FW_LOADER=y
35446 +# CONFIG_DEBUG_DRIVER is not set
35447 +# CONFIG_DEBUG_DEVRES is not set
35448 +# CONFIG_SYS_HYPERVISOR is not set
35449 +# CONFIG_CONNECTOR is not set
35450 +# CONFIG_MTD is not set
35451 +CONFIG_OF_DEVICE=y
35452 +# CONFIG_PARPORT is not set
35453 +CONFIG_BLK_DEV=y
35454 +# CONFIG_BLK_DEV_FD is not set
35455 +# CONFIG_BLK_CPQ_DA is not set
35456 +# CONFIG_BLK_CPQ_CISS_DA is not set
35457 +# CONFIG_BLK_DEV_DAC960 is not set
35458 +# CONFIG_BLK_DEV_UMEM is not set
35459 +# CONFIG_BLK_DEV_COW_COMMON is not set
35460 +CONFIG_BLK_DEV_LOOP=y
35461 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
35462 +CONFIG_BLK_DEV_NBD=y
35463 +# CONFIG_BLK_DEV_SX8 is not set
35464 +# CONFIG_BLK_DEV_UB is not set
35465 +CONFIG_BLK_DEV_RAM=y
35466 +CONFIG_BLK_DEV_RAM_COUNT=16
35467 +CONFIG_BLK_DEV_RAM_SIZE=131072
35468 +# CONFIG_BLK_DEV_XIP is not set
35469 +# CONFIG_CDROM_PKTCDVD is not set
35470 +# CONFIG_ATA_OVER_ETH is not set
35471 +CONFIG_MISC_DEVICES=y
35472 +# CONFIG_PHANTOM is not set
35473 +# CONFIG_EEPROM_93CX6 is not set
35474 +# CONFIG_SGI_IOC4 is not set
35475 +# CONFIG_TIFM_CORE is not set
35476 +# CONFIG_ENCLOSURE_SERVICES is not set
35477 +CONFIG_HAVE_IDE=y
35478 +# CONFIG_IDE is not set
35479 +
35480 +#
35481 +# SCSI device support
35482 +#
35483 +# CONFIG_RAID_ATTRS is not set
35484 +CONFIG_SCSI=y
35485 +CONFIG_SCSI_DMA=y
35486 +# CONFIG_SCSI_TGT is not set
35487 +# CONFIG_SCSI_NETLINK is not set
35488 +CONFIG_SCSI_PROC_FS=y
35489 +
35490 +#
35491 +# SCSI support type (disk, tape, CD-ROM)
35492 +#
35493 +CONFIG_BLK_DEV_SD=y
35494 +CONFIG_CHR_DEV_ST=y
35495 +# CONFIG_CHR_DEV_OSST is not set
35496 +CONFIG_BLK_DEV_SR=y
35497 +# CONFIG_BLK_DEV_SR_VENDOR is not set
35498 +CONFIG_CHR_DEV_SG=y
35499 +# CONFIG_CHR_DEV_SCH is not set
35500 +
35501 +#
35502 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
35503 +#
35504 +CONFIG_SCSI_MULTI_LUN=y
35505 +# CONFIG_SCSI_CONSTANTS is not set
35506 +CONFIG_SCSI_LOGGING=y
35507 +# CONFIG_SCSI_SCAN_ASYNC is not set
35508 +CONFIG_SCSI_WAIT_SCAN=m
35509 +
35510 +#
35511 +# SCSI Transports
35512 +#
35513 +# CONFIG_SCSI_SPI_ATTRS is not set
35514 +# CONFIG_SCSI_FC_ATTRS is not set
35515 +# CONFIG_SCSI_ISCSI_ATTRS is not set
35516 +# CONFIG_SCSI_SAS_LIBSAS is not set
35517 +# CONFIG_SCSI_SRP_ATTRS is not set
35518 +CONFIG_SCSI_LOWLEVEL=y
35519 +# CONFIG_ISCSI_TCP is not set
35520 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
35521 +# CONFIG_SCSI_3W_9XXX is not set
35522 +# CONFIG_SCSI_ACARD is not set
35523 +# CONFIG_SCSI_AACRAID is not set
35524 +# CONFIG_SCSI_AIC7XXX is not set
35525 +# CONFIG_SCSI_AIC7XXX_OLD is not set
35526 +# CONFIG_SCSI_AIC79XX is not set
35527 +# CONFIG_SCSI_AIC94XX is not set
35528 +# CONFIG_SCSI_DPT_I2O is not set
35529 +# CONFIG_SCSI_ADVANSYS is not set
35530 +# CONFIG_SCSI_ARCMSR is not set
35531 +# CONFIG_MEGARAID_NEWGEN is not set
35532 +# CONFIG_MEGARAID_LEGACY is not set
35533 +# CONFIG_MEGARAID_SAS is not set
35534 +# CONFIG_SCSI_HPTIOP is not set
35535 +# CONFIG_SCSI_BUSLOGIC is not set
35536 +# CONFIG_SCSI_DMX3191D is not set
35537 +# CONFIG_SCSI_EATA is not set
35538 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
35539 +# CONFIG_SCSI_GDTH is not set
35540 +# CONFIG_SCSI_IPS is not set
35541 +# CONFIG_SCSI_INITIO is not set
35542 +# CONFIG_SCSI_INIA100 is not set
35543 +# CONFIG_SCSI_MVSAS is not set
35544 +# CONFIG_SCSI_STEX is not set
35545 +# CONFIG_SCSI_SYM53C8XX_2 is not set
35546 +# CONFIG_SCSI_IPR is not set
35547 +# CONFIG_SCSI_QLOGIC_1280 is not set
35548 +# CONFIG_SCSI_QLA_FC is not set
35549 +# CONFIG_SCSI_QLA_ISCSI is not set
35550 +# CONFIG_SCSI_LPFC is not set
35551 +# CONFIG_SCSI_DC395x is not set
35552 +# CONFIG_SCSI_DC390T is not set
35553 +# CONFIG_SCSI_NSP32 is not set
35554 +# CONFIG_SCSI_DEBUG is not set
35555 +# CONFIG_SCSI_SRP is not set
35556 +CONFIG_ATA=y
35557 +# CONFIG_ATA_NONSTANDARD is not set
35558 +CONFIG_SATA_AHCI=y
35559 +# CONFIG_SATA_SVW is not set
35560 +# CONFIG_ATA_PIIX is not set
35561 +# CONFIG_SATA_MV is not set
35562 +# CONFIG_SATA_NV is not set
35563 +# CONFIG_PDC_ADMA is not set
35564 +# CONFIG_SATA_QSTOR is not set
35565 +# CONFIG_SATA_PROMISE is not set
35566 +# CONFIG_SATA_SX4 is not set
35567 +# CONFIG_SATA_SIL is not set
35568 +# CONFIG_SATA_SIL24 is not set
35569 +# CONFIG_SATA_SIS is not set
35570 +# CONFIG_SATA_ULI is not set
35571 +# CONFIG_SATA_VIA is not set
35572 +# CONFIG_SATA_VITESSE is not set
35573 +# CONFIG_SATA_INIC162X is not set
35574 +# CONFIG_SATA_FSL is not set
35575 +CONFIG_PATA_ALI=y
35576 +# CONFIG_PATA_AMD is not set
35577 +# CONFIG_PATA_ARTOP is not set
35578 +# CONFIG_PATA_ATIIXP is not set
35579 +# CONFIG_PATA_CMD640_PCI is not set
35580 +# CONFIG_PATA_CMD64X is not set
35581 +# CONFIG_PATA_CS5520 is not set
35582 +# CONFIG_PATA_CS5530 is not set
35583 +# CONFIG_PATA_CYPRESS is not set
35584 +# CONFIG_PATA_EFAR is not set
35585 +# CONFIG_ATA_GENERIC is not set
35586 +# CONFIG_PATA_HPT366 is not set
35587 +# CONFIG_PATA_HPT37X is not set
35588 +# CONFIG_PATA_HPT3X2N is not set
35589 +# CONFIG_PATA_HPT3X3 is not set
35590 +# CONFIG_PATA_IT821X is not set
35591 +# CONFIG_PATA_IT8213 is not set
35592 +# CONFIG_PATA_JMICRON is not set
35593 +# CONFIG_PATA_TRIFLEX is not set
35594 +# CONFIG_PATA_MARVELL is not set
35595 +# CONFIG_PATA_MPIIX is not set
35596 +# CONFIG_PATA_OLDPIIX is not set
35597 +# CONFIG_PATA_NETCELL is not set
35598 +# CONFIG_PATA_NINJA32 is not set
35599 +# CONFIG_PATA_NS87410 is not set
35600 +# CONFIG_PATA_NS87415 is not set
35601 +# CONFIG_PATA_OPTI is not set
35602 +# CONFIG_PATA_OPTIDMA is not set
35603 +# CONFIG_PATA_PDC_OLD is not set
35604 +# CONFIG_PATA_RADISYS is not set
35605 +# CONFIG_PATA_RZ1000 is not set
35606 +# CONFIG_PATA_SC1200 is not set
35607 +# CONFIG_PATA_SERVERWORKS is not set
35608 +# CONFIG_PATA_PDC2027X is not set
35609 +# CONFIG_PATA_SIL680 is not set
35610 +# CONFIG_PATA_SIS is not set
35611 +# CONFIG_PATA_VIA is not set
35612 +# CONFIG_PATA_WINBOND is not set
35613 +# CONFIG_PATA_PLATFORM is not set
35614 +# CONFIG_MD is not set
35615 +# CONFIG_FUSION is not set
35616 +
35617 +#
35618 +# IEEE 1394 (FireWire) support
35619 +#
35620 +# CONFIG_FIREWIRE is not set
35621 +# CONFIG_IEEE1394 is not set
35622 +# CONFIG_I2O is not set
35623 +# CONFIG_MACINTOSH_DRIVERS is not set
35624 +CONFIG_NETDEVICES=y
35625 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
35626 +CONFIG_DUMMY=y
35627 +# CONFIG_BONDING is not set
35628 +# CONFIG_MACVLAN is not set
35629 +# CONFIG_EQUALIZER is not set
35630 +# CONFIG_TUN is not set
35631 +# CONFIG_VETH is not set
35632 +# CONFIG_ARCNET is not set
35633 +CONFIG_PHYLIB=y
35634 +
35635 +#
35636 +# MII PHY device drivers
35637 +#
35638 +# CONFIG_MARVELL_PHY is not set
35639 +# CONFIG_DAVICOM_PHY is not set
35640 +# CONFIG_QSEMI_PHY is not set
35641 +# CONFIG_LXT_PHY is not set
35642 +# CONFIG_CICADA_PHY is not set
35643 +CONFIG_VITESSE_PHY=y
35644 +# CONFIG_SMSC_PHY is not set
35645 +# CONFIG_BROADCOM_PHY is not set
35646 +# CONFIG_ICPLUS_PHY is not set
35647 +# CONFIG_REALTEK_PHY is not set
35648 +# CONFIG_FIXED_PHY is not set
35649 +# CONFIG_MDIO_BITBANG is not set
35650 +CONFIG_NET_ETHERNET=y
35651 +CONFIG_MII=y
35652 +# CONFIG_HAPPYMEAL is not set
35653 +# CONFIG_SUNGEM is not set
35654 +# CONFIG_CASSINI is not set
35655 +# CONFIG_NET_VENDOR_3COM is not set
35656 +# CONFIG_NET_TULIP is not set
35657 +# CONFIG_HP100 is not set
35658 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
35659 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
35660 +# CONFIG_IBM_NEW_EMAC_TAH is not set
35661 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
35662 +# CONFIG_NET_PCI is not set
35663 +# CONFIG_B44 is not set
35664 +CONFIG_NETDEV_1000=y
35665 +# CONFIG_ACENIC is not set
35666 +# CONFIG_DL2K is not set
35667 +# CONFIG_E1000 is not set
35668 +# CONFIG_E1000E is not set
35669 +# CONFIG_E1000E_ENABLED is not set
35670 +# CONFIG_IP1000 is not set
35671 +# CONFIG_IGB is not set
35672 +# CONFIG_NS83820 is not set
35673 +# CONFIG_HAMACHI is not set
35674 +# CONFIG_YELLOWFIN is not set
35675 +# CONFIG_R8169 is not set
35676 +# CONFIG_SIS190 is not set
35677 +# CONFIG_SKGE is not set
35678 +# CONFIG_SKY2 is not set
35679 +# CONFIG_SK98LIN is not set
35680 +# CONFIG_VIA_VELOCITY is not set
35681 +# CONFIG_TIGON3 is not set
35682 +# CONFIG_BNX2 is not set
35683 +CONFIG_GIANFAR=y
35684 +CONFIG_GFAR_NAPI=y
35685 +# CONFIG_QLA3XXX is not set
35686 +# CONFIG_ATL1 is not set
35687 +CONFIG_NETDEV_10000=y
35688 +# CONFIG_CHELSIO_T1 is not set
35689 +# CONFIG_CHELSIO_T3 is not set
35690 +# CONFIG_IXGBE is not set
35691 +# CONFIG_IXGB is not set
35692 +# CONFIG_S2IO is not set
35693 +# CONFIG_MYRI10GE is not set
35694 +# CONFIG_NETXEN_NIC is not set
35695 +# CONFIG_NIU is not set
35696 +# CONFIG_MLX4_CORE is not set
35697 +# CONFIG_TEHUTI is not set
35698 +# CONFIG_BNX2X is not set
35699 +# CONFIG_TR is not set
35700 +
35701 +#
35702 +# Wireless LAN
35703 +#
35704 +# CONFIG_WLAN_PRE80211 is not set
35705 +# CONFIG_WLAN_80211 is not set
35706 +
35707 +#
35708 +# USB Network Adapters
35709 +#
35710 +# CONFIG_USB_CATC is not set
35711 +# CONFIG_USB_KAWETH is not set
35712 +# CONFIG_USB_PEGASUS is not set
35713 +# CONFIG_USB_RTL8150 is not set
35714 +# CONFIG_USB_USBNET is not set
35715 +# CONFIG_WAN is not set
35716 +# CONFIG_FDDI is not set
35717 +# CONFIG_HIPPI is not set
35718 +# CONFIG_PPP is not set
35719 +# CONFIG_SLIP is not set
35720 +# CONFIG_NET_FC is not set
35721 +# CONFIG_NETCONSOLE is not set
35722 +# CONFIG_NETPOLL is not set
35723 +# CONFIG_NET_POLL_CONTROLLER is not set
35724 +# CONFIG_ISDN is not set
35725 +# CONFIG_PHONE is not set
35726 +
35727 +#
35728 +# Input device support
35729 +#
35730 +CONFIG_INPUT=y
35731 +# CONFIG_INPUT_FF_MEMLESS is not set
35732 +# CONFIG_INPUT_POLLDEV is not set
35733 +
35734 +#
35735 +# Userland interfaces
35736 +#
35737 +# CONFIG_INPUT_MOUSEDEV is not set
35738 +# CONFIG_INPUT_JOYDEV is not set
35739 +# CONFIG_INPUT_EVDEV is not set
35740 +# CONFIG_INPUT_EVBUG is not set
35741 +
35742 +#
35743 +# Input Device Drivers
35744 +#
35745 +# CONFIG_INPUT_KEYBOARD is not set
35746 +# CONFIG_INPUT_MOUSE is not set
35747 +# CONFIG_INPUT_JOYSTICK is not set
35748 +# CONFIG_INPUT_TABLET is not set
35749 +# CONFIG_INPUT_TOUCHSCREEN is not set
35750 +# CONFIG_INPUT_MISC is not set
35751 +
35752 +#
35753 +# Hardware I/O ports
35754 +#
35755 +CONFIG_SERIO=y
35756 +CONFIG_SERIO_I8042=y
35757 +CONFIG_SERIO_SERPORT=y
35758 +# CONFIG_SERIO_PCIPS2 is not set
35759 +CONFIG_SERIO_LIBPS2=y
35760 +# CONFIG_SERIO_RAW is not set
35761 +# CONFIG_GAMEPORT is not set
35762 +
35763 +#
35764 +# Character devices
35765 +#
35766 +CONFIG_VT=y
35767 +CONFIG_VT_CONSOLE=y
35768 +CONFIG_HW_CONSOLE=y
35769 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
35770 +# CONFIG_SERIAL_NONSTANDARD is not set
35771 +# CONFIG_NOZOMI is not set
35772 +
35773 +#
35774 +# Serial drivers
35775 +#
35776 +CONFIG_SERIAL_8250=y
35777 +CONFIG_SERIAL_8250_CONSOLE=y
35778 +CONFIG_SERIAL_8250_PCI=y
35779 +CONFIG_SERIAL_8250_NR_UARTS=2
35780 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
35781 +CONFIG_SERIAL_8250_EXTENDED=y
35782 +CONFIG_SERIAL_8250_MANY_PORTS=y
35783 +CONFIG_SERIAL_8250_SHARE_IRQ=y
35784 +CONFIG_SERIAL_8250_DETECT_IRQ=y
35785 +CONFIG_SERIAL_8250_RSA=y
35786 +
35787 +#
35788 +# Non-8250 serial port support
35789 +#
35790 +# CONFIG_SERIAL_UARTLITE is not set
35791 +CONFIG_SERIAL_CORE=y
35792 +CONFIG_SERIAL_CORE_CONSOLE=y
35793 +# CONFIG_SERIAL_JSM is not set
35794 +# CONFIG_SERIAL_OF_PLATFORM is not set
35795 +CONFIG_UNIX98_PTYS=y
35796 +CONFIG_LEGACY_PTYS=y
35797 +CONFIG_LEGACY_PTY_COUNT=256
35798 +# CONFIG_IPMI_HANDLER is not set
35799 +# CONFIG_HW_RANDOM is not set
35800 +CONFIG_NVRAM=y
35801 +# CONFIG_GEN_RTC is not set
35802 +# CONFIG_R3964 is not set
35803 +# CONFIG_APPLICOM is not set
35804 +# CONFIG_RAW_DRIVER is not set
35805 +# CONFIG_TCG_TPM is not set
35806 +CONFIG_DEVPORT=y
35807 +CONFIG_I2C=y
35808 +CONFIG_I2C_BOARDINFO=y
35809 +# CONFIG_I2C_CHARDEV is not set
35810 +
35811 +#
35812 +# I2C Algorithms
35813 +#
35814 +# CONFIG_I2C_ALGOBIT is not set
35815 +# CONFIG_I2C_ALGOPCF is not set
35816 +# CONFIG_I2C_ALGOPCA is not set
35817 +
35818 +#
35819 +# I2C Hardware Bus support
35820 +#
35821 +# CONFIG_I2C_ALI1535 is not set
35822 +# CONFIG_I2C_ALI1563 is not set
35823 +# CONFIG_I2C_ALI15X3 is not set
35824 +# CONFIG_I2C_AMD756 is not set
35825 +# CONFIG_I2C_AMD8111 is not set
35826 +# CONFIG_I2C_I801 is not set
35827 +# CONFIG_I2C_I810 is not set
35828 +# CONFIG_I2C_PIIX4 is not set
35829 +CONFIG_I2C_MPC=y
35830 +# CONFIG_I2C_NFORCE2 is not set
35831 +# CONFIG_I2C_OCORES is not set
35832 +# CONFIG_I2C_PARPORT_LIGHT is not set
35833 +# CONFIG_I2C_PROSAVAGE is not set
35834 +# CONFIG_I2C_SAVAGE4 is not set
35835 +# CONFIG_I2C_SIMTEC is not set
35836 +# CONFIG_I2C_SIS5595 is not set
35837 +# CONFIG_I2C_SIS630 is not set
35838 +# CONFIG_I2C_SIS96X is not set
35839 +# CONFIG_I2C_TAOS_EVM is not set
35840 +# CONFIG_I2C_STUB is not set
35841 +# CONFIG_I2C_TINY_USB is not set
35842 +# CONFIG_I2C_VIA is not set
35843 +# CONFIG_I2C_VIAPRO is not set
35844 +# CONFIG_I2C_VOODOO3 is not set
35845 +
35846 +#
35847 +# Miscellaneous I2C Chip support
35848 +#
35849 +# CONFIG_DS1682 is not set
35850 +CONFIG_SENSORS_EEPROM=y
35851 +# CONFIG_SENSORS_PCF8574 is not set
35852 +# CONFIG_PCF8575 is not set
35853 +# CONFIG_SENSORS_PCF8591 is not set
35854 +# CONFIG_TPS65010 is not set
35855 +# CONFIG_SENSORS_MAX6875 is not set
35856 +# CONFIG_SENSORS_TSL2550 is not set
35857 +# CONFIG_I2C_DEBUG_CORE is not set
35858 +# CONFIG_I2C_DEBUG_ALGO is not set
35859 +# CONFIG_I2C_DEBUG_BUS is not set
35860 +# CONFIG_I2C_DEBUG_CHIP is not set
35861 +
35862 +#
35863 +# SPI support
35864 +#
35865 +# CONFIG_SPI is not set
35866 +# CONFIG_SPI_MASTER is not set
35867 +# CONFIG_W1 is not set
35868 +# CONFIG_POWER_SUPPLY is not set
35869 +# CONFIG_HWMON is not set
35870 +# CONFIG_THERMAL is not set
35871 +# CONFIG_WATCHDOG is not set
35872 +
35873 +#
35874 +# Sonics Silicon Backplane
35875 +#
35876 +CONFIG_SSB_POSSIBLE=y
35877 +# CONFIG_SSB is not set
35878 +
35879 +#
35880 +# Multifunction device drivers
35881 +#
35882 +# CONFIG_MFD_SM501 is not set
35883 +
35884 +#
35885 +# Multimedia devices
35886 +#
35887 +# CONFIG_VIDEO_DEV is not set
35888 +CONFIG_DVB_CORE=m
35889 +# CONFIG_DVB_CORE_ATTACH is not set
35890 +CONFIG_DVB_CAPTURE_DRIVERS=y
35891 +
35892 +#
35893 +# Supported SAA7146 based PCI Adapters
35894 +#
35895 +# CONFIG_TTPCI_EEPROM is not set
35896 +# CONFIG_DVB_BUDGET_CORE is not set
35897 +
35898 +#
35899 +# Supported USB Adapters
35900 +#
35901 +# CONFIG_DVB_USB is not set
35902 +# CONFIG_DVB_TTUSB_BUDGET is not set
35903 +# CONFIG_DVB_TTUSB_DEC is not set
35904 +# CONFIG_DVB_CINERGYT2 is not set
35905 +
35906 +#
35907 +# Supported FlexCopII (B2C2) Adapters
35908 +#
35909 +# CONFIG_DVB_B2C2_FLEXCOP is not set
35910 +
35911 +#
35912 +# Supported BT878 Adapters
35913 +#
35914 +
35915 +#
35916 +# Supported Pluto2 Adapters
35917 +#
35918 +# CONFIG_DVB_PLUTO2 is not set
35919 +
35920 +#
35921 +# Supported DVB Frontends
35922 +#
35923 +
35924 +#
35925 +# Customise DVB Frontends
35926 +#
35927 +# CONFIG_DVB_FE_CUSTOMISE is not set
35928 +
35929 +#
35930 +# DVB-S (satellite) frontends
35931 +#
35932 +# CONFIG_DVB_STV0299 is not set
35933 +# CONFIG_DVB_CX24110 is not set
35934 +# CONFIG_DVB_CX24123 is not set
35935 +# CONFIG_DVB_TDA8083 is not set
35936 +# CONFIG_DVB_MT312 is not set
35937 +# CONFIG_DVB_VES1X93 is not set
35938 +# CONFIG_DVB_S5H1420 is not set
35939 +# CONFIG_DVB_TDA10086 is not set
35940 +
35941 +#
35942 +# DVB-T (terrestrial) frontends
35943 +#
35944 +# CONFIG_DVB_SP8870 is not set
35945 +# CONFIG_DVB_SP887X is not set
35946 +# CONFIG_DVB_CX22700 is not set
35947 +# CONFIG_DVB_CX22702 is not set
35948 +# CONFIG_DVB_L64781 is not set
35949 +# CONFIG_DVB_TDA1004X is not set
35950 +# CONFIG_DVB_NXT6000 is not set
35951 +# CONFIG_DVB_MT352 is not set
35952 +# CONFIG_DVB_ZL10353 is not set
35953 +# CONFIG_DVB_DIB3000MB is not set
35954 +# CONFIG_DVB_DIB3000MC is not set
35955 +# CONFIG_DVB_DIB7000M is not set
35956 +# CONFIG_DVB_DIB7000P is not set
35957 +
35958 +#
35959 +# DVB-C (cable) frontends
35960 +#
35961 +# CONFIG_DVB_VES1820 is not set
35962 +# CONFIG_DVB_TDA10021 is not set
35963 +# CONFIG_DVB_TDA10023 is not set
35964 +# CONFIG_DVB_STV0297 is not set
35965 +
35966 +#
35967 +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
35968 +#
35969 +# CONFIG_DVB_NXT200X is not set
35970 +# CONFIG_DVB_OR51211 is not set
35971 +# CONFIG_DVB_OR51132 is not set
35972 +# CONFIG_DVB_BCM3510 is not set
35973 +# CONFIG_DVB_LGDT330X is not set
35974 +# CONFIG_DVB_S5H1409 is not set
35975 +
35976 +#
35977 +# Tuners/PLL support
35978 +#
35979 +# CONFIG_DVB_PLL is not set
35980 +# CONFIG_DVB_TDA826X is not set
35981 +# CONFIG_DVB_TDA827X is not set
35982 +# CONFIG_DVB_TDA18271 is not set
35983 +# CONFIG_DVB_TUNER_QT1010 is not set
35984 +# CONFIG_DVB_TUNER_MT2060 is not set
35985 +# CONFIG_DVB_TUNER_MT2266 is not set
35986 +# CONFIG_DVB_TUNER_MT2131 is not set
35987 +# CONFIG_DVB_TUNER_DIB0070 is not set
35988 +# CONFIG_DVB_TUNER_XC5000 is not set
35989 +
35990 +#
35991 +# Miscellaneous devices
35992 +#
35993 +# CONFIG_DVB_LNBP21 is not set
35994 +# CONFIG_DVB_ISL6421 is not set
35995 +# CONFIG_DVB_TUA6100 is not set
35996 +CONFIG_DAB=y
35997 +# CONFIG_USB_DABUSB is not set
35998 +
35999 +#
36000 +# Graphics support
36001 +#
36002 +# CONFIG_AGP is not set
36003 +# CONFIG_DRM is not set
36004 +# CONFIG_VGASTATE is not set
36005 +CONFIG_VIDEO_OUTPUT_CONTROL=y
36006 +# CONFIG_FB is not set
36007 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
36008 +
36009 +#
36010 +# Display device support
36011 +#
36012 +# CONFIG_DISPLAY_SUPPORT is not set
36013 +
36014 +#
36015 +# Console display driver support
36016 +#
36017 +CONFIG_VGA_CONSOLE=y
36018 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
36019 +CONFIG_DUMMY_CONSOLE=y
36020 +
36021 +#
36022 +# Sound
36023 +#
36024 +CONFIG_SOUND=y
36025 +
36026 +#
36027 +# Advanced Linux Sound Architecture
36028 +#
36029 +CONFIG_SND=y
36030 +CONFIG_SND_TIMER=y
36031 +CONFIG_SND_PCM=y
36032 +# CONFIG_SND_SEQUENCER is not set
36033 +# CONFIG_SND_MIXER_OSS is not set
36034 +# CONFIG_SND_PCM_OSS is not set
36035 +# CONFIG_SND_DYNAMIC_MINORS is not set
36036 +CONFIG_SND_SUPPORT_OLD_API=y
36037 +CONFIG_SND_VERBOSE_PROCFS=y
36038 +# CONFIG_SND_VERBOSE_PRINTK is not set
36039 +# CONFIG_SND_DEBUG is not set
36040 +
36041 +#
36042 +# Generic devices
36043 +#
36044 +CONFIG_SND_AC97_CODEC=y
36045 +# CONFIG_SND_DUMMY is not set
36046 +# CONFIG_SND_MTPAV is not set
36047 +# CONFIG_SND_SERIAL_U16550 is not set
36048 +# CONFIG_SND_MPU401 is not set
36049 +
36050 +#
36051 +# PCI devices
36052 +#
36053 +# CONFIG_SND_AD1889 is not set
36054 +# CONFIG_SND_ALS300 is not set
36055 +# CONFIG_SND_ALS4000 is not set
36056 +# CONFIG_SND_ALI5451 is not set
36057 +# CONFIG_SND_ATIIXP is not set
36058 +# CONFIG_SND_ATIIXP_MODEM is not set
36059 +# CONFIG_SND_AU8810 is not set
36060 +# CONFIG_SND_AU8820 is not set
36061 +# CONFIG_SND_AU8830 is not set
36062 +# CONFIG_SND_AZT3328 is not set
36063 +# CONFIG_SND_BT87X is not set
36064 +# CONFIG_SND_CA0106 is not set
36065 +# CONFIG_SND_CMIPCI is not set
36066 +# CONFIG_SND_OXYGEN is not set
36067 +# CONFIG_SND_CS4281 is not set
36068 +# CONFIG_SND_CS46XX is not set
36069 +# CONFIG_SND_CS5530 is not set
36070 +# CONFIG_SND_DARLA20 is not set
36071 +# CONFIG_SND_GINA20 is not set
36072 +# CONFIG_SND_LAYLA20 is not set
36073 +# CONFIG_SND_DARLA24 is not set
36074 +# CONFIG_SND_GINA24 is not set
36075 +# CONFIG_SND_LAYLA24 is not set
36076 +# CONFIG_SND_MONA is not set
36077 +# CONFIG_SND_MIA is not set
36078 +# CONFIG_SND_ECHO3G is not set
36079 +# CONFIG_SND_INDIGO is not set
36080 +# CONFIG_SND_INDIGOIO is not set
36081 +# CONFIG_SND_INDIGODJ is not set
36082 +# CONFIG_SND_EMU10K1 is not set
36083 +# CONFIG_SND_EMU10K1X is not set
36084 +# CONFIG_SND_ENS1370 is not set
36085 +# CONFIG_SND_ENS1371 is not set
36086 +# CONFIG_SND_ES1938 is not set
36087 +# CONFIG_SND_ES1968 is not set
36088 +# CONFIG_SND_FM801 is not set
36089 +# CONFIG_SND_HDA_INTEL is not set
36090 +# CONFIG_SND_HDSP is not set
36091 +# CONFIG_SND_HDSPM is not set
36092 +# CONFIG_SND_HIFIER is not set
36093 +# CONFIG_SND_ICE1712 is not set
36094 +# CONFIG_SND_ICE1724 is not set
36095 +CONFIG_SND_INTEL8X0=y
36096 +# CONFIG_SND_INTEL8X0M is not set
36097 +# CONFIG_SND_KORG1212 is not set
36098 +# CONFIG_SND_MAESTRO3 is not set
36099 +# CONFIG_SND_MIXART is not set
36100 +# CONFIG_SND_NM256 is not set
36101 +# CONFIG_SND_PCXHR is not set
36102 +# CONFIG_SND_RIPTIDE is not set
36103 +# CONFIG_SND_RME32 is not set
36104 +# CONFIG_SND_RME96 is not set
36105 +# CONFIG_SND_RME9652 is not set
36106 +# CONFIG_SND_SONICVIBES is not set
36107 +# CONFIG_SND_TRIDENT is not set
36108 +# CONFIG_SND_VIA82XX is not set
36109 +# CONFIG_SND_VIA82XX_MODEM is not set
36110 +# CONFIG_SND_VIRTUOSO is not set
36111 +# CONFIG_SND_VX222 is not set
36112 +# CONFIG_SND_YMFPCI is not set
36113 +# CONFIG_SND_AC97_POWER_SAVE is not set
36114 +
36115 +#
36116 +# ALSA PowerMac devices
36117 +#
36118 +
36119 +#
36120 +# ALSA PowerPC devices
36121 +#
36122 +
36123 +#
36124 +# USB devices
36125 +#
36126 +# CONFIG_SND_USB_AUDIO is not set
36127 +# CONFIG_SND_USB_USX2Y is not set
36128 +# CONFIG_SND_USB_CAIAQ is not set
36129 +
36130 +#
36131 +# System on Chip audio support
36132 +#
36133 +# CONFIG_SND_SOC is not set
36134 +
36135 +#
36136 +# SoC Audio support for SuperH
36137 +#
36138 +
36139 +#
36140 +# ALSA SoC audio for Freescale SOCs
36141 +#
36142 +
36143 +#
36144 +# Open Sound System
36145 +#
36146 +# CONFIG_SOUND_PRIME is not set
36147 +CONFIG_AC97_BUS=y
36148 +CONFIG_HID_SUPPORT=y
36149 +CONFIG_HID=y
36150 +# CONFIG_HID_DEBUG is not set
36151 +# CONFIG_HIDRAW is not set
36152 +
36153 +#
36154 +# USB Input Devices
36155 +#
36156 +CONFIG_USB_HID=y
36157 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
36158 +# CONFIG_HID_FF is not set
36159 +# CONFIG_USB_HIDDEV is not set
36160 +CONFIG_USB_SUPPORT=y
36161 +CONFIG_USB_ARCH_HAS_HCD=y
36162 +CONFIG_USB_ARCH_HAS_OHCI=y
36163 +CONFIG_USB_ARCH_HAS_EHCI=y
36164 +CONFIG_USB=y
36165 +# CONFIG_USB_DEBUG is not set
36166 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
36167 +
36168 +#
36169 +# Miscellaneous USB options
36170 +#
36171 +CONFIG_USB_DEVICEFS=y
36172 +CONFIG_USB_DEVICE_CLASS=y
36173 +# CONFIG_USB_DYNAMIC_MINORS is not set
36174 +# CONFIG_USB_OTG is not set
36175 +
36176 +#
36177 +# USB Host Controller Drivers
36178 +#
36179 +CONFIG_USB_EHCI_HCD=y
36180 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
36181 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
36182 +# CONFIG_USB_EHCI_FSL is not set
36183 +CONFIG_USB_EHCI_HCD_PPC_OF=y
36184 +# CONFIG_USB_ISP116X_HCD is not set
36185 +CONFIG_USB_OHCI_HCD=y
36186 +CONFIG_USB_OHCI_HCD_PPC_OF=y
36187 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
36188 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
36189 +CONFIG_USB_OHCI_HCD_PCI=y
36190 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
36191 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
36192 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
36193 +# CONFIG_USB_UHCI_HCD is not set
36194 +# CONFIG_USB_SL811_HCD is not set
36195 +# CONFIG_USB_R8A66597_HCD is not set
36196 +
36197 +#
36198 +# USB Device Class drivers
36199 +#
36200 +# CONFIG_USB_ACM is not set
36201 +# CONFIG_USB_PRINTER is not set
36202 +
36203 +#
36204 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
36205 +#
36206 +
36207 +#
36208 +# may also be needed; see USB_STORAGE Help for more information
36209 +#
36210 +CONFIG_USB_STORAGE=y
36211 +# CONFIG_USB_STORAGE_DEBUG is not set
36212 +# CONFIG_USB_STORAGE_DATAFAB is not set
36213 +# CONFIG_USB_STORAGE_FREECOM is not set
36214 +# CONFIG_USB_STORAGE_ISD200 is not set
36215 +# CONFIG_USB_STORAGE_DPCM is not set
36216 +# CONFIG_USB_STORAGE_USBAT is not set
36217 +# CONFIG_USB_STORAGE_SDDR09 is not set
36218 +# CONFIG_USB_STORAGE_SDDR55 is not set
36219 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
36220 +# CONFIG_USB_STORAGE_ALAUDA is not set
36221 +# CONFIG_USB_STORAGE_KARMA is not set
36222 +# CONFIG_USB_LIBUSUAL is not set
36223 +
36224 +#
36225 +# USB Imaging devices
36226 +#
36227 +# CONFIG_USB_MDC800 is not set
36228 +# CONFIG_USB_MICROTEK is not set
36229 +CONFIG_USB_MON=y
36230 +
36231 +#
36232 +# USB port drivers
36233 +#
36234 +# CONFIG_USB_SERIAL is not set
36235 +
36236 +#
36237 +# USB Miscellaneous drivers
36238 +#
36239 +# CONFIG_USB_EMI62 is not set
36240 +# CONFIG_USB_EMI26 is not set
36241 +# CONFIG_USB_ADUTUX is not set
36242 +# CONFIG_USB_AUERSWALD is not set
36243 +# CONFIG_USB_RIO500 is not set
36244 +# CONFIG_USB_LEGOTOWER is not set
36245 +# CONFIG_USB_LCD is not set
36246 +# CONFIG_USB_BERRY_CHARGE is not set
36247 +# CONFIG_USB_LED is not set
36248 +# CONFIG_USB_CYPRESS_CY7C63 is not set
36249 +# CONFIG_USB_CYTHERM is not set
36250 +# CONFIG_USB_PHIDGET is not set
36251 +# CONFIG_USB_IDMOUSE is not set
36252 +# CONFIG_USB_FTDI_ELAN is not set
36253 +# CONFIG_USB_APPLEDISPLAY is not set
36254 +# CONFIG_USB_SISUSBVGA is not set
36255 +# CONFIG_USB_LD is not set
36256 +# CONFIG_USB_TRANCEVIBRATOR is not set
36257 +# CONFIG_USB_IOWARRIOR is not set
36258 +# CONFIG_USB_TEST is not set
36259 +# CONFIG_USB_GADGET is not set
36260 +# CONFIG_MMC is not set
36261 +# CONFIG_MEMSTICK is not set
36262 +# CONFIG_NEW_LEDS is not set
36263 +# CONFIG_INFINIBAND is not set
36264 +# CONFIG_EDAC is not set
36265 +CONFIG_RTC_LIB=y
36266 +CONFIG_RTC_CLASS=y
36267 +CONFIG_RTC_HCTOSYS=y
36268 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
36269 +# CONFIG_RTC_DEBUG is not set
36270 +
36271 +#
36272 +# RTC interfaces
36273 +#
36274 +CONFIG_RTC_INTF_SYSFS=y
36275 +CONFIG_RTC_INTF_PROC=y
36276 +CONFIG_RTC_INTF_DEV=y
36277 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
36278 +# CONFIG_RTC_DRV_TEST is not set
36279 +
36280 +#
36281 +# I2C RTC drivers
36282 +#
36283 +# CONFIG_RTC_DRV_DS1307 is not set
36284 +# CONFIG_RTC_DRV_DS1374 is not set
36285 +# CONFIG_RTC_DRV_DS1672 is not set
36286 +# CONFIG_RTC_DRV_MAX6900 is not set
36287 +# CONFIG_RTC_DRV_RS5C372 is not set
36288 +# CONFIG_RTC_DRV_ISL1208 is not set
36289 +# CONFIG_RTC_DRV_X1205 is not set
36290 +# CONFIG_RTC_DRV_PCF8563 is not set
36291 +# CONFIG_RTC_DRV_PCF8583 is not set
36292 +# CONFIG_RTC_DRV_M41T80 is not set
36293 +# CONFIG_RTC_DRV_S35390A is not set
36294 +
36295 +#
36296 +# SPI RTC drivers
36297 +#
36298 +
36299 +#
36300 +# Platform RTC drivers
36301 +#
36302 +CONFIG_RTC_DRV_CMOS=y
36303 +# CONFIG_RTC_DRV_DS1511 is not set
36304 +# CONFIG_RTC_DRV_DS1553 is not set
36305 +# CONFIG_RTC_DRV_DS1742 is not set
36306 +# CONFIG_RTC_DRV_STK17TA8 is not set
36307 +# CONFIG_RTC_DRV_M48T86 is not set
36308 +# CONFIG_RTC_DRV_M48T59 is not set
36309 +# CONFIG_RTC_DRV_V3020 is not set
36310 +
36311 +#
36312 +# on-CPU RTC drivers
36313 +#
36314 +CONFIG_DMADEVICES=y
36315 +
36316 +#
36317 +# DMA Devices
36318 +#
36319 +CONFIG_FSL_DMA=y
36320 +# CONFIG_FSL_DMA_SELFTEST is not set
36321 +CONFIG_DMA_ENGINE=y
36322 +
36323 +#
36324 +# DMA Clients
36325 +#
36326 +# CONFIG_NET_DMA is not set
36327 +
36328 +#
36329 +# Userspace I/O
36330 +#
36331 +# CONFIG_UIO is not set
36332 +
36333 +#
36334 +# File systems
36335 +#
36336 +CONFIG_EXT2_FS=y
36337 +# CONFIG_EXT2_FS_XATTR is not set
36338 +# CONFIG_EXT2_FS_XIP is not set
36339 +CONFIG_EXT3_FS=y
36340 +CONFIG_EXT3_FS_XATTR=y
36341 +# CONFIG_EXT3_FS_POSIX_ACL is not set
36342 +# CONFIG_EXT3_FS_SECURITY is not set
36343 +# CONFIG_EXT4DEV_FS is not set
36344 +CONFIG_JBD=y
36345 +CONFIG_FS_MBCACHE=y
36346 +# CONFIG_REISERFS_FS is not set
36347 +# CONFIG_JFS_FS is not set
36348 +# CONFIG_FS_POSIX_ACL is not set
36349 +# CONFIG_XFS_FS is not set
36350 +# CONFIG_GFS2_FS is not set
36351 +# CONFIG_OCFS2_FS is not set
36352 +CONFIG_DNOTIFY=y
36353 +CONFIG_INOTIFY=y
36354 +CONFIG_INOTIFY_USER=y
36355 +# CONFIG_QUOTA is not set
36356 +# CONFIG_AUTOFS_FS is not set
36357 +# CONFIG_AUTOFS4_FS is not set
36358 +# CONFIG_FUSE_FS is not set
36359 +
36360 +#
36361 +# CD-ROM/DVD Filesystems
36362 +#
36363 +CONFIG_ISO9660_FS=m
36364 +CONFIG_JOLIET=y
36365 +CONFIG_ZISOFS=y
36366 +CONFIG_UDF_FS=m
36367 +CONFIG_UDF_NLS=y
36368 +
36369 +#
36370 +# DOS/FAT/NT Filesystems
36371 +#
36372 +CONFIG_FAT_FS=y
36373 +CONFIG_MSDOS_FS=m
36374 +CONFIG_VFAT_FS=y
36375 +CONFIG_FAT_DEFAULT_CODEPAGE=437
36376 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
36377 +CONFIG_NTFS_FS=y
36378 +# CONFIG_NTFS_DEBUG is not set
36379 +# CONFIG_NTFS_RW is not set
36380 +
36381 +#
36382 +# Pseudo filesystems
36383 +#
36384 +CONFIG_PROC_FS=y
36385 +CONFIG_PROC_KCORE=y
36386 +CONFIG_PROC_SYSCTL=y
36387 +CONFIG_SYSFS=y
36388 +CONFIG_TMPFS=y
36389 +# CONFIG_TMPFS_POSIX_ACL is not set
36390 +# CONFIG_HUGETLB_PAGE is not set
36391 +# CONFIG_CONFIGFS_FS is not set
36392 +
36393 +#
36394 +# Miscellaneous filesystems
36395 +#
36396 +CONFIG_ADFS_FS=m
36397 +# CONFIG_ADFS_FS_RW is not set
36398 +CONFIG_AFFS_FS=m
36399 +CONFIG_HFS_FS=m
36400 +CONFIG_HFSPLUS_FS=m
36401 +CONFIG_BEFS_FS=m
36402 +# CONFIG_BEFS_DEBUG is not set
36403 +CONFIG_BFS_FS=m
36404 +CONFIG_EFS_FS=m
36405 +CONFIG_CRAMFS=y
36406 +CONFIG_VXFS_FS=m
36407 +# CONFIG_MINIX_FS is not set
36408 +CONFIG_HPFS_FS=m
36409 +CONFIG_QNX4FS_FS=m
36410 +# CONFIG_ROMFS_FS is not set
36411 +CONFIG_SYSV_FS=m
36412 +CONFIG_UFS_FS=m
36413 +# CONFIG_UFS_FS_WRITE is not set
36414 +# CONFIG_UFS_DEBUG is not set
36415 +CONFIG_NETWORK_FILESYSTEMS=y
36416 +CONFIG_NFS_FS=y
36417 +CONFIG_NFS_V3=y
36418 +# CONFIG_NFS_V3_ACL is not set
36419 +CONFIG_NFS_V4=y
36420 +# CONFIG_NFS_DIRECTIO is not set
36421 +CONFIG_NFSD=y
36422 +# CONFIG_NFSD_V3 is not set
36423 +CONFIG_NFSD_TCP=y
36424 +CONFIG_ROOT_NFS=y
36425 +CONFIG_LOCKD=y
36426 +CONFIG_LOCKD_V4=y
36427 +CONFIG_EXPORTFS=y
36428 +CONFIG_NFS_COMMON=y
36429 +CONFIG_SUNRPC=y
36430 +CONFIG_SUNRPC_GSS=y
36431 +# CONFIG_SUNRPC_BIND34 is not set
36432 +CONFIG_RPCSEC_GSS_KRB5=y
36433 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
36434 +# CONFIG_SMB_FS is not set
36435 +# CONFIG_CIFS is not set
36436 +# CONFIG_NCP_FS is not set
36437 +# CONFIG_CODA_FS is not set
36438 +# CONFIG_AFS_FS is not set
36439 +
36440 +#
36441 +# Partition Types
36442 +#
36443 +CONFIG_PARTITION_ADVANCED=y
36444 +# CONFIG_ACORN_PARTITION is not set
36445 +# CONFIG_OSF_PARTITION is not set
36446 +# CONFIG_AMIGA_PARTITION is not set
36447 +# CONFIG_ATARI_PARTITION is not set
36448 +CONFIG_MAC_PARTITION=y
36449 +CONFIG_MSDOS_PARTITION=y
36450 +# CONFIG_BSD_DISKLABEL is not set
36451 +# CONFIG_MINIX_SUBPARTITION is not set
36452 +# CONFIG_SOLARIS_X86_PARTITION is not set
36453 +# CONFIG_UNIXWARE_DISKLABEL is not set
36454 +# CONFIG_LDM_PARTITION is not set
36455 +# CONFIG_SGI_PARTITION is not set
36456 +# CONFIG_ULTRIX_PARTITION is not set
36457 +# CONFIG_SUN_PARTITION is not set
36458 +# CONFIG_KARMA_PARTITION is not set
36459 +# CONFIG_EFI_PARTITION is not set
36460 +# CONFIG_SYSV68_PARTITION is not set
36461 +CONFIG_NLS=y
36462 +CONFIG_NLS_DEFAULT="iso8859-1"
36463 +# CONFIG_NLS_CODEPAGE_437 is not set
36464 +# CONFIG_NLS_CODEPAGE_737 is not set
36465 +# CONFIG_NLS_CODEPAGE_775 is not set
36466 +# CONFIG_NLS_CODEPAGE_850 is not set
36467 +# CONFIG_NLS_CODEPAGE_852 is not set
36468 +# CONFIG_NLS_CODEPAGE_855 is not set
36469 +# CONFIG_NLS_CODEPAGE_857 is not set
36470 +# CONFIG_NLS_CODEPAGE_860 is not set
36471 +# CONFIG_NLS_CODEPAGE_861 is not set
36472 +# CONFIG_NLS_CODEPAGE_862 is not set
36473 +# CONFIG_NLS_CODEPAGE_863 is not set
36474 +# CONFIG_NLS_CODEPAGE_864 is not set
36475 +# CONFIG_NLS_CODEPAGE_865 is not set
36476 +# CONFIG_NLS_CODEPAGE_866 is not set
36477 +# CONFIG_NLS_CODEPAGE_869 is not set
36478 +# CONFIG_NLS_CODEPAGE_936 is not set
36479 +# CONFIG_NLS_CODEPAGE_950 is not set
36480 +# CONFIG_NLS_CODEPAGE_932 is not set
36481 +# CONFIG_NLS_CODEPAGE_949 is not set
36482 +# CONFIG_NLS_CODEPAGE_874 is not set
36483 +# CONFIG_NLS_ISO8859_8 is not set
36484 +# CONFIG_NLS_CODEPAGE_1250 is not set
36485 +# CONFIG_NLS_CODEPAGE_1251 is not set
36486 +# CONFIG_NLS_ASCII is not set
36487 +# CONFIG_NLS_ISO8859_1 is not set
36488 +# CONFIG_NLS_ISO8859_2 is not set
36489 +# CONFIG_NLS_ISO8859_3 is not set
36490 +# CONFIG_NLS_ISO8859_4 is not set
36491 +# CONFIG_NLS_ISO8859_5 is not set
36492 +# CONFIG_NLS_ISO8859_6 is not set
36493 +# CONFIG_NLS_ISO8859_7 is not set
36494 +# CONFIG_NLS_ISO8859_9 is not set
36495 +# CONFIG_NLS_ISO8859_13 is not set
36496 +# CONFIG_NLS_ISO8859_14 is not set
36497 +# CONFIG_NLS_ISO8859_15 is not set
36498 +# CONFIG_NLS_KOI8_R is not set
36499 +# CONFIG_NLS_KOI8_U is not set
36500 +CONFIG_NLS_UTF8=m
36501 +# CONFIG_DLM is not set
36502 +
36503 +#
36504 +# Library routines
36505 +#
36506 +CONFIG_BITREVERSE=y
36507 +# CONFIG_CRC_CCITT is not set
36508 +# CONFIG_CRC16 is not set
36509 +# CONFIG_CRC_ITU_T is not set
36510 +CONFIG_CRC32=y
36511 +# CONFIG_CRC7 is not set
36512 +CONFIG_LIBCRC32C=m
36513 +CONFIG_ZLIB_INFLATE=y
36514 +CONFIG_PLIST=y
36515 +CONFIG_HAS_IOMEM=y
36516 +CONFIG_HAS_IOPORT=y
36517 +CONFIG_HAS_DMA=y
36518 +CONFIG_HAVE_LMB=y
36519 +
36520 +#
36521 +# Kernel hacking
36522 +#
36523 +# CONFIG_PRINTK_TIME is not set
36524 +CONFIG_ENABLE_WARN_DEPRECATED=y
36525 +CONFIG_ENABLE_MUST_CHECK=y
36526 +# CONFIG_MAGIC_SYSRQ is not set
36527 +# CONFIG_UNUSED_SYMBOLS is not set
36528 +# CONFIG_DEBUG_FS is not set
36529 +# CONFIG_HEADERS_CHECK is not set
36530 +CONFIG_DEBUG_KERNEL=y
36531 +# CONFIG_DEBUG_SHIRQ is not set
36532 +CONFIG_DETECT_SOFTLOCKUP=y
36533 +CONFIG_SCHED_DEBUG=y
36534 +# CONFIG_SCHEDSTATS is not set
36535 +# CONFIG_TIMER_STATS is not set
36536 +# CONFIG_SLUB_DEBUG_ON is not set
36537 +# CONFIG_SLUB_STATS is not set
36538 +# CONFIG_DEBUG_RT_MUTEXES is not set
36539 +# CONFIG_RT_MUTEX_TESTER is not set
36540 +# CONFIG_DEBUG_SPINLOCK is not set
36541 +# CONFIG_DEBUG_MUTEXES is not set
36542 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
36543 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
36544 +# CONFIG_DEBUG_KOBJECT is not set
36545 +# CONFIG_DEBUG_HIGHMEM is not set
36546 +# CONFIG_DEBUG_BUGVERBOSE is not set
36547 +CONFIG_DEBUG_INFO=y
36548 +# CONFIG_DEBUG_VM is not set
36549 +# CONFIG_DEBUG_LIST is not set
36550 +# CONFIG_DEBUG_SG is not set
36551 +# CONFIG_BOOT_PRINTK_DELAY is not set
36552 +# CONFIG_RCU_TORTURE_TEST is not set
36553 +# CONFIG_BACKTRACE_SELF_TEST is not set
36554 +# CONFIG_FAULT_INJECTION is not set
36555 +# CONFIG_SAMPLES is not set
36556 +# CONFIG_DEBUG_STACKOVERFLOW is not set
36557 +# CONFIG_DEBUG_STACK_USAGE is not set
36558 +# CONFIG_DEBUG_PAGEALLOC is not set
36559 +# CONFIG_DEBUGGER is not set
36560 +# CONFIG_BDI_SWITCH is not set
36561 +# CONFIG_PPC_EARLY_DEBUG is not set
36562 +
36563 +#
36564 +# Security options
36565 +#
36566 +# CONFIG_KEYS is not set
36567 +# CONFIG_SECURITY is not set
36568 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
36569 +CONFIG_CRYPTO=y
36570 +CONFIG_CRYPTO_ALGAPI=y
36571 +CONFIG_CRYPTO_BLKCIPHER=y
36572 +# CONFIG_CRYPTO_SEQIV is not set
36573 +CONFIG_CRYPTO_HASH=y
36574 +CONFIG_CRYPTO_MANAGER=y
36575 +CONFIG_CRYPTO_HMAC=y
36576 +# CONFIG_CRYPTO_XCBC is not set
36577 +# CONFIG_CRYPTO_NULL is not set
36578 +# CONFIG_CRYPTO_MD4 is not set
36579 +CONFIG_CRYPTO_MD5=y
36580 +CONFIG_CRYPTO_SHA1=m
36581 +# CONFIG_CRYPTO_SHA256 is not set
36582 +# CONFIG_CRYPTO_SHA512 is not set
36583 +# CONFIG_CRYPTO_WP512 is not set
36584 +# CONFIG_CRYPTO_TGR192 is not set
36585 +# CONFIG_CRYPTO_GF128MUL is not set
36586 +# CONFIG_CRYPTO_ECB is not set
36587 +CONFIG_CRYPTO_CBC=y
36588 +CONFIG_CRYPTO_PCBC=m
36589 +# CONFIG_CRYPTO_LRW is not set
36590 +# CONFIG_CRYPTO_XTS is not set
36591 +# CONFIG_CRYPTO_CTR is not set
36592 +# CONFIG_CRYPTO_GCM is not set
36593 +# CONFIG_CRYPTO_CCM is not set
36594 +# CONFIG_CRYPTO_CRYPTD is not set
36595 +CONFIG_CRYPTO_DES=y
36596 +# CONFIG_CRYPTO_FCRYPT is not set
36597 +# CONFIG_CRYPTO_BLOWFISH is not set
36598 +# CONFIG_CRYPTO_TWOFISH is not set
36599 +# CONFIG_CRYPTO_SERPENT is not set
36600 +# CONFIG_CRYPTO_AES is not set
36601 +# CONFIG_CRYPTO_CAST5 is not set
36602 +# CONFIG_CRYPTO_CAST6 is not set
36603 +# CONFIG_CRYPTO_TEA is not set
36604 +# CONFIG_CRYPTO_ARC4 is not set
36605 +# CONFIG_CRYPTO_KHAZAD is not set
36606 +# CONFIG_CRYPTO_ANUBIS is not set
36607 +# CONFIG_CRYPTO_SEED is not set
36608 +# CONFIG_CRYPTO_SALSA20 is not set
36609 +# CONFIG_CRYPTO_DEFLATE is not set
36610 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
36611 +# CONFIG_CRYPTO_CRC32C is not set
36612 +# CONFIG_CRYPTO_CAMELLIA is not set
36613 +# CONFIG_CRYPTO_TEST is not set
36614 +# CONFIG_CRYPTO_AUTHENC is not set
36615 +# CONFIG_CRYPTO_LZO is not set
36616 +CONFIG_CRYPTO_HW=y
36617 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
36618 +# CONFIG_PPC_CLOCK is not set
36619 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
36620 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8560_ads_defconfig 1970-01-01 01:00:00.000000000 +0100
36621 +++ powerpc.git/arch/powerpc/configs/85xx/mpc8560_ads_defconfig 2008-04-19 16:40:52.000000000 +0200
36622 @@ -0,0 +1,885 @@
36623 +#
36624 +# Automatically generated make config: don't edit
36625 +# Linux kernel version: 2.6.25-rc6
36626 +# Mon Mar 24 08:48:27 2008
36627 +#
36628 +# CONFIG_PPC64 is not set
36629 +
36630 +#
36631 +# Processor support
36632 +#
36633 +# CONFIG_6xx is not set
36634 +CONFIG_PPC_85xx=y
36635 +# CONFIG_PPC_8xx is not set
36636 +# CONFIG_40x is not set
36637 +# CONFIG_44x is not set
36638 +# CONFIG_E200 is not set
36639 +CONFIG_E500=y
36640 +CONFIG_BOOKE=y
36641 +CONFIG_FSL_BOOKE=y
36642 +CONFIG_FSL_EMB_PERFMON=y
36643 +# CONFIG_PHYS_64BIT is not set
36644 +CONFIG_SPE=y
36645 +# CONFIG_PPC_MM_SLICES is not set
36646 +CONFIG_PPC32=y
36647 +CONFIG_WORD_SIZE=32
36648 +CONFIG_PPC_MERGE=y
36649 +CONFIG_MMU=y
36650 +CONFIG_GENERIC_CMOS_UPDATE=y
36651 +CONFIG_GENERIC_TIME=y
36652 +CONFIG_GENERIC_TIME_VSYSCALL=y
36653 +CONFIG_GENERIC_CLOCKEVENTS=y
36654 +CONFIG_GENERIC_HARDIRQS=y
36655 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
36656 +CONFIG_IRQ_PER_CPU=y
36657 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
36658 +CONFIG_ARCH_HAS_ILOG2_U32=y
36659 +CONFIG_GENERIC_HWEIGHT=y
36660 +CONFIG_GENERIC_CALIBRATE_DELAY=y
36661 +CONFIG_GENERIC_FIND_NEXT_BIT=y
36662 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
36663 +CONFIG_PPC=y
36664 +CONFIG_EARLY_PRINTK=y
36665 +CONFIG_GENERIC_NVRAM=y
36666 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
36667 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
36668 +CONFIG_PPC_OF=y
36669 +CONFIG_OF=y
36670 +CONFIG_PPC_UDBG_16550=y
36671 +# CONFIG_GENERIC_TBSYNC is not set
36672 +CONFIG_AUDIT_ARCH=y
36673 +CONFIG_GENERIC_BUG=y
36674 +CONFIG_DEFAULT_UIMAGE=y
36675 +# CONFIG_PPC_DCR_NATIVE is not set
36676 +# CONFIG_PPC_DCR_MMIO is not set
36677 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
36678 +
36679 +#
36680 +# General setup
36681 +#
36682 +CONFIG_EXPERIMENTAL=y
36683 +CONFIG_BROKEN_ON_SMP=y
36684 +CONFIG_INIT_ENV_ARG_LIMIT=32
36685 +CONFIG_LOCALVERSION=""
36686 +CONFIG_LOCALVERSION_AUTO=y
36687 +CONFIG_SWAP=y
36688 +CONFIG_SYSVIPC=y
36689 +CONFIG_SYSVIPC_SYSCTL=y
36690 +# CONFIG_POSIX_MQUEUE is not set
36691 +# CONFIG_BSD_PROCESS_ACCT is not set
36692 +# CONFIG_TASKSTATS is not set
36693 +# CONFIG_AUDIT is not set
36694 +# CONFIG_IKCONFIG is not set
36695 +CONFIG_LOG_BUF_SHIFT=14
36696 +# CONFIG_CGROUPS is not set
36697 +CONFIG_GROUP_SCHED=y
36698 +# CONFIG_FAIR_GROUP_SCHED is not set
36699 +# CONFIG_RT_GROUP_SCHED is not set
36700 +CONFIG_USER_SCHED=y
36701 +# CONFIG_CGROUP_SCHED is not set
36702 +CONFIG_SYSFS_DEPRECATED=y
36703 +CONFIG_SYSFS_DEPRECATED_V2=y
36704 +# CONFIG_RELAY is not set
36705 +# CONFIG_NAMESPACES is not set
36706 +CONFIG_BLK_DEV_INITRD=y
36707 +CONFIG_INITRAMFS_SOURCE=""
36708 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
36709 +CONFIG_SYSCTL=y
36710 +CONFIG_EMBEDDED=y
36711 +CONFIG_SYSCTL_SYSCALL=y
36712 +CONFIG_KALLSYMS=y
36713 +# CONFIG_KALLSYMS_ALL is not set
36714 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
36715 +CONFIG_HOTPLUG=y
36716 +CONFIG_PRINTK=y
36717 +CONFIG_BUG=y
36718 +CONFIG_ELF_CORE=y
36719 +CONFIG_COMPAT_BRK=y
36720 +CONFIG_BASE_FULL=y
36721 +CONFIG_FUTEX=y
36722 +CONFIG_ANON_INODES=y
36723 +CONFIG_EPOLL=y
36724 +CONFIG_SIGNALFD=y
36725 +CONFIG_TIMERFD=y
36726 +CONFIG_EVENTFD=y
36727 +CONFIG_SHMEM=y
36728 +CONFIG_VM_EVENT_COUNTERS=y
36729 +CONFIG_SLUB_DEBUG=y
36730 +# CONFIG_SLAB is not set
36731 +CONFIG_SLUB=y
36732 +# CONFIG_SLOB is not set
36733 +# CONFIG_PROFILING is not set
36734 +# CONFIG_MARKERS is not set
36735 +CONFIG_HAVE_OPROFILE=y
36736 +CONFIG_HAVE_KPROBES=y
36737 +CONFIG_HAVE_KRETPROBES=y
36738 +CONFIG_PROC_PAGE_MONITOR=y
36739 +CONFIG_SLABINFO=y
36740 +CONFIG_RT_MUTEXES=y
36741 +# CONFIG_TINY_SHMEM is not set
36742 +CONFIG_BASE_SMALL=0
36743 +# CONFIG_MODULES is not set
36744 +CONFIG_BLOCK=y
36745 +# CONFIG_LBD is not set
36746 +# CONFIG_BLK_DEV_IO_TRACE is not set
36747 +# CONFIG_LSF is not set
36748 +# CONFIG_BLK_DEV_BSG is not set
36749 +
36750 +#
36751 +# IO Schedulers
36752 +#
36753 +CONFIG_IOSCHED_NOOP=y
36754 +CONFIG_IOSCHED_AS=y
36755 +CONFIG_IOSCHED_DEADLINE=y
36756 +CONFIG_IOSCHED_CFQ=y
36757 +CONFIG_DEFAULT_AS=y
36758 +# CONFIG_DEFAULT_DEADLINE is not set
36759 +# CONFIG_DEFAULT_CFQ is not set
36760 +# CONFIG_DEFAULT_NOOP is not set
36761 +CONFIG_DEFAULT_IOSCHED="anticipatory"
36762 +CONFIG_CLASSIC_RCU=y
36763 +
36764 +#
36765 +# Platform support
36766 +#
36767 +# CONFIG_PPC_MPC512x is not set
36768 +# CONFIG_PPC_MPC5121 is not set
36769 +# CONFIG_PPC_CELL is not set
36770 +# CONFIG_PPC_CELL_NATIVE is not set
36771 +# CONFIG_PQ2ADS is not set
36772 +CONFIG_MPC85xx=y
36773 +# CONFIG_MPC8540_ADS is not set
36774 +CONFIG_MPC8560_ADS=y
36775 +# CONFIG_MPC85xx_CDS is not set
36776 +# CONFIG_MPC85xx_MDS is not set
36777 +# CONFIG_MPC85xx_DS is not set
36778 +# CONFIG_STX_GP3 is not set
36779 +# CONFIG_TQM8540 is not set
36780 +# CONFIG_TQM8541 is not set
36781 +# CONFIG_TQM8555 is not set
36782 +# CONFIG_TQM8560 is not set
36783 +# CONFIG_SBC8548 is not set
36784 +# CONFIG_SBC8560 is not set
36785 +# CONFIG_IPIC is not set
36786 +CONFIG_MPIC=y
36787 +# CONFIG_MPIC_WEIRD is not set
36788 +# CONFIG_PPC_I8259 is not set
36789 +# CONFIG_PPC_RTAS is not set
36790 +# CONFIG_MMIO_NVRAM is not set
36791 +# CONFIG_PPC_MPC106 is not set
36792 +# CONFIG_PPC_970_NAP is not set
36793 +# CONFIG_PPC_INDIRECT_IO is not set
36794 +# CONFIG_GENERIC_IOMAP is not set
36795 +# CONFIG_CPU_FREQ is not set
36796 +CONFIG_CPM2=y
36797 +CONFIG_PPC_CPM_NEW_BINDING=y
36798 +# CONFIG_FSL_ULI1575 is not set
36799 +CONFIG_CPM=y
36800 +
36801 +#
36802 +# Kernel options
36803 +#
36804 +# CONFIG_HIGHMEM is not set
36805 +# CONFIG_TICK_ONESHOT is not set
36806 +# CONFIG_NO_HZ is not set
36807 +# CONFIG_HIGH_RES_TIMERS is not set
36808 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
36809 +# CONFIG_HZ_100 is not set
36810 +CONFIG_HZ_250=y
36811 +# CONFIG_HZ_300 is not set
36812 +# CONFIG_HZ_1000 is not set
36813 +CONFIG_HZ=250
36814 +# CONFIG_SCHED_HRTICK is not set
36815 +CONFIG_PREEMPT_NONE=y
36816 +# CONFIG_PREEMPT_VOLUNTARY is not set
36817 +# CONFIG_PREEMPT is not set
36818 +CONFIG_BINFMT_ELF=y
36819 +CONFIG_BINFMT_MISC=y
36820 +CONFIG_MATH_EMULATION=y
36821 +# CONFIG_IOMMU_HELPER is not set
36822 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
36823 +CONFIG_ARCH_HAS_WALK_MEMORY=y
36824 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
36825 +CONFIG_ARCH_FLATMEM_ENABLE=y
36826 +CONFIG_ARCH_POPULATES_NODE_MAP=y
36827 +CONFIG_SELECT_MEMORY_MODEL=y
36828 +CONFIG_FLATMEM_MANUAL=y
36829 +# CONFIG_DISCONTIGMEM_MANUAL is not set
36830 +# CONFIG_SPARSEMEM_MANUAL is not set
36831 +CONFIG_FLATMEM=y
36832 +CONFIG_FLAT_NODE_MEM_MAP=y
36833 +# CONFIG_SPARSEMEM_STATIC is not set
36834 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
36835 +CONFIG_SPLIT_PTLOCK_CPUS=4
36836 +# CONFIG_RESOURCES_64BIT is not set
36837 +CONFIG_ZONE_DMA_FLAG=1
36838 +CONFIG_BOUNCE=y
36839 +CONFIG_VIRT_TO_BUS=y
36840 +# CONFIG_PROC_DEVICETREE is not set
36841 +# CONFIG_CMDLINE_BOOL is not set
36842 +# CONFIG_PM is not set
36843 +# CONFIG_SECCOMP is not set
36844 +CONFIG_ISA_DMA_API=y
36845 +
36846 +#
36847 +# Bus options
36848 +#
36849 +CONFIG_ZONE_DMA=y
36850 +CONFIG_PPC_INDIRECT_PCI=y
36851 +CONFIG_FSL_SOC=y
36852 +CONFIG_FSL_PCI=y
36853 +CONFIG_PCI=y
36854 +CONFIG_PCI_DOMAINS=y
36855 +CONFIG_PCI_SYSCALL=y
36856 +# CONFIG_PCIEPORTBUS is not set
36857 +CONFIG_ARCH_SUPPORTS_MSI=y
36858 +# CONFIG_PCI_MSI is not set
36859 +CONFIG_PCI_LEGACY=y
36860 +CONFIG_PCI_DEBUG=y
36861 +# CONFIG_PCCARD is not set
36862 +# CONFIG_HOTPLUG_PCI is not set
36863 +
36864 +#
36865 +# Advanced setup
36866 +#
36867 +# CONFIG_ADVANCED_OPTIONS is not set
36868 +
36869 +#
36870 +# Default settings for advanced configuration options are used
36871 +#
36872 +CONFIG_HIGHMEM_START=0xfe000000
36873 +CONFIG_LOWMEM_SIZE=0x30000000
36874 +CONFIG_KERNEL_START=0xc0000000
36875 +CONFIG_TASK_SIZE=0xc0000000
36876 +CONFIG_BOOT_LOAD=0x00800000
36877 +
36878 +#
36879 +# Networking
36880 +#
36881 +CONFIG_NET=y
36882 +
36883 +#
36884 +# Networking options
36885 +#
36886 +CONFIG_PACKET=y
36887 +# CONFIG_PACKET_MMAP is not set
36888 +CONFIG_UNIX=y
36889 +CONFIG_XFRM=y
36890 +# CONFIG_XFRM_USER is not set
36891 +# CONFIG_XFRM_SUB_POLICY is not set
36892 +# CONFIG_XFRM_MIGRATE is not set
36893 +# CONFIG_XFRM_STATISTICS is not set
36894 +# CONFIG_NET_KEY is not set
36895 +CONFIG_INET=y
36896 +CONFIG_IP_MULTICAST=y
36897 +# CONFIG_IP_ADVANCED_ROUTER is not set
36898 +CONFIG_IP_FIB_HASH=y
36899 +CONFIG_IP_PNP=y
36900 +CONFIG_IP_PNP_DHCP=y
36901 +CONFIG_IP_PNP_BOOTP=y
36902 +# CONFIG_IP_PNP_RARP is not set
36903 +# CONFIG_NET_IPIP is not set
36904 +# CONFIG_NET_IPGRE is not set
36905 +# CONFIG_IP_MROUTE is not set
36906 +# CONFIG_ARPD is not set
36907 +CONFIG_SYN_COOKIES=y
36908 +# CONFIG_INET_AH is not set
36909 +# CONFIG_INET_ESP is not set
36910 +# CONFIG_INET_IPCOMP is not set
36911 +# CONFIG_INET_XFRM_TUNNEL is not set
36912 +# CONFIG_INET_TUNNEL is not set
36913 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
36914 +CONFIG_INET_XFRM_MODE_TUNNEL=y
36915 +CONFIG_INET_XFRM_MODE_BEET=y
36916 +# CONFIG_INET_LRO is not set
36917 +CONFIG_INET_DIAG=y
36918 +CONFIG_INET_TCP_DIAG=y
36919 +# CONFIG_TCP_CONG_ADVANCED is not set
36920 +CONFIG_TCP_CONG_CUBIC=y
36921 +CONFIG_DEFAULT_TCP_CONG="cubic"
36922 +# CONFIG_TCP_MD5SIG is not set
36923 +# CONFIG_IPV6 is not set
36924 +# CONFIG_INET6_XFRM_TUNNEL is not set
36925 +# CONFIG_INET6_TUNNEL is not set
36926 +# CONFIG_NETWORK_SECMARK is not set
36927 +# CONFIG_NETFILTER is not set
36928 +# CONFIG_IP_DCCP is not set
36929 +# CONFIG_IP_SCTP is not set
36930 +# CONFIG_TIPC is not set
36931 +# CONFIG_ATM is not set
36932 +# CONFIG_BRIDGE is not set
36933 +# CONFIG_VLAN_8021Q is not set
36934 +# CONFIG_DECNET is not set
36935 +# CONFIG_LLC2 is not set
36936 +# CONFIG_IPX is not set
36937 +# CONFIG_ATALK is not set
36938 +# CONFIG_X25 is not set
36939 +# CONFIG_LAPB is not set
36940 +# CONFIG_ECONET is not set
36941 +# CONFIG_WAN_ROUTER is not set
36942 +# CONFIG_NET_SCHED is not set
36943 +
36944 +#
36945 +# Network testing
36946 +#
36947 +# CONFIG_NET_PKTGEN is not set
36948 +# CONFIG_HAMRADIO is not set
36949 +# CONFIG_CAN is not set
36950 +# CONFIG_IRDA is not set
36951 +# CONFIG_BT is not set
36952 +# CONFIG_AF_RXRPC is not set
36953 +
36954 +#
36955 +# Wireless
36956 +#
36957 +# CONFIG_CFG80211 is not set
36958 +# CONFIG_WIRELESS_EXT is not set
36959 +# CONFIG_MAC80211 is not set
36960 +# CONFIG_IEEE80211 is not set
36961 +# CONFIG_RFKILL is not set
36962 +# CONFIG_NET_9P is not set
36963 +
36964 +#
36965 +# Device Drivers
36966 +#
36967 +
36968 +#
36969 +# Generic Driver Options
36970 +#
36971 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
36972 +CONFIG_STANDALONE=y
36973 +CONFIG_PREVENT_FIRMWARE_BUILD=y
36974 +# CONFIG_FW_LOADER is not set
36975 +# CONFIG_DEBUG_DRIVER is not set
36976 +# CONFIG_DEBUG_DEVRES is not set
36977 +# CONFIG_SYS_HYPERVISOR is not set
36978 +# CONFIG_CONNECTOR is not set
36979 +# CONFIG_MTD is not set
36980 +CONFIG_OF_DEVICE=y
36981 +# CONFIG_PARPORT is not set
36982 +CONFIG_BLK_DEV=y
36983 +# CONFIG_BLK_DEV_FD is not set
36984 +# CONFIG_BLK_CPQ_DA is not set
36985 +# CONFIG_BLK_CPQ_CISS_DA is not set
36986 +# CONFIG_BLK_DEV_DAC960 is not set
36987 +# CONFIG_BLK_DEV_UMEM is not set
36988 +# CONFIG_BLK_DEV_COW_COMMON is not set
36989 +CONFIG_BLK_DEV_LOOP=y
36990 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
36991 +# CONFIG_BLK_DEV_NBD is not set
36992 +# CONFIG_BLK_DEV_SX8 is not set
36993 +CONFIG_BLK_DEV_RAM=y
36994 +CONFIG_BLK_DEV_RAM_COUNT=16
36995 +CONFIG_BLK_DEV_RAM_SIZE=32768
36996 +# CONFIG_BLK_DEV_XIP is not set
36997 +# CONFIG_CDROM_PKTCDVD is not set
36998 +# CONFIG_ATA_OVER_ETH is not set
36999 +CONFIG_MISC_DEVICES=y
37000 +# CONFIG_PHANTOM is not set
37001 +# CONFIG_EEPROM_93CX6 is not set
37002 +# CONFIG_SGI_IOC4 is not set
37003 +# CONFIG_TIFM_CORE is not set
37004 +# CONFIG_ENCLOSURE_SERVICES is not set
37005 +CONFIG_HAVE_IDE=y
37006 +# CONFIG_IDE is not set
37007 +
37008 +#
37009 +# SCSI device support
37010 +#
37011 +# CONFIG_RAID_ATTRS is not set
37012 +# CONFIG_SCSI is not set
37013 +# CONFIG_SCSI_DMA is not set
37014 +# CONFIG_SCSI_NETLINK is not set
37015 +# CONFIG_ATA is not set
37016 +# CONFIG_MD is not set
37017 +# CONFIG_FUSION is not set
37018 +
37019 +#
37020 +# IEEE 1394 (FireWire) support
37021 +#
37022 +# CONFIG_FIREWIRE is not set
37023 +# CONFIG_IEEE1394 is not set
37024 +# CONFIG_I2O is not set
37025 +# CONFIG_MACINTOSH_DRIVERS is not set
37026 +CONFIG_NETDEVICES=y
37027 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
37028 +# CONFIG_DUMMY is not set
37029 +# CONFIG_BONDING is not set
37030 +# CONFIG_MACVLAN is not set
37031 +# CONFIG_EQUALIZER is not set
37032 +# CONFIG_TUN is not set
37033 +# CONFIG_VETH is not set
37034 +# CONFIG_ARCNET is not set
37035 +CONFIG_PHYLIB=y
37036 +
37037 +#
37038 +# MII PHY device drivers
37039 +#
37040 +CONFIG_MARVELL_PHY=y
37041 +CONFIG_DAVICOM_PHY=y
37042 +# CONFIG_QSEMI_PHY is not set
37043 +# CONFIG_LXT_PHY is not set
37044 +# CONFIG_CICADA_PHY is not set
37045 +# CONFIG_VITESSE_PHY is not set
37046 +# CONFIG_SMSC_PHY is not set
37047 +# CONFIG_BROADCOM_PHY is not set
37048 +# CONFIG_ICPLUS_PHY is not set
37049 +# CONFIG_REALTEK_PHY is not set
37050 +# CONFIG_FIXED_PHY is not set
37051 +# CONFIG_MDIO_BITBANG is not set
37052 +CONFIG_NET_ETHERNET=y
37053 +CONFIG_MII=y
37054 +# CONFIG_HAPPYMEAL is not set
37055 +# CONFIG_SUNGEM is not set
37056 +# CONFIG_CASSINI is not set
37057 +# CONFIG_NET_VENDOR_3COM is not set
37058 +# CONFIG_NET_TULIP is not set
37059 +# CONFIG_HP100 is not set
37060 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
37061 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
37062 +# CONFIG_IBM_NEW_EMAC_TAH is not set
37063 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
37064 +# CONFIG_NET_PCI is not set
37065 +# CONFIG_B44 is not set
37066 +CONFIG_FS_ENET=y
37067 +# CONFIG_FS_ENET_HAS_SCC is not set
37068 +CONFIG_FS_ENET_HAS_FCC=y
37069 +# CONFIG_FS_ENET_MDIO_FCC is not set
37070 +CONFIG_NETDEV_1000=y
37071 +# CONFIG_ACENIC is not set
37072 +# CONFIG_DL2K is not set
37073 +CONFIG_E1000=y
37074 +CONFIG_E1000_NAPI=y
37075 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
37076 +# CONFIG_E1000E is not set
37077 +# CONFIG_E1000E_ENABLED is not set
37078 +# CONFIG_IP1000 is not set
37079 +# CONFIG_IGB is not set
37080 +# CONFIG_NS83820 is not set
37081 +# CONFIG_HAMACHI is not set
37082 +# CONFIG_YELLOWFIN is not set
37083 +# CONFIG_R8169 is not set
37084 +# CONFIG_SIS190 is not set
37085 +# CONFIG_SKGE is not set
37086 +# CONFIG_SKY2 is not set
37087 +# CONFIG_SK98LIN is not set
37088 +# CONFIG_VIA_VELOCITY is not set
37089 +# CONFIG_TIGON3 is not set
37090 +# CONFIG_BNX2 is not set
37091 +CONFIG_GIANFAR=y
37092 +CONFIG_GFAR_NAPI=y
37093 +# CONFIG_QLA3XXX is not set
37094 +# CONFIG_ATL1 is not set
37095 +CONFIG_NETDEV_10000=y
37096 +# CONFIG_CHELSIO_T1 is not set
37097 +# CONFIG_CHELSIO_T3 is not set
37098 +# CONFIG_IXGBE is not set
37099 +# CONFIG_IXGB is not set
37100 +# CONFIG_S2IO is not set
37101 +# CONFIG_MYRI10GE is not set
37102 +# CONFIG_NETXEN_NIC is not set
37103 +# CONFIG_NIU is not set
37104 +# CONFIG_MLX4_CORE is not set
37105 +# CONFIG_TEHUTI is not set
37106 +# CONFIG_BNX2X is not set
37107 +# CONFIG_TR is not set
37108 +
37109 +#
37110 +# Wireless LAN
37111 +#
37112 +# CONFIG_WLAN_PRE80211 is not set
37113 +# CONFIG_WLAN_80211 is not set
37114 +# CONFIG_WAN is not set
37115 +# CONFIG_FDDI is not set
37116 +# CONFIG_HIPPI is not set
37117 +# CONFIG_PPP is not set
37118 +# CONFIG_SLIP is not set
37119 +# CONFIG_NETCONSOLE is not set
37120 +# CONFIG_NETPOLL is not set
37121 +# CONFIG_NET_POLL_CONTROLLER is not set
37122 +# CONFIG_ISDN is not set
37123 +# CONFIG_PHONE is not set
37124 +
37125 +#
37126 +# Input device support
37127 +#
37128 +CONFIG_INPUT=y
37129 +# CONFIG_INPUT_FF_MEMLESS is not set
37130 +# CONFIG_INPUT_POLLDEV is not set
37131 +
37132 +#
37133 +# Userland interfaces
37134 +#
37135 +# CONFIG_INPUT_MOUSEDEV is not set
37136 +# CONFIG_INPUT_JOYDEV is not set
37137 +# CONFIG_INPUT_EVDEV is not set
37138 +# CONFIG_INPUT_EVBUG is not set
37139 +
37140 +#
37141 +# Input Device Drivers
37142 +#
37143 +# CONFIG_INPUT_KEYBOARD is not set
37144 +# CONFIG_INPUT_MOUSE is not set
37145 +# CONFIG_INPUT_JOYSTICK is not set
37146 +# CONFIG_INPUT_TABLET is not set
37147 +# CONFIG_INPUT_TOUCHSCREEN is not set
37148 +# CONFIG_INPUT_MISC is not set
37149 +
37150 +#
37151 +# Hardware I/O ports
37152 +#
37153 +# CONFIG_SERIO is not set
37154 +# CONFIG_GAMEPORT is not set
37155 +
37156 +#
37157 +# Character devices
37158 +#
37159 +# CONFIG_VT is not set
37160 +# CONFIG_SERIAL_NONSTANDARD is not set
37161 +# CONFIG_NOZOMI is not set
37162 +
37163 +#
37164 +# Serial drivers
37165 +#
37166 +# CONFIG_SERIAL_8250 is not set
37167 +
37168 +#
37169 +# Non-8250 serial port support
37170 +#
37171 +# CONFIG_SERIAL_UARTLITE is not set
37172 +CONFIG_SERIAL_CORE=y
37173 +CONFIG_SERIAL_CORE_CONSOLE=y
37174 +CONFIG_SERIAL_CPM=y
37175 +CONFIG_SERIAL_CPM_CONSOLE=y
37176 +CONFIG_SERIAL_CPM_SCC1=y
37177 +CONFIG_SERIAL_CPM_SCC2=y
37178 +# CONFIG_SERIAL_CPM_SCC3 is not set
37179 +# CONFIG_SERIAL_CPM_SCC4 is not set
37180 +# CONFIG_SERIAL_CPM_SMC1 is not set
37181 +# CONFIG_SERIAL_CPM_SMC2 is not set
37182 +# CONFIG_SERIAL_JSM is not set
37183 +CONFIG_UNIX98_PTYS=y
37184 +CONFIG_LEGACY_PTYS=y
37185 +CONFIG_LEGACY_PTY_COUNT=256
37186 +# CONFIG_IPMI_HANDLER is not set
37187 +CONFIG_HW_RANDOM=y
37188 +# CONFIG_NVRAM is not set
37189 +CONFIG_GEN_RTC=y
37190 +# CONFIG_GEN_RTC_X is not set
37191 +# CONFIG_R3964 is not set
37192 +# CONFIG_APPLICOM is not set
37193 +# CONFIG_RAW_DRIVER is not set
37194 +# CONFIG_TCG_TPM is not set
37195 +CONFIG_DEVPORT=y
37196 +# CONFIG_I2C is not set
37197 +
37198 +#
37199 +# SPI support
37200 +#
37201 +# CONFIG_SPI is not set
37202 +# CONFIG_SPI_MASTER is not set
37203 +# CONFIG_W1 is not set
37204 +# CONFIG_POWER_SUPPLY is not set
37205 +CONFIG_HWMON=y
37206 +# CONFIG_HWMON_VID is not set
37207 +# CONFIG_SENSORS_I5K_AMB is not set
37208 +# CONFIG_SENSORS_F71805F is not set
37209 +# CONFIG_SENSORS_F71882FG is not set
37210 +# CONFIG_SENSORS_IT87 is not set
37211 +# CONFIG_SENSORS_PC87360 is not set
37212 +# CONFIG_SENSORS_PC87427 is not set
37213 +# CONFIG_SENSORS_SIS5595 is not set
37214 +# CONFIG_SENSORS_SMSC47M1 is not set
37215 +# CONFIG_SENSORS_SMSC47B397 is not set
37216 +# CONFIG_SENSORS_VIA686A is not set
37217 +# CONFIG_SENSORS_VT1211 is not set
37218 +# CONFIG_SENSORS_VT8231 is not set
37219 +# CONFIG_SENSORS_W83627HF is not set
37220 +# CONFIG_SENSORS_W83627EHF is not set
37221 +# CONFIG_HWMON_DEBUG_CHIP is not set
37222 +# CONFIG_THERMAL is not set
37223 +# CONFIG_WATCHDOG is not set
37224 +
37225 +#
37226 +# Sonics Silicon Backplane
37227 +#
37228 +CONFIG_SSB_POSSIBLE=y
37229 +# CONFIG_SSB is not set
37230 +
37231 +#
37232 +# Multifunction device drivers
37233 +#
37234 +# CONFIG_MFD_SM501 is not set
37235 +
37236 +#
37237 +# Multimedia devices
37238 +#
37239 +# CONFIG_VIDEO_DEV is not set
37240 +# CONFIG_DVB_CORE is not set
37241 +CONFIG_DAB=y
37242 +
37243 +#
37244 +# Graphics support
37245 +#
37246 +# CONFIG_AGP is not set
37247 +# CONFIG_DRM is not set
37248 +# CONFIG_VGASTATE is not set
37249 +CONFIG_VIDEO_OUTPUT_CONTROL=y
37250 +# CONFIG_FB is not set
37251 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
37252 +
37253 +#
37254 +# Display device support
37255 +#
37256 +# CONFIG_DISPLAY_SUPPORT is not set
37257 +
37258 +#
37259 +# Sound
37260 +#
37261 +# CONFIG_SOUND is not set
37262 +CONFIG_HID_SUPPORT=y
37263 +CONFIG_HID=y
37264 +# CONFIG_HID_DEBUG is not set
37265 +# CONFIG_HIDRAW is not set
37266 +CONFIG_USB_SUPPORT=y
37267 +CONFIG_USB_ARCH_HAS_HCD=y
37268 +CONFIG_USB_ARCH_HAS_OHCI=y
37269 +CONFIG_USB_ARCH_HAS_EHCI=y
37270 +# CONFIG_USB is not set
37271 +
37272 +#
37273 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
37274 +#
37275 +# CONFIG_USB_GADGET is not set
37276 +# CONFIG_MMC is not set
37277 +# CONFIG_MEMSTICK is not set
37278 +# CONFIG_NEW_LEDS is not set
37279 +# CONFIG_INFINIBAND is not set
37280 +# CONFIG_EDAC is not set
37281 +# CONFIG_RTC_CLASS is not set
37282 +# CONFIG_DMADEVICES is not set
37283 +
37284 +#
37285 +# Userspace I/O
37286 +#
37287 +# CONFIG_UIO is not set
37288 +
37289 +#
37290 +# File systems
37291 +#
37292 +CONFIG_EXT2_FS=y
37293 +# CONFIG_EXT2_FS_XATTR is not set
37294 +# CONFIG_EXT2_FS_XIP is not set
37295 +CONFIG_EXT3_FS=y
37296 +CONFIG_EXT3_FS_XATTR=y
37297 +# CONFIG_EXT3_FS_POSIX_ACL is not set
37298 +# CONFIG_EXT3_FS_SECURITY is not set
37299 +# CONFIG_EXT4DEV_FS is not set
37300 +CONFIG_JBD=y
37301 +CONFIG_FS_MBCACHE=y
37302 +# CONFIG_REISERFS_FS is not set
37303 +# CONFIG_JFS_FS is not set
37304 +# CONFIG_FS_POSIX_ACL is not set
37305 +# CONFIG_XFS_FS is not set
37306 +# CONFIG_GFS2_FS is not set
37307 +# CONFIG_OCFS2_FS is not set
37308 +CONFIG_DNOTIFY=y
37309 +CONFIG_INOTIFY=y
37310 +CONFIG_INOTIFY_USER=y
37311 +# CONFIG_QUOTA is not set
37312 +# CONFIG_AUTOFS_FS is not set
37313 +# CONFIG_AUTOFS4_FS is not set
37314 +# CONFIG_FUSE_FS is not set
37315 +
37316 +#
37317 +# CD-ROM/DVD Filesystems
37318 +#
37319 +# CONFIG_ISO9660_FS is not set
37320 +# CONFIG_UDF_FS is not set
37321 +
37322 +#
37323 +# DOS/FAT/NT Filesystems
37324 +#
37325 +# CONFIG_MSDOS_FS is not set
37326 +# CONFIG_VFAT_FS is not set
37327 +# CONFIG_NTFS_FS is not set
37328 +
37329 +#
37330 +# Pseudo filesystems
37331 +#
37332 +CONFIG_PROC_FS=y
37333 +CONFIG_PROC_KCORE=y
37334 +CONFIG_PROC_SYSCTL=y
37335 +CONFIG_SYSFS=y
37336 +CONFIG_TMPFS=y
37337 +# CONFIG_TMPFS_POSIX_ACL is not set
37338 +# CONFIG_HUGETLB_PAGE is not set
37339 +# CONFIG_CONFIGFS_FS is not set
37340 +
37341 +#
37342 +# Miscellaneous filesystems
37343 +#
37344 +# CONFIG_ADFS_FS is not set
37345 +# CONFIG_AFFS_FS is not set
37346 +# CONFIG_HFS_FS is not set
37347 +# CONFIG_HFSPLUS_FS is not set
37348 +# CONFIG_BEFS_FS is not set
37349 +# CONFIG_BFS_FS is not set
37350 +# CONFIG_EFS_FS is not set
37351 +# CONFIG_CRAMFS is not set
37352 +# CONFIG_VXFS_FS is not set
37353 +# CONFIG_MINIX_FS is not set
37354 +# CONFIG_HPFS_FS is not set
37355 +# CONFIG_QNX4FS_FS is not set
37356 +# CONFIG_ROMFS_FS is not set
37357 +# CONFIG_SYSV_FS is not set
37358 +# CONFIG_UFS_FS is not set
37359 +CONFIG_NETWORK_FILESYSTEMS=y
37360 +CONFIG_NFS_FS=y
37361 +# CONFIG_NFS_V3 is not set
37362 +# CONFIG_NFS_V4 is not set
37363 +# CONFIG_NFS_DIRECTIO is not set
37364 +# CONFIG_NFSD is not set
37365 +CONFIG_ROOT_NFS=y
37366 +CONFIG_LOCKD=y
37367 +CONFIG_NFS_COMMON=y
37368 +CONFIG_SUNRPC=y
37369 +# CONFIG_SUNRPC_BIND34 is not set
37370 +# CONFIG_RPCSEC_GSS_KRB5 is not set
37371 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
37372 +# CONFIG_SMB_FS is not set
37373 +# CONFIG_CIFS is not set
37374 +# CONFIG_NCP_FS is not set
37375 +# CONFIG_CODA_FS is not set
37376 +# CONFIG_AFS_FS is not set
37377 +
37378 +#
37379 +# Partition Types
37380 +#
37381 +CONFIG_PARTITION_ADVANCED=y
37382 +# CONFIG_ACORN_PARTITION is not set
37383 +# CONFIG_OSF_PARTITION is not set
37384 +# CONFIG_AMIGA_PARTITION is not set
37385 +# CONFIG_ATARI_PARTITION is not set
37386 +# CONFIG_MAC_PARTITION is not set
37387 +# CONFIG_MSDOS_PARTITION is not set
37388 +# CONFIG_LDM_PARTITION is not set
37389 +# CONFIG_SGI_PARTITION is not set
37390 +# CONFIG_ULTRIX_PARTITION is not set
37391 +# CONFIG_SUN_PARTITION is not set
37392 +# CONFIG_KARMA_PARTITION is not set
37393 +# CONFIG_EFI_PARTITION is not set
37394 +# CONFIG_SYSV68_PARTITION is not set
37395 +# CONFIG_NLS is not set
37396 +# CONFIG_DLM is not set
37397 +
37398 +#
37399 +# Library routines
37400 +#
37401 +CONFIG_BITREVERSE=y
37402 +# CONFIG_CRC_CCITT is not set
37403 +# CONFIG_CRC16 is not set
37404 +# CONFIG_CRC_ITU_T is not set
37405 +CONFIG_CRC32=y
37406 +# CONFIG_CRC7 is not set
37407 +# CONFIG_LIBCRC32C is not set
37408 +CONFIG_PLIST=y
37409 +CONFIG_HAS_IOMEM=y
37410 +CONFIG_HAS_IOPORT=y
37411 +CONFIG_HAS_DMA=y
37412 +
37413 +#
37414 +# Kernel hacking
37415 +#
37416 +# CONFIG_PRINTK_TIME is not set
37417 +CONFIG_ENABLE_WARN_DEPRECATED=y
37418 +CONFIG_ENABLE_MUST_CHECK=y
37419 +# CONFIG_MAGIC_SYSRQ is not set
37420 +# CONFIG_UNUSED_SYMBOLS is not set
37421 +# CONFIG_DEBUG_FS is not set
37422 +# CONFIG_HEADERS_CHECK is not set
37423 +CONFIG_DEBUG_KERNEL=y
37424 +# CONFIG_DEBUG_SHIRQ is not set
37425 +CONFIG_DETECT_SOFTLOCKUP=y
37426 +CONFIG_SCHED_DEBUG=y
37427 +# CONFIG_SCHEDSTATS is not set
37428 +# CONFIG_TIMER_STATS is not set
37429 +# CONFIG_SLUB_DEBUG_ON is not set
37430 +# CONFIG_SLUB_STATS is not set
37431 +# CONFIG_DEBUG_RT_MUTEXES is not set
37432 +# CONFIG_RT_MUTEX_TESTER is not set
37433 +# CONFIG_DEBUG_SPINLOCK is not set
37434 +CONFIG_DEBUG_MUTEXES=y
37435 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
37436 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
37437 +# CONFIG_DEBUG_KOBJECT is not set
37438 +# CONFIG_DEBUG_BUGVERBOSE is not set
37439 +# CONFIG_DEBUG_INFO is not set
37440 +# CONFIG_DEBUG_VM is not set
37441 +# CONFIG_DEBUG_LIST is not set
37442 +# CONFIG_DEBUG_SG is not set
37443 +# CONFIG_BOOT_PRINTK_DELAY is not set
37444 +# CONFIG_BACKTRACE_SELF_TEST is not set
37445 +# CONFIG_FAULT_INJECTION is not set
37446 +# CONFIG_SAMPLES is not set
37447 +# CONFIG_DEBUG_STACKOVERFLOW is not set
37448 +# CONFIG_DEBUG_STACK_USAGE is not set
37449 +# CONFIG_DEBUG_PAGEALLOC is not set
37450 +# CONFIG_DEBUGGER is not set
37451 +# CONFIG_KGDB_CONSOLE is not set
37452 +# CONFIG_BDI_SWITCH is not set
37453 +# CONFIG_PPC_EARLY_DEBUG is not set
37454 +
37455 +#
37456 +# Security options
37457 +#
37458 +# CONFIG_KEYS is not set
37459 +# CONFIG_SECURITY is not set
37460 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
37461 +CONFIG_CRYPTO=y
37462 +# CONFIG_CRYPTO_SEQIV is not set
37463 +# CONFIG_CRYPTO_MANAGER is not set
37464 +# CONFIG_CRYPTO_HMAC is not set
37465 +# CONFIG_CRYPTO_XCBC is not set
37466 +# CONFIG_CRYPTO_NULL is not set
37467 +# CONFIG_CRYPTO_MD4 is not set
37468 +# CONFIG_CRYPTO_MD5 is not set
37469 +# CONFIG_CRYPTO_SHA1 is not set
37470 +# CONFIG_CRYPTO_SHA256 is not set
37471 +# CONFIG_CRYPTO_SHA512 is not set
37472 +# CONFIG_CRYPTO_WP512 is not set
37473 +# CONFIG_CRYPTO_TGR192 is not set
37474 +# CONFIG_CRYPTO_GF128MUL is not set
37475 +# CONFIG_CRYPTO_ECB is not set
37476 +# CONFIG_CRYPTO_CBC is not set
37477 +# CONFIG_CRYPTO_PCBC is not set
37478 +# CONFIG_CRYPTO_LRW is not set
37479 +# CONFIG_CRYPTO_XTS is not set
37480 +# CONFIG_CRYPTO_CTR is not set
37481 +# CONFIG_CRYPTO_GCM is not set
37482 +# CONFIG_CRYPTO_CCM is not set
37483 +# CONFIG_CRYPTO_CRYPTD is not set
37484 +# CONFIG_CRYPTO_DES is not set
37485 +# CONFIG_CRYPTO_FCRYPT is not set
37486 +# CONFIG_CRYPTO_BLOWFISH is not set
37487 +# CONFIG_CRYPTO_TWOFISH is not set
37488 +# CONFIG_CRYPTO_SERPENT is not set
37489 +# CONFIG_CRYPTO_AES is not set
37490 +# CONFIG_CRYPTO_CAST5 is not set
37491 +# CONFIG_CRYPTO_CAST6 is not set
37492 +# CONFIG_CRYPTO_TEA is not set
37493 +# CONFIG_CRYPTO_ARC4 is not set
37494 +# CONFIG_CRYPTO_KHAZAD is not set
37495 +# CONFIG_CRYPTO_ANUBIS is not set
37496 +# CONFIG_CRYPTO_SEED is not set
37497 +# CONFIG_CRYPTO_SALSA20 is not set
37498 +# CONFIG_CRYPTO_DEFLATE is not set
37499 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
37500 +# CONFIG_CRYPTO_CRC32C is not set
37501 +# CONFIG_CRYPTO_CAMELLIA is not set
37502 +# CONFIG_CRYPTO_AUTHENC is not set
37503 +# CONFIG_CRYPTO_LZO is not set
37504 +CONFIG_CRYPTO_HW=y
37505 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
37506 +# CONFIG_PPC_CLOCK is not set
37507 +CONFIG_PPC_LIB_RHEAP=y
37508 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8568mds_defconfig powerpc.git/arch/powerpc/configs/85xx/mpc8568mds_defconfig
37509 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8568mds_defconfig 1970-01-01 01:00:00.000000000 +0100
37510 +++ powerpc.git/arch/powerpc/configs/85xx/mpc8568mds_defconfig 2008-04-19 16:40:52.000000000 +0200
37511 @@ -0,0 +1,1117 @@
37512 +#
37513 +# Automatically generated make config: don't edit
37514 +# Linux kernel version: 2.6.25-rc7
37515 +# Mon Mar 31 11:37:05 2008
37516 +#
37517 +# CONFIG_PPC64 is not set
37518 +
37519 +#
37520 +# Processor support
37521 +#
37522 +# CONFIG_6xx is not set
37523 +CONFIG_PPC_85xx=y
37524 +# CONFIG_PPC_8xx is not set
37525 +# CONFIG_40x is not set
37526 +# CONFIG_44x is not set
37527 +# CONFIG_E200 is not set
37528 +CONFIG_E500=y
37529 +CONFIG_BOOKE=y
37530 +CONFIG_FSL_BOOKE=y
37531 +CONFIG_FSL_EMB_PERFMON=y
37532 +# CONFIG_PHYS_64BIT is not set
37533 +CONFIG_SPE=y
37534 +# CONFIG_PPC_MM_SLICES is not set
37535 +CONFIG_PPC32=y
37536 +CONFIG_WORD_SIZE=32
37537 +CONFIG_PPC_MERGE=y
37538 +CONFIG_MMU=y
37539 +CONFIG_GENERIC_CMOS_UPDATE=y
37540 +CONFIG_GENERIC_TIME=y
37541 +CONFIG_GENERIC_TIME_VSYSCALL=y
37542 +CONFIG_GENERIC_CLOCKEVENTS=y
37543 +CONFIG_GENERIC_HARDIRQS=y
37544 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
37545 +CONFIG_IRQ_PER_CPU=y
37546 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
37547 +CONFIG_ARCH_HAS_ILOG2_U32=y
37548 +CONFIG_GENERIC_HWEIGHT=y
37549 +CONFIG_GENERIC_CALIBRATE_DELAY=y
37550 +CONFIG_GENERIC_FIND_NEXT_BIT=y
37551 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
37552 +CONFIG_PPC=y
37553 +CONFIG_EARLY_PRINTK=y
37554 +CONFIG_GENERIC_NVRAM=y
37555 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
37556 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
37557 +CONFIG_PPC_OF=y
37558 +CONFIG_OF=y
37559 +CONFIG_PPC_UDBG_16550=y
37560 +# CONFIG_GENERIC_TBSYNC is not set
37561 +CONFIG_AUDIT_ARCH=y
37562 +CONFIG_GENERIC_BUG=y
37563 +CONFIG_DEFAULT_UIMAGE=y
37564 +# CONFIG_PPC_DCR_NATIVE is not set
37565 +# CONFIG_PPC_DCR_MMIO is not set
37566 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
37567 +
37568 +#
37569 +# General setup
37570 +#
37571 +CONFIG_EXPERIMENTAL=y
37572 +CONFIG_BROKEN_ON_SMP=y
37573 +CONFIG_INIT_ENV_ARG_LIMIT=32
37574 +CONFIG_LOCALVERSION=""
37575 +CONFIG_LOCALVERSION_AUTO=y
37576 +CONFIG_SWAP=y
37577 +CONFIG_SYSVIPC=y
37578 +CONFIG_SYSVIPC_SYSCTL=y
37579 +# CONFIG_POSIX_MQUEUE is not set
37580 +# CONFIG_BSD_PROCESS_ACCT is not set
37581 +# CONFIG_TASKSTATS is not set
37582 +# CONFIG_AUDIT is not set
37583 +# CONFIG_IKCONFIG is not set
37584 +CONFIG_LOG_BUF_SHIFT=14
37585 +# CONFIG_CGROUPS is not set
37586 +CONFIG_GROUP_SCHED=y
37587 +# CONFIG_FAIR_GROUP_SCHED is not set
37588 +# CONFIG_RT_GROUP_SCHED is not set
37589 +CONFIG_USER_SCHED=y
37590 +# CONFIG_CGROUP_SCHED is not set
37591 +CONFIG_SYSFS_DEPRECATED=y
37592 +CONFIG_SYSFS_DEPRECATED_V2=y
37593 +# CONFIG_RELAY is not set
37594 +# CONFIG_NAMESPACES is not set
37595 +CONFIG_BLK_DEV_INITRD=y
37596 +CONFIG_INITRAMFS_SOURCE=""
37597 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
37598 +CONFIG_SYSCTL=y
37599 +CONFIG_EMBEDDED=y
37600 +CONFIG_SYSCTL_SYSCALL=y
37601 +# CONFIG_KALLSYMS is not set
37602 +CONFIG_HOTPLUG=y
37603 +CONFIG_PRINTK=y
37604 +CONFIG_BUG=y
37605 +CONFIG_ELF_CORE=y
37606 +CONFIG_COMPAT_BRK=y
37607 +CONFIG_BASE_FULL=y
37608 +CONFIG_FUTEX=y
37609 +CONFIG_ANON_INODES=y
37610 +# CONFIG_EPOLL is not set
37611 +CONFIG_SIGNALFD=y
37612 +CONFIG_TIMERFD=y
37613 +CONFIG_EVENTFD=y
37614 +CONFIG_SHMEM=y
37615 +CONFIG_VM_EVENT_COUNTERS=y
37616 +CONFIG_SLUB_DEBUG=y
37617 +# CONFIG_SLAB is not set
37618 +CONFIG_SLUB=y
37619 +# CONFIG_SLOB is not set
37620 +# CONFIG_PROFILING is not set
37621 +# CONFIG_MARKERS is not set
37622 +CONFIG_HAVE_OPROFILE=y
37623 +CONFIG_HAVE_KPROBES=y
37624 +CONFIG_HAVE_KRETPROBES=y
37625 +CONFIG_PROC_PAGE_MONITOR=y
37626 +CONFIG_SLABINFO=y
37627 +CONFIG_RT_MUTEXES=y
37628 +# CONFIG_TINY_SHMEM is not set
37629 +CONFIG_BASE_SMALL=0
37630 +CONFIG_MODULES=y
37631 +CONFIG_MODULE_UNLOAD=y
37632 +# CONFIG_MODULE_FORCE_UNLOAD is not set
37633 +# CONFIG_MODVERSIONS is not set
37634 +# CONFIG_MODULE_SRCVERSION_ALL is not set
37635 +# CONFIG_KMOD is not set
37636 +CONFIG_BLOCK=y
37637 +# CONFIG_LBD is not set
37638 +# CONFIG_BLK_DEV_IO_TRACE is not set
37639 +# CONFIG_LSF is not set
37640 +# CONFIG_BLK_DEV_BSG is not set
37641 +
37642 +#
37643 +# IO Schedulers
37644 +#
37645 +CONFIG_IOSCHED_NOOP=y
37646 +CONFIG_IOSCHED_AS=y
37647 +CONFIG_IOSCHED_DEADLINE=y
37648 +CONFIG_IOSCHED_CFQ=y
37649 +CONFIG_DEFAULT_AS=y
37650 +# CONFIG_DEFAULT_DEADLINE is not set
37651 +# CONFIG_DEFAULT_CFQ is not set
37652 +# CONFIG_DEFAULT_NOOP is not set
37653 +CONFIG_DEFAULT_IOSCHED="anticipatory"
37654 +CONFIG_CLASSIC_RCU=y
37655 +
37656 +#
37657 +# Platform support
37658 +#
37659 +# CONFIG_PPC_MPC512x is not set
37660 +# CONFIG_PPC_MPC5121 is not set
37661 +# CONFIG_PPC_CELL is not set
37662 +# CONFIG_PPC_CELL_NATIVE is not set
37663 +# CONFIG_PQ2ADS is not set
37664 +CONFIG_MPC85xx=y
37665 +# CONFIG_MPC8540_ADS is not set
37666 +# CONFIG_MPC8560_ADS is not set
37667 +# CONFIG_MPC85xx_CDS is not set
37668 +CONFIG_MPC85xx_MDS=y
37669 +# CONFIG_MPC85xx_DS is not set
37670 +# CONFIG_STX_GP3 is not set
37671 +# CONFIG_TQM8540 is not set
37672 +# CONFIG_TQM8541 is not set
37673 +# CONFIG_TQM8555 is not set
37674 +# CONFIG_TQM8560 is not set
37675 +# CONFIG_SBC8548 is not set
37676 +# CONFIG_SBC8560 is not set
37677 +# CONFIG_IPIC is not set
37678 +CONFIG_MPIC=y
37679 +# CONFIG_MPIC_WEIRD is not set
37680 +# CONFIG_PPC_I8259 is not set
37681 +# CONFIG_PPC_RTAS is not set
37682 +# CONFIG_MMIO_NVRAM is not set
37683 +# CONFIG_PPC_MPC106 is not set
37684 +# CONFIG_PPC_970_NAP is not set
37685 +# CONFIG_PPC_INDIRECT_IO is not set
37686 +# CONFIG_GENERIC_IOMAP is not set
37687 +# CONFIG_CPU_FREQ is not set
37688 +CONFIG_QUICC_ENGINE=y
37689 +# CONFIG_CPM2 is not set
37690 +# CONFIG_FSL_ULI1575 is not set
37691 +
37692 +#
37693 +# Kernel options
37694 +#
37695 +# CONFIG_HIGHMEM is not set
37696 +CONFIG_TICK_ONESHOT=y
37697 +CONFIG_NO_HZ=y
37698 +CONFIG_HIGH_RES_TIMERS=y
37699 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
37700 +# CONFIG_HZ_100 is not set
37701 +CONFIG_HZ_250=y
37702 +# CONFIG_HZ_300 is not set
37703 +# CONFIG_HZ_1000 is not set
37704 +CONFIG_HZ=250
37705 +# CONFIG_SCHED_HRTICK is not set
37706 +CONFIG_PREEMPT_NONE=y
37707 +# CONFIG_PREEMPT_VOLUNTARY is not set
37708 +# CONFIG_PREEMPT is not set
37709 +CONFIG_BINFMT_ELF=y
37710 +# CONFIG_BINFMT_MISC is not set
37711 +CONFIG_MATH_EMULATION=y
37712 +# CONFIG_IOMMU_HELPER is not set
37713 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
37714 +CONFIG_ARCH_HAS_WALK_MEMORY=y
37715 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
37716 +CONFIG_ARCH_FLATMEM_ENABLE=y
37717 +CONFIG_ARCH_POPULATES_NODE_MAP=y
37718 +CONFIG_SELECT_MEMORY_MODEL=y
37719 +CONFIG_FLATMEM_MANUAL=y
37720 +# CONFIG_DISCONTIGMEM_MANUAL is not set
37721 +# CONFIG_SPARSEMEM_MANUAL is not set
37722 +CONFIG_FLATMEM=y
37723 +CONFIG_FLAT_NODE_MEM_MAP=y
37724 +# CONFIG_SPARSEMEM_STATIC is not set
37725 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
37726 +CONFIG_SPLIT_PTLOCK_CPUS=4
37727 +# CONFIG_RESOURCES_64BIT is not set
37728 +CONFIG_ZONE_DMA_FLAG=1
37729 +CONFIG_BOUNCE=y
37730 +CONFIG_VIRT_TO_BUS=y
37731 +CONFIG_PROC_DEVICETREE=y
37732 +# CONFIG_CMDLINE_BOOL is not set
37733 +# CONFIG_PM is not set
37734 +CONFIG_SECCOMP=y
37735 +CONFIG_ISA_DMA_API=y
37736 +
37737 +#
37738 +# Bus options
37739 +#
37740 +CONFIG_ZONE_DMA=y
37741 +CONFIG_PPC_INDIRECT_PCI=y
37742 +CONFIG_FSL_SOC=y
37743 +CONFIG_FSL_PCI=y
37744 +CONFIG_PCI=y
37745 +CONFIG_PCI_DOMAINS=y
37746 +CONFIG_PCI_SYSCALL=y
37747 +# CONFIG_PCIEPORTBUS is not set
37748 +CONFIG_ARCH_SUPPORTS_MSI=y
37749 +# CONFIG_PCI_MSI is not set
37750 +CONFIG_PCI_LEGACY=y
37751 +# CONFIG_PCI_DEBUG is not set
37752 +# CONFIG_PCCARD is not set
37753 +# CONFIG_HOTPLUG_PCI is not set
37754 +
37755 +#
37756 +# Advanced setup
37757 +#
37758 +# CONFIG_ADVANCED_OPTIONS is not set
37759 +
37760 +#
37761 +# Default settings for advanced configuration options are used
37762 +#
37763 +CONFIG_HIGHMEM_START=0xfe000000
37764 +CONFIG_LOWMEM_SIZE=0x30000000
37765 +CONFIG_KERNEL_START=0xc0000000
37766 +CONFIG_TASK_SIZE=0xc0000000
37767 +CONFIG_BOOT_LOAD=0x00800000
37768 +
37769 +#
37770 +# Networking
37771 +#
37772 +CONFIG_NET=y
37773 +
37774 +#
37775 +# Networking options
37776 +#
37777 +CONFIG_PACKET=y
37778 +# CONFIG_PACKET_MMAP is not set
37779 +CONFIG_UNIX=y
37780 +CONFIG_XFRM=y
37781 +# CONFIG_XFRM_USER is not set
37782 +# CONFIG_XFRM_SUB_POLICY is not set
37783 +# CONFIG_XFRM_MIGRATE is not set
37784 +# CONFIG_XFRM_STATISTICS is not set
37785 +# CONFIG_NET_KEY is not set
37786 +CONFIG_INET=y
37787 +CONFIG_IP_MULTICAST=y
37788 +# CONFIG_IP_ADVANCED_ROUTER is not set
37789 +CONFIG_IP_FIB_HASH=y
37790 +CONFIG_IP_PNP=y
37791 +CONFIG_IP_PNP_DHCP=y
37792 +CONFIG_IP_PNP_BOOTP=y
37793 +# CONFIG_IP_PNP_RARP is not set
37794 +# CONFIG_NET_IPIP is not set
37795 +# CONFIG_NET_IPGRE is not set
37796 +# CONFIG_IP_MROUTE is not set
37797 +# CONFIG_ARPD is not set
37798 +CONFIG_SYN_COOKIES=y
37799 +# CONFIG_INET_AH is not set
37800 +# CONFIG_INET_ESP is not set
37801 +# CONFIG_INET_IPCOMP is not set
37802 +# CONFIG_INET_XFRM_TUNNEL is not set
37803 +# CONFIG_INET_TUNNEL is not set
37804 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
37805 +CONFIG_INET_XFRM_MODE_TUNNEL=y
37806 +CONFIG_INET_XFRM_MODE_BEET=y
37807 +# CONFIG_INET_LRO is not set
37808 +CONFIG_INET_DIAG=y
37809 +CONFIG_INET_TCP_DIAG=y
37810 +# CONFIG_TCP_CONG_ADVANCED is not set
37811 +CONFIG_TCP_CONG_CUBIC=y
37812 +CONFIG_DEFAULT_TCP_CONG="cubic"
37813 +# CONFIG_TCP_MD5SIG is not set
37814 +# CONFIG_IPV6 is not set
37815 +# CONFIG_INET6_XFRM_TUNNEL is not set
37816 +# CONFIG_INET6_TUNNEL is not set
37817 +# CONFIG_NETWORK_SECMARK is not set
37818 +# CONFIG_NETFILTER is not set
37819 +# CONFIG_IP_DCCP is not set
37820 +# CONFIG_IP_SCTP is not set
37821 +# CONFIG_TIPC is not set
37822 +# CONFIG_ATM is not set
37823 +# CONFIG_BRIDGE is not set
37824 +# CONFIG_VLAN_8021Q is not set
37825 +# CONFIG_DECNET is not set
37826 +# CONFIG_LLC2 is not set
37827 +# CONFIG_IPX is not set
37828 +# CONFIG_ATALK is not set
37829 +# CONFIG_X25 is not set
37830 +# CONFIG_LAPB is not set
37831 +# CONFIG_ECONET is not set
37832 +# CONFIG_WAN_ROUTER is not set
37833 +# CONFIG_NET_SCHED is not set
37834 +
37835 +#
37836 +# Network testing
37837 +#
37838 +# CONFIG_NET_PKTGEN is not set
37839 +# CONFIG_HAMRADIO is not set
37840 +# CONFIG_CAN is not set
37841 +# CONFIG_IRDA is not set
37842 +# CONFIG_BT is not set
37843 +# CONFIG_AF_RXRPC is not set
37844 +
37845 +#
37846 +# Wireless
37847 +#
37848 +# CONFIG_CFG80211 is not set
37849 +# CONFIG_WIRELESS_EXT is not set
37850 +# CONFIG_MAC80211 is not set
37851 +# CONFIG_IEEE80211 is not set
37852 +# CONFIG_RFKILL is not set
37853 +# CONFIG_NET_9P is not set
37854 +
37855 +#
37856 +# Device Drivers
37857 +#
37858 +
37859 +#
37860 +# Generic Driver Options
37861 +#
37862 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
37863 +CONFIG_STANDALONE=y
37864 +CONFIG_PREVENT_FIRMWARE_BUILD=y
37865 +# CONFIG_FW_LOADER is not set
37866 +# CONFIG_DEBUG_DRIVER is not set
37867 +# CONFIG_DEBUG_DEVRES is not set
37868 +# CONFIG_SYS_HYPERVISOR is not set
37869 +# CONFIG_CONNECTOR is not set
37870 +# CONFIG_MTD is not set
37871 +CONFIG_OF_DEVICE=y
37872 +# CONFIG_PARPORT is not set
37873 +CONFIG_BLK_DEV=y
37874 +# CONFIG_BLK_DEV_FD is not set
37875 +# CONFIG_BLK_CPQ_DA is not set
37876 +# CONFIG_BLK_CPQ_CISS_DA is not set
37877 +# CONFIG_BLK_DEV_DAC960 is not set
37878 +# CONFIG_BLK_DEV_UMEM is not set
37879 +# CONFIG_BLK_DEV_COW_COMMON is not set
37880 +CONFIG_BLK_DEV_LOOP=y
37881 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
37882 +# CONFIG_BLK_DEV_NBD is not set
37883 +# CONFIG_BLK_DEV_SX8 is not set
37884 +CONFIG_BLK_DEV_RAM=y
37885 +CONFIG_BLK_DEV_RAM_COUNT=16
37886 +CONFIG_BLK_DEV_RAM_SIZE=32768
37887 +# CONFIG_BLK_DEV_XIP is not set
37888 +# CONFIG_CDROM_PKTCDVD is not set
37889 +# CONFIG_ATA_OVER_ETH is not set
37890 +CONFIG_MISC_DEVICES=y
37891 +# CONFIG_PHANTOM is not set
37892 +# CONFIG_EEPROM_93CX6 is not set
37893 +# CONFIG_SGI_IOC4 is not set
37894 +# CONFIG_TIFM_CORE is not set
37895 +# CONFIG_ENCLOSURE_SERVICES is not set
37896 +CONFIG_HAVE_IDE=y
37897 +# CONFIG_IDE is not set
37898 +
37899 +#
37900 +# SCSI device support
37901 +#
37902 +# CONFIG_RAID_ATTRS is not set
37903 +CONFIG_SCSI=y
37904 +CONFIG_SCSI_DMA=y
37905 +# CONFIG_SCSI_TGT is not set
37906 +# CONFIG_SCSI_NETLINK is not set
37907 +CONFIG_SCSI_PROC_FS=y
37908 +
37909 +#
37910 +# SCSI support type (disk, tape, CD-ROM)
37911 +#
37912 +# CONFIG_BLK_DEV_SD is not set
37913 +# CONFIG_CHR_DEV_ST is not set
37914 +# CONFIG_CHR_DEV_OSST is not set
37915 +# CONFIG_BLK_DEV_SR is not set
37916 +# CONFIG_CHR_DEV_SG is not set
37917 +# CONFIG_CHR_DEV_SCH is not set
37918 +
37919 +#
37920 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
37921 +#
37922 +# CONFIG_SCSI_MULTI_LUN is not set
37923 +# CONFIG_SCSI_CONSTANTS is not set
37924 +# CONFIG_SCSI_LOGGING is not set
37925 +# CONFIG_SCSI_SCAN_ASYNC is not set
37926 +CONFIG_SCSI_WAIT_SCAN=m
37927 +
37928 +#
37929 +# SCSI Transports
37930 +#
37931 +# CONFIG_SCSI_SPI_ATTRS is not set
37932 +# CONFIG_SCSI_FC_ATTRS is not set
37933 +# CONFIG_SCSI_ISCSI_ATTRS is not set
37934 +# CONFIG_SCSI_SAS_LIBSAS is not set
37935 +# CONFIG_SCSI_SRP_ATTRS is not set
37936 +CONFIG_SCSI_LOWLEVEL=y
37937 +# CONFIG_ISCSI_TCP is not set
37938 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
37939 +# CONFIG_SCSI_3W_9XXX is not set
37940 +# CONFIG_SCSI_ACARD is not set
37941 +# CONFIG_SCSI_AACRAID is not set
37942 +# CONFIG_SCSI_AIC7XXX is not set
37943 +# CONFIG_SCSI_AIC7XXX_OLD is not set
37944 +# CONFIG_SCSI_AIC79XX is not set
37945 +# CONFIG_SCSI_AIC94XX is not set
37946 +# CONFIG_SCSI_DPT_I2O is not set
37947 +# CONFIG_SCSI_ADVANSYS is not set
37948 +# CONFIG_SCSI_ARCMSR is not set
37949 +# CONFIG_MEGARAID_NEWGEN is not set
37950 +# CONFIG_MEGARAID_LEGACY is not set
37951 +# CONFIG_MEGARAID_SAS is not set
37952 +# CONFIG_SCSI_HPTIOP is not set
37953 +# CONFIG_SCSI_BUSLOGIC is not set
37954 +# CONFIG_SCSI_DMX3191D is not set
37955 +# CONFIG_SCSI_EATA is not set
37956 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
37957 +# CONFIG_SCSI_GDTH is not set
37958 +# CONFIG_SCSI_IPS is not set
37959 +# CONFIG_SCSI_INITIO is not set
37960 +# CONFIG_SCSI_INIA100 is not set
37961 +# CONFIG_SCSI_MVSAS is not set
37962 +# CONFIG_SCSI_STEX is not set
37963 +# CONFIG_SCSI_SYM53C8XX_2 is not set
37964 +# CONFIG_SCSI_QLOGIC_1280 is not set
37965 +# CONFIG_SCSI_QLA_FC is not set
37966 +# CONFIG_SCSI_QLA_ISCSI is not set
37967 +# CONFIG_SCSI_LPFC is not set
37968 +# CONFIG_SCSI_DC395x is not set
37969 +# CONFIG_SCSI_DC390T is not set
37970 +# CONFIG_SCSI_NSP32 is not set
37971 +# CONFIG_SCSI_DEBUG is not set
37972 +# CONFIG_SCSI_SRP is not set
37973 +# CONFIG_ATA is not set
37974 +# CONFIG_MD is not set
37975 +# CONFIG_FUSION is not set
37976 +
37977 +#
37978 +# IEEE 1394 (FireWire) support
37979 +#
37980 +# CONFIG_FIREWIRE is not set
37981 +# CONFIG_IEEE1394 is not set
37982 +# CONFIG_I2O is not set
37983 +# CONFIG_MACINTOSH_DRIVERS is not set
37984 +CONFIG_NETDEVICES=y
37985 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
37986 +# CONFIG_DUMMY is not set
37987 +# CONFIG_BONDING is not set
37988 +# CONFIG_MACVLAN is not set
37989 +# CONFIG_EQUALIZER is not set
37990 +# CONFIG_TUN is not set
37991 +# CONFIG_VETH is not set
37992 +# CONFIG_ARCNET is not set
37993 +CONFIG_PHYLIB=y
37994 +
37995 +#
37996 +# MII PHY device drivers
37997 +#
37998 +CONFIG_MARVELL_PHY=y
37999 +# CONFIG_DAVICOM_PHY is not set
38000 +# CONFIG_QSEMI_PHY is not set
38001 +# CONFIG_LXT_PHY is not set
38002 +# CONFIG_CICADA_PHY is not set
38003 +# CONFIG_VITESSE_PHY is not set
38004 +# CONFIG_SMSC_PHY is not set
38005 +# CONFIG_BROADCOM_PHY is not set
38006 +# CONFIG_ICPLUS_PHY is not set
38007 +# CONFIG_REALTEK_PHY is not set
38008 +# CONFIG_FIXED_PHY is not set
38009 +# CONFIG_MDIO_BITBANG is not set
38010 +CONFIG_NET_ETHERNET=y
38011 +CONFIG_MII=y
38012 +# CONFIG_HAPPYMEAL is not set
38013 +# CONFIG_SUNGEM is not set
38014 +# CONFIG_CASSINI is not set
38015 +# CONFIG_NET_VENDOR_3COM is not set
38016 +# CONFIG_NET_TULIP is not set
38017 +# CONFIG_HP100 is not set
38018 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
38019 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
38020 +# CONFIG_IBM_NEW_EMAC_TAH is not set
38021 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
38022 +# CONFIG_NET_PCI is not set
38023 +# CONFIG_B44 is not set
38024 +CONFIG_NETDEV_1000=y
38025 +# CONFIG_ACENIC is not set
38026 +# CONFIG_DL2K is not set
38027 +# CONFIG_E1000 is not set
38028 +# CONFIG_E1000E is not set
38029 +# CONFIG_E1000E_ENABLED is not set
38030 +# CONFIG_IP1000 is not set
38031 +# CONFIG_IGB is not set
38032 +# CONFIG_NS83820 is not set
38033 +# CONFIG_HAMACHI is not set
38034 +# CONFIG_YELLOWFIN is not set
38035 +# CONFIG_R8169 is not set
38036 +# CONFIG_SIS190 is not set
38037 +# CONFIG_SKGE is not set
38038 +# CONFIG_SKY2 is not set
38039 +# CONFIG_SK98LIN is not set
38040 +# CONFIG_VIA_VELOCITY is not set
38041 +# CONFIG_TIGON3 is not set
38042 +# CONFIG_BNX2 is not set
38043 +CONFIG_GIANFAR=y
38044 +CONFIG_GFAR_NAPI=y
38045 +# CONFIG_UCC_GETH is not set
38046 +# CONFIG_QLA3XXX is not set
38047 +# CONFIG_ATL1 is not set
38048 +CONFIG_NETDEV_10000=y
38049 +# CONFIG_CHELSIO_T1 is not set
38050 +# CONFIG_CHELSIO_T3 is not set
38051 +# CONFIG_IXGBE is not set
38052 +# CONFIG_IXGB is not set
38053 +# CONFIG_S2IO is not set
38054 +# CONFIG_MYRI10GE is not set
38055 +# CONFIG_NETXEN_NIC is not set
38056 +# CONFIG_NIU is not set
38057 +# CONFIG_MLX4_CORE is not set
38058 +# CONFIG_TEHUTI is not set
38059 +# CONFIG_BNX2X is not set
38060 +# CONFIG_TR is not set
38061 +
38062 +#
38063 +# Wireless LAN
38064 +#
38065 +# CONFIG_WLAN_PRE80211 is not set
38066 +# CONFIG_WLAN_80211 is not set
38067 +# CONFIG_WAN is not set
38068 +# CONFIG_FDDI is not set
38069 +# CONFIG_HIPPI is not set
38070 +# CONFIG_PPP is not set
38071 +# CONFIG_SLIP is not set
38072 +# CONFIG_NET_FC is not set
38073 +# CONFIG_NETCONSOLE is not set
38074 +# CONFIG_NETPOLL is not set
38075 +# CONFIG_NET_POLL_CONTROLLER is not set
38076 +# CONFIG_ISDN is not set
38077 +# CONFIG_PHONE is not set
38078 +
38079 +#
38080 +# Input device support
38081 +#
38082 +CONFIG_INPUT=y
38083 +# CONFIG_INPUT_FF_MEMLESS is not set
38084 +# CONFIG_INPUT_POLLDEV is not set
38085 +
38086 +#
38087 +# Userland interfaces
38088 +#
38089 +# CONFIG_INPUT_MOUSEDEV is not set
38090 +# CONFIG_INPUT_JOYDEV is not set
38091 +# CONFIG_INPUT_EVDEV is not set
38092 +# CONFIG_INPUT_EVBUG is not set
38093 +
38094 +#
38095 +# Input Device Drivers
38096 +#
38097 +# CONFIG_INPUT_KEYBOARD is not set
38098 +# CONFIG_INPUT_MOUSE is not set
38099 +# CONFIG_INPUT_JOYSTICK is not set
38100 +# CONFIG_INPUT_TABLET is not set
38101 +# CONFIG_INPUT_TOUCHSCREEN is not set
38102 +# CONFIG_INPUT_MISC is not set
38103 +
38104 +#
38105 +# Hardware I/O ports
38106 +#
38107 +# CONFIG_SERIO is not set
38108 +# CONFIG_GAMEPORT is not set
38109 +
38110 +#
38111 +# Character devices
38112 +#
38113 +# CONFIG_VT is not set
38114 +# CONFIG_SERIAL_NONSTANDARD is not set
38115 +# CONFIG_NOZOMI is not set
38116 +
38117 +#
38118 +# Serial drivers
38119 +#
38120 +CONFIG_SERIAL_8250=y
38121 +CONFIG_SERIAL_8250_CONSOLE=y
38122 +CONFIG_SERIAL_8250_PCI=y
38123 +CONFIG_SERIAL_8250_NR_UARTS=4
38124 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
38125 +# CONFIG_SERIAL_8250_EXTENDED is not set
38126 +CONFIG_SERIAL_8250_SHARE_IRQ=y
38127 +
38128 +#
38129 +# Non-8250 serial port support
38130 +#
38131 +# CONFIG_SERIAL_UARTLITE is not set
38132 +CONFIG_SERIAL_CORE=y
38133 +CONFIG_SERIAL_CORE_CONSOLE=y
38134 +# CONFIG_SERIAL_JSM is not set
38135 +# CONFIG_SERIAL_OF_PLATFORM is not set
38136 +# CONFIG_SERIAL_QE is not set
38137 +CONFIG_UNIX98_PTYS=y
38138 +CONFIG_LEGACY_PTYS=y
38139 +CONFIG_LEGACY_PTY_COUNT=256
38140 +# CONFIG_IPMI_HANDLER is not set
38141 +CONFIG_HW_RANDOM=y
38142 +# CONFIG_NVRAM is not set
38143 +# CONFIG_GEN_RTC is not set
38144 +# CONFIG_R3964 is not set
38145 +# CONFIG_APPLICOM is not set
38146 +# CONFIG_RAW_DRIVER is not set
38147 +# CONFIG_TCG_TPM is not set
38148 +CONFIG_DEVPORT=y
38149 +CONFIG_I2C=y
38150 +CONFIG_I2C_BOARDINFO=y
38151 +CONFIG_I2C_CHARDEV=y
38152 +
38153 +#
38154 +# I2C Algorithms
38155 +#
38156 +# CONFIG_I2C_ALGOBIT is not set
38157 +# CONFIG_I2C_ALGOPCF is not set
38158 +# CONFIG_I2C_ALGOPCA is not set
38159 +
38160 +#
38161 +# I2C Hardware Bus support
38162 +#
38163 +# CONFIG_I2C_ALI1535 is not set
38164 +# CONFIG_I2C_ALI1563 is not set
38165 +# CONFIG_I2C_ALI15X3 is not set
38166 +# CONFIG_I2C_AMD756 is not set
38167 +# CONFIG_I2C_AMD8111 is not set
38168 +# CONFIG_I2C_I801 is not set
38169 +# CONFIG_I2C_I810 is not set
38170 +# CONFIG_I2C_PIIX4 is not set
38171 +CONFIG_I2C_MPC=y
38172 +# CONFIG_I2C_NFORCE2 is not set
38173 +# CONFIG_I2C_OCORES is not set
38174 +# CONFIG_I2C_PARPORT_LIGHT is not set
38175 +# CONFIG_I2C_PROSAVAGE is not set
38176 +# CONFIG_I2C_SAVAGE4 is not set
38177 +# CONFIG_I2C_SIMTEC is not set
38178 +# CONFIG_I2C_SIS5595 is not set
38179 +# CONFIG_I2C_SIS630 is not set
38180 +# CONFIG_I2C_SIS96X is not set
38181 +# CONFIG_I2C_TAOS_EVM is not set
38182 +# CONFIG_I2C_STUB is not set
38183 +# CONFIG_I2C_VIA is not set
38184 +# CONFIG_I2C_VIAPRO is not set
38185 +# CONFIG_I2C_VOODOO3 is not set
38186 +
38187 +#
38188 +# Miscellaneous I2C Chip support
38189 +#
38190 +# CONFIG_DS1682 is not set
38191 +# CONFIG_SENSORS_EEPROM is not set
38192 +# CONFIG_SENSORS_PCF8574 is not set
38193 +# CONFIG_PCF8575 is not set
38194 +# CONFIG_SENSORS_PCF8591 is not set
38195 +# CONFIG_TPS65010 is not set
38196 +# CONFIG_SENSORS_MAX6875 is not set
38197 +# CONFIG_SENSORS_TSL2550 is not set
38198 +# CONFIG_I2C_DEBUG_CORE is not set
38199 +# CONFIG_I2C_DEBUG_ALGO is not set
38200 +# CONFIG_I2C_DEBUG_BUS is not set
38201 +# CONFIG_I2C_DEBUG_CHIP is not set
38202 +
38203 +#
38204 +# SPI support
38205 +#
38206 +# CONFIG_SPI is not set
38207 +# CONFIG_SPI_MASTER is not set
38208 +# CONFIG_W1 is not set
38209 +# CONFIG_POWER_SUPPLY is not set
38210 +CONFIG_HWMON=y
38211 +# CONFIG_HWMON_VID is not set
38212 +# CONFIG_SENSORS_AD7418 is not set
38213 +# CONFIG_SENSORS_ADM1021 is not set
38214 +# CONFIG_SENSORS_ADM1025 is not set
38215 +# CONFIG_SENSORS_ADM1026 is not set
38216 +# CONFIG_SENSORS_ADM1029 is not set
38217 +# CONFIG_SENSORS_ADM1031 is not set
38218 +# CONFIG_SENSORS_ADM9240 is not set
38219 +# CONFIG_SENSORS_ADT7470 is not set
38220 +# CONFIG_SENSORS_ADT7473 is not set
38221 +# CONFIG_SENSORS_ATXP1 is not set
38222 +# CONFIG_SENSORS_DS1621 is not set
38223 +# CONFIG_SENSORS_I5K_AMB is not set
38224 +# CONFIG_SENSORS_F71805F is not set
38225 +# CONFIG_SENSORS_F71882FG is not set
38226 +# CONFIG_SENSORS_F75375S is not set
38227 +# CONFIG_SENSORS_GL518SM is not set
38228 +# CONFIG_SENSORS_GL520SM is not set
38229 +# CONFIG_SENSORS_IT87 is not set
38230 +# CONFIG_SENSORS_LM63 is not set
38231 +# CONFIG_SENSORS_LM75 is not set
38232 +# CONFIG_SENSORS_LM77 is not set
38233 +# CONFIG_SENSORS_LM78 is not set
38234 +# CONFIG_SENSORS_LM80 is not set
38235 +# CONFIG_SENSORS_LM83 is not set
38236 +# CONFIG_SENSORS_LM85 is not set
38237 +# CONFIG_SENSORS_LM87 is not set
38238 +# CONFIG_SENSORS_LM90 is not set
38239 +# CONFIG_SENSORS_LM92 is not set
38240 +# CONFIG_SENSORS_LM93 is not set
38241 +# CONFIG_SENSORS_MAX1619 is not set
38242 +# CONFIG_SENSORS_MAX6650 is not set
38243 +# CONFIG_SENSORS_PC87360 is not set
38244 +# CONFIG_SENSORS_PC87427 is not set
38245 +# CONFIG_SENSORS_SIS5595 is not set
38246 +# CONFIG_SENSORS_DME1737 is not set
38247 +# CONFIG_SENSORS_SMSC47M1 is not set
38248 +# CONFIG_SENSORS_SMSC47M192 is not set
38249 +# CONFIG_SENSORS_SMSC47B397 is not set
38250 +# CONFIG_SENSORS_ADS7828 is not set
38251 +# CONFIG_SENSORS_THMC50 is not set
38252 +# CONFIG_SENSORS_VIA686A is not set
38253 +# CONFIG_SENSORS_VT1211 is not set
38254 +# CONFIG_SENSORS_VT8231 is not set
38255 +# CONFIG_SENSORS_W83781D is not set
38256 +# CONFIG_SENSORS_W83791D is not set
38257 +# CONFIG_SENSORS_W83792D is not set
38258 +# CONFIG_SENSORS_W83793 is not set
38259 +# CONFIG_SENSORS_W83L785TS is not set
38260 +# CONFIG_SENSORS_W83L786NG is not set
38261 +# CONFIG_SENSORS_W83627HF is not set
38262 +# CONFIG_SENSORS_W83627EHF is not set
38263 +# CONFIG_HWMON_DEBUG_CHIP is not set
38264 +# CONFIG_THERMAL is not set
38265 +CONFIG_WATCHDOG=y
38266 +# CONFIG_WATCHDOG_NOWAYOUT is not set
38267 +
38268 +#
38269 +# Watchdog Device Drivers
38270 +#
38271 +# CONFIG_SOFT_WATCHDOG is not set
38272 +# CONFIG_BOOKE_WDT is not set
38273 +
38274 +#
38275 +# PCI-based Watchdog Cards
38276 +#
38277 +# CONFIG_PCIPCWATCHDOG is not set
38278 +# CONFIG_WDTPCI is not set
38279 +
38280 +#
38281 +# Sonics Silicon Backplane
38282 +#
38283 +CONFIG_SSB_POSSIBLE=y
38284 +# CONFIG_SSB is not set
38285 +
38286 +#
38287 +# Multifunction device drivers
38288 +#
38289 +# CONFIG_MFD_SM501 is not set
38290 +
38291 +#
38292 +# Multimedia devices
38293 +#
38294 +# CONFIG_VIDEO_DEV is not set
38295 +# CONFIG_DVB_CORE is not set
38296 +CONFIG_DAB=y
38297 +
38298 +#
38299 +# Graphics support
38300 +#
38301 +# CONFIG_AGP is not set
38302 +# CONFIG_DRM is not set
38303 +# CONFIG_VGASTATE is not set
38304 +CONFIG_VIDEO_OUTPUT_CONTROL=m
38305 +# CONFIG_FB is not set
38306 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
38307 +
38308 +#
38309 +# Display device support
38310 +#
38311 +# CONFIG_DISPLAY_SUPPORT is not set
38312 +
38313 +#
38314 +# Sound
38315 +#
38316 +# CONFIG_SOUND is not set
38317 +CONFIG_HID_SUPPORT=y
38318 +CONFIG_HID=y
38319 +# CONFIG_HID_DEBUG is not set
38320 +# CONFIG_HIDRAW is not set
38321 +CONFIG_USB_SUPPORT=y
38322 +CONFIG_USB_ARCH_HAS_HCD=y
38323 +CONFIG_USB_ARCH_HAS_OHCI=y
38324 +CONFIG_USB_ARCH_HAS_EHCI=y
38325 +# CONFIG_USB is not set
38326 +
38327 +#
38328 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
38329 +#
38330 +# CONFIG_USB_GADGET is not set
38331 +# CONFIG_MMC is not set
38332 +# CONFIG_MEMSTICK is not set
38333 +# CONFIG_NEW_LEDS is not set
38334 +# CONFIG_INFINIBAND is not set
38335 +# CONFIG_EDAC is not set
38336 +CONFIG_RTC_LIB=y
38337 +CONFIG_RTC_CLASS=y
38338 +CONFIG_RTC_HCTOSYS=y
38339 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
38340 +# CONFIG_RTC_DEBUG is not set
38341 +
38342 +#
38343 +# RTC interfaces
38344 +#
38345 +CONFIG_RTC_INTF_SYSFS=y
38346 +CONFIG_RTC_INTF_PROC=y
38347 +CONFIG_RTC_INTF_DEV=y
38348 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
38349 +# CONFIG_RTC_DRV_TEST is not set
38350 +
38351 +#
38352 +# I2C RTC drivers
38353 +#
38354 +# CONFIG_RTC_DRV_DS1307 is not set
38355 +CONFIG_RTC_DRV_DS1374=y
38356 +# CONFIG_RTC_DRV_DS1672 is not set
38357 +# CONFIG_RTC_DRV_MAX6900 is not set
38358 +# CONFIG_RTC_DRV_RS5C372 is not set
38359 +# CONFIG_RTC_DRV_ISL1208 is not set
38360 +# CONFIG_RTC_DRV_X1205 is not set
38361 +# CONFIG_RTC_DRV_PCF8563 is not set
38362 +# CONFIG_RTC_DRV_PCF8583 is not set
38363 +# CONFIG_RTC_DRV_M41T80 is not set
38364 +# CONFIG_RTC_DRV_S35390A is not set
38365 +
38366 +#
38367 +# SPI RTC drivers
38368 +#
38369 +
38370 +#
38371 +# Platform RTC drivers
38372 +#
38373 +# CONFIG_RTC_DRV_CMOS is not set
38374 +# CONFIG_RTC_DRV_DS1511 is not set
38375 +# CONFIG_RTC_DRV_DS1553 is not set
38376 +# CONFIG_RTC_DRV_DS1742 is not set
38377 +# CONFIG_RTC_DRV_STK17TA8 is not set
38378 +# CONFIG_RTC_DRV_M48T86 is not set
38379 +# CONFIG_RTC_DRV_M48T59 is not set
38380 +# CONFIG_RTC_DRV_V3020 is not set
38381 +
38382 +#
38383 +# on-CPU RTC drivers
38384 +#
38385 +# CONFIG_DMADEVICES is not set
38386 +
38387 +#
38388 +# Userspace I/O
38389 +#
38390 +# CONFIG_UIO is not set
38391 +
38392 +#
38393 +# File systems
38394 +#
38395 +CONFIG_EXT2_FS=y
38396 +# CONFIG_EXT2_FS_XATTR is not set
38397 +# CONFIG_EXT2_FS_XIP is not set
38398 +CONFIG_EXT3_FS=y
38399 +CONFIG_EXT3_FS_XATTR=y
38400 +# CONFIG_EXT3_FS_POSIX_ACL is not set
38401 +# CONFIG_EXT3_FS_SECURITY is not set
38402 +# CONFIG_EXT4DEV_FS is not set
38403 +CONFIG_JBD=y
38404 +CONFIG_FS_MBCACHE=y
38405 +# CONFIG_REISERFS_FS is not set
38406 +# CONFIG_JFS_FS is not set
38407 +# CONFIG_FS_POSIX_ACL is not set
38408 +# CONFIG_XFS_FS is not set
38409 +# CONFIG_GFS2_FS is not set
38410 +# CONFIG_OCFS2_FS is not set
38411 +CONFIG_DNOTIFY=y
38412 +CONFIG_INOTIFY=y
38413 +CONFIG_INOTIFY_USER=y
38414 +# CONFIG_QUOTA is not set
38415 +# CONFIG_AUTOFS_FS is not set
38416 +# CONFIG_AUTOFS4_FS is not set
38417 +# CONFIG_FUSE_FS is not set
38418 +
38419 +#
38420 +# CD-ROM/DVD Filesystems
38421 +#
38422 +# CONFIG_ISO9660_FS is not set
38423 +# CONFIG_UDF_FS is not set
38424 +
38425 +#
38426 +# DOS/FAT/NT Filesystems
38427 +#
38428 +# CONFIG_MSDOS_FS is not set
38429 +# CONFIG_VFAT_FS is not set
38430 +# CONFIG_NTFS_FS is not set
38431 +
38432 +#
38433 +# Pseudo filesystems
38434 +#
38435 +CONFIG_PROC_FS=y
38436 +CONFIG_PROC_KCORE=y
38437 +CONFIG_PROC_SYSCTL=y
38438 +CONFIG_SYSFS=y
38439 +CONFIG_TMPFS=y
38440 +# CONFIG_TMPFS_POSIX_ACL is not set
38441 +# CONFIG_HUGETLB_PAGE is not set
38442 +# CONFIG_CONFIGFS_FS is not set
38443 +
38444 +#
38445 +# Miscellaneous filesystems
38446 +#
38447 +# CONFIG_ADFS_FS is not set
38448 +# CONFIG_AFFS_FS is not set
38449 +# CONFIG_HFS_FS is not set
38450 +# CONFIG_HFSPLUS_FS is not set
38451 +# CONFIG_BEFS_FS is not set
38452 +# CONFIG_BFS_FS is not set
38453 +# CONFIG_EFS_FS is not set
38454 +# CONFIG_CRAMFS is not set
38455 +# CONFIG_VXFS_FS is not set
38456 +# CONFIG_MINIX_FS is not set
38457 +# CONFIG_HPFS_FS is not set
38458 +# CONFIG_QNX4FS_FS is not set
38459 +# CONFIG_ROMFS_FS is not set
38460 +# CONFIG_SYSV_FS is not set
38461 +# CONFIG_UFS_FS is not set
38462 +CONFIG_NETWORK_FILESYSTEMS=y
38463 +CONFIG_NFS_FS=y
38464 +CONFIG_NFS_V3=y
38465 +# CONFIG_NFS_V3_ACL is not set
38466 +CONFIG_NFS_V4=y
38467 +# CONFIG_NFS_DIRECTIO is not set
38468 +# CONFIG_NFSD is not set
38469 +CONFIG_ROOT_NFS=y
38470 +CONFIG_LOCKD=y
38471 +CONFIG_LOCKD_V4=y
38472 +CONFIG_NFS_COMMON=y
38473 +CONFIG_SUNRPC=y
38474 +CONFIG_SUNRPC_GSS=y
38475 +# CONFIG_SUNRPC_BIND34 is not set
38476 +CONFIG_RPCSEC_GSS_KRB5=y
38477 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
38478 +# CONFIG_SMB_FS is not set
38479 +# CONFIG_CIFS is not set
38480 +# CONFIG_NCP_FS is not set
38481 +# CONFIG_CODA_FS is not set
38482 +# CONFIG_AFS_FS is not set
38483 +
38484 +#
38485 +# Partition Types
38486 +#
38487 +CONFIG_PARTITION_ADVANCED=y
38488 +# CONFIG_ACORN_PARTITION is not set
38489 +# CONFIG_OSF_PARTITION is not set
38490 +# CONFIG_AMIGA_PARTITION is not set
38491 +# CONFIG_ATARI_PARTITION is not set
38492 +# CONFIG_MAC_PARTITION is not set
38493 +# CONFIG_MSDOS_PARTITION is not set
38494 +# CONFIG_LDM_PARTITION is not set
38495 +# CONFIG_SGI_PARTITION is not set
38496 +# CONFIG_ULTRIX_PARTITION is not set
38497 +# CONFIG_SUN_PARTITION is not set
38498 +# CONFIG_KARMA_PARTITION is not set
38499 +# CONFIG_EFI_PARTITION is not set
38500 +# CONFIG_SYSV68_PARTITION is not set
38501 +# CONFIG_NLS is not set
38502 +# CONFIG_DLM is not set
38503 +
38504 +#
38505 +# Library routines
38506 +#
38507 +CONFIG_BITREVERSE=y
38508 +# CONFIG_CRC_CCITT is not set
38509 +# CONFIG_CRC16 is not set
38510 +# CONFIG_CRC_ITU_T is not set
38511 +CONFIG_CRC32=y
38512 +# CONFIG_CRC7 is not set
38513 +# CONFIG_LIBCRC32C is not set
38514 +CONFIG_PLIST=y
38515 +CONFIG_HAS_IOMEM=y
38516 +CONFIG_HAS_IOPORT=y
38517 +CONFIG_HAS_DMA=y
38518 +
38519 +#
38520 +# Kernel hacking
38521 +#
38522 +# CONFIG_PRINTK_TIME is not set
38523 +CONFIG_ENABLE_WARN_DEPRECATED=y
38524 +CONFIG_ENABLE_MUST_CHECK=y
38525 +# CONFIG_MAGIC_SYSRQ is not set
38526 +# CONFIG_UNUSED_SYMBOLS is not set
38527 +# CONFIG_DEBUG_FS is not set
38528 +# CONFIG_HEADERS_CHECK is not set
38529 +CONFIG_DEBUG_KERNEL=y
38530 +# CONFIG_DEBUG_SHIRQ is not set
38531 +CONFIG_DETECT_SOFTLOCKUP=y
38532 +CONFIG_SCHED_DEBUG=y
38533 +# CONFIG_SCHEDSTATS is not set
38534 +# CONFIG_TIMER_STATS is not set
38535 +# CONFIG_SLUB_DEBUG_ON is not set
38536 +# CONFIG_SLUB_STATS is not set
38537 +# CONFIG_DEBUG_RT_MUTEXES is not set
38538 +# CONFIG_RT_MUTEX_TESTER is not set
38539 +# CONFIG_DEBUG_SPINLOCK is not set
38540 +# CONFIG_DEBUG_MUTEXES is not set
38541 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
38542 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
38543 +# CONFIG_DEBUG_KOBJECT is not set
38544 +# CONFIG_DEBUG_BUGVERBOSE is not set
38545 +# CONFIG_DEBUG_INFO is not set
38546 +# CONFIG_DEBUG_VM is not set
38547 +# CONFIG_DEBUG_LIST is not set
38548 +# CONFIG_DEBUG_SG is not set
38549 +# CONFIG_BOOT_PRINTK_DELAY is not set
38550 +# CONFIG_RCU_TORTURE_TEST is not set
38551 +# CONFIG_BACKTRACE_SELF_TEST is not set
38552 +# CONFIG_FAULT_INJECTION is not set
38553 +# CONFIG_SAMPLES is not set
38554 +# CONFIG_DEBUG_STACKOVERFLOW is not set
38555 +# CONFIG_DEBUG_STACK_USAGE is not set
38556 +# CONFIG_DEBUG_PAGEALLOC is not set
38557 +CONFIG_DEBUGGER=y
38558 +# CONFIG_XMON is not set
38559 +# CONFIG_BDI_SWITCH is not set
38560 +CONFIG_PPC_EARLY_DEBUG=y
38561 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
38562 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
38563 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
38564 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
38565 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
38566 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
38567 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
38568 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
38569 +# CONFIG_PPC_EARLY_DEBUG_44x is not set
38570 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
38571 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
38572 +
38573 +#
38574 +# Security options
38575 +#
38576 +# CONFIG_KEYS is not set
38577 +# CONFIG_SECURITY is not set
38578 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
38579 +CONFIG_CRYPTO=y
38580 +CONFIG_CRYPTO_ALGAPI=y
38581 +CONFIG_CRYPTO_BLKCIPHER=y
38582 +# CONFIG_CRYPTO_SEQIV is not set
38583 +CONFIG_CRYPTO_MANAGER=y
38584 +# CONFIG_CRYPTO_HMAC is not set
38585 +# CONFIG_CRYPTO_XCBC is not set
38586 +# CONFIG_CRYPTO_NULL is not set
38587 +# CONFIG_CRYPTO_MD4 is not set
38588 +CONFIG_CRYPTO_MD5=y
38589 +# CONFIG_CRYPTO_SHA1 is not set
38590 +# CONFIG_CRYPTO_SHA256 is not set
38591 +# CONFIG_CRYPTO_SHA512 is not set
38592 +# CONFIG_CRYPTO_WP512 is not set
38593 +# CONFIG_CRYPTO_TGR192 is not set
38594 +# CONFIG_CRYPTO_GF128MUL is not set
38595 +CONFIG_CRYPTO_ECB=m
38596 +CONFIG_CRYPTO_CBC=y
38597 +CONFIG_CRYPTO_PCBC=m
38598 +# CONFIG_CRYPTO_LRW is not set
38599 +# CONFIG_CRYPTO_XTS is not set
38600 +# CONFIG_CRYPTO_CTR is not set
38601 +# CONFIG_CRYPTO_GCM is not set
38602 +# CONFIG_CRYPTO_CCM is not set
38603 +# CONFIG_CRYPTO_CRYPTD is not set
38604 +CONFIG_CRYPTO_DES=y
38605 +# CONFIG_CRYPTO_FCRYPT is not set
38606 +# CONFIG_CRYPTO_BLOWFISH is not set
38607 +# CONFIG_CRYPTO_TWOFISH is not set
38608 +# CONFIG_CRYPTO_SERPENT is not set
38609 +# CONFIG_CRYPTO_AES is not set
38610 +# CONFIG_CRYPTO_CAST5 is not set
38611 +# CONFIG_CRYPTO_CAST6 is not set
38612 +# CONFIG_CRYPTO_TEA is not set
38613 +# CONFIG_CRYPTO_ARC4 is not set
38614 +# CONFIG_CRYPTO_KHAZAD is not set
38615 +# CONFIG_CRYPTO_ANUBIS is not set
38616 +# CONFIG_CRYPTO_SEED is not set
38617 +# CONFIG_CRYPTO_SALSA20 is not set
38618 +# CONFIG_CRYPTO_DEFLATE is not set
38619 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
38620 +# CONFIG_CRYPTO_CRC32C is not set
38621 +# CONFIG_CRYPTO_CAMELLIA is not set
38622 +# CONFIG_CRYPTO_TEST is not set
38623 +# CONFIG_CRYPTO_AUTHENC is not set
38624 +# CONFIG_CRYPTO_LZO is not set
38625 +CONFIG_CRYPTO_HW=y
38626 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
38627 +# CONFIG_PPC_CLOCK is not set
38628 +CONFIG_PPC_LIB_RHEAP=y
38629 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
38630 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc8572_ds_defconfig 1970-01-01 01:00:00.000000000 +0100
38631 +++ powerpc.git/arch/powerpc/configs/85xx/mpc8572_ds_defconfig 2008-04-19 16:40:52.000000000 +0200
38632 @@ -0,0 +1,1549 @@
38633 +#
38634 +# Automatically generated make config: don't edit
38635 +# Linux kernel version: 2.6.25-rc7
38636 +# Mon Mar 31 11:37:06 2008
38637 +#
38638 +# CONFIG_PPC64 is not set
38639 +
38640 +#
38641 +# Processor support
38642 +#
38643 +# CONFIG_6xx is not set
38644 +CONFIG_PPC_85xx=y
38645 +# CONFIG_PPC_8xx is not set
38646 +# CONFIG_40x is not set
38647 +# CONFIG_44x is not set
38648 +# CONFIG_E200 is not set
38649 +CONFIG_E500=y
38650 +CONFIG_BOOKE=y
38651 +CONFIG_FSL_BOOKE=y
38652 +CONFIG_FSL_EMB_PERFMON=y
38653 +# CONFIG_PHYS_64BIT is not set
38654 +CONFIG_SPE=y
38655 +# CONFIG_PPC_MM_SLICES is not set
38656 +CONFIG_PPC32=y
38657 +CONFIG_WORD_SIZE=32
38658 +CONFIG_PPC_MERGE=y
38659 +CONFIG_MMU=y
38660 +CONFIG_GENERIC_CMOS_UPDATE=y
38661 +CONFIG_GENERIC_TIME=y
38662 +CONFIG_GENERIC_TIME_VSYSCALL=y
38663 +CONFIG_GENERIC_CLOCKEVENTS=y
38664 +CONFIG_GENERIC_HARDIRQS=y
38665 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
38666 +CONFIG_IRQ_PER_CPU=y
38667 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
38668 +CONFIG_ARCH_HAS_ILOG2_U32=y
38669 +CONFIG_GENERIC_HWEIGHT=y
38670 +CONFIG_GENERIC_CALIBRATE_DELAY=y
38671 +CONFIG_GENERIC_FIND_NEXT_BIT=y
38672 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
38673 +CONFIG_PPC=y
38674 +CONFIG_EARLY_PRINTK=y
38675 +CONFIG_GENERIC_NVRAM=y
38676 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
38677 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
38678 +CONFIG_PPC_OF=y
38679 +CONFIG_OF=y
38680 +CONFIG_PPC_UDBG_16550=y
38681 +# CONFIG_GENERIC_TBSYNC is not set
38682 +CONFIG_AUDIT_ARCH=y
38683 +CONFIG_GENERIC_BUG=y
38684 +CONFIG_DEFAULT_UIMAGE=y
38685 +# CONFIG_PPC_DCR_NATIVE is not set
38686 +# CONFIG_PPC_DCR_MMIO is not set
38687 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
38688 +
38689 +#
38690 +# General setup
38691 +#
38692 +CONFIG_EXPERIMENTAL=y
38693 +CONFIG_BROKEN_ON_SMP=y
38694 +CONFIG_INIT_ENV_ARG_LIMIT=32
38695 +CONFIG_LOCALVERSION=""
38696 +CONFIG_LOCALVERSION_AUTO=y
38697 +CONFIG_SWAP=y
38698 +CONFIG_SYSVIPC=y
38699 +CONFIG_SYSVIPC_SYSCTL=y
38700 +CONFIG_POSIX_MQUEUE=y
38701 +CONFIG_BSD_PROCESS_ACCT=y
38702 +# CONFIG_BSD_PROCESS_ACCT_V3 is not set
38703 +# CONFIG_TASKSTATS is not set
38704 +CONFIG_AUDIT=y
38705 +# CONFIG_AUDITSYSCALL is not set
38706 +CONFIG_IKCONFIG=y
38707 +CONFIG_IKCONFIG_PROC=y
38708 +CONFIG_LOG_BUF_SHIFT=14
38709 +# CONFIG_CGROUPS is not set
38710 +CONFIG_GROUP_SCHED=y
38711 +# CONFIG_FAIR_GROUP_SCHED is not set
38712 +# CONFIG_RT_GROUP_SCHED is not set
38713 +CONFIG_USER_SCHED=y
38714 +# CONFIG_CGROUP_SCHED is not set
38715 +CONFIG_SYSFS_DEPRECATED=y
38716 +CONFIG_SYSFS_DEPRECATED_V2=y
38717 +# CONFIG_RELAY is not set
38718 +# CONFIG_NAMESPACES is not set
38719 +CONFIG_BLK_DEV_INITRD=y
38720 +CONFIG_INITRAMFS_SOURCE=""
38721 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
38722 +CONFIG_SYSCTL=y
38723 +CONFIG_EMBEDDED=y
38724 +CONFIG_SYSCTL_SYSCALL=y
38725 +CONFIG_KALLSYMS=y
38726 +CONFIG_KALLSYMS_ALL=y
38727 +CONFIG_KALLSYMS_EXTRA_PASS=y
38728 +CONFIG_HOTPLUG=y
38729 +CONFIG_PRINTK=y
38730 +CONFIG_BUG=y
38731 +CONFIG_ELF_CORE=y
38732 +CONFIG_COMPAT_BRK=y
38733 +CONFIG_BASE_FULL=y
38734 +CONFIG_FUTEX=y
38735 +CONFIG_ANON_INODES=y
38736 +CONFIG_EPOLL=y
38737 +CONFIG_SIGNALFD=y
38738 +CONFIG_TIMERFD=y
38739 +CONFIG_EVENTFD=y
38740 +CONFIG_SHMEM=y
38741 +CONFIG_VM_EVENT_COUNTERS=y
38742 +CONFIG_SLUB_DEBUG=y
38743 +# CONFIG_SLAB is not set
38744 +CONFIG_SLUB=y
38745 +# CONFIG_SLOB is not set
38746 +# CONFIG_PROFILING is not set
38747 +# CONFIG_MARKERS is not set
38748 +CONFIG_HAVE_OPROFILE=y
38749 +# CONFIG_KPROBES is not set
38750 +CONFIG_HAVE_KPROBES=y
38751 +CONFIG_HAVE_KRETPROBES=y
38752 +CONFIG_PROC_PAGE_MONITOR=y
38753 +CONFIG_SLABINFO=y
38754 +CONFIG_RT_MUTEXES=y
38755 +# CONFIG_TINY_SHMEM is not set
38756 +CONFIG_BASE_SMALL=0
38757 +CONFIG_MODULES=y
38758 +CONFIG_MODULE_UNLOAD=y
38759 +CONFIG_MODULE_FORCE_UNLOAD=y
38760 +CONFIG_MODVERSIONS=y
38761 +# CONFIG_MODULE_SRCVERSION_ALL is not set
38762 +CONFIG_KMOD=y
38763 +CONFIG_BLOCK=y
38764 +CONFIG_LBD=y
38765 +# CONFIG_BLK_DEV_IO_TRACE is not set
38766 +# CONFIG_LSF is not set
38767 +# CONFIG_BLK_DEV_BSG is not set
38768 +
38769 +#
38770 +# IO Schedulers
38771 +#
38772 +CONFIG_IOSCHED_NOOP=y
38773 +CONFIG_IOSCHED_AS=y
38774 +CONFIG_IOSCHED_DEADLINE=y
38775 +CONFIG_IOSCHED_CFQ=y
38776 +# CONFIG_DEFAULT_AS is not set
38777 +# CONFIG_DEFAULT_DEADLINE is not set
38778 +CONFIG_DEFAULT_CFQ=y
38779 +# CONFIG_DEFAULT_NOOP is not set
38780 +CONFIG_DEFAULT_IOSCHED="cfq"
38781 +CONFIG_CLASSIC_RCU=y
38782 +
38783 +#
38784 +# Platform support
38785 +#
38786 +# CONFIG_PPC_MPC512x is not set
38787 +# CONFIG_PPC_MPC5121 is not set
38788 +# CONFIG_PPC_CELL is not set
38789 +# CONFIG_PPC_CELL_NATIVE is not set
38790 +# CONFIG_PQ2ADS is not set
38791 +CONFIG_MPC85xx=y
38792 +# CONFIG_MPC8540_ADS is not set
38793 +# CONFIG_MPC8560_ADS is not set
38794 +# CONFIG_MPC85xx_CDS is not set
38795 +# CONFIG_MPC85xx_MDS is not set
38796 +CONFIG_MPC85xx_DS=y
38797 +# CONFIG_STX_GP3 is not set
38798 +# CONFIG_TQM8540 is not set
38799 +# CONFIG_TQM8541 is not set
38800 +# CONFIG_TQM8555 is not set
38801 +# CONFIG_TQM8560 is not set
38802 +# CONFIG_SBC8548 is not set
38803 +# CONFIG_SBC8560 is not set
38804 +# CONFIG_IPIC is not set
38805 +CONFIG_MPIC=y
38806 +# CONFIG_MPIC_WEIRD is not set
38807 +CONFIG_PPC_I8259=y
38808 +# CONFIG_PPC_RTAS is not set
38809 +# CONFIG_MMIO_NVRAM is not set
38810 +# CONFIG_PPC_MPC106 is not set
38811 +# CONFIG_PPC_970_NAP is not set
38812 +# CONFIG_PPC_INDIRECT_IO is not set
38813 +# CONFIG_GENERIC_IOMAP is not set
38814 +# CONFIG_CPU_FREQ is not set
38815 +# CONFIG_CPM2 is not set
38816 +CONFIG_FSL_ULI1575=y
38817 +
38818 +#
38819 +# Kernel options
38820 +#
38821 +CONFIG_HIGHMEM=y
38822 +CONFIG_TICK_ONESHOT=y
38823 +CONFIG_NO_HZ=y
38824 +CONFIG_HIGH_RES_TIMERS=y
38825 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
38826 +# CONFIG_HZ_100 is not set
38827 +CONFIG_HZ_250=y
38828 +# CONFIG_HZ_300 is not set
38829 +# CONFIG_HZ_1000 is not set
38830 +CONFIG_HZ=250
38831 +# CONFIG_SCHED_HRTICK is not set
38832 +CONFIG_PREEMPT_NONE=y
38833 +# CONFIG_PREEMPT_VOLUNTARY is not set
38834 +# CONFIG_PREEMPT is not set
38835 +CONFIG_BINFMT_ELF=y
38836 +CONFIG_BINFMT_MISC=m
38837 +CONFIG_MATH_EMULATION=y
38838 +# CONFIG_IOMMU_HELPER is not set
38839 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
38840 +CONFIG_ARCH_HAS_WALK_MEMORY=y
38841 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
38842 +CONFIG_ARCH_FLATMEM_ENABLE=y
38843 +CONFIG_ARCH_POPULATES_NODE_MAP=y
38844 +CONFIG_SELECT_MEMORY_MODEL=y
38845 +CONFIG_FLATMEM_MANUAL=y
38846 +# CONFIG_DISCONTIGMEM_MANUAL is not set
38847 +# CONFIG_SPARSEMEM_MANUAL is not set
38848 +CONFIG_FLATMEM=y
38849 +CONFIG_FLAT_NODE_MEM_MAP=y
38850 +# CONFIG_SPARSEMEM_STATIC is not set
38851 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
38852 +CONFIG_SPLIT_PTLOCK_CPUS=4
38853 +# CONFIG_RESOURCES_64BIT is not set
38854 +CONFIG_ZONE_DMA_FLAG=1
38855 +CONFIG_BOUNCE=y
38856 +CONFIG_VIRT_TO_BUS=y
38857 +CONFIG_PROC_DEVICETREE=y
38858 +# CONFIG_CMDLINE_BOOL is not set
38859 +# CONFIG_PM is not set
38860 +CONFIG_SECCOMP=y
38861 +CONFIG_ISA_DMA_API=y
38862 +
38863 +#
38864 +# Bus options
38865 +#
38866 +CONFIG_ZONE_DMA=y
38867 +CONFIG_GENERIC_ISA_DMA=y
38868 +CONFIG_PPC_INDIRECT_PCI=y
38869 +CONFIG_FSL_SOC=y
38870 +CONFIG_FSL_PCI=y
38871 +CONFIG_PCI=y
38872 +CONFIG_PCI_DOMAINS=y
38873 +CONFIG_PCI_SYSCALL=y
38874 +# CONFIG_PCIEPORTBUS is not set
38875 +CONFIG_ARCH_SUPPORTS_MSI=y
38876 +# CONFIG_PCI_MSI is not set
38877 +CONFIG_PCI_LEGACY=y
38878 +# CONFIG_PCI_DEBUG is not set
38879 +# CONFIG_PCCARD is not set
38880 +# CONFIG_HOTPLUG_PCI is not set
38881 +
38882 +#
38883 +# Advanced setup
38884 +#
38885 +# CONFIG_ADVANCED_OPTIONS is not set
38886 +
38887 +#
38888 +# Default settings for advanced configuration options are used
38889 +#
38890 +CONFIG_HIGHMEM_START=0xfe000000
38891 +CONFIG_LOWMEM_SIZE=0x30000000
38892 +CONFIG_KERNEL_START=0xc0000000
38893 +CONFIG_TASK_SIZE=0xc0000000
38894 +CONFIG_BOOT_LOAD=0x00800000
38895 +
38896 +#
38897 +# Networking
38898 +#
38899 +CONFIG_NET=y
38900 +
38901 +#
38902 +# Networking options
38903 +#
38904 +CONFIG_PACKET=y
38905 +# CONFIG_PACKET_MMAP is not set
38906 +CONFIG_UNIX=y
38907 +CONFIG_XFRM=y
38908 +CONFIG_XFRM_USER=y
38909 +# CONFIG_XFRM_SUB_POLICY is not set
38910 +# CONFIG_XFRM_MIGRATE is not set
38911 +# CONFIG_XFRM_STATISTICS is not set
38912 +CONFIG_NET_KEY=m
38913 +# CONFIG_NET_KEY_MIGRATE is not set
38914 +CONFIG_INET=y
38915 +CONFIG_IP_MULTICAST=y
38916 +CONFIG_IP_ADVANCED_ROUTER=y
38917 +CONFIG_ASK_IP_FIB_HASH=y
38918 +# CONFIG_IP_FIB_TRIE is not set
38919 +CONFIG_IP_FIB_HASH=y
38920 +CONFIG_IP_MULTIPLE_TABLES=y
38921 +CONFIG_IP_ROUTE_MULTIPATH=y
38922 +CONFIG_IP_ROUTE_VERBOSE=y
38923 +CONFIG_IP_PNP=y
38924 +CONFIG_IP_PNP_DHCP=y
38925 +CONFIG_IP_PNP_BOOTP=y
38926 +CONFIG_IP_PNP_RARP=y
38927 +CONFIG_NET_IPIP=y
38928 +CONFIG_NET_IPGRE=y
38929 +CONFIG_NET_IPGRE_BROADCAST=y
38930 +CONFIG_IP_MROUTE=y
38931 +CONFIG_IP_PIMSM_V1=y
38932 +CONFIG_IP_PIMSM_V2=y
38933 +CONFIG_ARPD=y
38934 +# CONFIG_SYN_COOKIES is not set
38935 +# CONFIG_INET_AH is not set
38936 +# CONFIG_INET_ESP is not set
38937 +# CONFIG_INET_IPCOMP is not set
38938 +# CONFIG_INET_XFRM_TUNNEL is not set
38939 +CONFIG_INET_TUNNEL=y
38940 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
38941 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
38942 +# CONFIG_INET_XFRM_MODE_BEET is not set
38943 +# CONFIG_INET_LRO is not set
38944 +CONFIG_INET_DIAG=y
38945 +CONFIG_INET_TCP_DIAG=y
38946 +# CONFIG_TCP_CONG_ADVANCED is not set
38947 +CONFIG_TCP_CONG_CUBIC=y
38948 +CONFIG_DEFAULT_TCP_CONG="cubic"
38949 +# CONFIG_TCP_MD5SIG is not set
38950 +CONFIG_IPV6=y
38951 +# CONFIG_IPV6_PRIVACY is not set
38952 +# CONFIG_IPV6_ROUTER_PREF is not set
38953 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
38954 +# CONFIG_INET6_AH is not set
38955 +# CONFIG_INET6_ESP is not set
38956 +# CONFIG_INET6_IPCOMP is not set
38957 +# CONFIG_IPV6_MIP6 is not set
38958 +# CONFIG_INET6_XFRM_TUNNEL is not set
38959 +# CONFIG_INET6_TUNNEL is not set
38960 +CONFIG_INET6_XFRM_MODE_TRANSPORT=y
38961 +CONFIG_INET6_XFRM_MODE_TUNNEL=y
38962 +CONFIG_INET6_XFRM_MODE_BEET=y
38963 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
38964 +CONFIG_IPV6_SIT=y
38965 +# CONFIG_IPV6_TUNNEL is not set
38966 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
38967 +# CONFIG_NETWORK_SECMARK is not set
38968 +# CONFIG_NETFILTER is not set
38969 +# CONFIG_IP_DCCP is not set
38970 +CONFIG_IP_SCTP=m
38971 +# CONFIG_SCTP_DBG_MSG is not set
38972 +# CONFIG_SCTP_DBG_OBJCNT is not set
38973 +# CONFIG_SCTP_HMAC_NONE is not set
38974 +# CONFIG_SCTP_HMAC_SHA1 is not set
38975 +CONFIG_SCTP_HMAC_MD5=y
38976 +# CONFIG_TIPC is not set
38977 +# CONFIG_ATM is not set
38978 +# CONFIG_BRIDGE is not set
38979 +# CONFIG_VLAN_8021Q is not set
38980 +# CONFIG_DECNET is not set
38981 +# CONFIG_LLC2 is not set
38982 +# CONFIG_IPX is not set
38983 +# CONFIG_ATALK is not set
38984 +# CONFIG_X25 is not set
38985 +# CONFIG_LAPB is not set
38986 +# CONFIG_ECONET is not set
38987 +# CONFIG_WAN_ROUTER is not set
38988 +# CONFIG_NET_SCHED is not set
38989 +
38990 +#
38991 +# Network testing
38992 +#
38993 +# CONFIG_NET_PKTGEN is not set
38994 +# CONFIG_HAMRADIO is not set
38995 +# CONFIG_CAN is not set
38996 +# CONFIG_IRDA is not set
38997 +# CONFIG_BT is not set
38998 +# CONFIG_AF_RXRPC is not set
38999 +CONFIG_FIB_RULES=y
39000 +
39001 +#
39002 +# Wireless
39003 +#
39004 +# CONFIG_CFG80211 is not set
39005 +# CONFIG_WIRELESS_EXT is not set
39006 +# CONFIG_MAC80211 is not set
39007 +# CONFIG_IEEE80211 is not set
39008 +# CONFIG_RFKILL is not set
39009 +# CONFIG_NET_9P is not set
39010 +
39011 +#
39012 +# Device Drivers
39013 +#
39014 +
39015 +#
39016 +# Generic Driver Options
39017 +#
39018 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
39019 +CONFIG_STANDALONE=y
39020 +CONFIG_PREVENT_FIRMWARE_BUILD=y
39021 +CONFIG_FW_LOADER=y
39022 +# CONFIG_DEBUG_DRIVER is not set
39023 +# CONFIG_DEBUG_DEVRES is not set
39024 +# CONFIG_SYS_HYPERVISOR is not set
39025 +# CONFIG_CONNECTOR is not set
39026 +# CONFIG_MTD is not set
39027 +CONFIG_OF_DEVICE=y
39028 +# CONFIG_PARPORT is not set
39029 +CONFIG_BLK_DEV=y
39030 +# CONFIG_BLK_DEV_FD is not set
39031 +# CONFIG_BLK_CPQ_DA is not set
39032 +# CONFIG_BLK_CPQ_CISS_DA is not set
39033 +# CONFIG_BLK_DEV_DAC960 is not set
39034 +# CONFIG_BLK_DEV_UMEM is not set
39035 +# CONFIG_BLK_DEV_COW_COMMON is not set
39036 +CONFIG_BLK_DEV_LOOP=y
39037 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
39038 +CONFIG_BLK_DEV_NBD=y
39039 +# CONFIG_BLK_DEV_SX8 is not set
39040 +# CONFIG_BLK_DEV_UB is not set
39041 +CONFIG_BLK_DEV_RAM=y
39042 +CONFIG_BLK_DEV_RAM_COUNT=16
39043 +CONFIG_BLK_DEV_RAM_SIZE=131072
39044 +# CONFIG_BLK_DEV_XIP is not set
39045 +# CONFIG_CDROM_PKTCDVD is not set
39046 +# CONFIG_ATA_OVER_ETH is not set
39047 +CONFIG_MISC_DEVICES=y
39048 +# CONFIG_PHANTOM is not set
39049 +# CONFIG_EEPROM_93CX6 is not set
39050 +# CONFIG_SGI_IOC4 is not set
39051 +# CONFIG_TIFM_CORE is not set
39052 +# CONFIG_ENCLOSURE_SERVICES is not set
39053 +CONFIG_HAVE_IDE=y
39054 +# CONFIG_IDE is not set
39055 +
39056 +#
39057 +# SCSI device support
39058 +#
39059 +# CONFIG_RAID_ATTRS is not set
39060 +CONFIG_SCSI=y
39061 +CONFIG_SCSI_DMA=y
39062 +# CONFIG_SCSI_TGT is not set
39063 +# CONFIG_SCSI_NETLINK is not set
39064 +CONFIG_SCSI_PROC_FS=y
39065 +
39066 +#
39067 +# SCSI support type (disk, tape, CD-ROM)
39068 +#
39069 +CONFIG_BLK_DEV_SD=y
39070 +CONFIG_CHR_DEV_ST=y
39071 +# CONFIG_CHR_DEV_OSST is not set
39072 +CONFIG_BLK_DEV_SR=y
39073 +# CONFIG_BLK_DEV_SR_VENDOR is not set
39074 +CONFIG_CHR_DEV_SG=y
39075 +# CONFIG_CHR_DEV_SCH is not set
39076 +
39077 +#
39078 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
39079 +#
39080 +CONFIG_SCSI_MULTI_LUN=y
39081 +# CONFIG_SCSI_CONSTANTS is not set
39082 +CONFIG_SCSI_LOGGING=y
39083 +# CONFIG_SCSI_SCAN_ASYNC is not set
39084 +CONFIG_SCSI_WAIT_SCAN=m
39085 +
39086 +#
39087 +# SCSI Transports
39088 +#
39089 +# CONFIG_SCSI_SPI_ATTRS is not set
39090 +# CONFIG_SCSI_FC_ATTRS is not set
39091 +# CONFIG_SCSI_ISCSI_ATTRS is not set
39092 +# CONFIG_SCSI_SAS_LIBSAS is not set
39093 +# CONFIG_SCSI_SRP_ATTRS is not set
39094 +CONFIG_SCSI_LOWLEVEL=y
39095 +# CONFIG_ISCSI_TCP is not set
39096 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
39097 +# CONFIG_SCSI_3W_9XXX is not set
39098 +# CONFIG_SCSI_ACARD is not set
39099 +# CONFIG_SCSI_AACRAID is not set
39100 +# CONFIG_SCSI_AIC7XXX is not set
39101 +# CONFIG_SCSI_AIC7XXX_OLD is not set
39102 +# CONFIG_SCSI_AIC79XX is not set
39103 +# CONFIG_SCSI_AIC94XX is not set
39104 +# CONFIG_SCSI_DPT_I2O is not set
39105 +# CONFIG_SCSI_ADVANSYS is not set
39106 +# CONFIG_SCSI_ARCMSR is not set
39107 +# CONFIG_MEGARAID_NEWGEN is not set
39108 +# CONFIG_MEGARAID_LEGACY is not set
39109 +# CONFIG_MEGARAID_SAS is not set
39110 +# CONFIG_SCSI_HPTIOP is not set
39111 +# CONFIG_SCSI_BUSLOGIC is not set
39112 +# CONFIG_SCSI_DMX3191D is not set
39113 +# CONFIG_SCSI_EATA is not set
39114 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
39115 +# CONFIG_SCSI_GDTH is not set
39116 +# CONFIG_SCSI_IPS is not set
39117 +# CONFIG_SCSI_INITIO is not set
39118 +# CONFIG_SCSI_INIA100 is not set
39119 +# CONFIG_SCSI_MVSAS is not set
39120 +# CONFIG_SCSI_STEX is not set
39121 +# CONFIG_SCSI_SYM53C8XX_2 is not set
39122 +# CONFIG_SCSI_IPR is not set
39123 +# CONFIG_SCSI_QLOGIC_1280 is not set
39124 +# CONFIG_SCSI_QLA_FC is not set
39125 +# CONFIG_SCSI_QLA_ISCSI is not set
39126 +# CONFIG_SCSI_LPFC is not set
39127 +# CONFIG_SCSI_DC395x is not set
39128 +# CONFIG_SCSI_DC390T is not set
39129 +# CONFIG_SCSI_NSP32 is not set
39130 +# CONFIG_SCSI_DEBUG is not set
39131 +# CONFIG_SCSI_SRP is not set
39132 +CONFIG_ATA=y
39133 +# CONFIG_ATA_NONSTANDARD is not set
39134 +CONFIG_SATA_AHCI=y
39135 +# CONFIG_SATA_SVW is not set
39136 +# CONFIG_ATA_PIIX is not set
39137 +# CONFIG_SATA_MV is not set
39138 +# CONFIG_SATA_NV is not set
39139 +# CONFIG_PDC_ADMA is not set
39140 +# CONFIG_SATA_QSTOR is not set
39141 +# CONFIG_SATA_PROMISE is not set
39142 +# CONFIG_SATA_SX4 is not set
39143 +# CONFIG_SATA_SIL is not set
39144 +# CONFIG_SATA_SIL24 is not set
39145 +# CONFIG_SATA_SIS is not set
39146 +# CONFIG_SATA_ULI is not set
39147 +# CONFIG_SATA_VIA is not set
39148 +# CONFIG_SATA_VITESSE is not set
39149 +# CONFIG_SATA_INIC162X is not set
39150 +# CONFIG_SATA_FSL is not set
39151 +CONFIG_PATA_ALI=y
39152 +# CONFIG_PATA_AMD is not set
39153 +# CONFIG_PATA_ARTOP is not set
39154 +# CONFIG_PATA_ATIIXP is not set
39155 +# CONFIG_PATA_CMD640_PCI is not set
39156 +# CONFIG_PATA_CMD64X is not set
39157 +# CONFIG_PATA_CS5520 is not set
39158 +# CONFIG_PATA_CS5530 is not set
39159 +# CONFIG_PATA_CYPRESS is not set
39160 +# CONFIG_PATA_EFAR is not set
39161 +# CONFIG_ATA_GENERIC is not set
39162 +# CONFIG_PATA_HPT366 is not set
39163 +# CONFIG_PATA_HPT37X is not set
39164 +# CONFIG_PATA_HPT3X2N is not set
39165 +# CONFIG_PATA_HPT3X3 is not set
39166 +# CONFIG_PATA_IT821X is not set
39167 +# CONFIG_PATA_IT8213 is not set
39168 +# CONFIG_PATA_JMICRON is not set
39169 +# CONFIG_PATA_TRIFLEX is not set
39170 +# CONFIG_PATA_MARVELL is not set
39171 +# CONFIG_PATA_MPIIX is not set
39172 +# CONFIG_PATA_OLDPIIX is not set
39173 +# CONFIG_PATA_NETCELL is not set
39174 +# CONFIG_PATA_NINJA32 is not set
39175 +# CONFIG_PATA_NS87410 is not set
39176 +# CONFIG_PATA_NS87415 is not set
39177 +# CONFIG_PATA_OPTI is not set
39178 +# CONFIG_PATA_OPTIDMA is not set
39179 +# CONFIG_PATA_PDC_OLD is not set
39180 +# CONFIG_PATA_RADISYS is not set
39181 +# CONFIG_PATA_RZ1000 is not set
39182 +# CONFIG_PATA_SC1200 is not set
39183 +# CONFIG_PATA_SERVERWORKS is not set
39184 +# CONFIG_PATA_PDC2027X is not set
39185 +# CONFIG_PATA_SIL680 is not set
39186 +# CONFIG_PATA_SIS is not set
39187 +# CONFIG_PATA_VIA is not set
39188 +# CONFIG_PATA_WINBOND is not set
39189 +# CONFIG_PATA_PLATFORM is not set
39190 +# CONFIG_MD is not set
39191 +# CONFIG_FUSION is not set
39192 +
39193 +#
39194 +# IEEE 1394 (FireWire) support
39195 +#
39196 +# CONFIG_FIREWIRE is not set
39197 +# CONFIG_IEEE1394 is not set
39198 +# CONFIG_I2O is not set
39199 +# CONFIG_MACINTOSH_DRIVERS is not set
39200 +CONFIG_NETDEVICES=y
39201 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
39202 +CONFIG_DUMMY=y
39203 +# CONFIG_BONDING is not set
39204 +# CONFIG_MACVLAN is not set
39205 +# CONFIG_EQUALIZER is not set
39206 +# CONFIG_TUN is not set
39207 +# CONFIG_VETH is not set
39208 +# CONFIG_ARCNET is not set
39209 +CONFIG_PHYLIB=y
39210 +
39211 +#
39212 +# MII PHY device drivers
39213 +#
39214 +# CONFIG_MARVELL_PHY is not set
39215 +# CONFIG_DAVICOM_PHY is not set
39216 +# CONFIG_QSEMI_PHY is not set
39217 +# CONFIG_LXT_PHY is not set
39218 +# CONFIG_CICADA_PHY is not set
39219 +CONFIG_VITESSE_PHY=y
39220 +# CONFIG_SMSC_PHY is not set
39221 +# CONFIG_BROADCOM_PHY is not set
39222 +# CONFIG_ICPLUS_PHY is not set
39223 +# CONFIG_REALTEK_PHY is not set
39224 +# CONFIG_FIXED_PHY is not set
39225 +# CONFIG_MDIO_BITBANG is not set
39226 +CONFIG_NET_ETHERNET=y
39227 +CONFIG_MII=y
39228 +# CONFIG_HAPPYMEAL is not set
39229 +# CONFIG_SUNGEM is not set
39230 +# CONFIG_CASSINI is not set
39231 +# CONFIG_NET_VENDOR_3COM is not set
39232 +# CONFIG_NET_TULIP is not set
39233 +# CONFIG_HP100 is not set
39234 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
39235 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
39236 +# CONFIG_IBM_NEW_EMAC_TAH is not set
39237 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
39238 +# CONFIG_NET_PCI is not set
39239 +# CONFIG_B44 is not set
39240 +CONFIG_NETDEV_1000=y
39241 +# CONFIG_ACENIC is not set
39242 +# CONFIG_DL2K is not set
39243 +# CONFIG_E1000 is not set
39244 +# CONFIG_E1000E is not set
39245 +# CONFIG_E1000E_ENABLED is not set
39246 +# CONFIG_IP1000 is not set
39247 +# CONFIG_IGB is not set
39248 +# CONFIG_NS83820 is not set
39249 +# CONFIG_HAMACHI is not set
39250 +# CONFIG_YELLOWFIN is not set
39251 +# CONFIG_R8169 is not set
39252 +# CONFIG_SIS190 is not set
39253 +# CONFIG_SKGE is not set
39254 +# CONFIG_SKY2 is not set
39255 +# CONFIG_SK98LIN is not set
39256 +# CONFIG_VIA_VELOCITY is not set
39257 +# CONFIG_TIGON3 is not set
39258 +# CONFIG_BNX2 is not set
39259 +CONFIG_GIANFAR=y
39260 +CONFIG_GFAR_NAPI=y
39261 +# CONFIG_QLA3XXX is not set
39262 +# CONFIG_ATL1 is not set
39263 +CONFIG_NETDEV_10000=y
39264 +# CONFIG_CHELSIO_T1 is not set
39265 +# CONFIG_CHELSIO_T3 is not set
39266 +# CONFIG_IXGBE is not set
39267 +# CONFIG_IXGB is not set
39268 +# CONFIG_S2IO is not set
39269 +# CONFIG_MYRI10GE is not set
39270 +# CONFIG_NETXEN_NIC is not set
39271 +# CONFIG_NIU is not set
39272 +# CONFIG_MLX4_CORE is not set
39273 +# CONFIG_TEHUTI is not set
39274 +# CONFIG_BNX2X is not set
39275 +# CONFIG_TR is not set
39276 +
39277 +#
39278 +# Wireless LAN
39279 +#
39280 +# CONFIG_WLAN_PRE80211 is not set
39281 +# CONFIG_WLAN_80211 is not set
39282 +
39283 +#
39284 +# USB Network Adapters
39285 +#
39286 +# CONFIG_USB_CATC is not set
39287 +# CONFIG_USB_KAWETH is not set
39288 +# CONFIG_USB_PEGASUS is not set
39289 +# CONFIG_USB_RTL8150 is not set
39290 +# CONFIG_USB_USBNET is not set
39291 +# CONFIG_WAN is not set
39292 +# CONFIG_FDDI is not set
39293 +# CONFIG_HIPPI is not set
39294 +# CONFIG_PPP is not set
39295 +# CONFIG_SLIP is not set
39296 +# CONFIG_NET_FC is not set
39297 +# CONFIG_NETCONSOLE is not set
39298 +# CONFIG_NETPOLL is not set
39299 +# CONFIG_NET_POLL_CONTROLLER is not set
39300 +# CONFIG_ISDN is not set
39301 +# CONFIG_PHONE is not set
39302 +
39303 +#
39304 +# Input device support
39305 +#
39306 +CONFIG_INPUT=y
39307 +# CONFIG_INPUT_FF_MEMLESS is not set
39308 +# CONFIG_INPUT_POLLDEV is not set
39309 +
39310 +#
39311 +# Userland interfaces
39312 +#
39313 +# CONFIG_INPUT_MOUSEDEV is not set
39314 +# CONFIG_INPUT_JOYDEV is not set
39315 +# CONFIG_INPUT_EVDEV is not set
39316 +# CONFIG_INPUT_EVBUG is not set
39317 +
39318 +#
39319 +# Input Device Drivers
39320 +#
39321 +# CONFIG_INPUT_KEYBOARD is not set
39322 +# CONFIG_INPUT_MOUSE is not set
39323 +# CONFIG_INPUT_JOYSTICK is not set
39324 +# CONFIG_INPUT_TABLET is not set
39325 +# CONFIG_INPUT_TOUCHSCREEN is not set
39326 +# CONFIG_INPUT_MISC is not set
39327 +
39328 +#
39329 +# Hardware I/O ports
39330 +#
39331 +CONFIG_SERIO=y
39332 +CONFIG_SERIO_I8042=y
39333 +CONFIG_SERIO_SERPORT=y
39334 +# CONFIG_SERIO_PCIPS2 is not set
39335 +CONFIG_SERIO_LIBPS2=y
39336 +# CONFIG_SERIO_RAW is not set
39337 +# CONFIG_GAMEPORT is not set
39338 +
39339 +#
39340 +# Character devices
39341 +#
39342 +CONFIG_VT=y
39343 +CONFIG_VT_CONSOLE=y
39344 +CONFIG_HW_CONSOLE=y
39345 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
39346 +# CONFIG_SERIAL_NONSTANDARD is not set
39347 +# CONFIG_NOZOMI is not set
39348 +
39349 +#
39350 +# Serial drivers
39351 +#
39352 +CONFIG_SERIAL_8250=y
39353 +CONFIG_SERIAL_8250_CONSOLE=y
39354 +CONFIG_SERIAL_8250_PCI=y
39355 +CONFIG_SERIAL_8250_NR_UARTS=2
39356 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
39357 +CONFIG_SERIAL_8250_EXTENDED=y
39358 +CONFIG_SERIAL_8250_MANY_PORTS=y
39359 +CONFIG_SERIAL_8250_SHARE_IRQ=y
39360 +CONFIG_SERIAL_8250_DETECT_IRQ=y
39361 +CONFIG_SERIAL_8250_RSA=y
39362 +
39363 +#
39364 +# Non-8250 serial port support
39365 +#
39366 +# CONFIG_SERIAL_UARTLITE is not set
39367 +CONFIG_SERIAL_CORE=y
39368 +CONFIG_SERIAL_CORE_CONSOLE=y
39369 +# CONFIG_SERIAL_JSM is not set
39370 +# CONFIG_SERIAL_OF_PLATFORM is not set
39371 +CONFIG_UNIX98_PTYS=y
39372 +CONFIG_LEGACY_PTYS=y
39373 +CONFIG_LEGACY_PTY_COUNT=256
39374 +# CONFIG_IPMI_HANDLER is not set
39375 +# CONFIG_HW_RANDOM is not set
39376 +CONFIG_NVRAM=y
39377 +# CONFIG_GEN_RTC is not set
39378 +# CONFIG_R3964 is not set
39379 +# CONFIG_APPLICOM is not set
39380 +# CONFIG_RAW_DRIVER is not set
39381 +# CONFIG_TCG_TPM is not set
39382 +CONFIG_DEVPORT=y
39383 +CONFIG_I2C=y
39384 +CONFIG_I2C_BOARDINFO=y
39385 +# CONFIG_I2C_CHARDEV is not set
39386 +
39387 +#
39388 +# I2C Algorithms
39389 +#
39390 +# CONFIG_I2C_ALGOBIT is not set
39391 +# CONFIG_I2C_ALGOPCF is not set
39392 +# CONFIG_I2C_ALGOPCA is not set
39393 +
39394 +#
39395 +# I2C Hardware Bus support
39396 +#
39397 +# CONFIG_I2C_ALI1535 is not set
39398 +# CONFIG_I2C_ALI1563 is not set
39399 +# CONFIG_I2C_ALI15X3 is not set
39400 +# CONFIG_I2C_AMD756 is not set
39401 +# CONFIG_I2C_AMD8111 is not set
39402 +# CONFIG_I2C_I801 is not set
39403 +# CONFIG_I2C_I810 is not set
39404 +# CONFIG_I2C_PIIX4 is not set
39405 +CONFIG_I2C_MPC=y
39406 +# CONFIG_I2C_NFORCE2 is not set
39407 +# CONFIG_I2C_OCORES is not set
39408 +# CONFIG_I2C_PARPORT_LIGHT is not set
39409 +# CONFIG_I2C_PROSAVAGE is not set
39410 +# CONFIG_I2C_SAVAGE4 is not set
39411 +# CONFIG_I2C_SIMTEC is not set
39412 +# CONFIG_I2C_SIS5595 is not set
39413 +# CONFIG_I2C_SIS630 is not set
39414 +# CONFIG_I2C_SIS96X is not set
39415 +# CONFIG_I2C_TAOS_EVM is not set
39416 +# CONFIG_I2C_STUB is not set
39417 +# CONFIG_I2C_TINY_USB is not set
39418 +# CONFIG_I2C_VIA is not set
39419 +# CONFIG_I2C_VIAPRO is not set
39420 +# CONFIG_I2C_VOODOO3 is not set
39421 +
39422 +#
39423 +# Miscellaneous I2C Chip support
39424 +#
39425 +# CONFIG_DS1682 is not set
39426 +CONFIG_SENSORS_EEPROM=y
39427 +# CONFIG_SENSORS_PCF8574 is not set
39428 +# CONFIG_PCF8575 is not set
39429 +# CONFIG_SENSORS_PCF8591 is not set
39430 +# CONFIG_TPS65010 is not set
39431 +# CONFIG_SENSORS_MAX6875 is not set
39432 +# CONFIG_SENSORS_TSL2550 is not set
39433 +# CONFIG_I2C_DEBUG_CORE is not set
39434 +# CONFIG_I2C_DEBUG_ALGO is not set
39435 +# CONFIG_I2C_DEBUG_BUS is not set
39436 +# CONFIG_I2C_DEBUG_CHIP is not set
39437 +
39438 +#
39439 +# SPI support
39440 +#
39441 +# CONFIG_SPI is not set
39442 +# CONFIG_SPI_MASTER is not set
39443 +# CONFIG_W1 is not set
39444 +# CONFIG_POWER_SUPPLY is not set
39445 +# CONFIG_HWMON is not set
39446 +# CONFIG_THERMAL is not set
39447 +# CONFIG_WATCHDOG is not set
39448 +
39449 +#
39450 +# Sonics Silicon Backplane
39451 +#
39452 +CONFIG_SSB_POSSIBLE=y
39453 +# CONFIG_SSB is not set
39454 +
39455 +#
39456 +# Multifunction device drivers
39457 +#
39458 +# CONFIG_MFD_SM501 is not set
39459 +
39460 +#
39461 +# Multimedia devices
39462 +#
39463 +# CONFIG_VIDEO_DEV is not set
39464 +CONFIG_DVB_CORE=m
39465 +# CONFIG_DVB_CORE_ATTACH is not set
39466 +CONFIG_DVB_CAPTURE_DRIVERS=y
39467 +
39468 +#
39469 +# Supported SAA7146 based PCI Adapters
39470 +#
39471 +# CONFIG_TTPCI_EEPROM is not set
39472 +# CONFIG_DVB_BUDGET_CORE is not set
39473 +
39474 +#
39475 +# Supported USB Adapters
39476 +#
39477 +# CONFIG_DVB_USB is not set
39478 +# CONFIG_DVB_TTUSB_BUDGET is not set
39479 +# CONFIG_DVB_TTUSB_DEC is not set
39480 +# CONFIG_DVB_CINERGYT2 is not set
39481 +
39482 +#
39483 +# Supported FlexCopII (B2C2) Adapters
39484 +#
39485 +# CONFIG_DVB_B2C2_FLEXCOP is not set
39486 +
39487 +#
39488 +# Supported BT878 Adapters
39489 +#
39490 +
39491 +#
39492 +# Supported Pluto2 Adapters
39493 +#
39494 +# CONFIG_DVB_PLUTO2 is not set
39495 +
39496 +#
39497 +# Supported DVB Frontends
39498 +#
39499 +
39500 +#
39501 +# Customise DVB Frontends
39502 +#
39503 +# CONFIG_DVB_FE_CUSTOMISE is not set
39504 +
39505 +#
39506 +# DVB-S (satellite) frontends
39507 +#
39508 +# CONFIG_DVB_STV0299 is not set
39509 +# CONFIG_DVB_CX24110 is not set
39510 +# CONFIG_DVB_CX24123 is not set
39511 +# CONFIG_DVB_TDA8083 is not set
39512 +# CONFIG_DVB_MT312 is not set
39513 +# CONFIG_DVB_VES1X93 is not set
39514 +# CONFIG_DVB_S5H1420 is not set
39515 +# CONFIG_DVB_TDA10086 is not set
39516 +
39517 +#
39518 +# DVB-T (terrestrial) frontends
39519 +#
39520 +# CONFIG_DVB_SP8870 is not set
39521 +# CONFIG_DVB_SP887X is not set
39522 +# CONFIG_DVB_CX22700 is not set
39523 +# CONFIG_DVB_CX22702 is not set
39524 +# CONFIG_DVB_L64781 is not set
39525 +# CONFIG_DVB_TDA1004X is not set
39526 +# CONFIG_DVB_NXT6000 is not set
39527 +# CONFIG_DVB_MT352 is not set
39528 +# CONFIG_DVB_ZL10353 is not set
39529 +# CONFIG_DVB_DIB3000MB is not set
39530 +# CONFIG_DVB_DIB3000MC is not set
39531 +# CONFIG_DVB_DIB7000M is not set
39532 +# CONFIG_DVB_DIB7000P is not set
39533 +
39534 +#
39535 +# DVB-C (cable) frontends
39536 +#
39537 +# CONFIG_DVB_VES1820 is not set
39538 +# CONFIG_DVB_TDA10021 is not set
39539 +# CONFIG_DVB_TDA10023 is not set
39540 +# CONFIG_DVB_STV0297 is not set
39541 +
39542 +#
39543 +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
39544 +#
39545 +# CONFIG_DVB_NXT200X is not set
39546 +# CONFIG_DVB_OR51211 is not set
39547 +# CONFIG_DVB_OR51132 is not set
39548 +# CONFIG_DVB_BCM3510 is not set
39549 +# CONFIG_DVB_LGDT330X is not set
39550 +# CONFIG_DVB_S5H1409 is not set
39551 +
39552 +#
39553 +# Tuners/PLL support
39554 +#
39555 +# CONFIG_DVB_PLL is not set
39556 +# CONFIG_DVB_TDA826X is not set
39557 +# CONFIG_DVB_TDA827X is not set
39558 +# CONFIG_DVB_TDA18271 is not set
39559 +# CONFIG_DVB_TUNER_QT1010 is not set
39560 +# CONFIG_DVB_TUNER_MT2060 is not set
39561 +# CONFIG_DVB_TUNER_MT2266 is not set
39562 +# CONFIG_DVB_TUNER_MT2131 is not set
39563 +# CONFIG_DVB_TUNER_DIB0070 is not set
39564 +# CONFIG_DVB_TUNER_XC5000 is not set
39565 +
39566 +#
39567 +# Miscellaneous devices
39568 +#
39569 +# CONFIG_DVB_LNBP21 is not set
39570 +# CONFIG_DVB_ISL6421 is not set
39571 +# CONFIG_DVB_TUA6100 is not set
39572 +CONFIG_DAB=y
39573 +# CONFIG_USB_DABUSB is not set
39574 +
39575 +#
39576 +# Graphics support
39577 +#
39578 +# CONFIG_AGP is not set
39579 +# CONFIG_DRM is not set
39580 +# CONFIG_VGASTATE is not set
39581 +CONFIG_VIDEO_OUTPUT_CONTROL=y
39582 +# CONFIG_FB is not set
39583 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
39584 +
39585 +#
39586 +# Display device support
39587 +#
39588 +# CONFIG_DISPLAY_SUPPORT is not set
39589 +
39590 +#
39591 +# Console display driver support
39592 +#
39593 +CONFIG_VGA_CONSOLE=y
39594 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
39595 +CONFIG_DUMMY_CONSOLE=y
39596 +
39597 +#
39598 +# Sound
39599 +#
39600 +CONFIG_SOUND=y
39601 +
39602 +#
39603 +# Advanced Linux Sound Architecture
39604 +#
39605 +CONFIG_SND=y
39606 +CONFIG_SND_TIMER=y
39607 +CONFIG_SND_PCM=y
39608 +# CONFIG_SND_SEQUENCER is not set
39609 +# CONFIG_SND_MIXER_OSS is not set
39610 +# CONFIG_SND_PCM_OSS is not set
39611 +# CONFIG_SND_DYNAMIC_MINORS is not set
39612 +CONFIG_SND_SUPPORT_OLD_API=y
39613 +CONFIG_SND_VERBOSE_PROCFS=y
39614 +# CONFIG_SND_VERBOSE_PRINTK is not set
39615 +# CONFIG_SND_DEBUG is not set
39616 +
39617 +#
39618 +# Generic devices
39619 +#
39620 +CONFIG_SND_AC97_CODEC=y
39621 +# CONFIG_SND_DUMMY is not set
39622 +# CONFIG_SND_MTPAV is not set
39623 +# CONFIG_SND_SERIAL_U16550 is not set
39624 +# CONFIG_SND_MPU401 is not set
39625 +
39626 +#
39627 +# PCI devices
39628 +#
39629 +# CONFIG_SND_AD1889 is not set
39630 +# CONFIG_SND_ALS300 is not set
39631 +# CONFIG_SND_ALS4000 is not set
39632 +# CONFIG_SND_ALI5451 is not set
39633 +# CONFIG_SND_ATIIXP is not set
39634 +# CONFIG_SND_ATIIXP_MODEM is not set
39635 +# CONFIG_SND_AU8810 is not set
39636 +# CONFIG_SND_AU8820 is not set
39637 +# CONFIG_SND_AU8830 is not set
39638 +# CONFIG_SND_AZT3328 is not set
39639 +# CONFIG_SND_BT87X is not set
39640 +# CONFIG_SND_CA0106 is not set
39641 +# CONFIG_SND_CMIPCI is not set
39642 +# CONFIG_SND_OXYGEN is not set
39643 +# CONFIG_SND_CS4281 is not set
39644 +# CONFIG_SND_CS46XX is not set
39645 +# CONFIG_SND_CS5530 is not set
39646 +# CONFIG_SND_DARLA20 is not set
39647 +# CONFIG_SND_GINA20 is not set
39648 +# CONFIG_SND_LAYLA20 is not set
39649 +# CONFIG_SND_DARLA24 is not set
39650 +# CONFIG_SND_GINA24 is not set
39651 +# CONFIG_SND_LAYLA24 is not set
39652 +# CONFIG_SND_MONA is not set
39653 +# CONFIG_SND_MIA is not set
39654 +# CONFIG_SND_ECHO3G is not set
39655 +# CONFIG_SND_INDIGO is not set
39656 +# CONFIG_SND_INDIGOIO is not set
39657 +# CONFIG_SND_INDIGODJ is not set
39658 +# CONFIG_SND_EMU10K1 is not set
39659 +# CONFIG_SND_EMU10K1X is not set
39660 +# CONFIG_SND_ENS1370 is not set
39661 +# CONFIG_SND_ENS1371 is not set
39662 +# CONFIG_SND_ES1938 is not set
39663 +# CONFIG_SND_ES1968 is not set
39664 +# CONFIG_SND_FM801 is not set
39665 +# CONFIG_SND_HDA_INTEL is not set
39666 +# CONFIG_SND_HDSP is not set
39667 +# CONFIG_SND_HDSPM is not set
39668 +# CONFIG_SND_HIFIER is not set
39669 +# CONFIG_SND_ICE1712 is not set
39670 +# CONFIG_SND_ICE1724 is not set
39671 +CONFIG_SND_INTEL8X0=y
39672 +# CONFIG_SND_INTEL8X0M is not set
39673 +# CONFIG_SND_KORG1212 is not set
39674 +# CONFIG_SND_MAESTRO3 is not set
39675 +# CONFIG_SND_MIXART is not set
39676 +# CONFIG_SND_NM256 is not set
39677 +# CONFIG_SND_PCXHR is not set
39678 +# CONFIG_SND_RIPTIDE is not set
39679 +# CONFIG_SND_RME32 is not set
39680 +# CONFIG_SND_RME96 is not set
39681 +# CONFIG_SND_RME9652 is not set
39682 +# CONFIG_SND_SONICVIBES is not set
39683 +# CONFIG_SND_TRIDENT is not set
39684 +# CONFIG_SND_VIA82XX is not set
39685 +# CONFIG_SND_VIA82XX_MODEM is not set
39686 +# CONFIG_SND_VIRTUOSO is not set
39687 +# CONFIG_SND_VX222 is not set
39688 +# CONFIG_SND_YMFPCI is not set
39689 +# CONFIG_SND_AC97_POWER_SAVE is not set
39690 +
39691 +#
39692 +# ALSA PowerMac devices
39693 +#
39694 +
39695 +#
39696 +# ALSA PowerPC devices
39697 +#
39698 +
39699 +#
39700 +# USB devices
39701 +#
39702 +# CONFIG_SND_USB_AUDIO is not set
39703 +# CONFIG_SND_USB_USX2Y is not set
39704 +# CONFIG_SND_USB_CAIAQ is not set
39705 +
39706 +#
39707 +# System on Chip audio support
39708 +#
39709 +# CONFIG_SND_SOC is not set
39710 +
39711 +#
39712 +# SoC Audio support for SuperH
39713 +#
39714 +
39715 +#
39716 +# ALSA SoC audio for Freescale SOCs
39717 +#
39718 +
39719 +#
39720 +# Open Sound System
39721 +#
39722 +# CONFIG_SOUND_PRIME is not set
39723 +CONFIG_AC97_BUS=y
39724 +CONFIG_HID_SUPPORT=y
39725 +CONFIG_HID=y
39726 +# CONFIG_HID_DEBUG is not set
39727 +# CONFIG_HIDRAW is not set
39728 +
39729 +#
39730 +# USB Input Devices
39731 +#
39732 +CONFIG_USB_HID=y
39733 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
39734 +# CONFIG_HID_FF is not set
39735 +# CONFIG_USB_HIDDEV is not set
39736 +CONFIG_USB_SUPPORT=y
39737 +CONFIG_USB_ARCH_HAS_HCD=y
39738 +CONFIG_USB_ARCH_HAS_OHCI=y
39739 +CONFIG_USB_ARCH_HAS_EHCI=y
39740 +CONFIG_USB=y
39741 +# CONFIG_USB_DEBUG is not set
39742 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
39743 +
39744 +#
39745 +# Miscellaneous USB options
39746 +#
39747 +CONFIG_USB_DEVICEFS=y
39748 +CONFIG_USB_DEVICE_CLASS=y
39749 +# CONFIG_USB_DYNAMIC_MINORS is not set
39750 +# CONFIG_USB_OTG is not set
39751 +
39752 +#
39753 +# USB Host Controller Drivers
39754 +#
39755 +CONFIG_USB_EHCI_HCD=y
39756 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
39757 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
39758 +# CONFIG_USB_EHCI_FSL is not set
39759 +CONFIG_USB_EHCI_HCD_PPC_OF=y
39760 +# CONFIG_USB_ISP116X_HCD is not set
39761 +CONFIG_USB_OHCI_HCD=y
39762 +CONFIG_USB_OHCI_HCD_PPC_OF=y
39763 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
39764 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
39765 +CONFIG_USB_OHCI_HCD_PCI=y
39766 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
39767 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
39768 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
39769 +# CONFIG_USB_UHCI_HCD is not set
39770 +# CONFIG_USB_SL811_HCD is not set
39771 +# CONFIG_USB_R8A66597_HCD is not set
39772 +
39773 +#
39774 +# USB Device Class drivers
39775 +#
39776 +# CONFIG_USB_ACM is not set
39777 +# CONFIG_USB_PRINTER is not set
39778 +
39779 +#
39780 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
39781 +#
39782 +
39783 +#
39784 +# may also be needed; see USB_STORAGE Help for more information
39785 +#
39786 +CONFIG_USB_STORAGE=y
39787 +# CONFIG_USB_STORAGE_DEBUG is not set
39788 +# CONFIG_USB_STORAGE_DATAFAB is not set
39789 +# CONFIG_USB_STORAGE_FREECOM is not set
39790 +# CONFIG_USB_STORAGE_ISD200 is not set
39791 +# CONFIG_USB_STORAGE_DPCM is not set
39792 +# CONFIG_USB_STORAGE_USBAT is not set
39793 +# CONFIG_USB_STORAGE_SDDR09 is not set
39794 +# CONFIG_USB_STORAGE_SDDR55 is not set
39795 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
39796 +# CONFIG_USB_STORAGE_ALAUDA is not set
39797 +# CONFIG_USB_STORAGE_KARMA is not set
39798 +# CONFIG_USB_LIBUSUAL is not set
39799 +
39800 +#
39801 +# USB Imaging devices
39802 +#
39803 +# CONFIG_USB_MDC800 is not set
39804 +# CONFIG_USB_MICROTEK is not set
39805 +CONFIG_USB_MON=y
39806 +
39807 +#
39808 +# USB port drivers
39809 +#
39810 +# CONFIG_USB_SERIAL is not set
39811 +
39812 +#
39813 +# USB Miscellaneous drivers
39814 +#
39815 +# CONFIG_USB_EMI62 is not set
39816 +# CONFIG_USB_EMI26 is not set
39817 +# CONFIG_USB_ADUTUX is not set
39818 +# CONFIG_USB_AUERSWALD is not set
39819 +# CONFIG_USB_RIO500 is not set
39820 +# CONFIG_USB_LEGOTOWER is not set
39821 +# CONFIG_USB_LCD is not set
39822 +# CONFIG_USB_BERRY_CHARGE is not set
39823 +# CONFIG_USB_LED is not set
39824 +# CONFIG_USB_CYPRESS_CY7C63 is not set
39825 +# CONFIG_USB_CYTHERM is not set
39826 +# CONFIG_USB_PHIDGET is not set
39827 +# CONFIG_USB_IDMOUSE is not set
39828 +# CONFIG_USB_FTDI_ELAN is not set
39829 +# CONFIG_USB_APPLEDISPLAY is not set
39830 +# CONFIG_USB_SISUSBVGA is not set
39831 +# CONFIG_USB_LD is not set
39832 +# CONFIG_USB_TRANCEVIBRATOR is not set
39833 +# CONFIG_USB_IOWARRIOR is not set
39834 +# CONFIG_USB_TEST is not set
39835 +# CONFIG_USB_GADGET is not set
39836 +# CONFIG_MMC is not set
39837 +# CONFIG_MEMSTICK is not set
39838 +# CONFIG_NEW_LEDS is not set
39839 +# CONFIG_INFINIBAND is not set
39840 +# CONFIG_EDAC is not set
39841 +CONFIG_RTC_LIB=y
39842 +CONFIG_RTC_CLASS=y
39843 +CONFIG_RTC_HCTOSYS=y
39844 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
39845 +# CONFIG_RTC_DEBUG is not set
39846 +
39847 +#
39848 +# RTC interfaces
39849 +#
39850 +CONFIG_RTC_INTF_SYSFS=y
39851 +CONFIG_RTC_INTF_PROC=y
39852 +CONFIG_RTC_INTF_DEV=y
39853 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
39854 +# CONFIG_RTC_DRV_TEST is not set
39855 +
39856 +#
39857 +# I2C RTC drivers
39858 +#
39859 +# CONFIG_RTC_DRV_DS1307 is not set
39860 +# CONFIG_RTC_DRV_DS1374 is not set
39861 +# CONFIG_RTC_DRV_DS1672 is not set
39862 +# CONFIG_RTC_DRV_MAX6900 is not set
39863 +# CONFIG_RTC_DRV_RS5C372 is not set
39864 +# CONFIG_RTC_DRV_ISL1208 is not set
39865 +# CONFIG_RTC_DRV_X1205 is not set
39866 +# CONFIG_RTC_DRV_PCF8563 is not set
39867 +# CONFIG_RTC_DRV_PCF8583 is not set
39868 +# CONFIG_RTC_DRV_M41T80 is not set
39869 +# CONFIG_RTC_DRV_S35390A is not set
39870 +
39871 +#
39872 +# SPI RTC drivers
39873 +#
39874 +
39875 +#
39876 +# Platform RTC drivers
39877 +#
39878 +CONFIG_RTC_DRV_CMOS=y
39879 +# CONFIG_RTC_DRV_DS1511 is not set
39880 +# CONFIG_RTC_DRV_DS1553 is not set
39881 +# CONFIG_RTC_DRV_DS1742 is not set
39882 +# CONFIG_RTC_DRV_STK17TA8 is not set
39883 +# CONFIG_RTC_DRV_M48T86 is not set
39884 +# CONFIG_RTC_DRV_M48T59 is not set
39885 +# CONFIG_RTC_DRV_V3020 is not set
39886 +
39887 +#
39888 +# on-CPU RTC drivers
39889 +#
39890 +# CONFIG_DMADEVICES is not set
39891 +
39892 +#
39893 +# Userspace I/O
39894 +#
39895 +# CONFIG_UIO is not set
39896 +
39897 +#
39898 +# File systems
39899 +#
39900 +CONFIG_EXT2_FS=y
39901 +# CONFIG_EXT2_FS_XATTR is not set
39902 +# CONFIG_EXT2_FS_XIP is not set
39903 +CONFIG_EXT3_FS=y
39904 +CONFIG_EXT3_FS_XATTR=y
39905 +# CONFIG_EXT3_FS_POSIX_ACL is not set
39906 +# CONFIG_EXT3_FS_SECURITY is not set
39907 +# CONFIG_EXT4DEV_FS is not set
39908 +CONFIG_JBD=y
39909 +CONFIG_FS_MBCACHE=y
39910 +# CONFIG_REISERFS_FS is not set
39911 +# CONFIG_JFS_FS is not set
39912 +# CONFIG_FS_POSIX_ACL is not set
39913 +# CONFIG_XFS_FS is not set
39914 +# CONFIG_GFS2_FS is not set
39915 +# CONFIG_OCFS2_FS is not set
39916 +CONFIG_DNOTIFY=y
39917 +CONFIG_INOTIFY=y
39918 +CONFIG_INOTIFY_USER=y
39919 +# CONFIG_QUOTA is not set
39920 +# CONFIG_AUTOFS_FS is not set
39921 +# CONFIG_AUTOFS4_FS is not set
39922 +# CONFIG_FUSE_FS is not set
39923 +
39924 +#
39925 +# CD-ROM/DVD Filesystems
39926 +#
39927 +CONFIG_ISO9660_FS=m
39928 +CONFIG_JOLIET=y
39929 +CONFIG_ZISOFS=y
39930 +CONFIG_UDF_FS=m
39931 +CONFIG_UDF_NLS=y
39932 +
39933 +#
39934 +# DOS/FAT/NT Filesystems
39935 +#
39936 +CONFIG_FAT_FS=y
39937 +CONFIG_MSDOS_FS=m
39938 +CONFIG_VFAT_FS=y
39939 +CONFIG_FAT_DEFAULT_CODEPAGE=437
39940 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
39941 +CONFIG_NTFS_FS=y
39942 +# CONFIG_NTFS_DEBUG is not set
39943 +# CONFIG_NTFS_RW is not set
39944 +
39945 +#
39946 +# Pseudo filesystems
39947 +#
39948 +CONFIG_PROC_FS=y
39949 +CONFIG_PROC_KCORE=y
39950 +CONFIG_PROC_SYSCTL=y
39951 +CONFIG_SYSFS=y
39952 +CONFIG_TMPFS=y
39953 +# CONFIG_TMPFS_POSIX_ACL is not set
39954 +# CONFIG_HUGETLB_PAGE is not set
39955 +# CONFIG_CONFIGFS_FS is not set
39956 +
39957 +#
39958 +# Miscellaneous filesystems
39959 +#
39960 +CONFIG_ADFS_FS=m
39961 +# CONFIG_ADFS_FS_RW is not set
39962 +CONFIG_AFFS_FS=m
39963 +CONFIG_HFS_FS=m
39964 +CONFIG_HFSPLUS_FS=m
39965 +CONFIG_BEFS_FS=m
39966 +# CONFIG_BEFS_DEBUG is not set
39967 +CONFIG_BFS_FS=m
39968 +CONFIG_EFS_FS=m
39969 +CONFIG_CRAMFS=y
39970 +CONFIG_VXFS_FS=m
39971 +# CONFIG_MINIX_FS is not set
39972 +CONFIG_HPFS_FS=m
39973 +CONFIG_QNX4FS_FS=m
39974 +# CONFIG_ROMFS_FS is not set
39975 +CONFIG_SYSV_FS=m
39976 +CONFIG_UFS_FS=m
39977 +# CONFIG_UFS_FS_WRITE is not set
39978 +# CONFIG_UFS_DEBUG is not set
39979 +CONFIG_NETWORK_FILESYSTEMS=y
39980 +CONFIG_NFS_FS=y
39981 +CONFIG_NFS_V3=y
39982 +# CONFIG_NFS_V3_ACL is not set
39983 +CONFIG_NFS_V4=y
39984 +# CONFIG_NFS_DIRECTIO is not set
39985 +CONFIG_NFSD=y
39986 +# CONFIG_NFSD_V3 is not set
39987 +CONFIG_NFSD_TCP=y
39988 +CONFIG_ROOT_NFS=y
39989 +CONFIG_LOCKD=y
39990 +CONFIG_LOCKD_V4=y
39991 +CONFIG_EXPORTFS=y
39992 +CONFIG_NFS_COMMON=y
39993 +CONFIG_SUNRPC=y
39994 +CONFIG_SUNRPC_GSS=y
39995 +# CONFIG_SUNRPC_BIND34 is not set
39996 +CONFIG_RPCSEC_GSS_KRB5=y
39997 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
39998 +# CONFIG_SMB_FS is not set
39999 +# CONFIG_CIFS is not set
40000 +# CONFIG_NCP_FS is not set
40001 +# CONFIG_CODA_FS is not set
40002 +# CONFIG_AFS_FS is not set
40003 +
40004 +#
40005 +# Partition Types
40006 +#
40007 +CONFIG_PARTITION_ADVANCED=y
40008 +# CONFIG_ACORN_PARTITION is not set
40009 +# CONFIG_OSF_PARTITION is not set
40010 +# CONFIG_AMIGA_PARTITION is not set
40011 +# CONFIG_ATARI_PARTITION is not set
40012 +CONFIG_MAC_PARTITION=y
40013 +CONFIG_MSDOS_PARTITION=y
40014 +# CONFIG_BSD_DISKLABEL is not set
40015 +# CONFIG_MINIX_SUBPARTITION is not set
40016 +# CONFIG_SOLARIS_X86_PARTITION is not set
40017 +# CONFIG_UNIXWARE_DISKLABEL is not set
40018 +# CONFIG_LDM_PARTITION is not set
40019 +# CONFIG_SGI_PARTITION is not set
40020 +# CONFIG_ULTRIX_PARTITION is not set
40021 +# CONFIG_SUN_PARTITION is not set
40022 +# CONFIG_KARMA_PARTITION is not set
40023 +# CONFIG_EFI_PARTITION is not set
40024 +# CONFIG_SYSV68_PARTITION is not set
40025 +CONFIG_NLS=y
40026 +CONFIG_NLS_DEFAULT="iso8859-1"
40027 +# CONFIG_NLS_CODEPAGE_437 is not set
40028 +# CONFIG_NLS_CODEPAGE_737 is not set
40029 +# CONFIG_NLS_CODEPAGE_775 is not set
40030 +# CONFIG_NLS_CODEPAGE_850 is not set
40031 +# CONFIG_NLS_CODEPAGE_852 is not set
40032 +# CONFIG_NLS_CODEPAGE_855 is not set
40033 +# CONFIG_NLS_CODEPAGE_857 is not set
40034 +# CONFIG_NLS_CODEPAGE_860 is not set
40035 +# CONFIG_NLS_CODEPAGE_861 is not set
40036 +# CONFIG_NLS_CODEPAGE_862 is not set
40037 +# CONFIG_NLS_CODEPAGE_863 is not set
40038 +# CONFIG_NLS_CODEPAGE_864 is not set
40039 +# CONFIG_NLS_CODEPAGE_865 is not set
40040 +# CONFIG_NLS_CODEPAGE_866 is not set
40041 +# CONFIG_NLS_CODEPAGE_869 is not set
40042 +# CONFIG_NLS_CODEPAGE_936 is not set
40043 +# CONFIG_NLS_CODEPAGE_950 is not set
40044 +# CONFIG_NLS_CODEPAGE_932 is not set
40045 +# CONFIG_NLS_CODEPAGE_949 is not set
40046 +# CONFIG_NLS_CODEPAGE_874 is not set
40047 +# CONFIG_NLS_ISO8859_8 is not set
40048 +# CONFIG_NLS_CODEPAGE_1250 is not set
40049 +# CONFIG_NLS_CODEPAGE_1251 is not set
40050 +# CONFIG_NLS_ASCII is not set
40051 +# CONFIG_NLS_ISO8859_1 is not set
40052 +# CONFIG_NLS_ISO8859_2 is not set
40053 +# CONFIG_NLS_ISO8859_3 is not set
40054 +# CONFIG_NLS_ISO8859_4 is not set
40055 +# CONFIG_NLS_ISO8859_5 is not set
40056 +# CONFIG_NLS_ISO8859_6 is not set
40057 +# CONFIG_NLS_ISO8859_7 is not set
40058 +# CONFIG_NLS_ISO8859_9 is not set
40059 +# CONFIG_NLS_ISO8859_13 is not set
40060 +# CONFIG_NLS_ISO8859_14 is not set
40061 +# CONFIG_NLS_ISO8859_15 is not set
40062 +# CONFIG_NLS_KOI8_R is not set
40063 +# CONFIG_NLS_KOI8_U is not set
40064 +CONFIG_NLS_UTF8=m
40065 +# CONFIG_DLM is not set
40066 +
40067 +#
40068 +# Library routines
40069 +#
40070 +CONFIG_BITREVERSE=y
40071 +# CONFIG_CRC_CCITT is not set
40072 +# CONFIG_CRC16 is not set
40073 +# CONFIG_CRC_ITU_T is not set
40074 +CONFIG_CRC32=y
40075 +# CONFIG_CRC7 is not set
40076 +CONFIG_LIBCRC32C=m
40077 +CONFIG_ZLIB_INFLATE=y
40078 +CONFIG_PLIST=y
40079 +CONFIG_HAS_IOMEM=y
40080 +CONFIG_HAS_IOPORT=y
40081 +CONFIG_HAS_DMA=y
40082 +
40083 +#
40084 +# Kernel hacking
40085 +#
40086 +# CONFIG_PRINTK_TIME is not set
40087 +CONFIG_ENABLE_WARN_DEPRECATED=y
40088 +CONFIG_ENABLE_MUST_CHECK=y
40089 +# CONFIG_MAGIC_SYSRQ is not set
40090 +# CONFIG_UNUSED_SYMBOLS is not set
40091 +# CONFIG_DEBUG_FS is not set
40092 +# CONFIG_HEADERS_CHECK is not set
40093 +CONFIG_DEBUG_KERNEL=y
40094 +# CONFIG_DEBUG_SHIRQ is not set
40095 +CONFIG_DETECT_SOFTLOCKUP=y
40096 +CONFIG_SCHED_DEBUG=y
40097 +# CONFIG_SCHEDSTATS is not set
40098 +# CONFIG_TIMER_STATS is not set
40099 +# CONFIG_SLUB_DEBUG_ON is not set
40100 +# CONFIG_SLUB_STATS is not set
40101 +# CONFIG_DEBUG_RT_MUTEXES is not set
40102 +# CONFIG_RT_MUTEX_TESTER is not set
40103 +# CONFIG_DEBUG_SPINLOCK is not set
40104 +# CONFIG_DEBUG_MUTEXES is not set
40105 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
40106 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
40107 +# CONFIG_DEBUG_KOBJECT is not set
40108 +# CONFIG_DEBUG_HIGHMEM is not set
40109 +# CONFIG_DEBUG_BUGVERBOSE is not set
40110 +CONFIG_DEBUG_INFO=y
40111 +# CONFIG_DEBUG_VM is not set
40112 +# CONFIG_DEBUG_LIST is not set
40113 +# CONFIG_DEBUG_SG is not set
40114 +# CONFIG_BOOT_PRINTK_DELAY is not set
40115 +# CONFIG_RCU_TORTURE_TEST is not set
40116 +# CONFIG_BACKTRACE_SELF_TEST is not set
40117 +# CONFIG_FAULT_INJECTION is not set
40118 +# CONFIG_SAMPLES is not set
40119 +# CONFIG_DEBUG_STACKOVERFLOW is not set
40120 +# CONFIG_DEBUG_STACK_USAGE is not set
40121 +# CONFIG_DEBUG_PAGEALLOC is not set
40122 +# CONFIG_DEBUGGER is not set
40123 +# CONFIG_BDI_SWITCH is not set
40124 +# CONFIG_PPC_EARLY_DEBUG is not set
40125 +
40126 +#
40127 +# Security options
40128 +#
40129 +# CONFIG_KEYS is not set
40130 +# CONFIG_SECURITY is not set
40131 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
40132 +CONFIG_CRYPTO=y
40133 +CONFIG_CRYPTO_ALGAPI=y
40134 +CONFIG_CRYPTO_BLKCIPHER=y
40135 +# CONFIG_CRYPTO_SEQIV is not set
40136 +CONFIG_CRYPTO_HASH=y
40137 +CONFIG_CRYPTO_MANAGER=y
40138 +CONFIG_CRYPTO_HMAC=y
40139 +# CONFIG_CRYPTO_XCBC is not set
40140 +# CONFIG_CRYPTO_NULL is not set
40141 +# CONFIG_CRYPTO_MD4 is not set
40142 +CONFIG_CRYPTO_MD5=y
40143 +CONFIG_CRYPTO_SHA1=m
40144 +# CONFIG_CRYPTO_SHA256 is not set
40145 +# CONFIG_CRYPTO_SHA512 is not set
40146 +# CONFIG_CRYPTO_WP512 is not set
40147 +# CONFIG_CRYPTO_TGR192 is not set
40148 +# CONFIG_CRYPTO_GF128MUL is not set
40149 +# CONFIG_CRYPTO_ECB is not set
40150 +CONFIG_CRYPTO_CBC=y
40151 +CONFIG_CRYPTO_PCBC=m
40152 +# CONFIG_CRYPTO_LRW is not set
40153 +# CONFIG_CRYPTO_XTS is not set
40154 +# CONFIG_CRYPTO_CTR is not set
40155 +# CONFIG_CRYPTO_GCM is not set
40156 +# CONFIG_CRYPTO_CCM is not set
40157 +# CONFIG_CRYPTO_CRYPTD is not set
40158 +CONFIG_CRYPTO_DES=y
40159 +# CONFIG_CRYPTO_FCRYPT is not set
40160 +# CONFIG_CRYPTO_BLOWFISH is not set
40161 +# CONFIG_CRYPTO_TWOFISH is not set
40162 +# CONFIG_CRYPTO_SERPENT is not set
40163 +# CONFIG_CRYPTO_AES is not set
40164 +# CONFIG_CRYPTO_CAST5 is not set
40165 +# CONFIG_CRYPTO_CAST6 is not set
40166 +# CONFIG_CRYPTO_TEA is not set
40167 +# CONFIG_CRYPTO_ARC4 is not set
40168 +# CONFIG_CRYPTO_KHAZAD is not set
40169 +# CONFIG_CRYPTO_ANUBIS is not set
40170 +# CONFIG_CRYPTO_SEED is not set
40171 +# CONFIG_CRYPTO_SALSA20 is not set
40172 +# CONFIG_CRYPTO_DEFLATE is not set
40173 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
40174 +# CONFIG_CRYPTO_CRC32C is not set
40175 +# CONFIG_CRYPTO_CAMELLIA is not set
40176 +# CONFIG_CRYPTO_TEST is not set
40177 +# CONFIG_CRYPTO_AUTHENC is not set
40178 +# CONFIG_CRYPTO_LZO is not set
40179 +CONFIG_CRYPTO_HW=y
40180 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
40181 +# CONFIG_PPC_CLOCK is not set
40182 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
40183 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig 1970-01-01 01:00:00.000000000 +0100
40184 +++ powerpc.git/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig 2008-04-19 16:40:52.000000000 +0200
40185 @@ -0,0 +1,935 @@
40186 +#
40187 +# Automatically generated make config: don't edit
40188 +# Linux kernel version: 2.6.25-rc6
40189 +# Mon Mar 24 08:48:30 2008
40190 +#
40191 +# CONFIG_PPC64 is not set
40192 +
40193 +#
40194 +# Processor support
40195 +#
40196 +# CONFIG_6xx is not set
40197 +CONFIG_PPC_85xx=y
40198 +# CONFIG_PPC_8xx is not set
40199 +# CONFIG_40x is not set
40200 +# CONFIG_44x is not set
40201 +# CONFIG_E200 is not set
40202 +CONFIG_E500=y
40203 +CONFIG_BOOKE=y
40204 +CONFIG_FSL_BOOKE=y
40205 +CONFIG_FSL_EMB_PERFMON=y
40206 +# CONFIG_PHYS_64BIT is not set
40207 +CONFIG_SPE=y
40208 +# CONFIG_PPC_MM_SLICES is not set
40209 +CONFIG_PPC32=y
40210 +CONFIG_WORD_SIZE=32
40211 +CONFIG_PPC_MERGE=y
40212 +CONFIG_MMU=y
40213 +CONFIG_GENERIC_CMOS_UPDATE=y
40214 +CONFIG_GENERIC_TIME=y
40215 +CONFIG_GENERIC_TIME_VSYSCALL=y
40216 +CONFIG_GENERIC_CLOCKEVENTS=y
40217 +CONFIG_GENERIC_HARDIRQS=y
40218 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
40219 +CONFIG_IRQ_PER_CPU=y
40220 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
40221 +CONFIG_ARCH_HAS_ILOG2_U32=y
40222 +CONFIG_GENERIC_HWEIGHT=y
40223 +CONFIG_GENERIC_CALIBRATE_DELAY=y
40224 +CONFIG_GENERIC_FIND_NEXT_BIT=y
40225 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
40226 +CONFIG_PPC=y
40227 +CONFIG_EARLY_PRINTK=y
40228 +CONFIG_GENERIC_NVRAM=y
40229 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
40230 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
40231 +CONFIG_PPC_OF=y
40232 +CONFIG_OF=y
40233 +CONFIG_PPC_UDBG_16550=y
40234 +# CONFIG_GENERIC_TBSYNC is not set
40235 +CONFIG_AUDIT_ARCH=y
40236 +CONFIG_GENERIC_BUG=y
40237 +CONFIG_DEFAULT_UIMAGE=y
40238 +# CONFIG_PPC_DCR_NATIVE is not set
40239 +# CONFIG_PPC_DCR_MMIO is not set
40240 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
40241 +
40242 +#
40243 +# General setup
40244 +#
40245 +CONFIG_EXPERIMENTAL=y
40246 +CONFIG_BROKEN_ON_SMP=y
40247 +CONFIG_INIT_ENV_ARG_LIMIT=32
40248 +CONFIG_LOCALVERSION=""
40249 +CONFIG_LOCALVERSION_AUTO=y
40250 +CONFIG_SWAP=y
40251 +CONFIG_SYSVIPC=y
40252 +CONFIG_SYSVIPC_SYSCTL=y
40253 +# CONFIG_POSIX_MQUEUE is not set
40254 +# CONFIG_BSD_PROCESS_ACCT is not set
40255 +# CONFIG_TASKSTATS is not set
40256 +# CONFIG_AUDIT is not set
40257 +# CONFIG_IKCONFIG is not set
40258 +CONFIG_LOG_BUF_SHIFT=14
40259 +# CONFIG_CGROUPS is not set
40260 +CONFIG_GROUP_SCHED=y
40261 +# CONFIG_FAIR_GROUP_SCHED is not set
40262 +# CONFIG_RT_GROUP_SCHED is not set
40263 +CONFIG_USER_SCHED=y
40264 +# CONFIG_CGROUP_SCHED is not set
40265 +CONFIG_SYSFS_DEPRECATED=y
40266 +CONFIG_SYSFS_DEPRECATED_V2=y
40267 +# CONFIG_RELAY is not set
40268 +# CONFIG_NAMESPACES is not set
40269 +CONFIG_BLK_DEV_INITRD=y
40270 +CONFIG_INITRAMFS_SOURCE=""
40271 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40272 +CONFIG_SYSCTL=y
40273 +CONFIG_EMBEDDED=y
40274 +CONFIG_SYSCTL_SYSCALL=y
40275 +CONFIG_KALLSYMS=y
40276 +# CONFIG_KALLSYMS_ALL is not set
40277 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
40278 +CONFIG_HOTPLUG=y
40279 +CONFIG_PRINTK=y
40280 +CONFIG_BUG=y
40281 +CONFIG_ELF_CORE=y
40282 +CONFIG_COMPAT_BRK=y
40283 +CONFIG_BASE_FULL=y
40284 +CONFIG_FUTEX=y
40285 +CONFIG_ANON_INODES=y
40286 +CONFIG_EPOLL=y
40287 +CONFIG_SIGNALFD=y
40288 +CONFIG_TIMERFD=y
40289 +CONFIG_EVENTFD=y
40290 +CONFIG_SHMEM=y
40291 +CONFIG_VM_EVENT_COUNTERS=y
40292 +CONFIG_SLUB_DEBUG=y
40293 +# CONFIG_SLAB is not set
40294 +CONFIG_SLUB=y
40295 +# CONFIG_SLOB is not set
40296 +# CONFIG_PROFILING is not set
40297 +# CONFIG_MARKERS is not set
40298 +CONFIG_HAVE_OPROFILE=y
40299 +CONFIG_HAVE_KPROBES=y
40300 +CONFIG_HAVE_KRETPROBES=y
40301 +CONFIG_PROC_PAGE_MONITOR=y
40302 +CONFIG_SLABINFO=y
40303 +CONFIG_RT_MUTEXES=y
40304 +# CONFIG_TINY_SHMEM is not set
40305 +CONFIG_BASE_SMALL=0
40306 +# CONFIG_MODULES is not set
40307 +CONFIG_BLOCK=y
40308 +# CONFIG_LBD is not set
40309 +# CONFIG_BLK_DEV_IO_TRACE is not set
40310 +# CONFIG_LSF is not set
40311 +# CONFIG_BLK_DEV_BSG is not set
40312 +
40313 +#
40314 +# IO Schedulers
40315 +#
40316 +CONFIG_IOSCHED_NOOP=y
40317 +CONFIG_IOSCHED_AS=y
40318 +CONFIG_IOSCHED_DEADLINE=y
40319 +CONFIG_IOSCHED_CFQ=y
40320 +CONFIG_DEFAULT_AS=y
40321 +# CONFIG_DEFAULT_DEADLINE is not set
40322 +# CONFIG_DEFAULT_CFQ is not set
40323 +# CONFIG_DEFAULT_NOOP is not set
40324 +CONFIG_DEFAULT_IOSCHED="anticipatory"
40325 +CONFIG_CLASSIC_RCU=y
40326 +
40327 +#
40328 +# Platform support
40329 +#
40330 +# CONFIG_PPC_MPC512x is not set
40331 +# CONFIG_PPC_MPC5121 is not set
40332 +# CONFIG_PPC_CELL is not set
40333 +# CONFIG_PPC_CELL_NATIVE is not set
40334 +# CONFIG_PQ2ADS is not set
40335 +CONFIG_MPC85xx=y
40336 +# CONFIG_MPC8540_ADS is not set
40337 +# CONFIG_MPC8560_ADS is not set
40338 +CONFIG_MPC85xx_CDS=y
40339 +# CONFIG_MPC85xx_MDS is not set
40340 +# CONFIG_MPC85xx_DS is not set
40341 +# CONFIG_STX_GP3 is not set
40342 +# CONFIG_TQM8540 is not set
40343 +# CONFIG_TQM8541 is not set
40344 +# CONFIG_TQM8555 is not set
40345 +# CONFIG_TQM8560 is not set
40346 +# CONFIG_SBC8548 is not set
40347 +# CONFIG_SBC8560 is not set
40348 +# CONFIG_IPIC is not set
40349 +CONFIG_MPIC=y
40350 +# CONFIG_MPIC_WEIRD is not set
40351 +CONFIG_PPC_I8259=y
40352 +# CONFIG_PPC_RTAS is not set
40353 +# CONFIG_MMIO_NVRAM is not set
40354 +# CONFIG_PPC_MPC106 is not set
40355 +# CONFIG_PPC_970_NAP is not set
40356 +# CONFIG_PPC_INDIRECT_IO is not set
40357 +# CONFIG_GENERIC_IOMAP is not set
40358 +# CONFIG_CPU_FREQ is not set
40359 +# CONFIG_CPM2 is not set
40360 +# CONFIG_FSL_ULI1575 is not set
40361 +
40362 +#
40363 +# Kernel options
40364 +#
40365 +# CONFIG_HIGHMEM is not set
40366 +CONFIG_TICK_ONESHOT=y
40367 +CONFIG_NO_HZ=y
40368 +CONFIG_HIGH_RES_TIMERS=y
40369 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
40370 +# CONFIG_HZ_100 is not set
40371 +CONFIG_HZ_250=y
40372 +# CONFIG_HZ_300 is not set
40373 +# CONFIG_HZ_1000 is not set
40374 +CONFIG_HZ=250
40375 +# CONFIG_SCHED_HRTICK is not set
40376 +CONFIG_PREEMPT_NONE=y
40377 +# CONFIG_PREEMPT_VOLUNTARY is not set
40378 +# CONFIG_PREEMPT is not set
40379 +CONFIG_BINFMT_ELF=y
40380 +CONFIG_BINFMT_MISC=y
40381 +CONFIG_MATH_EMULATION=y
40382 +# CONFIG_IOMMU_HELPER is not set
40383 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
40384 +CONFIG_ARCH_HAS_WALK_MEMORY=y
40385 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
40386 +CONFIG_ARCH_FLATMEM_ENABLE=y
40387 +CONFIG_ARCH_POPULATES_NODE_MAP=y
40388 +CONFIG_SELECT_MEMORY_MODEL=y
40389 +CONFIG_FLATMEM_MANUAL=y
40390 +# CONFIG_DISCONTIGMEM_MANUAL is not set
40391 +# CONFIG_SPARSEMEM_MANUAL is not set
40392 +CONFIG_FLATMEM=y
40393 +CONFIG_FLAT_NODE_MEM_MAP=y
40394 +# CONFIG_SPARSEMEM_STATIC is not set
40395 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
40396 +CONFIG_SPLIT_PTLOCK_CPUS=4
40397 +# CONFIG_RESOURCES_64BIT is not set
40398 +CONFIG_ZONE_DMA_FLAG=1
40399 +CONFIG_BOUNCE=y
40400 +CONFIG_VIRT_TO_BUS=y
40401 +CONFIG_PROC_DEVICETREE=y
40402 +# CONFIG_CMDLINE_BOOL is not set
40403 +# CONFIG_PM is not set
40404 +# CONFIG_SECCOMP is not set
40405 +CONFIG_ISA_DMA_API=y
40406 +
40407 +#
40408 +# Bus options
40409 +#
40410 +CONFIG_ZONE_DMA=y
40411 +CONFIG_PPC_INDIRECT_PCI=y
40412 +CONFIG_FSL_SOC=y
40413 +CONFIG_FSL_PCI=y
40414 +CONFIG_PCI=y
40415 +CONFIG_PCI_DOMAINS=y
40416 +CONFIG_PCI_SYSCALL=y
40417 +# CONFIG_PCIEPORTBUS is not set
40418 +CONFIG_ARCH_SUPPORTS_MSI=y
40419 +# CONFIG_PCI_MSI is not set
40420 +CONFIG_PCI_LEGACY=y
40421 +# CONFIG_PCI_DEBUG is not set
40422 +# CONFIG_PCCARD is not set
40423 +# CONFIG_HOTPLUG_PCI is not set
40424 +
40425 +#
40426 +# Advanced setup
40427 +#
40428 +# CONFIG_ADVANCED_OPTIONS is not set
40429 +
40430 +#
40431 +# Default settings for advanced configuration options are used
40432 +#
40433 +CONFIG_HIGHMEM_START=0xfe000000
40434 +CONFIG_LOWMEM_SIZE=0x30000000
40435 +CONFIG_KERNEL_START=0xc0000000
40436 +CONFIG_TASK_SIZE=0xc0000000
40437 +CONFIG_BOOT_LOAD=0x00800000
40438 +
40439 +#
40440 +# Networking
40441 +#
40442 +CONFIG_NET=y
40443 +
40444 +#
40445 +# Networking options
40446 +#
40447 +CONFIG_PACKET=y
40448 +# CONFIG_PACKET_MMAP is not set
40449 +CONFIG_UNIX=y
40450 +CONFIG_XFRM=y
40451 +CONFIG_XFRM_USER=y
40452 +# CONFIG_XFRM_SUB_POLICY is not set
40453 +# CONFIG_XFRM_MIGRATE is not set
40454 +# CONFIG_XFRM_STATISTICS is not set
40455 +# CONFIG_NET_KEY is not set
40456 +CONFIG_INET=y
40457 +CONFIG_IP_MULTICAST=y
40458 +# CONFIG_IP_ADVANCED_ROUTER is not set
40459 +CONFIG_IP_FIB_HASH=y
40460 +CONFIG_IP_PNP=y
40461 +CONFIG_IP_PNP_DHCP=y
40462 +CONFIG_IP_PNP_BOOTP=y
40463 +# CONFIG_IP_PNP_RARP is not set
40464 +# CONFIG_NET_IPIP is not set
40465 +# CONFIG_NET_IPGRE is not set
40466 +# CONFIG_IP_MROUTE is not set
40467 +# CONFIG_ARPD is not set
40468 +CONFIG_SYN_COOKIES=y
40469 +# CONFIG_INET_AH is not set
40470 +# CONFIG_INET_ESP is not set
40471 +# CONFIG_INET_IPCOMP is not set
40472 +# CONFIG_INET_XFRM_TUNNEL is not set
40473 +# CONFIG_INET_TUNNEL is not set
40474 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
40475 +CONFIG_INET_XFRM_MODE_TUNNEL=y
40476 +CONFIG_INET_XFRM_MODE_BEET=y
40477 +# CONFIG_INET_LRO is not set
40478 +CONFIG_INET_DIAG=y
40479 +CONFIG_INET_TCP_DIAG=y
40480 +# CONFIG_TCP_CONG_ADVANCED is not set
40481 +CONFIG_TCP_CONG_CUBIC=y
40482 +CONFIG_DEFAULT_TCP_CONG="cubic"
40483 +# CONFIG_TCP_MD5SIG is not set
40484 +# CONFIG_IPV6 is not set
40485 +# CONFIG_INET6_XFRM_TUNNEL is not set
40486 +# CONFIG_INET6_TUNNEL is not set
40487 +# CONFIG_NETWORK_SECMARK is not set
40488 +# CONFIG_NETFILTER is not set
40489 +# CONFIG_IP_DCCP is not set
40490 +# CONFIG_IP_SCTP is not set
40491 +# CONFIG_TIPC is not set
40492 +# CONFIG_ATM is not set
40493 +# CONFIG_BRIDGE is not set
40494 +# CONFIG_VLAN_8021Q is not set
40495 +# CONFIG_DECNET is not set
40496 +# CONFIG_LLC2 is not set
40497 +# CONFIG_IPX is not set
40498 +# CONFIG_ATALK is not set
40499 +# CONFIG_X25 is not set
40500 +# CONFIG_LAPB is not set
40501 +# CONFIG_ECONET is not set
40502 +# CONFIG_WAN_ROUTER is not set
40503 +# CONFIG_NET_SCHED is not set
40504 +
40505 +#
40506 +# Network testing
40507 +#
40508 +# CONFIG_NET_PKTGEN is not set
40509 +# CONFIG_HAMRADIO is not set
40510 +# CONFIG_CAN is not set
40511 +# CONFIG_IRDA is not set
40512 +# CONFIG_BT is not set
40513 +# CONFIG_AF_RXRPC is not set
40514 +
40515 +#
40516 +# Wireless
40517 +#
40518 +# CONFIG_CFG80211 is not set
40519 +# CONFIG_WIRELESS_EXT is not set
40520 +# CONFIG_MAC80211 is not set
40521 +# CONFIG_IEEE80211 is not set
40522 +# CONFIG_RFKILL is not set
40523 +# CONFIG_NET_9P is not set
40524 +
40525 +#
40526 +# Device Drivers
40527 +#
40528 +
40529 +#
40530 +# Generic Driver Options
40531 +#
40532 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
40533 +CONFIG_STANDALONE=y
40534 +CONFIG_PREVENT_FIRMWARE_BUILD=y
40535 +# CONFIG_FW_LOADER is not set
40536 +# CONFIG_DEBUG_DRIVER is not set
40537 +# CONFIG_DEBUG_DEVRES is not set
40538 +# CONFIG_SYS_HYPERVISOR is not set
40539 +# CONFIG_CONNECTOR is not set
40540 +# CONFIG_MTD is not set
40541 +CONFIG_OF_DEVICE=y
40542 +# CONFIG_PARPORT is not set
40543 +CONFIG_BLK_DEV=y
40544 +# CONFIG_BLK_DEV_FD is not set
40545 +# CONFIG_BLK_CPQ_DA is not set
40546 +# CONFIG_BLK_CPQ_CISS_DA is not set
40547 +# CONFIG_BLK_DEV_DAC960 is not set
40548 +# CONFIG_BLK_DEV_UMEM is not set
40549 +# CONFIG_BLK_DEV_COW_COMMON is not set
40550 +CONFIG_BLK_DEV_LOOP=y
40551 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
40552 +# CONFIG_BLK_DEV_NBD is not set
40553 +# CONFIG_BLK_DEV_SX8 is not set
40554 +CONFIG_BLK_DEV_RAM=y
40555 +CONFIG_BLK_DEV_RAM_COUNT=16
40556 +CONFIG_BLK_DEV_RAM_SIZE=32768
40557 +# CONFIG_BLK_DEV_XIP is not set
40558 +# CONFIG_CDROM_PKTCDVD is not set
40559 +# CONFIG_ATA_OVER_ETH is not set
40560 +CONFIG_MISC_DEVICES=y
40561 +# CONFIG_PHANTOM is not set
40562 +# CONFIG_EEPROM_93CX6 is not set
40563 +# CONFIG_SGI_IOC4 is not set
40564 +# CONFIG_TIFM_CORE is not set
40565 +# CONFIG_ENCLOSURE_SERVICES is not set
40566 +CONFIG_HAVE_IDE=y
40567 +CONFIG_IDE=y
40568 +CONFIG_IDE_MAX_HWIFS=4
40569 +CONFIG_BLK_DEV_IDE=y
40570 +
40571 +#
40572 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
40573 +#
40574 +# CONFIG_BLK_DEV_IDE_SATA is not set
40575 +# CONFIG_BLK_DEV_IDEDISK is not set
40576 +# CONFIG_IDEDISK_MULTI_MODE is not set
40577 +# CONFIG_BLK_DEV_IDECD is not set
40578 +# CONFIG_BLK_DEV_IDETAPE is not set
40579 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
40580 +# CONFIG_IDE_TASK_IOCTL is not set
40581 +CONFIG_IDE_PROC_FS=y
40582 +
40583 +#
40584 +# IDE chipset support/bugfixes
40585 +#
40586 +CONFIG_IDE_GENERIC=y
40587 +# CONFIG_BLK_DEV_PLATFORM is not set
40588 +CONFIG_BLK_DEV_IDEDMA_SFF=y
40589 +
40590 +#
40591 +# PCI IDE chipsets support
40592 +#
40593 +CONFIG_BLK_DEV_IDEPCI=y
40594 +CONFIG_IDEPCI_PCIBUS_ORDER=y
40595 +# CONFIG_BLK_DEV_OFFBOARD is not set
40596 +CONFIG_BLK_DEV_GENERIC=y
40597 +# CONFIG_BLK_DEV_OPTI621 is not set
40598 +CONFIG_BLK_DEV_IDEDMA_PCI=y
40599 +# CONFIG_BLK_DEV_AEC62XX is not set
40600 +# CONFIG_BLK_DEV_ALI15X3 is not set
40601 +# CONFIG_BLK_DEV_AMD74XX is not set
40602 +# CONFIG_BLK_DEV_CMD64X is not set
40603 +# CONFIG_BLK_DEV_TRIFLEX is not set
40604 +# CONFIG_BLK_DEV_CY82C693 is not set
40605 +# CONFIG_BLK_DEV_CS5520 is not set
40606 +# CONFIG_BLK_DEV_CS5530 is not set
40607 +# CONFIG_BLK_DEV_HPT34X is not set
40608 +# CONFIG_BLK_DEV_HPT366 is not set
40609 +# CONFIG_BLK_DEV_JMICRON is not set
40610 +# CONFIG_BLK_DEV_SC1200 is not set
40611 +# CONFIG_BLK_DEV_PIIX is not set
40612 +# CONFIG_BLK_DEV_IT8213 is not set
40613 +# CONFIG_BLK_DEV_IT821X is not set
40614 +# CONFIG_BLK_DEV_NS87415 is not set
40615 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
40616 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
40617 +# CONFIG_BLK_DEV_SVWKS is not set
40618 +# CONFIG_BLK_DEV_SIIMAGE is not set
40619 +# CONFIG_BLK_DEV_SL82C105 is not set
40620 +# CONFIG_BLK_DEV_SLC90E66 is not set
40621 +# CONFIG_BLK_DEV_TRM290 is not set
40622 +CONFIG_BLK_DEV_VIA82CXXX=y
40623 +# CONFIG_BLK_DEV_TC86C001 is not set
40624 +CONFIG_BLK_DEV_IDEDMA=y
40625 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
40626 +# CONFIG_BLK_DEV_HD is not set
40627 +
40628 +#
40629 +# SCSI device support
40630 +#
40631 +# CONFIG_RAID_ATTRS is not set
40632 +# CONFIG_SCSI is not set
40633 +# CONFIG_SCSI_DMA is not set
40634 +# CONFIG_SCSI_NETLINK is not set
40635 +# CONFIG_ATA is not set
40636 +# CONFIG_MD is not set
40637 +# CONFIG_FUSION is not set
40638 +
40639 +#
40640 +# IEEE 1394 (FireWire) support
40641 +#
40642 +# CONFIG_FIREWIRE is not set
40643 +# CONFIG_IEEE1394 is not set
40644 +# CONFIG_I2O is not set
40645 +# CONFIG_MACINTOSH_DRIVERS is not set
40646 +CONFIG_NETDEVICES=y
40647 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
40648 +# CONFIG_DUMMY is not set
40649 +# CONFIG_BONDING is not set
40650 +# CONFIG_MACVLAN is not set
40651 +# CONFIG_EQUALIZER is not set
40652 +# CONFIG_TUN is not set
40653 +# CONFIG_VETH is not set
40654 +# CONFIG_ARCNET is not set
40655 +CONFIG_PHYLIB=y
40656 +
40657 +#
40658 +# MII PHY device drivers
40659 +#
40660 +# CONFIG_MARVELL_PHY is not set
40661 +# CONFIG_DAVICOM_PHY is not set
40662 +# CONFIG_QSEMI_PHY is not set
40663 +# CONFIG_LXT_PHY is not set
40664 +# CONFIG_CICADA_PHY is not set
40665 +# CONFIG_VITESSE_PHY is not set
40666 +# CONFIG_SMSC_PHY is not set
40667 +# CONFIG_BROADCOM_PHY is not set
40668 +# CONFIG_ICPLUS_PHY is not set
40669 +# CONFIG_REALTEK_PHY is not set
40670 +# CONFIG_FIXED_PHY is not set
40671 +# CONFIG_MDIO_BITBANG is not set
40672 +CONFIG_NET_ETHERNET=y
40673 +CONFIG_MII=y
40674 +# CONFIG_HAPPYMEAL is not set
40675 +# CONFIG_SUNGEM is not set
40676 +# CONFIG_CASSINI is not set
40677 +# CONFIG_NET_VENDOR_3COM is not set
40678 +# CONFIG_NET_TULIP is not set
40679 +# CONFIG_HP100 is not set
40680 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
40681 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
40682 +# CONFIG_IBM_NEW_EMAC_TAH is not set
40683 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
40684 +# CONFIG_NET_PCI is not set
40685 +# CONFIG_B44 is not set
40686 +CONFIG_NETDEV_1000=y
40687 +# CONFIG_ACENIC is not set
40688 +# CONFIG_DL2K is not set
40689 +CONFIG_E1000=y
40690 +CONFIG_E1000_NAPI=y
40691 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
40692 +# CONFIG_E1000E is not set
40693 +# CONFIG_E1000E_ENABLED is not set
40694 +# CONFIG_IP1000 is not set
40695 +# CONFIG_IGB is not set
40696 +# CONFIG_NS83820 is not set
40697 +# CONFIG_HAMACHI is not set
40698 +# CONFIG_YELLOWFIN is not set
40699 +# CONFIG_R8169 is not set
40700 +# CONFIG_SIS190 is not set
40701 +# CONFIG_SKGE is not set
40702 +# CONFIG_SKY2 is not set
40703 +# CONFIG_SK98LIN is not set
40704 +# CONFIG_VIA_VELOCITY is not set
40705 +# CONFIG_TIGON3 is not set
40706 +# CONFIG_BNX2 is not set
40707 +CONFIG_GIANFAR=y
40708 +CONFIG_GFAR_NAPI=y
40709 +# CONFIG_QLA3XXX is not set
40710 +# CONFIG_ATL1 is not set
40711 +CONFIG_NETDEV_10000=y
40712 +# CONFIG_CHELSIO_T1 is not set
40713 +# CONFIG_CHELSIO_T3 is not set
40714 +# CONFIG_IXGBE is not set
40715 +# CONFIG_IXGB is not set
40716 +# CONFIG_S2IO is not set
40717 +# CONFIG_MYRI10GE is not set
40718 +# CONFIG_NETXEN_NIC is not set
40719 +# CONFIG_NIU is not set
40720 +# CONFIG_MLX4_CORE is not set
40721 +# CONFIG_TEHUTI is not set
40722 +# CONFIG_BNX2X is not set
40723 +# CONFIG_TR is not set
40724 +
40725 +#
40726 +# Wireless LAN
40727 +#
40728 +# CONFIG_WLAN_PRE80211 is not set
40729 +# CONFIG_WLAN_80211 is not set
40730 +# CONFIG_WAN is not set
40731 +# CONFIG_FDDI is not set
40732 +# CONFIG_HIPPI is not set
40733 +# CONFIG_PPP is not set
40734 +# CONFIG_SLIP is not set
40735 +# CONFIG_NETCONSOLE is not set
40736 +# CONFIG_NETPOLL is not set
40737 +# CONFIG_NET_POLL_CONTROLLER is not set
40738 +# CONFIG_ISDN is not set
40739 +# CONFIG_PHONE is not set
40740 +
40741 +#
40742 +# Input device support
40743 +#
40744 +CONFIG_INPUT=y
40745 +# CONFIG_INPUT_FF_MEMLESS is not set
40746 +# CONFIG_INPUT_POLLDEV is not set
40747 +
40748 +#
40749 +# Userland interfaces
40750 +#
40751 +# CONFIG_INPUT_MOUSEDEV is not set
40752 +# CONFIG_INPUT_JOYDEV is not set
40753 +# CONFIG_INPUT_EVDEV is not set
40754 +# CONFIG_INPUT_EVBUG is not set
40755 +
40756 +#
40757 +# Input Device Drivers
40758 +#
40759 +# CONFIG_INPUT_KEYBOARD is not set
40760 +# CONFIG_INPUT_MOUSE is not set
40761 +# CONFIG_INPUT_JOYSTICK is not set
40762 +# CONFIG_INPUT_TABLET is not set
40763 +# CONFIG_INPUT_TOUCHSCREEN is not set
40764 +# CONFIG_INPUT_MISC is not set
40765 +
40766 +#
40767 +# Hardware I/O ports
40768 +#
40769 +# CONFIG_SERIO is not set
40770 +# CONFIG_GAMEPORT is not set
40771 +
40772 +#
40773 +# Character devices
40774 +#
40775 +# CONFIG_VT is not set
40776 +# CONFIG_SERIAL_NONSTANDARD is not set
40777 +# CONFIG_NOZOMI is not set
40778 +
40779 +#
40780 +# Serial drivers
40781 +#
40782 +CONFIG_SERIAL_8250=y
40783 +CONFIG_SERIAL_8250_CONSOLE=y
40784 +CONFIG_SERIAL_8250_PCI=y
40785 +CONFIG_SERIAL_8250_NR_UARTS=4
40786 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
40787 +# CONFIG_SERIAL_8250_EXTENDED is not set
40788 +CONFIG_SERIAL_8250_SHARE_IRQ=y
40789 +
40790 +#
40791 +# Non-8250 serial port support
40792 +#
40793 +# CONFIG_SERIAL_UARTLITE is not set
40794 +CONFIG_SERIAL_CORE=y
40795 +CONFIG_SERIAL_CORE_CONSOLE=y
40796 +# CONFIG_SERIAL_JSM is not set
40797 +# CONFIG_SERIAL_OF_PLATFORM is not set
40798 +CONFIG_UNIX98_PTYS=y
40799 +CONFIG_LEGACY_PTYS=y
40800 +CONFIG_LEGACY_PTY_COUNT=256
40801 +# CONFIG_IPMI_HANDLER is not set
40802 +# CONFIG_HW_RANDOM is not set
40803 +# CONFIG_NVRAM is not set
40804 +CONFIG_GEN_RTC=y
40805 +# CONFIG_GEN_RTC_X is not set
40806 +# CONFIG_R3964 is not set
40807 +# CONFIG_APPLICOM is not set
40808 +# CONFIG_RAW_DRIVER is not set
40809 +# CONFIG_TCG_TPM is not set
40810 +CONFIG_DEVPORT=y
40811 +# CONFIG_I2C is not set
40812 +
40813 +#
40814 +# SPI support
40815 +#
40816 +# CONFIG_SPI is not set
40817 +# CONFIG_SPI_MASTER is not set
40818 +# CONFIG_W1 is not set
40819 +# CONFIG_POWER_SUPPLY is not set
40820 +CONFIG_HWMON=y
40821 +# CONFIG_HWMON_VID is not set
40822 +# CONFIG_SENSORS_I5K_AMB is not set
40823 +# CONFIG_SENSORS_F71805F is not set
40824 +# CONFIG_SENSORS_F71882FG is not set
40825 +# CONFIG_SENSORS_IT87 is not set
40826 +# CONFIG_SENSORS_PC87360 is not set
40827 +# CONFIG_SENSORS_PC87427 is not set
40828 +# CONFIG_SENSORS_SIS5595 is not set
40829 +# CONFIG_SENSORS_SMSC47M1 is not set
40830 +# CONFIG_SENSORS_SMSC47B397 is not set
40831 +# CONFIG_SENSORS_VIA686A is not set
40832 +# CONFIG_SENSORS_VT1211 is not set
40833 +# CONFIG_SENSORS_VT8231 is not set
40834 +# CONFIG_SENSORS_W83627HF is not set
40835 +# CONFIG_SENSORS_W83627EHF is not set
40836 +# CONFIG_HWMON_DEBUG_CHIP is not set
40837 +# CONFIG_THERMAL is not set
40838 +# CONFIG_WATCHDOG is not set
40839 +
40840 +#
40841 +# Sonics Silicon Backplane
40842 +#
40843 +CONFIG_SSB_POSSIBLE=y
40844 +# CONFIG_SSB is not set
40845 +
40846 +#
40847 +# Multifunction device drivers
40848 +#
40849 +# CONFIG_MFD_SM501 is not set
40850 +
40851 +#
40852 +# Multimedia devices
40853 +#
40854 +# CONFIG_VIDEO_DEV is not set
40855 +# CONFIG_DVB_CORE is not set
40856 +CONFIG_DAB=y
40857 +
40858 +#
40859 +# Graphics support
40860 +#
40861 +# CONFIG_AGP is not set
40862 +# CONFIG_DRM is not set
40863 +# CONFIG_VGASTATE is not set
40864 +CONFIG_VIDEO_OUTPUT_CONTROL=y
40865 +# CONFIG_FB is not set
40866 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
40867 +
40868 +#
40869 +# Display device support
40870 +#
40871 +# CONFIG_DISPLAY_SUPPORT is not set
40872 +
40873 +#
40874 +# Sound
40875 +#
40876 +# CONFIG_SOUND is not set
40877 +CONFIG_HID_SUPPORT=y
40878 +CONFIG_HID=y
40879 +# CONFIG_HID_DEBUG is not set
40880 +# CONFIG_HIDRAW is not set
40881 +CONFIG_USB_SUPPORT=y
40882 +CONFIG_USB_ARCH_HAS_HCD=y
40883 +CONFIG_USB_ARCH_HAS_OHCI=y
40884 +CONFIG_USB_ARCH_HAS_EHCI=y
40885 +# CONFIG_USB is not set
40886 +
40887 +#
40888 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
40889 +#
40890 +# CONFIG_USB_GADGET is not set
40891 +# CONFIG_MMC is not set
40892 +# CONFIG_MEMSTICK is not set
40893 +# CONFIG_NEW_LEDS is not set
40894 +# CONFIG_INFINIBAND is not set
40895 +# CONFIG_EDAC is not set
40896 +# CONFIG_RTC_CLASS is not set
40897 +# CONFIG_DMADEVICES is not set
40898 +
40899 +#
40900 +# Userspace I/O
40901 +#
40902 +# CONFIG_UIO is not set
40903 +
40904 +#
40905 +# File systems
40906 +#
40907 +CONFIG_EXT2_FS=y
40908 +# CONFIG_EXT2_FS_XATTR is not set
40909 +# CONFIG_EXT2_FS_XIP is not set
40910 +CONFIG_EXT3_FS=y
40911 +CONFIG_EXT3_FS_XATTR=y
40912 +# CONFIG_EXT3_FS_POSIX_ACL is not set
40913 +# CONFIG_EXT3_FS_SECURITY is not set
40914 +# CONFIG_EXT4DEV_FS is not set
40915 +CONFIG_JBD=y
40916 +CONFIG_FS_MBCACHE=y
40917 +# CONFIG_REISERFS_FS is not set
40918 +# CONFIG_JFS_FS is not set
40919 +# CONFIG_FS_POSIX_ACL is not set
40920 +# CONFIG_XFS_FS is not set
40921 +# CONFIG_GFS2_FS is not set
40922 +# CONFIG_OCFS2_FS is not set
40923 +CONFIG_DNOTIFY=y
40924 +CONFIG_INOTIFY=y
40925 +CONFIG_INOTIFY_USER=y
40926 +# CONFIG_QUOTA is not set
40927 +# CONFIG_AUTOFS_FS is not set
40928 +# CONFIG_AUTOFS4_FS is not set
40929 +# CONFIG_FUSE_FS is not set
40930 +
40931 +#
40932 +# CD-ROM/DVD Filesystems
40933 +#
40934 +# CONFIG_ISO9660_FS is not set
40935 +# CONFIG_UDF_FS is not set
40936 +
40937 +#
40938 +# DOS/FAT/NT Filesystems
40939 +#
40940 +# CONFIG_MSDOS_FS is not set
40941 +# CONFIG_VFAT_FS is not set
40942 +# CONFIG_NTFS_FS is not set
40943 +
40944 +#
40945 +# Pseudo filesystems
40946 +#
40947 +CONFIG_PROC_FS=y
40948 +CONFIG_PROC_KCORE=y
40949 +CONFIG_PROC_SYSCTL=y
40950 +CONFIG_SYSFS=y
40951 +CONFIG_TMPFS=y
40952 +# CONFIG_TMPFS_POSIX_ACL is not set
40953 +# CONFIG_HUGETLB_PAGE is not set
40954 +# CONFIG_CONFIGFS_FS is not set
40955 +
40956 +#
40957 +# Miscellaneous filesystems
40958 +#
40959 +# CONFIG_ADFS_FS is not set
40960 +# CONFIG_AFFS_FS is not set
40961 +# CONFIG_HFS_FS is not set
40962 +# CONFIG_HFSPLUS_FS is not set
40963 +# CONFIG_BEFS_FS is not set
40964 +# CONFIG_BFS_FS is not set
40965 +# CONFIG_EFS_FS is not set
40966 +# CONFIG_CRAMFS is not set
40967 +# CONFIG_VXFS_FS is not set
40968 +# CONFIG_MINIX_FS is not set
40969 +# CONFIG_HPFS_FS is not set
40970 +# CONFIG_QNX4FS_FS is not set
40971 +# CONFIG_ROMFS_FS is not set
40972 +# CONFIG_SYSV_FS is not set
40973 +# CONFIG_UFS_FS is not set
40974 +CONFIG_NETWORK_FILESYSTEMS=y
40975 +CONFIG_NFS_FS=y
40976 +# CONFIG_NFS_V3 is not set
40977 +# CONFIG_NFS_V4 is not set
40978 +# CONFIG_NFS_DIRECTIO is not set
40979 +# CONFIG_NFSD is not set
40980 +CONFIG_ROOT_NFS=y
40981 +CONFIG_LOCKD=y
40982 +CONFIG_NFS_COMMON=y
40983 +CONFIG_SUNRPC=y
40984 +# CONFIG_SUNRPC_BIND34 is not set
40985 +# CONFIG_RPCSEC_GSS_KRB5 is not set
40986 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
40987 +# CONFIG_SMB_FS is not set
40988 +# CONFIG_CIFS is not set
40989 +# CONFIG_NCP_FS is not set
40990 +# CONFIG_CODA_FS is not set
40991 +# CONFIG_AFS_FS is not set
40992 +
40993 +#
40994 +# Partition Types
40995 +#
40996 +CONFIG_PARTITION_ADVANCED=y
40997 +# CONFIG_ACORN_PARTITION is not set
40998 +# CONFIG_OSF_PARTITION is not set
40999 +# CONFIG_AMIGA_PARTITION is not set
41000 +# CONFIG_ATARI_PARTITION is not set
41001 +# CONFIG_MAC_PARTITION is not set
41002 +# CONFIG_MSDOS_PARTITION is not set
41003 +# CONFIG_LDM_PARTITION is not set
41004 +# CONFIG_SGI_PARTITION is not set
41005 +# CONFIG_ULTRIX_PARTITION is not set
41006 +# CONFIG_SUN_PARTITION is not set
41007 +# CONFIG_KARMA_PARTITION is not set
41008 +# CONFIG_EFI_PARTITION is not set
41009 +# CONFIG_SYSV68_PARTITION is not set
41010 +# CONFIG_NLS is not set
41011 +# CONFIG_DLM is not set
41012 +
41013 +#
41014 +# Library routines
41015 +#
41016 +CONFIG_BITREVERSE=y
41017 +# CONFIG_CRC_CCITT is not set
41018 +# CONFIG_CRC16 is not set
41019 +# CONFIG_CRC_ITU_T is not set
41020 +CONFIG_CRC32=y
41021 +# CONFIG_CRC7 is not set
41022 +# CONFIG_LIBCRC32C is not set
41023 +CONFIG_PLIST=y
41024 +CONFIG_HAS_IOMEM=y
41025 +CONFIG_HAS_IOPORT=y
41026 +CONFIG_HAS_DMA=y
41027 +
41028 +#
41029 +# Kernel hacking
41030 +#
41031 +# CONFIG_PRINTK_TIME is not set
41032 +CONFIG_ENABLE_WARN_DEPRECATED=y
41033 +CONFIG_ENABLE_MUST_CHECK=y
41034 +# CONFIG_MAGIC_SYSRQ is not set
41035 +# CONFIG_UNUSED_SYMBOLS is not set
41036 +# CONFIG_DEBUG_FS is not set
41037 +# CONFIG_HEADERS_CHECK is not set
41038 +CONFIG_DEBUG_KERNEL=y
41039 +# CONFIG_DEBUG_SHIRQ is not set
41040 +CONFIG_DETECT_SOFTLOCKUP=y
41041 +CONFIG_SCHED_DEBUG=y
41042 +# CONFIG_SCHEDSTATS is not set
41043 +# CONFIG_TIMER_STATS is not set
41044 +# CONFIG_SLUB_DEBUG_ON is not set
41045 +# CONFIG_SLUB_STATS is not set
41046 +# CONFIG_DEBUG_RT_MUTEXES is not set
41047 +# CONFIG_RT_MUTEX_TESTER is not set
41048 +# CONFIG_DEBUG_SPINLOCK is not set
41049 +CONFIG_DEBUG_MUTEXES=y
41050 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
41051 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
41052 +# CONFIG_DEBUG_KOBJECT is not set
41053 +# CONFIG_DEBUG_BUGVERBOSE is not set
41054 +# CONFIG_DEBUG_INFO is not set
41055 +# CONFIG_DEBUG_VM is not set
41056 +# CONFIG_DEBUG_LIST is not set
41057 +# CONFIG_DEBUG_SG is not set
41058 +# CONFIG_BOOT_PRINTK_DELAY is not set
41059 +# CONFIG_BACKTRACE_SELF_TEST is not set
41060 +# CONFIG_FAULT_INJECTION is not set
41061 +# CONFIG_SAMPLES is not set
41062 +# CONFIG_DEBUG_STACKOVERFLOW is not set
41063 +# CONFIG_DEBUG_STACK_USAGE is not set
41064 +# CONFIG_DEBUG_PAGEALLOC is not set
41065 +# CONFIG_DEBUGGER is not set
41066 +# CONFIG_BDI_SWITCH is not set
41067 +# CONFIG_PPC_EARLY_DEBUG is not set
41068 +
41069 +#
41070 +# Security options
41071 +#
41072 +# CONFIG_KEYS is not set
41073 +# CONFIG_SECURITY is not set
41074 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
41075 +CONFIG_CRYPTO=y
41076 +# CONFIG_CRYPTO_SEQIV is not set
41077 +# CONFIG_CRYPTO_MANAGER is not set
41078 +# CONFIG_CRYPTO_HMAC is not set
41079 +# CONFIG_CRYPTO_XCBC is not set
41080 +# CONFIG_CRYPTO_NULL is not set
41081 +# CONFIG_CRYPTO_MD4 is not set
41082 +# CONFIG_CRYPTO_MD5 is not set
41083 +# CONFIG_CRYPTO_SHA1 is not set
41084 +# CONFIG_CRYPTO_SHA256 is not set
41085 +# CONFIG_CRYPTO_SHA512 is not set
41086 +# CONFIG_CRYPTO_WP512 is not set
41087 +# CONFIG_CRYPTO_TGR192 is not set
41088 +# CONFIG_CRYPTO_GF128MUL is not set
41089 +# CONFIG_CRYPTO_ECB is not set
41090 +# CONFIG_CRYPTO_CBC is not set
41091 +# CONFIG_CRYPTO_PCBC is not set
41092 +# CONFIG_CRYPTO_LRW is not set
41093 +# CONFIG_CRYPTO_XTS is not set
41094 +# CONFIG_CRYPTO_CTR is not set
41095 +# CONFIG_CRYPTO_GCM is not set
41096 +# CONFIG_CRYPTO_CCM is not set
41097 +# CONFIG_CRYPTO_CRYPTD is not set
41098 +# CONFIG_CRYPTO_DES is not set
41099 +# CONFIG_CRYPTO_FCRYPT is not set
41100 +# CONFIG_CRYPTO_BLOWFISH is not set
41101 +# CONFIG_CRYPTO_TWOFISH is not set
41102 +# CONFIG_CRYPTO_SERPENT is not set
41103 +# CONFIG_CRYPTO_AES is not set
41104 +# CONFIG_CRYPTO_CAST5 is not set
41105 +# CONFIG_CRYPTO_CAST6 is not set
41106 +# CONFIG_CRYPTO_TEA is not set
41107 +# CONFIG_CRYPTO_ARC4 is not set
41108 +# CONFIG_CRYPTO_KHAZAD is not set
41109 +# CONFIG_CRYPTO_ANUBIS is not set
41110 +# CONFIG_CRYPTO_SEED is not set
41111 +# CONFIG_CRYPTO_SALSA20 is not set
41112 +# CONFIG_CRYPTO_DEFLATE is not set
41113 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
41114 +# CONFIG_CRYPTO_CRC32C is not set
41115 +# CONFIG_CRYPTO_CAMELLIA is not set
41116 +# CONFIG_CRYPTO_AUTHENC is not set
41117 +# CONFIG_CRYPTO_LZO is not set
41118 +CONFIG_CRYPTO_HW=y
41119 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
41120 +# CONFIG_PPC_CLOCK is not set
41121 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/sbc8548_defconfig powerpc.git/arch/powerpc/configs/85xx/sbc8548_defconfig
41122 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/sbc8548_defconfig 1970-01-01 01:00:00.000000000 +0100
41123 +++ powerpc.git/arch/powerpc/configs/85xx/sbc8548_defconfig 2008-04-19 16:40:52.000000000 +0200
41124 @@ -0,0 +1,812 @@
41125 +#
41126 +# Automatically generated make config: don't edit
41127 +# Linux kernel version: 2.6.25-rc6
41128 +# Mon Mar 24 08:48:39 2008
41129 +#
41130 +# CONFIG_PPC64 is not set
41131 +
41132 +#
41133 +# Processor support
41134 +#
41135 +# CONFIG_6xx is not set
41136 +CONFIG_PPC_85xx=y
41137 +# CONFIG_PPC_8xx is not set
41138 +# CONFIG_40x is not set
41139 +# CONFIG_44x is not set
41140 +# CONFIG_E200 is not set
41141 +CONFIG_E500=y
41142 +CONFIG_BOOKE=y
41143 +CONFIG_FSL_BOOKE=y
41144 +CONFIG_FSL_EMB_PERFMON=y
41145 +# CONFIG_PHYS_64BIT is not set
41146 +CONFIG_SPE=y
41147 +# CONFIG_PPC_MM_SLICES is not set
41148 +CONFIG_PPC32=y
41149 +CONFIG_WORD_SIZE=32
41150 +CONFIG_PPC_MERGE=y
41151 +CONFIG_MMU=y
41152 +CONFIG_GENERIC_CMOS_UPDATE=y
41153 +CONFIG_GENERIC_TIME=y
41154 +CONFIG_GENERIC_TIME_VSYSCALL=y
41155 +CONFIG_GENERIC_CLOCKEVENTS=y
41156 +CONFIG_GENERIC_HARDIRQS=y
41157 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
41158 +CONFIG_IRQ_PER_CPU=y
41159 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
41160 +CONFIG_ARCH_HAS_ILOG2_U32=y
41161 +CONFIG_GENERIC_HWEIGHT=y
41162 +CONFIG_GENERIC_CALIBRATE_DELAY=y
41163 +CONFIG_GENERIC_FIND_NEXT_BIT=y
41164 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
41165 +CONFIG_PPC=y
41166 +CONFIG_EARLY_PRINTK=y
41167 +CONFIG_GENERIC_NVRAM=y
41168 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
41169 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
41170 +CONFIG_PPC_OF=y
41171 +CONFIG_OF=y
41172 +CONFIG_PPC_UDBG_16550=y
41173 +# CONFIG_GENERIC_TBSYNC is not set
41174 +CONFIG_AUDIT_ARCH=y
41175 +CONFIG_GENERIC_BUG=y
41176 +CONFIG_DEFAULT_UIMAGE=y
41177 +# CONFIG_PPC_DCR_NATIVE is not set
41178 +# CONFIG_PPC_DCR_MMIO is not set
41179 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
41180 +
41181 +#
41182 +# General setup
41183 +#
41184 +CONFIG_EXPERIMENTAL=y
41185 +CONFIG_BROKEN_ON_SMP=y
41186 +CONFIG_INIT_ENV_ARG_LIMIT=32
41187 +CONFIG_LOCALVERSION=""
41188 +CONFIG_LOCALVERSION_AUTO=y
41189 +CONFIG_SWAP=y
41190 +CONFIG_SYSVIPC=y
41191 +CONFIG_SYSVIPC_SYSCTL=y
41192 +# CONFIG_POSIX_MQUEUE is not set
41193 +# CONFIG_BSD_PROCESS_ACCT is not set
41194 +# CONFIG_TASKSTATS is not set
41195 +# CONFIG_AUDIT is not set
41196 +# CONFIG_IKCONFIG is not set
41197 +CONFIG_LOG_BUF_SHIFT=14
41198 +# CONFIG_CGROUPS is not set
41199 +CONFIG_GROUP_SCHED=y
41200 +CONFIG_FAIR_GROUP_SCHED=y
41201 +# CONFIG_RT_GROUP_SCHED is not set
41202 +CONFIG_USER_SCHED=y
41203 +# CONFIG_CGROUP_SCHED is not set
41204 +CONFIG_SYSFS_DEPRECATED=y
41205 +CONFIG_SYSFS_DEPRECATED_V2=y
41206 +# CONFIG_RELAY is not set
41207 +# CONFIG_NAMESPACES is not set
41208 +CONFIG_BLK_DEV_INITRD=y
41209 +CONFIG_INITRAMFS_SOURCE=""
41210 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
41211 +CONFIG_SYSCTL=y
41212 +CONFIG_EMBEDDED=y
41213 +CONFIG_SYSCTL_SYSCALL=y
41214 +CONFIG_KALLSYMS=y
41215 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
41216 +CONFIG_HOTPLUG=y
41217 +CONFIG_PRINTK=y
41218 +CONFIG_BUG=y
41219 +CONFIG_ELF_CORE=y
41220 +CONFIG_COMPAT_BRK=y
41221 +CONFIG_BASE_FULL=y
41222 +CONFIG_FUTEX=y
41223 +CONFIG_ANON_INODES=y
41224 +CONFIG_EPOLL=y
41225 +CONFIG_SIGNALFD=y
41226 +CONFIG_TIMERFD=y
41227 +CONFIG_EVENTFD=y
41228 +CONFIG_SHMEM=y
41229 +CONFIG_VM_EVENT_COUNTERS=y
41230 +CONFIG_SLAB=y
41231 +# CONFIG_SLUB is not set
41232 +# CONFIG_SLOB is not set
41233 +# CONFIG_PROFILING is not set
41234 +# CONFIG_MARKERS is not set
41235 +CONFIG_HAVE_OPROFILE=y
41236 +CONFIG_HAVE_KPROBES=y
41237 +CONFIG_HAVE_KRETPROBES=y
41238 +CONFIG_PROC_PAGE_MONITOR=y
41239 +CONFIG_SLABINFO=y
41240 +CONFIG_RT_MUTEXES=y
41241 +# CONFIG_TINY_SHMEM is not set
41242 +CONFIG_BASE_SMALL=0
41243 +# CONFIG_MODULES is not set
41244 +CONFIG_BLOCK=y
41245 +# CONFIG_LBD is not set
41246 +# CONFIG_BLK_DEV_IO_TRACE is not set
41247 +# CONFIG_LSF is not set
41248 +# CONFIG_BLK_DEV_BSG is not set
41249 +
41250 +#
41251 +# IO Schedulers
41252 +#
41253 +CONFIG_IOSCHED_NOOP=y
41254 +CONFIG_IOSCHED_AS=y
41255 +CONFIG_IOSCHED_DEADLINE=y
41256 +CONFIG_IOSCHED_CFQ=y
41257 +CONFIG_DEFAULT_AS=y
41258 +# CONFIG_DEFAULT_DEADLINE is not set
41259 +# CONFIG_DEFAULT_CFQ is not set
41260 +# CONFIG_DEFAULT_NOOP is not set
41261 +CONFIG_DEFAULT_IOSCHED="anticipatory"
41262 +CONFIG_CLASSIC_RCU=y
41263 +
41264 +#
41265 +# Platform support
41266 +#
41267 +# CONFIG_PPC_MPC512x is not set
41268 +# CONFIG_PPC_MPC5121 is not set
41269 +# CONFIG_PPC_CELL is not set
41270 +# CONFIG_PPC_CELL_NATIVE is not set
41271 +# CONFIG_PQ2ADS is not set
41272 +CONFIG_MPC85xx=y
41273 +# CONFIG_MPC8540_ADS is not set
41274 +# CONFIG_MPC8560_ADS is not set
41275 +# CONFIG_MPC85xx_CDS is not set
41276 +# CONFIG_MPC85xx_MDS is not set
41277 +# CONFIG_MPC85xx_DS is not set
41278 +# CONFIG_STX_GP3 is not set
41279 +# CONFIG_TQM8540 is not set
41280 +# CONFIG_TQM8541 is not set
41281 +# CONFIG_TQM8555 is not set
41282 +# CONFIG_TQM8560 is not set
41283 +CONFIG_SBC8548=y
41284 +# CONFIG_SBC8560 is not set
41285 +# CONFIG_IPIC is not set
41286 +CONFIG_MPIC=y
41287 +# CONFIG_MPIC_WEIRD is not set
41288 +# CONFIG_PPC_I8259 is not set
41289 +# CONFIG_PPC_RTAS is not set
41290 +# CONFIG_MMIO_NVRAM is not set
41291 +# CONFIG_PPC_MPC106 is not set
41292 +# CONFIG_PPC_970_NAP is not set
41293 +# CONFIG_PPC_INDIRECT_IO is not set
41294 +# CONFIG_GENERIC_IOMAP is not set
41295 +# CONFIG_CPU_FREQ is not set
41296 +# CONFIG_CPM2 is not set
41297 +# CONFIG_FSL_ULI1575 is not set
41298 +
41299 +#
41300 +# Kernel options
41301 +#
41302 +# CONFIG_HIGHMEM is not set
41303 +# CONFIG_TICK_ONESHOT is not set
41304 +# CONFIG_NO_HZ is not set
41305 +# CONFIG_HIGH_RES_TIMERS is not set
41306 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
41307 +# CONFIG_HZ_100 is not set
41308 +CONFIG_HZ_250=y
41309 +# CONFIG_HZ_300 is not set
41310 +# CONFIG_HZ_1000 is not set
41311 +CONFIG_HZ=250
41312 +# CONFIG_SCHED_HRTICK is not set
41313 +CONFIG_PREEMPT_NONE=y
41314 +# CONFIG_PREEMPT_VOLUNTARY is not set
41315 +# CONFIG_PREEMPT is not set
41316 +CONFIG_BINFMT_ELF=y
41317 +CONFIG_BINFMT_MISC=y
41318 +CONFIG_MATH_EMULATION=y
41319 +# CONFIG_IOMMU_HELPER is not set
41320 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
41321 +CONFIG_ARCH_HAS_WALK_MEMORY=y
41322 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
41323 +CONFIG_ARCH_FLATMEM_ENABLE=y
41324 +CONFIG_ARCH_POPULATES_NODE_MAP=y
41325 +CONFIG_SELECT_MEMORY_MODEL=y
41326 +CONFIG_FLATMEM_MANUAL=y
41327 +# CONFIG_DISCONTIGMEM_MANUAL is not set
41328 +# CONFIG_SPARSEMEM_MANUAL is not set
41329 +CONFIG_FLATMEM=y
41330 +CONFIG_FLAT_NODE_MEM_MAP=y
41331 +# CONFIG_SPARSEMEM_STATIC is not set
41332 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
41333 +CONFIG_SPLIT_PTLOCK_CPUS=4
41334 +# CONFIG_RESOURCES_64BIT is not set
41335 +CONFIG_ZONE_DMA_FLAG=1
41336 +CONFIG_BOUNCE=y
41337 +CONFIG_VIRT_TO_BUS=y
41338 +CONFIG_PROC_DEVICETREE=y
41339 +# CONFIG_CMDLINE_BOOL is not set
41340 +# CONFIG_PM is not set
41341 +# CONFIG_SECCOMP is not set
41342 +CONFIG_ISA_DMA_API=y
41343 +
41344 +#
41345 +# Bus options
41346 +#
41347 +CONFIG_ZONE_DMA=y
41348 +CONFIG_PPC_INDIRECT_PCI=y
41349 +CONFIG_FSL_SOC=y
41350 +CONFIG_FSL_PCI=y
41351 +CONFIG_PCI=y
41352 +CONFIG_PCI_DOMAINS=y
41353 +CONFIG_PCI_SYSCALL=y
41354 +# CONFIG_PCIEPORTBUS is not set
41355 +CONFIG_ARCH_SUPPORTS_MSI=y
41356 +# CONFIG_PCI_MSI is not set
41357 +CONFIG_PCI_LEGACY=y
41358 +# CONFIG_PCCARD is not set
41359 +# CONFIG_HOTPLUG_PCI is not set
41360 +
41361 +#
41362 +# Advanced setup
41363 +#
41364 +# CONFIG_ADVANCED_OPTIONS is not set
41365 +
41366 +#
41367 +# Default settings for advanced configuration options are used
41368 +#
41369 +CONFIG_HIGHMEM_START=0xfe000000
41370 +CONFIG_LOWMEM_SIZE=0x30000000
41371 +CONFIG_KERNEL_START=0xc0000000
41372 +CONFIG_TASK_SIZE=0xc0000000
41373 +CONFIG_BOOT_LOAD=0x00800000
41374 +
41375 +#
41376 +# Networking
41377 +#
41378 +CONFIG_NET=y
41379 +
41380 +#
41381 +# Networking options
41382 +#
41383 +CONFIG_PACKET=y
41384 +# CONFIG_PACKET_MMAP is not set
41385 +CONFIG_UNIX=y
41386 +CONFIG_XFRM=y
41387 +CONFIG_XFRM_USER=y
41388 +# CONFIG_XFRM_SUB_POLICY is not set
41389 +# CONFIG_XFRM_MIGRATE is not set
41390 +# CONFIG_XFRM_STATISTICS is not set
41391 +# CONFIG_NET_KEY is not set
41392 +CONFIG_INET=y
41393 +CONFIG_IP_MULTICAST=y
41394 +# CONFIG_IP_ADVANCED_ROUTER is not set
41395 +CONFIG_IP_FIB_HASH=y
41396 +CONFIG_IP_PNP=y
41397 +CONFIG_IP_PNP_DHCP=y
41398 +CONFIG_IP_PNP_BOOTP=y
41399 +# CONFIG_IP_PNP_RARP is not set
41400 +# CONFIG_NET_IPIP is not set
41401 +# CONFIG_NET_IPGRE is not set
41402 +# CONFIG_IP_MROUTE is not set
41403 +# CONFIG_ARPD is not set
41404 +CONFIG_SYN_COOKIES=y
41405 +# CONFIG_INET_AH is not set
41406 +# CONFIG_INET_ESP is not set
41407 +# CONFIG_INET_IPCOMP is not set
41408 +# CONFIG_INET_XFRM_TUNNEL is not set
41409 +# CONFIG_INET_TUNNEL is not set
41410 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
41411 +CONFIG_INET_XFRM_MODE_TUNNEL=y
41412 +CONFIG_INET_XFRM_MODE_BEET=y
41413 +# CONFIG_INET_LRO is not set
41414 +CONFIG_INET_DIAG=y
41415 +CONFIG_INET_TCP_DIAG=y
41416 +# CONFIG_TCP_CONG_ADVANCED is not set
41417 +CONFIG_TCP_CONG_CUBIC=y
41418 +CONFIG_DEFAULT_TCP_CONG="cubic"
41419 +# CONFIG_TCP_MD5SIG is not set
41420 +# CONFIG_IPV6 is not set
41421 +# CONFIG_INET6_XFRM_TUNNEL is not set
41422 +# CONFIG_INET6_TUNNEL is not set
41423 +# CONFIG_NETWORK_SECMARK is not set
41424 +# CONFIG_NETFILTER is not set
41425 +# CONFIG_IP_DCCP is not set
41426 +# CONFIG_IP_SCTP is not set
41427 +# CONFIG_TIPC is not set
41428 +# CONFIG_ATM is not set
41429 +# CONFIG_BRIDGE is not set
41430 +# CONFIG_VLAN_8021Q is not set
41431 +# CONFIG_DECNET is not set
41432 +# CONFIG_LLC2 is not set
41433 +# CONFIG_IPX is not set
41434 +# CONFIG_ATALK is not set
41435 +# CONFIG_X25 is not set
41436 +# CONFIG_LAPB is not set
41437 +# CONFIG_ECONET is not set
41438 +# CONFIG_WAN_ROUTER is not set
41439 +# CONFIG_NET_SCHED is not set
41440 +
41441 +#
41442 +# Network testing
41443 +#
41444 +# CONFIG_NET_PKTGEN is not set
41445 +# CONFIG_HAMRADIO is not set
41446 +# CONFIG_CAN is not set
41447 +# CONFIG_IRDA is not set
41448 +# CONFIG_BT is not set
41449 +# CONFIG_AF_RXRPC is not set
41450 +
41451 +#
41452 +# Wireless
41453 +#
41454 +# CONFIG_CFG80211 is not set
41455 +# CONFIG_WIRELESS_EXT is not set
41456 +# CONFIG_MAC80211 is not set
41457 +# CONFIG_IEEE80211 is not set
41458 +# CONFIG_RFKILL is not set
41459 +# CONFIG_NET_9P is not set
41460 +
41461 +#
41462 +# Device Drivers
41463 +#
41464 +
41465 +#
41466 +# Generic Driver Options
41467 +#
41468 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
41469 +CONFIG_STANDALONE=y
41470 +CONFIG_PREVENT_FIRMWARE_BUILD=y
41471 +# CONFIG_FW_LOADER is not set
41472 +# CONFIG_SYS_HYPERVISOR is not set
41473 +# CONFIG_CONNECTOR is not set
41474 +# CONFIG_MTD is not set
41475 +CONFIG_OF_DEVICE=y
41476 +# CONFIG_PARPORT is not set
41477 +CONFIG_BLK_DEV=y
41478 +# CONFIG_BLK_DEV_FD is not set
41479 +# CONFIG_BLK_CPQ_DA is not set
41480 +# CONFIG_BLK_CPQ_CISS_DA is not set
41481 +# CONFIG_BLK_DEV_DAC960 is not set
41482 +# CONFIG_BLK_DEV_UMEM is not set
41483 +# CONFIG_BLK_DEV_COW_COMMON is not set
41484 +CONFIG_BLK_DEV_LOOP=y
41485 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
41486 +# CONFIG_BLK_DEV_NBD is not set
41487 +# CONFIG_BLK_DEV_SX8 is not set
41488 +CONFIG_BLK_DEV_RAM=y
41489 +CONFIG_BLK_DEV_RAM_COUNT=16
41490 +CONFIG_BLK_DEV_RAM_SIZE=4096
41491 +# CONFIG_BLK_DEV_XIP is not set
41492 +# CONFIG_CDROM_PKTCDVD is not set
41493 +# CONFIG_ATA_OVER_ETH is not set
41494 +CONFIG_MISC_DEVICES=y
41495 +# CONFIG_PHANTOM is not set
41496 +# CONFIG_EEPROM_93CX6 is not set
41497 +# CONFIG_SGI_IOC4 is not set
41498 +# CONFIG_TIFM_CORE is not set
41499 +# CONFIG_ENCLOSURE_SERVICES is not set
41500 +CONFIG_HAVE_IDE=y
41501 +# CONFIG_IDE is not set
41502 +
41503 +#
41504 +# SCSI device support
41505 +#
41506 +# CONFIG_RAID_ATTRS is not set
41507 +# CONFIG_SCSI is not set
41508 +# CONFIG_SCSI_DMA is not set
41509 +# CONFIG_SCSI_NETLINK is not set
41510 +# CONFIG_ATA is not set
41511 +# CONFIG_MD is not set
41512 +# CONFIG_FUSION is not set
41513 +
41514 +#
41515 +# IEEE 1394 (FireWire) support
41516 +#
41517 +# CONFIG_FIREWIRE is not set
41518 +# CONFIG_IEEE1394 is not set
41519 +# CONFIG_I2O is not set
41520 +# CONFIG_MACINTOSH_DRIVERS is not set
41521 +CONFIG_NETDEVICES=y
41522 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
41523 +# CONFIG_DUMMY is not set
41524 +# CONFIG_BONDING is not set
41525 +# CONFIG_MACVLAN is not set
41526 +# CONFIG_EQUALIZER is not set
41527 +# CONFIG_TUN is not set
41528 +# CONFIG_VETH is not set
41529 +# CONFIG_ARCNET is not set
41530 +CONFIG_PHYLIB=y
41531 +
41532 +#
41533 +# MII PHY device drivers
41534 +#
41535 +# CONFIG_MARVELL_PHY is not set
41536 +# CONFIG_DAVICOM_PHY is not set
41537 +# CONFIG_QSEMI_PHY is not set
41538 +# CONFIG_LXT_PHY is not set
41539 +# CONFIG_CICADA_PHY is not set
41540 +# CONFIG_VITESSE_PHY is not set
41541 +# CONFIG_SMSC_PHY is not set
41542 +CONFIG_BROADCOM_PHY=y
41543 +# CONFIG_ICPLUS_PHY is not set
41544 +# CONFIG_REALTEK_PHY is not set
41545 +# CONFIG_FIXED_PHY is not set
41546 +# CONFIG_MDIO_BITBANG is not set
41547 +CONFIG_NET_ETHERNET=y
41548 +CONFIG_MII=y
41549 +# CONFIG_HAPPYMEAL is not set
41550 +# CONFIG_SUNGEM is not set
41551 +# CONFIG_CASSINI is not set
41552 +# CONFIG_NET_VENDOR_3COM is not set
41553 +# CONFIG_NET_TULIP is not set
41554 +# CONFIG_HP100 is not set
41555 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
41556 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
41557 +# CONFIG_IBM_NEW_EMAC_TAH is not set
41558 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
41559 +# CONFIG_NET_PCI is not set
41560 +# CONFIG_B44 is not set
41561 +CONFIG_NETDEV_1000=y
41562 +# CONFIG_ACENIC is not set
41563 +# CONFIG_DL2K is not set
41564 +# CONFIG_E1000 is not set
41565 +# CONFIG_E1000E is not set
41566 +# CONFIG_E1000E_ENABLED is not set
41567 +# CONFIG_IP1000 is not set
41568 +# CONFIG_IGB is not set
41569 +# CONFIG_NS83820 is not set
41570 +# CONFIG_HAMACHI is not set
41571 +# CONFIG_YELLOWFIN is not set
41572 +# CONFIG_R8169 is not set
41573 +# CONFIG_SIS190 is not set
41574 +# CONFIG_SKGE is not set
41575 +# CONFIG_SKY2 is not set
41576 +# CONFIG_SK98LIN is not set
41577 +# CONFIG_VIA_VELOCITY is not set
41578 +# CONFIG_TIGON3 is not set
41579 +# CONFIG_BNX2 is not set
41580 +CONFIG_GIANFAR=y
41581 +CONFIG_GFAR_NAPI=y
41582 +# CONFIG_QLA3XXX is not set
41583 +# CONFIG_ATL1 is not set
41584 +CONFIG_NETDEV_10000=y
41585 +# CONFIG_CHELSIO_T1 is not set
41586 +# CONFIG_CHELSIO_T3 is not set
41587 +# CONFIG_IXGBE is not set
41588 +# CONFIG_IXGB is not set
41589 +# CONFIG_S2IO is not set
41590 +# CONFIG_MYRI10GE is not set
41591 +# CONFIG_NETXEN_NIC is not set
41592 +# CONFIG_NIU is not set
41593 +# CONFIG_MLX4_CORE is not set
41594 +# CONFIG_TEHUTI is not set
41595 +# CONFIG_BNX2X is not set
41596 +# CONFIG_TR is not set
41597 +
41598 +#
41599 +# Wireless LAN
41600 +#
41601 +# CONFIG_WLAN_PRE80211 is not set
41602 +# CONFIG_WLAN_80211 is not set
41603 +# CONFIG_WAN is not set
41604 +# CONFIG_FDDI is not set
41605 +# CONFIG_HIPPI is not set
41606 +# CONFIG_PPP is not set
41607 +# CONFIG_SLIP is not set
41608 +# CONFIG_NETCONSOLE is not set
41609 +# CONFIG_NETPOLL is not set
41610 +# CONFIG_NET_POLL_CONTROLLER is not set
41611 +# CONFIG_ISDN is not set
41612 +# CONFIG_PHONE is not set
41613 +
41614 +#
41615 +# Input device support
41616 +#
41617 +CONFIG_INPUT=y
41618 +# CONFIG_INPUT_FF_MEMLESS is not set
41619 +# CONFIG_INPUT_POLLDEV is not set
41620 +
41621 +#
41622 +# Userland interfaces
41623 +#
41624 +# CONFIG_INPUT_MOUSEDEV is not set
41625 +# CONFIG_INPUT_JOYDEV is not set
41626 +# CONFIG_INPUT_EVDEV is not set
41627 +# CONFIG_INPUT_EVBUG is not set
41628 +
41629 +#
41630 +# Input Device Drivers
41631 +#
41632 +# CONFIG_INPUT_KEYBOARD is not set
41633 +# CONFIG_INPUT_MOUSE is not set
41634 +# CONFIG_INPUT_JOYSTICK is not set
41635 +# CONFIG_INPUT_TABLET is not set
41636 +# CONFIG_INPUT_TOUCHSCREEN is not set
41637 +# CONFIG_INPUT_MISC is not set
41638 +
41639 +#
41640 +# Hardware I/O ports
41641 +#
41642 +# CONFIG_SERIO is not set
41643 +# CONFIG_GAMEPORT is not set
41644 +
41645 +#
41646 +# Character devices
41647 +#
41648 +# CONFIG_VT is not set
41649 +# CONFIG_SERIAL_NONSTANDARD is not set
41650 +# CONFIG_NOZOMI is not set
41651 +
41652 +#
41653 +# Serial drivers
41654 +#
41655 +CONFIG_SERIAL_8250=y
41656 +CONFIG_SERIAL_8250_CONSOLE=y
41657 +CONFIG_SERIAL_8250_PCI=y
41658 +CONFIG_SERIAL_8250_NR_UARTS=4
41659 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
41660 +# CONFIG_SERIAL_8250_EXTENDED is not set
41661 +CONFIG_SERIAL_8250_SHARE_IRQ=y
41662 +
41663 +#
41664 +# Non-8250 serial port support
41665 +#
41666 +# CONFIG_SERIAL_UARTLITE is not set
41667 +CONFIG_SERIAL_CORE=y
41668 +CONFIG_SERIAL_CORE_CONSOLE=y
41669 +# CONFIG_SERIAL_JSM is not set
41670 +# CONFIG_SERIAL_OF_PLATFORM is not set
41671 +CONFIG_UNIX98_PTYS=y
41672 +CONFIG_LEGACY_PTYS=y
41673 +CONFIG_LEGACY_PTY_COUNT=256
41674 +# CONFIG_IPMI_HANDLER is not set
41675 +# CONFIG_HW_RANDOM is not set
41676 +# CONFIG_NVRAM is not set
41677 +CONFIG_GEN_RTC=y
41678 +# CONFIG_GEN_RTC_X is not set
41679 +# CONFIG_R3964 is not set
41680 +# CONFIG_APPLICOM is not set
41681 +# CONFIG_RAW_DRIVER is not set
41682 +# CONFIG_TCG_TPM is not set
41683 +CONFIG_DEVPORT=y
41684 +# CONFIG_I2C is not set
41685 +
41686 +#
41687 +# SPI support
41688 +#
41689 +# CONFIG_SPI is not set
41690 +# CONFIG_SPI_MASTER is not set
41691 +# CONFIG_W1 is not set
41692 +# CONFIG_POWER_SUPPLY is not set
41693 +CONFIG_HWMON=y
41694 +# CONFIG_HWMON_VID is not set
41695 +# CONFIG_SENSORS_I5K_AMB is not set
41696 +# CONFIG_SENSORS_F71805F is not set
41697 +# CONFIG_SENSORS_F71882FG is not set
41698 +# CONFIG_SENSORS_IT87 is not set
41699 +# CONFIG_SENSORS_PC87360 is not set
41700 +# CONFIG_SENSORS_PC87427 is not set
41701 +# CONFIG_SENSORS_SIS5595 is not set
41702 +# CONFIG_SENSORS_SMSC47M1 is not set
41703 +# CONFIG_SENSORS_SMSC47B397 is not set
41704 +# CONFIG_SENSORS_VIA686A is not set
41705 +# CONFIG_SENSORS_VT1211 is not set
41706 +# CONFIG_SENSORS_VT8231 is not set
41707 +# CONFIG_SENSORS_W83627HF is not set
41708 +# CONFIG_SENSORS_W83627EHF is not set
41709 +# CONFIG_HWMON_DEBUG_CHIP is not set
41710 +# CONFIG_THERMAL is not set
41711 +# CONFIG_WATCHDOG is not set
41712 +
41713 +#
41714 +# Sonics Silicon Backplane
41715 +#
41716 +CONFIG_SSB_POSSIBLE=y
41717 +# CONFIG_SSB is not set
41718 +
41719 +#
41720 +# Multifunction device drivers
41721 +#
41722 +# CONFIG_MFD_SM501 is not set
41723 +
41724 +#
41725 +# Multimedia devices
41726 +#
41727 +# CONFIG_VIDEO_DEV is not set
41728 +# CONFIG_DVB_CORE is not set
41729 +CONFIG_DAB=y
41730 +
41731 +#
41732 +# Graphics support
41733 +#
41734 +# CONFIG_AGP is not set
41735 +# CONFIG_DRM is not set
41736 +# CONFIG_VGASTATE is not set
41737 +CONFIG_VIDEO_OUTPUT_CONTROL=y
41738 +# CONFIG_FB is not set
41739 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
41740 +
41741 +#
41742 +# Display device support
41743 +#
41744 +# CONFIG_DISPLAY_SUPPORT is not set
41745 +
41746 +#
41747 +# Sound
41748 +#
41749 +# CONFIG_SOUND is not set
41750 +# CONFIG_HID_SUPPORT is not set
41751 +# CONFIG_USB_SUPPORT is not set
41752 +# CONFIG_MMC is not set
41753 +# CONFIG_MEMSTICK is not set
41754 +# CONFIG_NEW_LEDS is not set
41755 +# CONFIG_INFINIBAND is not set
41756 +# CONFIG_EDAC is not set
41757 +# CONFIG_RTC_CLASS is not set
41758 +# CONFIG_DMADEVICES is not set
41759 +
41760 +#
41761 +# Userspace I/O
41762 +#
41763 +# CONFIG_UIO is not set
41764 +
41765 +#
41766 +# File systems
41767 +#
41768 +# CONFIG_EXT2_FS is not set
41769 +# CONFIG_EXT3_FS is not set
41770 +# CONFIG_EXT4DEV_FS is not set
41771 +# CONFIG_REISERFS_FS is not set
41772 +# CONFIG_JFS_FS is not set
41773 +# CONFIG_FS_POSIX_ACL is not set
41774 +# CONFIG_XFS_FS is not set
41775 +# CONFIG_GFS2_FS is not set
41776 +# CONFIG_OCFS2_FS is not set
41777 +CONFIG_DNOTIFY=y
41778 +CONFIG_INOTIFY=y
41779 +CONFIG_INOTIFY_USER=y
41780 +# CONFIG_QUOTA is not set
41781 +# CONFIG_AUTOFS_FS is not set
41782 +# CONFIG_AUTOFS4_FS is not set
41783 +# CONFIG_FUSE_FS is not set
41784 +
41785 +#
41786 +# CD-ROM/DVD Filesystems
41787 +#
41788 +# CONFIG_ISO9660_FS is not set
41789 +# CONFIG_UDF_FS is not set
41790 +
41791 +#
41792 +# DOS/FAT/NT Filesystems
41793 +#
41794 +# CONFIG_MSDOS_FS is not set
41795 +# CONFIG_VFAT_FS is not set
41796 +# CONFIG_NTFS_FS is not set
41797 +
41798 +#
41799 +# Pseudo filesystems
41800 +#
41801 +CONFIG_PROC_FS=y
41802 +CONFIG_PROC_KCORE=y
41803 +CONFIG_PROC_SYSCTL=y
41804 +CONFIG_SYSFS=y
41805 +CONFIG_TMPFS=y
41806 +# CONFIG_TMPFS_POSIX_ACL is not set
41807 +# CONFIG_HUGETLB_PAGE is not set
41808 +# CONFIG_CONFIGFS_FS is not set
41809 +
41810 +#
41811 +# Miscellaneous filesystems
41812 +#
41813 +# CONFIG_ADFS_FS is not set
41814 +# CONFIG_AFFS_FS is not set
41815 +# CONFIG_HFS_FS is not set
41816 +# CONFIG_HFSPLUS_FS is not set
41817 +# CONFIG_BEFS_FS is not set
41818 +# CONFIG_BFS_FS is not set
41819 +# CONFIG_EFS_FS is not set
41820 +# CONFIG_CRAMFS is not set
41821 +# CONFIG_VXFS_FS is not set
41822 +# CONFIG_MINIX_FS is not set
41823 +# CONFIG_HPFS_FS is not set
41824 +# CONFIG_QNX4FS_FS is not set
41825 +# CONFIG_ROMFS_FS is not set
41826 +# CONFIG_SYSV_FS is not set
41827 +# CONFIG_UFS_FS is not set
41828 +CONFIG_NETWORK_FILESYSTEMS=y
41829 +CONFIG_NFS_FS=y
41830 +# CONFIG_NFS_V3 is not set
41831 +# CONFIG_NFS_V4 is not set
41832 +# CONFIG_NFS_DIRECTIO is not set
41833 +# CONFIG_NFSD is not set
41834 +CONFIG_ROOT_NFS=y
41835 +CONFIG_LOCKD=y
41836 +CONFIG_NFS_COMMON=y
41837 +CONFIG_SUNRPC=y
41838 +# CONFIG_SUNRPC_BIND34 is not set
41839 +# CONFIG_RPCSEC_GSS_KRB5 is not set
41840 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
41841 +# CONFIG_SMB_FS is not set
41842 +# CONFIG_CIFS is not set
41843 +# CONFIG_NCP_FS is not set
41844 +# CONFIG_CODA_FS is not set
41845 +# CONFIG_AFS_FS is not set
41846 +
41847 +#
41848 +# Partition Types
41849 +#
41850 +# CONFIG_PARTITION_ADVANCED is not set
41851 +CONFIG_MSDOS_PARTITION=y
41852 +# CONFIG_NLS is not set
41853 +# CONFIG_DLM is not set
41854 +
41855 +#
41856 +# Library routines
41857 +#
41858 +CONFIG_BITREVERSE=y
41859 +# CONFIG_CRC_CCITT is not set
41860 +# CONFIG_CRC16 is not set
41861 +# CONFIG_CRC_ITU_T is not set
41862 +CONFIG_CRC32=y
41863 +# CONFIG_CRC7 is not set
41864 +# CONFIG_LIBCRC32C is not set
41865 +CONFIG_PLIST=y
41866 +CONFIG_HAS_IOMEM=y
41867 +CONFIG_HAS_IOPORT=y
41868 +CONFIG_HAS_DMA=y
41869 +
41870 +#
41871 +# Kernel hacking
41872 +#
41873 +# CONFIG_PRINTK_TIME is not set
41874 +CONFIG_ENABLE_WARN_DEPRECATED=y
41875 +CONFIG_ENABLE_MUST_CHECK=y
41876 +# CONFIG_MAGIC_SYSRQ is not set
41877 +# CONFIG_UNUSED_SYMBOLS is not set
41878 +# CONFIG_DEBUG_FS is not set
41879 +# CONFIG_HEADERS_CHECK is not set
41880 +# CONFIG_DEBUG_KERNEL is not set
41881 +# CONFIG_DEBUG_BUGVERBOSE is not set
41882 +# CONFIG_SAMPLES is not set
41883 +# CONFIG_PPC_EARLY_DEBUG is not set
41884 +
41885 +#
41886 +# Security options
41887 +#
41888 +# CONFIG_KEYS is not set
41889 +# CONFIG_SECURITY is not set
41890 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
41891 +CONFIG_CRYPTO=y
41892 +# CONFIG_CRYPTO_SEQIV is not set
41893 +# CONFIG_CRYPTO_MANAGER is not set
41894 +# CONFIG_CRYPTO_HMAC is not set
41895 +# CONFIG_CRYPTO_XCBC is not set
41896 +# CONFIG_CRYPTO_NULL is not set
41897 +# CONFIG_CRYPTO_MD4 is not set
41898 +# CONFIG_CRYPTO_MD5 is not set
41899 +# CONFIG_CRYPTO_SHA1 is not set
41900 +# CONFIG_CRYPTO_SHA256 is not set
41901 +# CONFIG_CRYPTO_SHA512 is not set
41902 +# CONFIG_CRYPTO_WP512 is not set
41903 +# CONFIG_CRYPTO_TGR192 is not set
41904 +# CONFIG_CRYPTO_GF128MUL is not set
41905 +# CONFIG_CRYPTO_ECB is not set
41906 +# CONFIG_CRYPTO_CBC is not set
41907 +# CONFIG_CRYPTO_PCBC is not set
41908 +# CONFIG_CRYPTO_LRW is not set
41909 +# CONFIG_CRYPTO_XTS is not set
41910 +# CONFIG_CRYPTO_CTR is not set
41911 +# CONFIG_CRYPTO_GCM is not set
41912 +# CONFIG_CRYPTO_CCM is not set
41913 +# CONFIG_CRYPTO_CRYPTD is not set
41914 +# CONFIG_CRYPTO_DES is not set
41915 +# CONFIG_CRYPTO_FCRYPT is not set
41916 +# CONFIG_CRYPTO_BLOWFISH is not set
41917 +# CONFIG_CRYPTO_TWOFISH is not set
41918 +# CONFIG_CRYPTO_SERPENT is not set
41919 +# CONFIG_CRYPTO_AES is not set
41920 +# CONFIG_CRYPTO_CAST5 is not set
41921 +# CONFIG_CRYPTO_CAST6 is not set
41922 +# CONFIG_CRYPTO_TEA is not set
41923 +# CONFIG_CRYPTO_ARC4 is not set
41924 +# CONFIG_CRYPTO_KHAZAD is not set
41925 +# CONFIG_CRYPTO_ANUBIS is not set
41926 +# CONFIG_CRYPTO_SEED is not set
41927 +# CONFIG_CRYPTO_SALSA20 is not set
41928 +# CONFIG_CRYPTO_DEFLATE is not set
41929 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
41930 +# CONFIG_CRYPTO_CRC32C is not set
41931 +# CONFIG_CRYPTO_CAMELLIA is not set
41932 +# CONFIG_CRYPTO_AUTHENC is not set
41933 +# CONFIG_CRYPTO_LZO is not set
41934 +CONFIG_CRYPTO_HW=y
41935 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
41936 +# CONFIG_PPC_CLOCK is not set
41937 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/sbc8560_defconfig powerpc.git/arch/powerpc/configs/85xx/sbc8560_defconfig
41938 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/sbc8560_defconfig 1970-01-01 01:00:00.000000000 +0100
41939 +++ powerpc.git/arch/powerpc/configs/85xx/sbc8560_defconfig 2008-04-19 16:40:52.000000000 +0200
41940 @@ -0,0 +1,830 @@
41941 +#
41942 +# Automatically generated make config: don't edit
41943 +# Linux kernel version: 2.6.25-rc6
41944 +# Mon Mar 24 08:48:39 2008
41945 +#
41946 +# CONFIG_PPC64 is not set
41947 +
41948 +#
41949 +# Processor support
41950 +#
41951 +# CONFIG_6xx is not set
41952 +CONFIG_PPC_85xx=y
41953 +# CONFIG_PPC_8xx is not set
41954 +# CONFIG_40x is not set
41955 +# CONFIG_44x is not set
41956 +# CONFIG_E200 is not set
41957 +CONFIG_E500=y
41958 +CONFIG_BOOKE=y
41959 +CONFIG_FSL_BOOKE=y
41960 +CONFIG_FSL_EMB_PERFMON=y
41961 +# CONFIG_PHYS_64BIT is not set
41962 +CONFIG_SPE=y
41963 +# CONFIG_PPC_MM_SLICES is not set
41964 +CONFIG_PPC32=y
41965 +CONFIG_WORD_SIZE=32
41966 +CONFIG_PPC_MERGE=y
41967 +CONFIG_MMU=y
41968 +CONFIG_GENERIC_CMOS_UPDATE=y
41969 +CONFIG_GENERIC_TIME=y
41970 +CONFIG_GENERIC_TIME_VSYSCALL=y
41971 +CONFIG_GENERIC_CLOCKEVENTS=y
41972 +CONFIG_GENERIC_HARDIRQS=y
41973 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
41974 +CONFIG_IRQ_PER_CPU=y
41975 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
41976 +CONFIG_ARCH_HAS_ILOG2_U32=y
41977 +CONFIG_GENERIC_HWEIGHT=y
41978 +CONFIG_GENERIC_CALIBRATE_DELAY=y
41979 +CONFIG_GENERIC_FIND_NEXT_BIT=y
41980 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
41981 +CONFIG_PPC=y
41982 +CONFIG_EARLY_PRINTK=y
41983 +CONFIG_GENERIC_NVRAM=y
41984 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
41985 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
41986 +CONFIG_PPC_OF=y
41987 +CONFIG_OF=y
41988 +CONFIG_PPC_UDBG_16550=y
41989 +# CONFIG_GENERIC_TBSYNC is not set
41990 +CONFIG_AUDIT_ARCH=y
41991 +CONFIG_GENERIC_BUG=y
41992 +CONFIG_DEFAULT_UIMAGE=y
41993 +# CONFIG_PPC_DCR_NATIVE is not set
41994 +# CONFIG_PPC_DCR_MMIO is not set
41995 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
41996 +
41997 +#
41998 +# General setup
41999 +#
42000 +CONFIG_EXPERIMENTAL=y
42001 +CONFIG_BROKEN_ON_SMP=y
42002 +CONFIG_INIT_ENV_ARG_LIMIT=32
42003 +CONFIG_LOCALVERSION=""
42004 +CONFIG_LOCALVERSION_AUTO=y
42005 +CONFIG_SWAP=y
42006 +CONFIG_SYSVIPC=y
42007 +CONFIG_SYSVIPC_SYSCTL=y
42008 +# CONFIG_POSIX_MQUEUE is not set
42009 +# CONFIG_BSD_PROCESS_ACCT is not set
42010 +# CONFIG_TASKSTATS is not set
42011 +# CONFIG_AUDIT is not set
42012 +# CONFIG_IKCONFIG is not set
42013 +CONFIG_LOG_BUF_SHIFT=14
42014 +# CONFIG_CGROUPS is not set
42015 +CONFIG_GROUP_SCHED=y
42016 +CONFIG_FAIR_GROUP_SCHED=y
42017 +# CONFIG_RT_GROUP_SCHED is not set
42018 +CONFIG_USER_SCHED=y
42019 +# CONFIG_CGROUP_SCHED is not set
42020 +CONFIG_SYSFS_DEPRECATED=y
42021 +CONFIG_SYSFS_DEPRECATED_V2=y
42022 +# CONFIG_RELAY is not set
42023 +# CONFIG_NAMESPACES is not set
42024 +CONFIG_BLK_DEV_INITRD=y
42025 +CONFIG_INITRAMFS_SOURCE=""
42026 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
42027 +CONFIG_SYSCTL=y
42028 +CONFIG_EMBEDDED=y
42029 +CONFIG_SYSCTL_SYSCALL=y
42030 +CONFIG_KALLSYMS=y
42031 +# CONFIG_KALLSYMS_ALL is not set
42032 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
42033 +CONFIG_HOTPLUG=y
42034 +CONFIG_PRINTK=y
42035 +CONFIG_BUG=y
42036 +CONFIG_ELF_CORE=y
42037 +CONFIG_COMPAT_BRK=y
42038 +CONFIG_BASE_FULL=y
42039 +CONFIG_FUTEX=y
42040 +CONFIG_ANON_INODES=y
42041 +CONFIG_EPOLL=y
42042 +CONFIG_SIGNALFD=y
42043 +CONFIG_TIMERFD=y
42044 +CONFIG_EVENTFD=y
42045 +CONFIG_SHMEM=y
42046 +CONFIG_VM_EVENT_COUNTERS=y
42047 +CONFIG_SLAB=y
42048 +# CONFIG_SLUB is not set
42049 +# CONFIG_SLOB is not set
42050 +# CONFIG_PROFILING is not set
42051 +# CONFIG_MARKERS is not set
42052 +CONFIG_HAVE_OPROFILE=y
42053 +CONFIG_HAVE_KPROBES=y
42054 +CONFIG_HAVE_KRETPROBES=y
42055 +CONFIG_PROC_PAGE_MONITOR=y
42056 +CONFIG_SLABINFO=y
42057 +CONFIG_RT_MUTEXES=y
42058 +# CONFIG_TINY_SHMEM is not set
42059 +CONFIG_BASE_SMALL=0
42060 +# CONFIG_MODULES is not set
42061 +CONFIG_BLOCK=y
42062 +# CONFIG_LBD is not set
42063 +# CONFIG_BLK_DEV_IO_TRACE is not set
42064 +# CONFIG_LSF is not set
42065 +# CONFIG_BLK_DEV_BSG is not set
42066 +
42067 +#
42068 +# IO Schedulers
42069 +#
42070 +CONFIG_IOSCHED_NOOP=y
42071 +CONFIG_IOSCHED_AS=y
42072 +CONFIG_IOSCHED_DEADLINE=y
42073 +CONFIG_IOSCHED_CFQ=y
42074 +CONFIG_DEFAULT_AS=y
42075 +# CONFIG_DEFAULT_DEADLINE is not set
42076 +# CONFIG_DEFAULT_CFQ is not set
42077 +# CONFIG_DEFAULT_NOOP is not set
42078 +CONFIG_DEFAULT_IOSCHED="anticipatory"
42079 +CONFIG_CLASSIC_RCU=y
42080 +
42081 +#
42082 +# Platform support
42083 +#
42084 +# CONFIG_PPC_MPC512x is not set
42085 +# CONFIG_PPC_MPC5121 is not set
42086 +# CONFIG_PPC_CELL is not set
42087 +# CONFIG_PPC_CELL_NATIVE is not set
42088 +# CONFIG_PQ2ADS is not set
42089 +CONFIG_MPC85xx=y
42090 +# CONFIG_MPC8540_ADS is not set
42091 +# CONFIG_MPC8560_ADS is not set
42092 +# CONFIG_MPC85xx_CDS is not set
42093 +# CONFIG_MPC85xx_MDS is not set
42094 +# CONFIG_MPC85xx_DS is not set
42095 +# CONFIG_STX_GP3 is not set
42096 +# CONFIG_TQM8540 is not set
42097 +# CONFIG_TQM8541 is not set
42098 +# CONFIG_TQM8555 is not set
42099 +# CONFIG_TQM8560 is not set
42100 +# CONFIG_SBC8548 is not set
42101 +CONFIG_SBC8560=y
42102 +# CONFIG_IPIC is not set
42103 +CONFIG_MPIC=y
42104 +# CONFIG_MPIC_WEIRD is not set
42105 +# CONFIG_PPC_I8259 is not set
42106 +# CONFIG_PPC_RTAS is not set
42107 +# CONFIG_MMIO_NVRAM is not set
42108 +# CONFIG_PPC_MPC106 is not set
42109 +# CONFIG_PPC_970_NAP is not set
42110 +# CONFIG_PPC_INDIRECT_IO is not set
42111 +# CONFIG_GENERIC_IOMAP is not set
42112 +# CONFIG_CPU_FREQ is not set
42113 +# CONFIG_CPM2 is not set
42114 +# CONFIG_FSL_ULI1575 is not set
42115 +
42116 +#
42117 +# Kernel options
42118 +#
42119 +# CONFIG_HIGHMEM is not set
42120 +# CONFIG_TICK_ONESHOT is not set
42121 +# CONFIG_NO_HZ is not set
42122 +# CONFIG_HIGH_RES_TIMERS is not set
42123 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
42124 +# CONFIG_HZ_100 is not set
42125 +CONFIG_HZ_250=y
42126 +# CONFIG_HZ_300 is not set
42127 +# CONFIG_HZ_1000 is not set
42128 +CONFIG_HZ=250
42129 +# CONFIG_SCHED_HRTICK is not set
42130 +CONFIG_PREEMPT_NONE=y
42131 +# CONFIG_PREEMPT_VOLUNTARY is not set
42132 +# CONFIG_PREEMPT is not set
42133 +CONFIG_BINFMT_ELF=y
42134 +CONFIG_BINFMT_MISC=y
42135 +# CONFIG_MATH_EMULATION is not set
42136 +# CONFIG_IOMMU_HELPER is not set
42137 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
42138 +CONFIG_ARCH_HAS_WALK_MEMORY=y
42139 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
42140 +CONFIG_ARCH_FLATMEM_ENABLE=y
42141 +CONFIG_ARCH_POPULATES_NODE_MAP=y
42142 +CONFIG_SELECT_MEMORY_MODEL=y
42143 +CONFIG_FLATMEM_MANUAL=y
42144 +# CONFIG_DISCONTIGMEM_MANUAL is not set
42145 +# CONFIG_SPARSEMEM_MANUAL is not set
42146 +CONFIG_FLATMEM=y
42147 +CONFIG_FLAT_NODE_MEM_MAP=y
42148 +# CONFIG_SPARSEMEM_STATIC is not set
42149 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
42150 +CONFIG_SPLIT_PTLOCK_CPUS=4
42151 +# CONFIG_RESOURCES_64BIT is not set
42152 +CONFIG_ZONE_DMA_FLAG=1
42153 +CONFIG_BOUNCE=y
42154 +CONFIG_VIRT_TO_BUS=y
42155 +CONFIG_PROC_DEVICETREE=y
42156 +# CONFIG_CMDLINE_BOOL is not set
42157 +# CONFIG_PM is not set
42158 +# CONFIG_SECCOMP is not set
42159 +CONFIG_ISA_DMA_API=y
42160 +
42161 +#
42162 +# Bus options
42163 +#
42164 +CONFIG_ZONE_DMA=y
42165 +CONFIG_FSL_SOC=y
42166 +# CONFIG_PCI is not set
42167 +# CONFIG_PCI_DOMAINS is not set
42168 +# CONFIG_PCI_SYSCALL is not set
42169 +# CONFIG_ARCH_SUPPORTS_MSI is not set
42170 +# CONFIG_PCCARD is not set
42171 +
42172 +#
42173 +# Advanced setup
42174 +#
42175 +# CONFIG_ADVANCED_OPTIONS is not set
42176 +
42177 +#
42178 +# Default settings for advanced configuration options are used
42179 +#
42180 +CONFIG_HIGHMEM_START=0xfe000000
42181 +CONFIG_LOWMEM_SIZE=0x30000000
42182 +CONFIG_KERNEL_START=0xc0000000
42183 +CONFIG_TASK_SIZE=0xc0000000
42184 +CONFIG_BOOT_LOAD=0x00800000
42185 +
42186 +#
42187 +# Networking
42188 +#
42189 +CONFIG_NET=y
42190 +
42191 +#
42192 +# Networking options
42193 +#
42194 +CONFIG_PACKET=y
42195 +# CONFIG_PACKET_MMAP is not set
42196 +CONFIG_UNIX=y
42197 +CONFIG_XFRM=y
42198 +CONFIG_XFRM_USER=y
42199 +# CONFIG_XFRM_SUB_POLICY is not set
42200 +# CONFIG_XFRM_MIGRATE is not set
42201 +# CONFIG_XFRM_STATISTICS is not set
42202 +# CONFIG_NET_KEY is not set
42203 +CONFIG_INET=y
42204 +CONFIG_IP_MULTICAST=y
42205 +# CONFIG_IP_ADVANCED_ROUTER is not set
42206 +CONFIG_IP_FIB_HASH=y
42207 +CONFIG_IP_PNP=y
42208 +CONFIG_IP_PNP_DHCP=y
42209 +CONFIG_IP_PNP_BOOTP=y
42210 +# CONFIG_IP_PNP_RARP is not set
42211 +# CONFIG_NET_IPIP is not set
42212 +# CONFIG_NET_IPGRE is not set
42213 +# CONFIG_IP_MROUTE is not set
42214 +# CONFIG_ARPD is not set
42215 +CONFIG_SYN_COOKIES=y
42216 +# CONFIG_INET_AH is not set
42217 +# CONFIG_INET_ESP is not set
42218 +# CONFIG_INET_IPCOMP is not set
42219 +# CONFIG_INET_XFRM_TUNNEL is not set
42220 +# CONFIG_INET_TUNNEL is not set
42221 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
42222 +CONFIG_INET_XFRM_MODE_TUNNEL=y
42223 +CONFIG_INET_XFRM_MODE_BEET=y
42224 +# CONFIG_INET_LRO is not set
42225 +CONFIG_INET_DIAG=y
42226 +CONFIG_INET_TCP_DIAG=y
42227 +# CONFIG_TCP_CONG_ADVANCED is not set
42228 +CONFIG_TCP_CONG_CUBIC=y
42229 +CONFIG_DEFAULT_TCP_CONG="cubic"
42230 +# CONFIG_TCP_MD5SIG is not set
42231 +# CONFIG_IPV6 is not set
42232 +# CONFIG_INET6_XFRM_TUNNEL is not set
42233 +# CONFIG_INET6_TUNNEL is not set
42234 +# CONFIG_NETWORK_SECMARK is not set
42235 +# CONFIG_NETFILTER is not set
42236 +# CONFIG_IP_DCCP is not set
42237 +# CONFIG_IP_SCTP is not set
42238 +# CONFIG_TIPC is not set
42239 +# CONFIG_ATM is not set
42240 +# CONFIG_BRIDGE is not set
42241 +# CONFIG_VLAN_8021Q is not set
42242 +# CONFIG_DECNET is not set
42243 +# CONFIG_LLC2 is not set
42244 +# CONFIG_IPX is not set
42245 +# CONFIG_ATALK is not set
42246 +# CONFIG_X25 is not set
42247 +# CONFIG_LAPB is not set
42248 +# CONFIG_ECONET is not set
42249 +# CONFIG_WAN_ROUTER is not set
42250 +# CONFIG_NET_SCHED is not set
42251 +
42252 +#
42253 +# Network testing
42254 +#
42255 +# CONFIG_NET_PKTGEN is not set
42256 +# CONFIG_HAMRADIO is not set
42257 +# CONFIG_CAN is not set
42258 +# CONFIG_IRDA is not set
42259 +# CONFIG_BT is not set
42260 +# CONFIG_AF_RXRPC is not set
42261 +
42262 +#
42263 +# Wireless
42264 +#
42265 +# CONFIG_CFG80211 is not set
42266 +# CONFIG_WIRELESS_EXT is not set
42267 +# CONFIG_MAC80211 is not set
42268 +# CONFIG_IEEE80211 is not set
42269 +# CONFIG_RFKILL is not set
42270 +# CONFIG_NET_9P is not set
42271 +
42272 +#
42273 +# Device Drivers
42274 +#
42275 +
42276 +#
42277 +# Generic Driver Options
42278 +#
42279 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
42280 +CONFIG_STANDALONE=y
42281 +CONFIG_PREVENT_FIRMWARE_BUILD=y
42282 +# CONFIG_FW_LOADER is not set
42283 +# CONFIG_DEBUG_DRIVER is not set
42284 +# CONFIG_DEBUG_DEVRES is not set
42285 +# CONFIG_SYS_HYPERVISOR is not set
42286 +# CONFIG_CONNECTOR is not set
42287 +# CONFIG_MTD is not set
42288 +CONFIG_OF_DEVICE=y
42289 +# CONFIG_PARPORT is not set
42290 +CONFIG_BLK_DEV=y
42291 +# CONFIG_BLK_DEV_FD is not set
42292 +# CONFIG_BLK_DEV_COW_COMMON is not set
42293 +CONFIG_BLK_DEV_LOOP=y
42294 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
42295 +# CONFIG_BLK_DEV_NBD is not set
42296 +CONFIG_BLK_DEV_RAM=y
42297 +CONFIG_BLK_DEV_RAM_COUNT=16
42298 +CONFIG_BLK_DEV_RAM_SIZE=32768
42299 +# CONFIG_BLK_DEV_XIP is not set
42300 +# CONFIG_CDROM_PKTCDVD is not set
42301 +# CONFIG_ATA_OVER_ETH is not set
42302 +CONFIG_MISC_DEVICES=y
42303 +# CONFIG_EEPROM_93CX6 is not set
42304 +# CONFIG_ENCLOSURE_SERVICES is not set
42305 +CONFIG_HAVE_IDE=y
42306 +# CONFIG_IDE is not set
42307 +
42308 +#
42309 +# SCSI device support
42310 +#
42311 +# CONFIG_RAID_ATTRS is not set
42312 +# CONFIG_SCSI is not set
42313 +# CONFIG_SCSI_DMA is not set
42314 +# CONFIG_SCSI_NETLINK is not set
42315 +# CONFIG_ATA is not set
42316 +# CONFIG_MD is not set
42317 +# CONFIG_MACINTOSH_DRIVERS is not set
42318 +CONFIG_NETDEVICES=y
42319 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
42320 +# CONFIG_DUMMY is not set
42321 +# CONFIG_BONDING is not set
42322 +# CONFIG_MACVLAN is not set
42323 +# CONFIG_EQUALIZER is not set
42324 +# CONFIG_TUN is not set
42325 +# CONFIG_VETH is not set
42326 +CONFIG_PHYLIB=y
42327 +
42328 +#
42329 +# MII PHY device drivers
42330 +#
42331 +# CONFIG_MARVELL_PHY is not set
42332 +# CONFIG_DAVICOM_PHY is not set
42333 +# CONFIG_QSEMI_PHY is not set
42334 +# CONFIG_LXT_PHY is not set
42335 +# CONFIG_CICADA_PHY is not set
42336 +# CONFIG_VITESSE_PHY is not set
42337 +# CONFIG_SMSC_PHY is not set
42338 +CONFIG_BROADCOM_PHY=y
42339 +# CONFIG_ICPLUS_PHY is not set
42340 +# CONFIG_REALTEK_PHY is not set
42341 +# CONFIG_FIXED_PHY is not set
42342 +# CONFIG_MDIO_BITBANG is not set
42343 +CONFIG_NET_ETHERNET=y
42344 +CONFIG_MII=y
42345 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
42346 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
42347 +# CONFIG_IBM_NEW_EMAC_TAH is not set
42348 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
42349 +# CONFIG_B44 is not set
42350 +CONFIG_NETDEV_1000=y
42351 +# CONFIG_E1000E_ENABLED is not set
42352 +CONFIG_GIANFAR=y
42353 +CONFIG_GFAR_NAPI=y
42354 +CONFIG_NETDEV_10000=y
42355 +
42356 +#
42357 +# Wireless LAN
42358 +#
42359 +# CONFIG_WLAN_PRE80211 is not set
42360 +# CONFIG_WLAN_80211 is not set
42361 +# CONFIG_WAN is not set
42362 +# CONFIG_PPP is not set
42363 +# CONFIG_SLIP is not set
42364 +# CONFIG_NETCONSOLE is not set
42365 +# CONFIG_NETPOLL is not set
42366 +# CONFIG_NET_POLL_CONTROLLER is not set
42367 +# CONFIG_ISDN is not set
42368 +# CONFIG_PHONE is not set
42369 +
42370 +#
42371 +# Input device support
42372 +#
42373 +CONFIG_INPUT=y
42374 +# CONFIG_INPUT_FF_MEMLESS is not set
42375 +# CONFIG_INPUT_POLLDEV is not set
42376 +
42377 +#
42378 +# Userland interfaces
42379 +#
42380 +# CONFIG_INPUT_MOUSEDEV is not set
42381 +# CONFIG_INPUT_JOYDEV is not set
42382 +# CONFIG_INPUT_EVDEV is not set
42383 +# CONFIG_INPUT_EVBUG is not set
42384 +
42385 +#
42386 +# Input Device Drivers
42387 +#
42388 +# CONFIG_INPUT_KEYBOARD is not set
42389 +# CONFIG_INPUT_MOUSE is not set
42390 +# CONFIG_INPUT_JOYSTICK is not set
42391 +# CONFIG_INPUT_TABLET is not set
42392 +# CONFIG_INPUT_TOUCHSCREEN is not set
42393 +# CONFIG_INPUT_MISC is not set
42394 +
42395 +#
42396 +# Hardware I/O ports
42397 +#
42398 +# CONFIG_SERIO is not set
42399 +# CONFIG_GAMEPORT is not set
42400 +
42401 +#
42402 +# Character devices
42403 +#
42404 +# CONFIG_VT is not set
42405 +# CONFIG_SERIAL_NONSTANDARD is not set
42406 +
42407 +#
42408 +# Serial drivers
42409 +#
42410 +CONFIG_SERIAL_8250=y
42411 +CONFIG_SERIAL_8250_CONSOLE=y
42412 +CONFIG_SERIAL_8250_NR_UARTS=2
42413 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
42414 +# CONFIG_SERIAL_8250_EXTENDED is not set
42415 +CONFIG_SERIAL_8250_SHARE_IRQ=y
42416 +
42417 +#
42418 +# Non-8250 serial port support
42419 +#
42420 +# CONFIG_SERIAL_UARTLITE is not set
42421 +CONFIG_SERIAL_CORE=y
42422 +CONFIG_SERIAL_CORE_CONSOLE=y
42423 +# CONFIG_SERIAL_OF_PLATFORM is not set
42424 +CONFIG_UNIX98_PTYS=y
42425 +CONFIG_LEGACY_PTYS=y
42426 +CONFIG_LEGACY_PTY_COUNT=256
42427 +# CONFIG_IPMI_HANDLER is not set
42428 +# CONFIG_HW_RANDOM is not set
42429 +# CONFIG_NVRAM is not set
42430 +# CONFIG_GEN_RTC is not set
42431 +# CONFIG_R3964 is not set
42432 +# CONFIG_RAW_DRIVER is not set
42433 +# CONFIG_TCG_TPM is not set
42434 +# CONFIG_I2C is not set
42435 +
42436 +#
42437 +# SPI support
42438 +#
42439 +# CONFIG_SPI is not set
42440 +# CONFIG_SPI_MASTER is not set
42441 +# CONFIG_W1 is not set
42442 +# CONFIG_POWER_SUPPLY is not set
42443 +CONFIG_HWMON=y
42444 +# CONFIG_HWMON_VID is not set
42445 +# CONFIG_SENSORS_F71805F is not set
42446 +# CONFIG_SENSORS_F71882FG is not set
42447 +# CONFIG_SENSORS_IT87 is not set
42448 +# CONFIG_SENSORS_PC87360 is not set
42449 +# CONFIG_SENSORS_PC87427 is not set
42450 +# CONFIG_SENSORS_SMSC47M1 is not set
42451 +# CONFIG_SENSORS_SMSC47B397 is not set
42452 +# CONFIG_SENSORS_VT1211 is not set
42453 +# CONFIG_SENSORS_W83627HF is not set
42454 +# CONFIG_SENSORS_W83627EHF is not set
42455 +# CONFIG_HWMON_DEBUG_CHIP is not set
42456 +# CONFIG_THERMAL is not set
42457 +# CONFIG_WATCHDOG is not set
42458 +
42459 +#
42460 +# Sonics Silicon Backplane
42461 +#
42462 +CONFIG_SSB_POSSIBLE=y
42463 +# CONFIG_SSB is not set
42464 +
42465 +#
42466 +# Multifunction device drivers
42467 +#
42468 +# CONFIG_MFD_SM501 is not set
42469 +
42470 +#
42471 +# Multimedia devices
42472 +#
42473 +# CONFIG_VIDEO_DEV is not set
42474 +# CONFIG_DVB_CORE is not set
42475 +CONFIG_DAB=y
42476 +
42477 +#
42478 +# Graphics support
42479 +#
42480 +# CONFIG_VGASTATE is not set
42481 +CONFIG_VIDEO_OUTPUT_CONTROL=y
42482 +# CONFIG_FB is not set
42483 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
42484 +
42485 +#
42486 +# Display device support
42487 +#
42488 +# CONFIG_DISPLAY_SUPPORT is not set
42489 +
42490 +#
42491 +# Sound
42492 +#
42493 +# CONFIG_SOUND is not set
42494 +CONFIG_HID_SUPPORT=y
42495 +CONFIG_HID=y
42496 +# CONFIG_HID_DEBUG is not set
42497 +# CONFIG_HIDRAW is not set
42498 +CONFIG_USB_SUPPORT=y
42499 +# CONFIG_USB_ARCH_HAS_HCD is not set
42500 +# CONFIG_USB_ARCH_HAS_OHCI is not set
42501 +# CONFIG_USB_ARCH_HAS_EHCI is not set
42502 +
42503 +#
42504 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
42505 +#
42506 +# CONFIG_USB_GADGET is not set
42507 +# CONFIG_MMC is not set
42508 +# CONFIG_MEMSTICK is not set
42509 +# CONFIG_NEW_LEDS is not set
42510 +# CONFIG_EDAC is not set
42511 +CONFIG_RTC_LIB=y
42512 +CONFIG_RTC_CLASS=y
42513 +CONFIG_RTC_HCTOSYS=y
42514 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
42515 +# CONFIG_RTC_DEBUG is not set
42516 +
42517 +#
42518 +# RTC interfaces
42519 +#
42520 +CONFIG_RTC_INTF_SYSFS=y
42521 +CONFIG_RTC_INTF_PROC=y
42522 +CONFIG_RTC_INTF_DEV=y
42523 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
42524 +# CONFIG_RTC_DRV_TEST is not set
42525 +
42526 +#
42527 +# SPI RTC drivers
42528 +#
42529 +
42530 +#
42531 +# Platform RTC drivers
42532 +#
42533 +# CONFIG_RTC_DRV_CMOS is not set
42534 +# CONFIG_RTC_DRV_DS1511 is not set
42535 +# CONFIG_RTC_DRV_DS1553 is not set
42536 +# CONFIG_RTC_DRV_DS1742 is not set
42537 +# CONFIG_RTC_DRV_STK17TA8 is not set
42538 +# CONFIG_RTC_DRV_M48T86 is not set
42539 +CONFIG_RTC_DRV_M48T59=y
42540 +# CONFIG_RTC_DRV_V3020 is not set
42541 +
42542 +#
42543 +# on-CPU RTC drivers
42544 +#
42545 +# CONFIG_DMADEVICES is not set
42546 +
42547 +#
42548 +# Userspace I/O
42549 +#
42550 +# CONFIG_UIO is not set
42551 +
42552 +#
42553 +# File systems
42554 +#
42555 +# CONFIG_EXT2_FS is not set
42556 +# CONFIG_EXT3_FS is not set
42557 +# CONFIG_EXT4DEV_FS is not set
42558 +# CONFIG_REISERFS_FS is not set
42559 +# CONFIG_JFS_FS is not set
42560 +# CONFIG_FS_POSIX_ACL is not set
42561 +# CONFIG_XFS_FS is not set
42562 +# CONFIG_GFS2_FS is not set
42563 +# CONFIG_OCFS2_FS is not set
42564 +CONFIG_DNOTIFY=y
42565 +CONFIG_INOTIFY=y
42566 +CONFIG_INOTIFY_USER=y
42567 +# CONFIG_QUOTA is not set
42568 +# CONFIG_AUTOFS_FS is not set
42569 +# CONFIG_AUTOFS4_FS is not set
42570 +# CONFIG_FUSE_FS is not set
42571 +
42572 +#
42573 +# CD-ROM/DVD Filesystems
42574 +#
42575 +# CONFIG_ISO9660_FS is not set
42576 +# CONFIG_UDF_FS is not set
42577 +
42578 +#
42579 +# DOS/FAT/NT Filesystems
42580 +#
42581 +# CONFIG_MSDOS_FS is not set
42582 +# CONFIG_VFAT_FS is not set
42583 +# CONFIG_NTFS_FS is not set
42584 +
42585 +#
42586 +# Pseudo filesystems
42587 +#
42588 +CONFIG_PROC_FS=y
42589 +CONFIG_PROC_KCORE=y
42590 +CONFIG_PROC_SYSCTL=y
42591 +CONFIG_SYSFS=y
42592 +CONFIG_TMPFS=y
42593 +# CONFIG_TMPFS_POSIX_ACL is not set
42594 +# CONFIG_HUGETLB_PAGE is not set
42595 +# CONFIG_CONFIGFS_FS is not set
42596 +
42597 +#
42598 +# Miscellaneous filesystems
42599 +#
42600 +# CONFIG_ADFS_FS is not set
42601 +# CONFIG_AFFS_FS is not set
42602 +# CONFIG_HFS_FS is not set
42603 +# CONFIG_HFSPLUS_FS is not set
42604 +# CONFIG_BEFS_FS is not set
42605 +# CONFIG_BFS_FS is not set
42606 +# CONFIG_EFS_FS is not set
42607 +# CONFIG_CRAMFS is not set
42608 +# CONFIG_VXFS_FS is not set
42609 +# CONFIG_MINIX_FS is not set
42610 +# CONFIG_HPFS_FS is not set
42611 +# CONFIG_QNX4FS_FS is not set
42612 +# CONFIG_ROMFS_FS is not set
42613 +# CONFIG_SYSV_FS is not set
42614 +# CONFIG_UFS_FS is not set
42615 +CONFIG_NETWORK_FILESYSTEMS=y
42616 +CONFIG_NFS_FS=y
42617 +# CONFIG_NFS_V3 is not set
42618 +# CONFIG_NFS_V4 is not set
42619 +# CONFIG_NFS_DIRECTIO is not set
42620 +# CONFIG_NFSD is not set
42621 +CONFIG_ROOT_NFS=y
42622 +CONFIG_LOCKD=y
42623 +CONFIG_NFS_COMMON=y
42624 +CONFIG_SUNRPC=y
42625 +# CONFIG_SUNRPC_BIND34 is not set
42626 +# CONFIG_RPCSEC_GSS_KRB5 is not set
42627 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
42628 +# CONFIG_SMB_FS is not set
42629 +# CONFIG_CIFS is not set
42630 +# CONFIG_NCP_FS is not set
42631 +# CONFIG_CODA_FS is not set
42632 +# CONFIG_AFS_FS is not set
42633 +
42634 +#
42635 +# Partition Types
42636 +#
42637 +CONFIG_PARTITION_ADVANCED=y
42638 +# CONFIG_ACORN_PARTITION is not set
42639 +# CONFIG_OSF_PARTITION is not set
42640 +# CONFIG_AMIGA_PARTITION is not set
42641 +# CONFIG_ATARI_PARTITION is not set
42642 +# CONFIG_MAC_PARTITION is not set
42643 +# CONFIG_MSDOS_PARTITION is not set
42644 +# CONFIG_LDM_PARTITION is not set
42645 +# CONFIG_SGI_PARTITION is not set
42646 +# CONFIG_ULTRIX_PARTITION is not set
42647 +# CONFIG_SUN_PARTITION is not set
42648 +# CONFIG_KARMA_PARTITION is not set
42649 +# CONFIG_EFI_PARTITION is not set
42650 +# CONFIG_SYSV68_PARTITION is not set
42651 +# CONFIG_NLS is not set
42652 +# CONFIG_DLM is not set
42653 +
42654 +#
42655 +# Library routines
42656 +#
42657 +CONFIG_BITREVERSE=y
42658 +# CONFIG_CRC_CCITT is not set
42659 +# CONFIG_CRC16 is not set
42660 +# CONFIG_CRC_ITU_T is not set
42661 +CONFIG_CRC32=y
42662 +# CONFIG_CRC7 is not set
42663 +# CONFIG_LIBCRC32C is not set
42664 +CONFIG_PLIST=y
42665 +CONFIG_HAS_IOMEM=y
42666 +CONFIG_HAS_IOPORT=y
42667 +CONFIG_HAS_DMA=y
42668 +
42669 +#
42670 +# Kernel hacking
42671 +#
42672 +# CONFIG_PRINTK_TIME is not set
42673 +CONFIG_ENABLE_WARN_DEPRECATED=y
42674 +CONFIG_ENABLE_MUST_CHECK=y
42675 +CONFIG_MAGIC_SYSRQ=y
42676 +# CONFIG_UNUSED_SYMBOLS is not set
42677 +# CONFIG_DEBUG_FS is not set
42678 +# CONFIG_HEADERS_CHECK is not set
42679 +CONFIG_DEBUG_KERNEL=y
42680 +# CONFIG_DEBUG_SHIRQ is not set
42681 +CONFIG_DETECT_SOFTLOCKUP=y
42682 +CONFIG_SCHED_DEBUG=y
42683 +# CONFIG_SCHEDSTATS is not set
42684 +# CONFIG_TIMER_STATS is not set
42685 +# CONFIG_DEBUG_SLAB is not set
42686 +# CONFIG_DEBUG_RT_MUTEXES is not set
42687 +# CONFIG_RT_MUTEX_TESTER is not set
42688 +# CONFIG_DEBUG_SPINLOCK is not set
42689 +CONFIG_DEBUG_MUTEXES=y
42690 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
42691 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
42692 +# CONFIG_DEBUG_KOBJECT is not set
42693 +# CONFIG_DEBUG_BUGVERBOSE is not set
42694 +# CONFIG_DEBUG_INFO is not set
42695 +# CONFIG_DEBUG_VM is not set
42696 +# CONFIG_DEBUG_LIST is not set
42697 +# CONFIG_DEBUG_SG is not set
42698 +# CONFIG_BOOT_PRINTK_DELAY is not set
42699 +# CONFIG_BACKTRACE_SELF_TEST is not set
42700 +# CONFIG_FAULT_INJECTION is not set
42701 +# CONFIG_SAMPLES is not set
42702 +# CONFIG_DEBUG_STACKOVERFLOW is not set
42703 +# CONFIG_DEBUG_STACK_USAGE is not set
42704 +# CONFIG_DEBUG_PAGEALLOC is not set
42705 +# CONFIG_DEBUGGER is not set
42706 +# CONFIG_BDI_SWITCH is not set
42707 +CONFIG_PPC_EARLY_DEBUG=y
42708 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
42709 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
42710 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
42711 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
42712 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
42713 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
42714 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
42715 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
42716 +# CONFIG_PPC_EARLY_DEBUG_44x is not set
42717 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
42718 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
42719 +
42720 +#
42721 +# Security options
42722 +#
42723 +# CONFIG_KEYS is not set
42724 +# CONFIG_SECURITY is not set
42725 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
42726 +CONFIG_CRYPTO=y
42727 +# CONFIG_CRYPTO_SEQIV is not set
42728 +# CONFIG_CRYPTO_MANAGER is not set
42729 +# CONFIG_CRYPTO_HMAC is not set
42730 +# CONFIG_CRYPTO_XCBC is not set
42731 +# CONFIG_CRYPTO_NULL is not set
42732 +# CONFIG_CRYPTO_MD4 is not set
42733 +# CONFIG_CRYPTO_MD5 is not set
42734 +# CONFIG_CRYPTO_SHA1 is not set
42735 +# CONFIG_CRYPTO_SHA256 is not set
42736 +# CONFIG_CRYPTO_SHA512 is not set
42737 +# CONFIG_CRYPTO_WP512 is not set
42738 +# CONFIG_CRYPTO_TGR192 is not set
42739 +# CONFIG_CRYPTO_GF128MUL is not set
42740 +# CONFIG_CRYPTO_ECB is not set
42741 +# CONFIG_CRYPTO_CBC is not set
42742 +# CONFIG_CRYPTO_PCBC is not set
42743 +# CONFIG_CRYPTO_LRW is not set
42744 +# CONFIG_CRYPTO_XTS is not set
42745 +# CONFIG_CRYPTO_CTR is not set
42746 +# CONFIG_CRYPTO_GCM is not set
42747 +# CONFIG_CRYPTO_CCM is not set
42748 +# CONFIG_CRYPTO_CRYPTD is not set
42749 +# CONFIG_CRYPTO_DES is not set
42750 +# CONFIG_CRYPTO_FCRYPT is not set
42751 +# CONFIG_CRYPTO_BLOWFISH is not set
42752 +# CONFIG_CRYPTO_TWOFISH is not set
42753 +# CONFIG_CRYPTO_SERPENT is not set
42754 +# CONFIG_CRYPTO_AES is not set
42755 +# CONFIG_CRYPTO_CAST5 is not set
42756 +# CONFIG_CRYPTO_CAST6 is not set
42757 +# CONFIG_CRYPTO_TEA is not set
42758 +# CONFIG_CRYPTO_ARC4 is not set
42759 +# CONFIG_CRYPTO_KHAZAD is not set
42760 +# CONFIG_CRYPTO_ANUBIS is not set
42761 +# CONFIG_CRYPTO_SEED is not set
42762 +# CONFIG_CRYPTO_SALSA20 is not set
42763 +# CONFIG_CRYPTO_DEFLATE is not set
42764 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
42765 +# CONFIG_CRYPTO_CRC32C is not set
42766 +# CONFIG_CRYPTO_CAMELLIA is not set
42767 +# CONFIG_CRYPTO_AUTHENC is not set
42768 +# CONFIG_CRYPTO_LZO is not set
42769 +CONFIG_CRYPTO_HW=y
42770 +# CONFIG_PPC_CLOCK is not set
42771 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
42772 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/stx_gp3_defconfig 1970-01-01 01:00:00.000000000 +0100
42773 +++ powerpc.git/arch/powerpc/configs/85xx/stx_gp3_defconfig 2008-04-19 16:40:52.000000000 +0200
42774 @@ -0,0 +1,1253 @@
42775 +#
42776 +# Automatically generated make config: don't edit
42777 +# Linux kernel version: 2.6.25-rc6
42778 +# Mon Mar 24 08:48:42 2008
42779 +#
42780 +# CONFIG_PPC64 is not set
42781 +
42782 +#
42783 +# Processor support
42784 +#
42785 +# CONFIG_6xx is not set
42786 +CONFIG_PPC_85xx=y
42787 +# CONFIG_PPC_8xx is not set
42788 +# CONFIG_40x is not set
42789 +# CONFIG_44x is not set
42790 +# CONFIG_E200 is not set
42791 +CONFIG_E500=y
42792 +CONFIG_BOOKE=y
42793 +CONFIG_FSL_BOOKE=y
42794 +CONFIG_FSL_EMB_PERFMON=y
42795 +# CONFIG_PHYS_64BIT is not set
42796 +CONFIG_SPE=y
42797 +# CONFIG_PPC_MM_SLICES is not set
42798 +CONFIG_PPC32=y
42799 +CONFIG_WORD_SIZE=32
42800 +CONFIG_PPC_MERGE=y
42801 +CONFIG_MMU=y
42802 +CONFIG_GENERIC_CMOS_UPDATE=y
42803 +CONFIG_GENERIC_TIME=y
42804 +CONFIG_GENERIC_TIME_VSYSCALL=y
42805 +CONFIG_GENERIC_CLOCKEVENTS=y
42806 +CONFIG_GENERIC_HARDIRQS=y
42807 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
42808 +CONFIG_IRQ_PER_CPU=y
42809 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
42810 +CONFIG_ARCH_HAS_ILOG2_U32=y
42811 +CONFIG_GENERIC_HWEIGHT=y
42812 +CONFIG_GENERIC_CALIBRATE_DELAY=y
42813 +CONFIG_GENERIC_FIND_NEXT_BIT=y
42814 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
42815 +CONFIG_PPC=y
42816 +CONFIG_EARLY_PRINTK=y
42817 +CONFIG_GENERIC_NVRAM=y
42818 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
42819 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
42820 +CONFIG_PPC_OF=y
42821 +CONFIG_OF=y
42822 +CONFIG_PPC_UDBG_16550=y
42823 +# CONFIG_GENERIC_TBSYNC is not set
42824 +CONFIG_AUDIT_ARCH=y
42825 +CONFIG_GENERIC_BUG=y
42826 +CONFIG_DEFAULT_UIMAGE=y
42827 +# CONFIG_PPC_DCR_NATIVE is not set
42828 +# CONFIG_PPC_DCR_MMIO is not set
42829 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
42830 +
42831 +#
42832 +# General setup
42833 +#
42834 +CONFIG_EXPERIMENTAL=y
42835 +CONFIG_BROKEN_ON_SMP=y
42836 +CONFIG_INIT_ENV_ARG_LIMIT=32
42837 +CONFIG_LOCALVERSION=""
42838 +CONFIG_LOCALVERSION_AUTO=y
42839 +CONFIG_SWAP=y
42840 +CONFIG_SYSVIPC=y
42841 +CONFIG_SYSVIPC_SYSCTL=y
42842 +# CONFIG_POSIX_MQUEUE is not set
42843 +# CONFIG_BSD_PROCESS_ACCT is not set
42844 +# CONFIG_TASKSTATS is not set
42845 +# CONFIG_AUDIT is not set
42846 +# CONFIG_IKCONFIG is not set
42847 +CONFIG_LOG_BUF_SHIFT=14
42848 +# CONFIG_CGROUPS is not set
42849 +CONFIG_GROUP_SCHED=y
42850 +CONFIG_FAIR_GROUP_SCHED=y
42851 +# CONFIG_RT_GROUP_SCHED is not set
42852 +CONFIG_USER_SCHED=y
42853 +# CONFIG_CGROUP_SCHED is not set
42854 +CONFIG_SYSFS_DEPRECATED=y
42855 +CONFIG_SYSFS_DEPRECATED_V2=y
42856 +# CONFIG_RELAY is not set
42857 +# CONFIG_NAMESPACES is not set
42858 +CONFIG_BLK_DEV_INITRD=y
42859 +CONFIG_INITRAMFS_SOURCE=""
42860 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
42861 +CONFIG_SYSCTL=y
42862 +CONFIG_EMBEDDED=y
42863 +CONFIG_SYSCTL_SYSCALL=y
42864 +CONFIG_KALLSYMS=y
42865 +# CONFIG_KALLSYMS_ALL is not set
42866 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
42867 +CONFIG_HOTPLUG=y
42868 +CONFIG_PRINTK=y
42869 +CONFIG_BUG=y
42870 +CONFIG_ELF_CORE=y
42871 +CONFIG_COMPAT_BRK=y
42872 +CONFIG_BASE_FULL=y
42873 +CONFIG_FUTEX=y
42874 +CONFIG_ANON_INODES=y
42875 +CONFIG_EPOLL=y
42876 +CONFIG_SIGNALFD=y
42877 +CONFIG_TIMERFD=y
42878 +CONFIG_EVENTFD=y
42879 +CONFIG_SHMEM=y
42880 +CONFIG_VM_EVENT_COUNTERS=y
42881 +CONFIG_SLUB_DEBUG=y
42882 +# CONFIG_SLAB is not set
42883 +CONFIG_SLUB=y
42884 +# CONFIG_SLOB is not set
42885 +# CONFIG_PROFILING is not set
42886 +# CONFIG_MARKERS is not set
42887 +CONFIG_HAVE_OPROFILE=y
42888 +# CONFIG_KPROBES is not set
42889 +CONFIG_HAVE_KPROBES=y
42890 +CONFIG_HAVE_KRETPROBES=y
42891 +CONFIG_PROC_PAGE_MONITOR=y
42892 +CONFIG_SLABINFO=y
42893 +CONFIG_RT_MUTEXES=y
42894 +# CONFIG_TINY_SHMEM is not set
42895 +CONFIG_BASE_SMALL=0
42896 +CONFIG_MODULES=y
42897 +# CONFIG_MODULE_UNLOAD is not set
42898 +CONFIG_MODVERSIONS=y
42899 +# CONFIG_MODULE_SRCVERSION_ALL is not set
42900 +CONFIG_KMOD=y
42901 +CONFIG_BLOCK=y
42902 +# CONFIG_LBD is not set
42903 +# CONFIG_BLK_DEV_IO_TRACE is not set
42904 +# CONFIG_LSF is not set
42905 +# CONFIG_BLK_DEV_BSG is not set
42906 +
42907 +#
42908 +# IO Schedulers
42909 +#
42910 +CONFIG_IOSCHED_NOOP=y
42911 +CONFIG_IOSCHED_AS=y
42912 +CONFIG_IOSCHED_DEADLINE=y
42913 +CONFIG_IOSCHED_CFQ=y
42914 +# CONFIG_DEFAULT_AS is not set
42915 +# CONFIG_DEFAULT_DEADLINE is not set
42916 +CONFIG_DEFAULT_CFQ=y
42917 +# CONFIG_DEFAULT_NOOP is not set
42918 +CONFIG_DEFAULT_IOSCHED="cfq"
42919 +CONFIG_CLASSIC_RCU=y
42920 +
42921 +#
42922 +# Platform support
42923 +#
42924 +# CONFIG_PPC_MPC512x is not set
42925 +# CONFIG_PPC_MPC5121 is not set
42926 +# CONFIG_PPC_CELL is not set
42927 +# CONFIG_PPC_CELL_NATIVE is not set
42928 +# CONFIG_PQ2ADS is not set
42929 +CONFIG_MPC85xx=y
42930 +# CONFIG_MPC8540_ADS is not set
42931 +# CONFIG_MPC8560_ADS is not set
42932 +# CONFIG_MPC85xx_CDS is not set
42933 +# CONFIG_MPC85xx_MDS is not set
42934 +# CONFIG_MPC85xx_DS is not set
42935 +CONFIG_STX_GP3=y
42936 +# CONFIG_TQM8540 is not set
42937 +# CONFIG_TQM8541 is not set
42938 +# CONFIG_TQM8555 is not set
42939 +# CONFIG_TQM8560 is not set
42940 +# CONFIG_SBC8548 is not set
42941 +# CONFIG_SBC8560 is not set
42942 +# CONFIG_IPIC is not set
42943 +CONFIG_MPIC=y
42944 +# CONFIG_MPIC_WEIRD is not set
42945 +# CONFIG_PPC_I8259 is not set
42946 +# CONFIG_PPC_RTAS is not set
42947 +# CONFIG_MMIO_NVRAM is not set
42948 +# CONFIG_PPC_MPC106 is not set
42949 +# CONFIG_PPC_970_NAP is not set
42950 +# CONFIG_PPC_INDIRECT_IO is not set
42951 +# CONFIG_GENERIC_IOMAP is not set
42952 +# CONFIG_CPU_FREQ is not set
42953 +CONFIG_CPM2=y
42954 +CONFIG_PPC_CPM_NEW_BINDING=y
42955 +# CONFIG_FSL_ULI1575 is not set
42956 +CONFIG_CPM=y
42957 +
42958 +#
42959 +# Kernel options
42960 +#
42961 +CONFIG_HIGHMEM=y
42962 +# CONFIG_TICK_ONESHOT is not set
42963 +# CONFIG_NO_HZ is not set
42964 +# CONFIG_HIGH_RES_TIMERS is not set
42965 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
42966 +# CONFIG_HZ_100 is not set
42967 +CONFIG_HZ_250=y
42968 +# CONFIG_HZ_300 is not set
42969 +# CONFIG_HZ_1000 is not set
42970 +CONFIG_HZ=250
42971 +# CONFIG_SCHED_HRTICK is not set
42972 +CONFIG_PREEMPT_NONE=y
42973 +# CONFIG_PREEMPT_VOLUNTARY is not set
42974 +# CONFIG_PREEMPT is not set
42975 +CONFIG_BINFMT_ELF=y
42976 +CONFIG_BINFMT_MISC=m
42977 +CONFIG_MATH_EMULATION=y
42978 +# CONFIG_IOMMU_HELPER is not set
42979 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
42980 +CONFIG_ARCH_HAS_WALK_MEMORY=y
42981 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
42982 +CONFIG_ARCH_FLATMEM_ENABLE=y
42983 +CONFIG_ARCH_POPULATES_NODE_MAP=y
42984 +CONFIG_SELECT_MEMORY_MODEL=y
42985 +CONFIG_FLATMEM_MANUAL=y
42986 +# CONFIG_DISCONTIGMEM_MANUAL is not set
42987 +# CONFIG_SPARSEMEM_MANUAL is not set
42988 +CONFIG_FLATMEM=y
42989 +CONFIG_FLAT_NODE_MEM_MAP=y
42990 +# CONFIG_SPARSEMEM_STATIC is not set
42991 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
42992 +CONFIG_SPLIT_PTLOCK_CPUS=4
42993 +# CONFIG_RESOURCES_64BIT is not set
42994 +CONFIG_ZONE_DMA_FLAG=1
42995 +CONFIG_BOUNCE=y
42996 +CONFIG_VIRT_TO_BUS=y
42997 +CONFIG_PROC_DEVICETREE=y
42998 +# CONFIG_CMDLINE_BOOL is not set
42999 +# CONFIG_PM is not set
43000 +CONFIG_SECCOMP=y
43001 +CONFIG_ISA_DMA_API=y
43002 +
43003 +#
43004 +# Bus options
43005 +#
43006 +CONFIG_ZONE_DMA=y
43007 +CONFIG_PPC_INDIRECT_PCI=y
43008 +CONFIG_FSL_SOC=y
43009 +CONFIG_FSL_PCI=y
43010 +CONFIG_PCI=y
43011 +CONFIG_PCI_DOMAINS=y
43012 +CONFIG_PCI_SYSCALL=y
43013 +# CONFIG_PCIEPORTBUS is not set
43014 +CONFIG_ARCH_SUPPORTS_MSI=y
43015 +# CONFIG_PCI_MSI is not set
43016 +CONFIG_PCI_LEGACY=y
43017 +# CONFIG_PCI_DEBUG is not set
43018 +# CONFIG_PCCARD is not set
43019 +# CONFIG_HOTPLUG_PCI is not set
43020 +
43021 +#
43022 +# Advanced setup
43023 +#
43024 +# CONFIG_ADVANCED_OPTIONS is not set
43025 +
43026 +#
43027 +# Default settings for advanced configuration options are used
43028 +#
43029 +CONFIG_HIGHMEM_START=0xfe000000
43030 +CONFIG_LOWMEM_SIZE=0x30000000
43031 +CONFIG_KERNEL_START=0xc0000000
43032 +CONFIG_TASK_SIZE=0xc0000000
43033 +CONFIG_BOOT_LOAD=0x00800000
43034 +
43035 +#
43036 +# Networking
43037 +#
43038 +CONFIG_NET=y
43039 +
43040 +#
43041 +# Networking options
43042 +#
43043 +CONFIG_PACKET=y
43044 +# CONFIG_PACKET_MMAP is not set
43045 +CONFIG_UNIX=y
43046 +CONFIG_XFRM=y
43047 +# CONFIG_XFRM_USER is not set
43048 +# CONFIG_XFRM_SUB_POLICY is not set
43049 +# CONFIG_XFRM_MIGRATE is not set
43050 +# CONFIG_XFRM_STATISTICS is not set
43051 +# CONFIG_NET_KEY is not set
43052 +CONFIG_INET=y
43053 +# CONFIG_IP_MULTICAST is not set
43054 +# CONFIG_IP_ADVANCED_ROUTER is not set
43055 +CONFIG_IP_FIB_HASH=y
43056 +CONFIG_IP_PNP=y
43057 +# CONFIG_IP_PNP_DHCP is not set
43058 +CONFIG_IP_PNP_BOOTP=y
43059 +# CONFIG_IP_PNP_RARP is not set
43060 +# CONFIG_NET_IPIP is not set
43061 +# CONFIG_NET_IPGRE is not set
43062 +# CONFIG_ARPD is not set
43063 +# CONFIG_SYN_COOKIES is not set
43064 +# CONFIG_INET_AH is not set
43065 +# CONFIG_INET_ESP is not set
43066 +# CONFIG_INET_IPCOMP is not set
43067 +# CONFIG_INET_XFRM_TUNNEL is not set
43068 +# CONFIG_INET_TUNNEL is not set
43069 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
43070 +CONFIG_INET_XFRM_MODE_TUNNEL=y
43071 +CONFIG_INET_XFRM_MODE_BEET=y
43072 +# CONFIG_INET_LRO is not set
43073 +CONFIG_INET_DIAG=y
43074 +CONFIG_INET_TCP_DIAG=y
43075 +# CONFIG_TCP_CONG_ADVANCED is not set
43076 +CONFIG_TCP_CONG_CUBIC=y
43077 +CONFIG_DEFAULT_TCP_CONG="cubic"
43078 +# CONFIG_TCP_MD5SIG is not set
43079 +# CONFIG_IP_VS is not set
43080 +# CONFIG_IPV6 is not set
43081 +# CONFIG_INET6_XFRM_TUNNEL is not set
43082 +# CONFIG_INET6_TUNNEL is not set
43083 +# CONFIG_NETWORK_SECMARK is not set
43084 +CONFIG_NETFILTER=y
43085 +# CONFIG_NETFILTER_DEBUG is not set
43086 +CONFIG_NETFILTER_ADVANCED=y
43087 +
43088 +#
43089 +# Core Netfilter Configuration
43090 +#
43091 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
43092 +# CONFIG_NETFILTER_NETLINK_LOG is not set
43093 +# CONFIG_NF_CONNTRACK is not set
43094 +CONFIG_NETFILTER_XTABLES=m
43095 +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
43096 +# CONFIG_NETFILTER_XT_TARGET_MARK is not set
43097 +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
43098 +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
43099 +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
43100 +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
43101 +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
43102 +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
43103 +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
43104 +# CONFIG_NETFILTER_XT_MATCH_ESP is not set
43105 +# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
43106 +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
43107 +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
43108 +# CONFIG_NETFILTER_XT_MATCH_MAC is not set
43109 +# CONFIG_NETFILTER_XT_MATCH_MARK is not set
43110 +# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
43111 +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
43112 +# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
43113 +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
43114 +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
43115 +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
43116 +# CONFIG_NETFILTER_XT_MATCH_REALM is not set
43117 +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
43118 +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
43119 +# CONFIG_NETFILTER_XT_MATCH_STRING is not set
43120 +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
43121 +# CONFIG_NETFILTER_XT_MATCH_TIME is not set
43122 +# CONFIG_NETFILTER_XT_MATCH_U32 is not set
43123 +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
43124 +
43125 +#
43126 +# IP: Netfilter Configuration
43127 +#
43128 +# CONFIG_IP_NF_QUEUE is not set
43129 +CONFIG_IP_NF_IPTABLES=m
43130 +# CONFIG_IP_NF_MATCH_RECENT is not set
43131 +# CONFIG_IP_NF_MATCH_ECN is not set
43132 +# CONFIG_IP_NF_MATCH_AH is not set
43133 +# CONFIG_IP_NF_MATCH_TTL is not set
43134 +# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
43135 +CONFIG_IP_NF_FILTER=m
43136 +# CONFIG_IP_NF_TARGET_REJECT is not set
43137 +# CONFIG_IP_NF_TARGET_LOG is not set
43138 +# CONFIG_IP_NF_TARGET_ULOG is not set
43139 +# CONFIG_IP_NF_MANGLE is not set
43140 +# CONFIG_IP_NF_RAW is not set
43141 +# CONFIG_IP_NF_ARPTABLES is not set
43142 +# CONFIG_IP_DCCP is not set
43143 +# CONFIG_IP_SCTP is not set
43144 +# CONFIG_TIPC is not set
43145 +# CONFIG_ATM is not set
43146 +# CONFIG_BRIDGE is not set
43147 +# CONFIG_VLAN_8021Q is not set
43148 +# CONFIG_DECNET is not set
43149 +# CONFIG_LLC2 is not set
43150 +# CONFIG_IPX is not set
43151 +# CONFIG_ATALK is not set
43152 +# CONFIG_X25 is not set
43153 +# CONFIG_LAPB is not set
43154 +# CONFIG_ECONET is not set
43155 +# CONFIG_WAN_ROUTER is not set
43156 +# CONFIG_NET_SCHED is not set
43157 +
43158 +#
43159 +# Network testing
43160 +#
43161 +CONFIG_NET_PKTGEN=y
43162 +# CONFIG_HAMRADIO is not set
43163 +# CONFIG_CAN is not set
43164 +# CONFIG_IRDA is not set
43165 +# CONFIG_BT is not set
43166 +# CONFIG_AF_RXRPC is not set
43167 +
43168 +#
43169 +# Wireless
43170 +#
43171 +# CONFIG_CFG80211 is not set
43172 +# CONFIG_WIRELESS_EXT is not set
43173 +# CONFIG_MAC80211 is not set
43174 +# CONFIG_IEEE80211 is not set
43175 +# CONFIG_RFKILL is not set
43176 +# CONFIG_NET_9P is not set
43177 +
43178 +#
43179 +# Device Drivers
43180 +#
43181 +
43182 +#
43183 +# Generic Driver Options
43184 +#
43185 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
43186 +CONFIG_STANDALONE=y
43187 +CONFIG_PREVENT_FIRMWARE_BUILD=y
43188 +# CONFIG_FW_LOADER is not set
43189 +# CONFIG_DEBUG_DRIVER is not set
43190 +# CONFIG_DEBUG_DEVRES is not set
43191 +# CONFIG_SYS_HYPERVISOR is not set
43192 +# CONFIG_CONNECTOR is not set
43193 +# CONFIG_MTD is not set
43194 +CONFIG_OF_DEVICE=y
43195 +CONFIG_PARPORT=m
43196 +CONFIG_PARPORT_PC=m
43197 +# CONFIG_PARPORT_PC_FIFO is not set
43198 +# CONFIG_PARPORT_PC_SUPERIO is not set
43199 +# CONFIG_PARPORT_GSC is not set
43200 +# CONFIG_PARPORT_AX88796 is not set
43201 +# CONFIG_PARPORT_1284 is not set
43202 +CONFIG_BLK_DEV=y
43203 +# CONFIG_BLK_DEV_FD is not set
43204 +# CONFIG_PARIDE is not set
43205 +# CONFIG_BLK_CPQ_DA is not set
43206 +# CONFIG_BLK_CPQ_CISS_DA is not set
43207 +# CONFIG_BLK_DEV_DAC960 is not set
43208 +# CONFIG_BLK_DEV_UMEM is not set
43209 +# CONFIG_BLK_DEV_COW_COMMON is not set
43210 +CONFIG_BLK_DEV_LOOP=m
43211 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
43212 +CONFIG_BLK_DEV_NBD=m
43213 +# CONFIG_BLK_DEV_SX8 is not set
43214 +CONFIG_BLK_DEV_RAM=y
43215 +CONFIG_BLK_DEV_RAM_COUNT=16
43216 +CONFIG_BLK_DEV_RAM_SIZE=32768
43217 +# CONFIG_BLK_DEV_XIP is not set
43218 +# CONFIG_CDROM_PKTCDVD is not set
43219 +# CONFIG_ATA_OVER_ETH is not set
43220 +CONFIG_MISC_DEVICES=y
43221 +# CONFIG_PHANTOM is not set
43222 +# CONFIG_EEPROM_93CX6 is not set
43223 +# CONFIG_SGI_IOC4 is not set
43224 +# CONFIG_TIFM_CORE is not set
43225 +# CONFIG_ENCLOSURE_SERVICES is not set
43226 +CONFIG_HAVE_IDE=y
43227 +CONFIG_IDE=y
43228 +CONFIG_IDE_MAX_HWIFS=4
43229 +CONFIG_BLK_DEV_IDE=y
43230 +
43231 +#
43232 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
43233 +#
43234 +# CONFIG_BLK_DEV_IDE_SATA is not set
43235 +CONFIG_BLK_DEV_IDEDISK=y
43236 +# CONFIG_IDEDISK_MULTI_MODE is not set
43237 +CONFIG_BLK_DEV_IDECD=m
43238 +CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
43239 +# CONFIG_BLK_DEV_IDETAPE is not set
43240 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
43241 +# CONFIG_BLK_DEV_IDESCSI is not set
43242 +# CONFIG_IDE_TASK_IOCTL is not set
43243 +CONFIG_IDE_PROC_FS=y
43244 +
43245 +#
43246 +# IDE chipset support/bugfixes
43247 +#
43248 +CONFIG_IDE_GENERIC=y
43249 +# CONFIG_BLK_DEV_PLATFORM is not set
43250 +
43251 +#
43252 +# PCI IDE chipsets support
43253 +#
43254 +# CONFIG_BLK_DEV_GENERIC is not set
43255 +# CONFIG_BLK_DEV_OPTI621 is not set
43256 +# CONFIG_BLK_DEV_AEC62XX is not set
43257 +# CONFIG_BLK_DEV_ALI15X3 is not set
43258 +# CONFIG_BLK_DEV_AMD74XX is not set
43259 +# CONFIG_BLK_DEV_CMD64X is not set
43260 +# CONFIG_BLK_DEV_TRIFLEX is not set
43261 +# CONFIG_BLK_DEV_CY82C693 is not set
43262 +# CONFIG_BLK_DEV_CS5520 is not set
43263 +# CONFIG_BLK_DEV_CS5530 is not set
43264 +# CONFIG_BLK_DEV_HPT34X is not set
43265 +# CONFIG_BLK_DEV_HPT366 is not set
43266 +# CONFIG_BLK_DEV_JMICRON is not set
43267 +# CONFIG_BLK_DEV_SC1200 is not set
43268 +# CONFIG_BLK_DEV_PIIX is not set
43269 +# CONFIG_BLK_DEV_IT8213 is not set
43270 +# CONFIG_BLK_DEV_IT821X is not set
43271 +# CONFIG_BLK_DEV_NS87415 is not set
43272 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
43273 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
43274 +# CONFIG_BLK_DEV_SVWKS is not set
43275 +# CONFIG_BLK_DEV_SIIMAGE is not set
43276 +# CONFIG_BLK_DEV_SL82C105 is not set
43277 +# CONFIG_BLK_DEV_SLC90E66 is not set
43278 +# CONFIG_BLK_DEV_TRM290 is not set
43279 +# CONFIG_BLK_DEV_VIA82CXXX is not set
43280 +# CONFIG_BLK_DEV_TC86C001 is not set
43281 +# CONFIG_BLK_DEV_IDEDMA is not set
43282 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
43283 +# CONFIG_BLK_DEV_HD is not set
43284 +
43285 +#
43286 +# SCSI device support
43287 +#
43288 +# CONFIG_RAID_ATTRS is not set
43289 +CONFIG_SCSI=m
43290 +CONFIG_SCSI_DMA=y
43291 +# CONFIG_SCSI_TGT is not set
43292 +# CONFIG_SCSI_NETLINK is not set
43293 +CONFIG_SCSI_PROC_FS=y
43294 +
43295 +#
43296 +# SCSI support type (disk, tape, CD-ROM)
43297 +#
43298 +CONFIG_BLK_DEV_SD=m
43299 +CONFIG_CHR_DEV_ST=m
43300 +# CONFIG_CHR_DEV_OSST is not set
43301 +CONFIG_BLK_DEV_SR=m
43302 +# CONFIG_BLK_DEV_SR_VENDOR is not set
43303 +CONFIG_CHR_DEV_SG=m
43304 +# CONFIG_CHR_DEV_SCH is not set
43305 +
43306 +#
43307 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
43308 +#
43309 +CONFIG_SCSI_MULTI_LUN=y
43310 +CONFIG_SCSI_CONSTANTS=y
43311 +# CONFIG_SCSI_LOGGING is not set
43312 +# CONFIG_SCSI_SCAN_ASYNC is not set
43313 +CONFIG_SCSI_WAIT_SCAN=m
43314 +
43315 +#
43316 +# SCSI Transports
43317 +#
43318 +# CONFIG_SCSI_SPI_ATTRS is not set
43319 +# CONFIG_SCSI_FC_ATTRS is not set
43320 +# CONFIG_SCSI_ISCSI_ATTRS is not set
43321 +# CONFIG_SCSI_SAS_LIBSAS is not set
43322 +# CONFIG_SCSI_SRP_ATTRS is not set
43323 +CONFIG_SCSI_LOWLEVEL=y
43324 +# CONFIG_ISCSI_TCP is not set
43325 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
43326 +# CONFIG_SCSI_3W_9XXX is not set
43327 +# CONFIG_SCSI_ACARD is not set
43328 +# CONFIG_SCSI_AACRAID is not set
43329 +# CONFIG_SCSI_AIC7XXX is not set
43330 +# CONFIG_SCSI_AIC7XXX_OLD is not set
43331 +# CONFIG_SCSI_AIC79XX is not set
43332 +# CONFIG_SCSI_AIC94XX is not set
43333 +# CONFIG_SCSI_DPT_I2O is not set
43334 +# CONFIG_SCSI_ADVANSYS is not set
43335 +# CONFIG_SCSI_ARCMSR is not set
43336 +# CONFIG_MEGARAID_NEWGEN is not set
43337 +# CONFIG_MEGARAID_LEGACY is not set
43338 +# CONFIG_MEGARAID_SAS is not set
43339 +# CONFIG_SCSI_HPTIOP is not set
43340 +# CONFIG_SCSI_BUSLOGIC is not set
43341 +# CONFIG_SCSI_DMX3191D is not set
43342 +# CONFIG_SCSI_EATA is not set
43343 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
43344 +# CONFIG_SCSI_GDTH is not set
43345 +# CONFIG_SCSI_IPS is not set
43346 +# CONFIG_SCSI_INITIO is not set
43347 +# CONFIG_SCSI_INIA100 is not set
43348 +# CONFIG_SCSI_PPA is not set
43349 +# CONFIG_SCSI_IMM is not set
43350 +# CONFIG_SCSI_MVSAS is not set
43351 +# CONFIG_SCSI_STEX is not set
43352 +# CONFIG_SCSI_SYM53C8XX_2 is not set
43353 +# CONFIG_SCSI_QLOGIC_1280 is not set
43354 +# CONFIG_SCSI_QLA_FC is not set
43355 +# CONFIG_SCSI_QLA_ISCSI is not set
43356 +# CONFIG_SCSI_LPFC is not set
43357 +# CONFIG_SCSI_DC395x is not set
43358 +# CONFIG_SCSI_DC390T is not set
43359 +# CONFIG_SCSI_NSP32 is not set
43360 +# CONFIG_SCSI_DEBUG is not set
43361 +# CONFIG_SCSI_SRP is not set
43362 +# CONFIG_ATA is not set
43363 +# CONFIG_MD is not set
43364 +# CONFIG_FUSION is not set
43365 +
43366 +#
43367 +# IEEE 1394 (FireWire) support
43368 +#
43369 +# CONFIG_FIREWIRE is not set
43370 +# CONFIG_IEEE1394 is not set
43371 +# CONFIG_I2O is not set
43372 +# CONFIG_MACINTOSH_DRIVERS is not set
43373 +CONFIG_NETDEVICES=y
43374 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
43375 +# CONFIG_DUMMY is not set
43376 +# CONFIG_BONDING is not set
43377 +# CONFIG_MACVLAN is not set
43378 +# CONFIG_EQUALIZER is not set
43379 +# CONFIG_TUN is not set
43380 +# CONFIG_VETH is not set
43381 +# CONFIG_ARCNET is not set
43382 +CONFIG_PHYLIB=y
43383 +
43384 +#
43385 +# MII PHY device drivers
43386 +#
43387 +CONFIG_MARVELL_PHY=y
43388 +# CONFIG_DAVICOM_PHY is not set
43389 +# CONFIG_QSEMI_PHY is not set
43390 +# CONFIG_LXT_PHY is not set
43391 +# CONFIG_CICADA_PHY is not set
43392 +# CONFIG_VITESSE_PHY is not set
43393 +# CONFIG_SMSC_PHY is not set
43394 +# CONFIG_BROADCOM_PHY is not set
43395 +# CONFIG_ICPLUS_PHY is not set
43396 +# CONFIG_REALTEK_PHY is not set
43397 +# CONFIG_FIXED_PHY is not set
43398 +# CONFIG_MDIO_BITBANG is not set
43399 +CONFIG_NET_ETHERNET=y
43400 +# CONFIG_MII is not set
43401 +# CONFIG_HAPPYMEAL is not set
43402 +# CONFIG_SUNGEM is not set
43403 +# CONFIG_CASSINI is not set
43404 +# CONFIG_NET_VENDOR_3COM is not set
43405 +# CONFIG_NET_TULIP is not set
43406 +# CONFIG_HP100 is not set
43407 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
43408 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
43409 +# CONFIG_IBM_NEW_EMAC_TAH is not set
43410 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
43411 +# CONFIG_NET_PCI is not set
43412 +# CONFIG_B44 is not set
43413 +# CONFIG_NET_POCKET is not set
43414 +# CONFIG_FS_ENET is not set
43415 +CONFIG_NETDEV_1000=y
43416 +# CONFIG_ACENIC is not set
43417 +# CONFIG_DL2K is not set
43418 +# CONFIG_E1000 is not set
43419 +# CONFIG_E1000E is not set
43420 +# CONFIG_E1000E_ENABLED is not set
43421 +# CONFIG_IP1000 is not set
43422 +# CONFIG_IGB is not set
43423 +# CONFIG_NS83820 is not set
43424 +# CONFIG_HAMACHI is not set
43425 +# CONFIG_YELLOWFIN is not set
43426 +# CONFIG_R8169 is not set
43427 +# CONFIG_SIS190 is not set
43428 +# CONFIG_SKGE is not set
43429 +# CONFIG_SKY2 is not set
43430 +# CONFIG_SK98LIN is not set
43431 +# CONFIG_VIA_VELOCITY is not set
43432 +# CONFIG_TIGON3 is not set
43433 +# CONFIG_BNX2 is not set
43434 +CONFIG_GIANFAR=y
43435 +CONFIG_GFAR_NAPI=y
43436 +# CONFIG_QLA3XXX is not set
43437 +# CONFIG_ATL1 is not set
43438 +CONFIG_NETDEV_10000=y
43439 +# CONFIG_CHELSIO_T1 is not set
43440 +# CONFIG_CHELSIO_T3 is not set
43441 +# CONFIG_IXGBE is not set
43442 +# CONFIG_IXGB is not set
43443 +# CONFIG_S2IO is not set
43444 +# CONFIG_MYRI10GE is not set
43445 +# CONFIG_NETXEN_NIC is not set
43446 +# CONFIG_NIU is not set
43447 +# CONFIG_MLX4_CORE is not set
43448 +# CONFIG_TEHUTI is not set
43449 +# CONFIG_BNX2X is not set
43450 +# CONFIG_TR is not set
43451 +
43452 +#
43453 +# Wireless LAN
43454 +#
43455 +# CONFIG_WLAN_PRE80211 is not set
43456 +# CONFIG_WLAN_80211 is not set
43457 +# CONFIG_WAN is not set
43458 +# CONFIG_FDDI is not set
43459 +# CONFIG_HIPPI is not set
43460 +# CONFIG_PLIP is not set
43461 +# CONFIG_PPP is not set
43462 +# CONFIG_SLIP is not set
43463 +# CONFIG_NET_FC is not set
43464 +# CONFIG_NETCONSOLE is not set
43465 +# CONFIG_NETPOLL is not set
43466 +# CONFIG_NET_POLL_CONTROLLER is not set
43467 +# CONFIG_ISDN is not set
43468 +# CONFIG_PHONE is not set
43469 +
43470 +#
43471 +# Input device support
43472 +#
43473 +CONFIG_INPUT=y
43474 +# CONFIG_INPUT_FF_MEMLESS is not set
43475 +# CONFIG_INPUT_POLLDEV is not set
43476 +
43477 +#
43478 +# Userland interfaces
43479 +#
43480 +CONFIG_INPUT_MOUSEDEV=y
43481 +CONFIG_INPUT_MOUSEDEV_PSAUX=y
43482 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
43483 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024
43484 +CONFIG_INPUT_JOYDEV=m
43485 +CONFIG_INPUT_EVDEV=m
43486 +# CONFIG_INPUT_EVBUG is not set
43487 +
43488 +#
43489 +# Input Device Drivers
43490 +#
43491 +CONFIG_INPUT_KEYBOARD=y
43492 +CONFIG_KEYBOARD_ATKBD=y
43493 +# CONFIG_KEYBOARD_SUNKBD is not set
43494 +# CONFIG_KEYBOARD_LKKBD is not set
43495 +# CONFIG_KEYBOARD_XTKBD is not set
43496 +# CONFIG_KEYBOARD_NEWTON is not set
43497 +# CONFIG_KEYBOARD_STOWAWAY is not set
43498 +CONFIG_INPUT_MOUSE=y
43499 +CONFIG_MOUSE_PS2=y
43500 +CONFIG_MOUSE_PS2_ALPS=y
43501 +CONFIG_MOUSE_PS2_LOGIPS2PP=y
43502 +CONFIG_MOUSE_PS2_SYNAPTICS=y
43503 +CONFIG_MOUSE_PS2_LIFEBOOK=y
43504 +CONFIG_MOUSE_PS2_TRACKPOINT=y
43505 +# CONFIG_MOUSE_PS2_TOUCHKIT is not set
43506 +# CONFIG_MOUSE_SERIAL is not set
43507 +# CONFIG_MOUSE_APPLETOUCH is not set
43508 +# CONFIG_MOUSE_VSXXXAA is not set
43509 +# CONFIG_INPUT_JOYSTICK is not set
43510 +# CONFIG_INPUT_TABLET is not set
43511 +# CONFIG_INPUT_TOUCHSCREEN is not set
43512 +# CONFIG_INPUT_MISC is not set
43513 +
43514 +#
43515 +# Hardware I/O ports
43516 +#
43517 +CONFIG_SERIO=y
43518 +CONFIG_SERIO_I8042=y
43519 +CONFIG_SERIO_SERPORT=y
43520 +# CONFIG_SERIO_PARKBD is not set
43521 +# CONFIG_SERIO_PCIPS2 is not set
43522 +CONFIG_SERIO_LIBPS2=y
43523 +# CONFIG_SERIO_RAW is not set
43524 +# CONFIG_GAMEPORT is not set
43525 +
43526 +#
43527 +# Character devices
43528 +#
43529 +# CONFIG_VT is not set
43530 +# CONFIG_SERIAL_NONSTANDARD is not set
43531 +# CONFIG_NOZOMI is not set
43532 +
43533 +#
43534 +# Serial drivers
43535 +#
43536 +# CONFIG_SERIAL_8250 is not set
43537 +
43538 +#
43539 +# Non-8250 serial port support
43540 +#
43541 +# CONFIG_SERIAL_UARTLITE is not set
43542 +CONFIG_SERIAL_CORE=y
43543 +CONFIG_SERIAL_CORE_CONSOLE=y
43544 +CONFIG_SERIAL_CPM=y
43545 +CONFIG_SERIAL_CPM_CONSOLE=y
43546 +# CONFIG_SERIAL_CPM_SCC1 is not set
43547 +CONFIG_SERIAL_CPM_SCC2=y
43548 +# CONFIG_SERIAL_CPM_SCC3 is not set
43549 +# CONFIG_SERIAL_CPM_SCC4 is not set
43550 +# CONFIG_SERIAL_CPM_SMC1 is not set
43551 +# CONFIG_SERIAL_CPM_SMC2 is not set
43552 +# CONFIG_SERIAL_JSM is not set
43553 +CONFIG_UNIX98_PTYS=y
43554 +CONFIG_LEGACY_PTYS=y
43555 +CONFIG_LEGACY_PTY_COUNT=256
43556 +CONFIG_PRINTER=m
43557 +# CONFIG_LP_CONSOLE is not set
43558 +# CONFIG_PPDEV is not set
43559 +# CONFIG_IPMI_HANDLER is not set
43560 +CONFIG_HW_RANDOM=m
43561 +# CONFIG_NVRAM is not set
43562 +# CONFIG_GEN_RTC is not set
43563 +# CONFIG_R3964 is not set
43564 +# CONFIG_APPLICOM is not set
43565 +# CONFIG_RAW_DRIVER is not set
43566 +# CONFIG_TCG_TPM is not set
43567 +CONFIG_DEVPORT=y
43568 +CONFIG_I2C=m
43569 +CONFIG_I2C_BOARDINFO=y
43570 +CONFIG_I2C_CHARDEV=m
43571 +
43572 +#
43573 +# I2C Algorithms
43574 +#
43575 +CONFIG_I2C_ALGOBIT=m
43576 +# CONFIG_I2C_ALGOPCF is not set
43577 +# CONFIG_I2C_ALGOPCA is not set
43578 +
43579 +#
43580 +# I2C Hardware Bus support
43581 +#
43582 +# CONFIG_I2C_ALI1535 is not set
43583 +# CONFIG_I2C_ALI1563 is not set
43584 +# CONFIG_I2C_ALI15X3 is not set
43585 +# CONFIG_I2C_AMD756 is not set
43586 +# CONFIG_I2C_AMD8111 is not set
43587 +# CONFIG_I2C_I801 is not set
43588 +# CONFIG_I2C_I810 is not set
43589 +# CONFIG_I2C_PIIX4 is not set
43590 +# CONFIG_I2C_MPC is not set
43591 +# CONFIG_I2C_NFORCE2 is not set
43592 +# CONFIG_I2C_OCORES is not set
43593 +# CONFIG_I2C_PARPORT is not set
43594 +# CONFIG_I2C_PARPORT_LIGHT is not set
43595 +# CONFIG_I2C_PROSAVAGE is not set
43596 +# CONFIG_I2C_SAVAGE4 is not set
43597 +# CONFIG_I2C_SIMTEC is not set
43598 +# CONFIG_I2C_SIS5595 is not set
43599 +# CONFIG_I2C_SIS630 is not set
43600 +# CONFIG_I2C_SIS96X is not set
43601 +# CONFIG_I2C_TAOS_EVM is not set
43602 +# CONFIG_I2C_STUB is not set
43603 +# CONFIG_I2C_VIA is not set
43604 +# CONFIG_I2C_VIAPRO is not set
43605 +# CONFIG_I2C_VOODOO3 is not set
43606 +
43607 +#
43608 +# Miscellaneous I2C Chip support
43609 +#
43610 +# CONFIG_DS1682 is not set
43611 +# CONFIG_SENSORS_EEPROM is not set
43612 +# CONFIG_SENSORS_PCF8574 is not set
43613 +# CONFIG_PCF8575 is not set
43614 +# CONFIG_SENSORS_PCF8591 is not set
43615 +# CONFIG_TPS65010 is not set
43616 +# CONFIG_SENSORS_MAX6875 is not set
43617 +# CONFIG_SENSORS_TSL2550 is not set
43618 +# CONFIG_I2C_DEBUG_CORE is not set
43619 +# CONFIG_I2C_DEBUG_ALGO is not set
43620 +# CONFIG_I2C_DEBUG_BUS is not set
43621 +# CONFIG_I2C_DEBUG_CHIP is not set
43622 +
43623 +#
43624 +# SPI support
43625 +#
43626 +# CONFIG_SPI is not set
43627 +# CONFIG_SPI_MASTER is not set
43628 +# CONFIG_W1 is not set
43629 +# CONFIG_POWER_SUPPLY is not set
43630 +CONFIG_HWMON=y
43631 +# CONFIG_HWMON_VID is not set
43632 +# CONFIG_SENSORS_AD7418 is not set
43633 +# CONFIG_SENSORS_ADM1021 is not set
43634 +# CONFIG_SENSORS_ADM1025 is not set
43635 +# CONFIG_SENSORS_ADM1026 is not set
43636 +# CONFIG_SENSORS_ADM1029 is not set
43637 +# CONFIG_SENSORS_ADM1031 is not set
43638 +# CONFIG_SENSORS_ADM9240 is not set
43639 +# CONFIG_SENSORS_ADT7470 is not set
43640 +# CONFIG_SENSORS_ADT7473 is not set
43641 +# CONFIG_SENSORS_ATXP1 is not set
43642 +# CONFIG_SENSORS_DS1621 is not set
43643 +# CONFIG_SENSORS_I5K_AMB is not set
43644 +# CONFIG_SENSORS_F71805F is not set
43645 +# CONFIG_SENSORS_F71882FG is not set
43646 +# CONFIG_SENSORS_F75375S is not set
43647 +# CONFIG_SENSORS_GL518SM is not set
43648 +# CONFIG_SENSORS_GL520SM is not set
43649 +# CONFIG_SENSORS_IT87 is not set
43650 +# CONFIG_SENSORS_LM63 is not set
43651 +# CONFIG_SENSORS_LM75 is not set
43652 +# CONFIG_SENSORS_LM77 is not set
43653 +# CONFIG_SENSORS_LM78 is not set
43654 +# CONFIG_SENSORS_LM80 is not set
43655 +# CONFIG_SENSORS_LM83 is not set
43656 +# CONFIG_SENSORS_LM85 is not set
43657 +# CONFIG_SENSORS_LM87 is not set
43658 +# CONFIG_SENSORS_LM90 is not set
43659 +# CONFIG_SENSORS_LM92 is not set
43660 +# CONFIG_SENSORS_LM93 is not set
43661 +# CONFIG_SENSORS_MAX1619 is not set
43662 +# CONFIG_SENSORS_MAX6650 is not set
43663 +# CONFIG_SENSORS_PC87360 is not set
43664 +# CONFIG_SENSORS_PC87427 is not set
43665 +# CONFIG_SENSORS_SIS5595 is not set
43666 +# CONFIG_SENSORS_DME1737 is not set
43667 +# CONFIG_SENSORS_SMSC47M1 is not set
43668 +# CONFIG_SENSORS_SMSC47M192 is not set
43669 +# CONFIG_SENSORS_SMSC47B397 is not set
43670 +# CONFIG_SENSORS_ADS7828 is not set
43671 +# CONFIG_SENSORS_THMC50 is not set
43672 +# CONFIG_SENSORS_VIA686A is not set
43673 +# CONFIG_SENSORS_VT1211 is not set
43674 +# CONFIG_SENSORS_VT8231 is not set
43675 +# CONFIG_SENSORS_W83781D is not set
43676 +# CONFIG_SENSORS_W83791D is not set
43677 +# CONFIG_SENSORS_W83792D is not set
43678 +# CONFIG_SENSORS_W83793 is not set
43679 +# CONFIG_SENSORS_W83L785TS is not set
43680 +# CONFIG_SENSORS_W83L786NG is not set
43681 +# CONFIG_SENSORS_W83627HF is not set
43682 +# CONFIG_SENSORS_W83627EHF is not set
43683 +# CONFIG_HWMON_DEBUG_CHIP is not set
43684 +# CONFIG_THERMAL is not set
43685 +# CONFIG_WATCHDOG is not set
43686 +
43687 +#
43688 +# Sonics Silicon Backplane
43689 +#
43690 +CONFIG_SSB_POSSIBLE=y
43691 +# CONFIG_SSB is not set
43692 +
43693 +#
43694 +# Multifunction device drivers
43695 +#
43696 +# CONFIG_MFD_SM501 is not set
43697 +
43698 +#
43699 +# Multimedia devices
43700 +#
43701 +# CONFIG_VIDEO_DEV is not set
43702 +# CONFIG_DVB_CORE is not set
43703 +CONFIG_DAB=y
43704 +
43705 +#
43706 +# Graphics support
43707 +#
43708 +CONFIG_AGP=m
43709 +CONFIG_DRM=m
43710 +# CONFIG_DRM_TDFX is not set
43711 +# CONFIG_DRM_R128 is not set
43712 +# CONFIG_DRM_RADEON is not set
43713 +# CONFIG_DRM_MGA is not set
43714 +# CONFIG_DRM_SIS is not set
43715 +# CONFIG_DRM_VIA is not set
43716 +# CONFIG_DRM_SAVAGE is not set
43717 +# CONFIG_VGASTATE is not set
43718 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
43719 +# CONFIG_FB is not set
43720 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
43721 +
43722 +#
43723 +# Display device support
43724 +#
43725 +# CONFIG_DISPLAY_SUPPORT is not set
43726 +
43727 +#
43728 +# Sound
43729 +#
43730 +CONFIG_SOUND=m
43731 +
43732 +#
43733 +# Advanced Linux Sound Architecture
43734 +#
43735 +# CONFIG_SND is not set
43736 +
43737 +#
43738 +# Open Sound System
43739 +#
43740 +# CONFIG_SOUND_PRIME is not set
43741 +CONFIG_HID_SUPPORT=y
43742 +CONFIG_HID=y
43743 +# CONFIG_HID_DEBUG is not set
43744 +# CONFIG_HIDRAW is not set
43745 +CONFIG_USB_SUPPORT=y
43746 +CONFIG_USB_ARCH_HAS_HCD=y
43747 +CONFIG_USB_ARCH_HAS_OHCI=y
43748 +CONFIG_USB_ARCH_HAS_EHCI=y
43749 +# CONFIG_USB is not set
43750 +
43751 +#
43752 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
43753 +#
43754 +# CONFIG_USB_GADGET is not set
43755 +# CONFIG_MMC is not set
43756 +# CONFIG_MEMSTICK is not set
43757 +# CONFIG_NEW_LEDS is not set
43758 +# CONFIG_INFINIBAND is not set
43759 +# CONFIG_EDAC is not set
43760 +# CONFIG_RTC_CLASS is not set
43761 +# CONFIG_DMADEVICES is not set
43762 +# CONFIG_AUXDISPLAY is not set
43763 +
43764 +#
43765 +# Userspace I/O
43766 +#
43767 +# CONFIG_UIO is not set
43768 +
43769 +#
43770 +# File systems
43771 +#
43772 +CONFIG_EXT2_FS=y
43773 +# CONFIG_EXT2_FS_XATTR is not set
43774 +# CONFIG_EXT2_FS_XIP is not set
43775 +CONFIG_EXT3_FS=y
43776 +CONFIG_EXT3_FS_XATTR=y
43777 +# CONFIG_EXT3_FS_POSIX_ACL is not set
43778 +# CONFIG_EXT3_FS_SECURITY is not set
43779 +# CONFIG_EXT4DEV_FS is not set
43780 +CONFIG_JBD=y
43781 +CONFIG_FS_MBCACHE=y
43782 +# CONFIG_REISERFS_FS is not set
43783 +# CONFIG_JFS_FS is not set
43784 +# CONFIG_FS_POSIX_ACL is not set
43785 +# CONFIG_XFS_FS is not set
43786 +# CONFIG_GFS2_FS is not set
43787 +# CONFIG_OCFS2_FS is not set
43788 +CONFIG_DNOTIFY=y
43789 +CONFIG_INOTIFY=y
43790 +CONFIG_INOTIFY_USER=y
43791 +# CONFIG_QUOTA is not set
43792 +CONFIG_AUTOFS_FS=m
43793 +CONFIG_AUTOFS4_FS=y
43794 +# CONFIG_FUSE_FS is not set
43795 +
43796 +#
43797 +# CD-ROM/DVD Filesystems
43798 +#
43799 +CONFIG_ISO9660_FS=m
43800 +# CONFIG_JOLIET is not set
43801 +# CONFIG_ZISOFS is not set
43802 +CONFIG_UDF_FS=m
43803 +CONFIG_UDF_NLS=y
43804 +
43805 +#
43806 +# DOS/FAT/NT Filesystems
43807 +#
43808 +CONFIG_FAT_FS=m
43809 +CONFIG_MSDOS_FS=m
43810 +CONFIG_VFAT_FS=m
43811 +CONFIG_FAT_DEFAULT_CODEPAGE=437
43812 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
43813 +# CONFIG_NTFS_FS is not set
43814 +
43815 +#
43816 +# Pseudo filesystems
43817 +#
43818 +CONFIG_PROC_FS=y
43819 +# CONFIG_PROC_KCORE is not set
43820 +CONFIG_PROC_SYSCTL=y
43821 +CONFIG_SYSFS=y
43822 +CONFIG_TMPFS=y
43823 +# CONFIG_TMPFS_POSIX_ACL is not set
43824 +# CONFIG_HUGETLB_PAGE is not set
43825 +# CONFIG_CONFIGFS_FS is not set
43826 +
43827 +#
43828 +# Miscellaneous filesystems
43829 +#
43830 +# CONFIG_ADFS_FS is not set
43831 +# CONFIG_AFFS_FS is not set
43832 +# CONFIG_HFS_FS is not set
43833 +# CONFIG_HFSPLUS_FS is not set
43834 +# CONFIG_BEFS_FS is not set
43835 +# CONFIG_BFS_FS is not set
43836 +# CONFIG_EFS_FS is not set
43837 +CONFIG_CRAMFS=m
43838 +# CONFIG_VXFS_FS is not set
43839 +# CONFIG_MINIX_FS is not set
43840 +# CONFIG_HPFS_FS is not set
43841 +# CONFIG_QNX4FS_FS is not set
43842 +# CONFIG_ROMFS_FS is not set
43843 +# CONFIG_SYSV_FS is not set
43844 +# CONFIG_UFS_FS is not set
43845 +CONFIG_NETWORK_FILESYSTEMS=y
43846 +CONFIG_NFS_FS=y
43847 +CONFIG_NFS_V3=y
43848 +# CONFIG_NFS_V3_ACL is not set
43849 +# CONFIG_NFS_V4 is not set
43850 +# CONFIG_NFS_DIRECTIO is not set
43851 +# CONFIG_NFSD is not set
43852 +CONFIG_ROOT_NFS=y
43853 +CONFIG_LOCKD=y
43854 +CONFIG_LOCKD_V4=y
43855 +CONFIG_NFS_COMMON=y
43856 +CONFIG_SUNRPC=y
43857 +# CONFIG_SUNRPC_BIND34 is not set
43858 +# CONFIG_RPCSEC_GSS_KRB5 is not set
43859 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
43860 +CONFIG_SMB_FS=m
43861 +# CONFIG_SMB_NLS_DEFAULT is not set
43862 +# CONFIG_CIFS is not set
43863 +# CONFIG_NCP_FS is not set
43864 +# CONFIG_CODA_FS is not set
43865 +# CONFIG_AFS_FS is not set
43866 +
43867 +#
43868 +# Partition Types
43869 +#
43870 +# CONFIG_PARTITION_ADVANCED is not set
43871 +CONFIG_MSDOS_PARTITION=y
43872 +CONFIG_NLS=y
43873 +CONFIG_NLS_DEFAULT="iso8859-1"
43874 +# CONFIG_NLS_CODEPAGE_437 is not set
43875 +# CONFIG_NLS_CODEPAGE_737 is not set
43876 +# CONFIG_NLS_CODEPAGE_775 is not set
43877 +# CONFIG_NLS_CODEPAGE_850 is not set
43878 +# CONFIG_NLS_CODEPAGE_852 is not set
43879 +# CONFIG_NLS_CODEPAGE_855 is not set
43880 +# CONFIG_NLS_CODEPAGE_857 is not set
43881 +# CONFIG_NLS_CODEPAGE_860 is not set
43882 +# CONFIG_NLS_CODEPAGE_861 is not set
43883 +# CONFIG_NLS_CODEPAGE_862 is not set
43884 +# CONFIG_NLS_CODEPAGE_863 is not set
43885 +# CONFIG_NLS_CODEPAGE_864 is not set
43886 +# CONFIG_NLS_CODEPAGE_865 is not set
43887 +# CONFIG_NLS_CODEPAGE_866 is not set
43888 +# CONFIG_NLS_CODEPAGE_869 is not set
43889 +# CONFIG_NLS_CODEPAGE_936 is not set
43890 +# CONFIG_NLS_CODEPAGE_950 is not set
43891 +# CONFIG_NLS_CODEPAGE_932 is not set
43892 +# CONFIG_NLS_CODEPAGE_949 is not set
43893 +# CONFIG_NLS_CODEPAGE_874 is not set
43894 +# CONFIG_NLS_ISO8859_8 is not set
43895 +# CONFIG_NLS_CODEPAGE_1250 is not set
43896 +# CONFIG_NLS_CODEPAGE_1251 is not set
43897 +# CONFIG_NLS_ASCII is not set
43898 +# CONFIG_NLS_ISO8859_1 is not set
43899 +# CONFIG_NLS_ISO8859_2 is not set
43900 +# CONFIG_NLS_ISO8859_3 is not set
43901 +# CONFIG_NLS_ISO8859_4 is not set
43902 +# CONFIG_NLS_ISO8859_5 is not set
43903 +# CONFIG_NLS_ISO8859_6 is not set
43904 +# CONFIG_NLS_ISO8859_7 is not set
43905 +# CONFIG_NLS_ISO8859_9 is not set
43906 +# CONFIG_NLS_ISO8859_13 is not set
43907 +# CONFIG_NLS_ISO8859_14 is not set
43908 +# CONFIG_NLS_ISO8859_15 is not set
43909 +# CONFIG_NLS_KOI8_R is not set
43910 +# CONFIG_NLS_KOI8_U is not set
43911 +# CONFIG_NLS_UTF8 is not set
43912 +# CONFIG_DLM is not set
43913 +
43914 +#
43915 +# Library routines
43916 +#
43917 +CONFIG_BITREVERSE=y
43918 +CONFIG_CRC_CCITT=y
43919 +# CONFIG_CRC16 is not set
43920 +# CONFIG_CRC_ITU_T is not set
43921 +CONFIG_CRC32=y
43922 +# CONFIG_CRC7 is not set
43923 +# CONFIG_LIBCRC32C is not set
43924 +CONFIG_ZLIB_INFLATE=m
43925 +CONFIG_PLIST=y
43926 +CONFIG_HAS_IOMEM=y
43927 +CONFIG_HAS_IOPORT=y
43928 +CONFIG_HAS_DMA=y
43929 +
43930 +#
43931 +# Kernel hacking
43932 +#
43933 +# CONFIG_PRINTK_TIME is not set
43934 +CONFIG_ENABLE_WARN_DEPRECATED=y
43935 +CONFIG_ENABLE_MUST_CHECK=y
43936 +# CONFIG_MAGIC_SYSRQ is not set
43937 +# CONFIG_UNUSED_SYMBOLS is not set
43938 +# CONFIG_DEBUG_FS is not set
43939 +# CONFIG_HEADERS_CHECK is not set
43940 +CONFIG_DEBUG_KERNEL=y
43941 +# CONFIG_DEBUG_SHIRQ is not set
43942 +CONFIG_DETECT_SOFTLOCKUP=y
43943 +CONFIG_SCHED_DEBUG=y
43944 +# CONFIG_SCHEDSTATS is not set
43945 +# CONFIG_TIMER_STATS is not set
43946 +# CONFIG_SLUB_DEBUG_ON is not set
43947 +# CONFIG_SLUB_STATS is not set
43948 +# CONFIG_DEBUG_RT_MUTEXES is not set
43949 +# CONFIG_RT_MUTEX_TESTER is not set
43950 +# CONFIG_DEBUG_SPINLOCK is not set
43951 +# CONFIG_DEBUG_MUTEXES is not set
43952 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
43953 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
43954 +# CONFIG_DEBUG_KOBJECT is not set
43955 +# CONFIG_DEBUG_HIGHMEM is not set
43956 +# CONFIG_DEBUG_BUGVERBOSE is not set
43957 +# CONFIG_DEBUG_INFO is not set
43958 +# CONFIG_DEBUG_VM is not set
43959 +# CONFIG_DEBUG_LIST is not set
43960 +# CONFIG_DEBUG_SG is not set
43961 +# CONFIG_BOOT_PRINTK_DELAY is not set
43962 +# CONFIG_RCU_TORTURE_TEST is not set
43963 +# CONFIG_BACKTRACE_SELF_TEST is not set
43964 +# CONFIG_FAULT_INJECTION is not set
43965 +# CONFIG_SAMPLES is not set
43966 +# CONFIG_DEBUG_STACKOVERFLOW is not set
43967 +# CONFIG_DEBUG_STACK_USAGE is not set
43968 +# CONFIG_DEBUG_PAGEALLOC is not set
43969 +# CONFIG_DEBUGGER is not set
43970 +# CONFIG_KGDB_CONSOLE is not set
43971 +CONFIG_BDI_SWITCH=y
43972 +# CONFIG_PPC_EARLY_DEBUG is not set
43973 +
43974 +#
43975 +# Security options
43976 +#
43977 +# CONFIG_KEYS is not set
43978 +# CONFIG_SECURITY is not set
43979 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
43980 +CONFIG_CRYPTO=y
43981 +# CONFIG_CRYPTO_SEQIV is not set
43982 +# CONFIG_CRYPTO_MANAGER is not set
43983 +# CONFIG_CRYPTO_HMAC is not set
43984 +# CONFIG_CRYPTO_XCBC is not set
43985 +# CONFIG_CRYPTO_NULL is not set
43986 +# CONFIG_CRYPTO_MD4 is not set
43987 +# CONFIG_CRYPTO_MD5 is not set
43988 +# CONFIG_CRYPTO_SHA1 is not set
43989 +# CONFIG_CRYPTO_SHA256 is not set
43990 +# CONFIG_CRYPTO_SHA512 is not set
43991 +# CONFIG_CRYPTO_WP512 is not set
43992 +# CONFIG_CRYPTO_TGR192 is not set
43993 +# CONFIG_CRYPTO_GF128MUL is not set
43994 +# CONFIG_CRYPTO_ECB is not set
43995 +# CONFIG_CRYPTO_CBC is not set
43996 +# CONFIG_CRYPTO_PCBC is not set
43997 +# CONFIG_CRYPTO_LRW is not set
43998 +# CONFIG_CRYPTO_XTS is not set
43999 +# CONFIG_CRYPTO_CTR is not set
44000 +# CONFIG_CRYPTO_GCM is not set
44001 +# CONFIG_CRYPTO_CCM is not set
44002 +# CONFIG_CRYPTO_CRYPTD is not set
44003 +# CONFIG_CRYPTO_DES is not set
44004 +# CONFIG_CRYPTO_FCRYPT is not set
44005 +# CONFIG_CRYPTO_BLOWFISH is not set
44006 +# CONFIG_CRYPTO_TWOFISH is not set
44007 +# CONFIG_CRYPTO_SERPENT is not set
44008 +# CONFIG_CRYPTO_AES is not set
44009 +# CONFIG_CRYPTO_CAST5 is not set
44010 +# CONFIG_CRYPTO_CAST6 is not set
44011 +# CONFIG_CRYPTO_TEA is not set
44012 +# CONFIG_CRYPTO_ARC4 is not set
44013 +# CONFIG_CRYPTO_KHAZAD is not set
44014 +# CONFIG_CRYPTO_ANUBIS is not set
44015 +# CONFIG_CRYPTO_SEED is not set
44016 +# CONFIG_CRYPTO_SALSA20 is not set
44017 +# CONFIG_CRYPTO_DEFLATE is not set
44018 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
44019 +# CONFIG_CRYPTO_CRC32C is not set
44020 +# CONFIG_CRYPTO_CAMELLIA is not set
44021 +# CONFIG_CRYPTO_TEST is not set
44022 +# CONFIG_CRYPTO_AUTHENC is not set
44023 +# CONFIG_CRYPTO_LZO is not set
44024 +CONFIG_CRYPTO_HW=y
44025 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
44026 +# CONFIG_PPC_CLOCK is not set
44027 +CONFIG_PPC_LIB_RHEAP=y
44028 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8540_defconfig powerpc.git/arch/powerpc/configs/85xx/tqm8540_defconfig
44029 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8540_defconfig 1970-01-01 01:00:00.000000000 +0100
44030 +++ powerpc.git/arch/powerpc/configs/85xx/tqm8540_defconfig 2008-04-19 16:40:52.000000000 +0200
44031 @@ -0,0 +1,1097 @@
44032 +#
44033 +# Automatically generated make config: don't edit
44034 +# Linux kernel version: 2.6.25-rc6
44035 +# Mon Mar 24 08:48:43 2008
44036 +#
44037 +# CONFIG_PPC64 is not set
44038 +
44039 +#
44040 +# Processor support
44041 +#
44042 +# CONFIG_6xx is not set
44043 +CONFIG_PPC_85xx=y
44044 +# CONFIG_PPC_8xx is not set
44045 +# CONFIG_40x is not set
44046 +# CONFIG_44x is not set
44047 +# CONFIG_E200 is not set
44048 +CONFIG_E500=y
44049 +CONFIG_BOOKE=y
44050 +CONFIG_FSL_BOOKE=y
44051 +CONFIG_FSL_EMB_PERFMON=y
44052 +# CONFIG_PHYS_64BIT is not set
44053 +CONFIG_SPE=y
44054 +# CONFIG_PPC_MM_SLICES is not set
44055 +CONFIG_PPC32=y
44056 +CONFIG_WORD_SIZE=32
44057 +CONFIG_PPC_MERGE=y
44058 +CONFIG_MMU=y
44059 +CONFIG_GENERIC_CMOS_UPDATE=y
44060 +CONFIG_GENERIC_TIME=y
44061 +CONFIG_GENERIC_TIME_VSYSCALL=y
44062 +CONFIG_GENERIC_CLOCKEVENTS=y
44063 +CONFIG_GENERIC_HARDIRQS=y
44064 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
44065 +CONFIG_IRQ_PER_CPU=y
44066 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
44067 +CONFIG_ARCH_HAS_ILOG2_U32=y
44068 +CONFIG_GENERIC_HWEIGHT=y
44069 +CONFIG_GENERIC_CALIBRATE_DELAY=y
44070 +CONFIG_GENERIC_FIND_NEXT_BIT=y
44071 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
44072 +CONFIG_PPC=y
44073 +CONFIG_EARLY_PRINTK=y
44074 +CONFIG_GENERIC_NVRAM=y
44075 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
44076 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
44077 +CONFIG_PPC_OF=y
44078 +CONFIG_OF=y
44079 +CONFIG_PPC_UDBG_16550=y
44080 +# CONFIG_GENERIC_TBSYNC is not set
44081 +CONFIG_AUDIT_ARCH=y
44082 +CONFIG_GENERIC_BUG=y
44083 +CONFIG_DEFAULT_UIMAGE=y
44084 +# CONFIG_PPC_DCR_NATIVE is not set
44085 +# CONFIG_PPC_DCR_MMIO is not set
44086 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
44087 +
44088 +#
44089 +# General setup
44090 +#
44091 +CONFIG_EXPERIMENTAL=y
44092 +CONFIG_BROKEN_ON_SMP=y
44093 +CONFIG_INIT_ENV_ARG_LIMIT=32
44094 +CONFIG_LOCALVERSION=""
44095 +CONFIG_LOCALVERSION_AUTO=y
44096 +CONFIG_SWAP=y
44097 +CONFIG_SYSVIPC=y
44098 +CONFIG_SYSVIPC_SYSCTL=y
44099 +# CONFIG_POSIX_MQUEUE is not set
44100 +# CONFIG_BSD_PROCESS_ACCT is not set
44101 +# CONFIG_TASKSTATS is not set
44102 +# CONFIG_AUDIT is not set
44103 +# CONFIG_IKCONFIG is not set
44104 +CONFIG_LOG_BUF_SHIFT=14
44105 +# CONFIG_CGROUPS is not set
44106 +CONFIG_GROUP_SCHED=y
44107 +CONFIG_FAIR_GROUP_SCHED=y
44108 +# CONFIG_RT_GROUP_SCHED is not set
44109 +CONFIG_USER_SCHED=y
44110 +# CONFIG_CGROUP_SCHED is not set
44111 +CONFIG_SYSFS_DEPRECATED=y
44112 +CONFIG_SYSFS_DEPRECATED_V2=y
44113 +# CONFIG_RELAY is not set
44114 +# CONFIG_NAMESPACES is not set
44115 +CONFIG_BLK_DEV_INITRD=y
44116 +CONFIG_INITRAMFS_SOURCE=""
44117 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
44118 +CONFIG_SYSCTL=y
44119 +CONFIG_EMBEDDED=y
44120 +CONFIG_SYSCTL_SYSCALL=y
44121 +# CONFIG_KALLSYMS is not set
44122 +# CONFIG_HOTPLUG is not set
44123 +CONFIG_PRINTK=y
44124 +CONFIG_BUG=y
44125 +CONFIG_ELF_CORE=y
44126 +CONFIG_COMPAT_BRK=y
44127 +CONFIG_BASE_FULL=y
44128 +CONFIG_FUTEX=y
44129 +CONFIG_ANON_INODES=y
44130 +# CONFIG_EPOLL is not set
44131 +CONFIG_SIGNALFD=y
44132 +CONFIG_TIMERFD=y
44133 +CONFIG_EVENTFD=y
44134 +CONFIG_SHMEM=y
44135 +CONFIG_VM_EVENT_COUNTERS=y
44136 +CONFIG_SLUB_DEBUG=y
44137 +# CONFIG_SLAB is not set
44138 +CONFIG_SLUB=y
44139 +# CONFIG_SLOB is not set
44140 +# CONFIG_PROFILING is not set
44141 +# CONFIG_MARKERS is not set
44142 +CONFIG_HAVE_OPROFILE=y
44143 +CONFIG_HAVE_KPROBES=y
44144 +CONFIG_HAVE_KRETPROBES=y
44145 +CONFIG_PROC_PAGE_MONITOR=y
44146 +CONFIG_SLABINFO=y
44147 +CONFIG_RT_MUTEXES=y
44148 +# CONFIG_TINY_SHMEM is not set
44149 +CONFIG_BASE_SMALL=0
44150 +# CONFIG_MODULES is not set
44151 +CONFIG_BLOCK=y
44152 +# CONFIG_LBD is not set
44153 +# CONFIG_BLK_DEV_IO_TRACE is not set
44154 +# CONFIG_LSF is not set
44155 +# CONFIG_BLK_DEV_BSG is not set
44156 +
44157 +#
44158 +# IO Schedulers
44159 +#
44160 +CONFIG_IOSCHED_NOOP=y
44161 +CONFIG_IOSCHED_AS=y
44162 +CONFIG_IOSCHED_DEADLINE=y
44163 +CONFIG_IOSCHED_CFQ=y
44164 +CONFIG_DEFAULT_AS=y
44165 +# CONFIG_DEFAULT_DEADLINE is not set
44166 +# CONFIG_DEFAULT_CFQ is not set
44167 +# CONFIG_DEFAULT_NOOP is not set
44168 +CONFIG_DEFAULT_IOSCHED="anticipatory"
44169 +CONFIG_CLASSIC_RCU=y
44170 +
44171 +#
44172 +# Platform support
44173 +#
44174 +# CONFIG_PPC_MPC512x is not set
44175 +# CONFIG_PPC_MPC5121 is not set
44176 +# CONFIG_PPC_CELL is not set
44177 +# CONFIG_PPC_CELL_NATIVE is not set
44178 +# CONFIG_PQ2ADS is not set
44179 +CONFIG_MPC85xx=y
44180 +# CONFIG_MPC8540_ADS is not set
44181 +# CONFIG_MPC8560_ADS is not set
44182 +# CONFIG_MPC85xx_CDS is not set
44183 +# CONFIG_MPC85xx_MDS is not set
44184 +# CONFIG_MPC85xx_DS is not set
44185 +# CONFIG_STX_GP3 is not set
44186 +CONFIG_TQM8540=y
44187 +# CONFIG_TQM8541 is not set
44188 +# CONFIG_TQM8555 is not set
44189 +# CONFIG_TQM8560 is not set
44190 +# CONFIG_SBC8548 is not set
44191 +# CONFIG_SBC8560 is not set
44192 +CONFIG_TQM85xx=y
44193 +# CONFIG_IPIC is not set
44194 +CONFIG_MPIC=y
44195 +# CONFIG_MPIC_WEIRD is not set
44196 +# CONFIG_PPC_I8259 is not set
44197 +# CONFIG_PPC_RTAS is not set
44198 +# CONFIG_MMIO_NVRAM is not set
44199 +# CONFIG_PPC_MPC106 is not set
44200 +# CONFIG_PPC_970_NAP is not set
44201 +# CONFIG_PPC_INDIRECT_IO is not set
44202 +# CONFIG_GENERIC_IOMAP is not set
44203 +# CONFIG_CPU_FREQ is not set
44204 +# CONFIG_CPM2 is not set
44205 +CONFIG_PPC_CPM_NEW_BINDING=y
44206 +# CONFIG_FSL_ULI1575 is not set
44207 +
44208 +#
44209 +# Kernel options
44210 +#
44211 +# CONFIG_HIGHMEM is not set
44212 +# CONFIG_TICK_ONESHOT is not set
44213 +# CONFIG_NO_HZ is not set
44214 +# CONFIG_HIGH_RES_TIMERS is not set
44215 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
44216 +# CONFIG_HZ_100 is not set
44217 +CONFIG_HZ_250=y
44218 +# CONFIG_HZ_300 is not set
44219 +# CONFIG_HZ_1000 is not set
44220 +CONFIG_HZ=250
44221 +# CONFIG_SCHED_HRTICK is not set
44222 +CONFIG_PREEMPT_NONE=y
44223 +# CONFIG_PREEMPT_VOLUNTARY is not set
44224 +# CONFIG_PREEMPT is not set
44225 +CONFIG_BINFMT_ELF=y
44226 +# CONFIG_BINFMT_MISC is not set
44227 +CONFIG_MATH_EMULATION=y
44228 +# CONFIG_IOMMU_HELPER is not set
44229 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
44230 +CONFIG_ARCH_HAS_WALK_MEMORY=y
44231 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
44232 +CONFIG_ARCH_FLATMEM_ENABLE=y
44233 +CONFIG_ARCH_POPULATES_NODE_MAP=y
44234 +CONFIG_SELECT_MEMORY_MODEL=y
44235 +CONFIG_FLATMEM_MANUAL=y
44236 +# CONFIG_DISCONTIGMEM_MANUAL is not set
44237 +# CONFIG_SPARSEMEM_MANUAL is not set
44238 +CONFIG_FLATMEM=y
44239 +CONFIG_FLAT_NODE_MEM_MAP=y
44240 +# CONFIG_SPARSEMEM_STATIC is not set
44241 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
44242 +CONFIG_SPLIT_PTLOCK_CPUS=4
44243 +# CONFIG_RESOURCES_64BIT is not set
44244 +CONFIG_ZONE_DMA_FLAG=1
44245 +CONFIG_BOUNCE=y
44246 +CONFIG_VIRT_TO_BUS=y
44247 +# CONFIG_PROC_DEVICETREE is not set
44248 +# CONFIG_CMDLINE_BOOL is not set
44249 +# CONFIG_PM is not set
44250 +CONFIG_SECCOMP=y
44251 +CONFIG_ISA_DMA_API=y
44252 +
44253 +#
44254 +# Bus options
44255 +#
44256 +CONFIG_ZONE_DMA=y
44257 +CONFIG_PPC_INDIRECT_PCI=y
44258 +CONFIG_FSL_SOC=y
44259 +CONFIG_FSL_PCI=y
44260 +CONFIG_PCI=y
44261 +CONFIG_PCI_DOMAINS=y
44262 +CONFIG_PCI_SYSCALL=y
44263 +# CONFIG_PCIEPORTBUS is not set
44264 +CONFIG_ARCH_SUPPORTS_MSI=y
44265 +# CONFIG_PCI_MSI is not set
44266 +CONFIG_PCI_LEGACY=y
44267 +
44268 +#
44269 +# Advanced setup
44270 +#
44271 +# CONFIG_ADVANCED_OPTIONS is not set
44272 +
44273 +#
44274 +# Default settings for advanced configuration options are used
44275 +#
44276 +CONFIG_HIGHMEM_START=0xfe000000
44277 +CONFIG_LOWMEM_SIZE=0x30000000
44278 +CONFIG_KERNEL_START=0xc0000000
44279 +CONFIG_TASK_SIZE=0xc0000000
44280 +CONFIG_BOOT_LOAD=0x00800000
44281 +
44282 +#
44283 +# Networking
44284 +#
44285 +CONFIG_NET=y
44286 +
44287 +#
44288 +# Networking options
44289 +#
44290 +CONFIG_PACKET=y
44291 +# CONFIG_PACKET_MMAP is not set
44292 +CONFIG_UNIX=y
44293 +CONFIG_XFRM=y
44294 +# CONFIG_XFRM_USER is not set
44295 +# CONFIG_XFRM_SUB_POLICY is not set
44296 +# CONFIG_XFRM_MIGRATE is not set
44297 +# CONFIG_XFRM_STATISTICS is not set
44298 +# CONFIG_NET_KEY is not set
44299 +CONFIG_INET=y
44300 +CONFIG_IP_MULTICAST=y
44301 +# CONFIG_IP_ADVANCED_ROUTER is not set
44302 +CONFIG_IP_FIB_HASH=y
44303 +CONFIG_IP_PNP=y
44304 +CONFIG_IP_PNP_DHCP=y
44305 +CONFIG_IP_PNP_BOOTP=y
44306 +# CONFIG_IP_PNP_RARP is not set
44307 +# CONFIG_NET_IPIP is not set
44308 +# CONFIG_NET_IPGRE is not set
44309 +# CONFIG_IP_MROUTE is not set
44310 +# CONFIG_ARPD is not set
44311 +CONFIG_SYN_COOKIES=y
44312 +# CONFIG_INET_AH is not set
44313 +# CONFIG_INET_ESP is not set
44314 +# CONFIG_INET_IPCOMP is not set
44315 +# CONFIG_INET_XFRM_TUNNEL is not set
44316 +# CONFIG_INET_TUNNEL is not set
44317 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
44318 +CONFIG_INET_XFRM_MODE_TUNNEL=y
44319 +CONFIG_INET_XFRM_MODE_BEET=y
44320 +# CONFIG_INET_LRO is not set
44321 +CONFIG_INET_DIAG=y
44322 +CONFIG_INET_TCP_DIAG=y
44323 +# CONFIG_TCP_CONG_ADVANCED is not set
44324 +CONFIG_TCP_CONG_CUBIC=y
44325 +CONFIG_DEFAULT_TCP_CONG="cubic"
44326 +# CONFIG_TCP_MD5SIG is not set
44327 +# CONFIG_IPV6 is not set
44328 +# CONFIG_INET6_XFRM_TUNNEL is not set
44329 +# CONFIG_INET6_TUNNEL is not set
44330 +# CONFIG_NETWORK_SECMARK is not set
44331 +# CONFIG_NETFILTER is not set
44332 +# CONFIG_IP_DCCP is not set
44333 +# CONFIG_IP_SCTP is not set
44334 +# CONFIG_TIPC is not set
44335 +# CONFIG_ATM is not set
44336 +# CONFIG_BRIDGE is not set
44337 +# CONFIG_VLAN_8021Q is not set
44338 +# CONFIG_DECNET is not set
44339 +# CONFIG_LLC2 is not set
44340 +# CONFIG_IPX is not set
44341 +# CONFIG_ATALK is not set
44342 +# CONFIG_X25 is not set
44343 +# CONFIG_LAPB is not set
44344 +# CONFIG_ECONET is not set
44345 +# CONFIG_WAN_ROUTER is not set
44346 +# CONFIG_NET_SCHED is not set
44347 +
44348 +#
44349 +# Network testing
44350 +#
44351 +# CONFIG_NET_PKTGEN is not set
44352 +# CONFIG_HAMRADIO is not set
44353 +# CONFIG_CAN is not set
44354 +# CONFIG_IRDA is not set
44355 +# CONFIG_BT is not set
44356 +# CONFIG_AF_RXRPC is not set
44357 +
44358 +#
44359 +# Wireless
44360 +#
44361 +# CONFIG_CFG80211 is not set
44362 +# CONFIG_WIRELESS_EXT is not set
44363 +# CONFIG_MAC80211 is not set
44364 +# CONFIG_IEEE80211 is not set
44365 +# CONFIG_RFKILL is not set
44366 +# CONFIG_NET_9P is not set
44367 +
44368 +#
44369 +# Device Drivers
44370 +#
44371 +
44372 +#
44373 +# Generic Driver Options
44374 +#
44375 +CONFIG_STANDALONE=y
44376 +CONFIG_PREVENT_FIRMWARE_BUILD=y
44377 +# CONFIG_SYS_HYPERVISOR is not set
44378 +# CONFIG_CONNECTOR is not set
44379 +CONFIG_MTD=y
44380 +# CONFIG_MTD_DEBUG is not set
44381 +CONFIG_MTD_CONCAT=y
44382 +CONFIG_MTD_PARTITIONS=y
44383 +# CONFIG_MTD_REDBOOT_PARTS is not set
44384 +CONFIG_MTD_CMDLINE_PARTS=y
44385 +# CONFIG_MTD_OF_PARTS is not set
44386 +
44387 +#
44388 +# User Modules And Translation Layers
44389 +#
44390 +CONFIG_MTD_CHAR=y
44391 +CONFIG_MTD_BLKDEVS=y
44392 +CONFIG_MTD_BLOCK=y
44393 +# CONFIG_FTL is not set
44394 +# CONFIG_NFTL is not set
44395 +# CONFIG_INFTL is not set
44396 +# CONFIG_RFD_FTL is not set
44397 +# CONFIG_SSFDC is not set
44398 +# CONFIG_MTD_OOPS is not set
44399 +
44400 +#
44401 +# RAM/ROM/Flash chip drivers
44402 +#
44403 +CONFIG_MTD_CFI=y
44404 +# CONFIG_MTD_JEDECPROBE is not set
44405 +CONFIG_MTD_GEN_PROBE=y
44406 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
44407 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
44408 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
44409 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
44410 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
44411 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
44412 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
44413 +CONFIG_MTD_CFI_I1=y
44414 +CONFIG_MTD_CFI_I2=y
44415 +# CONFIG_MTD_CFI_I4 is not set
44416 +# CONFIG_MTD_CFI_I8 is not set
44417 +# CONFIG_MTD_CFI_INTELEXT is not set
44418 +CONFIG_MTD_CFI_AMDSTD=y
44419 +# CONFIG_MTD_CFI_STAA is not set
44420 +CONFIG_MTD_CFI_UTIL=y
44421 +# CONFIG_MTD_RAM is not set
44422 +# CONFIG_MTD_ROM is not set
44423 +# CONFIG_MTD_ABSENT is not set
44424 +
44425 +#
44426 +# Mapping drivers for chip access
44427 +#
44428 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
44429 +# CONFIG_MTD_PHYSMAP is not set
44430 +# CONFIG_MTD_PHYSMAP_OF is not set
44431 +# CONFIG_MTD_INTEL_VR_NOR is not set
44432 +# CONFIG_MTD_PLATRAM is not set
44433 +
44434 +#
44435 +# Self-contained MTD device drivers
44436 +#
44437 +# CONFIG_MTD_PMC551 is not set
44438 +# CONFIG_MTD_SLRAM is not set
44439 +# CONFIG_MTD_PHRAM is not set
44440 +# CONFIG_MTD_MTDRAM is not set
44441 +# CONFIG_MTD_BLOCK2MTD is not set
44442 +
44443 +#
44444 +# Disk-On-Chip Device Drivers
44445 +#
44446 +# CONFIG_MTD_DOC2000 is not set
44447 +# CONFIG_MTD_DOC2001 is not set
44448 +# CONFIG_MTD_DOC2001PLUS is not set
44449 +# CONFIG_MTD_NAND is not set
44450 +# CONFIG_MTD_ONENAND is not set
44451 +
44452 +#
44453 +# UBI - Unsorted block images
44454 +#
44455 +# CONFIG_MTD_UBI is not set
44456 +CONFIG_OF_DEVICE=y
44457 +# CONFIG_PARPORT is not set
44458 +CONFIG_BLK_DEV=y
44459 +# CONFIG_BLK_DEV_FD is not set
44460 +# CONFIG_BLK_CPQ_DA is not set
44461 +# CONFIG_BLK_CPQ_CISS_DA is not set
44462 +# CONFIG_BLK_DEV_DAC960 is not set
44463 +# CONFIG_BLK_DEV_UMEM is not set
44464 +# CONFIG_BLK_DEV_COW_COMMON is not set
44465 +CONFIG_BLK_DEV_LOOP=y
44466 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
44467 +# CONFIG_BLK_DEV_NBD is not set
44468 +# CONFIG_BLK_DEV_SX8 is not set
44469 +CONFIG_BLK_DEV_RAM=y
44470 +CONFIG_BLK_DEV_RAM_COUNT=16
44471 +CONFIG_BLK_DEV_RAM_SIZE=32768
44472 +# CONFIG_BLK_DEV_XIP is not set
44473 +# CONFIG_CDROM_PKTCDVD is not set
44474 +# CONFIG_ATA_OVER_ETH is not set
44475 +CONFIG_MISC_DEVICES=y
44476 +# CONFIG_PHANTOM is not set
44477 +# CONFIG_EEPROM_93CX6 is not set
44478 +# CONFIG_SGI_IOC4 is not set
44479 +# CONFIG_TIFM_CORE is not set
44480 +# CONFIG_ENCLOSURE_SERVICES is not set
44481 +CONFIG_HAVE_IDE=y
44482 +CONFIG_IDE=y
44483 +CONFIG_IDE_MAX_HWIFS=4
44484 +CONFIG_BLK_DEV_IDE=y
44485 +
44486 +#
44487 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
44488 +#
44489 +# CONFIG_BLK_DEV_IDE_SATA is not set
44490 +CONFIG_BLK_DEV_IDEDISK=y
44491 +# CONFIG_IDEDISK_MULTI_MODE is not set
44492 +# CONFIG_BLK_DEV_IDECD is not set
44493 +# CONFIG_BLK_DEV_IDETAPE is not set
44494 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
44495 +# CONFIG_IDE_TASK_IOCTL is not set
44496 +CONFIG_IDE_PROC_FS=y
44497 +
44498 +#
44499 +# IDE chipset support/bugfixes
44500 +#
44501 +CONFIG_IDE_GENERIC=y
44502 +# CONFIG_BLK_DEV_PLATFORM is not set
44503 +CONFIG_BLK_DEV_IDEDMA_SFF=y
44504 +
44505 +#
44506 +# PCI IDE chipsets support
44507 +#
44508 +CONFIG_BLK_DEV_IDEPCI=y
44509 +CONFIG_IDEPCI_PCIBUS_ORDER=y
44510 +# CONFIG_BLK_DEV_OFFBOARD is not set
44511 +CONFIG_BLK_DEV_GENERIC=y
44512 +# CONFIG_BLK_DEV_OPTI621 is not set
44513 +CONFIG_BLK_DEV_IDEDMA_PCI=y
44514 +# CONFIG_BLK_DEV_AEC62XX is not set
44515 +# CONFIG_BLK_DEV_ALI15X3 is not set
44516 +# CONFIG_BLK_DEV_AMD74XX is not set
44517 +# CONFIG_BLK_DEV_CMD64X is not set
44518 +# CONFIG_BLK_DEV_TRIFLEX is not set
44519 +# CONFIG_BLK_DEV_CY82C693 is not set
44520 +# CONFIG_BLK_DEV_CS5520 is not set
44521 +# CONFIG_BLK_DEV_CS5530 is not set
44522 +# CONFIG_BLK_DEV_HPT34X is not set
44523 +# CONFIG_BLK_DEV_HPT366 is not set
44524 +# CONFIG_BLK_DEV_JMICRON is not set
44525 +# CONFIG_BLK_DEV_SC1200 is not set
44526 +# CONFIG_BLK_DEV_PIIX is not set
44527 +# CONFIG_BLK_DEV_IT8213 is not set
44528 +# CONFIG_BLK_DEV_IT821X is not set
44529 +# CONFIG_BLK_DEV_NS87415 is not set
44530 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
44531 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
44532 +# CONFIG_BLK_DEV_SVWKS is not set
44533 +# CONFIG_BLK_DEV_SIIMAGE is not set
44534 +# CONFIG_BLK_DEV_SL82C105 is not set
44535 +# CONFIG_BLK_DEV_SLC90E66 is not set
44536 +# CONFIG_BLK_DEV_TRM290 is not set
44537 +CONFIG_BLK_DEV_VIA82CXXX=y
44538 +# CONFIG_BLK_DEV_TC86C001 is not set
44539 +CONFIG_BLK_DEV_IDEDMA=y
44540 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
44541 +# CONFIG_BLK_DEV_HD is not set
44542 +
44543 +#
44544 +# SCSI device support
44545 +#
44546 +# CONFIG_RAID_ATTRS is not set
44547 +# CONFIG_SCSI is not set
44548 +# CONFIG_SCSI_DMA is not set
44549 +# CONFIG_SCSI_NETLINK is not set
44550 +# CONFIG_ATA is not set
44551 +# CONFIG_MD is not set
44552 +# CONFIG_FUSION is not set
44553 +
44554 +#
44555 +# IEEE 1394 (FireWire) support
44556 +#
44557 +# CONFIG_FIREWIRE is not set
44558 +# CONFIG_IEEE1394 is not set
44559 +# CONFIG_I2O is not set
44560 +# CONFIG_MACINTOSH_DRIVERS is not set
44561 +CONFIG_NETDEVICES=y
44562 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
44563 +# CONFIG_DUMMY is not set
44564 +# CONFIG_BONDING is not set
44565 +# CONFIG_MACVLAN is not set
44566 +# CONFIG_EQUALIZER is not set
44567 +# CONFIG_TUN is not set
44568 +# CONFIG_VETH is not set
44569 +# CONFIG_ARCNET is not set
44570 +CONFIG_PHYLIB=y
44571 +
44572 +#
44573 +# MII PHY device drivers
44574 +#
44575 +# CONFIG_MARVELL_PHY is not set
44576 +# CONFIG_DAVICOM_PHY is not set
44577 +# CONFIG_QSEMI_PHY is not set
44578 +# CONFIG_LXT_PHY is not set
44579 +# CONFIG_CICADA_PHY is not set
44580 +# CONFIG_VITESSE_PHY is not set
44581 +# CONFIG_SMSC_PHY is not set
44582 +# CONFIG_BROADCOM_PHY is not set
44583 +# CONFIG_ICPLUS_PHY is not set
44584 +# CONFIG_REALTEK_PHY is not set
44585 +# CONFIG_FIXED_PHY is not set
44586 +# CONFIG_MDIO_BITBANG is not set
44587 +CONFIG_NET_ETHERNET=y
44588 +CONFIG_MII=y
44589 +# CONFIG_HAPPYMEAL is not set
44590 +# CONFIG_SUNGEM is not set
44591 +# CONFIG_CASSINI is not set
44592 +# CONFIG_NET_VENDOR_3COM is not set
44593 +# CONFIG_NET_TULIP is not set
44594 +# CONFIG_HP100 is not set
44595 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
44596 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
44597 +# CONFIG_IBM_NEW_EMAC_TAH is not set
44598 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
44599 +CONFIG_NET_PCI=y
44600 +# CONFIG_PCNET32 is not set
44601 +# CONFIG_AMD8111_ETH is not set
44602 +# CONFIG_ADAPTEC_STARFIRE is not set
44603 +# CONFIG_B44 is not set
44604 +# CONFIG_FORCEDETH is not set
44605 +# CONFIG_EEPRO100 is not set
44606 +CONFIG_E100=y
44607 +# CONFIG_FEALNX is not set
44608 +# CONFIG_NATSEMI is not set
44609 +# CONFIG_NE2K_PCI is not set
44610 +# CONFIG_8139CP is not set
44611 +# CONFIG_8139TOO is not set
44612 +# CONFIG_R6040 is not set
44613 +# CONFIG_SIS900 is not set
44614 +# CONFIG_EPIC100 is not set
44615 +# CONFIG_SUNDANCE is not set
44616 +# CONFIG_TLAN is not set
44617 +# CONFIG_VIA_RHINE is not set
44618 +# CONFIG_SC92031 is not set
44619 +CONFIG_NETDEV_1000=y
44620 +# CONFIG_ACENIC is not set
44621 +# CONFIG_DL2K is not set
44622 +# CONFIG_E1000 is not set
44623 +# CONFIG_E1000E is not set
44624 +# CONFIG_E1000E_ENABLED is not set
44625 +# CONFIG_IP1000 is not set
44626 +# CONFIG_IGB is not set
44627 +# CONFIG_NS83820 is not set
44628 +# CONFIG_HAMACHI is not set
44629 +# CONFIG_YELLOWFIN is not set
44630 +# CONFIG_R8169 is not set
44631 +# CONFIG_SIS190 is not set
44632 +# CONFIG_SKGE is not set
44633 +# CONFIG_SKY2 is not set
44634 +# CONFIG_SK98LIN is not set
44635 +# CONFIG_VIA_VELOCITY is not set
44636 +# CONFIG_TIGON3 is not set
44637 +# CONFIG_BNX2 is not set
44638 +CONFIG_GIANFAR=y
44639 +CONFIG_GFAR_NAPI=y
44640 +# CONFIG_QLA3XXX is not set
44641 +# CONFIG_ATL1 is not set
44642 +CONFIG_NETDEV_10000=y
44643 +# CONFIG_CHELSIO_T1 is not set
44644 +# CONFIG_CHELSIO_T3 is not set
44645 +# CONFIG_IXGBE is not set
44646 +# CONFIG_IXGB is not set
44647 +# CONFIG_S2IO is not set
44648 +# CONFIG_MYRI10GE is not set
44649 +# CONFIG_NETXEN_NIC is not set
44650 +# CONFIG_NIU is not set
44651 +# CONFIG_MLX4_CORE is not set
44652 +# CONFIG_TEHUTI is not set
44653 +# CONFIG_BNX2X is not set
44654 +# CONFIG_TR is not set
44655 +
44656 +#
44657 +# Wireless LAN
44658 +#
44659 +# CONFIG_WLAN_PRE80211 is not set
44660 +# CONFIG_WLAN_80211 is not set
44661 +# CONFIG_WAN is not set
44662 +# CONFIG_FDDI is not set
44663 +# CONFIG_HIPPI is not set
44664 +# CONFIG_PPP is not set
44665 +# CONFIG_SLIP is not set
44666 +# CONFIG_NETCONSOLE is not set
44667 +# CONFIG_NETPOLL is not set
44668 +# CONFIG_NET_POLL_CONTROLLER is not set
44669 +# CONFIG_ISDN is not set
44670 +# CONFIG_PHONE is not set
44671 +
44672 +#
44673 +# Input device support
44674 +#
44675 +CONFIG_INPUT=y
44676 +# CONFIG_INPUT_FF_MEMLESS is not set
44677 +# CONFIG_INPUT_POLLDEV is not set
44678 +
44679 +#
44680 +# Userland interfaces
44681 +#
44682 +# CONFIG_INPUT_MOUSEDEV is not set
44683 +# CONFIG_INPUT_JOYDEV is not set
44684 +# CONFIG_INPUT_EVDEV is not set
44685 +# CONFIG_INPUT_EVBUG is not set
44686 +
44687 +#
44688 +# Input Device Drivers
44689 +#
44690 +# CONFIG_INPUT_KEYBOARD is not set
44691 +# CONFIG_INPUT_MOUSE is not set
44692 +# CONFIG_INPUT_JOYSTICK is not set
44693 +# CONFIG_INPUT_TABLET is not set
44694 +# CONFIG_INPUT_TOUCHSCREEN is not set
44695 +# CONFIG_INPUT_MISC is not set
44696 +
44697 +#
44698 +# Hardware I/O ports
44699 +#
44700 +# CONFIG_SERIO is not set
44701 +# CONFIG_GAMEPORT is not set
44702 +
44703 +#
44704 +# Character devices
44705 +#
44706 +# CONFIG_VT is not set
44707 +# CONFIG_SERIAL_NONSTANDARD is not set
44708 +# CONFIG_NOZOMI is not set
44709 +
44710 +#
44711 +# Serial drivers
44712 +#
44713 +CONFIG_SERIAL_8250=y
44714 +CONFIG_SERIAL_8250_CONSOLE=y
44715 +CONFIG_SERIAL_8250_PCI=y
44716 +CONFIG_SERIAL_8250_NR_UARTS=4
44717 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
44718 +# CONFIG_SERIAL_8250_EXTENDED is not set
44719 +CONFIG_SERIAL_8250_SHARE_IRQ=y
44720 +
44721 +#
44722 +# Non-8250 serial port support
44723 +#
44724 +# CONFIG_SERIAL_UARTLITE is not set
44725 +CONFIG_SERIAL_CORE=y
44726 +CONFIG_SERIAL_CORE_CONSOLE=y
44727 +# CONFIG_SERIAL_JSM is not set
44728 +# CONFIG_SERIAL_OF_PLATFORM is not set
44729 +CONFIG_UNIX98_PTYS=y
44730 +CONFIG_LEGACY_PTYS=y
44731 +CONFIG_LEGACY_PTY_COUNT=256
44732 +# CONFIG_IPMI_HANDLER is not set
44733 +CONFIG_HW_RANDOM=y
44734 +# CONFIG_NVRAM is not set
44735 +CONFIG_GEN_RTC=y
44736 +# CONFIG_GEN_RTC_X is not set
44737 +# CONFIG_R3964 is not set
44738 +# CONFIG_APPLICOM is not set
44739 +# CONFIG_RAW_DRIVER is not set
44740 +# CONFIG_TCG_TPM is not set
44741 +CONFIG_DEVPORT=y
44742 +CONFIG_I2C=y
44743 +CONFIG_I2C_BOARDINFO=y
44744 +CONFIG_I2C_CHARDEV=y
44745 +
44746 +#
44747 +# I2C Algorithms
44748 +#
44749 +# CONFIG_I2C_ALGOBIT is not set
44750 +# CONFIG_I2C_ALGOPCF is not set
44751 +# CONFIG_I2C_ALGOPCA is not set
44752 +
44753 +#
44754 +# I2C Hardware Bus support
44755 +#
44756 +# CONFIG_I2C_ALI1535 is not set
44757 +# CONFIG_I2C_ALI1563 is not set
44758 +# CONFIG_I2C_ALI15X3 is not set
44759 +# CONFIG_I2C_AMD756 is not set
44760 +# CONFIG_I2C_AMD8111 is not set
44761 +# CONFIG_I2C_I801 is not set
44762 +# CONFIG_I2C_I810 is not set
44763 +# CONFIG_I2C_PIIX4 is not set
44764 +CONFIG_I2C_MPC=y
44765 +# CONFIG_I2C_NFORCE2 is not set
44766 +# CONFIG_I2C_OCORES is not set
44767 +# CONFIG_I2C_PARPORT_LIGHT is not set
44768 +# CONFIG_I2C_PROSAVAGE is not set
44769 +# CONFIG_I2C_SAVAGE4 is not set
44770 +# CONFIG_I2C_SIMTEC is not set
44771 +# CONFIG_I2C_SIS5595 is not set
44772 +# CONFIG_I2C_SIS630 is not set
44773 +# CONFIG_I2C_SIS96X is not set
44774 +# CONFIG_I2C_TAOS_EVM is not set
44775 +# CONFIG_I2C_VIA is not set
44776 +# CONFIG_I2C_VIAPRO is not set
44777 +# CONFIG_I2C_VOODOO3 is not set
44778 +
44779 +#
44780 +# Miscellaneous I2C Chip support
44781 +#
44782 +# CONFIG_DS1682 is not set
44783 +# CONFIG_SENSORS_EEPROM is not set
44784 +# CONFIG_SENSORS_PCF8574 is not set
44785 +# CONFIG_PCF8575 is not set
44786 +# CONFIG_SENSORS_PCF8591 is not set
44787 +# CONFIG_TPS65010 is not set
44788 +# CONFIG_SENSORS_MAX6875 is not set
44789 +# CONFIG_SENSORS_TSL2550 is not set
44790 +# CONFIG_I2C_DEBUG_CORE is not set
44791 +# CONFIG_I2C_DEBUG_ALGO is not set
44792 +# CONFIG_I2C_DEBUG_BUS is not set
44793 +# CONFIG_I2C_DEBUG_CHIP is not set
44794 +
44795 +#
44796 +# SPI support
44797 +#
44798 +# CONFIG_SPI is not set
44799 +# CONFIG_SPI_MASTER is not set
44800 +# CONFIG_W1 is not set
44801 +# CONFIG_POWER_SUPPLY is not set
44802 +CONFIG_HWMON=y
44803 +# CONFIG_HWMON_VID is not set
44804 +# CONFIG_SENSORS_AD7418 is not set
44805 +# CONFIG_SENSORS_ADM1021 is not set
44806 +# CONFIG_SENSORS_ADM1025 is not set
44807 +# CONFIG_SENSORS_ADM1026 is not set
44808 +# CONFIG_SENSORS_ADM1029 is not set
44809 +# CONFIG_SENSORS_ADM1031 is not set
44810 +# CONFIG_SENSORS_ADM9240 is not set
44811 +# CONFIG_SENSORS_ADT7470 is not set
44812 +# CONFIG_SENSORS_ADT7473 is not set
44813 +# CONFIG_SENSORS_ATXP1 is not set
44814 +# CONFIG_SENSORS_DS1621 is not set
44815 +# CONFIG_SENSORS_I5K_AMB is not set
44816 +# CONFIG_SENSORS_F71805F is not set
44817 +# CONFIG_SENSORS_F71882FG is not set
44818 +# CONFIG_SENSORS_F75375S is not set
44819 +# CONFIG_SENSORS_GL518SM is not set
44820 +# CONFIG_SENSORS_GL520SM is not set
44821 +# CONFIG_SENSORS_IT87 is not set
44822 +# CONFIG_SENSORS_LM63 is not set
44823 +CONFIG_SENSORS_LM75=y
44824 +# CONFIG_SENSORS_LM77 is not set
44825 +# CONFIG_SENSORS_LM78 is not set
44826 +# CONFIG_SENSORS_LM80 is not set
44827 +# CONFIG_SENSORS_LM83 is not set
44828 +# CONFIG_SENSORS_LM85 is not set
44829 +# CONFIG_SENSORS_LM87 is not set
44830 +# CONFIG_SENSORS_LM90 is not set
44831 +# CONFIG_SENSORS_LM92 is not set
44832 +# CONFIG_SENSORS_LM93 is not set
44833 +# CONFIG_SENSORS_MAX1619 is not set
44834 +# CONFIG_SENSORS_MAX6650 is not set
44835 +# CONFIG_SENSORS_PC87360 is not set
44836 +# CONFIG_SENSORS_PC87427 is not set
44837 +# CONFIG_SENSORS_SIS5595 is not set
44838 +# CONFIG_SENSORS_DME1737 is not set
44839 +# CONFIG_SENSORS_SMSC47M1 is not set
44840 +# CONFIG_SENSORS_SMSC47M192 is not set
44841 +# CONFIG_SENSORS_SMSC47B397 is not set
44842 +# CONFIG_SENSORS_ADS7828 is not set
44843 +# CONFIG_SENSORS_THMC50 is not set
44844 +# CONFIG_SENSORS_VIA686A is not set
44845 +# CONFIG_SENSORS_VT1211 is not set
44846 +# CONFIG_SENSORS_VT8231 is not set
44847 +# CONFIG_SENSORS_W83781D is not set
44848 +# CONFIG_SENSORS_W83791D is not set
44849 +# CONFIG_SENSORS_W83792D is not set
44850 +# CONFIG_SENSORS_W83793 is not set
44851 +# CONFIG_SENSORS_W83L785TS is not set
44852 +# CONFIG_SENSORS_W83L786NG is not set
44853 +# CONFIG_SENSORS_W83627HF is not set
44854 +# CONFIG_SENSORS_W83627EHF is not set
44855 +CONFIG_HWMON_DEBUG_CHIP=y
44856 +# CONFIG_THERMAL is not set
44857 +# CONFIG_WATCHDOG is not set
44858 +
44859 +#
44860 +# Sonics Silicon Backplane
44861 +#
44862 +CONFIG_SSB_POSSIBLE=y
44863 +# CONFIG_SSB is not set
44864 +
44865 +#
44866 +# Multifunction device drivers
44867 +#
44868 +# CONFIG_MFD_SM501 is not set
44869 +
44870 +#
44871 +# Multimedia devices
44872 +#
44873 +# CONFIG_VIDEO_DEV is not set
44874 +# CONFIG_DVB_CORE is not set
44875 +CONFIG_DAB=y
44876 +
44877 +#
44878 +# Graphics support
44879 +#
44880 +# CONFIG_AGP is not set
44881 +# CONFIG_DRM is not set
44882 +# CONFIG_VGASTATE is not set
44883 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
44884 +# CONFIG_FB is not set
44885 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
44886 +
44887 +#
44888 +# Display device support
44889 +#
44890 +# CONFIG_DISPLAY_SUPPORT is not set
44891 +
44892 +#
44893 +# Sound
44894 +#
44895 +# CONFIG_SOUND is not set
44896 +CONFIG_HID_SUPPORT=y
44897 +CONFIG_HID=y
44898 +# CONFIG_HID_DEBUG is not set
44899 +# CONFIG_HIDRAW is not set
44900 +CONFIG_USB_SUPPORT=y
44901 +CONFIG_USB_ARCH_HAS_HCD=y
44902 +CONFIG_USB_ARCH_HAS_OHCI=y
44903 +CONFIG_USB_ARCH_HAS_EHCI=y
44904 +# CONFIG_USB is not set
44905 +
44906 +#
44907 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
44908 +#
44909 +# CONFIG_USB_GADGET is not set
44910 +# CONFIG_MMC is not set
44911 +# CONFIG_MEMSTICK is not set
44912 +# CONFIG_NEW_LEDS is not set
44913 +# CONFIG_INFINIBAND is not set
44914 +# CONFIG_EDAC is not set
44915 +# CONFIG_RTC_CLASS is not set
44916 +# CONFIG_DMADEVICES is not set
44917 +
44918 +#
44919 +# Userspace I/O
44920 +#
44921 +# CONFIG_UIO is not set
44922 +
44923 +#
44924 +# File systems
44925 +#
44926 +CONFIG_EXT2_FS=y
44927 +# CONFIG_EXT2_FS_XATTR is not set
44928 +# CONFIG_EXT2_FS_XIP is not set
44929 +CONFIG_EXT3_FS=y
44930 +CONFIG_EXT3_FS_XATTR=y
44931 +# CONFIG_EXT3_FS_POSIX_ACL is not set
44932 +# CONFIG_EXT3_FS_SECURITY is not set
44933 +# CONFIG_EXT4DEV_FS is not set
44934 +CONFIG_JBD=y
44935 +CONFIG_FS_MBCACHE=y
44936 +# CONFIG_REISERFS_FS is not set
44937 +# CONFIG_JFS_FS is not set
44938 +# CONFIG_FS_POSIX_ACL is not set
44939 +# CONFIG_XFS_FS is not set
44940 +# CONFIG_GFS2_FS is not set
44941 +# CONFIG_OCFS2_FS is not set
44942 +CONFIG_DNOTIFY=y
44943 +CONFIG_INOTIFY=y
44944 +CONFIG_INOTIFY_USER=y
44945 +# CONFIG_QUOTA is not set
44946 +# CONFIG_AUTOFS_FS is not set
44947 +# CONFIG_AUTOFS4_FS is not set
44948 +# CONFIG_FUSE_FS is not set
44949 +
44950 +#
44951 +# CD-ROM/DVD Filesystems
44952 +#
44953 +# CONFIG_ISO9660_FS is not set
44954 +# CONFIG_UDF_FS is not set
44955 +
44956 +#
44957 +# DOS/FAT/NT Filesystems
44958 +#
44959 +# CONFIG_MSDOS_FS is not set
44960 +# CONFIG_VFAT_FS is not set
44961 +# CONFIG_NTFS_FS is not set
44962 +
44963 +#
44964 +# Pseudo filesystems
44965 +#
44966 +CONFIG_PROC_FS=y
44967 +CONFIG_PROC_KCORE=y
44968 +CONFIG_PROC_SYSCTL=y
44969 +CONFIG_SYSFS=y
44970 +CONFIG_TMPFS=y
44971 +# CONFIG_TMPFS_POSIX_ACL is not set
44972 +# CONFIG_HUGETLB_PAGE is not set
44973 +# CONFIG_CONFIGFS_FS is not set
44974 +
44975 +#
44976 +# Miscellaneous filesystems
44977 +#
44978 +# CONFIG_ADFS_FS is not set
44979 +# CONFIG_AFFS_FS is not set
44980 +# CONFIG_HFS_FS is not set
44981 +# CONFIG_HFSPLUS_FS is not set
44982 +# CONFIG_BEFS_FS is not set
44983 +# CONFIG_BFS_FS is not set
44984 +# CONFIG_EFS_FS is not set
44985 +CONFIG_JFFS2_FS=y
44986 +CONFIG_JFFS2_FS_DEBUG=0
44987 +CONFIG_JFFS2_FS_WRITEBUFFER=y
44988 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
44989 +# CONFIG_JFFS2_SUMMARY is not set
44990 +# CONFIG_JFFS2_FS_XATTR is not set
44991 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
44992 +CONFIG_JFFS2_ZLIB=y
44993 +# CONFIG_JFFS2_LZO is not set
44994 +CONFIG_JFFS2_RTIME=y
44995 +# CONFIG_JFFS2_RUBIN is not set
44996 +CONFIG_CRAMFS=y
44997 +# CONFIG_VXFS_FS is not set
44998 +# CONFIG_MINIX_FS is not set
44999 +# CONFIG_HPFS_FS is not set
45000 +# CONFIG_QNX4FS_FS is not set
45001 +# CONFIG_ROMFS_FS is not set
45002 +# CONFIG_SYSV_FS is not set
45003 +# CONFIG_UFS_FS is not set
45004 +CONFIG_NETWORK_FILESYSTEMS=y
45005 +CONFIG_NFS_FS=y
45006 +# CONFIG_NFS_V3 is not set
45007 +# CONFIG_NFS_V4 is not set
45008 +# CONFIG_NFS_DIRECTIO is not set
45009 +# CONFIG_NFSD is not set
45010 +CONFIG_ROOT_NFS=y
45011 +CONFIG_LOCKD=y
45012 +CONFIG_NFS_COMMON=y
45013 +CONFIG_SUNRPC=y
45014 +# CONFIG_SUNRPC_BIND34 is not set
45015 +# CONFIG_RPCSEC_GSS_KRB5 is not set
45016 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
45017 +# CONFIG_SMB_FS is not set
45018 +# CONFIG_CIFS is not set
45019 +# CONFIG_NCP_FS is not set
45020 +# CONFIG_CODA_FS is not set
45021 +# CONFIG_AFS_FS is not set
45022 +
45023 +#
45024 +# Partition Types
45025 +#
45026 +CONFIG_PARTITION_ADVANCED=y
45027 +# CONFIG_ACORN_PARTITION is not set
45028 +# CONFIG_OSF_PARTITION is not set
45029 +# CONFIG_AMIGA_PARTITION is not set
45030 +# CONFIG_ATARI_PARTITION is not set
45031 +# CONFIG_MAC_PARTITION is not set
45032 +# CONFIG_MSDOS_PARTITION is not set
45033 +# CONFIG_LDM_PARTITION is not set
45034 +# CONFIG_SGI_PARTITION is not set
45035 +# CONFIG_ULTRIX_PARTITION is not set
45036 +# CONFIG_SUN_PARTITION is not set
45037 +# CONFIG_KARMA_PARTITION is not set
45038 +# CONFIG_EFI_PARTITION is not set
45039 +# CONFIG_SYSV68_PARTITION is not set
45040 +# CONFIG_NLS is not set
45041 +# CONFIG_DLM is not set
45042 +
45043 +#
45044 +# Library routines
45045 +#
45046 +CONFIG_BITREVERSE=y
45047 +# CONFIG_CRC_CCITT is not set
45048 +# CONFIG_CRC16 is not set
45049 +# CONFIG_CRC_ITU_T is not set
45050 +CONFIG_CRC32=y
45051 +# CONFIG_CRC7 is not set
45052 +# CONFIG_LIBCRC32C is not set
45053 +CONFIG_ZLIB_INFLATE=y
45054 +CONFIG_ZLIB_DEFLATE=y
45055 +CONFIG_PLIST=y
45056 +CONFIG_HAS_IOMEM=y
45057 +CONFIG_HAS_IOPORT=y
45058 +CONFIG_HAS_DMA=y
45059 +
45060 +#
45061 +# Kernel hacking
45062 +#
45063 +# CONFIG_PRINTK_TIME is not set
45064 +CONFIG_ENABLE_WARN_DEPRECATED=y
45065 +CONFIG_ENABLE_MUST_CHECK=y
45066 +# CONFIG_MAGIC_SYSRQ is not set
45067 +# CONFIG_UNUSED_SYMBOLS is not set
45068 +# CONFIG_DEBUG_FS is not set
45069 +# CONFIG_HEADERS_CHECK is not set
45070 +# CONFIG_DEBUG_KERNEL is not set
45071 +# CONFIG_SLUB_DEBUG_ON is not set
45072 +# CONFIG_SLUB_STATS is not set
45073 +# CONFIG_DEBUG_BUGVERBOSE is not set
45074 +# CONFIG_SAMPLES is not set
45075 +# CONFIG_PPC_EARLY_DEBUG is not set
45076 +
45077 +#
45078 +# Security options
45079 +#
45080 +# CONFIG_KEYS is not set
45081 +# CONFIG_SECURITY is not set
45082 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
45083 +CONFIG_CRYPTO=y
45084 +# CONFIG_CRYPTO_SEQIV is not set
45085 +# CONFIG_CRYPTO_MANAGER is not set
45086 +# CONFIG_CRYPTO_HMAC is not set
45087 +# CONFIG_CRYPTO_XCBC is not set
45088 +# CONFIG_CRYPTO_NULL is not set
45089 +# CONFIG_CRYPTO_MD4 is not set
45090 +# CONFIG_CRYPTO_MD5 is not set
45091 +# CONFIG_CRYPTO_SHA1 is not set
45092 +# CONFIG_CRYPTO_SHA256 is not set
45093 +# CONFIG_CRYPTO_SHA512 is not set
45094 +# CONFIG_CRYPTO_WP512 is not set
45095 +# CONFIG_CRYPTO_TGR192 is not set
45096 +# CONFIG_CRYPTO_GF128MUL is not set
45097 +# CONFIG_CRYPTO_ECB is not set
45098 +# CONFIG_CRYPTO_CBC is not set
45099 +# CONFIG_CRYPTO_PCBC is not set
45100 +# CONFIG_CRYPTO_LRW is not set
45101 +# CONFIG_CRYPTO_XTS is not set
45102 +# CONFIG_CRYPTO_CTR is not set
45103 +# CONFIG_CRYPTO_GCM is not set
45104 +# CONFIG_CRYPTO_CCM is not set
45105 +# CONFIG_CRYPTO_CRYPTD is not set
45106 +# CONFIG_CRYPTO_DES is not set
45107 +# CONFIG_CRYPTO_FCRYPT is not set
45108 +# CONFIG_CRYPTO_BLOWFISH is not set
45109 +# CONFIG_CRYPTO_TWOFISH is not set
45110 +# CONFIG_CRYPTO_SERPENT is not set
45111 +# CONFIG_CRYPTO_AES is not set
45112 +# CONFIG_CRYPTO_CAST5 is not set
45113 +# CONFIG_CRYPTO_CAST6 is not set
45114 +# CONFIG_CRYPTO_TEA is not set
45115 +# CONFIG_CRYPTO_ARC4 is not set
45116 +# CONFIG_CRYPTO_KHAZAD is not set
45117 +# CONFIG_CRYPTO_ANUBIS is not set
45118 +# CONFIG_CRYPTO_SEED is not set
45119 +# CONFIG_CRYPTO_SALSA20 is not set
45120 +# CONFIG_CRYPTO_DEFLATE is not set
45121 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
45122 +# CONFIG_CRYPTO_CRC32C is not set
45123 +# CONFIG_CRYPTO_CAMELLIA is not set
45124 +# CONFIG_CRYPTO_AUTHENC is not set
45125 +# CONFIG_CRYPTO_LZO is not set
45126 +CONFIG_CRYPTO_HW=y
45127 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
45128 +# CONFIG_PPC_CLOCK is not set
45129 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8541_defconfig powerpc.git/arch/powerpc/configs/85xx/tqm8541_defconfig
45130 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8541_defconfig 1970-01-01 01:00:00.000000000 +0100
45131 +++ powerpc.git/arch/powerpc/configs/85xx/tqm8541_defconfig 2008-04-19 16:40:52.000000000 +0200
45132 @@ -0,0 +1,1109 @@
45133 +#
45134 +# Automatically generated make config: don't edit
45135 +# Linux kernel version: 2.6.25-rc6
45136 +# Mon Mar 24 08:48:44 2008
45137 +#
45138 +# CONFIG_PPC64 is not set
45139 +
45140 +#
45141 +# Processor support
45142 +#
45143 +# CONFIG_6xx is not set
45144 +CONFIG_PPC_85xx=y
45145 +# CONFIG_PPC_8xx is not set
45146 +# CONFIG_40x is not set
45147 +# CONFIG_44x is not set
45148 +# CONFIG_E200 is not set
45149 +CONFIG_E500=y
45150 +CONFIG_BOOKE=y
45151 +CONFIG_FSL_BOOKE=y
45152 +CONFIG_FSL_EMB_PERFMON=y
45153 +# CONFIG_PHYS_64BIT is not set
45154 +CONFIG_SPE=y
45155 +# CONFIG_PPC_MM_SLICES is not set
45156 +CONFIG_PPC32=y
45157 +CONFIG_WORD_SIZE=32
45158 +CONFIG_PPC_MERGE=y
45159 +CONFIG_MMU=y
45160 +CONFIG_GENERIC_CMOS_UPDATE=y
45161 +CONFIG_GENERIC_TIME=y
45162 +CONFIG_GENERIC_TIME_VSYSCALL=y
45163 +CONFIG_GENERIC_CLOCKEVENTS=y
45164 +CONFIG_GENERIC_HARDIRQS=y
45165 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
45166 +CONFIG_IRQ_PER_CPU=y
45167 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
45168 +CONFIG_ARCH_HAS_ILOG2_U32=y
45169 +CONFIG_GENERIC_HWEIGHT=y
45170 +CONFIG_GENERIC_CALIBRATE_DELAY=y
45171 +CONFIG_GENERIC_FIND_NEXT_BIT=y
45172 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
45173 +CONFIG_PPC=y
45174 +CONFIG_EARLY_PRINTK=y
45175 +CONFIG_GENERIC_NVRAM=y
45176 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
45177 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
45178 +CONFIG_PPC_OF=y
45179 +CONFIG_OF=y
45180 +CONFIG_PPC_UDBG_16550=y
45181 +# CONFIG_GENERIC_TBSYNC is not set
45182 +CONFIG_AUDIT_ARCH=y
45183 +CONFIG_GENERIC_BUG=y
45184 +CONFIG_DEFAULT_UIMAGE=y
45185 +# CONFIG_PPC_DCR_NATIVE is not set
45186 +# CONFIG_PPC_DCR_MMIO is not set
45187 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
45188 +
45189 +#
45190 +# General setup
45191 +#
45192 +CONFIG_EXPERIMENTAL=y
45193 +CONFIG_BROKEN_ON_SMP=y
45194 +CONFIG_INIT_ENV_ARG_LIMIT=32
45195 +CONFIG_LOCALVERSION=""
45196 +CONFIG_LOCALVERSION_AUTO=y
45197 +CONFIG_SWAP=y
45198 +CONFIG_SYSVIPC=y
45199 +CONFIG_SYSVIPC_SYSCTL=y
45200 +# CONFIG_POSIX_MQUEUE is not set
45201 +# CONFIG_BSD_PROCESS_ACCT is not set
45202 +# CONFIG_TASKSTATS is not set
45203 +# CONFIG_AUDIT is not set
45204 +# CONFIG_IKCONFIG is not set
45205 +CONFIG_LOG_BUF_SHIFT=14
45206 +# CONFIG_CGROUPS is not set
45207 +CONFIG_GROUP_SCHED=y
45208 +CONFIG_FAIR_GROUP_SCHED=y
45209 +# CONFIG_RT_GROUP_SCHED is not set
45210 +CONFIG_USER_SCHED=y
45211 +# CONFIG_CGROUP_SCHED is not set
45212 +CONFIG_SYSFS_DEPRECATED=y
45213 +CONFIG_SYSFS_DEPRECATED_V2=y
45214 +# CONFIG_RELAY is not set
45215 +# CONFIG_NAMESPACES is not set
45216 +CONFIG_BLK_DEV_INITRD=y
45217 +CONFIG_INITRAMFS_SOURCE=""
45218 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
45219 +CONFIG_SYSCTL=y
45220 +CONFIG_EMBEDDED=y
45221 +CONFIG_SYSCTL_SYSCALL=y
45222 +# CONFIG_KALLSYMS is not set
45223 +# CONFIG_HOTPLUG is not set
45224 +CONFIG_PRINTK=y
45225 +CONFIG_BUG=y
45226 +CONFIG_ELF_CORE=y
45227 +CONFIG_COMPAT_BRK=y
45228 +CONFIG_BASE_FULL=y
45229 +CONFIG_FUTEX=y
45230 +CONFIG_ANON_INODES=y
45231 +# CONFIG_EPOLL is not set
45232 +CONFIG_SIGNALFD=y
45233 +CONFIG_TIMERFD=y
45234 +CONFIG_EVENTFD=y
45235 +CONFIG_SHMEM=y
45236 +CONFIG_VM_EVENT_COUNTERS=y
45237 +CONFIG_SLUB_DEBUG=y
45238 +# CONFIG_SLAB is not set
45239 +CONFIG_SLUB=y
45240 +# CONFIG_SLOB is not set
45241 +# CONFIG_PROFILING is not set
45242 +# CONFIG_MARKERS is not set
45243 +CONFIG_HAVE_OPROFILE=y
45244 +CONFIG_HAVE_KPROBES=y
45245 +CONFIG_HAVE_KRETPROBES=y
45246 +CONFIG_PROC_PAGE_MONITOR=y
45247 +CONFIG_SLABINFO=y
45248 +CONFIG_RT_MUTEXES=y
45249 +# CONFIG_TINY_SHMEM is not set
45250 +CONFIG_BASE_SMALL=0
45251 +# CONFIG_MODULES is not set
45252 +CONFIG_BLOCK=y
45253 +# CONFIG_LBD is not set
45254 +# CONFIG_BLK_DEV_IO_TRACE is not set
45255 +# CONFIG_LSF is not set
45256 +# CONFIG_BLK_DEV_BSG is not set
45257 +
45258 +#
45259 +# IO Schedulers
45260 +#
45261 +CONFIG_IOSCHED_NOOP=y
45262 +CONFIG_IOSCHED_AS=y
45263 +CONFIG_IOSCHED_DEADLINE=y
45264 +CONFIG_IOSCHED_CFQ=y
45265 +CONFIG_DEFAULT_AS=y
45266 +# CONFIG_DEFAULT_DEADLINE is not set
45267 +# CONFIG_DEFAULT_CFQ is not set
45268 +# CONFIG_DEFAULT_NOOP is not set
45269 +CONFIG_DEFAULT_IOSCHED="anticipatory"
45270 +CONFIG_CLASSIC_RCU=y
45271 +
45272 +#
45273 +# Platform support
45274 +#
45275 +# CONFIG_PPC_MPC512x is not set
45276 +# CONFIG_PPC_MPC5121 is not set
45277 +# CONFIG_PPC_CELL is not set
45278 +# CONFIG_PPC_CELL_NATIVE is not set
45279 +# CONFIG_PQ2ADS is not set
45280 +CONFIG_MPC85xx=y
45281 +# CONFIG_MPC8540_ADS is not set
45282 +# CONFIG_MPC8560_ADS is not set
45283 +# CONFIG_MPC85xx_CDS is not set
45284 +# CONFIG_MPC85xx_MDS is not set
45285 +# CONFIG_MPC85xx_DS is not set
45286 +# CONFIG_STX_GP3 is not set
45287 +# CONFIG_TQM8540 is not set
45288 +CONFIG_TQM8541=y
45289 +# CONFIG_TQM8555 is not set
45290 +# CONFIG_TQM8560 is not set
45291 +# CONFIG_SBC8548 is not set
45292 +# CONFIG_SBC8560 is not set
45293 +CONFIG_TQM85xx=y
45294 +# CONFIG_IPIC is not set
45295 +CONFIG_MPIC=y
45296 +# CONFIG_MPIC_WEIRD is not set
45297 +# CONFIG_PPC_I8259 is not set
45298 +# CONFIG_PPC_RTAS is not set
45299 +# CONFIG_MMIO_NVRAM is not set
45300 +# CONFIG_PPC_MPC106 is not set
45301 +# CONFIG_PPC_970_NAP is not set
45302 +# CONFIG_PPC_INDIRECT_IO is not set
45303 +# CONFIG_GENERIC_IOMAP is not set
45304 +# CONFIG_CPU_FREQ is not set
45305 +CONFIG_CPM2=y
45306 +CONFIG_PPC_CPM_NEW_BINDING=y
45307 +# CONFIG_FSL_ULI1575 is not set
45308 +CONFIG_CPM=y
45309 +
45310 +#
45311 +# Kernel options
45312 +#
45313 +# CONFIG_HIGHMEM is not set
45314 +# CONFIG_TICK_ONESHOT is not set
45315 +# CONFIG_NO_HZ is not set
45316 +# CONFIG_HIGH_RES_TIMERS is not set
45317 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
45318 +# CONFIG_HZ_100 is not set
45319 +CONFIG_HZ_250=y
45320 +# CONFIG_HZ_300 is not set
45321 +# CONFIG_HZ_1000 is not set
45322 +CONFIG_HZ=250
45323 +# CONFIG_SCHED_HRTICK is not set
45324 +CONFIG_PREEMPT_NONE=y
45325 +# CONFIG_PREEMPT_VOLUNTARY is not set
45326 +# CONFIG_PREEMPT is not set
45327 +CONFIG_BINFMT_ELF=y
45328 +# CONFIG_BINFMT_MISC is not set
45329 +CONFIG_MATH_EMULATION=y
45330 +# CONFIG_IOMMU_HELPER is not set
45331 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
45332 +CONFIG_ARCH_HAS_WALK_MEMORY=y
45333 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
45334 +CONFIG_ARCH_FLATMEM_ENABLE=y
45335 +CONFIG_ARCH_POPULATES_NODE_MAP=y
45336 +CONFIG_SELECT_MEMORY_MODEL=y
45337 +CONFIG_FLATMEM_MANUAL=y
45338 +# CONFIG_DISCONTIGMEM_MANUAL is not set
45339 +# CONFIG_SPARSEMEM_MANUAL is not set
45340 +CONFIG_FLATMEM=y
45341 +CONFIG_FLAT_NODE_MEM_MAP=y
45342 +# CONFIG_SPARSEMEM_STATIC is not set
45343 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
45344 +CONFIG_SPLIT_PTLOCK_CPUS=4
45345 +# CONFIG_RESOURCES_64BIT is not set
45346 +CONFIG_ZONE_DMA_FLAG=1
45347 +CONFIG_BOUNCE=y
45348 +CONFIG_VIRT_TO_BUS=y
45349 +# CONFIG_PROC_DEVICETREE is not set
45350 +# CONFIG_CMDLINE_BOOL is not set
45351 +# CONFIG_PM is not set
45352 +CONFIG_SECCOMP=y
45353 +CONFIG_ISA_DMA_API=y
45354 +
45355 +#
45356 +# Bus options
45357 +#
45358 +CONFIG_ZONE_DMA=y
45359 +CONFIG_PPC_INDIRECT_PCI=y
45360 +CONFIG_FSL_SOC=y
45361 +CONFIG_FSL_PCI=y
45362 +CONFIG_PCI=y
45363 +CONFIG_PCI_DOMAINS=y
45364 +CONFIG_PCI_SYSCALL=y
45365 +# CONFIG_PCIEPORTBUS is not set
45366 +CONFIG_ARCH_SUPPORTS_MSI=y
45367 +# CONFIG_PCI_MSI is not set
45368 +CONFIG_PCI_LEGACY=y
45369 +
45370 +#
45371 +# Advanced setup
45372 +#
45373 +# CONFIG_ADVANCED_OPTIONS is not set
45374 +
45375 +#
45376 +# Default settings for advanced configuration options are used
45377 +#
45378 +CONFIG_HIGHMEM_START=0xfe000000
45379 +CONFIG_LOWMEM_SIZE=0x30000000
45380 +CONFIG_KERNEL_START=0xc0000000
45381 +CONFIG_TASK_SIZE=0xc0000000
45382 +CONFIG_BOOT_LOAD=0x00800000
45383 +
45384 +#
45385 +# Networking
45386 +#
45387 +CONFIG_NET=y
45388 +
45389 +#
45390 +# Networking options
45391 +#
45392 +CONFIG_PACKET=y
45393 +# CONFIG_PACKET_MMAP is not set
45394 +CONFIG_UNIX=y
45395 +CONFIG_XFRM=y
45396 +# CONFIG_XFRM_USER is not set
45397 +# CONFIG_XFRM_SUB_POLICY is not set
45398 +# CONFIG_XFRM_MIGRATE is not set
45399 +# CONFIG_XFRM_STATISTICS is not set
45400 +# CONFIG_NET_KEY is not set
45401 +CONFIG_INET=y
45402 +CONFIG_IP_MULTICAST=y
45403 +# CONFIG_IP_ADVANCED_ROUTER is not set
45404 +CONFIG_IP_FIB_HASH=y
45405 +CONFIG_IP_PNP=y
45406 +CONFIG_IP_PNP_DHCP=y
45407 +CONFIG_IP_PNP_BOOTP=y
45408 +# CONFIG_IP_PNP_RARP is not set
45409 +# CONFIG_NET_IPIP is not set
45410 +# CONFIG_NET_IPGRE is not set
45411 +# CONFIG_IP_MROUTE is not set
45412 +# CONFIG_ARPD is not set
45413 +CONFIG_SYN_COOKIES=y
45414 +# CONFIG_INET_AH is not set
45415 +# CONFIG_INET_ESP is not set
45416 +# CONFIG_INET_IPCOMP is not set
45417 +# CONFIG_INET_XFRM_TUNNEL is not set
45418 +# CONFIG_INET_TUNNEL is not set
45419 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
45420 +CONFIG_INET_XFRM_MODE_TUNNEL=y
45421 +CONFIG_INET_XFRM_MODE_BEET=y
45422 +# CONFIG_INET_LRO is not set
45423 +CONFIG_INET_DIAG=y
45424 +CONFIG_INET_TCP_DIAG=y
45425 +# CONFIG_TCP_CONG_ADVANCED is not set
45426 +CONFIG_TCP_CONG_CUBIC=y
45427 +CONFIG_DEFAULT_TCP_CONG="cubic"
45428 +# CONFIG_TCP_MD5SIG is not set
45429 +# CONFIG_IPV6 is not set
45430 +# CONFIG_INET6_XFRM_TUNNEL is not set
45431 +# CONFIG_INET6_TUNNEL is not set
45432 +# CONFIG_NETWORK_SECMARK is not set
45433 +# CONFIG_NETFILTER is not set
45434 +# CONFIG_IP_DCCP is not set
45435 +# CONFIG_IP_SCTP is not set
45436 +# CONFIG_TIPC is not set
45437 +# CONFIG_ATM is not set
45438 +# CONFIG_BRIDGE is not set
45439 +# CONFIG_VLAN_8021Q is not set
45440 +# CONFIG_DECNET is not set
45441 +# CONFIG_LLC2 is not set
45442 +# CONFIG_IPX is not set
45443 +# CONFIG_ATALK is not set
45444 +# CONFIG_X25 is not set
45445 +# CONFIG_LAPB is not set
45446 +# CONFIG_ECONET is not set
45447 +# CONFIG_WAN_ROUTER is not set
45448 +# CONFIG_NET_SCHED is not set
45449 +
45450 +#
45451 +# Network testing
45452 +#
45453 +# CONFIG_NET_PKTGEN is not set
45454 +# CONFIG_HAMRADIO is not set
45455 +# CONFIG_CAN is not set
45456 +# CONFIG_IRDA is not set
45457 +# CONFIG_BT is not set
45458 +# CONFIG_AF_RXRPC is not set
45459 +
45460 +#
45461 +# Wireless
45462 +#
45463 +# CONFIG_CFG80211 is not set
45464 +# CONFIG_WIRELESS_EXT is not set
45465 +# CONFIG_MAC80211 is not set
45466 +# CONFIG_IEEE80211 is not set
45467 +# CONFIG_RFKILL is not set
45468 +# CONFIG_NET_9P is not set
45469 +
45470 +#
45471 +# Device Drivers
45472 +#
45473 +
45474 +#
45475 +# Generic Driver Options
45476 +#
45477 +CONFIG_STANDALONE=y
45478 +CONFIG_PREVENT_FIRMWARE_BUILD=y
45479 +# CONFIG_SYS_HYPERVISOR is not set
45480 +# CONFIG_CONNECTOR is not set
45481 +CONFIG_MTD=y
45482 +# CONFIG_MTD_DEBUG is not set
45483 +CONFIG_MTD_CONCAT=y
45484 +CONFIG_MTD_PARTITIONS=y
45485 +# CONFIG_MTD_REDBOOT_PARTS is not set
45486 +CONFIG_MTD_CMDLINE_PARTS=y
45487 +# CONFIG_MTD_OF_PARTS is not set
45488 +
45489 +#
45490 +# User Modules And Translation Layers
45491 +#
45492 +CONFIG_MTD_CHAR=y
45493 +CONFIG_MTD_BLKDEVS=y
45494 +CONFIG_MTD_BLOCK=y
45495 +# CONFIG_FTL is not set
45496 +# CONFIG_NFTL is not set
45497 +# CONFIG_INFTL is not set
45498 +# CONFIG_RFD_FTL is not set
45499 +# CONFIG_SSFDC is not set
45500 +# CONFIG_MTD_OOPS is not set
45501 +
45502 +#
45503 +# RAM/ROM/Flash chip drivers
45504 +#
45505 +CONFIG_MTD_CFI=y
45506 +# CONFIG_MTD_JEDECPROBE is not set
45507 +CONFIG_MTD_GEN_PROBE=y
45508 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
45509 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
45510 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
45511 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
45512 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
45513 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
45514 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
45515 +CONFIG_MTD_CFI_I1=y
45516 +CONFIG_MTD_CFI_I2=y
45517 +# CONFIG_MTD_CFI_I4 is not set
45518 +# CONFIG_MTD_CFI_I8 is not set
45519 +# CONFIG_MTD_CFI_INTELEXT is not set
45520 +CONFIG_MTD_CFI_AMDSTD=y
45521 +# CONFIG_MTD_CFI_STAA is not set
45522 +CONFIG_MTD_CFI_UTIL=y
45523 +# CONFIG_MTD_RAM is not set
45524 +# CONFIG_MTD_ROM is not set
45525 +# CONFIG_MTD_ABSENT is not set
45526 +
45527 +#
45528 +# Mapping drivers for chip access
45529 +#
45530 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
45531 +# CONFIG_MTD_PHYSMAP is not set
45532 +# CONFIG_MTD_PHYSMAP_OF is not set
45533 +# CONFIG_MTD_INTEL_VR_NOR is not set
45534 +# CONFIG_MTD_PLATRAM is not set
45535 +
45536 +#
45537 +# Self-contained MTD device drivers
45538 +#
45539 +# CONFIG_MTD_PMC551 is not set
45540 +# CONFIG_MTD_SLRAM is not set
45541 +# CONFIG_MTD_PHRAM is not set
45542 +# CONFIG_MTD_MTDRAM is not set
45543 +# CONFIG_MTD_BLOCK2MTD is not set
45544 +
45545 +#
45546 +# Disk-On-Chip Device Drivers
45547 +#
45548 +# CONFIG_MTD_DOC2000 is not set
45549 +# CONFIG_MTD_DOC2001 is not set
45550 +# CONFIG_MTD_DOC2001PLUS is not set
45551 +# CONFIG_MTD_NAND is not set
45552 +# CONFIG_MTD_ONENAND is not set
45553 +
45554 +#
45555 +# UBI - Unsorted block images
45556 +#
45557 +# CONFIG_MTD_UBI is not set
45558 +CONFIG_OF_DEVICE=y
45559 +# CONFIG_PARPORT is not set
45560 +CONFIG_BLK_DEV=y
45561 +# CONFIG_BLK_DEV_FD is not set
45562 +# CONFIG_BLK_CPQ_DA is not set
45563 +# CONFIG_BLK_CPQ_CISS_DA is not set
45564 +# CONFIG_BLK_DEV_DAC960 is not set
45565 +# CONFIG_BLK_DEV_UMEM is not set
45566 +# CONFIG_BLK_DEV_COW_COMMON is not set
45567 +CONFIG_BLK_DEV_LOOP=y
45568 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
45569 +# CONFIG_BLK_DEV_NBD is not set
45570 +# CONFIG_BLK_DEV_SX8 is not set
45571 +CONFIG_BLK_DEV_RAM=y
45572 +CONFIG_BLK_DEV_RAM_COUNT=16
45573 +CONFIG_BLK_DEV_RAM_SIZE=32768
45574 +# CONFIG_BLK_DEV_XIP is not set
45575 +# CONFIG_CDROM_PKTCDVD is not set
45576 +# CONFIG_ATA_OVER_ETH is not set
45577 +CONFIG_MISC_DEVICES=y
45578 +# CONFIG_PHANTOM is not set
45579 +# CONFIG_EEPROM_93CX6 is not set
45580 +# CONFIG_SGI_IOC4 is not set
45581 +# CONFIG_TIFM_CORE is not set
45582 +# CONFIG_ENCLOSURE_SERVICES is not set
45583 +CONFIG_HAVE_IDE=y
45584 +CONFIG_IDE=y
45585 +CONFIG_IDE_MAX_HWIFS=4
45586 +CONFIG_BLK_DEV_IDE=y
45587 +
45588 +#
45589 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
45590 +#
45591 +# CONFIG_BLK_DEV_IDE_SATA is not set
45592 +CONFIG_BLK_DEV_IDEDISK=y
45593 +# CONFIG_IDEDISK_MULTI_MODE is not set
45594 +# CONFIG_BLK_DEV_IDECD is not set
45595 +# CONFIG_BLK_DEV_IDETAPE is not set
45596 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
45597 +# CONFIG_IDE_TASK_IOCTL is not set
45598 +CONFIG_IDE_PROC_FS=y
45599 +
45600 +#
45601 +# IDE chipset support/bugfixes
45602 +#
45603 +CONFIG_IDE_GENERIC=y
45604 +# CONFIG_BLK_DEV_PLATFORM is not set
45605 +CONFIG_BLK_DEV_IDEDMA_SFF=y
45606 +
45607 +#
45608 +# PCI IDE chipsets support
45609 +#
45610 +CONFIG_BLK_DEV_IDEPCI=y
45611 +CONFIG_IDEPCI_PCIBUS_ORDER=y
45612 +# CONFIG_BLK_DEV_OFFBOARD is not set
45613 +CONFIG_BLK_DEV_GENERIC=y
45614 +# CONFIG_BLK_DEV_OPTI621 is not set
45615 +CONFIG_BLK_DEV_IDEDMA_PCI=y
45616 +# CONFIG_BLK_DEV_AEC62XX is not set
45617 +# CONFIG_BLK_DEV_ALI15X3 is not set
45618 +# CONFIG_BLK_DEV_AMD74XX is not set
45619 +# CONFIG_BLK_DEV_CMD64X is not set
45620 +# CONFIG_BLK_DEV_TRIFLEX is not set
45621 +# CONFIG_BLK_DEV_CY82C693 is not set
45622 +# CONFIG_BLK_DEV_CS5520 is not set
45623 +# CONFIG_BLK_DEV_CS5530 is not set
45624 +# CONFIG_BLK_DEV_HPT34X is not set
45625 +# CONFIG_BLK_DEV_HPT366 is not set
45626 +# CONFIG_BLK_DEV_JMICRON is not set
45627 +# CONFIG_BLK_DEV_SC1200 is not set
45628 +# CONFIG_BLK_DEV_PIIX is not set
45629 +# CONFIG_BLK_DEV_IT8213 is not set
45630 +# CONFIG_BLK_DEV_IT821X is not set
45631 +# CONFIG_BLK_DEV_NS87415 is not set
45632 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
45633 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
45634 +# CONFIG_BLK_DEV_SVWKS is not set
45635 +# CONFIG_BLK_DEV_SIIMAGE is not set
45636 +# CONFIG_BLK_DEV_SL82C105 is not set
45637 +# CONFIG_BLK_DEV_SLC90E66 is not set
45638 +# CONFIG_BLK_DEV_TRM290 is not set
45639 +CONFIG_BLK_DEV_VIA82CXXX=y
45640 +# CONFIG_BLK_DEV_TC86C001 is not set
45641 +CONFIG_BLK_DEV_IDEDMA=y
45642 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
45643 +# CONFIG_BLK_DEV_HD is not set
45644 +
45645 +#
45646 +# SCSI device support
45647 +#
45648 +# CONFIG_RAID_ATTRS is not set
45649 +# CONFIG_SCSI is not set
45650 +# CONFIG_SCSI_DMA is not set
45651 +# CONFIG_SCSI_NETLINK is not set
45652 +# CONFIG_ATA is not set
45653 +# CONFIG_MD is not set
45654 +# CONFIG_FUSION is not set
45655 +
45656 +#
45657 +# IEEE 1394 (FireWire) support
45658 +#
45659 +# CONFIG_FIREWIRE is not set
45660 +# CONFIG_IEEE1394 is not set
45661 +# CONFIG_I2O is not set
45662 +# CONFIG_MACINTOSH_DRIVERS is not set
45663 +CONFIG_NETDEVICES=y
45664 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
45665 +# CONFIG_DUMMY is not set
45666 +# CONFIG_BONDING is not set
45667 +# CONFIG_MACVLAN is not set
45668 +# CONFIG_EQUALIZER is not set
45669 +# CONFIG_TUN is not set
45670 +# CONFIG_VETH is not set
45671 +# CONFIG_ARCNET is not set
45672 +CONFIG_PHYLIB=y
45673 +
45674 +#
45675 +# MII PHY device drivers
45676 +#
45677 +# CONFIG_MARVELL_PHY is not set
45678 +# CONFIG_DAVICOM_PHY is not set
45679 +# CONFIG_QSEMI_PHY is not set
45680 +# CONFIG_LXT_PHY is not set
45681 +# CONFIG_CICADA_PHY is not set
45682 +# CONFIG_VITESSE_PHY is not set
45683 +# CONFIG_SMSC_PHY is not set
45684 +# CONFIG_BROADCOM_PHY is not set
45685 +# CONFIG_ICPLUS_PHY is not set
45686 +# CONFIG_REALTEK_PHY is not set
45687 +# CONFIG_FIXED_PHY is not set
45688 +# CONFIG_MDIO_BITBANG is not set
45689 +CONFIG_NET_ETHERNET=y
45690 +CONFIG_MII=y
45691 +# CONFIG_HAPPYMEAL is not set
45692 +# CONFIG_SUNGEM is not set
45693 +# CONFIG_CASSINI is not set
45694 +# CONFIG_NET_VENDOR_3COM is not set
45695 +# CONFIG_NET_TULIP is not set
45696 +# CONFIG_HP100 is not set
45697 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
45698 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
45699 +# CONFIG_IBM_NEW_EMAC_TAH is not set
45700 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
45701 +CONFIG_NET_PCI=y
45702 +# CONFIG_PCNET32 is not set
45703 +# CONFIG_AMD8111_ETH is not set
45704 +# CONFIG_ADAPTEC_STARFIRE is not set
45705 +# CONFIG_B44 is not set
45706 +# CONFIG_FORCEDETH is not set
45707 +# CONFIG_EEPRO100 is not set
45708 +CONFIG_E100=y
45709 +# CONFIG_FEALNX is not set
45710 +# CONFIG_NATSEMI is not set
45711 +# CONFIG_NE2K_PCI is not set
45712 +# CONFIG_8139CP is not set
45713 +# CONFIG_8139TOO is not set
45714 +# CONFIG_R6040 is not set
45715 +# CONFIG_SIS900 is not set
45716 +# CONFIG_EPIC100 is not set
45717 +# CONFIG_SUNDANCE is not set
45718 +# CONFIG_TLAN is not set
45719 +# CONFIG_VIA_RHINE is not set
45720 +# CONFIG_SC92031 is not set
45721 +# CONFIG_FS_ENET is not set
45722 +CONFIG_NETDEV_1000=y
45723 +# CONFIG_ACENIC is not set
45724 +# CONFIG_DL2K is not set
45725 +# CONFIG_E1000 is not set
45726 +# CONFIG_E1000E is not set
45727 +# CONFIG_E1000E_ENABLED is not set
45728 +# CONFIG_IP1000 is not set
45729 +# CONFIG_IGB is not set
45730 +# CONFIG_NS83820 is not set
45731 +# CONFIG_HAMACHI is not set
45732 +# CONFIG_YELLOWFIN is not set
45733 +# CONFIG_R8169 is not set
45734 +# CONFIG_SIS190 is not set
45735 +# CONFIG_SKGE is not set
45736 +# CONFIG_SKY2 is not set
45737 +# CONFIG_SK98LIN is not set
45738 +# CONFIG_VIA_VELOCITY is not set
45739 +# CONFIG_TIGON3 is not set
45740 +# CONFIG_BNX2 is not set
45741 +CONFIG_GIANFAR=y
45742 +CONFIG_GFAR_NAPI=y
45743 +# CONFIG_QLA3XXX is not set
45744 +# CONFIG_ATL1 is not set
45745 +CONFIG_NETDEV_10000=y
45746 +# CONFIG_CHELSIO_T1 is not set
45747 +# CONFIG_CHELSIO_T3 is not set
45748 +# CONFIG_IXGBE is not set
45749 +# CONFIG_IXGB is not set
45750 +# CONFIG_S2IO is not set
45751 +# CONFIG_MYRI10GE is not set
45752 +# CONFIG_NETXEN_NIC is not set
45753 +# CONFIG_NIU is not set
45754 +# CONFIG_MLX4_CORE is not set
45755 +# CONFIG_TEHUTI is not set
45756 +# CONFIG_BNX2X is not set
45757 +# CONFIG_TR is not set
45758 +
45759 +#
45760 +# Wireless LAN
45761 +#
45762 +# CONFIG_WLAN_PRE80211 is not set
45763 +# CONFIG_WLAN_80211 is not set
45764 +# CONFIG_WAN is not set
45765 +# CONFIG_FDDI is not set
45766 +# CONFIG_HIPPI is not set
45767 +# CONFIG_PPP is not set
45768 +# CONFIG_SLIP is not set
45769 +# CONFIG_NETCONSOLE is not set
45770 +# CONFIG_NETPOLL is not set
45771 +# CONFIG_NET_POLL_CONTROLLER is not set
45772 +# CONFIG_ISDN is not set
45773 +# CONFIG_PHONE is not set
45774 +
45775 +#
45776 +# Input device support
45777 +#
45778 +CONFIG_INPUT=y
45779 +# CONFIG_INPUT_FF_MEMLESS is not set
45780 +# CONFIG_INPUT_POLLDEV is not set
45781 +
45782 +#
45783 +# Userland interfaces
45784 +#
45785 +# CONFIG_INPUT_MOUSEDEV is not set
45786 +# CONFIG_INPUT_JOYDEV is not set
45787 +# CONFIG_INPUT_EVDEV is not set
45788 +# CONFIG_INPUT_EVBUG is not set
45789 +
45790 +#
45791 +# Input Device Drivers
45792 +#
45793 +# CONFIG_INPUT_KEYBOARD is not set
45794 +# CONFIG_INPUT_MOUSE is not set
45795 +# CONFIG_INPUT_JOYSTICK is not set
45796 +# CONFIG_INPUT_TABLET is not set
45797 +# CONFIG_INPUT_TOUCHSCREEN is not set
45798 +# CONFIG_INPUT_MISC is not set
45799 +
45800 +#
45801 +# Hardware I/O ports
45802 +#
45803 +# CONFIG_SERIO is not set
45804 +# CONFIG_GAMEPORT is not set
45805 +
45806 +#
45807 +# Character devices
45808 +#
45809 +# CONFIG_VT is not set
45810 +# CONFIG_SERIAL_NONSTANDARD is not set
45811 +# CONFIG_NOZOMI is not set
45812 +
45813 +#
45814 +# Serial drivers
45815 +#
45816 +CONFIG_SERIAL_8250=y
45817 +CONFIG_SERIAL_8250_CONSOLE=y
45818 +CONFIG_SERIAL_8250_PCI=y
45819 +CONFIG_SERIAL_8250_NR_UARTS=4
45820 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
45821 +# CONFIG_SERIAL_8250_EXTENDED is not set
45822 +CONFIG_SERIAL_8250_SHARE_IRQ=y
45823 +
45824 +#
45825 +# Non-8250 serial port support
45826 +#
45827 +# CONFIG_SERIAL_UARTLITE is not set
45828 +CONFIG_SERIAL_CORE=y
45829 +CONFIG_SERIAL_CORE_CONSOLE=y
45830 +CONFIG_SERIAL_CPM=y
45831 +CONFIG_SERIAL_CPM_CONSOLE=y
45832 +CONFIG_SERIAL_CPM_SCC1=y
45833 +# CONFIG_SERIAL_CPM_SCC2 is not set
45834 +# CONFIG_SERIAL_CPM_SCC3 is not set
45835 +# CONFIG_SERIAL_CPM_SCC4 is not set
45836 +# CONFIG_SERIAL_CPM_SMC1 is not set
45837 +# CONFIG_SERIAL_CPM_SMC2 is not set
45838 +# CONFIG_SERIAL_JSM is not set
45839 +# CONFIG_SERIAL_OF_PLATFORM is not set
45840 +CONFIG_UNIX98_PTYS=y
45841 +CONFIG_LEGACY_PTYS=y
45842 +CONFIG_LEGACY_PTY_COUNT=256
45843 +# CONFIG_IPMI_HANDLER is not set
45844 +CONFIG_HW_RANDOM=y
45845 +# CONFIG_NVRAM is not set
45846 +CONFIG_GEN_RTC=y
45847 +# CONFIG_GEN_RTC_X is not set
45848 +# CONFIG_R3964 is not set
45849 +# CONFIG_APPLICOM is not set
45850 +# CONFIG_RAW_DRIVER is not set
45851 +# CONFIG_TCG_TPM is not set
45852 +CONFIG_DEVPORT=y
45853 +CONFIG_I2C=y
45854 +CONFIG_I2C_BOARDINFO=y
45855 +CONFIG_I2C_CHARDEV=y
45856 +
45857 +#
45858 +# I2C Algorithms
45859 +#
45860 +# CONFIG_I2C_ALGOBIT is not set
45861 +# CONFIG_I2C_ALGOPCF is not set
45862 +# CONFIG_I2C_ALGOPCA is not set
45863 +
45864 +#
45865 +# I2C Hardware Bus support
45866 +#
45867 +# CONFIG_I2C_ALI1535 is not set
45868 +# CONFIG_I2C_ALI1563 is not set
45869 +# CONFIG_I2C_ALI15X3 is not set
45870 +# CONFIG_I2C_AMD756 is not set
45871 +# CONFIG_I2C_AMD8111 is not set
45872 +# CONFIG_I2C_I801 is not set
45873 +# CONFIG_I2C_I810 is not set
45874 +# CONFIG_I2C_PIIX4 is not set
45875 +CONFIG_I2C_MPC=y
45876 +# CONFIG_I2C_NFORCE2 is not set
45877 +# CONFIG_I2C_OCORES is not set
45878 +# CONFIG_I2C_PARPORT_LIGHT is not set
45879 +# CONFIG_I2C_PROSAVAGE is not set
45880 +# CONFIG_I2C_SAVAGE4 is not set
45881 +# CONFIG_I2C_SIMTEC is not set
45882 +# CONFIG_I2C_SIS5595 is not set
45883 +# CONFIG_I2C_SIS630 is not set
45884 +# CONFIG_I2C_SIS96X is not set
45885 +# CONFIG_I2C_TAOS_EVM is not set
45886 +# CONFIG_I2C_VIA is not set
45887 +# CONFIG_I2C_VIAPRO is not set
45888 +# CONFIG_I2C_VOODOO3 is not set
45889 +
45890 +#
45891 +# Miscellaneous I2C Chip support
45892 +#
45893 +# CONFIG_DS1682 is not set
45894 +# CONFIG_SENSORS_EEPROM is not set
45895 +# CONFIG_SENSORS_PCF8574 is not set
45896 +# CONFIG_PCF8575 is not set
45897 +# CONFIG_SENSORS_PCF8591 is not set
45898 +# CONFIG_TPS65010 is not set
45899 +# CONFIG_SENSORS_MAX6875 is not set
45900 +# CONFIG_SENSORS_TSL2550 is not set
45901 +# CONFIG_I2C_DEBUG_CORE is not set
45902 +# CONFIG_I2C_DEBUG_ALGO is not set
45903 +# CONFIG_I2C_DEBUG_BUS is not set
45904 +# CONFIG_I2C_DEBUG_CHIP is not set
45905 +
45906 +#
45907 +# SPI support
45908 +#
45909 +# CONFIG_SPI is not set
45910 +# CONFIG_SPI_MASTER is not set
45911 +# CONFIG_W1 is not set
45912 +# CONFIG_POWER_SUPPLY is not set
45913 +CONFIG_HWMON=y
45914 +# CONFIG_HWMON_VID is not set
45915 +# CONFIG_SENSORS_AD7418 is not set
45916 +# CONFIG_SENSORS_ADM1021 is not set
45917 +# CONFIG_SENSORS_ADM1025 is not set
45918 +# CONFIG_SENSORS_ADM1026 is not set
45919 +# CONFIG_SENSORS_ADM1029 is not set
45920 +# CONFIG_SENSORS_ADM1031 is not set
45921 +# CONFIG_SENSORS_ADM9240 is not set
45922 +# CONFIG_SENSORS_ADT7470 is not set
45923 +# CONFIG_SENSORS_ADT7473 is not set
45924 +# CONFIG_SENSORS_ATXP1 is not set
45925 +# CONFIG_SENSORS_DS1621 is not set
45926 +# CONFIG_SENSORS_I5K_AMB is not set
45927 +# CONFIG_SENSORS_F71805F is not set
45928 +# CONFIG_SENSORS_F71882FG is not set
45929 +# CONFIG_SENSORS_F75375S is not set
45930 +# CONFIG_SENSORS_GL518SM is not set
45931 +# CONFIG_SENSORS_GL520SM is not set
45932 +# CONFIG_SENSORS_IT87 is not set
45933 +# CONFIG_SENSORS_LM63 is not set
45934 +CONFIG_SENSORS_LM75=y
45935 +# CONFIG_SENSORS_LM77 is not set
45936 +# CONFIG_SENSORS_LM78 is not set
45937 +# CONFIG_SENSORS_LM80 is not set
45938 +# CONFIG_SENSORS_LM83 is not set
45939 +# CONFIG_SENSORS_LM85 is not set
45940 +# CONFIG_SENSORS_LM87 is not set
45941 +# CONFIG_SENSORS_LM90 is not set
45942 +# CONFIG_SENSORS_LM92 is not set
45943 +# CONFIG_SENSORS_LM93 is not set
45944 +# CONFIG_SENSORS_MAX1619 is not set
45945 +# CONFIG_SENSORS_MAX6650 is not set
45946 +# CONFIG_SENSORS_PC87360 is not set
45947 +# CONFIG_SENSORS_PC87427 is not set
45948 +# CONFIG_SENSORS_SIS5595 is not set
45949 +# CONFIG_SENSORS_DME1737 is not set
45950 +# CONFIG_SENSORS_SMSC47M1 is not set
45951 +# CONFIG_SENSORS_SMSC47M192 is not set
45952 +# CONFIG_SENSORS_SMSC47B397 is not set
45953 +# CONFIG_SENSORS_ADS7828 is not set
45954 +# CONFIG_SENSORS_THMC50 is not set
45955 +# CONFIG_SENSORS_VIA686A is not set
45956 +# CONFIG_SENSORS_VT1211 is not set
45957 +# CONFIG_SENSORS_VT8231 is not set
45958 +# CONFIG_SENSORS_W83781D is not set
45959 +# CONFIG_SENSORS_W83791D is not set
45960 +# CONFIG_SENSORS_W83792D is not set
45961 +# CONFIG_SENSORS_W83793 is not set
45962 +# CONFIG_SENSORS_W83L785TS is not set
45963 +# CONFIG_SENSORS_W83L786NG is not set
45964 +# CONFIG_SENSORS_W83627HF is not set
45965 +# CONFIG_SENSORS_W83627EHF is not set
45966 +CONFIG_HWMON_DEBUG_CHIP=y
45967 +# CONFIG_THERMAL is not set
45968 +# CONFIG_WATCHDOG is not set
45969 +
45970 +#
45971 +# Sonics Silicon Backplane
45972 +#
45973 +CONFIG_SSB_POSSIBLE=y
45974 +# CONFIG_SSB is not set
45975 +
45976 +#
45977 +# Multifunction device drivers
45978 +#
45979 +# CONFIG_MFD_SM501 is not set
45980 +
45981 +#
45982 +# Multimedia devices
45983 +#
45984 +# CONFIG_VIDEO_DEV is not set
45985 +# CONFIG_DVB_CORE is not set
45986 +CONFIG_DAB=y
45987 +
45988 +#
45989 +# Graphics support
45990 +#
45991 +# CONFIG_AGP is not set
45992 +# CONFIG_DRM is not set
45993 +# CONFIG_VGASTATE is not set
45994 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
45995 +# CONFIG_FB is not set
45996 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
45997 +
45998 +#
45999 +# Display device support
46000 +#
46001 +# CONFIG_DISPLAY_SUPPORT is not set
46002 +
46003 +#
46004 +# Sound
46005 +#
46006 +# CONFIG_SOUND is not set
46007 +CONFIG_HID_SUPPORT=y
46008 +CONFIG_HID=y
46009 +# CONFIG_HID_DEBUG is not set
46010 +# CONFIG_HIDRAW is not set
46011 +CONFIG_USB_SUPPORT=y
46012 +CONFIG_USB_ARCH_HAS_HCD=y
46013 +CONFIG_USB_ARCH_HAS_OHCI=y
46014 +CONFIG_USB_ARCH_HAS_EHCI=y
46015 +# CONFIG_USB is not set
46016 +
46017 +#
46018 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
46019 +#
46020 +# CONFIG_USB_GADGET is not set
46021 +# CONFIG_MMC is not set
46022 +# CONFIG_MEMSTICK is not set
46023 +# CONFIG_NEW_LEDS is not set
46024 +# CONFIG_INFINIBAND is not set
46025 +# CONFIG_EDAC is not set
46026 +# CONFIG_RTC_CLASS is not set
46027 +# CONFIG_DMADEVICES is not set
46028 +
46029 +#
46030 +# Userspace I/O
46031 +#
46032 +# CONFIG_UIO is not set
46033 +
46034 +#
46035 +# File systems
46036 +#
46037 +CONFIG_EXT2_FS=y
46038 +# CONFIG_EXT2_FS_XATTR is not set
46039 +# CONFIG_EXT2_FS_XIP is not set
46040 +CONFIG_EXT3_FS=y
46041 +CONFIG_EXT3_FS_XATTR=y
46042 +# CONFIG_EXT3_FS_POSIX_ACL is not set
46043 +# CONFIG_EXT3_FS_SECURITY is not set
46044 +# CONFIG_EXT4DEV_FS is not set
46045 +CONFIG_JBD=y
46046 +CONFIG_FS_MBCACHE=y
46047 +# CONFIG_REISERFS_FS is not set
46048 +# CONFIG_JFS_FS is not set
46049 +# CONFIG_FS_POSIX_ACL is not set
46050 +# CONFIG_XFS_FS is not set
46051 +# CONFIG_GFS2_FS is not set
46052 +# CONFIG_OCFS2_FS is not set
46053 +CONFIG_DNOTIFY=y
46054 +CONFIG_INOTIFY=y
46055 +CONFIG_INOTIFY_USER=y
46056 +# CONFIG_QUOTA is not set
46057 +# CONFIG_AUTOFS_FS is not set
46058 +# CONFIG_AUTOFS4_FS is not set
46059 +# CONFIG_FUSE_FS is not set
46060 +
46061 +#
46062 +# CD-ROM/DVD Filesystems
46063 +#
46064 +# CONFIG_ISO9660_FS is not set
46065 +# CONFIG_UDF_FS is not set
46066 +
46067 +#
46068 +# DOS/FAT/NT Filesystems
46069 +#
46070 +# CONFIG_MSDOS_FS is not set
46071 +# CONFIG_VFAT_FS is not set
46072 +# CONFIG_NTFS_FS is not set
46073 +
46074 +#
46075 +# Pseudo filesystems
46076 +#
46077 +CONFIG_PROC_FS=y
46078 +CONFIG_PROC_KCORE=y
46079 +CONFIG_PROC_SYSCTL=y
46080 +CONFIG_SYSFS=y
46081 +CONFIG_TMPFS=y
46082 +# CONFIG_TMPFS_POSIX_ACL is not set
46083 +# CONFIG_HUGETLB_PAGE is not set
46084 +# CONFIG_CONFIGFS_FS is not set
46085 +
46086 +#
46087 +# Miscellaneous filesystems
46088 +#
46089 +# CONFIG_ADFS_FS is not set
46090 +# CONFIG_AFFS_FS is not set
46091 +# CONFIG_HFS_FS is not set
46092 +# CONFIG_HFSPLUS_FS is not set
46093 +# CONFIG_BEFS_FS is not set
46094 +# CONFIG_BFS_FS is not set
46095 +# CONFIG_EFS_FS is not set
46096 +CONFIG_JFFS2_FS=y
46097 +CONFIG_JFFS2_FS_DEBUG=0
46098 +CONFIG_JFFS2_FS_WRITEBUFFER=y
46099 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
46100 +# CONFIG_JFFS2_SUMMARY is not set
46101 +# CONFIG_JFFS2_FS_XATTR is not set
46102 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
46103 +CONFIG_JFFS2_ZLIB=y
46104 +# CONFIG_JFFS2_LZO is not set
46105 +CONFIG_JFFS2_RTIME=y
46106 +# CONFIG_JFFS2_RUBIN is not set
46107 +CONFIG_CRAMFS=y
46108 +# CONFIG_VXFS_FS is not set
46109 +# CONFIG_MINIX_FS is not set
46110 +# CONFIG_HPFS_FS is not set
46111 +# CONFIG_QNX4FS_FS is not set
46112 +# CONFIG_ROMFS_FS is not set
46113 +# CONFIG_SYSV_FS is not set
46114 +# CONFIG_UFS_FS is not set
46115 +CONFIG_NETWORK_FILESYSTEMS=y
46116 +CONFIG_NFS_FS=y
46117 +# CONFIG_NFS_V3 is not set
46118 +# CONFIG_NFS_V4 is not set
46119 +# CONFIG_NFS_DIRECTIO is not set
46120 +# CONFIG_NFSD is not set
46121 +CONFIG_ROOT_NFS=y
46122 +CONFIG_LOCKD=y
46123 +CONFIG_NFS_COMMON=y
46124 +CONFIG_SUNRPC=y
46125 +# CONFIG_SUNRPC_BIND34 is not set
46126 +# CONFIG_RPCSEC_GSS_KRB5 is not set
46127 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
46128 +# CONFIG_SMB_FS is not set
46129 +# CONFIG_CIFS is not set
46130 +# CONFIG_NCP_FS is not set
46131 +# CONFIG_CODA_FS is not set
46132 +# CONFIG_AFS_FS is not set
46133 +
46134 +#
46135 +# Partition Types
46136 +#
46137 +CONFIG_PARTITION_ADVANCED=y
46138 +# CONFIG_ACORN_PARTITION is not set
46139 +# CONFIG_OSF_PARTITION is not set
46140 +# CONFIG_AMIGA_PARTITION is not set
46141 +# CONFIG_ATARI_PARTITION is not set
46142 +# CONFIG_MAC_PARTITION is not set
46143 +# CONFIG_MSDOS_PARTITION is not set
46144 +# CONFIG_LDM_PARTITION is not set
46145 +# CONFIG_SGI_PARTITION is not set
46146 +# CONFIG_ULTRIX_PARTITION is not set
46147 +# CONFIG_SUN_PARTITION is not set
46148 +# CONFIG_KARMA_PARTITION is not set
46149 +# CONFIG_EFI_PARTITION is not set
46150 +# CONFIG_SYSV68_PARTITION is not set
46151 +# CONFIG_NLS is not set
46152 +# CONFIG_DLM is not set
46153 +
46154 +#
46155 +# Library routines
46156 +#
46157 +CONFIG_BITREVERSE=y
46158 +# CONFIG_CRC_CCITT is not set
46159 +# CONFIG_CRC16 is not set
46160 +# CONFIG_CRC_ITU_T is not set
46161 +CONFIG_CRC32=y
46162 +# CONFIG_CRC7 is not set
46163 +# CONFIG_LIBCRC32C is not set
46164 +CONFIG_ZLIB_INFLATE=y
46165 +CONFIG_ZLIB_DEFLATE=y
46166 +CONFIG_PLIST=y
46167 +CONFIG_HAS_IOMEM=y
46168 +CONFIG_HAS_IOPORT=y
46169 +CONFIG_HAS_DMA=y
46170 +
46171 +#
46172 +# Kernel hacking
46173 +#
46174 +# CONFIG_PRINTK_TIME is not set
46175 +CONFIG_ENABLE_WARN_DEPRECATED=y
46176 +CONFIG_ENABLE_MUST_CHECK=y
46177 +# CONFIG_MAGIC_SYSRQ is not set
46178 +# CONFIG_UNUSED_SYMBOLS is not set
46179 +# CONFIG_DEBUG_FS is not set
46180 +# CONFIG_HEADERS_CHECK is not set
46181 +# CONFIG_DEBUG_KERNEL is not set
46182 +# CONFIG_SLUB_DEBUG_ON is not set
46183 +# CONFIG_SLUB_STATS is not set
46184 +# CONFIG_DEBUG_BUGVERBOSE is not set
46185 +# CONFIG_SAMPLES is not set
46186 +# CONFIG_KGDB_CONSOLE is not set
46187 +# CONFIG_PPC_EARLY_DEBUG is not set
46188 +
46189 +#
46190 +# Security options
46191 +#
46192 +# CONFIG_KEYS is not set
46193 +# CONFIG_SECURITY is not set
46194 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
46195 +CONFIG_CRYPTO=y
46196 +# CONFIG_CRYPTO_SEQIV is not set
46197 +# CONFIG_CRYPTO_MANAGER is not set
46198 +# CONFIG_CRYPTO_HMAC is not set
46199 +# CONFIG_CRYPTO_XCBC is not set
46200 +# CONFIG_CRYPTO_NULL is not set
46201 +# CONFIG_CRYPTO_MD4 is not set
46202 +# CONFIG_CRYPTO_MD5 is not set
46203 +# CONFIG_CRYPTO_SHA1 is not set
46204 +# CONFIG_CRYPTO_SHA256 is not set
46205 +# CONFIG_CRYPTO_SHA512 is not set
46206 +# CONFIG_CRYPTO_WP512 is not set
46207 +# CONFIG_CRYPTO_TGR192 is not set
46208 +# CONFIG_CRYPTO_GF128MUL is not set
46209 +# CONFIG_CRYPTO_ECB is not set
46210 +# CONFIG_CRYPTO_CBC is not set
46211 +# CONFIG_CRYPTO_PCBC is not set
46212 +# CONFIG_CRYPTO_LRW is not set
46213 +# CONFIG_CRYPTO_XTS is not set
46214 +# CONFIG_CRYPTO_CTR is not set
46215 +# CONFIG_CRYPTO_GCM is not set
46216 +# CONFIG_CRYPTO_CCM is not set
46217 +# CONFIG_CRYPTO_CRYPTD is not set
46218 +# CONFIG_CRYPTO_DES is not set
46219 +# CONFIG_CRYPTO_FCRYPT is not set
46220 +# CONFIG_CRYPTO_BLOWFISH is not set
46221 +# CONFIG_CRYPTO_TWOFISH is not set
46222 +# CONFIG_CRYPTO_SERPENT is not set
46223 +# CONFIG_CRYPTO_AES is not set
46224 +# CONFIG_CRYPTO_CAST5 is not set
46225 +# CONFIG_CRYPTO_CAST6 is not set
46226 +# CONFIG_CRYPTO_TEA is not set
46227 +# CONFIG_CRYPTO_ARC4 is not set
46228 +# CONFIG_CRYPTO_KHAZAD is not set
46229 +# CONFIG_CRYPTO_ANUBIS is not set
46230 +# CONFIG_CRYPTO_SEED is not set
46231 +# CONFIG_CRYPTO_SALSA20 is not set
46232 +# CONFIG_CRYPTO_DEFLATE is not set
46233 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
46234 +# CONFIG_CRYPTO_CRC32C is not set
46235 +# CONFIG_CRYPTO_CAMELLIA is not set
46236 +# CONFIG_CRYPTO_AUTHENC is not set
46237 +# CONFIG_CRYPTO_LZO is not set
46238 +CONFIG_CRYPTO_HW=y
46239 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
46240 +# CONFIG_PPC_CLOCK is not set
46241 +CONFIG_PPC_LIB_RHEAP=y
46242 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8555_defconfig powerpc.git/arch/powerpc/configs/85xx/tqm8555_defconfig
46243 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8555_defconfig 1970-01-01 01:00:00.000000000 +0100
46244 +++ powerpc.git/arch/powerpc/configs/85xx/tqm8555_defconfig 2008-04-19 16:40:52.000000000 +0200
46245 @@ -0,0 +1,1109 @@
46246 +#
46247 +# Automatically generated make config: don't edit
46248 +# Linux kernel version: 2.6.25-rc6
46249 +# Mon Mar 24 08:48:44 2008
46250 +#
46251 +# CONFIG_PPC64 is not set
46252 +
46253 +#
46254 +# Processor support
46255 +#
46256 +# CONFIG_6xx is not set
46257 +CONFIG_PPC_85xx=y
46258 +# CONFIG_PPC_8xx is not set
46259 +# CONFIG_40x is not set
46260 +# CONFIG_44x is not set
46261 +# CONFIG_E200 is not set
46262 +CONFIG_E500=y
46263 +CONFIG_BOOKE=y
46264 +CONFIG_FSL_BOOKE=y
46265 +CONFIG_FSL_EMB_PERFMON=y
46266 +# CONFIG_PHYS_64BIT is not set
46267 +CONFIG_SPE=y
46268 +# CONFIG_PPC_MM_SLICES is not set
46269 +CONFIG_PPC32=y
46270 +CONFIG_WORD_SIZE=32
46271 +CONFIG_PPC_MERGE=y
46272 +CONFIG_MMU=y
46273 +CONFIG_GENERIC_CMOS_UPDATE=y
46274 +CONFIG_GENERIC_TIME=y
46275 +CONFIG_GENERIC_TIME_VSYSCALL=y
46276 +CONFIG_GENERIC_CLOCKEVENTS=y
46277 +CONFIG_GENERIC_HARDIRQS=y
46278 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
46279 +CONFIG_IRQ_PER_CPU=y
46280 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
46281 +CONFIG_ARCH_HAS_ILOG2_U32=y
46282 +CONFIG_GENERIC_HWEIGHT=y
46283 +CONFIG_GENERIC_CALIBRATE_DELAY=y
46284 +CONFIG_GENERIC_FIND_NEXT_BIT=y
46285 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
46286 +CONFIG_PPC=y
46287 +CONFIG_EARLY_PRINTK=y
46288 +CONFIG_GENERIC_NVRAM=y
46289 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
46290 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
46291 +CONFIG_PPC_OF=y
46292 +CONFIG_OF=y
46293 +CONFIG_PPC_UDBG_16550=y
46294 +# CONFIG_GENERIC_TBSYNC is not set
46295 +CONFIG_AUDIT_ARCH=y
46296 +CONFIG_GENERIC_BUG=y
46297 +CONFIG_DEFAULT_UIMAGE=y
46298 +# CONFIG_PPC_DCR_NATIVE is not set
46299 +# CONFIG_PPC_DCR_MMIO is not set
46300 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
46301 +
46302 +#
46303 +# General setup
46304 +#
46305 +CONFIG_EXPERIMENTAL=y
46306 +CONFIG_BROKEN_ON_SMP=y
46307 +CONFIG_INIT_ENV_ARG_LIMIT=32
46308 +CONFIG_LOCALVERSION=""
46309 +CONFIG_LOCALVERSION_AUTO=y
46310 +CONFIG_SWAP=y
46311 +CONFIG_SYSVIPC=y
46312 +CONFIG_SYSVIPC_SYSCTL=y
46313 +# CONFIG_POSIX_MQUEUE is not set
46314 +# CONFIG_BSD_PROCESS_ACCT is not set
46315 +# CONFIG_TASKSTATS is not set
46316 +# CONFIG_AUDIT is not set
46317 +# CONFIG_IKCONFIG is not set
46318 +CONFIG_LOG_BUF_SHIFT=14
46319 +# CONFIG_CGROUPS is not set
46320 +CONFIG_GROUP_SCHED=y
46321 +CONFIG_FAIR_GROUP_SCHED=y
46322 +# CONFIG_RT_GROUP_SCHED is not set
46323 +CONFIG_USER_SCHED=y
46324 +# CONFIG_CGROUP_SCHED is not set
46325 +CONFIG_SYSFS_DEPRECATED=y
46326 +CONFIG_SYSFS_DEPRECATED_V2=y
46327 +# CONFIG_RELAY is not set
46328 +# CONFIG_NAMESPACES is not set
46329 +CONFIG_BLK_DEV_INITRD=y
46330 +CONFIG_INITRAMFS_SOURCE=""
46331 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
46332 +CONFIG_SYSCTL=y
46333 +CONFIG_EMBEDDED=y
46334 +CONFIG_SYSCTL_SYSCALL=y
46335 +# CONFIG_KALLSYMS is not set
46336 +# CONFIG_HOTPLUG is not set
46337 +CONFIG_PRINTK=y
46338 +CONFIG_BUG=y
46339 +CONFIG_ELF_CORE=y
46340 +CONFIG_COMPAT_BRK=y
46341 +CONFIG_BASE_FULL=y
46342 +CONFIG_FUTEX=y
46343 +CONFIG_ANON_INODES=y
46344 +# CONFIG_EPOLL is not set
46345 +CONFIG_SIGNALFD=y
46346 +CONFIG_TIMERFD=y
46347 +CONFIG_EVENTFD=y
46348 +CONFIG_SHMEM=y
46349 +CONFIG_VM_EVENT_COUNTERS=y
46350 +CONFIG_SLUB_DEBUG=y
46351 +# CONFIG_SLAB is not set
46352 +CONFIG_SLUB=y
46353 +# CONFIG_SLOB is not set
46354 +# CONFIG_PROFILING is not set
46355 +# CONFIG_MARKERS is not set
46356 +CONFIG_HAVE_OPROFILE=y
46357 +CONFIG_HAVE_KPROBES=y
46358 +CONFIG_HAVE_KRETPROBES=y
46359 +CONFIG_PROC_PAGE_MONITOR=y
46360 +CONFIG_SLABINFO=y
46361 +CONFIG_RT_MUTEXES=y
46362 +# CONFIG_TINY_SHMEM is not set
46363 +CONFIG_BASE_SMALL=0
46364 +# CONFIG_MODULES is not set
46365 +CONFIG_BLOCK=y
46366 +# CONFIG_LBD is not set
46367 +# CONFIG_BLK_DEV_IO_TRACE is not set
46368 +# CONFIG_LSF is not set
46369 +# CONFIG_BLK_DEV_BSG is not set
46370 +
46371 +#
46372 +# IO Schedulers
46373 +#
46374 +CONFIG_IOSCHED_NOOP=y
46375 +CONFIG_IOSCHED_AS=y
46376 +CONFIG_IOSCHED_DEADLINE=y
46377 +CONFIG_IOSCHED_CFQ=y
46378 +CONFIG_DEFAULT_AS=y
46379 +# CONFIG_DEFAULT_DEADLINE is not set
46380 +# CONFIG_DEFAULT_CFQ is not set
46381 +# CONFIG_DEFAULT_NOOP is not set
46382 +CONFIG_DEFAULT_IOSCHED="anticipatory"
46383 +CONFIG_CLASSIC_RCU=y
46384 +
46385 +#
46386 +# Platform support
46387 +#
46388 +# CONFIG_PPC_MPC512x is not set
46389 +# CONFIG_PPC_MPC5121 is not set
46390 +# CONFIG_PPC_CELL is not set
46391 +# CONFIG_PPC_CELL_NATIVE is not set
46392 +# CONFIG_PQ2ADS is not set
46393 +CONFIG_MPC85xx=y
46394 +# CONFIG_MPC8540_ADS is not set
46395 +# CONFIG_MPC8560_ADS is not set
46396 +# CONFIG_MPC85xx_CDS is not set
46397 +# CONFIG_MPC85xx_MDS is not set
46398 +# CONFIG_MPC85xx_DS is not set
46399 +# CONFIG_STX_GP3 is not set
46400 +# CONFIG_TQM8540 is not set
46401 +# CONFIG_TQM8541 is not set
46402 +CONFIG_TQM8555=y
46403 +# CONFIG_TQM8560 is not set
46404 +# CONFIG_SBC8548 is not set
46405 +# CONFIG_SBC8560 is not set
46406 +CONFIG_TQM85xx=y
46407 +# CONFIG_IPIC is not set
46408 +CONFIG_MPIC=y
46409 +# CONFIG_MPIC_WEIRD is not set
46410 +# CONFIG_PPC_I8259 is not set
46411 +# CONFIG_PPC_RTAS is not set
46412 +# CONFIG_MMIO_NVRAM is not set
46413 +# CONFIG_PPC_MPC106 is not set
46414 +# CONFIG_PPC_970_NAP is not set
46415 +# CONFIG_PPC_INDIRECT_IO is not set
46416 +# CONFIG_GENERIC_IOMAP is not set
46417 +# CONFIG_CPU_FREQ is not set
46418 +CONFIG_CPM2=y
46419 +CONFIG_PPC_CPM_NEW_BINDING=y
46420 +# CONFIG_FSL_ULI1575 is not set
46421 +CONFIG_CPM=y
46422 +
46423 +#
46424 +# Kernel options
46425 +#
46426 +# CONFIG_HIGHMEM is not set
46427 +# CONFIG_TICK_ONESHOT is not set
46428 +# CONFIG_NO_HZ is not set
46429 +# CONFIG_HIGH_RES_TIMERS is not set
46430 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
46431 +# CONFIG_HZ_100 is not set
46432 +CONFIG_HZ_250=y
46433 +# CONFIG_HZ_300 is not set
46434 +# CONFIG_HZ_1000 is not set
46435 +CONFIG_HZ=250
46436 +# CONFIG_SCHED_HRTICK is not set
46437 +CONFIG_PREEMPT_NONE=y
46438 +# CONFIG_PREEMPT_VOLUNTARY is not set
46439 +# CONFIG_PREEMPT is not set
46440 +CONFIG_BINFMT_ELF=y
46441 +# CONFIG_BINFMT_MISC is not set
46442 +CONFIG_MATH_EMULATION=y
46443 +# CONFIG_IOMMU_HELPER is not set
46444 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
46445 +CONFIG_ARCH_HAS_WALK_MEMORY=y
46446 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
46447 +CONFIG_ARCH_FLATMEM_ENABLE=y
46448 +CONFIG_ARCH_POPULATES_NODE_MAP=y
46449 +CONFIG_SELECT_MEMORY_MODEL=y
46450 +CONFIG_FLATMEM_MANUAL=y
46451 +# CONFIG_DISCONTIGMEM_MANUAL is not set
46452 +# CONFIG_SPARSEMEM_MANUAL is not set
46453 +CONFIG_FLATMEM=y
46454 +CONFIG_FLAT_NODE_MEM_MAP=y
46455 +# CONFIG_SPARSEMEM_STATIC is not set
46456 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
46457 +CONFIG_SPLIT_PTLOCK_CPUS=4
46458 +# CONFIG_RESOURCES_64BIT is not set
46459 +CONFIG_ZONE_DMA_FLAG=1
46460 +CONFIG_BOUNCE=y
46461 +CONFIG_VIRT_TO_BUS=y
46462 +# CONFIG_PROC_DEVICETREE is not set
46463 +# CONFIG_CMDLINE_BOOL is not set
46464 +# CONFIG_PM is not set
46465 +CONFIG_SECCOMP=y
46466 +CONFIG_ISA_DMA_API=y
46467 +
46468 +#
46469 +# Bus options
46470 +#
46471 +CONFIG_ZONE_DMA=y
46472 +CONFIG_PPC_INDIRECT_PCI=y
46473 +CONFIG_FSL_SOC=y
46474 +CONFIG_FSL_PCI=y
46475 +CONFIG_PCI=y
46476 +CONFIG_PCI_DOMAINS=y
46477 +CONFIG_PCI_SYSCALL=y
46478 +# CONFIG_PCIEPORTBUS is not set
46479 +CONFIG_ARCH_SUPPORTS_MSI=y
46480 +# CONFIG_PCI_MSI is not set
46481 +CONFIG_PCI_LEGACY=y
46482 +
46483 +#
46484 +# Advanced setup
46485 +#
46486 +# CONFIG_ADVANCED_OPTIONS is not set
46487 +
46488 +#
46489 +# Default settings for advanced configuration options are used
46490 +#
46491 +CONFIG_HIGHMEM_START=0xfe000000
46492 +CONFIG_LOWMEM_SIZE=0x30000000
46493 +CONFIG_KERNEL_START=0xc0000000
46494 +CONFIG_TASK_SIZE=0xc0000000
46495 +CONFIG_BOOT_LOAD=0x00800000
46496 +
46497 +#
46498 +# Networking
46499 +#
46500 +CONFIG_NET=y
46501 +
46502 +#
46503 +# Networking options
46504 +#
46505 +CONFIG_PACKET=y
46506 +# CONFIG_PACKET_MMAP is not set
46507 +CONFIG_UNIX=y
46508 +CONFIG_XFRM=y
46509 +# CONFIG_XFRM_USER is not set
46510 +# CONFIG_XFRM_SUB_POLICY is not set
46511 +# CONFIG_XFRM_MIGRATE is not set
46512 +# CONFIG_XFRM_STATISTICS is not set
46513 +# CONFIG_NET_KEY is not set
46514 +CONFIG_INET=y
46515 +CONFIG_IP_MULTICAST=y
46516 +# CONFIG_IP_ADVANCED_ROUTER is not set
46517 +CONFIG_IP_FIB_HASH=y
46518 +CONFIG_IP_PNP=y
46519 +CONFIG_IP_PNP_DHCP=y
46520 +CONFIG_IP_PNP_BOOTP=y
46521 +# CONFIG_IP_PNP_RARP is not set
46522 +# CONFIG_NET_IPIP is not set
46523 +# CONFIG_NET_IPGRE is not set
46524 +# CONFIG_IP_MROUTE is not set
46525 +# CONFIG_ARPD is not set
46526 +CONFIG_SYN_COOKIES=y
46527 +# CONFIG_INET_AH is not set
46528 +# CONFIG_INET_ESP is not set
46529 +# CONFIG_INET_IPCOMP is not set
46530 +# CONFIG_INET_XFRM_TUNNEL is not set
46531 +# CONFIG_INET_TUNNEL is not set
46532 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
46533 +CONFIG_INET_XFRM_MODE_TUNNEL=y
46534 +CONFIG_INET_XFRM_MODE_BEET=y
46535 +# CONFIG_INET_LRO is not set
46536 +CONFIG_INET_DIAG=y
46537 +CONFIG_INET_TCP_DIAG=y
46538 +# CONFIG_TCP_CONG_ADVANCED is not set
46539 +CONFIG_TCP_CONG_CUBIC=y
46540 +CONFIG_DEFAULT_TCP_CONG="cubic"
46541 +# CONFIG_TCP_MD5SIG is not set
46542 +# CONFIG_IPV6 is not set
46543 +# CONFIG_INET6_XFRM_TUNNEL is not set
46544 +# CONFIG_INET6_TUNNEL is not set
46545 +# CONFIG_NETWORK_SECMARK is not set
46546 +# CONFIG_NETFILTER is not set
46547 +# CONFIG_IP_DCCP is not set
46548 +# CONFIG_IP_SCTP is not set
46549 +# CONFIG_TIPC is not set
46550 +# CONFIG_ATM is not set
46551 +# CONFIG_BRIDGE is not set
46552 +# CONFIG_VLAN_8021Q is not set
46553 +# CONFIG_DECNET is not set
46554 +# CONFIG_LLC2 is not set
46555 +# CONFIG_IPX is not set
46556 +# CONFIG_ATALK is not set
46557 +# CONFIG_X25 is not set
46558 +# CONFIG_LAPB is not set
46559 +# CONFIG_ECONET is not set
46560 +# CONFIG_WAN_ROUTER is not set
46561 +# CONFIG_NET_SCHED is not set
46562 +
46563 +#
46564 +# Network testing
46565 +#
46566 +# CONFIG_NET_PKTGEN is not set
46567 +# CONFIG_HAMRADIO is not set
46568 +# CONFIG_CAN is not set
46569 +# CONFIG_IRDA is not set
46570 +# CONFIG_BT is not set
46571 +# CONFIG_AF_RXRPC is not set
46572 +
46573 +#
46574 +# Wireless
46575 +#
46576 +# CONFIG_CFG80211 is not set
46577 +# CONFIG_WIRELESS_EXT is not set
46578 +# CONFIG_MAC80211 is not set
46579 +# CONFIG_IEEE80211 is not set
46580 +# CONFIG_RFKILL is not set
46581 +# CONFIG_NET_9P is not set
46582 +
46583 +#
46584 +# Device Drivers
46585 +#
46586 +
46587 +#
46588 +# Generic Driver Options
46589 +#
46590 +CONFIG_STANDALONE=y
46591 +CONFIG_PREVENT_FIRMWARE_BUILD=y
46592 +# CONFIG_SYS_HYPERVISOR is not set
46593 +# CONFIG_CONNECTOR is not set
46594 +CONFIG_MTD=y
46595 +# CONFIG_MTD_DEBUG is not set
46596 +CONFIG_MTD_CONCAT=y
46597 +CONFIG_MTD_PARTITIONS=y
46598 +# CONFIG_MTD_REDBOOT_PARTS is not set
46599 +CONFIG_MTD_CMDLINE_PARTS=y
46600 +# CONFIG_MTD_OF_PARTS is not set
46601 +
46602 +#
46603 +# User Modules And Translation Layers
46604 +#
46605 +CONFIG_MTD_CHAR=y
46606 +CONFIG_MTD_BLKDEVS=y
46607 +CONFIG_MTD_BLOCK=y
46608 +# CONFIG_FTL is not set
46609 +# CONFIG_NFTL is not set
46610 +# CONFIG_INFTL is not set
46611 +# CONFIG_RFD_FTL is not set
46612 +# CONFIG_SSFDC is not set
46613 +# CONFIG_MTD_OOPS is not set
46614 +
46615 +#
46616 +# RAM/ROM/Flash chip drivers
46617 +#
46618 +CONFIG_MTD_CFI=y
46619 +# CONFIG_MTD_JEDECPROBE is not set
46620 +CONFIG_MTD_GEN_PROBE=y
46621 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
46622 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
46623 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
46624 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
46625 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
46626 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
46627 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
46628 +CONFIG_MTD_CFI_I1=y
46629 +CONFIG_MTD_CFI_I2=y
46630 +# CONFIG_MTD_CFI_I4 is not set
46631 +# CONFIG_MTD_CFI_I8 is not set
46632 +# CONFIG_MTD_CFI_INTELEXT is not set
46633 +CONFIG_MTD_CFI_AMDSTD=y
46634 +# CONFIG_MTD_CFI_STAA is not set
46635 +CONFIG_MTD_CFI_UTIL=y
46636 +# CONFIG_MTD_RAM is not set
46637 +# CONFIG_MTD_ROM is not set
46638 +# CONFIG_MTD_ABSENT is not set
46639 +
46640 +#
46641 +# Mapping drivers for chip access
46642 +#
46643 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
46644 +# CONFIG_MTD_PHYSMAP is not set
46645 +# CONFIG_MTD_PHYSMAP_OF is not set
46646 +# CONFIG_MTD_INTEL_VR_NOR is not set
46647 +# CONFIG_MTD_PLATRAM is not set
46648 +
46649 +#
46650 +# Self-contained MTD device drivers
46651 +#
46652 +# CONFIG_MTD_PMC551 is not set
46653 +# CONFIG_MTD_SLRAM is not set
46654 +# CONFIG_MTD_PHRAM is not set
46655 +# CONFIG_MTD_MTDRAM is not set
46656 +# CONFIG_MTD_BLOCK2MTD is not set
46657 +
46658 +#
46659 +# Disk-On-Chip Device Drivers
46660 +#
46661 +# CONFIG_MTD_DOC2000 is not set
46662 +# CONFIG_MTD_DOC2001 is not set
46663 +# CONFIG_MTD_DOC2001PLUS is not set
46664 +# CONFIG_MTD_NAND is not set
46665 +# CONFIG_MTD_ONENAND is not set
46666 +
46667 +#
46668 +# UBI - Unsorted block images
46669 +#
46670 +# CONFIG_MTD_UBI is not set
46671 +CONFIG_OF_DEVICE=y
46672 +# CONFIG_PARPORT is not set
46673 +CONFIG_BLK_DEV=y
46674 +# CONFIG_BLK_DEV_FD is not set
46675 +# CONFIG_BLK_CPQ_DA is not set
46676 +# CONFIG_BLK_CPQ_CISS_DA is not set
46677 +# CONFIG_BLK_DEV_DAC960 is not set
46678 +# CONFIG_BLK_DEV_UMEM is not set
46679 +# CONFIG_BLK_DEV_COW_COMMON is not set
46680 +CONFIG_BLK_DEV_LOOP=y
46681 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
46682 +# CONFIG_BLK_DEV_NBD is not set
46683 +# CONFIG_BLK_DEV_SX8 is not set
46684 +CONFIG_BLK_DEV_RAM=y
46685 +CONFIG_BLK_DEV_RAM_COUNT=16
46686 +CONFIG_BLK_DEV_RAM_SIZE=32768
46687 +# CONFIG_BLK_DEV_XIP is not set
46688 +# CONFIG_CDROM_PKTCDVD is not set
46689 +# CONFIG_ATA_OVER_ETH is not set
46690 +CONFIG_MISC_DEVICES=y
46691 +# CONFIG_PHANTOM is not set
46692 +# CONFIG_EEPROM_93CX6 is not set
46693 +# CONFIG_SGI_IOC4 is not set
46694 +# CONFIG_TIFM_CORE is not set
46695 +# CONFIG_ENCLOSURE_SERVICES is not set
46696 +CONFIG_HAVE_IDE=y
46697 +CONFIG_IDE=y
46698 +CONFIG_IDE_MAX_HWIFS=4
46699 +CONFIG_BLK_DEV_IDE=y
46700 +
46701 +#
46702 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
46703 +#
46704 +# CONFIG_BLK_DEV_IDE_SATA is not set
46705 +CONFIG_BLK_DEV_IDEDISK=y
46706 +# CONFIG_IDEDISK_MULTI_MODE is not set
46707 +# CONFIG_BLK_DEV_IDECD is not set
46708 +# CONFIG_BLK_DEV_IDETAPE is not set
46709 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
46710 +# CONFIG_IDE_TASK_IOCTL is not set
46711 +CONFIG_IDE_PROC_FS=y
46712 +
46713 +#
46714 +# IDE chipset support/bugfixes
46715 +#
46716 +CONFIG_IDE_GENERIC=y
46717 +# CONFIG_BLK_DEV_PLATFORM is not set
46718 +CONFIG_BLK_DEV_IDEDMA_SFF=y
46719 +
46720 +#
46721 +# PCI IDE chipsets support
46722 +#
46723 +CONFIG_BLK_DEV_IDEPCI=y
46724 +CONFIG_IDEPCI_PCIBUS_ORDER=y
46725 +# CONFIG_BLK_DEV_OFFBOARD is not set
46726 +CONFIG_BLK_DEV_GENERIC=y
46727 +# CONFIG_BLK_DEV_OPTI621 is not set
46728 +CONFIG_BLK_DEV_IDEDMA_PCI=y
46729 +# CONFIG_BLK_DEV_AEC62XX is not set
46730 +# CONFIG_BLK_DEV_ALI15X3 is not set
46731 +# CONFIG_BLK_DEV_AMD74XX is not set
46732 +# CONFIG_BLK_DEV_CMD64X is not set
46733 +# CONFIG_BLK_DEV_TRIFLEX is not set
46734 +# CONFIG_BLK_DEV_CY82C693 is not set
46735 +# CONFIG_BLK_DEV_CS5520 is not set
46736 +# CONFIG_BLK_DEV_CS5530 is not set
46737 +# CONFIG_BLK_DEV_HPT34X is not set
46738 +# CONFIG_BLK_DEV_HPT366 is not set
46739 +# CONFIG_BLK_DEV_JMICRON is not set
46740 +# CONFIG_BLK_DEV_SC1200 is not set
46741 +# CONFIG_BLK_DEV_PIIX is not set
46742 +# CONFIG_BLK_DEV_IT8213 is not set
46743 +# CONFIG_BLK_DEV_IT821X is not set
46744 +# CONFIG_BLK_DEV_NS87415 is not set
46745 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
46746 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
46747 +# CONFIG_BLK_DEV_SVWKS is not set
46748 +# CONFIG_BLK_DEV_SIIMAGE is not set
46749 +# CONFIG_BLK_DEV_SL82C105 is not set
46750 +# CONFIG_BLK_DEV_SLC90E66 is not set
46751 +# CONFIG_BLK_DEV_TRM290 is not set
46752 +CONFIG_BLK_DEV_VIA82CXXX=y
46753 +# CONFIG_BLK_DEV_TC86C001 is not set
46754 +CONFIG_BLK_DEV_IDEDMA=y
46755 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
46756 +# CONFIG_BLK_DEV_HD is not set
46757 +
46758 +#
46759 +# SCSI device support
46760 +#
46761 +# CONFIG_RAID_ATTRS is not set
46762 +# CONFIG_SCSI is not set
46763 +# CONFIG_SCSI_DMA is not set
46764 +# CONFIG_SCSI_NETLINK is not set
46765 +# CONFIG_ATA is not set
46766 +# CONFIG_MD is not set
46767 +# CONFIG_FUSION is not set
46768 +
46769 +#
46770 +# IEEE 1394 (FireWire) support
46771 +#
46772 +# CONFIG_FIREWIRE is not set
46773 +# CONFIG_IEEE1394 is not set
46774 +# CONFIG_I2O is not set
46775 +# CONFIG_MACINTOSH_DRIVERS is not set
46776 +CONFIG_NETDEVICES=y
46777 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
46778 +# CONFIG_DUMMY is not set
46779 +# CONFIG_BONDING is not set
46780 +# CONFIG_MACVLAN is not set
46781 +# CONFIG_EQUALIZER is not set
46782 +# CONFIG_TUN is not set
46783 +# CONFIG_VETH is not set
46784 +# CONFIG_ARCNET is not set
46785 +CONFIG_PHYLIB=y
46786 +
46787 +#
46788 +# MII PHY device drivers
46789 +#
46790 +# CONFIG_MARVELL_PHY is not set
46791 +# CONFIG_DAVICOM_PHY is not set
46792 +# CONFIG_QSEMI_PHY is not set
46793 +# CONFIG_LXT_PHY is not set
46794 +# CONFIG_CICADA_PHY is not set
46795 +# CONFIG_VITESSE_PHY is not set
46796 +# CONFIG_SMSC_PHY is not set
46797 +# CONFIG_BROADCOM_PHY is not set
46798 +# CONFIG_ICPLUS_PHY is not set
46799 +# CONFIG_REALTEK_PHY is not set
46800 +# CONFIG_FIXED_PHY is not set
46801 +# CONFIG_MDIO_BITBANG is not set
46802 +CONFIG_NET_ETHERNET=y
46803 +CONFIG_MII=y
46804 +# CONFIG_HAPPYMEAL is not set
46805 +# CONFIG_SUNGEM is not set
46806 +# CONFIG_CASSINI is not set
46807 +# CONFIG_NET_VENDOR_3COM is not set
46808 +# CONFIG_NET_TULIP is not set
46809 +# CONFIG_HP100 is not set
46810 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
46811 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
46812 +# CONFIG_IBM_NEW_EMAC_TAH is not set
46813 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
46814 +CONFIG_NET_PCI=y
46815 +# CONFIG_PCNET32 is not set
46816 +# CONFIG_AMD8111_ETH is not set
46817 +# CONFIG_ADAPTEC_STARFIRE is not set
46818 +# CONFIG_B44 is not set
46819 +# CONFIG_FORCEDETH is not set
46820 +# CONFIG_EEPRO100 is not set
46821 +CONFIG_E100=y
46822 +# CONFIG_FEALNX is not set
46823 +# CONFIG_NATSEMI is not set
46824 +# CONFIG_NE2K_PCI is not set
46825 +# CONFIG_8139CP is not set
46826 +# CONFIG_8139TOO is not set
46827 +# CONFIG_R6040 is not set
46828 +# CONFIG_SIS900 is not set
46829 +# CONFIG_EPIC100 is not set
46830 +# CONFIG_SUNDANCE is not set
46831 +# CONFIG_TLAN is not set
46832 +# CONFIG_VIA_RHINE is not set
46833 +# CONFIG_SC92031 is not set
46834 +# CONFIG_FS_ENET is not set
46835 +CONFIG_NETDEV_1000=y
46836 +# CONFIG_ACENIC is not set
46837 +# CONFIG_DL2K is not set
46838 +# CONFIG_E1000 is not set
46839 +# CONFIG_E1000E is not set
46840 +# CONFIG_E1000E_ENABLED is not set
46841 +# CONFIG_IP1000 is not set
46842 +# CONFIG_IGB is not set
46843 +# CONFIG_NS83820 is not set
46844 +# CONFIG_HAMACHI is not set
46845 +# CONFIG_YELLOWFIN is not set
46846 +# CONFIG_R8169 is not set
46847 +# CONFIG_SIS190 is not set
46848 +# CONFIG_SKGE is not set
46849 +# CONFIG_SKY2 is not set
46850 +# CONFIG_SK98LIN is not set
46851 +# CONFIG_VIA_VELOCITY is not set
46852 +# CONFIG_TIGON3 is not set
46853 +# CONFIG_BNX2 is not set
46854 +CONFIG_GIANFAR=y
46855 +CONFIG_GFAR_NAPI=y
46856 +# CONFIG_QLA3XXX is not set
46857 +# CONFIG_ATL1 is not set
46858 +CONFIG_NETDEV_10000=y
46859 +# CONFIG_CHELSIO_T1 is not set
46860 +# CONFIG_CHELSIO_T3 is not set
46861 +# CONFIG_IXGBE is not set
46862 +# CONFIG_IXGB is not set
46863 +# CONFIG_S2IO is not set
46864 +# CONFIG_MYRI10GE is not set
46865 +# CONFIG_NETXEN_NIC is not set
46866 +# CONFIG_NIU is not set
46867 +# CONFIG_MLX4_CORE is not set
46868 +# CONFIG_TEHUTI is not set
46869 +# CONFIG_BNX2X is not set
46870 +# CONFIG_TR is not set
46871 +
46872 +#
46873 +# Wireless LAN
46874 +#
46875 +# CONFIG_WLAN_PRE80211 is not set
46876 +# CONFIG_WLAN_80211 is not set
46877 +# CONFIG_WAN is not set
46878 +# CONFIG_FDDI is not set
46879 +# CONFIG_HIPPI is not set
46880 +# CONFIG_PPP is not set
46881 +# CONFIG_SLIP is not set
46882 +# CONFIG_NETCONSOLE is not set
46883 +# CONFIG_NETPOLL is not set
46884 +# CONFIG_NET_POLL_CONTROLLER is not set
46885 +# CONFIG_ISDN is not set
46886 +# CONFIG_PHONE is not set
46887 +
46888 +#
46889 +# Input device support
46890 +#
46891 +CONFIG_INPUT=y
46892 +# CONFIG_INPUT_FF_MEMLESS is not set
46893 +# CONFIG_INPUT_POLLDEV is not set
46894 +
46895 +#
46896 +# Userland interfaces
46897 +#
46898 +# CONFIG_INPUT_MOUSEDEV is not set
46899 +# CONFIG_INPUT_JOYDEV is not set
46900 +# CONFIG_INPUT_EVDEV is not set
46901 +# CONFIG_INPUT_EVBUG is not set
46902 +
46903 +#
46904 +# Input Device Drivers
46905 +#
46906 +# CONFIG_INPUT_KEYBOARD is not set
46907 +# CONFIG_INPUT_MOUSE is not set
46908 +# CONFIG_INPUT_JOYSTICK is not set
46909 +# CONFIG_INPUT_TABLET is not set
46910 +# CONFIG_INPUT_TOUCHSCREEN is not set
46911 +# CONFIG_INPUT_MISC is not set
46912 +
46913 +#
46914 +# Hardware I/O ports
46915 +#
46916 +# CONFIG_SERIO is not set
46917 +# CONFIG_GAMEPORT is not set
46918 +
46919 +#
46920 +# Character devices
46921 +#
46922 +# CONFIG_VT is not set
46923 +# CONFIG_SERIAL_NONSTANDARD is not set
46924 +# CONFIG_NOZOMI is not set
46925 +
46926 +#
46927 +# Serial drivers
46928 +#
46929 +CONFIG_SERIAL_8250=y
46930 +CONFIG_SERIAL_8250_CONSOLE=y
46931 +CONFIG_SERIAL_8250_PCI=y
46932 +CONFIG_SERIAL_8250_NR_UARTS=4
46933 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
46934 +# CONFIG_SERIAL_8250_EXTENDED is not set
46935 +CONFIG_SERIAL_8250_SHARE_IRQ=y
46936 +
46937 +#
46938 +# Non-8250 serial port support
46939 +#
46940 +# CONFIG_SERIAL_UARTLITE is not set
46941 +CONFIG_SERIAL_CORE=y
46942 +CONFIG_SERIAL_CORE_CONSOLE=y
46943 +CONFIG_SERIAL_CPM=y
46944 +CONFIG_SERIAL_CPM_CONSOLE=y
46945 +CONFIG_SERIAL_CPM_SCC1=y
46946 +# CONFIG_SERIAL_CPM_SCC2 is not set
46947 +# CONFIG_SERIAL_CPM_SCC3 is not set
46948 +# CONFIG_SERIAL_CPM_SCC4 is not set
46949 +# CONFIG_SERIAL_CPM_SMC1 is not set
46950 +# CONFIG_SERIAL_CPM_SMC2 is not set
46951 +# CONFIG_SERIAL_JSM is not set
46952 +# CONFIG_SERIAL_OF_PLATFORM is not set
46953 +CONFIG_UNIX98_PTYS=y
46954 +CONFIG_LEGACY_PTYS=y
46955 +CONFIG_LEGACY_PTY_COUNT=256
46956 +# CONFIG_IPMI_HANDLER is not set
46957 +CONFIG_HW_RANDOM=y
46958 +# CONFIG_NVRAM is not set
46959 +CONFIG_GEN_RTC=y
46960 +# CONFIG_GEN_RTC_X is not set
46961 +# CONFIG_R3964 is not set
46962 +# CONFIG_APPLICOM is not set
46963 +# CONFIG_RAW_DRIVER is not set
46964 +# CONFIG_TCG_TPM is not set
46965 +CONFIG_DEVPORT=y
46966 +CONFIG_I2C=y
46967 +CONFIG_I2C_BOARDINFO=y
46968 +CONFIG_I2C_CHARDEV=y
46969 +
46970 +#
46971 +# I2C Algorithms
46972 +#
46973 +# CONFIG_I2C_ALGOBIT is not set
46974 +# CONFIG_I2C_ALGOPCF is not set
46975 +# CONFIG_I2C_ALGOPCA is not set
46976 +
46977 +#
46978 +# I2C Hardware Bus support
46979 +#
46980 +# CONFIG_I2C_ALI1535 is not set
46981 +# CONFIG_I2C_ALI1563 is not set
46982 +# CONFIG_I2C_ALI15X3 is not set
46983 +# CONFIG_I2C_AMD756 is not set
46984 +# CONFIG_I2C_AMD8111 is not set
46985 +# CONFIG_I2C_I801 is not set
46986 +# CONFIG_I2C_I810 is not set
46987 +# CONFIG_I2C_PIIX4 is not set
46988 +CONFIG_I2C_MPC=y
46989 +# CONFIG_I2C_NFORCE2 is not set
46990 +# CONFIG_I2C_OCORES is not set
46991 +# CONFIG_I2C_PARPORT_LIGHT is not set
46992 +# CONFIG_I2C_PROSAVAGE is not set
46993 +# CONFIG_I2C_SAVAGE4 is not set
46994 +# CONFIG_I2C_SIMTEC is not set
46995 +# CONFIG_I2C_SIS5595 is not set
46996 +# CONFIG_I2C_SIS630 is not set
46997 +# CONFIG_I2C_SIS96X is not set
46998 +# CONFIG_I2C_TAOS_EVM is not set
46999 +# CONFIG_I2C_VIA is not set
47000 +# CONFIG_I2C_VIAPRO is not set
47001 +# CONFIG_I2C_VOODOO3 is not set
47002 +
47003 +#
47004 +# Miscellaneous I2C Chip support
47005 +#
47006 +# CONFIG_DS1682 is not set
47007 +# CONFIG_SENSORS_EEPROM is not set
47008 +# CONFIG_SENSORS_PCF8574 is not set
47009 +# CONFIG_PCF8575 is not set
47010 +# CONFIG_SENSORS_PCF8591 is not set
47011 +# CONFIG_TPS65010 is not set
47012 +# CONFIG_SENSORS_MAX6875 is not set
47013 +# CONFIG_SENSORS_TSL2550 is not set
47014 +# CONFIG_I2C_DEBUG_CORE is not set
47015 +# CONFIG_I2C_DEBUG_ALGO is not set
47016 +# CONFIG_I2C_DEBUG_BUS is not set
47017 +# CONFIG_I2C_DEBUG_CHIP is not set
47018 +
47019 +#
47020 +# SPI support
47021 +#
47022 +# CONFIG_SPI is not set
47023 +# CONFIG_SPI_MASTER is not set
47024 +# CONFIG_W1 is not set
47025 +# CONFIG_POWER_SUPPLY is not set
47026 +CONFIG_HWMON=y
47027 +# CONFIG_HWMON_VID is not set
47028 +# CONFIG_SENSORS_AD7418 is not set
47029 +# CONFIG_SENSORS_ADM1021 is not set
47030 +# CONFIG_SENSORS_ADM1025 is not set
47031 +# CONFIG_SENSORS_ADM1026 is not set
47032 +# CONFIG_SENSORS_ADM1029 is not set
47033 +# CONFIG_SENSORS_ADM1031 is not set
47034 +# CONFIG_SENSORS_ADM9240 is not set
47035 +# CONFIG_SENSORS_ADT7470 is not set
47036 +# CONFIG_SENSORS_ADT7473 is not set
47037 +# CONFIG_SENSORS_ATXP1 is not set
47038 +# CONFIG_SENSORS_DS1621 is not set
47039 +# CONFIG_SENSORS_I5K_AMB is not set
47040 +# CONFIG_SENSORS_F71805F is not set
47041 +# CONFIG_SENSORS_F71882FG is not set
47042 +# CONFIG_SENSORS_F75375S is not set
47043 +# CONFIG_SENSORS_GL518SM is not set
47044 +# CONFIG_SENSORS_GL520SM is not set
47045 +# CONFIG_SENSORS_IT87 is not set
47046 +# CONFIG_SENSORS_LM63 is not set
47047 +CONFIG_SENSORS_LM75=y
47048 +# CONFIG_SENSORS_LM77 is not set
47049 +# CONFIG_SENSORS_LM78 is not set
47050 +# CONFIG_SENSORS_LM80 is not set
47051 +# CONFIG_SENSORS_LM83 is not set
47052 +# CONFIG_SENSORS_LM85 is not set
47053 +# CONFIG_SENSORS_LM87 is not set
47054 +# CONFIG_SENSORS_LM90 is not set
47055 +# CONFIG_SENSORS_LM92 is not set
47056 +# CONFIG_SENSORS_LM93 is not set
47057 +# CONFIG_SENSORS_MAX1619 is not set
47058 +# CONFIG_SENSORS_MAX6650 is not set
47059 +# CONFIG_SENSORS_PC87360 is not set
47060 +# CONFIG_SENSORS_PC87427 is not set
47061 +# CONFIG_SENSORS_SIS5595 is not set
47062 +# CONFIG_SENSORS_DME1737 is not set
47063 +# CONFIG_SENSORS_SMSC47M1 is not set
47064 +# CONFIG_SENSORS_SMSC47M192 is not set
47065 +# CONFIG_SENSORS_SMSC47B397 is not set
47066 +# CONFIG_SENSORS_ADS7828 is not set
47067 +# CONFIG_SENSORS_THMC50 is not set
47068 +# CONFIG_SENSORS_VIA686A is not set
47069 +# CONFIG_SENSORS_VT1211 is not set
47070 +# CONFIG_SENSORS_VT8231 is not set
47071 +# CONFIG_SENSORS_W83781D is not set
47072 +# CONFIG_SENSORS_W83791D is not set
47073 +# CONFIG_SENSORS_W83792D is not set
47074 +# CONFIG_SENSORS_W83793 is not set
47075 +# CONFIG_SENSORS_W83L785TS is not set
47076 +# CONFIG_SENSORS_W83L786NG is not set
47077 +# CONFIG_SENSORS_W83627HF is not set
47078 +# CONFIG_SENSORS_W83627EHF is not set
47079 +CONFIG_HWMON_DEBUG_CHIP=y
47080 +# CONFIG_THERMAL is not set
47081 +# CONFIG_WATCHDOG is not set
47082 +
47083 +#
47084 +# Sonics Silicon Backplane
47085 +#
47086 +CONFIG_SSB_POSSIBLE=y
47087 +# CONFIG_SSB is not set
47088 +
47089 +#
47090 +# Multifunction device drivers
47091 +#
47092 +# CONFIG_MFD_SM501 is not set
47093 +
47094 +#
47095 +# Multimedia devices
47096 +#
47097 +# CONFIG_VIDEO_DEV is not set
47098 +# CONFIG_DVB_CORE is not set
47099 +CONFIG_DAB=y
47100 +
47101 +#
47102 +# Graphics support
47103 +#
47104 +# CONFIG_AGP is not set
47105 +# CONFIG_DRM is not set
47106 +# CONFIG_VGASTATE is not set
47107 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
47108 +# CONFIG_FB is not set
47109 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
47110 +
47111 +#
47112 +# Display device support
47113 +#
47114 +# CONFIG_DISPLAY_SUPPORT is not set
47115 +
47116 +#
47117 +# Sound
47118 +#
47119 +# CONFIG_SOUND is not set
47120 +CONFIG_HID_SUPPORT=y
47121 +CONFIG_HID=y
47122 +# CONFIG_HID_DEBUG is not set
47123 +# CONFIG_HIDRAW is not set
47124 +CONFIG_USB_SUPPORT=y
47125 +CONFIG_USB_ARCH_HAS_HCD=y
47126 +CONFIG_USB_ARCH_HAS_OHCI=y
47127 +CONFIG_USB_ARCH_HAS_EHCI=y
47128 +# CONFIG_USB is not set
47129 +
47130 +#
47131 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
47132 +#
47133 +# CONFIG_USB_GADGET is not set
47134 +# CONFIG_MMC is not set
47135 +# CONFIG_MEMSTICK is not set
47136 +# CONFIG_NEW_LEDS is not set
47137 +# CONFIG_INFINIBAND is not set
47138 +# CONFIG_EDAC is not set
47139 +# CONFIG_RTC_CLASS is not set
47140 +# CONFIG_DMADEVICES is not set
47141 +
47142 +#
47143 +# Userspace I/O
47144 +#
47145 +# CONFIG_UIO is not set
47146 +
47147 +#
47148 +# File systems
47149 +#
47150 +CONFIG_EXT2_FS=y
47151 +# CONFIG_EXT2_FS_XATTR is not set
47152 +# CONFIG_EXT2_FS_XIP is not set
47153 +CONFIG_EXT3_FS=y
47154 +CONFIG_EXT3_FS_XATTR=y
47155 +# CONFIG_EXT3_FS_POSIX_ACL is not set
47156 +# CONFIG_EXT3_FS_SECURITY is not set
47157 +# CONFIG_EXT4DEV_FS is not set
47158 +CONFIG_JBD=y
47159 +CONFIG_FS_MBCACHE=y
47160 +# CONFIG_REISERFS_FS is not set
47161 +# CONFIG_JFS_FS is not set
47162 +# CONFIG_FS_POSIX_ACL is not set
47163 +# CONFIG_XFS_FS is not set
47164 +# CONFIG_GFS2_FS is not set
47165 +# CONFIG_OCFS2_FS is not set
47166 +CONFIG_DNOTIFY=y
47167 +CONFIG_INOTIFY=y
47168 +CONFIG_INOTIFY_USER=y
47169 +# CONFIG_QUOTA is not set
47170 +# CONFIG_AUTOFS_FS is not set
47171 +# CONFIG_AUTOFS4_FS is not set
47172 +# CONFIG_FUSE_FS is not set
47173 +
47174 +#
47175 +# CD-ROM/DVD Filesystems
47176 +#
47177 +# CONFIG_ISO9660_FS is not set
47178 +# CONFIG_UDF_FS is not set
47179 +
47180 +#
47181 +# DOS/FAT/NT Filesystems
47182 +#
47183 +# CONFIG_MSDOS_FS is not set
47184 +# CONFIG_VFAT_FS is not set
47185 +# CONFIG_NTFS_FS is not set
47186 +
47187 +#
47188 +# Pseudo filesystems
47189 +#
47190 +CONFIG_PROC_FS=y
47191 +CONFIG_PROC_KCORE=y
47192 +CONFIG_PROC_SYSCTL=y
47193 +CONFIG_SYSFS=y
47194 +CONFIG_TMPFS=y
47195 +# CONFIG_TMPFS_POSIX_ACL is not set
47196 +# CONFIG_HUGETLB_PAGE is not set
47197 +# CONFIG_CONFIGFS_FS is not set
47198 +
47199 +#
47200 +# Miscellaneous filesystems
47201 +#
47202 +# CONFIG_ADFS_FS is not set
47203 +# CONFIG_AFFS_FS is not set
47204 +# CONFIG_HFS_FS is not set
47205 +# CONFIG_HFSPLUS_FS is not set
47206 +# CONFIG_BEFS_FS is not set
47207 +# CONFIG_BFS_FS is not set
47208 +# CONFIG_EFS_FS is not set
47209 +CONFIG_JFFS2_FS=y
47210 +CONFIG_JFFS2_FS_DEBUG=0
47211 +CONFIG_JFFS2_FS_WRITEBUFFER=y
47212 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
47213 +# CONFIG_JFFS2_SUMMARY is not set
47214 +# CONFIG_JFFS2_FS_XATTR is not set
47215 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
47216 +CONFIG_JFFS2_ZLIB=y
47217 +# CONFIG_JFFS2_LZO is not set
47218 +CONFIG_JFFS2_RTIME=y
47219 +# CONFIG_JFFS2_RUBIN is not set
47220 +CONFIG_CRAMFS=y
47221 +# CONFIG_VXFS_FS is not set
47222 +# CONFIG_MINIX_FS is not set
47223 +# CONFIG_HPFS_FS is not set
47224 +# CONFIG_QNX4FS_FS is not set
47225 +# CONFIG_ROMFS_FS is not set
47226 +# CONFIG_SYSV_FS is not set
47227 +# CONFIG_UFS_FS is not set
47228 +CONFIG_NETWORK_FILESYSTEMS=y
47229 +CONFIG_NFS_FS=y
47230 +# CONFIG_NFS_V3 is not set
47231 +# CONFIG_NFS_V4 is not set
47232 +# CONFIG_NFS_DIRECTIO is not set
47233 +# CONFIG_NFSD is not set
47234 +CONFIG_ROOT_NFS=y
47235 +CONFIG_LOCKD=y
47236 +CONFIG_NFS_COMMON=y
47237 +CONFIG_SUNRPC=y
47238 +# CONFIG_SUNRPC_BIND34 is not set
47239 +# CONFIG_RPCSEC_GSS_KRB5 is not set
47240 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
47241 +# CONFIG_SMB_FS is not set
47242 +# CONFIG_CIFS is not set
47243 +# CONFIG_NCP_FS is not set
47244 +# CONFIG_CODA_FS is not set
47245 +# CONFIG_AFS_FS is not set
47246 +
47247 +#
47248 +# Partition Types
47249 +#
47250 +CONFIG_PARTITION_ADVANCED=y
47251 +# CONFIG_ACORN_PARTITION is not set
47252 +# CONFIG_OSF_PARTITION is not set
47253 +# CONFIG_AMIGA_PARTITION is not set
47254 +# CONFIG_ATARI_PARTITION is not set
47255 +# CONFIG_MAC_PARTITION is not set
47256 +# CONFIG_MSDOS_PARTITION is not set
47257 +# CONFIG_LDM_PARTITION is not set
47258 +# CONFIG_SGI_PARTITION is not set
47259 +# CONFIG_ULTRIX_PARTITION is not set
47260 +# CONFIG_SUN_PARTITION is not set
47261 +# CONFIG_KARMA_PARTITION is not set
47262 +# CONFIG_EFI_PARTITION is not set
47263 +# CONFIG_SYSV68_PARTITION is not set
47264 +# CONFIG_NLS is not set
47265 +# CONFIG_DLM is not set
47266 +
47267 +#
47268 +# Library routines
47269 +#
47270 +CONFIG_BITREVERSE=y
47271 +# CONFIG_CRC_CCITT is not set
47272 +# CONFIG_CRC16 is not set
47273 +# CONFIG_CRC_ITU_T is not set
47274 +CONFIG_CRC32=y
47275 +# CONFIG_CRC7 is not set
47276 +# CONFIG_LIBCRC32C is not set
47277 +CONFIG_ZLIB_INFLATE=y
47278 +CONFIG_ZLIB_DEFLATE=y
47279 +CONFIG_PLIST=y
47280 +CONFIG_HAS_IOMEM=y
47281 +CONFIG_HAS_IOPORT=y
47282 +CONFIG_HAS_DMA=y
47283 +
47284 +#
47285 +# Kernel hacking
47286 +#
47287 +# CONFIG_PRINTK_TIME is not set
47288 +CONFIG_ENABLE_WARN_DEPRECATED=y
47289 +CONFIG_ENABLE_MUST_CHECK=y
47290 +# CONFIG_MAGIC_SYSRQ is not set
47291 +# CONFIG_UNUSED_SYMBOLS is not set
47292 +# CONFIG_DEBUG_FS is not set
47293 +# CONFIG_HEADERS_CHECK is not set
47294 +# CONFIG_DEBUG_KERNEL is not set
47295 +# CONFIG_SLUB_DEBUG_ON is not set
47296 +# CONFIG_SLUB_STATS is not set
47297 +# CONFIG_DEBUG_BUGVERBOSE is not set
47298 +# CONFIG_SAMPLES is not set
47299 +# CONFIG_KGDB_CONSOLE is not set
47300 +# CONFIG_PPC_EARLY_DEBUG is not set
47301 +
47302 +#
47303 +# Security options
47304 +#
47305 +# CONFIG_KEYS is not set
47306 +# CONFIG_SECURITY is not set
47307 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
47308 +CONFIG_CRYPTO=y
47309 +# CONFIG_CRYPTO_SEQIV is not set
47310 +# CONFIG_CRYPTO_MANAGER is not set
47311 +# CONFIG_CRYPTO_HMAC is not set
47312 +# CONFIG_CRYPTO_XCBC is not set
47313 +# CONFIG_CRYPTO_NULL is not set
47314 +# CONFIG_CRYPTO_MD4 is not set
47315 +# CONFIG_CRYPTO_MD5 is not set
47316 +# CONFIG_CRYPTO_SHA1 is not set
47317 +# CONFIG_CRYPTO_SHA256 is not set
47318 +# CONFIG_CRYPTO_SHA512 is not set
47319 +# CONFIG_CRYPTO_WP512 is not set
47320 +# CONFIG_CRYPTO_TGR192 is not set
47321 +# CONFIG_CRYPTO_GF128MUL is not set
47322 +# CONFIG_CRYPTO_ECB is not set
47323 +# CONFIG_CRYPTO_CBC is not set
47324 +# CONFIG_CRYPTO_PCBC is not set
47325 +# CONFIG_CRYPTO_LRW is not set
47326 +# CONFIG_CRYPTO_XTS is not set
47327 +# CONFIG_CRYPTO_CTR is not set
47328 +# CONFIG_CRYPTO_GCM is not set
47329 +# CONFIG_CRYPTO_CCM is not set
47330 +# CONFIG_CRYPTO_CRYPTD is not set
47331 +# CONFIG_CRYPTO_DES is not set
47332 +# CONFIG_CRYPTO_FCRYPT is not set
47333 +# CONFIG_CRYPTO_BLOWFISH is not set
47334 +# CONFIG_CRYPTO_TWOFISH is not set
47335 +# CONFIG_CRYPTO_SERPENT is not set
47336 +# CONFIG_CRYPTO_AES is not set
47337 +# CONFIG_CRYPTO_CAST5 is not set
47338 +# CONFIG_CRYPTO_CAST6 is not set
47339 +# CONFIG_CRYPTO_TEA is not set
47340 +# CONFIG_CRYPTO_ARC4 is not set
47341 +# CONFIG_CRYPTO_KHAZAD is not set
47342 +# CONFIG_CRYPTO_ANUBIS is not set
47343 +# CONFIG_CRYPTO_SEED is not set
47344 +# CONFIG_CRYPTO_SALSA20 is not set
47345 +# CONFIG_CRYPTO_DEFLATE is not set
47346 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
47347 +# CONFIG_CRYPTO_CRC32C is not set
47348 +# CONFIG_CRYPTO_CAMELLIA is not set
47349 +# CONFIG_CRYPTO_AUTHENC is not set
47350 +# CONFIG_CRYPTO_LZO is not set
47351 +CONFIG_CRYPTO_HW=y
47352 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
47353 +# CONFIG_PPC_CLOCK is not set
47354 +CONFIG_PPC_LIB_RHEAP=y
47355 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8560_defconfig powerpc.git/arch/powerpc/configs/85xx/tqm8560_defconfig
47356 --- linux-2.6.25-rc9/arch/powerpc/configs/85xx/tqm8560_defconfig 1970-01-01 01:00:00.000000000 +0100
47357 +++ powerpc.git/arch/powerpc/configs/85xx/tqm8560_defconfig 2008-04-19 16:40:52.000000000 +0200
47358 @@ -0,0 +1,1109 @@
47359 +#
47360 +# Automatically generated make config: don't edit
47361 +# Linux kernel version: 2.6.25-rc6
47362 +# Mon Mar 24 08:48:45 2008
47363 +#
47364 +# CONFIG_PPC64 is not set
47365 +
47366 +#
47367 +# Processor support
47368 +#
47369 +# CONFIG_6xx is not set
47370 +CONFIG_PPC_85xx=y
47371 +# CONFIG_PPC_8xx is not set
47372 +# CONFIG_40x is not set
47373 +# CONFIG_44x is not set
47374 +# CONFIG_E200 is not set
47375 +CONFIG_E500=y
47376 +CONFIG_BOOKE=y
47377 +CONFIG_FSL_BOOKE=y
47378 +CONFIG_FSL_EMB_PERFMON=y
47379 +# CONFIG_PHYS_64BIT is not set
47380 +CONFIG_SPE=y
47381 +# CONFIG_PPC_MM_SLICES is not set
47382 +CONFIG_PPC32=y
47383 +CONFIG_WORD_SIZE=32
47384 +CONFIG_PPC_MERGE=y
47385 +CONFIG_MMU=y
47386 +CONFIG_GENERIC_CMOS_UPDATE=y
47387 +CONFIG_GENERIC_TIME=y
47388 +CONFIG_GENERIC_TIME_VSYSCALL=y
47389 +CONFIG_GENERIC_CLOCKEVENTS=y
47390 +CONFIG_GENERIC_HARDIRQS=y
47391 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
47392 +CONFIG_IRQ_PER_CPU=y
47393 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
47394 +CONFIG_ARCH_HAS_ILOG2_U32=y
47395 +CONFIG_GENERIC_HWEIGHT=y
47396 +CONFIG_GENERIC_CALIBRATE_DELAY=y
47397 +CONFIG_GENERIC_FIND_NEXT_BIT=y
47398 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
47399 +CONFIG_PPC=y
47400 +CONFIG_EARLY_PRINTK=y
47401 +CONFIG_GENERIC_NVRAM=y
47402 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
47403 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
47404 +CONFIG_PPC_OF=y
47405 +CONFIG_OF=y
47406 +CONFIG_PPC_UDBG_16550=y
47407 +# CONFIG_GENERIC_TBSYNC is not set
47408 +CONFIG_AUDIT_ARCH=y
47409 +CONFIG_GENERIC_BUG=y
47410 +CONFIG_DEFAULT_UIMAGE=y
47411 +# CONFIG_PPC_DCR_NATIVE is not set
47412 +# CONFIG_PPC_DCR_MMIO is not set
47413 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
47414 +
47415 +#
47416 +# General setup
47417 +#
47418 +CONFIG_EXPERIMENTAL=y
47419 +CONFIG_BROKEN_ON_SMP=y
47420 +CONFIG_INIT_ENV_ARG_LIMIT=32
47421 +CONFIG_LOCALVERSION=""
47422 +CONFIG_LOCALVERSION_AUTO=y
47423 +CONFIG_SWAP=y
47424 +CONFIG_SYSVIPC=y
47425 +CONFIG_SYSVIPC_SYSCTL=y
47426 +# CONFIG_POSIX_MQUEUE is not set
47427 +# CONFIG_BSD_PROCESS_ACCT is not set
47428 +# CONFIG_TASKSTATS is not set
47429 +# CONFIG_AUDIT is not set
47430 +# CONFIG_IKCONFIG is not set
47431 +CONFIG_LOG_BUF_SHIFT=14
47432 +# CONFIG_CGROUPS is not set
47433 +CONFIG_GROUP_SCHED=y
47434 +CONFIG_FAIR_GROUP_SCHED=y
47435 +# CONFIG_RT_GROUP_SCHED is not set
47436 +CONFIG_USER_SCHED=y
47437 +# CONFIG_CGROUP_SCHED is not set
47438 +CONFIG_SYSFS_DEPRECATED=y
47439 +CONFIG_SYSFS_DEPRECATED_V2=y
47440 +# CONFIG_RELAY is not set
47441 +# CONFIG_NAMESPACES is not set
47442 +CONFIG_BLK_DEV_INITRD=y
47443 +CONFIG_INITRAMFS_SOURCE=""
47444 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
47445 +CONFIG_SYSCTL=y
47446 +CONFIG_EMBEDDED=y
47447 +CONFIG_SYSCTL_SYSCALL=y
47448 +# CONFIG_KALLSYMS is not set
47449 +# CONFIG_HOTPLUG is not set
47450 +CONFIG_PRINTK=y
47451 +CONFIG_BUG=y
47452 +CONFIG_ELF_CORE=y
47453 +CONFIG_COMPAT_BRK=y
47454 +CONFIG_BASE_FULL=y
47455 +CONFIG_FUTEX=y
47456 +CONFIG_ANON_INODES=y
47457 +# CONFIG_EPOLL is not set
47458 +CONFIG_SIGNALFD=y
47459 +CONFIG_TIMERFD=y
47460 +CONFIG_EVENTFD=y
47461 +CONFIG_SHMEM=y
47462 +CONFIG_VM_EVENT_COUNTERS=y
47463 +CONFIG_SLUB_DEBUG=y
47464 +# CONFIG_SLAB is not set
47465 +CONFIG_SLUB=y
47466 +# CONFIG_SLOB is not set
47467 +# CONFIG_PROFILING is not set
47468 +# CONFIG_MARKERS is not set
47469 +CONFIG_HAVE_OPROFILE=y
47470 +CONFIG_HAVE_KPROBES=y
47471 +CONFIG_HAVE_KRETPROBES=y
47472 +CONFIG_PROC_PAGE_MONITOR=y
47473 +CONFIG_SLABINFO=y
47474 +CONFIG_RT_MUTEXES=y
47475 +# CONFIG_TINY_SHMEM is not set
47476 +CONFIG_BASE_SMALL=0
47477 +# CONFIG_MODULES is not set
47478 +CONFIG_BLOCK=y
47479 +# CONFIG_LBD is not set
47480 +# CONFIG_BLK_DEV_IO_TRACE is not set
47481 +# CONFIG_LSF is not set
47482 +# CONFIG_BLK_DEV_BSG is not set
47483 +
47484 +#
47485 +# IO Schedulers
47486 +#
47487 +CONFIG_IOSCHED_NOOP=y
47488 +CONFIG_IOSCHED_AS=y
47489 +CONFIG_IOSCHED_DEADLINE=y
47490 +CONFIG_IOSCHED_CFQ=y
47491 +CONFIG_DEFAULT_AS=y
47492 +# CONFIG_DEFAULT_DEADLINE is not set
47493 +# CONFIG_DEFAULT_CFQ is not set
47494 +# CONFIG_DEFAULT_NOOP is not set
47495 +CONFIG_DEFAULT_IOSCHED="anticipatory"
47496 +CONFIG_CLASSIC_RCU=y
47497 +
47498 +#
47499 +# Platform support
47500 +#
47501 +# CONFIG_PPC_MPC512x is not set
47502 +# CONFIG_PPC_MPC5121 is not set
47503 +# CONFIG_PPC_CELL is not set
47504 +# CONFIG_PPC_CELL_NATIVE is not set
47505 +# CONFIG_PQ2ADS is not set
47506 +CONFIG_MPC85xx=y
47507 +# CONFIG_MPC8540_ADS is not set
47508 +# CONFIG_MPC8560_ADS is not set
47509 +# CONFIG_MPC85xx_CDS is not set
47510 +# CONFIG_MPC85xx_MDS is not set
47511 +# CONFIG_MPC85xx_DS is not set
47512 +# CONFIG_STX_GP3 is not set
47513 +# CONFIG_TQM8540 is not set
47514 +# CONFIG_TQM8541 is not set
47515 +# CONFIG_TQM8555 is not set
47516 +CONFIG_TQM8560=y
47517 +# CONFIG_SBC8548 is not set
47518 +# CONFIG_SBC8560 is not set
47519 +CONFIG_TQM85xx=y
47520 +# CONFIG_IPIC is not set
47521 +CONFIG_MPIC=y
47522 +# CONFIG_MPIC_WEIRD is not set
47523 +# CONFIG_PPC_I8259 is not set
47524 +# CONFIG_PPC_RTAS is not set
47525 +# CONFIG_MMIO_NVRAM is not set
47526 +# CONFIG_PPC_MPC106 is not set
47527 +# CONFIG_PPC_970_NAP is not set
47528 +# CONFIG_PPC_INDIRECT_IO is not set
47529 +# CONFIG_GENERIC_IOMAP is not set
47530 +# CONFIG_CPU_FREQ is not set
47531 +CONFIG_CPM2=y
47532 +CONFIG_PPC_CPM_NEW_BINDING=y
47533 +# CONFIG_FSL_ULI1575 is not set
47534 +CONFIG_CPM=y
47535 +
47536 +#
47537 +# Kernel options
47538 +#
47539 +# CONFIG_HIGHMEM is not set
47540 +# CONFIG_TICK_ONESHOT is not set
47541 +# CONFIG_NO_HZ is not set
47542 +# CONFIG_HIGH_RES_TIMERS is not set
47543 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
47544 +# CONFIG_HZ_100 is not set
47545 +CONFIG_HZ_250=y
47546 +# CONFIG_HZ_300 is not set
47547 +# CONFIG_HZ_1000 is not set
47548 +CONFIG_HZ=250
47549 +# CONFIG_SCHED_HRTICK is not set
47550 +CONFIG_PREEMPT_NONE=y
47551 +# CONFIG_PREEMPT_VOLUNTARY is not set
47552 +# CONFIG_PREEMPT is not set
47553 +CONFIG_BINFMT_ELF=y
47554 +# CONFIG_BINFMT_MISC is not set
47555 +CONFIG_MATH_EMULATION=y
47556 +# CONFIG_IOMMU_HELPER is not set
47557 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
47558 +CONFIG_ARCH_HAS_WALK_MEMORY=y
47559 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
47560 +CONFIG_ARCH_FLATMEM_ENABLE=y
47561 +CONFIG_ARCH_POPULATES_NODE_MAP=y
47562 +CONFIG_SELECT_MEMORY_MODEL=y
47563 +CONFIG_FLATMEM_MANUAL=y
47564 +# CONFIG_DISCONTIGMEM_MANUAL is not set
47565 +# CONFIG_SPARSEMEM_MANUAL is not set
47566 +CONFIG_FLATMEM=y
47567 +CONFIG_FLAT_NODE_MEM_MAP=y
47568 +# CONFIG_SPARSEMEM_STATIC is not set
47569 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
47570 +CONFIG_SPLIT_PTLOCK_CPUS=4
47571 +# CONFIG_RESOURCES_64BIT is not set
47572 +CONFIG_ZONE_DMA_FLAG=1
47573 +CONFIG_BOUNCE=y
47574 +CONFIG_VIRT_TO_BUS=y
47575 +# CONFIG_PROC_DEVICETREE is not set
47576 +# CONFIG_CMDLINE_BOOL is not set
47577 +# CONFIG_PM is not set
47578 +CONFIG_SECCOMP=y
47579 +CONFIG_ISA_DMA_API=y
47580 +
47581 +#
47582 +# Bus options
47583 +#
47584 +CONFIG_ZONE_DMA=y
47585 +CONFIG_PPC_INDIRECT_PCI=y
47586 +CONFIG_FSL_SOC=y
47587 +CONFIG_FSL_PCI=y
47588 +CONFIG_PCI=y
47589 +CONFIG_PCI_DOMAINS=y
47590 +CONFIG_PCI_SYSCALL=y
47591 +# CONFIG_PCIEPORTBUS is not set
47592 +CONFIG_ARCH_SUPPORTS_MSI=y
47593 +# CONFIG_PCI_MSI is not set
47594 +CONFIG_PCI_LEGACY=y
47595 +
47596 +#
47597 +# Advanced setup
47598 +#
47599 +# CONFIG_ADVANCED_OPTIONS is not set
47600 +
47601 +#
47602 +# Default settings for advanced configuration options are used
47603 +#
47604 +CONFIG_HIGHMEM_START=0xfe000000
47605 +CONFIG_LOWMEM_SIZE=0x30000000
47606 +CONFIG_KERNEL_START=0xc0000000
47607 +CONFIG_TASK_SIZE=0xc0000000
47608 +CONFIG_BOOT_LOAD=0x00800000
47609 +
47610 +#
47611 +# Networking
47612 +#
47613 +CONFIG_NET=y
47614 +
47615 +#
47616 +# Networking options
47617 +#
47618 +CONFIG_PACKET=y
47619 +# CONFIG_PACKET_MMAP is not set
47620 +CONFIG_UNIX=y
47621 +CONFIG_XFRM=y
47622 +# CONFIG_XFRM_USER is not set
47623 +# CONFIG_XFRM_SUB_POLICY is not set
47624 +# CONFIG_XFRM_MIGRATE is not set
47625 +# CONFIG_XFRM_STATISTICS is not set
47626 +# CONFIG_NET_KEY is not set
47627 +CONFIG_INET=y
47628 +CONFIG_IP_MULTICAST=y
47629 +# CONFIG_IP_ADVANCED_ROUTER is not set
47630 +CONFIG_IP_FIB_HASH=y
47631 +CONFIG_IP_PNP=y
47632 +CONFIG_IP_PNP_DHCP=y
47633 +CONFIG_IP_PNP_BOOTP=y
47634 +# CONFIG_IP_PNP_RARP is not set
47635 +# CONFIG_NET_IPIP is not set
47636 +# CONFIG_NET_IPGRE is not set
47637 +# CONFIG_IP_MROUTE is not set
47638 +# CONFIG_ARPD is not set
47639 +CONFIG_SYN_COOKIES=y
47640 +# CONFIG_INET_AH is not set
47641 +# CONFIG_INET_ESP is not set
47642 +# CONFIG_INET_IPCOMP is not set
47643 +# CONFIG_INET_XFRM_TUNNEL is not set
47644 +# CONFIG_INET_TUNNEL is not set
47645 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
47646 +CONFIG_INET_XFRM_MODE_TUNNEL=y
47647 +CONFIG_INET_XFRM_MODE_BEET=y
47648 +# CONFIG_INET_LRO is not set
47649 +CONFIG_INET_DIAG=y
47650 +CONFIG_INET_TCP_DIAG=y
47651 +# CONFIG_TCP_CONG_ADVANCED is not set
47652 +CONFIG_TCP_CONG_CUBIC=y
47653 +CONFIG_DEFAULT_TCP_CONG="cubic"
47654 +# CONFIG_TCP_MD5SIG is not set
47655 +# CONFIG_IPV6 is not set
47656 +# CONFIG_INET6_XFRM_TUNNEL is not set
47657 +# CONFIG_INET6_TUNNEL is not set
47658 +# CONFIG_NETWORK_SECMARK is not set
47659 +# CONFIG_NETFILTER is not set
47660 +# CONFIG_IP_DCCP is not set
47661 +# CONFIG_IP_SCTP is not set
47662 +# CONFIG_TIPC is not set
47663 +# CONFIG_ATM is not set
47664 +# CONFIG_BRIDGE is not set
47665 +# CONFIG_VLAN_8021Q is not set
47666 +# CONFIG_DECNET is not set
47667 +# CONFIG_LLC2 is not set
47668 +# CONFIG_IPX is not set
47669 +# CONFIG_ATALK is not set
47670 +# CONFIG_X25 is not set
47671 +# CONFIG_LAPB is not set
47672 +# CONFIG_ECONET is not set
47673 +# CONFIG_WAN_ROUTER is not set
47674 +# CONFIG_NET_SCHED is not set
47675 +
47676 +#
47677 +# Network testing
47678 +#
47679 +# CONFIG_NET_PKTGEN is not set
47680 +# CONFIG_HAMRADIO is not set
47681 +# CONFIG_CAN is not set
47682 +# CONFIG_IRDA is not set
47683 +# CONFIG_BT is not set
47684 +# CONFIG_AF_RXRPC is not set
47685 +
47686 +#
47687 +# Wireless
47688 +#
47689 +# CONFIG_CFG80211 is not set
47690 +# CONFIG_WIRELESS_EXT is not set
47691 +# CONFIG_MAC80211 is not set
47692 +# CONFIG_IEEE80211 is not set
47693 +# CONFIG_RFKILL is not set
47694 +# CONFIG_NET_9P is not set
47695 +
47696 +#
47697 +# Device Drivers
47698 +#
47699 +
47700 +#
47701 +# Generic Driver Options
47702 +#
47703 +CONFIG_STANDALONE=y
47704 +CONFIG_PREVENT_FIRMWARE_BUILD=y
47705 +# CONFIG_SYS_HYPERVISOR is not set
47706 +# CONFIG_CONNECTOR is not set
47707 +CONFIG_MTD=y
47708 +# CONFIG_MTD_DEBUG is not set
47709 +CONFIG_MTD_CONCAT=y
47710 +CONFIG_MTD_PARTITIONS=y
47711 +# CONFIG_MTD_REDBOOT_PARTS is not set
47712 +CONFIG_MTD_CMDLINE_PARTS=y
47713 +# CONFIG_MTD_OF_PARTS is not set
47714 +
47715 +#
47716 +# User Modules And Translation Layers
47717 +#
47718 +CONFIG_MTD_CHAR=y
47719 +CONFIG_MTD_BLKDEVS=y
47720 +CONFIG_MTD_BLOCK=y
47721 +# CONFIG_FTL is not set
47722 +# CONFIG_NFTL is not set
47723 +# CONFIG_INFTL is not set
47724 +# CONFIG_RFD_FTL is not set
47725 +# CONFIG_SSFDC is not set
47726 +# CONFIG_MTD_OOPS is not set
47727 +
47728 +#
47729 +# RAM/ROM/Flash chip drivers
47730 +#
47731 +CONFIG_MTD_CFI=y
47732 +# CONFIG_MTD_JEDECPROBE is not set
47733 +CONFIG_MTD_GEN_PROBE=y
47734 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
47735 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
47736 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
47737 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
47738 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
47739 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
47740 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
47741 +CONFIG_MTD_CFI_I1=y
47742 +CONFIG_MTD_CFI_I2=y
47743 +# CONFIG_MTD_CFI_I4 is not set
47744 +# CONFIG_MTD_CFI_I8 is not set
47745 +# CONFIG_MTD_CFI_INTELEXT is not set
47746 +CONFIG_MTD_CFI_AMDSTD=y
47747 +# CONFIG_MTD_CFI_STAA is not set
47748 +CONFIG_MTD_CFI_UTIL=y
47749 +# CONFIG_MTD_RAM is not set
47750 +# CONFIG_MTD_ROM is not set
47751 +# CONFIG_MTD_ABSENT is not set
47752 +
47753 +#
47754 +# Mapping drivers for chip access
47755 +#
47756 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
47757 +# CONFIG_MTD_PHYSMAP is not set
47758 +# CONFIG_MTD_PHYSMAP_OF is not set
47759 +# CONFIG_MTD_INTEL_VR_NOR is not set
47760 +# CONFIG_MTD_PLATRAM is not set
47761 +
47762 +#
47763 +# Self-contained MTD device drivers
47764 +#
47765 +# CONFIG_MTD_PMC551 is not set
47766 +# CONFIG_MTD_SLRAM is not set
47767 +# CONFIG_MTD_PHRAM is not set
47768 +# CONFIG_MTD_MTDRAM is not set
47769 +# CONFIG_MTD_BLOCK2MTD is not set
47770 +
47771 +#
47772 +# Disk-On-Chip Device Drivers
47773 +#
47774 +# CONFIG_MTD_DOC2000 is not set
47775 +# CONFIG_MTD_DOC2001 is not set
47776 +# CONFIG_MTD_DOC2001PLUS is not set
47777 +# CONFIG_MTD_NAND is not set
47778 +# CONFIG_MTD_ONENAND is not set
47779 +
47780 +#
47781 +# UBI - Unsorted block images
47782 +#
47783 +# CONFIG_MTD_UBI is not set
47784 +CONFIG_OF_DEVICE=y
47785 +# CONFIG_PARPORT is not set
47786 +CONFIG_BLK_DEV=y
47787 +# CONFIG_BLK_DEV_FD is not set
47788 +# CONFIG_BLK_CPQ_DA is not set
47789 +# CONFIG_BLK_CPQ_CISS_DA is not set
47790 +# CONFIG_BLK_DEV_DAC960 is not set
47791 +# CONFIG_BLK_DEV_UMEM is not set
47792 +# CONFIG_BLK_DEV_COW_COMMON is not set
47793 +CONFIG_BLK_DEV_LOOP=y
47794 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
47795 +# CONFIG_BLK_DEV_NBD is not set
47796 +# CONFIG_BLK_DEV_SX8 is not set
47797 +CONFIG_BLK_DEV_RAM=y
47798 +CONFIG_BLK_DEV_RAM_COUNT=16
47799 +CONFIG_BLK_DEV_RAM_SIZE=32768
47800 +# CONFIG_BLK_DEV_XIP is not set
47801 +# CONFIG_CDROM_PKTCDVD is not set
47802 +# CONFIG_ATA_OVER_ETH is not set
47803 +CONFIG_MISC_DEVICES=y
47804 +# CONFIG_PHANTOM is not set
47805 +# CONFIG_EEPROM_93CX6 is not set
47806 +# CONFIG_SGI_IOC4 is not set
47807 +# CONFIG_TIFM_CORE is not set
47808 +# CONFIG_ENCLOSURE_SERVICES is not set
47809 +CONFIG_HAVE_IDE=y
47810 +CONFIG_IDE=y
47811 +CONFIG_IDE_MAX_HWIFS=4
47812 +CONFIG_BLK_DEV_IDE=y
47813 +
47814 +#
47815 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
47816 +#
47817 +# CONFIG_BLK_DEV_IDE_SATA is not set
47818 +CONFIG_BLK_DEV_IDEDISK=y
47819 +# CONFIG_IDEDISK_MULTI_MODE is not set
47820 +# CONFIG_BLK_DEV_IDECD is not set
47821 +# CONFIG_BLK_DEV_IDETAPE is not set
47822 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
47823 +# CONFIG_IDE_TASK_IOCTL is not set
47824 +CONFIG_IDE_PROC_FS=y
47825 +
47826 +#
47827 +# IDE chipset support/bugfixes
47828 +#
47829 +CONFIG_IDE_GENERIC=y
47830 +# CONFIG_BLK_DEV_PLATFORM is not set
47831 +CONFIG_BLK_DEV_IDEDMA_SFF=y
47832 +
47833 +#
47834 +# PCI IDE chipsets support
47835 +#
47836 +CONFIG_BLK_DEV_IDEPCI=y
47837 +CONFIG_IDEPCI_PCIBUS_ORDER=y
47838 +# CONFIG_BLK_DEV_OFFBOARD is not set
47839 +CONFIG_BLK_DEV_GENERIC=y
47840 +# CONFIG_BLK_DEV_OPTI621 is not set
47841 +CONFIG_BLK_DEV_IDEDMA_PCI=y
47842 +# CONFIG_BLK_DEV_AEC62XX is not set
47843 +# CONFIG_BLK_DEV_ALI15X3 is not set
47844 +# CONFIG_BLK_DEV_AMD74XX is not set
47845 +# CONFIG_BLK_DEV_CMD64X is not set
47846 +# CONFIG_BLK_DEV_TRIFLEX is not set
47847 +# CONFIG_BLK_DEV_CY82C693 is not set
47848 +# CONFIG_BLK_DEV_CS5520 is not set
47849 +# CONFIG_BLK_DEV_CS5530 is not set
47850 +# CONFIG_BLK_DEV_HPT34X is not set
47851 +# CONFIG_BLK_DEV_HPT366 is not set
47852 +# CONFIG_BLK_DEV_JMICRON is not set
47853 +# CONFIG_BLK_DEV_SC1200 is not set
47854 +# CONFIG_BLK_DEV_PIIX is not set
47855 +# CONFIG_BLK_DEV_IT8213 is not set
47856 +# CONFIG_BLK_DEV_IT821X is not set
47857 +# CONFIG_BLK_DEV_NS87415 is not set
47858 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
47859 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
47860 +# CONFIG_BLK_DEV_SVWKS is not set
47861 +# CONFIG_BLK_DEV_SIIMAGE is not set
47862 +# CONFIG_BLK_DEV_SL82C105 is not set
47863 +# CONFIG_BLK_DEV_SLC90E66 is not set
47864 +# CONFIG_BLK_DEV_TRM290 is not set
47865 +CONFIG_BLK_DEV_VIA82CXXX=y
47866 +# CONFIG_BLK_DEV_TC86C001 is not set
47867 +CONFIG_BLK_DEV_IDEDMA=y
47868 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
47869 +# CONFIG_BLK_DEV_HD is not set
47870 +
47871 +#
47872 +# SCSI device support
47873 +#
47874 +# CONFIG_RAID_ATTRS is not set
47875 +# CONFIG_SCSI is not set
47876 +# CONFIG_SCSI_DMA is not set
47877 +# CONFIG_SCSI_NETLINK is not set
47878 +# CONFIG_ATA is not set
47879 +# CONFIG_MD is not set
47880 +# CONFIG_FUSION is not set
47881 +
47882 +#
47883 +# IEEE 1394 (FireWire) support
47884 +#
47885 +# CONFIG_FIREWIRE is not set
47886 +# CONFIG_IEEE1394 is not set
47887 +# CONFIG_I2O is not set
47888 +# CONFIG_MACINTOSH_DRIVERS is not set
47889 +CONFIG_NETDEVICES=y
47890 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
47891 +# CONFIG_DUMMY is not set
47892 +# CONFIG_BONDING is not set
47893 +# CONFIG_MACVLAN is not set
47894 +# CONFIG_EQUALIZER is not set
47895 +# CONFIG_TUN is not set
47896 +# CONFIG_VETH is not set
47897 +# CONFIG_ARCNET is not set
47898 +CONFIG_PHYLIB=y
47899 +
47900 +#
47901 +# MII PHY device drivers
47902 +#
47903 +# CONFIG_MARVELL_PHY is not set
47904 +# CONFIG_DAVICOM_PHY is not set
47905 +# CONFIG_QSEMI_PHY is not set
47906 +# CONFIG_LXT_PHY is not set
47907 +# CONFIG_CICADA_PHY is not set
47908 +# CONFIG_VITESSE_PHY is not set
47909 +# CONFIG_SMSC_PHY is not set
47910 +# CONFIG_BROADCOM_PHY is not set
47911 +# CONFIG_ICPLUS_PHY is not set
47912 +# CONFIG_REALTEK_PHY is not set
47913 +# CONFIG_FIXED_PHY is not set
47914 +# CONFIG_MDIO_BITBANG is not set
47915 +CONFIG_NET_ETHERNET=y
47916 +CONFIG_MII=y
47917 +# CONFIG_HAPPYMEAL is not set
47918 +# CONFIG_SUNGEM is not set
47919 +# CONFIG_CASSINI is not set
47920 +# CONFIG_NET_VENDOR_3COM is not set
47921 +# CONFIG_NET_TULIP is not set
47922 +# CONFIG_HP100 is not set
47923 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
47924 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
47925 +# CONFIG_IBM_NEW_EMAC_TAH is not set
47926 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
47927 +CONFIG_NET_PCI=y
47928 +# CONFIG_PCNET32 is not set
47929 +# CONFIG_AMD8111_ETH is not set
47930 +# CONFIG_ADAPTEC_STARFIRE is not set
47931 +# CONFIG_B44 is not set
47932 +# CONFIG_FORCEDETH is not set
47933 +# CONFIG_EEPRO100 is not set
47934 +CONFIG_E100=y
47935 +# CONFIG_FEALNX is not set
47936 +# CONFIG_NATSEMI is not set
47937 +# CONFIG_NE2K_PCI is not set
47938 +# CONFIG_8139CP is not set
47939 +# CONFIG_8139TOO is not set
47940 +# CONFIG_R6040 is not set
47941 +# CONFIG_SIS900 is not set
47942 +# CONFIG_EPIC100 is not set
47943 +# CONFIG_SUNDANCE is not set
47944 +# CONFIG_TLAN is not set
47945 +# CONFIG_VIA_RHINE is not set
47946 +# CONFIG_SC92031 is not set
47947 +# CONFIG_FS_ENET is not set
47948 +CONFIG_NETDEV_1000=y
47949 +# CONFIG_ACENIC is not set
47950 +# CONFIG_DL2K is not set
47951 +# CONFIG_E1000 is not set
47952 +# CONFIG_E1000E is not set
47953 +# CONFIG_E1000E_ENABLED is not set
47954 +# CONFIG_IP1000 is not set
47955 +# CONFIG_IGB is not set
47956 +# CONFIG_NS83820 is not set
47957 +# CONFIG_HAMACHI is not set
47958 +# CONFIG_YELLOWFIN is not set
47959 +# CONFIG_R8169 is not set
47960 +# CONFIG_SIS190 is not set
47961 +# CONFIG_SKGE is not set
47962 +# CONFIG_SKY2 is not set
47963 +# CONFIG_SK98LIN is not set
47964 +# CONFIG_VIA_VELOCITY is not set
47965 +# CONFIG_TIGON3 is not set
47966 +# CONFIG_BNX2 is not set
47967 +CONFIG_GIANFAR=y
47968 +CONFIG_GFAR_NAPI=y
47969 +# CONFIG_QLA3XXX is not set
47970 +# CONFIG_ATL1 is not set
47971 +CONFIG_NETDEV_10000=y
47972 +# CONFIG_CHELSIO_T1 is not set
47973 +# CONFIG_CHELSIO_T3 is not set
47974 +# CONFIG_IXGBE is not set
47975 +# CONFIG_IXGB is not set
47976 +# CONFIG_S2IO is not set
47977 +# CONFIG_MYRI10GE is not set
47978 +# CONFIG_NETXEN_NIC is not set
47979 +# CONFIG_NIU is not set
47980 +# CONFIG_MLX4_CORE is not set
47981 +# CONFIG_TEHUTI is not set
47982 +# CONFIG_BNX2X is not set
47983 +# CONFIG_TR is not set
47984 +
47985 +#
47986 +# Wireless LAN
47987 +#
47988 +# CONFIG_WLAN_PRE80211 is not set
47989 +# CONFIG_WLAN_80211 is not set
47990 +# CONFIG_WAN is not set
47991 +# CONFIG_FDDI is not set
47992 +# CONFIG_HIPPI is not set
47993 +# CONFIG_PPP is not set
47994 +# CONFIG_SLIP is not set
47995 +# CONFIG_NETCONSOLE is not set
47996 +# CONFIG_NETPOLL is not set
47997 +# CONFIG_NET_POLL_CONTROLLER is not set
47998 +# CONFIG_ISDN is not set
47999 +# CONFIG_PHONE is not set
48000 +
48001 +#
48002 +# Input device support
48003 +#
48004 +CONFIG_INPUT=y
48005 +# CONFIG_INPUT_FF_MEMLESS is not set
48006 +# CONFIG_INPUT_POLLDEV is not set
48007 +
48008 +#
48009 +# Userland interfaces
48010 +#
48011 +# CONFIG_INPUT_MOUSEDEV is not set
48012 +# CONFIG_INPUT_JOYDEV is not set
48013 +# CONFIG_INPUT_EVDEV is not set
48014 +# CONFIG_INPUT_EVBUG is not set
48015 +
48016 +#
48017 +# Input Device Drivers
48018 +#
48019 +# CONFIG_INPUT_KEYBOARD is not set
48020 +# CONFIG_INPUT_MOUSE is not set
48021 +# CONFIG_INPUT_JOYSTICK is not set
48022 +# CONFIG_INPUT_TABLET is not set
48023 +# CONFIG_INPUT_TOUCHSCREEN is not set
48024 +# CONFIG_INPUT_MISC is not set
48025 +
48026 +#
48027 +# Hardware I/O ports
48028 +#
48029 +# CONFIG_SERIO is not set
48030 +# CONFIG_GAMEPORT is not set
48031 +
48032 +#
48033 +# Character devices
48034 +#
48035 +# CONFIG_VT is not set
48036 +# CONFIG_SERIAL_NONSTANDARD is not set
48037 +# CONFIG_NOZOMI is not set
48038 +
48039 +#
48040 +# Serial drivers
48041 +#
48042 +CONFIG_SERIAL_8250=y
48043 +CONFIG_SERIAL_8250_CONSOLE=y
48044 +CONFIG_SERIAL_8250_PCI=y
48045 +CONFIG_SERIAL_8250_NR_UARTS=4
48046 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
48047 +# CONFIG_SERIAL_8250_EXTENDED is not set
48048 +CONFIG_SERIAL_8250_SHARE_IRQ=y
48049 +
48050 +#
48051 +# Non-8250 serial port support
48052 +#
48053 +# CONFIG_SERIAL_UARTLITE is not set
48054 +CONFIG_SERIAL_CORE=y
48055 +CONFIG_SERIAL_CORE_CONSOLE=y
48056 +CONFIG_SERIAL_CPM=y
48057 +CONFIG_SERIAL_CPM_CONSOLE=y
48058 +CONFIG_SERIAL_CPM_SCC1=y
48059 +# CONFIG_SERIAL_CPM_SCC2 is not set
48060 +# CONFIG_SERIAL_CPM_SCC3 is not set
48061 +# CONFIG_SERIAL_CPM_SCC4 is not set
48062 +# CONFIG_SERIAL_CPM_SMC1 is not set
48063 +# CONFIG_SERIAL_CPM_SMC2 is not set
48064 +# CONFIG_SERIAL_JSM is not set
48065 +# CONFIG_SERIAL_OF_PLATFORM is not set
48066 +CONFIG_UNIX98_PTYS=y
48067 +CONFIG_LEGACY_PTYS=y
48068 +CONFIG_LEGACY_PTY_COUNT=256
48069 +# CONFIG_IPMI_HANDLER is not set
48070 +CONFIG_HW_RANDOM=y
48071 +# CONFIG_NVRAM is not set
48072 +CONFIG_GEN_RTC=y
48073 +# CONFIG_GEN_RTC_X is not set
48074 +# CONFIG_R3964 is not set
48075 +# CONFIG_APPLICOM is not set
48076 +# CONFIG_RAW_DRIVER is not set
48077 +# CONFIG_TCG_TPM is not set
48078 +CONFIG_DEVPORT=y
48079 +CONFIG_I2C=y
48080 +CONFIG_I2C_BOARDINFO=y
48081 +CONFIG_I2C_CHARDEV=y
48082 +
48083 +#
48084 +# I2C Algorithms
48085 +#
48086 +# CONFIG_I2C_ALGOBIT is not set
48087 +# CONFIG_I2C_ALGOPCF is not set
48088 +# CONFIG_I2C_ALGOPCA is not set
48089 +
48090 +#
48091 +# I2C Hardware Bus support
48092 +#
48093 +# CONFIG_I2C_ALI1535 is not set
48094 +# CONFIG_I2C_ALI1563 is not set
48095 +# CONFIG_I2C_ALI15X3 is not set
48096 +# CONFIG_I2C_AMD756 is not set
48097 +# CONFIG_I2C_AMD8111 is not set
48098 +# CONFIG_I2C_I801 is not set
48099 +# CONFIG_I2C_I810 is not set
48100 +# CONFIG_I2C_PIIX4 is not set
48101 +CONFIG_I2C_MPC=y
48102 +# CONFIG_I2C_NFORCE2 is not set
48103 +# CONFIG_I2C_OCORES is not set
48104 +# CONFIG_I2C_PARPORT_LIGHT is not set
48105 +# CONFIG_I2C_PROSAVAGE is not set
48106 +# CONFIG_I2C_SAVAGE4 is not set
48107 +# CONFIG_I2C_SIMTEC is not set
48108 +# CONFIG_I2C_SIS5595 is not set
48109 +# CONFIG_I2C_SIS630 is not set
48110 +# CONFIG_I2C_SIS96X is not set
48111 +# CONFIG_I2C_TAOS_EVM is not set
48112 +# CONFIG_I2C_VIA is not set
48113 +# CONFIG_I2C_VIAPRO is not set
48114 +# CONFIG_I2C_VOODOO3 is not set
48115 +
48116 +#
48117 +# Miscellaneous I2C Chip support
48118 +#
48119 +# CONFIG_DS1682 is not set
48120 +# CONFIG_SENSORS_EEPROM is not set
48121 +# CONFIG_SENSORS_PCF8574 is not set
48122 +# CONFIG_PCF8575 is not set
48123 +# CONFIG_SENSORS_PCF8591 is not set
48124 +# CONFIG_TPS65010 is not set
48125 +# CONFIG_SENSORS_MAX6875 is not set
48126 +# CONFIG_SENSORS_TSL2550 is not set
48127 +# CONFIG_I2C_DEBUG_CORE is not set
48128 +# CONFIG_I2C_DEBUG_ALGO is not set
48129 +# CONFIG_I2C_DEBUG_BUS is not set
48130 +# CONFIG_I2C_DEBUG_CHIP is not set
48131 +
48132 +#
48133 +# SPI support
48134 +#
48135 +# CONFIG_SPI is not set
48136 +# CONFIG_SPI_MASTER is not set
48137 +# CONFIG_W1 is not set
48138 +# CONFIG_POWER_SUPPLY is not set
48139 +CONFIG_HWMON=y
48140 +# CONFIG_HWMON_VID is not set
48141 +# CONFIG_SENSORS_AD7418 is not set
48142 +# CONFIG_SENSORS_ADM1021 is not set
48143 +# CONFIG_SENSORS_ADM1025 is not set
48144 +# CONFIG_SENSORS_ADM1026 is not set
48145 +# CONFIG_SENSORS_ADM1029 is not set
48146 +# CONFIG_SENSORS_ADM1031 is not set
48147 +# CONFIG_SENSORS_ADM9240 is not set
48148 +# CONFIG_SENSORS_ADT7470 is not set
48149 +# CONFIG_SENSORS_ADT7473 is not set
48150 +# CONFIG_SENSORS_ATXP1 is not set
48151 +# CONFIG_SENSORS_DS1621 is not set
48152 +# CONFIG_SENSORS_I5K_AMB is not set
48153 +# CONFIG_SENSORS_F71805F is not set
48154 +# CONFIG_SENSORS_F71882FG is not set
48155 +# CONFIG_SENSORS_F75375S is not set
48156 +# CONFIG_SENSORS_GL518SM is not set
48157 +# CONFIG_SENSORS_GL520SM is not set
48158 +# CONFIG_SENSORS_IT87 is not set
48159 +# CONFIG_SENSORS_LM63 is not set
48160 +CONFIG_SENSORS_LM75=y
48161 +# CONFIG_SENSORS_LM77 is not set
48162 +# CONFIG_SENSORS_LM78 is not set
48163 +# CONFIG_SENSORS_LM80 is not set
48164 +# CONFIG_SENSORS_LM83 is not set
48165 +# CONFIG_SENSORS_LM85 is not set
48166 +# CONFIG_SENSORS_LM87 is not set
48167 +# CONFIG_SENSORS_LM90 is not set
48168 +# CONFIG_SENSORS_LM92 is not set
48169 +# CONFIG_SENSORS_LM93 is not set
48170 +# CONFIG_SENSORS_MAX1619 is not set
48171 +# CONFIG_SENSORS_MAX6650 is not set
48172 +# CONFIG_SENSORS_PC87360 is not set
48173 +# CONFIG_SENSORS_PC87427 is not set
48174 +# CONFIG_SENSORS_SIS5595 is not set
48175 +# CONFIG_SENSORS_DME1737 is not set
48176 +# CONFIG_SENSORS_SMSC47M1 is not set
48177 +# CONFIG_SENSORS_SMSC47M192 is not set
48178 +# CONFIG_SENSORS_SMSC47B397 is not set
48179 +# CONFIG_SENSORS_ADS7828 is not set
48180 +# CONFIG_SENSORS_THMC50 is not set
48181 +# CONFIG_SENSORS_VIA686A is not set
48182 +# CONFIG_SENSORS_VT1211 is not set
48183 +# CONFIG_SENSORS_VT8231 is not set
48184 +# CONFIG_SENSORS_W83781D is not set
48185 +# CONFIG_SENSORS_W83791D is not set
48186 +# CONFIG_SENSORS_W83792D is not set
48187 +# CONFIG_SENSORS_W83793 is not set
48188 +# CONFIG_SENSORS_W83L785TS is not set
48189 +# CONFIG_SENSORS_W83L786NG is not set
48190 +# CONFIG_SENSORS_W83627HF is not set
48191 +# CONFIG_SENSORS_W83627EHF is not set
48192 +CONFIG_HWMON_DEBUG_CHIP=y
48193 +# CONFIG_THERMAL is not set
48194 +# CONFIG_WATCHDOG is not set
48195 +
48196 +#
48197 +# Sonics Silicon Backplane
48198 +#
48199 +CONFIG_SSB_POSSIBLE=y
48200 +# CONFIG_SSB is not set
48201 +
48202 +#
48203 +# Multifunction device drivers
48204 +#
48205 +# CONFIG_MFD_SM501 is not set
48206 +
48207 +#
48208 +# Multimedia devices
48209 +#
48210 +# CONFIG_VIDEO_DEV is not set
48211 +# CONFIG_DVB_CORE is not set
48212 +CONFIG_DAB=y
48213 +
48214 +#
48215 +# Graphics support
48216 +#
48217 +# CONFIG_AGP is not set
48218 +# CONFIG_DRM is not set
48219 +# CONFIG_VGASTATE is not set
48220 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
48221 +# CONFIG_FB is not set
48222 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
48223 +
48224 +#
48225 +# Display device support
48226 +#
48227 +# CONFIG_DISPLAY_SUPPORT is not set
48228 +
48229 +#
48230 +# Sound
48231 +#
48232 +# CONFIG_SOUND is not set
48233 +CONFIG_HID_SUPPORT=y
48234 +CONFIG_HID=y
48235 +# CONFIG_HID_DEBUG is not set
48236 +# CONFIG_HIDRAW is not set
48237 +CONFIG_USB_SUPPORT=y
48238 +CONFIG_USB_ARCH_HAS_HCD=y
48239 +CONFIG_USB_ARCH_HAS_OHCI=y
48240 +CONFIG_USB_ARCH_HAS_EHCI=y
48241 +# CONFIG_USB is not set
48242 +
48243 +#
48244 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
48245 +#
48246 +# CONFIG_USB_GADGET is not set
48247 +# CONFIG_MMC is not set
48248 +# CONFIG_MEMSTICK is not set
48249 +# CONFIG_NEW_LEDS is not set
48250 +# CONFIG_INFINIBAND is not set
48251 +# CONFIG_EDAC is not set
48252 +# CONFIG_RTC_CLASS is not set
48253 +# CONFIG_DMADEVICES is not set
48254 +
48255 +#
48256 +# Userspace I/O
48257 +#
48258 +# CONFIG_UIO is not set
48259 +
48260 +#
48261 +# File systems
48262 +#
48263 +CONFIG_EXT2_FS=y
48264 +# CONFIG_EXT2_FS_XATTR is not set
48265 +# CONFIG_EXT2_FS_XIP is not set
48266 +CONFIG_EXT3_FS=y
48267 +CONFIG_EXT3_FS_XATTR=y
48268 +# CONFIG_EXT3_FS_POSIX_ACL is not set
48269 +# CONFIG_EXT3_FS_SECURITY is not set
48270 +# CONFIG_EXT4DEV_FS is not set
48271 +CONFIG_JBD=y
48272 +CONFIG_FS_MBCACHE=y
48273 +# CONFIG_REISERFS_FS is not set
48274 +# CONFIG_JFS_FS is not set
48275 +# CONFIG_FS_POSIX_ACL is not set
48276 +# CONFIG_XFS_FS is not set
48277 +# CONFIG_GFS2_FS is not set
48278 +# CONFIG_OCFS2_FS is not set
48279 +CONFIG_DNOTIFY=y
48280 +CONFIG_INOTIFY=y
48281 +CONFIG_INOTIFY_USER=y
48282 +# CONFIG_QUOTA is not set
48283 +# CONFIG_AUTOFS_FS is not set
48284 +# CONFIG_AUTOFS4_FS is not set
48285 +# CONFIG_FUSE_FS is not set
48286 +
48287 +#
48288 +# CD-ROM/DVD Filesystems
48289 +#
48290 +# CONFIG_ISO9660_FS is not set
48291 +# CONFIG_UDF_FS is not set
48292 +
48293 +#
48294 +# DOS/FAT/NT Filesystems
48295 +#
48296 +# CONFIG_MSDOS_FS is not set
48297 +# CONFIG_VFAT_FS is not set
48298 +# CONFIG_NTFS_FS is not set
48299 +
48300 +#
48301 +# Pseudo filesystems
48302 +#
48303 +CONFIG_PROC_FS=y
48304 +CONFIG_PROC_KCORE=y
48305 +CONFIG_PROC_SYSCTL=y
48306 +CONFIG_SYSFS=y
48307 +CONFIG_TMPFS=y
48308 +# CONFIG_TMPFS_POSIX_ACL is not set
48309 +# CONFIG_HUGETLB_PAGE is not set
48310 +# CONFIG_CONFIGFS_FS is not set
48311 +
48312 +#
48313 +# Miscellaneous filesystems
48314 +#
48315 +# CONFIG_ADFS_FS is not set
48316 +# CONFIG_AFFS_FS is not set
48317 +# CONFIG_HFS_FS is not set
48318 +# CONFIG_HFSPLUS_FS is not set
48319 +# CONFIG_BEFS_FS is not set
48320 +# CONFIG_BFS_FS is not set
48321 +# CONFIG_EFS_FS is not set
48322 +CONFIG_JFFS2_FS=y
48323 +CONFIG_JFFS2_FS_DEBUG=0
48324 +CONFIG_JFFS2_FS_WRITEBUFFER=y
48325 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
48326 +# CONFIG_JFFS2_SUMMARY is not set
48327 +# CONFIG_JFFS2_FS_XATTR is not set
48328 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
48329 +CONFIG_JFFS2_ZLIB=y
48330 +# CONFIG_JFFS2_LZO is not set
48331 +CONFIG_JFFS2_RTIME=y
48332 +# CONFIG_JFFS2_RUBIN is not set
48333 +CONFIG_CRAMFS=y
48334 +# CONFIG_VXFS_FS is not set
48335 +# CONFIG_MINIX_FS is not set
48336 +# CONFIG_HPFS_FS is not set
48337 +# CONFIG_QNX4FS_FS is not set
48338 +# CONFIG_ROMFS_FS is not set
48339 +# CONFIG_SYSV_FS is not set
48340 +# CONFIG_UFS_FS is not set
48341 +CONFIG_NETWORK_FILESYSTEMS=y
48342 +CONFIG_NFS_FS=y
48343 +# CONFIG_NFS_V3 is not set
48344 +# CONFIG_NFS_V4 is not set
48345 +# CONFIG_NFS_DIRECTIO is not set
48346 +# CONFIG_NFSD is not set
48347 +CONFIG_ROOT_NFS=y
48348 +CONFIG_LOCKD=y
48349 +CONFIG_NFS_COMMON=y
48350 +CONFIG_SUNRPC=y
48351 +# CONFIG_SUNRPC_BIND34 is not set
48352 +# CONFIG_RPCSEC_GSS_KRB5 is not set
48353 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
48354 +# CONFIG_SMB_FS is not set
48355 +# CONFIG_CIFS is not set
48356 +# CONFIG_NCP_FS is not set
48357 +# CONFIG_CODA_FS is not set
48358 +# CONFIG_AFS_FS is not set
48359 +
48360 +#
48361 +# Partition Types
48362 +#
48363 +CONFIG_PARTITION_ADVANCED=y
48364 +# CONFIG_ACORN_PARTITION is not set
48365 +# CONFIG_OSF_PARTITION is not set
48366 +# CONFIG_AMIGA_PARTITION is not set
48367 +# CONFIG_ATARI_PARTITION is not set
48368 +# CONFIG_MAC_PARTITION is not set
48369 +# CONFIG_MSDOS_PARTITION is not set
48370 +# CONFIG_LDM_PARTITION is not set
48371 +# CONFIG_SGI_PARTITION is not set
48372 +# CONFIG_ULTRIX_PARTITION is not set
48373 +# CONFIG_SUN_PARTITION is not set
48374 +# CONFIG_KARMA_PARTITION is not set
48375 +# CONFIG_EFI_PARTITION is not set
48376 +# CONFIG_SYSV68_PARTITION is not set
48377 +# CONFIG_NLS is not set
48378 +# CONFIG_DLM is not set
48379 +
48380 +#
48381 +# Library routines
48382 +#
48383 +CONFIG_BITREVERSE=y
48384 +# CONFIG_CRC_CCITT is not set
48385 +# CONFIG_CRC16 is not set
48386 +# CONFIG_CRC_ITU_T is not set
48387 +CONFIG_CRC32=y
48388 +# CONFIG_CRC7 is not set
48389 +# CONFIG_LIBCRC32C is not set
48390 +CONFIG_ZLIB_INFLATE=y
48391 +CONFIG_ZLIB_DEFLATE=y
48392 +CONFIG_PLIST=y
48393 +CONFIG_HAS_IOMEM=y
48394 +CONFIG_HAS_IOPORT=y
48395 +CONFIG_HAS_DMA=y
48396 +
48397 +#
48398 +# Kernel hacking
48399 +#
48400 +# CONFIG_PRINTK_TIME is not set
48401 +CONFIG_ENABLE_WARN_DEPRECATED=y
48402 +CONFIG_ENABLE_MUST_CHECK=y
48403 +# CONFIG_MAGIC_SYSRQ is not set
48404 +# CONFIG_UNUSED_SYMBOLS is not set
48405 +# CONFIG_DEBUG_FS is not set
48406 +# CONFIG_HEADERS_CHECK is not set
48407 +# CONFIG_DEBUG_KERNEL is not set
48408 +# CONFIG_SLUB_DEBUG_ON is not set
48409 +# CONFIG_SLUB_STATS is not set
48410 +# CONFIG_DEBUG_BUGVERBOSE is not set
48411 +# CONFIG_SAMPLES is not set
48412 +# CONFIG_KGDB_CONSOLE is not set
48413 +# CONFIG_PPC_EARLY_DEBUG is not set
48414 +
48415 +#
48416 +# Security options
48417 +#
48418 +# CONFIG_KEYS is not set
48419 +# CONFIG_SECURITY is not set
48420 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
48421 +CONFIG_CRYPTO=y
48422 +# CONFIG_CRYPTO_SEQIV is not set
48423 +# CONFIG_CRYPTO_MANAGER is not set
48424 +# CONFIG_CRYPTO_HMAC is not set
48425 +# CONFIG_CRYPTO_XCBC is not set
48426 +# CONFIG_CRYPTO_NULL is not set
48427 +# CONFIG_CRYPTO_MD4 is not set
48428 +# CONFIG_CRYPTO_MD5 is not set
48429 +# CONFIG_CRYPTO_SHA1 is not set
48430 +# CONFIG_CRYPTO_SHA256 is not set
48431 +# CONFIG_CRYPTO_SHA512 is not set
48432 +# CONFIG_CRYPTO_WP512 is not set
48433 +# CONFIG_CRYPTO_TGR192 is not set
48434 +# CONFIG_CRYPTO_GF128MUL is not set
48435 +# CONFIG_CRYPTO_ECB is not set
48436 +# CONFIG_CRYPTO_CBC is not set
48437 +# CONFIG_CRYPTO_PCBC is not set
48438 +# CONFIG_CRYPTO_LRW is not set
48439 +# CONFIG_CRYPTO_XTS is not set
48440 +# CONFIG_CRYPTO_CTR is not set
48441 +# CONFIG_CRYPTO_GCM is not set
48442 +# CONFIG_CRYPTO_CCM is not set
48443 +# CONFIG_CRYPTO_CRYPTD is not set
48444 +# CONFIG_CRYPTO_DES is not set
48445 +# CONFIG_CRYPTO_FCRYPT is not set
48446 +# CONFIG_CRYPTO_BLOWFISH is not set
48447 +# CONFIG_CRYPTO_TWOFISH is not set
48448 +# CONFIG_CRYPTO_SERPENT is not set
48449 +# CONFIG_CRYPTO_AES is not set
48450 +# CONFIG_CRYPTO_CAST5 is not set
48451 +# CONFIG_CRYPTO_CAST6 is not set
48452 +# CONFIG_CRYPTO_TEA is not set
48453 +# CONFIG_CRYPTO_ARC4 is not set
48454 +# CONFIG_CRYPTO_KHAZAD is not set
48455 +# CONFIG_CRYPTO_ANUBIS is not set
48456 +# CONFIG_CRYPTO_SEED is not set
48457 +# CONFIG_CRYPTO_SALSA20 is not set
48458 +# CONFIG_CRYPTO_DEFLATE is not set
48459 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
48460 +# CONFIG_CRYPTO_CRC32C is not set
48461 +# CONFIG_CRYPTO_CAMELLIA is not set
48462 +# CONFIG_CRYPTO_AUTHENC is not set
48463 +# CONFIG_CRYPTO_LZO is not set
48464 +CONFIG_CRYPTO_HW=y
48465 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
48466 +# CONFIG_PPC_CLOCK is not set
48467 +CONFIG_PPC_LIB_RHEAP=y
48468 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/bamboo_defconfig powerpc.git/arch/powerpc/configs/bamboo_defconfig
48469 --- linux-2.6.25-rc9/arch/powerpc/configs/bamboo_defconfig 2008-04-11 22:32:29.000000000 +0200
48470 +++ powerpc.git/arch/powerpc/configs/bamboo_defconfig 1970-01-01 01:00:00.000000000 +0100
48471 @@ -1,815 +0,0 @@
48472 -#
48473 -# Automatically generated make config: don't edit
48474 -# Linux kernel version: 2.6.25-rc2
48475 -# Fri Feb 15 21:36:39 2008
48476 -#
48477 -# CONFIG_PPC64 is not set
48478 -
48479 -#
48480 -# Processor support
48481 -#
48482 -# CONFIG_6xx is not set
48483 -# CONFIG_PPC_85xx is not set
48484 -# CONFIG_PPC_8xx is not set
48485 -# CONFIG_40x is not set
48486 -CONFIG_44x=y
48487 -# CONFIG_E200 is not set
48488 -CONFIG_PPC_FPU=y
48489 -CONFIG_4xx=y
48490 -CONFIG_BOOKE=y
48491 -CONFIG_PTE_64BIT=y
48492 -CONFIG_PHYS_64BIT=y
48493 -# CONFIG_PPC_MM_SLICES is not set
48494 -CONFIG_NOT_COHERENT_CACHE=y
48495 -CONFIG_PPC32=y
48496 -CONFIG_WORD_SIZE=32
48497 -CONFIG_PPC_MERGE=y
48498 -CONFIG_MMU=y
48499 -CONFIG_GENERIC_CMOS_UPDATE=y
48500 -CONFIG_GENERIC_TIME=y
48501 -CONFIG_GENERIC_TIME_VSYSCALL=y
48502 -CONFIG_GENERIC_CLOCKEVENTS=y
48503 -CONFIG_GENERIC_HARDIRQS=y
48504 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
48505 -CONFIG_IRQ_PER_CPU=y
48506 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
48507 -CONFIG_ARCH_HAS_ILOG2_U32=y
48508 -CONFIG_GENERIC_HWEIGHT=y
48509 -CONFIG_GENERIC_CALIBRATE_DELAY=y
48510 -CONFIG_GENERIC_FIND_NEXT_BIT=y
48511 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
48512 -CONFIG_PPC=y
48513 -CONFIG_EARLY_PRINTK=y
48514 -CONFIG_GENERIC_NVRAM=y
48515 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
48516 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
48517 -CONFIG_PPC_OF=y
48518 -CONFIG_OF=y
48519 -CONFIG_PPC_UDBG_16550=y
48520 -# CONFIG_GENERIC_TBSYNC is not set
48521 -CONFIG_AUDIT_ARCH=y
48522 -CONFIG_GENERIC_BUG=y
48523 -# CONFIG_DEFAULT_UIMAGE is not set
48524 -CONFIG_PPC_DCR_NATIVE=y
48525 -# CONFIG_PPC_DCR_MMIO is not set
48526 -CONFIG_PPC_DCR=y
48527 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
48528 -
48529 -#
48530 -# General setup
48531 -#
48532 -CONFIG_EXPERIMENTAL=y
48533 -CONFIG_BROKEN_ON_SMP=y
48534 -CONFIG_INIT_ENV_ARG_LIMIT=32
48535 -CONFIG_LOCALVERSION=""
48536 -CONFIG_LOCALVERSION_AUTO=y
48537 -CONFIG_SWAP=y
48538 -CONFIG_SYSVIPC=y
48539 -CONFIG_SYSVIPC_SYSCTL=y
48540 -CONFIG_POSIX_MQUEUE=y
48541 -# CONFIG_BSD_PROCESS_ACCT is not set
48542 -# CONFIG_TASKSTATS is not set
48543 -# CONFIG_AUDIT is not set
48544 -# CONFIG_IKCONFIG is not set
48545 -CONFIG_LOG_BUF_SHIFT=14
48546 -# CONFIG_CGROUPS is not set
48547 -CONFIG_GROUP_SCHED=y
48548 -CONFIG_FAIR_GROUP_SCHED=y
48549 -# CONFIG_RT_GROUP_SCHED is not set
48550 -CONFIG_USER_SCHED=y
48551 -# CONFIG_CGROUP_SCHED is not set
48552 -CONFIG_SYSFS_DEPRECATED=y
48553 -# CONFIG_RELAY is not set
48554 -# CONFIG_NAMESPACES is not set
48555 -CONFIG_BLK_DEV_INITRD=y
48556 -CONFIG_INITRAMFS_SOURCE=""
48557 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
48558 -CONFIG_SYSCTL=y
48559 -CONFIG_EMBEDDED=y
48560 -CONFIG_SYSCTL_SYSCALL=y
48561 -CONFIG_KALLSYMS=y
48562 -# CONFIG_KALLSYMS_ALL is not set
48563 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
48564 -CONFIG_HOTPLUG=y
48565 -CONFIG_PRINTK=y
48566 -CONFIG_BUG=y
48567 -CONFIG_ELF_CORE=y
48568 -CONFIG_COMPAT_BRK=y
48569 -CONFIG_BASE_FULL=y
48570 -CONFIG_FUTEX=y
48571 -CONFIG_ANON_INODES=y
48572 -CONFIG_EPOLL=y
48573 -CONFIG_SIGNALFD=y
48574 -CONFIG_TIMERFD=y
48575 -CONFIG_EVENTFD=y
48576 -CONFIG_SHMEM=y
48577 -CONFIG_VM_EVENT_COUNTERS=y
48578 -CONFIG_SLUB_DEBUG=y
48579 -# CONFIG_SLAB is not set
48580 -CONFIG_SLUB=y
48581 -# CONFIG_SLOB is not set
48582 -# CONFIG_PROFILING is not set
48583 -# CONFIG_MARKERS is not set
48584 -CONFIG_HAVE_OPROFILE=y
48585 -# CONFIG_KPROBES is not set
48586 -CONFIG_HAVE_KPROBES=y
48587 -CONFIG_PROC_PAGE_MONITOR=y
48588 -CONFIG_SLABINFO=y
48589 -CONFIG_RT_MUTEXES=y
48590 -# CONFIG_TINY_SHMEM is not set
48591 -CONFIG_BASE_SMALL=0
48592 -CONFIG_MODULES=y
48593 -CONFIG_MODULE_UNLOAD=y
48594 -# CONFIG_MODULE_FORCE_UNLOAD is not set
48595 -# CONFIG_MODVERSIONS is not set
48596 -# CONFIG_MODULE_SRCVERSION_ALL is not set
48597 -CONFIG_KMOD=y
48598 -CONFIG_BLOCK=y
48599 -CONFIG_LBD=y
48600 -# CONFIG_BLK_DEV_IO_TRACE is not set
48601 -# CONFIG_LSF is not set
48602 -# CONFIG_BLK_DEV_BSG is not set
48603 -
48604 -#
48605 -# IO Schedulers
48606 -#
48607 -CONFIG_IOSCHED_NOOP=y
48608 -CONFIG_IOSCHED_AS=y
48609 -CONFIG_IOSCHED_DEADLINE=y
48610 -CONFIG_IOSCHED_CFQ=y
48611 -CONFIG_DEFAULT_AS=y
48612 -# CONFIG_DEFAULT_DEADLINE is not set
48613 -# CONFIG_DEFAULT_CFQ is not set
48614 -# CONFIG_DEFAULT_NOOP is not set
48615 -CONFIG_DEFAULT_IOSCHED="anticipatory"
48616 -CONFIG_CLASSIC_RCU=y
48617 -# CONFIG_PREEMPT_RCU is not set
48618 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
48619 -
48620 -#
48621 -# Platform support
48622 -#
48623 -# CONFIG_PPC_MPC512x is not set
48624 -# CONFIG_PPC_MPC5121 is not set
48625 -# CONFIG_PPC_CELL is not set
48626 -# CONFIG_PPC_CELL_NATIVE is not set
48627 -# CONFIG_PQ2ADS is not set
48628 -CONFIG_BAMBOO=y
48629 -# CONFIG_EBONY is not set
48630 -# CONFIG_SEQUOIA is not set
48631 -# CONFIG_TAISHAN is not set
48632 -# CONFIG_KATMAI is not set
48633 -# CONFIG_RAINIER is not set
48634 -# CONFIG_WARP is not set
48635 -CONFIG_440EP=y
48636 -CONFIG_IBM440EP_ERR42=y
48637 -# CONFIG_IPIC is not set
48638 -# CONFIG_MPIC is not set
48639 -# CONFIG_MPIC_WEIRD is not set
48640 -# CONFIG_PPC_I8259 is not set
48641 -# CONFIG_PPC_RTAS is not set
48642 -# CONFIG_MMIO_NVRAM is not set
48643 -# CONFIG_PPC_MPC106 is not set
48644 -# CONFIG_PPC_970_NAP is not set
48645 -# CONFIG_PPC_INDIRECT_IO is not set
48646 -# CONFIG_GENERIC_IOMAP is not set
48647 -# CONFIG_CPU_FREQ is not set
48648 -# CONFIG_FSL_ULI1575 is not set
48649 -
48650 -#
48651 -# Kernel options
48652 -#
48653 -# CONFIG_HIGHMEM is not set
48654 -# CONFIG_TICK_ONESHOT is not set
48655 -# CONFIG_NO_HZ is not set
48656 -# CONFIG_HIGH_RES_TIMERS is not set
48657 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
48658 -# CONFIG_HZ_100 is not set
48659 -CONFIG_HZ_250=y
48660 -# CONFIG_HZ_300 is not set
48661 -# CONFIG_HZ_1000 is not set
48662 -CONFIG_HZ=250
48663 -# CONFIG_SCHED_HRTICK is not set
48664 -CONFIG_PREEMPT_NONE=y
48665 -# CONFIG_PREEMPT_VOLUNTARY is not set
48666 -# CONFIG_PREEMPT is not set
48667 -CONFIG_RCU_TRACE=y
48668 -CONFIG_BINFMT_ELF=y
48669 -# CONFIG_BINFMT_MISC is not set
48670 -# CONFIG_MATH_EMULATION is not set
48671 -# CONFIG_IOMMU_HELPER is not set
48672 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
48673 -CONFIG_ARCH_HAS_WALK_MEMORY=y
48674 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
48675 -CONFIG_ARCH_FLATMEM_ENABLE=y
48676 -CONFIG_ARCH_POPULATES_NODE_MAP=y
48677 -CONFIG_SELECT_MEMORY_MODEL=y
48678 -CONFIG_FLATMEM_MANUAL=y
48679 -# CONFIG_DISCONTIGMEM_MANUAL is not set
48680 -# CONFIG_SPARSEMEM_MANUAL is not set
48681 -CONFIG_FLATMEM=y
48682 -CONFIG_FLAT_NODE_MEM_MAP=y
48683 -# CONFIG_SPARSEMEM_STATIC is not set
48684 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
48685 -CONFIG_SPLIT_PTLOCK_CPUS=4
48686 -CONFIG_RESOURCES_64BIT=y
48687 -CONFIG_ZONE_DMA_FLAG=1
48688 -CONFIG_BOUNCE=y
48689 -CONFIG_VIRT_TO_BUS=y
48690 -CONFIG_PROC_DEVICETREE=y
48691 -CONFIG_CMDLINE_BOOL=y
48692 -CONFIG_CMDLINE=""
48693 -CONFIG_SECCOMP=y
48694 -CONFIG_ISA_DMA_API=y
48695 -
48696 -#
48697 -# Bus options
48698 -#
48699 -CONFIG_ZONE_DMA=y
48700 -CONFIG_PPC_INDIRECT_PCI=y
48701 -CONFIG_PCI=y
48702 -CONFIG_PCI_DOMAINS=y
48703 -CONFIG_PCI_SYSCALL=y
48704 -# CONFIG_PCIEPORTBUS is not set
48705 -CONFIG_ARCH_SUPPORTS_MSI=y
48706 -# CONFIG_PCI_MSI is not set
48707 -CONFIG_PCI_LEGACY=y
48708 -# CONFIG_PCI_DEBUG is not set
48709 -# CONFIG_PCCARD is not set
48710 -# CONFIG_HOTPLUG_PCI is not set
48711 -
48712 -#
48713 -# Advanced setup
48714 -#
48715 -# CONFIG_ADVANCED_OPTIONS is not set
48716 -
48717 -#
48718 -# Default settings for advanced configuration options are used
48719 -#
48720 -CONFIG_HIGHMEM_START=0xfe000000
48721 -CONFIG_LOWMEM_SIZE=0x30000000
48722 -CONFIG_KERNEL_START=0xc0000000
48723 -CONFIG_TASK_SIZE=0xc0000000
48724 -CONFIG_CONSISTENT_START=0xff100000
48725 -CONFIG_CONSISTENT_SIZE=0x00200000
48726 -CONFIG_BOOT_LOAD=0x01000000
48727 -
48728 -#
48729 -# Networking
48730 -#
48731 -CONFIG_NET=y
48732 -
48733 -#
48734 -# Networking options
48735 -#
48736 -CONFIG_PACKET=y
48737 -# CONFIG_PACKET_MMAP is not set
48738 -CONFIG_UNIX=y
48739 -# CONFIG_NET_KEY is not set
48740 -CONFIG_INET=y
48741 -# CONFIG_IP_MULTICAST is not set
48742 -# CONFIG_IP_ADVANCED_ROUTER is not set
48743 -CONFIG_IP_FIB_HASH=y
48744 -CONFIG_IP_PNP=y
48745 -CONFIG_IP_PNP_DHCP=y
48746 -CONFIG_IP_PNP_BOOTP=y
48747 -# CONFIG_IP_PNP_RARP is not set
48748 -# CONFIG_NET_IPIP is not set
48749 -# CONFIG_NET_IPGRE is not set
48750 -# CONFIG_ARPD is not set
48751 -# CONFIG_SYN_COOKIES is not set
48752 -# CONFIG_INET_AH is not set
48753 -# CONFIG_INET_ESP is not set
48754 -# CONFIG_INET_IPCOMP is not set
48755 -# CONFIG_INET_XFRM_TUNNEL is not set
48756 -# CONFIG_INET_TUNNEL is not set
48757 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
48758 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
48759 -# CONFIG_INET_XFRM_MODE_BEET is not set
48760 -# CONFIG_INET_LRO is not set
48761 -CONFIG_INET_DIAG=y
48762 -CONFIG_INET_TCP_DIAG=y
48763 -# CONFIG_TCP_CONG_ADVANCED is not set
48764 -CONFIG_TCP_CONG_CUBIC=y
48765 -CONFIG_DEFAULT_TCP_CONG="cubic"
48766 -# CONFIG_TCP_MD5SIG is not set
48767 -# CONFIG_IPV6 is not set
48768 -# CONFIG_INET6_XFRM_TUNNEL is not set
48769 -# CONFIG_INET6_TUNNEL is not set
48770 -# CONFIG_NETWORK_SECMARK is not set
48771 -# CONFIG_NETFILTER is not set
48772 -# CONFIG_IP_DCCP is not set
48773 -# CONFIG_IP_SCTP is not set
48774 -# CONFIG_TIPC is not set
48775 -# CONFIG_ATM is not set
48776 -# CONFIG_BRIDGE is not set
48777 -# CONFIG_VLAN_8021Q is not set
48778 -# CONFIG_DECNET is not set
48779 -# CONFIG_LLC2 is not set
48780 -# CONFIG_IPX is not set
48781 -# CONFIG_ATALK is not set
48782 -# CONFIG_X25 is not set
48783 -# CONFIG_LAPB is not set
48784 -# CONFIG_ECONET is not set
48785 -# CONFIG_WAN_ROUTER is not set
48786 -# CONFIG_NET_SCHED is not set
48787 -
48788 -#
48789 -# Network testing
48790 -#
48791 -# CONFIG_NET_PKTGEN is not set
48792 -# CONFIG_HAMRADIO is not set
48793 -# CONFIG_CAN is not set
48794 -# CONFIG_IRDA is not set
48795 -# CONFIG_BT is not set
48796 -# CONFIG_AF_RXRPC is not set
48797 -
48798 -#
48799 -# Wireless
48800 -#
48801 -# CONFIG_CFG80211 is not set
48802 -# CONFIG_WIRELESS_EXT is not set
48803 -# CONFIG_MAC80211 is not set
48804 -# CONFIG_IEEE80211 is not set
48805 -# CONFIG_RFKILL is not set
48806 -# CONFIG_NET_9P is not set
48807 -
48808 -#
48809 -# Device Drivers
48810 -#
48811 -
48812 -#
48813 -# Generic Driver Options
48814 -#
48815 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
48816 -CONFIG_STANDALONE=y
48817 -CONFIG_PREVENT_FIRMWARE_BUILD=y
48818 -CONFIG_FW_LOADER=y
48819 -# CONFIG_DEBUG_DRIVER is not set
48820 -# CONFIG_DEBUG_DEVRES is not set
48821 -# CONFIG_SYS_HYPERVISOR is not set
48822 -CONFIG_CONNECTOR=y
48823 -CONFIG_PROC_EVENTS=y
48824 -# CONFIG_MTD is not set
48825 -CONFIG_OF_DEVICE=y
48826 -# CONFIG_PARPORT is not set
48827 -CONFIG_BLK_DEV=y
48828 -# CONFIG_BLK_DEV_FD is not set
48829 -# CONFIG_BLK_CPQ_DA is not set
48830 -# CONFIG_BLK_CPQ_CISS_DA is not set
48831 -# CONFIG_BLK_DEV_DAC960 is not set
48832 -# CONFIG_BLK_DEV_UMEM is not set
48833 -# CONFIG_BLK_DEV_COW_COMMON is not set
48834 -# CONFIG_BLK_DEV_LOOP is not set
48835 -# CONFIG_BLK_DEV_NBD is not set
48836 -# CONFIG_BLK_DEV_SX8 is not set
48837 -CONFIG_BLK_DEV_RAM=y
48838 -CONFIG_BLK_DEV_RAM_COUNT=16
48839 -CONFIG_BLK_DEV_RAM_SIZE=35000
48840 -# CONFIG_BLK_DEV_XIP is not set
48841 -# CONFIG_CDROM_PKTCDVD is not set
48842 -# CONFIG_ATA_OVER_ETH is not set
48843 -# CONFIG_XILINX_SYSACE is not set
48844 -CONFIG_MISC_DEVICES=y
48845 -# CONFIG_PHANTOM is not set
48846 -# CONFIG_EEPROM_93CX6 is not set
48847 -# CONFIG_SGI_IOC4 is not set
48848 -# CONFIG_TIFM_CORE is not set
48849 -# CONFIG_ENCLOSURE_SERVICES is not set
48850 -CONFIG_HAVE_IDE=y
48851 -# CONFIG_IDE is not set
48852 -
48853 -#
48854 -# SCSI device support
48855 -#
48856 -# CONFIG_RAID_ATTRS is not set
48857 -# CONFIG_SCSI is not set
48858 -# CONFIG_SCSI_DMA is not set
48859 -# CONFIG_SCSI_NETLINK is not set
48860 -# CONFIG_ATA is not set
48861 -# CONFIG_MD is not set
48862 -# CONFIG_FUSION is not set
48863 -
48864 -#
48865 -# IEEE 1394 (FireWire) support
48866 -#
48867 -# CONFIG_FIREWIRE is not set
48868 -# CONFIG_IEEE1394 is not set
48869 -# CONFIG_I2O is not set
48870 -# CONFIG_MACINTOSH_DRIVERS is not set
48871 -CONFIG_NETDEVICES=y
48872 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
48873 -# CONFIG_DUMMY is not set
48874 -# CONFIG_BONDING is not set
48875 -# CONFIG_MACVLAN is not set
48876 -# CONFIG_EQUALIZER is not set
48877 -# CONFIG_TUN is not set
48878 -# CONFIG_VETH is not set
48879 -# CONFIG_ARCNET is not set
48880 -# CONFIG_PHYLIB is not set
48881 -CONFIG_NET_ETHERNET=y
48882 -# CONFIG_MII is not set
48883 -# CONFIG_HAPPYMEAL is not set
48884 -# CONFIG_SUNGEM is not set
48885 -# CONFIG_CASSINI is not set
48886 -# CONFIG_NET_VENDOR_3COM is not set
48887 -# CONFIG_NET_TULIP is not set
48888 -# CONFIG_HP100 is not set
48889 -CONFIG_IBM_NEW_EMAC=y
48890 -CONFIG_IBM_NEW_EMAC_RXB=128
48891 -CONFIG_IBM_NEW_EMAC_TXB=64
48892 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
48893 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
48894 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
48895 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
48896 -CONFIG_IBM_NEW_EMAC_ZMII=y
48897 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
48898 -# CONFIG_IBM_NEW_EMAC_TAH is not set
48899 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
48900 -# CONFIG_NET_PCI is not set
48901 -# CONFIG_B44 is not set
48902 -CONFIG_NETDEV_1000=y
48903 -# CONFIG_ACENIC is not set
48904 -# CONFIG_DL2K is not set
48905 -# CONFIG_E1000 is not set
48906 -# CONFIG_E1000E is not set
48907 -# CONFIG_E1000E_ENABLED is not set
48908 -# CONFIG_IP1000 is not set
48909 -# CONFIG_IGB is not set
48910 -# CONFIG_NS83820 is not set
48911 -# CONFIG_HAMACHI is not set
48912 -# CONFIG_YELLOWFIN is not set
48913 -# CONFIG_R8169 is not set
48914 -# CONFIG_SIS190 is not set
48915 -# CONFIG_SKGE is not set
48916 -# CONFIG_SKY2 is not set
48917 -# CONFIG_SK98LIN is not set
48918 -# CONFIG_VIA_VELOCITY is not set
48919 -# CONFIG_TIGON3 is not set
48920 -# CONFIG_BNX2 is not set
48921 -# CONFIG_QLA3XXX is not set
48922 -# CONFIG_ATL1 is not set
48923 -CONFIG_NETDEV_10000=y
48924 -# CONFIG_CHELSIO_T1 is not set
48925 -# CONFIG_CHELSIO_T3 is not set
48926 -# CONFIG_IXGBE is not set
48927 -# CONFIG_IXGB is not set
48928 -# CONFIG_S2IO is not set
48929 -# CONFIG_MYRI10GE is not set
48930 -# CONFIG_NETXEN_NIC is not set
48931 -# CONFIG_NIU is not set
48932 -# CONFIG_MLX4_CORE is not set
48933 -# CONFIG_TEHUTI is not set
48934 -# CONFIG_BNX2X is not set
48935 -# CONFIG_TR is not set
48936 -
48937 -#
48938 -# Wireless LAN
48939 -#
48940 -# CONFIG_WLAN_PRE80211 is not set
48941 -# CONFIG_WLAN_80211 is not set
48942 -# CONFIG_WAN is not set
48943 -# CONFIG_FDDI is not set
48944 -# CONFIG_HIPPI is not set
48945 -# CONFIG_PPP is not set
48946 -# CONFIG_SLIP is not set
48947 -# CONFIG_NETCONSOLE is not set
48948 -# CONFIG_NETPOLL is not set
48949 -# CONFIG_NET_POLL_CONTROLLER is not set
48950 -# CONFIG_ISDN is not set
48951 -# CONFIG_PHONE is not set
48952 -
48953 -#
48954 -# Input device support
48955 -#
48956 -# CONFIG_INPUT is not set
48957 -
48958 -#
48959 -# Hardware I/O ports
48960 -#
48961 -# CONFIG_SERIO is not set
48962 -# CONFIG_GAMEPORT is not set
48963 -
48964 -#
48965 -# Character devices
48966 -#
48967 -# CONFIG_VT is not set
48968 -# CONFIG_SERIAL_NONSTANDARD is not set
48969 -# CONFIG_NOZOMI is not set
48970 -
48971 -#
48972 -# Serial drivers
48973 -#
48974 -CONFIG_SERIAL_8250=y
48975 -CONFIG_SERIAL_8250_CONSOLE=y
48976 -# CONFIG_SERIAL_8250_PCI is not set
48977 -CONFIG_SERIAL_8250_NR_UARTS=4
48978 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
48979 -CONFIG_SERIAL_8250_EXTENDED=y
48980 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
48981 -CONFIG_SERIAL_8250_SHARE_IRQ=y
48982 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
48983 -# CONFIG_SERIAL_8250_RSA is not set
48984 -
48985 -#
48986 -# Non-8250 serial port support
48987 -#
48988 -# CONFIG_SERIAL_UARTLITE is not set
48989 -CONFIG_SERIAL_CORE=y
48990 -CONFIG_SERIAL_CORE_CONSOLE=y
48991 -# CONFIG_SERIAL_JSM is not set
48992 -CONFIG_SERIAL_OF_PLATFORM=y
48993 -CONFIG_UNIX98_PTYS=y
48994 -CONFIG_LEGACY_PTYS=y
48995 -CONFIG_LEGACY_PTY_COUNT=256
48996 -# CONFIG_IPMI_HANDLER is not set
48997 -# CONFIG_HW_RANDOM is not set
48998 -# CONFIG_NVRAM is not set
48999 -# CONFIG_GEN_RTC is not set
49000 -# CONFIG_R3964 is not set
49001 -# CONFIG_APPLICOM is not set
49002 -# CONFIG_RAW_DRIVER is not set
49003 -# CONFIG_TCG_TPM is not set
49004 -CONFIG_DEVPORT=y
49005 -# CONFIG_I2C is not set
49006 -
49007 -#
49008 -# SPI support
49009 -#
49010 -# CONFIG_SPI is not set
49011 -# CONFIG_SPI_MASTER is not set
49012 -# CONFIG_W1 is not set
49013 -# CONFIG_POWER_SUPPLY is not set
49014 -# CONFIG_HWMON is not set
49015 -CONFIG_THERMAL=y
49016 -# CONFIG_WATCHDOG is not set
49017 -
49018 -#
49019 -# Sonics Silicon Backplane
49020 -#
49021 -CONFIG_SSB_POSSIBLE=y
49022 -# CONFIG_SSB is not set
49023 -
49024 -#
49025 -# Multifunction device drivers
49026 -#
49027 -# CONFIG_MFD_SM501 is not set
49028 -
49029 -#
49030 -# Multimedia devices
49031 -#
49032 -# CONFIG_VIDEO_DEV is not set
49033 -# CONFIG_DVB_CORE is not set
49034 -CONFIG_DAB=y
49035 -
49036 -#
49037 -# Graphics support
49038 -#
49039 -# CONFIG_AGP is not set
49040 -# CONFIG_DRM is not set
49041 -# CONFIG_VGASTATE is not set
49042 -CONFIG_VIDEO_OUTPUT_CONTROL=m
49043 -# CONFIG_FB is not set
49044 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
49045 -
49046 -#
49047 -# Display device support
49048 -#
49049 -# CONFIG_DISPLAY_SUPPORT is not set
49050 -
49051 -#
49052 -# Sound
49053 -#
49054 -# CONFIG_SOUND is not set
49055 -CONFIG_USB_SUPPORT=y
49056 -CONFIG_USB_ARCH_HAS_HCD=y
49057 -CONFIG_USB_ARCH_HAS_OHCI=y
49058 -CONFIG_USB_ARCH_HAS_EHCI=y
49059 -# CONFIG_USB is not set
49060 -
49061 -#
49062 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
49063 -#
49064 -# CONFIG_USB_GADGET is not set
49065 -# CONFIG_MMC is not set
49066 -# CONFIG_MEMSTICK is not set
49067 -# CONFIG_NEW_LEDS is not set
49068 -# CONFIG_INFINIBAND is not set
49069 -# CONFIG_EDAC is not set
49070 -# CONFIG_RTC_CLASS is not set
49071 -
49072 -#
49073 -# Userspace I/O
49074 -#
49075 -# CONFIG_UIO is not set
49076 -
49077 -#
49078 -# File systems
49079 -#
49080 -CONFIG_EXT2_FS=y
49081 -# CONFIG_EXT2_FS_XATTR is not set
49082 -# CONFIG_EXT2_FS_XIP is not set
49083 -# CONFIG_EXT3_FS is not set
49084 -# CONFIG_EXT4DEV_FS is not set
49085 -# CONFIG_REISERFS_FS is not set
49086 -# CONFIG_JFS_FS is not set
49087 -# CONFIG_FS_POSIX_ACL is not set
49088 -# CONFIG_XFS_FS is not set
49089 -# CONFIG_GFS2_FS is not set
49090 -# CONFIG_OCFS2_FS is not set
49091 -CONFIG_DNOTIFY=y
49092 -CONFIG_INOTIFY=y
49093 -CONFIG_INOTIFY_USER=y
49094 -# CONFIG_QUOTA is not set
49095 -# CONFIG_AUTOFS_FS is not set
49096 -# CONFIG_AUTOFS4_FS is not set
49097 -# CONFIG_FUSE_FS is not set
49098 -
49099 -#
49100 -# CD-ROM/DVD Filesystems
49101 -#
49102 -# CONFIG_ISO9660_FS is not set
49103 -# CONFIG_UDF_FS is not set
49104 -
49105 -#
49106 -# DOS/FAT/NT Filesystems
49107 -#
49108 -# CONFIG_MSDOS_FS is not set
49109 -# CONFIG_VFAT_FS is not set
49110 -# CONFIG_NTFS_FS is not set
49111 -
49112 -#
49113 -# Pseudo filesystems
49114 -#
49115 -CONFIG_PROC_FS=y
49116 -CONFIG_PROC_KCORE=y
49117 -CONFIG_PROC_SYSCTL=y
49118 -CONFIG_SYSFS=y
49119 -CONFIG_TMPFS=y
49120 -# CONFIG_TMPFS_POSIX_ACL is not set
49121 -# CONFIG_HUGETLB_PAGE is not set
49122 -# CONFIG_CONFIGFS_FS is not set
49123 -
49124 -#
49125 -# Miscellaneous filesystems
49126 -#
49127 -# CONFIG_ADFS_FS is not set
49128 -# CONFIG_AFFS_FS is not set
49129 -# CONFIG_HFS_FS is not set
49130 -# CONFIG_HFSPLUS_FS is not set
49131 -# CONFIG_BEFS_FS is not set
49132 -# CONFIG_BFS_FS is not set
49133 -# CONFIG_EFS_FS is not set
49134 -CONFIG_CRAMFS=y
49135 -# CONFIG_VXFS_FS is not set
49136 -# CONFIG_MINIX_FS is not set
49137 -# CONFIG_HPFS_FS is not set
49138 -# CONFIG_QNX4FS_FS is not set
49139 -# CONFIG_ROMFS_FS is not set
49140 -# CONFIG_SYSV_FS is not set
49141 -# CONFIG_UFS_FS is not set
49142 -CONFIG_NETWORK_FILESYSTEMS=y
49143 -CONFIG_NFS_FS=y
49144 -CONFIG_NFS_V3=y
49145 -# CONFIG_NFS_V3_ACL is not set
49146 -# CONFIG_NFS_V4 is not set
49147 -# CONFIG_NFS_DIRECTIO is not set
49148 -# CONFIG_NFSD is not set
49149 -CONFIG_ROOT_NFS=y
49150 -CONFIG_LOCKD=y
49151 -CONFIG_LOCKD_V4=y
49152 -CONFIG_NFS_COMMON=y
49153 -CONFIG_SUNRPC=y
49154 -# CONFIG_SUNRPC_BIND34 is not set
49155 -# CONFIG_RPCSEC_GSS_KRB5 is not set
49156 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
49157 -# CONFIG_SMB_FS is not set
49158 -# CONFIG_CIFS is not set
49159 -# CONFIG_NCP_FS is not set
49160 -# CONFIG_CODA_FS is not set
49161 -# CONFIG_AFS_FS is not set
49162 -
49163 -#
49164 -# Partition Types
49165 -#
49166 -# CONFIG_PARTITION_ADVANCED is not set
49167 -CONFIG_MSDOS_PARTITION=y
49168 -# CONFIG_NLS is not set
49169 -# CONFIG_DLM is not set
49170 -
49171 -#
49172 -# Library routines
49173 -#
49174 -CONFIG_BITREVERSE=y
49175 -# CONFIG_CRC_CCITT is not set
49176 -# CONFIG_CRC16 is not set
49177 -# CONFIG_CRC_ITU_T is not set
49178 -CONFIG_CRC32=y
49179 -# CONFIG_CRC7 is not set
49180 -# CONFIG_LIBCRC32C is not set
49181 -CONFIG_ZLIB_INFLATE=y
49182 -CONFIG_PLIST=y
49183 -CONFIG_HAS_IOMEM=y
49184 -CONFIG_HAS_IOPORT=y
49185 -CONFIG_HAS_DMA=y
49186 -
49187 -#
49188 -# Kernel hacking
49189 -#
49190 -# CONFIG_PRINTK_TIME is not set
49191 -CONFIG_ENABLE_WARN_DEPRECATED=y
49192 -CONFIG_ENABLE_MUST_CHECK=y
49193 -CONFIG_MAGIC_SYSRQ=y
49194 -# CONFIG_UNUSED_SYMBOLS is not set
49195 -CONFIG_DEBUG_FS=y
49196 -# CONFIG_HEADERS_CHECK is not set
49197 -CONFIG_DEBUG_KERNEL=y
49198 -# CONFIG_DEBUG_SHIRQ is not set
49199 -CONFIG_DETECT_SOFTLOCKUP=y
49200 -CONFIG_SCHED_DEBUG=y
49201 -# CONFIG_SCHEDSTATS is not set
49202 -# CONFIG_TIMER_STATS is not set
49203 -# CONFIG_SLUB_DEBUG_ON is not set
49204 -# CONFIG_SLUB_STATS is not set
49205 -# CONFIG_DEBUG_RT_MUTEXES is not set
49206 -# CONFIG_RT_MUTEX_TESTER is not set
49207 -# CONFIG_DEBUG_SPINLOCK is not set
49208 -# CONFIG_DEBUG_MUTEXES is not set
49209 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
49210 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
49211 -# CONFIG_DEBUG_KOBJECT is not set
49212 -# CONFIG_DEBUG_BUGVERBOSE is not set
49213 -# CONFIG_DEBUG_INFO is not set
49214 -# CONFIG_DEBUG_VM is not set
49215 -# CONFIG_DEBUG_LIST is not set
49216 -# CONFIG_DEBUG_SG is not set
49217 -# CONFIG_BOOT_PRINTK_DELAY is not set
49218 -# CONFIG_RCU_TORTURE_TEST is not set
49219 -# CONFIG_BACKTRACE_SELF_TEST is not set
49220 -# CONFIG_FAULT_INJECTION is not set
49221 -# CONFIG_SAMPLES is not set
49222 -# CONFIG_DEBUG_STACKOVERFLOW is not set
49223 -# CONFIG_DEBUG_STACK_USAGE is not set
49224 -# CONFIG_DEBUG_PAGEALLOC is not set
49225 -CONFIG_DEBUGGER=y
49226 -# CONFIG_KGDB is not set
49227 -# CONFIG_XMON is not set
49228 -# CONFIG_VIRQ_DEBUG is not set
49229 -# CONFIG_BDI_SWITCH is not set
49230 -# CONFIG_PPC_EARLY_DEBUG is not set
49231 -
49232 -#
49233 -# Security options
49234 -#
49235 -# CONFIG_KEYS is not set
49236 -# CONFIG_SECURITY is not set
49237 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
49238 -CONFIG_CRYPTO=y
49239 -CONFIG_CRYPTO_ALGAPI=y
49240 -CONFIG_CRYPTO_BLKCIPHER=y
49241 -# CONFIG_CRYPTO_SEQIV is not set
49242 -CONFIG_CRYPTO_MANAGER=y
49243 -# CONFIG_CRYPTO_HMAC is not set
49244 -# CONFIG_CRYPTO_XCBC is not set
49245 -# CONFIG_CRYPTO_NULL is not set
49246 -# CONFIG_CRYPTO_MD4 is not set
49247 -CONFIG_CRYPTO_MD5=y
49248 -# CONFIG_CRYPTO_SHA1 is not set
49249 -# CONFIG_CRYPTO_SHA256 is not set
49250 -# CONFIG_CRYPTO_SHA512 is not set
49251 -# CONFIG_CRYPTO_WP512 is not set
49252 -# CONFIG_CRYPTO_TGR192 is not set
49253 -# CONFIG_CRYPTO_GF128MUL is not set
49254 -CONFIG_CRYPTO_ECB=y
49255 -CONFIG_CRYPTO_CBC=y
49256 -CONFIG_CRYPTO_PCBC=y
49257 -# CONFIG_CRYPTO_LRW is not set
49258 -# CONFIG_CRYPTO_XTS is not set
49259 -# CONFIG_CRYPTO_CTR is not set
49260 -# CONFIG_CRYPTO_GCM is not set
49261 -# CONFIG_CRYPTO_CCM is not set
49262 -# CONFIG_CRYPTO_CRYPTD is not set
49263 -CONFIG_CRYPTO_DES=y
49264 -# CONFIG_CRYPTO_FCRYPT is not set
49265 -# CONFIG_CRYPTO_BLOWFISH is not set
49266 -# CONFIG_CRYPTO_TWOFISH is not set
49267 -# CONFIG_CRYPTO_SERPENT is not set
49268 -# CONFIG_CRYPTO_AES is not set
49269 -# CONFIG_CRYPTO_CAST5 is not set
49270 -# CONFIG_CRYPTO_CAST6 is not set
49271 -# CONFIG_CRYPTO_TEA is not set
49272 -# CONFIG_CRYPTO_ARC4 is not set
49273 -# CONFIG_CRYPTO_KHAZAD is not set
49274 -# CONFIG_CRYPTO_ANUBIS is not set
49275 -# CONFIG_CRYPTO_SEED is not set
49276 -# CONFIG_CRYPTO_SALSA20 is not set
49277 -# CONFIG_CRYPTO_DEFLATE is not set
49278 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
49279 -# CONFIG_CRYPTO_CRC32C is not set
49280 -# CONFIG_CRYPTO_CAMELLIA is not set
49281 -# CONFIG_CRYPTO_TEST is not set
49282 -# CONFIG_CRYPTO_AUTHENC is not set
49283 -# CONFIG_CRYPTO_LZO is not set
49284 -CONFIG_CRYPTO_HW=y
49285 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
49286 -# CONFIG_PPC_CLOCK is not set
49287 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/chrp32_defconfig powerpc.git/arch/powerpc/configs/chrp32_defconfig
49288 --- linux-2.6.25-rc9/arch/powerpc/configs/chrp32_defconfig 2008-04-11 22:32:29.000000000 +0200
49289 +++ powerpc.git/arch/powerpc/configs/chrp32_defconfig 2008-04-19 16:40:52.000000000 +0200
49290 @@ -1,7 +1,7 @@
49291 #
49292 # Automatically generated make config: don't edit
49293 # Linux kernel version: 2.6.25-rc6
49294 -# Thu Mar 20 10:33:36 2008
49295 +# Thu Mar 27 13:55:37 2008
49296 #
49297 # CONFIG_PPC64 is not set
49298
49299 @@ -74,8 +74,6 @@
49300 CONFIG_LOG_BUF_SHIFT=15
49301 # CONFIG_CGROUPS is not set
49302 # CONFIG_GROUP_SCHED is not set
49303 -# CONFIG_USER_SCHED is not set
49304 -# CONFIG_CGROUP_SCHED is not set
49305 CONFIG_SYSFS_DEPRECATED=y
49306 CONFIG_SYSFS_DEPRECATED_V2=y
49307 # CONFIG_RELAY is not set
49308 @@ -243,7 +241,7 @@
49309 # CONFIG_PCIEPORTBUS is not set
49310 CONFIG_ARCH_SUPPORTS_MSI=y
49311 # CONFIG_PCI_MSI is not set
49312 -CONFIG_PCI_LEGACY=y
49313 +# CONFIG_PCI_LEGACY is not set
49314 # CONFIG_PCI_DEBUG is not set
49315 # CONFIG_PCCARD is not set
49316 # CONFIG_HOTPLUG_PCI is not set
49317 @@ -1328,6 +1326,7 @@
49318 CONFIG_HAS_IOMEM=y
49319 CONFIG_HAS_IOPORT=y
49320 CONFIG_HAS_DMA=y
49321 +CONFIG_HAVE_LMB=y
49322
49323 #
49324 # Kernel hacking
49325 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/ebony_defconfig powerpc.git/arch/powerpc/configs/ebony_defconfig
49326 --- linux-2.6.25-rc9/arch/powerpc/configs/ebony_defconfig 2008-04-11 22:32:29.000000000 +0200
49327 +++ powerpc.git/arch/powerpc/configs/ebony_defconfig 1970-01-01 01:00:00.000000000 +0100
49328 @@ -1,898 +0,0 @@
49329 -#
49330 -# Automatically generated make config: don't edit
49331 -# Linux kernel version: 2.6.25-rc2
49332 -# Fri Feb 15 21:50:44 2008
49333 -#
49334 -# CONFIG_PPC64 is not set
49335 -
49336 -#
49337 -# Processor support
49338 -#
49339 -# CONFIG_6xx is not set
49340 -# CONFIG_PPC_85xx is not set
49341 -# CONFIG_PPC_8xx is not set
49342 -# CONFIG_40x is not set
49343 -CONFIG_44x=y
49344 -# CONFIG_E200 is not set
49345 -CONFIG_4xx=y
49346 -CONFIG_BOOKE=y
49347 -CONFIG_PTE_64BIT=y
49348 -CONFIG_PHYS_64BIT=y
49349 -# CONFIG_PPC_MM_SLICES is not set
49350 -CONFIG_NOT_COHERENT_CACHE=y
49351 -CONFIG_PPC32=y
49352 -CONFIG_WORD_SIZE=32
49353 -CONFIG_PPC_MERGE=y
49354 -CONFIG_MMU=y
49355 -CONFIG_GENERIC_CMOS_UPDATE=y
49356 -CONFIG_GENERIC_TIME=y
49357 -CONFIG_GENERIC_TIME_VSYSCALL=y
49358 -CONFIG_GENERIC_CLOCKEVENTS=y
49359 -CONFIG_GENERIC_HARDIRQS=y
49360 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
49361 -CONFIG_IRQ_PER_CPU=y
49362 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
49363 -CONFIG_ARCH_HAS_ILOG2_U32=y
49364 -CONFIG_GENERIC_HWEIGHT=y
49365 -CONFIG_GENERIC_CALIBRATE_DELAY=y
49366 -CONFIG_GENERIC_FIND_NEXT_BIT=y
49367 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
49368 -CONFIG_PPC=y
49369 -CONFIG_EARLY_PRINTK=y
49370 -CONFIG_GENERIC_NVRAM=y
49371 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
49372 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
49373 -CONFIG_PPC_OF=y
49374 -CONFIG_OF=y
49375 -CONFIG_PPC_UDBG_16550=y
49376 -# CONFIG_GENERIC_TBSYNC is not set
49377 -CONFIG_AUDIT_ARCH=y
49378 -CONFIG_GENERIC_BUG=y
49379 -# CONFIG_DEFAULT_UIMAGE is not set
49380 -CONFIG_PPC_DCR_NATIVE=y
49381 -# CONFIG_PPC_DCR_MMIO is not set
49382 -CONFIG_PPC_DCR=y
49383 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
49384 -
49385 -#
49386 -# General setup
49387 -#
49388 -CONFIG_EXPERIMENTAL=y
49389 -CONFIG_BROKEN_ON_SMP=y
49390 -CONFIG_INIT_ENV_ARG_LIMIT=32
49391 -CONFIG_LOCALVERSION=""
49392 -CONFIG_LOCALVERSION_AUTO=y
49393 -CONFIG_SWAP=y
49394 -CONFIG_SYSVIPC=y
49395 -CONFIG_SYSVIPC_SYSCTL=y
49396 -CONFIG_POSIX_MQUEUE=y
49397 -# CONFIG_BSD_PROCESS_ACCT is not set
49398 -# CONFIG_TASKSTATS is not set
49399 -# CONFIG_AUDIT is not set
49400 -# CONFIG_IKCONFIG is not set
49401 -CONFIG_LOG_BUF_SHIFT=14
49402 -# CONFIG_CGROUPS is not set
49403 -CONFIG_GROUP_SCHED=y
49404 -CONFIG_FAIR_GROUP_SCHED=y
49405 -# CONFIG_RT_GROUP_SCHED is not set
49406 -CONFIG_USER_SCHED=y
49407 -# CONFIG_CGROUP_SCHED is not set
49408 -CONFIG_SYSFS_DEPRECATED=y
49409 -# CONFIG_RELAY is not set
49410 -# CONFIG_NAMESPACES is not set
49411 -CONFIG_BLK_DEV_INITRD=y
49412 -CONFIG_INITRAMFS_SOURCE=""
49413 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
49414 -CONFIG_SYSCTL=y
49415 -CONFIG_EMBEDDED=y
49416 -CONFIG_SYSCTL_SYSCALL=y
49417 -CONFIG_KALLSYMS=y
49418 -CONFIG_KALLSYMS_ALL=y
49419 -CONFIG_KALLSYMS_EXTRA_PASS=y
49420 -CONFIG_HOTPLUG=y
49421 -CONFIG_PRINTK=y
49422 -CONFIG_BUG=y
49423 -CONFIG_ELF_CORE=y
49424 -CONFIG_COMPAT_BRK=y
49425 -CONFIG_BASE_FULL=y
49426 -CONFIG_FUTEX=y
49427 -CONFIG_ANON_INODES=y
49428 -CONFIG_EPOLL=y
49429 -CONFIG_SIGNALFD=y
49430 -CONFIG_TIMERFD=y
49431 -CONFIG_EVENTFD=y
49432 -CONFIG_SHMEM=y
49433 -CONFIG_VM_EVENT_COUNTERS=y
49434 -CONFIG_SLUB_DEBUG=y
49435 -# CONFIG_SLAB is not set
49436 -CONFIG_SLUB=y
49437 -# CONFIG_SLOB is not set
49438 -# CONFIG_PROFILING is not set
49439 -# CONFIG_MARKERS is not set
49440 -CONFIG_HAVE_OPROFILE=y
49441 -# CONFIG_KPROBES is not set
49442 -CONFIG_HAVE_KPROBES=y
49443 -CONFIG_PROC_PAGE_MONITOR=y
49444 -CONFIG_SLABINFO=y
49445 -CONFIG_RT_MUTEXES=y
49446 -# CONFIG_TINY_SHMEM is not set
49447 -CONFIG_BASE_SMALL=0
49448 -CONFIG_MODULES=y
49449 -CONFIG_MODULE_UNLOAD=y
49450 -# CONFIG_MODULE_FORCE_UNLOAD is not set
49451 -# CONFIG_MODVERSIONS is not set
49452 -# CONFIG_MODULE_SRCVERSION_ALL is not set
49453 -CONFIG_KMOD=y
49454 -CONFIG_BLOCK=y
49455 -CONFIG_LBD=y
49456 -# CONFIG_BLK_DEV_IO_TRACE is not set
49457 -# CONFIG_LSF is not set
49458 -# CONFIG_BLK_DEV_BSG is not set
49459 -
49460 -#
49461 -# IO Schedulers
49462 -#
49463 -CONFIG_IOSCHED_NOOP=y
49464 -CONFIG_IOSCHED_AS=y
49465 -CONFIG_IOSCHED_DEADLINE=y
49466 -CONFIG_IOSCHED_CFQ=y
49467 -CONFIG_DEFAULT_AS=y
49468 -# CONFIG_DEFAULT_DEADLINE is not set
49469 -# CONFIG_DEFAULT_CFQ is not set
49470 -# CONFIG_DEFAULT_NOOP is not set
49471 -CONFIG_DEFAULT_IOSCHED="anticipatory"
49472 -CONFIG_CLASSIC_RCU=y
49473 -# CONFIG_PREEMPT_RCU is not set
49474 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
49475 -
49476 -#
49477 -# Platform support
49478 -#
49479 -# CONFIG_PPC_MPC512x is not set
49480 -# CONFIG_PPC_MPC5121 is not set
49481 -# CONFIG_PPC_CELL is not set
49482 -# CONFIG_PPC_CELL_NATIVE is not set
49483 -# CONFIG_PQ2ADS is not set
49484 -# CONFIG_BAMBOO is not set
49485 -CONFIG_EBONY=y
49486 -# CONFIG_SEQUOIA is not set
49487 -# CONFIG_TAISHAN is not set
49488 -# CONFIG_KATMAI is not set
49489 -# CONFIG_RAINIER is not set
49490 -# CONFIG_WARP is not set
49491 -CONFIG_440GP=y
49492 -# CONFIG_IPIC is not set
49493 -# CONFIG_MPIC is not set
49494 -# CONFIG_MPIC_WEIRD is not set
49495 -# CONFIG_PPC_I8259 is not set
49496 -# CONFIG_PPC_RTAS is not set
49497 -# CONFIG_MMIO_NVRAM is not set
49498 -# CONFIG_PPC_MPC106 is not set
49499 -# CONFIG_PPC_970_NAP is not set
49500 -# CONFIG_PPC_INDIRECT_IO is not set
49501 -# CONFIG_GENERIC_IOMAP is not set
49502 -# CONFIG_CPU_FREQ is not set
49503 -# CONFIG_FSL_ULI1575 is not set
49504 -CONFIG_OF_RTC=y
49505 -
49506 -#
49507 -# Kernel options
49508 -#
49509 -# CONFIG_HIGHMEM is not set
49510 -# CONFIG_TICK_ONESHOT is not set
49511 -# CONFIG_NO_HZ is not set
49512 -# CONFIG_HIGH_RES_TIMERS is not set
49513 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
49514 -# CONFIG_HZ_100 is not set
49515 -CONFIG_HZ_250=y
49516 -# CONFIG_HZ_300 is not set
49517 -# CONFIG_HZ_1000 is not set
49518 -CONFIG_HZ=250
49519 -# CONFIG_SCHED_HRTICK is not set
49520 -CONFIG_PREEMPT_NONE=y
49521 -# CONFIG_PREEMPT_VOLUNTARY is not set
49522 -# CONFIG_PREEMPT is not set
49523 -CONFIG_RCU_TRACE=y
49524 -CONFIG_BINFMT_ELF=y
49525 -# CONFIG_BINFMT_MISC is not set
49526 -CONFIG_MATH_EMULATION=y
49527 -# CONFIG_IOMMU_HELPER is not set
49528 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
49529 -CONFIG_ARCH_HAS_WALK_MEMORY=y
49530 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
49531 -CONFIG_ARCH_FLATMEM_ENABLE=y
49532 -CONFIG_ARCH_POPULATES_NODE_MAP=y
49533 -CONFIG_SELECT_MEMORY_MODEL=y
49534 -CONFIG_FLATMEM_MANUAL=y
49535 -# CONFIG_DISCONTIGMEM_MANUAL is not set
49536 -# CONFIG_SPARSEMEM_MANUAL is not set
49537 -CONFIG_FLATMEM=y
49538 -CONFIG_FLAT_NODE_MEM_MAP=y
49539 -# CONFIG_SPARSEMEM_STATIC is not set
49540 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
49541 -CONFIG_SPLIT_PTLOCK_CPUS=4
49542 -CONFIG_RESOURCES_64BIT=y
49543 -CONFIG_ZONE_DMA_FLAG=1
49544 -CONFIG_BOUNCE=y
49545 -CONFIG_VIRT_TO_BUS=y
49546 -CONFIG_PROC_DEVICETREE=y
49547 -# CONFIG_CMDLINE_BOOL is not set
49548 -CONFIG_SECCOMP=y
49549 -CONFIG_ISA_DMA_API=y
49550 -
49551 -#
49552 -# Bus options
49553 -#
49554 -CONFIG_ZONE_DMA=y
49555 -CONFIG_PPC_INDIRECT_PCI=y
49556 -CONFIG_PCI=y
49557 -CONFIG_PCI_DOMAINS=y
49558 -CONFIG_PCI_SYSCALL=y
49559 -# CONFIG_PCIEPORTBUS is not set
49560 -CONFIG_ARCH_SUPPORTS_MSI=y
49561 -# CONFIG_PCI_MSI is not set
49562 -CONFIG_PCI_LEGACY=y
49563 -# CONFIG_PCI_DEBUG is not set
49564 -# CONFIG_PCCARD is not set
49565 -# CONFIG_HOTPLUG_PCI is not set
49566 -
49567 -#
49568 -# Advanced setup
49569 -#
49570 -# CONFIG_ADVANCED_OPTIONS is not set
49571 -
49572 -#
49573 -# Default settings for advanced configuration options are used
49574 -#
49575 -CONFIG_HIGHMEM_START=0xfe000000
49576 -CONFIG_LOWMEM_SIZE=0x30000000
49577 -CONFIG_KERNEL_START=0xc0000000
49578 -CONFIG_TASK_SIZE=0xc0000000
49579 -CONFIG_CONSISTENT_START=0xff100000
49580 -CONFIG_CONSISTENT_SIZE=0x00200000
49581 -CONFIG_BOOT_LOAD=0x01000000
49582 -
49583 -#
49584 -# Networking
49585 -#
49586 -CONFIG_NET=y
49587 -
49588 -#
49589 -# Networking options
49590 -#
49591 -CONFIG_PACKET=y
49592 -# CONFIG_PACKET_MMAP is not set
49593 -CONFIG_UNIX=y
49594 -# CONFIG_NET_KEY is not set
49595 -CONFIG_INET=y
49596 -# CONFIG_IP_MULTICAST is not set
49597 -# CONFIG_IP_ADVANCED_ROUTER is not set
49598 -CONFIG_IP_FIB_HASH=y
49599 -CONFIG_IP_PNP=y
49600 -CONFIG_IP_PNP_DHCP=y
49601 -CONFIG_IP_PNP_BOOTP=y
49602 -# CONFIG_IP_PNP_RARP is not set
49603 -# CONFIG_NET_IPIP is not set
49604 -# CONFIG_NET_IPGRE is not set
49605 -# CONFIG_ARPD is not set
49606 -# CONFIG_SYN_COOKIES is not set
49607 -# CONFIG_INET_AH is not set
49608 -# CONFIG_INET_ESP is not set
49609 -# CONFIG_INET_IPCOMP is not set
49610 -# CONFIG_INET_XFRM_TUNNEL is not set
49611 -# CONFIG_INET_TUNNEL is not set
49612 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
49613 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
49614 -# CONFIG_INET_XFRM_MODE_BEET is not set
49615 -# CONFIG_INET_LRO is not set
49616 -CONFIG_INET_DIAG=y
49617 -CONFIG_INET_TCP_DIAG=y
49618 -# CONFIG_TCP_CONG_ADVANCED is not set
49619 -CONFIG_TCP_CONG_CUBIC=y
49620 -CONFIG_DEFAULT_TCP_CONG="cubic"
49621 -# CONFIG_TCP_MD5SIG is not set
49622 -# CONFIG_IPV6 is not set
49623 -# CONFIG_INET6_XFRM_TUNNEL is not set
49624 -# CONFIG_INET6_TUNNEL is not set
49625 -# CONFIG_NETWORK_SECMARK is not set
49626 -# CONFIG_NETFILTER is not set
49627 -# CONFIG_IP_DCCP is not set
49628 -# CONFIG_IP_SCTP is not set
49629 -# CONFIG_TIPC is not set
49630 -# CONFIG_ATM is not set
49631 -# CONFIG_BRIDGE is not set
49632 -# CONFIG_VLAN_8021Q is not set
49633 -# CONFIG_DECNET is not set
49634 -# CONFIG_LLC2 is not set
49635 -# CONFIG_IPX is not set
49636 -# CONFIG_ATALK is not set
49637 -# CONFIG_X25 is not set
49638 -# CONFIG_LAPB is not set
49639 -# CONFIG_ECONET is not set
49640 -# CONFIG_WAN_ROUTER is not set
49641 -# CONFIG_NET_SCHED is not set
49642 -
49643 -#
49644 -# Network testing
49645 -#
49646 -# CONFIG_NET_PKTGEN is not set
49647 -# CONFIG_HAMRADIO is not set
49648 -# CONFIG_CAN is not set
49649 -# CONFIG_IRDA is not set
49650 -# CONFIG_BT is not set
49651 -# CONFIG_AF_RXRPC is not set
49652 -
49653 -#
49654 -# Wireless
49655 -#
49656 -# CONFIG_CFG80211 is not set
49657 -# CONFIG_WIRELESS_EXT is not set
49658 -# CONFIG_MAC80211 is not set
49659 -# CONFIG_IEEE80211 is not set
49660 -# CONFIG_RFKILL is not set
49661 -# CONFIG_NET_9P is not set
49662 -
49663 -#
49664 -# Device Drivers
49665 -#
49666 -
49667 -#
49668 -# Generic Driver Options
49669 -#
49670 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
49671 -CONFIG_STANDALONE=y
49672 -CONFIG_PREVENT_FIRMWARE_BUILD=y
49673 -CONFIG_FW_LOADER=y
49674 -# CONFIG_DEBUG_DRIVER is not set
49675 -# CONFIG_DEBUG_DEVRES is not set
49676 -# CONFIG_SYS_HYPERVISOR is not set
49677 -CONFIG_CONNECTOR=y
49678 -CONFIG_PROC_EVENTS=y
49679 -CONFIG_MTD=y
49680 -# CONFIG_MTD_DEBUG is not set
49681 -# CONFIG_MTD_CONCAT is not set
49682 -CONFIG_MTD_PARTITIONS=y
49683 -# CONFIG_MTD_REDBOOT_PARTS is not set
49684 -# CONFIG_MTD_CMDLINE_PARTS is not set
49685 -CONFIG_MTD_OF_PARTS=y
49686 -
49687 -#
49688 -# User Modules And Translation Layers
49689 -#
49690 -CONFIG_MTD_CHAR=y
49691 -CONFIG_MTD_BLKDEVS=y
49692 -CONFIG_MTD_BLOCK=y
49693 -# CONFIG_FTL is not set
49694 -# CONFIG_NFTL is not set
49695 -# CONFIG_INFTL is not set
49696 -# CONFIG_RFD_FTL is not set
49697 -# CONFIG_SSFDC is not set
49698 -# CONFIG_MTD_OOPS is not set
49699 -
49700 -#
49701 -# RAM/ROM/Flash chip drivers
49702 -#
49703 -CONFIG_MTD_CFI=y
49704 -CONFIG_MTD_JEDECPROBE=y
49705 -CONFIG_MTD_GEN_PROBE=y
49706 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
49707 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
49708 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
49709 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
49710 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
49711 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
49712 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
49713 -CONFIG_MTD_CFI_I1=y
49714 -CONFIG_MTD_CFI_I2=y
49715 -# CONFIG_MTD_CFI_I4 is not set
49716 -# CONFIG_MTD_CFI_I8 is not set
49717 -# CONFIG_MTD_CFI_INTELEXT is not set
49718 -CONFIG_MTD_CFI_AMDSTD=y
49719 -# CONFIG_MTD_CFI_STAA is not set
49720 -CONFIG_MTD_CFI_UTIL=y
49721 -# CONFIG_MTD_RAM is not set
49722 -# CONFIG_MTD_ROM is not set
49723 -# CONFIG_MTD_ABSENT is not set
49724 -
49725 -#
49726 -# Mapping drivers for chip access
49727 -#
49728 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
49729 -# CONFIG_MTD_PHYSMAP is not set
49730 -CONFIG_MTD_PHYSMAP_OF=y
49731 -# CONFIG_MTD_INTEL_VR_NOR is not set
49732 -# CONFIG_MTD_PLATRAM is not set
49733 -
49734 -#
49735 -# Self-contained MTD device drivers
49736 -#
49737 -# CONFIG_MTD_PMC551 is not set
49738 -# CONFIG_MTD_SLRAM is not set
49739 -# CONFIG_MTD_PHRAM is not set
49740 -# CONFIG_MTD_MTDRAM is not set
49741 -# CONFIG_MTD_BLOCK2MTD is not set
49742 -
49743 -#
49744 -# Disk-On-Chip Device Drivers
49745 -#
49746 -# CONFIG_MTD_DOC2000 is not set
49747 -# CONFIG_MTD_DOC2001 is not set
49748 -# CONFIG_MTD_DOC2001PLUS is not set
49749 -# CONFIG_MTD_NAND is not set
49750 -# CONFIG_MTD_ONENAND is not set
49751 -
49752 -#
49753 -# UBI - Unsorted block images
49754 -#
49755 -# CONFIG_MTD_UBI is not set
49756 -CONFIG_OF_DEVICE=y
49757 -# CONFIG_PARPORT is not set
49758 -CONFIG_BLK_DEV=y
49759 -# CONFIG_BLK_DEV_FD is not set
49760 -# CONFIG_BLK_CPQ_DA is not set
49761 -# CONFIG_BLK_CPQ_CISS_DA is not set
49762 -# CONFIG_BLK_DEV_DAC960 is not set
49763 -# CONFIG_BLK_DEV_UMEM is not set
49764 -# CONFIG_BLK_DEV_COW_COMMON is not set
49765 -# CONFIG_BLK_DEV_LOOP is not set
49766 -# CONFIG_BLK_DEV_NBD is not set
49767 -# CONFIG_BLK_DEV_SX8 is not set
49768 -CONFIG_BLK_DEV_RAM=y
49769 -CONFIG_BLK_DEV_RAM_COUNT=16
49770 -CONFIG_BLK_DEV_RAM_SIZE=35000
49771 -# CONFIG_BLK_DEV_XIP is not set
49772 -# CONFIG_CDROM_PKTCDVD is not set
49773 -# CONFIG_ATA_OVER_ETH is not set
49774 -# CONFIG_XILINX_SYSACE is not set
49775 -CONFIG_MISC_DEVICES=y
49776 -# CONFIG_PHANTOM is not set
49777 -# CONFIG_EEPROM_93CX6 is not set
49778 -# CONFIG_SGI_IOC4 is not set
49779 -# CONFIG_TIFM_CORE is not set
49780 -# CONFIG_ENCLOSURE_SERVICES is not set
49781 -CONFIG_HAVE_IDE=y
49782 -# CONFIG_IDE is not set
49783 -
49784 -#
49785 -# SCSI device support
49786 -#
49787 -# CONFIG_RAID_ATTRS is not set
49788 -# CONFIG_SCSI is not set
49789 -# CONFIG_SCSI_DMA is not set
49790 -# CONFIG_SCSI_NETLINK is not set
49791 -# CONFIG_ATA is not set
49792 -# CONFIG_MD is not set
49793 -# CONFIG_FUSION is not set
49794 -
49795 -#
49796 -# IEEE 1394 (FireWire) support
49797 -#
49798 -# CONFIG_FIREWIRE is not set
49799 -# CONFIG_IEEE1394 is not set
49800 -# CONFIG_I2O is not set
49801 -# CONFIG_MACINTOSH_DRIVERS is not set
49802 -CONFIG_NETDEVICES=y
49803 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
49804 -# CONFIG_DUMMY is not set
49805 -# CONFIG_BONDING is not set
49806 -# CONFIG_MACVLAN is not set
49807 -# CONFIG_EQUALIZER is not set
49808 -# CONFIG_TUN is not set
49809 -# CONFIG_VETH is not set
49810 -# CONFIG_ARCNET is not set
49811 -# CONFIG_PHYLIB is not set
49812 -CONFIG_NET_ETHERNET=y
49813 -# CONFIG_MII is not set
49814 -# CONFIG_HAPPYMEAL is not set
49815 -# CONFIG_SUNGEM is not set
49816 -# CONFIG_CASSINI is not set
49817 -# CONFIG_NET_VENDOR_3COM is not set
49818 -# CONFIG_NET_TULIP is not set
49819 -# CONFIG_HP100 is not set
49820 -CONFIG_IBM_NEW_EMAC=y
49821 -CONFIG_IBM_NEW_EMAC_RXB=128
49822 -CONFIG_IBM_NEW_EMAC_TXB=64
49823 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
49824 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
49825 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
49826 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
49827 -CONFIG_IBM_NEW_EMAC_ZMII=y
49828 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
49829 -# CONFIG_IBM_NEW_EMAC_TAH is not set
49830 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
49831 -# CONFIG_NET_PCI is not set
49832 -# CONFIG_B44 is not set
49833 -CONFIG_NETDEV_1000=y
49834 -# CONFIG_ACENIC is not set
49835 -# CONFIG_DL2K is not set
49836 -# CONFIG_E1000 is not set
49837 -# CONFIG_E1000E is not set
49838 -# CONFIG_E1000E_ENABLED is not set
49839 -# CONFIG_IP1000 is not set
49840 -# CONFIG_IGB is not set
49841 -# CONFIG_NS83820 is not set
49842 -# CONFIG_HAMACHI is not set
49843 -# CONFIG_YELLOWFIN is not set
49844 -# CONFIG_R8169 is not set
49845 -# CONFIG_SIS190 is not set
49846 -# CONFIG_SKGE is not set
49847 -# CONFIG_SKY2 is not set
49848 -# CONFIG_SK98LIN is not set
49849 -# CONFIG_VIA_VELOCITY is not set
49850 -# CONFIG_TIGON3 is not set
49851 -# CONFIG_BNX2 is not set
49852 -# CONFIG_QLA3XXX is not set
49853 -# CONFIG_ATL1 is not set
49854 -CONFIG_NETDEV_10000=y
49855 -# CONFIG_CHELSIO_T1 is not set
49856 -# CONFIG_CHELSIO_T3 is not set
49857 -# CONFIG_IXGBE is not set
49858 -# CONFIG_IXGB is not set
49859 -# CONFIG_S2IO is not set
49860 -# CONFIG_MYRI10GE is not set
49861 -# CONFIG_NETXEN_NIC is not set
49862 -# CONFIG_NIU is not set
49863 -# CONFIG_MLX4_CORE is not set
49864 -# CONFIG_TEHUTI is not set
49865 -# CONFIG_BNX2X is not set
49866 -# CONFIG_TR is not set
49867 -
49868 -#
49869 -# Wireless LAN
49870 -#
49871 -# CONFIG_WLAN_PRE80211 is not set
49872 -# CONFIG_WLAN_80211 is not set
49873 -# CONFIG_WAN is not set
49874 -# CONFIG_FDDI is not set
49875 -# CONFIG_HIPPI is not set
49876 -# CONFIG_PPP is not set
49877 -# CONFIG_SLIP is not set
49878 -# CONFIG_NETCONSOLE is not set
49879 -# CONFIG_NETPOLL is not set
49880 -# CONFIG_NET_POLL_CONTROLLER is not set
49881 -# CONFIG_ISDN is not set
49882 -# CONFIG_PHONE is not set
49883 -
49884 -#
49885 -# Input device support
49886 -#
49887 -# CONFIG_INPUT is not set
49888 -
49889 -#
49890 -# Hardware I/O ports
49891 -#
49892 -# CONFIG_SERIO is not set
49893 -# CONFIG_GAMEPORT is not set
49894 -
49895 -#
49896 -# Character devices
49897 -#
49898 -# CONFIG_VT is not set
49899 -# CONFIG_SERIAL_NONSTANDARD is not set
49900 -# CONFIG_NOZOMI is not set
49901 -
49902 -#
49903 -# Serial drivers
49904 -#
49905 -CONFIG_SERIAL_8250=y
49906 -CONFIG_SERIAL_8250_CONSOLE=y
49907 -# CONFIG_SERIAL_8250_PCI is not set
49908 -CONFIG_SERIAL_8250_NR_UARTS=4
49909 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
49910 -CONFIG_SERIAL_8250_EXTENDED=y
49911 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
49912 -CONFIG_SERIAL_8250_SHARE_IRQ=y
49913 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
49914 -# CONFIG_SERIAL_8250_RSA is not set
49915 -
49916 -#
49917 -# Non-8250 serial port support
49918 -#
49919 -# CONFIG_SERIAL_UARTLITE is not set
49920 -CONFIG_SERIAL_CORE=y
49921 -CONFIG_SERIAL_CORE_CONSOLE=y
49922 -# CONFIG_SERIAL_JSM is not set
49923 -CONFIG_SERIAL_OF_PLATFORM=y
49924 -CONFIG_UNIX98_PTYS=y
49925 -CONFIG_LEGACY_PTYS=y
49926 -CONFIG_LEGACY_PTY_COUNT=256
49927 -# CONFIG_IPMI_HANDLER is not set
49928 -# CONFIG_HW_RANDOM is not set
49929 -# CONFIG_NVRAM is not set
49930 -# CONFIG_GEN_RTC is not set
49931 -# CONFIG_R3964 is not set
49932 -# CONFIG_APPLICOM is not set
49933 -# CONFIG_RAW_DRIVER is not set
49934 -# CONFIG_TCG_TPM is not set
49935 -CONFIG_DEVPORT=y
49936 -# CONFIG_I2C is not set
49937 -
49938 -#
49939 -# SPI support
49940 -#
49941 -# CONFIG_SPI is not set
49942 -# CONFIG_SPI_MASTER is not set
49943 -# CONFIG_W1 is not set
49944 -# CONFIG_POWER_SUPPLY is not set
49945 -# CONFIG_HWMON is not set
49946 -CONFIG_THERMAL=y
49947 -# CONFIG_WATCHDOG is not set
49948 -
49949 -#
49950 -# Sonics Silicon Backplane
49951 -#
49952 -CONFIG_SSB_POSSIBLE=y
49953 -# CONFIG_SSB is not set
49954 -
49955 -#
49956 -# Multifunction device drivers
49957 -#
49958 -# CONFIG_MFD_SM501 is not set
49959 -
49960 -#
49961 -# Multimedia devices
49962 -#
49963 -# CONFIG_VIDEO_DEV is not set
49964 -# CONFIG_DVB_CORE is not set
49965 -# CONFIG_DAB is not set
49966 -
49967 -#
49968 -# Graphics support
49969 -#
49970 -# CONFIG_AGP is not set
49971 -# CONFIG_DRM is not set
49972 -# CONFIG_VGASTATE is not set
49973 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
49974 -# CONFIG_FB is not set
49975 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
49976 -
49977 -#
49978 -# Display device support
49979 -#
49980 -# CONFIG_DISPLAY_SUPPORT is not set
49981 -
49982 -#
49983 -# Sound
49984 -#
49985 -# CONFIG_SOUND is not set
49986 -CONFIG_USB_SUPPORT=y
49987 -CONFIG_USB_ARCH_HAS_HCD=y
49988 -CONFIG_USB_ARCH_HAS_OHCI=y
49989 -CONFIG_USB_ARCH_HAS_EHCI=y
49990 -# CONFIG_USB is not set
49991 -
49992 -#
49993 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
49994 -#
49995 -# CONFIG_USB_GADGET is not set
49996 -# CONFIG_MMC is not set
49997 -# CONFIG_MEMSTICK is not set
49998 -# CONFIG_NEW_LEDS is not set
49999 -# CONFIG_INFINIBAND is not set
50000 -# CONFIG_EDAC is not set
50001 -# CONFIG_RTC_CLASS is not set
50002 -
50003 -#
50004 -# Userspace I/O
50005 -#
50006 -# CONFIG_UIO is not set
50007 -
50008 -#
50009 -# File systems
50010 -#
50011 -CONFIG_EXT2_FS=y
50012 -# CONFIG_EXT2_FS_XATTR is not set
50013 -# CONFIG_EXT2_FS_XIP is not set
50014 -# CONFIG_EXT3_FS is not set
50015 -# CONFIG_EXT4DEV_FS is not set
50016 -# CONFIG_REISERFS_FS is not set
50017 -# CONFIG_JFS_FS is not set
50018 -# CONFIG_FS_POSIX_ACL is not set
50019 -# CONFIG_XFS_FS is not set
50020 -# CONFIG_GFS2_FS is not set
50021 -# CONFIG_OCFS2_FS is not set
50022 -CONFIG_DNOTIFY=y
50023 -CONFIG_INOTIFY=y
50024 -CONFIG_INOTIFY_USER=y
50025 -# CONFIG_QUOTA is not set
50026 -# CONFIG_AUTOFS_FS is not set
50027 -# CONFIG_AUTOFS4_FS is not set
50028 -# CONFIG_FUSE_FS is not set
50029 -
50030 -#
50031 -# CD-ROM/DVD Filesystems
50032 -#
50033 -# CONFIG_ISO9660_FS is not set
50034 -# CONFIG_UDF_FS is not set
50035 -
50036 -#
50037 -# DOS/FAT/NT Filesystems
50038 -#
50039 -# CONFIG_MSDOS_FS is not set
50040 -# CONFIG_VFAT_FS is not set
50041 -# CONFIG_NTFS_FS is not set
50042 -
50043 -#
50044 -# Pseudo filesystems
50045 -#
50046 -CONFIG_PROC_FS=y
50047 -CONFIG_PROC_KCORE=y
50048 -CONFIG_PROC_SYSCTL=y
50049 -CONFIG_SYSFS=y
50050 -CONFIG_TMPFS=y
50051 -# CONFIG_TMPFS_POSIX_ACL is not set
50052 -# CONFIG_HUGETLB_PAGE is not set
50053 -# CONFIG_CONFIGFS_FS is not set
50054 -
50055 -#
50056 -# Miscellaneous filesystems
50057 -#
50058 -# CONFIG_ADFS_FS is not set
50059 -# CONFIG_AFFS_FS is not set
50060 -# CONFIG_HFS_FS is not set
50061 -# CONFIG_HFSPLUS_FS is not set
50062 -# CONFIG_BEFS_FS is not set
50063 -# CONFIG_BFS_FS is not set
50064 -# CONFIG_EFS_FS is not set
50065 -CONFIG_JFFS2_FS=y
50066 -CONFIG_JFFS2_FS_DEBUG=0
50067 -CONFIG_JFFS2_FS_WRITEBUFFER=y
50068 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
50069 -# CONFIG_JFFS2_SUMMARY is not set
50070 -# CONFIG_JFFS2_FS_XATTR is not set
50071 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
50072 -CONFIG_JFFS2_ZLIB=y
50073 -# CONFIG_JFFS2_LZO is not set
50074 -CONFIG_JFFS2_RTIME=y
50075 -# CONFIG_JFFS2_RUBIN is not set
50076 -CONFIG_CRAMFS=y
50077 -# CONFIG_VXFS_FS is not set
50078 -# CONFIG_MINIX_FS is not set
50079 -# CONFIG_HPFS_FS is not set
50080 -# CONFIG_QNX4FS_FS is not set
50081 -# CONFIG_ROMFS_FS is not set
50082 -# CONFIG_SYSV_FS is not set
50083 -# CONFIG_UFS_FS is not set
50084 -CONFIG_NETWORK_FILESYSTEMS=y
50085 -CONFIG_NFS_FS=y
50086 -CONFIG_NFS_V3=y
50087 -# CONFIG_NFS_V3_ACL is not set
50088 -# CONFIG_NFS_V4 is not set
50089 -# CONFIG_NFS_DIRECTIO is not set
50090 -# CONFIG_NFSD is not set
50091 -CONFIG_ROOT_NFS=y
50092 -CONFIG_LOCKD=y
50093 -CONFIG_LOCKD_V4=y
50094 -CONFIG_NFS_COMMON=y
50095 -CONFIG_SUNRPC=y
50096 -# CONFIG_SUNRPC_BIND34 is not set
50097 -# CONFIG_RPCSEC_GSS_KRB5 is not set
50098 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
50099 -# CONFIG_SMB_FS is not set
50100 -# CONFIG_CIFS is not set
50101 -# CONFIG_NCP_FS is not set
50102 -# CONFIG_CODA_FS is not set
50103 -# CONFIG_AFS_FS is not set
50104 -
50105 -#
50106 -# Partition Types
50107 -#
50108 -# CONFIG_PARTITION_ADVANCED is not set
50109 -CONFIG_MSDOS_PARTITION=y
50110 -# CONFIG_NLS is not set
50111 -# CONFIG_DLM is not set
50112 -
50113 -#
50114 -# Library routines
50115 -#
50116 -CONFIG_BITREVERSE=y
50117 -# CONFIG_CRC_CCITT is not set
50118 -# CONFIG_CRC16 is not set
50119 -# CONFIG_CRC_ITU_T is not set
50120 -CONFIG_CRC32=y
50121 -# CONFIG_CRC7 is not set
50122 -# CONFIG_LIBCRC32C is not set
50123 -CONFIG_ZLIB_INFLATE=y
50124 -CONFIG_ZLIB_DEFLATE=y
50125 -CONFIG_PLIST=y
50126 -CONFIG_HAS_IOMEM=y
50127 -CONFIG_HAS_IOPORT=y
50128 -CONFIG_HAS_DMA=y
50129 -
50130 -#
50131 -# Kernel hacking
50132 -#
50133 -# CONFIG_PRINTK_TIME is not set
50134 -CONFIG_ENABLE_WARN_DEPRECATED=y
50135 -CONFIG_ENABLE_MUST_CHECK=y
50136 -CONFIG_MAGIC_SYSRQ=y
50137 -# CONFIG_UNUSED_SYMBOLS is not set
50138 -CONFIG_DEBUG_FS=y
50139 -# CONFIG_HEADERS_CHECK is not set
50140 -CONFIG_DEBUG_KERNEL=y
50141 -# CONFIG_DEBUG_SHIRQ is not set
50142 -CONFIG_DETECT_SOFTLOCKUP=y
50143 -CONFIG_SCHED_DEBUG=y
50144 -# CONFIG_SCHEDSTATS is not set
50145 -# CONFIG_TIMER_STATS is not set
50146 -# CONFIG_SLUB_DEBUG_ON is not set
50147 -# CONFIG_SLUB_STATS is not set
50148 -# CONFIG_DEBUG_RT_MUTEXES is not set
50149 -# CONFIG_RT_MUTEX_TESTER is not set
50150 -# CONFIG_DEBUG_SPINLOCK is not set
50151 -# CONFIG_DEBUG_MUTEXES is not set
50152 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
50153 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
50154 -# CONFIG_DEBUG_KOBJECT is not set
50155 -CONFIG_DEBUG_BUGVERBOSE=y
50156 -# CONFIG_DEBUG_INFO is not set
50157 -# CONFIG_DEBUG_VM is not set
50158 -# CONFIG_DEBUG_LIST is not set
50159 -# CONFIG_DEBUG_SG is not set
50160 -# CONFIG_BOOT_PRINTK_DELAY is not set
50161 -# CONFIG_RCU_TORTURE_TEST is not set
50162 -# CONFIG_BACKTRACE_SELF_TEST is not set
50163 -# CONFIG_FAULT_INJECTION is not set
50164 -# CONFIG_SAMPLES is not set
50165 -# CONFIG_DEBUG_STACKOVERFLOW is not set
50166 -# CONFIG_DEBUG_STACK_USAGE is not set
50167 -# CONFIG_DEBUG_PAGEALLOC is not set
50168 -# CONFIG_DEBUGGER is not set
50169 -# CONFIG_VIRQ_DEBUG is not set
50170 -# CONFIG_BDI_SWITCH is not set
50171 -# CONFIG_PPC_EARLY_DEBUG is not set
50172 -
50173 -#
50174 -# Security options
50175 -#
50176 -# CONFIG_KEYS is not set
50177 -# CONFIG_SECURITY is not set
50178 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
50179 -CONFIG_CRYPTO=y
50180 -CONFIG_CRYPTO_ALGAPI=y
50181 -CONFIG_CRYPTO_BLKCIPHER=y
50182 -# CONFIG_CRYPTO_SEQIV is not set
50183 -CONFIG_CRYPTO_MANAGER=y
50184 -# CONFIG_CRYPTO_HMAC is not set
50185 -# CONFIG_CRYPTO_XCBC is not set
50186 -# CONFIG_CRYPTO_NULL is not set
50187 -# CONFIG_CRYPTO_MD4 is not set
50188 -CONFIG_CRYPTO_MD5=y
50189 -# CONFIG_CRYPTO_SHA1 is not set
50190 -# CONFIG_CRYPTO_SHA256 is not set
50191 -# CONFIG_CRYPTO_SHA512 is not set
50192 -# CONFIG_CRYPTO_WP512 is not set
50193 -# CONFIG_CRYPTO_TGR192 is not set
50194 -# CONFIG_CRYPTO_GF128MUL is not set
50195 -CONFIG_CRYPTO_ECB=y
50196 -CONFIG_CRYPTO_CBC=y
50197 -CONFIG_CRYPTO_PCBC=y
50198 -# CONFIG_CRYPTO_LRW is not set
50199 -# CONFIG_CRYPTO_XTS is not set
50200 -# CONFIG_CRYPTO_CTR is not set
50201 -# CONFIG_CRYPTO_GCM is not set
50202 -# CONFIG_CRYPTO_CCM is not set
50203 -# CONFIG_CRYPTO_CRYPTD is not set
50204 -CONFIG_CRYPTO_DES=y
50205 -# CONFIG_CRYPTO_FCRYPT is not set
50206 -# CONFIG_CRYPTO_BLOWFISH is not set
50207 -# CONFIG_CRYPTO_TWOFISH is not set
50208 -# CONFIG_CRYPTO_SERPENT is not set
50209 -# CONFIG_CRYPTO_AES is not set
50210 -# CONFIG_CRYPTO_CAST5 is not set
50211 -# CONFIG_CRYPTO_CAST6 is not set
50212 -# CONFIG_CRYPTO_TEA is not set
50213 -# CONFIG_CRYPTO_ARC4 is not set
50214 -# CONFIG_CRYPTO_KHAZAD is not set
50215 -# CONFIG_CRYPTO_ANUBIS is not set
50216 -# CONFIG_CRYPTO_SEED is not set
50217 -# CONFIG_CRYPTO_SALSA20 is not set
50218 -# CONFIG_CRYPTO_DEFLATE is not set
50219 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
50220 -# CONFIG_CRYPTO_CRC32C is not set
50221 -# CONFIG_CRYPTO_CAMELLIA is not set
50222 -# CONFIG_CRYPTO_TEST is not set
50223 -# CONFIG_CRYPTO_AUTHENC is not set
50224 -# CONFIG_CRYPTO_LZO is not set
50225 -# CONFIG_CRYPTO_HW is not set
50226 -# CONFIG_PPC_CLOCK is not set
50227 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/ep405_defconfig powerpc.git/arch/powerpc/configs/ep405_defconfig
50228 --- linux-2.6.25-rc9/arch/powerpc/configs/ep405_defconfig 2008-04-11 22:32:29.000000000 +0200
50229 +++ powerpc.git/arch/powerpc/configs/ep405_defconfig 1970-01-01 01:00:00.000000000 +0100
50230 @@ -1,968 +0,0 @@
50231 -#
50232 -# Automatically generated make config: don't edit
50233 -# Linux kernel version: 2.6.25-rc2
50234 -# Fri Feb 15 21:50:09 2008
50235 -#
50236 -# CONFIG_PPC64 is not set
50237 -
50238 -#
50239 -# Processor support
50240 -#
50241 -# CONFIG_6xx is not set
50242 -# CONFIG_PPC_85xx is not set
50243 -# CONFIG_PPC_8xx is not set
50244 -CONFIG_40x=y
50245 -# CONFIG_44x is not set
50246 -# CONFIG_E200 is not set
50247 -CONFIG_4xx=y
50248 -# CONFIG_PPC_MM_SLICES is not set
50249 -CONFIG_NOT_COHERENT_CACHE=y
50250 -CONFIG_PPC32=y
50251 -CONFIG_WORD_SIZE=32
50252 -CONFIG_PPC_MERGE=y
50253 -CONFIG_MMU=y
50254 -CONFIG_GENERIC_CMOS_UPDATE=y
50255 -CONFIG_GENERIC_TIME=y
50256 -CONFIG_GENERIC_TIME_VSYSCALL=y
50257 -CONFIG_GENERIC_CLOCKEVENTS=y
50258 -CONFIG_GENERIC_HARDIRQS=y
50259 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
50260 -CONFIG_IRQ_PER_CPU=y
50261 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
50262 -CONFIG_ARCH_HAS_ILOG2_U32=y
50263 -CONFIG_GENERIC_HWEIGHT=y
50264 -CONFIG_GENERIC_CALIBRATE_DELAY=y
50265 -CONFIG_GENERIC_FIND_NEXT_BIT=y
50266 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
50267 -CONFIG_PPC=y
50268 -CONFIG_EARLY_PRINTK=y
50269 -CONFIG_GENERIC_NVRAM=y
50270 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
50271 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
50272 -CONFIG_PPC_OF=y
50273 -CONFIG_OF=y
50274 -CONFIG_PPC_UDBG_16550=y
50275 -# CONFIG_GENERIC_TBSYNC is not set
50276 -CONFIG_AUDIT_ARCH=y
50277 -CONFIG_GENERIC_BUG=y
50278 -# CONFIG_DEFAULT_UIMAGE is not set
50279 -CONFIG_PPC_DCR_NATIVE=y
50280 -# CONFIG_PPC_DCR_MMIO is not set
50281 -CONFIG_PPC_DCR=y
50282 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
50283 -
50284 -#
50285 -# General setup
50286 -#
50287 -CONFIG_EXPERIMENTAL=y
50288 -CONFIG_BROKEN_ON_SMP=y
50289 -CONFIG_INIT_ENV_ARG_LIMIT=32
50290 -CONFIG_LOCALVERSION=""
50291 -CONFIG_LOCALVERSION_AUTO=y
50292 -CONFIG_SWAP=y
50293 -CONFIG_SYSVIPC=y
50294 -CONFIG_SYSVIPC_SYSCTL=y
50295 -CONFIG_POSIX_MQUEUE=y
50296 -# CONFIG_BSD_PROCESS_ACCT is not set
50297 -# CONFIG_TASKSTATS is not set
50298 -# CONFIG_AUDIT is not set
50299 -# CONFIG_IKCONFIG is not set
50300 -CONFIG_LOG_BUF_SHIFT=14
50301 -# CONFIG_CGROUPS is not set
50302 -CONFIG_GROUP_SCHED=y
50303 -CONFIG_FAIR_GROUP_SCHED=y
50304 -# CONFIG_RT_GROUP_SCHED is not set
50305 -CONFIG_USER_SCHED=y
50306 -# CONFIG_CGROUP_SCHED is not set
50307 -CONFIG_SYSFS_DEPRECATED=y
50308 -# CONFIG_RELAY is not set
50309 -# CONFIG_NAMESPACES is not set
50310 -CONFIG_BLK_DEV_INITRD=y
50311 -CONFIG_INITRAMFS_SOURCE=""
50312 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
50313 -CONFIG_SYSCTL=y
50314 -CONFIG_EMBEDDED=y
50315 -CONFIG_SYSCTL_SYSCALL=y
50316 -CONFIG_KALLSYMS=y
50317 -CONFIG_KALLSYMS_ALL=y
50318 -CONFIG_KALLSYMS_EXTRA_PASS=y
50319 -CONFIG_HOTPLUG=y
50320 -CONFIG_PRINTK=y
50321 -CONFIG_BUG=y
50322 -CONFIG_ELF_CORE=y
50323 -CONFIG_COMPAT_BRK=y
50324 -CONFIG_BASE_FULL=y
50325 -CONFIG_FUTEX=y
50326 -CONFIG_ANON_INODES=y
50327 -CONFIG_EPOLL=y
50328 -CONFIG_SIGNALFD=y
50329 -CONFIG_TIMERFD=y
50330 -CONFIG_EVENTFD=y
50331 -CONFIG_SHMEM=y
50332 -CONFIG_VM_EVENT_COUNTERS=y
50333 -CONFIG_SLUB_DEBUG=y
50334 -# CONFIG_SLAB is not set
50335 -CONFIG_SLUB=y
50336 -# CONFIG_SLOB is not set
50337 -# CONFIG_PROFILING is not set
50338 -# CONFIG_MARKERS is not set
50339 -CONFIG_HAVE_OPROFILE=y
50340 -# CONFIG_KPROBES is not set
50341 -CONFIG_HAVE_KPROBES=y
50342 -CONFIG_PROC_PAGE_MONITOR=y
50343 -CONFIG_SLABINFO=y
50344 -CONFIG_RT_MUTEXES=y
50345 -# CONFIG_TINY_SHMEM is not set
50346 -CONFIG_BASE_SMALL=0
50347 -CONFIG_MODULES=y
50348 -CONFIG_MODULE_UNLOAD=y
50349 -# CONFIG_MODULE_FORCE_UNLOAD is not set
50350 -# CONFIG_MODVERSIONS is not set
50351 -# CONFIG_MODULE_SRCVERSION_ALL is not set
50352 -CONFIG_KMOD=y
50353 -CONFIG_BLOCK=y
50354 -CONFIG_LBD=y
50355 -# CONFIG_BLK_DEV_IO_TRACE is not set
50356 -# CONFIG_LSF is not set
50357 -# CONFIG_BLK_DEV_BSG is not set
50358 -
50359 -#
50360 -# IO Schedulers
50361 -#
50362 -CONFIG_IOSCHED_NOOP=y
50363 -CONFIG_IOSCHED_AS=y
50364 -CONFIG_IOSCHED_DEADLINE=y
50365 -CONFIG_IOSCHED_CFQ=y
50366 -CONFIG_DEFAULT_AS=y
50367 -# CONFIG_DEFAULT_DEADLINE is not set
50368 -# CONFIG_DEFAULT_CFQ is not set
50369 -# CONFIG_DEFAULT_NOOP is not set
50370 -CONFIG_DEFAULT_IOSCHED="anticipatory"
50371 -CONFIG_CLASSIC_RCU=y
50372 -# CONFIG_PREEMPT_RCU is not set
50373 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
50374 -
50375 -#
50376 -# Platform support
50377 -#
50378 -# CONFIG_PPC_MPC512x is not set
50379 -# CONFIG_PPC_MPC5121 is not set
50380 -# CONFIG_PPC_CELL is not set
50381 -# CONFIG_PPC_CELL_NATIVE is not set
50382 -# CONFIG_PQ2ADS is not set
50383 -CONFIG_EP405=y
50384 -# CONFIG_KILAUEA is not set
50385 -# CONFIG_MAKALU is not set
50386 -# CONFIG_WALNUT is not set
50387 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
50388 -CONFIG_405GP=y
50389 -CONFIG_IBM405_ERR77=y
50390 -CONFIG_IBM405_ERR51=y
50391 -# CONFIG_IPIC is not set
50392 -# CONFIG_MPIC is not set
50393 -# CONFIG_MPIC_WEIRD is not set
50394 -# CONFIG_PPC_I8259 is not set
50395 -# CONFIG_PPC_RTAS is not set
50396 -# CONFIG_MMIO_NVRAM is not set
50397 -# CONFIG_PPC_MPC106 is not set
50398 -# CONFIG_PPC_970_NAP is not set
50399 -# CONFIG_PPC_INDIRECT_IO is not set
50400 -# CONFIG_GENERIC_IOMAP is not set
50401 -# CONFIG_CPU_FREQ is not set
50402 -# CONFIG_FSL_ULI1575 is not set
50403 -
50404 -#
50405 -# Kernel options
50406 -#
50407 -# CONFIG_HIGHMEM is not set
50408 -# CONFIG_TICK_ONESHOT is not set
50409 -# CONFIG_NO_HZ is not set
50410 -# CONFIG_HIGH_RES_TIMERS is not set
50411 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
50412 -# CONFIG_HZ_100 is not set
50413 -CONFIG_HZ_250=y
50414 -# CONFIG_HZ_300 is not set
50415 -# CONFIG_HZ_1000 is not set
50416 -CONFIG_HZ=250
50417 -# CONFIG_SCHED_HRTICK is not set
50418 -CONFIG_PREEMPT_NONE=y
50419 -# CONFIG_PREEMPT_VOLUNTARY is not set
50420 -# CONFIG_PREEMPT is not set
50421 -CONFIG_RCU_TRACE=y
50422 -CONFIG_BINFMT_ELF=y
50423 -# CONFIG_BINFMT_MISC is not set
50424 -# CONFIG_MATH_EMULATION is not set
50425 -# CONFIG_IOMMU_HELPER is not set
50426 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
50427 -CONFIG_ARCH_HAS_WALK_MEMORY=y
50428 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
50429 -CONFIG_ARCH_FLATMEM_ENABLE=y
50430 -CONFIG_ARCH_POPULATES_NODE_MAP=y
50431 -CONFIG_SELECT_MEMORY_MODEL=y
50432 -CONFIG_FLATMEM_MANUAL=y
50433 -# CONFIG_DISCONTIGMEM_MANUAL is not set
50434 -# CONFIG_SPARSEMEM_MANUAL is not set
50435 -CONFIG_FLATMEM=y
50436 -CONFIG_FLAT_NODE_MEM_MAP=y
50437 -# CONFIG_SPARSEMEM_STATIC is not set
50438 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
50439 -CONFIG_SPLIT_PTLOCK_CPUS=4
50440 -# CONFIG_RESOURCES_64BIT is not set
50441 -CONFIG_ZONE_DMA_FLAG=1
50442 -CONFIG_BOUNCE=y
50443 -CONFIG_VIRT_TO_BUS=y
50444 -CONFIG_PROC_DEVICETREE=y
50445 -# CONFIG_CMDLINE_BOOL is not set
50446 -# CONFIG_PM is not set
50447 -CONFIG_SECCOMP=y
50448 -CONFIG_ISA_DMA_API=y
50449 -
50450 -#
50451 -# Bus options
50452 -#
50453 -CONFIG_ZONE_DMA=y
50454 -CONFIG_PPC_INDIRECT_PCI=y
50455 -CONFIG_PCI=y
50456 -CONFIG_PCI_DOMAINS=y
50457 -CONFIG_PCI_SYSCALL=y
50458 -# CONFIG_PCIEPORTBUS is not set
50459 -CONFIG_ARCH_SUPPORTS_MSI=y
50460 -# CONFIG_PCI_MSI is not set
50461 -CONFIG_PCI_LEGACY=y
50462 -# CONFIG_PCI_DEBUG is not set
50463 -# CONFIG_PCCARD is not set
50464 -# CONFIG_HOTPLUG_PCI is not set
50465 -
50466 -#
50467 -# Advanced setup
50468 -#
50469 -# CONFIG_ADVANCED_OPTIONS is not set
50470 -
50471 -#
50472 -# Default settings for advanced configuration options are used
50473 -#
50474 -CONFIG_HIGHMEM_START=0xfe000000
50475 -CONFIG_LOWMEM_SIZE=0x30000000
50476 -CONFIG_KERNEL_START=0xc0000000
50477 -CONFIG_TASK_SIZE=0xc0000000
50478 -CONFIG_CONSISTENT_START=0xff100000
50479 -CONFIG_CONSISTENT_SIZE=0x00200000
50480 -CONFIG_BOOT_LOAD=0x00400000
50481 -
50482 -#
50483 -# Networking
50484 -#
50485 -CONFIG_NET=y
50486 -
50487 -#
50488 -# Networking options
50489 -#
50490 -CONFIG_PACKET=y
50491 -# CONFIG_PACKET_MMAP is not set
50492 -CONFIG_UNIX=y
50493 -# CONFIG_NET_KEY is not set
50494 -CONFIG_INET=y
50495 -# CONFIG_IP_MULTICAST is not set
50496 -# CONFIG_IP_ADVANCED_ROUTER is not set
50497 -CONFIG_IP_FIB_HASH=y
50498 -CONFIG_IP_PNP=y
50499 -CONFIG_IP_PNP_DHCP=y
50500 -CONFIG_IP_PNP_BOOTP=y
50501 -# CONFIG_IP_PNP_RARP is not set
50502 -# CONFIG_NET_IPIP is not set
50503 -# CONFIG_NET_IPGRE is not set
50504 -# CONFIG_ARPD is not set
50505 -# CONFIG_SYN_COOKIES is not set
50506 -# CONFIG_INET_AH is not set
50507 -# CONFIG_INET_ESP is not set
50508 -# CONFIG_INET_IPCOMP is not set
50509 -# CONFIG_INET_XFRM_TUNNEL is not set
50510 -# CONFIG_INET_TUNNEL is not set
50511 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
50512 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
50513 -# CONFIG_INET_XFRM_MODE_BEET is not set
50514 -# CONFIG_INET_LRO is not set
50515 -CONFIG_INET_DIAG=y
50516 -CONFIG_INET_TCP_DIAG=y
50517 -# CONFIG_TCP_CONG_ADVANCED is not set
50518 -CONFIG_TCP_CONG_CUBIC=y
50519 -CONFIG_DEFAULT_TCP_CONG="cubic"
50520 -# CONFIG_TCP_MD5SIG is not set
50521 -# CONFIG_IPV6 is not set
50522 -# CONFIG_INET6_XFRM_TUNNEL is not set
50523 -# CONFIG_INET6_TUNNEL is not set
50524 -# CONFIG_NETWORK_SECMARK is not set
50525 -# CONFIG_NETFILTER is not set
50526 -# CONFIG_IP_DCCP is not set
50527 -# CONFIG_IP_SCTP is not set
50528 -# CONFIG_TIPC is not set
50529 -# CONFIG_ATM is not set
50530 -# CONFIG_BRIDGE is not set
50531 -# CONFIG_VLAN_8021Q is not set
50532 -# CONFIG_DECNET is not set
50533 -# CONFIG_LLC2 is not set
50534 -# CONFIG_IPX is not set
50535 -# CONFIG_ATALK is not set
50536 -# CONFIG_X25 is not set
50537 -# CONFIG_LAPB is not set
50538 -# CONFIG_ECONET is not set
50539 -# CONFIG_WAN_ROUTER is not set
50540 -# CONFIG_NET_SCHED is not set
50541 -
50542 -#
50543 -# Network testing
50544 -#
50545 -# CONFIG_NET_PKTGEN is not set
50546 -# CONFIG_HAMRADIO is not set
50547 -# CONFIG_CAN is not set
50548 -# CONFIG_IRDA is not set
50549 -# CONFIG_BT is not set
50550 -# CONFIG_AF_RXRPC is not set
50551 -
50552 -#
50553 -# Wireless
50554 -#
50555 -# CONFIG_CFG80211 is not set
50556 -# CONFIG_WIRELESS_EXT is not set
50557 -# CONFIG_MAC80211 is not set
50558 -# CONFIG_IEEE80211 is not set
50559 -# CONFIG_RFKILL is not set
50560 -# CONFIG_NET_9P is not set
50561 -
50562 -#
50563 -# Device Drivers
50564 -#
50565 -
50566 -#
50567 -# Generic Driver Options
50568 -#
50569 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
50570 -CONFIG_STANDALONE=y
50571 -CONFIG_PREVENT_FIRMWARE_BUILD=y
50572 -CONFIG_FW_LOADER=y
50573 -# CONFIG_DEBUG_DRIVER is not set
50574 -# CONFIG_DEBUG_DEVRES is not set
50575 -# CONFIG_SYS_HYPERVISOR is not set
50576 -CONFIG_CONNECTOR=y
50577 -CONFIG_PROC_EVENTS=y
50578 -CONFIG_MTD=y
50579 -# CONFIG_MTD_DEBUG is not set
50580 -# CONFIG_MTD_CONCAT is not set
50581 -CONFIG_MTD_PARTITIONS=y
50582 -# CONFIG_MTD_REDBOOT_PARTS is not set
50583 -CONFIG_MTD_CMDLINE_PARTS=y
50584 -CONFIG_MTD_OF_PARTS=y
50585 -
50586 -#
50587 -# User Modules And Translation Layers
50588 -#
50589 -CONFIG_MTD_CHAR=y
50590 -CONFIG_MTD_BLKDEVS=m
50591 -CONFIG_MTD_BLOCK=m
50592 -# CONFIG_MTD_BLOCK_RO is not set
50593 -# CONFIG_FTL is not set
50594 -# CONFIG_NFTL is not set
50595 -# CONFIG_INFTL is not set
50596 -# CONFIG_RFD_FTL is not set
50597 -# CONFIG_SSFDC is not set
50598 -# CONFIG_MTD_OOPS is not set
50599 -
50600 -#
50601 -# RAM/ROM/Flash chip drivers
50602 -#
50603 -CONFIG_MTD_CFI=y
50604 -CONFIG_MTD_JEDECPROBE=y
50605 -CONFIG_MTD_GEN_PROBE=y
50606 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
50607 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
50608 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
50609 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
50610 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
50611 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
50612 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
50613 -CONFIG_MTD_CFI_I1=y
50614 -CONFIG_MTD_CFI_I2=y
50615 -# CONFIG_MTD_CFI_I4 is not set
50616 -# CONFIG_MTD_CFI_I8 is not set
50617 -# CONFIG_MTD_CFI_INTELEXT is not set
50618 -CONFIG_MTD_CFI_AMDSTD=y
50619 -# CONFIG_MTD_CFI_STAA is not set
50620 -CONFIG_MTD_CFI_UTIL=y
50621 -# CONFIG_MTD_RAM is not set
50622 -# CONFIG_MTD_ROM is not set
50623 -# CONFIG_MTD_ABSENT is not set
50624 -
50625 -#
50626 -# Mapping drivers for chip access
50627 -#
50628 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
50629 -# CONFIG_MTD_PHYSMAP is not set
50630 -CONFIG_MTD_PHYSMAP_OF=y
50631 -# CONFIG_MTD_INTEL_VR_NOR is not set
50632 -# CONFIG_MTD_PLATRAM is not set
50633 -
50634 -#
50635 -# Self-contained MTD device drivers
50636 -#
50637 -# CONFIG_MTD_PMC551 is not set
50638 -# CONFIG_MTD_SLRAM is not set
50639 -# CONFIG_MTD_PHRAM is not set
50640 -# CONFIG_MTD_MTDRAM is not set
50641 -# CONFIG_MTD_BLOCK2MTD is not set
50642 -
50643 -#
50644 -# Disk-On-Chip Device Drivers
50645 -#
50646 -# CONFIG_MTD_DOC2000 is not set
50647 -# CONFIG_MTD_DOC2001 is not set
50648 -# CONFIG_MTD_DOC2001PLUS is not set
50649 -# CONFIG_MTD_NAND is not set
50650 -# CONFIG_MTD_ONENAND is not set
50651 -
50652 -#
50653 -# UBI - Unsorted block images
50654 -#
50655 -# CONFIG_MTD_UBI is not set
50656 -CONFIG_OF_DEVICE=y
50657 -# CONFIG_PARPORT is not set
50658 -CONFIG_BLK_DEV=y
50659 -# CONFIG_BLK_DEV_FD is not set
50660 -# CONFIG_BLK_CPQ_DA is not set
50661 -# CONFIG_BLK_CPQ_CISS_DA is not set
50662 -# CONFIG_BLK_DEV_DAC960 is not set
50663 -# CONFIG_BLK_DEV_UMEM is not set
50664 -# CONFIG_BLK_DEV_COW_COMMON is not set
50665 -# CONFIG_BLK_DEV_LOOP is not set
50666 -# CONFIG_BLK_DEV_NBD is not set
50667 -# CONFIG_BLK_DEV_SX8 is not set
50668 -# CONFIG_BLK_DEV_UB is not set
50669 -CONFIG_BLK_DEV_RAM=y
50670 -CONFIG_BLK_DEV_RAM_COUNT=16
50671 -CONFIG_BLK_DEV_RAM_SIZE=35000
50672 -# CONFIG_BLK_DEV_XIP is not set
50673 -# CONFIG_CDROM_PKTCDVD is not set
50674 -# CONFIG_ATA_OVER_ETH is not set
50675 -# CONFIG_XILINX_SYSACE is not set
50676 -CONFIG_MISC_DEVICES=y
50677 -# CONFIG_PHANTOM is not set
50678 -# CONFIG_EEPROM_93CX6 is not set
50679 -# CONFIG_SGI_IOC4 is not set
50680 -# CONFIG_TIFM_CORE is not set
50681 -# CONFIG_ENCLOSURE_SERVICES is not set
50682 -CONFIG_HAVE_IDE=y
50683 -# CONFIG_IDE is not set
50684 -
50685 -#
50686 -# SCSI device support
50687 -#
50688 -# CONFIG_RAID_ATTRS is not set
50689 -# CONFIG_SCSI is not set
50690 -# CONFIG_SCSI_DMA is not set
50691 -# CONFIG_SCSI_NETLINK is not set
50692 -# CONFIG_ATA is not set
50693 -# CONFIG_MD is not set
50694 -# CONFIG_FUSION is not set
50695 -
50696 -#
50697 -# IEEE 1394 (FireWire) support
50698 -#
50699 -# CONFIG_FIREWIRE is not set
50700 -# CONFIG_IEEE1394 is not set
50701 -# CONFIG_I2O is not set
50702 -# CONFIG_MACINTOSH_DRIVERS is not set
50703 -CONFIG_NETDEVICES=y
50704 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
50705 -# CONFIG_DUMMY is not set
50706 -# CONFIG_BONDING is not set
50707 -# CONFIG_MACVLAN is not set
50708 -# CONFIG_EQUALIZER is not set
50709 -# CONFIG_TUN is not set
50710 -# CONFIG_VETH is not set
50711 -# CONFIG_ARCNET is not set
50712 -# CONFIG_PHYLIB is not set
50713 -CONFIG_NET_ETHERNET=y
50714 -# CONFIG_MII is not set
50715 -# CONFIG_HAPPYMEAL is not set
50716 -# CONFIG_SUNGEM is not set
50717 -# CONFIG_CASSINI is not set
50718 -# CONFIG_NET_VENDOR_3COM is not set
50719 -# CONFIG_NET_TULIP is not set
50720 -# CONFIG_HP100 is not set
50721 -CONFIG_IBM_NEW_EMAC=y
50722 -CONFIG_IBM_NEW_EMAC_RXB=128
50723 -CONFIG_IBM_NEW_EMAC_TXB=64
50724 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
50725 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
50726 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
50727 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
50728 -CONFIG_IBM_NEW_EMAC_ZMII=y
50729 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
50730 -# CONFIG_IBM_NEW_EMAC_TAH is not set
50731 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
50732 -# CONFIG_NET_PCI is not set
50733 -# CONFIG_B44 is not set
50734 -CONFIG_NETDEV_1000=y
50735 -# CONFIG_ACENIC is not set
50736 -# CONFIG_DL2K is not set
50737 -# CONFIG_E1000 is not set
50738 -# CONFIG_E1000E is not set
50739 -# CONFIG_E1000E_ENABLED is not set
50740 -# CONFIG_IP1000 is not set
50741 -# CONFIG_IGB is not set
50742 -# CONFIG_NS83820 is not set
50743 -# CONFIG_HAMACHI is not set
50744 -# CONFIG_YELLOWFIN is not set
50745 -# CONFIG_R8169 is not set
50746 -# CONFIG_SIS190 is not set
50747 -# CONFIG_SKGE is not set
50748 -# CONFIG_SKY2 is not set
50749 -# CONFIG_SK98LIN is not set
50750 -# CONFIG_VIA_VELOCITY is not set
50751 -# CONFIG_TIGON3 is not set
50752 -# CONFIG_BNX2 is not set
50753 -# CONFIG_QLA3XXX is not set
50754 -# CONFIG_ATL1 is not set
50755 -CONFIG_NETDEV_10000=y
50756 -# CONFIG_CHELSIO_T1 is not set
50757 -# CONFIG_CHELSIO_T3 is not set
50758 -# CONFIG_IXGBE is not set
50759 -# CONFIG_IXGB is not set
50760 -# CONFIG_S2IO is not set
50761 -# CONFIG_MYRI10GE is not set
50762 -# CONFIG_NETXEN_NIC is not set
50763 -# CONFIG_NIU is not set
50764 -# CONFIG_MLX4_CORE is not set
50765 -# CONFIG_TEHUTI is not set
50766 -# CONFIG_BNX2X is not set
50767 -# CONFIG_TR is not set
50768 -
50769 -#
50770 -# Wireless LAN
50771 -#
50772 -# CONFIG_WLAN_PRE80211 is not set
50773 -# CONFIG_WLAN_80211 is not set
50774 -
50775 -#
50776 -# USB Network Adapters
50777 -#
50778 -# CONFIG_USB_CATC is not set
50779 -# CONFIG_USB_KAWETH is not set
50780 -# CONFIG_USB_PEGASUS is not set
50781 -# CONFIG_USB_RTL8150 is not set
50782 -# CONFIG_USB_USBNET is not set
50783 -# CONFIG_WAN is not set
50784 -# CONFIG_FDDI is not set
50785 -# CONFIG_HIPPI is not set
50786 -# CONFIG_PPP is not set
50787 -# CONFIG_SLIP is not set
50788 -# CONFIG_NETCONSOLE is not set
50789 -# CONFIG_NETPOLL is not set
50790 -# CONFIG_NET_POLL_CONTROLLER is not set
50791 -# CONFIG_ISDN is not set
50792 -# CONFIG_PHONE is not set
50793 -
50794 -#
50795 -# Input device support
50796 -#
50797 -# CONFIG_INPUT is not set
50798 -
50799 -#
50800 -# Hardware I/O ports
50801 -#
50802 -# CONFIG_SERIO is not set
50803 -# CONFIG_GAMEPORT is not set
50804 -
50805 -#
50806 -# Character devices
50807 -#
50808 -# CONFIG_VT is not set
50809 -# CONFIG_SERIAL_NONSTANDARD is not set
50810 -# CONFIG_NOZOMI is not set
50811 -
50812 -#
50813 -# Serial drivers
50814 -#
50815 -CONFIG_SERIAL_8250=y
50816 -CONFIG_SERIAL_8250_CONSOLE=y
50817 -CONFIG_SERIAL_8250_PCI=y
50818 -CONFIG_SERIAL_8250_NR_UARTS=4
50819 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
50820 -CONFIG_SERIAL_8250_EXTENDED=y
50821 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
50822 -CONFIG_SERIAL_8250_SHARE_IRQ=y
50823 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
50824 -# CONFIG_SERIAL_8250_RSA is not set
50825 -
50826 -#
50827 -# Non-8250 serial port support
50828 -#
50829 -# CONFIG_SERIAL_UARTLITE is not set
50830 -CONFIG_SERIAL_CORE=y
50831 -CONFIG_SERIAL_CORE_CONSOLE=y
50832 -# CONFIG_SERIAL_JSM is not set
50833 -CONFIG_SERIAL_OF_PLATFORM=y
50834 -CONFIG_UNIX98_PTYS=y
50835 -CONFIG_LEGACY_PTYS=y
50836 -CONFIG_LEGACY_PTY_COUNT=256
50837 -# CONFIG_IPMI_HANDLER is not set
50838 -# CONFIG_HW_RANDOM is not set
50839 -# CONFIG_NVRAM is not set
50840 -# CONFIG_GEN_RTC is not set
50841 -# CONFIG_R3964 is not set
50842 -# CONFIG_APPLICOM is not set
50843 -# CONFIG_RAW_DRIVER is not set
50844 -# CONFIG_TCG_TPM is not set
50845 -CONFIG_DEVPORT=y
50846 -# CONFIG_I2C is not set
50847 -
50848 -#
50849 -# SPI support
50850 -#
50851 -# CONFIG_SPI is not set
50852 -# CONFIG_SPI_MASTER is not set
50853 -# CONFIG_W1 is not set
50854 -# CONFIG_POWER_SUPPLY is not set
50855 -# CONFIG_HWMON is not set
50856 -CONFIG_THERMAL=y
50857 -# CONFIG_WATCHDOG is not set
50858 -
50859 -#
50860 -# Sonics Silicon Backplane
50861 -#
50862 -CONFIG_SSB_POSSIBLE=y
50863 -# CONFIG_SSB is not set
50864 -
50865 -#
50866 -# Multifunction device drivers
50867 -#
50868 -# CONFIG_MFD_SM501 is not set
50869 -
50870 -#
50871 -# Multimedia devices
50872 -#
50873 -# CONFIG_VIDEO_DEV is not set
50874 -# CONFIG_DVB_CORE is not set
50875 -# CONFIG_DAB is not set
50876 -
50877 -#
50878 -# Graphics support
50879 -#
50880 -# CONFIG_AGP is not set
50881 -# CONFIG_DRM is not set
50882 -# CONFIG_VGASTATE is not set
50883 -CONFIG_VIDEO_OUTPUT_CONTROL=m
50884 -# CONFIG_FB is not set
50885 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
50886 -
50887 -#
50888 -# Display device support
50889 -#
50890 -# CONFIG_DISPLAY_SUPPORT is not set
50891 -
50892 -#
50893 -# Sound
50894 -#
50895 -# CONFIG_SOUND is not set
50896 -CONFIG_USB_SUPPORT=y
50897 -CONFIG_USB_ARCH_HAS_HCD=y
50898 -CONFIG_USB_ARCH_HAS_OHCI=y
50899 -CONFIG_USB_ARCH_HAS_EHCI=y
50900 -CONFIG_USB=y
50901 -# CONFIG_USB_DEBUG is not set
50902 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
50903 -
50904 -#
50905 -# Miscellaneous USB options
50906 -#
50907 -CONFIG_USB_DEVICEFS=y
50908 -CONFIG_USB_DEVICE_CLASS=y
50909 -# CONFIG_USB_DYNAMIC_MINORS is not set
50910 -# CONFIG_USB_OTG is not set
50911 -
50912 -#
50913 -# USB Host Controller Drivers
50914 -#
50915 -# CONFIG_USB_EHCI_HCD is not set
50916 -# CONFIG_USB_ISP116X_HCD is not set
50917 -CONFIG_USB_OHCI_HCD=y
50918 -CONFIG_USB_OHCI_HCD_PPC_OF=y
50919 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
50920 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
50921 -CONFIG_USB_OHCI_HCD_PCI=y
50922 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
50923 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
50924 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
50925 -# CONFIG_USB_UHCI_HCD is not set
50926 -# CONFIG_USB_SL811_HCD is not set
50927 -# CONFIG_USB_R8A66597_HCD is not set
50928 -
50929 -#
50930 -# USB Device Class drivers
50931 -#
50932 -# CONFIG_USB_ACM is not set
50933 -# CONFIG_USB_PRINTER is not set
50934 -
50935 -#
50936 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
50937 -#
50938 -
50939 -#
50940 -# may also be needed; see USB_STORAGE Help for more information
50941 -#
50942 -# CONFIG_USB_LIBUSUAL is not set
50943 -
50944 -#
50945 -# USB Imaging devices
50946 -#
50947 -# CONFIG_USB_MDC800 is not set
50948 -CONFIG_USB_MON=y
50949 -
50950 -#
50951 -# USB port drivers
50952 -#
50953 -# CONFIG_USB_SERIAL is not set
50954 -
50955 -#
50956 -# USB Miscellaneous drivers
50957 -#
50958 -# CONFIG_USB_EMI62 is not set
50959 -# CONFIG_USB_EMI26 is not set
50960 -# CONFIG_USB_ADUTUX is not set
50961 -# CONFIG_USB_AUERSWALD is not set
50962 -# CONFIG_USB_RIO500 is not set
50963 -# CONFIG_USB_LEGOTOWER is not set
50964 -# CONFIG_USB_LCD is not set
50965 -# CONFIG_USB_BERRY_CHARGE is not set
50966 -# CONFIG_USB_LED is not set
50967 -# CONFIG_USB_CYPRESS_CY7C63 is not set
50968 -# CONFIG_USB_CYTHERM is not set
50969 -# CONFIG_USB_PHIDGET is not set
50970 -# CONFIG_USB_IDMOUSE is not set
50971 -# CONFIG_USB_FTDI_ELAN is not set
50972 -# CONFIG_USB_APPLEDISPLAY is not set
50973 -# CONFIG_USB_LD is not set
50974 -# CONFIG_USB_TRANCEVIBRATOR is not set
50975 -# CONFIG_USB_IOWARRIOR is not set
50976 -# CONFIG_USB_TEST is not set
50977 -# CONFIG_USB_GADGET is not set
50978 -# CONFIG_MMC is not set
50979 -# CONFIG_MEMSTICK is not set
50980 -# CONFIG_NEW_LEDS is not set
50981 -# CONFIG_INFINIBAND is not set
50982 -# CONFIG_EDAC is not set
50983 -# CONFIG_RTC_CLASS is not set
50984 -
50985 -#
50986 -# Userspace I/O
50987 -#
50988 -# CONFIG_UIO is not set
50989 -
50990 -#
50991 -# File systems
50992 -#
50993 -CONFIG_EXT2_FS=y
50994 -# CONFIG_EXT2_FS_XATTR is not set
50995 -# CONFIG_EXT2_FS_XIP is not set
50996 -# CONFIG_EXT3_FS is not set
50997 -# CONFIG_EXT4DEV_FS is not set
50998 -# CONFIG_REISERFS_FS is not set
50999 -# CONFIG_JFS_FS is not set
51000 -# CONFIG_FS_POSIX_ACL is not set
51001 -# CONFIG_XFS_FS is not set
51002 -# CONFIG_GFS2_FS is not set
51003 -# CONFIG_OCFS2_FS is not set
51004 -CONFIG_DNOTIFY=y
51005 -CONFIG_INOTIFY=y
51006 -CONFIG_INOTIFY_USER=y
51007 -# CONFIG_QUOTA is not set
51008 -# CONFIG_AUTOFS_FS is not set
51009 -# CONFIG_AUTOFS4_FS is not set
51010 -# CONFIG_FUSE_FS is not set
51011 -
51012 -#
51013 -# CD-ROM/DVD Filesystems
51014 -#
51015 -# CONFIG_ISO9660_FS is not set
51016 -# CONFIG_UDF_FS is not set
51017 -
51018 -#
51019 -# DOS/FAT/NT Filesystems
51020 -#
51021 -# CONFIG_MSDOS_FS is not set
51022 -# CONFIG_VFAT_FS is not set
51023 -# CONFIG_NTFS_FS is not set
51024 -
51025 -#
51026 -# Pseudo filesystems
51027 -#
51028 -CONFIG_PROC_FS=y
51029 -CONFIG_PROC_KCORE=y
51030 -CONFIG_PROC_SYSCTL=y
51031 -CONFIG_SYSFS=y
51032 -CONFIG_TMPFS=y
51033 -# CONFIG_TMPFS_POSIX_ACL is not set
51034 -# CONFIG_HUGETLB_PAGE is not set
51035 -# CONFIG_CONFIGFS_FS is not set
51036 -
51037 -#
51038 -# Miscellaneous filesystems
51039 -#
51040 -# CONFIG_ADFS_FS is not set
51041 -# CONFIG_AFFS_FS is not set
51042 -# CONFIG_HFS_FS is not set
51043 -# CONFIG_HFSPLUS_FS is not set
51044 -# CONFIG_BEFS_FS is not set
51045 -# CONFIG_BFS_FS is not set
51046 -# CONFIG_EFS_FS is not set
51047 -# CONFIG_JFFS2_FS is not set
51048 -CONFIG_CRAMFS=y
51049 -# CONFIG_VXFS_FS is not set
51050 -# CONFIG_MINIX_FS is not set
51051 -# CONFIG_HPFS_FS is not set
51052 -# CONFIG_QNX4FS_FS is not set
51053 -# CONFIG_ROMFS_FS is not set
51054 -# CONFIG_SYSV_FS is not set
51055 -# CONFIG_UFS_FS is not set
51056 -CONFIG_NETWORK_FILESYSTEMS=y
51057 -CONFIG_NFS_FS=y
51058 -CONFIG_NFS_V3=y
51059 -# CONFIG_NFS_V3_ACL is not set
51060 -# CONFIG_NFS_V4 is not set
51061 -# CONFIG_NFS_DIRECTIO is not set
51062 -# CONFIG_NFSD is not set
51063 -CONFIG_ROOT_NFS=y
51064 -CONFIG_LOCKD=y
51065 -CONFIG_LOCKD_V4=y
51066 -CONFIG_NFS_COMMON=y
51067 -CONFIG_SUNRPC=y
51068 -# CONFIG_SUNRPC_BIND34 is not set
51069 -# CONFIG_RPCSEC_GSS_KRB5 is not set
51070 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
51071 -# CONFIG_SMB_FS is not set
51072 -# CONFIG_CIFS is not set
51073 -# CONFIG_NCP_FS is not set
51074 -# CONFIG_CODA_FS is not set
51075 -# CONFIG_AFS_FS is not set
51076 -
51077 -#
51078 -# Partition Types
51079 -#
51080 -# CONFIG_PARTITION_ADVANCED is not set
51081 -CONFIG_MSDOS_PARTITION=y
51082 -# CONFIG_NLS is not set
51083 -# CONFIG_DLM is not set
51084 -
51085 -#
51086 -# Library routines
51087 -#
51088 -CONFIG_BITREVERSE=y
51089 -# CONFIG_CRC_CCITT is not set
51090 -# CONFIG_CRC16 is not set
51091 -# CONFIG_CRC_ITU_T is not set
51092 -CONFIG_CRC32=y
51093 -# CONFIG_CRC7 is not set
51094 -# CONFIG_LIBCRC32C is not set
51095 -CONFIG_ZLIB_INFLATE=y
51096 -CONFIG_PLIST=y
51097 -CONFIG_HAS_IOMEM=y
51098 -CONFIG_HAS_IOPORT=y
51099 -CONFIG_HAS_DMA=y
51100 -
51101 -#
51102 -# Kernel hacking
51103 -#
51104 -# CONFIG_PRINTK_TIME is not set
51105 -CONFIG_ENABLE_WARN_DEPRECATED=y
51106 -CONFIG_ENABLE_MUST_CHECK=y
51107 -CONFIG_MAGIC_SYSRQ=y
51108 -# CONFIG_UNUSED_SYMBOLS is not set
51109 -CONFIG_DEBUG_FS=y
51110 -# CONFIG_HEADERS_CHECK is not set
51111 -CONFIG_DEBUG_KERNEL=y
51112 -# CONFIG_DEBUG_SHIRQ is not set
51113 -CONFIG_DETECT_SOFTLOCKUP=y
51114 -CONFIG_SCHED_DEBUG=y
51115 -# CONFIG_SCHEDSTATS is not set
51116 -# CONFIG_TIMER_STATS is not set
51117 -# CONFIG_SLUB_DEBUG_ON is not set
51118 -# CONFIG_SLUB_STATS is not set
51119 -# CONFIG_DEBUG_RT_MUTEXES is not set
51120 -# CONFIG_RT_MUTEX_TESTER is not set
51121 -# CONFIG_DEBUG_SPINLOCK is not set
51122 -# CONFIG_DEBUG_MUTEXES is not set
51123 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
51124 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
51125 -# CONFIG_DEBUG_KOBJECT is not set
51126 -CONFIG_DEBUG_BUGVERBOSE=y
51127 -# CONFIG_DEBUG_INFO is not set
51128 -# CONFIG_DEBUG_VM is not set
51129 -# CONFIG_DEBUG_LIST is not set
51130 -# CONFIG_DEBUG_SG is not set
51131 -# CONFIG_BOOT_PRINTK_DELAY is not set
51132 -# CONFIG_RCU_TORTURE_TEST is not set
51133 -# CONFIG_BACKTRACE_SELF_TEST is not set
51134 -# CONFIG_FAULT_INJECTION is not set
51135 -# CONFIG_SAMPLES is not set
51136 -# CONFIG_DEBUG_STACKOVERFLOW is not set
51137 -# CONFIG_DEBUG_STACK_USAGE is not set
51138 -# CONFIG_DEBUG_PAGEALLOC is not set
51139 -# CONFIG_DEBUGGER is not set
51140 -# CONFIG_VIRQ_DEBUG is not set
51141 -# CONFIG_BDI_SWITCH is not set
51142 -# CONFIG_PPC_EARLY_DEBUG is not set
51143 -
51144 -#
51145 -# Security options
51146 -#
51147 -# CONFIG_KEYS is not set
51148 -# CONFIG_SECURITY is not set
51149 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
51150 -CONFIG_CRYPTO=y
51151 -CONFIG_CRYPTO_ALGAPI=y
51152 -CONFIG_CRYPTO_BLKCIPHER=y
51153 -# CONFIG_CRYPTO_SEQIV is not set
51154 -CONFIG_CRYPTO_MANAGER=y
51155 -# CONFIG_CRYPTO_HMAC is not set
51156 -# CONFIG_CRYPTO_XCBC is not set
51157 -# CONFIG_CRYPTO_NULL is not set
51158 -# CONFIG_CRYPTO_MD4 is not set
51159 -CONFIG_CRYPTO_MD5=y
51160 -# CONFIG_CRYPTO_SHA1 is not set
51161 -# CONFIG_CRYPTO_SHA256 is not set
51162 -# CONFIG_CRYPTO_SHA512 is not set
51163 -# CONFIG_CRYPTO_WP512 is not set
51164 -# CONFIG_CRYPTO_TGR192 is not set
51165 -# CONFIG_CRYPTO_GF128MUL is not set
51166 -CONFIG_CRYPTO_ECB=y
51167 -CONFIG_CRYPTO_CBC=y
51168 -CONFIG_CRYPTO_PCBC=y
51169 -# CONFIG_CRYPTO_LRW is not set
51170 -# CONFIG_CRYPTO_XTS is not set
51171 -# CONFIG_CRYPTO_CTR is not set
51172 -# CONFIG_CRYPTO_GCM is not set
51173 -# CONFIG_CRYPTO_CCM is not set
51174 -# CONFIG_CRYPTO_CRYPTD is not set
51175 -CONFIG_CRYPTO_DES=y
51176 -# CONFIG_CRYPTO_FCRYPT is not set
51177 -# CONFIG_CRYPTO_BLOWFISH is not set
51178 -# CONFIG_CRYPTO_TWOFISH is not set
51179 -# CONFIG_CRYPTO_SERPENT is not set
51180 -# CONFIG_CRYPTO_AES is not set
51181 -# CONFIG_CRYPTO_CAST5 is not set
51182 -# CONFIG_CRYPTO_CAST6 is not set
51183 -# CONFIG_CRYPTO_TEA is not set
51184 -# CONFIG_CRYPTO_ARC4 is not set
51185 -# CONFIG_CRYPTO_KHAZAD is not set
51186 -# CONFIG_CRYPTO_ANUBIS is not set
51187 -# CONFIG_CRYPTO_SEED is not set
51188 -# CONFIG_CRYPTO_SALSA20 is not set
51189 -# CONFIG_CRYPTO_DEFLATE is not set
51190 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
51191 -# CONFIG_CRYPTO_CRC32C is not set
51192 -# CONFIG_CRYPTO_CAMELLIA is not set
51193 -# CONFIG_CRYPTO_TEST is not set
51194 -# CONFIG_CRYPTO_AUTHENC is not set
51195 -# CONFIG_CRYPTO_LZO is not set
51196 -CONFIG_CRYPTO_HW=y
51197 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
51198 -# CONFIG_PPC_CLOCK is not set
51199 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/g5_defconfig powerpc.git/arch/powerpc/configs/g5_defconfig
51200 --- linux-2.6.25-rc9/arch/powerpc/configs/g5_defconfig 2008-04-11 22:32:29.000000000 +0200
51201 +++ powerpc.git/arch/powerpc/configs/g5_defconfig 2008-04-19 16:40:52.000000000 +0200
51202 @@ -1,7 +1,7 @@
51203 #
51204 # Automatically generated make config: don't edit
51205 # Linux kernel version: 2.6.25-rc6
51206 -# Thu Mar 20 10:36:41 2008
51207 +# Thu Mar 27 13:55:43 2008
51208 #
51209 CONFIG_PPC64=y
51210
51211 @@ -77,8 +77,6 @@
51212 CONFIG_LOG_BUF_SHIFT=17
51213 # CONFIG_CGROUPS is not set
51214 # CONFIG_GROUP_SCHED is not set
51215 -# CONFIG_USER_SCHED is not set
51216 -# CONFIG_CGROUP_SCHED is not set
51217 CONFIG_SYSFS_DEPRECATED=y
51218 CONFIG_SYSFS_DEPRECATED_V2=y
51219 # CONFIG_RELAY is not set
51220 @@ -276,7 +274,7 @@
51221 # CONFIG_PCIEPORTBUS is not set
51222 CONFIG_ARCH_SUPPORTS_MSI=y
51223 CONFIG_PCI_MSI=y
51224 -CONFIG_PCI_LEGACY=y
51225 +# CONFIG_PCI_LEGACY is not set
51226 # CONFIG_PCI_DEBUG is not set
51227 # CONFIG_PCCARD is not set
51228 # CONFIG_HOTPLUG_PCI is not set
51229 @@ -1596,6 +1594,7 @@
51230 CONFIG_HAS_IOMEM=y
51231 CONFIG_HAS_IOPORT=y
51232 CONFIG_HAS_DMA=y
51233 +CONFIG_HAVE_LMB=y
51234
51235 #
51236 # Kernel hacking
51237 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/iseries_defconfig powerpc.git/arch/powerpc/configs/iseries_defconfig
51238 --- linux-2.6.25-rc9/arch/powerpc/configs/iseries_defconfig 2008-04-11 22:32:29.000000000 +0200
51239 +++ powerpc.git/arch/powerpc/configs/iseries_defconfig 2008-04-19 16:40:52.000000000 +0200
51240 @@ -1,7 +1,7 @@
51241 #
51242 # Automatically generated make config: don't edit
51243 # Linux kernel version: 2.6.25-rc6
51244 -# Thu Mar 20 10:43:46 2008
51245 +# Thu Mar 27 13:55:45 2008
51246 #
51247 CONFIG_PPC64=y
51248
51249 @@ -77,8 +77,6 @@
51250 CONFIG_LOG_BUF_SHIFT=17
51251 # CONFIG_CGROUPS is not set
51252 # CONFIG_GROUP_SCHED is not set
51253 -# CONFIG_USER_SCHED is not set
51254 -# CONFIG_CGROUP_SCHED is not set
51255 CONFIG_SYSFS_DEPRECATED=y
51256 CONFIG_SYSFS_DEPRECATED_V2=y
51257 # CONFIG_RELAY is not set
51258 @@ -261,7 +259,7 @@
51259 # CONFIG_PCIEPORTBUS is not set
51260 CONFIG_ARCH_SUPPORTS_MSI=y
51261 # CONFIG_PCI_MSI is not set
51262 -CONFIG_PCI_LEGACY=y
51263 +# CONFIG_PCI_LEGACY is not set
51264 # CONFIG_PCI_DEBUG is not set
51265 # CONFIG_PCCARD is not set
51266 # CONFIG_HOTPLUG_PCI is not set
51267 @@ -1065,6 +1063,7 @@
51268 CONFIG_HAS_IOMEM=y
51269 CONFIG_HAS_IOPORT=y
51270 CONFIG_HAS_DMA=y
51271 +CONFIG_HAVE_LMB=y
51272
51273 #
51274 # Kernel hacking
51275 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/katmai_defconfig powerpc.git/arch/powerpc/configs/katmai_defconfig
51276 --- linux-2.6.25-rc9/arch/powerpc/configs/katmai_defconfig 2008-04-11 22:32:29.000000000 +0200
51277 +++ powerpc.git/arch/powerpc/configs/katmai_defconfig 1970-01-01 01:00:00.000000000 +0100
51278 @@ -1,790 +0,0 @@
51279 -#
51280 -# Automatically generated make config: don't edit
51281 -# Linux kernel version: 2.6.24-rc6
51282 -# Mon Dec 24 11:17:43 2007
51283 -#
51284 -# CONFIG_PPC64 is not set
51285 -
51286 -#
51287 -# Processor support
51288 -#
51289 -# CONFIG_6xx is not set
51290 -# CONFIG_PPC_85xx is not set
51291 -# CONFIG_PPC_8xx is not set
51292 -# CONFIG_40x is not set
51293 -CONFIG_44x=y
51294 -# CONFIG_E200 is not set
51295 -CONFIG_4xx=y
51296 -CONFIG_BOOKE=y
51297 -CONFIG_PTE_64BIT=y
51298 -CONFIG_PHYS_64BIT=y
51299 -# CONFIG_PPC_MM_SLICES is not set
51300 -CONFIG_NOT_COHERENT_CACHE=y
51301 -CONFIG_PPC32=y
51302 -CONFIG_WORD_SIZE=32
51303 -CONFIG_PPC_MERGE=y
51304 -CONFIG_MMU=y
51305 -CONFIG_GENERIC_CMOS_UPDATE=y
51306 -CONFIG_GENERIC_TIME=y
51307 -CONFIG_GENERIC_TIME_VSYSCALL=y
51308 -CONFIG_GENERIC_CLOCKEVENTS=y
51309 -CONFIG_GENERIC_HARDIRQS=y
51310 -CONFIG_IRQ_PER_CPU=y
51311 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
51312 -CONFIG_ARCH_HAS_ILOG2_U32=y
51313 -CONFIG_GENERIC_HWEIGHT=y
51314 -CONFIG_GENERIC_CALIBRATE_DELAY=y
51315 -CONFIG_GENERIC_FIND_NEXT_BIT=y
51316 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
51317 -CONFIG_PPC=y
51318 -CONFIG_EARLY_PRINTK=y
51319 -CONFIG_GENERIC_NVRAM=y
51320 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
51321 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
51322 -CONFIG_PPC_OF=y
51323 -CONFIG_OF=y
51324 -CONFIG_PPC_UDBG_16550=y
51325 -# CONFIG_GENERIC_TBSYNC is not set
51326 -CONFIG_AUDIT_ARCH=y
51327 -CONFIG_GENERIC_BUG=y
51328 -# CONFIG_DEFAULT_UIMAGE is not set
51329 -CONFIG_PPC_DCR_NATIVE=y
51330 -# CONFIG_PPC_DCR_MMIO is not set
51331 -CONFIG_PPC_DCR=y
51332 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
51333 -
51334 -#
51335 -# General setup
51336 -#
51337 -CONFIG_EXPERIMENTAL=y
51338 -CONFIG_BROKEN_ON_SMP=y
51339 -CONFIG_INIT_ENV_ARG_LIMIT=32
51340 -CONFIG_LOCALVERSION=""
51341 -CONFIG_LOCALVERSION_AUTO=y
51342 -CONFIG_SWAP=y
51343 -CONFIG_SYSVIPC=y
51344 -CONFIG_SYSVIPC_SYSCTL=y
51345 -CONFIG_POSIX_MQUEUE=y
51346 -# CONFIG_BSD_PROCESS_ACCT is not set
51347 -# CONFIG_TASKSTATS is not set
51348 -# CONFIG_USER_NS is not set
51349 -# CONFIG_PID_NS is not set
51350 -# CONFIG_AUDIT is not set
51351 -# CONFIG_IKCONFIG is not set
51352 -CONFIG_LOG_BUF_SHIFT=14
51353 -# CONFIG_CGROUPS is not set
51354 -CONFIG_FAIR_GROUP_SCHED=y
51355 -CONFIG_FAIR_USER_SCHED=y
51356 -# CONFIG_FAIR_CGROUP_SCHED is not set
51357 -CONFIG_SYSFS_DEPRECATED=y
51358 -# CONFIG_RELAY is not set
51359 -CONFIG_BLK_DEV_INITRD=y
51360 -CONFIG_INITRAMFS_SOURCE=""
51361 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
51362 -CONFIG_SYSCTL=y
51363 -CONFIG_EMBEDDED=y
51364 -CONFIG_SYSCTL_SYSCALL=y
51365 -CONFIG_KALLSYMS=y
51366 -# CONFIG_KALLSYMS_ALL is not set
51367 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
51368 -CONFIG_HOTPLUG=y
51369 -CONFIG_PRINTK=y
51370 -CONFIG_BUG=y
51371 -CONFIG_ELF_CORE=y
51372 -CONFIG_BASE_FULL=y
51373 -CONFIG_FUTEX=y
51374 -CONFIG_ANON_INODES=y
51375 -CONFIG_EPOLL=y
51376 -CONFIG_SIGNALFD=y
51377 -CONFIG_EVENTFD=y
51378 -CONFIG_SHMEM=y
51379 -CONFIG_VM_EVENT_COUNTERS=y
51380 -CONFIG_SLUB_DEBUG=y
51381 -# CONFIG_SLAB is not set
51382 -CONFIG_SLUB=y
51383 -# CONFIG_SLOB is not set
51384 -CONFIG_RT_MUTEXES=y
51385 -# CONFIG_TINY_SHMEM is not set
51386 -CONFIG_BASE_SMALL=0
51387 -CONFIG_MODULES=y
51388 -CONFIG_MODULE_UNLOAD=y
51389 -# CONFIG_MODULE_FORCE_UNLOAD is not set
51390 -# CONFIG_MODVERSIONS is not set
51391 -# CONFIG_MODULE_SRCVERSION_ALL is not set
51392 -CONFIG_KMOD=y
51393 -CONFIG_BLOCK=y
51394 -CONFIG_LBD=y
51395 -# CONFIG_BLK_DEV_IO_TRACE is not set
51396 -# CONFIG_LSF is not set
51397 -# CONFIG_BLK_DEV_BSG is not set
51398 -
51399 -#
51400 -# IO Schedulers
51401 -#
51402 -CONFIG_IOSCHED_NOOP=y
51403 -CONFIG_IOSCHED_AS=y
51404 -CONFIG_IOSCHED_DEADLINE=y
51405 -CONFIG_IOSCHED_CFQ=y
51406 -CONFIG_DEFAULT_AS=y
51407 -# CONFIG_DEFAULT_DEADLINE is not set
51408 -# CONFIG_DEFAULT_CFQ is not set
51409 -# CONFIG_DEFAULT_NOOP is not set
51410 -CONFIG_DEFAULT_IOSCHED="anticipatory"
51411 -CONFIG_PPC4xx_PCI_EXPRESS=y
51412 -
51413 -#
51414 -# Platform support
51415 -#
51416 -# CONFIG_PPC_MPC52xx is not set
51417 -# CONFIG_PPC_MPC5200 is not set
51418 -# CONFIG_PPC_CELL is not set
51419 -# CONFIG_PPC_CELL_NATIVE is not set
51420 -# CONFIG_PQ2ADS is not set
51421 -# CONFIG_BAMBOO is not set
51422 -# CONFIG_EBONY is not set
51423 -# CONFIG_SEQUOIA is not set
51424 -# CONFIG_TAISHAN is not set
51425 -CONFIG_KATMAI=y
51426 -# CONFIG_RAINIER is not set
51427 -CONFIG_440SPe=y
51428 -# CONFIG_MPIC is not set
51429 -# CONFIG_MPIC_WEIRD is not set
51430 -# CONFIG_PPC_I8259 is not set
51431 -# CONFIG_PPC_RTAS is not set
51432 -# CONFIG_MMIO_NVRAM is not set
51433 -# CONFIG_PPC_MPC106 is not set
51434 -# CONFIG_PPC_970_NAP is not set
51435 -# CONFIG_PPC_INDIRECT_IO is not set
51436 -# CONFIG_GENERIC_IOMAP is not set
51437 -# CONFIG_CPU_FREQ is not set
51438 -# CONFIG_CPM2 is not set
51439 -# CONFIG_FSL_ULI1575 is not set
51440 -
51441 -#
51442 -# Kernel options
51443 -#
51444 -# CONFIG_HIGHMEM is not set
51445 -# CONFIG_TICK_ONESHOT is not set
51446 -# CONFIG_NO_HZ is not set
51447 -# CONFIG_HIGH_RES_TIMERS is not set
51448 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
51449 -# CONFIG_HZ_100 is not set
51450 -CONFIG_HZ_250=y
51451 -# CONFIG_HZ_300 is not set
51452 -# CONFIG_HZ_1000 is not set
51453 -CONFIG_HZ=250
51454 -CONFIG_PREEMPT_NONE=y
51455 -# CONFIG_PREEMPT_VOLUNTARY is not set
51456 -# CONFIG_PREEMPT is not set
51457 -CONFIG_BINFMT_ELF=y
51458 -# CONFIG_BINFMT_MISC is not set
51459 -# CONFIG_MATH_EMULATION is not set
51460 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
51461 -CONFIG_ARCH_FLATMEM_ENABLE=y
51462 -CONFIG_ARCH_POPULATES_NODE_MAP=y
51463 -CONFIG_SELECT_MEMORY_MODEL=y
51464 -CONFIG_FLATMEM_MANUAL=y
51465 -# CONFIG_DISCONTIGMEM_MANUAL is not set
51466 -# CONFIG_SPARSEMEM_MANUAL is not set
51467 -CONFIG_FLATMEM=y
51468 -CONFIG_FLAT_NODE_MEM_MAP=y
51469 -# CONFIG_SPARSEMEM_STATIC is not set
51470 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
51471 -CONFIG_SPLIT_PTLOCK_CPUS=4
51472 -CONFIG_RESOURCES_64BIT=y
51473 -CONFIG_ZONE_DMA_FLAG=1
51474 -CONFIG_BOUNCE=y
51475 -CONFIG_VIRT_TO_BUS=y
51476 -CONFIG_PROC_DEVICETREE=y
51477 -CONFIG_CMDLINE_BOOL=y
51478 -CONFIG_CMDLINE=""
51479 -CONFIG_SECCOMP=y
51480 -CONFIG_WANT_DEVICE_TREE=y
51481 -CONFIG_DEVICE_TREE="katmai.dts"
51482 -CONFIG_ISA_DMA_API=y
51483 -
51484 -#
51485 -# Bus options
51486 -#
51487 -CONFIG_ZONE_DMA=y
51488 -CONFIG_PPC_INDIRECT_PCI=y
51489 -CONFIG_PCI=y
51490 -CONFIG_PCI_DOMAINS=y
51491 -CONFIG_PCI_SYSCALL=y
51492 -# CONFIG_PCIEPORTBUS is not set
51493 -CONFIG_ARCH_SUPPORTS_MSI=y
51494 -# CONFIG_PCI_MSI is not set
51495 -CONFIG_PCI_LEGACY=y
51496 -# CONFIG_PCI_DEBUG is not set
51497 -# CONFIG_PCCARD is not set
51498 -# CONFIG_HOTPLUG_PCI is not set
51499 -
51500 -#
51501 -# Advanced setup
51502 -#
51503 -# CONFIG_ADVANCED_OPTIONS is not set
51504 -
51505 -#
51506 -# Default settings for advanced configuration options are used
51507 -#
51508 -CONFIG_HIGHMEM_START=0xfe000000
51509 -CONFIG_LOWMEM_SIZE=0x30000000
51510 -CONFIG_KERNEL_START=0xc0000000
51511 -CONFIG_TASK_SIZE=0xc0000000
51512 -CONFIG_CONSISTENT_START=0xff100000
51513 -CONFIG_CONSISTENT_SIZE=0x00200000
51514 -CONFIG_BOOT_LOAD=0x01000000
51515 -
51516 -#
51517 -# Networking
51518 -#
51519 -CONFIG_NET=y
51520 -
51521 -#
51522 -# Networking options
51523 -#
51524 -CONFIG_PACKET=y
51525 -# CONFIG_PACKET_MMAP is not set
51526 -CONFIG_UNIX=y
51527 -# CONFIG_NET_KEY is not set
51528 -CONFIG_INET=y
51529 -# CONFIG_IP_MULTICAST is not set
51530 -# CONFIG_IP_ADVANCED_ROUTER is not set
51531 -CONFIG_IP_FIB_HASH=y
51532 -CONFIG_IP_PNP=y
51533 -CONFIG_IP_PNP_DHCP=y
51534 -CONFIG_IP_PNP_BOOTP=y
51535 -# CONFIG_IP_PNP_RARP is not set
51536 -# CONFIG_NET_IPIP is not set
51537 -# CONFIG_NET_IPGRE is not set
51538 -# CONFIG_ARPD is not set
51539 -# CONFIG_SYN_COOKIES is not set
51540 -# CONFIG_INET_AH is not set
51541 -# CONFIG_INET_ESP is not set
51542 -# CONFIG_INET_IPCOMP is not set
51543 -# CONFIG_INET_XFRM_TUNNEL is not set
51544 -# CONFIG_INET_TUNNEL is not set
51545 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
51546 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
51547 -# CONFIG_INET_XFRM_MODE_BEET is not set
51548 -# CONFIG_INET_LRO is not set
51549 -CONFIG_INET_DIAG=y
51550 -CONFIG_INET_TCP_DIAG=y
51551 -# CONFIG_TCP_CONG_ADVANCED is not set
51552 -CONFIG_TCP_CONG_CUBIC=y
51553 -CONFIG_DEFAULT_TCP_CONG="cubic"
51554 -# CONFIG_TCP_MD5SIG is not set
51555 -# CONFIG_IPV6 is not set
51556 -# CONFIG_INET6_XFRM_TUNNEL is not set
51557 -# CONFIG_INET6_TUNNEL is not set
51558 -# CONFIG_NETWORK_SECMARK is not set
51559 -# CONFIG_NETFILTER is not set
51560 -# CONFIG_IP_DCCP is not set
51561 -# CONFIG_IP_SCTP is not set
51562 -# CONFIG_TIPC is not set
51563 -# CONFIG_ATM is not set
51564 -# CONFIG_BRIDGE is not set
51565 -# CONFIG_VLAN_8021Q is not set
51566 -# CONFIG_DECNET is not set
51567 -# CONFIG_LLC2 is not set
51568 -# CONFIG_IPX is not set
51569 -# CONFIG_ATALK is not set
51570 -# CONFIG_X25 is not set
51571 -# CONFIG_LAPB is not set
51572 -# CONFIG_ECONET is not set
51573 -# CONFIG_WAN_ROUTER is not set
51574 -# CONFIG_NET_SCHED is not set
51575 -
51576 -#
51577 -# Network testing
51578 -#
51579 -# CONFIG_NET_PKTGEN is not set
51580 -# CONFIG_HAMRADIO is not set
51581 -# CONFIG_IRDA is not set
51582 -# CONFIG_BT is not set
51583 -# CONFIG_AF_RXRPC is not set
51584 -
51585 -#
51586 -# Wireless
51587 -#
51588 -# CONFIG_CFG80211 is not set
51589 -# CONFIG_WIRELESS_EXT is not set
51590 -# CONFIG_MAC80211 is not set
51591 -# CONFIG_IEEE80211 is not set
51592 -# CONFIG_RFKILL is not set
51593 -# CONFIG_NET_9P is not set
51594 -
51595 -#
51596 -# Device Drivers
51597 -#
51598 -
51599 -#
51600 -# Generic Driver Options
51601 -#
51602 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
51603 -CONFIG_STANDALONE=y
51604 -CONFIG_PREVENT_FIRMWARE_BUILD=y
51605 -CONFIG_FW_LOADER=y
51606 -# CONFIG_DEBUG_DRIVER is not set
51607 -# CONFIG_DEBUG_DEVRES is not set
51608 -# CONFIG_SYS_HYPERVISOR is not set
51609 -CONFIG_CONNECTOR=y
51610 -CONFIG_PROC_EVENTS=y
51611 -# CONFIG_MTD is not set
51612 -CONFIG_OF_DEVICE=y
51613 -# CONFIG_PARPORT is not set
51614 -CONFIG_BLK_DEV=y
51615 -# CONFIG_BLK_DEV_FD is not set
51616 -# CONFIG_BLK_CPQ_DA is not set
51617 -# CONFIG_BLK_CPQ_CISS_DA is not set
51618 -# CONFIG_BLK_DEV_DAC960 is not set
51619 -# CONFIG_BLK_DEV_UMEM is not set
51620 -# CONFIG_BLK_DEV_COW_COMMON is not set
51621 -# CONFIG_BLK_DEV_LOOP is not set
51622 -# CONFIG_BLK_DEV_NBD is not set
51623 -# CONFIG_BLK_DEV_SX8 is not set
51624 -CONFIG_BLK_DEV_RAM=y
51625 -CONFIG_BLK_DEV_RAM_COUNT=16
51626 -CONFIG_BLK_DEV_RAM_SIZE=35000
51627 -CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
51628 -# CONFIG_CDROM_PKTCDVD is not set
51629 -# CONFIG_ATA_OVER_ETH is not set
51630 -# CONFIG_XILINX_SYSACE is not set
51631 -CONFIG_MISC_DEVICES=y
51632 -# CONFIG_PHANTOM is not set
51633 -# CONFIG_EEPROM_93CX6 is not set
51634 -# CONFIG_SGI_IOC4 is not set
51635 -# CONFIG_TIFM_CORE is not set
51636 -# CONFIG_IDE is not set
51637 -
51638 -#
51639 -# SCSI device support
51640 -#
51641 -# CONFIG_RAID_ATTRS is not set
51642 -# CONFIG_SCSI is not set
51643 -# CONFIG_SCSI_DMA is not set
51644 -# CONFIG_SCSI_NETLINK is not set
51645 -# CONFIG_ATA is not set
51646 -# CONFIG_MD is not set
51647 -# CONFIG_FUSION is not set
51648 -
51649 -#
51650 -# IEEE 1394 (FireWire) support
51651 -#
51652 -# CONFIG_FIREWIRE is not set
51653 -# CONFIG_IEEE1394 is not set
51654 -# CONFIG_I2O is not set
51655 -CONFIG_MACINTOSH_DRIVERS=y
51656 -# CONFIG_MAC_EMUMOUSEBTN is not set
51657 -# CONFIG_WINDFARM is not set
51658 -CONFIG_NETDEVICES=y
51659 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
51660 -# CONFIG_DUMMY is not set
51661 -# CONFIG_BONDING is not set
51662 -# CONFIG_MACVLAN is not set
51663 -# CONFIG_EQUALIZER is not set
51664 -# CONFIG_TUN is not set
51665 -# CONFIG_VETH is not set
51666 -# CONFIG_IP1000 is not set
51667 -# CONFIG_ARCNET is not set
51668 -# CONFIG_PHYLIB is not set
51669 -CONFIG_NET_ETHERNET=y
51670 -# CONFIG_MII is not set
51671 -# CONFIG_HAPPYMEAL is not set
51672 -# CONFIG_SUNGEM is not set
51673 -# CONFIG_CASSINI is not set
51674 -# CONFIG_NET_VENDOR_3COM is not set
51675 -# CONFIG_NET_TULIP is not set
51676 -# CONFIG_HP100 is not set
51677 -CONFIG_IBM_NEW_EMAC=y
51678 -CONFIG_IBM_NEW_EMAC_RXB=128
51679 -CONFIG_IBM_NEW_EMAC_TXB=64
51680 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
51681 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
51682 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
51683 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
51684 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
51685 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
51686 -# CONFIG_IBM_NEW_EMAC_TAH is not set
51687 -CONFIG_IBM_NEW_EMAC_EMAC4=y
51688 -# CONFIG_NET_PCI is not set
51689 -# CONFIG_B44 is not set
51690 -CONFIG_NETDEV_1000=y
51691 -# CONFIG_ACENIC is not set
51692 -# CONFIG_DL2K is not set
51693 -# CONFIG_E1000 is not set
51694 -# CONFIG_E1000E is not set
51695 -# CONFIG_NS83820 is not set
51696 -# CONFIG_HAMACHI is not set
51697 -# CONFIG_YELLOWFIN is not set
51698 -# CONFIG_R8169 is not set
51699 -# CONFIG_SIS190 is not set
51700 -# CONFIG_SKGE is not set
51701 -# CONFIG_SKY2 is not set
51702 -# CONFIG_SK98LIN is not set
51703 -# CONFIG_VIA_VELOCITY is not set
51704 -# CONFIG_TIGON3 is not set
51705 -# CONFIG_BNX2 is not set
51706 -# CONFIG_QLA3XXX is not set
51707 -# CONFIG_ATL1 is not set
51708 -CONFIG_NETDEV_10000=y
51709 -# CONFIG_CHELSIO_T1 is not set
51710 -# CONFIG_CHELSIO_T3 is not set
51711 -# CONFIG_IXGBE is not set
51712 -# CONFIG_IXGB is not set
51713 -# CONFIG_S2IO is not set
51714 -# CONFIG_MYRI10GE is not set
51715 -# CONFIG_NETXEN_NIC is not set
51716 -# CONFIG_NIU is not set
51717 -# CONFIG_MLX4_CORE is not set
51718 -# CONFIG_TEHUTI is not set
51719 -# CONFIG_TR is not set
51720 -
51721 -#
51722 -# Wireless LAN
51723 -#
51724 -# CONFIG_WLAN_PRE80211 is not set
51725 -# CONFIG_WLAN_80211 is not set
51726 -# CONFIG_WAN is not set
51727 -# CONFIG_FDDI is not set
51728 -# CONFIG_HIPPI is not set
51729 -# CONFIG_PPP is not set
51730 -# CONFIG_SLIP is not set
51731 -# CONFIG_SHAPER is not set
51732 -# CONFIG_NETCONSOLE is not set
51733 -# CONFIG_NETPOLL is not set
51734 -# CONFIG_NET_POLL_CONTROLLER is not set
51735 -# CONFIG_ISDN is not set
51736 -# CONFIG_PHONE is not set
51737 -
51738 -#
51739 -# Input device support
51740 -#
51741 -# CONFIG_INPUT is not set
51742 -
51743 -#
51744 -# Hardware I/O ports
51745 -#
51746 -# CONFIG_SERIO is not set
51747 -# CONFIG_GAMEPORT is not set
51748 -
51749 -#
51750 -# Character devices
51751 -#
51752 -# CONFIG_VT is not set
51753 -# CONFIG_SERIAL_NONSTANDARD is not set
51754 -
51755 -#
51756 -# Serial drivers
51757 -#
51758 -CONFIG_SERIAL_8250=y
51759 -CONFIG_SERIAL_8250_CONSOLE=y
51760 -# CONFIG_SERIAL_8250_PCI is not set
51761 -CONFIG_SERIAL_8250_NR_UARTS=4
51762 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
51763 -CONFIG_SERIAL_8250_EXTENDED=y
51764 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
51765 -CONFIG_SERIAL_8250_SHARE_IRQ=y
51766 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
51767 -# CONFIG_SERIAL_8250_RSA is not set
51768 -
51769 -#
51770 -# Non-8250 serial port support
51771 -#
51772 -# CONFIG_SERIAL_UARTLITE is not set
51773 -CONFIG_SERIAL_CORE=y
51774 -CONFIG_SERIAL_CORE_CONSOLE=y
51775 -# CONFIG_SERIAL_JSM is not set
51776 -CONFIG_SERIAL_OF_PLATFORM=y
51777 -CONFIG_UNIX98_PTYS=y
51778 -CONFIG_LEGACY_PTYS=y
51779 -CONFIG_LEGACY_PTY_COUNT=256
51780 -# CONFIG_IPMI_HANDLER is not set
51781 -# CONFIG_HW_RANDOM is not set
51782 -# CONFIG_NVRAM is not set
51783 -# CONFIG_GEN_RTC is not set
51784 -# CONFIG_R3964 is not set
51785 -# CONFIG_APPLICOM is not set
51786 -# CONFIG_RAW_DRIVER is not set
51787 -# CONFIG_TCG_TPM is not set
51788 -CONFIG_DEVPORT=y
51789 -# CONFIG_I2C is not set
51790 -
51791 -#
51792 -# SPI support
51793 -#
51794 -# CONFIG_SPI is not set
51795 -# CONFIG_SPI_MASTER is not set
51796 -# CONFIG_W1 is not set
51797 -# CONFIG_POWER_SUPPLY is not set
51798 -# CONFIG_HWMON is not set
51799 -# CONFIG_WATCHDOG is not set
51800 -
51801 -#
51802 -# Sonics Silicon Backplane
51803 -#
51804 -CONFIG_SSB_POSSIBLE=y
51805 -# CONFIG_SSB is not set
51806 -
51807 -#
51808 -# Multifunction device drivers
51809 -#
51810 -# CONFIG_MFD_SM501 is not set
51811 -
51812 -#
51813 -# Multimedia devices
51814 -#
51815 -# CONFIG_VIDEO_DEV is not set
51816 -# CONFIG_DVB_CORE is not set
51817 -CONFIG_DAB=y
51818 -
51819 -#
51820 -# Graphics support
51821 -#
51822 -# CONFIG_AGP is not set
51823 -# CONFIG_DRM is not set
51824 -# CONFIG_VGASTATE is not set
51825 -CONFIG_VIDEO_OUTPUT_CONTROL=m
51826 -# CONFIG_FB is not set
51827 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
51828 -
51829 -#
51830 -# Display device support
51831 -#
51832 -# CONFIG_DISPLAY_SUPPORT is not set
51833 -
51834 -#
51835 -# Sound
51836 -#
51837 -# CONFIG_SOUND is not set
51838 -CONFIG_USB_SUPPORT=y
51839 -CONFIG_USB_ARCH_HAS_HCD=y
51840 -CONFIG_USB_ARCH_HAS_OHCI=y
51841 -CONFIG_USB_ARCH_HAS_EHCI=y
51842 -# CONFIG_USB is not set
51843 -
51844 -#
51845 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
51846 -#
51847 -
51848 -#
51849 -# USB Gadget Support
51850 -#
51851 -# CONFIG_USB_GADGET is not set
51852 -# CONFIG_MMC is not set
51853 -# CONFIG_NEW_LEDS is not set
51854 -# CONFIG_INFINIBAND is not set
51855 -# CONFIG_EDAC is not set
51856 -# CONFIG_RTC_CLASS is not set
51857 -
51858 -#
51859 -# Userspace I/O
51860 -#
51861 -# CONFIG_UIO is not set
51862 -
51863 -#
51864 -# File systems
51865 -#
51866 -CONFIG_EXT2_FS=y
51867 -# CONFIG_EXT2_FS_XATTR is not set
51868 -# CONFIG_EXT2_FS_XIP is not set
51869 -# CONFIG_EXT3_FS is not set
51870 -# CONFIG_EXT4DEV_FS is not set
51871 -# CONFIG_REISERFS_FS is not set
51872 -# CONFIG_JFS_FS is not set
51873 -# CONFIG_FS_POSIX_ACL is not set
51874 -# CONFIG_XFS_FS is not set
51875 -# CONFIG_GFS2_FS is not set
51876 -# CONFIG_OCFS2_FS is not set
51877 -# CONFIG_MINIX_FS is not set
51878 -# CONFIG_ROMFS_FS is not set
51879 -CONFIG_INOTIFY=y
51880 -CONFIG_INOTIFY_USER=y
51881 -# CONFIG_QUOTA is not set
51882 -CONFIG_DNOTIFY=y
51883 -# CONFIG_AUTOFS_FS is not set
51884 -# CONFIG_AUTOFS4_FS is not set
51885 -# CONFIG_FUSE_FS is not set
51886 -
51887 -#
51888 -# CD-ROM/DVD Filesystems
51889 -#
51890 -# CONFIG_ISO9660_FS is not set
51891 -# CONFIG_UDF_FS is not set
51892 -
51893 -#
51894 -# DOS/FAT/NT Filesystems
51895 -#
51896 -# CONFIG_MSDOS_FS is not set
51897 -# CONFIG_VFAT_FS is not set
51898 -# CONFIG_NTFS_FS is not set
51899 -
51900 -#
51901 -# Pseudo filesystems
51902 -#
51903 -CONFIG_PROC_FS=y
51904 -CONFIG_PROC_KCORE=y
51905 -CONFIG_PROC_SYSCTL=y
51906 -CONFIG_SYSFS=y
51907 -CONFIG_TMPFS=y
51908 -# CONFIG_TMPFS_POSIX_ACL is not set
51909 -# CONFIG_HUGETLB_PAGE is not set
51910 -# CONFIG_CONFIGFS_FS is not set
51911 -
51912 -#
51913 -# Miscellaneous filesystems
51914 -#
51915 -# CONFIG_ADFS_FS is not set
51916 -# CONFIG_AFFS_FS is not set
51917 -# CONFIG_HFS_FS is not set
51918 -# CONFIG_HFSPLUS_FS is not set
51919 -# CONFIG_BEFS_FS is not set
51920 -# CONFIG_BFS_FS is not set
51921 -# CONFIG_EFS_FS is not set
51922 -CONFIG_CRAMFS=y
51923 -# CONFIG_VXFS_FS is not set
51924 -# CONFIG_HPFS_FS is not set
51925 -# CONFIG_QNX4FS_FS is not set
51926 -# CONFIG_SYSV_FS is not set
51927 -# CONFIG_UFS_FS is not set
51928 -CONFIG_NETWORK_FILESYSTEMS=y
51929 -CONFIG_NFS_FS=y
51930 -CONFIG_NFS_V3=y
51931 -# CONFIG_NFS_V3_ACL is not set
51932 -# CONFIG_NFS_V4 is not set
51933 -# CONFIG_NFS_DIRECTIO is not set
51934 -# CONFIG_NFSD is not set
51935 -CONFIG_ROOT_NFS=y
51936 -CONFIG_LOCKD=y
51937 -CONFIG_LOCKD_V4=y
51938 -CONFIG_NFS_COMMON=y
51939 -CONFIG_SUNRPC=y
51940 -# CONFIG_SUNRPC_BIND34 is not set
51941 -# CONFIG_RPCSEC_GSS_KRB5 is not set
51942 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
51943 -# CONFIG_SMB_FS is not set
51944 -# CONFIG_CIFS is not set
51945 -# CONFIG_NCP_FS is not set
51946 -# CONFIG_CODA_FS is not set
51947 -# CONFIG_AFS_FS is not set
51948 -
51949 -#
51950 -# Partition Types
51951 -#
51952 -# CONFIG_PARTITION_ADVANCED is not set
51953 -CONFIG_MSDOS_PARTITION=y
51954 -# CONFIG_NLS is not set
51955 -# CONFIG_DLM is not set
51956 -# CONFIG_UCC_SLOW is not set
51957 -
51958 -#
51959 -# Library routines
51960 -#
51961 -CONFIG_BITREVERSE=y
51962 -# CONFIG_CRC_CCITT is not set
51963 -# CONFIG_CRC16 is not set
51964 -# CONFIG_CRC_ITU_T is not set
51965 -CONFIG_CRC32=y
51966 -# CONFIG_CRC7 is not set
51967 -# CONFIG_LIBCRC32C is not set
51968 -CONFIG_ZLIB_INFLATE=y
51969 -CONFIG_PLIST=y
51970 -CONFIG_HAS_IOMEM=y
51971 -CONFIG_HAS_IOPORT=y
51972 -CONFIG_HAS_DMA=y
51973 -CONFIG_INSTRUMENTATION=y
51974 -# CONFIG_PROFILING is not set
51975 -# CONFIG_KPROBES is not set
51976 -# CONFIG_MARKERS is not set
51977 -
51978 -#
51979 -# Kernel hacking
51980 -#
51981 -# CONFIG_PRINTK_TIME is not set
51982 -CONFIG_ENABLE_WARN_DEPRECATED=y
51983 -CONFIG_ENABLE_MUST_CHECK=y
51984 -CONFIG_MAGIC_SYSRQ=y
51985 -# CONFIG_UNUSED_SYMBOLS is not set
51986 -# CONFIG_DEBUG_FS is not set
51987 -# CONFIG_HEADERS_CHECK is not set
51988 -CONFIG_DEBUG_KERNEL=y
51989 -# CONFIG_DEBUG_SHIRQ is not set
51990 -CONFIG_DETECT_SOFTLOCKUP=y
51991 -CONFIG_SCHED_DEBUG=y
51992 -# CONFIG_SCHEDSTATS is not set
51993 -# CONFIG_TIMER_STATS is not set
51994 -# CONFIG_SLUB_DEBUG_ON is not set
51995 -# CONFIG_DEBUG_RT_MUTEXES is not set
51996 -# CONFIG_RT_MUTEX_TESTER is not set
51997 -# CONFIG_DEBUG_SPINLOCK is not set
51998 -# CONFIG_DEBUG_MUTEXES is not set
51999 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
52000 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
52001 -# CONFIG_DEBUG_KOBJECT is not set
52002 -# CONFIG_DEBUG_BUGVERBOSE is not set
52003 -# CONFIG_DEBUG_INFO is not set
52004 -# CONFIG_DEBUG_VM is not set
52005 -# CONFIG_DEBUG_LIST is not set
52006 -# CONFIG_DEBUG_SG is not set
52007 -CONFIG_FORCED_INLINING=y
52008 -# CONFIG_BOOT_PRINTK_DELAY is not set
52009 -# CONFIG_RCU_TORTURE_TEST is not set
52010 -# CONFIG_FAULT_INJECTION is not set
52011 -# CONFIG_SAMPLES is not set
52012 -# CONFIG_DEBUG_STACKOVERFLOW is not set
52013 -# CONFIG_DEBUG_STACK_USAGE is not set
52014 -# CONFIG_DEBUG_PAGEALLOC is not set
52015 -CONFIG_DEBUGGER=y
52016 -# CONFIG_KGDB is not set
52017 -# CONFIG_XMON is not set
52018 -# CONFIG_BDI_SWITCH is not set
52019 -# CONFIG_PPC_EARLY_DEBUG is not set
52020 -
52021 -#
52022 -# Security options
52023 -#
52024 -# CONFIG_KEYS is not set
52025 -# CONFIG_SECURITY is not set
52026 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
52027 -CONFIG_CRYPTO=y
52028 -CONFIG_CRYPTO_ALGAPI=y
52029 -CONFIG_CRYPTO_BLKCIPHER=y
52030 -CONFIG_CRYPTO_MANAGER=y
52031 -# CONFIG_CRYPTO_HMAC is not set
52032 -# CONFIG_CRYPTO_XCBC is not set
52033 -# CONFIG_CRYPTO_NULL is not set
52034 -# CONFIG_CRYPTO_MD4 is not set
52035 -CONFIG_CRYPTO_MD5=y
52036 -# CONFIG_CRYPTO_SHA1 is not set
52037 -# CONFIG_CRYPTO_SHA256 is not set
52038 -# CONFIG_CRYPTO_SHA512 is not set
52039 -# CONFIG_CRYPTO_WP512 is not set
52040 -# CONFIG_CRYPTO_TGR192 is not set
52041 -# CONFIG_CRYPTO_GF128MUL is not set
52042 -CONFIG_CRYPTO_ECB=y
52043 -CONFIG_CRYPTO_CBC=y
52044 -CONFIG_CRYPTO_PCBC=y
52045 -# CONFIG_CRYPTO_LRW is not set
52046 -# CONFIG_CRYPTO_XTS is not set
52047 -# CONFIG_CRYPTO_CRYPTD is not set
52048 -CONFIG_CRYPTO_DES=y
52049 -# CONFIG_CRYPTO_FCRYPT is not set
52050 -# CONFIG_CRYPTO_BLOWFISH is not set
52051 -# CONFIG_CRYPTO_TWOFISH is not set
52052 -# CONFIG_CRYPTO_SERPENT is not set
52053 -# CONFIG_CRYPTO_AES is not set
52054 -# CONFIG_CRYPTO_CAST5 is not set
52055 -# CONFIG_CRYPTO_CAST6 is not set
52056 -# CONFIG_CRYPTO_TEA is not set
52057 -# CONFIG_CRYPTO_ARC4 is not set
52058 -# CONFIG_CRYPTO_KHAZAD is not set
52059 -# CONFIG_CRYPTO_ANUBIS is not set
52060 -# CONFIG_CRYPTO_SEED is not set
52061 -# CONFIG_CRYPTO_DEFLATE is not set
52062 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
52063 -# CONFIG_CRYPTO_CRC32C is not set
52064 -# CONFIG_CRYPTO_CAMELLIA is not set
52065 -# CONFIG_CRYPTO_TEST is not set
52066 -# CONFIG_CRYPTO_AUTHENC is not set
52067 -CONFIG_CRYPTO_HW=y
52068 -# CONFIG_PPC_CLOCK is not set
52069 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/kilauea_defconfig powerpc.git/arch/powerpc/configs/kilauea_defconfig
52070 --- linux-2.6.25-rc9/arch/powerpc/configs/kilauea_defconfig 2008-04-11 22:32:29.000000000 +0200
52071 +++ powerpc.git/arch/powerpc/configs/kilauea_defconfig 1970-01-01 01:00:00.000000000 +0100
52072 @@ -1,839 +0,0 @@
52073 -#
52074 -# Automatically generated make config: don't edit
52075 -# Linux kernel version: 2.6.25-rc2
52076 -# Fri Feb 15 21:51:43 2008
52077 -#
52078 -# CONFIG_PPC64 is not set
52079 -
52080 -#
52081 -# Processor support
52082 -#
52083 -# CONFIG_6xx is not set
52084 -# CONFIG_PPC_85xx is not set
52085 -# CONFIG_PPC_8xx is not set
52086 -CONFIG_40x=y
52087 -# CONFIG_44x is not set
52088 -# CONFIG_E200 is not set
52089 -CONFIG_4xx=y
52090 -# CONFIG_PPC_MM_SLICES is not set
52091 -CONFIG_NOT_COHERENT_CACHE=y
52092 -CONFIG_PPC32=y
52093 -CONFIG_WORD_SIZE=32
52094 -CONFIG_PPC_MERGE=y
52095 -CONFIG_MMU=y
52096 -CONFIG_GENERIC_CMOS_UPDATE=y
52097 -CONFIG_GENERIC_TIME=y
52098 -CONFIG_GENERIC_TIME_VSYSCALL=y
52099 -CONFIG_GENERIC_CLOCKEVENTS=y
52100 -CONFIG_GENERIC_HARDIRQS=y
52101 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
52102 -CONFIG_IRQ_PER_CPU=y
52103 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
52104 -CONFIG_ARCH_HAS_ILOG2_U32=y
52105 -CONFIG_GENERIC_HWEIGHT=y
52106 -CONFIG_GENERIC_CALIBRATE_DELAY=y
52107 -CONFIG_GENERIC_FIND_NEXT_BIT=y
52108 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
52109 -CONFIG_PPC=y
52110 -CONFIG_EARLY_PRINTK=y
52111 -CONFIG_GENERIC_NVRAM=y
52112 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
52113 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
52114 -CONFIG_PPC_OF=y
52115 -CONFIG_OF=y
52116 -CONFIG_PPC_UDBG_16550=y
52117 -# CONFIG_GENERIC_TBSYNC is not set
52118 -CONFIG_AUDIT_ARCH=y
52119 -CONFIG_GENERIC_BUG=y
52120 -# CONFIG_DEFAULT_UIMAGE is not set
52121 -CONFIG_PPC_DCR_NATIVE=y
52122 -# CONFIG_PPC_DCR_MMIO is not set
52123 -CONFIG_PPC_DCR=y
52124 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
52125 -
52126 -#
52127 -# General setup
52128 -#
52129 -CONFIG_EXPERIMENTAL=y
52130 -CONFIG_BROKEN_ON_SMP=y
52131 -CONFIG_INIT_ENV_ARG_LIMIT=32
52132 -CONFIG_LOCALVERSION=""
52133 -CONFIG_LOCALVERSION_AUTO=y
52134 -CONFIG_SWAP=y
52135 -CONFIG_SYSVIPC=y
52136 -CONFIG_SYSVIPC_SYSCTL=y
52137 -CONFIG_POSIX_MQUEUE=y
52138 -# CONFIG_BSD_PROCESS_ACCT is not set
52139 -# CONFIG_TASKSTATS is not set
52140 -# CONFIG_AUDIT is not set
52141 -# CONFIG_IKCONFIG is not set
52142 -CONFIG_LOG_BUF_SHIFT=14
52143 -# CONFIG_CGROUPS is not set
52144 -CONFIG_GROUP_SCHED=y
52145 -# CONFIG_FAIR_GROUP_SCHED is not set
52146 -# CONFIG_RT_GROUP_SCHED is not set
52147 -CONFIG_USER_SCHED=y
52148 -# CONFIG_CGROUP_SCHED is not set
52149 -CONFIG_SYSFS_DEPRECATED=y
52150 -# CONFIG_RELAY is not set
52151 -# CONFIG_NAMESPACES is not set
52152 -CONFIG_BLK_DEV_INITRD=y
52153 -CONFIG_INITRAMFS_SOURCE=""
52154 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
52155 -CONFIG_SYSCTL=y
52156 -CONFIG_EMBEDDED=y
52157 -CONFIG_SYSCTL_SYSCALL=y
52158 -CONFIG_KALLSYMS=y
52159 -CONFIG_KALLSYMS_ALL=y
52160 -CONFIG_KALLSYMS_EXTRA_PASS=y
52161 -CONFIG_HOTPLUG=y
52162 -CONFIG_PRINTK=y
52163 -CONFIG_BUG=y
52164 -CONFIG_ELF_CORE=y
52165 -CONFIG_COMPAT_BRK=y
52166 -CONFIG_BASE_FULL=y
52167 -CONFIG_FUTEX=y
52168 -CONFIG_ANON_INODES=y
52169 -CONFIG_EPOLL=y
52170 -CONFIG_SIGNALFD=y
52171 -CONFIG_TIMERFD=y
52172 -CONFIG_EVENTFD=y
52173 -CONFIG_SHMEM=y
52174 -CONFIG_VM_EVENT_COUNTERS=y
52175 -CONFIG_SLUB_DEBUG=y
52176 -# CONFIG_SLAB is not set
52177 -CONFIG_SLUB=y
52178 -# CONFIG_SLOB is not set
52179 -# CONFIG_PROFILING is not set
52180 -# CONFIG_MARKERS is not set
52181 -CONFIG_HAVE_OPROFILE=y
52182 -# CONFIG_KPROBES is not set
52183 -CONFIG_HAVE_KPROBES=y
52184 -CONFIG_PROC_PAGE_MONITOR=y
52185 -CONFIG_SLABINFO=y
52186 -CONFIG_RT_MUTEXES=y
52187 -# CONFIG_TINY_SHMEM is not set
52188 -CONFIG_BASE_SMALL=0
52189 -CONFIG_MODULES=y
52190 -CONFIG_MODULE_UNLOAD=y
52191 -# CONFIG_MODULE_FORCE_UNLOAD is not set
52192 -# CONFIG_MODVERSIONS is not set
52193 -# CONFIG_MODULE_SRCVERSION_ALL is not set
52194 -CONFIG_KMOD=y
52195 -CONFIG_BLOCK=y
52196 -CONFIG_LBD=y
52197 -# CONFIG_BLK_DEV_IO_TRACE is not set
52198 -# CONFIG_LSF is not set
52199 -# CONFIG_BLK_DEV_BSG is not set
52200 -
52201 -#
52202 -# IO Schedulers
52203 -#
52204 -CONFIG_IOSCHED_NOOP=y
52205 -CONFIG_IOSCHED_AS=y
52206 -CONFIG_IOSCHED_DEADLINE=y
52207 -CONFIG_IOSCHED_CFQ=y
52208 -CONFIG_DEFAULT_AS=y
52209 -# CONFIG_DEFAULT_DEADLINE is not set
52210 -# CONFIG_DEFAULT_CFQ is not set
52211 -# CONFIG_DEFAULT_NOOP is not set
52212 -CONFIG_DEFAULT_IOSCHED="anticipatory"
52213 -CONFIG_CLASSIC_RCU=y
52214 -# CONFIG_PREEMPT_RCU is not set
52215 -CONFIG_PPC4xx_PCI_EXPRESS=y
52216 -
52217 -#
52218 -# Platform support
52219 -#
52220 -# CONFIG_PPC_MPC512x is not set
52221 -# CONFIG_PPC_MPC5121 is not set
52222 -# CONFIG_PPC_CELL is not set
52223 -# CONFIG_PPC_CELL_NATIVE is not set
52224 -# CONFIG_PQ2ADS is not set
52225 -# CONFIG_EP405 is not set
52226 -CONFIG_KILAUEA=y
52227 -# CONFIG_MAKALU is not set
52228 -# CONFIG_WALNUT is not set
52229 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
52230 -CONFIG_405EX=y
52231 -# CONFIG_IPIC is not set
52232 -# CONFIG_MPIC is not set
52233 -# CONFIG_MPIC_WEIRD is not set
52234 -# CONFIG_PPC_I8259 is not set
52235 -# CONFIG_PPC_RTAS is not set
52236 -# CONFIG_MMIO_NVRAM is not set
52237 -# CONFIG_PPC_MPC106 is not set
52238 -# CONFIG_PPC_970_NAP is not set
52239 -# CONFIG_PPC_INDIRECT_IO is not set
52240 -# CONFIG_GENERIC_IOMAP is not set
52241 -# CONFIG_CPU_FREQ is not set
52242 -# CONFIG_FSL_ULI1575 is not set
52243 -
52244 -#
52245 -# Kernel options
52246 -#
52247 -# CONFIG_HIGHMEM is not set
52248 -# CONFIG_TICK_ONESHOT is not set
52249 -# CONFIG_NO_HZ is not set
52250 -# CONFIG_HIGH_RES_TIMERS is not set
52251 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
52252 -# CONFIG_HZ_100 is not set
52253 -CONFIG_HZ_250=y
52254 -# CONFIG_HZ_300 is not set
52255 -# CONFIG_HZ_1000 is not set
52256 -CONFIG_HZ=250
52257 -# CONFIG_SCHED_HRTICK is not set
52258 -CONFIG_PREEMPT_NONE=y
52259 -# CONFIG_PREEMPT_VOLUNTARY is not set
52260 -# CONFIG_PREEMPT is not set
52261 -CONFIG_RCU_TRACE=y
52262 -CONFIG_BINFMT_ELF=y
52263 -# CONFIG_BINFMT_MISC is not set
52264 -# CONFIG_MATH_EMULATION is not set
52265 -# CONFIG_IOMMU_HELPER is not set
52266 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
52267 -CONFIG_ARCH_HAS_WALK_MEMORY=y
52268 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
52269 -CONFIG_ARCH_FLATMEM_ENABLE=y
52270 -CONFIG_ARCH_POPULATES_NODE_MAP=y
52271 -CONFIG_SELECT_MEMORY_MODEL=y
52272 -CONFIG_FLATMEM_MANUAL=y
52273 -# CONFIG_DISCONTIGMEM_MANUAL is not set
52274 -# CONFIG_SPARSEMEM_MANUAL is not set
52275 -CONFIG_FLATMEM=y
52276 -CONFIG_FLAT_NODE_MEM_MAP=y
52277 -# CONFIG_SPARSEMEM_STATIC is not set
52278 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
52279 -CONFIG_SPLIT_PTLOCK_CPUS=4
52280 -# CONFIG_RESOURCES_64BIT is not set
52281 -CONFIG_ZONE_DMA_FLAG=1
52282 -CONFIG_BOUNCE=y
52283 -CONFIG_VIRT_TO_BUS=y
52284 -CONFIG_PROC_DEVICETREE=y
52285 -# CONFIG_CMDLINE_BOOL is not set
52286 -# CONFIG_PM is not set
52287 -CONFIG_SECCOMP=y
52288 -CONFIG_ISA_DMA_API=y
52289 -
52290 -#
52291 -# Bus options
52292 -#
52293 -CONFIG_ZONE_DMA=y
52294 -CONFIG_PPC_INDIRECT_PCI=y
52295 -CONFIG_PCI=y
52296 -CONFIG_PCI_DOMAINS=y
52297 -CONFIG_PCI_SYSCALL=y
52298 -# CONFIG_PCIEPORTBUS is not set
52299 -CONFIG_ARCH_SUPPORTS_MSI=y
52300 -# CONFIG_PCI_MSI is not set
52301 -CONFIG_PCI_LEGACY=y
52302 -# CONFIG_PCI_DEBUG is not set
52303 -# CONFIG_PCCARD is not set
52304 -# CONFIG_HOTPLUG_PCI is not set
52305 -
52306 -#
52307 -# Advanced setup
52308 -#
52309 -# CONFIG_ADVANCED_OPTIONS is not set
52310 -
52311 -#
52312 -# Default settings for advanced configuration options are used
52313 -#
52314 -CONFIG_HIGHMEM_START=0xfe000000
52315 -CONFIG_LOWMEM_SIZE=0x30000000
52316 -CONFIG_KERNEL_START=0xc0000000
52317 -CONFIG_TASK_SIZE=0xc0000000
52318 -CONFIG_CONSISTENT_START=0xff100000
52319 -CONFIG_CONSISTENT_SIZE=0x00200000
52320 -CONFIG_BOOT_LOAD=0x00400000
52321 -
52322 -#
52323 -# Networking
52324 -#
52325 -CONFIG_NET=y
52326 -
52327 -#
52328 -# Networking options
52329 -#
52330 -CONFIG_PACKET=y
52331 -# CONFIG_PACKET_MMAP is not set
52332 -CONFIG_UNIX=y
52333 -# CONFIG_NET_KEY is not set
52334 -CONFIG_INET=y
52335 -# CONFIG_IP_MULTICAST is not set
52336 -# CONFIG_IP_ADVANCED_ROUTER is not set
52337 -CONFIG_IP_FIB_HASH=y
52338 -CONFIG_IP_PNP=y
52339 -CONFIG_IP_PNP_DHCP=y
52340 -CONFIG_IP_PNP_BOOTP=y
52341 -# CONFIG_IP_PNP_RARP is not set
52342 -# CONFIG_NET_IPIP is not set
52343 -# CONFIG_NET_IPGRE is not set
52344 -# CONFIG_ARPD is not set
52345 -# CONFIG_SYN_COOKIES is not set
52346 -# CONFIG_INET_AH is not set
52347 -# CONFIG_INET_ESP is not set
52348 -# CONFIG_INET_IPCOMP is not set
52349 -# CONFIG_INET_XFRM_TUNNEL is not set
52350 -# CONFIG_INET_TUNNEL is not set
52351 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
52352 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
52353 -# CONFIG_INET_XFRM_MODE_BEET is not set
52354 -# CONFIG_INET_LRO is not set
52355 -CONFIG_INET_DIAG=y
52356 -CONFIG_INET_TCP_DIAG=y
52357 -# CONFIG_TCP_CONG_ADVANCED is not set
52358 -CONFIG_TCP_CONG_CUBIC=y
52359 -CONFIG_DEFAULT_TCP_CONG="cubic"
52360 -# CONFIG_TCP_MD5SIG is not set
52361 -# CONFIG_IPV6 is not set
52362 -# CONFIG_INET6_XFRM_TUNNEL is not set
52363 -# CONFIG_INET6_TUNNEL is not set
52364 -# CONFIG_NETWORK_SECMARK is not set
52365 -# CONFIG_NETFILTER is not set
52366 -# CONFIG_IP_DCCP is not set
52367 -# CONFIG_IP_SCTP is not set
52368 -# CONFIG_TIPC is not set
52369 -# CONFIG_ATM is not set
52370 -# CONFIG_BRIDGE is not set
52371 -# CONFIG_VLAN_8021Q is not set
52372 -# CONFIG_DECNET is not set
52373 -# CONFIG_LLC2 is not set
52374 -# CONFIG_IPX is not set
52375 -# CONFIG_ATALK is not set
52376 -# CONFIG_X25 is not set
52377 -# CONFIG_LAPB is not set
52378 -# CONFIG_ECONET is not set
52379 -# CONFIG_WAN_ROUTER is not set
52380 -# CONFIG_NET_SCHED is not set
52381 -
52382 -#
52383 -# Network testing
52384 -#
52385 -# CONFIG_NET_PKTGEN is not set
52386 -# CONFIG_HAMRADIO is not set
52387 -# CONFIG_CAN is not set
52388 -# CONFIG_IRDA is not set
52389 -# CONFIG_BT is not set
52390 -# CONFIG_AF_RXRPC is not set
52391 -
52392 -#
52393 -# Wireless
52394 -#
52395 -# CONFIG_CFG80211 is not set
52396 -# CONFIG_WIRELESS_EXT is not set
52397 -# CONFIG_MAC80211 is not set
52398 -# CONFIG_IEEE80211 is not set
52399 -# CONFIG_RFKILL is not set
52400 -# CONFIG_NET_9P is not set
52401 -
52402 -#
52403 -# Device Drivers
52404 -#
52405 -
52406 -#
52407 -# Generic Driver Options
52408 -#
52409 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
52410 -CONFIG_STANDALONE=y
52411 -CONFIG_PREVENT_FIRMWARE_BUILD=y
52412 -CONFIG_FW_LOADER=y
52413 -# CONFIG_DEBUG_DRIVER is not set
52414 -# CONFIG_DEBUG_DEVRES is not set
52415 -# CONFIG_SYS_HYPERVISOR is not set
52416 -CONFIG_CONNECTOR=y
52417 -CONFIG_PROC_EVENTS=y
52418 -CONFIG_MTD=y
52419 -# CONFIG_MTD_DEBUG is not set
52420 -# CONFIG_MTD_CONCAT is not set
52421 -CONFIG_MTD_PARTITIONS=y
52422 -# CONFIG_MTD_REDBOOT_PARTS is not set
52423 -CONFIG_MTD_CMDLINE_PARTS=y
52424 -CONFIG_MTD_OF_PARTS=y
52425 -
52426 -#
52427 -# User Modules And Translation Layers
52428 -#
52429 -CONFIG_MTD_CHAR=y
52430 -CONFIG_MTD_BLKDEVS=m
52431 -CONFIG_MTD_BLOCK=m
52432 -# CONFIG_MTD_BLOCK_RO is not set
52433 -# CONFIG_FTL is not set
52434 -# CONFIG_NFTL is not set
52435 -# CONFIG_INFTL is not set
52436 -# CONFIG_RFD_FTL is not set
52437 -# CONFIG_SSFDC is not set
52438 -# CONFIG_MTD_OOPS is not set
52439 -
52440 -#
52441 -# RAM/ROM/Flash chip drivers
52442 -#
52443 -CONFIG_MTD_CFI=y
52444 -CONFIG_MTD_JEDECPROBE=y
52445 -CONFIG_MTD_GEN_PROBE=y
52446 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
52447 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
52448 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
52449 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
52450 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
52451 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
52452 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
52453 -CONFIG_MTD_CFI_I1=y
52454 -CONFIG_MTD_CFI_I2=y
52455 -# CONFIG_MTD_CFI_I4 is not set
52456 -# CONFIG_MTD_CFI_I8 is not set
52457 -# CONFIG_MTD_CFI_INTELEXT is not set
52458 -CONFIG_MTD_CFI_AMDSTD=y
52459 -# CONFIG_MTD_CFI_STAA is not set
52460 -CONFIG_MTD_CFI_UTIL=y
52461 -# CONFIG_MTD_RAM is not set
52462 -# CONFIG_MTD_ROM is not set
52463 -# CONFIG_MTD_ABSENT is not set
52464 -
52465 -#
52466 -# Mapping drivers for chip access
52467 -#
52468 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
52469 -# CONFIG_MTD_PHYSMAP is not set
52470 -CONFIG_MTD_PHYSMAP_OF=y
52471 -# CONFIG_MTD_INTEL_VR_NOR is not set
52472 -# CONFIG_MTD_PLATRAM is not set
52473 -
52474 -#
52475 -# Self-contained MTD device drivers
52476 -#
52477 -# CONFIG_MTD_PMC551 is not set
52478 -# CONFIG_MTD_SLRAM is not set
52479 -# CONFIG_MTD_PHRAM is not set
52480 -# CONFIG_MTD_MTDRAM is not set
52481 -# CONFIG_MTD_BLOCK2MTD is not set
52482 -
52483 -#
52484 -# Disk-On-Chip Device Drivers
52485 -#
52486 -# CONFIG_MTD_DOC2000 is not set
52487 -# CONFIG_MTD_DOC2001 is not set
52488 -# CONFIG_MTD_DOC2001PLUS is not set
52489 -# CONFIG_MTD_NAND is not set
52490 -# CONFIG_MTD_ONENAND is not set
52491 -
52492 -#
52493 -# UBI - Unsorted block images
52494 -#
52495 -# CONFIG_MTD_UBI is not set
52496 -CONFIG_OF_DEVICE=y
52497 -# CONFIG_PARPORT is not set
52498 -CONFIG_BLK_DEV=y
52499 -# CONFIG_BLK_DEV_FD is not set
52500 -# CONFIG_BLK_CPQ_DA is not set
52501 -# CONFIG_BLK_CPQ_CISS_DA is not set
52502 -# CONFIG_BLK_DEV_DAC960 is not set
52503 -# CONFIG_BLK_DEV_UMEM is not set
52504 -# CONFIG_BLK_DEV_COW_COMMON is not set
52505 -# CONFIG_BLK_DEV_LOOP is not set
52506 -# CONFIG_BLK_DEV_NBD is not set
52507 -# CONFIG_BLK_DEV_SX8 is not set
52508 -CONFIG_BLK_DEV_RAM=y
52509 -CONFIG_BLK_DEV_RAM_COUNT=16
52510 -CONFIG_BLK_DEV_RAM_SIZE=35000
52511 -# CONFIG_BLK_DEV_XIP is not set
52512 -# CONFIG_CDROM_PKTCDVD is not set
52513 -# CONFIG_ATA_OVER_ETH is not set
52514 -# CONFIG_XILINX_SYSACE is not set
52515 -# CONFIG_MISC_DEVICES is not set
52516 -CONFIG_HAVE_IDE=y
52517 -# CONFIG_IDE is not set
52518 -
52519 -#
52520 -# SCSI device support
52521 -#
52522 -# CONFIG_RAID_ATTRS is not set
52523 -# CONFIG_SCSI is not set
52524 -# CONFIG_SCSI_DMA is not set
52525 -# CONFIG_SCSI_NETLINK is not set
52526 -# CONFIG_ATA is not set
52527 -# CONFIG_MD is not set
52528 -# CONFIG_FUSION is not set
52529 -
52530 -#
52531 -# IEEE 1394 (FireWire) support
52532 -#
52533 -# CONFIG_FIREWIRE is not set
52534 -# CONFIG_IEEE1394 is not set
52535 -# CONFIG_I2O is not set
52536 -# CONFIG_MACINTOSH_DRIVERS is not set
52537 -CONFIG_NETDEVICES=y
52538 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
52539 -# CONFIG_DUMMY is not set
52540 -# CONFIG_BONDING is not set
52541 -# CONFIG_MACVLAN is not set
52542 -# CONFIG_EQUALIZER is not set
52543 -# CONFIG_TUN is not set
52544 -# CONFIG_VETH is not set
52545 -# CONFIG_ARCNET is not set
52546 -# CONFIG_PHYLIB is not set
52547 -CONFIG_NET_ETHERNET=y
52548 -# CONFIG_MII is not set
52549 -# CONFIG_HAPPYMEAL is not set
52550 -# CONFIG_SUNGEM is not set
52551 -# CONFIG_CASSINI is not set
52552 -# CONFIG_NET_VENDOR_3COM is not set
52553 -# CONFIG_NET_TULIP is not set
52554 -# CONFIG_HP100 is not set
52555 -CONFIG_IBM_NEW_EMAC=y
52556 -CONFIG_IBM_NEW_EMAC_RXB=256
52557 -CONFIG_IBM_NEW_EMAC_TXB=256
52558 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
52559 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
52560 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
52561 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
52562 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
52563 -CONFIG_IBM_NEW_EMAC_RGMII=y
52564 -# CONFIG_IBM_NEW_EMAC_TAH is not set
52565 -CONFIG_IBM_NEW_EMAC_EMAC4=y
52566 -# CONFIG_NET_PCI is not set
52567 -# CONFIG_B44 is not set
52568 -# CONFIG_NETDEV_1000 is not set
52569 -# CONFIG_NETDEV_10000 is not set
52570 -# CONFIG_TR is not set
52571 -
52572 -#
52573 -# Wireless LAN
52574 -#
52575 -# CONFIG_WLAN_PRE80211 is not set
52576 -# CONFIG_WLAN_80211 is not set
52577 -# CONFIG_WAN is not set
52578 -# CONFIG_FDDI is not set
52579 -# CONFIG_HIPPI is not set
52580 -# CONFIG_PPP is not set
52581 -# CONFIG_SLIP is not set
52582 -# CONFIG_NETCONSOLE is not set
52583 -# CONFIG_NETPOLL is not set
52584 -# CONFIG_NET_POLL_CONTROLLER is not set
52585 -# CONFIG_ISDN is not set
52586 -# CONFIG_PHONE is not set
52587 -
52588 -#
52589 -# Input device support
52590 -#
52591 -# CONFIG_INPUT is not set
52592 -
52593 -#
52594 -# Hardware I/O ports
52595 -#
52596 -# CONFIG_SERIO is not set
52597 -# CONFIG_GAMEPORT is not set
52598 -
52599 -#
52600 -# Character devices
52601 -#
52602 -# CONFIG_VT is not set
52603 -# CONFIG_SERIAL_NONSTANDARD is not set
52604 -# CONFIG_NOZOMI is not set
52605 -
52606 -#
52607 -# Serial drivers
52608 -#
52609 -CONFIG_SERIAL_8250=y
52610 -CONFIG_SERIAL_8250_CONSOLE=y
52611 -CONFIG_SERIAL_8250_PCI=y
52612 -CONFIG_SERIAL_8250_NR_UARTS=4
52613 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
52614 -CONFIG_SERIAL_8250_EXTENDED=y
52615 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
52616 -CONFIG_SERIAL_8250_SHARE_IRQ=y
52617 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
52618 -# CONFIG_SERIAL_8250_RSA is not set
52619 -
52620 -#
52621 -# Non-8250 serial port support
52622 -#
52623 -# CONFIG_SERIAL_UARTLITE is not set
52624 -CONFIG_SERIAL_CORE=y
52625 -CONFIG_SERIAL_CORE_CONSOLE=y
52626 -# CONFIG_SERIAL_JSM is not set
52627 -CONFIG_SERIAL_OF_PLATFORM=y
52628 -CONFIG_UNIX98_PTYS=y
52629 -CONFIG_LEGACY_PTYS=y
52630 -CONFIG_LEGACY_PTY_COUNT=256
52631 -# CONFIG_IPMI_HANDLER is not set
52632 -# CONFIG_HW_RANDOM is not set
52633 -# CONFIG_NVRAM is not set
52634 -# CONFIG_GEN_RTC is not set
52635 -# CONFIG_R3964 is not set
52636 -# CONFIG_APPLICOM is not set
52637 -# CONFIG_RAW_DRIVER is not set
52638 -# CONFIG_TCG_TPM is not set
52639 -CONFIG_DEVPORT=y
52640 -# CONFIG_I2C is not set
52641 -
52642 -#
52643 -# SPI support
52644 -#
52645 -# CONFIG_SPI is not set
52646 -# CONFIG_SPI_MASTER is not set
52647 -# CONFIG_W1 is not set
52648 -# CONFIG_POWER_SUPPLY is not set
52649 -# CONFIG_HWMON is not set
52650 -CONFIG_THERMAL=y
52651 -# CONFIG_WATCHDOG is not set
52652 -
52653 -#
52654 -# Sonics Silicon Backplane
52655 -#
52656 -CONFIG_SSB_POSSIBLE=y
52657 -# CONFIG_SSB is not set
52658 -
52659 -#
52660 -# Multifunction device drivers
52661 -#
52662 -# CONFIG_MFD_SM501 is not set
52663 -
52664 -#
52665 -# Multimedia devices
52666 -#
52667 -# CONFIG_VIDEO_DEV is not set
52668 -# CONFIG_DVB_CORE is not set
52669 -# CONFIG_DAB is not set
52670 -
52671 -#
52672 -# Graphics support
52673 -#
52674 -# CONFIG_AGP is not set
52675 -# CONFIG_DRM is not set
52676 -# CONFIG_VGASTATE is not set
52677 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
52678 -# CONFIG_FB is not set
52679 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
52680 -
52681 -#
52682 -# Display device support
52683 -#
52684 -# CONFIG_DISPLAY_SUPPORT is not set
52685 -
52686 -#
52687 -# Sound
52688 -#
52689 -# CONFIG_SOUND is not set
52690 -# CONFIG_USB_SUPPORT is not set
52691 -# CONFIG_MMC is not set
52692 -# CONFIG_MEMSTICK is not set
52693 -# CONFIG_NEW_LEDS is not set
52694 -# CONFIG_INFINIBAND is not set
52695 -# CONFIG_EDAC is not set
52696 -# CONFIG_RTC_CLASS is not set
52697 -
52698 -#
52699 -# Userspace I/O
52700 -#
52701 -# CONFIG_UIO is not set
52702 -
52703 -#
52704 -# File systems
52705 -#
52706 -CONFIG_EXT2_FS=y
52707 -# CONFIG_EXT2_FS_XATTR is not set
52708 -# CONFIG_EXT2_FS_XIP is not set
52709 -# CONFIG_EXT3_FS is not set
52710 -# CONFIG_EXT4DEV_FS is not set
52711 -# CONFIG_REISERFS_FS is not set
52712 -# CONFIG_JFS_FS is not set
52713 -# CONFIG_FS_POSIX_ACL is not set
52714 -# CONFIG_XFS_FS is not set
52715 -# CONFIG_GFS2_FS is not set
52716 -# CONFIG_OCFS2_FS is not set
52717 -CONFIG_DNOTIFY=y
52718 -CONFIG_INOTIFY=y
52719 -CONFIG_INOTIFY_USER=y
52720 -# CONFIG_QUOTA is not set
52721 -# CONFIG_AUTOFS_FS is not set
52722 -# CONFIG_AUTOFS4_FS is not set
52723 -# CONFIG_FUSE_FS is not set
52724 -
52725 -#
52726 -# CD-ROM/DVD Filesystems
52727 -#
52728 -# CONFIG_ISO9660_FS is not set
52729 -# CONFIG_UDF_FS is not set
52730 -
52731 -#
52732 -# DOS/FAT/NT Filesystems
52733 -#
52734 -# CONFIG_MSDOS_FS is not set
52735 -# CONFIG_VFAT_FS is not set
52736 -# CONFIG_NTFS_FS is not set
52737 -
52738 -#
52739 -# Pseudo filesystems
52740 -#
52741 -CONFIG_PROC_FS=y
52742 -CONFIG_PROC_KCORE=y
52743 -CONFIG_PROC_SYSCTL=y
52744 -CONFIG_SYSFS=y
52745 -CONFIG_TMPFS=y
52746 -# CONFIG_TMPFS_POSIX_ACL is not set
52747 -# CONFIG_HUGETLB_PAGE is not set
52748 -# CONFIG_CONFIGFS_FS is not set
52749 -
52750 -#
52751 -# Miscellaneous filesystems
52752 -#
52753 -# CONFIG_ADFS_FS is not set
52754 -# CONFIG_AFFS_FS is not set
52755 -# CONFIG_HFS_FS is not set
52756 -# CONFIG_HFSPLUS_FS is not set
52757 -# CONFIG_BEFS_FS is not set
52758 -# CONFIG_BFS_FS is not set
52759 -# CONFIG_EFS_FS is not set
52760 -# CONFIG_JFFS2_FS is not set
52761 -CONFIG_CRAMFS=y
52762 -# CONFIG_VXFS_FS is not set
52763 -# CONFIG_MINIX_FS is not set
52764 -# CONFIG_HPFS_FS is not set
52765 -# CONFIG_QNX4FS_FS is not set
52766 -# CONFIG_ROMFS_FS is not set
52767 -# CONFIG_SYSV_FS is not set
52768 -# CONFIG_UFS_FS is not set
52769 -CONFIG_NETWORK_FILESYSTEMS=y
52770 -CONFIG_NFS_FS=y
52771 -CONFIG_NFS_V3=y
52772 -# CONFIG_NFS_V3_ACL is not set
52773 -# CONFIG_NFS_V4 is not set
52774 -# CONFIG_NFS_DIRECTIO is not set
52775 -# CONFIG_NFSD is not set
52776 -CONFIG_ROOT_NFS=y
52777 -CONFIG_LOCKD=y
52778 -CONFIG_LOCKD_V4=y
52779 -CONFIG_NFS_COMMON=y
52780 -CONFIG_SUNRPC=y
52781 -# CONFIG_SUNRPC_BIND34 is not set
52782 -# CONFIG_RPCSEC_GSS_KRB5 is not set
52783 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
52784 -# CONFIG_SMB_FS is not set
52785 -# CONFIG_CIFS is not set
52786 -# CONFIG_NCP_FS is not set
52787 -# CONFIG_CODA_FS is not set
52788 -# CONFIG_AFS_FS is not set
52789 -
52790 -#
52791 -# Partition Types
52792 -#
52793 -# CONFIG_PARTITION_ADVANCED is not set
52794 -CONFIG_MSDOS_PARTITION=y
52795 -# CONFIG_NLS is not set
52796 -# CONFIG_DLM is not set
52797 -
52798 -#
52799 -# Library routines
52800 -#
52801 -CONFIG_BITREVERSE=y
52802 -# CONFIG_CRC_CCITT is not set
52803 -# CONFIG_CRC16 is not set
52804 -# CONFIG_CRC_ITU_T is not set
52805 -CONFIG_CRC32=y
52806 -# CONFIG_CRC7 is not set
52807 -# CONFIG_LIBCRC32C is not set
52808 -CONFIG_ZLIB_INFLATE=y
52809 -CONFIG_PLIST=y
52810 -CONFIG_HAS_IOMEM=y
52811 -CONFIG_HAS_IOPORT=y
52812 -CONFIG_HAS_DMA=y
52813 -
52814 -#
52815 -# Kernel hacking
52816 -#
52817 -# CONFIG_PRINTK_TIME is not set
52818 -CONFIG_ENABLE_WARN_DEPRECATED=y
52819 -CONFIG_ENABLE_MUST_CHECK=y
52820 -CONFIG_MAGIC_SYSRQ=y
52821 -# CONFIG_UNUSED_SYMBOLS is not set
52822 -CONFIG_DEBUG_FS=y
52823 -# CONFIG_HEADERS_CHECK is not set
52824 -CONFIG_DEBUG_KERNEL=y
52825 -# CONFIG_DEBUG_SHIRQ is not set
52826 -CONFIG_DETECT_SOFTLOCKUP=y
52827 -CONFIG_SCHED_DEBUG=y
52828 -# CONFIG_SCHEDSTATS is not set
52829 -# CONFIG_TIMER_STATS is not set
52830 -# CONFIG_SLUB_DEBUG_ON is not set
52831 -# CONFIG_SLUB_STATS is not set
52832 -# CONFIG_DEBUG_RT_MUTEXES is not set
52833 -# CONFIG_RT_MUTEX_TESTER is not set
52834 -# CONFIG_DEBUG_SPINLOCK is not set
52835 -# CONFIG_DEBUG_MUTEXES is not set
52836 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
52837 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
52838 -# CONFIG_DEBUG_KOBJECT is not set
52839 -CONFIG_DEBUG_BUGVERBOSE=y
52840 -# CONFIG_DEBUG_INFO is not set
52841 -# CONFIG_DEBUG_VM is not set
52842 -# CONFIG_DEBUG_LIST is not set
52843 -# CONFIG_DEBUG_SG is not set
52844 -# CONFIG_BOOT_PRINTK_DELAY is not set
52845 -# CONFIG_RCU_TORTURE_TEST is not set
52846 -# CONFIG_BACKTRACE_SELF_TEST is not set
52847 -# CONFIG_FAULT_INJECTION is not set
52848 -# CONFIG_SAMPLES is not set
52849 -# CONFIG_DEBUG_STACKOVERFLOW is not set
52850 -# CONFIG_DEBUG_STACK_USAGE is not set
52851 -# CONFIG_DEBUG_PAGEALLOC is not set
52852 -# CONFIG_DEBUGGER is not set
52853 -# CONFIG_VIRQ_DEBUG is not set
52854 -# CONFIG_BDI_SWITCH is not set
52855 -# CONFIG_PPC_EARLY_DEBUG is not set
52856 -
52857 -#
52858 -# Security options
52859 -#
52860 -# CONFIG_KEYS is not set
52861 -# CONFIG_SECURITY is not set
52862 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
52863 -CONFIG_CRYPTO=y
52864 -CONFIG_CRYPTO_ALGAPI=y
52865 -CONFIG_CRYPTO_BLKCIPHER=y
52866 -# CONFIG_CRYPTO_SEQIV is not set
52867 -CONFIG_CRYPTO_MANAGER=y
52868 -# CONFIG_CRYPTO_HMAC is not set
52869 -# CONFIG_CRYPTO_XCBC is not set
52870 -# CONFIG_CRYPTO_NULL is not set
52871 -# CONFIG_CRYPTO_MD4 is not set
52872 -CONFIG_CRYPTO_MD5=y
52873 -# CONFIG_CRYPTO_SHA1 is not set
52874 -# CONFIG_CRYPTO_SHA256 is not set
52875 -# CONFIG_CRYPTO_SHA512 is not set
52876 -# CONFIG_CRYPTO_WP512 is not set
52877 -# CONFIG_CRYPTO_TGR192 is not set
52878 -# CONFIG_CRYPTO_GF128MUL is not set
52879 -CONFIG_CRYPTO_ECB=y
52880 -CONFIG_CRYPTO_CBC=y
52881 -CONFIG_CRYPTO_PCBC=y
52882 -# CONFIG_CRYPTO_LRW is not set
52883 -# CONFIG_CRYPTO_XTS is not set
52884 -# CONFIG_CRYPTO_CTR is not set
52885 -# CONFIG_CRYPTO_GCM is not set
52886 -# CONFIG_CRYPTO_CCM is not set
52887 -# CONFIG_CRYPTO_CRYPTD is not set
52888 -CONFIG_CRYPTO_DES=y
52889 -# CONFIG_CRYPTO_FCRYPT is not set
52890 -# CONFIG_CRYPTO_BLOWFISH is not set
52891 -# CONFIG_CRYPTO_TWOFISH is not set
52892 -# CONFIG_CRYPTO_SERPENT is not set
52893 -# CONFIG_CRYPTO_AES is not set
52894 -# CONFIG_CRYPTO_CAST5 is not set
52895 -# CONFIG_CRYPTO_CAST6 is not set
52896 -# CONFIG_CRYPTO_TEA is not set
52897 -# CONFIG_CRYPTO_ARC4 is not set
52898 -# CONFIG_CRYPTO_KHAZAD is not set
52899 -# CONFIG_CRYPTO_ANUBIS is not set
52900 -# CONFIG_CRYPTO_SEED is not set
52901 -# CONFIG_CRYPTO_SALSA20 is not set
52902 -# CONFIG_CRYPTO_DEFLATE is not set
52903 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
52904 -# CONFIG_CRYPTO_CRC32C is not set
52905 -# CONFIG_CRYPTO_CAMELLIA is not set
52906 -# CONFIG_CRYPTO_TEST is not set
52907 -# CONFIG_CRYPTO_AUTHENC is not set
52908 -# CONFIG_CRYPTO_LZO is not set
52909 -CONFIG_CRYPTO_HW=y
52910 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
52911 -# CONFIG_PPC_CLOCK is not set
52912 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/makalu_defconfig powerpc.git/arch/powerpc/configs/makalu_defconfig
52913 --- linux-2.6.25-rc9/arch/powerpc/configs/makalu_defconfig 2008-04-11 22:32:29.000000000 +0200
52914 +++ powerpc.git/arch/powerpc/configs/makalu_defconfig 1970-01-01 01:00:00.000000000 +0100
52915 @@ -1,839 +0,0 @@
52916 -#
52917 -# Automatically generated make config: don't edit
52918 -# Linux kernel version: 2.6.25-rc2
52919 -# Fri Feb 15 21:52:30 2008
52920 -#
52921 -# CONFIG_PPC64 is not set
52922 -
52923 -#
52924 -# Processor support
52925 -#
52926 -# CONFIG_6xx is not set
52927 -# CONFIG_PPC_85xx is not set
52928 -# CONFIG_PPC_8xx is not set
52929 -CONFIG_40x=y
52930 -# CONFIG_44x is not set
52931 -# CONFIG_E200 is not set
52932 -CONFIG_4xx=y
52933 -# CONFIG_PPC_MM_SLICES is not set
52934 -CONFIG_NOT_COHERENT_CACHE=y
52935 -CONFIG_PPC32=y
52936 -CONFIG_WORD_SIZE=32
52937 -CONFIG_PPC_MERGE=y
52938 -CONFIG_MMU=y
52939 -CONFIG_GENERIC_CMOS_UPDATE=y
52940 -CONFIG_GENERIC_TIME=y
52941 -CONFIG_GENERIC_TIME_VSYSCALL=y
52942 -CONFIG_GENERIC_CLOCKEVENTS=y
52943 -CONFIG_GENERIC_HARDIRQS=y
52944 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
52945 -CONFIG_IRQ_PER_CPU=y
52946 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
52947 -CONFIG_ARCH_HAS_ILOG2_U32=y
52948 -CONFIG_GENERIC_HWEIGHT=y
52949 -CONFIG_GENERIC_CALIBRATE_DELAY=y
52950 -CONFIG_GENERIC_FIND_NEXT_BIT=y
52951 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
52952 -CONFIG_PPC=y
52953 -CONFIG_EARLY_PRINTK=y
52954 -CONFIG_GENERIC_NVRAM=y
52955 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
52956 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
52957 -CONFIG_PPC_OF=y
52958 -CONFIG_OF=y
52959 -CONFIG_PPC_UDBG_16550=y
52960 -# CONFIG_GENERIC_TBSYNC is not set
52961 -CONFIG_AUDIT_ARCH=y
52962 -CONFIG_GENERIC_BUG=y
52963 -# CONFIG_DEFAULT_UIMAGE is not set
52964 -CONFIG_PPC_DCR_NATIVE=y
52965 -# CONFIG_PPC_DCR_MMIO is not set
52966 -CONFIG_PPC_DCR=y
52967 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
52968 -
52969 -#
52970 -# General setup
52971 -#
52972 -CONFIG_EXPERIMENTAL=y
52973 -CONFIG_BROKEN_ON_SMP=y
52974 -CONFIG_INIT_ENV_ARG_LIMIT=32
52975 -CONFIG_LOCALVERSION=""
52976 -CONFIG_LOCALVERSION_AUTO=y
52977 -CONFIG_SWAP=y
52978 -CONFIG_SYSVIPC=y
52979 -CONFIG_SYSVIPC_SYSCTL=y
52980 -CONFIG_POSIX_MQUEUE=y
52981 -# CONFIG_BSD_PROCESS_ACCT is not set
52982 -# CONFIG_TASKSTATS is not set
52983 -# CONFIG_AUDIT is not set
52984 -# CONFIG_IKCONFIG is not set
52985 -CONFIG_LOG_BUF_SHIFT=14
52986 -# CONFIG_CGROUPS is not set
52987 -CONFIG_GROUP_SCHED=y
52988 -# CONFIG_FAIR_GROUP_SCHED is not set
52989 -# CONFIG_RT_GROUP_SCHED is not set
52990 -CONFIG_USER_SCHED=y
52991 -# CONFIG_CGROUP_SCHED is not set
52992 -CONFIG_SYSFS_DEPRECATED=y
52993 -# CONFIG_RELAY is not set
52994 -# CONFIG_NAMESPACES is not set
52995 -CONFIG_BLK_DEV_INITRD=y
52996 -CONFIG_INITRAMFS_SOURCE=""
52997 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
52998 -CONFIG_SYSCTL=y
52999 -CONFIG_EMBEDDED=y
53000 -CONFIG_SYSCTL_SYSCALL=y
53001 -CONFIG_KALLSYMS=y
53002 -CONFIG_KALLSYMS_ALL=y
53003 -CONFIG_KALLSYMS_EXTRA_PASS=y
53004 -CONFIG_HOTPLUG=y
53005 -CONFIG_PRINTK=y
53006 -CONFIG_BUG=y
53007 -CONFIG_ELF_CORE=y
53008 -CONFIG_COMPAT_BRK=y
53009 -CONFIG_BASE_FULL=y
53010 -CONFIG_FUTEX=y
53011 -CONFIG_ANON_INODES=y
53012 -CONFIG_EPOLL=y
53013 -CONFIG_SIGNALFD=y
53014 -CONFIG_TIMERFD=y
53015 -CONFIG_EVENTFD=y
53016 -CONFIG_SHMEM=y
53017 -CONFIG_VM_EVENT_COUNTERS=y
53018 -CONFIG_SLUB_DEBUG=y
53019 -# CONFIG_SLAB is not set
53020 -CONFIG_SLUB=y
53021 -# CONFIG_SLOB is not set
53022 -# CONFIG_PROFILING is not set
53023 -# CONFIG_MARKERS is not set
53024 -CONFIG_HAVE_OPROFILE=y
53025 -# CONFIG_KPROBES is not set
53026 -CONFIG_HAVE_KPROBES=y
53027 -CONFIG_PROC_PAGE_MONITOR=y
53028 -CONFIG_SLABINFO=y
53029 -CONFIG_RT_MUTEXES=y
53030 -# CONFIG_TINY_SHMEM is not set
53031 -CONFIG_BASE_SMALL=0
53032 -CONFIG_MODULES=y
53033 -CONFIG_MODULE_UNLOAD=y
53034 -# CONFIG_MODULE_FORCE_UNLOAD is not set
53035 -# CONFIG_MODVERSIONS is not set
53036 -# CONFIG_MODULE_SRCVERSION_ALL is not set
53037 -CONFIG_KMOD=y
53038 -CONFIG_BLOCK=y
53039 -CONFIG_LBD=y
53040 -# CONFIG_BLK_DEV_IO_TRACE is not set
53041 -# CONFIG_LSF is not set
53042 -# CONFIG_BLK_DEV_BSG is not set
53043 -
53044 -#
53045 -# IO Schedulers
53046 -#
53047 -CONFIG_IOSCHED_NOOP=y
53048 -CONFIG_IOSCHED_AS=y
53049 -CONFIG_IOSCHED_DEADLINE=y
53050 -CONFIG_IOSCHED_CFQ=y
53051 -CONFIG_DEFAULT_AS=y
53052 -# CONFIG_DEFAULT_DEADLINE is not set
53053 -# CONFIG_DEFAULT_CFQ is not set
53054 -# CONFIG_DEFAULT_NOOP is not set
53055 -CONFIG_DEFAULT_IOSCHED="anticipatory"
53056 -CONFIG_CLASSIC_RCU=y
53057 -# CONFIG_PREEMPT_RCU is not set
53058 -CONFIG_PPC4xx_PCI_EXPRESS=y
53059 -
53060 -#
53061 -# Platform support
53062 -#
53063 -# CONFIG_PPC_MPC512x is not set
53064 -# CONFIG_PPC_MPC5121 is not set
53065 -# CONFIG_PPC_CELL is not set
53066 -# CONFIG_PPC_CELL_NATIVE is not set
53067 -# CONFIG_PQ2ADS is not set
53068 -# CONFIG_EP405 is not set
53069 -# CONFIG_KILAUEA is not set
53070 -CONFIG_MAKALU=y
53071 -# CONFIG_WALNUT is not set
53072 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
53073 -CONFIG_405EX=y
53074 -# CONFIG_IPIC is not set
53075 -# CONFIG_MPIC is not set
53076 -# CONFIG_MPIC_WEIRD is not set
53077 -# CONFIG_PPC_I8259 is not set
53078 -# CONFIG_PPC_RTAS is not set
53079 -# CONFIG_MMIO_NVRAM is not set
53080 -# CONFIG_PPC_MPC106 is not set
53081 -# CONFIG_PPC_970_NAP is not set
53082 -# CONFIG_PPC_INDIRECT_IO is not set
53083 -# CONFIG_GENERIC_IOMAP is not set
53084 -# CONFIG_CPU_FREQ is not set
53085 -# CONFIG_FSL_ULI1575 is not set
53086 -
53087 -#
53088 -# Kernel options
53089 -#
53090 -# CONFIG_HIGHMEM is not set
53091 -# CONFIG_TICK_ONESHOT is not set
53092 -# CONFIG_NO_HZ is not set
53093 -# CONFIG_HIGH_RES_TIMERS is not set
53094 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
53095 -# CONFIG_HZ_100 is not set
53096 -CONFIG_HZ_250=y
53097 -# CONFIG_HZ_300 is not set
53098 -# CONFIG_HZ_1000 is not set
53099 -CONFIG_HZ=250
53100 -# CONFIG_SCHED_HRTICK is not set
53101 -CONFIG_PREEMPT_NONE=y
53102 -# CONFIG_PREEMPT_VOLUNTARY is not set
53103 -# CONFIG_PREEMPT is not set
53104 -CONFIG_RCU_TRACE=y
53105 -CONFIG_BINFMT_ELF=y
53106 -# CONFIG_BINFMT_MISC is not set
53107 -# CONFIG_MATH_EMULATION is not set
53108 -# CONFIG_IOMMU_HELPER is not set
53109 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
53110 -CONFIG_ARCH_HAS_WALK_MEMORY=y
53111 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
53112 -CONFIG_ARCH_FLATMEM_ENABLE=y
53113 -CONFIG_ARCH_POPULATES_NODE_MAP=y
53114 -CONFIG_SELECT_MEMORY_MODEL=y
53115 -CONFIG_FLATMEM_MANUAL=y
53116 -# CONFIG_DISCONTIGMEM_MANUAL is not set
53117 -# CONFIG_SPARSEMEM_MANUAL is not set
53118 -CONFIG_FLATMEM=y
53119 -CONFIG_FLAT_NODE_MEM_MAP=y
53120 -# CONFIG_SPARSEMEM_STATIC is not set
53121 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
53122 -CONFIG_SPLIT_PTLOCK_CPUS=4
53123 -# CONFIG_RESOURCES_64BIT is not set
53124 -CONFIG_ZONE_DMA_FLAG=1
53125 -CONFIG_BOUNCE=y
53126 -CONFIG_VIRT_TO_BUS=y
53127 -CONFIG_PROC_DEVICETREE=y
53128 -# CONFIG_CMDLINE_BOOL is not set
53129 -# CONFIG_PM is not set
53130 -CONFIG_SECCOMP=y
53131 -CONFIG_ISA_DMA_API=y
53132 -
53133 -#
53134 -# Bus options
53135 -#
53136 -CONFIG_ZONE_DMA=y
53137 -CONFIG_PPC_INDIRECT_PCI=y
53138 -CONFIG_PCI=y
53139 -CONFIG_PCI_DOMAINS=y
53140 -CONFIG_PCI_SYSCALL=y
53141 -# CONFIG_PCIEPORTBUS is not set
53142 -CONFIG_ARCH_SUPPORTS_MSI=y
53143 -# CONFIG_PCI_MSI is not set
53144 -CONFIG_PCI_LEGACY=y
53145 -# CONFIG_PCI_DEBUG is not set
53146 -# CONFIG_PCCARD is not set
53147 -# CONFIG_HOTPLUG_PCI is not set
53148 -
53149 -#
53150 -# Advanced setup
53151 -#
53152 -# CONFIG_ADVANCED_OPTIONS is not set
53153 -
53154 -#
53155 -# Default settings for advanced configuration options are used
53156 -#
53157 -CONFIG_HIGHMEM_START=0xfe000000
53158 -CONFIG_LOWMEM_SIZE=0x30000000
53159 -CONFIG_KERNEL_START=0xc0000000
53160 -CONFIG_TASK_SIZE=0xc0000000
53161 -CONFIG_CONSISTENT_START=0xff100000
53162 -CONFIG_CONSISTENT_SIZE=0x00200000
53163 -CONFIG_BOOT_LOAD=0x00400000
53164 -
53165 -#
53166 -# Networking
53167 -#
53168 -CONFIG_NET=y
53169 -
53170 -#
53171 -# Networking options
53172 -#
53173 -CONFIG_PACKET=y
53174 -# CONFIG_PACKET_MMAP is not set
53175 -CONFIG_UNIX=y
53176 -# CONFIG_NET_KEY is not set
53177 -CONFIG_INET=y
53178 -# CONFIG_IP_MULTICAST is not set
53179 -# CONFIG_IP_ADVANCED_ROUTER is not set
53180 -CONFIG_IP_FIB_HASH=y
53181 -CONFIG_IP_PNP=y
53182 -CONFIG_IP_PNP_DHCP=y
53183 -CONFIG_IP_PNP_BOOTP=y
53184 -# CONFIG_IP_PNP_RARP is not set
53185 -# CONFIG_NET_IPIP is not set
53186 -# CONFIG_NET_IPGRE is not set
53187 -# CONFIG_ARPD is not set
53188 -# CONFIG_SYN_COOKIES is not set
53189 -# CONFIG_INET_AH is not set
53190 -# CONFIG_INET_ESP is not set
53191 -# CONFIG_INET_IPCOMP is not set
53192 -# CONFIG_INET_XFRM_TUNNEL is not set
53193 -# CONFIG_INET_TUNNEL is not set
53194 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
53195 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
53196 -# CONFIG_INET_XFRM_MODE_BEET is not set
53197 -# CONFIG_INET_LRO is not set
53198 -CONFIG_INET_DIAG=y
53199 -CONFIG_INET_TCP_DIAG=y
53200 -# CONFIG_TCP_CONG_ADVANCED is not set
53201 -CONFIG_TCP_CONG_CUBIC=y
53202 -CONFIG_DEFAULT_TCP_CONG="cubic"
53203 -# CONFIG_TCP_MD5SIG is not set
53204 -# CONFIG_IPV6 is not set
53205 -# CONFIG_INET6_XFRM_TUNNEL is not set
53206 -# CONFIG_INET6_TUNNEL is not set
53207 -# CONFIG_NETWORK_SECMARK is not set
53208 -# CONFIG_NETFILTER is not set
53209 -# CONFIG_IP_DCCP is not set
53210 -# CONFIG_IP_SCTP is not set
53211 -# CONFIG_TIPC is not set
53212 -# CONFIG_ATM is not set
53213 -# CONFIG_BRIDGE is not set
53214 -# CONFIG_VLAN_8021Q is not set
53215 -# CONFIG_DECNET is not set
53216 -# CONFIG_LLC2 is not set
53217 -# CONFIG_IPX is not set
53218 -# CONFIG_ATALK is not set
53219 -# CONFIG_X25 is not set
53220 -# CONFIG_LAPB is not set
53221 -# CONFIG_ECONET is not set
53222 -# CONFIG_WAN_ROUTER is not set
53223 -# CONFIG_NET_SCHED is not set
53224 -
53225 -#
53226 -# Network testing
53227 -#
53228 -# CONFIG_NET_PKTGEN is not set
53229 -# CONFIG_HAMRADIO is not set
53230 -# CONFIG_CAN is not set
53231 -# CONFIG_IRDA is not set
53232 -# CONFIG_BT is not set
53233 -# CONFIG_AF_RXRPC is not set
53234 -
53235 -#
53236 -# Wireless
53237 -#
53238 -# CONFIG_CFG80211 is not set
53239 -# CONFIG_WIRELESS_EXT is not set
53240 -# CONFIG_MAC80211 is not set
53241 -# CONFIG_IEEE80211 is not set
53242 -# CONFIG_RFKILL is not set
53243 -# CONFIG_NET_9P is not set
53244 -
53245 -#
53246 -# Device Drivers
53247 -#
53248 -
53249 -#
53250 -# Generic Driver Options
53251 -#
53252 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
53253 -CONFIG_STANDALONE=y
53254 -CONFIG_PREVENT_FIRMWARE_BUILD=y
53255 -CONFIG_FW_LOADER=y
53256 -# CONFIG_DEBUG_DRIVER is not set
53257 -# CONFIG_DEBUG_DEVRES is not set
53258 -# CONFIG_SYS_HYPERVISOR is not set
53259 -CONFIG_CONNECTOR=y
53260 -CONFIG_PROC_EVENTS=y
53261 -CONFIG_MTD=y
53262 -# CONFIG_MTD_DEBUG is not set
53263 -# CONFIG_MTD_CONCAT is not set
53264 -CONFIG_MTD_PARTITIONS=y
53265 -# CONFIG_MTD_REDBOOT_PARTS is not set
53266 -CONFIG_MTD_CMDLINE_PARTS=y
53267 -CONFIG_MTD_OF_PARTS=y
53268 -
53269 -#
53270 -# User Modules And Translation Layers
53271 -#
53272 -CONFIG_MTD_CHAR=y
53273 -CONFIG_MTD_BLKDEVS=m
53274 -CONFIG_MTD_BLOCK=m
53275 -# CONFIG_MTD_BLOCK_RO is not set
53276 -# CONFIG_FTL is not set
53277 -# CONFIG_NFTL is not set
53278 -# CONFIG_INFTL is not set
53279 -# CONFIG_RFD_FTL is not set
53280 -# CONFIG_SSFDC is not set
53281 -# CONFIG_MTD_OOPS is not set
53282 -
53283 -#
53284 -# RAM/ROM/Flash chip drivers
53285 -#
53286 -CONFIG_MTD_CFI=y
53287 -CONFIG_MTD_JEDECPROBE=y
53288 -CONFIG_MTD_GEN_PROBE=y
53289 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
53290 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
53291 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
53292 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
53293 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
53294 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
53295 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
53296 -CONFIG_MTD_CFI_I1=y
53297 -CONFIG_MTD_CFI_I2=y
53298 -# CONFIG_MTD_CFI_I4 is not set
53299 -# CONFIG_MTD_CFI_I8 is not set
53300 -# CONFIG_MTD_CFI_INTELEXT is not set
53301 -CONFIG_MTD_CFI_AMDSTD=y
53302 -# CONFIG_MTD_CFI_STAA is not set
53303 -CONFIG_MTD_CFI_UTIL=y
53304 -# CONFIG_MTD_RAM is not set
53305 -# CONFIG_MTD_ROM is not set
53306 -# CONFIG_MTD_ABSENT is not set
53307 -
53308 -#
53309 -# Mapping drivers for chip access
53310 -#
53311 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
53312 -# CONFIG_MTD_PHYSMAP is not set
53313 -CONFIG_MTD_PHYSMAP_OF=y
53314 -# CONFIG_MTD_INTEL_VR_NOR is not set
53315 -# CONFIG_MTD_PLATRAM is not set
53316 -
53317 -#
53318 -# Self-contained MTD device drivers
53319 -#
53320 -# CONFIG_MTD_PMC551 is not set
53321 -# CONFIG_MTD_SLRAM is not set
53322 -# CONFIG_MTD_PHRAM is not set
53323 -# CONFIG_MTD_MTDRAM is not set
53324 -# CONFIG_MTD_BLOCK2MTD is not set
53325 -
53326 -#
53327 -# Disk-On-Chip Device Drivers
53328 -#
53329 -# CONFIG_MTD_DOC2000 is not set
53330 -# CONFIG_MTD_DOC2001 is not set
53331 -# CONFIG_MTD_DOC2001PLUS is not set
53332 -# CONFIG_MTD_NAND is not set
53333 -# CONFIG_MTD_ONENAND is not set
53334 -
53335 -#
53336 -# UBI - Unsorted block images
53337 -#
53338 -# CONFIG_MTD_UBI is not set
53339 -CONFIG_OF_DEVICE=y
53340 -# CONFIG_PARPORT is not set
53341 -CONFIG_BLK_DEV=y
53342 -# CONFIG_BLK_DEV_FD is not set
53343 -# CONFIG_BLK_CPQ_DA is not set
53344 -# CONFIG_BLK_CPQ_CISS_DA is not set
53345 -# CONFIG_BLK_DEV_DAC960 is not set
53346 -# CONFIG_BLK_DEV_UMEM is not set
53347 -# CONFIG_BLK_DEV_COW_COMMON is not set
53348 -# CONFIG_BLK_DEV_LOOP is not set
53349 -# CONFIG_BLK_DEV_NBD is not set
53350 -# CONFIG_BLK_DEV_SX8 is not set
53351 -CONFIG_BLK_DEV_RAM=y
53352 -CONFIG_BLK_DEV_RAM_COUNT=16
53353 -CONFIG_BLK_DEV_RAM_SIZE=35000
53354 -# CONFIG_BLK_DEV_XIP is not set
53355 -# CONFIG_CDROM_PKTCDVD is not set
53356 -# CONFIG_ATA_OVER_ETH is not set
53357 -# CONFIG_XILINX_SYSACE is not set
53358 -# CONFIG_MISC_DEVICES is not set
53359 -CONFIG_HAVE_IDE=y
53360 -# CONFIG_IDE is not set
53361 -
53362 -#
53363 -# SCSI device support
53364 -#
53365 -# CONFIG_RAID_ATTRS is not set
53366 -# CONFIG_SCSI is not set
53367 -# CONFIG_SCSI_DMA is not set
53368 -# CONFIG_SCSI_NETLINK is not set
53369 -# CONFIG_ATA is not set
53370 -# CONFIG_MD is not set
53371 -# CONFIG_FUSION is not set
53372 -
53373 -#
53374 -# IEEE 1394 (FireWire) support
53375 -#
53376 -# CONFIG_FIREWIRE is not set
53377 -# CONFIG_IEEE1394 is not set
53378 -# CONFIG_I2O is not set
53379 -# CONFIG_MACINTOSH_DRIVERS is not set
53380 -CONFIG_NETDEVICES=y
53381 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
53382 -# CONFIG_DUMMY is not set
53383 -# CONFIG_BONDING is not set
53384 -# CONFIG_MACVLAN is not set
53385 -# CONFIG_EQUALIZER is not set
53386 -# CONFIG_TUN is not set
53387 -# CONFIG_VETH is not set
53388 -# CONFIG_ARCNET is not set
53389 -# CONFIG_PHYLIB is not set
53390 -CONFIG_NET_ETHERNET=y
53391 -# CONFIG_MII is not set
53392 -# CONFIG_HAPPYMEAL is not set
53393 -# CONFIG_SUNGEM is not set
53394 -# CONFIG_CASSINI is not set
53395 -# CONFIG_NET_VENDOR_3COM is not set
53396 -# CONFIG_NET_TULIP is not set
53397 -# CONFIG_HP100 is not set
53398 -CONFIG_IBM_NEW_EMAC=y
53399 -CONFIG_IBM_NEW_EMAC_RXB=256
53400 -CONFIG_IBM_NEW_EMAC_TXB=256
53401 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
53402 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
53403 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
53404 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
53405 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
53406 -CONFIG_IBM_NEW_EMAC_RGMII=y
53407 -# CONFIG_IBM_NEW_EMAC_TAH is not set
53408 -CONFIG_IBM_NEW_EMAC_EMAC4=y
53409 -# CONFIG_NET_PCI is not set
53410 -# CONFIG_B44 is not set
53411 -# CONFIG_NETDEV_1000 is not set
53412 -# CONFIG_NETDEV_10000 is not set
53413 -# CONFIG_TR is not set
53414 -
53415 -#
53416 -# Wireless LAN
53417 -#
53418 -# CONFIG_WLAN_PRE80211 is not set
53419 -# CONFIG_WLAN_80211 is not set
53420 -# CONFIG_WAN is not set
53421 -# CONFIG_FDDI is not set
53422 -# CONFIG_HIPPI is not set
53423 -# CONFIG_PPP is not set
53424 -# CONFIG_SLIP is not set
53425 -# CONFIG_NETCONSOLE is not set
53426 -# CONFIG_NETPOLL is not set
53427 -# CONFIG_NET_POLL_CONTROLLER is not set
53428 -# CONFIG_ISDN is not set
53429 -# CONFIG_PHONE is not set
53430 -
53431 -#
53432 -# Input device support
53433 -#
53434 -# CONFIG_INPUT is not set
53435 -
53436 -#
53437 -# Hardware I/O ports
53438 -#
53439 -# CONFIG_SERIO is not set
53440 -# CONFIG_GAMEPORT is not set
53441 -
53442 -#
53443 -# Character devices
53444 -#
53445 -# CONFIG_VT is not set
53446 -# CONFIG_SERIAL_NONSTANDARD is not set
53447 -# CONFIG_NOZOMI is not set
53448 -
53449 -#
53450 -# Serial drivers
53451 -#
53452 -CONFIG_SERIAL_8250=y
53453 -CONFIG_SERIAL_8250_CONSOLE=y
53454 -CONFIG_SERIAL_8250_PCI=y
53455 -CONFIG_SERIAL_8250_NR_UARTS=4
53456 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
53457 -CONFIG_SERIAL_8250_EXTENDED=y
53458 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
53459 -CONFIG_SERIAL_8250_SHARE_IRQ=y
53460 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
53461 -# CONFIG_SERIAL_8250_RSA is not set
53462 -
53463 -#
53464 -# Non-8250 serial port support
53465 -#
53466 -# CONFIG_SERIAL_UARTLITE is not set
53467 -CONFIG_SERIAL_CORE=y
53468 -CONFIG_SERIAL_CORE_CONSOLE=y
53469 -# CONFIG_SERIAL_JSM is not set
53470 -CONFIG_SERIAL_OF_PLATFORM=y
53471 -CONFIG_UNIX98_PTYS=y
53472 -CONFIG_LEGACY_PTYS=y
53473 -CONFIG_LEGACY_PTY_COUNT=256
53474 -# CONFIG_IPMI_HANDLER is not set
53475 -# CONFIG_HW_RANDOM is not set
53476 -# CONFIG_NVRAM is not set
53477 -# CONFIG_GEN_RTC is not set
53478 -# CONFIG_R3964 is not set
53479 -# CONFIG_APPLICOM is not set
53480 -# CONFIG_RAW_DRIVER is not set
53481 -# CONFIG_TCG_TPM is not set
53482 -CONFIG_DEVPORT=y
53483 -# CONFIG_I2C is not set
53484 -
53485 -#
53486 -# SPI support
53487 -#
53488 -# CONFIG_SPI is not set
53489 -# CONFIG_SPI_MASTER is not set
53490 -# CONFIG_W1 is not set
53491 -# CONFIG_POWER_SUPPLY is not set
53492 -# CONFIG_HWMON is not set
53493 -CONFIG_THERMAL=y
53494 -# CONFIG_WATCHDOG is not set
53495 -
53496 -#
53497 -# Sonics Silicon Backplane
53498 -#
53499 -CONFIG_SSB_POSSIBLE=y
53500 -# CONFIG_SSB is not set
53501 -
53502 -#
53503 -# Multifunction device drivers
53504 -#
53505 -# CONFIG_MFD_SM501 is not set
53506 -
53507 -#
53508 -# Multimedia devices
53509 -#
53510 -# CONFIG_VIDEO_DEV is not set
53511 -# CONFIG_DVB_CORE is not set
53512 -# CONFIG_DAB is not set
53513 -
53514 -#
53515 -# Graphics support
53516 -#
53517 -# CONFIG_AGP is not set
53518 -# CONFIG_DRM is not set
53519 -# CONFIG_VGASTATE is not set
53520 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
53521 -# CONFIG_FB is not set
53522 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
53523 -
53524 -#
53525 -# Display device support
53526 -#
53527 -# CONFIG_DISPLAY_SUPPORT is not set
53528 -
53529 -#
53530 -# Sound
53531 -#
53532 -# CONFIG_SOUND is not set
53533 -# CONFIG_USB_SUPPORT is not set
53534 -# CONFIG_MMC is not set
53535 -# CONFIG_MEMSTICK is not set
53536 -# CONFIG_NEW_LEDS is not set
53537 -# CONFIG_INFINIBAND is not set
53538 -# CONFIG_EDAC is not set
53539 -# CONFIG_RTC_CLASS is not set
53540 -
53541 -#
53542 -# Userspace I/O
53543 -#
53544 -# CONFIG_UIO is not set
53545 -
53546 -#
53547 -# File systems
53548 -#
53549 -CONFIG_EXT2_FS=y
53550 -# CONFIG_EXT2_FS_XATTR is not set
53551 -# CONFIG_EXT2_FS_XIP is not set
53552 -# CONFIG_EXT3_FS is not set
53553 -# CONFIG_EXT4DEV_FS is not set
53554 -# CONFIG_REISERFS_FS is not set
53555 -# CONFIG_JFS_FS is not set
53556 -# CONFIG_FS_POSIX_ACL is not set
53557 -# CONFIG_XFS_FS is not set
53558 -# CONFIG_GFS2_FS is not set
53559 -# CONFIG_OCFS2_FS is not set
53560 -CONFIG_DNOTIFY=y
53561 -CONFIG_INOTIFY=y
53562 -CONFIG_INOTIFY_USER=y
53563 -# CONFIG_QUOTA is not set
53564 -# CONFIG_AUTOFS_FS is not set
53565 -# CONFIG_AUTOFS4_FS is not set
53566 -# CONFIG_FUSE_FS is not set
53567 -
53568 -#
53569 -# CD-ROM/DVD Filesystems
53570 -#
53571 -# CONFIG_ISO9660_FS is not set
53572 -# CONFIG_UDF_FS is not set
53573 -
53574 -#
53575 -# DOS/FAT/NT Filesystems
53576 -#
53577 -# CONFIG_MSDOS_FS is not set
53578 -# CONFIG_VFAT_FS is not set
53579 -# CONFIG_NTFS_FS is not set
53580 -
53581 -#
53582 -# Pseudo filesystems
53583 -#
53584 -CONFIG_PROC_FS=y
53585 -CONFIG_PROC_KCORE=y
53586 -CONFIG_PROC_SYSCTL=y
53587 -CONFIG_SYSFS=y
53588 -CONFIG_TMPFS=y
53589 -# CONFIG_TMPFS_POSIX_ACL is not set
53590 -# CONFIG_HUGETLB_PAGE is not set
53591 -# CONFIG_CONFIGFS_FS is not set
53592 -
53593 -#
53594 -# Miscellaneous filesystems
53595 -#
53596 -# CONFIG_ADFS_FS is not set
53597 -# CONFIG_AFFS_FS is not set
53598 -# CONFIG_HFS_FS is not set
53599 -# CONFIG_HFSPLUS_FS is not set
53600 -# CONFIG_BEFS_FS is not set
53601 -# CONFIG_BFS_FS is not set
53602 -# CONFIG_EFS_FS is not set
53603 -# CONFIG_JFFS2_FS is not set
53604 -CONFIG_CRAMFS=y
53605 -# CONFIG_VXFS_FS is not set
53606 -# CONFIG_MINIX_FS is not set
53607 -# CONFIG_HPFS_FS is not set
53608 -# CONFIG_QNX4FS_FS is not set
53609 -# CONFIG_ROMFS_FS is not set
53610 -# CONFIG_SYSV_FS is not set
53611 -# CONFIG_UFS_FS is not set
53612 -CONFIG_NETWORK_FILESYSTEMS=y
53613 -CONFIG_NFS_FS=y
53614 -CONFIG_NFS_V3=y
53615 -# CONFIG_NFS_V3_ACL is not set
53616 -# CONFIG_NFS_V4 is not set
53617 -# CONFIG_NFS_DIRECTIO is not set
53618 -# CONFIG_NFSD is not set
53619 -CONFIG_ROOT_NFS=y
53620 -CONFIG_LOCKD=y
53621 -CONFIG_LOCKD_V4=y
53622 -CONFIG_NFS_COMMON=y
53623 -CONFIG_SUNRPC=y
53624 -# CONFIG_SUNRPC_BIND34 is not set
53625 -# CONFIG_RPCSEC_GSS_KRB5 is not set
53626 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
53627 -# CONFIG_SMB_FS is not set
53628 -# CONFIG_CIFS is not set
53629 -# CONFIG_NCP_FS is not set
53630 -# CONFIG_CODA_FS is not set
53631 -# CONFIG_AFS_FS is not set
53632 -
53633 -#
53634 -# Partition Types
53635 -#
53636 -# CONFIG_PARTITION_ADVANCED is not set
53637 -CONFIG_MSDOS_PARTITION=y
53638 -# CONFIG_NLS is not set
53639 -# CONFIG_DLM is not set
53640 -
53641 -#
53642 -# Library routines
53643 -#
53644 -CONFIG_BITREVERSE=y
53645 -# CONFIG_CRC_CCITT is not set
53646 -# CONFIG_CRC16 is not set
53647 -# CONFIG_CRC_ITU_T is not set
53648 -CONFIG_CRC32=y
53649 -# CONFIG_CRC7 is not set
53650 -# CONFIG_LIBCRC32C is not set
53651 -CONFIG_ZLIB_INFLATE=y
53652 -CONFIG_PLIST=y
53653 -CONFIG_HAS_IOMEM=y
53654 -CONFIG_HAS_IOPORT=y
53655 -CONFIG_HAS_DMA=y
53656 -
53657 -#
53658 -# Kernel hacking
53659 -#
53660 -# CONFIG_PRINTK_TIME is not set
53661 -CONFIG_ENABLE_WARN_DEPRECATED=y
53662 -CONFIG_ENABLE_MUST_CHECK=y
53663 -CONFIG_MAGIC_SYSRQ=y
53664 -# CONFIG_UNUSED_SYMBOLS is not set
53665 -CONFIG_DEBUG_FS=y
53666 -# CONFIG_HEADERS_CHECK is not set
53667 -CONFIG_DEBUG_KERNEL=y
53668 -# CONFIG_DEBUG_SHIRQ is not set
53669 -CONFIG_DETECT_SOFTLOCKUP=y
53670 -CONFIG_SCHED_DEBUG=y
53671 -# CONFIG_SCHEDSTATS is not set
53672 -# CONFIG_TIMER_STATS is not set
53673 -# CONFIG_SLUB_DEBUG_ON is not set
53674 -# CONFIG_SLUB_STATS is not set
53675 -# CONFIG_DEBUG_RT_MUTEXES is not set
53676 -# CONFIG_RT_MUTEX_TESTER is not set
53677 -# CONFIG_DEBUG_SPINLOCK is not set
53678 -# CONFIG_DEBUG_MUTEXES is not set
53679 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
53680 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
53681 -# CONFIG_DEBUG_KOBJECT is not set
53682 -CONFIG_DEBUG_BUGVERBOSE=y
53683 -# CONFIG_DEBUG_INFO is not set
53684 -# CONFIG_DEBUG_VM is not set
53685 -# CONFIG_DEBUG_LIST is not set
53686 -# CONFIG_DEBUG_SG is not set
53687 -# CONFIG_BOOT_PRINTK_DELAY is not set
53688 -# CONFIG_RCU_TORTURE_TEST is not set
53689 -# CONFIG_BACKTRACE_SELF_TEST is not set
53690 -# CONFIG_FAULT_INJECTION is not set
53691 -# CONFIG_SAMPLES is not set
53692 -# CONFIG_DEBUG_STACKOVERFLOW is not set
53693 -# CONFIG_DEBUG_STACK_USAGE is not set
53694 -# CONFIG_DEBUG_PAGEALLOC is not set
53695 -# CONFIG_DEBUGGER is not set
53696 -# CONFIG_VIRQ_DEBUG is not set
53697 -# CONFIG_BDI_SWITCH is not set
53698 -# CONFIG_PPC_EARLY_DEBUG is not set
53699 -
53700 -#
53701 -# Security options
53702 -#
53703 -# CONFIG_KEYS is not set
53704 -# CONFIG_SECURITY is not set
53705 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
53706 -CONFIG_CRYPTO=y
53707 -CONFIG_CRYPTO_ALGAPI=y
53708 -CONFIG_CRYPTO_BLKCIPHER=y
53709 -# CONFIG_CRYPTO_SEQIV is not set
53710 -CONFIG_CRYPTO_MANAGER=y
53711 -# CONFIG_CRYPTO_HMAC is not set
53712 -# CONFIG_CRYPTO_XCBC is not set
53713 -# CONFIG_CRYPTO_NULL is not set
53714 -# CONFIG_CRYPTO_MD4 is not set
53715 -CONFIG_CRYPTO_MD5=y
53716 -# CONFIG_CRYPTO_SHA1 is not set
53717 -# CONFIG_CRYPTO_SHA256 is not set
53718 -# CONFIG_CRYPTO_SHA512 is not set
53719 -# CONFIG_CRYPTO_WP512 is not set
53720 -# CONFIG_CRYPTO_TGR192 is not set
53721 -# CONFIG_CRYPTO_GF128MUL is not set
53722 -CONFIG_CRYPTO_ECB=y
53723 -CONFIG_CRYPTO_CBC=y
53724 -CONFIG_CRYPTO_PCBC=y
53725 -# CONFIG_CRYPTO_LRW is not set
53726 -# CONFIG_CRYPTO_XTS is not set
53727 -# CONFIG_CRYPTO_CTR is not set
53728 -# CONFIG_CRYPTO_GCM is not set
53729 -# CONFIG_CRYPTO_CCM is not set
53730 -# CONFIG_CRYPTO_CRYPTD is not set
53731 -CONFIG_CRYPTO_DES=y
53732 -# CONFIG_CRYPTO_FCRYPT is not set
53733 -# CONFIG_CRYPTO_BLOWFISH is not set
53734 -# CONFIG_CRYPTO_TWOFISH is not set
53735 -# CONFIG_CRYPTO_SERPENT is not set
53736 -# CONFIG_CRYPTO_AES is not set
53737 -# CONFIG_CRYPTO_CAST5 is not set
53738 -# CONFIG_CRYPTO_CAST6 is not set
53739 -# CONFIG_CRYPTO_TEA is not set
53740 -# CONFIG_CRYPTO_ARC4 is not set
53741 -# CONFIG_CRYPTO_KHAZAD is not set
53742 -# CONFIG_CRYPTO_ANUBIS is not set
53743 -# CONFIG_CRYPTO_SEED is not set
53744 -# CONFIG_CRYPTO_SALSA20 is not set
53745 -# CONFIG_CRYPTO_DEFLATE is not set
53746 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
53747 -# CONFIG_CRYPTO_CRC32C is not set
53748 -# CONFIG_CRYPTO_CAMELLIA is not set
53749 -# CONFIG_CRYPTO_TEST is not set
53750 -# CONFIG_CRYPTO_AUTHENC is not set
53751 -# CONFIG_CRYPTO_LZO is not set
53752 -CONFIG_CRYPTO_HW=y
53753 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
53754 -# CONFIG_PPC_CLOCK is not set
53755 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/maple_defconfig powerpc.git/arch/powerpc/configs/maple_defconfig
53756 --- linux-2.6.25-rc9/arch/powerpc/configs/maple_defconfig 2008-04-11 22:32:29.000000000 +0200
53757 +++ powerpc.git/arch/powerpc/configs/maple_defconfig 2008-04-19 16:40:52.000000000 +0200
53758 @@ -333,7 +333,7 @@
53759 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
53760 CONFIG_STANDALONE=y
53761 CONFIG_PREVENT_FIRMWARE_BUILD=y
53762 -# CONFIG_FW_LOADER is not set
53763 +CONFIG_FW_LOADER=y
53764 # CONFIG_DEBUG_DRIVER is not set
53765 # CONFIG_DEBUG_DEVRES is not set
53766 # CONFIG_SYS_HYPERVISOR is not set
53767 @@ -374,6 +374,7 @@
53768 CONFIG_BLK_DEV_IDECD=y
53769 # CONFIG_BLK_DEV_IDETAPE is not set
53770 # CONFIG_BLK_DEV_IDEFLOPPY is not set
53771 +# CONFIG_BLK_DEV_IDESCSI is not set
53772 CONFIG_IDE_TASK_IOCTL=y
53773 CONFIG_IDE_PROC_FS=y
53774
53775 @@ -427,10 +428,129 @@
53776 # SCSI device support
53777 #
53778 # CONFIG_RAID_ATTRS is not set
53779 -# CONFIG_SCSI is not set
53780 -# CONFIG_SCSI_DMA is not set
53781 +CONFIG_SCSI=y
53782 +CONFIG_SCSI_DMA=y
53783 +# CONFIG_SCSI_TGT is not set
53784 # CONFIG_SCSI_NETLINK is not set
53785 -# CONFIG_ATA is not set
53786 +# CONFIG_SCSI_PROC_FS is not set
53787 +
53788 +#
53789 +# SCSI support type (disk, tape, CD-ROM)
53790 +#
53791 +CONFIG_BLK_DEV_SD=y
53792 +# CONFIG_CHR_DEV_ST is not set
53793 +# CONFIG_CHR_DEV_OSST is not set
53794 +# CONFIG_BLK_DEV_SR is not set
53795 +CONFIG_CHR_DEV_SG=y
53796 +# CONFIG_CHR_DEV_SCH is not set
53797 +
53798 +#
53799 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
53800 +#
53801 +# CONFIG_SCSI_MULTI_LUN is not set
53802 +# CONFIG_SCSI_CONSTANTS is not set
53803 +# CONFIG_SCSI_LOGGING is not set
53804 +# CONFIG_SCSI_SCAN_ASYNC is not set
53805 +CONFIG_SCSI_WAIT_SCAN=m
53806 +
53807 +#
53808 +# SCSI Transports
53809 +#
53810 +# CONFIG_SCSI_SPI_ATTRS is not set
53811 +# CONFIG_SCSI_FC_ATTRS is not set
53812 +# CONFIG_SCSI_ISCSI_ATTRS is not set
53813 +# CONFIG_SCSI_SAS_LIBSAS is not set
53814 +# CONFIG_SCSI_SRP_ATTRS is not set
53815 +CONFIG_SCSI_LOWLEVEL=y
53816 +# CONFIG_ISCSI_TCP is not set
53817 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
53818 +# CONFIG_SCSI_3W_9XXX is not set
53819 +# CONFIG_SCSI_ACARD is not set
53820 +# CONFIG_SCSI_AACRAID is not set
53821 +# CONFIG_SCSI_AIC7XXX is not set
53822 +# CONFIG_SCSI_AIC7XXX_OLD is not set
53823 +# CONFIG_SCSI_AIC79XX is not set
53824 +# CONFIG_SCSI_AIC94XX is not set
53825 +# CONFIG_SCSI_ARCMSR is not set
53826 +# CONFIG_MEGARAID_NEWGEN is not set
53827 +# CONFIG_MEGARAID_LEGACY is not set
53828 +# CONFIG_MEGARAID_SAS is not set
53829 +# CONFIG_SCSI_HPTIOP is not set
53830 +# CONFIG_SCSI_DMX3191D is not set
53831 +# CONFIG_SCSI_EATA is not set
53832 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
53833 +# CONFIG_SCSI_GDTH is not set
53834 +# CONFIG_SCSI_IPS is not set
53835 +# CONFIG_SCSI_INITIO is not set
53836 +# CONFIG_SCSI_INIA100 is not set
53837 +# CONFIG_SCSI_STEX is not set
53838 +# CONFIG_SCSI_SYM53C8XX_2 is not set
53839 +CONFIG_SCSI_IPR=y
53840 +CONFIG_SCSI_IPR_TRACE=y
53841 +CONFIG_SCSI_IPR_DUMP=y
53842 +# CONFIG_SCSI_QLOGIC_1280 is not set
53843 +# CONFIG_SCSI_QLA_FC is not set
53844 +# CONFIG_SCSI_QLA_ISCSI is not set
53845 +# CONFIG_SCSI_LPFC is not set
53846 +# CONFIG_SCSI_DC395x is not set
53847 +# CONFIG_SCSI_DC390T is not set
53848 +# CONFIG_SCSI_DEBUG is not set
53849 +# CONFIG_SCSI_SRP is not set
53850 +CONFIG_ATA=y
53851 +CONFIG_ATA_NONSTANDARD=y
53852 +# CONFIG_SATA_AHCI is not set
53853 +# CONFIG_SATA_SVW is not set
53854 +# CONFIG_ATA_PIIX is not set
53855 +# CONFIG_SATA_MV is not set
53856 +# CONFIG_SATA_NV is not set
53857 +# CONFIG_PDC_ADMA is not set
53858 +# CONFIG_SATA_QSTOR is not set
53859 +# CONFIG_SATA_PROMISE is not set
53860 +# CONFIG_SATA_SX4 is not set
53861 +# CONFIG_SATA_SIL is not set
53862 +# CONFIG_SATA_SIL24 is not set
53863 +# CONFIG_SATA_SIS is not set
53864 +# CONFIG_SATA_ULI is not set
53865 +# CONFIG_SATA_VIA is not set
53866 +# CONFIG_SATA_VITESSE is not set
53867 +# CONFIG_SATA_INIC162X is not set
53868 +# CONFIG_PATA_ALI is not set
53869 +# CONFIG_PATA_AMD is not set
53870 +# CONFIG_PATA_ARTOP is not set
53871 +# CONFIG_PATA_ATIIXP is not set
53872 +# CONFIG_PATA_CMD640_PCI is not set
53873 +# CONFIG_PATA_CMD64X is not set
53874 +# CONFIG_PATA_CS5520 is not set
53875 +# CONFIG_PATA_CS5530 is not set
53876 +# CONFIG_PATA_CYPRESS is not set
53877 +# CONFIG_PATA_EFAR is not set
53878 +# CONFIG_ATA_GENERIC is not set
53879 +# CONFIG_PATA_HPT366 is not set
53880 +# CONFIG_PATA_HPT37X is not set
53881 +# CONFIG_PATA_HPT3X2N is not set
53882 +# CONFIG_PATA_HPT3X3 is not set
53883 +# CONFIG_PATA_IT821X is not set
53884 +# CONFIG_PATA_IT8213 is not set
53885 +# CONFIG_PATA_JMICRON is not set
53886 +# CONFIG_PATA_TRIFLEX is not set
53887 +# CONFIG_PATA_MARVELL is not set
53888 +# CONFIG_PATA_MPIIX is not set
53889 +# CONFIG_PATA_OLDPIIX is not set
53890 +# CONFIG_PATA_NETCELL is not set
53891 +# CONFIG_PATA_NS87410 is not set
53892 +# CONFIG_PATA_NS87415 is not set
53893 +# CONFIG_PATA_OPTI is not set
53894 +# CONFIG_PATA_OPTIDMA is not set
53895 +# CONFIG_PATA_PDC_OLD is not set
53896 +# CONFIG_PATA_RADISYS is not set
53897 +# CONFIG_PATA_RZ1000 is not set
53898 +# CONFIG_PATA_SC1200 is not set
53899 +# CONFIG_PATA_SERVERWORKS is not set
53900 +# CONFIG_PATA_PDC2027X is not set
53901 +# CONFIG_PATA_SIL680 is not set
53902 +# CONFIG_PATA_SIS is not set
53903 +# CONFIG_PATA_VIA is not set
53904 +# CONFIG_PATA_WINBOND is not set
53905 # CONFIG_MD is not set
53906 # CONFIG_FUSION is not set
53907
53908 @@ -536,6 +656,7 @@
53909 # CONFIG_HIPPI is not set
53910 # CONFIG_PPP is not set
53911 # CONFIG_SLIP is not set
53912 +# CONFIG_NET_FC is not set
53913 # CONFIG_SHAPER is not set
53914 # CONFIG_NETCONSOLE is not set
53915 # CONFIG_NETPOLL is not set
53916 @@ -783,12 +904,14 @@
53917 #
53918 # may also be needed; see USB_STORAGE Help for more information
53919 #
53920 +# CONFIG_USB_STORAGE is not set
53921 # CONFIG_USB_LIBUSUAL is not set
53922
53923 #
53924 # USB Imaging devices
53925 #
53926 # CONFIG_USB_MDC800 is not set
53927 +# CONFIG_USB_MICROTEK is not set
53928 CONFIG_USB_MON=y
53929
53930 #
53931 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8313_rdb_defconfig powerpc.git/arch/powerpc/configs/mpc8313_rdb_defconfig
53932 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8313_rdb_defconfig 2008-04-11 22:32:29.000000000 +0200
53933 +++ powerpc.git/arch/powerpc/configs/mpc8313_rdb_defconfig 1970-01-01 01:00:00.000000000 +0100
53934 @@ -1,1393 +0,0 @@
53935 -#
53936 -# Automatically generated make config: don't edit
53937 -# Linux kernel version: 2.6.25-rc6
53938 -# Mon Mar 24 08:48:14 2008
53939 -#
53940 -# CONFIG_PPC64 is not set
53941 -
53942 -#
53943 -# Processor support
53944 -#
53945 -CONFIG_6xx=y
53946 -# CONFIG_PPC_85xx is not set
53947 -# CONFIG_PPC_8xx is not set
53948 -# CONFIG_40x is not set
53949 -# CONFIG_44x is not set
53950 -# CONFIG_E200 is not set
53951 -CONFIG_PPC_FPU=y
53952 -# CONFIG_FSL_EMB_PERFMON is not set
53953 -CONFIG_PPC_STD_MMU=y
53954 -CONFIG_PPC_STD_MMU_32=y
53955 -# CONFIG_PPC_MM_SLICES is not set
53956 -# CONFIG_SMP is not set
53957 -CONFIG_PPC32=y
53958 -CONFIG_WORD_SIZE=32
53959 -CONFIG_PPC_MERGE=y
53960 -CONFIG_MMU=y
53961 -CONFIG_GENERIC_CMOS_UPDATE=y
53962 -CONFIG_GENERIC_TIME=y
53963 -CONFIG_GENERIC_TIME_VSYSCALL=y
53964 -CONFIG_GENERIC_CLOCKEVENTS=y
53965 -CONFIG_GENERIC_HARDIRQS=y
53966 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
53967 -CONFIG_IRQ_PER_CPU=y
53968 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
53969 -CONFIG_ARCH_HAS_ILOG2_U32=y
53970 -CONFIG_GENERIC_HWEIGHT=y
53971 -CONFIG_GENERIC_CALIBRATE_DELAY=y
53972 -CONFIG_GENERIC_FIND_NEXT_BIT=y
53973 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
53974 -CONFIG_PPC=y
53975 -CONFIG_EARLY_PRINTK=y
53976 -CONFIG_GENERIC_NVRAM=y
53977 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
53978 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
53979 -CONFIG_PPC_OF=y
53980 -CONFIG_OF=y
53981 -CONFIG_PPC_UDBG_16550=y
53982 -# CONFIG_GENERIC_TBSYNC is not set
53983 -CONFIG_AUDIT_ARCH=y
53984 -CONFIG_GENERIC_BUG=y
53985 -CONFIG_DEFAULT_UIMAGE=y
53986 -# CONFIG_PPC_DCR_NATIVE is not set
53987 -# CONFIG_PPC_DCR_MMIO is not set
53988 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
53989 -
53990 -#
53991 -# General setup
53992 -#
53993 -CONFIG_EXPERIMENTAL=y
53994 -CONFIG_BROKEN_ON_SMP=y
53995 -CONFIG_INIT_ENV_ARG_LIMIT=32
53996 -CONFIG_LOCALVERSION=""
53997 -CONFIG_LOCALVERSION_AUTO=y
53998 -CONFIG_SWAP=y
53999 -CONFIG_SYSVIPC=y
54000 -CONFIG_SYSVIPC_SYSCTL=y
54001 -# CONFIG_POSIX_MQUEUE is not set
54002 -# CONFIG_BSD_PROCESS_ACCT is not set
54003 -# CONFIG_TASKSTATS is not set
54004 -# CONFIG_AUDIT is not set
54005 -# CONFIG_IKCONFIG is not set
54006 -CONFIG_LOG_BUF_SHIFT=14
54007 -# CONFIG_CGROUPS is not set
54008 -CONFIG_GROUP_SCHED=y
54009 -# CONFIG_FAIR_GROUP_SCHED is not set
54010 -# CONFIG_RT_GROUP_SCHED is not set
54011 -CONFIG_USER_SCHED=y
54012 -# CONFIG_CGROUP_SCHED is not set
54013 -CONFIG_SYSFS_DEPRECATED=y
54014 -CONFIG_SYSFS_DEPRECATED_V2=y
54015 -# CONFIG_RELAY is not set
54016 -# CONFIG_NAMESPACES is not set
54017 -CONFIG_BLK_DEV_INITRD=y
54018 -CONFIG_INITRAMFS_SOURCE=""
54019 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
54020 -CONFIG_SYSCTL=y
54021 -CONFIG_EMBEDDED=y
54022 -CONFIG_SYSCTL_SYSCALL=y
54023 -# CONFIG_KALLSYMS is not set
54024 -CONFIG_HOTPLUG=y
54025 -CONFIG_PRINTK=y
54026 -CONFIG_BUG=y
54027 -CONFIG_ELF_CORE=y
54028 -CONFIG_COMPAT_BRK=y
54029 -CONFIG_BASE_FULL=y
54030 -CONFIG_FUTEX=y
54031 -CONFIG_ANON_INODES=y
54032 -# CONFIG_EPOLL is not set
54033 -CONFIG_SIGNALFD=y
54034 -CONFIG_TIMERFD=y
54035 -CONFIG_EVENTFD=y
54036 -CONFIG_SHMEM=y
54037 -CONFIG_VM_EVENT_COUNTERS=y
54038 -CONFIG_SLUB_DEBUG=y
54039 -# CONFIG_SLAB is not set
54040 -CONFIG_SLUB=y
54041 -# CONFIG_SLOB is not set
54042 -# CONFIG_PROFILING is not set
54043 -# CONFIG_MARKERS is not set
54044 -CONFIG_HAVE_OPROFILE=y
54045 -CONFIG_HAVE_KPROBES=y
54046 -CONFIG_HAVE_KRETPROBES=y
54047 -CONFIG_PROC_PAGE_MONITOR=y
54048 -CONFIG_SLABINFO=y
54049 -CONFIG_RT_MUTEXES=y
54050 -# CONFIG_TINY_SHMEM is not set
54051 -CONFIG_BASE_SMALL=0
54052 -CONFIG_MODULES=y
54053 -CONFIG_MODULE_UNLOAD=y
54054 -# CONFIG_MODULE_FORCE_UNLOAD is not set
54055 -# CONFIG_MODVERSIONS is not set
54056 -# CONFIG_MODULE_SRCVERSION_ALL is not set
54057 -# CONFIG_KMOD is not set
54058 -CONFIG_BLOCK=y
54059 -# CONFIG_LBD is not set
54060 -# CONFIG_BLK_DEV_IO_TRACE is not set
54061 -# CONFIG_LSF is not set
54062 -# CONFIG_BLK_DEV_BSG is not set
54063 -
54064 -#
54065 -# IO Schedulers
54066 -#
54067 -CONFIG_IOSCHED_NOOP=y
54068 -CONFIG_IOSCHED_AS=y
54069 -CONFIG_IOSCHED_DEADLINE=y
54070 -CONFIG_IOSCHED_CFQ=y
54071 -CONFIG_DEFAULT_AS=y
54072 -# CONFIG_DEFAULT_DEADLINE is not set
54073 -# CONFIG_DEFAULT_CFQ is not set
54074 -# CONFIG_DEFAULT_NOOP is not set
54075 -CONFIG_DEFAULT_IOSCHED="anticipatory"
54076 -CONFIG_CLASSIC_RCU=y
54077 -
54078 -#
54079 -# Platform support
54080 -#
54081 -# CONFIG_PPC_MULTIPLATFORM is not set
54082 -# CONFIG_PPC_82xx is not set
54083 -CONFIG_PPC_83xx=y
54084 -# CONFIG_PPC_86xx is not set
54085 -# CONFIG_PPC_MPC512x is not set
54086 -# CONFIG_PPC_MPC5121 is not set
54087 -# CONFIG_PPC_CELL is not set
54088 -# CONFIG_PPC_CELL_NATIVE is not set
54089 -# CONFIG_PQ2ADS is not set
54090 -CONFIG_MPC83xx=y
54091 -CONFIG_MPC831x_RDB=y
54092 -# CONFIG_MPC832x_MDS is not set
54093 -# CONFIG_MPC832x_RDB is not set
54094 -# CONFIG_MPC834x_MDS is not set
54095 -# CONFIG_MPC834x_ITX is not set
54096 -# CONFIG_MPC836x_MDS is not set
54097 -# CONFIG_MPC837x_MDS is not set
54098 -# CONFIG_MPC837x_RDB is not set
54099 -# CONFIG_SBC834x is not set
54100 -CONFIG_PPC_MPC831x=y
54101 -CONFIG_IPIC=y
54102 -# CONFIG_MPIC is not set
54103 -# CONFIG_MPIC_WEIRD is not set
54104 -# CONFIG_PPC_I8259 is not set
54105 -# CONFIG_PPC_RTAS is not set
54106 -# CONFIG_MMIO_NVRAM is not set
54107 -# CONFIG_PPC_MPC106 is not set
54108 -# CONFIG_PPC_970_NAP is not set
54109 -# CONFIG_PPC_INDIRECT_IO is not set
54110 -# CONFIG_GENERIC_IOMAP is not set
54111 -# CONFIG_CPU_FREQ is not set
54112 -# CONFIG_FSL_ULI1575 is not set
54113 -
54114 -#
54115 -# Kernel options
54116 -#
54117 -# CONFIG_HIGHMEM is not set
54118 -CONFIG_TICK_ONESHOT=y
54119 -CONFIG_NO_HZ=y
54120 -CONFIG_HIGH_RES_TIMERS=y
54121 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
54122 -# CONFIG_HZ_100 is not set
54123 -CONFIG_HZ_250=y
54124 -# CONFIG_HZ_300 is not set
54125 -# CONFIG_HZ_1000 is not set
54126 -CONFIG_HZ=250
54127 -# CONFIG_SCHED_HRTICK is not set
54128 -CONFIG_PREEMPT_NONE=y
54129 -# CONFIG_PREEMPT_VOLUNTARY is not set
54130 -# CONFIG_PREEMPT is not set
54131 -CONFIG_BINFMT_ELF=y
54132 -# CONFIG_BINFMT_MISC is not set
54133 -# CONFIG_IOMMU_HELPER is not set
54134 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
54135 -CONFIG_ARCH_HAS_WALK_MEMORY=y
54136 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
54137 -CONFIG_ARCH_FLATMEM_ENABLE=y
54138 -CONFIG_ARCH_POPULATES_NODE_MAP=y
54139 -CONFIG_SELECT_MEMORY_MODEL=y
54140 -CONFIG_FLATMEM_MANUAL=y
54141 -# CONFIG_DISCONTIGMEM_MANUAL is not set
54142 -# CONFIG_SPARSEMEM_MANUAL is not set
54143 -CONFIG_FLATMEM=y
54144 -CONFIG_FLAT_NODE_MEM_MAP=y
54145 -# CONFIG_SPARSEMEM_STATIC is not set
54146 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
54147 -CONFIG_SPLIT_PTLOCK_CPUS=4
54148 -# CONFIG_RESOURCES_64BIT is not set
54149 -CONFIG_ZONE_DMA_FLAG=1
54150 -CONFIG_BOUNCE=y
54151 -CONFIG_VIRT_TO_BUS=y
54152 -CONFIG_PROC_DEVICETREE=y
54153 -# CONFIG_CMDLINE_BOOL is not set
54154 -# CONFIG_PM is not set
54155 -CONFIG_SECCOMP=y
54156 -CONFIG_ISA_DMA_API=y
54157 -
54158 -#
54159 -# Bus options
54160 -#
54161 -CONFIG_ZONE_DMA=y
54162 -CONFIG_GENERIC_ISA_DMA=y
54163 -CONFIG_PPC_INDIRECT_PCI=y
54164 -CONFIG_FSL_SOC=y
54165 -CONFIG_PCI=y
54166 -CONFIG_PCI_DOMAINS=y
54167 -CONFIG_PCI_SYSCALL=y
54168 -# CONFIG_PCIEPORTBUS is not set
54169 -CONFIG_ARCH_SUPPORTS_MSI=y
54170 -# CONFIG_PCI_MSI is not set
54171 -CONFIG_PCI_LEGACY=y
54172 -# CONFIG_PCI_DEBUG is not set
54173 -# CONFIG_PCCARD is not set
54174 -# CONFIG_HOTPLUG_PCI is not set
54175 -
54176 -#
54177 -# Advanced setup
54178 -#
54179 -# CONFIG_ADVANCED_OPTIONS is not set
54180 -
54181 -#
54182 -# Default settings for advanced configuration options are used
54183 -#
54184 -CONFIG_HIGHMEM_START=0xfe000000
54185 -CONFIG_LOWMEM_SIZE=0x30000000
54186 -CONFIG_KERNEL_START=0xc0000000
54187 -CONFIG_TASK_SIZE=0xc0000000
54188 -CONFIG_BOOT_LOAD=0x00800000
54189 -
54190 -#
54191 -# Networking
54192 -#
54193 -CONFIG_NET=y
54194 -
54195 -#
54196 -# Networking options
54197 -#
54198 -CONFIG_PACKET=y
54199 -# CONFIG_PACKET_MMAP is not set
54200 -CONFIG_UNIX=y
54201 -CONFIG_XFRM=y
54202 -# CONFIG_XFRM_USER is not set
54203 -# CONFIG_XFRM_SUB_POLICY is not set
54204 -# CONFIG_XFRM_MIGRATE is not set
54205 -# CONFIG_XFRM_STATISTICS is not set
54206 -# CONFIG_NET_KEY is not set
54207 -CONFIG_INET=y
54208 -CONFIG_IP_MULTICAST=y
54209 -# CONFIG_IP_ADVANCED_ROUTER is not set
54210 -CONFIG_IP_FIB_HASH=y
54211 -CONFIG_IP_PNP=y
54212 -CONFIG_IP_PNP_DHCP=y
54213 -CONFIG_IP_PNP_BOOTP=y
54214 -# CONFIG_IP_PNP_RARP is not set
54215 -# CONFIG_NET_IPIP is not set
54216 -# CONFIG_NET_IPGRE is not set
54217 -# CONFIG_IP_MROUTE is not set
54218 -# CONFIG_ARPD is not set
54219 -CONFIG_SYN_COOKIES=y
54220 -# CONFIG_INET_AH is not set
54221 -# CONFIG_INET_ESP is not set
54222 -# CONFIG_INET_IPCOMP is not set
54223 -# CONFIG_INET_XFRM_TUNNEL is not set
54224 -# CONFIG_INET_TUNNEL is not set
54225 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
54226 -CONFIG_INET_XFRM_MODE_TUNNEL=y
54227 -CONFIG_INET_XFRM_MODE_BEET=y
54228 -# CONFIG_INET_LRO is not set
54229 -CONFIG_INET_DIAG=y
54230 -CONFIG_INET_TCP_DIAG=y
54231 -# CONFIG_TCP_CONG_ADVANCED is not set
54232 -CONFIG_TCP_CONG_CUBIC=y
54233 -CONFIG_DEFAULT_TCP_CONG="cubic"
54234 -# CONFIG_TCP_MD5SIG is not set
54235 -# CONFIG_IPV6 is not set
54236 -# CONFIG_INET6_XFRM_TUNNEL is not set
54237 -# CONFIG_INET6_TUNNEL is not set
54238 -# CONFIG_NETWORK_SECMARK is not set
54239 -# CONFIG_NETFILTER is not set
54240 -# CONFIG_IP_DCCP is not set
54241 -# CONFIG_IP_SCTP is not set
54242 -# CONFIG_TIPC is not set
54243 -# CONFIG_ATM is not set
54244 -# CONFIG_BRIDGE is not set
54245 -# CONFIG_VLAN_8021Q is not set
54246 -# CONFIG_DECNET is not set
54247 -# CONFIG_LLC2 is not set
54248 -# CONFIG_IPX is not set
54249 -# CONFIG_ATALK is not set
54250 -# CONFIG_X25 is not set
54251 -# CONFIG_LAPB is not set
54252 -# CONFIG_ECONET is not set
54253 -# CONFIG_WAN_ROUTER is not set
54254 -# CONFIG_NET_SCHED is not set
54255 -
54256 -#
54257 -# Network testing
54258 -#
54259 -# CONFIG_NET_PKTGEN is not set
54260 -# CONFIG_HAMRADIO is not set
54261 -# CONFIG_CAN is not set
54262 -# CONFIG_IRDA is not set
54263 -# CONFIG_BT is not set
54264 -# CONFIG_AF_RXRPC is not set
54265 -
54266 -#
54267 -# Wireless
54268 -#
54269 -# CONFIG_CFG80211 is not set
54270 -# CONFIG_WIRELESS_EXT is not set
54271 -# CONFIG_MAC80211 is not set
54272 -# CONFIG_IEEE80211 is not set
54273 -# CONFIG_RFKILL is not set
54274 -# CONFIG_NET_9P is not set
54275 -
54276 -#
54277 -# Device Drivers
54278 -#
54279 -
54280 -#
54281 -# Generic Driver Options
54282 -#
54283 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
54284 -CONFIG_STANDALONE=y
54285 -CONFIG_PREVENT_FIRMWARE_BUILD=y
54286 -# CONFIG_FW_LOADER is not set
54287 -# CONFIG_DEBUG_DRIVER is not set
54288 -# CONFIG_DEBUG_DEVRES is not set
54289 -# CONFIG_SYS_HYPERVISOR is not set
54290 -# CONFIG_CONNECTOR is not set
54291 -CONFIG_MTD=y
54292 -# CONFIG_MTD_DEBUG is not set
54293 -# CONFIG_MTD_CONCAT is not set
54294 -CONFIG_MTD_PARTITIONS=y
54295 -# CONFIG_MTD_REDBOOT_PARTS is not set
54296 -# CONFIG_MTD_CMDLINE_PARTS is not set
54297 -# CONFIG_MTD_OF_PARTS is not set
54298 -
54299 -#
54300 -# User Modules And Translation Layers
54301 -#
54302 -CONFIG_MTD_CHAR=y
54303 -CONFIG_MTD_BLKDEVS=y
54304 -CONFIG_MTD_BLOCK=y
54305 -# CONFIG_FTL is not set
54306 -# CONFIG_NFTL is not set
54307 -# CONFIG_INFTL is not set
54308 -# CONFIG_RFD_FTL is not set
54309 -# CONFIG_SSFDC is not set
54310 -# CONFIG_MTD_OOPS is not set
54311 -
54312 -#
54313 -# RAM/ROM/Flash chip drivers
54314 -#
54315 -CONFIG_MTD_CFI=y
54316 -# CONFIG_MTD_JEDECPROBE is not set
54317 -CONFIG_MTD_GEN_PROBE=y
54318 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
54319 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
54320 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
54321 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
54322 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
54323 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
54324 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
54325 -CONFIG_MTD_CFI_I1=y
54326 -CONFIG_MTD_CFI_I2=y
54327 -# CONFIG_MTD_CFI_I4 is not set
54328 -# CONFIG_MTD_CFI_I8 is not set
54329 -# CONFIG_MTD_CFI_INTELEXT is not set
54330 -CONFIG_MTD_CFI_AMDSTD=y
54331 -# CONFIG_MTD_CFI_STAA is not set
54332 -CONFIG_MTD_CFI_UTIL=y
54333 -# CONFIG_MTD_RAM is not set
54334 -# CONFIG_MTD_ROM is not set
54335 -# CONFIG_MTD_ABSENT is not set
54336 -
54337 -#
54338 -# Mapping drivers for chip access
54339 -#
54340 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
54341 -# CONFIG_MTD_PHYSMAP is not set
54342 -CONFIG_MTD_PHYSMAP_OF=y
54343 -# CONFIG_MTD_INTEL_VR_NOR is not set
54344 -# CONFIG_MTD_PLATRAM is not set
54345 -
54346 -#
54347 -# Self-contained MTD device drivers
54348 -#
54349 -# CONFIG_MTD_PMC551 is not set
54350 -# CONFIG_MTD_DATAFLASH is not set
54351 -# CONFIG_MTD_M25P80 is not set
54352 -# CONFIG_MTD_SLRAM is not set
54353 -# CONFIG_MTD_PHRAM is not set
54354 -# CONFIG_MTD_MTDRAM is not set
54355 -# CONFIG_MTD_BLOCK2MTD is not set
54356 -
54357 -#
54358 -# Disk-On-Chip Device Drivers
54359 -#
54360 -# CONFIG_MTD_DOC2000 is not set
54361 -# CONFIG_MTD_DOC2001 is not set
54362 -# CONFIG_MTD_DOC2001PLUS is not set
54363 -CONFIG_MTD_NAND=y
54364 -CONFIG_MTD_NAND_VERIFY_WRITE=y
54365 -# CONFIG_MTD_NAND_ECC_SMC is not set
54366 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
54367 -CONFIG_MTD_NAND_IDS=y
54368 -# CONFIG_MTD_NAND_DISKONCHIP is not set
54369 -# CONFIG_MTD_NAND_CAFE is not set
54370 -# CONFIG_MTD_NAND_NANDSIM is not set
54371 -# CONFIG_MTD_NAND_PLATFORM is not set
54372 -# CONFIG_MTD_ALAUDA is not set
54373 -# CONFIG_MTD_NAND_FSL_ELBC is not set
54374 -# CONFIG_MTD_ONENAND is not set
54375 -
54376 -#
54377 -# UBI - Unsorted block images
54378 -#
54379 -# CONFIG_MTD_UBI is not set
54380 -CONFIG_OF_DEVICE=y
54381 -# CONFIG_PARPORT is not set
54382 -CONFIG_BLK_DEV=y
54383 -# CONFIG_BLK_DEV_FD is not set
54384 -# CONFIG_BLK_CPQ_DA is not set
54385 -# CONFIG_BLK_CPQ_CISS_DA is not set
54386 -# CONFIG_BLK_DEV_DAC960 is not set
54387 -# CONFIG_BLK_DEV_UMEM is not set
54388 -# CONFIG_BLK_DEV_COW_COMMON is not set
54389 -CONFIG_BLK_DEV_LOOP=y
54390 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
54391 -# CONFIG_BLK_DEV_NBD is not set
54392 -# CONFIG_BLK_DEV_SX8 is not set
54393 -# CONFIG_BLK_DEV_UB is not set
54394 -CONFIG_BLK_DEV_RAM=y
54395 -CONFIG_BLK_DEV_RAM_COUNT=16
54396 -CONFIG_BLK_DEV_RAM_SIZE=32768
54397 -# CONFIG_BLK_DEV_XIP is not set
54398 -# CONFIG_CDROM_PKTCDVD is not set
54399 -# CONFIG_ATA_OVER_ETH is not set
54400 -CONFIG_MISC_DEVICES=y
54401 -# CONFIG_PHANTOM is not set
54402 -# CONFIG_EEPROM_93CX6 is not set
54403 -# CONFIG_SGI_IOC4 is not set
54404 -# CONFIG_TIFM_CORE is not set
54405 -# CONFIG_ENCLOSURE_SERVICES is not set
54406 -CONFIG_HAVE_IDE=y
54407 -# CONFIG_IDE is not set
54408 -
54409 -#
54410 -# SCSI device support
54411 -#
54412 -# CONFIG_RAID_ATTRS is not set
54413 -CONFIG_SCSI=y
54414 -CONFIG_SCSI_DMA=y
54415 -# CONFIG_SCSI_TGT is not set
54416 -# CONFIG_SCSI_NETLINK is not set
54417 -CONFIG_SCSI_PROC_FS=y
54418 -
54419 -#
54420 -# SCSI support type (disk, tape, CD-ROM)
54421 -#
54422 -# CONFIG_BLK_DEV_SD is not set
54423 -# CONFIG_CHR_DEV_ST is not set
54424 -# CONFIG_CHR_DEV_OSST is not set
54425 -# CONFIG_BLK_DEV_SR is not set
54426 -CONFIG_CHR_DEV_SG=y
54427 -# CONFIG_CHR_DEV_SCH is not set
54428 -
54429 -#
54430 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
54431 -#
54432 -# CONFIG_SCSI_MULTI_LUN is not set
54433 -# CONFIG_SCSI_CONSTANTS is not set
54434 -# CONFIG_SCSI_LOGGING is not set
54435 -# CONFIG_SCSI_SCAN_ASYNC is not set
54436 -CONFIG_SCSI_WAIT_SCAN=m
54437 -
54438 -#
54439 -# SCSI Transports
54440 -#
54441 -CONFIG_SCSI_SPI_ATTRS=y
54442 -# CONFIG_SCSI_FC_ATTRS is not set
54443 -# CONFIG_SCSI_ISCSI_ATTRS is not set
54444 -# CONFIG_SCSI_SAS_LIBSAS is not set
54445 -# CONFIG_SCSI_SRP_ATTRS is not set
54446 -CONFIG_SCSI_LOWLEVEL=y
54447 -# CONFIG_ISCSI_TCP is not set
54448 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
54449 -# CONFIG_SCSI_3W_9XXX is not set
54450 -# CONFIG_SCSI_ACARD is not set
54451 -# CONFIG_SCSI_AACRAID is not set
54452 -# CONFIG_SCSI_AIC7XXX is not set
54453 -# CONFIG_SCSI_AIC7XXX_OLD is not set
54454 -# CONFIG_SCSI_AIC79XX is not set
54455 -# CONFIG_SCSI_AIC94XX is not set
54456 -# CONFIG_SCSI_DPT_I2O is not set
54457 -# CONFIG_SCSI_ADVANSYS is not set
54458 -# CONFIG_SCSI_ARCMSR is not set
54459 -# CONFIG_MEGARAID_NEWGEN is not set
54460 -# CONFIG_MEGARAID_LEGACY is not set
54461 -# CONFIG_MEGARAID_SAS is not set
54462 -# CONFIG_SCSI_HPTIOP is not set
54463 -# CONFIG_SCSI_BUSLOGIC is not set
54464 -# CONFIG_SCSI_DMX3191D is not set
54465 -# CONFIG_SCSI_EATA is not set
54466 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
54467 -# CONFIG_SCSI_GDTH is not set
54468 -# CONFIG_SCSI_IPS is not set
54469 -# CONFIG_SCSI_INITIO is not set
54470 -# CONFIG_SCSI_INIA100 is not set
54471 -# CONFIG_SCSI_MVSAS is not set
54472 -# CONFIG_SCSI_STEX is not set
54473 -# CONFIG_SCSI_SYM53C8XX_2 is not set
54474 -# CONFIG_SCSI_QLOGIC_1280 is not set
54475 -# CONFIG_SCSI_QLA_FC is not set
54476 -# CONFIG_SCSI_QLA_ISCSI is not set
54477 -# CONFIG_SCSI_LPFC is not set
54478 -# CONFIG_SCSI_DC395x is not set
54479 -# CONFIG_SCSI_DC390T is not set
54480 -# CONFIG_SCSI_NSP32 is not set
54481 -# CONFIG_SCSI_DEBUG is not set
54482 -# CONFIG_SCSI_SRP is not set
54483 -# CONFIG_ATA is not set
54484 -CONFIG_MD=y
54485 -CONFIG_BLK_DEV_MD=y
54486 -CONFIG_MD_LINEAR=y
54487 -CONFIG_MD_RAID0=y
54488 -CONFIG_MD_RAID1=y
54489 -# CONFIG_MD_RAID10 is not set
54490 -# CONFIG_MD_RAID456 is not set
54491 -# CONFIG_MD_MULTIPATH is not set
54492 -# CONFIG_MD_FAULTY is not set
54493 -# CONFIG_BLK_DEV_DM is not set
54494 -# CONFIG_FUSION is not set
54495 -
54496 -#
54497 -# IEEE 1394 (FireWire) support
54498 -#
54499 -# CONFIG_FIREWIRE is not set
54500 -# CONFIG_IEEE1394 is not set
54501 -# CONFIG_I2O is not set
54502 -# CONFIG_MACINTOSH_DRIVERS is not set
54503 -CONFIG_NETDEVICES=y
54504 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
54505 -# CONFIG_DUMMY is not set
54506 -# CONFIG_BONDING is not set
54507 -# CONFIG_MACVLAN is not set
54508 -# CONFIG_EQUALIZER is not set
54509 -# CONFIG_TUN is not set
54510 -# CONFIG_VETH is not set
54511 -# CONFIG_ARCNET is not set
54512 -CONFIG_PHYLIB=y
54513 -
54514 -#
54515 -# MII PHY device drivers
54516 -#
54517 -# CONFIG_MARVELL_PHY is not set
54518 -# CONFIG_DAVICOM_PHY is not set
54519 -# CONFIG_QSEMI_PHY is not set
54520 -# CONFIG_LXT_PHY is not set
54521 -CONFIG_CICADA_PHY=y
54522 -# CONFIG_VITESSE_PHY is not set
54523 -# CONFIG_SMSC_PHY is not set
54524 -# CONFIG_BROADCOM_PHY is not set
54525 -# CONFIG_ICPLUS_PHY is not set
54526 -# CONFIG_REALTEK_PHY is not set
54527 -# CONFIG_FIXED_PHY is not set
54528 -# CONFIG_MDIO_BITBANG is not set
54529 -CONFIG_NET_ETHERNET=y
54530 -CONFIG_MII=y
54531 -# CONFIG_HAPPYMEAL is not set
54532 -# CONFIG_SUNGEM is not set
54533 -# CONFIG_CASSINI is not set
54534 -# CONFIG_NET_VENDOR_3COM is not set
54535 -# CONFIG_ENC28J60 is not set
54536 -# CONFIG_NET_TULIP is not set
54537 -# CONFIG_HP100 is not set
54538 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
54539 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
54540 -# CONFIG_IBM_NEW_EMAC_TAH is not set
54541 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
54542 -CONFIG_NET_PCI=y
54543 -# CONFIG_PCNET32 is not set
54544 -# CONFIG_AMD8111_ETH is not set
54545 -# CONFIG_ADAPTEC_STARFIRE is not set
54546 -# CONFIG_B44 is not set
54547 -# CONFIG_FORCEDETH is not set
54548 -# CONFIG_EEPRO100 is not set
54549 -CONFIG_E100=y
54550 -# CONFIG_FEALNX is not set
54551 -# CONFIG_NATSEMI is not set
54552 -# CONFIG_NE2K_PCI is not set
54553 -# CONFIG_8139CP is not set
54554 -# CONFIG_8139TOO is not set
54555 -# CONFIG_R6040 is not set
54556 -# CONFIG_SIS900 is not set
54557 -# CONFIG_EPIC100 is not set
54558 -# CONFIG_SUNDANCE is not set
54559 -# CONFIG_TLAN is not set
54560 -# CONFIG_VIA_RHINE is not set
54561 -# CONFIG_SC92031 is not set
54562 -CONFIG_NETDEV_1000=y
54563 -# CONFIG_ACENIC is not set
54564 -# CONFIG_DL2K is not set
54565 -# CONFIG_E1000 is not set
54566 -# CONFIG_E1000E is not set
54567 -# CONFIG_E1000E_ENABLED is not set
54568 -# CONFIG_IP1000 is not set
54569 -# CONFIG_IGB is not set
54570 -# CONFIG_NS83820 is not set
54571 -# CONFIG_HAMACHI is not set
54572 -# CONFIG_YELLOWFIN is not set
54573 -# CONFIG_R8169 is not set
54574 -# CONFIG_SIS190 is not set
54575 -# CONFIG_SKGE is not set
54576 -# CONFIG_SKY2 is not set
54577 -# CONFIG_SK98LIN is not set
54578 -# CONFIG_VIA_VELOCITY is not set
54579 -# CONFIG_TIGON3 is not set
54580 -# CONFIG_BNX2 is not set
54581 -CONFIG_GIANFAR=y
54582 -CONFIG_GFAR_NAPI=y
54583 -# CONFIG_QLA3XXX is not set
54584 -# CONFIG_ATL1 is not set
54585 -CONFIG_NETDEV_10000=y
54586 -# CONFIG_CHELSIO_T1 is not set
54587 -# CONFIG_CHELSIO_T3 is not set
54588 -# CONFIG_IXGBE is not set
54589 -# CONFIG_IXGB is not set
54590 -# CONFIG_S2IO is not set
54591 -# CONFIG_MYRI10GE is not set
54592 -# CONFIG_NETXEN_NIC is not set
54593 -# CONFIG_NIU is not set
54594 -# CONFIG_MLX4_CORE is not set
54595 -# CONFIG_TEHUTI is not set
54596 -# CONFIG_BNX2X is not set
54597 -# CONFIG_TR is not set
54598 -
54599 -#
54600 -# Wireless LAN
54601 -#
54602 -# CONFIG_WLAN_PRE80211 is not set
54603 -# CONFIG_WLAN_80211 is not set
54604 -
54605 -#
54606 -# USB Network Adapters
54607 -#
54608 -# CONFIG_USB_CATC is not set
54609 -# CONFIG_USB_KAWETH is not set
54610 -# CONFIG_USB_PEGASUS is not set
54611 -# CONFIG_USB_RTL8150 is not set
54612 -# CONFIG_USB_USBNET is not set
54613 -# CONFIG_WAN is not set
54614 -# CONFIG_FDDI is not set
54615 -# CONFIG_HIPPI is not set
54616 -# CONFIG_PPP is not set
54617 -# CONFIG_SLIP is not set
54618 -# CONFIG_NET_FC is not set
54619 -# CONFIG_NETCONSOLE is not set
54620 -# CONFIG_NETPOLL is not set
54621 -# CONFIG_NET_POLL_CONTROLLER is not set
54622 -# CONFIG_ISDN is not set
54623 -# CONFIG_PHONE is not set
54624 -
54625 -#
54626 -# Input device support
54627 -#
54628 -CONFIG_INPUT=y
54629 -# CONFIG_INPUT_FF_MEMLESS is not set
54630 -# CONFIG_INPUT_POLLDEV is not set
54631 -
54632 -#
54633 -# Userland interfaces
54634 -#
54635 -# CONFIG_INPUT_MOUSEDEV is not set
54636 -# CONFIG_INPUT_JOYDEV is not set
54637 -# CONFIG_INPUT_EVDEV is not set
54638 -# CONFIG_INPUT_EVBUG is not set
54639 -
54640 -#
54641 -# Input Device Drivers
54642 -#
54643 -# CONFIG_INPUT_KEYBOARD is not set
54644 -# CONFIG_INPUT_MOUSE is not set
54645 -# CONFIG_INPUT_JOYSTICK is not set
54646 -# CONFIG_INPUT_TABLET is not set
54647 -# CONFIG_INPUT_TOUCHSCREEN is not set
54648 -# CONFIG_INPUT_MISC is not set
54649 -
54650 -#
54651 -# Hardware I/O ports
54652 -#
54653 -# CONFIG_SERIO is not set
54654 -# CONFIG_GAMEPORT is not set
54655 -
54656 -#
54657 -# Character devices
54658 -#
54659 -# CONFIG_VT is not set
54660 -# CONFIG_SERIAL_NONSTANDARD is not set
54661 -# CONFIG_NOZOMI is not set
54662 -
54663 -#
54664 -# Serial drivers
54665 -#
54666 -CONFIG_SERIAL_8250=y
54667 -CONFIG_SERIAL_8250_CONSOLE=y
54668 -CONFIG_SERIAL_8250_PCI=y
54669 -CONFIG_SERIAL_8250_NR_UARTS=4
54670 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
54671 -# CONFIG_SERIAL_8250_EXTENDED is not set
54672 -
54673 -#
54674 -# Non-8250 serial port support
54675 -#
54676 -# CONFIG_SERIAL_UARTLITE is not set
54677 -CONFIG_SERIAL_CORE=y
54678 -CONFIG_SERIAL_CORE_CONSOLE=y
54679 -# CONFIG_SERIAL_JSM is not set
54680 -# CONFIG_SERIAL_OF_PLATFORM is not set
54681 -CONFIG_UNIX98_PTYS=y
54682 -CONFIG_LEGACY_PTYS=y
54683 -CONFIG_LEGACY_PTY_COUNT=256
54684 -# CONFIG_IPMI_HANDLER is not set
54685 -CONFIG_HW_RANDOM=y
54686 -# CONFIG_NVRAM is not set
54687 -# CONFIG_GEN_RTC is not set
54688 -# CONFIG_R3964 is not set
54689 -# CONFIG_APPLICOM is not set
54690 -# CONFIG_RAW_DRIVER is not set
54691 -# CONFIG_TCG_TPM is not set
54692 -CONFIG_DEVPORT=y
54693 -CONFIG_I2C=y
54694 -CONFIG_I2C_BOARDINFO=y
54695 -CONFIG_I2C_CHARDEV=y
54696 -
54697 -#
54698 -# I2C Algorithms
54699 -#
54700 -# CONFIG_I2C_ALGOBIT is not set
54701 -# CONFIG_I2C_ALGOPCF is not set
54702 -# CONFIG_I2C_ALGOPCA is not set
54703 -
54704 -#
54705 -# I2C Hardware Bus support
54706 -#
54707 -# CONFIG_I2C_ALI1535 is not set
54708 -# CONFIG_I2C_ALI1563 is not set
54709 -# CONFIG_I2C_ALI15X3 is not set
54710 -# CONFIG_I2C_AMD756 is not set
54711 -# CONFIG_I2C_AMD8111 is not set
54712 -# CONFIG_I2C_I801 is not set
54713 -# CONFIG_I2C_I810 is not set
54714 -# CONFIG_I2C_PIIX4 is not set
54715 -CONFIG_I2C_MPC=y
54716 -# CONFIG_I2C_NFORCE2 is not set
54717 -# CONFIG_I2C_OCORES is not set
54718 -# CONFIG_I2C_PARPORT_LIGHT is not set
54719 -# CONFIG_I2C_PROSAVAGE is not set
54720 -# CONFIG_I2C_SAVAGE4 is not set
54721 -# CONFIG_I2C_SIMTEC is not set
54722 -# CONFIG_I2C_SIS5595 is not set
54723 -# CONFIG_I2C_SIS630 is not set
54724 -# CONFIG_I2C_SIS96X is not set
54725 -# CONFIG_I2C_TAOS_EVM is not set
54726 -# CONFIG_I2C_STUB is not set
54727 -# CONFIG_I2C_TINY_USB is not set
54728 -# CONFIG_I2C_VIA is not set
54729 -# CONFIG_I2C_VIAPRO is not set
54730 -# CONFIG_I2C_VOODOO3 is not set
54731 -
54732 -#
54733 -# Miscellaneous I2C Chip support
54734 -#
54735 -# CONFIG_DS1682 is not set
54736 -# CONFIG_SENSORS_EEPROM is not set
54737 -# CONFIG_SENSORS_PCF8574 is not set
54738 -# CONFIG_PCF8575 is not set
54739 -# CONFIG_SENSORS_PCF8591 is not set
54740 -# CONFIG_TPS65010 is not set
54741 -# CONFIG_SENSORS_MAX6875 is not set
54742 -# CONFIG_SENSORS_TSL2550 is not set
54743 -# CONFIG_I2C_DEBUG_CORE is not set
54744 -# CONFIG_I2C_DEBUG_ALGO is not set
54745 -# CONFIG_I2C_DEBUG_BUS is not set
54746 -# CONFIG_I2C_DEBUG_CHIP is not set
54747 -
54748 -#
54749 -# SPI support
54750 -#
54751 -CONFIG_SPI=y
54752 -# CONFIG_SPI_DEBUG is not set
54753 -CONFIG_SPI_MASTER=y
54754 -
54755 -#
54756 -# SPI Master Controller Drivers
54757 -#
54758 -CONFIG_SPI_BITBANG=y
54759 -CONFIG_SPI_MPC83xx=y
54760 -
54761 -#
54762 -# SPI Protocol Masters
54763 -#
54764 -# CONFIG_SPI_AT25 is not set
54765 -# CONFIG_SPI_SPIDEV is not set
54766 -# CONFIG_SPI_TLE62X0 is not set
54767 -# CONFIG_W1 is not set
54768 -# CONFIG_POWER_SUPPLY is not set
54769 -CONFIG_HWMON=y
54770 -# CONFIG_HWMON_VID is not set
54771 -# CONFIG_SENSORS_AD7418 is not set
54772 -# CONFIG_SENSORS_ADM1021 is not set
54773 -# CONFIG_SENSORS_ADM1025 is not set
54774 -# CONFIG_SENSORS_ADM1026 is not set
54775 -# CONFIG_SENSORS_ADM1029 is not set
54776 -# CONFIG_SENSORS_ADM1031 is not set
54777 -# CONFIG_SENSORS_ADM9240 is not set
54778 -# CONFIG_SENSORS_ADT7470 is not set
54779 -# CONFIG_SENSORS_ADT7473 is not set
54780 -# CONFIG_SENSORS_ATXP1 is not set
54781 -# CONFIG_SENSORS_DS1621 is not set
54782 -# CONFIG_SENSORS_I5K_AMB is not set
54783 -# CONFIG_SENSORS_F71805F is not set
54784 -# CONFIG_SENSORS_F71882FG is not set
54785 -# CONFIG_SENSORS_F75375S is not set
54786 -# CONFIG_SENSORS_GL518SM is not set
54787 -# CONFIG_SENSORS_GL520SM is not set
54788 -# CONFIG_SENSORS_IT87 is not set
54789 -# CONFIG_SENSORS_LM63 is not set
54790 -# CONFIG_SENSORS_LM70 is not set
54791 -# CONFIG_SENSORS_LM75 is not set
54792 -# CONFIG_SENSORS_LM77 is not set
54793 -# CONFIG_SENSORS_LM78 is not set
54794 -# CONFIG_SENSORS_LM80 is not set
54795 -# CONFIG_SENSORS_LM83 is not set
54796 -# CONFIG_SENSORS_LM85 is not set
54797 -# CONFIG_SENSORS_LM87 is not set
54798 -# CONFIG_SENSORS_LM90 is not set
54799 -# CONFIG_SENSORS_LM92 is not set
54800 -# CONFIG_SENSORS_LM93 is not set
54801 -# CONFIG_SENSORS_MAX1619 is not set
54802 -# CONFIG_SENSORS_MAX6650 is not set
54803 -# CONFIG_SENSORS_PC87360 is not set
54804 -# CONFIG_SENSORS_PC87427 is not set
54805 -# CONFIG_SENSORS_SIS5595 is not set
54806 -# CONFIG_SENSORS_DME1737 is not set
54807 -# CONFIG_SENSORS_SMSC47M1 is not set
54808 -# CONFIG_SENSORS_SMSC47M192 is not set
54809 -# CONFIG_SENSORS_SMSC47B397 is not set
54810 -# CONFIG_SENSORS_ADS7828 is not set
54811 -# CONFIG_SENSORS_THMC50 is not set
54812 -# CONFIG_SENSORS_VIA686A is not set
54813 -# CONFIG_SENSORS_VT1211 is not set
54814 -# CONFIG_SENSORS_VT8231 is not set
54815 -# CONFIG_SENSORS_W83781D is not set
54816 -# CONFIG_SENSORS_W83791D is not set
54817 -# CONFIG_SENSORS_W83792D is not set
54818 -# CONFIG_SENSORS_W83793 is not set
54819 -# CONFIG_SENSORS_W83L785TS is not set
54820 -# CONFIG_SENSORS_W83L786NG is not set
54821 -# CONFIG_SENSORS_W83627HF is not set
54822 -# CONFIG_SENSORS_W83627EHF is not set
54823 -# CONFIG_HWMON_DEBUG_CHIP is not set
54824 -# CONFIG_THERMAL is not set
54825 -CONFIG_WATCHDOG=y
54826 -# CONFIG_WATCHDOG_NOWAYOUT is not set
54827 -
54828 -#
54829 -# Watchdog Device Drivers
54830 -#
54831 -# CONFIG_SOFT_WATCHDOG is not set
54832 -CONFIG_83xx_WDT=y
54833 -
54834 -#
54835 -# PCI-based Watchdog Cards
54836 -#
54837 -# CONFIG_PCIPCWATCHDOG is not set
54838 -# CONFIG_WDTPCI is not set
54839 -
54840 -#
54841 -# USB-based Watchdog Cards
54842 -#
54843 -# CONFIG_USBPCWATCHDOG is not set
54844 -
54845 -#
54846 -# Sonics Silicon Backplane
54847 -#
54848 -CONFIG_SSB_POSSIBLE=y
54849 -# CONFIG_SSB is not set
54850 -
54851 -#
54852 -# Multifunction device drivers
54853 -#
54854 -# CONFIG_MFD_SM501 is not set
54855 -
54856 -#
54857 -# Multimedia devices
54858 -#
54859 -# CONFIG_VIDEO_DEV is not set
54860 -# CONFIG_DVB_CORE is not set
54861 -CONFIG_DAB=y
54862 -# CONFIG_USB_DABUSB is not set
54863 -
54864 -#
54865 -# Graphics support
54866 -#
54867 -# CONFIG_AGP is not set
54868 -# CONFIG_DRM is not set
54869 -# CONFIG_VGASTATE is not set
54870 -CONFIG_VIDEO_OUTPUT_CONTROL=m
54871 -# CONFIG_FB is not set
54872 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
54873 -
54874 -#
54875 -# Display device support
54876 -#
54877 -# CONFIG_DISPLAY_SUPPORT is not set
54878 -
54879 -#
54880 -# Sound
54881 -#
54882 -# CONFIG_SOUND is not set
54883 -CONFIG_HID_SUPPORT=y
54884 -CONFIG_HID=y
54885 -# CONFIG_HID_DEBUG is not set
54886 -# CONFIG_HIDRAW is not set
54887 -
54888 -#
54889 -# USB Input Devices
54890 -#
54891 -# CONFIG_USB_HID is not set
54892 -
54893 -#
54894 -# USB HID Boot Protocol drivers
54895 -#
54896 -# CONFIG_USB_KBD is not set
54897 -# CONFIG_USB_MOUSE is not set
54898 -CONFIG_USB_SUPPORT=y
54899 -CONFIG_USB_ARCH_HAS_HCD=y
54900 -CONFIG_USB_ARCH_HAS_OHCI=y
54901 -CONFIG_USB_ARCH_HAS_EHCI=y
54902 -CONFIG_USB=y
54903 -# CONFIG_USB_DEBUG is not set
54904 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
54905 -
54906 -#
54907 -# Miscellaneous USB options
54908 -#
54909 -CONFIG_USB_DEVICEFS=y
54910 -CONFIG_USB_DEVICE_CLASS=y
54911 -# CONFIG_USB_DYNAMIC_MINORS is not set
54912 -# CONFIG_USB_OTG is not set
54913 -
54914 -#
54915 -# USB Host Controller Drivers
54916 -#
54917 -CONFIG_USB_EHCI_HCD=y
54918 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
54919 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
54920 -CONFIG_USB_EHCI_FSL=y
54921 -CONFIG_USB_EHCI_HCD_PPC_OF=y
54922 -# CONFIG_USB_ISP116X_HCD is not set
54923 -CONFIG_USB_OHCI_HCD=y
54924 -CONFIG_USB_OHCI_HCD_PPC_OF=y
54925 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
54926 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
54927 -CONFIG_USB_OHCI_HCD_PCI=y
54928 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
54929 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
54930 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
54931 -CONFIG_USB_UHCI_HCD=y
54932 -# CONFIG_USB_SL811_HCD is not set
54933 -# CONFIG_USB_R8A66597_HCD is not set
54934 -
54935 -#
54936 -# USB Device Class drivers
54937 -#
54938 -# CONFIG_USB_ACM is not set
54939 -# CONFIG_USB_PRINTER is not set
54940 -
54941 -#
54942 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
54943 -#
54944 -
54945 -#
54946 -# may also be needed; see USB_STORAGE Help for more information
54947 -#
54948 -CONFIG_USB_STORAGE=y
54949 -# CONFIG_USB_STORAGE_DEBUG is not set
54950 -# CONFIG_USB_STORAGE_DATAFAB is not set
54951 -# CONFIG_USB_STORAGE_FREECOM is not set
54952 -# CONFIG_USB_STORAGE_ISD200 is not set
54953 -# CONFIG_USB_STORAGE_DPCM is not set
54954 -# CONFIG_USB_STORAGE_USBAT is not set
54955 -# CONFIG_USB_STORAGE_SDDR09 is not set
54956 -# CONFIG_USB_STORAGE_SDDR55 is not set
54957 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
54958 -# CONFIG_USB_STORAGE_ALAUDA is not set
54959 -# CONFIG_USB_STORAGE_KARMA is not set
54960 -# CONFIG_USB_LIBUSUAL is not set
54961 -
54962 -#
54963 -# USB Imaging devices
54964 -#
54965 -# CONFIG_USB_MDC800 is not set
54966 -# CONFIG_USB_MICROTEK is not set
54967 -CONFIG_USB_MON=y
54968 -
54969 -#
54970 -# USB port drivers
54971 -#
54972 -# CONFIG_USB_SERIAL is not set
54973 -
54974 -#
54975 -# USB Miscellaneous drivers
54976 -#
54977 -# CONFIG_USB_EMI62 is not set
54978 -# CONFIG_USB_EMI26 is not set
54979 -# CONFIG_USB_ADUTUX is not set
54980 -# CONFIG_USB_AUERSWALD is not set
54981 -# CONFIG_USB_RIO500 is not set
54982 -# CONFIG_USB_LEGOTOWER is not set
54983 -# CONFIG_USB_LCD is not set
54984 -# CONFIG_USB_BERRY_CHARGE is not set
54985 -# CONFIG_USB_LED is not set
54986 -# CONFIG_USB_CYPRESS_CY7C63 is not set
54987 -# CONFIG_USB_CYTHERM is not set
54988 -# CONFIG_USB_PHIDGET is not set
54989 -# CONFIG_USB_IDMOUSE is not set
54990 -# CONFIG_USB_FTDI_ELAN is not set
54991 -# CONFIG_USB_APPLEDISPLAY is not set
54992 -# CONFIG_USB_SISUSBVGA is not set
54993 -# CONFIG_USB_LD is not set
54994 -# CONFIG_USB_TRANCEVIBRATOR is not set
54995 -# CONFIG_USB_IOWARRIOR is not set
54996 -# CONFIG_USB_TEST is not set
54997 -CONFIG_USB_GADGET=y
54998 -# CONFIG_USB_GADGET_DEBUG is not set
54999 -# CONFIG_USB_GADGET_DEBUG_FILES is not set
55000 -CONFIG_USB_GADGET_SELECTED=y
55001 -# CONFIG_USB_GADGET_AMD5536UDC is not set
55002 -# CONFIG_USB_GADGET_ATMEL_USBA is not set
55003 -# CONFIG_USB_GADGET_FSL_USB2 is not set
55004 -CONFIG_USB_GADGET_NET2280=y
55005 -CONFIG_USB_NET2280=y
55006 -# CONFIG_USB_GADGET_PXA2XX is not set
55007 -# CONFIG_USB_GADGET_M66592 is not set
55008 -# CONFIG_USB_GADGET_GOKU is not set
55009 -# CONFIG_USB_GADGET_LH7A40X is not set
55010 -# CONFIG_USB_GADGET_OMAP is not set
55011 -# CONFIG_USB_GADGET_S3C2410 is not set
55012 -# CONFIG_USB_GADGET_AT91 is not set
55013 -# CONFIG_USB_GADGET_DUMMY_HCD is not set
55014 -CONFIG_USB_GADGET_DUALSPEED=y
55015 -# CONFIG_USB_ZERO is not set
55016 -CONFIG_USB_ETH=y
55017 -CONFIG_USB_ETH_RNDIS=y
55018 -# CONFIG_USB_GADGETFS is not set
55019 -# CONFIG_USB_FILE_STORAGE is not set
55020 -# CONFIG_USB_G_SERIAL is not set
55021 -# CONFIG_USB_MIDI_GADGET is not set
55022 -# CONFIG_USB_G_PRINTER is not set
55023 -# CONFIG_MMC is not set
55024 -# CONFIG_MEMSTICK is not set
55025 -# CONFIG_NEW_LEDS is not set
55026 -# CONFIG_INFINIBAND is not set
55027 -# CONFIG_EDAC is not set
55028 -CONFIG_RTC_LIB=y
55029 -CONFIG_RTC_CLASS=y
55030 -CONFIG_RTC_HCTOSYS=y
55031 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
55032 -# CONFIG_RTC_DEBUG is not set
55033 -
55034 -#
55035 -# RTC interfaces
55036 -#
55037 -CONFIG_RTC_INTF_SYSFS=y
55038 -CONFIG_RTC_INTF_PROC=y
55039 -CONFIG_RTC_INTF_DEV=y
55040 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
55041 -# CONFIG_RTC_DRV_TEST is not set
55042 -
55043 -#
55044 -# I2C RTC drivers
55045 -#
55046 -CONFIG_RTC_DRV_DS1307=y
55047 -# CONFIG_RTC_DRV_DS1374 is not set
55048 -# CONFIG_RTC_DRV_DS1672 is not set
55049 -# CONFIG_RTC_DRV_MAX6900 is not set
55050 -# CONFIG_RTC_DRV_RS5C372 is not set
55051 -# CONFIG_RTC_DRV_ISL1208 is not set
55052 -# CONFIG_RTC_DRV_X1205 is not set
55053 -# CONFIG_RTC_DRV_PCF8563 is not set
55054 -# CONFIG_RTC_DRV_PCF8583 is not set
55055 -# CONFIG_RTC_DRV_M41T80 is not set
55056 -# CONFIG_RTC_DRV_S35390A is not set
55057 -
55058 -#
55059 -# SPI RTC drivers
55060 -#
55061 -# CONFIG_RTC_DRV_MAX6902 is not set
55062 -# CONFIG_RTC_DRV_R9701 is not set
55063 -# CONFIG_RTC_DRV_RS5C348 is not set
55064 -
55065 -#
55066 -# Platform RTC drivers
55067 -#
55068 -# CONFIG_RTC_DRV_CMOS is not set
55069 -# CONFIG_RTC_DRV_DS1511 is not set
55070 -# CONFIG_RTC_DRV_DS1553 is not set
55071 -# CONFIG_RTC_DRV_DS1742 is not set
55072 -# CONFIG_RTC_DRV_STK17TA8 is not set
55073 -# CONFIG_RTC_DRV_M48T86 is not set
55074 -# CONFIG_RTC_DRV_M48T59 is not set
55075 -# CONFIG_RTC_DRV_V3020 is not set
55076 -
55077 -#
55078 -# on-CPU RTC drivers
55079 -#
55080 -# CONFIG_DMADEVICES is not set
55081 -
55082 -#
55083 -# Userspace I/O
55084 -#
55085 -# CONFIG_UIO is not set
55086 -
55087 -#
55088 -# File systems
55089 -#
55090 -CONFIG_EXT2_FS=y
55091 -# CONFIG_EXT2_FS_XATTR is not set
55092 -# CONFIG_EXT2_FS_XIP is not set
55093 -CONFIG_EXT3_FS=y
55094 -CONFIG_EXT3_FS_XATTR=y
55095 -# CONFIG_EXT3_FS_POSIX_ACL is not set
55096 -# CONFIG_EXT3_FS_SECURITY is not set
55097 -# CONFIG_EXT4DEV_FS is not set
55098 -CONFIG_JBD=y
55099 -CONFIG_FS_MBCACHE=y
55100 -# CONFIG_REISERFS_FS is not set
55101 -# CONFIG_JFS_FS is not set
55102 -# CONFIG_FS_POSIX_ACL is not set
55103 -# CONFIG_XFS_FS is not set
55104 -# CONFIG_GFS2_FS is not set
55105 -# CONFIG_OCFS2_FS is not set
55106 -CONFIG_DNOTIFY=y
55107 -CONFIG_INOTIFY=y
55108 -CONFIG_INOTIFY_USER=y
55109 -# CONFIG_QUOTA is not set
55110 -# CONFIG_AUTOFS_FS is not set
55111 -# CONFIG_AUTOFS4_FS is not set
55112 -# CONFIG_FUSE_FS is not set
55113 -
55114 -#
55115 -# CD-ROM/DVD Filesystems
55116 -#
55117 -# CONFIG_ISO9660_FS is not set
55118 -# CONFIG_UDF_FS is not set
55119 -
55120 -#
55121 -# DOS/FAT/NT Filesystems
55122 -#
55123 -# CONFIG_MSDOS_FS is not set
55124 -# CONFIG_VFAT_FS is not set
55125 -# CONFIG_NTFS_FS is not set
55126 -
55127 -#
55128 -# Pseudo filesystems
55129 -#
55130 -CONFIG_PROC_FS=y
55131 -CONFIG_PROC_KCORE=y
55132 -CONFIG_PROC_SYSCTL=y
55133 -CONFIG_SYSFS=y
55134 -CONFIG_TMPFS=y
55135 -# CONFIG_TMPFS_POSIX_ACL is not set
55136 -# CONFIG_HUGETLB_PAGE is not set
55137 -# CONFIG_CONFIGFS_FS is not set
55138 -
55139 -#
55140 -# Miscellaneous filesystems
55141 -#
55142 -# CONFIG_ADFS_FS is not set
55143 -# CONFIG_AFFS_FS is not set
55144 -# CONFIG_HFS_FS is not set
55145 -# CONFIG_HFSPLUS_FS is not set
55146 -# CONFIG_BEFS_FS is not set
55147 -# CONFIG_BFS_FS is not set
55148 -# CONFIG_EFS_FS is not set
55149 -CONFIG_JFFS2_FS=y
55150 -CONFIG_JFFS2_FS_DEBUG=0
55151 -CONFIG_JFFS2_FS_WRITEBUFFER=y
55152 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
55153 -# CONFIG_JFFS2_SUMMARY is not set
55154 -# CONFIG_JFFS2_FS_XATTR is not set
55155 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
55156 -CONFIG_JFFS2_ZLIB=y
55157 -# CONFIG_JFFS2_LZO is not set
55158 -CONFIG_JFFS2_RTIME=y
55159 -# CONFIG_JFFS2_RUBIN is not set
55160 -# CONFIG_CRAMFS is not set
55161 -# CONFIG_VXFS_FS is not set
55162 -# CONFIG_MINIX_FS is not set
55163 -# CONFIG_HPFS_FS is not set
55164 -# CONFIG_QNX4FS_FS is not set
55165 -# CONFIG_ROMFS_FS is not set
55166 -# CONFIG_SYSV_FS is not set
55167 -# CONFIG_UFS_FS is not set
55168 -CONFIG_NETWORK_FILESYSTEMS=y
55169 -CONFIG_NFS_FS=y
55170 -CONFIG_NFS_V3=y
55171 -# CONFIG_NFS_V3_ACL is not set
55172 -CONFIG_NFS_V4=y
55173 -# CONFIG_NFS_DIRECTIO is not set
55174 -# CONFIG_NFSD is not set
55175 -CONFIG_ROOT_NFS=y
55176 -CONFIG_LOCKD=y
55177 -CONFIG_LOCKD_V4=y
55178 -CONFIG_NFS_COMMON=y
55179 -CONFIG_SUNRPC=y
55180 -CONFIG_SUNRPC_GSS=y
55181 -# CONFIG_SUNRPC_BIND34 is not set
55182 -CONFIG_RPCSEC_GSS_KRB5=y
55183 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
55184 -# CONFIG_SMB_FS is not set
55185 -# CONFIG_CIFS is not set
55186 -# CONFIG_NCP_FS is not set
55187 -# CONFIG_CODA_FS is not set
55188 -# CONFIG_AFS_FS is not set
55189 -
55190 -#
55191 -# Partition Types
55192 -#
55193 -CONFIG_PARTITION_ADVANCED=y
55194 -# CONFIG_ACORN_PARTITION is not set
55195 -# CONFIG_OSF_PARTITION is not set
55196 -# CONFIG_AMIGA_PARTITION is not set
55197 -# CONFIG_ATARI_PARTITION is not set
55198 -# CONFIG_MAC_PARTITION is not set
55199 -CONFIG_MSDOS_PARTITION=y
55200 -# CONFIG_BSD_DISKLABEL is not set
55201 -# CONFIG_MINIX_SUBPARTITION is not set
55202 -# CONFIG_SOLARIS_X86_PARTITION is not set
55203 -# CONFIG_UNIXWARE_DISKLABEL is not set
55204 -# CONFIG_LDM_PARTITION is not set
55205 -# CONFIG_SGI_PARTITION is not set
55206 -# CONFIG_ULTRIX_PARTITION is not set
55207 -# CONFIG_SUN_PARTITION is not set
55208 -# CONFIG_KARMA_PARTITION is not set
55209 -# CONFIG_EFI_PARTITION is not set
55210 -# CONFIG_SYSV68_PARTITION is not set
55211 -# CONFIG_NLS is not set
55212 -# CONFIG_DLM is not set
55213 -
55214 -#
55215 -# Library routines
55216 -#
55217 -CONFIG_BITREVERSE=y
55218 -# CONFIG_CRC_CCITT is not set
55219 -# CONFIG_CRC16 is not set
55220 -# CONFIG_CRC_ITU_T is not set
55221 -CONFIG_CRC32=y
55222 -# CONFIG_CRC7 is not set
55223 -# CONFIG_LIBCRC32C is not set
55224 -CONFIG_ZLIB_INFLATE=y
55225 -CONFIG_ZLIB_DEFLATE=y
55226 -CONFIG_PLIST=y
55227 -CONFIG_HAS_IOMEM=y
55228 -CONFIG_HAS_IOPORT=y
55229 -CONFIG_HAS_DMA=y
55230 -
55231 -#
55232 -# Kernel hacking
55233 -#
55234 -# CONFIG_PRINTK_TIME is not set
55235 -CONFIG_ENABLE_WARN_DEPRECATED=y
55236 -CONFIG_ENABLE_MUST_CHECK=y
55237 -# CONFIG_MAGIC_SYSRQ is not set
55238 -# CONFIG_UNUSED_SYMBOLS is not set
55239 -# CONFIG_DEBUG_FS is not set
55240 -# CONFIG_HEADERS_CHECK is not set
55241 -CONFIG_DEBUG_KERNEL=y
55242 -# CONFIG_DEBUG_SHIRQ is not set
55243 -CONFIG_DETECT_SOFTLOCKUP=y
55244 -CONFIG_SCHED_DEBUG=y
55245 -# CONFIG_SCHEDSTATS is not set
55246 -# CONFIG_TIMER_STATS is not set
55247 -# CONFIG_SLUB_DEBUG_ON is not set
55248 -# CONFIG_SLUB_STATS is not set
55249 -# CONFIG_DEBUG_RT_MUTEXES is not set
55250 -# CONFIG_RT_MUTEX_TESTER is not set
55251 -# CONFIG_DEBUG_SPINLOCK is not set
55252 -# CONFIG_DEBUG_MUTEXES is not set
55253 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
55254 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
55255 -# CONFIG_DEBUG_KOBJECT is not set
55256 -# CONFIG_DEBUG_BUGVERBOSE is not set
55257 -# CONFIG_DEBUG_INFO is not set
55258 -# CONFIG_DEBUG_VM is not set
55259 -# CONFIG_DEBUG_LIST is not set
55260 -# CONFIG_DEBUG_SG is not set
55261 -# CONFIG_BOOT_PRINTK_DELAY is not set
55262 -# CONFIG_RCU_TORTURE_TEST is not set
55263 -# CONFIG_BACKTRACE_SELF_TEST is not set
55264 -# CONFIG_FAULT_INJECTION is not set
55265 -# CONFIG_SAMPLES is not set
55266 -# CONFIG_DEBUG_STACKOVERFLOW is not set
55267 -# CONFIG_DEBUG_STACK_USAGE is not set
55268 -# CONFIG_DEBUG_PAGEALLOC is not set
55269 -# CONFIG_DEBUGGER is not set
55270 -# CONFIG_BDI_SWITCH is not set
55271 -# CONFIG_PPC_EARLY_DEBUG is not set
55272 -
55273 -#
55274 -# Security options
55275 -#
55276 -# CONFIG_KEYS is not set
55277 -# CONFIG_SECURITY is not set
55278 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
55279 -CONFIG_CRYPTO=y
55280 -CONFIG_CRYPTO_ALGAPI=y
55281 -CONFIG_CRYPTO_BLKCIPHER=y
55282 -# CONFIG_CRYPTO_SEQIV is not set
55283 -CONFIG_CRYPTO_MANAGER=y
55284 -# CONFIG_CRYPTO_HMAC is not set
55285 -# CONFIG_CRYPTO_XCBC is not set
55286 -# CONFIG_CRYPTO_NULL is not set
55287 -# CONFIG_CRYPTO_MD4 is not set
55288 -CONFIG_CRYPTO_MD5=y
55289 -# CONFIG_CRYPTO_SHA1 is not set
55290 -# CONFIG_CRYPTO_SHA256 is not set
55291 -# CONFIG_CRYPTO_SHA512 is not set
55292 -# CONFIG_CRYPTO_WP512 is not set
55293 -# CONFIG_CRYPTO_TGR192 is not set
55294 -# CONFIG_CRYPTO_GF128MUL is not set
55295 -# CONFIG_CRYPTO_ECB is not set
55296 -CONFIG_CRYPTO_CBC=y
55297 -CONFIG_CRYPTO_PCBC=m
55298 -# CONFIG_CRYPTO_LRW is not set
55299 -# CONFIG_CRYPTO_XTS is not set
55300 -# CONFIG_CRYPTO_CTR is not set
55301 -# CONFIG_CRYPTO_GCM is not set
55302 -# CONFIG_CRYPTO_CCM is not set
55303 -# CONFIG_CRYPTO_CRYPTD is not set
55304 -CONFIG_CRYPTO_DES=y
55305 -# CONFIG_CRYPTO_FCRYPT is not set
55306 -# CONFIG_CRYPTO_BLOWFISH is not set
55307 -# CONFIG_CRYPTO_TWOFISH is not set
55308 -# CONFIG_CRYPTO_SERPENT is not set
55309 -# CONFIG_CRYPTO_AES is not set
55310 -# CONFIG_CRYPTO_CAST5 is not set
55311 -# CONFIG_CRYPTO_CAST6 is not set
55312 -# CONFIG_CRYPTO_TEA is not set
55313 -# CONFIG_CRYPTO_ARC4 is not set
55314 -# CONFIG_CRYPTO_KHAZAD is not set
55315 -# CONFIG_CRYPTO_ANUBIS is not set
55316 -# CONFIG_CRYPTO_SEED is not set
55317 -# CONFIG_CRYPTO_SALSA20 is not set
55318 -# CONFIG_CRYPTO_DEFLATE is not set
55319 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
55320 -# CONFIG_CRYPTO_CRC32C is not set
55321 -# CONFIG_CRYPTO_CAMELLIA is not set
55322 -# CONFIG_CRYPTO_TEST is not set
55323 -# CONFIG_CRYPTO_AUTHENC is not set
55324 -# CONFIG_CRYPTO_LZO is not set
55325 -CONFIG_CRYPTO_HW=y
55326 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
55327 -# CONFIG_PPC_CLOCK is not set
55328 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8315_rdb_defconfig powerpc.git/arch/powerpc/configs/mpc8315_rdb_defconfig
55329 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8315_rdb_defconfig 2008-04-11 22:32:29.000000000 +0200
55330 +++ powerpc.git/arch/powerpc/configs/mpc8315_rdb_defconfig 1970-01-01 01:00:00.000000000 +0100
55331 @@ -1,1451 +0,0 @@
55332 -#
55333 -# Automatically generated make config: don't edit
55334 -# Linux kernel version: 2.6.25-rc6
55335 -# Mon Mar 24 08:48:15 2008
55336 -#
55337 -# CONFIG_PPC64 is not set
55338 -
55339 -#
55340 -# Processor support
55341 -#
55342 -CONFIG_6xx=y
55343 -# CONFIG_PPC_85xx is not set
55344 -# CONFIG_PPC_8xx is not set
55345 -# CONFIG_40x is not set
55346 -# CONFIG_44x is not set
55347 -# CONFIG_E200 is not set
55348 -CONFIG_PPC_FPU=y
55349 -# CONFIG_FSL_EMB_PERFMON is not set
55350 -CONFIG_PPC_STD_MMU=y
55351 -CONFIG_PPC_STD_MMU_32=y
55352 -# CONFIG_PPC_MM_SLICES is not set
55353 -# CONFIG_SMP is not set
55354 -CONFIG_PPC32=y
55355 -CONFIG_WORD_SIZE=32
55356 -CONFIG_PPC_MERGE=y
55357 -CONFIG_MMU=y
55358 -CONFIG_GENERIC_CMOS_UPDATE=y
55359 -CONFIG_GENERIC_TIME=y
55360 -CONFIG_GENERIC_TIME_VSYSCALL=y
55361 -CONFIG_GENERIC_CLOCKEVENTS=y
55362 -CONFIG_GENERIC_HARDIRQS=y
55363 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
55364 -CONFIG_IRQ_PER_CPU=y
55365 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
55366 -CONFIG_ARCH_HAS_ILOG2_U32=y
55367 -CONFIG_GENERIC_HWEIGHT=y
55368 -CONFIG_GENERIC_CALIBRATE_DELAY=y
55369 -CONFIG_GENERIC_FIND_NEXT_BIT=y
55370 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
55371 -CONFIG_PPC=y
55372 -CONFIG_EARLY_PRINTK=y
55373 -CONFIG_GENERIC_NVRAM=y
55374 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
55375 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
55376 -CONFIG_PPC_OF=y
55377 -CONFIG_OF=y
55378 -CONFIG_PPC_UDBG_16550=y
55379 -# CONFIG_GENERIC_TBSYNC is not set
55380 -CONFIG_AUDIT_ARCH=y
55381 -CONFIG_GENERIC_BUG=y
55382 -CONFIG_DEFAULT_UIMAGE=y
55383 -# CONFIG_PPC_DCR_NATIVE is not set
55384 -# CONFIG_PPC_DCR_MMIO is not set
55385 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
55386 -
55387 -#
55388 -# General setup
55389 -#
55390 -CONFIG_EXPERIMENTAL=y
55391 -CONFIG_BROKEN_ON_SMP=y
55392 -CONFIG_INIT_ENV_ARG_LIMIT=32
55393 -CONFIG_LOCALVERSION=""
55394 -CONFIG_LOCALVERSION_AUTO=y
55395 -CONFIG_SWAP=y
55396 -CONFIG_SYSVIPC=y
55397 -CONFIG_SYSVIPC_SYSCTL=y
55398 -# CONFIG_POSIX_MQUEUE is not set
55399 -# CONFIG_BSD_PROCESS_ACCT is not set
55400 -# CONFIG_TASKSTATS is not set
55401 -# CONFIG_AUDIT is not set
55402 -# CONFIG_IKCONFIG is not set
55403 -CONFIG_LOG_BUF_SHIFT=14
55404 -# CONFIG_CGROUPS is not set
55405 -CONFIG_GROUP_SCHED=y
55406 -# CONFIG_FAIR_GROUP_SCHED is not set
55407 -# CONFIG_RT_GROUP_SCHED is not set
55408 -CONFIG_USER_SCHED=y
55409 -# CONFIG_CGROUP_SCHED is not set
55410 -CONFIG_SYSFS_DEPRECATED=y
55411 -CONFIG_SYSFS_DEPRECATED_V2=y
55412 -# CONFIG_RELAY is not set
55413 -# CONFIG_NAMESPACES is not set
55414 -CONFIG_BLK_DEV_INITRD=y
55415 -CONFIG_INITRAMFS_SOURCE=""
55416 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
55417 -CONFIG_SYSCTL=y
55418 -CONFIG_EMBEDDED=y
55419 -CONFIG_SYSCTL_SYSCALL=y
55420 -# CONFIG_KALLSYMS is not set
55421 -CONFIG_HOTPLUG=y
55422 -CONFIG_PRINTK=y
55423 -CONFIG_BUG=y
55424 -CONFIG_ELF_CORE=y
55425 -CONFIG_COMPAT_BRK=y
55426 -CONFIG_BASE_FULL=y
55427 -CONFIG_FUTEX=y
55428 -CONFIG_ANON_INODES=y
55429 -# CONFIG_EPOLL is not set
55430 -CONFIG_SIGNALFD=y
55431 -CONFIG_TIMERFD=y
55432 -CONFIG_EVENTFD=y
55433 -CONFIG_SHMEM=y
55434 -CONFIG_VM_EVENT_COUNTERS=y
55435 -CONFIG_SLUB_DEBUG=y
55436 -# CONFIG_SLAB is not set
55437 -CONFIG_SLUB=y
55438 -# CONFIG_SLOB is not set
55439 -# CONFIG_PROFILING is not set
55440 -# CONFIG_MARKERS is not set
55441 -CONFIG_HAVE_OPROFILE=y
55442 -CONFIG_HAVE_KPROBES=y
55443 -CONFIG_HAVE_KRETPROBES=y
55444 -CONFIG_PROC_PAGE_MONITOR=y
55445 -CONFIG_SLABINFO=y
55446 -CONFIG_RT_MUTEXES=y
55447 -# CONFIG_TINY_SHMEM is not set
55448 -CONFIG_BASE_SMALL=0
55449 -CONFIG_MODULES=y
55450 -CONFIG_MODULE_UNLOAD=y
55451 -# CONFIG_MODULE_FORCE_UNLOAD is not set
55452 -# CONFIG_MODVERSIONS is not set
55453 -# CONFIG_MODULE_SRCVERSION_ALL is not set
55454 -# CONFIG_KMOD is not set
55455 -CONFIG_BLOCK=y
55456 -# CONFIG_LBD is not set
55457 -# CONFIG_BLK_DEV_IO_TRACE is not set
55458 -# CONFIG_LSF is not set
55459 -# CONFIG_BLK_DEV_BSG is not set
55460 -
55461 -#
55462 -# IO Schedulers
55463 -#
55464 -CONFIG_IOSCHED_NOOP=y
55465 -CONFIG_IOSCHED_AS=y
55466 -CONFIG_IOSCHED_DEADLINE=y
55467 -CONFIG_IOSCHED_CFQ=y
55468 -CONFIG_DEFAULT_AS=y
55469 -# CONFIG_DEFAULT_DEADLINE is not set
55470 -# CONFIG_DEFAULT_CFQ is not set
55471 -# CONFIG_DEFAULT_NOOP is not set
55472 -CONFIG_DEFAULT_IOSCHED="anticipatory"
55473 -CONFIG_CLASSIC_RCU=y
55474 -
55475 -#
55476 -# Platform support
55477 -#
55478 -# CONFIG_PPC_MULTIPLATFORM is not set
55479 -# CONFIG_PPC_82xx is not set
55480 -CONFIG_PPC_83xx=y
55481 -# CONFIG_PPC_86xx is not set
55482 -# CONFIG_PPC_MPC512x is not set
55483 -# CONFIG_PPC_MPC5121 is not set
55484 -# CONFIG_PPC_CELL is not set
55485 -# CONFIG_PPC_CELL_NATIVE is not set
55486 -# CONFIG_PQ2ADS is not set
55487 -CONFIG_MPC83xx=y
55488 -CONFIG_MPC831x_RDB=y
55489 -# CONFIG_MPC832x_MDS is not set
55490 -# CONFIG_MPC832x_RDB is not set
55491 -# CONFIG_MPC834x_MDS is not set
55492 -# CONFIG_MPC834x_ITX is not set
55493 -# CONFIG_MPC836x_MDS is not set
55494 -# CONFIG_MPC837x_MDS is not set
55495 -# CONFIG_MPC837x_RDB is not set
55496 -# CONFIG_SBC834x is not set
55497 -CONFIG_PPC_MPC831x=y
55498 -CONFIG_IPIC=y
55499 -# CONFIG_MPIC is not set
55500 -# CONFIG_MPIC_WEIRD is not set
55501 -# CONFIG_PPC_I8259 is not set
55502 -# CONFIG_PPC_RTAS is not set
55503 -# CONFIG_MMIO_NVRAM is not set
55504 -# CONFIG_PPC_MPC106 is not set
55505 -# CONFIG_PPC_970_NAP is not set
55506 -# CONFIG_PPC_INDIRECT_IO is not set
55507 -# CONFIG_GENERIC_IOMAP is not set
55508 -# CONFIG_CPU_FREQ is not set
55509 -# CONFIG_FSL_ULI1575 is not set
55510 -
55511 -#
55512 -# Kernel options
55513 -#
55514 -# CONFIG_HIGHMEM is not set
55515 -CONFIG_TICK_ONESHOT=y
55516 -CONFIG_NO_HZ=y
55517 -CONFIG_HIGH_RES_TIMERS=y
55518 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
55519 -# CONFIG_HZ_100 is not set
55520 -CONFIG_HZ_250=y
55521 -# CONFIG_HZ_300 is not set
55522 -# CONFIG_HZ_1000 is not set
55523 -CONFIG_HZ=250
55524 -# CONFIG_SCHED_HRTICK is not set
55525 -CONFIG_PREEMPT_NONE=y
55526 -# CONFIG_PREEMPT_VOLUNTARY is not set
55527 -# CONFIG_PREEMPT is not set
55528 -CONFIG_BINFMT_ELF=y
55529 -# CONFIG_BINFMT_MISC is not set
55530 -# CONFIG_IOMMU_HELPER is not set
55531 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
55532 -CONFIG_ARCH_HAS_WALK_MEMORY=y
55533 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
55534 -CONFIG_ARCH_FLATMEM_ENABLE=y
55535 -CONFIG_ARCH_POPULATES_NODE_MAP=y
55536 -CONFIG_SELECT_MEMORY_MODEL=y
55537 -CONFIG_FLATMEM_MANUAL=y
55538 -# CONFIG_DISCONTIGMEM_MANUAL is not set
55539 -# CONFIG_SPARSEMEM_MANUAL is not set
55540 -CONFIG_FLATMEM=y
55541 -CONFIG_FLAT_NODE_MEM_MAP=y
55542 -# CONFIG_SPARSEMEM_STATIC is not set
55543 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
55544 -CONFIG_SPLIT_PTLOCK_CPUS=4
55545 -# CONFIG_RESOURCES_64BIT is not set
55546 -CONFIG_ZONE_DMA_FLAG=1
55547 -CONFIG_BOUNCE=y
55548 -CONFIG_VIRT_TO_BUS=y
55549 -CONFIG_PROC_DEVICETREE=y
55550 -# CONFIG_CMDLINE_BOOL is not set
55551 -# CONFIG_PM is not set
55552 -CONFIG_SECCOMP=y
55553 -CONFIG_ISA_DMA_API=y
55554 -
55555 -#
55556 -# Bus options
55557 -#
55558 -CONFIG_ZONE_DMA=y
55559 -CONFIG_GENERIC_ISA_DMA=y
55560 -CONFIG_PPC_INDIRECT_PCI=y
55561 -CONFIG_FSL_SOC=y
55562 -CONFIG_PCI=y
55563 -CONFIG_PCI_DOMAINS=y
55564 -CONFIG_PCI_SYSCALL=y
55565 -# CONFIG_PCIEPORTBUS is not set
55566 -CONFIG_ARCH_SUPPORTS_MSI=y
55567 -# CONFIG_PCI_MSI is not set
55568 -CONFIG_PCI_LEGACY=y
55569 -# CONFIG_PCI_DEBUG is not set
55570 -# CONFIG_PCCARD is not set
55571 -# CONFIG_HOTPLUG_PCI is not set
55572 -
55573 -#
55574 -# Advanced setup
55575 -#
55576 -# CONFIG_ADVANCED_OPTIONS is not set
55577 -
55578 -#
55579 -# Default settings for advanced configuration options are used
55580 -#
55581 -CONFIG_HIGHMEM_START=0xfe000000
55582 -CONFIG_LOWMEM_SIZE=0x30000000
55583 -CONFIG_KERNEL_START=0xc0000000
55584 -CONFIG_TASK_SIZE=0xc0000000
55585 -CONFIG_BOOT_LOAD=0x00800000
55586 -
55587 -#
55588 -# Networking
55589 -#
55590 -CONFIG_NET=y
55591 -
55592 -#
55593 -# Networking options
55594 -#
55595 -CONFIG_PACKET=y
55596 -# CONFIG_PACKET_MMAP is not set
55597 -CONFIG_UNIX=y
55598 -CONFIG_XFRM=y
55599 -# CONFIG_XFRM_USER is not set
55600 -# CONFIG_XFRM_SUB_POLICY is not set
55601 -# CONFIG_XFRM_MIGRATE is not set
55602 -# CONFIG_XFRM_STATISTICS is not set
55603 -# CONFIG_NET_KEY is not set
55604 -CONFIG_INET=y
55605 -CONFIG_IP_MULTICAST=y
55606 -# CONFIG_IP_ADVANCED_ROUTER is not set
55607 -CONFIG_IP_FIB_HASH=y
55608 -CONFIG_IP_PNP=y
55609 -CONFIG_IP_PNP_DHCP=y
55610 -CONFIG_IP_PNP_BOOTP=y
55611 -# CONFIG_IP_PNP_RARP is not set
55612 -# CONFIG_NET_IPIP is not set
55613 -# CONFIG_NET_IPGRE is not set
55614 -# CONFIG_IP_MROUTE is not set
55615 -# CONFIG_ARPD is not set
55616 -CONFIG_SYN_COOKIES=y
55617 -# CONFIG_INET_AH is not set
55618 -# CONFIG_INET_ESP is not set
55619 -# CONFIG_INET_IPCOMP is not set
55620 -# CONFIG_INET_XFRM_TUNNEL is not set
55621 -# CONFIG_INET_TUNNEL is not set
55622 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
55623 -CONFIG_INET_XFRM_MODE_TUNNEL=y
55624 -CONFIG_INET_XFRM_MODE_BEET=y
55625 -# CONFIG_INET_LRO is not set
55626 -CONFIG_INET_DIAG=y
55627 -CONFIG_INET_TCP_DIAG=y
55628 -# CONFIG_TCP_CONG_ADVANCED is not set
55629 -CONFIG_TCP_CONG_CUBIC=y
55630 -CONFIG_DEFAULT_TCP_CONG="cubic"
55631 -# CONFIG_TCP_MD5SIG is not set
55632 -# CONFIG_IPV6 is not set
55633 -# CONFIG_INET6_XFRM_TUNNEL is not set
55634 -# CONFIG_INET6_TUNNEL is not set
55635 -# CONFIG_NETWORK_SECMARK is not set
55636 -# CONFIG_NETFILTER is not set
55637 -# CONFIG_IP_DCCP is not set
55638 -# CONFIG_IP_SCTP is not set
55639 -# CONFIG_TIPC is not set
55640 -# CONFIG_ATM is not set
55641 -# CONFIG_BRIDGE is not set
55642 -# CONFIG_VLAN_8021Q is not set
55643 -# CONFIG_DECNET is not set
55644 -# CONFIG_LLC2 is not set
55645 -# CONFIG_IPX is not set
55646 -# CONFIG_ATALK is not set
55647 -# CONFIG_X25 is not set
55648 -# CONFIG_LAPB is not set
55649 -# CONFIG_ECONET is not set
55650 -# CONFIG_WAN_ROUTER is not set
55651 -# CONFIG_NET_SCHED is not set
55652 -
55653 -#
55654 -# Network testing
55655 -#
55656 -# CONFIG_NET_PKTGEN is not set
55657 -# CONFIG_HAMRADIO is not set
55658 -# CONFIG_CAN is not set
55659 -# CONFIG_IRDA is not set
55660 -# CONFIG_BT is not set
55661 -# CONFIG_AF_RXRPC is not set
55662 -
55663 -#
55664 -# Wireless
55665 -#
55666 -# CONFIG_CFG80211 is not set
55667 -# CONFIG_WIRELESS_EXT is not set
55668 -# CONFIG_MAC80211 is not set
55669 -# CONFIG_IEEE80211 is not set
55670 -# CONFIG_RFKILL is not set
55671 -# CONFIG_NET_9P is not set
55672 -
55673 -#
55674 -# Device Drivers
55675 -#
55676 -
55677 -#
55678 -# Generic Driver Options
55679 -#
55680 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
55681 -CONFIG_STANDALONE=y
55682 -CONFIG_PREVENT_FIRMWARE_BUILD=y
55683 -# CONFIG_FW_LOADER is not set
55684 -# CONFIG_DEBUG_DRIVER is not set
55685 -# CONFIG_DEBUG_DEVRES is not set
55686 -# CONFIG_SYS_HYPERVISOR is not set
55687 -# CONFIG_CONNECTOR is not set
55688 -CONFIG_MTD=y
55689 -# CONFIG_MTD_DEBUG is not set
55690 -# CONFIG_MTD_CONCAT is not set
55691 -CONFIG_MTD_PARTITIONS=y
55692 -# CONFIG_MTD_REDBOOT_PARTS is not set
55693 -# CONFIG_MTD_CMDLINE_PARTS is not set
55694 -# CONFIG_MTD_OF_PARTS is not set
55695 -
55696 -#
55697 -# User Modules And Translation Layers
55698 -#
55699 -CONFIG_MTD_CHAR=y
55700 -CONFIG_MTD_BLKDEVS=y
55701 -CONFIG_MTD_BLOCK=y
55702 -# CONFIG_FTL is not set
55703 -# CONFIG_NFTL is not set
55704 -# CONFIG_INFTL is not set
55705 -# CONFIG_RFD_FTL is not set
55706 -# CONFIG_SSFDC is not set
55707 -# CONFIG_MTD_OOPS is not set
55708 -
55709 -#
55710 -# RAM/ROM/Flash chip drivers
55711 -#
55712 -CONFIG_MTD_CFI=y
55713 -# CONFIG_MTD_JEDECPROBE is not set
55714 -CONFIG_MTD_GEN_PROBE=y
55715 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
55716 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
55717 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
55718 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
55719 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
55720 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
55721 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
55722 -CONFIG_MTD_CFI_I1=y
55723 -CONFIG_MTD_CFI_I2=y
55724 -# CONFIG_MTD_CFI_I4 is not set
55725 -# CONFIG_MTD_CFI_I8 is not set
55726 -# CONFIG_MTD_CFI_INTELEXT is not set
55727 -CONFIG_MTD_CFI_AMDSTD=y
55728 -# CONFIG_MTD_CFI_STAA is not set
55729 -CONFIG_MTD_CFI_UTIL=y
55730 -# CONFIG_MTD_RAM is not set
55731 -# CONFIG_MTD_ROM is not set
55732 -# CONFIG_MTD_ABSENT is not set
55733 -
55734 -#
55735 -# Mapping drivers for chip access
55736 -#
55737 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
55738 -# CONFIG_MTD_PHYSMAP is not set
55739 -CONFIG_MTD_PHYSMAP_OF=y
55740 -# CONFIG_MTD_INTEL_VR_NOR is not set
55741 -# CONFIG_MTD_PLATRAM is not set
55742 -
55743 -#
55744 -# Self-contained MTD device drivers
55745 -#
55746 -# CONFIG_MTD_PMC551 is not set
55747 -# CONFIG_MTD_DATAFLASH is not set
55748 -# CONFIG_MTD_M25P80 is not set
55749 -# CONFIG_MTD_SLRAM is not set
55750 -# CONFIG_MTD_PHRAM is not set
55751 -# CONFIG_MTD_MTDRAM is not set
55752 -# CONFIG_MTD_BLOCK2MTD is not set
55753 -
55754 -#
55755 -# Disk-On-Chip Device Drivers
55756 -#
55757 -# CONFIG_MTD_DOC2000 is not set
55758 -# CONFIG_MTD_DOC2001 is not set
55759 -# CONFIG_MTD_DOC2001PLUS is not set
55760 -CONFIG_MTD_NAND=y
55761 -CONFIG_MTD_NAND_VERIFY_WRITE=y
55762 -# CONFIG_MTD_NAND_ECC_SMC is not set
55763 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
55764 -CONFIG_MTD_NAND_IDS=y
55765 -# CONFIG_MTD_NAND_DISKONCHIP is not set
55766 -# CONFIG_MTD_NAND_CAFE is not set
55767 -# CONFIG_MTD_NAND_NANDSIM is not set
55768 -# CONFIG_MTD_NAND_PLATFORM is not set
55769 -# CONFIG_MTD_ALAUDA is not set
55770 -# CONFIG_MTD_NAND_FSL_ELBC is not set
55771 -# CONFIG_MTD_ONENAND is not set
55772 -
55773 -#
55774 -# UBI - Unsorted block images
55775 -#
55776 -# CONFIG_MTD_UBI is not set
55777 -CONFIG_OF_DEVICE=y
55778 -# CONFIG_PARPORT is not set
55779 -CONFIG_BLK_DEV=y
55780 -# CONFIG_BLK_DEV_FD is not set
55781 -# CONFIG_BLK_CPQ_DA is not set
55782 -# CONFIG_BLK_CPQ_CISS_DA is not set
55783 -# CONFIG_BLK_DEV_DAC960 is not set
55784 -# CONFIG_BLK_DEV_UMEM is not set
55785 -# CONFIG_BLK_DEV_COW_COMMON is not set
55786 -CONFIG_BLK_DEV_LOOP=y
55787 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
55788 -# CONFIG_BLK_DEV_NBD is not set
55789 -# CONFIG_BLK_DEV_SX8 is not set
55790 -# CONFIG_BLK_DEV_UB is not set
55791 -CONFIG_BLK_DEV_RAM=y
55792 -CONFIG_BLK_DEV_RAM_COUNT=16
55793 -CONFIG_BLK_DEV_RAM_SIZE=32768
55794 -# CONFIG_BLK_DEV_XIP is not set
55795 -# CONFIG_CDROM_PKTCDVD is not set
55796 -# CONFIG_ATA_OVER_ETH is not set
55797 -CONFIG_MISC_DEVICES=y
55798 -# CONFIG_PHANTOM is not set
55799 -# CONFIG_EEPROM_93CX6 is not set
55800 -# CONFIG_SGI_IOC4 is not set
55801 -# CONFIG_TIFM_CORE is not set
55802 -# CONFIG_ENCLOSURE_SERVICES is not set
55803 -CONFIG_HAVE_IDE=y
55804 -# CONFIG_IDE is not set
55805 -
55806 -#
55807 -# SCSI device support
55808 -#
55809 -# CONFIG_RAID_ATTRS is not set
55810 -CONFIG_SCSI=y
55811 -CONFIG_SCSI_DMA=y
55812 -# CONFIG_SCSI_TGT is not set
55813 -# CONFIG_SCSI_NETLINK is not set
55814 -CONFIG_SCSI_PROC_FS=y
55815 -
55816 -#
55817 -# SCSI support type (disk, tape, CD-ROM)
55818 -#
55819 -# CONFIG_BLK_DEV_SD is not set
55820 -# CONFIG_CHR_DEV_ST is not set
55821 -# CONFIG_CHR_DEV_OSST is not set
55822 -# CONFIG_BLK_DEV_SR is not set
55823 -CONFIG_CHR_DEV_SG=y
55824 -# CONFIG_CHR_DEV_SCH is not set
55825 -
55826 -#
55827 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
55828 -#
55829 -# CONFIG_SCSI_MULTI_LUN is not set
55830 -# CONFIG_SCSI_CONSTANTS is not set
55831 -# CONFIG_SCSI_LOGGING is not set
55832 -# CONFIG_SCSI_SCAN_ASYNC is not set
55833 -CONFIG_SCSI_WAIT_SCAN=m
55834 -
55835 -#
55836 -# SCSI Transports
55837 -#
55838 -CONFIG_SCSI_SPI_ATTRS=y
55839 -# CONFIG_SCSI_FC_ATTRS is not set
55840 -# CONFIG_SCSI_ISCSI_ATTRS is not set
55841 -# CONFIG_SCSI_SAS_LIBSAS is not set
55842 -# CONFIG_SCSI_SRP_ATTRS is not set
55843 -CONFIG_SCSI_LOWLEVEL=y
55844 -# CONFIG_ISCSI_TCP is not set
55845 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
55846 -# CONFIG_SCSI_3W_9XXX is not set
55847 -# CONFIG_SCSI_ACARD is not set
55848 -# CONFIG_SCSI_AACRAID is not set
55849 -# CONFIG_SCSI_AIC7XXX is not set
55850 -# CONFIG_SCSI_AIC7XXX_OLD is not set
55851 -# CONFIG_SCSI_AIC79XX is not set
55852 -# CONFIG_SCSI_AIC94XX is not set
55853 -# CONFIG_SCSI_DPT_I2O is not set
55854 -# CONFIG_SCSI_ADVANSYS is not set
55855 -# CONFIG_SCSI_ARCMSR is not set
55856 -# CONFIG_MEGARAID_NEWGEN is not set
55857 -# CONFIG_MEGARAID_LEGACY is not set
55858 -# CONFIG_MEGARAID_SAS is not set
55859 -# CONFIG_SCSI_HPTIOP is not set
55860 -# CONFIG_SCSI_BUSLOGIC is not set
55861 -# CONFIG_SCSI_DMX3191D is not set
55862 -# CONFIG_SCSI_EATA is not set
55863 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
55864 -# CONFIG_SCSI_GDTH is not set
55865 -# CONFIG_SCSI_IPS is not set
55866 -# CONFIG_SCSI_INITIO is not set
55867 -# CONFIG_SCSI_INIA100 is not set
55868 -# CONFIG_SCSI_MVSAS is not set
55869 -# CONFIG_SCSI_STEX is not set
55870 -# CONFIG_SCSI_SYM53C8XX_2 is not set
55871 -# CONFIG_SCSI_IPR is not set
55872 -# CONFIG_SCSI_QLOGIC_1280 is not set
55873 -# CONFIG_SCSI_QLA_FC is not set
55874 -# CONFIG_SCSI_QLA_ISCSI is not set
55875 -# CONFIG_SCSI_LPFC is not set
55876 -# CONFIG_SCSI_DC395x is not set
55877 -# CONFIG_SCSI_DC390T is not set
55878 -# CONFIG_SCSI_NSP32 is not set
55879 -# CONFIG_SCSI_DEBUG is not set
55880 -# CONFIG_SCSI_SRP is not set
55881 -CONFIG_ATA=y
55882 -# CONFIG_ATA_NONSTANDARD is not set
55883 -# CONFIG_SATA_AHCI is not set
55884 -# CONFIG_SATA_SVW is not set
55885 -# CONFIG_ATA_PIIX is not set
55886 -# CONFIG_SATA_MV is not set
55887 -# CONFIG_SATA_NV is not set
55888 -# CONFIG_PDC_ADMA is not set
55889 -# CONFIG_SATA_QSTOR is not set
55890 -# CONFIG_SATA_PROMISE is not set
55891 -# CONFIG_SATA_SX4 is not set
55892 -# CONFIG_SATA_SIL is not set
55893 -# CONFIG_SATA_SIL24 is not set
55894 -# CONFIG_SATA_SIS is not set
55895 -# CONFIG_SATA_ULI is not set
55896 -# CONFIG_SATA_VIA is not set
55897 -# CONFIG_SATA_VITESSE is not set
55898 -# CONFIG_SATA_INIC162X is not set
55899 -CONFIG_SATA_FSL=y
55900 -# CONFIG_PATA_ALI is not set
55901 -# CONFIG_PATA_AMD is not set
55902 -# CONFIG_PATA_ARTOP is not set
55903 -# CONFIG_PATA_ATIIXP is not set
55904 -# CONFIG_PATA_CMD640_PCI is not set
55905 -# CONFIG_PATA_CMD64X is not set
55906 -# CONFIG_PATA_CS5520 is not set
55907 -# CONFIG_PATA_CS5530 is not set
55908 -# CONFIG_PATA_CYPRESS is not set
55909 -# CONFIG_PATA_EFAR is not set
55910 -# CONFIG_ATA_GENERIC is not set
55911 -# CONFIG_PATA_HPT366 is not set
55912 -# CONFIG_PATA_HPT37X is not set
55913 -# CONFIG_PATA_HPT3X2N is not set
55914 -# CONFIG_PATA_HPT3X3 is not set
55915 -# CONFIG_PATA_IT821X is not set
55916 -# CONFIG_PATA_IT8213 is not set
55917 -# CONFIG_PATA_JMICRON is not set
55918 -# CONFIG_PATA_TRIFLEX is not set
55919 -# CONFIG_PATA_MARVELL is not set
55920 -# CONFIG_PATA_MPIIX is not set
55921 -# CONFIG_PATA_OLDPIIX is not set
55922 -# CONFIG_PATA_NETCELL is not set
55923 -# CONFIG_PATA_NINJA32 is not set
55924 -# CONFIG_PATA_NS87410 is not set
55925 -# CONFIG_PATA_NS87415 is not set
55926 -# CONFIG_PATA_OPTI is not set
55927 -# CONFIG_PATA_OPTIDMA is not set
55928 -# CONFIG_PATA_PDC_OLD is not set
55929 -# CONFIG_PATA_RADISYS is not set
55930 -# CONFIG_PATA_RZ1000 is not set
55931 -# CONFIG_PATA_SC1200 is not set
55932 -# CONFIG_PATA_SERVERWORKS is not set
55933 -# CONFIG_PATA_PDC2027X is not set
55934 -# CONFIG_PATA_SIL680 is not set
55935 -# CONFIG_PATA_SIS is not set
55936 -# CONFIG_PATA_VIA is not set
55937 -# CONFIG_PATA_WINBOND is not set
55938 -# CONFIG_PATA_PLATFORM is not set
55939 -CONFIG_MD=y
55940 -CONFIG_BLK_DEV_MD=y
55941 -CONFIG_MD_LINEAR=y
55942 -CONFIG_MD_RAID0=y
55943 -CONFIG_MD_RAID1=y
55944 -# CONFIG_MD_RAID10 is not set
55945 -# CONFIG_MD_RAID456 is not set
55946 -# CONFIG_MD_MULTIPATH is not set
55947 -# CONFIG_MD_FAULTY is not set
55948 -# CONFIG_BLK_DEV_DM is not set
55949 -# CONFIG_FUSION is not set
55950 -
55951 -#
55952 -# IEEE 1394 (FireWire) support
55953 -#
55954 -# CONFIG_FIREWIRE is not set
55955 -# CONFIG_IEEE1394 is not set
55956 -# CONFIG_I2O is not set
55957 -# CONFIG_MACINTOSH_DRIVERS is not set
55958 -CONFIG_NETDEVICES=y
55959 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
55960 -# CONFIG_DUMMY is not set
55961 -# CONFIG_BONDING is not set
55962 -# CONFIG_MACVLAN is not set
55963 -# CONFIG_EQUALIZER is not set
55964 -# CONFIG_TUN is not set
55965 -# CONFIG_VETH is not set
55966 -# CONFIG_ARCNET is not set
55967 -CONFIG_PHYLIB=y
55968 -
55969 -#
55970 -# MII PHY device drivers
55971 -#
55972 -# CONFIG_MARVELL_PHY is not set
55973 -# CONFIG_DAVICOM_PHY is not set
55974 -# CONFIG_QSEMI_PHY is not set
55975 -# CONFIG_LXT_PHY is not set
55976 -# CONFIG_CICADA_PHY is not set
55977 -# CONFIG_VITESSE_PHY is not set
55978 -# CONFIG_SMSC_PHY is not set
55979 -# CONFIG_BROADCOM_PHY is not set
55980 -# CONFIG_ICPLUS_PHY is not set
55981 -# CONFIG_REALTEK_PHY is not set
55982 -# CONFIG_FIXED_PHY is not set
55983 -# CONFIG_MDIO_BITBANG is not set
55984 -CONFIG_NET_ETHERNET=y
55985 -CONFIG_MII=y
55986 -# CONFIG_HAPPYMEAL is not set
55987 -# CONFIG_SUNGEM is not set
55988 -# CONFIG_CASSINI is not set
55989 -# CONFIG_NET_VENDOR_3COM is not set
55990 -# CONFIG_ENC28J60 is not set
55991 -# CONFIG_NET_TULIP is not set
55992 -# CONFIG_HP100 is not set
55993 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
55994 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
55995 -# CONFIG_IBM_NEW_EMAC_TAH is not set
55996 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
55997 -CONFIG_NET_PCI=y
55998 -# CONFIG_PCNET32 is not set
55999 -# CONFIG_AMD8111_ETH is not set
56000 -# CONFIG_ADAPTEC_STARFIRE is not set
56001 -# CONFIG_B44 is not set
56002 -# CONFIG_FORCEDETH is not set
56003 -# CONFIG_EEPRO100 is not set
56004 -CONFIG_E100=y
56005 -# CONFIG_FEALNX is not set
56006 -# CONFIG_NATSEMI is not set
56007 -# CONFIG_NE2K_PCI is not set
56008 -# CONFIG_8139CP is not set
56009 -# CONFIG_8139TOO is not set
56010 -# CONFIG_R6040 is not set
56011 -# CONFIG_SIS900 is not set
56012 -# CONFIG_EPIC100 is not set
56013 -# CONFIG_SUNDANCE is not set
56014 -# CONFIG_TLAN is not set
56015 -# CONFIG_VIA_RHINE is not set
56016 -# CONFIG_SC92031 is not set
56017 -CONFIG_NETDEV_1000=y
56018 -# CONFIG_ACENIC is not set
56019 -# CONFIG_DL2K is not set
56020 -# CONFIG_E1000 is not set
56021 -# CONFIG_E1000E is not set
56022 -# CONFIG_E1000E_ENABLED is not set
56023 -# CONFIG_IP1000 is not set
56024 -# CONFIG_IGB is not set
56025 -# CONFIG_NS83820 is not set
56026 -# CONFIG_HAMACHI is not set
56027 -# CONFIG_YELLOWFIN is not set
56028 -# CONFIG_R8169 is not set
56029 -# CONFIG_SIS190 is not set
56030 -# CONFIG_SKGE is not set
56031 -# CONFIG_SKY2 is not set
56032 -# CONFIG_SK98LIN is not set
56033 -# CONFIG_VIA_VELOCITY is not set
56034 -# CONFIG_TIGON3 is not set
56035 -# CONFIG_BNX2 is not set
56036 -CONFIG_GIANFAR=y
56037 -CONFIG_GFAR_NAPI=y
56038 -# CONFIG_QLA3XXX is not set
56039 -# CONFIG_ATL1 is not set
56040 -CONFIG_NETDEV_10000=y
56041 -# CONFIG_CHELSIO_T1 is not set
56042 -# CONFIG_CHELSIO_T3 is not set
56043 -# CONFIG_IXGBE is not set
56044 -# CONFIG_IXGB is not set
56045 -# CONFIG_S2IO is not set
56046 -# CONFIG_MYRI10GE is not set
56047 -# CONFIG_NETXEN_NIC is not set
56048 -# CONFIG_NIU is not set
56049 -# CONFIG_MLX4_CORE is not set
56050 -# CONFIG_TEHUTI is not set
56051 -# CONFIG_BNX2X is not set
56052 -# CONFIG_TR is not set
56053 -
56054 -#
56055 -# Wireless LAN
56056 -#
56057 -# CONFIG_WLAN_PRE80211 is not set
56058 -# CONFIG_WLAN_80211 is not set
56059 -
56060 -#
56061 -# USB Network Adapters
56062 -#
56063 -# CONFIG_USB_CATC is not set
56064 -# CONFIG_USB_KAWETH is not set
56065 -# CONFIG_USB_PEGASUS is not set
56066 -# CONFIG_USB_RTL8150 is not set
56067 -# CONFIG_USB_USBNET is not set
56068 -# CONFIG_WAN is not set
56069 -# CONFIG_FDDI is not set
56070 -# CONFIG_HIPPI is not set
56071 -# CONFIG_PPP is not set
56072 -# CONFIG_SLIP is not set
56073 -# CONFIG_NET_FC is not set
56074 -# CONFIG_NETCONSOLE is not set
56075 -# CONFIG_NETPOLL is not set
56076 -# CONFIG_NET_POLL_CONTROLLER is not set
56077 -# CONFIG_ISDN is not set
56078 -# CONFIG_PHONE is not set
56079 -
56080 -#
56081 -# Input device support
56082 -#
56083 -CONFIG_INPUT=y
56084 -# CONFIG_INPUT_FF_MEMLESS is not set
56085 -# CONFIG_INPUT_POLLDEV is not set
56086 -
56087 -#
56088 -# Userland interfaces
56089 -#
56090 -# CONFIG_INPUT_MOUSEDEV is not set
56091 -# CONFIG_INPUT_JOYDEV is not set
56092 -# CONFIG_INPUT_EVDEV is not set
56093 -# CONFIG_INPUT_EVBUG is not set
56094 -
56095 -#
56096 -# Input Device Drivers
56097 -#
56098 -# CONFIG_INPUT_KEYBOARD is not set
56099 -# CONFIG_INPUT_MOUSE is not set
56100 -# CONFIG_INPUT_JOYSTICK is not set
56101 -# CONFIG_INPUT_TABLET is not set
56102 -# CONFIG_INPUT_TOUCHSCREEN is not set
56103 -# CONFIG_INPUT_MISC is not set
56104 -
56105 -#
56106 -# Hardware I/O ports
56107 -#
56108 -# CONFIG_SERIO is not set
56109 -# CONFIG_GAMEPORT is not set
56110 -
56111 -#
56112 -# Character devices
56113 -#
56114 -# CONFIG_VT is not set
56115 -# CONFIG_SERIAL_NONSTANDARD is not set
56116 -# CONFIG_NOZOMI is not set
56117 -
56118 -#
56119 -# Serial drivers
56120 -#
56121 -CONFIG_SERIAL_8250=y
56122 -CONFIG_SERIAL_8250_CONSOLE=y
56123 -CONFIG_SERIAL_8250_PCI=y
56124 -CONFIG_SERIAL_8250_NR_UARTS=4
56125 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
56126 -# CONFIG_SERIAL_8250_EXTENDED is not set
56127 -
56128 -#
56129 -# Non-8250 serial port support
56130 -#
56131 -# CONFIG_SERIAL_UARTLITE is not set
56132 -CONFIG_SERIAL_CORE=y
56133 -CONFIG_SERIAL_CORE_CONSOLE=y
56134 -# CONFIG_SERIAL_JSM is not set
56135 -# CONFIG_SERIAL_OF_PLATFORM is not set
56136 -CONFIG_UNIX98_PTYS=y
56137 -CONFIG_LEGACY_PTYS=y
56138 -CONFIG_LEGACY_PTY_COUNT=256
56139 -# CONFIG_IPMI_HANDLER is not set
56140 -CONFIG_HW_RANDOM=y
56141 -# CONFIG_NVRAM is not set
56142 -# CONFIG_GEN_RTC is not set
56143 -# CONFIG_R3964 is not set
56144 -# CONFIG_APPLICOM is not set
56145 -# CONFIG_RAW_DRIVER is not set
56146 -# CONFIG_TCG_TPM is not set
56147 -CONFIG_DEVPORT=y
56148 -CONFIG_I2C=y
56149 -CONFIG_I2C_BOARDINFO=y
56150 -CONFIG_I2C_CHARDEV=y
56151 -
56152 -#
56153 -# I2C Algorithms
56154 -#
56155 -# CONFIG_I2C_ALGOBIT is not set
56156 -# CONFIG_I2C_ALGOPCF is not set
56157 -# CONFIG_I2C_ALGOPCA is not set
56158 -
56159 -#
56160 -# I2C Hardware Bus support
56161 -#
56162 -# CONFIG_I2C_ALI1535 is not set
56163 -# CONFIG_I2C_ALI1563 is not set
56164 -# CONFIG_I2C_ALI15X3 is not set
56165 -# CONFIG_I2C_AMD756 is not set
56166 -# CONFIG_I2C_AMD8111 is not set
56167 -# CONFIG_I2C_I801 is not set
56168 -# CONFIG_I2C_I810 is not set
56169 -# CONFIG_I2C_PIIX4 is not set
56170 -CONFIG_I2C_MPC=y
56171 -# CONFIG_I2C_NFORCE2 is not set
56172 -# CONFIG_I2C_OCORES is not set
56173 -# CONFIG_I2C_PARPORT_LIGHT is not set
56174 -# CONFIG_I2C_PROSAVAGE is not set
56175 -# CONFIG_I2C_SAVAGE4 is not set
56176 -# CONFIG_I2C_SIMTEC is not set
56177 -# CONFIG_I2C_SIS5595 is not set
56178 -# CONFIG_I2C_SIS630 is not set
56179 -# CONFIG_I2C_SIS96X is not set
56180 -# CONFIG_I2C_TAOS_EVM is not set
56181 -# CONFIG_I2C_STUB is not set
56182 -# CONFIG_I2C_TINY_USB is not set
56183 -# CONFIG_I2C_VIA is not set
56184 -# CONFIG_I2C_VIAPRO is not set
56185 -# CONFIG_I2C_VOODOO3 is not set
56186 -
56187 -#
56188 -# Miscellaneous I2C Chip support
56189 -#
56190 -# CONFIG_DS1682 is not set
56191 -# CONFIG_SENSORS_EEPROM is not set
56192 -# CONFIG_SENSORS_PCF8574 is not set
56193 -# CONFIG_PCF8575 is not set
56194 -# CONFIG_SENSORS_PCF8591 is not set
56195 -# CONFIG_TPS65010 is not set
56196 -# CONFIG_SENSORS_MAX6875 is not set
56197 -# CONFIG_SENSORS_TSL2550 is not set
56198 -# CONFIG_I2C_DEBUG_CORE is not set
56199 -# CONFIG_I2C_DEBUG_ALGO is not set
56200 -# CONFIG_I2C_DEBUG_BUS is not set
56201 -# CONFIG_I2C_DEBUG_CHIP is not set
56202 -
56203 -#
56204 -# SPI support
56205 -#
56206 -CONFIG_SPI=y
56207 -# CONFIG_SPI_DEBUG is not set
56208 -CONFIG_SPI_MASTER=y
56209 -
56210 -#
56211 -# SPI Master Controller Drivers
56212 -#
56213 -CONFIG_SPI_BITBANG=y
56214 -CONFIG_SPI_MPC83xx=y
56215 -
56216 -#
56217 -# SPI Protocol Masters
56218 -#
56219 -# CONFIG_SPI_AT25 is not set
56220 -# CONFIG_SPI_SPIDEV is not set
56221 -# CONFIG_SPI_TLE62X0 is not set
56222 -# CONFIG_W1 is not set
56223 -# CONFIG_POWER_SUPPLY is not set
56224 -CONFIG_HWMON=y
56225 -# CONFIG_HWMON_VID is not set
56226 -# CONFIG_SENSORS_AD7418 is not set
56227 -# CONFIG_SENSORS_ADM1021 is not set
56228 -# CONFIG_SENSORS_ADM1025 is not set
56229 -# CONFIG_SENSORS_ADM1026 is not set
56230 -# CONFIG_SENSORS_ADM1029 is not set
56231 -# CONFIG_SENSORS_ADM1031 is not set
56232 -# CONFIG_SENSORS_ADM9240 is not set
56233 -# CONFIG_SENSORS_ADT7470 is not set
56234 -# CONFIG_SENSORS_ADT7473 is not set
56235 -# CONFIG_SENSORS_ATXP1 is not set
56236 -# CONFIG_SENSORS_DS1621 is not set
56237 -# CONFIG_SENSORS_I5K_AMB is not set
56238 -# CONFIG_SENSORS_F71805F is not set
56239 -# CONFIG_SENSORS_F71882FG is not set
56240 -# CONFIG_SENSORS_F75375S is not set
56241 -# CONFIG_SENSORS_GL518SM is not set
56242 -# CONFIG_SENSORS_GL520SM is not set
56243 -# CONFIG_SENSORS_IT87 is not set
56244 -# CONFIG_SENSORS_LM63 is not set
56245 -# CONFIG_SENSORS_LM70 is not set
56246 -# CONFIG_SENSORS_LM75 is not set
56247 -# CONFIG_SENSORS_LM77 is not set
56248 -# CONFIG_SENSORS_LM78 is not set
56249 -# CONFIG_SENSORS_LM80 is not set
56250 -# CONFIG_SENSORS_LM83 is not set
56251 -# CONFIG_SENSORS_LM85 is not set
56252 -# CONFIG_SENSORS_LM87 is not set
56253 -# CONFIG_SENSORS_LM90 is not set
56254 -# CONFIG_SENSORS_LM92 is not set
56255 -# CONFIG_SENSORS_LM93 is not set
56256 -# CONFIG_SENSORS_MAX1619 is not set
56257 -# CONFIG_SENSORS_MAX6650 is not set
56258 -# CONFIG_SENSORS_PC87360 is not set
56259 -# CONFIG_SENSORS_PC87427 is not set
56260 -# CONFIG_SENSORS_SIS5595 is not set
56261 -# CONFIG_SENSORS_DME1737 is not set
56262 -# CONFIG_SENSORS_SMSC47M1 is not set
56263 -# CONFIG_SENSORS_SMSC47M192 is not set
56264 -# CONFIG_SENSORS_SMSC47B397 is not set
56265 -# CONFIG_SENSORS_ADS7828 is not set
56266 -# CONFIG_SENSORS_THMC50 is not set
56267 -# CONFIG_SENSORS_VIA686A is not set
56268 -# CONFIG_SENSORS_VT1211 is not set
56269 -# CONFIG_SENSORS_VT8231 is not set
56270 -# CONFIG_SENSORS_W83781D is not set
56271 -# CONFIG_SENSORS_W83791D is not set
56272 -# CONFIG_SENSORS_W83792D is not set
56273 -# CONFIG_SENSORS_W83793 is not set
56274 -# CONFIG_SENSORS_W83L785TS is not set
56275 -# CONFIG_SENSORS_W83L786NG is not set
56276 -# CONFIG_SENSORS_W83627HF is not set
56277 -# CONFIG_SENSORS_W83627EHF is not set
56278 -# CONFIG_HWMON_DEBUG_CHIP is not set
56279 -# CONFIG_THERMAL is not set
56280 -CONFIG_WATCHDOG=y
56281 -# CONFIG_WATCHDOG_NOWAYOUT is not set
56282 -
56283 -#
56284 -# Watchdog Device Drivers
56285 -#
56286 -# CONFIG_SOFT_WATCHDOG is not set
56287 -CONFIG_83xx_WDT=y
56288 -
56289 -#
56290 -# PCI-based Watchdog Cards
56291 -#
56292 -# CONFIG_PCIPCWATCHDOG is not set
56293 -# CONFIG_WDTPCI is not set
56294 -
56295 -#
56296 -# USB-based Watchdog Cards
56297 -#
56298 -# CONFIG_USBPCWATCHDOG is not set
56299 -
56300 -#
56301 -# Sonics Silicon Backplane
56302 -#
56303 -CONFIG_SSB_POSSIBLE=y
56304 -# CONFIG_SSB is not set
56305 -
56306 -#
56307 -# Multifunction device drivers
56308 -#
56309 -# CONFIG_MFD_SM501 is not set
56310 -
56311 -#
56312 -# Multimedia devices
56313 -#
56314 -# CONFIG_VIDEO_DEV is not set
56315 -# CONFIG_DVB_CORE is not set
56316 -CONFIG_DAB=y
56317 -# CONFIG_USB_DABUSB is not set
56318 -
56319 -#
56320 -# Graphics support
56321 -#
56322 -# CONFIG_AGP is not set
56323 -# CONFIG_DRM is not set
56324 -# CONFIG_VGASTATE is not set
56325 -CONFIG_VIDEO_OUTPUT_CONTROL=m
56326 -# CONFIG_FB is not set
56327 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
56328 -
56329 -#
56330 -# Display device support
56331 -#
56332 -# CONFIG_DISPLAY_SUPPORT is not set
56333 -
56334 -#
56335 -# Sound
56336 -#
56337 -# CONFIG_SOUND is not set
56338 -CONFIG_HID_SUPPORT=y
56339 -CONFIG_HID=y
56340 -# CONFIG_HID_DEBUG is not set
56341 -# CONFIG_HIDRAW is not set
56342 -
56343 -#
56344 -# USB Input Devices
56345 -#
56346 -# CONFIG_USB_HID is not set
56347 -
56348 -#
56349 -# USB HID Boot Protocol drivers
56350 -#
56351 -# CONFIG_USB_KBD is not set
56352 -# CONFIG_USB_MOUSE is not set
56353 -CONFIG_USB_SUPPORT=y
56354 -CONFIG_USB_ARCH_HAS_HCD=y
56355 -CONFIG_USB_ARCH_HAS_OHCI=y
56356 -CONFIG_USB_ARCH_HAS_EHCI=y
56357 -CONFIG_USB=y
56358 -# CONFIG_USB_DEBUG is not set
56359 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
56360 -
56361 -#
56362 -# Miscellaneous USB options
56363 -#
56364 -CONFIG_USB_DEVICEFS=y
56365 -CONFIG_USB_DEVICE_CLASS=y
56366 -# CONFIG_USB_DYNAMIC_MINORS is not set
56367 -# CONFIG_USB_OTG is not set
56368 -
56369 -#
56370 -# USB Host Controller Drivers
56371 -#
56372 -CONFIG_USB_EHCI_HCD=y
56373 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
56374 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
56375 -CONFIG_USB_EHCI_FSL=y
56376 -CONFIG_USB_EHCI_HCD_PPC_OF=y
56377 -# CONFIG_USB_ISP116X_HCD is not set
56378 -CONFIG_USB_OHCI_HCD=y
56379 -CONFIG_USB_OHCI_HCD_PPC_OF=y
56380 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
56381 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
56382 -CONFIG_USB_OHCI_HCD_PCI=y
56383 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
56384 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
56385 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
56386 -CONFIG_USB_UHCI_HCD=y
56387 -# CONFIG_USB_SL811_HCD is not set
56388 -# CONFIG_USB_R8A66597_HCD is not set
56389 -
56390 -#
56391 -# USB Device Class drivers
56392 -#
56393 -# CONFIG_USB_ACM is not set
56394 -# CONFIG_USB_PRINTER is not set
56395 -
56396 -#
56397 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
56398 -#
56399 -
56400 -#
56401 -# may also be needed; see USB_STORAGE Help for more information
56402 -#
56403 -CONFIG_USB_STORAGE=y
56404 -# CONFIG_USB_STORAGE_DEBUG is not set
56405 -# CONFIG_USB_STORAGE_DATAFAB is not set
56406 -# CONFIG_USB_STORAGE_FREECOM is not set
56407 -# CONFIG_USB_STORAGE_ISD200 is not set
56408 -# CONFIG_USB_STORAGE_DPCM is not set
56409 -# CONFIG_USB_STORAGE_USBAT is not set
56410 -# CONFIG_USB_STORAGE_SDDR09 is not set
56411 -# CONFIG_USB_STORAGE_SDDR55 is not set
56412 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
56413 -# CONFIG_USB_STORAGE_ALAUDA is not set
56414 -# CONFIG_USB_STORAGE_KARMA is not set
56415 -# CONFIG_USB_LIBUSUAL is not set
56416 -
56417 -#
56418 -# USB Imaging devices
56419 -#
56420 -# CONFIG_USB_MDC800 is not set
56421 -# CONFIG_USB_MICROTEK is not set
56422 -CONFIG_USB_MON=y
56423 -
56424 -#
56425 -# USB port drivers
56426 -#
56427 -# CONFIG_USB_SERIAL is not set
56428 -
56429 -#
56430 -# USB Miscellaneous drivers
56431 -#
56432 -# CONFIG_USB_EMI62 is not set
56433 -# CONFIG_USB_EMI26 is not set
56434 -# CONFIG_USB_ADUTUX is not set
56435 -# CONFIG_USB_AUERSWALD is not set
56436 -# CONFIG_USB_RIO500 is not set
56437 -# CONFIG_USB_LEGOTOWER is not set
56438 -# CONFIG_USB_LCD is not set
56439 -# CONFIG_USB_BERRY_CHARGE is not set
56440 -# CONFIG_USB_LED is not set
56441 -# CONFIG_USB_CYPRESS_CY7C63 is not set
56442 -# CONFIG_USB_CYTHERM is not set
56443 -# CONFIG_USB_PHIDGET is not set
56444 -# CONFIG_USB_IDMOUSE is not set
56445 -# CONFIG_USB_FTDI_ELAN is not set
56446 -# CONFIG_USB_APPLEDISPLAY is not set
56447 -# CONFIG_USB_SISUSBVGA is not set
56448 -# CONFIG_USB_LD is not set
56449 -# CONFIG_USB_TRANCEVIBRATOR is not set
56450 -# CONFIG_USB_IOWARRIOR is not set
56451 -# CONFIG_USB_TEST is not set
56452 -CONFIG_USB_GADGET=y
56453 -# CONFIG_USB_GADGET_DEBUG is not set
56454 -# CONFIG_USB_GADGET_DEBUG_FILES is not set
56455 -CONFIG_USB_GADGET_SELECTED=y
56456 -# CONFIG_USB_GADGET_AMD5536UDC is not set
56457 -# CONFIG_USB_GADGET_ATMEL_USBA is not set
56458 -# CONFIG_USB_GADGET_FSL_USB2 is not set
56459 -CONFIG_USB_GADGET_NET2280=y
56460 -CONFIG_USB_NET2280=y
56461 -# CONFIG_USB_GADGET_PXA2XX is not set
56462 -# CONFIG_USB_GADGET_M66592 is not set
56463 -# CONFIG_USB_GADGET_GOKU is not set
56464 -# CONFIG_USB_GADGET_LH7A40X is not set
56465 -# CONFIG_USB_GADGET_OMAP is not set
56466 -# CONFIG_USB_GADGET_S3C2410 is not set
56467 -# CONFIG_USB_GADGET_AT91 is not set
56468 -# CONFIG_USB_GADGET_DUMMY_HCD is not set
56469 -CONFIG_USB_GADGET_DUALSPEED=y
56470 -# CONFIG_USB_ZERO is not set
56471 -CONFIG_USB_ETH=y
56472 -CONFIG_USB_ETH_RNDIS=y
56473 -# CONFIG_USB_GADGETFS is not set
56474 -# CONFIG_USB_FILE_STORAGE is not set
56475 -# CONFIG_USB_G_SERIAL is not set
56476 -# CONFIG_USB_MIDI_GADGET is not set
56477 -# CONFIG_USB_G_PRINTER is not set
56478 -# CONFIG_MMC is not set
56479 -# CONFIG_MEMSTICK is not set
56480 -# CONFIG_NEW_LEDS is not set
56481 -# CONFIG_INFINIBAND is not set
56482 -# CONFIG_EDAC is not set
56483 -CONFIG_RTC_LIB=y
56484 -CONFIG_RTC_CLASS=y
56485 -CONFIG_RTC_HCTOSYS=y
56486 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
56487 -# CONFIG_RTC_DEBUG is not set
56488 -
56489 -#
56490 -# RTC interfaces
56491 -#
56492 -CONFIG_RTC_INTF_SYSFS=y
56493 -CONFIG_RTC_INTF_PROC=y
56494 -CONFIG_RTC_INTF_DEV=y
56495 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
56496 -# CONFIG_RTC_DRV_TEST is not set
56497 -
56498 -#
56499 -# I2C RTC drivers
56500 -#
56501 -CONFIG_RTC_DRV_DS1307=y
56502 -# CONFIG_RTC_DRV_DS1374 is not set
56503 -# CONFIG_RTC_DRV_DS1672 is not set
56504 -# CONFIG_RTC_DRV_MAX6900 is not set
56505 -# CONFIG_RTC_DRV_RS5C372 is not set
56506 -# CONFIG_RTC_DRV_ISL1208 is not set
56507 -# CONFIG_RTC_DRV_X1205 is not set
56508 -# CONFIG_RTC_DRV_PCF8563 is not set
56509 -# CONFIG_RTC_DRV_PCF8583 is not set
56510 -# CONFIG_RTC_DRV_M41T80 is not set
56511 -# CONFIG_RTC_DRV_S35390A is not set
56512 -
56513 -#
56514 -# SPI RTC drivers
56515 -#
56516 -# CONFIG_RTC_DRV_MAX6902 is not set
56517 -# CONFIG_RTC_DRV_R9701 is not set
56518 -# CONFIG_RTC_DRV_RS5C348 is not set
56519 -
56520 -#
56521 -# Platform RTC drivers
56522 -#
56523 -# CONFIG_RTC_DRV_CMOS is not set
56524 -# CONFIG_RTC_DRV_DS1511 is not set
56525 -# CONFIG_RTC_DRV_DS1553 is not set
56526 -# CONFIG_RTC_DRV_DS1742 is not set
56527 -# CONFIG_RTC_DRV_STK17TA8 is not set
56528 -# CONFIG_RTC_DRV_M48T86 is not set
56529 -# CONFIG_RTC_DRV_M48T59 is not set
56530 -# CONFIG_RTC_DRV_V3020 is not set
56531 -
56532 -#
56533 -# on-CPU RTC drivers
56534 -#
56535 -# CONFIG_DMADEVICES is not set
56536 -
56537 -#
56538 -# Userspace I/O
56539 -#
56540 -# CONFIG_UIO is not set
56541 -
56542 -#
56543 -# File systems
56544 -#
56545 -CONFIG_EXT2_FS=y
56546 -# CONFIG_EXT2_FS_XATTR is not set
56547 -# CONFIG_EXT2_FS_XIP is not set
56548 -CONFIG_EXT3_FS=y
56549 -CONFIG_EXT3_FS_XATTR=y
56550 -# CONFIG_EXT3_FS_POSIX_ACL is not set
56551 -# CONFIG_EXT3_FS_SECURITY is not set
56552 -# CONFIG_EXT4DEV_FS is not set
56553 -CONFIG_JBD=y
56554 -CONFIG_FS_MBCACHE=y
56555 -# CONFIG_REISERFS_FS is not set
56556 -# CONFIG_JFS_FS is not set
56557 -# CONFIG_FS_POSIX_ACL is not set
56558 -# CONFIG_XFS_FS is not set
56559 -# CONFIG_GFS2_FS is not set
56560 -# CONFIG_OCFS2_FS is not set
56561 -CONFIG_DNOTIFY=y
56562 -CONFIG_INOTIFY=y
56563 -CONFIG_INOTIFY_USER=y
56564 -# CONFIG_QUOTA is not set
56565 -# CONFIG_AUTOFS_FS is not set
56566 -# CONFIG_AUTOFS4_FS is not set
56567 -# CONFIG_FUSE_FS is not set
56568 -
56569 -#
56570 -# CD-ROM/DVD Filesystems
56571 -#
56572 -# CONFIG_ISO9660_FS is not set
56573 -# CONFIG_UDF_FS is not set
56574 -
56575 -#
56576 -# DOS/FAT/NT Filesystems
56577 -#
56578 -# CONFIG_MSDOS_FS is not set
56579 -# CONFIG_VFAT_FS is not set
56580 -# CONFIG_NTFS_FS is not set
56581 -
56582 -#
56583 -# Pseudo filesystems
56584 -#
56585 -CONFIG_PROC_FS=y
56586 -CONFIG_PROC_KCORE=y
56587 -CONFIG_PROC_SYSCTL=y
56588 -CONFIG_SYSFS=y
56589 -CONFIG_TMPFS=y
56590 -# CONFIG_TMPFS_POSIX_ACL is not set
56591 -# CONFIG_HUGETLB_PAGE is not set
56592 -# CONFIG_CONFIGFS_FS is not set
56593 -
56594 -#
56595 -# Miscellaneous filesystems
56596 -#
56597 -# CONFIG_ADFS_FS is not set
56598 -# CONFIG_AFFS_FS is not set
56599 -# CONFIG_HFS_FS is not set
56600 -# CONFIG_HFSPLUS_FS is not set
56601 -# CONFIG_BEFS_FS is not set
56602 -# CONFIG_BFS_FS is not set
56603 -# CONFIG_EFS_FS is not set
56604 -CONFIG_JFFS2_FS=y
56605 -CONFIG_JFFS2_FS_DEBUG=0
56606 -CONFIG_JFFS2_FS_WRITEBUFFER=y
56607 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
56608 -# CONFIG_JFFS2_SUMMARY is not set
56609 -# CONFIG_JFFS2_FS_XATTR is not set
56610 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
56611 -CONFIG_JFFS2_ZLIB=y
56612 -# CONFIG_JFFS2_LZO is not set
56613 -CONFIG_JFFS2_RTIME=y
56614 -# CONFIG_JFFS2_RUBIN is not set
56615 -# CONFIG_CRAMFS is not set
56616 -# CONFIG_VXFS_FS is not set
56617 -# CONFIG_MINIX_FS is not set
56618 -# CONFIG_HPFS_FS is not set
56619 -# CONFIG_QNX4FS_FS is not set
56620 -# CONFIG_ROMFS_FS is not set
56621 -# CONFIG_SYSV_FS is not set
56622 -# CONFIG_UFS_FS is not set
56623 -CONFIG_NETWORK_FILESYSTEMS=y
56624 -CONFIG_NFS_FS=y
56625 -CONFIG_NFS_V3=y
56626 -# CONFIG_NFS_V3_ACL is not set
56627 -CONFIG_NFS_V4=y
56628 -# CONFIG_NFS_DIRECTIO is not set
56629 -# CONFIG_NFSD is not set
56630 -CONFIG_ROOT_NFS=y
56631 -CONFIG_LOCKD=y
56632 -CONFIG_LOCKD_V4=y
56633 -CONFIG_NFS_COMMON=y
56634 -CONFIG_SUNRPC=y
56635 -CONFIG_SUNRPC_GSS=y
56636 -# CONFIG_SUNRPC_BIND34 is not set
56637 -CONFIG_RPCSEC_GSS_KRB5=y
56638 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
56639 -# CONFIG_SMB_FS is not set
56640 -# CONFIG_CIFS is not set
56641 -# CONFIG_NCP_FS is not set
56642 -# CONFIG_CODA_FS is not set
56643 -# CONFIG_AFS_FS is not set
56644 -
56645 -#
56646 -# Partition Types
56647 -#
56648 -CONFIG_PARTITION_ADVANCED=y
56649 -# CONFIG_ACORN_PARTITION is not set
56650 -# CONFIG_OSF_PARTITION is not set
56651 -# CONFIG_AMIGA_PARTITION is not set
56652 -# CONFIG_ATARI_PARTITION is not set
56653 -# CONFIG_MAC_PARTITION is not set
56654 -CONFIG_MSDOS_PARTITION=y
56655 -# CONFIG_BSD_DISKLABEL is not set
56656 -# CONFIG_MINIX_SUBPARTITION is not set
56657 -# CONFIG_SOLARIS_X86_PARTITION is not set
56658 -# CONFIG_UNIXWARE_DISKLABEL is not set
56659 -# CONFIG_LDM_PARTITION is not set
56660 -# CONFIG_SGI_PARTITION is not set
56661 -# CONFIG_ULTRIX_PARTITION is not set
56662 -# CONFIG_SUN_PARTITION is not set
56663 -# CONFIG_KARMA_PARTITION is not set
56664 -# CONFIG_EFI_PARTITION is not set
56665 -# CONFIG_SYSV68_PARTITION is not set
56666 -# CONFIG_NLS is not set
56667 -# CONFIG_DLM is not set
56668 -
56669 -#
56670 -# Library routines
56671 -#
56672 -CONFIG_BITREVERSE=y
56673 -# CONFIG_CRC_CCITT is not set
56674 -# CONFIG_CRC16 is not set
56675 -# CONFIG_CRC_ITU_T is not set
56676 -CONFIG_CRC32=y
56677 -# CONFIG_CRC7 is not set
56678 -# CONFIG_LIBCRC32C is not set
56679 -CONFIG_ZLIB_INFLATE=y
56680 -CONFIG_ZLIB_DEFLATE=y
56681 -CONFIG_PLIST=y
56682 -CONFIG_HAS_IOMEM=y
56683 -CONFIG_HAS_IOPORT=y
56684 -CONFIG_HAS_DMA=y
56685 -
56686 -#
56687 -# Kernel hacking
56688 -#
56689 -# CONFIG_PRINTK_TIME is not set
56690 -CONFIG_ENABLE_WARN_DEPRECATED=y
56691 -CONFIG_ENABLE_MUST_CHECK=y
56692 -# CONFIG_MAGIC_SYSRQ is not set
56693 -# CONFIG_UNUSED_SYMBOLS is not set
56694 -# CONFIG_DEBUG_FS is not set
56695 -# CONFIG_HEADERS_CHECK is not set
56696 -CONFIG_DEBUG_KERNEL=y
56697 -# CONFIG_DEBUG_SHIRQ is not set
56698 -CONFIG_DETECT_SOFTLOCKUP=y
56699 -CONFIG_SCHED_DEBUG=y
56700 -# CONFIG_SCHEDSTATS is not set
56701 -# CONFIG_TIMER_STATS is not set
56702 -# CONFIG_SLUB_DEBUG_ON is not set
56703 -# CONFIG_SLUB_STATS is not set
56704 -# CONFIG_DEBUG_RT_MUTEXES is not set
56705 -# CONFIG_RT_MUTEX_TESTER is not set
56706 -# CONFIG_DEBUG_SPINLOCK is not set
56707 -# CONFIG_DEBUG_MUTEXES is not set
56708 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
56709 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
56710 -# CONFIG_DEBUG_KOBJECT is not set
56711 -# CONFIG_DEBUG_BUGVERBOSE is not set
56712 -# CONFIG_DEBUG_INFO is not set
56713 -# CONFIG_DEBUG_VM is not set
56714 -# CONFIG_DEBUG_LIST is not set
56715 -# CONFIG_DEBUG_SG is not set
56716 -# CONFIG_BOOT_PRINTK_DELAY is not set
56717 -# CONFIG_RCU_TORTURE_TEST is not set
56718 -# CONFIG_BACKTRACE_SELF_TEST is not set
56719 -# CONFIG_FAULT_INJECTION is not set
56720 -# CONFIG_SAMPLES is not set
56721 -# CONFIG_DEBUG_STACKOVERFLOW is not set
56722 -# CONFIG_DEBUG_STACK_USAGE is not set
56723 -# CONFIG_DEBUG_PAGEALLOC is not set
56724 -# CONFIG_DEBUGGER is not set
56725 -# CONFIG_BDI_SWITCH is not set
56726 -# CONFIG_PPC_EARLY_DEBUG is not set
56727 -
56728 -#
56729 -# Security options
56730 -#
56731 -# CONFIG_KEYS is not set
56732 -# CONFIG_SECURITY is not set
56733 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
56734 -CONFIG_CRYPTO=y
56735 -CONFIG_CRYPTO_ALGAPI=y
56736 -CONFIG_CRYPTO_BLKCIPHER=y
56737 -# CONFIG_CRYPTO_SEQIV is not set
56738 -CONFIG_CRYPTO_MANAGER=y
56739 -# CONFIG_CRYPTO_HMAC is not set
56740 -# CONFIG_CRYPTO_XCBC is not set
56741 -# CONFIG_CRYPTO_NULL is not set
56742 -# CONFIG_CRYPTO_MD4 is not set
56743 -CONFIG_CRYPTO_MD5=y
56744 -# CONFIG_CRYPTO_SHA1 is not set
56745 -# CONFIG_CRYPTO_SHA256 is not set
56746 -# CONFIG_CRYPTO_SHA512 is not set
56747 -# CONFIG_CRYPTO_WP512 is not set
56748 -# CONFIG_CRYPTO_TGR192 is not set
56749 -# CONFIG_CRYPTO_GF128MUL is not set
56750 -# CONFIG_CRYPTO_ECB is not set
56751 -CONFIG_CRYPTO_CBC=y
56752 -CONFIG_CRYPTO_PCBC=m
56753 -# CONFIG_CRYPTO_LRW is not set
56754 -# CONFIG_CRYPTO_XTS is not set
56755 -# CONFIG_CRYPTO_CTR is not set
56756 -# CONFIG_CRYPTO_GCM is not set
56757 -# CONFIG_CRYPTO_CCM is not set
56758 -# CONFIG_CRYPTO_CRYPTD is not set
56759 -CONFIG_CRYPTO_DES=y
56760 -# CONFIG_CRYPTO_FCRYPT is not set
56761 -# CONFIG_CRYPTO_BLOWFISH is not set
56762 -# CONFIG_CRYPTO_TWOFISH is not set
56763 -# CONFIG_CRYPTO_SERPENT is not set
56764 -# CONFIG_CRYPTO_AES is not set
56765 -# CONFIG_CRYPTO_CAST5 is not set
56766 -# CONFIG_CRYPTO_CAST6 is not set
56767 -# CONFIG_CRYPTO_TEA is not set
56768 -# CONFIG_CRYPTO_ARC4 is not set
56769 -# CONFIG_CRYPTO_KHAZAD is not set
56770 -# CONFIG_CRYPTO_ANUBIS is not set
56771 -# CONFIG_CRYPTO_SEED is not set
56772 -# CONFIG_CRYPTO_SALSA20 is not set
56773 -# CONFIG_CRYPTO_DEFLATE is not set
56774 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
56775 -# CONFIG_CRYPTO_CRC32C is not set
56776 -# CONFIG_CRYPTO_CAMELLIA is not set
56777 -# CONFIG_CRYPTO_TEST is not set
56778 -# CONFIG_CRYPTO_AUTHENC is not set
56779 -# CONFIG_CRYPTO_LZO is not set
56780 -CONFIG_CRYPTO_HW=y
56781 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
56782 -# CONFIG_PPC_CLOCK is not set
56783 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc832x_mds_defconfig powerpc.git/arch/powerpc/configs/mpc832x_mds_defconfig
56784 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc832x_mds_defconfig 2008-04-11 22:32:29.000000000 +0200
56785 +++ powerpc.git/arch/powerpc/configs/mpc832x_mds_defconfig 1970-01-01 01:00:00.000000000 +0100
56786 @@ -1,1081 +0,0 @@
56787 -#
56788 -# Automatically generated make config: don't edit
56789 -# Linux kernel version: 2.6.25-rc7
56790 -# Mon Mar 31 11:36:51 2008
56791 -#
56792 -# CONFIG_PPC64 is not set
56793 -
56794 -#
56795 -# Processor support
56796 -#
56797 -CONFIG_6xx=y
56798 -# CONFIG_PPC_85xx is not set
56799 -# CONFIG_PPC_8xx is not set
56800 -# CONFIG_40x is not set
56801 -# CONFIG_44x is not set
56802 -# CONFIG_E200 is not set
56803 -CONFIG_PPC_FPU=y
56804 -# CONFIG_FSL_EMB_PERFMON is not set
56805 -CONFIG_PPC_STD_MMU=y
56806 -CONFIG_PPC_STD_MMU_32=y
56807 -# CONFIG_PPC_MM_SLICES is not set
56808 -# CONFIG_SMP is not set
56809 -CONFIG_PPC32=y
56810 -CONFIG_WORD_SIZE=32
56811 -CONFIG_PPC_MERGE=y
56812 -CONFIG_MMU=y
56813 -CONFIG_GENERIC_CMOS_UPDATE=y
56814 -CONFIG_GENERIC_TIME=y
56815 -CONFIG_GENERIC_TIME_VSYSCALL=y
56816 -CONFIG_GENERIC_CLOCKEVENTS=y
56817 -CONFIG_GENERIC_HARDIRQS=y
56818 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
56819 -CONFIG_IRQ_PER_CPU=y
56820 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
56821 -CONFIG_ARCH_HAS_ILOG2_U32=y
56822 -CONFIG_GENERIC_HWEIGHT=y
56823 -CONFIG_GENERIC_CALIBRATE_DELAY=y
56824 -CONFIG_GENERIC_FIND_NEXT_BIT=y
56825 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
56826 -CONFIG_PPC=y
56827 -CONFIG_EARLY_PRINTK=y
56828 -CONFIG_GENERIC_NVRAM=y
56829 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
56830 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
56831 -CONFIG_PPC_OF=y
56832 -CONFIG_OF=y
56833 -CONFIG_PPC_UDBG_16550=y
56834 -# CONFIG_GENERIC_TBSYNC is not set
56835 -CONFIG_AUDIT_ARCH=y
56836 -CONFIG_GENERIC_BUG=y
56837 -CONFIG_DEFAULT_UIMAGE=y
56838 -# CONFIG_PPC_DCR_NATIVE is not set
56839 -# CONFIG_PPC_DCR_MMIO is not set
56840 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
56841 -
56842 -#
56843 -# General setup
56844 -#
56845 -CONFIG_EXPERIMENTAL=y
56846 -CONFIG_BROKEN_ON_SMP=y
56847 -CONFIG_INIT_ENV_ARG_LIMIT=32
56848 -CONFIG_LOCALVERSION=""
56849 -CONFIG_LOCALVERSION_AUTO=y
56850 -CONFIG_SWAP=y
56851 -CONFIG_SYSVIPC=y
56852 -CONFIG_SYSVIPC_SYSCTL=y
56853 -# CONFIG_POSIX_MQUEUE is not set
56854 -# CONFIG_BSD_PROCESS_ACCT is not set
56855 -# CONFIG_TASKSTATS is not set
56856 -# CONFIG_AUDIT is not set
56857 -# CONFIG_IKCONFIG is not set
56858 -CONFIG_LOG_BUF_SHIFT=14
56859 -# CONFIG_CGROUPS is not set
56860 -CONFIG_GROUP_SCHED=y
56861 -# CONFIG_FAIR_GROUP_SCHED is not set
56862 -# CONFIG_RT_GROUP_SCHED is not set
56863 -CONFIG_USER_SCHED=y
56864 -# CONFIG_CGROUP_SCHED is not set
56865 -CONFIG_SYSFS_DEPRECATED=y
56866 -CONFIG_SYSFS_DEPRECATED_V2=y
56867 -# CONFIG_RELAY is not set
56868 -# CONFIG_NAMESPACES is not set
56869 -CONFIG_BLK_DEV_INITRD=y
56870 -CONFIG_INITRAMFS_SOURCE=""
56871 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
56872 -CONFIG_SYSCTL=y
56873 -CONFIG_EMBEDDED=y
56874 -CONFIG_SYSCTL_SYSCALL=y
56875 -# CONFIG_KALLSYMS is not set
56876 -CONFIG_HOTPLUG=y
56877 -CONFIG_PRINTK=y
56878 -CONFIG_BUG=y
56879 -CONFIG_ELF_CORE=y
56880 -CONFIG_COMPAT_BRK=y
56881 -CONFIG_BASE_FULL=y
56882 -CONFIG_FUTEX=y
56883 -CONFIG_ANON_INODES=y
56884 -# CONFIG_EPOLL is not set
56885 -CONFIG_SIGNALFD=y
56886 -CONFIG_TIMERFD=y
56887 -CONFIG_EVENTFD=y
56888 -CONFIG_SHMEM=y
56889 -CONFIG_VM_EVENT_COUNTERS=y
56890 -CONFIG_SLUB_DEBUG=y
56891 -# CONFIG_SLAB is not set
56892 -CONFIG_SLUB=y
56893 -# CONFIG_SLOB is not set
56894 -# CONFIG_PROFILING is not set
56895 -# CONFIG_MARKERS is not set
56896 -CONFIG_HAVE_OPROFILE=y
56897 -CONFIG_HAVE_KPROBES=y
56898 -CONFIG_HAVE_KRETPROBES=y
56899 -CONFIG_PROC_PAGE_MONITOR=y
56900 -CONFIG_SLABINFO=y
56901 -CONFIG_RT_MUTEXES=y
56902 -# CONFIG_TINY_SHMEM is not set
56903 -CONFIG_BASE_SMALL=0
56904 -CONFIG_MODULES=y
56905 -CONFIG_MODULE_UNLOAD=y
56906 -# CONFIG_MODULE_FORCE_UNLOAD is not set
56907 -# CONFIG_MODVERSIONS is not set
56908 -# CONFIG_MODULE_SRCVERSION_ALL is not set
56909 -# CONFIG_KMOD is not set
56910 -CONFIG_BLOCK=y
56911 -# CONFIG_LBD is not set
56912 -# CONFIG_BLK_DEV_IO_TRACE is not set
56913 -# CONFIG_LSF is not set
56914 -# CONFIG_BLK_DEV_BSG is not set
56915 -
56916 -#
56917 -# IO Schedulers
56918 -#
56919 -CONFIG_IOSCHED_NOOP=y
56920 -CONFIG_IOSCHED_AS=y
56921 -CONFIG_IOSCHED_DEADLINE=y
56922 -CONFIG_IOSCHED_CFQ=y
56923 -CONFIG_DEFAULT_AS=y
56924 -# CONFIG_DEFAULT_DEADLINE is not set
56925 -# CONFIG_DEFAULT_CFQ is not set
56926 -# CONFIG_DEFAULT_NOOP is not set
56927 -CONFIG_DEFAULT_IOSCHED="anticipatory"
56928 -CONFIG_CLASSIC_RCU=y
56929 -
56930 -#
56931 -# Platform support
56932 -#
56933 -# CONFIG_PPC_MULTIPLATFORM is not set
56934 -# CONFIG_PPC_82xx is not set
56935 -CONFIG_PPC_83xx=y
56936 -# CONFIG_PPC_86xx is not set
56937 -# CONFIG_PPC_MPC512x is not set
56938 -# CONFIG_PPC_MPC5121 is not set
56939 -# CONFIG_PPC_CELL is not set
56940 -# CONFIG_PPC_CELL_NATIVE is not set
56941 -# CONFIG_PQ2ADS is not set
56942 -CONFIG_MPC83xx=y
56943 -# CONFIG_MPC831x_RDB is not set
56944 -CONFIG_MPC832x_MDS=y
56945 -# CONFIG_MPC832x_RDB is not set
56946 -# CONFIG_MPC834x_MDS is not set
56947 -# CONFIG_MPC834x_ITX is not set
56948 -# CONFIG_MPC836x_MDS is not set
56949 -# CONFIG_MPC837x_MDS is not set
56950 -# CONFIG_MPC837x_RDB is not set
56951 -# CONFIG_SBC834x is not set
56952 -CONFIG_PPC_MPC832x=y
56953 -CONFIG_IPIC=y
56954 -# CONFIG_MPIC is not set
56955 -# CONFIG_MPIC_WEIRD is not set
56956 -# CONFIG_PPC_I8259 is not set
56957 -# CONFIG_PPC_RTAS is not set
56958 -# CONFIG_MMIO_NVRAM is not set
56959 -# CONFIG_PPC_MPC106 is not set
56960 -# CONFIG_PPC_970_NAP is not set
56961 -# CONFIG_PPC_INDIRECT_IO is not set
56962 -# CONFIG_GENERIC_IOMAP is not set
56963 -# CONFIG_CPU_FREQ is not set
56964 -CONFIG_QUICC_ENGINE=y
56965 -# CONFIG_FSL_ULI1575 is not set
56966 -
56967 -#
56968 -# Kernel options
56969 -#
56970 -# CONFIG_HIGHMEM is not set
56971 -CONFIG_TICK_ONESHOT=y
56972 -CONFIG_NO_HZ=y
56973 -CONFIG_HIGH_RES_TIMERS=y
56974 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
56975 -# CONFIG_HZ_100 is not set
56976 -CONFIG_HZ_250=y
56977 -# CONFIG_HZ_300 is not set
56978 -# CONFIG_HZ_1000 is not set
56979 -CONFIG_HZ=250
56980 -# CONFIG_SCHED_HRTICK is not set
56981 -CONFIG_PREEMPT_NONE=y
56982 -# CONFIG_PREEMPT_VOLUNTARY is not set
56983 -# CONFIG_PREEMPT is not set
56984 -CONFIG_BINFMT_ELF=y
56985 -# CONFIG_BINFMT_MISC is not set
56986 -CONFIG_MATH_EMULATION=y
56987 -# CONFIG_IOMMU_HELPER is not set
56988 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
56989 -CONFIG_ARCH_HAS_WALK_MEMORY=y
56990 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
56991 -CONFIG_ARCH_FLATMEM_ENABLE=y
56992 -CONFIG_ARCH_POPULATES_NODE_MAP=y
56993 -CONFIG_SELECT_MEMORY_MODEL=y
56994 -CONFIG_FLATMEM_MANUAL=y
56995 -# CONFIG_DISCONTIGMEM_MANUAL is not set
56996 -# CONFIG_SPARSEMEM_MANUAL is not set
56997 -CONFIG_FLATMEM=y
56998 -CONFIG_FLAT_NODE_MEM_MAP=y
56999 -# CONFIG_SPARSEMEM_STATIC is not set
57000 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
57001 -CONFIG_SPLIT_PTLOCK_CPUS=4
57002 -# CONFIG_RESOURCES_64BIT is not set
57003 -CONFIG_ZONE_DMA_FLAG=1
57004 -CONFIG_BOUNCE=y
57005 -CONFIG_VIRT_TO_BUS=y
57006 -CONFIG_PROC_DEVICETREE=y
57007 -# CONFIG_CMDLINE_BOOL is not set
57008 -# CONFIG_PM is not set
57009 -CONFIG_SECCOMP=y
57010 -CONFIG_ISA_DMA_API=y
57011 -
57012 -#
57013 -# Bus options
57014 -#
57015 -CONFIG_ZONE_DMA=y
57016 -CONFIG_GENERIC_ISA_DMA=y
57017 -CONFIG_PPC_INDIRECT_PCI=y
57018 -CONFIG_FSL_SOC=y
57019 -CONFIG_PCI=y
57020 -CONFIG_PCI_DOMAINS=y
57021 -CONFIG_PCI_SYSCALL=y
57022 -# CONFIG_PCIEPORTBUS is not set
57023 -CONFIG_ARCH_SUPPORTS_MSI=y
57024 -# CONFIG_PCI_MSI is not set
57025 -CONFIG_PCI_LEGACY=y
57026 -# CONFIG_PCCARD is not set
57027 -# CONFIG_HOTPLUG_PCI is not set
57028 -
57029 -#
57030 -# Advanced setup
57031 -#
57032 -# CONFIG_ADVANCED_OPTIONS is not set
57033 -
57034 -#
57035 -# Default settings for advanced configuration options are used
57036 -#
57037 -CONFIG_HIGHMEM_START=0xfe000000
57038 -CONFIG_LOWMEM_SIZE=0x30000000
57039 -CONFIG_KERNEL_START=0xc0000000
57040 -CONFIG_TASK_SIZE=0xc0000000
57041 -CONFIG_BOOT_LOAD=0x00800000
57042 -
57043 -#
57044 -# Networking
57045 -#
57046 -CONFIG_NET=y
57047 -
57048 -#
57049 -# Networking options
57050 -#
57051 -CONFIG_PACKET=y
57052 -# CONFIG_PACKET_MMAP is not set
57053 -CONFIG_UNIX=y
57054 -CONFIG_XFRM=y
57055 -# CONFIG_XFRM_USER is not set
57056 -# CONFIG_XFRM_SUB_POLICY is not set
57057 -# CONFIG_XFRM_MIGRATE is not set
57058 -# CONFIG_XFRM_STATISTICS is not set
57059 -# CONFIG_NET_KEY is not set
57060 -CONFIG_INET=y
57061 -CONFIG_IP_MULTICAST=y
57062 -# CONFIG_IP_ADVANCED_ROUTER is not set
57063 -CONFIG_IP_FIB_HASH=y
57064 -CONFIG_IP_PNP=y
57065 -CONFIG_IP_PNP_DHCP=y
57066 -CONFIG_IP_PNP_BOOTP=y
57067 -# CONFIG_IP_PNP_RARP is not set
57068 -# CONFIG_NET_IPIP is not set
57069 -# CONFIG_NET_IPGRE is not set
57070 -# CONFIG_IP_MROUTE is not set
57071 -# CONFIG_ARPD is not set
57072 -CONFIG_SYN_COOKIES=y
57073 -# CONFIG_INET_AH is not set
57074 -# CONFIG_INET_ESP is not set
57075 -# CONFIG_INET_IPCOMP is not set
57076 -# CONFIG_INET_XFRM_TUNNEL is not set
57077 -# CONFIG_INET_TUNNEL is not set
57078 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
57079 -CONFIG_INET_XFRM_MODE_TUNNEL=y
57080 -CONFIG_INET_XFRM_MODE_BEET=y
57081 -# CONFIG_INET_LRO is not set
57082 -CONFIG_INET_DIAG=y
57083 -CONFIG_INET_TCP_DIAG=y
57084 -# CONFIG_TCP_CONG_ADVANCED is not set
57085 -CONFIG_TCP_CONG_CUBIC=y
57086 -CONFIG_DEFAULT_TCP_CONG="cubic"
57087 -# CONFIG_TCP_MD5SIG is not set
57088 -# CONFIG_IPV6 is not set
57089 -# CONFIG_INET6_XFRM_TUNNEL is not set
57090 -# CONFIG_INET6_TUNNEL is not set
57091 -# CONFIG_NETWORK_SECMARK is not set
57092 -# CONFIG_NETFILTER is not set
57093 -# CONFIG_IP_DCCP is not set
57094 -# CONFIG_IP_SCTP is not set
57095 -# CONFIG_TIPC is not set
57096 -# CONFIG_ATM is not set
57097 -# CONFIG_BRIDGE is not set
57098 -# CONFIG_VLAN_8021Q is not set
57099 -# CONFIG_DECNET is not set
57100 -# CONFIG_LLC2 is not set
57101 -# CONFIG_IPX is not set
57102 -# CONFIG_ATALK is not set
57103 -# CONFIG_X25 is not set
57104 -# CONFIG_LAPB is not set
57105 -# CONFIG_ECONET is not set
57106 -# CONFIG_WAN_ROUTER is not set
57107 -# CONFIG_NET_SCHED is not set
57108 -
57109 -#
57110 -# Network testing
57111 -#
57112 -# CONFIG_NET_PKTGEN is not set
57113 -# CONFIG_HAMRADIO is not set
57114 -# CONFIG_CAN is not set
57115 -# CONFIG_IRDA is not set
57116 -# CONFIG_BT is not set
57117 -# CONFIG_AF_RXRPC is not set
57118 -
57119 -#
57120 -# Wireless
57121 -#
57122 -# CONFIG_CFG80211 is not set
57123 -# CONFIG_WIRELESS_EXT is not set
57124 -# CONFIG_MAC80211 is not set
57125 -# CONFIG_IEEE80211 is not set
57126 -# CONFIG_RFKILL is not set
57127 -# CONFIG_NET_9P is not set
57128 -
57129 -#
57130 -# Device Drivers
57131 -#
57132 -
57133 -#
57134 -# Generic Driver Options
57135 -#
57136 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
57137 -CONFIG_STANDALONE=y
57138 -CONFIG_PREVENT_FIRMWARE_BUILD=y
57139 -# CONFIG_FW_LOADER is not set
57140 -# CONFIG_SYS_HYPERVISOR is not set
57141 -# CONFIG_CONNECTOR is not set
57142 -# CONFIG_MTD is not set
57143 -CONFIG_OF_DEVICE=y
57144 -# CONFIG_PARPORT is not set
57145 -CONFIG_BLK_DEV=y
57146 -# CONFIG_BLK_DEV_FD is not set
57147 -# CONFIG_BLK_CPQ_DA is not set
57148 -# CONFIG_BLK_CPQ_CISS_DA is not set
57149 -# CONFIG_BLK_DEV_DAC960 is not set
57150 -# CONFIG_BLK_DEV_UMEM is not set
57151 -# CONFIG_BLK_DEV_COW_COMMON is not set
57152 -CONFIG_BLK_DEV_LOOP=y
57153 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
57154 -# CONFIG_BLK_DEV_NBD is not set
57155 -# CONFIG_BLK_DEV_SX8 is not set
57156 -CONFIG_BLK_DEV_RAM=y
57157 -CONFIG_BLK_DEV_RAM_COUNT=16
57158 -CONFIG_BLK_DEV_RAM_SIZE=32768
57159 -# CONFIG_BLK_DEV_XIP is not set
57160 -# CONFIG_CDROM_PKTCDVD is not set
57161 -# CONFIG_ATA_OVER_ETH is not set
57162 -CONFIG_MISC_DEVICES=y
57163 -# CONFIG_PHANTOM is not set
57164 -# CONFIG_EEPROM_93CX6 is not set
57165 -# CONFIG_SGI_IOC4 is not set
57166 -# CONFIG_TIFM_CORE is not set
57167 -# CONFIG_ENCLOSURE_SERVICES is not set
57168 -CONFIG_HAVE_IDE=y
57169 -# CONFIG_IDE is not set
57170 -
57171 -#
57172 -# SCSI device support
57173 -#
57174 -# CONFIG_RAID_ATTRS is not set
57175 -CONFIG_SCSI=y
57176 -CONFIG_SCSI_DMA=y
57177 -# CONFIG_SCSI_TGT is not set
57178 -# CONFIG_SCSI_NETLINK is not set
57179 -CONFIG_SCSI_PROC_FS=y
57180 -
57181 -#
57182 -# SCSI support type (disk, tape, CD-ROM)
57183 -#
57184 -# CONFIG_BLK_DEV_SD is not set
57185 -# CONFIG_CHR_DEV_ST is not set
57186 -# CONFIG_CHR_DEV_OSST is not set
57187 -# CONFIG_BLK_DEV_SR is not set
57188 -# CONFIG_CHR_DEV_SG is not set
57189 -# CONFIG_CHR_DEV_SCH is not set
57190 -
57191 -#
57192 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
57193 -#
57194 -# CONFIG_SCSI_MULTI_LUN is not set
57195 -# CONFIG_SCSI_CONSTANTS is not set
57196 -# CONFIG_SCSI_LOGGING is not set
57197 -# CONFIG_SCSI_SCAN_ASYNC is not set
57198 -CONFIG_SCSI_WAIT_SCAN=m
57199 -
57200 -#
57201 -# SCSI Transports
57202 -#
57203 -# CONFIG_SCSI_SPI_ATTRS is not set
57204 -# CONFIG_SCSI_FC_ATTRS is not set
57205 -# CONFIG_SCSI_ISCSI_ATTRS is not set
57206 -# CONFIG_SCSI_SAS_LIBSAS is not set
57207 -# CONFIG_SCSI_SRP_ATTRS is not set
57208 -CONFIG_SCSI_LOWLEVEL=y
57209 -# CONFIG_ISCSI_TCP is not set
57210 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
57211 -# CONFIG_SCSI_3W_9XXX is not set
57212 -# CONFIG_SCSI_ACARD is not set
57213 -# CONFIG_SCSI_AACRAID is not set
57214 -# CONFIG_SCSI_AIC7XXX is not set
57215 -# CONFIG_SCSI_AIC7XXX_OLD is not set
57216 -# CONFIG_SCSI_AIC79XX is not set
57217 -# CONFIG_SCSI_AIC94XX is not set
57218 -# CONFIG_SCSI_DPT_I2O is not set
57219 -# CONFIG_SCSI_ADVANSYS is not set
57220 -# CONFIG_SCSI_ARCMSR is not set
57221 -# CONFIG_MEGARAID_NEWGEN is not set
57222 -# CONFIG_MEGARAID_LEGACY is not set
57223 -# CONFIG_MEGARAID_SAS is not set
57224 -# CONFIG_SCSI_HPTIOP is not set
57225 -# CONFIG_SCSI_BUSLOGIC is not set
57226 -# CONFIG_SCSI_DMX3191D is not set
57227 -# CONFIG_SCSI_EATA is not set
57228 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
57229 -# CONFIG_SCSI_GDTH is not set
57230 -# CONFIG_SCSI_IPS is not set
57231 -# CONFIG_SCSI_INITIO is not set
57232 -# CONFIG_SCSI_INIA100 is not set
57233 -# CONFIG_SCSI_MVSAS is not set
57234 -# CONFIG_SCSI_STEX is not set
57235 -# CONFIG_SCSI_SYM53C8XX_2 is not set
57236 -# CONFIG_SCSI_QLOGIC_1280 is not set
57237 -# CONFIG_SCSI_QLA_FC is not set
57238 -# CONFIG_SCSI_QLA_ISCSI is not set
57239 -# CONFIG_SCSI_LPFC is not set
57240 -# CONFIG_SCSI_DC395x is not set
57241 -# CONFIG_SCSI_DC390T is not set
57242 -# CONFIG_SCSI_NSP32 is not set
57243 -# CONFIG_SCSI_DEBUG is not set
57244 -# CONFIG_SCSI_SRP is not set
57245 -# CONFIG_ATA is not set
57246 -# CONFIG_MD is not set
57247 -# CONFIG_FUSION is not set
57248 -
57249 -#
57250 -# IEEE 1394 (FireWire) support
57251 -#
57252 -# CONFIG_FIREWIRE is not set
57253 -# CONFIG_IEEE1394 is not set
57254 -# CONFIG_I2O is not set
57255 -# CONFIG_MACINTOSH_DRIVERS is not set
57256 -CONFIG_NETDEVICES=y
57257 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
57258 -# CONFIG_DUMMY is not set
57259 -# CONFIG_BONDING is not set
57260 -# CONFIG_MACVLAN is not set
57261 -# CONFIG_EQUALIZER is not set
57262 -# CONFIG_TUN is not set
57263 -# CONFIG_VETH is not set
57264 -# CONFIG_ARCNET is not set
57265 -CONFIG_PHYLIB=y
57266 -
57267 -#
57268 -# MII PHY device drivers
57269 -#
57270 -# CONFIG_MARVELL_PHY is not set
57271 -CONFIG_DAVICOM_PHY=y
57272 -# CONFIG_QSEMI_PHY is not set
57273 -# CONFIG_LXT_PHY is not set
57274 -# CONFIG_CICADA_PHY is not set
57275 -# CONFIG_VITESSE_PHY is not set
57276 -# CONFIG_SMSC_PHY is not set
57277 -# CONFIG_BROADCOM_PHY is not set
57278 -# CONFIG_ICPLUS_PHY is not set
57279 -# CONFIG_REALTEK_PHY is not set
57280 -# CONFIG_FIXED_PHY is not set
57281 -# CONFIG_MDIO_BITBANG is not set
57282 -CONFIG_NET_ETHERNET=y
57283 -CONFIG_MII=y
57284 -# CONFIG_HAPPYMEAL is not set
57285 -# CONFIG_SUNGEM is not set
57286 -# CONFIG_CASSINI is not set
57287 -# CONFIG_NET_VENDOR_3COM is not set
57288 -# CONFIG_NET_TULIP is not set
57289 -# CONFIG_HP100 is not set
57290 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
57291 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
57292 -# CONFIG_IBM_NEW_EMAC_TAH is not set
57293 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
57294 -# CONFIG_NET_PCI is not set
57295 -# CONFIG_B44 is not set
57296 -CONFIG_NETDEV_1000=y
57297 -# CONFIG_ACENIC is not set
57298 -# CONFIG_DL2K is not set
57299 -# CONFIG_E1000 is not set
57300 -# CONFIG_E1000E is not set
57301 -# CONFIG_E1000E_ENABLED is not set
57302 -# CONFIG_IP1000 is not set
57303 -# CONFIG_IGB is not set
57304 -# CONFIG_NS83820 is not set
57305 -# CONFIG_HAMACHI is not set
57306 -# CONFIG_YELLOWFIN is not set
57307 -# CONFIG_R8169 is not set
57308 -# CONFIG_SIS190 is not set
57309 -# CONFIG_SKGE is not set
57310 -# CONFIG_SKY2 is not set
57311 -# CONFIG_SK98LIN is not set
57312 -# CONFIG_VIA_VELOCITY is not set
57313 -# CONFIG_TIGON3 is not set
57314 -# CONFIG_BNX2 is not set
57315 -# CONFIG_GIANFAR is not set
57316 -CONFIG_UCC_GETH=y
57317 -# CONFIG_UGETH_NAPI is not set
57318 -# CONFIG_UGETH_MAGIC_PACKET is not set
57319 -# CONFIG_UGETH_FILTERING is not set
57320 -# CONFIG_UGETH_TX_ON_DEMAND is not set
57321 -# CONFIG_QLA3XXX is not set
57322 -# CONFIG_ATL1 is not set
57323 -CONFIG_NETDEV_10000=y
57324 -# CONFIG_CHELSIO_T1 is not set
57325 -# CONFIG_CHELSIO_T3 is not set
57326 -# CONFIG_IXGBE is not set
57327 -# CONFIG_IXGB is not set
57328 -# CONFIG_S2IO is not set
57329 -# CONFIG_MYRI10GE is not set
57330 -# CONFIG_NETXEN_NIC is not set
57331 -# CONFIG_NIU is not set
57332 -# CONFIG_MLX4_CORE is not set
57333 -# CONFIG_TEHUTI is not set
57334 -# CONFIG_BNX2X is not set
57335 -# CONFIG_TR is not set
57336 -
57337 -#
57338 -# Wireless LAN
57339 -#
57340 -# CONFIG_WLAN_PRE80211 is not set
57341 -# CONFIG_WLAN_80211 is not set
57342 -# CONFIG_WAN is not set
57343 -# CONFIG_FDDI is not set
57344 -# CONFIG_HIPPI is not set
57345 -# CONFIG_PPP is not set
57346 -# CONFIG_SLIP is not set
57347 -# CONFIG_NET_FC is not set
57348 -# CONFIG_NETCONSOLE is not set
57349 -# CONFIG_NETPOLL is not set
57350 -# CONFIG_NET_POLL_CONTROLLER is not set
57351 -# CONFIG_ISDN is not set
57352 -# CONFIG_PHONE is not set
57353 -
57354 -#
57355 -# Input device support
57356 -#
57357 -CONFIG_INPUT=y
57358 -# CONFIG_INPUT_FF_MEMLESS is not set
57359 -# CONFIG_INPUT_POLLDEV is not set
57360 -
57361 -#
57362 -# Userland interfaces
57363 -#
57364 -# CONFIG_INPUT_MOUSEDEV is not set
57365 -# CONFIG_INPUT_JOYDEV is not set
57366 -# CONFIG_INPUT_EVDEV is not set
57367 -# CONFIG_INPUT_EVBUG is not set
57368 -
57369 -#
57370 -# Input Device Drivers
57371 -#
57372 -# CONFIG_INPUT_KEYBOARD is not set
57373 -# CONFIG_INPUT_MOUSE is not set
57374 -# CONFIG_INPUT_JOYSTICK is not set
57375 -# CONFIG_INPUT_TABLET is not set
57376 -# CONFIG_INPUT_TOUCHSCREEN is not set
57377 -# CONFIG_INPUT_MISC is not set
57378 -
57379 -#
57380 -# Hardware I/O ports
57381 -#
57382 -# CONFIG_SERIO is not set
57383 -# CONFIG_GAMEPORT is not set
57384 -
57385 -#
57386 -# Character devices
57387 -#
57388 -# CONFIG_VT is not set
57389 -# CONFIG_SERIAL_NONSTANDARD is not set
57390 -# CONFIG_NOZOMI is not set
57391 -
57392 -#
57393 -# Serial drivers
57394 -#
57395 -CONFIG_SERIAL_8250=y
57396 -CONFIG_SERIAL_8250_CONSOLE=y
57397 -CONFIG_SERIAL_8250_PCI=y
57398 -CONFIG_SERIAL_8250_NR_UARTS=4
57399 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
57400 -# CONFIG_SERIAL_8250_EXTENDED is not set
57401 -
57402 -#
57403 -# Non-8250 serial port support
57404 -#
57405 -# CONFIG_SERIAL_UARTLITE is not set
57406 -CONFIG_SERIAL_CORE=y
57407 -CONFIG_SERIAL_CORE_CONSOLE=y
57408 -# CONFIG_SERIAL_JSM is not set
57409 -# CONFIG_SERIAL_OF_PLATFORM is not set
57410 -# CONFIG_SERIAL_QE is not set
57411 -CONFIG_UNIX98_PTYS=y
57412 -CONFIG_LEGACY_PTYS=y
57413 -CONFIG_LEGACY_PTY_COUNT=256
57414 -# CONFIG_IPMI_HANDLER is not set
57415 -CONFIG_HW_RANDOM=y
57416 -# CONFIG_NVRAM is not set
57417 -# CONFIG_GEN_RTC is not set
57418 -# CONFIG_R3964 is not set
57419 -# CONFIG_APPLICOM is not set
57420 -# CONFIG_RAW_DRIVER is not set
57421 -# CONFIG_TCG_TPM is not set
57422 -CONFIG_DEVPORT=y
57423 -CONFIG_I2C=y
57424 -CONFIG_I2C_BOARDINFO=y
57425 -CONFIG_I2C_CHARDEV=y
57426 -
57427 -#
57428 -# I2C Algorithms
57429 -#
57430 -# CONFIG_I2C_ALGOBIT is not set
57431 -# CONFIG_I2C_ALGOPCF is not set
57432 -# CONFIG_I2C_ALGOPCA is not set
57433 -
57434 -#
57435 -# I2C Hardware Bus support
57436 -#
57437 -# CONFIG_I2C_ALI1535 is not set
57438 -# CONFIG_I2C_ALI1563 is not set
57439 -# CONFIG_I2C_ALI15X3 is not set
57440 -# CONFIG_I2C_AMD756 is not set
57441 -# CONFIG_I2C_AMD8111 is not set
57442 -# CONFIG_I2C_I801 is not set
57443 -# CONFIG_I2C_I810 is not set
57444 -# CONFIG_I2C_PIIX4 is not set
57445 -CONFIG_I2C_MPC=y
57446 -# CONFIG_I2C_NFORCE2 is not set
57447 -# CONFIG_I2C_OCORES is not set
57448 -# CONFIG_I2C_PARPORT_LIGHT is not set
57449 -# CONFIG_I2C_PROSAVAGE is not set
57450 -# CONFIG_I2C_SAVAGE4 is not set
57451 -# CONFIG_I2C_SIMTEC is not set
57452 -# CONFIG_I2C_SIS5595 is not set
57453 -# CONFIG_I2C_SIS630 is not set
57454 -# CONFIG_I2C_SIS96X is not set
57455 -# CONFIG_I2C_TAOS_EVM is not set
57456 -# CONFIG_I2C_STUB is not set
57457 -# CONFIG_I2C_VIA is not set
57458 -# CONFIG_I2C_VIAPRO is not set
57459 -# CONFIG_I2C_VOODOO3 is not set
57460 -
57461 -#
57462 -# Miscellaneous I2C Chip support
57463 -#
57464 -# CONFIG_DS1682 is not set
57465 -# CONFIG_SENSORS_EEPROM is not set
57466 -# CONFIG_SENSORS_PCF8574 is not set
57467 -# CONFIG_PCF8575 is not set
57468 -# CONFIG_SENSORS_PCF8591 is not set
57469 -# CONFIG_TPS65010 is not set
57470 -# CONFIG_SENSORS_MAX6875 is not set
57471 -# CONFIG_SENSORS_TSL2550 is not set
57472 -# CONFIG_I2C_DEBUG_CORE is not set
57473 -# CONFIG_I2C_DEBUG_ALGO is not set
57474 -# CONFIG_I2C_DEBUG_BUS is not set
57475 -# CONFIG_I2C_DEBUG_CHIP is not set
57476 -
57477 -#
57478 -# SPI support
57479 -#
57480 -# CONFIG_SPI is not set
57481 -# CONFIG_SPI_MASTER is not set
57482 -# CONFIG_W1 is not set
57483 -# CONFIG_POWER_SUPPLY is not set
57484 -CONFIG_HWMON=y
57485 -# CONFIG_HWMON_VID is not set
57486 -# CONFIG_SENSORS_AD7418 is not set
57487 -# CONFIG_SENSORS_ADM1021 is not set
57488 -# CONFIG_SENSORS_ADM1025 is not set
57489 -# CONFIG_SENSORS_ADM1026 is not set
57490 -# CONFIG_SENSORS_ADM1029 is not set
57491 -# CONFIG_SENSORS_ADM1031 is not set
57492 -# CONFIG_SENSORS_ADM9240 is not set
57493 -# CONFIG_SENSORS_ADT7470 is not set
57494 -# CONFIG_SENSORS_ADT7473 is not set
57495 -# CONFIG_SENSORS_ATXP1 is not set
57496 -# CONFIG_SENSORS_DS1621 is not set
57497 -# CONFIG_SENSORS_I5K_AMB is not set
57498 -# CONFIG_SENSORS_F71805F is not set
57499 -# CONFIG_SENSORS_F71882FG is not set
57500 -# CONFIG_SENSORS_F75375S is not set
57501 -# CONFIG_SENSORS_GL518SM is not set
57502 -# CONFIG_SENSORS_GL520SM is not set
57503 -# CONFIG_SENSORS_IT87 is not set
57504 -# CONFIG_SENSORS_LM63 is not set
57505 -# CONFIG_SENSORS_LM75 is not set
57506 -# CONFIG_SENSORS_LM77 is not set
57507 -# CONFIG_SENSORS_LM78 is not set
57508 -# CONFIG_SENSORS_LM80 is not set
57509 -# CONFIG_SENSORS_LM83 is not set
57510 -# CONFIG_SENSORS_LM85 is not set
57511 -# CONFIG_SENSORS_LM87 is not set
57512 -# CONFIG_SENSORS_LM90 is not set
57513 -# CONFIG_SENSORS_LM92 is not set
57514 -# CONFIG_SENSORS_LM93 is not set
57515 -# CONFIG_SENSORS_MAX1619 is not set
57516 -# CONFIG_SENSORS_MAX6650 is not set
57517 -# CONFIG_SENSORS_PC87360 is not set
57518 -# CONFIG_SENSORS_PC87427 is not set
57519 -# CONFIG_SENSORS_SIS5595 is not set
57520 -# CONFIG_SENSORS_DME1737 is not set
57521 -# CONFIG_SENSORS_SMSC47M1 is not set
57522 -# CONFIG_SENSORS_SMSC47M192 is not set
57523 -# CONFIG_SENSORS_SMSC47B397 is not set
57524 -# CONFIG_SENSORS_ADS7828 is not set
57525 -# CONFIG_SENSORS_THMC50 is not set
57526 -# CONFIG_SENSORS_VIA686A is not set
57527 -# CONFIG_SENSORS_VT1211 is not set
57528 -# CONFIG_SENSORS_VT8231 is not set
57529 -# CONFIG_SENSORS_W83781D is not set
57530 -# CONFIG_SENSORS_W83791D is not set
57531 -# CONFIG_SENSORS_W83792D is not set
57532 -# CONFIG_SENSORS_W83793 is not set
57533 -# CONFIG_SENSORS_W83L785TS is not set
57534 -# CONFIG_SENSORS_W83L786NG is not set
57535 -# CONFIG_SENSORS_W83627HF is not set
57536 -# CONFIG_SENSORS_W83627EHF is not set
57537 -# CONFIG_HWMON_DEBUG_CHIP is not set
57538 -# CONFIG_THERMAL is not set
57539 -CONFIG_WATCHDOG=y
57540 -# CONFIG_WATCHDOG_NOWAYOUT is not set
57541 -
57542 -#
57543 -# Watchdog Device Drivers
57544 -#
57545 -# CONFIG_SOFT_WATCHDOG is not set
57546 -CONFIG_83xx_WDT=y
57547 -
57548 -#
57549 -# PCI-based Watchdog Cards
57550 -#
57551 -# CONFIG_PCIPCWATCHDOG is not set
57552 -# CONFIG_WDTPCI is not set
57553 -
57554 -#
57555 -# Sonics Silicon Backplane
57556 -#
57557 -CONFIG_SSB_POSSIBLE=y
57558 -# CONFIG_SSB is not set
57559 -
57560 -#
57561 -# Multifunction device drivers
57562 -#
57563 -# CONFIG_MFD_SM501 is not set
57564 -
57565 -#
57566 -# Multimedia devices
57567 -#
57568 -# CONFIG_VIDEO_DEV is not set
57569 -# CONFIG_DVB_CORE is not set
57570 -CONFIG_DAB=y
57571 -
57572 -#
57573 -# Graphics support
57574 -#
57575 -# CONFIG_AGP is not set
57576 -# CONFIG_DRM is not set
57577 -# CONFIG_VGASTATE is not set
57578 -CONFIG_VIDEO_OUTPUT_CONTROL=m
57579 -# CONFIG_FB is not set
57580 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
57581 -
57582 -#
57583 -# Display device support
57584 -#
57585 -# CONFIG_DISPLAY_SUPPORT is not set
57586 -
57587 -#
57588 -# Sound
57589 -#
57590 -# CONFIG_SOUND is not set
57591 -CONFIG_HID_SUPPORT=y
57592 -CONFIG_HID=y
57593 -# CONFIG_HID_DEBUG is not set
57594 -# CONFIG_HIDRAW is not set
57595 -CONFIG_USB_SUPPORT=y
57596 -CONFIG_USB_ARCH_HAS_HCD=y
57597 -CONFIG_USB_ARCH_HAS_OHCI=y
57598 -CONFIG_USB_ARCH_HAS_EHCI=y
57599 -# CONFIG_USB is not set
57600 -
57601 -#
57602 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
57603 -#
57604 -# CONFIG_USB_GADGET is not set
57605 -# CONFIG_MMC is not set
57606 -# CONFIG_MEMSTICK is not set
57607 -# CONFIG_NEW_LEDS is not set
57608 -# CONFIG_INFINIBAND is not set
57609 -# CONFIG_EDAC is not set
57610 -CONFIG_RTC_LIB=y
57611 -CONFIG_RTC_CLASS=y
57612 -CONFIG_RTC_HCTOSYS=y
57613 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
57614 -# CONFIG_RTC_DEBUG is not set
57615 -
57616 -#
57617 -# RTC interfaces
57618 -#
57619 -CONFIG_RTC_INTF_SYSFS=y
57620 -CONFIG_RTC_INTF_PROC=y
57621 -CONFIG_RTC_INTF_DEV=y
57622 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
57623 -# CONFIG_RTC_DRV_TEST is not set
57624 -
57625 -#
57626 -# I2C RTC drivers
57627 -#
57628 -# CONFIG_RTC_DRV_DS1307 is not set
57629 -CONFIG_RTC_DRV_DS1374=y
57630 -# CONFIG_RTC_DRV_DS1672 is not set
57631 -# CONFIG_RTC_DRV_MAX6900 is not set
57632 -# CONFIG_RTC_DRV_RS5C372 is not set
57633 -# CONFIG_RTC_DRV_ISL1208 is not set
57634 -# CONFIG_RTC_DRV_X1205 is not set
57635 -# CONFIG_RTC_DRV_PCF8563 is not set
57636 -# CONFIG_RTC_DRV_PCF8583 is not set
57637 -# CONFIG_RTC_DRV_M41T80 is not set
57638 -# CONFIG_RTC_DRV_S35390A is not set
57639 -
57640 -#
57641 -# SPI RTC drivers
57642 -#
57643 -
57644 -#
57645 -# Platform RTC drivers
57646 -#
57647 -# CONFIG_RTC_DRV_CMOS is not set
57648 -# CONFIG_RTC_DRV_DS1511 is not set
57649 -# CONFIG_RTC_DRV_DS1553 is not set
57650 -# CONFIG_RTC_DRV_DS1742 is not set
57651 -# CONFIG_RTC_DRV_STK17TA8 is not set
57652 -# CONFIG_RTC_DRV_M48T86 is not set
57653 -# CONFIG_RTC_DRV_M48T59 is not set
57654 -# CONFIG_RTC_DRV_V3020 is not set
57655 -
57656 -#
57657 -# on-CPU RTC drivers
57658 -#
57659 -# CONFIG_DMADEVICES is not set
57660 -
57661 -#
57662 -# Userspace I/O
57663 -#
57664 -# CONFIG_UIO is not set
57665 -
57666 -#
57667 -# File systems
57668 -#
57669 -CONFIG_EXT2_FS=y
57670 -# CONFIG_EXT2_FS_XATTR is not set
57671 -# CONFIG_EXT2_FS_XIP is not set
57672 -CONFIG_EXT3_FS=y
57673 -CONFIG_EXT3_FS_XATTR=y
57674 -# CONFIG_EXT3_FS_POSIX_ACL is not set
57675 -# CONFIG_EXT3_FS_SECURITY is not set
57676 -# CONFIG_EXT4DEV_FS is not set
57677 -CONFIG_JBD=y
57678 -CONFIG_FS_MBCACHE=y
57679 -# CONFIG_REISERFS_FS is not set
57680 -# CONFIG_JFS_FS is not set
57681 -# CONFIG_FS_POSIX_ACL is not set
57682 -# CONFIG_XFS_FS is not set
57683 -# CONFIG_GFS2_FS is not set
57684 -# CONFIG_OCFS2_FS is not set
57685 -CONFIG_DNOTIFY=y
57686 -CONFIG_INOTIFY=y
57687 -CONFIG_INOTIFY_USER=y
57688 -# CONFIG_QUOTA is not set
57689 -# CONFIG_AUTOFS_FS is not set
57690 -# CONFIG_AUTOFS4_FS is not set
57691 -# CONFIG_FUSE_FS is not set
57692 -
57693 -#
57694 -# CD-ROM/DVD Filesystems
57695 -#
57696 -# CONFIG_ISO9660_FS is not set
57697 -# CONFIG_UDF_FS is not set
57698 -
57699 -#
57700 -# DOS/FAT/NT Filesystems
57701 -#
57702 -# CONFIG_MSDOS_FS is not set
57703 -# CONFIG_VFAT_FS is not set
57704 -# CONFIG_NTFS_FS is not set
57705 -
57706 -#
57707 -# Pseudo filesystems
57708 -#
57709 -CONFIG_PROC_FS=y
57710 -CONFIG_PROC_KCORE=y
57711 -CONFIG_PROC_SYSCTL=y
57712 -CONFIG_SYSFS=y
57713 -CONFIG_TMPFS=y
57714 -# CONFIG_TMPFS_POSIX_ACL is not set
57715 -# CONFIG_HUGETLB_PAGE is not set
57716 -# CONFIG_CONFIGFS_FS is not set
57717 -
57718 -#
57719 -# Miscellaneous filesystems
57720 -#
57721 -# CONFIG_ADFS_FS is not set
57722 -# CONFIG_AFFS_FS is not set
57723 -# CONFIG_HFS_FS is not set
57724 -# CONFIG_HFSPLUS_FS is not set
57725 -# CONFIG_BEFS_FS is not set
57726 -# CONFIG_BFS_FS is not set
57727 -# CONFIG_EFS_FS is not set
57728 -# CONFIG_CRAMFS is not set
57729 -# CONFIG_VXFS_FS is not set
57730 -# CONFIG_MINIX_FS is not set
57731 -# CONFIG_HPFS_FS is not set
57732 -# CONFIG_QNX4FS_FS is not set
57733 -# CONFIG_ROMFS_FS is not set
57734 -# CONFIG_SYSV_FS is not set
57735 -# CONFIG_UFS_FS is not set
57736 -CONFIG_NETWORK_FILESYSTEMS=y
57737 -CONFIG_NFS_FS=y
57738 -CONFIG_NFS_V3=y
57739 -# CONFIG_NFS_V3_ACL is not set
57740 -CONFIG_NFS_V4=y
57741 -# CONFIG_NFS_DIRECTIO is not set
57742 -# CONFIG_NFSD is not set
57743 -CONFIG_ROOT_NFS=y
57744 -CONFIG_LOCKD=y
57745 -CONFIG_LOCKD_V4=y
57746 -CONFIG_NFS_COMMON=y
57747 -CONFIG_SUNRPC=y
57748 -CONFIG_SUNRPC_GSS=y
57749 -# CONFIG_SUNRPC_BIND34 is not set
57750 -CONFIG_RPCSEC_GSS_KRB5=y
57751 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
57752 -# CONFIG_SMB_FS is not set
57753 -# CONFIG_CIFS is not set
57754 -# CONFIG_NCP_FS is not set
57755 -# CONFIG_CODA_FS is not set
57756 -# CONFIG_AFS_FS is not set
57757 -
57758 -#
57759 -# Partition Types
57760 -#
57761 -CONFIG_PARTITION_ADVANCED=y
57762 -# CONFIG_ACORN_PARTITION is not set
57763 -# CONFIG_OSF_PARTITION is not set
57764 -# CONFIG_AMIGA_PARTITION is not set
57765 -# CONFIG_ATARI_PARTITION is not set
57766 -# CONFIG_MAC_PARTITION is not set
57767 -# CONFIG_MSDOS_PARTITION is not set
57768 -# CONFIG_LDM_PARTITION is not set
57769 -# CONFIG_SGI_PARTITION is not set
57770 -# CONFIG_ULTRIX_PARTITION is not set
57771 -# CONFIG_SUN_PARTITION is not set
57772 -# CONFIG_KARMA_PARTITION is not set
57773 -# CONFIG_EFI_PARTITION is not set
57774 -# CONFIG_SYSV68_PARTITION is not set
57775 -# CONFIG_NLS is not set
57776 -# CONFIG_DLM is not set
57777 -CONFIG_UCC_FAST=y
57778 -CONFIG_UCC=y
57779 -
57780 -#
57781 -# Library routines
57782 -#
57783 -CONFIG_BITREVERSE=y
57784 -# CONFIG_CRC_CCITT is not set
57785 -# CONFIG_CRC16 is not set
57786 -# CONFIG_CRC_ITU_T is not set
57787 -CONFIG_CRC32=y
57788 -# CONFIG_CRC7 is not set
57789 -# CONFIG_LIBCRC32C is not set
57790 -CONFIG_PLIST=y
57791 -CONFIG_HAS_IOMEM=y
57792 -CONFIG_HAS_IOPORT=y
57793 -CONFIG_HAS_DMA=y
57794 -
57795 -#
57796 -# Kernel hacking
57797 -#
57798 -# CONFIG_PRINTK_TIME is not set
57799 -CONFIG_ENABLE_WARN_DEPRECATED=y
57800 -CONFIG_ENABLE_MUST_CHECK=y
57801 -# CONFIG_MAGIC_SYSRQ is not set
57802 -# CONFIG_UNUSED_SYMBOLS is not set
57803 -# CONFIG_DEBUG_FS is not set
57804 -# CONFIG_HEADERS_CHECK is not set
57805 -# CONFIG_DEBUG_KERNEL is not set
57806 -# CONFIG_SLUB_DEBUG_ON is not set
57807 -# CONFIG_SLUB_STATS is not set
57808 -# CONFIG_DEBUG_BUGVERBOSE is not set
57809 -# CONFIG_SAMPLES is not set
57810 -# CONFIG_PPC_EARLY_DEBUG is not set
57811 -
57812 -#
57813 -# Security options
57814 -#
57815 -# CONFIG_KEYS is not set
57816 -# CONFIG_SECURITY is not set
57817 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
57818 -CONFIG_CRYPTO=y
57819 -CONFIG_CRYPTO_ALGAPI=y
57820 -CONFIG_CRYPTO_BLKCIPHER=y
57821 -# CONFIG_CRYPTO_SEQIV is not set
57822 -CONFIG_CRYPTO_MANAGER=y
57823 -# CONFIG_CRYPTO_HMAC is not set
57824 -# CONFIG_CRYPTO_XCBC is not set
57825 -# CONFIG_CRYPTO_NULL is not set
57826 -# CONFIG_CRYPTO_MD4 is not set
57827 -CONFIG_CRYPTO_MD5=y
57828 -# CONFIG_CRYPTO_SHA1 is not set
57829 -# CONFIG_CRYPTO_SHA256 is not set
57830 -# CONFIG_CRYPTO_SHA512 is not set
57831 -# CONFIG_CRYPTO_WP512 is not set
57832 -# CONFIG_CRYPTO_TGR192 is not set
57833 -# CONFIG_CRYPTO_GF128MUL is not set
57834 -CONFIG_CRYPTO_ECB=m
57835 -CONFIG_CRYPTO_CBC=y
57836 -CONFIG_CRYPTO_PCBC=m
57837 -# CONFIG_CRYPTO_LRW is not set
57838 -# CONFIG_CRYPTO_XTS is not set
57839 -# CONFIG_CRYPTO_CTR is not set
57840 -# CONFIG_CRYPTO_GCM is not set
57841 -# CONFIG_CRYPTO_CCM is not set
57842 -# CONFIG_CRYPTO_CRYPTD is not set
57843 -CONFIG_CRYPTO_DES=y
57844 -# CONFIG_CRYPTO_FCRYPT is not set
57845 -# CONFIG_CRYPTO_BLOWFISH is not set
57846 -# CONFIG_CRYPTO_TWOFISH is not set
57847 -# CONFIG_CRYPTO_SERPENT is not set
57848 -# CONFIG_CRYPTO_AES is not set
57849 -# CONFIG_CRYPTO_CAST5 is not set
57850 -# CONFIG_CRYPTO_CAST6 is not set
57851 -# CONFIG_CRYPTO_TEA is not set
57852 -# CONFIG_CRYPTO_ARC4 is not set
57853 -# CONFIG_CRYPTO_KHAZAD is not set
57854 -# CONFIG_CRYPTO_ANUBIS is not set
57855 -# CONFIG_CRYPTO_SEED is not set
57856 -# CONFIG_CRYPTO_SALSA20 is not set
57857 -# CONFIG_CRYPTO_DEFLATE is not set
57858 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
57859 -# CONFIG_CRYPTO_CRC32C is not set
57860 -# CONFIG_CRYPTO_CAMELLIA is not set
57861 -# CONFIG_CRYPTO_TEST is not set
57862 -# CONFIG_CRYPTO_AUTHENC is not set
57863 -# CONFIG_CRYPTO_LZO is not set
57864 -CONFIG_CRYPTO_HW=y
57865 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
57866 -# CONFIG_PPC_CLOCK is not set
57867 -CONFIG_PPC_LIB_RHEAP=y
57868 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc832x_rdb_defconfig powerpc.git/arch/powerpc/configs/mpc832x_rdb_defconfig
57869 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc832x_rdb_defconfig 2008-04-11 22:32:29.000000000 +0200
57870 +++ powerpc.git/arch/powerpc/configs/mpc832x_rdb_defconfig 1970-01-01 01:00:00.000000000 +0100
57871 @@ -1,1233 +0,0 @@
57872 -#
57873 -# Automatically generated make config: don't edit
57874 -# Linux kernel version: 2.6.25-rc6
57875 -# Mon Mar 24 08:48:16 2008
57876 -#
57877 -# CONFIG_PPC64 is not set
57878 -
57879 -#
57880 -# Processor support
57881 -#
57882 -CONFIG_6xx=y
57883 -# CONFIG_PPC_85xx is not set
57884 -# CONFIG_PPC_8xx is not set
57885 -# CONFIG_40x is not set
57886 -# CONFIG_44x is not set
57887 -# CONFIG_E200 is not set
57888 -CONFIG_PPC_FPU=y
57889 -# CONFIG_FSL_EMB_PERFMON is not set
57890 -CONFIG_PPC_STD_MMU=y
57891 -CONFIG_PPC_STD_MMU_32=y
57892 -# CONFIG_PPC_MM_SLICES is not set
57893 -# CONFIG_SMP is not set
57894 -CONFIG_PPC32=y
57895 -CONFIG_WORD_SIZE=32
57896 -CONFIG_PPC_MERGE=y
57897 -CONFIG_MMU=y
57898 -CONFIG_GENERIC_CMOS_UPDATE=y
57899 -CONFIG_GENERIC_TIME=y
57900 -CONFIG_GENERIC_TIME_VSYSCALL=y
57901 -CONFIG_GENERIC_CLOCKEVENTS=y
57902 -CONFIG_GENERIC_HARDIRQS=y
57903 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
57904 -CONFIG_IRQ_PER_CPU=y
57905 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
57906 -CONFIG_ARCH_HAS_ILOG2_U32=y
57907 -CONFIG_GENERIC_HWEIGHT=y
57908 -CONFIG_GENERIC_CALIBRATE_DELAY=y
57909 -CONFIG_GENERIC_FIND_NEXT_BIT=y
57910 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
57911 -CONFIG_PPC=y
57912 -CONFIG_EARLY_PRINTK=y
57913 -CONFIG_GENERIC_NVRAM=y
57914 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
57915 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
57916 -CONFIG_PPC_OF=y
57917 -CONFIG_OF=y
57918 -CONFIG_PPC_UDBG_16550=y
57919 -# CONFIG_GENERIC_TBSYNC is not set
57920 -CONFIG_AUDIT_ARCH=y
57921 -CONFIG_GENERIC_BUG=y
57922 -CONFIG_DEFAULT_UIMAGE=y
57923 -# CONFIG_PPC_DCR_NATIVE is not set
57924 -# CONFIG_PPC_DCR_MMIO is not set
57925 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
57926 -
57927 -#
57928 -# General setup
57929 -#
57930 -CONFIG_EXPERIMENTAL=y
57931 -CONFIG_BROKEN_ON_SMP=y
57932 -CONFIG_INIT_ENV_ARG_LIMIT=32
57933 -CONFIG_LOCALVERSION=""
57934 -CONFIG_LOCALVERSION_AUTO=y
57935 -CONFIG_SWAP=y
57936 -CONFIG_SYSVIPC=y
57937 -CONFIG_SYSVIPC_SYSCTL=y
57938 -# CONFIG_POSIX_MQUEUE is not set
57939 -# CONFIG_BSD_PROCESS_ACCT is not set
57940 -# CONFIG_TASKSTATS is not set
57941 -# CONFIG_AUDIT is not set
57942 -# CONFIG_IKCONFIG is not set
57943 -CONFIG_LOG_BUF_SHIFT=14
57944 -# CONFIG_CGROUPS is not set
57945 -CONFIG_GROUP_SCHED=y
57946 -# CONFIG_FAIR_GROUP_SCHED is not set
57947 -# CONFIG_RT_GROUP_SCHED is not set
57948 -CONFIG_USER_SCHED=y
57949 -# CONFIG_CGROUP_SCHED is not set
57950 -CONFIG_SYSFS_DEPRECATED=y
57951 -CONFIG_SYSFS_DEPRECATED_V2=y
57952 -# CONFIG_RELAY is not set
57953 -# CONFIG_NAMESPACES is not set
57954 -CONFIG_BLK_DEV_INITRD=y
57955 -CONFIG_INITRAMFS_SOURCE=""
57956 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
57957 -CONFIG_SYSCTL=y
57958 -CONFIG_EMBEDDED=y
57959 -CONFIG_SYSCTL_SYSCALL=y
57960 -# CONFIG_KALLSYMS is not set
57961 -CONFIG_HOTPLUG=y
57962 -CONFIG_PRINTK=y
57963 -CONFIG_BUG=y
57964 -CONFIG_ELF_CORE=y
57965 -CONFIG_COMPAT_BRK=y
57966 -CONFIG_BASE_FULL=y
57967 -CONFIG_FUTEX=y
57968 -CONFIG_ANON_INODES=y
57969 -# CONFIG_EPOLL is not set
57970 -CONFIG_SIGNALFD=y
57971 -CONFIG_TIMERFD=y
57972 -CONFIG_EVENTFD=y
57973 -CONFIG_SHMEM=y
57974 -CONFIG_VM_EVENT_COUNTERS=y
57975 -CONFIG_SLUB_DEBUG=y
57976 -# CONFIG_SLAB is not set
57977 -CONFIG_SLUB=y
57978 -# CONFIG_SLOB is not set
57979 -# CONFIG_PROFILING is not set
57980 -# CONFIG_MARKERS is not set
57981 -CONFIG_HAVE_OPROFILE=y
57982 -CONFIG_HAVE_KPROBES=y
57983 -CONFIG_HAVE_KRETPROBES=y
57984 -CONFIG_PROC_PAGE_MONITOR=y
57985 -CONFIG_SLABINFO=y
57986 -CONFIG_RT_MUTEXES=y
57987 -# CONFIG_TINY_SHMEM is not set
57988 -CONFIG_BASE_SMALL=0
57989 -CONFIG_MODULES=y
57990 -CONFIG_MODULE_UNLOAD=y
57991 -# CONFIG_MODULE_FORCE_UNLOAD is not set
57992 -# CONFIG_MODVERSIONS is not set
57993 -# CONFIG_MODULE_SRCVERSION_ALL is not set
57994 -# CONFIG_KMOD is not set
57995 -CONFIG_BLOCK=y
57996 -# CONFIG_LBD is not set
57997 -# CONFIG_BLK_DEV_IO_TRACE is not set
57998 -# CONFIG_LSF is not set
57999 -# CONFIG_BLK_DEV_BSG is not set
58000 -
58001 -#
58002 -# IO Schedulers
58003 -#
58004 -CONFIG_IOSCHED_NOOP=y
58005 -CONFIG_IOSCHED_AS=y
58006 -CONFIG_IOSCHED_DEADLINE=y
58007 -CONFIG_IOSCHED_CFQ=y
58008 -CONFIG_DEFAULT_AS=y
58009 -# CONFIG_DEFAULT_DEADLINE is not set
58010 -# CONFIG_DEFAULT_CFQ is not set
58011 -# CONFIG_DEFAULT_NOOP is not set
58012 -CONFIG_DEFAULT_IOSCHED="anticipatory"
58013 -CONFIG_CLASSIC_RCU=y
58014 -
58015 -#
58016 -# Platform support
58017 -#
58018 -# CONFIG_PPC_MULTIPLATFORM is not set
58019 -# CONFIG_PPC_82xx is not set
58020 -CONFIG_PPC_83xx=y
58021 -# CONFIG_PPC_86xx is not set
58022 -# CONFIG_PPC_MPC512x is not set
58023 -# CONFIG_PPC_MPC5121 is not set
58024 -# CONFIG_PPC_CELL is not set
58025 -# CONFIG_PPC_CELL_NATIVE is not set
58026 -# CONFIG_PQ2ADS is not set
58027 -CONFIG_MPC83xx=y
58028 -# CONFIG_MPC831x_RDB is not set
58029 -# CONFIG_MPC832x_MDS is not set
58030 -CONFIG_MPC832x_RDB=y
58031 -# CONFIG_MPC834x_MDS is not set
58032 -# CONFIG_MPC834x_ITX is not set
58033 -# CONFIG_MPC836x_MDS is not set
58034 -# CONFIG_MPC837x_MDS is not set
58035 -# CONFIG_MPC837x_RDB is not set
58036 -# CONFIG_SBC834x is not set
58037 -CONFIG_PPC_MPC832x=y
58038 -CONFIG_IPIC=y
58039 -# CONFIG_MPIC is not set
58040 -# CONFIG_MPIC_WEIRD is not set
58041 -# CONFIG_PPC_I8259 is not set
58042 -# CONFIG_PPC_RTAS is not set
58043 -# CONFIG_MMIO_NVRAM is not set
58044 -# CONFIG_PPC_MPC106 is not set
58045 -# CONFIG_PPC_970_NAP is not set
58046 -# CONFIG_PPC_INDIRECT_IO is not set
58047 -# CONFIG_GENERIC_IOMAP is not set
58048 -# CONFIG_CPU_FREQ is not set
58049 -CONFIG_QUICC_ENGINE=y
58050 -# CONFIG_FSL_ULI1575 is not set
58051 -
58052 -#
58053 -# Kernel options
58054 -#
58055 -# CONFIG_HIGHMEM is not set
58056 -CONFIG_TICK_ONESHOT=y
58057 -CONFIG_NO_HZ=y
58058 -CONFIG_HIGH_RES_TIMERS=y
58059 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
58060 -# CONFIG_HZ_100 is not set
58061 -CONFIG_HZ_250=y
58062 -# CONFIG_HZ_300 is not set
58063 -# CONFIG_HZ_1000 is not set
58064 -CONFIG_HZ=250
58065 -# CONFIG_SCHED_HRTICK is not set
58066 -CONFIG_PREEMPT_NONE=y
58067 -# CONFIG_PREEMPT_VOLUNTARY is not set
58068 -# CONFIG_PREEMPT is not set
58069 -CONFIG_BINFMT_ELF=y
58070 -# CONFIG_BINFMT_MISC is not set
58071 -CONFIG_MATH_EMULATION=y
58072 -# CONFIG_IOMMU_HELPER is not set
58073 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
58074 -CONFIG_ARCH_HAS_WALK_MEMORY=y
58075 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
58076 -CONFIG_ARCH_FLATMEM_ENABLE=y
58077 -CONFIG_ARCH_POPULATES_NODE_MAP=y
58078 -CONFIG_SELECT_MEMORY_MODEL=y
58079 -CONFIG_FLATMEM_MANUAL=y
58080 -# CONFIG_DISCONTIGMEM_MANUAL is not set
58081 -# CONFIG_SPARSEMEM_MANUAL is not set
58082 -CONFIG_FLATMEM=y
58083 -CONFIG_FLAT_NODE_MEM_MAP=y
58084 -# CONFIG_SPARSEMEM_STATIC is not set
58085 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
58086 -CONFIG_SPLIT_PTLOCK_CPUS=4
58087 -# CONFIG_RESOURCES_64BIT is not set
58088 -CONFIG_ZONE_DMA_FLAG=1
58089 -CONFIG_BOUNCE=y
58090 -CONFIG_VIRT_TO_BUS=y
58091 -CONFIG_PROC_DEVICETREE=y
58092 -# CONFIG_CMDLINE_BOOL is not set
58093 -# CONFIG_PM is not set
58094 -CONFIG_SECCOMP=y
58095 -CONFIG_ISA_DMA_API=y
58096 -
58097 -#
58098 -# Bus options
58099 -#
58100 -CONFIG_ZONE_DMA=y
58101 -CONFIG_GENERIC_ISA_DMA=y
58102 -CONFIG_PPC_INDIRECT_PCI=y
58103 -CONFIG_FSL_SOC=y
58104 -CONFIG_PCI=y
58105 -CONFIG_PCI_DOMAINS=y
58106 -CONFIG_PCI_SYSCALL=y
58107 -# CONFIG_PCIEPORTBUS is not set
58108 -CONFIG_ARCH_SUPPORTS_MSI=y
58109 -# CONFIG_PCI_MSI is not set
58110 -CONFIG_PCI_LEGACY=y
58111 -# CONFIG_PCCARD is not set
58112 -# CONFIG_HOTPLUG_PCI is not set
58113 -
58114 -#
58115 -# Advanced setup
58116 -#
58117 -# CONFIG_ADVANCED_OPTIONS is not set
58118 -
58119 -#
58120 -# Default settings for advanced configuration options are used
58121 -#
58122 -CONFIG_HIGHMEM_START=0xfe000000
58123 -CONFIG_LOWMEM_SIZE=0x30000000
58124 -CONFIG_KERNEL_START=0xc0000000
58125 -CONFIG_TASK_SIZE=0xc0000000
58126 -CONFIG_BOOT_LOAD=0x00800000
58127 -
58128 -#
58129 -# Networking
58130 -#
58131 -CONFIG_NET=y
58132 -
58133 -#
58134 -# Networking options
58135 -#
58136 -CONFIG_PACKET=y
58137 -# CONFIG_PACKET_MMAP is not set
58138 -CONFIG_UNIX=y
58139 -CONFIG_XFRM=y
58140 -# CONFIG_XFRM_USER is not set
58141 -# CONFIG_XFRM_SUB_POLICY is not set
58142 -# CONFIG_XFRM_MIGRATE is not set
58143 -# CONFIG_XFRM_STATISTICS is not set
58144 -# CONFIG_NET_KEY is not set
58145 -CONFIG_INET=y
58146 -CONFIG_IP_MULTICAST=y
58147 -# CONFIG_IP_ADVANCED_ROUTER is not set
58148 -CONFIG_IP_FIB_HASH=y
58149 -CONFIG_IP_PNP=y
58150 -CONFIG_IP_PNP_DHCP=y
58151 -CONFIG_IP_PNP_BOOTP=y
58152 -# CONFIG_IP_PNP_RARP is not set
58153 -# CONFIG_NET_IPIP is not set
58154 -# CONFIG_NET_IPGRE is not set
58155 -# CONFIG_IP_MROUTE is not set
58156 -# CONFIG_ARPD is not set
58157 -CONFIG_SYN_COOKIES=y
58158 -# CONFIG_INET_AH is not set
58159 -# CONFIG_INET_ESP is not set
58160 -# CONFIG_INET_IPCOMP is not set
58161 -# CONFIG_INET_XFRM_TUNNEL is not set
58162 -# CONFIG_INET_TUNNEL is not set
58163 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
58164 -CONFIG_INET_XFRM_MODE_TUNNEL=y
58165 -CONFIG_INET_XFRM_MODE_BEET=y
58166 -# CONFIG_INET_LRO is not set
58167 -CONFIG_INET_DIAG=y
58168 -CONFIG_INET_TCP_DIAG=y
58169 -# CONFIG_TCP_CONG_ADVANCED is not set
58170 -CONFIG_TCP_CONG_CUBIC=y
58171 -CONFIG_DEFAULT_TCP_CONG="cubic"
58172 -# CONFIG_TCP_MD5SIG is not set
58173 -# CONFIG_IPV6 is not set
58174 -# CONFIG_INET6_XFRM_TUNNEL is not set
58175 -# CONFIG_INET6_TUNNEL is not set
58176 -# CONFIG_NETWORK_SECMARK is not set
58177 -# CONFIG_NETFILTER is not set
58178 -# CONFIG_IP_DCCP is not set
58179 -# CONFIG_IP_SCTP is not set
58180 -# CONFIG_TIPC is not set
58181 -# CONFIG_ATM is not set
58182 -# CONFIG_BRIDGE is not set
58183 -# CONFIG_VLAN_8021Q is not set
58184 -# CONFIG_DECNET is not set
58185 -# CONFIG_LLC2 is not set
58186 -# CONFIG_IPX is not set
58187 -# CONFIG_ATALK is not set
58188 -# CONFIG_X25 is not set
58189 -# CONFIG_LAPB is not set
58190 -# CONFIG_ECONET is not set
58191 -# CONFIG_WAN_ROUTER is not set
58192 -# CONFIG_NET_SCHED is not set
58193 -
58194 -#
58195 -# Network testing
58196 -#
58197 -# CONFIG_NET_PKTGEN is not set
58198 -# CONFIG_HAMRADIO is not set
58199 -# CONFIG_CAN is not set
58200 -# CONFIG_IRDA is not set
58201 -# CONFIG_BT is not set
58202 -# CONFIG_AF_RXRPC is not set
58203 -
58204 -#
58205 -# Wireless
58206 -#
58207 -# CONFIG_CFG80211 is not set
58208 -# CONFIG_WIRELESS_EXT is not set
58209 -# CONFIG_MAC80211 is not set
58210 -# CONFIG_IEEE80211 is not set
58211 -# CONFIG_RFKILL is not set
58212 -# CONFIG_NET_9P is not set
58213 -
58214 -#
58215 -# Device Drivers
58216 -#
58217 -
58218 -#
58219 -# Generic Driver Options
58220 -#
58221 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
58222 -CONFIG_STANDALONE=y
58223 -CONFIG_PREVENT_FIRMWARE_BUILD=y
58224 -# CONFIG_FW_LOADER is not set
58225 -# CONFIG_SYS_HYPERVISOR is not set
58226 -# CONFIG_CONNECTOR is not set
58227 -# CONFIG_MTD is not set
58228 -CONFIG_OF_DEVICE=y
58229 -# CONFIG_PARPORT is not set
58230 -CONFIG_BLK_DEV=y
58231 -# CONFIG_BLK_DEV_FD is not set
58232 -# CONFIG_BLK_CPQ_DA is not set
58233 -# CONFIG_BLK_CPQ_CISS_DA is not set
58234 -# CONFIG_BLK_DEV_DAC960 is not set
58235 -# CONFIG_BLK_DEV_UMEM is not set
58236 -# CONFIG_BLK_DEV_COW_COMMON is not set
58237 -CONFIG_BLK_DEV_LOOP=y
58238 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
58239 -# CONFIG_BLK_DEV_NBD is not set
58240 -# CONFIG_BLK_DEV_SX8 is not set
58241 -# CONFIG_BLK_DEV_UB is not set
58242 -CONFIG_BLK_DEV_RAM=y
58243 -CONFIG_BLK_DEV_RAM_COUNT=16
58244 -CONFIG_BLK_DEV_RAM_SIZE=32768
58245 -# CONFIG_BLK_DEV_XIP is not set
58246 -# CONFIG_CDROM_PKTCDVD is not set
58247 -# CONFIG_ATA_OVER_ETH is not set
58248 -CONFIG_MISC_DEVICES=y
58249 -# CONFIG_PHANTOM is not set
58250 -# CONFIG_EEPROM_93CX6 is not set
58251 -# CONFIG_SGI_IOC4 is not set
58252 -# CONFIG_TIFM_CORE is not set
58253 -# CONFIG_ENCLOSURE_SERVICES is not set
58254 -CONFIG_HAVE_IDE=y
58255 -# CONFIG_IDE is not set
58256 -
58257 -#
58258 -# SCSI device support
58259 -#
58260 -# CONFIG_RAID_ATTRS is not set
58261 -CONFIG_SCSI=y
58262 -CONFIG_SCSI_DMA=y
58263 -# CONFIG_SCSI_TGT is not set
58264 -# CONFIG_SCSI_NETLINK is not set
58265 -CONFIG_SCSI_PROC_FS=y
58266 -
58267 -#
58268 -# SCSI support type (disk, tape, CD-ROM)
58269 -#
58270 -CONFIG_BLK_DEV_SD=y
58271 -# CONFIG_CHR_DEV_ST is not set
58272 -# CONFIG_CHR_DEV_OSST is not set
58273 -# CONFIG_BLK_DEV_SR is not set
58274 -# CONFIG_CHR_DEV_SG is not set
58275 -# CONFIG_CHR_DEV_SCH is not set
58276 -
58277 -#
58278 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
58279 -#
58280 -# CONFIG_SCSI_MULTI_LUN is not set
58281 -# CONFIG_SCSI_CONSTANTS is not set
58282 -# CONFIG_SCSI_LOGGING is not set
58283 -# CONFIG_SCSI_SCAN_ASYNC is not set
58284 -CONFIG_SCSI_WAIT_SCAN=m
58285 -
58286 -#
58287 -# SCSI Transports
58288 -#
58289 -# CONFIG_SCSI_SPI_ATTRS is not set
58290 -# CONFIG_SCSI_FC_ATTRS is not set
58291 -# CONFIG_SCSI_ISCSI_ATTRS is not set
58292 -# CONFIG_SCSI_SAS_LIBSAS is not set
58293 -# CONFIG_SCSI_SRP_ATTRS is not set
58294 -CONFIG_SCSI_LOWLEVEL=y
58295 -# CONFIG_ISCSI_TCP is not set
58296 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
58297 -# CONFIG_SCSI_3W_9XXX is not set
58298 -# CONFIG_SCSI_ACARD is not set
58299 -# CONFIG_SCSI_AACRAID is not set
58300 -# CONFIG_SCSI_AIC7XXX is not set
58301 -# CONFIG_SCSI_AIC7XXX_OLD is not set
58302 -# CONFIG_SCSI_AIC79XX is not set
58303 -# CONFIG_SCSI_AIC94XX is not set
58304 -# CONFIG_SCSI_DPT_I2O is not set
58305 -# CONFIG_SCSI_ADVANSYS is not set
58306 -# CONFIG_SCSI_ARCMSR is not set
58307 -# CONFIG_MEGARAID_NEWGEN is not set
58308 -# CONFIG_MEGARAID_LEGACY is not set
58309 -# CONFIG_MEGARAID_SAS is not set
58310 -# CONFIG_SCSI_HPTIOP is not set
58311 -# CONFIG_SCSI_BUSLOGIC is not set
58312 -# CONFIG_SCSI_DMX3191D is not set
58313 -# CONFIG_SCSI_EATA is not set
58314 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
58315 -# CONFIG_SCSI_GDTH is not set
58316 -# CONFIG_SCSI_IPS is not set
58317 -# CONFIG_SCSI_INITIO is not set
58318 -# CONFIG_SCSI_INIA100 is not set
58319 -# CONFIG_SCSI_MVSAS is not set
58320 -# CONFIG_SCSI_STEX is not set
58321 -# CONFIG_SCSI_SYM53C8XX_2 is not set
58322 -# CONFIG_SCSI_QLOGIC_1280 is not set
58323 -# CONFIG_SCSI_QLA_FC is not set
58324 -# CONFIG_SCSI_QLA_ISCSI is not set
58325 -# CONFIG_SCSI_LPFC is not set
58326 -# CONFIG_SCSI_DC395x is not set
58327 -# CONFIG_SCSI_DC390T is not set
58328 -# CONFIG_SCSI_NSP32 is not set
58329 -# CONFIG_SCSI_DEBUG is not set
58330 -# CONFIG_SCSI_SRP is not set
58331 -# CONFIG_ATA is not set
58332 -# CONFIG_MD is not set
58333 -# CONFIG_FUSION is not set
58334 -
58335 -#
58336 -# IEEE 1394 (FireWire) support
58337 -#
58338 -# CONFIG_FIREWIRE is not set
58339 -# CONFIG_IEEE1394 is not set
58340 -# CONFIG_I2O is not set
58341 -# CONFIG_MACINTOSH_DRIVERS is not set
58342 -CONFIG_NETDEVICES=y
58343 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
58344 -# CONFIG_DUMMY is not set
58345 -# CONFIG_BONDING is not set
58346 -# CONFIG_MACVLAN is not set
58347 -# CONFIG_EQUALIZER is not set
58348 -# CONFIG_TUN is not set
58349 -# CONFIG_VETH is not set
58350 -# CONFIG_ARCNET is not set
58351 -CONFIG_PHYLIB=y
58352 -
58353 -#
58354 -# MII PHY device drivers
58355 -#
58356 -# CONFIG_MARVELL_PHY is not set
58357 -# CONFIG_DAVICOM_PHY is not set
58358 -# CONFIG_QSEMI_PHY is not set
58359 -# CONFIG_LXT_PHY is not set
58360 -# CONFIG_CICADA_PHY is not set
58361 -# CONFIG_VITESSE_PHY is not set
58362 -# CONFIG_SMSC_PHY is not set
58363 -# CONFIG_BROADCOM_PHY is not set
58364 -CONFIG_ICPLUS_PHY=y
58365 -# CONFIG_REALTEK_PHY is not set
58366 -# CONFIG_FIXED_PHY is not set
58367 -# CONFIG_MDIO_BITBANG is not set
58368 -CONFIG_NET_ETHERNET=y
58369 -CONFIG_MII=y
58370 -# CONFIG_HAPPYMEAL is not set
58371 -# CONFIG_SUNGEM is not set
58372 -# CONFIG_CASSINI is not set
58373 -# CONFIG_NET_VENDOR_3COM is not set
58374 -# CONFIG_ENC28J60 is not set
58375 -# CONFIG_NET_TULIP is not set
58376 -# CONFIG_HP100 is not set
58377 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
58378 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
58379 -# CONFIG_IBM_NEW_EMAC_TAH is not set
58380 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
58381 -# CONFIG_NET_PCI is not set
58382 -# CONFIG_B44 is not set
58383 -CONFIG_NETDEV_1000=y
58384 -# CONFIG_ACENIC is not set
58385 -# CONFIG_DL2K is not set
58386 -CONFIG_E1000=y
58387 -# CONFIG_E1000_NAPI is not set
58388 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
58389 -# CONFIG_E1000E is not set
58390 -# CONFIG_E1000E_ENABLED is not set
58391 -# CONFIG_IP1000 is not set
58392 -# CONFIG_IGB is not set
58393 -# CONFIG_NS83820 is not set
58394 -# CONFIG_HAMACHI is not set
58395 -# CONFIG_YELLOWFIN is not set
58396 -# CONFIG_R8169 is not set
58397 -# CONFIG_SIS190 is not set
58398 -# CONFIG_SKGE is not set
58399 -# CONFIG_SKY2 is not set
58400 -# CONFIG_SK98LIN is not set
58401 -# CONFIG_VIA_VELOCITY is not set
58402 -# CONFIG_TIGON3 is not set
58403 -# CONFIG_BNX2 is not set
58404 -# CONFIG_GIANFAR is not set
58405 -CONFIG_UCC_GETH=y
58406 -CONFIG_UGETH_NAPI=y
58407 -# CONFIG_UGETH_MAGIC_PACKET is not set
58408 -# CONFIG_UGETH_FILTERING is not set
58409 -# CONFIG_UGETH_TX_ON_DEMAND is not set
58410 -# CONFIG_QLA3XXX is not set
58411 -# CONFIG_ATL1 is not set
58412 -CONFIG_NETDEV_10000=y
58413 -# CONFIG_CHELSIO_T1 is not set
58414 -# CONFIG_CHELSIO_T3 is not set
58415 -# CONFIG_IXGBE is not set
58416 -# CONFIG_IXGB is not set
58417 -# CONFIG_S2IO is not set
58418 -# CONFIG_MYRI10GE is not set
58419 -# CONFIG_NETXEN_NIC is not set
58420 -# CONFIG_NIU is not set
58421 -# CONFIG_MLX4_CORE is not set
58422 -# CONFIG_TEHUTI is not set
58423 -# CONFIG_BNX2X is not set
58424 -# CONFIG_TR is not set
58425 -
58426 -#
58427 -# Wireless LAN
58428 -#
58429 -# CONFIG_WLAN_PRE80211 is not set
58430 -# CONFIG_WLAN_80211 is not set
58431 -
58432 -#
58433 -# USB Network Adapters
58434 -#
58435 -# CONFIG_USB_CATC is not set
58436 -# CONFIG_USB_KAWETH is not set
58437 -# CONFIG_USB_PEGASUS is not set
58438 -# CONFIG_USB_RTL8150 is not set
58439 -# CONFIG_USB_USBNET is not set
58440 -# CONFIG_WAN is not set
58441 -# CONFIG_FDDI is not set
58442 -# CONFIG_HIPPI is not set
58443 -# CONFIG_PPP is not set
58444 -# CONFIG_SLIP is not set
58445 -# CONFIG_NET_FC is not set
58446 -# CONFIG_NETCONSOLE is not set
58447 -# CONFIG_NETPOLL is not set
58448 -# CONFIG_NET_POLL_CONTROLLER is not set
58449 -# CONFIG_ISDN is not set
58450 -# CONFIG_PHONE is not set
58451 -
58452 -#
58453 -# Input device support
58454 -#
58455 -CONFIG_INPUT=y
58456 -# CONFIG_INPUT_FF_MEMLESS is not set
58457 -# CONFIG_INPUT_POLLDEV is not set
58458 -
58459 -#
58460 -# Userland interfaces
58461 -#
58462 -# CONFIG_INPUT_MOUSEDEV is not set
58463 -# CONFIG_INPUT_JOYDEV is not set
58464 -# CONFIG_INPUT_EVDEV is not set
58465 -# CONFIG_INPUT_EVBUG is not set
58466 -
58467 -#
58468 -# Input Device Drivers
58469 -#
58470 -# CONFIG_INPUT_KEYBOARD is not set
58471 -# CONFIG_INPUT_MOUSE is not set
58472 -# CONFIG_INPUT_JOYSTICK is not set
58473 -# CONFIG_INPUT_TABLET is not set
58474 -# CONFIG_INPUT_TOUCHSCREEN is not set
58475 -# CONFIG_INPUT_MISC is not set
58476 -
58477 -#
58478 -# Hardware I/O ports
58479 -#
58480 -# CONFIG_SERIO is not set
58481 -# CONFIG_GAMEPORT is not set
58482 -
58483 -#
58484 -# Character devices
58485 -#
58486 -# CONFIG_VT is not set
58487 -# CONFIG_SERIAL_NONSTANDARD is not set
58488 -# CONFIG_NOZOMI is not set
58489 -
58490 -#
58491 -# Serial drivers
58492 -#
58493 -CONFIG_SERIAL_8250=y
58494 -CONFIG_SERIAL_8250_CONSOLE=y
58495 -CONFIG_SERIAL_8250_PCI=y
58496 -CONFIG_SERIAL_8250_NR_UARTS=4
58497 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
58498 -# CONFIG_SERIAL_8250_EXTENDED is not set
58499 -
58500 -#
58501 -# Non-8250 serial port support
58502 -#
58503 -# CONFIG_SERIAL_UARTLITE is not set
58504 -CONFIG_SERIAL_CORE=y
58505 -CONFIG_SERIAL_CORE_CONSOLE=y
58506 -# CONFIG_SERIAL_JSM is not set
58507 -# CONFIG_SERIAL_OF_PLATFORM is not set
58508 -# CONFIG_SERIAL_QE is not set
58509 -CONFIG_UNIX98_PTYS=y
58510 -CONFIG_LEGACY_PTYS=y
58511 -CONFIG_LEGACY_PTY_COUNT=256
58512 -# CONFIG_IPMI_HANDLER is not set
58513 -CONFIG_HW_RANDOM=y
58514 -# CONFIG_NVRAM is not set
58515 -CONFIG_GEN_RTC=y
58516 -# CONFIG_GEN_RTC_X is not set
58517 -# CONFIG_R3964 is not set
58518 -# CONFIG_APPLICOM is not set
58519 -# CONFIG_RAW_DRIVER is not set
58520 -# CONFIG_TCG_TPM is not set
58521 -CONFIG_DEVPORT=y
58522 -CONFIG_I2C=y
58523 -CONFIG_I2C_BOARDINFO=y
58524 -CONFIG_I2C_CHARDEV=y
58525 -
58526 -#
58527 -# I2C Algorithms
58528 -#
58529 -# CONFIG_I2C_ALGOBIT is not set
58530 -# CONFIG_I2C_ALGOPCF is not set
58531 -# CONFIG_I2C_ALGOPCA is not set
58532 -
58533 -#
58534 -# I2C Hardware Bus support
58535 -#
58536 -# CONFIG_I2C_ALI1535 is not set
58537 -# CONFIG_I2C_ALI1563 is not set
58538 -# CONFIG_I2C_ALI15X3 is not set
58539 -# CONFIG_I2C_AMD756 is not set
58540 -# CONFIG_I2C_AMD8111 is not set
58541 -# CONFIG_I2C_I801 is not set
58542 -# CONFIG_I2C_I810 is not set
58543 -# CONFIG_I2C_PIIX4 is not set
58544 -CONFIG_I2C_MPC=y
58545 -# CONFIG_I2C_NFORCE2 is not set
58546 -# CONFIG_I2C_OCORES is not set
58547 -# CONFIG_I2C_PARPORT_LIGHT is not set
58548 -# CONFIG_I2C_PROSAVAGE is not set
58549 -# CONFIG_I2C_SAVAGE4 is not set
58550 -# CONFIG_I2C_SIMTEC is not set
58551 -# CONFIG_I2C_SIS5595 is not set
58552 -# CONFIG_I2C_SIS630 is not set
58553 -# CONFIG_I2C_SIS96X is not set
58554 -# CONFIG_I2C_TAOS_EVM is not set
58555 -# CONFIG_I2C_STUB is not set
58556 -# CONFIG_I2C_TINY_USB is not set
58557 -# CONFIG_I2C_VIA is not set
58558 -# CONFIG_I2C_VIAPRO is not set
58559 -# CONFIG_I2C_VOODOO3 is not set
58560 -
58561 -#
58562 -# Miscellaneous I2C Chip support
58563 -#
58564 -# CONFIG_DS1682 is not set
58565 -# CONFIG_SENSORS_EEPROM is not set
58566 -# CONFIG_SENSORS_PCF8574 is not set
58567 -# CONFIG_PCF8575 is not set
58568 -# CONFIG_SENSORS_PCF8591 is not set
58569 -# CONFIG_TPS65010 is not set
58570 -# CONFIG_SENSORS_MAX6875 is not set
58571 -# CONFIG_SENSORS_TSL2550 is not set
58572 -# CONFIG_I2C_DEBUG_CORE is not set
58573 -# CONFIG_I2C_DEBUG_ALGO is not set
58574 -# CONFIG_I2C_DEBUG_BUS is not set
58575 -# CONFIG_I2C_DEBUG_CHIP is not set
58576 -
58577 -#
58578 -# SPI support
58579 -#
58580 -CONFIG_SPI=y
58581 -CONFIG_SPI_MASTER=y
58582 -
58583 -#
58584 -# SPI Master Controller Drivers
58585 -#
58586 -CONFIG_SPI_BITBANG=y
58587 -CONFIG_SPI_MPC83xx=y
58588 -
58589 -#
58590 -# SPI Protocol Masters
58591 -#
58592 -# CONFIG_SPI_AT25 is not set
58593 -# CONFIG_SPI_SPIDEV is not set
58594 -# CONFIG_SPI_TLE62X0 is not set
58595 -# CONFIG_W1 is not set
58596 -# CONFIG_POWER_SUPPLY is not set
58597 -CONFIG_HWMON=y
58598 -# CONFIG_HWMON_VID is not set
58599 -# CONFIG_SENSORS_AD7418 is not set
58600 -# CONFIG_SENSORS_ADM1021 is not set
58601 -# CONFIG_SENSORS_ADM1025 is not set
58602 -# CONFIG_SENSORS_ADM1026 is not set
58603 -# CONFIG_SENSORS_ADM1029 is not set
58604 -# CONFIG_SENSORS_ADM1031 is not set
58605 -# CONFIG_SENSORS_ADM9240 is not set
58606 -# CONFIG_SENSORS_ADT7470 is not set
58607 -# CONFIG_SENSORS_ADT7473 is not set
58608 -# CONFIG_SENSORS_ATXP1 is not set
58609 -# CONFIG_SENSORS_DS1621 is not set
58610 -# CONFIG_SENSORS_I5K_AMB is not set
58611 -# CONFIG_SENSORS_F71805F is not set
58612 -# CONFIG_SENSORS_F71882FG is not set
58613 -# CONFIG_SENSORS_F75375S is not set
58614 -# CONFIG_SENSORS_GL518SM is not set
58615 -# CONFIG_SENSORS_GL520SM is not set
58616 -# CONFIG_SENSORS_IT87 is not set
58617 -# CONFIG_SENSORS_LM63 is not set
58618 -# CONFIG_SENSORS_LM70 is not set
58619 -# CONFIG_SENSORS_LM75 is not set
58620 -# CONFIG_SENSORS_LM77 is not set
58621 -# CONFIG_SENSORS_LM78 is not set
58622 -# CONFIG_SENSORS_LM80 is not set
58623 -# CONFIG_SENSORS_LM83 is not set
58624 -# CONFIG_SENSORS_LM85 is not set
58625 -# CONFIG_SENSORS_LM87 is not set
58626 -# CONFIG_SENSORS_LM90 is not set
58627 -# CONFIG_SENSORS_LM92 is not set
58628 -# CONFIG_SENSORS_LM93 is not set
58629 -# CONFIG_SENSORS_MAX1619 is not set
58630 -# CONFIG_SENSORS_MAX6650 is not set
58631 -# CONFIG_SENSORS_PC87360 is not set
58632 -# CONFIG_SENSORS_PC87427 is not set
58633 -# CONFIG_SENSORS_SIS5595 is not set
58634 -# CONFIG_SENSORS_DME1737 is not set
58635 -# CONFIG_SENSORS_SMSC47M1 is not set
58636 -# CONFIG_SENSORS_SMSC47M192 is not set
58637 -# CONFIG_SENSORS_SMSC47B397 is not set
58638 -# CONFIG_SENSORS_ADS7828 is not set
58639 -# CONFIG_SENSORS_THMC50 is not set
58640 -# CONFIG_SENSORS_VIA686A is not set
58641 -# CONFIG_SENSORS_VT1211 is not set
58642 -# CONFIG_SENSORS_VT8231 is not set
58643 -# CONFIG_SENSORS_W83781D is not set
58644 -# CONFIG_SENSORS_W83791D is not set
58645 -# CONFIG_SENSORS_W83792D is not set
58646 -# CONFIG_SENSORS_W83793 is not set
58647 -# CONFIG_SENSORS_W83L785TS is not set
58648 -# CONFIG_SENSORS_W83L786NG is not set
58649 -# CONFIG_SENSORS_W83627HF is not set
58650 -# CONFIG_SENSORS_W83627EHF is not set
58651 -# CONFIG_HWMON_DEBUG_CHIP is not set
58652 -# CONFIG_THERMAL is not set
58653 -CONFIG_WATCHDOG=y
58654 -# CONFIG_WATCHDOG_NOWAYOUT is not set
58655 -
58656 -#
58657 -# Watchdog Device Drivers
58658 -#
58659 -# CONFIG_SOFT_WATCHDOG is not set
58660 -CONFIG_83xx_WDT=y
58661 -
58662 -#
58663 -# PCI-based Watchdog Cards
58664 -#
58665 -# CONFIG_PCIPCWATCHDOG is not set
58666 -# CONFIG_WDTPCI is not set
58667 -
58668 -#
58669 -# USB-based Watchdog Cards
58670 -#
58671 -# CONFIG_USBPCWATCHDOG is not set
58672 -
58673 -#
58674 -# Sonics Silicon Backplane
58675 -#
58676 -CONFIG_SSB_POSSIBLE=y
58677 -# CONFIG_SSB is not set
58678 -
58679 -#
58680 -# Multifunction device drivers
58681 -#
58682 -# CONFIG_MFD_SM501 is not set
58683 -
58684 -#
58685 -# Multimedia devices
58686 -#
58687 -# CONFIG_VIDEO_DEV is not set
58688 -# CONFIG_DVB_CORE is not set
58689 -CONFIG_DAB=y
58690 -# CONFIG_USB_DABUSB is not set
58691 -
58692 -#
58693 -# Graphics support
58694 -#
58695 -# CONFIG_AGP is not set
58696 -# CONFIG_DRM is not set
58697 -# CONFIG_VGASTATE is not set
58698 -CONFIG_VIDEO_OUTPUT_CONTROL=m
58699 -# CONFIG_FB is not set
58700 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
58701 -
58702 -#
58703 -# Display device support
58704 -#
58705 -# CONFIG_DISPLAY_SUPPORT is not set
58706 -
58707 -#
58708 -# Sound
58709 -#
58710 -# CONFIG_SOUND is not set
58711 -CONFIG_HID_SUPPORT=y
58712 -CONFIG_HID=y
58713 -# CONFIG_HID_DEBUG is not set
58714 -# CONFIG_HIDRAW is not set
58715 -
58716 -#
58717 -# USB Input Devices
58718 -#
58719 -# CONFIG_USB_HID is not set
58720 -
58721 -#
58722 -# USB HID Boot Protocol drivers
58723 -#
58724 -# CONFIG_USB_KBD is not set
58725 -# CONFIG_USB_MOUSE is not set
58726 -CONFIG_USB_SUPPORT=y
58727 -CONFIG_USB_ARCH_HAS_HCD=y
58728 -CONFIG_USB_ARCH_HAS_OHCI=y
58729 -CONFIG_USB_ARCH_HAS_EHCI=y
58730 -CONFIG_USB=y
58731 -# CONFIG_USB_DEBUG is not set
58732 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
58733 -
58734 -#
58735 -# Miscellaneous USB options
58736 -#
58737 -CONFIG_USB_DEVICEFS=y
58738 -CONFIG_USB_DEVICE_CLASS=y
58739 -# CONFIG_USB_DYNAMIC_MINORS is not set
58740 -# CONFIG_USB_OTG is not set
58741 -
58742 -#
58743 -# USB Host Controller Drivers
58744 -#
58745 -CONFIG_USB_EHCI_HCD=y
58746 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
58747 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
58748 -# CONFIG_USB_EHCI_FSL is not set
58749 -CONFIG_USB_EHCI_HCD_PPC_OF=y
58750 -# CONFIG_USB_ISP116X_HCD is not set
58751 -CONFIG_USB_OHCI_HCD=y
58752 -CONFIG_USB_OHCI_HCD_PPC_OF=y
58753 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
58754 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
58755 -CONFIG_USB_OHCI_HCD_PCI=y
58756 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
58757 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
58758 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
58759 -# CONFIG_USB_UHCI_HCD is not set
58760 -# CONFIG_USB_SL811_HCD is not set
58761 -# CONFIG_USB_R8A66597_HCD is not set
58762 -
58763 -#
58764 -# USB Device Class drivers
58765 -#
58766 -# CONFIG_USB_ACM is not set
58767 -# CONFIG_USB_PRINTER is not set
58768 -
58769 -#
58770 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
58771 -#
58772 -
58773 -#
58774 -# may also be needed; see USB_STORAGE Help for more information
58775 -#
58776 -CONFIG_USB_STORAGE=y
58777 -# CONFIG_USB_STORAGE_DEBUG is not set
58778 -# CONFIG_USB_STORAGE_DATAFAB is not set
58779 -# CONFIG_USB_STORAGE_FREECOM is not set
58780 -# CONFIG_USB_STORAGE_ISD200 is not set
58781 -# CONFIG_USB_STORAGE_DPCM is not set
58782 -# CONFIG_USB_STORAGE_USBAT is not set
58783 -# CONFIG_USB_STORAGE_SDDR09 is not set
58784 -# CONFIG_USB_STORAGE_SDDR55 is not set
58785 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
58786 -# CONFIG_USB_STORAGE_ALAUDA is not set
58787 -# CONFIG_USB_STORAGE_KARMA is not set
58788 -# CONFIG_USB_LIBUSUAL is not set
58789 -
58790 -#
58791 -# USB Imaging devices
58792 -#
58793 -# CONFIG_USB_MDC800 is not set
58794 -# CONFIG_USB_MICROTEK is not set
58795 -CONFIG_USB_MON=y
58796 -
58797 -#
58798 -# USB port drivers
58799 -#
58800 -# CONFIG_USB_SERIAL is not set
58801 -
58802 -#
58803 -# USB Miscellaneous drivers
58804 -#
58805 -# CONFIG_USB_EMI62 is not set
58806 -# CONFIG_USB_EMI26 is not set
58807 -# CONFIG_USB_ADUTUX is not set
58808 -# CONFIG_USB_AUERSWALD is not set
58809 -# CONFIG_USB_RIO500 is not set
58810 -# CONFIG_USB_LEGOTOWER is not set
58811 -# CONFIG_USB_LCD is not set
58812 -# CONFIG_USB_BERRY_CHARGE is not set
58813 -# CONFIG_USB_LED is not set
58814 -# CONFIG_USB_CYPRESS_CY7C63 is not set
58815 -# CONFIG_USB_CYTHERM is not set
58816 -# CONFIG_USB_PHIDGET is not set
58817 -# CONFIG_USB_IDMOUSE is not set
58818 -# CONFIG_USB_FTDI_ELAN is not set
58819 -# CONFIG_USB_APPLEDISPLAY is not set
58820 -# CONFIG_USB_SISUSBVGA is not set
58821 -# CONFIG_USB_LD is not set
58822 -# CONFIG_USB_TRANCEVIBRATOR is not set
58823 -# CONFIG_USB_IOWARRIOR is not set
58824 -# CONFIG_USB_TEST is not set
58825 -# CONFIG_USB_GADGET is not set
58826 -CONFIG_MMC=y
58827 -# CONFIG_MMC_DEBUG is not set
58828 -# CONFIG_MMC_UNSAFE_RESUME is not set
58829 -
58830 -#
58831 -# MMC/SD Card Drivers
58832 -#
58833 -CONFIG_MMC_BLOCK=y
58834 -CONFIG_MMC_BLOCK_BOUNCE=y
58835 -# CONFIG_SDIO_UART is not set
58836 -
58837 -#
58838 -# MMC/SD Host Controller Drivers
58839 -#
58840 -# CONFIG_MMC_SDHCI is not set
58841 -# CONFIG_MMC_WBSD is not set
58842 -# CONFIG_MMC_TIFM_SD is not set
58843 -CONFIG_MMC_SPI=y
58844 -# CONFIG_MEMSTICK is not set
58845 -# CONFIG_NEW_LEDS is not set
58846 -# CONFIG_INFINIBAND is not set
58847 -# CONFIG_EDAC is not set
58848 -# CONFIG_RTC_CLASS is not set
58849 -# CONFIG_DMADEVICES is not set
58850 -
58851 -#
58852 -# Userspace I/O
58853 -#
58854 -# CONFIG_UIO is not set
58855 -
58856 -#
58857 -# File systems
58858 -#
58859 -CONFIG_EXT2_FS=y
58860 -# CONFIG_EXT2_FS_XATTR is not set
58861 -# CONFIG_EXT2_FS_XIP is not set
58862 -CONFIG_EXT3_FS=y
58863 -CONFIG_EXT3_FS_XATTR=y
58864 -# CONFIG_EXT3_FS_POSIX_ACL is not set
58865 -# CONFIG_EXT3_FS_SECURITY is not set
58866 -# CONFIG_EXT4DEV_FS is not set
58867 -CONFIG_JBD=y
58868 -CONFIG_FS_MBCACHE=y
58869 -# CONFIG_REISERFS_FS is not set
58870 -# CONFIG_JFS_FS is not set
58871 -# CONFIG_FS_POSIX_ACL is not set
58872 -# CONFIG_XFS_FS is not set
58873 -# CONFIG_GFS2_FS is not set
58874 -# CONFIG_OCFS2_FS is not set
58875 -CONFIG_DNOTIFY=y
58876 -CONFIG_INOTIFY=y
58877 -CONFIG_INOTIFY_USER=y
58878 -# CONFIG_QUOTA is not set
58879 -# CONFIG_AUTOFS_FS is not set
58880 -# CONFIG_AUTOFS4_FS is not set
58881 -# CONFIG_FUSE_FS is not set
58882 -
58883 -#
58884 -# CD-ROM/DVD Filesystems
58885 -#
58886 -# CONFIG_ISO9660_FS is not set
58887 -# CONFIG_UDF_FS is not set
58888 -
58889 -#
58890 -# DOS/FAT/NT Filesystems
58891 -#
58892 -CONFIG_FAT_FS=y
58893 -CONFIG_MSDOS_FS=y
58894 -CONFIG_VFAT_FS=y
58895 -CONFIG_FAT_DEFAULT_CODEPAGE=437
58896 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
58897 -# CONFIG_NTFS_FS is not set
58898 -
58899 -#
58900 -# Pseudo filesystems
58901 -#
58902 -CONFIG_PROC_FS=y
58903 -CONFIG_PROC_KCORE=y
58904 -CONFIG_PROC_SYSCTL=y
58905 -CONFIG_SYSFS=y
58906 -CONFIG_TMPFS=y
58907 -# CONFIG_TMPFS_POSIX_ACL is not set
58908 -# CONFIG_HUGETLB_PAGE is not set
58909 -# CONFIG_CONFIGFS_FS is not set
58910 -
58911 -#
58912 -# Miscellaneous filesystems
58913 -#
58914 -# CONFIG_ADFS_FS is not set
58915 -# CONFIG_AFFS_FS is not set
58916 -# CONFIG_HFS_FS is not set
58917 -# CONFIG_HFSPLUS_FS is not set
58918 -# CONFIG_BEFS_FS is not set
58919 -# CONFIG_BFS_FS is not set
58920 -# CONFIG_EFS_FS is not set
58921 -# CONFIG_CRAMFS is not set
58922 -# CONFIG_VXFS_FS is not set
58923 -# CONFIG_MINIX_FS is not set
58924 -# CONFIG_HPFS_FS is not set
58925 -# CONFIG_QNX4FS_FS is not set
58926 -# CONFIG_ROMFS_FS is not set
58927 -# CONFIG_SYSV_FS is not set
58928 -# CONFIG_UFS_FS is not set
58929 -CONFIG_NETWORK_FILESYSTEMS=y
58930 -CONFIG_NFS_FS=y
58931 -CONFIG_NFS_V3=y
58932 -# CONFIG_NFS_V3_ACL is not set
58933 -CONFIG_NFS_V4=y
58934 -# CONFIG_NFS_DIRECTIO is not set
58935 -# CONFIG_NFSD is not set
58936 -CONFIG_ROOT_NFS=y
58937 -CONFIG_LOCKD=y
58938 -CONFIG_LOCKD_V4=y
58939 -CONFIG_NFS_COMMON=y
58940 -CONFIG_SUNRPC=y
58941 -CONFIG_SUNRPC_GSS=y
58942 -# CONFIG_SUNRPC_BIND34 is not set
58943 -CONFIG_RPCSEC_GSS_KRB5=y
58944 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
58945 -# CONFIG_SMB_FS is not set
58946 -# CONFIG_CIFS is not set
58947 -# CONFIG_NCP_FS is not set
58948 -# CONFIG_CODA_FS is not set
58949 -# CONFIG_AFS_FS is not set
58950 -
58951 -#
58952 -# Partition Types
58953 -#
58954 -CONFIG_PARTITION_ADVANCED=y
58955 -# CONFIG_ACORN_PARTITION is not set
58956 -# CONFIG_OSF_PARTITION is not set
58957 -# CONFIG_AMIGA_PARTITION is not set
58958 -# CONFIG_ATARI_PARTITION is not set
58959 -# CONFIG_MAC_PARTITION is not set
58960 -CONFIG_MSDOS_PARTITION=y
58961 -# CONFIG_BSD_DISKLABEL is not set
58962 -# CONFIG_MINIX_SUBPARTITION is not set
58963 -# CONFIG_SOLARIS_X86_PARTITION is not set
58964 -# CONFIG_UNIXWARE_DISKLABEL is not set
58965 -CONFIG_LDM_PARTITION=y
58966 -# CONFIG_LDM_DEBUG is not set
58967 -# CONFIG_SGI_PARTITION is not set
58968 -# CONFIG_ULTRIX_PARTITION is not set
58969 -# CONFIG_SUN_PARTITION is not set
58970 -# CONFIG_KARMA_PARTITION is not set
58971 -# CONFIG_EFI_PARTITION is not set
58972 -# CONFIG_SYSV68_PARTITION is not set
58973 -CONFIG_NLS=y
58974 -CONFIG_NLS_DEFAULT="iso8859-1"
58975 -CONFIG_NLS_CODEPAGE_437=y
58976 -# CONFIG_NLS_CODEPAGE_737 is not set
58977 -# CONFIG_NLS_CODEPAGE_775 is not set
58978 -# CONFIG_NLS_CODEPAGE_850 is not set
58979 -# CONFIG_NLS_CODEPAGE_852 is not set
58980 -# CONFIG_NLS_CODEPAGE_855 is not set
58981 -# CONFIG_NLS_CODEPAGE_857 is not set
58982 -# CONFIG_NLS_CODEPAGE_860 is not set
58983 -# CONFIG_NLS_CODEPAGE_861 is not set
58984 -# CONFIG_NLS_CODEPAGE_862 is not set
58985 -# CONFIG_NLS_CODEPAGE_863 is not set
58986 -# CONFIG_NLS_CODEPAGE_864 is not set
58987 -# CONFIG_NLS_CODEPAGE_865 is not set
58988 -# CONFIG_NLS_CODEPAGE_866 is not set
58989 -# CONFIG_NLS_CODEPAGE_869 is not set
58990 -# CONFIG_NLS_CODEPAGE_936 is not set
58991 -# CONFIG_NLS_CODEPAGE_950 is not set
58992 -CONFIG_NLS_CODEPAGE_932=y
58993 -# CONFIG_NLS_CODEPAGE_949 is not set
58994 -# CONFIG_NLS_CODEPAGE_874 is not set
58995 -CONFIG_NLS_ISO8859_8=y
58996 -# CONFIG_NLS_CODEPAGE_1250 is not set
58997 -# CONFIG_NLS_CODEPAGE_1251 is not set
58998 -# CONFIG_NLS_ASCII is not set
58999 -CONFIG_NLS_ISO8859_1=y
59000 -# CONFIG_NLS_ISO8859_2 is not set
59001 -# CONFIG_NLS_ISO8859_3 is not set
59002 -# CONFIG_NLS_ISO8859_4 is not set
59003 -# CONFIG_NLS_ISO8859_5 is not set
59004 -# CONFIG_NLS_ISO8859_6 is not set
59005 -# CONFIG_NLS_ISO8859_7 is not set
59006 -# CONFIG_NLS_ISO8859_9 is not set
59007 -# CONFIG_NLS_ISO8859_13 is not set
59008 -# CONFIG_NLS_ISO8859_14 is not set
59009 -# CONFIG_NLS_ISO8859_15 is not set
59010 -# CONFIG_NLS_KOI8_R is not set
59011 -# CONFIG_NLS_KOI8_U is not set
59012 -# CONFIG_NLS_UTF8 is not set
59013 -# CONFIG_DLM is not set
59014 -CONFIG_UCC_FAST=y
59015 -CONFIG_UCC=y
59016 -
59017 -#
59018 -# Library routines
59019 -#
59020 -CONFIG_BITREVERSE=y
59021 -# CONFIG_CRC_CCITT is not set
59022 -# CONFIG_CRC16 is not set
59023 -CONFIG_CRC_ITU_T=y
59024 -CONFIG_CRC32=y
59025 -CONFIG_CRC7=y
59026 -# CONFIG_LIBCRC32C is not set
59027 -CONFIG_PLIST=y
59028 -CONFIG_HAS_IOMEM=y
59029 -CONFIG_HAS_IOPORT=y
59030 -CONFIG_HAS_DMA=y
59031 -
59032 -#
59033 -# Kernel hacking
59034 -#
59035 -# CONFIG_PRINTK_TIME is not set
59036 -CONFIG_ENABLE_WARN_DEPRECATED=y
59037 -CONFIG_ENABLE_MUST_CHECK=y
59038 -# CONFIG_MAGIC_SYSRQ is not set
59039 -# CONFIG_UNUSED_SYMBOLS is not set
59040 -# CONFIG_DEBUG_FS is not set
59041 -# CONFIG_HEADERS_CHECK is not set
59042 -# CONFIG_DEBUG_KERNEL is not set
59043 -# CONFIG_SLUB_DEBUG_ON is not set
59044 -# CONFIG_SLUB_STATS is not set
59045 -# CONFIG_DEBUG_BUGVERBOSE is not set
59046 -# CONFIG_SAMPLES is not set
59047 -# CONFIG_PPC_EARLY_DEBUG is not set
59048 -
59049 -#
59050 -# Security options
59051 -#
59052 -# CONFIG_KEYS is not set
59053 -# CONFIG_SECURITY is not set
59054 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
59055 -CONFIG_CRYPTO=y
59056 -CONFIG_CRYPTO_ALGAPI=y
59057 -CONFIG_CRYPTO_BLKCIPHER=y
59058 -# CONFIG_CRYPTO_SEQIV is not set
59059 -CONFIG_CRYPTO_MANAGER=y
59060 -# CONFIG_CRYPTO_HMAC is not set
59061 -# CONFIG_CRYPTO_XCBC is not set
59062 -# CONFIG_CRYPTO_NULL is not set
59063 -# CONFIG_CRYPTO_MD4 is not set
59064 -CONFIG_CRYPTO_MD5=y
59065 -# CONFIG_CRYPTO_SHA1 is not set
59066 -# CONFIG_CRYPTO_SHA256 is not set
59067 -# CONFIG_CRYPTO_SHA512 is not set
59068 -# CONFIG_CRYPTO_WP512 is not set
59069 -# CONFIG_CRYPTO_TGR192 is not set
59070 -# CONFIG_CRYPTO_GF128MUL is not set
59071 -CONFIG_CRYPTO_ECB=m
59072 -CONFIG_CRYPTO_CBC=y
59073 -CONFIG_CRYPTO_PCBC=m
59074 -# CONFIG_CRYPTO_LRW is not set
59075 -# CONFIG_CRYPTO_XTS is not set
59076 -# CONFIG_CRYPTO_CTR is not set
59077 -# CONFIG_CRYPTO_GCM is not set
59078 -# CONFIG_CRYPTO_CCM is not set
59079 -# CONFIG_CRYPTO_CRYPTD is not set
59080 -CONFIG_CRYPTO_DES=y
59081 -# CONFIG_CRYPTO_FCRYPT is not set
59082 -# CONFIG_CRYPTO_BLOWFISH is not set
59083 -# CONFIG_CRYPTO_TWOFISH is not set
59084 -# CONFIG_CRYPTO_SERPENT is not set
59085 -# CONFIG_CRYPTO_AES is not set
59086 -# CONFIG_CRYPTO_CAST5 is not set
59087 -# CONFIG_CRYPTO_CAST6 is not set
59088 -# CONFIG_CRYPTO_TEA is not set
59089 -# CONFIG_CRYPTO_ARC4 is not set
59090 -# CONFIG_CRYPTO_KHAZAD is not set
59091 -# CONFIG_CRYPTO_ANUBIS is not set
59092 -# CONFIG_CRYPTO_SEED is not set
59093 -# CONFIG_CRYPTO_SALSA20 is not set
59094 -# CONFIG_CRYPTO_DEFLATE is not set
59095 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
59096 -# CONFIG_CRYPTO_CRC32C is not set
59097 -# CONFIG_CRYPTO_CAMELLIA is not set
59098 -# CONFIG_CRYPTO_TEST is not set
59099 -# CONFIG_CRYPTO_AUTHENC is not set
59100 -# CONFIG_CRYPTO_LZO is not set
59101 -CONFIG_CRYPTO_HW=y
59102 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
59103 -# CONFIG_PPC_CLOCK is not set
59104 -CONFIG_PPC_LIB_RHEAP=y
59105 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_itx_defconfig powerpc.git/arch/powerpc/configs/mpc834x_itx_defconfig
59106 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_itx_defconfig 2008-04-11 22:32:29.000000000 +0200
59107 +++ powerpc.git/arch/powerpc/configs/mpc834x_itx_defconfig 1970-01-01 01:00:00.000000000 +0100
59108 @@ -1,1295 +0,0 @@
59109 -#
59110 -# Automatically generated make config: don't edit
59111 -# Linux kernel version: 2.6.25-rc6
59112 -# Mon Mar 24 08:48:17 2008
59113 -#
59114 -# CONFIG_PPC64 is not set
59115 -
59116 -#
59117 -# Processor support
59118 -#
59119 -CONFIG_6xx=y
59120 -# CONFIG_PPC_85xx is not set
59121 -# CONFIG_PPC_8xx is not set
59122 -# CONFIG_40x is not set
59123 -# CONFIG_44x is not set
59124 -# CONFIG_E200 is not set
59125 -CONFIG_PPC_FPU=y
59126 -# CONFIG_FSL_EMB_PERFMON is not set
59127 -CONFIG_PPC_STD_MMU=y
59128 -CONFIG_PPC_STD_MMU_32=y
59129 -# CONFIG_PPC_MM_SLICES is not set
59130 -# CONFIG_SMP is not set
59131 -CONFIG_PPC32=y
59132 -CONFIG_WORD_SIZE=32
59133 -CONFIG_PPC_MERGE=y
59134 -CONFIG_MMU=y
59135 -CONFIG_GENERIC_CMOS_UPDATE=y
59136 -CONFIG_GENERIC_TIME=y
59137 -CONFIG_GENERIC_TIME_VSYSCALL=y
59138 -CONFIG_GENERIC_CLOCKEVENTS=y
59139 -CONFIG_GENERIC_HARDIRQS=y
59140 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
59141 -CONFIG_IRQ_PER_CPU=y
59142 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
59143 -CONFIG_ARCH_HAS_ILOG2_U32=y
59144 -CONFIG_GENERIC_HWEIGHT=y
59145 -CONFIG_GENERIC_CALIBRATE_DELAY=y
59146 -CONFIG_GENERIC_FIND_NEXT_BIT=y
59147 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
59148 -CONFIG_PPC=y
59149 -CONFIG_EARLY_PRINTK=y
59150 -CONFIG_GENERIC_NVRAM=y
59151 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
59152 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
59153 -CONFIG_PPC_OF=y
59154 -CONFIG_OF=y
59155 -CONFIG_PPC_UDBG_16550=y
59156 -# CONFIG_GENERIC_TBSYNC is not set
59157 -CONFIG_AUDIT_ARCH=y
59158 -CONFIG_GENERIC_BUG=y
59159 -CONFIG_DEFAULT_UIMAGE=y
59160 -# CONFIG_PPC_DCR_NATIVE is not set
59161 -# CONFIG_PPC_DCR_MMIO is not set
59162 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
59163 -
59164 -#
59165 -# General setup
59166 -#
59167 -CONFIG_EXPERIMENTAL=y
59168 -CONFIG_BROKEN_ON_SMP=y
59169 -CONFIG_INIT_ENV_ARG_LIMIT=32
59170 -CONFIG_LOCALVERSION=""
59171 -CONFIG_LOCALVERSION_AUTO=y
59172 -CONFIG_SWAP=y
59173 -CONFIG_SYSVIPC=y
59174 -CONFIG_SYSVIPC_SYSCTL=y
59175 -# CONFIG_POSIX_MQUEUE is not set
59176 -# CONFIG_BSD_PROCESS_ACCT is not set
59177 -# CONFIG_TASKSTATS is not set
59178 -# CONFIG_AUDIT is not set
59179 -# CONFIG_IKCONFIG is not set
59180 -CONFIG_LOG_BUF_SHIFT=14
59181 -# CONFIG_CGROUPS is not set
59182 -CONFIG_GROUP_SCHED=y
59183 -# CONFIG_FAIR_GROUP_SCHED is not set
59184 -# CONFIG_RT_GROUP_SCHED is not set
59185 -CONFIG_USER_SCHED=y
59186 -# CONFIG_CGROUP_SCHED is not set
59187 -CONFIG_SYSFS_DEPRECATED=y
59188 -CONFIG_SYSFS_DEPRECATED_V2=y
59189 -# CONFIG_RELAY is not set
59190 -# CONFIG_NAMESPACES is not set
59191 -CONFIG_BLK_DEV_INITRD=y
59192 -CONFIG_INITRAMFS_SOURCE=""
59193 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
59194 -CONFIG_SYSCTL=y
59195 -CONFIG_EMBEDDED=y
59196 -CONFIG_SYSCTL_SYSCALL=y
59197 -# CONFIG_KALLSYMS is not set
59198 -CONFIG_HOTPLUG=y
59199 -CONFIG_PRINTK=y
59200 -CONFIG_BUG=y
59201 -CONFIG_ELF_CORE=y
59202 -CONFIG_COMPAT_BRK=y
59203 -CONFIG_BASE_FULL=y
59204 -CONFIG_FUTEX=y
59205 -CONFIG_ANON_INODES=y
59206 -# CONFIG_EPOLL is not set
59207 -CONFIG_SIGNALFD=y
59208 -CONFIG_TIMERFD=y
59209 -CONFIG_EVENTFD=y
59210 -CONFIG_SHMEM=y
59211 -CONFIG_VM_EVENT_COUNTERS=y
59212 -CONFIG_SLUB_DEBUG=y
59213 -# CONFIG_SLAB is not set
59214 -CONFIG_SLUB=y
59215 -# CONFIG_SLOB is not set
59216 -# CONFIG_PROFILING is not set
59217 -# CONFIG_MARKERS is not set
59218 -CONFIG_HAVE_OPROFILE=y
59219 -CONFIG_HAVE_KPROBES=y
59220 -CONFIG_HAVE_KRETPROBES=y
59221 -CONFIG_PROC_PAGE_MONITOR=y
59222 -CONFIG_SLABINFO=y
59223 -CONFIG_RT_MUTEXES=y
59224 -# CONFIG_TINY_SHMEM is not set
59225 -CONFIG_BASE_SMALL=0
59226 -CONFIG_MODULES=y
59227 -CONFIG_MODULE_UNLOAD=y
59228 -# CONFIG_MODULE_FORCE_UNLOAD is not set
59229 -# CONFIG_MODVERSIONS is not set
59230 -# CONFIG_MODULE_SRCVERSION_ALL is not set
59231 -# CONFIG_KMOD is not set
59232 -CONFIG_BLOCK=y
59233 -# CONFIG_LBD is not set
59234 -# CONFIG_BLK_DEV_IO_TRACE is not set
59235 -# CONFIG_LSF is not set
59236 -# CONFIG_BLK_DEV_BSG is not set
59237 -
59238 -#
59239 -# IO Schedulers
59240 -#
59241 -CONFIG_IOSCHED_NOOP=y
59242 -CONFIG_IOSCHED_AS=y
59243 -CONFIG_IOSCHED_DEADLINE=y
59244 -CONFIG_IOSCHED_CFQ=y
59245 -CONFIG_DEFAULT_AS=y
59246 -# CONFIG_DEFAULT_DEADLINE is not set
59247 -# CONFIG_DEFAULT_CFQ is not set
59248 -# CONFIG_DEFAULT_NOOP is not set
59249 -CONFIG_DEFAULT_IOSCHED="anticipatory"
59250 -CONFIG_CLASSIC_RCU=y
59251 -
59252 -#
59253 -# Platform support
59254 -#
59255 -# CONFIG_PPC_MULTIPLATFORM is not set
59256 -# CONFIG_PPC_82xx is not set
59257 -CONFIG_PPC_83xx=y
59258 -# CONFIG_PPC_86xx is not set
59259 -# CONFIG_PPC_MPC512x is not set
59260 -# CONFIG_PPC_MPC5121 is not set
59261 -# CONFIG_PPC_CELL is not set
59262 -# CONFIG_PPC_CELL_NATIVE is not set
59263 -# CONFIG_PQ2ADS is not set
59264 -CONFIG_MPC83xx=y
59265 -# CONFIG_MPC831x_RDB is not set
59266 -# CONFIG_MPC832x_MDS is not set
59267 -# CONFIG_MPC832x_RDB is not set
59268 -# CONFIG_MPC834x_MDS is not set
59269 -CONFIG_MPC834x_ITX=y
59270 -# CONFIG_MPC836x_MDS is not set
59271 -# CONFIG_MPC837x_MDS is not set
59272 -# CONFIG_MPC837x_RDB is not set
59273 -# CONFIG_SBC834x is not set
59274 -CONFIG_PPC_MPC834x=y
59275 -CONFIG_IPIC=y
59276 -# CONFIG_MPIC is not set
59277 -# CONFIG_MPIC_WEIRD is not set
59278 -# CONFIG_PPC_I8259 is not set
59279 -# CONFIG_PPC_RTAS is not set
59280 -# CONFIG_MMIO_NVRAM is not set
59281 -# CONFIG_PPC_MPC106 is not set
59282 -# CONFIG_PPC_970_NAP is not set
59283 -# CONFIG_PPC_INDIRECT_IO is not set
59284 -# CONFIG_GENERIC_IOMAP is not set
59285 -# CONFIG_CPU_FREQ is not set
59286 -# CONFIG_FSL_ULI1575 is not set
59287 -
59288 -#
59289 -# Kernel options
59290 -#
59291 -# CONFIG_HIGHMEM is not set
59292 -CONFIG_TICK_ONESHOT=y
59293 -CONFIG_NO_HZ=y
59294 -CONFIG_HIGH_RES_TIMERS=y
59295 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
59296 -# CONFIG_HZ_100 is not set
59297 -CONFIG_HZ_250=y
59298 -# CONFIG_HZ_300 is not set
59299 -# CONFIG_HZ_1000 is not set
59300 -CONFIG_HZ=250
59301 -# CONFIG_SCHED_HRTICK is not set
59302 -CONFIG_PREEMPT_NONE=y
59303 -# CONFIG_PREEMPT_VOLUNTARY is not set
59304 -# CONFIG_PREEMPT is not set
59305 -CONFIG_BINFMT_ELF=y
59306 -# CONFIG_BINFMT_MISC is not set
59307 -# CONFIG_IOMMU_HELPER is not set
59308 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
59309 -CONFIG_ARCH_HAS_WALK_MEMORY=y
59310 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
59311 -CONFIG_ARCH_FLATMEM_ENABLE=y
59312 -CONFIG_ARCH_POPULATES_NODE_MAP=y
59313 -CONFIG_SELECT_MEMORY_MODEL=y
59314 -CONFIG_FLATMEM_MANUAL=y
59315 -# CONFIG_DISCONTIGMEM_MANUAL is not set
59316 -# CONFIG_SPARSEMEM_MANUAL is not set
59317 -CONFIG_FLATMEM=y
59318 -CONFIG_FLAT_NODE_MEM_MAP=y
59319 -# CONFIG_SPARSEMEM_STATIC is not set
59320 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
59321 -CONFIG_SPLIT_PTLOCK_CPUS=4
59322 -# CONFIG_RESOURCES_64BIT is not set
59323 -CONFIG_ZONE_DMA_FLAG=1
59324 -CONFIG_BOUNCE=y
59325 -CONFIG_VIRT_TO_BUS=y
59326 -CONFIG_PROC_DEVICETREE=y
59327 -# CONFIG_CMDLINE_BOOL is not set
59328 -# CONFIG_PM is not set
59329 -CONFIG_SECCOMP=y
59330 -CONFIG_ISA_DMA_API=y
59331 -
59332 -#
59333 -# Bus options
59334 -#
59335 -CONFIG_ZONE_DMA=y
59336 -CONFIG_GENERIC_ISA_DMA=y
59337 -CONFIG_PPC_INDIRECT_PCI=y
59338 -CONFIG_FSL_SOC=y
59339 -CONFIG_PCI=y
59340 -CONFIG_PCI_DOMAINS=y
59341 -CONFIG_PCI_SYSCALL=y
59342 -# CONFIG_PCIEPORTBUS is not set
59343 -CONFIG_ARCH_SUPPORTS_MSI=y
59344 -# CONFIG_PCI_MSI is not set
59345 -CONFIG_PCI_LEGACY=y
59346 -# CONFIG_PCCARD is not set
59347 -# CONFIG_HOTPLUG_PCI is not set
59348 -
59349 -#
59350 -# Advanced setup
59351 -#
59352 -# CONFIG_ADVANCED_OPTIONS is not set
59353 -
59354 -#
59355 -# Default settings for advanced configuration options are used
59356 -#
59357 -CONFIG_HIGHMEM_START=0xfe000000
59358 -CONFIG_LOWMEM_SIZE=0x30000000
59359 -CONFIG_KERNEL_START=0xc0000000
59360 -CONFIG_TASK_SIZE=0xc0000000
59361 -CONFIG_BOOT_LOAD=0x00800000
59362 -
59363 -#
59364 -# Networking
59365 -#
59366 -CONFIG_NET=y
59367 -
59368 -#
59369 -# Networking options
59370 -#
59371 -CONFIG_PACKET=y
59372 -# CONFIG_PACKET_MMAP is not set
59373 -CONFIG_UNIX=y
59374 -CONFIG_XFRM=y
59375 -# CONFIG_XFRM_USER is not set
59376 -# CONFIG_XFRM_SUB_POLICY is not set
59377 -# CONFIG_XFRM_MIGRATE is not set
59378 -# CONFIG_XFRM_STATISTICS is not set
59379 -# CONFIG_NET_KEY is not set
59380 -CONFIG_INET=y
59381 -CONFIG_IP_MULTICAST=y
59382 -# CONFIG_IP_ADVANCED_ROUTER is not set
59383 -CONFIG_IP_FIB_HASH=y
59384 -CONFIG_IP_PNP=y
59385 -CONFIG_IP_PNP_DHCP=y
59386 -CONFIG_IP_PNP_BOOTP=y
59387 -# CONFIG_IP_PNP_RARP is not set
59388 -# CONFIG_NET_IPIP is not set
59389 -# CONFIG_NET_IPGRE is not set
59390 -# CONFIG_IP_MROUTE is not set
59391 -# CONFIG_ARPD is not set
59392 -CONFIG_SYN_COOKIES=y
59393 -# CONFIG_INET_AH is not set
59394 -# CONFIG_INET_ESP is not set
59395 -# CONFIG_INET_IPCOMP is not set
59396 -# CONFIG_INET_XFRM_TUNNEL is not set
59397 -# CONFIG_INET_TUNNEL is not set
59398 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
59399 -CONFIG_INET_XFRM_MODE_TUNNEL=y
59400 -CONFIG_INET_XFRM_MODE_BEET=y
59401 -# CONFIG_INET_LRO is not set
59402 -CONFIG_INET_DIAG=y
59403 -CONFIG_INET_TCP_DIAG=y
59404 -# CONFIG_TCP_CONG_ADVANCED is not set
59405 -CONFIG_TCP_CONG_CUBIC=y
59406 -CONFIG_DEFAULT_TCP_CONG="cubic"
59407 -# CONFIG_TCP_MD5SIG is not set
59408 -# CONFIG_IPV6 is not set
59409 -# CONFIG_INET6_XFRM_TUNNEL is not set
59410 -# CONFIG_INET6_TUNNEL is not set
59411 -# CONFIG_NETWORK_SECMARK is not set
59412 -# CONFIG_NETFILTER is not set
59413 -# CONFIG_IP_DCCP is not set
59414 -# CONFIG_IP_SCTP is not set
59415 -# CONFIG_TIPC is not set
59416 -# CONFIG_ATM is not set
59417 -# CONFIG_BRIDGE is not set
59418 -# CONFIG_VLAN_8021Q is not set
59419 -# CONFIG_DECNET is not set
59420 -# CONFIG_LLC2 is not set
59421 -# CONFIG_IPX is not set
59422 -# CONFIG_ATALK is not set
59423 -# CONFIG_X25 is not set
59424 -# CONFIG_LAPB is not set
59425 -# CONFIG_ECONET is not set
59426 -# CONFIG_WAN_ROUTER is not set
59427 -# CONFIG_NET_SCHED is not set
59428 -
59429 -#
59430 -# Network testing
59431 -#
59432 -# CONFIG_NET_PKTGEN is not set
59433 -# CONFIG_HAMRADIO is not set
59434 -# CONFIG_CAN is not set
59435 -# CONFIG_IRDA is not set
59436 -# CONFIG_BT is not set
59437 -# CONFIG_AF_RXRPC is not set
59438 -
59439 -#
59440 -# Wireless
59441 -#
59442 -# CONFIG_CFG80211 is not set
59443 -# CONFIG_WIRELESS_EXT is not set
59444 -# CONFIG_MAC80211 is not set
59445 -# CONFIG_IEEE80211 is not set
59446 -# CONFIG_RFKILL is not set
59447 -# CONFIG_NET_9P is not set
59448 -
59449 -#
59450 -# Device Drivers
59451 -#
59452 -
59453 -#
59454 -# Generic Driver Options
59455 -#
59456 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
59457 -CONFIG_STANDALONE=y
59458 -CONFIG_PREVENT_FIRMWARE_BUILD=y
59459 -# CONFIG_FW_LOADER is not set
59460 -# CONFIG_SYS_HYPERVISOR is not set
59461 -# CONFIG_CONNECTOR is not set
59462 -CONFIG_MTD=y
59463 -# CONFIG_MTD_DEBUG is not set
59464 -# CONFIG_MTD_CONCAT is not set
59465 -# CONFIG_MTD_PARTITIONS is not set
59466 -
59467 -#
59468 -# User Modules And Translation Layers
59469 -#
59470 -CONFIG_MTD_CHAR=y
59471 -# CONFIG_MTD_BLKDEVS is not set
59472 -# CONFIG_MTD_BLOCK is not set
59473 -# CONFIG_MTD_BLOCK_RO is not set
59474 -# CONFIG_FTL is not set
59475 -# CONFIG_NFTL is not set
59476 -# CONFIG_INFTL is not set
59477 -# CONFIG_RFD_FTL is not set
59478 -# CONFIG_SSFDC is not set
59479 -# CONFIG_MTD_OOPS is not set
59480 -
59481 -#
59482 -# RAM/ROM/Flash chip drivers
59483 -#
59484 -CONFIG_MTD_CFI=y
59485 -# CONFIG_MTD_JEDECPROBE is not set
59486 -CONFIG_MTD_GEN_PROBE=y
59487 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
59488 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
59489 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
59490 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
59491 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
59492 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
59493 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
59494 -CONFIG_MTD_CFI_I1=y
59495 -CONFIG_MTD_CFI_I2=y
59496 -# CONFIG_MTD_CFI_I4 is not set
59497 -# CONFIG_MTD_CFI_I8 is not set
59498 -# CONFIG_MTD_CFI_INTELEXT is not set
59499 -CONFIG_MTD_CFI_AMDSTD=y
59500 -# CONFIG_MTD_CFI_STAA is not set
59501 -CONFIG_MTD_CFI_UTIL=y
59502 -# CONFIG_MTD_RAM is not set
59503 -# CONFIG_MTD_ROM is not set
59504 -# CONFIG_MTD_ABSENT is not set
59505 -
59506 -#
59507 -# Mapping drivers for chip access
59508 -#
59509 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
59510 -CONFIG_MTD_PHYSMAP=y
59511 -CONFIG_MTD_PHYSMAP_START=0xfe000000
59512 -CONFIG_MTD_PHYSMAP_LEN=0x1000000
59513 -CONFIG_MTD_PHYSMAP_BANKWIDTH=2
59514 -# CONFIG_MTD_PHYSMAP_OF is not set
59515 -# CONFIG_MTD_INTEL_VR_NOR is not set
59516 -# CONFIG_MTD_PLATRAM is not set
59517 -
59518 -#
59519 -# Self-contained MTD device drivers
59520 -#
59521 -# CONFIG_MTD_PMC551 is not set
59522 -# CONFIG_MTD_DATAFLASH is not set
59523 -# CONFIG_MTD_M25P80 is not set
59524 -# CONFIG_MTD_SLRAM is not set
59525 -# CONFIG_MTD_PHRAM is not set
59526 -# CONFIG_MTD_MTDRAM is not set
59527 -# CONFIG_MTD_BLOCK2MTD is not set
59528 -
59529 -#
59530 -# Disk-On-Chip Device Drivers
59531 -#
59532 -# CONFIG_MTD_DOC2000 is not set
59533 -# CONFIG_MTD_DOC2001 is not set
59534 -# CONFIG_MTD_DOC2001PLUS is not set
59535 -# CONFIG_MTD_NAND is not set
59536 -# CONFIG_MTD_ONENAND is not set
59537 -
59538 -#
59539 -# UBI - Unsorted block images
59540 -#
59541 -# CONFIG_MTD_UBI is not set
59542 -CONFIG_OF_DEVICE=y
59543 -# CONFIG_PARPORT is not set
59544 -CONFIG_BLK_DEV=y
59545 -# CONFIG_BLK_DEV_FD is not set
59546 -# CONFIG_BLK_CPQ_DA is not set
59547 -# CONFIG_BLK_CPQ_CISS_DA is not set
59548 -# CONFIG_BLK_DEV_DAC960 is not set
59549 -# CONFIG_BLK_DEV_UMEM is not set
59550 -# CONFIG_BLK_DEV_COW_COMMON is not set
59551 -CONFIG_BLK_DEV_LOOP=y
59552 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
59553 -# CONFIG_BLK_DEV_NBD is not set
59554 -# CONFIG_BLK_DEV_SX8 is not set
59555 -# CONFIG_BLK_DEV_UB is not set
59556 -CONFIG_BLK_DEV_RAM=y
59557 -CONFIG_BLK_DEV_RAM_COUNT=16
59558 -CONFIG_BLK_DEV_RAM_SIZE=32768
59559 -# CONFIG_BLK_DEV_XIP is not set
59560 -# CONFIG_CDROM_PKTCDVD is not set
59561 -# CONFIG_ATA_OVER_ETH is not set
59562 -CONFIG_MISC_DEVICES=y
59563 -# CONFIG_PHANTOM is not set
59564 -# CONFIG_EEPROM_93CX6 is not set
59565 -# CONFIG_SGI_IOC4 is not set
59566 -# CONFIG_TIFM_CORE is not set
59567 -# CONFIG_ENCLOSURE_SERVICES is not set
59568 -CONFIG_HAVE_IDE=y
59569 -CONFIG_IDE=y
59570 -CONFIG_IDE_MAX_HWIFS=4
59571 -# CONFIG_BLK_DEV_IDE is not set
59572 -# CONFIG_BLK_DEV_HD_ONLY is not set
59573 -# CONFIG_BLK_DEV_HD is not set
59574 -
59575 -#
59576 -# SCSI device support
59577 -#
59578 -# CONFIG_RAID_ATTRS is not set
59579 -CONFIG_SCSI=y
59580 -CONFIG_SCSI_DMA=y
59581 -# CONFIG_SCSI_TGT is not set
59582 -# CONFIG_SCSI_NETLINK is not set
59583 -CONFIG_SCSI_PROC_FS=y
59584 -
59585 -#
59586 -# SCSI support type (disk, tape, CD-ROM)
59587 -#
59588 -CONFIG_BLK_DEV_SD=y
59589 -# CONFIG_CHR_DEV_ST is not set
59590 -# CONFIG_CHR_DEV_OSST is not set
59591 -# CONFIG_BLK_DEV_SR is not set
59592 -CONFIG_CHR_DEV_SG=y
59593 -# CONFIG_CHR_DEV_SCH is not set
59594 -
59595 -#
59596 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
59597 -#
59598 -# CONFIG_SCSI_MULTI_LUN is not set
59599 -# CONFIG_SCSI_CONSTANTS is not set
59600 -# CONFIG_SCSI_LOGGING is not set
59601 -# CONFIG_SCSI_SCAN_ASYNC is not set
59602 -CONFIG_SCSI_WAIT_SCAN=m
59603 -
59604 -#
59605 -# SCSI Transports
59606 -#
59607 -CONFIG_SCSI_SPI_ATTRS=y
59608 -# CONFIG_SCSI_FC_ATTRS is not set
59609 -# CONFIG_SCSI_ISCSI_ATTRS is not set
59610 -# CONFIG_SCSI_SAS_LIBSAS is not set
59611 -# CONFIG_SCSI_SRP_ATTRS is not set
59612 -CONFIG_SCSI_LOWLEVEL=y
59613 -# CONFIG_ISCSI_TCP is not set
59614 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
59615 -# CONFIG_SCSI_3W_9XXX is not set
59616 -# CONFIG_SCSI_ACARD is not set
59617 -# CONFIG_SCSI_AACRAID is not set
59618 -# CONFIG_SCSI_AIC7XXX is not set
59619 -# CONFIG_SCSI_AIC7XXX_OLD is not set
59620 -# CONFIG_SCSI_AIC79XX is not set
59621 -# CONFIG_SCSI_AIC94XX is not set
59622 -# CONFIG_SCSI_DPT_I2O is not set
59623 -# CONFIG_SCSI_ADVANSYS is not set
59624 -# CONFIG_SCSI_ARCMSR is not set
59625 -# CONFIG_MEGARAID_NEWGEN is not set
59626 -# CONFIG_MEGARAID_LEGACY is not set
59627 -# CONFIG_MEGARAID_SAS is not set
59628 -# CONFIG_SCSI_HPTIOP is not set
59629 -# CONFIG_SCSI_BUSLOGIC is not set
59630 -# CONFIG_SCSI_DMX3191D is not set
59631 -# CONFIG_SCSI_EATA is not set
59632 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
59633 -# CONFIG_SCSI_GDTH is not set
59634 -# CONFIG_SCSI_IPS is not set
59635 -# CONFIG_SCSI_INITIO is not set
59636 -# CONFIG_SCSI_INIA100 is not set
59637 -# CONFIG_SCSI_MVSAS is not set
59638 -# CONFIG_SCSI_STEX is not set
59639 -# CONFIG_SCSI_SYM53C8XX_2 is not set
59640 -# CONFIG_SCSI_IPR is not set
59641 -# CONFIG_SCSI_QLOGIC_1280 is not set
59642 -# CONFIG_SCSI_QLA_FC is not set
59643 -# CONFIG_SCSI_QLA_ISCSI is not set
59644 -# CONFIG_SCSI_LPFC is not set
59645 -# CONFIG_SCSI_DC395x is not set
59646 -# CONFIG_SCSI_DC390T is not set
59647 -# CONFIG_SCSI_NSP32 is not set
59648 -# CONFIG_SCSI_DEBUG is not set
59649 -# CONFIG_SCSI_SRP is not set
59650 -CONFIG_ATA=y
59651 -# CONFIG_ATA_NONSTANDARD is not set
59652 -# CONFIG_SATA_AHCI is not set
59653 -# CONFIG_SATA_SVW is not set
59654 -# CONFIG_ATA_PIIX is not set
59655 -# CONFIG_SATA_MV is not set
59656 -# CONFIG_SATA_NV is not set
59657 -# CONFIG_PDC_ADMA is not set
59658 -# CONFIG_SATA_QSTOR is not set
59659 -# CONFIG_SATA_PROMISE is not set
59660 -# CONFIG_SATA_SX4 is not set
59661 -CONFIG_SATA_SIL=y
59662 -# CONFIG_SATA_SIL24 is not set
59663 -# CONFIG_SATA_SIS is not set
59664 -# CONFIG_SATA_ULI is not set
59665 -# CONFIG_SATA_VIA is not set
59666 -# CONFIG_SATA_VITESSE is not set
59667 -# CONFIG_SATA_INIC162X is not set
59668 -# CONFIG_SATA_FSL is not set
59669 -# CONFIG_PATA_ALI is not set
59670 -# CONFIG_PATA_AMD is not set
59671 -# CONFIG_PATA_ARTOP is not set
59672 -# CONFIG_PATA_ATIIXP is not set
59673 -# CONFIG_PATA_CMD640_PCI is not set
59674 -# CONFIG_PATA_CMD64X is not set
59675 -# CONFIG_PATA_CS5520 is not set
59676 -# CONFIG_PATA_CS5530 is not set
59677 -# CONFIG_PATA_CYPRESS is not set
59678 -# CONFIG_PATA_EFAR is not set
59679 -# CONFIG_ATA_GENERIC is not set
59680 -# CONFIG_PATA_HPT366 is not set
59681 -# CONFIG_PATA_HPT37X is not set
59682 -# CONFIG_PATA_HPT3X2N is not set
59683 -# CONFIG_PATA_HPT3X3 is not set
59684 -# CONFIG_PATA_IT821X is not set
59685 -# CONFIG_PATA_IT8213 is not set
59686 -# CONFIG_PATA_JMICRON is not set
59687 -# CONFIG_PATA_TRIFLEX is not set
59688 -# CONFIG_PATA_MARVELL is not set
59689 -# CONFIG_PATA_MPIIX is not set
59690 -# CONFIG_PATA_OLDPIIX is not set
59691 -# CONFIG_PATA_NETCELL is not set
59692 -# CONFIG_PATA_NINJA32 is not set
59693 -# CONFIG_PATA_NS87410 is not set
59694 -# CONFIG_PATA_NS87415 is not set
59695 -# CONFIG_PATA_OPTI is not set
59696 -# CONFIG_PATA_OPTIDMA is not set
59697 -# CONFIG_PATA_PDC_OLD is not set
59698 -# CONFIG_PATA_RADISYS is not set
59699 -# CONFIG_PATA_RZ1000 is not set
59700 -# CONFIG_PATA_SC1200 is not set
59701 -# CONFIG_PATA_SERVERWORKS is not set
59702 -# CONFIG_PATA_PDC2027X is not set
59703 -# CONFIG_PATA_SIL680 is not set
59704 -# CONFIG_PATA_SIS is not set
59705 -# CONFIG_PATA_VIA is not set
59706 -# CONFIG_PATA_WINBOND is not set
59707 -CONFIG_PATA_PLATFORM=y
59708 -CONFIG_PATA_OF_PLATFORM=y
59709 -CONFIG_MD=y
59710 -CONFIG_BLK_DEV_MD=y
59711 -CONFIG_MD_LINEAR=y
59712 -CONFIG_MD_RAID0=y
59713 -CONFIG_MD_RAID1=y
59714 -# CONFIG_MD_RAID10 is not set
59715 -# CONFIG_MD_RAID456 is not set
59716 -# CONFIG_MD_MULTIPATH is not set
59717 -# CONFIG_MD_FAULTY is not set
59718 -# CONFIG_BLK_DEV_DM is not set
59719 -# CONFIG_FUSION is not set
59720 -
59721 -#
59722 -# IEEE 1394 (FireWire) support
59723 -#
59724 -# CONFIG_FIREWIRE is not set
59725 -# CONFIG_IEEE1394 is not set
59726 -# CONFIG_I2O is not set
59727 -# CONFIG_MACINTOSH_DRIVERS is not set
59728 -CONFIG_NETDEVICES=y
59729 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
59730 -# CONFIG_DUMMY is not set
59731 -# CONFIG_BONDING is not set
59732 -# CONFIG_MACVLAN is not set
59733 -# CONFIG_EQUALIZER is not set
59734 -# CONFIG_TUN is not set
59735 -# CONFIG_VETH is not set
59736 -# CONFIG_ARCNET is not set
59737 -CONFIG_PHYLIB=y
59738 -
59739 -#
59740 -# MII PHY device drivers
59741 -#
59742 -# CONFIG_MARVELL_PHY is not set
59743 -# CONFIG_DAVICOM_PHY is not set
59744 -# CONFIG_QSEMI_PHY is not set
59745 -# CONFIG_LXT_PHY is not set
59746 -CONFIG_CICADA_PHY=y
59747 -# CONFIG_VITESSE_PHY is not set
59748 -# CONFIG_SMSC_PHY is not set
59749 -# CONFIG_BROADCOM_PHY is not set
59750 -# CONFIG_ICPLUS_PHY is not set
59751 -# CONFIG_REALTEK_PHY is not set
59752 -# CONFIG_FIXED_PHY is not set
59753 -# CONFIG_MDIO_BITBANG is not set
59754 -# CONFIG_NET_ETHERNET is not set
59755 -CONFIG_NETDEV_1000=y
59756 -# CONFIG_ACENIC is not set
59757 -# CONFIG_DL2K is not set
59758 -# CONFIG_E1000 is not set
59759 -# CONFIG_E1000E is not set
59760 -# CONFIG_E1000E_ENABLED is not set
59761 -# CONFIG_IP1000 is not set
59762 -# CONFIG_IGB is not set
59763 -# CONFIG_NS83820 is not set
59764 -# CONFIG_HAMACHI is not set
59765 -# CONFIG_YELLOWFIN is not set
59766 -# CONFIG_R8169 is not set
59767 -# CONFIG_SIS190 is not set
59768 -# CONFIG_SKGE is not set
59769 -# CONFIG_SKY2 is not set
59770 -# CONFIG_SK98LIN is not set
59771 -# CONFIG_VIA_VELOCITY is not set
59772 -# CONFIG_TIGON3 is not set
59773 -# CONFIG_BNX2 is not set
59774 -CONFIG_GIANFAR=y
59775 -CONFIG_GFAR_NAPI=y
59776 -# CONFIG_QLA3XXX is not set
59777 -# CONFIG_ATL1 is not set
59778 -CONFIG_NETDEV_10000=y
59779 -# CONFIG_CHELSIO_T1 is not set
59780 -# CONFIG_CHELSIO_T3 is not set
59781 -# CONFIG_IXGBE is not set
59782 -# CONFIG_IXGB is not set
59783 -# CONFIG_S2IO is not set
59784 -# CONFIG_MYRI10GE is not set
59785 -# CONFIG_NETXEN_NIC is not set
59786 -# CONFIG_NIU is not set
59787 -# CONFIG_MLX4_CORE is not set
59788 -# CONFIG_TEHUTI is not set
59789 -# CONFIG_BNX2X is not set
59790 -# CONFIG_TR is not set
59791 -
59792 -#
59793 -# Wireless LAN
59794 -#
59795 -# CONFIG_WLAN_PRE80211 is not set
59796 -# CONFIG_WLAN_80211 is not set
59797 -
59798 -#
59799 -# USB Network Adapters
59800 -#
59801 -# CONFIG_USB_CATC is not set
59802 -# CONFIG_USB_KAWETH is not set
59803 -# CONFIG_USB_PEGASUS is not set
59804 -# CONFIG_USB_RTL8150 is not set
59805 -# CONFIG_USB_USBNET is not set
59806 -# CONFIG_WAN is not set
59807 -# CONFIG_FDDI is not set
59808 -# CONFIG_HIPPI is not set
59809 -# CONFIG_PPP is not set
59810 -# CONFIG_SLIP is not set
59811 -# CONFIG_NET_FC is not set
59812 -# CONFIG_NETCONSOLE is not set
59813 -# CONFIG_NETPOLL is not set
59814 -# CONFIG_NET_POLL_CONTROLLER is not set
59815 -# CONFIG_ISDN is not set
59816 -# CONFIG_PHONE is not set
59817 -
59818 -#
59819 -# Input device support
59820 -#
59821 -# CONFIG_INPUT is not set
59822 -
59823 -#
59824 -# Hardware I/O ports
59825 -#
59826 -# CONFIG_SERIO is not set
59827 -# CONFIG_GAMEPORT is not set
59828 -
59829 -#
59830 -# Character devices
59831 -#
59832 -# CONFIG_VT is not set
59833 -# CONFIG_SERIAL_NONSTANDARD is not set
59834 -# CONFIG_NOZOMI is not set
59835 -
59836 -#
59837 -# Serial drivers
59838 -#
59839 -CONFIG_SERIAL_8250=y
59840 -CONFIG_SERIAL_8250_CONSOLE=y
59841 -# CONFIG_SERIAL_8250_PCI is not set
59842 -CONFIG_SERIAL_8250_NR_UARTS=4
59843 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
59844 -# CONFIG_SERIAL_8250_EXTENDED is not set
59845 -
59846 -#
59847 -# Non-8250 serial port support
59848 -#
59849 -# CONFIG_SERIAL_UARTLITE is not set
59850 -CONFIG_SERIAL_CORE=y
59851 -CONFIG_SERIAL_CORE_CONSOLE=y
59852 -# CONFIG_SERIAL_JSM is not set
59853 -# CONFIG_SERIAL_OF_PLATFORM is not set
59854 -CONFIG_UNIX98_PTYS=y
59855 -CONFIG_LEGACY_PTYS=y
59856 -CONFIG_LEGACY_PTY_COUNT=256
59857 -# CONFIG_IPMI_HANDLER is not set
59858 -CONFIG_HW_RANDOM=y
59859 -# CONFIG_NVRAM is not set
59860 -# CONFIG_GEN_RTC is not set
59861 -# CONFIG_R3964 is not set
59862 -# CONFIG_APPLICOM is not set
59863 -# CONFIG_RAW_DRIVER is not set
59864 -# CONFIG_TCG_TPM is not set
59865 -CONFIG_DEVPORT=y
59866 -CONFIG_I2C=y
59867 -CONFIG_I2C_BOARDINFO=y
59868 -CONFIG_I2C_CHARDEV=y
59869 -
59870 -#
59871 -# I2C Algorithms
59872 -#
59873 -# CONFIG_I2C_ALGOBIT is not set
59874 -# CONFIG_I2C_ALGOPCF is not set
59875 -# CONFIG_I2C_ALGOPCA is not set
59876 -
59877 -#
59878 -# I2C Hardware Bus support
59879 -#
59880 -# CONFIG_I2C_ALI1535 is not set
59881 -# CONFIG_I2C_ALI1563 is not set
59882 -# CONFIG_I2C_ALI15X3 is not set
59883 -# CONFIG_I2C_AMD756 is not set
59884 -# CONFIG_I2C_AMD8111 is not set
59885 -# CONFIG_I2C_I801 is not set
59886 -# CONFIG_I2C_I810 is not set
59887 -# CONFIG_I2C_PIIX4 is not set
59888 -CONFIG_I2C_MPC=y
59889 -# CONFIG_I2C_NFORCE2 is not set
59890 -# CONFIG_I2C_OCORES is not set
59891 -# CONFIG_I2C_PARPORT_LIGHT is not set
59892 -# CONFIG_I2C_PROSAVAGE is not set
59893 -# CONFIG_I2C_SAVAGE4 is not set
59894 -# CONFIG_I2C_SIMTEC is not set
59895 -# CONFIG_I2C_SIS5595 is not set
59896 -# CONFIG_I2C_SIS630 is not set
59897 -# CONFIG_I2C_SIS96X is not set
59898 -# CONFIG_I2C_TAOS_EVM is not set
59899 -# CONFIG_I2C_STUB is not set
59900 -# CONFIG_I2C_TINY_USB is not set
59901 -# CONFIG_I2C_VIA is not set
59902 -# CONFIG_I2C_VIAPRO is not set
59903 -# CONFIG_I2C_VOODOO3 is not set
59904 -
59905 -#
59906 -# Miscellaneous I2C Chip support
59907 -#
59908 -# CONFIG_DS1682 is not set
59909 -# CONFIG_SENSORS_EEPROM is not set
59910 -CONFIG_SENSORS_PCF8574=y
59911 -# CONFIG_PCF8575 is not set
59912 -# CONFIG_SENSORS_PCF8591 is not set
59913 -# CONFIG_TPS65010 is not set
59914 -# CONFIG_SENSORS_MAX6875 is not set
59915 -# CONFIG_SENSORS_TSL2550 is not set
59916 -# CONFIG_I2C_DEBUG_CORE is not set
59917 -# CONFIG_I2C_DEBUG_ALGO is not set
59918 -# CONFIG_I2C_DEBUG_BUS is not set
59919 -# CONFIG_I2C_DEBUG_CHIP is not set
59920 -
59921 -#
59922 -# SPI support
59923 -#
59924 -CONFIG_SPI=y
59925 -CONFIG_SPI_MASTER=y
59926 -
59927 -#
59928 -# SPI Master Controller Drivers
59929 -#
59930 -CONFIG_SPI_BITBANG=y
59931 -CONFIG_SPI_MPC83xx=y
59932 -
59933 -#
59934 -# SPI Protocol Masters
59935 -#
59936 -# CONFIG_SPI_AT25 is not set
59937 -# CONFIG_SPI_SPIDEV is not set
59938 -# CONFIG_SPI_TLE62X0 is not set
59939 -# CONFIG_W1 is not set
59940 -# CONFIG_POWER_SUPPLY is not set
59941 -# CONFIG_HWMON is not set
59942 -# CONFIG_THERMAL is not set
59943 -CONFIG_WATCHDOG=y
59944 -# CONFIG_WATCHDOG_NOWAYOUT is not set
59945 -
59946 -#
59947 -# Watchdog Device Drivers
59948 -#
59949 -# CONFIG_SOFT_WATCHDOG is not set
59950 -CONFIG_83xx_WDT=y
59951 -
59952 -#
59953 -# PCI-based Watchdog Cards
59954 -#
59955 -# CONFIG_PCIPCWATCHDOG is not set
59956 -# CONFIG_WDTPCI is not set
59957 -
59958 -#
59959 -# USB-based Watchdog Cards
59960 -#
59961 -# CONFIG_USBPCWATCHDOG is not set
59962 -
59963 -#
59964 -# Sonics Silicon Backplane
59965 -#
59966 -CONFIG_SSB_POSSIBLE=y
59967 -# CONFIG_SSB is not set
59968 -
59969 -#
59970 -# Multifunction device drivers
59971 -#
59972 -# CONFIG_MFD_SM501 is not set
59973 -
59974 -#
59975 -# Multimedia devices
59976 -#
59977 -# CONFIG_VIDEO_DEV is not set
59978 -# CONFIG_DVB_CORE is not set
59979 -CONFIG_DAB=y
59980 -# CONFIG_USB_DABUSB is not set
59981 -
59982 -#
59983 -# Graphics support
59984 -#
59985 -# CONFIG_AGP is not set
59986 -# CONFIG_DRM is not set
59987 -# CONFIG_VGASTATE is not set
59988 -CONFIG_VIDEO_OUTPUT_CONTROL=m
59989 -# CONFIG_FB is not set
59990 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
59991 -
59992 -#
59993 -# Display device support
59994 -#
59995 -# CONFIG_DISPLAY_SUPPORT is not set
59996 -
59997 -#
59998 -# Sound
59999 -#
60000 -# CONFIG_SOUND is not set
60001 -CONFIG_USB_SUPPORT=y
60002 -CONFIG_USB_ARCH_HAS_HCD=y
60003 -CONFIG_USB_ARCH_HAS_OHCI=y
60004 -CONFIG_USB_ARCH_HAS_EHCI=y
60005 -CONFIG_USB=y
60006 -# CONFIG_USB_DEBUG is not set
60007 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
60008 -
60009 -#
60010 -# Miscellaneous USB options
60011 -#
60012 -CONFIG_USB_DEVICEFS=y
60013 -CONFIG_USB_DEVICE_CLASS=y
60014 -# CONFIG_USB_DYNAMIC_MINORS is not set
60015 -# CONFIG_USB_OTG is not set
60016 -
60017 -#
60018 -# USB Host Controller Drivers
60019 -#
60020 -CONFIG_USB_EHCI_HCD=y
60021 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
60022 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
60023 -CONFIG_USB_EHCI_FSL=y
60024 -CONFIG_USB_EHCI_HCD_PPC_OF=y
60025 -# CONFIG_USB_ISP116X_HCD is not set
60026 -# CONFIG_USB_OHCI_HCD is not set
60027 -CONFIG_USB_UHCI_HCD=y
60028 -# CONFIG_USB_SL811_HCD is not set
60029 -# CONFIG_USB_R8A66597_HCD is not set
60030 -
60031 -#
60032 -# USB Device Class drivers
60033 -#
60034 -# CONFIG_USB_ACM is not set
60035 -# CONFIG_USB_PRINTER is not set
60036 -
60037 -#
60038 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
60039 -#
60040 -
60041 -#
60042 -# may also be needed; see USB_STORAGE Help for more information
60043 -#
60044 -CONFIG_USB_STORAGE=y
60045 -# CONFIG_USB_STORAGE_DEBUG is not set
60046 -# CONFIG_USB_STORAGE_DATAFAB is not set
60047 -# CONFIG_USB_STORAGE_FREECOM is not set
60048 -# CONFIG_USB_STORAGE_ISD200 is not set
60049 -# CONFIG_USB_STORAGE_DPCM is not set
60050 -# CONFIG_USB_STORAGE_USBAT is not set
60051 -# CONFIG_USB_STORAGE_SDDR09 is not set
60052 -# CONFIG_USB_STORAGE_SDDR55 is not set
60053 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
60054 -# CONFIG_USB_STORAGE_ALAUDA is not set
60055 -# CONFIG_USB_STORAGE_KARMA is not set
60056 -# CONFIG_USB_LIBUSUAL is not set
60057 -
60058 -#
60059 -# USB Imaging devices
60060 -#
60061 -# CONFIG_USB_MDC800 is not set
60062 -# CONFIG_USB_MICROTEK is not set
60063 -CONFIG_USB_MON=y
60064 -
60065 -#
60066 -# USB port drivers
60067 -#
60068 -# CONFIG_USB_SERIAL is not set
60069 -
60070 -#
60071 -# USB Miscellaneous drivers
60072 -#
60073 -# CONFIG_USB_EMI62 is not set
60074 -# CONFIG_USB_EMI26 is not set
60075 -# CONFIG_USB_ADUTUX is not set
60076 -# CONFIG_USB_AUERSWALD is not set
60077 -# CONFIG_USB_RIO500 is not set
60078 -# CONFIG_USB_LEGOTOWER is not set
60079 -# CONFIG_USB_LCD is not set
60080 -# CONFIG_USB_BERRY_CHARGE is not set
60081 -# CONFIG_USB_LED is not set
60082 -# CONFIG_USB_CYPRESS_CY7C63 is not set
60083 -# CONFIG_USB_CYTHERM is not set
60084 -# CONFIG_USB_PHIDGET is not set
60085 -# CONFIG_USB_IDMOUSE is not set
60086 -# CONFIG_USB_FTDI_ELAN is not set
60087 -# CONFIG_USB_APPLEDISPLAY is not set
60088 -# CONFIG_USB_SISUSBVGA is not set
60089 -# CONFIG_USB_LD is not set
60090 -# CONFIG_USB_TRANCEVIBRATOR is not set
60091 -# CONFIG_USB_IOWARRIOR is not set
60092 -# CONFIG_USB_TEST is not set
60093 -# CONFIG_USB_GADGET is not set
60094 -# CONFIG_MMC is not set
60095 -# CONFIG_MEMSTICK is not set
60096 -# CONFIG_NEW_LEDS is not set
60097 -# CONFIG_INFINIBAND is not set
60098 -# CONFIG_EDAC is not set
60099 -CONFIG_RTC_LIB=y
60100 -CONFIG_RTC_CLASS=y
60101 -CONFIG_RTC_HCTOSYS=y
60102 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
60103 -# CONFIG_RTC_DEBUG is not set
60104 -
60105 -#
60106 -# RTC interfaces
60107 -#
60108 -CONFIG_RTC_INTF_SYSFS=y
60109 -CONFIG_RTC_INTF_PROC=y
60110 -CONFIG_RTC_INTF_DEV=y
60111 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
60112 -# CONFIG_RTC_DRV_TEST is not set
60113 -
60114 -#
60115 -# I2C RTC drivers
60116 -#
60117 -CONFIG_RTC_DRV_DS1307=y
60118 -# CONFIG_RTC_DRV_DS1374 is not set
60119 -# CONFIG_RTC_DRV_DS1672 is not set
60120 -# CONFIG_RTC_DRV_MAX6900 is not set
60121 -# CONFIG_RTC_DRV_RS5C372 is not set
60122 -# CONFIG_RTC_DRV_ISL1208 is not set
60123 -# CONFIG_RTC_DRV_X1205 is not set
60124 -# CONFIG_RTC_DRV_PCF8563 is not set
60125 -# CONFIG_RTC_DRV_PCF8583 is not set
60126 -# CONFIG_RTC_DRV_M41T80 is not set
60127 -# CONFIG_RTC_DRV_S35390A is not set
60128 -
60129 -#
60130 -# SPI RTC drivers
60131 -#
60132 -# CONFIG_RTC_DRV_MAX6902 is not set
60133 -# CONFIG_RTC_DRV_R9701 is not set
60134 -# CONFIG_RTC_DRV_RS5C348 is not set
60135 -
60136 -#
60137 -# Platform RTC drivers
60138 -#
60139 -# CONFIG_RTC_DRV_CMOS is not set
60140 -# CONFIG_RTC_DRV_DS1511 is not set
60141 -# CONFIG_RTC_DRV_DS1553 is not set
60142 -# CONFIG_RTC_DRV_DS1742 is not set
60143 -# CONFIG_RTC_DRV_STK17TA8 is not set
60144 -# CONFIG_RTC_DRV_M48T86 is not set
60145 -# CONFIG_RTC_DRV_M48T59 is not set
60146 -# CONFIG_RTC_DRV_V3020 is not set
60147 -
60148 -#
60149 -# on-CPU RTC drivers
60150 -#
60151 -# CONFIG_DMADEVICES is not set
60152 -
60153 -#
60154 -# Userspace I/O
60155 -#
60156 -# CONFIG_UIO is not set
60157 -
60158 -#
60159 -# File systems
60160 -#
60161 -CONFIG_EXT2_FS=y
60162 -# CONFIG_EXT2_FS_XATTR is not set
60163 -# CONFIG_EXT2_FS_XIP is not set
60164 -CONFIG_EXT3_FS=y
60165 -CONFIG_EXT3_FS_XATTR=y
60166 -# CONFIG_EXT3_FS_POSIX_ACL is not set
60167 -# CONFIG_EXT3_FS_SECURITY is not set
60168 -# CONFIG_EXT4DEV_FS is not set
60169 -CONFIG_JBD=y
60170 -CONFIG_FS_MBCACHE=y
60171 -# CONFIG_REISERFS_FS is not set
60172 -# CONFIG_JFS_FS is not set
60173 -# CONFIG_FS_POSIX_ACL is not set
60174 -# CONFIG_XFS_FS is not set
60175 -# CONFIG_GFS2_FS is not set
60176 -# CONFIG_OCFS2_FS is not set
60177 -CONFIG_DNOTIFY=y
60178 -CONFIG_INOTIFY=y
60179 -CONFIG_INOTIFY_USER=y
60180 -# CONFIG_QUOTA is not set
60181 -# CONFIG_AUTOFS_FS is not set
60182 -# CONFIG_AUTOFS4_FS is not set
60183 -# CONFIG_FUSE_FS is not set
60184 -
60185 -#
60186 -# CD-ROM/DVD Filesystems
60187 -#
60188 -# CONFIG_ISO9660_FS is not set
60189 -# CONFIG_UDF_FS is not set
60190 -
60191 -#
60192 -# DOS/FAT/NT Filesystems
60193 -#
60194 -CONFIG_FAT_FS=y
60195 -CONFIG_MSDOS_FS=y
60196 -CONFIG_VFAT_FS=y
60197 -CONFIG_FAT_DEFAULT_CODEPAGE=437
60198 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
60199 -# CONFIG_NTFS_FS is not set
60200 -
60201 -#
60202 -# Pseudo filesystems
60203 -#
60204 -CONFIG_PROC_FS=y
60205 -CONFIG_PROC_KCORE=y
60206 -CONFIG_PROC_SYSCTL=y
60207 -CONFIG_SYSFS=y
60208 -CONFIG_TMPFS=y
60209 -# CONFIG_TMPFS_POSIX_ACL is not set
60210 -# CONFIG_HUGETLB_PAGE is not set
60211 -# CONFIG_CONFIGFS_FS is not set
60212 -
60213 -#
60214 -# Miscellaneous filesystems
60215 -#
60216 -# CONFIG_ADFS_FS is not set
60217 -# CONFIG_AFFS_FS is not set
60218 -# CONFIG_HFS_FS is not set
60219 -# CONFIG_HFSPLUS_FS is not set
60220 -# CONFIG_BEFS_FS is not set
60221 -# CONFIG_BFS_FS is not set
60222 -# CONFIG_EFS_FS is not set
60223 -# CONFIG_JFFS2_FS is not set
60224 -# CONFIG_CRAMFS is not set
60225 -# CONFIG_VXFS_FS is not set
60226 -# CONFIG_MINIX_FS is not set
60227 -# CONFIG_HPFS_FS is not set
60228 -# CONFIG_QNX4FS_FS is not set
60229 -# CONFIG_ROMFS_FS is not set
60230 -# CONFIG_SYSV_FS is not set
60231 -# CONFIG_UFS_FS is not set
60232 -CONFIG_NETWORK_FILESYSTEMS=y
60233 -CONFIG_NFS_FS=y
60234 -CONFIG_NFS_V3=y
60235 -# CONFIG_NFS_V3_ACL is not set
60236 -CONFIG_NFS_V4=y
60237 -# CONFIG_NFS_DIRECTIO is not set
60238 -# CONFIG_NFSD is not set
60239 -CONFIG_ROOT_NFS=y
60240 -CONFIG_LOCKD=y
60241 -CONFIG_LOCKD_V4=y
60242 -CONFIG_NFS_COMMON=y
60243 -CONFIG_SUNRPC=y
60244 -CONFIG_SUNRPC_GSS=y
60245 -# CONFIG_SUNRPC_BIND34 is not set
60246 -CONFIG_RPCSEC_GSS_KRB5=y
60247 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
60248 -# CONFIG_SMB_FS is not set
60249 -# CONFIG_CIFS is not set
60250 -# CONFIG_NCP_FS is not set
60251 -# CONFIG_CODA_FS is not set
60252 -# CONFIG_AFS_FS is not set
60253 -
60254 -#
60255 -# Partition Types
60256 -#
60257 -CONFIG_PARTITION_ADVANCED=y
60258 -# CONFIG_ACORN_PARTITION is not set
60259 -# CONFIG_OSF_PARTITION is not set
60260 -# CONFIG_AMIGA_PARTITION is not set
60261 -# CONFIG_ATARI_PARTITION is not set
60262 -CONFIG_MAC_PARTITION=y
60263 -CONFIG_MSDOS_PARTITION=y
60264 -# CONFIG_BSD_DISKLABEL is not set
60265 -# CONFIG_MINIX_SUBPARTITION is not set
60266 -# CONFIG_SOLARIS_X86_PARTITION is not set
60267 -# CONFIG_UNIXWARE_DISKLABEL is not set
60268 -# CONFIG_LDM_PARTITION is not set
60269 -# CONFIG_SGI_PARTITION is not set
60270 -# CONFIG_ULTRIX_PARTITION is not set
60271 -# CONFIG_SUN_PARTITION is not set
60272 -# CONFIG_KARMA_PARTITION is not set
60273 -# CONFIG_EFI_PARTITION is not set
60274 -# CONFIG_SYSV68_PARTITION is not set
60275 -CONFIG_NLS=y
60276 -CONFIG_NLS_DEFAULT="iso8859-1"
60277 -# CONFIG_NLS_CODEPAGE_437 is not set
60278 -# CONFIG_NLS_CODEPAGE_737 is not set
60279 -# CONFIG_NLS_CODEPAGE_775 is not set
60280 -# CONFIG_NLS_CODEPAGE_850 is not set
60281 -# CONFIG_NLS_CODEPAGE_852 is not set
60282 -# CONFIG_NLS_CODEPAGE_855 is not set
60283 -# CONFIG_NLS_CODEPAGE_857 is not set
60284 -# CONFIG_NLS_CODEPAGE_860 is not set
60285 -# CONFIG_NLS_CODEPAGE_861 is not set
60286 -# CONFIG_NLS_CODEPAGE_862 is not set
60287 -# CONFIG_NLS_CODEPAGE_863 is not set
60288 -# CONFIG_NLS_CODEPAGE_864 is not set
60289 -# CONFIG_NLS_CODEPAGE_865 is not set
60290 -# CONFIG_NLS_CODEPAGE_866 is not set
60291 -# CONFIG_NLS_CODEPAGE_869 is not set
60292 -# CONFIG_NLS_CODEPAGE_936 is not set
60293 -# CONFIG_NLS_CODEPAGE_950 is not set
60294 -# CONFIG_NLS_CODEPAGE_932 is not set
60295 -# CONFIG_NLS_CODEPAGE_949 is not set
60296 -# CONFIG_NLS_CODEPAGE_874 is not set
60297 -# CONFIG_NLS_ISO8859_8 is not set
60298 -# CONFIG_NLS_CODEPAGE_1250 is not set
60299 -# CONFIG_NLS_CODEPAGE_1251 is not set
60300 -# CONFIG_NLS_ASCII is not set
60301 -# CONFIG_NLS_ISO8859_1 is not set
60302 -# CONFIG_NLS_ISO8859_2 is not set
60303 -# CONFIG_NLS_ISO8859_3 is not set
60304 -# CONFIG_NLS_ISO8859_4 is not set
60305 -# CONFIG_NLS_ISO8859_5 is not set
60306 -# CONFIG_NLS_ISO8859_6 is not set
60307 -# CONFIG_NLS_ISO8859_7 is not set
60308 -# CONFIG_NLS_ISO8859_9 is not set
60309 -# CONFIG_NLS_ISO8859_13 is not set
60310 -# CONFIG_NLS_ISO8859_14 is not set
60311 -# CONFIG_NLS_ISO8859_15 is not set
60312 -# CONFIG_NLS_KOI8_R is not set
60313 -# CONFIG_NLS_KOI8_U is not set
60314 -# CONFIG_NLS_UTF8 is not set
60315 -# CONFIG_DLM is not set
60316 -
60317 -#
60318 -# Library routines
60319 -#
60320 -CONFIG_BITREVERSE=y
60321 -# CONFIG_CRC_CCITT is not set
60322 -# CONFIG_CRC16 is not set
60323 -# CONFIG_CRC_ITU_T is not set
60324 -CONFIG_CRC32=y
60325 -# CONFIG_CRC7 is not set
60326 -# CONFIG_LIBCRC32C is not set
60327 -CONFIG_PLIST=y
60328 -CONFIG_HAS_IOMEM=y
60329 -CONFIG_HAS_IOPORT=y
60330 -CONFIG_HAS_DMA=y
60331 -
60332 -#
60333 -# Kernel hacking
60334 -#
60335 -# CONFIG_PRINTK_TIME is not set
60336 -CONFIG_ENABLE_WARN_DEPRECATED=y
60337 -CONFIG_ENABLE_MUST_CHECK=y
60338 -# CONFIG_MAGIC_SYSRQ is not set
60339 -# CONFIG_UNUSED_SYMBOLS is not set
60340 -# CONFIG_DEBUG_FS is not set
60341 -# CONFIG_HEADERS_CHECK is not set
60342 -# CONFIG_DEBUG_KERNEL is not set
60343 -# CONFIG_SLUB_DEBUG_ON is not set
60344 -# CONFIG_SLUB_STATS is not set
60345 -# CONFIG_DEBUG_BUGVERBOSE is not set
60346 -# CONFIG_SAMPLES is not set
60347 -# CONFIG_PPC_EARLY_DEBUG is not set
60348 -
60349 -#
60350 -# Security options
60351 -#
60352 -# CONFIG_KEYS is not set
60353 -# CONFIG_SECURITY is not set
60354 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
60355 -CONFIG_CRYPTO=y
60356 -CONFIG_CRYPTO_ALGAPI=y
60357 -CONFIG_CRYPTO_BLKCIPHER=y
60358 -# CONFIG_CRYPTO_SEQIV is not set
60359 -CONFIG_CRYPTO_MANAGER=y
60360 -# CONFIG_CRYPTO_HMAC is not set
60361 -# CONFIG_CRYPTO_XCBC is not set
60362 -# CONFIG_CRYPTO_NULL is not set
60363 -# CONFIG_CRYPTO_MD4 is not set
60364 -CONFIG_CRYPTO_MD5=y
60365 -# CONFIG_CRYPTO_SHA1 is not set
60366 -# CONFIG_CRYPTO_SHA256 is not set
60367 -# CONFIG_CRYPTO_SHA512 is not set
60368 -# CONFIG_CRYPTO_WP512 is not set
60369 -# CONFIG_CRYPTO_TGR192 is not set
60370 -# CONFIG_CRYPTO_GF128MUL is not set
60371 -# CONFIG_CRYPTO_ECB is not set
60372 -CONFIG_CRYPTO_CBC=y
60373 -CONFIG_CRYPTO_PCBC=m
60374 -# CONFIG_CRYPTO_LRW is not set
60375 -# CONFIG_CRYPTO_XTS is not set
60376 -# CONFIG_CRYPTO_CTR is not set
60377 -# CONFIG_CRYPTO_GCM is not set
60378 -# CONFIG_CRYPTO_CCM is not set
60379 -# CONFIG_CRYPTO_CRYPTD is not set
60380 -CONFIG_CRYPTO_DES=y
60381 -# CONFIG_CRYPTO_FCRYPT is not set
60382 -# CONFIG_CRYPTO_BLOWFISH is not set
60383 -# CONFIG_CRYPTO_TWOFISH is not set
60384 -# CONFIG_CRYPTO_SERPENT is not set
60385 -# CONFIG_CRYPTO_AES is not set
60386 -# CONFIG_CRYPTO_CAST5 is not set
60387 -# CONFIG_CRYPTO_CAST6 is not set
60388 -# CONFIG_CRYPTO_TEA is not set
60389 -# CONFIG_CRYPTO_ARC4 is not set
60390 -# CONFIG_CRYPTO_KHAZAD is not set
60391 -# CONFIG_CRYPTO_ANUBIS is not set
60392 -# CONFIG_CRYPTO_SEED is not set
60393 -# CONFIG_CRYPTO_SALSA20 is not set
60394 -# CONFIG_CRYPTO_DEFLATE is not set
60395 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
60396 -# CONFIG_CRYPTO_CRC32C is not set
60397 -# CONFIG_CRYPTO_CAMELLIA is not set
60398 -# CONFIG_CRYPTO_TEST is not set
60399 -# CONFIG_CRYPTO_AUTHENC is not set
60400 -# CONFIG_CRYPTO_LZO is not set
60401 -CONFIG_CRYPTO_HW=y
60402 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
60403 -# CONFIG_PPC_CLOCK is not set
60404 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_itxgp_defconfig powerpc.git/arch/powerpc/configs/mpc834x_itxgp_defconfig
60405 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_itxgp_defconfig 2008-04-11 22:32:29.000000000 +0200
60406 +++ powerpc.git/arch/powerpc/configs/mpc834x_itxgp_defconfig 1970-01-01 01:00:00.000000000 +0100
60407 @@ -1,1222 +0,0 @@
60408 -#
60409 -# Automatically generated make config: don't edit
60410 -# Linux kernel version: 2.6.25-rc6
60411 -# Mon Mar 24 08:48:18 2008
60412 -#
60413 -# CONFIG_PPC64 is not set
60414 -
60415 -#
60416 -# Processor support
60417 -#
60418 -CONFIG_6xx=y
60419 -# CONFIG_PPC_85xx is not set
60420 -# CONFIG_PPC_8xx is not set
60421 -# CONFIG_40x is not set
60422 -# CONFIG_44x is not set
60423 -# CONFIG_E200 is not set
60424 -CONFIG_PPC_FPU=y
60425 -# CONFIG_FSL_EMB_PERFMON is not set
60426 -CONFIG_PPC_STD_MMU=y
60427 -CONFIG_PPC_STD_MMU_32=y
60428 -# CONFIG_PPC_MM_SLICES is not set
60429 -# CONFIG_SMP is not set
60430 -CONFIG_PPC32=y
60431 -CONFIG_WORD_SIZE=32
60432 -CONFIG_PPC_MERGE=y
60433 -CONFIG_MMU=y
60434 -CONFIG_GENERIC_CMOS_UPDATE=y
60435 -CONFIG_GENERIC_TIME=y
60436 -CONFIG_GENERIC_TIME_VSYSCALL=y
60437 -CONFIG_GENERIC_CLOCKEVENTS=y
60438 -CONFIG_GENERIC_HARDIRQS=y
60439 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
60440 -CONFIG_IRQ_PER_CPU=y
60441 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
60442 -CONFIG_ARCH_HAS_ILOG2_U32=y
60443 -CONFIG_GENERIC_HWEIGHT=y
60444 -CONFIG_GENERIC_CALIBRATE_DELAY=y
60445 -CONFIG_GENERIC_FIND_NEXT_BIT=y
60446 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
60447 -CONFIG_PPC=y
60448 -CONFIG_EARLY_PRINTK=y
60449 -CONFIG_GENERIC_NVRAM=y
60450 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
60451 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
60452 -CONFIG_PPC_OF=y
60453 -CONFIG_OF=y
60454 -CONFIG_PPC_UDBG_16550=y
60455 -# CONFIG_GENERIC_TBSYNC is not set
60456 -CONFIG_AUDIT_ARCH=y
60457 -CONFIG_GENERIC_BUG=y
60458 -CONFIG_DEFAULT_UIMAGE=y
60459 -# CONFIG_PPC_DCR_NATIVE is not set
60460 -# CONFIG_PPC_DCR_MMIO is not set
60461 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
60462 -
60463 -#
60464 -# General setup
60465 -#
60466 -CONFIG_EXPERIMENTAL=y
60467 -CONFIG_BROKEN_ON_SMP=y
60468 -CONFIG_INIT_ENV_ARG_LIMIT=32
60469 -CONFIG_LOCALVERSION=""
60470 -CONFIG_LOCALVERSION_AUTO=y
60471 -CONFIG_SWAP=y
60472 -CONFIG_SYSVIPC=y
60473 -CONFIG_SYSVIPC_SYSCTL=y
60474 -# CONFIG_POSIX_MQUEUE is not set
60475 -# CONFIG_BSD_PROCESS_ACCT is not set
60476 -# CONFIG_TASKSTATS is not set
60477 -# CONFIG_AUDIT is not set
60478 -# CONFIG_IKCONFIG is not set
60479 -CONFIG_LOG_BUF_SHIFT=14
60480 -# CONFIG_CGROUPS is not set
60481 -CONFIG_GROUP_SCHED=y
60482 -# CONFIG_FAIR_GROUP_SCHED is not set
60483 -# CONFIG_RT_GROUP_SCHED is not set
60484 -CONFIG_USER_SCHED=y
60485 -# CONFIG_CGROUP_SCHED is not set
60486 -CONFIG_SYSFS_DEPRECATED=y
60487 -CONFIG_SYSFS_DEPRECATED_V2=y
60488 -# CONFIG_RELAY is not set
60489 -# CONFIG_NAMESPACES is not set
60490 -CONFIG_BLK_DEV_INITRD=y
60491 -CONFIG_INITRAMFS_SOURCE=""
60492 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
60493 -CONFIG_SYSCTL=y
60494 -CONFIG_EMBEDDED=y
60495 -CONFIG_SYSCTL_SYSCALL=y
60496 -# CONFIG_KALLSYMS is not set
60497 -CONFIG_HOTPLUG=y
60498 -CONFIG_PRINTK=y
60499 -CONFIG_BUG=y
60500 -CONFIG_ELF_CORE=y
60501 -CONFIG_COMPAT_BRK=y
60502 -CONFIG_BASE_FULL=y
60503 -CONFIG_FUTEX=y
60504 -CONFIG_ANON_INODES=y
60505 -# CONFIG_EPOLL is not set
60506 -CONFIG_SIGNALFD=y
60507 -CONFIG_TIMERFD=y
60508 -CONFIG_EVENTFD=y
60509 -CONFIG_SHMEM=y
60510 -CONFIG_VM_EVENT_COUNTERS=y
60511 -CONFIG_SLUB_DEBUG=y
60512 -# CONFIG_SLAB is not set
60513 -CONFIG_SLUB=y
60514 -# CONFIG_SLOB is not set
60515 -# CONFIG_PROFILING is not set
60516 -# CONFIG_MARKERS is not set
60517 -CONFIG_HAVE_OPROFILE=y
60518 -CONFIG_HAVE_KPROBES=y
60519 -CONFIG_HAVE_KRETPROBES=y
60520 -CONFIG_PROC_PAGE_MONITOR=y
60521 -CONFIG_SLABINFO=y
60522 -CONFIG_RT_MUTEXES=y
60523 -# CONFIG_TINY_SHMEM is not set
60524 -CONFIG_BASE_SMALL=0
60525 -CONFIG_MODULES=y
60526 -CONFIG_MODULE_UNLOAD=y
60527 -# CONFIG_MODULE_FORCE_UNLOAD is not set
60528 -# CONFIG_MODVERSIONS is not set
60529 -# CONFIG_MODULE_SRCVERSION_ALL is not set
60530 -# CONFIG_KMOD is not set
60531 -CONFIG_BLOCK=y
60532 -# CONFIG_LBD is not set
60533 -# CONFIG_BLK_DEV_IO_TRACE is not set
60534 -# CONFIG_LSF is not set
60535 -# CONFIG_BLK_DEV_BSG is not set
60536 -
60537 -#
60538 -# IO Schedulers
60539 -#
60540 -CONFIG_IOSCHED_NOOP=y
60541 -CONFIG_IOSCHED_AS=y
60542 -CONFIG_IOSCHED_DEADLINE=y
60543 -CONFIG_IOSCHED_CFQ=y
60544 -CONFIG_DEFAULT_AS=y
60545 -# CONFIG_DEFAULT_DEADLINE is not set
60546 -# CONFIG_DEFAULT_CFQ is not set
60547 -# CONFIG_DEFAULT_NOOP is not set
60548 -CONFIG_DEFAULT_IOSCHED="anticipatory"
60549 -CONFIG_CLASSIC_RCU=y
60550 -
60551 -#
60552 -# Platform support
60553 -#
60554 -# CONFIG_PPC_MULTIPLATFORM is not set
60555 -# CONFIG_PPC_82xx is not set
60556 -CONFIG_PPC_83xx=y
60557 -# CONFIG_PPC_86xx is not set
60558 -# CONFIG_PPC_MPC512x is not set
60559 -# CONFIG_PPC_MPC5121 is not set
60560 -# CONFIG_PPC_CELL is not set
60561 -# CONFIG_PPC_CELL_NATIVE is not set
60562 -# CONFIG_PQ2ADS is not set
60563 -CONFIG_MPC83xx=y
60564 -# CONFIG_MPC831x_RDB is not set
60565 -# CONFIG_MPC832x_MDS is not set
60566 -# CONFIG_MPC832x_RDB is not set
60567 -# CONFIG_MPC834x_MDS is not set
60568 -CONFIG_MPC834x_ITX=y
60569 -# CONFIG_MPC836x_MDS is not set
60570 -# CONFIG_MPC837x_MDS is not set
60571 -# CONFIG_MPC837x_RDB is not set
60572 -# CONFIG_SBC834x is not set
60573 -CONFIG_PPC_MPC834x=y
60574 -CONFIG_IPIC=y
60575 -# CONFIG_MPIC is not set
60576 -# CONFIG_MPIC_WEIRD is not set
60577 -# CONFIG_PPC_I8259 is not set
60578 -# CONFIG_PPC_RTAS is not set
60579 -# CONFIG_MMIO_NVRAM is not set
60580 -# CONFIG_PPC_MPC106 is not set
60581 -# CONFIG_PPC_970_NAP is not set
60582 -# CONFIG_PPC_INDIRECT_IO is not set
60583 -# CONFIG_GENERIC_IOMAP is not set
60584 -# CONFIG_CPU_FREQ is not set
60585 -# CONFIG_FSL_ULI1575 is not set
60586 -
60587 -#
60588 -# Kernel options
60589 -#
60590 -# CONFIG_HIGHMEM is not set
60591 -CONFIG_TICK_ONESHOT=y
60592 -CONFIG_NO_HZ=y
60593 -CONFIG_HIGH_RES_TIMERS=y
60594 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
60595 -# CONFIG_HZ_100 is not set
60596 -CONFIG_HZ_250=y
60597 -# CONFIG_HZ_300 is not set
60598 -# CONFIG_HZ_1000 is not set
60599 -CONFIG_HZ=250
60600 -# CONFIG_SCHED_HRTICK is not set
60601 -CONFIG_PREEMPT_NONE=y
60602 -# CONFIG_PREEMPT_VOLUNTARY is not set
60603 -# CONFIG_PREEMPT is not set
60604 -CONFIG_BINFMT_ELF=y
60605 -# CONFIG_BINFMT_MISC is not set
60606 -# CONFIG_IOMMU_HELPER is not set
60607 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
60608 -CONFIG_ARCH_HAS_WALK_MEMORY=y
60609 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
60610 -CONFIG_ARCH_FLATMEM_ENABLE=y
60611 -CONFIG_ARCH_POPULATES_NODE_MAP=y
60612 -CONFIG_SELECT_MEMORY_MODEL=y
60613 -CONFIG_FLATMEM_MANUAL=y
60614 -# CONFIG_DISCONTIGMEM_MANUAL is not set
60615 -# CONFIG_SPARSEMEM_MANUAL is not set
60616 -CONFIG_FLATMEM=y
60617 -CONFIG_FLAT_NODE_MEM_MAP=y
60618 -# CONFIG_SPARSEMEM_STATIC is not set
60619 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
60620 -CONFIG_SPLIT_PTLOCK_CPUS=4
60621 -# CONFIG_RESOURCES_64BIT is not set
60622 -CONFIG_ZONE_DMA_FLAG=1
60623 -CONFIG_BOUNCE=y
60624 -CONFIG_VIRT_TO_BUS=y
60625 -CONFIG_PROC_DEVICETREE=y
60626 -# CONFIG_CMDLINE_BOOL is not set
60627 -# CONFIG_PM is not set
60628 -CONFIG_SECCOMP=y
60629 -CONFIG_ISA_DMA_API=y
60630 -
60631 -#
60632 -# Bus options
60633 -#
60634 -CONFIG_ZONE_DMA=y
60635 -CONFIG_GENERIC_ISA_DMA=y
60636 -CONFIG_PPC_INDIRECT_PCI=y
60637 -CONFIG_FSL_SOC=y
60638 -CONFIG_PCI=y
60639 -CONFIG_PCI_DOMAINS=y
60640 -CONFIG_PCI_SYSCALL=y
60641 -# CONFIG_PCIEPORTBUS is not set
60642 -CONFIG_ARCH_SUPPORTS_MSI=y
60643 -# CONFIG_PCI_MSI is not set
60644 -CONFIG_PCI_LEGACY=y
60645 -# CONFIG_PCCARD is not set
60646 -# CONFIG_HOTPLUG_PCI is not set
60647 -
60648 -#
60649 -# Advanced setup
60650 -#
60651 -# CONFIG_ADVANCED_OPTIONS is not set
60652 -
60653 -#
60654 -# Default settings for advanced configuration options are used
60655 -#
60656 -CONFIG_HIGHMEM_START=0xfe000000
60657 -CONFIG_LOWMEM_SIZE=0x30000000
60658 -CONFIG_KERNEL_START=0xc0000000
60659 -CONFIG_TASK_SIZE=0xc0000000
60660 -CONFIG_BOOT_LOAD=0x00800000
60661 -
60662 -#
60663 -# Networking
60664 -#
60665 -CONFIG_NET=y
60666 -
60667 -#
60668 -# Networking options
60669 -#
60670 -CONFIG_PACKET=y
60671 -# CONFIG_PACKET_MMAP is not set
60672 -CONFIG_UNIX=y
60673 -CONFIG_XFRM=y
60674 -# CONFIG_XFRM_USER is not set
60675 -# CONFIG_XFRM_SUB_POLICY is not set
60676 -# CONFIG_XFRM_MIGRATE is not set
60677 -# CONFIG_XFRM_STATISTICS is not set
60678 -# CONFIG_NET_KEY is not set
60679 -CONFIG_INET=y
60680 -CONFIG_IP_MULTICAST=y
60681 -# CONFIG_IP_ADVANCED_ROUTER is not set
60682 -CONFIG_IP_FIB_HASH=y
60683 -CONFIG_IP_PNP=y
60684 -CONFIG_IP_PNP_DHCP=y
60685 -CONFIG_IP_PNP_BOOTP=y
60686 -# CONFIG_IP_PNP_RARP is not set
60687 -# CONFIG_NET_IPIP is not set
60688 -# CONFIG_NET_IPGRE is not set
60689 -# CONFIG_IP_MROUTE is not set
60690 -# CONFIG_ARPD is not set
60691 -CONFIG_SYN_COOKIES=y
60692 -# CONFIG_INET_AH is not set
60693 -# CONFIG_INET_ESP is not set
60694 -# CONFIG_INET_IPCOMP is not set
60695 -# CONFIG_INET_XFRM_TUNNEL is not set
60696 -# CONFIG_INET_TUNNEL is not set
60697 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
60698 -CONFIG_INET_XFRM_MODE_TUNNEL=y
60699 -CONFIG_INET_XFRM_MODE_BEET=y
60700 -# CONFIG_INET_LRO is not set
60701 -CONFIG_INET_DIAG=y
60702 -CONFIG_INET_TCP_DIAG=y
60703 -# CONFIG_TCP_CONG_ADVANCED is not set
60704 -CONFIG_TCP_CONG_CUBIC=y
60705 -CONFIG_DEFAULT_TCP_CONG="cubic"
60706 -# CONFIG_TCP_MD5SIG is not set
60707 -# CONFIG_IPV6 is not set
60708 -# CONFIG_INET6_XFRM_TUNNEL is not set
60709 -# CONFIG_INET6_TUNNEL is not set
60710 -# CONFIG_NETWORK_SECMARK is not set
60711 -# CONFIG_NETFILTER is not set
60712 -# CONFIG_IP_DCCP is not set
60713 -# CONFIG_IP_SCTP is not set
60714 -# CONFIG_TIPC is not set
60715 -# CONFIG_ATM is not set
60716 -# CONFIG_BRIDGE is not set
60717 -# CONFIG_VLAN_8021Q is not set
60718 -# CONFIG_DECNET is not set
60719 -# CONFIG_LLC2 is not set
60720 -# CONFIG_IPX is not set
60721 -# CONFIG_ATALK is not set
60722 -# CONFIG_X25 is not set
60723 -# CONFIG_LAPB is not set
60724 -# CONFIG_ECONET is not set
60725 -# CONFIG_WAN_ROUTER is not set
60726 -# CONFIG_NET_SCHED is not set
60727 -
60728 -#
60729 -# Network testing
60730 -#
60731 -# CONFIG_NET_PKTGEN is not set
60732 -# CONFIG_HAMRADIO is not set
60733 -# CONFIG_CAN is not set
60734 -# CONFIG_IRDA is not set
60735 -# CONFIG_BT is not set
60736 -# CONFIG_AF_RXRPC is not set
60737 -
60738 -#
60739 -# Wireless
60740 -#
60741 -# CONFIG_CFG80211 is not set
60742 -# CONFIG_WIRELESS_EXT is not set
60743 -# CONFIG_MAC80211 is not set
60744 -# CONFIG_IEEE80211 is not set
60745 -# CONFIG_RFKILL is not set
60746 -# CONFIG_NET_9P is not set
60747 -
60748 -#
60749 -# Device Drivers
60750 -#
60751 -
60752 -#
60753 -# Generic Driver Options
60754 -#
60755 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
60756 -CONFIG_STANDALONE=y
60757 -CONFIG_PREVENT_FIRMWARE_BUILD=y
60758 -# CONFIG_FW_LOADER is not set
60759 -# CONFIG_SYS_HYPERVISOR is not set
60760 -# CONFIG_CONNECTOR is not set
60761 -CONFIG_MTD=y
60762 -# CONFIG_MTD_DEBUG is not set
60763 -# CONFIG_MTD_CONCAT is not set
60764 -# CONFIG_MTD_PARTITIONS is not set
60765 -
60766 -#
60767 -# User Modules And Translation Layers
60768 -#
60769 -CONFIG_MTD_CHAR=y
60770 -# CONFIG_MTD_BLKDEVS is not set
60771 -# CONFIG_MTD_BLOCK is not set
60772 -# CONFIG_MTD_BLOCK_RO is not set
60773 -# CONFIG_FTL is not set
60774 -# CONFIG_NFTL is not set
60775 -# CONFIG_INFTL is not set
60776 -# CONFIG_RFD_FTL is not set
60777 -# CONFIG_SSFDC is not set
60778 -# CONFIG_MTD_OOPS is not set
60779 -
60780 -#
60781 -# RAM/ROM/Flash chip drivers
60782 -#
60783 -CONFIG_MTD_CFI=y
60784 -# CONFIG_MTD_JEDECPROBE is not set
60785 -CONFIG_MTD_GEN_PROBE=y
60786 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
60787 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
60788 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
60789 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
60790 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
60791 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
60792 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
60793 -CONFIG_MTD_CFI_I1=y
60794 -CONFIG_MTD_CFI_I2=y
60795 -# CONFIG_MTD_CFI_I4 is not set
60796 -# CONFIG_MTD_CFI_I8 is not set
60797 -# CONFIG_MTD_CFI_INTELEXT is not set
60798 -CONFIG_MTD_CFI_AMDSTD=y
60799 -# CONFIG_MTD_CFI_STAA is not set
60800 -CONFIG_MTD_CFI_UTIL=y
60801 -# CONFIG_MTD_RAM is not set
60802 -# CONFIG_MTD_ROM is not set
60803 -# CONFIG_MTD_ABSENT is not set
60804 -
60805 -#
60806 -# Mapping drivers for chip access
60807 -#
60808 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
60809 -CONFIG_MTD_PHYSMAP=y
60810 -CONFIG_MTD_PHYSMAP_START=0xfe000000
60811 -CONFIG_MTD_PHYSMAP_LEN=0x800000
60812 -CONFIG_MTD_PHYSMAP_BANKWIDTH=2
60813 -# CONFIG_MTD_PHYSMAP_OF is not set
60814 -# CONFIG_MTD_INTEL_VR_NOR is not set
60815 -# CONFIG_MTD_PLATRAM is not set
60816 -
60817 -#
60818 -# Self-contained MTD device drivers
60819 -#
60820 -# CONFIG_MTD_PMC551 is not set
60821 -# CONFIG_MTD_DATAFLASH is not set
60822 -# CONFIG_MTD_M25P80 is not set
60823 -# CONFIG_MTD_SLRAM is not set
60824 -# CONFIG_MTD_PHRAM is not set
60825 -# CONFIG_MTD_MTDRAM is not set
60826 -# CONFIG_MTD_BLOCK2MTD is not set
60827 -
60828 -#
60829 -# Disk-On-Chip Device Drivers
60830 -#
60831 -# CONFIG_MTD_DOC2000 is not set
60832 -# CONFIG_MTD_DOC2001 is not set
60833 -# CONFIG_MTD_DOC2001PLUS is not set
60834 -# CONFIG_MTD_NAND is not set
60835 -# CONFIG_MTD_ONENAND is not set
60836 -
60837 -#
60838 -# UBI - Unsorted block images
60839 -#
60840 -# CONFIG_MTD_UBI is not set
60841 -CONFIG_OF_DEVICE=y
60842 -# CONFIG_PARPORT is not set
60843 -CONFIG_BLK_DEV=y
60844 -# CONFIG_BLK_DEV_FD is not set
60845 -# CONFIG_BLK_CPQ_DA is not set
60846 -# CONFIG_BLK_CPQ_CISS_DA is not set
60847 -# CONFIG_BLK_DEV_DAC960 is not set
60848 -# CONFIG_BLK_DEV_UMEM is not set
60849 -# CONFIG_BLK_DEV_COW_COMMON is not set
60850 -CONFIG_BLK_DEV_LOOP=y
60851 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
60852 -# CONFIG_BLK_DEV_NBD is not set
60853 -# CONFIG_BLK_DEV_SX8 is not set
60854 -# CONFIG_BLK_DEV_UB is not set
60855 -CONFIG_BLK_DEV_RAM=y
60856 -CONFIG_BLK_DEV_RAM_COUNT=16
60857 -CONFIG_BLK_DEV_RAM_SIZE=32768
60858 -# CONFIG_BLK_DEV_XIP is not set
60859 -# CONFIG_CDROM_PKTCDVD is not set
60860 -# CONFIG_ATA_OVER_ETH is not set
60861 -CONFIG_MISC_DEVICES=y
60862 -# CONFIG_PHANTOM is not set
60863 -# CONFIG_EEPROM_93CX6 is not set
60864 -# CONFIG_SGI_IOC4 is not set
60865 -# CONFIG_TIFM_CORE is not set
60866 -# CONFIG_ENCLOSURE_SERVICES is not set
60867 -CONFIG_HAVE_IDE=y
60868 -# CONFIG_IDE is not set
60869 -
60870 -#
60871 -# SCSI device support
60872 -#
60873 -# CONFIG_RAID_ATTRS is not set
60874 -CONFIG_SCSI=y
60875 -CONFIG_SCSI_DMA=y
60876 -# CONFIG_SCSI_TGT is not set
60877 -# CONFIG_SCSI_NETLINK is not set
60878 -CONFIG_SCSI_PROC_FS=y
60879 -
60880 -#
60881 -# SCSI support type (disk, tape, CD-ROM)
60882 -#
60883 -CONFIG_BLK_DEV_SD=y
60884 -# CONFIG_CHR_DEV_ST is not set
60885 -# CONFIG_CHR_DEV_OSST is not set
60886 -# CONFIG_BLK_DEV_SR is not set
60887 -CONFIG_CHR_DEV_SG=y
60888 -# CONFIG_CHR_DEV_SCH is not set
60889 -
60890 -#
60891 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
60892 -#
60893 -# CONFIG_SCSI_MULTI_LUN is not set
60894 -# CONFIG_SCSI_CONSTANTS is not set
60895 -# CONFIG_SCSI_LOGGING is not set
60896 -# CONFIG_SCSI_SCAN_ASYNC is not set
60897 -CONFIG_SCSI_WAIT_SCAN=m
60898 -
60899 -#
60900 -# SCSI Transports
60901 -#
60902 -CONFIG_SCSI_SPI_ATTRS=y
60903 -# CONFIG_SCSI_FC_ATTRS is not set
60904 -# CONFIG_SCSI_ISCSI_ATTRS is not set
60905 -# CONFIG_SCSI_SAS_LIBSAS is not set
60906 -# CONFIG_SCSI_SRP_ATTRS is not set
60907 -CONFIG_SCSI_LOWLEVEL=y
60908 -# CONFIG_ISCSI_TCP is not set
60909 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
60910 -# CONFIG_SCSI_3W_9XXX is not set
60911 -# CONFIG_SCSI_ACARD is not set
60912 -# CONFIG_SCSI_AACRAID is not set
60913 -# CONFIG_SCSI_AIC7XXX is not set
60914 -# CONFIG_SCSI_AIC7XXX_OLD is not set
60915 -# CONFIG_SCSI_AIC79XX is not set
60916 -# CONFIG_SCSI_AIC94XX is not set
60917 -# CONFIG_SCSI_DPT_I2O is not set
60918 -# CONFIG_SCSI_ADVANSYS is not set
60919 -# CONFIG_SCSI_ARCMSR is not set
60920 -# CONFIG_MEGARAID_NEWGEN is not set
60921 -# CONFIG_MEGARAID_LEGACY is not set
60922 -# CONFIG_MEGARAID_SAS is not set
60923 -# CONFIG_SCSI_HPTIOP is not set
60924 -# CONFIG_SCSI_BUSLOGIC is not set
60925 -# CONFIG_SCSI_DMX3191D is not set
60926 -# CONFIG_SCSI_EATA is not set
60927 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
60928 -# CONFIG_SCSI_GDTH is not set
60929 -# CONFIG_SCSI_IPS is not set
60930 -# CONFIG_SCSI_INITIO is not set
60931 -# CONFIG_SCSI_INIA100 is not set
60932 -# CONFIG_SCSI_MVSAS is not set
60933 -# CONFIG_SCSI_STEX is not set
60934 -# CONFIG_SCSI_SYM53C8XX_2 is not set
60935 -# CONFIG_SCSI_QLOGIC_1280 is not set
60936 -# CONFIG_SCSI_QLA_FC is not set
60937 -# CONFIG_SCSI_QLA_ISCSI is not set
60938 -# CONFIG_SCSI_LPFC is not set
60939 -# CONFIG_SCSI_DC395x is not set
60940 -# CONFIG_SCSI_DC390T is not set
60941 -# CONFIG_SCSI_NSP32 is not set
60942 -# CONFIG_SCSI_DEBUG is not set
60943 -# CONFIG_SCSI_SRP is not set
60944 -# CONFIG_ATA is not set
60945 -# CONFIG_MD is not set
60946 -# CONFIG_FUSION is not set
60947 -
60948 -#
60949 -# IEEE 1394 (FireWire) support
60950 -#
60951 -# CONFIG_FIREWIRE is not set
60952 -# CONFIG_IEEE1394 is not set
60953 -# CONFIG_I2O is not set
60954 -# CONFIG_MACINTOSH_DRIVERS is not set
60955 -CONFIG_NETDEVICES=y
60956 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
60957 -# CONFIG_DUMMY is not set
60958 -# CONFIG_BONDING is not set
60959 -# CONFIG_MACVLAN is not set
60960 -# CONFIG_EQUALIZER is not set
60961 -# CONFIG_TUN is not set
60962 -# CONFIG_VETH is not set
60963 -# CONFIG_ARCNET is not set
60964 -CONFIG_PHYLIB=y
60965 -
60966 -#
60967 -# MII PHY device drivers
60968 -#
60969 -# CONFIG_MARVELL_PHY is not set
60970 -# CONFIG_DAVICOM_PHY is not set
60971 -# CONFIG_QSEMI_PHY is not set
60972 -# CONFIG_LXT_PHY is not set
60973 -CONFIG_CICADA_PHY=y
60974 -# CONFIG_VITESSE_PHY is not set
60975 -# CONFIG_SMSC_PHY is not set
60976 -# CONFIG_BROADCOM_PHY is not set
60977 -# CONFIG_ICPLUS_PHY is not set
60978 -# CONFIG_REALTEK_PHY is not set
60979 -# CONFIG_FIXED_PHY is not set
60980 -# CONFIG_MDIO_BITBANG is not set
60981 -# CONFIG_NET_ETHERNET is not set
60982 -CONFIG_NETDEV_1000=y
60983 -# CONFIG_ACENIC is not set
60984 -# CONFIG_DL2K is not set
60985 -# CONFIG_E1000 is not set
60986 -# CONFIG_E1000E is not set
60987 -# CONFIG_E1000E_ENABLED is not set
60988 -# CONFIG_IP1000 is not set
60989 -# CONFIG_IGB is not set
60990 -# CONFIG_NS83820 is not set
60991 -# CONFIG_HAMACHI is not set
60992 -# CONFIG_YELLOWFIN is not set
60993 -# CONFIG_R8169 is not set
60994 -# CONFIG_SIS190 is not set
60995 -# CONFIG_SKGE is not set
60996 -# CONFIG_SKY2 is not set
60997 -# CONFIG_SK98LIN is not set
60998 -# CONFIG_VIA_VELOCITY is not set
60999 -# CONFIG_TIGON3 is not set
61000 -# CONFIG_BNX2 is not set
61001 -CONFIG_GIANFAR=y
61002 -CONFIG_GFAR_NAPI=y
61003 -# CONFIG_QLA3XXX is not set
61004 -# CONFIG_ATL1 is not set
61005 -CONFIG_NETDEV_10000=y
61006 -# CONFIG_CHELSIO_T1 is not set
61007 -# CONFIG_CHELSIO_T3 is not set
61008 -# CONFIG_IXGBE is not set
61009 -# CONFIG_IXGB is not set
61010 -# CONFIG_S2IO is not set
61011 -# CONFIG_MYRI10GE is not set
61012 -# CONFIG_NETXEN_NIC is not set
61013 -# CONFIG_NIU is not set
61014 -# CONFIG_MLX4_CORE is not set
61015 -# CONFIG_TEHUTI is not set
61016 -# CONFIG_BNX2X is not set
61017 -# CONFIG_TR is not set
61018 -
61019 -#
61020 -# Wireless LAN
61021 -#
61022 -# CONFIG_WLAN_PRE80211 is not set
61023 -# CONFIG_WLAN_80211 is not set
61024 -
61025 -#
61026 -# USB Network Adapters
61027 -#
61028 -# CONFIG_USB_CATC is not set
61029 -# CONFIG_USB_KAWETH is not set
61030 -# CONFIG_USB_PEGASUS is not set
61031 -# CONFIG_USB_RTL8150 is not set
61032 -# CONFIG_USB_USBNET is not set
61033 -# CONFIG_WAN is not set
61034 -# CONFIG_FDDI is not set
61035 -# CONFIG_HIPPI is not set
61036 -# CONFIG_PPP is not set
61037 -# CONFIG_SLIP is not set
61038 -# CONFIG_NET_FC is not set
61039 -# CONFIG_NETCONSOLE is not set
61040 -# CONFIG_NETPOLL is not set
61041 -# CONFIG_NET_POLL_CONTROLLER is not set
61042 -# CONFIG_ISDN is not set
61043 -# CONFIG_PHONE is not set
61044 -
61045 -#
61046 -# Input device support
61047 -#
61048 -# CONFIG_INPUT is not set
61049 -
61050 -#
61051 -# Hardware I/O ports
61052 -#
61053 -# CONFIG_SERIO is not set
61054 -# CONFIG_GAMEPORT is not set
61055 -
61056 -#
61057 -# Character devices
61058 -#
61059 -# CONFIG_VT is not set
61060 -# CONFIG_SERIAL_NONSTANDARD is not set
61061 -# CONFIG_NOZOMI is not set
61062 -
61063 -#
61064 -# Serial drivers
61065 -#
61066 -CONFIG_SERIAL_8250=y
61067 -CONFIG_SERIAL_8250_CONSOLE=y
61068 -# CONFIG_SERIAL_8250_PCI is not set
61069 -CONFIG_SERIAL_8250_NR_UARTS=4
61070 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
61071 -# CONFIG_SERIAL_8250_EXTENDED is not set
61072 -
61073 -#
61074 -# Non-8250 serial port support
61075 -#
61076 -# CONFIG_SERIAL_UARTLITE is not set
61077 -CONFIG_SERIAL_CORE=y
61078 -CONFIG_SERIAL_CORE_CONSOLE=y
61079 -# CONFIG_SERIAL_JSM is not set
61080 -# CONFIG_SERIAL_OF_PLATFORM is not set
61081 -CONFIG_UNIX98_PTYS=y
61082 -CONFIG_LEGACY_PTYS=y
61083 -CONFIG_LEGACY_PTY_COUNT=256
61084 -# CONFIG_IPMI_HANDLER is not set
61085 -CONFIG_HW_RANDOM=y
61086 -# CONFIG_NVRAM is not set
61087 -# CONFIG_GEN_RTC is not set
61088 -# CONFIG_R3964 is not set
61089 -# CONFIG_APPLICOM is not set
61090 -# CONFIG_RAW_DRIVER is not set
61091 -# CONFIG_TCG_TPM is not set
61092 -CONFIG_DEVPORT=y
61093 -CONFIG_I2C=y
61094 -CONFIG_I2C_BOARDINFO=y
61095 -CONFIG_I2C_CHARDEV=y
61096 -
61097 -#
61098 -# I2C Algorithms
61099 -#
61100 -# CONFIG_I2C_ALGOBIT is not set
61101 -# CONFIG_I2C_ALGOPCF is not set
61102 -# CONFIG_I2C_ALGOPCA is not set
61103 -
61104 -#
61105 -# I2C Hardware Bus support
61106 -#
61107 -# CONFIG_I2C_ALI1535 is not set
61108 -# CONFIG_I2C_ALI1563 is not set
61109 -# CONFIG_I2C_ALI15X3 is not set
61110 -# CONFIG_I2C_AMD756 is not set
61111 -# CONFIG_I2C_AMD8111 is not set
61112 -# CONFIG_I2C_I801 is not set
61113 -# CONFIG_I2C_I810 is not set
61114 -# CONFIG_I2C_PIIX4 is not set
61115 -CONFIG_I2C_MPC=y
61116 -# CONFIG_I2C_NFORCE2 is not set
61117 -# CONFIG_I2C_OCORES is not set
61118 -# CONFIG_I2C_PARPORT_LIGHT is not set
61119 -# CONFIG_I2C_PROSAVAGE is not set
61120 -# CONFIG_I2C_SAVAGE4 is not set
61121 -# CONFIG_I2C_SIMTEC is not set
61122 -# CONFIG_I2C_SIS5595 is not set
61123 -# CONFIG_I2C_SIS630 is not set
61124 -# CONFIG_I2C_SIS96X is not set
61125 -# CONFIG_I2C_TAOS_EVM is not set
61126 -# CONFIG_I2C_STUB is not set
61127 -# CONFIG_I2C_TINY_USB is not set
61128 -# CONFIG_I2C_VIA is not set
61129 -# CONFIG_I2C_VIAPRO is not set
61130 -# CONFIG_I2C_VOODOO3 is not set
61131 -
61132 -#
61133 -# Miscellaneous I2C Chip support
61134 -#
61135 -# CONFIG_DS1682 is not set
61136 -# CONFIG_SENSORS_EEPROM is not set
61137 -CONFIG_SENSORS_PCF8574=y
61138 -# CONFIG_PCF8575 is not set
61139 -# CONFIG_SENSORS_PCF8591 is not set
61140 -# CONFIG_TPS65010 is not set
61141 -# CONFIG_SENSORS_MAX6875 is not set
61142 -# CONFIG_SENSORS_TSL2550 is not set
61143 -# CONFIG_I2C_DEBUG_CORE is not set
61144 -# CONFIG_I2C_DEBUG_ALGO is not set
61145 -# CONFIG_I2C_DEBUG_BUS is not set
61146 -# CONFIG_I2C_DEBUG_CHIP is not set
61147 -
61148 -#
61149 -# SPI support
61150 -#
61151 -CONFIG_SPI=y
61152 -CONFIG_SPI_MASTER=y
61153 -
61154 -#
61155 -# SPI Master Controller Drivers
61156 -#
61157 -CONFIG_SPI_BITBANG=y
61158 -CONFIG_SPI_MPC83xx=y
61159 -
61160 -#
61161 -# SPI Protocol Masters
61162 -#
61163 -# CONFIG_SPI_AT25 is not set
61164 -# CONFIG_SPI_SPIDEV is not set
61165 -# CONFIG_SPI_TLE62X0 is not set
61166 -# CONFIG_W1 is not set
61167 -# CONFIG_POWER_SUPPLY is not set
61168 -# CONFIG_HWMON is not set
61169 -# CONFIG_THERMAL is not set
61170 -CONFIG_WATCHDOG=y
61171 -# CONFIG_WATCHDOG_NOWAYOUT is not set
61172 -
61173 -#
61174 -# Watchdog Device Drivers
61175 -#
61176 -# CONFIG_SOFT_WATCHDOG is not set
61177 -CONFIG_83xx_WDT=y
61178 -
61179 -#
61180 -# PCI-based Watchdog Cards
61181 -#
61182 -# CONFIG_PCIPCWATCHDOG is not set
61183 -# CONFIG_WDTPCI is not set
61184 -
61185 -#
61186 -# USB-based Watchdog Cards
61187 -#
61188 -# CONFIG_USBPCWATCHDOG is not set
61189 -
61190 -#
61191 -# Sonics Silicon Backplane
61192 -#
61193 -CONFIG_SSB_POSSIBLE=y
61194 -# CONFIG_SSB is not set
61195 -
61196 -#
61197 -# Multifunction device drivers
61198 -#
61199 -# CONFIG_MFD_SM501 is not set
61200 -
61201 -#
61202 -# Multimedia devices
61203 -#
61204 -# CONFIG_VIDEO_DEV is not set
61205 -# CONFIG_DVB_CORE is not set
61206 -CONFIG_DAB=y
61207 -# CONFIG_USB_DABUSB is not set
61208 -
61209 -#
61210 -# Graphics support
61211 -#
61212 -# CONFIG_AGP is not set
61213 -# CONFIG_DRM is not set
61214 -# CONFIG_VGASTATE is not set
61215 -CONFIG_VIDEO_OUTPUT_CONTROL=m
61216 -# CONFIG_FB is not set
61217 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
61218 -
61219 -#
61220 -# Display device support
61221 -#
61222 -# CONFIG_DISPLAY_SUPPORT is not set
61223 -
61224 -#
61225 -# Sound
61226 -#
61227 -# CONFIG_SOUND is not set
61228 -CONFIG_USB_SUPPORT=y
61229 -CONFIG_USB_ARCH_HAS_HCD=y
61230 -CONFIG_USB_ARCH_HAS_OHCI=y
61231 -CONFIG_USB_ARCH_HAS_EHCI=y
61232 -CONFIG_USB=y
61233 -# CONFIG_USB_DEBUG is not set
61234 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
61235 -
61236 -#
61237 -# Miscellaneous USB options
61238 -#
61239 -# CONFIG_USB_DEVICEFS is not set
61240 -CONFIG_USB_DEVICE_CLASS=y
61241 -# CONFIG_USB_DYNAMIC_MINORS is not set
61242 -# CONFIG_USB_OTG is not set
61243 -
61244 -#
61245 -# USB Host Controller Drivers
61246 -#
61247 -CONFIG_USB_EHCI_HCD=y
61248 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
61249 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
61250 -CONFIG_USB_EHCI_FSL=y
61251 -CONFIG_USB_EHCI_HCD_PPC_OF=y
61252 -# CONFIG_USB_ISP116X_HCD is not set
61253 -# CONFIG_USB_OHCI_HCD is not set
61254 -CONFIG_USB_UHCI_HCD=y
61255 -# CONFIG_USB_SL811_HCD is not set
61256 -# CONFIG_USB_R8A66597_HCD is not set
61257 -
61258 -#
61259 -# USB Device Class drivers
61260 -#
61261 -# CONFIG_USB_ACM is not set
61262 -# CONFIG_USB_PRINTER is not set
61263 -
61264 -#
61265 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
61266 -#
61267 -
61268 -#
61269 -# may also be needed; see USB_STORAGE Help for more information
61270 -#
61271 -CONFIG_USB_STORAGE=y
61272 -# CONFIG_USB_STORAGE_DEBUG is not set
61273 -# CONFIG_USB_STORAGE_DATAFAB is not set
61274 -# CONFIG_USB_STORAGE_FREECOM is not set
61275 -# CONFIG_USB_STORAGE_ISD200 is not set
61276 -# CONFIG_USB_STORAGE_DPCM is not set
61277 -# CONFIG_USB_STORAGE_USBAT is not set
61278 -# CONFIG_USB_STORAGE_SDDR09 is not set
61279 -# CONFIG_USB_STORAGE_SDDR55 is not set
61280 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
61281 -# CONFIG_USB_STORAGE_ALAUDA is not set
61282 -# CONFIG_USB_STORAGE_KARMA is not set
61283 -# CONFIG_USB_LIBUSUAL is not set
61284 -
61285 -#
61286 -# USB Imaging devices
61287 -#
61288 -# CONFIG_USB_MDC800 is not set
61289 -# CONFIG_USB_MICROTEK is not set
61290 -CONFIG_USB_MON=y
61291 -
61292 -#
61293 -# USB port drivers
61294 -#
61295 -# CONFIG_USB_SERIAL is not set
61296 -
61297 -#
61298 -# USB Miscellaneous drivers
61299 -#
61300 -# CONFIG_USB_EMI62 is not set
61301 -# CONFIG_USB_EMI26 is not set
61302 -# CONFIG_USB_ADUTUX is not set
61303 -# CONFIG_USB_AUERSWALD is not set
61304 -# CONFIG_USB_RIO500 is not set
61305 -# CONFIG_USB_LEGOTOWER is not set
61306 -# CONFIG_USB_LCD is not set
61307 -# CONFIG_USB_BERRY_CHARGE is not set
61308 -# CONFIG_USB_LED is not set
61309 -# CONFIG_USB_CYPRESS_CY7C63 is not set
61310 -# CONFIG_USB_CYTHERM is not set
61311 -# CONFIG_USB_PHIDGET is not set
61312 -# CONFIG_USB_IDMOUSE is not set
61313 -# CONFIG_USB_FTDI_ELAN is not set
61314 -# CONFIG_USB_APPLEDISPLAY is not set
61315 -# CONFIG_USB_SISUSBVGA is not set
61316 -# CONFIG_USB_LD is not set
61317 -# CONFIG_USB_TRANCEVIBRATOR is not set
61318 -# CONFIG_USB_IOWARRIOR is not set
61319 -# CONFIG_USB_GADGET is not set
61320 -# CONFIG_MMC is not set
61321 -# CONFIG_MEMSTICK is not set
61322 -# CONFIG_NEW_LEDS is not set
61323 -# CONFIG_INFINIBAND is not set
61324 -# CONFIG_EDAC is not set
61325 -CONFIG_RTC_LIB=y
61326 -CONFIG_RTC_CLASS=y
61327 -CONFIG_RTC_HCTOSYS=y
61328 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
61329 -# CONFIG_RTC_DEBUG is not set
61330 -
61331 -#
61332 -# RTC interfaces
61333 -#
61334 -CONFIG_RTC_INTF_SYSFS=y
61335 -CONFIG_RTC_INTF_PROC=y
61336 -CONFIG_RTC_INTF_DEV=y
61337 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
61338 -# CONFIG_RTC_DRV_TEST is not set
61339 -
61340 -#
61341 -# I2C RTC drivers
61342 -#
61343 -CONFIG_RTC_DRV_DS1307=y
61344 -# CONFIG_RTC_DRV_DS1374 is not set
61345 -# CONFIG_RTC_DRV_DS1672 is not set
61346 -# CONFIG_RTC_DRV_MAX6900 is not set
61347 -# CONFIG_RTC_DRV_RS5C372 is not set
61348 -# CONFIG_RTC_DRV_ISL1208 is not set
61349 -# CONFIG_RTC_DRV_X1205 is not set
61350 -# CONFIG_RTC_DRV_PCF8563 is not set
61351 -# CONFIG_RTC_DRV_PCF8583 is not set
61352 -# CONFIG_RTC_DRV_M41T80 is not set
61353 -# CONFIG_RTC_DRV_S35390A is not set
61354 -
61355 -#
61356 -# SPI RTC drivers
61357 -#
61358 -# CONFIG_RTC_DRV_MAX6902 is not set
61359 -# CONFIG_RTC_DRV_R9701 is not set
61360 -# CONFIG_RTC_DRV_RS5C348 is not set
61361 -
61362 -#
61363 -# Platform RTC drivers
61364 -#
61365 -# CONFIG_RTC_DRV_CMOS is not set
61366 -# CONFIG_RTC_DRV_DS1511 is not set
61367 -# CONFIG_RTC_DRV_DS1553 is not set
61368 -# CONFIG_RTC_DRV_DS1742 is not set
61369 -# CONFIG_RTC_DRV_STK17TA8 is not set
61370 -# CONFIG_RTC_DRV_M48T86 is not set
61371 -# CONFIG_RTC_DRV_M48T59 is not set
61372 -# CONFIG_RTC_DRV_V3020 is not set
61373 -
61374 -#
61375 -# on-CPU RTC drivers
61376 -#
61377 -# CONFIG_DMADEVICES is not set
61378 -
61379 -#
61380 -# Userspace I/O
61381 -#
61382 -# CONFIG_UIO is not set
61383 -
61384 -#
61385 -# File systems
61386 -#
61387 -CONFIG_EXT2_FS=y
61388 -# CONFIG_EXT2_FS_XATTR is not set
61389 -# CONFIG_EXT2_FS_XIP is not set
61390 -CONFIG_EXT3_FS=y
61391 -CONFIG_EXT3_FS_XATTR=y
61392 -# CONFIG_EXT3_FS_POSIX_ACL is not set
61393 -# CONFIG_EXT3_FS_SECURITY is not set
61394 -# CONFIG_EXT4DEV_FS is not set
61395 -CONFIG_JBD=y
61396 -CONFIG_FS_MBCACHE=y
61397 -# CONFIG_REISERFS_FS is not set
61398 -# CONFIG_JFS_FS is not set
61399 -# CONFIG_FS_POSIX_ACL is not set
61400 -# CONFIG_XFS_FS is not set
61401 -# CONFIG_GFS2_FS is not set
61402 -# CONFIG_OCFS2_FS is not set
61403 -CONFIG_DNOTIFY=y
61404 -CONFIG_INOTIFY=y
61405 -CONFIG_INOTIFY_USER=y
61406 -# CONFIG_QUOTA is not set
61407 -# CONFIG_AUTOFS_FS is not set
61408 -# CONFIG_AUTOFS4_FS is not set
61409 -# CONFIG_FUSE_FS is not set
61410 -
61411 -#
61412 -# CD-ROM/DVD Filesystems
61413 -#
61414 -# CONFIG_ISO9660_FS is not set
61415 -# CONFIG_UDF_FS is not set
61416 -
61417 -#
61418 -# DOS/FAT/NT Filesystems
61419 -#
61420 -CONFIG_FAT_FS=y
61421 -CONFIG_MSDOS_FS=y
61422 -CONFIG_VFAT_FS=y
61423 -CONFIG_FAT_DEFAULT_CODEPAGE=437
61424 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
61425 -# CONFIG_NTFS_FS is not set
61426 -
61427 -#
61428 -# Pseudo filesystems
61429 -#
61430 -CONFIG_PROC_FS=y
61431 -CONFIG_PROC_KCORE=y
61432 -CONFIG_PROC_SYSCTL=y
61433 -CONFIG_SYSFS=y
61434 -CONFIG_TMPFS=y
61435 -# CONFIG_TMPFS_POSIX_ACL is not set
61436 -# CONFIG_HUGETLB_PAGE is not set
61437 -# CONFIG_CONFIGFS_FS is not set
61438 -
61439 -#
61440 -# Miscellaneous filesystems
61441 -#
61442 -# CONFIG_ADFS_FS is not set
61443 -# CONFIG_AFFS_FS is not set
61444 -# CONFIG_HFS_FS is not set
61445 -# CONFIG_HFSPLUS_FS is not set
61446 -# CONFIG_BEFS_FS is not set
61447 -# CONFIG_BFS_FS is not set
61448 -# CONFIG_EFS_FS is not set
61449 -# CONFIG_JFFS2_FS is not set
61450 -# CONFIG_CRAMFS is not set
61451 -# CONFIG_VXFS_FS is not set
61452 -# CONFIG_MINIX_FS is not set
61453 -# CONFIG_HPFS_FS is not set
61454 -# CONFIG_QNX4FS_FS is not set
61455 -# CONFIG_ROMFS_FS is not set
61456 -# CONFIG_SYSV_FS is not set
61457 -# CONFIG_UFS_FS is not set
61458 -CONFIG_NETWORK_FILESYSTEMS=y
61459 -CONFIG_NFS_FS=y
61460 -CONFIG_NFS_V3=y
61461 -# CONFIG_NFS_V3_ACL is not set
61462 -CONFIG_NFS_V4=y
61463 -# CONFIG_NFS_DIRECTIO is not set
61464 -# CONFIG_NFSD is not set
61465 -CONFIG_ROOT_NFS=y
61466 -CONFIG_LOCKD=y
61467 -CONFIG_LOCKD_V4=y
61468 -CONFIG_NFS_COMMON=y
61469 -CONFIG_SUNRPC=y
61470 -CONFIG_SUNRPC_GSS=y
61471 -# CONFIG_SUNRPC_BIND34 is not set
61472 -CONFIG_RPCSEC_GSS_KRB5=y
61473 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
61474 -# CONFIG_SMB_FS is not set
61475 -# CONFIG_CIFS is not set
61476 -# CONFIG_NCP_FS is not set
61477 -# CONFIG_CODA_FS is not set
61478 -# CONFIG_AFS_FS is not set
61479 -
61480 -#
61481 -# Partition Types
61482 -#
61483 -CONFIG_PARTITION_ADVANCED=y
61484 -# CONFIG_ACORN_PARTITION is not set
61485 -# CONFIG_OSF_PARTITION is not set
61486 -# CONFIG_AMIGA_PARTITION is not set
61487 -# CONFIG_ATARI_PARTITION is not set
61488 -CONFIG_MAC_PARTITION=y
61489 -CONFIG_MSDOS_PARTITION=y
61490 -# CONFIG_BSD_DISKLABEL is not set
61491 -# CONFIG_MINIX_SUBPARTITION is not set
61492 -# CONFIG_SOLARIS_X86_PARTITION is not set
61493 -# CONFIG_UNIXWARE_DISKLABEL is not set
61494 -# CONFIG_LDM_PARTITION is not set
61495 -# CONFIG_SGI_PARTITION is not set
61496 -# CONFIG_ULTRIX_PARTITION is not set
61497 -# CONFIG_SUN_PARTITION is not set
61498 -# CONFIG_KARMA_PARTITION is not set
61499 -# CONFIG_EFI_PARTITION is not set
61500 -# CONFIG_SYSV68_PARTITION is not set
61501 -CONFIG_NLS=y
61502 -CONFIG_NLS_DEFAULT="iso8859-1"
61503 -# CONFIG_NLS_CODEPAGE_437 is not set
61504 -# CONFIG_NLS_CODEPAGE_737 is not set
61505 -# CONFIG_NLS_CODEPAGE_775 is not set
61506 -# CONFIG_NLS_CODEPAGE_850 is not set
61507 -# CONFIG_NLS_CODEPAGE_852 is not set
61508 -# CONFIG_NLS_CODEPAGE_855 is not set
61509 -# CONFIG_NLS_CODEPAGE_857 is not set
61510 -# CONFIG_NLS_CODEPAGE_860 is not set
61511 -# CONFIG_NLS_CODEPAGE_861 is not set
61512 -# CONFIG_NLS_CODEPAGE_862 is not set
61513 -# CONFIG_NLS_CODEPAGE_863 is not set
61514 -# CONFIG_NLS_CODEPAGE_864 is not set
61515 -# CONFIG_NLS_CODEPAGE_865 is not set
61516 -# CONFIG_NLS_CODEPAGE_866 is not set
61517 -# CONFIG_NLS_CODEPAGE_869 is not set
61518 -# CONFIG_NLS_CODEPAGE_936 is not set
61519 -# CONFIG_NLS_CODEPAGE_950 is not set
61520 -# CONFIG_NLS_CODEPAGE_932 is not set
61521 -# CONFIG_NLS_CODEPAGE_949 is not set
61522 -# CONFIG_NLS_CODEPAGE_874 is not set
61523 -# CONFIG_NLS_ISO8859_8 is not set
61524 -# CONFIG_NLS_CODEPAGE_1250 is not set
61525 -# CONFIG_NLS_CODEPAGE_1251 is not set
61526 -# CONFIG_NLS_ASCII is not set
61527 -# CONFIG_NLS_ISO8859_1 is not set
61528 -# CONFIG_NLS_ISO8859_2 is not set
61529 -# CONFIG_NLS_ISO8859_3 is not set
61530 -# CONFIG_NLS_ISO8859_4 is not set
61531 -# CONFIG_NLS_ISO8859_5 is not set
61532 -# CONFIG_NLS_ISO8859_6 is not set
61533 -# CONFIG_NLS_ISO8859_7 is not set
61534 -# CONFIG_NLS_ISO8859_9 is not set
61535 -# CONFIG_NLS_ISO8859_13 is not set
61536 -# CONFIG_NLS_ISO8859_14 is not set
61537 -# CONFIG_NLS_ISO8859_15 is not set
61538 -# CONFIG_NLS_KOI8_R is not set
61539 -# CONFIG_NLS_KOI8_U is not set
61540 -# CONFIG_NLS_UTF8 is not set
61541 -# CONFIG_DLM is not set
61542 -
61543 -#
61544 -# Library routines
61545 -#
61546 -CONFIG_BITREVERSE=y
61547 -# CONFIG_CRC_CCITT is not set
61548 -# CONFIG_CRC16 is not set
61549 -# CONFIG_CRC_ITU_T is not set
61550 -CONFIG_CRC32=y
61551 -# CONFIG_CRC7 is not set
61552 -# CONFIG_LIBCRC32C is not set
61553 -CONFIG_PLIST=y
61554 -CONFIG_HAS_IOMEM=y
61555 -CONFIG_HAS_IOPORT=y
61556 -CONFIG_HAS_DMA=y
61557 -
61558 -#
61559 -# Kernel hacking
61560 -#
61561 -# CONFIG_PRINTK_TIME is not set
61562 -CONFIG_ENABLE_WARN_DEPRECATED=y
61563 -CONFIG_ENABLE_MUST_CHECK=y
61564 -# CONFIG_MAGIC_SYSRQ is not set
61565 -# CONFIG_UNUSED_SYMBOLS is not set
61566 -# CONFIG_DEBUG_FS is not set
61567 -# CONFIG_HEADERS_CHECK is not set
61568 -# CONFIG_DEBUG_KERNEL is not set
61569 -# CONFIG_SLUB_DEBUG_ON is not set
61570 -# CONFIG_SLUB_STATS is not set
61571 -# CONFIG_DEBUG_BUGVERBOSE is not set
61572 -# CONFIG_SAMPLES is not set
61573 -# CONFIG_PPC_EARLY_DEBUG is not set
61574 -
61575 -#
61576 -# Security options
61577 -#
61578 -# CONFIG_KEYS is not set
61579 -# CONFIG_SECURITY is not set
61580 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
61581 -CONFIG_CRYPTO=y
61582 -CONFIG_CRYPTO_ALGAPI=y
61583 -CONFIG_CRYPTO_BLKCIPHER=y
61584 -# CONFIG_CRYPTO_SEQIV is not set
61585 -CONFIG_CRYPTO_MANAGER=y
61586 -# CONFIG_CRYPTO_HMAC is not set
61587 -# CONFIG_CRYPTO_XCBC is not set
61588 -# CONFIG_CRYPTO_NULL is not set
61589 -# CONFIG_CRYPTO_MD4 is not set
61590 -CONFIG_CRYPTO_MD5=y
61591 -# CONFIG_CRYPTO_SHA1 is not set
61592 -# CONFIG_CRYPTO_SHA256 is not set
61593 -# CONFIG_CRYPTO_SHA512 is not set
61594 -# CONFIG_CRYPTO_WP512 is not set
61595 -# CONFIG_CRYPTO_TGR192 is not set
61596 -# CONFIG_CRYPTO_GF128MUL is not set
61597 -# CONFIG_CRYPTO_ECB is not set
61598 -CONFIG_CRYPTO_CBC=y
61599 -CONFIG_CRYPTO_PCBC=m
61600 -# CONFIG_CRYPTO_LRW is not set
61601 -# CONFIG_CRYPTO_XTS is not set
61602 -# CONFIG_CRYPTO_CTR is not set
61603 -# CONFIG_CRYPTO_GCM is not set
61604 -# CONFIG_CRYPTO_CCM is not set
61605 -# CONFIG_CRYPTO_CRYPTD is not set
61606 -CONFIG_CRYPTO_DES=y
61607 -# CONFIG_CRYPTO_FCRYPT is not set
61608 -# CONFIG_CRYPTO_BLOWFISH is not set
61609 -# CONFIG_CRYPTO_TWOFISH is not set
61610 -# CONFIG_CRYPTO_SERPENT is not set
61611 -# CONFIG_CRYPTO_AES is not set
61612 -# CONFIG_CRYPTO_CAST5 is not set
61613 -# CONFIG_CRYPTO_CAST6 is not set
61614 -# CONFIG_CRYPTO_TEA is not set
61615 -# CONFIG_CRYPTO_ARC4 is not set
61616 -# CONFIG_CRYPTO_KHAZAD is not set
61617 -# CONFIG_CRYPTO_ANUBIS is not set
61618 -# CONFIG_CRYPTO_SEED is not set
61619 -# CONFIG_CRYPTO_SALSA20 is not set
61620 -# CONFIG_CRYPTO_DEFLATE is not set
61621 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
61622 -# CONFIG_CRYPTO_CRC32C is not set
61623 -# CONFIG_CRYPTO_CAMELLIA is not set
61624 -# CONFIG_CRYPTO_TEST is not set
61625 -# CONFIG_CRYPTO_AUTHENC is not set
61626 -# CONFIG_CRYPTO_LZO is not set
61627 -CONFIG_CRYPTO_HW=y
61628 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
61629 -# CONFIG_PPC_CLOCK is not set
61630 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_mds_defconfig powerpc.git/arch/powerpc/configs/mpc834x_mds_defconfig
61631 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc834x_mds_defconfig 2008-04-11 22:32:29.000000000 +0200
61632 +++ powerpc.git/arch/powerpc/configs/mpc834x_mds_defconfig 1970-01-01 01:00:00.000000000 +0100
61633 @@ -1,1021 +0,0 @@
61634 -#
61635 -# Automatically generated make config: don't edit
61636 -# Linux kernel version: 2.6.25-rc7
61637 -# Mon Mar 31 11:36:56 2008
61638 -#
61639 -# CONFIG_PPC64 is not set
61640 -
61641 -#
61642 -# Processor support
61643 -#
61644 -CONFIG_6xx=y
61645 -# CONFIG_PPC_85xx is not set
61646 -# CONFIG_PPC_8xx is not set
61647 -# CONFIG_40x is not set
61648 -# CONFIG_44x is not set
61649 -# CONFIG_E200 is not set
61650 -CONFIG_PPC_FPU=y
61651 -# CONFIG_FSL_EMB_PERFMON is not set
61652 -CONFIG_PPC_STD_MMU=y
61653 -CONFIG_PPC_STD_MMU_32=y
61654 -# CONFIG_PPC_MM_SLICES is not set
61655 -# CONFIG_SMP is not set
61656 -CONFIG_PPC32=y
61657 -CONFIG_WORD_SIZE=32
61658 -CONFIG_PPC_MERGE=y
61659 -CONFIG_MMU=y
61660 -CONFIG_GENERIC_CMOS_UPDATE=y
61661 -CONFIG_GENERIC_TIME=y
61662 -CONFIG_GENERIC_TIME_VSYSCALL=y
61663 -CONFIG_GENERIC_CLOCKEVENTS=y
61664 -CONFIG_GENERIC_HARDIRQS=y
61665 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
61666 -CONFIG_IRQ_PER_CPU=y
61667 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
61668 -CONFIG_ARCH_HAS_ILOG2_U32=y
61669 -CONFIG_GENERIC_HWEIGHT=y
61670 -CONFIG_GENERIC_CALIBRATE_DELAY=y
61671 -CONFIG_GENERIC_FIND_NEXT_BIT=y
61672 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
61673 -CONFIG_PPC=y
61674 -CONFIG_EARLY_PRINTK=y
61675 -CONFIG_GENERIC_NVRAM=y
61676 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
61677 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
61678 -CONFIG_PPC_OF=y
61679 -CONFIG_OF=y
61680 -CONFIG_PPC_UDBG_16550=y
61681 -# CONFIG_GENERIC_TBSYNC is not set
61682 -CONFIG_AUDIT_ARCH=y
61683 -CONFIG_GENERIC_BUG=y
61684 -CONFIG_DEFAULT_UIMAGE=y
61685 -# CONFIG_PPC_DCR_NATIVE is not set
61686 -# CONFIG_PPC_DCR_MMIO is not set
61687 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
61688 -
61689 -#
61690 -# General setup
61691 -#
61692 -CONFIG_EXPERIMENTAL=y
61693 -CONFIG_BROKEN_ON_SMP=y
61694 -CONFIG_INIT_ENV_ARG_LIMIT=32
61695 -CONFIG_LOCALVERSION=""
61696 -CONFIG_LOCALVERSION_AUTO=y
61697 -CONFIG_SWAP=y
61698 -CONFIG_SYSVIPC=y
61699 -CONFIG_SYSVIPC_SYSCTL=y
61700 -# CONFIG_POSIX_MQUEUE is not set
61701 -# CONFIG_BSD_PROCESS_ACCT is not set
61702 -# CONFIG_TASKSTATS is not set
61703 -# CONFIG_AUDIT is not set
61704 -# CONFIG_IKCONFIG is not set
61705 -CONFIG_LOG_BUF_SHIFT=14
61706 -# CONFIG_CGROUPS is not set
61707 -CONFIG_GROUP_SCHED=y
61708 -# CONFIG_FAIR_GROUP_SCHED is not set
61709 -# CONFIG_RT_GROUP_SCHED is not set
61710 -CONFIG_USER_SCHED=y
61711 -# CONFIG_CGROUP_SCHED is not set
61712 -CONFIG_SYSFS_DEPRECATED=y
61713 -CONFIG_SYSFS_DEPRECATED_V2=y
61714 -# CONFIG_RELAY is not set
61715 -# CONFIG_NAMESPACES is not set
61716 -CONFIG_BLK_DEV_INITRD=y
61717 -CONFIG_INITRAMFS_SOURCE=""
61718 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
61719 -CONFIG_SYSCTL=y
61720 -CONFIG_EMBEDDED=y
61721 -CONFIG_SYSCTL_SYSCALL=y
61722 -# CONFIG_KALLSYMS is not set
61723 -CONFIG_HOTPLUG=y
61724 -CONFIG_PRINTK=y
61725 -CONFIG_BUG=y
61726 -CONFIG_ELF_CORE=y
61727 -CONFIG_COMPAT_BRK=y
61728 -CONFIG_BASE_FULL=y
61729 -CONFIG_FUTEX=y
61730 -CONFIG_ANON_INODES=y
61731 -# CONFIG_EPOLL is not set
61732 -CONFIG_SIGNALFD=y
61733 -CONFIG_TIMERFD=y
61734 -CONFIG_EVENTFD=y
61735 -CONFIG_SHMEM=y
61736 -CONFIG_VM_EVENT_COUNTERS=y
61737 -CONFIG_SLUB_DEBUG=y
61738 -# CONFIG_SLAB is not set
61739 -CONFIG_SLUB=y
61740 -# CONFIG_SLOB is not set
61741 -# CONFIG_PROFILING is not set
61742 -# CONFIG_MARKERS is not set
61743 -CONFIG_HAVE_OPROFILE=y
61744 -CONFIG_HAVE_KPROBES=y
61745 -CONFIG_HAVE_KRETPROBES=y
61746 -CONFIG_PROC_PAGE_MONITOR=y
61747 -CONFIG_SLABINFO=y
61748 -CONFIG_RT_MUTEXES=y
61749 -# CONFIG_TINY_SHMEM is not set
61750 -CONFIG_BASE_SMALL=0
61751 -CONFIG_MODULES=y
61752 -CONFIG_MODULE_UNLOAD=y
61753 -# CONFIG_MODULE_FORCE_UNLOAD is not set
61754 -# CONFIG_MODVERSIONS is not set
61755 -# CONFIG_MODULE_SRCVERSION_ALL is not set
61756 -# CONFIG_KMOD is not set
61757 -CONFIG_BLOCK=y
61758 -# CONFIG_LBD is not set
61759 -# CONFIG_BLK_DEV_IO_TRACE is not set
61760 -# CONFIG_LSF is not set
61761 -# CONFIG_BLK_DEV_BSG is not set
61762 -
61763 -#
61764 -# IO Schedulers
61765 -#
61766 -CONFIG_IOSCHED_NOOP=y
61767 -CONFIG_IOSCHED_AS=y
61768 -CONFIG_IOSCHED_DEADLINE=y
61769 -CONFIG_IOSCHED_CFQ=y
61770 -CONFIG_DEFAULT_AS=y
61771 -# CONFIG_DEFAULT_DEADLINE is not set
61772 -# CONFIG_DEFAULT_CFQ is not set
61773 -# CONFIG_DEFAULT_NOOP is not set
61774 -CONFIG_DEFAULT_IOSCHED="anticipatory"
61775 -CONFIG_CLASSIC_RCU=y
61776 -
61777 -#
61778 -# Platform support
61779 -#
61780 -# CONFIG_PPC_MULTIPLATFORM is not set
61781 -# CONFIG_PPC_82xx is not set
61782 -CONFIG_PPC_83xx=y
61783 -# CONFIG_PPC_86xx is not set
61784 -# CONFIG_PPC_MPC512x is not set
61785 -# CONFIG_PPC_MPC5121 is not set
61786 -# CONFIG_PPC_CELL is not set
61787 -# CONFIG_PPC_CELL_NATIVE is not set
61788 -# CONFIG_PQ2ADS is not set
61789 -CONFIG_MPC83xx=y
61790 -# CONFIG_MPC831x_RDB is not set
61791 -# CONFIG_MPC832x_MDS is not set
61792 -# CONFIG_MPC832x_RDB is not set
61793 -CONFIG_MPC834x_MDS=y
61794 -# CONFIG_MPC834x_ITX is not set
61795 -# CONFIG_MPC836x_MDS is not set
61796 -# CONFIG_MPC837x_MDS is not set
61797 -# CONFIG_MPC837x_RDB is not set
61798 -# CONFIG_SBC834x is not set
61799 -CONFIG_PPC_MPC834x=y
61800 -CONFIG_IPIC=y
61801 -# CONFIG_MPIC is not set
61802 -# CONFIG_MPIC_WEIRD is not set
61803 -# CONFIG_PPC_I8259 is not set
61804 -# CONFIG_PPC_RTAS is not set
61805 -# CONFIG_MMIO_NVRAM is not set
61806 -# CONFIG_PPC_MPC106 is not set
61807 -# CONFIG_PPC_970_NAP is not set
61808 -# CONFIG_PPC_INDIRECT_IO is not set
61809 -# CONFIG_GENERIC_IOMAP is not set
61810 -# CONFIG_CPU_FREQ is not set
61811 -# CONFIG_FSL_ULI1575 is not set
61812 -
61813 -#
61814 -# Kernel options
61815 -#
61816 -# CONFIG_HIGHMEM is not set
61817 -CONFIG_TICK_ONESHOT=y
61818 -CONFIG_NO_HZ=y
61819 -CONFIG_HIGH_RES_TIMERS=y
61820 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
61821 -# CONFIG_HZ_100 is not set
61822 -CONFIG_HZ_250=y
61823 -# CONFIG_HZ_300 is not set
61824 -# CONFIG_HZ_1000 is not set
61825 -CONFIG_HZ=250
61826 -# CONFIG_SCHED_HRTICK is not set
61827 -CONFIG_PREEMPT_NONE=y
61828 -# CONFIG_PREEMPT_VOLUNTARY is not set
61829 -# CONFIG_PREEMPT is not set
61830 -CONFIG_BINFMT_ELF=y
61831 -# CONFIG_BINFMT_MISC is not set
61832 -# CONFIG_IOMMU_HELPER is not set
61833 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
61834 -CONFIG_ARCH_HAS_WALK_MEMORY=y
61835 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
61836 -CONFIG_ARCH_FLATMEM_ENABLE=y
61837 -CONFIG_ARCH_POPULATES_NODE_MAP=y
61838 -CONFIG_SELECT_MEMORY_MODEL=y
61839 -CONFIG_FLATMEM_MANUAL=y
61840 -# CONFIG_DISCONTIGMEM_MANUAL is not set
61841 -# CONFIG_SPARSEMEM_MANUAL is not set
61842 -CONFIG_FLATMEM=y
61843 -CONFIG_FLAT_NODE_MEM_MAP=y
61844 -# CONFIG_SPARSEMEM_STATIC is not set
61845 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
61846 -CONFIG_SPLIT_PTLOCK_CPUS=4
61847 -# CONFIG_RESOURCES_64BIT is not set
61848 -CONFIG_ZONE_DMA_FLAG=1
61849 -CONFIG_BOUNCE=y
61850 -CONFIG_VIRT_TO_BUS=y
61851 -CONFIG_PROC_DEVICETREE=y
61852 -# CONFIG_CMDLINE_BOOL is not set
61853 -# CONFIG_PM is not set
61854 -CONFIG_SECCOMP=y
61855 -CONFIG_ISA_DMA_API=y
61856 -
61857 -#
61858 -# Bus options
61859 -#
61860 -CONFIG_ZONE_DMA=y
61861 -CONFIG_GENERIC_ISA_DMA=y
61862 -CONFIG_PPC_INDIRECT_PCI=y
61863 -CONFIG_FSL_SOC=y
61864 -CONFIG_PCI=y
61865 -CONFIG_PCI_DOMAINS=y
61866 -CONFIG_PCI_SYSCALL=y
61867 -# CONFIG_PCIEPORTBUS is not set
61868 -CONFIG_ARCH_SUPPORTS_MSI=y
61869 -# CONFIG_PCI_MSI is not set
61870 -CONFIG_PCI_LEGACY=y
61871 -# CONFIG_PCCARD is not set
61872 -# CONFIG_HOTPLUG_PCI is not set
61873 -
61874 -#
61875 -# Advanced setup
61876 -#
61877 -# CONFIG_ADVANCED_OPTIONS is not set
61878 -
61879 -#
61880 -# Default settings for advanced configuration options are used
61881 -#
61882 -CONFIG_HIGHMEM_START=0xfe000000
61883 -CONFIG_LOWMEM_SIZE=0x30000000
61884 -CONFIG_KERNEL_START=0xc0000000
61885 -CONFIG_TASK_SIZE=0xc0000000
61886 -CONFIG_BOOT_LOAD=0x00800000
61887 -
61888 -#
61889 -# Networking
61890 -#
61891 -CONFIG_NET=y
61892 -
61893 -#
61894 -# Networking options
61895 -#
61896 -CONFIG_PACKET=y
61897 -# CONFIG_PACKET_MMAP is not set
61898 -CONFIG_UNIX=y
61899 -CONFIG_XFRM=y
61900 -CONFIG_XFRM_USER=m
61901 -# CONFIG_XFRM_SUB_POLICY is not set
61902 -# CONFIG_XFRM_MIGRATE is not set
61903 -# CONFIG_XFRM_STATISTICS is not set
61904 -# CONFIG_NET_KEY is not set
61905 -CONFIG_INET=y
61906 -CONFIG_IP_MULTICAST=y
61907 -# CONFIG_IP_ADVANCED_ROUTER is not set
61908 -CONFIG_IP_FIB_HASH=y
61909 -CONFIG_IP_PNP=y
61910 -CONFIG_IP_PNP_DHCP=y
61911 -CONFIG_IP_PNP_BOOTP=y
61912 -# CONFIG_IP_PNP_RARP is not set
61913 -# CONFIG_NET_IPIP is not set
61914 -# CONFIG_NET_IPGRE is not set
61915 -# CONFIG_IP_MROUTE is not set
61916 -# CONFIG_ARPD is not set
61917 -CONFIG_SYN_COOKIES=y
61918 -# CONFIG_INET_AH is not set
61919 -# CONFIG_INET_ESP is not set
61920 -# CONFIG_INET_IPCOMP is not set
61921 -# CONFIG_INET_XFRM_TUNNEL is not set
61922 -# CONFIG_INET_TUNNEL is not set
61923 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
61924 -CONFIG_INET_XFRM_MODE_TUNNEL=y
61925 -CONFIG_INET_XFRM_MODE_BEET=y
61926 -# CONFIG_INET_LRO is not set
61927 -CONFIG_INET_DIAG=y
61928 -CONFIG_INET_TCP_DIAG=y
61929 -# CONFIG_TCP_CONG_ADVANCED is not set
61930 -CONFIG_TCP_CONG_CUBIC=y
61931 -CONFIG_DEFAULT_TCP_CONG="cubic"
61932 -# CONFIG_TCP_MD5SIG is not set
61933 -# CONFIG_IPV6 is not set
61934 -# CONFIG_INET6_XFRM_TUNNEL is not set
61935 -# CONFIG_INET6_TUNNEL is not set
61936 -# CONFIG_NETWORK_SECMARK is not set
61937 -# CONFIG_NETFILTER is not set
61938 -# CONFIG_IP_DCCP is not set
61939 -# CONFIG_IP_SCTP is not set
61940 -# CONFIG_TIPC is not set
61941 -# CONFIG_ATM is not set
61942 -# CONFIG_BRIDGE is not set
61943 -# CONFIG_VLAN_8021Q is not set
61944 -# CONFIG_DECNET is not set
61945 -# CONFIG_LLC2 is not set
61946 -# CONFIG_IPX is not set
61947 -# CONFIG_ATALK is not set
61948 -# CONFIG_X25 is not set
61949 -# CONFIG_LAPB is not set
61950 -# CONFIG_ECONET is not set
61951 -# CONFIG_WAN_ROUTER is not set
61952 -# CONFIG_NET_SCHED is not set
61953 -
61954 -#
61955 -# Network testing
61956 -#
61957 -# CONFIG_NET_PKTGEN is not set
61958 -# CONFIG_HAMRADIO is not set
61959 -# CONFIG_CAN is not set
61960 -# CONFIG_IRDA is not set
61961 -# CONFIG_BT is not set
61962 -# CONFIG_AF_RXRPC is not set
61963 -
61964 -#
61965 -# Wireless
61966 -#
61967 -# CONFIG_CFG80211 is not set
61968 -# CONFIG_WIRELESS_EXT is not set
61969 -# CONFIG_MAC80211 is not set
61970 -# CONFIG_IEEE80211 is not set
61971 -# CONFIG_RFKILL is not set
61972 -# CONFIG_NET_9P is not set
61973 -
61974 -#
61975 -# Device Drivers
61976 -#
61977 -
61978 -#
61979 -# Generic Driver Options
61980 -#
61981 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
61982 -CONFIG_STANDALONE=y
61983 -CONFIG_PREVENT_FIRMWARE_BUILD=y
61984 -# CONFIG_FW_LOADER is not set
61985 -# CONFIG_SYS_HYPERVISOR is not set
61986 -# CONFIG_CONNECTOR is not set
61987 -# CONFIG_MTD is not set
61988 -CONFIG_OF_DEVICE=y
61989 -# CONFIG_PARPORT is not set
61990 -CONFIG_BLK_DEV=y
61991 -# CONFIG_BLK_DEV_FD is not set
61992 -# CONFIG_BLK_CPQ_DA is not set
61993 -# CONFIG_BLK_CPQ_CISS_DA is not set
61994 -# CONFIG_BLK_DEV_DAC960 is not set
61995 -# CONFIG_BLK_DEV_UMEM is not set
61996 -# CONFIG_BLK_DEV_COW_COMMON is not set
61997 -CONFIG_BLK_DEV_LOOP=y
61998 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
61999 -# CONFIG_BLK_DEV_NBD is not set
62000 -# CONFIG_BLK_DEV_SX8 is not set
62001 -CONFIG_BLK_DEV_RAM=y
62002 -CONFIG_BLK_DEV_RAM_COUNT=16
62003 -CONFIG_BLK_DEV_RAM_SIZE=32768
62004 -# CONFIG_BLK_DEV_XIP is not set
62005 -# CONFIG_CDROM_PKTCDVD is not set
62006 -# CONFIG_ATA_OVER_ETH is not set
62007 -CONFIG_MISC_DEVICES=y
62008 -# CONFIG_PHANTOM is not set
62009 -# CONFIG_EEPROM_93CX6 is not set
62010 -# CONFIG_SGI_IOC4 is not set
62011 -# CONFIG_TIFM_CORE is not set
62012 -# CONFIG_ENCLOSURE_SERVICES is not set
62013 -CONFIG_HAVE_IDE=y
62014 -# CONFIG_IDE is not set
62015 -
62016 -#
62017 -# SCSI device support
62018 -#
62019 -# CONFIG_RAID_ATTRS is not set
62020 -# CONFIG_SCSI is not set
62021 -# CONFIG_SCSI_DMA is not set
62022 -# CONFIG_SCSI_NETLINK is not set
62023 -# CONFIG_ATA is not set
62024 -# CONFIG_MD is not set
62025 -# CONFIG_FUSION is not set
62026 -
62027 -#
62028 -# IEEE 1394 (FireWire) support
62029 -#
62030 -# CONFIG_FIREWIRE is not set
62031 -# CONFIG_IEEE1394 is not set
62032 -# CONFIG_I2O is not set
62033 -# CONFIG_MACINTOSH_DRIVERS is not set
62034 -CONFIG_NETDEVICES=y
62035 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
62036 -# CONFIG_DUMMY is not set
62037 -# CONFIG_BONDING is not set
62038 -# CONFIG_MACVLAN is not set
62039 -# CONFIG_EQUALIZER is not set
62040 -# CONFIG_TUN is not set
62041 -# CONFIG_VETH is not set
62042 -# CONFIG_ARCNET is not set
62043 -CONFIG_PHYLIB=y
62044 -
62045 -#
62046 -# MII PHY device drivers
62047 -#
62048 -CONFIG_MARVELL_PHY=y
62049 -# CONFIG_DAVICOM_PHY is not set
62050 -# CONFIG_QSEMI_PHY is not set
62051 -# CONFIG_LXT_PHY is not set
62052 -# CONFIG_CICADA_PHY is not set
62053 -# CONFIG_VITESSE_PHY is not set
62054 -# CONFIG_SMSC_PHY is not set
62055 -# CONFIG_BROADCOM_PHY is not set
62056 -# CONFIG_ICPLUS_PHY is not set
62057 -# CONFIG_REALTEK_PHY is not set
62058 -# CONFIG_FIXED_PHY is not set
62059 -# CONFIG_MDIO_BITBANG is not set
62060 -CONFIG_NET_ETHERNET=y
62061 -CONFIG_MII=y
62062 -# CONFIG_HAPPYMEAL is not set
62063 -# CONFIG_SUNGEM is not set
62064 -# CONFIG_CASSINI is not set
62065 -# CONFIG_NET_VENDOR_3COM is not set
62066 -# CONFIG_NET_TULIP is not set
62067 -# CONFIG_HP100 is not set
62068 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
62069 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
62070 -# CONFIG_IBM_NEW_EMAC_TAH is not set
62071 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
62072 -CONFIG_NET_PCI=y
62073 -# CONFIG_PCNET32 is not set
62074 -# CONFIG_AMD8111_ETH is not set
62075 -# CONFIG_ADAPTEC_STARFIRE is not set
62076 -# CONFIG_B44 is not set
62077 -# CONFIG_FORCEDETH is not set
62078 -# CONFIG_EEPRO100 is not set
62079 -CONFIG_E100=y
62080 -# CONFIG_FEALNX is not set
62081 -# CONFIG_NATSEMI is not set
62082 -# CONFIG_NE2K_PCI is not set
62083 -# CONFIG_8139CP is not set
62084 -# CONFIG_8139TOO is not set
62085 -# CONFIG_R6040 is not set
62086 -# CONFIG_SIS900 is not set
62087 -# CONFIG_EPIC100 is not set
62088 -# CONFIG_SUNDANCE is not set
62089 -# CONFIG_TLAN is not set
62090 -# CONFIG_VIA_RHINE is not set
62091 -# CONFIG_SC92031 is not set
62092 -CONFIG_NETDEV_1000=y
62093 -# CONFIG_ACENIC is not set
62094 -# CONFIG_DL2K is not set
62095 -# CONFIG_E1000 is not set
62096 -# CONFIG_E1000E is not set
62097 -# CONFIG_E1000E_ENABLED is not set
62098 -# CONFIG_IP1000 is not set
62099 -# CONFIG_IGB is not set
62100 -# CONFIG_NS83820 is not set
62101 -# CONFIG_HAMACHI is not set
62102 -# CONFIG_YELLOWFIN is not set
62103 -# CONFIG_R8169 is not set
62104 -# CONFIG_SIS190 is not set
62105 -# CONFIG_SKGE is not set
62106 -# CONFIG_SKY2 is not set
62107 -# CONFIG_SK98LIN is not set
62108 -# CONFIG_VIA_VELOCITY is not set
62109 -# CONFIG_TIGON3 is not set
62110 -# CONFIG_BNX2 is not set
62111 -CONFIG_GIANFAR=y
62112 -# CONFIG_GFAR_NAPI is not set
62113 -# CONFIG_QLA3XXX is not set
62114 -# CONFIG_ATL1 is not set
62115 -CONFIG_NETDEV_10000=y
62116 -# CONFIG_CHELSIO_T1 is not set
62117 -# CONFIG_CHELSIO_T3 is not set
62118 -# CONFIG_IXGBE is not set
62119 -# CONFIG_IXGB is not set
62120 -# CONFIG_S2IO is not set
62121 -# CONFIG_MYRI10GE is not set
62122 -# CONFIG_NETXEN_NIC is not set
62123 -# CONFIG_NIU is not set
62124 -# CONFIG_MLX4_CORE is not set
62125 -# CONFIG_TEHUTI is not set
62126 -# CONFIG_BNX2X is not set
62127 -# CONFIG_TR is not set
62128 -
62129 -#
62130 -# Wireless LAN
62131 -#
62132 -# CONFIG_WLAN_PRE80211 is not set
62133 -# CONFIG_WLAN_80211 is not set
62134 -# CONFIG_WAN is not set
62135 -# CONFIG_FDDI is not set
62136 -# CONFIG_HIPPI is not set
62137 -# CONFIG_PPP is not set
62138 -# CONFIG_SLIP is not set
62139 -# CONFIG_NETCONSOLE is not set
62140 -# CONFIG_NETPOLL is not set
62141 -# CONFIG_NET_POLL_CONTROLLER is not set
62142 -# CONFIG_ISDN is not set
62143 -# CONFIG_PHONE is not set
62144 -
62145 -#
62146 -# Input device support
62147 -#
62148 -CONFIG_INPUT=y
62149 -# CONFIG_INPUT_FF_MEMLESS is not set
62150 -# CONFIG_INPUT_POLLDEV is not set
62151 -
62152 -#
62153 -# Userland interfaces
62154 -#
62155 -# CONFIG_INPUT_MOUSEDEV is not set
62156 -# CONFIG_INPUT_JOYDEV is not set
62157 -# CONFIG_INPUT_EVDEV is not set
62158 -# CONFIG_INPUT_EVBUG is not set
62159 -
62160 -#
62161 -# Input Device Drivers
62162 -#
62163 -# CONFIG_INPUT_KEYBOARD is not set
62164 -# CONFIG_INPUT_MOUSE is not set
62165 -# CONFIG_INPUT_JOYSTICK is not set
62166 -# CONFIG_INPUT_TABLET is not set
62167 -# CONFIG_INPUT_TOUCHSCREEN is not set
62168 -# CONFIG_INPUT_MISC is not set
62169 -
62170 -#
62171 -# Hardware I/O ports
62172 -#
62173 -# CONFIG_SERIO is not set
62174 -# CONFIG_GAMEPORT is not set
62175 -
62176 -#
62177 -# Character devices
62178 -#
62179 -# CONFIG_VT is not set
62180 -# CONFIG_SERIAL_NONSTANDARD is not set
62181 -# CONFIG_NOZOMI is not set
62182 -
62183 -#
62184 -# Serial drivers
62185 -#
62186 -CONFIG_SERIAL_8250=y
62187 -CONFIG_SERIAL_8250_CONSOLE=y
62188 -CONFIG_SERIAL_8250_PCI=y
62189 -CONFIG_SERIAL_8250_NR_UARTS=4
62190 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
62191 -# CONFIG_SERIAL_8250_EXTENDED is not set
62192 -
62193 -#
62194 -# Non-8250 serial port support
62195 -#
62196 -# CONFIG_SERIAL_UARTLITE is not set
62197 -CONFIG_SERIAL_CORE=y
62198 -CONFIG_SERIAL_CORE_CONSOLE=y
62199 -# CONFIG_SERIAL_JSM is not set
62200 -# CONFIG_SERIAL_OF_PLATFORM is not set
62201 -CONFIG_UNIX98_PTYS=y
62202 -CONFIG_LEGACY_PTYS=y
62203 -CONFIG_LEGACY_PTY_COUNT=256
62204 -# CONFIG_IPMI_HANDLER is not set
62205 -# CONFIG_HW_RANDOM is not set
62206 -# CONFIG_NVRAM is not set
62207 -# CONFIG_GEN_RTC is not set
62208 -# CONFIG_R3964 is not set
62209 -# CONFIG_APPLICOM is not set
62210 -# CONFIG_RAW_DRIVER is not set
62211 -# CONFIG_TCG_TPM is not set
62212 -CONFIG_DEVPORT=y
62213 -CONFIG_I2C=y
62214 -CONFIG_I2C_BOARDINFO=y
62215 -CONFIG_I2C_CHARDEV=y
62216 -
62217 -#
62218 -# I2C Algorithms
62219 -#
62220 -# CONFIG_I2C_ALGOBIT is not set
62221 -# CONFIG_I2C_ALGOPCF is not set
62222 -# CONFIG_I2C_ALGOPCA is not set
62223 -
62224 -#
62225 -# I2C Hardware Bus support
62226 -#
62227 -# CONFIG_I2C_ALI1535 is not set
62228 -# CONFIG_I2C_ALI1563 is not set
62229 -# CONFIG_I2C_ALI15X3 is not set
62230 -# CONFIG_I2C_AMD756 is not set
62231 -# CONFIG_I2C_AMD8111 is not set
62232 -# CONFIG_I2C_I801 is not set
62233 -# CONFIG_I2C_I810 is not set
62234 -# CONFIG_I2C_PIIX4 is not set
62235 -CONFIG_I2C_MPC=y
62236 -# CONFIG_I2C_NFORCE2 is not set
62237 -# CONFIG_I2C_OCORES is not set
62238 -# CONFIG_I2C_PARPORT_LIGHT is not set
62239 -# CONFIG_I2C_PROSAVAGE is not set
62240 -# CONFIG_I2C_SAVAGE4 is not set
62241 -# CONFIG_I2C_SIMTEC is not set
62242 -# CONFIG_I2C_SIS5595 is not set
62243 -# CONFIG_I2C_SIS630 is not set
62244 -# CONFIG_I2C_SIS96X is not set
62245 -# CONFIG_I2C_TAOS_EVM is not set
62246 -# CONFIG_I2C_STUB is not set
62247 -# CONFIG_I2C_VIA is not set
62248 -# CONFIG_I2C_VIAPRO is not set
62249 -# CONFIG_I2C_VOODOO3 is not set
62250 -
62251 -#
62252 -# Miscellaneous I2C Chip support
62253 -#
62254 -# CONFIG_DS1682 is not set
62255 -# CONFIG_SENSORS_EEPROM is not set
62256 -# CONFIG_SENSORS_PCF8574 is not set
62257 -# CONFIG_PCF8575 is not set
62258 -# CONFIG_SENSORS_PCF8591 is not set
62259 -# CONFIG_TPS65010 is not set
62260 -# CONFIG_SENSORS_MAX6875 is not set
62261 -# CONFIG_SENSORS_TSL2550 is not set
62262 -# CONFIG_I2C_DEBUG_CORE is not set
62263 -# CONFIG_I2C_DEBUG_ALGO is not set
62264 -# CONFIG_I2C_DEBUG_BUS is not set
62265 -# CONFIG_I2C_DEBUG_CHIP is not set
62266 -
62267 -#
62268 -# SPI support
62269 -#
62270 -# CONFIG_SPI is not set
62271 -# CONFIG_SPI_MASTER is not set
62272 -# CONFIG_W1 is not set
62273 -# CONFIG_POWER_SUPPLY is not set
62274 -CONFIG_HWMON=y
62275 -# CONFIG_HWMON_VID is not set
62276 -# CONFIG_SENSORS_AD7418 is not set
62277 -# CONFIG_SENSORS_ADM1021 is not set
62278 -# CONFIG_SENSORS_ADM1025 is not set
62279 -# CONFIG_SENSORS_ADM1026 is not set
62280 -# CONFIG_SENSORS_ADM1029 is not set
62281 -# CONFIG_SENSORS_ADM1031 is not set
62282 -# CONFIG_SENSORS_ADM9240 is not set
62283 -# CONFIG_SENSORS_ADT7470 is not set
62284 -# CONFIG_SENSORS_ADT7473 is not set
62285 -# CONFIG_SENSORS_ATXP1 is not set
62286 -# CONFIG_SENSORS_DS1621 is not set
62287 -# CONFIG_SENSORS_I5K_AMB is not set
62288 -# CONFIG_SENSORS_F71805F is not set
62289 -# CONFIG_SENSORS_F71882FG is not set
62290 -# CONFIG_SENSORS_F75375S is not set
62291 -# CONFIG_SENSORS_GL518SM is not set
62292 -# CONFIG_SENSORS_GL520SM is not set
62293 -# CONFIG_SENSORS_IT87 is not set
62294 -# CONFIG_SENSORS_LM63 is not set
62295 -# CONFIG_SENSORS_LM75 is not set
62296 -# CONFIG_SENSORS_LM77 is not set
62297 -# CONFIG_SENSORS_LM78 is not set
62298 -# CONFIG_SENSORS_LM80 is not set
62299 -# CONFIG_SENSORS_LM83 is not set
62300 -# CONFIG_SENSORS_LM85 is not set
62301 -# CONFIG_SENSORS_LM87 is not set
62302 -# CONFIG_SENSORS_LM90 is not set
62303 -# CONFIG_SENSORS_LM92 is not set
62304 -# CONFIG_SENSORS_LM93 is not set
62305 -# CONFIG_SENSORS_MAX1619 is not set
62306 -# CONFIG_SENSORS_MAX6650 is not set
62307 -# CONFIG_SENSORS_PC87360 is not set
62308 -# CONFIG_SENSORS_PC87427 is not set
62309 -# CONFIG_SENSORS_SIS5595 is not set
62310 -# CONFIG_SENSORS_DME1737 is not set
62311 -# CONFIG_SENSORS_SMSC47M1 is not set
62312 -# CONFIG_SENSORS_SMSC47M192 is not set
62313 -# CONFIG_SENSORS_SMSC47B397 is not set
62314 -# CONFIG_SENSORS_ADS7828 is not set
62315 -# CONFIG_SENSORS_THMC50 is not set
62316 -# CONFIG_SENSORS_VIA686A is not set
62317 -# CONFIG_SENSORS_VT1211 is not set
62318 -# CONFIG_SENSORS_VT8231 is not set
62319 -# CONFIG_SENSORS_W83781D is not set
62320 -# CONFIG_SENSORS_W83791D is not set
62321 -# CONFIG_SENSORS_W83792D is not set
62322 -# CONFIG_SENSORS_W83793 is not set
62323 -# CONFIG_SENSORS_W83L785TS is not set
62324 -# CONFIG_SENSORS_W83L786NG is not set
62325 -# CONFIG_SENSORS_W83627HF is not set
62326 -# CONFIG_SENSORS_W83627EHF is not set
62327 -# CONFIG_HWMON_DEBUG_CHIP is not set
62328 -# CONFIG_THERMAL is not set
62329 -CONFIG_WATCHDOG=y
62330 -# CONFIG_WATCHDOG_NOWAYOUT is not set
62331 -
62332 -#
62333 -# Watchdog Device Drivers
62334 -#
62335 -# CONFIG_SOFT_WATCHDOG is not set
62336 -CONFIG_83xx_WDT=y
62337 -
62338 -#
62339 -# PCI-based Watchdog Cards
62340 -#
62341 -# CONFIG_PCIPCWATCHDOG is not set
62342 -# CONFIG_WDTPCI is not set
62343 -
62344 -#
62345 -# Sonics Silicon Backplane
62346 -#
62347 -CONFIG_SSB_POSSIBLE=y
62348 -# CONFIG_SSB is not set
62349 -
62350 -#
62351 -# Multifunction device drivers
62352 -#
62353 -# CONFIG_MFD_SM501 is not set
62354 -
62355 -#
62356 -# Multimedia devices
62357 -#
62358 -# CONFIG_VIDEO_DEV is not set
62359 -# CONFIG_DVB_CORE is not set
62360 -CONFIG_DAB=y
62361 -
62362 -#
62363 -# Graphics support
62364 -#
62365 -# CONFIG_AGP is not set
62366 -# CONFIG_DRM is not set
62367 -# CONFIG_VGASTATE is not set
62368 -CONFIG_VIDEO_OUTPUT_CONTROL=m
62369 -# CONFIG_FB is not set
62370 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
62371 -
62372 -#
62373 -# Display device support
62374 -#
62375 -# CONFIG_DISPLAY_SUPPORT is not set
62376 -
62377 -#
62378 -# Sound
62379 -#
62380 -# CONFIG_SOUND is not set
62381 -CONFIG_HID_SUPPORT=y
62382 -CONFIG_HID=y
62383 -# CONFIG_HID_DEBUG is not set
62384 -# CONFIG_HIDRAW is not set
62385 -CONFIG_USB_SUPPORT=y
62386 -CONFIG_USB_ARCH_HAS_HCD=y
62387 -CONFIG_USB_ARCH_HAS_OHCI=y
62388 -CONFIG_USB_ARCH_HAS_EHCI=y
62389 -# CONFIG_USB is not set
62390 -
62391 -#
62392 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
62393 -#
62394 -# CONFIG_USB_GADGET is not set
62395 -# CONFIG_MMC is not set
62396 -# CONFIG_MEMSTICK is not set
62397 -# CONFIG_NEW_LEDS is not set
62398 -# CONFIG_INFINIBAND is not set
62399 -# CONFIG_EDAC is not set
62400 -CONFIG_RTC_LIB=y
62401 -CONFIG_RTC_CLASS=y
62402 -CONFIG_RTC_HCTOSYS=y
62403 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
62404 -# CONFIG_RTC_DEBUG is not set
62405 -
62406 -#
62407 -# RTC interfaces
62408 -#
62409 -CONFIG_RTC_INTF_SYSFS=y
62410 -CONFIG_RTC_INTF_PROC=y
62411 -CONFIG_RTC_INTF_DEV=y
62412 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
62413 -# CONFIG_RTC_DRV_TEST is not set
62414 -
62415 -#
62416 -# I2C RTC drivers
62417 -#
62418 -# CONFIG_RTC_DRV_DS1307 is not set
62419 -CONFIG_RTC_DRV_DS1374=y
62420 -# CONFIG_RTC_DRV_DS1672 is not set
62421 -# CONFIG_RTC_DRV_MAX6900 is not set
62422 -# CONFIG_RTC_DRV_RS5C372 is not set
62423 -# CONFIG_RTC_DRV_ISL1208 is not set
62424 -# CONFIG_RTC_DRV_X1205 is not set
62425 -# CONFIG_RTC_DRV_PCF8563 is not set
62426 -# CONFIG_RTC_DRV_PCF8583 is not set
62427 -# CONFIG_RTC_DRV_M41T80 is not set
62428 -# CONFIG_RTC_DRV_S35390A is not set
62429 -
62430 -#
62431 -# SPI RTC drivers
62432 -#
62433 -
62434 -#
62435 -# Platform RTC drivers
62436 -#
62437 -# CONFIG_RTC_DRV_CMOS is not set
62438 -# CONFIG_RTC_DRV_DS1511 is not set
62439 -# CONFIG_RTC_DRV_DS1553 is not set
62440 -# CONFIG_RTC_DRV_DS1742 is not set
62441 -# CONFIG_RTC_DRV_STK17TA8 is not set
62442 -# CONFIG_RTC_DRV_M48T86 is not set
62443 -# CONFIG_RTC_DRV_M48T59 is not set
62444 -# CONFIG_RTC_DRV_V3020 is not set
62445 -
62446 -#
62447 -# on-CPU RTC drivers
62448 -#
62449 -# CONFIG_DMADEVICES is not set
62450 -
62451 -#
62452 -# Userspace I/O
62453 -#
62454 -# CONFIG_UIO is not set
62455 -
62456 -#
62457 -# File systems
62458 -#
62459 -CONFIG_EXT2_FS=y
62460 -# CONFIG_EXT2_FS_XATTR is not set
62461 -# CONFIG_EXT2_FS_XIP is not set
62462 -CONFIG_EXT3_FS=y
62463 -CONFIG_EXT3_FS_XATTR=y
62464 -# CONFIG_EXT3_FS_POSIX_ACL is not set
62465 -# CONFIG_EXT3_FS_SECURITY is not set
62466 -# CONFIG_EXT4DEV_FS is not set
62467 -CONFIG_JBD=y
62468 -CONFIG_FS_MBCACHE=y
62469 -# CONFIG_REISERFS_FS is not set
62470 -# CONFIG_JFS_FS is not set
62471 -# CONFIG_FS_POSIX_ACL is not set
62472 -# CONFIG_XFS_FS is not set
62473 -# CONFIG_GFS2_FS is not set
62474 -# CONFIG_OCFS2_FS is not set
62475 -CONFIG_DNOTIFY=y
62476 -CONFIG_INOTIFY=y
62477 -CONFIG_INOTIFY_USER=y
62478 -# CONFIG_QUOTA is not set
62479 -# CONFIG_AUTOFS_FS is not set
62480 -# CONFIG_AUTOFS4_FS is not set
62481 -# CONFIG_FUSE_FS is not set
62482 -
62483 -#
62484 -# CD-ROM/DVD Filesystems
62485 -#
62486 -# CONFIG_ISO9660_FS is not set
62487 -# CONFIG_UDF_FS is not set
62488 -
62489 -#
62490 -# DOS/FAT/NT Filesystems
62491 -#
62492 -# CONFIG_MSDOS_FS is not set
62493 -# CONFIG_VFAT_FS is not set
62494 -# CONFIG_NTFS_FS is not set
62495 -
62496 -#
62497 -# Pseudo filesystems
62498 -#
62499 -CONFIG_PROC_FS=y
62500 -CONFIG_PROC_KCORE=y
62501 -CONFIG_PROC_SYSCTL=y
62502 -CONFIG_SYSFS=y
62503 -CONFIG_TMPFS=y
62504 -# CONFIG_TMPFS_POSIX_ACL is not set
62505 -# CONFIG_HUGETLB_PAGE is not set
62506 -# CONFIG_CONFIGFS_FS is not set
62507 -
62508 -#
62509 -# Miscellaneous filesystems
62510 -#
62511 -# CONFIG_ADFS_FS is not set
62512 -# CONFIG_AFFS_FS is not set
62513 -# CONFIG_HFS_FS is not set
62514 -# CONFIG_HFSPLUS_FS is not set
62515 -# CONFIG_BEFS_FS is not set
62516 -# CONFIG_BFS_FS is not set
62517 -# CONFIG_EFS_FS is not set
62518 -# CONFIG_CRAMFS is not set
62519 -# CONFIG_VXFS_FS is not set
62520 -# CONFIG_MINIX_FS is not set
62521 -# CONFIG_HPFS_FS is not set
62522 -# CONFIG_QNX4FS_FS is not set
62523 -# CONFIG_ROMFS_FS is not set
62524 -# CONFIG_SYSV_FS is not set
62525 -# CONFIG_UFS_FS is not set
62526 -CONFIG_NETWORK_FILESYSTEMS=y
62527 -CONFIG_NFS_FS=y
62528 -CONFIG_NFS_V3=y
62529 -# CONFIG_NFS_V3_ACL is not set
62530 -CONFIG_NFS_V4=y
62531 -# CONFIG_NFS_DIRECTIO is not set
62532 -# CONFIG_NFSD is not set
62533 -CONFIG_ROOT_NFS=y
62534 -CONFIG_LOCKD=y
62535 -CONFIG_LOCKD_V4=y
62536 -CONFIG_NFS_COMMON=y
62537 -CONFIG_SUNRPC=y
62538 -CONFIG_SUNRPC_GSS=y
62539 -# CONFIG_SUNRPC_BIND34 is not set
62540 -CONFIG_RPCSEC_GSS_KRB5=y
62541 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
62542 -# CONFIG_SMB_FS is not set
62543 -# CONFIG_CIFS is not set
62544 -# CONFIG_NCP_FS is not set
62545 -# CONFIG_CODA_FS is not set
62546 -# CONFIG_AFS_FS is not set
62547 -
62548 -#
62549 -# Partition Types
62550 -#
62551 -CONFIG_PARTITION_ADVANCED=y
62552 -# CONFIG_ACORN_PARTITION is not set
62553 -# CONFIG_OSF_PARTITION is not set
62554 -# CONFIG_AMIGA_PARTITION is not set
62555 -# CONFIG_ATARI_PARTITION is not set
62556 -# CONFIG_MAC_PARTITION is not set
62557 -# CONFIG_MSDOS_PARTITION is not set
62558 -# CONFIG_LDM_PARTITION is not set
62559 -# CONFIG_SGI_PARTITION is not set
62560 -# CONFIG_ULTRIX_PARTITION is not set
62561 -# CONFIG_SUN_PARTITION is not set
62562 -# CONFIG_KARMA_PARTITION is not set
62563 -# CONFIG_EFI_PARTITION is not set
62564 -# CONFIG_SYSV68_PARTITION is not set
62565 -# CONFIG_NLS is not set
62566 -# CONFIG_DLM is not set
62567 -
62568 -#
62569 -# Library routines
62570 -#
62571 -CONFIG_BITREVERSE=y
62572 -# CONFIG_CRC_CCITT is not set
62573 -# CONFIG_CRC16 is not set
62574 -# CONFIG_CRC_ITU_T is not set
62575 -CONFIG_CRC32=y
62576 -# CONFIG_CRC7 is not set
62577 -# CONFIG_LIBCRC32C is not set
62578 -CONFIG_PLIST=y
62579 -CONFIG_HAS_IOMEM=y
62580 -CONFIG_HAS_IOPORT=y
62581 -CONFIG_HAS_DMA=y
62582 -
62583 -#
62584 -# Kernel hacking
62585 -#
62586 -# CONFIG_PRINTK_TIME is not set
62587 -CONFIG_ENABLE_WARN_DEPRECATED=y
62588 -CONFIG_ENABLE_MUST_CHECK=y
62589 -# CONFIG_MAGIC_SYSRQ is not set
62590 -# CONFIG_UNUSED_SYMBOLS is not set
62591 -# CONFIG_DEBUG_FS is not set
62592 -# CONFIG_HEADERS_CHECK is not set
62593 -# CONFIG_DEBUG_KERNEL is not set
62594 -# CONFIG_SLUB_DEBUG_ON is not set
62595 -# CONFIG_SLUB_STATS is not set
62596 -# CONFIG_DEBUG_BUGVERBOSE is not set
62597 -# CONFIG_SAMPLES is not set
62598 -# CONFIG_PPC_EARLY_DEBUG is not set
62599 -
62600 -#
62601 -# Security options
62602 -#
62603 -# CONFIG_KEYS is not set
62604 -# CONFIG_SECURITY is not set
62605 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
62606 -CONFIG_CRYPTO=y
62607 -CONFIG_CRYPTO_ALGAPI=y
62608 -CONFIG_CRYPTO_BLKCIPHER=y
62609 -# CONFIG_CRYPTO_SEQIV is not set
62610 -CONFIG_CRYPTO_MANAGER=y
62611 -# CONFIG_CRYPTO_HMAC is not set
62612 -# CONFIG_CRYPTO_XCBC is not set
62613 -# CONFIG_CRYPTO_NULL is not set
62614 -# CONFIG_CRYPTO_MD4 is not set
62615 -CONFIG_CRYPTO_MD5=y
62616 -# CONFIG_CRYPTO_SHA1 is not set
62617 -# CONFIG_CRYPTO_SHA256 is not set
62618 -# CONFIG_CRYPTO_SHA512 is not set
62619 -# CONFIG_CRYPTO_WP512 is not set
62620 -# CONFIG_CRYPTO_TGR192 is not set
62621 -# CONFIG_CRYPTO_GF128MUL is not set
62622 -CONFIG_CRYPTO_ECB=m
62623 -CONFIG_CRYPTO_CBC=y
62624 -CONFIG_CRYPTO_PCBC=m
62625 -# CONFIG_CRYPTO_LRW is not set
62626 -# CONFIG_CRYPTO_XTS is not set
62627 -# CONFIG_CRYPTO_CTR is not set
62628 -# CONFIG_CRYPTO_GCM is not set
62629 -# CONFIG_CRYPTO_CCM is not set
62630 -# CONFIG_CRYPTO_CRYPTD is not set
62631 -CONFIG_CRYPTO_DES=y
62632 -# CONFIG_CRYPTO_FCRYPT is not set
62633 -# CONFIG_CRYPTO_BLOWFISH is not set
62634 -# CONFIG_CRYPTO_TWOFISH is not set
62635 -# CONFIG_CRYPTO_SERPENT is not set
62636 -# CONFIG_CRYPTO_AES is not set
62637 -# CONFIG_CRYPTO_CAST5 is not set
62638 -# CONFIG_CRYPTO_CAST6 is not set
62639 -# CONFIG_CRYPTO_TEA is not set
62640 -# CONFIG_CRYPTO_ARC4 is not set
62641 -# CONFIG_CRYPTO_KHAZAD is not set
62642 -# CONFIG_CRYPTO_ANUBIS is not set
62643 -# CONFIG_CRYPTO_SEED is not set
62644 -# CONFIG_CRYPTO_SALSA20 is not set
62645 -# CONFIG_CRYPTO_DEFLATE is not set
62646 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
62647 -# CONFIG_CRYPTO_CRC32C is not set
62648 -# CONFIG_CRYPTO_CAMELLIA is not set
62649 -# CONFIG_CRYPTO_TEST is not set
62650 -# CONFIG_CRYPTO_AUTHENC is not set
62651 -# CONFIG_CRYPTO_LZO is not set
62652 -CONFIG_CRYPTO_HW=y
62653 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
62654 -# CONFIG_PPC_CLOCK is not set
62655 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc836x_mds_defconfig powerpc.git/arch/powerpc/configs/mpc836x_mds_defconfig
62656 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc836x_mds_defconfig 2008-04-11 22:32:29.000000000 +0200
62657 +++ powerpc.git/arch/powerpc/configs/mpc836x_mds_defconfig 1970-01-01 01:00:00.000000000 +0100
62658 @@ -1,1079 +0,0 @@
62659 -#
62660 -# Automatically generated make config: don't edit
62661 -# Linux kernel version: 2.6.25-rc7
62662 -# Mon Mar 31 11:36:57 2008
62663 -#
62664 -# CONFIG_PPC64 is not set
62665 -
62666 -#
62667 -# Processor support
62668 -#
62669 -CONFIG_6xx=y
62670 -# CONFIG_PPC_85xx is not set
62671 -# CONFIG_PPC_8xx is not set
62672 -# CONFIG_40x is not set
62673 -# CONFIG_44x is not set
62674 -# CONFIG_E200 is not set
62675 -CONFIG_PPC_FPU=y
62676 -# CONFIG_FSL_EMB_PERFMON is not set
62677 -CONFIG_PPC_STD_MMU=y
62678 -CONFIG_PPC_STD_MMU_32=y
62679 -# CONFIG_PPC_MM_SLICES is not set
62680 -# CONFIG_SMP is not set
62681 -CONFIG_PPC32=y
62682 -CONFIG_WORD_SIZE=32
62683 -CONFIG_PPC_MERGE=y
62684 -CONFIG_MMU=y
62685 -CONFIG_GENERIC_CMOS_UPDATE=y
62686 -CONFIG_GENERIC_TIME=y
62687 -CONFIG_GENERIC_TIME_VSYSCALL=y
62688 -CONFIG_GENERIC_CLOCKEVENTS=y
62689 -CONFIG_GENERIC_HARDIRQS=y
62690 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
62691 -CONFIG_IRQ_PER_CPU=y
62692 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
62693 -CONFIG_ARCH_HAS_ILOG2_U32=y
62694 -CONFIG_GENERIC_HWEIGHT=y
62695 -CONFIG_GENERIC_CALIBRATE_DELAY=y
62696 -CONFIG_GENERIC_FIND_NEXT_BIT=y
62697 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
62698 -CONFIG_PPC=y
62699 -CONFIG_EARLY_PRINTK=y
62700 -CONFIG_GENERIC_NVRAM=y
62701 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
62702 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
62703 -CONFIG_PPC_OF=y
62704 -CONFIG_OF=y
62705 -CONFIG_PPC_UDBG_16550=y
62706 -# CONFIG_GENERIC_TBSYNC is not set
62707 -CONFIG_AUDIT_ARCH=y
62708 -CONFIG_GENERIC_BUG=y
62709 -CONFIG_DEFAULT_UIMAGE=y
62710 -# CONFIG_PPC_DCR_NATIVE is not set
62711 -# CONFIG_PPC_DCR_MMIO is not set
62712 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
62713 -
62714 -#
62715 -# General setup
62716 -#
62717 -CONFIG_EXPERIMENTAL=y
62718 -CONFIG_BROKEN_ON_SMP=y
62719 -CONFIG_INIT_ENV_ARG_LIMIT=32
62720 -CONFIG_LOCALVERSION=""
62721 -CONFIG_LOCALVERSION_AUTO=y
62722 -CONFIG_SWAP=y
62723 -CONFIG_SYSVIPC=y
62724 -CONFIG_SYSVIPC_SYSCTL=y
62725 -# CONFIG_POSIX_MQUEUE is not set
62726 -# CONFIG_BSD_PROCESS_ACCT is not set
62727 -# CONFIG_TASKSTATS is not set
62728 -# CONFIG_AUDIT is not set
62729 -# CONFIG_IKCONFIG is not set
62730 -CONFIG_LOG_BUF_SHIFT=14
62731 -# CONFIG_CGROUPS is not set
62732 -CONFIG_GROUP_SCHED=y
62733 -# CONFIG_FAIR_GROUP_SCHED is not set
62734 -# CONFIG_RT_GROUP_SCHED is not set
62735 -CONFIG_USER_SCHED=y
62736 -# CONFIG_CGROUP_SCHED is not set
62737 -CONFIG_SYSFS_DEPRECATED=y
62738 -CONFIG_SYSFS_DEPRECATED_V2=y
62739 -# CONFIG_RELAY is not set
62740 -# CONFIG_NAMESPACES is not set
62741 -CONFIG_BLK_DEV_INITRD=y
62742 -CONFIG_INITRAMFS_SOURCE=""
62743 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
62744 -CONFIG_SYSCTL=y
62745 -CONFIG_EMBEDDED=y
62746 -CONFIG_SYSCTL_SYSCALL=y
62747 -# CONFIG_KALLSYMS is not set
62748 -CONFIG_HOTPLUG=y
62749 -CONFIG_PRINTK=y
62750 -CONFIG_BUG=y
62751 -CONFIG_ELF_CORE=y
62752 -CONFIG_COMPAT_BRK=y
62753 -CONFIG_BASE_FULL=y
62754 -CONFIG_FUTEX=y
62755 -CONFIG_ANON_INODES=y
62756 -# CONFIG_EPOLL is not set
62757 -CONFIG_SIGNALFD=y
62758 -CONFIG_TIMERFD=y
62759 -CONFIG_EVENTFD=y
62760 -CONFIG_SHMEM=y
62761 -CONFIG_VM_EVENT_COUNTERS=y
62762 -CONFIG_SLUB_DEBUG=y
62763 -# CONFIG_SLAB is not set
62764 -CONFIG_SLUB=y
62765 -# CONFIG_SLOB is not set
62766 -# CONFIG_PROFILING is not set
62767 -# CONFIG_MARKERS is not set
62768 -CONFIG_HAVE_OPROFILE=y
62769 -CONFIG_HAVE_KPROBES=y
62770 -CONFIG_HAVE_KRETPROBES=y
62771 -CONFIG_PROC_PAGE_MONITOR=y
62772 -CONFIG_SLABINFO=y
62773 -CONFIG_RT_MUTEXES=y
62774 -# CONFIG_TINY_SHMEM is not set
62775 -CONFIG_BASE_SMALL=0
62776 -CONFIG_MODULES=y
62777 -CONFIG_MODULE_UNLOAD=y
62778 -# CONFIG_MODULE_FORCE_UNLOAD is not set
62779 -# CONFIG_MODVERSIONS is not set
62780 -# CONFIG_MODULE_SRCVERSION_ALL is not set
62781 -# CONFIG_KMOD is not set
62782 -CONFIG_BLOCK=y
62783 -# CONFIG_LBD is not set
62784 -# CONFIG_BLK_DEV_IO_TRACE is not set
62785 -# CONFIG_LSF is not set
62786 -# CONFIG_BLK_DEV_BSG is not set
62787 -
62788 -#
62789 -# IO Schedulers
62790 -#
62791 -CONFIG_IOSCHED_NOOP=y
62792 -CONFIG_IOSCHED_AS=y
62793 -CONFIG_IOSCHED_DEADLINE=y
62794 -CONFIG_IOSCHED_CFQ=y
62795 -CONFIG_DEFAULT_AS=y
62796 -# CONFIG_DEFAULT_DEADLINE is not set
62797 -# CONFIG_DEFAULT_CFQ is not set
62798 -# CONFIG_DEFAULT_NOOP is not set
62799 -CONFIG_DEFAULT_IOSCHED="anticipatory"
62800 -CONFIG_CLASSIC_RCU=y
62801 -
62802 -#
62803 -# Platform support
62804 -#
62805 -# CONFIG_PPC_MULTIPLATFORM is not set
62806 -# CONFIG_PPC_82xx is not set
62807 -CONFIG_PPC_83xx=y
62808 -# CONFIG_PPC_86xx is not set
62809 -# CONFIG_PPC_MPC512x is not set
62810 -# CONFIG_PPC_MPC5121 is not set
62811 -# CONFIG_PPC_CELL is not set
62812 -# CONFIG_PPC_CELL_NATIVE is not set
62813 -# CONFIG_PQ2ADS is not set
62814 -CONFIG_MPC83xx=y
62815 -# CONFIG_MPC831x_RDB is not set
62816 -# CONFIG_MPC832x_MDS is not set
62817 -# CONFIG_MPC832x_RDB is not set
62818 -# CONFIG_MPC834x_MDS is not set
62819 -# CONFIG_MPC834x_ITX is not set
62820 -CONFIG_MPC836x_MDS=y
62821 -# CONFIG_MPC837x_MDS is not set
62822 -# CONFIG_MPC837x_RDB is not set
62823 -# CONFIG_SBC834x is not set
62824 -CONFIG_IPIC=y
62825 -# CONFIG_MPIC is not set
62826 -# CONFIG_MPIC_WEIRD is not set
62827 -# CONFIG_PPC_I8259 is not set
62828 -# CONFIG_PPC_RTAS is not set
62829 -# CONFIG_MMIO_NVRAM is not set
62830 -# CONFIG_PPC_MPC106 is not set
62831 -# CONFIG_PPC_970_NAP is not set
62832 -# CONFIG_PPC_INDIRECT_IO is not set
62833 -# CONFIG_GENERIC_IOMAP is not set
62834 -# CONFIG_CPU_FREQ is not set
62835 -CONFIG_QUICC_ENGINE=y
62836 -# CONFIG_FSL_ULI1575 is not set
62837 -
62838 -#
62839 -# Kernel options
62840 -#
62841 -# CONFIG_HIGHMEM is not set
62842 -CONFIG_TICK_ONESHOT=y
62843 -CONFIG_NO_HZ=y
62844 -CONFIG_HIGH_RES_TIMERS=y
62845 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
62846 -# CONFIG_HZ_100 is not set
62847 -CONFIG_HZ_250=y
62848 -# CONFIG_HZ_300 is not set
62849 -# CONFIG_HZ_1000 is not set
62850 -CONFIG_HZ=250
62851 -# CONFIG_SCHED_HRTICK is not set
62852 -CONFIG_PREEMPT_NONE=y
62853 -# CONFIG_PREEMPT_VOLUNTARY is not set
62854 -# CONFIG_PREEMPT is not set
62855 -CONFIG_BINFMT_ELF=y
62856 -# CONFIG_BINFMT_MISC is not set
62857 -# CONFIG_IOMMU_HELPER is not set
62858 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
62859 -CONFIG_ARCH_HAS_WALK_MEMORY=y
62860 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
62861 -CONFIG_ARCH_FLATMEM_ENABLE=y
62862 -CONFIG_ARCH_POPULATES_NODE_MAP=y
62863 -CONFIG_SELECT_MEMORY_MODEL=y
62864 -CONFIG_FLATMEM_MANUAL=y
62865 -# CONFIG_DISCONTIGMEM_MANUAL is not set
62866 -# CONFIG_SPARSEMEM_MANUAL is not set
62867 -CONFIG_FLATMEM=y
62868 -CONFIG_FLAT_NODE_MEM_MAP=y
62869 -# CONFIG_SPARSEMEM_STATIC is not set
62870 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
62871 -CONFIG_SPLIT_PTLOCK_CPUS=4
62872 -# CONFIG_RESOURCES_64BIT is not set
62873 -CONFIG_ZONE_DMA_FLAG=1
62874 -CONFIG_BOUNCE=y
62875 -CONFIG_VIRT_TO_BUS=y
62876 -CONFIG_PROC_DEVICETREE=y
62877 -# CONFIG_CMDLINE_BOOL is not set
62878 -# CONFIG_PM is not set
62879 -CONFIG_SECCOMP=y
62880 -CONFIG_ISA_DMA_API=y
62881 -
62882 -#
62883 -# Bus options
62884 -#
62885 -CONFIG_ZONE_DMA=y
62886 -CONFIG_GENERIC_ISA_DMA=y
62887 -CONFIG_PPC_INDIRECT_PCI=y
62888 -CONFIG_FSL_SOC=y
62889 -CONFIG_PCI=y
62890 -CONFIG_PCI_DOMAINS=y
62891 -CONFIG_PCI_SYSCALL=y
62892 -# CONFIG_PCIEPORTBUS is not set
62893 -CONFIG_ARCH_SUPPORTS_MSI=y
62894 -# CONFIG_PCI_MSI is not set
62895 -CONFIG_PCI_LEGACY=y
62896 -# CONFIG_PCCARD is not set
62897 -# CONFIG_HOTPLUG_PCI is not set
62898 -
62899 -#
62900 -# Advanced setup
62901 -#
62902 -# CONFIG_ADVANCED_OPTIONS is not set
62903 -
62904 -#
62905 -# Default settings for advanced configuration options are used
62906 -#
62907 -CONFIG_HIGHMEM_START=0xfe000000
62908 -CONFIG_LOWMEM_SIZE=0x30000000
62909 -CONFIG_KERNEL_START=0xc0000000
62910 -CONFIG_TASK_SIZE=0xc0000000
62911 -CONFIG_BOOT_LOAD=0x00800000
62912 -
62913 -#
62914 -# Networking
62915 -#
62916 -CONFIG_NET=y
62917 -
62918 -#
62919 -# Networking options
62920 -#
62921 -CONFIG_PACKET=y
62922 -# CONFIG_PACKET_MMAP is not set
62923 -CONFIG_UNIX=y
62924 -CONFIG_XFRM=y
62925 -# CONFIG_XFRM_USER is not set
62926 -# CONFIG_XFRM_SUB_POLICY is not set
62927 -# CONFIG_XFRM_MIGRATE is not set
62928 -# CONFIG_XFRM_STATISTICS is not set
62929 -# CONFIG_NET_KEY is not set
62930 -CONFIG_INET=y
62931 -CONFIG_IP_MULTICAST=y
62932 -# CONFIG_IP_ADVANCED_ROUTER is not set
62933 -CONFIG_IP_FIB_HASH=y
62934 -CONFIG_IP_PNP=y
62935 -CONFIG_IP_PNP_DHCP=y
62936 -CONFIG_IP_PNP_BOOTP=y
62937 -# CONFIG_IP_PNP_RARP is not set
62938 -# CONFIG_NET_IPIP is not set
62939 -# CONFIG_NET_IPGRE is not set
62940 -# CONFIG_IP_MROUTE is not set
62941 -# CONFIG_ARPD is not set
62942 -CONFIG_SYN_COOKIES=y
62943 -# CONFIG_INET_AH is not set
62944 -# CONFIG_INET_ESP is not set
62945 -# CONFIG_INET_IPCOMP is not set
62946 -# CONFIG_INET_XFRM_TUNNEL is not set
62947 -# CONFIG_INET_TUNNEL is not set
62948 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
62949 -CONFIG_INET_XFRM_MODE_TUNNEL=y
62950 -CONFIG_INET_XFRM_MODE_BEET=y
62951 -# CONFIG_INET_LRO is not set
62952 -CONFIG_INET_DIAG=y
62953 -CONFIG_INET_TCP_DIAG=y
62954 -# CONFIG_TCP_CONG_ADVANCED is not set
62955 -CONFIG_TCP_CONG_CUBIC=y
62956 -CONFIG_DEFAULT_TCP_CONG="cubic"
62957 -# CONFIG_TCP_MD5SIG is not set
62958 -# CONFIG_IPV6 is not set
62959 -# CONFIG_INET6_XFRM_TUNNEL is not set
62960 -# CONFIG_INET6_TUNNEL is not set
62961 -# CONFIG_NETWORK_SECMARK is not set
62962 -# CONFIG_NETFILTER is not set
62963 -# CONFIG_IP_DCCP is not set
62964 -# CONFIG_IP_SCTP is not set
62965 -# CONFIG_TIPC is not set
62966 -# CONFIG_ATM is not set
62967 -# CONFIG_BRIDGE is not set
62968 -# CONFIG_VLAN_8021Q is not set
62969 -# CONFIG_DECNET is not set
62970 -# CONFIG_LLC2 is not set
62971 -# CONFIG_IPX is not set
62972 -# CONFIG_ATALK is not set
62973 -# CONFIG_X25 is not set
62974 -# CONFIG_LAPB is not set
62975 -# CONFIG_ECONET is not set
62976 -# CONFIG_WAN_ROUTER is not set
62977 -# CONFIG_NET_SCHED is not set
62978 -
62979 -#
62980 -# Network testing
62981 -#
62982 -# CONFIG_NET_PKTGEN is not set
62983 -# CONFIG_HAMRADIO is not set
62984 -# CONFIG_CAN is not set
62985 -# CONFIG_IRDA is not set
62986 -# CONFIG_BT is not set
62987 -# CONFIG_AF_RXRPC is not set
62988 -
62989 -#
62990 -# Wireless
62991 -#
62992 -# CONFIG_CFG80211 is not set
62993 -# CONFIG_WIRELESS_EXT is not set
62994 -# CONFIG_MAC80211 is not set
62995 -# CONFIG_IEEE80211 is not set
62996 -# CONFIG_RFKILL is not set
62997 -# CONFIG_NET_9P is not set
62998 -
62999 -#
63000 -# Device Drivers
63001 -#
63002 -
63003 -#
63004 -# Generic Driver Options
63005 -#
63006 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
63007 -CONFIG_STANDALONE=y
63008 -CONFIG_PREVENT_FIRMWARE_BUILD=y
63009 -# CONFIG_FW_LOADER is not set
63010 -# CONFIG_SYS_HYPERVISOR is not set
63011 -# CONFIG_CONNECTOR is not set
63012 -# CONFIG_MTD is not set
63013 -CONFIG_OF_DEVICE=y
63014 -# CONFIG_PARPORT is not set
63015 -CONFIG_BLK_DEV=y
63016 -# CONFIG_BLK_DEV_FD is not set
63017 -# CONFIG_BLK_CPQ_DA is not set
63018 -# CONFIG_BLK_CPQ_CISS_DA is not set
63019 -# CONFIG_BLK_DEV_DAC960 is not set
63020 -# CONFIG_BLK_DEV_UMEM is not set
63021 -# CONFIG_BLK_DEV_COW_COMMON is not set
63022 -CONFIG_BLK_DEV_LOOP=y
63023 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
63024 -# CONFIG_BLK_DEV_NBD is not set
63025 -# CONFIG_BLK_DEV_SX8 is not set
63026 -CONFIG_BLK_DEV_RAM=y
63027 -CONFIG_BLK_DEV_RAM_COUNT=16
63028 -CONFIG_BLK_DEV_RAM_SIZE=32768
63029 -# CONFIG_BLK_DEV_XIP is not set
63030 -# CONFIG_CDROM_PKTCDVD is not set
63031 -# CONFIG_ATA_OVER_ETH is not set
63032 -CONFIG_MISC_DEVICES=y
63033 -# CONFIG_PHANTOM is not set
63034 -# CONFIG_EEPROM_93CX6 is not set
63035 -# CONFIG_SGI_IOC4 is not set
63036 -# CONFIG_TIFM_CORE is not set
63037 -# CONFIG_ENCLOSURE_SERVICES is not set
63038 -CONFIG_HAVE_IDE=y
63039 -# CONFIG_IDE is not set
63040 -
63041 -#
63042 -# SCSI device support
63043 -#
63044 -# CONFIG_RAID_ATTRS is not set
63045 -CONFIG_SCSI=y
63046 -CONFIG_SCSI_DMA=y
63047 -# CONFIG_SCSI_TGT is not set
63048 -# CONFIG_SCSI_NETLINK is not set
63049 -CONFIG_SCSI_PROC_FS=y
63050 -
63051 -#
63052 -# SCSI support type (disk, tape, CD-ROM)
63053 -#
63054 -# CONFIG_BLK_DEV_SD is not set
63055 -# CONFIG_CHR_DEV_ST is not set
63056 -# CONFIG_CHR_DEV_OSST is not set
63057 -# CONFIG_BLK_DEV_SR is not set
63058 -# CONFIG_CHR_DEV_SG is not set
63059 -# CONFIG_CHR_DEV_SCH is not set
63060 -
63061 -#
63062 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
63063 -#
63064 -# CONFIG_SCSI_MULTI_LUN is not set
63065 -# CONFIG_SCSI_CONSTANTS is not set
63066 -# CONFIG_SCSI_LOGGING is not set
63067 -# CONFIG_SCSI_SCAN_ASYNC is not set
63068 -CONFIG_SCSI_WAIT_SCAN=m
63069 -
63070 -#
63071 -# SCSI Transports
63072 -#
63073 -# CONFIG_SCSI_SPI_ATTRS is not set
63074 -# CONFIG_SCSI_FC_ATTRS is not set
63075 -# CONFIG_SCSI_ISCSI_ATTRS is not set
63076 -# CONFIG_SCSI_SAS_LIBSAS is not set
63077 -# CONFIG_SCSI_SRP_ATTRS is not set
63078 -CONFIG_SCSI_LOWLEVEL=y
63079 -# CONFIG_ISCSI_TCP is not set
63080 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
63081 -# CONFIG_SCSI_3W_9XXX is not set
63082 -# CONFIG_SCSI_ACARD is not set
63083 -# CONFIG_SCSI_AACRAID is not set
63084 -# CONFIG_SCSI_AIC7XXX is not set
63085 -# CONFIG_SCSI_AIC7XXX_OLD is not set
63086 -# CONFIG_SCSI_AIC79XX is not set
63087 -# CONFIG_SCSI_AIC94XX is not set
63088 -# CONFIG_SCSI_DPT_I2O is not set
63089 -# CONFIG_SCSI_ADVANSYS is not set
63090 -# CONFIG_SCSI_ARCMSR is not set
63091 -# CONFIG_MEGARAID_NEWGEN is not set
63092 -# CONFIG_MEGARAID_LEGACY is not set
63093 -# CONFIG_MEGARAID_SAS is not set
63094 -# CONFIG_SCSI_HPTIOP is not set
63095 -# CONFIG_SCSI_BUSLOGIC is not set
63096 -# CONFIG_SCSI_DMX3191D is not set
63097 -# CONFIG_SCSI_EATA is not set
63098 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
63099 -# CONFIG_SCSI_GDTH is not set
63100 -# CONFIG_SCSI_IPS is not set
63101 -# CONFIG_SCSI_INITIO is not set
63102 -# CONFIG_SCSI_INIA100 is not set
63103 -# CONFIG_SCSI_MVSAS is not set
63104 -# CONFIG_SCSI_STEX is not set
63105 -# CONFIG_SCSI_SYM53C8XX_2 is not set
63106 -# CONFIG_SCSI_QLOGIC_1280 is not set
63107 -# CONFIG_SCSI_QLA_FC is not set
63108 -# CONFIG_SCSI_QLA_ISCSI is not set
63109 -# CONFIG_SCSI_LPFC is not set
63110 -# CONFIG_SCSI_DC395x is not set
63111 -# CONFIG_SCSI_DC390T is not set
63112 -# CONFIG_SCSI_NSP32 is not set
63113 -# CONFIG_SCSI_DEBUG is not set
63114 -# CONFIG_SCSI_SRP is not set
63115 -# CONFIG_ATA is not set
63116 -# CONFIG_MD is not set
63117 -# CONFIG_FUSION is not set
63118 -
63119 -#
63120 -# IEEE 1394 (FireWire) support
63121 -#
63122 -# CONFIG_FIREWIRE is not set
63123 -# CONFIG_IEEE1394 is not set
63124 -# CONFIG_I2O is not set
63125 -# CONFIG_MACINTOSH_DRIVERS is not set
63126 -CONFIG_NETDEVICES=y
63127 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
63128 -# CONFIG_DUMMY is not set
63129 -# CONFIG_BONDING is not set
63130 -# CONFIG_MACVLAN is not set
63131 -# CONFIG_EQUALIZER is not set
63132 -# CONFIG_TUN is not set
63133 -# CONFIG_VETH is not set
63134 -# CONFIG_ARCNET is not set
63135 -CONFIG_PHYLIB=y
63136 -
63137 -#
63138 -# MII PHY device drivers
63139 -#
63140 -CONFIG_MARVELL_PHY=y
63141 -# CONFIG_DAVICOM_PHY is not set
63142 -# CONFIG_QSEMI_PHY is not set
63143 -# CONFIG_LXT_PHY is not set
63144 -# CONFIG_CICADA_PHY is not set
63145 -# CONFIG_VITESSE_PHY is not set
63146 -# CONFIG_SMSC_PHY is not set
63147 -# CONFIG_BROADCOM_PHY is not set
63148 -# CONFIG_ICPLUS_PHY is not set
63149 -# CONFIG_REALTEK_PHY is not set
63150 -# CONFIG_FIXED_PHY is not set
63151 -# CONFIG_MDIO_BITBANG is not set
63152 -CONFIG_NET_ETHERNET=y
63153 -CONFIG_MII=y
63154 -# CONFIG_HAPPYMEAL is not set
63155 -# CONFIG_SUNGEM is not set
63156 -# CONFIG_CASSINI is not set
63157 -# CONFIG_NET_VENDOR_3COM is not set
63158 -# CONFIG_NET_TULIP is not set
63159 -# CONFIG_HP100 is not set
63160 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
63161 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
63162 -# CONFIG_IBM_NEW_EMAC_TAH is not set
63163 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
63164 -# CONFIG_NET_PCI is not set
63165 -# CONFIG_B44 is not set
63166 -CONFIG_NETDEV_1000=y
63167 -# CONFIG_ACENIC is not set
63168 -# CONFIG_DL2K is not set
63169 -# CONFIG_E1000 is not set
63170 -# CONFIG_E1000E is not set
63171 -# CONFIG_E1000E_ENABLED is not set
63172 -# CONFIG_IP1000 is not set
63173 -# CONFIG_IGB is not set
63174 -# CONFIG_NS83820 is not set
63175 -# CONFIG_HAMACHI is not set
63176 -# CONFIG_YELLOWFIN is not set
63177 -# CONFIG_R8169 is not set
63178 -# CONFIG_SIS190 is not set
63179 -# CONFIG_SKGE is not set
63180 -# CONFIG_SKY2 is not set
63181 -# CONFIG_SK98LIN is not set
63182 -# CONFIG_VIA_VELOCITY is not set
63183 -# CONFIG_TIGON3 is not set
63184 -# CONFIG_BNX2 is not set
63185 -# CONFIG_GIANFAR is not set
63186 -CONFIG_UCC_GETH=y
63187 -# CONFIG_UGETH_NAPI is not set
63188 -# CONFIG_UGETH_MAGIC_PACKET is not set
63189 -# CONFIG_UGETH_FILTERING is not set
63190 -# CONFIG_UGETH_TX_ON_DEMAND is not set
63191 -# CONFIG_QLA3XXX is not set
63192 -# CONFIG_ATL1 is not set
63193 -CONFIG_NETDEV_10000=y
63194 -# CONFIG_CHELSIO_T1 is not set
63195 -# CONFIG_CHELSIO_T3 is not set
63196 -# CONFIG_IXGBE is not set
63197 -# CONFIG_IXGB is not set
63198 -# CONFIG_S2IO is not set
63199 -# CONFIG_MYRI10GE is not set
63200 -# CONFIG_NETXEN_NIC is not set
63201 -# CONFIG_NIU is not set
63202 -# CONFIG_MLX4_CORE is not set
63203 -# CONFIG_TEHUTI is not set
63204 -# CONFIG_BNX2X is not set
63205 -# CONFIG_TR is not set
63206 -
63207 -#
63208 -# Wireless LAN
63209 -#
63210 -# CONFIG_WLAN_PRE80211 is not set
63211 -# CONFIG_WLAN_80211 is not set
63212 -# CONFIG_WAN is not set
63213 -# CONFIG_FDDI is not set
63214 -# CONFIG_HIPPI is not set
63215 -# CONFIG_PPP is not set
63216 -# CONFIG_SLIP is not set
63217 -# CONFIG_NET_FC is not set
63218 -# CONFIG_NETCONSOLE is not set
63219 -# CONFIG_NETPOLL is not set
63220 -# CONFIG_NET_POLL_CONTROLLER is not set
63221 -# CONFIG_ISDN is not set
63222 -# CONFIG_PHONE is not set
63223 -
63224 -#
63225 -# Input device support
63226 -#
63227 -CONFIG_INPUT=y
63228 -# CONFIG_INPUT_FF_MEMLESS is not set
63229 -# CONFIG_INPUT_POLLDEV is not set
63230 -
63231 -#
63232 -# Userland interfaces
63233 -#
63234 -# CONFIG_INPUT_MOUSEDEV is not set
63235 -# CONFIG_INPUT_JOYDEV is not set
63236 -# CONFIG_INPUT_EVDEV is not set
63237 -# CONFIG_INPUT_EVBUG is not set
63238 -
63239 -#
63240 -# Input Device Drivers
63241 -#
63242 -# CONFIG_INPUT_KEYBOARD is not set
63243 -# CONFIG_INPUT_MOUSE is not set
63244 -# CONFIG_INPUT_JOYSTICK is not set
63245 -# CONFIG_INPUT_TABLET is not set
63246 -# CONFIG_INPUT_TOUCHSCREEN is not set
63247 -# CONFIG_INPUT_MISC is not set
63248 -
63249 -#
63250 -# Hardware I/O ports
63251 -#
63252 -# CONFIG_SERIO is not set
63253 -# CONFIG_GAMEPORT is not set
63254 -
63255 -#
63256 -# Character devices
63257 -#
63258 -# CONFIG_VT is not set
63259 -# CONFIG_SERIAL_NONSTANDARD is not set
63260 -# CONFIG_NOZOMI is not set
63261 -
63262 -#
63263 -# Serial drivers
63264 -#
63265 -CONFIG_SERIAL_8250=y
63266 -CONFIG_SERIAL_8250_CONSOLE=y
63267 -CONFIG_SERIAL_8250_PCI=y
63268 -CONFIG_SERIAL_8250_NR_UARTS=4
63269 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
63270 -# CONFIG_SERIAL_8250_EXTENDED is not set
63271 -
63272 -#
63273 -# Non-8250 serial port support
63274 -#
63275 -# CONFIG_SERIAL_UARTLITE is not set
63276 -CONFIG_SERIAL_CORE=y
63277 -CONFIG_SERIAL_CORE_CONSOLE=y
63278 -# CONFIG_SERIAL_JSM is not set
63279 -# CONFIG_SERIAL_OF_PLATFORM is not set
63280 -# CONFIG_SERIAL_QE is not set
63281 -CONFIG_UNIX98_PTYS=y
63282 -CONFIG_LEGACY_PTYS=y
63283 -CONFIG_LEGACY_PTY_COUNT=256
63284 -# CONFIG_IPMI_HANDLER is not set
63285 -CONFIG_HW_RANDOM=y
63286 -# CONFIG_NVRAM is not set
63287 -# CONFIG_GEN_RTC is not set
63288 -# CONFIG_R3964 is not set
63289 -# CONFIG_APPLICOM is not set
63290 -# CONFIG_RAW_DRIVER is not set
63291 -# CONFIG_TCG_TPM is not set
63292 -CONFIG_DEVPORT=y
63293 -CONFIG_I2C=y
63294 -CONFIG_I2C_BOARDINFO=y
63295 -CONFIG_I2C_CHARDEV=y
63296 -
63297 -#
63298 -# I2C Algorithms
63299 -#
63300 -# CONFIG_I2C_ALGOBIT is not set
63301 -# CONFIG_I2C_ALGOPCF is not set
63302 -# CONFIG_I2C_ALGOPCA is not set
63303 -
63304 -#
63305 -# I2C Hardware Bus support
63306 -#
63307 -# CONFIG_I2C_ALI1535 is not set
63308 -# CONFIG_I2C_ALI1563 is not set
63309 -# CONFIG_I2C_ALI15X3 is not set
63310 -# CONFIG_I2C_AMD756 is not set
63311 -# CONFIG_I2C_AMD8111 is not set
63312 -# CONFIG_I2C_I801 is not set
63313 -# CONFIG_I2C_I810 is not set
63314 -# CONFIG_I2C_PIIX4 is not set
63315 -CONFIG_I2C_MPC=y
63316 -# CONFIG_I2C_NFORCE2 is not set
63317 -# CONFIG_I2C_OCORES is not set
63318 -# CONFIG_I2C_PARPORT_LIGHT is not set
63319 -# CONFIG_I2C_PROSAVAGE is not set
63320 -# CONFIG_I2C_SAVAGE4 is not set
63321 -# CONFIG_I2C_SIMTEC is not set
63322 -# CONFIG_I2C_SIS5595 is not set
63323 -# CONFIG_I2C_SIS630 is not set
63324 -# CONFIG_I2C_SIS96X is not set
63325 -# CONFIG_I2C_TAOS_EVM is not set
63326 -# CONFIG_I2C_STUB is not set
63327 -# CONFIG_I2C_VIA is not set
63328 -# CONFIG_I2C_VIAPRO is not set
63329 -# CONFIG_I2C_VOODOO3 is not set
63330 -
63331 -#
63332 -# Miscellaneous I2C Chip support
63333 -#
63334 -# CONFIG_DS1682 is not set
63335 -# CONFIG_SENSORS_EEPROM is not set
63336 -# CONFIG_SENSORS_PCF8574 is not set
63337 -# CONFIG_PCF8575 is not set
63338 -# CONFIG_SENSORS_PCF8591 is not set
63339 -# CONFIG_TPS65010 is not set
63340 -# CONFIG_SENSORS_MAX6875 is not set
63341 -# CONFIG_SENSORS_TSL2550 is not set
63342 -# CONFIG_I2C_DEBUG_CORE is not set
63343 -# CONFIG_I2C_DEBUG_ALGO is not set
63344 -# CONFIG_I2C_DEBUG_BUS is not set
63345 -# CONFIG_I2C_DEBUG_CHIP is not set
63346 -
63347 -#
63348 -# SPI support
63349 -#
63350 -# CONFIG_SPI is not set
63351 -# CONFIG_SPI_MASTER is not set
63352 -# CONFIG_W1 is not set
63353 -# CONFIG_POWER_SUPPLY is not set
63354 -CONFIG_HWMON=y
63355 -# CONFIG_HWMON_VID is not set
63356 -# CONFIG_SENSORS_AD7418 is not set
63357 -# CONFIG_SENSORS_ADM1021 is not set
63358 -# CONFIG_SENSORS_ADM1025 is not set
63359 -# CONFIG_SENSORS_ADM1026 is not set
63360 -# CONFIG_SENSORS_ADM1029 is not set
63361 -# CONFIG_SENSORS_ADM1031 is not set
63362 -# CONFIG_SENSORS_ADM9240 is not set
63363 -# CONFIG_SENSORS_ADT7470 is not set
63364 -# CONFIG_SENSORS_ADT7473 is not set
63365 -# CONFIG_SENSORS_ATXP1 is not set
63366 -# CONFIG_SENSORS_DS1621 is not set
63367 -# CONFIG_SENSORS_I5K_AMB is not set
63368 -# CONFIG_SENSORS_F71805F is not set
63369 -# CONFIG_SENSORS_F71882FG is not set
63370 -# CONFIG_SENSORS_F75375S is not set
63371 -# CONFIG_SENSORS_GL518SM is not set
63372 -# CONFIG_SENSORS_GL520SM is not set
63373 -# CONFIG_SENSORS_IT87 is not set
63374 -# CONFIG_SENSORS_LM63 is not set
63375 -# CONFIG_SENSORS_LM75 is not set
63376 -# CONFIG_SENSORS_LM77 is not set
63377 -# CONFIG_SENSORS_LM78 is not set
63378 -# CONFIG_SENSORS_LM80 is not set
63379 -# CONFIG_SENSORS_LM83 is not set
63380 -# CONFIG_SENSORS_LM85 is not set
63381 -# CONFIG_SENSORS_LM87 is not set
63382 -# CONFIG_SENSORS_LM90 is not set
63383 -# CONFIG_SENSORS_LM92 is not set
63384 -# CONFIG_SENSORS_LM93 is not set
63385 -# CONFIG_SENSORS_MAX1619 is not set
63386 -# CONFIG_SENSORS_MAX6650 is not set
63387 -# CONFIG_SENSORS_PC87360 is not set
63388 -# CONFIG_SENSORS_PC87427 is not set
63389 -# CONFIG_SENSORS_SIS5595 is not set
63390 -# CONFIG_SENSORS_DME1737 is not set
63391 -# CONFIG_SENSORS_SMSC47M1 is not set
63392 -# CONFIG_SENSORS_SMSC47M192 is not set
63393 -# CONFIG_SENSORS_SMSC47B397 is not set
63394 -# CONFIG_SENSORS_ADS7828 is not set
63395 -# CONFIG_SENSORS_THMC50 is not set
63396 -# CONFIG_SENSORS_VIA686A is not set
63397 -# CONFIG_SENSORS_VT1211 is not set
63398 -# CONFIG_SENSORS_VT8231 is not set
63399 -# CONFIG_SENSORS_W83781D is not set
63400 -# CONFIG_SENSORS_W83791D is not set
63401 -# CONFIG_SENSORS_W83792D is not set
63402 -# CONFIG_SENSORS_W83793 is not set
63403 -# CONFIG_SENSORS_W83L785TS is not set
63404 -# CONFIG_SENSORS_W83L786NG is not set
63405 -# CONFIG_SENSORS_W83627HF is not set
63406 -# CONFIG_SENSORS_W83627EHF is not set
63407 -# CONFIG_HWMON_DEBUG_CHIP is not set
63408 -# CONFIG_THERMAL is not set
63409 -CONFIG_WATCHDOG=y
63410 -# CONFIG_WATCHDOG_NOWAYOUT is not set
63411 -
63412 -#
63413 -# Watchdog Device Drivers
63414 -#
63415 -# CONFIG_SOFT_WATCHDOG is not set
63416 -CONFIG_83xx_WDT=y
63417 -
63418 -#
63419 -# PCI-based Watchdog Cards
63420 -#
63421 -# CONFIG_PCIPCWATCHDOG is not set
63422 -# CONFIG_WDTPCI is not set
63423 -
63424 -#
63425 -# Sonics Silicon Backplane
63426 -#
63427 -CONFIG_SSB_POSSIBLE=y
63428 -# CONFIG_SSB is not set
63429 -
63430 -#
63431 -# Multifunction device drivers
63432 -#
63433 -# CONFIG_MFD_SM501 is not set
63434 -
63435 -#
63436 -# Multimedia devices
63437 -#
63438 -# CONFIG_VIDEO_DEV is not set
63439 -# CONFIG_DVB_CORE is not set
63440 -CONFIG_DAB=y
63441 -
63442 -#
63443 -# Graphics support
63444 -#
63445 -# CONFIG_AGP is not set
63446 -# CONFIG_DRM is not set
63447 -# CONFIG_VGASTATE is not set
63448 -CONFIG_VIDEO_OUTPUT_CONTROL=m
63449 -# CONFIG_FB is not set
63450 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
63451 -
63452 -#
63453 -# Display device support
63454 -#
63455 -# CONFIG_DISPLAY_SUPPORT is not set
63456 -
63457 -#
63458 -# Sound
63459 -#
63460 -# CONFIG_SOUND is not set
63461 -CONFIG_HID_SUPPORT=y
63462 -CONFIG_HID=y
63463 -# CONFIG_HID_DEBUG is not set
63464 -# CONFIG_HIDRAW is not set
63465 -CONFIG_USB_SUPPORT=y
63466 -CONFIG_USB_ARCH_HAS_HCD=y
63467 -CONFIG_USB_ARCH_HAS_OHCI=y
63468 -CONFIG_USB_ARCH_HAS_EHCI=y
63469 -# CONFIG_USB is not set
63470 -
63471 -#
63472 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
63473 -#
63474 -# CONFIG_USB_GADGET is not set
63475 -# CONFIG_MMC is not set
63476 -# CONFIG_MEMSTICK is not set
63477 -# CONFIG_NEW_LEDS is not set
63478 -# CONFIG_INFINIBAND is not set
63479 -# CONFIG_EDAC is not set
63480 -CONFIG_RTC_LIB=y
63481 -CONFIG_RTC_CLASS=y
63482 -CONFIG_RTC_HCTOSYS=y
63483 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
63484 -# CONFIG_RTC_DEBUG is not set
63485 -
63486 -#
63487 -# RTC interfaces
63488 -#
63489 -CONFIG_RTC_INTF_SYSFS=y
63490 -CONFIG_RTC_INTF_PROC=y
63491 -CONFIG_RTC_INTF_DEV=y
63492 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
63493 -# CONFIG_RTC_DRV_TEST is not set
63494 -
63495 -#
63496 -# I2C RTC drivers
63497 -#
63498 -# CONFIG_RTC_DRV_DS1307 is not set
63499 -CONFIG_RTC_DRV_DS1374=y
63500 -# CONFIG_RTC_DRV_DS1672 is not set
63501 -# CONFIG_RTC_DRV_MAX6900 is not set
63502 -# CONFIG_RTC_DRV_RS5C372 is not set
63503 -# CONFIG_RTC_DRV_ISL1208 is not set
63504 -# CONFIG_RTC_DRV_X1205 is not set
63505 -# CONFIG_RTC_DRV_PCF8563 is not set
63506 -# CONFIG_RTC_DRV_PCF8583 is not set
63507 -# CONFIG_RTC_DRV_M41T80 is not set
63508 -# CONFIG_RTC_DRV_S35390A is not set
63509 -
63510 -#
63511 -# SPI RTC drivers
63512 -#
63513 -
63514 -#
63515 -# Platform RTC drivers
63516 -#
63517 -# CONFIG_RTC_DRV_CMOS is not set
63518 -# CONFIG_RTC_DRV_DS1511 is not set
63519 -# CONFIG_RTC_DRV_DS1553 is not set
63520 -# CONFIG_RTC_DRV_DS1742 is not set
63521 -# CONFIG_RTC_DRV_STK17TA8 is not set
63522 -# CONFIG_RTC_DRV_M48T86 is not set
63523 -# CONFIG_RTC_DRV_M48T59 is not set
63524 -# CONFIG_RTC_DRV_V3020 is not set
63525 -
63526 -#
63527 -# on-CPU RTC drivers
63528 -#
63529 -# CONFIG_DMADEVICES is not set
63530 -
63531 -#
63532 -# Userspace I/O
63533 -#
63534 -# CONFIG_UIO is not set
63535 -
63536 -#
63537 -# File systems
63538 -#
63539 -CONFIG_EXT2_FS=y
63540 -# CONFIG_EXT2_FS_XATTR is not set
63541 -# CONFIG_EXT2_FS_XIP is not set
63542 -CONFIG_EXT3_FS=y
63543 -CONFIG_EXT3_FS_XATTR=y
63544 -# CONFIG_EXT3_FS_POSIX_ACL is not set
63545 -# CONFIG_EXT3_FS_SECURITY is not set
63546 -# CONFIG_EXT4DEV_FS is not set
63547 -CONFIG_JBD=y
63548 -CONFIG_FS_MBCACHE=y
63549 -# CONFIG_REISERFS_FS is not set
63550 -# CONFIG_JFS_FS is not set
63551 -# CONFIG_FS_POSIX_ACL is not set
63552 -# CONFIG_XFS_FS is not set
63553 -# CONFIG_GFS2_FS is not set
63554 -# CONFIG_OCFS2_FS is not set
63555 -CONFIG_DNOTIFY=y
63556 -CONFIG_INOTIFY=y
63557 -CONFIG_INOTIFY_USER=y
63558 -# CONFIG_QUOTA is not set
63559 -# CONFIG_AUTOFS_FS is not set
63560 -# CONFIG_AUTOFS4_FS is not set
63561 -# CONFIG_FUSE_FS is not set
63562 -
63563 -#
63564 -# CD-ROM/DVD Filesystems
63565 -#
63566 -# CONFIG_ISO9660_FS is not set
63567 -# CONFIG_UDF_FS is not set
63568 -
63569 -#
63570 -# DOS/FAT/NT Filesystems
63571 -#
63572 -# CONFIG_MSDOS_FS is not set
63573 -# CONFIG_VFAT_FS is not set
63574 -# CONFIG_NTFS_FS is not set
63575 -
63576 -#
63577 -# Pseudo filesystems
63578 -#
63579 -CONFIG_PROC_FS=y
63580 -CONFIG_PROC_KCORE=y
63581 -CONFIG_PROC_SYSCTL=y
63582 -CONFIG_SYSFS=y
63583 -CONFIG_TMPFS=y
63584 -# CONFIG_TMPFS_POSIX_ACL is not set
63585 -# CONFIG_HUGETLB_PAGE is not set
63586 -# CONFIG_CONFIGFS_FS is not set
63587 -
63588 -#
63589 -# Miscellaneous filesystems
63590 -#
63591 -# CONFIG_ADFS_FS is not set
63592 -# CONFIG_AFFS_FS is not set
63593 -# CONFIG_HFS_FS is not set
63594 -# CONFIG_HFSPLUS_FS is not set
63595 -# CONFIG_BEFS_FS is not set
63596 -# CONFIG_BFS_FS is not set
63597 -# CONFIG_EFS_FS is not set
63598 -# CONFIG_CRAMFS is not set
63599 -# CONFIG_VXFS_FS is not set
63600 -# CONFIG_MINIX_FS is not set
63601 -# CONFIG_HPFS_FS is not set
63602 -# CONFIG_QNX4FS_FS is not set
63603 -# CONFIG_ROMFS_FS is not set
63604 -# CONFIG_SYSV_FS is not set
63605 -# CONFIG_UFS_FS is not set
63606 -CONFIG_NETWORK_FILESYSTEMS=y
63607 -CONFIG_NFS_FS=y
63608 -CONFIG_NFS_V3=y
63609 -# CONFIG_NFS_V3_ACL is not set
63610 -CONFIG_NFS_V4=y
63611 -# CONFIG_NFS_DIRECTIO is not set
63612 -# CONFIG_NFSD is not set
63613 -CONFIG_ROOT_NFS=y
63614 -CONFIG_LOCKD=y
63615 -CONFIG_LOCKD_V4=y
63616 -CONFIG_NFS_COMMON=y
63617 -CONFIG_SUNRPC=y
63618 -CONFIG_SUNRPC_GSS=y
63619 -# CONFIG_SUNRPC_BIND34 is not set
63620 -CONFIG_RPCSEC_GSS_KRB5=y
63621 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
63622 -# CONFIG_SMB_FS is not set
63623 -# CONFIG_CIFS is not set
63624 -# CONFIG_NCP_FS is not set
63625 -# CONFIG_CODA_FS is not set
63626 -# CONFIG_AFS_FS is not set
63627 -
63628 -#
63629 -# Partition Types
63630 -#
63631 -CONFIG_PARTITION_ADVANCED=y
63632 -# CONFIG_ACORN_PARTITION is not set
63633 -# CONFIG_OSF_PARTITION is not set
63634 -# CONFIG_AMIGA_PARTITION is not set
63635 -# CONFIG_ATARI_PARTITION is not set
63636 -# CONFIG_MAC_PARTITION is not set
63637 -# CONFIG_MSDOS_PARTITION is not set
63638 -# CONFIG_LDM_PARTITION is not set
63639 -# CONFIG_SGI_PARTITION is not set
63640 -# CONFIG_ULTRIX_PARTITION is not set
63641 -# CONFIG_SUN_PARTITION is not set
63642 -# CONFIG_KARMA_PARTITION is not set
63643 -# CONFIG_EFI_PARTITION is not set
63644 -# CONFIG_SYSV68_PARTITION is not set
63645 -# CONFIG_NLS is not set
63646 -# CONFIG_DLM is not set
63647 -CONFIG_UCC_FAST=y
63648 -CONFIG_UCC=y
63649 -
63650 -#
63651 -# Library routines
63652 -#
63653 -CONFIG_BITREVERSE=y
63654 -# CONFIG_CRC_CCITT is not set
63655 -# CONFIG_CRC16 is not set
63656 -# CONFIG_CRC_ITU_T is not set
63657 -CONFIG_CRC32=y
63658 -# CONFIG_CRC7 is not set
63659 -# CONFIG_LIBCRC32C is not set
63660 -CONFIG_PLIST=y
63661 -CONFIG_HAS_IOMEM=y
63662 -CONFIG_HAS_IOPORT=y
63663 -CONFIG_HAS_DMA=y
63664 -
63665 -#
63666 -# Kernel hacking
63667 -#
63668 -# CONFIG_PRINTK_TIME is not set
63669 -CONFIG_ENABLE_WARN_DEPRECATED=y
63670 -CONFIG_ENABLE_MUST_CHECK=y
63671 -# CONFIG_MAGIC_SYSRQ is not set
63672 -# CONFIG_UNUSED_SYMBOLS is not set
63673 -# CONFIG_DEBUG_FS is not set
63674 -# CONFIG_HEADERS_CHECK is not set
63675 -# CONFIG_DEBUG_KERNEL is not set
63676 -# CONFIG_SLUB_DEBUG_ON is not set
63677 -# CONFIG_SLUB_STATS is not set
63678 -# CONFIG_DEBUG_BUGVERBOSE is not set
63679 -# CONFIG_SAMPLES is not set
63680 -# CONFIG_PPC_EARLY_DEBUG is not set
63681 -
63682 -#
63683 -# Security options
63684 -#
63685 -# CONFIG_KEYS is not set
63686 -# CONFIG_SECURITY is not set
63687 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
63688 -CONFIG_CRYPTO=y
63689 -CONFIG_CRYPTO_ALGAPI=y
63690 -CONFIG_CRYPTO_BLKCIPHER=y
63691 -# CONFIG_CRYPTO_SEQIV is not set
63692 -CONFIG_CRYPTO_MANAGER=y
63693 -# CONFIG_CRYPTO_HMAC is not set
63694 -# CONFIG_CRYPTO_XCBC is not set
63695 -# CONFIG_CRYPTO_NULL is not set
63696 -# CONFIG_CRYPTO_MD4 is not set
63697 -CONFIG_CRYPTO_MD5=y
63698 -# CONFIG_CRYPTO_SHA1 is not set
63699 -# CONFIG_CRYPTO_SHA256 is not set
63700 -# CONFIG_CRYPTO_SHA512 is not set
63701 -# CONFIG_CRYPTO_WP512 is not set
63702 -# CONFIG_CRYPTO_TGR192 is not set
63703 -# CONFIG_CRYPTO_GF128MUL is not set
63704 -CONFIG_CRYPTO_ECB=m
63705 -CONFIG_CRYPTO_CBC=y
63706 -CONFIG_CRYPTO_PCBC=m
63707 -# CONFIG_CRYPTO_LRW is not set
63708 -# CONFIG_CRYPTO_XTS is not set
63709 -# CONFIG_CRYPTO_CTR is not set
63710 -# CONFIG_CRYPTO_GCM is not set
63711 -# CONFIG_CRYPTO_CCM is not set
63712 -# CONFIG_CRYPTO_CRYPTD is not set
63713 -CONFIG_CRYPTO_DES=y
63714 -# CONFIG_CRYPTO_FCRYPT is not set
63715 -# CONFIG_CRYPTO_BLOWFISH is not set
63716 -# CONFIG_CRYPTO_TWOFISH is not set
63717 -# CONFIG_CRYPTO_SERPENT is not set
63718 -# CONFIG_CRYPTO_AES is not set
63719 -# CONFIG_CRYPTO_CAST5 is not set
63720 -# CONFIG_CRYPTO_CAST6 is not set
63721 -# CONFIG_CRYPTO_TEA is not set
63722 -# CONFIG_CRYPTO_ARC4 is not set
63723 -# CONFIG_CRYPTO_KHAZAD is not set
63724 -# CONFIG_CRYPTO_ANUBIS is not set
63725 -# CONFIG_CRYPTO_SEED is not set
63726 -# CONFIG_CRYPTO_SALSA20 is not set
63727 -# CONFIG_CRYPTO_DEFLATE is not set
63728 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
63729 -# CONFIG_CRYPTO_CRC32C is not set
63730 -# CONFIG_CRYPTO_CAMELLIA is not set
63731 -# CONFIG_CRYPTO_TEST is not set
63732 -# CONFIG_CRYPTO_AUTHENC is not set
63733 -# CONFIG_CRYPTO_LZO is not set
63734 -CONFIG_CRYPTO_HW=y
63735 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
63736 -# CONFIG_PPC_CLOCK is not set
63737 -CONFIG_PPC_LIB_RHEAP=y
63738 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc837x_mds_defconfig powerpc.git/arch/powerpc/configs/mpc837x_mds_defconfig
63739 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc837x_mds_defconfig 2008-04-11 22:32:29.000000000 +0200
63740 +++ powerpc.git/arch/powerpc/configs/mpc837x_mds_defconfig 1970-01-01 01:00:00.000000000 +0100
63741 @@ -1,899 +0,0 @@
63742 -#
63743 -# Automatically generated make config: don't edit
63744 -# Linux kernel version: 2.6.25-rc6
63745 -# Mon Mar 24 08:48:23 2008
63746 -#
63747 -# CONFIG_PPC64 is not set
63748 -
63749 -#
63750 -# Processor support
63751 -#
63752 -CONFIG_6xx=y
63753 -# CONFIG_PPC_85xx is not set
63754 -# CONFIG_PPC_8xx is not set
63755 -# CONFIG_40x is not set
63756 -# CONFIG_44x is not set
63757 -# CONFIG_E200 is not set
63758 -CONFIG_PPC_FPU=y
63759 -# CONFIG_FSL_EMB_PERFMON is not set
63760 -CONFIG_PPC_STD_MMU=y
63761 -CONFIG_PPC_STD_MMU_32=y
63762 -# CONFIG_PPC_MM_SLICES is not set
63763 -# CONFIG_SMP is not set
63764 -CONFIG_PPC32=y
63765 -CONFIG_WORD_SIZE=32
63766 -CONFIG_PPC_MERGE=y
63767 -CONFIG_MMU=y
63768 -CONFIG_GENERIC_CMOS_UPDATE=y
63769 -CONFIG_GENERIC_TIME=y
63770 -CONFIG_GENERIC_TIME_VSYSCALL=y
63771 -CONFIG_GENERIC_CLOCKEVENTS=y
63772 -CONFIG_GENERIC_HARDIRQS=y
63773 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
63774 -CONFIG_IRQ_PER_CPU=y
63775 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
63776 -CONFIG_ARCH_HAS_ILOG2_U32=y
63777 -CONFIG_GENERIC_HWEIGHT=y
63778 -CONFIG_GENERIC_CALIBRATE_DELAY=y
63779 -CONFIG_GENERIC_FIND_NEXT_BIT=y
63780 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
63781 -CONFIG_PPC=y
63782 -CONFIG_EARLY_PRINTK=y
63783 -CONFIG_GENERIC_NVRAM=y
63784 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
63785 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
63786 -CONFIG_PPC_OF=y
63787 -CONFIG_OF=y
63788 -CONFIG_PPC_UDBG_16550=y
63789 -# CONFIG_GENERIC_TBSYNC is not set
63790 -CONFIG_AUDIT_ARCH=y
63791 -CONFIG_GENERIC_BUG=y
63792 -CONFIG_DEFAULT_UIMAGE=y
63793 -# CONFIG_PPC_DCR_NATIVE is not set
63794 -# CONFIG_PPC_DCR_MMIO is not set
63795 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
63796 -
63797 -#
63798 -# General setup
63799 -#
63800 -CONFIG_EXPERIMENTAL=y
63801 -CONFIG_BROKEN_ON_SMP=y
63802 -CONFIG_INIT_ENV_ARG_LIMIT=32
63803 -CONFIG_LOCALVERSION=""
63804 -CONFIG_LOCALVERSION_AUTO=y
63805 -CONFIG_SWAP=y
63806 -CONFIG_SYSVIPC=y
63807 -CONFIG_SYSVIPC_SYSCTL=y
63808 -# CONFIG_POSIX_MQUEUE is not set
63809 -# CONFIG_BSD_PROCESS_ACCT is not set
63810 -# CONFIG_TASKSTATS is not set
63811 -# CONFIG_AUDIT is not set
63812 -# CONFIG_IKCONFIG is not set
63813 -CONFIG_LOG_BUF_SHIFT=14
63814 -# CONFIG_CGROUPS is not set
63815 -CONFIG_GROUP_SCHED=y
63816 -CONFIG_FAIR_GROUP_SCHED=y
63817 -# CONFIG_RT_GROUP_SCHED is not set
63818 -CONFIG_USER_SCHED=y
63819 -# CONFIG_CGROUP_SCHED is not set
63820 -CONFIG_SYSFS_DEPRECATED=y
63821 -CONFIG_SYSFS_DEPRECATED_V2=y
63822 -# CONFIG_RELAY is not set
63823 -# CONFIG_NAMESPACES is not set
63824 -CONFIG_BLK_DEV_INITRD=y
63825 -CONFIG_INITRAMFS_SOURCE=""
63826 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
63827 -CONFIG_SYSCTL=y
63828 -CONFIG_EMBEDDED=y
63829 -CONFIG_SYSCTL_SYSCALL=y
63830 -CONFIG_KALLSYMS=y
63831 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
63832 -CONFIG_HOTPLUG=y
63833 -CONFIG_PRINTK=y
63834 -CONFIG_BUG=y
63835 -CONFIG_ELF_CORE=y
63836 -CONFIG_COMPAT_BRK=y
63837 -CONFIG_BASE_FULL=y
63838 -CONFIG_FUTEX=y
63839 -CONFIG_ANON_INODES=y
63840 -# CONFIG_EPOLL is not set
63841 -CONFIG_SIGNALFD=y
63842 -CONFIG_TIMERFD=y
63843 -CONFIG_EVENTFD=y
63844 -CONFIG_SHMEM=y
63845 -CONFIG_VM_EVENT_COUNTERS=y
63846 -CONFIG_SLAB=y
63847 -# CONFIG_SLUB is not set
63848 -# CONFIG_SLOB is not set
63849 -# CONFIG_PROFILING is not set
63850 -# CONFIG_MARKERS is not set
63851 -CONFIG_HAVE_OPROFILE=y
63852 -# CONFIG_KPROBES is not set
63853 -CONFIG_HAVE_KPROBES=y
63854 -CONFIG_HAVE_KRETPROBES=y
63855 -CONFIG_PROC_PAGE_MONITOR=y
63856 -CONFIG_SLABINFO=y
63857 -CONFIG_RT_MUTEXES=y
63858 -# CONFIG_TINY_SHMEM is not set
63859 -CONFIG_BASE_SMALL=0
63860 -CONFIG_MODULES=y
63861 -CONFIG_MODULE_UNLOAD=y
63862 -# CONFIG_MODULE_FORCE_UNLOAD is not set
63863 -# CONFIG_MODVERSIONS is not set
63864 -# CONFIG_MODULE_SRCVERSION_ALL is not set
63865 -# CONFIG_KMOD is not set
63866 -CONFIG_BLOCK=y
63867 -# CONFIG_LBD is not set
63868 -# CONFIG_BLK_DEV_IO_TRACE is not set
63869 -# CONFIG_LSF is not set
63870 -# CONFIG_BLK_DEV_BSG is not set
63871 -
63872 -#
63873 -# IO Schedulers
63874 -#
63875 -CONFIG_IOSCHED_NOOP=y
63876 -CONFIG_IOSCHED_AS=y
63877 -CONFIG_IOSCHED_DEADLINE=y
63878 -CONFIG_IOSCHED_CFQ=y
63879 -CONFIG_DEFAULT_AS=y
63880 -# CONFIG_DEFAULT_DEADLINE is not set
63881 -# CONFIG_DEFAULT_CFQ is not set
63882 -# CONFIG_DEFAULT_NOOP is not set
63883 -CONFIG_DEFAULT_IOSCHED="anticipatory"
63884 -CONFIG_CLASSIC_RCU=y
63885 -
63886 -#
63887 -# Platform support
63888 -#
63889 -# CONFIG_PPC_MULTIPLATFORM is not set
63890 -# CONFIG_PPC_82xx is not set
63891 -CONFIG_PPC_83xx=y
63892 -# CONFIG_PPC_86xx is not set
63893 -# CONFIG_PPC_MPC512x is not set
63894 -# CONFIG_PPC_MPC5121 is not set
63895 -# CONFIG_PPC_CELL is not set
63896 -# CONFIG_PPC_CELL_NATIVE is not set
63897 -# CONFIG_PQ2ADS is not set
63898 -CONFIG_MPC83xx=y
63899 -# CONFIG_MPC831x_RDB is not set
63900 -# CONFIG_MPC832x_MDS is not set
63901 -# CONFIG_MPC832x_RDB is not set
63902 -# CONFIG_MPC834x_MDS is not set
63903 -# CONFIG_MPC834x_ITX is not set
63904 -# CONFIG_MPC836x_MDS is not set
63905 -CONFIG_MPC837x_MDS=y
63906 -# CONFIG_MPC837x_RDB is not set
63907 -# CONFIG_SBC834x is not set
63908 -CONFIG_PPC_MPC837x=y
63909 -CONFIG_IPIC=y
63910 -# CONFIG_MPIC is not set
63911 -# CONFIG_MPIC_WEIRD is not set
63912 -# CONFIG_PPC_I8259 is not set
63913 -# CONFIG_PPC_RTAS is not set
63914 -# CONFIG_MMIO_NVRAM is not set
63915 -# CONFIG_PPC_MPC106 is not set
63916 -# CONFIG_PPC_970_NAP is not set
63917 -# CONFIG_PPC_INDIRECT_IO is not set
63918 -# CONFIG_GENERIC_IOMAP is not set
63919 -# CONFIG_CPU_FREQ is not set
63920 -# CONFIG_FSL_ULI1575 is not set
63921 -
63922 -#
63923 -# Kernel options
63924 -#
63925 -# CONFIG_HIGHMEM is not set
63926 -# CONFIG_TICK_ONESHOT is not set
63927 -# CONFIG_NO_HZ is not set
63928 -# CONFIG_HIGH_RES_TIMERS is not set
63929 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
63930 -# CONFIG_HZ_100 is not set
63931 -CONFIG_HZ_250=y
63932 -# CONFIG_HZ_300 is not set
63933 -# CONFIG_HZ_1000 is not set
63934 -CONFIG_HZ=250
63935 -# CONFIG_SCHED_HRTICK is not set
63936 -CONFIG_PREEMPT_NONE=y
63937 -# CONFIG_PREEMPT_VOLUNTARY is not set
63938 -# CONFIG_PREEMPT is not set
63939 -CONFIG_BINFMT_ELF=y
63940 -# CONFIG_BINFMT_MISC is not set
63941 -# CONFIG_IOMMU_HELPER is not set
63942 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
63943 -CONFIG_ARCH_HAS_WALK_MEMORY=y
63944 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
63945 -CONFIG_ARCH_FLATMEM_ENABLE=y
63946 -CONFIG_ARCH_POPULATES_NODE_MAP=y
63947 -CONFIG_SELECT_MEMORY_MODEL=y
63948 -CONFIG_FLATMEM_MANUAL=y
63949 -# CONFIG_DISCONTIGMEM_MANUAL is not set
63950 -# CONFIG_SPARSEMEM_MANUAL is not set
63951 -CONFIG_FLATMEM=y
63952 -CONFIG_FLAT_NODE_MEM_MAP=y
63953 -# CONFIG_SPARSEMEM_STATIC is not set
63954 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
63955 -CONFIG_SPLIT_PTLOCK_CPUS=4
63956 -# CONFIG_RESOURCES_64BIT is not set
63957 -CONFIG_ZONE_DMA_FLAG=1
63958 -CONFIG_BOUNCE=y
63959 -CONFIG_VIRT_TO_BUS=y
63960 -CONFIG_PROC_DEVICETREE=y
63961 -# CONFIG_CMDLINE_BOOL is not set
63962 -# CONFIG_PM is not set
63963 -CONFIG_SECCOMP=y
63964 -CONFIG_ISA_DMA_API=y
63965 -
63966 -#
63967 -# Bus options
63968 -#
63969 -CONFIG_ZONE_DMA=y
63970 -CONFIG_GENERIC_ISA_DMA=y
63971 -CONFIG_PPC_INDIRECT_PCI=y
63972 -CONFIG_FSL_SOC=y
63973 -# CONFIG_PCI is not set
63974 -# CONFIG_PCI_DOMAINS is not set
63975 -# CONFIG_PCI_SYSCALL is not set
63976 -# CONFIG_ARCH_SUPPORTS_MSI is not set
63977 -# CONFIG_PCCARD is not set
63978 -
63979 -#
63980 -# Advanced setup
63981 -#
63982 -# CONFIG_ADVANCED_OPTIONS is not set
63983 -
63984 -#
63985 -# Default settings for advanced configuration options are used
63986 -#
63987 -CONFIG_HIGHMEM_START=0xfe000000
63988 -CONFIG_LOWMEM_SIZE=0x30000000
63989 -CONFIG_KERNEL_START=0xc0000000
63990 -CONFIG_TASK_SIZE=0xc0000000
63991 -CONFIG_BOOT_LOAD=0x00800000
63992 -
63993 -#
63994 -# Networking
63995 -#
63996 -CONFIG_NET=y
63997 -
63998 -#
63999 -# Networking options
64000 -#
64001 -CONFIG_PACKET=y
64002 -# CONFIG_PACKET_MMAP is not set
64003 -CONFIG_UNIX=y
64004 -CONFIG_XFRM=y
64005 -CONFIG_XFRM_USER=m
64006 -# CONFIG_XFRM_SUB_POLICY is not set
64007 -# CONFIG_XFRM_MIGRATE is not set
64008 -# CONFIG_XFRM_STATISTICS is not set
64009 -# CONFIG_NET_KEY is not set
64010 -CONFIG_INET=y
64011 -CONFIG_IP_MULTICAST=y
64012 -# CONFIG_IP_ADVANCED_ROUTER is not set
64013 -CONFIG_IP_FIB_HASH=y
64014 -CONFIG_IP_PNP=y
64015 -CONFIG_IP_PNP_DHCP=y
64016 -CONFIG_IP_PNP_BOOTP=y
64017 -# CONFIG_IP_PNP_RARP is not set
64018 -# CONFIG_NET_IPIP is not set
64019 -# CONFIG_NET_IPGRE is not set
64020 -# CONFIG_IP_MROUTE is not set
64021 -# CONFIG_ARPD is not set
64022 -CONFIG_SYN_COOKIES=y
64023 -# CONFIG_INET_AH is not set
64024 -# CONFIG_INET_ESP is not set
64025 -# CONFIG_INET_IPCOMP is not set
64026 -# CONFIG_INET_XFRM_TUNNEL is not set
64027 -# CONFIG_INET_TUNNEL is not set
64028 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
64029 -CONFIG_INET_XFRM_MODE_TUNNEL=y
64030 -CONFIG_INET_XFRM_MODE_BEET=y
64031 -# CONFIG_INET_LRO is not set
64032 -CONFIG_INET_DIAG=y
64033 -CONFIG_INET_TCP_DIAG=y
64034 -# CONFIG_TCP_CONG_ADVANCED is not set
64035 -CONFIG_TCP_CONG_CUBIC=y
64036 -CONFIG_DEFAULT_TCP_CONG="cubic"
64037 -# CONFIG_TCP_MD5SIG is not set
64038 -# CONFIG_IPV6 is not set
64039 -# CONFIG_INET6_XFRM_TUNNEL is not set
64040 -# CONFIG_INET6_TUNNEL is not set
64041 -# CONFIG_NETWORK_SECMARK is not set
64042 -# CONFIG_NETFILTER is not set
64043 -# CONFIG_IP_DCCP is not set
64044 -# CONFIG_IP_SCTP is not set
64045 -# CONFIG_TIPC is not set
64046 -# CONFIG_ATM is not set
64047 -# CONFIG_BRIDGE is not set
64048 -# CONFIG_VLAN_8021Q is not set
64049 -# CONFIG_DECNET is not set
64050 -# CONFIG_LLC2 is not set
64051 -# CONFIG_IPX is not set
64052 -# CONFIG_ATALK is not set
64053 -# CONFIG_X25 is not set
64054 -# CONFIG_LAPB is not set
64055 -# CONFIG_ECONET is not set
64056 -# CONFIG_WAN_ROUTER is not set
64057 -# CONFIG_NET_SCHED is not set
64058 -
64059 -#
64060 -# Network testing
64061 -#
64062 -# CONFIG_NET_PKTGEN is not set
64063 -# CONFIG_HAMRADIO is not set
64064 -# CONFIG_CAN is not set
64065 -# CONFIG_IRDA is not set
64066 -# CONFIG_BT is not set
64067 -# CONFIG_AF_RXRPC is not set
64068 -
64069 -#
64070 -# Wireless
64071 -#
64072 -# CONFIG_CFG80211 is not set
64073 -# CONFIG_WIRELESS_EXT is not set
64074 -# CONFIG_MAC80211 is not set
64075 -# CONFIG_IEEE80211 is not set
64076 -# CONFIG_RFKILL is not set
64077 -# CONFIG_NET_9P is not set
64078 -
64079 -#
64080 -# Device Drivers
64081 -#
64082 -
64083 -#
64084 -# Generic Driver Options
64085 -#
64086 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
64087 -CONFIG_STANDALONE=y
64088 -CONFIG_PREVENT_FIRMWARE_BUILD=y
64089 -# CONFIG_FW_LOADER is not set
64090 -# CONFIG_SYS_HYPERVISOR is not set
64091 -# CONFIG_CONNECTOR is not set
64092 -# CONFIG_MTD is not set
64093 -CONFIG_OF_DEVICE=y
64094 -# CONFIG_PARPORT is not set
64095 -CONFIG_BLK_DEV=y
64096 -# CONFIG_BLK_DEV_FD is not set
64097 -# CONFIG_BLK_DEV_COW_COMMON is not set
64098 -CONFIG_BLK_DEV_LOOP=y
64099 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
64100 -# CONFIG_BLK_DEV_NBD is not set
64101 -CONFIG_BLK_DEV_RAM=y
64102 -CONFIG_BLK_DEV_RAM_COUNT=16
64103 -CONFIG_BLK_DEV_RAM_SIZE=32768
64104 -# CONFIG_BLK_DEV_XIP is not set
64105 -# CONFIG_CDROM_PKTCDVD is not set
64106 -# CONFIG_ATA_OVER_ETH is not set
64107 -CONFIG_MISC_DEVICES=y
64108 -# CONFIG_EEPROM_93CX6 is not set
64109 -# CONFIG_ENCLOSURE_SERVICES is not set
64110 -CONFIG_HAVE_IDE=y
64111 -# CONFIG_IDE is not set
64112 -
64113 -#
64114 -# SCSI device support
64115 -#
64116 -# CONFIG_RAID_ATTRS is not set
64117 -CONFIG_SCSI=y
64118 -CONFIG_SCSI_DMA=y
64119 -# CONFIG_SCSI_TGT is not set
64120 -# CONFIG_SCSI_NETLINK is not set
64121 -CONFIG_SCSI_PROC_FS=y
64122 -
64123 -#
64124 -# SCSI support type (disk, tape, CD-ROM)
64125 -#
64126 -CONFIG_BLK_DEV_SD=y
64127 -# CONFIG_CHR_DEV_ST is not set
64128 -# CONFIG_CHR_DEV_OSST is not set
64129 -# CONFIG_BLK_DEV_SR is not set
64130 -CONFIG_CHR_DEV_SG=y
64131 -# CONFIG_CHR_DEV_SCH is not set
64132 -
64133 -#
64134 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
64135 -#
64136 -# CONFIG_SCSI_MULTI_LUN is not set
64137 -# CONFIG_SCSI_CONSTANTS is not set
64138 -# CONFIG_SCSI_LOGGING is not set
64139 -# CONFIG_SCSI_SCAN_ASYNC is not set
64140 -CONFIG_SCSI_WAIT_SCAN=m
64141 -
64142 -#
64143 -# SCSI Transports
64144 -#
64145 -# CONFIG_SCSI_SPI_ATTRS is not set
64146 -# CONFIG_SCSI_FC_ATTRS is not set
64147 -# CONFIG_SCSI_ISCSI_ATTRS is not set
64148 -# CONFIG_SCSI_SAS_LIBSAS is not set
64149 -# CONFIG_SCSI_SRP_ATTRS is not set
64150 -CONFIG_SCSI_LOWLEVEL=y
64151 -# CONFIG_ISCSI_TCP is not set
64152 -# CONFIG_SCSI_DEBUG is not set
64153 -CONFIG_ATA=y
64154 -# CONFIG_ATA_NONSTANDARD is not set
64155 -# CONFIG_SATA_MV is not set
64156 -CONFIG_SATA_FSL=y
64157 -# CONFIG_PATA_PLATFORM is not set
64158 -# CONFIG_MD is not set
64159 -# CONFIG_MACINTOSH_DRIVERS is not set
64160 -CONFIG_NETDEVICES=y
64161 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
64162 -# CONFIG_DUMMY is not set
64163 -# CONFIG_BONDING is not set
64164 -# CONFIG_MACVLAN is not set
64165 -# CONFIG_EQUALIZER is not set
64166 -# CONFIG_TUN is not set
64167 -# CONFIG_VETH is not set
64168 -CONFIG_PHYLIB=y
64169 -
64170 -#
64171 -# MII PHY device drivers
64172 -#
64173 -CONFIG_MARVELL_PHY=y
64174 -# CONFIG_DAVICOM_PHY is not set
64175 -# CONFIG_QSEMI_PHY is not set
64176 -# CONFIG_LXT_PHY is not set
64177 -# CONFIG_CICADA_PHY is not set
64178 -# CONFIG_VITESSE_PHY is not set
64179 -# CONFIG_SMSC_PHY is not set
64180 -# CONFIG_BROADCOM_PHY is not set
64181 -# CONFIG_ICPLUS_PHY is not set
64182 -# CONFIG_REALTEK_PHY is not set
64183 -# CONFIG_FIXED_PHY is not set
64184 -# CONFIG_MDIO_BITBANG is not set
64185 -CONFIG_NET_ETHERNET=y
64186 -CONFIG_MII=y
64187 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
64188 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
64189 -# CONFIG_IBM_NEW_EMAC_TAH is not set
64190 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
64191 -# CONFIG_B44 is not set
64192 -CONFIG_NETDEV_1000=y
64193 -# CONFIG_E1000E_ENABLED is not set
64194 -CONFIG_GIANFAR=y
64195 -# CONFIG_GFAR_NAPI is not set
64196 -CONFIG_NETDEV_10000=y
64197 -
64198 -#
64199 -# Wireless LAN
64200 -#
64201 -# CONFIG_WLAN_PRE80211 is not set
64202 -# CONFIG_WLAN_80211 is not set
64203 -# CONFIG_WAN is not set
64204 -# CONFIG_PPP is not set
64205 -# CONFIG_SLIP is not set
64206 -# CONFIG_NETCONSOLE is not set
64207 -# CONFIG_NETPOLL is not set
64208 -# CONFIG_NET_POLL_CONTROLLER is not set
64209 -# CONFIG_ISDN is not set
64210 -# CONFIG_PHONE is not set
64211 -
64212 -#
64213 -# Input device support
64214 -#
64215 -CONFIG_INPUT=y
64216 -# CONFIG_INPUT_FF_MEMLESS is not set
64217 -# CONFIG_INPUT_POLLDEV is not set
64218 -
64219 -#
64220 -# Userland interfaces
64221 -#
64222 -# CONFIG_INPUT_MOUSEDEV is not set
64223 -# CONFIG_INPUT_JOYDEV is not set
64224 -# CONFIG_INPUT_EVDEV is not set
64225 -# CONFIG_INPUT_EVBUG is not set
64226 -
64227 -#
64228 -# Input Device Drivers
64229 -#
64230 -# CONFIG_INPUT_KEYBOARD is not set
64231 -# CONFIG_INPUT_MOUSE is not set
64232 -# CONFIG_INPUT_JOYSTICK is not set
64233 -# CONFIG_INPUT_TABLET is not set
64234 -# CONFIG_INPUT_TOUCHSCREEN is not set
64235 -# CONFIG_INPUT_MISC is not set
64236 -
64237 -#
64238 -# Hardware I/O ports
64239 -#
64240 -# CONFIG_SERIO is not set
64241 -# CONFIG_GAMEPORT is not set
64242 -
64243 -#
64244 -# Character devices
64245 -#
64246 -# CONFIG_VT is not set
64247 -# CONFIG_SERIAL_NONSTANDARD is not set
64248 -
64249 -#
64250 -# Serial drivers
64251 -#
64252 -CONFIG_SERIAL_8250=y
64253 -CONFIG_SERIAL_8250_CONSOLE=y
64254 -CONFIG_SERIAL_8250_NR_UARTS=4
64255 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
64256 -# CONFIG_SERIAL_8250_EXTENDED is not set
64257 -
64258 -#
64259 -# Non-8250 serial port support
64260 -#
64261 -# CONFIG_SERIAL_UARTLITE is not set
64262 -CONFIG_SERIAL_CORE=y
64263 -CONFIG_SERIAL_CORE_CONSOLE=y
64264 -# CONFIG_SERIAL_OF_PLATFORM is not set
64265 -CONFIG_UNIX98_PTYS=y
64266 -CONFIG_LEGACY_PTYS=y
64267 -CONFIG_LEGACY_PTY_COUNT=256
64268 -# CONFIG_IPMI_HANDLER is not set
64269 -# CONFIG_HW_RANDOM is not set
64270 -# CONFIG_NVRAM is not set
64271 -CONFIG_GEN_RTC=y
64272 -# CONFIG_GEN_RTC_X is not set
64273 -# CONFIG_R3964 is not set
64274 -# CONFIG_RAW_DRIVER is not set
64275 -# CONFIG_TCG_TPM is not set
64276 -CONFIG_I2C=y
64277 -CONFIG_I2C_BOARDINFO=y
64278 -CONFIG_I2C_CHARDEV=y
64279 -
64280 -#
64281 -# I2C Algorithms
64282 -#
64283 -# CONFIG_I2C_ALGOBIT is not set
64284 -# CONFIG_I2C_ALGOPCF is not set
64285 -# CONFIG_I2C_ALGOPCA is not set
64286 -
64287 -#
64288 -# I2C Hardware Bus support
64289 -#
64290 -CONFIG_I2C_MPC=y
64291 -# CONFIG_I2C_OCORES is not set
64292 -# CONFIG_I2C_PARPORT_LIGHT is not set
64293 -# CONFIG_I2C_SIMTEC is not set
64294 -# CONFIG_I2C_TAOS_EVM is not set
64295 -# CONFIG_I2C_STUB is not set
64296 -
64297 -#
64298 -# Miscellaneous I2C Chip support
64299 -#
64300 -# CONFIG_DS1682 is not set
64301 -# CONFIG_SENSORS_EEPROM is not set
64302 -# CONFIG_SENSORS_PCF8574 is not set
64303 -# CONFIG_PCF8575 is not set
64304 -# CONFIG_SENSORS_PCF8591 is not set
64305 -# CONFIG_TPS65010 is not set
64306 -# CONFIG_SENSORS_MAX6875 is not set
64307 -# CONFIG_SENSORS_TSL2550 is not set
64308 -# CONFIG_I2C_DEBUG_CORE is not set
64309 -# CONFIG_I2C_DEBUG_ALGO is not set
64310 -# CONFIG_I2C_DEBUG_BUS is not set
64311 -# CONFIG_I2C_DEBUG_CHIP is not set
64312 -
64313 -#
64314 -# SPI support
64315 -#
64316 -# CONFIG_SPI is not set
64317 -# CONFIG_SPI_MASTER is not set
64318 -# CONFIG_W1 is not set
64319 -# CONFIG_POWER_SUPPLY is not set
64320 -CONFIG_HWMON=y
64321 -# CONFIG_HWMON_VID is not set
64322 -# CONFIG_SENSORS_AD7418 is not set
64323 -# CONFIG_SENSORS_ADM1021 is not set
64324 -# CONFIG_SENSORS_ADM1025 is not set
64325 -# CONFIG_SENSORS_ADM1026 is not set
64326 -# CONFIG_SENSORS_ADM1029 is not set
64327 -# CONFIG_SENSORS_ADM1031 is not set
64328 -# CONFIG_SENSORS_ADM9240 is not set
64329 -# CONFIG_SENSORS_ADT7470 is not set
64330 -# CONFIG_SENSORS_ADT7473 is not set
64331 -# CONFIG_SENSORS_ATXP1 is not set
64332 -# CONFIG_SENSORS_DS1621 is not set
64333 -# CONFIG_SENSORS_F71805F is not set
64334 -# CONFIG_SENSORS_F71882FG is not set
64335 -# CONFIG_SENSORS_F75375S is not set
64336 -# CONFIG_SENSORS_GL518SM is not set
64337 -# CONFIG_SENSORS_GL520SM is not set
64338 -# CONFIG_SENSORS_IT87 is not set
64339 -# CONFIG_SENSORS_LM63 is not set
64340 -# CONFIG_SENSORS_LM75 is not set
64341 -# CONFIG_SENSORS_LM77 is not set
64342 -# CONFIG_SENSORS_LM78 is not set
64343 -# CONFIG_SENSORS_LM80 is not set
64344 -# CONFIG_SENSORS_LM83 is not set
64345 -# CONFIG_SENSORS_LM85 is not set
64346 -# CONFIG_SENSORS_LM87 is not set
64347 -# CONFIG_SENSORS_LM90 is not set
64348 -# CONFIG_SENSORS_LM92 is not set
64349 -# CONFIG_SENSORS_LM93 is not set
64350 -# CONFIG_SENSORS_MAX1619 is not set
64351 -# CONFIG_SENSORS_MAX6650 is not set
64352 -# CONFIG_SENSORS_PC87360 is not set
64353 -# CONFIG_SENSORS_PC87427 is not set
64354 -# CONFIG_SENSORS_DME1737 is not set
64355 -# CONFIG_SENSORS_SMSC47M1 is not set
64356 -# CONFIG_SENSORS_SMSC47M192 is not set
64357 -# CONFIG_SENSORS_SMSC47B397 is not set
64358 -# CONFIG_SENSORS_ADS7828 is not set
64359 -# CONFIG_SENSORS_THMC50 is not set
64360 -# CONFIG_SENSORS_VT1211 is not set
64361 -# CONFIG_SENSORS_W83781D is not set
64362 -# CONFIG_SENSORS_W83791D is not set
64363 -# CONFIG_SENSORS_W83792D is not set
64364 -# CONFIG_SENSORS_W83793 is not set
64365 -# CONFIG_SENSORS_W83L785TS is not set
64366 -# CONFIG_SENSORS_W83L786NG is not set
64367 -# CONFIG_SENSORS_W83627HF is not set
64368 -# CONFIG_SENSORS_W83627EHF is not set
64369 -# CONFIG_HWMON_DEBUG_CHIP is not set
64370 -# CONFIG_THERMAL is not set
64371 -CONFIG_WATCHDOG=y
64372 -# CONFIG_WATCHDOG_NOWAYOUT is not set
64373 -
64374 -#
64375 -# Watchdog Device Drivers
64376 -#
64377 -# CONFIG_SOFT_WATCHDOG is not set
64378 -CONFIG_83xx_WDT=y
64379 -
64380 -#
64381 -# Sonics Silicon Backplane
64382 -#
64383 -CONFIG_SSB_POSSIBLE=y
64384 -# CONFIG_SSB is not set
64385 -
64386 -#
64387 -# Multifunction device drivers
64388 -#
64389 -# CONFIG_MFD_SM501 is not set
64390 -
64391 -#
64392 -# Multimedia devices
64393 -#
64394 -# CONFIG_VIDEO_DEV is not set
64395 -# CONFIG_DVB_CORE is not set
64396 -CONFIG_DAB=y
64397 -
64398 -#
64399 -# Graphics support
64400 -#
64401 -# CONFIG_VGASTATE is not set
64402 -CONFIG_VIDEO_OUTPUT_CONTROL=m
64403 -# CONFIG_FB is not set
64404 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
64405 -
64406 -#
64407 -# Display device support
64408 -#
64409 -# CONFIG_DISPLAY_SUPPORT is not set
64410 -
64411 -#
64412 -# Sound
64413 -#
64414 -# CONFIG_SOUND is not set
64415 -CONFIG_HID_SUPPORT=y
64416 -CONFIG_HID=y
64417 -# CONFIG_HID_DEBUG is not set
64418 -# CONFIG_HIDRAW is not set
64419 -CONFIG_USB_SUPPORT=y
64420 -CONFIG_USB_ARCH_HAS_HCD=y
64421 -# CONFIG_USB_ARCH_HAS_OHCI is not set
64422 -CONFIG_USB_ARCH_HAS_EHCI=y
64423 -# CONFIG_USB is not set
64424 -
64425 -#
64426 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
64427 -#
64428 -# CONFIG_USB_GADGET is not set
64429 -# CONFIG_MMC is not set
64430 -# CONFIG_MEMSTICK is not set
64431 -# CONFIG_NEW_LEDS is not set
64432 -# CONFIG_EDAC is not set
64433 -# CONFIG_RTC_CLASS is not set
64434 -# CONFIG_DMADEVICES is not set
64435 -
64436 -#
64437 -# Userspace I/O
64438 -#
64439 -# CONFIG_UIO is not set
64440 -
64441 -#
64442 -# File systems
64443 -#
64444 -CONFIG_EXT2_FS=y
64445 -# CONFIG_EXT2_FS_XATTR is not set
64446 -# CONFIG_EXT2_FS_XIP is not set
64447 -CONFIG_EXT3_FS=y
64448 -CONFIG_EXT3_FS_XATTR=y
64449 -# CONFIG_EXT3_FS_POSIX_ACL is not set
64450 -# CONFIG_EXT3_FS_SECURITY is not set
64451 -# CONFIG_EXT4DEV_FS is not set
64452 -CONFIG_JBD=y
64453 -CONFIG_FS_MBCACHE=y
64454 -# CONFIG_REISERFS_FS is not set
64455 -# CONFIG_JFS_FS is not set
64456 -# CONFIG_FS_POSIX_ACL is not set
64457 -# CONFIG_XFS_FS is not set
64458 -# CONFIG_GFS2_FS is not set
64459 -# CONFIG_OCFS2_FS is not set
64460 -CONFIG_DNOTIFY=y
64461 -CONFIG_INOTIFY=y
64462 -CONFIG_INOTIFY_USER=y
64463 -# CONFIG_QUOTA is not set
64464 -# CONFIG_AUTOFS_FS is not set
64465 -# CONFIG_AUTOFS4_FS is not set
64466 -# CONFIG_FUSE_FS is not set
64467 -
64468 -#
64469 -# CD-ROM/DVD Filesystems
64470 -#
64471 -# CONFIG_ISO9660_FS is not set
64472 -# CONFIG_UDF_FS is not set
64473 -
64474 -#
64475 -# DOS/FAT/NT Filesystems
64476 -#
64477 -# CONFIG_MSDOS_FS is not set
64478 -# CONFIG_VFAT_FS is not set
64479 -# CONFIG_NTFS_FS is not set
64480 -
64481 -#
64482 -# Pseudo filesystems
64483 -#
64484 -CONFIG_PROC_FS=y
64485 -CONFIG_PROC_KCORE=y
64486 -CONFIG_PROC_SYSCTL=y
64487 -CONFIG_SYSFS=y
64488 -CONFIG_TMPFS=y
64489 -# CONFIG_TMPFS_POSIX_ACL is not set
64490 -# CONFIG_HUGETLB_PAGE is not set
64491 -# CONFIG_CONFIGFS_FS is not set
64492 -
64493 -#
64494 -# Miscellaneous filesystems
64495 -#
64496 -# CONFIG_ADFS_FS is not set
64497 -# CONFIG_AFFS_FS is not set
64498 -# CONFIG_HFS_FS is not set
64499 -# CONFIG_HFSPLUS_FS is not set
64500 -# CONFIG_BEFS_FS is not set
64501 -# CONFIG_BFS_FS is not set
64502 -# CONFIG_EFS_FS is not set
64503 -# CONFIG_CRAMFS is not set
64504 -# CONFIG_VXFS_FS is not set
64505 -# CONFIG_MINIX_FS is not set
64506 -# CONFIG_HPFS_FS is not set
64507 -# CONFIG_QNX4FS_FS is not set
64508 -# CONFIG_ROMFS_FS is not set
64509 -# CONFIG_SYSV_FS is not set
64510 -# CONFIG_UFS_FS is not set
64511 -CONFIG_NETWORK_FILESYSTEMS=y
64512 -CONFIG_NFS_FS=y
64513 -CONFIG_NFS_V3=y
64514 -# CONFIG_NFS_V3_ACL is not set
64515 -CONFIG_NFS_V4=y
64516 -# CONFIG_NFS_DIRECTIO is not set
64517 -# CONFIG_NFSD is not set
64518 -CONFIG_ROOT_NFS=y
64519 -CONFIG_LOCKD=y
64520 -CONFIG_LOCKD_V4=y
64521 -CONFIG_NFS_COMMON=y
64522 -CONFIG_SUNRPC=y
64523 -CONFIG_SUNRPC_GSS=y
64524 -# CONFIG_SUNRPC_BIND34 is not set
64525 -CONFIG_RPCSEC_GSS_KRB5=y
64526 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
64527 -# CONFIG_SMB_FS is not set
64528 -# CONFIG_CIFS is not set
64529 -# CONFIG_NCP_FS is not set
64530 -# CONFIG_CODA_FS is not set
64531 -# CONFIG_AFS_FS is not set
64532 -
64533 -#
64534 -# Partition Types
64535 -#
64536 -CONFIG_PARTITION_ADVANCED=y
64537 -# CONFIG_ACORN_PARTITION is not set
64538 -# CONFIG_OSF_PARTITION is not set
64539 -# CONFIG_AMIGA_PARTITION is not set
64540 -# CONFIG_ATARI_PARTITION is not set
64541 -# CONFIG_MAC_PARTITION is not set
64542 -CONFIG_MSDOS_PARTITION=y
64543 -# CONFIG_BSD_DISKLABEL is not set
64544 -# CONFIG_MINIX_SUBPARTITION is not set
64545 -# CONFIG_SOLARIS_X86_PARTITION is not set
64546 -# CONFIG_UNIXWARE_DISKLABEL is not set
64547 -# CONFIG_LDM_PARTITION is not set
64548 -# CONFIG_SGI_PARTITION is not set
64549 -# CONFIG_ULTRIX_PARTITION is not set
64550 -# CONFIG_SUN_PARTITION is not set
64551 -# CONFIG_KARMA_PARTITION is not set
64552 -# CONFIG_EFI_PARTITION is not set
64553 -# CONFIG_SYSV68_PARTITION is not set
64554 -# CONFIG_NLS is not set
64555 -# CONFIG_DLM is not set
64556 -
64557 -#
64558 -# Library routines
64559 -#
64560 -CONFIG_BITREVERSE=y
64561 -# CONFIG_CRC_CCITT is not set
64562 -# CONFIG_CRC16 is not set
64563 -# CONFIG_CRC_ITU_T is not set
64564 -CONFIG_CRC32=y
64565 -# CONFIG_CRC7 is not set
64566 -# CONFIG_LIBCRC32C is not set
64567 -CONFIG_PLIST=y
64568 -CONFIG_HAS_IOMEM=y
64569 -CONFIG_HAS_IOPORT=y
64570 -CONFIG_HAS_DMA=y
64571 -
64572 -#
64573 -# Kernel hacking
64574 -#
64575 -# CONFIG_PRINTK_TIME is not set
64576 -CONFIG_ENABLE_WARN_DEPRECATED=y
64577 -CONFIG_ENABLE_MUST_CHECK=y
64578 -# CONFIG_MAGIC_SYSRQ is not set
64579 -# CONFIG_UNUSED_SYMBOLS is not set
64580 -# CONFIG_DEBUG_FS is not set
64581 -# CONFIG_HEADERS_CHECK is not set
64582 -# CONFIG_DEBUG_KERNEL is not set
64583 -# CONFIG_DEBUG_BUGVERBOSE is not set
64584 -# CONFIG_SAMPLES is not set
64585 -# CONFIG_PPC_EARLY_DEBUG is not set
64586 -
64587 -#
64588 -# Security options
64589 -#
64590 -# CONFIG_KEYS is not set
64591 -# CONFIG_SECURITY is not set
64592 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
64593 -CONFIG_CRYPTO=y
64594 -CONFIG_CRYPTO_ALGAPI=y
64595 -CONFIG_CRYPTO_BLKCIPHER=y
64596 -# CONFIG_CRYPTO_SEQIV is not set
64597 -CONFIG_CRYPTO_MANAGER=y
64598 -# CONFIG_CRYPTO_HMAC is not set
64599 -# CONFIG_CRYPTO_XCBC is not set
64600 -# CONFIG_CRYPTO_NULL is not set
64601 -# CONFIG_CRYPTO_MD4 is not set
64602 -CONFIG_CRYPTO_MD5=y
64603 -# CONFIG_CRYPTO_SHA1 is not set
64604 -# CONFIG_CRYPTO_SHA256 is not set
64605 -# CONFIG_CRYPTO_SHA512 is not set
64606 -# CONFIG_CRYPTO_WP512 is not set
64607 -# CONFIG_CRYPTO_TGR192 is not set
64608 -# CONFIG_CRYPTO_GF128MUL is not set
64609 -CONFIG_CRYPTO_ECB=m
64610 -CONFIG_CRYPTO_CBC=y
64611 -CONFIG_CRYPTO_PCBC=m
64612 -# CONFIG_CRYPTO_LRW is not set
64613 -# CONFIG_CRYPTO_XTS is not set
64614 -# CONFIG_CRYPTO_CTR is not set
64615 -# CONFIG_CRYPTO_GCM is not set
64616 -# CONFIG_CRYPTO_CCM is not set
64617 -# CONFIG_CRYPTO_CRYPTD is not set
64618 -CONFIG_CRYPTO_DES=y
64619 -# CONFIG_CRYPTO_FCRYPT is not set
64620 -# CONFIG_CRYPTO_BLOWFISH is not set
64621 -# CONFIG_CRYPTO_TWOFISH is not set
64622 -# CONFIG_CRYPTO_SERPENT is not set
64623 -# CONFIG_CRYPTO_AES is not set
64624 -# CONFIG_CRYPTO_CAST5 is not set
64625 -# CONFIG_CRYPTO_CAST6 is not set
64626 -# CONFIG_CRYPTO_TEA is not set
64627 -# CONFIG_CRYPTO_ARC4 is not set
64628 -# CONFIG_CRYPTO_KHAZAD is not set
64629 -# CONFIG_CRYPTO_ANUBIS is not set
64630 -# CONFIG_CRYPTO_SEED is not set
64631 -# CONFIG_CRYPTO_SALSA20 is not set
64632 -# CONFIG_CRYPTO_DEFLATE is not set
64633 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
64634 -# CONFIG_CRYPTO_CRC32C is not set
64635 -# CONFIG_CRYPTO_CAMELLIA is not set
64636 -# CONFIG_CRYPTO_TEST is not set
64637 -# CONFIG_CRYPTO_AUTHENC is not set
64638 -# CONFIG_CRYPTO_LZO is not set
64639 -CONFIG_CRYPTO_HW=y
64640 -# CONFIG_PPC_CLOCK is not set
64641 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc837x_rdb_defconfig powerpc.git/arch/powerpc/configs/mpc837x_rdb_defconfig
64642 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc837x_rdb_defconfig 2008-04-11 22:32:29.000000000 +0200
64643 +++ powerpc.git/arch/powerpc/configs/mpc837x_rdb_defconfig 1970-01-01 01:00:00.000000000 +0100
64644 @@ -1,930 +0,0 @@
64645 -#
64646 -# Automatically generated make config: don't edit
64647 -# Linux kernel version: 2.6.25-rc6
64648 -# Mon Mar 24 08:48:24 2008
64649 -#
64650 -# CONFIG_PPC64 is not set
64651 -
64652 -#
64653 -# Processor support
64654 -#
64655 -CONFIG_6xx=y
64656 -# CONFIG_PPC_85xx is not set
64657 -# CONFIG_PPC_8xx is not set
64658 -# CONFIG_40x is not set
64659 -# CONFIG_44x is not set
64660 -# CONFIG_E200 is not set
64661 -CONFIG_PPC_FPU=y
64662 -# CONFIG_FSL_EMB_PERFMON is not set
64663 -CONFIG_PPC_STD_MMU=y
64664 -CONFIG_PPC_STD_MMU_32=y
64665 -# CONFIG_PPC_MM_SLICES is not set
64666 -# CONFIG_SMP is not set
64667 -CONFIG_PPC32=y
64668 -CONFIG_WORD_SIZE=32
64669 -CONFIG_PPC_MERGE=y
64670 -CONFIG_MMU=y
64671 -CONFIG_GENERIC_CMOS_UPDATE=y
64672 -CONFIG_GENERIC_TIME=y
64673 -CONFIG_GENERIC_TIME_VSYSCALL=y
64674 -CONFIG_GENERIC_CLOCKEVENTS=y
64675 -CONFIG_GENERIC_HARDIRQS=y
64676 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
64677 -CONFIG_IRQ_PER_CPU=y
64678 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
64679 -CONFIG_ARCH_HAS_ILOG2_U32=y
64680 -CONFIG_GENERIC_HWEIGHT=y
64681 -CONFIG_GENERIC_CALIBRATE_DELAY=y
64682 -CONFIG_GENERIC_FIND_NEXT_BIT=y
64683 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
64684 -CONFIG_PPC=y
64685 -CONFIG_EARLY_PRINTK=y
64686 -CONFIG_GENERIC_NVRAM=y
64687 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
64688 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
64689 -CONFIG_PPC_OF=y
64690 -CONFIG_OF=y
64691 -CONFIG_PPC_UDBG_16550=y
64692 -# CONFIG_GENERIC_TBSYNC is not set
64693 -CONFIG_AUDIT_ARCH=y
64694 -CONFIG_GENERIC_BUG=y
64695 -CONFIG_DEFAULT_UIMAGE=y
64696 -# CONFIG_PPC_DCR_NATIVE is not set
64697 -# CONFIG_PPC_DCR_MMIO is not set
64698 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
64699 -
64700 -#
64701 -# General setup
64702 -#
64703 -CONFIG_EXPERIMENTAL=y
64704 -CONFIG_BROKEN_ON_SMP=y
64705 -CONFIG_INIT_ENV_ARG_LIMIT=32
64706 -CONFIG_LOCALVERSION=""
64707 -CONFIG_LOCALVERSION_AUTO=y
64708 -CONFIG_SWAP=y
64709 -CONFIG_SYSVIPC=y
64710 -CONFIG_SYSVIPC_SYSCTL=y
64711 -# CONFIG_POSIX_MQUEUE is not set
64712 -# CONFIG_BSD_PROCESS_ACCT is not set
64713 -# CONFIG_TASKSTATS is not set
64714 -# CONFIG_AUDIT is not set
64715 -# CONFIG_IKCONFIG is not set
64716 -CONFIG_LOG_BUF_SHIFT=14
64717 -# CONFIG_CGROUPS is not set
64718 -CONFIG_GROUP_SCHED=y
64719 -CONFIG_FAIR_GROUP_SCHED=y
64720 -# CONFIG_RT_GROUP_SCHED is not set
64721 -CONFIG_USER_SCHED=y
64722 -# CONFIG_CGROUP_SCHED is not set
64723 -CONFIG_SYSFS_DEPRECATED=y
64724 -CONFIG_SYSFS_DEPRECATED_V2=y
64725 -# CONFIG_RELAY is not set
64726 -# CONFIG_NAMESPACES is not set
64727 -CONFIG_BLK_DEV_INITRD=y
64728 -CONFIG_INITRAMFS_SOURCE=""
64729 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
64730 -CONFIG_SYSCTL=y
64731 -CONFIG_EMBEDDED=y
64732 -CONFIG_SYSCTL_SYSCALL=y
64733 -CONFIG_KALLSYMS=y
64734 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
64735 -CONFIG_HOTPLUG=y
64736 -CONFIG_PRINTK=y
64737 -CONFIG_BUG=y
64738 -CONFIG_ELF_CORE=y
64739 -CONFIG_COMPAT_BRK=y
64740 -CONFIG_BASE_FULL=y
64741 -CONFIG_FUTEX=y
64742 -CONFIG_ANON_INODES=y
64743 -# CONFIG_EPOLL is not set
64744 -CONFIG_SIGNALFD=y
64745 -CONFIG_TIMERFD=y
64746 -CONFIG_EVENTFD=y
64747 -CONFIG_SHMEM=y
64748 -CONFIG_VM_EVENT_COUNTERS=y
64749 -CONFIG_SLAB=y
64750 -# CONFIG_SLUB is not set
64751 -# CONFIG_SLOB is not set
64752 -# CONFIG_PROFILING is not set
64753 -# CONFIG_MARKERS is not set
64754 -CONFIG_HAVE_OPROFILE=y
64755 -# CONFIG_KPROBES is not set
64756 -CONFIG_HAVE_KPROBES=y
64757 -CONFIG_HAVE_KRETPROBES=y
64758 -CONFIG_PROC_PAGE_MONITOR=y
64759 -CONFIG_SLABINFO=y
64760 -CONFIG_RT_MUTEXES=y
64761 -# CONFIG_TINY_SHMEM is not set
64762 -CONFIG_BASE_SMALL=0
64763 -CONFIG_MODULES=y
64764 -CONFIG_MODULE_UNLOAD=y
64765 -# CONFIG_MODULE_FORCE_UNLOAD is not set
64766 -# CONFIG_MODVERSIONS is not set
64767 -# CONFIG_MODULE_SRCVERSION_ALL is not set
64768 -# CONFIG_KMOD is not set
64769 -CONFIG_BLOCK=y
64770 -# CONFIG_LBD is not set
64771 -# CONFIG_BLK_DEV_IO_TRACE is not set
64772 -# CONFIG_LSF is not set
64773 -# CONFIG_BLK_DEV_BSG is not set
64774 -
64775 -#
64776 -# IO Schedulers
64777 -#
64778 -CONFIG_IOSCHED_NOOP=y
64779 -CONFIG_IOSCHED_AS=y
64780 -CONFIG_IOSCHED_DEADLINE=y
64781 -CONFIG_IOSCHED_CFQ=y
64782 -CONFIG_DEFAULT_AS=y
64783 -# CONFIG_DEFAULT_DEADLINE is not set
64784 -# CONFIG_DEFAULT_CFQ is not set
64785 -# CONFIG_DEFAULT_NOOP is not set
64786 -CONFIG_DEFAULT_IOSCHED="anticipatory"
64787 -CONFIG_CLASSIC_RCU=y
64788 -
64789 -#
64790 -# Platform support
64791 -#
64792 -# CONFIG_PPC_MULTIPLATFORM is not set
64793 -# CONFIG_PPC_82xx is not set
64794 -CONFIG_PPC_83xx=y
64795 -# CONFIG_PPC_86xx is not set
64796 -# CONFIG_PPC_MPC512x is not set
64797 -# CONFIG_PPC_MPC5121 is not set
64798 -# CONFIG_PPC_CELL is not set
64799 -# CONFIG_PPC_CELL_NATIVE is not set
64800 -# CONFIG_PQ2ADS is not set
64801 -CONFIG_MPC83xx=y
64802 -# CONFIG_MPC831x_RDB is not set
64803 -# CONFIG_MPC832x_MDS is not set
64804 -# CONFIG_MPC832x_RDB is not set
64805 -# CONFIG_MPC834x_MDS is not set
64806 -# CONFIG_MPC834x_ITX is not set
64807 -# CONFIG_MPC836x_MDS is not set
64808 -# CONFIG_MPC837x_MDS is not set
64809 -CONFIG_MPC837x_RDB=y
64810 -# CONFIG_SBC834x is not set
64811 -CONFIG_PPC_MPC837x=y
64812 -CONFIG_IPIC=y
64813 -# CONFIG_MPIC is not set
64814 -# CONFIG_MPIC_WEIRD is not set
64815 -# CONFIG_PPC_I8259 is not set
64816 -# CONFIG_PPC_RTAS is not set
64817 -# CONFIG_MMIO_NVRAM is not set
64818 -# CONFIG_PPC_MPC106 is not set
64819 -# CONFIG_PPC_970_NAP is not set
64820 -# CONFIG_PPC_INDIRECT_IO is not set
64821 -# CONFIG_GENERIC_IOMAP is not set
64822 -# CONFIG_CPU_FREQ is not set
64823 -# CONFIG_FSL_ULI1575 is not set
64824 -
64825 -#
64826 -# Kernel options
64827 -#
64828 -# CONFIG_HIGHMEM is not set
64829 -# CONFIG_TICK_ONESHOT is not set
64830 -# CONFIG_NO_HZ is not set
64831 -# CONFIG_HIGH_RES_TIMERS is not set
64832 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
64833 -# CONFIG_HZ_100 is not set
64834 -CONFIG_HZ_250=y
64835 -# CONFIG_HZ_300 is not set
64836 -# CONFIG_HZ_1000 is not set
64837 -CONFIG_HZ=250
64838 -# CONFIG_SCHED_HRTICK is not set
64839 -CONFIG_PREEMPT_NONE=y
64840 -# CONFIG_PREEMPT_VOLUNTARY is not set
64841 -# CONFIG_PREEMPT is not set
64842 -CONFIG_BINFMT_ELF=y
64843 -# CONFIG_BINFMT_MISC is not set
64844 -# CONFIG_IOMMU_HELPER is not set
64845 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
64846 -CONFIG_ARCH_HAS_WALK_MEMORY=y
64847 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
64848 -CONFIG_ARCH_FLATMEM_ENABLE=y
64849 -CONFIG_ARCH_POPULATES_NODE_MAP=y
64850 -CONFIG_SELECT_MEMORY_MODEL=y
64851 -CONFIG_FLATMEM_MANUAL=y
64852 -# CONFIG_DISCONTIGMEM_MANUAL is not set
64853 -# CONFIG_SPARSEMEM_MANUAL is not set
64854 -CONFIG_FLATMEM=y
64855 -CONFIG_FLAT_NODE_MEM_MAP=y
64856 -# CONFIG_SPARSEMEM_STATIC is not set
64857 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
64858 -CONFIG_SPLIT_PTLOCK_CPUS=4
64859 -# CONFIG_RESOURCES_64BIT is not set
64860 -CONFIG_ZONE_DMA_FLAG=1
64861 -CONFIG_BOUNCE=y
64862 -CONFIG_VIRT_TO_BUS=y
64863 -CONFIG_PROC_DEVICETREE=y
64864 -# CONFIG_CMDLINE_BOOL is not set
64865 -# CONFIG_PM is not set
64866 -CONFIG_SECCOMP=y
64867 -CONFIG_ISA_DMA_API=y
64868 -
64869 -#
64870 -# Bus options
64871 -#
64872 -CONFIG_ZONE_DMA=y
64873 -CONFIG_GENERIC_ISA_DMA=y
64874 -CONFIG_PPC_INDIRECT_PCI=y
64875 -CONFIG_FSL_SOC=y
64876 -# CONFIG_PCI is not set
64877 -# CONFIG_PCI_DOMAINS is not set
64878 -# CONFIG_PCI_SYSCALL is not set
64879 -# CONFIG_ARCH_SUPPORTS_MSI is not set
64880 -# CONFIG_PCCARD is not set
64881 -
64882 -#
64883 -# Advanced setup
64884 -#
64885 -# CONFIG_ADVANCED_OPTIONS is not set
64886 -
64887 -#
64888 -# Default settings for advanced configuration options are used
64889 -#
64890 -CONFIG_HIGHMEM_START=0xfe000000
64891 -CONFIG_LOWMEM_SIZE=0x30000000
64892 -CONFIG_KERNEL_START=0xc0000000
64893 -CONFIG_TASK_SIZE=0xc0000000
64894 -CONFIG_BOOT_LOAD=0x00800000
64895 -
64896 -#
64897 -# Networking
64898 -#
64899 -CONFIG_NET=y
64900 -
64901 -#
64902 -# Networking options
64903 -#
64904 -CONFIG_PACKET=y
64905 -# CONFIG_PACKET_MMAP is not set
64906 -CONFIG_UNIX=y
64907 -# CONFIG_NET_KEY is not set
64908 -CONFIG_INET=y
64909 -CONFIG_IP_MULTICAST=y
64910 -# CONFIG_IP_ADVANCED_ROUTER is not set
64911 -CONFIG_IP_FIB_HASH=y
64912 -CONFIG_IP_PNP=y
64913 -CONFIG_IP_PNP_DHCP=y
64914 -CONFIG_IP_PNP_BOOTP=y
64915 -# CONFIG_IP_PNP_RARP is not set
64916 -# CONFIG_NET_IPIP is not set
64917 -# CONFIG_NET_IPGRE is not set
64918 -# CONFIG_IP_MROUTE is not set
64919 -# CONFIG_ARPD is not set
64920 -CONFIG_SYN_COOKIES=y
64921 -# CONFIG_INET_AH is not set
64922 -# CONFIG_INET_ESP is not set
64923 -# CONFIG_INET_IPCOMP is not set
64924 -# CONFIG_INET_XFRM_TUNNEL is not set
64925 -# CONFIG_INET_TUNNEL is not set
64926 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
64927 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
64928 -# CONFIG_INET_XFRM_MODE_BEET is not set
64929 -# CONFIG_INET_LRO is not set
64930 -CONFIG_INET_DIAG=y
64931 -CONFIG_INET_TCP_DIAG=y
64932 -# CONFIG_TCP_CONG_ADVANCED is not set
64933 -CONFIG_TCP_CONG_CUBIC=y
64934 -CONFIG_DEFAULT_TCP_CONG="cubic"
64935 -# CONFIG_TCP_MD5SIG is not set
64936 -# CONFIG_IPV6 is not set
64937 -# CONFIG_INET6_XFRM_TUNNEL is not set
64938 -# CONFIG_INET6_TUNNEL is not set
64939 -# CONFIG_NETWORK_SECMARK is not set
64940 -# CONFIG_NETFILTER is not set
64941 -# CONFIG_IP_DCCP is not set
64942 -# CONFIG_IP_SCTP is not set
64943 -# CONFIG_TIPC is not set
64944 -# CONFIG_ATM is not set
64945 -# CONFIG_BRIDGE is not set
64946 -# CONFIG_VLAN_8021Q is not set
64947 -# CONFIG_DECNET is not set
64948 -# CONFIG_LLC2 is not set
64949 -# CONFIG_IPX is not set
64950 -# CONFIG_ATALK is not set
64951 -# CONFIG_X25 is not set
64952 -# CONFIG_LAPB is not set
64953 -# CONFIG_ECONET is not set
64954 -# CONFIG_WAN_ROUTER is not set
64955 -# CONFIG_NET_SCHED is not set
64956 -
64957 -#
64958 -# Network testing
64959 -#
64960 -# CONFIG_NET_PKTGEN is not set
64961 -# CONFIG_HAMRADIO is not set
64962 -# CONFIG_CAN is not set
64963 -# CONFIG_IRDA is not set
64964 -# CONFIG_BT is not set
64965 -# CONFIG_AF_RXRPC is not set
64966 -
64967 -#
64968 -# Wireless
64969 -#
64970 -# CONFIG_CFG80211 is not set
64971 -# CONFIG_WIRELESS_EXT is not set
64972 -# CONFIG_MAC80211 is not set
64973 -# CONFIG_IEEE80211 is not set
64974 -# CONFIG_RFKILL is not set
64975 -# CONFIG_NET_9P is not set
64976 -
64977 -#
64978 -# Device Drivers
64979 -#
64980 -
64981 -#
64982 -# Generic Driver Options
64983 -#
64984 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
64985 -CONFIG_STANDALONE=y
64986 -CONFIG_PREVENT_FIRMWARE_BUILD=y
64987 -# CONFIG_FW_LOADER is not set
64988 -# CONFIG_SYS_HYPERVISOR is not set
64989 -# CONFIG_CONNECTOR is not set
64990 -# CONFIG_MTD is not set
64991 -CONFIG_OF_DEVICE=y
64992 -# CONFIG_PARPORT is not set
64993 -CONFIG_BLK_DEV=y
64994 -# CONFIG_BLK_DEV_FD is not set
64995 -# CONFIG_BLK_DEV_COW_COMMON is not set
64996 -CONFIG_BLK_DEV_LOOP=y
64997 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
64998 -# CONFIG_BLK_DEV_NBD is not set
64999 -CONFIG_BLK_DEV_RAM=y
65000 -CONFIG_BLK_DEV_RAM_COUNT=16
65001 -CONFIG_BLK_DEV_RAM_SIZE=32768
65002 -# CONFIG_BLK_DEV_XIP is not set
65003 -# CONFIG_CDROM_PKTCDVD is not set
65004 -# CONFIG_ATA_OVER_ETH is not set
65005 -CONFIG_MISC_DEVICES=y
65006 -# CONFIG_EEPROM_93CX6 is not set
65007 -# CONFIG_ENCLOSURE_SERVICES is not set
65008 -CONFIG_HAVE_IDE=y
65009 -# CONFIG_IDE is not set
65010 -
65011 -#
65012 -# SCSI device support
65013 -#
65014 -# CONFIG_RAID_ATTRS is not set
65015 -CONFIG_SCSI=y
65016 -CONFIG_SCSI_DMA=y
65017 -# CONFIG_SCSI_TGT is not set
65018 -# CONFIG_SCSI_NETLINK is not set
65019 -CONFIG_SCSI_PROC_FS=y
65020 -
65021 -#
65022 -# SCSI support type (disk, tape, CD-ROM)
65023 -#
65024 -CONFIG_BLK_DEV_SD=y
65025 -# CONFIG_CHR_DEV_ST is not set
65026 -# CONFIG_CHR_DEV_OSST is not set
65027 -# CONFIG_BLK_DEV_SR is not set
65028 -CONFIG_CHR_DEV_SG=y
65029 -# CONFIG_CHR_DEV_SCH is not set
65030 -
65031 -#
65032 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
65033 -#
65034 -# CONFIG_SCSI_MULTI_LUN is not set
65035 -# CONFIG_SCSI_CONSTANTS is not set
65036 -# CONFIG_SCSI_LOGGING is not set
65037 -# CONFIG_SCSI_SCAN_ASYNC is not set
65038 -CONFIG_SCSI_WAIT_SCAN=m
65039 -
65040 -#
65041 -# SCSI Transports
65042 -#
65043 -# CONFIG_SCSI_SPI_ATTRS is not set
65044 -# CONFIG_SCSI_FC_ATTRS is not set
65045 -# CONFIG_SCSI_ISCSI_ATTRS is not set
65046 -# CONFIG_SCSI_SAS_LIBSAS is not set
65047 -# CONFIG_SCSI_SRP_ATTRS is not set
65048 -CONFIG_SCSI_LOWLEVEL=y
65049 -# CONFIG_ISCSI_TCP is not set
65050 -# CONFIG_SCSI_DEBUG is not set
65051 -CONFIG_ATA=y
65052 -# CONFIG_ATA_NONSTANDARD is not set
65053 -# CONFIG_SATA_MV is not set
65054 -CONFIG_SATA_FSL=y
65055 -# CONFIG_PATA_PLATFORM is not set
65056 -CONFIG_MD=y
65057 -CONFIG_BLK_DEV_MD=y
65058 -# CONFIG_MD_LINEAR is not set
65059 -# CONFIG_MD_RAID0 is not set
65060 -CONFIG_MD_RAID1=y
65061 -# CONFIG_MD_RAID10 is not set
65062 -CONFIG_MD_RAID456=y
65063 -CONFIG_MD_RAID5_RESHAPE=y
65064 -# CONFIG_MD_MULTIPATH is not set
65065 -# CONFIG_MD_FAULTY is not set
65066 -# CONFIG_BLK_DEV_DM is not set
65067 -# CONFIG_MACINTOSH_DRIVERS is not set
65068 -CONFIG_NETDEVICES=y
65069 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
65070 -# CONFIG_DUMMY is not set
65071 -# CONFIG_BONDING is not set
65072 -# CONFIG_MACVLAN is not set
65073 -# CONFIG_EQUALIZER is not set
65074 -# CONFIG_TUN is not set
65075 -# CONFIG_VETH is not set
65076 -CONFIG_PHYLIB=y
65077 -
65078 -#
65079 -# MII PHY device drivers
65080 -#
65081 -CONFIG_MARVELL_PHY=y
65082 -# CONFIG_DAVICOM_PHY is not set
65083 -# CONFIG_QSEMI_PHY is not set
65084 -# CONFIG_LXT_PHY is not set
65085 -# CONFIG_CICADA_PHY is not set
65086 -# CONFIG_VITESSE_PHY is not set
65087 -# CONFIG_SMSC_PHY is not set
65088 -# CONFIG_BROADCOM_PHY is not set
65089 -# CONFIG_ICPLUS_PHY is not set
65090 -# CONFIG_REALTEK_PHY is not set
65091 -# CONFIG_FIXED_PHY is not set
65092 -# CONFIG_MDIO_BITBANG is not set
65093 -CONFIG_NET_ETHERNET=y
65094 -CONFIG_MII=y
65095 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
65096 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
65097 -# CONFIG_IBM_NEW_EMAC_TAH is not set
65098 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
65099 -# CONFIG_B44 is not set
65100 -CONFIG_NETDEV_1000=y
65101 -# CONFIG_E1000E_ENABLED is not set
65102 -CONFIG_GIANFAR=y
65103 -CONFIG_GFAR_NAPI=y
65104 -# CONFIG_NETDEV_10000 is not set
65105 -
65106 -#
65107 -# Wireless LAN
65108 -#
65109 -# CONFIG_WLAN_PRE80211 is not set
65110 -# CONFIG_WLAN_80211 is not set
65111 -# CONFIG_WAN is not set
65112 -# CONFIG_PPP is not set
65113 -# CONFIG_SLIP is not set
65114 -# CONFIG_NETCONSOLE is not set
65115 -# CONFIG_NETPOLL is not set
65116 -# CONFIG_NET_POLL_CONTROLLER is not set
65117 -# CONFIG_ISDN is not set
65118 -# CONFIG_PHONE is not set
65119 -
65120 -#
65121 -# Input device support
65122 -#
65123 -CONFIG_INPUT=y
65124 -# CONFIG_INPUT_FF_MEMLESS is not set
65125 -# CONFIG_INPUT_POLLDEV is not set
65126 -
65127 -#
65128 -# Userland interfaces
65129 -#
65130 -# CONFIG_INPUT_MOUSEDEV is not set
65131 -# CONFIG_INPUT_JOYDEV is not set
65132 -# CONFIG_INPUT_EVDEV is not set
65133 -# CONFIG_INPUT_EVBUG is not set
65134 -
65135 -#
65136 -# Input Device Drivers
65137 -#
65138 -# CONFIG_INPUT_KEYBOARD is not set
65139 -# CONFIG_INPUT_MOUSE is not set
65140 -# CONFIG_INPUT_JOYSTICK is not set
65141 -# CONFIG_INPUT_TABLET is not set
65142 -# CONFIG_INPUT_TOUCHSCREEN is not set
65143 -# CONFIG_INPUT_MISC is not set
65144 -
65145 -#
65146 -# Hardware I/O ports
65147 -#
65148 -# CONFIG_SERIO is not set
65149 -# CONFIG_GAMEPORT is not set
65150 -
65151 -#
65152 -# Character devices
65153 -#
65154 -# CONFIG_VT is not set
65155 -# CONFIG_SERIAL_NONSTANDARD is not set
65156 -
65157 -#
65158 -# Serial drivers
65159 -#
65160 -CONFIG_SERIAL_8250=y
65161 -CONFIG_SERIAL_8250_CONSOLE=y
65162 -CONFIG_SERIAL_8250_NR_UARTS=4
65163 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
65164 -# CONFIG_SERIAL_8250_EXTENDED is not set
65165 -
65166 -#
65167 -# Non-8250 serial port support
65168 -#
65169 -# CONFIG_SERIAL_UARTLITE is not set
65170 -CONFIG_SERIAL_CORE=y
65171 -CONFIG_SERIAL_CORE_CONSOLE=y
65172 -# CONFIG_SERIAL_OF_PLATFORM is not set
65173 -CONFIG_UNIX98_PTYS=y
65174 -CONFIG_LEGACY_PTYS=y
65175 -CONFIG_LEGACY_PTY_COUNT=256
65176 -# CONFIG_IPMI_HANDLER is not set
65177 -# CONFIG_HW_RANDOM is not set
65178 -# CONFIG_NVRAM is not set
65179 -CONFIG_GEN_RTC=y
65180 -# CONFIG_GEN_RTC_X is not set
65181 -# CONFIG_R3964 is not set
65182 -# CONFIG_RAW_DRIVER is not set
65183 -# CONFIG_TCG_TPM is not set
65184 -CONFIG_I2C=y
65185 -CONFIG_I2C_BOARDINFO=y
65186 -CONFIG_I2C_CHARDEV=y
65187 -
65188 -#
65189 -# I2C Algorithms
65190 -#
65191 -# CONFIG_I2C_ALGOBIT is not set
65192 -# CONFIG_I2C_ALGOPCF is not set
65193 -# CONFIG_I2C_ALGOPCA is not set
65194 -
65195 -#
65196 -# I2C Hardware Bus support
65197 -#
65198 -CONFIG_I2C_MPC=y
65199 -# CONFIG_I2C_OCORES is not set
65200 -# CONFIG_I2C_PARPORT_LIGHT is not set
65201 -# CONFIG_I2C_SIMTEC is not set
65202 -# CONFIG_I2C_TAOS_EVM is not set
65203 -# CONFIG_I2C_STUB is not set
65204 -
65205 -#
65206 -# Miscellaneous I2C Chip support
65207 -#
65208 -# CONFIG_DS1682 is not set
65209 -# CONFIG_SENSORS_EEPROM is not set
65210 -# CONFIG_SENSORS_PCF8574 is not set
65211 -# CONFIG_PCF8575 is not set
65212 -# CONFIG_SENSORS_PCF8591 is not set
65213 -# CONFIG_TPS65010 is not set
65214 -# CONFIG_SENSORS_MAX6875 is not set
65215 -# CONFIG_SENSORS_TSL2550 is not set
65216 -# CONFIG_I2C_DEBUG_CORE is not set
65217 -# CONFIG_I2C_DEBUG_ALGO is not set
65218 -# CONFIG_I2C_DEBUG_BUS is not set
65219 -# CONFIG_I2C_DEBUG_CHIP is not set
65220 -
65221 -#
65222 -# SPI support
65223 -#
65224 -# CONFIG_SPI is not set
65225 -# CONFIG_SPI_MASTER is not set
65226 -# CONFIG_W1 is not set
65227 -# CONFIG_POWER_SUPPLY is not set
65228 -CONFIG_HWMON=y
65229 -# CONFIG_HWMON_VID is not set
65230 -# CONFIG_SENSORS_AD7418 is not set
65231 -# CONFIG_SENSORS_ADM1021 is not set
65232 -# CONFIG_SENSORS_ADM1025 is not set
65233 -# CONFIG_SENSORS_ADM1026 is not set
65234 -# CONFIG_SENSORS_ADM1029 is not set
65235 -# CONFIG_SENSORS_ADM1031 is not set
65236 -# CONFIG_SENSORS_ADM9240 is not set
65237 -# CONFIG_SENSORS_ADT7470 is not set
65238 -# CONFIG_SENSORS_ADT7473 is not set
65239 -# CONFIG_SENSORS_ATXP1 is not set
65240 -# CONFIG_SENSORS_DS1621 is not set
65241 -# CONFIG_SENSORS_F71805F is not set
65242 -# CONFIG_SENSORS_F71882FG is not set
65243 -# CONFIG_SENSORS_F75375S is not set
65244 -# CONFIG_SENSORS_GL518SM is not set
65245 -# CONFIG_SENSORS_GL520SM is not set
65246 -# CONFIG_SENSORS_IT87 is not set
65247 -# CONFIG_SENSORS_LM63 is not set
65248 -# CONFIG_SENSORS_LM75 is not set
65249 -# CONFIG_SENSORS_LM77 is not set
65250 -# CONFIG_SENSORS_LM78 is not set
65251 -# CONFIG_SENSORS_LM80 is not set
65252 -# CONFIG_SENSORS_LM83 is not set
65253 -# CONFIG_SENSORS_LM85 is not set
65254 -# CONFIG_SENSORS_LM87 is not set
65255 -# CONFIG_SENSORS_LM90 is not set
65256 -# CONFIG_SENSORS_LM92 is not set
65257 -# CONFIG_SENSORS_LM93 is not set
65258 -# CONFIG_SENSORS_MAX1619 is not set
65259 -# CONFIG_SENSORS_MAX6650 is not set
65260 -# CONFIG_SENSORS_PC87360 is not set
65261 -# CONFIG_SENSORS_PC87427 is not set
65262 -# CONFIG_SENSORS_DME1737 is not set
65263 -# CONFIG_SENSORS_SMSC47M1 is not set
65264 -# CONFIG_SENSORS_SMSC47M192 is not set
65265 -# CONFIG_SENSORS_SMSC47B397 is not set
65266 -# CONFIG_SENSORS_ADS7828 is not set
65267 -# CONFIG_SENSORS_THMC50 is not set
65268 -# CONFIG_SENSORS_VT1211 is not set
65269 -# CONFIG_SENSORS_W83781D is not set
65270 -# CONFIG_SENSORS_W83791D is not set
65271 -# CONFIG_SENSORS_W83792D is not set
65272 -# CONFIG_SENSORS_W83793 is not set
65273 -# CONFIG_SENSORS_W83L785TS is not set
65274 -# CONFIG_SENSORS_W83L786NG is not set
65275 -# CONFIG_SENSORS_W83627HF is not set
65276 -# CONFIG_SENSORS_W83627EHF is not set
65277 -# CONFIG_HWMON_DEBUG_CHIP is not set
65278 -# CONFIG_THERMAL is not set
65279 -CONFIG_WATCHDOG=y
65280 -# CONFIG_WATCHDOG_NOWAYOUT is not set
65281 -
65282 -#
65283 -# Watchdog Device Drivers
65284 -#
65285 -# CONFIG_SOFT_WATCHDOG is not set
65286 -CONFIG_83xx_WDT=y
65287 -
65288 -#
65289 -# Sonics Silicon Backplane
65290 -#
65291 -CONFIG_SSB_POSSIBLE=y
65292 -# CONFIG_SSB is not set
65293 -
65294 -#
65295 -# Multifunction device drivers
65296 -#
65297 -# CONFIG_MFD_SM501 is not set
65298 -
65299 -#
65300 -# Multimedia devices
65301 -#
65302 -# CONFIG_VIDEO_DEV is not set
65303 -# CONFIG_DVB_CORE is not set
65304 -CONFIG_DAB=y
65305 -
65306 -#
65307 -# Graphics support
65308 -#
65309 -# CONFIG_VGASTATE is not set
65310 -CONFIG_VIDEO_OUTPUT_CONTROL=m
65311 -# CONFIG_FB is not set
65312 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
65313 -
65314 -#
65315 -# Display device support
65316 -#
65317 -# CONFIG_DISPLAY_SUPPORT is not set
65318 -
65319 -#
65320 -# Sound
65321 -#
65322 -# CONFIG_SOUND is not set
65323 -CONFIG_HID_SUPPORT=y
65324 -CONFIG_HID=y
65325 -# CONFIG_HID_DEBUG is not set
65326 -# CONFIG_HIDRAW is not set
65327 -CONFIG_USB_SUPPORT=y
65328 -CONFIG_USB_ARCH_HAS_HCD=y
65329 -# CONFIG_USB_ARCH_HAS_OHCI is not set
65330 -CONFIG_USB_ARCH_HAS_EHCI=y
65331 -CONFIG_USB=y
65332 -# CONFIG_USB_DEBUG is not set
65333 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
65334 -
65335 -#
65336 -# Miscellaneous USB options
65337 -#
65338 -# CONFIG_USB_DEVICEFS is not set
65339 -CONFIG_USB_DEVICE_CLASS=y
65340 -# CONFIG_USB_DYNAMIC_MINORS is not set
65341 -# CONFIG_USB_OTG is not set
65342 -
65343 -#
65344 -# USB Host Controller Drivers
65345 -#
65346 -CONFIG_USB_EHCI_HCD=y
65347 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
65348 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
65349 -CONFIG_USB_EHCI_FSL=y
65350 -CONFIG_USB_EHCI_HCD_PPC_OF=y
65351 -# CONFIG_USB_ISP116X_HCD is not set
65352 -# CONFIG_USB_SL811_HCD is not set
65353 -# CONFIG_USB_R8A66597_HCD is not set
65354 -
65355 -#
65356 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
65357 -#
65358 -# CONFIG_USB_GADGET is not set
65359 -# CONFIG_MMC is not set
65360 -# CONFIG_MEMSTICK is not set
65361 -# CONFIG_NEW_LEDS is not set
65362 -# CONFIG_EDAC is not set
65363 -# CONFIG_RTC_CLASS is not set
65364 -# CONFIG_DMADEVICES is not set
65365 -
65366 -#
65367 -# Userspace I/O
65368 -#
65369 -# CONFIG_UIO is not set
65370 -
65371 -#
65372 -# File systems
65373 -#
65374 -CONFIG_EXT2_FS=y
65375 -# CONFIG_EXT2_FS_XATTR is not set
65376 -# CONFIG_EXT2_FS_XIP is not set
65377 -CONFIG_EXT3_FS=y
65378 -CONFIG_EXT3_FS_XATTR=y
65379 -# CONFIG_EXT3_FS_POSIX_ACL is not set
65380 -# CONFIG_EXT3_FS_SECURITY is not set
65381 -# CONFIG_EXT4DEV_FS is not set
65382 -CONFIG_JBD=y
65383 -CONFIG_FS_MBCACHE=y
65384 -# CONFIG_REISERFS_FS is not set
65385 -# CONFIG_JFS_FS is not set
65386 -# CONFIG_FS_POSIX_ACL is not set
65387 -# CONFIG_XFS_FS is not set
65388 -# CONFIG_GFS2_FS is not set
65389 -# CONFIG_OCFS2_FS is not set
65390 -CONFIG_DNOTIFY=y
65391 -CONFIG_INOTIFY=y
65392 -CONFIG_INOTIFY_USER=y
65393 -# CONFIG_QUOTA is not set
65394 -# CONFIG_AUTOFS_FS is not set
65395 -# CONFIG_AUTOFS4_FS is not set
65396 -# CONFIG_FUSE_FS is not set
65397 -
65398 -#
65399 -# CD-ROM/DVD Filesystems
65400 -#
65401 -# CONFIG_ISO9660_FS is not set
65402 -# CONFIG_UDF_FS is not set
65403 -
65404 -#
65405 -# DOS/FAT/NT Filesystems
65406 -#
65407 -# CONFIG_MSDOS_FS is not set
65408 -# CONFIG_VFAT_FS is not set
65409 -# CONFIG_NTFS_FS is not set
65410 -
65411 -#
65412 -# Pseudo filesystems
65413 -#
65414 -CONFIG_PROC_FS=y
65415 -CONFIG_PROC_KCORE=y
65416 -CONFIG_PROC_SYSCTL=y
65417 -CONFIG_SYSFS=y
65418 -CONFIG_TMPFS=y
65419 -# CONFIG_TMPFS_POSIX_ACL is not set
65420 -# CONFIG_HUGETLB_PAGE is not set
65421 -# CONFIG_CONFIGFS_FS is not set
65422 -
65423 -#
65424 -# Miscellaneous filesystems
65425 -#
65426 -# CONFIG_ADFS_FS is not set
65427 -# CONFIG_AFFS_FS is not set
65428 -# CONFIG_HFS_FS is not set
65429 -# CONFIG_HFSPLUS_FS is not set
65430 -# CONFIG_BEFS_FS is not set
65431 -# CONFIG_BFS_FS is not set
65432 -# CONFIG_EFS_FS is not set
65433 -# CONFIG_CRAMFS is not set
65434 -# CONFIG_VXFS_FS is not set
65435 -# CONFIG_MINIX_FS is not set
65436 -# CONFIG_HPFS_FS is not set
65437 -# CONFIG_QNX4FS_FS is not set
65438 -# CONFIG_ROMFS_FS is not set
65439 -# CONFIG_SYSV_FS is not set
65440 -# CONFIG_UFS_FS is not set
65441 -CONFIG_NETWORK_FILESYSTEMS=y
65442 -CONFIG_NFS_FS=y
65443 -CONFIG_NFS_V3=y
65444 -# CONFIG_NFS_V3_ACL is not set
65445 -CONFIG_NFS_V4=y
65446 -# CONFIG_NFS_DIRECTIO is not set
65447 -# CONFIG_NFSD is not set
65448 -CONFIG_ROOT_NFS=y
65449 -CONFIG_LOCKD=y
65450 -CONFIG_LOCKD_V4=y
65451 -CONFIG_NFS_COMMON=y
65452 -CONFIG_SUNRPC=y
65453 -CONFIG_SUNRPC_GSS=y
65454 -# CONFIG_SUNRPC_BIND34 is not set
65455 -CONFIG_RPCSEC_GSS_KRB5=y
65456 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
65457 -# CONFIG_SMB_FS is not set
65458 -# CONFIG_CIFS is not set
65459 -# CONFIG_NCP_FS is not set
65460 -# CONFIG_CODA_FS is not set
65461 -# CONFIG_AFS_FS is not set
65462 -
65463 -#
65464 -# Partition Types
65465 -#
65466 -CONFIG_PARTITION_ADVANCED=y
65467 -# CONFIG_ACORN_PARTITION is not set
65468 -# CONFIG_OSF_PARTITION is not set
65469 -# CONFIG_AMIGA_PARTITION is not set
65470 -# CONFIG_ATARI_PARTITION is not set
65471 -# CONFIG_MAC_PARTITION is not set
65472 -CONFIG_MSDOS_PARTITION=y
65473 -# CONFIG_BSD_DISKLABEL is not set
65474 -# CONFIG_MINIX_SUBPARTITION is not set
65475 -# CONFIG_SOLARIS_X86_PARTITION is not set
65476 -# CONFIG_UNIXWARE_DISKLABEL is not set
65477 -# CONFIG_LDM_PARTITION is not set
65478 -# CONFIG_SGI_PARTITION is not set
65479 -# CONFIG_ULTRIX_PARTITION is not set
65480 -# CONFIG_SUN_PARTITION is not set
65481 -# CONFIG_KARMA_PARTITION is not set
65482 -# CONFIG_EFI_PARTITION is not set
65483 -# CONFIG_SYSV68_PARTITION is not set
65484 -# CONFIG_NLS is not set
65485 -# CONFIG_DLM is not set
65486 -
65487 -#
65488 -# Library routines
65489 -#
65490 -CONFIG_BITREVERSE=y
65491 -# CONFIG_CRC_CCITT is not set
65492 -# CONFIG_CRC16 is not set
65493 -# CONFIG_CRC_ITU_T is not set
65494 -CONFIG_CRC32=y
65495 -# CONFIG_CRC7 is not set
65496 -# CONFIG_LIBCRC32C is not set
65497 -CONFIG_PLIST=y
65498 -CONFIG_HAS_IOMEM=y
65499 -CONFIG_HAS_IOPORT=y
65500 -CONFIG_HAS_DMA=y
65501 -
65502 -#
65503 -# Kernel hacking
65504 -#
65505 -# CONFIG_PRINTK_TIME is not set
65506 -CONFIG_ENABLE_WARN_DEPRECATED=y
65507 -# CONFIG_ENABLE_MUST_CHECK is not set
65508 -# CONFIG_MAGIC_SYSRQ is not set
65509 -# CONFIG_UNUSED_SYMBOLS is not set
65510 -# CONFIG_DEBUG_FS is not set
65511 -# CONFIG_HEADERS_CHECK is not set
65512 -# CONFIG_DEBUG_KERNEL is not set
65513 -# CONFIG_DEBUG_BUGVERBOSE is not set
65514 -# CONFIG_SAMPLES is not set
65515 -# CONFIG_PPC_EARLY_DEBUG is not set
65516 -
65517 -#
65518 -# Security options
65519 -#
65520 -# CONFIG_KEYS is not set
65521 -# CONFIG_SECURITY is not set
65522 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
65523 -CONFIG_XOR_BLOCKS=y
65524 -CONFIG_ASYNC_CORE=y
65525 -CONFIG_ASYNC_MEMCPY=y
65526 -CONFIG_ASYNC_XOR=y
65527 -CONFIG_CRYPTO=y
65528 -CONFIG_CRYPTO_ALGAPI=y
65529 -CONFIG_CRYPTO_BLKCIPHER=y
65530 -# CONFIG_CRYPTO_SEQIV is not set
65531 -CONFIG_CRYPTO_MANAGER=y
65532 -# CONFIG_CRYPTO_HMAC is not set
65533 -# CONFIG_CRYPTO_XCBC is not set
65534 -# CONFIG_CRYPTO_NULL is not set
65535 -# CONFIG_CRYPTO_MD4 is not set
65536 -CONFIG_CRYPTO_MD5=y
65537 -# CONFIG_CRYPTO_SHA1 is not set
65538 -# CONFIG_CRYPTO_SHA256 is not set
65539 -# CONFIG_CRYPTO_SHA512 is not set
65540 -# CONFIG_CRYPTO_WP512 is not set
65541 -# CONFIG_CRYPTO_TGR192 is not set
65542 -# CONFIG_CRYPTO_GF128MUL is not set
65543 -CONFIG_CRYPTO_ECB=m
65544 -CONFIG_CRYPTO_CBC=y
65545 -CONFIG_CRYPTO_PCBC=m
65546 -# CONFIG_CRYPTO_LRW is not set
65547 -# CONFIG_CRYPTO_XTS is not set
65548 -# CONFIG_CRYPTO_CTR is not set
65549 -# CONFIG_CRYPTO_GCM is not set
65550 -# CONFIG_CRYPTO_CCM is not set
65551 -# CONFIG_CRYPTO_CRYPTD is not set
65552 -CONFIG_CRYPTO_DES=y
65553 -# CONFIG_CRYPTO_FCRYPT is not set
65554 -# CONFIG_CRYPTO_BLOWFISH is not set
65555 -# CONFIG_CRYPTO_TWOFISH is not set
65556 -# CONFIG_CRYPTO_SERPENT is not set
65557 -# CONFIG_CRYPTO_AES is not set
65558 -# CONFIG_CRYPTO_CAST5 is not set
65559 -# CONFIG_CRYPTO_CAST6 is not set
65560 -# CONFIG_CRYPTO_TEA is not set
65561 -# CONFIG_CRYPTO_ARC4 is not set
65562 -# CONFIG_CRYPTO_KHAZAD is not set
65563 -# CONFIG_CRYPTO_ANUBIS is not set
65564 -# CONFIG_CRYPTO_SEED is not set
65565 -# CONFIG_CRYPTO_SALSA20 is not set
65566 -# CONFIG_CRYPTO_DEFLATE is not set
65567 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
65568 -# CONFIG_CRYPTO_CRC32C is not set
65569 -# CONFIG_CRYPTO_CAMELLIA is not set
65570 -# CONFIG_CRYPTO_TEST is not set
65571 -# CONFIG_CRYPTO_AUTHENC is not set
65572 -# CONFIG_CRYPTO_LZO is not set
65573 -CONFIG_CRYPTO_HW=y
65574 -# CONFIG_PPC_CLOCK is not set
65575 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc83xx_defconfig powerpc.git/arch/powerpc/configs/mpc83xx_defconfig
65576 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc83xx_defconfig 2008-04-11 22:32:29.000000000 +0200
65577 +++ powerpc.git/arch/powerpc/configs/mpc83xx_defconfig 2008-04-19 16:40:52.000000000 +0200
65578 @@ -1,7 +1,7 @@
65579 #
65580 # Automatically generated make config: don't edit
65581 -# Linux kernel version: 2.6.25-rc6
65582 -# Mon Mar 24 08:48:25 2008
65583 +# Linux kernel version: 2.6.25-rc9
65584 +# Tue Apr 15 18:07:36 2008
65585 #
65586 # CONFIG_PPC64 is not set
65587
65588 @@ -201,6 +201,7 @@
65589 # CONFIG_PREEMPT is not set
65590 CONFIG_BINFMT_ELF=y
65591 # CONFIG_BINFMT_MISC is not set
65592 +CONFIG_FORCE_MAX_ZONEORDER=11
65593 CONFIG_MATH_EMULATION=y
65594 # CONFIG_IOMMU_HELPER is not set
65595 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
65596 @@ -353,7 +354,90 @@
65597 # CONFIG_FW_LOADER is not set
65598 # CONFIG_SYS_HYPERVISOR is not set
65599 # CONFIG_CONNECTOR is not set
65600 -# CONFIG_MTD is not set
65601 +CONFIG_MTD=y
65602 +# CONFIG_MTD_DEBUG is not set
65603 +# CONFIG_MTD_CONCAT is not set
65604 +CONFIG_MTD_PARTITIONS=y
65605 +# CONFIG_MTD_REDBOOT_PARTS is not set
65606 +# CONFIG_MTD_CMDLINE_PARTS is not set
65607 +CONFIG_MTD_OF_PARTS=y
65608 +
65609 +#
65610 +# User Modules And Translation Layers
65611 +#
65612 +CONFIG_MTD_CHAR=y
65613 +CONFIG_MTD_BLKDEVS=y
65614 +CONFIG_MTD_BLOCK=y
65615 +# CONFIG_FTL is not set
65616 +# CONFIG_NFTL is not set
65617 +# CONFIG_INFTL is not set
65618 +# CONFIG_RFD_FTL is not set
65619 +# CONFIG_SSFDC is not set
65620 +# CONFIG_MTD_OOPS is not set
65621 +
65622 +#
65623 +# RAM/ROM/Flash chip drivers
65624 +#
65625 +CONFIG_MTD_CFI=y
65626 +# CONFIG_MTD_JEDECPROBE is not set
65627 +CONFIG_MTD_GEN_PROBE=y
65628 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
65629 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
65630 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
65631 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
65632 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
65633 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
65634 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
65635 +CONFIG_MTD_CFI_I1=y
65636 +CONFIG_MTD_CFI_I2=y
65637 +# CONFIG_MTD_CFI_I4 is not set
65638 +# CONFIG_MTD_CFI_I8 is not set
65639 +# CONFIG_MTD_CFI_INTELEXT is not set
65640 +CONFIG_MTD_CFI_AMDSTD=y
65641 +# CONFIG_MTD_CFI_STAA is not set
65642 +CONFIG_MTD_CFI_UTIL=y
65643 +# CONFIG_MTD_RAM is not set
65644 +# CONFIG_MTD_ROM is not set
65645 +# CONFIG_MTD_ABSENT is not set
65646 +
65647 +#
65648 +# Mapping drivers for chip access
65649 +#
65650 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
65651 +# CONFIG_MTD_PHYSMAP is not set
65652 +CONFIG_MTD_PHYSMAP_OF=y
65653 +# CONFIG_MTD_PLATRAM is not set
65654 +
65655 +#
65656 +# Self-contained MTD device drivers
65657 +#
65658 +# CONFIG_MTD_SLRAM is not set
65659 +# CONFIG_MTD_PHRAM is not set
65660 +# CONFIG_MTD_MTDRAM is not set
65661 +# CONFIG_MTD_BLOCK2MTD is not set
65662 +
65663 +#
65664 +# Disk-On-Chip Device Drivers
65665 +#
65666 +# CONFIG_MTD_DOC2000 is not set
65667 +# CONFIG_MTD_DOC2001 is not set
65668 +# CONFIG_MTD_DOC2001PLUS is not set
65669 +CONFIG_MTD_NAND=y
65670 +CONFIG_MTD_NAND_VERIFY_WRITE=y
65671 +# CONFIG_MTD_NAND_ECC_SMC is not set
65672 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
65673 +CONFIG_MTD_NAND_IDS=y
65674 +# CONFIG_MTD_NAND_DISKONCHIP is not set
65675 +# CONFIG_MTD_NAND_NANDSIM is not set
65676 +# CONFIG_MTD_NAND_PLATFORM is not set
65677 +# CONFIG_MTD_ALAUDA is not set
65678 +CONFIG_MTD_NAND_FSL_ELBC=y
65679 +# CONFIG_MTD_ONENAND is not set
65680 +
65681 +#
65682 +# UBI - Unsorted block images
65683 +#
65684 +# CONFIG_MTD_UBI is not set
65685 CONFIG_OF_DEVICE=y
65686 # CONFIG_PARPORT is not set
65687 CONFIG_BLK_DEV=y
65688 @@ -362,6 +446,7 @@
65689 CONFIG_BLK_DEV_LOOP=y
65690 # CONFIG_BLK_DEV_CRYPTOLOOP is not set
65691 # CONFIG_BLK_DEV_NBD is not set
65692 +# CONFIG_BLK_DEV_UB is not set
65693 CONFIG_BLK_DEV_RAM=y
65694 CONFIG_BLK_DEV_RAM_COUNT=16
65695 CONFIG_BLK_DEV_RAM_SIZE=32768
65696 @@ -469,6 +554,15 @@
65697 #
65698 # CONFIG_WLAN_PRE80211 is not set
65699 # CONFIG_WLAN_80211 is not set
65700 +
65701 +#
65702 +# USB Network Adapters
65703 +#
65704 +# CONFIG_USB_CATC is not set
65705 +# CONFIG_USB_KAWETH is not set
65706 +# CONFIG_USB_PEGASUS is not set
65707 +# CONFIG_USB_RTL8150 is not set
65708 +# CONFIG_USB_USBNET is not set
65709 # CONFIG_WAN is not set
65710 # CONFIG_PPP is not set
65711 # CONFIG_SLIP is not set
65712 @@ -563,6 +657,7 @@
65713 # CONFIG_I2C_SIMTEC is not set
65714 # CONFIG_I2C_TAOS_EVM is not set
65715 # CONFIG_I2C_STUB is not set
65716 +# CONFIG_I2C_TINY_USB is not set
65717
65718 #
65719 # Miscellaneous I2C Chip support
65720 @@ -648,6 +743,11 @@
65721 CONFIG_83xx_WDT=y
65722
65723 #
65724 +# USB-based Watchdog Cards
65725 +#
65726 +# CONFIG_USBPCWATCHDOG is not set
65727 +
65728 +#
65729 # Sonics Silicon Backplane
65730 #
65731 CONFIG_SSB_POSSIBLE=y
65732 @@ -664,6 +764,7 @@
65733 # CONFIG_VIDEO_DEV is not set
65734 # CONFIG_DVB_CORE is not set
65735 CONFIG_DAB=y
65736 +# CONFIG_USB_DABUSB is not set
65737
65738 #
65739 # Graphics support
65740 @@ -686,6 +787,14 @@
65741 CONFIG_HID=y
65742 # CONFIG_HID_DEBUG is not set
65743 # CONFIG_HIDRAW is not set
65744 +
65745 +#
65746 +# USB Input Devices
65747 +#
65748 +CONFIG_USB_HID=y
65749 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
65750 +# CONFIG_HID_FF is not set
65751 +# CONFIG_USB_HIDDEV is not set
65752 CONFIG_USB_SUPPORT=y
65753 CONFIG_USB_ARCH_HAS_HCD=y
65754 # CONFIG_USB_ARCH_HAS_OHCI is not set
65755 @@ -715,8 +824,55 @@
65756 # CONFIG_USB_R8A66597_HCD is not set
65757
65758 #
65759 +# USB Device Class drivers
65760 +#
65761 +# CONFIG_USB_ACM is not set
65762 +# CONFIG_USB_PRINTER is not set
65763 +
65764 +#
65765 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
65766 #
65767 +
65768 +#
65769 +# may also be needed; see USB_STORAGE Help for more information
65770 +#
65771 +# CONFIG_USB_STORAGE is not set
65772 +# CONFIG_USB_LIBUSUAL is not set
65773 +
65774 +#
65775 +# USB Imaging devices
65776 +#
65777 +# CONFIG_USB_MDC800 is not set
65778 +# CONFIG_USB_MICROTEK is not set
65779 +CONFIG_USB_MON=y
65780 +
65781 +#
65782 +# USB port drivers
65783 +#
65784 +# CONFIG_USB_SERIAL is not set
65785 +
65786 +#
65787 +# USB Miscellaneous drivers
65788 +#
65789 +# CONFIG_USB_EMI62 is not set
65790 +# CONFIG_USB_EMI26 is not set
65791 +# CONFIG_USB_ADUTUX is not set
65792 +# CONFIG_USB_AUERSWALD is not set
65793 +# CONFIG_USB_RIO500 is not set
65794 +# CONFIG_USB_LEGOTOWER is not set
65795 +# CONFIG_USB_LCD is not set
65796 +# CONFIG_USB_BERRY_CHARGE is not set
65797 +# CONFIG_USB_LED is not set
65798 +# CONFIG_USB_CYPRESS_CY7C63 is not set
65799 +# CONFIG_USB_CYTHERM is not set
65800 +# CONFIG_USB_PHIDGET is not set
65801 +# CONFIG_USB_IDMOUSE is not set
65802 +# CONFIG_USB_FTDI_ELAN is not set
65803 +# CONFIG_USB_APPLEDISPLAY is not set
65804 +# CONFIG_USB_SISUSBVGA is not set
65805 +# CONFIG_USB_LD is not set
65806 +# CONFIG_USB_TRANCEVIBRATOR is not set
65807 +# CONFIG_USB_IOWARRIOR is not set
65808 # CONFIG_USB_GADGET is not set
65809 # CONFIG_MMC is not set
65810 # CONFIG_MEMSTICK is not set
65811 @@ -792,6 +948,7 @@
65812 # CONFIG_BEFS_FS is not set
65813 # CONFIG_BFS_FS is not set
65814 # CONFIG_EFS_FS is not set
65815 +# CONFIG_JFFS2_FS is not set
65816 # CONFIG_CRAMFS is not set
65817 # CONFIG_VXFS_FS is not set
65818 # CONFIG_MINIX_FS is not set
65819 @@ -862,6 +1019,7 @@
65820 CONFIG_HAS_IOMEM=y
65821 CONFIG_HAS_IOPORT=y
65822 CONFIG_HAS_DMA=y
65823 +CONFIG_HAVE_LMB=y
65824
65825 #
65826 # Kernel hacking
65827 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8540_ads_defconfig powerpc.git/arch/powerpc/configs/mpc8540_ads_defconfig
65828 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8540_ads_defconfig 2008-04-11 22:32:29.000000000 +0200
65829 +++ powerpc.git/arch/powerpc/configs/mpc8540_ads_defconfig 1970-01-01 01:00:00.000000000 +0100
65830 @@ -1,796 +0,0 @@
65831 -#
65832 -# Automatically generated make config: don't edit
65833 -# Linux kernel version: 2.6.25-rc6
65834 -# Mon Mar 24 08:48:25 2008
65835 -#
65836 -# CONFIG_PPC64 is not set
65837 -
65838 -#
65839 -# Processor support
65840 -#
65841 -# CONFIG_6xx is not set
65842 -CONFIG_PPC_85xx=y
65843 -# CONFIG_PPC_8xx is not set
65844 -# CONFIG_40x is not set
65845 -# CONFIG_44x is not set
65846 -# CONFIG_E200 is not set
65847 -CONFIG_E500=y
65848 -CONFIG_BOOKE=y
65849 -CONFIG_FSL_BOOKE=y
65850 -CONFIG_FSL_EMB_PERFMON=y
65851 -# CONFIG_PHYS_64BIT is not set
65852 -CONFIG_SPE=y
65853 -# CONFIG_PPC_MM_SLICES is not set
65854 -CONFIG_PPC32=y
65855 -CONFIG_WORD_SIZE=32
65856 -CONFIG_PPC_MERGE=y
65857 -CONFIG_MMU=y
65858 -CONFIG_GENERIC_CMOS_UPDATE=y
65859 -CONFIG_GENERIC_TIME=y
65860 -CONFIG_GENERIC_TIME_VSYSCALL=y
65861 -CONFIG_GENERIC_CLOCKEVENTS=y
65862 -CONFIG_GENERIC_HARDIRQS=y
65863 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
65864 -CONFIG_IRQ_PER_CPU=y
65865 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
65866 -CONFIG_ARCH_HAS_ILOG2_U32=y
65867 -CONFIG_GENERIC_HWEIGHT=y
65868 -CONFIG_GENERIC_CALIBRATE_DELAY=y
65869 -CONFIG_GENERIC_FIND_NEXT_BIT=y
65870 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
65871 -CONFIG_PPC=y
65872 -CONFIG_EARLY_PRINTK=y
65873 -CONFIG_GENERIC_NVRAM=y
65874 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
65875 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
65876 -CONFIG_PPC_OF=y
65877 -CONFIG_OF=y
65878 -CONFIG_PPC_UDBG_16550=y
65879 -# CONFIG_GENERIC_TBSYNC is not set
65880 -CONFIG_AUDIT_ARCH=y
65881 -CONFIG_GENERIC_BUG=y
65882 -CONFIG_DEFAULT_UIMAGE=y
65883 -# CONFIG_PPC_DCR_NATIVE is not set
65884 -# CONFIG_PPC_DCR_MMIO is not set
65885 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
65886 -
65887 -#
65888 -# General setup
65889 -#
65890 -CONFIG_EXPERIMENTAL=y
65891 -CONFIG_BROKEN_ON_SMP=y
65892 -CONFIG_INIT_ENV_ARG_LIMIT=32
65893 -CONFIG_LOCALVERSION=""
65894 -CONFIG_LOCALVERSION_AUTO=y
65895 -CONFIG_SWAP=y
65896 -CONFIG_SYSVIPC=y
65897 -CONFIG_SYSVIPC_SYSCTL=y
65898 -# CONFIG_POSIX_MQUEUE is not set
65899 -# CONFIG_BSD_PROCESS_ACCT is not set
65900 -# CONFIG_TASKSTATS is not set
65901 -# CONFIG_AUDIT is not set
65902 -# CONFIG_IKCONFIG is not set
65903 -CONFIG_LOG_BUF_SHIFT=14
65904 -# CONFIG_CGROUPS is not set
65905 -CONFIG_GROUP_SCHED=y
65906 -# CONFIG_FAIR_GROUP_SCHED is not set
65907 -# CONFIG_RT_GROUP_SCHED is not set
65908 -CONFIG_USER_SCHED=y
65909 -# CONFIG_CGROUP_SCHED is not set
65910 -CONFIG_SYSFS_DEPRECATED=y
65911 -CONFIG_SYSFS_DEPRECATED_V2=y
65912 -# CONFIG_RELAY is not set
65913 -# CONFIG_NAMESPACES is not set
65914 -CONFIG_BLK_DEV_INITRD=y
65915 -CONFIG_INITRAMFS_SOURCE=""
65916 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
65917 -CONFIG_SYSCTL=y
65918 -CONFIG_EMBEDDED=y
65919 -CONFIG_SYSCTL_SYSCALL=y
65920 -CONFIG_KALLSYMS=y
65921 -# CONFIG_KALLSYMS_ALL is not set
65922 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
65923 -CONFIG_HOTPLUG=y
65924 -CONFIG_PRINTK=y
65925 -CONFIG_BUG=y
65926 -CONFIG_ELF_CORE=y
65927 -CONFIG_COMPAT_BRK=y
65928 -CONFIG_BASE_FULL=y
65929 -CONFIG_FUTEX=y
65930 -CONFIG_ANON_INODES=y
65931 -CONFIG_EPOLL=y
65932 -CONFIG_SIGNALFD=y
65933 -CONFIG_TIMERFD=y
65934 -CONFIG_EVENTFD=y
65935 -CONFIG_SHMEM=y
65936 -CONFIG_VM_EVENT_COUNTERS=y
65937 -CONFIG_SLUB_DEBUG=y
65938 -# CONFIG_SLAB is not set
65939 -CONFIG_SLUB=y
65940 -# CONFIG_SLOB is not set
65941 -# CONFIG_PROFILING is not set
65942 -# CONFIG_MARKERS is not set
65943 -CONFIG_HAVE_OPROFILE=y
65944 -CONFIG_HAVE_KPROBES=y
65945 -CONFIG_HAVE_KRETPROBES=y
65946 -CONFIG_PROC_PAGE_MONITOR=y
65947 -CONFIG_SLABINFO=y
65948 -CONFIG_RT_MUTEXES=y
65949 -# CONFIG_TINY_SHMEM is not set
65950 -CONFIG_BASE_SMALL=0
65951 -# CONFIG_MODULES is not set
65952 -CONFIG_BLOCK=y
65953 -# CONFIG_LBD is not set
65954 -# CONFIG_BLK_DEV_IO_TRACE is not set
65955 -# CONFIG_LSF is not set
65956 -# CONFIG_BLK_DEV_BSG is not set
65957 -
65958 -#
65959 -# IO Schedulers
65960 -#
65961 -CONFIG_IOSCHED_NOOP=y
65962 -CONFIG_IOSCHED_AS=y
65963 -CONFIG_IOSCHED_DEADLINE=y
65964 -CONFIG_IOSCHED_CFQ=y
65965 -CONFIG_DEFAULT_AS=y
65966 -# CONFIG_DEFAULT_DEADLINE is not set
65967 -# CONFIG_DEFAULT_CFQ is not set
65968 -# CONFIG_DEFAULT_NOOP is not set
65969 -CONFIG_DEFAULT_IOSCHED="anticipatory"
65970 -CONFIG_CLASSIC_RCU=y
65971 -
65972 -#
65973 -# Platform support
65974 -#
65975 -# CONFIG_PPC_MPC512x is not set
65976 -# CONFIG_PPC_MPC5121 is not set
65977 -# CONFIG_PPC_CELL is not set
65978 -# CONFIG_PPC_CELL_NATIVE is not set
65979 -# CONFIG_PQ2ADS is not set
65980 -CONFIG_MPC85xx=y
65981 -CONFIG_MPC8540_ADS=y
65982 -# CONFIG_MPC8560_ADS is not set
65983 -# CONFIG_MPC85xx_CDS is not set
65984 -# CONFIG_MPC85xx_MDS is not set
65985 -# CONFIG_MPC85xx_DS is not set
65986 -# CONFIG_STX_GP3 is not set
65987 -# CONFIG_TQM8540 is not set
65988 -# CONFIG_TQM8541 is not set
65989 -# CONFIG_TQM8555 is not set
65990 -# CONFIG_TQM8560 is not set
65991 -# CONFIG_SBC8548 is not set
65992 -# CONFIG_SBC8560 is not set
65993 -# CONFIG_IPIC is not set
65994 -CONFIG_MPIC=y
65995 -# CONFIG_MPIC_WEIRD is not set
65996 -# CONFIG_PPC_I8259 is not set
65997 -# CONFIG_PPC_RTAS is not set
65998 -# CONFIG_MMIO_NVRAM is not set
65999 -# CONFIG_PPC_MPC106 is not set
66000 -# CONFIG_PPC_970_NAP is not set
66001 -# CONFIG_PPC_INDIRECT_IO is not set
66002 -# CONFIG_GENERIC_IOMAP is not set
66003 -# CONFIG_CPU_FREQ is not set
66004 -# CONFIG_CPM2 is not set
66005 -# CONFIG_FSL_ULI1575 is not set
66006 -
66007 -#
66008 -# Kernel options
66009 -#
66010 -# CONFIG_HIGHMEM is not set
66011 -CONFIG_TICK_ONESHOT=y
66012 -CONFIG_NO_HZ=y
66013 -CONFIG_HIGH_RES_TIMERS=y
66014 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
66015 -# CONFIG_HZ_100 is not set
66016 -CONFIG_HZ_250=y
66017 -# CONFIG_HZ_300 is not set
66018 -# CONFIG_HZ_1000 is not set
66019 -CONFIG_HZ=250
66020 -# CONFIG_SCHED_HRTICK is not set
66021 -CONFIG_PREEMPT_NONE=y
66022 -# CONFIG_PREEMPT_VOLUNTARY is not set
66023 -# CONFIG_PREEMPT is not set
66024 -CONFIG_BINFMT_ELF=y
66025 -CONFIG_BINFMT_MISC=y
66026 -CONFIG_MATH_EMULATION=y
66027 -# CONFIG_IOMMU_HELPER is not set
66028 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
66029 -CONFIG_ARCH_HAS_WALK_MEMORY=y
66030 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
66031 -CONFIG_ARCH_FLATMEM_ENABLE=y
66032 -CONFIG_ARCH_POPULATES_NODE_MAP=y
66033 -CONFIG_SELECT_MEMORY_MODEL=y
66034 -CONFIG_FLATMEM_MANUAL=y
66035 -# CONFIG_DISCONTIGMEM_MANUAL is not set
66036 -# CONFIG_SPARSEMEM_MANUAL is not set
66037 -CONFIG_FLATMEM=y
66038 -CONFIG_FLAT_NODE_MEM_MAP=y
66039 -# CONFIG_SPARSEMEM_STATIC is not set
66040 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
66041 -CONFIG_SPLIT_PTLOCK_CPUS=4
66042 -# CONFIG_RESOURCES_64BIT is not set
66043 -CONFIG_ZONE_DMA_FLAG=1
66044 -CONFIG_BOUNCE=y
66045 -CONFIG_VIRT_TO_BUS=y
66046 -CONFIG_PROC_DEVICETREE=y
66047 -# CONFIG_CMDLINE_BOOL is not set
66048 -# CONFIG_PM is not set
66049 -# CONFIG_SECCOMP is not set
66050 -CONFIG_ISA_DMA_API=y
66051 -
66052 -#
66053 -# Bus options
66054 -#
66055 -CONFIG_ZONE_DMA=y
66056 -CONFIG_FSL_SOC=y
66057 -# CONFIG_PCI is not set
66058 -# CONFIG_PCI_DOMAINS is not set
66059 -# CONFIG_PCI_SYSCALL is not set
66060 -# CONFIG_ARCH_SUPPORTS_MSI is not set
66061 -# CONFIG_PCCARD is not set
66062 -
66063 -#
66064 -# Advanced setup
66065 -#
66066 -# CONFIG_ADVANCED_OPTIONS is not set
66067 -
66068 -#
66069 -# Default settings for advanced configuration options are used
66070 -#
66071 -CONFIG_HIGHMEM_START=0xfe000000
66072 -CONFIG_LOWMEM_SIZE=0x30000000
66073 -CONFIG_KERNEL_START=0xc0000000
66074 -CONFIG_TASK_SIZE=0xc0000000
66075 -CONFIG_BOOT_LOAD=0x00800000
66076 -
66077 -#
66078 -# Networking
66079 -#
66080 -CONFIG_NET=y
66081 -
66082 -#
66083 -# Networking options
66084 -#
66085 -CONFIG_PACKET=y
66086 -# CONFIG_PACKET_MMAP is not set
66087 -CONFIG_UNIX=y
66088 -CONFIG_XFRM=y
66089 -CONFIG_XFRM_USER=y
66090 -# CONFIG_XFRM_SUB_POLICY is not set
66091 -# CONFIG_XFRM_MIGRATE is not set
66092 -# CONFIG_XFRM_STATISTICS is not set
66093 -# CONFIG_NET_KEY is not set
66094 -CONFIG_INET=y
66095 -CONFIG_IP_MULTICAST=y
66096 -# CONFIG_IP_ADVANCED_ROUTER is not set
66097 -CONFIG_IP_FIB_HASH=y
66098 -CONFIG_IP_PNP=y
66099 -CONFIG_IP_PNP_DHCP=y
66100 -CONFIG_IP_PNP_BOOTP=y
66101 -# CONFIG_IP_PNP_RARP is not set
66102 -# CONFIG_NET_IPIP is not set
66103 -# CONFIG_NET_IPGRE is not set
66104 -# CONFIG_IP_MROUTE is not set
66105 -# CONFIG_ARPD is not set
66106 -CONFIG_SYN_COOKIES=y
66107 -# CONFIG_INET_AH is not set
66108 -# CONFIG_INET_ESP is not set
66109 -# CONFIG_INET_IPCOMP is not set
66110 -# CONFIG_INET_XFRM_TUNNEL is not set
66111 -# CONFIG_INET_TUNNEL is not set
66112 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
66113 -CONFIG_INET_XFRM_MODE_TUNNEL=y
66114 -CONFIG_INET_XFRM_MODE_BEET=y
66115 -# CONFIG_INET_LRO is not set
66116 -CONFIG_INET_DIAG=y
66117 -CONFIG_INET_TCP_DIAG=y
66118 -# CONFIG_TCP_CONG_ADVANCED is not set
66119 -CONFIG_TCP_CONG_CUBIC=y
66120 -CONFIG_DEFAULT_TCP_CONG="cubic"
66121 -# CONFIG_TCP_MD5SIG is not set
66122 -# CONFIG_IPV6 is not set
66123 -# CONFIG_INET6_XFRM_TUNNEL is not set
66124 -# CONFIG_INET6_TUNNEL is not set
66125 -# CONFIG_NETWORK_SECMARK is not set
66126 -# CONFIG_NETFILTER is not set
66127 -# CONFIG_IP_DCCP is not set
66128 -# CONFIG_IP_SCTP is not set
66129 -# CONFIG_TIPC is not set
66130 -# CONFIG_ATM is not set
66131 -# CONFIG_BRIDGE is not set
66132 -# CONFIG_VLAN_8021Q is not set
66133 -# CONFIG_DECNET is not set
66134 -# CONFIG_LLC2 is not set
66135 -# CONFIG_IPX is not set
66136 -# CONFIG_ATALK is not set
66137 -# CONFIG_X25 is not set
66138 -# CONFIG_LAPB is not set
66139 -# CONFIG_ECONET is not set
66140 -# CONFIG_WAN_ROUTER is not set
66141 -# CONFIG_NET_SCHED is not set
66142 -
66143 -#
66144 -# Network testing
66145 -#
66146 -# CONFIG_NET_PKTGEN is not set
66147 -# CONFIG_HAMRADIO is not set
66148 -# CONFIG_CAN is not set
66149 -# CONFIG_IRDA is not set
66150 -# CONFIG_BT is not set
66151 -# CONFIG_AF_RXRPC is not set
66152 -
66153 -#
66154 -# Wireless
66155 -#
66156 -# CONFIG_CFG80211 is not set
66157 -# CONFIG_WIRELESS_EXT is not set
66158 -# CONFIG_MAC80211 is not set
66159 -# CONFIG_IEEE80211 is not set
66160 -# CONFIG_RFKILL is not set
66161 -# CONFIG_NET_9P is not set
66162 -
66163 -#
66164 -# Device Drivers
66165 -#
66166 -
66167 -#
66168 -# Generic Driver Options
66169 -#
66170 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
66171 -CONFIG_STANDALONE=y
66172 -CONFIG_PREVENT_FIRMWARE_BUILD=y
66173 -# CONFIG_FW_LOADER is not set
66174 -# CONFIG_DEBUG_DRIVER is not set
66175 -# CONFIG_DEBUG_DEVRES is not set
66176 -# CONFIG_SYS_HYPERVISOR is not set
66177 -# CONFIG_CONNECTOR is not set
66178 -# CONFIG_MTD is not set
66179 -CONFIG_OF_DEVICE=y
66180 -# CONFIG_PARPORT is not set
66181 -CONFIG_BLK_DEV=y
66182 -# CONFIG_BLK_DEV_FD is not set
66183 -# CONFIG_BLK_DEV_COW_COMMON is not set
66184 -CONFIG_BLK_DEV_LOOP=y
66185 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
66186 -# CONFIG_BLK_DEV_NBD is not set
66187 -CONFIG_BLK_DEV_RAM=y
66188 -CONFIG_BLK_DEV_RAM_COUNT=16
66189 -CONFIG_BLK_DEV_RAM_SIZE=32768
66190 -# CONFIG_BLK_DEV_XIP is not set
66191 -# CONFIG_CDROM_PKTCDVD is not set
66192 -# CONFIG_ATA_OVER_ETH is not set
66193 -CONFIG_MISC_DEVICES=y
66194 -# CONFIG_EEPROM_93CX6 is not set
66195 -# CONFIG_ENCLOSURE_SERVICES is not set
66196 -CONFIG_HAVE_IDE=y
66197 -# CONFIG_IDE is not set
66198 -
66199 -#
66200 -# SCSI device support
66201 -#
66202 -# CONFIG_RAID_ATTRS is not set
66203 -# CONFIG_SCSI is not set
66204 -# CONFIG_SCSI_DMA is not set
66205 -# CONFIG_SCSI_NETLINK is not set
66206 -# CONFIG_ATA is not set
66207 -# CONFIG_MD is not set
66208 -# CONFIG_MACINTOSH_DRIVERS is not set
66209 -CONFIG_NETDEVICES=y
66210 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
66211 -# CONFIG_DUMMY is not set
66212 -# CONFIG_BONDING is not set
66213 -# CONFIG_MACVLAN is not set
66214 -# CONFIG_EQUALIZER is not set
66215 -# CONFIG_TUN is not set
66216 -# CONFIG_VETH is not set
66217 -CONFIG_PHYLIB=y
66218 -
66219 -#
66220 -# MII PHY device drivers
66221 -#
66222 -# CONFIG_MARVELL_PHY is not set
66223 -# CONFIG_DAVICOM_PHY is not set
66224 -# CONFIG_QSEMI_PHY is not set
66225 -# CONFIG_LXT_PHY is not set
66226 -# CONFIG_CICADA_PHY is not set
66227 -# CONFIG_VITESSE_PHY is not set
66228 -# CONFIG_SMSC_PHY is not set
66229 -# CONFIG_BROADCOM_PHY is not set
66230 -# CONFIG_ICPLUS_PHY is not set
66231 -# CONFIG_REALTEK_PHY is not set
66232 -# CONFIG_FIXED_PHY is not set
66233 -# CONFIG_MDIO_BITBANG is not set
66234 -CONFIG_NET_ETHERNET=y
66235 -CONFIG_MII=y
66236 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
66237 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
66238 -# CONFIG_IBM_NEW_EMAC_TAH is not set
66239 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
66240 -# CONFIG_B44 is not set
66241 -CONFIG_NETDEV_1000=y
66242 -# CONFIG_E1000E_ENABLED is not set
66243 -CONFIG_GIANFAR=y
66244 -CONFIG_GFAR_NAPI=y
66245 -CONFIG_NETDEV_10000=y
66246 -
66247 -#
66248 -# Wireless LAN
66249 -#
66250 -# CONFIG_WLAN_PRE80211 is not set
66251 -# CONFIG_WLAN_80211 is not set
66252 -# CONFIG_WAN is not set
66253 -# CONFIG_PPP is not set
66254 -# CONFIG_SLIP is not set
66255 -# CONFIG_NETCONSOLE is not set
66256 -# CONFIG_NETPOLL is not set
66257 -# CONFIG_NET_POLL_CONTROLLER is not set
66258 -# CONFIG_ISDN is not set
66259 -# CONFIG_PHONE is not set
66260 -
66261 -#
66262 -# Input device support
66263 -#
66264 -CONFIG_INPUT=y
66265 -# CONFIG_INPUT_FF_MEMLESS is not set
66266 -# CONFIG_INPUT_POLLDEV is not set
66267 -
66268 -#
66269 -# Userland interfaces
66270 -#
66271 -# CONFIG_INPUT_MOUSEDEV is not set
66272 -# CONFIG_INPUT_JOYDEV is not set
66273 -# CONFIG_INPUT_EVDEV is not set
66274 -# CONFIG_INPUT_EVBUG is not set
66275 -
66276 -#
66277 -# Input Device Drivers
66278 -#
66279 -# CONFIG_INPUT_KEYBOARD is not set
66280 -# CONFIG_INPUT_MOUSE is not set
66281 -# CONFIG_INPUT_JOYSTICK is not set
66282 -# CONFIG_INPUT_TABLET is not set
66283 -# CONFIG_INPUT_TOUCHSCREEN is not set
66284 -# CONFIG_INPUT_MISC is not set
66285 -
66286 -#
66287 -# Hardware I/O ports
66288 -#
66289 -# CONFIG_SERIO is not set
66290 -# CONFIG_GAMEPORT is not set
66291 -
66292 -#
66293 -# Character devices
66294 -#
66295 -# CONFIG_VT is not set
66296 -# CONFIG_SERIAL_NONSTANDARD is not set
66297 -
66298 -#
66299 -# Serial drivers
66300 -#
66301 -CONFIG_SERIAL_8250=y
66302 -CONFIG_SERIAL_8250_CONSOLE=y
66303 -CONFIG_SERIAL_8250_NR_UARTS=4
66304 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
66305 -# CONFIG_SERIAL_8250_EXTENDED is not set
66306 -CONFIG_SERIAL_8250_SHARE_IRQ=y
66307 -
66308 -#
66309 -# Non-8250 serial port support
66310 -#
66311 -# CONFIG_SERIAL_UARTLITE is not set
66312 -CONFIG_SERIAL_CORE=y
66313 -CONFIG_SERIAL_CORE_CONSOLE=y
66314 -# CONFIG_SERIAL_OF_PLATFORM is not set
66315 -CONFIG_UNIX98_PTYS=y
66316 -CONFIG_LEGACY_PTYS=y
66317 -CONFIG_LEGACY_PTY_COUNT=256
66318 -# CONFIG_IPMI_HANDLER is not set
66319 -# CONFIG_HW_RANDOM is not set
66320 -# CONFIG_NVRAM is not set
66321 -CONFIG_GEN_RTC=y
66322 -# CONFIG_GEN_RTC_X is not set
66323 -# CONFIG_R3964 is not set
66324 -# CONFIG_RAW_DRIVER is not set
66325 -# CONFIG_TCG_TPM is not set
66326 -# CONFIG_I2C is not set
66327 -
66328 -#
66329 -# SPI support
66330 -#
66331 -# CONFIG_SPI is not set
66332 -# CONFIG_SPI_MASTER is not set
66333 -# CONFIG_W1 is not set
66334 -# CONFIG_POWER_SUPPLY is not set
66335 -CONFIG_HWMON=y
66336 -# CONFIG_HWMON_VID is not set
66337 -# CONFIG_SENSORS_F71805F is not set
66338 -# CONFIG_SENSORS_F71882FG is not set
66339 -# CONFIG_SENSORS_IT87 is not set
66340 -# CONFIG_SENSORS_PC87360 is not set
66341 -# CONFIG_SENSORS_PC87427 is not set
66342 -# CONFIG_SENSORS_SMSC47M1 is not set
66343 -# CONFIG_SENSORS_SMSC47B397 is not set
66344 -# CONFIG_SENSORS_VT1211 is not set
66345 -# CONFIG_SENSORS_W83627HF is not set
66346 -# CONFIG_SENSORS_W83627EHF is not set
66347 -# CONFIG_HWMON_DEBUG_CHIP is not set
66348 -# CONFIG_THERMAL is not set
66349 -# CONFIG_WATCHDOG is not set
66350 -
66351 -#
66352 -# Sonics Silicon Backplane
66353 -#
66354 -CONFIG_SSB_POSSIBLE=y
66355 -# CONFIG_SSB is not set
66356 -
66357 -#
66358 -# Multifunction device drivers
66359 -#
66360 -# CONFIG_MFD_SM501 is not set
66361 -
66362 -#
66363 -# Multimedia devices
66364 -#
66365 -# CONFIG_VIDEO_DEV is not set
66366 -# CONFIG_DVB_CORE is not set
66367 -CONFIG_DAB=y
66368 -
66369 -#
66370 -# Graphics support
66371 -#
66372 -# CONFIG_VGASTATE is not set
66373 -CONFIG_VIDEO_OUTPUT_CONTROL=y
66374 -# CONFIG_FB is not set
66375 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
66376 -
66377 -#
66378 -# Display device support
66379 -#
66380 -# CONFIG_DISPLAY_SUPPORT is not set
66381 -
66382 -#
66383 -# Sound
66384 -#
66385 -# CONFIG_SOUND is not set
66386 -CONFIG_HID_SUPPORT=y
66387 -CONFIG_HID=y
66388 -# CONFIG_HID_DEBUG is not set
66389 -# CONFIG_HIDRAW is not set
66390 -CONFIG_USB_SUPPORT=y
66391 -# CONFIG_USB_ARCH_HAS_HCD is not set
66392 -# CONFIG_USB_ARCH_HAS_OHCI is not set
66393 -# CONFIG_USB_ARCH_HAS_EHCI is not set
66394 -
66395 -#
66396 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
66397 -#
66398 -# CONFIG_USB_GADGET is not set
66399 -# CONFIG_MMC is not set
66400 -# CONFIG_MEMSTICK is not set
66401 -# CONFIG_NEW_LEDS is not set
66402 -# CONFIG_EDAC is not set
66403 -# CONFIG_RTC_CLASS is not set
66404 -# CONFIG_DMADEVICES is not set
66405 -
66406 -#
66407 -# Userspace I/O
66408 -#
66409 -# CONFIG_UIO is not set
66410 -
66411 -#
66412 -# File systems
66413 -#
66414 -CONFIG_EXT2_FS=y
66415 -# CONFIG_EXT2_FS_XATTR is not set
66416 -# CONFIG_EXT2_FS_XIP is not set
66417 -CONFIG_EXT3_FS=y
66418 -CONFIG_EXT3_FS_XATTR=y
66419 -# CONFIG_EXT3_FS_POSIX_ACL is not set
66420 -# CONFIG_EXT3_FS_SECURITY is not set
66421 -# CONFIG_EXT4DEV_FS is not set
66422 -CONFIG_JBD=y
66423 -CONFIG_FS_MBCACHE=y
66424 -# CONFIG_REISERFS_FS is not set
66425 -# CONFIG_JFS_FS is not set
66426 -# CONFIG_FS_POSIX_ACL is not set
66427 -# CONFIG_XFS_FS is not set
66428 -# CONFIG_GFS2_FS is not set
66429 -# CONFIG_OCFS2_FS is not set
66430 -CONFIG_DNOTIFY=y
66431 -CONFIG_INOTIFY=y
66432 -CONFIG_INOTIFY_USER=y
66433 -# CONFIG_QUOTA is not set
66434 -# CONFIG_AUTOFS_FS is not set
66435 -# CONFIG_AUTOFS4_FS is not set
66436 -# CONFIG_FUSE_FS is not set
66437 -
66438 -#
66439 -# CD-ROM/DVD Filesystems
66440 -#
66441 -# CONFIG_ISO9660_FS is not set
66442 -# CONFIG_UDF_FS is not set
66443 -
66444 -#
66445 -# DOS/FAT/NT Filesystems
66446 -#
66447 -# CONFIG_MSDOS_FS is not set
66448 -# CONFIG_VFAT_FS is not set
66449 -# CONFIG_NTFS_FS is not set
66450 -
66451 -#
66452 -# Pseudo filesystems
66453 -#
66454 -CONFIG_PROC_FS=y
66455 -CONFIG_PROC_KCORE=y
66456 -CONFIG_PROC_SYSCTL=y
66457 -CONFIG_SYSFS=y
66458 -CONFIG_TMPFS=y
66459 -# CONFIG_TMPFS_POSIX_ACL is not set
66460 -# CONFIG_HUGETLB_PAGE is not set
66461 -# CONFIG_CONFIGFS_FS is not set
66462 -
66463 -#
66464 -# Miscellaneous filesystems
66465 -#
66466 -# CONFIG_ADFS_FS is not set
66467 -# CONFIG_AFFS_FS is not set
66468 -# CONFIG_HFS_FS is not set
66469 -# CONFIG_HFSPLUS_FS is not set
66470 -# CONFIG_BEFS_FS is not set
66471 -# CONFIG_BFS_FS is not set
66472 -# CONFIG_EFS_FS is not set
66473 -# CONFIG_CRAMFS is not set
66474 -# CONFIG_VXFS_FS is not set
66475 -# CONFIG_MINIX_FS is not set
66476 -# CONFIG_HPFS_FS is not set
66477 -# CONFIG_QNX4FS_FS is not set
66478 -# CONFIG_ROMFS_FS is not set
66479 -# CONFIG_SYSV_FS is not set
66480 -# CONFIG_UFS_FS is not set
66481 -CONFIG_NETWORK_FILESYSTEMS=y
66482 -CONFIG_NFS_FS=y
66483 -# CONFIG_NFS_V3 is not set
66484 -# CONFIG_NFS_V4 is not set
66485 -# CONFIG_NFS_DIRECTIO is not set
66486 -# CONFIG_NFSD is not set
66487 -CONFIG_ROOT_NFS=y
66488 -CONFIG_LOCKD=y
66489 -CONFIG_NFS_COMMON=y
66490 -CONFIG_SUNRPC=y
66491 -# CONFIG_SUNRPC_BIND34 is not set
66492 -# CONFIG_RPCSEC_GSS_KRB5 is not set
66493 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
66494 -# CONFIG_SMB_FS is not set
66495 -# CONFIG_CIFS is not set
66496 -# CONFIG_NCP_FS is not set
66497 -# CONFIG_CODA_FS is not set
66498 -# CONFIG_AFS_FS is not set
66499 -
66500 -#
66501 -# Partition Types
66502 -#
66503 -CONFIG_PARTITION_ADVANCED=y
66504 -# CONFIG_ACORN_PARTITION is not set
66505 -# CONFIG_OSF_PARTITION is not set
66506 -# CONFIG_AMIGA_PARTITION is not set
66507 -# CONFIG_ATARI_PARTITION is not set
66508 -# CONFIG_MAC_PARTITION is not set
66509 -# CONFIG_MSDOS_PARTITION is not set
66510 -# CONFIG_LDM_PARTITION is not set
66511 -# CONFIG_SGI_PARTITION is not set
66512 -# CONFIG_ULTRIX_PARTITION is not set
66513 -# CONFIG_SUN_PARTITION is not set
66514 -# CONFIG_KARMA_PARTITION is not set
66515 -# CONFIG_EFI_PARTITION is not set
66516 -# CONFIG_SYSV68_PARTITION is not set
66517 -# CONFIG_NLS is not set
66518 -# CONFIG_DLM is not set
66519 -
66520 -#
66521 -# Library routines
66522 -#
66523 -CONFIG_BITREVERSE=y
66524 -# CONFIG_CRC_CCITT is not set
66525 -# CONFIG_CRC16 is not set
66526 -# CONFIG_CRC_ITU_T is not set
66527 -CONFIG_CRC32=y
66528 -# CONFIG_CRC7 is not set
66529 -# CONFIG_LIBCRC32C is not set
66530 -CONFIG_PLIST=y
66531 -CONFIG_HAS_IOMEM=y
66532 -CONFIG_HAS_IOPORT=y
66533 -CONFIG_HAS_DMA=y
66534 -
66535 -#
66536 -# Kernel hacking
66537 -#
66538 -# CONFIG_PRINTK_TIME is not set
66539 -CONFIG_ENABLE_WARN_DEPRECATED=y
66540 -CONFIG_ENABLE_MUST_CHECK=y
66541 -# CONFIG_MAGIC_SYSRQ is not set
66542 -# CONFIG_UNUSED_SYMBOLS is not set
66543 -# CONFIG_DEBUG_FS is not set
66544 -# CONFIG_HEADERS_CHECK is not set
66545 -CONFIG_DEBUG_KERNEL=y
66546 -# CONFIG_DEBUG_SHIRQ is not set
66547 -CONFIG_DETECT_SOFTLOCKUP=y
66548 -CONFIG_SCHED_DEBUG=y
66549 -# CONFIG_SCHEDSTATS is not set
66550 -# CONFIG_TIMER_STATS is not set
66551 -# CONFIG_SLUB_DEBUG_ON is not set
66552 -# CONFIG_SLUB_STATS is not set
66553 -# CONFIG_DEBUG_RT_MUTEXES is not set
66554 -# CONFIG_RT_MUTEX_TESTER is not set
66555 -# CONFIG_DEBUG_SPINLOCK is not set
66556 -CONFIG_DEBUG_MUTEXES=y
66557 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
66558 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
66559 -# CONFIG_DEBUG_KOBJECT is not set
66560 -# CONFIG_DEBUG_BUGVERBOSE is not set
66561 -# CONFIG_DEBUG_INFO is not set
66562 -# CONFIG_DEBUG_VM is not set
66563 -# CONFIG_DEBUG_LIST is not set
66564 -# CONFIG_DEBUG_SG is not set
66565 -# CONFIG_BOOT_PRINTK_DELAY is not set
66566 -# CONFIG_BACKTRACE_SELF_TEST is not set
66567 -# CONFIG_FAULT_INJECTION is not set
66568 -# CONFIG_SAMPLES is not set
66569 -# CONFIG_DEBUG_STACKOVERFLOW is not set
66570 -# CONFIG_DEBUG_STACK_USAGE is not set
66571 -# CONFIG_DEBUG_PAGEALLOC is not set
66572 -# CONFIG_DEBUGGER is not set
66573 -# CONFIG_BDI_SWITCH is not set
66574 -# CONFIG_PPC_EARLY_DEBUG is not set
66575 -
66576 -#
66577 -# Security options
66578 -#
66579 -# CONFIG_KEYS is not set
66580 -# CONFIG_SECURITY is not set
66581 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
66582 -CONFIG_CRYPTO=y
66583 -# CONFIG_CRYPTO_SEQIV is not set
66584 -# CONFIG_CRYPTO_MANAGER is not set
66585 -# CONFIG_CRYPTO_HMAC is not set
66586 -# CONFIG_CRYPTO_XCBC is not set
66587 -# CONFIG_CRYPTO_NULL is not set
66588 -# CONFIG_CRYPTO_MD4 is not set
66589 -# CONFIG_CRYPTO_MD5 is not set
66590 -# CONFIG_CRYPTO_SHA1 is not set
66591 -# CONFIG_CRYPTO_SHA256 is not set
66592 -# CONFIG_CRYPTO_SHA512 is not set
66593 -# CONFIG_CRYPTO_WP512 is not set
66594 -# CONFIG_CRYPTO_TGR192 is not set
66595 -# CONFIG_CRYPTO_GF128MUL is not set
66596 -# CONFIG_CRYPTO_ECB is not set
66597 -# CONFIG_CRYPTO_CBC is not set
66598 -# CONFIG_CRYPTO_PCBC is not set
66599 -# CONFIG_CRYPTO_LRW is not set
66600 -# CONFIG_CRYPTO_XTS is not set
66601 -# CONFIG_CRYPTO_CTR is not set
66602 -# CONFIG_CRYPTO_GCM is not set
66603 -# CONFIG_CRYPTO_CCM is not set
66604 -# CONFIG_CRYPTO_CRYPTD is not set
66605 -# CONFIG_CRYPTO_DES is not set
66606 -# CONFIG_CRYPTO_FCRYPT is not set
66607 -# CONFIG_CRYPTO_BLOWFISH is not set
66608 -# CONFIG_CRYPTO_TWOFISH is not set
66609 -# CONFIG_CRYPTO_SERPENT is not set
66610 -# CONFIG_CRYPTO_AES is not set
66611 -# CONFIG_CRYPTO_CAST5 is not set
66612 -# CONFIG_CRYPTO_CAST6 is not set
66613 -# CONFIG_CRYPTO_TEA is not set
66614 -# CONFIG_CRYPTO_ARC4 is not set
66615 -# CONFIG_CRYPTO_KHAZAD is not set
66616 -# CONFIG_CRYPTO_ANUBIS is not set
66617 -# CONFIG_CRYPTO_SEED is not set
66618 -# CONFIG_CRYPTO_SALSA20 is not set
66619 -# CONFIG_CRYPTO_DEFLATE is not set
66620 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
66621 -# CONFIG_CRYPTO_CRC32C is not set
66622 -# CONFIG_CRYPTO_CAMELLIA is not set
66623 -# CONFIG_CRYPTO_AUTHENC is not set
66624 -# CONFIG_CRYPTO_LZO is not set
66625 -CONFIG_CRYPTO_HW=y
66626 -# CONFIG_PPC_CLOCK is not set
66627 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8544_ds_defconfig powerpc.git/arch/powerpc/configs/mpc8544_ds_defconfig
66628 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8544_ds_defconfig 2008-04-11 22:32:29.000000000 +0200
66629 +++ powerpc.git/arch/powerpc/configs/mpc8544_ds_defconfig 1970-01-01 01:00:00.000000000 +0100
66630 @@ -1,1549 +0,0 @@
66631 -#
66632 -# Automatically generated make config: don't edit
66633 -# Linux kernel version: 2.6.25-rc7
66634 -# Mon Mar 31 11:37:03 2008
66635 -#
66636 -# CONFIG_PPC64 is not set
66637 -
66638 -#
66639 -# Processor support
66640 -#
66641 -# CONFIG_6xx is not set
66642 -CONFIG_PPC_85xx=y
66643 -# CONFIG_PPC_8xx is not set
66644 -# CONFIG_40x is not set
66645 -# CONFIG_44x is not set
66646 -# CONFIG_E200 is not set
66647 -CONFIG_E500=y
66648 -CONFIG_BOOKE=y
66649 -CONFIG_FSL_BOOKE=y
66650 -CONFIG_FSL_EMB_PERFMON=y
66651 -# CONFIG_PHYS_64BIT is not set
66652 -CONFIG_SPE=y
66653 -# CONFIG_PPC_MM_SLICES is not set
66654 -CONFIG_PPC32=y
66655 -CONFIG_WORD_SIZE=32
66656 -CONFIG_PPC_MERGE=y
66657 -CONFIG_MMU=y
66658 -CONFIG_GENERIC_CMOS_UPDATE=y
66659 -CONFIG_GENERIC_TIME=y
66660 -CONFIG_GENERIC_TIME_VSYSCALL=y
66661 -CONFIG_GENERIC_CLOCKEVENTS=y
66662 -CONFIG_GENERIC_HARDIRQS=y
66663 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
66664 -CONFIG_IRQ_PER_CPU=y
66665 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
66666 -CONFIG_ARCH_HAS_ILOG2_U32=y
66667 -CONFIG_GENERIC_HWEIGHT=y
66668 -CONFIG_GENERIC_CALIBRATE_DELAY=y
66669 -CONFIG_GENERIC_FIND_NEXT_BIT=y
66670 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
66671 -CONFIG_PPC=y
66672 -CONFIG_EARLY_PRINTK=y
66673 -CONFIG_GENERIC_NVRAM=y
66674 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
66675 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
66676 -CONFIG_PPC_OF=y
66677 -CONFIG_OF=y
66678 -CONFIG_PPC_UDBG_16550=y
66679 -# CONFIG_GENERIC_TBSYNC is not set
66680 -CONFIG_AUDIT_ARCH=y
66681 -CONFIG_GENERIC_BUG=y
66682 -CONFIG_DEFAULT_UIMAGE=y
66683 -# CONFIG_PPC_DCR_NATIVE is not set
66684 -# CONFIG_PPC_DCR_MMIO is not set
66685 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
66686 -
66687 -#
66688 -# General setup
66689 -#
66690 -CONFIG_EXPERIMENTAL=y
66691 -CONFIG_BROKEN_ON_SMP=y
66692 -CONFIG_INIT_ENV_ARG_LIMIT=32
66693 -CONFIG_LOCALVERSION=""
66694 -CONFIG_LOCALVERSION_AUTO=y
66695 -CONFIG_SWAP=y
66696 -CONFIG_SYSVIPC=y
66697 -CONFIG_SYSVIPC_SYSCTL=y
66698 -CONFIG_POSIX_MQUEUE=y
66699 -CONFIG_BSD_PROCESS_ACCT=y
66700 -# CONFIG_BSD_PROCESS_ACCT_V3 is not set
66701 -# CONFIG_TASKSTATS is not set
66702 -CONFIG_AUDIT=y
66703 -# CONFIG_AUDITSYSCALL is not set
66704 -CONFIG_IKCONFIG=y
66705 -CONFIG_IKCONFIG_PROC=y
66706 -CONFIG_LOG_BUF_SHIFT=14
66707 -# CONFIG_CGROUPS is not set
66708 -CONFIG_GROUP_SCHED=y
66709 -# CONFIG_FAIR_GROUP_SCHED is not set
66710 -# CONFIG_RT_GROUP_SCHED is not set
66711 -CONFIG_USER_SCHED=y
66712 -# CONFIG_CGROUP_SCHED is not set
66713 -CONFIG_SYSFS_DEPRECATED=y
66714 -CONFIG_SYSFS_DEPRECATED_V2=y
66715 -# CONFIG_RELAY is not set
66716 -# CONFIG_NAMESPACES is not set
66717 -CONFIG_BLK_DEV_INITRD=y
66718 -CONFIG_INITRAMFS_SOURCE=""
66719 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
66720 -CONFIG_SYSCTL=y
66721 -CONFIG_EMBEDDED=y
66722 -CONFIG_SYSCTL_SYSCALL=y
66723 -CONFIG_KALLSYMS=y
66724 -CONFIG_KALLSYMS_ALL=y
66725 -CONFIG_KALLSYMS_EXTRA_PASS=y
66726 -CONFIG_HOTPLUG=y
66727 -CONFIG_PRINTK=y
66728 -CONFIG_BUG=y
66729 -CONFIG_ELF_CORE=y
66730 -CONFIG_COMPAT_BRK=y
66731 -CONFIG_BASE_FULL=y
66732 -CONFIG_FUTEX=y
66733 -CONFIG_ANON_INODES=y
66734 -CONFIG_EPOLL=y
66735 -CONFIG_SIGNALFD=y
66736 -CONFIG_TIMERFD=y
66737 -CONFIG_EVENTFD=y
66738 -CONFIG_SHMEM=y
66739 -CONFIG_VM_EVENT_COUNTERS=y
66740 -CONFIG_SLUB_DEBUG=y
66741 -# CONFIG_SLAB is not set
66742 -CONFIG_SLUB=y
66743 -# CONFIG_SLOB is not set
66744 -# CONFIG_PROFILING is not set
66745 -# CONFIG_MARKERS is not set
66746 -CONFIG_HAVE_OPROFILE=y
66747 -# CONFIG_KPROBES is not set
66748 -CONFIG_HAVE_KPROBES=y
66749 -CONFIG_HAVE_KRETPROBES=y
66750 -CONFIG_PROC_PAGE_MONITOR=y
66751 -CONFIG_SLABINFO=y
66752 -CONFIG_RT_MUTEXES=y
66753 -# CONFIG_TINY_SHMEM is not set
66754 -CONFIG_BASE_SMALL=0
66755 -CONFIG_MODULES=y
66756 -CONFIG_MODULE_UNLOAD=y
66757 -CONFIG_MODULE_FORCE_UNLOAD=y
66758 -CONFIG_MODVERSIONS=y
66759 -# CONFIG_MODULE_SRCVERSION_ALL is not set
66760 -CONFIG_KMOD=y
66761 -CONFIG_BLOCK=y
66762 -CONFIG_LBD=y
66763 -# CONFIG_BLK_DEV_IO_TRACE is not set
66764 -# CONFIG_LSF is not set
66765 -# CONFIG_BLK_DEV_BSG is not set
66766 -
66767 -#
66768 -# IO Schedulers
66769 -#
66770 -CONFIG_IOSCHED_NOOP=y
66771 -CONFIG_IOSCHED_AS=y
66772 -CONFIG_IOSCHED_DEADLINE=y
66773 -CONFIG_IOSCHED_CFQ=y
66774 -# CONFIG_DEFAULT_AS is not set
66775 -# CONFIG_DEFAULT_DEADLINE is not set
66776 -CONFIG_DEFAULT_CFQ=y
66777 -# CONFIG_DEFAULT_NOOP is not set
66778 -CONFIG_DEFAULT_IOSCHED="cfq"
66779 -CONFIG_CLASSIC_RCU=y
66780 -
66781 -#
66782 -# Platform support
66783 -#
66784 -# CONFIG_PPC_MPC512x is not set
66785 -# CONFIG_PPC_MPC5121 is not set
66786 -# CONFIG_PPC_CELL is not set
66787 -# CONFIG_PPC_CELL_NATIVE is not set
66788 -# CONFIG_PQ2ADS is not set
66789 -CONFIG_MPC85xx=y
66790 -# CONFIG_MPC8540_ADS is not set
66791 -# CONFIG_MPC8560_ADS is not set
66792 -# CONFIG_MPC85xx_CDS is not set
66793 -# CONFIG_MPC85xx_MDS is not set
66794 -CONFIG_MPC85xx_DS=y
66795 -# CONFIG_STX_GP3 is not set
66796 -# CONFIG_TQM8540 is not set
66797 -# CONFIG_TQM8541 is not set
66798 -# CONFIG_TQM8555 is not set
66799 -# CONFIG_TQM8560 is not set
66800 -# CONFIG_SBC8548 is not set
66801 -# CONFIG_SBC8560 is not set
66802 -# CONFIG_IPIC is not set
66803 -CONFIG_MPIC=y
66804 -# CONFIG_MPIC_WEIRD is not set
66805 -CONFIG_PPC_I8259=y
66806 -# CONFIG_PPC_RTAS is not set
66807 -# CONFIG_MMIO_NVRAM is not set
66808 -# CONFIG_PPC_MPC106 is not set
66809 -# CONFIG_PPC_970_NAP is not set
66810 -# CONFIG_PPC_INDIRECT_IO is not set
66811 -# CONFIG_GENERIC_IOMAP is not set
66812 -# CONFIG_CPU_FREQ is not set
66813 -# CONFIG_CPM2 is not set
66814 -CONFIG_FSL_ULI1575=y
66815 -
66816 -#
66817 -# Kernel options
66818 -#
66819 -CONFIG_HIGHMEM=y
66820 -CONFIG_TICK_ONESHOT=y
66821 -CONFIG_NO_HZ=y
66822 -CONFIG_HIGH_RES_TIMERS=y
66823 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
66824 -# CONFIG_HZ_100 is not set
66825 -CONFIG_HZ_250=y
66826 -# CONFIG_HZ_300 is not set
66827 -# CONFIG_HZ_1000 is not set
66828 -CONFIG_HZ=250
66829 -# CONFIG_SCHED_HRTICK is not set
66830 -CONFIG_PREEMPT_NONE=y
66831 -# CONFIG_PREEMPT_VOLUNTARY is not set
66832 -# CONFIG_PREEMPT is not set
66833 -CONFIG_BINFMT_ELF=y
66834 -CONFIG_BINFMT_MISC=m
66835 -CONFIG_MATH_EMULATION=y
66836 -# CONFIG_IOMMU_HELPER is not set
66837 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
66838 -CONFIG_ARCH_HAS_WALK_MEMORY=y
66839 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
66840 -CONFIG_ARCH_FLATMEM_ENABLE=y
66841 -CONFIG_ARCH_POPULATES_NODE_MAP=y
66842 -CONFIG_SELECT_MEMORY_MODEL=y
66843 -CONFIG_FLATMEM_MANUAL=y
66844 -# CONFIG_DISCONTIGMEM_MANUAL is not set
66845 -# CONFIG_SPARSEMEM_MANUAL is not set
66846 -CONFIG_FLATMEM=y
66847 -CONFIG_FLAT_NODE_MEM_MAP=y
66848 -# CONFIG_SPARSEMEM_STATIC is not set
66849 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
66850 -CONFIG_SPLIT_PTLOCK_CPUS=4
66851 -# CONFIG_RESOURCES_64BIT is not set
66852 -CONFIG_ZONE_DMA_FLAG=1
66853 -CONFIG_BOUNCE=y
66854 -CONFIG_VIRT_TO_BUS=y
66855 -CONFIG_PROC_DEVICETREE=y
66856 -# CONFIG_CMDLINE_BOOL is not set
66857 -# CONFIG_PM is not set
66858 -CONFIG_SECCOMP=y
66859 -CONFIG_ISA_DMA_API=y
66860 -
66861 -#
66862 -# Bus options
66863 -#
66864 -CONFIG_ZONE_DMA=y
66865 -CONFIG_GENERIC_ISA_DMA=y
66866 -CONFIG_PPC_INDIRECT_PCI=y
66867 -CONFIG_FSL_SOC=y
66868 -CONFIG_FSL_PCI=y
66869 -CONFIG_PCI=y
66870 -CONFIG_PCI_DOMAINS=y
66871 -CONFIG_PCI_SYSCALL=y
66872 -# CONFIG_PCIEPORTBUS is not set
66873 -CONFIG_ARCH_SUPPORTS_MSI=y
66874 -# CONFIG_PCI_MSI is not set
66875 -CONFIG_PCI_LEGACY=y
66876 -# CONFIG_PCI_DEBUG is not set
66877 -# CONFIG_PCCARD is not set
66878 -# CONFIG_HOTPLUG_PCI is not set
66879 -
66880 -#
66881 -# Advanced setup
66882 -#
66883 -# CONFIG_ADVANCED_OPTIONS is not set
66884 -
66885 -#
66886 -# Default settings for advanced configuration options are used
66887 -#
66888 -CONFIG_HIGHMEM_START=0xfe000000
66889 -CONFIG_LOWMEM_SIZE=0x30000000
66890 -CONFIG_KERNEL_START=0xc0000000
66891 -CONFIG_TASK_SIZE=0xc0000000
66892 -CONFIG_BOOT_LOAD=0x00800000
66893 -
66894 -#
66895 -# Networking
66896 -#
66897 -CONFIG_NET=y
66898 -
66899 -#
66900 -# Networking options
66901 -#
66902 -CONFIG_PACKET=y
66903 -# CONFIG_PACKET_MMAP is not set
66904 -CONFIG_UNIX=y
66905 -CONFIG_XFRM=y
66906 -CONFIG_XFRM_USER=y
66907 -# CONFIG_XFRM_SUB_POLICY is not set
66908 -# CONFIG_XFRM_MIGRATE is not set
66909 -# CONFIG_XFRM_STATISTICS is not set
66910 -CONFIG_NET_KEY=m
66911 -# CONFIG_NET_KEY_MIGRATE is not set
66912 -CONFIG_INET=y
66913 -CONFIG_IP_MULTICAST=y
66914 -CONFIG_IP_ADVANCED_ROUTER=y
66915 -CONFIG_ASK_IP_FIB_HASH=y
66916 -# CONFIG_IP_FIB_TRIE is not set
66917 -CONFIG_IP_FIB_HASH=y
66918 -CONFIG_IP_MULTIPLE_TABLES=y
66919 -CONFIG_IP_ROUTE_MULTIPATH=y
66920 -CONFIG_IP_ROUTE_VERBOSE=y
66921 -CONFIG_IP_PNP=y
66922 -CONFIG_IP_PNP_DHCP=y
66923 -CONFIG_IP_PNP_BOOTP=y
66924 -CONFIG_IP_PNP_RARP=y
66925 -CONFIG_NET_IPIP=y
66926 -CONFIG_NET_IPGRE=y
66927 -CONFIG_NET_IPGRE_BROADCAST=y
66928 -CONFIG_IP_MROUTE=y
66929 -CONFIG_IP_PIMSM_V1=y
66930 -CONFIG_IP_PIMSM_V2=y
66931 -CONFIG_ARPD=y
66932 -# CONFIG_SYN_COOKIES is not set
66933 -# CONFIG_INET_AH is not set
66934 -# CONFIG_INET_ESP is not set
66935 -# CONFIG_INET_IPCOMP is not set
66936 -# CONFIG_INET_XFRM_TUNNEL is not set
66937 -CONFIG_INET_TUNNEL=y
66938 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
66939 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
66940 -# CONFIG_INET_XFRM_MODE_BEET is not set
66941 -# CONFIG_INET_LRO is not set
66942 -CONFIG_INET_DIAG=y
66943 -CONFIG_INET_TCP_DIAG=y
66944 -# CONFIG_TCP_CONG_ADVANCED is not set
66945 -CONFIG_TCP_CONG_CUBIC=y
66946 -CONFIG_DEFAULT_TCP_CONG="cubic"
66947 -# CONFIG_TCP_MD5SIG is not set
66948 -CONFIG_IPV6=y
66949 -# CONFIG_IPV6_PRIVACY is not set
66950 -# CONFIG_IPV6_ROUTER_PREF is not set
66951 -# CONFIG_IPV6_OPTIMISTIC_DAD is not set
66952 -# CONFIG_INET6_AH is not set
66953 -# CONFIG_INET6_ESP is not set
66954 -# CONFIG_INET6_IPCOMP is not set
66955 -# CONFIG_IPV6_MIP6 is not set
66956 -# CONFIG_INET6_XFRM_TUNNEL is not set
66957 -# CONFIG_INET6_TUNNEL is not set
66958 -CONFIG_INET6_XFRM_MODE_TRANSPORT=y
66959 -CONFIG_INET6_XFRM_MODE_TUNNEL=y
66960 -CONFIG_INET6_XFRM_MODE_BEET=y
66961 -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
66962 -CONFIG_IPV6_SIT=y
66963 -# CONFIG_IPV6_TUNNEL is not set
66964 -# CONFIG_IPV6_MULTIPLE_TABLES is not set
66965 -# CONFIG_NETWORK_SECMARK is not set
66966 -# CONFIG_NETFILTER is not set
66967 -# CONFIG_IP_DCCP is not set
66968 -CONFIG_IP_SCTP=m
66969 -# CONFIG_SCTP_DBG_MSG is not set
66970 -# CONFIG_SCTP_DBG_OBJCNT is not set
66971 -# CONFIG_SCTP_HMAC_NONE is not set
66972 -# CONFIG_SCTP_HMAC_SHA1 is not set
66973 -CONFIG_SCTP_HMAC_MD5=y
66974 -# CONFIG_TIPC is not set
66975 -# CONFIG_ATM is not set
66976 -# CONFIG_BRIDGE is not set
66977 -# CONFIG_VLAN_8021Q is not set
66978 -# CONFIG_DECNET is not set
66979 -# CONFIG_LLC2 is not set
66980 -# CONFIG_IPX is not set
66981 -# CONFIG_ATALK is not set
66982 -# CONFIG_X25 is not set
66983 -# CONFIG_LAPB is not set
66984 -# CONFIG_ECONET is not set
66985 -# CONFIG_WAN_ROUTER is not set
66986 -# CONFIG_NET_SCHED is not set
66987 -
66988 -#
66989 -# Network testing
66990 -#
66991 -# CONFIG_NET_PKTGEN is not set
66992 -# CONFIG_HAMRADIO is not set
66993 -# CONFIG_CAN is not set
66994 -# CONFIG_IRDA is not set
66995 -# CONFIG_BT is not set
66996 -# CONFIG_AF_RXRPC is not set
66997 -CONFIG_FIB_RULES=y
66998 -
66999 -#
67000 -# Wireless
67001 -#
67002 -# CONFIG_CFG80211 is not set
67003 -# CONFIG_WIRELESS_EXT is not set
67004 -# CONFIG_MAC80211 is not set
67005 -# CONFIG_IEEE80211 is not set
67006 -# CONFIG_RFKILL is not set
67007 -# CONFIG_NET_9P is not set
67008 -
67009 -#
67010 -# Device Drivers
67011 -#
67012 -
67013 -#
67014 -# Generic Driver Options
67015 -#
67016 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
67017 -CONFIG_STANDALONE=y
67018 -CONFIG_PREVENT_FIRMWARE_BUILD=y
67019 -CONFIG_FW_LOADER=y
67020 -# CONFIG_DEBUG_DRIVER is not set
67021 -# CONFIG_DEBUG_DEVRES is not set
67022 -# CONFIG_SYS_HYPERVISOR is not set
67023 -# CONFIG_CONNECTOR is not set
67024 -# CONFIG_MTD is not set
67025 -CONFIG_OF_DEVICE=y
67026 -# CONFIG_PARPORT is not set
67027 -CONFIG_BLK_DEV=y
67028 -# CONFIG_BLK_DEV_FD is not set
67029 -# CONFIG_BLK_CPQ_DA is not set
67030 -# CONFIG_BLK_CPQ_CISS_DA is not set
67031 -# CONFIG_BLK_DEV_DAC960 is not set
67032 -# CONFIG_BLK_DEV_UMEM is not set
67033 -# CONFIG_BLK_DEV_COW_COMMON is not set
67034 -CONFIG_BLK_DEV_LOOP=y
67035 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
67036 -CONFIG_BLK_DEV_NBD=y
67037 -# CONFIG_BLK_DEV_SX8 is not set
67038 -# CONFIG_BLK_DEV_UB is not set
67039 -CONFIG_BLK_DEV_RAM=y
67040 -CONFIG_BLK_DEV_RAM_COUNT=16
67041 -CONFIG_BLK_DEV_RAM_SIZE=131072
67042 -# CONFIG_BLK_DEV_XIP is not set
67043 -# CONFIG_CDROM_PKTCDVD is not set
67044 -# CONFIG_ATA_OVER_ETH is not set
67045 -CONFIG_MISC_DEVICES=y
67046 -# CONFIG_PHANTOM is not set
67047 -# CONFIG_EEPROM_93CX6 is not set
67048 -# CONFIG_SGI_IOC4 is not set
67049 -# CONFIG_TIFM_CORE is not set
67050 -# CONFIG_ENCLOSURE_SERVICES is not set
67051 -CONFIG_HAVE_IDE=y
67052 -# CONFIG_IDE is not set
67053 -
67054 -#
67055 -# SCSI device support
67056 -#
67057 -# CONFIG_RAID_ATTRS is not set
67058 -CONFIG_SCSI=y
67059 -CONFIG_SCSI_DMA=y
67060 -# CONFIG_SCSI_TGT is not set
67061 -# CONFIG_SCSI_NETLINK is not set
67062 -CONFIG_SCSI_PROC_FS=y
67063 -
67064 -#
67065 -# SCSI support type (disk, tape, CD-ROM)
67066 -#
67067 -CONFIG_BLK_DEV_SD=y
67068 -CONFIG_CHR_DEV_ST=y
67069 -# CONFIG_CHR_DEV_OSST is not set
67070 -CONFIG_BLK_DEV_SR=y
67071 -# CONFIG_BLK_DEV_SR_VENDOR is not set
67072 -CONFIG_CHR_DEV_SG=y
67073 -# CONFIG_CHR_DEV_SCH is not set
67074 -
67075 -#
67076 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
67077 -#
67078 -CONFIG_SCSI_MULTI_LUN=y
67079 -# CONFIG_SCSI_CONSTANTS is not set
67080 -CONFIG_SCSI_LOGGING=y
67081 -# CONFIG_SCSI_SCAN_ASYNC is not set
67082 -CONFIG_SCSI_WAIT_SCAN=m
67083 -
67084 -#
67085 -# SCSI Transports
67086 -#
67087 -# CONFIG_SCSI_SPI_ATTRS is not set
67088 -# CONFIG_SCSI_FC_ATTRS is not set
67089 -# CONFIG_SCSI_ISCSI_ATTRS is not set
67090 -# CONFIG_SCSI_SAS_LIBSAS is not set
67091 -# CONFIG_SCSI_SRP_ATTRS is not set
67092 -CONFIG_SCSI_LOWLEVEL=y
67093 -# CONFIG_ISCSI_TCP is not set
67094 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
67095 -# CONFIG_SCSI_3W_9XXX is not set
67096 -# CONFIG_SCSI_ACARD is not set
67097 -# CONFIG_SCSI_AACRAID is not set
67098 -# CONFIG_SCSI_AIC7XXX is not set
67099 -# CONFIG_SCSI_AIC7XXX_OLD is not set
67100 -# CONFIG_SCSI_AIC79XX is not set
67101 -# CONFIG_SCSI_AIC94XX is not set
67102 -# CONFIG_SCSI_DPT_I2O is not set
67103 -# CONFIG_SCSI_ADVANSYS is not set
67104 -# CONFIG_SCSI_ARCMSR is not set
67105 -# CONFIG_MEGARAID_NEWGEN is not set
67106 -# CONFIG_MEGARAID_LEGACY is not set
67107 -# CONFIG_MEGARAID_SAS is not set
67108 -# CONFIG_SCSI_HPTIOP is not set
67109 -# CONFIG_SCSI_BUSLOGIC is not set
67110 -# CONFIG_SCSI_DMX3191D is not set
67111 -# CONFIG_SCSI_EATA is not set
67112 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
67113 -# CONFIG_SCSI_GDTH is not set
67114 -# CONFIG_SCSI_IPS is not set
67115 -# CONFIG_SCSI_INITIO is not set
67116 -# CONFIG_SCSI_INIA100 is not set
67117 -# CONFIG_SCSI_MVSAS is not set
67118 -# CONFIG_SCSI_STEX is not set
67119 -# CONFIG_SCSI_SYM53C8XX_2 is not set
67120 -# CONFIG_SCSI_IPR is not set
67121 -# CONFIG_SCSI_QLOGIC_1280 is not set
67122 -# CONFIG_SCSI_QLA_FC is not set
67123 -# CONFIG_SCSI_QLA_ISCSI is not set
67124 -# CONFIG_SCSI_LPFC is not set
67125 -# CONFIG_SCSI_DC395x is not set
67126 -# CONFIG_SCSI_DC390T is not set
67127 -# CONFIG_SCSI_NSP32 is not set
67128 -# CONFIG_SCSI_DEBUG is not set
67129 -# CONFIG_SCSI_SRP is not set
67130 -CONFIG_ATA=y
67131 -# CONFIG_ATA_NONSTANDARD is not set
67132 -CONFIG_SATA_AHCI=y
67133 -# CONFIG_SATA_SVW is not set
67134 -# CONFIG_ATA_PIIX is not set
67135 -# CONFIG_SATA_MV is not set
67136 -# CONFIG_SATA_NV is not set
67137 -# CONFIG_PDC_ADMA is not set
67138 -# CONFIG_SATA_QSTOR is not set
67139 -# CONFIG_SATA_PROMISE is not set
67140 -# CONFIG_SATA_SX4 is not set
67141 -# CONFIG_SATA_SIL is not set
67142 -# CONFIG_SATA_SIL24 is not set
67143 -# CONFIG_SATA_SIS is not set
67144 -# CONFIG_SATA_ULI is not set
67145 -# CONFIG_SATA_VIA is not set
67146 -# CONFIG_SATA_VITESSE is not set
67147 -# CONFIG_SATA_INIC162X is not set
67148 -# CONFIG_SATA_FSL is not set
67149 -CONFIG_PATA_ALI=y
67150 -# CONFIG_PATA_AMD is not set
67151 -# CONFIG_PATA_ARTOP is not set
67152 -# CONFIG_PATA_ATIIXP is not set
67153 -# CONFIG_PATA_CMD640_PCI is not set
67154 -# CONFIG_PATA_CMD64X is not set
67155 -# CONFIG_PATA_CS5520 is not set
67156 -# CONFIG_PATA_CS5530 is not set
67157 -# CONFIG_PATA_CYPRESS is not set
67158 -# CONFIG_PATA_EFAR is not set
67159 -# CONFIG_ATA_GENERIC is not set
67160 -# CONFIG_PATA_HPT366 is not set
67161 -# CONFIG_PATA_HPT37X is not set
67162 -# CONFIG_PATA_HPT3X2N is not set
67163 -# CONFIG_PATA_HPT3X3 is not set
67164 -# CONFIG_PATA_IT821X is not set
67165 -# CONFIG_PATA_IT8213 is not set
67166 -# CONFIG_PATA_JMICRON is not set
67167 -# CONFIG_PATA_TRIFLEX is not set
67168 -# CONFIG_PATA_MARVELL is not set
67169 -# CONFIG_PATA_MPIIX is not set
67170 -# CONFIG_PATA_OLDPIIX is not set
67171 -# CONFIG_PATA_NETCELL is not set
67172 -# CONFIG_PATA_NINJA32 is not set
67173 -# CONFIG_PATA_NS87410 is not set
67174 -# CONFIG_PATA_NS87415 is not set
67175 -# CONFIG_PATA_OPTI is not set
67176 -# CONFIG_PATA_OPTIDMA is not set
67177 -# CONFIG_PATA_PDC_OLD is not set
67178 -# CONFIG_PATA_RADISYS is not set
67179 -# CONFIG_PATA_RZ1000 is not set
67180 -# CONFIG_PATA_SC1200 is not set
67181 -# CONFIG_PATA_SERVERWORKS is not set
67182 -# CONFIG_PATA_PDC2027X is not set
67183 -# CONFIG_PATA_SIL680 is not set
67184 -# CONFIG_PATA_SIS is not set
67185 -# CONFIG_PATA_VIA is not set
67186 -# CONFIG_PATA_WINBOND is not set
67187 -# CONFIG_PATA_PLATFORM is not set
67188 -# CONFIG_MD is not set
67189 -# CONFIG_FUSION is not set
67190 -
67191 -#
67192 -# IEEE 1394 (FireWire) support
67193 -#
67194 -# CONFIG_FIREWIRE is not set
67195 -# CONFIG_IEEE1394 is not set
67196 -# CONFIG_I2O is not set
67197 -# CONFIG_MACINTOSH_DRIVERS is not set
67198 -CONFIG_NETDEVICES=y
67199 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
67200 -CONFIG_DUMMY=y
67201 -# CONFIG_BONDING is not set
67202 -# CONFIG_MACVLAN is not set
67203 -# CONFIG_EQUALIZER is not set
67204 -# CONFIG_TUN is not set
67205 -# CONFIG_VETH is not set
67206 -# CONFIG_ARCNET is not set
67207 -CONFIG_PHYLIB=y
67208 -
67209 -#
67210 -# MII PHY device drivers
67211 -#
67212 -# CONFIG_MARVELL_PHY is not set
67213 -# CONFIG_DAVICOM_PHY is not set
67214 -# CONFIG_QSEMI_PHY is not set
67215 -# CONFIG_LXT_PHY is not set
67216 -# CONFIG_CICADA_PHY is not set
67217 -CONFIG_VITESSE_PHY=y
67218 -# CONFIG_SMSC_PHY is not set
67219 -# CONFIG_BROADCOM_PHY is not set
67220 -# CONFIG_ICPLUS_PHY is not set
67221 -# CONFIG_REALTEK_PHY is not set
67222 -# CONFIG_FIXED_PHY is not set
67223 -# CONFIG_MDIO_BITBANG is not set
67224 -CONFIG_NET_ETHERNET=y
67225 -CONFIG_MII=y
67226 -# CONFIG_HAPPYMEAL is not set
67227 -# CONFIG_SUNGEM is not set
67228 -# CONFIG_CASSINI is not set
67229 -# CONFIG_NET_VENDOR_3COM is not set
67230 -# CONFIG_NET_TULIP is not set
67231 -# CONFIG_HP100 is not set
67232 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
67233 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
67234 -# CONFIG_IBM_NEW_EMAC_TAH is not set
67235 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
67236 -# CONFIG_NET_PCI is not set
67237 -# CONFIG_B44 is not set
67238 -CONFIG_NETDEV_1000=y
67239 -# CONFIG_ACENIC is not set
67240 -# CONFIG_DL2K is not set
67241 -# CONFIG_E1000 is not set
67242 -# CONFIG_E1000E is not set
67243 -# CONFIG_E1000E_ENABLED is not set
67244 -# CONFIG_IP1000 is not set
67245 -# CONFIG_IGB is not set
67246 -# CONFIG_NS83820 is not set
67247 -# CONFIG_HAMACHI is not set
67248 -# CONFIG_YELLOWFIN is not set
67249 -# CONFIG_R8169 is not set
67250 -# CONFIG_SIS190 is not set
67251 -# CONFIG_SKGE is not set
67252 -# CONFIG_SKY2 is not set
67253 -# CONFIG_SK98LIN is not set
67254 -# CONFIG_VIA_VELOCITY is not set
67255 -# CONFIG_TIGON3 is not set
67256 -# CONFIG_BNX2 is not set
67257 -CONFIG_GIANFAR=y
67258 -CONFIG_GFAR_NAPI=y
67259 -# CONFIG_QLA3XXX is not set
67260 -# CONFIG_ATL1 is not set
67261 -CONFIG_NETDEV_10000=y
67262 -# CONFIG_CHELSIO_T1 is not set
67263 -# CONFIG_CHELSIO_T3 is not set
67264 -# CONFIG_IXGBE is not set
67265 -# CONFIG_IXGB is not set
67266 -# CONFIG_S2IO is not set
67267 -# CONFIG_MYRI10GE is not set
67268 -# CONFIG_NETXEN_NIC is not set
67269 -# CONFIG_NIU is not set
67270 -# CONFIG_MLX4_CORE is not set
67271 -# CONFIG_TEHUTI is not set
67272 -# CONFIG_BNX2X is not set
67273 -# CONFIG_TR is not set
67274 -
67275 -#
67276 -# Wireless LAN
67277 -#
67278 -# CONFIG_WLAN_PRE80211 is not set
67279 -# CONFIG_WLAN_80211 is not set
67280 -
67281 -#
67282 -# USB Network Adapters
67283 -#
67284 -# CONFIG_USB_CATC is not set
67285 -# CONFIG_USB_KAWETH is not set
67286 -# CONFIG_USB_PEGASUS is not set
67287 -# CONFIG_USB_RTL8150 is not set
67288 -# CONFIG_USB_USBNET is not set
67289 -# CONFIG_WAN is not set
67290 -# CONFIG_FDDI is not set
67291 -# CONFIG_HIPPI is not set
67292 -# CONFIG_PPP is not set
67293 -# CONFIG_SLIP is not set
67294 -# CONFIG_NET_FC is not set
67295 -# CONFIG_NETCONSOLE is not set
67296 -# CONFIG_NETPOLL is not set
67297 -# CONFIG_NET_POLL_CONTROLLER is not set
67298 -# CONFIG_ISDN is not set
67299 -# CONFIG_PHONE is not set
67300 -
67301 -#
67302 -# Input device support
67303 -#
67304 -CONFIG_INPUT=y
67305 -# CONFIG_INPUT_FF_MEMLESS is not set
67306 -# CONFIG_INPUT_POLLDEV is not set
67307 -
67308 -#
67309 -# Userland interfaces
67310 -#
67311 -# CONFIG_INPUT_MOUSEDEV is not set
67312 -# CONFIG_INPUT_JOYDEV is not set
67313 -# CONFIG_INPUT_EVDEV is not set
67314 -# CONFIG_INPUT_EVBUG is not set
67315 -
67316 -#
67317 -# Input Device Drivers
67318 -#
67319 -# CONFIG_INPUT_KEYBOARD is not set
67320 -# CONFIG_INPUT_MOUSE is not set
67321 -# CONFIG_INPUT_JOYSTICK is not set
67322 -# CONFIG_INPUT_TABLET is not set
67323 -# CONFIG_INPUT_TOUCHSCREEN is not set
67324 -# CONFIG_INPUT_MISC is not set
67325 -
67326 -#
67327 -# Hardware I/O ports
67328 -#
67329 -CONFIG_SERIO=y
67330 -CONFIG_SERIO_I8042=y
67331 -CONFIG_SERIO_SERPORT=y
67332 -# CONFIG_SERIO_PCIPS2 is not set
67333 -CONFIG_SERIO_LIBPS2=y
67334 -# CONFIG_SERIO_RAW is not set
67335 -# CONFIG_GAMEPORT is not set
67336 -
67337 -#
67338 -# Character devices
67339 -#
67340 -CONFIG_VT=y
67341 -CONFIG_VT_CONSOLE=y
67342 -CONFIG_HW_CONSOLE=y
67343 -# CONFIG_VT_HW_CONSOLE_BINDING is not set
67344 -# CONFIG_SERIAL_NONSTANDARD is not set
67345 -# CONFIG_NOZOMI is not set
67346 -
67347 -#
67348 -# Serial drivers
67349 -#
67350 -CONFIG_SERIAL_8250=y
67351 -CONFIG_SERIAL_8250_CONSOLE=y
67352 -CONFIG_SERIAL_8250_PCI=y
67353 -CONFIG_SERIAL_8250_NR_UARTS=2
67354 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
67355 -CONFIG_SERIAL_8250_EXTENDED=y
67356 -CONFIG_SERIAL_8250_MANY_PORTS=y
67357 -CONFIG_SERIAL_8250_SHARE_IRQ=y
67358 -CONFIG_SERIAL_8250_DETECT_IRQ=y
67359 -CONFIG_SERIAL_8250_RSA=y
67360 -
67361 -#
67362 -# Non-8250 serial port support
67363 -#
67364 -# CONFIG_SERIAL_UARTLITE is not set
67365 -CONFIG_SERIAL_CORE=y
67366 -CONFIG_SERIAL_CORE_CONSOLE=y
67367 -# CONFIG_SERIAL_JSM is not set
67368 -# CONFIG_SERIAL_OF_PLATFORM is not set
67369 -CONFIG_UNIX98_PTYS=y
67370 -CONFIG_LEGACY_PTYS=y
67371 -CONFIG_LEGACY_PTY_COUNT=256
67372 -# CONFIG_IPMI_HANDLER is not set
67373 -# CONFIG_HW_RANDOM is not set
67374 -CONFIG_NVRAM=y
67375 -# CONFIG_GEN_RTC is not set
67376 -# CONFIG_R3964 is not set
67377 -# CONFIG_APPLICOM is not set
67378 -# CONFIG_RAW_DRIVER is not set
67379 -# CONFIG_TCG_TPM is not set
67380 -CONFIG_DEVPORT=y
67381 -CONFIG_I2C=y
67382 -CONFIG_I2C_BOARDINFO=y
67383 -# CONFIG_I2C_CHARDEV is not set
67384 -
67385 -#
67386 -# I2C Algorithms
67387 -#
67388 -# CONFIG_I2C_ALGOBIT is not set
67389 -# CONFIG_I2C_ALGOPCF is not set
67390 -# CONFIG_I2C_ALGOPCA is not set
67391 -
67392 -#
67393 -# I2C Hardware Bus support
67394 -#
67395 -# CONFIG_I2C_ALI1535 is not set
67396 -# CONFIG_I2C_ALI1563 is not set
67397 -# CONFIG_I2C_ALI15X3 is not set
67398 -# CONFIG_I2C_AMD756 is not set
67399 -# CONFIG_I2C_AMD8111 is not set
67400 -# CONFIG_I2C_I801 is not set
67401 -# CONFIG_I2C_I810 is not set
67402 -# CONFIG_I2C_PIIX4 is not set
67403 -CONFIG_I2C_MPC=y
67404 -# CONFIG_I2C_NFORCE2 is not set
67405 -# CONFIG_I2C_OCORES is not set
67406 -# CONFIG_I2C_PARPORT_LIGHT is not set
67407 -# CONFIG_I2C_PROSAVAGE is not set
67408 -# CONFIG_I2C_SAVAGE4 is not set
67409 -# CONFIG_I2C_SIMTEC is not set
67410 -# CONFIG_I2C_SIS5595 is not set
67411 -# CONFIG_I2C_SIS630 is not set
67412 -# CONFIG_I2C_SIS96X is not set
67413 -# CONFIG_I2C_TAOS_EVM is not set
67414 -# CONFIG_I2C_STUB is not set
67415 -# CONFIG_I2C_TINY_USB is not set
67416 -# CONFIG_I2C_VIA is not set
67417 -# CONFIG_I2C_VIAPRO is not set
67418 -# CONFIG_I2C_VOODOO3 is not set
67419 -
67420 -#
67421 -# Miscellaneous I2C Chip support
67422 -#
67423 -# CONFIG_DS1682 is not set
67424 -CONFIG_SENSORS_EEPROM=y
67425 -# CONFIG_SENSORS_PCF8574 is not set
67426 -# CONFIG_PCF8575 is not set
67427 -# CONFIG_SENSORS_PCF8591 is not set
67428 -# CONFIG_TPS65010 is not set
67429 -# CONFIG_SENSORS_MAX6875 is not set
67430 -# CONFIG_SENSORS_TSL2550 is not set
67431 -# CONFIG_I2C_DEBUG_CORE is not set
67432 -# CONFIG_I2C_DEBUG_ALGO is not set
67433 -# CONFIG_I2C_DEBUG_BUS is not set
67434 -# CONFIG_I2C_DEBUG_CHIP is not set
67435 -
67436 -#
67437 -# SPI support
67438 -#
67439 -# CONFIG_SPI is not set
67440 -# CONFIG_SPI_MASTER is not set
67441 -# CONFIG_W1 is not set
67442 -# CONFIG_POWER_SUPPLY is not set
67443 -# CONFIG_HWMON is not set
67444 -# CONFIG_THERMAL is not set
67445 -# CONFIG_WATCHDOG is not set
67446 -
67447 -#
67448 -# Sonics Silicon Backplane
67449 -#
67450 -CONFIG_SSB_POSSIBLE=y
67451 -# CONFIG_SSB is not set
67452 -
67453 -#
67454 -# Multifunction device drivers
67455 -#
67456 -# CONFIG_MFD_SM501 is not set
67457 -
67458 -#
67459 -# Multimedia devices
67460 -#
67461 -# CONFIG_VIDEO_DEV is not set
67462 -CONFIG_DVB_CORE=m
67463 -# CONFIG_DVB_CORE_ATTACH is not set
67464 -CONFIG_DVB_CAPTURE_DRIVERS=y
67465 -
67466 -#
67467 -# Supported SAA7146 based PCI Adapters
67468 -#
67469 -# CONFIG_TTPCI_EEPROM is not set
67470 -# CONFIG_DVB_BUDGET_CORE is not set
67471 -
67472 -#
67473 -# Supported USB Adapters
67474 -#
67475 -# CONFIG_DVB_USB is not set
67476 -# CONFIG_DVB_TTUSB_BUDGET is not set
67477 -# CONFIG_DVB_TTUSB_DEC is not set
67478 -# CONFIG_DVB_CINERGYT2 is not set
67479 -
67480 -#
67481 -# Supported FlexCopII (B2C2) Adapters
67482 -#
67483 -# CONFIG_DVB_B2C2_FLEXCOP is not set
67484 -
67485 -#
67486 -# Supported BT878 Adapters
67487 -#
67488 -
67489 -#
67490 -# Supported Pluto2 Adapters
67491 -#
67492 -# CONFIG_DVB_PLUTO2 is not set
67493 -
67494 -#
67495 -# Supported DVB Frontends
67496 -#
67497 -
67498 -#
67499 -# Customise DVB Frontends
67500 -#
67501 -# CONFIG_DVB_FE_CUSTOMISE is not set
67502 -
67503 -#
67504 -# DVB-S (satellite) frontends
67505 -#
67506 -# CONFIG_DVB_STV0299 is not set
67507 -# CONFIG_DVB_CX24110 is not set
67508 -# CONFIG_DVB_CX24123 is not set
67509 -# CONFIG_DVB_TDA8083 is not set
67510 -# CONFIG_DVB_MT312 is not set
67511 -# CONFIG_DVB_VES1X93 is not set
67512 -# CONFIG_DVB_S5H1420 is not set
67513 -# CONFIG_DVB_TDA10086 is not set
67514 -
67515 -#
67516 -# DVB-T (terrestrial) frontends
67517 -#
67518 -# CONFIG_DVB_SP8870 is not set
67519 -# CONFIG_DVB_SP887X is not set
67520 -# CONFIG_DVB_CX22700 is not set
67521 -# CONFIG_DVB_CX22702 is not set
67522 -# CONFIG_DVB_L64781 is not set
67523 -# CONFIG_DVB_TDA1004X is not set
67524 -# CONFIG_DVB_NXT6000 is not set
67525 -# CONFIG_DVB_MT352 is not set
67526 -# CONFIG_DVB_ZL10353 is not set
67527 -# CONFIG_DVB_DIB3000MB is not set
67528 -# CONFIG_DVB_DIB3000MC is not set
67529 -# CONFIG_DVB_DIB7000M is not set
67530 -# CONFIG_DVB_DIB7000P is not set
67531 -
67532 -#
67533 -# DVB-C (cable) frontends
67534 -#
67535 -# CONFIG_DVB_VES1820 is not set
67536 -# CONFIG_DVB_TDA10021 is not set
67537 -# CONFIG_DVB_TDA10023 is not set
67538 -# CONFIG_DVB_STV0297 is not set
67539 -
67540 -#
67541 -# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
67542 -#
67543 -# CONFIG_DVB_NXT200X is not set
67544 -# CONFIG_DVB_OR51211 is not set
67545 -# CONFIG_DVB_OR51132 is not set
67546 -# CONFIG_DVB_BCM3510 is not set
67547 -# CONFIG_DVB_LGDT330X is not set
67548 -# CONFIG_DVB_S5H1409 is not set
67549 -
67550 -#
67551 -# Tuners/PLL support
67552 -#
67553 -# CONFIG_DVB_PLL is not set
67554 -# CONFIG_DVB_TDA826X is not set
67555 -# CONFIG_DVB_TDA827X is not set
67556 -# CONFIG_DVB_TDA18271 is not set
67557 -# CONFIG_DVB_TUNER_QT1010 is not set
67558 -# CONFIG_DVB_TUNER_MT2060 is not set
67559 -# CONFIG_DVB_TUNER_MT2266 is not set
67560 -# CONFIG_DVB_TUNER_MT2131 is not set
67561 -# CONFIG_DVB_TUNER_DIB0070 is not set
67562 -# CONFIG_DVB_TUNER_XC5000 is not set
67563 -
67564 -#
67565 -# Miscellaneous devices
67566 -#
67567 -# CONFIG_DVB_LNBP21 is not set
67568 -# CONFIG_DVB_ISL6421 is not set
67569 -# CONFIG_DVB_TUA6100 is not set
67570 -CONFIG_DAB=y
67571 -# CONFIG_USB_DABUSB is not set
67572 -
67573 -#
67574 -# Graphics support
67575 -#
67576 -# CONFIG_AGP is not set
67577 -# CONFIG_DRM is not set
67578 -# CONFIG_VGASTATE is not set
67579 -CONFIG_VIDEO_OUTPUT_CONTROL=y
67580 -# CONFIG_FB is not set
67581 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
67582 -
67583 -#
67584 -# Display device support
67585 -#
67586 -# CONFIG_DISPLAY_SUPPORT is not set
67587 -
67588 -#
67589 -# Console display driver support
67590 -#
67591 -CONFIG_VGA_CONSOLE=y
67592 -# CONFIG_VGACON_SOFT_SCROLLBACK is not set
67593 -CONFIG_DUMMY_CONSOLE=y
67594 -
67595 -#
67596 -# Sound
67597 -#
67598 -CONFIG_SOUND=y
67599 -
67600 -#
67601 -# Advanced Linux Sound Architecture
67602 -#
67603 -CONFIG_SND=y
67604 -CONFIG_SND_TIMER=y
67605 -CONFIG_SND_PCM=y
67606 -# CONFIG_SND_SEQUENCER is not set
67607 -# CONFIG_SND_MIXER_OSS is not set
67608 -# CONFIG_SND_PCM_OSS is not set
67609 -# CONFIG_SND_DYNAMIC_MINORS is not set
67610 -CONFIG_SND_SUPPORT_OLD_API=y
67611 -CONFIG_SND_VERBOSE_PROCFS=y
67612 -# CONFIG_SND_VERBOSE_PRINTK is not set
67613 -# CONFIG_SND_DEBUG is not set
67614 -
67615 -#
67616 -# Generic devices
67617 -#
67618 -CONFIG_SND_AC97_CODEC=y
67619 -# CONFIG_SND_DUMMY is not set
67620 -# CONFIG_SND_MTPAV is not set
67621 -# CONFIG_SND_SERIAL_U16550 is not set
67622 -# CONFIG_SND_MPU401 is not set
67623 -
67624 -#
67625 -# PCI devices
67626 -#
67627 -# CONFIG_SND_AD1889 is not set
67628 -# CONFIG_SND_ALS300 is not set
67629 -# CONFIG_SND_ALS4000 is not set
67630 -# CONFIG_SND_ALI5451 is not set
67631 -# CONFIG_SND_ATIIXP is not set
67632 -# CONFIG_SND_ATIIXP_MODEM is not set
67633 -# CONFIG_SND_AU8810 is not set
67634 -# CONFIG_SND_AU8820 is not set
67635 -# CONFIG_SND_AU8830 is not set
67636 -# CONFIG_SND_AZT3328 is not set
67637 -# CONFIG_SND_BT87X is not set
67638 -# CONFIG_SND_CA0106 is not set
67639 -# CONFIG_SND_CMIPCI is not set
67640 -# CONFIG_SND_OXYGEN is not set
67641 -# CONFIG_SND_CS4281 is not set
67642 -# CONFIG_SND_CS46XX is not set
67643 -# CONFIG_SND_CS5530 is not set
67644 -# CONFIG_SND_DARLA20 is not set
67645 -# CONFIG_SND_GINA20 is not set
67646 -# CONFIG_SND_LAYLA20 is not set
67647 -# CONFIG_SND_DARLA24 is not set
67648 -# CONFIG_SND_GINA24 is not set
67649 -# CONFIG_SND_LAYLA24 is not set
67650 -# CONFIG_SND_MONA is not set
67651 -# CONFIG_SND_MIA is not set
67652 -# CONFIG_SND_ECHO3G is not set
67653 -# CONFIG_SND_INDIGO is not set
67654 -# CONFIG_SND_INDIGOIO is not set
67655 -# CONFIG_SND_INDIGODJ is not set
67656 -# CONFIG_SND_EMU10K1 is not set
67657 -# CONFIG_SND_EMU10K1X is not set
67658 -# CONFIG_SND_ENS1370 is not set
67659 -# CONFIG_SND_ENS1371 is not set
67660 -# CONFIG_SND_ES1938 is not set
67661 -# CONFIG_SND_ES1968 is not set
67662 -# CONFIG_SND_FM801 is not set
67663 -# CONFIG_SND_HDA_INTEL is not set
67664 -# CONFIG_SND_HDSP is not set
67665 -# CONFIG_SND_HDSPM is not set
67666 -# CONFIG_SND_HIFIER is not set
67667 -# CONFIG_SND_ICE1712 is not set
67668 -# CONFIG_SND_ICE1724 is not set
67669 -CONFIG_SND_INTEL8X0=y
67670 -# CONFIG_SND_INTEL8X0M is not set
67671 -# CONFIG_SND_KORG1212 is not set
67672 -# CONFIG_SND_MAESTRO3 is not set
67673 -# CONFIG_SND_MIXART is not set
67674 -# CONFIG_SND_NM256 is not set
67675 -# CONFIG_SND_PCXHR is not set
67676 -# CONFIG_SND_RIPTIDE is not set
67677 -# CONFIG_SND_RME32 is not set
67678 -# CONFIG_SND_RME96 is not set
67679 -# CONFIG_SND_RME9652 is not set
67680 -# CONFIG_SND_SONICVIBES is not set
67681 -# CONFIG_SND_TRIDENT is not set
67682 -# CONFIG_SND_VIA82XX is not set
67683 -# CONFIG_SND_VIA82XX_MODEM is not set
67684 -# CONFIG_SND_VIRTUOSO is not set
67685 -# CONFIG_SND_VX222 is not set
67686 -# CONFIG_SND_YMFPCI is not set
67687 -# CONFIG_SND_AC97_POWER_SAVE is not set
67688 -
67689 -#
67690 -# ALSA PowerMac devices
67691 -#
67692 -
67693 -#
67694 -# ALSA PowerPC devices
67695 -#
67696 -
67697 -#
67698 -# USB devices
67699 -#
67700 -# CONFIG_SND_USB_AUDIO is not set
67701 -# CONFIG_SND_USB_USX2Y is not set
67702 -# CONFIG_SND_USB_CAIAQ is not set
67703 -
67704 -#
67705 -# System on Chip audio support
67706 -#
67707 -# CONFIG_SND_SOC is not set
67708 -
67709 -#
67710 -# SoC Audio support for SuperH
67711 -#
67712 -
67713 -#
67714 -# ALSA SoC audio for Freescale SOCs
67715 -#
67716 -
67717 -#
67718 -# Open Sound System
67719 -#
67720 -# CONFIG_SOUND_PRIME is not set
67721 -CONFIG_AC97_BUS=y
67722 -CONFIG_HID_SUPPORT=y
67723 -CONFIG_HID=y
67724 -# CONFIG_HID_DEBUG is not set
67725 -# CONFIG_HIDRAW is not set
67726 -
67727 -#
67728 -# USB Input Devices
67729 -#
67730 -CONFIG_USB_HID=y
67731 -# CONFIG_USB_HIDINPUT_POWERBOOK is not set
67732 -# CONFIG_HID_FF is not set
67733 -# CONFIG_USB_HIDDEV is not set
67734 -CONFIG_USB_SUPPORT=y
67735 -CONFIG_USB_ARCH_HAS_HCD=y
67736 -CONFIG_USB_ARCH_HAS_OHCI=y
67737 -CONFIG_USB_ARCH_HAS_EHCI=y
67738 -CONFIG_USB=y
67739 -# CONFIG_USB_DEBUG is not set
67740 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
67741 -
67742 -#
67743 -# Miscellaneous USB options
67744 -#
67745 -CONFIG_USB_DEVICEFS=y
67746 -CONFIG_USB_DEVICE_CLASS=y
67747 -# CONFIG_USB_DYNAMIC_MINORS is not set
67748 -# CONFIG_USB_OTG is not set
67749 -
67750 -#
67751 -# USB Host Controller Drivers
67752 -#
67753 -CONFIG_USB_EHCI_HCD=y
67754 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
67755 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
67756 -# CONFIG_USB_EHCI_FSL is not set
67757 -CONFIG_USB_EHCI_HCD_PPC_OF=y
67758 -# CONFIG_USB_ISP116X_HCD is not set
67759 -CONFIG_USB_OHCI_HCD=y
67760 -CONFIG_USB_OHCI_HCD_PPC_OF=y
67761 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
67762 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
67763 -CONFIG_USB_OHCI_HCD_PCI=y
67764 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
67765 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
67766 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
67767 -# CONFIG_USB_UHCI_HCD is not set
67768 -# CONFIG_USB_SL811_HCD is not set
67769 -# CONFIG_USB_R8A66597_HCD is not set
67770 -
67771 -#
67772 -# USB Device Class drivers
67773 -#
67774 -# CONFIG_USB_ACM is not set
67775 -# CONFIG_USB_PRINTER is not set
67776 -
67777 -#
67778 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
67779 -#
67780 -
67781 -#
67782 -# may also be needed; see USB_STORAGE Help for more information
67783 -#
67784 -CONFIG_USB_STORAGE=y
67785 -# CONFIG_USB_STORAGE_DEBUG is not set
67786 -# CONFIG_USB_STORAGE_DATAFAB is not set
67787 -# CONFIG_USB_STORAGE_FREECOM is not set
67788 -# CONFIG_USB_STORAGE_ISD200 is not set
67789 -# CONFIG_USB_STORAGE_DPCM is not set
67790 -# CONFIG_USB_STORAGE_USBAT is not set
67791 -# CONFIG_USB_STORAGE_SDDR09 is not set
67792 -# CONFIG_USB_STORAGE_SDDR55 is not set
67793 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
67794 -# CONFIG_USB_STORAGE_ALAUDA is not set
67795 -# CONFIG_USB_STORAGE_KARMA is not set
67796 -# CONFIG_USB_LIBUSUAL is not set
67797 -
67798 -#
67799 -# USB Imaging devices
67800 -#
67801 -# CONFIG_USB_MDC800 is not set
67802 -# CONFIG_USB_MICROTEK is not set
67803 -CONFIG_USB_MON=y
67804 -
67805 -#
67806 -# USB port drivers
67807 -#
67808 -# CONFIG_USB_SERIAL is not set
67809 -
67810 -#
67811 -# USB Miscellaneous drivers
67812 -#
67813 -# CONFIG_USB_EMI62 is not set
67814 -# CONFIG_USB_EMI26 is not set
67815 -# CONFIG_USB_ADUTUX is not set
67816 -# CONFIG_USB_AUERSWALD is not set
67817 -# CONFIG_USB_RIO500 is not set
67818 -# CONFIG_USB_LEGOTOWER is not set
67819 -# CONFIG_USB_LCD is not set
67820 -# CONFIG_USB_BERRY_CHARGE is not set
67821 -# CONFIG_USB_LED is not set
67822 -# CONFIG_USB_CYPRESS_CY7C63 is not set
67823 -# CONFIG_USB_CYTHERM is not set
67824 -# CONFIG_USB_PHIDGET is not set
67825 -# CONFIG_USB_IDMOUSE is not set
67826 -# CONFIG_USB_FTDI_ELAN is not set
67827 -# CONFIG_USB_APPLEDISPLAY is not set
67828 -# CONFIG_USB_SISUSBVGA is not set
67829 -# CONFIG_USB_LD is not set
67830 -# CONFIG_USB_TRANCEVIBRATOR is not set
67831 -# CONFIG_USB_IOWARRIOR is not set
67832 -# CONFIG_USB_TEST is not set
67833 -# CONFIG_USB_GADGET is not set
67834 -# CONFIG_MMC is not set
67835 -# CONFIG_MEMSTICK is not set
67836 -# CONFIG_NEW_LEDS is not set
67837 -# CONFIG_INFINIBAND is not set
67838 -# CONFIG_EDAC is not set
67839 -CONFIG_RTC_LIB=y
67840 -CONFIG_RTC_CLASS=y
67841 -CONFIG_RTC_HCTOSYS=y
67842 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
67843 -# CONFIG_RTC_DEBUG is not set
67844 -
67845 -#
67846 -# RTC interfaces
67847 -#
67848 -CONFIG_RTC_INTF_SYSFS=y
67849 -CONFIG_RTC_INTF_PROC=y
67850 -CONFIG_RTC_INTF_DEV=y
67851 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
67852 -# CONFIG_RTC_DRV_TEST is not set
67853 -
67854 -#
67855 -# I2C RTC drivers
67856 -#
67857 -# CONFIG_RTC_DRV_DS1307 is not set
67858 -# CONFIG_RTC_DRV_DS1374 is not set
67859 -# CONFIG_RTC_DRV_DS1672 is not set
67860 -# CONFIG_RTC_DRV_MAX6900 is not set
67861 -# CONFIG_RTC_DRV_RS5C372 is not set
67862 -# CONFIG_RTC_DRV_ISL1208 is not set
67863 -# CONFIG_RTC_DRV_X1205 is not set
67864 -# CONFIG_RTC_DRV_PCF8563 is not set
67865 -# CONFIG_RTC_DRV_PCF8583 is not set
67866 -# CONFIG_RTC_DRV_M41T80 is not set
67867 -# CONFIG_RTC_DRV_S35390A is not set
67868 -
67869 -#
67870 -# SPI RTC drivers
67871 -#
67872 -
67873 -#
67874 -# Platform RTC drivers
67875 -#
67876 -CONFIG_RTC_DRV_CMOS=y
67877 -# CONFIG_RTC_DRV_DS1511 is not set
67878 -# CONFIG_RTC_DRV_DS1553 is not set
67879 -# CONFIG_RTC_DRV_DS1742 is not set
67880 -# CONFIG_RTC_DRV_STK17TA8 is not set
67881 -# CONFIG_RTC_DRV_M48T86 is not set
67882 -# CONFIG_RTC_DRV_M48T59 is not set
67883 -# CONFIG_RTC_DRV_V3020 is not set
67884 -
67885 -#
67886 -# on-CPU RTC drivers
67887 -#
67888 -# CONFIG_DMADEVICES is not set
67889 -
67890 -#
67891 -# Userspace I/O
67892 -#
67893 -# CONFIG_UIO is not set
67894 -
67895 -#
67896 -# File systems
67897 -#
67898 -CONFIG_EXT2_FS=y
67899 -# CONFIG_EXT2_FS_XATTR is not set
67900 -# CONFIG_EXT2_FS_XIP is not set
67901 -CONFIG_EXT3_FS=y
67902 -CONFIG_EXT3_FS_XATTR=y
67903 -# CONFIG_EXT3_FS_POSIX_ACL is not set
67904 -# CONFIG_EXT3_FS_SECURITY is not set
67905 -# CONFIG_EXT4DEV_FS is not set
67906 -CONFIG_JBD=y
67907 -CONFIG_FS_MBCACHE=y
67908 -# CONFIG_REISERFS_FS is not set
67909 -# CONFIG_JFS_FS is not set
67910 -# CONFIG_FS_POSIX_ACL is not set
67911 -# CONFIG_XFS_FS is not set
67912 -# CONFIG_GFS2_FS is not set
67913 -# CONFIG_OCFS2_FS is not set
67914 -CONFIG_DNOTIFY=y
67915 -CONFIG_INOTIFY=y
67916 -CONFIG_INOTIFY_USER=y
67917 -# CONFIG_QUOTA is not set
67918 -# CONFIG_AUTOFS_FS is not set
67919 -# CONFIG_AUTOFS4_FS is not set
67920 -# CONFIG_FUSE_FS is not set
67921 -
67922 -#
67923 -# CD-ROM/DVD Filesystems
67924 -#
67925 -CONFIG_ISO9660_FS=m
67926 -CONFIG_JOLIET=y
67927 -CONFIG_ZISOFS=y
67928 -CONFIG_UDF_FS=m
67929 -CONFIG_UDF_NLS=y
67930 -
67931 -#
67932 -# DOS/FAT/NT Filesystems
67933 -#
67934 -CONFIG_FAT_FS=y
67935 -CONFIG_MSDOS_FS=m
67936 -CONFIG_VFAT_FS=y
67937 -CONFIG_FAT_DEFAULT_CODEPAGE=437
67938 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
67939 -CONFIG_NTFS_FS=y
67940 -# CONFIG_NTFS_DEBUG is not set
67941 -# CONFIG_NTFS_RW is not set
67942 -
67943 -#
67944 -# Pseudo filesystems
67945 -#
67946 -CONFIG_PROC_FS=y
67947 -CONFIG_PROC_KCORE=y
67948 -CONFIG_PROC_SYSCTL=y
67949 -CONFIG_SYSFS=y
67950 -CONFIG_TMPFS=y
67951 -# CONFIG_TMPFS_POSIX_ACL is not set
67952 -# CONFIG_HUGETLB_PAGE is not set
67953 -# CONFIG_CONFIGFS_FS is not set
67954 -
67955 -#
67956 -# Miscellaneous filesystems
67957 -#
67958 -CONFIG_ADFS_FS=m
67959 -# CONFIG_ADFS_FS_RW is not set
67960 -CONFIG_AFFS_FS=m
67961 -CONFIG_HFS_FS=m
67962 -CONFIG_HFSPLUS_FS=m
67963 -CONFIG_BEFS_FS=m
67964 -# CONFIG_BEFS_DEBUG is not set
67965 -CONFIG_BFS_FS=m
67966 -CONFIG_EFS_FS=m
67967 -CONFIG_CRAMFS=y
67968 -CONFIG_VXFS_FS=m
67969 -# CONFIG_MINIX_FS is not set
67970 -CONFIG_HPFS_FS=m
67971 -CONFIG_QNX4FS_FS=m
67972 -# CONFIG_ROMFS_FS is not set
67973 -CONFIG_SYSV_FS=m
67974 -CONFIG_UFS_FS=m
67975 -# CONFIG_UFS_FS_WRITE is not set
67976 -# CONFIG_UFS_DEBUG is not set
67977 -CONFIG_NETWORK_FILESYSTEMS=y
67978 -CONFIG_NFS_FS=y
67979 -CONFIG_NFS_V3=y
67980 -# CONFIG_NFS_V3_ACL is not set
67981 -CONFIG_NFS_V4=y
67982 -# CONFIG_NFS_DIRECTIO is not set
67983 -CONFIG_NFSD=y
67984 -# CONFIG_NFSD_V3 is not set
67985 -CONFIG_NFSD_TCP=y
67986 -CONFIG_ROOT_NFS=y
67987 -CONFIG_LOCKD=y
67988 -CONFIG_LOCKD_V4=y
67989 -CONFIG_EXPORTFS=y
67990 -CONFIG_NFS_COMMON=y
67991 -CONFIG_SUNRPC=y
67992 -CONFIG_SUNRPC_GSS=y
67993 -# CONFIG_SUNRPC_BIND34 is not set
67994 -CONFIG_RPCSEC_GSS_KRB5=y
67995 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
67996 -# CONFIG_SMB_FS is not set
67997 -# CONFIG_CIFS is not set
67998 -# CONFIG_NCP_FS is not set
67999 -# CONFIG_CODA_FS is not set
68000 -# CONFIG_AFS_FS is not set
68001 -
68002 -#
68003 -# Partition Types
68004 -#
68005 -CONFIG_PARTITION_ADVANCED=y
68006 -# CONFIG_ACORN_PARTITION is not set
68007 -# CONFIG_OSF_PARTITION is not set
68008 -# CONFIG_AMIGA_PARTITION is not set
68009 -# CONFIG_ATARI_PARTITION is not set
68010 -CONFIG_MAC_PARTITION=y
68011 -CONFIG_MSDOS_PARTITION=y
68012 -# CONFIG_BSD_DISKLABEL is not set
68013 -# CONFIG_MINIX_SUBPARTITION is not set
68014 -# CONFIG_SOLARIS_X86_PARTITION is not set
68015 -# CONFIG_UNIXWARE_DISKLABEL is not set
68016 -# CONFIG_LDM_PARTITION is not set
68017 -# CONFIG_SGI_PARTITION is not set
68018 -# CONFIG_ULTRIX_PARTITION is not set
68019 -# CONFIG_SUN_PARTITION is not set
68020 -# CONFIG_KARMA_PARTITION is not set
68021 -# CONFIG_EFI_PARTITION is not set
68022 -# CONFIG_SYSV68_PARTITION is not set
68023 -CONFIG_NLS=y
68024 -CONFIG_NLS_DEFAULT="iso8859-1"
68025 -# CONFIG_NLS_CODEPAGE_437 is not set
68026 -# CONFIG_NLS_CODEPAGE_737 is not set
68027 -# CONFIG_NLS_CODEPAGE_775 is not set
68028 -# CONFIG_NLS_CODEPAGE_850 is not set
68029 -# CONFIG_NLS_CODEPAGE_852 is not set
68030 -# CONFIG_NLS_CODEPAGE_855 is not set
68031 -# CONFIG_NLS_CODEPAGE_857 is not set
68032 -# CONFIG_NLS_CODEPAGE_860 is not set
68033 -# CONFIG_NLS_CODEPAGE_861 is not set
68034 -# CONFIG_NLS_CODEPAGE_862 is not set
68035 -# CONFIG_NLS_CODEPAGE_863 is not set
68036 -# CONFIG_NLS_CODEPAGE_864 is not set
68037 -# CONFIG_NLS_CODEPAGE_865 is not set
68038 -# CONFIG_NLS_CODEPAGE_866 is not set
68039 -# CONFIG_NLS_CODEPAGE_869 is not set
68040 -# CONFIG_NLS_CODEPAGE_936 is not set
68041 -# CONFIG_NLS_CODEPAGE_950 is not set
68042 -# CONFIG_NLS_CODEPAGE_932 is not set
68043 -# CONFIG_NLS_CODEPAGE_949 is not set
68044 -# CONFIG_NLS_CODEPAGE_874 is not set
68045 -# CONFIG_NLS_ISO8859_8 is not set
68046 -# CONFIG_NLS_CODEPAGE_1250 is not set
68047 -# CONFIG_NLS_CODEPAGE_1251 is not set
68048 -# CONFIG_NLS_ASCII is not set
68049 -# CONFIG_NLS_ISO8859_1 is not set
68050 -# CONFIG_NLS_ISO8859_2 is not set
68051 -# CONFIG_NLS_ISO8859_3 is not set
68052 -# CONFIG_NLS_ISO8859_4 is not set
68053 -# CONFIG_NLS_ISO8859_5 is not set
68054 -# CONFIG_NLS_ISO8859_6 is not set
68055 -# CONFIG_NLS_ISO8859_7 is not set
68056 -# CONFIG_NLS_ISO8859_9 is not set
68057 -# CONFIG_NLS_ISO8859_13 is not set
68058 -# CONFIG_NLS_ISO8859_14 is not set
68059 -# CONFIG_NLS_ISO8859_15 is not set
68060 -# CONFIG_NLS_KOI8_R is not set
68061 -# CONFIG_NLS_KOI8_U is not set
68062 -CONFIG_NLS_UTF8=m
68063 -# CONFIG_DLM is not set
68064 -
68065 -#
68066 -# Library routines
68067 -#
68068 -CONFIG_BITREVERSE=y
68069 -# CONFIG_CRC_CCITT is not set
68070 -# CONFIG_CRC16 is not set
68071 -# CONFIG_CRC_ITU_T is not set
68072 -CONFIG_CRC32=y
68073 -# CONFIG_CRC7 is not set
68074 -CONFIG_LIBCRC32C=m
68075 -CONFIG_ZLIB_INFLATE=y
68076 -CONFIG_PLIST=y
68077 -CONFIG_HAS_IOMEM=y
68078 -CONFIG_HAS_IOPORT=y
68079 -CONFIG_HAS_DMA=y
68080 -
68081 -#
68082 -# Kernel hacking
68083 -#
68084 -# CONFIG_PRINTK_TIME is not set
68085 -CONFIG_ENABLE_WARN_DEPRECATED=y
68086 -CONFIG_ENABLE_MUST_CHECK=y
68087 -# CONFIG_MAGIC_SYSRQ is not set
68088 -# CONFIG_UNUSED_SYMBOLS is not set
68089 -# CONFIG_DEBUG_FS is not set
68090 -# CONFIG_HEADERS_CHECK is not set
68091 -CONFIG_DEBUG_KERNEL=y
68092 -# CONFIG_DEBUG_SHIRQ is not set
68093 -CONFIG_DETECT_SOFTLOCKUP=y
68094 -CONFIG_SCHED_DEBUG=y
68095 -# CONFIG_SCHEDSTATS is not set
68096 -# CONFIG_TIMER_STATS is not set
68097 -# CONFIG_SLUB_DEBUG_ON is not set
68098 -# CONFIG_SLUB_STATS is not set
68099 -# CONFIG_DEBUG_RT_MUTEXES is not set
68100 -# CONFIG_RT_MUTEX_TESTER is not set
68101 -# CONFIG_DEBUG_SPINLOCK is not set
68102 -# CONFIG_DEBUG_MUTEXES is not set
68103 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
68104 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
68105 -# CONFIG_DEBUG_KOBJECT is not set
68106 -# CONFIG_DEBUG_HIGHMEM is not set
68107 -# CONFIG_DEBUG_BUGVERBOSE is not set
68108 -CONFIG_DEBUG_INFO=y
68109 -# CONFIG_DEBUG_VM is not set
68110 -# CONFIG_DEBUG_LIST is not set
68111 -# CONFIG_DEBUG_SG is not set
68112 -# CONFIG_BOOT_PRINTK_DELAY is not set
68113 -# CONFIG_RCU_TORTURE_TEST is not set
68114 -# CONFIG_BACKTRACE_SELF_TEST is not set
68115 -# CONFIG_FAULT_INJECTION is not set
68116 -# CONFIG_SAMPLES is not set
68117 -# CONFIG_DEBUG_STACKOVERFLOW is not set
68118 -# CONFIG_DEBUG_STACK_USAGE is not set
68119 -# CONFIG_DEBUG_PAGEALLOC is not set
68120 -# CONFIG_DEBUGGER is not set
68121 -# CONFIG_BDI_SWITCH is not set
68122 -# CONFIG_PPC_EARLY_DEBUG is not set
68123 -
68124 -#
68125 -# Security options
68126 -#
68127 -# CONFIG_KEYS is not set
68128 -# CONFIG_SECURITY is not set
68129 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
68130 -CONFIG_CRYPTO=y
68131 -CONFIG_CRYPTO_ALGAPI=y
68132 -CONFIG_CRYPTO_BLKCIPHER=y
68133 -# CONFIG_CRYPTO_SEQIV is not set
68134 -CONFIG_CRYPTO_HASH=y
68135 -CONFIG_CRYPTO_MANAGER=y
68136 -CONFIG_CRYPTO_HMAC=y
68137 -# CONFIG_CRYPTO_XCBC is not set
68138 -# CONFIG_CRYPTO_NULL is not set
68139 -# CONFIG_CRYPTO_MD4 is not set
68140 -CONFIG_CRYPTO_MD5=y
68141 -CONFIG_CRYPTO_SHA1=m
68142 -# CONFIG_CRYPTO_SHA256 is not set
68143 -# CONFIG_CRYPTO_SHA512 is not set
68144 -# CONFIG_CRYPTO_WP512 is not set
68145 -# CONFIG_CRYPTO_TGR192 is not set
68146 -# CONFIG_CRYPTO_GF128MUL is not set
68147 -# CONFIG_CRYPTO_ECB is not set
68148 -CONFIG_CRYPTO_CBC=y
68149 -CONFIG_CRYPTO_PCBC=m
68150 -# CONFIG_CRYPTO_LRW is not set
68151 -# CONFIG_CRYPTO_XTS is not set
68152 -# CONFIG_CRYPTO_CTR is not set
68153 -# CONFIG_CRYPTO_GCM is not set
68154 -# CONFIG_CRYPTO_CCM is not set
68155 -# CONFIG_CRYPTO_CRYPTD is not set
68156 -CONFIG_CRYPTO_DES=y
68157 -# CONFIG_CRYPTO_FCRYPT is not set
68158 -# CONFIG_CRYPTO_BLOWFISH is not set
68159 -# CONFIG_CRYPTO_TWOFISH is not set
68160 -# CONFIG_CRYPTO_SERPENT is not set
68161 -# CONFIG_CRYPTO_AES is not set
68162 -# CONFIG_CRYPTO_CAST5 is not set
68163 -# CONFIG_CRYPTO_CAST6 is not set
68164 -# CONFIG_CRYPTO_TEA is not set
68165 -# CONFIG_CRYPTO_ARC4 is not set
68166 -# CONFIG_CRYPTO_KHAZAD is not set
68167 -# CONFIG_CRYPTO_ANUBIS is not set
68168 -# CONFIG_CRYPTO_SEED is not set
68169 -# CONFIG_CRYPTO_SALSA20 is not set
68170 -# CONFIG_CRYPTO_DEFLATE is not set
68171 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
68172 -# CONFIG_CRYPTO_CRC32C is not set
68173 -# CONFIG_CRYPTO_CAMELLIA is not set
68174 -# CONFIG_CRYPTO_TEST is not set
68175 -# CONFIG_CRYPTO_AUTHENC is not set
68176 -# CONFIG_CRYPTO_LZO is not set
68177 -CONFIG_CRYPTO_HW=y
68178 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
68179 -# CONFIG_PPC_CLOCK is not set
68180 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8560_ads_defconfig powerpc.git/arch/powerpc/configs/mpc8560_ads_defconfig
68181 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8560_ads_defconfig 2008-04-11 22:32:29.000000000 +0200
68182 +++ powerpc.git/arch/powerpc/configs/mpc8560_ads_defconfig 1970-01-01 01:00:00.000000000 +0100
68183 @@ -1,885 +0,0 @@
68184 -#
68185 -# Automatically generated make config: don't edit
68186 -# Linux kernel version: 2.6.25-rc6
68187 -# Mon Mar 24 08:48:27 2008
68188 -#
68189 -# CONFIG_PPC64 is not set
68190 -
68191 -#
68192 -# Processor support
68193 -#
68194 -# CONFIG_6xx is not set
68195 -CONFIG_PPC_85xx=y
68196 -# CONFIG_PPC_8xx is not set
68197 -# CONFIG_40x is not set
68198 -# CONFIG_44x is not set
68199 -# CONFIG_E200 is not set
68200 -CONFIG_E500=y
68201 -CONFIG_BOOKE=y
68202 -CONFIG_FSL_BOOKE=y
68203 -CONFIG_FSL_EMB_PERFMON=y
68204 -# CONFIG_PHYS_64BIT is not set
68205 -CONFIG_SPE=y
68206 -# CONFIG_PPC_MM_SLICES is not set
68207 -CONFIG_PPC32=y
68208 -CONFIG_WORD_SIZE=32
68209 -CONFIG_PPC_MERGE=y
68210 -CONFIG_MMU=y
68211 -CONFIG_GENERIC_CMOS_UPDATE=y
68212 -CONFIG_GENERIC_TIME=y
68213 -CONFIG_GENERIC_TIME_VSYSCALL=y
68214 -CONFIG_GENERIC_CLOCKEVENTS=y
68215 -CONFIG_GENERIC_HARDIRQS=y
68216 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
68217 -CONFIG_IRQ_PER_CPU=y
68218 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
68219 -CONFIG_ARCH_HAS_ILOG2_U32=y
68220 -CONFIG_GENERIC_HWEIGHT=y
68221 -CONFIG_GENERIC_CALIBRATE_DELAY=y
68222 -CONFIG_GENERIC_FIND_NEXT_BIT=y
68223 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
68224 -CONFIG_PPC=y
68225 -CONFIG_EARLY_PRINTK=y
68226 -CONFIG_GENERIC_NVRAM=y
68227 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
68228 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
68229 -CONFIG_PPC_OF=y
68230 -CONFIG_OF=y
68231 -CONFIG_PPC_UDBG_16550=y
68232 -# CONFIG_GENERIC_TBSYNC is not set
68233 -CONFIG_AUDIT_ARCH=y
68234 -CONFIG_GENERIC_BUG=y
68235 -CONFIG_DEFAULT_UIMAGE=y
68236 -# CONFIG_PPC_DCR_NATIVE is not set
68237 -# CONFIG_PPC_DCR_MMIO is not set
68238 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
68239 -
68240 -#
68241 -# General setup
68242 -#
68243 -CONFIG_EXPERIMENTAL=y
68244 -CONFIG_BROKEN_ON_SMP=y
68245 -CONFIG_INIT_ENV_ARG_LIMIT=32
68246 -CONFIG_LOCALVERSION=""
68247 -CONFIG_LOCALVERSION_AUTO=y
68248 -CONFIG_SWAP=y
68249 -CONFIG_SYSVIPC=y
68250 -CONFIG_SYSVIPC_SYSCTL=y
68251 -# CONFIG_POSIX_MQUEUE is not set
68252 -# CONFIG_BSD_PROCESS_ACCT is not set
68253 -# CONFIG_TASKSTATS is not set
68254 -# CONFIG_AUDIT is not set
68255 -# CONFIG_IKCONFIG is not set
68256 -CONFIG_LOG_BUF_SHIFT=14
68257 -# CONFIG_CGROUPS is not set
68258 -CONFIG_GROUP_SCHED=y
68259 -# CONFIG_FAIR_GROUP_SCHED is not set
68260 -# CONFIG_RT_GROUP_SCHED is not set
68261 -CONFIG_USER_SCHED=y
68262 -# CONFIG_CGROUP_SCHED is not set
68263 -CONFIG_SYSFS_DEPRECATED=y
68264 -CONFIG_SYSFS_DEPRECATED_V2=y
68265 -# CONFIG_RELAY is not set
68266 -# CONFIG_NAMESPACES is not set
68267 -CONFIG_BLK_DEV_INITRD=y
68268 -CONFIG_INITRAMFS_SOURCE=""
68269 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
68270 -CONFIG_SYSCTL=y
68271 -CONFIG_EMBEDDED=y
68272 -CONFIG_SYSCTL_SYSCALL=y
68273 -CONFIG_KALLSYMS=y
68274 -# CONFIG_KALLSYMS_ALL is not set
68275 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
68276 -CONFIG_HOTPLUG=y
68277 -CONFIG_PRINTK=y
68278 -CONFIG_BUG=y
68279 -CONFIG_ELF_CORE=y
68280 -CONFIG_COMPAT_BRK=y
68281 -CONFIG_BASE_FULL=y
68282 -CONFIG_FUTEX=y
68283 -CONFIG_ANON_INODES=y
68284 -CONFIG_EPOLL=y
68285 -CONFIG_SIGNALFD=y
68286 -CONFIG_TIMERFD=y
68287 -CONFIG_EVENTFD=y
68288 -CONFIG_SHMEM=y
68289 -CONFIG_VM_EVENT_COUNTERS=y
68290 -CONFIG_SLUB_DEBUG=y
68291 -# CONFIG_SLAB is not set
68292 -CONFIG_SLUB=y
68293 -# CONFIG_SLOB is not set
68294 -# CONFIG_PROFILING is not set
68295 -# CONFIG_MARKERS is not set
68296 -CONFIG_HAVE_OPROFILE=y
68297 -CONFIG_HAVE_KPROBES=y
68298 -CONFIG_HAVE_KRETPROBES=y
68299 -CONFIG_PROC_PAGE_MONITOR=y
68300 -CONFIG_SLABINFO=y
68301 -CONFIG_RT_MUTEXES=y
68302 -# CONFIG_TINY_SHMEM is not set
68303 -CONFIG_BASE_SMALL=0
68304 -# CONFIG_MODULES is not set
68305 -CONFIG_BLOCK=y
68306 -# CONFIG_LBD is not set
68307 -# CONFIG_BLK_DEV_IO_TRACE is not set
68308 -# CONFIG_LSF is not set
68309 -# CONFIG_BLK_DEV_BSG is not set
68310 -
68311 -#
68312 -# IO Schedulers
68313 -#
68314 -CONFIG_IOSCHED_NOOP=y
68315 -CONFIG_IOSCHED_AS=y
68316 -CONFIG_IOSCHED_DEADLINE=y
68317 -CONFIG_IOSCHED_CFQ=y
68318 -CONFIG_DEFAULT_AS=y
68319 -# CONFIG_DEFAULT_DEADLINE is not set
68320 -# CONFIG_DEFAULT_CFQ is not set
68321 -# CONFIG_DEFAULT_NOOP is not set
68322 -CONFIG_DEFAULT_IOSCHED="anticipatory"
68323 -CONFIG_CLASSIC_RCU=y
68324 -
68325 -#
68326 -# Platform support
68327 -#
68328 -# CONFIG_PPC_MPC512x is not set
68329 -# CONFIG_PPC_MPC5121 is not set
68330 -# CONFIG_PPC_CELL is not set
68331 -# CONFIG_PPC_CELL_NATIVE is not set
68332 -# CONFIG_PQ2ADS is not set
68333 -CONFIG_MPC85xx=y
68334 -# CONFIG_MPC8540_ADS is not set
68335 -CONFIG_MPC8560_ADS=y
68336 -# CONFIG_MPC85xx_CDS is not set
68337 -# CONFIG_MPC85xx_MDS is not set
68338 -# CONFIG_MPC85xx_DS is not set
68339 -# CONFIG_STX_GP3 is not set
68340 -# CONFIG_TQM8540 is not set
68341 -# CONFIG_TQM8541 is not set
68342 -# CONFIG_TQM8555 is not set
68343 -# CONFIG_TQM8560 is not set
68344 -# CONFIG_SBC8548 is not set
68345 -# CONFIG_SBC8560 is not set
68346 -# CONFIG_IPIC is not set
68347 -CONFIG_MPIC=y
68348 -# CONFIG_MPIC_WEIRD is not set
68349 -# CONFIG_PPC_I8259 is not set
68350 -# CONFIG_PPC_RTAS is not set
68351 -# CONFIG_MMIO_NVRAM is not set
68352 -# CONFIG_PPC_MPC106 is not set
68353 -# CONFIG_PPC_970_NAP is not set
68354 -# CONFIG_PPC_INDIRECT_IO is not set
68355 -# CONFIG_GENERIC_IOMAP is not set
68356 -# CONFIG_CPU_FREQ is not set
68357 -CONFIG_CPM2=y
68358 -CONFIG_PPC_CPM_NEW_BINDING=y
68359 -# CONFIG_FSL_ULI1575 is not set
68360 -CONFIG_CPM=y
68361 -
68362 -#
68363 -# Kernel options
68364 -#
68365 -# CONFIG_HIGHMEM is not set
68366 -# CONFIG_TICK_ONESHOT is not set
68367 -# CONFIG_NO_HZ is not set
68368 -# CONFIG_HIGH_RES_TIMERS is not set
68369 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
68370 -# CONFIG_HZ_100 is not set
68371 -CONFIG_HZ_250=y
68372 -# CONFIG_HZ_300 is not set
68373 -# CONFIG_HZ_1000 is not set
68374 -CONFIG_HZ=250
68375 -# CONFIG_SCHED_HRTICK is not set
68376 -CONFIG_PREEMPT_NONE=y
68377 -# CONFIG_PREEMPT_VOLUNTARY is not set
68378 -# CONFIG_PREEMPT is not set
68379 -CONFIG_BINFMT_ELF=y
68380 -CONFIG_BINFMT_MISC=y
68381 -CONFIG_MATH_EMULATION=y
68382 -# CONFIG_IOMMU_HELPER is not set
68383 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
68384 -CONFIG_ARCH_HAS_WALK_MEMORY=y
68385 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
68386 -CONFIG_ARCH_FLATMEM_ENABLE=y
68387 -CONFIG_ARCH_POPULATES_NODE_MAP=y
68388 -CONFIG_SELECT_MEMORY_MODEL=y
68389 -CONFIG_FLATMEM_MANUAL=y
68390 -# CONFIG_DISCONTIGMEM_MANUAL is not set
68391 -# CONFIG_SPARSEMEM_MANUAL is not set
68392 -CONFIG_FLATMEM=y
68393 -CONFIG_FLAT_NODE_MEM_MAP=y
68394 -# CONFIG_SPARSEMEM_STATIC is not set
68395 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
68396 -CONFIG_SPLIT_PTLOCK_CPUS=4
68397 -# CONFIG_RESOURCES_64BIT is not set
68398 -CONFIG_ZONE_DMA_FLAG=1
68399 -CONFIG_BOUNCE=y
68400 -CONFIG_VIRT_TO_BUS=y
68401 -# CONFIG_PROC_DEVICETREE is not set
68402 -# CONFIG_CMDLINE_BOOL is not set
68403 -# CONFIG_PM is not set
68404 -# CONFIG_SECCOMP is not set
68405 -CONFIG_ISA_DMA_API=y
68406 -
68407 -#
68408 -# Bus options
68409 -#
68410 -CONFIG_ZONE_DMA=y
68411 -CONFIG_PPC_INDIRECT_PCI=y
68412 -CONFIG_FSL_SOC=y
68413 -CONFIG_FSL_PCI=y
68414 -CONFIG_PCI=y
68415 -CONFIG_PCI_DOMAINS=y
68416 -CONFIG_PCI_SYSCALL=y
68417 -# CONFIG_PCIEPORTBUS is not set
68418 -CONFIG_ARCH_SUPPORTS_MSI=y
68419 -# CONFIG_PCI_MSI is not set
68420 -CONFIG_PCI_LEGACY=y
68421 -CONFIG_PCI_DEBUG=y
68422 -# CONFIG_PCCARD is not set
68423 -# CONFIG_HOTPLUG_PCI is not set
68424 -
68425 -#
68426 -# Advanced setup
68427 -#
68428 -# CONFIG_ADVANCED_OPTIONS is not set
68429 -
68430 -#
68431 -# Default settings for advanced configuration options are used
68432 -#
68433 -CONFIG_HIGHMEM_START=0xfe000000
68434 -CONFIG_LOWMEM_SIZE=0x30000000
68435 -CONFIG_KERNEL_START=0xc0000000
68436 -CONFIG_TASK_SIZE=0xc0000000
68437 -CONFIG_BOOT_LOAD=0x00800000
68438 -
68439 -#
68440 -# Networking
68441 -#
68442 -CONFIG_NET=y
68443 -
68444 -#
68445 -# Networking options
68446 -#
68447 -CONFIG_PACKET=y
68448 -# CONFIG_PACKET_MMAP is not set
68449 -CONFIG_UNIX=y
68450 -CONFIG_XFRM=y
68451 -# CONFIG_XFRM_USER is not set
68452 -# CONFIG_XFRM_SUB_POLICY is not set
68453 -# CONFIG_XFRM_MIGRATE is not set
68454 -# CONFIG_XFRM_STATISTICS is not set
68455 -# CONFIG_NET_KEY is not set
68456 -CONFIG_INET=y
68457 -CONFIG_IP_MULTICAST=y
68458 -# CONFIG_IP_ADVANCED_ROUTER is not set
68459 -CONFIG_IP_FIB_HASH=y
68460 -CONFIG_IP_PNP=y
68461 -CONFIG_IP_PNP_DHCP=y
68462 -CONFIG_IP_PNP_BOOTP=y
68463 -# CONFIG_IP_PNP_RARP is not set
68464 -# CONFIG_NET_IPIP is not set
68465 -# CONFIG_NET_IPGRE is not set
68466 -# CONFIG_IP_MROUTE is not set
68467 -# CONFIG_ARPD is not set
68468 -CONFIG_SYN_COOKIES=y
68469 -# CONFIG_INET_AH is not set
68470 -# CONFIG_INET_ESP is not set
68471 -# CONFIG_INET_IPCOMP is not set
68472 -# CONFIG_INET_XFRM_TUNNEL is not set
68473 -# CONFIG_INET_TUNNEL is not set
68474 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
68475 -CONFIG_INET_XFRM_MODE_TUNNEL=y
68476 -CONFIG_INET_XFRM_MODE_BEET=y
68477 -# CONFIG_INET_LRO is not set
68478 -CONFIG_INET_DIAG=y
68479 -CONFIG_INET_TCP_DIAG=y
68480 -# CONFIG_TCP_CONG_ADVANCED is not set
68481 -CONFIG_TCP_CONG_CUBIC=y
68482 -CONFIG_DEFAULT_TCP_CONG="cubic"
68483 -# CONFIG_TCP_MD5SIG is not set
68484 -# CONFIG_IPV6 is not set
68485 -# CONFIG_INET6_XFRM_TUNNEL is not set
68486 -# CONFIG_INET6_TUNNEL is not set
68487 -# CONFIG_NETWORK_SECMARK is not set
68488 -# CONFIG_NETFILTER is not set
68489 -# CONFIG_IP_DCCP is not set
68490 -# CONFIG_IP_SCTP is not set
68491 -# CONFIG_TIPC is not set
68492 -# CONFIG_ATM is not set
68493 -# CONFIG_BRIDGE is not set
68494 -# CONFIG_VLAN_8021Q is not set
68495 -# CONFIG_DECNET is not set
68496 -# CONFIG_LLC2 is not set
68497 -# CONFIG_IPX is not set
68498 -# CONFIG_ATALK is not set
68499 -# CONFIG_X25 is not set
68500 -# CONFIG_LAPB is not set
68501 -# CONFIG_ECONET is not set
68502 -# CONFIG_WAN_ROUTER is not set
68503 -# CONFIG_NET_SCHED is not set
68504 -
68505 -#
68506 -# Network testing
68507 -#
68508 -# CONFIG_NET_PKTGEN is not set
68509 -# CONFIG_HAMRADIO is not set
68510 -# CONFIG_CAN is not set
68511 -# CONFIG_IRDA is not set
68512 -# CONFIG_BT is not set
68513 -# CONFIG_AF_RXRPC is not set
68514 -
68515 -#
68516 -# Wireless
68517 -#
68518 -# CONFIG_CFG80211 is not set
68519 -# CONFIG_WIRELESS_EXT is not set
68520 -# CONFIG_MAC80211 is not set
68521 -# CONFIG_IEEE80211 is not set
68522 -# CONFIG_RFKILL is not set
68523 -# CONFIG_NET_9P is not set
68524 -
68525 -#
68526 -# Device Drivers
68527 -#
68528 -
68529 -#
68530 -# Generic Driver Options
68531 -#
68532 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
68533 -CONFIG_STANDALONE=y
68534 -CONFIG_PREVENT_FIRMWARE_BUILD=y
68535 -# CONFIG_FW_LOADER is not set
68536 -# CONFIG_DEBUG_DRIVER is not set
68537 -# CONFIG_DEBUG_DEVRES is not set
68538 -# CONFIG_SYS_HYPERVISOR is not set
68539 -# CONFIG_CONNECTOR is not set
68540 -# CONFIG_MTD is not set
68541 -CONFIG_OF_DEVICE=y
68542 -# CONFIG_PARPORT is not set
68543 -CONFIG_BLK_DEV=y
68544 -# CONFIG_BLK_DEV_FD is not set
68545 -# CONFIG_BLK_CPQ_DA is not set
68546 -# CONFIG_BLK_CPQ_CISS_DA is not set
68547 -# CONFIG_BLK_DEV_DAC960 is not set
68548 -# CONFIG_BLK_DEV_UMEM is not set
68549 -# CONFIG_BLK_DEV_COW_COMMON is not set
68550 -CONFIG_BLK_DEV_LOOP=y
68551 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
68552 -# CONFIG_BLK_DEV_NBD is not set
68553 -# CONFIG_BLK_DEV_SX8 is not set
68554 -CONFIG_BLK_DEV_RAM=y
68555 -CONFIG_BLK_DEV_RAM_COUNT=16
68556 -CONFIG_BLK_DEV_RAM_SIZE=32768
68557 -# CONFIG_BLK_DEV_XIP is not set
68558 -# CONFIG_CDROM_PKTCDVD is not set
68559 -# CONFIG_ATA_OVER_ETH is not set
68560 -CONFIG_MISC_DEVICES=y
68561 -# CONFIG_PHANTOM is not set
68562 -# CONFIG_EEPROM_93CX6 is not set
68563 -# CONFIG_SGI_IOC4 is not set
68564 -# CONFIG_TIFM_CORE is not set
68565 -# CONFIG_ENCLOSURE_SERVICES is not set
68566 -CONFIG_HAVE_IDE=y
68567 -# CONFIG_IDE is not set
68568 -
68569 -#
68570 -# SCSI device support
68571 -#
68572 -# CONFIG_RAID_ATTRS is not set
68573 -# CONFIG_SCSI is not set
68574 -# CONFIG_SCSI_DMA is not set
68575 -# CONFIG_SCSI_NETLINK is not set
68576 -# CONFIG_ATA is not set
68577 -# CONFIG_MD is not set
68578 -# CONFIG_FUSION is not set
68579 -
68580 -#
68581 -# IEEE 1394 (FireWire) support
68582 -#
68583 -# CONFIG_FIREWIRE is not set
68584 -# CONFIG_IEEE1394 is not set
68585 -# CONFIG_I2O is not set
68586 -# CONFIG_MACINTOSH_DRIVERS is not set
68587 -CONFIG_NETDEVICES=y
68588 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
68589 -# CONFIG_DUMMY is not set
68590 -# CONFIG_BONDING is not set
68591 -# CONFIG_MACVLAN is not set
68592 -# CONFIG_EQUALIZER is not set
68593 -# CONFIG_TUN is not set
68594 -# CONFIG_VETH is not set
68595 -# CONFIG_ARCNET is not set
68596 -CONFIG_PHYLIB=y
68597 -
68598 -#
68599 -# MII PHY device drivers
68600 -#
68601 -CONFIG_MARVELL_PHY=y
68602 -CONFIG_DAVICOM_PHY=y
68603 -# CONFIG_QSEMI_PHY is not set
68604 -# CONFIG_LXT_PHY is not set
68605 -# CONFIG_CICADA_PHY is not set
68606 -# CONFIG_VITESSE_PHY is not set
68607 -# CONFIG_SMSC_PHY is not set
68608 -# CONFIG_BROADCOM_PHY is not set
68609 -# CONFIG_ICPLUS_PHY is not set
68610 -# CONFIG_REALTEK_PHY is not set
68611 -# CONFIG_FIXED_PHY is not set
68612 -# CONFIG_MDIO_BITBANG is not set
68613 -CONFIG_NET_ETHERNET=y
68614 -CONFIG_MII=y
68615 -# CONFIG_HAPPYMEAL is not set
68616 -# CONFIG_SUNGEM is not set
68617 -# CONFIG_CASSINI is not set
68618 -# CONFIG_NET_VENDOR_3COM is not set
68619 -# CONFIG_NET_TULIP is not set
68620 -# CONFIG_HP100 is not set
68621 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
68622 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
68623 -# CONFIG_IBM_NEW_EMAC_TAH is not set
68624 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
68625 -# CONFIG_NET_PCI is not set
68626 -# CONFIG_B44 is not set
68627 -CONFIG_FS_ENET=y
68628 -# CONFIG_FS_ENET_HAS_SCC is not set
68629 -CONFIG_FS_ENET_HAS_FCC=y
68630 -# CONFIG_FS_ENET_MDIO_FCC is not set
68631 -CONFIG_NETDEV_1000=y
68632 -# CONFIG_ACENIC is not set
68633 -# CONFIG_DL2K is not set
68634 -CONFIG_E1000=y
68635 -CONFIG_E1000_NAPI=y
68636 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
68637 -# CONFIG_E1000E is not set
68638 -# CONFIG_E1000E_ENABLED is not set
68639 -# CONFIG_IP1000 is not set
68640 -# CONFIG_IGB is not set
68641 -# CONFIG_NS83820 is not set
68642 -# CONFIG_HAMACHI is not set
68643 -# CONFIG_YELLOWFIN is not set
68644 -# CONFIG_R8169 is not set
68645 -# CONFIG_SIS190 is not set
68646 -# CONFIG_SKGE is not set
68647 -# CONFIG_SKY2 is not set
68648 -# CONFIG_SK98LIN is not set
68649 -# CONFIG_VIA_VELOCITY is not set
68650 -# CONFIG_TIGON3 is not set
68651 -# CONFIG_BNX2 is not set
68652 -CONFIG_GIANFAR=y
68653 -CONFIG_GFAR_NAPI=y
68654 -# CONFIG_QLA3XXX is not set
68655 -# CONFIG_ATL1 is not set
68656 -CONFIG_NETDEV_10000=y
68657 -# CONFIG_CHELSIO_T1 is not set
68658 -# CONFIG_CHELSIO_T3 is not set
68659 -# CONFIG_IXGBE is not set
68660 -# CONFIG_IXGB is not set
68661 -# CONFIG_S2IO is not set
68662 -# CONFIG_MYRI10GE is not set
68663 -# CONFIG_NETXEN_NIC is not set
68664 -# CONFIG_NIU is not set
68665 -# CONFIG_MLX4_CORE is not set
68666 -# CONFIG_TEHUTI is not set
68667 -# CONFIG_BNX2X is not set
68668 -# CONFIG_TR is not set
68669 -
68670 -#
68671 -# Wireless LAN
68672 -#
68673 -# CONFIG_WLAN_PRE80211 is not set
68674 -# CONFIG_WLAN_80211 is not set
68675 -# CONFIG_WAN is not set
68676 -# CONFIG_FDDI is not set
68677 -# CONFIG_HIPPI is not set
68678 -# CONFIG_PPP is not set
68679 -# CONFIG_SLIP is not set
68680 -# CONFIG_NETCONSOLE is not set
68681 -# CONFIG_NETPOLL is not set
68682 -# CONFIG_NET_POLL_CONTROLLER is not set
68683 -# CONFIG_ISDN is not set
68684 -# CONFIG_PHONE is not set
68685 -
68686 -#
68687 -# Input device support
68688 -#
68689 -CONFIG_INPUT=y
68690 -# CONFIG_INPUT_FF_MEMLESS is not set
68691 -# CONFIG_INPUT_POLLDEV is not set
68692 -
68693 -#
68694 -# Userland interfaces
68695 -#
68696 -# CONFIG_INPUT_MOUSEDEV is not set
68697 -# CONFIG_INPUT_JOYDEV is not set
68698 -# CONFIG_INPUT_EVDEV is not set
68699 -# CONFIG_INPUT_EVBUG is not set
68700 -
68701 -#
68702 -# Input Device Drivers
68703 -#
68704 -# CONFIG_INPUT_KEYBOARD is not set
68705 -# CONFIG_INPUT_MOUSE is not set
68706 -# CONFIG_INPUT_JOYSTICK is not set
68707 -# CONFIG_INPUT_TABLET is not set
68708 -# CONFIG_INPUT_TOUCHSCREEN is not set
68709 -# CONFIG_INPUT_MISC is not set
68710 -
68711 -#
68712 -# Hardware I/O ports
68713 -#
68714 -# CONFIG_SERIO is not set
68715 -# CONFIG_GAMEPORT is not set
68716 -
68717 -#
68718 -# Character devices
68719 -#
68720 -# CONFIG_VT is not set
68721 -# CONFIG_SERIAL_NONSTANDARD is not set
68722 -# CONFIG_NOZOMI is not set
68723 -
68724 -#
68725 -# Serial drivers
68726 -#
68727 -# CONFIG_SERIAL_8250 is not set
68728 -
68729 -#
68730 -# Non-8250 serial port support
68731 -#
68732 -# CONFIG_SERIAL_UARTLITE is not set
68733 -CONFIG_SERIAL_CORE=y
68734 -CONFIG_SERIAL_CORE_CONSOLE=y
68735 -CONFIG_SERIAL_CPM=y
68736 -CONFIG_SERIAL_CPM_CONSOLE=y
68737 -CONFIG_SERIAL_CPM_SCC1=y
68738 -CONFIG_SERIAL_CPM_SCC2=y
68739 -# CONFIG_SERIAL_CPM_SCC3 is not set
68740 -# CONFIG_SERIAL_CPM_SCC4 is not set
68741 -# CONFIG_SERIAL_CPM_SMC1 is not set
68742 -# CONFIG_SERIAL_CPM_SMC2 is not set
68743 -# CONFIG_SERIAL_JSM is not set
68744 -CONFIG_UNIX98_PTYS=y
68745 -CONFIG_LEGACY_PTYS=y
68746 -CONFIG_LEGACY_PTY_COUNT=256
68747 -# CONFIG_IPMI_HANDLER is not set
68748 -CONFIG_HW_RANDOM=y
68749 -# CONFIG_NVRAM is not set
68750 -CONFIG_GEN_RTC=y
68751 -# CONFIG_GEN_RTC_X is not set
68752 -# CONFIG_R3964 is not set
68753 -# CONFIG_APPLICOM is not set
68754 -# CONFIG_RAW_DRIVER is not set
68755 -# CONFIG_TCG_TPM is not set
68756 -CONFIG_DEVPORT=y
68757 -# CONFIG_I2C is not set
68758 -
68759 -#
68760 -# SPI support
68761 -#
68762 -# CONFIG_SPI is not set
68763 -# CONFIG_SPI_MASTER is not set
68764 -# CONFIG_W1 is not set
68765 -# CONFIG_POWER_SUPPLY is not set
68766 -CONFIG_HWMON=y
68767 -# CONFIG_HWMON_VID is not set
68768 -# CONFIG_SENSORS_I5K_AMB is not set
68769 -# CONFIG_SENSORS_F71805F is not set
68770 -# CONFIG_SENSORS_F71882FG is not set
68771 -# CONFIG_SENSORS_IT87 is not set
68772 -# CONFIG_SENSORS_PC87360 is not set
68773 -# CONFIG_SENSORS_PC87427 is not set
68774 -# CONFIG_SENSORS_SIS5595 is not set
68775 -# CONFIG_SENSORS_SMSC47M1 is not set
68776 -# CONFIG_SENSORS_SMSC47B397 is not set
68777 -# CONFIG_SENSORS_VIA686A is not set
68778 -# CONFIG_SENSORS_VT1211 is not set
68779 -# CONFIG_SENSORS_VT8231 is not set
68780 -# CONFIG_SENSORS_W83627HF is not set
68781 -# CONFIG_SENSORS_W83627EHF is not set
68782 -# CONFIG_HWMON_DEBUG_CHIP is not set
68783 -# CONFIG_THERMAL is not set
68784 -# CONFIG_WATCHDOG is not set
68785 -
68786 -#
68787 -# Sonics Silicon Backplane
68788 -#
68789 -CONFIG_SSB_POSSIBLE=y
68790 -# CONFIG_SSB is not set
68791 -
68792 -#
68793 -# Multifunction device drivers
68794 -#
68795 -# CONFIG_MFD_SM501 is not set
68796 -
68797 -#
68798 -# Multimedia devices
68799 -#
68800 -# CONFIG_VIDEO_DEV is not set
68801 -# CONFIG_DVB_CORE is not set
68802 -CONFIG_DAB=y
68803 -
68804 -#
68805 -# Graphics support
68806 -#
68807 -# CONFIG_AGP is not set
68808 -# CONFIG_DRM is not set
68809 -# CONFIG_VGASTATE is not set
68810 -CONFIG_VIDEO_OUTPUT_CONTROL=y
68811 -# CONFIG_FB is not set
68812 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
68813 -
68814 -#
68815 -# Display device support
68816 -#
68817 -# CONFIG_DISPLAY_SUPPORT is not set
68818 -
68819 -#
68820 -# Sound
68821 -#
68822 -# CONFIG_SOUND is not set
68823 -CONFIG_HID_SUPPORT=y
68824 -CONFIG_HID=y
68825 -# CONFIG_HID_DEBUG is not set
68826 -# CONFIG_HIDRAW is not set
68827 -CONFIG_USB_SUPPORT=y
68828 -CONFIG_USB_ARCH_HAS_HCD=y
68829 -CONFIG_USB_ARCH_HAS_OHCI=y
68830 -CONFIG_USB_ARCH_HAS_EHCI=y
68831 -# CONFIG_USB is not set
68832 -
68833 -#
68834 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
68835 -#
68836 -# CONFIG_USB_GADGET is not set
68837 -# CONFIG_MMC is not set
68838 -# CONFIG_MEMSTICK is not set
68839 -# CONFIG_NEW_LEDS is not set
68840 -# CONFIG_INFINIBAND is not set
68841 -# CONFIG_EDAC is not set
68842 -# CONFIG_RTC_CLASS is not set
68843 -# CONFIG_DMADEVICES is not set
68844 -
68845 -#
68846 -# Userspace I/O
68847 -#
68848 -# CONFIG_UIO is not set
68849 -
68850 -#
68851 -# File systems
68852 -#
68853 -CONFIG_EXT2_FS=y
68854 -# CONFIG_EXT2_FS_XATTR is not set
68855 -# CONFIG_EXT2_FS_XIP is not set
68856 -CONFIG_EXT3_FS=y
68857 -CONFIG_EXT3_FS_XATTR=y
68858 -# CONFIG_EXT3_FS_POSIX_ACL is not set
68859 -# CONFIG_EXT3_FS_SECURITY is not set
68860 -# CONFIG_EXT4DEV_FS is not set
68861 -CONFIG_JBD=y
68862 -CONFIG_FS_MBCACHE=y
68863 -# CONFIG_REISERFS_FS is not set
68864 -# CONFIG_JFS_FS is not set
68865 -# CONFIG_FS_POSIX_ACL is not set
68866 -# CONFIG_XFS_FS is not set
68867 -# CONFIG_GFS2_FS is not set
68868 -# CONFIG_OCFS2_FS is not set
68869 -CONFIG_DNOTIFY=y
68870 -CONFIG_INOTIFY=y
68871 -CONFIG_INOTIFY_USER=y
68872 -# CONFIG_QUOTA is not set
68873 -# CONFIG_AUTOFS_FS is not set
68874 -# CONFIG_AUTOFS4_FS is not set
68875 -# CONFIG_FUSE_FS is not set
68876 -
68877 -#
68878 -# CD-ROM/DVD Filesystems
68879 -#
68880 -# CONFIG_ISO9660_FS is not set
68881 -# CONFIG_UDF_FS is not set
68882 -
68883 -#
68884 -# DOS/FAT/NT Filesystems
68885 -#
68886 -# CONFIG_MSDOS_FS is not set
68887 -# CONFIG_VFAT_FS is not set
68888 -# CONFIG_NTFS_FS is not set
68889 -
68890 -#
68891 -# Pseudo filesystems
68892 -#
68893 -CONFIG_PROC_FS=y
68894 -CONFIG_PROC_KCORE=y
68895 -CONFIG_PROC_SYSCTL=y
68896 -CONFIG_SYSFS=y
68897 -CONFIG_TMPFS=y
68898 -# CONFIG_TMPFS_POSIX_ACL is not set
68899 -# CONFIG_HUGETLB_PAGE is not set
68900 -# CONFIG_CONFIGFS_FS is not set
68901 -
68902 -#
68903 -# Miscellaneous filesystems
68904 -#
68905 -# CONFIG_ADFS_FS is not set
68906 -# CONFIG_AFFS_FS is not set
68907 -# CONFIG_HFS_FS is not set
68908 -# CONFIG_HFSPLUS_FS is not set
68909 -# CONFIG_BEFS_FS is not set
68910 -# CONFIG_BFS_FS is not set
68911 -# CONFIG_EFS_FS is not set
68912 -# CONFIG_CRAMFS is not set
68913 -# CONFIG_VXFS_FS is not set
68914 -# CONFIG_MINIX_FS is not set
68915 -# CONFIG_HPFS_FS is not set
68916 -# CONFIG_QNX4FS_FS is not set
68917 -# CONFIG_ROMFS_FS is not set
68918 -# CONFIG_SYSV_FS is not set
68919 -# CONFIG_UFS_FS is not set
68920 -CONFIG_NETWORK_FILESYSTEMS=y
68921 -CONFIG_NFS_FS=y
68922 -# CONFIG_NFS_V3 is not set
68923 -# CONFIG_NFS_V4 is not set
68924 -# CONFIG_NFS_DIRECTIO is not set
68925 -# CONFIG_NFSD is not set
68926 -CONFIG_ROOT_NFS=y
68927 -CONFIG_LOCKD=y
68928 -CONFIG_NFS_COMMON=y
68929 -CONFIG_SUNRPC=y
68930 -# CONFIG_SUNRPC_BIND34 is not set
68931 -# CONFIG_RPCSEC_GSS_KRB5 is not set
68932 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
68933 -# CONFIG_SMB_FS is not set
68934 -# CONFIG_CIFS is not set
68935 -# CONFIG_NCP_FS is not set
68936 -# CONFIG_CODA_FS is not set
68937 -# CONFIG_AFS_FS is not set
68938 -
68939 -#
68940 -# Partition Types
68941 -#
68942 -CONFIG_PARTITION_ADVANCED=y
68943 -# CONFIG_ACORN_PARTITION is not set
68944 -# CONFIG_OSF_PARTITION is not set
68945 -# CONFIG_AMIGA_PARTITION is not set
68946 -# CONFIG_ATARI_PARTITION is not set
68947 -# CONFIG_MAC_PARTITION is not set
68948 -# CONFIG_MSDOS_PARTITION is not set
68949 -# CONFIG_LDM_PARTITION is not set
68950 -# CONFIG_SGI_PARTITION is not set
68951 -# CONFIG_ULTRIX_PARTITION is not set
68952 -# CONFIG_SUN_PARTITION is not set
68953 -# CONFIG_KARMA_PARTITION is not set
68954 -# CONFIG_EFI_PARTITION is not set
68955 -# CONFIG_SYSV68_PARTITION is not set
68956 -# CONFIG_NLS is not set
68957 -# CONFIG_DLM is not set
68958 -
68959 -#
68960 -# Library routines
68961 -#
68962 -CONFIG_BITREVERSE=y
68963 -# CONFIG_CRC_CCITT is not set
68964 -# CONFIG_CRC16 is not set
68965 -# CONFIG_CRC_ITU_T is not set
68966 -CONFIG_CRC32=y
68967 -# CONFIG_CRC7 is not set
68968 -# CONFIG_LIBCRC32C is not set
68969 -CONFIG_PLIST=y
68970 -CONFIG_HAS_IOMEM=y
68971 -CONFIG_HAS_IOPORT=y
68972 -CONFIG_HAS_DMA=y
68973 -
68974 -#
68975 -# Kernel hacking
68976 -#
68977 -# CONFIG_PRINTK_TIME is not set
68978 -CONFIG_ENABLE_WARN_DEPRECATED=y
68979 -CONFIG_ENABLE_MUST_CHECK=y
68980 -# CONFIG_MAGIC_SYSRQ is not set
68981 -# CONFIG_UNUSED_SYMBOLS is not set
68982 -# CONFIG_DEBUG_FS is not set
68983 -# CONFIG_HEADERS_CHECK is not set
68984 -CONFIG_DEBUG_KERNEL=y
68985 -# CONFIG_DEBUG_SHIRQ is not set
68986 -CONFIG_DETECT_SOFTLOCKUP=y
68987 -CONFIG_SCHED_DEBUG=y
68988 -# CONFIG_SCHEDSTATS is not set
68989 -# CONFIG_TIMER_STATS is not set
68990 -# CONFIG_SLUB_DEBUG_ON is not set
68991 -# CONFIG_SLUB_STATS is not set
68992 -# CONFIG_DEBUG_RT_MUTEXES is not set
68993 -# CONFIG_RT_MUTEX_TESTER is not set
68994 -# CONFIG_DEBUG_SPINLOCK is not set
68995 -CONFIG_DEBUG_MUTEXES=y
68996 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
68997 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
68998 -# CONFIG_DEBUG_KOBJECT is not set
68999 -# CONFIG_DEBUG_BUGVERBOSE is not set
69000 -# CONFIG_DEBUG_INFO is not set
69001 -# CONFIG_DEBUG_VM is not set
69002 -# CONFIG_DEBUG_LIST is not set
69003 -# CONFIG_DEBUG_SG is not set
69004 -# CONFIG_BOOT_PRINTK_DELAY is not set
69005 -# CONFIG_BACKTRACE_SELF_TEST is not set
69006 -# CONFIG_FAULT_INJECTION is not set
69007 -# CONFIG_SAMPLES is not set
69008 -# CONFIG_DEBUG_STACKOVERFLOW is not set
69009 -# CONFIG_DEBUG_STACK_USAGE is not set
69010 -# CONFIG_DEBUG_PAGEALLOC is not set
69011 -# CONFIG_DEBUGGER is not set
69012 -# CONFIG_KGDB_CONSOLE is not set
69013 -# CONFIG_BDI_SWITCH is not set
69014 -# CONFIG_PPC_EARLY_DEBUG is not set
69015 -
69016 -#
69017 -# Security options
69018 -#
69019 -# CONFIG_KEYS is not set
69020 -# CONFIG_SECURITY is not set
69021 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
69022 -CONFIG_CRYPTO=y
69023 -# CONFIG_CRYPTO_SEQIV is not set
69024 -# CONFIG_CRYPTO_MANAGER is not set
69025 -# CONFIG_CRYPTO_HMAC is not set
69026 -# CONFIG_CRYPTO_XCBC is not set
69027 -# CONFIG_CRYPTO_NULL is not set
69028 -# CONFIG_CRYPTO_MD4 is not set
69029 -# CONFIG_CRYPTO_MD5 is not set
69030 -# CONFIG_CRYPTO_SHA1 is not set
69031 -# CONFIG_CRYPTO_SHA256 is not set
69032 -# CONFIG_CRYPTO_SHA512 is not set
69033 -# CONFIG_CRYPTO_WP512 is not set
69034 -# CONFIG_CRYPTO_TGR192 is not set
69035 -# CONFIG_CRYPTO_GF128MUL is not set
69036 -# CONFIG_CRYPTO_ECB is not set
69037 -# CONFIG_CRYPTO_CBC is not set
69038 -# CONFIG_CRYPTO_PCBC is not set
69039 -# CONFIG_CRYPTO_LRW is not set
69040 -# CONFIG_CRYPTO_XTS is not set
69041 -# CONFIG_CRYPTO_CTR is not set
69042 -# CONFIG_CRYPTO_GCM is not set
69043 -# CONFIG_CRYPTO_CCM is not set
69044 -# CONFIG_CRYPTO_CRYPTD is not set
69045 -# CONFIG_CRYPTO_DES is not set
69046 -# CONFIG_CRYPTO_FCRYPT is not set
69047 -# CONFIG_CRYPTO_BLOWFISH is not set
69048 -# CONFIG_CRYPTO_TWOFISH is not set
69049 -# CONFIG_CRYPTO_SERPENT is not set
69050 -# CONFIG_CRYPTO_AES is not set
69051 -# CONFIG_CRYPTO_CAST5 is not set
69052 -# CONFIG_CRYPTO_CAST6 is not set
69053 -# CONFIG_CRYPTO_TEA is not set
69054 -# CONFIG_CRYPTO_ARC4 is not set
69055 -# CONFIG_CRYPTO_KHAZAD is not set
69056 -# CONFIG_CRYPTO_ANUBIS is not set
69057 -# CONFIG_CRYPTO_SEED is not set
69058 -# CONFIG_CRYPTO_SALSA20 is not set
69059 -# CONFIG_CRYPTO_DEFLATE is not set
69060 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
69061 -# CONFIG_CRYPTO_CRC32C is not set
69062 -# CONFIG_CRYPTO_CAMELLIA is not set
69063 -# CONFIG_CRYPTO_AUTHENC is not set
69064 -# CONFIG_CRYPTO_LZO is not set
69065 -CONFIG_CRYPTO_HW=y
69066 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
69067 -# CONFIG_PPC_CLOCK is not set
69068 -CONFIG_PPC_LIB_RHEAP=y
69069 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8568mds_defconfig powerpc.git/arch/powerpc/configs/mpc8568mds_defconfig
69070 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8568mds_defconfig 2008-04-11 22:32:29.000000000 +0200
69071 +++ powerpc.git/arch/powerpc/configs/mpc8568mds_defconfig 1970-01-01 01:00:00.000000000 +0100
69072 @@ -1,1117 +0,0 @@
69073 -#
69074 -# Automatically generated make config: don't edit
69075 -# Linux kernel version: 2.6.25-rc7
69076 -# Mon Mar 31 11:37:05 2008
69077 -#
69078 -# CONFIG_PPC64 is not set
69079 -
69080 -#
69081 -# Processor support
69082 -#
69083 -# CONFIG_6xx is not set
69084 -CONFIG_PPC_85xx=y
69085 -# CONFIG_PPC_8xx is not set
69086 -# CONFIG_40x is not set
69087 -# CONFIG_44x is not set
69088 -# CONFIG_E200 is not set
69089 -CONFIG_E500=y
69090 -CONFIG_BOOKE=y
69091 -CONFIG_FSL_BOOKE=y
69092 -CONFIG_FSL_EMB_PERFMON=y
69093 -# CONFIG_PHYS_64BIT is not set
69094 -CONFIG_SPE=y
69095 -# CONFIG_PPC_MM_SLICES is not set
69096 -CONFIG_PPC32=y
69097 -CONFIG_WORD_SIZE=32
69098 -CONFIG_PPC_MERGE=y
69099 -CONFIG_MMU=y
69100 -CONFIG_GENERIC_CMOS_UPDATE=y
69101 -CONFIG_GENERIC_TIME=y
69102 -CONFIG_GENERIC_TIME_VSYSCALL=y
69103 -CONFIG_GENERIC_CLOCKEVENTS=y
69104 -CONFIG_GENERIC_HARDIRQS=y
69105 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
69106 -CONFIG_IRQ_PER_CPU=y
69107 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
69108 -CONFIG_ARCH_HAS_ILOG2_U32=y
69109 -CONFIG_GENERIC_HWEIGHT=y
69110 -CONFIG_GENERIC_CALIBRATE_DELAY=y
69111 -CONFIG_GENERIC_FIND_NEXT_BIT=y
69112 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
69113 -CONFIG_PPC=y
69114 -CONFIG_EARLY_PRINTK=y
69115 -CONFIG_GENERIC_NVRAM=y
69116 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
69117 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
69118 -CONFIG_PPC_OF=y
69119 -CONFIG_OF=y
69120 -CONFIG_PPC_UDBG_16550=y
69121 -# CONFIG_GENERIC_TBSYNC is not set
69122 -CONFIG_AUDIT_ARCH=y
69123 -CONFIG_GENERIC_BUG=y
69124 -CONFIG_DEFAULT_UIMAGE=y
69125 -# CONFIG_PPC_DCR_NATIVE is not set
69126 -# CONFIG_PPC_DCR_MMIO is not set
69127 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
69128 -
69129 -#
69130 -# General setup
69131 -#
69132 -CONFIG_EXPERIMENTAL=y
69133 -CONFIG_BROKEN_ON_SMP=y
69134 -CONFIG_INIT_ENV_ARG_LIMIT=32
69135 -CONFIG_LOCALVERSION=""
69136 -CONFIG_LOCALVERSION_AUTO=y
69137 -CONFIG_SWAP=y
69138 -CONFIG_SYSVIPC=y
69139 -CONFIG_SYSVIPC_SYSCTL=y
69140 -# CONFIG_POSIX_MQUEUE is not set
69141 -# CONFIG_BSD_PROCESS_ACCT is not set
69142 -# CONFIG_TASKSTATS is not set
69143 -# CONFIG_AUDIT is not set
69144 -# CONFIG_IKCONFIG is not set
69145 -CONFIG_LOG_BUF_SHIFT=14
69146 -# CONFIG_CGROUPS is not set
69147 -CONFIG_GROUP_SCHED=y
69148 -# CONFIG_FAIR_GROUP_SCHED is not set
69149 -# CONFIG_RT_GROUP_SCHED is not set
69150 -CONFIG_USER_SCHED=y
69151 -# CONFIG_CGROUP_SCHED is not set
69152 -CONFIG_SYSFS_DEPRECATED=y
69153 -CONFIG_SYSFS_DEPRECATED_V2=y
69154 -# CONFIG_RELAY is not set
69155 -# CONFIG_NAMESPACES is not set
69156 -CONFIG_BLK_DEV_INITRD=y
69157 -CONFIG_INITRAMFS_SOURCE=""
69158 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
69159 -CONFIG_SYSCTL=y
69160 -CONFIG_EMBEDDED=y
69161 -CONFIG_SYSCTL_SYSCALL=y
69162 -# CONFIG_KALLSYMS is not set
69163 -CONFIG_HOTPLUG=y
69164 -CONFIG_PRINTK=y
69165 -CONFIG_BUG=y
69166 -CONFIG_ELF_CORE=y
69167 -CONFIG_COMPAT_BRK=y
69168 -CONFIG_BASE_FULL=y
69169 -CONFIG_FUTEX=y
69170 -CONFIG_ANON_INODES=y
69171 -# CONFIG_EPOLL is not set
69172 -CONFIG_SIGNALFD=y
69173 -CONFIG_TIMERFD=y
69174 -CONFIG_EVENTFD=y
69175 -CONFIG_SHMEM=y
69176 -CONFIG_VM_EVENT_COUNTERS=y
69177 -CONFIG_SLUB_DEBUG=y
69178 -# CONFIG_SLAB is not set
69179 -CONFIG_SLUB=y
69180 -# CONFIG_SLOB is not set
69181 -# CONFIG_PROFILING is not set
69182 -# CONFIG_MARKERS is not set
69183 -CONFIG_HAVE_OPROFILE=y
69184 -CONFIG_HAVE_KPROBES=y
69185 -CONFIG_HAVE_KRETPROBES=y
69186 -CONFIG_PROC_PAGE_MONITOR=y
69187 -CONFIG_SLABINFO=y
69188 -CONFIG_RT_MUTEXES=y
69189 -# CONFIG_TINY_SHMEM is not set
69190 -CONFIG_BASE_SMALL=0
69191 -CONFIG_MODULES=y
69192 -CONFIG_MODULE_UNLOAD=y
69193 -# CONFIG_MODULE_FORCE_UNLOAD is not set
69194 -# CONFIG_MODVERSIONS is not set
69195 -# CONFIG_MODULE_SRCVERSION_ALL is not set
69196 -# CONFIG_KMOD is not set
69197 -CONFIG_BLOCK=y
69198 -# CONFIG_LBD is not set
69199 -# CONFIG_BLK_DEV_IO_TRACE is not set
69200 -# CONFIG_LSF is not set
69201 -# CONFIG_BLK_DEV_BSG is not set
69202 -
69203 -#
69204 -# IO Schedulers
69205 -#
69206 -CONFIG_IOSCHED_NOOP=y
69207 -CONFIG_IOSCHED_AS=y
69208 -CONFIG_IOSCHED_DEADLINE=y
69209 -CONFIG_IOSCHED_CFQ=y
69210 -CONFIG_DEFAULT_AS=y
69211 -# CONFIG_DEFAULT_DEADLINE is not set
69212 -# CONFIG_DEFAULT_CFQ is not set
69213 -# CONFIG_DEFAULT_NOOP is not set
69214 -CONFIG_DEFAULT_IOSCHED="anticipatory"
69215 -CONFIG_CLASSIC_RCU=y
69216 -
69217 -#
69218 -# Platform support
69219 -#
69220 -# CONFIG_PPC_MPC512x is not set
69221 -# CONFIG_PPC_MPC5121 is not set
69222 -# CONFIG_PPC_CELL is not set
69223 -# CONFIG_PPC_CELL_NATIVE is not set
69224 -# CONFIG_PQ2ADS is not set
69225 -CONFIG_MPC85xx=y
69226 -# CONFIG_MPC8540_ADS is not set
69227 -# CONFIG_MPC8560_ADS is not set
69228 -# CONFIG_MPC85xx_CDS is not set
69229 -CONFIG_MPC85xx_MDS=y
69230 -# CONFIG_MPC85xx_DS is not set
69231 -# CONFIG_STX_GP3 is not set
69232 -# CONFIG_TQM8540 is not set
69233 -# CONFIG_TQM8541 is not set
69234 -# CONFIG_TQM8555 is not set
69235 -# CONFIG_TQM8560 is not set
69236 -# CONFIG_SBC8548 is not set
69237 -# CONFIG_SBC8560 is not set
69238 -# CONFIG_IPIC is not set
69239 -CONFIG_MPIC=y
69240 -# CONFIG_MPIC_WEIRD is not set
69241 -# CONFIG_PPC_I8259 is not set
69242 -# CONFIG_PPC_RTAS is not set
69243 -# CONFIG_MMIO_NVRAM is not set
69244 -# CONFIG_PPC_MPC106 is not set
69245 -# CONFIG_PPC_970_NAP is not set
69246 -# CONFIG_PPC_INDIRECT_IO is not set
69247 -# CONFIG_GENERIC_IOMAP is not set
69248 -# CONFIG_CPU_FREQ is not set
69249 -CONFIG_QUICC_ENGINE=y
69250 -# CONFIG_CPM2 is not set
69251 -# CONFIG_FSL_ULI1575 is not set
69252 -
69253 -#
69254 -# Kernel options
69255 -#
69256 -# CONFIG_HIGHMEM is not set
69257 -CONFIG_TICK_ONESHOT=y
69258 -CONFIG_NO_HZ=y
69259 -CONFIG_HIGH_RES_TIMERS=y
69260 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
69261 -# CONFIG_HZ_100 is not set
69262 -CONFIG_HZ_250=y
69263 -# CONFIG_HZ_300 is not set
69264 -# CONFIG_HZ_1000 is not set
69265 -CONFIG_HZ=250
69266 -# CONFIG_SCHED_HRTICK is not set
69267 -CONFIG_PREEMPT_NONE=y
69268 -# CONFIG_PREEMPT_VOLUNTARY is not set
69269 -# CONFIG_PREEMPT is not set
69270 -CONFIG_BINFMT_ELF=y
69271 -# CONFIG_BINFMT_MISC is not set
69272 -CONFIG_MATH_EMULATION=y
69273 -# CONFIG_IOMMU_HELPER is not set
69274 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
69275 -CONFIG_ARCH_HAS_WALK_MEMORY=y
69276 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
69277 -CONFIG_ARCH_FLATMEM_ENABLE=y
69278 -CONFIG_ARCH_POPULATES_NODE_MAP=y
69279 -CONFIG_SELECT_MEMORY_MODEL=y
69280 -CONFIG_FLATMEM_MANUAL=y
69281 -# CONFIG_DISCONTIGMEM_MANUAL is not set
69282 -# CONFIG_SPARSEMEM_MANUAL is not set
69283 -CONFIG_FLATMEM=y
69284 -CONFIG_FLAT_NODE_MEM_MAP=y
69285 -# CONFIG_SPARSEMEM_STATIC is not set
69286 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
69287 -CONFIG_SPLIT_PTLOCK_CPUS=4
69288 -# CONFIG_RESOURCES_64BIT is not set
69289 -CONFIG_ZONE_DMA_FLAG=1
69290 -CONFIG_BOUNCE=y
69291 -CONFIG_VIRT_TO_BUS=y
69292 -CONFIG_PROC_DEVICETREE=y
69293 -# CONFIG_CMDLINE_BOOL is not set
69294 -# CONFIG_PM is not set
69295 -CONFIG_SECCOMP=y
69296 -CONFIG_ISA_DMA_API=y
69297 -
69298 -#
69299 -# Bus options
69300 -#
69301 -CONFIG_ZONE_DMA=y
69302 -CONFIG_PPC_INDIRECT_PCI=y
69303 -CONFIG_FSL_SOC=y
69304 -CONFIG_FSL_PCI=y
69305 -CONFIG_PCI=y
69306 -CONFIG_PCI_DOMAINS=y
69307 -CONFIG_PCI_SYSCALL=y
69308 -# CONFIG_PCIEPORTBUS is not set
69309 -CONFIG_ARCH_SUPPORTS_MSI=y
69310 -# CONFIG_PCI_MSI is not set
69311 -CONFIG_PCI_LEGACY=y
69312 -# CONFIG_PCI_DEBUG is not set
69313 -# CONFIG_PCCARD is not set
69314 -# CONFIG_HOTPLUG_PCI is not set
69315 -
69316 -#
69317 -# Advanced setup
69318 -#
69319 -# CONFIG_ADVANCED_OPTIONS is not set
69320 -
69321 -#
69322 -# Default settings for advanced configuration options are used
69323 -#
69324 -CONFIG_HIGHMEM_START=0xfe000000
69325 -CONFIG_LOWMEM_SIZE=0x30000000
69326 -CONFIG_KERNEL_START=0xc0000000
69327 -CONFIG_TASK_SIZE=0xc0000000
69328 -CONFIG_BOOT_LOAD=0x00800000
69329 -
69330 -#
69331 -# Networking
69332 -#
69333 -CONFIG_NET=y
69334 -
69335 -#
69336 -# Networking options
69337 -#
69338 -CONFIG_PACKET=y
69339 -# CONFIG_PACKET_MMAP is not set
69340 -CONFIG_UNIX=y
69341 -CONFIG_XFRM=y
69342 -# CONFIG_XFRM_USER is not set
69343 -# CONFIG_XFRM_SUB_POLICY is not set
69344 -# CONFIG_XFRM_MIGRATE is not set
69345 -# CONFIG_XFRM_STATISTICS is not set
69346 -# CONFIG_NET_KEY is not set
69347 -CONFIG_INET=y
69348 -CONFIG_IP_MULTICAST=y
69349 -# CONFIG_IP_ADVANCED_ROUTER is not set
69350 -CONFIG_IP_FIB_HASH=y
69351 -CONFIG_IP_PNP=y
69352 -CONFIG_IP_PNP_DHCP=y
69353 -CONFIG_IP_PNP_BOOTP=y
69354 -# CONFIG_IP_PNP_RARP is not set
69355 -# CONFIG_NET_IPIP is not set
69356 -# CONFIG_NET_IPGRE is not set
69357 -# CONFIG_IP_MROUTE is not set
69358 -# CONFIG_ARPD is not set
69359 -CONFIG_SYN_COOKIES=y
69360 -# CONFIG_INET_AH is not set
69361 -# CONFIG_INET_ESP is not set
69362 -# CONFIG_INET_IPCOMP is not set
69363 -# CONFIG_INET_XFRM_TUNNEL is not set
69364 -# CONFIG_INET_TUNNEL is not set
69365 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
69366 -CONFIG_INET_XFRM_MODE_TUNNEL=y
69367 -CONFIG_INET_XFRM_MODE_BEET=y
69368 -# CONFIG_INET_LRO is not set
69369 -CONFIG_INET_DIAG=y
69370 -CONFIG_INET_TCP_DIAG=y
69371 -# CONFIG_TCP_CONG_ADVANCED is not set
69372 -CONFIG_TCP_CONG_CUBIC=y
69373 -CONFIG_DEFAULT_TCP_CONG="cubic"
69374 -# CONFIG_TCP_MD5SIG is not set
69375 -# CONFIG_IPV6 is not set
69376 -# CONFIG_INET6_XFRM_TUNNEL is not set
69377 -# CONFIG_INET6_TUNNEL is not set
69378 -# CONFIG_NETWORK_SECMARK is not set
69379 -# CONFIG_NETFILTER is not set
69380 -# CONFIG_IP_DCCP is not set
69381 -# CONFIG_IP_SCTP is not set
69382 -# CONFIG_TIPC is not set
69383 -# CONFIG_ATM is not set
69384 -# CONFIG_BRIDGE is not set
69385 -# CONFIG_VLAN_8021Q is not set
69386 -# CONFIG_DECNET is not set
69387 -# CONFIG_LLC2 is not set
69388 -# CONFIG_IPX is not set
69389 -# CONFIG_ATALK is not set
69390 -# CONFIG_X25 is not set
69391 -# CONFIG_LAPB is not set
69392 -# CONFIG_ECONET is not set
69393 -# CONFIG_WAN_ROUTER is not set
69394 -# CONFIG_NET_SCHED is not set
69395 -
69396 -#
69397 -# Network testing
69398 -#
69399 -# CONFIG_NET_PKTGEN is not set
69400 -# CONFIG_HAMRADIO is not set
69401 -# CONFIG_CAN is not set
69402 -# CONFIG_IRDA is not set
69403 -# CONFIG_BT is not set
69404 -# CONFIG_AF_RXRPC is not set
69405 -
69406 -#
69407 -# Wireless
69408 -#
69409 -# CONFIG_CFG80211 is not set
69410 -# CONFIG_WIRELESS_EXT is not set
69411 -# CONFIG_MAC80211 is not set
69412 -# CONFIG_IEEE80211 is not set
69413 -# CONFIG_RFKILL is not set
69414 -# CONFIG_NET_9P is not set
69415 -
69416 -#
69417 -# Device Drivers
69418 -#
69419 -
69420 -#
69421 -# Generic Driver Options
69422 -#
69423 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
69424 -CONFIG_STANDALONE=y
69425 -CONFIG_PREVENT_FIRMWARE_BUILD=y
69426 -# CONFIG_FW_LOADER is not set
69427 -# CONFIG_DEBUG_DRIVER is not set
69428 -# CONFIG_DEBUG_DEVRES is not set
69429 -# CONFIG_SYS_HYPERVISOR is not set
69430 -# CONFIG_CONNECTOR is not set
69431 -# CONFIG_MTD is not set
69432 -CONFIG_OF_DEVICE=y
69433 -# CONFIG_PARPORT is not set
69434 -CONFIG_BLK_DEV=y
69435 -# CONFIG_BLK_DEV_FD is not set
69436 -# CONFIG_BLK_CPQ_DA is not set
69437 -# CONFIG_BLK_CPQ_CISS_DA is not set
69438 -# CONFIG_BLK_DEV_DAC960 is not set
69439 -# CONFIG_BLK_DEV_UMEM is not set
69440 -# CONFIG_BLK_DEV_COW_COMMON is not set
69441 -CONFIG_BLK_DEV_LOOP=y
69442 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
69443 -# CONFIG_BLK_DEV_NBD is not set
69444 -# CONFIG_BLK_DEV_SX8 is not set
69445 -CONFIG_BLK_DEV_RAM=y
69446 -CONFIG_BLK_DEV_RAM_COUNT=16
69447 -CONFIG_BLK_DEV_RAM_SIZE=32768
69448 -# CONFIG_BLK_DEV_XIP is not set
69449 -# CONFIG_CDROM_PKTCDVD is not set
69450 -# CONFIG_ATA_OVER_ETH is not set
69451 -CONFIG_MISC_DEVICES=y
69452 -# CONFIG_PHANTOM is not set
69453 -# CONFIG_EEPROM_93CX6 is not set
69454 -# CONFIG_SGI_IOC4 is not set
69455 -# CONFIG_TIFM_CORE is not set
69456 -# CONFIG_ENCLOSURE_SERVICES is not set
69457 -CONFIG_HAVE_IDE=y
69458 -# CONFIG_IDE is not set
69459 -
69460 -#
69461 -# SCSI device support
69462 -#
69463 -# CONFIG_RAID_ATTRS is not set
69464 -CONFIG_SCSI=y
69465 -CONFIG_SCSI_DMA=y
69466 -# CONFIG_SCSI_TGT is not set
69467 -# CONFIG_SCSI_NETLINK is not set
69468 -CONFIG_SCSI_PROC_FS=y
69469 -
69470 -#
69471 -# SCSI support type (disk, tape, CD-ROM)
69472 -#
69473 -# CONFIG_BLK_DEV_SD is not set
69474 -# CONFIG_CHR_DEV_ST is not set
69475 -# CONFIG_CHR_DEV_OSST is not set
69476 -# CONFIG_BLK_DEV_SR is not set
69477 -# CONFIG_CHR_DEV_SG is not set
69478 -# CONFIG_CHR_DEV_SCH is not set
69479 -
69480 -#
69481 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
69482 -#
69483 -# CONFIG_SCSI_MULTI_LUN is not set
69484 -# CONFIG_SCSI_CONSTANTS is not set
69485 -# CONFIG_SCSI_LOGGING is not set
69486 -# CONFIG_SCSI_SCAN_ASYNC is not set
69487 -CONFIG_SCSI_WAIT_SCAN=m
69488 -
69489 -#
69490 -# SCSI Transports
69491 -#
69492 -# CONFIG_SCSI_SPI_ATTRS is not set
69493 -# CONFIG_SCSI_FC_ATTRS is not set
69494 -# CONFIG_SCSI_ISCSI_ATTRS is not set
69495 -# CONFIG_SCSI_SAS_LIBSAS is not set
69496 -# CONFIG_SCSI_SRP_ATTRS is not set
69497 -CONFIG_SCSI_LOWLEVEL=y
69498 -# CONFIG_ISCSI_TCP is not set
69499 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
69500 -# CONFIG_SCSI_3W_9XXX is not set
69501 -# CONFIG_SCSI_ACARD is not set
69502 -# CONFIG_SCSI_AACRAID is not set
69503 -# CONFIG_SCSI_AIC7XXX is not set
69504 -# CONFIG_SCSI_AIC7XXX_OLD is not set
69505 -# CONFIG_SCSI_AIC79XX is not set
69506 -# CONFIG_SCSI_AIC94XX is not set
69507 -# CONFIG_SCSI_DPT_I2O is not set
69508 -# CONFIG_SCSI_ADVANSYS is not set
69509 -# CONFIG_SCSI_ARCMSR is not set
69510 -# CONFIG_MEGARAID_NEWGEN is not set
69511 -# CONFIG_MEGARAID_LEGACY is not set
69512 -# CONFIG_MEGARAID_SAS is not set
69513 -# CONFIG_SCSI_HPTIOP is not set
69514 -# CONFIG_SCSI_BUSLOGIC is not set
69515 -# CONFIG_SCSI_DMX3191D is not set
69516 -# CONFIG_SCSI_EATA is not set
69517 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
69518 -# CONFIG_SCSI_GDTH is not set
69519 -# CONFIG_SCSI_IPS is not set
69520 -# CONFIG_SCSI_INITIO is not set
69521 -# CONFIG_SCSI_INIA100 is not set
69522 -# CONFIG_SCSI_MVSAS is not set
69523 -# CONFIG_SCSI_STEX is not set
69524 -# CONFIG_SCSI_SYM53C8XX_2 is not set
69525 -# CONFIG_SCSI_QLOGIC_1280 is not set
69526 -# CONFIG_SCSI_QLA_FC is not set
69527 -# CONFIG_SCSI_QLA_ISCSI is not set
69528 -# CONFIG_SCSI_LPFC is not set
69529 -# CONFIG_SCSI_DC395x is not set
69530 -# CONFIG_SCSI_DC390T is not set
69531 -# CONFIG_SCSI_NSP32 is not set
69532 -# CONFIG_SCSI_DEBUG is not set
69533 -# CONFIG_SCSI_SRP is not set
69534 -# CONFIG_ATA is not set
69535 -# CONFIG_MD is not set
69536 -# CONFIG_FUSION is not set
69537 -
69538 -#
69539 -# IEEE 1394 (FireWire) support
69540 -#
69541 -# CONFIG_FIREWIRE is not set
69542 -# CONFIG_IEEE1394 is not set
69543 -# CONFIG_I2O is not set
69544 -# CONFIG_MACINTOSH_DRIVERS is not set
69545 -CONFIG_NETDEVICES=y
69546 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
69547 -# CONFIG_DUMMY is not set
69548 -# CONFIG_BONDING is not set
69549 -# CONFIG_MACVLAN is not set
69550 -# CONFIG_EQUALIZER is not set
69551 -# CONFIG_TUN is not set
69552 -# CONFIG_VETH is not set
69553 -# CONFIG_ARCNET is not set
69554 -CONFIG_PHYLIB=y
69555 -
69556 -#
69557 -# MII PHY device drivers
69558 -#
69559 -CONFIG_MARVELL_PHY=y
69560 -# CONFIG_DAVICOM_PHY is not set
69561 -# CONFIG_QSEMI_PHY is not set
69562 -# CONFIG_LXT_PHY is not set
69563 -# CONFIG_CICADA_PHY is not set
69564 -# CONFIG_VITESSE_PHY is not set
69565 -# CONFIG_SMSC_PHY is not set
69566 -# CONFIG_BROADCOM_PHY is not set
69567 -# CONFIG_ICPLUS_PHY is not set
69568 -# CONFIG_REALTEK_PHY is not set
69569 -# CONFIG_FIXED_PHY is not set
69570 -# CONFIG_MDIO_BITBANG is not set
69571 -CONFIG_NET_ETHERNET=y
69572 -CONFIG_MII=y
69573 -# CONFIG_HAPPYMEAL is not set
69574 -# CONFIG_SUNGEM is not set
69575 -# CONFIG_CASSINI is not set
69576 -# CONFIG_NET_VENDOR_3COM is not set
69577 -# CONFIG_NET_TULIP is not set
69578 -# CONFIG_HP100 is not set
69579 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
69580 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
69581 -# CONFIG_IBM_NEW_EMAC_TAH is not set
69582 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
69583 -# CONFIG_NET_PCI is not set
69584 -# CONFIG_B44 is not set
69585 -CONFIG_NETDEV_1000=y
69586 -# CONFIG_ACENIC is not set
69587 -# CONFIG_DL2K is not set
69588 -# CONFIG_E1000 is not set
69589 -# CONFIG_E1000E is not set
69590 -# CONFIG_E1000E_ENABLED is not set
69591 -# CONFIG_IP1000 is not set
69592 -# CONFIG_IGB is not set
69593 -# CONFIG_NS83820 is not set
69594 -# CONFIG_HAMACHI is not set
69595 -# CONFIG_YELLOWFIN is not set
69596 -# CONFIG_R8169 is not set
69597 -# CONFIG_SIS190 is not set
69598 -# CONFIG_SKGE is not set
69599 -# CONFIG_SKY2 is not set
69600 -# CONFIG_SK98LIN is not set
69601 -# CONFIG_VIA_VELOCITY is not set
69602 -# CONFIG_TIGON3 is not set
69603 -# CONFIG_BNX2 is not set
69604 -CONFIG_GIANFAR=y
69605 -CONFIG_GFAR_NAPI=y
69606 -# CONFIG_UCC_GETH is not set
69607 -# CONFIG_QLA3XXX is not set
69608 -# CONFIG_ATL1 is not set
69609 -CONFIG_NETDEV_10000=y
69610 -# CONFIG_CHELSIO_T1 is not set
69611 -# CONFIG_CHELSIO_T3 is not set
69612 -# CONFIG_IXGBE is not set
69613 -# CONFIG_IXGB is not set
69614 -# CONFIG_S2IO is not set
69615 -# CONFIG_MYRI10GE is not set
69616 -# CONFIG_NETXEN_NIC is not set
69617 -# CONFIG_NIU is not set
69618 -# CONFIG_MLX4_CORE is not set
69619 -# CONFIG_TEHUTI is not set
69620 -# CONFIG_BNX2X is not set
69621 -# CONFIG_TR is not set
69622 -
69623 -#
69624 -# Wireless LAN
69625 -#
69626 -# CONFIG_WLAN_PRE80211 is not set
69627 -# CONFIG_WLAN_80211 is not set
69628 -# CONFIG_WAN is not set
69629 -# CONFIG_FDDI is not set
69630 -# CONFIG_HIPPI is not set
69631 -# CONFIG_PPP is not set
69632 -# CONFIG_SLIP is not set
69633 -# CONFIG_NET_FC is not set
69634 -# CONFIG_NETCONSOLE is not set
69635 -# CONFIG_NETPOLL is not set
69636 -# CONFIG_NET_POLL_CONTROLLER is not set
69637 -# CONFIG_ISDN is not set
69638 -# CONFIG_PHONE is not set
69639 -
69640 -#
69641 -# Input device support
69642 -#
69643 -CONFIG_INPUT=y
69644 -# CONFIG_INPUT_FF_MEMLESS is not set
69645 -# CONFIG_INPUT_POLLDEV is not set
69646 -
69647 -#
69648 -# Userland interfaces
69649 -#
69650 -# CONFIG_INPUT_MOUSEDEV is not set
69651 -# CONFIG_INPUT_JOYDEV is not set
69652 -# CONFIG_INPUT_EVDEV is not set
69653 -# CONFIG_INPUT_EVBUG is not set
69654 -
69655 -#
69656 -# Input Device Drivers
69657 -#
69658 -# CONFIG_INPUT_KEYBOARD is not set
69659 -# CONFIG_INPUT_MOUSE is not set
69660 -# CONFIG_INPUT_JOYSTICK is not set
69661 -# CONFIG_INPUT_TABLET is not set
69662 -# CONFIG_INPUT_TOUCHSCREEN is not set
69663 -# CONFIG_INPUT_MISC is not set
69664 -
69665 -#
69666 -# Hardware I/O ports
69667 -#
69668 -# CONFIG_SERIO is not set
69669 -# CONFIG_GAMEPORT is not set
69670 -
69671 -#
69672 -# Character devices
69673 -#
69674 -# CONFIG_VT is not set
69675 -# CONFIG_SERIAL_NONSTANDARD is not set
69676 -# CONFIG_NOZOMI is not set
69677 -
69678 -#
69679 -# Serial drivers
69680 -#
69681 -CONFIG_SERIAL_8250=y
69682 -CONFIG_SERIAL_8250_CONSOLE=y
69683 -CONFIG_SERIAL_8250_PCI=y
69684 -CONFIG_SERIAL_8250_NR_UARTS=4
69685 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
69686 -# CONFIG_SERIAL_8250_EXTENDED is not set
69687 -CONFIG_SERIAL_8250_SHARE_IRQ=y
69688 -
69689 -#
69690 -# Non-8250 serial port support
69691 -#
69692 -# CONFIG_SERIAL_UARTLITE is not set
69693 -CONFIG_SERIAL_CORE=y
69694 -CONFIG_SERIAL_CORE_CONSOLE=y
69695 -# CONFIG_SERIAL_JSM is not set
69696 -# CONFIG_SERIAL_OF_PLATFORM is not set
69697 -# CONFIG_SERIAL_QE is not set
69698 -CONFIG_UNIX98_PTYS=y
69699 -CONFIG_LEGACY_PTYS=y
69700 -CONFIG_LEGACY_PTY_COUNT=256
69701 -# CONFIG_IPMI_HANDLER is not set
69702 -CONFIG_HW_RANDOM=y
69703 -# CONFIG_NVRAM is not set
69704 -# CONFIG_GEN_RTC is not set
69705 -# CONFIG_R3964 is not set
69706 -# CONFIG_APPLICOM is not set
69707 -# CONFIG_RAW_DRIVER is not set
69708 -# CONFIG_TCG_TPM is not set
69709 -CONFIG_DEVPORT=y
69710 -CONFIG_I2C=y
69711 -CONFIG_I2C_BOARDINFO=y
69712 -CONFIG_I2C_CHARDEV=y
69713 -
69714 -#
69715 -# I2C Algorithms
69716 -#
69717 -# CONFIG_I2C_ALGOBIT is not set
69718 -# CONFIG_I2C_ALGOPCF is not set
69719 -# CONFIG_I2C_ALGOPCA is not set
69720 -
69721 -#
69722 -# I2C Hardware Bus support
69723 -#
69724 -# CONFIG_I2C_ALI1535 is not set
69725 -# CONFIG_I2C_ALI1563 is not set
69726 -# CONFIG_I2C_ALI15X3 is not set
69727 -# CONFIG_I2C_AMD756 is not set
69728 -# CONFIG_I2C_AMD8111 is not set
69729 -# CONFIG_I2C_I801 is not set
69730 -# CONFIG_I2C_I810 is not set
69731 -# CONFIG_I2C_PIIX4 is not set
69732 -CONFIG_I2C_MPC=y
69733 -# CONFIG_I2C_NFORCE2 is not set
69734 -# CONFIG_I2C_OCORES is not set
69735 -# CONFIG_I2C_PARPORT_LIGHT is not set
69736 -# CONFIG_I2C_PROSAVAGE is not set
69737 -# CONFIG_I2C_SAVAGE4 is not set
69738 -# CONFIG_I2C_SIMTEC is not set
69739 -# CONFIG_I2C_SIS5595 is not set
69740 -# CONFIG_I2C_SIS630 is not set
69741 -# CONFIG_I2C_SIS96X is not set
69742 -# CONFIG_I2C_TAOS_EVM is not set
69743 -# CONFIG_I2C_STUB is not set
69744 -# CONFIG_I2C_VIA is not set
69745 -# CONFIG_I2C_VIAPRO is not set
69746 -# CONFIG_I2C_VOODOO3 is not set
69747 -
69748 -#
69749 -# Miscellaneous I2C Chip support
69750 -#
69751 -# CONFIG_DS1682 is not set
69752 -# CONFIG_SENSORS_EEPROM is not set
69753 -# CONFIG_SENSORS_PCF8574 is not set
69754 -# CONFIG_PCF8575 is not set
69755 -# CONFIG_SENSORS_PCF8591 is not set
69756 -# CONFIG_TPS65010 is not set
69757 -# CONFIG_SENSORS_MAX6875 is not set
69758 -# CONFIG_SENSORS_TSL2550 is not set
69759 -# CONFIG_I2C_DEBUG_CORE is not set
69760 -# CONFIG_I2C_DEBUG_ALGO is not set
69761 -# CONFIG_I2C_DEBUG_BUS is not set
69762 -# CONFIG_I2C_DEBUG_CHIP is not set
69763 -
69764 -#
69765 -# SPI support
69766 -#
69767 -# CONFIG_SPI is not set
69768 -# CONFIG_SPI_MASTER is not set
69769 -# CONFIG_W1 is not set
69770 -# CONFIG_POWER_SUPPLY is not set
69771 -CONFIG_HWMON=y
69772 -# CONFIG_HWMON_VID is not set
69773 -# CONFIG_SENSORS_AD7418 is not set
69774 -# CONFIG_SENSORS_ADM1021 is not set
69775 -# CONFIG_SENSORS_ADM1025 is not set
69776 -# CONFIG_SENSORS_ADM1026 is not set
69777 -# CONFIG_SENSORS_ADM1029 is not set
69778 -# CONFIG_SENSORS_ADM1031 is not set
69779 -# CONFIG_SENSORS_ADM9240 is not set
69780 -# CONFIG_SENSORS_ADT7470 is not set
69781 -# CONFIG_SENSORS_ADT7473 is not set
69782 -# CONFIG_SENSORS_ATXP1 is not set
69783 -# CONFIG_SENSORS_DS1621 is not set
69784 -# CONFIG_SENSORS_I5K_AMB is not set
69785 -# CONFIG_SENSORS_F71805F is not set
69786 -# CONFIG_SENSORS_F71882FG is not set
69787 -# CONFIG_SENSORS_F75375S is not set
69788 -# CONFIG_SENSORS_GL518SM is not set
69789 -# CONFIG_SENSORS_GL520SM is not set
69790 -# CONFIG_SENSORS_IT87 is not set
69791 -# CONFIG_SENSORS_LM63 is not set
69792 -# CONFIG_SENSORS_LM75 is not set
69793 -# CONFIG_SENSORS_LM77 is not set
69794 -# CONFIG_SENSORS_LM78 is not set
69795 -# CONFIG_SENSORS_LM80 is not set
69796 -# CONFIG_SENSORS_LM83 is not set
69797 -# CONFIG_SENSORS_LM85 is not set
69798 -# CONFIG_SENSORS_LM87 is not set
69799 -# CONFIG_SENSORS_LM90 is not set
69800 -# CONFIG_SENSORS_LM92 is not set
69801 -# CONFIG_SENSORS_LM93 is not set
69802 -# CONFIG_SENSORS_MAX1619 is not set
69803 -# CONFIG_SENSORS_MAX6650 is not set
69804 -# CONFIG_SENSORS_PC87360 is not set
69805 -# CONFIG_SENSORS_PC87427 is not set
69806 -# CONFIG_SENSORS_SIS5595 is not set
69807 -# CONFIG_SENSORS_DME1737 is not set
69808 -# CONFIG_SENSORS_SMSC47M1 is not set
69809 -# CONFIG_SENSORS_SMSC47M192 is not set
69810 -# CONFIG_SENSORS_SMSC47B397 is not set
69811 -# CONFIG_SENSORS_ADS7828 is not set
69812 -# CONFIG_SENSORS_THMC50 is not set
69813 -# CONFIG_SENSORS_VIA686A is not set
69814 -# CONFIG_SENSORS_VT1211 is not set
69815 -# CONFIG_SENSORS_VT8231 is not set
69816 -# CONFIG_SENSORS_W83781D is not set
69817 -# CONFIG_SENSORS_W83791D is not set
69818 -# CONFIG_SENSORS_W83792D is not set
69819 -# CONFIG_SENSORS_W83793 is not set
69820 -# CONFIG_SENSORS_W83L785TS is not set
69821 -# CONFIG_SENSORS_W83L786NG is not set
69822 -# CONFIG_SENSORS_W83627HF is not set
69823 -# CONFIG_SENSORS_W83627EHF is not set
69824 -# CONFIG_HWMON_DEBUG_CHIP is not set
69825 -# CONFIG_THERMAL is not set
69826 -CONFIG_WATCHDOG=y
69827 -# CONFIG_WATCHDOG_NOWAYOUT is not set
69828 -
69829 -#
69830 -# Watchdog Device Drivers
69831 -#
69832 -# CONFIG_SOFT_WATCHDOG is not set
69833 -# CONFIG_BOOKE_WDT is not set
69834 -
69835 -#
69836 -# PCI-based Watchdog Cards
69837 -#
69838 -# CONFIG_PCIPCWATCHDOG is not set
69839 -# CONFIG_WDTPCI is not set
69840 -
69841 -#
69842 -# Sonics Silicon Backplane
69843 -#
69844 -CONFIG_SSB_POSSIBLE=y
69845 -# CONFIG_SSB is not set
69846 -
69847 -#
69848 -# Multifunction device drivers
69849 -#
69850 -# CONFIG_MFD_SM501 is not set
69851 -
69852 -#
69853 -# Multimedia devices
69854 -#
69855 -# CONFIG_VIDEO_DEV is not set
69856 -# CONFIG_DVB_CORE is not set
69857 -CONFIG_DAB=y
69858 -
69859 -#
69860 -# Graphics support
69861 -#
69862 -# CONFIG_AGP is not set
69863 -# CONFIG_DRM is not set
69864 -# CONFIG_VGASTATE is not set
69865 -CONFIG_VIDEO_OUTPUT_CONTROL=m
69866 -# CONFIG_FB is not set
69867 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
69868 -
69869 -#
69870 -# Display device support
69871 -#
69872 -# CONFIG_DISPLAY_SUPPORT is not set
69873 -
69874 -#
69875 -# Sound
69876 -#
69877 -# CONFIG_SOUND is not set
69878 -CONFIG_HID_SUPPORT=y
69879 -CONFIG_HID=y
69880 -# CONFIG_HID_DEBUG is not set
69881 -# CONFIG_HIDRAW is not set
69882 -CONFIG_USB_SUPPORT=y
69883 -CONFIG_USB_ARCH_HAS_HCD=y
69884 -CONFIG_USB_ARCH_HAS_OHCI=y
69885 -CONFIG_USB_ARCH_HAS_EHCI=y
69886 -# CONFIG_USB is not set
69887 -
69888 -#
69889 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
69890 -#
69891 -# CONFIG_USB_GADGET is not set
69892 -# CONFIG_MMC is not set
69893 -# CONFIG_MEMSTICK is not set
69894 -# CONFIG_NEW_LEDS is not set
69895 -# CONFIG_INFINIBAND is not set
69896 -# CONFIG_EDAC is not set
69897 -CONFIG_RTC_LIB=y
69898 -CONFIG_RTC_CLASS=y
69899 -CONFIG_RTC_HCTOSYS=y
69900 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
69901 -# CONFIG_RTC_DEBUG is not set
69902 -
69903 -#
69904 -# RTC interfaces
69905 -#
69906 -CONFIG_RTC_INTF_SYSFS=y
69907 -CONFIG_RTC_INTF_PROC=y
69908 -CONFIG_RTC_INTF_DEV=y
69909 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
69910 -# CONFIG_RTC_DRV_TEST is not set
69911 -
69912 -#
69913 -# I2C RTC drivers
69914 -#
69915 -# CONFIG_RTC_DRV_DS1307 is not set
69916 -CONFIG_RTC_DRV_DS1374=y
69917 -# CONFIG_RTC_DRV_DS1672 is not set
69918 -# CONFIG_RTC_DRV_MAX6900 is not set
69919 -# CONFIG_RTC_DRV_RS5C372 is not set
69920 -# CONFIG_RTC_DRV_ISL1208 is not set
69921 -# CONFIG_RTC_DRV_X1205 is not set
69922 -# CONFIG_RTC_DRV_PCF8563 is not set
69923 -# CONFIG_RTC_DRV_PCF8583 is not set
69924 -# CONFIG_RTC_DRV_M41T80 is not set
69925 -# CONFIG_RTC_DRV_S35390A is not set
69926 -
69927 -#
69928 -# SPI RTC drivers
69929 -#
69930 -
69931 -#
69932 -# Platform RTC drivers
69933 -#
69934 -# CONFIG_RTC_DRV_CMOS is not set
69935 -# CONFIG_RTC_DRV_DS1511 is not set
69936 -# CONFIG_RTC_DRV_DS1553 is not set
69937 -# CONFIG_RTC_DRV_DS1742 is not set
69938 -# CONFIG_RTC_DRV_STK17TA8 is not set
69939 -# CONFIG_RTC_DRV_M48T86 is not set
69940 -# CONFIG_RTC_DRV_M48T59 is not set
69941 -# CONFIG_RTC_DRV_V3020 is not set
69942 -
69943 -#
69944 -# on-CPU RTC drivers
69945 -#
69946 -# CONFIG_DMADEVICES is not set
69947 -
69948 -#
69949 -# Userspace I/O
69950 -#
69951 -# CONFIG_UIO is not set
69952 -
69953 -#
69954 -# File systems
69955 -#
69956 -CONFIG_EXT2_FS=y
69957 -# CONFIG_EXT2_FS_XATTR is not set
69958 -# CONFIG_EXT2_FS_XIP is not set
69959 -CONFIG_EXT3_FS=y
69960 -CONFIG_EXT3_FS_XATTR=y
69961 -# CONFIG_EXT3_FS_POSIX_ACL is not set
69962 -# CONFIG_EXT3_FS_SECURITY is not set
69963 -# CONFIG_EXT4DEV_FS is not set
69964 -CONFIG_JBD=y
69965 -CONFIG_FS_MBCACHE=y
69966 -# CONFIG_REISERFS_FS is not set
69967 -# CONFIG_JFS_FS is not set
69968 -# CONFIG_FS_POSIX_ACL is not set
69969 -# CONFIG_XFS_FS is not set
69970 -# CONFIG_GFS2_FS is not set
69971 -# CONFIG_OCFS2_FS is not set
69972 -CONFIG_DNOTIFY=y
69973 -CONFIG_INOTIFY=y
69974 -CONFIG_INOTIFY_USER=y
69975 -# CONFIG_QUOTA is not set
69976 -# CONFIG_AUTOFS_FS is not set
69977 -# CONFIG_AUTOFS4_FS is not set
69978 -# CONFIG_FUSE_FS is not set
69979 -
69980 -#
69981 -# CD-ROM/DVD Filesystems
69982 -#
69983 -# CONFIG_ISO9660_FS is not set
69984 -# CONFIG_UDF_FS is not set
69985 -
69986 -#
69987 -# DOS/FAT/NT Filesystems
69988 -#
69989 -# CONFIG_MSDOS_FS is not set
69990 -# CONFIG_VFAT_FS is not set
69991 -# CONFIG_NTFS_FS is not set
69992 -
69993 -#
69994 -# Pseudo filesystems
69995 -#
69996 -CONFIG_PROC_FS=y
69997 -CONFIG_PROC_KCORE=y
69998 -CONFIG_PROC_SYSCTL=y
69999 -CONFIG_SYSFS=y
70000 -CONFIG_TMPFS=y
70001 -# CONFIG_TMPFS_POSIX_ACL is not set
70002 -# CONFIG_HUGETLB_PAGE is not set
70003 -# CONFIG_CONFIGFS_FS is not set
70004 -
70005 -#
70006 -# Miscellaneous filesystems
70007 -#
70008 -# CONFIG_ADFS_FS is not set
70009 -# CONFIG_AFFS_FS is not set
70010 -# CONFIG_HFS_FS is not set
70011 -# CONFIG_HFSPLUS_FS is not set
70012 -# CONFIG_BEFS_FS is not set
70013 -# CONFIG_BFS_FS is not set
70014 -# CONFIG_EFS_FS is not set
70015 -# CONFIG_CRAMFS is not set
70016 -# CONFIG_VXFS_FS is not set
70017 -# CONFIG_MINIX_FS is not set
70018 -# CONFIG_HPFS_FS is not set
70019 -# CONFIG_QNX4FS_FS is not set
70020 -# CONFIG_ROMFS_FS is not set
70021 -# CONFIG_SYSV_FS is not set
70022 -# CONFIG_UFS_FS is not set
70023 -CONFIG_NETWORK_FILESYSTEMS=y
70024 -CONFIG_NFS_FS=y
70025 -CONFIG_NFS_V3=y
70026 -# CONFIG_NFS_V3_ACL is not set
70027 -CONFIG_NFS_V4=y
70028 -# CONFIG_NFS_DIRECTIO is not set
70029 -# CONFIG_NFSD is not set
70030 -CONFIG_ROOT_NFS=y
70031 -CONFIG_LOCKD=y
70032 -CONFIG_LOCKD_V4=y
70033 -CONFIG_NFS_COMMON=y
70034 -CONFIG_SUNRPC=y
70035 -CONFIG_SUNRPC_GSS=y
70036 -# CONFIG_SUNRPC_BIND34 is not set
70037 -CONFIG_RPCSEC_GSS_KRB5=y
70038 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
70039 -# CONFIG_SMB_FS is not set
70040 -# CONFIG_CIFS is not set
70041 -# CONFIG_NCP_FS is not set
70042 -# CONFIG_CODA_FS is not set
70043 -# CONFIG_AFS_FS is not set
70044 -
70045 -#
70046 -# Partition Types
70047 -#
70048 -CONFIG_PARTITION_ADVANCED=y
70049 -# CONFIG_ACORN_PARTITION is not set
70050 -# CONFIG_OSF_PARTITION is not set
70051 -# CONFIG_AMIGA_PARTITION is not set
70052 -# CONFIG_ATARI_PARTITION is not set
70053 -# CONFIG_MAC_PARTITION is not set
70054 -# CONFIG_MSDOS_PARTITION is not set
70055 -# CONFIG_LDM_PARTITION is not set
70056 -# CONFIG_SGI_PARTITION is not set
70057 -# CONFIG_ULTRIX_PARTITION is not set
70058 -# CONFIG_SUN_PARTITION is not set
70059 -# CONFIG_KARMA_PARTITION is not set
70060 -# CONFIG_EFI_PARTITION is not set
70061 -# CONFIG_SYSV68_PARTITION is not set
70062 -# CONFIG_NLS is not set
70063 -# CONFIG_DLM is not set
70064 -
70065 -#
70066 -# Library routines
70067 -#
70068 -CONFIG_BITREVERSE=y
70069 -# CONFIG_CRC_CCITT is not set
70070 -# CONFIG_CRC16 is not set
70071 -# CONFIG_CRC_ITU_T is not set
70072 -CONFIG_CRC32=y
70073 -# CONFIG_CRC7 is not set
70074 -# CONFIG_LIBCRC32C is not set
70075 -CONFIG_PLIST=y
70076 -CONFIG_HAS_IOMEM=y
70077 -CONFIG_HAS_IOPORT=y
70078 -CONFIG_HAS_DMA=y
70079 -
70080 -#
70081 -# Kernel hacking
70082 -#
70083 -# CONFIG_PRINTK_TIME is not set
70084 -CONFIG_ENABLE_WARN_DEPRECATED=y
70085 -CONFIG_ENABLE_MUST_CHECK=y
70086 -# CONFIG_MAGIC_SYSRQ is not set
70087 -# CONFIG_UNUSED_SYMBOLS is not set
70088 -# CONFIG_DEBUG_FS is not set
70089 -# CONFIG_HEADERS_CHECK is not set
70090 -CONFIG_DEBUG_KERNEL=y
70091 -# CONFIG_DEBUG_SHIRQ is not set
70092 -CONFIG_DETECT_SOFTLOCKUP=y
70093 -CONFIG_SCHED_DEBUG=y
70094 -# CONFIG_SCHEDSTATS is not set
70095 -# CONFIG_TIMER_STATS is not set
70096 -# CONFIG_SLUB_DEBUG_ON is not set
70097 -# CONFIG_SLUB_STATS is not set
70098 -# CONFIG_DEBUG_RT_MUTEXES is not set
70099 -# CONFIG_RT_MUTEX_TESTER is not set
70100 -# CONFIG_DEBUG_SPINLOCK is not set
70101 -# CONFIG_DEBUG_MUTEXES is not set
70102 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
70103 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
70104 -# CONFIG_DEBUG_KOBJECT is not set
70105 -# CONFIG_DEBUG_BUGVERBOSE is not set
70106 -# CONFIG_DEBUG_INFO is not set
70107 -# CONFIG_DEBUG_VM is not set
70108 -# CONFIG_DEBUG_LIST is not set
70109 -# CONFIG_DEBUG_SG is not set
70110 -# CONFIG_BOOT_PRINTK_DELAY is not set
70111 -# CONFIG_RCU_TORTURE_TEST is not set
70112 -# CONFIG_BACKTRACE_SELF_TEST is not set
70113 -# CONFIG_FAULT_INJECTION is not set
70114 -# CONFIG_SAMPLES is not set
70115 -# CONFIG_DEBUG_STACKOVERFLOW is not set
70116 -# CONFIG_DEBUG_STACK_USAGE is not set
70117 -# CONFIG_DEBUG_PAGEALLOC is not set
70118 -CONFIG_DEBUGGER=y
70119 -# CONFIG_XMON is not set
70120 -# CONFIG_BDI_SWITCH is not set
70121 -CONFIG_PPC_EARLY_DEBUG=y
70122 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
70123 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
70124 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
70125 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
70126 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
70127 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
70128 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
70129 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
70130 -# CONFIG_PPC_EARLY_DEBUG_44x is not set
70131 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
70132 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
70133 -
70134 -#
70135 -# Security options
70136 -#
70137 -# CONFIG_KEYS is not set
70138 -# CONFIG_SECURITY is not set
70139 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
70140 -CONFIG_CRYPTO=y
70141 -CONFIG_CRYPTO_ALGAPI=y
70142 -CONFIG_CRYPTO_BLKCIPHER=y
70143 -# CONFIG_CRYPTO_SEQIV is not set
70144 -CONFIG_CRYPTO_MANAGER=y
70145 -# CONFIG_CRYPTO_HMAC is not set
70146 -# CONFIG_CRYPTO_XCBC is not set
70147 -# CONFIG_CRYPTO_NULL is not set
70148 -# CONFIG_CRYPTO_MD4 is not set
70149 -CONFIG_CRYPTO_MD5=y
70150 -# CONFIG_CRYPTO_SHA1 is not set
70151 -# CONFIG_CRYPTO_SHA256 is not set
70152 -# CONFIG_CRYPTO_SHA512 is not set
70153 -# CONFIG_CRYPTO_WP512 is not set
70154 -# CONFIG_CRYPTO_TGR192 is not set
70155 -# CONFIG_CRYPTO_GF128MUL is not set
70156 -CONFIG_CRYPTO_ECB=m
70157 -CONFIG_CRYPTO_CBC=y
70158 -CONFIG_CRYPTO_PCBC=m
70159 -# CONFIG_CRYPTO_LRW is not set
70160 -# CONFIG_CRYPTO_XTS is not set
70161 -# CONFIG_CRYPTO_CTR is not set
70162 -# CONFIG_CRYPTO_GCM is not set
70163 -# CONFIG_CRYPTO_CCM is not set
70164 -# CONFIG_CRYPTO_CRYPTD is not set
70165 -CONFIG_CRYPTO_DES=y
70166 -# CONFIG_CRYPTO_FCRYPT is not set
70167 -# CONFIG_CRYPTO_BLOWFISH is not set
70168 -# CONFIG_CRYPTO_TWOFISH is not set
70169 -# CONFIG_CRYPTO_SERPENT is not set
70170 -# CONFIG_CRYPTO_AES is not set
70171 -# CONFIG_CRYPTO_CAST5 is not set
70172 -# CONFIG_CRYPTO_CAST6 is not set
70173 -# CONFIG_CRYPTO_TEA is not set
70174 -# CONFIG_CRYPTO_ARC4 is not set
70175 -# CONFIG_CRYPTO_KHAZAD is not set
70176 -# CONFIG_CRYPTO_ANUBIS is not set
70177 -# CONFIG_CRYPTO_SEED is not set
70178 -# CONFIG_CRYPTO_SALSA20 is not set
70179 -# CONFIG_CRYPTO_DEFLATE is not set
70180 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
70181 -# CONFIG_CRYPTO_CRC32C is not set
70182 -# CONFIG_CRYPTO_CAMELLIA is not set
70183 -# CONFIG_CRYPTO_TEST is not set
70184 -# CONFIG_CRYPTO_AUTHENC is not set
70185 -# CONFIG_CRYPTO_LZO is not set
70186 -CONFIG_CRYPTO_HW=y
70187 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
70188 -# CONFIG_PPC_CLOCK is not set
70189 -CONFIG_PPC_LIB_RHEAP=y
70190 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc8572_ds_defconfig powerpc.git/arch/powerpc/configs/mpc8572_ds_defconfig
70191 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc8572_ds_defconfig 2008-04-11 22:32:29.000000000 +0200
70192 +++ powerpc.git/arch/powerpc/configs/mpc8572_ds_defconfig 1970-01-01 01:00:00.000000000 +0100
70193 @@ -1,1549 +0,0 @@
70194 -#
70195 -# Automatically generated make config: don't edit
70196 -# Linux kernel version: 2.6.25-rc7
70197 -# Mon Mar 31 11:37:06 2008
70198 -#
70199 -# CONFIG_PPC64 is not set
70200 -
70201 -#
70202 -# Processor support
70203 -#
70204 -# CONFIG_6xx is not set
70205 -CONFIG_PPC_85xx=y
70206 -# CONFIG_PPC_8xx is not set
70207 -# CONFIG_40x is not set
70208 -# CONFIG_44x is not set
70209 -# CONFIG_E200 is not set
70210 -CONFIG_E500=y
70211 -CONFIG_BOOKE=y
70212 -CONFIG_FSL_BOOKE=y
70213 -CONFIG_FSL_EMB_PERFMON=y
70214 -# CONFIG_PHYS_64BIT is not set
70215 -CONFIG_SPE=y
70216 -# CONFIG_PPC_MM_SLICES is not set
70217 -CONFIG_PPC32=y
70218 -CONFIG_WORD_SIZE=32
70219 -CONFIG_PPC_MERGE=y
70220 -CONFIG_MMU=y
70221 -CONFIG_GENERIC_CMOS_UPDATE=y
70222 -CONFIG_GENERIC_TIME=y
70223 -CONFIG_GENERIC_TIME_VSYSCALL=y
70224 -CONFIG_GENERIC_CLOCKEVENTS=y
70225 -CONFIG_GENERIC_HARDIRQS=y
70226 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
70227 -CONFIG_IRQ_PER_CPU=y
70228 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
70229 -CONFIG_ARCH_HAS_ILOG2_U32=y
70230 -CONFIG_GENERIC_HWEIGHT=y
70231 -CONFIG_GENERIC_CALIBRATE_DELAY=y
70232 -CONFIG_GENERIC_FIND_NEXT_BIT=y
70233 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
70234 -CONFIG_PPC=y
70235 -CONFIG_EARLY_PRINTK=y
70236 -CONFIG_GENERIC_NVRAM=y
70237 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
70238 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
70239 -CONFIG_PPC_OF=y
70240 -CONFIG_OF=y
70241 -CONFIG_PPC_UDBG_16550=y
70242 -# CONFIG_GENERIC_TBSYNC is not set
70243 -CONFIG_AUDIT_ARCH=y
70244 -CONFIG_GENERIC_BUG=y
70245 -CONFIG_DEFAULT_UIMAGE=y
70246 -# CONFIG_PPC_DCR_NATIVE is not set
70247 -# CONFIG_PPC_DCR_MMIO is not set
70248 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
70249 -
70250 -#
70251 -# General setup
70252 -#
70253 -CONFIG_EXPERIMENTAL=y
70254 -CONFIG_BROKEN_ON_SMP=y
70255 -CONFIG_INIT_ENV_ARG_LIMIT=32
70256 -CONFIG_LOCALVERSION=""
70257 -CONFIG_LOCALVERSION_AUTO=y
70258 -CONFIG_SWAP=y
70259 -CONFIG_SYSVIPC=y
70260 -CONFIG_SYSVIPC_SYSCTL=y
70261 -CONFIG_POSIX_MQUEUE=y
70262 -CONFIG_BSD_PROCESS_ACCT=y
70263 -# CONFIG_BSD_PROCESS_ACCT_V3 is not set
70264 -# CONFIG_TASKSTATS is not set
70265 -CONFIG_AUDIT=y
70266 -# CONFIG_AUDITSYSCALL is not set
70267 -CONFIG_IKCONFIG=y
70268 -CONFIG_IKCONFIG_PROC=y
70269 -CONFIG_LOG_BUF_SHIFT=14
70270 -# CONFIG_CGROUPS is not set
70271 -CONFIG_GROUP_SCHED=y
70272 -# CONFIG_FAIR_GROUP_SCHED is not set
70273 -# CONFIG_RT_GROUP_SCHED is not set
70274 -CONFIG_USER_SCHED=y
70275 -# CONFIG_CGROUP_SCHED is not set
70276 -CONFIG_SYSFS_DEPRECATED=y
70277 -CONFIG_SYSFS_DEPRECATED_V2=y
70278 -# CONFIG_RELAY is not set
70279 -# CONFIG_NAMESPACES is not set
70280 -CONFIG_BLK_DEV_INITRD=y
70281 -CONFIG_INITRAMFS_SOURCE=""
70282 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
70283 -CONFIG_SYSCTL=y
70284 -CONFIG_EMBEDDED=y
70285 -CONFIG_SYSCTL_SYSCALL=y
70286 -CONFIG_KALLSYMS=y
70287 -CONFIG_KALLSYMS_ALL=y
70288 -CONFIG_KALLSYMS_EXTRA_PASS=y
70289 -CONFIG_HOTPLUG=y
70290 -CONFIG_PRINTK=y
70291 -CONFIG_BUG=y
70292 -CONFIG_ELF_CORE=y
70293 -CONFIG_COMPAT_BRK=y
70294 -CONFIG_BASE_FULL=y
70295 -CONFIG_FUTEX=y
70296 -CONFIG_ANON_INODES=y
70297 -CONFIG_EPOLL=y
70298 -CONFIG_SIGNALFD=y
70299 -CONFIG_TIMERFD=y
70300 -CONFIG_EVENTFD=y
70301 -CONFIG_SHMEM=y
70302 -CONFIG_VM_EVENT_COUNTERS=y
70303 -CONFIG_SLUB_DEBUG=y
70304 -# CONFIG_SLAB is not set
70305 -CONFIG_SLUB=y
70306 -# CONFIG_SLOB is not set
70307 -# CONFIG_PROFILING is not set
70308 -# CONFIG_MARKERS is not set
70309 -CONFIG_HAVE_OPROFILE=y
70310 -# CONFIG_KPROBES is not set
70311 -CONFIG_HAVE_KPROBES=y
70312 -CONFIG_HAVE_KRETPROBES=y
70313 -CONFIG_PROC_PAGE_MONITOR=y
70314 -CONFIG_SLABINFO=y
70315 -CONFIG_RT_MUTEXES=y
70316 -# CONFIG_TINY_SHMEM is not set
70317 -CONFIG_BASE_SMALL=0
70318 -CONFIG_MODULES=y
70319 -CONFIG_MODULE_UNLOAD=y
70320 -CONFIG_MODULE_FORCE_UNLOAD=y
70321 -CONFIG_MODVERSIONS=y
70322 -# CONFIG_MODULE_SRCVERSION_ALL is not set
70323 -CONFIG_KMOD=y
70324 -CONFIG_BLOCK=y
70325 -CONFIG_LBD=y
70326 -# CONFIG_BLK_DEV_IO_TRACE is not set
70327 -# CONFIG_LSF is not set
70328 -# CONFIG_BLK_DEV_BSG is not set
70329 -
70330 -#
70331 -# IO Schedulers
70332 -#
70333 -CONFIG_IOSCHED_NOOP=y
70334 -CONFIG_IOSCHED_AS=y
70335 -CONFIG_IOSCHED_DEADLINE=y
70336 -CONFIG_IOSCHED_CFQ=y
70337 -# CONFIG_DEFAULT_AS is not set
70338 -# CONFIG_DEFAULT_DEADLINE is not set
70339 -CONFIG_DEFAULT_CFQ=y
70340 -# CONFIG_DEFAULT_NOOP is not set
70341 -CONFIG_DEFAULT_IOSCHED="cfq"
70342 -CONFIG_CLASSIC_RCU=y
70343 -
70344 -#
70345 -# Platform support
70346 -#
70347 -# CONFIG_PPC_MPC512x is not set
70348 -# CONFIG_PPC_MPC5121 is not set
70349 -# CONFIG_PPC_CELL is not set
70350 -# CONFIG_PPC_CELL_NATIVE is not set
70351 -# CONFIG_PQ2ADS is not set
70352 -CONFIG_MPC85xx=y
70353 -# CONFIG_MPC8540_ADS is not set
70354 -# CONFIG_MPC8560_ADS is not set
70355 -# CONFIG_MPC85xx_CDS is not set
70356 -# CONFIG_MPC85xx_MDS is not set
70357 -CONFIG_MPC85xx_DS=y
70358 -# CONFIG_STX_GP3 is not set
70359 -# CONFIG_TQM8540 is not set
70360 -# CONFIG_TQM8541 is not set
70361 -# CONFIG_TQM8555 is not set
70362 -# CONFIG_TQM8560 is not set
70363 -# CONFIG_SBC8548 is not set
70364 -# CONFIG_SBC8560 is not set
70365 -# CONFIG_IPIC is not set
70366 -CONFIG_MPIC=y
70367 -# CONFIG_MPIC_WEIRD is not set
70368 -CONFIG_PPC_I8259=y
70369 -# CONFIG_PPC_RTAS is not set
70370 -# CONFIG_MMIO_NVRAM is not set
70371 -# CONFIG_PPC_MPC106 is not set
70372 -# CONFIG_PPC_970_NAP is not set
70373 -# CONFIG_PPC_INDIRECT_IO is not set
70374 -# CONFIG_GENERIC_IOMAP is not set
70375 -# CONFIG_CPU_FREQ is not set
70376 -# CONFIG_CPM2 is not set
70377 -CONFIG_FSL_ULI1575=y
70378 -
70379 -#
70380 -# Kernel options
70381 -#
70382 -CONFIG_HIGHMEM=y
70383 -CONFIG_TICK_ONESHOT=y
70384 -CONFIG_NO_HZ=y
70385 -CONFIG_HIGH_RES_TIMERS=y
70386 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
70387 -# CONFIG_HZ_100 is not set
70388 -CONFIG_HZ_250=y
70389 -# CONFIG_HZ_300 is not set
70390 -# CONFIG_HZ_1000 is not set
70391 -CONFIG_HZ=250
70392 -# CONFIG_SCHED_HRTICK is not set
70393 -CONFIG_PREEMPT_NONE=y
70394 -# CONFIG_PREEMPT_VOLUNTARY is not set
70395 -# CONFIG_PREEMPT is not set
70396 -CONFIG_BINFMT_ELF=y
70397 -CONFIG_BINFMT_MISC=m
70398 -CONFIG_MATH_EMULATION=y
70399 -# CONFIG_IOMMU_HELPER is not set
70400 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
70401 -CONFIG_ARCH_HAS_WALK_MEMORY=y
70402 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
70403 -CONFIG_ARCH_FLATMEM_ENABLE=y
70404 -CONFIG_ARCH_POPULATES_NODE_MAP=y
70405 -CONFIG_SELECT_MEMORY_MODEL=y
70406 -CONFIG_FLATMEM_MANUAL=y
70407 -# CONFIG_DISCONTIGMEM_MANUAL is not set
70408 -# CONFIG_SPARSEMEM_MANUAL is not set
70409 -CONFIG_FLATMEM=y
70410 -CONFIG_FLAT_NODE_MEM_MAP=y
70411 -# CONFIG_SPARSEMEM_STATIC is not set
70412 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
70413 -CONFIG_SPLIT_PTLOCK_CPUS=4
70414 -# CONFIG_RESOURCES_64BIT is not set
70415 -CONFIG_ZONE_DMA_FLAG=1
70416 -CONFIG_BOUNCE=y
70417 -CONFIG_VIRT_TO_BUS=y
70418 -CONFIG_PROC_DEVICETREE=y
70419 -# CONFIG_CMDLINE_BOOL is not set
70420 -# CONFIG_PM is not set
70421 -CONFIG_SECCOMP=y
70422 -CONFIG_ISA_DMA_API=y
70423 -
70424 -#
70425 -# Bus options
70426 -#
70427 -CONFIG_ZONE_DMA=y
70428 -CONFIG_GENERIC_ISA_DMA=y
70429 -CONFIG_PPC_INDIRECT_PCI=y
70430 -CONFIG_FSL_SOC=y
70431 -CONFIG_FSL_PCI=y
70432 -CONFIG_PCI=y
70433 -CONFIG_PCI_DOMAINS=y
70434 -CONFIG_PCI_SYSCALL=y
70435 -# CONFIG_PCIEPORTBUS is not set
70436 -CONFIG_ARCH_SUPPORTS_MSI=y
70437 -# CONFIG_PCI_MSI is not set
70438 -CONFIG_PCI_LEGACY=y
70439 -# CONFIG_PCI_DEBUG is not set
70440 -# CONFIG_PCCARD is not set
70441 -# CONFIG_HOTPLUG_PCI is not set
70442 -
70443 -#
70444 -# Advanced setup
70445 -#
70446 -# CONFIG_ADVANCED_OPTIONS is not set
70447 -
70448 -#
70449 -# Default settings for advanced configuration options are used
70450 -#
70451 -CONFIG_HIGHMEM_START=0xfe000000
70452 -CONFIG_LOWMEM_SIZE=0x30000000
70453 -CONFIG_KERNEL_START=0xc0000000
70454 -CONFIG_TASK_SIZE=0xc0000000
70455 -CONFIG_BOOT_LOAD=0x00800000
70456 -
70457 -#
70458 -# Networking
70459 -#
70460 -CONFIG_NET=y
70461 -
70462 -#
70463 -# Networking options
70464 -#
70465 -CONFIG_PACKET=y
70466 -# CONFIG_PACKET_MMAP is not set
70467 -CONFIG_UNIX=y
70468 -CONFIG_XFRM=y
70469 -CONFIG_XFRM_USER=y
70470 -# CONFIG_XFRM_SUB_POLICY is not set
70471 -# CONFIG_XFRM_MIGRATE is not set
70472 -# CONFIG_XFRM_STATISTICS is not set
70473 -CONFIG_NET_KEY=m
70474 -# CONFIG_NET_KEY_MIGRATE is not set
70475 -CONFIG_INET=y
70476 -CONFIG_IP_MULTICAST=y
70477 -CONFIG_IP_ADVANCED_ROUTER=y
70478 -CONFIG_ASK_IP_FIB_HASH=y
70479 -# CONFIG_IP_FIB_TRIE is not set
70480 -CONFIG_IP_FIB_HASH=y
70481 -CONFIG_IP_MULTIPLE_TABLES=y
70482 -CONFIG_IP_ROUTE_MULTIPATH=y
70483 -CONFIG_IP_ROUTE_VERBOSE=y
70484 -CONFIG_IP_PNP=y
70485 -CONFIG_IP_PNP_DHCP=y
70486 -CONFIG_IP_PNP_BOOTP=y
70487 -CONFIG_IP_PNP_RARP=y
70488 -CONFIG_NET_IPIP=y
70489 -CONFIG_NET_IPGRE=y
70490 -CONFIG_NET_IPGRE_BROADCAST=y
70491 -CONFIG_IP_MROUTE=y
70492 -CONFIG_IP_PIMSM_V1=y
70493 -CONFIG_IP_PIMSM_V2=y
70494 -CONFIG_ARPD=y
70495 -# CONFIG_SYN_COOKIES is not set
70496 -# CONFIG_INET_AH is not set
70497 -# CONFIG_INET_ESP is not set
70498 -# CONFIG_INET_IPCOMP is not set
70499 -# CONFIG_INET_XFRM_TUNNEL is not set
70500 -CONFIG_INET_TUNNEL=y
70501 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
70502 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
70503 -# CONFIG_INET_XFRM_MODE_BEET is not set
70504 -# CONFIG_INET_LRO is not set
70505 -CONFIG_INET_DIAG=y
70506 -CONFIG_INET_TCP_DIAG=y
70507 -# CONFIG_TCP_CONG_ADVANCED is not set
70508 -CONFIG_TCP_CONG_CUBIC=y
70509 -CONFIG_DEFAULT_TCP_CONG="cubic"
70510 -# CONFIG_TCP_MD5SIG is not set
70511 -CONFIG_IPV6=y
70512 -# CONFIG_IPV6_PRIVACY is not set
70513 -# CONFIG_IPV6_ROUTER_PREF is not set
70514 -# CONFIG_IPV6_OPTIMISTIC_DAD is not set
70515 -# CONFIG_INET6_AH is not set
70516 -# CONFIG_INET6_ESP is not set
70517 -# CONFIG_INET6_IPCOMP is not set
70518 -# CONFIG_IPV6_MIP6 is not set
70519 -# CONFIG_INET6_XFRM_TUNNEL is not set
70520 -# CONFIG_INET6_TUNNEL is not set
70521 -CONFIG_INET6_XFRM_MODE_TRANSPORT=y
70522 -CONFIG_INET6_XFRM_MODE_TUNNEL=y
70523 -CONFIG_INET6_XFRM_MODE_BEET=y
70524 -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
70525 -CONFIG_IPV6_SIT=y
70526 -# CONFIG_IPV6_TUNNEL is not set
70527 -# CONFIG_IPV6_MULTIPLE_TABLES is not set
70528 -# CONFIG_NETWORK_SECMARK is not set
70529 -# CONFIG_NETFILTER is not set
70530 -# CONFIG_IP_DCCP is not set
70531 -CONFIG_IP_SCTP=m
70532 -# CONFIG_SCTP_DBG_MSG is not set
70533 -# CONFIG_SCTP_DBG_OBJCNT is not set
70534 -# CONFIG_SCTP_HMAC_NONE is not set
70535 -# CONFIG_SCTP_HMAC_SHA1 is not set
70536 -CONFIG_SCTP_HMAC_MD5=y
70537 -# CONFIG_TIPC is not set
70538 -# CONFIG_ATM is not set
70539 -# CONFIG_BRIDGE is not set
70540 -# CONFIG_VLAN_8021Q is not set
70541 -# CONFIG_DECNET is not set
70542 -# CONFIG_LLC2 is not set
70543 -# CONFIG_IPX is not set
70544 -# CONFIG_ATALK is not set
70545 -# CONFIG_X25 is not set
70546 -# CONFIG_LAPB is not set
70547 -# CONFIG_ECONET is not set
70548 -# CONFIG_WAN_ROUTER is not set
70549 -# CONFIG_NET_SCHED is not set
70550 -
70551 -#
70552 -# Network testing
70553 -#
70554 -# CONFIG_NET_PKTGEN is not set
70555 -# CONFIG_HAMRADIO is not set
70556 -# CONFIG_CAN is not set
70557 -# CONFIG_IRDA is not set
70558 -# CONFIG_BT is not set
70559 -# CONFIG_AF_RXRPC is not set
70560 -CONFIG_FIB_RULES=y
70561 -
70562 -#
70563 -# Wireless
70564 -#
70565 -# CONFIG_CFG80211 is not set
70566 -# CONFIG_WIRELESS_EXT is not set
70567 -# CONFIG_MAC80211 is not set
70568 -# CONFIG_IEEE80211 is not set
70569 -# CONFIG_RFKILL is not set
70570 -# CONFIG_NET_9P is not set
70571 -
70572 -#
70573 -# Device Drivers
70574 -#
70575 -
70576 -#
70577 -# Generic Driver Options
70578 -#
70579 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
70580 -CONFIG_STANDALONE=y
70581 -CONFIG_PREVENT_FIRMWARE_BUILD=y
70582 -CONFIG_FW_LOADER=y
70583 -# CONFIG_DEBUG_DRIVER is not set
70584 -# CONFIG_DEBUG_DEVRES is not set
70585 -# CONFIG_SYS_HYPERVISOR is not set
70586 -# CONFIG_CONNECTOR is not set
70587 -# CONFIG_MTD is not set
70588 -CONFIG_OF_DEVICE=y
70589 -# CONFIG_PARPORT is not set
70590 -CONFIG_BLK_DEV=y
70591 -# CONFIG_BLK_DEV_FD is not set
70592 -# CONFIG_BLK_CPQ_DA is not set
70593 -# CONFIG_BLK_CPQ_CISS_DA is not set
70594 -# CONFIG_BLK_DEV_DAC960 is not set
70595 -# CONFIG_BLK_DEV_UMEM is not set
70596 -# CONFIG_BLK_DEV_COW_COMMON is not set
70597 -CONFIG_BLK_DEV_LOOP=y
70598 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
70599 -CONFIG_BLK_DEV_NBD=y
70600 -# CONFIG_BLK_DEV_SX8 is not set
70601 -# CONFIG_BLK_DEV_UB is not set
70602 -CONFIG_BLK_DEV_RAM=y
70603 -CONFIG_BLK_DEV_RAM_COUNT=16
70604 -CONFIG_BLK_DEV_RAM_SIZE=131072
70605 -# CONFIG_BLK_DEV_XIP is not set
70606 -# CONFIG_CDROM_PKTCDVD is not set
70607 -# CONFIG_ATA_OVER_ETH is not set
70608 -CONFIG_MISC_DEVICES=y
70609 -# CONFIG_PHANTOM is not set
70610 -# CONFIG_EEPROM_93CX6 is not set
70611 -# CONFIG_SGI_IOC4 is not set
70612 -# CONFIG_TIFM_CORE is not set
70613 -# CONFIG_ENCLOSURE_SERVICES is not set
70614 -CONFIG_HAVE_IDE=y
70615 -# CONFIG_IDE is not set
70616 -
70617 -#
70618 -# SCSI device support
70619 -#
70620 -# CONFIG_RAID_ATTRS is not set
70621 -CONFIG_SCSI=y
70622 -CONFIG_SCSI_DMA=y
70623 -# CONFIG_SCSI_TGT is not set
70624 -# CONFIG_SCSI_NETLINK is not set
70625 -CONFIG_SCSI_PROC_FS=y
70626 -
70627 -#
70628 -# SCSI support type (disk, tape, CD-ROM)
70629 -#
70630 -CONFIG_BLK_DEV_SD=y
70631 -CONFIG_CHR_DEV_ST=y
70632 -# CONFIG_CHR_DEV_OSST is not set
70633 -CONFIG_BLK_DEV_SR=y
70634 -# CONFIG_BLK_DEV_SR_VENDOR is not set
70635 -CONFIG_CHR_DEV_SG=y
70636 -# CONFIG_CHR_DEV_SCH is not set
70637 -
70638 -#
70639 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
70640 -#
70641 -CONFIG_SCSI_MULTI_LUN=y
70642 -# CONFIG_SCSI_CONSTANTS is not set
70643 -CONFIG_SCSI_LOGGING=y
70644 -# CONFIG_SCSI_SCAN_ASYNC is not set
70645 -CONFIG_SCSI_WAIT_SCAN=m
70646 -
70647 -#
70648 -# SCSI Transports
70649 -#
70650 -# CONFIG_SCSI_SPI_ATTRS is not set
70651 -# CONFIG_SCSI_FC_ATTRS is not set
70652 -# CONFIG_SCSI_ISCSI_ATTRS is not set
70653 -# CONFIG_SCSI_SAS_LIBSAS is not set
70654 -# CONFIG_SCSI_SRP_ATTRS is not set
70655 -CONFIG_SCSI_LOWLEVEL=y
70656 -# CONFIG_ISCSI_TCP is not set
70657 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
70658 -# CONFIG_SCSI_3W_9XXX is not set
70659 -# CONFIG_SCSI_ACARD is not set
70660 -# CONFIG_SCSI_AACRAID is not set
70661 -# CONFIG_SCSI_AIC7XXX is not set
70662 -# CONFIG_SCSI_AIC7XXX_OLD is not set
70663 -# CONFIG_SCSI_AIC79XX is not set
70664 -# CONFIG_SCSI_AIC94XX is not set
70665 -# CONFIG_SCSI_DPT_I2O is not set
70666 -# CONFIG_SCSI_ADVANSYS is not set
70667 -# CONFIG_SCSI_ARCMSR is not set
70668 -# CONFIG_MEGARAID_NEWGEN is not set
70669 -# CONFIG_MEGARAID_LEGACY is not set
70670 -# CONFIG_MEGARAID_SAS is not set
70671 -# CONFIG_SCSI_HPTIOP is not set
70672 -# CONFIG_SCSI_BUSLOGIC is not set
70673 -# CONFIG_SCSI_DMX3191D is not set
70674 -# CONFIG_SCSI_EATA is not set
70675 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
70676 -# CONFIG_SCSI_GDTH is not set
70677 -# CONFIG_SCSI_IPS is not set
70678 -# CONFIG_SCSI_INITIO is not set
70679 -# CONFIG_SCSI_INIA100 is not set
70680 -# CONFIG_SCSI_MVSAS is not set
70681 -# CONFIG_SCSI_STEX is not set
70682 -# CONFIG_SCSI_SYM53C8XX_2 is not set
70683 -# CONFIG_SCSI_IPR is not set
70684 -# CONFIG_SCSI_QLOGIC_1280 is not set
70685 -# CONFIG_SCSI_QLA_FC is not set
70686 -# CONFIG_SCSI_QLA_ISCSI is not set
70687 -# CONFIG_SCSI_LPFC is not set
70688 -# CONFIG_SCSI_DC395x is not set
70689 -# CONFIG_SCSI_DC390T is not set
70690 -# CONFIG_SCSI_NSP32 is not set
70691 -# CONFIG_SCSI_DEBUG is not set
70692 -# CONFIG_SCSI_SRP is not set
70693 -CONFIG_ATA=y
70694 -# CONFIG_ATA_NONSTANDARD is not set
70695 -CONFIG_SATA_AHCI=y
70696 -# CONFIG_SATA_SVW is not set
70697 -# CONFIG_ATA_PIIX is not set
70698 -# CONFIG_SATA_MV is not set
70699 -# CONFIG_SATA_NV is not set
70700 -# CONFIG_PDC_ADMA is not set
70701 -# CONFIG_SATA_QSTOR is not set
70702 -# CONFIG_SATA_PROMISE is not set
70703 -# CONFIG_SATA_SX4 is not set
70704 -# CONFIG_SATA_SIL is not set
70705 -# CONFIG_SATA_SIL24 is not set
70706 -# CONFIG_SATA_SIS is not set
70707 -# CONFIG_SATA_ULI is not set
70708 -# CONFIG_SATA_VIA is not set
70709 -# CONFIG_SATA_VITESSE is not set
70710 -# CONFIG_SATA_INIC162X is not set
70711 -# CONFIG_SATA_FSL is not set
70712 -CONFIG_PATA_ALI=y
70713 -# CONFIG_PATA_AMD is not set
70714 -# CONFIG_PATA_ARTOP is not set
70715 -# CONFIG_PATA_ATIIXP is not set
70716 -# CONFIG_PATA_CMD640_PCI is not set
70717 -# CONFIG_PATA_CMD64X is not set
70718 -# CONFIG_PATA_CS5520 is not set
70719 -# CONFIG_PATA_CS5530 is not set
70720 -# CONFIG_PATA_CYPRESS is not set
70721 -# CONFIG_PATA_EFAR is not set
70722 -# CONFIG_ATA_GENERIC is not set
70723 -# CONFIG_PATA_HPT366 is not set
70724 -# CONFIG_PATA_HPT37X is not set
70725 -# CONFIG_PATA_HPT3X2N is not set
70726 -# CONFIG_PATA_HPT3X3 is not set
70727 -# CONFIG_PATA_IT821X is not set
70728 -# CONFIG_PATA_IT8213 is not set
70729 -# CONFIG_PATA_JMICRON is not set
70730 -# CONFIG_PATA_TRIFLEX is not set
70731 -# CONFIG_PATA_MARVELL is not set
70732 -# CONFIG_PATA_MPIIX is not set
70733 -# CONFIG_PATA_OLDPIIX is not set
70734 -# CONFIG_PATA_NETCELL is not set
70735 -# CONFIG_PATA_NINJA32 is not set
70736 -# CONFIG_PATA_NS87410 is not set
70737 -# CONFIG_PATA_NS87415 is not set
70738 -# CONFIG_PATA_OPTI is not set
70739 -# CONFIG_PATA_OPTIDMA is not set
70740 -# CONFIG_PATA_PDC_OLD is not set
70741 -# CONFIG_PATA_RADISYS is not set
70742 -# CONFIG_PATA_RZ1000 is not set
70743 -# CONFIG_PATA_SC1200 is not set
70744 -# CONFIG_PATA_SERVERWORKS is not set
70745 -# CONFIG_PATA_PDC2027X is not set
70746 -# CONFIG_PATA_SIL680 is not set
70747 -# CONFIG_PATA_SIS is not set
70748 -# CONFIG_PATA_VIA is not set
70749 -# CONFIG_PATA_WINBOND is not set
70750 -# CONFIG_PATA_PLATFORM is not set
70751 -# CONFIG_MD is not set
70752 -# CONFIG_FUSION is not set
70753 -
70754 -#
70755 -# IEEE 1394 (FireWire) support
70756 -#
70757 -# CONFIG_FIREWIRE is not set
70758 -# CONFIG_IEEE1394 is not set
70759 -# CONFIG_I2O is not set
70760 -# CONFIG_MACINTOSH_DRIVERS is not set
70761 -CONFIG_NETDEVICES=y
70762 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
70763 -CONFIG_DUMMY=y
70764 -# CONFIG_BONDING is not set
70765 -# CONFIG_MACVLAN is not set
70766 -# CONFIG_EQUALIZER is not set
70767 -# CONFIG_TUN is not set
70768 -# CONFIG_VETH is not set
70769 -# CONFIG_ARCNET is not set
70770 -CONFIG_PHYLIB=y
70771 -
70772 -#
70773 -# MII PHY device drivers
70774 -#
70775 -# CONFIG_MARVELL_PHY is not set
70776 -# CONFIG_DAVICOM_PHY is not set
70777 -# CONFIG_QSEMI_PHY is not set
70778 -# CONFIG_LXT_PHY is not set
70779 -# CONFIG_CICADA_PHY is not set
70780 -CONFIG_VITESSE_PHY=y
70781 -# CONFIG_SMSC_PHY is not set
70782 -# CONFIG_BROADCOM_PHY is not set
70783 -# CONFIG_ICPLUS_PHY is not set
70784 -# CONFIG_REALTEK_PHY is not set
70785 -# CONFIG_FIXED_PHY is not set
70786 -# CONFIG_MDIO_BITBANG is not set
70787 -CONFIG_NET_ETHERNET=y
70788 -CONFIG_MII=y
70789 -# CONFIG_HAPPYMEAL is not set
70790 -# CONFIG_SUNGEM is not set
70791 -# CONFIG_CASSINI is not set
70792 -# CONFIG_NET_VENDOR_3COM is not set
70793 -# CONFIG_NET_TULIP is not set
70794 -# CONFIG_HP100 is not set
70795 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
70796 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
70797 -# CONFIG_IBM_NEW_EMAC_TAH is not set
70798 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
70799 -# CONFIG_NET_PCI is not set
70800 -# CONFIG_B44 is not set
70801 -CONFIG_NETDEV_1000=y
70802 -# CONFIG_ACENIC is not set
70803 -# CONFIG_DL2K is not set
70804 -# CONFIG_E1000 is not set
70805 -# CONFIG_E1000E is not set
70806 -# CONFIG_E1000E_ENABLED is not set
70807 -# CONFIG_IP1000 is not set
70808 -# CONFIG_IGB is not set
70809 -# CONFIG_NS83820 is not set
70810 -# CONFIG_HAMACHI is not set
70811 -# CONFIG_YELLOWFIN is not set
70812 -# CONFIG_R8169 is not set
70813 -# CONFIG_SIS190 is not set
70814 -# CONFIG_SKGE is not set
70815 -# CONFIG_SKY2 is not set
70816 -# CONFIG_SK98LIN is not set
70817 -# CONFIG_VIA_VELOCITY is not set
70818 -# CONFIG_TIGON3 is not set
70819 -# CONFIG_BNX2 is not set
70820 -CONFIG_GIANFAR=y
70821 -CONFIG_GFAR_NAPI=y
70822 -# CONFIG_QLA3XXX is not set
70823 -# CONFIG_ATL1 is not set
70824 -CONFIG_NETDEV_10000=y
70825 -# CONFIG_CHELSIO_T1 is not set
70826 -# CONFIG_CHELSIO_T3 is not set
70827 -# CONFIG_IXGBE is not set
70828 -# CONFIG_IXGB is not set
70829 -# CONFIG_S2IO is not set
70830 -# CONFIG_MYRI10GE is not set
70831 -# CONFIG_NETXEN_NIC is not set
70832 -# CONFIG_NIU is not set
70833 -# CONFIG_MLX4_CORE is not set
70834 -# CONFIG_TEHUTI is not set
70835 -# CONFIG_BNX2X is not set
70836 -# CONFIG_TR is not set
70837 -
70838 -#
70839 -# Wireless LAN
70840 -#
70841 -# CONFIG_WLAN_PRE80211 is not set
70842 -# CONFIG_WLAN_80211 is not set
70843 -
70844 -#
70845 -# USB Network Adapters
70846 -#
70847 -# CONFIG_USB_CATC is not set
70848 -# CONFIG_USB_KAWETH is not set
70849 -# CONFIG_USB_PEGASUS is not set
70850 -# CONFIG_USB_RTL8150 is not set
70851 -# CONFIG_USB_USBNET is not set
70852 -# CONFIG_WAN is not set
70853 -# CONFIG_FDDI is not set
70854 -# CONFIG_HIPPI is not set
70855 -# CONFIG_PPP is not set
70856 -# CONFIG_SLIP is not set
70857 -# CONFIG_NET_FC is not set
70858 -# CONFIG_NETCONSOLE is not set
70859 -# CONFIG_NETPOLL is not set
70860 -# CONFIG_NET_POLL_CONTROLLER is not set
70861 -# CONFIG_ISDN is not set
70862 -# CONFIG_PHONE is not set
70863 -
70864 -#
70865 -# Input device support
70866 -#
70867 -CONFIG_INPUT=y
70868 -# CONFIG_INPUT_FF_MEMLESS is not set
70869 -# CONFIG_INPUT_POLLDEV is not set
70870 -
70871 -#
70872 -# Userland interfaces
70873 -#
70874 -# CONFIG_INPUT_MOUSEDEV is not set
70875 -# CONFIG_INPUT_JOYDEV is not set
70876 -# CONFIG_INPUT_EVDEV is not set
70877 -# CONFIG_INPUT_EVBUG is not set
70878 -
70879 -#
70880 -# Input Device Drivers
70881 -#
70882 -# CONFIG_INPUT_KEYBOARD is not set
70883 -# CONFIG_INPUT_MOUSE is not set
70884 -# CONFIG_INPUT_JOYSTICK is not set
70885 -# CONFIG_INPUT_TABLET is not set
70886 -# CONFIG_INPUT_TOUCHSCREEN is not set
70887 -# CONFIG_INPUT_MISC is not set
70888 -
70889 -#
70890 -# Hardware I/O ports
70891 -#
70892 -CONFIG_SERIO=y
70893 -CONFIG_SERIO_I8042=y
70894 -CONFIG_SERIO_SERPORT=y
70895 -# CONFIG_SERIO_PCIPS2 is not set
70896 -CONFIG_SERIO_LIBPS2=y
70897 -# CONFIG_SERIO_RAW is not set
70898 -# CONFIG_GAMEPORT is not set
70899 -
70900 -#
70901 -# Character devices
70902 -#
70903 -CONFIG_VT=y
70904 -CONFIG_VT_CONSOLE=y
70905 -CONFIG_HW_CONSOLE=y
70906 -# CONFIG_VT_HW_CONSOLE_BINDING is not set
70907 -# CONFIG_SERIAL_NONSTANDARD is not set
70908 -# CONFIG_NOZOMI is not set
70909 -
70910 -#
70911 -# Serial drivers
70912 -#
70913 -CONFIG_SERIAL_8250=y
70914 -CONFIG_SERIAL_8250_CONSOLE=y
70915 -CONFIG_SERIAL_8250_PCI=y
70916 -CONFIG_SERIAL_8250_NR_UARTS=2
70917 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
70918 -CONFIG_SERIAL_8250_EXTENDED=y
70919 -CONFIG_SERIAL_8250_MANY_PORTS=y
70920 -CONFIG_SERIAL_8250_SHARE_IRQ=y
70921 -CONFIG_SERIAL_8250_DETECT_IRQ=y
70922 -CONFIG_SERIAL_8250_RSA=y
70923 -
70924 -#
70925 -# Non-8250 serial port support
70926 -#
70927 -# CONFIG_SERIAL_UARTLITE is not set
70928 -CONFIG_SERIAL_CORE=y
70929 -CONFIG_SERIAL_CORE_CONSOLE=y
70930 -# CONFIG_SERIAL_JSM is not set
70931 -# CONFIG_SERIAL_OF_PLATFORM is not set
70932 -CONFIG_UNIX98_PTYS=y
70933 -CONFIG_LEGACY_PTYS=y
70934 -CONFIG_LEGACY_PTY_COUNT=256
70935 -# CONFIG_IPMI_HANDLER is not set
70936 -# CONFIG_HW_RANDOM is not set
70937 -CONFIG_NVRAM=y
70938 -# CONFIG_GEN_RTC is not set
70939 -# CONFIG_R3964 is not set
70940 -# CONFIG_APPLICOM is not set
70941 -# CONFIG_RAW_DRIVER is not set
70942 -# CONFIG_TCG_TPM is not set
70943 -CONFIG_DEVPORT=y
70944 -CONFIG_I2C=y
70945 -CONFIG_I2C_BOARDINFO=y
70946 -# CONFIG_I2C_CHARDEV is not set
70947 -
70948 -#
70949 -# I2C Algorithms
70950 -#
70951 -# CONFIG_I2C_ALGOBIT is not set
70952 -# CONFIG_I2C_ALGOPCF is not set
70953 -# CONFIG_I2C_ALGOPCA is not set
70954 -
70955 -#
70956 -# I2C Hardware Bus support
70957 -#
70958 -# CONFIG_I2C_ALI1535 is not set
70959 -# CONFIG_I2C_ALI1563 is not set
70960 -# CONFIG_I2C_ALI15X3 is not set
70961 -# CONFIG_I2C_AMD756 is not set
70962 -# CONFIG_I2C_AMD8111 is not set
70963 -# CONFIG_I2C_I801 is not set
70964 -# CONFIG_I2C_I810 is not set
70965 -# CONFIG_I2C_PIIX4 is not set
70966 -CONFIG_I2C_MPC=y
70967 -# CONFIG_I2C_NFORCE2 is not set
70968 -# CONFIG_I2C_OCORES is not set
70969 -# CONFIG_I2C_PARPORT_LIGHT is not set
70970 -# CONFIG_I2C_PROSAVAGE is not set
70971 -# CONFIG_I2C_SAVAGE4 is not set
70972 -# CONFIG_I2C_SIMTEC is not set
70973 -# CONFIG_I2C_SIS5595 is not set
70974 -# CONFIG_I2C_SIS630 is not set
70975 -# CONFIG_I2C_SIS96X is not set
70976 -# CONFIG_I2C_TAOS_EVM is not set
70977 -# CONFIG_I2C_STUB is not set
70978 -# CONFIG_I2C_TINY_USB is not set
70979 -# CONFIG_I2C_VIA is not set
70980 -# CONFIG_I2C_VIAPRO is not set
70981 -# CONFIG_I2C_VOODOO3 is not set
70982 -
70983 -#
70984 -# Miscellaneous I2C Chip support
70985 -#
70986 -# CONFIG_DS1682 is not set
70987 -CONFIG_SENSORS_EEPROM=y
70988 -# CONFIG_SENSORS_PCF8574 is not set
70989 -# CONFIG_PCF8575 is not set
70990 -# CONFIG_SENSORS_PCF8591 is not set
70991 -# CONFIG_TPS65010 is not set
70992 -# CONFIG_SENSORS_MAX6875 is not set
70993 -# CONFIG_SENSORS_TSL2550 is not set
70994 -# CONFIG_I2C_DEBUG_CORE is not set
70995 -# CONFIG_I2C_DEBUG_ALGO is not set
70996 -# CONFIG_I2C_DEBUG_BUS is not set
70997 -# CONFIG_I2C_DEBUG_CHIP is not set
70998 -
70999 -#
71000 -# SPI support
71001 -#
71002 -# CONFIG_SPI is not set
71003 -# CONFIG_SPI_MASTER is not set
71004 -# CONFIG_W1 is not set
71005 -# CONFIG_POWER_SUPPLY is not set
71006 -# CONFIG_HWMON is not set
71007 -# CONFIG_THERMAL is not set
71008 -# CONFIG_WATCHDOG is not set
71009 -
71010 -#
71011 -# Sonics Silicon Backplane
71012 -#
71013 -CONFIG_SSB_POSSIBLE=y
71014 -# CONFIG_SSB is not set
71015 -
71016 -#
71017 -# Multifunction device drivers
71018 -#
71019 -# CONFIG_MFD_SM501 is not set
71020 -
71021 -#
71022 -# Multimedia devices
71023 -#
71024 -# CONFIG_VIDEO_DEV is not set
71025 -CONFIG_DVB_CORE=m
71026 -# CONFIG_DVB_CORE_ATTACH is not set
71027 -CONFIG_DVB_CAPTURE_DRIVERS=y
71028 -
71029 -#
71030 -# Supported SAA7146 based PCI Adapters
71031 -#
71032 -# CONFIG_TTPCI_EEPROM is not set
71033 -# CONFIG_DVB_BUDGET_CORE is not set
71034 -
71035 -#
71036 -# Supported USB Adapters
71037 -#
71038 -# CONFIG_DVB_USB is not set
71039 -# CONFIG_DVB_TTUSB_BUDGET is not set
71040 -# CONFIG_DVB_TTUSB_DEC is not set
71041 -# CONFIG_DVB_CINERGYT2 is not set
71042 -
71043 -#
71044 -# Supported FlexCopII (B2C2) Adapters
71045 -#
71046 -# CONFIG_DVB_B2C2_FLEXCOP is not set
71047 -
71048 -#
71049 -# Supported BT878 Adapters
71050 -#
71051 -
71052 -#
71053 -# Supported Pluto2 Adapters
71054 -#
71055 -# CONFIG_DVB_PLUTO2 is not set
71056 -
71057 -#
71058 -# Supported DVB Frontends
71059 -#
71060 -
71061 -#
71062 -# Customise DVB Frontends
71063 -#
71064 -# CONFIG_DVB_FE_CUSTOMISE is not set
71065 -
71066 -#
71067 -# DVB-S (satellite) frontends
71068 -#
71069 -# CONFIG_DVB_STV0299 is not set
71070 -# CONFIG_DVB_CX24110 is not set
71071 -# CONFIG_DVB_CX24123 is not set
71072 -# CONFIG_DVB_TDA8083 is not set
71073 -# CONFIG_DVB_MT312 is not set
71074 -# CONFIG_DVB_VES1X93 is not set
71075 -# CONFIG_DVB_S5H1420 is not set
71076 -# CONFIG_DVB_TDA10086 is not set
71077 -
71078 -#
71079 -# DVB-T (terrestrial) frontends
71080 -#
71081 -# CONFIG_DVB_SP8870 is not set
71082 -# CONFIG_DVB_SP887X is not set
71083 -# CONFIG_DVB_CX22700 is not set
71084 -# CONFIG_DVB_CX22702 is not set
71085 -# CONFIG_DVB_L64781 is not set
71086 -# CONFIG_DVB_TDA1004X is not set
71087 -# CONFIG_DVB_NXT6000 is not set
71088 -# CONFIG_DVB_MT352 is not set
71089 -# CONFIG_DVB_ZL10353 is not set
71090 -# CONFIG_DVB_DIB3000MB is not set
71091 -# CONFIG_DVB_DIB3000MC is not set
71092 -# CONFIG_DVB_DIB7000M is not set
71093 -# CONFIG_DVB_DIB7000P is not set
71094 -
71095 -#
71096 -# DVB-C (cable) frontends
71097 -#
71098 -# CONFIG_DVB_VES1820 is not set
71099 -# CONFIG_DVB_TDA10021 is not set
71100 -# CONFIG_DVB_TDA10023 is not set
71101 -# CONFIG_DVB_STV0297 is not set
71102 -
71103 -#
71104 -# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
71105 -#
71106 -# CONFIG_DVB_NXT200X is not set
71107 -# CONFIG_DVB_OR51211 is not set
71108 -# CONFIG_DVB_OR51132 is not set
71109 -# CONFIG_DVB_BCM3510 is not set
71110 -# CONFIG_DVB_LGDT330X is not set
71111 -# CONFIG_DVB_S5H1409 is not set
71112 -
71113 -#
71114 -# Tuners/PLL support
71115 -#
71116 -# CONFIG_DVB_PLL is not set
71117 -# CONFIG_DVB_TDA826X is not set
71118 -# CONFIG_DVB_TDA827X is not set
71119 -# CONFIG_DVB_TDA18271 is not set
71120 -# CONFIG_DVB_TUNER_QT1010 is not set
71121 -# CONFIG_DVB_TUNER_MT2060 is not set
71122 -# CONFIG_DVB_TUNER_MT2266 is not set
71123 -# CONFIG_DVB_TUNER_MT2131 is not set
71124 -# CONFIG_DVB_TUNER_DIB0070 is not set
71125 -# CONFIG_DVB_TUNER_XC5000 is not set
71126 -
71127 -#
71128 -# Miscellaneous devices
71129 -#
71130 -# CONFIG_DVB_LNBP21 is not set
71131 -# CONFIG_DVB_ISL6421 is not set
71132 -# CONFIG_DVB_TUA6100 is not set
71133 -CONFIG_DAB=y
71134 -# CONFIG_USB_DABUSB is not set
71135 -
71136 -#
71137 -# Graphics support
71138 -#
71139 -# CONFIG_AGP is not set
71140 -# CONFIG_DRM is not set
71141 -# CONFIG_VGASTATE is not set
71142 -CONFIG_VIDEO_OUTPUT_CONTROL=y
71143 -# CONFIG_FB is not set
71144 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
71145 -
71146 -#
71147 -# Display device support
71148 -#
71149 -# CONFIG_DISPLAY_SUPPORT is not set
71150 -
71151 -#
71152 -# Console display driver support
71153 -#
71154 -CONFIG_VGA_CONSOLE=y
71155 -# CONFIG_VGACON_SOFT_SCROLLBACK is not set
71156 -CONFIG_DUMMY_CONSOLE=y
71157 -
71158 -#
71159 -# Sound
71160 -#
71161 -CONFIG_SOUND=y
71162 -
71163 -#
71164 -# Advanced Linux Sound Architecture
71165 -#
71166 -CONFIG_SND=y
71167 -CONFIG_SND_TIMER=y
71168 -CONFIG_SND_PCM=y
71169 -# CONFIG_SND_SEQUENCER is not set
71170 -# CONFIG_SND_MIXER_OSS is not set
71171 -# CONFIG_SND_PCM_OSS is not set
71172 -# CONFIG_SND_DYNAMIC_MINORS is not set
71173 -CONFIG_SND_SUPPORT_OLD_API=y
71174 -CONFIG_SND_VERBOSE_PROCFS=y
71175 -# CONFIG_SND_VERBOSE_PRINTK is not set
71176 -# CONFIG_SND_DEBUG is not set
71177 -
71178 -#
71179 -# Generic devices
71180 -#
71181 -CONFIG_SND_AC97_CODEC=y
71182 -# CONFIG_SND_DUMMY is not set
71183 -# CONFIG_SND_MTPAV is not set
71184 -# CONFIG_SND_SERIAL_U16550 is not set
71185 -# CONFIG_SND_MPU401 is not set
71186 -
71187 -#
71188 -# PCI devices
71189 -#
71190 -# CONFIG_SND_AD1889 is not set
71191 -# CONFIG_SND_ALS300 is not set
71192 -# CONFIG_SND_ALS4000 is not set
71193 -# CONFIG_SND_ALI5451 is not set
71194 -# CONFIG_SND_ATIIXP is not set
71195 -# CONFIG_SND_ATIIXP_MODEM is not set
71196 -# CONFIG_SND_AU8810 is not set
71197 -# CONFIG_SND_AU8820 is not set
71198 -# CONFIG_SND_AU8830 is not set
71199 -# CONFIG_SND_AZT3328 is not set
71200 -# CONFIG_SND_BT87X is not set
71201 -# CONFIG_SND_CA0106 is not set
71202 -# CONFIG_SND_CMIPCI is not set
71203 -# CONFIG_SND_OXYGEN is not set
71204 -# CONFIG_SND_CS4281 is not set
71205 -# CONFIG_SND_CS46XX is not set
71206 -# CONFIG_SND_CS5530 is not set
71207 -# CONFIG_SND_DARLA20 is not set
71208 -# CONFIG_SND_GINA20 is not set
71209 -# CONFIG_SND_LAYLA20 is not set
71210 -# CONFIG_SND_DARLA24 is not set
71211 -# CONFIG_SND_GINA24 is not set
71212 -# CONFIG_SND_LAYLA24 is not set
71213 -# CONFIG_SND_MONA is not set
71214 -# CONFIG_SND_MIA is not set
71215 -# CONFIG_SND_ECHO3G is not set
71216 -# CONFIG_SND_INDIGO is not set
71217 -# CONFIG_SND_INDIGOIO is not set
71218 -# CONFIG_SND_INDIGODJ is not set
71219 -# CONFIG_SND_EMU10K1 is not set
71220 -# CONFIG_SND_EMU10K1X is not set
71221 -# CONFIG_SND_ENS1370 is not set
71222 -# CONFIG_SND_ENS1371 is not set
71223 -# CONFIG_SND_ES1938 is not set
71224 -# CONFIG_SND_ES1968 is not set
71225 -# CONFIG_SND_FM801 is not set
71226 -# CONFIG_SND_HDA_INTEL is not set
71227 -# CONFIG_SND_HDSP is not set
71228 -# CONFIG_SND_HDSPM is not set
71229 -# CONFIG_SND_HIFIER is not set
71230 -# CONFIG_SND_ICE1712 is not set
71231 -# CONFIG_SND_ICE1724 is not set
71232 -CONFIG_SND_INTEL8X0=y
71233 -# CONFIG_SND_INTEL8X0M is not set
71234 -# CONFIG_SND_KORG1212 is not set
71235 -# CONFIG_SND_MAESTRO3 is not set
71236 -# CONFIG_SND_MIXART is not set
71237 -# CONFIG_SND_NM256 is not set
71238 -# CONFIG_SND_PCXHR is not set
71239 -# CONFIG_SND_RIPTIDE is not set
71240 -# CONFIG_SND_RME32 is not set
71241 -# CONFIG_SND_RME96 is not set
71242 -# CONFIG_SND_RME9652 is not set
71243 -# CONFIG_SND_SONICVIBES is not set
71244 -# CONFIG_SND_TRIDENT is not set
71245 -# CONFIG_SND_VIA82XX is not set
71246 -# CONFIG_SND_VIA82XX_MODEM is not set
71247 -# CONFIG_SND_VIRTUOSO is not set
71248 -# CONFIG_SND_VX222 is not set
71249 -# CONFIG_SND_YMFPCI is not set
71250 -# CONFIG_SND_AC97_POWER_SAVE is not set
71251 -
71252 -#
71253 -# ALSA PowerMac devices
71254 -#
71255 -
71256 -#
71257 -# ALSA PowerPC devices
71258 -#
71259 -
71260 -#
71261 -# USB devices
71262 -#
71263 -# CONFIG_SND_USB_AUDIO is not set
71264 -# CONFIG_SND_USB_USX2Y is not set
71265 -# CONFIG_SND_USB_CAIAQ is not set
71266 -
71267 -#
71268 -# System on Chip audio support
71269 -#
71270 -# CONFIG_SND_SOC is not set
71271 -
71272 -#
71273 -# SoC Audio support for SuperH
71274 -#
71275 -
71276 -#
71277 -# ALSA SoC audio for Freescale SOCs
71278 -#
71279 -
71280 -#
71281 -# Open Sound System
71282 -#
71283 -# CONFIG_SOUND_PRIME is not set
71284 -CONFIG_AC97_BUS=y
71285 -CONFIG_HID_SUPPORT=y
71286 -CONFIG_HID=y
71287 -# CONFIG_HID_DEBUG is not set
71288 -# CONFIG_HIDRAW is not set
71289 -
71290 -#
71291 -# USB Input Devices
71292 -#
71293 -CONFIG_USB_HID=y
71294 -# CONFIG_USB_HIDINPUT_POWERBOOK is not set
71295 -# CONFIG_HID_FF is not set
71296 -# CONFIG_USB_HIDDEV is not set
71297 -CONFIG_USB_SUPPORT=y
71298 -CONFIG_USB_ARCH_HAS_HCD=y
71299 -CONFIG_USB_ARCH_HAS_OHCI=y
71300 -CONFIG_USB_ARCH_HAS_EHCI=y
71301 -CONFIG_USB=y
71302 -# CONFIG_USB_DEBUG is not set
71303 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
71304 -
71305 -#
71306 -# Miscellaneous USB options
71307 -#
71308 -CONFIG_USB_DEVICEFS=y
71309 -CONFIG_USB_DEVICE_CLASS=y
71310 -# CONFIG_USB_DYNAMIC_MINORS is not set
71311 -# CONFIG_USB_OTG is not set
71312 -
71313 -#
71314 -# USB Host Controller Drivers
71315 -#
71316 -CONFIG_USB_EHCI_HCD=y
71317 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
71318 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
71319 -# CONFIG_USB_EHCI_FSL is not set
71320 -CONFIG_USB_EHCI_HCD_PPC_OF=y
71321 -# CONFIG_USB_ISP116X_HCD is not set
71322 -CONFIG_USB_OHCI_HCD=y
71323 -CONFIG_USB_OHCI_HCD_PPC_OF=y
71324 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
71325 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
71326 -CONFIG_USB_OHCI_HCD_PCI=y
71327 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
71328 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
71329 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
71330 -# CONFIG_USB_UHCI_HCD is not set
71331 -# CONFIG_USB_SL811_HCD is not set
71332 -# CONFIG_USB_R8A66597_HCD is not set
71333 -
71334 -#
71335 -# USB Device Class drivers
71336 -#
71337 -# CONFIG_USB_ACM is not set
71338 -# CONFIG_USB_PRINTER is not set
71339 -
71340 -#
71341 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
71342 -#
71343 -
71344 -#
71345 -# may also be needed; see USB_STORAGE Help for more information
71346 -#
71347 -CONFIG_USB_STORAGE=y
71348 -# CONFIG_USB_STORAGE_DEBUG is not set
71349 -# CONFIG_USB_STORAGE_DATAFAB is not set
71350 -# CONFIG_USB_STORAGE_FREECOM is not set
71351 -# CONFIG_USB_STORAGE_ISD200 is not set
71352 -# CONFIG_USB_STORAGE_DPCM is not set
71353 -# CONFIG_USB_STORAGE_USBAT is not set
71354 -# CONFIG_USB_STORAGE_SDDR09 is not set
71355 -# CONFIG_USB_STORAGE_SDDR55 is not set
71356 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
71357 -# CONFIG_USB_STORAGE_ALAUDA is not set
71358 -# CONFIG_USB_STORAGE_KARMA is not set
71359 -# CONFIG_USB_LIBUSUAL is not set
71360 -
71361 -#
71362 -# USB Imaging devices
71363 -#
71364 -# CONFIG_USB_MDC800 is not set
71365 -# CONFIG_USB_MICROTEK is not set
71366 -CONFIG_USB_MON=y
71367 -
71368 -#
71369 -# USB port drivers
71370 -#
71371 -# CONFIG_USB_SERIAL is not set
71372 -
71373 -#
71374 -# USB Miscellaneous drivers
71375 -#
71376 -# CONFIG_USB_EMI62 is not set
71377 -# CONFIG_USB_EMI26 is not set
71378 -# CONFIG_USB_ADUTUX is not set
71379 -# CONFIG_USB_AUERSWALD is not set
71380 -# CONFIG_USB_RIO500 is not set
71381 -# CONFIG_USB_LEGOTOWER is not set
71382 -# CONFIG_USB_LCD is not set
71383 -# CONFIG_USB_BERRY_CHARGE is not set
71384 -# CONFIG_USB_LED is not set
71385 -# CONFIG_USB_CYPRESS_CY7C63 is not set
71386 -# CONFIG_USB_CYTHERM is not set
71387 -# CONFIG_USB_PHIDGET is not set
71388 -# CONFIG_USB_IDMOUSE is not set
71389 -# CONFIG_USB_FTDI_ELAN is not set
71390 -# CONFIG_USB_APPLEDISPLAY is not set
71391 -# CONFIG_USB_SISUSBVGA is not set
71392 -# CONFIG_USB_LD is not set
71393 -# CONFIG_USB_TRANCEVIBRATOR is not set
71394 -# CONFIG_USB_IOWARRIOR is not set
71395 -# CONFIG_USB_TEST is not set
71396 -# CONFIG_USB_GADGET is not set
71397 -# CONFIG_MMC is not set
71398 -# CONFIG_MEMSTICK is not set
71399 -# CONFIG_NEW_LEDS is not set
71400 -# CONFIG_INFINIBAND is not set
71401 -# CONFIG_EDAC is not set
71402 -CONFIG_RTC_LIB=y
71403 -CONFIG_RTC_CLASS=y
71404 -CONFIG_RTC_HCTOSYS=y
71405 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
71406 -# CONFIG_RTC_DEBUG is not set
71407 -
71408 -#
71409 -# RTC interfaces
71410 -#
71411 -CONFIG_RTC_INTF_SYSFS=y
71412 -CONFIG_RTC_INTF_PROC=y
71413 -CONFIG_RTC_INTF_DEV=y
71414 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
71415 -# CONFIG_RTC_DRV_TEST is not set
71416 -
71417 -#
71418 -# I2C RTC drivers
71419 -#
71420 -# CONFIG_RTC_DRV_DS1307 is not set
71421 -# CONFIG_RTC_DRV_DS1374 is not set
71422 -# CONFIG_RTC_DRV_DS1672 is not set
71423 -# CONFIG_RTC_DRV_MAX6900 is not set
71424 -# CONFIG_RTC_DRV_RS5C372 is not set
71425 -# CONFIG_RTC_DRV_ISL1208 is not set
71426 -# CONFIG_RTC_DRV_X1205 is not set
71427 -# CONFIG_RTC_DRV_PCF8563 is not set
71428 -# CONFIG_RTC_DRV_PCF8583 is not set
71429 -# CONFIG_RTC_DRV_M41T80 is not set
71430 -# CONFIG_RTC_DRV_S35390A is not set
71431 -
71432 -#
71433 -# SPI RTC drivers
71434 -#
71435 -
71436 -#
71437 -# Platform RTC drivers
71438 -#
71439 -CONFIG_RTC_DRV_CMOS=y
71440 -# CONFIG_RTC_DRV_DS1511 is not set
71441 -# CONFIG_RTC_DRV_DS1553 is not set
71442 -# CONFIG_RTC_DRV_DS1742 is not set
71443 -# CONFIG_RTC_DRV_STK17TA8 is not set
71444 -# CONFIG_RTC_DRV_M48T86 is not set
71445 -# CONFIG_RTC_DRV_M48T59 is not set
71446 -# CONFIG_RTC_DRV_V3020 is not set
71447 -
71448 -#
71449 -# on-CPU RTC drivers
71450 -#
71451 -# CONFIG_DMADEVICES is not set
71452 -
71453 -#
71454 -# Userspace I/O
71455 -#
71456 -# CONFIG_UIO is not set
71457 -
71458 -#
71459 -# File systems
71460 -#
71461 -CONFIG_EXT2_FS=y
71462 -# CONFIG_EXT2_FS_XATTR is not set
71463 -# CONFIG_EXT2_FS_XIP is not set
71464 -CONFIG_EXT3_FS=y
71465 -CONFIG_EXT3_FS_XATTR=y
71466 -# CONFIG_EXT3_FS_POSIX_ACL is not set
71467 -# CONFIG_EXT3_FS_SECURITY is not set
71468 -# CONFIG_EXT4DEV_FS is not set
71469 -CONFIG_JBD=y
71470 -CONFIG_FS_MBCACHE=y
71471 -# CONFIG_REISERFS_FS is not set
71472 -# CONFIG_JFS_FS is not set
71473 -# CONFIG_FS_POSIX_ACL is not set
71474 -# CONFIG_XFS_FS is not set
71475 -# CONFIG_GFS2_FS is not set
71476 -# CONFIG_OCFS2_FS is not set
71477 -CONFIG_DNOTIFY=y
71478 -CONFIG_INOTIFY=y
71479 -CONFIG_INOTIFY_USER=y
71480 -# CONFIG_QUOTA is not set
71481 -# CONFIG_AUTOFS_FS is not set
71482 -# CONFIG_AUTOFS4_FS is not set
71483 -# CONFIG_FUSE_FS is not set
71484 -
71485 -#
71486 -# CD-ROM/DVD Filesystems
71487 -#
71488 -CONFIG_ISO9660_FS=m
71489 -CONFIG_JOLIET=y
71490 -CONFIG_ZISOFS=y
71491 -CONFIG_UDF_FS=m
71492 -CONFIG_UDF_NLS=y
71493 -
71494 -#
71495 -# DOS/FAT/NT Filesystems
71496 -#
71497 -CONFIG_FAT_FS=y
71498 -CONFIG_MSDOS_FS=m
71499 -CONFIG_VFAT_FS=y
71500 -CONFIG_FAT_DEFAULT_CODEPAGE=437
71501 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
71502 -CONFIG_NTFS_FS=y
71503 -# CONFIG_NTFS_DEBUG is not set
71504 -# CONFIG_NTFS_RW is not set
71505 -
71506 -#
71507 -# Pseudo filesystems
71508 -#
71509 -CONFIG_PROC_FS=y
71510 -CONFIG_PROC_KCORE=y
71511 -CONFIG_PROC_SYSCTL=y
71512 -CONFIG_SYSFS=y
71513 -CONFIG_TMPFS=y
71514 -# CONFIG_TMPFS_POSIX_ACL is not set
71515 -# CONFIG_HUGETLB_PAGE is not set
71516 -# CONFIG_CONFIGFS_FS is not set
71517 -
71518 -#
71519 -# Miscellaneous filesystems
71520 -#
71521 -CONFIG_ADFS_FS=m
71522 -# CONFIG_ADFS_FS_RW is not set
71523 -CONFIG_AFFS_FS=m
71524 -CONFIG_HFS_FS=m
71525 -CONFIG_HFSPLUS_FS=m
71526 -CONFIG_BEFS_FS=m
71527 -# CONFIG_BEFS_DEBUG is not set
71528 -CONFIG_BFS_FS=m
71529 -CONFIG_EFS_FS=m
71530 -CONFIG_CRAMFS=y
71531 -CONFIG_VXFS_FS=m
71532 -# CONFIG_MINIX_FS is not set
71533 -CONFIG_HPFS_FS=m
71534 -CONFIG_QNX4FS_FS=m
71535 -# CONFIG_ROMFS_FS is not set
71536 -CONFIG_SYSV_FS=m
71537 -CONFIG_UFS_FS=m
71538 -# CONFIG_UFS_FS_WRITE is not set
71539 -# CONFIG_UFS_DEBUG is not set
71540 -CONFIG_NETWORK_FILESYSTEMS=y
71541 -CONFIG_NFS_FS=y
71542 -CONFIG_NFS_V3=y
71543 -# CONFIG_NFS_V3_ACL is not set
71544 -CONFIG_NFS_V4=y
71545 -# CONFIG_NFS_DIRECTIO is not set
71546 -CONFIG_NFSD=y
71547 -# CONFIG_NFSD_V3 is not set
71548 -CONFIG_NFSD_TCP=y
71549 -CONFIG_ROOT_NFS=y
71550 -CONFIG_LOCKD=y
71551 -CONFIG_LOCKD_V4=y
71552 -CONFIG_EXPORTFS=y
71553 -CONFIG_NFS_COMMON=y
71554 -CONFIG_SUNRPC=y
71555 -CONFIG_SUNRPC_GSS=y
71556 -# CONFIG_SUNRPC_BIND34 is not set
71557 -CONFIG_RPCSEC_GSS_KRB5=y
71558 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
71559 -# CONFIG_SMB_FS is not set
71560 -# CONFIG_CIFS is not set
71561 -# CONFIG_NCP_FS is not set
71562 -# CONFIG_CODA_FS is not set
71563 -# CONFIG_AFS_FS is not set
71564 -
71565 -#
71566 -# Partition Types
71567 -#
71568 -CONFIG_PARTITION_ADVANCED=y
71569 -# CONFIG_ACORN_PARTITION is not set
71570 -# CONFIG_OSF_PARTITION is not set
71571 -# CONFIG_AMIGA_PARTITION is not set
71572 -# CONFIG_ATARI_PARTITION is not set
71573 -CONFIG_MAC_PARTITION=y
71574 -CONFIG_MSDOS_PARTITION=y
71575 -# CONFIG_BSD_DISKLABEL is not set
71576 -# CONFIG_MINIX_SUBPARTITION is not set
71577 -# CONFIG_SOLARIS_X86_PARTITION is not set
71578 -# CONFIG_UNIXWARE_DISKLABEL is not set
71579 -# CONFIG_LDM_PARTITION is not set
71580 -# CONFIG_SGI_PARTITION is not set
71581 -# CONFIG_ULTRIX_PARTITION is not set
71582 -# CONFIG_SUN_PARTITION is not set
71583 -# CONFIG_KARMA_PARTITION is not set
71584 -# CONFIG_EFI_PARTITION is not set
71585 -# CONFIG_SYSV68_PARTITION is not set
71586 -CONFIG_NLS=y
71587 -CONFIG_NLS_DEFAULT="iso8859-1"
71588 -# CONFIG_NLS_CODEPAGE_437 is not set
71589 -# CONFIG_NLS_CODEPAGE_737 is not set
71590 -# CONFIG_NLS_CODEPAGE_775 is not set
71591 -# CONFIG_NLS_CODEPAGE_850 is not set
71592 -# CONFIG_NLS_CODEPAGE_852 is not set
71593 -# CONFIG_NLS_CODEPAGE_855 is not set
71594 -# CONFIG_NLS_CODEPAGE_857 is not set
71595 -# CONFIG_NLS_CODEPAGE_860 is not set
71596 -# CONFIG_NLS_CODEPAGE_861 is not set
71597 -# CONFIG_NLS_CODEPAGE_862 is not set
71598 -# CONFIG_NLS_CODEPAGE_863 is not set
71599 -# CONFIG_NLS_CODEPAGE_864 is not set
71600 -# CONFIG_NLS_CODEPAGE_865 is not set
71601 -# CONFIG_NLS_CODEPAGE_866 is not set
71602 -# CONFIG_NLS_CODEPAGE_869 is not set
71603 -# CONFIG_NLS_CODEPAGE_936 is not set
71604 -# CONFIG_NLS_CODEPAGE_950 is not set
71605 -# CONFIG_NLS_CODEPAGE_932 is not set
71606 -# CONFIG_NLS_CODEPAGE_949 is not set
71607 -# CONFIG_NLS_CODEPAGE_874 is not set
71608 -# CONFIG_NLS_ISO8859_8 is not set
71609 -# CONFIG_NLS_CODEPAGE_1250 is not set
71610 -# CONFIG_NLS_CODEPAGE_1251 is not set
71611 -# CONFIG_NLS_ASCII is not set
71612 -# CONFIG_NLS_ISO8859_1 is not set
71613 -# CONFIG_NLS_ISO8859_2 is not set
71614 -# CONFIG_NLS_ISO8859_3 is not set
71615 -# CONFIG_NLS_ISO8859_4 is not set
71616 -# CONFIG_NLS_ISO8859_5 is not set
71617 -# CONFIG_NLS_ISO8859_6 is not set
71618 -# CONFIG_NLS_ISO8859_7 is not set
71619 -# CONFIG_NLS_ISO8859_9 is not set
71620 -# CONFIG_NLS_ISO8859_13 is not set
71621 -# CONFIG_NLS_ISO8859_14 is not set
71622 -# CONFIG_NLS_ISO8859_15 is not set
71623 -# CONFIG_NLS_KOI8_R is not set
71624 -# CONFIG_NLS_KOI8_U is not set
71625 -CONFIG_NLS_UTF8=m
71626 -# CONFIG_DLM is not set
71627 -
71628 -#
71629 -# Library routines
71630 -#
71631 -CONFIG_BITREVERSE=y
71632 -# CONFIG_CRC_CCITT is not set
71633 -# CONFIG_CRC16 is not set
71634 -# CONFIG_CRC_ITU_T is not set
71635 -CONFIG_CRC32=y
71636 -# CONFIG_CRC7 is not set
71637 -CONFIG_LIBCRC32C=m
71638 -CONFIG_ZLIB_INFLATE=y
71639 -CONFIG_PLIST=y
71640 -CONFIG_HAS_IOMEM=y
71641 -CONFIG_HAS_IOPORT=y
71642 -CONFIG_HAS_DMA=y
71643 -
71644 -#
71645 -# Kernel hacking
71646 -#
71647 -# CONFIG_PRINTK_TIME is not set
71648 -CONFIG_ENABLE_WARN_DEPRECATED=y
71649 -CONFIG_ENABLE_MUST_CHECK=y
71650 -# CONFIG_MAGIC_SYSRQ is not set
71651 -# CONFIG_UNUSED_SYMBOLS is not set
71652 -# CONFIG_DEBUG_FS is not set
71653 -# CONFIG_HEADERS_CHECK is not set
71654 -CONFIG_DEBUG_KERNEL=y
71655 -# CONFIG_DEBUG_SHIRQ is not set
71656 -CONFIG_DETECT_SOFTLOCKUP=y
71657 -CONFIG_SCHED_DEBUG=y
71658 -# CONFIG_SCHEDSTATS is not set
71659 -# CONFIG_TIMER_STATS is not set
71660 -# CONFIG_SLUB_DEBUG_ON is not set
71661 -# CONFIG_SLUB_STATS is not set
71662 -# CONFIG_DEBUG_RT_MUTEXES is not set
71663 -# CONFIG_RT_MUTEX_TESTER is not set
71664 -# CONFIG_DEBUG_SPINLOCK is not set
71665 -# CONFIG_DEBUG_MUTEXES is not set
71666 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
71667 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
71668 -# CONFIG_DEBUG_KOBJECT is not set
71669 -# CONFIG_DEBUG_HIGHMEM is not set
71670 -# CONFIG_DEBUG_BUGVERBOSE is not set
71671 -CONFIG_DEBUG_INFO=y
71672 -# CONFIG_DEBUG_VM is not set
71673 -# CONFIG_DEBUG_LIST is not set
71674 -# CONFIG_DEBUG_SG is not set
71675 -# CONFIG_BOOT_PRINTK_DELAY is not set
71676 -# CONFIG_RCU_TORTURE_TEST is not set
71677 -# CONFIG_BACKTRACE_SELF_TEST is not set
71678 -# CONFIG_FAULT_INJECTION is not set
71679 -# CONFIG_SAMPLES is not set
71680 -# CONFIG_DEBUG_STACKOVERFLOW is not set
71681 -# CONFIG_DEBUG_STACK_USAGE is not set
71682 -# CONFIG_DEBUG_PAGEALLOC is not set
71683 -# CONFIG_DEBUGGER is not set
71684 -# CONFIG_BDI_SWITCH is not set
71685 -# CONFIG_PPC_EARLY_DEBUG is not set
71686 -
71687 -#
71688 -# Security options
71689 -#
71690 -# CONFIG_KEYS is not set
71691 -# CONFIG_SECURITY is not set
71692 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
71693 -CONFIG_CRYPTO=y
71694 -CONFIG_CRYPTO_ALGAPI=y
71695 -CONFIG_CRYPTO_BLKCIPHER=y
71696 -# CONFIG_CRYPTO_SEQIV is not set
71697 -CONFIG_CRYPTO_HASH=y
71698 -CONFIG_CRYPTO_MANAGER=y
71699 -CONFIG_CRYPTO_HMAC=y
71700 -# CONFIG_CRYPTO_XCBC is not set
71701 -# CONFIG_CRYPTO_NULL is not set
71702 -# CONFIG_CRYPTO_MD4 is not set
71703 -CONFIG_CRYPTO_MD5=y
71704 -CONFIG_CRYPTO_SHA1=m
71705 -# CONFIG_CRYPTO_SHA256 is not set
71706 -# CONFIG_CRYPTO_SHA512 is not set
71707 -# CONFIG_CRYPTO_WP512 is not set
71708 -# CONFIG_CRYPTO_TGR192 is not set
71709 -# CONFIG_CRYPTO_GF128MUL is not set
71710 -# CONFIG_CRYPTO_ECB is not set
71711 -CONFIG_CRYPTO_CBC=y
71712 -CONFIG_CRYPTO_PCBC=m
71713 -# CONFIG_CRYPTO_LRW is not set
71714 -# CONFIG_CRYPTO_XTS is not set
71715 -# CONFIG_CRYPTO_CTR is not set
71716 -# CONFIG_CRYPTO_GCM is not set
71717 -# CONFIG_CRYPTO_CCM is not set
71718 -# CONFIG_CRYPTO_CRYPTD is not set
71719 -CONFIG_CRYPTO_DES=y
71720 -# CONFIG_CRYPTO_FCRYPT is not set
71721 -# CONFIG_CRYPTO_BLOWFISH is not set
71722 -# CONFIG_CRYPTO_TWOFISH is not set
71723 -# CONFIG_CRYPTO_SERPENT is not set
71724 -# CONFIG_CRYPTO_AES is not set
71725 -# CONFIG_CRYPTO_CAST5 is not set
71726 -# CONFIG_CRYPTO_CAST6 is not set
71727 -# CONFIG_CRYPTO_TEA is not set
71728 -# CONFIG_CRYPTO_ARC4 is not set
71729 -# CONFIG_CRYPTO_KHAZAD is not set
71730 -# CONFIG_CRYPTO_ANUBIS is not set
71731 -# CONFIG_CRYPTO_SEED is not set
71732 -# CONFIG_CRYPTO_SALSA20 is not set
71733 -# CONFIG_CRYPTO_DEFLATE is not set
71734 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
71735 -# CONFIG_CRYPTO_CRC32C is not set
71736 -# CONFIG_CRYPTO_CAMELLIA is not set
71737 -# CONFIG_CRYPTO_TEST is not set
71738 -# CONFIG_CRYPTO_AUTHENC is not set
71739 -# CONFIG_CRYPTO_LZO is not set
71740 -CONFIG_CRYPTO_HW=y
71741 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
71742 -# CONFIG_PPC_CLOCK is not set
71743 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/mpc85xx_cds_defconfig powerpc.git/arch/powerpc/configs/mpc85xx_cds_defconfig
71744 --- linux-2.6.25-rc9/arch/powerpc/configs/mpc85xx_cds_defconfig 2008-04-11 22:32:29.000000000 +0200
71745 +++ powerpc.git/arch/powerpc/configs/mpc85xx_cds_defconfig 1970-01-01 01:00:00.000000000 +0100
71746 @@ -1,935 +0,0 @@
71747 -#
71748 -# Automatically generated make config: don't edit
71749 -# Linux kernel version: 2.6.25-rc6
71750 -# Mon Mar 24 08:48:30 2008
71751 -#
71752 -# CONFIG_PPC64 is not set
71753 -
71754 -#
71755 -# Processor support
71756 -#
71757 -# CONFIG_6xx is not set
71758 -CONFIG_PPC_85xx=y
71759 -# CONFIG_PPC_8xx is not set
71760 -# CONFIG_40x is not set
71761 -# CONFIG_44x is not set
71762 -# CONFIG_E200 is not set
71763 -CONFIG_E500=y
71764 -CONFIG_BOOKE=y
71765 -CONFIG_FSL_BOOKE=y
71766 -CONFIG_FSL_EMB_PERFMON=y
71767 -# CONFIG_PHYS_64BIT is not set
71768 -CONFIG_SPE=y
71769 -# CONFIG_PPC_MM_SLICES is not set
71770 -CONFIG_PPC32=y
71771 -CONFIG_WORD_SIZE=32
71772 -CONFIG_PPC_MERGE=y
71773 -CONFIG_MMU=y
71774 -CONFIG_GENERIC_CMOS_UPDATE=y
71775 -CONFIG_GENERIC_TIME=y
71776 -CONFIG_GENERIC_TIME_VSYSCALL=y
71777 -CONFIG_GENERIC_CLOCKEVENTS=y
71778 -CONFIG_GENERIC_HARDIRQS=y
71779 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
71780 -CONFIG_IRQ_PER_CPU=y
71781 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
71782 -CONFIG_ARCH_HAS_ILOG2_U32=y
71783 -CONFIG_GENERIC_HWEIGHT=y
71784 -CONFIG_GENERIC_CALIBRATE_DELAY=y
71785 -CONFIG_GENERIC_FIND_NEXT_BIT=y
71786 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
71787 -CONFIG_PPC=y
71788 -CONFIG_EARLY_PRINTK=y
71789 -CONFIG_GENERIC_NVRAM=y
71790 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
71791 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
71792 -CONFIG_PPC_OF=y
71793 -CONFIG_OF=y
71794 -CONFIG_PPC_UDBG_16550=y
71795 -# CONFIG_GENERIC_TBSYNC is not set
71796 -CONFIG_AUDIT_ARCH=y
71797 -CONFIG_GENERIC_BUG=y
71798 -CONFIG_DEFAULT_UIMAGE=y
71799 -# CONFIG_PPC_DCR_NATIVE is not set
71800 -# CONFIG_PPC_DCR_MMIO is not set
71801 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
71802 -
71803 -#
71804 -# General setup
71805 -#
71806 -CONFIG_EXPERIMENTAL=y
71807 -CONFIG_BROKEN_ON_SMP=y
71808 -CONFIG_INIT_ENV_ARG_LIMIT=32
71809 -CONFIG_LOCALVERSION=""
71810 -CONFIG_LOCALVERSION_AUTO=y
71811 -CONFIG_SWAP=y
71812 -CONFIG_SYSVIPC=y
71813 -CONFIG_SYSVIPC_SYSCTL=y
71814 -# CONFIG_POSIX_MQUEUE is not set
71815 -# CONFIG_BSD_PROCESS_ACCT is not set
71816 -# CONFIG_TASKSTATS is not set
71817 -# CONFIG_AUDIT is not set
71818 -# CONFIG_IKCONFIG is not set
71819 -CONFIG_LOG_BUF_SHIFT=14
71820 -# CONFIG_CGROUPS is not set
71821 -CONFIG_GROUP_SCHED=y
71822 -# CONFIG_FAIR_GROUP_SCHED is not set
71823 -# CONFIG_RT_GROUP_SCHED is not set
71824 -CONFIG_USER_SCHED=y
71825 -# CONFIG_CGROUP_SCHED is not set
71826 -CONFIG_SYSFS_DEPRECATED=y
71827 -CONFIG_SYSFS_DEPRECATED_V2=y
71828 -# CONFIG_RELAY is not set
71829 -# CONFIG_NAMESPACES is not set
71830 -CONFIG_BLK_DEV_INITRD=y
71831 -CONFIG_INITRAMFS_SOURCE=""
71832 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
71833 -CONFIG_SYSCTL=y
71834 -CONFIG_EMBEDDED=y
71835 -CONFIG_SYSCTL_SYSCALL=y
71836 -CONFIG_KALLSYMS=y
71837 -# CONFIG_KALLSYMS_ALL is not set
71838 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
71839 -CONFIG_HOTPLUG=y
71840 -CONFIG_PRINTK=y
71841 -CONFIG_BUG=y
71842 -CONFIG_ELF_CORE=y
71843 -CONFIG_COMPAT_BRK=y
71844 -CONFIG_BASE_FULL=y
71845 -CONFIG_FUTEX=y
71846 -CONFIG_ANON_INODES=y
71847 -CONFIG_EPOLL=y
71848 -CONFIG_SIGNALFD=y
71849 -CONFIG_TIMERFD=y
71850 -CONFIG_EVENTFD=y
71851 -CONFIG_SHMEM=y
71852 -CONFIG_VM_EVENT_COUNTERS=y
71853 -CONFIG_SLUB_DEBUG=y
71854 -# CONFIG_SLAB is not set
71855 -CONFIG_SLUB=y
71856 -# CONFIG_SLOB is not set
71857 -# CONFIG_PROFILING is not set
71858 -# CONFIG_MARKERS is not set
71859 -CONFIG_HAVE_OPROFILE=y
71860 -CONFIG_HAVE_KPROBES=y
71861 -CONFIG_HAVE_KRETPROBES=y
71862 -CONFIG_PROC_PAGE_MONITOR=y
71863 -CONFIG_SLABINFO=y
71864 -CONFIG_RT_MUTEXES=y
71865 -# CONFIG_TINY_SHMEM is not set
71866 -CONFIG_BASE_SMALL=0
71867 -# CONFIG_MODULES is not set
71868 -CONFIG_BLOCK=y
71869 -# CONFIG_LBD is not set
71870 -# CONFIG_BLK_DEV_IO_TRACE is not set
71871 -# CONFIG_LSF is not set
71872 -# CONFIG_BLK_DEV_BSG is not set
71873 -
71874 -#
71875 -# IO Schedulers
71876 -#
71877 -CONFIG_IOSCHED_NOOP=y
71878 -CONFIG_IOSCHED_AS=y
71879 -CONFIG_IOSCHED_DEADLINE=y
71880 -CONFIG_IOSCHED_CFQ=y
71881 -CONFIG_DEFAULT_AS=y
71882 -# CONFIG_DEFAULT_DEADLINE is not set
71883 -# CONFIG_DEFAULT_CFQ is not set
71884 -# CONFIG_DEFAULT_NOOP is not set
71885 -CONFIG_DEFAULT_IOSCHED="anticipatory"
71886 -CONFIG_CLASSIC_RCU=y
71887 -
71888 -#
71889 -# Platform support
71890 -#
71891 -# CONFIG_PPC_MPC512x is not set
71892 -# CONFIG_PPC_MPC5121 is not set
71893 -# CONFIG_PPC_CELL is not set
71894 -# CONFIG_PPC_CELL_NATIVE is not set
71895 -# CONFIG_PQ2ADS is not set
71896 -CONFIG_MPC85xx=y
71897 -# CONFIG_MPC8540_ADS is not set
71898 -# CONFIG_MPC8560_ADS is not set
71899 -CONFIG_MPC85xx_CDS=y
71900 -# CONFIG_MPC85xx_MDS is not set
71901 -# CONFIG_MPC85xx_DS is not set
71902 -# CONFIG_STX_GP3 is not set
71903 -# CONFIG_TQM8540 is not set
71904 -# CONFIG_TQM8541 is not set
71905 -# CONFIG_TQM8555 is not set
71906 -# CONFIG_TQM8560 is not set
71907 -# CONFIG_SBC8548 is not set
71908 -# CONFIG_SBC8560 is not set
71909 -# CONFIG_IPIC is not set
71910 -CONFIG_MPIC=y
71911 -# CONFIG_MPIC_WEIRD is not set
71912 -CONFIG_PPC_I8259=y
71913 -# CONFIG_PPC_RTAS is not set
71914 -# CONFIG_MMIO_NVRAM is not set
71915 -# CONFIG_PPC_MPC106 is not set
71916 -# CONFIG_PPC_970_NAP is not set
71917 -# CONFIG_PPC_INDIRECT_IO is not set
71918 -# CONFIG_GENERIC_IOMAP is not set
71919 -# CONFIG_CPU_FREQ is not set
71920 -# CONFIG_CPM2 is not set
71921 -# CONFIG_FSL_ULI1575 is not set
71922 -
71923 -#
71924 -# Kernel options
71925 -#
71926 -# CONFIG_HIGHMEM is not set
71927 -CONFIG_TICK_ONESHOT=y
71928 -CONFIG_NO_HZ=y
71929 -CONFIG_HIGH_RES_TIMERS=y
71930 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
71931 -# CONFIG_HZ_100 is not set
71932 -CONFIG_HZ_250=y
71933 -# CONFIG_HZ_300 is not set
71934 -# CONFIG_HZ_1000 is not set
71935 -CONFIG_HZ=250
71936 -# CONFIG_SCHED_HRTICK is not set
71937 -CONFIG_PREEMPT_NONE=y
71938 -# CONFIG_PREEMPT_VOLUNTARY is not set
71939 -# CONFIG_PREEMPT is not set
71940 -CONFIG_BINFMT_ELF=y
71941 -CONFIG_BINFMT_MISC=y
71942 -CONFIG_MATH_EMULATION=y
71943 -# CONFIG_IOMMU_HELPER is not set
71944 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
71945 -CONFIG_ARCH_HAS_WALK_MEMORY=y
71946 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
71947 -CONFIG_ARCH_FLATMEM_ENABLE=y
71948 -CONFIG_ARCH_POPULATES_NODE_MAP=y
71949 -CONFIG_SELECT_MEMORY_MODEL=y
71950 -CONFIG_FLATMEM_MANUAL=y
71951 -# CONFIG_DISCONTIGMEM_MANUAL is not set
71952 -# CONFIG_SPARSEMEM_MANUAL is not set
71953 -CONFIG_FLATMEM=y
71954 -CONFIG_FLAT_NODE_MEM_MAP=y
71955 -# CONFIG_SPARSEMEM_STATIC is not set
71956 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
71957 -CONFIG_SPLIT_PTLOCK_CPUS=4
71958 -# CONFIG_RESOURCES_64BIT is not set
71959 -CONFIG_ZONE_DMA_FLAG=1
71960 -CONFIG_BOUNCE=y
71961 -CONFIG_VIRT_TO_BUS=y
71962 -CONFIG_PROC_DEVICETREE=y
71963 -# CONFIG_CMDLINE_BOOL is not set
71964 -# CONFIG_PM is not set
71965 -# CONFIG_SECCOMP is not set
71966 -CONFIG_ISA_DMA_API=y
71967 -
71968 -#
71969 -# Bus options
71970 -#
71971 -CONFIG_ZONE_DMA=y
71972 -CONFIG_PPC_INDIRECT_PCI=y
71973 -CONFIG_FSL_SOC=y
71974 -CONFIG_FSL_PCI=y
71975 -CONFIG_PCI=y
71976 -CONFIG_PCI_DOMAINS=y
71977 -CONFIG_PCI_SYSCALL=y
71978 -# CONFIG_PCIEPORTBUS is not set
71979 -CONFIG_ARCH_SUPPORTS_MSI=y
71980 -# CONFIG_PCI_MSI is not set
71981 -CONFIG_PCI_LEGACY=y
71982 -# CONFIG_PCI_DEBUG is not set
71983 -# CONFIG_PCCARD is not set
71984 -# CONFIG_HOTPLUG_PCI is not set
71985 -
71986 -#
71987 -# Advanced setup
71988 -#
71989 -# CONFIG_ADVANCED_OPTIONS is not set
71990 -
71991 -#
71992 -# Default settings for advanced configuration options are used
71993 -#
71994 -CONFIG_HIGHMEM_START=0xfe000000
71995 -CONFIG_LOWMEM_SIZE=0x30000000
71996 -CONFIG_KERNEL_START=0xc0000000
71997 -CONFIG_TASK_SIZE=0xc0000000
71998 -CONFIG_BOOT_LOAD=0x00800000
71999 -
72000 -#
72001 -# Networking
72002 -#
72003 -CONFIG_NET=y
72004 -
72005 -#
72006 -# Networking options
72007 -#
72008 -CONFIG_PACKET=y
72009 -# CONFIG_PACKET_MMAP is not set
72010 -CONFIG_UNIX=y
72011 -CONFIG_XFRM=y
72012 -CONFIG_XFRM_USER=y
72013 -# CONFIG_XFRM_SUB_POLICY is not set
72014 -# CONFIG_XFRM_MIGRATE is not set
72015 -# CONFIG_XFRM_STATISTICS is not set
72016 -# CONFIG_NET_KEY is not set
72017 -CONFIG_INET=y
72018 -CONFIG_IP_MULTICAST=y
72019 -# CONFIG_IP_ADVANCED_ROUTER is not set
72020 -CONFIG_IP_FIB_HASH=y
72021 -CONFIG_IP_PNP=y
72022 -CONFIG_IP_PNP_DHCP=y
72023 -CONFIG_IP_PNP_BOOTP=y
72024 -# CONFIG_IP_PNP_RARP is not set
72025 -# CONFIG_NET_IPIP is not set
72026 -# CONFIG_NET_IPGRE is not set
72027 -# CONFIG_IP_MROUTE is not set
72028 -# CONFIG_ARPD is not set
72029 -CONFIG_SYN_COOKIES=y
72030 -# CONFIG_INET_AH is not set
72031 -# CONFIG_INET_ESP is not set
72032 -# CONFIG_INET_IPCOMP is not set
72033 -# CONFIG_INET_XFRM_TUNNEL is not set
72034 -# CONFIG_INET_TUNNEL is not set
72035 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
72036 -CONFIG_INET_XFRM_MODE_TUNNEL=y
72037 -CONFIG_INET_XFRM_MODE_BEET=y
72038 -# CONFIG_INET_LRO is not set
72039 -CONFIG_INET_DIAG=y
72040 -CONFIG_INET_TCP_DIAG=y
72041 -# CONFIG_TCP_CONG_ADVANCED is not set
72042 -CONFIG_TCP_CONG_CUBIC=y
72043 -CONFIG_DEFAULT_TCP_CONG="cubic"
72044 -# CONFIG_TCP_MD5SIG is not set
72045 -# CONFIG_IPV6 is not set
72046 -# CONFIG_INET6_XFRM_TUNNEL is not set
72047 -# CONFIG_INET6_TUNNEL is not set
72048 -# CONFIG_NETWORK_SECMARK is not set
72049 -# CONFIG_NETFILTER is not set
72050 -# CONFIG_IP_DCCP is not set
72051 -# CONFIG_IP_SCTP is not set
72052 -# CONFIG_TIPC is not set
72053 -# CONFIG_ATM is not set
72054 -# CONFIG_BRIDGE is not set
72055 -# CONFIG_VLAN_8021Q is not set
72056 -# CONFIG_DECNET is not set
72057 -# CONFIG_LLC2 is not set
72058 -# CONFIG_IPX is not set
72059 -# CONFIG_ATALK is not set
72060 -# CONFIG_X25 is not set
72061 -# CONFIG_LAPB is not set
72062 -# CONFIG_ECONET is not set
72063 -# CONFIG_WAN_ROUTER is not set
72064 -# CONFIG_NET_SCHED is not set
72065 -
72066 -#
72067 -# Network testing
72068 -#
72069 -# CONFIG_NET_PKTGEN is not set
72070 -# CONFIG_HAMRADIO is not set
72071 -# CONFIG_CAN is not set
72072 -# CONFIG_IRDA is not set
72073 -# CONFIG_BT is not set
72074 -# CONFIG_AF_RXRPC is not set
72075 -
72076 -#
72077 -# Wireless
72078 -#
72079 -# CONFIG_CFG80211 is not set
72080 -# CONFIG_WIRELESS_EXT is not set
72081 -# CONFIG_MAC80211 is not set
72082 -# CONFIG_IEEE80211 is not set
72083 -# CONFIG_RFKILL is not set
72084 -# CONFIG_NET_9P is not set
72085 -
72086 -#
72087 -# Device Drivers
72088 -#
72089 -
72090 -#
72091 -# Generic Driver Options
72092 -#
72093 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
72094 -CONFIG_STANDALONE=y
72095 -CONFIG_PREVENT_FIRMWARE_BUILD=y
72096 -# CONFIG_FW_LOADER is not set
72097 -# CONFIG_DEBUG_DRIVER is not set
72098 -# CONFIG_DEBUG_DEVRES is not set
72099 -# CONFIG_SYS_HYPERVISOR is not set
72100 -# CONFIG_CONNECTOR is not set
72101 -# CONFIG_MTD is not set
72102 -CONFIG_OF_DEVICE=y
72103 -# CONFIG_PARPORT is not set
72104 -CONFIG_BLK_DEV=y
72105 -# CONFIG_BLK_DEV_FD is not set
72106 -# CONFIG_BLK_CPQ_DA is not set
72107 -# CONFIG_BLK_CPQ_CISS_DA is not set
72108 -# CONFIG_BLK_DEV_DAC960 is not set
72109 -# CONFIG_BLK_DEV_UMEM is not set
72110 -# CONFIG_BLK_DEV_COW_COMMON is not set
72111 -CONFIG_BLK_DEV_LOOP=y
72112 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
72113 -# CONFIG_BLK_DEV_NBD is not set
72114 -# CONFIG_BLK_DEV_SX8 is not set
72115 -CONFIG_BLK_DEV_RAM=y
72116 -CONFIG_BLK_DEV_RAM_COUNT=16
72117 -CONFIG_BLK_DEV_RAM_SIZE=32768
72118 -# CONFIG_BLK_DEV_XIP is not set
72119 -# CONFIG_CDROM_PKTCDVD is not set
72120 -# CONFIG_ATA_OVER_ETH is not set
72121 -CONFIG_MISC_DEVICES=y
72122 -# CONFIG_PHANTOM is not set
72123 -# CONFIG_EEPROM_93CX6 is not set
72124 -# CONFIG_SGI_IOC4 is not set
72125 -# CONFIG_TIFM_CORE is not set
72126 -# CONFIG_ENCLOSURE_SERVICES is not set
72127 -CONFIG_HAVE_IDE=y
72128 -CONFIG_IDE=y
72129 -CONFIG_IDE_MAX_HWIFS=4
72130 -CONFIG_BLK_DEV_IDE=y
72131 -
72132 -#
72133 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
72134 -#
72135 -# CONFIG_BLK_DEV_IDE_SATA is not set
72136 -# CONFIG_BLK_DEV_IDEDISK is not set
72137 -# CONFIG_IDEDISK_MULTI_MODE is not set
72138 -# CONFIG_BLK_DEV_IDECD is not set
72139 -# CONFIG_BLK_DEV_IDETAPE is not set
72140 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
72141 -# CONFIG_IDE_TASK_IOCTL is not set
72142 -CONFIG_IDE_PROC_FS=y
72143 -
72144 -#
72145 -# IDE chipset support/bugfixes
72146 -#
72147 -CONFIG_IDE_GENERIC=y
72148 -# CONFIG_BLK_DEV_PLATFORM is not set
72149 -CONFIG_BLK_DEV_IDEDMA_SFF=y
72150 -
72151 -#
72152 -# PCI IDE chipsets support
72153 -#
72154 -CONFIG_BLK_DEV_IDEPCI=y
72155 -CONFIG_IDEPCI_PCIBUS_ORDER=y
72156 -# CONFIG_BLK_DEV_OFFBOARD is not set
72157 -CONFIG_BLK_DEV_GENERIC=y
72158 -# CONFIG_BLK_DEV_OPTI621 is not set
72159 -CONFIG_BLK_DEV_IDEDMA_PCI=y
72160 -# CONFIG_BLK_DEV_AEC62XX is not set
72161 -# CONFIG_BLK_DEV_ALI15X3 is not set
72162 -# CONFIG_BLK_DEV_AMD74XX is not set
72163 -# CONFIG_BLK_DEV_CMD64X is not set
72164 -# CONFIG_BLK_DEV_TRIFLEX is not set
72165 -# CONFIG_BLK_DEV_CY82C693 is not set
72166 -# CONFIG_BLK_DEV_CS5520 is not set
72167 -# CONFIG_BLK_DEV_CS5530 is not set
72168 -# CONFIG_BLK_DEV_HPT34X is not set
72169 -# CONFIG_BLK_DEV_HPT366 is not set
72170 -# CONFIG_BLK_DEV_JMICRON is not set
72171 -# CONFIG_BLK_DEV_SC1200 is not set
72172 -# CONFIG_BLK_DEV_PIIX is not set
72173 -# CONFIG_BLK_DEV_IT8213 is not set
72174 -# CONFIG_BLK_DEV_IT821X is not set
72175 -# CONFIG_BLK_DEV_NS87415 is not set
72176 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
72177 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
72178 -# CONFIG_BLK_DEV_SVWKS is not set
72179 -# CONFIG_BLK_DEV_SIIMAGE is not set
72180 -# CONFIG_BLK_DEV_SL82C105 is not set
72181 -# CONFIG_BLK_DEV_SLC90E66 is not set
72182 -# CONFIG_BLK_DEV_TRM290 is not set
72183 -CONFIG_BLK_DEV_VIA82CXXX=y
72184 -# CONFIG_BLK_DEV_TC86C001 is not set
72185 -CONFIG_BLK_DEV_IDEDMA=y
72186 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
72187 -# CONFIG_BLK_DEV_HD is not set
72188 -
72189 -#
72190 -# SCSI device support
72191 -#
72192 -# CONFIG_RAID_ATTRS is not set
72193 -# CONFIG_SCSI is not set
72194 -# CONFIG_SCSI_DMA is not set
72195 -# CONFIG_SCSI_NETLINK is not set
72196 -# CONFIG_ATA is not set
72197 -# CONFIG_MD is not set
72198 -# CONFIG_FUSION is not set
72199 -
72200 -#
72201 -# IEEE 1394 (FireWire) support
72202 -#
72203 -# CONFIG_FIREWIRE is not set
72204 -# CONFIG_IEEE1394 is not set
72205 -# CONFIG_I2O is not set
72206 -# CONFIG_MACINTOSH_DRIVERS is not set
72207 -CONFIG_NETDEVICES=y
72208 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
72209 -# CONFIG_DUMMY is not set
72210 -# CONFIG_BONDING is not set
72211 -# CONFIG_MACVLAN is not set
72212 -# CONFIG_EQUALIZER is not set
72213 -# CONFIG_TUN is not set
72214 -# CONFIG_VETH is not set
72215 -# CONFIG_ARCNET is not set
72216 -CONFIG_PHYLIB=y
72217 -
72218 -#
72219 -# MII PHY device drivers
72220 -#
72221 -# CONFIG_MARVELL_PHY is not set
72222 -# CONFIG_DAVICOM_PHY is not set
72223 -# CONFIG_QSEMI_PHY is not set
72224 -# CONFIG_LXT_PHY is not set
72225 -# CONFIG_CICADA_PHY is not set
72226 -# CONFIG_VITESSE_PHY is not set
72227 -# CONFIG_SMSC_PHY is not set
72228 -# CONFIG_BROADCOM_PHY is not set
72229 -# CONFIG_ICPLUS_PHY is not set
72230 -# CONFIG_REALTEK_PHY is not set
72231 -# CONFIG_FIXED_PHY is not set
72232 -# CONFIG_MDIO_BITBANG is not set
72233 -CONFIG_NET_ETHERNET=y
72234 -CONFIG_MII=y
72235 -# CONFIG_HAPPYMEAL is not set
72236 -# CONFIG_SUNGEM is not set
72237 -# CONFIG_CASSINI is not set
72238 -# CONFIG_NET_VENDOR_3COM is not set
72239 -# CONFIG_NET_TULIP is not set
72240 -# CONFIG_HP100 is not set
72241 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
72242 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
72243 -# CONFIG_IBM_NEW_EMAC_TAH is not set
72244 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
72245 -# CONFIG_NET_PCI is not set
72246 -# CONFIG_B44 is not set
72247 -CONFIG_NETDEV_1000=y
72248 -# CONFIG_ACENIC is not set
72249 -# CONFIG_DL2K is not set
72250 -CONFIG_E1000=y
72251 -CONFIG_E1000_NAPI=y
72252 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
72253 -# CONFIG_E1000E is not set
72254 -# CONFIG_E1000E_ENABLED is not set
72255 -# CONFIG_IP1000 is not set
72256 -# CONFIG_IGB is not set
72257 -# CONFIG_NS83820 is not set
72258 -# CONFIG_HAMACHI is not set
72259 -# CONFIG_YELLOWFIN is not set
72260 -# CONFIG_R8169 is not set
72261 -# CONFIG_SIS190 is not set
72262 -# CONFIG_SKGE is not set
72263 -# CONFIG_SKY2 is not set
72264 -# CONFIG_SK98LIN is not set
72265 -# CONFIG_VIA_VELOCITY is not set
72266 -# CONFIG_TIGON3 is not set
72267 -# CONFIG_BNX2 is not set
72268 -CONFIG_GIANFAR=y
72269 -CONFIG_GFAR_NAPI=y
72270 -# CONFIG_QLA3XXX is not set
72271 -# CONFIG_ATL1 is not set
72272 -CONFIG_NETDEV_10000=y
72273 -# CONFIG_CHELSIO_T1 is not set
72274 -# CONFIG_CHELSIO_T3 is not set
72275 -# CONFIG_IXGBE is not set
72276 -# CONFIG_IXGB is not set
72277 -# CONFIG_S2IO is not set
72278 -# CONFIG_MYRI10GE is not set
72279 -# CONFIG_NETXEN_NIC is not set
72280 -# CONFIG_NIU is not set
72281 -# CONFIG_MLX4_CORE is not set
72282 -# CONFIG_TEHUTI is not set
72283 -# CONFIG_BNX2X is not set
72284 -# CONFIG_TR is not set
72285 -
72286 -#
72287 -# Wireless LAN
72288 -#
72289 -# CONFIG_WLAN_PRE80211 is not set
72290 -# CONFIG_WLAN_80211 is not set
72291 -# CONFIG_WAN is not set
72292 -# CONFIG_FDDI is not set
72293 -# CONFIG_HIPPI is not set
72294 -# CONFIG_PPP is not set
72295 -# CONFIG_SLIP is not set
72296 -# CONFIG_NETCONSOLE is not set
72297 -# CONFIG_NETPOLL is not set
72298 -# CONFIG_NET_POLL_CONTROLLER is not set
72299 -# CONFIG_ISDN is not set
72300 -# CONFIG_PHONE is not set
72301 -
72302 -#
72303 -# Input device support
72304 -#
72305 -CONFIG_INPUT=y
72306 -# CONFIG_INPUT_FF_MEMLESS is not set
72307 -# CONFIG_INPUT_POLLDEV is not set
72308 -
72309 -#
72310 -# Userland interfaces
72311 -#
72312 -# CONFIG_INPUT_MOUSEDEV is not set
72313 -# CONFIG_INPUT_JOYDEV is not set
72314 -# CONFIG_INPUT_EVDEV is not set
72315 -# CONFIG_INPUT_EVBUG is not set
72316 -
72317 -#
72318 -# Input Device Drivers
72319 -#
72320 -# CONFIG_INPUT_KEYBOARD is not set
72321 -# CONFIG_INPUT_MOUSE is not set
72322 -# CONFIG_INPUT_JOYSTICK is not set
72323 -# CONFIG_INPUT_TABLET is not set
72324 -# CONFIG_INPUT_TOUCHSCREEN is not set
72325 -# CONFIG_INPUT_MISC is not set
72326 -
72327 -#
72328 -# Hardware I/O ports
72329 -#
72330 -# CONFIG_SERIO is not set
72331 -# CONFIG_GAMEPORT is not set
72332 -
72333 -#
72334 -# Character devices
72335 -#
72336 -# CONFIG_VT is not set
72337 -# CONFIG_SERIAL_NONSTANDARD is not set
72338 -# CONFIG_NOZOMI is not set
72339 -
72340 -#
72341 -# Serial drivers
72342 -#
72343 -CONFIG_SERIAL_8250=y
72344 -CONFIG_SERIAL_8250_CONSOLE=y
72345 -CONFIG_SERIAL_8250_PCI=y
72346 -CONFIG_SERIAL_8250_NR_UARTS=4
72347 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
72348 -# CONFIG_SERIAL_8250_EXTENDED is not set
72349 -CONFIG_SERIAL_8250_SHARE_IRQ=y
72350 -
72351 -#
72352 -# Non-8250 serial port support
72353 -#
72354 -# CONFIG_SERIAL_UARTLITE is not set
72355 -CONFIG_SERIAL_CORE=y
72356 -CONFIG_SERIAL_CORE_CONSOLE=y
72357 -# CONFIG_SERIAL_JSM is not set
72358 -# CONFIG_SERIAL_OF_PLATFORM is not set
72359 -CONFIG_UNIX98_PTYS=y
72360 -CONFIG_LEGACY_PTYS=y
72361 -CONFIG_LEGACY_PTY_COUNT=256
72362 -# CONFIG_IPMI_HANDLER is not set
72363 -# CONFIG_HW_RANDOM is not set
72364 -# CONFIG_NVRAM is not set
72365 -CONFIG_GEN_RTC=y
72366 -# CONFIG_GEN_RTC_X is not set
72367 -# CONFIG_R3964 is not set
72368 -# CONFIG_APPLICOM is not set
72369 -# CONFIG_RAW_DRIVER is not set
72370 -# CONFIG_TCG_TPM is not set
72371 -CONFIG_DEVPORT=y
72372 -# CONFIG_I2C is not set
72373 -
72374 -#
72375 -# SPI support
72376 -#
72377 -# CONFIG_SPI is not set
72378 -# CONFIG_SPI_MASTER is not set
72379 -# CONFIG_W1 is not set
72380 -# CONFIG_POWER_SUPPLY is not set
72381 -CONFIG_HWMON=y
72382 -# CONFIG_HWMON_VID is not set
72383 -# CONFIG_SENSORS_I5K_AMB is not set
72384 -# CONFIG_SENSORS_F71805F is not set
72385 -# CONFIG_SENSORS_F71882FG is not set
72386 -# CONFIG_SENSORS_IT87 is not set
72387 -# CONFIG_SENSORS_PC87360 is not set
72388 -# CONFIG_SENSORS_PC87427 is not set
72389 -# CONFIG_SENSORS_SIS5595 is not set
72390 -# CONFIG_SENSORS_SMSC47M1 is not set
72391 -# CONFIG_SENSORS_SMSC47B397 is not set
72392 -# CONFIG_SENSORS_VIA686A is not set
72393 -# CONFIG_SENSORS_VT1211 is not set
72394 -# CONFIG_SENSORS_VT8231 is not set
72395 -# CONFIG_SENSORS_W83627HF is not set
72396 -# CONFIG_SENSORS_W83627EHF is not set
72397 -# CONFIG_HWMON_DEBUG_CHIP is not set
72398 -# CONFIG_THERMAL is not set
72399 -# CONFIG_WATCHDOG is not set
72400 -
72401 -#
72402 -# Sonics Silicon Backplane
72403 -#
72404 -CONFIG_SSB_POSSIBLE=y
72405 -# CONFIG_SSB is not set
72406 -
72407 -#
72408 -# Multifunction device drivers
72409 -#
72410 -# CONFIG_MFD_SM501 is not set
72411 -
72412 -#
72413 -# Multimedia devices
72414 -#
72415 -# CONFIG_VIDEO_DEV is not set
72416 -# CONFIG_DVB_CORE is not set
72417 -CONFIG_DAB=y
72418 -
72419 -#
72420 -# Graphics support
72421 -#
72422 -# CONFIG_AGP is not set
72423 -# CONFIG_DRM is not set
72424 -# CONFIG_VGASTATE is not set
72425 -CONFIG_VIDEO_OUTPUT_CONTROL=y
72426 -# CONFIG_FB is not set
72427 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
72428 -
72429 -#
72430 -# Display device support
72431 -#
72432 -# CONFIG_DISPLAY_SUPPORT is not set
72433 -
72434 -#
72435 -# Sound
72436 -#
72437 -# CONFIG_SOUND is not set
72438 -CONFIG_HID_SUPPORT=y
72439 -CONFIG_HID=y
72440 -# CONFIG_HID_DEBUG is not set
72441 -# CONFIG_HIDRAW is not set
72442 -CONFIG_USB_SUPPORT=y
72443 -CONFIG_USB_ARCH_HAS_HCD=y
72444 -CONFIG_USB_ARCH_HAS_OHCI=y
72445 -CONFIG_USB_ARCH_HAS_EHCI=y
72446 -# CONFIG_USB is not set
72447 -
72448 -#
72449 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
72450 -#
72451 -# CONFIG_USB_GADGET is not set
72452 -# CONFIG_MMC is not set
72453 -# CONFIG_MEMSTICK is not set
72454 -# CONFIG_NEW_LEDS is not set
72455 -# CONFIG_INFINIBAND is not set
72456 -# CONFIG_EDAC is not set
72457 -# CONFIG_RTC_CLASS is not set
72458 -# CONFIG_DMADEVICES is not set
72459 -
72460 -#
72461 -# Userspace I/O
72462 -#
72463 -# CONFIG_UIO is not set
72464 -
72465 -#
72466 -# File systems
72467 -#
72468 -CONFIG_EXT2_FS=y
72469 -# CONFIG_EXT2_FS_XATTR is not set
72470 -# CONFIG_EXT2_FS_XIP is not set
72471 -CONFIG_EXT3_FS=y
72472 -CONFIG_EXT3_FS_XATTR=y
72473 -# CONFIG_EXT3_FS_POSIX_ACL is not set
72474 -# CONFIG_EXT3_FS_SECURITY is not set
72475 -# CONFIG_EXT4DEV_FS is not set
72476 -CONFIG_JBD=y
72477 -CONFIG_FS_MBCACHE=y
72478 -# CONFIG_REISERFS_FS is not set
72479 -# CONFIG_JFS_FS is not set
72480 -# CONFIG_FS_POSIX_ACL is not set
72481 -# CONFIG_XFS_FS is not set
72482 -# CONFIG_GFS2_FS is not set
72483 -# CONFIG_OCFS2_FS is not set
72484 -CONFIG_DNOTIFY=y
72485 -CONFIG_INOTIFY=y
72486 -CONFIG_INOTIFY_USER=y
72487 -# CONFIG_QUOTA is not set
72488 -# CONFIG_AUTOFS_FS is not set
72489 -# CONFIG_AUTOFS4_FS is not set
72490 -# CONFIG_FUSE_FS is not set
72491 -
72492 -#
72493 -# CD-ROM/DVD Filesystems
72494 -#
72495 -# CONFIG_ISO9660_FS is not set
72496 -# CONFIG_UDF_FS is not set
72497 -
72498 -#
72499 -# DOS/FAT/NT Filesystems
72500 -#
72501 -# CONFIG_MSDOS_FS is not set
72502 -# CONFIG_VFAT_FS is not set
72503 -# CONFIG_NTFS_FS is not set
72504 -
72505 -#
72506 -# Pseudo filesystems
72507 -#
72508 -CONFIG_PROC_FS=y
72509 -CONFIG_PROC_KCORE=y
72510 -CONFIG_PROC_SYSCTL=y
72511 -CONFIG_SYSFS=y
72512 -CONFIG_TMPFS=y
72513 -# CONFIG_TMPFS_POSIX_ACL is not set
72514 -# CONFIG_HUGETLB_PAGE is not set
72515 -# CONFIG_CONFIGFS_FS is not set
72516 -
72517 -#
72518 -# Miscellaneous filesystems
72519 -#
72520 -# CONFIG_ADFS_FS is not set
72521 -# CONFIG_AFFS_FS is not set
72522 -# CONFIG_HFS_FS is not set
72523 -# CONFIG_HFSPLUS_FS is not set
72524 -# CONFIG_BEFS_FS is not set
72525 -# CONFIG_BFS_FS is not set
72526 -# CONFIG_EFS_FS is not set
72527 -# CONFIG_CRAMFS is not set
72528 -# CONFIG_VXFS_FS is not set
72529 -# CONFIG_MINIX_FS is not set
72530 -# CONFIG_HPFS_FS is not set
72531 -# CONFIG_QNX4FS_FS is not set
72532 -# CONFIG_ROMFS_FS is not set
72533 -# CONFIG_SYSV_FS is not set
72534 -# CONFIG_UFS_FS is not set
72535 -CONFIG_NETWORK_FILESYSTEMS=y
72536 -CONFIG_NFS_FS=y
72537 -# CONFIG_NFS_V3 is not set
72538 -# CONFIG_NFS_V4 is not set
72539 -# CONFIG_NFS_DIRECTIO is not set
72540 -# CONFIG_NFSD is not set
72541 -CONFIG_ROOT_NFS=y
72542 -CONFIG_LOCKD=y
72543 -CONFIG_NFS_COMMON=y
72544 -CONFIG_SUNRPC=y
72545 -# CONFIG_SUNRPC_BIND34 is not set
72546 -# CONFIG_RPCSEC_GSS_KRB5 is not set
72547 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
72548 -# CONFIG_SMB_FS is not set
72549 -# CONFIG_CIFS is not set
72550 -# CONFIG_NCP_FS is not set
72551 -# CONFIG_CODA_FS is not set
72552 -# CONFIG_AFS_FS is not set
72553 -
72554 -#
72555 -# Partition Types
72556 -#
72557 -CONFIG_PARTITION_ADVANCED=y
72558 -# CONFIG_ACORN_PARTITION is not set
72559 -# CONFIG_OSF_PARTITION is not set
72560 -# CONFIG_AMIGA_PARTITION is not set
72561 -# CONFIG_ATARI_PARTITION is not set
72562 -# CONFIG_MAC_PARTITION is not set
72563 -# CONFIG_MSDOS_PARTITION is not set
72564 -# CONFIG_LDM_PARTITION is not set
72565 -# CONFIG_SGI_PARTITION is not set
72566 -# CONFIG_ULTRIX_PARTITION is not set
72567 -# CONFIG_SUN_PARTITION is not set
72568 -# CONFIG_KARMA_PARTITION is not set
72569 -# CONFIG_EFI_PARTITION is not set
72570 -# CONFIG_SYSV68_PARTITION is not set
72571 -# CONFIG_NLS is not set
72572 -# CONFIG_DLM is not set
72573 -
72574 -#
72575 -# Library routines
72576 -#
72577 -CONFIG_BITREVERSE=y
72578 -# CONFIG_CRC_CCITT is not set
72579 -# CONFIG_CRC16 is not set
72580 -# CONFIG_CRC_ITU_T is not set
72581 -CONFIG_CRC32=y
72582 -# CONFIG_CRC7 is not set
72583 -# CONFIG_LIBCRC32C is not set
72584 -CONFIG_PLIST=y
72585 -CONFIG_HAS_IOMEM=y
72586 -CONFIG_HAS_IOPORT=y
72587 -CONFIG_HAS_DMA=y
72588 -
72589 -#
72590 -# Kernel hacking
72591 -#
72592 -# CONFIG_PRINTK_TIME is not set
72593 -CONFIG_ENABLE_WARN_DEPRECATED=y
72594 -CONFIG_ENABLE_MUST_CHECK=y
72595 -# CONFIG_MAGIC_SYSRQ is not set
72596 -# CONFIG_UNUSED_SYMBOLS is not set
72597 -# CONFIG_DEBUG_FS is not set
72598 -# CONFIG_HEADERS_CHECK is not set
72599 -CONFIG_DEBUG_KERNEL=y
72600 -# CONFIG_DEBUG_SHIRQ is not set
72601 -CONFIG_DETECT_SOFTLOCKUP=y
72602 -CONFIG_SCHED_DEBUG=y
72603 -# CONFIG_SCHEDSTATS is not set
72604 -# CONFIG_TIMER_STATS is not set
72605 -# CONFIG_SLUB_DEBUG_ON is not set
72606 -# CONFIG_SLUB_STATS is not set
72607 -# CONFIG_DEBUG_RT_MUTEXES is not set
72608 -# CONFIG_RT_MUTEX_TESTER is not set
72609 -# CONFIG_DEBUG_SPINLOCK is not set
72610 -CONFIG_DEBUG_MUTEXES=y
72611 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
72612 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
72613 -# CONFIG_DEBUG_KOBJECT is not set
72614 -# CONFIG_DEBUG_BUGVERBOSE is not set
72615 -# CONFIG_DEBUG_INFO is not set
72616 -# CONFIG_DEBUG_VM is not set
72617 -# CONFIG_DEBUG_LIST is not set
72618 -# CONFIG_DEBUG_SG is not set
72619 -# CONFIG_BOOT_PRINTK_DELAY is not set
72620 -# CONFIG_BACKTRACE_SELF_TEST is not set
72621 -# CONFIG_FAULT_INJECTION is not set
72622 -# CONFIG_SAMPLES is not set
72623 -# CONFIG_DEBUG_STACKOVERFLOW is not set
72624 -# CONFIG_DEBUG_STACK_USAGE is not set
72625 -# CONFIG_DEBUG_PAGEALLOC is not set
72626 -# CONFIG_DEBUGGER is not set
72627 -# CONFIG_BDI_SWITCH is not set
72628 -# CONFIG_PPC_EARLY_DEBUG is not set
72629 -
72630 -#
72631 -# Security options
72632 -#
72633 -# CONFIG_KEYS is not set
72634 -# CONFIG_SECURITY is not set
72635 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
72636 -CONFIG_CRYPTO=y
72637 -# CONFIG_CRYPTO_SEQIV is not set
72638 -# CONFIG_CRYPTO_MANAGER is not set
72639 -# CONFIG_CRYPTO_HMAC is not set
72640 -# CONFIG_CRYPTO_XCBC is not set
72641 -# CONFIG_CRYPTO_NULL is not set
72642 -# CONFIG_CRYPTO_MD4 is not set
72643 -# CONFIG_CRYPTO_MD5 is not set
72644 -# CONFIG_CRYPTO_SHA1 is not set
72645 -# CONFIG_CRYPTO_SHA256 is not set
72646 -# CONFIG_CRYPTO_SHA512 is not set
72647 -# CONFIG_CRYPTO_WP512 is not set
72648 -# CONFIG_CRYPTO_TGR192 is not set
72649 -# CONFIG_CRYPTO_GF128MUL is not set
72650 -# CONFIG_CRYPTO_ECB is not set
72651 -# CONFIG_CRYPTO_CBC is not set
72652 -# CONFIG_CRYPTO_PCBC is not set
72653 -# CONFIG_CRYPTO_LRW is not set
72654 -# CONFIG_CRYPTO_XTS is not set
72655 -# CONFIG_CRYPTO_CTR is not set
72656 -# CONFIG_CRYPTO_GCM is not set
72657 -# CONFIG_CRYPTO_CCM is not set
72658 -# CONFIG_CRYPTO_CRYPTD is not set
72659 -# CONFIG_CRYPTO_DES is not set
72660 -# CONFIG_CRYPTO_FCRYPT is not set
72661 -# CONFIG_CRYPTO_BLOWFISH is not set
72662 -# CONFIG_CRYPTO_TWOFISH is not set
72663 -# CONFIG_CRYPTO_SERPENT is not set
72664 -# CONFIG_CRYPTO_AES is not set
72665 -# CONFIG_CRYPTO_CAST5 is not set
72666 -# CONFIG_CRYPTO_CAST6 is not set
72667 -# CONFIG_CRYPTO_TEA is not set
72668 -# CONFIG_CRYPTO_ARC4 is not set
72669 -# CONFIG_CRYPTO_KHAZAD is not set
72670 -# CONFIG_CRYPTO_ANUBIS is not set
72671 -# CONFIG_CRYPTO_SEED is not set
72672 -# CONFIG_CRYPTO_SALSA20 is not set
72673 -# CONFIG_CRYPTO_DEFLATE is not set
72674 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
72675 -# CONFIG_CRYPTO_CRC32C is not set
72676 -# CONFIG_CRYPTO_CAMELLIA is not set
72677 -# CONFIG_CRYPTO_AUTHENC is not set
72678 -# CONFIG_CRYPTO_LZO is not set
72679 -CONFIG_CRYPTO_HW=y
72680 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
72681 -# CONFIG_PPC_CLOCK is not set
72682 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/pmac32_defconfig powerpc.git/arch/powerpc/configs/pmac32_defconfig
72683 --- linux-2.6.25-rc9/arch/powerpc/configs/pmac32_defconfig 2008-04-11 22:32:29.000000000 +0200
72684 +++ powerpc.git/arch/powerpc/configs/pmac32_defconfig 2008-04-19 16:40:52.000000000 +0200
72685 @@ -1,7 +1,7 @@
72686 #
72687 # Automatically generated make config: don't edit
72688 # Linux kernel version: 2.6.25-rc6
72689 -# Thu Mar 20 11:05:14 2008
72690 +# Thu Mar 27 13:56:21 2008
72691 #
72692 # CONFIG_PPC64 is not set
72693
72694 @@ -77,8 +77,6 @@
72695 CONFIG_LOG_BUF_SHIFT=14
72696 # CONFIG_CGROUPS is not set
72697 # CONFIG_GROUP_SCHED is not set
72698 -# CONFIG_USER_SCHED is not set
72699 -# CONFIG_CGROUP_SCHED is not set
72700 CONFIG_SYSFS_DEPRECATED=y
72701 CONFIG_SYSFS_DEPRECATED_V2=y
72702 # CONFIG_RELAY is not set
72703 @@ -272,7 +270,7 @@
72704 # CONFIG_PCIEPORTBUS is not set
72705 CONFIG_ARCH_SUPPORTS_MSI=y
72706 # CONFIG_PCI_MSI is not set
72707 -CONFIG_PCI_LEGACY=y
72708 +# CONFIG_PCI_LEGACY is not set
72709 # CONFIG_PCI_DEBUG is not set
72710 CONFIG_PCCARD=m
72711 # CONFIG_PCMCIA_DEBUG is not set
72712 @@ -1895,6 +1893,7 @@
72713 CONFIG_HAS_IOMEM=y
72714 CONFIG_HAS_IOPORT=y
72715 CONFIG_HAS_DMA=y
72716 +CONFIG_HAVE_LMB=y
72717
72718 #
72719 # Kernel hacking
72720 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/ppc40x_defconfig powerpc.git/arch/powerpc/configs/ppc40x_defconfig
72721 --- linux-2.6.25-rc9/arch/powerpc/configs/ppc40x_defconfig 1970-01-01 01:00:00.000000000 +0100
72722 +++ powerpc.git/arch/powerpc/configs/ppc40x_defconfig 2008-04-19 16:40:52.000000000 +0200
72723 @@ -0,0 +1,896 @@
72724 +#
72725 +# Automatically generated make config: don't edit
72726 +# Linux kernel version: 2.6.25-rc9
72727 +# Tue Apr 15 08:46:44 2008
72728 +#
72729 +# CONFIG_PPC64 is not set
72730 +
72731 +#
72732 +# Processor support
72733 +#
72734 +# CONFIG_6xx is not set
72735 +# CONFIG_PPC_85xx is not set
72736 +# CONFIG_PPC_8xx is not set
72737 +CONFIG_40x=y
72738 +# CONFIG_44x is not set
72739 +# CONFIG_E200 is not set
72740 +CONFIG_4xx=y
72741 +# CONFIG_PPC_MM_SLICES is not set
72742 +CONFIG_NOT_COHERENT_CACHE=y
72743 +CONFIG_PPC32=y
72744 +CONFIG_WORD_SIZE=32
72745 +CONFIG_PPC_MERGE=y
72746 +CONFIG_MMU=y
72747 +CONFIG_GENERIC_CMOS_UPDATE=y
72748 +CONFIG_GENERIC_TIME=y
72749 +CONFIG_GENERIC_TIME_VSYSCALL=y
72750 +CONFIG_GENERIC_CLOCKEVENTS=y
72751 +CONFIG_GENERIC_HARDIRQS=y
72752 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
72753 +CONFIG_IRQ_PER_CPU=y
72754 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
72755 +CONFIG_ARCH_HAS_ILOG2_U32=y
72756 +CONFIG_GENERIC_HWEIGHT=y
72757 +CONFIG_GENERIC_CALIBRATE_DELAY=y
72758 +CONFIG_GENERIC_FIND_NEXT_BIT=y
72759 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
72760 +CONFIG_PPC=y
72761 +CONFIG_EARLY_PRINTK=y
72762 +CONFIG_GENERIC_NVRAM=y
72763 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
72764 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
72765 +CONFIG_PPC_OF=y
72766 +CONFIG_OF=y
72767 +CONFIG_PPC_UDBG_16550=y
72768 +# CONFIG_GENERIC_TBSYNC is not set
72769 +CONFIG_AUDIT_ARCH=y
72770 +CONFIG_GENERIC_BUG=y
72771 +# CONFIG_DEFAULT_UIMAGE is not set
72772 +CONFIG_PPC_DCR_NATIVE=y
72773 +# CONFIG_PPC_DCR_MMIO is not set
72774 +CONFIG_PPC_DCR=y
72775 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
72776 +
72777 +#
72778 +# General setup
72779 +#
72780 +CONFIG_EXPERIMENTAL=y
72781 +CONFIG_BROKEN_ON_SMP=y
72782 +CONFIG_INIT_ENV_ARG_LIMIT=32
72783 +CONFIG_LOCALVERSION=""
72784 +CONFIG_LOCALVERSION_AUTO=y
72785 +CONFIG_SWAP=y
72786 +CONFIG_SYSVIPC=y
72787 +CONFIG_SYSVIPC_SYSCTL=y
72788 +CONFIG_POSIX_MQUEUE=y
72789 +# CONFIG_BSD_PROCESS_ACCT is not set
72790 +# CONFIG_TASKSTATS is not set
72791 +# CONFIG_AUDIT is not set
72792 +# CONFIG_IKCONFIG is not set
72793 +CONFIG_LOG_BUF_SHIFT=14
72794 +# CONFIG_CGROUPS is not set
72795 +CONFIG_GROUP_SCHED=y
72796 +CONFIG_FAIR_GROUP_SCHED=y
72797 +# CONFIG_RT_GROUP_SCHED is not set
72798 +CONFIG_USER_SCHED=y
72799 +# CONFIG_CGROUP_SCHED is not set
72800 +CONFIG_SYSFS_DEPRECATED=y
72801 +CONFIG_SYSFS_DEPRECATED_V2=y
72802 +# CONFIG_RELAY is not set
72803 +# CONFIG_NAMESPACES is not set
72804 +CONFIG_BLK_DEV_INITRD=y
72805 +CONFIG_INITRAMFS_SOURCE=""
72806 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
72807 +CONFIG_SYSCTL=y
72808 +CONFIG_EMBEDDED=y
72809 +CONFIG_SYSCTL_SYSCALL=y
72810 +CONFIG_KALLSYMS=y
72811 +CONFIG_KALLSYMS_ALL=y
72812 +CONFIG_KALLSYMS_EXTRA_PASS=y
72813 +CONFIG_HOTPLUG=y
72814 +CONFIG_PRINTK=y
72815 +CONFIG_BUG=y
72816 +CONFIG_ELF_CORE=y
72817 +CONFIG_COMPAT_BRK=y
72818 +CONFIG_BASE_FULL=y
72819 +CONFIG_FUTEX=y
72820 +CONFIG_ANON_INODES=y
72821 +CONFIG_EPOLL=y
72822 +CONFIG_SIGNALFD=y
72823 +CONFIG_TIMERFD=y
72824 +CONFIG_EVENTFD=y
72825 +CONFIG_SHMEM=y
72826 +CONFIG_VM_EVENT_COUNTERS=y
72827 +CONFIG_SLUB_DEBUG=y
72828 +# CONFIG_SLAB is not set
72829 +CONFIG_SLUB=y
72830 +# CONFIG_SLOB is not set
72831 +# CONFIG_PROFILING is not set
72832 +# CONFIG_MARKERS is not set
72833 +CONFIG_HAVE_OPROFILE=y
72834 +# CONFIG_KPROBES is not set
72835 +CONFIG_HAVE_KPROBES=y
72836 +CONFIG_HAVE_KRETPROBES=y
72837 +CONFIG_PROC_PAGE_MONITOR=y
72838 +CONFIG_SLABINFO=y
72839 +CONFIG_RT_MUTEXES=y
72840 +# CONFIG_TINY_SHMEM is not set
72841 +CONFIG_BASE_SMALL=0
72842 +CONFIG_MODULES=y
72843 +CONFIG_MODULE_UNLOAD=y
72844 +# CONFIG_MODULE_FORCE_UNLOAD is not set
72845 +# CONFIG_MODVERSIONS is not set
72846 +# CONFIG_MODULE_SRCVERSION_ALL is not set
72847 +CONFIG_KMOD=y
72848 +CONFIG_BLOCK=y
72849 +CONFIG_LBD=y
72850 +# CONFIG_BLK_DEV_IO_TRACE is not set
72851 +# CONFIG_LSF is not set
72852 +# CONFIG_BLK_DEV_BSG is not set
72853 +
72854 +#
72855 +# IO Schedulers
72856 +#
72857 +CONFIG_IOSCHED_NOOP=y
72858 +CONFIG_IOSCHED_AS=y
72859 +CONFIG_IOSCHED_DEADLINE=y
72860 +CONFIG_IOSCHED_CFQ=y
72861 +CONFIG_DEFAULT_AS=y
72862 +# CONFIG_DEFAULT_DEADLINE is not set
72863 +# CONFIG_DEFAULT_CFQ is not set
72864 +# CONFIG_DEFAULT_NOOP is not set
72865 +CONFIG_DEFAULT_IOSCHED="anticipatory"
72866 +CONFIG_CLASSIC_RCU=y
72867 +CONFIG_PPC4xx_PCI_EXPRESS=y
72868 +
72869 +#
72870 +# Platform support
72871 +#
72872 +# CONFIG_PPC_MPC512x is not set
72873 +# CONFIG_PPC_MPC5121 is not set
72874 +# CONFIG_PPC_CELL is not set
72875 +# CONFIG_PPC_CELL_NATIVE is not set
72876 +# CONFIG_PQ2ADS is not set
72877 +CONFIG_EP405=y
72878 +CONFIG_KILAUEA=y
72879 +CONFIG_MAKALU=y
72880 +CONFIG_WALNUT=y
72881 +CONFIG_XILINX_VIRTEX_GENERIC_BOARD=y
72882 +CONFIG_405GP=y
72883 +CONFIG_405EX=y
72884 +CONFIG_XILINX_VIRTEX=y
72885 +CONFIG_XILINX_VIRTEX_II_PRO=y
72886 +CONFIG_XILINX_VIRTEX_4_FX=y
72887 +CONFIG_IBM405_ERR77=y
72888 +CONFIG_IBM405_ERR51=y
72889 +# CONFIG_IPIC is not set
72890 +# CONFIG_MPIC is not set
72891 +# CONFIG_MPIC_WEIRD is not set
72892 +# CONFIG_PPC_I8259 is not set
72893 +# CONFIG_PPC_RTAS is not set
72894 +# CONFIG_MMIO_NVRAM is not set
72895 +# CONFIG_PPC_MPC106 is not set
72896 +# CONFIG_PPC_970_NAP is not set
72897 +# CONFIG_PPC_INDIRECT_IO is not set
72898 +# CONFIG_GENERIC_IOMAP is not set
72899 +# CONFIG_CPU_FREQ is not set
72900 +# CONFIG_FSL_ULI1575 is not set
72901 +CONFIG_OF_RTC=y
72902 +
72903 +#
72904 +# Kernel options
72905 +#
72906 +# CONFIG_HIGHMEM is not set
72907 +# CONFIG_TICK_ONESHOT is not set
72908 +# CONFIG_NO_HZ is not set
72909 +# CONFIG_HIGH_RES_TIMERS is not set
72910 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
72911 +# CONFIG_HZ_100 is not set
72912 +CONFIG_HZ_250=y
72913 +# CONFIG_HZ_300 is not set
72914 +# CONFIG_HZ_1000 is not set
72915 +CONFIG_HZ=250
72916 +# CONFIG_SCHED_HRTICK is not set
72917 +CONFIG_PREEMPT_NONE=y
72918 +# CONFIG_PREEMPT_VOLUNTARY is not set
72919 +# CONFIG_PREEMPT is not set
72920 +CONFIG_BINFMT_ELF=y
72921 +# CONFIG_BINFMT_MISC is not set
72922 +# CONFIG_MATH_EMULATION is not set
72923 +# CONFIG_IOMMU_HELPER is not set
72924 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
72925 +CONFIG_ARCH_HAS_WALK_MEMORY=y
72926 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
72927 +CONFIG_ARCH_FLATMEM_ENABLE=y
72928 +CONFIG_ARCH_POPULATES_NODE_MAP=y
72929 +CONFIG_SELECT_MEMORY_MODEL=y
72930 +CONFIG_FLATMEM_MANUAL=y
72931 +# CONFIG_DISCONTIGMEM_MANUAL is not set
72932 +# CONFIG_SPARSEMEM_MANUAL is not set
72933 +CONFIG_FLATMEM=y
72934 +CONFIG_FLAT_NODE_MEM_MAP=y
72935 +# CONFIG_SPARSEMEM_STATIC is not set
72936 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
72937 +CONFIG_SPLIT_PTLOCK_CPUS=4
72938 +CONFIG_RESOURCES_64BIT=y
72939 +CONFIG_ZONE_DMA_FLAG=1
72940 +CONFIG_BOUNCE=y
72941 +CONFIG_VIRT_TO_BUS=y
72942 +CONFIG_FORCE_MAX_ZONEORDER=11
72943 +CONFIG_PROC_DEVICETREE=y
72944 +# CONFIG_CMDLINE_BOOL is not set
72945 +# CONFIG_PM is not set
72946 +CONFIG_SECCOMP=y
72947 +CONFIG_ISA_DMA_API=y
72948 +
72949 +#
72950 +# Bus options
72951 +#
72952 +CONFIG_ZONE_DMA=y
72953 +CONFIG_PPC_INDIRECT_PCI=y
72954 +CONFIG_4xx_SOC=y
72955 +CONFIG_PCI=y
72956 +CONFIG_PCI_DOMAINS=y
72957 +CONFIG_PCI_SYSCALL=y
72958 +# CONFIG_PCIEPORTBUS is not set
72959 +CONFIG_ARCH_SUPPORTS_MSI=y
72960 +# CONFIG_PCI_MSI is not set
72961 +# CONFIG_PCI_LEGACY is not set
72962 +# CONFIG_PCI_DEBUG is not set
72963 +# CONFIG_PCCARD is not set
72964 +# CONFIG_HOTPLUG_PCI is not set
72965 +
72966 +#
72967 +# Advanced setup
72968 +#
72969 +# CONFIG_ADVANCED_OPTIONS is not set
72970 +
72971 +#
72972 +# Default settings for advanced configuration options are used
72973 +#
72974 +CONFIG_HIGHMEM_START=0xfe000000
72975 +CONFIG_LOWMEM_SIZE=0x30000000
72976 +CONFIG_KERNEL_START=0xc0000000
72977 +CONFIG_TASK_SIZE=0xc0000000
72978 +CONFIG_CONSISTENT_START=0xff100000
72979 +CONFIG_CONSISTENT_SIZE=0x00200000
72980 +CONFIG_BOOT_LOAD=0x00400000
72981 +
72982 +#
72983 +# Networking
72984 +#
72985 +CONFIG_NET=y
72986 +
72987 +#
72988 +# Networking options
72989 +#
72990 +CONFIG_PACKET=y
72991 +# CONFIG_PACKET_MMAP is not set
72992 +CONFIG_UNIX=y
72993 +# CONFIG_NET_KEY is not set
72994 +CONFIG_INET=y
72995 +# CONFIG_IP_MULTICAST is not set
72996 +# CONFIG_IP_ADVANCED_ROUTER is not set
72997 +CONFIG_IP_FIB_HASH=y
72998 +CONFIG_IP_PNP=y
72999 +CONFIG_IP_PNP_DHCP=y
73000 +CONFIG_IP_PNP_BOOTP=y
73001 +# CONFIG_IP_PNP_RARP is not set
73002 +# CONFIG_NET_IPIP is not set
73003 +# CONFIG_NET_IPGRE is not set
73004 +# CONFIG_ARPD is not set
73005 +# CONFIG_SYN_COOKIES is not set
73006 +# CONFIG_INET_AH is not set
73007 +# CONFIG_INET_ESP is not set
73008 +# CONFIG_INET_IPCOMP is not set
73009 +# CONFIG_INET_XFRM_TUNNEL is not set
73010 +# CONFIG_INET_TUNNEL is not set
73011 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
73012 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
73013 +# CONFIG_INET_XFRM_MODE_BEET is not set
73014 +# CONFIG_INET_LRO is not set
73015 +CONFIG_INET_DIAG=y
73016 +CONFIG_INET_TCP_DIAG=y
73017 +# CONFIG_TCP_CONG_ADVANCED is not set
73018 +CONFIG_TCP_CONG_CUBIC=y
73019 +CONFIG_DEFAULT_TCP_CONG="cubic"
73020 +# CONFIG_TCP_MD5SIG is not set
73021 +# CONFIG_IPV6 is not set
73022 +# CONFIG_INET6_XFRM_TUNNEL is not set
73023 +# CONFIG_INET6_TUNNEL is not set
73024 +# CONFIG_NETWORK_SECMARK is not set
73025 +# CONFIG_NETFILTER is not set
73026 +# CONFIG_IP_DCCP is not set
73027 +# CONFIG_IP_SCTP is not set
73028 +# CONFIG_TIPC is not set
73029 +# CONFIG_ATM is not set
73030 +# CONFIG_BRIDGE is not set
73031 +# CONFIG_VLAN_8021Q is not set
73032 +# CONFIG_DECNET is not set
73033 +# CONFIG_LLC2 is not set
73034 +# CONFIG_IPX is not set
73035 +# CONFIG_ATALK is not set
73036 +# CONFIG_X25 is not set
73037 +# CONFIG_LAPB is not set
73038 +# CONFIG_ECONET is not set
73039 +# CONFIG_WAN_ROUTER is not set
73040 +# CONFIG_NET_SCHED is not set
73041 +
73042 +#
73043 +# Network testing
73044 +#
73045 +# CONFIG_NET_PKTGEN is not set
73046 +# CONFIG_HAMRADIO is not set
73047 +# CONFIG_CAN is not set
73048 +# CONFIG_IRDA is not set
73049 +# CONFIG_BT is not set
73050 +# CONFIG_AF_RXRPC is not set
73051 +
73052 +#
73053 +# Wireless
73054 +#
73055 +# CONFIG_CFG80211 is not set
73056 +# CONFIG_WIRELESS_EXT is not set
73057 +# CONFIG_MAC80211 is not set
73058 +# CONFIG_IEEE80211 is not set
73059 +# CONFIG_RFKILL is not set
73060 +# CONFIG_NET_9P is not set
73061 +
73062 +#
73063 +# Device Drivers
73064 +#
73065 +
73066 +#
73067 +# Generic Driver Options
73068 +#
73069 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
73070 +CONFIG_STANDALONE=y
73071 +CONFIG_PREVENT_FIRMWARE_BUILD=y
73072 +CONFIG_FW_LOADER=y
73073 +# CONFIG_DEBUG_DRIVER is not set
73074 +# CONFIG_DEBUG_DEVRES is not set
73075 +# CONFIG_SYS_HYPERVISOR is not set
73076 +CONFIG_CONNECTOR=y
73077 +CONFIG_PROC_EVENTS=y
73078 +CONFIG_MTD=y
73079 +# CONFIG_MTD_DEBUG is not set
73080 +# CONFIG_MTD_CONCAT is not set
73081 +CONFIG_MTD_PARTITIONS=y
73082 +# CONFIG_MTD_REDBOOT_PARTS is not set
73083 +CONFIG_MTD_CMDLINE_PARTS=y
73084 +CONFIG_MTD_OF_PARTS=y
73085 +
73086 +#
73087 +# User Modules And Translation Layers
73088 +#
73089 +CONFIG_MTD_CHAR=y
73090 +CONFIG_MTD_BLKDEVS=m
73091 +CONFIG_MTD_BLOCK=m
73092 +# CONFIG_MTD_BLOCK_RO is not set
73093 +# CONFIG_FTL is not set
73094 +# CONFIG_NFTL is not set
73095 +# CONFIG_INFTL is not set
73096 +# CONFIG_RFD_FTL is not set
73097 +# CONFIG_SSFDC is not set
73098 +# CONFIG_MTD_OOPS is not set
73099 +
73100 +#
73101 +# RAM/ROM/Flash chip drivers
73102 +#
73103 +CONFIG_MTD_CFI=y
73104 +CONFIG_MTD_JEDECPROBE=y
73105 +CONFIG_MTD_GEN_PROBE=y
73106 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
73107 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
73108 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
73109 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
73110 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
73111 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
73112 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
73113 +CONFIG_MTD_CFI_I1=y
73114 +CONFIG_MTD_CFI_I2=y
73115 +# CONFIG_MTD_CFI_I4 is not set
73116 +# CONFIG_MTD_CFI_I8 is not set
73117 +# CONFIG_MTD_CFI_INTELEXT is not set
73118 +CONFIG_MTD_CFI_AMDSTD=y
73119 +# CONFIG_MTD_CFI_STAA is not set
73120 +CONFIG_MTD_CFI_UTIL=y
73121 +# CONFIG_MTD_RAM is not set
73122 +# CONFIG_MTD_ROM is not set
73123 +# CONFIG_MTD_ABSENT is not set
73124 +
73125 +#
73126 +# Mapping drivers for chip access
73127 +#
73128 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
73129 +# CONFIG_MTD_PHYSMAP is not set
73130 +CONFIG_MTD_PHYSMAP_OF=y
73131 +# CONFIG_MTD_INTEL_VR_NOR is not set
73132 +# CONFIG_MTD_PLATRAM is not set
73133 +
73134 +#
73135 +# Self-contained MTD device drivers
73136 +#
73137 +# CONFIG_MTD_PMC551 is not set
73138 +# CONFIG_MTD_SLRAM is not set
73139 +# CONFIG_MTD_PHRAM is not set
73140 +# CONFIG_MTD_MTDRAM is not set
73141 +# CONFIG_MTD_BLOCK2MTD is not set
73142 +
73143 +#
73144 +# Disk-On-Chip Device Drivers
73145 +#
73146 +# CONFIG_MTD_DOC2000 is not set
73147 +# CONFIG_MTD_DOC2001 is not set
73148 +# CONFIG_MTD_DOC2001PLUS is not set
73149 +# CONFIG_MTD_NAND is not set
73150 +# CONFIG_MTD_ONENAND is not set
73151 +
73152 +#
73153 +# UBI - Unsorted block images
73154 +#
73155 +# CONFIG_MTD_UBI is not set
73156 +CONFIG_OF_DEVICE=y
73157 +# CONFIG_PARPORT is not set
73158 +CONFIG_BLK_DEV=y
73159 +# CONFIG_BLK_DEV_FD is not set
73160 +# CONFIG_BLK_CPQ_DA is not set
73161 +# CONFIG_BLK_CPQ_CISS_DA is not set
73162 +# CONFIG_BLK_DEV_DAC960 is not set
73163 +# CONFIG_BLK_DEV_UMEM is not set
73164 +# CONFIG_BLK_DEV_COW_COMMON is not set
73165 +# CONFIG_BLK_DEV_LOOP is not set
73166 +# CONFIG_BLK_DEV_NBD is not set
73167 +# CONFIG_BLK_DEV_SX8 is not set
73168 +CONFIG_BLK_DEV_RAM=y
73169 +CONFIG_BLK_DEV_RAM_COUNT=16
73170 +CONFIG_BLK_DEV_RAM_SIZE=35000
73171 +# CONFIG_BLK_DEV_XIP is not set
73172 +# CONFIG_CDROM_PKTCDVD is not set
73173 +# CONFIG_ATA_OVER_ETH is not set
73174 +# CONFIG_XILINX_SYSACE is not set
73175 +CONFIG_MISC_DEVICES=y
73176 +# CONFIG_PHANTOM is not set
73177 +# CONFIG_EEPROM_93CX6 is not set
73178 +# CONFIG_SGI_IOC4 is not set
73179 +# CONFIG_TIFM_CORE is not set
73180 +# CONFIG_ENCLOSURE_SERVICES is not set
73181 +CONFIG_HAVE_IDE=y
73182 +# CONFIG_IDE is not set
73183 +
73184 +#
73185 +# SCSI device support
73186 +#
73187 +# CONFIG_RAID_ATTRS is not set
73188 +# CONFIG_SCSI is not set
73189 +# CONFIG_SCSI_DMA is not set
73190 +# CONFIG_SCSI_NETLINK is not set
73191 +# CONFIG_ATA is not set
73192 +# CONFIG_MD is not set
73193 +# CONFIG_FUSION is not set
73194 +
73195 +#
73196 +# IEEE 1394 (FireWire) support
73197 +#
73198 +# CONFIG_FIREWIRE is not set
73199 +# CONFIG_IEEE1394 is not set
73200 +# CONFIG_I2O is not set
73201 +# CONFIG_MACINTOSH_DRIVERS is not set
73202 +CONFIG_NETDEVICES=y
73203 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
73204 +# CONFIG_DUMMY is not set
73205 +# CONFIG_BONDING is not set
73206 +# CONFIG_MACVLAN is not set
73207 +# CONFIG_EQUALIZER is not set
73208 +# CONFIG_TUN is not set
73209 +# CONFIG_VETH is not set
73210 +# CONFIG_ARCNET is not set
73211 +# CONFIG_PHYLIB is not set
73212 +CONFIG_NET_ETHERNET=y
73213 +# CONFIG_MII is not set
73214 +# CONFIG_HAPPYMEAL is not set
73215 +# CONFIG_SUNGEM is not set
73216 +# CONFIG_CASSINI is not set
73217 +# CONFIG_NET_VENDOR_3COM is not set
73218 +# CONFIG_NET_TULIP is not set
73219 +# CONFIG_HP100 is not set
73220 +CONFIG_IBM_NEW_EMAC=y
73221 +CONFIG_IBM_NEW_EMAC_RXB=128
73222 +CONFIG_IBM_NEW_EMAC_TXB=64
73223 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
73224 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
73225 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
73226 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
73227 +CONFIG_IBM_NEW_EMAC_ZMII=y
73228 +CONFIG_IBM_NEW_EMAC_RGMII=y
73229 +# CONFIG_IBM_NEW_EMAC_TAH is not set
73230 +CONFIG_IBM_NEW_EMAC_EMAC4=y
73231 +# CONFIG_NET_PCI is not set
73232 +# CONFIG_B44 is not set
73233 +CONFIG_NETDEV_1000=y
73234 +# CONFIG_ACENIC is not set
73235 +# CONFIG_DL2K is not set
73236 +# CONFIG_E1000 is not set
73237 +# CONFIG_E1000E is not set
73238 +# CONFIG_E1000E_ENABLED is not set
73239 +# CONFIG_IP1000 is not set
73240 +# CONFIG_IGB is not set
73241 +# CONFIG_NS83820 is not set
73242 +# CONFIG_HAMACHI is not set
73243 +# CONFIG_YELLOWFIN is not set
73244 +# CONFIG_R8169 is not set
73245 +# CONFIG_SIS190 is not set
73246 +# CONFIG_SKGE is not set
73247 +# CONFIG_SKY2 is not set
73248 +# CONFIG_SK98LIN is not set
73249 +# CONFIG_VIA_VELOCITY is not set
73250 +# CONFIG_TIGON3 is not set
73251 +# CONFIG_BNX2 is not set
73252 +# CONFIG_QLA3XXX is not set
73253 +# CONFIG_ATL1 is not set
73254 +CONFIG_NETDEV_10000=y
73255 +# CONFIG_CHELSIO_T1 is not set
73256 +# CONFIG_CHELSIO_T3 is not set
73257 +# CONFIG_IXGBE is not set
73258 +# CONFIG_IXGB is not set
73259 +# CONFIG_S2IO is not set
73260 +# CONFIG_MYRI10GE is not set
73261 +# CONFIG_NETXEN_NIC is not set
73262 +# CONFIG_NIU is not set
73263 +# CONFIG_MLX4_CORE is not set
73264 +# CONFIG_TEHUTI is not set
73265 +# CONFIG_BNX2X is not set
73266 +# CONFIG_TR is not set
73267 +
73268 +#
73269 +# Wireless LAN
73270 +#
73271 +# CONFIG_WLAN_PRE80211 is not set
73272 +# CONFIG_WLAN_80211 is not set
73273 +# CONFIG_WAN is not set
73274 +# CONFIG_FDDI is not set
73275 +# CONFIG_HIPPI is not set
73276 +# CONFIG_PPP is not set
73277 +# CONFIG_SLIP is not set
73278 +# CONFIG_NETCONSOLE is not set
73279 +# CONFIG_NETPOLL is not set
73280 +# CONFIG_NET_POLL_CONTROLLER is not set
73281 +# CONFIG_ISDN is not set
73282 +# CONFIG_PHONE is not set
73283 +
73284 +#
73285 +# Input device support
73286 +#
73287 +# CONFIG_INPUT is not set
73288 +
73289 +#
73290 +# Hardware I/O ports
73291 +#
73292 +# CONFIG_SERIO is not set
73293 +# CONFIG_GAMEPORT is not set
73294 +
73295 +#
73296 +# Character devices
73297 +#
73298 +# CONFIG_VT is not set
73299 +# CONFIG_SERIAL_NONSTANDARD is not set
73300 +# CONFIG_NOZOMI is not set
73301 +
73302 +#
73303 +# Serial drivers
73304 +#
73305 +CONFIG_SERIAL_8250=y
73306 +CONFIG_SERIAL_8250_CONSOLE=y
73307 +CONFIG_SERIAL_8250_PCI=y
73308 +CONFIG_SERIAL_8250_NR_UARTS=4
73309 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
73310 +CONFIG_SERIAL_8250_EXTENDED=y
73311 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
73312 +CONFIG_SERIAL_8250_SHARE_IRQ=y
73313 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
73314 +# CONFIG_SERIAL_8250_RSA is not set
73315 +
73316 +#
73317 +# Non-8250 serial port support
73318 +#
73319 +# CONFIG_SERIAL_UARTLITE is not set
73320 +CONFIG_SERIAL_CORE=y
73321 +CONFIG_SERIAL_CORE_CONSOLE=y
73322 +# CONFIG_SERIAL_JSM is not set
73323 +CONFIG_SERIAL_OF_PLATFORM=y
73324 +CONFIG_UNIX98_PTYS=y
73325 +CONFIG_LEGACY_PTYS=y
73326 +CONFIG_LEGACY_PTY_COUNT=256
73327 +# CONFIG_IPMI_HANDLER is not set
73328 +# CONFIG_HW_RANDOM is not set
73329 +# CONFIG_NVRAM is not set
73330 +# CONFIG_GEN_RTC is not set
73331 +CONFIG_XILINX_HWICAP=m
73332 +# CONFIG_R3964 is not set
73333 +# CONFIG_APPLICOM is not set
73334 +# CONFIG_RAW_DRIVER is not set
73335 +# CONFIG_TCG_TPM is not set
73336 +CONFIG_DEVPORT=y
73337 +# CONFIG_I2C is not set
73338 +
73339 +#
73340 +# SPI support
73341 +#
73342 +# CONFIG_SPI is not set
73343 +# CONFIG_SPI_MASTER is not set
73344 +# CONFIG_W1 is not set
73345 +# CONFIG_POWER_SUPPLY is not set
73346 +# CONFIG_HWMON is not set
73347 +CONFIG_THERMAL=y
73348 +# CONFIG_WATCHDOG is not set
73349 +
73350 +#
73351 +# Sonics Silicon Backplane
73352 +#
73353 +CONFIG_SSB_POSSIBLE=y
73354 +# CONFIG_SSB is not set
73355 +
73356 +#
73357 +# Multifunction device drivers
73358 +#
73359 +# CONFIG_MFD_SM501 is not set
73360 +
73361 +#
73362 +# Multimedia devices
73363 +#
73364 +# CONFIG_VIDEO_DEV is not set
73365 +# CONFIG_DVB_CORE is not set
73366 +# CONFIG_DAB is not set
73367 +
73368 +#
73369 +# Graphics support
73370 +#
73371 +# CONFIG_AGP is not set
73372 +# CONFIG_DRM is not set
73373 +# CONFIG_VGASTATE is not set
73374 +CONFIG_VIDEO_OUTPUT_CONTROL=m
73375 +# CONFIG_FB is not set
73376 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
73377 +
73378 +#
73379 +# Display device support
73380 +#
73381 +# CONFIG_DISPLAY_SUPPORT is not set
73382 +
73383 +#
73384 +# Sound
73385 +#
73386 +# CONFIG_SOUND is not set
73387 +CONFIG_USB_SUPPORT=y
73388 +CONFIG_USB_ARCH_HAS_HCD=y
73389 +CONFIG_USB_ARCH_HAS_OHCI=y
73390 +CONFIG_USB_ARCH_HAS_EHCI=y
73391 +# CONFIG_USB is not set
73392 +
73393 +#
73394 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
73395 +#
73396 +# CONFIG_USB_GADGET is not set
73397 +# CONFIG_MMC is not set
73398 +# CONFIG_MEMSTICK is not set
73399 +# CONFIG_NEW_LEDS is not set
73400 +# CONFIG_INFINIBAND is not set
73401 +# CONFIG_EDAC is not set
73402 +# CONFIG_RTC_CLASS is not set
73403 +# CONFIG_DMADEVICES is not set
73404 +
73405 +#
73406 +# Userspace I/O
73407 +#
73408 +# CONFIG_UIO is not set
73409 +
73410 +#
73411 +# File systems
73412 +#
73413 +CONFIG_EXT2_FS=y
73414 +# CONFIG_EXT2_FS_XATTR is not set
73415 +# CONFIG_EXT2_FS_XIP is not set
73416 +# CONFIG_EXT3_FS is not set
73417 +# CONFIG_EXT4DEV_FS is not set
73418 +# CONFIG_REISERFS_FS is not set
73419 +# CONFIG_JFS_FS is not set
73420 +# CONFIG_FS_POSIX_ACL is not set
73421 +# CONFIG_XFS_FS is not set
73422 +# CONFIG_GFS2_FS is not set
73423 +# CONFIG_OCFS2_FS is not set
73424 +CONFIG_DNOTIFY=y
73425 +CONFIG_INOTIFY=y
73426 +CONFIG_INOTIFY_USER=y
73427 +# CONFIG_QUOTA is not set
73428 +# CONFIG_AUTOFS_FS is not set
73429 +# CONFIG_AUTOFS4_FS is not set
73430 +# CONFIG_FUSE_FS is not set
73431 +
73432 +#
73433 +# CD-ROM/DVD Filesystems
73434 +#
73435 +# CONFIG_ISO9660_FS is not set
73436 +# CONFIG_UDF_FS is not set
73437 +
73438 +#
73439 +# DOS/FAT/NT Filesystems
73440 +#
73441 +# CONFIG_MSDOS_FS is not set
73442 +# CONFIG_VFAT_FS is not set
73443 +# CONFIG_NTFS_FS is not set
73444 +
73445 +#
73446 +# Pseudo filesystems
73447 +#
73448 +CONFIG_PROC_FS=y
73449 +CONFIG_PROC_KCORE=y
73450 +CONFIG_PROC_SYSCTL=y
73451 +CONFIG_SYSFS=y
73452 +CONFIG_TMPFS=y
73453 +# CONFIG_TMPFS_POSIX_ACL is not set
73454 +# CONFIG_HUGETLB_PAGE is not set
73455 +# CONFIG_CONFIGFS_FS is not set
73456 +
73457 +#
73458 +# Miscellaneous filesystems
73459 +#
73460 +# CONFIG_ADFS_FS is not set
73461 +# CONFIG_AFFS_FS is not set
73462 +# CONFIG_HFS_FS is not set
73463 +# CONFIG_HFSPLUS_FS is not set
73464 +# CONFIG_BEFS_FS is not set
73465 +# CONFIG_BFS_FS is not set
73466 +# CONFIG_EFS_FS is not set
73467 +# CONFIG_JFFS2_FS is not set
73468 +CONFIG_CRAMFS=y
73469 +# CONFIG_VXFS_FS is not set
73470 +# CONFIG_MINIX_FS is not set
73471 +# CONFIG_HPFS_FS is not set
73472 +# CONFIG_QNX4FS_FS is not set
73473 +# CONFIG_ROMFS_FS is not set
73474 +# CONFIG_SYSV_FS is not set
73475 +# CONFIG_UFS_FS is not set
73476 +CONFIG_NETWORK_FILESYSTEMS=y
73477 +CONFIG_NFS_FS=y
73478 +CONFIG_NFS_V3=y
73479 +# CONFIG_NFS_V3_ACL is not set
73480 +# CONFIG_NFS_V4 is not set
73481 +# CONFIG_NFS_DIRECTIO is not set
73482 +# CONFIG_NFSD is not set
73483 +CONFIG_ROOT_NFS=y
73484 +CONFIG_LOCKD=y
73485 +CONFIG_LOCKD_V4=y
73486 +CONFIG_NFS_COMMON=y
73487 +CONFIG_SUNRPC=y
73488 +# CONFIG_SUNRPC_BIND34 is not set
73489 +# CONFIG_RPCSEC_GSS_KRB5 is not set
73490 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
73491 +# CONFIG_SMB_FS is not set
73492 +# CONFIG_CIFS is not set
73493 +# CONFIG_NCP_FS is not set
73494 +# CONFIG_CODA_FS is not set
73495 +# CONFIG_AFS_FS is not set
73496 +
73497 +#
73498 +# Partition Types
73499 +#
73500 +# CONFIG_PARTITION_ADVANCED is not set
73501 +CONFIG_MSDOS_PARTITION=y
73502 +# CONFIG_NLS is not set
73503 +# CONFIG_DLM is not set
73504 +
73505 +#
73506 +# Library routines
73507 +#
73508 +CONFIG_BITREVERSE=y
73509 +# CONFIG_CRC_CCITT is not set
73510 +# CONFIG_CRC16 is not set
73511 +# CONFIG_CRC_ITU_T is not set
73512 +CONFIG_CRC32=y
73513 +# CONFIG_CRC7 is not set
73514 +# CONFIG_LIBCRC32C is not set
73515 +CONFIG_ZLIB_INFLATE=y
73516 +CONFIG_PLIST=y
73517 +CONFIG_HAS_IOMEM=y
73518 +CONFIG_HAS_IOPORT=y
73519 +CONFIG_HAS_DMA=y
73520 +CONFIG_HAVE_LMB=y
73521 +
73522 +#
73523 +# Kernel hacking
73524 +#
73525 +# CONFIG_PRINTK_TIME is not set
73526 +CONFIG_ENABLE_WARN_DEPRECATED=y
73527 +CONFIG_ENABLE_MUST_CHECK=y
73528 +CONFIG_MAGIC_SYSRQ=y
73529 +# CONFIG_UNUSED_SYMBOLS is not set
73530 +CONFIG_DEBUG_FS=y
73531 +# CONFIG_HEADERS_CHECK is not set
73532 +CONFIG_DEBUG_KERNEL=y
73533 +# CONFIG_DEBUG_SHIRQ is not set
73534 +CONFIG_DETECT_SOFTLOCKUP=y
73535 +CONFIG_SCHED_DEBUG=y
73536 +# CONFIG_SCHEDSTATS is not set
73537 +# CONFIG_TIMER_STATS is not set
73538 +# CONFIG_SLUB_DEBUG_ON is not set
73539 +# CONFIG_SLUB_STATS is not set
73540 +# CONFIG_DEBUG_RT_MUTEXES is not set
73541 +# CONFIG_RT_MUTEX_TESTER is not set
73542 +# CONFIG_DEBUG_SPINLOCK is not set
73543 +# CONFIG_DEBUG_MUTEXES is not set
73544 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
73545 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
73546 +# CONFIG_DEBUG_KOBJECT is not set
73547 +CONFIG_DEBUG_BUGVERBOSE=y
73548 +# CONFIG_DEBUG_INFO is not set
73549 +# CONFIG_DEBUG_VM is not set
73550 +# CONFIG_DEBUG_LIST is not set
73551 +# CONFIG_DEBUG_SG is not set
73552 +# CONFIG_BOOT_PRINTK_DELAY is not set
73553 +# CONFIG_RCU_TORTURE_TEST is not set
73554 +# CONFIG_BACKTRACE_SELF_TEST is not set
73555 +# CONFIG_FAULT_INJECTION is not set
73556 +# CONFIG_SAMPLES is not set
73557 +# CONFIG_DEBUG_STACKOVERFLOW is not set
73558 +# CONFIG_DEBUG_STACK_USAGE is not set
73559 +# CONFIG_DEBUG_PAGEALLOC is not set
73560 +# CONFIG_DEBUGGER is not set
73561 +# CONFIG_VIRQ_DEBUG is not set
73562 +# CONFIG_BDI_SWITCH is not set
73563 +# CONFIG_PPC_EARLY_DEBUG is not set
73564 +
73565 +#
73566 +# Security options
73567 +#
73568 +# CONFIG_KEYS is not set
73569 +# CONFIG_SECURITY is not set
73570 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
73571 +CONFIG_CRYPTO=y
73572 +CONFIG_CRYPTO_ALGAPI=y
73573 +CONFIG_CRYPTO_BLKCIPHER=y
73574 +# CONFIG_CRYPTO_SEQIV is not set
73575 +CONFIG_CRYPTO_MANAGER=y
73576 +# CONFIG_CRYPTO_HMAC is not set
73577 +# CONFIG_CRYPTO_XCBC is not set
73578 +# CONFIG_CRYPTO_NULL is not set
73579 +# CONFIG_CRYPTO_MD4 is not set
73580 +CONFIG_CRYPTO_MD5=y
73581 +# CONFIG_CRYPTO_SHA1 is not set
73582 +# CONFIG_CRYPTO_SHA256 is not set
73583 +# CONFIG_CRYPTO_SHA512 is not set
73584 +# CONFIG_CRYPTO_WP512 is not set
73585 +# CONFIG_CRYPTO_TGR192 is not set
73586 +# CONFIG_CRYPTO_GF128MUL is not set
73587 +CONFIG_CRYPTO_ECB=y
73588 +CONFIG_CRYPTO_CBC=y
73589 +CONFIG_CRYPTO_PCBC=y
73590 +# CONFIG_CRYPTO_LRW is not set
73591 +# CONFIG_CRYPTO_XTS is not set
73592 +# CONFIG_CRYPTO_CTR is not set
73593 +# CONFIG_CRYPTO_GCM is not set
73594 +# CONFIG_CRYPTO_CCM is not set
73595 +# CONFIG_CRYPTO_CRYPTD is not set
73596 +CONFIG_CRYPTO_DES=y
73597 +# CONFIG_CRYPTO_FCRYPT is not set
73598 +# CONFIG_CRYPTO_BLOWFISH is not set
73599 +# CONFIG_CRYPTO_TWOFISH is not set
73600 +# CONFIG_CRYPTO_SERPENT is not set
73601 +# CONFIG_CRYPTO_AES is not set
73602 +# CONFIG_CRYPTO_CAST5 is not set
73603 +# CONFIG_CRYPTO_CAST6 is not set
73604 +# CONFIG_CRYPTO_TEA is not set
73605 +# CONFIG_CRYPTO_ARC4 is not set
73606 +# CONFIG_CRYPTO_KHAZAD is not set
73607 +# CONFIG_CRYPTO_ANUBIS is not set
73608 +# CONFIG_CRYPTO_SEED is not set
73609 +# CONFIG_CRYPTO_SALSA20 is not set
73610 +# CONFIG_CRYPTO_DEFLATE is not set
73611 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
73612 +# CONFIG_CRYPTO_CRC32C is not set
73613 +# CONFIG_CRYPTO_CAMELLIA is not set
73614 +# CONFIG_CRYPTO_TEST is not set
73615 +# CONFIG_CRYPTO_AUTHENC is not set
73616 +# CONFIG_CRYPTO_LZO is not set
73617 +CONFIG_CRYPTO_HW=y
73618 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
73619 +# CONFIG_PPC_CLOCK is not set
73620 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/ppc44x_defconfig powerpc.git/arch/powerpc/configs/ppc44x_defconfig
73621 --- linux-2.6.25-rc9/arch/powerpc/configs/ppc44x_defconfig 2008-04-11 22:32:29.000000000 +0200
73622 +++ powerpc.git/arch/powerpc/configs/ppc44x_defconfig 2008-04-19 16:40:52.000000000 +0200
73623 @@ -1,7 +1,7 @@
73624 #
73625 # Automatically generated make config: don't edit
73626 -# Linux kernel version: 2.6.25-rc2
73627 -# Fri Feb 15 21:57:35 2008
73628 +# Linux kernel version: 2.6.25-rc6
73629 +# Sat Apr 5 09:35:48 2008
73630 #
73631 # CONFIG_PPC64 is not set
73632
73633 @@ -79,6 +79,7 @@
73634 CONFIG_USER_SCHED=y
73635 # CONFIG_CGROUP_SCHED is not set
73636 CONFIG_SYSFS_DEPRECATED=y
73637 +CONFIG_SYSFS_DEPRECATED_V2=y
73638 # CONFIG_RELAY is not set
73639 # CONFIG_NAMESPACES is not set
73640 CONFIG_BLK_DEV_INITRD=y
73641 @@ -113,6 +114,7 @@
73642 CONFIG_HAVE_OPROFILE=y
73643 # CONFIG_KPROBES is not set
73644 CONFIG_HAVE_KPROBES=y
73645 +CONFIG_HAVE_KRETPROBES=y
73646 CONFIG_PROC_PAGE_MONITOR=y
73647 CONFIG_SLABINFO=y
73648 CONFIG_RT_MUTEXES=y
73649 @@ -143,7 +145,6 @@
73650 # CONFIG_DEFAULT_NOOP is not set
73651 CONFIG_DEFAULT_IOSCHED="anticipatory"
73652 CONFIG_CLASSIC_RCU=y
73653 -# CONFIG_PREEMPT_RCU is not set
73654 CONFIG_PPC4xx_PCI_EXPRESS=y
73655
73656 #
73657 @@ -161,12 +162,15 @@
73658 CONFIG_KATMAI=y
73659 CONFIG_RAINIER=y
73660 CONFIG_WARP=y
73661 +CONFIG_CANYONLANDS=y
73662 +CONFIG_YOSEMITE=y
73663 CONFIG_440EP=y
73664 CONFIG_440EPX=y
73665 CONFIG_440GRX=y
73666 CONFIG_440GP=y
73667 CONFIG_440GX=y
73668 CONFIG_440SPe=y
73669 +CONFIG_460EX=y
73670 CONFIG_IBM440EP_ERR42=y
73671 # CONFIG_IPIC is not set
73672 # CONFIG_MPIC is not set
73673 @@ -199,7 +203,6 @@
73674 CONFIG_PREEMPT_NONE=y
73675 # CONFIG_PREEMPT_VOLUNTARY is not set
73676 # CONFIG_PREEMPT is not set
73677 -# CONFIG_RCU_TRACE is not set
73678 CONFIG_BINFMT_ELF=y
73679 # CONFIG_BINFMT_MISC is not set
73680 CONFIG_MATH_EMULATION=y
73681 @@ -232,6 +235,7 @@
73682 #
73683 CONFIG_ZONE_DMA=y
73684 CONFIG_PPC_INDIRECT_PCI=y
73685 +CONFIG_4xx_SOC=y
73686 CONFIG_PCI=y
73687 CONFIG_PCI_DOMAINS=y
73688 CONFIG_PCI_SYSCALL=y
73689 @@ -678,6 +682,7 @@
73690 # CONFIG_INFINIBAND is not set
73691 # CONFIG_EDAC is not set
73692 # CONFIG_RTC_CLASS is not set
73693 +# CONFIG_DMADEVICES is not set
73694
73695 #
73696 # Userspace I/O
73697 @@ -805,6 +810,7 @@
73698 CONFIG_HAS_IOMEM=y
73699 CONFIG_HAS_IOPORT=y
73700 CONFIG_HAS_DMA=y
73701 +CONFIG_HAVE_LMB=y
73702
73703 #
73704 # Kernel hacking
73705 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/ppc64_defconfig powerpc.git/arch/powerpc/configs/ppc64_defconfig
73706 --- linux-2.6.25-rc9/arch/powerpc/configs/ppc64_defconfig 2008-04-11 22:32:29.000000000 +0200
73707 +++ powerpc.git/arch/powerpc/configs/ppc64_defconfig 2008-04-19 16:40:52.000000000 +0200
73708 @@ -1,7 +1,7 @@
73709 #
73710 # Automatically generated make config: don't edit
73711 # Linux kernel version: 2.6.25-rc6
73712 -# Thu Mar 20 11:06:28 2008
73713 +# Thu Mar 27 13:56:24 2008
73714 #
73715 CONFIG_PPC64=y
73716
73717 @@ -84,8 +84,6 @@
73718 # CONFIG_CGROUP_NS is not set
73719 CONFIG_CPUSETS=y
73720 # CONFIG_GROUP_SCHED is not set
73721 -# CONFIG_USER_SCHED is not set
73722 -# CONFIG_CGROUP_SCHED is not set
73723 # CONFIG_CGROUP_CPUACCT is not set
73724 # CONFIG_RESOURCE_COUNTERS is not set
73725 CONFIG_SYSFS_DEPRECATED=y
73726 @@ -289,6 +287,7 @@
73727 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
73728 CONFIG_KEXEC=y
73729 # CONFIG_CRASH_DUMP is not set
73730 +# CONFIG_PHYP_DUMP is not set
73731 CONFIG_IRQ_ALL_CPUS=y
73732 # CONFIG_NUMA is not set
73733 CONFIG_ARCH_SELECT_MEMORY_MODEL=y
73734 @@ -335,7 +334,7 @@
73735 # CONFIG_PCIEPORTBUS is not set
73736 CONFIG_ARCH_SUPPORTS_MSI=y
73737 CONFIG_PCI_MSI=y
73738 -CONFIG_PCI_LEGACY=y
73739 +# CONFIG_PCI_LEGACY is not set
73740 # CONFIG_PCI_DEBUG is not set
73741 CONFIG_PCCARD=y
73742 # CONFIG_PCMCIA_DEBUG is not set
73743 @@ -1881,6 +1880,7 @@
73744 CONFIG_HAS_IOMEM=y
73745 CONFIG_HAS_IOPORT=y
73746 CONFIG_HAS_DMA=y
73747 +CONFIG_HAVE_LMB=y
73748
73749 #
73750 # Kernel hacking
73751 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/pseries_defconfig powerpc.git/arch/powerpc/configs/pseries_defconfig
73752 --- linux-2.6.25-rc9/arch/powerpc/configs/pseries_defconfig 2008-04-11 22:32:29.000000000 +0200
73753 +++ powerpc.git/arch/powerpc/configs/pseries_defconfig 2008-04-19 16:40:52.000000000 +0200
73754 @@ -1,7 +1,7 @@
73755 #
73756 # Automatically generated make config: don't edit
73757 # Linux kernel version: 2.6.25-rc6
73758 -# Thu Mar 20 11:08:01 2008
73759 +# Thu Mar 27 13:56:28 2008
73760 #
73761 CONFIG_PPC64=y
73762
73763 @@ -83,8 +83,6 @@
73764 CONFIG_CGROUP_NS=y
73765 CONFIG_CPUSETS=y
73766 # CONFIG_GROUP_SCHED is not set
73767 -# CONFIG_USER_SCHED is not set
73768 -# CONFIG_CGROUP_SCHED is not set
73769 CONFIG_CGROUP_CPUACCT=y
73770 # CONFIG_RESOURCE_COUNTERS is not set
73771 CONFIG_SYSFS_DEPRECATED=y
73772 @@ -237,6 +235,7 @@
73773 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
73774 CONFIG_KEXEC=y
73775 # CONFIG_CRASH_DUMP is not set
73776 +# CONFIG_PHYP_DUMP is not set
73777 CONFIG_IRQ_ALL_CPUS=y
73778 CONFIG_NUMA=y
73779 CONFIG_NODES_SHIFT=4
73780 @@ -283,7 +282,7 @@
73781 # CONFIG_PCIEPORTBUS is not set
73782 CONFIG_ARCH_SUPPORTS_MSI=y
73783 CONFIG_PCI_MSI=y
73784 -CONFIG_PCI_LEGACY=y
73785 +# CONFIG_PCI_LEGACY is not set
73786 # CONFIG_PCI_DEBUG is not set
73787 # CONFIG_PCCARD is not set
73788 CONFIG_HOTPLUG_PCI=m
73789 @@ -1519,6 +1518,7 @@
73790 CONFIG_HAS_IOMEM=y
73791 CONFIG_HAS_IOPORT=y
73792 CONFIG_HAS_DMA=y
73793 +CONFIG_HAVE_LMB=y
73794
73795 #
73796 # Kernel hacking
73797 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/rainier_defconfig powerpc.git/arch/powerpc/configs/rainier_defconfig
73798 --- linux-2.6.25-rc9/arch/powerpc/configs/rainier_defconfig 2008-04-11 22:32:29.000000000 +0200
73799 +++ powerpc.git/arch/powerpc/configs/rainier_defconfig 1970-01-01 01:00:00.000000000 +0100
73800 @@ -1,899 +0,0 @@
73801 -#
73802 -# Automatically generated make config: don't edit
73803 -# Linux kernel version: 2.6.25-rc2
73804 -# Fri Feb 15 21:53:10 2008
73805 -#
73806 -# CONFIG_PPC64 is not set
73807 -
73808 -#
73809 -# Processor support
73810 -#
73811 -# CONFIG_6xx is not set
73812 -# CONFIG_PPC_85xx is not set
73813 -# CONFIG_PPC_8xx is not set
73814 -# CONFIG_40x is not set
73815 -CONFIG_44x=y
73816 -# CONFIG_E200 is not set
73817 -CONFIG_4xx=y
73818 -CONFIG_BOOKE=y
73819 -CONFIG_PTE_64BIT=y
73820 -CONFIG_PHYS_64BIT=y
73821 -# CONFIG_PPC_MM_SLICES is not set
73822 -CONFIG_NOT_COHERENT_CACHE=y
73823 -CONFIG_PPC32=y
73824 -CONFIG_WORD_SIZE=32
73825 -CONFIG_PPC_MERGE=y
73826 -CONFIG_MMU=y
73827 -CONFIG_GENERIC_CMOS_UPDATE=y
73828 -CONFIG_GENERIC_TIME=y
73829 -CONFIG_GENERIC_TIME_VSYSCALL=y
73830 -CONFIG_GENERIC_CLOCKEVENTS=y
73831 -CONFIG_GENERIC_HARDIRQS=y
73832 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
73833 -CONFIG_IRQ_PER_CPU=y
73834 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
73835 -CONFIG_ARCH_HAS_ILOG2_U32=y
73836 -CONFIG_GENERIC_HWEIGHT=y
73837 -CONFIG_GENERIC_CALIBRATE_DELAY=y
73838 -CONFIG_GENERIC_FIND_NEXT_BIT=y
73839 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
73840 -CONFIG_PPC=y
73841 -CONFIG_EARLY_PRINTK=y
73842 -CONFIG_GENERIC_NVRAM=y
73843 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
73844 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
73845 -CONFIG_PPC_OF=y
73846 -CONFIG_OF=y
73847 -CONFIG_PPC_UDBG_16550=y
73848 -# CONFIG_GENERIC_TBSYNC is not set
73849 -CONFIG_AUDIT_ARCH=y
73850 -CONFIG_GENERIC_BUG=y
73851 -# CONFIG_DEFAULT_UIMAGE is not set
73852 -CONFIG_PPC_DCR_NATIVE=y
73853 -# CONFIG_PPC_DCR_MMIO is not set
73854 -CONFIG_PPC_DCR=y
73855 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
73856 -
73857 -#
73858 -# General setup
73859 -#
73860 -CONFIG_EXPERIMENTAL=y
73861 -CONFIG_BROKEN_ON_SMP=y
73862 -CONFIG_INIT_ENV_ARG_LIMIT=32
73863 -CONFIG_LOCALVERSION=""
73864 -CONFIG_LOCALVERSION_AUTO=y
73865 -CONFIG_SWAP=y
73866 -CONFIG_SYSVIPC=y
73867 -CONFIG_SYSVIPC_SYSCTL=y
73868 -CONFIG_POSIX_MQUEUE=y
73869 -# CONFIG_BSD_PROCESS_ACCT is not set
73870 -# CONFIG_TASKSTATS is not set
73871 -# CONFIG_AUDIT is not set
73872 -# CONFIG_IKCONFIG is not set
73873 -CONFIG_LOG_BUF_SHIFT=14
73874 -# CONFIG_CGROUPS is not set
73875 -CONFIG_GROUP_SCHED=y
73876 -CONFIG_FAIR_GROUP_SCHED=y
73877 -# CONFIG_RT_GROUP_SCHED is not set
73878 -CONFIG_USER_SCHED=y
73879 -# CONFIG_CGROUP_SCHED is not set
73880 -CONFIG_SYSFS_DEPRECATED=y
73881 -# CONFIG_RELAY is not set
73882 -# CONFIG_NAMESPACES is not set
73883 -CONFIG_BLK_DEV_INITRD=y
73884 -CONFIG_INITRAMFS_SOURCE=""
73885 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
73886 -CONFIG_SYSCTL=y
73887 -CONFIG_EMBEDDED=y
73888 -CONFIG_SYSCTL_SYSCALL=y
73889 -CONFIG_KALLSYMS=y
73890 -# CONFIG_KALLSYMS_ALL is not set
73891 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
73892 -CONFIG_HOTPLUG=y
73893 -CONFIG_PRINTK=y
73894 -CONFIG_BUG=y
73895 -CONFIG_ELF_CORE=y
73896 -CONFIG_COMPAT_BRK=y
73897 -CONFIG_BASE_FULL=y
73898 -CONFIG_FUTEX=y
73899 -CONFIG_ANON_INODES=y
73900 -CONFIG_EPOLL=y
73901 -CONFIG_SIGNALFD=y
73902 -CONFIG_TIMERFD=y
73903 -CONFIG_EVENTFD=y
73904 -CONFIG_SHMEM=y
73905 -CONFIG_VM_EVENT_COUNTERS=y
73906 -CONFIG_SLUB_DEBUG=y
73907 -# CONFIG_SLAB is not set
73908 -CONFIG_SLUB=y
73909 -# CONFIG_SLOB is not set
73910 -# CONFIG_PROFILING is not set
73911 -# CONFIG_MARKERS is not set
73912 -CONFIG_HAVE_OPROFILE=y
73913 -# CONFIG_KPROBES is not set
73914 -CONFIG_HAVE_KPROBES=y
73915 -CONFIG_PROC_PAGE_MONITOR=y
73916 -CONFIG_SLABINFO=y
73917 -CONFIG_RT_MUTEXES=y
73918 -# CONFIG_TINY_SHMEM is not set
73919 -CONFIG_BASE_SMALL=0
73920 -CONFIG_MODULES=y
73921 -CONFIG_MODULE_UNLOAD=y
73922 -# CONFIG_MODULE_FORCE_UNLOAD is not set
73923 -# CONFIG_MODVERSIONS is not set
73924 -# CONFIG_MODULE_SRCVERSION_ALL is not set
73925 -CONFIG_KMOD=y
73926 -CONFIG_BLOCK=y
73927 -CONFIG_LBD=y
73928 -# CONFIG_BLK_DEV_IO_TRACE is not set
73929 -# CONFIG_LSF is not set
73930 -# CONFIG_BLK_DEV_BSG is not set
73931 -
73932 -#
73933 -# IO Schedulers
73934 -#
73935 -CONFIG_IOSCHED_NOOP=y
73936 -CONFIG_IOSCHED_AS=y
73937 -CONFIG_IOSCHED_DEADLINE=y
73938 -CONFIG_IOSCHED_CFQ=y
73939 -CONFIG_DEFAULT_AS=y
73940 -# CONFIG_DEFAULT_DEADLINE is not set
73941 -# CONFIG_DEFAULT_CFQ is not set
73942 -# CONFIG_DEFAULT_NOOP is not set
73943 -CONFIG_DEFAULT_IOSCHED="anticipatory"
73944 -CONFIG_CLASSIC_RCU=y
73945 -# CONFIG_PREEMPT_RCU is not set
73946 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
73947 -
73948 -#
73949 -# Platform support
73950 -#
73951 -# CONFIG_PPC_MPC512x is not set
73952 -# CONFIG_PPC_MPC5121 is not set
73953 -# CONFIG_PPC_CELL is not set
73954 -# CONFIG_PPC_CELL_NATIVE is not set
73955 -# CONFIG_PQ2ADS is not set
73956 -# CONFIG_BAMBOO is not set
73957 -# CONFIG_EBONY is not set
73958 -# CONFIG_SEQUOIA is not set
73959 -# CONFIG_TAISHAN is not set
73960 -# CONFIG_KATMAI is not set
73961 -CONFIG_RAINIER=y
73962 -# CONFIG_WARP is not set
73963 -CONFIG_440GRX=y
73964 -# CONFIG_IPIC is not set
73965 -# CONFIG_MPIC is not set
73966 -# CONFIG_MPIC_WEIRD is not set
73967 -# CONFIG_PPC_I8259 is not set
73968 -# CONFIG_PPC_RTAS is not set
73969 -# CONFIG_MMIO_NVRAM is not set
73970 -# CONFIG_PPC_MPC106 is not set
73971 -# CONFIG_PPC_970_NAP is not set
73972 -# CONFIG_PPC_INDIRECT_IO is not set
73973 -# CONFIG_GENERIC_IOMAP is not set
73974 -# CONFIG_CPU_FREQ is not set
73975 -# CONFIG_FSL_ULI1575 is not set
73976 -
73977 -#
73978 -# Kernel options
73979 -#
73980 -# CONFIG_HIGHMEM is not set
73981 -# CONFIG_TICK_ONESHOT is not set
73982 -# CONFIG_NO_HZ is not set
73983 -# CONFIG_HIGH_RES_TIMERS is not set
73984 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
73985 -# CONFIG_HZ_100 is not set
73986 -CONFIG_HZ_250=y
73987 -# CONFIG_HZ_300 is not set
73988 -# CONFIG_HZ_1000 is not set
73989 -CONFIG_HZ=250
73990 -# CONFIG_SCHED_HRTICK is not set
73991 -CONFIG_PREEMPT_NONE=y
73992 -# CONFIG_PREEMPT_VOLUNTARY is not set
73993 -# CONFIG_PREEMPT is not set
73994 -CONFIG_RCU_TRACE=y
73995 -CONFIG_BINFMT_ELF=y
73996 -# CONFIG_BINFMT_MISC is not set
73997 -CONFIG_MATH_EMULATION=y
73998 -# CONFIG_IOMMU_HELPER is not set
73999 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
74000 -CONFIG_ARCH_HAS_WALK_MEMORY=y
74001 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
74002 -CONFIG_ARCH_FLATMEM_ENABLE=y
74003 -CONFIG_ARCH_POPULATES_NODE_MAP=y
74004 -CONFIG_SELECT_MEMORY_MODEL=y
74005 -CONFIG_FLATMEM_MANUAL=y
74006 -# CONFIG_DISCONTIGMEM_MANUAL is not set
74007 -# CONFIG_SPARSEMEM_MANUAL is not set
74008 -CONFIG_FLATMEM=y
74009 -CONFIG_FLAT_NODE_MEM_MAP=y
74010 -# CONFIG_SPARSEMEM_STATIC is not set
74011 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
74012 -CONFIG_SPLIT_PTLOCK_CPUS=4
74013 -CONFIG_RESOURCES_64BIT=y
74014 -CONFIG_ZONE_DMA_FLAG=1
74015 -CONFIG_BOUNCE=y
74016 -CONFIG_VIRT_TO_BUS=y
74017 -CONFIG_PROC_DEVICETREE=y
74018 -CONFIG_CMDLINE_BOOL=y
74019 -CONFIG_CMDLINE=""
74020 -CONFIG_SECCOMP=y
74021 -CONFIG_ISA_DMA_API=y
74022 -
74023 -#
74024 -# Bus options
74025 -#
74026 -CONFIG_ZONE_DMA=y
74027 -CONFIG_PPC_INDIRECT_PCI=y
74028 -CONFIG_PCI=y
74029 -CONFIG_PCI_DOMAINS=y
74030 -CONFIG_PCI_SYSCALL=y
74031 -# CONFIG_PCIEPORTBUS is not set
74032 -CONFIG_ARCH_SUPPORTS_MSI=y
74033 -# CONFIG_PCI_MSI is not set
74034 -CONFIG_PCI_LEGACY=y
74035 -# CONFIG_PCI_DEBUG is not set
74036 -# CONFIG_PCCARD is not set
74037 -# CONFIG_HOTPLUG_PCI is not set
74038 -
74039 -#
74040 -# Advanced setup
74041 -#
74042 -# CONFIG_ADVANCED_OPTIONS is not set
74043 -
74044 -#
74045 -# Default settings for advanced configuration options are used
74046 -#
74047 -CONFIG_HIGHMEM_START=0xfe000000
74048 -CONFIG_LOWMEM_SIZE=0x30000000
74049 -CONFIG_KERNEL_START=0xc0000000
74050 -CONFIG_TASK_SIZE=0xc0000000
74051 -CONFIG_CONSISTENT_START=0xff100000
74052 -CONFIG_CONSISTENT_SIZE=0x00200000
74053 -CONFIG_BOOT_LOAD=0x01000000
74054 -
74055 -#
74056 -# Networking
74057 -#
74058 -CONFIG_NET=y
74059 -
74060 -#
74061 -# Networking options
74062 -#
74063 -CONFIG_PACKET=y
74064 -# CONFIG_PACKET_MMAP is not set
74065 -CONFIG_UNIX=y
74066 -# CONFIG_NET_KEY is not set
74067 -CONFIG_INET=y
74068 -# CONFIG_IP_MULTICAST is not set
74069 -# CONFIG_IP_ADVANCED_ROUTER is not set
74070 -CONFIG_IP_FIB_HASH=y
74071 -CONFIG_IP_PNP=y
74072 -CONFIG_IP_PNP_DHCP=y
74073 -CONFIG_IP_PNP_BOOTP=y
74074 -# CONFIG_IP_PNP_RARP is not set
74075 -# CONFIG_NET_IPIP is not set
74076 -# CONFIG_NET_IPGRE is not set
74077 -# CONFIG_ARPD is not set
74078 -# CONFIG_SYN_COOKIES is not set
74079 -# CONFIG_INET_AH is not set
74080 -# CONFIG_INET_ESP is not set
74081 -# CONFIG_INET_IPCOMP is not set
74082 -# CONFIG_INET_XFRM_TUNNEL is not set
74083 -# CONFIG_INET_TUNNEL is not set
74084 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
74085 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
74086 -# CONFIG_INET_XFRM_MODE_BEET is not set
74087 -# CONFIG_INET_LRO is not set
74088 -CONFIG_INET_DIAG=y
74089 -CONFIG_INET_TCP_DIAG=y
74090 -# CONFIG_TCP_CONG_ADVANCED is not set
74091 -CONFIG_TCP_CONG_CUBIC=y
74092 -CONFIG_DEFAULT_TCP_CONG="cubic"
74093 -# CONFIG_TCP_MD5SIG is not set
74094 -# CONFIG_IPV6 is not set
74095 -# CONFIG_INET6_XFRM_TUNNEL is not set
74096 -# CONFIG_INET6_TUNNEL is not set
74097 -# CONFIG_NETWORK_SECMARK is not set
74098 -# CONFIG_NETFILTER is not set
74099 -# CONFIG_IP_DCCP is not set
74100 -# CONFIG_IP_SCTP is not set
74101 -# CONFIG_TIPC is not set
74102 -# CONFIG_ATM is not set
74103 -# CONFIG_BRIDGE is not set
74104 -# CONFIG_VLAN_8021Q is not set
74105 -# CONFIG_DECNET is not set
74106 -# CONFIG_LLC2 is not set
74107 -# CONFIG_IPX is not set
74108 -# CONFIG_ATALK is not set
74109 -# CONFIG_X25 is not set
74110 -# CONFIG_LAPB is not set
74111 -# CONFIG_ECONET is not set
74112 -# CONFIG_WAN_ROUTER is not set
74113 -# CONFIG_NET_SCHED is not set
74114 -
74115 -#
74116 -# Network testing
74117 -#
74118 -# CONFIG_NET_PKTGEN is not set
74119 -# CONFIG_HAMRADIO is not set
74120 -# CONFIG_CAN is not set
74121 -# CONFIG_IRDA is not set
74122 -# CONFIG_BT is not set
74123 -# CONFIG_AF_RXRPC is not set
74124 -
74125 -#
74126 -# Wireless
74127 -#
74128 -# CONFIG_CFG80211 is not set
74129 -# CONFIG_WIRELESS_EXT is not set
74130 -# CONFIG_MAC80211 is not set
74131 -# CONFIG_IEEE80211 is not set
74132 -# CONFIG_RFKILL is not set
74133 -# CONFIG_NET_9P is not set
74134 -
74135 -#
74136 -# Device Drivers
74137 -#
74138 -
74139 -#
74140 -# Generic Driver Options
74141 -#
74142 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
74143 -CONFIG_STANDALONE=y
74144 -CONFIG_PREVENT_FIRMWARE_BUILD=y
74145 -CONFIG_FW_LOADER=y
74146 -# CONFIG_DEBUG_DRIVER is not set
74147 -# CONFIG_DEBUG_DEVRES is not set
74148 -# CONFIG_SYS_HYPERVISOR is not set
74149 -CONFIG_CONNECTOR=y
74150 -CONFIG_PROC_EVENTS=y
74151 -CONFIG_MTD=y
74152 -# CONFIG_MTD_DEBUG is not set
74153 -# CONFIG_MTD_CONCAT is not set
74154 -CONFIG_MTD_PARTITIONS=y
74155 -# CONFIG_MTD_REDBOOT_PARTS is not set
74156 -CONFIG_MTD_CMDLINE_PARTS=y
74157 -CONFIG_MTD_OF_PARTS=y
74158 -
74159 -#
74160 -# User Modules And Translation Layers
74161 -#
74162 -CONFIG_MTD_CHAR=y
74163 -# CONFIG_MTD_BLKDEVS is not set
74164 -# CONFIG_MTD_BLOCK is not set
74165 -# CONFIG_MTD_BLOCK_RO is not set
74166 -# CONFIG_FTL is not set
74167 -# CONFIG_NFTL is not set
74168 -# CONFIG_INFTL is not set
74169 -# CONFIG_RFD_FTL is not set
74170 -# CONFIG_SSFDC is not set
74171 -# CONFIG_MTD_OOPS is not set
74172 -
74173 -#
74174 -# RAM/ROM/Flash chip drivers
74175 -#
74176 -CONFIG_MTD_CFI=y
74177 -CONFIG_MTD_JEDECPROBE=y
74178 -CONFIG_MTD_GEN_PROBE=y
74179 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
74180 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
74181 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
74182 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
74183 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
74184 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
74185 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
74186 -CONFIG_MTD_CFI_I1=y
74187 -CONFIG_MTD_CFI_I2=y
74188 -# CONFIG_MTD_CFI_I4 is not set
74189 -# CONFIG_MTD_CFI_I8 is not set
74190 -CONFIG_MTD_CFI_INTELEXT=y
74191 -CONFIG_MTD_CFI_AMDSTD=y
74192 -# CONFIG_MTD_CFI_STAA is not set
74193 -CONFIG_MTD_CFI_UTIL=y
74194 -# CONFIG_MTD_RAM is not set
74195 -# CONFIG_MTD_ROM is not set
74196 -# CONFIG_MTD_ABSENT is not set
74197 -
74198 -#
74199 -# Mapping drivers for chip access
74200 -#
74201 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
74202 -# CONFIG_MTD_PHYSMAP is not set
74203 -CONFIG_MTD_PHYSMAP_OF=y
74204 -# CONFIG_MTD_INTEL_VR_NOR is not set
74205 -# CONFIG_MTD_PLATRAM is not set
74206 -
74207 -#
74208 -# Self-contained MTD device drivers
74209 -#
74210 -# CONFIG_MTD_PMC551 is not set
74211 -# CONFIG_MTD_SLRAM is not set
74212 -# CONFIG_MTD_PHRAM is not set
74213 -# CONFIG_MTD_MTDRAM is not set
74214 -# CONFIG_MTD_BLOCK2MTD is not set
74215 -
74216 -#
74217 -# Disk-On-Chip Device Drivers
74218 -#
74219 -# CONFIG_MTD_DOC2000 is not set
74220 -# CONFIG_MTD_DOC2001 is not set
74221 -# CONFIG_MTD_DOC2001PLUS is not set
74222 -# CONFIG_MTD_NAND is not set
74223 -# CONFIG_MTD_ONENAND is not set
74224 -
74225 -#
74226 -# UBI - Unsorted block images
74227 -#
74228 -# CONFIG_MTD_UBI is not set
74229 -CONFIG_OF_DEVICE=y
74230 -# CONFIG_PARPORT is not set
74231 -CONFIG_BLK_DEV=y
74232 -# CONFIG_BLK_DEV_FD is not set
74233 -# CONFIG_BLK_CPQ_DA is not set
74234 -# CONFIG_BLK_CPQ_CISS_DA is not set
74235 -# CONFIG_BLK_DEV_DAC960 is not set
74236 -# CONFIG_BLK_DEV_UMEM is not set
74237 -# CONFIG_BLK_DEV_COW_COMMON is not set
74238 -# CONFIG_BLK_DEV_LOOP is not set
74239 -# CONFIG_BLK_DEV_NBD is not set
74240 -# CONFIG_BLK_DEV_SX8 is not set
74241 -CONFIG_BLK_DEV_RAM=y
74242 -CONFIG_BLK_DEV_RAM_COUNT=16
74243 -CONFIG_BLK_DEV_RAM_SIZE=35000
74244 -# CONFIG_BLK_DEV_XIP is not set
74245 -# CONFIG_CDROM_PKTCDVD is not set
74246 -# CONFIG_ATA_OVER_ETH is not set
74247 -# CONFIG_XILINX_SYSACE is not set
74248 -CONFIG_MISC_DEVICES=y
74249 -# CONFIG_PHANTOM is not set
74250 -# CONFIG_EEPROM_93CX6 is not set
74251 -# CONFIG_SGI_IOC4 is not set
74252 -# CONFIG_TIFM_CORE is not set
74253 -# CONFIG_ENCLOSURE_SERVICES is not set
74254 -CONFIG_HAVE_IDE=y
74255 -# CONFIG_IDE is not set
74256 -
74257 -#
74258 -# SCSI device support
74259 -#
74260 -# CONFIG_RAID_ATTRS is not set
74261 -# CONFIG_SCSI is not set
74262 -# CONFIG_SCSI_DMA is not set
74263 -# CONFIG_SCSI_NETLINK is not set
74264 -# CONFIG_ATA is not set
74265 -# CONFIG_MD is not set
74266 -# CONFIG_FUSION is not set
74267 -
74268 -#
74269 -# IEEE 1394 (FireWire) support
74270 -#
74271 -# CONFIG_FIREWIRE is not set
74272 -# CONFIG_IEEE1394 is not set
74273 -# CONFIG_I2O is not set
74274 -CONFIG_MACINTOSH_DRIVERS=y
74275 -# CONFIG_MAC_EMUMOUSEBTN is not set
74276 -# CONFIG_WINDFARM is not set
74277 -CONFIG_NETDEVICES=y
74278 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
74279 -# CONFIG_DUMMY is not set
74280 -# CONFIG_BONDING is not set
74281 -# CONFIG_MACVLAN is not set
74282 -# CONFIG_EQUALIZER is not set
74283 -# CONFIG_TUN is not set
74284 -# CONFIG_VETH is not set
74285 -# CONFIG_ARCNET is not set
74286 -# CONFIG_NET_ETHERNET is not set
74287 -CONFIG_IBM_NEW_EMAC_ZMII=y
74288 -CONFIG_IBM_NEW_EMAC_RGMII=y
74289 -CONFIG_IBM_NEW_EMAC_EMAC4=y
74290 -CONFIG_NETDEV_1000=y
74291 -# CONFIG_ACENIC is not set
74292 -# CONFIG_DL2K is not set
74293 -# CONFIG_E1000 is not set
74294 -# CONFIG_E1000E is not set
74295 -# CONFIG_E1000E_ENABLED is not set
74296 -# CONFIG_IP1000 is not set
74297 -# CONFIG_IGB is not set
74298 -# CONFIG_NS83820 is not set
74299 -# CONFIG_HAMACHI is not set
74300 -# CONFIG_YELLOWFIN is not set
74301 -# CONFIG_R8169 is not set
74302 -# CONFIG_SIS190 is not set
74303 -# CONFIG_SKGE is not set
74304 -# CONFIG_SKY2 is not set
74305 -# CONFIG_SK98LIN is not set
74306 -# CONFIG_VIA_VELOCITY is not set
74307 -# CONFIG_TIGON3 is not set
74308 -# CONFIG_BNX2 is not set
74309 -# CONFIG_QLA3XXX is not set
74310 -# CONFIG_ATL1 is not set
74311 -CONFIG_NETDEV_10000=y
74312 -# CONFIG_CHELSIO_T1 is not set
74313 -# CONFIG_CHELSIO_T3 is not set
74314 -# CONFIG_IXGBE is not set
74315 -# CONFIG_IXGB is not set
74316 -# CONFIG_S2IO is not set
74317 -# CONFIG_MYRI10GE is not set
74318 -# CONFIG_NETXEN_NIC is not set
74319 -# CONFIG_NIU is not set
74320 -# CONFIG_MLX4_CORE is not set
74321 -# CONFIG_TEHUTI is not set
74322 -# CONFIG_BNX2X is not set
74323 -# CONFIG_TR is not set
74324 -
74325 -#
74326 -# Wireless LAN
74327 -#
74328 -# CONFIG_WLAN_PRE80211 is not set
74329 -# CONFIG_WLAN_80211 is not set
74330 -# CONFIG_WAN is not set
74331 -# CONFIG_FDDI is not set
74332 -# CONFIG_HIPPI is not set
74333 -# CONFIG_PPP is not set
74334 -# CONFIG_SLIP is not set
74335 -# CONFIG_NETCONSOLE is not set
74336 -# CONFIG_NETPOLL is not set
74337 -# CONFIG_NET_POLL_CONTROLLER is not set
74338 -# CONFIG_ISDN is not set
74339 -# CONFIG_PHONE is not set
74340 -
74341 -#
74342 -# Input device support
74343 -#
74344 -# CONFIG_INPUT is not set
74345 -
74346 -#
74347 -# Hardware I/O ports
74348 -#
74349 -# CONFIG_SERIO is not set
74350 -# CONFIG_GAMEPORT is not set
74351 -
74352 -#
74353 -# Character devices
74354 -#
74355 -# CONFIG_VT is not set
74356 -# CONFIG_SERIAL_NONSTANDARD is not set
74357 -# CONFIG_NOZOMI is not set
74358 -
74359 -#
74360 -# Serial drivers
74361 -#
74362 -CONFIG_SERIAL_8250=y
74363 -CONFIG_SERIAL_8250_CONSOLE=y
74364 -# CONFIG_SERIAL_8250_PCI is not set
74365 -CONFIG_SERIAL_8250_NR_UARTS=4
74366 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
74367 -CONFIG_SERIAL_8250_EXTENDED=y
74368 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
74369 -CONFIG_SERIAL_8250_SHARE_IRQ=y
74370 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
74371 -# CONFIG_SERIAL_8250_RSA is not set
74372 -
74373 -#
74374 -# Non-8250 serial port support
74375 -#
74376 -# CONFIG_SERIAL_UARTLITE is not set
74377 -CONFIG_SERIAL_CORE=y
74378 -CONFIG_SERIAL_CORE_CONSOLE=y
74379 -# CONFIG_SERIAL_JSM is not set
74380 -CONFIG_SERIAL_OF_PLATFORM=y
74381 -CONFIG_UNIX98_PTYS=y
74382 -CONFIG_LEGACY_PTYS=y
74383 -CONFIG_LEGACY_PTY_COUNT=256
74384 -# CONFIG_IPMI_HANDLER is not set
74385 -# CONFIG_HW_RANDOM is not set
74386 -# CONFIG_NVRAM is not set
74387 -# CONFIG_GEN_RTC is not set
74388 -# CONFIG_R3964 is not set
74389 -# CONFIG_APPLICOM is not set
74390 -# CONFIG_RAW_DRIVER is not set
74391 -# CONFIG_TCG_TPM is not set
74392 -CONFIG_DEVPORT=y
74393 -# CONFIG_I2C is not set
74394 -
74395 -#
74396 -# SPI support
74397 -#
74398 -# CONFIG_SPI is not set
74399 -# CONFIG_SPI_MASTER is not set
74400 -# CONFIG_W1 is not set
74401 -# CONFIG_POWER_SUPPLY is not set
74402 -# CONFIG_HWMON is not set
74403 -CONFIG_THERMAL=y
74404 -# CONFIG_WATCHDOG is not set
74405 -
74406 -#
74407 -# Sonics Silicon Backplane
74408 -#
74409 -CONFIG_SSB_POSSIBLE=y
74410 -# CONFIG_SSB is not set
74411 -
74412 -#
74413 -# Multifunction device drivers
74414 -#
74415 -# CONFIG_MFD_SM501 is not set
74416 -
74417 -#
74418 -# Multimedia devices
74419 -#
74420 -# CONFIG_VIDEO_DEV is not set
74421 -# CONFIG_DVB_CORE is not set
74422 -CONFIG_DAB=y
74423 -
74424 -#
74425 -# Graphics support
74426 -#
74427 -# CONFIG_AGP is not set
74428 -# CONFIG_DRM is not set
74429 -# CONFIG_VGASTATE is not set
74430 -CONFIG_VIDEO_OUTPUT_CONTROL=m
74431 -# CONFIG_FB is not set
74432 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
74433 -
74434 -#
74435 -# Display device support
74436 -#
74437 -# CONFIG_DISPLAY_SUPPORT is not set
74438 -
74439 -#
74440 -# Sound
74441 -#
74442 -# CONFIG_SOUND is not set
74443 -CONFIG_USB_SUPPORT=y
74444 -CONFIG_USB_ARCH_HAS_HCD=y
74445 -CONFIG_USB_ARCH_HAS_OHCI=y
74446 -CONFIG_USB_ARCH_HAS_EHCI=y
74447 -# CONFIG_USB is not set
74448 -
74449 -#
74450 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
74451 -#
74452 -# CONFIG_USB_GADGET is not set
74453 -# CONFIG_MMC is not set
74454 -# CONFIG_MEMSTICK is not set
74455 -# CONFIG_NEW_LEDS is not set
74456 -# CONFIG_INFINIBAND is not set
74457 -# CONFIG_EDAC is not set
74458 -# CONFIG_RTC_CLASS is not set
74459 -
74460 -#
74461 -# Userspace I/O
74462 -#
74463 -# CONFIG_UIO is not set
74464 -
74465 -#
74466 -# File systems
74467 -#
74468 -CONFIG_EXT2_FS=y
74469 -# CONFIG_EXT2_FS_XATTR is not set
74470 -# CONFIG_EXT2_FS_XIP is not set
74471 -# CONFIG_EXT3_FS is not set
74472 -# CONFIG_EXT4DEV_FS is not set
74473 -# CONFIG_REISERFS_FS is not set
74474 -# CONFIG_JFS_FS is not set
74475 -# CONFIG_FS_POSIX_ACL is not set
74476 -# CONFIG_XFS_FS is not set
74477 -# CONFIG_GFS2_FS is not set
74478 -# CONFIG_OCFS2_FS is not set
74479 -CONFIG_DNOTIFY=y
74480 -CONFIG_INOTIFY=y
74481 -CONFIG_INOTIFY_USER=y
74482 -# CONFIG_QUOTA is not set
74483 -# CONFIG_AUTOFS_FS is not set
74484 -# CONFIG_AUTOFS4_FS is not set
74485 -# CONFIG_FUSE_FS is not set
74486 -
74487 -#
74488 -# CD-ROM/DVD Filesystems
74489 -#
74490 -# CONFIG_ISO9660_FS is not set
74491 -# CONFIG_UDF_FS is not set
74492 -
74493 -#
74494 -# DOS/FAT/NT Filesystems
74495 -#
74496 -# CONFIG_MSDOS_FS is not set
74497 -# CONFIG_VFAT_FS is not set
74498 -# CONFIG_NTFS_FS is not set
74499 -
74500 -#
74501 -# Pseudo filesystems
74502 -#
74503 -CONFIG_PROC_FS=y
74504 -CONFIG_PROC_KCORE=y
74505 -CONFIG_PROC_SYSCTL=y
74506 -CONFIG_SYSFS=y
74507 -CONFIG_TMPFS=y
74508 -# CONFIG_TMPFS_POSIX_ACL is not set
74509 -# CONFIG_HUGETLB_PAGE is not set
74510 -# CONFIG_CONFIGFS_FS is not set
74511 -
74512 -#
74513 -# Miscellaneous filesystems
74514 -#
74515 -# CONFIG_ADFS_FS is not set
74516 -# CONFIG_AFFS_FS is not set
74517 -# CONFIG_HFS_FS is not set
74518 -# CONFIG_HFSPLUS_FS is not set
74519 -# CONFIG_BEFS_FS is not set
74520 -# CONFIG_BFS_FS is not set
74521 -# CONFIG_EFS_FS is not set
74522 -CONFIG_JFFS2_FS=y
74523 -CONFIG_JFFS2_FS_DEBUG=0
74524 -CONFIG_JFFS2_FS_WRITEBUFFER=y
74525 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
74526 -# CONFIG_JFFS2_SUMMARY is not set
74527 -# CONFIG_JFFS2_FS_XATTR is not set
74528 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
74529 -CONFIG_JFFS2_ZLIB=y
74530 -# CONFIG_JFFS2_LZO is not set
74531 -CONFIG_JFFS2_RTIME=y
74532 -# CONFIG_JFFS2_RUBIN is not set
74533 -CONFIG_CRAMFS=y
74534 -# CONFIG_VXFS_FS is not set
74535 -# CONFIG_MINIX_FS is not set
74536 -# CONFIG_HPFS_FS is not set
74537 -# CONFIG_QNX4FS_FS is not set
74538 -# CONFIG_ROMFS_FS is not set
74539 -# CONFIG_SYSV_FS is not set
74540 -# CONFIG_UFS_FS is not set
74541 -CONFIG_NETWORK_FILESYSTEMS=y
74542 -CONFIG_NFS_FS=y
74543 -CONFIG_NFS_V3=y
74544 -# CONFIG_NFS_V3_ACL is not set
74545 -# CONFIG_NFS_V4 is not set
74546 -# CONFIG_NFS_DIRECTIO is not set
74547 -# CONFIG_NFSD is not set
74548 -CONFIG_ROOT_NFS=y
74549 -CONFIG_LOCKD=y
74550 -CONFIG_LOCKD_V4=y
74551 -CONFIG_NFS_COMMON=y
74552 -CONFIG_SUNRPC=y
74553 -# CONFIG_SUNRPC_BIND34 is not set
74554 -# CONFIG_RPCSEC_GSS_KRB5 is not set
74555 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
74556 -# CONFIG_SMB_FS is not set
74557 -# CONFIG_CIFS is not set
74558 -# CONFIG_NCP_FS is not set
74559 -# CONFIG_CODA_FS is not set
74560 -# CONFIG_AFS_FS is not set
74561 -
74562 -#
74563 -# Partition Types
74564 -#
74565 -# CONFIG_PARTITION_ADVANCED is not set
74566 -CONFIG_MSDOS_PARTITION=y
74567 -# CONFIG_NLS is not set
74568 -# CONFIG_DLM is not set
74569 -
74570 -#
74571 -# Library routines
74572 -#
74573 -CONFIG_BITREVERSE=y
74574 -# CONFIG_CRC_CCITT is not set
74575 -# CONFIG_CRC16 is not set
74576 -# CONFIG_CRC_ITU_T is not set
74577 -CONFIG_CRC32=y
74578 -# CONFIG_CRC7 is not set
74579 -# CONFIG_LIBCRC32C is not set
74580 -CONFIG_ZLIB_INFLATE=y
74581 -CONFIG_ZLIB_DEFLATE=y
74582 -CONFIG_PLIST=y
74583 -CONFIG_HAS_IOMEM=y
74584 -CONFIG_HAS_IOPORT=y
74585 -CONFIG_HAS_DMA=y
74586 -
74587 -#
74588 -# Kernel hacking
74589 -#
74590 -# CONFIG_PRINTK_TIME is not set
74591 -CONFIG_ENABLE_WARN_DEPRECATED=y
74592 -CONFIG_ENABLE_MUST_CHECK=y
74593 -CONFIG_MAGIC_SYSRQ=y
74594 -# CONFIG_UNUSED_SYMBOLS is not set
74595 -CONFIG_DEBUG_FS=y
74596 -# CONFIG_HEADERS_CHECK is not set
74597 -CONFIG_DEBUG_KERNEL=y
74598 -# CONFIG_DEBUG_SHIRQ is not set
74599 -CONFIG_DETECT_SOFTLOCKUP=y
74600 -CONFIG_SCHED_DEBUG=y
74601 -# CONFIG_SCHEDSTATS is not set
74602 -# CONFIG_TIMER_STATS is not set
74603 -# CONFIG_SLUB_DEBUG_ON is not set
74604 -# CONFIG_SLUB_STATS is not set
74605 -# CONFIG_DEBUG_RT_MUTEXES is not set
74606 -# CONFIG_RT_MUTEX_TESTER is not set
74607 -# CONFIG_DEBUG_SPINLOCK is not set
74608 -# CONFIG_DEBUG_MUTEXES is not set
74609 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
74610 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
74611 -# CONFIG_DEBUG_KOBJECT is not set
74612 -# CONFIG_DEBUG_BUGVERBOSE is not set
74613 -# CONFIG_DEBUG_INFO is not set
74614 -# CONFIG_DEBUG_VM is not set
74615 -# CONFIG_DEBUG_LIST is not set
74616 -# CONFIG_DEBUG_SG is not set
74617 -# CONFIG_BOOT_PRINTK_DELAY is not set
74618 -# CONFIG_RCU_TORTURE_TEST is not set
74619 -# CONFIG_BACKTRACE_SELF_TEST is not set
74620 -# CONFIG_FAULT_INJECTION is not set
74621 -# CONFIG_SAMPLES is not set
74622 -# CONFIG_DEBUG_STACKOVERFLOW is not set
74623 -# CONFIG_DEBUG_STACK_USAGE is not set
74624 -# CONFIG_DEBUG_PAGEALLOC is not set
74625 -CONFIG_DEBUGGER=y
74626 -# CONFIG_KGDB is not set
74627 -# CONFIG_XMON is not set
74628 -# CONFIG_VIRQ_DEBUG is not set
74629 -# CONFIG_BDI_SWITCH is not set
74630 -CONFIG_PPC_EARLY_DEBUG=y
74631 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
74632 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
74633 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
74634 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
74635 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
74636 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
74637 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
74638 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
74639 -CONFIG_PPC_EARLY_DEBUG_44x=y
74640 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
74641 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
74642 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
74643 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
74644 -
74645 -#
74646 -# Security options
74647 -#
74648 -# CONFIG_KEYS is not set
74649 -# CONFIG_SECURITY is not set
74650 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
74651 -CONFIG_CRYPTO=y
74652 -CONFIG_CRYPTO_ALGAPI=y
74653 -CONFIG_CRYPTO_BLKCIPHER=y
74654 -# CONFIG_CRYPTO_SEQIV is not set
74655 -CONFIG_CRYPTO_MANAGER=y
74656 -# CONFIG_CRYPTO_HMAC is not set
74657 -# CONFIG_CRYPTO_XCBC is not set
74658 -# CONFIG_CRYPTO_NULL is not set
74659 -# CONFIG_CRYPTO_MD4 is not set
74660 -CONFIG_CRYPTO_MD5=y
74661 -# CONFIG_CRYPTO_SHA1 is not set
74662 -# CONFIG_CRYPTO_SHA256 is not set
74663 -# CONFIG_CRYPTO_SHA512 is not set
74664 -# CONFIG_CRYPTO_WP512 is not set
74665 -# CONFIG_CRYPTO_TGR192 is not set
74666 -# CONFIG_CRYPTO_GF128MUL is not set
74667 -CONFIG_CRYPTO_ECB=y
74668 -CONFIG_CRYPTO_CBC=y
74669 -CONFIG_CRYPTO_PCBC=y
74670 -# CONFIG_CRYPTO_LRW is not set
74671 -# CONFIG_CRYPTO_XTS is not set
74672 -# CONFIG_CRYPTO_CTR is not set
74673 -# CONFIG_CRYPTO_GCM is not set
74674 -# CONFIG_CRYPTO_CCM is not set
74675 -# CONFIG_CRYPTO_CRYPTD is not set
74676 -CONFIG_CRYPTO_DES=y
74677 -# CONFIG_CRYPTO_FCRYPT is not set
74678 -# CONFIG_CRYPTO_BLOWFISH is not set
74679 -# CONFIG_CRYPTO_TWOFISH is not set
74680 -# CONFIG_CRYPTO_SERPENT is not set
74681 -# CONFIG_CRYPTO_AES is not set
74682 -# CONFIG_CRYPTO_CAST5 is not set
74683 -# CONFIG_CRYPTO_CAST6 is not set
74684 -# CONFIG_CRYPTO_TEA is not set
74685 -# CONFIG_CRYPTO_ARC4 is not set
74686 -# CONFIG_CRYPTO_KHAZAD is not set
74687 -# CONFIG_CRYPTO_ANUBIS is not set
74688 -# CONFIG_CRYPTO_SEED is not set
74689 -# CONFIG_CRYPTO_SALSA20 is not set
74690 -# CONFIG_CRYPTO_DEFLATE is not set
74691 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
74692 -# CONFIG_CRYPTO_CRC32C is not set
74693 -# CONFIG_CRYPTO_CAMELLIA is not set
74694 -# CONFIG_CRYPTO_TEST is not set
74695 -# CONFIG_CRYPTO_AUTHENC is not set
74696 -# CONFIG_CRYPTO_LZO is not set
74697 -CONFIG_CRYPTO_HW=y
74698 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
74699 -# CONFIG_PPC_CLOCK is not set
74700 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/sbc834x_defconfig powerpc.git/arch/powerpc/configs/sbc834x_defconfig
74701 --- linux-2.6.25-rc9/arch/powerpc/configs/sbc834x_defconfig 2008-04-11 22:32:29.000000000 +0200
74702 +++ powerpc.git/arch/powerpc/configs/sbc834x_defconfig 1970-01-01 01:00:00.000000000 +0100
74703 @@ -1,828 +0,0 @@
74704 -#
74705 -# Automatically generated make config: don't edit
74706 -# Linux kernel version: 2.6.25-rc6
74707 -# Mon Mar 24 08:48:38 2008
74708 -#
74709 -# CONFIG_PPC64 is not set
74710 -
74711 -#
74712 -# Processor support
74713 -#
74714 -CONFIG_6xx=y
74715 -# CONFIG_PPC_85xx is not set
74716 -# CONFIG_PPC_8xx is not set
74717 -# CONFIG_40x is not set
74718 -# CONFIG_44x is not set
74719 -# CONFIG_E200 is not set
74720 -CONFIG_PPC_FPU=y
74721 -# CONFIG_FSL_EMB_PERFMON is not set
74722 -CONFIG_PPC_STD_MMU=y
74723 -CONFIG_PPC_STD_MMU_32=y
74724 -# CONFIG_PPC_MM_SLICES is not set
74725 -# CONFIG_SMP is not set
74726 -CONFIG_PPC32=y
74727 -CONFIG_WORD_SIZE=32
74728 -CONFIG_PPC_MERGE=y
74729 -CONFIG_MMU=y
74730 -CONFIG_GENERIC_CMOS_UPDATE=y
74731 -CONFIG_GENERIC_TIME=y
74732 -CONFIG_GENERIC_TIME_VSYSCALL=y
74733 -CONFIG_GENERIC_CLOCKEVENTS=y
74734 -CONFIG_GENERIC_HARDIRQS=y
74735 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
74736 -CONFIG_IRQ_PER_CPU=y
74737 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
74738 -CONFIG_ARCH_HAS_ILOG2_U32=y
74739 -CONFIG_GENERIC_HWEIGHT=y
74740 -CONFIG_GENERIC_CALIBRATE_DELAY=y
74741 -CONFIG_GENERIC_FIND_NEXT_BIT=y
74742 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
74743 -CONFIG_PPC=y
74744 -CONFIG_EARLY_PRINTK=y
74745 -CONFIG_GENERIC_NVRAM=y
74746 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
74747 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
74748 -CONFIG_PPC_OF=y
74749 -CONFIG_OF=y
74750 -CONFIG_PPC_UDBG_16550=y
74751 -# CONFIG_GENERIC_TBSYNC is not set
74752 -CONFIG_AUDIT_ARCH=y
74753 -CONFIG_GENERIC_BUG=y
74754 -CONFIG_DEFAULT_UIMAGE=y
74755 -# CONFIG_PPC_DCR_NATIVE is not set
74756 -# CONFIG_PPC_DCR_MMIO is not set
74757 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
74758 -
74759 -#
74760 -# General setup
74761 -#
74762 -CONFIG_EXPERIMENTAL=y
74763 -CONFIG_BROKEN_ON_SMP=y
74764 -CONFIG_INIT_ENV_ARG_LIMIT=32
74765 -CONFIG_LOCALVERSION=""
74766 -CONFIG_LOCALVERSION_AUTO=y
74767 -CONFIG_SWAP=y
74768 -CONFIG_SYSVIPC=y
74769 -CONFIG_SYSVIPC_SYSCTL=y
74770 -# CONFIG_POSIX_MQUEUE is not set
74771 -# CONFIG_BSD_PROCESS_ACCT is not set
74772 -# CONFIG_TASKSTATS is not set
74773 -# CONFIG_AUDIT is not set
74774 -# CONFIG_IKCONFIG is not set
74775 -CONFIG_LOG_BUF_SHIFT=14
74776 -# CONFIG_CGROUPS is not set
74777 -CONFIG_GROUP_SCHED=y
74778 -CONFIG_FAIR_GROUP_SCHED=y
74779 -# CONFIG_RT_GROUP_SCHED is not set
74780 -CONFIG_USER_SCHED=y
74781 -# CONFIG_CGROUP_SCHED is not set
74782 -CONFIG_SYSFS_DEPRECATED=y
74783 -CONFIG_SYSFS_DEPRECATED_V2=y
74784 -# CONFIG_RELAY is not set
74785 -# CONFIG_NAMESPACES is not set
74786 -CONFIG_BLK_DEV_INITRD=y
74787 -CONFIG_INITRAMFS_SOURCE=""
74788 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
74789 -CONFIG_SYSCTL=y
74790 -CONFIG_EMBEDDED=y
74791 -CONFIG_SYSCTL_SYSCALL=y
74792 -# CONFIG_KALLSYMS is not set
74793 -CONFIG_HOTPLUG=y
74794 -CONFIG_PRINTK=y
74795 -CONFIG_BUG=y
74796 -CONFIG_ELF_CORE=y
74797 -CONFIG_COMPAT_BRK=y
74798 -CONFIG_BASE_FULL=y
74799 -CONFIG_FUTEX=y
74800 -CONFIG_ANON_INODES=y
74801 -# CONFIG_EPOLL is not set
74802 -CONFIG_SIGNALFD=y
74803 -CONFIG_TIMERFD=y
74804 -CONFIG_EVENTFD=y
74805 -CONFIG_SHMEM=y
74806 -CONFIG_VM_EVENT_COUNTERS=y
74807 -CONFIG_SLAB=y
74808 -# CONFIG_SLUB is not set
74809 -# CONFIG_SLOB is not set
74810 -# CONFIG_PROFILING is not set
74811 -# CONFIG_MARKERS is not set
74812 -CONFIG_HAVE_OPROFILE=y
74813 -CONFIG_HAVE_KPROBES=y
74814 -CONFIG_HAVE_KRETPROBES=y
74815 -CONFIG_PROC_PAGE_MONITOR=y
74816 -CONFIG_SLABINFO=y
74817 -CONFIG_RT_MUTEXES=y
74818 -# CONFIG_TINY_SHMEM is not set
74819 -CONFIG_BASE_SMALL=0
74820 -CONFIG_MODULES=y
74821 -CONFIG_MODULE_UNLOAD=y
74822 -# CONFIG_MODULE_FORCE_UNLOAD is not set
74823 -# CONFIG_MODVERSIONS is not set
74824 -# CONFIG_MODULE_SRCVERSION_ALL is not set
74825 -# CONFIG_KMOD is not set
74826 -CONFIG_BLOCK=y
74827 -# CONFIG_LBD is not set
74828 -# CONFIG_BLK_DEV_IO_TRACE is not set
74829 -# CONFIG_LSF is not set
74830 -# CONFIG_BLK_DEV_BSG is not set
74831 -
74832 -#
74833 -# IO Schedulers
74834 -#
74835 -CONFIG_IOSCHED_NOOP=y
74836 -CONFIG_IOSCHED_AS=y
74837 -CONFIG_IOSCHED_DEADLINE=y
74838 -CONFIG_IOSCHED_CFQ=y
74839 -CONFIG_DEFAULT_AS=y
74840 -# CONFIG_DEFAULT_DEADLINE is not set
74841 -# CONFIG_DEFAULT_CFQ is not set
74842 -# CONFIG_DEFAULT_NOOP is not set
74843 -CONFIG_DEFAULT_IOSCHED="anticipatory"
74844 -CONFIG_CLASSIC_RCU=y
74845 -
74846 -#
74847 -# Platform support
74848 -#
74849 -# CONFIG_PPC_MULTIPLATFORM is not set
74850 -# CONFIG_PPC_82xx is not set
74851 -CONFIG_PPC_83xx=y
74852 -# CONFIG_PPC_86xx is not set
74853 -# CONFIG_PPC_MPC512x is not set
74854 -# CONFIG_PPC_MPC5121 is not set
74855 -# CONFIG_PPC_CELL is not set
74856 -# CONFIG_PPC_CELL_NATIVE is not set
74857 -# CONFIG_PQ2ADS is not set
74858 -CONFIG_MPC83xx=y
74859 -# CONFIG_MPC831x_RDB is not set
74860 -# CONFIG_MPC832x_MDS is not set
74861 -# CONFIG_MPC832x_RDB is not set
74862 -# CONFIG_MPC834x_MDS is not set
74863 -# CONFIG_MPC834x_ITX is not set
74864 -# CONFIG_MPC836x_MDS is not set
74865 -# CONFIG_MPC837x_MDS is not set
74866 -# CONFIG_MPC837x_RDB is not set
74867 -CONFIG_SBC834x=y
74868 -CONFIG_PPC_MPC834x=y
74869 -CONFIG_IPIC=y
74870 -# CONFIG_MPIC is not set
74871 -# CONFIG_MPIC_WEIRD is not set
74872 -# CONFIG_PPC_I8259 is not set
74873 -# CONFIG_PPC_RTAS is not set
74874 -# CONFIG_MMIO_NVRAM is not set
74875 -# CONFIG_PPC_MPC106 is not set
74876 -# CONFIG_PPC_970_NAP is not set
74877 -# CONFIG_PPC_INDIRECT_IO is not set
74878 -# CONFIG_GENERIC_IOMAP is not set
74879 -# CONFIG_CPU_FREQ is not set
74880 -# CONFIG_FSL_ULI1575 is not set
74881 -
74882 -#
74883 -# Kernel options
74884 -#
74885 -# CONFIG_HIGHMEM is not set
74886 -# CONFIG_TICK_ONESHOT is not set
74887 -# CONFIG_NO_HZ is not set
74888 -# CONFIG_HIGH_RES_TIMERS is not set
74889 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
74890 -# CONFIG_HZ_100 is not set
74891 -CONFIG_HZ_250=y
74892 -# CONFIG_HZ_300 is not set
74893 -# CONFIG_HZ_1000 is not set
74894 -CONFIG_HZ=250
74895 -# CONFIG_SCHED_HRTICK is not set
74896 -CONFIG_PREEMPT_NONE=y
74897 -# CONFIG_PREEMPT_VOLUNTARY is not set
74898 -# CONFIG_PREEMPT is not set
74899 -CONFIG_BINFMT_ELF=y
74900 -# CONFIG_BINFMT_MISC is not set
74901 -# CONFIG_IOMMU_HELPER is not set
74902 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
74903 -CONFIG_ARCH_HAS_WALK_MEMORY=y
74904 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
74905 -CONFIG_ARCH_FLATMEM_ENABLE=y
74906 -CONFIG_ARCH_POPULATES_NODE_MAP=y
74907 -CONFIG_SELECT_MEMORY_MODEL=y
74908 -CONFIG_FLATMEM_MANUAL=y
74909 -# CONFIG_DISCONTIGMEM_MANUAL is not set
74910 -# CONFIG_SPARSEMEM_MANUAL is not set
74911 -CONFIG_FLATMEM=y
74912 -CONFIG_FLAT_NODE_MEM_MAP=y
74913 -# CONFIG_SPARSEMEM_STATIC is not set
74914 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
74915 -CONFIG_SPLIT_PTLOCK_CPUS=4
74916 -# CONFIG_RESOURCES_64BIT is not set
74917 -CONFIG_ZONE_DMA_FLAG=1
74918 -CONFIG_BOUNCE=y
74919 -CONFIG_VIRT_TO_BUS=y
74920 -CONFIG_PROC_DEVICETREE=y
74921 -# CONFIG_CMDLINE_BOOL is not set
74922 -# CONFIG_PM is not set
74923 -CONFIG_SECCOMP=y
74924 -CONFIG_ISA_DMA_API=y
74925 -
74926 -#
74927 -# Bus options
74928 -#
74929 -CONFIG_ZONE_DMA=y
74930 -CONFIG_GENERIC_ISA_DMA=y
74931 -CONFIG_PPC_INDIRECT_PCI=y
74932 -CONFIG_FSL_SOC=y
74933 -# CONFIG_PCI is not set
74934 -# CONFIG_PCI_DOMAINS is not set
74935 -# CONFIG_PCI_SYSCALL is not set
74936 -# CONFIG_ARCH_SUPPORTS_MSI is not set
74937 -# CONFIG_PCCARD is not set
74938 -
74939 -#
74940 -# Advanced setup
74941 -#
74942 -# CONFIG_ADVANCED_OPTIONS is not set
74943 -
74944 -#
74945 -# Default settings for advanced configuration options are used
74946 -#
74947 -CONFIG_HIGHMEM_START=0xfe000000
74948 -CONFIG_LOWMEM_SIZE=0x30000000
74949 -CONFIG_KERNEL_START=0xc0000000
74950 -CONFIG_TASK_SIZE=0xc0000000
74951 -CONFIG_BOOT_LOAD=0x00800000
74952 -
74953 -#
74954 -# Networking
74955 -#
74956 -CONFIG_NET=y
74957 -
74958 -#
74959 -# Networking options
74960 -#
74961 -CONFIG_PACKET=y
74962 -# CONFIG_PACKET_MMAP is not set
74963 -CONFIG_UNIX=y
74964 -CONFIG_XFRM=y
74965 -CONFIG_XFRM_USER=m
74966 -# CONFIG_XFRM_SUB_POLICY is not set
74967 -# CONFIG_XFRM_MIGRATE is not set
74968 -# CONFIG_XFRM_STATISTICS is not set
74969 -# CONFIG_NET_KEY is not set
74970 -CONFIG_INET=y
74971 -CONFIG_IP_MULTICAST=y
74972 -# CONFIG_IP_ADVANCED_ROUTER is not set
74973 -CONFIG_IP_FIB_HASH=y
74974 -CONFIG_IP_PNP=y
74975 -CONFIG_IP_PNP_DHCP=y
74976 -CONFIG_IP_PNP_BOOTP=y
74977 -# CONFIG_IP_PNP_RARP is not set
74978 -# CONFIG_NET_IPIP is not set
74979 -# CONFIG_NET_IPGRE is not set
74980 -# CONFIG_IP_MROUTE is not set
74981 -# CONFIG_ARPD is not set
74982 -CONFIG_SYN_COOKIES=y
74983 -# CONFIG_INET_AH is not set
74984 -# CONFIG_INET_ESP is not set
74985 -# CONFIG_INET_IPCOMP is not set
74986 -# CONFIG_INET_XFRM_TUNNEL is not set
74987 -# CONFIG_INET_TUNNEL is not set
74988 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
74989 -CONFIG_INET_XFRM_MODE_TUNNEL=y
74990 -CONFIG_INET_XFRM_MODE_BEET=y
74991 -# CONFIG_INET_LRO is not set
74992 -CONFIG_INET_DIAG=y
74993 -CONFIG_INET_TCP_DIAG=y
74994 -# CONFIG_TCP_CONG_ADVANCED is not set
74995 -CONFIG_TCP_CONG_CUBIC=y
74996 -CONFIG_DEFAULT_TCP_CONG="cubic"
74997 -# CONFIG_TCP_MD5SIG is not set
74998 -# CONFIG_IPV6 is not set
74999 -# CONFIG_INET6_XFRM_TUNNEL is not set
75000 -# CONFIG_INET6_TUNNEL is not set
75001 -# CONFIG_NETWORK_SECMARK is not set
75002 -# CONFIG_NETFILTER is not set
75003 -# CONFIG_IP_DCCP is not set
75004 -# CONFIG_IP_SCTP is not set
75005 -# CONFIG_TIPC is not set
75006 -# CONFIG_ATM is not set
75007 -# CONFIG_BRIDGE is not set
75008 -# CONFIG_VLAN_8021Q is not set
75009 -# CONFIG_DECNET is not set
75010 -# CONFIG_LLC2 is not set
75011 -# CONFIG_IPX is not set
75012 -# CONFIG_ATALK is not set
75013 -# CONFIG_X25 is not set
75014 -# CONFIG_LAPB is not set
75015 -# CONFIG_ECONET is not set
75016 -# CONFIG_WAN_ROUTER is not set
75017 -# CONFIG_NET_SCHED is not set
75018 -
75019 -#
75020 -# Network testing
75021 -#
75022 -# CONFIG_NET_PKTGEN is not set
75023 -# CONFIG_HAMRADIO is not set
75024 -# CONFIG_CAN is not set
75025 -# CONFIG_IRDA is not set
75026 -# CONFIG_BT is not set
75027 -# CONFIG_AF_RXRPC is not set
75028 -
75029 -#
75030 -# Wireless
75031 -#
75032 -# CONFIG_CFG80211 is not set
75033 -# CONFIG_WIRELESS_EXT is not set
75034 -# CONFIG_MAC80211 is not set
75035 -# CONFIG_IEEE80211 is not set
75036 -# CONFIG_RFKILL is not set
75037 -# CONFIG_NET_9P is not set
75038 -
75039 -#
75040 -# Device Drivers
75041 -#
75042 -
75043 -#
75044 -# Generic Driver Options
75045 -#
75046 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
75047 -CONFIG_STANDALONE=y
75048 -CONFIG_PREVENT_FIRMWARE_BUILD=y
75049 -# CONFIG_FW_LOADER is not set
75050 -# CONFIG_SYS_HYPERVISOR is not set
75051 -# CONFIG_CONNECTOR is not set
75052 -# CONFIG_MTD is not set
75053 -CONFIG_OF_DEVICE=y
75054 -# CONFIG_PARPORT is not set
75055 -CONFIG_BLK_DEV=y
75056 -# CONFIG_BLK_DEV_FD is not set
75057 -# CONFIG_BLK_DEV_COW_COMMON is not set
75058 -CONFIG_BLK_DEV_LOOP=y
75059 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
75060 -# CONFIG_BLK_DEV_NBD is not set
75061 -CONFIG_BLK_DEV_RAM=y
75062 -CONFIG_BLK_DEV_RAM_COUNT=16
75063 -CONFIG_BLK_DEV_RAM_SIZE=32768
75064 -# CONFIG_BLK_DEV_XIP is not set
75065 -# CONFIG_CDROM_PKTCDVD is not set
75066 -# CONFIG_ATA_OVER_ETH is not set
75067 -CONFIG_MISC_DEVICES=y
75068 -# CONFIG_EEPROM_93CX6 is not set
75069 -# CONFIG_ENCLOSURE_SERVICES is not set
75070 -CONFIG_HAVE_IDE=y
75071 -# CONFIG_IDE is not set
75072 -
75073 -#
75074 -# SCSI device support
75075 -#
75076 -# CONFIG_RAID_ATTRS is not set
75077 -# CONFIG_SCSI is not set
75078 -# CONFIG_SCSI_DMA is not set
75079 -# CONFIG_SCSI_NETLINK is not set
75080 -# CONFIG_ATA is not set
75081 -# CONFIG_MD is not set
75082 -# CONFIG_MACINTOSH_DRIVERS is not set
75083 -CONFIG_NETDEVICES=y
75084 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
75085 -# CONFIG_DUMMY is not set
75086 -# CONFIG_BONDING is not set
75087 -# CONFIG_MACVLAN is not set
75088 -# CONFIG_EQUALIZER is not set
75089 -# CONFIG_TUN is not set
75090 -# CONFIG_VETH is not set
75091 -CONFIG_PHYLIB=y
75092 -
75093 -#
75094 -# MII PHY device drivers
75095 -#
75096 -# CONFIG_MARVELL_PHY is not set
75097 -# CONFIG_DAVICOM_PHY is not set
75098 -# CONFIG_QSEMI_PHY is not set
75099 -# CONFIG_LXT_PHY is not set
75100 -# CONFIG_CICADA_PHY is not set
75101 -# CONFIG_VITESSE_PHY is not set
75102 -# CONFIG_SMSC_PHY is not set
75103 -CONFIG_BROADCOM_PHY=y
75104 -# CONFIG_ICPLUS_PHY is not set
75105 -# CONFIG_REALTEK_PHY is not set
75106 -# CONFIG_FIXED_PHY is not set
75107 -# CONFIG_MDIO_BITBANG is not set
75108 -CONFIG_NET_ETHERNET=y
75109 -CONFIG_MII=y
75110 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
75111 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
75112 -# CONFIG_IBM_NEW_EMAC_TAH is not set
75113 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
75114 -# CONFIG_B44 is not set
75115 -CONFIG_NETDEV_1000=y
75116 -# CONFIG_E1000E_ENABLED is not set
75117 -CONFIG_GIANFAR=y
75118 -# CONFIG_GFAR_NAPI is not set
75119 -# CONFIG_NETDEV_10000 is not set
75120 -
75121 -#
75122 -# Wireless LAN
75123 -#
75124 -# CONFIG_WLAN_PRE80211 is not set
75125 -# CONFIG_WLAN_80211 is not set
75126 -# CONFIG_WAN is not set
75127 -# CONFIG_PPP is not set
75128 -# CONFIG_SLIP is not set
75129 -# CONFIG_NETCONSOLE is not set
75130 -# CONFIG_NETPOLL is not set
75131 -# CONFIG_NET_POLL_CONTROLLER is not set
75132 -# CONFIG_ISDN is not set
75133 -# CONFIG_PHONE is not set
75134 -
75135 -#
75136 -# Input device support
75137 -#
75138 -CONFIG_INPUT=y
75139 -# CONFIG_INPUT_FF_MEMLESS is not set
75140 -# CONFIG_INPUT_POLLDEV is not set
75141 -
75142 -#
75143 -# Userland interfaces
75144 -#
75145 -# CONFIG_INPUT_MOUSEDEV is not set
75146 -# CONFIG_INPUT_JOYDEV is not set
75147 -# CONFIG_INPUT_EVDEV is not set
75148 -# CONFIG_INPUT_EVBUG is not set
75149 -
75150 -#
75151 -# Input Device Drivers
75152 -#
75153 -# CONFIG_INPUT_KEYBOARD is not set
75154 -# CONFIG_INPUT_MOUSE is not set
75155 -# CONFIG_INPUT_JOYSTICK is not set
75156 -# CONFIG_INPUT_TABLET is not set
75157 -# CONFIG_INPUT_TOUCHSCREEN is not set
75158 -# CONFIG_INPUT_MISC is not set
75159 -
75160 -#
75161 -# Hardware I/O ports
75162 -#
75163 -# CONFIG_SERIO is not set
75164 -# CONFIG_GAMEPORT is not set
75165 -
75166 -#
75167 -# Character devices
75168 -#
75169 -# CONFIG_VT is not set
75170 -# CONFIG_SERIAL_NONSTANDARD is not set
75171 -
75172 -#
75173 -# Serial drivers
75174 -#
75175 -CONFIG_SERIAL_8250=y
75176 -CONFIG_SERIAL_8250_CONSOLE=y
75177 -CONFIG_SERIAL_8250_NR_UARTS=4
75178 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
75179 -# CONFIG_SERIAL_8250_EXTENDED is not set
75180 -
75181 -#
75182 -# Non-8250 serial port support
75183 -#
75184 -# CONFIG_SERIAL_UARTLITE is not set
75185 -CONFIG_SERIAL_CORE=y
75186 -CONFIG_SERIAL_CORE_CONSOLE=y
75187 -# CONFIG_SERIAL_OF_PLATFORM is not set
75188 -CONFIG_UNIX98_PTYS=y
75189 -CONFIG_LEGACY_PTYS=y
75190 -CONFIG_LEGACY_PTY_COUNT=256
75191 -# CONFIG_IPMI_HANDLER is not set
75192 -# CONFIG_HW_RANDOM is not set
75193 -# CONFIG_NVRAM is not set
75194 -CONFIG_GEN_RTC=y
75195 -# CONFIG_GEN_RTC_X is not set
75196 -# CONFIG_R3964 is not set
75197 -# CONFIG_RAW_DRIVER is not set
75198 -# CONFIG_TCG_TPM is not set
75199 -CONFIG_I2C=y
75200 -CONFIG_I2C_BOARDINFO=y
75201 -CONFIG_I2C_CHARDEV=y
75202 -
75203 -#
75204 -# I2C Algorithms
75205 -#
75206 -# CONFIG_I2C_ALGOBIT is not set
75207 -# CONFIG_I2C_ALGOPCF is not set
75208 -# CONFIG_I2C_ALGOPCA is not set
75209 -
75210 -#
75211 -# I2C Hardware Bus support
75212 -#
75213 -CONFIG_I2C_MPC=y
75214 -# CONFIG_I2C_OCORES is not set
75215 -# CONFIG_I2C_PARPORT_LIGHT is not set
75216 -# CONFIG_I2C_SIMTEC is not set
75217 -# CONFIG_I2C_TAOS_EVM is not set
75218 -# CONFIG_I2C_STUB is not set
75219 -
75220 -#
75221 -# Miscellaneous I2C Chip support
75222 -#
75223 -# CONFIG_DS1682 is not set
75224 -# CONFIG_SENSORS_EEPROM is not set
75225 -# CONFIG_SENSORS_PCF8574 is not set
75226 -# CONFIG_PCF8575 is not set
75227 -# CONFIG_SENSORS_PCF8591 is not set
75228 -# CONFIG_TPS65010 is not set
75229 -# CONFIG_SENSORS_MAX6875 is not set
75230 -# CONFIG_SENSORS_TSL2550 is not set
75231 -# CONFIG_I2C_DEBUG_CORE is not set
75232 -# CONFIG_I2C_DEBUG_ALGO is not set
75233 -# CONFIG_I2C_DEBUG_BUS is not set
75234 -# CONFIG_I2C_DEBUG_CHIP is not set
75235 -
75236 -#
75237 -# SPI support
75238 -#
75239 -# CONFIG_SPI is not set
75240 -# CONFIG_SPI_MASTER is not set
75241 -# CONFIG_W1 is not set
75242 -# CONFIG_POWER_SUPPLY is not set
75243 -CONFIG_HWMON=y
75244 -# CONFIG_HWMON_VID is not set
75245 -# CONFIG_SENSORS_AD7418 is not set
75246 -# CONFIG_SENSORS_ADM1021 is not set
75247 -# CONFIG_SENSORS_ADM1025 is not set
75248 -# CONFIG_SENSORS_ADM1026 is not set
75249 -# CONFIG_SENSORS_ADM1029 is not set
75250 -# CONFIG_SENSORS_ADM1031 is not set
75251 -# CONFIG_SENSORS_ADM9240 is not set
75252 -# CONFIG_SENSORS_ADT7470 is not set
75253 -# CONFIG_SENSORS_ADT7473 is not set
75254 -# CONFIG_SENSORS_ATXP1 is not set
75255 -# CONFIG_SENSORS_DS1621 is not set
75256 -# CONFIG_SENSORS_F71805F is not set
75257 -# CONFIG_SENSORS_F71882FG is not set
75258 -# CONFIG_SENSORS_F75375S is not set
75259 -# CONFIG_SENSORS_GL518SM is not set
75260 -# CONFIG_SENSORS_GL520SM is not set
75261 -# CONFIG_SENSORS_IT87 is not set
75262 -# CONFIG_SENSORS_LM63 is not set
75263 -# CONFIG_SENSORS_LM75 is not set
75264 -# CONFIG_SENSORS_LM77 is not set
75265 -# CONFIG_SENSORS_LM78 is not set
75266 -# CONFIG_SENSORS_LM80 is not set
75267 -# CONFIG_SENSORS_LM83 is not set
75268 -# CONFIG_SENSORS_LM85 is not set
75269 -# CONFIG_SENSORS_LM87 is not set
75270 -# CONFIG_SENSORS_LM90 is not set
75271 -# CONFIG_SENSORS_LM92 is not set
75272 -# CONFIG_SENSORS_LM93 is not set
75273 -# CONFIG_SENSORS_MAX1619 is not set
75274 -# CONFIG_SENSORS_MAX6650 is not set
75275 -# CONFIG_SENSORS_PC87360 is not set
75276 -# CONFIG_SENSORS_PC87427 is not set
75277 -# CONFIG_SENSORS_DME1737 is not set
75278 -# CONFIG_SENSORS_SMSC47M1 is not set
75279 -# CONFIG_SENSORS_SMSC47M192 is not set
75280 -# CONFIG_SENSORS_SMSC47B397 is not set
75281 -# CONFIG_SENSORS_ADS7828 is not set
75282 -# CONFIG_SENSORS_THMC50 is not set
75283 -# CONFIG_SENSORS_VT1211 is not set
75284 -# CONFIG_SENSORS_W83781D is not set
75285 -# CONFIG_SENSORS_W83791D is not set
75286 -# CONFIG_SENSORS_W83792D is not set
75287 -# CONFIG_SENSORS_W83793 is not set
75288 -# CONFIG_SENSORS_W83L785TS is not set
75289 -# CONFIG_SENSORS_W83L786NG is not set
75290 -# CONFIG_SENSORS_W83627HF is not set
75291 -# CONFIG_SENSORS_W83627EHF is not set
75292 -# CONFIG_HWMON_DEBUG_CHIP is not set
75293 -# CONFIG_THERMAL is not set
75294 -CONFIG_WATCHDOG=y
75295 -# CONFIG_WATCHDOG_NOWAYOUT is not set
75296 -
75297 -#
75298 -# Watchdog Device Drivers
75299 -#
75300 -# CONFIG_SOFT_WATCHDOG is not set
75301 -CONFIG_83xx_WDT=y
75302 -
75303 -#
75304 -# Sonics Silicon Backplane
75305 -#
75306 -CONFIG_SSB_POSSIBLE=y
75307 -# CONFIG_SSB is not set
75308 -
75309 -#
75310 -# Multifunction device drivers
75311 -#
75312 -# CONFIG_MFD_SM501 is not set
75313 -
75314 -#
75315 -# Multimedia devices
75316 -#
75317 -# CONFIG_VIDEO_DEV is not set
75318 -# CONFIG_DVB_CORE is not set
75319 -# CONFIG_DAB is not set
75320 -
75321 -#
75322 -# Graphics support
75323 -#
75324 -# CONFIG_VGASTATE is not set
75325 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
75326 -# CONFIG_FB is not set
75327 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
75328 -
75329 -#
75330 -# Display device support
75331 -#
75332 -# CONFIG_DISPLAY_SUPPORT is not set
75333 -
75334 -#
75335 -# Sound
75336 -#
75337 -# CONFIG_SOUND is not set
75338 -CONFIG_HID_SUPPORT=y
75339 -CONFIG_HID=y
75340 -# CONFIG_HID_DEBUG is not set
75341 -# CONFIG_HIDRAW is not set
75342 -# CONFIG_USB_SUPPORT is not set
75343 -# CONFIG_MMC is not set
75344 -# CONFIG_MEMSTICK is not set
75345 -# CONFIG_NEW_LEDS is not set
75346 -# CONFIG_EDAC is not set
75347 -# CONFIG_RTC_CLASS is not set
75348 -# CONFIG_DMADEVICES is not set
75349 -
75350 -#
75351 -# Userspace I/O
75352 -#
75353 -# CONFIG_UIO is not set
75354 -
75355 -#
75356 -# File systems
75357 -#
75358 -# CONFIG_EXT2_FS is not set
75359 -# CONFIG_EXT3_FS is not set
75360 -# CONFIG_EXT4DEV_FS is not set
75361 -# CONFIG_REISERFS_FS is not set
75362 -# CONFIG_JFS_FS is not set
75363 -# CONFIG_FS_POSIX_ACL is not set
75364 -# CONFIG_XFS_FS is not set
75365 -# CONFIG_GFS2_FS is not set
75366 -# CONFIG_OCFS2_FS is not set
75367 -CONFIG_DNOTIFY=y
75368 -CONFIG_INOTIFY=y
75369 -CONFIG_INOTIFY_USER=y
75370 -# CONFIG_QUOTA is not set
75371 -# CONFIG_AUTOFS_FS is not set
75372 -# CONFIG_AUTOFS4_FS is not set
75373 -# CONFIG_FUSE_FS is not set
75374 -
75375 -#
75376 -# CD-ROM/DVD Filesystems
75377 -#
75378 -# CONFIG_ISO9660_FS is not set
75379 -# CONFIG_UDF_FS is not set
75380 -
75381 -#
75382 -# DOS/FAT/NT Filesystems
75383 -#
75384 -# CONFIG_MSDOS_FS is not set
75385 -# CONFIG_VFAT_FS is not set
75386 -# CONFIG_NTFS_FS is not set
75387 -
75388 -#
75389 -# Pseudo filesystems
75390 -#
75391 -CONFIG_PROC_FS=y
75392 -CONFIG_PROC_KCORE=y
75393 -CONFIG_PROC_SYSCTL=y
75394 -CONFIG_SYSFS=y
75395 -CONFIG_TMPFS=y
75396 -# CONFIG_TMPFS_POSIX_ACL is not set
75397 -# CONFIG_HUGETLB_PAGE is not set
75398 -# CONFIG_CONFIGFS_FS is not set
75399 -
75400 -#
75401 -# Miscellaneous filesystems
75402 -#
75403 -# CONFIG_ADFS_FS is not set
75404 -# CONFIG_AFFS_FS is not set
75405 -# CONFIG_HFS_FS is not set
75406 -# CONFIG_HFSPLUS_FS is not set
75407 -# CONFIG_BEFS_FS is not set
75408 -# CONFIG_BFS_FS is not set
75409 -# CONFIG_EFS_FS is not set
75410 -# CONFIG_CRAMFS is not set
75411 -# CONFIG_VXFS_FS is not set
75412 -# CONFIG_MINIX_FS is not set
75413 -# CONFIG_HPFS_FS is not set
75414 -# CONFIG_QNX4FS_FS is not set
75415 -# CONFIG_ROMFS_FS is not set
75416 -# CONFIG_SYSV_FS is not set
75417 -# CONFIG_UFS_FS is not set
75418 -CONFIG_NETWORK_FILESYSTEMS=y
75419 -CONFIG_NFS_FS=y
75420 -CONFIG_NFS_V3=y
75421 -# CONFIG_NFS_V3_ACL is not set
75422 -CONFIG_NFS_V4=y
75423 -# CONFIG_NFS_DIRECTIO is not set
75424 -# CONFIG_NFSD is not set
75425 -CONFIG_ROOT_NFS=y
75426 -CONFIG_LOCKD=y
75427 -CONFIG_LOCKD_V4=y
75428 -CONFIG_NFS_COMMON=y
75429 -CONFIG_SUNRPC=y
75430 -CONFIG_SUNRPC_GSS=y
75431 -# CONFIG_SUNRPC_BIND34 is not set
75432 -CONFIG_RPCSEC_GSS_KRB5=y
75433 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
75434 -# CONFIG_SMB_FS is not set
75435 -# CONFIG_CIFS is not set
75436 -# CONFIG_NCP_FS is not set
75437 -# CONFIG_CODA_FS is not set
75438 -# CONFIG_AFS_FS is not set
75439 -
75440 -#
75441 -# Partition Types
75442 -#
75443 -# CONFIG_PARTITION_ADVANCED is not set
75444 -CONFIG_MSDOS_PARTITION=y
75445 -# CONFIG_NLS is not set
75446 -# CONFIG_DLM is not set
75447 -
75448 -#
75449 -# Library routines
75450 -#
75451 -CONFIG_BITREVERSE=y
75452 -# CONFIG_CRC_CCITT is not set
75453 -# CONFIG_CRC16 is not set
75454 -# CONFIG_CRC_ITU_T is not set
75455 -CONFIG_CRC32=y
75456 -# CONFIG_CRC7 is not set
75457 -# CONFIG_LIBCRC32C is not set
75458 -CONFIG_PLIST=y
75459 -CONFIG_HAS_IOMEM=y
75460 -CONFIG_HAS_IOPORT=y
75461 -CONFIG_HAS_DMA=y
75462 -
75463 -#
75464 -# Kernel hacking
75465 -#
75466 -# CONFIG_PRINTK_TIME is not set
75467 -CONFIG_ENABLE_WARN_DEPRECATED=y
75468 -CONFIG_ENABLE_MUST_CHECK=y
75469 -# CONFIG_MAGIC_SYSRQ is not set
75470 -# CONFIG_UNUSED_SYMBOLS is not set
75471 -# CONFIG_DEBUG_FS is not set
75472 -# CONFIG_HEADERS_CHECK is not set
75473 -# CONFIG_DEBUG_KERNEL is not set
75474 -# CONFIG_DEBUG_BUGVERBOSE is not set
75475 -# CONFIG_SAMPLES is not set
75476 -# CONFIG_PPC_EARLY_DEBUG is not set
75477 -
75478 -#
75479 -# Security options
75480 -#
75481 -# CONFIG_KEYS is not set
75482 -# CONFIG_SECURITY is not set
75483 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
75484 -CONFIG_CRYPTO=y
75485 -CONFIG_CRYPTO_ALGAPI=y
75486 -CONFIG_CRYPTO_BLKCIPHER=y
75487 -# CONFIG_CRYPTO_SEQIV is not set
75488 -CONFIG_CRYPTO_MANAGER=y
75489 -# CONFIG_CRYPTO_HMAC is not set
75490 -# CONFIG_CRYPTO_XCBC is not set
75491 -# CONFIG_CRYPTO_NULL is not set
75492 -# CONFIG_CRYPTO_MD4 is not set
75493 -CONFIG_CRYPTO_MD5=y
75494 -# CONFIG_CRYPTO_SHA1 is not set
75495 -# CONFIG_CRYPTO_SHA256 is not set
75496 -# CONFIG_CRYPTO_SHA512 is not set
75497 -# CONFIG_CRYPTO_WP512 is not set
75498 -# CONFIG_CRYPTO_TGR192 is not set
75499 -# CONFIG_CRYPTO_GF128MUL is not set
75500 -CONFIG_CRYPTO_ECB=m
75501 -CONFIG_CRYPTO_CBC=y
75502 -CONFIG_CRYPTO_PCBC=m
75503 -# CONFIG_CRYPTO_LRW is not set
75504 -# CONFIG_CRYPTO_XTS is not set
75505 -# CONFIG_CRYPTO_CTR is not set
75506 -# CONFIG_CRYPTO_GCM is not set
75507 -# CONFIG_CRYPTO_CCM is not set
75508 -# CONFIG_CRYPTO_CRYPTD is not set
75509 -CONFIG_CRYPTO_DES=y
75510 -# CONFIG_CRYPTO_FCRYPT is not set
75511 -# CONFIG_CRYPTO_BLOWFISH is not set
75512 -# CONFIG_CRYPTO_TWOFISH is not set
75513 -# CONFIG_CRYPTO_SERPENT is not set
75514 -# CONFIG_CRYPTO_AES is not set
75515 -# CONFIG_CRYPTO_CAST5 is not set
75516 -# CONFIG_CRYPTO_CAST6 is not set
75517 -# CONFIG_CRYPTO_TEA is not set
75518 -# CONFIG_CRYPTO_ARC4 is not set
75519 -# CONFIG_CRYPTO_KHAZAD is not set
75520 -# CONFIG_CRYPTO_ANUBIS is not set
75521 -# CONFIG_CRYPTO_SEED is not set
75522 -# CONFIG_CRYPTO_SALSA20 is not set
75523 -# CONFIG_CRYPTO_DEFLATE is not set
75524 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
75525 -# CONFIG_CRYPTO_CRC32C is not set
75526 -# CONFIG_CRYPTO_CAMELLIA is not set
75527 -# CONFIG_CRYPTO_TEST is not set
75528 -# CONFIG_CRYPTO_AUTHENC is not set
75529 -# CONFIG_CRYPTO_LZO is not set
75530 -# CONFIG_CRYPTO_HW is not set
75531 -# CONFIG_PPC_CLOCK is not set
75532 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/sbc8548_defconfig powerpc.git/arch/powerpc/configs/sbc8548_defconfig
75533 --- linux-2.6.25-rc9/arch/powerpc/configs/sbc8548_defconfig 2008-04-11 22:32:29.000000000 +0200
75534 +++ powerpc.git/arch/powerpc/configs/sbc8548_defconfig 1970-01-01 01:00:00.000000000 +0100
75535 @@ -1,812 +0,0 @@
75536 -#
75537 -# Automatically generated make config: don't edit
75538 -# Linux kernel version: 2.6.25-rc6
75539 -# Mon Mar 24 08:48:39 2008
75540 -#
75541 -# CONFIG_PPC64 is not set
75542 -
75543 -#
75544 -# Processor support
75545 -#
75546 -# CONFIG_6xx is not set
75547 -CONFIG_PPC_85xx=y
75548 -# CONFIG_PPC_8xx is not set
75549 -# CONFIG_40x is not set
75550 -# CONFIG_44x is not set
75551 -# CONFIG_E200 is not set
75552 -CONFIG_E500=y
75553 -CONFIG_BOOKE=y
75554 -CONFIG_FSL_BOOKE=y
75555 -CONFIG_FSL_EMB_PERFMON=y
75556 -# CONFIG_PHYS_64BIT is not set
75557 -CONFIG_SPE=y
75558 -# CONFIG_PPC_MM_SLICES is not set
75559 -CONFIG_PPC32=y
75560 -CONFIG_WORD_SIZE=32
75561 -CONFIG_PPC_MERGE=y
75562 -CONFIG_MMU=y
75563 -CONFIG_GENERIC_CMOS_UPDATE=y
75564 -CONFIG_GENERIC_TIME=y
75565 -CONFIG_GENERIC_TIME_VSYSCALL=y
75566 -CONFIG_GENERIC_CLOCKEVENTS=y
75567 -CONFIG_GENERIC_HARDIRQS=y
75568 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
75569 -CONFIG_IRQ_PER_CPU=y
75570 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
75571 -CONFIG_ARCH_HAS_ILOG2_U32=y
75572 -CONFIG_GENERIC_HWEIGHT=y
75573 -CONFIG_GENERIC_CALIBRATE_DELAY=y
75574 -CONFIG_GENERIC_FIND_NEXT_BIT=y
75575 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
75576 -CONFIG_PPC=y
75577 -CONFIG_EARLY_PRINTK=y
75578 -CONFIG_GENERIC_NVRAM=y
75579 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
75580 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
75581 -CONFIG_PPC_OF=y
75582 -CONFIG_OF=y
75583 -CONFIG_PPC_UDBG_16550=y
75584 -# CONFIG_GENERIC_TBSYNC is not set
75585 -CONFIG_AUDIT_ARCH=y
75586 -CONFIG_GENERIC_BUG=y
75587 -CONFIG_DEFAULT_UIMAGE=y
75588 -# CONFIG_PPC_DCR_NATIVE is not set
75589 -# CONFIG_PPC_DCR_MMIO is not set
75590 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
75591 -
75592 -#
75593 -# General setup
75594 -#
75595 -CONFIG_EXPERIMENTAL=y
75596 -CONFIG_BROKEN_ON_SMP=y
75597 -CONFIG_INIT_ENV_ARG_LIMIT=32
75598 -CONFIG_LOCALVERSION=""
75599 -CONFIG_LOCALVERSION_AUTO=y
75600 -CONFIG_SWAP=y
75601 -CONFIG_SYSVIPC=y
75602 -CONFIG_SYSVIPC_SYSCTL=y
75603 -# CONFIG_POSIX_MQUEUE is not set
75604 -# CONFIG_BSD_PROCESS_ACCT is not set
75605 -# CONFIG_TASKSTATS is not set
75606 -# CONFIG_AUDIT is not set
75607 -# CONFIG_IKCONFIG is not set
75608 -CONFIG_LOG_BUF_SHIFT=14
75609 -# CONFIG_CGROUPS is not set
75610 -CONFIG_GROUP_SCHED=y
75611 -CONFIG_FAIR_GROUP_SCHED=y
75612 -# CONFIG_RT_GROUP_SCHED is not set
75613 -CONFIG_USER_SCHED=y
75614 -# CONFIG_CGROUP_SCHED is not set
75615 -CONFIG_SYSFS_DEPRECATED=y
75616 -CONFIG_SYSFS_DEPRECATED_V2=y
75617 -# CONFIG_RELAY is not set
75618 -# CONFIG_NAMESPACES is not set
75619 -CONFIG_BLK_DEV_INITRD=y
75620 -CONFIG_INITRAMFS_SOURCE=""
75621 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
75622 -CONFIG_SYSCTL=y
75623 -CONFIG_EMBEDDED=y
75624 -CONFIG_SYSCTL_SYSCALL=y
75625 -CONFIG_KALLSYMS=y
75626 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
75627 -CONFIG_HOTPLUG=y
75628 -CONFIG_PRINTK=y
75629 -CONFIG_BUG=y
75630 -CONFIG_ELF_CORE=y
75631 -CONFIG_COMPAT_BRK=y
75632 -CONFIG_BASE_FULL=y
75633 -CONFIG_FUTEX=y
75634 -CONFIG_ANON_INODES=y
75635 -CONFIG_EPOLL=y
75636 -CONFIG_SIGNALFD=y
75637 -CONFIG_TIMERFD=y
75638 -CONFIG_EVENTFD=y
75639 -CONFIG_SHMEM=y
75640 -CONFIG_VM_EVENT_COUNTERS=y
75641 -CONFIG_SLAB=y
75642 -# CONFIG_SLUB is not set
75643 -# CONFIG_SLOB is not set
75644 -# CONFIG_PROFILING is not set
75645 -# CONFIG_MARKERS is not set
75646 -CONFIG_HAVE_OPROFILE=y
75647 -CONFIG_HAVE_KPROBES=y
75648 -CONFIG_HAVE_KRETPROBES=y
75649 -CONFIG_PROC_PAGE_MONITOR=y
75650 -CONFIG_SLABINFO=y
75651 -CONFIG_RT_MUTEXES=y
75652 -# CONFIG_TINY_SHMEM is not set
75653 -CONFIG_BASE_SMALL=0
75654 -# CONFIG_MODULES is not set
75655 -CONFIG_BLOCK=y
75656 -# CONFIG_LBD is not set
75657 -# CONFIG_BLK_DEV_IO_TRACE is not set
75658 -# CONFIG_LSF is not set
75659 -# CONFIG_BLK_DEV_BSG is not set
75660 -
75661 -#
75662 -# IO Schedulers
75663 -#
75664 -CONFIG_IOSCHED_NOOP=y
75665 -CONFIG_IOSCHED_AS=y
75666 -CONFIG_IOSCHED_DEADLINE=y
75667 -CONFIG_IOSCHED_CFQ=y
75668 -CONFIG_DEFAULT_AS=y
75669 -# CONFIG_DEFAULT_DEADLINE is not set
75670 -# CONFIG_DEFAULT_CFQ is not set
75671 -# CONFIG_DEFAULT_NOOP is not set
75672 -CONFIG_DEFAULT_IOSCHED="anticipatory"
75673 -CONFIG_CLASSIC_RCU=y
75674 -
75675 -#
75676 -# Platform support
75677 -#
75678 -# CONFIG_PPC_MPC512x is not set
75679 -# CONFIG_PPC_MPC5121 is not set
75680 -# CONFIG_PPC_CELL is not set
75681 -# CONFIG_PPC_CELL_NATIVE is not set
75682 -# CONFIG_PQ2ADS is not set
75683 -CONFIG_MPC85xx=y
75684 -# CONFIG_MPC8540_ADS is not set
75685 -# CONFIG_MPC8560_ADS is not set
75686 -# CONFIG_MPC85xx_CDS is not set
75687 -# CONFIG_MPC85xx_MDS is not set
75688 -# CONFIG_MPC85xx_DS is not set
75689 -# CONFIG_STX_GP3 is not set
75690 -# CONFIG_TQM8540 is not set
75691 -# CONFIG_TQM8541 is not set
75692 -# CONFIG_TQM8555 is not set
75693 -# CONFIG_TQM8560 is not set
75694 -CONFIG_SBC8548=y
75695 -# CONFIG_SBC8560 is not set
75696 -# CONFIG_IPIC is not set
75697 -CONFIG_MPIC=y
75698 -# CONFIG_MPIC_WEIRD is not set
75699 -# CONFIG_PPC_I8259 is not set
75700 -# CONFIG_PPC_RTAS is not set
75701 -# CONFIG_MMIO_NVRAM is not set
75702 -# CONFIG_PPC_MPC106 is not set
75703 -# CONFIG_PPC_970_NAP is not set
75704 -# CONFIG_PPC_INDIRECT_IO is not set
75705 -# CONFIG_GENERIC_IOMAP is not set
75706 -# CONFIG_CPU_FREQ is not set
75707 -# CONFIG_CPM2 is not set
75708 -# CONFIG_FSL_ULI1575 is not set
75709 -
75710 -#
75711 -# Kernel options
75712 -#
75713 -# CONFIG_HIGHMEM is not set
75714 -# CONFIG_TICK_ONESHOT is not set
75715 -# CONFIG_NO_HZ is not set
75716 -# CONFIG_HIGH_RES_TIMERS is not set
75717 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
75718 -# CONFIG_HZ_100 is not set
75719 -CONFIG_HZ_250=y
75720 -# CONFIG_HZ_300 is not set
75721 -# CONFIG_HZ_1000 is not set
75722 -CONFIG_HZ=250
75723 -# CONFIG_SCHED_HRTICK is not set
75724 -CONFIG_PREEMPT_NONE=y
75725 -# CONFIG_PREEMPT_VOLUNTARY is not set
75726 -# CONFIG_PREEMPT is not set
75727 -CONFIG_BINFMT_ELF=y
75728 -CONFIG_BINFMT_MISC=y
75729 -CONFIG_MATH_EMULATION=y
75730 -# CONFIG_IOMMU_HELPER is not set
75731 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
75732 -CONFIG_ARCH_HAS_WALK_MEMORY=y
75733 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
75734 -CONFIG_ARCH_FLATMEM_ENABLE=y
75735 -CONFIG_ARCH_POPULATES_NODE_MAP=y
75736 -CONFIG_SELECT_MEMORY_MODEL=y
75737 -CONFIG_FLATMEM_MANUAL=y
75738 -# CONFIG_DISCONTIGMEM_MANUAL is not set
75739 -# CONFIG_SPARSEMEM_MANUAL is not set
75740 -CONFIG_FLATMEM=y
75741 -CONFIG_FLAT_NODE_MEM_MAP=y
75742 -# CONFIG_SPARSEMEM_STATIC is not set
75743 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
75744 -CONFIG_SPLIT_PTLOCK_CPUS=4
75745 -# CONFIG_RESOURCES_64BIT is not set
75746 -CONFIG_ZONE_DMA_FLAG=1
75747 -CONFIG_BOUNCE=y
75748 -CONFIG_VIRT_TO_BUS=y
75749 -CONFIG_PROC_DEVICETREE=y
75750 -# CONFIG_CMDLINE_BOOL is not set
75751 -# CONFIG_PM is not set
75752 -# CONFIG_SECCOMP is not set
75753 -CONFIG_ISA_DMA_API=y
75754 -
75755 -#
75756 -# Bus options
75757 -#
75758 -CONFIG_ZONE_DMA=y
75759 -CONFIG_PPC_INDIRECT_PCI=y
75760 -CONFIG_FSL_SOC=y
75761 -CONFIG_FSL_PCI=y
75762 -CONFIG_PCI=y
75763 -CONFIG_PCI_DOMAINS=y
75764 -CONFIG_PCI_SYSCALL=y
75765 -# CONFIG_PCIEPORTBUS is not set
75766 -CONFIG_ARCH_SUPPORTS_MSI=y
75767 -# CONFIG_PCI_MSI is not set
75768 -CONFIG_PCI_LEGACY=y
75769 -# CONFIG_PCCARD is not set
75770 -# CONFIG_HOTPLUG_PCI is not set
75771 -
75772 -#
75773 -# Advanced setup
75774 -#
75775 -# CONFIG_ADVANCED_OPTIONS is not set
75776 -
75777 -#
75778 -# Default settings for advanced configuration options are used
75779 -#
75780 -CONFIG_HIGHMEM_START=0xfe000000
75781 -CONFIG_LOWMEM_SIZE=0x30000000
75782 -CONFIG_KERNEL_START=0xc0000000
75783 -CONFIG_TASK_SIZE=0xc0000000
75784 -CONFIG_BOOT_LOAD=0x00800000
75785 -
75786 -#
75787 -# Networking
75788 -#
75789 -CONFIG_NET=y
75790 -
75791 -#
75792 -# Networking options
75793 -#
75794 -CONFIG_PACKET=y
75795 -# CONFIG_PACKET_MMAP is not set
75796 -CONFIG_UNIX=y
75797 -CONFIG_XFRM=y
75798 -CONFIG_XFRM_USER=y
75799 -# CONFIG_XFRM_SUB_POLICY is not set
75800 -# CONFIG_XFRM_MIGRATE is not set
75801 -# CONFIG_XFRM_STATISTICS is not set
75802 -# CONFIG_NET_KEY is not set
75803 -CONFIG_INET=y
75804 -CONFIG_IP_MULTICAST=y
75805 -# CONFIG_IP_ADVANCED_ROUTER is not set
75806 -CONFIG_IP_FIB_HASH=y
75807 -CONFIG_IP_PNP=y
75808 -CONFIG_IP_PNP_DHCP=y
75809 -CONFIG_IP_PNP_BOOTP=y
75810 -# CONFIG_IP_PNP_RARP is not set
75811 -# CONFIG_NET_IPIP is not set
75812 -# CONFIG_NET_IPGRE is not set
75813 -# CONFIG_IP_MROUTE is not set
75814 -# CONFIG_ARPD is not set
75815 -CONFIG_SYN_COOKIES=y
75816 -# CONFIG_INET_AH is not set
75817 -# CONFIG_INET_ESP is not set
75818 -# CONFIG_INET_IPCOMP is not set
75819 -# CONFIG_INET_XFRM_TUNNEL is not set
75820 -# CONFIG_INET_TUNNEL is not set
75821 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
75822 -CONFIG_INET_XFRM_MODE_TUNNEL=y
75823 -CONFIG_INET_XFRM_MODE_BEET=y
75824 -# CONFIG_INET_LRO is not set
75825 -CONFIG_INET_DIAG=y
75826 -CONFIG_INET_TCP_DIAG=y
75827 -# CONFIG_TCP_CONG_ADVANCED is not set
75828 -CONFIG_TCP_CONG_CUBIC=y
75829 -CONFIG_DEFAULT_TCP_CONG="cubic"
75830 -# CONFIG_TCP_MD5SIG is not set
75831 -# CONFIG_IPV6 is not set
75832 -# CONFIG_INET6_XFRM_TUNNEL is not set
75833 -# CONFIG_INET6_TUNNEL is not set
75834 -# CONFIG_NETWORK_SECMARK is not set
75835 -# CONFIG_NETFILTER is not set
75836 -# CONFIG_IP_DCCP is not set
75837 -# CONFIG_IP_SCTP is not set
75838 -# CONFIG_TIPC is not set
75839 -# CONFIG_ATM is not set
75840 -# CONFIG_BRIDGE is not set
75841 -# CONFIG_VLAN_8021Q is not set
75842 -# CONFIG_DECNET is not set
75843 -# CONFIG_LLC2 is not set
75844 -# CONFIG_IPX is not set
75845 -# CONFIG_ATALK is not set
75846 -# CONFIG_X25 is not set
75847 -# CONFIG_LAPB is not set
75848 -# CONFIG_ECONET is not set
75849 -# CONFIG_WAN_ROUTER is not set
75850 -# CONFIG_NET_SCHED is not set
75851 -
75852 -#
75853 -# Network testing
75854 -#
75855 -# CONFIG_NET_PKTGEN is not set
75856 -# CONFIG_HAMRADIO is not set
75857 -# CONFIG_CAN is not set
75858 -# CONFIG_IRDA is not set
75859 -# CONFIG_BT is not set
75860 -# CONFIG_AF_RXRPC is not set
75861 -
75862 -#
75863 -# Wireless
75864 -#
75865 -# CONFIG_CFG80211 is not set
75866 -# CONFIG_WIRELESS_EXT is not set
75867 -# CONFIG_MAC80211 is not set
75868 -# CONFIG_IEEE80211 is not set
75869 -# CONFIG_RFKILL is not set
75870 -# CONFIG_NET_9P is not set
75871 -
75872 -#
75873 -# Device Drivers
75874 -#
75875 -
75876 -#
75877 -# Generic Driver Options
75878 -#
75879 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
75880 -CONFIG_STANDALONE=y
75881 -CONFIG_PREVENT_FIRMWARE_BUILD=y
75882 -# CONFIG_FW_LOADER is not set
75883 -# CONFIG_SYS_HYPERVISOR is not set
75884 -# CONFIG_CONNECTOR is not set
75885 -# CONFIG_MTD is not set
75886 -CONFIG_OF_DEVICE=y
75887 -# CONFIG_PARPORT is not set
75888 -CONFIG_BLK_DEV=y
75889 -# CONFIG_BLK_DEV_FD is not set
75890 -# CONFIG_BLK_CPQ_DA is not set
75891 -# CONFIG_BLK_CPQ_CISS_DA is not set
75892 -# CONFIG_BLK_DEV_DAC960 is not set
75893 -# CONFIG_BLK_DEV_UMEM is not set
75894 -# CONFIG_BLK_DEV_COW_COMMON is not set
75895 -CONFIG_BLK_DEV_LOOP=y
75896 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
75897 -# CONFIG_BLK_DEV_NBD is not set
75898 -# CONFIG_BLK_DEV_SX8 is not set
75899 -CONFIG_BLK_DEV_RAM=y
75900 -CONFIG_BLK_DEV_RAM_COUNT=16
75901 -CONFIG_BLK_DEV_RAM_SIZE=4096
75902 -# CONFIG_BLK_DEV_XIP is not set
75903 -# CONFIG_CDROM_PKTCDVD is not set
75904 -# CONFIG_ATA_OVER_ETH is not set
75905 -CONFIG_MISC_DEVICES=y
75906 -# CONFIG_PHANTOM is not set
75907 -# CONFIG_EEPROM_93CX6 is not set
75908 -# CONFIG_SGI_IOC4 is not set
75909 -# CONFIG_TIFM_CORE is not set
75910 -# CONFIG_ENCLOSURE_SERVICES is not set
75911 -CONFIG_HAVE_IDE=y
75912 -# CONFIG_IDE is not set
75913 -
75914 -#
75915 -# SCSI device support
75916 -#
75917 -# CONFIG_RAID_ATTRS is not set
75918 -# CONFIG_SCSI is not set
75919 -# CONFIG_SCSI_DMA is not set
75920 -# CONFIG_SCSI_NETLINK is not set
75921 -# CONFIG_ATA is not set
75922 -# CONFIG_MD is not set
75923 -# CONFIG_FUSION is not set
75924 -
75925 -#
75926 -# IEEE 1394 (FireWire) support
75927 -#
75928 -# CONFIG_FIREWIRE is not set
75929 -# CONFIG_IEEE1394 is not set
75930 -# CONFIG_I2O is not set
75931 -# CONFIG_MACINTOSH_DRIVERS is not set
75932 -CONFIG_NETDEVICES=y
75933 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
75934 -# CONFIG_DUMMY is not set
75935 -# CONFIG_BONDING is not set
75936 -# CONFIG_MACVLAN is not set
75937 -# CONFIG_EQUALIZER is not set
75938 -# CONFIG_TUN is not set
75939 -# CONFIG_VETH is not set
75940 -# CONFIG_ARCNET is not set
75941 -CONFIG_PHYLIB=y
75942 -
75943 -#
75944 -# MII PHY device drivers
75945 -#
75946 -# CONFIG_MARVELL_PHY is not set
75947 -# CONFIG_DAVICOM_PHY is not set
75948 -# CONFIG_QSEMI_PHY is not set
75949 -# CONFIG_LXT_PHY is not set
75950 -# CONFIG_CICADA_PHY is not set
75951 -# CONFIG_VITESSE_PHY is not set
75952 -# CONFIG_SMSC_PHY is not set
75953 -CONFIG_BROADCOM_PHY=y
75954 -# CONFIG_ICPLUS_PHY is not set
75955 -# CONFIG_REALTEK_PHY is not set
75956 -# CONFIG_FIXED_PHY is not set
75957 -# CONFIG_MDIO_BITBANG is not set
75958 -CONFIG_NET_ETHERNET=y
75959 -CONFIG_MII=y
75960 -# CONFIG_HAPPYMEAL is not set
75961 -# CONFIG_SUNGEM is not set
75962 -# CONFIG_CASSINI is not set
75963 -# CONFIG_NET_VENDOR_3COM is not set
75964 -# CONFIG_NET_TULIP is not set
75965 -# CONFIG_HP100 is not set
75966 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
75967 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
75968 -# CONFIG_IBM_NEW_EMAC_TAH is not set
75969 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
75970 -# CONFIG_NET_PCI is not set
75971 -# CONFIG_B44 is not set
75972 -CONFIG_NETDEV_1000=y
75973 -# CONFIG_ACENIC is not set
75974 -# CONFIG_DL2K is not set
75975 -# CONFIG_E1000 is not set
75976 -# CONFIG_E1000E is not set
75977 -# CONFIG_E1000E_ENABLED is not set
75978 -# CONFIG_IP1000 is not set
75979 -# CONFIG_IGB is not set
75980 -# CONFIG_NS83820 is not set
75981 -# CONFIG_HAMACHI is not set
75982 -# CONFIG_YELLOWFIN is not set
75983 -# CONFIG_R8169 is not set
75984 -# CONFIG_SIS190 is not set
75985 -# CONFIG_SKGE is not set
75986 -# CONFIG_SKY2 is not set
75987 -# CONFIG_SK98LIN is not set
75988 -# CONFIG_VIA_VELOCITY is not set
75989 -# CONFIG_TIGON3 is not set
75990 -# CONFIG_BNX2 is not set
75991 -CONFIG_GIANFAR=y
75992 -CONFIG_GFAR_NAPI=y
75993 -# CONFIG_QLA3XXX is not set
75994 -# CONFIG_ATL1 is not set
75995 -CONFIG_NETDEV_10000=y
75996 -# CONFIG_CHELSIO_T1 is not set
75997 -# CONFIG_CHELSIO_T3 is not set
75998 -# CONFIG_IXGBE is not set
75999 -# CONFIG_IXGB is not set
76000 -# CONFIG_S2IO is not set
76001 -# CONFIG_MYRI10GE is not set
76002 -# CONFIG_NETXEN_NIC is not set
76003 -# CONFIG_NIU is not set
76004 -# CONFIG_MLX4_CORE is not set
76005 -# CONFIG_TEHUTI is not set
76006 -# CONFIG_BNX2X is not set
76007 -# CONFIG_TR is not set
76008 -
76009 -#
76010 -# Wireless LAN
76011 -#
76012 -# CONFIG_WLAN_PRE80211 is not set
76013 -# CONFIG_WLAN_80211 is not set
76014 -# CONFIG_WAN is not set
76015 -# CONFIG_FDDI is not set
76016 -# CONFIG_HIPPI is not set
76017 -# CONFIG_PPP is not set
76018 -# CONFIG_SLIP is not set
76019 -# CONFIG_NETCONSOLE is not set
76020 -# CONFIG_NETPOLL is not set
76021 -# CONFIG_NET_POLL_CONTROLLER is not set
76022 -# CONFIG_ISDN is not set
76023 -# CONFIG_PHONE is not set
76024 -
76025 -#
76026 -# Input device support
76027 -#
76028 -CONFIG_INPUT=y
76029 -# CONFIG_INPUT_FF_MEMLESS is not set
76030 -# CONFIG_INPUT_POLLDEV is not set
76031 -
76032 -#
76033 -# Userland interfaces
76034 -#
76035 -# CONFIG_INPUT_MOUSEDEV is not set
76036 -# CONFIG_INPUT_JOYDEV is not set
76037 -# CONFIG_INPUT_EVDEV is not set
76038 -# CONFIG_INPUT_EVBUG is not set
76039 -
76040 -#
76041 -# Input Device Drivers
76042 -#
76043 -# CONFIG_INPUT_KEYBOARD is not set
76044 -# CONFIG_INPUT_MOUSE is not set
76045 -# CONFIG_INPUT_JOYSTICK is not set
76046 -# CONFIG_INPUT_TABLET is not set
76047 -# CONFIG_INPUT_TOUCHSCREEN is not set
76048 -# CONFIG_INPUT_MISC is not set
76049 -
76050 -#
76051 -# Hardware I/O ports
76052 -#
76053 -# CONFIG_SERIO is not set
76054 -# CONFIG_GAMEPORT is not set
76055 -
76056 -#
76057 -# Character devices
76058 -#
76059 -# CONFIG_VT is not set
76060 -# CONFIG_SERIAL_NONSTANDARD is not set
76061 -# CONFIG_NOZOMI is not set
76062 -
76063 -#
76064 -# Serial drivers
76065 -#
76066 -CONFIG_SERIAL_8250=y
76067 -CONFIG_SERIAL_8250_CONSOLE=y
76068 -CONFIG_SERIAL_8250_PCI=y
76069 -CONFIG_SERIAL_8250_NR_UARTS=4
76070 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
76071 -# CONFIG_SERIAL_8250_EXTENDED is not set
76072 -CONFIG_SERIAL_8250_SHARE_IRQ=y
76073 -
76074 -#
76075 -# Non-8250 serial port support
76076 -#
76077 -# CONFIG_SERIAL_UARTLITE is not set
76078 -CONFIG_SERIAL_CORE=y
76079 -CONFIG_SERIAL_CORE_CONSOLE=y
76080 -# CONFIG_SERIAL_JSM is not set
76081 -# CONFIG_SERIAL_OF_PLATFORM is not set
76082 -CONFIG_UNIX98_PTYS=y
76083 -CONFIG_LEGACY_PTYS=y
76084 -CONFIG_LEGACY_PTY_COUNT=256
76085 -# CONFIG_IPMI_HANDLER is not set
76086 -# CONFIG_HW_RANDOM is not set
76087 -# CONFIG_NVRAM is not set
76088 -CONFIG_GEN_RTC=y
76089 -# CONFIG_GEN_RTC_X is not set
76090 -# CONFIG_R3964 is not set
76091 -# CONFIG_APPLICOM is not set
76092 -# CONFIG_RAW_DRIVER is not set
76093 -# CONFIG_TCG_TPM is not set
76094 -CONFIG_DEVPORT=y
76095 -# CONFIG_I2C is not set
76096 -
76097 -#
76098 -# SPI support
76099 -#
76100 -# CONFIG_SPI is not set
76101 -# CONFIG_SPI_MASTER is not set
76102 -# CONFIG_W1 is not set
76103 -# CONFIG_POWER_SUPPLY is not set
76104 -CONFIG_HWMON=y
76105 -# CONFIG_HWMON_VID is not set
76106 -# CONFIG_SENSORS_I5K_AMB is not set
76107 -# CONFIG_SENSORS_F71805F is not set
76108 -# CONFIG_SENSORS_F71882FG is not set
76109 -# CONFIG_SENSORS_IT87 is not set
76110 -# CONFIG_SENSORS_PC87360 is not set
76111 -# CONFIG_SENSORS_PC87427 is not set
76112 -# CONFIG_SENSORS_SIS5595 is not set
76113 -# CONFIG_SENSORS_SMSC47M1 is not set
76114 -# CONFIG_SENSORS_SMSC47B397 is not set
76115 -# CONFIG_SENSORS_VIA686A is not set
76116 -# CONFIG_SENSORS_VT1211 is not set
76117 -# CONFIG_SENSORS_VT8231 is not set
76118 -# CONFIG_SENSORS_W83627HF is not set
76119 -# CONFIG_SENSORS_W83627EHF is not set
76120 -# CONFIG_HWMON_DEBUG_CHIP is not set
76121 -# CONFIG_THERMAL is not set
76122 -# CONFIG_WATCHDOG is not set
76123 -
76124 -#
76125 -# Sonics Silicon Backplane
76126 -#
76127 -CONFIG_SSB_POSSIBLE=y
76128 -# CONFIG_SSB is not set
76129 -
76130 -#
76131 -# Multifunction device drivers
76132 -#
76133 -# CONFIG_MFD_SM501 is not set
76134 -
76135 -#
76136 -# Multimedia devices
76137 -#
76138 -# CONFIG_VIDEO_DEV is not set
76139 -# CONFIG_DVB_CORE is not set
76140 -CONFIG_DAB=y
76141 -
76142 -#
76143 -# Graphics support
76144 -#
76145 -# CONFIG_AGP is not set
76146 -# CONFIG_DRM is not set
76147 -# CONFIG_VGASTATE is not set
76148 -CONFIG_VIDEO_OUTPUT_CONTROL=y
76149 -# CONFIG_FB is not set
76150 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
76151 -
76152 -#
76153 -# Display device support
76154 -#
76155 -# CONFIG_DISPLAY_SUPPORT is not set
76156 -
76157 -#
76158 -# Sound
76159 -#
76160 -# CONFIG_SOUND is not set
76161 -# CONFIG_HID_SUPPORT is not set
76162 -# CONFIG_USB_SUPPORT is not set
76163 -# CONFIG_MMC is not set
76164 -# CONFIG_MEMSTICK is not set
76165 -# CONFIG_NEW_LEDS is not set
76166 -# CONFIG_INFINIBAND is not set
76167 -# CONFIG_EDAC is not set
76168 -# CONFIG_RTC_CLASS is not set
76169 -# CONFIG_DMADEVICES is not set
76170 -
76171 -#
76172 -# Userspace I/O
76173 -#
76174 -# CONFIG_UIO is not set
76175 -
76176 -#
76177 -# File systems
76178 -#
76179 -# CONFIG_EXT2_FS is not set
76180 -# CONFIG_EXT3_FS is not set
76181 -# CONFIG_EXT4DEV_FS is not set
76182 -# CONFIG_REISERFS_FS is not set
76183 -# CONFIG_JFS_FS is not set
76184 -# CONFIG_FS_POSIX_ACL is not set
76185 -# CONFIG_XFS_FS is not set
76186 -# CONFIG_GFS2_FS is not set
76187 -# CONFIG_OCFS2_FS is not set
76188 -CONFIG_DNOTIFY=y
76189 -CONFIG_INOTIFY=y
76190 -CONFIG_INOTIFY_USER=y
76191 -# CONFIG_QUOTA is not set
76192 -# CONFIG_AUTOFS_FS is not set
76193 -# CONFIG_AUTOFS4_FS is not set
76194 -# CONFIG_FUSE_FS is not set
76195 -
76196 -#
76197 -# CD-ROM/DVD Filesystems
76198 -#
76199 -# CONFIG_ISO9660_FS is not set
76200 -# CONFIG_UDF_FS is not set
76201 -
76202 -#
76203 -# DOS/FAT/NT Filesystems
76204 -#
76205 -# CONFIG_MSDOS_FS is not set
76206 -# CONFIG_VFAT_FS is not set
76207 -# CONFIG_NTFS_FS is not set
76208 -
76209 -#
76210 -# Pseudo filesystems
76211 -#
76212 -CONFIG_PROC_FS=y
76213 -CONFIG_PROC_KCORE=y
76214 -CONFIG_PROC_SYSCTL=y
76215 -CONFIG_SYSFS=y
76216 -CONFIG_TMPFS=y
76217 -# CONFIG_TMPFS_POSIX_ACL is not set
76218 -# CONFIG_HUGETLB_PAGE is not set
76219 -# CONFIG_CONFIGFS_FS is not set
76220 -
76221 -#
76222 -# Miscellaneous filesystems
76223 -#
76224 -# CONFIG_ADFS_FS is not set
76225 -# CONFIG_AFFS_FS is not set
76226 -# CONFIG_HFS_FS is not set
76227 -# CONFIG_HFSPLUS_FS is not set
76228 -# CONFIG_BEFS_FS is not set
76229 -# CONFIG_BFS_FS is not set
76230 -# CONFIG_EFS_FS is not set
76231 -# CONFIG_CRAMFS is not set
76232 -# CONFIG_VXFS_FS is not set
76233 -# CONFIG_MINIX_FS is not set
76234 -# CONFIG_HPFS_FS is not set
76235 -# CONFIG_QNX4FS_FS is not set
76236 -# CONFIG_ROMFS_FS is not set
76237 -# CONFIG_SYSV_FS is not set
76238 -# CONFIG_UFS_FS is not set
76239 -CONFIG_NETWORK_FILESYSTEMS=y
76240 -CONFIG_NFS_FS=y
76241 -# CONFIG_NFS_V3 is not set
76242 -# CONFIG_NFS_V4 is not set
76243 -# CONFIG_NFS_DIRECTIO is not set
76244 -# CONFIG_NFSD is not set
76245 -CONFIG_ROOT_NFS=y
76246 -CONFIG_LOCKD=y
76247 -CONFIG_NFS_COMMON=y
76248 -CONFIG_SUNRPC=y
76249 -# CONFIG_SUNRPC_BIND34 is not set
76250 -# CONFIG_RPCSEC_GSS_KRB5 is not set
76251 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
76252 -# CONFIG_SMB_FS is not set
76253 -# CONFIG_CIFS is not set
76254 -# CONFIG_NCP_FS is not set
76255 -# CONFIG_CODA_FS is not set
76256 -# CONFIG_AFS_FS is not set
76257 -
76258 -#
76259 -# Partition Types
76260 -#
76261 -# CONFIG_PARTITION_ADVANCED is not set
76262 -CONFIG_MSDOS_PARTITION=y
76263 -# CONFIG_NLS is not set
76264 -# CONFIG_DLM is not set
76265 -
76266 -#
76267 -# Library routines
76268 -#
76269 -CONFIG_BITREVERSE=y
76270 -# CONFIG_CRC_CCITT is not set
76271 -# CONFIG_CRC16 is not set
76272 -# CONFIG_CRC_ITU_T is not set
76273 -CONFIG_CRC32=y
76274 -# CONFIG_CRC7 is not set
76275 -# CONFIG_LIBCRC32C is not set
76276 -CONFIG_PLIST=y
76277 -CONFIG_HAS_IOMEM=y
76278 -CONFIG_HAS_IOPORT=y
76279 -CONFIG_HAS_DMA=y
76280 -
76281 -#
76282 -# Kernel hacking
76283 -#
76284 -# CONFIG_PRINTK_TIME is not set
76285 -CONFIG_ENABLE_WARN_DEPRECATED=y
76286 -CONFIG_ENABLE_MUST_CHECK=y
76287 -# CONFIG_MAGIC_SYSRQ is not set
76288 -# CONFIG_UNUSED_SYMBOLS is not set
76289 -# CONFIG_DEBUG_FS is not set
76290 -# CONFIG_HEADERS_CHECK is not set
76291 -# CONFIG_DEBUG_KERNEL is not set
76292 -# CONFIG_DEBUG_BUGVERBOSE is not set
76293 -# CONFIG_SAMPLES is not set
76294 -# CONFIG_PPC_EARLY_DEBUG is not set
76295 -
76296 -#
76297 -# Security options
76298 -#
76299 -# CONFIG_KEYS is not set
76300 -# CONFIG_SECURITY is not set
76301 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
76302 -CONFIG_CRYPTO=y
76303 -# CONFIG_CRYPTO_SEQIV is not set
76304 -# CONFIG_CRYPTO_MANAGER is not set
76305 -# CONFIG_CRYPTO_HMAC is not set
76306 -# CONFIG_CRYPTO_XCBC is not set
76307 -# CONFIG_CRYPTO_NULL is not set
76308 -# CONFIG_CRYPTO_MD4 is not set
76309 -# CONFIG_CRYPTO_MD5 is not set
76310 -# CONFIG_CRYPTO_SHA1 is not set
76311 -# CONFIG_CRYPTO_SHA256 is not set
76312 -# CONFIG_CRYPTO_SHA512 is not set
76313 -# CONFIG_CRYPTO_WP512 is not set
76314 -# CONFIG_CRYPTO_TGR192 is not set
76315 -# CONFIG_CRYPTO_GF128MUL is not set
76316 -# CONFIG_CRYPTO_ECB is not set
76317 -# CONFIG_CRYPTO_CBC is not set
76318 -# CONFIG_CRYPTO_PCBC is not set
76319 -# CONFIG_CRYPTO_LRW is not set
76320 -# CONFIG_CRYPTO_XTS is not set
76321 -# CONFIG_CRYPTO_CTR is not set
76322 -# CONFIG_CRYPTO_GCM is not set
76323 -# CONFIG_CRYPTO_CCM is not set
76324 -# CONFIG_CRYPTO_CRYPTD is not set
76325 -# CONFIG_CRYPTO_DES is not set
76326 -# CONFIG_CRYPTO_FCRYPT is not set
76327 -# CONFIG_CRYPTO_BLOWFISH is not set
76328 -# CONFIG_CRYPTO_TWOFISH is not set
76329 -# CONFIG_CRYPTO_SERPENT is not set
76330 -# CONFIG_CRYPTO_AES is not set
76331 -# CONFIG_CRYPTO_CAST5 is not set
76332 -# CONFIG_CRYPTO_CAST6 is not set
76333 -# CONFIG_CRYPTO_TEA is not set
76334 -# CONFIG_CRYPTO_ARC4 is not set
76335 -# CONFIG_CRYPTO_KHAZAD is not set
76336 -# CONFIG_CRYPTO_ANUBIS is not set
76337 -# CONFIG_CRYPTO_SEED is not set
76338 -# CONFIG_CRYPTO_SALSA20 is not set
76339 -# CONFIG_CRYPTO_DEFLATE is not set
76340 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
76341 -# CONFIG_CRYPTO_CRC32C is not set
76342 -# CONFIG_CRYPTO_CAMELLIA is not set
76343 -# CONFIG_CRYPTO_AUTHENC is not set
76344 -# CONFIG_CRYPTO_LZO is not set
76345 -CONFIG_CRYPTO_HW=y
76346 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
76347 -# CONFIG_PPC_CLOCK is not set
76348 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/sbc8560_defconfig powerpc.git/arch/powerpc/configs/sbc8560_defconfig
76349 --- linux-2.6.25-rc9/arch/powerpc/configs/sbc8560_defconfig 2008-04-11 22:32:29.000000000 +0200
76350 +++ powerpc.git/arch/powerpc/configs/sbc8560_defconfig 1970-01-01 01:00:00.000000000 +0100
76351 @@ -1,830 +0,0 @@
76352 -#
76353 -# Automatically generated make config: don't edit
76354 -# Linux kernel version: 2.6.25-rc6
76355 -# Mon Mar 24 08:48:39 2008
76356 -#
76357 -# CONFIG_PPC64 is not set
76358 -
76359 -#
76360 -# Processor support
76361 -#
76362 -# CONFIG_6xx is not set
76363 -CONFIG_PPC_85xx=y
76364 -# CONFIG_PPC_8xx is not set
76365 -# CONFIG_40x is not set
76366 -# CONFIG_44x is not set
76367 -# CONFIG_E200 is not set
76368 -CONFIG_E500=y
76369 -CONFIG_BOOKE=y
76370 -CONFIG_FSL_BOOKE=y
76371 -CONFIG_FSL_EMB_PERFMON=y
76372 -# CONFIG_PHYS_64BIT is not set
76373 -CONFIG_SPE=y
76374 -# CONFIG_PPC_MM_SLICES is not set
76375 -CONFIG_PPC32=y
76376 -CONFIG_WORD_SIZE=32
76377 -CONFIG_PPC_MERGE=y
76378 -CONFIG_MMU=y
76379 -CONFIG_GENERIC_CMOS_UPDATE=y
76380 -CONFIG_GENERIC_TIME=y
76381 -CONFIG_GENERIC_TIME_VSYSCALL=y
76382 -CONFIG_GENERIC_CLOCKEVENTS=y
76383 -CONFIG_GENERIC_HARDIRQS=y
76384 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
76385 -CONFIG_IRQ_PER_CPU=y
76386 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
76387 -CONFIG_ARCH_HAS_ILOG2_U32=y
76388 -CONFIG_GENERIC_HWEIGHT=y
76389 -CONFIG_GENERIC_CALIBRATE_DELAY=y
76390 -CONFIG_GENERIC_FIND_NEXT_BIT=y
76391 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
76392 -CONFIG_PPC=y
76393 -CONFIG_EARLY_PRINTK=y
76394 -CONFIG_GENERIC_NVRAM=y
76395 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
76396 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
76397 -CONFIG_PPC_OF=y
76398 -CONFIG_OF=y
76399 -CONFIG_PPC_UDBG_16550=y
76400 -# CONFIG_GENERIC_TBSYNC is not set
76401 -CONFIG_AUDIT_ARCH=y
76402 -CONFIG_GENERIC_BUG=y
76403 -CONFIG_DEFAULT_UIMAGE=y
76404 -# CONFIG_PPC_DCR_NATIVE is not set
76405 -# CONFIG_PPC_DCR_MMIO is not set
76406 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
76407 -
76408 -#
76409 -# General setup
76410 -#
76411 -CONFIG_EXPERIMENTAL=y
76412 -CONFIG_BROKEN_ON_SMP=y
76413 -CONFIG_INIT_ENV_ARG_LIMIT=32
76414 -CONFIG_LOCALVERSION=""
76415 -CONFIG_LOCALVERSION_AUTO=y
76416 -CONFIG_SWAP=y
76417 -CONFIG_SYSVIPC=y
76418 -CONFIG_SYSVIPC_SYSCTL=y
76419 -# CONFIG_POSIX_MQUEUE is not set
76420 -# CONFIG_BSD_PROCESS_ACCT is not set
76421 -# CONFIG_TASKSTATS is not set
76422 -# CONFIG_AUDIT is not set
76423 -# CONFIG_IKCONFIG is not set
76424 -CONFIG_LOG_BUF_SHIFT=14
76425 -# CONFIG_CGROUPS is not set
76426 -CONFIG_GROUP_SCHED=y
76427 -CONFIG_FAIR_GROUP_SCHED=y
76428 -# CONFIG_RT_GROUP_SCHED is not set
76429 -CONFIG_USER_SCHED=y
76430 -# CONFIG_CGROUP_SCHED is not set
76431 -CONFIG_SYSFS_DEPRECATED=y
76432 -CONFIG_SYSFS_DEPRECATED_V2=y
76433 -# CONFIG_RELAY is not set
76434 -# CONFIG_NAMESPACES is not set
76435 -CONFIG_BLK_DEV_INITRD=y
76436 -CONFIG_INITRAMFS_SOURCE=""
76437 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
76438 -CONFIG_SYSCTL=y
76439 -CONFIG_EMBEDDED=y
76440 -CONFIG_SYSCTL_SYSCALL=y
76441 -CONFIG_KALLSYMS=y
76442 -# CONFIG_KALLSYMS_ALL is not set
76443 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
76444 -CONFIG_HOTPLUG=y
76445 -CONFIG_PRINTK=y
76446 -CONFIG_BUG=y
76447 -CONFIG_ELF_CORE=y
76448 -CONFIG_COMPAT_BRK=y
76449 -CONFIG_BASE_FULL=y
76450 -CONFIG_FUTEX=y
76451 -CONFIG_ANON_INODES=y
76452 -CONFIG_EPOLL=y
76453 -CONFIG_SIGNALFD=y
76454 -CONFIG_TIMERFD=y
76455 -CONFIG_EVENTFD=y
76456 -CONFIG_SHMEM=y
76457 -CONFIG_VM_EVENT_COUNTERS=y
76458 -CONFIG_SLAB=y
76459 -# CONFIG_SLUB is not set
76460 -# CONFIG_SLOB is not set
76461 -# CONFIG_PROFILING is not set
76462 -# CONFIG_MARKERS is not set
76463 -CONFIG_HAVE_OPROFILE=y
76464 -CONFIG_HAVE_KPROBES=y
76465 -CONFIG_HAVE_KRETPROBES=y
76466 -CONFIG_PROC_PAGE_MONITOR=y
76467 -CONFIG_SLABINFO=y
76468 -CONFIG_RT_MUTEXES=y
76469 -# CONFIG_TINY_SHMEM is not set
76470 -CONFIG_BASE_SMALL=0
76471 -# CONFIG_MODULES is not set
76472 -CONFIG_BLOCK=y
76473 -# CONFIG_LBD is not set
76474 -# CONFIG_BLK_DEV_IO_TRACE is not set
76475 -# CONFIG_LSF is not set
76476 -# CONFIG_BLK_DEV_BSG is not set
76477 -
76478 -#
76479 -# IO Schedulers
76480 -#
76481 -CONFIG_IOSCHED_NOOP=y
76482 -CONFIG_IOSCHED_AS=y
76483 -CONFIG_IOSCHED_DEADLINE=y
76484 -CONFIG_IOSCHED_CFQ=y
76485 -CONFIG_DEFAULT_AS=y
76486 -# CONFIG_DEFAULT_DEADLINE is not set
76487 -# CONFIG_DEFAULT_CFQ is not set
76488 -# CONFIG_DEFAULT_NOOP is not set
76489 -CONFIG_DEFAULT_IOSCHED="anticipatory"
76490 -CONFIG_CLASSIC_RCU=y
76491 -
76492 -#
76493 -# Platform support
76494 -#
76495 -# CONFIG_PPC_MPC512x is not set
76496 -# CONFIG_PPC_MPC5121 is not set
76497 -# CONFIG_PPC_CELL is not set
76498 -# CONFIG_PPC_CELL_NATIVE is not set
76499 -# CONFIG_PQ2ADS is not set
76500 -CONFIG_MPC85xx=y
76501 -# CONFIG_MPC8540_ADS is not set
76502 -# CONFIG_MPC8560_ADS is not set
76503 -# CONFIG_MPC85xx_CDS is not set
76504 -# CONFIG_MPC85xx_MDS is not set
76505 -# CONFIG_MPC85xx_DS is not set
76506 -# CONFIG_STX_GP3 is not set
76507 -# CONFIG_TQM8540 is not set
76508 -# CONFIG_TQM8541 is not set
76509 -# CONFIG_TQM8555 is not set
76510 -# CONFIG_TQM8560 is not set
76511 -# CONFIG_SBC8548 is not set
76512 -CONFIG_SBC8560=y
76513 -# CONFIG_IPIC is not set
76514 -CONFIG_MPIC=y
76515 -# CONFIG_MPIC_WEIRD is not set
76516 -# CONFIG_PPC_I8259 is not set
76517 -# CONFIG_PPC_RTAS is not set
76518 -# CONFIG_MMIO_NVRAM is not set
76519 -# CONFIG_PPC_MPC106 is not set
76520 -# CONFIG_PPC_970_NAP is not set
76521 -# CONFIG_PPC_INDIRECT_IO is not set
76522 -# CONFIG_GENERIC_IOMAP is not set
76523 -# CONFIG_CPU_FREQ is not set
76524 -# CONFIG_CPM2 is not set
76525 -# CONFIG_FSL_ULI1575 is not set
76526 -
76527 -#
76528 -# Kernel options
76529 -#
76530 -# CONFIG_HIGHMEM is not set
76531 -# CONFIG_TICK_ONESHOT is not set
76532 -# CONFIG_NO_HZ is not set
76533 -# CONFIG_HIGH_RES_TIMERS is not set
76534 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
76535 -# CONFIG_HZ_100 is not set
76536 -CONFIG_HZ_250=y
76537 -# CONFIG_HZ_300 is not set
76538 -# CONFIG_HZ_1000 is not set
76539 -CONFIG_HZ=250
76540 -# CONFIG_SCHED_HRTICK is not set
76541 -CONFIG_PREEMPT_NONE=y
76542 -# CONFIG_PREEMPT_VOLUNTARY is not set
76543 -# CONFIG_PREEMPT is not set
76544 -CONFIG_BINFMT_ELF=y
76545 -CONFIG_BINFMT_MISC=y
76546 -# CONFIG_MATH_EMULATION is not set
76547 -# CONFIG_IOMMU_HELPER is not set
76548 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
76549 -CONFIG_ARCH_HAS_WALK_MEMORY=y
76550 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
76551 -CONFIG_ARCH_FLATMEM_ENABLE=y
76552 -CONFIG_ARCH_POPULATES_NODE_MAP=y
76553 -CONFIG_SELECT_MEMORY_MODEL=y
76554 -CONFIG_FLATMEM_MANUAL=y
76555 -# CONFIG_DISCONTIGMEM_MANUAL is not set
76556 -# CONFIG_SPARSEMEM_MANUAL is not set
76557 -CONFIG_FLATMEM=y
76558 -CONFIG_FLAT_NODE_MEM_MAP=y
76559 -# CONFIG_SPARSEMEM_STATIC is not set
76560 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
76561 -CONFIG_SPLIT_PTLOCK_CPUS=4
76562 -# CONFIG_RESOURCES_64BIT is not set
76563 -CONFIG_ZONE_DMA_FLAG=1
76564 -CONFIG_BOUNCE=y
76565 -CONFIG_VIRT_TO_BUS=y
76566 -CONFIG_PROC_DEVICETREE=y
76567 -# CONFIG_CMDLINE_BOOL is not set
76568 -# CONFIG_PM is not set
76569 -# CONFIG_SECCOMP is not set
76570 -CONFIG_ISA_DMA_API=y
76571 -
76572 -#
76573 -# Bus options
76574 -#
76575 -CONFIG_ZONE_DMA=y
76576 -CONFIG_FSL_SOC=y
76577 -# CONFIG_PCI is not set
76578 -# CONFIG_PCI_DOMAINS is not set
76579 -# CONFIG_PCI_SYSCALL is not set
76580 -# CONFIG_ARCH_SUPPORTS_MSI is not set
76581 -# CONFIG_PCCARD is not set
76582 -
76583 -#
76584 -# Advanced setup
76585 -#
76586 -# CONFIG_ADVANCED_OPTIONS is not set
76587 -
76588 -#
76589 -# Default settings for advanced configuration options are used
76590 -#
76591 -CONFIG_HIGHMEM_START=0xfe000000
76592 -CONFIG_LOWMEM_SIZE=0x30000000
76593 -CONFIG_KERNEL_START=0xc0000000
76594 -CONFIG_TASK_SIZE=0xc0000000
76595 -CONFIG_BOOT_LOAD=0x00800000
76596 -
76597 -#
76598 -# Networking
76599 -#
76600 -CONFIG_NET=y
76601 -
76602 -#
76603 -# Networking options
76604 -#
76605 -CONFIG_PACKET=y
76606 -# CONFIG_PACKET_MMAP is not set
76607 -CONFIG_UNIX=y
76608 -CONFIG_XFRM=y
76609 -CONFIG_XFRM_USER=y
76610 -# CONFIG_XFRM_SUB_POLICY is not set
76611 -# CONFIG_XFRM_MIGRATE is not set
76612 -# CONFIG_XFRM_STATISTICS is not set
76613 -# CONFIG_NET_KEY is not set
76614 -CONFIG_INET=y
76615 -CONFIG_IP_MULTICAST=y
76616 -# CONFIG_IP_ADVANCED_ROUTER is not set
76617 -CONFIG_IP_FIB_HASH=y
76618 -CONFIG_IP_PNP=y
76619 -CONFIG_IP_PNP_DHCP=y
76620 -CONFIG_IP_PNP_BOOTP=y
76621 -# CONFIG_IP_PNP_RARP is not set
76622 -# CONFIG_NET_IPIP is not set
76623 -# CONFIG_NET_IPGRE is not set
76624 -# CONFIG_IP_MROUTE is not set
76625 -# CONFIG_ARPD is not set
76626 -CONFIG_SYN_COOKIES=y
76627 -# CONFIG_INET_AH is not set
76628 -# CONFIG_INET_ESP is not set
76629 -# CONFIG_INET_IPCOMP is not set
76630 -# CONFIG_INET_XFRM_TUNNEL is not set
76631 -# CONFIG_INET_TUNNEL is not set
76632 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
76633 -CONFIG_INET_XFRM_MODE_TUNNEL=y
76634 -CONFIG_INET_XFRM_MODE_BEET=y
76635 -# CONFIG_INET_LRO is not set
76636 -CONFIG_INET_DIAG=y
76637 -CONFIG_INET_TCP_DIAG=y
76638 -# CONFIG_TCP_CONG_ADVANCED is not set
76639 -CONFIG_TCP_CONG_CUBIC=y
76640 -CONFIG_DEFAULT_TCP_CONG="cubic"
76641 -# CONFIG_TCP_MD5SIG is not set
76642 -# CONFIG_IPV6 is not set
76643 -# CONFIG_INET6_XFRM_TUNNEL is not set
76644 -# CONFIG_INET6_TUNNEL is not set
76645 -# CONFIG_NETWORK_SECMARK is not set
76646 -# CONFIG_NETFILTER is not set
76647 -# CONFIG_IP_DCCP is not set
76648 -# CONFIG_IP_SCTP is not set
76649 -# CONFIG_TIPC is not set
76650 -# CONFIG_ATM is not set
76651 -# CONFIG_BRIDGE is not set
76652 -# CONFIG_VLAN_8021Q is not set
76653 -# CONFIG_DECNET is not set
76654 -# CONFIG_LLC2 is not set
76655 -# CONFIG_IPX is not set
76656 -# CONFIG_ATALK is not set
76657 -# CONFIG_X25 is not set
76658 -# CONFIG_LAPB is not set
76659 -# CONFIG_ECONET is not set
76660 -# CONFIG_WAN_ROUTER is not set
76661 -# CONFIG_NET_SCHED is not set
76662 -
76663 -#
76664 -# Network testing
76665 -#
76666 -# CONFIG_NET_PKTGEN is not set
76667 -# CONFIG_HAMRADIO is not set
76668 -# CONFIG_CAN is not set
76669 -# CONFIG_IRDA is not set
76670 -# CONFIG_BT is not set
76671 -# CONFIG_AF_RXRPC is not set
76672 -
76673 -#
76674 -# Wireless
76675 -#
76676 -# CONFIG_CFG80211 is not set
76677 -# CONFIG_WIRELESS_EXT is not set
76678 -# CONFIG_MAC80211 is not set
76679 -# CONFIG_IEEE80211 is not set
76680 -# CONFIG_RFKILL is not set
76681 -# CONFIG_NET_9P is not set
76682 -
76683 -#
76684 -# Device Drivers
76685 -#
76686 -
76687 -#
76688 -# Generic Driver Options
76689 -#
76690 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
76691 -CONFIG_STANDALONE=y
76692 -CONFIG_PREVENT_FIRMWARE_BUILD=y
76693 -# CONFIG_FW_LOADER is not set
76694 -# CONFIG_DEBUG_DRIVER is not set
76695 -# CONFIG_DEBUG_DEVRES is not set
76696 -# CONFIG_SYS_HYPERVISOR is not set
76697 -# CONFIG_CONNECTOR is not set
76698 -# CONFIG_MTD is not set
76699 -CONFIG_OF_DEVICE=y
76700 -# CONFIG_PARPORT is not set
76701 -CONFIG_BLK_DEV=y
76702 -# CONFIG_BLK_DEV_FD is not set
76703 -# CONFIG_BLK_DEV_COW_COMMON is not set
76704 -CONFIG_BLK_DEV_LOOP=y
76705 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
76706 -# CONFIG_BLK_DEV_NBD is not set
76707 -CONFIG_BLK_DEV_RAM=y
76708 -CONFIG_BLK_DEV_RAM_COUNT=16
76709 -CONFIG_BLK_DEV_RAM_SIZE=32768
76710 -# CONFIG_BLK_DEV_XIP is not set
76711 -# CONFIG_CDROM_PKTCDVD is not set
76712 -# CONFIG_ATA_OVER_ETH is not set
76713 -CONFIG_MISC_DEVICES=y
76714 -# CONFIG_EEPROM_93CX6 is not set
76715 -# CONFIG_ENCLOSURE_SERVICES is not set
76716 -CONFIG_HAVE_IDE=y
76717 -# CONFIG_IDE is not set
76718 -
76719 -#
76720 -# SCSI device support
76721 -#
76722 -# CONFIG_RAID_ATTRS is not set
76723 -# CONFIG_SCSI is not set
76724 -# CONFIG_SCSI_DMA is not set
76725 -# CONFIG_SCSI_NETLINK is not set
76726 -# CONFIG_ATA is not set
76727 -# CONFIG_MD is not set
76728 -# CONFIG_MACINTOSH_DRIVERS is not set
76729 -CONFIG_NETDEVICES=y
76730 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
76731 -# CONFIG_DUMMY is not set
76732 -# CONFIG_BONDING is not set
76733 -# CONFIG_MACVLAN is not set
76734 -# CONFIG_EQUALIZER is not set
76735 -# CONFIG_TUN is not set
76736 -# CONFIG_VETH is not set
76737 -CONFIG_PHYLIB=y
76738 -
76739 -#
76740 -# MII PHY device drivers
76741 -#
76742 -# CONFIG_MARVELL_PHY is not set
76743 -# CONFIG_DAVICOM_PHY is not set
76744 -# CONFIG_QSEMI_PHY is not set
76745 -# CONFIG_LXT_PHY is not set
76746 -# CONFIG_CICADA_PHY is not set
76747 -# CONFIG_VITESSE_PHY is not set
76748 -# CONFIG_SMSC_PHY is not set
76749 -CONFIG_BROADCOM_PHY=y
76750 -# CONFIG_ICPLUS_PHY is not set
76751 -# CONFIG_REALTEK_PHY is not set
76752 -# CONFIG_FIXED_PHY is not set
76753 -# CONFIG_MDIO_BITBANG is not set
76754 -CONFIG_NET_ETHERNET=y
76755 -CONFIG_MII=y
76756 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
76757 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
76758 -# CONFIG_IBM_NEW_EMAC_TAH is not set
76759 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
76760 -# CONFIG_B44 is not set
76761 -CONFIG_NETDEV_1000=y
76762 -# CONFIG_E1000E_ENABLED is not set
76763 -CONFIG_GIANFAR=y
76764 -CONFIG_GFAR_NAPI=y
76765 -CONFIG_NETDEV_10000=y
76766 -
76767 -#
76768 -# Wireless LAN
76769 -#
76770 -# CONFIG_WLAN_PRE80211 is not set
76771 -# CONFIG_WLAN_80211 is not set
76772 -# CONFIG_WAN is not set
76773 -# CONFIG_PPP is not set
76774 -# CONFIG_SLIP is not set
76775 -# CONFIG_NETCONSOLE is not set
76776 -# CONFIG_NETPOLL is not set
76777 -# CONFIG_NET_POLL_CONTROLLER is not set
76778 -# CONFIG_ISDN is not set
76779 -# CONFIG_PHONE is not set
76780 -
76781 -#
76782 -# Input device support
76783 -#
76784 -CONFIG_INPUT=y
76785 -# CONFIG_INPUT_FF_MEMLESS is not set
76786 -# CONFIG_INPUT_POLLDEV is not set
76787 -
76788 -#
76789 -# Userland interfaces
76790 -#
76791 -# CONFIG_INPUT_MOUSEDEV is not set
76792 -# CONFIG_INPUT_JOYDEV is not set
76793 -# CONFIG_INPUT_EVDEV is not set
76794 -# CONFIG_INPUT_EVBUG is not set
76795 -
76796 -#
76797 -# Input Device Drivers
76798 -#
76799 -# CONFIG_INPUT_KEYBOARD is not set
76800 -# CONFIG_INPUT_MOUSE is not set
76801 -# CONFIG_INPUT_JOYSTICK is not set
76802 -# CONFIG_INPUT_TABLET is not set
76803 -# CONFIG_INPUT_TOUCHSCREEN is not set
76804 -# CONFIG_INPUT_MISC is not set
76805 -
76806 -#
76807 -# Hardware I/O ports
76808 -#
76809 -# CONFIG_SERIO is not set
76810 -# CONFIG_GAMEPORT is not set
76811 -
76812 -#
76813 -# Character devices
76814 -#
76815 -# CONFIG_VT is not set
76816 -# CONFIG_SERIAL_NONSTANDARD is not set
76817 -
76818 -#
76819 -# Serial drivers
76820 -#
76821 -CONFIG_SERIAL_8250=y
76822 -CONFIG_SERIAL_8250_CONSOLE=y
76823 -CONFIG_SERIAL_8250_NR_UARTS=2
76824 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
76825 -# CONFIG_SERIAL_8250_EXTENDED is not set
76826 -CONFIG_SERIAL_8250_SHARE_IRQ=y
76827 -
76828 -#
76829 -# Non-8250 serial port support
76830 -#
76831 -# CONFIG_SERIAL_UARTLITE is not set
76832 -CONFIG_SERIAL_CORE=y
76833 -CONFIG_SERIAL_CORE_CONSOLE=y
76834 -# CONFIG_SERIAL_OF_PLATFORM is not set
76835 -CONFIG_UNIX98_PTYS=y
76836 -CONFIG_LEGACY_PTYS=y
76837 -CONFIG_LEGACY_PTY_COUNT=256
76838 -# CONFIG_IPMI_HANDLER is not set
76839 -# CONFIG_HW_RANDOM is not set
76840 -# CONFIG_NVRAM is not set
76841 -# CONFIG_GEN_RTC is not set
76842 -# CONFIG_R3964 is not set
76843 -# CONFIG_RAW_DRIVER is not set
76844 -# CONFIG_TCG_TPM is not set
76845 -# CONFIG_I2C is not set
76846 -
76847 -#
76848 -# SPI support
76849 -#
76850 -# CONFIG_SPI is not set
76851 -# CONFIG_SPI_MASTER is not set
76852 -# CONFIG_W1 is not set
76853 -# CONFIG_POWER_SUPPLY is not set
76854 -CONFIG_HWMON=y
76855 -# CONFIG_HWMON_VID is not set
76856 -# CONFIG_SENSORS_F71805F is not set
76857 -# CONFIG_SENSORS_F71882FG is not set
76858 -# CONFIG_SENSORS_IT87 is not set
76859 -# CONFIG_SENSORS_PC87360 is not set
76860 -# CONFIG_SENSORS_PC87427 is not set
76861 -# CONFIG_SENSORS_SMSC47M1 is not set
76862 -# CONFIG_SENSORS_SMSC47B397 is not set
76863 -# CONFIG_SENSORS_VT1211 is not set
76864 -# CONFIG_SENSORS_W83627HF is not set
76865 -# CONFIG_SENSORS_W83627EHF is not set
76866 -# CONFIG_HWMON_DEBUG_CHIP is not set
76867 -# CONFIG_THERMAL is not set
76868 -# CONFIG_WATCHDOG is not set
76869 -
76870 -#
76871 -# Sonics Silicon Backplane
76872 -#
76873 -CONFIG_SSB_POSSIBLE=y
76874 -# CONFIG_SSB is not set
76875 -
76876 -#
76877 -# Multifunction device drivers
76878 -#
76879 -# CONFIG_MFD_SM501 is not set
76880 -
76881 -#
76882 -# Multimedia devices
76883 -#
76884 -# CONFIG_VIDEO_DEV is not set
76885 -# CONFIG_DVB_CORE is not set
76886 -CONFIG_DAB=y
76887 -
76888 -#
76889 -# Graphics support
76890 -#
76891 -# CONFIG_VGASTATE is not set
76892 -CONFIG_VIDEO_OUTPUT_CONTROL=y
76893 -# CONFIG_FB is not set
76894 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
76895 -
76896 -#
76897 -# Display device support
76898 -#
76899 -# CONFIG_DISPLAY_SUPPORT is not set
76900 -
76901 -#
76902 -# Sound
76903 -#
76904 -# CONFIG_SOUND is not set
76905 -CONFIG_HID_SUPPORT=y
76906 -CONFIG_HID=y
76907 -# CONFIG_HID_DEBUG is not set
76908 -# CONFIG_HIDRAW is not set
76909 -CONFIG_USB_SUPPORT=y
76910 -# CONFIG_USB_ARCH_HAS_HCD is not set
76911 -# CONFIG_USB_ARCH_HAS_OHCI is not set
76912 -# CONFIG_USB_ARCH_HAS_EHCI is not set
76913 -
76914 -#
76915 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
76916 -#
76917 -# CONFIG_USB_GADGET is not set
76918 -# CONFIG_MMC is not set
76919 -# CONFIG_MEMSTICK is not set
76920 -# CONFIG_NEW_LEDS is not set
76921 -# CONFIG_EDAC is not set
76922 -CONFIG_RTC_LIB=y
76923 -CONFIG_RTC_CLASS=y
76924 -CONFIG_RTC_HCTOSYS=y
76925 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
76926 -# CONFIG_RTC_DEBUG is not set
76927 -
76928 -#
76929 -# RTC interfaces
76930 -#
76931 -CONFIG_RTC_INTF_SYSFS=y
76932 -CONFIG_RTC_INTF_PROC=y
76933 -CONFIG_RTC_INTF_DEV=y
76934 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
76935 -# CONFIG_RTC_DRV_TEST is not set
76936 -
76937 -#
76938 -# SPI RTC drivers
76939 -#
76940 -
76941 -#
76942 -# Platform RTC drivers
76943 -#
76944 -# CONFIG_RTC_DRV_CMOS is not set
76945 -# CONFIG_RTC_DRV_DS1511 is not set
76946 -# CONFIG_RTC_DRV_DS1553 is not set
76947 -# CONFIG_RTC_DRV_DS1742 is not set
76948 -# CONFIG_RTC_DRV_STK17TA8 is not set
76949 -# CONFIG_RTC_DRV_M48T86 is not set
76950 -CONFIG_RTC_DRV_M48T59=y
76951 -# CONFIG_RTC_DRV_V3020 is not set
76952 -
76953 -#
76954 -# on-CPU RTC drivers
76955 -#
76956 -# CONFIG_DMADEVICES is not set
76957 -
76958 -#
76959 -# Userspace I/O
76960 -#
76961 -# CONFIG_UIO is not set
76962 -
76963 -#
76964 -# File systems
76965 -#
76966 -# CONFIG_EXT2_FS is not set
76967 -# CONFIG_EXT3_FS is not set
76968 -# CONFIG_EXT4DEV_FS is not set
76969 -# CONFIG_REISERFS_FS is not set
76970 -# CONFIG_JFS_FS is not set
76971 -# CONFIG_FS_POSIX_ACL is not set
76972 -# CONFIG_XFS_FS is not set
76973 -# CONFIG_GFS2_FS is not set
76974 -# CONFIG_OCFS2_FS is not set
76975 -CONFIG_DNOTIFY=y
76976 -CONFIG_INOTIFY=y
76977 -CONFIG_INOTIFY_USER=y
76978 -# CONFIG_QUOTA is not set
76979 -# CONFIG_AUTOFS_FS is not set
76980 -# CONFIG_AUTOFS4_FS is not set
76981 -# CONFIG_FUSE_FS is not set
76982 -
76983 -#
76984 -# CD-ROM/DVD Filesystems
76985 -#
76986 -# CONFIG_ISO9660_FS is not set
76987 -# CONFIG_UDF_FS is not set
76988 -
76989 -#
76990 -# DOS/FAT/NT Filesystems
76991 -#
76992 -# CONFIG_MSDOS_FS is not set
76993 -# CONFIG_VFAT_FS is not set
76994 -# CONFIG_NTFS_FS is not set
76995 -
76996 -#
76997 -# Pseudo filesystems
76998 -#
76999 -CONFIG_PROC_FS=y
77000 -CONFIG_PROC_KCORE=y
77001 -CONFIG_PROC_SYSCTL=y
77002 -CONFIG_SYSFS=y
77003 -CONFIG_TMPFS=y
77004 -# CONFIG_TMPFS_POSIX_ACL is not set
77005 -# CONFIG_HUGETLB_PAGE is not set
77006 -# CONFIG_CONFIGFS_FS is not set
77007 -
77008 -#
77009 -# Miscellaneous filesystems
77010 -#
77011 -# CONFIG_ADFS_FS is not set
77012 -# CONFIG_AFFS_FS is not set
77013 -# CONFIG_HFS_FS is not set
77014 -# CONFIG_HFSPLUS_FS is not set
77015 -# CONFIG_BEFS_FS is not set
77016 -# CONFIG_BFS_FS is not set
77017 -# CONFIG_EFS_FS is not set
77018 -# CONFIG_CRAMFS is not set
77019 -# CONFIG_VXFS_FS is not set
77020 -# CONFIG_MINIX_FS is not set
77021 -# CONFIG_HPFS_FS is not set
77022 -# CONFIG_QNX4FS_FS is not set
77023 -# CONFIG_ROMFS_FS is not set
77024 -# CONFIG_SYSV_FS is not set
77025 -# CONFIG_UFS_FS is not set
77026 -CONFIG_NETWORK_FILESYSTEMS=y
77027 -CONFIG_NFS_FS=y
77028 -# CONFIG_NFS_V3 is not set
77029 -# CONFIG_NFS_V4 is not set
77030 -# CONFIG_NFS_DIRECTIO is not set
77031 -# CONFIG_NFSD is not set
77032 -CONFIG_ROOT_NFS=y
77033 -CONFIG_LOCKD=y
77034 -CONFIG_NFS_COMMON=y
77035 -CONFIG_SUNRPC=y
77036 -# CONFIG_SUNRPC_BIND34 is not set
77037 -# CONFIG_RPCSEC_GSS_KRB5 is not set
77038 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
77039 -# CONFIG_SMB_FS is not set
77040 -# CONFIG_CIFS is not set
77041 -# CONFIG_NCP_FS is not set
77042 -# CONFIG_CODA_FS is not set
77043 -# CONFIG_AFS_FS is not set
77044 -
77045 -#
77046 -# Partition Types
77047 -#
77048 -CONFIG_PARTITION_ADVANCED=y
77049 -# CONFIG_ACORN_PARTITION is not set
77050 -# CONFIG_OSF_PARTITION is not set
77051 -# CONFIG_AMIGA_PARTITION is not set
77052 -# CONFIG_ATARI_PARTITION is not set
77053 -# CONFIG_MAC_PARTITION is not set
77054 -# CONFIG_MSDOS_PARTITION is not set
77055 -# CONFIG_LDM_PARTITION is not set
77056 -# CONFIG_SGI_PARTITION is not set
77057 -# CONFIG_ULTRIX_PARTITION is not set
77058 -# CONFIG_SUN_PARTITION is not set
77059 -# CONFIG_KARMA_PARTITION is not set
77060 -# CONFIG_EFI_PARTITION is not set
77061 -# CONFIG_SYSV68_PARTITION is not set
77062 -# CONFIG_NLS is not set
77063 -# CONFIG_DLM is not set
77064 -
77065 -#
77066 -# Library routines
77067 -#
77068 -CONFIG_BITREVERSE=y
77069 -# CONFIG_CRC_CCITT is not set
77070 -# CONFIG_CRC16 is not set
77071 -# CONFIG_CRC_ITU_T is not set
77072 -CONFIG_CRC32=y
77073 -# CONFIG_CRC7 is not set
77074 -# CONFIG_LIBCRC32C is not set
77075 -CONFIG_PLIST=y
77076 -CONFIG_HAS_IOMEM=y
77077 -CONFIG_HAS_IOPORT=y
77078 -CONFIG_HAS_DMA=y
77079 -
77080 -#
77081 -# Kernel hacking
77082 -#
77083 -# CONFIG_PRINTK_TIME is not set
77084 -CONFIG_ENABLE_WARN_DEPRECATED=y
77085 -CONFIG_ENABLE_MUST_CHECK=y
77086 -CONFIG_MAGIC_SYSRQ=y
77087 -# CONFIG_UNUSED_SYMBOLS is not set
77088 -# CONFIG_DEBUG_FS is not set
77089 -# CONFIG_HEADERS_CHECK is not set
77090 -CONFIG_DEBUG_KERNEL=y
77091 -# CONFIG_DEBUG_SHIRQ is not set
77092 -CONFIG_DETECT_SOFTLOCKUP=y
77093 -CONFIG_SCHED_DEBUG=y
77094 -# CONFIG_SCHEDSTATS is not set
77095 -# CONFIG_TIMER_STATS is not set
77096 -# CONFIG_DEBUG_SLAB is not set
77097 -# CONFIG_DEBUG_RT_MUTEXES is not set
77098 -# CONFIG_RT_MUTEX_TESTER is not set
77099 -# CONFIG_DEBUG_SPINLOCK is not set
77100 -CONFIG_DEBUG_MUTEXES=y
77101 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
77102 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
77103 -# CONFIG_DEBUG_KOBJECT is not set
77104 -# CONFIG_DEBUG_BUGVERBOSE is not set
77105 -# CONFIG_DEBUG_INFO is not set
77106 -# CONFIG_DEBUG_VM is not set
77107 -# CONFIG_DEBUG_LIST is not set
77108 -# CONFIG_DEBUG_SG is not set
77109 -# CONFIG_BOOT_PRINTK_DELAY is not set
77110 -# CONFIG_BACKTRACE_SELF_TEST is not set
77111 -# CONFIG_FAULT_INJECTION is not set
77112 -# CONFIG_SAMPLES is not set
77113 -# CONFIG_DEBUG_STACKOVERFLOW is not set
77114 -# CONFIG_DEBUG_STACK_USAGE is not set
77115 -# CONFIG_DEBUG_PAGEALLOC is not set
77116 -# CONFIG_DEBUGGER is not set
77117 -# CONFIG_BDI_SWITCH is not set
77118 -CONFIG_PPC_EARLY_DEBUG=y
77119 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
77120 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
77121 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
77122 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
77123 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
77124 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
77125 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
77126 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
77127 -# CONFIG_PPC_EARLY_DEBUG_44x is not set
77128 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
77129 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
77130 -
77131 -#
77132 -# Security options
77133 -#
77134 -# CONFIG_KEYS is not set
77135 -# CONFIG_SECURITY is not set
77136 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
77137 -CONFIG_CRYPTO=y
77138 -# CONFIG_CRYPTO_SEQIV is not set
77139 -# CONFIG_CRYPTO_MANAGER is not set
77140 -# CONFIG_CRYPTO_HMAC is not set
77141 -# CONFIG_CRYPTO_XCBC is not set
77142 -# CONFIG_CRYPTO_NULL is not set
77143 -# CONFIG_CRYPTO_MD4 is not set
77144 -# CONFIG_CRYPTO_MD5 is not set
77145 -# CONFIG_CRYPTO_SHA1 is not set
77146 -# CONFIG_CRYPTO_SHA256 is not set
77147 -# CONFIG_CRYPTO_SHA512 is not set
77148 -# CONFIG_CRYPTO_WP512 is not set
77149 -# CONFIG_CRYPTO_TGR192 is not set
77150 -# CONFIG_CRYPTO_GF128MUL is not set
77151 -# CONFIG_CRYPTO_ECB is not set
77152 -# CONFIG_CRYPTO_CBC is not set
77153 -# CONFIG_CRYPTO_PCBC is not set
77154 -# CONFIG_CRYPTO_LRW is not set
77155 -# CONFIG_CRYPTO_XTS is not set
77156 -# CONFIG_CRYPTO_CTR is not set
77157 -# CONFIG_CRYPTO_GCM is not set
77158 -# CONFIG_CRYPTO_CCM is not set
77159 -# CONFIG_CRYPTO_CRYPTD is not set
77160 -# CONFIG_CRYPTO_DES is not set
77161 -# CONFIG_CRYPTO_FCRYPT is not set
77162 -# CONFIG_CRYPTO_BLOWFISH is not set
77163 -# CONFIG_CRYPTO_TWOFISH is not set
77164 -# CONFIG_CRYPTO_SERPENT is not set
77165 -# CONFIG_CRYPTO_AES is not set
77166 -# CONFIG_CRYPTO_CAST5 is not set
77167 -# CONFIG_CRYPTO_CAST6 is not set
77168 -# CONFIG_CRYPTO_TEA is not set
77169 -# CONFIG_CRYPTO_ARC4 is not set
77170 -# CONFIG_CRYPTO_KHAZAD is not set
77171 -# CONFIG_CRYPTO_ANUBIS is not set
77172 -# CONFIG_CRYPTO_SEED is not set
77173 -# CONFIG_CRYPTO_SALSA20 is not set
77174 -# CONFIG_CRYPTO_DEFLATE is not set
77175 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
77176 -# CONFIG_CRYPTO_CRC32C is not set
77177 -# CONFIG_CRYPTO_CAMELLIA is not set
77178 -# CONFIG_CRYPTO_AUTHENC is not set
77179 -# CONFIG_CRYPTO_LZO is not set
77180 -CONFIG_CRYPTO_HW=y
77181 -# CONFIG_PPC_CLOCK is not set
77182 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/sbc8641d_defconfig powerpc.git/arch/powerpc/configs/sbc8641d_defconfig
77183 --- linux-2.6.25-rc9/arch/powerpc/configs/sbc8641d_defconfig 1970-01-01 01:00:00.000000000 +0100
77184 +++ powerpc.git/arch/powerpc/configs/sbc8641d_defconfig 2008-04-19 16:40:52.000000000 +0200
77185 @@ -0,0 +1,1342 @@
77186 +#
77187 +# Automatically generated make config: don't edit
77188 +# Linux kernel version: 2.6.25-rc6
77189 +# Thu Apr 10 18:03:25 2008
77190 +#
77191 +# CONFIG_PPC64 is not set
77192 +
77193 +#
77194 +# Processor support
77195 +#
77196 +CONFIG_6xx=y
77197 +# CONFIG_PPC_85xx is not set
77198 +# CONFIG_PPC_8xx is not set
77199 +# CONFIG_40x is not set
77200 +# CONFIG_44x is not set
77201 +# CONFIG_E200 is not set
77202 +CONFIG_PPC_FPU=y
77203 +CONFIG_ALTIVEC=y
77204 +CONFIG_PPC_STD_MMU=y
77205 +CONFIG_PPC_STD_MMU_32=y
77206 +# CONFIG_PPC_MM_SLICES is not set
77207 +CONFIG_SMP=y
77208 +CONFIG_NR_CPUS=2
77209 +CONFIG_PPC32=y
77210 +CONFIG_WORD_SIZE=32
77211 +CONFIG_PPC_MERGE=y
77212 +CONFIG_MMU=y
77213 +CONFIG_GENERIC_CMOS_UPDATE=y
77214 +CONFIG_GENERIC_TIME=y
77215 +CONFIG_GENERIC_TIME_VSYSCALL=y
77216 +CONFIG_GENERIC_CLOCKEVENTS=y
77217 +CONFIG_GENERIC_HARDIRQS=y
77218 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
77219 +CONFIG_IRQ_PER_CPU=y
77220 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
77221 +CONFIG_GENERIC_LOCKBREAK=y
77222 +CONFIG_ARCH_HAS_ILOG2_U32=y
77223 +CONFIG_GENERIC_HWEIGHT=y
77224 +CONFIG_GENERIC_CALIBRATE_DELAY=y
77225 +CONFIG_GENERIC_FIND_NEXT_BIT=y
77226 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
77227 +CONFIG_PPC=y
77228 +CONFIG_EARLY_PRINTK=y
77229 +CONFIG_GENERIC_NVRAM=y
77230 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
77231 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
77232 +CONFIG_PPC_OF=y
77233 +CONFIG_OF=y
77234 +CONFIG_PPC_UDBG_16550=y
77235 +CONFIG_GENERIC_TBSYNC=y
77236 +CONFIG_AUDIT_ARCH=y
77237 +CONFIG_GENERIC_BUG=y
77238 +CONFIG_DEFAULT_UIMAGE=y
77239 +# CONFIG_PPC_DCR_NATIVE is not set
77240 +# CONFIG_PPC_DCR_MMIO is not set
77241 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
77242 +
77243 +#
77244 +# General setup
77245 +#
77246 +CONFIG_EXPERIMENTAL=y
77247 +CONFIG_LOCK_KERNEL=y
77248 +CONFIG_INIT_ENV_ARG_LIMIT=32
77249 +CONFIG_LOCALVERSION=""
77250 +CONFIG_LOCALVERSION_AUTO=y
77251 +CONFIG_SWAP=y
77252 +CONFIG_SYSVIPC=y
77253 +CONFIG_SYSVIPC_SYSCTL=y
77254 +CONFIG_POSIX_MQUEUE=y
77255 +CONFIG_BSD_PROCESS_ACCT=y
77256 +CONFIG_BSD_PROCESS_ACCT_V3=y
77257 +# CONFIG_TASKSTATS is not set
77258 +# CONFIG_AUDIT is not set
77259 +CONFIG_IKCONFIG=y
77260 +CONFIG_IKCONFIG_PROC=y
77261 +CONFIG_LOG_BUF_SHIFT=14
77262 +# CONFIG_CGROUPS is not set
77263 +CONFIG_GROUP_SCHED=y
77264 +CONFIG_FAIR_GROUP_SCHED=y
77265 +# CONFIG_RT_GROUP_SCHED is not set
77266 +CONFIG_USER_SCHED=y
77267 +# CONFIG_CGROUP_SCHED is not set
77268 +CONFIG_SYSFS_DEPRECATED=y
77269 +CONFIG_SYSFS_DEPRECATED_V2=y
77270 +CONFIG_RELAY=y
77271 +# CONFIG_NAMESPACES is not set
77272 +CONFIG_BLK_DEV_INITRD=y
77273 +CONFIG_INITRAMFS_SOURCE=""
77274 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
77275 +CONFIG_SYSCTL=y
77276 +CONFIG_EMBEDDED=y
77277 +CONFIG_SYSCTL_SYSCALL=y
77278 +CONFIG_KALLSYMS=y
77279 +# CONFIG_KALLSYMS_ALL is not set
77280 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
77281 +CONFIG_HOTPLUG=y
77282 +CONFIG_PRINTK=y
77283 +CONFIG_BUG=y
77284 +CONFIG_ELF_CORE=y
77285 +CONFIG_COMPAT_BRK=y
77286 +CONFIG_BASE_FULL=y
77287 +CONFIG_FUTEX=y
77288 +CONFIG_ANON_INODES=y
77289 +CONFIG_EPOLL=y
77290 +CONFIG_SIGNALFD=y
77291 +CONFIG_TIMERFD=y
77292 +CONFIG_EVENTFD=y
77293 +CONFIG_SHMEM=y
77294 +CONFIG_VM_EVENT_COUNTERS=y
77295 +CONFIG_SLAB=y
77296 +# CONFIG_SLUB is not set
77297 +# CONFIG_SLOB is not set
77298 +# CONFIG_PROFILING is not set
77299 +# CONFIG_MARKERS is not set
77300 +CONFIG_HAVE_OPROFILE=y
77301 +# CONFIG_KPROBES is not set
77302 +CONFIG_HAVE_KPROBES=y
77303 +CONFIG_HAVE_KRETPROBES=y
77304 +CONFIG_PROC_PAGE_MONITOR=y
77305 +CONFIG_SLABINFO=y
77306 +CONFIG_RT_MUTEXES=y
77307 +# CONFIG_TINY_SHMEM is not set
77308 +CONFIG_BASE_SMALL=0
77309 +CONFIG_MODULES=y
77310 +CONFIG_MODULE_UNLOAD=y
77311 +# CONFIG_MODULE_FORCE_UNLOAD is not set
77312 +# CONFIG_MODVERSIONS is not set
77313 +# CONFIG_MODULE_SRCVERSION_ALL is not set
77314 +CONFIG_KMOD=y
77315 +CONFIG_STOP_MACHINE=y
77316 +CONFIG_BLOCK=y
77317 +# CONFIG_LBD is not set
77318 +# CONFIG_BLK_DEV_IO_TRACE is not set
77319 +# CONFIG_LSF is not set
77320 +# CONFIG_BLK_DEV_BSG is not set
77321 +
77322 +#
77323 +# IO Schedulers
77324 +#
77325 +CONFIG_IOSCHED_NOOP=y
77326 +CONFIG_IOSCHED_AS=y
77327 +CONFIG_IOSCHED_DEADLINE=y
77328 +CONFIG_IOSCHED_CFQ=y
77329 +# CONFIG_DEFAULT_AS is not set
77330 +# CONFIG_DEFAULT_DEADLINE is not set
77331 +CONFIG_DEFAULT_CFQ=y
77332 +# CONFIG_DEFAULT_NOOP is not set
77333 +CONFIG_DEFAULT_IOSCHED="cfq"
77334 +CONFIG_CLASSIC_RCU=y
77335 +
77336 +#
77337 +# Platform support
77338 +#
77339 +# CONFIG_PPC_MULTIPLATFORM is not set
77340 +# CONFIG_PPC_82xx is not set
77341 +# CONFIG_PPC_83xx is not set
77342 +CONFIG_PPC_86xx=y
77343 +# CONFIG_PPC_MPC512x is not set
77344 +# CONFIG_PPC_MPC5121 is not set
77345 +# CONFIG_PPC_CELL is not set
77346 +# CONFIG_PPC_CELL_NATIVE is not set
77347 +# CONFIG_PQ2ADS is not set
77348 +# CONFIG_MPC8641_HPCN is not set
77349 +CONFIG_SBC8641D=y
77350 +# CONFIG_MPC8610_HPCD is not set
77351 +CONFIG_MPC8641=y
77352 +# CONFIG_IPIC is not set
77353 +CONFIG_MPIC=y
77354 +# CONFIG_MPIC_WEIRD is not set
77355 +# CONFIG_PPC_I8259 is not set
77356 +# CONFIG_PPC_RTAS is not set
77357 +# CONFIG_MMIO_NVRAM is not set
77358 +# CONFIG_PPC_MPC106 is not set
77359 +# CONFIG_PPC_970_NAP is not set
77360 +# CONFIG_PPC_INDIRECT_IO is not set
77361 +# CONFIG_GENERIC_IOMAP is not set
77362 +# CONFIG_CPU_FREQ is not set
77363 +# CONFIG_FSL_ULI1575 is not set
77364 +
77365 +#
77366 +# Kernel options
77367 +#
77368 +# CONFIG_HIGHMEM is not set
77369 +CONFIG_TICK_ONESHOT=y
77370 +# CONFIG_NO_HZ is not set
77371 +CONFIG_HIGH_RES_TIMERS=y
77372 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
77373 +# CONFIG_HZ_100 is not set
77374 +CONFIG_HZ_250=y
77375 +# CONFIG_HZ_300 is not set
77376 +# CONFIG_HZ_1000 is not set
77377 +CONFIG_HZ=250
77378 +# CONFIG_SCHED_HRTICK is not set
77379 +# CONFIG_PREEMPT_NONE is not set
77380 +# CONFIG_PREEMPT_VOLUNTARY is not set
77381 +CONFIG_PREEMPT=y
77382 +# CONFIG_PREEMPT_RCU is not set
77383 +CONFIG_BINFMT_ELF=y
77384 +CONFIG_BINFMT_MISC=m
77385 +CONFIG_FORCE_MAX_ZONEORDER=11
77386 +# CONFIG_IOMMU_HELPER is not set
77387 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
77388 +CONFIG_ARCH_HAS_WALK_MEMORY=y
77389 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
77390 +CONFIG_IRQ_ALL_CPUS=y
77391 +CONFIG_ARCH_FLATMEM_ENABLE=y
77392 +CONFIG_ARCH_POPULATES_NODE_MAP=y
77393 +CONFIG_SELECT_MEMORY_MODEL=y
77394 +CONFIG_FLATMEM_MANUAL=y
77395 +# CONFIG_DISCONTIGMEM_MANUAL is not set
77396 +# CONFIG_SPARSEMEM_MANUAL is not set
77397 +CONFIG_FLATMEM=y
77398 +CONFIG_FLAT_NODE_MEM_MAP=y
77399 +# CONFIG_SPARSEMEM_STATIC is not set
77400 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
77401 +CONFIG_SPLIT_PTLOCK_CPUS=4
77402 +# CONFIG_RESOURCES_64BIT is not set
77403 +CONFIG_ZONE_DMA_FLAG=1
77404 +CONFIG_BOUNCE=y
77405 +CONFIG_VIRT_TO_BUS=y
77406 +# CONFIG_PROC_DEVICETREE is not set
77407 +# CONFIG_CMDLINE_BOOL is not set
77408 +# CONFIG_PM is not set
77409 +CONFIG_SECCOMP=y
77410 +CONFIG_ISA_DMA_API=y
77411 +
77412 +#
77413 +# Bus options
77414 +#
77415 +CONFIG_ZONE_DMA=y
77416 +CONFIG_GENERIC_ISA_DMA=y
77417 +CONFIG_PPC_INDIRECT_PCI=y
77418 +CONFIG_FSL_SOC=y
77419 +CONFIG_FSL_PCI=y
77420 +CONFIG_PCI=y
77421 +CONFIG_PCI_DOMAINS=y
77422 +CONFIG_PCI_SYSCALL=y
77423 +CONFIG_PCIEPORTBUS=y
77424 +CONFIG_PCIEAER=y
77425 +CONFIG_ARCH_SUPPORTS_MSI=y
77426 +# CONFIG_PCI_MSI is not set
77427 +CONFIG_PCI_LEGACY=y
77428 +# CONFIG_PCI_DEBUG is not set
77429 +# CONFIG_PCCARD is not set
77430 +# CONFIG_HOTPLUG_PCI is not set
77431 +
77432 +#
77433 +# Advanced setup
77434 +#
77435 +# CONFIG_ADVANCED_OPTIONS is not set
77436 +
77437 +#
77438 +# Default settings for advanced configuration options are used
77439 +#
77440 +CONFIG_HIGHMEM_START=0xfe000000
77441 +CONFIG_LOWMEM_SIZE=0x30000000
77442 +CONFIG_KERNEL_START=0xc0000000
77443 +CONFIG_TASK_SIZE=0xc0000000
77444 +CONFIG_BOOT_LOAD=0x00800000
77445 +
77446 +#
77447 +# Networking
77448 +#
77449 +CONFIG_NET=y
77450 +
77451 +#
77452 +# Networking options
77453 +#
77454 +CONFIG_PACKET=y
77455 +CONFIG_PACKET_MMAP=y
77456 +CONFIG_UNIX=y
77457 +CONFIG_XFRM=y
77458 +CONFIG_XFRM_USER=m
77459 +# CONFIG_XFRM_SUB_POLICY is not set
77460 +# CONFIG_XFRM_MIGRATE is not set
77461 +# CONFIG_XFRM_STATISTICS is not set
77462 +CONFIG_NET_KEY=m
77463 +# CONFIG_NET_KEY_MIGRATE is not set
77464 +CONFIG_INET=y
77465 +CONFIG_IP_MULTICAST=y
77466 +CONFIG_IP_ADVANCED_ROUTER=y
77467 +CONFIG_ASK_IP_FIB_HASH=y
77468 +# CONFIG_IP_FIB_TRIE is not set
77469 +CONFIG_IP_FIB_HASH=y
77470 +CONFIG_IP_MULTIPLE_TABLES=y
77471 +CONFIG_IP_ROUTE_MULTIPATH=y
77472 +CONFIG_IP_ROUTE_VERBOSE=y
77473 +CONFIG_IP_PNP=y
77474 +CONFIG_IP_PNP_DHCP=y
77475 +CONFIG_IP_PNP_BOOTP=y
77476 +CONFIG_IP_PNP_RARP=y
77477 +CONFIG_NET_IPIP=m
77478 +CONFIG_NET_IPGRE=m
77479 +CONFIG_NET_IPGRE_BROADCAST=y
77480 +CONFIG_IP_MROUTE=y
77481 +CONFIG_IP_PIMSM_V1=y
77482 +CONFIG_IP_PIMSM_V2=y
77483 +# CONFIG_ARPD is not set
77484 +CONFIG_SYN_COOKIES=y
77485 +CONFIG_INET_AH=m
77486 +CONFIG_INET_ESP=m
77487 +CONFIG_INET_IPCOMP=m
77488 +CONFIG_INET_XFRM_TUNNEL=m
77489 +CONFIG_INET_TUNNEL=m
77490 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
77491 +CONFIG_INET_XFRM_MODE_TUNNEL=y
77492 +CONFIG_INET_XFRM_MODE_BEET=y
77493 +# CONFIG_INET_LRO is not set
77494 +CONFIG_INET_DIAG=y
77495 +CONFIG_INET_TCP_DIAG=y
77496 +# CONFIG_TCP_CONG_ADVANCED is not set
77497 +CONFIG_TCP_CONG_CUBIC=y
77498 +CONFIG_DEFAULT_TCP_CONG="cubic"
77499 +# CONFIG_TCP_MD5SIG is not set
77500 +# CONFIG_IP_VS is not set
77501 +CONFIG_IPV6=m
77502 +# CONFIG_IPV6_PRIVACY is not set
77503 +# CONFIG_IPV6_ROUTER_PREF is not set
77504 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
77505 +CONFIG_INET6_AH=m
77506 +CONFIG_INET6_ESP=m
77507 +CONFIG_INET6_IPCOMP=m
77508 +# CONFIG_IPV6_MIP6 is not set
77509 +CONFIG_INET6_XFRM_TUNNEL=m
77510 +CONFIG_INET6_TUNNEL=m
77511 +CONFIG_INET6_XFRM_MODE_TRANSPORT=m
77512 +CONFIG_INET6_XFRM_MODE_TUNNEL=m
77513 +CONFIG_INET6_XFRM_MODE_BEET=m
77514 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
77515 +CONFIG_IPV6_SIT=m
77516 +CONFIG_IPV6_TUNNEL=m
77517 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
77518 +# CONFIG_NETLABEL is not set
77519 +# CONFIG_NETWORK_SECMARK is not set
77520 +CONFIG_NETFILTER=y
77521 +# CONFIG_NETFILTER_DEBUG is not set
77522 +CONFIG_NETFILTER_ADVANCED=y
77523 +CONFIG_BRIDGE_NETFILTER=y
77524 +
77525 +#
77526 +# Core Netfilter Configuration
77527 +#
77528 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
77529 +# CONFIG_NETFILTER_NETLINK_LOG is not set
77530 +# CONFIG_NF_CONNTRACK is not set
77531 +CONFIG_NETFILTER_XTABLES=m
77532 +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
77533 +# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
77534 +# CONFIG_NETFILTER_XT_TARGET_MARK is not set
77535 +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
77536 +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
77537 +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
77538 +# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
77539 +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
77540 +# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
77541 +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
77542 +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
77543 +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
77544 +# CONFIG_NETFILTER_XT_MATCH_ESP is not set
77545 +# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
77546 +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
77547 +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
77548 +# CONFIG_NETFILTER_XT_MATCH_MAC is not set
77549 +# CONFIG_NETFILTER_XT_MATCH_MARK is not set
77550 +# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
77551 +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
77552 +# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
77553 +# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
77554 +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
77555 +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
77556 +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
77557 +# CONFIG_NETFILTER_XT_MATCH_REALM is not set
77558 +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
77559 +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
77560 +# CONFIG_NETFILTER_XT_MATCH_STRING is not set
77561 +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
77562 +# CONFIG_NETFILTER_XT_MATCH_TIME is not set
77563 +# CONFIG_NETFILTER_XT_MATCH_U32 is not set
77564 +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
77565 +
77566 +#
77567 +# IP: Netfilter Configuration
77568 +#
77569 +CONFIG_IP_NF_QUEUE=m
77570 +CONFIG_IP_NF_IPTABLES=m
77571 +CONFIG_IP_NF_MATCH_RECENT=m
77572 +CONFIG_IP_NF_MATCH_ECN=m
77573 +# CONFIG_IP_NF_MATCH_AH is not set
77574 +CONFIG_IP_NF_MATCH_TTL=m
77575 +CONFIG_IP_NF_MATCH_ADDRTYPE=m
77576 +CONFIG_IP_NF_FILTER=m
77577 +CONFIG_IP_NF_TARGET_REJECT=m
77578 +CONFIG_IP_NF_TARGET_LOG=m
77579 +CONFIG_IP_NF_TARGET_ULOG=m
77580 +CONFIG_IP_NF_MANGLE=m
77581 +CONFIG_IP_NF_TARGET_ECN=m
77582 +# CONFIG_IP_NF_TARGET_TTL is not set
77583 +CONFIG_IP_NF_RAW=m
77584 +CONFIG_IP_NF_ARPTABLES=m
77585 +CONFIG_IP_NF_ARPFILTER=m
77586 +CONFIG_IP_NF_ARP_MANGLE=m
77587 +
77588 +#
77589 +# IPv6: Netfilter Configuration
77590 +#
77591 +CONFIG_IP6_NF_QUEUE=m
77592 +CONFIG_IP6_NF_IPTABLES=m
77593 +CONFIG_IP6_NF_MATCH_RT=m
77594 +CONFIG_IP6_NF_MATCH_OPTS=m
77595 +CONFIG_IP6_NF_MATCH_FRAG=m
77596 +CONFIG_IP6_NF_MATCH_HL=m
77597 +CONFIG_IP6_NF_MATCH_IPV6HEADER=m
77598 +# CONFIG_IP6_NF_MATCH_AH is not set
77599 +# CONFIG_IP6_NF_MATCH_MH is not set
77600 +CONFIG_IP6_NF_MATCH_EUI64=m
77601 +CONFIG_IP6_NF_FILTER=m
77602 +CONFIG_IP6_NF_TARGET_LOG=m
77603 +# CONFIG_IP6_NF_TARGET_REJECT is not set
77604 +CONFIG_IP6_NF_MANGLE=m
77605 +# CONFIG_IP6_NF_TARGET_HL is not set
77606 +CONFIG_IP6_NF_RAW=m
77607 +
77608 +#
77609 +# Bridge: Netfilter Configuration
77610 +#
77611 +# CONFIG_BRIDGE_NF_EBTABLES is not set
77612 +# CONFIG_IP_DCCP is not set
77613 +CONFIG_IP_SCTP=m
77614 +# CONFIG_SCTP_DBG_MSG is not set
77615 +# CONFIG_SCTP_DBG_OBJCNT is not set
77616 +# CONFIG_SCTP_HMAC_NONE is not set
77617 +# CONFIG_SCTP_HMAC_SHA1 is not set
77618 +CONFIG_SCTP_HMAC_MD5=y
77619 +CONFIG_TIPC=m
77620 +# CONFIG_TIPC_ADVANCED is not set
77621 +# CONFIG_TIPC_DEBUG is not set
77622 +CONFIG_ATM=m
77623 +CONFIG_ATM_CLIP=m
77624 +# CONFIG_ATM_CLIP_NO_ICMP is not set
77625 +CONFIG_ATM_LANE=m
77626 +CONFIG_ATM_MPOA=m
77627 +CONFIG_ATM_BR2684=m
77628 +# CONFIG_ATM_BR2684_IPFILTER is not set
77629 +CONFIG_BRIDGE=m
77630 +CONFIG_VLAN_8021Q=m
77631 +# CONFIG_DECNET is not set
77632 +CONFIG_LLC=m
77633 +# CONFIG_LLC2 is not set
77634 +# CONFIG_IPX is not set
77635 +# CONFIG_ATALK is not set
77636 +# CONFIG_X25 is not set
77637 +# CONFIG_LAPB is not set
77638 +# CONFIG_ECONET is not set
77639 +CONFIG_WAN_ROUTER=m
77640 +CONFIG_NET_SCHED=y
77641 +
77642 +#
77643 +# Queueing/Scheduling
77644 +#
77645 +CONFIG_NET_SCH_CBQ=m
77646 +CONFIG_NET_SCH_HTB=m
77647 +CONFIG_NET_SCH_HFSC=m
77648 +CONFIG_NET_SCH_ATM=m
77649 +CONFIG_NET_SCH_PRIO=m
77650 +# CONFIG_NET_SCH_RR is not set
77651 +CONFIG_NET_SCH_RED=m
77652 +CONFIG_NET_SCH_SFQ=m
77653 +CONFIG_NET_SCH_TEQL=m
77654 +CONFIG_NET_SCH_TBF=m
77655 +CONFIG_NET_SCH_GRED=m
77656 +CONFIG_NET_SCH_DSMARK=m
77657 +CONFIG_NET_SCH_NETEM=m
77658 +
77659 +#
77660 +# Classification
77661 +#
77662 +CONFIG_NET_CLS=y
77663 +# CONFIG_NET_CLS_BASIC is not set
77664 +CONFIG_NET_CLS_TCINDEX=m
77665 +CONFIG_NET_CLS_ROUTE4=m
77666 +CONFIG_NET_CLS_ROUTE=y
77667 +CONFIG_NET_CLS_FW=m
77668 +CONFIG_NET_CLS_U32=m
77669 +# CONFIG_CLS_U32_PERF is not set
77670 +# CONFIG_CLS_U32_MARK is not set
77671 +CONFIG_NET_CLS_RSVP=m
77672 +CONFIG_NET_CLS_RSVP6=m
77673 +# CONFIG_NET_CLS_FLOW is not set
77674 +# CONFIG_NET_EMATCH is not set
77675 +# CONFIG_NET_CLS_ACT is not set
77676 +# CONFIG_NET_CLS_IND is not set
77677 +CONFIG_NET_SCH_FIFO=y
77678 +
77679 +#
77680 +# Network testing
77681 +#
77682 +CONFIG_NET_PKTGEN=m
77683 +# CONFIG_HAMRADIO is not set
77684 +# CONFIG_CAN is not set
77685 +# CONFIG_IRDA is not set
77686 +# CONFIG_BT is not set
77687 +# CONFIG_AF_RXRPC is not set
77688 +CONFIG_FIB_RULES=y
77689 +
77690 +#
77691 +# Wireless
77692 +#
77693 +# CONFIG_CFG80211 is not set
77694 +# CONFIG_WIRELESS_EXT is not set
77695 +# CONFIG_MAC80211 is not set
77696 +# CONFIG_IEEE80211 is not set
77697 +# CONFIG_RFKILL is not set
77698 +# CONFIG_NET_9P is not set
77699 +
77700 +#
77701 +# Device Drivers
77702 +#
77703 +
77704 +#
77705 +# Generic Driver Options
77706 +#
77707 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
77708 +CONFIG_STANDALONE=y
77709 +CONFIG_PREVENT_FIRMWARE_BUILD=y
77710 +# CONFIG_FW_LOADER is not set
77711 +# CONFIG_DEBUG_DRIVER is not set
77712 +# CONFIG_DEBUG_DEVRES is not set
77713 +# CONFIG_SYS_HYPERVISOR is not set
77714 +# CONFIG_CONNECTOR is not set
77715 +CONFIG_MTD=y
77716 +# CONFIG_MTD_DEBUG is not set
77717 +CONFIG_MTD_CONCAT=y
77718 +CONFIG_MTD_PARTITIONS=y
77719 +# CONFIG_MTD_REDBOOT_PARTS is not set
77720 +# CONFIG_MTD_CMDLINE_PARTS is not set
77721 +# CONFIG_MTD_OF_PARTS is not set
77722 +
77723 +#
77724 +# User Modules And Translation Layers
77725 +#
77726 +CONFIG_MTD_CHAR=y
77727 +CONFIG_MTD_BLKDEVS=y
77728 +CONFIG_MTD_BLOCK=y
77729 +# CONFIG_FTL is not set
77730 +# CONFIG_NFTL is not set
77731 +# CONFIG_INFTL is not set
77732 +# CONFIG_RFD_FTL is not set
77733 +# CONFIG_SSFDC is not set
77734 +# CONFIG_MTD_OOPS is not set
77735 +
77736 +#
77737 +# RAM/ROM/Flash chip drivers
77738 +#
77739 +CONFIG_MTD_CFI=y
77740 +# CONFIG_MTD_JEDECPROBE is not set
77741 +CONFIG_MTD_GEN_PROBE=y
77742 +CONFIG_MTD_CFI_ADV_OPTIONS=y
77743 +# CONFIG_MTD_CFI_NOSWAP is not set
77744 +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
77745 +CONFIG_MTD_CFI_LE_BYTE_SWAP=y
77746 +# CONFIG_MTD_CFI_GEOMETRY is not set
77747 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
77748 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
77749 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
77750 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
77751 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
77752 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
77753 +CONFIG_MTD_CFI_I1=y
77754 +CONFIG_MTD_CFI_I2=y
77755 +# CONFIG_MTD_CFI_I4 is not set
77756 +# CONFIG_MTD_CFI_I8 is not set
77757 +# CONFIG_MTD_OTP is not set
77758 +CONFIG_MTD_CFI_INTELEXT=y
77759 +# CONFIG_MTD_CFI_AMDSTD is not set
77760 +# CONFIG_MTD_CFI_STAA is not set
77761 +CONFIG_MTD_CFI_UTIL=y
77762 +# CONFIG_MTD_RAM is not set
77763 +# CONFIG_MTD_ROM is not set
77764 +# CONFIG_MTD_ABSENT is not set
77765 +
77766 +#
77767 +# Mapping drivers for chip access
77768 +#
77769 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
77770 +# CONFIG_MTD_PHYSMAP is not set
77771 +CONFIG_MTD_PHYSMAP_OF=y
77772 +# CONFIG_MTD_INTEL_VR_NOR is not set
77773 +# CONFIG_MTD_PLATRAM is not set
77774 +
77775 +#
77776 +# Self-contained MTD device drivers
77777 +#
77778 +# CONFIG_MTD_PMC551 is not set
77779 +# CONFIG_MTD_SLRAM is not set
77780 +# CONFIG_MTD_PHRAM is not set
77781 +# CONFIG_MTD_MTDRAM is not set
77782 +# CONFIG_MTD_BLOCK2MTD is not set
77783 +
77784 +#
77785 +# Disk-On-Chip Device Drivers
77786 +#
77787 +# CONFIG_MTD_DOC2000 is not set
77788 +# CONFIG_MTD_DOC2001 is not set
77789 +# CONFIG_MTD_DOC2001PLUS is not set
77790 +# CONFIG_MTD_NAND is not set
77791 +# CONFIG_MTD_ONENAND is not set
77792 +
77793 +#
77794 +# UBI - Unsorted block images
77795 +#
77796 +# CONFIG_MTD_UBI is not set
77797 +CONFIG_OF_DEVICE=y
77798 +# CONFIG_PARPORT is not set
77799 +CONFIG_BLK_DEV=y
77800 +# CONFIG_BLK_DEV_FD is not set
77801 +# CONFIG_BLK_CPQ_DA is not set
77802 +# CONFIG_BLK_CPQ_CISS_DA is not set
77803 +# CONFIG_BLK_DEV_DAC960 is not set
77804 +# CONFIG_BLK_DEV_UMEM is not set
77805 +# CONFIG_BLK_DEV_COW_COMMON is not set
77806 +CONFIG_BLK_DEV_LOOP=m
77807 +CONFIG_BLK_DEV_CRYPTOLOOP=m
77808 +CONFIG_BLK_DEV_NBD=m
77809 +# CONFIG_BLK_DEV_SX8 is not set
77810 +CONFIG_BLK_DEV_RAM=y
77811 +CONFIG_BLK_DEV_RAM_COUNT=16
77812 +CONFIG_BLK_DEV_RAM_SIZE=4096
77813 +# CONFIG_BLK_DEV_XIP is not set
77814 +# CONFIG_CDROM_PKTCDVD is not set
77815 +# CONFIG_ATA_OVER_ETH is not set
77816 +CONFIG_MISC_DEVICES=y
77817 +# CONFIG_PHANTOM is not set
77818 +# CONFIG_EEPROM_93CX6 is not set
77819 +# CONFIG_SGI_IOC4 is not set
77820 +# CONFIG_TIFM_CORE is not set
77821 +# CONFIG_ENCLOSURE_SERVICES is not set
77822 +CONFIG_HAVE_IDE=y
77823 +# CONFIG_IDE is not set
77824 +
77825 +#
77826 +# SCSI device support
77827 +#
77828 +# CONFIG_RAID_ATTRS is not set
77829 +# CONFIG_SCSI is not set
77830 +# CONFIG_SCSI_DMA is not set
77831 +# CONFIG_SCSI_NETLINK is not set
77832 +# CONFIG_ATA is not set
77833 +CONFIG_MD=y
77834 +CONFIG_BLK_DEV_MD=y
77835 +CONFIG_MD_LINEAR=y
77836 +CONFIG_MD_RAID0=y
77837 +CONFIG_MD_RAID1=y
77838 +CONFIG_MD_RAID10=y
77839 +# CONFIG_MD_RAID456 is not set
77840 +CONFIG_MD_MULTIPATH=y
77841 +CONFIG_MD_FAULTY=y
77842 +CONFIG_BLK_DEV_DM=y
77843 +# CONFIG_DM_DEBUG is not set
77844 +CONFIG_DM_CRYPT=y
77845 +CONFIG_DM_SNAPSHOT=y
77846 +CONFIG_DM_MIRROR=y
77847 +CONFIG_DM_ZERO=y
77848 +# CONFIG_DM_MULTIPATH is not set
77849 +# CONFIG_DM_DELAY is not set
77850 +# CONFIG_DM_UEVENT is not set
77851 +# CONFIG_FUSION is not set
77852 +
77853 +#
77854 +# IEEE 1394 (FireWire) support
77855 +#
77856 +# CONFIG_FIREWIRE is not set
77857 +# CONFIG_IEEE1394 is not set
77858 +# CONFIG_I2O is not set
77859 +# CONFIG_MACINTOSH_DRIVERS is not set
77860 +CONFIG_NETDEVICES=y
77861 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
77862 +CONFIG_DUMMY=m
77863 +CONFIG_BONDING=m
77864 +# CONFIG_MACVLAN is not set
77865 +# CONFIG_EQUALIZER is not set
77866 +CONFIG_TUN=m
77867 +# CONFIG_VETH is not set
77868 +# CONFIG_ARCNET is not set
77869 +CONFIG_PHYLIB=y
77870 +
77871 +#
77872 +# MII PHY device drivers
77873 +#
77874 +# CONFIG_MARVELL_PHY is not set
77875 +# CONFIG_DAVICOM_PHY is not set
77876 +# CONFIG_QSEMI_PHY is not set
77877 +# CONFIG_LXT_PHY is not set
77878 +# CONFIG_CICADA_PHY is not set
77879 +# CONFIG_VITESSE_PHY is not set
77880 +# CONFIG_SMSC_PHY is not set
77881 +CONFIG_BROADCOM_PHY=y
77882 +# CONFIG_ICPLUS_PHY is not set
77883 +# CONFIG_REALTEK_PHY is not set
77884 +# CONFIG_FIXED_PHY is not set
77885 +# CONFIG_MDIO_BITBANG is not set
77886 +CONFIG_NET_ETHERNET=y
77887 +CONFIG_MII=y
77888 +# CONFIG_HAPPYMEAL is not set
77889 +# CONFIG_SUNGEM is not set
77890 +# CONFIG_CASSINI is not set
77891 +# CONFIG_NET_VENDOR_3COM is not set
77892 +# CONFIG_NET_TULIP is not set
77893 +# CONFIG_HP100 is not set
77894 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
77895 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
77896 +# CONFIG_IBM_NEW_EMAC_TAH is not set
77897 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
77898 +# CONFIG_NET_PCI is not set
77899 +# CONFIG_B44 is not set
77900 +CONFIG_NETDEV_1000=y
77901 +# CONFIG_ACENIC is not set
77902 +# CONFIG_DL2K is not set
77903 +# CONFIG_E1000 is not set
77904 +# CONFIG_E1000E is not set
77905 +# CONFIG_E1000E_ENABLED is not set
77906 +# CONFIG_IP1000 is not set
77907 +# CONFIG_IGB is not set
77908 +# CONFIG_NS83820 is not set
77909 +# CONFIG_HAMACHI is not set
77910 +# CONFIG_YELLOWFIN is not set
77911 +# CONFIG_R8169 is not set
77912 +# CONFIG_SIS190 is not set
77913 +# CONFIG_SKGE is not set
77914 +# CONFIG_SKY2 is not set
77915 +# CONFIG_SK98LIN is not set
77916 +# CONFIG_VIA_VELOCITY is not set
77917 +# CONFIG_TIGON3 is not set
77918 +# CONFIG_BNX2 is not set
77919 +CONFIG_GIANFAR=y
77920 +# CONFIG_GFAR_NAPI is not set
77921 +# CONFIG_QLA3XXX is not set
77922 +# CONFIG_ATL1 is not set
77923 +# CONFIG_NETDEV_10000 is not set
77924 +# CONFIG_TR is not set
77925 +
77926 +#
77927 +# Wireless LAN
77928 +#
77929 +# CONFIG_WLAN_PRE80211 is not set
77930 +# CONFIG_WLAN_80211 is not set
77931 +# CONFIG_WAN is not set
77932 +CONFIG_ATM_DRIVERS=y
77933 +# CONFIG_ATM_DUMMY is not set
77934 +# CONFIG_ATM_TCP is not set
77935 +# CONFIG_ATM_LANAI is not set
77936 +# CONFIG_ATM_ENI is not set
77937 +# CONFIG_ATM_FIRESTREAM is not set
77938 +# CONFIG_ATM_ZATM is not set
77939 +# CONFIG_ATM_NICSTAR is not set
77940 +# CONFIG_ATM_IDT77252 is not set
77941 +# CONFIG_ATM_AMBASSADOR is not set
77942 +# CONFIG_ATM_HORIZON is not set
77943 +# CONFIG_ATM_IA is not set
77944 +# CONFIG_ATM_FORE200E_MAYBE is not set
77945 +# CONFIG_ATM_HE is not set
77946 +# CONFIG_FDDI is not set
77947 +# CONFIG_HIPPI is not set
77948 +CONFIG_PPP=m
77949 +CONFIG_PPP_MULTILINK=y
77950 +CONFIG_PPP_FILTER=y
77951 +CONFIG_PPP_ASYNC=m
77952 +CONFIG_PPP_SYNC_TTY=m
77953 +CONFIG_PPP_DEFLATE=m
77954 +CONFIG_PPP_BSDCOMP=m
77955 +# CONFIG_PPP_MPPE is not set
77956 +CONFIG_PPPOE=m
77957 +CONFIG_PPPOATM=m
77958 +# CONFIG_PPPOL2TP is not set
77959 +CONFIG_SLIP=m
77960 +CONFIG_SLIP_COMPRESSED=y
77961 +CONFIG_SLHC=m
77962 +CONFIG_SLIP_SMART=y
77963 +CONFIG_SLIP_MODE_SLIP6=y
77964 +CONFIG_NETCONSOLE=y
77965 +# CONFIG_NETCONSOLE_DYNAMIC is not set
77966 +CONFIG_NETPOLL=y
77967 +CONFIG_NETPOLL_TRAP=y
77968 +CONFIG_NET_POLL_CONTROLLER=y
77969 +# CONFIG_ISDN is not set
77970 +# CONFIG_PHONE is not set
77971 +
77972 +#
77973 +# Input device support
77974 +#
77975 +CONFIG_INPUT=y
77976 +# CONFIG_INPUT_FF_MEMLESS is not set
77977 +# CONFIG_INPUT_POLLDEV is not set
77978 +
77979 +#
77980 +# Userland interfaces
77981 +#
77982 +CONFIG_INPUT_MOUSEDEV=y
77983 +CONFIG_INPUT_MOUSEDEV_PSAUX=y
77984 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
77985 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
77986 +# CONFIG_INPUT_JOYDEV is not set
77987 +# CONFIG_INPUT_EVDEV is not set
77988 +# CONFIG_INPUT_EVBUG is not set
77989 +
77990 +#
77991 +# Input Device Drivers
77992 +#
77993 +# CONFIG_INPUT_KEYBOARD is not set
77994 +# CONFIG_INPUT_MOUSE is not set
77995 +# CONFIG_INPUT_JOYSTICK is not set
77996 +# CONFIG_INPUT_TABLET is not set
77997 +# CONFIG_INPUT_TOUCHSCREEN is not set
77998 +# CONFIG_INPUT_MISC is not set
77999 +
78000 +#
78001 +# Hardware I/O ports
78002 +#
78003 +# CONFIG_SERIO is not set
78004 +# CONFIG_GAMEPORT is not set
78005 +
78006 +#
78007 +# Character devices
78008 +#
78009 +CONFIG_VT=y
78010 +CONFIG_VT_CONSOLE=y
78011 +CONFIG_HW_CONSOLE=y
78012 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
78013 +# CONFIG_SERIAL_NONSTANDARD is not set
78014 +# CONFIG_NOZOMI is not set
78015 +
78016 +#
78017 +# Serial drivers
78018 +#
78019 +CONFIG_SERIAL_8250=y
78020 +CONFIG_SERIAL_8250_CONSOLE=y
78021 +# CONFIG_SERIAL_8250_PCI is not set
78022 +CONFIG_SERIAL_8250_NR_UARTS=2
78023 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
78024 +# CONFIG_SERIAL_8250_EXTENDED is not set
78025 +
78026 +#
78027 +# Non-8250 serial port support
78028 +#
78029 +# CONFIG_SERIAL_UARTLITE is not set
78030 +CONFIG_SERIAL_CORE=y
78031 +CONFIG_SERIAL_CORE_CONSOLE=y
78032 +# CONFIG_SERIAL_JSM is not set
78033 +# CONFIG_SERIAL_OF_PLATFORM is not set
78034 +CONFIG_UNIX98_PTYS=y
78035 +CONFIG_LEGACY_PTYS=y
78036 +CONFIG_LEGACY_PTY_COUNT=256
78037 +# CONFIG_IPMI_HANDLER is not set
78038 +CONFIG_HW_RANDOM=m
78039 +# CONFIG_NVRAM is not set
78040 +# CONFIG_GEN_RTC is not set
78041 +# CONFIG_R3964 is not set
78042 +# CONFIG_APPLICOM is not set
78043 +# CONFIG_RAW_DRIVER is not set
78044 +# CONFIG_TCG_TPM is not set
78045 +CONFIG_DEVPORT=y
78046 +CONFIG_I2C=y
78047 +CONFIG_I2C_BOARDINFO=y
78048 +CONFIG_I2C_CHARDEV=y
78049 +
78050 +#
78051 +# I2C Algorithms
78052 +#
78053 +# CONFIG_I2C_ALGOBIT is not set
78054 +# CONFIG_I2C_ALGOPCF is not set
78055 +# CONFIG_I2C_ALGOPCA is not set
78056 +
78057 +#
78058 +# I2C Hardware Bus support
78059 +#
78060 +# CONFIG_I2C_ALI1535 is not set
78061 +# CONFIG_I2C_ALI1563 is not set
78062 +# CONFIG_I2C_ALI15X3 is not set
78063 +# CONFIG_I2C_AMD756 is not set
78064 +# CONFIG_I2C_AMD8111 is not set
78065 +# CONFIG_I2C_I801 is not set
78066 +# CONFIG_I2C_I810 is not set
78067 +# CONFIG_I2C_PIIX4 is not set
78068 +CONFIG_I2C_MPC=y
78069 +# CONFIG_I2C_NFORCE2 is not set
78070 +# CONFIG_I2C_OCORES is not set
78071 +# CONFIG_I2C_PARPORT_LIGHT is not set
78072 +# CONFIG_I2C_PROSAVAGE is not set
78073 +# CONFIG_I2C_SAVAGE4 is not set
78074 +# CONFIG_I2C_SIMTEC is not set
78075 +# CONFIG_I2C_SIS5595 is not set
78076 +# CONFIG_I2C_SIS630 is not set
78077 +# CONFIG_I2C_SIS96X is not set
78078 +# CONFIG_I2C_TAOS_EVM is not set
78079 +# CONFIG_I2C_STUB is not set
78080 +# CONFIG_I2C_VIA is not set
78081 +# CONFIG_I2C_VIAPRO is not set
78082 +# CONFIG_I2C_VOODOO3 is not set
78083 +
78084 +#
78085 +# Miscellaneous I2C Chip support
78086 +#
78087 +# CONFIG_DS1682 is not set
78088 +# CONFIG_SENSORS_EEPROM is not set
78089 +# CONFIG_SENSORS_PCF8574 is not set
78090 +# CONFIG_PCF8575 is not set
78091 +# CONFIG_SENSORS_PCF8591 is not set
78092 +# CONFIG_TPS65010 is not set
78093 +# CONFIG_SENSORS_MAX6875 is not set
78094 +# CONFIG_SENSORS_TSL2550 is not set
78095 +# CONFIG_I2C_DEBUG_CORE is not set
78096 +# CONFIG_I2C_DEBUG_ALGO is not set
78097 +# CONFIG_I2C_DEBUG_BUS is not set
78098 +# CONFIG_I2C_DEBUG_CHIP is not set
78099 +
78100 +#
78101 +# SPI support
78102 +#
78103 +# CONFIG_SPI is not set
78104 +# CONFIG_SPI_MASTER is not set
78105 +# CONFIG_W1 is not set
78106 +# CONFIG_POWER_SUPPLY is not set
78107 +CONFIG_HWMON=y
78108 +# CONFIG_HWMON_VID is not set
78109 +# CONFIG_SENSORS_AD7418 is not set
78110 +# CONFIG_SENSORS_ADM1021 is not set
78111 +# CONFIG_SENSORS_ADM1025 is not set
78112 +# CONFIG_SENSORS_ADM1026 is not set
78113 +# CONFIG_SENSORS_ADM1029 is not set
78114 +# CONFIG_SENSORS_ADM1031 is not set
78115 +# CONFIG_SENSORS_ADM9240 is not set
78116 +# CONFIG_SENSORS_ADT7470 is not set
78117 +# CONFIG_SENSORS_ADT7473 is not set
78118 +# CONFIG_SENSORS_ATXP1 is not set
78119 +# CONFIG_SENSORS_DS1621 is not set
78120 +# CONFIG_SENSORS_I5K_AMB is not set
78121 +# CONFIG_SENSORS_F71805F is not set
78122 +# CONFIG_SENSORS_F71882FG is not set
78123 +# CONFIG_SENSORS_F75375S is not set
78124 +# CONFIG_SENSORS_GL518SM is not set
78125 +# CONFIG_SENSORS_GL520SM is not set
78126 +# CONFIG_SENSORS_IT87 is not set
78127 +# CONFIG_SENSORS_LM63 is not set
78128 +# CONFIG_SENSORS_LM75 is not set
78129 +# CONFIG_SENSORS_LM77 is not set
78130 +# CONFIG_SENSORS_LM78 is not set
78131 +# CONFIG_SENSORS_LM80 is not set
78132 +# CONFIG_SENSORS_LM83 is not set
78133 +# CONFIG_SENSORS_LM85 is not set
78134 +# CONFIG_SENSORS_LM87 is not set
78135 +# CONFIG_SENSORS_LM90 is not set
78136 +# CONFIG_SENSORS_LM92 is not set
78137 +# CONFIG_SENSORS_LM93 is not set
78138 +# CONFIG_SENSORS_MAX1619 is not set
78139 +# CONFIG_SENSORS_MAX6650 is not set
78140 +# CONFIG_SENSORS_PC87360 is not set
78141 +# CONFIG_SENSORS_PC87427 is not set
78142 +# CONFIG_SENSORS_SIS5595 is not set
78143 +# CONFIG_SENSORS_DME1737 is not set
78144 +# CONFIG_SENSORS_SMSC47M1 is not set
78145 +# CONFIG_SENSORS_SMSC47M192 is not set
78146 +# CONFIG_SENSORS_SMSC47B397 is not set
78147 +# CONFIG_SENSORS_ADS7828 is not set
78148 +# CONFIG_SENSORS_THMC50 is not set
78149 +# CONFIG_SENSORS_VIA686A is not set
78150 +# CONFIG_SENSORS_VT1211 is not set
78151 +# CONFIG_SENSORS_VT8231 is not set
78152 +# CONFIG_SENSORS_W83781D is not set
78153 +# CONFIG_SENSORS_W83791D is not set
78154 +# CONFIG_SENSORS_W83792D is not set
78155 +# CONFIG_SENSORS_W83793 is not set
78156 +# CONFIG_SENSORS_W83L785TS is not set
78157 +# CONFIG_SENSORS_W83L786NG is not set
78158 +# CONFIG_SENSORS_W83627HF is not set
78159 +# CONFIG_SENSORS_W83627EHF is not set
78160 +# CONFIG_HWMON_DEBUG_CHIP is not set
78161 +# CONFIG_THERMAL is not set
78162 +CONFIG_WATCHDOG=y
78163 +# CONFIG_WATCHDOG_NOWAYOUT is not set
78164 +
78165 +#
78166 +# Watchdog Device Drivers
78167 +#
78168 +CONFIG_SOFT_WATCHDOG=m
78169 +
78170 +#
78171 +# PCI-based Watchdog Cards
78172 +#
78173 +# CONFIG_PCIPCWATCHDOG is not set
78174 +# CONFIG_WDTPCI is not set
78175 +
78176 +#
78177 +# Sonics Silicon Backplane
78178 +#
78179 +CONFIG_SSB_POSSIBLE=y
78180 +# CONFIG_SSB is not set
78181 +
78182 +#
78183 +# Multifunction device drivers
78184 +#
78185 +# CONFIG_MFD_SM501 is not set
78186 +
78187 +#
78188 +# Multimedia devices
78189 +#
78190 +# CONFIG_VIDEO_DEV is not set
78191 +# CONFIG_DVB_CORE is not set
78192 +CONFIG_DAB=y
78193 +
78194 +#
78195 +# Graphics support
78196 +#
78197 +# CONFIG_AGP is not set
78198 +# CONFIG_DRM is not set
78199 +# CONFIG_VGASTATE is not set
78200 +CONFIG_VIDEO_OUTPUT_CONTROL=m
78201 +# CONFIG_FB is not set
78202 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
78203 +
78204 +#
78205 +# Display device support
78206 +#
78207 +# CONFIG_DISPLAY_SUPPORT is not set
78208 +
78209 +#
78210 +# Console display driver support
78211 +#
78212 +CONFIG_VGA_CONSOLE=y
78213 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
78214 +CONFIG_DUMMY_CONSOLE=y
78215 +
78216 +#
78217 +# Sound
78218 +#
78219 +# CONFIG_SOUND is not set
78220 +CONFIG_HID_SUPPORT=y
78221 +CONFIG_HID=y
78222 +# CONFIG_HID_DEBUG is not set
78223 +# CONFIG_HIDRAW is not set
78224 +CONFIG_USB_SUPPORT=y
78225 +CONFIG_USB_ARCH_HAS_HCD=y
78226 +CONFIG_USB_ARCH_HAS_OHCI=y
78227 +CONFIG_USB_ARCH_HAS_EHCI=y
78228 +# CONFIG_USB is not set
78229 +
78230 +#
78231 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
78232 +#
78233 +# CONFIG_USB_GADGET is not set
78234 +# CONFIG_MMC is not set
78235 +# CONFIG_MEMSTICK is not set
78236 +# CONFIG_NEW_LEDS is not set
78237 +# CONFIG_INFINIBAND is not set
78238 +# CONFIG_EDAC is not set
78239 +# CONFIG_RTC_CLASS is not set
78240 +# CONFIG_DMADEVICES is not set
78241 +
78242 +#
78243 +# Userspace I/O
78244 +#
78245 +# CONFIG_UIO is not set
78246 +
78247 +#
78248 +# File systems
78249 +#
78250 +CONFIG_EXT2_FS=y
78251 +CONFIG_EXT2_FS_XATTR=y
78252 +CONFIG_EXT2_FS_POSIX_ACL=y
78253 +# CONFIG_EXT2_FS_SECURITY is not set
78254 +# CONFIG_EXT2_FS_XIP is not set
78255 +CONFIG_EXT3_FS=y
78256 +CONFIG_EXT3_FS_XATTR=y
78257 +CONFIG_EXT3_FS_POSIX_ACL=y
78258 +# CONFIG_EXT3_FS_SECURITY is not set
78259 +# CONFIG_EXT4DEV_FS is not set
78260 +CONFIG_JBD=y
78261 +# CONFIG_JBD_DEBUG is not set
78262 +CONFIG_FS_MBCACHE=y
78263 +CONFIG_REISERFS_FS=m
78264 +# CONFIG_REISERFS_CHECK is not set
78265 +# CONFIG_REISERFS_PROC_INFO is not set
78266 +CONFIG_REISERFS_FS_XATTR=y
78267 +CONFIG_REISERFS_FS_POSIX_ACL=y
78268 +# CONFIG_REISERFS_FS_SECURITY is not set
78269 +# CONFIG_JFS_FS is not set
78270 +CONFIG_FS_POSIX_ACL=y
78271 +# CONFIG_XFS_FS is not set
78272 +# CONFIG_GFS2_FS is not set
78273 +CONFIG_OCFS2_FS=m
78274 +CONFIG_OCFS2_DEBUG_MASKLOG=y
78275 +# CONFIG_OCFS2_DEBUG_FS is not set
78276 +CONFIG_DNOTIFY=y
78277 +CONFIG_INOTIFY=y
78278 +CONFIG_INOTIFY_USER=y
78279 +# CONFIG_QUOTA is not set
78280 +CONFIG_AUTOFS_FS=m
78281 +CONFIG_AUTOFS4_FS=m
78282 +# CONFIG_FUSE_FS is not set
78283 +
78284 +#
78285 +# CD-ROM/DVD Filesystems
78286 +#
78287 +# CONFIG_ISO9660_FS is not set
78288 +# CONFIG_UDF_FS is not set
78289 +
78290 +#
78291 +# DOS/FAT/NT Filesystems
78292 +#
78293 +# CONFIG_MSDOS_FS is not set
78294 +# CONFIG_VFAT_FS is not set
78295 +# CONFIG_NTFS_FS is not set
78296 +
78297 +#
78298 +# Pseudo filesystems
78299 +#
78300 +CONFIG_PROC_FS=y
78301 +CONFIG_PROC_KCORE=y
78302 +CONFIG_PROC_SYSCTL=y
78303 +CONFIG_SYSFS=y
78304 +CONFIG_TMPFS=y
78305 +# CONFIG_TMPFS_POSIX_ACL is not set
78306 +# CONFIG_HUGETLB_PAGE is not set
78307 +CONFIG_CONFIGFS_FS=m
78308 +
78309 +#
78310 +# Miscellaneous filesystems
78311 +#
78312 +# CONFIG_ADFS_FS is not set
78313 +# CONFIG_AFFS_FS is not set
78314 +# CONFIG_HFS_FS is not set
78315 +# CONFIG_HFSPLUS_FS is not set
78316 +# CONFIG_BEFS_FS is not set
78317 +# CONFIG_BFS_FS is not set
78318 +# CONFIG_EFS_FS is not set
78319 +# CONFIG_JFFS2_FS is not set
78320 +# CONFIG_CRAMFS is not set
78321 +# CONFIG_VXFS_FS is not set
78322 +CONFIG_MINIX_FS=m
78323 +# CONFIG_HPFS_FS is not set
78324 +# CONFIG_QNX4FS_FS is not set
78325 +CONFIG_ROMFS_FS=m
78326 +# CONFIG_SYSV_FS is not set
78327 +# CONFIG_UFS_FS is not set
78328 +CONFIG_NETWORK_FILESYSTEMS=y
78329 +CONFIG_NFS_FS=y
78330 +CONFIG_NFS_V3=y
78331 +# CONFIG_NFS_V3_ACL is not set
78332 +CONFIG_NFS_V4=y
78333 +CONFIG_NFS_DIRECTIO=y
78334 +# CONFIG_NFSD is not set
78335 +CONFIG_ROOT_NFS=y
78336 +CONFIG_LOCKD=y
78337 +CONFIG_LOCKD_V4=y
78338 +CONFIG_NFS_COMMON=y
78339 +CONFIG_SUNRPC=y
78340 +CONFIG_SUNRPC_GSS=y
78341 +# CONFIG_SUNRPC_BIND34 is not set
78342 +CONFIG_RPCSEC_GSS_KRB5=y
78343 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
78344 +CONFIG_SMB_FS=m
78345 +CONFIG_SMB_NLS_DEFAULT=y
78346 +CONFIG_SMB_NLS_REMOTE="cp437"
78347 +CONFIG_CIFS=m
78348 +# CONFIG_CIFS_STATS is not set
78349 +# CONFIG_CIFS_WEAK_PW_HASH is not set
78350 +CONFIG_CIFS_XATTR=y
78351 +CONFIG_CIFS_POSIX=y
78352 +# CONFIG_CIFS_DEBUG2 is not set
78353 +# CONFIG_CIFS_EXPERIMENTAL is not set
78354 +# CONFIG_NCP_FS is not set
78355 +# CONFIG_CODA_FS is not set
78356 +# CONFIG_AFS_FS is not set
78357 +
78358 +#
78359 +# Partition Types
78360 +#
78361 +# CONFIG_PARTITION_ADVANCED is not set
78362 +CONFIG_MSDOS_PARTITION=y
78363 +CONFIG_NLS=m
78364 +CONFIG_NLS_DEFAULT="iso8859-1"
78365 +CONFIG_NLS_CODEPAGE_437=m
78366 +CONFIG_NLS_CODEPAGE_737=m
78367 +CONFIG_NLS_CODEPAGE_775=m
78368 +CONFIG_NLS_CODEPAGE_850=m
78369 +CONFIG_NLS_CODEPAGE_852=m
78370 +CONFIG_NLS_CODEPAGE_855=m
78371 +CONFIG_NLS_CODEPAGE_857=m
78372 +CONFIG_NLS_CODEPAGE_860=m
78373 +CONFIG_NLS_CODEPAGE_861=m
78374 +CONFIG_NLS_CODEPAGE_862=m
78375 +CONFIG_NLS_CODEPAGE_863=m
78376 +CONFIG_NLS_CODEPAGE_864=m
78377 +CONFIG_NLS_CODEPAGE_865=m
78378 +CONFIG_NLS_CODEPAGE_866=m
78379 +CONFIG_NLS_CODEPAGE_869=m
78380 +CONFIG_NLS_CODEPAGE_936=m
78381 +CONFIG_NLS_CODEPAGE_950=m
78382 +CONFIG_NLS_CODEPAGE_932=m
78383 +CONFIG_NLS_CODEPAGE_949=m
78384 +CONFIG_NLS_CODEPAGE_874=m
78385 +CONFIG_NLS_ISO8859_8=m
78386 +CONFIG_NLS_CODEPAGE_1250=m
78387 +CONFIG_NLS_CODEPAGE_1251=m
78388 +CONFIG_NLS_ASCII=m
78389 +CONFIG_NLS_ISO8859_1=m
78390 +CONFIG_NLS_ISO8859_2=m
78391 +CONFIG_NLS_ISO8859_3=m
78392 +CONFIG_NLS_ISO8859_4=m
78393 +CONFIG_NLS_ISO8859_5=m
78394 +CONFIG_NLS_ISO8859_6=m
78395 +CONFIG_NLS_ISO8859_7=m
78396 +CONFIG_NLS_ISO8859_9=m
78397 +CONFIG_NLS_ISO8859_13=m
78398 +CONFIG_NLS_ISO8859_14=m
78399 +CONFIG_NLS_ISO8859_15=m
78400 +CONFIG_NLS_KOI8_R=m
78401 +CONFIG_NLS_KOI8_U=m
78402 +CONFIG_NLS_UTF8=m
78403 +# CONFIG_DLM is not set
78404 +
78405 +#
78406 +# Library routines
78407 +#
78408 +CONFIG_BITREVERSE=y
78409 +CONFIG_CRC_CCITT=m
78410 +# CONFIG_CRC16 is not set
78411 +# CONFIG_CRC_ITU_T is not set
78412 +CONFIG_CRC32=y
78413 +# CONFIG_CRC7 is not set
78414 +CONFIG_LIBCRC32C=m
78415 +CONFIG_ZLIB_INFLATE=m
78416 +CONFIG_ZLIB_DEFLATE=m
78417 +CONFIG_PLIST=y
78418 +CONFIG_HAS_IOMEM=y
78419 +CONFIG_HAS_IOPORT=y
78420 +CONFIG_HAS_DMA=y
78421 +CONFIG_HAVE_LMB=y
78422 +
78423 +#
78424 +# Kernel hacking
78425 +#
78426 +# CONFIG_PRINTK_TIME is not set
78427 +CONFIG_ENABLE_WARN_DEPRECATED=y
78428 +CONFIG_ENABLE_MUST_CHECK=y
78429 +CONFIG_MAGIC_SYSRQ=y
78430 +# CONFIG_UNUSED_SYMBOLS is not set
78431 +CONFIG_DEBUG_FS=y
78432 +# CONFIG_HEADERS_CHECK is not set
78433 +CONFIG_DEBUG_KERNEL=y
78434 +# CONFIG_DEBUG_SHIRQ is not set
78435 +CONFIG_DETECT_SOFTLOCKUP=y
78436 +CONFIG_SCHED_DEBUG=y
78437 +# CONFIG_SCHEDSTATS is not set
78438 +# CONFIG_TIMER_STATS is not set
78439 +# CONFIG_DEBUG_SLAB is not set
78440 +# CONFIG_DEBUG_RT_MUTEXES is not set
78441 +# CONFIG_RT_MUTEX_TESTER is not set
78442 +# CONFIG_DEBUG_SPINLOCK is not set
78443 +# CONFIG_DEBUG_MUTEXES is not set
78444 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
78445 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
78446 +# CONFIG_DEBUG_KOBJECT is not set
78447 +# CONFIG_DEBUG_BUGVERBOSE is not set
78448 +CONFIG_DEBUG_INFO=y
78449 +# CONFIG_DEBUG_VM is not set
78450 +# CONFIG_DEBUG_LIST is not set
78451 +# CONFIG_DEBUG_SG is not set
78452 +# CONFIG_BOOT_PRINTK_DELAY is not set
78453 +# CONFIG_RCU_TORTURE_TEST is not set
78454 +# CONFIG_BACKTRACE_SELF_TEST is not set
78455 +# CONFIG_FAULT_INJECTION is not set
78456 +# CONFIG_SAMPLES is not set
78457 +# CONFIG_DEBUG_STACKOVERFLOW is not set
78458 +# CONFIG_DEBUG_STACK_USAGE is not set
78459 +# CONFIG_DEBUG_PAGEALLOC is not set
78460 +CONFIG_DEBUGGER=y
78461 +# CONFIG_XMON is not set
78462 +# CONFIG_VIRQ_DEBUG is not set
78463 +# CONFIG_BDI_SWITCH is not set
78464 +# CONFIG_PPC_EARLY_DEBUG is not set
78465 +
78466 +#
78467 +# Security options
78468 +#
78469 +# CONFIG_KEYS is not set
78470 +CONFIG_SECURITY=y
78471 +CONFIG_SECURITY_NETWORK=y
78472 +# CONFIG_SECURITY_NETWORK_XFRM is not set
78473 +CONFIG_SECURITY_CAPABILITIES=y
78474 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
78475 +CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
78476 +CONFIG_CRYPTO=y
78477 +CONFIG_CRYPTO_ALGAPI=y
78478 +CONFIG_CRYPTO_AEAD=m
78479 +CONFIG_CRYPTO_BLKCIPHER=y
78480 +# CONFIG_CRYPTO_SEQIV is not set
78481 +CONFIG_CRYPTO_HASH=y
78482 +CONFIG_CRYPTO_MANAGER=y
78483 +CONFIG_CRYPTO_HMAC=y
78484 +# CONFIG_CRYPTO_XCBC is not set
78485 +CONFIG_CRYPTO_NULL=m
78486 +CONFIG_CRYPTO_MD4=m
78487 +CONFIG_CRYPTO_MD5=y
78488 +CONFIG_CRYPTO_SHA1=m
78489 +CONFIG_CRYPTO_SHA256=m
78490 +CONFIG_CRYPTO_SHA512=m
78491 +CONFIG_CRYPTO_WP512=m
78492 +# CONFIG_CRYPTO_TGR192 is not set
78493 +# CONFIG_CRYPTO_GF128MUL is not set
78494 +CONFIG_CRYPTO_ECB=m
78495 +CONFIG_CRYPTO_CBC=y
78496 +CONFIG_CRYPTO_PCBC=m
78497 +# CONFIG_CRYPTO_LRW is not set
78498 +# CONFIG_CRYPTO_XTS is not set
78499 +# CONFIG_CRYPTO_CTR is not set
78500 +# CONFIG_CRYPTO_GCM is not set
78501 +# CONFIG_CRYPTO_CCM is not set
78502 +# CONFIG_CRYPTO_CRYPTD is not set
78503 +CONFIG_CRYPTO_DES=y
78504 +# CONFIG_CRYPTO_FCRYPT is not set
78505 +CONFIG_CRYPTO_BLOWFISH=m
78506 +CONFIG_CRYPTO_TWOFISH=m
78507 +CONFIG_CRYPTO_TWOFISH_COMMON=m
78508 +CONFIG_CRYPTO_SERPENT=m
78509 +CONFIG_CRYPTO_AES=m
78510 +CONFIG_CRYPTO_CAST5=m
78511 +CONFIG_CRYPTO_CAST6=m
78512 +CONFIG_CRYPTO_TEA=m
78513 +CONFIG_CRYPTO_ARC4=m
78514 +CONFIG_CRYPTO_KHAZAD=m
78515 +CONFIG_CRYPTO_ANUBIS=m
78516 +# CONFIG_CRYPTO_SEED is not set
78517 +# CONFIG_CRYPTO_SALSA20 is not set
78518 +CONFIG_CRYPTO_DEFLATE=m
78519 +CONFIG_CRYPTO_MICHAEL_MIC=m
78520 +CONFIG_CRYPTO_CRC32C=m
78521 +# CONFIG_CRYPTO_CAMELLIA is not set
78522 +CONFIG_CRYPTO_TEST=m
78523 +CONFIG_CRYPTO_AUTHENC=m
78524 +# CONFIG_CRYPTO_LZO is not set
78525 +CONFIG_CRYPTO_HW=y
78526 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
78527 +# CONFIG_PPC_CLOCK is not set
78528 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/sequoia_defconfig powerpc.git/arch/powerpc/configs/sequoia_defconfig
78529 --- linux-2.6.25-rc9/arch/powerpc/configs/sequoia_defconfig 2008-04-11 22:32:29.000000000 +0200
78530 +++ powerpc.git/arch/powerpc/configs/sequoia_defconfig 1970-01-01 01:00:00.000000000 +0100
78531 @@ -1,916 +0,0 @@
78532 -#
78533 -# Automatically generated make config: don't edit
78534 -# Linux kernel version: 2.6.25-rc2
78535 -# Fri Feb 15 21:53:46 2008
78536 -#
78537 -# CONFIG_PPC64 is not set
78538 -
78539 -#
78540 -# Processor support
78541 -#
78542 -# CONFIG_6xx is not set
78543 -# CONFIG_PPC_85xx is not set
78544 -# CONFIG_PPC_8xx is not set
78545 -# CONFIG_40x is not set
78546 -CONFIG_44x=y
78547 -# CONFIG_E200 is not set
78548 -CONFIG_PPC_FPU=y
78549 -CONFIG_4xx=y
78550 -CONFIG_BOOKE=y
78551 -CONFIG_PTE_64BIT=y
78552 -CONFIG_PHYS_64BIT=y
78553 -# CONFIG_PPC_MM_SLICES is not set
78554 -CONFIG_NOT_COHERENT_CACHE=y
78555 -CONFIG_PPC32=y
78556 -CONFIG_WORD_SIZE=32
78557 -CONFIG_PPC_MERGE=y
78558 -CONFIG_MMU=y
78559 -CONFIG_GENERIC_CMOS_UPDATE=y
78560 -CONFIG_GENERIC_TIME=y
78561 -CONFIG_GENERIC_TIME_VSYSCALL=y
78562 -CONFIG_GENERIC_CLOCKEVENTS=y
78563 -CONFIG_GENERIC_HARDIRQS=y
78564 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
78565 -CONFIG_IRQ_PER_CPU=y
78566 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
78567 -CONFIG_ARCH_HAS_ILOG2_U32=y
78568 -CONFIG_GENERIC_HWEIGHT=y
78569 -CONFIG_GENERIC_CALIBRATE_DELAY=y
78570 -CONFIG_GENERIC_FIND_NEXT_BIT=y
78571 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
78572 -CONFIG_PPC=y
78573 -CONFIG_EARLY_PRINTK=y
78574 -CONFIG_GENERIC_NVRAM=y
78575 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
78576 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
78577 -CONFIG_PPC_OF=y
78578 -CONFIG_OF=y
78579 -CONFIG_PPC_UDBG_16550=y
78580 -# CONFIG_GENERIC_TBSYNC is not set
78581 -CONFIG_AUDIT_ARCH=y
78582 -CONFIG_GENERIC_BUG=y
78583 -# CONFIG_DEFAULT_UIMAGE is not set
78584 -CONFIG_PPC_DCR_NATIVE=y
78585 -# CONFIG_PPC_DCR_MMIO is not set
78586 -CONFIG_PPC_DCR=y
78587 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
78588 -
78589 -#
78590 -# General setup
78591 -#
78592 -CONFIG_EXPERIMENTAL=y
78593 -CONFIG_BROKEN_ON_SMP=y
78594 -CONFIG_INIT_ENV_ARG_LIMIT=32
78595 -CONFIG_LOCALVERSION=""
78596 -CONFIG_LOCALVERSION_AUTO=y
78597 -CONFIG_SWAP=y
78598 -CONFIG_SYSVIPC=y
78599 -CONFIG_SYSVIPC_SYSCTL=y
78600 -CONFIG_POSIX_MQUEUE=y
78601 -# CONFIG_BSD_PROCESS_ACCT is not set
78602 -# CONFIG_TASKSTATS is not set
78603 -# CONFIG_AUDIT is not set
78604 -# CONFIG_IKCONFIG is not set
78605 -CONFIG_LOG_BUF_SHIFT=14
78606 -# CONFIG_CGROUPS is not set
78607 -CONFIG_GROUP_SCHED=y
78608 -# CONFIG_FAIR_GROUP_SCHED is not set
78609 -# CONFIG_RT_GROUP_SCHED is not set
78610 -CONFIG_USER_SCHED=y
78611 -# CONFIG_CGROUP_SCHED is not set
78612 -CONFIG_SYSFS_DEPRECATED=y
78613 -# CONFIG_RELAY is not set
78614 -# CONFIG_NAMESPACES is not set
78615 -CONFIG_BLK_DEV_INITRD=y
78616 -CONFIG_INITRAMFS_SOURCE=""
78617 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
78618 -CONFIG_SYSCTL=y
78619 -CONFIG_EMBEDDED=y
78620 -CONFIG_SYSCTL_SYSCALL=y
78621 -CONFIG_KALLSYMS=y
78622 -# CONFIG_KALLSYMS_ALL is not set
78623 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
78624 -CONFIG_HOTPLUG=y
78625 -CONFIG_PRINTK=y
78626 -CONFIG_BUG=y
78627 -CONFIG_ELF_CORE=y
78628 -CONFIG_COMPAT_BRK=y
78629 -CONFIG_BASE_FULL=y
78630 -CONFIG_FUTEX=y
78631 -CONFIG_ANON_INODES=y
78632 -CONFIG_EPOLL=y
78633 -CONFIG_SIGNALFD=y
78634 -CONFIG_TIMERFD=y
78635 -CONFIG_EVENTFD=y
78636 -CONFIG_SHMEM=y
78637 -CONFIG_VM_EVENT_COUNTERS=y
78638 -CONFIG_SLUB_DEBUG=y
78639 -# CONFIG_SLAB is not set
78640 -CONFIG_SLUB=y
78641 -# CONFIG_SLOB is not set
78642 -# CONFIG_PROFILING is not set
78643 -# CONFIG_MARKERS is not set
78644 -CONFIG_HAVE_OPROFILE=y
78645 -# CONFIG_KPROBES is not set
78646 -CONFIG_HAVE_KPROBES=y
78647 -CONFIG_PROC_PAGE_MONITOR=y
78648 -CONFIG_SLABINFO=y
78649 -CONFIG_RT_MUTEXES=y
78650 -# CONFIG_TINY_SHMEM is not set
78651 -CONFIG_BASE_SMALL=0
78652 -CONFIG_MODULES=y
78653 -CONFIG_MODULE_UNLOAD=y
78654 -# CONFIG_MODULE_FORCE_UNLOAD is not set
78655 -# CONFIG_MODVERSIONS is not set
78656 -# CONFIG_MODULE_SRCVERSION_ALL is not set
78657 -CONFIG_KMOD=y
78658 -CONFIG_BLOCK=y
78659 -CONFIG_LBD=y
78660 -# CONFIG_BLK_DEV_IO_TRACE is not set
78661 -# CONFIG_LSF is not set
78662 -# CONFIG_BLK_DEV_BSG is not set
78663 -
78664 -#
78665 -# IO Schedulers
78666 -#
78667 -CONFIG_IOSCHED_NOOP=y
78668 -CONFIG_IOSCHED_AS=y
78669 -CONFIG_IOSCHED_DEADLINE=y
78670 -CONFIG_IOSCHED_CFQ=y
78671 -CONFIG_DEFAULT_AS=y
78672 -# CONFIG_DEFAULT_DEADLINE is not set
78673 -# CONFIG_DEFAULT_CFQ is not set
78674 -# CONFIG_DEFAULT_NOOP is not set
78675 -CONFIG_DEFAULT_IOSCHED="anticipatory"
78676 -CONFIG_CLASSIC_RCU=y
78677 -# CONFIG_PREEMPT_RCU is not set
78678 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
78679 -
78680 -#
78681 -# Platform support
78682 -#
78683 -# CONFIG_PPC_MPC512x is not set
78684 -# CONFIG_PPC_MPC5121 is not set
78685 -# CONFIG_PPC_CELL is not set
78686 -# CONFIG_PPC_CELL_NATIVE is not set
78687 -# CONFIG_PQ2ADS is not set
78688 -# CONFIG_BAMBOO is not set
78689 -# CONFIG_EBONY is not set
78690 -CONFIG_SEQUOIA=y
78691 -# CONFIG_TAISHAN is not set
78692 -# CONFIG_KATMAI is not set
78693 -# CONFIG_RAINIER is not set
78694 -# CONFIG_WARP is not set
78695 -CONFIG_440EPX=y
78696 -# CONFIG_IPIC is not set
78697 -# CONFIG_MPIC is not set
78698 -# CONFIG_MPIC_WEIRD is not set
78699 -# CONFIG_PPC_I8259 is not set
78700 -# CONFIG_PPC_RTAS is not set
78701 -# CONFIG_MMIO_NVRAM is not set
78702 -# CONFIG_PPC_MPC106 is not set
78703 -# CONFIG_PPC_970_NAP is not set
78704 -# CONFIG_PPC_INDIRECT_IO is not set
78705 -# CONFIG_GENERIC_IOMAP is not set
78706 -# CONFIG_CPU_FREQ is not set
78707 -# CONFIG_FSL_ULI1575 is not set
78708 -
78709 -#
78710 -# Kernel options
78711 -#
78712 -# CONFIG_HIGHMEM is not set
78713 -CONFIG_TICK_ONESHOT=y
78714 -CONFIG_NO_HZ=y
78715 -CONFIG_HIGH_RES_TIMERS=y
78716 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
78717 -# CONFIG_HZ_100 is not set
78718 -CONFIG_HZ_250=y
78719 -# CONFIG_HZ_300 is not set
78720 -# CONFIG_HZ_1000 is not set
78721 -CONFIG_HZ=250
78722 -# CONFIG_SCHED_HRTICK is not set
78723 -CONFIG_PREEMPT_NONE=y
78724 -# CONFIG_PREEMPT_VOLUNTARY is not set
78725 -# CONFIG_PREEMPT is not set
78726 -CONFIG_RCU_TRACE=y
78727 -CONFIG_BINFMT_ELF=y
78728 -# CONFIG_BINFMT_MISC is not set
78729 -# CONFIG_MATH_EMULATION is not set
78730 -# CONFIG_IOMMU_HELPER is not set
78731 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
78732 -CONFIG_ARCH_HAS_WALK_MEMORY=y
78733 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
78734 -CONFIG_ARCH_FLATMEM_ENABLE=y
78735 -CONFIG_ARCH_POPULATES_NODE_MAP=y
78736 -CONFIG_SELECT_MEMORY_MODEL=y
78737 -CONFIG_FLATMEM_MANUAL=y
78738 -# CONFIG_DISCONTIGMEM_MANUAL is not set
78739 -# CONFIG_SPARSEMEM_MANUAL is not set
78740 -CONFIG_FLATMEM=y
78741 -CONFIG_FLAT_NODE_MEM_MAP=y
78742 -# CONFIG_SPARSEMEM_STATIC is not set
78743 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
78744 -CONFIG_SPLIT_PTLOCK_CPUS=4
78745 -CONFIG_RESOURCES_64BIT=y
78746 -CONFIG_ZONE_DMA_FLAG=1
78747 -CONFIG_BOUNCE=y
78748 -CONFIG_VIRT_TO_BUS=y
78749 -CONFIG_PROC_DEVICETREE=y
78750 -CONFIG_CMDLINE_BOOL=y
78751 -CONFIG_CMDLINE=""
78752 -CONFIG_SECCOMP=y
78753 -CONFIG_ISA_DMA_API=y
78754 -
78755 -#
78756 -# Bus options
78757 -#
78758 -CONFIG_ZONE_DMA=y
78759 -CONFIG_PPC_INDIRECT_PCI=y
78760 -CONFIG_PCI=y
78761 -CONFIG_PCI_DOMAINS=y
78762 -CONFIG_PCI_SYSCALL=y
78763 -# CONFIG_PCIEPORTBUS is not set
78764 -CONFIG_ARCH_SUPPORTS_MSI=y
78765 -# CONFIG_PCI_MSI is not set
78766 -CONFIG_PCI_LEGACY=y
78767 -# CONFIG_PCI_DEBUG is not set
78768 -# CONFIG_PCCARD is not set
78769 -# CONFIG_HOTPLUG_PCI is not set
78770 -
78771 -#
78772 -# Advanced setup
78773 -#
78774 -# CONFIG_ADVANCED_OPTIONS is not set
78775 -
78776 -#
78777 -# Default settings for advanced configuration options are used
78778 -#
78779 -CONFIG_HIGHMEM_START=0xfe000000
78780 -CONFIG_LOWMEM_SIZE=0x30000000
78781 -CONFIG_KERNEL_START=0xc0000000
78782 -CONFIG_TASK_SIZE=0xc0000000
78783 -CONFIG_CONSISTENT_START=0xff100000
78784 -CONFIG_CONSISTENT_SIZE=0x00200000
78785 -CONFIG_BOOT_LOAD=0x01000000
78786 -
78787 -#
78788 -# Networking
78789 -#
78790 -CONFIG_NET=y
78791 -
78792 -#
78793 -# Networking options
78794 -#
78795 -CONFIG_PACKET=y
78796 -# CONFIG_PACKET_MMAP is not set
78797 -CONFIG_UNIX=y
78798 -# CONFIG_NET_KEY is not set
78799 -CONFIG_INET=y
78800 -# CONFIG_IP_MULTICAST is not set
78801 -# CONFIG_IP_ADVANCED_ROUTER is not set
78802 -CONFIG_IP_FIB_HASH=y
78803 -CONFIG_IP_PNP=y
78804 -CONFIG_IP_PNP_DHCP=y
78805 -CONFIG_IP_PNP_BOOTP=y
78806 -# CONFIG_IP_PNP_RARP is not set
78807 -# CONFIG_NET_IPIP is not set
78808 -# CONFIG_NET_IPGRE is not set
78809 -# CONFIG_ARPD is not set
78810 -# CONFIG_SYN_COOKIES is not set
78811 -# CONFIG_INET_AH is not set
78812 -# CONFIG_INET_ESP is not set
78813 -# CONFIG_INET_IPCOMP is not set
78814 -# CONFIG_INET_XFRM_TUNNEL is not set
78815 -# CONFIG_INET_TUNNEL is not set
78816 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
78817 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
78818 -# CONFIG_INET_XFRM_MODE_BEET is not set
78819 -# CONFIG_INET_LRO is not set
78820 -CONFIG_INET_DIAG=y
78821 -CONFIG_INET_TCP_DIAG=y
78822 -# CONFIG_TCP_CONG_ADVANCED is not set
78823 -CONFIG_TCP_CONG_CUBIC=y
78824 -CONFIG_DEFAULT_TCP_CONG="cubic"
78825 -# CONFIG_TCP_MD5SIG is not set
78826 -# CONFIG_IPV6 is not set
78827 -# CONFIG_INET6_XFRM_TUNNEL is not set
78828 -# CONFIG_INET6_TUNNEL is not set
78829 -# CONFIG_NETWORK_SECMARK is not set
78830 -# CONFIG_NETFILTER is not set
78831 -# CONFIG_IP_DCCP is not set
78832 -# CONFIG_IP_SCTP is not set
78833 -# CONFIG_TIPC is not set
78834 -# CONFIG_ATM is not set
78835 -# CONFIG_BRIDGE is not set
78836 -# CONFIG_VLAN_8021Q is not set
78837 -# CONFIG_DECNET is not set
78838 -# CONFIG_LLC2 is not set
78839 -# CONFIG_IPX is not set
78840 -# CONFIG_ATALK is not set
78841 -# CONFIG_X25 is not set
78842 -# CONFIG_LAPB is not set
78843 -# CONFIG_ECONET is not set
78844 -# CONFIG_WAN_ROUTER is not set
78845 -# CONFIG_NET_SCHED is not set
78846 -
78847 -#
78848 -# Network testing
78849 -#
78850 -# CONFIG_NET_PKTGEN is not set
78851 -# CONFIG_HAMRADIO is not set
78852 -# CONFIG_CAN is not set
78853 -# CONFIG_IRDA is not set
78854 -# CONFIG_BT is not set
78855 -# CONFIG_AF_RXRPC is not set
78856 -
78857 -#
78858 -# Wireless
78859 -#
78860 -# CONFIG_CFG80211 is not set
78861 -# CONFIG_WIRELESS_EXT is not set
78862 -# CONFIG_MAC80211 is not set
78863 -# CONFIG_IEEE80211 is not set
78864 -# CONFIG_RFKILL is not set
78865 -# CONFIG_NET_9P is not set
78866 -
78867 -#
78868 -# Device Drivers
78869 -#
78870 -
78871 -#
78872 -# Generic Driver Options
78873 -#
78874 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
78875 -CONFIG_STANDALONE=y
78876 -CONFIG_PREVENT_FIRMWARE_BUILD=y
78877 -CONFIG_FW_LOADER=y
78878 -# CONFIG_DEBUG_DRIVER is not set
78879 -# CONFIG_DEBUG_DEVRES is not set
78880 -# CONFIG_SYS_HYPERVISOR is not set
78881 -CONFIG_CONNECTOR=y
78882 -CONFIG_PROC_EVENTS=y
78883 -CONFIG_MTD=y
78884 -# CONFIG_MTD_DEBUG is not set
78885 -# CONFIG_MTD_CONCAT is not set
78886 -CONFIG_MTD_PARTITIONS=y
78887 -# CONFIG_MTD_REDBOOT_PARTS is not set
78888 -CONFIG_MTD_CMDLINE_PARTS=y
78889 -CONFIG_MTD_OF_PARTS=y
78890 -
78891 -#
78892 -# User Modules And Translation Layers
78893 -#
78894 -CONFIG_MTD_CHAR=y
78895 -# CONFIG_MTD_BLKDEVS is not set
78896 -# CONFIG_MTD_BLOCK is not set
78897 -# CONFIG_MTD_BLOCK_RO is not set
78898 -# CONFIG_FTL is not set
78899 -# CONFIG_NFTL is not set
78900 -# CONFIG_INFTL is not set
78901 -# CONFIG_RFD_FTL is not set
78902 -# CONFIG_SSFDC is not set
78903 -# CONFIG_MTD_OOPS is not set
78904 -
78905 -#
78906 -# RAM/ROM/Flash chip drivers
78907 -#
78908 -CONFIG_MTD_CFI=y
78909 -CONFIG_MTD_JEDECPROBE=y
78910 -CONFIG_MTD_GEN_PROBE=y
78911 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
78912 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
78913 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
78914 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
78915 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
78916 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
78917 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
78918 -CONFIG_MTD_CFI_I1=y
78919 -CONFIG_MTD_CFI_I2=y
78920 -# CONFIG_MTD_CFI_I4 is not set
78921 -# CONFIG_MTD_CFI_I8 is not set
78922 -CONFIG_MTD_CFI_INTELEXT=y
78923 -CONFIG_MTD_CFI_AMDSTD=y
78924 -# CONFIG_MTD_CFI_STAA is not set
78925 -CONFIG_MTD_CFI_UTIL=y
78926 -# CONFIG_MTD_RAM is not set
78927 -# CONFIG_MTD_ROM is not set
78928 -# CONFIG_MTD_ABSENT is not set
78929 -
78930 -#
78931 -# Mapping drivers for chip access
78932 -#
78933 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
78934 -# CONFIG_MTD_PHYSMAP is not set
78935 -CONFIG_MTD_PHYSMAP_OF=y
78936 -# CONFIG_MTD_INTEL_VR_NOR is not set
78937 -# CONFIG_MTD_PLATRAM is not set
78938 -
78939 -#
78940 -# Self-contained MTD device drivers
78941 -#
78942 -# CONFIG_MTD_PMC551 is not set
78943 -# CONFIG_MTD_SLRAM is not set
78944 -# CONFIG_MTD_PHRAM is not set
78945 -# CONFIG_MTD_MTDRAM is not set
78946 -# CONFIG_MTD_BLOCK2MTD is not set
78947 -
78948 -#
78949 -# Disk-On-Chip Device Drivers
78950 -#
78951 -# CONFIG_MTD_DOC2000 is not set
78952 -# CONFIG_MTD_DOC2001 is not set
78953 -# CONFIG_MTD_DOC2001PLUS is not set
78954 -# CONFIG_MTD_NAND is not set
78955 -# CONFIG_MTD_ONENAND is not set
78956 -
78957 -#
78958 -# UBI - Unsorted block images
78959 -#
78960 -# CONFIG_MTD_UBI is not set
78961 -CONFIG_OF_DEVICE=y
78962 -# CONFIG_PARPORT is not set
78963 -CONFIG_BLK_DEV=y
78964 -# CONFIG_BLK_DEV_FD is not set
78965 -# CONFIG_BLK_CPQ_DA is not set
78966 -# CONFIG_BLK_CPQ_CISS_DA is not set
78967 -# CONFIG_BLK_DEV_DAC960 is not set
78968 -# CONFIG_BLK_DEV_UMEM is not set
78969 -# CONFIG_BLK_DEV_COW_COMMON is not set
78970 -# CONFIG_BLK_DEV_LOOP is not set
78971 -# CONFIG_BLK_DEV_NBD is not set
78972 -# CONFIG_BLK_DEV_SX8 is not set
78973 -CONFIG_BLK_DEV_RAM=y
78974 -CONFIG_BLK_DEV_RAM_COUNT=16
78975 -CONFIG_BLK_DEV_RAM_SIZE=35000
78976 -# CONFIG_BLK_DEV_XIP is not set
78977 -# CONFIG_CDROM_PKTCDVD is not set
78978 -# CONFIG_ATA_OVER_ETH is not set
78979 -# CONFIG_XILINX_SYSACE is not set
78980 -CONFIG_MISC_DEVICES=y
78981 -# CONFIG_PHANTOM is not set
78982 -# CONFIG_EEPROM_93CX6 is not set
78983 -# CONFIG_SGI_IOC4 is not set
78984 -# CONFIG_TIFM_CORE is not set
78985 -# CONFIG_ENCLOSURE_SERVICES is not set
78986 -CONFIG_HAVE_IDE=y
78987 -# CONFIG_IDE is not set
78988 -
78989 -#
78990 -# SCSI device support
78991 -#
78992 -# CONFIG_RAID_ATTRS is not set
78993 -# CONFIG_SCSI is not set
78994 -# CONFIG_SCSI_DMA is not set
78995 -# CONFIG_SCSI_NETLINK is not set
78996 -# CONFIG_ATA is not set
78997 -# CONFIG_MD is not set
78998 -# CONFIG_FUSION is not set
78999 -
79000 -#
79001 -# IEEE 1394 (FireWire) support
79002 -#
79003 -# CONFIG_FIREWIRE is not set
79004 -# CONFIG_IEEE1394 is not set
79005 -# CONFIG_I2O is not set
79006 -# CONFIG_MACINTOSH_DRIVERS is not set
79007 -CONFIG_NETDEVICES=y
79008 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
79009 -# CONFIG_DUMMY is not set
79010 -# CONFIG_BONDING is not set
79011 -# CONFIG_MACVLAN is not set
79012 -# CONFIG_EQUALIZER is not set
79013 -# CONFIG_TUN is not set
79014 -# CONFIG_VETH is not set
79015 -# CONFIG_ARCNET is not set
79016 -# CONFIG_PHYLIB is not set
79017 -CONFIG_NET_ETHERNET=y
79018 -# CONFIG_MII is not set
79019 -# CONFIG_HAPPYMEAL is not set
79020 -# CONFIG_SUNGEM is not set
79021 -# CONFIG_CASSINI is not set
79022 -# CONFIG_NET_VENDOR_3COM is not set
79023 -# CONFIG_NET_TULIP is not set
79024 -# CONFIG_HP100 is not set
79025 -CONFIG_IBM_NEW_EMAC=y
79026 -CONFIG_IBM_NEW_EMAC_RXB=128
79027 -CONFIG_IBM_NEW_EMAC_TXB=64
79028 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
79029 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
79030 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
79031 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
79032 -CONFIG_IBM_NEW_EMAC_ZMII=y
79033 -CONFIG_IBM_NEW_EMAC_RGMII=y
79034 -# CONFIG_IBM_NEW_EMAC_TAH is not set
79035 -CONFIG_IBM_NEW_EMAC_EMAC4=y
79036 -# CONFIG_NET_PCI is not set
79037 -# CONFIG_B44 is not set
79038 -CONFIG_NETDEV_1000=y
79039 -# CONFIG_ACENIC is not set
79040 -# CONFIG_DL2K is not set
79041 -# CONFIG_E1000 is not set
79042 -# CONFIG_E1000E is not set
79043 -# CONFIG_E1000E_ENABLED is not set
79044 -# CONFIG_IP1000 is not set
79045 -# CONFIG_IGB is not set
79046 -# CONFIG_NS83820 is not set
79047 -# CONFIG_HAMACHI is not set
79048 -# CONFIG_YELLOWFIN is not set
79049 -# CONFIG_R8169 is not set
79050 -# CONFIG_SIS190 is not set
79051 -# CONFIG_SKGE is not set
79052 -# CONFIG_SKY2 is not set
79053 -# CONFIG_SK98LIN is not set
79054 -# CONFIG_VIA_VELOCITY is not set
79055 -# CONFIG_TIGON3 is not set
79056 -# CONFIG_BNX2 is not set
79057 -# CONFIG_QLA3XXX is not set
79058 -# CONFIG_ATL1 is not set
79059 -CONFIG_NETDEV_10000=y
79060 -# CONFIG_CHELSIO_T1 is not set
79061 -# CONFIG_CHELSIO_T3 is not set
79062 -# CONFIG_IXGBE is not set
79063 -# CONFIG_IXGB is not set
79064 -# CONFIG_S2IO is not set
79065 -# CONFIG_MYRI10GE is not set
79066 -# CONFIG_NETXEN_NIC is not set
79067 -# CONFIG_NIU is not set
79068 -# CONFIG_MLX4_CORE is not set
79069 -# CONFIG_TEHUTI is not set
79070 -# CONFIG_BNX2X is not set
79071 -# CONFIG_TR is not set
79072 -
79073 -#
79074 -# Wireless LAN
79075 -#
79076 -# CONFIG_WLAN_PRE80211 is not set
79077 -# CONFIG_WLAN_80211 is not set
79078 -# CONFIG_WAN is not set
79079 -# CONFIG_FDDI is not set
79080 -# CONFIG_HIPPI is not set
79081 -# CONFIG_PPP is not set
79082 -# CONFIG_SLIP is not set
79083 -# CONFIG_NETCONSOLE is not set
79084 -# CONFIG_NETPOLL is not set
79085 -# CONFIG_NET_POLL_CONTROLLER is not set
79086 -# CONFIG_ISDN is not set
79087 -# CONFIG_PHONE is not set
79088 -
79089 -#
79090 -# Input device support
79091 -#
79092 -# CONFIG_INPUT is not set
79093 -
79094 -#
79095 -# Hardware I/O ports
79096 -#
79097 -# CONFIG_SERIO is not set
79098 -# CONFIG_GAMEPORT is not set
79099 -
79100 -#
79101 -# Character devices
79102 -#
79103 -# CONFIG_VT is not set
79104 -# CONFIG_SERIAL_NONSTANDARD is not set
79105 -# CONFIG_NOZOMI is not set
79106 -
79107 -#
79108 -# Serial drivers
79109 -#
79110 -CONFIG_SERIAL_8250=y
79111 -CONFIG_SERIAL_8250_CONSOLE=y
79112 -# CONFIG_SERIAL_8250_PCI is not set
79113 -CONFIG_SERIAL_8250_NR_UARTS=4
79114 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
79115 -CONFIG_SERIAL_8250_EXTENDED=y
79116 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
79117 -CONFIG_SERIAL_8250_SHARE_IRQ=y
79118 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
79119 -# CONFIG_SERIAL_8250_RSA is not set
79120 -
79121 -#
79122 -# Non-8250 serial port support
79123 -#
79124 -# CONFIG_SERIAL_UARTLITE is not set
79125 -CONFIG_SERIAL_CORE=y
79126 -CONFIG_SERIAL_CORE_CONSOLE=y
79127 -# CONFIG_SERIAL_JSM is not set
79128 -CONFIG_SERIAL_OF_PLATFORM=y
79129 -CONFIG_UNIX98_PTYS=y
79130 -CONFIG_LEGACY_PTYS=y
79131 -CONFIG_LEGACY_PTY_COUNT=256
79132 -# CONFIG_IPMI_HANDLER is not set
79133 -# CONFIG_HW_RANDOM is not set
79134 -# CONFIG_NVRAM is not set
79135 -# CONFIG_GEN_RTC is not set
79136 -# CONFIG_R3964 is not set
79137 -# CONFIG_APPLICOM is not set
79138 -# CONFIG_RAW_DRIVER is not set
79139 -# CONFIG_TCG_TPM is not set
79140 -CONFIG_DEVPORT=y
79141 -# CONFIG_I2C is not set
79142 -
79143 -#
79144 -# SPI support
79145 -#
79146 -# CONFIG_SPI is not set
79147 -# CONFIG_SPI_MASTER is not set
79148 -# CONFIG_W1 is not set
79149 -# CONFIG_POWER_SUPPLY is not set
79150 -# CONFIG_HWMON is not set
79151 -CONFIG_THERMAL=y
79152 -# CONFIG_WATCHDOG is not set
79153 -
79154 -#
79155 -# Sonics Silicon Backplane
79156 -#
79157 -CONFIG_SSB_POSSIBLE=y
79158 -# CONFIG_SSB is not set
79159 -
79160 -#
79161 -# Multifunction device drivers
79162 -#
79163 -# CONFIG_MFD_SM501 is not set
79164 -
79165 -#
79166 -# Multimedia devices
79167 -#
79168 -# CONFIG_VIDEO_DEV is not set
79169 -# CONFIG_DVB_CORE is not set
79170 -CONFIG_DAB=y
79171 -
79172 -#
79173 -# Graphics support
79174 -#
79175 -# CONFIG_AGP is not set
79176 -# CONFIG_DRM is not set
79177 -# CONFIG_VGASTATE is not set
79178 -CONFIG_VIDEO_OUTPUT_CONTROL=m
79179 -# CONFIG_FB is not set
79180 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
79181 -
79182 -#
79183 -# Display device support
79184 -#
79185 -# CONFIG_DISPLAY_SUPPORT is not set
79186 -
79187 -#
79188 -# Sound
79189 -#
79190 -# CONFIG_SOUND is not set
79191 -CONFIG_USB_SUPPORT=y
79192 -CONFIG_USB_ARCH_HAS_HCD=y
79193 -CONFIG_USB_ARCH_HAS_OHCI=y
79194 -CONFIG_USB_ARCH_HAS_EHCI=y
79195 -# CONFIG_USB is not set
79196 -
79197 -#
79198 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
79199 -#
79200 -# CONFIG_USB_GADGET is not set
79201 -# CONFIG_MMC is not set
79202 -# CONFIG_MEMSTICK is not set
79203 -# CONFIG_NEW_LEDS is not set
79204 -# CONFIG_INFINIBAND is not set
79205 -# CONFIG_EDAC is not set
79206 -# CONFIG_RTC_CLASS is not set
79207 -
79208 -#
79209 -# Userspace I/O
79210 -#
79211 -# CONFIG_UIO is not set
79212 -
79213 -#
79214 -# File systems
79215 -#
79216 -CONFIG_EXT2_FS=y
79217 -# CONFIG_EXT2_FS_XATTR is not set
79218 -# CONFIG_EXT2_FS_XIP is not set
79219 -# CONFIG_EXT3_FS is not set
79220 -# CONFIG_EXT4DEV_FS is not set
79221 -# CONFIG_REISERFS_FS is not set
79222 -# CONFIG_JFS_FS is not set
79223 -# CONFIG_FS_POSIX_ACL is not set
79224 -# CONFIG_XFS_FS is not set
79225 -# CONFIG_GFS2_FS is not set
79226 -# CONFIG_OCFS2_FS is not set
79227 -CONFIG_DNOTIFY=y
79228 -CONFIG_INOTIFY=y
79229 -CONFIG_INOTIFY_USER=y
79230 -# CONFIG_QUOTA is not set
79231 -# CONFIG_AUTOFS_FS is not set
79232 -# CONFIG_AUTOFS4_FS is not set
79233 -# CONFIG_FUSE_FS is not set
79234 -
79235 -#
79236 -# CD-ROM/DVD Filesystems
79237 -#
79238 -# CONFIG_ISO9660_FS is not set
79239 -# CONFIG_UDF_FS is not set
79240 -
79241 -#
79242 -# DOS/FAT/NT Filesystems
79243 -#
79244 -# CONFIG_MSDOS_FS is not set
79245 -# CONFIG_VFAT_FS is not set
79246 -# CONFIG_NTFS_FS is not set
79247 -
79248 -#
79249 -# Pseudo filesystems
79250 -#
79251 -CONFIG_PROC_FS=y
79252 -CONFIG_PROC_KCORE=y
79253 -CONFIG_PROC_SYSCTL=y
79254 -CONFIG_SYSFS=y
79255 -CONFIG_TMPFS=y
79256 -# CONFIG_TMPFS_POSIX_ACL is not set
79257 -# CONFIG_HUGETLB_PAGE is not set
79258 -# CONFIG_CONFIGFS_FS is not set
79259 -
79260 -#
79261 -# Miscellaneous filesystems
79262 -#
79263 -# CONFIG_ADFS_FS is not set
79264 -# CONFIG_AFFS_FS is not set
79265 -# CONFIG_HFS_FS is not set
79266 -# CONFIG_HFSPLUS_FS is not set
79267 -# CONFIG_BEFS_FS is not set
79268 -# CONFIG_BFS_FS is not set
79269 -# CONFIG_EFS_FS is not set
79270 -CONFIG_JFFS2_FS=y
79271 -CONFIG_JFFS2_FS_DEBUG=0
79272 -CONFIG_JFFS2_FS_WRITEBUFFER=y
79273 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
79274 -# CONFIG_JFFS2_SUMMARY is not set
79275 -# CONFIG_JFFS2_FS_XATTR is not set
79276 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
79277 -CONFIG_JFFS2_ZLIB=y
79278 -# CONFIG_JFFS2_LZO is not set
79279 -CONFIG_JFFS2_RTIME=y
79280 -# CONFIG_JFFS2_RUBIN is not set
79281 -CONFIG_CRAMFS=y
79282 -# CONFIG_VXFS_FS is not set
79283 -# CONFIG_MINIX_FS is not set
79284 -# CONFIG_HPFS_FS is not set
79285 -# CONFIG_QNX4FS_FS is not set
79286 -# CONFIG_ROMFS_FS is not set
79287 -# CONFIG_SYSV_FS is not set
79288 -# CONFIG_UFS_FS is not set
79289 -CONFIG_NETWORK_FILESYSTEMS=y
79290 -CONFIG_NFS_FS=y
79291 -CONFIG_NFS_V3=y
79292 -# CONFIG_NFS_V3_ACL is not set
79293 -# CONFIG_NFS_V4 is not set
79294 -# CONFIG_NFS_DIRECTIO is not set
79295 -# CONFIG_NFSD is not set
79296 -CONFIG_ROOT_NFS=y
79297 -CONFIG_LOCKD=y
79298 -CONFIG_LOCKD_V4=y
79299 -CONFIG_NFS_COMMON=y
79300 -CONFIG_SUNRPC=y
79301 -# CONFIG_SUNRPC_BIND34 is not set
79302 -# CONFIG_RPCSEC_GSS_KRB5 is not set
79303 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
79304 -# CONFIG_SMB_FS is not set
79305 -# CONFIG_CIFS is not set
79306 -# CONFIG_NCP_FS is not set
79307 -# CONFIG_CODA_FS is not set
79308 -# CONFIG_AFS_FS is not set
79309 -
79310 -#
79311 -# Partition Types
79312 -#
79313 -# CONFIG_PARTITION_ADVANCED is not set
79314 -CONFIG_MSDOS_PARTITION=y
79315 -# CONFIG_NLS is not set
79316 -# CONFIG_DLM is not set
79317 -
79318 -#
79319 -# Library routines
79320 -#
79321 -CONFIG_BITREVERSE=y
79322 -# CONFIG_CRC_CCITT is not set
79323 -# CONFIG_CRC16 is not set
79324 -# CONFIG_CRC_ITU_T is not set
79325 -CONFIG_CRC32=y
79326 -# CONFIG_CRC7 is not set
79327 -# CONFIG_LIBCRC32C is not set
79328 -CONFIG_ZLIB_INFLATE=y
79329 -CONFIG_ZLIB_DEFLATE=y
79330 -CONFIG_PLIST=y
79331 -CONFIG_HAS_IOMEM=y
79332 -CONFIG_HAS_IOPORT=y
79333 -CONFIG_HAS_DMA=y
79334 -
79335 -#
79336 -# Kernel hacking
79337 -#
79338 -# CONFIG_PRINTK_TIME is not set
79339 -CONFIG_ENABLE_WARN_DEPRECATED=y
79340 -CONFIG_ENABLE_MUST_CHECK=y
79341 -CONFIG_MAGIC_SYSRQ=y
79342 -# CONFIG_UNUSED_SYMBOLS is not set
79343 -CONFIG_DEBUG_FS=y
79344 -# CONFIG_HEADERS_CHECK is not set
79345 -CONFIG_DEBUG_KERNEL=y
79346 -# CONFIG_DEBUG_SHIRQ is not set
79347 -CONFIG_DETECT_SOFTLOCKUP=y
79348 -CONFIG_SCHED_DEBUG=y
79349 -# CONFIG_SCHEDSTATS is not set
79350 -# CONFIG_TIMER_STATS is not set
79351 -# CONFIG_SLUB_DEBUG_ON is not set
79352 -# CONFIG_SLUB_STATS is not set
79353 -# CONFIG_DEBUG_RT_MUTEXES is not set
79354 -# CONFIG_RT_MUTEX_TESTER is not set
79355 -# CONFIG_DEBUG_SPINLOCK is not set
79356 -# CONFIG_DEBUG_MUTEXES is not set
79357 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
79358 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
79359 -# CONFIG_DEBUG_KOBJECT is not set
79360 -# CONFIG_DEBUG_BUGVERBOSE is not set
79361 -# CONFIG_DEBUG_INFO is not set
79362 -# CONFIG_DEBUG_VM is not set
79363 -# CONFIG_DEBUG_LIST is not set
79364 -# CONFIG_DEBUG_SG is not set
79365 -# CONFIG_BOOT_PRINTK_DELAY is not set
79366 -# CONFIG_RCU_TORTURE_TEST is not set
79367 -# CONFIG_BACKTRACE_SELF_TEST is not set
79368 -# CONFIG_FAULT_INJECTION is not set
79369 -# CONFIG_SAMPLES is not set
79370 -# CONFIG_DEBUG_STACKOVERFLOW is not set
79371 -# CONFIG_DEBUG_STACK_USAGE is not set
79372 -# CONFIG_DEBUG_PAGEALLOC is not set
79373 -CONFIG_DEBUGGER=y
79374 -# CONFIG_KGDB is not set
79375 -# CONFIG_XMON is not set
79376 -# CONFIG_VIRQ_DEBUG is not set
79377 -# CONFIG_BDI_SWITCH is not set
79378 -CONFIG_PPC_EARLY_DEBUG=y
79379 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
79380 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
79381 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
79382 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
79383 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
79384 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
79385 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
79386 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
79387 -CONFIG_PPC_EARLY_DEBUG_44x=y
79388 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
79389 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
79390 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
79391 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
79392 -
79393 -#
79394 -# Security options
79395 -#
79396 -# CONFIG_KEYS is not set
79397 -# CONFIG_SECURITY is not set
79398 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
79399 -CONFIG_CRYPTO=y
79400 -CONFIG_CRYPTO_ALGAPI=y
79401 -CONFIG_CRYPTO_BLKCIPHER=y
79402 -# CONFIG_CRYPTO_SEQIV is not set
79403 -CONFIG_CRYPTO_MANAGER=y
79404 -# CONFIG_CRYPTO_HMAC is not set
79405 -# CONFIG_CRYPTO_XCBC is not set
79406 -# CONFIG_CRYPTO_NULL is not set
79407 -# CONFIG_CRYPTO_MD4 is not set
79408 -CONFIG_CRYPTO_MD5=y
79409 -# CONFIG_CRYPTO_SHA1 is not set
79410 -# CONFIG_CRYPTO_SHA256 is not set
79411 -# CONFIG_CRYPTO_SHA512 is not set
79412 -# CONFIG_CRYPTO_WP512 is not set
79413 -# CONFIG_CRYPTO_TGR192 is not set
79414 -# CONFIG_CRYPTO_GF128MUL is not set
79415 -CONFIG_CRYPTO_ECB=y
79416 -CONFIG_CRYPTO_CBC=y
79417 -CONFIG_CRYPTO_PCBC=y
79418 -# CONFIG_CRYPTO_LRW is not set
79419 -# CONFIG_CRYPTO_XTS is not set
79420 -# CONFIG_CRYPTO_CTR is not set
79421 -# CONFIG_CRYPTO_GCM is not set
79422 -# CONFIG_CRYPTO_CCM is not set
79423 -# CONFIG_CRYPTO_CRYPTD is not set
79424 -CONFIG_CRYPTO_DES=y
79425 -# CONFIG_CRYPTO_FCRYPT is not set
79426 -# CONFIG_CRYPTO_BLOWFISH is not set
79427 -# CONFIG_CRYPTO_TWOFISH is not set
79428 -# CONFIG_CRYPTO_SERPENT is not set
79429 -# CONFIG_CRYPTO_AES is not set
79430 -# CONFIG_CRYPTO_CAST5 is not set
79431 -# CONFIG_CRYPTO_CAST6 is not set
79432 -# CONFIG_CRYPTO_TEA is not set
79433 -# CONFIG_CRYPTO_ARC4 is not set
79434 -# CONFIG_CRYPTO_KHAZAD is not set
79435 -# CONFIG_CRYPTO_ANUBIS is not set
79436 -# CONFIG_CRYPTO_SEED is not set
79437 -# CONFIG_CRYPTO_SALSA20 is not set
79438 -# CONFIG_CRYPTO_DEFLATE is not set
79439 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
79440 -# CONFIG_CRYPTO_CRC32C is not set
79441 -# CONFIG_CRYPTO_CAMELLIA is not set
79442 -# CONFIG_CRYPTO_TEST is not set
79443 -# CONFIG_CRYPTO_AUTHENC is not set
79444 -# CONFIG_CRYPTO_LZO is not set
79445 -CONFIG_CRYPTO_HW=y
79446 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
79447 -# CONFIG_PPC_CLOCK is not set
79448 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/stx_gp3_defconfig powerpc.git/arch/powerpc/configs/stx_gp3_defconfig
79449 --- linux-2.6.25-rc9/arch/powerpc/configs/stx_gp3_defconfig 2008-04-11 22:32:29.000000000 +0200
79450 +++ powerpc.git/arch/powerpc/configs/stx_gp3_defconfig 1970-01-01 01:00:00.000000000 +0100
79451 @@ -1,1253 +0,0 @@
79452 -#
79453 -# Automatically generated make config: don't edit
79454 -# Linux kernel version: 2.6.25-rc6
79455 -# Mon Mar 24 08:48:42 2008
79456 -#
79457 -# CONFIG_PPC64 is not set
79458 -
79459 -#
79460 -# Processor support
79461 -#
79462 -# CONFIG_6xx is not set
79463 -CONFIG_PPC_85xx=y
79464 -# CONFIG_PPC_8xx is not set
79465 -# CONFIG_40x is not set
79466 -# CONFIG_44x is not set
79467 -# CONFIG_E200 is not set
79468 -CONFIG_E500=y
79469 -CONFIG_BOOKE=y
79470 -CONFIG_FSL_BOOKE=y
79471 -CONFIG_FSL_EMB_PERFMON=y
79472 -# CONFIG_PHYS_64BIT is not set
79473 -CONFIG_SPE=y
79474 -# CONFIG_PPC_MM_SLICES is not set
79475 -CONFIG_PPC32=y
79476 -CONFIG_WORD_SIZE=32
79477 -CONFIG_PPC_MERGE=y
79478 -CONFIG_MMU=y
79479 -CONFIG_GENERIC_CMOS_UPDATE=y
79480 -CONFIG_GENERIC_TIME=y
79481 -CONFIG_GENERIC_TIME_VSYSCALL=y
79482 -CONFIG_GENERIC_CLOCKEVENTS=y
79483 -CONFIG_GENERIC_HARDIRQS=y
79484 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
79485 -CONFIG_IRQ_PER_CPU=y
79486 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
79487 -CONFIG_ARCH_HAS_ILOG2_U32=y
79488 -CONFIG_GENERIC_HWEIGHT=y
79489 -CONFIG_GENERIC_CALIBRATE_DELAY=y
79490 -CONFIG_GENERIC_FIND_NEXT_BIT=y
79491 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
79492 -CONFIG_PPC=y
79493 -CONFIG_EARLY_PRINTK=y
79494 -CONFIG_GENERIC_NVRAM=y
79495 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
79496 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
79497 -CONFIG_PPC_OF=y
79498 -CONFIG_OF=y
79499 -CONFIG_PPC_UDBG_16550=y
79500 -# CONFIG_GENERIC_TBSYNC is not set
79501 -CONFIG_AUDIT_ARCH=y
79502 -CONFIG_GENERIC_BUG=y
79503 -CONFIG_DEFAULT_UIMAGE=y
79504 -# CONFIG_PPC_DCR_NATIVE is not set
79505 -# CONFIG_PPC_DCR_MMIO is not set
79506 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
79507 -
79508 -#
79509 -# General setup
79510 -#
79511 -CONFIG_EXPERIMENTAL=y
79512 -CONFIG_BROKEN_ON_SMP=y
79513 -CONFIG_INIT_ENV_ARG_LIMIT=32
79514 -CONFIG_LOCALVERSION=""
79515 -CONFIG_LOCALVERSION_AUTO=y
79516 -CONFIG_SWAP=y
79517 -CONFIG_SYSVIPC=y
79518 -CONFIG_SYSVIPC_SYSCTL=y
79519 -# CONFIG_POSIX_MQUEUE is not set
79520 -# CONFIG_BSD_PROCESS_ACCT is not set
79521 -# CONFIG_TASKSTATS is not set
79522 -# CONFIG_AUDIT is not set
79523 -# CONFIG_IKCONFIG is not set
79524 -CONFIG_LOG_BUF_SHIFT=14
79525 -# CONFIG_CGROUPS is not set
79526 -CONFIG_GROUP_SCHED=y
79527 -CONFIG_FAIR_GROUP_SCHED=y
79528 -# CONFIG_RT_GROUP_SCHED is not set
79529 -CONFIG_USER_SCHED=y
79530 -# CONFIG_CGROUP_SCHED is not set
79531 -CONFIG_SYSFS_DEPRECATED=y
79532 -CONFIG_SYSFS_DEPRECATED_V2=y
79533 -# CONFIG_RELAY is not set
79534 -# CONFIG_NAMESPACES is not set
79535 -CONFIG_BLK_DEV_INITRD=y
79536 -CONFIG_INITRAMFS_SOURCE=""
79537 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
79538 -CONFIG_SYSCTL=y
79539 -CONFIG_EMBEDDED=y
79540 -CONFIG_SYSCTL_SYSCALL=y
79541 -CONFIG_KALLSYMS=y
79542 -# CONFIG_KALLSYMS_ALL is not set
79543 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
79544 -CONFIG_HOTPLUG=y
79545 -CONFIG_PRINTK=y
79546 -CONFIG_BUG=y
79547 -CONFIG_ELF_CORE=y
79548 -CONFIG_COMPAT_BRK=y
79549 -CONFIG_BASE_FULL=y
79550 -CONFIG_FUTEX=y
79551 -CONFIG_ANON_INODES=y
79552 -CONFIG_EPOLL=y
79553 -CONFIG_SIGNALFD=y
79554 -CONFIG_TIMERFD=y
79555 -CONFIG_EVENTFD=y
79556 -CONFIG_SHMEM=y
79557 -CONFIG_VM_EVENT_COUNTERS=y
79558 -CONFIG_SLUB_DEBUG=y
79559 -# CONFIG_SLAB is not set
79560 -CONFIG_SLUB=y
79561 -# CONFIG_SLOB is not set
79562 -# CONFIG_PROFILING is not set
79563 -# CONFIG_MARKERS is not set
79564 -CONFIG_HAVE_OPROFILE=y
79565 -# CONFIG_KPROBES is not set
79566 -CONFIG_HAVE_KPROBES=y
79567 -CONFIG_HAVE_KRETPROBES=y
79568 -CONFIG_PROC_PAGE_MONITOR=y
79569 -CONFIG_SLABINFO=y
79570 -CONFIG_RT_MUTEXES=y
79571 -# CONFIG_TINY_SHMEM is not set
79572 -CONFIG_BASE_SMALL=0
79573 -CONFIG_MODULES=y
79574 -# CONFIG_MODULE_UNLOAD is not set
79575 -CONFIG_MODVERSIONS=y
79576 -# CONFIG_MODULE_SRCVERSION_ALL is not set
79577 -CONFIG_KMOD=y
79578 -CONFIG_BLOCK=y
79579 -# CONFIG_LBD is not set
79580 -# CONFIG_BLK_DEV_IO_TRACE is not set
79581 -# CONFIG_LSF is not set
79582 -# CONFIG_BLK_DEV_BSG is not set
79583 -
79584 -#
79585 -# IO Schedulers
79586 -#
79587 -CONFIG_IOSCHED_NOOP=y
79588 -CONFIG_IOSCHED_AS=y
79589 -CONFIG_IOSCHED_DEADLINE=y
79590 -CONFIG_IOSCHED_CFQ=y
79591 -# CONFIG_DEFAULT_AS is not set
79592 -# CONFIG_DEFAULT_DEADLINE is not set
79593 -CONFIG_DEFAULT_CFQ=y
79594 -# CONFIG_DEFAULT_NOOP is not set
79595 -CONFIG_DEFAULT_IOSCHED="cfq"
79596 -CONFIG_CLASSIC_RCU=y
79597 -
79598 -#
79599 -# Platform support
79600 -#
79601 -# CONFIG_PPC_MPC512x is not set
79602 -# CONFIG_PPC_MPC5121 is not set
79603 -# CONFIG_PPC_CELL is not set
79604 -# CONFIG_PPC_CELL_NATIVE is not set
79605 -# CONFIG_PQ2ADS is not set
79606 -CONFIG_MPC85xx=y
79607 -# CONFIG_MPC8540_ADS is not set
79608 -# CONFIG_MPC8560_ADS is not set
79609 -# CONFIG_MPC85xx_CDS is not set
79610 -# CONFIG_MPC85xx_MDS is not set
79611 -# CONFIG_MPC85xx_DS is not set
79612 -CONFIG_STX_GP3=y
79613 -# CONFIG_TQM8540 is not set
79614 -# CONFIG_TQM8541 is not set
79615 -# CONFIG_TQM8555 is not set
79616 -# CONFIG_TQM8560 is not set
79617 -# CONFIG_SBC8548 is not set
79618 -# CONFIG_SBC8560 is not set
79619 -# CONFIG_IPIC is not set
79620 -CONFIG_MPIC=y
79621 -# CONFIG_MPIC_WEIRD is not set
79622 -# CONFIG_PPC_I8259 is not set
79623 -# CONFIG_PPC_RTAS is not set
79624 -# CONFIG_MMIO_NVRAM is not set
79625 -# CONFIG_PPC_MPC106 is not set
79626 -# CONFIG_PPC_970_NAP is not set
79627 -# CONFIG_PPC_INDIRECT_IO is not set
79628 -# CONFIG_GENERIC_IOMAP is not set
79629 -# CONFIG_CPU_FREQ is not set
79630 -CONFIG_CPM2=y
79631 -CONFIG_PPC_CPM_NEW_BINDING=y
79632 -# CONFIG_FSL_ULI1575 is not set
79633 -CONFIG_CPM=y
79634 -
79635 -#
79636 -# Kernel options
79637 -#
79638 -CONFIG_HIGHMEM=y
79639 -# CONFIG_TICK_ONESHOT is not set
79640 -# CONFIG_NO_HZ is not set
79641 -# CONFIG_HIGH_RES_TIMERS is not set
79642 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
79643 -# CONFIG_HZ_100 is not set
79644 -CONFIG_HZ_250=y
79645 -# CONFIG_HZ_300 is not set
79646 -# CONFIG_HZ_1000 is not set
79647 -CONFIG_HZ=250
79648 -# CONFIG_SCHED_HRTICK is not set
79649 -CONFIG_PREEMPT_NONE=y
79650 -# CONFIG_PREEMPT_VOLUNTARY is not set
79651 -# CONFIG_PREEMPT is not set
79652 -CONFIG_BINFMT_ELF=y
79653 -CONFIG_BINFMT_MISC=m
79654 -CONFIG_MATH_EMULATION=y
79655 -# CONFIG_IOMMU_HELPER is not set
79656 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
79657 -CONFIG_ARCH_HAS_WALK_MEMORY=y
79658 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
79659 -CONFIG_ARCH_FLATMEM_ENABLE=y
79660 -CONFIG_ARCH_POPULATES_NODE_MAP=y
79661 -CONFIG_SELECT_MEMORY_MODEL=y
79662 -CONFIG_FLATMEM_MANUAL=y
79663 -# CONFIG_DISCONTIGMEM_MANUAL is not set
79664 -# CONFIG_SPARSEMEM_MANUAL is not set
79665 -CONFIG_FLATMEM=y
79666 -CONFIG_FLAT_NODE_MEM_MAP=y
79667 -# CONFIG_SPARSEMEM_STATIC is not set
79668 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
79669 -CONFIG_SPLIT_PTLOCK_CPUS=4
79670 -# CONFIG_RESOURCES_64BIT is not set
79671 -CONFIG_ZONE_DMA_FLAG=1
79672 -CONFIG_BOUNCE=y
79673 -CONFIG_VIRT_TO_BUS=y
79674 -CONFIG_PROC_DEVICETREE=y
79675 -# CONFIG_CMDLINE_BOOL is not set
79676 -# CONFIG_PM is not set
79677 -CONFIG_SECCOMP=y
79678 -CONFIG_ISA_DMA_API=y
79679 -
79680 -#
79681 -# Bus options
79682 -#
79683 -CONFIG_ZONE_DMA=y
79684 -CONFIG_PPC_INDIRECT_PCI=y
79685 -CONFIG_FSL_SOC=y
79686 -CONFIG_FSL_PCI=y
79687 -CONFIG_PCI=y
79688 -CONFIG_PCI_DOMAINS=y
79689 -CONFIG_PCI_SYSCALL=y
79690 -# CONFIG_PCIEPORTBUS is not set
79691 -CONFIG_ARCH_SUPPORTS_MSI=y
79692 -# CONFIG_PCI_MSI is not set
79693 -CONFIG_PCI_LEGACY=y
79694 -# CONFIG_PCI_DEBUG is not set
79695 -# CONFIG_PCCARD is not set
79696 -# CONFIG_HOTPLUG_PCI is not set
79697 -
79698 -#
79699 -# Advanced setup
79700 -#
79701 -# CONFIG_ADVANCED_OPTIONS is not set
79702 -
79703 -#
79704 -# Default settings for advanced configuration options are used
79705 -#
79706 -CONFIG_HIGHMEM_START=0xfe000000
79707 -CONFIG_LOWMEM_SIZE=0x30000000
79708 -CONFIG_KERNEL_START=0xc0000000
79709 -CONFIG_TASK_SIZE=0xc0000000
79710 -CONFIG_BOOT_LOAD=0x00800000
79711 -
79712 -#
79713 -# Networking
79714 -#
79715 -CONFIG_NET=y
79716 -
79717 -#
79718 -# Networking options
79719 -#
79720 -CONFIG_PACKET=y
79721 -# CONFIG_PACKET_MMAP is not set
79722 -CONFIG_UNIX=y
79723 -CONFIG_XFRM=y
79724 -# CONFIG_XFRM_USER is not set
79725 -# CONFIG_XFRM_SUB_POLICY is not set
79726 -# CONFIG_XFRM_MIGRATE is not set
79727 -# CONFIG_XFRM_STATISTICS is not set
79728 -# CONFIG_NET_KEY is not set
79729 -CONFIG_INET=y
79730 -# CONFIG_IP_MULTICAST is not set
79731 -# CONFIG_IP_ADVANCED_ROUTER is not set
79732 -CONFIG_IP_FIB_HASH=y
79733 -CONFIG_IP_PNP=y
79734 -# CONFIG_IP_PNP_DHCP is not set
79735 -CONFIG_IP_PNP_BOOTP=y
79736 -# CONFIG_IP_PNP_RARP is not set
79737 -# CONFIG_NET_IPIP is not set
79738 -# CONFIG_NET_IPGRE is not set
79739 -# CONFIG_ARPD is not set
79740 -# CONFIG_SYN_COOKIES is not set
79741 -# CONFIG_INET_AH is not set
79742 -# CONFIG_INET_ESP is not set
79743 -# CONFIG_INET_IPCOMP is not set
79744 -# CONFIG_INET_XFRM_TUNNEL is not set
79745 -# CONFIG_INET_TUNNEL is not set
79746 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
79747 -CONFIG_INET_XFRM_MODE_TUNNEL=y
79748 -CONFIG_INET_XFRM_MODE_BEET=y
79749 -# CONFIG_INET_LRO is not set
79750 -CONFIG_INET_DIAG=y
79751 -CONFIG_INET_TCP_DIAG=y
79752 -# CONFIG_TCP_CONG_ADVANCED is not set
79753 -CONFIG_TCP_CONG_CUBIC=y
79754 -CONFIG_DEFAULT_TCP_CONG="cubic"
79755 -# CONFIG_TCP_MD5SIG is not set
79756 -# CONFIG_IP_VS is not set
79757 -# CONFIG_IPV6 is not set
79758 -# CONFIG_INET6_XFRM_TUNNEL is not set
79759 -# CONFIG_INET6_TUNNEL is not set
79760 -# CONFIG_NETWORK_SECMARK is not set
79761 -CONFIG_NETFILTER=y
79762 -# CONFIG_NETFILTER_DEBUG is not set
79763 -CONFIG_NETFILTER_ADVANCED=y
79764 -
79765 -#
79766 -# Core Netfilter Configuration
79767 -#
79768 -# CONFIG_NETFILTER_NETLINK_QUEUE is not set
79769 -# CONFIG_NETFILTER_NETLINK_LOG is not set
79770 -# CONFIG_NF_CONNTRACK is not set
79771 -CONFIG_NETFILTER_XTABLES=m
79772 -# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
79773 -# CONFIG_NETFILTER_XT_TARGET_MARK is not set
79774 -# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
79775 -# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
79776 -# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
79777 -# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
79778 -# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
79779 -# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
79780 -# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
79781 -# CONFIG_NETFILTER_XT_MATCH_ESP is not set
79782 -# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
79783 -# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
79784 -# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
79785 -# CONFIG_NETFILTER_XT_MATCH_MAC is not set
79786 -# CONFIG_NETFILTER_XT_MATCH_MARK is not set
79787 -# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
79788 -# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
79789 -# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
79790 -# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
79791 -# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
79792 -# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
79793 -# CONFIG_NETFILTER_XT_MATCH_REALM is not set
79794 -# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
79795 -# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
79796 -# CONFIG_NETFILTER_XT_MATCH_STRING is not set
79797 -# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
79798 -# CONFIG_NETFILTER_XT_MATCH_TIME is not set
79799 -# CONFIG_NETFILTER_XT_MATCH_U32 is not set
79800 -# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
79801 -
79802 -#
79803 -# IP: Netfilter Configuration
79804 -#
79805 -# CONFIG_IP_NF_QUEUE is not set
79806 -CONFIG_IP_NF_IPTABLES=m
79807 -# CONFIG_IP_NF_MATCH_RECENT is not set
79808 -# CONFIG_IP_NF_MATCH_ECN is not set
79809 -# CONFIG_IP_NF_MATCH_AH is not set
79810 -# CONFIG_IP_NF_MATCH_TTL is not set
79811 -# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
79812 -CONFIG_IP_NF_FILTER=m
79813 -# CONFIG_IP_NF_TARGET_REJECT is not set
79814 -# CONFIG_IP_NF_TARGET_LOG is not set
79815 -# CONFIG_IP_NF_TARGET_ULOG is not set
79816 -# CONFIG_IP_NF_MANGLE is not set
79817 -# CONFIG_IP_NF_RAW is not set
79818 -# CONFIG_IP_NF_ARPTABLES is not set
79819 -# CONFIG_IP_DCCP is not set
79820 -# CONFIG_IP_SCTP is not set
79821 -# CONFIG_TIPC is not set
79822 -# CONFIG_ATM is not set
79823 -# CONFIG_BRIDGE is not set
79824 -# CONFIG_VLAN_8021Q is not set
79825 -# CONFIG_DECNET is not set
79826 -# CONFIG_LLC2 is not set
79827 -# CONFIG_IPX is not set
79828 -# CONFIG_ATALK is not set
79829 -# CONFIG_X25 is not set
79830 -# CONFIG_LAPB is not set
79831 -# CONFIG_ECONET is not set
79832 -# CONFIG_WAN_ROUTER is not set
79833 -# CONFIG_NET_SCHED is not set
79834 -
79835 -#
79836 -# Network testing
79837 -#
79838 -CONFIG_NET_PKTGEN=y
79839 -# CONFIG_HAMRADIO is not set
79840 -# CONFIG_CAN is not set
79841 -# CONFIG_IRDA is not set
79842 -# CONFIG_BT is not set
79843 -# CONFIG_AF_RXRPC is not set
79844 -
79845 -#
79846 -# Wireless
79847 -#
79848 -# CONFIG_CFG80211 is not set
79849 -# CONFIG_WIRELESS_EXT is not set
79850 -# CONFIG_MAC80211 is not set
79851 -# CONFIG_IEEE80211 is not set
79852 -# CONFIG_RFKILL is not set
79853 -# CONFIG_NET_9P is not set
79854 -
79855 -#
79856 -# Device Drivers
79857 -#
79858 -
79859 -#
79860 -# Generic Driver Options
79861 -#
79862 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
79863 -CONFIG_STANDALONE=y
79864 -CONFIG_PREVENT_FIRMWARE_BUILD=y
79865 -# CONFIG_FW_LOADER is not set
79866 -# CONFIG_DEBUG_DRIVER is not set
79867 -# CONFIG_DEBUG_DEVRES is not set
79868 -# CONFIG_SYS_HYPERVISOR is not set
79869 -# CONFIG_CONNECTOR is not set
79870 -# CONFIG_MTD is not set
79871 -CONFIG_OF_DEVICE=y
79872 -CONFIG_PARPORT=m
79873 -CONFIG_PARPORT_PC=m
79874 -# CONFIG_PARPORT_PC_FIFO is not set
79875 -# CONFIG_PARPORT_PC_SUPERIO is not set
79876 -# CONFIG_PARPORT_GSC is not set
79877 -# CONFIG_PARPORT_AX88796 is not set
79878 -# CONFIG_PARPORT_1284 is not set
79879 -CONFIG_BLK_DEV=y
79880 -# CONFIG_BLK_DEV_FD is not set
79881 -# CONFIG_PARIDE is not set
79882 -# CONFIG_BLK_CPQ_DA is not set
79883 -# CONFIG_BLK_CPQ_CISS_DA is not set
79884 -# CONFIG_BLK_DEV_DAC960 is not set
79885 -# CONFIG_BLK_DEV_UMEM is not set
79886 -# CONFIG_BLK_DEV_COW_COMMON is not set
79887 -CONFIG_BLK_DEV_LOOP=m
79888 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
79889 -CONFIG_BLK_DEV_NBD=m
79890 -# CONFIG_BLK_DEV_SX8 is not set
79891 -CONFIG_BLK_DEV_RAM=y
79892 -CONFIG_BLK_DEV_RAM_COUNT=16
79893 -CONFIG_BLK_DEV_RAM_SIZE=32768
79894 -# CONFIG_BLK_DEV_XIP is not set
79895 -# CONFIG_CDROM_PKTCDVD is not set
79896 -# CONFIG_ATA_OVER_ETH is not set
79897 -CONFIG_MISC_DEVICES=y
79898 -# CONFIG_PHANTOM is not set
79899 -# CONFIG_EEPROM_93CX6 is not set
79900 -# CONFIG_SGI_IOC4 is not set
79901 -# CONFIG_TIFM_CORE is not set
79902 -# CONFIG_ENCLOSURE_SERVICES is not set
79903 -CONFIG_HAVE_IDE=y
79904 -CONFIG_IDE=y
79905 -CONFIG_IDE_MAX_HWIFS=4
79906 -CONFIG_BLK_DEV_IDE=y
79907 -
79908 -#
79909 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
79910 -#
79911 -# CONFIG_BLK_DEV_IDE_SATA is not set
79912 -CONFIG_BLK_DEV_IDEDISK=y
79913 -# CONFIG_IDEDISK_MULTI_MODE is not set
79914 -CONFIG_BLK_DEV_IDECD=m
79915 -CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
79916 -# CONFIG_BLK_DEV_IDETAPE is not set
79917 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
79918 -# CONFIG_BLK_DEV_IDESCSI is not set
79919 -# CONFIG_IDE_TASK_IOCTL is not set
79920 -CONFIG_IDE_PROC_FS=y
79921 -
79922 -#
79923 -# IDE chipset support/bugfixes
79924 -#
79925 -CONFIG_IDE_GENERIC=y
79926 -# CONFIG_BLK_DEV_PLATFORM is not set
79927 -
79928 -#
79929 -# PCI IDE chipsets support
79930 -#
79931 -# CONFIG_BLK_DEV_GENERIC is not set
79932 -# CONFIG_BLK_DEV_OPTI621 is not set
79933 -# CONFIG_BLK_DEV_AEC62XX is not set
79934 -# CONFIG_BLK_DEV_ALI15X3 is not set
79935 -# CONFIG_BLK_DEV_AMD74XX is not set
79936 -# CONFIG_BLK_DEV_CMD64X is not set
79937 -# CONFIG_BLK_DEV_TRIFLEX is not set
79938 -# CONFIG_BLK_DEV_CY82C693 is not set
79939 -# CONFIG_BLK_DEV_CS5520 is not set
79940 -# CONFIG_BLK_DEV_CS5530 is not set
79941 -# CONFIG_BLK_DEV_HPT34X is not set
79942 -# CONFIG_BLK_DEV_HPT366 is not set
79943 -# CONFIG_BLK_DEV_JMICRON is not set
79944 -# CONFIG_BLK_DEV_SC1200 is not set
79945 -# CONFIG_BLK_DEV_PIIX is not set
79946 -# CONFIG_BLK_DEV_IT8213 is not set
79947 -# CONFIG_BLK_DEV_IT821X is not set
79948 -# CONFIG_BLK_DEV_NS87415 is not set
79949 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
79950 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
79951 -# CONFIG_BLK_DEV_SVWKS is not set
79952 -# CONFIG_BLK_DEV_SIIMAGE is not set
79953 -# CONFIG_BLK_DEV_SL82C105 is not set
79954 -# CONFIG_BLK_DEV_SLC90E66 is not set
79955 -# CONFIG_BLK_DEV_TRM290 is not set
79956 -# CONFIG_BLK_DEV_VIA82CXXX is not set
79957 -# CONFIG_BLK_DEV_TC86C001 is not set
79958 -# CONFIG_BLK_DEV_IDEDMA is not set
79959 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
79960 -# CONFIG_BLK_DEV_HD is not set
79961 -
79962 -#
79963 -# SCSI device support
79964 -#
79965 -# CONFIG_RAID_ATTRS is not set
79966 -CONFIG_SCSI=m
79967 -CONFIG_SCSI_DMA=y
79968 -# CONFIG_SCSI_TGT is not set
79969 -# CONFIG_SCSI_NETLINK is not set
79970 -CONFIG_SCSI_PROC_FS=y
79971 -
79972 -#
79973 -# SCSI support type (disk, tape, CD-ROM)
79974 -#
79975 -CONFIG_BLK_DEV_SD=m
79976 -CONFIG_CHR_DEV_ST=m
79977 -# CONFIG_CHR_DEV_OSST is not set
79978 -CONFIG_BLK_DEV_SR=m
79979 -# CONFIG_BLK_DEV_SR_VENDOR is not set
79980 -CONFIG_CHR_DEV_SG=m
79981 -# CONFIG_CHR_DEV_SCH is not set
79982 -
79983 -#
79984 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
79985 -#
79986 -CONFIG_SCSI_MULTI_LUN=y
79987 -CONFIG_SCSI_CONSTANTS=y
79988 -# CONFIG_SCSI_LOGGING is not set
79989 -# CONFIG_SCSI_SCAN_ASYNC is not set
79990 -CONFIG_SCSI_WAIT_SCAN=m
79991 -
79992 -#
79993 -# SCSI Transports
79994 -#
79995 -# CONFIG_SCSI_SPI_ATTRS is not set
79996 -# CONFIG_SCSI_FC_ATTRS is not set
79997 -# CONFIG_SCSI_ISCSI_ATTRS is not set
79998 -# CONFIG_SCSI_SAS_LIBSAS is not set
79999 -# CONFIG_SCSI_SRP_ATTRS is not set
80000 -CONFIG_SCSI_LOWLEVEL=y
80001 -# CONFIG_ISCSI_TCP is not set
80002 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
80003 -# CONFIG_SCSI_3W_9XXX is not set
80004 -# CONFIG_SCSI_ACARD is not set
80005 -# CONFIG_SCSI_AACRAID is not set
80006 -# CONFIG_SCSI_AIC7XXX is not set
80007 -# CONFIG_SCSI_AIC7XXX_OLD is not set
80008 -# CONFIG_SCSI_AIC79XX is not set
80009 -# CONFIG_SCSI_AIC94XX is not set
80010 -# CONFIG_SCSI_DPT_I2O is not set
80011 -# CONFIG_SCSI_ADVANSYS is not set
80012 -# CONFIG_SCSI_ARCMSR is not set
80013 -# CONFIG_MEGARAID_NEWGEN is not set
80014 -# CONFIG_MEGARAID_LEGACY is not set
80015 -# CONFIG_MEGARAID_SAS is not set
80016 -# CONFIG_SCSI_HPTIOP is not set
80017 -# CONFIG_SCSI_BUSLOGIC is not set
80018 -# CONFIG_SCSI_DMX3191D is not set
80019 -# CONFIG_SCSI_EATA is not set
80020 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
80021 -# CONFIG_SCSI_GDTH is not set
80022 -# CONFIG_SCSI_IPS is not set
80023 -# CONFIG_SCSI_INITIO is not set
80024 -# CONFIG_SCSI_INIA100 is not set
80025 -# CONFIG_SCSI_PPA is not set
80026 -# CONFIG_SCSI_IMM is not set
80027 -# CONFIG_SCSI_MVSAS is not set
80028 -# CONFIG_SCSI_STEX is not set
80029 -# CONFIG_SCSI_SYM53C8XX_2 is not set
80030 -# CONFIG_SCSI_QLOGIC_1280 is not set
80031 -# CONFIG_SCSI_QLA_FC is not set
80032 -# CONFIG_SCSI_QLA_ISCSI is not set
80033 -# CONFIG_SCSI_LPFC is not set
80034 -# CONFIG_SCSI_DC395x is not set
80035 -# CONFIG_SCSI_DC390T is not set
80036 -# CONFIG_SCSI_NSP32 is not set
80037 -# CONFIG_SCSI_DEBUG is not set
80038 -# CONFIG_SCSI_SRP is not set
80039 -# CONFIG_ATA is not set
80040 -# CONFIG_MD is not set
80041 -# CONFIG_FUSION is not set
80042 -
80043 -#
80044 -# IEEE 1394 (FireWire) support
80045 -#
80046 -# CONFIG_FIREWIRE is not set
80047 -# CONFIG_IEEE1394 is not set
80048 -# CONFIG_I2O is not set
80049 -# CONFIG_MACINTOSH_DRIVERS is not set
80050 -CONFIG_NETDEVICES=y
80051 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
80052 -# CONFIG_DUMMY is not set
80053 -# CONFIG_BONDING is not set
80054 -# CONFIG_MACVLAN is not set
80055 -# CONFIG_EQUALIZER is not set
80056 -# CONFIG_TUN is not set
80057 -# CONFIG_VETH is not set
80058 -# CONFIG_ARCNET is not set
80059 -CONFIG_PHYLIB=y
80060 -
80061 -#
80062 -# MII PHY device drivers
80063 -#
80064 -CONFIG_MARVELL_PHY=y
80065 -# CONFIG_DAVICOM_PHY is not set
80066 -# CONFIG_QSEMI_PHY is not set
80067 -# CONFIG_LXT_PHY is not set
80068 -# CONFIG_CICADA_PHY is not set
80069 -# CONFIG_VITESSE_PHY is not set
80070 -# CONFIG_SMSC_PHY is not set
80071 -# CONFIG_BROADCOM_PHY is not set
80072 -# CONFIG_ICPLUS_PHY is not set
80073 -# CONFIG_REALTEK_PHY is not set
80074 -# CONFIG_FIXED_PHY is not set
80075 -# CONFIG_MDIO_BITBANG is not set
80076 -CONFIG_NET_ETHERNET=y
80077 -# CONFIG_MII is not set
80078 -# CONFIG_HAPPYMEAL is not set
80079 -# CONFIG_SUNGEM is not set
80080 -# CONFIG_CASSINI is not set
80081 -# CONFIG_NET_VENDOR_3COM is not set
80082 -# CONFIG_NET_TULIP is not set
80083 -# CONFIG_HP100 is not set
80084 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
80085 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
80086 -# CONFIG_IBM_NEW_EMAC_TAH is not set
80087 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
80088 -# CONFIG_NET_PCI is not set
80089 -# CONFIG_B44 is not set
80090 -# CONFIG_NET_POCKET is not set
80091 -# CONFIG_FS_ENET is not set
80092 -CONFIG_NETDEV_1000=y
80093 -# CONFIG_ACENIC is not set
80094 -# CONFIG_DL2K is not set
80095 -# CONFIG_E1000 is not set
80096 -# CONFIG_E1000E is not set
80097 -# CONFIG_E1000E_ENABLED is not set
80098 -# CONFIG_IP1000 is not set
80099 -# CONFIG_IGB is not set
80100 -# CONFIG_NS83820 is not set
80101 -# CONFIG_HAMACHI is not set
80102 -# CONFIG_YELLOWFIN is not set
80103 -# CONFIG_R8169 is not set
80104 -# CONFIG_SIS190 is not set
80105 -# CONFIG_SKGE is not set
80106 -# CONFIG_SKY2 is not set
80107 -# CONFIG_SK98LIN is not set
80108 -# CONFIG_VIA_VELOCITY is not set
80109 -# CONFIG_TIGON3 is not set
80110 -# CONFIG_BNX2 is not set
80111 -CONFIG_GIANFAR=y
80112 -CONFIG_GFAR_NAPI=y
80113 -# CONFIG_QLA3XXX is not set
80114 -# CONFIG_ATL1 is not set
80115 -CONFIG_NETDEV_10000=y
80116 -# CONFIG_CHELSIO_T1 is not set
80117 -# CONFIG_CHELSIO_T3 is not set
80118 -# CONFIG_IXGBE is not set
80119 -# CONFIG_IXGB is not set
80120 -# CONFIG_S2IO is not set
80121 -# CONFIG_MYRI10GE is not set
80122 -# CONFIG_NETXEN_NIC is not set
80123 -# CONFIG_NIU is not set
80124 -# CONFIG_MLX4_CORE is not set
80125 -# CONFIG_TEHUTI is not set
80126 -# CONFIG_BNX2X is not set
80127 -# CONFIG_TR is not set
80128 -
80129 -#
80130 -# Wireless LAN
80131 -#
80132 -# CONFIG_WLAN_PRE80211 is not set
80133 -# CONFIG_WLAN_80211 is not set
80134 -# CONFIG_WAN is not set
80135 -# CONFIG_FDDI is not set
80136 -# CONFIG_HIPPI is not set
80137 -# CONFIG_PLIP is not set
80138 -# CONFIG_PPP is not set
80139 -# CONFIG_SLIP is not set
80140 -# CONFIG_NET_FC is not set
80141 -# CONFIG_NETCONSOLE is not set
80142 -# CONFIG_NETPOLL is not set
80143 -# CONFIG_NET_POLL_CONTROLLER is not set
80144 -# CONFIG_ISDN is not set
80145 -# CONFIG_PHONE is not set
80146 -
80147 -#
80148 -# Input device support
80149 -#
80150 -CONFIG_INPUT=y
80151 -# CONFIG_INPUT_FF_MEMLESS is not set
80152 -# CONFIG_INPUT_POLLDEV is not set
80153 -
80154 -#
80155 -# Userland interfaces
80156 -#
80157 -CONFIG_INPUT_MOUSEDEV=y
80158 -CONFIG_INPUT_MOUSEDEV_PSAUX=y
80159 -CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
80160 -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024
80161 -CONFIG_INPUT_JOYDEV=m
80162 -CONFIG_INPUT_EVDEV=m
80163 -# CONFIG_INPUT_EVBUG is not set
80164 -
80165 -#
80166 -# Input Device Drivers
80167 -#
80168 -CONFIG_INPUT_KEYBOARD=y
80169 -CONFIG_KEYBOARD_ATKBD=y
80170 -# CONFIG_KEYBOARD_SUNKBD is not set
80171 -# CONFIG_KEYBOARD_LKKBD is not set
80172 -# CONFIG_KEYBOARD_XTKBD is not set
80173 -# CONFIG_KEYBOARD_NEWTON is not set
80174 -# CONFIG_KEYBOARD_STOWAWAY is not set
80175 -CONFIG_INPUT_MOUSE=y
80176 -CONFIG_MOUSE_PS2=y
80177 -CONFIG_MOUSE_PS2_ALPS=y
80178 -CONFIG_MOUSE_PS2_LOGIPS2PP=y
80179 -CONFIG_MOUSE_PS2_SYNAPTICS=y
80180 -CONFIG_MOUSE_PS2_LIFEBOOK=y
80181 -CONFIG_MOUSE_PS2_TRACKPOINT=y
80182 -# CONFIG_MOUSE_PS2_TOUCHKIT is not set
80183 -# CONFIG_MOUSE_SERIAL is not set
80184 -# CONFIG_MOUSE_APPLETOUCH is not set
80185 -# CONFIG_MOUSE_VSXXXAA is not set
80186 -# CONFIG_INPUT_JOYSTICK is not set
80187 -# CONFIG_INPUT_TABLET is not set
80188 -# CONFIG_INPUT_TOUCHSCREEN is not set
80189 -# CONFIG_INPUT_MISC is not set
80190 -
80191 -#
80192 -# Hardware I/O ports
80193 -#
80194 -CONFIG_SERIO=y
80195 -CONFIG_SERIO_I8042=y
80196 -CONFIG_SERIO_SERPORT=y
80197 -# CONFIG_SERIO_PARKBD is not set
80198 -# CONFIG_SERIO_PCIPS2 is not set
80199 -CONFIG_SERIO_LIBPS2=y
80200 -# CONFIG_SERIO_RAW is not set
80201 -# CONFIG_GAMEPORT is not set
80202 -
80203 -#
80204 -# Character devices
80205 -#
80206 -# CONFIG_VT is not set
80207 -# CONFIG_SERIAL_NONSTANDARD is not set
80208 -# CONFIG_NOZOMI is not set
80209 -
80210 -#
80211 -# Serial drivers
80212 -#
80213 -# CONFIG_SERIAL_8250 is not set
80214 -
80215 -#
80216 -# Non-8250 serial port support
80217 -#
80218 -# CONFIG_SERIAL_UARTLITE is not set
80219 -CONFIG_SERIAL_CORE=y
80220 -CONFIG_SERIAL_CORE_CONSOLE=y
80221 -CONFIG_SERIAL_CPM=y
80222 -CONFIG_SERIAL_CPM_CONSOLE=y
80223 -# CONFIG_SERIAL_CPM_SCC1 is not set
80224 -CONFIG_SERIAL_CPM_SCC2=y
80225 -# CONFIG_SERIAL_CPM_SCC3 is not set
80226 -# CONFIG_SERIAL_CPM_SCC4 is not set
80227 -# CONFIG_SERIAL_CPM_SMC1 is not set
80228 -# CONFIG_SERIAL_CPM_SMC2 is not set
80229 -# CONFIG_SERIAL_JSM is not set
80230 -CONFIG_UNIX98_PTYS=y
80231 -CONFIG_LEGACY_PTYS=y
80232 -CONFIG_LEGACY_PTY_COUNT=256
80233 -CONFIG_PRINTER=m
80234 -# CONFIG_LP_CONSOLE is not set
80235 -# CONFIG_PPDEV is not set
80236 -# CONFIG_IPMI_HANDLER is not set
80237 -CONFIG_HW_RANDOM=m
80238 -# CONFIG_NVRAM is not set
80239 -# CONFIG_GEN_RTC is not set
80240 -# CONFIG_R3964 is not set
80241 -# CONFIG_APPLICOM is not set
80242 -# CONFIG_RAW_DRIVER is not set
80243 -# CONFIG_TCG_TPM is not set
80244 -CONFIG_DEVPORT=y
80245 -CONFIG_I2C=m
80246 -CONFIG_I2C_BOARDINFO=y
80247 -CONFIG_I2C_CHARDEV=m
80248 -
80249 -#
80250 -# I2C Algorithms
80251 -#
80252 -CONFIG_I2C_ALGOBIT=m
80253 -# CONFIG_I2C_ALGOPCF is not set
80254 -# CONFIG_I2C_ALGOPCA is not set
80255 -
80256 -#
80257 -# I2C Hardware Bus support
80258 -#
80259 -# CONFIG_I2C_ALI1535 is not set
80260 -# CONFIG_I2C_ALI1563 is not set
80261 -# CONFIG_I2C_ALI15X3 is not set
80262 -# CONFIG_I2C_AMD756 is not set
80263 -# CONFIG_I2C_AMD8111 is not set
80264 -# CONFIG_I2C_I801 is not set
80265 -# CONFIG_I2C_I810 is not set
80266 -# CONFIG_I2C_PIIX4 is not set
80267 -# CONFIG_I2C_MPC is not set
80268 -# CONFIG_I2C_NFORCE2 is not set
80269 -# CONFIG_I2C_OCORES is not set
80270 -# CONFIG_I2C_PARPORT is not set
80271 -# CONFIG_I2C_PARPORT_LIGHT is not set
80272 -# CONFIG_I2C_PROSAVAGE is not set
80273 -# CONFIG_I2C_SAVAGE4 is not set
80274 -# CONFIG_I2C_SIMTEC is not set
80275 -# CONFIG_I2C_SIS5595 is not set
80276 -# CONFIG_I2C_SIS630 is not set
80277 -# CONFIG_I2C_SIS96X is not set
80278 -# CONFIG_I2C_TAOS_EVM is not set
80279 -# CONFIG_I2C_STUB is not set
80280 -# CONFIG_I2C_VIA is not set
80281 -# CONFIG_I2C_VIAPRO is not set
80282 -# CONFIG_I2C_VOODOO3 is not set
80283 -
80284 -#
80285 -# Miscellaneous I2C Chip support
80286 -#
80287 -# CONFIG_DS1682 is not set
80288 -# CONFIG_SENSORS_EEPROM is not set
80289 -# CONFIG_SENSORS_PCF8574 is not set
80290 -# CONFIG_PCF8575 is not set
80291 -# CONFIG_SENSORS_PCF8591 is not set
80292 -# CONFIG_TPS65010 is not set
80293 -# CONFIG_SENSORS_MAX6875 is not set
80294 -# CONFIG_SENSORS_TSL2550 is not set
80295 -# CONFIG_I2C_DEBUG_CORE is not set
80296 -# CONFIG_I2C_DEBUG_ALGO is not set
80297 -# CONFIG_I2C_DEBUG_BUS is not set
80298 -# CONFIG_I2C_DEBUG_CHIP is not set
80299 -
80300 -#
80301 -# SPI support
80302 -#
80303 -# CONFIG_SPI is not set
80304 -# CONFIG_SPI_MASTER is not set
80305 -# CONFIG_W1 is not set
80306 -# CONFIG_POWER_SUPPLY is not set
80307 -CONFIG_HWMON=y
80308 -# CONFIG_HWMON_VID is not set
80309 -# CONFIG_SENSORS_AD7418 is not set
80310 -# CONFIG_SENSORS_ADM1021 is not set
80311 -# CONFIG_SENSORS_ADM1025 is not set
80312 -# CONFIG_SENSORS_ADM1026 is not set
80313 -# CONFIG_SENSORS_ADM1029 is not set
80314 -# CONFIG_SENSORS_ADM1031 is not set
80315 -# CONFIG_SENSORS_ADM9240 is not set
80316 -# CONFIG_SENSORS_ADT7470 is not set
80317 -# CONFIG_SENSORS_ADT7473 is not set
80318 -# CONFIG_SENSORS_ATXP1 is not set
80319 -# CONFIG_SENSORS_DS1621 is not set
80320 -# CONFIG_SENSORS_I5K_AMB is not set
80321 -# CONFIG_SENSORS_F71805F is not set
80322 -# CONFIG_SENSORS_F71882FG is not set
80323 -# CONFIG_SENSORS_F75375S is not set
80324 -# CONFIG_SENSORS_GL518SM is not set
80325 -# CONFIG_SENSORS_GL520SM is not set
80326 -# CONFIG_SENSORS_IT87 is not set
80327 -# CONFIG_SENSORS_LM63 is not set
80328 -# CONFIG_SENSORS_LM75 is not set
80329 -# CONFIG_SENSORS_LM77 is not set
80330 -# CONFIG_SENSORS_LM78 is not set
80331 -# CONFIG_SENSORS_LM80 is not set
80332 -# CONFIG_SENSORS_LM83 is not set
80333 -# CONFIG_SENSORS_LM85 is not set
80334 -# CONFIG_SENSORS_LM87 is not set
80335 -# CONFIG_SENSORS_LM90 is not set
80336 -# CONFIG_SENSORS_LM92 is not set
80337 -# CONFIG_SENSORS_LM93 is not set
80338 -# CONFIG_SENSORS_MAX1619 is not set
80339 -# CONFIG_SENSORS_MAX6650 is not set
80340 -# CONFIG_SENSORS_PC87360 is not set
80341 -# CONFIG_SENSORS_PC87427 is not set
80342 -# CONFIG_SENSORS_SIS5595 is not set
80343 -# CONFIG_SENSORS_DME1737 is not set
80344 -# CONFIG_SENSORS_SMSC47M1 is not set
80345 -# CONFIG_SENSORS_SMSC47M192 is not set
80346 -# CONFIG_SENSORS_SMSC47B397 is not set
80347 -# CONFIG_SENSORS_ADS7828 is not set
80348 -# CONFIG_SENSORS_THMC50 is not set
80349 -# CONFIG_SENSORS_VIA686A is not set
80350 -# CONFIG_SENSORS_VT1211 is not set
80351 -# CONFIG_SENSORS_VT8231 is not set
80352 -# CONFIG_SENSORS_W83781D is not set
80353 -# CONFIG_SENSORS_W83791D is not set
80354 -# CONFIG_SENSORS_W83792D is not set
80355 -# CONFIG_SENSORS_W83793 is not set
80356 -# CONFIG_SENSORS_W83L785TS is not set
80357 -# CONFIG_SENSORS_W83L786NG is not set
80358 -# CONFIG_SENSORS_W83627HF is not set
80359 -# CONFIG_SENSORS_W83627EHF is not set
80360 -# CONFIG_HWMON_DEBUG_CHIP is not set
80361 -# CONFIG_THERMAL is not set
80362 -# CONFIG_WATCHDOG is not set
80363 -
80364 -#
80365 -# Sonics Silicon Backplane
80366 -#
80367 -CONFIG_SSB_POSSIBLE=y
80368 -# CONFIG_SSB is not set
80369 -
80370 -#
80371 -# Multifunction device drivers
80372 -#
80373 -# CONFIG_MFD_SM501 is not set
80374 -
80375 -#
80376 -# Multimedia devices
80377 -#
80378 -# CONFIG_VIDEO_DEV is not set
80379 -# CONFIG_DVB_CORE is not set
80380 -CONFIG_DAB=y
80381 -
80382 -#
80383 -# Graphics support
80384 -#
80385 -CONFIG_AGP=m
80386 -CONFIG_DRM=m
80387 -# CONFIG_DRM_TDFX is not set
80388 -# CONFIG_DRM_R128 is not set
80389 -# CONFIG_DRM_RADEON is not set
80390 -# CONFIG_DRM_MGA is not set
80391 -# CONFIG_DRM_SIS is not set
80392 -# CONFIG_DRM_VIA is not set
80393 -# CONFIG_DRM_SAVAGE is not set
80394 -# CONFIG_VGASTATE is not set
80395 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
80396 -# CONFIG_FB is not set
80397 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
80398 -
80399 -#
80400 -# Display device support
80401 -#
80402 -# CONFIG_DISPLAY_SUPPORT is not set
80403 -
80404 -#
80405 -# Sound
80406 -#
80407 -CONFIG_SOUND=m
80408 -
80409 -#
80410 -# Advanced Linux Sound Architecture
80411 -#
80412 -# CONFIG_SND is not set
80413 -
80414 -#
80415 -# Open Sound System
80416 -#
80417 -# CONFIG_SOUND_PRIME is not set
80418 -CONFIG_HID_SUPPORT=y
80419 -CONFIG_HID=y
80420 -# CONFIG_HID_DEBUG is not set
80421 -# CONFIG_HIDRAW is not set
80422 -CONFIG_USB_SUPPORT=y
80423 -CONFIG_USB_ARCH_HAS_HCD=y
80424 -CONFIG_USB_ARCH_HAS_OHCI=y
80425 -CONFIG_USB_ARCH_HAS_EHCI=y
80426 -# CONFIG_USB is not set
80427 -
80428 -#
80429 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
80430 -#
80431 -# CONFIG_USB_GADGET is not set
80432 -# CONFIG_MMC is not set
80433 -# CONFIG_MEMSTICK is not set
80434 -# CONFIG_NEW_LEDS is not set
80435 -# CONFIG_INFINIBAND is not set
80436 -# CONFIG_EDAC is not set
80437 -# CONFIG_RTC_CLASS is not set
80438 -# CONFIG_DMADEVICES is not set
80439 -# CONFIG_AUXDISPLAY is not set
80440 -
80441 -#
80442 -# Userspace I/O
80443 -#
80444 -# CONFIG_UIO is not set
80445 -
80446 -#
80447 -# File systems
80448 -#
80449 -CONFIG_EXT2_FS=y
80450 -# CONFIG_EXT2_FS_XATTR is not set
80451 -# CONFIG_EXT2_FS_XIP is not set
80452 -CONFIG_EXT3_FS=y
80453 -CONFIG_EXT3_FS_XATTR=y
80454 -# CONFIG_EXT3_FS_POSIX_ACL is not set
80455 -# CONFIG_EXT3_FS_SECURITY is not set
80456 -# CONFIG_EXT4DEV_FS is not set
80457 -CONFIG_JBD=y
80458 -CONFIG_FS_MBCACHE=y
80459 -# CONFIG_REISERFS_FS is not set
80460 -# CONFIG_JFS_FS is not set
80461 -# CONFIG_FS_POSIX_ACL is not set
80462 -# CONFIG_XFS_FS is not set
80463 -# CONFIG_GFS2_FS is not set
80464 -# CONFIG_OCFS2_FS is not set
80465 -CONFIG_DNOTIFY=y
80466 -CONFIG_INOTIFY=y
80467 -CONFIG_INOTIFY_USER=y
80468 -# CONFIG_QUOTA is not set
80469 -CONFIG_AUTOFS_FS=m
80470 -CONFIG_AUTOFS4_FS=y
80471 -# CONFIG_FUSE_FS is not set
80472 -
80473 -#
80474 -# CD-ROM/DVD Filesystems
80475 -#
80476 -CONFIG_ISO9660_FS=m
80477 -# CONFIG_JOLIET is not set
80478 -# CONFIG_ZISOFS is not set
80479 -CONFIG_UDF_FS=m
80480 -CONFIG_UDF_NLS=y
80481 -
80482 -#
80483 -# DOS/FAT/NT Filesystems
80484 -#
80485 -CONFIG_FAT_FS=m
80486 -CONFIG_MSDOS_FS=m
80487 -CONFIG_VFAT_FS=m
80488 -CONFIG_FAT_DEFAULT_CODEPAGE=437
80489 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
80490 -# CONFIG_NTFS_FS is not set
80491 -
80492 -#
80493 -# Pseudo filesystems
80494 -#
80495 -CONFIG_PROC_FS=y
80496 -# CONFIG_PROC_KCORE is not set
80497 -CONFIG_PROC_SYSCTL=y
80498 -CONFIG_SYSFS=y
80499 -CONFIG_TMPFS=y
80500 -# CONFIG_TMPFS_POSIX_ACL is not set
80501 -# CONFIG_HUGETLB_PAGE is not set
80502 -# CONFIG_CONFIGFS_FS is not set
80503 -
80504 -#
80505 -# Miscellaneous filesystems
80506 -#
80507 -# CONFIG_ADFS_FS is not set
80508 -# CONFIG_AFFS_FS is not set
80509 -# CONFIG_HFS_FS is not set
80510 -# CONFIG_HFSPLUS_FS is not set
80511 -# CONFIG_BEFS_FS is not set
80512 -# CONFIG_BFS_FS is not set
80513 -# CONFIG_EFS_FS is not set
80514 -CONFIG_CRAMFS=m
80515 -# CONFIG_VXFS_FS is not set
80516 -# CONFIG_MINIX_FS is not set
80517 -# CONFIG_HPFS_FS is not set
80518 -# CONFIG_QNX4FS_FS is not set
80519 -# CONFIG_ROMFS_FS is not set
80520 -# CONFIG_SYSV_FS is not set
80521 -# CONFIG_UFS_FS is not set
80522 -CONFIG_NETWORK_FILESYSTEMS=y
80523 -CONFIG_NFS_FS=y
80524 -CONFIG_NFS_V3=y
80525 -# CONFIG_NFS_V3_ACL is not set
80526 -# CONFIG_NFS_V4 is not set
80527 -# CONFIG_NFS_DIRECTIO is not set
80528 -# CONFIG_NFSD is not set
80529 -CONFIG_ROOT_NFS=y
80530 -CONFIG_LOCKD=y
80531 -CONFIG_LOCKD_V4=y
80532 -CONFIG_NFS_COMMON=y
80533 -CONFIG_SUNRPC=y
80534 -# CONFIG_SUNRPC_BIND34 is not set
80535 -# CONFIG_RPCSEC_GSS_KRB5 is not set
80536 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
80537 -CONFIG_SMB_FS=m
80538 -# CONFIG_SMB_NLS_DEFAULT is not set
80539 -# CONFIG_CIFS is not set
80540 -# CONFIG_NCP_FS is not set
80541 -# CONFIG_CODA_FS is not set
80542 -# CONFIG_AFS_FS is not set
80543 -
80544 -#
80545 -# Partition Types
80546 -#
80547 -# CONFIG_PARTITION_ADVANCED is not set
80548 -CONFIG_MSDOS_PARTITION=y
80549 -CONFIG_NLS=y
80550 -CONFIG_NLS_DEFAULT="iso8859-1"
80551 -# CONFIG_NLS_CODEPAGE_437 is not set
80552 -# CONFIG_NLS_CODEPAGE_737 is not set
80553 -# CONFIG_NLS_CODEPAGE_775 is not set
80554 -# CONFIG_NLS_CODEPAGE_850 is not set
80555 -# CONFIG_NLS_CODEPAGE_852 is not set
80556 -# CONFIG_NLS_CODEPAGE_855 is not set
80557 -# CONFIG_NLS_CODEPAGE_857 is not set
80558 -# CONFIG_NLS_CODEPAGE_860 is not set
80559 -# CONFIG_NLS_CODEPAGE_861 is not set
80560 -# CONFIG_NLS_CODEPAGE_862 is not set
80561 -# CONFIG_NLS_CODEPAGE_863 is not set
80562 -# CONFIG_NLS_CODEPAGE_864 is not set
80563 -# CONFIG_NLS_CODEPAGE_865 is not set
80564 -# CONFIG_NLS_CODEPAGE_866 is not set
80565 -# CONFIG_NLS_CODEPAGE_869 is not set
80566 -# CONFIG_NLS_CODEPAGE_936 is not set
80567 -# CONFIG_NLS_CODEPAGE_950 is not set
80568 -# CONFIG_NLS_CODEPAGE_932 is not set
80569 -# CONFIG_NLS_CODEPAGE_949 is not set
80570 -# CONFIG_NLS_CODEPAGE_874 is not set
80571 -# CONFIG_NLS_ISO8859_8 is not set
80572 -# CONFIG_NLS_CODEPAGE_1250 is not set
80573 -# CONFIG_NLS_CODEPAGE_1251 is not set
80574 -# CONFIG_NLS_ASCII is not set
80575 -# CONFIG_NLS_ISO8859_1 is not set
80576 -# CONFIG_NLS_ISO8859_2 is not set
80577 -# CONFIG_NLS_ISO8859_3 is not set
80578 -# CONFIG_NLS_ISO8859_4 is not set
80579 -# CONFIG_NLS_ISO8859_5 is not set
80580 -# CONFIG_NLS_ISO8859_6 is not set
80581 -# CONFIG_NLS_ISO8859_7 is not set
80582 -# CONFIG_NLS_ISO8859_9 is not set
80583 -# CONFIG_NLS_ISO8859_13 is not set
80584 -# CONFIG_NLS_ISO8859_14 is not set
80585 -# CONFIG_NLS_ISO8859_15 is not set
80586 -# CONFIG_NLS_KOI8_R is not set
80587 -# CONFIG_NLS_KOI8_U is not set
80588 -# CONFIG_NLS_UTF8 is not set
80589 -# CONFIG_DLM is not set
80590 -
80591 -#
80592 -# Library routines
80593 -#
80594 -CONFIG_BITREVERSE=y
80595 -CONFIG_CRC_CCITT=y
80596 -# CONFIG_CRC16 is not set
80597 -# CONFIG_CRC_ITU_T is not set
80598 -CONFIG_CRC32=y
80599 -# CONFIG_CRC7 is not set
80600 -# CONFIG_LIBCRC32C is not set
80601 -CONFIG_ZLIB_INFLATE=m
80602 -CONFIG_PLIST=y
80603 -CONFIG_HAS_IOMEM=y
80604 -CONFIG_HAS_IOPORT=y
80605 -CONFIG_HAS_DMA=y
80606 -
80607 -#
80608 -# Kernel hacking
80609 -#
80610 -# CONFIG_PRINTK_TIME is not set
80611 -CONFIG_ENABLE_WARN_DEPRECATED=y
80612 -CONFIG_ENABLE_MUST_CHECK=y
80613 -# CONFIG_MAGIC_SYSRQ is not set
80614 -# CONFIG_UNUSED_SYMBOLS is not set
80615 -# CONFIG_DEBUG_FS is not set
80616 -# CONFIG_HEADERS_CHECK is not set
80617 -CONFIG_DEBUG_KERNEL=y
80618 -# CONFIG_DEBUG_SHIRQ is not set
80619 -CONFIG_DETECT_SOFTLOCKUP=y
80620 -CONFIG_SCHED_DEBUG=y
80621 -# CONFIG_SCHEDSTATS is not set
80622 -# CONFIG_TIMER_STATS is not set
80623 -# CONFIG_SLUB_DEBUG_ON is not set
80624 -# CONFIG_SLUB_STATS is not set
80625 -# CONFIG_DEBUG_RT_MUTEXES is not set
80626 -# CONFIG_RT_MUTEX_TESTER is not set
80627 -# CONFIG_DEBUG_SPINLOCK is not set
80628 -# CONFIG_DEBUG_MUTEXES is not set
80629 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
80630 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
80631 -# CONFIG_DEBUG_KOBJECT is not set
80632 -# CONFIG_DEBUG_HIGHMEM is not set
80633 -# CONFIG_DEBUG_BUGVERBOSE is not set
80634 -# CONFIG_DEBUG_INFO is not set
80635 -# CONFIG_DEBUG_VM is not set
80636 -# CONFIG_DEBUG_LIST is not set
80637 -# CONFIG_DEBUG_SG is not set
80638 -# CONFIG_BOOT_PRINTK_DELAY is not set
80639 -# CONFIG_RCU_TORTURE_TEST is not set
80640 -# CONFIG_BACKTRACE_SELF_TEST is not set
80641 -# CONFIG_FAULT_INJECTION is not set
80642 -# CONFIG_SAMPLES is not set
80643 -# CONFIG_DEBUG_STACKOVERFLOW is not set
80644 -# CONFIG_DEBUG_STACK_USAGE is not set
80645 -# CONFIG_DEBUG_PAGEALLOC is not set
80646 -# CONFIG_DEBUGGER is not set
80647 -# CONFIG_KGDB_CONSOLE is not set
80648 -CONFIG_BDI_SWITCH=y
80649 -# CONFIG_PPC_EARLY_DEBUG is not set
80650 -
80651 -#
80652 -# Security options
80653 -#
80654 -# CONFIG_KEYS is not set
80655 -# CONFIG_SECURITY is not set
80656 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
80657 -CONFIG_CRYPTO=y
80658 -# CONFIG_CRYPTO_SEQIV is not set
80659 -# CONFIG_CRYPTO_MANAGER is not set
80660 -# CONFIG_CRYPTO_HMAC is not set
80661 -# CONFIG_CRYPTO_XCBC is not set
80662 -# CONFIG_CRYPTO_NULL is not set
80663 -# CONFIG_CRYPTO_MD4 is not set
80664 -# CONFIG_CRYPTO_MD5 is not set
80665 -# CONFIG_CRYPTO_SHA1 is not set
80666 -# CONFIG_CRYPTO_SHA256 is not set
80667 -# CONFIG_CRYPTO_SHA512 is not set
80668 -# CONFIG_CRYPTO_WP512 is not set
80669 -# CONFIG_CRYPTO_TGR192 is not set
80670 -# CONFIG_CRYPTO_GF128MUL is not set
80671 -# CONFIG_CRYPTO_ECB is not set
80672 -# CONFIG_CRYPTO_CBC is not set
80673 -# CONFIG_CRYPTO_PCBC is not set
80674 -# CONFIG_CRYPTO_LRW is not set
80675 -# CONFIG_CRYPTO_XTS is not set
80676 -# CONFIG_CRYPTO_CTR is not set
80677 -# CONFIG_CRYPTO_GCM is not set
80678 -# CONFIG_CRYPTO_CCM is not set
80679 -# CONFIG_CRYPTO_CRYPTD is not set
80680 -# CONFIG_CRYPTO_DES is not set
80681 -# CONFIG_CRYPTO_FCRYPT is not set
80682 -# CONFIG_CRYPTO_BLOWFISH is not set
80683 -# CONFIG_CRYPTO_TWOFISH is not set
80684 -# CONFIG_CRYPTO_SERPENT is not set
80685 -# CONFIG_CRYPTO_AES is not set
80686 -# CONFIG_CRYPTO_CAST5 is not set
80687 -# CONFIG_CRYPTO_CAST6 is not set
80688 -# CONFIG_CRYPTO_TEA is not set
80689 -# CONFIG_CRYPTO_ARC4 is not set
80690 -# CONFIG_CRYPTO_KHAZAD is not set
80691 -# CONFIG_CRYPTO_ANUBIS is not set
80692 -# CONFIG_CRYPTO_SEED is not set
80693 -# CONFIG_CRYPTO_SALSA20 is not set
80694 -# CONFIG_CRYPTO_DEFLATE is not set
80695 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
80696 -# CONFIG_CRYPTO_CRC32C is not set
80697 -# CONFIG_CRYPTO_CAMELLIA is not set
80698 -# CONFIG_CRYPTO_TEST is not set
80699 -# CONFIG_CRYPTO_AUTHENC is not set
80700 -# CONFIG_CRYPTO_LZO is not set
80701 -CONFIG_CRYPTO_HW=y
80702 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
80703 -# CONFIG_PPC_CLOCK is not set
80704 -CONFIG_PPC_LIB_RHEAP=y
80705 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/taishan_defconfig powerpc.git/arch/powerpc/configs/taishan_defconfig
80706 --- linux-2.6.25-rc9/arch/powerpc/configs/taishan_defconfig 2008-04-11 22:32:29.000000000 +0200
80707 +++ powerpc.git/arch/powerpc/configs/taishan_defconfig 1970-01-01 01:00:00.000000000 +0100
80708 @@ -1,815 +0,0 @@
80709 -#
80710 -# Automatically generated make config: don't edit
80711 -# Linux kernel version: 2.6.25-rc2
80712 -# Fri Feb 15 21:40:44 2008
80713 -#
80714 -# CONFIG_PPC64 is not set
80715 -
80716 -#
80717 -# Processor support
80718 -#
80719 -# CONFIG_6xx is not set
80720 -# CONFIG_PPC_85xx is not set
80721 -# CONFIG_PPC_8xx is not set
80722 -# CONFIG_40x is not set
80723 -CONFIG_44x=y
80724 -# CONFIG_E200 is not set
80725 -CONFIG_4xx=y
80726 -CONFIG_BOOKE=y
80727 -CONFIG_PTE_64BIT=y
80728 -CONFIG_PHYS_64BIT=y
80729 -# CONFIG_PPC_MM_SLICES is not set
80730 -CONFIG_NOT_COHERENT_CACHE=y
80731 -CONFIG_PPC32=y
80732 -CONFIG_WORD_SIZE=32
80733 -CONFIG_PPC_MERGE=y
80734 -CONFIG_MMU=y
80735 -CONFIG_GENERIC_CMOS_UPDATE=y
80736 -CONFIG_GENERIC_TIME=y
80737 -CONFIG_GENERIC_TIME_VSYSCALL=y
80738 -CONFIG_GENERIC_CLOCKEVENTS=y
80739 -CONFIG_GENERIC_HARDIRQS=y
80740 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
80741 -CONFIG_IRQ_PER_CPU=y
80742 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
80743 -CONFIG_ARCH_HAS_ILOG2_U32=y
80744 -CONFIG_GENERIC_HWEIGHT=y
80745 -CONFIG_GENERIC_CALIBRATE_DELAY=y
80746 -CONFIG_GENERIC_FIND_NEXT_BIT=y
80747 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
80748 -CONFIG_PPC=y
80749 -CONFIG_EARLY_PRINTK=y
80750 -CONFIG_GENERIC_NVRAM=y
80751 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
80752 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
80753 -CONFIG_PPC_OF=y
80754 -CONFIG_OF=y
80755 -CONFIG_PPC_UDBG_16550=y
80756 -# CONFIG_GENERIC_TBSYNC is not set
80757 -CONFIG_AUDIT_ARCH=y
80758 -CONFIG_GENERIC_BUG=y
80759 -# CONFIG_DEFAULT_UIMAGE is not set
80760 -CONFIG_PPC_DCR_NATIVE=y
80761 -# CONFIG_PPC_DCR_MMIO is not set
80762 -CONFIG_PPC_DCR=y
80763 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
80764 -
80765 -#
80766 -# General setup
80767 -#
80768 -CONFIG_EXPERIMENTAL=y
80769 -CONFIG_BROKEN_ON_SMP=y
80770 -CONFIG_INIT_ENV_ARG_LIMIT=32
80771 -CONFIG_LOCALVERSION=""
80772 -CONFIG_LOCALVERSION_AUTO=y
80773 -CONFIG_SWAP=y
80774 -CONFIG_SYSVIPC=y
80775 -CONFIG_SYSVIPC_SYSCTL=y
80776 -CONFIG_POSIX_MQUEUE=y
80777 -# CONFIG_BSD_PROCESS_ACCT is not set
80778 -# CONFIG_TASKSTATS is not set
80779 -# CONFIG_AUDIT is not set
80780 -# CONFIG_IKCONFIG is not set
80781 -CONFIG_LOG_BUF_SHIFT=14
80782 -# CONFIG_CGROUPS is not set
80783 -CONFIG_GROUP_SCHED=y
80784 -CONFIG_FAIR_GROUP_SCHED=y
80785 -# CONFIG_RT_GROUP_SCHED is not set
80786 -CONFIG_USER_SCHED=y
80787 -# CONFIG_CGROUP_SCHED is not set
80788 -CONFIG_SYSFS_DEPRECATED=y
80789 -# CONFIG_RELAY is not set
80790 -# CONFIG_NAMESPACES is not set
80791 -CONFIG_BLK_DEV_INITRD=y
80792 -CONFIG_INITRAMFS_SOURCE=""
80793 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
80794 -CONFIG_SYSCTL=y
80795 -CONFIG_EMBEDDED=y
80796 -CONFIG_SYSCTL_SYSCALL=y
80797 -CONFIG_KALLSYMS=y
80798 -# CONFIG_KALLSYMS_ALL is not set
80799 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
80800 -CONFIG_HOTPLUG=y
80801 -CONFIG_PRINTK=y
80802 -CONFIG_BUG=y
80803 -CONFIG_ELF_CORE=y
80804 -CONFIG_COMPAT_BRK=y
80805 -CONFIG_BASE_FULL=y
80806 -CONFIG_FUTEX=y
80807 -CONFIG_ANON_INODES=y
80808 -CONFIG_EPOLL=y
80809 -CONFIG_SIGNALFD=y
80810 -CONFIG_TIMERFD=y
80811 -CONFIG_EVENTFD=y
80812 -CONFIG_SHMEM=y
80813 -CONFIG_VM_EVENT_COUNTERS=y
80814 -CONFIG_SLUB_DEBUG=y
80815 -# CONFIG_SLAB is not set
80816 -CONFIG_SLUB=y
80817 -# CONFIG_SLOB is not set
80818 -# CONFIG_PROFILING is not set
80819 -# CONFIG_MARKERS is not set
80820 -CONFIG_HAVE_OPROFILE=y
80821 -# CONFIG_KPROBES is not set
80822 -CONFIG_HAVE_KPROBES=y
80823 -CONFIG_PROC_PAGE_MONITOR=y
80824 -CONFIG_SLABINFO=y
80825 -CONFIG_RT_MUTEXES=y
80826 -# CONFIG_TINY_SHMEM is not set
80827 -CONFIG_BASE_SMALL=0
80828 -CONFIG_MODULES=y
80829 -CONFIG_MODULE_UNLOAD=y
80830 -# CONFIG_MODULE_FORCE_UNLOAD is not set
80831 -# CONFIG_MODVERSIONS is not set
80832 -# CONFIG_MODULE_SRCVERSION_ALL is not set
80833 -CONFIG_KMOD=y
80834 -CONFIG_BLOCK=y
80835 -CONFIG_LBD=y
80836 -# CONFIG_BLK_DEV_IO_TRACE is not set
80837 -# CONFIG_LSF is not set
80838 -# CONFIG_BLK_DEV_BSG is not set
80839 -
80840 -#
80841 -# IO Schedulers
80842 -#
80843 -CONFIG_IOSCHED_NOOP=y
80844 -CONFIG_IOSCHED_AS=y
80845 -CONFIG_IOSCHED_DEADLINE=y
80846 -CONFIG_IOSCHED_CFQ=y
80847 -CONFIG_DEFAULT_AS=y
80848 -# CONFIG_DEFAULT_DEADLINE is not set
80849 -# CONFIG_DEFAULT_CFQ is not set
80850 -# CONFIG_DEFAULT_NOOP is not set
80851 -CONFIG_DEFAULT_IOSCHED="anticipatory"
80852 -CONFIG_CLASSIC_RCU=y
80853 -# CONFIG_PREEMPT_RCU is not set
80854 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
80855 -
80856 -#
80857 -# Platform support
80858 -#
80859 -# CONFIG_PPC_MPC512x is not set
80860 -# CONFIG_PPC_MPC5121 is not set
80861 -# CONFIG_PPC_CELL is not set
80862 -# CONFIG_PPC_CELL_NATIVE is not set
80863 -# CONFIG_PQ2ADS is not set
80864 -# CONFIG_BAMBOO is not set
80865 -# CONFIG_EBONY is not set
80866 -# CONFIG_SEQUOIA is not set
80867 -CONFIG_TAISHAN=y
80868 -# CONFIG_KATMAI is not set
80869 -# CONFIG_RAINIER is not set
80870 -# CONFIG_WARP is not set
80871 -CONFIG_440GX=y
80872 -# CONFIG_IPIC is not set
80873 -# CONFIG_MPIC is not set
80874 -# CONFIG_MPIC_WEIRD is not set
80875 -# CONFIG_PPC_I8259 is not set
80876 -# CONFIG_PPC_RTAS is not set
80877 -# CONFIG_MMIO_NVRAM is not set
80878 -# CONFIG_PPC_MPC106 is not set
80879 -# CONFIG_PPC_970_NAP is not set
80880 -# CONFIG_PPC_INDIRECT_IO is not set
80881 -# CONFIG_GENERIC_IOMAP is not set
80882 -# CONFIG_CPU_FREQ is not set
80883 -# CONFIG_FSL_ULI1575 is not set
80884 -
80885 -#
80886 -# Kernel options
80887 -#
80888 -# CONFIG_HIGHMEM is not set
80889 -# CONFIG_TICK_ONESHOT is not set
80890 -# CONFIG_NO_HZ is not set
80891 -# CONFIG_HIGH_RES_TIMERS is not set
80892 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
80893 -# CONFIG_HZ_100 is not set
80894 -CONFIG_HZ_250=y
80895 -# CONFIG_HZ_300 is not set
80896 -# CONFIG_HZ_1000 is not set
80897 -CONFIG_HZ=250
80898 -# CONFIG_SCHED_HRTICK is not set
80899 -CONFIG_PREEMPT_NONE=y
80900 -# CONFIG_PREEMPT_VOLUNTARY is not set
80901 -# CONFIG_PREEMPT is not set
80902 -CONFIG_RCU_TRACE=y
80903 -CONFIG_BINFMT_ELF=y
80904 -# CONFIG_BINFMT_MISC is not set
80905 -# CONFIG_MATH_EMULATION is not set
80906 -# CONFIG_IOMMU_HELPER is not set
80907 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
80908 -CONFIG_ARCH_HAS_WALK_MEMORY=y
80909 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
80910 -CONFIG_ARCH_FLATMEM_ENABLE=y
80911 -CONFIG_ARCH_POPULATES_NODE_MAP=y
80912 -CONFIG_SELECT_MEMORY_MODEL=y
80913 -CONFIG_FLATMEM_MANUAL=y
80914 -# CONFIG_DISCONTIGMEM_MANUAL is not set
80915 -# CONFIG_SPARSEMEM_MANUAL is not set
80916 -CONFIG_FLATMEM=y
80917 -CONFIG_FLAT_NODE_MEM_MAP=y
80918 -# CONFIG_SPARSEMEM_STATIC is not set
80919 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
80920 -CONFIG_SPLIT_PTLOCK_CPUS=4
80921 -CONFIG_RESOURCES_64BIT=y
80922 -CONFIG_ZONE_DMA_FLAG=1
80923 -CONFIG_BOUNCE=y
80924 -CONFIG_VIRT_TO_BUS=y
80925 -CONFIG_PROC_DEVICETREE=y
80926 -CONFIG_CMDLINE_BOOL=y
80927 -CONFIG_CMDLINE=""
80928 -CONFIG_SECCOMP=y
80929 -CONFIG_ISA_DMA_API=y
80930 -
80931 -#
80932 -# Bus options
80933 -#
80934 -CONFIG_ZONE_DMA=y
80935 -CONFIG_PPC_INDIRECT_PCI=y
80936 -CONFIG_PCI=y
80937 -CONFIG_PCI_DOMAINS=y
80938 -CONFIG_PCI_SYSCALL=y
80939 -# CONFIG_PCIEPORTBUS is not set
80940 -CONFIG_ARCH_SUPPORTS_MSI=y
80941 -# CONFIG_PCI_MSI is not set
80942 -CONFIG_PCI_LEGACY=y
80943 -# CONFIG_PCI_DEBUG is not set
80944 -# CONFIG_PCCARD is not set
80945 -# CONFIG_HOTPLUG_PCI is not set
80946 -
80947 -#
80948 -# Advanced setup
80949 -#
80950 -# CONFIG_ADVANCED_OPTIONS is not set
80951 -
80952 -#
80953 -# Default settings for advanced configuration options are used
80954 -#
80955 -CONFIG_HIGHMEM_START=0xfe000000
80956 -CONFIG_LOWMEM_SIZE=0x30000000
80957 -CONFIG_KERNEL_START=0xc0000000
80958 -CONFIG_TASK_SIZE=0xc0000000
80959 -CONFIG_CONSISTENT_START=0xff100000
80960 -CONFIG_CONSISTENT_SIZE=0x00200000
80961 -CONFIG_BOOT_LOAD=0x01000000
80962 -
80963 -#
80964 -# Networking
80965 -#
80966 -CONFIG_NET=y
80967 -
80968 -#
80969 -# Networking options
80970 -#
80971 -CONFIG_PACKET=y
80972 -# CONFIG_PACKET_MMAP is not set
80973 -CONFIG_UNIX=y
80974 -# CONFIG_NET_KEY is not set
80975 -CONFIG_INET=y
80976 -# CONFIG_IP_MULTICAST is not set
80977 -# CONFIG_IP_ADVANCED_ROUTER is not set
80978 -CONFIG_IP_FIB_HASH=y
80979 -CONFIG_IP_PNP=y
80980 -CONFIG_IP_PNP_DHCP=y
80981 -CONFIG_IP_PNP_BOOTP=y
80982 -# CONFIG_IP_PNP_RARP is not set
80983 -# CONFIG_NET_IPIP is not set
80984 -# CONFIG_NET_IPGRE is not set
80985 -# CONFIG_ARPD is not set
80986 -# CONFIG_SYN_COOKIES is not set
80987 -# CONFIG_INET_AH is not set
80988 -# CONFIG_INET_ESP is not set
80989 -# CONFIG_INET_IPCOMP is not set
80990 -# CONFIG_INET_XFRM_TUNNEL is not set
80991 -# CONFIG_INET_TUNNEL is not set
80992 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
80993 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
80994 -# CONFIG_INET_XFRM_MODE_BEET is not set
80995 -# CONFIG_INET_LRO is not set
80996 -CONFIG_INET_DIAG=y
80997 -CONFIG_INET_TCP_DIAG=y
80998 -# CONFIG_TCP_CONG_ADVANCED is not set
80999 -CONFIG_TCP_CONG_CUBIC=y
81000 -CONFIG_DEFAULT_TCP_CONG="cubic"
81001 -# CONFIG_TCP_MD5SIG is not set
81002 -# CONFIG_IPV6 is not set
81003 -# CONFIG_INET6_XFRM_TUNNEL is not set
81004 -# CONFIG_INET6_TUNNEL is not set
81005 -# CONFIG_NETWORK_SECMARK is not set
81006 -# CONFIG_NETFILTER is not set
81007 -# CONFIG_IP_DCCP is not set
81008 -# CONFIG_IP_SCTP is not set
81009 -# CONFIG_TIPC is not set
81010 -# CONFIG_ATM is not set
81011 -# CONFIG_BRIDGE is not set
81012 -# CONFIG_VLAN_8021Q is not set
81013 -# CONFIG_DECNET is not set
81014 -# CONFIG_LLC2 is not set
81015 -# CONFIG_IPX is not set
81016 -# CONFIG_ATALK is not set
81017 -# CONFIG_X25 is not set
81018 -# CONFIG_LAPB is not set
81019 -# CONFIG_ECONET is not set
81020 -# CONFIG_WAN_ROUTER is not set
81021 -# CONFIG_NET_SCHED is not set
81022 -
81023 -#
81024 -# Network testing
81025 -#
81026 -# CONFIG_NET_PKTGEN is not set
81027 -# CONFIG_HAMRADIO is not set
81028 -# CONFIG_CAN is not set
81029 -# CONFIG_IRDA is not set
81030 -# CONFIG_BT is not set
81031 -# CONFIG_AF_RXRPC is not set
81032 -
81033 -#
81034 -# Wireless
81035 -#
81036 -# CONFIG_CFG80211 is not set
81037 -# CONFIG_WIRELESS_EXT is not set
81038 -# CONFIG_MAC80211 is not set
81039 -# CONFIG_IEEE80211 is not set
81040 -# CONFIG_RFKILL is not set
81041 -# CONFIG_NET_9P is not set
81042 -
81043 -#
81044 -# Device Drivers
81045 -#
81046 -
81047 -#
81048 -# Generic Driver Options
81049 -#
81050 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
81051 -CONFIG_STANDALONE=y
81052 -CONFIG_PREVENT_FIRMWARE_BUILD=y
81053 -CONFIG_FW_LOADER=y
81054 -# CONFIG_DEBUG_DRIVER is not set
81055 -# CONFIG_DEBUG_DEVRES is not set
81056 -# CONFIG_SYS_HYPERVISOR is not set
81057 -CONFIG_CONNECTOR=y
81058 -CONFIG_PROC_EVENTS=y
81059 -# CONFIG_MTD is not set
81060 -CONFIG_OF_DEVICE=y
81061 -# CONFIG_PARPORT is not set
81062 -CONFIG_BLK_DEV=y
81063 -# CONFIG_BLK_DEV_FD is not set
81064 -# CONFIG_BLK_CPQ_DA is not set
81065 -# CONFIG_BLK_CPQ_CISS_DA is not set
81066 -# CONFIG_BLK_DEV_DAC960 is not set
81067 -# CONFIG_BLK_DEV_UMEM is not set
81068 -# CONFIG_BLK_DEV_COW_COMMON is not set
81069 -# CONFIG_BLK_DEV_LOOP is not set
81070 -# CONFIG_BLK_DEV_NBD is not set
81071 -# CONFIG_BLK_DEV_SX8 is not set
81072 -CONFIG_BLK_DEV_RAM=y
81073 -CONFIG_BLK_DEV_RAM_COUNT=16
81074 -CONFIG_BLK_DEV_RAM_SIZE=35000
81075 -# CONFIG_BLK_DEV_XIP is not set
81076 -# CONFIG_CDROM_PKTCDVD is not set
81077 -# CONFIG_ATA_OVER_ETH is not set
81078 -# CONFIG_XILINX_SYSACE is not set
81079 -CONFIG_MISC_DEVICES=y
81080 -# CONFIG_PHANTOM is not set
81081 -# CONFIG_EEPROM_93CX6 is not set
81082 -# CONFIG_SGI_IOC4 is not set
81083 -# CONFIG_TIFM_CORE is not set
81084 -# CONFIG_ENCLOSURE_SERVICES is not set
81085 -CONFIG_HAVE_IDE=y
81086 -# CONFIG_IDE is not set
81087 -
81088 -#
81089 -# SCSI device support
81090 -#
81091 -# CONFIG_RAID_ATTRS is not set
81092 -# CONFIG_SCSI is not set
81093 -# CONFIG_SCSI_DMA is not set
81094 -# CONFIG_SCSI_NETLINK is not set
81095 -# CONFIG_ATA is not set
81096 -# CONFIG_MD is not set
81097 -# CONFIG_FUSION is not set
81098 -
81099 -#
81100 -# IEEE 1394 (FireWire) support
81101 -#
81102 -# CONFIG_FIREWIRE is not set
81103 -# CONFIG_IEEE1394 is not set
81104 -# CONFIG_I2O is not set
81105 -CONFIG_MACINTOSH_DRIVERS=y
81106 -# CONFIG_MAC_EMUMOUSEBTN is not set
81107 -# CONFIG_WINDFARM is not set
81108 -CONFIG_NETDEVICES=y
81109 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
81110 -# CONFIG_DUMMY is not set
81111 -# CONFIG_BONDING is not set
81112 -# CONFIG_MACVLAN is not set
81113 -# CONFIG_EQUALIZER is not set
81114 -# CONFIG_TUN is not set
81115 -# CONFIG_VETH is not set
81116 -# CONFIG_ARCNET is not set
81117 -# CONFIG_PHYLIB is not set
81118 -CONFIG_NET_ETHERNET=y
81119 -# CONFIG_MII is not set
81120 -# CONFIG_HAPPYMEAL is not set
81121 -# CONFIG_SUNGEM is not set
81122 -# CONFIG_CASSINI is not set
81123 -# CONFIG_NET_VENDOR_3COM is not set
81124 -# CONFIG_NET_TULIP is not set
81125 -# CONFIG_HP100 is not set
81126 -CONFIG_IBM_NEW_EMAC=y
81127 -CONFIG_IBM_NEW_EMAC_RXB=128
81128 -CONFIG_IBM_NEW_EMAC_TXB=64
81129 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
81130 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
81131 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
81132 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
81133 -CONFIG_IBM_NEW_EMAC_ZMII=y
81134 -CONFIG_IBM_NEW_EMAC_RGMII=y
81135 -CONFIG_IBM_NEW_EMAC_TAH=y
81136 -CONFIG_IBM_NEW_EMAC_EMAC4=y
81137 -# CONFIG_NET_PCI is not set
81138 -# CONFIG_B44 is not set
81139 -CONFIG_NETDEV_1000=y
81140 -# CONFIG_ACENIC is not set
81141 -# CONFIG_DL2K is not set
81142 -# CONFIG_E1000 is not set
81143 -# CONFIG_E1000E is not set
81144 -# CONFIG_E1000E_ENABLED is not set
81145 -# CONFIG_IP1000 is not set
81146 -# CONFIG_IGB is not set
81147 -# CONFIG_NS83820 is not set
81148 -# CONFIG_HAMACHI is not set
81149 -# CONFIG_YELLOWFIN is not set
81150 -# CONFIG_R8169 is not set
81151 -# CONFIG_SIS190 is not set
81152 -# CONFIG_SKGE is not set
81153 -# CONFIG_SKY2 is not set
81154 -# CONFIG_SK98LIN is not set
81155 -# CONFIG_VIA_VELOCITY is not set
81156 -# CONFIG_TIGON3 is not set
81157 -# CONFIG_BNX2 is not set
81158 -# CONFIG_QLA3XXX is not set
81159 -# CONFIG_ATL1 is not set
81160 -CONFIG_NETDEV_10000=y
81161 -# CONFIG_CHELSIO_T1 is not set
81162 -# CONFIG_CHELSIO_T3 is not set
81163 -# CONFIG_IXGBE is not set
81164 -# CONFIG_IXGB is not set
81165 -# CONFIG_S2IO is not set
81166 -# CONFIG_MYRI10GE is not set
81167 -# CONFIG_NETXEN_NIC is not set
81168 -# CONFIG_NIU is not set
81169 -# CONFIG_MLX4_CORE is not set
81170 -# CONFIG_TEHUTI is not set
81171 -# CONFIG_BNX2X is not set
81172 -# CONFIG_TR is not set
81173 -
81174 -#
81175 -# Wireless LAN
81176 -#
81177 -# CONFIG_WLAN_PRE80211 is not set
81178 -# CONFIG_WLAN_80211 is not set
81179 -# CONFIG_WAN is not set
81180 -# CONFIG_FDDI is not set
81181 -# CONFIG_HIPPI is not set
81182 -# CONFIG_PPP is not set
81183 -# CONFIG_SLIP is not set
81184 -# CONFIG_NETCONSOLE is not set
81185 -# CONFIG_NETPOLL is not set
81186 -# CONFIG_NET_POLL_CONTROLLER is not set
81187 -# CONFIG_ISDN is not set
81188 -# CONFIG_PHONE is not set
81189 -
81190 -#
81191 -# Input device support
81192 -#
81193 -# CONFIG_INPUT is not set
81194 -
81195 -#
81196 -# Hardware I/O ports
81197 -#
81198 -# CONFIG_SERIO is not set
81199 -# CONFIG_GAMEPORT is not set
81200 -
81201 -#
81202 -# Character devices
81203 -#
81204 -# CONFIG_VT is not set
81205 -# CONFIG_SERIAL_NONSTANDARD is not set
81206 -# CONFIG_NOZOMI is not set
81207 -
81208 -#
81209 -# Serial drivers
81210 -#
81211 -CONFIG_SERIAL_8250=y
81212 -CONFIG_SERIAL_8250_CONSOLE=y
81213 -# CONFIG_SERIAL_8250_PCI is not set
81214 -CONFIG_SERIAL_8250_NR_UARTS=4
81215 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
81216 -CONFIG_SERIAL_8250_EXTENDED=y
81217 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
81218 -CONFIG_SERIAL_8250_SHARE_IRQ=y
81219 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
81220 -# CONFIG_SERIAL_8250_RSA is not set
81221 -
81222 -#
81223 -# Non-8250 serial port support
81224 -#
81225 -# CONFIG_SERIAL_UARTLITE is not set
81226 -CONFIG_SERIAL_CORE=y
81227 -CONFIG_SERIAL_CORE_CONSOLE=y
81228 -# CONFIG_SERIAL_JSM is not set
81229 -CONFIG_SERIAL_OF_PLATFORM=y
81230 -CONFIG_UNIX98_PTYS=y
81231 -CONFIG_LEGACY_PTYS=y
81232 -CONFIG_LEGACY_PTY_COUNT=256
81233 -# CONFIG_IPMI_HANDLER is not set
81234 -# CONFIG_HW_RANDOM is not set
81235 -# CONFIG_NVRAM is not set
81236 -# CONFIG_GEN_RTC is not set
81237 -# CONFIG_R3964 is not set
81238 -# CONFIG_APPLICOM is not set
81239 -# CONFIG_RAW_DRIVER is not set
81240 -# CONFIG_TCG_TPM is not set
81241 -CONFIG_DEVPORT=y
81242 -# CONFIG_I2C is not set
81243 -
81244 -#
81245 -# SPI support
81246 -#
81247 -# CONFIG_SPI is not set
81248 -# CONFIG_SPI_MASTER is not set
81249 -# CONFIG_W1 is not set
81250 -# CONFIG_POWER_SUPPLY is not set
81251 -# CONFIG_HWMON is not set
81252 -CONFIG_THERMAL=y
81253 -# CONFIG_WATCHDOG is not set
81254 -
81255 -#
81256 -# Sonics Silicon Backplane
81257 -#
81258 -CONFIG_SSB_POSSIBLE=y
81259 -# CONFIG_SSB is not set
81260 -
81261 -#
81262 -# Multifunction device drivers
81263 -#
81264 -# CONFIG_MFD_SM501 is not set
81265 -
81266 -#
81267 -# Multimedia devices
81268 -#
81269 -# CONFIG_VIDEO_DEV is not set
81270 -# CONFIG_DVB_CORE is not set
81271 -CONFIG_DAB=y
81272 -
81273 -#
81274 -# Graphics support
81275 -#
81276 -# CONFIG_AGP is not set
81277 -# CONFIG_DRM is not set
81278 -# CONFIG_VGASTATE is not set
81279 -CONFIG_VIDEO_OUTPUT_CONTROL=m
81280 -# CONFIG_FB is not set
81281 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
81282 -
81283 -#
81284 -# Display device support
81285 -#
81286 -# CONFIG_DISPLAY_SUPPORT is not set
81287 -
81288 -#
81289 -# Sound
81290 -#
81291 -# CONFIG_SOUND is not set
81292 -CONFIG_USB_SUPPORT=y
81293 -CONFIG_USB_ARCH_HAS_HCD=y
81294 -CONFIG_USB_ARCH_HAS_OHCI=y
81295 -CONFIG_USB_ARCH_HAS_EHCI=y
81296 -# CONFIG_USB is not set
81297 -
81298 -#
81299 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
81300 -#
81301 -# CONFIG_USB_GADGET is not set
81302 -# CONFIG_MMC is not set
81303 -# CONFIG_MEMSTICK is not set
81304 -# CONFIG_NEW_LEDS is not set
81305 -# CONFIG_INFINIBAND is not set
81306 -# CONFIG_EDAC is not set
81307 -# CONFIG_RTC_CLASS is not set
81308 -
81309 -#
81310 -# Userspace I/O
81311 -#
81312 -# CONFIG_UIO is not set
81313 -
81314 -#
81315 -# File systems
81316 -#
81317 -CONFIG_EXT2_FS=y
81318 -# CONFIG_EXT2_FS_XATTR is not set
81319 -# CONFIG_EXT2_FS_XIP is not set
81320 -# CONFIG_EXT3_FS is not set
81321 -# CONFIG_EXT4DEV_FS is not set
81322 -# CONFIG_REISERFS_FS is not set
81323 -# CONFIG_JFS_FS is not set
81324 -# CONFIG_FS_POSIX_ACL is not set
81325 -# CONFIG_XFS_FS is not set
81326 -# CONFIG_GFS2_FS is not set
81327 -# CONFIG_OCFS2_FS is not set
81328 -CONFIG_DNOTIFY=y
81329 -CONFIG_INOTIFY=y
81330 -CONFIG_INOTIFY_USER=y
81331 -# CONFIG_QUOTA is not set
81332 -# CONFIG_AUTOFS_FS is not set
81333 -# CONFIG_AUTOFS4_FS is not set
81334 -# CONFIG_FUSE_FS is not set
81335 -
81336 -#
81337 -# CD-ROM/DVD Filesystems
81338 -#
81339 -# CONFIG_ISO9660_FS is not set
81340 -# CONFIG_UDF_FS is not set
81341 -
81342 -#
81343 -# DOS/FAT/NT Filesystems
81344 -#
81345 -# CONFIG_MSDOS_FS is not set
81346 -# CONFIG_VFAT_FS is not set
81347 -# CONFIG_NTFS_FS is not set
81348 -
81349 -#
81350 -# Pseudo filesystems
81351 -#
81352 -CONFIG_PROC_FS=y
81353 -CONFIG_PROC_KCORE=y
81354 -CONFIG_PROC_SYSCTL=y
81355 -CONFIG_SYSFS=y
81356 -CONFIG_TMPFS=y
81357 -# CONFIG_TMPFS_POSIX_ACL is not set
81358 -# CONFIG_HUGETLB_PAGE is not set
81359 -# CONFIG_CONFIGFS_FS is not set
81360 -
81361 -#
81362 -# Miscellaneous filesystems
81363 -#
81364 -# CONFIG_ADFS_FS is not set
81365 -# CONFIG_AFFS_FS is not set
81366 -# CONFIG_HFS_FS is not set
81367 -# CONFIG_HFSPLUS_FS is not set
81368 -# CONFIG_BEFS_FS is not set
81369 -# CONFIG_BFS_FS is not set
81370 -# CONFIG_EFS_FS is not set
81371 -CONFIG_CRAMFS=y
81372 -# CONFIG_VXFS_FS is not set
81373 -# CONFIG_MINIX_FS is not set
81374 -# CONFIG_HPFS_FS is not set
81375 -# CONFIG_QNX4FS_FS is not set
81376 -# CONFIG_ROMFS_FS is not set
81377 -# CONFIG_SYSV_FS is not set
81378 -# CONFIG_UFS_FS is not set
81379 -CONFIG_NETWORK_FILESYSTEMS=y
81380 -CONFIG_NFS_FS=y
81381 -CONFIG_NFS_V3=y
81382 -# CONFIG_NFS_V3_ACL is not set
81383 -# CONFIG_NFS_V4 is not set
81384 -# CONFIG_NFS_DIRECTIO is not set
81385 -# CONFIG_NFSD is not set
81386 -CONFIG_ROOT_NFS=y
81387 -CONFIG_LOCKD=y
81388 -CONFIG_LOCKD_V4=y
81389 -CONFIG_NFS_COMMON=y
81390 -CONFIG_SUNRPC=y
81391 -# CONFIG_SUNRPC_BIND34 is not set
81392 -# CONFIG_RPCSEC_GSS_KRB5 is not set
81393 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
81394 -# CONFIG_SMB_FS is not set
81395 -# CONFIG_CIFS is not set
81396 -# CONFIG_NCP_FS is not set
81397 -# CONFIG_CODA_FS is not set
81398 -# CONFIG_AFS_FS is not set
81399 -
81400 -#
81401 -# Partition Types
81402 -#
81403 -# CONFIG_PARTITION_ADVANCED is not set
81404 -CONFIG_MSDOS_PARTITION=y
81405 -# CONFIG_NLS is not set
81406 -# CONFIG_DLM is not set
81407 -
81408 -#
81409 -# Library routines
81410 -#
81411 -CONFIG_BITREVERSE=y
81412 -# CONFIG_CRC_CCITT is not set
81413 -# CONFIG_CRC16 is not set
81414 -# CONFIG_CRC_ITU_T is not set
81415 -CONFIG_CRC32=y
81416 -# CONFIG_CRC7 is not set
81417 -# CONFIG_LIBCRC32C is not set
81418 -CONFIG_ZLIB_INFLATE=y
81419 -CONFIG_PLIST=y
81420 -CONFIG_HAS_IOMEM=y
81421 -CONFIG_HAS_IOPORT=y
81422 -CONFIG_HAS_DMA=y
81423 -
81424 -#
81425 -# Kernel hacking
81426 -#
81427 -# CONFIG_PRINTK_TIME is not set
81428 -CONFIG_ENABLE_WARN_DEPRECATED=y
81429 -CONFIG_ENABLE_MUST_CHECK=y
81430 -CONFIG_MAGIC_SYSRQ=y
81431 -# CONFIG_UNUSED_SYMBOLS is not set
81432 -CONFIG_DEBUG_FS=y
81433 -# CONFIG_HEADERS_CHECK is not set
81434 -CONFIG_DEBUG_KERNEL=y
81435 -# CONFIG_DEBUG_SHIRQ is not set
81436 -CONFIG_DETECT_SOFTLOCKUP=y
81437 -CONFIG_SCHED_DEBUG=y
81438 -# CONFIG_SCHEDSTATS is not set
81439 -# CONFIG_TIMER_STATS is not set
81440 -# CONFIG_SLUB_DEBUG_ON is not set
81441 -# CONFIG_SLUB_STATS is not set
81442 -# CONFIG_DEBUG_RT_MUTEXES is not set
81443 -# CONFIG_RT_MUTEX_TESTER is not set
81444 -# CONFIG_DEBUG_SPINLOCK is not set
81445 -# CONFIG_DEBUG_MUTEXES is not set
81446 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
81447 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
81448 -# CONFIG_DEBUG_KOBJECT is not set
81449 -# CONFIG_DEBUG_BUGVERBOSE is not set
81450 -# CONFIG_DEBUG_INFO is not set
81451 -# CONFIG_DEBUG_VM is not set
81452 -# CONFIG_DEBUG_LIST is not set
81453 -# CONFIG_DEBUG_SG is not set
81454 -# CONFIG_BOOT_PRINTK_DELAY is not set
81455 -# CONFIG_RCU_TORTURE_TEST is not set
81456 -# CONFIG_BACKTRACE_SELF_TEST is not set
81457 -# CONFIG_FAULT_INJECTION is not set
81458 -# CONFIG_SAMPLES is not set
81459 -# CONFIG_DEBUG_STACKOVERFLOW is not set
81460 -# CONFIG_DEBUG_STACK_USAGE is not set
81461 -# CONFIG_DEBUG_PAGEALLOC is not set
81462 -CONFIG_DEBUGGER=y
81463 -# CONFIG_KGDB is not set
81464 -# CONFIG_XMON is not set
81465 -# CONFIG_VIRQ_DEBUG is not set
81466 -# CONFIG_BDI_SWITCH is not set
81467 -# CONFIG_PPC_EARLY_DEBUG is not set
81468 -
81469 -#
81470 -# Security options
81471 -#
81472 -# CONFIG_KEYS is not set
81473 -# CONFIG_SECURITY is not set
81474 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
81475 -CONFIG_CRYPTO=y
81476 -CONFIG_CRYPTO_ALGAPI=y
81477 -CONFIG_CRYPTO_BLKCIPHER=y
81478 -# CONFIG_CRYPTO_SEQIV is not set
81479 -CONFIG_CRYPTO_MANAGER=y
81480 -# CONFIG_CRYPTO_HMAC is not set
81481 -# CONFIG_CRYPTO_XCBC is not set
81482 -# CONFIG_CRYPTO_NULL is not set
81483 -# CONFIG_CRYPTO_MD4 is not set
81484 -CONFIG_CRYPTO_MD5=y
81485 -# CONFIG_CRYPTO_SHA1 is not set
81486 -# CONFIG_CRYPTO_SHA256 is not set
81487 -# CONFIG_CRYPTO_SHA512 is not set
81488 -# CONFIG_CRYPTO_WP512 is not set
81489 -# CONFIG_CRYPTO_TGR192 is not set
81490 -# CONFIG_CRYPTO_GF128MUL is not set
81491 -CONFIG_CRYPTO_ECB=y
81492 -CONFIG_CRYPTO_CBC=y
81493 -CONFIG_CRYPTO_PCBC=y
81494 -# CONFIG_CRYPTO_LRW is not set
81495 -# CONFIG_CRYPTO_XTS is not set
81496 -# CONFIG_CRYPTO_CTR is not set
81497 -# CONFIG_CRYPTO_GCM is not set
81498 -# CONFIG_CRYPTO_CCM is not set
81499 -# CONFIG_CRYPTO_CRYPTD is not set
81500 -CONFIG_CRYPTO_DES=y
81501 -# CONFIG_CRYPTO_FCRYPT is not set
81502 -# CONFIG_CRYPTO_BLOWFISH is not set
81503 -# CONFIG_CRYPTO_TWOFISH is not set
81504 -# CONFIG_CRYPTO_SERPENT is not set
81505 -# CONFIG_CRYPTO_AES is not set
81506 -# CONFIG_CRYPTO_CAST5 is not set
81507 -# CONFIG_CRYPTO_CAST6 is not set
81508 -# CONFIG_CRYPTO_TEA is not set
81509 -# CONFIG_CRYPTO_ARC4 is not set
81510 -# CONFIG_CRYPTO_KHAZAD is not set
81511 -# CONFIG_CRYPTO_ANUBIS is not set
81512 -# CONFIG_CRYPTO_SEED is not set
81513 -# CONFIG_CRYPTO_SALSA20 is not set
81514 -# CONFIG_CRYPTO_DEFLATE is not set
81515 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
81516 -# CONFIG_CRYPTO_CRC32C is not set
81517 -# CONFIG_CRYPTO_CAMELLIA is not set
81518 -# CONFIG_CRYPTO_TEST is not set
81519 -# CONFIG_CRYPTO_AUTHENC is not set
81520 -# CONFIG_CRYPTO_LZO is not set
81521 -CONFIG_CRYPTO_HW=y
81522 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
81523 -# CONFIG_PPC_CLOCK is not set
81524 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/tqm8540_defconfig powerpc.git/arch/powerpc/configs/tqm8540_defconfig
81525 --- linux-2.6.25-rc9/arch/powerpc/configs/tqm8540_defconfig 2008-04-11 22:32:29.000000000 +0200
81526 +++ powerpc.git/arch/powerpc/configs/tqm8540_defconfig 1970-01-01 01:00:00.000000000 +0100
81527 @@ -1,1097 +0,0 @@
81528 -#
81529 -# Automatically generated make config: don't edit
81530 -# Linux kernel version: 2.6.25-rc6
81531 -# Mon Mar 24 08:48:43 2008
81532 -#
81533 -# CONFIG_PPC64 is not set
81534 -
81535 -#
81536 -# Processor support
81537 -#
81538 -# CONFIG_6xx is not set
81539 -CONFIG_PPC_85xx=y
81540 -# CONFIG_PPC_8xx is not set
81541 -# CONFIG_40x is not set
81542 -# CONFIG_44x is not set
81543 -# CONFIG_E200 is not set
81544 -CONFIG_E500=y
81545 -CONFIG_BOOKE=y
81546 -CONFIG_FSL_BOOKE=y
81547 -CONFIG_FSL_EMB_PERFMON=y
81548 -# CONFIG_PHYS_64BIT is not set
81549 -CONFIG_SPE=y
81550 -# CONFIG_PPC_MM_SLICES is not set
81551 -CONFIG_PPC32=y
81552 -CONFIG_WORD_SIZE=32
81553 -CONFIG_PPC_MERGE=y
81554 -CONFIG_MMU=y
81555 -CONFIG_GENERIC_CMOS_UPDATE=y
81556 -CONFIG_GENERIC_TIME=y
81557 -CONFIG_GENERIC_TIME_VSYSCALL=y
81558 -CONFIG_GENERIC_CLOCKEVENTS=y
81559 -CONFIG_GENERIC_HARDIRQS=y
81560 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
81561 -CONFIG_IRQ_PER_CPU=y
81562 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
81563 -CONFIG_ARCH_HAS_ILOG2_U32=y
81564 -CONFIG_GENERIC_HWEIGHT=y
81565 -CONFIG_GENERIC_CALIBRATE_DELAY=y
81566 -CONFIG_GENERIC_FIND_NEXT_BIT=y
81567 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
81568 -CONFIG_PPC=y
81569 -CONFIG_EARLY_PRINTK=y
81570 -CONFIG_GENERIC_NVRAM=y
81571 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
81572 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
81573 -CONFIG_PPC_OF=y
81574 -CONFIG_OF=y
81575 -CONFIG_PPC_UDBG_16550=y
81576 -# CONFIG_GENERIC_TBSYNC is not set
81577 -CONFIG_AUDIT_ARCH=y
81578 -CONFIG_GENERIC_BUG=y
81579 -CONFIG_DEFAULT_UIMAGE=y
81580 -# CONFIG_PPC_DCR_NATIVE is not set
81581 -# CONFIG_PPC_DCR_MMIO is not set
81582 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
81583 -
81584 -#
81585 -# General setup
81586 -#
81587 -CONFIG_EXPERIMENTAL=y
81588 -CONFIG_BROKEN_ON_SMP=y
81589 -CONFIG_INIT_ENV_ARG_LIMIT=32
81590 -CONFIG_LOCALVERSION=""
81591 -CONFIG_LOCALVERSION_AUTO=y
81592 -CONFIG_SWAP=y
81593 -CONFIG_SYSVIPC=y
81594 -CONFIG_SYSVIPC_SYSCTL=y
81595 -# CONFIG_POSIX_MQUEUE is not set
81596 -# CONFIG_BSD_PROCESS_ACCT is not set
81597 -# CONFIG_TASKSTATS is not set
81598 -# CONFIG_AUDIT is not set
81599 -# CONFIG_IKCONFIG is not set
81600 -CONFIG_LOG_BUF_SHIFT=14
81601 -# CONFIG_CGROUPS is not set
81602 -CONFIG_GROUP_SCHED=y
81603 -CONFIG_FAIR_GROUP_SCHED=y
81604 -# CONFIG_RT_GROUP_SCHED is not set
81605 -CONFIG_USER_SCHED=y
81606 -# CONFIG_CGROUP_SCHED is not set
81607 -CONFIG_SYSFS_DEPRECATED=y
81608 -CONFIG_SYSFS_DEPRECATED_V2=y
81609 -# CONFIG_RELAY is not set
81610 -# CONFIG_NAMESPACES is not set
81611 -CONFIG_BLK_DEV_INITRD=y
81612 -CONFIG_INITRAMFS_SOURCE=""
81613 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
81614 -CONFIG_SYSCTL=y
81615 -CONFIG_EMBEDDED=y
81616 -CONFIG_SYSCTL_SYSCALL=y
81617 -# CONFIG_KALLSYMS is not set
81618 -# CONFIG_HOTPLUG is not set
81619 -CONFIG_PRINTK=y
81620 -CONFIG_BUG=y
81621 -CONFIG_ELF_CORE=y
81622 -CONFIG_COMPAT_BRK=y
81623 -CONFIG_BASE_FULL=y
81624 -CONFIG_FUTEX=y
81625 -CONFIG_ANON_INODES=y
81626 -# CONFIG_EPOLL is not set
81627 -CONFIG_SIGNALFD=y
81628 -CONFIG_TIMERFD=y
81629 -CONFIG_EVENTFD=y
81630 -CONFIG_SHMEM=y
81631 -CONFIG_VM_EVENT_COUNTERS=y
81632 -CONFIG_SLUB_DEBUG=y
81633 -# CONFIG_SLAB is not set
81634 -CONFIG_SLUB=y
81635 -# CONFIG_SLOB is not set
81636 -# CONFIG_PROFILING is not set
81637 -# CONFIG_MARKERS is not set
81638 -CONFIG_HAVE_OPROFILE=y
81639 -CONFIG_HAVE_KPROBES=y
81640 -CONFIG_HAVE_KRETPROBES=y
81641 -CONFIG_PROC_PAGE_MONITOR=y
81642 -CONFIG_SLABINFO=y
81643 -CONFIG_RT_MUTEXES=y
81644 -# CONFIG_TINY_SHMEM is not set
81645 -CONFIG_BASE_SMALL=0
81646 -# CONFIG_MODULES is not set
81647 -CONFIG_BLOCK=y
81648 -# CONFIG_LBD is not set
81649 -# CONFIG_BLK_DEV_IO_TRACE is not set
81650 -# CONFIG_LSF is not set
81651 -# CONFIG_BLK_DEV_BSG is not set
81652 -
81653 -#
81654 -# IO Schedulers
81655 -#
81656 -CONFIG_IOSCHED_NOOP=y
81657 -CONFIG_IOSCHED_AS=y
81658 -CONFIG_IOSCHED_DEADLINE=y
81659 -CONFIG_IOSCHED_CFQ=y
81660 -CONFIG_DEFAULT_AS=y
81661 -# CONFIG_DEFAULT_DEADLINE is not set
81662 -# CONFIG_DEFAULT_CFQ is not set
81663 -# CONFIG_DEFAULT_NOOP is not set
81664 -CONFIG_DEFAULT_IOSCHED="anticipatory"
81665 -CONFIG_CLASSIC_RCU=y
81666 -
81667 -#
81668 -# Platform support
81669 -#
81670 -# CONFIG_PPC_MPC512x is not set
81671 -# CONFIG_PPC_MPC5121 is not set
81672 -# CONFIG_PPC_CELL is not set
81673 -# CONFIG_PPC_CELL_NATIVE is not set
81674 -# CONFIG_PQ2ADS is not set
81675 -CONFIG_MPC85xx=y
81676 -# CONFIG_MPC8540_ADS is not set
81677 -# CONFIG_MPC8560_ADS is not set
81678 -# CONFIG_MPC85xx_CDS is not set
81679 -# CONFIG_MPC85xx_MDS is not set
81680 -# CONFIG_MPC85xx_DS is not set
81681 -# CONFIG_STX_GP3 is not set
81682 -CONFIG_TQM8540=y
81683 -# CONFIG_TQM8541 is not set
81684 -# CONFIG_TQM8555 is not set
81685 -# CONFIG_TQM8560 is not set
81686 -# CONFIG_SBC8548 is not set
81687 -# CONFIG_SBC8560 is not set
81688 -CONFIG_TQM85xx=y
81689 -# CONFIG_IPIC is not set
81690 -CONFIG_MPIC=y
81691 -# CONFIG_MPIC_WEIRD is not set
81692 -# CONFIG_PPC_I8259 is not set
81693 -# CONFIG_PPC_RTAS is not set
81694 -# CONFIG_MMIO_NVRAM is not set
81695 -# CONFIG_PPC_MPC106 is not set
81696 -# CONFIG_PPC_970_NAP is not set
81697 -# CONFIG_PPC_INDIRECT_IO is not set
81698 -# CONFIG_GENERIC_IOMAP is not set
81699 -# CONFIG_CPU_FREQ is not set
81700 -# CONFIG_CPM2 is not set
81701 -CONFIG_PPC_CPM_NEW_BINDING=y
81702 -# CONFIG_FSL_ULI1575 is not set
81703 -
81704 -#
81705 -# Kernel options
81706 -#
81707 -# CONFIG_HIGHMEM is not set
81708 -# CONFIG_TICK_ONESHOT is not set
81709 -# CONFIG_NO_HZ is not set
81710 -# CONFIG_HIGH_RES_TIMERS is not set
81711 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
81712 -# CONFIG_HZ_100 is not set
81713 -CONFIG_HZ_250=y
81714 -# CONFIG_HZ_300 is not set
81715 -# CONFIG_HZ_1000 is not set
81716 -CONFIG_HZ=250
81717 -# CONFIG_SCHED_HRTICK is not set
81718 -CONFIG_PREEMPT_NONE=y
81719 -# CONFIG_PREEMPT_VOLUNTARY is not set
81720 -# CONFIG_PREEMPT is not set
81721 -CONFIG_BINFMT_ELF=y
81722 -# CONFIG_BINFMT_MISC is not set
81723 -CONFIG_MATH_EMULATION=y
81724 -# CONFIG_IOMMU_HELPER is not set
81725 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
81726 -CONFIG_ARCH_HAS_WALK_MEMORY=y
81727 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
81728 -CONFIG_ARCH_FLATMEM_ENABLE=y
81729 -CONFIG_ARCH_POPULATES_NODE_MAP=y
81730 -CONFIG_SELECT_MEMORY_MODEL=y
81731 -CONFIG_FLATMEM_MANUAL=y
81732 -# CONFIG_DISCONTIGMEM_MANUAL is not set
81733 -# CONFIG_SPARSEMEM_MANUAL is not set
81734 -CONFIG_FLATMEM=y
81735 -CONFIG_FLAT_NODE_MEM_MAP=y
81736 -# CONFIG_SPARSEMEM_STATIC is not set
81737 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
81738 -CONFIG_SPLIT_PTLOCK_CPUS=4
81739 -# CONFIG_RESOURCES_64BIT is not set
81740 -CONFIG_ZONE_DMA_FLAG=1
81741 -CONFIG_BOUNCE=y
81742 -CONFIG_VIRT_TO_BUS=y
81743 -# CONFIG_PROC_DEVICETREE is not set
81744 -# CONFIG_CMDLINE_BOOL is not set
81745 -# CONFIG_PM is not set
81746 -CONFIG_SECCOMP=y
81747 -CONFIG_ISA_DMA_API=y
81748 -
81749 -#
81750 -# Bus options
81751 -#
81752 -CONFIG_ZONE_DMA=y
81753 -CONFIG_PPC_INDIRECT_PCI=y
81754 -CONFIG_FSL_SOC=y
81755 -CONFIG_FSL_PCI=y
81756 -CONFIG_PCI=y
81757 -CONFIG_PCI_DOMAINS=y
81758 -CONFIG_PCI_SYSCALL=y
81759 -# CONFIG_PCIEPORTBUS is not set
81760 -CONFIG_ARCH_SUPPORTS_MSI=y
81761 -# CONFIG_PCI_MSI is not set
81762 -CONFIG_PCI_LEGACY=y
81763 -
81764 -#
81765 -# Advanced setup
81766 -#
81767 -# CONFIG_ADVANCED_OPTIONS is not set
81768 -
81769 -#
81770 -# Default settings for advanced configuration options are used
81771 -#
81772 -CONFIG_HIGHMEM_START=0xfe000000
81773 -CONFIG_LOWMEM_SIZE=0x30000000
81774 -CONFIG_KERNEL_START=0xc0000000
81775 -CONFIG_TASK_SIZE=0xc0000000
81776 -CONFIG_BOOT_LOAD=0x00800000
81777 -
81778 -#
81779 -# Networking
81780 -#
81781 -CONFIG_NET=y
81782 -
81783 -#
81784 -# Networking options
81785 -#
81786 -CONFIG_PACKET=y
81787 -# CONFIG_PACKET_MMAP is not set
81788 -CONFIG_UNIX=y
81789 -CONFIG_XFRM=y
81790 -# CONFIG_XFRM_USER is not set
81791 -# CONFIG_XFRM_SUB_POLICY is not set
81792 -# CONFIG_XFRM_MIGRATE is not set
81793 -# CONFIG_XFRM_STATISTICS is not set
81794 -# CONFIG_NET_KEY is not set
81795 -CONFIG_INET=y
81796 -CONFIG_IP_MULTICAST=y
81797 -# CONFIG_IP_ADVANCED_ROUTER is not set
81798 -CONFIG_IP_FIB_HASH=y
81799 -CONFIG_IP_PNP=y
81800 -CONFIG_IP_PNP_DHCP=y
81801 -CONFIG_IP_PNP_BOOTP=y
81802 -# CONFIG_IP_PNP_RARP is not set
81803 -# CONFIG_NET_IPIP is not set
81804 -# CONFIG_NET_IPGRE is not set
81805 -# CONFIG_IP_MROUTE is not set
81806 -# CONFIG_ARPD is not set
81807 -CONFIG_SYN_COOKIES=y
81808 -# CONFIG_INET_AH is not set
81809 -# CONFIG_INET_ESP is not set
81810 -# CONFIG_INET_IPCOMP is not set
81811 -# CONFIG_INET_XFRM_TUNNEL is not set
81812 -# CONFIG_INET_TUNNEL is not set
81813 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
81814 -CONFIG_INET_XFRM_MODE_TUNNEL=y
81815 -CONFIG_INET_XFRM_MODE_BEET=y
81816 -# CONFIG_INET_LRO is not set
81817 -CONFIG_INET_DIAG=y
81818 -CONFIG_INET_TCP_DIAG=y
81819 -# CONFIG_TCP_CONG_ADVANCED is not set
81820 -CONFIG_TCP_CONG_CUBIC=y
81821 -CONFIG_DEFAULT_TCP_CONG="cubic"
81822 -# CONFIG_TCP_MD5SIG is not set
81823 -# CONFIG_IPV6 is not set
81824 -# CONFIG_INET6_XFRM_TUNNEL is not set
81825 -# CONFIG_INET6_TUNNEL is not set
81826 -# CONFIG_NETWORK_SECMARK is not set
81827 -# CONFIG_NETFILTER is not set
81828 -# CONFIG_IP_DCCP is not set
81829 -# CONFIG_IP_SCTP is not set
81830 -# CONFIG_TIPC is not set
81831 -# CONFIG_ATM is not set
81832 -# CONFIG_BRIDGE is not set
81833 -# CONFIG_VLAN_8021Q is not set
81834 -# CONFIG_DECNET is not set
81835 -# CONFIG_LLC2 is not set
81836 -# CONFIG_IPX is not set
81837 -# CONFIG_ATALK is not set
81838 -# CONFIG_X25 is not set
81839 -# CONFIG_LAPB is not set
81840 -# CONFIG_ECONET is not set
81841 -# CONFIG_WAN_ROUTER is not set
81842 -# CONFIG_NET_SCHED is not set
81843 -
81844 -#
81845 -# Network testing
81846 -#
81847 -# CONFIG_NET_PKTGEN is not set
81848 -# CONFIG_HAMRADIO is not set
81849 -# CONFIG_CAN is not set
81850 -# CONFIG_IRDA is not set
81851 -# CONFIG_BT is not set
81852 -# CONFIG_AF_RXRPC is not set
81853 -
81854 -#
81855 -# Wireless
81856 -#
81857 -# CONFIG_CFG80211 is not set
81858 -# CONFIG_WIRELESS_EXT is not set
81859 -# CONFIG_MAC80211 is not set
81860 -# CONFIG_IEEE80211 is not set
81861 -# CONFIG_RFKILL is not set
81862 -# CONFIG_NET_9P is not set
81863 -
81864 -#
81865 -# Device Drivers
81866 -#
81867 -
81868 -#
81869 -# Generic Driver Options
81870 -#
81871 -CONFIG_STANDALONE=y
81872 -CONFIG_PREVENT_FIRMWARE_BUILD=y
81873 -# CONFIG_SYS_HYPERVISOR is not set
81874 -# CONFIG_CONNECTOR is not set
81875 -CONFIG_MTD=y
81876 -# CONFIG_MTD_DEBUG is not set
81877 -CONFIG_MTD_CONCAT=y
81878 -CONFIG_MTD_PARTITIONS=y
81879 -# CONFIG_MTD_REDBOOT_PARTS is not set
81880 -CONFIG_MTD_CMDLINE_PARTS=y
81881 -# CONFIG_MTD_OF_PARTS is not set
81882 -
81883 -#
81884 -# User Modules And Translation Layers
81885 -#
81886 -CONFIG_MTD_CHAR=y
81887 -CONFIG_MTD_BLKDEVS=y
81888 -CONFIG_MTD_BLOCK=y
81889 -# CONFIG_FTL is not set
81890 -# CONFIG_NFTL is not set
81891 -# CONFIG_INFTL is not set
81892 -# CONFIG_RFD_FTL is not set
81893 -# CONFIG_SSFDC is not set
81894 -# CONFIG_MTD_OOPS is not set
81895 -
81896 -#
81897 -# RAM/ROM/Flash chip drivers
81898 -#
81899 -CONFIG_MTD_CFI=y
81900 -# CONFIG_MTD_JEDECPROBE is not set
81901 -CONFIG_MTD_GEN_PROBE=y
81902 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
81903 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
81904 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
81905 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
81906 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
81907 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
81908 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
81909 -CONFIG_MTD_CFI_I1=y
81910 -CONFIG_MTD_CFI_I2=y
81911 -# CONFIG_MTD_CFI_I4 is not set
81912 -# CONFIG_MTD_CFI_I8 is not set
81913 -# CONFIG_MTD_CFI_INTELEXT is not set
81914 -CONFIG_MTD_CFI_AMDSTD=y
81915 -# CONFIG_MTD_CFI_STAA is not set
81916 -CONFIG_MTD_CFI_UTIL=y
81917 -# CONFIG_MTD_RAM is not set
81918 -# CONFIG_MTD_ROM is not set
81919 -# CONFIG_MTD_ABSENT is not set
81920 -
81921 -#
81922 -# Mapping drivers for chip access
81923 -#
81924 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
81925 -# CONFIG_MTD_PHYSMAP is not set
81926 -# CONFIG_MTD_PHYSMAP_OF is not set
81927 -# CONFIG_MTD_INTEL_VR_NOR is not set
81928 -# CONFIG_MTD_PLATRAM is not set
81929 -
81930 -#
81931 -# Self-contained MTD device drivers
81932 -#
81933 -# CONFIG_MTD_PMC551 is not set
81934 -# CONFIG_MTD_SLRAM is not set
81935 -# CONFIG_MTD_PHRAM is not set
81936 -# CONFIG_MTD_MTDRAM is not set
81937 -# CONFIG_MTD_BLOCK2MTD is not set
81938 -
81939 -#
81940 -# Disk-On-Chip Device Drivers
81941 -#
81942 -# CONFIG_MTD_DOC2000 is not set
81943 -# CONFIG_MTD_DOC2001 is not set
81944 -# CONFIG_MTD_DOC2001PLUS is not set
81945 -# CONFIG_MTD_NAND is not set
81946 -# CONFIG_MTD_ONENAND is not set
81947 -
81948 -#
81949 -# UBI - Unsorted block images
81950 -#
81951 -# CONFIG_MTD_UBI is not set
81952 -CONFIG_OF_DEVICE=y
81953 -# CONFIG_PARPORT is not set
81954 -CONFIG_BLK_DEV=y
81955 -# CONFIG_BLK_DEV_FD is not set
81956 -# CONFIG_BLK_CPQ_DA is not set
81957 -# CONFIG_BLK_CPQ_CISS_DA is not set
81958 -# CONFIG_BLK_DEV_DAC960 is not set
81959 -# CONFIG_BLK_DEV_UMEM is not set
81960 -# CONFIG_BLK_DEV_COW_COMMON is not set
81961 -CONFIG_BLK_DEV_LOOP=y
81962 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
81963 -# CONFIG_BLK_DEV_NBD is not set
81964 -# CONFIG_BLK_DEV_SX8 is not set
81965 -CONFIG_BLK_DEV_RAM=y
81966 -CONFIG_BLK_DEV_RAM_COUNT=16
81967 -CONFIG_BLK_DEV_RAM_SIZE=32768
81968 -# CONFIG_BLK_DEV_XIP is not set
81969 -# CONFIG_CDROM_PKTCDVD is not set
81970 -# CONFIG_ATA_OVER_ETH is not set
81971 -CONFIG_MISC_DEVICES=y
81972 -# CONFIG_PHANTOM is not set
81973 -# CONFIG_EEPROM_93CX6 is not set
81974 -# CONFIG_SGI_IOC4 is not set
81975 -# CONFIG_TIFM_CORE is not set
81976 -# CONFIG_ENCLOSURE_SERVICES is not set
81977 -CONFIG_HAVE_IDE=y
81978 -CONFIG_IDE=y
81979 -CONFIG_IDE_MAX_HWIFS=4
81980 -CONFIG_BLK_DEV_IDE=y
81981 -
81982 -#
81983 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
81984 -#
81985 -# CONFIG_BLK_DEV_IDE_SATA is not set
81986 -CONFIG_BLK_DEV_IDEDISK=y
81987 -# CONFIG_IDEDISK_MULTI_MODE is not set
81988 -# CONFIG_BLK_DEV_IDECD is not set
81989 -# CONFIG_BLK_DEV_IDETAPE is not set
81990 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
81991 -# CONFIG_IDE_TASK_IOCTL is not set
81992 -CONFIG_IDE_PROC_FS=y
81993 -
81994 -#
81995 -# IDE chipset support/bugfixes
81996 -#
81997 -CONFIG_IDE_GENERIC=y
81998 -# CONFIG_BLK_DEV_PLATFORM is not set
81999 -CONFIG_BLK_DEV_IDEDMA_SFF=y
82000 -
82001 -#
82002 -# PCI IDE chipsets support
82003 -#
82004 -CONFIG_BLK_DEV_IDEPCI=y
82005 -CONFIG_IDEPCI_PCIBUS_ORDER=y
82006 -# CONFIG_BLK_DEV_OFFBOARD is not set
82007 -CONFIG_BLK_DEV_GENERIC=y
82008 -# CONFIG_BLK_DEV_OPTI621 is not set
82009 -CONFIG_BLK_DEV_IDEDMA_PCI=y
82010 -# CONFIG_BLK_DEV_AEC62XX is not set
82011 -# CONFIG_BLK_DEV_ALI15X3 is not set
82012 -# CONFIG_BLK_DEV_AMD74XX is not set
82013 -# CONFIG_BLK_DEV_CMD64X is not set
82014 -# CONFIG_BLK_DEV_TRIFLEX is not set
82015 -# CONFIG_BLK_DEV_CY82C693 is not set
82016 -# CONFIG_BLK_DEV_CS5520 is not set
82017 -# CONFIG_BLK_DEV_CS5530 is not set
82018 -# CONFIG_BLK_DEV_HPT34X is not set
82019 -# CONFIG_BLK_DEV_HPT366 is not set
82020 -# CONFIG_BLK_DEV_JMICRON is not set
82021 -# CONFIG_BLK_DEV_SC1200 is not set
82022 -# CONFIG_BLK_DEV_PIIX is not set
82023 -# CONFIG_BLK_DEV_IT8213 is not set
82024 -# CONFIG_BLK_DEV_IT821X is not set
82025 -# CONFIG_BLK_DEV_NS87415 is not set
82026 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
82027 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
82028 -# CONFIG_BLK_DEV_SVWKS is not set
82029 -# CONFIG_BLK_DEV_SIIMAGE is not set
82030 -# CONFIG_BLK_DEV_SL82C105 is not set
82031 -# CONFIG_BLK_DEV_SLC90E66 is not set
82032 -# CONFIG_BLK_DEV_TRM290 is not set
82033 -CONFIG_BLK_DEV_VIA82CXXX=y
82034 -# CONFIG_BLK_DEV_TC86C001 is not set
82035 -CONFIG_BLK_DEV_IDEDMA=y
82036 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
82037 -# CONFIG_BLK_DEV_HD is not set
82038 -
82039 -#
82040 -# SCSI device support
82041 -#
82042 -# CONFIG_RAID_ATTRS is not set
82043 -# CONFIG_SCSI is not set
82044 -# CONFIG_SCSI_DMA is not set
82045 -# CONFIG_SCSI_NETLINK is not set
82046 -# CONFIG_ATA is not set
82047 -# CONFIG_MD is not set
82048 -# CONFIG_FUSION is not set
82049 -
82050 -#
82051 -# IEEE 1394 (FireWire) support
82052 -#
82053 -# CONFIG_FIREWIRE is not set
82054 -# CONFIG_IEEE1394 is not set
82055 -# CONFIG_I2O is not set
82056 -# CONFIG_MACINTOSH_DRIVERS is not set
82057 -CONFIG_NETDEVICES=y
82058 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
82059 -# CONFIG_DUMMY is not set
82060 -# CONFIG_BONDING is not set
82061 -# CONFIG_MACVLAN is not set
82062 -# CONFIG_EQUALIZER is not set
82063 -# CONFIG_TUN is not set
82064 -# CONFIG_VETH is not set
82065 -# CONFIG_ARCNET is not set
82066 -CONFIG_PHYLIB=y
82067 -
82068 -#
82069 -# MII PHY device drivers
82070 -#
82071 -# CONFIG_MARVELL_PHY is not set
82072 -# CONFIG_DAVICOM_PHY is not set
82073 -# CONFIG_QSEMI_PHY is not set
82074 -# CONFIG_LXT_PHY is not set
82075 -# CONFIG_CICADA_PHY is not set
82076 -# CONFIG_VITESSE_PHY is not set
82077 -# CONFIG_SMSC_PHY is not set
82078 -# CONFIG_BROADCOM_PHY is not set
82079 -# CONFIG_ICPLUS_PHY is not set
82080 -# CONFIG_REALTEK_PHY is not set
82081 -# CONFIG_FIXED_PHY is not set
82082 -# CONFIG_MDIO_BITBANG is not set
82083 -CONFIG_NET_ETHERNET=y
82084 -CONFIG_MII=y
82085 -# CONFIG_HAPPYMEAL is not set
82086 -# CONFIG_SUNGEM is not set
82087 -# CONFIG_CASSINI is not set
82088 -# CONFIG_NET_VENDOR_3COM is not set
82089 -# CONFIG_NET_TULIP is not set
82090 -# CONFIG_HP100 is not set
82091 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
82092 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
82093 -# CONFIG_IBM_NEW_EMAC_TAH is not set
82094 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
82095 -CONFIG_NET_PCI=y
82096 -# CONFIG_PCNET32 is not set
82097 -# CONFIG_AMD8111_ETH is not set
82098 -# CONFIG_ADAPTEC_STARFIRE is not set
82099 -# CONFIG_B44 is not set
82100 -# CONFIG_FORCEDETH is not set
82101 -# CONFIG_EEPRO100 is not set
82102 -CONFIG_E100=y
82103 -# CONFIG_FEALNX is not set
82104 -# CONFIG_NATSEMI is not set
82105 -# CONFIG_NE2K_PCI is not set
82106 -# CONFIG_8139CP is not set
82107 -# CONFIG_8139TOO is not set
82108 -# CONFIG_R6040 is not set
82109 -# CONFIG_SIS900 is not set
82110 -# CONFIG_EPIC100 is not set
82111 -# CONFIG_SUNDANCE is not set
82112 -# CONFIG_TLAN is not set
82113 -# CONFIG_VIA_RHINE is not set
82114 -# CONFIG_SC92031 is not set
82115 -CONFIG_NETDEV_1000=y
82116 -# CONFIG_ACENIC is not set
82117 -# CONFIG_DL2K is not set
82118 -# CONFIG_E1000 is not set
82119 -# CONFIG_E1000E is not set
82120 -# CONFIG_E1000E_ENABLED is not set
82121 -# CONFIG_IP1000 is not set
82122 -# CONFIG_IGB is not set
82123 -# CONFIG_NS83820 is not set
82124 -# CONFIG_HAMACHI is not set
82125 -# CONFIG_YELLOWFIN is not set
82126 -# CONFIG_R8169 is not set
82127 -# CONFIG_SIS190 is not set
82128 -# CONFIG_SKGE is not set
82129 -# CONFIG_SKY2 is not set
82130 -# CONFIG_SK98LIN is not set
82131 -# CONFIG_VIA_VELOCITY is not set
82132 -# CONFIG_TIGON3 is not set
82133 -# CONFIG_BNX2 is not set
82134 -CONFIG_GIANFAR=y
82135 -CONFIG_GFAR_NAPI=y
82136 -# CONFIG_QLA3XXX is not set
82137 -# CONFIG_ATL1 is not set
82138 -CONFIG_NETDEV_10000=y
82139 -# CONFIG_CHELSIO_T1 is not set
82140 -# CONFIG_CHELSIO_T3 is not set
82141 -# CONFIG_IXGBE is not set
82142 -# CONFIG_IXGB is not set
82143 -# CONFIG_S2IO is not set
82144 -# CONFIG_MYRI10GE is not set
82145 -# CONFIG_NETXEN_NIC is not set
82146 -# CONFIG_NIU is not set
82147 -# CONFIG_MLX4_CORE is not set
82148 -# CONFIG_TEHUTI is not set
82149 -# CONFIG_BNX2X is not set
82150 -# CONFIG_TR is not set
82151 -
82152 -#
82153 -# Wireless LAN
82154 -#
82155 -# CONFIG_WLAN_PRE80211 is not set
82156 -# CONFIG_WLAN_80211 is not set
82157 -# CONFIG_WAN is not set
82158 -# CONFIG_FDDI is not set
82159 -# CONFIG_HIPPI is not set
82160 -# CONFIG_PPP is not set
82161 -# CONFIG_SLIP is not set
82162 -# CONFIG_NETCONSOLE is not set
82163 -# CONFIG_NETPOLL is not set
82164 -# CONFIG_NET_POLL_CONTROLLER is not set
82165 -# CONFIG_ISDN is not set
82166 -# CONFIG_PHONE is not set
82167 -
82168 -#
82169 -# Input device support
82170 -#
82171 -CONFIG_INPUT=y
82172 -# CONFIG_INPUT_FF_MEMLESS is not set
82173 -# CONFIG_INPUT_POLLDEV is not set
82174 -
82175 -#
82176 -# Userland interfaces
82177 -#
82178 -# CONFIG_INPUT_MOUSEDEV is not set
82179 -# CONFIG_INPUT_JOYDEV is not set
82180 -# CONFIG_INPUT_EVDEV is not set
82181 -# CONFIG_INPUT_EVBUG is not set
82182 -
82183 -#
82184 -# Input Device Drivers
82185 -#
82186 -# CONFIG_INPUT_KEYBOARD is not set
82187 -# CONFIG_INPUT_MOUSE is not set
82188 -# CONFIG_INPUT_JOYSTICK is not set
82189 -# CONFIG_INPUT_TABLET is not set
82190 -# CONFIG_INPUT_TOUCHSCREEN is not set
82191 -# CONFIG_INPUT_MISC is not set
82192 -
82193 -#
82194 -# Hardware I/O ports
82195 -#
82196 -# CONFIG_SERIO is not set
82197 -# CONFIG_GAMEPORT is not set
82198 -
82199 -#
82200 -# Character devices
82201 -#
82202 -# CONFIG_VT is not set
82203 -# CONFIG_SERIAL_NONSTANDARD is not set
82204 -# CONFIG_NOZOMI is not set
82205 -
82206 -#
82207 -# Serial drivers
82208 -#
82209 -CONFIG_SERIAL_8250=y
82210 -CONFIG_SERIAL_8250_CONSOLE=y
82211 -CONFIG_SERIAL_8250_PCI=y
82212 -CONFIG_SERIAL_8250_NR_UARTS=4
82213 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
82214 -# CONFIG_SERIAL_8250_EXTENDED is not set
82215 -CONFIG_SERIAL_8250_SHARE_IRQ=y
82216 -
82217 -#
82218 -# Non-8250 serial port support
82219 -#
82220 -# CONFIG_SERIAL_UARTLITE is not set
82221 -CONFIG_SERIAL_CORE=y
82222 -CONFIG_SERIAL_CORE_CONSOLE=y
82223 -# CONFIG_SERIAL_JSM is not set
82224 -# CONFIG_SERIAL_OF_PLATFORM is not set
82225 -CONFIG_UNIX98_PTYS=y
82226 -CONFIG_LEGACY_PTYS=y
82227 -CONFIG_LEGACY_PTY_COUNT=256
82228 -# CONFIG_IPMI_HANDLER is not set
82229 -CONFIG_HW_RANDOM=y
82230 -# CONFIG_NVRAM is not set
82231 -CONFIG_GEN_RTC=y
82232 -# CONFIG_GEN_RTC_X is not set
82233 -# CONFIG_R3964 is not set
82234 -# CONFIG_APPLICOM is not set
82235 -# CONFIG_RAW_DRIVER is not set
82236 -# CONFIG_TCG_TPM is not set
82237 -CONFIG_DEVPORT=y
82238 -CONFIG_I2C=y
82239 -CONFIG_I2C_BOARDINFO=y
82240 -CONFIG_I2C_CHARDEV=y
82241 -
82242 -#
82243 -# I2C Algorithms
82244 -#
82245 -# CONFIG_I2C_ALGOBIT is not set
82246 -# CONFIG_I2C_ALGOPCF is not set
82247 -# CONFIG_I2C_ALGOPCA is not set
82248 -
82249 -#
82250 -# I2C Hardware Bus support
82251 -#
82252 -# CONFIG_I2C_ALI1535 is not set
82253 -# CONFIG_I2C_ALI1563 is not set
82254 -# CONFIG_I2C_ALI15X3 is not set
82255 -# CONFIG_I2C_AMD756 is not set
82256 -# CONFIG_I2C_AMD8111 is not set
82257 -# CONFIG_I2C_I801 is not set
82258 -# CONFIG_I2C_I810 is not set
82259 -# CONFIG_I2C_PIIX4 is not set
82260 -CONFIG_I2C_MPC=y
82261 -# CONFIG_I2C_NFORCE2 is not set
82262 -# CONFIG_I2C_OCORES is not set
82263 -# CONFIG_I2C_PARPORT_LIGHT is not set
82264 -# CONFIG_I2C_PROSAVAGE is not set
82265 -# CONFIG_I2C_SAVAGE4 is not set
82266 -# CONFIG_I2C_SIMTEC is not set
82267 -# CONFIG_I2C_SIS5595 is not set
82268 -# CONFIG_I2C_SIS630 is not set
82269 -# CONFIG_I2C_SIS96X is not set
82270 -# CONFIG_I2C_TAOS_EVM is not set
82271 -# CONFIG_I2C_VIA is not set
82272 -# CONFIG_I2C_VIAPRO is not set
82273 -# CONFIG_I2C_VOODOO3 is not set
82274 -
82275 -#
82276 -# Miscellaneous I2C Chip support
82277 -#
82278 -# CONFIG_DS1682 is not set
82279 -# CONFIG_SENSORS_EEPROM is not set
82280 -# CONFIG_SENSORS_PCF8574 is not set
82281 -# CONFIG_PCF8575 is not set
82282 -# CONFIG_SENSORS_PCF8591 is not set
82283 -# CONFIG_TPS65010 is not set
82284 -# CONFIG_SENSORS_MAX6875 is not set
82285 -# CONFIG_SENSORS_TSL2550 is not set
82286 -# CONFIG_I2C_DEBUG_CORE is not set
82287 -# CONFIG_I2C_DEBUG_ALGO is not set
82288 -# CONFIG_I2C_DEBUG_BUS is not set
82289 -# CONFIG_I2C_DEBUG_CHIP is not set
82290 -
82291 -#
82292 -# SPI support
82293 -#
82294 -# CONFIG_SPI is not set
82295 -# CONFIG_SPI_MASTER is not set
82296 -# CONFIG_W1 is not set
82297 -# CONFIG_POWER_SUPPLY is not set
82298 -CONFIG_HWMON=y
82299 -# CONFIG_HWMON_VID is not set
82300 -# CONFIG_SENSORS_AD7418 is not set
82301 -# CONFIG_SENSORS_ADM1021 is not set
82302 -# CONFIG_SENSORS_ADM1025 is not set
82303 -# CONFIG_SENSORS_ADM1026 is not set
82304 -# CONFIG_SENSORS_ADM1029 is not set
82305 -# CONFIG_SENSORS_ADM1031 is not set
82306 -# CONFIG_SENSORS_ADM9240 is not set
82307 -# CONFIG_SENSORS_ADT7470 is not set
82308 -# CONFIG_SENSORS_ADT7473 is not set
82309 -# CONFIG_SENSORS_ATXP1 is not set
82310 -# CONFIG_SENSORS_DS1621 is not set
82311 -# CONFIG_SENSORS_I5K_AMB is not set
82312 -# CONFIG_SENSORS_F71805F is not set
82313 -# CONFIG_SENSORS_F71882FG is not set
82314 -# CONFIG_SENSORS_F75375S is not set
82315 -# CONFIG_SENSORS_GL518SM is not set
82316 -# CONFIG_SENSORS_GL520SM is not set
82317 -# CONFIG_SENSORS_IT87 is not set
82318 -# CONFIG_SENSORS_LM63 is not set
82319 -CONFIG_SENSORS_LM75=y
82320 -# CONFIG_SENSORS_LM77 is not set
82321 -# CONFIG_SENSORS_LM78 is not set
82322 -# CONFIG_SENSORS_LM80 is not set
82323 -# CONFIG_SENSORS_LM83 is not set
82324 -# CONFIG_SENSORS_LM85 is not set
82325 -# CONFIG_SENSORS_LM87 is not set
82326 -# CONFIG_SENSORS_LM90 is not set
82327 -# CONFIG_SENSORS_LM92 is not set
82328 -# CONFIG_SENSORS_LM93 is not set
82329 -# CONFIG_SENSORS_MAX1619 is not set
82330 -# CONFIG_SENSORS_MAX6650 is not set
82331 -# CONFIG_SENSORS_PC87360 is not set
82332 -# CONFIG_SENSORS_PC87427 is not set
82333 -# CONFIG_SENSORS_SIS5595 is not set
82334 -# CONFIG_SENSORS_DME1737 is not set
82335 -# CONFIG_SENSORS_SMSC47M1 is not set
82336 -# CONFIG_SENSORS_SMSC47M192 is not set
82337 -# CONFIG_SENSORS_SMSC47B397 is not set
82338 -# CONFIG_SENSORS_ADS7828 is not set
82339 -# CONFIG_SENSORS_THMC50 is not set
82340 -# CONFIG_SENSORS_VIA686A is not set
82341 -# CONFIG_SENSORS_VT1211 is not set
82342 -# CONFIG_SENSORS_VT8231 is not set
82343 -# CONFIG_SENSORS_W83781D is not set
82344 -# CONFIG_SENSORS_W83791D is not set
82345 -# CONFIG_SENSORS_W83792D is not set
82346 -# CONFIG_SENSORS_W83793 is not set
82347 -# CONFIG_SENSORS_W83L785TS is not set
82348 -# CONFIG_SENSORS_W83L786NG is not set
82349 -# CONFIG_SENSORS_W83627HF is not set
82350 -# CONFIG_SENSORS_W83627EHF is not set
82351 -CONFIG_HWMON_DEBUG_CHIP=y
82352 -# CONFIG_THERMAL is not set
82353 -# CONFIG_WATCHDOG is not set
82354 -
82355 -#
82356 -# Sonics Silicon Backplane
82357 -#
82358 -CONFIG_SSB_POSSIBLE=y
82359 -# CONFIG_SSB is not set
82360 -
82361 -#
82362 -# Multifunction device drivers
82363 -#
82364 -# CONFIG_MFD_SM501 is not set
82365 -
82366 -#
82367 -# Multimedia devices
82368 -#
82369 -# CONFIG_VIDEO_DEV is not set
82370 -# CONFIG_DVB_CORE is not set
82371 -CONFIG_DAB=y
82372 -
82373 -#
82374 -# Graphics support
82375 -#
82376 -# CONFIG_AGP is not set
82377 -# CONFIG_DRM is not set
82378 -# CONFIG_VGASTATE is not set
82379 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
82380 -# CONFIG_FB is not set
82381 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
82382 -
82383 -#
82384 -# Display device support
82385 -#
82386 -# CONFIG_DISPLAY_SUPPORT is not set
82387 -
82388 -#
82389 -# Sound
82390 -#
82391 -# CONFIG_SOUND is not set
82392 -CONFIG_HID_SUPPORT=y
82393 -CONFIG_HID=y
82394 -# CONFIG_HID_DEBUG is not set
82395 -# CONFIG_HIDRAW is not set
82396 -CONFIG_USB_SUPPORT=y
82397 -CONFIG_USB_ARCH_HAS_HCD=y
82398 -CONFIG_USB_ARCH_HAS_OHCI=y
82399 -CONFIG_USB_ARCH_HAS_EHCI=y
82400 -# CONFIG_USB is not set
82401 -
82402 -#
82403 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
82404 -#
82405 -# CONFIG_USB_GADGET is not set
82406 -# CONFIG_MMC is not set
82407 -# CONFIG_MEMSTICK is not set
82408 -# CONFIG_NEW_LEDS is not set
82409 -# CONFIG_INFINIBAND is not set
82410 -# CONFIG_EDAC is not set
82411 -# CONFIG_RTC_CLASS is not set
82412 -# CONFIG_DMADEVICES is not set
82413 -
82414 -#
82415 -# Userspace I/O
82416 -#
82417 -# CONFIG_UIO is not set
82418 -
82419 -#
82420 -# File systems
82421 -#
82422 -CONFIG_EXT2_FS=y
82423 -# CONFIG_EXT2_FS_XATTR is not set
82424 -# CONFIG_EXT2_FS_XIP is not set
82425 -CONFIG_EXT3_FS=y
82426 -CONFIG_EXT3_FS_XATTR=y
82427 -# CONFIG_EXT3_FS_POSIX_ACL is not set
82428 -# CONFIG_EXT3_FS_SECURITY is not set
82429 -# CONFIG_EXT4DEV_FS is not set
82430 -CONFIG_JBD=y
82431 -CONFIG_FS_MBCACHE=y
82432 -# CONFIG_REISERFS_FS is not set
82433 -# CONFIG_JFS_FS is not set
82434 -# CONFIG_FS_POSIX_ACL is not set
82435 -# CONFIG_XFS_FS is not set
82436 -# CONFIG_GFS2_FS is not set
82437 -# CONFIG_OCFS2_FS is not set
82438 -CONFIG_DNOTIFY=y
82439 -CONFIG_INOTIFY=y
82440 -CONFIG_INOTIFY_USER=y
82441 -# CONFIG_QUOTA is not set
82442 -# CONFIG_AUTOFS_FS is not set
82443 -# CONFIG_AUTOFS4_FS is not set
82444 -# CONFIG_FUSE_FS is not set
82445 -
82446 -#
82447 -# CD-ROM/DVD Filesystems
82448 -#
82449 -# CONFIG_ISO9660_FS is not set
82450 -# CONFIG_UDF_FS is not set
82451 -
82452 -#
82453 -# DOS/FAT/NT Filesystems
82454 -#
82455 -# CONFIG_MSDOS_FS is not set
82456 -# CONFIG_VFAT_FS is not set
82457 -# CONFIG_NTFS_FS is not set
82458 -
82459 -#
82460 -# Pseudo filesystems
82461 -#
82462 -CONFIG_PROC_FS=y
82463 -CONFIG_PROC_KCORE=y
82464 -CONFIG_PROC_SYSCTL=y
82465 -CONFIG_SYSFS=y
82466 -CONFIG_TMPFS=y
82467 -# CONFIG_TMPFS_POSIX_ACL is not set
82468 -# CONFIG_HUGETLB_PAGE is not set
82469 -# CONFIG_CONFIGFS_FS is not set
82470 -
82471 -#
82472 -# Miscellaneous filesystems
82473 -#
82474 -# CONFIG_ADFS_FS is not set
82475 -# CONFIG_AFFS_FS is not set
82476 -# CONFIG_HFS_FS is not set
82477 -# CONFIG_HFSPLUS_FS is not set
82478 -# CONFIG_BEFS_FS is not set
82479 -# CONFIG_BFS_FS is not set
82480 -# CONFIG_EFS_FS is not set
82481 -CONFIG_JFFS2_FS=y
82482 -CONFIG_JFFS2_FS_DEBUG=0
82483 -CONFIG_JFFS2_FS_WRITEBUFFER=y
82484 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
82485 -# CONFIG_JFFS2_SUMMARY is not set
82486 -# CONFIG_JFFS2_FS_XATTR is not set
82487 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
82488 -CONFIG_JFFS2_ZLIB=y
82489 -# CONFIG_JFFS2_LZO is not set
82490 -CONFIG_JFFS2_RTIME=y
82491 -# CONFIG_JFFS2_RUBIN is not set
82492 -CONFIG_CRAMFS=y
82493 -# CONFIG_VXFS_FS is not set
82494 -# CONFIG_MINIX_FS is not set
82495 -# CONFIG_HPFS_FS is not set
82496 -# CONFIG_QNX4FS_FS is not set
82497 -# CONFIG_ROMFS_FS is not set
82498 -# CONFIG_SYSV_FS is not set
82499 -# CONFIG_UFS_FS is not set
82500 -CONFIG_NETWORK_FILESYSTEMS=y
82501 -CONFIG_NFS_FS=y
82502 -# CONFIG_NFS_V3 is not set
82503 -# CONFIG_NFS_V4 is not set
82504 -# CONFIG_NFS_DIRECTIO is not set
82505 -# CONFIG_NFSD is not set
82506 -CONFIG_ROOT_NFS=y
82507 -CONFIG_LOCKD=y
82508 -CONFIG_NFS_COMMON=y
82509 -CONFIG_SUNRPC=y
82510 -# CONFIG_SUNRPC_BIND34 is not set
82511 -# CONFIG_RPCSEC_GSS_KRB5 is not set
82512 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
82513 -# CONFIG_SMB_FS is not set
82514 -# CONFIG_CIFS is not set
82515 -# CONFIG_NCP_FS is not set
82516 -# CONFIG_CODA_FS is not set
82517 -# CONFIG_AFS_FS is not set
82518 -
82519 -#
82520 -# Partition Types
82521 -#
82522 -CONFIG_PARTITION_ADVANCED=y
82523 -# CONFIG_ACORN_PARTITION is not set
82524 -# CONFIG_OSF_PARTITION is not set
82525 -# CONFIG_AMIGA_PARTITION is not set
82526 -# CONFIG_ATARI_PARTITION is not set
82527 -# CONFIG_MAC_PARTITION is not set
82528 -# CONFIG_MSDOS_PARTITION is not set
82529 -# CONFIG_LDM_PARTITION is not set
82530 -# CONFIG_SGI_PARTITION is not set
82531 -# CONFIG_ULTRIX_PARTITION is not set
82532 -# CONFIG_SUN_PARTITION is not set
82533 -# CONFIG_KARMA_PARTITION is not set
82534 -# CONFIG_EFI_PARTITION is not set
82535 -# CONFIG_SYSV68_PARTITION is not set
82536 -# CONFIG_NLS is not set
82537 -# CONFIG_DLM is not set
82538 -
82539 -#
82540 -# Library routines
82541 -#
82542 -CONFIG_BITREVERSE=y
82543 -# CONFIG_CRC_CCITT is not set
82544 -# CONFIG_CRC16 is not set
82545 -# CONFIG_CRC_ITU_T is not set
82546 -CONFIG_CRC32=y
82547 -# CONFIG_CRC7 is not set
82548 -# CONFIG_LIBCRC32C is not set
82549 -CONFIG_ZLIB_INFLATE=y
82550 -CONFIG_ZLIB_DEFLATE=y
82551 -CONFIG_PLIST=y
82552 -CONFIG_HAS_IOMEM=y
82553 -CONFIG_HAS_IOPORT=y
82554 -CONFIG_HAS_DMA=y
82555 -
82556 -#
82557 -# Kernel hacking
82558 -#
82559 -# CONFIG_PRINTK_TIME is not set
82560 -CONFIG_ENABLE_WARN_DEPRECATED=y
82561 -CONFIG_ENABLE_MUST_CHECK=y
82562 -# CONFIG_MAGIC_SYSRQ is not set
82563 -# CONFIG_UNUSED_SYMBOLS is not set
82564 -# CONFIG_DEBUG_FS is not set
82565 -# CONFIG_HEADERS_CHECK is not set
82566 -# CONFIG_DEBUG_KERNEL is not set
82567 -# CONFIG_SLUB_DEBUG_ON is not set
82568 -# CONFIG_SLUB_STATS is not set
82569 -# CONFIG_DEBUG_BUGVERBOSE is not set
82570 -# CONFIG_SAMPLES is not set
82571 -# CONFIG_PPC_EARLY_DEBUG is not set
82572 -
82573 -#
82574 -# Security options
82575 -#
82576 -# CONFIG_KEYS is not set
82577 -# CONFIG_SECURITY is not set
82578 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
82579 -CONFIG_CRYPTO=y
82580 -# CONFIG_CRYPTO_SEQIV is not set
82581 -# CONFIG_CRYPTO_MANAGER is not set
82582 -# CONFIG_CRYPTO_HMAC is not set
82583 -# CONFIG_CRYPTO_XCBC is not set
82584 -# CONFIG_CRYPTO_NULL is not set
82585 -# CONFIG_CRYPTO_MD4 is not set
82586 -# CONFIG_CRYPTO_MD5 is not set
82587 -# CONFIG_CRYPTO_SHA1 is not set
82588 -# CONFIG_CRYPTO_SHA256 is not set
82589 -# CONFIG_CRYPTO_SHA512 is not set
82590 -# CONFIG_CRYPTO_WP512 is not set
82591 -# CONFIG_CRYPTO_TGR192 is not set
82592 -# CONFIG_CRYPTO_GF128MUL is not set
82593 -# CONFIG_CRYPTO_ECB is not set
82594 -# CONFIG_CRYPTO_CBC is not set
82595 -# CONFIG_CRYPTO_PCBC is not set
82596 -# CONFIG_CRYPTO_LRW is not set
82597 -# CONFIG_CRYPTO_XTS is not set
82598 -# CONFIG_CRYPTO_CTR is not set
82599 -# CONFIG_CRYPTO_GCM is not set
82600 -# CONFIG_CRYPTO_CCM is not set
82601 -# CONFIG_CRYPTO_CRYPTD is not set
82602 -# CONFIG_CRYPTO_DES is not set
82603 -# CONFIG_CRYPTO_FCRYPT is not set
82604 -# CONFIG_CRYPTO_BLOWFISH is not set
82605 -# CONFIG_CRYPTO_TWOFISH is not set
82606 -# CONFIG_CRYPTO_SERPENT is not set
82607 -# CONFIG_CRYPTO_AES is not set
82608 -# CONFIG_CRYPTO_CAST5 is not set
82609 -# CONFIG_CRYPTO_CAST6 is not set
82610 -# CONFIG_CRYPTO_TEA is not set
82611 -# CONFIG_CRYPTO_ARC4 is not set
82612 -# CONFIG_CRYPTO_KHAZAD is not set
82613 -# CONFIG_CRYPTO_ANUBIS is not set
82614 -# CONFIG_CRYPTO_SEED is not set
82615 -# CONFIG_CRYPTO_SALSA20 is not set
82616 -# CONFIG_CRYPTO_DEFLATE is not set
82617 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
82618 -# CONFIG_CRYPTO_CRC32C is not set
82619 -# CONFIG_CRYPTO_CAMELLIA is not set
82620 -# CONFIG_CRYPTO_AUTHENC is not set
82621 -# CONFIG_CRYPTO_LZO is not set
82622 -CONFIG_CRYPTO_HW=y
82623 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
82624 -# CONFIG_PPC_CLOCK is not set
82625 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/tqm8541_defconfig powerpc.git/arch/powerpc/configs/tqm8541_defconfig
82626 --- linux-2.6.25-rc9/arch/powerpc/configs/tqm8541_defconfig 2008-04-11 22:32:29.000000000 +0200
82627 +++ powerpc.git/arch/powerpc/configs/tqm8541_defconfig 1970-01-01 01:00:00.000000000 +0100
82628 @@ -1,1109 +0,0 @@
82629 -#
82630 -# Automatically generated make config: don't edit
82631 -# Linux kernel version: 2.6.25-rc6
82632 -# Mon Mar 24 08:48:44 2008
82633 -#
82634 -# CONFIG_PPC64 is not set
82635 -
82636 -#
82637 -# Processor support
82638 -#
82639 -# CONFIG_6xx is not set
82640 -CONFIG_PPC_85xx=y
82641 -# CONFIG_PPC_8xx is not set
82642 -# CONFIG_40x is not set
82643 -# CONFIG_44x is not set
82644 -# CONFIG_E200 is not set
82645 -CONFIG_E500=y
82646 -CONFIG_BOOKE=y
82647 -CONFIG_FSL_BOOKE=y
82648 -CONFIG_FSL_EMB_PERFMON=y
82649 -# CONFIG_PHYS_64BIT is not set
82650 -CONFIG_SPE=y
82651 -# CONFIG_PPC_MM_SLICES is not set
82652 -CONFIG_PPC32=y
82653 -CONFIG_WORD_SIZE=32
82654 -CONFIG_PPC_MERGE=y
82655 -CONFIG_MMU=y
82656 -CONFIG_GENERIC_CMOS_UPDATE=y
82657 -CONFIG_GENERIC_TIME=y
82658 -CONFIG_GENERIC_TIME_VSYSCALL=y
82659 -CONFIG_GENERIC_CLOCKEVENTS=y
82660 -CONFIG_GENERIC_HARDIRQS=y
82661 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
82662 -CONFIG_IRQ_PER_CPU=y
82663 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
82664 -CONFIG_ARCH_HAS_ILOG2_U32=y
82665 -CONFIG_GENERIC_HWEIGHT=y
82666 -CONFIG_GENERIC_CALIBRATE_DELAY=y
82667 -CONFIG_GENERIC_FIND_NEXT_BIT=y
82668 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
82669 -CONFIG_PPC=y
82670 -CONFIG_EARLY_PRINTK=y
82671 -CONFIG_GENERIC_NVRAM=y
82672 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
82673 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
82674 -CONFIG_PPC_OF=y
82675 -CONFIG_OF=y
82676 -CONFIG_PPC_UDBG_16550=y
82677 -# CONFIG_GENERIC_TBSYNC is not set
82678 -CONFIG_AUDIT_ARCH=y
82679 -CONFIG_GENERIC_BUG=y
82680 -CONFIG_DEFAULT_UIMAGE=y
82681 -# CONFIG_PPC_DCR_NATIVE is not set
82682 -# CONFIG_PPC_DCR_MMIO is not set
82683 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
82684 -
82685 -#
82686 -# General setup
82687 -#
82688 -CONFIG_EXPERIMENTAL=y
82689 -CONFIG_BROKEN_ON_SMP=y
82690 -CONFIG_INIT_ENV_ARG_LIMIT=32
82691 -CONFIG_LOCALVERSION=""
82692 -CONFIG_LOCALVERSION_AUTO=y
82693 -CONFIG_SWAP=y
82694 -CONFIG_SYSVIPC=y
82695 -CONFIG_SYSVIPC_SYSCTL=y
82696 -# CONFIG_POSIX_MQUEUE is not set
82697 -# CONFIG_BSD_PROCESS_ACCT is not set
82698 -# CONFIG_TASKSTATS is not set
82699 -# CONFIG_AUDIT is not set
82700 -# CONFIG_IKCONFIG is not set
82701 -CONFIG_LOG_BUF_SHIFT=14
82702 -# CONFIG_CGROUPS is not set
82703 -CONFIG_GROUP_SCHED=y
82704 -CONFIG_FAIR_GROUP_SCHED=y
82705 -# CONFIG_RT_GROUP_SCHED is not set
82706 -CONFIG_USER_SCHED=y
82707 -# CONFIG_CGROUP_SCHED is not set
82708 -CONFIG_SYSFS_DEPRECATED=y
82709 -CONFIG_SYSFS_DEPRECATED_V2=y
82710 -# CONFIG_RELAY is not set
82711 -# CONFIG_NAMESPACES is not set
82712 -CONFIG_BLK_DEV_INITRD=y
82713 -CONFIG_INITRAMFS_SOURCE=""
82714 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
82715 -CONFIG_SYSCTL=y
82716 -CONFIG_EMBEDDED=y
82717 -CONFIG_SYSCTL_SYSCALL=y
82718 -# CONFIG_KALLSYMS is not set
82719 -# CONFIG_HOTPLUG is not set
82720 -CONFIG_PRINTK=y
82721 -CONFIG_BUG=y
82722 -CONFIG_ELF_CORE=y
82723 -CONFIG_COMPAT_BRK=y
82724 -CONFIG_BASE_FULL=y
82725 -CONFIG_FUTEX=y
82726 -CONFIG_ANON_INODES=y
82727 -# CONFIG_EPOLL is not set
82728 -CONFIG_SIGNALFD=y
82729 -CONFIG_TIMERFD=y
82730 -CONFIG_EVENTFD=y
82731 -CONFIG_SHMEM=y
82732 -CONFIG_VM_EVENT_COUNTERS=y
82733 -CONFIG_SLUB_DEBUG=y
82734 -# CONFIG_SLAB is not set
82735 -CONFIG_SLUB=y
82736 -# CONFIG_SLOB is not set
82737 -# CONFIG_PROFILING is not set
82738 -# CONFIG_MARKERS is not set
82739 -CONFIG_HAVE_OPROFILE=y
82740 -CONFIG_HAVE_KPROBES=y
82741 -CONFIG_HAVE_KRETPROBES=y
82742 -CONFIG_PROC_PAGE_MONITOR=y
82743 -CONFIG_SLABINFO=y
82744 -CONFIG_RT_MUTEXES=y
82745 -# CONFIG_TINY_SHMEM is not set
82746 -CONFIG_BASE_SMALL=0
82747 -# CONFIG_MODULES is not set
82748 -CONFIG_BLOCK=y
82749 -# CONFIG_LBD is not set
82750 -# CONFIG_BLK_DEV_IO_TRACE is not set
82751 -# CONFIG_LSF is not set
82752 -# CONFIG_BLK_DEV_BSG is not set
82753 -
82754 -#
82755 -# IO Schedulers
82756 -#
82757 -CONFIG_IOSCHED_NOOP=y
82758 -CONFIG_IOSCHED_AS=y
82759 -CONFIG_IOSCHED_DEADLINE=y
82760 -CONFIG_IOSCHED_CFQ=y
82761 -CONFIG_DEFAULT_AS=y
82762 -# CONFIG_DEFAULT_DEADLINE is not set
82763 -# CONFIG_DEFAULT_CFQ is not set
82764 -# CONFIG_DEFAULT_NOOP is not set
82765 -CONFIG_DEFAULT_IOSCHED="anticipatory"
82766 -CONFIG_CLASSIC_RCU=y
82767 -
82768 -#
82769 -# Platform support
82770 -#
82771 -# CONFIG_PPC_MPC512x is not set
82772 -# CONFIG_PPC_MPC5121 is not set
82773 -# CONFIG_PPC_CELL is not set
82774 -# CONFIG_PPC_CELL_NATIVE is not set
82775 -# CONFIG_PQ2ADS is not set
82776 -CONFIG_MPC85xx=y
82777 -# CONFIG_MPC8540_ADS is not set
82778 -# CONFIG_MPC8560_ADS is not set
82779 -# CONFIG_MPC85xx_CDS is not set
82780 -# CONFIG_MPC85xx_MDS is not set
82781 -# CONFIG_MPC85xx_DS is not set
82782 -# CONFIG_STX_GP3 is not set
82783 -# CONFIG_TQM8540 is not set
82784 -CONFIG_TQM8541=y
82785 -# CONFIG_TQM8555 is not set
82786 -# CONFIG_TQM8560 is not set
82787 -# CONFIG_SBC8548 is not set
82788 -# CONFIG_SBC8560 is not set
82789 -CONFIG_TQM85xx=y
82790 -# CONFIG_IPIC is not set
82791 -CONFIG_MPIC=y
82792 -# CONFIG_MPIC_WEIRD is not set
82793 -# CONFIG_PPC_I8259 is not set
82794 -# CONFIG_PPC_RTAS is not set
82795 -# CONFIG_MMIO_NVRAM is not set
82796 -# CONFIG_PPC_MPC106 is not set
82797 -# CONFIG_PPC_970_NAP is not set
82798 -# CONFIG_PPC_INDIRECT_IO is not set
82799 -# CONFIG_GENERIC_IOMAP is not set
82800 -# CONFIG_CPU_FREQ is not set
82801 -CONFIG_CPM2=y
82802 -CONFIG_PPC_CPM_NEW_BINDING=y
82803 -# CONFIG_FSL_ULI1575 is not set
82804 -CONFIG_CPM=y
82805 -
82806 -#
82807 -# Kernel options
82808 -#
82809 -# CONFIG_HIGHMEM is not set
82810 -# CONFIG_TICK_ONESHOT is not set
82811 -# CONFIG_NO_HZ is not set
82812 -# CONFIG_HIGH_RES_TIMERS is not set
82813 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
82814 -# CONFIG_HZ_100 is not set
82815 -CONFIG_HZ_250=y
82816 -# CONFIG_HZ_300 is not set
82817 -# CONFIG_HZ_1000 is not set
82818 -CONFIG_HZ=250
82819 -# CONFIG_SCHED_HRTICK is not set
82820 -CONFIG_PREEMPT_NONE=y
82821 -# CONFIG_PREEMPT_VOLUNTARY is not set
82822 -# CONFIG_PREEMPT is not set
82823 -CONFIG_BINFMT_ELF=y
82824 -# CONFIG_BINFMT_MISC is not set
82825 -CONFIG_MATH_EMULATION=y
82826 -# CONFIG_IOMMU_HELPER is not set
82827 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
82828 -CONFIG_ARCH_HAS_WALK_MEMORY=y
82829 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
82830 -CONFIG_ARCH_FLATMEM_ENABLE=y
82831 -CONFIG_ARCH_POPULATES_NODE_MAP=y
82832 -CONFIG_SELECT_MEMORY_MODEL=y
82833 -CONFIG_FLATMEM_MANUAL=y
82834 -# CONFIG_DISCONTIGMEM_MANUAL is not set
82835 -# CONFIG_SPARSEMEM_MANUAL is not set
82836 -CONFIG_FLATMEM=y
82837 -CONFIG_FLAT_NODE_MEM_MAP=y
82838 -# CONFIG_SPARSEMEM_STATIC is not set
82839 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
82840 -CONFIG_SPLIT_PTLOCK_CPUS=4
82841 -# CONFIG_RESOURCES_64BIT is not set
82842 -CONFIG_ZONE_DMA_FLAG=1
82843 -CONFIG_BOUNCE=y
82844 -CONFIG_VIRT_TO_BUS=y
82845 -# CONFIG_PROC_DEVICETREE is not set
82846 -# CONFIG_CMDLINE_BOOL is not set
82847 -# CONFIG_PM is not set
82848 -CONFIG_SECCOMP=y
82849 -CONFIG_ISA_DMA_API=y
82850 -
82851 -#
82852 -# Bus options
82853 -#
82854 -CONFIG_ZONE_DMA=y
82855 -CONFIG_PPC_INDIRECT_PCI=y
82856 -CONFIG_FSL_SOC=y
82857 -CONFIG_FSL_PCI=y
82858 -CONFIG_PCI=y
82859 -CONFIG_PCI_DOMAINS=y
82860 -CONFIG_PCI_SYSCALL=y
82861 -# CONFIG_PCIEPORTBUS is not set
82862 -CONFIG_ARCH_SUPPORTS_MSI=y
82863 -# CONFIG_PCI_MSI is not set
82864 -CONFIG_PCI_LEGACY=y
82865 -
82866 -#
82867 -# Advanced setup
82868 -#
82869 -# CONFIG_ADVANCED_OPTIONS is not set
82870 -
82871 -#
82872 -# Default settings for advanced configuration options are used
82873 -#
82874 -CONFIG_HIGHMEM_START=0xfe000000
82875 -CONFIG_LOWMEM_SIZE=0x30000000
82876 -CONFIG_KERNEL_START=0xc0000000
82877 -CONFIG_TASK_SIZE=0xc0000000
82878 -CONFIG_BOOT_LOAD=0x00800000
82879 -
82880 -#
82881 -# Networking
82882 -#
82883 -CONFIG_NET=y
82884 -
82885 -#
82886 -# Networking options
82887 -#
82888 -CONFIG_PACKET=y
82889 -# CONFIG_PACKET_MMAP is not set
82890 -CONFIG_UNIX=y
82891 -CONFIG_XFRM=y
82892 -# CONFIG_XFRM_USER is not set
82893 -# CONFIG_XFRM_SUB_POLICY is not set
82894 -# CONFIG_XFRM_MIGRATE is not set
82895 -# CONFIG_XFRM_STATISTICS is not set
82896 -# CONFIG_NET_KEY is not set
82897 -CONFIG_INET=y
82898 -CONFIG_IP_MULTICAST=y
82899 -# CONFIG_IP_ADVANCED_ROUTER is not set
82900 -CONFIG_IP_FIB_HASH=y
82901 -CONFIG_IP_PNP=y
82902 -CONFIG_IP_PNP_DHCP=y
82903 -CONFIG_IP_PNP_BOOTP=y
82904 -# CONFIG_IP_PNP_RARP is not set
82905 -# CONFIG_NET_IPIP is not set
82906 -# CONFIG_NET_IPGRE is not set
82907 -# CONFIG_IP_MROUTE is not set
82908 -# CONFIG_ARPD is not set
82909 -CONFIG_SYN_COOKIES=y
82910 -# CONFIG_INET_AH is not set
82911 -# CONFIG_INET_ESP is not set
82912 -# CONFIG_INET_IPCOMP is not set
82913 -# CONFIG_INET_XFRM_TUNNEL is not set
82914 -# CONFIG_INET_TUNNEL is not set
82915 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
82916 -CONFIG_INET_XFRM_MODE_TUNNEL=y
82917 -CONFIG_INET_XFRM_MODE_BEET=y
82918 -# CONFIG_INET_LRO is not set
82919 -CONFIG_INET_DIAG=y
82920 -CONFIG_INET_TCP_DIAG=y
82921 -# CONFIG_TCP_CONG_ADVANCED is not set
82922 -CONFIG_TCP_CONG_CUBIC=y
82923 -CONFIG_DEFAULT_TCP_CONG="cubic"
82924 -# CONFIG_TCP_MD5SIG is not set
82925 -# CONFIG_IPV6 is not set
82926 -# CONFIG_INET6_XFRM_TUNNEL is not set
82927 -# CONFIG_INET6_TUNNEL is not set
82928 -# CONFIG_NETWORK_SECMARK is not set
82929 -# CONFIG_NETFILTER is not set
82930 -# CONFIG_IP_DCCP is not set
82931 -# CONFIG_IP_SCTP is not set
82932 -# CONFIG_TIPC is not set
82933 -# CONFIG_ATM is not set
82934 -# CONFIG_BRIDGE is not set
82935 -# CONFIG_VLAN_8021Q is not set
82936 -# CONFIG_DECNET is not set
82937 -# CONFIG_LLC2 is not set
82938 -# CONFIG_IPX is not set
82939 -# CONFIG_ATALK is not set
82940 -# CONFIG_X25 is not set
82941 -# CONFIG_LAPB is not set
82942 -# CONFIG_ECONET is not set
82943 -# CONFIG_WAN_ROUTER is not set
82944 -# CONFIG_NET_SCHED is not set
82945 -
82946 -#
82947 -# Network testing
82948 -#
82949 -# CONFIG_NET_PKTGEN is not set
82950 -# CONFIG_HAMRADIO is not set
82951 -# CONFIG_CAN is not set
82952 -# CONFIG_IRDA is not set
82953 -# CONFIG_BT is not set
82954 -# CONFIG_AF_RXRPC is not set
82955 -
82956 -#
82957 -# Wireless
82958 -#
82959 -# CONFIG_CFG80211 is not set
82960 -# CONFIG_WIRELESS_EXT is not set
82961 -# CONFIG_MAC80211 is not set
82962 -# CONFIG_IEEE80211 is not set
82963 -# CONFIG_RFKILL is not set
82964 -# CONFIG_NET_9P is not set
82965 -
82966 -#
82967 -# Device Drivers
82968 -#
82969 -
82970 -#
82971 -# Generic Driver Options
82972 -#
82973 -CONFIG_STANDALONE=y
82974 -CONFIG_PREVENT_FIRMWARE_BUILD=y
82975 -# CONFIG_SYS_HYPERVISOR is not set
82976 -# CONFIG_CONNECTOR is not set
82977 -CONFIG_MTD=y
82978 -# CONFIG_MTD_DEBUG is not set
82979 -CONFIG_MTD_CONCAT=y
82980 -CONFIG_MTD_PARTITIONS=y
82981 -# CONFIG_MTD_REDBOOT_PARTS is not set
82982 -CONFIG_MTD_CMDLINE_PARTS=y
82983 -# CONFIG_MTD_OF_PARTS is not set
82984 -
82985 -#
82986 -# User Modules And Translation Layers
82987 -#
82988 -CONFIG_MTD_CHAR=y
82989 -CONFIG_MTD_BLKDEVS=y
82990 -CONFIG_MTD_BLOCK=y
82991 -# CONFIG_FTL is not set
82992 -# CONFIG_NFTL is not set
82993 -# CONFIG_INFTL is not set
82994 -# CONFIG_RFD_FTL is not set
82995 -# CONFIG_SSFDC is not set
82996 -# CONFIG_MTD_OOPS is not set
82997 -
82998 -#
82999 -# RAM/ROM/Flash chip drivers
83000 -#
83001 -CONFIG_MTD_CFI=y
83002 -# CONFIG_MTD_JEDECPROBE is not set
83003 -CONFIG_MTD_GEN_PROBE=y
83004 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
83005 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
83006 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
83007 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
83008 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
83009 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
83010 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
83011 -CONFIG_MTD_CFI_I1=y
83012 -CONFIG_MTD_CFI_I2=y
83013 -# CONFIG_MTD_CFI_I4 is not set
83014 -# CONFIG_MTD_CFI_I8 is not set
83015 -# CONFIG_MTD_CFI_INTELEXT is not set
83016 -CONFIG_MTD_CFI_AMDSTD=y
83017 -# CONFIG_MTD_CFI_STAA is not set
83018 -CONFIG_MTD_CFI_UTIL=y
83019 -# CONFIG_MTD_RAM is not set
83020 -# CONFIG_MTD_ROM is not set
83021 -# CONFIG_MTD_ABSENT is not set
83022 -
83023 -#
83024 -# Mapping drivers for chip access
83025 -#
83026 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
83027 -# CONFIG_MTD_PHYSMAP is not set
83028 -# CONFIG_MTD_PHYSMAP_OF is not set
83029 -# CONFIG_MTD_INTEL_VR_NOR is not set
83030 -# CONFIG_MTD_PLATRAM is not set
83031 -
83032 -#
83033 -# Self-contained MTD device drivers
83034 -#
83035 -# CONFIG_MTD_PMC551 is not set
83036 -# CONFIG_MTD_SLRAM is not set
83037 -# CONFIG_MTD_PHRAM is not set
83038 -# CONFIG_MTD_MTDRAM is not set
83039 -# CONFIG_MTD_BLOCK2MTD is not set
83040 -
83041 -#
83042 -# Disk-On-Chip Device Drivers
83043 -#
83044 -# CONFIG_MTD_DOC2000 is not set
83045 -# CONFIG_MTD_DOC2001 is not set
83046 -# CONFIG_MTD_DOC2001PLUS is not set
83047 -# CONFIG_MTD_NAND is not set
83048 -# CONFIG_MTD_ONENAND is not set
83049 -
83050 -#
83051 -# UBI - Unsorted block images
83052 -#
83053 -# CONFIG_MTD_UBI is not set
83054 -CONFIG_OF_DEVICE=y
83055 -# CONFIG_PARPORT is not set
83056 -CONFIG_BLK_DEV=y
83057 -# CONFIG_BLK_DEV_FD is not set
83058 -# CONFIG_BLK_CPQ_DA is not set
83059 -# CONFIG_BLK_CPQ_CISS_DA is not set
83060 -# CONFIG_BLK_DEV_DAC960 is not set
83061 -# CONFIG_BLK_DEV_UMEM is not set
83062 -# CONFIG_BLK_DEV_COW_COMMON is not set
83063 -CONFIG_BLK_DEV_LOOP=y
83064 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
83065 -# CONFIG_BLK_DEV_NBD is not set
83066 -# CONFIG_BLK_DEV_SX8 is not set
83067 -CONFIG_BLK_DEV_RAM=y
83068 -CONFIG_BLK_DEV_RAM_COUNT=16
83069 -CONFIG_BLK_DEV_RAM_SIZE=32768
83070 -# CONFIG_BLK_DEV_XIP is not set
83071 -# CONFIG_CDROM_PKTCDVD is not set
83072 -# CONFIG_ATA_OVER_ETH is not set
83073 -CONFIG_MISC_DEVICES=y
83074 -# CONFIG_PHANTOM is not set
83075 -# CONFIG_EEPROM_93CX6 is not set
83076 -# CONFIG_SGI_IOC4 is not set
83077 -# CONFIG_TIFM_CORE is not set
83078 -# CONFIG_ENCLOSURE_SERVICES is not set
83079 -CONFIG_HAVE_IDE=y
83080 -CONFIG_IDE=y
83081 -CONFIG_IDE_MAX_HWIFS=4
83082 -CONFIG_BLK_DEV_IDE=y
83083 -
83084 -#
83085 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
83086 -#
83087 -# CONFIG_BLK_DEV_IDE_SATA is not set
83088 -CONFIG_BLK_DEV_IDEDISK=y
83089 -# CONFIG_IDEDISK_MULTI_MODE is not set
83090 -# CONFIG_BLK_DEV_IDECD is not set
83091 -# CONFIG_BLK_DEV_IDETAPE is not set
83092 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
83093 -# CONFIG_IDE_TASK_IOCTL is not set
83094 -CONFIG_IDE_PROC_FS=y
83095 -
83096 -#
83097 -# IDE chipset support/bugfixes
83098 -#
83099 -CONFIG_IDE_GENERIC=y
83100 -# CONFIG_BLK_DEV_PLATFORM is not set
83101 -CONFIG_BLK_DEV_IDEDMA_SFF=y
83102 -
83103 -#
83104 -# PCI IDE chipsets support
83105 -#
83106 -CONFIG_BLK_DEV_IDEPCI=y
83107 -CONFIG_IDEPCI_PCIBUS_ORDER=y
83108 -# CONFIG_BLK_DEV_OFFBOARD is not set
83109 -CONFIG_BLK_DEV_GENERIC=y
83110 -# CONFIG_BLK_DEV_OPTI621 is not set
83111 -CONFIG_BLK_DEV_IDEDMA_PCI=y
83112 -# CONFIG_BLK_DEV_AEC62XX is not set
83113 -# CONFIG_BLK_DEV_ALI15X3 is not set
83114 -# CONFIG_BLK_DEV_AMD74XX is not set
83115 -# CONFIG_BLK_DEV_CMD64X is not set
83116 -# CONFIG_BLK_DEV_TRIFLEX is not set
83117 -# CONFIG_BLK_DEV_CY82C693 is not set
83118 -# CONFIG_BLK_DEV_CS5520 is not set
83119 -# CONFIG_BLK_DEV_CS5530 is not set
83120 -# CONFIG_BLK_DEV_HPT34X is not set
83121 -# CONFIG_BLK_DEV_HPT366 is not set
83122 -# CONFIG_BLK_DEV_JMICRON is not set
83123 -# CONFIG_BLK_DEV_SC1200 is not set
83124 -# CONFIG_BLK_DEV_PIIX is not set
83125 -# CONFIG_BLK_DEV_IT8213 is not set
83126 -# CONFIG_BLK_DEV_IT821X is not set
83127 -# CONFIG_BLK_DEV_NS87415 is not set
83128 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
83129 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
83130 -# CONFIG_BLK_DEV_SVWKS is not set
83131 -# CONFIG_BLK_DEV_SIIMAGE is not set
83132 -# CONFIG_BLK_DEV_SL82C105 is not set
83133 -# CONFIG_BLK_DEV_SLC90E66 is not set
83134 -# CONFIG_BLK_DEV_TRM290 is not set
83135 -CONFIG_BLK_DEV_VIA82CXXX=y
83136 -# CONFIG_BLK_DEV_TC86C001 is not set
83137 -CONFIG_BLK_DEV_IDEDMA=y
83138 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
83139 -# CONFIG_BLK_DEV_HD is not set
83140 -
83141 -#
83142 -# SCSI device support
83143 -#
83144 -# CONFIG_RAID_ATTRS is not set
83145 -# CONFIG_SCSI is not set
83146 -# CONFIG_SCSI_DMA is not set
83147 -# CONFIG_SCSI_NETLINK is not set
83148 -# CONFIG_ATA is not set
83149 -# CONFIG_MD is not set
83150 -# CONFIG_FUSION is not set
83151 -
83152 -#
83153 -# IEEE 1394 (FireWire) support
83154 -#
83155 -# CONFIG_FIREWIRE is not set
83156 -# CONFIG_IEEE1394 is not set
83157 -# CONFIG_I2O is not set
83158 -# CONFIG_MACINTOSH_DRIVERS is not set
83159 -CONFIG_NETDEVICES=y
83160 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
83161 -# CONFIG_DUMMY is not set
83162 -# CONFIG_BONDING is not set
83163 -# CONFIG_MACVLAN is not set
83164 -# CONFIG_EQUALIZER is not set
83165 -# CONFIG_TUN is not set
83166 -# CONFIG_VETH is not set
83167 -# CONFIG_ARCNET is not set
83168 -CONFIG_PHYLIB=y
83169 -
83170 -#
83171 -# MII PHY device drivers
83172 -#
83173 -# CONFIG_MARVELL_PHY is not set
83174 -# CONFIG_DAVICOM_PHY is not set
83175 -# CONFIG_QSEMI_PHY is not set
83176 -# CONFIG_LXT_PHY is not set
83177 -# CONFIG_CICADA_PHY is not set
83178 -# CONFIG_VITESSE_PHY is not set
83179 -# CONFIG_SMSC_PHY is not set
83180 -# CONFIG_BROADCOM_PHY is not set
83181 -# CONFIG_ICPLUS_PHY is not set
83182 -# CONFIG_REALTEK_PHY is not set
83183 -# CONFIG_FIXED_PHY is not set
83184 -# CONFIG_MDIO_BITBANG is not set
83185 -CONFIG_NET_ETHERNET=y
83186 -CONFIG_MII=y
83187 -# CONFIG_HAPPYMEAL is not set
83188 -# CONFIG_SUNGEM is not set
83189 -# CONFIG_CASSINI is not set
83190 -# CONFIG_NET_VENDOR_3COM is not set
83191 -# CONFIG_NET_TULIP is not set
83192 -# CONFIG_HP100 is not set
83193 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
83194 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
83195 -# CONFIG_IBM_NEW_EMAC_TAH is not set
83196 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
83197 -CONFIG_NET_PCI=y
83198 -# CONFIG_PCNET32 is not set
83199 -# CONFIG_AMD8111_ETH is not set
83200 -# CONFIG_ADAPTEC_STARFIRE is not set
83201 -# CONFIG_B44 is not set
83202 -# CONFIG_FORCEDETH is not set
83203 -# CONFIG_EEPRO100 is not set
83204 -CONFIG_E100=y
83205 -# CONFIG_FEALNX is not set
83206 -# CONFIG_NATSEMI is not set
83207 -# CONFIG_NE2K_PCI is not set
83208 -# CONFIG_8139CP is not set
83209 -# CONFIG_8139TOO is not set
83210 -# CONFIG_R6040 is not set
83211 -# CONFIG_SIS900 is not set
83212 -# CONFIG_EPIC100 is not set
83213 -# CONFIG_SUNDANCE is not set
83214 -# CONFIG_TLAN is not set
83215 -# CONFIG_VIA_RHINE is not set
83216 -# CONFIG_SC92031 is not set
83217 -# CONFIG_FS_ENET is not set
83218 -CONFIG_NETDEV_1000=y
83219 -# CONFIG_ACENIC is not set
83220 -# CONFIG_DL2K is not set
83221 -# CONFIG_E1000 is not set
83222 -# CONFIG_E1000E is not set
83223 -# CONFIG_E1000E_ENABLED is not set
83224 -# CONFIG_IP1000 is not set
83225 -# CONFIG_IGB is not set
83226 -# CONFIG_NS83820 is not set
83227 -# CONFIG_HAMACHI is not set
83228 -# CONFIG_YELLOWFIN is not set
83229 -# CONFIG_R8169 is not set
83230 -# CONFIG_SIS190 is not set
83231 -# CONFIG_SKGE is not set
83232 -# CONFIG_SKY2 is not set
83233 -# CONFIG_SK98LIN is not set
83234 -# CONFIG_VIA_VELOCITY is not set
83235 -# CONFIG_TIGON3 is not set
83236 -# CONFIG_BNX2 is not set
83237 -CONFIG_GIANFAR=y
83238 -CONFIG_GFAR_NAPI=y
83239 -# CONFIG_QLA3XXX is not set
83240 -# CONFIG_ATL1 is not set
83241 -CONFIG_NETDEV_10000=y
83242 -# CONFIG_CHELSIO_T1 is not set
83243 -# CONFIG_CHELSIO_T3 is not set
83244 -# CONFIG_IXGBE is not set
83245 -# CONFIG_IXGB is not set
83246 -# CONFIG_S2IO is not set
83247 -# CONFIG_MYRI10GE is not set
83248 -# CONFIG_NETXEN_NIC is not set
83249 -# CONFIG_NIU is not set
83250 -# CONFIG_MLX4_CORE is not set
83251 -# CONFIG_TEHUTI is not set
83252 -# CONFIG_BNX2X is not set
83253 -# CONFIG_TR is not set
83254 -
83255 -#
83256 -# Wireless LAN
83257 -#
83258 -# CONFIG_WLAN_PRE80211 is not set
83259 -# CONFIG_WLAN_80211 is not set
83260 -# CONFIG_WAN is not set
83261 -# CONFIG_FDDI is not set
83262 -# CONFIG_HIPPI is not set
83263 -# CONFIG_PPP is not set
83264 -# CONFIG_SLIP is not set
83265 -# CONFIG_NETCONSOLE is not set
83266 -# CONFIG_NETPOLL is not set
83267 -# CONFIG_NET_POLL_CONTROLLER is not set
83268 -# CONFIG_ISDN is not set
83269 -# CONFIG_PHONE is not set
83270 -
83271 -#
83272 -# Input device support
83273 -#
83274 -CONFIG_INPUT=y
83275 -# CONFIG_INPUT_FF_MEMLESS is not set
83276 -# CONFIG_INPUT_POLLDEV is not set
83277 -
83278 -#
83279 -# Userland interfaces
83280 -#
83281 -# CONFIG_INPUT_MOUSEDEV is not set
83282 -# CONFIG_INPUT_JOYDEV is not set
83283 -# CONFIG_INPUT_EVDEV is not set
83284 -# CONFIG_INPUT_EVBUG is not set
83285 -
83286 -#
83287 -# Input Device Drivers
83288 -#
83289 -# CONFIG_INPUT_KEYBOARD is not set
83290 -# CONFIG_INPUT_MOUSE is not set
83291 -# CONFIG_INPUT_JOYSTICK is not set
83292 -# CONFIG_INPUT_TABLET is not set
83293 -# CONFIG_INPUT_TOUCHSCREEN is not set
83294 -# CONFIG_INPUT_MISC is not set
83295 -
83296 -#
83297 -# Hardware I/O ports
83298 -#
83299 -# CONFIG_SERIO is not set
83300 -# CONFIG_GAMEPORT is not set
83301 -
83302 -#
83303 -# Character devices
83304 -#
83305 -# CONFIG_VT is not set
83306 -# CONFIG_SERIAL_NONSTANDARD is not set
83307 -# CONFIG_NOZOMI is not set
83308 -
83309 -#
83310 -# Serial drivers
83311 -#
83312 -CONFIG_SERIAL_8250=y
83313 -CONFIG_SERIAL_8250_CONSOLE=y
83314 -CONFIG_SERIAL_8250_PCI=y
83315 -CONFIG_SERIAL_8250_NR_UARTS=4
83316 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
83317 -# CONFIG_SERIAL_8250_EXTENDED is not set
83318 -CONFIG_SERIAL_8250_SHARE_IRQ=y
83319 -
83320 -#
83321 -# Non-8250 serial port support
83322 -#
83323 -# CONFIG_SERIAL_UARTLITE is not set
83324 -CONFIG_SERIAL_CORE=y
83325 -CONFIG_SERIAL_CORE_CONSOLE=y
83326 -CONFIG_SERIAL_CPM=y
83327 -CONFIG_SERIAL_CPM_CONSOLE=y
83328 -CONFIG_SERIAL_CPM_SCC1=y
83329 -# CONFIG_SERIAL_CPM_SCC2 is not set
83330 -# CONFIG_SERIAL_CPM_SCC3 is not set
83331 -# CONFIG_SERIAL_CPM_SCC4 is not set
83332 -# CONFIG_SERIAL_CPM_SMC1 is not set
83333 -# CONFIG_SERIAL_CPM_SMC2 is not set
83334 -# CONFIG_SERIAL_JSM is not set
83335 -# CONFIG_SERIAL_OF_PLATFORM is not set
83336 -CONFIG_UNIX98_PTYS=y
83337 -CONFIG_LEGACY_PTYS=y
83338 -CONFIG_LEGACY_PTY_COUNT=256
83339 -# CONFIG_IPMI_HANDLER is not set
83340 -CONFIG_HW_RANDOM=y
83341 -# CONFIG_NVRAM is not set
83342 -CONFIG_GEN_RTC=y
83343 -# CONFIG_GEN_RTC_X is not set
83344 -# CONFIG_R3964 is not set
83345 -# CONFIG_APPLICOM is not set
83346 -# CONFIG_RAW_DRIVER is not set
83347 -# CONFIG_TCG_TPM is not set
83348 -CONFIG_DEVPORT=y
83349 -CONFIG_I2C=y
83350 -CONFIG_I2C_BOARDINFO=y
83351 -CONFIG_I2C_CHARDEV=y
83352 -
83353 -#
83354 -# I2C Algorithms
83355 -#
83356 -# CONFIG_I2C_ALGOBIT is not set
83357 -# CONFIG_I2C_ALGOPCF is not set
83358 -# CONFIG_I2C_ALGOPCA is not set
83359 -
83360 -#
83361 -# I2C Hardware Bus support
83362 -#
83363 -# CONFIG_I2C_ALI1535 is not set
83364 -# CONFIG_I2C_ALI1563 is not set
83365 -# CONFIG_I2C_ALI15X3 is not set
83366 -# CONFIG_I2C_AMD756 is not set
83367 -# CONFIG_I2C_AMD8111 is not set
83368 -# CONFIG_I2C_I801 is not set
83369 -# CONFIG_I2C_I810 is not set
83370 -# CONFIG_I2C_PIIX4 is not set
83371 -CONFIG_I2C_MPC=y
83372 -# CONFIG_I2C_NFORCE2 is not set
83373 -# CONFIG_I2C_OCORES is not set
83374 -# CONFIG_I2C_PARPORT_LIGHT is not set
83375 -# CONFIG_I2C_PROSAVAGE is not set
83376 -# CONFIG_I2C_SAVAGE4 is not set
83377 -# CONFIG_I2C_SIMTEC is not set
83378 -# CONFIG_I2C_SIS5595 is not set
83379 -# CONFIG_I2C_SIS630 is not set
83380 -# CONFIG_I2C_SIS96X is not set
83381 -# CONFIG_I2C_TAOS_EVM is not set
83382 -# CONFIG_I2C_VIA is not set
83383 -# CONFIG_I2C_VIAPRO is not set
83384 -# CONFIG_I2C_VOODOO3 is not set
83385 -
83386 -#
83387 -# Miscellaneous I2C Chip support
83388 -#
83389 -# CONFIG_DS1682 is not set
83390 -# CONFIG_SENSORS_EEPROM is not set
83391 -# CONFIG_SENSORS_PCF8574 is not set
83392 -# CONFIG_PCF8575 is not set
83393 -# CONFIG_SENSORS_PCF8591 is not set
83394 -# CONFIG_TPS65010 is not set
83395 -# CONFIG_SENSORS_MAX6875 is not set
83396 -# CONFIG_SENSORS_TSL2550 is not set
83397 -# CONFIG_I2C_DEBUG_CORE is not set
83398 -# CONFIG_I2C_DEBUG_ALGO is not set
83399 -# CONFIG_I2C_DEBUG_BUS is not set
83400 -# CONFIG_I2C_DEBUG_CHIP is not set
83401 -
83402 -#
83403 -# SPI support
83404 -#
83405 -# CONFIG_SPI is not set
83406 -# CONFIG_SPI_MASTER is not set
83407 -# CONFIG_W1 is not set
83408 -# CONFIG_POWER_SUPPLY is not set
83409 -CONFIG_HWMON=y
83410 -# CONFIG_HWMON_VID is not set
83411 -# CONFIG_SENSORS_AD7418 is not set
83412 -# CONFIG_SENSORS_ADM1021 is not set
83413 -# CONFIG_SENSORS_ADM1025 is not set
83414 -# CONFIG_SENSORS_ADM1026 is not set
83415 -# CONFIG_SENSORS_ADM1029 is not set
83416 -# CONFIG_SENSORS_ADM1031 is not set
83417 -# CONFIG_SENSORS_ADM9240 is not set
83418 -# CONFIG_SENSORS_ADT7470 is not set
83419 -# CONFIG_SENSORS_ADT7473 is not set
83420 -# CONFIG_SENSORS_ATXP1 is not set
83421 -# CONFIG_SENSORS_DS1621 is not set
83422 -# CONFIG_SENSORS_I5K_AMB is not set
83423 -# CONFIG_SENSORS_F71805F is not set
83424 -# CONFIG_SENSORS_F71882FG is not set
83425 -# CONFIG_SENSORS_F75375S is not set
83426 -# CONFIG_SENSORS_GL518SM is not set
83427 -# CONFIG_SENSORS_GL520SM is not set
83428 -# CONFIG_SENSORS_IT87 is not set
83429 -# CONFIG_SENSORS_LM63 is not set
83430 -CONFIG_SENSORS_LM75=y
83431 -# CONFIG_SENSORS_LM77 is not set
83432 -# CONFIG_SENSORS_LM78 is not set
83433 -# CONFIG_SENSORS_LM80 is not set
83434 -# CONFIG_SENSORS_LM83 is not set
83435 -# CONFIG_SENSORS_LM85 is not set
83436 -# CONFIG_SENSORS_LM87 is not set
83437 -# CONFIG_SENSORS_LM90 is not set
83438 -# CONFIG_SENSORS_LM92 is not set
83439 -# CONFIG_SENSORS_LM93 is not set
83440 -# CONFIG_SENSORS_MAX1619 is not set
83441 -# CONFIG_SENSORS_MAX6650 is not set
83442 -# CONFIG_SENSORS_PC87360 is not set
83443 -# CONFIG_SENSORS_PC87427 is not set
83444 -# CONFIG_SENSORS_SIS5595 is not set
83445 -# CONFIG_SENSORS_DME1737 is not set
83446 -# CONFIG_SENSORS_SMSC47M1 is not set
83447 -# CONFIG_SENSORS_SMSC47M192 is not set
83448 -# CONFIG_SENSORS_SMSC47B397 is not set
83449 -# CONFIG_SENSORS_ADS7828 is not set
83450 -# CONFIG_SENSORS_THMC50 is not set
83451 -# CONFIG_SENSORS_VIA686A is not set
83452 -# CONFIG_SENSORS_VT1211 is not set
83453 -# CONFIG_SENSORS_VT8231 is not set
83454 -# CONFIG_SENSORS_W83781D is not set
83455 -# CONFIG_SENSORS_W83791D is not set
83456 -# CONFIG_SENSORS_W83792D is not set
83457 -# CONFIG_SENSORS_W83793 is not set
83458 -# CONFIG_SENSORS_W83L785TS is not set
83459 -# CONFIG_SENSORS_W83L786NG is not set
83460 -# CONFIG_SENSORS_W83627HF is not set
83461 -# CONFIG_SENSORS_W83627EHF is not set
83462 -CONFIG_HWMON_DEBUG_CHIP=y
83463 -# CONFIG_THERMAL is not set
83464 -# CONFIG_WATCHDOG is not set
83465 -
83466 -#
83467 -# Sonics Silicon Backplane
83468 -#
83469 -CONFIG_SSB_POSSIBLE=y
83470 -# CONFIG_SSB is not set
83471 -
83472 -#
83473 -# Multifunction device drivers
83474 -#
83475 -# CONFIG_MFD_SM501 is not set
83476 -
83477 -#
83478 -# Multimedia devices
83479 -#
83480 -# CONFIG_VIDEO_DEV is not set
83481 -# CONFIG_DVB_CORE is not set
83482 -CONFIG_DAB=y
83483 -
83484 -#
83485 -# Graphics support
83486 -#
83487 -# CONFIG_AGP is not set
83488 -# CONFIG_DRM is not set
83489 -# CONFIG_VGASTATE is not set
83490 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
83491 -# CONFIG_FB is not set
83492 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
83493 -
83494 -#
83495 -# Display device support
83496 -#
83497 -# CONFIG_DISPLAY_SUPPORT is not set
83498 -
83499 -#
83500 -# Sound
83501 -#
83502 -# CONFIG_SOUND is not set
83503 -CONFIG_HID_SUPPORT=y
83504 -CONFIG_HID=y
83505 -# CONFIG_HID_DEBUG is not set
83506 -# CONFIG_HIDRAW is not set
83507 -CONFIG_USB_SUPPORT=y
83508 -CONFIG_USB_ARCH_HAS_HCD=y
83509 -CONFIG_USB_ARCH_HAS_OHCI=y
83510 -CONFIG_USB_ARCH_HAS_EHCI=y
83511 -# CONFIG_USB is not set
83512 -
83513 -#
83514 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
83515 -#
83516 -# CONFIG_USB_GADGET is not set
83517 -# CONFIG_MMC is not set
83518 -# CONFIG_MEMSTICK is not set
83519 -# CONFIG_NEW_LEDS is not set
83520 -# CONFIG_INFINIBAND is not set
83521 -# CONFIG_EDAC is not set
83522 -# CONFIG_RTC_CLASS is not set
83523 -# CONFIG_DMADEVICES is not set
83524 -
83525 -#
83526 -# Userspace I/O
83527 -#
83528 -# CONFIG_UIO is not set
83529 -
83530 -#
83531 -# File systems
83532 -#
83533 -CONFIG_EXT2_FS=y
83534 -# CONFIG_EXT2_FS_XATTR is not set
83535 -# CONFIG_EXT2_FS_XIP is not set
83536 -CONFIG_EXT3_FS=y
83537 -CONFIG_EXT3_FS_XATTR=y
83538 -# CONFIG_EXT3_FS_POSIX_ACL is not set
83539 -# CONFIG_EXT3_FS_SECURITY is not set
83540 -# CONFIG_EXT4DEV_FS is not set
83541 -CONFIG_JBD=y
83542 -CONFIG_FS_MBCACHE=y
83543 -# CONFIG_REISERFS_FS is not set
83544 -# CONFIG_JFS_FS is not set
83545 -# CONFIG_FS_POSIX_ACL is not set
83546 -# CONFIG_XFS_FS is not set
83547 -# CONFIG_GFS2_FS is not set
83548 -# CONFIG_OCFS2_FS is not set
83549 -CONFIG_DNOTIFY=y
83550 -CONFIG_INOTIFY=y
83551 -CONFIG_INOTIFY_USER=y
83552 -# CONFIG_QUOTA is not set
83553 -# CONFIG_AUTOFS_FS is not set
83554 -# CONFIG_AUTOFS4_FS is not set
83555 -# CONFIG_FUSE_FS is not set
83556 -
83557 -#
83558 -# CD-ROM/DVD Filesystems
83559 -#
83560 -# CONFIG_ISO9660_FS is not set
83561 -# CONFIG_UDF_FS is not set
83562 -
83563 -#
83564 -# DOS/FAT/NT Filesystems
83565 -#
83566 -# CONFIG_MSDOS_FS is not set
83567 -# CONFIG_VFAT_FS is not set
83568 -# CONFIG_NTFS_FS is not set
83569 -
83570 -#
83571 -# Pseudo filesystems
83572 -#
83573 -CONFIG_PROC_FS=y
83574 -CONFIG_PROC_KCORE=y
83575 -CONFIG_PROC_SYSCTL=y
83576 -CONFIG_SYSFS=y
83577 -CONFIG_TMPFS=y
83578 -# CONFIG_TMPFS_POSIX_ACL is not set
83579 -# CONFIG_HUGETLB_PAGE is not set
83580 -# CONFIG_CONFIGFS_FS is not set
83581 -
83582 -#
83583 -# Miscellaneous filesystems
83584 -#
83585 -# CONFIG_ADFS_FS is not set
83586 -# CONFIG_AFFS_FS is not set
83587 -# CONFIG_HFS_FS is not set
83588 -# CONFIG_HFSPLUS_FS is not set
83589 -# CONFIG_BEFS_FS is not set
83590 -# CONFIG_BFS_FS is not set
83591 -# CONFIG_EFS_FS is not set
83592 -CONFIG_JFFS2_FS=y
83593 -CONFIG_JFFS2_FS_DEBUG=0
83594 -CONFIG_JFFS2_FS_WRITEBUFFER=y
83595 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
83596 -# CONFIG_JFFS2_SUMMARY is not set
83597 -# CONFIG_JFFS2_FS_XATTR is not set
83598 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
83599 -CONFIG_JFFS2_ZLIB=y
83600 -# CONFIG_JFFS2_LZO is not set
83601 -CONFIG_JFFS2_RTIME=y
83602 -# CONFIG_JFFS2_RUBIN is not set
83603 -CONFIG_CRAMFS=y
83604 -# CONFIG_VXFS_FS is not set
83605 -# CONFIG_MINIX_FS is not set
83606 -# CONFIG_HPFS_FS is not set
83607 -# CONFIG_QNX4FS_FS is not set
83608 -# CONFIG_ROMFS_FS is not set
83609 -# CONFIG_SYSV_FS is not set
83610 -# CONFIG_UFS_FS is not set
83611 -CONFIG_NETWORK_FILESYSTEMS=y
83612 -CONFIG_NFS_FS=y
83613 -# CONFIG_NFS_V3 is not set
83614 -# CONFIG_NFS_V4 is not set
83615 -# CONFIG_NFS_DIRECTIO is not set
83616 -# CONFIG_NFSD is not set
83617 -CONFIG_ROOT_NFS=y
83618 -CONFIG_LOCKD=y
83619 -CONFIG_NFS_COMMON=y
83620 -CONFIG_SUNRPC=y
83621 -# CONFIG_SUNRPC_BIND34 is not set
83622 -# CONFIG_RPCSEC_GSS_KRB5 is not set
83623 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
83624 -# CONFIG_SMB_FS is not set
83625 -# CONFIG_CIFS is not set
83626 -# CONFIG_NCP_FS is not set
83627 -# CONFIG_CODA_FS is not set
83628 -# CONFIG_AFS_FS is not set
83629 -
83630 -#
83631 -# Partition Types
83632 -#
83633 -CONFIG_PARTITION_ADVANCED=y
83634 -# CONFIG_ACORN_PARTITION is not set
83635 -# CONFIG_OSF_PARTITION is not set
83636 -# CONFIG_AMIGA_PARTITION is not set
83637 -# CONFIG_ATARI_PARTITION is not set
83638 -# CONFIG_MAC_PARTITION is not set
83639 -# CONFIG_MSDOS_PARTITION is not set
83640 -# CONFIG_LDM_PARTITION is not set
83641 -# CONFIG_SGI_PARTITION is not set
83642 -# CONFIG_ULTRIX_PARTITION is not set
83643 -# CONFIG_SUN_PARTITION is not set
83644 -# CONFIG_KARMA_PARTITION is not set
83645 -# CONFIG_EFI_PARTITION is not set
83646 -# CONFIG_SYSV68_PARTITION is not set
83647 -# CONFIG_NLS is not set
83648 -# CONFIG_DLM is not set
83649 -
83650 -#
83651 -# Library routines
83652 -#
83653 -CONFIG_BITREVERSE=y
83654 -# CONFIG_CRC_CCITT is not set
83655 -# CONFIG_CRC16 is not set
83656 -# CONFIG_CRC_ITU_T is not set
83657 -CONFIG_CRC32=y
83658 -# CONFIG_CRC7 is not set
83659 -# CONFIG_LIBCRC32C is not set
83660 -CONFIG_ZLIB_INFLATE=y
83661 -CONFIG_ZLIB_DEFLATE=y
83662 -CONFIG_PLIST=y
83663 -CONFIG_HAS_IOMEM=y
83664 -CONFIG_HAS_IOPORT=y
83665 -CONFIG_HAS_DMA=y
83666 -
83667 -#
83668 -# Kernel hacking
83669 -#
83670 -# CONFIG_PRINTK_TIME is not set
83671 -CONFIG_ENABLE_WARN_DEPRECATED=y
83672 -CONFIG_ENABLE_MUST_CHECK=y
83673 -# CONFIG_MAGIC_SYSRQ is not set
83674 -# CONFIG_UNUSED_SYMBOLS is not set
83675 -# CONFIG_DEBUG_FS is not set
83676 -# CONFIG_HEADERS_CHECK is not set
83677 -# CONFIG_DEBUG_KERNEL is not set
83678 -# CONFIG_SLUB_DEBUG_ON is not set
83679 -# CONFIG_SLUB_STATS is not set
83680 -# CONFIG_DEBUG_BUGVERBOSE is not set
83681 -# CONFIG_SAMPLES is not set
83682 -# CONFIG_KGDB_CONSOLE is not set
83683 -# CONFIG_PPC_EARLY_DEBUG is not set
83684 -
83685 -#
83686 -# Security options
83687 -#
83688 -# CONFIG_KEYS is not set
83689 -# CONFIG_SECURITY is not set
83690 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
83691 -CONFIG_CRYPTO=y
83692 -# CONFIG_CRYPTO_SEQIV is not set
83693 -# CONFIG_CRYPTO_MANAGER is not set
83694 -# CONFIG_CRYPTO_HMAC is not set
83695 -# CONFIG_CRYPTO_XCBC is not set
83696 -# CONFIG_CRYPTO_NULL is not set
83697 -# CONFIG_CRYPTO_MD4 is not set
83698 -# CONFIG_CRYPTO_MD5 is not set
83699 -# CONFIG_CRYPTO_SHA1 is not set
83700 -# CONFIG_CRYPTO_SHA256 is not set
83701 -# CONFIG_CRYPTO_SHA512 is not set
83702 -# CONFIG_CRYPTO_WP512 is not set
83703 -# CONFIG_CRYPTO_TGR192 is not set
83704 -# CONFIG_CRYPTO_GF128MUL is not set
83705 -# CONFIG_CRYPTO_ECB is not set
83706 -# CONFIG_CRYPTO_CBC is not set
83707 -# CONFIG_CRYPTO_PCBC is not set
83708 -# CONFIG_CRYPTO_LRW is not set
83709 -# CONFIG_CRYPTO_XTS is not set
83710 -# CONFIG_CRYPTO_CTR is not set
83711 -# CONFIG_CRYPTO_GCM is not set
83712 -# CONFIG_CRYPTO_CCM is not set
83713 -# CONFIG_CRYPTO_CRYPTD is not set
83714 -# CONFIG_CRYPTO_DES is not set
83715 -# CONFIG_CRYPTO_FCRYPT is not set
83716 -# CONFIG_CRYPTO_BLOWFISH is not set
83717 -# CONFIG_CRYPTO_TWOFISH is not set
83718 -# CONFIG_CRYPTO_SERPENT is not set
83719 -# CONFIG_CRYPTO_AES is not set
83720 -# CONFIG_CRYPTO_CAST5 is not set
83721 -# CONFIG_CRYPTO_CAST6 is not set
83722 -# CONFIG_CRYPTO_TEA is not set
83723 -# CONFIG_CRYPTO_ARC4 is not set
83724 -# CONFIG_CRYPTO_KHAZAD is not set
83725 -# CONFIG_CRYPTO_ANUBIS is not set
83726 -# CONFIG_CRYPTO_SEED is not set
83727 -# CONFIG_CRYPTO_SALSA20 is not set
83728 -# CONFIG_CRYPTO_DEFLATE is not set
83729 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
83730 -# CONFIG_CRYPTO_CRC32C is not set
83731 -# CONFIG_CRYPTO_CAMELLIA is not set
83732 -# CONFIG_CRYPTO_AUTHENC is not set
83733 -# CONFIG_CRYPTO_LZO is not set
83734 -CONFIG_CRYPTO_HW=y
83735 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
83736 -# CONFIG_PPC_CLOCK is not set
83737 -CONFIG_PPC_LIB_RHEAP=y
83738 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/tqm8555_defconfig powerpc.git/arch/powerpc/configs/tqm8555_defconfig
83739 --- linux-2.6.25-rc9/arch/powerpc/configs/tqm8555_defconfig 2008-04-11 22:32:29.000000000 +0200
83740 +++ powerpc.git/arch/powerpc/configs/tqm8555_defconfig 1970-01-01 01:00:00.000000000 +0100
83741 @@ -1,1109 +0,0 @@
83742 -#
83743 -# Automatically generated make config: don't edit
83744 -# Linux kernel version: 2.6.25-rc6
83745 -# Mon Mar 24 08:48:44 2008
83746 -#
83747 -# CONFIG_PPC64 is not set
83748 -
83749 -#
83750 -# Processor support
83751 -#
83752 -# CONFIG_6xx is not set
83753 -CONFIG_PPC_85xx=y
83754 -# CONFIG_PPC_8xx is not set
83755 -# CONFIG_40x is not set
83756 -# CONFIG_44x is not set
83757 -# CONFIG_E200 is not set
83758 -CONFIG_E500=y
83759 -CONFIG_BOOKE=y
83760 -CONFIG_FSL_BOOKE=y
83761 -CONFIG_FSL_EMB_PERFMON=y
83762 -# CONFIG_PHYS_64BIT is not set
83763 -CONFIG_SPE=y
83764 -# CONFIG_PPC_MM_SLICES is not set
83765 -CONFIG_PPC32=y
83766 -CONFIG_WORD_SIZE=32
83767 -CONFIG_PPC_MERGE=y
83768 -CONFIG_MMU=y
83769 -CONFIG_GENERIC_CMOS_UPDATE=y
83770 -CONFIG_GENERIC_TIME=y
83771 -CONFIG_GENERIC_TIME_VSYSCALL=y
83772 -CONFIG_GENERIC_CLOCKEVENTS=y
83773 -CONFIG_GENERIC_HARDIRQS=y
83774 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
83775 -CONFIG_IRQ_PER_CPU=y
83776 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
83777 -CONFIG_ARCH_HAS_ILOG2_U32=y
83778 -CONFIG_GENERIC_HWEIGHT=y
83779 -CONFIG_GENERIC_CALIBRATE_DELAY=y
83780 -CONFIG_GENERIC_FIND_NEXT_BIT=y
83781 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
83782 -CONFIG_PPC=y
83783 -CONFIG_EARLY_PRINTK=y
83784 -CONFIG_GENERIC_NVRAM=y
83785 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
83786 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
83787 -CONFIG_PPC_OF=y
83788 -CONFIG_OF=y
83789 -CONFIG_PPC_UDBG_16550=y
83790 -# CONFIG_GENERIC_TBSYNC is not set
83791 -CONFIG_AUDIT_ARCH=y
83792 -CONFIG_GENERIC_BUG=y
83793 -CONFIG_DEFAULT_UIMAGE=y
83794 -# CONFIG_PPC_DCR_NATIVE is not set
83795 -# CONFIG_PPC_DCR_MMIO is not set
83796 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
83797 -
83798 -#
83799 -# General setup
83800 -#
83801 -CONFIG_EXPERIMENTAL=y
83802 -CONFIG_BROKEN_ON_SMP=y
83803 -CONFIG_INIT_ENV_ARG_LIMIT=32
83804 -CONFIG_LOCALVERSION=""
83805 -CONFIG_LOCALVERSION_AUTO=y
83806 -CONFIG_SWAP=y
83807 -CONFIG_SYSVIPC=y
83808 -CONFIG_SYSVIPC_SYSCTL=y
83809 -# CONFIG_POSIX_MQUEUE is not set
83810 -# CONFIG_BSD_PROCESS_ACCT is not set
83811 -# CONFIG_TASKSTATS is not set
83812 -# CONFIG_AUDIT is not set
83813 -# CONFIG_IKCONFIG is not set
83814 -CONFIG_LOG_BUF_SHIFT=14
83815 -# CONFIG_CGROUPS is not set
83816 -CONFIG_GROUP_SCHED=y
83817 -CONFIG_FAIR_GROUP_SCHED=y
83818 -# CONFIG_RT_GROUP_SCHED is not set
83819 -CONFIG_USER_SCHED=y
83820 -# CONFIG_CGROUP_SCHED is not set
83821 -CONFIG_SYSFS_DEPRECATED=y
83822 -CONFIG_SYSFS_DEPRECATED_V2=y
83823 -# CONFIG_RELAY is not set
83824 -# CONFIG_NAMESPACES is not set
83825 -CONFIG_BLK_DEV_INITRD=y
83826 -CONFIG_INITRAMFS_SOURCE=""
83827 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
83828 -CONFIG_SYSCTL=y
83829 -CONFIG_EMBEDDED=y
83830 -CONFIG_SYSCTL_SYSCALL=y
83831 -# CONFIG_KALLSYMS is not set
83832 -# CONFIG_HOTPLUG is not set
83833 -CONFIG_PRINTK=y
83834 -CONFIG_BUG=y
83835 -CONFIG_ELF_CORE=y
83836 -CONFIG_COMPAT_BRK=y
83837 -CONFIG_BASE_FULL=y
83838 -CONFIG_FUTEX=y
83839 -CONFIG_ANON_INODES=y
83840 -# CONFIG_EPOLL is not set
83841 -CONFIG_SIGNALFD=y
83842 -CONFIG_TIMERFD=y
83843 -CONFIG_EVENTFD=y
83844 -CONFIG_SHMEM=y
83845 -CONFIG_VM_EVENT_COUNTERS=y
83846 -CONFIG_SLUB_DEBUG=y
83847 -# CONFIG_SLAB is not set
83848 -CONFIG_SLUB=y
83849 -# CONFIG_SLOB is not set
83850 -# CONFIG_PROFILING is not set
83851 -# CONFIG_MARKERS is not set
83852 -CONFIG_HAVE_OPROFILE=y
83853 -CONFIG_HAVE_KPROBES=y
83854 -CONFIG_HAVE_KRETPROBES=y
83855 -CONFIG_PROC_PAGE_MONITOR=y
83856 -CONFIG_SLABINFO=y
83857 -CONFIG_RT_MUTEXES=y
83858 -# CONFIG_TINY_SHMEM is not set
83859 -CONFIG_BASE_SMALL=0
83860 -# CONFIG_MODULES is not set
83861 -CONFIG_BLOCK=y
83862 -# CONFIG_LBD is not set
83863 -# CONFIG_BLK_DEV_IO_TRACE is not set
83864 -# CONFIG_LSF is not set
83865 -# CONFIG_BLK_DEV_BSG is not set
83866 -
83867 -#
83868 -# IO Schedulers
83869 -#
83870 -CONFIG_IOSCHED_NOOP=y
83871 -CONFIG_IOSCHED_AS=y
83872 -CONFIG_IOSCHED_DEADLINE=y
83873 -CONFIG_IOSCHED_CFQ=y
83874 -CONFIG_DEFAULT_AS=y
83875 -# CONFIG_DEFAULT_DEADLINE is not set
83876 -# CONFIG_DEFAULT_CFQ is not set
83877 -# CONFIG_DEFAULT_NOOP is not set
83878 -CONFIG_DEFAULT_IOSCHED="anticipatory"
83879 -CONFIG_CLASSIC_RCU=y
83880 -
83881 -#
83882 -# Platform support
83883 -#
83884 -# CONFIG_PPC_MPC512x is not set
83885 -# CONFIG_PPC_MPC5121 is not set
83886 -# CONFIG_PPC_CELL is not set
83887 -# CONFIG_PPC_CELL_NATIVE is not set
83888 -# CONFIG_PQ2ADS is not set
83889 -CONFIG_MPC85xx=y
83890 -# CONFIG_MPC8540_ADS is not set
83891 -# CONFIG_MPC8560_ADS is not set
83892 -# CONFIG_MPC85xx_CDS is not set
83893 -# CONFIG_MPC85xx_MDS is not set
83894 -# CONFIG_MPC85xx_DS is not set
83895 -# CONFIG_STX_GP3 is not set
83896 -# CONFIG_TQM8540 is not set
83897 -# CONFIG_TQM8541 is not set
83898 -CONFIG_TQM8555=y
83899 -# CONFIG_TQM8560 is not set
83900 -# CONFIG_SBC8548 is not set
83901 -# CONFIG_SBC8560 is not set
83902 -CONFIG_TQM85xx=y
83903 -# CONFIG_IPIC is not set
83904 -CONFIG_MPIC=y
83905 -# CONFIG_MPIC_WEIRD is not set
83906 -# CONFIG_PPC_I8259 is not set
83907 -# CONFIG_PPC_RTAS is not set
83908 -# CONFIG_MMIO_NVRAM is not set
83909 -# CONFIG_PPC_MPC106 is not set
83910 -# CONFIG_PPC_970_NAP is not set
83911 -# CONFIG_PPC_INDIRECT_IO is not set
83912 -# CONFIG_GENERIC_IOMAP is not set
83913 -# CONFIG_CPU_FREQ is not set
83914 -CONFIG_CPM2=y
83915 -CONFIG_PPC_CPM_NEW_BINDING=y
83916 -# CONFIG_FSL_ULI1575 is not set
83917 -CONFIG_CPM=y
83918 -
83919 -#
83920 -# Kernel options
83921 -#
83922 -# CONFIG_HIGHMEM is not set
83923 -# CONFIG_TICK_ONESHOT is not set
83924 -# CONFIG_NO_HZ is not set
83925 -# CONFIG_HIGH_RES_TIMERS is not set
83926 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
83927 -# CONFIG_HZ_100 is not set
83928 -CONFIG_HZ_250=y
83929 -# CONFIG_HZ_300 is not set
83930 -# CONFIG_HZ_1000 is not set
83931 -CONFIG_HZ=250
83932 -# CONFIG_SCHED_HRTICK is not set
83933 -CONFIG_PREEMPT_NONE=y
83934 -# CONFIG_PREEMPT_VOLUNTARY is not set
83935 -# CONFIG_PREEMPT is not set
83936 -CONFIG_BINFMT_ELF=y
83937 -# CONFIG_BINFMT_MISC is not set
83938 -CONFIG_MATH_EMULATION=y
83939 -# CONFIG_IOMMU_HELPER is not set
83940 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
83941 -CONFIG_ARCH_HAS_WALK_MEMORY=y
83942 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
83943 -CONFIG_ARCH_FLATMEM_ENABLE=y
83944 -CONFIG_ARCH_POPULATES_NODE_MAP=y
83945 -CONFIG_SELECT_MEMORY_MODEL=y
83946 -CONFIG_FLATMEM_MANUAL=y
83947 -# CONFIG_DISCONTIGMEM_MANUAL is not set
83948 -# CONFIG_SPARSEMEM_MANUAL is not set
83949 -CONFIG_FLATMEM=y
83950 -CONFIG_FLAT_NODE_MEM_MAP=y
83951 -# CONFIG_SPARSEMEM_STATIC is not set
83952 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
83953 -CONFIG_SPLIT_PTLOCK_CPUS=4
83954 -# CONFIG_RESOURCES_64BIT is not set
83955 -CONFIG_ZONE_DMA_FLAG=1
83956 -CONFIG_BOUNCE=y
83957 -CONFIG_VIRT_TO_BUS=y
83958 -# CONFIG_PROC_DEVICETREE is not set
83959 -# CONFIG_CMDLINE_BOOL is not set
83960 -# CONFIG_PM is not set
83961 -CONFIG_SECCOMP=y
83962 -CONFIG_ISA_DMA_API=y
83963 -
83964 -#
83965 -# Bus options
83966 -#
83967 -CONFIG_ZONE_DMA=y
83968 -CONFIG_PPC_INDIRECT_PCI=y
83969 -CONFIG_FSL_SOC=y
83970 -CONFIG_FSL_PCI=y
83971 -CONFIG_PCI=y
83972 -CONFIG_PCI_DOMAINS=y
83973 -CONFIG_PCI_SYSCALL=y
83974 -# CONFIG_PCIEPORTBUS is not set
83975 -CONFIG_ARCH_SUPPORTS_MSI=y
83976 -# CONFIG_PCI_MSI is not set
83977 -CONFIG_PCI_LEGACY=y
83978 -
83979 -#
83980 -# Advanced setup
83981 -#
83982 -# CONFIG_ADVANCED_OPTIONS is not set
83983 -
83984 -#
83985 -# Default settings for advanced configuration options are used
83986 -#
83987 -CONFIG_HIGHMEM_START=0xfe000000
83988 -CONFIG_LOWMEM_SIZE=0x30000000
83989 -CONFIG_KERNEL_START=0xc0000000
83990 -CONFIG_TASK_SIZE=0xc0000000
83991 -CONFIG_BOOT_LOAD=0x00800000
83992 -
83993 -#
83994 -# Networking
83995 -#
83996 -CONFIG_NET=y
83997 -
83998 -#
83999 -# Networking options
84000 -#
84001 -CONFIG_PACKET=y
84002 -# CONFIG_PACKET_MMAP is not set
84003 -CONFIG_UNIX=y
84004 -CONFIG_XFRM=y
84005 -# CONFIG_XFRM_USER is not set
84006 -# CONFIG_XFRM_SUB_POLICY is not set
84007 -# CONFIG_XFRM_MIGRATE is not set
84008 -# CONFIG_XFRM_STATISTICS is not set
84009 -# CONFIG_NET_KEY is not set
84010 -CONFIG_INET=y
84011 -CONFIG_IP_MULTICAST=y
84012 -# CONFIG_IP_ADVANCED_ROUTER is not set
84013 -CONFIG_IP_FIB_HASH=y
84014 -CONFIG_IP_PNP=y
84015 -CONFIG_IP_PNP_DHCP=y
84016 -CONFIG_IP_PNP_BOOTP=y
84017 -# CONFIG_IP_PNP_RARP is not set
84018 -# CONFIG_NET_IPIP is not set
84019 -# CONFIG_NET_IPGRE is not set
84020 -# CONFIG_IP_MROUTE is not set
84021 -# CONFIG_ARPD is not set
84022 -CONFIG_SYN_COOKIES=y
84023 -# CONFIG_INET_AH is not set
84024 -# CONFIG_INET_ESP is not set
84025 -# CONFIG_INET_IPCOMP is not set
84026 -# CONFIG_INET_XFRM_TUNNEL is not set
84027 -# CONFIG_INET_TUNNEL is not set
84028 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
84029 -CONFIG_INET_XFRM_MODE_TUNNEL=y
84030 -CONFIG_INET_XFRM_MODE_BEET=y
84031 -# CONFIG_INET_LRO is not set
84032 -CONFIG_INET_DIAG=y
84033 -CONFIG_INET_TCP_DIAG=y
84034 -# CONFIG_TCP_CONG_ADVANCED is not set
84035 -CONFIG_TCP_CONG_CUBIC=y
84036 -CONFIG_DEFAULT_TCP_CONG="cubic"
84037 -# CONFIG_TCP_MD5SIG is not set
84038 -# CONFIG_IPV6 is not set
84039 -# CONFIG_INET6_XFRM_TUNNEL is not set
84040 -# CONFIG_INET6_TUNNEL is not set
84041 -# CONFIG_NETWORK_SECMARK is not set
84042 -# CONFIG_NETFILTER is not set
84043 -# CONFIG_IP_DCCP is not set
84044 -# CONFIG_IP_SCTP is not set
84045 -# CONFIG_TIPC is not set
84046 -# CONFIG_ATM is not set
84047 -# CONFIG_BRIDGE is not set
84048 -# CONFIG_VLAN_8021Q is not set
84049 -# CONFIG_DECNET is not set
84050 -# CONFIG_LLC2 is not set
84051 -# CONFIG_IPX is not set
84052 -# CONFIG_ATALK is not set
84053 -# CONFIG_X25 is not set
84054 -# CONFIG_LAPB is not set
84055 -# CONFIG_ECONET is not set
84056 -# CONFIG_WAN_ROUTER is not set
84057 -# CONFIG_NET_SCHED is not set
84058 -
84059 -#
84060 -# Network testing
84061 -#
84062 -# CONFIG_NET_PKTGEN is not set
84063 -# CONFIG_HAMRADIO is not set
84064 -# CONFIG_CAN is not set
84065 -# CONFIG_IRDA is not set
84066 -# CONFIG_BT is not set
84067 -# CONFIG_AF_RXRPC is not set
84068 -
84069 -#
84070 -# Wireless
84071 -#
84072 -# CONFIG_CFG80211 is not set
84073 -# CONFIG_WIRELESS_EXT is not set
84074 -# CONFIG_MAC80211 is not set
84075 -# CONFIG_IEEE80211 is not set
84076 -# CONFIG_RFKILL is not set
84077 -# CONFIG_NET_9P is not set
84078 -
84079 -#
84080 -# Device Drivers
84081 -#
84082 -
84083 -#
84084 -# Generic Driver Options
84085 -#
84086 -CONFIG_STANDALONE=y
84087 -CONFIG_PREVENT_FIRMWARE_BUILD=y
84088 -# CONFIG_SYS_HYPERVISOR is not set
84089 -# CONFIG_CONNECTOR is not set
84090 -CONFIG_MTD=y
84091 -# CONFIG_MTD_DEBUG is not set
84092 -CONFIG_MTD_CONCAT=y
84093 -CONFIG_MTD_PARTITIONS=y
84094 -# CONFIG_MTD_REDBOOT_PARTS is not set
84095 -CONFIG_MTD_CMDLINE_PARTS=y
84096 -# CONFIG_MTD_OF_PARTS is not set
84097 -
84098 -#
84099 -# User Modules And Translation Layers
84100 -#
84101 -CONFIG_MTD_CHAR=y
84102 -CONFIG_MTD_BLKDEVS=y
84103 -CONFIG_MTD_BLOCK=y
84104 -# CONFIG_FTL is not set
84105 -# CONFIG_NFTL is not set
84106 -# CONFIG_INFTL is not set
84107 -# CONFIG_RFD_FTL is not set
84108 -# CONFIG_SSFDC is not set
84109 -# CONFIG_MTD_OOPS is not set
84110 -
84111 -#
84112 -# RAM/ROM/Flash chip drivers
84113 -#
84114 -CONFIG_MTD_CFI=y
84115 -# CONFIG_MTD_JEDECPROBE is not set
84116 -CONFIG_MTD_GEN_PROBE=y
84117 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
84118 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
84119 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
84120 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
84121 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
84122 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
84123 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
84124 -CONFIG_MTD_CFI_I1=y
84125 -CONFIG_MTD_CFI_I2=y
84126 -# CONFIG_MTD_CFI_I4 is not set
84127 -# CONFIG_MTD_CFI_I8 is not set
84128 -# CONFIG_MTD_CFI_INTELEXT is not set
84129 -CONFIG_MTD_CFI_AMDSTD=y
84130 -# CONFIG_MTD_CFI_STAA is not set
84131 -CONFIG_MTD_CFI_UTIL=y
84132 -# CONFIG_MTD_RAM is not set
84133 -# CONFIG_MTD_ROM is not set
84134 -# CONFIG_MTD_ABSENT is not set
84135 -
84136 -#
84137 -# Mapping drivers for chip access
84138 -#
84139 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
84140 -# CONFIG_MTD_PHYSMAP is not set
84141 -# CONFIG_MTD_PHYSMAP_OF is not set
84142 -# CONFIG_MTD_INTEL_VR_NOR is not set
84143 -# CONFIG_MTD_PLATRAM is not set
84144 -
84145 -#
84146 -# Self-contained MTD device drivers
84147 -#
84148 -# CONFIG_MTD_PMC551 is not set
84149 -# CONFIG_MTD_SLRAM is not set
84150 -# CONFIG_MTD_PHRAM is not set
84151 -# CONFIG_MTD_MTDRAM is not set
84152 -# CONFIG_MTD_BLOCK2MTD is not set
84153 -
84154 -#
84155 -# Disk-On-Chip Device Drivers
84156 -#
84157 -# CONFIG_MTD_DOC2000 is not set
84158 -# CONFIG_MTD_DOC2001 is not set
84159 -# CONFIG_MTD_DOC2001PLUS is not set
84160 -# CONFIG_MTD_NAND is not set
84161 -# CONFIG_MTD_ONENAND is not set
84162 -
84163 -#
84164 -# UBI - Unsorted block images
84165 -#
84166 -# CONFIG_MTD_UBI is not set
84167 -CONFIG_OF_DEVICE=y
84168 -# CONFIG_PARPORT is not set
84169 -CONFIG_BLK_DEV=y
84170 -# CONFIG_BLK_DEV_FD is not set
84171 -# CONFIG_BLK_CPQ_DA is not set
84172 -# CONFIG_BLK_CPQ_CISS_DA is not set
84173 -# CONFIG_BLK_DEV_DAC960 is not set
84174 -# CONFIG_BLK_DEV_UMEM is not set
84175 -# CONFIG_BLK_DEV_COW_COMMON is not set
84176 -CONFIG_BLK_DEV_LOOP=y
84177 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
84178 -# CONFIG_BLK_DEV_NBD is not set
84179 -# CONFIG_BLK_DEV_SX8 is not set
84180 -CONFIG_BLK_DEV_RAM=y
84181 -CONFIG_BLK_DEV_RAM_COUNT=16
84182 -CONFIG_BLK_DEV_RAM_SIZE=32768
84183 -# CONFIG_BLK_DEV_XIP is not set
84184 -# CONFIG_CDROM_PKTCDVD is not set
84185 -# CONFIG_ATA_OVER_ETH is not set
84186 -CONFIG_MISC_DEVICES=y
84187 -# CONFIG_PHANTOM is not set
84188 -# CONFIG_EEPROM_93CX6 is not set
84189 -# CONFIG_SGI_IOC4 is not set
84190 -# CONFIG_TIFM_CORE is not set
84191 -# CONFIG_ENCLOSURE_SERVICES is not set
84192 -CONFIG_HAVE_IDE=y
84193 -CONFIG_IDE=y
84194 -CONFIG_IDE_MAX_HWIFS=4
84195 -CONFIG_BLK_DEV_IDE=y
84196 -
84197 -#
84198 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
84199 -#
84200 -# CONFIG_BLK_DEV_IDE_SATA is not set
84201 -CONFIG_BLK_DEV_IDEDISK=y
84202 -# CONFIG_IDEDISK_MULTI_MODE is not set
84203 -# CONFIG_BLK_DEV_IDECD is not set
84204 -# CONFIG_BLK_DEV_IDETAPE is not set
84205 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
84206 -# CONFIG_IDE_TASK_IOCTL is not set
84207 -CONFIG_IDE_PROC_FS=y
84208 -
84209 -#
84210 -# IDE chipset support/bugfixes
84211 -#
84212 -CONFIG_IDE_GENERIC=y
84213 -# CONFIG_BLK_DEV_PLATFORM is not set
84214 -CONFIG_BLK_DEV_IDEDMA_SFF=y
84215 -
84216 -#
84217 -# PCI IDE chipsets support
84218 -#
84219 -CONFIG_BLK_DEV_IDEPCI=y
84220 -CONFIG_IDEPCI_PCIBUS_ORDER=y
84221 -# CONFIG_BLK_DEV_OFFBOARD is not set
84222 -CONFIG_BLK_DEV_GENERIC=y
84223 -# CONFIG_BLK_DEV_OPTI621 is not set
84224 -CONFIG_BLK_DEV_IDEDMA_PCI=y
84225 -# CONFIG_BLK_DEV_AEC62XX is not set
84226 -# CONFIG_BLK_DEV_ALI15X3 is not set
84227 -# CONFIG_BLK_DEV_AMD74XX is not set
84228 -# CONFIG_BLK_DEV_CMD64X is not set
84229 -# CONFIG_BLK_DEV_TRIFLEX is not set
84230 -# CONFIG_BLK_DEV_CY82C693 is not set
84231 -# CONFIG_BLK_DEV_CS5520 is not set
84232 -# CONFIG_BLK_DEV_CS5530 is not set
84233 -# CONFIG_BLK_DEV_HPT34X is not set
84234 -# CONFIG_BLK_DEV_HPT366 is not set
84235 -# CONFIG_BLK_DEV_JMICRON is not set
84236 -# CONFIG_BLK_DEV_SC1200 is not set
84237 -# CONFIG_BLK_DEV_PIIX is not set
84238 -# CONFIG_BLK_DEV_IT8213 is not set
84239 -# CONFIG_BLK_DEV_IT821X is not set
84240 -# CONFIG_BLK_DEV_NS87415 is not set
84241 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
84242 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
84243 -# CONFIG_BLK_DEV_SVWKS is not set
84244 -# CONFIG_BLK_DEV_SIIMAGE is not set
84245 -# CONFIG_BLK_DEV_SL82C105 is not set
84246 -# CONFIG_BLK_DEV_SLC90E66 is not set
84247 -# CONFIG_BLK_DEV_TRM290 is not set
84248 -CONFIG_BLK_DEV_VIA82CXXX=y
84249 -# CONFIG_BLK_DEV_TC86C001 is not set
84250 -CONFIG_BLK_DEV_IDEDMA=y
84251 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
84252 -# CONFIG_BLK_DEV_HD is not set
84253 -
84254 -#
84255 -# SCSI device support
84256 -#
84257 -# CONFIG_RAID_ATTRS is not set
84258 -# CONFIG_SCSI is not set
84259 -# CONFIG_SCSI_DMA is not set
84260 -# CONFIG_SCSI_NETLINK is not set
84261 -# CONFIG_ATA is not set
84262 -# CONFIG_MD is not set
84263 -# CONFIG_FUSION is not set
84264 -
84265 -#
84266 -# IEEE 1394 (FireWire) support
84267 -#
84268 -# CONFIG_FIREWIRE is not set
84269 -# CONFIG_IEEE1394 is not set
84270 -# CONFIG_I2O is not set
84271 -# CONFIG_MACINTOSH_DRIVERS is not set
84272 -CONFIG_NETDEVICES=y
84273 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
84274 -# CONFIG_DUMMY is not set
84275 -# CONFIG_BONDING is not set
84276 -# CONFIG_MACVLAN is not set
84277 -# CONFIG_EQUALIZER is not set
84278 -# CONFIG_TUN is not set
84279 -# CONFIG_VETH is not set
84280 -# CONFIG_ARCNET is not set
84281 -CONFIG_PHYLIB=y
84282 -
84283 -#
84284 -# MII PHY device drivers
84285 -#
84286 -# CONFIG_MARVELL_PHY is not set
84287 -# CONFIG_DAVICOM_PHY is not set
84288 -# CONFIG_QSEMI_PHY is not set
84289 -# CONFIG_LXT_PHY is not set
84290 -# CONFIG_CICADA_PHY is not set
84291 -# CONFIG_VITESSE_PHY is not set
84292 -# CONFIG_SMSC_PHY is not set
84293 -# CONFIG_BROADCOM_PHY is not set
84294 -# CONFIG_ICPLUS_PHY is not set
84295 -# CONFIG_REALTEK_PHY is not set
84296 -# CONFIG_FIXED_PHY is not set
84297 -# CONFIG_MDIO_BITBANG is not set
84298 -CONFIG_NET_ETHERNET=y
84299 -CONFIG_MII=y
84300 -# CONFIG_HAPPYMEAL is not set
84301 -# CONFIG_SUNGEM is not set
84302 -# CONFIG_CASSINI is not set
84303 -# CONFIG_NET_VENDOR_3COM is not set
84304 -# CONFIG_NET_TULIP is not set
84305 -# CONFIG_HP100 is not set
84306 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
84307 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
84308 -# CONFIG_IBM_NEW_EMAC_TAH is not set
84309 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
84310 -CONFIG_NET_PCI=y
84311 -# CONFIG_PCNET32 is not set
84312 -# CONFIG_AMD8111_ETH is not set
84313 -# CONFIG_ADAPTEC_STARFIRE is not set
84314 -# CONFIG_B44 is not set
84315 -# CONFIG_FORCEDETH is not set
84316 -# CONFIG_EEPRO100 is not set
84317 -CONFIG_E100=y
84318 -# CONFIG_FEALNX is not set
84319 -# CONFIG_NATSEMI is not set
84320 -# CONFIG_NE2K_PCI is not set
84321 -# CONFIG_8139CP is not set
84322 -# CONFIG_8139TOO is not set
84323 -# CONFIG_R6040 is not set
84324 -# CONFIG_SIS900 is not set
84325 -# CONFIG_EPIC100 is not set
84326 -# CONFIG_SUNDANCE is not set
84327 -# CONFIG_TLAN is not set
84328 -# CONFIG_VIA_RHINE is not set
84329 -# CONFIG_SC92031 is not set
84330 -# CONFIG_FS_ENET is not set
84331 -CONFIG_NETDEV_1000=y
84332 -# CONFIG_ACENIC is not set
84333 -# CONFIG_DL2K is not set
84334 -# CONFIG_E1000 is not set
84335 -# CONFIG_E1000E is not set
84336 -# CONFIG_E1000E_ENABLED is not set
84337 -# CONFIG_IP1000 is not set
84338 -# CONFIG_IGB is not set
84339 -# CONFIG_NS83820 is not set
84340 -# CONFIG_HAMACHI is not set
84341 -# CONFIG_YELLOWFIN is not set
84342 -# CONFIG_R8169 is not set
84343 -# CONFIG_SIS190 is not set
84344 -# CONFIG_SKGE is not set
84345 -# CONFIG_SKY2 is not set
84346 -# CONFIG_SK98LIN is not set
84347 -# CONFIG_VIA_VELOCITY is not set
84348 -# CONFIG_TIGON3 is not set
84349 -# CONFIG_BNX2 is not set
84350 -CONFIG_GIANFAR=y
84351 -CONFIG_GFAR_NAPI=y
84352 -# CONFIG_QLA3XXX is not set
84353 -# CONFIG_ATL1 is not set
84354 -CONFIG_NETDEV_10000=y
84355 -# CONFIG_CHELSIO_T1 is not set
84356 -# CONFIG_CHELSIO_T3 is not set
84357 -# CONFIG_IXGBE is not set
84358 -# CONFIG_IXGB is not set
84359 -# CONFIG_S2IO is not set
84360 -# CONFIG_MYRI10GE is not set
84361 -# CONFIG_NETXEN_NIC is not set
84362 -# CONFIG_NIU is not set
84363 -# CONFIG_MLX4_CORE is not set
84364 -# CONFIG_TEHUTI is not set
84365 -# CONFIG_BNX2X is not set
84366 -# CONFIG_TR is not set
84367 -
84368 -#
84369 -# Wireless LAN
84370 -#
84371 -# CONFIG_WLAN_PRE80211 is not set
84372 -# CONFIG_WLAN_80211 is not set
84373 -# CONFIG_WAN is not set
84374 -# CONFIG_FDDI is not set
84375 -# CONFIG_HIPPI is not set
84376 -# CONFIG_PPP is not set
84377 -# CONFIG_SLIP is not set
84378 -# CONFIG_NETCONSOLE is not set
84379 -# CONFIG_NETPOLL is not set
84380 -# CONFIG_NET_POLL_CONTROLLER is not set
84381 -# CONFIG_ISDN is not set
84382 -# CONFIG_PHONE is not set
84383 -
84384 -#
84385 -# Input device support
84386 -#
84387 -CONFIG_INPUT=y
84388 -# CONFIG_INPUT_FF_MEMLESS is not set
84389 -# CONFIG_INPUT_POLLDEV is not set
84390 -
84391 -#
84392 -# Userland interfaces
84393 -#
84394 -# CONFIG_INPUT_MOUSEDEV is not set
84395 -# CONFIG_INPUT_JOYDEV is not set
84396 -# CONFIG_INPUT_EVDEV is not set
84397 -# CONFIG_INPUT_EVBUG is not set
84398 -
84399 -#
84400 -# Input Device Drivers
84401 -#
84402 -# CONFIG_INPUT_KEYBOARD is not set
84403 -# CONFIG_INPUT_MOUSE is not set
84404 -# CONFIG_INPUT_JOYSTICK is not set
84405 -# CONFIG_INPUT_TABLET is not set
84406 -# CONFIG_INPUT_TOUCHSCREEN is not set
84407 -# CONFIG_INPUT_MISC is not set
84408 -
84409 -#
84410 -# Hardware I/O ports
84411 -#
84412 -# CONFIG_SERIO is not set
84413 -# CONFIG_GAMEPORT is not set
84414 -
84415 -#
84416 -# Character devices
84417 -#
84418 -# CONFIG_VT is not set
84419 -# CONFIG_SERIAL_NONSTANDARD is not set
84420 -# CONFIG_NOZOMI is not set
84421 -
84422 -#
84423 -# Serial drivers
84424 -#
84425 -CONFIG_SERIAL_8250=y
84426 -CONFIG_SERIAL_8250_CONSOLE=y
84427 -CONFIG_SERIAL_8250_PCI=y
84428 -CONFIG_SERIAL_8250_NR_UARTS=4
84429 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
84430 -# CONFIG_SERIAL_8250_EXTENDED is not set
84431 -CONFIG_SERIAL_8250_SHARE_IRQ=y
84432 -
84433 -#
84434 -# Non-8250 serial port support
84435 -#
84436 -# CONFIG_SERIAL_UARTLITE is not set
84437 -CONFIG_SERIAL_CORE=y
84438 -CONFIG_SERIAL_CORE_CONSOLE=y
84439 -CONFIG_SERIAL_CPM=y
84440 -CONFIG_SERIAL_CPM_CONSOLE=y
84441 -CONFIG_SERIAL_CPM_SCC1=y
84442 -# CONFIG_SERIAL_CPM_SCC2 is not set
84443 -# CONFIG_SERIAL_CPM_SCC3 is not set
84444 -# CONFIG_SERIAL_CPM_SCC4 is not set
84445 -# CONFIG_SERIAL_CPM_SMC1 is not set
84446 -# CONFIG_SERIAL_CPM_SMC2 is not set
84447 -# CONFIG_SERIAL_JSM is not set
84448 -# CONFIG_SERIAL_OF_PLATFORM is not set
84449 -CONFIG_UNIX98_PTYS=y
84450 -CONFIG_LEGACY_PTYS=y
84451 -CONFIG_LEGACY_PTY_COUNT=256
84452 -# CONFIG_IPMI_HANDLER is not set
84453 -CONFIG_HW_RANDOM=y
84454 -# CONFIG_NVRAM is not set
84455 -CONFIG_GEN_RTC=y
84456 -# CONFIG_GEN_RTC_X is not set
84457 -# CONFIG_R3964 is not set
84458 -# CONFIG_APPLICOM is not set
84459 -# CONFIG_RAW_DRIVER is not set
84460 -# CONFIG_TCG_TPM is not set
84461 -CONFIG_DEVPORT=y
84462 -CONFIG_I2C=y
84463 -CONFIG_I2C_BOARDINFO=y
84464 -CONFIG_I2C_CHARDEV=y
84465 -
84466 -#
84467 -# I2C Algorithms
84468 -#
84469 -# CONFIG_I2C_ALGOBIT is not set
84470 -# CONFIG_I2C_ALGOPCF is not set
84471 -# CONFIG_I2C_ALGOPCA is not set
84472 -
84473 -#
84474 -# I2C Hardware Bus support
84475 -#
84476 -# CONFIG_I2C_ALI1535 is not set
84477 -# CONFIG_I2C_ALI1563 is not set
84478 -# CONFIG_I2C_ALI15X3 is not set
84479 -# CONFIG_I2C_AMD756 is not set
84480 -# CONFIG_I2C_AMD8111 is not set
84481 -# CONFIG_I2C_I801 is not set
84482 -# CONFIG_I2C_I810 is not set
84483 -# CONFIG_I2C_PIIX4 is not set
84484 -CONFIG_I2C_MPC=y
84485 -# CONFIG_I2C_NFORCE2 is not set
84486 -# CONFIG_I2C_OCORES is not set
84487 -# CONFIG_I2C_PARPORT_LIGHT is not set
84488 -# CONFIG_I2C_PROSAVAGE is not set
84489 -# CONFIG_I2C_SAVAGE4 is not set
84490 -# CONFIG_I2C_SIMTEC is not set
84491 -# CONFIG_I2C_SIS5595 is not set
84492 -# CONFIG_I2C_SIS630 is not set
84493 -# CONFIG_I2C_SIS96X is not set
84494 -# CONFIG_I2C_TAOS_EVM is not set
84495 -# CONFIG_I2C_VIA is not set
84496 -# CONFIG_I2C_VIAPRO is not set
84497 -# CONFIG_I2C_VOODOO3 is not set
84498 -
84499 -#
84500 -# Miscellaneous I2C Chip support
84501 -#
84502 -# CONFIG_DS1682 is not set
84503 -# CONFIG_SENSORS_EEPROM is not set
84504 -# CONFIG_SENSORS_PCF8574 is not set
84505 -# CONFIG_PCF8575 is not set
84506 -# CONFIG_SENSORS_PCF8591 is not set
84507 -# CONFIG_TPS65010 is not set
84508 -# CONFIG_SENSORS_MAX6875 is not set
84509 -# CONFIG_SENSORS_TSL2550 is not set
84510 -# CONFIG_I2C_DEBUG_CORE is not set
84511 -# CONFIG_I2C_DEBUG_ALGO is not set
84512 -# CONFIG_I2C_DEBUG_BUS is not set
84513 -# CONFIG_I2C_DEBUG_CHIP is not set
84514 -
84515 -#
84516 -# SPI support
84517 -#
84518 -# CONFIG_SPI is not set
84519 -# CONFIG_SPI_MASTER is not set
84520 -# CONFIG_W1 is not set
84521 -# CONFIG_POWER_SUPPLY is not set
84522 -CONFIG_HWMON=y
84523 -# CONFIG_HWMON_VID is not set
84524 -# CONFIG_SENSORS_AD7418 is not set
84525 -# CONFIG_SENSORS_ADM1021 is not set
84526 -# CONFIG_SENSORS_ADM1025 is not set
84527 -# CONFIG_SENSORS_ADM1026 is not set
84528 -# CONFIG_SENSORS_ADM1029 is not set
84529 -# CONFIG_SENSORS_ADM1031 is not set
84530 -# CONFIG_SENSORS_ADM9240 is not set
84531 -# CONFIG_SENSORS_ADT7470 is not set
84532 -# CONFIG_SENSORS_ADT7473 is not set
84533 -# CONFIG_SENSORS_ATXP1 is not set
84534 -# CONFIG_SENSORS_DS1621 is not set
84535 -# CONFIG_SENSORS_I5K_AMB is not set
84536 -# CONFIG_SENSORS_F71805F is not set
84537 -# CONFIG_SENSORS_F71882FG is not set
84538 -# CONFIG_SENSORS_F75375S is not set
84539 -# CONFIG_SENSORS_GL518SM is not set
84540 -# CONFIG_SENSORS_GL520SM is not set
84541 -# CONFIG_SENSORS_IT87 is not set
84542 -# CONFIG_SENSORS_LM63 is not set
84543 -CONFIG_SENSORS_LM75=y
84544 -# CONFIG_SENSORS_LM77 is not set
84545 -# CONFIG_SENSORS_LM78 is not set
84546 -# CONFIG_SENSORS_LM80 is not set
84547 -# CONFIG_SENSORS_LM83 is not set
84548 -# CONFIG_SENSORS_LM85 is not set
84549 -# CONFIG_SENSORS_LM87 is not set
84550 -# CONFIG_SENSORS_LM90 is not set
84551 -# CONFIG_SENSORS_LM92 is not set
84552 -# CONFIG_SENSORS_LM93 is not set
84553 -# CONFIG_SENSORS_MAX1619 is not set
84554 -# CONFIG_SENSORS_MAX6650 is not set
84555 -# CONFIG_SENSORS_PC87360 is not set
84556 -# CONFIG_SENSORS_PC87427 is not set
84557 -# CONFIG_SENSORS_SIS5595 is not set
84558 -# CONFIG_SENSORS_DME1737 is not set
84559 -# CONFIG_SENSORS_SMSC47M1 is not set
84560 -# CONFIG_SENSORS_SMSC47M192 is not set
84561 -# CONFIG_SENSORS_SMSC47B397 is not set
84562 -# CONFIG_SENSORS_ADS7828 is not set
84563 -# CONFIG_SENSORS_THMC50 is not set
84564 -# CONFIG_SENSORS_VIA686A is not set
84565 -# CONFIG_SENSORS_VT1211 is not set
84566 -# CONFIG_SENSORS_VT8231 is not set
84567 -# CONFIG_SENSORS_W83781D is not set
84568 -# CONFIG_SENSORS_W83791D is not set
84569 -# CONFIG_SENSORS_W83792D is not set
84570 -# CONFIG_SENSORS_W83793 is not set
84571 -# CONFIG_SENSORS_W83L785TS is not set
84572 -# CONFIG_SENSORS_W83L786NG is not set
84573 -# CONFIG_SENSORS_W83627HF is not set
84574 -# CONFIG_SENSORS_W83627EHF is not set
84575 -CONFIG_HWMON_DEBUG_CHIP=y
84576 -# CONFIG_THERMAL is not set
84577 -# CONFIG_WATCHDOG is not set
84578 -
84579 -#
84580 -# Sonics Silicon Backplane
84581 -#
84582 -CONFIG_SSB_POSSIBLE=y
84583 -# CONFIG_SSB is not set
84584 -
84585 -#
84586 -# Multifunction device drivers
84587 -#
84588 -# CONFIG_MFD_SM501 is not set
84589 -
84590 -#
84591 -# Multimedia devices
84592 -#
84593 -# CONFIG_VIDEO_DEV is not set
84594 -# CONFIG_DVB_CORE is not set
84595 -CONFIG_DAB=y
84596 -
84597 -#
84598 -# Graphics support
84599 -#
84600 -# CONFIG_AGP is not set
84601 -# CONFIG_DRM is not set
84602 -# CONFIG_VGASTATE is not set
84603 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
84604 -# CONFIG_FB is not set
84605 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
84606 -
84607 -#
84608 -# Display device support
84609 -#
84610 -# CONFIG_DISPLAY_SUPPORT is not set
84611 -
84612 -#
84613 -# Sound
84614 -#
84615 -# CONFIG_SOUND is not set
84616 -CONFIG_HID_SUPPORT=y
84617 -CONFIG_HID=y
84618 -# CONFIG_HID_DEBUG is not set
84619 -# CONFIG_HIDRAW is not set
84620 -CONFIG_USB_SUPPORT=y
84621 -CONFIG_USB_ARCH_HAS_HCD=y
84622 -CONFIG_USB_ARCH_HAS_OHCI=y
84623 -CONFIG_USB_ARCH_HAS_EHCI=y
84624 -# CONFIG_USB is not set
84625 -
84626 -#
84627 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
84628 -#
84629 -# CONFIG_USB_GADGET is not set
84630 -# CONFIG_MMC is not set
84631 -# CONFIG_MEMSTICK is not set
84632 -# CONFIG_NEW_LEDS is not set
84633 -# CONFIG_INFINIBAND is not set
84634 -# CONFIG_EDAC is not set
84635 -# CONFIG_RTC_CLASS is not set
84636 -# CONFIG_DMADEVICES is not set
84637 -
84638 -#
84639 -# Userspace I/O
84640 -#
84641 -# CONFIG_UIO is not set
84642 -
84643 -#
84644 -# File systems
84645 -#
84646 -CONFIG_EXT2_FS=y
84647 -# CONFIG_EXT2_FS_XATTR is not set
84648 -# CONFIG_EXT2_FS_XIP is not set
84649 -CONFIG_EXT3_FS=y
84650 -CONFIG_EXT3_FS_XATTR=y
84651 -# CONFIG_EXT3_FS_POSIX_ACL is not set
84652 -# CONFIG_EXT3_FS_SECURITY is not set
84653 -# CONFIG_EXT4DEV_FS is not set
84654 -CONFIG_JBD=y
84655 -CONFIG_FS_MBCACHE=y
84656 -# CONFIG_REISERFS_FS is not set
84657 -# CONFIG_JFS_FS is not set
84658 -# CONFIG_FS_POSIX_ACL is not set
84659 -# CONFIG_XFS_FS is not set
84660 -# CONFIG_GFS2_FS is not set
84661 -# CONFIG_OCFS2_FS is not set
84662 -CONFIG_DNOTIFY=y
84663 -CONFIG_INOTIFY=y
84664 -CONFIG_INOTIFY_USER=y
84665 -# CONFIG_QUOTA is not set
84666 -# CONFIG_AUTOFS_FS is not set
84667 -# CONFIG_AUTOFS4_FS is not set
84668 -# CONFIG_FUSE_FS is not set
84669 -
84670 -#
84671 -# CD-ROM/DVD Filesystems
84672 -#
84673 -# CONFIG_ISO9660_FS is not set
84674 -# CONFIG_UDF_FS is not set
84675 -
84676 -#
84677 -# DOS/FAT/NT Filesystems
84678 -#
84679 -# CONFIG_MSDOS_FS is not set
84680 -# CONFIG_VFAT_FS is not set
84681 -# CONFIG_NTFS_FS is not set
84682 -
84683 -#
84684 -# Pseudo filesystems
84685 -#
84686 -CONFIG_PROC_FS=y
84687 -CONFIG_PROC_KCORE=y
84688 -CONFIG_PROC_SYSCTL=y
84689 -CONFIG_SYSFS=y
84690 -CONFIG_TMPFS=y
84691 -# CONFIG_TMPFS_POSIX_ACL is not set
84692 -# CONFIG_HUGETLB_PAGE is not set
84693 -# CONFIG_CONFIGFS_FS is not set
84694 -
84695 -#
84696 -# Miscellaneous filesystems
84697 -#
84698 -# CONFIG_ADFS_FS is not set
84699 -# CONFIG_AFFS_FS is not set
84700 -# CONFIG_HFS_FS is not set
84701 -# CONFIG_HFSPLUS_FS is not set
84702 -# CONFIG_BEFS_FS is not set
84703 -# CONFIG_BFS_FS is not set
84704 -# CONFIG_EFS_FS is not set
84705 -CONFIG_JFFS2_FS=y
84706 -CONFIG_JFFS2_FS_DEBUG=0
84707 -CONFIG_JFFS2_FS_WRITEBUFFER=y
84708 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
84709 -# CONFIG_JFFS2_SUMMARY is not set
84710 -# CONFIG_JFFS2_FS_XATTR is not set
84711 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
84712 -CONFIG_JFFS2_ZLIB=y
84713 -# CONFIG_JFFS2_LZO is not set
84714 -CONFIG_JFFS2_RTIME=y
84715 -# CONFIG_JFFS2_RUBIN is not set
84716 -CONFIG_CRAMFS=y
84717 -# CONFIG_VXFS_FS is not set
84718 -# CONFIG_MINIX_FS is not set
84719 -# CONFIG_HPFS_FS is not set
84720 -# CONFIG_QNX4FS_FS is not set
84721 -# CONFIG_ROMFS_FS is not set
84722 -# CONFIG_SYSV_FS is not set
84723 -# CONFIG_UFS_FS is not set
84724 -CONFIG_NETWORK_FILESYSTEMS=y
84725 -CONFIG_NFS_FS=y
84726 -# CONFIG_NFS_V3 is not set
84727 -# CONFIG_NFS_V4 is not set
84728 -# CONFIG_NFS_DIRECTIO is not set
84729 -# CONFIG_NFSD is not set
84730 -CONFIG_ROOT_NFS=y
84731 -CONFIG_LOCKD=y
84732 -CONFIG_NFS_COMMON=y
84733 -CONFIG_SUNRPC=y
84734 -# CONFIG_SUNRPC_BIND34 is not set
84735 -# CONFIG_RPCSEC_GSS_KRB5 is not set
84736 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
84737 -# CONFIG_SMB_FS is not set
84738 -# CONFIG_CIFS is not set
84739 -# CONFIG_NCP_FS is not set
84740 -# CONFIG_CODA_FS is not set
84741 -# CONFIG_AFS_FS is not set
84742 -
84743 -#
84744 -# Partition Types
84745 -#
84746 -CONFIG_PARTITION_ADVANCED=y
84747 -# CONFIG_ACORN_PARTITION is not set
84748 -# CONFIG_OSF_PARTITION is not set
84749 -# CONFIG_AMIGA_PARTITION is not set
84750 -# CONFIG_ATARI_PARTITION is not set
84751 -# CONFIG_MAC_PARTITION is not set
84752 -# CONFIG_MSDOS_PARTITION is not set
84753 -# CONFIG_LDM_PARTITION is not set
84754 -# CONFIG_SGI_PARTITION is not set
84755 -# CONFIG_ULTRIX_PARTITION is not set
84756 -# CONFIG_SUN_PARTITION is not set
84757 -# CONFIG_KARMA_PARTITION is not set
84758 -# CONFIG_EFI_PARTITION is not set
84759 -# CONFIG_SYSV68_PARTITION is not set
84760 -# CONFIG_NLS is not set
84761 -# CONFIG_DLM is not set
84762 -
84763 -#
84764 -# Library routines
84765 -#
84766 -CONFIG_BITREVERSE=y
84767 -# CONFIG_CRC_CCITT is not set
84768 -# CONFIG_CRC16 is not set
84769 -# CONFIG_CRC_ITU_T is not set
84770 -CONFIG_CRC32=y
84771 -# CONFIG_CRC7 is not set
84772 -# CONFIG_LIBCRC32C is not set
84773 -CONFIG_ZLIB_INFLATE=y
84774 -CONFIG_ZLIB_DEFLATE=y
84775 -CONFIG_PLIST=y
84776 -CONFIG_HAS_IOMEM=y
84777 -CONFIG_HAS_IOPORT=y
84778 -CONFIG_HAS_DMA=y
84779 -
84780 -#
84781 -# Kernel hacking
84782 -#
84783 -# CONFIG_PRINTK_TIME is not set
84784 -CONFIG_ENABLE_WARN_DEPRECATED=y
84785 -CONFIG_ENABLE_MUST_CHECK=y
84786 -# CONFIG_MAGIC_SYSRQ is not set
84787 -# CONFIG_UNUSED_SYMBOLS is not set
84788 -# CONFIG_DEBUG_FS is not set
84789 -# CONFIG_HEADERS_CHECK is not set
84790 -# CONFIG_DEBUG_KERNEL is not set
84791 -# CONFIG_SLUB_DEBUG_ON is not set
84792 -# CONFIG_SLUB_STATS is not set
84793 -# CONFIG_DEBUG_BUGVERBOSE is not set
84794 -# CONFIG_SAMPLES is not set
84795 -# CONFIG_KGDB_CONSOLE is not set
84796 -# CONFIG_PPC_EARLY_DEBUG is not set
84797 -
84798 -#
84799 -# Security options
84800 -#
84801 -# CONFIG_KEYS is not set
84802 -# CONFIG_SECURITY is not set
84803 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
84804 -CONFIG_CRYPTO=y
84805 -# CONFIG_CRYPTO_SEQIV is not set
84806 -# CONFIG_CRYPTO_MANAGER is not set
84807 -# CONFIG_CRYPTO_HMAC is not set
84808 -# CONFIG_CRYPTO_XCBC is not set
84809 -# CONFIG_CRYPTO_NULL is not set
84810 -# CONFIG_CRYPTO_MD4 is not set
84811 -# CONFIG_CRYPTO_MD5 is not set
84812 -# CONFIG_CRYPTO_SHA1 is not set
84813 -# CONFIG_CRYPTO_SHA256 is not set
84814 -# CONFIG_CRYPTO_SHA512 is not set
84815 -# CONFIG_CRYPTO_WP512 is not set
84816 -# CONFIG_CRYPTO_TGR192 is not set
84817 -# CONFIG_CRYPTO_GF128MUL is not set
84818 -# CONFIG_CRYPTO_ECB is not set
84819 -# CONFIG_CRYPTO_CBC is not set
84820 -# CONFIG_CRYPTO_PCBC is not set
84821 -# CONFIG_CRYPTO_LRW is not set
84822 -# CONFIG_CRYPTO_XTS is not set
84823 -# CONFIG_CRYPTO_CTR is not set
84824 -# CONFIG_CRYPTO_GCM is not set
84825 -# CONFIG_CRYPTO_CCM is not set
84826 -# CONFIG_CRYPTO_CRYPTD is not set
84827 -# CONFIG_CRYPTO_DES is not set
84828 -# CONFIG_CRYPTO_FCRYPT is not set
84829 -# CONFIG_CRYPTO_BLOWFISH is not set
84830 -# CONFIG_CRYPTO_TWOFISH is not set
84831 -# CONFIG_CRYPTO_SERPENT is not set
84832 -# CONFIG_CRYPTO_AES is not set
84833 -# CONFIG_CRYPTO_CAST5 is not set
84834 -# CONFIG_CRYPTO_CAST6 is not set
84835 -# CONFIG_CRYPTO_TEA is not set
84836 -# CONFIG_CRYPTO_ARC4 is not set
84837 -# CONFIG_CRYPTO_KHAZAD is not set
84838 -# CONFIG_CRYPTO_ANUBIS is not set
84839 -# CONFIG_CRYPTO_SEED is not set
84840 -# CONFIG_CRYPTO_SALSA20 is not set
84841 -# CONFIG_CRYPTO_DEFLATE is not set
84842 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
84843 -# CONFIG_CRYPTO_CRC32C is not set
84844 -# CONFIG_CRYPTO_CAMELLIA is not set
84845 -# CONFIG_CRYPTO_AUTHENC is not set
84846 -# CONFIG_CRYPTO_LZO is not set
84847 -CONFIG_CRYPTO_HW=y
84848 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
84849 -# CONFIG_PPC_CLOCK is not set
84850 -CONFIG_PPC_LIB_RHEAP=y
84851 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/tqm8560_defconfig powerpc.git/arch/powerpc/configs/tqm8560_defconfig
84852 --- linux-2.6.25-rc9/arch/powerpc/configs/tqm8560_defconfig 2008-04-11 22:32:29.000000000 +0200
84853 +++ powerpc.git/arch/powerpc/configs/tqm8560_defconfig 1970-01-01 01:00:00.000000000 +0100
84854 @@ -1,1109 +0,0 @@
84855 -#
84856 -# Automatically generated make config: don't edit
84857 -# Linux kernel version: 2.6.25-rc6
84858 -# Mon Mar 24 08:48:45 2008
84859 -#
84860 -# CONFIG_PPC64 is not set
84861 -
84862 -#
84863 -# Processor support
84864 -#
84865 -# CONFIG_6xx is not set
84866 -CONFIG_PPC_85xx=y
84867 -# CONFIG_PPC_8xx is not set
84868 -# CONFIG_40x is not set
84869 -# CONFIG_44x is not set
84870 -# CONFIG_E200 is not set
84871 -CONFIG_E500=y
84872 -CONFIG_BOOKE=y
84873 -CONFIG_FSL_BOOKE=y
84874 -CONFIG_FSL_EMB_PERFMON=y
84875 -# CONFIG_PHYS_64BIT is not set
84876 -CONFIG_SPE=y
84877 -# CONFIG_PPC_MM_SLICES is not set
84878 -CONFIG_PPC32=y
84879 -CONFIG_WORD_SIZE=32
84880 -CONFIG_PPC_MERGE=y
84881 -CONFIG_MMU=y
84882 -CONFIG_GENERIC_CMOS_UPDATE=y
84883 -CONFIG_GENERIC_TIME=y
84884 -CONFIG_GENERIC_TIME_VSYSCALL=y
84885 -CONFIG_GENERIC_CLOCKEVENTS=y
84886 -CONFIG_GENERIC_HARDIRQS=y
84887 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
84888 -CONFIG_IRQ_PER_CPU=y
84889 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
84890 -CONFIG_ARCH_HAS_ILOG2_U32=y
84891 -CONFIG_GENERIC_HWEIGHT=y
84892 -CONFIG_GENERIC_CALIBRATE_DELAY=y
84893 -CONFIG_GENERIC_FIND_NEXT_BIT=y
84894 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
84895 -CONFIG_PPC=y
84896 -CONFIG_EARLY_PRINTK=y
84897 -CONFIG_GENERIC_NVRAM=y
84898 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
84899 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
84900 -CONFIG_PPC_OF=y
84901 -CONFIG_OF=y
84902 -CONFIG_PPC_UDBG_16550=y
84903 -# CONFIG_GENERIC_TBSYNC is not set
84904 -CONFIG_AUDIT_ARCH=y
84905 -CONFIG_GENERIC_BUG=y
84906 -CONFIG_DEFAULT_UIMAGE=y
84907 -# CONFIG_PPC_DCR_NATIVE is not set
84908 -# CONFIG_PPC_DCR_MMIO is not set
84909 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
84910 -
84911 -#
84912 -# General setup
84913 -#
84914 -CONFIG_EXPERIMENTAL=y
84915 -CONFIG_BROKEN_ON_SMP=y
84916 -CONFIG_INIT_ENV_ARG_LIMIT=32
84917 -CONFIG_LOCALVERSION=""
84918 -CONFIG_LOCALVERSION_AUTO=y
84919 -CONFIG_SWAP=y
84920 -CONFIG_SYSVIPC=y
84921 -CONFIG_SYSVIPC_SYSCTL=y
84922 -# CONFIG_POSIX_MQUEUE is not set
84923 -# CONFIG_BSD_PROCESS_ACCT is not set
84924 -# CONFIG_TASKSTATS is not set
84925 -# CONFIG_AUDIT is not set
84926 -# CONFIG_IKCONFIG is not set
84927 -CONFIG_LOG_BUF_SHIFT=14
84928 -# CONFIG_CGROUPS is not set
84929 -CONFIG_GROUP_SCHED=y
84930 -CONFIG_FAIR_GROUP_SCHED=y
84931 -# CONFIG_RT_GROUP_SCHED is not set
84932 -CONFIG_USER_SCHED=y
84933 -# CONFIG_CGROUP_SCHED is not set
84934 -CONFIG_SYSFS_DEPRECATED=y
84935 -CONFIG_SYSFS_DEPRECATED_V2=y
84936 -# CONFIG_RELAY is not set
84937 -# CONFIG_NAMESPACES is not set
84938 -CONFIG_BLK_DEV_INITRD=y
84939 -CONFIG_INITRAMFS_SOURCE=""
84940 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
84941 -CONFIG_SYSCTL=y
84942 -CONFIG_EMBEDDED=y
84943 -CONFIG_SYSCTL_SYSCALL=y
84944 -# CONFIG_KALLSYMS is not set
84945 -# CONFIG_HOTPLUG is not set
84946 -CONFIG_PRINTK=y
84947 -CONFIG_BUG=y
84948 -CONFIG_ELF_CORE=y
84949 -CONFIG_COMPAT_BRK=y
84950 -CONFIG_BASE_FULL=y
84951 -CONFIG_FUTEX=y
84952 -CONFIG_ANON_INODES=y
84953 -# CONFIG_EPOLL is not set
84954 -CONFIG_SIGNALFD=y
84955 -CONFIG_TIMERFD=y
84956 -CONFIG_EVENTFD=y
84957 -CONFIG_SHMEM=y
84958 -CONFIG_VM_EVENT_COUNTERS=y
84959 -CONFIG_SLUB_DEBUG=y
84960 -# CONFIG_SLAB is not set
84961 -CONFIG_SLUB=y
84962 -# CONFIG_SLOB is not set
84963 -# CONFIG_PROFILING is not set
84964 -# CONFIG_MARKERS is not set
84965 -CONFIG_HAVE_OPROFILE=y
84966 -CONFIG_HAVE_KPROBES=y
84967 -CONFIG_HAVE_KRETPROBES=y
84968 -CONFIG_PROC_PAGE_MONITOR=y
84969 -CONFIG_SLABINFO=y
84970 -CONFIG_RT_MUTEXES=y
84971 -# CONFIG_TINY_SHMEM is not set
84972 -CONFIG_BASE_SMALL=0
84973 -# CONFIG_MODULES is not set
84974 -CONFIG_BLOCK=y
84975 -# CONFIG_LBD is not set
84976 -# CONFIG_BLK_DEV_IO_TRACE is not set
84977 -# CONFIG_LSF is not set
84978 -# CONFIG_BLK_DEV_BSG is not set
84979 -
84980 -#
84981 -# IO Schedulers
84982 -#
84983 -CONFIG_IOSCHED_NOOP=y
84984 -CONFIG_IOSCHED_AS=y
84985 -CONFIG_IOSCHED_DEADLINE=y
84986 -CONFIG_IOSCHED_CFQ=y
84987 -CONFIG_DEFAULT_AS=y
84988 -# CONFIG_DEFAULT_DEADLINE is not set
84989 -# CONFIG_DEFAULT_CFQ is not set
84990 -# CONFIG_DEFAULT_NOOP is not set
84991 -CONFIG_DEFAULT_IOSCHED="anticipatory"
84992 -CONFIG_CLASSIC_RCU=y
84993 -
84994 -#
84995 -# Platform support
84996 -#
84997 -# CONFIG_PPC_MPC512x is not set
84998 -# CONFIG_PPC_MPC5121 is not set
84999 -# CONFIG_PPC_CELL is not set
85000 -# CONFIG_PPC_CELL_NATIVE is not set
85001 -# CONFIG_PQ2ADS is not set
85002 -CONFIG_MPC85xx=y
85003 -# CONFIG_MPC8540_ADS is not set
85004 -# CONFIG_MPC8560_ADS is not set
85005 -# CONFIG_MPC85xx_CDS is not set
85006 -# CONFIG_MPC85xx_MDS is not set
85007 -# CONFIG_MPC85xx_DS is not set
85008 -# CONFIG_STX_GP3 is not set
85009 -# CONFIG_TQM8540 is not set
85010 -# CONFIG_TQM8541 is not set
85011 -# CONFIG_TQM8555 is not set
85012 -CONFIG_TQM8560=y
85013 -# CONFIG_SBC8548 is not set
85014 -# CONFIG_SBC8560 is not set
85015 -CONFIG_TQM85xx=y
85016 -# CONFIG_IPIC is not set
85017 -CONFIG_MPIC=y
85018 -# CONFIG_MPIC_WEIRD is not set
85019 -# CONFIG_PPC_I8259 is not set
85020 -# CONFIG_PPC_RTAS is not set
85021 -# CONFIG_MMIO_NVRAM is not set
85022 -# CONFIG_PPC_MPC106 is not set
85023 -# CONFIG_PPC_970_NAP is not set
85024 -# CONFIG_PPC_INDIRECT_IO is not set
85025 -# CONFIG_GENERIC_IOMAP is not set
85026 -# CONFIG_CPU_FREQ is not set
85027 -CONFIG_CPM2=y
85028 -CONFIG_PPC_CPM_NEW_BINDING=y
85029 -# CONFIG_FSL_ULI1575 is not set
85030 -CONFIG_CPM=y
85031 -
85032 -#
85033 -# Kernel options
85034 -#
85035 -# CONFIG_HIGHMEM is not set
85036 -# CONFIG_TICK_ONESHOT is not set
85037 -# CONFIG_NO_HZ is not set
85038 -# CONFIG_HIGH_RES_TIMERS is not set
85039 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
85040 -# CONFIG_HZ_100 is not set
85041 -CONFIG_HZ_250=y
85042 -# CONFIG_HZ_300 is not set
85043 -# CONFIG_HZ_1000 is not set
85044 -CONFIG_HZ=250
85045 -# CONFIG_SCHED_HRTICK is not set
85046 -CONFIG_PREEMPT_NONE=y
85047 -# CONFIG_PREEMPT_VOLUNTARY is not set
85048 -# CONFIG_PREEMPT is not set
85049 -CONFIG_BINFMT_ELF=y
85050 -# CONFIG_BINFMT_MISC is not set
85051 -CONFIG_MATH_EMULATION=y
85052 -# CONFIG_IOMMU_HELPER is not set
85053 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
85054 -CONFIG_ARCH_HAS_WALK_MEMORY=y
85055 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
85056 -CONFIG_ARCH_FLATMEM_ENABLE=y
85057 -CONFIG_ARCH_POPULATES_NODE_MAP=y
85058 -CONFIG_SELECT_MEMORY_MODEL=y
85059 -CONFIG_FLATMEM_MANUAL=y
85060 -# CONFIG_DISCONTIGMEM_MANUAL is not set
85061 -# CONFIG_SPARSEMEM_MANUAL is not set
85062 -CONFIG_FLATMEM=y
85063 -CONFIG_FLAT_NODE_MEM_MAP=y
85064 -# CONFIG_SPARSEMEM_STATIC is not set
85065 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
85066 -CONFIG_SPLIT_PTLOCK_CPUS=4
85067 -# CONFIG_RESOURCES_64BIT is not set
85068 -CONFIG_ZONE_DMA_FLAG=1
85069 -CONFIG_BOUNCE=y
85070 -CONFIG_VIRT_TO_BUS=y
85071 -# CONFIG_PROC_DEVICETREE is not set
85072 -# CONFIG_CMDLINE_BOOL is not set
85073 -# CONFIG_PM is not set
85074 -CONFIG_SECCOMP=y
85075 -CONFIG_ISA_DMA_API=y
85076 -
85077 -#
85078 -# Bus options
85079 -#
85080 -CONFIG_ZONE_DMA=y
85081 -CONFIG_PPC_INDIRECT_PCI=y
85082 -CONFIG_FSL_SOC=y
85083 -CONFIG_FSL_PCI=y
85084 -CONFIG_PCI=y
85085 -CONFIG_PCI_DOMAINS=y
85086 -CONFIG_PCI_SYSCALL=y
85087 -# CONFIG_PCIEPORTBUS is not set
85088 -CONFIG_ARCH_SUPPORTS_MSI=y
85089 -# CONFIG_PCI_MSI is not set
85090 -CONFIG_PCI_LEGACY=y
85091 -
85092 -#
85093 -# Advanced setup
85094 -#
85095 -# CONFIG_ADVANCED_OPTIONS is not set
85096 -
85097 -#
85098 -# Default settings for advanced configuration options are used
85099 -#
85100 -CONFIG_HIGHMEM_START=0xfe000000
85101 -CONFIG_LOWMEM_SIZE=0x30000000
85102 -CONFIG_KERNEL_START=0xc0000000
85103 -CONFIG_TASK_SIZE=0xc0000000
85104 -CONFIG_BOOT_LOAD=0x00800000
85105 -
85106 -#
85107 -# Networking
85108 -#
85109 -CONFIG_NET=y
85110 -
85111 -#
85112 -# Networking options
85113 -#
85114 -CONFIG_PACKET=y
85115 -# CONFIG_PACKET_MMAP is not set
85116 -CONFIG_UNIX=y
85117 -CONFIG_XFRM=y
85118 -# CONFIG_XFRM_USER is not set
85119 -# CONFIG_XFRM_SUB_POLICY is not set
85120 -# CONFIG_XFRM_MIGRATE is not set
85121 -# CONFIG_XFRM_STATISTICS is not set
85122 -# CONFIG_NET_KEY is not set
85123 -CONFIG_INET=y
85124 -CONFIG_IP_MULTICAST=y
85125 -# CONFIG_IP_ADVANCED_ROUTER is not set
85126 -CONFIG_IP_FIB_HASH=y
85127 -CONFIG_IP_PNP=y
85128 -CONFIG_IP_PNP_DHCP=y
85129 -CONFIG_IP_PNP_BOOTP=y
85130 -# CONFIG_IP_PNP_RARP is not set
85131 -# CONFIG_NET_IPIP is not set
85132 -# CONFIG_NET_IPGRE is not set
85133 -# CONFIG_IP_MROUTE is not set
85134 -# CONFIG_ARPD is not set
85135 -CONFIG_SYN_COOKIES=y
85136 -# CONFIG_INET_AH is not set
85137 -# CONFIG_INET_ESP is not set
85138 -# CONFIG_INET_IPCOMP is not set
85139 -# CONFIG_INET_XFRM_TUNNEL is not set
85140 -# CONFIG_INET_TUNNEL is not set
85141 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
85142 -CONFIG_INET_XFRM_MODE_TUNNEL=y
85143 -CONFIG_INET_XFRM_MODE_BEET=y
85144 -# CONFIG_INET_LRO is not set
85145 -CONFIG_INET_DIAG=y
85146 -CONFIG_INET_TCP_DIAG=y
85147 -# CONFIG_TCP_CONG_ADVANCED is not set
85148 -CONFIG_TCP_CONG_CUBIC=y
85149 -CONFIG_DEFAULT_TCP_CONG="cubic"
85150 -# CONFIG_TCP_MD5SIG is not set
85151 -# CONFIG_IPV6 is not set
85152 -# CONFIG_INET6_XFRM_TUNNEL is not set
85153 -# CONFIG_INET6_TUNNEL is not set
85154 -# CONFIG_NETWORK_SECMARK is not set
85155 -# CONFIG_NETFILTER is not set
85156 -# CONFIG_IP_DCCP is not set
85157 -# CONFIG_IP_SCTP is not set
85158 -# CONFIG_TIPC is not set
85159 -# CONFIG_ATM is not set
85160 -# CONFIG_BRIDGE is not set
85161 -# CONFIG_VLAN_8021Q is not set
85162 -# CONFIG_DECNET is not set
85163 -# CONFIG_LLC2 is not set
85164 -# CONFIG_IPX is not set
85165 -# CONFIG_ATALK is not set
85166 -# CONFIG_X25 is not set
85167 -# CONFIG_LAPB is not set
85168 -# CONFIG_ECONET is not set
85169 -# CONFIG_WAN_ROUTER is not set
85170 -# CONFIG_NET_SCHED is not set
85171 -
85172 -#
85173 -# Network testing
85174 -#
85175 -# CONFIG_NET_PKTGEN is not set
85176 -# CONFIG_HAMRADIO is not set
85177 -# CONFIG_CAN is not set
85178 -# CONFIG_IRDA is not set
85179 -# CONFIG_BT is not set
85180 -# CONFIG_AF_RXRPC is not set
85181 -
85182 -#
85183 -# Wireless
85184 -#
85185 -# CONFIG_CFG80211 is not set
85186 -# CONFIG_WIRELESS_EXT is not set
85187 -# CONFIG_MAC80211 is not set
85188 -# CONFIG_IEEE80211 is not set
85189 -# CONFIG_RFKILL is not set
85190 -# CONFIG_NET_9P is not set
85191 -
85192 -#
85193 -# Device Drivers
85194 -#
85195 -
85196 -#
85197 -# Generic Driver Options
85198 -#
85199 -CONFIG_STANDALONE=y
85200 -CONFIG_PREVENT_FIRMWARE_BUILD=y
85201 -# CONFIG_SYS_HYPERVISOR is not set
85202 -# CONFIG_CONNECTOR is not set
85203 -CONFIG_MTD=y
85204 -# CONFIG_MTD_DEBUG is not set
85205 -CONFIG_MTD_CONCAT=y
85206 -CONFIG_MTD_PARTITIONS=y
85207 -# CONFIG_MTD_REDBOOT_PARTS is not set
85208 -CONFIG_MTD_CMDLINE_PARTS=y
85209 -# CONFIG_MTD_OF_PARTS is not set
85210 -
85211 -#
85212 -# User Modules And Translation Layers
85213 -#
85214 -CONFIG_MTD_CHAR=y
85215 -CONFIG_MTD_BLKDEVS=y
85216 -CONFIG_MTD_BLOCK=y
85217 -# CONFIG_FTL is not set
85218 -# CONFIG_NFTL is not set
85219 -# CONFIG_INFTL is not set
85220 -# CONFIG_RFD_FTL is not set
85221 -# CONFIG_SSFDC is not set
85222 -# CONFIG_MTD_OOPS is not set
85223 -
85224 -#
85225 -# RAM/ROM/Flash chip drivers
85226 -#
85227 -CONFIG_MTD_CFI=y
85228 -# CONFIG_MTD_JEDECPROBE is not set
85229 -CONFIG_MTD_GEN_PROBE=y
85230 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
85231 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
85232 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
85233 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
85234 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
85235 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
85236 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
85237 -CONFIG_MTD_CFI_I1=y
85238 -CONFIG_MTD_CFI_I2=y
85239 -# CONFIG_MTD_CFI_I4 is not set
85240 -# CONFIG_MTD_CFI_I8 is not set
85241 -# CONFIG_MTD_CFI_INTELEXT is not set
85242 -CONFIG_MTD_CFI_AMDSTD=y
85243 -# CONFIG_MTD_CFI_STAA is not set
85244 -CONFIG_MTD_CFI_UTIL=y
85245 -# CONFIG_MTD_RAM is not set
85246 -# CONFIG_MTD_ROM is not set
85247 -# CONFIG_MTD_ABSENT is not set
85248 -
85249 -#
85250 -# Mapping drivers for chip access
85251 -#
85252 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
85253 -# CONFIG_MTD_PHYSMAP is not set
85254 -# CONFIG_MTD_PHYSMAP_OF is not set
85255 -# CONFIG_MTD_INTEL_VR_NOR is not set
85256 -# CONFIG_MTD_PLATRAM is not set
85257 -
85258 -#
85259 -# Self-contained MTD device drivers
85260 -#
85261 -# CONFIG_MTD_PMC551 is not set
85262 -# CONFIG_MTD_SLRAM is not set
85263 -# CONFIG_MTD_PHRAM is not set
85264 -# CONFIG_MTD_MTDRAM is not set
85265 -# CONFIG_MTD_BLOCK2MTD is not set
85266 -
85267 -#
85268 -# Disk-On-Chip Device Drivers
85269 -#
85270 -# CONFIG_MTD_DOC2000 is not set
85271 -# CONFIG_MTD_DOC2001 is not set
85272 -# CONFIG_MTD_DOC2001PLUS is not set
85273 -# CONFIG_MTD_NAND is not set
85274 -# CONFIG_MTD_ONENAND is not set
85275 -
85276 -#
85277 -# UBI - Unsorted block images
85278 -#
85279 -# CONFIG_MTD_UBI is not set
85280 -CONFIG_OF_DEVICE=y
85281 -# CONFIG_PARPORT is not set
85282 -CONFIG_BLK_DEV=y
85283 -# CONFIG_BLK_DEV_FD is not set
85284 -# CONFIG_BLK_CPQ_DA is not set
85285 -# CONFIG_BLK_CPQ_CISS_DA is not set
85286 -# CONFIG_BLK_DEV_DAC960 is not set
85287 -# CONFIG_BLK_DEV_UMEM is not set
85288 -# CONFIG_BLK_DEV_COW_COMMON is not set
85289 -CONFIG_BLK_DEV_LOOP=y
85290 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
85291 -# CONFIG_BLK_DEV_NBD is not set
85292 -# CONFIG_BLK_DEV_SX8 is not set
85293 -CONFIG_BLK_DEV_RAM=y
85294 -CONFIG_BLK_DEV_RAM_COUNT=16
85295 -CONFIG_BLK_DEV_RAM_SIZE=32768
85296 -# CONFIG_BLK_DEV_XIP is not set
85297 -# CONFIG_CDROM_PKTCDVD is not set
85298 -# CONFIG_ATA_OVER_ETH is not set
85299 -CONFIG_MISC_DEVICES=y
85300 -# CONFIG_PHANTOM is not set
85301 -# CONFIG_EEPROM_93CX6 is not set
85302 -# CONFIG_SGI_IOC4 is not set
85303 -# CONFIG_TIFM_CORE is not set
85304 -# CONFIG_ENCLOSURE_SERVICES is not set
85305 -CONFIG_HAVE_IDE=y
85306 -CONFIG_IDE=y
85307 -CONFIG_IDE_MAX_HWIFS=4
85308 -CONFIG_BLK_DEV_IDE=y
85309 -
85310 -#
85311 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
85312 -#
85313 -# CONFIG_BLK_DEV_IDE_SATA is not set
85314 -CONFIG_BLK_DEV_IDEDISK=y
85315 -# CONFIG_IDEDISK_MULTI_MODE is not set
85316 -# CONFIG_BLK_DEV_IDECD is not set
85317 -# CONFIG_BLK_DEV_IDETAPE is not set
85318 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
85319 -# CONFIG_IDE_TASK_IOCTL is not set
85320 -CONFIG_IDE_PROC_FS=y
85321 -
85322 -#
85323 -# IDE chipset support/bugfixes
85324 -#
85325 -CONFIG_IDE_GENERIC=y
85326 -# CONFIG_BLK_DEV_PLATFORM is not set
85327 -CONFIG_BLK_DEV_IDEDMA_SFF=y
85328 -
85329 -#
85330 -# PCI IDE chipsets support
85331 -#
85332 -CONFIG_BLK_DEV_IDEPCI=y
85333 -CONFIG_IDEPCI_PCIBUS_ORDER=y
85334 -# CONFIG_BLK_DEV_OFFBOARD is not set
85335 -CONFIG_BLK_DEV_GENERIC=y
85336 -# CONFIG_BLK_DEV_OPTI621 is not set
85337 -CONFIG_BLK_DEV_IDEDMA_PCI=y
85338 -# CONFIG_BLK_DEV_AEC62XX is not set
85339 -# CONFIG_BLK_DEV_ALI15X3 is not set
85340 -# CONFIG_BLK_DEV_AMD74XX is not set
85341 -# CONFIG_BLK_DEV_CMD64X is not set
85342 -# CONFIG_BLK_DEV_TRIFLEX is not set
85343 -# CONFIG_BLK_DEV_CY82C693 is not set
85344 -# CONFIG_BLK_DEV_CS5520 is not set
85345 -# CONFIG_BLK_DEV_CS5530 is not set
85346 -# CONFIG_BLK_DEV_HPT34X is not set
85347 -# CONFIG_BLK_DEV_HPT366 is not set
85348 -# CONFIG_BLK_DEV_JMICRON is not set
85349 -# CONFIG_BLK_DEV_SC1200 is not set
85350 -# CONFIG_BLK_DEV_PIIX is not set
85351 -# CONFIG_BLK_DEV_IT8213 is not set
85352 -# CONFIG_BLK_DEV_IT821X is not set
85353 -# CONFIG_BLK_DEV_NS87415 is not set
85354 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
85355 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
85356 -# CONFIG_BLK_DEV_SVWKS is not set
85357 -# CONFIG_BLK_DEV_SIIMAGE is not set
85358 -# CONFIG_BLK_DEV_SL82C105 is not set
85359 -# CONFIG_BLK_DEV_SLC90E66 is not set
85360 -# CONFIG_BLK_DEV_TRM290 is not set
85361 -CONFIG_BLK_DEV_VIA82CXXX=y
85362 -# CONFIG_BLK_DEV_TC86C001 is not set
85363 -CONFIG_BLK_DEV_IDEDMA=y
85364 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
85365 -# CONFIG_BLK_DEV_HD is not set
85366 -
85367 -#
85368 -# SCSI device support
85369 -#
85370 -# CONFIG_RAID_ATTRS is not set
85371 -# CONFIG_SCSI is not set
85372 -# CONFIG_SCSI_DMA is not set
85373 -# CONFIG_SCSI_NETLINK is not set
85374 -# CONFIG_ATA is not set
85375 -# CONFIG_MD is not set
85376 -# CONFIG_FUSION is not set
85377 -
85378 -#
85379 -# IEEE 1394 (FireWire) support
85380 -#
85381 -# CONFIG_FIREWIRE is not set
85382 -# CONFIG_IEEE1394 is not set
85383 -# CONFIG_I2O is not set
85384 -# CONFIG_MACINTOSH_DRIVERS is not set
85385 -CONFIG_NETDEVICES=y
85386 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
85387 -# CONFIG_DUMMY is not set
85388 -# CONFIG_BONDING is not set
85389 -# CONFIG_MACVLAN is not set
85390 -# CONFIG_EQUALIZER is not set
85391 -# CONFIG_TUN is not set
85392 -# CONFIG_VETH is not set
85393 -# CONFIG_ARCNET is not set
85394 -CONFIG_PHYLIB=y
85395 -
85396 -#
85397 -# MII PHY device drivers
85398 -#
85399 -# CONFIG_MARVELL_PHY is not set
85400 -# CONFIG_DAVICOM_PHY is not set
85401 -# CONFIG_QSEMI_PHY is not set
85402 -# CONFIG_LXT_PHY is not set
85403 -# CONFIG_CICADA_PHY is not set
85404 -# CONFIG_VITESSE_PHY is not set
85405 -# CONFIG_SMSC_PHY is not set
85406 -# CONFIG_BROADCOM_PHY is not set
85407 -# CONFIG_ICPLUS_PHY is not set
85408 -# CONFIG_REALTEK_PHY is not set
85409 -# CONFIG_FIXED_PHY is not set
85410 -# CONFIG_MDIO_BITBANG is not set
85411 -CONFIG_NET_ETHERNET=y
85412 -CONFIG_MII=y
85413 -# CONFIG_HAPPYMEAL is not set
85414 -# CONFIG_SUNGEM is not set
85415 -# CONFIG_CASSINI is not set
85416 -# CONFIG_NET_VENDOR_3COM is not set
85417 -# CONFIG_NET_TULIP is not set
85418 -# CONFIG_HP100 is not set
85419 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
85420 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
85421 -# CONFIG_IBM_NEW_EMAC_TAH is not set
85422 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
85423 -CONFIG_NET_PCI=y
85424 -# CONFIG_PCNET32 is not set
85425 -# CONFIG_AMD8111_ETH is not set
85426 -# CONFIG_ADAPTEC_STARFIRE is not set
85427 -# CONFIG_B44 is not set
85428 -# CONFIG_FORCEDETH is not set
85429 -# CONFIG_EEPRO100 is not set
85430 -CONFIG_E100=y
85431 -# CONFIG_FEALNX is not set
85432 -# CONFIG_NATSEMI is not set
85433 -# CONFIG_NE2K_PCI is not set
85434 -# CONFIG_8139CP is not set
85435 -# CONFIG_8139TOO is not set
85436 -# CONFIG_R6040 is not set
85437 -# CONFIG_SIS900 is not set
85438 -# CONFIG_EPIC100 is not set
85439 -# CONFIG_SUNDANCE is not set
85440 -# CONFIG_TLAN is not set
85441 -# CONFIG_VIA_RHINE is not set
85442 -# CONFIG_SC92031 is not set
85443 -# CONFIG_FS_ENET is not set
85444 -CONFIG_NETDEV_1000=y
85445 -# CONFIG_ACENIC is not set
85446 -# CONFIG_DL2K is not set
85447 -# CONFIG_E1000 is not set
85448 -# CONFIG_E1000E is not set
85449 -# CONFIG_E1000E_ENABLED is not set
85450 -# CONFIG_IP1000 is not set
85451 -# CONFIG_IGB is not set
85452 -# CONFIG_NS83820 is not set
85453 -# CONFIG_HAMACHI is not set
85454 -# CONFIG_YELLOWFIN is not set
85455 -# CONFIG_R8169 is not set
85456 -# CONFIG_SIS190 is not set
85457 -# CONFIG_SKGE is not set
85458 -# CONFIG_SKY2 is not set
85459 -# CONFIG_SK98LIN is not set
85460 -# CONFIG_VIA_VELOCITY is not set
85461 -# CONFIG_TIGON3 is not set
85462 -# CONFIG_BNX2 is not set
85463 -CONFIG_GIANFAR=y
85464 -CONFIG_GFAR_NAPI=y
85465 -# CONFIG_QLA3XXX is not set
85466 -# CONFIG_ATL1 is not set
85467 -CONFIG_NETDEV_10000=y
85468 -# CONFIG_CHELSIO_T1 is not set
85469 -# CONFIG_CHELSIO_T3 is not set
85470 -# CONFIG_IXGBE is not set
85471 -# CONFIG_IXGB is not set
85472 -# CONFIG_S2IO is not set
85473 -# CONFIG_MYRI10GE is not set
85474 -# CONFIG_NETXEN_NIC is not set
85475 -# CONFIG_NIU is not set
85476 -# CONFIG_MLX4_CORE is not set
85477 -# CONFIG_TEHUTI is not set
85478 -# CONFIG_BNX2X is not set
85479 -# CONFIG_TR is not set
85480 -
85481 -#
85482 -# Wireless LAN
85483 -#
85484 -# CONFIG_WLAN_PRE80211 is not set
85485 -# CONFIG_WLAN_80211 is not set
85486 -# CONFIG_WAN is not set
85487 -# CONFIG_FDDI is not set
85488 -# CONFIG_HIPPI is not set
85489 -# CONFIG_PPP is not set
85490 -# CONFIG_SLIP is not set
85491 -# CONFIG_NETCONSOLE is not set
85492 -# CONFIG_NETPOLL is not set
85493 -# CONFIG_NET_POLL_CONTROLLER is not set
85494 -# CONFIG_ISDN is not set
85495 -# CONFIG_PHONE is not set
85496 -
85497 -#
85498 -# Input device support
85499 -#
85500 -CONFIG_INPUT=y
85501 -# CONFIG_INPUT_FF_MEMLESS is not set
85502 -# CONFIG_INPUT_POLLDEV is not set
85503 -
85504 -#
85505 -# Userland interfaces
85506 -#
85507 -# CONFIG_INPUT_MOUSEDEV is not set
85508 -# CONFIG_INPUT_JOYDEV is not set
85509 -# CONFIG_INPUT_EVDEV is not set
85510 -# CONFIG_INPUT_EVBUG is not set
85511 -
85512 -#
85513 -# Input Device Drivers
85514 -#
85515 -# CONFIG_INPUT_KEYBOARD is not set
85516 -# CONFIG_INPUT_MOUSE is not set
85517 -# CONFIG_INPUT_JOYSTICK is not set
85518 -# CONFIG_INPUT_TABLET is not set
85519 -# CONFIG_INPUT_TOUCHSCREEN is not set
85520 -# CONFIG_INPUT_MISC is not set
85521 -
85522 -#
85523 -# Hardware I/O ports
85524 -#
85525 -# CONFIG_SERIO is not set
85526 -# CONFIG_GAMEPORT is not set
85527 -
85528 -#
85529 -# Character devices
85530 -#
85531 -# CONFIG_VT is not set
85532 -# CONFIG_SERIAL_NONSTANDARD is not set
85533 -# CONFIG_NOZOMI is not set
85534 -
85535 -#
85536 -# Serial drivers
85537 -#
85538 -CONFIG_SERIAL_8250=y
85539 -CONFIG_SERIAL_8250_CONSOLE=y
85540 -CONFIG_SERIAL_8250_PCI=y
85541 -CONFIG_SERIAL_8250_NR_UARTS=4
85542 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
85543 -# CONFIG_SERIAL_8250_EXTENDED is not set
85544 -CONFIG_SERIAL_8250_SHARE_IRQ=y
85545 -
85546 -#
85547 -# Non-8250 serial port support
85548 -#
85549 -# CONFIG_SERIAL_UARTLITE is not set
85550 -CONFIG_SERIAL_CORE=y
85551 -CONFIG_SERIAL_CORE_CONSOLE=y
85552 -CONFIG_SERIAL_CPM=y
85553 -CONFIG_SERIAL_CPM_CONSOLE=y
85554 -CONFIG_SERIAL_CPM_SCC1=y
85555 -# CONFIG_SERIAL_CPM_SCC2 is not set
85556 -# CONFIG_SERIAL_CPM_SCC3 is not set
85557 -# CONFIG_SERIAL_CPM_SCC4 is not set
85558 -# CONFIG_SERIAL_CPM_SMC1 is not set
85559 -# CONFIG_SERIAL_CPM_SMC2 is not set
85560 -# CONFIG_SERIAL_JSM is not set
85561 -# CONFIG_SERIAL_OF_PLATFORM is not set
85562 -CONFIG_UNIX98_PTYS=y
85563 -CONFIG_LEGACY_PTYS=y
85564 -CONFIG_LEGACY_PTY_COUNT=256
85565 -# CONFIG_IPMI_HANDLER is not set
85566 -CONFIG_HW_RANDOM=y
85567 -# CONFIG_NVRAM is not set
85568 -CONFIG_GEN_RTC=y
85569 -# CONFIG_GEN_RTC_X is not set
85570 -# CONFIG_R3964 is not set
85571 -# CONFIG_APPLICOM is not set
85572 -# CONFIG_RAW_DRIVER is not set
85573 -# CONFIG_TCG_TPM is not set
85574 -CONFIG_DEVPORT=y
85575 -CONFIG_I2C=y
85576 -CONFIG_I2C_BOARDINFO=y
85577 -CONFIG_I2C_CHARDEV=y
85578 -
85579 -#
85580 -# I2C Algorithms
85581 -#
85582 -# CONFIG_I2C_ALGOBIT is not set
85583 -# CONFIG_I2C_ALGOPCF is not set
85584 -# CONFIG_I2C_ALGOPCA is not set
85585 -
85586 -#
85587 -# I2C Hardware Bus support
85588 -#
85589 -# CONFIG_I2C_ALI1535 is not set
85590 -# CONFIG_I2C_ALI1563 is not set
85591 -# CONFIG_I2C_ALI15X3 is not set
85592 -# CONFIG_I2C_AMD756 is not set
85593 -# CONFIG_I2C_AMD8111 is not set
85594 -# CONFIG_I2C_I801 is not set
85595 -# CONFIG_I2C_I810 is not set
85596 -# CONFIG_I2C_PIIX4 is not set
85597 -CONFIG_I2C_MPC=y
85598 -# CONFIG_I2C_NFORCE2 is not set
85599 -# CONFIG_I2C_OCORES is not set
85600 -# CONFIG_I2C_PARPORT_LIGHT is not set
85601 -# CONFIG_I2C_PROSAVAGE is not set
85602 -# CONFIG_I2C_SAVAGE4 is not set
85603 -# CONFIG_I2C_SIMTEC is not set
85604 -# CONFIG_I2C_SIS5595 is not set
85605 -# CONFIG_I2C_SIS630 is not set
85606 -# CONFIG_I2C_SIS96X is not set
85607 -# CONFIG_I2C_TAOS_EVM is not set
85608 -# CONFIG_I2C_VIA is not set
85609 -# CONFIG_I2C_VIAPRO is not set
85610 -# CONFIG_I2C_VOODOO3 is not set
85611 -
85612 -#
85613 -# Miscellaneous I2C Chip support
85614 -#
85615 -# CONFIG_DS1682 is not set
85616 -# CONFIG_SENSORS_EEPROM is not set
85617 -# CONFIG_SENSORS_PCF8574 is not set
85618 -# CONFIG_PCF8575 is not set
85619 -# CONFIG_SENSORS_PCF8591 is not set
85620 -# CONFIG_TPS65010 is not set
85621 -# CONFIG_SENSORS_MAX6875 is not set
85622 -# CONFIG_SENSORS_TSL2550 is not set
85623 -# CONFIG_I2C_DEBUG_CORE is not set
85624 -# CONFIG_I2C_DEBUG_ALGO is not set
85625 -# CONFIG_I2C_DEBUG_BUS is not set
85626 -# CONFIG_I2C_DEBUG_CHIP is not set
85627 -
85628 -#
85629 -# SPI support
85630 -#
85631 -# CONFIG_SPI is not set
85632 -# CONFIG_SPI_MASTER is not set
85633 -# CONFIG_W1 is not set
85634 -# CONFIG_POWER_SUPPLY is not set
85635 -CONFIG_HWMON=y
85636 -# CONFIG_HWMON_VID is not set
85637 -# CONFIG_SENSORS_AD7418 is not set
85638 -# CONFIG_SENSORS_ADM1021 is not set
85639 -# CONFIG_SENSORS_ADM1025 is not set
85640 -# CONFIG_SENSORS_ADM1026 is not set
85641 -# CONFIG_SENSORS_ADM1029 is not set
85642 -# CONFIG_SENSORS_ADM1031 is not set
85643 -# CONFIG_SENSORS_ADM9240 is not set
85644 -# CONFIG_SENSORS_ADT7470 is not set
85645 -# CONFIG_SENSORS_ADT7473 is not set
85646 -# CONFIG_SENSORS_ATXP1 is not set
85647 -# CONFIG_SENSORS_DS1621 is not set
85648 -# CONFIG_SENSORS_I5K_AMB is not set
85649 -# CONFIG_SENSORS_F71805F is not set
85650 -# CONFIG_SENSORS_F71882FG is not set
85651 -# CONFIG_SENSORS_F75375S is not set
85652 -# CONFIG_SENSORS_GL518SM is not set
85653 -# CONFIG_SENSORS_GL520SM is not set
85654 -# CONFIG_SENSORS_IT87 is not set
85655 -# CONFIG_SENSORS_LM63 is not set
85656 -CONFIG_SENSORS_LM75=y
85657 -# CONFIG_SENSORS_LM77 is not set
85658 -# CONFIG_SENSORS_LM78 is not set
85659 -# CONFIG_SENSORS_LM80 is not set
85660 -# CONFIG_SENSORS_LM83 is not set
85661 -# CONFIG_SENSORS_LM85 is not set
85662 -# CONFIG_SENSORS_LM87 is not set
85663 -# CONFIG_SENSORS_LM90 is not set
85664 -# CONFIG_SENSORS_LM92 is not set
85665 -# CONFIG_SENSORS_LM93 is not set
85666 -# CONFIG_SENSORS_MAX1619 is not set
85667 -# CONFIG_SENSORS_MAX6650 is not set
85668 -# CONFIG_SENSORS_PC87360 is not set
85669 -# CONFIG_SENSORS_PC87427 is not set
85670 -# CONFIG_SENSORS_SIS5595 is not set
85671 -# CONFIG_SENSORS_DME1737 is not set
85672 -# CONFIG_SENSORS_SMSC47M1 is not set
85673 -# CONFIG_SENSORS_SMSC47M192 is not set
85674 -# CONFIG_SENSORS_SMSC47B397 is not set
85675 -# CONFIG_SENSORS_ADS7828 is not set
85676 -# CONFIG_SENSORS_THMC50 is not set
85677 -# CONFIG_SENSORS_VIA686A is not set
85678 -# CONFIG_SENSORS_VT1211 is not set
85679 -# CONFIG_SENSORS_VT8231 is not set
85680 -# CONFIG_SENSORS_W83781D is not set
85681 -# CONFIG_SENSORS_W83791D is not set
85682 -# CONFIG_SENSORS_W83792D is not set
85683 -# CONFIG_SENSORS_W83793 is not set
85684 -# CONFIG_SENSORS_W83L785TS is not set
85685 -# CONFIG_SENSORS_W83L786NG is not set
85686 -# CONFIG_SENSORS_W83627HF is not set
85687 -# CONFIG_SENSORS_W83627EHF is not set
85688 -CONFIG_HWMON_DEBUG_CHIP=y
85689 -# CONFIG_THERMAL is not set
85690 -# CONFIG_WATCHDOG is not set
85691 -
85692 -#
85693 -# Sonics Silicon Backplane
85694 -#
85695 -CONFIG_SSB_POSSIBLE=y
85696 -# CONFIG_SSB is not set
85697 -
85698 -#
85699 -# Multifunction device drivers
85700 -#
85701 -# CONFIG_MFD_SM501 is not set
85702 -
85703 -#
85704 -# Multimedia devices
85705 -#
85706 -# CONFIG_VIDEO_DEV is not set
85707 -# CONFIG_DVB_CORE is not set
85708 -CONFIG_DAB=y
85709 -
85710 -#
85711 -# Graphics support
85712 -#
85713 -# CONFIG_AGP is not set
85714 -# CONFIG_DRM is not set
85715 -# CONFIG_VGASTATE is not set
85716 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
85717 -# CONFIG_FB is not set
85718 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
85719 -
85720 -#
85721 -# Display device support
85722 -#
85723 -# CONFIG_DISPLAY_SUPPORT is not set
85724 -
85725 -#
85726 -# Sound
85727 -#
85728 -# CONFIG_SOUND is not set
85729 -CONFIG_HID_SUPPORT=y
85730 -CONFIG_HID=y
85731 -# CONFIG_HID_DEBUG is not set
85732 -# CONFIG_HIDRAW is not set
85733 -CONFIG_USB_SUPPORT=y
85734 -CONFIG_USB_ARCH_HAS_HCD=y
85735 -CONFIG_USB_ARCH_HAS_OHCI=y
85736 -CONFIG_USB_ARCH_HAS_EHCI=y
85737 -# CONFIG_USB is not set
85738 -
85739 -#
85740 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
85741 -#
85742 -# CONFIG_USB_GADGET is not set
85743 -# CONFIG_MMC is not set
85744 -# CONFIG_MEMSTICK is not set
85745 -# CONFIG_NEW_LEDS is not set
85746 -# CONFIG_INFINIBAND is not set
85747 -# CONFIG_EDAC is not set
85748 -# CONFIG_RTC_CLASS is not set
85749 -# CONFIG_DMADEVICES is not set
85750 -
85751 -#
85752 -# Userspace I/O
85753 -#
85754 -# CONFIG_UIO is not set
85755 -
85756 -#
85757 -# File systems
85758 -#
85759 -CONFIG_EXT2_FS=y
85760 -# CONFIG_EXT2_FS_XATTR is not set
85761 -# CONFIG_EXT2_FS_XIP is not set
85762 -CONFIG_EXT3_FS=y
85763 -CONFIG_EXT3_FS_XATTR=y
85764 -# CONFIG_EXT3_FS_POSIX_ACL is not set
85765 -# CONFIG_EXT3_FS_SECURITY is not set
85766 -# CONFIG_EXT4DEV_FS is not set
85767 -CONFIG_JBD=y
85768 -CONFIG_FS_MBCACHE=y
85769 -# CONFIG_REISERFS_FS is not set
85770 -# CONFIG_JFS_FS is not set
85771 -# CONFIG_FS_POSIX_ACL is not set
85772 -# CONFIG_XFS_FS is not set
85773 -# CONFIG_GFS2_FS is not set
85774 -# CONFIG_OCFS2_FS is not set
85775 -CONFIG_DNOTIFY=y
85776 -CONFIG_INOTIFY=y
85777 -CONFIG_INOTIFY_USER=y
85778 -# CONFIG_QUOTA is not set
85779 -# CONFIG_AUTOFS_FS is not set
85780 -# CONFIG_AUTOFS4_FS is not set
85781 -# CONFIG_FUSE_FS is not set
85782 -
85783 -#
85784 -# CD-ROM/DVD Filesystems
85785 -#
85786 -# CONFIG_ISO9660_FS is not set
85787 -# CONFIG_UDF_FS is not set
85788 -
85789 -#
85790 -# DOS/FAT/NT Filesystems
85791 -#
85792 -# CONFIG_MSDOS_FS is not set
85793 -# CONFIG_VFAT_FS is not set
85794 -# CONFIG_NTFS_FS is not set
85795 -
85796 -#
85797 -# Pseudo filesystems
85798 -#
85799 -CONFIG_PROC_FS=y
85800 -CONFIG_PROC_KCORE=y
85801 -CONFIG_PROC_SYSCTL=y
85802 -CONFIG_SYSFS=y
85803 -CONFIG_TMPFS=y
85804 -# CONFIG_TMPFS_POSIX_ACL is not set
85805 -# CONFIG_HUGETLB_PAGE is not set
85806 -# CONFIG_CONFIGFS_FS is not set
85807 -
85808 -#
85809 -# Miscellaneous filesystems
85810 -#
85811 -# CONFIG_ADFS_FS is not set
85812 -# CONFIG_AFFS_FS is not set
85813 -# CONFIG_HFS_FS is not set
85814 -# CONFIG_HFSPLUS_FS is not set
85815 -# CONFIG_BEFS_FS is not set
85816 -# CONFIG_BFS_FS is not set
85817 -# CONFIG_EFS_FS is not set
85818 -CONFIG_JFFS2_FS=y
85819 -CONFIG_JFFS2_FS_DEBUG=0
85820 -CONFIG_JFFS2_FS_WRITEBUFFER=y
85821 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
85822 -# CONFIG_JFFS2_SUMMARY is not set
85823 -# CONFIG_JFFS2_FS_XATTR is not set
85824 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
85825 -CONFIG_JFFS2_ZLIB=y
85826 -# CONFIG_JFFS2_LZO is not set
85827 -CONFIG_JFFS2_RTIME=y
85828 -# CONFIG_JFFS2_RUBIN is not set
85829 -CONFIG_CRAMFS=y
85830 -# CONFIG_VXFS_FS is not set
85831 -# CONFIG_MINIX_FS is not set
85832 -# CONFIG_HPFS_FS is not set
85833 -# CONFIG_QNX4FS_FS is not set
85834 -# CONFIG_ROMFS_FS is not set
85835 -# CONFIG_SYSV_FS is not set
85836 -# CONFIG_UFS_FS is not set
85837 -CONFIG_NETWORK_FILESYSTEMS=y
85838 -CONFIG_NFS_FS=y
85839 -# CONFIG_NFS_V3 is not set
85840 -# CONFIG_NFS_V4 is not set
85841 -# CONFIG_NFS_DIRECTIO is not set
85842 -# CONFIG_NFSD is not set
85843 -CONFIG_ROOT_NFS=y
85844 -CONFIG_LOCKD=y
85845 -CONFIG_NFS_COMMON=y
85846 -CONFIG_SUNRPC=y
85847 -# CONFIG_SUNRPC_BIND34 is not set
85848 -# CONFIG_RPCSEC_GSS_KRB5 is not set
85849 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
85850 -# CONFIG_SMB_FS is not set
85851 -# CONFIG_CIFS is not set
85852 -# CONFIG_NCP_FS is not set
85853 -# CONFIG_CODA_FS is not set
85854 -# CONFIG_AFS_FS is not set
85855 -
85856 -#
85857 -# Partition Types
85858 -#
85859 -CONFIG_PARTITION_ADVANCED=y
85860 -# CONFIG_ACORN_PARTITION is not set
85861 -# CONFIG_OSF_PARTITION is not set
85862 -# CONFIG_AMIGA_PARTITION is not set
85863 -# CONFIG_ATARI_PARTITION is not set
85864 -# CONFIG_MAC_PARTITION is not set
85865 -# CONFIG_MSDOS_PARTITION is not set
85866 -# CONFIG_LDM_PARTITION is not set
85867 -# CONFIG_SGI_PARTITION is not set
85868 -# CONFIG_ULTRIX_PARTITION is not set
85869 -# CONFIG_SUN_PARTITION is not set
85870 -# CONFIG_KARMA_PARTITION is not set
85871 -# CONFIG_EFI_PARTITION is not set
85872 -# CONFIG_SYSV68_PARTITION is not set
85873 -# CONFIG_NLS is not set
85874 -# CONFIG_DLM is not set
85875 -
85876 -#
85877 -# Library routines
85878 -#
85879 -CONFIG_BITREVERSE=y
85880 -# CONFIG_CRC_CCITT is not set
85881 -# CONFIG_CRC16 is not set
85882 -# CONFIG_CRC_ITU_T is not set
85883 -CONFIG_CRC32=y
85884 -# CONFIG_CRC7 is not set
85885 -# CONFIG_LIBCRC32C is not set
85886 -CONFIG_ZLIB_INFLATE=y
85887 -CONFIG_ZLIB_DEFLATE=y
85888 -CONFIG_PLIST=y
85889 -CONFIG_HAS_IOMEM=y
85890 -CONFIG_HAS_IOPORT=y
85891 -CONFIG_HAS_DMA=y
85892 -
85893 -#
85894 -# Kernel hacking
85895 -#
85896 -# CONFIG_PRINTK_TIME is not set
85897 -CONFIG_ENABLE_WARN_DEPRECATED=y
85898 -CONFIG_ENABLE_MUST_CHECK=y
85899 -# CONFIG_MAGIC_SYSRQ is not set
85900 -# CONFIG_UNUSED_SYMBOLS is not set
85901 -# CONFIG_DEBUG_FS is not set
85902 -# CONFIG_HEADERS_CHECK is not set
85903 -# CONFIG_DEBUG_KERNEL is not set
85904 -# CONFIG_SLUB_DEBUG_ON is not set
85905 -# CONFIG_SLUB_STATS is not set
85906 -# CONFIG_DEBUG_BUGVERBOSE is not set
85907 -# CONFIG_SAMPLES is not set
85908 -# CONFIG_KGDB_CONSOLE is not set
85909 -# CONFIG_PPC_EARLY_DEBUG is not set
85910 -
85911 -#
85912 -# Security options
85913 -#
85914 -# CONFIG_KEYS is not set
85915 -# CONFIG_SECURITY is not set
85916 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
85917 -CONFIG_CRYPTO=y
85918 -# CONFIG_CRYPTO_SEQIV is not set
85919 -# CONFIG_CRYPTO_MANAGER is not set
85920 -# CONFIG_CRYPTO_HMAC is not set
85921 -# CONFIG_CRYPTO_XCBC is not set
85922 -# CONFIG_CRYPTO_NULL is not set
85923 -# CONFIG_CRYPTO_MD4 is not set
85924 -# CONFIG_CRYPTO_MD5 is not set
85925 -# CONFIG_CRYPTO_SHA1 is not set
85926 -# CONFIG_CRYPTO_SHA256 is not set
85927 -# CONFIG_CRYPTO_SHA512 is not set
85928 -# CONFIG_CRYPTO_WP512 is not set
85929 -# CONFIG_CRYPTO_TGR192 is not set
85930 -# CONFIG_CRYPTO_GF128MUL is not set
85931 -# CONFIG_CRYPTO_ECB is not set
85932 -# CONFIG_CRYPTO_CBC is not set
85933 -# CONFIG_CRYPTO_PCBC is not set
85934 -# CONFIG_CRYPTO_LRW is not set
85935 -# CONFIG_CRYPTO_XTS is not set
85936 -# CONFIG_CRYPTO_CTR is not set
85937 -# CONFIG_CRYPTO_GCM is not set
85938 -# CONFIG_CRYPTO_CCM is not set
85939 -# CONFIG_CRYPTO_CRYPTD is not set
85940 -# CONFIG_CRYPTO_DES is not set
85941 -# CONFIG_CRYPTO_FCRYPT is not set
85942 -# CONFIG_CRYPTO_BLOWFISH is not set
85943 -# CONFIG_CRYPTO_TWOFISH is not set
85944 -# CONFIG_CRYPTO_SERPENT is not set
85945 -# CONFIG_CRYPTO_AES is not set
85946 -# CONFIG_CRYPTO_CAST5 is not set
85947 -# CONFIG_CRYPTO_CAST6 is not set
85948 -# CONFIG_CRYPTO_TEA is not set
85949 -# CONFIG_CRYPTO_ARC4 is not set
85950 -# CONFIG_CRYPTO_KHAZAD is not set
85951 -# CONFIG_CRYPTO_ANUBIS is not set
85952 -# CONFIG_CRYPTO_SEED is not set
85953 -# CONFIG_CRYPTO_SALSA20 is not set
85954 -# CONFIG_CRYPTO_DEFLATE is not set
85955 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
85956 -# CONFIG_CRYPTO_CRC32C is not set
85957 -# CONFIG_CRYPTO_CAMELLIA is not set
85958 -# CONFIG_CRYPTO_AUTHENC is not set
85959 -# CONFIG_CRYPTO_LZO is not set
85960 -CONFIG_CRYPTO_HW=y
85961 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
85962 -# CONFIG_PPC_CLOCK is not set
85963 -CONFIG_PPC_LIB_RHEAP=y
85964 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/walnut_defconfig powerpc.git/arch/powerpc/configs/walnut_defconfig
85965 --- linux-2.6.25-rc9/arch/powerpc/configs/walnut_defconfig 2008-04-11 22:32:29.000000000 +0200
85966 +++ powerpc.git/arch/powerpc/configs/walnut_defconfig 1970-01-01 01:00:00.000000000 +0100
85967 @@ -1,887 +0,0 @@
85968 -#
85969 -# Automatically generated make config: don't edit
85970 -# Linux kernel version: 2.6.25-rc2
85971 -# Fri Feb 15 21:54:12 2008
85972 -#
85973 -# CONFIG_PPC64 is not set
85974 -
85975 -#
85976 -# Processor support
85977 -#
85978 -# CONFIG_6xx is not set
85979 -# CONFIG_PPC_85xx is not set
85980 -# CONFIG_PPC_8xx is not set
85981 -CONFIG_40x=y
85982 -# CONFIG_44x is not set
85983 -# CONFIG_E200 is not set
85984 -CONFIG_4xx=y
85985 -# CONFIG_PPC_MM_SLICES is not set
85986 -CONFIG_NOT_COHERENT_CACHE=y
85987 -CONFIG_PPC32=y
85988 -CONFIG_WORD_SIZE=32
85989 -CONFIG_PPC_MERGE=y
85990 -CONFIG_MMU=y
85991 -CONFIG_GENERIC_CMOS_UPDATE=y
85992 -CONFIG_GENERIC_TIME=y
85993 -CONFIG_GENERIC_TIME_VSYSCALL=y
85994 -CONFIG_GENERIC_CLOCKEVENTS=y
85995 -CONFIG_GENERIC_HARDIRQS=y
85996 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
85997 -CONFIG_IRQ_PER_CPU=y
85998 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
85999 -CONFIG_ARCH_HAS_ILOG2_U32=y
86000 -CONFIG_GENERIC_HWEIGHT=y
86001 -CONFIG_GENERIC_CALIBRATE_DELAY=y
86002 -CONFIG_GENERIC_FIND_NEXT_BIT=y
86003 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
86004 -CONFIG_PPC=y
86005 -CONFIG_EARLY_PRINTK=y
86006 -CONFIG_GENERIC_NVRAM=y
86007 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
86008 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
86009 -CONFIG_PPC_OF=y
86010 -CONFIG_OF=y
86011 -CONFIG_PPC_UDBG_16550=y
86012 -# CONFIG_GENERIC_TBSYNC is not set
86013 -CONFIG_AUDIT_ARCH=y
86014 -CONFIG_GENERIC_BUG=y
86015 -# CONFIG_DEFAULT_UIMAGE is not set
86016 -CONFIG_PPC_DCR_NATIVE=y
86017 -# CONFIG_PPC_DCR_MMIO is not set
86018 -CONFIG_PPC_DCR=y
86019 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
86020 -
86021 -#
86022 -# General setup
86023 -#
86024 -CONFIG_EXPERIMENTAL=y
86025 -CONFIG_BROKEN_ON_SMP=y
86026 -CONFIG_INIT_ENV_ARG_LIMIT=32
86027 -CONFIG_LOCALVERSION=""
86028 -CONFIG_LOCALVERSION_AUTO=y
86029 -CONFIG_SWAP=y
86030 -CONFIG_SYSVIPC=y
86031 -CONFIG_SYSVIPC_SYSCTL=y
86032 -CONFIG_POSIX_MQUEUE=y
86033 -# CONFIG_BSD_PROCESS_ACCT is not set
86034 -# CONFIG_TASKSTATS is not set
86035 -# CONFIG_AUDIT is not set
86036 -# CONFIG_IKCONFIG is not set
86037 -CONFIG_LOG_BUF_SHIFT=14
86038 -# CONFIG_CGROUPS is not set
86039 -CONFIG_GROUP_SCHED=y
86040 -CONFIG_FAIR_GROUP_SCHED=y
86041 -# CONFIG_RT_GROUP_SCHED is not set
86042 -CONFIG_USER_SCHED=y
86043 -# CONFIG_CGROUP_SCHED is not set
86044 -CONFIG_SYSFS_DEPRECATED=y
86045 -# CONFIG_RELAY is not set
86046 -# CONFIG_NAMESPACES is not set
86047 -CONFIG_BLK_DEV_INITRD=y
86048 -CONFIG_INITRAMFS_SOURCE=""
86049 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
86050 -CONFIG_SYSCTL=y
86051 -CONFIG_EMBEDDED=y
86052 -CONFIG_SYSCTL_SYSCALL=y
86053 -CONFIG_KALLSYMS=y
86054 -CONFIG_KALLSYMS_ALL=y
86055 -CONFIG_KALLSYMS_EXTRA_PASS=y
86056 -CONFIG_HOTPLUG=y
86057 -CONFIG_PRINTK=y
86058 -CONFIG_BUG=y
86059 -CONFIG_ELF_CORE=y
86060 -CONFIG_COMPAT_BRK=y
86061 -CONFIG_BASE_FULL=y
86062 -CONFIG_FUTEX=y
86063 -CONFIG_ANON_INODES=y
86064 -CONFIG_EPOLL=y
86065 -CONFIG_SIGNALFD=y
86066 -CONFIG_TIMERFD=y
86067 -CONFIG_EVENTFD=y
86068 -CONFIG_SHMEM=y
86069 -CONFIG_VM_EVENT_COUNTERS=y
86070 -CONFIG_SLUB_DEBUG=y
86071 -# CONFIG_SLAB is not set
86072 -CONFIG_SLUB=y
86073 -# CONFIG_SLOB is not set
86074 -# CONFIG_PROFILING is not set
86075 -# CONFIG_MARKERS is not set
86076 -CONFIG_HAVE_OPROFILE=y
86077 -# CONFIG_KPROBES is not set
86078 -CONFIG_HAVE_KPROBES=y
86079 -CONFIG_PROC_PAGE_MONITOR=y
86080 -CONFIG_SLABINFO=y
86081 -CONFIG_RT_MUTEXES=y
86082 -# CONFIG_TINY_SHMEM is not set
86083 -CONFIG_BASE_SMALL=0
86084 -CONFIG_MODULES=y
86085 -CONFIG_MODULE_UNLOAD=y
86086 -# CONFIG_MODULE_FORCE_UNLOAD is not set
86087 -# CONFIG_MODVERSIONS is not set
86088 -# CONFIG_MODULE_SRCVERSION_ALL is not set
86089 -CONFIG_KMOD=y
86090 -CONFIG_BLOCK=y
86091 -CONFIG_LBD=y
86092 -# CONFIG_BLK_DEV_IO_TRACE is not set
86093 -# CONFIG_LSF is not set
86094 -# CONFIG_BLK_DEV_BSG is not set
86095 -
86096 -#
86097 -# IO Schedulers
86098 -#
86099 -CONFIG_IOSCHED_NOOP=y
86100 -CONFIG_IOSCHED_AS=y
86101 -CONFIG_IOSCHED_DEADLINE=y
86102 -CONFIG_IOSCHED_CFQ=y
86103 -CONFIG_DEFAULT_AS=y
86104 -# CONFIG_DEFAULT_DEADLINE is not set
86105 -# CONFIG_DEFAULT_CFQ is not set
86106 -# CONFIG_DEFAULT_NOOP is not set
86107 -CONFIG_DEFAULT_IOSCHED="anticipatory"
86108 -CONFIG_CLASSIC_RCU=y
86109 -# CONFIG_PREEMPT_RCU is not set
86110 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
86111 -
86112 -#
86113 -# Platform support
86114 -#
86115 -# CONFIG_PPC_MPC512x is not set
86116 -# CONFIG_PPC_MPC5121 is not set
86117 -# CONFIG_PPC_CELL is not set
86118 -# CONFIG_PPC_CELL_NATIVE is not set
86119 -# CONFIG_PQ2ADS is not set
86120 -# CONFIG_EP405 is not set
86121 -# CONFIG_KILAUEA is not set
86122 -# CONFIG_MAKALU is not set
86123 -CONFIG_WALNUT=y
86124 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
86125 -CONFIG_405GP=y
86126 -CONFIG_IBM405_ERR77=y
86127 -CONFIG_IBM405_ERR51=y
86128 -# CONFIG_IPIC is not set
86129 -# CONFIG_MPIC is not set
86130 -# CONFIG_MPIC_WEIRD is not set
86131 -# CONFIG_PPC_I8259 is not set
86132 -# CONFIG_PPC_RTAS is not set
86133 -# CONFIG_MMIO_NVRAM is not set
86134 -# CONFIG_PPC_MPC106 is not set
86135 -# CONFIG_PPC_970_NAP is not set
86136 -# CONFIG_PPC_INDIRECT_IO is not set
86137 -# CONFIG_GENERIC_IOMAP is not set
86138 -# CONFIG_CPU_FREQ is not set
86139 -# CONFIG_FSL_ULI1575 is not set
86140 -CONFIG_OF_RTC=y
86141 -
86142 -#
86143 -# Kernel options
86144 -#
86145 -# CONFIG_HIGHMEM is not set
86146 -# CONFIG_TICK_ONESHOT is not set
86147 -# CONFIG_NO_HZ is not set
86148 -# CONFIG_HIGH_RES_TIMERS is not set
86149 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
86150 -# CONFIG_HZ_100 is not set
86151 -CONFIG_HZ_250=y
86152 -# CONFIG_HZ_300 is not set
86153 -# CONFIG_HZ_1000 is not set
86154 -CONFIG_HZ=250
86155 -# CONFIG_SCHED_HRTICK is not set
86156 -CONFIG_PREEMPT_NONE=y
86157 -# CONFIG_PREEMPT_VOLUNTARY is not set
86158 -# CONFIG_PREEMPT is not set
86159 -CONFIG_RCU_TRACE=y
86160 -CONFIG_BINFMT_ELF=y
86161 -# CONFIG_BINFMT_MISC is not set
86162 -# CONFIG_MATH_EMULATION is not set
86163 -# CONFIG_IOMMU_HELPER is not set
86164 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
86165 -CONFIG_ARCH_HAS_WALK_MEMORY=y
86166 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
86167 -CONFIG_ARCH_FLATMEM_ENABLE=y
86168 -CONFIG_ARCH_POPULATES_NODE_MAP=y
86169 -CONFIG_SELECT_MEMORY_MODEL=y
86170 -CONFIG_FLATMEM_MANUAL=y
86171 -# CONFIG_DISCONTIGMEM_MANUAL is not set
86172 -# CONFIG_SPARSEMEM_MANUAL is not set
86173 -CONFIG_FLATMEM=y
86174 -CONFIG_FLAT_NODE_MEM_MAP=y
86175 -# CONFIG_SPARSEMEM_STATIC is not set
86176 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
86177 -CONFIG_SPLIT_PTLOCK_CPUS=4
86178 -CONFIG_RESOURCES_64BIT=y
86179 -CONFIG_ZONE_DMA_FLAG=1
86180 -CONFIG_BOUNCE=y
86181 -CONFIG_VIRT_TO_BUS=y
86182 -CONFIG_PROC_DEVICETREE=y
86183 -# CONFIG_CMDLINE_BOOL is not set
86184 -# CONFIG_PM is not set
86185 -CONFIG_SECCOMP=y
86186 -CONFIG_ISA_DMA_API=y
86187 -
86188 -#
86189 -# Bus options
86190 -#
86191 -CONFIG_ZONE_DMA=y
86192 -CONFIG_PPC_INDIRECT_PCI=y
86193 -CONFIG_PCI=y
86194 -CONFIG_PCI_DOMAINS=y
86195 -CONFIG_PCI_SYSCALL=y
86196 -# CONFIG_PCIEPORTBUS is not set
86197 -CONFIG_ARCH_SUPPORTS_MSI=y
86198 -# CONFIG_PCI_MSI is not set
86199 -# CONFIG_PCI_LEGACY is not set
86200 -# CONFIG_PCI_DEBUG is not set
86201 -# CONFIG_PCCARD is not set
86202 -# CONFIG_HOTPLUG_PCI is not set
86203 -
86204 -#
86205 -# Advanced setup
86206 -#
86207 -# CONFIG_ADVANCED_OPTIONS is not set
86208 -
86209 -#
86210 -# Default settings for advanced configuration options are used
86211 -#
86212 -CONFIG_HIGHMEM_START=0xfe000000
86213 -CONFIG_LOWMEM_SIZE=0x30000000
86214 -CONFIG_KERNEL_START=0xc0000000
86215 -CONFIG_TASK_SIZE=0xc0000000
86216 -CONFIG_CONSISTENT_START=0xff100000
86217 -CONFIG_CONSISTENT_SIZE=0x00200000
86218 -CONFIG_BOOT_LOAD=0x00400000
86219 -
86220 -#
86221 -# Networking
86222 -#
86223 -CONFIG_NET=y
86224 -
86225 -#
86226 -# Networking options
86227 -#
86228 -CONFIG_PACKET=y
86229 -# CONFIG_PACKET_MMAP is not set
86230 -CONFIG_UNIX=y
86231 -# CONFIG_NET_KEY is not set
86232 -CONFIG_INET=y
86233 -# CONFIG_IP_MULTICAST is not set
86234 -# CONFIG_IP_ADVANCED_ROUTER is not set
86235 -CONFIG_IP_FIB_HASH=y
86236 -CONFIG_IP_PNP=y
86237 -CONFIG_IP_PNP_DHCP=y
86238 -CONFIG_IP_PNP_BOOTP=y
86239 -# CONFIG_IP_PNP_RARP is not set
86240 -# CONFIG_NET_IPIP is not set
86241 -# CONFIG_NET_IPGRE is not set
86242 -# CONFIG_ARPD is not set
86243 -# CONFIG_SYN_COOKIES is not set
86244 -# CONFIG_INET_AH is not set
86245 -# CONFIG_INET_ESP is not set
86246 -# CONFIG_INET_IPCOMP is not set
86247 -# CONFIG_INET_XFRM_TUNNEL is not set
86248 -# CONFIG_INET_TUNNEL is not set
86249 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
86250 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
86251 -# CONFIG_INET_XFRM_MODE_BEET is not set
86252 -# CONFIG_INET_LRO is not set
86253 -CONFIG_INET_DIAG=y
86254 -CONFIG_INET_TCP_DIAG=y
86255 -# CONFIG_TCP_CONG_ADVANCED is not set
86256 -CONFIG_TCP_CONG_CUBIC=y
86257 -CONFIG_DEFAULT_TCP_CONG="cubic"
86258 -# CONFIG_TCP_MD5SIG is not set
86259 -# CONFIG_IPV6 is not set
86260 -# CONFIG_INET6_XFRM_TUNNEL is not set
86261 -# CONFIG_INET6_TUNNEL is not set
86262 -# CONFIG_NETWORK_SECMARK is not set
86263 -# CONFIG_NETFILTER is not set
86264 -# CONFIG_IP_DCCP is not set
86265 -# CONFIG_IP_SCTP is not set
86266 -# CONFIG_TIPC is not set
86267 -# CONFIG_ATM is not set
86268 -# CONFIG_BRIDGE is not set
86269 -# CONFIG_VLAN_8021Q is not set
86270 -# CONFIG_DECNET is not set
86271 -# CONFIG_LLC2 is not set
86272 -# CONFIG_IPX is not set
86273 -# CONFIG_ATALK is not set
86274 -# CONFIG_X25 is not set
86275 -# CONFIG_LAPB is not set
86276 -# CONFIG_ECONET is not set
86277 -# CONFIG_WAN_ROUTER is not set
86278 -# CONFIG_NET_SCHED is not set
86279 -
86280 -#
86281 -# Network testing
86282 -#
86283 -# CONFIG_NET_PKTGEN is not set
86284 -# CONFIG_HAMRADIO is not set
86285 -# CONFIG_CAN is not set
86286 -# CONFIG_IRDA is not set
86287 -# CONFIG_BT is not set
86288 -# CONFIG_AF_RXRPC is not set
86289 -
86290 -#
86291 -# Wireless
86292 -#
86293 -# CONFIG_CFG80211 is not set
86294 -# CONFIG_WIRELESS_EXT is not set
86295 -# CONFIG_MAC80211 is not set
86296 -# CONFIG_IEEE80211 is not set
86297 -# CONFIG_RFKILL is not set
86298 -# CONFIG_NET_9P is not set
86299 -
86300 -#
86301 -# Device Drivers
86302 -#
86303 -
86304 -#
86305 -# Generic Driver Options
86306 -#
86307 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
86308 -CONFIG_STANDALONE=y
86309 -CONFIG_PREVENT_FIRMWARE_BUILD=y
86310 -CONFIG_FW_LOADER=y
86311 -# CONFIG_DEBUG_DRIVER is not set
86312 -# CONFIG_DEBUG_DEVRES is not set
86313 -# CONFIG_SYS_HYPERVISOR is not set
86314 -CONFIG_CONNECTOR=y
86315 -CONFIG_PROC_EVENTS=y
86316 -CONFIG_MTD=y
86317 -# CONFIG_MTD_DEBUG is not set
86318 -# CONFIG_MTD_CONCAT is not set
86319 -CONFIG_MTD_PARTITIONS=y
86320 -# CONFIG_MTD_REDBOOT_PARTS is not set
86321 -CONFIG_MTD_CMDLINE_PARTS=y
86322 -CONFIG_MTD_OF_PARTS=y
86323 -
86324 -#
86325 -# User Modules And Translation Layers
86326 -#
86327 -CONFIG_MTD_CHAR=y
86328 -CONFIG_MTD_BLKDEVS=m
86329 -CONFIG_MTD_BLOCK=m
86330 -# CONFIG_MTD_BLOCK_RO is not set
86331 -# CONFIG_FTL is not set
86332 -# CONFIG_NFTL is not set
86333 -# CONFIG_INFTL is not set
86334 -# CONFIG_RFD_FTL is not set
86335 -# CONFIG_SSFDC is not set
86336 -# CONFIG_MTD_OOPS is not set
86337 -
86338 -#
86339 -# RAM/ROM/Flash chip drivers
86340 -#
86341 -CONFIG_MTD_CFI=y
86342 -CONFIG_MTD_JEDECPROBE=y
86343 -CONFIG_MTD_GEN_PROBE=y
86344 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
86345 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
86346 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
86347 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
86348 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
86349 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
86350 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
86351 -CONFIG_MTD_CFI_I1=y
86352 -CONFIG_MTD_CFI_I2=y
86353 -# CONFIG_MTD_CFI_I4 is not set
86354 -# CONFIG_MTD_CFI_I8 is not set
86355 -# CONFIG_MTD_CFI_INTELEXT is not set
86356 -CONFIG_MTD_CFI_AMDSTD=y
86357 -# CONFIG_MTD_CFI_STAA is not set
86358 -CONFIG_MTD_CFI_UTIL=y
86359 -# CONFIG_MTD_RAM is not set
86360 -# CONFIG_MTD_ROM is not set
86361 -# CONFIG_MTD_ABSENT is not set
86362 -
86363 -#
86364 -# Mapping drivers for chip access
86365 -#
86366 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
86367 -# CONFIG_MTD_PHYSMAP is not set
86368 -CONFIG_MTD_PHYSMAP_OF=y
86369 -# CONFIG_MTD_INTEL_VR_NOR is not set
86370 -# CONFIG_MTD_PLATRAM is not set
86371 -
86372 -#
86373 -# Self-contained MTD device drivers
86374 -#
86375 -# CONFIG_MTD_PMC551 is not set
86376 -# CONFIG_MTD_SLRAM is not set
86377 -# CONFIG_MTD_PHRAM is not set
86378 -# CONFIG_MTD_MTDRAM is not set
86379 -# CONFIG_MTD_BLOCK2MTD is not set
86380 -
86381 -#
86382 -# Disk-On-Chip Device Drivers
86383 -#
86384 -# CONFIG_MTD_DOC2000 is not set
86385 -# CONFIG_MTD_DOC2001 is not set
86386 -# CONFIG_MTD_DOC2001PLUS is not set
86387 -# CONFIG_MTD_NAND is not set
86388 -# CONFIG_MTD_ONENAND is not set
86389 -
86390 -#
86391 -# UBI - Unsorted block images
86392 -#
86393 -# CONFIG_MTD_UBI is not set
86394 -CONFIG_OF_DEVICE=y
86395 -# CONFIG_PARPORT is not set
86396 -CONFIG_BLK_DEV=y
86397 -# CONFIG_BLK_DEV_FD is not set
86398 -# CONFIG_BLK_CPQ_DA is not set
86399 -# CONFIG_BLK_CPQ_CISS_DA is not set
86400 -# CONFIG_BLK_DEV_DAC960 is not set
86401 -# CONFIG_BLK_DEV_UMEM is not set
86402 -# CONFIG_BLK_DEV_COW_COMMON is not set
86403 -# CONFIG_BLK_DEV_LOOP is not set
86404 -# CONFIG_BLK_DEV_NBD is not set
86405 -# CONFIG_BLK_DEV_SX8 is not set
86406 -CONFIG_BLK_DEV_RAM=y
86407 -CONFIG_BLK_DEV_RAM_COUNT=16
86408 -CONFIG_BLK_DEV_RAM_SIZE=35000
86409 -# CONFIG_BLK_DEV_XIP is not set
86410 -# CONFIG_CDROM_PKTCDVD is not set
86411 -# CONFIG_ATA_OVER_ETH is not set
86412 -# CONFIG_XILINX_SYSACE is not set
86413 -CONFIG_MISC_DEVICES=y
86414 -# CONFIG_PHANTOM is not set
86415 -# CONFIG_EEPROM_93CX6 is not set
86416 -# CONFIG_SGI_IOC4 is not set
86417 -# CONFIG_TIFM_CORE is not set
86418 -# CONFIG_ENCLOSURE_SERVICES is not set
86419 -CONFIG_HAVE_IDE=y
86420 -# CONFIG_IDE is not set
86421 -
86422 -#
86423 -# SCSI device support
86424 -#
86425 -# CONFIG_RAID_ATTRS is not set
86426 -# CONFIG_SCSI is not set
86427 -# CONFIG_SCSI_DMA is not set
86428 -# CONFIG_SCSI_NETLINK is not set
86429 -# CONFIG_ATA is not set
86430 -# CONFIG_MD is not set
86431 -# CONFIG_FUSION is not set
86432 -
86433 -#
86434 -# IEEE 1394 (FireWire) support
86435 -#
86436 -# CONFIG_FIREWIRE is not set
86437 -# CONFIG_IEEE1394 is not set
86438 -# CONFIG_I2O is not set
86439 -# CONFIG_MACINTOSH_DRIVERS is not set
86440 -CONFIG_NETDEVICES=y
86441 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
86442 -# CONFIG_DUMMY is not set
86443 -# CONFIG_BONDING is not set
86444 -# CONFIG_MACVLAN is not set
86445 -# CONFIG_EQUALIZER is not set
86446 -# CONFIG_TUN is not set
86447 -# CONFIG_VETH is not set
86448 -# CONFIG_ARCNET is not set
86449 -# CONFIG_PHYLIB is not set
86450 -CONFIG_NET_ETHERNET=y
86451 -# CONFIG_MII is not set
86452 -# CONFIG_HAPPYMEAL is not set
86453 -# CONFIG_SUNGEM is not set
86454 -# CONFIG_CASSINI is not set
86455 -# CONFIG_NET_VENDOR_3COM is not set
86456 -# CONFIG_NET_TULIP is not set
86457 -# CONFIG_HP100 is not set
86458 -CONFIG_IBM_NEW_EMAC=y
86459 -CONFIG_IBM_NEW_EMAC_RXB=128
86460 -CONFIG_IBM_NEW_EMAC_TXB=64
86461 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
86462 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
86463 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
86464 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
86465 -CONFIG_IBM_NEW_EMAC_ZMII=y
86466 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
86467 -# CONFIG_IBM_NEW_EMAC_TAH is not set
86468 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
86469 -# CONFIG_NET_PCI is not set
86470 -# CONFIG_B44 is not set
86471 -CONFIG_NETDEV_1000=y
86472 -# CONFIG_ACENIC is not set
86473 -# CONFIG_DL2K is not set
86474 -# CONFIG_E1000 is not set
86475 -# CONFIG_E1000E is not set
86476 -# CONFIG_E1000E_ENABLED is not set
86477 -# CONFIG_IP1000 is not set
86478 -# CONFIG_IGB is not set
86479 -# CONFIG_NS83820 is not set
86480 -# CONFIG_HAMACHI is not set
86481 -# CONFIG_YELLOWFIN is not set
86482 -# CONFIG_R8169 is not set
86483 -# CONFIG_SIS190 is not set
86484 -# CONFIG_SKGE is not set
86485 -# CONFIG_SKY2 is not set
86486 -# CONFIG_SK98LIN is not set
86487 -# CONFIG_VIA_VELOCITY is not set
86488 -# CONFIG_TIGON3 is not set
86489 -# CONFIG_BNX2 is not set
86490 -# CONFIG_QLA3XXX is not set
86491 -# CONFIG_ATL1 is not set
86492 -CONFIG_NETDEV_10000=y
86493 -# CONFIG_CHELSIO_T1 is not set
86494 -# CONFIG_CHELSIO_T3 is not set
86495 -# CONFIG_IXGBE is not set
86496 -# CONFIG_IXGB is not set
86497 -# CONFIG_S2IO is not set
86498 -# CONFIG_MYRI10GE is not set
86499 -# CONFIG_NETXEN_NIC is not set
86500 -# CONFIG_NIU is not set
86501 -# CONFIG_MLX4_CORE is not set
86502 -# CONFIG_TEHUTI is not set
86503 -# CONFIG_BNX2X is not set
86504 -# CONFIG_TR is not set
86505 -
86506 -#
86507 -# Wireless LAN
86508 -#
86509 -# CONFIG_WLAN_PRE80211 is not set
86510 -# CONFIG_WLAN_80211 is not set
86511 -# CONFIG_WAN is not set
86512 -# CONFIG_FDDI is not set
86513 -# CONFIG_HIPPI is not set
86514 -# CONFIG_PPP is not set
86515 -# CONFIG_SLIP is not set
86516 -# CONFIG_NETCONSOLE is not set
86517 -# CONFIG_NETPOLL is not set
86518 -# CONFIG_NET_POLL_CONTROLLER is not set
86519 -# CONFIG_ISDN is not set
86520 -# CONFIG_PHONE is not set
86521 -
86522 -#
86523 -# Input device support
86524 -#
86525 -# CONFIG_INPUT is not set
86526 -
86527 -#
86528 -# Hardware I/O ports
86529 -#
86530 -# CONFIG_SERIO is not set
86531 -# CONFIG_GAMEPORT is not set
86532 -
86533 -#
86534 -# Character devices
86535 -#
86536 -# CONFIG_VT is not set
86537 -# CONFIG_SERIAL_NONSTANDARD is not set
86538 -# CONFIG_NOZOMI is not set
86539 -
86540 -#
86541 -# Serial drivers
86542 -#
86543 -CONFIG_SERIAL_8250=y
86544 -CONFIG_SERIAL_8250_CONSOLE=y
86545 -CONFIG_SERIAL_8250_PCI=y
86546 -CONFIG_SERIAL_8250_NR_UARTS=4
86547 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
86548 -CONFIG_SERIAL_8250_EXTENDED=y
86549 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
86550 -CONFIG_SERIAL_8250_SHARE_IRQ=y
86551 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
86552 -# CONFIG_SERIAL_8250_RSA is not set
86553 -
86554 -#
86555 -# Non-8250 serial port support
86556 -#
86557 -# CONFIG_SERIAL_UARTLITE is not set
86558 -CONFIG_SERIAL_CORE=y
86559 -CONFIG_SERIAL_CORE_CONSOLE=y
86560 -# CONFIG_SERIAL_JSM is not set
86561 -CONFIG_SERIAL_OF_PLATFORM=y
86562 -CONFIG_UNIX98_PTYS=y
86563 -CONFIG_LEGACY_PTYS=y
86564 -CONFIG_LEGACY_PTY_COUNT=256
86565 -# CONFIG_IPMI_HANDLER is not set
86566 -# CONFIG_HW_RANDOM is not set
86567 -# CONFIG_NVRAM is not set
86568 -# CONFIG_GEN_RTC is not set
86569 -# CONFIG_R3964 is not set
86570 -# CONFIG_APPLICOM is not set
86571 -# CONFIG_RAW_DRIVER is not set
86572 -# CONFIG_TCG_TPM is not set
86573 -CONFIG_DEVPORT=y
86574 -# CONFIG_I2C is not set
86575 -
86576 -#
86577 -# SPI support
86578 -#
86579 -# CONFIG_SPI is not set
86580 -# CONFIG_SPI_MASTER is not set
86581 -# CONFIG_W1 is not set
86582 -# CONFIG_POWER_SUPPLY is not set
86583 -# CONFIG_HWMON is not set
86584 -CONFIG_THERMAL=y
86585 -# CONFIG_WATCHDOG is not set
86586 -
86587 -#
86588 -# Sonics Silicon Backplane
86589 -#
86590 -CONFIG_SSB_POSSIBLE=y
86591 -# CONFIG_SSB is not set
86592 -
86593 -#
86594 -# Multifunction device drivers
86595 -#
86596 -# CONFIG_MFD_SM501 is not set
86597 -
86598 -#
86599 -# Multimedia devices
86600 -#
86601 -# CONFIG_VIDEO_DEV is not set
86602 -# CONFIG_DVB_CORE is not set
86603 -# CONFIG_DAB is not set
86604 -
86605 -#
86606 -# Graphics support
86607 -#
86608 -# CONFIG_AGP is not set
86609 -# CONFIG_DRM is not set
86610 -# CONFIG_VGASTATE is not set
86611 -CONFIG_VIDEO_OUTPUT_CONTROL=m
86612 -# CONFIG_FB is not set
86613 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
86614 -
86615 -#
86616 -# Display device support
86617 -#
86618 -# CONFIG_DISPLAY_SUPPORT is not set
86619 -
86620 -#
86621 -# Sound
86622 -#
86623 -# CONFIG_SOUND is not set
86624 -CONFIG_USB_SUPPORT=y
86625 -CONFIG_USB_ARCH_HAS_HCD=y
86626 -CONFIG_USB_ARCH_HAS_OHCI=y
86627 -CONFIG_USB_ARCH_HAS_EHCI=y
86628 -# CONFIG_USB is not set
86629 -
86630 -#
86631 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
86632 -#
86633 -# CONFIG_USB_GADGET is not set
86634 -# CONFIG_MMC is not set
86635 -# CONFIG_MEMSTICK is not set
86636 -# CONFIG_NEW_LEDS is not set
86637 -# CONFIG_INFINIBAND is not set
86638 -# CONFIG_EDAC is not set
86639 -# CONFIG_RTC_CLASS is not set
86640 -
86641 -#
86642 -# Userspace I/O
86643 -#
86644 -# CONFIG_UIO is not set
86645 -
86646 -#
86647 -# File systems
86648 -#
86649 -CONFIG_EXT2_FS=y
86650 -# CONFIG_EXT2_FS_XATTR is not set
86651 -# CONFIG_EXT2_FS_XIP is not set
86652 -# CONFIG_EXT3_FS is not set
86653 -# CONFIG_EXT4DEV_FS is not set
86654 -# CONFIG_REISERFS_FS is not set
86655 -# CONFIG_JFS_FS is not set
86656 -# CONFIG_FS_POSIX_ACL is not set
86657 -# CONFIG_XFS_FS is not set
86658 -# CONFIG_GFS2_FS is not set
86659 -# CONFIG_OCFS2_FS is not set
86660 -CONFIG_DNOTIFY=y
86661 -CONFIG_INOTIFY=y
86662 -CONFIG_INOTIFY_USER=y
86663 -# CONFIG_QUOTA is not set
86664 -# CONFIG_AUTOFS_FS is not set
86665 -# CONFIG_AUTOFS4_FS is not set
86666 -# CONFIG_FUSE_FS is not set
86667 -
86668 -#
86669 -# CD-ROM/DVD Filesystems
86670 -#
86671 -# CONFIG_ISO9660_FS is not set
86672 -# CONFIG_UDF_FS is not set
86673 -
86674 -#
86675 -# DOS/FAT/NT Filesystems
86676 -#
86677 -# CONFIG_MSDOS_FS is not set
86678 -# CONFIG_VFAT_FS is not set
86679 -# CONFIG_NTFS_FS is not set
86680 -
86681 -#
86682 -# Pseudo filesystems
86683 -#
86684 -CONFIG_PROC_FS=y
86685 -CONFIG_PROC_KCORE=y
86686 -CONFIG_PROC_SYSCTL=y
86687 -CONFIG_SYSFS=y
86688 -CONFIG_TMPFS=y
86689 -# CONFIG_TMPFS_POSIX_ACL is not set
86690 -# CONFIG_HUGETLB_PAGE is not set
86691 -# CONFIG_CONFIGFS_FS is not set
86692 -
86693 -#
86694 -# Miscellaneous filesystems
86695 -#
86696 -# CONFIG_ADFS_FS is not set
86697 -# CONFIG_AFFS_FS is not set
86698 -# CONFIG_HFS_FS is not set
86699 -# CONFIG_HFSPLUS_FS is not set
86700 -# CONFIG_BEFS_FS is not set
86701 -# CONFIG_BFS_FS is not set
86702 -# CONFIG_EFS_FS is not set
86703 -# CONFIG_JFFS2_FS is not set
86704 -CONFIG_CRAMFS=y
86705 -# CONFIG_VXFS_FS is not set
86706 -# CONFIG_MINIX_FS is not set
86707 -# CONFIG_HPFS_FS is not set
86708 -# CONFIG_QNX4FS_FS is not set
86709 -# CONFIG_ROMFS_FS is not set
86710 -# CONFIG_SYSV_FS is not set
86711 -# CONFIG_UFS_FS is not set
86712 -CONFIG_NETWORK_FILESYSTEMS=y
86713 -CONFIG_NFS_FS=y
86714 -CONFIG_NFS_V3=y
86715 -# CONFIG_NFS_V3_ACL is not set
86716 -# CONFIG_NFS_V4 is not set
86717 -# CONFIG_NFS_DIRECTIO is not set
86718 -# CONFIG_NFSD is not set
86719 -CONFIG_ROOT_NFS=y
86720 -CONFIG_LOCKD=y
86721 -CONFIG_LOCKD_V4=y
86722 -CONFIG_NFS_COMMON=y
86723 -CONFIG_SUNRPC=y
86724 -# CONFIG_SUNRPC_BIND34 is not set
86725 -# CONFIG_RPCSEC_GSS_KRB5 is not set
86726 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
86727 -# CONFIG_SMB_FS is not set
86728 -# CONFIG_CIFS is not set
86729 -# CONFIG_NCP_FS is not set
86730 -# CONFIG_CODA_FS is not set
86731 -# CONFIG_AFS_FS is not set
86732 -
86733 -#
86734 -# Partition Types
86735 -#
86736 -# CONFIG_PARTITION_ADVANCED is not set
86737 -CONFIG_MSDOS_PARTITION=y
86738 -# CONFIG_NLS is not set
86739 -# CONFIG_DLM is not set
86740 -
86741 -#
86742 -# Library routines
86743 -#
86744 -CONFIG_BITREVERSE=y
86745 -# CONFIG_CRC_CCITT is not set
86746 -# CONFIG_CRC16 is not set
86747 -# CONFIG_CRC_ITU_T is not set
86748 -CONFIG_CRC32=y
86749 -# CONFIG_CRC7 is not set
86750 -# CONFIG_LIBCRC32C is not set
86751 -CONFIG_ZLIB_INFLATE=y
86752 -CONFIG_PLIST=y
86753 -CONFIG_HAS_IOMEM=y
86754 -CONFIG_HAS_IOPORT=y
86755 -CONFIG_HAS_DMA=y
86756 -
86757 -#
86758 -# Kernel hacking
86759 -#
86760 -# CONFIG_PRINTK_TIME is not set
86761 -CONFIG_ENABLE_WARN_DEPRECATED=y
86762 -CONFIG_ENABLE_MUST_CHECK=y
86763 -CONFIG_MAGIC_SYSRQ=y
86764 -# CONFIG_UNUSED_SYMBOLS is not set
86765 -CONFIG_DEBUG_FS=y
86766 -# CONFIG_HEADERS_CHECK is not set
86767 -CONFIG_DEBUG_KERNEL=y
86768 -# CONFIG_DEBUG_SHIRQ is not set
86769 -CONFIG_DETECT_SOFTLOCKUP=y
86770 -CONFIG_SCHED_DEBUG=y
86771 -# CONFIG_SCHEDSTATS is not set
86772 -# CONFIG_TIMER_STATS is not set
86773 -# CONFIG_SLUB_DEBUG_ON is not set
86774 -# CONFIG_SLUB_STATS is not set
86775 -# CONFIG_DEBUG_RT_MUTEXES is not set
86776 -# CONFIG_RT_MUTEX_TESTER is not set
86777 -# CONFIG_DEBUG_SPINLOCK is not set
86778 -# CONFIG_DEBUG_MUTEXES is not set
86779 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
86780 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
86781 -# CONFIG_DEBUG_KOBJECT is not set
86782 -CONFIG_DEBUG_BUGVERBOSE=y
86783 -# CONFIG_DEBUG_INFO is not set
86784 -# CONFIG_DEBUG_VM is not set
86785 -# CONFIG_DEBUG_LIST is not set
86786 -# CONFIG_DEBUG_SG is not set
86787 -# CONFIG_BOOT_PRINTK_DELAY is not set
86788 -# CONFIG_RCU_TORTURE_TEST is not set
86789 -# CONFIG_BACKTRACE_SELF_TEST is not set
86790 -# CONFIG_FAULT_INJECTION is not set
86791 -# CONFIG_SAMPLES is not set
86792 -# CONFIG_DEBUG_STACKOVERFLOW is not set
86793 -# CONFIG_DEBUG_STACK_USAGE is not set
86794 -# CONFIG_DEBUG_PAGEALLOC is not set
86795 -# CONFIG_DEBUGGER is not set
86796 -# CONFIG_VIRQ_DEBUG is not set
86797 -# CONFIG_BDI_SWITCH is not set
86798 -# CONFIG_PPC_EARLY_DEBUG is not set
86799 -
86800 -#
86801 -# Security options
86802 -#
86803 -# CONFIG_KEYS is not set
86804 -# CONFIG_SECURITY is not set
86805 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
86806 -CONFIG_CRYPTO=y
86807 -CONFIG_CRYPTO_ALGAPI=y
86808 -CONFIG_CRYPTO_BLKCIPHER=y
86809 -# CONFIG_CRYPTO_SEQIV is not set
86810 -CONFIG_CRYPTO_MANAGER=y
86811 -# CONFIG_CRYPTO_HMAC is not set
86812 -# CONFIG_CRYPTO_XCBC is not set
86813 -# CONFIG_CRYPTO_NULL is not set
86814 -# CONFIG_CRYPTO_MD4 is not set
86815 -CONFIG_CRYPTO_MD5=y
86816 -# CONFIG_CRYPTO_SHA1 is not set
86817 -# CONFIG_CRYPTO_SHA256 is not set
86818 -# CONFIG_CRYPTO_SHA512 is not set
86819 -# CONFIG_CRYPTO_WP512 is not set
86820 -# CONFIG_CRYPTO_TGR192 is not set
86821 -# CONFIG_CRYPTO_GF128MUL is not set
86822 -CONFIG_CRYPTO_ECB=y
86823 -CONFIG_CRYPTO_CBC=y
86824 -CONFIG_CRYPTO_PCBC=y
86825 -# CONFIG_CRYPTO_LRW is not set
86826 -# CONFIG_CRYPTO_XTS is not set
86827 -# CONFIG_CRYPTO_CTR is not set
86828 -# CONFIG_CRYPTO_GCM is not set
86829 -# CONFIG_CRYPTO_CCM is not set
86830 -# CONFIG_CRYPTO_CRYPTD is not set
86831 -CONFIG_CRYPTO_DES=y
86832 -# CONFIG_CRYPTO_FCRYPT is not set
86833 -# CONFIG_CRYPTO_BLOWFISH is not set
86834 -# CONFIG_CRYPTO_TWOFISH is not set
86835 -# CONFIG_CRYPTO_SERPENT is not set
86836 -# CONFIG_CRYPTO_AES is not set
86837 -# CONFIG_CRYPTO_CAST5 is not set
86838 -# CONFIG_CRYPTO_CAST6 is not set
86839 -# CONFIG_CRYPTO_TEA is not set
86840 -# CONFIG_CRYPTO_ARC4 is not set
86841 -# CONFIG_CRYPTO_KHAZAD is not set
86842 -# CONFIG_CRYPTO_ANUBIS is not set
86843 -# CONFIG_CRYPTO_SEED is not set
86844 -# CONFIG_CRYPTO_SALSA20 is not set
86845 -# CONFIG_CRYPTO_DEFLATE is not set
86846 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
86847 -# CONFIG_CRYPTO_CRC32C is not set
86848 -# CONFIG_CRYPTO_CAMELLIA is not set
86849 -# CONFIG_CRYPTO_TEST is not set
86850 -# CONFIG_CRYPTO_AUTHENC is not set
86851 -# CONFIG_CRYPTO_LZO is not set
86852 -CONFIG_CRYPTO_HW=y
86853 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
86854 -# CONFIG_PPC_CLOCK is not set
86855 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/configs/warp_defconfig powerpc.git/arch/powerpc/configs/warp_defconfig
86856 --- linux-2.6.25-rc9/arch/powerpc/configs/warp_defconfig 2008-04-11 22:32:29.000000000 +0200
86857 +++ powerpc.git/arch/powerpc/configs/warp_defconfig 1970-01-01 01:00:00.000000000 +0100
86858 @@ -1,1110 +0,0 @@
86859 -#
86860 -# Automatically generated make config: don't edit
86861 -# Linux kernel version: 2.6.25-rc2
86862 -# Fri Feb 15 21:54:43 2008
86863 -#
86864 -# CONFIG_PPC64 is not set
86865 -
86866 -#
86867 -# Processor support
86868 -#
86869 -# CONFIG_6xx is not set
86870 -# CONFIG_PPC_85xx is not set
86871 -# CONFIG_PPC_8xx is not set
86872 -# CONFIG_40x is not set
86873 -CONFIG_44x=y
86874 -# CONFIG_E200 is not set
86875 -CONFIG_PPC_FPU=y
86876 -CONFIG_4xx=y
86877 -CONFIG_BOOKE=y
86878 -CONFIG_PTE_64BIT=y
86879 -CONFIG_PHYS_64BIT=y
86880 -# CONFIG_PPC_MM_SLICES is not set
86881 -CONFIG_NOT_COHERENT_CACHE=y
86882 -CONFIG_PPC32=y
86883 -CONFIG_WORD_SIZE=32
86884 -CONFIG_PPC_MERGE=y
86885 -CONFIG_MMU=y
86886 -CONFIG_GENERIC_CMOS_UPDATE=y
86887 -CONFIG_GENERIC_TIME=y
86888 -CONFIG_GENERIC_TIME_VSYSCALL=y
86889 -CONFIG_GENERIC_CLOCKEVENTS=y
86890 -CONFIG_GENERIC_HARDIRQS=y
86891 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
86892 -CONFIG_IRQ_PER_CPU=y
86893 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
86894 -CONFIG_ARCH_HAS_ILOG2_U32=y
86895 -CONFIG_GENERIC_HWEIGHT=y
86896 -CONFIG_GENERIC_CALIBRATE_DELAY=y
86897 -CONFIG_GENERIC_FIND_NEXT_BIT=y
86898 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
86899 -CONFIG_PPC=y
86900 -CONFIG_EARLY_PRINTK=y
86901 -CONFIG_GENERIC_NVRAM=y
86902 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
86903 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
86904 -CONFIG_PPC_OF=y
86905 -CONFIG_OF=y
86906 -CONFIG_PPC_UDBG_16550=y
86907 -# CONFIG_GENERIC_TBSYNC is not set
86908 -CONFIG_AUDIT_ARCH=y
86909 -CONFIG_GENERIC_BUG=y
86910 -# CONFIG_DEFAULT_UIMAGE is not set
86911 -CONFIG_PPC_DCR_NATIVE=y
86912 -# CONFIG_PPC_DCR_MMIO is not set
86913 -CONFIG_PPC_DCR=y
86914 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
86915 -
86916 -#
86917 -# General setup
86918 -#
86919 -CONFIG_EXPERIMENTAL=y
86920 -CONFIG_BROKEN_ON_SMP=y
86921 -CONFIG_INIT_ENV_ARG_LIMIT=32
86922 -CONFIG_LOCALVERSION="-pika"
86923 -# CONFIG_LOCALVERSION_AUTO is not set
86924 -CONFIG_SWAP=y
86925 -CONFIG_SYSVIPC=y
86926 -CONFIG_SYSVIPC_SYSCTL=y
86927 -# CONFIG_POSIX_MQUEUE is not set
86928 -# CONFIG_BSD_PROCESS_ACCT is not set
86929 -# CONFIG_TASKSTATS is not set
86930 -# CONFIG_AUDIT is not set
86931 -# CONFIG_IKCONFIG is not set
86932 -CONFIG_LOG_BUF_SHIFT=14
86933 -# CONFIG_CGROUPS is not set
86934 -CONFIG_GROUP_SCHED=y
86935 -CONFIG_FAIR_GROUP_SCHED=y
86936 -# CONFIG_RT_GROUP_SCHED is not set
86937 -CONFIG_USER_SCHED=y
86938 -# CONFIG_CGROUP_SCHED is not set
86939 -CONFIG_SYSFS_DEPRECATED=y
86940 -# CONFIG_RELAY is not set
86941 -# CONFIG_NAMESPACES is not set
86942 -CONFIG_BLK_DEV_INITRD=y
86943 -CONFIG_INITRAMFS_SOURCE=""
86944 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
86945 -CONFIG_SYSCTL=y
86946 -CONFIG_EMBEDDED=y
86947 -CONFIG_SYSCTL_SYSCALL=y
86948 -CONFIG_KALLSYMS=y
86949 -# CONFIG_KALLSYMS_ALL is not set
86950 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
86951 -# CONFIG_HOTPLUG is not set
86952 -CONFIG_PRINTK=y
86953 -CONFIG_BUG=y
86954 -CONFIG_ELF_CORE=y
86955 -CONFIG_COMPAT_BRK=y
86956 -CONFIG_BASE_FULL=y
86957 -CONFIG_FUTEX=y
86958 -CONFIG_ANON_INODES=y
86959 -CONFIG_EPOLL=y
86960 -CONFIG_SIGNALFD=y
86961 -CONFIG_TIMERFD=y
86962 -CONFIG_EVENTFD=y
86963 -CONFIG_SHMEM=y
86964 -CONFIG_VM_EVENT_COUNTERS=y
86965 -CONFIG_SLAB=y
86966 -# CONFIG_SLUB is not set
86967 -# CONFIG_SLOB is not set
86968 -# CONFIG_PROFILING is not set
86969 -# CONFIG_MARKERS is not set
86970 -CONFIG_HAVE_OPROFILE=y
86971 -# CONFIG_KPROBES is not set
86972 -CONFIG_HAVE_KPROBES=y
86973 -CONFIG_PROC_PAGE_MONITOR=y
86974 -CONFIG_SLABINFO=y
86975 -CONFIG_RT_MUTEXES=y
86976 -# CONFIG_TINY_SHMEM is not set
86977 -CONFIG_BASE_SMALL=0
86978 -CONFIG_MODULES=y
86979 -CONFIG_MODULE_UNLOAD=y
86980 -# CONFIG_MODULE_FORCE_UNLOAD is not set
86981 -# CONFIG_MODVERSIONS is not set
86982 -# CONFIG_MODULE_SRCVERSION_ALL is not set
86983 -CONFIG_KMOD=y
86984 -CONFIG_BLOCK=y
86985 -# CONFIG_LBD is not set
86986 -# CONFIG_BLK_DEV_IO_TRACE is not set
86987 -# CONFIG_LSF is not set
86988 -# CONFIG_BLK_DEV_BSG is not set
86989 -
86990 -#
86991 -# IO Schedulers
86992 -#
86993 -CONFIG_IOSCHED_NOOP=y
86994 -CONFIG_IOSCHED_AS=y
86995 -CONFIG_IOSCHED_DEADLINE=y
86996 -CONFIG_IOSCHED_CFQ=y
86997 -CONFIG_DEFAULT_AS=y
86998 -# CONFIG_DEFAULT_DEADLINE is not set
86999 -# CONFIG_DEFAULT_CFQ is not set
87000 -# CONFIG_DEFAULT_NOOP is not set
87001 -CONFIG_DEFAULT_IOSCHED="anticipatory"
87002 -CONFIG_CLASSIC_RCU=y
87003 -# CONFIG_PREEMPT_RCU is not set
87004 -
87005 -#
87006 -# Platform support
87007 -#
87008 -# CONFIG_PPC_MPC512x is not set
87009 -# CONFIG_PPC_MPC5121 is not set
87010 -# CONFIG_PPC_CELL is not set
87011 -# CONFIG_PPC_CELL_NATIVE is not set
87012 -# CONFIG_PQ2ADS is not set
87013 -# CONFIG_BAMBOO is not set
87014 -# CONFIG_EBONY is not set
87015 -# CONFIG_SEQUOIA is not set
87016 -# CONFIG_TAISHAN is not set
87017 -# CONFIG_KATMAI is not set
87018 -# CONFIG_RAINIER is not set
87019 -CONFIG_WARP=y
87020 -CONFIG_440EP=y
87021 -CONFIG_IBM440EP_ERR42=y
87022 -# CONFIG_IPIC is not set
87023 -# CONFIG_MPIC is not set
87024 -# CONFIG_MPIC_WEIRD is not set
87025 -# CONFIG_PPC_I8259 is not set
87026 -# CONFIG_PPC_RTAS is not set
87027 -# CONFIG_MMIO_NVRAM is not set
87028 -# CONFIG_PPC_MPC106 is not set
87029 -# CONFIG_PPC_970_NAP is not set
87030 -# CONFIG_PPC_INDIRECT_IO is not set
87031 -# CONFIG_GENERIC_IOMAP is not set
87032 -# CONFIG_CPU_FREQ is not set
87033 -# CONFIG_FSL_ULI1575 is not set
87034 -
87035 -#
87036 -# Kernel options
87037 -#
87038 -# CONFIG_HIGHMEM is not set
87039 -# CONFIG_TICK_ONESHOT is not set
87040 -# CONFIG_NO_HZ is not set
87041 -# CONFIG_HIGH_RES_TIMERS is not set
87042 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
87043 -# CONFIG_HZ_100 is not set
87044 -# CONFIG_HZ_250 is not set
87045 -# CONFIG_HZ_300 is not set
87046 -CONFIG_HZ_1000=y
87047 -CONFIG_HZ=1000
87048 -# CONFIG_SCHED_HRTICK is not set
87049 -CONFIG_PREEMPT_NONE=y
87050 -# CONFIG_PREEMPT_VOLUNTARY is not set
87051 -# CONFIG_PREEMPT is not set
87052 -CONFIG_RCU_TRACE=y
87053 -CONFIG_BINFMT_ELF=y
87054 -# CONFIG_BINFMT_MISC is not set
87055 -# CONFIG_MATH_EMULATION is not set
87056 -# CONFIG_IOMMU_HELPER is not set
87057 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
87058 -CONFIG_ARCH_HAS_WALK_MEMORY=y
87059 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
87060 -CONFIG_ARCH_FLATMEM_ENABLE=y
87061 -CONFIG_ARCH_POPULATES_NODE_MAP=y
87062 -CONFIG_SELECT_MEMORY_MODEL=y
87063 -CONFIG_FLATMEM_MANUAL=y
87064 -# CONFIG_DISCONTIGMEM_MANUAL is not set
87065 -# CONFIG_SPARSEMEM_MANUAL is not set
87066 -CONFIG_FLATMEM=y
87067 -CONFIG_FLAT_NODE_MEM_MAP=y
87068 -# CONFIG_SPARSEMEM_STATIC is not set
87069 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
87070 -CONFIG_SPLIT_PTLOCK_CPUS=4
87071 -CONFIG_RESOURCES_64BIT=y
87072 -CONFIG_ZONE_DMA_FLAG=1
87073 -CONFIG_BOUNCE=y
87074 -CONFIG_VIRT_TO_BUS=y
87075 -CONFIG_PROC_DEVICETREE=y
87076 -CONFIG_CMDLINE_BOOL=y
87077 -CONFIG_CMDLINE="ip=on"
87078 -CONFIG_SECCOMP=y
87079 -CONFIG_ISA_DMA_API=y
87080 -
87081 -#
87082 -# Bus options
87083 -#
87084 -CONFIG_ZONE_DMA=y
87085 -# CONFIG_PCI is not set
87086 -# CONFIG_PCI_DOMAINS is not set
87087 -# CONFIG_PCI_SYSCALL is not set
87088 -# CONFIG_ARCH_SUPPORTS_MSI is not set
87089 -
87090 -#
87091 -# Advanced setup
87092 -#
87093 -# CONFIG_ADVANCED_OPTIONS is not set
87094 -
87095 -#
87096 -# Default settings for advanced configuration options are used
87097 -#
87098 -CONFIG_HIGHMEM_START=0xfe000000
87099 -CONFIG_LOWMEM_SIZE=0x30000000
87100 -CONFIG_KERNEL_START=0xc0000000
87101 -CONFIG_TASK_SIZE=0xc0000000
87102 -CONFIG_CONSISTENT_START=0xff100000
87103 -CONFIG_CONSISTENT_SIZE=0x00200000
87104 -CONFIG_BOOT_LOAD=0x01000000
87105 -
87106 -#
87107 -# Networking
87108 -#
87109 -CONFIG_NET=y
87110 -
87111 -#
87112 -# Networking options
87113 -#
87114 -CONFIG_PACKET=y
87115 -# CONFIG_PACKET_MMAP is not set
87116 -CONFIG_UNIX=y
87117 -CONFIG_XFRM=y
87118 -# CONFIG_XFRM_USER is not set
87119 -# CONFIG_XFRM_SUB_POLICY is not set
87120 -# CONFIG_XFRM_MIGRATE is not set
87121 -# CONFIG_XFRM_STATISTICS is not set
87122 -# CONFIG_NET_KEY is not set
87123 -CONFIG_INET=y
87124 -# CONFIG_IP_MULTICAST is not set
87125 -# CONFIG_IP_ADVANCED_ROUTER is not set
87126 -CONFIG_IP_FIB_HASH=y
87127 -CONFIG_IP_PNP=y
87128 -CONFIG_IP_PNP_DHCP=y
87129 -# CONFIG_IP_PNP_BOOTP is not set
87130 -# CONFIG_IP_PNP_RARP is not set
87131 -# CONFIG_NET_IPIP is not set
87132 -# CONFIG_NET_IPGRE is not set
87133 -# CONFIG_ARPD is not set
87134 -# CONFIG_SYN_COOKIES is not set
87135 -# CONFIG_INET_AH is not set
87136 -# CONFIG_INET_ESP is not set
87137 -# CONFIG_INET_IPCOMP is not set
87138 -# CONFIG_INET_XFRM_TUNNEL is not set
87139 -# CONFIG_INET_TUNNEL is not set
87140 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
87141 -CONFIG_INET_XFRM_MODE_TUNNEL=y
87142 -CONFIG_INET_XFRM_MODE_BEET=y
87143 -# CONFIG_INET_LRO is not set
87144 -CONFIG_INET_DIAG=y
87145 -CONFIG_INET_TCP_DIAG=y
87146 -# CONFIG_TCP_CONG_ADVANCED is not set
87147 -CONFIG_TCP_CONG_CUBIC=y
87148 -CONFIG_DEFAULT_TCP_CONG="cubic"
87149 -# CONFIG_TCP_MD5SIG is not set
87150 -# CONFIG_IP_VS is not set
87151 -# CONFIG_IPV6 is not set
87152 -# CONFIG_INET6_XFRM_TUNNEL is not set
87153 -# CONFIG_INET6_TUNNEL is not set
87154 -# CONFIG_NETWORK_SECMARK is not set
87155 -CONFIG_NETFILTER=y
87156 -# CONFIG_NETFILTER_DEBUG is not set
87157 -CONFIG_NETFILTER_ADVANCED=y
87158 -
87159 -#
87160 -# Core Netfilter Configuration
87161 -#
87162 -# CONFIG_NETFILTER_NETLINK_QUEUE is not set
87163 -# CONFIG_NETFILTER_NETLINK_LOG is not set
87164 -# CONFIG_NF_CONNTRACK is not set
87165 -# CONFIG_NETFILTER_XTABLES is not set
87166 -
87167 -#
87168 -# IP: Netfilter Configuration
87169 -#
87170 -# CONFIG_IP_NF_QUEUE is not set
87171 -# CONFIG_IP_NF_IPTABLES is not set
87172 -# CONFIG_IP_NF_ARPTABLES is not set
87173 -# CONFIG_IP_DCCP is not set
87174 -# CONFIG_IP_SCTP is not set
87175 -# CONFIG_TIPC is not set
87176 -# CONFIG_ATM is not set
87177 -# CONFIG_BRIDGE is not set
87178 -CONFIG_VLAN_8021Q=y
87179 -# CONFIG_DECNET is not set
87180 -# CONFIG_LLC2 is not set
87181 -# CONFIG_IPX is not set
87182 -# CONFIG_ATALK is not set
87183 -# CONFIG_X25 is not set
87184 -# CONFIG_LAPB is not set
87185 -# CONFIG_ECONET is not set
87186 -# CONFIG_WAN_ROUTER is not set
87187 -# CONFIG_NET_SCHED is not set
87188 -
87189 -#
87190 -# Network testing
87191 -#
87192 -# CONFIG_NET_PKTGEN is not set
87193 -# CONFIG_HAMRADIO is not set
87194 -# CONFIG_CAN is not set
87195 -# CONFIG_IRDA is not set
87196 -# CONFIG_BT is not set
87197 -# CONFIG_AF_RXRPC is not set
87198 -
87199 -#
87200 -# Wireless
87201 -#
87202 -# CONFIG_CFG80211 is not set
87203 -# CONFIG_WIRELESS_EXT is not set
87204 -# CONFIG_MAC80211 is not set
87205 -# CONFIG_IEEE80211 is not set
87206 -# CONFIG_RFKILL is not set
87207 -# CONFIG_NET_9P is not set
87208 -
87209 -#
87210 -# Device Drivers
87211 -#
87212 -
87213 -#
87214 -# Generic Driver Options
87215 -#
87216 -# CONFIG_STANDALONE is not set
87217 -CONFIG_PREVENT_FIRMWARE_BUILD=y
87218 -# CONFIG_DEBUG_DRIVER is not set
87219 -# CONFIG_DEBUG_DEVRES is not set
87220 -# CONFIG_SYS_HYPERVISOR is not set
87221 -# CONFIG_CONNECTOR is not set
87222 -CONFIG_MTD=y
87223 -# CONFIG_MTD_DEBUG is not set
87224 -# CONFIG_MTD_CONCAT is not set
87225 -CONFIG_MTD_PARTITIONS=y
87226 -# CONFIG_MTD_REDBOOT_PARTS is not set
87227 -# CONFIG_MTD_CMDLINE_PARTS is not set
87228 -CONFIG_MTD_OF_PARTS=y
87229 -
87230 -#
87231 -# User Modules And Translation Layers
87232 -#
87233 -CONFIG_MTD_CHAR=y
87234 -CONFIG_MTD_BLKDEVS=y
87235 -CONFIG_MTD_BLOCK=y
87236 -# CONFIG_FTL is not set
87237 -# CONFIG_NFTL is not set
87238 -# CONFIG_INFTL is not set
87239 -# CONFIG_RFD_FTL is not set
87240 -# CONFIG_SSFDC is not set
87241 -CONFIG_MTD_OOPS=m
87242 -
87243 -#
87244 -# RAM/ROM/Flash chip drivers
87245 -#
87246 -CONFIG_MTD_CFI=y
87247 -# CONFIG_MTD_JEDECPROBE is not set
87248 -CONFIG_MTD_GEN_PROBE=y
87249 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
87250 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
87251 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
87252 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
87253 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
87254 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
87255 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
87256 -CONFIG_MTD_CFI_I1=y
87257 -CONFIG_MTD_CFI_I2=y
87258 -# CONFIG_MTD_CFI_I4 is not set
87259 -# CONFIG_MTD_CFI_I8 is not set
87260 -# CONFIG_MTD_CFI_INTELEXT is not set
87261 -CONFIG_MTD_CFI_AMDSTD=y
87262 -# CONFIG_MTD_CFI_STAA is not set
87263 -CONFIG_MTD_CFI_UTIL=y
87264 -# CONFIG_MTD_RAM is not set
87265 -# CONFIG_MTD_ROM is not set
87266 -# CONFIG_MTD_ABSENT is not set
87267 -
87268 -#
87269 -# Mapping drivers for chip access
87270 -#
87271 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
87272 -# CONFIG_MTD_PHYSMAP is not set
87273 -CONFIG_MTD_PHYSMAP_OF=y
87274 -# CONFIG_MTD_PLATRAM is not set
87275 -
87276 -#
87277 -# Self-contained MTD device drivers
87278 -#
87279 -# CONFIG_MTD_SLRAM is not set
87280 -# CONFIG_MTD_PHRAM is not set
87281 -# CONFIG_MTD_MTDRAM is not set
87282 -# CONFIG_MTD_BLOCK2MTD is not set
87283 -
87284 -#
87285 -# Disk-On-Chip Device Drivers
87286 -#
87287 -# CONFIG_MTD_DOC2000 is not set
87288 -# CONFIG_MTD_DOC2001 is not set
87289 -# CONFIG_MTD_DOC2001PLUS is not set
87290 -CONFIG_MTD_NAND=y
87291 -# CONFIG_MTD_NAND_VERIFY_WRITE is not set
87292 -CONFIG_MTD_NAND_ECC_SMC=y
87293 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
87294 -CONFIG_MTD_NAND_IDS=y
87295 -# CONFIG_MTD_NAND_DISKONCHIP is not set
87296 -# CONFIG_MTD_NAND_NANDSIM is not set
87297 -# CONFIG_MTD_NAND_PLATFORM is not set
87298 -# CONFIG_MTD_ALAUDA is not set
87299 -# CONFIG_MTD_NAND_FSL_ELBC is not set
87300 -# CONFIG_MTD_ONENAND is not set
87301 -
87302 -#
87303 -# UBI - Unsorted block images
87304 -#
87305 -# CONFIG_MTD_UBI is not set
87306 -CONFIG_OF_DEVICE=y
87307 -# CONFIG_PARPORT is not set
87308 -CONFIG_BLK_DEV=y
87309 -# CONFIG_BLK_DEV_FD is not set
87310 -# CONFIG_BLK_DEV_COW_COMMON is not set
87311 -# CONFIG_BLK_DEV_LOOP is not set
87312 -# CONFIG_BLK_DEV_NBD is not set
87313 -# CONFIG_BLK_DEV_UB is not set
87314 -CONFIG_BLK_DEV_RAM=y
87315 -CONFIG_BLK_DEV_RAM_COUNT=16
87316 -CONFIG_BLK_DEV_RAM_SIZE=4096
87317 -# CONFIG_BLK_DEV_XIP is not set
87318 -# CONFIG_CDROM_PKTCDVD is not set
87319 -# CONFIG_ATA_OVER_ETH is not set
87320 -# CONFIG_XILINX_SYSACE is not set
87321 -CONFIG_MISC_DEVICES=y
87322 -# CONFIG_EEPROM_93CX6 is not set
87323 -# CONFIG_ENCLOSURE_SERVICES is not set
87324 -CONFIG_HAVE_IDE=y
87325 -# CONFIG_IDE is not set
87326 -
87327 -#
87328 -# SCSI device support
87329 -#
87330 -# CONFIG_RAID_ATTRS is not set
87331 -CONFIG_SCSI=y
87332 -CONFIG_SCSI_DMA=y
87333 -# CONFIG_SCSI_TGT is not set
87334 -# CONFIG_SCSI_NETLINK is not set
87335 -CONFIG_SCSI_PROC_FS=y
87336 -
87337 -#
87338 -# SCSI support type (disk, tape, CD-ROM)
87339 -#
87340 -CONFIG_BLK_DEV_SD=y
87341 -# CONFIG_CHR_DEV_ST is not set
87342 -# CONFIG_CHR_DEV_OSST is not set
87343 -# CONFIG_BLK_DEV_SR is not set
87344 -# CONFIG_CHR_DEV_SG is not set
87345 -# CONFIG_CHR_DEV_SCH is not set
87346 -
87347 -#
87348 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
87349 -#
87350 -# CONFIG_SCSI_MULTI_LUN is not set
87351 -# CONFIG_SCSI_CONSTANTS is not set
87352 -# CONFIG_SCSI_LOGGING is not set
87353 -# CONFIG_SCSI_SCAN_ASYNC is not set
87354 -CONFIG_SCSI_WAIT_SCAN=m
87355 -
87356 -#
87357 -# SCSI Transports
87358 -#
87359 -CONFIG_SCSI_SPI_ATTRS=y
87360 -# CONFIG_SCSI_FC_ATTRS is not set
87361 -# CONFIG_SCSI_ISCSI_ATTRS is not set
87362 -# CONFIG_SCSI_SAS_LIBSAS is not set
87363 -# CONFIG_SCSI_SRP_ATTRS is not set
87364 -# CONFIG_SCSI_LOWLEVEL is not set
87365 -# CONFIG_ATA is not set
87366 -# CONFIG_MD is not set
87367 -# CONFIG_MACINTOSH_DRIVERS is not set
87368 -CONFIG_NETDEVICES=y
87369 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
87370 -# CONFIG_DUMMY is not set
87371 -# CONFIG_BONDING is not set
87372 -# CONFIG_MACVLAN is not set
87373 -# CONFIG_EQUALIZER is not set
87374 -# CONFIG_TUN is not set
87375 -# CONFIG_VETH is not set
87376 -# CONFIG_PHYLIB is not set
87377 -CONFIG_NET_ETHERNET=y
87378 -CONFIG_MII=y
87379 -CONFIG_IBM_NEW_EMAC=y
87380 -CONFIG_IBM_NEW_EMAC_RXB=128
87381 -CONFIG_IBM_NEW_EMAC_TXB=64
87382 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
87383 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
87384 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
87385 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
87386 -CONFIG_IBM_NEW_EMAC_ZMII=y
87387 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
87388 -# CONFIG_IBM_NEW_EMAC_TAH is not set
87389 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
87390 -# CONFIG_B44 is not set
87391 -# CONFIG_NETDEV_1000 is not set
87392 -# CONFIG_NETDEV_10000 is not set
87393 -
87394 -#
87395 -# Wireless LAN
87396 -#
87397 -# CONFIG_WLAN_PRE80211 is not set
87398 -# CONFIG_WLAN_80211 is not set
87399 -
87400 -#
87401 -# USB Network Adapters
87402 -#
87403 -# CONFIG_USB_CATC is not set
87404 -# CONFIG_USB_KAWETH is not set
87405 -# CONFIG_USB_PEGASUS is not set
87406 -# CONFIG_USB_RTL8150 is not set
87407 -# CONFIG_USB_USBNET is not set
87408 -# CONFIG_WAN is not set
87409 -# CONFIG_PPP is not set
87410 -# CONFIG_SLIP is not set
87411 -# CONFIG_NETCONSOLE is not set
87412 -# CONFIG_NETPOLL is not set
87413 -# CONFIG_NET_POLL_CONTROLLER is not set
87414 -# CONFIG_ISDN is not set
87415 -# CONFIG_PHONE is not set
87416 -
87417 -#
87418 -# Input device support
87419 -#
87420 -# CONFIG_INPUT is not set
87421 -
87422 -#
87423 -# Hardware I/O ports
87424 -#
87425 -# CONFIG_SERIO is not set
87426 -# CONFIG_GAMEPORT is not set
87427 -
87428 -#
87429 -# Character devices
87430 -#
87431 -# CONFIG_VT is not set
87432 -# CONFIG_SERIAL_NONSTANDARD is not set
87433 -
87434 -#
87435 -# Serial drivers
87436 -#
87437 -CONFIG_SERIAL_8250=y
87438 -CONFIG_SERIAL_8250_CONSOLE=y
87439 -CONFIG_SERIAL_8250_NR_UARTS=4
87440 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
87441 -CONFIG_SERIAL_8250_EXTENDED=y
87442 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
87443 -CONFIG_SERIAL_8250_SHARE_IRQ=y
87444 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
87445 -# CONFIG_SERIAL_8250_RSA is not set
87446 -
87447 -#
87448 -# Non-8250 serial port support
87449 -#
87450 -# CONFIG_SERIAL_UARTLITE is not set
87451 -CONFIG_SERIAL_CORE=y
87452 -CONFIG_SERIAL_CORE_CONSOLE=y
87453 -# CONFIG_SERIAL_OF_PLATFORM is not set
87454 -CONFIG_UNIX98_PTYS=y
87455 -CONFIG_LEGACY_PTYS=y
87456 -CONFIG_LEGACY_PTY_COUNT=256
87457 -# CONFIG_IPMI_HANDLER is not set
87458 -CONFIG_HW_RANDOM=y
87459 -# CONFIG_NVRAM is not set
87460 -# CONFIG_GEN_RTC is not set
87461 -# CONFIG_R3964 is not set
87462 -# CONFIG_RAW_DRIVER is not set
87463 -# CONFIG_TCG_TPM is not set
87464 -CONFIG_I2C=y
87465 -CONFIG_I2C_BOARDINFO=y
87466 -# CONFIG_I2C_CHARDEV is not set
87467 -
87468 -#
87469 -# I2C Algorithms
87470 -#
87471 -# CONFIG_I2C_ALGOBIT is not set
87472 -# CONFIG_I2C_ALGOPCF is not set
87473 -# CONFIG_I2C_ALGOPCA is not set
87474 -
87475 -#
87476 -# I2C Hardware Bus support
87477 -#
87478 -# CONFIG_I2C_MPC is not set
87479 -# CONFIG_I2C_OCORES is not set
87480 -# CONFIG_I2C_PARPORT_LIGHT is not set
87481 -# CONFIG_I2C_SIMTEC is not set
87482 -# CONFIG_I2C_TAOS_EVM is not set
87483 -# CONFIG_I2C_STUB is not set
87484 -# CONFIG_I2C_TINY_USB is not set
87485 -
87486 -#
87487 -# Miscellaneous I2C Chip support
87488 -#
87489 -# CONFIG_DS1682 is not set
87490 -CONFIG_SENSORS_EEPROM=y
87491 -# CONFIG_SENSORS_PCF8574 is not set
87492 -# CONFIG_PCF8575 is not set
87493 -# CONFIG_SENSORS_PCF8591 is not set
87494 -# CONFIG_TPS65010 is not set
87495 -# CONFIG_SENSORS_MAX6875 is not set
87496 -# CONFIG_SENSORS_TSL2550 is not set
87497 -# CONFIG_I2C_DEBUG_CORE is not set
87498 -# CONFIG_I2C_DEBUG_ALGO is not set
87499 -# CONFIG_I2C_DEBUG_BUS is not set
87500 -# CONFIG_I2C_DEBUG_CHIP is not set
87501 -
87502 -#
87503 -# SPI support
87504 -#
87505 -# CONFIG_SPI is not set
87506 -# CONFIG_SPI_MASTER is not set
87507 -# CONFIG_W1 is not set
87508 -# CONFIG_POWER_SUPPLY is not set
87509 -CONFIG_HWMON=y
87510 -# CONFIG_HWMON_VID is not set
87511 -# CONFIG_SENSORS_AD7418 is not set
87512 -# CONFIG_SENSORS_ADM1021 is not set
87513 -# CONFIG_SENSORS_ADM1025 is not set
87514 -# CONFIG_SENSORS_ADM1026 is not set
87515 -# CONFIG_SENSORS_ADM1029 is not set
87516 -# CONFIG_SENSORS_ADM1031 is not set
87517 -# CONFIG_SENSORS_ADM9240 is not set
87518 -# CONFIG_SENSORS_ADT7470 is not set
87519 -# CONFIG_SENSORS_ATXP1 is not set
87520 -# CONFIG_SENSORS_DS1621 is not set
87521 -# CONFIG_SENSORS_F71805F is not set
87522 -# CONFIG_SENSORS_F71882FG is not set
87523 -# CONFIG_SENSORS_F75375S is not set
87524 -# CONFIG_SENSORS_GL518SM is not set
87525 -# CONFIG_SENSORS_GL520SM is not set
87526 -# CONFIG_SENSORS_IT87 is not set
87527 -# CONFIG_SENSORS_LM63 is not set
87528 -# CONFIG_SENSORS_LM75 is not set
87529 -# CONFIG_SENSORS_LM77 is not set
87530 -# CONFIG_SENSORS_LM78 is not set
87531 -# CONFIG_SENSORS_LM80 is not set
87532 -# CONFIG_SENSORS_LM83 is not set
87533 -# CONFIG_SENSORS_LM85 is not set
87534 -# CONFIG_SENSORS_LM87 is not set
87535 -# CONFIG_SENSORS_LM90 is not set
87536 -# CONFIG_SENSORS_LM92 is not set
87537 -# CONFIG_SENSORS_LM93 is not set
87538 -# CONFIG_SENSORS_MAX1619 is not set
87539 -# CONFIG_SENSORS_MAX6650 is not set
87540 -# CONFIG_SENSORS_PC87360 is not set
87541 -# CONFIG_SENSORS_PC87427 is not set
87542 -# CONFIG_SENSORS_DME1737 is not set
87543 -# CONFIG_SENSORS_SMSC47M1 is not set
87544 -# CONFIG_SENSORS_SMSC47M192 is not set
87545 -# CONFIG_SENSORS_SMSC47B397 is not set
87546 -# CONFIG_SENSORS_ADS7828 is not set
87547 -# CONFIG_SENSORS_THMC50 is not set
87548 -# CONFIG_SENSORS_VT1211 is not set
87549 -# CONFIG_SENSORS_W83781D is not set
87550 -# CONFIG_SENSORS_W83791D is not set
87551 -# CONFIG_SENSORS_W83792D is not set
87552 -# CONFIG_SENSORS_W83793 is not set
87553 -# CONFIG_SENSORS_W83L785TS is not set
87554 -# CONFIG_SENSORS_W83L786NG is not set
87555 -# CONFIG_SENSORS_W83627HF is not set
87556 -# CONFIG_SENSORS_W83627EHF is not set
87557 -# CONFIG_HWMON_DEBUG_CHIP is not set
87558 -CONFIG_THERMAL=y
87559 -# CONFIG_WATCHDOG is not set
87560 -
87561 -#
87562 -# Sonics Silicon Backplane
87563 -#
87564 -CONFIG_SSB_POSSIBLE=y
87565 -# CONFIG_SSB is not set
87566 -
87567 -#
87568 -# Multifunction device drivers
87569 -#
87570 -# CONFIG_MFD_SM501 is not set
87571 -
87572 -#
87573 -# Multimedia devices
87574 -#
87575 -# CONFIG_VIDEO_DEV is not set
87576 -# CONFIG_DVB_CORE is not set
87577 -# CONFIG_DAB is not set
87578 -
87579 -#
87580 -# Graphics support
87581 -#
87582 -# CONFIG_VGASTATE is not set
87583 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
87584 -# CONFIG_FB is not set
87585 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
87586 -
87587 -#
87588 -# Display device support
87589 -#
87590 -# CONFIG_DISPLAY_SUPPORT is not set
87591 -
87592 -#
87593 -# Sound
87594 -#
87595 -# CONFIG_SOUND is not set
87596 -CONFIG_USB_SUPPORT=y
87597 -CONFIG_USB_ARCH_HAS_HCD=y
87598 -CONFIG_USB_ARCH_HAS_OHCI=y
87599 -# CONFIG_USB_ARCH_HAS_EHCI is not set
87600 -CONFIG_USB=y
87601 -# CONFIG_USB_DEBUG is not set
87602 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
87603 -
87604 -#
87605 -# Miscellaneous USB options
87606 -#
87607 -# CONFIG_USB_DEVICEFS is not set
87608 -CONFIG_USB_DEVICE_CLASS=y
87609 -# CONFIG_USB_DYNAMIC_MINORS is not set
87610 -# CONFIG_USB_OTG is not set
87611 -
87612 -#
87613 -# USB Host Controller Drivers
87614 -#
87615 -# CONFIG_USB_ISP116X_HCD is not set
87616 -CONFIG_USB_OHCI_HCD=y
87617 -CONFIG_USB_OHCI_HCD_PPC_OF=y
87618 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
87619 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
87620 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
87621 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
87622 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
87623 -# CONFIG_USB_SL811_HCD is not set
87624 -# CONFIG_USB_R8A66597_HCD is not set
87625 -
87626 -#
87627 -# USB Device Class drivers
87628 -#
87629 -# CONFIG_USB_ACM is not set
87630 -# CONFIG_USB_PRINTER is not set
87631 -
87632 -#
87633 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
87634 -#
87635 -
87636 -#
87637 -# may also be needed; see USB_STORAGE Help for more information
87638 -#
87639 -CONFIG_USB_STORAGE=y
87640 -# CONFIG_USB_STORAGE_DEBUG is not set
87641 -# CONFIG_USB_STORAGE_DATAFAB is not set
87642 -# CONFIG_USB_STORAGE_FREECOM is not set
87643 -# CONFIG_USB_STORAGE_ISD200 is not set
87644 -# CONFIG_USB_STORAGE_DPCM is not set
87645 -# CONFIG_USB_STORAGE_USBAT is not set
87646 -# CONFIG_USB_STORAGE_SDDR09 is not set
87647 -# CONFIG_USB_STORAGE_SDDR55 is not set
87648 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
87649 -# CONFIG_USB_STORAGE_ALAUDA is not set
87650 -# CONFIG_USB_STORAGE_KARMA is not set
87651 -# CONFIG_USB_LIBUSUAL is not set
87652 -
87653 -#
87654 -# USB Imaging devices
87655 -#
87656 -# CONFIG_USB_MDC800 is not set
87657 -# CONFIG_USB_MICROTEK is not set
87658 -CONFIG_USB_MON=y
87659 -
87660 -#
87661 -# USB port drivers
87662 -#
87663 -# CONFIG_USB_SERIAL is not set
87664 -
87665 -#
87666 -# USB Miscellaneous drivers
87667 -#
87668 -# CONFIG_USB_EMI62 is not set
87669 -# CONFIG_USB_EMI26 is not set
87670 -# CONFIG_USB_ADUTUX is not set
87671 -# CONFIG_USB_AUERSWALD is not set
87672 -# CONFIG_USB_RIO500 is not set
87673 -# CONFIG_USB_LEGOTOWER is not set
87674 -# CONFIG_USB_LCD is not set
87675 -# CONFIG_USB_BERRY_CHARGE is not set
87676 -# CONFIG_USB_LED is not set
87677 -# CONFIG_USB_CYPRESS_CY7C63 is not set
87678 -# CONFIG_USB_CYTHERM is not set
87679 -# CONFIG_USB_PHIDGET is not set
87680 -# CONFIG_USB_IDMOUSE is not set
87681 -# CONFIG_USB_FTDI_ELAN is not set
87682 -# CONFIG_USB_APPLEDISPLAY is not set
87683 -# CONFIG_USB_LD is not set
87684 -# CONFIG_USB_TRANCEVIBRATOR is not set
87685 -# CONFIG_USB_IOWARRIOR is not set
87686 -# CONFIG_USB_GADGET is not set
87687 -CONFIG_MMC=m
87688 -# CONFIG_MMC_DEBUG is not set
87689 -# CONFIG_MMC_UNSAFE_RESUME is not set
87690 -
87691 -#
87692 -# MMC/SD Card Drivers
87693 -#
87694 -CONFIG_MMC_BLOCK=m
87695 -CONFIG_MMC_BLOCK_BOUNCE=y
87696 -# CONFIG_SDIO_UART is not set
87697 -
87698 -#
87699 -# MMC/SD Host Controller Drivers
87700 -#
87701 -# CONFIG_MMC_WBSD is not set
87702 -# CONFIG_MEMSTICK is not set
87703 -# CONFIG_NEW_LEDS is not set
87704 -# CONFIG_EDAC is not set
87705 -# CONFIG_RTC_CLASS is not set
87706 -
87707 -#
87708 -# Userspace I/O
87709 -#
87710 -# CONFIG_UIO is not set
87711 -
87712 -#
87713 -# File systems
87714 -#
87715 -CONFIG_EXT2_FS=y
87716 -# CONFIG_EXT2_FS_XATTR is not set
87717 -# CONFIG_EXT2_FS_XIP is not set
87718 -# CONFIG_EXT3_FS is not set
87719 -# CONFIG_EXT4DEV_FS is not set
87720 -# CONFIG_REISERFS_FS is not set
87721 -# CONFIG_JFS_FS is not set
87722 -# CONFIG_FS_POSIX_ACL is not set
87723 -# CONFIG_XFS_FS is not set
87724 -# CONFIG_GFS2_FS is not set
87725 -# CONFIG_OCFS2_FS is not set
87726 -CONFIG_DNOTIFY=y
87727 -CONFIG_INOTIFY=y
87728 -CONFIG_INOTIFY_USER=y
87729 -# CONFIG_QUOTA is not set
87730 -# CONFIG_AUTOFS_FS is not set
87731 -# CONFIG_AUTOFS4_FS is not set
87732 -# CONFIG_FUSE_FS is not set
87733 -
87734 -#
87735 -# CD-ROM/DVD Filesystems
87736 -#
87737 -# CONFIG_ISO9660_FS is not set
87738 -# CONFIG_UDF_FS is not set
87739 -
87740 -#
87741 -# DOS/FAT/NT Filesystems
87742 -#
87743 -CONFIG_FAT_FS=y
87744 -CONFIG_MSDOS_FS=y
87745 -CONFIG_VFAT_FS=y
87746 -CONFIG_FAT_DEFAULT_CODEPAGE=437
87747 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
87748 -# CONFIG_NTFS_FS is not set
87749 -
87750 -#
87751 -# Pseudo filesystems
87752 -#
87753 -CONFIG_PROC_FS=y
87754 -CONFIG_PROC_KCORE=y
87755 -CONFIG_PROC_SYSCTL=y
87756 -CONFIG_SYSFS=y
87757 -# CONFIG_TMPFS is not set
87758 -# CONFIG_HUGETLB_PAGE is not set
87759 -# CONFIG_CONFIGFS_FS is not set
87760 -
87761 -#
87762 -# Miscellaneous filesystems
87763 -#
87764 -# CONFIG_ADFS_FS is not set
87765 -# CONFIG_AFFS_FS is not set
87766 -# CONFIG_HFS_FS is not set
87767 -# CONFIG_HFSPLUS_FS is not set
87768 -# CONFIG_BEFS_FS is not set
87769 -# CONFIG_BFS_FS is not set
87770 -# CONFIG_EFS_FS is not set
87771 -CONFIG_JFFS2_FS=y
87772 -CONFIG_JFFS2_FS_DEBUG=0
87773 -CONFIG_JFFS2_FS_WRITEBUFFER=y
87774 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
87775 -# CONFIG_JFFS2_SUMMARY is not set
87776 -# CONFIG_JFFS2_FS_XATTR is not set
87777 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
87778 -CONFIG_JFFS2_ZLIB=y
87779 -# CONFIG_JFFS2_LZO is not set
87780 -CONFIG_JFFS2_RTIME=y
87781 -# CONFIG_JFFS2_RUBIN is not set
87782 -CONFIG_CRAMFS=y
87783 -# CONFIG_VXFS_FS is not set
87784 -# CONFIG_MINIX_FS is not set
87785 -# CONFIG_HPFS_FS is not set
87786 -# CONFIG_QNX4FS_FS is not set
87787 -# CONFIG_ROMFS_FS is not set
87788 -# CONFIG_SYSV_FS is not set
87789 -# CONFIG_UFS_FS is not set
87790 -CONFIG_NETWORK_FILESYSTEMS=y
87791 -CONFIG_NFS_FS=y
87792 -CONFIG_NFS_V3=y
87793 -# CONFIG_NFS_V3_ACL is not set
87794 -# CONFIG_NFS_V4 is not set
87795 -# CONFIG_NFS_DIRECTIO is not set
87796 -# CONFIG_NFSD is not set
87797 -CONFIG_ROOT_NFS=y
87798 -CONFIG_LOCKD=y
87799 -CONFIG_LOCKD_V4=y
87800 -CONFIG_NFS_COMMON=y
87801 -CONFIG_SUNRPC=y
87802 -# CONFIG_SUNRPC_BIND34 is not set
87803 -# CONFIG_RPCSEC_GSS_KRB5 is not set
87804 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
87805 -# CONFIG_SMB_FS is not set
87806 -# CONFIG_CIFS is not set
87807 -# CONFIG_NCP_FS is not set
87808 -# CONFIG_CODA_FS is not set
87809 -# CONFIG_AFS_FS is not set
87810 -
87811 -#
87812 -# Partition Types
87813 -#
87814 -# CONFIG_PARTITION_ADVANCED is not set
87815 -CONFIG_MSDOS_PARTITION=y
87816 -CONFIG_NLS=y
87817 -CONFIG_NLS_DEFAULT="iso8859-1"
87818 -CONFIG_NLS_CODEPAGE_437=y
87819 -# CONFIG_NLS_CODEPAGE_737 is not set
87820 -# CONFIG_NLS_CODEPAGE_775 is not set
87821 -CONFIG_NLS_CODEPAGE_850=y
87822 -# CONFIG_NLS_CODEPAGE_852 is not set
87823 -# CONFIG_NLS_CODEPAGE_855 is not set
87824 -# CONFIG_NLS_CODEPAGE_857 is not set
87825 -# CONFIG_NLS_CODEPAGE_860 is not set
87826 -# CONFIG_NLS_CODEPAGE_861 is not set
87827 -# CONFIG_NLS_CODEPAGE_862 is not set
87828 -# CONFIG_NLS_CODEPAGE_863 is not set
87829 -# CONFIG_NLS_CODEPAGE_864 is not set
87830 -# CONFIG_NLS_CODEPAGE_865 is not set
87831 -# CONFIG_NLS_CODEPAGE_866 is not set
87832 -# CONFIG_NLS_CODEPAGE_869 is not set
87833 -# CONFIG_NLS_CODEPAGE_936 is not set
87834 -# CONFIG_NLS_CODEPAGE_950 is not set
87835 -# CONFIG_NLS_CODEPAGE_932 is not set
87836 -# CONFIG_NLS_CODEPAGE_949 is not set
87837 -# CONFIG_NLS_CODEPAGE_874 is not set
87838 -# CONFIG_NLS_ISO8859_8 is not set
87839 -# CONFIG_NLS_CODEPAGE_1250 is not set
87840 -# CONFIG_NLS_CODEPAGE_1251 is not set
87841 -CONFIG_NLS_ASCII=y
87842 -CONFIG_NLS_ISO8859_1=y
87843 -# CONFIG_NLS_ISO8859_2 is not set
87844 -# CONFIG_NLS_ISO8859_3 is not set
87845 -# CONFIG_NLS_ISO8859_4 is not set
87846 -# CONFIG_NLS_ISO8859_5 is not set
87847 -# CONFIG_NLS_ISO8859_6 is not set
87848 -# CONFIG_NLS_ISO8859_7 is not set
87849 -# CONFIG_NLS_ISO8859_9 is not set
87850 -# CONFIG_NLS_ISO8859_13 is not set
87851 -# CONFIG_NLS_ISO8859_14 is not set
87852 -CONFIG_NLS_ISO8859_15=y
87853 -# CONFIG_NLS_KOI8_R is not set
87854 -# CONFIG_NLS_KOI8_U is not set
87855 -CONFIG_NLS_UTF8=y
87856 -# CONFIG_DLM is not set
87857 -
87858 -#
87859 -# Library routines
87860 -#
87861 -CONFIG_BITREVERSE=y
87862 -CONFIG_CRC_CCITT=y
87863 -# CONFIG_CRC16 is not set
87864 -# CONFIG_CRC_ITU_T is not set
87865 -CONFIG_CRC32=y
87866 -# CONFIG_CRC7 is not set
87867 -# CONFIG_LIBCRC32C is not set
87868 -CONFIG_ZLIB_INFLATE=y
87869 -CONFIG_ZLIB_DEFLATE=y
87870 -CONFIG_PLIST=y
87871 -CONFIG_HAS_IOMEM=y
87872 -CONFIG_HAS_IOPORT=y
87873 -CONFIG_HAS_DMA=y
87874 -
87875 -#
87876 -# Kernel hacking
87877 -#
87878 -# CONFIG_PRINTK_TIME is not set
87879 -CONFIG_ENABLE_WARN_DEPRECATED=y
87880 -CONFIG_ENABLE_MUST_CHECK=y
87881 -CONFIG_MAGIC_SYSRQ=y
87882 -# CONFIG_UNUSED_SYMBOLS is not set
87883 -CONFIG_DEBUG_FS=y
87884 -# CONFIG_HEADERS_CHECK is not set
87885 -CONFIG_DEBUG_KERNEL=y
87886 -# CONFIG_DEBUG_SHIRQ is not set
87887 -CONFIG_DETECT_SOFTLOCKUP=y
87888 -# CONFIG_SCHED_DEBUG is not set
87889 -# CONFIG_SCHEDSTATS is not set
87890 -# CONFIG_TIMER_STATS is not set
87891 -# CONFIG_DEBUG_SLAB is not set
87892 -# CONFIG_DEBUG_RT_MUTEXES is not set
87893 -# CONFIG_RT_MUTEX_TESTER is not set
87894 -# CONFIG_DEBUG_SPINLOCK is not set
87895 -# CONFIG_DEBUG_MUTEXES is not set
87896 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
87897 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
87898 -# CONFIG_DEBUG_KOBJECT is not set
87899 -# CONFIG_DEBUG_BUGVERBOSE is not set
87900 -CONFIG_DEBUG_INFO=y
87901 -# CONFIG_DEBUG_VM is not set
87902 -# CONFIG_DEBUG_LIST is not set
87903 -# CONFIG_DEBUG_SG is not set
87904 -# CONFIG_BOOT_PRINTK_DELAY is not set
87905 -# CONFIG_RCU_TORTURE_TEST is not set
87906 -# CONFIG_BACKTRACE_SELF_TEST is not set
87907 -# CONFIG_FAULT_INJECTION is not set
87908 -# CONFIG_SAMPLES is not set
87909 -# CONFIG_DEBUG_STACKOVERFLOW is not set
87910 -# CONFIG_DEBUG_STACK_USAGE is not set
87911 -# CONFIG_DEBUG_PAGEALLOC is not set
87912 -# CONFIG_DEBUGGER is not set
87913 -# CONFIG_VIRQ_DEBUG is not set
87914 -CONFIG_BDI_SWITCH=y
87915 -# CONFIG_PPC_EARLY_DEBUG is not set
87916 -
87917 -#
87918 -# Security options
87919 -#
87920 -# CONFIG_KEYS is not set
87921 -# CONFIG_SECURITY is not set
87922 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
87923 -CONFIG_CRYPTO=y
87924 -# CONFIG_CRYPTO_SEQIV is not set
87925 -# CONFIG_CRYPTO_MANAGER is not set
87926 -# CONFIG_CRYPTO_HMAC is not set
87927 -# CONFIG_CRYPTO_XCBC is not set
87928 -# CONFIG_CRYPTO_NULL is not set
87929 -# CONFIG_CRYPTO_MD4 is not set
87930 -# CONFIG_CRYPTO_MD5 is not set
87931 -# CONFIG_CRYPTO_SHA1 is not set
87932 -# CONFIG_CRYPTO_SHA256 is not set
87933 -# CONFIG_CRYPTO_SHA512 is not set
87934 -# CONFIG_CRYPTO_WP512 is not set
87935 -# CONFIG_CRYPTO_TGR192 is not set
87936 -# CONFIG_CRYPTO_GF128MUL is not set
87937 -# CONFIG_CRYPTO_ECB is not set
87938 -# CONFIG_CRYPTO_CBC is not set
87939 -# CONFIG_CRYPTO_PCBC is not set
87940 -# CONFIG_CRYPTO_LRW is not set
87941 -# CONFIG_CRYPTO_XTS is not set
87942 -# CONFIG_CRYPTO_CTR is not set
87943 -# CONFIG_CRYPTO_GCM is not set
87944 -# CONFIG_CRYPTO_CCM is not set
87945 -# CONFIG_CRYPTO_CRYPTD is not set
87946 -# CONFIG_CRYPTO_DES is not set
87947 -# CONFIG_CRYPTO_FCRYPT is not set
87948 -# CONFIG_CRYPTO_BLOWFISH is not set
87949 -# CONFIG_CRYPTO_TWOFISH is not set
87950 -# CONFIG_CRYPTO_SERPENT is not set
87951 -# CONFIG_CRYPTO_AES is not set
87952 -# CONFIG_CRYPTO_CAST5 is not set
87953 -# CONFIG_CRYPTO_CAST6 is not set
87954 -# CONFIG_CRYPTO_TEA is not set
87955 -# CONFIG_CRYPTO_ARC4 is not set
87956 -# CONFIG_CRYPTO_KHAZAD is not set
87957 -# CONFIG_CRYPTO_ANUBIS is not set
87958 -# CONFIG_CRYPTO_SEED is not set
87959 -# CONFIG_CRYPTO_SALSA20 is not set
87960 -# CONFIG_CRYPTO_DEFLATE is not set
87961 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
87962 -# CONFIG_CRYPTO_CRC32C is not set
87963 -# CONFIG_CRYPTO_CAMELLIA is not set
87964 -# CONFIG_CRYPTO_TEST is not set
87965 -# CONFIG_CRYPTO_AUTHENC is not set
87966 -# CONFIG_CRYPTO_LZO is not set
87967 -CONFIG_CRYPTO_HW=y
87968 -# CONFIG_PPC_CLOCK is not set
87969 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/Makefile powerpc.git/arch/powerpc/kernel/Makefile
87970 --- linux-2.6.25-rc9/arch/powerpc/kernel/Makefile 2008-04-11 22:32:29.000000000 +0200
87971 +++ powerpc.git/arch/powerpc/kernel/Makefile 2008-04-19 16:40:52.000000000 +0200
87972 @@ -67,6 +67,7 @@
87973 obj-$(CONFIG_SMP) += smp.o
87974 obj-$(CONFIG_KPROBES) += kprobes.o
87975 obj-$(CONFIG_PPC_UDBG_16550) += legacy_serial.o udbg_16550.o
87976 +obj-$(CONFIG_STACKTRACE) += stacktrace.o
87977
87978 pci64-$(CONFIG_PPC64) += pci_dn.o isa-bridge.o
87979 obj-$(CONFIG_PCI) += pci_$(CONFIG_WORD_SIZE).o $(pci64-y) \
87980 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/asm-offsets.c powerpc.git/arch/powerpc/kernel/asm-offsets.c
87981 --- linux-2.6.25-rc9/arch/powerpc/kernel/asm-offsets.c 2008-04-11 22:32:29.000000000 +0200
87982 +++ powerpc.git/arch/powerpc/kernel/asm-offsets.c 2008-04-19 16:40:52.000000000 +0200
87983 @@ -26,8 +26,6 @@
87984 #ifdef CONFIG_PPC64
87985 #include <linux/time.h>
87986 #include <linux/hardirq.h>
87987 -#else
87988 -#include <linux/ptrace.h>
87989 #endif
87990
87991 #include <asm/io.h>
87992 @@ -46,6 +44,9 @@
87993 #include <asm/mmu.h>
87994 #include <asm/hvcall.h>
87995 #endif
87996 +#ifdef CONFIG_PPC_ISERIES
87997 +#include <asm/iseries/alpaca.h>
87998 +#endif
87999
88000 #define DEFINE(sym, val) \
88001 asm volatile("\n->" #sym " %0 " #val : : "i" (val))
88002 @@ -60,7 +61,6 @@
88003 DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context));
88004 #else
88005 DEFINE(THREAD_INFO, offsetof(struct task_struct, stack));
88006 - DEFINE(PTRACE, offsetof(struct task_struct, ptrace));
88007 #endif /* CONFIG_PPC64 */
88008
88009 DEFINE(KSP, offsetof(struct thread_struct, ksp));
88010 @@ -80,7 +80,6 @@
88011 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir));
88012 #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
88013 DEFINE(THREAD_DBCR0, offsetof(struct thread_struct, dbcr0));
88014 - DEFINE(PT_PTRACED, PT_PTRACED);
88015 #endif
88016 #ifdef CONFIG_SPE
88017 DEFINE(THREAD_EVR0, offsetof(struct thread_struct, evr[0]));
88018 @@ -325,6 +324,9 @@
88019 DEFINE(PAGE_OFFSET_VSID, KERNEL_VSID(PAGE_OFFSET));
88020 DEFINE(VMALLOC_START_ESID, GET_ESID(VMALLOC_START));
88021 DEFINE(VMALLOC_START_VSID, KERNEL_VSID(VMALLOC_START));
88022 +
88023 + /* alpaca */
88024 + DEFINE(ALPACA_SIZE, sizeof(struct alpaca));
88025 #endif
88026
88027 DEFINE(PGD_TABLE_SIZE, PGD_TABLE_SIZE);
88028 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/btext.c powerpc.git/arch/powerpc/kernel/btext.c
88029 --- linux-2.6.25-rc9/arch/powerpc/kernel/btext.c 2008-04-11 22:32:29.000000000 +0200
88030 +++ powerpc.git/arch/powerpc/kernel/btext.c 2008-03-17 14:03:31.000000000 +0100
88031 @@ -7,6 +7,7 @@
88032 #include <linux/string.h>
88033 #include <linux/init.h>
88034 #include <linux/module.h>
88035 +#include <linux/lmb.h>
88036
88037 #include <asm/sections.h>
88038 #include <asm/prom.h>
88039 @@ -15,7 +16,7 @@
88040 #include <asm/mmu.h>
88041 #include <asm/pgtable.h>
88042 #include <asm/io.h>
88043 -#include <asm/lmb.h>
88044 +#include <asm/prom.h>
88045 #include <asm/processor.h>
88046 #include <asm/udbg.h>
88047
88048 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
88049 --- linux-2.6.25-rc9/arch/powerpc/kernel/cpu_setup_44x.S 2008-04-11 22:32:29.000000000 +0200
88050 +++ powerpc.git/arch/powerpc/kernel/cpu_setup_44x.S 2008-04-19 16:40:52.000000000 +0200
88051 @@ -3,7 +3,7 @@
88052 * Valentine Barshak <vbarshak@ru.mvista.com>
88053 * MontaVista Software, Inc (c) 2007
88054 *
88055 - * Based on cpu_setup_6xx code by
88056 + * Based on cpu_setup_6xx code by
88057 * Benjamin Herrenschmidt <benh@kernel.crashing.org>
88058 *
88059 * This program is free software; you can redistribute it and/or
88060 @@ -32,6 +32,9 @@
88061 bl __fixup_440A_mcheck
88062 mtlr r4
88063 blr
88064 +_GLOBAL(__setup_cpu_460ex)
88065 +_GLOBAL(__setup_cpu_460gt)
88066 + b __init_fpu_44x
88067 _GLOBAL(__setup_cpu_440gx)
88068 _GLOBAL(__setup_cpu_440spe)
88069 b __fixup_440A_mcheck
88070 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/cputable.c powerpc.git/arch/powerpc/kernel/cputable.c
88071 --- linux-2.6.25-rc9/arch/powerpc/kernel/cputable.c 2008-04-11 22:32:29.000000000 +0200
88072 +++ powerpc.git/arch/powerpc/kernel/cputable.c 2008-04-19 16:40:52.000000000 +0200
88073 @@ -36,6 +36,8 @@
88074 extern void __setup_cpu_440gx(unsigned long offset, struct cpu_spec* spec);
88075 extern void __setup_cpu_440grx(unsigned long offset, struct cpu_spec* spec);
88076 extern void __setup_cpu_440spe(unsigned long offset, struct cpu_spec* spec);
88077 +extern void __setup_cpu_460ex(unsigned long offset, struct cpu_spec* spec);
88078 +extern void __setup_cpu_460gt(unsigned long offset, struct cpu_spec* spec);
88079 extern void __setup_cpu_603(unsigned long offset, struct cpu_spec* spec);
88080 extern void __setup_cpu_604(unsigned long offset, struct cpu_spec* spec);
88081 extern void __setup_cpu_750(unsigned long offset, struct cpu_spec* spec);
88082 @@ -1397,6 +1399,30 @@
88083 .machine_check = machine_check_440A,
88084 .platform = "ppc440",
88085 },
88086 + { /* 460EX */
88087 + .pvr_mask = 0xffff0002,
88088 + .pvr_value = 0x13020002,
88089 + .cpu_name = "460EX",
88090 + .cpu_features = CPU_FTRS_44X,
88091 + .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
88092 + .icache_bsize = 32,
88093 + .dcache_bsize = 32,
88094 + .cpu_setup = __setup_cpu_460ex,
88095 + .machine_check = machine_check_440A,
88096 + .platform = "ppc440",
88097 + },
88098 + { /* 460GT */
88099 + .pvr_mask = 0xffff0002,
88100 + .pvr_value = 0x13020000,
88101 + .cpu_name = "460GT",
88102 + .cpu_features = CPU_FTRS_44X,
88103 + .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
88104 + .icache_bsize = 32,
88105 + .dcache_bsize = 32,
88106 + .cpu_setup = __setup_cpu_460gt,
88107 + .machine_check = machine_check_440A,
88108 + .platform = "ppc440",
88109 + },
88110 #endif /* CONFIG_44x */
88111 #ifdef CONFIG_FSL_BOOKE
88112 #ifdef CONFIG_E200
88113 @@ -1512,7 +1538,7 @@
88114 *t = *s;
88115 *PTRRELOC(&cur_cpu_spec) = &the_cpu_spec;
88116 #if defined(CONFIG_PPC64) || defined(CONFIG_BOOKE)
88117 - /* ppc64 and booke expect identify_cpu to also call
88118 + /* ppc64 and booke expect identify_cpu to also call
88119 * setup_cpu for that processor. I will consolidate
88120 * that at a later time, for now, just use #ifdef.
88121 * we also don't need to PTRRELOC the function pointer
88122 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/crash.c powerpc.git/arch/powerpc/kernel/crash.c
88123 --- linux-2.6.25-rc9/arch/powerpc/kernel/crash.c 2008-04-11 22:32:29.000000000 +0200
88124 +++ powerpc.git/arch/powerpc/kernel/crash.c 2008-03-17 14:03:31.000000000 +0100
88125 @@ -24,12 +24,13 @@
88126 #include <linux/init.h>
88127 #include <linux/irq.h>
88128 #include <linux/types.h>
88129 +#include <linux/lmb.h>
88130
88131 #include <asm/processor.h>
88132 #include <asm/machdep.h>
88133 #include <asm/kexec.h>
88134 #include <asm/kdump.h>
88135 -#include <asm/lmb.h>
88136 +#include <asm/prom.h>
88137 #include <asm/firmware.h>
88138 #include <asm/smp.h>
88139 #include <asm/system.h>
88140 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/crash_dump.c powerpc.git/arch/powerpc/kernel/crash_dump.c
88141 --- linux-2.6.25-rc9/arch/powerpc/kernel/crash_dump.c 2008-04-11 22:32:29.000000000 +0200
88142 +++ powerpc.git/arch/powerpc/kernel/crash_dump.c 2008-03-17 14:03:31.000000000 +0100
88143 @@ -13,8 +13,9 @@
88144
88145 #include <linux/crash_dump.h>
88146 #include <linux/bootmem.h>
88147 +#include <linux/lmb.h>
88148 #include <asm/kdump.h>
88149 -#include <asm/lmb.h>
88150 +#include <asm/prom.h>
88151 #include <asm/firmware.h>
88152 #include <asm/uaccess.h>
88153
88154 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/entry_32.S powerpc.git/arch/powerpc/kernel/entry_32.S
88155 --- linux-2.6.25-rc9/arch/powerpc/kernel/entry_32.S 2008-04-11 22:32:29.000000000 +0200
88156 +++ powerpc.git/arch/powerpc/kernel/entry_32.S 2008-04-19 16:40:52.000000000 +0200
88157 @@ -110,9 +110,9 @@
88158 stw r11,PT_REGS(r12)
88159 #if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
88160 /* Check to see if the dbcr0 register is set up to debug. Use the
88161 - single-step bit to do this. */
88162 + internal debug mode bit to do this. */
88163 lwz r12,THREAD_DBCR0(r12)
88164 - andis. r12,r12,DBCR0_IC@h
88165 + andis. r12,r12,DBCR0_IDM@h
88166 beq+ 3f
88167 /* From user and task is ptraced - load up global dbcr0 */
88168 li r12,-1 /* clear all pending debug events */
88169 @@ -120,6 +120,12 @@
88170 lis r11,global_dbcr0@ha
88171 tophys(r11,r11)
88172 addi r11,r11,global_dbcr0@l
88173 +#ifdef CONFIG_SMP
88174 + rlwinm r9,r1,0,0,(31-THREAD_SHIFT)
88175 + lwz r9,TI_CPU(r9)
88176 + slwi r9,r9,3
88177 + add r11,r11,r9
88178 +#endif
88179 lwz r12,0(r11)
88180 mtspr SPRN_DBCR0,r12
88181 lwz r12,4(r11)
88182 @@ -238,10 +244,10 @@
88183 stw r11,_CCR(r1)
88184 syscall_exit_cont:
88185 #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
88186 - /* If the process has its own DBCR0 value, load it up. The single
88187 - step bit tells us that dbcr0 should be loaded. */
88188 + /* If the process has its own DBCR0 value, load it up. The internal
88189 + debug mode bit tells us that dbcr0 should be loaded. */
88190 lwz r0,THREAD+THREAD_DBCR0(r2)
88191 - andis. r10,r0,DBCR0_IC@h
88192 + andis. r10,r0,DBCR0_IDM@h
88193 bnel- load_dbcr0
88194 #endif
88195 #ifdef CONFIG_44x
88196 @@ -666,10 +672,10 @@
88197
88198 restore_user:
88199 #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
88200 - /* Check whether this process has its own DBCR0 value. The single
88201 - step bit tells us that dbcr0 should be loaded. */
88202 + /* Check whether this process has its own DBCR0 value. The internal
88203 + debug mode bit tells us that dbcr0 should be loaded. */
88204 lwz r0,THREAD+THREAD_DBCR0(r2)
88205 - andis. r10,r0,DBCR0_IC@h
88206 + andis. r10,r0,DBCR0_IDM@h
88207 bnel- load_dbcr0
88208 #endif
88209
88210 @@ -879,6 +885,12 @@
88211 mfspr r10,SPRN_DBCR0
88212 lis r11,global_dbcr0@ha
88213 addi r11,r11,global_dbcr0@l
88214 +#ifdef CONFIG_SMP
88215 + rlwinm r9,r1,0,0,(31-THREAD_SHIFT)
88216 + lwz r9,TI_CPU(r9)
88217 + slwi r9,r9,3
88218 + add r11,r11,r9
88219 +#endif
88220 stw r10,0(r11)
88221 mtspr SPRN_DBCR0,r0
88222 lwz r10,4(r11)
88223 @@ -891,7 +903,7 @@
88224 .section .bss
88225 .align 4
88226 global_dbcr0:
88227 - .space 8
88228 + .space 8*NR_CPUS
88229 .previous
88230 #endif /* !(CONFIG_4xx || CONFIG_BOOKE) */
88231
88232 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/entry_64.S powerpc.git/arch/powerpc/kernel/entry_64.S
88233 --- linux-2.6.25-rc9/arch/powerpc/kernel/entry_64.S 2008-04-11 22:32:29.000000000 +0200
88234 +++ powerpc.git/arch/powerpc/kernel/entry_64.S 2008-04-19 16:40:52.000000000 +0200
88235 @@ -29,6 +29,8 @@
88236 #include <asm/cputable.h>
88237 #include <asm/firmware.h>
88238 #include <asm/bug.h>
88239 +#include <asm/ptrace.h>
88240 +#include <asm/irqflags.h>
88241
88242 /*
88243 * System calls.
88244 @@ -39,7 +41,7 @@
88245
88246 /* This value is used to mark exception frames on the stack. */
88247 exception_marker:
88248 - .tc ID_72656773_68657265[TC],0x7265677368657265
88249 + .tc ID_EXC_MARKER[TC],STACK_FRAME_REGS_MARKER
88250
88251 .section ".text"
88252 .align 7
88253 @@ -88,6 +90,14 @@
88254 addi r9,r1,STACK_FRAME_OVERHEAD
88255 ld r11,exception_marker@toc(r2)
88256 std r11,-16(r9) /* "regshere" marker */
88257 +#ifdef CONFIG_TRACE_IRQFLAGS
88258 + bl .trace_hardirqs_on
88259 + REST_GPR(0,r1)
88260 + REST_4GPRS(3,r1)
88261 + REST_2GPRS(7,r1)
88262 + addi r9,r1,STACK_FRAME_OVERHEAD
88263 + ld r12,_MSR(r1)
88264 +#endif /* CONFIG_TRACE_IRQFLAGS */
88265 li r10,1
88266 stb r10,PACASOFTIRQEN(r13)
88267 stb r10,PACAHARDIRQEN(r13)
88268 @@ -102,7 +112,7 @@
88269 b hardware_interrupt_entry
88270 2:
88271 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88272 -#endif
88273 +#endif /* CONFIG_PPC_ISERIES */
88274 mfmsr r11
88275 ori r11,r11,MSR_EE
88276 mtmsrd r11,1
88277 @@ -504,6 +514,10 @@
88278
88279 li r3,0
88280 stb r3,PACASOFTIRQEN(r13) /* ensure we are soft-disabled */
88281 +#ifdef CONFIG_TRACE_IRQFLAGS
88282 + bl .trace_hardirqs_off
88283 + mfmsr r10
88284 +#endif
88285 ori r10,r10,MSR_EE
88286 mtmsrd r10 /* hard-enable again */
88287 addi r3,r1,STACK_FRAME_OVERHEAD
88288 @@ -512,7 +526,7 @@
88289 4:
88290 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88291 #endif
88292 - stb r5,PACASOFTIRQEN(r13)
88293 + TRACE_AND_RESTORE_IRQ(r5);
88294
88295 /* extract EE bit and use it to restore paca->hard_enabled */
88296 ld r3,_MSR(r1)
88297 @@ -580,6 +594,16 @@
88298 bne restore
88299 /* here we are preempting the current task */
88300 1:
88301 +#ifdef CONFIG_TRACE_IRQFLAGS
88302 + bl .trace_hardirqs_on
88303 + /* Note: we just clobbered r10 which used to contain the previous
88304 + * MSR before the hard-disabling done by the caller of do_work.
88305 + * We don't have that value anymore, but it doesn't matter as
88306 + * we will hard-enable unconditionally, we can just reload the
88307 + * current MSR into r10
88308 + */
88309 + mfmsr r10
88310 +#endif /* CONFIG_TRACE_IRQFLAGS */
88311 li r0,1
88312 stb r0,PACASOFTIRQEN(r13)
88313 stb r0,PACAHARDIRQEN(r13)
88314 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/head_32.S powerpc.git/arch/powerpc/kernel/head_32.S
88315 --- linux-2.6.25-rc9/arch/powerpc/kernel/head_32.S 2008-04-11 22:32:29.000000000 +0200
88316 +++ powerpc.git/arch/powerpc/kernel/head_32.S 2008-04-19 16:40:52.000000000 +0200
88317 @@ -30,6 +30,7 @@
88318 #include <asm/thread_info.h>
88319 #include <asm/ppc_asm.h>
88320 #include <asm/asm-offsets.h>
88321 +#include <asm/ptrace.h>
88322
88323 /* 601 only have IBAT; cr0.eq is set on 601 when using this macro */
88324 #define LOAD_BAT(n, reg, RA, RB) \
88325 @@ -268,8 +269,8 @@
88326 li r10,MSR_KERNEL & ~(MSR_IR|MSR_DR); /* can take exceptions */ \
88327 MTMSRD(r10); /* (except for mach check in rtas) */ \
88328 stw r0,GPR0(r11); \
88329 - lis r10,0x7265; /* put exception frame marker */ \
88330 - addi r10,r10,0x6773; \
88331 + lis r10,STACK_FRAME_REGS_MARKER@ha; /* exception frame marker */ \
88332 + addi r10,r10,STACK_FRAME_REGS_MARKER@l; \
88333 stw r10,8(r11); \
88334 SAVE_4GPRS(3, r11); \
88335 SAVE_2GPRS(7, r11)
88336 @@ -763,23 +764,6 @@
88337 b fast_exception_return
88338
88339 /*
88340 - * AltiVec unavailable trap from kernel - print a message, but let
88341 - * the task use AltiVec in the kernel until it returns to user mode.
88342 - */
88343 -KernelAltiVec:
88344 - lwz r3,_MSR(r1)
88345 - oris r3,r3,MSR_VEC@h
88346 - stw r3,_MSR(r1) /* enable use of AltiVec after return */
88347 - lis r3,87f@h
88348 - ori r3,r3,87f@l
88349 - mr r4,r2 /* current */
88350 - lwz r5,_NIP(r1)
88351 - bl printk
88352 - b ret_from_except
88353 -87: .string "AltiVec used in kernel (task=%p, pc=%x) \n"
88354 - .align 4,0
88355 -
88356 -/*
88357 * giveup_altivec(tsk)
88358 * Disable AltiVec for the task given as the argument,
88359 * and save the AltiVec registers in its thread_struct.
88360 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/head_44x.S powerpc.git/arch/powerpc/kernel/head_44x.S
88361 --- linux-2.6.25-rc9/arch/powerpc/kernel/head_44x.S 2008-04-11 22:32:29.000000000 +0200
88362 +++ powerpc.git/arch/powerpc/kernel/head_44x.S 2008-04-19 16:40:52.000000000 +0200
88363 @@ -211,7 +211,7 @@
88364 SET_IVOR(12, WatchdogTimer);
88365 SET_IVOR(13, DataTLBError);
88366 SET_IVOR(14, InstructionTLBError);
88367 - SET_IVOR(15, Debug);
88368 + SET_IVOR(15, DebugCrit);
88369
88370 /* Establish the interrupt vector base */
88371 lis r4,interrupt_base@h /* IVPR only uses the high 16-bits */
88372 @@ -578,7 +578,7 @@
88373 b InstructionStorage
88374
88375 /* Debug Interrupt */
88376 - DEBUG_EXCEPTION
88377 + DEBUG_CRIT_EXCEPTION
88378
88379 /*
88380 * Local functions
88381 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/head_64.S powerpc.git/arch/powerpc/kernel/head_64.S
88382 --- linux-2.6.25-rc9/arch/powerpc/kernel/head_64.S 2008-04-11 22:32:29.000000000 +0200
88383 +++ powerpc.git/arch/powerpc/kernel/head_64.S 2008-04-19 16:40:52.000000000 +0200
88384 @@ -36,8 +36,7 @@
88385 #include <asm/firmware.h>
88386 #include <asm/page_64.h>
88387 #include <asm/exception.h>
88388 -
88389 -#define DO_SOFT_DISABLE
88390 +#include <asm/irqflags.h>
88391
88392 /*
88393 * We layout physical memory as follows:
88394 @@ -450,8 +449,8 @@
88395 */
88396 fast_exc_return_irq: /* restores irq state too */
88397 ld r3,SOFTE(r1)
88398 + TRACE_AND_RESTORE_IRQ(r3);
88399 ld r12,_MSR(r1)
88400 - stb r3,PACASOFTIRQEN(r13) /* restore paca->soft_enabled */
88401 rldicl r4,r12,49,63 /* get MSR_EE to LSB */
88402 stb r4,PACAHARDIRQEN(r13) /* restore paca->hard_enabled */
88403 b 1f
88404 @@ -621,7 +620,7 @@
88405 mtlr r10
88406
88407 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
88408 - beq- unrecov_slb
88409 + beq- 2f
88410
88411 .machine push
88412 .machine "power4"
88413 @@ -643,6 +642,22 @@
88414 rfid
88415 b . /* prevent speculative execution */
88416
88417 +2:
88418 +#ifdef CONFIG_PPC_ISERIES
88419 +BEGIN_FW_FTR_SECTION
88420 + b unrecov_slb
88421 +END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88422 +#endif /* CONFIG_PPC_ISERIES */
88423 + mfspr r11,SPRN_SRR0
88424 + clrrdi r10,r13,32
88425 + LOAD_HANDLER(r10,unrecov_slb)
88426 + mtspr SPRN_SRR0,r10
88427 + mfmsr r10
88428 + ori r10,r10,MSR_IR|MSR_DR|MSR_RI
88429 + mtspr SPRN_SRR1,r10
88430 + rfid
88431 + b .
88432 +
88433 unrecov_slb:
88434 EXCEPTION_PROLOG_COMMON(0x4100, PACA_EXSLB)
88435 DISABLE_INTS
88436 @@ -808,7 +823,7 @@
88437 * Hash table stuff
88438 */
88439 .align 7
88440 -_GLOBAL(do_hash_page)
88441 +_STATIC(do_hash_page)
88442 std r3,_DAR(r1)
88443 std r4,_DSISR(r1)
88444
88445 @@ -820,6 +835,27 @@
88446 END_FTR_SECTION_IFCLR(CPU_FTR_SLB)
88447
88448 /*
88449 + * On iSeries, we soft-disable interrupts here, then
88450 + * hard-enable interrupts so that the hash_page code can spin on
88451 + * the hash_table_lock without problems on a shared processor.
88452 + */
88453 + DISABLE_INTS
88454 +
88455 + /*
88456 + * Currently, trace_hardirqs_off() will be called by DISABLE_INTS
88457 + * and will clobber volatile registers when irq tracing is enabled
88458 + * so we need to reload them. It may be possible to be smarter here
88459 + * and move the irq tracing elsewhere but let's keep it simple for
88460 + * now
88461 + */
88462 +#ifdef CONFIG_TRACE_IRQFLAGS
88463 + ld r3,_DAR(r1)
88464 + ld r4,_DSISR(r1)
88465 + ld r5,_TRAP(r1)
88466 + ld r12,_MSR(r1)
88467 + clrrdi r5,r5,4
88468 +#endif /* CONFIG_TRACE_IRQFLAGS */
88469 + /*
88470 * We need to set the _PAGE_USER bit if MSR_PR is set or if we are
88471 * accessing a userspace segment (even from the kernel). We assume
88472 * kernel addresses always have the high bit set.
88473 @@ -832,13 +868,6 @@
88474 rlwimi r4,r5,22+2,31-2,31-2 /* Set _PAGE_EXEC if trap is 0x400 */
88475
88476 /*
88477 - * On iSeries, we soft-disable interrupts here, then
88478 - * hard-enable interrupts so that the hash_page code can spin on
88479 - * the hash_table_lock without problems on a shared processor.
88480 - */
88481 - DISABLE_INTS
88482 -
88483 - /*
88484 * r3 contains the faulting address
88485 * r4 contains the required access permissions
88486 * r5 contains the trap number
88487 @@ -848,7 +877,6 @@
88488 bl .hash_page /* build HPTE if possible */
88489 cmpdi r3,0 /* see if hash_page succeeded */
88490
88491 -#ifdef DO_SOFT_DISABLE
88492 BEGIN_FW_FTR_SECTION
88493 /*
88494 * If we had interrupts soft-enabled at the point where the
88495 @@ -860,7 +888,7 @@
88496 */
88497 beq 13f
88498 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88499 -#endif
88500 +
88501 BEGIN_FW_FTR_SECTION
88502 /*
88503 * Here we have interrupts hard-disabled, so it is sufficient
88504 @@ -874,11 +902,12 @@
88505
88506 /*
88507 * hash_page couldn't handle it, set soft interrupt enable back
88508 - * to what it was before the trap. Note that .local_irq_restore
88509 + * to what it was before the trap. Note that .raw_local_irq_restore
88510 * handles any interrupts pending at this point.
88511 */
88512 ld r3,SOFTE(r1)
88513 - bl .local_irq_restore
88514 + TRACE_AND_RESTORE_IRQ_PARTIAL(r3, 11f)
88515 + bl .raw_local_irq_restore
88516 b 11f
88517
88518 /* Here we have a page fault that hash_page can't handle. */
88519 @@ -1477,6 +1506,10 @@
88520 addi r2,r2,0x4000
88521 add r2,r2,r26
88522
88523 + /* Set initial ptr to current */
88524 + LOAD_REG_IMMEDIATE(r4, init_task)
88525 + std r4,PACACURRENT(r13)
88526 +
88527 /* Do very early kernel initializations, including initial hash table,
88528 * stab and slb setup before we turn on relocation. */
88529
88530 @@ -1505,10 +1538,6 @@
88531 li r0,0
88532 stdu r0,-STACK_FRAME_OVERHEAD(r1)
88533
88534 - /* ptr to current */
88535 - LOAD_REG_IMMEDIATE(r4, init_task)
88536 - std r4,PACACURRENT(r13)
88537 -
88538 /* Load the TOC */
88539 ld r2,PACATOC(r13)
88540 std r1,PACAKSAVE(r13)
88541 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/head_booke.h powerpc.git/arch/powerpc/kernel/head_booke.h
88542 --- linux-2.6.25-rc9/arch/powerpc/kernel/head_booke.h 2008-04-11 22:32:29.000000000 +0200
88543 +++ powerpc.git/arch/powerpc/kernel/head_booke.h 2008-04-19 16:40:52.000000000 +0200
88544 @@ -56,8 +56,17 @@
88545 * is necessary since the MMU is always on, for Book-E parts, and the stacks
88546 * are offset from KERNELBASE.
88547 *
88548 + * There is some space optimization to be had here if desired. However
88549 + * to allow for a common kernel with support for debug exceptions either
88550 + * going to critical or their own debug level we aren't currently
88551 + * providing configurations that micro-optimize space usage.
88552 */
88553 -#define BOOKE_EXCEPTION_STACK_SIZE (8192)
88554 +#ifdef CONFIG_44x
88555 +#define NUM_EXCEPTION_LVLS 2
88556 +#else
88557 +#define NUM_EXCEPTION_LVLS 3
88558 +#endif
88559 +#define BOOKE_EXCEPTION_STACK_SIZE (4096 * NUM_EXCEPTION_LVLS)
88560
88561 /* CRIT_SPRG only used in critical exception handling */
88562 #define CRIT_SPRG SPRN_SPRG2
88563 @@ -68,7 +77,7 @@
88564 #define CRIT_STACK_TOP (exception_stack_top)
88565
88566 /* only on e200 for now */
88567 -#define DEBUG_STACK_TOP (exception_stack_top - 4096)
88568 +#define DEBUG_STACK_TOP (exception_stack_top - 8192)
88569 #define DEBUG_SPRG SPRN_SPRG6W
88570
88571 #ifdef CONFIG_SMP
88572 @@ -212,9 +221,8 @@
88573 * save (and later restore) the MSR via SPRN_CSRR1, which will still have
88574 * the MSR_DE bit set.
88575 */
88576 -#ifdef CONFIG_E200
88577 -#define DEBUG_EXCEPTION \
88578 - START_EXCEPTION(Debug); \
88579 +#define DEBUG_DEBUG_EXCEPTION \
88580 + START_EXCEPTION(DebugDebug); \
88581 DEBUG_EXCEPTION_PROLOG; \
88582 \
88583 /* \
88584 @@ -234,8 +242,8 @@
88585 cmplw r12,r10; \
88586 blt+ 2f; /* addr below exception vectors */ \
88587 \
88588 - lis r10,Debug@h; \
88589 - ori r10,r10,Debug@l; \
88590 + lis r10,DebugDebug@h; \
88591 + ori r10,r10,DebugDebug@l; \
88592 cmplw r12,r10; \
88593 bgt+ 2f; /* addr above exception vectors */ \
88594 \
88595 @@ -265,9 +273,9 @@
88596 2: mfspr r4,SPRN_DBSR; \
88597 addi r3,r1,STACK_FRAME_OVERHEAD; \
88598 EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)
88599 -#else
88600 -#define DEBUG_EXCEPTION \
88601 - START_EXCEPTION(Debug); \
88602 +
88603 +#define DEBUG_CRIT_EXCEPTION \
88604 + START_EXCEPTION(DebugCrit); \
88605 CRITICAL_EXCEPTION_PROLOG; \
88606 \
88607 /* \
88608 @@ -287,8 +295,8 @@
88609 cmplw r12,r10; \
88610 blt+ 2f; /* addr below exception vectors */ \
88611 \
88612 - lis r10,Debug@h; \
88613 - ori r10,r10,Debug@l; \
88614 + lis r10,DebugCrit@h; \
88615 + ori r10,r10,DebugCrit@l; \
88616 cmplw r12,r10; \
88617 bgt+ 2f; /* addr above exception vectors */ \
88618 \
88619 @@ -318,7 +326,6 @@
88620 2: mfspr r4,SPRN_DBSR; \
88621 addi r3,r1,STACK_FRAME_OVERHEAD; \
88622 EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, crit_transfer_to_handler, ret_from_crit_exc)
88623 -#endif
88624
88625 #define INSTRUCTION_STORAGE_EXCEPTION \
88626 START_EXCEPTION(InstructionStorage) \
88627 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
88628 --- linux-2.6.25-rc9/arch/powerpc/kernel/head_fsl_booke.S 2008-04-11 22:32:29.000000000 +0200
88629 +++ powerpc.git/arch/powerpc/kernel/head_fsl_booke.S 2008-04-19 16:40:52.000000000 +0200
88630 @@ -68,7 +68,9 @@
88631 mr r29,r5
88632 mr r28,r6
88633 mr r27,r7
88634 + li r25,0 /* phys kernel start (low) */
88635 li r24,0 /* CPU number */
88636 + li r23,0 /* phys kernel start (high) */
88637
88638 /* We try to not make any assumptions about how the boot loader
88639 * setup or used the TLBs. We invalidate all mappings from the
88640 @@ -167,7 +169,28 @@
88641 mtspr SPRN_MAS0,r7
88642 tlbre
88643
88644 - /* Just modify the entry ID, EPN and RPN for the temp mapping */
88645 + /* grab and fixup the RPN */
88646 + mfspr r6,SPRN_MAS1 /* extract MAS1[SIZE] */
88647 + rlwinm r6,r6,25,27,30
88648 + li r8,-1
88649 + addi r6,r6,10
88650 + slw r6,r8,r6 /* convert to mask */
88651 +
88652 + bl 1f /* Find our address */
88653 +1: mflr r7
88654 +
88655 + mfspr r8,SPRN_MAS3
88656 +#ifdef CONFIG_PHYS_64BIT
88657 + mfspr r23,SPRN_MAS7
88658 +#endif
88659 + and r8,r6,r8
88660 + subfic r9,r6,-4096
88661 + and r9,r9,r7
88662 +
88663 + or r25,r8,r9
88664 + ori r8,r25,(MAS3_SX|MAS3_SW|MAS3_SR)
88665 +
88666 + /* Just modify the entry ID and EPN for the temp mapping */
88667 lis r7,0x1000 /* Set MAS0(TLBSEL) = 1 */
88668 rlwimi r7,r5,16,4,15 /* Setup MAS0 = TLBSEL | ESEL(r5) */
88669 mtspr SPRN_MAS0,r7
88670 @@ -177,12 +200,10 @@
88671 ori r6,r6,(MAS1_TSIZE(BOOKE_PAGESZ_4K))@l
88672 mtspr SPRN_MAS1,r6
88673 mfspr r6,SPRN_MAS2
88674 - lis r7,PHYSICAL_START@h
88675 + li r7,0 /* temp EPN = 0 */
88676 rlwimi r7,r6,0,20,31
88677 mtspr SPRN_MAS2,r7
88678 - mfspr r6,SPRN_MAS3
88679 - rlwimi r7,r6,0,20,31
88680 - mtspr SPRN_MAS3,r7
88681 + mtspr SPRN_MAS3,r8
88682 tlbwe
88683
88684 xori r6,r4,1
88685 @@ -232,8 +253,7 @@
88686 ori r6,r6,PAGE_OFFSET@l
88687 rlwimi r6,r7,0,20,31
88688 mtspr SPRN_MAS2,r6
88689 - li r7,(MAS3_SX|MAS3_SW|MAS3_SR)
88690 - mtspr SPRN_MAS3,r7
88691 + mtspr SPRN_MAS3,r8
88692 tlbwe
88693
88694 /* 7. Jump to KERNELBASE mapping */
88695 @@ -283,7 +303,10 @@
88696 SET_IVOR(12, WatchdogTimer);
88697 SET_IVOR(13, DataTLBError);
88698 SET_IVOR(14, InstructionTLBError);
88699 - SET_IVOR(15, Debug);
88700 + SET_IVOR(15, DebugDebug);
88701 +#if defined(CONFIG_E500)
88702 + SET_IVOR(15, DebugCrit);
88703 +#endif
88704 SET_IVOR(32, SPEUnavailable);
88705 SET_IVOR(33, SPEFloatingPointData);
88706 SET_IVOR(34, SPEFloatingPointRound);
88707 @@ -718,7 +741,10 @@
88708
88709
88710 /* Debug Interrupt */
88711 - DEBUG_EXCEPTION
88712 + DEBUG_DEBUG_EXCEPTION
88713 +#if defined(CONFIG_E500)
88714 + DEBUG_CRIT_EXCEPTION
88715 +#endif
88716
88717 /*
88718 * Local functions
88719 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/ibmebus.c powerpc.git/arch/powerpc/kernel/ibmebus.c
88720 --- linux-2.6.25-rc9/arch/powerpc/kernel/ibmebus.c 2008-04-11 22:32:29.000000000 +0200
88721 +++ powerpc.git/arch/powerpc/kernel/ibmebus.c 2008-04-19 16:40:52.000000000 +0200
88722 @@ -183,7 +183,7 @@
88723 ret = ibmebus_create_device(child);
88724 if (ret) {
88725 printk(KERN_ERR "%s: failed to create device (%i)",
88726 - __FUNCTION__, ret);
88727 + __func__, ret);
88728 of_node_put(child);
88729 break;
88730 }
88731 @@ -269,7 +269,7 @@
88732 if (bus_find_device(&ibmebus_bus_type, NULL, path,
88733 ibmebus_match_path)) {
88734 printk(KERN_WARNING "%s: %s has already been probed\n",
88735 - __FUNCTION__, path);
88736 + __func__, path);
88737 rc = -EEXIST;
88738 goto out;
88739 }
88740 @@ -279,7 +279,7 @@
88741 of_node_put(dn);
88742 } else {
88743 printk(KERN_WARNING "%s: no such device node: %s\n",
88744 - __FUNCTION__, path);
88745 + __func__, path);
88746 rc = -ENODEV;
88747 }
88748
88749 @@ -308,7 +308,7 @@
88750 return count;
88751 } else {
88752 printk(KERN_WARNING "%s: %s not on the bus\n",
88753 - __FUNCTION__, path);
88754 + __func__, path);
88755
88756 kfree(path);
88757 return -ENODEV;
88758 @@ -337,14 +337,14 @@
88759 err = of_bus_type_init(&ibmebus_bus_type, "ibmebus");
88760 if (err) {
88761 printk(KERN_ERR "%s: failed to register IBM eBus.\n",
88762 - __FUNCTION__);
88763 + __func__);
88764 return err;
88765 }
88766
88767 err = device_register(&ibmebus_bus_device);
88768 if (err) {
88769 printk(KERN_WARNING "%s: device_register returned %i\n",
88770 - __FUNCTION__, err);
88771 + __func__, err);
88772 bus_unregister(&ibmebus_bus_type);
88773
88774 return err;
88775 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/iommu.c powerpc.git/arch/powerpc/kernel/iommu.c
88776 --- linux-2.6.25-rc9/arch/powerpc/kernel/iommu.c 2008-04-11 22:32:29.000000000 +0200
88777 +++ powerpc.git/arch/powerpc/kernel/iommu.c 2008-04-19 16:40:52.000000000 +0200
88778 @@ -520,7 +520,7 @@
88779 unsigned int order;
88780
88781 if (!tbl || !tbl->it_map) {
88782 - printk(KERN_ERR "%s: expected TCE map for %s\n", __FUNCTION__,
88783 + printk(KERN_ERR "%s: expected TCE map for %s\n", __func__,
88784 node_name);
88785 return;
88786 }
88787 @@ -530,7 +530,7 @@
88788 for (i = 0; i < (tbl->it_size/64); i++) {
88789 if (tbl->it_map[i] != 0) {
88790 printk(KERN_WARNING "%s: Unexpected TCEs for %s\n",
88791 - __FUNCTION__, node_name);
88792 + __func__, node_name);
88793 break;
88794 }
88795 }
88796 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/irq.c powerpc.git/arch/powerpc/kernel/irq.c
88797 --- linux-2.6.25-rc9/arch/powerpc/kernel/irq.c 2008-04-11 22:32:29.000000000 +0200
88798 +++ powerpc.git/arch/powerpc/kernel/irq.c 2008-04-19 16:40:52.000000000 +0200
88799 @@ -114,7 +114,7 @@
88800 : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled)));
88801 }
88802
88803 -void local_irq_restore(unsigned long en)
88804 +void raw_local_irq_restore(unsigned long en)
88805 {
88806 /*
88807 * get_paca()->soft_enabled = en;
88808 @@ -174,6 +174,7 @@
88809
88810 __hard_irq_enable();
88811 }
88812 +EXPORT_SYMBOL(raw_local_irq_restore);
88813 #endif /* CONFIG_PPC64 */
88814
88815 int show_interrupts(struct seq_file *p, void *v)
88816 @@ -310,8 +311,21 @@
88817 handler = &__do_IRQ;
88818 irqtp->task = curtp->task;
88819 irqtp->flags = 0;
88820 +
88821 + /* Copy the softirq bits in preempt_count so that the
88822 + * softirq checks work in the hardirq context.
88823 + */
88824 + irqtp->preempt_count =
88825 + (irqtp->preempt_count & ~SOFTIRQ_MASK) |
88826 + (curtp->preempt_count & SOFTIRQ_MASK);
88827 +
88828 call_handle_irq(irq, desc, irqtp, handler);
88829 irqtp->task = NULL;
88830 +
88831 +
88832 + /* Set any flag that may have been set on the
88833 + * alternate stack
88834 + */
88835 if (irqtp->flags)
88836 set_bits(irqtp->flags, &curtp->flags);
88837 } else
88838 @@ -357,7 +371,7 @@
88839 memset((void *)softirq_ctx[i], 0, THREAD_SIZE);
88840 tp = softirq_ctx[i];
88841 tp->cpu = i;
88842 - tp->preempt_count = SOFTIRQ_OFFSET;
88843 + tp->preempt_count = 0;
88844
88845 memset((void *)hardirq_ctx[i], 0, THREAD_SIZE);
88846 tp = hardirq_ctx[i];
88847 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/isa-bridge.c powerpc.git/arch/powerpc/kernel/isa-bridge.c
88848 --- linux-2.6.25-rc9/arch/powerpc/kernel/isa-bridge.c 2008-04-11 22:32:29.000000000 +0200
88849 +++ powerpc.git/arch/powerpc/kernel/isa-bridge.c 2008-04-19 16:40:52.000000000 +0200
88850 @@ -80,13 +80,13 @@
88851 * (size depending on dev->n_addr_cells)
88852 * cell 5: the size of the range
88853 */
88854 - if ((range->isa_addr.a_hi && ISA_SPACE_MASK) != ISA_SPACE_IO) {
88855 + if ((range->isa_addr.a_hi & ISA_SPACE_MASK) != ISA_SPACE_IO) {
88856 range++;
88857 rlen -= sizeof(struct isa_range);
88858 if (rlen < sizeof(struct isa_range))
88859 goto inval_range;
88860 }
88861 - if ((range->isa_addr.a_hi && ISA_SPACE_MASK) != ISA_SPACE_IO)
88862 + if ((range->isa_addr.a_hi & ISA_SPACE_MASK) != ISA_SPACE_IO)
88863 goto inval_range;
88864
88865 isa_addr = range->isa_addr.a_lo;
88866 @@ -99,7 +99,7 @@
88867 */
88868 if ((pci_addr != 0) || (isa_addr != 0)) {
88869 printk(KERN_ERR "unexpected isa to pci mapping: %s\n",
88870 - __FUNCTION__);
88871 + __func__);
88872 return;
88873 }
88874
88875 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/lparcfg.c powerpc.git/arch/powerpc/kernel/lparcfg.c
88876 --- linux-2.6.25-rc9/arch/powerpc/kernel/lparcfg.c 2008-04-11 22:32:29.000000000 +0200
88877 +++ powerpc.git/arch/powerpc/kernel/lparcfg.c 2008-04-19 16:40:52.000000000 +0200
88878 @@ -226,7 +226,7 @@
88879 unsigned char *local_buffer = kmalloc(SPLPAR_MAXLENGTH, GFP_KERNEL);
88880 if (!local_buffer) {
88881 printk(KERN_ERR "%s %s kmalloc failure at line %d \n",
88882 - __FILE__, __FUNCTION__, __LINE__);
88883 + __FILE__, __func__, __LINE__);
88884 return;
88885 }
88886
88887 @@ -243,14 +243,14 @@
88888 if (call_status != 0) {
88889 printk(KERN_INFO
88890 "%s %s Error calling get-system-parameter (0x%x)\n",
88891 - __FILE__, __FUNCTION__, call_status);
88892 + __FILE__, __func__, call_status);
88893 } else {
88894 int splpar_strlen;
88895 int idx, w_idx;
88896 char *workbuffer = kzalloc(SPLPAR_MAXLENGTH, GFP_KERNEL);
88897 if (!workbuffer) {
88898 printk(KERN_ERR "%s %s kmalloc failure at line %d \n",
88899 - __FILE__, __FUNCTION__, __LINE__);
88900 + __FILE__, __func__, __LINE__);
88901 kfree(local_buffer);
88902 return;
88903 }
88904 @@ -484,10 +484,10 @@
88905 current_weight = (resource >> 5 * 8) & 0xFF;
88906
88907 pr_debug("%s: current_entitled = %lu, current_weight = %u\n",
88908 - __FUNCTION__, current_entitled, current_weight);
88909 + __func__, current_entitled, current_weight);
88910
88911 pr_debug("%s: new_entitled = %lu, new_weight = %u\n",
88912 - __FUNCTION__, *new_entitled_ptr, *new_weight_ptr);
88913 + __func__, *new_entitled_ptr, *new_weight_ptr);
88914
88915 retval = plpar_hcall_norets(H_SET_PPP, *new_entitled_ptr,
88916 *new_weight_ptr);
88917 @@ -502,7 +502,7 @@
88918 retval = -EINVAL;
88919 } else {
88920 printk(KERN_WARNING "%s: received unknown hv return code %ld",
88921 - __FUNCTION__, retval);
88922 + __func__, retval);
88923 retval = -EIO;
88924 }
88925
88926 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/machine_kexec.c powerpc.git/arch/powerpc/kernel/machine_kexec.c
88927 --- linux-2.6.25-rc9/arch/powerpc/kernel/machine_kexec.c 2008-04-11 22:32:29.000000000 +0200
88928 +++ powerpc.git/arch/powerpc/kernel/machine_kexec.c 2008-03-17 14:03:31.000000000 +0100
88929 @@ -12,8 +12,9 @@
88930 #include <linux/kexec.h>
88931 #include <linux/reboot.h>
88932 #include <linux/threads.h>
88933 +#include <linux/lmb.h>
88934 #include <asm/machdep.h>
88935 -#include <asm/lmb.h>
88936 +#include <asm/prom.h>
88937
88938 void machine_crash_shutdown(struct pt_regs *regs)
88939 {
88940 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/paca.c powerpc.git/arch/powerpc/kernel/paca.c
88941 --- linux-2.6.25-rc9/arch/powerpc/kernel/paca.c 2008-04-11 22:32:29.000000000 +0200
88942 +++ powerpc.git/arch/powerpc/kernel/paca.c 2008-04-19 16:40:52.000000000 +0200
88943 @@ -15,7 +15,6 @@
88944 #include <asm/ptrace.h>
88945 #include <asm/page.h>
88946 #include <asm/lppaca.h>
88947 -#include <asm/iseries/it_lp_reg_save.h>
88948 #include <asm/paca.h>
88949 #include <asm/mmu.h>
88950
88951 @@ -25,13 +24,13 @@
88952 extern unsigned long __toc_start;
88953
88954 /*
88955 - * iSeries structure which the hypervisor knows about - this structure
88956 + * The structure which the hypervisor knows about - this structure
88957 * should not cross a page boundary. The vpa_init/register_vpa call
88958 * is now known to fail if the lppaca structure crosses a page
88959 - * boundary. The lppaca is also used on POWER5 pSeries boxes. The
88960 - * lppaca is 640 bytes long, and cannot readily change since the
88961 - * hypervisor knows its layout, so a 1kB alignment will suffice to
88962 - * ensure that it doesn't cross a page boundary.
88963 + * boundary. The lppaca is also used on legacy iSeries and POWER5
88964 + * pSeries boxes. The lppaca is 640 bytes long, and cannot readily
88965 + * change since the hypervisor knows its layout, so a 1kB alignment
88966 + * will suffice to ensure that it doesn't cross a page boundary.
88967 */
88968 struct lppaca lppaca[] = {
88969 [0 ... (NR_CPUS-1)] = {
88970 @@ -66,32 +65,17 @@
88971 * processors. The processor VPD array needs one entry per physical
88972 * processor (not thread).
88973 */
88974 -#define PACA_INIT_COMMON(number) \
88975 +#define PACA_INIT(number) \
88976 +{ \
88977 .lppaca_ptr = &lppaca[number], \
88978 .lock_token = 0x8000, \
88979 .paca_index = (number), /* Paca Index */ \
88980 .kernel_toc = (unsigned long)(&__toc_start) + 0x8000UL, \
88981 .hw_cpu_id = 0xffff, \
88982 - .slb_shadow_ptr = &slb_shadow[number],
88983 -
88984 -#ifdef CONFIG_PPC_ISERIES
88985 -#define PACA_INIT_ISERIES(number) \
88986 - .reg_save_ptr = &iseries_reg_save[number],
88987 -
88988 -#define PACA_INIT(number) \
88989 -{ \
88990 - PACA_INIT_COMMON(number) \
88991 - PACA_INIT_ISERIES(number) \
88992 + .slb_shadow_ptr = &slb_shadow[number], \
88993 + .__current = &init_task, \
88994 }
88995
88996 -#else
88997 -#define PACA_INIT(number) \
88998 -{ \
88999 - PACA_INIT_COMMON(number) \
89000 -}
89001 -
89002 -#endif
89003 -
89004 struct paca_struct paca[] = {
89005 PACA_INIT(0),
89006 #if NR_CPUS > 1
89007 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/ppc_ksyms.c powerpc.git/arch/powerpc/kernel/ppc_ksyms.c
89008 --- linux-2.6.25-rc9/arch/powerpc/kernel/ppc_ksyms.c 2008-04-11 22:32:29.000000000 +0200
89009 +++ powerpc.git/arch/powerpc/kernel/ppc_ksyms.c 2008-04-19 16:40:52.000000000 +0200
89010 @@ -45,10 +45,6 @@
89011 #include <asm/signal.h>
89012 #include <asm/dcr.h>
89013
89014 -#ifdef CONFIG_PPC64
89015 -EXPORT_SYMBOL(local_irq_restore);
89016 -#endif
89017 -
89018 #ifdef CONFIG_PPC32
89019 extern void transfer_to_handler(void);
89020 extern void do_IRQ(struct pt_regs *regs);
89021 @@ -58,7 +54,6 @@
89022 extern void single_step_exception(struct pt_regs *regs);
89023 extern int sys_sigreturn(struct pt_regs *regs);
89024
89025 -EXPORT_SYMBOL(empty_zero_page);
89026 EXPORT_SYMBOL(clear_pages);
89027 EXPORT_SYMBOL(copy_page);
89028 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
89029 @@ -79,6 +74,7 @@
89030 EXPORT_SYMBOL(strcat);
89031 EXPORT_SYMBOL(strlen);
89032 EXPORT_SYMBOL(strcmp);
89033 +EXPORT_SYMBOL(strncmp);
89034
89035 EXPORT_SYMBOL(csum_partial);
89036 EXPORT_SYMBOL(csum_partial_copy_generic);
89037 @@ -192,3 +188,4 @@
89038 EXPORT_SYMBOL(__mtdcr);
89039 EXPORT_SYMBOL(__mfdcr);
89040 #endif
89041 +EXPORT_SYMBOL(empty_zero_page);
89042 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/process.c powerpc.git/arch/powerpc/kernel/process.c
89043 --- linux-2.6.25-rc9/arch/powerpc/kernel/process.c 2008-04-11 22:32:29.000000000 +0200
89044 +++ powerpc.git/arch/powerpc/kernel/process.c 2008-04-19 16:40:52.000000000 +0200
89045 @@ -868,11 +868,6 @@
89046 flush_spe_to_thread(current);
89047 error = do_execve(filename, (char __user * __user *) a1,
89048 (char __user * __user *) a2, regs);
89049 - if (error == 0) {
89050 - task_lock(current);
89051 - current->ptrace &= ~PT_DTRACE;
89052 - task_unlock(current);
89053 - }
89054 putname(filename);
89055 out:
89056 return error;
89057 @@ -919,20 +914,6 @@
89058 return valid_irq_stack(sp, p, nbytes);
89059 }
89060
89061 -#ifdef CONFIG_PPC64
89062 -#define MIN_STACK_FRAME 112 /* same as STACK_FRAME_OVERHEAD, in fact */
89063 -#define FRAME_LR_SAVE 2
89064 -#define INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD + 288)
89065 -#define REGS_MARKER 0x7265677368657265ul
89066 -#define FRAME_MARKER 12
89067 -#else
89068 -#define MIN_STACK_FRAME 16
89069 -#define FRAME_LR_SAVE 1
89070 -#define INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD)
89071 -#define REGS_MARKER 0x72656773ul
89072 -#define FRAME_MARKER 2
89073 -#endif
89074 -
89075 EXPORT_SYMBOL(validate_sp);
89076
89077 unsigned long get_wchan(struct task_struct *p)
89078 @@ -944,15 +925,15 @@
89079 return 0;
89080
89081 sp = p->thread.ksp;
89082 - if (!validate_sp(sp, p, MIN_STACK_FRAME))
89083 + if (!validate_sp(sp, p, STACK_FRAME_OVERHEAD))
89084 return 0;
89085
89086 do {
89087 sp = *(unsigned long *)sp;
89088 - if (!validate_sp(sp, p, MIN_STACK_FRAME))
89089 + if (!validate_sp(sp, p, STACK_FRAME_OVERHEAD))
89090 return 0;
89091 if (count > 0) {
89092 - ip = ((unsigned long *)sp)[FRAME_LR_SAVE];
89093 + ip = ((unsigned long *)sp)[STACK_FRAME_LR_SAVE];
89094 if (!in_sched_functions(ip))
89095 return ip;
89096 }
89097 @@ -981,12 +962,12 @@
89098 lr = 0;
89099 printk("Call Trace:\n");
89100 do {
89101 - if (!validate_sp(sp, tsk, MIN_STACK_FRAME))
89102 + if (!validate_sp(sp, tsk, STACK_FRAME_OVERHEAD))
89103 return;
89104
89105 stack = (unsigned long *) sp;
89106 newsp = stack[0];
89107 - ip = stack[FRAME_LR_SAVE];
89108 + ip = stack[STACK_FRAME_LR_SAVE];
89109 if (!firstframe || ip != lr) {
89110 printk("["REG"] ["REG"] ", sp, ip);
89111 print_symbol("%s", ip);
89112 @@ -1000,8 +981,8 @@
89113 * See if this is an exception frame.
89114 * We look for the "regshere" marker in the current frame.
89115 */
89116 - if (validate_sp(sp, tsk, INT_FRAME_SIZE)
89117 - && stack[FRAME_MARKER] == REGS_MARKER) {
89118 + if (validate_sp(sp, tsk, STACK_INT_FRAME_SIZE)
89119 + && stack[STACK_FRAME_MARKER] == STACK_FRAME_REGS_MARKER) {
89120 struct pt_regs *regs = (struct pt_regs *)
89121 (sp + STACK_FRAME_OVERHEAD);
89122 printk("--- Exception: %lx", regs->trap);
89123 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/prom.c powerpc.git/arch/powerpc/kernel/prom.c
89124 --- linux-2.6.25-rc9/arch/powerpc/kernel/prom.c 2008-04-11 22:32:29.000000000 +0200
89125 +++ powerpc.git/arch/powerpc/kernel/prom.c 2008-04-19 16:40:52.000000000 +0200
89126 @@ -31,10 +31,10 @@
89127 #include <linux/kexec.h>
89128 #include <linux/debugfs.h>
89129 #include <linux/irq.h>
89130 +#include <linux/lmb.h>
89131
89132 #include <asm/prom.h>
89133 #include <asm/rtas.h>
89134 -#include <asm/lmb.h>
89135 #include <asm/page.h>
89136 #include <asm/processor.h>
89137 #include <asm/irq.h>
89138 @@ -51,6 +51,7 @@
89139 #include <asm/machdep.h>
89140 #include <asm/pSeries_reconfig.h>
89141 #include <asm/pci-bridge.h>
89142 +#include <asm/phyp_dump.h>
89143 #include <asm/kexec.h>
89144
89145 #ifdef DEBUG
89146 @@ -436,7 +437,7 @@
89147 * The device tree may be allocated beyond our memory limit, or inside the
89148 * crash kernel region for kdump. If so, move it out of the way.
89149 */
89150 -static void move_device_tree(void)
89151 +static void __init move_device_tree(void)
89152 {
89153 unsigned long start, size;
89154 void *p;
89155 @@ -1040,6 +1041,87 @@
89156 #endif
89157 }
89158
89159 +#ifdef CONFIG_PHYP_DUMP
89160 +/**
89161 + * phyp_dump_calculate_reserve_size() - reserve variable boot area 5% or arg
89162 + *
89163 + * Function to find the largest size we need to reserve
89164 + * during early boot process.
89165 + *
89166 + * It either looks for boot param and returns that OR
89167 + * returns larger of 256 or 5% rounded down to multiples of 256MB.
89168 + *
89169 + */
89170 +static inline unsigned long phyp_dump_calculate_reserve_size(void)
89171 +{
89172 + unsigned long tmp;
89173 +
89174 + if (phyp_dump_info->reserve_bootvar)
89175 + return phyp_dump_info->reserve_bootvar;
89176 +
89177 + /* divide by 20 to get 5% of value */
89178 + tmp = lmb_end_of_DRAM();
89179 + do_div(tmp, 20);
89180 +
89181 + /* round it down in multiples of 256 */
89182 + tmp = tmp & ~0x0FFFFFFFUL;
89183 +
89184 + return (tmp > PHYP_DUMP_RMR_END ? tmp : PHYP_DUMP_RMR_END);
89185 +}
89186 +
89187 +/**
89188 + * phyp_dump_reserve_mem() - reserve all not-yet-dumped mmemory
89189 + *
89190 + * This routine may reserve memory regions in the kernel only
89191 + * if the system is supported and a dump was taken in last
89192 + * boot instance or if the hardware is supported and the
89193 + * scratch area needs to be setup. In other instances it returns
89194 + * without reserving anything. The memory in case of dump being
89195 + * active is freed when the dump is collected (by userland tools).
89196 + */
89197 +static void __init phyp_dump_reserve_mem(void)
89198 +{
89199 + unsigned long base, size;
89200 + unsigned long variable_reserve_size;
89201 +
89202 + if (!phyp_dump_info->phyp_dump_configured) {
89203 + printk(KERN_ERR "Phyp-dump not supported on this hardware\n");
89204 + return;
89205 + }
89206 +
89207 + if (!phyp_dump_info->phyp_dump_at_boot) {
89208 + printk(KERN_INFO "Phyp-dump disabled at boot time\n");
89209 + return;
89210 + }
89211 +
89212 + variable_reserve_size = phyp_dump_calculate_reserve_size();
89213 +
89214 + if (phyp_dump_info->phyp_dump_is_active) {
89215 + /* Reserve *everything* above RMR.Area freed by userland tools*/
89216 + base = variable_reserve_size;
89217 + size = lmb_end_of_DRAM() - base;
89218 +
89219 + /* XXX crashed_ram_end is wrong, since it may be beyond
89220 + * the memory_limit, it will need to be adjusted. */
89221 + lmb_reserve(base, size);
89222 +
89223 + phyp_dump_info->init_reserve_start = base;
89224 + phyp_dump_info->init_reserve_size = size;
89225 + } else {
89226 + size = phyp_dump_info->cpu_state_size +
89227 + phyp_dump_info->hpte_region_size +
89228 + variable_reserve_size;
89229 + base = lmb_end_of_DRAM() - size;
89230 + lmb_reserve(base, size);
89231 + phyp_dump_info->init_reserve_start = base;
89232 + phyp_dump_info->init_reserve_size = size;
89233 + }
89234 +}
89235 +#else
89236 +static inline void __init phyp_dump_reserve_mem(void) {}
89237 +#endif /* CONFIG_PHYP_DUMP && CONFIG_PPC_RTAS */
89238 +
89239 +
89240 void __init early_init_devtree(void *params)
89241 {
89242 DBG(" -> early_init_devtree(%p)\n", params);
89243 @@ -1052,6 +1134,11 @@
89244 of_scan_flat_dt(early_init_dt_scan_rtas, NULL);
89245 #endif
89246
89247 +#ifdef CONFIG_PHYP_DUMP
89248 + /* scan tree to see if dump occured during last boot */
89249 + of_scan_flat_dt(early_init_dt_scan_phyp_dump, NULL);
89250 +#endif
89251 +
89252 /* Retrieve various informations from the /chosen node of the
89253 * device-tree, including the platform type, initrd location and
89254 * size, TCE reserve, and more ...
89255 @@ -1072,6 +1159,7 @@
89256 reserve_kdump_trampoline();
89257 reserve_crashkernel();
89258 early_reserve_mem();
89259 + phyp_dump_reserve_mem();
89260
89261 lmb_enforce_memory_limit(memory_limit);
89262 lmb_analyze();
89263 @@ -1244,12 +1332,14 @@
89264 */
89265 void of_attach_node(struct device_node *np)
89266 {
89267 - write_lock(&devtree_lock);
89268 + unsigned long flags;
89269 +
89270 + write_lock_irqsave(&devtree_lock, flags);
89271 np->sibling = np->parent->child;
89272 np->allnext = allnodes;
89273 np->parent->child = np;
89274 allnodes = np;
89275 - write_unlock(&devtree_lock);
89276 + write_unlock_irqrestore(&devtree_lock, flags);
89277 }
89278
89279 /*
89280 @@ -1260,8 +1350,9 @@
89281 void of_detach_node(struct device_node *np)
89282 {
89283 struct device_node *parent;
89284 + unsigned long flags;
89285
89286 - write_lock(&devtree_lock);
89287 + write_lock_irqsave(&devtree_lock, flags);
89288
89289 parent = np->parent;
89290 if (!parent)
89291 @@ -1292,7 +1383,7 @@
89292 of_node_set_flag(np, OF_DETACHED);
89293
89294 out_unlock:
89295 - write_unlock(&devtree_lock);
89296 + write_unlock_irqrestore(&devtree_lock, flags);
89297 }
89298
89299 #ifdef CONFIG_PPC_PSERIES
89300 @@ -1373,20 +1464,21 @@
89301 int prom_add_property(struct device_node* np, struct property* prop)
89302 {
89303 struct property **next;
89304 + unsigned long flags;
89305
89306 prop->next = NULL;
89307 - write_lock(&devtree_lock);
89308 + write_lock_irqsave(&devtree_lock, flags);
89309 next = &np->properties;
89310 while (*next) {
89311 if (strcmp(prop->name, (*next)->name) == 0) {
89312 /* duplicate ! don't insert it */
89313 - write_unlock(&devtree_lock);
89314 + write_unlock_irqrestore(&devtree_lock, flags);
89315 return -1;
89316 }
89317 next = &(*next)->next;
89318 }
89319 *next = prop;
89320 - write_unlock(&devtree_lock);
89321 + write_unlock_irqrestore(&devtree_lock, flags);
89322
89323 #ifdef CONFIG_PROC_DEVICETREE
89324 /* try to add to proc as well if it was initialized */
89325 @@ -1406,9 +1498,10 @@
89326 int prom_remove_property(struct device_node *np, struct property *prop)
89327 {
89328 struct property **next;
89329 + unsigned long flags;
89330 int found = 0;
89331
89332 - write_lock(&devtree_lock);
89333 + write_lock_irqsave(&devtree_lock, flags);
89334 next = &np->properties;
89335 while (*next) {
89336 if (*next == prop) {
89337 @@ -1421,7 +1514,7 @@
89338 }
89339 next = &(*next)->next;
89340 }
89341 - write_unlock(&devtree_lock);
89342 + write_unlock_irqrestore(&devtree_lock, flags);
89343
89344 if (!found)
89345 return -ENODEV;
89346 @@ -1447,9 +1540,10 @@
89347 struct property *oldprop)
89348 {
89349 struct property **next;
89350 + unsigned long flags;
89351 int found = 0;
89352
89353 - write_lock(&devtree_lock);
89354 + write_lock_irqsave(&devtree_lock, flags);
89355 next = &np->properties;
89356 while (*next) {
89357 if (*next == oldprop) {
89358 @@ -1463,7 +1557,7 @@
89359 }
89360 next = &(*next)->next;
89361 }
89362 - write_unlock(&devtree_lock);
89363 + write_unlock_irqrestore(&devtree_lock, flags);
89364
89365 if (!found)
89366 return -ENODEV;
89367 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/prom_init.c powerpc.git/arch/powerpc/kernel/prom_init.c
89368 --- linux-2.6.25-rc9/arch/powerpc/kernel/prom_init.c 2008-04-11 22:32:29.000000000 +0200
89369 +++ powerpc.git/arch/powerpc/kernel/prom_init.c 2008-04-19 16:40:52.000000000 +0200
89370 @@ -2240,6 +2240,14 @@
89371 if (rv != PROM_ERROR && (strcmp(prop, "chrp") == 0))
89372 prom_setprop(node, "/", "device_type", "efika", sizeof("efika"));
89373
89374 + /* CODEGEN,description is exposed in /proc/cpuinfo so
89375 + fix that too */
89376 + rv = prom_getprop(node, "CODEGEN,description", prop, sizeof(prop));
89377 + if (rv != PROM_ERROR && (strstr(prop, "CHRP")))
89378 + prom_setprop(node, "/", "CODEGEN,description",
89379 + "Efika 5200B PowerPC System",
89380 + sizeof("Efika 5200B PowerPC System"));
89381 +
89382 /* Fixup bestcomm interrupts property */
89383 node = call_prom("finddevice", 1, 1, ADDR("/builtin/bestcomm"));
89384 if (PHANDLE_VALID(node)) {
89385 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/rtas.c powerpc.git/arch/powerpc/kernel/rtas.c
89386 --- linux-2.6.25-rc9/arch/powerpc/kernel/rtas.c 2008-04-11 22:32:29.000000000 +0200
89387 +++ powerpc.git/arch/powerpc/kernel/rtas.c 2008-04-19 16:40:52.000000000 +0200
89388 @@ -22,6 +22,7 @@
89389 #include <linux/smp.h>
89390 #include <linux/completion.h>
89391 #include <linux/cpumask.h>
89392 +#include <linux/lmb.h>
89393
89394 #include <asm/prom.h>
89395 #include <asm/rtas.h>
89396 @@ -34,7 +35,6 @@
89397 #include <asm/system.h>
89398 #include <asm/delay.h>
89399 #include <asm/uaccess.h>
89400 -#include <asm/lmb.h>
89401 #include <asm/udbg.h>
89402 #include <asm/syscalls.h>
89403 #include <asm/smp.h>
89404 @@ -507,7 +507,7 @@
89405 break;
89406 default:
89407 printk(KERN_ERR "%s: unexpected RTAS error %d\n",
89408 - __FUNCTION__, rtas_rc);
89409 + __func__, rtas_rc);
89410 rc = -ERANGE;
89411 break;
89412 }
89413 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/rtas_flash.c powerpc.git/arch/powerpc/kernel/rtas_flash.c
89414 --- linux-2.6.25-rc9/arch/powerpc/kernel/rtas_flash.c 2008-04-11 22:32:29.000000000 +0200
89415 +++ powerpc.git/arch/powerpc/kernel/rtas_flash.c 2008-04-19 16:40:52.000000000 +0200
89416 @@ -807,7 +807,7 @@
89417 rtas_block_ctor);
89418 if (!flash_block_cache) {
89419 printk(KERN_ERR "%s: failed to create block cache\n",
89420 - __FUNCTION__);
89421 + __func__);
89422 rc = -ENOMEM;
89423 goto cleanup;
89424 }
89425 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/rtas_pci.c powerpc.git/arch/powerpc/kernel/rtas_pci.c
89426 --- linux-2.6.25-rc9/arch/powerpc/kernel/rtas_pci.c 2008-04-11 22:32:29.000000000 +0200
89427 +++ powerpc.git/arch/powerpc/kernel/rtas_pci.c 2008-04-19 16:40:52.000000000 +0200
89428 @@ -56,21 +56,6 @@
89429 return 0;
89430 }
89431
89432 -static int of_device_available(struct device_node * dn)
89433 -{
89434 - const char *status;
89435 -
89436 - status = of_get_property(dn, "status", NULL);
89437 -
89438 - if (!status)
89439 - return 1;
89440 -
89441 - if (!strcmp(status, "okay"))
89442 - return 1;
89443 -
89444 - return 0;
89445 -}
89446 -
89447 int rtas_read_config(struct pci_dn *pdn, int where, int size, u32 *val)
89448 {
89449 int returnval = -1;
89450 @@ -117,7 +102,7 @@
89451 for (dn = busdn->child; dn; dn = dn->sibling) {
89452 struct pci_dn *pdn = PCI_DN(dn);
89453 if (pdn && pdn->devfn == devfn
89454 - && of_device_available(dn))
89455 + && of_device_is_available(dn))
89456 return rtas_read_config(pdn, where, size, val);
89457 }
89458
89459 @@ -164,7 +149,7 @@
89460 for (dn = busdn->child; dn; dn = dn->sibling) {
89461 struct pci_dn *pdn = PCI_DN(dn);
89462 if (pdn && pdn->devfn == devfn
89463 - && of_device_available(dn))
89464 + && of_device_is_available(dn))
89465 return rtas_write_config(pdn, where, size, val);
89466 }
89467 return PCIBIOS_DEVICE_NOT_FOUND;
89468 @@ -326,7 +311,7 @@
89469
89470 res = b->resource[0];
89471 if (!res->flags) {
89472 - printk(KERN_ERR "%s: no IO resource for PHB %s\n", __FUNCTION__,
89473 + printk(KERN_ERR "%s: no IO resource for PHB %s\n", __func__,
89474 b->name);
89475 return 1;
89476 }
89477 @@ -334,13 +319,13 @@
89478 rc = pcibios_unmap_io_space(b);
89479 if (rc) {
89480 printk(KERN_ERR "%s: failed to unmap IO on bus %s\n",
89481 - __FUNCTION__, b->name);
89482 + __func__, b->name);
89483 return 1;
89484 }
89485
89486 if (release_resource(res)) {
89487 printk(KERN_ERR "%s: failed to release IO on bus %s\n",
89488 - __FUNCTION__, b->name);
89489 + __func__, b->name);
89490 return 1;
89491 }
89492
89493 @@ -348,13 +333,13 @@
89494 res = b->resource[i];
89495 if (!res->flags && i == 0) {
89496 printk(KERN_ERR "%s: no MEM resource for PHB %s\n",
89497 - __FUNCTION__, b->name);
89498 + __func__, b->name);
89499 return 1;
89500 }
89501 if (res->flags && release_resource(res)) {
89502 printk(KERN_ERR
89503 "%s: failed to release IO %d on bus %s\n",
89504 - __FUNCTION__, i, b->name);
89505 + __func__, i, b->name);
89506 return 1;
89507 }
89508 }
89509 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/setup-common.c powerpc.git/arch/powerpc/kernel/setup-common.c
89510 --- linux-2.6.25-rc9/arch/powerpc/kernel/setup-common.c 2008-04-11 22:32:29.000000000 +0200
89511 +++ powerpc.git/arch/powerpc/kernel/setup-common.c 2008-04-19 16:40:52.000000000 +0200
89512 @@ -34,6 +34,7 @@
89513 #include <linux/serial_8250.h>
89514 #include <linux/debugfs.h>
89515 #include <linux/percpu.h>
89516 +#include <linux/lmb.h>
89517 #include <asm/io.h>
89518 #include <asm/prom.h>
89519 #include <asm/processor.h>
89520 @@ -56,7 +57,6 @@
89521 #include <asm/cache.h>
89522 #include <asm/page.h>
89523 #include <asm/mmu.h>
89524 -#include <asm/lmb.h>
89525 #include <asm/xmon.h>
89526 #include <asm/cputhreads.h>
89527
89528 @@ -167,6 +167,8 @@
89529 unsigned short min;
89530
89531 if (cpu_id == NR_CPUS) {
89532 + struct device_node *root;
89533 + const char *model = NULL;
89534 #if defined(CONFIG_SMP) && defined(CONFIG_PPC32)
89535 unsigned long bogosum = 0;
89536 int i;
89537 @@ -178,6 +180,13 @@
89538 seq_printf(m, "timebase\t: %lu\n", ppc_tb_freq);
89539 if (ppc_md.name)
89540 seq_printf(m, "platform\t: %s\n", ppc_md.name);
89541 + root = of_find_node_by_path("/");
89542 + if (root)
89543 + model = of_get_property(root, "model", NULL);
89544 + if (model)
89545 + seq_printf(m, "model\t\t: %s\n", model);
89546 + of_node_put(root);
89547 +
89548 if (ppc_md.show_cpuinfo != NULL)
89549 ppc_md.show_cpuinfo(m);
89550
89551 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/setup_32.c powerpc.git/arch/powerpc/kernel/setup_32.c
89552 --- linux-2.6.25-rc9/arch/powerpc/kernel/setup_32.c 2008-04-11 22:32:29.000000000 +0200
89553 +++ powerpc.git/arch/powerpc/kernel/setup_32.c 2008-04-19 16:40:52.000000000 +0200
89554 @@ -172,6 +172,18 @@
89555 }
89556 __setup("l2cr=", ppc_setup_l2cr);
89557
89558 +/* Checks "l3cr=xxxx" command-line option */
89559 +int __init ppc_setup_l3cr(char *str)
89560 +{
89561 + if (cpu_has_feature(CPU_FTR_L3CR)) {
89562 + unsigned long val = simple_strtoul(str, NULL, 0);
89563 + printk(KERN_INFO "l3cr set to %lx\n", val);
89564 + _set_L3CR(val); /* and enable it */
89565 + }
89566 + return 1;
89567 +}
89568 +__setup("l3cr=", ppc_setup_l3cr);
89569 +
89570 #ifdef CONFIG_GENERIC_NVRAM
89571
89572 /* Generic nvram hooks used by drivers/char/gen_nvram.c */
89573 @@ -277,7 +289,7 @@
89574 if (ppc_md.panic)
89575 setup_panic();
89576
89577 - init_mm.start_code = PAGE_OFFSET;
89578 + init_mm.start_code = (unsigned long)_stext;
89579 init_mm.end_code = (unsigned long) _etext;
89580 init_mm.end_data = (unsigned long) _edata;
89581 init_mm.brk = klimit;
89582 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/setup_64.c powerpc.git/arch/powerpc/kernel/setup_64.c
89583 --- linux-2.6.25-rc9/arch/powerpc/kernel/setup_64.c 2008-04-11 22:32:29.000000000 +0200
89584 +++ powerpc.git/arch/powerpc/kernel/setup_64.c 2008-04-19 16:40:52.000000000 +0200
89585 @@ -33,6 +33,8 @@
89586 #include <linux/serial_8250.h>
89587 #include <linux/bootmem.h>
89588 #include <linux/pci.h>
89589 +#include <linux/lockdep.h>
89590 +#include <linux/lmb.h>
89591 #include <asm/io.h>
89592 #include <asm/kdump.h>
89593 #include <asm/prom.h>
89594 @@ -55,7 +57,6 @@
89595 #include <asm/cache.h>
89596 #include <asm/page.h>
89597 #include <asm/mmu.h>
89598 -#include <asm/lmb.h>
89599 #include <asm/firmware.h>
89600 #include <asm/xmon.h>
89601 #include <asm/udbg.h>
89602 @@ -178,6 +179,9 @@
89603 /* Enable early debugging if any specified (see udbg.h) */
89604 udbg_early_init();
89605
89606 + /* Initialize lockdep early or else spinlocks will blow */
89607 + lockdep_init();
89608 +
89609 DBG(" -> early_setup(), dt_ptr: 0x%lx\n", dt_ptr);
89610
89611 /*
89612 @@ -510,7 +514,7 @@
89613 if (ppc_md.panic)
89614 setup_panic();
89615
89616 - init_mm.start_code = PAGE_OFFSET;
89617 + init_mm.start_code = (unsigned long)_stext;
89618 init_mm.end_code = (unsigned long) _etext;
89619 init_mm.end_data = (unsigned long) _edata;
89620 init_mm.brk = klimit;
89621 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/stacktrace.c powerpc.git/arch/powerpc/kernel/stacktrace.c
89622 --- linux-2.6.25-rc9/arch/powerpc/kernel/stacktrace.c 1970-01-01 01:00:00.000000000 +0100
89623 +++ powerpc.git/arch/powerpc/kernel/stacktrace.c 2008-04-19 16:40:52.000000000 +0200
89624 @@ -0,0 +1,47 @@
89625 +/*
89626 + * Stack trace utility
89627 + *
89628 + * Copyright 2008 Christoph Hellwig, IBM Corp.
89629 + *
89630 + *
89631 + * This program is free software; you can redistribute it and/or
89632 + * modify it under the terms of the GNU General Public License
89633 + * as published by the Free Software Foundation; either version
89634 + * 2 of the License, or (at your option) any later version.
89635 + */
89636 +
89637 +#include <linux/sched.h>
89638 +#include <linux/stacktrace.h>
89639 +#include <asm/ptrace.h>
89640 +#include <asm/asm-offsets.h>
89641 +
89642 +/*
89643 + * Save stack-backtrace addresses into a stack_trace buffer.
89644 + */
89645 +void save_stack_trace(struct stack_trace *trace)
89646 +{
89647 + unsigned long sp;
89648 +
89649 + asm("mr %0,1" : "=r" (sp));
89650 +
89651 + for (;;) {
89652 + unsigned long *stack = (unsigned long *) sp;
89653 + unsigned long newsp, ip;
89654 +
89655 + if (!validate_sp(sp, current, STACK_FRAME_OVERHEAD))
89656 + return;
89657 +
89658 + newsp = stack[0];
89659 + ip = stack[STACK_FRAME_LR_SAVE];
89660 +
89661 + if (!trace->skip)
89662 + trace->entries[trace->nr_entries++] = ip;
89663 + else
89664 + trace->skip--;
89665 +
89666 + if (trace->nr_entries >= trace->max_entries)
89667 + return;
89668 +
89669 + sp = newsp;
89670 + }
89671 +}
89672 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/sys_ppc32.c powerpc.git/arch/powerpc/kernel/sys_ppc32.c
89673 --- linux-2.6.25-rc9/arch/powerpc/kernel/sys_ppc32.c 2008-04-11 22:32:29.000000000 +0200
89674 +++ powerpc.git/arch/powerpc/kernel/sys_ppc32.c 2008-04-19 16:40:52.000000000 +0200
89675 @@ -368,11 +368,6 @@
89676
89677 error = compat_do_execve(filename, compat_ptr(a1), compat_ptr(a2), regs);
89678
89679 - if (error == 0) {
89680 - task_lock(current);
89681 - current->ptrace &= ~PT_DTRACE;
89682 - task_unlock(current);
89683 - }
89684 putname(filename);
89685
89686 out:
89687 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/vdso.c powerpc.git/arch/powerpc/kernel/vdso.c
89688 --- linux-2.6.25-rc9/arch/powerpc/kernel/vdso.c 2008-04-11 22:32:29.000000000 +0200
89689 +++ powerpc.git/arch/powerpc/kernel/vdso.c 2008-03-17 14:03:31.000000000 +0100
89690 @@ -21,13 +21,14 @@
89691 #include <linux/elf.h>
89692 #include <linux/security.h>
89693 #include <linux/bootmem.h>
89694 +#include <linux/lmb.h>
89695
89696 #include <asm/pgtable.h>
89697 #include <asm/system.h>
89698 #include <asm/processor.h>
89699 #include <asm/mmu.h>
89700 #include <asm/mmu_context.h>
89701 -#include <asm/lmb.h>
89702 +#include <asm/prom.h>
89703 #include <asm/machdep.h>
89704 #include <asm/cputable.h>
89705 #include <asm/sections.h>
89706 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/vio.c powerpc.git/arch/powerpc/kernel/vio.c
89707 --- linux-2.6.25-rc9/arch/powerpc/kernel/vio.c 2008-04-11 22:32:29.000000000 +0200
89708 +++ powerpc.git/arch/powerpc/kernel/vio.c 2008-04-19 16:40:52.000000000 +0200
89709 @@ -139,7 +139,7 @@
89710 */
89711 int vio_register_driver(struct vio_driver *viodrv)
89712 {
89713 - printk(KERN_DEBUG "%s: driver %s registering\n", __FUNCTION__,
89714 + printk(KERN_DEBUG "%s: driver %s registering\n", __func__,
89715 viodrv->driver.name);
89716
89717 /* fill in 'struct driver' fields */
89718 @@ -184,7 +184,7 @@
89719 /* we need the 'device_type' property, in order to match with drivers */
89720 if (of_node->type == NULL) {
89721 printk(KERN_WARNING "%s: node %s missing 'device_type'\n",
89722 - __FUNCTION__,
89723 + __func__,
89724 of_node->name ? of_node->name : "<unknown>");
89725 return NULL;
89726 }
89727 @@ -192,7 +192,7 @@
89728 unit_address = of_get_property(of_node, "reg", NULL);
89729 if (unit_address == NULL) {
89730 printk(KERN_WARNING "%s: node %s missing 'reg'\n",
89731 - __FUNCTION__,
89732 + __func__,
89733 of_node->name ? of_node->name : "<unknown>");
89734 return NULL;
89735 }
89736 @@ -227,7 +227,7 @@
89737 /* register with generic device framework */
89738 if (device_register(&viodev->dev)) {
89739 printk(KERN_ERR "%s: failed to register device %s\n",
89740 - __FUNCTION__, viodev->dev.bus_id);
89741 + __func__, viodev->dev.bus_id);
89742 /* XXX free TCE table */
89743 kfree(viodev);
89744 return NULL;
89745 @@ -258,7 +258,7 @@
89746 err = device_register(&vio_bus_device.dev);
89747 if (err) {
89748 printk(KERN_WARNING "%s: device_register returned %i\n",
89749 - __FUNCTION__, err);
89750 + __func__, err);
89751 return err;
89752 }
89753
89754 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/kernel/vmlinux.lds.S powerpc.git/arch/powerpc/kernel/vmlinux.lds.S
89755 --- linux-2.6.25-rc9/arch/powerpc/kernel/vmlinux.lds.S 2008-04-11 22:32:29.000000000 +0200
89756 +++ powerpc.git/arch/powerpc/kernel/vmlinux.lds.S 2008-04-19 16:40:52.000000000 +0200
89757 @@ -1,11 +1,9 @@
89758 #ifdef CONFIG_PPC64
89759 -#include <asm/page.h>
89760 #define PROVIDE32(x) PROVIDE(__unused__##x)
89761 #else
89762 -#define PAGE_SIZE 4096
89763 -#define KERNELBASE CONFIG_KERNEL_START
89764 #define PROVIDE32(x) PROVIDE(x)
89765 #endif
89766 +#include <asm/page.h>
89767 #include <asm-generic/vmlinux.lds.h>
89768 #include <asm/cache.h>
89769
89770 @@ -33,7 +31,7 @@
89771 */
89772
89773 /* Text and gots */
89774 - .text : {
89775 + .text : AT(ADDR(.text) - LOAD_OFFSET) {
89776 ALIGN_FUNCTION();
89777 *(.text.head)
89778 _text = .;
89779 @@ -58,7 +56,7 @@
89780 RODATA
89781
89782 /* Exception & bug tables */
89783 - __ex_table : {
89784 + __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) {
89785 __start___ex_table = .;
89786 *(__ex_table)
89787 __stop___ex_table = .;
89788 @@ -74,7 +72,7 @@
89789 . = ALIGN(PAGE_SIZE);
89790 __init_begin = .;
89791
89792 - .init.text : {
89793 + .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
89794 _sinittext = .;
89795 INIT_TEXT
89796 _einittext = .;
89797 @@ -83,11 +81,11 @@
89798 /* .exit.text is discarded at runtime, not link time,
89799 * to deal with references from __bug_table
89800 */
89801 - .exit.text : {
89802 + .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
89803 EXIT_TEXT
89804 }
89805
89806 - .init.data : {
89807 + .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
89808 INIT_DATA
89809 __vtop_table_begin = .;
89810 *(.vtop_fixup);
89811 @@ -103,19 +101,19 @@
89812 }
89813
89814 . = ALIGN(16);
89815 - .init.setup : {
89816 + .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
89817 __setup_start = .;
89818 *(.init.setup)
89819 __setup_end = .;
89820 }
89821
89822 - .initcall.init : {
89823 + .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET) {
89824 __initcall_start = .;
89825 INITCALLS
89826 __initcall_end = .;
89827 }
89828
89829 - .con_initcall.init : {
89830 + .con_initcall.init : AT(ADDR(.con_initcall.init) - LOAD_OFFSET) {
89831 __con_initcall_start = .;
89832 *(.con_initcall.init)
89833 __con_initcall_end = .;
89834 @@ -124,14 +122,14 @@
89835 SECURITY_INIT
89836
89837 . = ALIGN(8);
89838 - __ftr_fixup : {
89839 + __ftr_fixup : AT(ADDR(__ftr_fixup) - LOAD_OFFSET) {
89840 __start___ftr_fixup = .;
89841 *(__ftr_fixup)
89842 __stop___ftr_fixup = .;
89843 }
89844 #ifdef CONFIG_PPC64
89845 . = ALIGN(8);
89846 - __fw_ftr_fixup : {
89847 + __fw_ftr_fixup : AT(ADDR(__fw_ftr_fixup) - LOAD_OFFSET) {
89848 __start___fw_ftr_fixup = .;
89849 *(__fw_ftr_fixup)
89850 __stop___fw_ftr_fixup = .;
89851 @@ -139,14 +137,14 @@
89852 #endif
89853 #ifdef CONFIG_BLK_DEV_INITRD
89854 . = ALIGN(PAGE_SIZE);
89855 - .init.ramfs : {
89856 + .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
89857 __initramfs_start = .;
89858 *(.init.ramfs)
89859 __initramfs_end = .;
89860 }
89861 #endif
89862 . = ALIGN(PAGE_SIZE);
89863 - .data.percpu : {
89864 + .data.percpu : AT(ADDR(.data.percpu) - LOAD_OFFSET) {
89865 __per_cpu_start = .;
89866 *(.data.percpu)
89867 *(.data.percpu.shared_aligned)
89868 @@ -154,7 +152,7 @@
89869 }
89870
89871 . = ALIGN(8);
89872 - .machine.desc : {
89873 + .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) {
89874 __machine_desc_start = . ;
89875 *(.machine.desc)
89876 __machine_desc_end = . ;
89877 @@ -172,25 +170,24 @@
89878 _sdata = .;
89879
89880 #ifdef CONFIG_PPC32
89881 - .data :
89882 - {
89883 + .data : AT(ADDR(.data) - LOAD_OFFSET) {
89884 DATA_DATA
89885 *(.sdata)
89886 *(.got.plt) *(.got)
89887 }
89888 #else
89889 - .data : {
89890 + .data : AT(ADDR(.data) - LOAD_OFFSET) {
89891 DATA_DATA
89892 *(.data.rel*)
89893 *(.toc1)
89894 *(.branch_lt)
89895 }
89896
89897 - .opd : {
89898 + .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
89899 *(.opd)
89900 }
89901
89902 - .got : {
89903 + .got : AT(ADDR(.got) - LOAD_OFFSET) {
89904 __toc_start = .;
89905 *(.got)
89906 *(.toc)
89907 @@ -207,26 +204,26 @@
89908 #else
89909 . = ALIGN(16384);
89910 #endif
89911 - .data.init_task : {
89912 + .data.init_task : AT(ADDR(.data.init_task) - LOAD_OFFSET) {
89913 *(.data.init_task)
89914 }
89915
89916 . = ALIGN(PAGE_SIZE);
89917 - .data.page_aligned : {
89918 + .data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET) {
89919 *(.data.page_aligned)
89920 }
89921
89922 - .data.cacheline_aligned : {
89923 + .data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET) {
89924 *(.data.cacheline_aligned)
89925 }
89926
89927 . = ALIGN(L1_CACHE_BYTES);
89928 - .data.read_mostly : {
89929 + .data.read_mostly : AT(ADDR(.data.read_mostly) - LOAD_OFFSET) {
89930 *(.data.read_mostly)
89931 }
89932
89933 . = ALIGN(PAGE_SIZE);
89934 - __data_nosave : {
89935 + .data_nosave : AT(ADDR(.data_nosave) - LOAD_OFFSET) {
89936 __nosave_begin = .;
89937 *(.data.nosave)
89938 . = ALIGN(PAGE_SIZE);
89939 @@ -237,7 +234,7 @@
89940 * And finally the bss
89941 */
89942
89943 - .bss : {
89944 + .bss : AT(ADDR(.bss) - LOAD_OFFSET) {
89945 __bss_start = .;
89946 *(.sbss) *(.scommon)
89947 *(.dynbss)
89948 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/lib/rheap.c powerpc.git/arch/powerpc/lib/rheap.c
89949 --- linux-2.6.25-rc9/arch/powerpc/lib/rheap.c 2008-04-11 22:32:29.000000000 +0200
89950 +++ powerpc.git/arch/powerpc/lib/rheap.c 2008-04-19 16:40:52.000000000 +0200
89951 @@ -54,7 +54,7 @@
89952
89953 new_blocks = max_blocks - info->max_blocks;
89954
89955 - block = kmalloc(sizeof(rh_block_t) * max_blocks, GFP_KERNEL);
89956 + block = kmalloc(sizeof(rh_block_t) * max_blocks, GFP_ATOMIC);
89957 if (block == NULL)
89958 return -ENOMEM;
89959
89960 @@ -258,7 +258,7 @@
89961 if ((alignment & (alignment - 1)) != 0)
89962 return ERR_PTR(-EINVAL);
89963
89964 - info = kmalloc(sizeof(*info), GFP_KERNEL);
89965 + info = kmalloc(sizeof(*info), GFP_ATOMIC);
89966 if (info == NULL)
89967 return ERR_PTR(-ENOMEM);
89968
89969 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/lib/string.S powerpc.git/arch/powerpc/lib/string.S
89970 --- linux-2.6.25-rc9/arch/powerpc/lib/string.S 2008-04-11 22:32:29.000000000 +0200
89971 +++ powerpc.git/arch/powerpc/lib/string.S 2008-04-19 16:40:52.000000000 +0200
89972 @@ -75,6 +75,20 @@
89973 beq 1b
89974 blr
89975
89976 +_GLOBAL(strncmp)
89977 + PPC_LCMPI r5,0
89978 + beqlr
89979 + mtctr r5
89980 + addi r5,r3,-1
89981 + addi r4,r4,-1
89982 +1: lbzu r3,1(r5)
89983 + cmpwi 1,r3,0
89984 + lbzu r0,1(r4)
89985 + subf. r3,r0,r3
89986 + beqlr 1
89987 + bdnzt eq,1b
89988 + blr
89989 +
89990 _GLOBAL(strlen)
89991 addi r4,r3,-1
89992 1: lbzu r0,1(r4)
89993 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fabs.c powerpc.git/arch/powerpc/math-emu/fabs.c
89994 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fabs.c 2008-04-11 22:32:29.000000000 +0200
89995 +++ powerpc.git/arch/powerpc/math-emu/fabs.c 2008-04-19 16:40:52.000000000 +0200
89996 @@ -9,7 +9,7 @@
89997 frD[1] = frB[1];
89998
89999 #ifdef DEBUG
90000 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90001 + printk("%s: D %p, B %p: ", __func__, frD, frB);
90002 dump_double(frD);
90003 printk("\n");
90004 #endif
90005 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fadd.c powerpc.git/arch/powerpc/math-emu/fadd.c
90006 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fadd.c 2008-04-11 22:32:29.000000000 +0200
90007 +++ powerpc.git/arch/powerpc/math-emu/fadd.c 2008-04-19 16:40:52.000000000 +0200
90008 @@ -14,7 +14,7 @@
90009 int ret = 0;
90010
90011 #ifdef DEBUG
90012 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90013 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90014 #endif
90015
90016 __FP_UNPACK_D(A, frA);
90017 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fadds.c powerpc.git/arch/powerpc/math-emu/fadds.c
90018 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fadds.c 2008-04-11 22:32:29.000000000 +0200
90019 +++ powerpc.git/arch/powerpc/math-emu/fadds.c 2008-04-19 16:40:52.000000000 +0200
90020 @@ -15,7 +15,7 @@
90021 int ret = 0;
90022
90023 #ifdef DEBUG
90024 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90025 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90026 #endif
90027
90028 __FP_UNPACK_D(A, frA);
90029 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fcmpo.c powerpc.git/arch/powerpc/math-emu/fcmpo.c
90030 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fcmpo.c 2008-04-11 22:32:29.000000000 +0200
90031 +++ powerpc.git/arch/powerpc/math-emu/fcmpo.c 2008-04-19 16:40:52.000000000 +0200
90032 @@ -15,7 +15,7 @@
90033 int ret = 0;
90034
90035 #ifdef DEBUG
90036 - printk("%s: %p (%08x) %d %p %p\n", __FUNCTION__, ccr, *ccr, crfD, frA, frB);
90037 + printk("%s: %p (%08x) %d %p %p\n", __func__, ccr, *ccr, crfD, frA, frB);
90038 #endif
90039
90040 __FP_UNPACK_D(A, frA);
90041 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fcmpu.c powerpc.git/arch/powerpc/math-emu/fcmpu.c
90042 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fcmpu.c 2008-04-11 22:32:29.000000000 +0200
90043 +++ powerpc.git/arch/powerpc/math-emu/fcmpu.c 2008-04-19 16:40:52.000000000 +0200
90044 @@ -14,7 +14,7 @@
90045 long cmp;
90046
90047 #ifdef DEBUG
90048 - printk("%s: %p (%08x) %d %p %p\n", __FUNCTION__, ccr, *ccr, crfD, frA, frB);
90049 + printk("%s: %p (%08x) %d %p %p\n", __func__, ccr, *ccr, crfD, frA, frB);
90050 #endif
90051
90052 __FP_UNPACK_D(A, frA);
90053 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fctiw.c powerpc.git/arch/powerpc/math-emu/fctiw.c
90054 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fctiw.c 2008-04-11 22:32:29.000000000 +0200
90055 +++ powerpc.git/arch/powerpc/math-emu/fctiw.c 2008-04-19 16:40:52.000000000 +0200
90056 @@ -16,7 +16,7 @@
90057 frD[1] = r;
90058
90059 #ifdef DEBUG
90060 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90061 + printk("%s: D %p, B %p: ", __func__, frD, frB);
90062 dump_double(frD);
90063 printk("\n");
90064 #endif
90065 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fctiwz.c powerpc.git/arch/powerpc/math-emu/fctiwz.c
90066 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fctiwz.c 2008-04-11 22:32:29.000000000 +0200
90067 +++ powerpc.git/arch/powerpc/math-emu/fctiwz.c 2008-04-19 16:40:52.000000000 +0200
90068 @@ -23,7 +23,7 @@
90069 __FPU_FPSCR = fpscr;
90070
90071 #ifdef DEBUG
90072 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90073 + printk("%s: D %p, B %p: ", __func__, frD, frB);
90074 dump_double(frD);
90075 printk("\n");
90076 #endif
90077 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fdiv.c powerpc.git/arch/powerpc/math-emu/fdiv.c
90078 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fdiv.c 2008-04-11 22:32:29.000000000 +0200
90079 +++ powerpc.git/arch/powerpc/math-emu/fdiv.c 2008-04-19 16:40:52.000000000 +0200
90080 @@ -14,7 +14,7 @@
90081 int ret = 0;
90082
90083 #ifdef DEBUG
90084 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90085 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90086 #endif
90087
90088 __FP_UNPACK_D(A, frA);
90089 @@ -28,13 +28,13 @@
90090 if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) {
90091 ret |= EFLAG_VXZDZ;
90092 #ifdef DEBUG
90093 - printk("%s: FPSCR_VXZDZ raised\n", __FUNCTION__);
90094 + printk("%s: FPSCR_VXZDZ raised\n", __func__);
90095 #endif
90096 }
90097 if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) {
90098 ret |= EFLAG_VXIDI;
90099 #ifdef DEBUG
90100 - printk("%s: FPSCR_VXIDI raised\n", __FUNCTION__);
90101 + printk("%s: FPSCR_VXIDI raised\n", __func__);
90102 #endif
90103 }
90104
90105 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fdivs.c powerpc.git/arch/powerpc/math-emu/fdivs.c
90106 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fdivs.c 2008-04-11 22:32:29.000000000 +0200
90107 +++ powerpc.git/arch/powerpc/math-emu/fdivs.c 2008-04-19 16:40:52.000000000 +0200
90108 @@ -15,7 +15,7 @@
90109 int ret = 0;
90110
90111 #ifdef DEBUG
90112 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90113 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90114 #endif
90115
90116 __FP_UNPACK_D(A, frA);
90117 @@ -29,13 +29,13 @@
90118 if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) {
90119 ret |= EFLAG_VXZDZ;
90120 #ifdef DEBUG
90121 - printk("%s: FPSCR_VXZDZ raised\n", __FUNCTION__);
90122 + printk("%s: FPSCR_VXZDZ raised\n", __func__);
90123 #endif
90124 }
90125 if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) {
90126 ret |= EFLAG_VXIDI;
90127 #ifdef DEBUG
90128 - printk("%s: FPSCR_VXIDI raised\n", __FUNCTION__);
90129 + printk("%s: FPSCR_VXIDI raised\n", __func__);
90130 #endif
90131 }
90132
90133 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmadd.c powerpc.git/arch/powerpc/math-emu/fmadd.c
90134 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmadd.c 2008-04-11 22:32:29.000000000 +0200
90135 +++ powerpc.git/arch/powerpc/math-emu/fmadd.c 2008-04-19 16:40:52.000000000 +0200
90136 @@ -16,7 +16,7 @@
90137 int ret = 0;
90138
90139 #ifdef DEBUG
90140 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90141 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90142 #endif
90143
90144 __FP_UNPACK_D(A, frA);
90145 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmadds.c powerpc.git/arch/powerpc/math-emu/fmadds.c
90146 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmadds.c 2008-04-11 22:32:29.000000000 +0200
90147 +++ powerpc.git/arch/powerpc/math-emu/fmadds.c 2008-04-19 16:40:52.000000000 +0200
90148 @@ -17,7 +17,7 @@
90149 int ret = 0;
90150
90151 #ifdef DEBUG
90152 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90153 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90154 #endif
90155
90156 __FP_UNPACK_D(A, frA);
90157 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmr.c powerpc.git/arch/powerpc/math-emu/fmr.c
90158 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmr.c 2008-04-11 22:32:29.000000000 +0200
90159 +++ powerpc.git/arch/powerpc/math-emu/fmr.c 2008-04-19 16:40:52.000000000 +0200
90160 @@ -9,7 +9,7 @@
90161 frD[1] = frB[1];
90162
90163 #ifdef DEBUG
90164 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90165 + printk("%s: D %p, B %p: ", __func__, frD, frB);
90166 dump_double(frD);
90167 printk("\n");
90168 #endif
90169 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmsub.c powerpc.git/arch/powerpc/math-emu/fmsub.c
90170 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmsub.c 2008-04-11 22:32:29.000000000 +0200
90171 +++ powerpc.git/arch/powerpc/math-emu/fmsub.c 2008-04-19 16:40:52.000000000 +0200
90172 @@ -16,7 +16,7 @@
90173 int ret = 0;
90174
90175 #ifdef DEBUG
90176 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90177 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90178 #endif
90179
90180 __FP_UNPACK_D(A, frA);
90181 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmsubs.c powerpc.git/arch/powerpc/math-emu/fmsubs.c
90182 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmsubs.c 2008-04-11 22:32:29.000000000 +0200
90183 +++ powerpc.git/arch/powerpc/math-emu/fmsubs.c 2008-04-19 16:40:52.000000000 +0200
90184 @@ -17,7 +17,7 @@
90185 int ret = 0;
90186
90187 #ifdef DEBUG
90188 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90189 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90190 #endif
90191
90192 __FP_UNPACK_D(A, frA);
90193 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmul.c powerpc.git/arch/powerpc/math-emu/fmul.c
90194 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmul.c 2008-04-11 22:32:29.000000000 +0200
90195 +++ powerpc.git/arch/powerpc/math-emu/fmul.c 2008-04-19 16:40:52.000000000 +0200
90196 @@ -14,7 +14,7 @@
90197 int ret = 0;
90198
90199 #ifdef DEBUG
90200 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90201 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90202 #endif
90203
90204 __FP_UNPACK_D(A, frA);
90205 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fmuls.c powerpc.git/arch/powerpc/math-emu/fmuls.c
90206 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fmuls.c 2008-04-11 22:32:29.000000000 +0200
90207 +++ powerpc.git/arch/powerpc/math-emu/fmuls.c 2008-04-19 16:40:52.000000000 +0200
90208 @@ -15,7 +15,7 @@
90209 int ret = 0;
90210
90211 #ifdef DEBUG
90212 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90213 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90214 #endif
90215
90216 __FP_UNPACK_D(A, frA);
90217 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fnabs.c powerpc.git/arch/powerpc/math-emu/fnabs.c
90218 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fnabs.c 2008-04-11 22:32:29.000000000 +0200
90219 +++ powerpc.git/arch/powerpc/math-emu/fnabs.c 2008-04-19 16:40:52.000000000 +0200
90220 @@ -9,7 +9,7 @@
90221 frD[1] = frB[1];
90222
90223 #ifdef DEBUG
90224 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90225 + printk("%s: D %p, B %p: ", __func__, frD, frB);
90226 dump_double(frD);
90227 printk("\n");
90228 #endif
90229 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fneg.c powerpc.git/arch/powerpc/math-emu/fneg.c
90230 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fneg.c 2008-04-11 22:32:29.000000000 +0200
90231 +++ powerpc.git/arch/powerpc/math-emu/fneg.c 2008-04-19 16:40:52.000000000 +0200
90232 @@ -9,7 +9,7 @@
90233 frD[1] = frB[1];
90234
90235 #ifdef DEBUG
90236 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90237 + printk("%s: D %p, B %p: ", __func__, frD, frB);
90238 dump_double(frD);
90239 printk("\n");
90240 #endif
90241 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fnmadd.c powerpc.git/arch/powerpc/math-emu/fnmadd.c
90242 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fnmadd.c 2008-04-11 22:32:29.000000000 +0200
90243 +++ powerpc.git/arch/powerpc/math-emu/fnmadd.c 2008-04-19 16:40:52.000000000 +0200
90244 @@ -16,7 +16,7 @@
90245 int ret = 0;
90246
90247 #ifdef DEBUG
90248 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90249 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90250 #endif
90251
90252 __FP_UNPACK_D(A, frA);
90253 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fnmadds.c powerpc.git/arch/powerpc/math-emu/fnmadds.c
90254 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fnmadds.c 2008-04-11 22:32:29.000000000 +0200
90255 +++ powerpc.git/arch/powerpc/math-emu/fnmadds.c 2008-04-19 16:40:52.000000000 +0200
90256 @@ -17,7 +17,7 @@
90257 int ret = 0;
90258
90259 #ifdef DEBUG
90260 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90261 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90262 #endif
90263
90264 __FP_UNPACK_D(A, frA);
90265 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fnmsub.c powerpc.git/arch/powerpc/math-emu/fnmsub.c
90266 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fnmsub.c 2008-04-11 22:32:29.000000000 +0200
90267 +++ powerpc.git/arch/powerpc/math-emu/fnmsub.c 2008-04-19 16:40:52.000000000 +0200
90268 @@ -16,7 +16,7 @@
90269 int ret = 0;
90270
90271 #ifdef DEBUG
90272 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90273 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90274 #endif
90275
90276 __FP_UNPACK_D(A, frA);
90277 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fnmsubs.c powerpc.git/arch/powerpc/math-emu/fnmsubs.c
90278 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fnmsubs.c 2008-04-11 22:32:29.000000000 +0200
90279 +++ powerpc.git/arch/powerpc/math-emu/fnmsubs.c 2008-04-19 16:40:52.000000000 +0200
90280 @@ -17,7 +17,7 @@
90281 int ret = 0;
90282
90283 #ifdef DEBUG
90284 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90285 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90286 #endif
90287
90288 __FP_UNPACK_D(A, frA);
90289 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fres.c powerpc.git/arch/powerpc/math-emu/fres.c
90290 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fres.c 2008-04-11 22:32:29.000000000 +0200
90291 +++ powerpc.git/arch/powerpc/math-emu/fres.c 2008-04-19 16:40:52.000000000 +0200
90292 @@ -6,7 +6,7 @@
90293 fres(void *frD, void *frB)
90294 {
90295 #ifdef DEBUG
90296 - printk("%s: %p %p\n", __FUNCTION__, frD, frB);
90297 + printk("%s: %p %p\n", __func__, frD, frB);
90298 #endif
90299 return -ENOSYS;
90300 }
90301 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/frsp.c powerpc.git/arch/powerpc/math-emu/frsp.c
90302 --- linux-2.6.25-rc9/arch/powerpc/math-emu/frsp.c 2008-04-11 22:32:29.000000000 +0200
90303 +++ powerpc.git/arch/powerpc/math-emu/frsp.c 2008-04-19 16:40:52.000000000 +0200
90304 @@ -12,7 +12,7 @@
90305 FP_DECL_D(B);
90306
90307 #ifdef DEBUG
90308 - printk("%s: D %p, B %p\n", __FUNCTION__, frD, frB);
90309 + printk("%s: D %p, B %p\n", __func__, frD, frB);
90310 #endif
90311
90312 __FP_UNPACK_D(B, frB);
90313 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/frsqrte.c powerpc.git/arch/powerpc/math-emu/frsqrte.c
90314 --- linux-2.6.25-rc9/arch/powerpc/math-emu/frsqrte.c 2008-04-11 22:32:29.000000000 +0200
90315 +++ powerpc.git/arch/powerpc/math-emu/frsqrte.c 2008-04-19 16:40:52.000000000 +0200
90316 @@ -6,7 +6,7 @@
90317 frsqrte(void *frD, void *frB)
90318 {
90319 #ifdef DEBUG
90320 - printk("%s: %p %p\n", __FUNCTION__, frD, frB);
90321 + printk("%s: %p %p\n", __func__, frD, frB);
90322 #endif
90323 return 0;
90324 }
90325 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fsel.c powerpc.git/arch/powerpc/math-emu/fsel.c
90326 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fsel.c 2008-04-11 22:32:29.000000000 +0200
90327 +++ powerpc.git/arch/powerpc/math-emu/fsel.c 2008-04-19 16:40:52.000000000 +0200
90328 @@ -11,7 +11,7 @@
90329 FP_DECL_D(A);
90330
90331 #ifdef DEBUG
90332 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90333 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90334 #endif
90335
90336 __FP_UNPACK_D(A, frA);
90337 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fsqrt.c powerpc.git/arch/powerpc/math-emu/fsqrt.c
90338 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fsqrt.c 2008-04-11 22:32:29.000000000 +0200
90339 +++ powerpc.git/arch/powerpc/math-emu/fsqrt.c 2008-04-19 16:40:52.000000000 +0200
90340 @@ -13,7 +13,7 @@
90341 int ret = 0;
90342
90343 #ifdef DEBUG
90344 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frB);
90345 + printk("%s: %p %p %p %p\n", __func__, frD, frB);
90346 #endif
90347
90348 __FP_UNPACK_D(B, frB);
90349 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fsqrts.c powerpc.git/arch/powerpc/math-emu/fsqrts.c
90350 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fsqrts.c 2008-04-11 22:32:29.000000000 +0200
90351 +++ powerpc.git/arch/powerpc/math-emu/fsqrts.c 2008-04-19 16:40:52.000000000 +0200
90352 @@ -14,7 +14,7 @@
90353 int ret = 0;
90354
90355 #ifdef DEBUG
90356 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frB);
90357 + printk("%s: %p %p %p %p\n", __func__, frD, frB);
90358 #endif
90359
90360 __FP_UNPACK_D(B, frB);
90361 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fsub.c powerpc.git/arch/powerpc/math-emu/fsub.c
90362 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fsub.c 2008-04-11 22:32:29.000000000 +0200
90363 +++ powerpc.git/arch/powerpc/math-emu/fsub.c 2008-04-19 16:40:52.000000000 +0200
90364 @@ -14,7 +14,7 @@
90365 int ret = 0;
90366
90367 #ifdef DEBUG
90368 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90369 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90370 #endif
90371
90372 __FP_UNPACK_D(A, frA);
90373 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/fsubs.c powerpc.git/arch/powerpc/math-emu/fsubs.c
90374 --- linux-2.6.25-rc9/arch/powerpc/math-emu/fsubs.c 2008-04-11 22:32:29.000000000 +0200
90375 +++ powerpc.git/arch/powerpc/math-emu/fsubs.c 2008-04-19 16:40:52.000000000 +0200
90376 @@ -15,7 +15,7 @@
90377 int ret = 0;
90378
90379 #ifdef DEBUG
90380 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90381 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90382 #endif
90383
90384 __FP_UNPACK_D(A, frA);
90385 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/lfd.c powerpc.git/arch/powerpc/math-emu/lfd.c
90386 --- linux-2.6.25-rc9/arch/powerpc/math-emu/lfd.c 2008-04-11 22:32:29.000000000 +0200
90387 +++ powerpc.git/arch/powerpc/math-emu/lfd.c 2008-04-19 16:40:52.000000000 +0200
90388 @@ -11,7 +11,7 @@
90389 if (copy_from_user(frD, ea, sizeof(double)))
90390 return -EFAULT;
90391 #ifdef DEBUG
90392 - printk("%s: D %p, ea %p: ", __FUNCTION__, frD, ea);
90393 + printk("%s: D %p, ea %p: ", __func__, frD, ea);
90394 dump_double(frD);
90395 printk("\n");
90396 #endif
90397 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/lfs.c powerpc.git/arch/powerpc/math-emu/lfs.c
90398 --- linux-2.6.25-rc9/arch/powerpc/math-emu/lfs.c 2008-04-11 22:32:29.000000000 +0200
90399 +++ powerpc.git/arch/powerpc/math-emu/lfs.c 2008-04-19 16:40:52.000000000 +0200
90400 @@ -14,7 +14,7 @@
90401 float f;
90402
90403 #ifdef DEBUG
90404 - printk("%s: D %p, ea %p\n", __FUNCTION__, frD, ea);
90405 + printk("%s: D %p, ea %p\n", __func__, frD, ea);
90406 #endif
90407
90408 if (copy_from_user(&f, ea, sizeof(float)))
90409 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mcrfs.c powerpc.git/arch/powerpc/math-emu/mcrfs.c
90410 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mcrfs.c 2008-04-11 22:32:29.000000000 +0200
90411 +++ powerpc.git/arch/powerpc/math-emu/mcrfs.c 2008-04-19 16:40:52.000000000 +0200
90412 @@ -10,7 +10,7 @@
90413 u32 value, clear;
90414
90415 #ifdef DEBUG
90416 - printk("%s: %p (%08x) %d %d\n", __FUNCTION__, ccr, *ccr, crfD, crfS);
90417 + printk("%s: %p (%08x) %d %d\n", __func__, ccr, *ccr, crfD, crfS);
90418 #endif
90419
90420 clear = 15 << ((7 - crfS) << 2);
90421 @@ -24,7 +24,7 @@
90422 *ccr |= (value << ((7 - crfD) << 2));
90423
90424 #ifdef DEBUG
90425 - printk("CR: %08x\n", __FUNCTION__, *ccr);
90426 + printk("CR: %08x\n", __func__, *ccr);
90427 #endif
90428
90429 return 0;
90430 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mffs.c powerpc.git/arch/powerpc/math-emu/mffs.c
90431 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mffs.c 2008-04-11 22:32:29.000000000 +0200
90432 +++ powerpc.git/arch/powerpc/math-emu/mffs.c 2008-04-19 16:40:52.000000000 +0200
90433 @@ -10,7 +10,7 @@
90434 frD[1] = __FPU_FPSCR;
90435
90436 #ifdef DEBUG
90437 - printk("%s: frD %p: %08x.%08x\n", __FUNCTION__, frD, frD[0], frD[1]);
90438 + printk("%s: frD %p: %08x.%08x\n", __func__, frD, frD[0], frD[1]);
90439 #endif
90440
90441 return 0;
90442 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsb0.c powerpc.git/arch/powerpc/math-emu/mtfsb0.c
90443 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsb0.c 2008-04-11 22:32:29.000000000 +0200
90444 +++ powerpc.git/arch/powerpc/math-emu/mtfsb0.c 2008-04-19 16:40:52.000000000 +0200
90445 @@ -11,7 +11,7 @@
90446 __FPU_FPSCR &= ~(1 << (31 - crbD));
90447
90448 #ifdef DEBUG
90449 - printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR);
90450 + printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
90451 #endif
90452
90453 return 0;
90454 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsb1.c powerpc.git/arch/powerpc/math-emu/mtfsb1.c
90455 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsb1.c 2008-04-11 22:32:29.000000000 +0200
90456 +++ powerpc.git/arch/powerpc/math-emu/mtfsb1.c 2008-04-19 16:40:52.000000000 +0200
90457 @@ -11,7 +11,7 @@
90458 __FPU_FPSCR |= (1 << (31 - crbD));
90459
90460 #ifdef DEBUG
90461 - printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR);
90462 + printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
90463 #endif
90464
90465 return 0;
90466 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsf.c powerpc.git/arch/powerpc/math-emu/mtfsf.c
90467 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsf.c 2008-04-11 22:32:29.000000000 +0200
90468 +++ powerpc.git/arch/powerpc/math-emu/mtfsf.c 2008-04-19 16:40:52.000000000 +0200
90469 @@ -38,7 +38,7 @@
90470 __FPU_FPSCR |= (frB[1] & mask);
90471
90472 #ifdef DEBUG
90473 - printk("%s: %02x %p: %08lx\n", __FUNCTION__, FM, frB, __FPU_FPSCR);
90474 + printk("%s: %02x %p: %08lx\n", __func__, FM, frB, __FPU_FPSCR);
90475 #endif
90476
90477 return 0;
90478 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsfi.c powerpc.git/arch/powerpc/math-emu/mtfsfi.c
90479 --- linux-2.6.25-rc9/arch/powerpc/math-emu/mtfsfi.c 2008-04-11 22:32:29.000000000 +0200
90480 +++ powerpc.git/arch/powerpc/math-emu/mtfsfi.c 2008-04-19 16:40:52.000000000 +0200
90481 @@ -16,7 +16,7 @@
90482 __FPU_FPSCR |= (IMM & 0xf) << ((7 - crfD) << 2);
90483
90484 #ifdef DEBUG
90485 - printk("%s: %d %x: %08lx\n", __FUNCTION__, crfD, IMM, __FPU_FPSCR);
90486 + printk("%s: %d %x: %08lx\n", __func__, crfD, IMM, __FPU_FPSCR);
90487 #endif
90488
90489 return 0;
90490 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/stfd.c powerpc.git/arch/powerpc/math-emu/stfd.c
90491 --- linux-2.6.25-rc9/arch/powerpc/math-emu/stfd.c 2008-04-11 22:32:29.000000000 +0200
90492 +++ powerpc.git/arch/powerpc/math-emu/stfd.c 2008-04-19 16:40:52.000000000 +0200
90493 @@ -7,7 +7,7 @@
90494 {
90495 #if 0
90496 #ifdef DEBUG
90497 - printk("%s: S %p, ea %p: ", __FUNCTION__, frS, ea);
90498 + printk("%s: S %p, ea %p: ", __func__, frS, ea);
90499 dump_double(frS);
90500 printk("\n");
90501 #endif
90502 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/stfiwx.c powerpc.git/arch/powerpc/math-emu/stfiwx.c
90503 --- linux-2.6.25-rc9/arch/powerpc/math-emu/stfiwx.c 2008-04-11 22:32:29.000000000 +0200
90504 +++ powerpc.git/arch/powerpc/math-emu/stfiwx.c 2008-04-19 16:40:52.000000000 +0200
90505 @@ -6,7 +6,7 @@
90506 stfiwx(u32 *frS, void *ea)
90507 {
90508 #ifdef DEBUG
90509 - printk("%s: %p %p\n", __FUNCTION__, frS, ea);
90510 + printk("%s: %p %p\n", __func__, frS, ea);
90511 #endif
90512
90513 if (copy_to_user(ea, &frS[1], sizeof(frS[1])))
90514 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/math-emu/stfs.c powerpc.git/arch/powerpc/math-emu/stfs.c
90515 --- linux-2.6.25-rc9/arch/powerpc/math-emu/stfs.c 2008-04-11 22:32:29.000000000 +0200
90516 +++ powerpc.git/arch/powerpc/math-emu/stfs.c 2008-04-19 16:40:52.000000000 +0200
90517 @@ -15,7 +15,7 @@
90518 int err;
90519
90520 #ifdef DEBUG
90521 - printk("%s: S %p, ea %p\n", __FUNCTION__, frS, ea);
90522 + printk("%s: S %p, ea %p\n", __func__, frS, ea);
90523 #endif
90524
90525 __FP_UNPACK_D(A, frS);
90526 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/40x_mmu.c powerpc.git/arch/powerpc/mm/40x_mmu.c
90527 --- linux-2.6.25-rc9/arch/powerpc/mm/40x_mmu.c 2008-04-11 22:32:29.000000000 +0200
90528 +++ powerpc.git/arch/powerpc/mm/40x_mmu.c 2008-04-19 16:40:52.000000000 +0200
90529 @@ -97,7 +97,7 @@
90530 phys_addr_t p;
90531
90532 v = KERNELBASE;
90533 - p = PPC_MEMSTART;
90534 + p = 0;
90535 s = total_lowmem;
90536
90537 if (__map_without_ltlbs)
90538 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/44x_mmu.c powerpc.git/arch/powerpc/mm/44x_mmu.c
90539 --- linux-2.6.25-rc9/arch/powerpc/mm/44x_mmu.c 2008-04-11 22:32:29.000000000 +0200
90540 +++ powerpc.git/arch/powerpc/mm/44x_mmu.c 2008-04-19 16:40:52.000000000 +0200
90541 @@ -67,7 +67,7 @@
90542
90543 /* Pin in enough TLBs to cover any lowmem not covered by the
90544 * initial 256M mapping established in head_44x.S */
90545 - for (addr = PPC_PIN_SIZE; addr < total_lowmem;
90546 + for (addr = PPC_PIN_SIZE; addr < lowmem_end_addr;
90547 addr += PPC_PIN_SIZE)
90548 ppc44x_pin_tlb(addr + PAGE_OFFSET, addr);
90549
90550 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/Makefile powerpc.git/arch/powerpc/mm/Makefile
90551 --- linux-2.6.25-rc9/arch/powerpc/mm/Makefile 2008-04-11 22:32:29.000000000 +0200
90552 +++ powerpc.git/arch/powerpc/mm/Makefile 2008-03-17 14:03:31.000000000 +0100
90553 @@ -6,7 +6,7 @@
90554 EXTRA_CFLAGS += -mno-minimal-toc
90555 endif
90556
90557 -obj-y := fault.o mem.o lmb.o \
90558 +obj-y := fault.o mem.o \
90559 init_$(CONFIG_WORD_SIZE).o \
90560 pgtable_$(CONFIG_WORD_SIZE).o \
90561 mmu_context_$(CONFIG_WORD_SIZE).o
90562 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
90563 --- linux-2.6.25-rc9/arch/powerpc/mm/fsl_booke_mmu.c 2008-04-11 22:32:29.000000000 +0200
90564 +++ powerpc.git/arch/powerpc/mm/fsl_booke_mmu.c 2008-04-19 16:40:52.000000000 +0200
90565 @@ -49,18 +49,15 @@
90566 #include <asm/mmu.h>
90567 #include <asm/uaccess.h>
90568 #include <asm/smp.h>
90569 -#include <asm/bootx.h>
90570 #include <asm/machdep.h>
90571 #include <asm/setup.h>
90572
90573 +#include "mmu_decl.h"
90574 +
90575 extern void loadcam_entry(unsigned int index);
90576 unsigned int tlbcam_index;
90577 unsigned int num_tlbcam_entries;
90578 static unsigned long __cam0, __cam1, __cam2;
90579 -extern unsigned long total_lowmem;
90580 -extern unsigned long __max_low_memory;
90581 -extern unsigned long __initial_memory_limit;
90582 -#define MAX_LOW_MEM CONFIG_LOWMEM_SIZE
90583
90584 #define NUM_TLBCAMS (16)
90585
90586 @@ -165,15 +162,15 @@
90587 void __init cam_mapin_ram(unsigned long cam0, unsigned long cam1,
90588 unsigned long cam2)
90589 {
90590 - settlbcam(0, PAGE_OFFSET, PPC_MEMSTART, cam0, _PAGE_KERNEL, 0);
90591 + settlbcam(0, PAGE_OFFSET, memstart_addr, cam0, _PAGE_KERNEL, 0);
90592 tlbcam_index++;
90593 if (cam1) {
90594 tlbcam_index++;
90595 - settlbcam(1, PAGE_OFFSET+cam0, PPC_MEMSTART+cam0, cam1, _PAGE_KERNEL, 0);
90596 + settlbcam(1, PAGE_OFFSET+cam0, memstart_addr+cam0, cam1, _PAGE_KERNEL, 0);
90597 }
90598 if (cam2) {
90599 tlbcam_index++;
90600 - settlbcam(2, PAGE_OFFSET+cam0+cam1, PPC_MEMSTART+cam0+cam1, cam2, _PAGE_KERNEL, 0);
90601 + settlbcam(2, PAGE_OFFSET+cam0+cam1, memstart_addr+cam0+cam1, cam2, _PAGE_KERNEL, 0);
90602 }
90603 }
90604
90605 @@ -196,35 +193,32 @@
90606 void __init
90607 adjust_total_lowmem(void)
90608 {
90609 - unsigned long max_low_mem = MAX_LOW_MEM;
90610 - unsigned long cam_max = 0x10000000;
90611 - unsigned long ram;
90612 -
90613 - /* adjust CAM size to max_low_mem */
90614 - if (max_low_mem < cam_max)
90615 - cam_max = max_low_mem;
90616 -
90617 - /* adjust lowmem size to max_low_mem */
90618 - if (max_low_mem < total_lowmem)
90619 - ram = max_low_mem;
90620 - else
90621 - ram = total_lowmem;
90622 + phys_addr_t max_lowmem_size = __max_low_memory;
90623 + phys_addr_t cam_max_size = 0x10000000;
90624 + phys_addr_t ram;
90625 +
90626 + /* adjust CAM size to max_lowmem_size */
90627 + if (max_lowmem_size < cam_max_size)
90628 + cam_max_size = max_lowmem_size;
90629 +
90630 + /* adjust lowmem size to max_lowmem_size */
90631 + ram = min(max_lowmem_size, total_lowmem);
90632
90633 /* Calculate CAM values */
90634 __cam0 = 1UL << 2 * (__ilog2(ram) / 2);
90635 - if (__cam0 > cam_max)
90636 - __cam0 = cam_max;
90637 + if (__cam0 > cam_max_size)
90638 + __cam0 = cam_max_size;
90639 ram -= __cam0;
90640 if (ram) {
90641 __cam1 = 1UL << 2 * (__ilog2(ram) / 2);
90642 - if (__cam1 > cam_max)
90643 - __cam1 = cam_max;
90644 + if (__cam1 > cam_max_size)
90645 + __cam1 = cam_max_size;
90646 ram -= __cam1;
90647 }
90648 if (ram) {
90649 __cam2 = 1UL << 2 * (__ilog2(ram) / 2);
90650 - if (__cam2 > cam_max)
90651 - __cam2 = cam_max;
90652 + if (__cam2 > cam_max_size)
90653 + __cam2 = cam_max_size;
90654 ram -= __cam2;
90655 }
90656
90657 @@ -232,6 +226,6 @@
90658 " CAM2=%ldMb residual: %ldMb\n",
90659 __cam0 >> 20, __cam1 >> 20, __cam2 >> 20,
90660 (total_lowmem - __cam0 - __cam1 - __cam2) >> 20);
90661 - __max_low_memory = max_low_mem = __cam0 + __cam1 + __cam2;
90662 - __initial_memory_limit = __max_low_memory;
90663 + __max_low_memory = __cam0 + __cam1 + __cam2;
90664 + __initial_memory_limit_addr = memstart_addr + __max_low_memory;
90665 }
90666 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
90667 --- linux-2.6.25-rc9/arch/powerpc/mm/hash_utils_64.c 2008-04-11 22:32:29.000000000 +0200
90668 +++ powerpc.git/arch/powerpc/mm/hash_utils_64.c 2008-04-19 16:40:52.000000000 +0200
90669 @@ -31,6 +31,7 @@
90670 #include <linux/cache.h>
90671 #include <linux/init.h>
90672 #include <linux/signal.h>
90673 +#include <linux/lmb.h>
90674
90675 #include <asm/processor.h>
90676 #include <asm/pgtable.h>
90677 @@ -41,7 +42,7 @@
90678 #include <asm/system.h>
90679 #include <asm/uaccess.h>
90680 #include <asm/machdep.h>
90681 -#include <asm/lmb.h>
90682 +#include <asm/prom.h>
90683 #include <asm/abs_addr.h>
90684 #include <asm/tlbflush.h>
90685 #include <asm/io.h>
90686 @@ -191,6 +192,29 @@
90687 return ret < 0 ? ret : 0;
90688 }
90689
90690 +#ifdef CONFIG_MEMORY_HOTPLUG
90691 +static int htab_remove_mapping(unsigned long vstart, unsigned long vend,
90692 + int psize, int ssize)
90693 +{
90694 + unsigned long vaddr;
90695 + unsigned int step, shift;
90696 +
90697 + shift = mmu_psize_defs[psize].shift;
90698 + step = 1 << shift;
90699 +
90700 + if (!ppc_md.hpte_removebolted) {
90701 + printk(KERN_WARNING "Platform doesn't implement "
90702 + "hpte_removebolted\n");
90703 + return -EINVAL;
90704 + }
90705 +
90706 + for (vaddr = vstart; vaddr < vend; vaddr += step)
90707 + ppc_md.hpte_removebolted(vaddr, psize, ssize);
90708 +
90709 + return 0;
90710 +}
90711 +#endif /* CONFIG_MEMORY_HOTPLUG */
90712 +
90713 static int __init htab_dt_scan_seg_sizes(unsigned long node,
90714 const char *uname, int depth,
90715 void *data)
90716 @@ -434,6 +458,12 @@
90717 _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX,
90718 mmu_linear_psize, mmu_kernel_ssize));
90719 }
90720 +
90721 +int remove_section_mapping(unsigned long start, unsigned long end)
90722 +{
90723 + return htab_remove_mapping(start, end, mmu_linear_psize,
90724 + mmu_kernel_ssize);
90725 +}
90726 #endif /* CONFIG_MEMORY_HOTPLUG */
90727
90728 static inline void make_bl(unsigned int *insn_addr, void *func)
90729 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/init_32.c powerpc.git/arch/powerpc/mm/init_32.c
90730 --- linux-2.6.25-rc9/arch/powerpc/mm/init_32.c 2008-04-11 22:32:29.000000000 +0200
90731 +++ powerpc.git/arch/powerpc/mm/init_32.c 2008-04-19 16:40:52.000000000 +0200
90732 @@ -30,6 +30,7 @@
90733 #include <linux/highmem.h>
90734 #include <linux/initrd.h>
90735 #include <linux/pagemap.h>
90736 +#include <linux/lmb.h>
90737
90738 #include <asm/pgalloc.h>
90739 #include <asm/prom.h>
90740 @@ -41,7 +42,6 @@
90741 #include <asm/machdep.h>
90742 #include <asm/btext.h>
90743 #include <asm/tlb.h>
90744 -#include <asm/lmb.h>
90745 #include <asm/sections.h>
90746
90747 #include "mmu_decl.h"
90748 @@ -59,8 +59,8 @@
90749 unsigned long total_memory;
90750 unsigned long total_lowmem;
90751
90752 -unsigned long ppc_memstart;
90753 -unsigned long ppc_memoffset = PAGE_OFFSET;
90754 +phys_addr_t memstart_addr;
90755 +phys_addr_t lowmem_end_addr;
90756
90757 int boot_mapsize;
90758 #ifdef CONFIG_PPC_PMAC
90759 @@ -95,10 +95,10 @@
90760 unsigned long __max_low_memory = MAX_LOW_MEM;
90761
90762 /*
90763 - * limit of what is accessible with initial MMU setup -
90764 + * address of the limit of what is accessible with initial MMU setup -
90765 * 256MB usually, but only 16MB on 601.
90766 */
90767 -unsigned long __initial_memory_limit = 0x10000000;
90768 +phys_addr_t __initial_memory_limit_addr = (phys_addr_t)0x10000000;
90769
90770 /*
90771 * Check for command-line options that affect what MMU_init will do.
90772 @@ -131,10 +131,10 @@
90773
90774 /* 601 can only access 16MB at the moment */
90775 if (PVR_VER(mfspr(SPRN_PVR)) == 1)
90776 - __initial_memory_limit = 0x01000000;
90777 + __initial_memory_limit_addr = 0x01000000;
90778 /* 8xx can only access 8MB at the moment */
90779 if (PVR_VER(mfspr(SPRN_PVR)) == 0x50)
90780 - __initial_memory_limit = 0x00800000;
90781 + __initial_memory_limit_addr = 0x00800000;
90782
90783 /* parse args from command line */
90784 MMU_setup();
90785 @@ -145,8 +145,8 @@
90786 printk(KERN_WARNING "Only using first contiguous memory region");
90787 }
90788
90789 - total_memory = lmb_end_of_DRAM();
90790 - total_lowmem = total_memory;
90791 + total_lowmem = total_memory = lmb_end_of_DRAM() - memstart_addr;
90792 + lowmem_end_addr = memstart_addr + total_lowmem;
90793
90794 #ifdef CONFIG_FSL_BOOKE
90795 /* Freescale Book-E parts expect lowmem to be mapped by fixed TLB
90796 @@ -157,9 +157,10 @@
90797
90798 if (total_lowmem > __max_low_memory) {
90799 total_lowmem = __max_low_memory;
90800 + lowmem_end_addr = memstart_addr + total_lowmem;
90801 #ifndef CONFIG_HIGHMEM
90802 total_memory = total_lowmem;
90803 - lmb_enforce_memory_limit(total_lowmem);
90804 + lmb_enforce_memory_limit(lowmem_end_addr);
90805 lmb_analyze();
90806 #endif /* CONFIG_HIGHMEM */
90807 }
90808 @@ -184,8 +185,6 @@
90809 /* Map in I/O resources */
90810 if (ppc_md.progress)
90811 ppc_md.progress("MMU:setio", 0x302);
90812 - if (ppc_md.setup_io_mappings)
90813 - ppc_md.setup_io_mappings();
90814
90815 /* Initialize the context management stuff */
90816 mmu_context_init();
90817 @@ -208,7 +207,7 @@
90818 p = alloc_bootmem_pages(PAGE_SIZE);
90819 } else {
90820 p = __va(lmb_alloc_base(PAGE_SIZE, PAGE_SIZE,
90821 - __initial_memory_limit));
90822 + __initial_memory_limit_addr));
90823 }
90824 return p;
90825 }
90826 @@ -276,7 +275,7 @@
90827
90828 kcore_mem = kmalloc(sizeof(struct kcore_list), GFP_ATOMIC);
90829 if (!kcore_mem)
90830 - panic("%s: kmalloc failed\n", __FUNCTION__);
90831 + panic("%s: kmalloc failed\n", __func__);
90832
90833 /* must stay under 32 bits */
90834 if ( 0xfffffffful - (unsigned long)__va(base) < size) {
90835 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/init_64.c powerpc.git/arch/powerpc/mm/init_64.c
90836 --- linux-2.6.25-rc9/arch/powerpc/mm/init_64.c 2008-04-11 22:32:29.000000000 +0200
90837 +++ powerpc.git/arch/powerpc/mm/init_64.c 2008-04-19 16:40:52.000000000 +0200
90838 @@ -38,11 +38,11 @@
90839 #include <linux/nodemask.h>
90840 #include <linux/module.h>
90841 #include <linux/poison.h>
90842 +#include <linux/lmb.h>
90843
90844 #include <asm/pgalloc.h>
90845 #include <asm/page.h>
90846 #include <asm/prom.h>
90847 -#include <asm/lmb.h>
90848 #include <asm/rtas.h>
90849 #include <asm/io.h>
90850 #include <asm/mmu_context.h>
90851 @@ -72,8 +72,7 @@
90852 #warning TASK_SIZE is smaller than it needs to be.
90853 #endif
90854
90855 -/* max amount of RAM to use */
90856 -unsigned long __max_memory;
90857 +phys_addr_t memstart_addr;
90858
90859 void free_initmem(void)
90860 {
90861 @@ -122,7 +121,7 @@
90862 /* GFP_ATOMIC to avoid might_sleep warnings during boot */
90863 kcore_mem = kmalloc(sizeof(struct kcore_list), GFP_ATOMIC);
90864 if (!kcore_mem)
90865 - panic("%s: kmalloc failed\n", __FUNCTION__);
90866 + panic("%s: kmalloc failed\n", __func__);
90867
90868 kclist_add(kcore_mem, __va(base), size);
90869 }
90870 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/lmb.c powerpc.git/arch/powerpc/mm/lmb.c
90871 --- linux-2.6.25-rc9/arch/powerpc/mm/lmb.c 2008-04-11 22:32:29.000000000 +0200
90872 +++ powerpc.git/arch/powerpc/mm/lmb.c 1970-01-01 01:00:00.000000000 +0100
90873 @@ -1,357 +0,0 @@
90874 -/*
90875 - * Procedures for maintaining information about logical memory blocks.
90876 - *
90877 - * Peter Bergner, IBM Corp. June 2001.
90878 - * Copyright (C) 2001 Peter Bergner.
90879 - *
90880 - * This program is free software; you can redistribute it and/or
90881 - * modify it under the terms of the GNU General Public License
90882 - * as published by the Free Software Foundation; either version
90883 - * 2 of the License, or (at your option) any later version.
90884 - */
90885 -
90886 -#include <linux/kernel.h>
90887 -#include <linux/init.h>
90888 -#include <linux/bitops.h>
90889 -#include <asm/types.h>
90890 -#include <asm/page.h>
90891 -#include <asm/prom.h>
90892 -#include <asm/lmb.h>
90893 -#ifdef CONFIG_PPC32
90894 -#include "mmu_decl.h" /* for __max_low_memory */
90895 -#endif
90896 -
90897 -#undef DEBUG
90898 -
90899 -#ifdef DEBUG
90900 -#include <asm/udbg.h>
90901 -#define DBG(fmt...) udbg_printf(fmt)
90902 -#else
90903 -#define DBG(fmt...)
90904 -#endif
90905 -
90906 -#define LMB_ALLOC_ANYWHERE 0
90907 -
90908 -struct lmb lmb;
90909 -
90910 -void lmb_dump_all(void)
90911 -{
90912 -#ifdef DEBUG
90913 - unsigned long i;
90914 -
90915 - DBG("lmb_dump_all:\n");
90916 - DBG(" memory.cnt = 0x%lx\n", lmb.memory.cnt);
90917 - DBG(" memory.size = 0x%lx\n", lmb.memory.size);
90918 - for (i=0; i < lmb.memory.cnt ;i++) {
90919 - DBG(" memory.region[0x%x].base = 0x%lx\n",
90920 - i, lmb.memory.region[i].base);
90921 - DBG(" .size = 0x%lx\n",
90922 - lmb.memory.region[i].size);
90923 - }
90924 -
90925 - DBG("\n reserved.cnt = 0x%lx\n", lmb.reserved.cnt);
90926 - DBG(" reserved.size = 0x%lx\n", lmb.reserved.size);
90927 - for (i=0; i < lmb.reserved.cnt ;i++) {
90928 - DBG(" reserved.region[0x%x].base = 0x%lx\n",
90929 - i, lmb.reserved.region[i].base);
90930 - DBG(" .size = 0x%lx\n",
90931 - lmb.reserved.region[i].size);
90932 - }
90933 -#endif /* DEBUG */
90934 -}
90935 -
90936 -static unsigned long __init lmb_addrs_overlap(unsigned long base1,
90937 - unsigned long size1, unsigned long base2, unsigned long size2)
90938 -{
90939 - return ((base1 < (base2+size2)) && (base2 < (base1+size1)));
90940 -}
90941 -
90942 -static long __init lmb_addrs_adjacent(unsigned long base1, unsigned long size1,
90943 - unsigned long base2, unsigned long size2)
90944 -{
90945 - if (base2 == base1 + size1)
90946 - return 1;
90947 - else if (base1 == base2 + size2)
90948 - return -1;
90949 -
90950 - return 0;
90951 -}
90952 -
90953 -static long __init lmb_regions_adjacent(struct lmb_region *rgn,
90954 - unsigned long r1, unsigned long r2)
90955 -{
90956 - unsigned long base1 = rgn->region[r1].base;
90957 - unsigned long size1 = rgn->region[r1].size;
90958 - unsigned long base2 = rgn->region[r2].base;
90959 - unsigned long size2 = rgn->region[r2].size;
90960 -
90961 - return lmb_addrs_adjacent(base1, size1, base2, size2);
90962 -}
90963 -
90964 -static void __init lmb_remove_region(struct lmb_region *rgn, unsigned long r)
90965 -{
90966 - unsigned long i;
90967 -
90968 - for (i = r; i < rgn->cnt - 1; i++) {
90969 - rgn->region[i].base = rgn->region[i + 1].base;
90970 - rgn->region[i].size = rgn->region[i + 1].size;
90971 - }
90972 - rgn->cnt--;
90973 -}
90974 -
90975 -/* Assumption: base addr of region 1 < base addr of region 2 */
90976 -static void __init lmb_coalesce_regions(struct lmb_region *rgn,
90977 - unsigned long r1, unsigned long r2)
90978 -{
90979 - rgn->region[r1].size += rgn->region[r2].size;
90980 - lmb_remove_region(rgn, r2);
90981 -}
90982 -
90983 -/* This routine called with relocation disabled. */
90984 -void __init lmb_init(void)
90985 -{
90986 - /* Create a dummy zero size LMB which will get coalesced away later.
90987 - * This simplifies the lmb_add() code below...
90988 - */
90989 - lmb.memory.region[0].base = 0;
90990 - lmb.memory.region[0].size = 0;
90991 - lmb.memory.cnt = 1;
90992 -
90993 - /* Ditto. */
90994 - lmb.reserved.region[0].base = 0;
90995 - lmb.reserved.region[0].size = 0;
90996 - lmb.reserved.cnt = 1;
90997 -}
90998 -
90999 -/* This routine may be called with relocation disabled. */
91000 -void __init lmb_analyze(void)
91001 -{
91002 - int i;
91003 -
91004 - lmb.memory.size = 0;
91005 -
91006 - for (i = 0; i < lmb.memory.cnt; i++)
91007 - lmb.memory.size += lmb.memory.region[i].size;
91008 -}
91009 -
91010 -/* This routine called with relocation disabled. */
91011 -static long __init lmb_add_region(struct lmb_region *rgn, unsigned long base,
91012 - unsigned long size)
91013 -{
91014 - unsigned long coalesced = 0;
91015 - long adjacent, i;
91016 -
91017 - /* First try and coalesce this LMB with another. */
91018 - for (i=0; i < rgn->cnt; i++) {
91019 - unsigned long rgnbase = rgn->region[i].base;
91020 - unsigned long rgnsize = rgn->region[i].size;
91021 -
91022 - if ((rgnbase == base) && (rgnsize == size))
91023 - /* Already have this region, so we're done */
91024 - return 0;
91025 -
91026 - adjacent = lmb_addrs_adjacent(base,size,rgnbase,rgnsize);
91027 - if ( adjacent > 0 ) {
91028 - rgn->region[i].base -= size;
91029 - rgn->region[i].size += size;
91030 - coalesced++;
91031 - break;
91032 - }
91033 - else if ( adjacent < 0 ) {
91034 - rgn->region[i].size += size;
91035 - coalesced++;
91036 - break;
91037 - }
91038 - }
91039 -
91040 - if ((i < rgn->cnt-1) && lmb_regions_adjacent(rgn, i, i+1) ) {
91041 - lmb_coalesce_regions(rgn, i, i+1);
91042 - coalesced++;
91043 - }
91044 -
91045 - if (coalesced)
91046 - return coalesced;
91047 - if (rgn->cnt >= MAX_LMB_REGIONS)
91048 - return -1;
91049 -
91050 - /* Couldn't coalesce the LMB, so add it to the sorted table. */
91051 - for (i = rgn->cnt-1; i >= 0; i--) {
91052 - if (base < rgn->region[i].base) {
91053 - rgn->region[i+1].base = rgn->region[i].base;
91054 - rgn->region[i+1].size = rgn->region[i].size;
91055 - } else {
91056 - rgn->region[i+1].base = base;
91057 - rgn->region[i+1].size = size;
91058 - break;
91059 - }
91060 - }
91061 - rgn->cnt++;
91062 -
91063 - return 0;
91064 -}
91065 -
91066 -/* This routine may be called with relocation disabled. */
91067 -long __init lmb_add(unsigned long base, unsigned long size)
91068 -{
91069 - struct lmb_region *_rgn = &(lmb.memory);
91070 -
91071 - /* On pSeries LPAR systems, the first LMB is our RMO region. */
91072 - if (base == 0)
91073 - lmb.rmo_size = size;
91074 -
91075 - return lmb_add_region(_rgn, base, size);
91076 -
91077 -}
91078 -
91079 -long __init lmb_reserve(unsigned long base, unsigned long size)
91080 -{
91081 - struct lmb_region *_rgn = &(lmb.reserved);
91082 -
91083 - BUG_ON(0 == size);
91084 -
91085 - return lmb_add_region(_rgn, base, size);
91086 -}
91087 -
91088 -long __init lmb_overlaps_region(struct lmb_region *rgn, unsigned long base,
91089 - unsigned long size)
91090 -{
91091 - unsigned long i;
91092 -
91093 - for (i=0; i < rgn->cnt; i++) {
91094 - unsigned long rgnbase = rgn->region[i].base;
91095 - unsigned long rgnsize = rgn->region[i].size;
91096 - if ( lmb_addrs_overlap(base,size,rgnbase,rgnsize) ) {
91097 - break;
91098 - }
91099 - }
91100 -
91101 - return (i < rgn->cnt) ? i : -1;
91102 -}
91103 -
91104 -unsigned long __init lmb_alloc(unsigned long size, unsigned long align)
91105 -{
91106 - return lmb_alloc_base(size, align, LMB_ALLOC_ANYWHERE);
91107 -}
91108 -
91109 -unsigned long __init lmb_alloc_base(unsigned long size, unsigned long align,
91110 - unsigned long max_addr)
91111 -{
91112 - unsigned long alloc;
91113 -
91114 - alloc = __lmb_alloc_base(size, align, max_addr);
91115 -
91116 - if (alloc == 0)
91117 - panic("ERROR: Failed to allocate 0x%lx bytes below 0x%lx.\n",
91118 - size, max_addr);
91119 -
91120 - return alloc;
91121 -}
91122 -
91123 -unsigned long __init __lmb_alloc_base(unsigned long size, unsigned long align,
91124 - unsigned long max_addr)
91125 -{
91126 - long i, j;
91127 - unsigned long base = 0;
91128 -
91129 - BUG_ON(0 == size);
91130 -
91131 -#ifdef CONFIG_PPC32
91132 - /* On 32-bit, make sure we allocate lowmem */
91133 - if (max_addr == LMB_ALLOC_ANYWHERE)
91134 - max_addr = __max_low_memory;
91135 -#endif
91136 - for (i = lmb.memory.cnt-1; i >= 0; i--) {
91137 - unsigned long lmbbase = lmb.memory.region[i].base;
91138 - unsigned long lmbsize = lmb.memory.region[i].size;
91139 -
91140 - if (max_addr == LMB_ALLOC_ANYWHERE)
91141 - base = _ALIGN_DOWN(lmbbase + lmbsize - size, align);
91142 - else if (lmbbase < max_addr) {
91143 - base = min(lmbbase + lmbsize, max_addr);
91144 - base = _ALIGN_DOWN(base - size, align);
91145 - } else
91146 - continue;
91147 -
91148 - while ((lmbbase <= base) &&
91149 - ((j = lmb_overlaps_region(&lmb.reserved, base, size)) >= 0) )
91150 - base = _ALIGN_DOWN(lmb.reserved.region[j].base - size,
91151 - align);
91152 -
91153 - if ((base != 0) && (lmbbase <= base))
91154 - break;
91155 - }
91156 -
91157 - if (i < 0)
91158 - return 0;
91159 -
91160 - lmb_add_region(&lmb.reserved, base, size);
91161 -
91162 - return base;
91163 -}
91164 -
91165 -/* You must call lmb_analyze() before this. */
91166 -unsigned long __init lmb_phys_mem_size(void)
91167 -{
91168 - return lmb.memory.size;
91169 -}
91170 -
91171 -unsigned long __init lmb_end_of_DRAM(void)
91172 -{
91173 - int idx = lmb.memory.cnt - 1;
91174 -
91175 - return (lmb.memory.region[idx].base + lmb.memory.region[idx].size);
91176 -}
91177 -
91178 -/* You must call lmb_analyze() after this. */
91179 -void __init lmb_enforce_memory_limit(unsigned long memory_limit)
91180 -{
91181 - unsigned long i, limit;
91182 - struct lmb_property *p;
91183 -
91184 - if (! memory_limit)
91185 - return;
91186 -
91187 - /* Truncate the lmb regions to satisfy the memory limit. */
91188 - limit = memory_limit;
91189 - for (i = 0; i < lmb.memory.cnt; i++) {
91190 - if (limit > lmb.memory.region[i].size) {
91191 - limit -= lmb.memory.region[i].size;
91192 - continue;
91193 - }
91194 -
91195 - lmb.memory.region[i].size = limit;
91196 - lmb.memory.cnt = i + 1;
91197 - break;
91198 - }
91199 -
91200 - if (lmb.memory.region[0].size < lmb.rmo_size)
91201 - lmb.rmo_size = lmb.memory.region[0].size;
91202 -
91203 - /* And truncate any reserves above the limit also. */
91204 - for (i = 0; i < lmb.reserved.cnt; i++) {
91205 - p = &lmb.reserved.region[i];
91206 -
91207 - if (p->base > memory_limit)
91208 - p->size = 0;
91209 - else if ((p->base + p->size) > memory_limit)
91210 - p->size = memory_limit - p->base;
91211 -
91212 - if (p->size == 0) {
91213 - lmb_remove_region(&lmb.reserved, i);
91214 - i--;
91215 - }
91216 - }
91217 -}
91218 -
91219 -int __init lmb_is_reserved(unsigned long addr)
91220 -{
91221 - int i;
91222 -
91223 - for (i = 0; i < lmb.reserved.cnt; i++) {
91224 - unsigned long upper = lmb.reserved.region[i].base +
91225 - lmb.reserved.region[i].size - 1;
91226 - if ((addr >= lmb.reserved.region[i].base) && (addr <= upper))
91227 - return 1;
91228 - }
91229 - return 0;
91230 -}
91231 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/mem.c powerpc.git/arch/powerpc/mm/mem.c
91232 --- linux-2.6.25-rc9/arch/powerpc/mm/mem.c 2008-04-11 22:32:29.000000000 +0200
91233 +++ powerpc.git/arch/powerpc/mm/mem.c 2008-04-19 16:40:52.000000000 +0200
91234 @@ -31,6 +31,7 @@
91235 #include <linux/initrd.h>
91236 #include <linux/pagemap.h>
91237 #include <linux/suspend.h>
91238 +#include <linux/lmb.h>
91239
91240 #include <asm/pgalloc.h>
91241 #include <asm/prom.h>
91242 @@ -42,7 +43,6 @@
91243 #include <asm/machdep.h>
91244 #include <asm/btext.h>
91245 #include <asm/tlb.h>
91246 -#include <asm/lmb.h>
91247 #include <asm/sections.h>
91248 #include <asm/vdso.h>
91249
91250 @@ -111,7 +111,7 @@
91251 }
91252 #endif
91253
91254 -int __devinit arch_add_memory(int nid, u64 start, u64 size)
91255 +int arch_add_memory(int nid, u64 start, u64 size)
91256 {
91257 struct pglist_data *pgdata;
91258 struct zone *zone;
91259 @@ -175,7 +175,6 @@
91260
91261 printk("Mem-info:\n");
91262 show_free_areas();
91263 - printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
91264 for_each_online_pgdat(pgdat) {
91265 unsigned long flags;
91266 pgdat_resize_lock(pgdat, &flags);
91267 @@ -217,9 +216,11 @@
91268 unsigned long total_pages;
91269 int boot_mapsize;
91270
91271 - max_pfn = total_pages = lmb_end_of_DRAM() >> PAGE_SHIFT;
91272 + max_pfn = lmb_end_of_DRAM() >> PAGE_SHIFT;
91273 + total_pages = (lmb_end_of_DRAM() - memstart_addr) >> PAGE_SHIFT;
91274 #ifdef CONFIG_HIGHMEM
91275 total_pages = total_lowmem >> PAGE_SHIFT;
91276 + max_low_pfn = lowmem_end_addr >> PAGE_SHIFT;
91277 #endif
91278
91279 /*
91280 @@ -245,18 +246,18 @@
91281 * present.
91282 */
91283 #ifdef CONFIG_HIGHMEM
91284 - free_bootmem_with_active_regions(0, total_lowmem >> PAGE_SHIFT);
91285 + free_bootmem_with_active_regions(0, lowmem_end_addr >> PAGE_SHIFT);
91286
91287 /* reserve the sections we're already using */
91288 for (i = 0; i < lmb.reserved.cnt; i++) {
91289 unsigned long addr = lmb.reserved.region[i].base +
91290 lmb_size_bytes(&lmb.reserved, i) - 1;
91291 - if (addr < total_lowmem)
91292 + if (addr < lowmem_end_addr)
91293 reserve_bootmem(lmb.reserved.region[i].base,
91294 lmb_size_bytes(&lmb.reserved, i),
91295 BOOTMEM_DEFAULT);
91296 - else if (lmb.reserved.region[i].base < total_lowmem) {
91297 - unsigned long adjusted_size = total_lowmem -
91298 + else if (lmb.reserved.region[i].base < lowmem_end_addr) {
91299 + unsigned long adjusted_size = lowmem_end_addr -
91300 lmb.reserved.region[i].base;
91301 reserve_bootmem(lmb.reserved.region[i].base,
91302 adjusted_size, BOOTMEM_DEFAULT);
91303 @@ -326,7 +327,7 @@
91304 (top_of_ram - total_ram) >> 20);
91305 memset(max_zone_pfns, 0, sizeof(max_zone_pfns));
91306 #ifdef CONFIG_HIGHMEM
91307 - max_zone_pfns[ZONE_DMA] = total_lowmem >> PAGE_SHIFT;
91308 + max_zone_pfns[ZONE_DMA] = lowmem_end_addr >> PAGE_SHIFT;
91309 max_zone_pfns[ZONE_HIGHMEM] = top_of_ram >> PAGE_SHIFT;
91310 #else
91311 max_zone_pfns[ZONE_DMA] = top_of_ram >> PAGE_SHIFT;
91312 @@ -381,7 +382,7 @@
91313 {
91314 unsigned long pfn, highmem_mapnr;
91315
91316 - highmem_mapnr = total_lowmem >> PAGE_SHIFT;
91317 + highmem_mapnr = lowmem_end_addr >> PAGE_SHIFT;
91318 for (pfn = highmem_mapnr; pfn < max_mapnr; ++pfn) {
91319 struct page *page = pfn_to_page(pfn);
91320 if (lmb_is_reserved(pfn << PAGE_SHIFT))
91321 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/mmu_decl.h powerpc.git/arch/powerpc/mm/mmu_decl.h
91322 --- linux-2.6.25-rc9/arch/powerpc/mm/mmu_decl.h 2008-04-11 22:32:29.000000000 +0200
91323 +++ powerpc.git/arch/powerpc/mm/mmu_decl.h 2008-04-19 16:40:52.000000000 +0200
91324 @@ -48,9 +48,11 @@
91325
91326 extern unsigned long ioremap_bot;
91327 extern unsigned long __max_low_memory;
91328 -extern unsigned long __initial_memory_limit;
91329 +extern phys_addr_t __initial_memory_limit_addr;
91330 extern unsigned long total_memory;
91331 extern unsigned long total_lowmem;
91332 +extern phys_addr_t memstart_addr;
91333 +extern phys_addr_t lowmem_end_addr;
91334
91335 /* ...and now those things that may be slightly different between processor
91336 * architectures. -- Dan
91337 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/numa.c powerpc.git/arch/powerpc/mm/numa.c
91338 --- linux-2.6.25-rc9/arch/powerpc/mm/numa.c 2008-04-11 22:32:29.000000000 +0200
91339 +++ powerpc.git/arch/powerpc/mm/numa.c 2008-03-17 14:03:31.000000000 +0100
91340 @@ -17,8 +17,9 @@
91341 #include <linux/nodemask.h>
91342 #include <linux/cpu.h>
91343 #include <linux/notifier.h>
91344 +#include <linux/lmb.h>
91345 #include <asm/sparsemem.h>
91346 -#include <asm/lmb.h>
91347 +#include <asm/prom.h>
91348 #include <asm/system.h>
91349 #include <asm/smp.h>
91350
91351 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/pgtable_32.c powerpc.git/arch/powerpc/mm/pgtable_32.c
91352 --- linux-2.6.25-rc9/arch/powerpc/mm/pgtable_32.c 2008-04-11 22:32:29.000000000 +0200
91353 +++ powerpc.git/arch/powerpc/mm/pgtable_32.c 2008-04-19 16:40:52.000000000 +0200
91354 @@ -281,12 +281,13 @@
91355 */
91356 void __init mapin_ram(void)
91357 {
91358 - unsigned long v, p, s, f;
91359 + unsigned long v, s, f;
91360 + phys_addr_t p;
91361 int ktext;
91362
91363 s = mmu_mapin_ram();
91364 v = KERNELBASE + s;
91365 - p = PPC_MEMSTART + s;
91366 + p = memstart_addr + s;
91367 for (; s < total_lowmem; s += PAGE_SIZE) {
91368 ktext = ((char *) v >= _stext && (char *) v < etext);
91369 f = ktext ?_PAGE_RAM_TEXT : _PAGE_RAM;
91370 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
91371 --- linux-2.6.25-rc9/arch/powerpc/mm/ppc_mmu_32.c 2008-04-11 22:32:29.000000000 +0200
91372 +++ powerpc.git/arch/powerpc/mm/ppc_mmu_32.c 2008-04-19 16:40:52.000000000 +0200
91373 @@ -26,11 +26,11 @@
91374 #include <linux/mm.h>
91375 #include <linux/init.h>
91376 #include <linux/highmem.h>
91377 +#include <linux/lmb.h>
91378
91379 #include <asm/prom.h>
91380 #include <asm/mmu.h>
91381 #include <asm/machdep.h>
91382 -#include <asm/lmb.h>
91383
91384 #include "mmu_decl.h"
91385
91386 @@ -82,7 +82,6 @@
91387 #else
91388 unsigned long tot, bl, done;
91389 unsigned long max_size = (256<<20);
91390 - unsigned long align;
91391
91392 if (__map_without_bats) {
91393 printk(KERN_DEBUG "RAM mapped without BATs\n");
91394 @@ -93,19 +92,13 @@
91395
91396 /* Make sure we don't map a block larger than the
91397 smallest alignment of the physical address. */
91398 - /* alignment of PPC_MEMSTART */
91399 - align = ~(PPC_MEMSTART-1) & PPC_MEMSTART;
91400 - /* set BAT block size to MIN(max_size, align) */
91401 - if (align && align < max_size)
91402 - max_size = align;
91403 -
91404 tot = total_lowmem;
91405 for (bl = 128<<10; bl < max_size; bl <<= 1) {
91406 if (bl * 2 > tot)
91407 break;
91408 }
91409
91410 - setbat(2, KERNELBASE, PPC_MEMSTART, bl, _PAGE_RAM);
91411 + setbat(2, KERNELBASE, 0, bl, _PAGE_RAM);
91412 done = (unsigned long)bat_addrs[2].limit - KERNELBASE + 1;
91413 if ((done < tot) && !bat_addrs[3].limit) {
91414 /* use BAT3 to cover a bit more */
91415 @@ -113,7 +106,7 @@
91416 for (bl = 128<<10; bl < max_size; bl <<= 1)
91417 if (bl * 2 > tot)
91418 break;
91419 - setbat(3, KERNELBASE+done, PPC_MEMSTART+done, bl, _PAGE_RAM);
91420 + setbat(3, KERNELBASE+done, done, bl, _PAGE_RAM);
91421 done = (unsigned long)bat_addrs[3].limit - KERNELBASE + 1;
91422 }
91423
91424 @@ -240,7 +233,7 @@
91425 */
91426 if ( ppc_md.progress ) ppc_md.progress("hash:find piece", 0x322);
91427 Hash = __va(lmb_alloc_base(Hash_size, Hash_size,
91428 - __initial_memory_limit));
91429 + __initial_memory_limit_addr));
91430 cacheable_memzero(Hash, Hash_size);
91431 _SDR1 = __pa(Hash) | SDR1_LOW_BITS;
91432
91433 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/mm/stab.c powerpc.git/arch/powerpc/mm/stab.c
91434 --- linux-2.6.25-rc9/arch/powerpc/mm/stab.c 2008-04-11 22:32:29.000000000 +0200
91435 +++ powerpc.git/arch/powerpc/mm/stab.c 2008-03-17 14:03:31.000000000 +0100
91436 @@ -12,12 +12,14 @@
91437 * 2 of the License, or (at your option) any later version.
91438 */
91439
91440 +#include <linux/lmb.h>
91441 +
91442 #include <asm/pgtable.h>
91443 #include <asm/mmu.h>
91444 #include <asm/mmu_context.h>
91445 #include <asm/paca.h>
91446 #include <asm/cputable.h>
91447 -#include <asm/lmb.h>
91448 +#include <asm/prom.h>
91449 #include <asm/abs_addr.h>
91450 #include <asm/firmware.h>
91451 #include <asm/iseries/hv_call.h>
91452 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
91453 --- linux-2.6.25-rc9/arch/powerpc/oprofile/cell/spu_task_sync.c 2008-04-11 22:32:29.000000000 +0200
91454 +++ powerpc.git/arch/powerpc/oprofile/cell/spu_task_sync.c 2008-04-19 16:40:52.000000000 +0200
91455 @@ -68,7 +68,7 @@
91456 if (spu_num >= num_spu_nodes) {
91457 printk(KERN_ERR "SPU_PROF: "
91458 "%s, line %d: Invalid index %d into spu info cache\n",
91459 - __FUNCTION__, __LINE__, spu_num);
91460 + __func__, __LINE__, spu_num);
91461 ret_info = NULL;
91462 goto out;
91463 }
91464 @@ -115,7 +115,7 @@
91465 if (!info) {
91466 printk(KERN_ERR "SPU_PROF: "
91467 "%s, line %d: create vma_map failed\n",
91468 - __FUNCTION__, __LINE__);
91469 + __func__, __LINE__);
91470 retval = -ENOMEM;
91471 goto err_alloc;
91472 }
91473 @@ -123,7 +123,7 @@
91474 if (!new_map) {
91475 printk(KERN_ERR "SPU_PROF: "
91476 "%s, line %d: create vma_map failed\n",
91477 - __FUNCTION__, __LINE__);
91478 + __func__, __LINE__);
91479 retval = -ENOMEM;
91480 goto err_alloc;
91481 }
91482 @@ -171,7 +171,7 @@
91483 printk(KERN_ERR "SPU_PROF: "
91484 "%s, line %d: "
91485 "Invalid index %d into spu info cache\n",
91486 - __FUNCTION__, __LINE__, spu_index);
91487 + __func__, __LINE__, spu_index);
91488 goto out;
91489 }
91490 end = spu_index + 1;
91491 @@ -273,7 +273,7 @@
91492
91493 printk(KERN_ERR "SPU_PROF: "
91494 "%s, line %d: Cannot find dcookie for SPU binary\n",
91495 - __FUNCTION__, __LINE__);
91496 + __func__, __LINE__);
91497 goto out;
91498 }
91499
91500 @@ -467,7 +467,7 @@
91501 if (ret) {
91502 printk(KERN_ERR "SPU_PROF: "
91503 "%s, line %d: spu_switch_event_unregister returned %d\n",
91504 - __FUNCTION__, __LINE__, ret);
91505 + __func__, __LINE__, ret);
91506 goto out;
91507 }
91508
91509 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
91510 --- linux-2.6.25-rc9/arch/powerpc/oprofile/cell/vma_map.c 2008-04-11 22:32:29.000000000 +0200
91511 +++ powerpc.git/arch/powerpc/oprofile/cell/vma_map.c 2008-04-19 16:40:52.000000000 +0200
91512 @@ -72,7 +72,7 @@
91513 kzalloc(sizeof(struct vma_to_fileoffset_map), GFP_KERNEL);
91514 if (!new) {
91515 printk(KERN_ERR "SPU_PROF: %s, line %d: malloc failed\n",
91516 - __FUNCTION__, __LINE__);
91517 + __func__, __LINE__);
91518 vma_map_free(map);
91519 return NULL;
91520 }
91521 @@ -134,19 +134,19 @@
91522 if (memcmp(ehdr.e_ident, expected, EI_PAD) != 0) {
91523 printk(KERN_ERR "SPU_PROF: "
91524 "%s, line %d: Unexpected e_ident parsing SPU ELF\n",
91525 - __FUNCTION__, __LINE__);
91526 + __func__, __LINE__);
91527 goto fail;
91528 }
91529 if (ehdr.e_machine != EM_SPU) {
91530 printk(KERN_ERR "SPU_PROF: "
91531 "%s, line %d: Unexpected e_machine parsing SPU ELF\n",
91532 - __FUNCTION__, __LINE__);
91533 + __func__, __LINE__);
91534 goto fail;
91535 }
91536 if (ehdr.e_type != ET_EXEC) {
91537 printk(KERN_ERR "SPU_PROF: "
91538 "%s, line %d: Unexpected e_type parsing SPU ELF\n",
91539 - __FUNCTION__, __LINE__);
91540 + __func__, __LINE__);
91541 goto fail;
91542 }
91543 phdr_start = spu_elf_start + ehdr.e_phoff;
91544 @@ -232,7 +232,7 @@
91545 if (overlay_tbl_offset < 0) {
91546 printk(KERN_ERR "SPU_PROF: "
91547 "%s, line %d: Error finding SPU overlay table\n",
91548 - __FUNCTION__, __LINE__);
91549 + __func__, __LINE__);
91550 goto fail;
91551 }
91552 ovly_table = spu_elf_start + overlay_tbl_offset;
91553 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
91554 --- linux-2.6.25-rc9/arch/powerpc/oprofile/op_model_cell.c 2008-04-11 22:32:29.000000000 +0200
91555 +++ powerpc.git/arch/powerpc/oprofile/op_model_cell.c 2008-04-19 16:40:52.000000000 +0200
91556 @@ -216,7 +216,7 @@
91557 * failure to stop OProfile.
91558 */
91559 printk(KERN_WARNING "%s: rtas returned: %d\n",
91560 - __FUNCTION__, ret);
91561 + __func__, ret);
91562 }
91563
91564 static int pm_rtas_activate_signals(u32 node, u32 count)
91565 @@ -255,7 +255,7 @@
91566
91567 if (unlikely(ret)) {
91568 printk(KERN_WARNING "%s: rtas returned: %d\n",
91569 - __FUNCTION__, ret);
91570 + __func__, ret);
91571 return -EIO;
91572 }
91573 }
91574 @@ -560,7 +560,7 @@
91575 if (unlikely(spu_rtas_token == RTAS_UNKNOWN_SERVICE)) {
91576 printk(KERN_ERR
91577 "%s: rtas token ibm,cbe-spu-perftools unknown\n",
91578 - __FUNCTION__);
91579 + __func__);
91580 return -EIO;
91581 }
91582 }
91583 @@ -576,7 +576,7 @@
91584 if (unlikely(pm_rtas_token == RTAS_UNKNOWN_SERVICE)) {
91585 printk(KERN_ERR
91586 "%s: rtas token ibm,cbe-perftools unknown\n",
91587 - __FUNCTION__);
91588 + __func__);
91589 return -EIO;
91590 }
91591
91592 @@ -853,7 +853,7 @@
91593
91594 if (unlikely(ret)) {
91595 printk(KERN_WARNING "%s: rtas returned: %d\n",
91596 - __FUNCTION__, ret);
91597 + __func__, ret);
91598 return -EIO;
91599 }
91600
91601 @@ -949,7 +949,7 @@
91602 if (unlikely(ret != 0)) {
91603 printk(KERN_ERR
91604 "%s: rtas call ibm,cbe-spu-perftools failed, return = %d\n",
91605 - __FUNCTION__, ret);
91606 + __func__, ret);
91607 rtas_error = -EIO;
91608 goto out;
91609 }
91610 @@ -1061,7 +1061,7 @@
91611 if (unlikely(rtn_value != 0)) {
91612 printk(KERN_ERR
91613 "%s: rtas call ibm,cbe-spu-perftools failed, return = %d\n",
91614 - __FUNCTION__, rtn_value);
91615 + __func__, rtn_value);
91616 }
91617
91618 /* Deactivate the signals */
91619 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/40x/ep405.c powerpc.git/arch/powerpc/platforms/40x/ep405.c
91620 --- linux-2.6.25-rc9/arch/powerpc/platforms/40x/ep405.c 2008-04-11 22:32:29.000000000 +0200
91621 +++ powerpc.git/arch/powerpc/platforms/40x/ep405.c 2008-04-19 16:40:52.000000000 +0200
91622 @@ -29,6 +29,7 @@
91623 #include <asm/time.h>
91624 #include <asm/uic.h>
91625 #include <asm/pci-bridge.h>
91626 +#include <asm/ppc4xx.h>
91627
91628 static struct device_node *bcsr_node;
91629 static void __iomem *bcsr_regs;
91630 @@ -119,5 +120,6 @@
91631 .progress = udbg_progress,
91632 .init_IRQ = uic_init_tree,
91633 .get_irq = uic_get_irq,
91634 + .restart = ppc4xx_reset_system,
91635 .calibrate_decr = generic_calibrate_decr,
91636 };
91637 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/40x/kilauea.c powerpc.git/arch/powerpc/platforms/40x/kilauea.c
91638 --- linux-2.6.25-rc9/arch/powerpc/platforms/40x/kilauea.c 2008-04-11 22:32:29.000000000 +0200
91639 +++ powerpc.git/arch/powerpc/platforms/40x/kilauea.c 2008-04-19 16:40:52.000000000 +0200
91640 @@ -1,7 +1,7 @@
91641 /*
91642 * Kilauea board specific routines
91643 *
91644 - * Copyright 2007 DENX Software Engineering, Stefan Roese <sr@denx.de>
91645 + * Copyright 2007-2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
91646 *
91647 * Based on the Walnut code by
91648 * Josh Boyer <jwboyer@linux.vnet.ibm.com>
91649 @@ -20,6 +20,7 @@
91650 #include <asm/time.h>
91651 #include <asm/uic.h>
91652 #include <asm/pci-bridge.h>
91653 +#include <asm/ppc4xx.h>
91654
91655 static __initdata struct of_device_id kilauea_of_bus[] = {
91656 { .compatible = "ibm,plb4", },
91657 @@ -54,5 +55,6 @@
91658 .progress = udbg_progress,
91659 .init_IRQ = uic_init_tree,
91660 .get_irq = uic_get_irq,
91661 + .restart = ppc4xx_reset_system,
91662 .calibrate_decr = generic_calibrate_decr,
91663 };
91664 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/40x/makalu.c powerpc.git/arch/powerpc/platforms/40x/makalu.c
91665 --- linux-2.6.25-rc9/arch/powerpc/platforms/40x/makalu.c 2008-04-11 22:32:29.000000000 +0200
91666 +++ powerpc.git/arch/powerpc/platforms/40x/makalu.c 2008-04-19 16:40:52.000000000 +0200
91667 @@ -20,6 +20,7 @@
91668 #include <asm/time.h>
91669 #include <asm/uic.h>
91670 #include <asm/pci-bridge.h>
91671 +#include <asm/ppc4xx.h>
91672
91673 static __initdata struct of_device_id makalu_of_bus[] = {
91674 { .compatible = "ibm,plb4", },
91675 @@ -54,5 +55,6 @@
91676 .progress = udbg_progress,
91677 .init_IRQ = uic_init_tree,
91678 .get_irq = uic_get_irq,
91679 + .restart = ppc4xx_reset_system,
91680 .calibrate_decr = generic_calibrate_decr,
91681 };
91682 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/40x/virtex.c powerpc.git/arch/powerpc/platforms/40x/virtex.c
91683 --- linux-2.6.25-rc9/arch/powerpc/platforms/40x/virtex.c 2008-04-11 22:32:29.000000000 +0200
91684 +++ powerpc.git/arch/powerpc/platforms/40x/virtex.c 2008-04-19 16:40:52.000000000 +0200
91685 @@ -14,6 +14,7 @@
91686 #include <asm/prom.h>
91687 #include <asm/time.h>
91688 #include <asm/xilinx_intc.h>
91689 +#include <asm/ppc4xx.h>
91690
91691 static struct of_device_id xilinx_of_bus_ids[] __initdata = {
91692 { .compatible = "xlnx,plb-v46-1.00.a", },
91693 @@ -48,5 +49,6 @@
91694 .probe = virtex_probe,
91695 .init_IRQ = xilinx_intc_init_tree,
91696 .get_irq = xilinx_intc_get_irq,
91697 + .restart = ppc4xx_reset_system,
91698 .calibrate_decr = generic_calibrate_decr,
91699 };
91700 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/40x/walnut.c powerpc.git/arch/powerpc/platforms/40x/walnut.c
91701 --- linux-2.6.25-rc9/arch/powerpc/platforms/40x/walnut.c 2008-04-11 22:32:29.000000000 +0200
91702 +++ powerpc.git/arch/powerpc/platforms/40x/walnut.c 2008-04-19 16:40:52.000000000 +0200
91703 @@ -26,6 +26,7 @@
91704 #include <asm/time.h>
91705 #include <asm/uic.h>
91706 #include <asm/pci-bridge.h>
91707 +#include <asm/ppc4xx.h>
91708
91709 static __initdata struct of_device_id walnut_of_bus[] = {
91710 { .compatible = "ibm,plb3", },
91711 @@ -61,5 +62,6 @@
91712 .progress = udbg_progress,
91713 .init_IRQ = uic_init_tree,
91714 .get_irq = uic_get_irq,
91715 - .calibrate_decr = generic_calibrate_decr,
91716 + .restart = ppc4xx_reset_system,
91717 + .calibrate_decr = generic_calibrate_decr,
91718 };
91719 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/44x.h powerpc.git/arch/powerpc/platforms/44x/44x.h
91720 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/44x.h 2008-04-11 22:32:29.000000000 +0200
91721 +++ powerpc.git/arch/powerpc/platforms/44x/44x.h 2008-04-19 16:40:52.000000000 +0200
91722 @@ -3,6 +3,5 @@
91723
91724 extern u8 as1_readb(volatile u8 __iomem *addr);
91725 extern void as1_writeb(u8 data, volatile u8 __iomem *addr);
91726 -extern void ppc44x_reset_system(char *cmd);
91727
91728 #endif /* __POWERPC_PLATFORMS_44X_44X_H */
91729 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/Kconfig powerpc.git/arch/powerpc/platforms/44x/Kconfig
91730 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/Kconfig 2008-04-11 22:32:29.000000000 +0200
91731 +++ powerpc.git/arch/powerpc/platforms/44x/Kconfig 2008-04-19 16:40:52.000000000 +0200
91732 @@ -67,6 +67,25 @@
91733 See http://www.pikatechnologies.com/ and follow the "PIKA for Computer
91734 Telephony Developers" link for more information.
91735
91736 +config CANYONLANDS
91737 + bool "Canyonlands"
91738 + depends on 44x
91739 + default n
91740 + select 460EX
91741 + select PCI
91742 + select PPC4xx_PCI_EXPRESS
91743 + help
91744 + This option enables support for the AMCC PPC460EX evaluation board.
91745 +
91746 +config YOSEMITE
91747 + bool "Yosemite"
91748 + depends on 44x
91749 + default n
91750 + select 440EP
91751 + select PCI
91752 + help
91753 + This option enables support for the AMCC PPC440EP evaluation board.
91754 +
91755 #config LUAN
91756 # bool "Luan"
91757 # depends on 44x
91758 @@ -122,6 +141,14 @@
91759 bool
91760 select IBM_NEW_EMAC_EMAC4
91761
91762 +config 460EX
91763 + bool
91764 + select PPC_FPU
91765 + select IBM_NEW_EMAC_EMAC4
91766 + select IBM_NEW_EMAC_RGMII
91767 + select IBM_NEW_EMAC_ZMII
91768 + select IBM_NEW_EMAC_TAH
91769 +
91770 # 44x errata/workaround config symbols, selected by the CPU models above
91771 config IBM440EP_ERR42
91772 bool
91773 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/Makefile powerpc.git/arch/powerpc/platforms/44x/Makefile
91774 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/Makefile 2008-04-11 22:32:29.000000000 +0200
91775 +++ powerpc.git/arch/powerpc/platforms/44x/Makefile 2008-04-19 16:40:52.000000000 +0200
91776 @@ -1,9 +1,11 @@
91777 -obj-$(CONFIG_44x) := misc_44x.o
91778 +obj-$(CONFIG_44x) := misc_44x.o idle.o
91779 obj-$(CONFIG_EBONY) += ebony.o
91780 obj-$(CONFIG_TAISHAN) += taishan.o
91781 obj-$(CONFIG_BAMBOO) += bamboo.o
91782 +obj-$(CONFIG_YOSEMITE) += bamboo.o
91783 obj-$(CONFIG_SEQUOIA) += sequoia.o
91784 obj-$(CONFIG_KATMAI) += katmai.o
91785 obj-$(CONFIG_RAINIER) += rainier.o
91786 obj-$(CONFIG_WARP) += warp.o
91787 obj-$(CONFIG_WARP) += warp-nand.o
91788 +obj-$(CONFIG_CANYONLANDS) += canyonlands.o
91789 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/bamboo.c powerpc.git/arch/powerpc/platforms/44x/bamboo.c
91790 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/bamboo.c 2008-04-11 22:32:29.000000000 +0200
91791 +++ powerpc.git/arch/powerpc/platforms/44x/bamboo.c 2008-04-19 16:40:52.000000000 +0200
91792 @@ -22,8 +22,7 @@
91793 #include <asm/time.h>
91794 #include <asm/uic.h>
91795 #include <asm/pci-bridge.h>
91796 -
91797 -#include "44x.h"
91798 +#include <asm/ppc4xx.h>
91799
91800 static __initdata struct of_device_id bamboo_of_bus[] = {
91801 { .compatible = "ibm,plb4", },
91802 @@ -53,11 +52,11 @@
91803 }
91804
91805 define_machine(bamboo) {
91806 - .name = "Bamboo",
91807 - .probe = bamboo_probe,
91808 - .progress = udbg_progress,
91809 - .init_IRQ = uic_init_tree,
91810 - .get_irq = uic_get_irq,
91811 - .restart = ppc44x_reset_system,
91812 + .name = "Bamboo",
91813 + .probe = bamboo_probe,
91814 + .progress = udbg_progress,
91815 + .init_IRQ = uic_init_tree,
91816 + .get_irq = uic_get_irq,
91817 + .restart = ppc4xx_reset_system,
91818 .calibrate_decr = generic_calibrate_decr,
91819 };
91820 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/canyonlands.c powerpc.git/arch/powerpc/platforms/44x/canyonlands.c
91821 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/canyonlands.c 1970-01-01 01:00:00.000000000 +0100
91822 +++ powerpc.git/arch/powerpc/platforms/44x/canyonlands.c 2008-04-19 16:40:52.000000000 +0200
91823 @@ -0,0 +1,63 @@
91824 +/*
91825 + * Canyonlands board specific routines
91826 + *
91827 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
91828 + *
91829 + * Based on the Katmai code by
91830 + * Benjamin Herrenschmidt <benh@kernel.crashing.org>
91831 + * Copyright 2007 IBM Corp.
91832 + * Josh Boyer <jwboyer@linux.vnet.ibm.com>
91833 + * Copyright 2007 IBM Corporation
91834 + *
91835 + * This program is free software; you can redistribute it and/or modify it
91836 + * under the terms of the GNU General Public License as published by the
91837 + * Free Software Foundation; either version 2 of the License, or (at your
91838 + * option) any later version.
91839 + */
91840 +#include <linux/init.h>
91841 +#include <linux/of_platform.h>
91842 +
91843 +#include <asm/machdep.h>
91844 +#include <asm/prom.h>
91845 +#include <asm/udbg.h>
91846 +#include <asm/time.h>
91847 +#include <asm/uic.h>
91848 +#include <asm/pci-bridge.h>
91849 +#include <asm/ppc4xx.h>
91850 +
91851 +static __initdata struct of_device_id canyonlands_of_bus[] = {
91852 + { .compatible = "ibm,plb4", },
91853 + { .compatible = "ibm,opb", },
91854 + { .compatible = "ibm,ebc", },
91855 + {},
91856 +};
91857 +
91858 +static int __init canyonlands_device_probe(void)
91859 +{
91860 + of_platform_bus_probe(NULL, canyonlands_of_bus, NULL);
91861 +
91862 + return 0;
91863 +}
91864 +machine_device_initcall(canyonlands, canyonlands_device_probe);
91865 +
91866 +static int __init canyonlands_probe(void)
91867 +{
91868 + unsigned long root = of_get_flat_dt_root();
91869 +
91870 + if (!of_flat_dt_is_compatible(root, "amcc,canyonlands"))
91871 + return 0;
91872 +
91873 + ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
91874 +
91875 + return 1;
91876 +}
91877 +
91878 +define_machine(canyonlands) {
91879 + .name = "Canyonlands",
91880 + .probe = canyonlands_probe,
91881 + .progress = udbg_progress,
91882 + .init_IRQ = uic_init_tree,
91883 + .get_irq = uic_get_irq,
91884 + .restart = ppc4xx_reset_system,
91885 + .calibrate_decr = generic_calibrate_decr,
91886 +};
91887 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/ebony.c powerpc.git/arch/powerpc/platforms/44x/ebony.c
91888 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/ebony.c 2008-04-11 22:32:29.000000000 +0200
91889 +++ powerpc.git/arch/powerpc/platforms/44x/ebony.c 2008-04-19 16:40:52.000000000 +0200
91890 @@ -26,8 +26,7 @@
91891 #include <asm/time.h>
91892 #include <asm/uic.h>
91893 #include <asm/pci-bridge.h>
91894 -
91895 -#include "44x.h"
91896 +#include <asm/ppc4xx.h>
91897
91898 static __initdata struct of_device_id ebony_of_bus[] = {
91899 { .compatible = "ibm,plb4", },
91900 @@ -66,6 +65,6 @@
91901 .progress = udbg_progress,
91902 .init_IRQ = uic_init_tree,
91903 .get_irq = uic_get_irq,
91904 - .restart = ppc44x_reset_system,
91905 + .restart = ppc4xx_reset_system,
91906 .calibrate_decr = generic_calibrate_decr,
91907 };
91908 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/idle.c powerpc.git/arch/powerpc/platforms/44x/idle.c
91909 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/idle.c 1970-01-01 01:00:00.000000000 +0100
91910 +++ powerpc.git/arch/powerpc/platforms/44x/idle.c 2008-04-19 16:40:52.000000000 +0200
91911 @@ -0,0 +1,67 @@
91912 +/*
91913 + * Copyright 2008 IBM Corp.
91914 + *
91915 + * Based on arch/powerpc/platforms/pasemi/idle.c:
91916 + * Copyright (C) 2006-2007 PA Semi, Inc
91917 + *
91918 + * Added by: Jerone Young <jyoung5@us.ibm.com>
91919 + *
91920 + * This program is free software; you can redistribute it and/or modify
91921 + * it under the terms of the GNU General Public License version 2 as
91922 + * published by the Free Software Foundation.
91923 + *
91924 + * This program is distributed in the hope that it will be useful,
91925 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
91926 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
91927 + * GNU General Public License for more details.
91928 + *
91929 + * You should have received a copy of the GNU General Public License
91930 + * along with this program; if not, write to the Free Software
91931 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
91932 + *
91933 + */
91934 +
91935 +#include <linux/of.h>
91936 +#include <linux/kernel.h>
91937 +#include <asm/machdep.h>
91938 +
91939 +static int mode_spin;
91940 +
91941 +static void ppc44x_idle(void)
91942 +{
91943 + unsigned long msr_save;
91944 +
91945 + msr_save = mfmsr();
91946 + /* set wait state MSR */
91947 + mtmsr(msr_save|MSR_WE|MSR_EE|MSR_CE|MSR_DE);
91948 + isync();
91949 + /* return to initial state */
91950 + mtmsr(msr_save);
91951 + isync();
91952 +}
91953 +
91954 +int __init ppc44x_idle_init(void)
91955 +{
91956 + if (!mode_spin) {
91957 + /* If we are not setting spin mode
91958 + then we set to wait mode */
91959 + ppc_md.power_save = &ppc44x_idle;
91960 + }
91961 +
91962 + return 0;
91963 +}
91964 +
91965 +arch_initcall(ppc44x_idle_init);
91966 +
91967 +static int __init idle_param(char *p)
91968 +{
91969 +
91970 + if (!strcmp("spin", p)) {
91971 + mode_spin = 1;
91972 + ppc_md.power_save = NULL;
91973 + }
91974 +
91975 + return 0;
91976 +}
91977 +
91978 +early_param("idle", idle_param);
91979 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/katmai.c powerpc.git/arch/powerpc/platforms/44x/katmai.c
91980 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/katmai.c 2008-04-11 22:32:29.000000000 +0200
91981 +++ powerpc.git/arch/powerpc/platforms/44x/katmai.c 2008-04-19 16:40:52.000000000 +0200
91982 @@ -22,8 +22,7 @@
91983 #include <asm/time.h>
91984 #include <asm/uic.h>
91985 #include <asm/pci-bridge.h>
91986 -
91987 -#include "44x.h"
91988 +#include <asm/ppc4xx.h>
91989
91990 static __initdata struct of_device_id katmai_of_bus[] = {
91991 { .compatible = "ibm,plb4", },
91992 @@ -58,6 +57,6 @@
91993 .progress = udbg_progress,
91994 .init_IRQ = uic_init_tree,
91995 .get_irq = uic_get_irq,
91996 - .restart = ppc44x_reset_system,
91997 + .restart = ppc4xx_reset_system,
91998 .calibrate_decr = generic_calibrate_decr,
91999 };
92000 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
92001 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/misc_44x.S 2008-04-11 22:32:29.000000000 +0200
92002 +++ powerpc.git/arch/powerpc/platforms/44x/misc_44x.S 2008-04-19 16:40:52.000000000 +0200
92003 @@ -44,14 +44,3 @@
92004 sync
92005 isync
92006 blr
92007 -
92008 -/*
92009 - * void ppc44x_reset_system(char *cmd)
92010 - *
92011 - * At present, this routine just applies a system reset.
92012 - */
92013 -_GLOBAL(ppc44x_reset_system)
92014 - mfspr r13,SPRN_DBCR0
92015 - oris r13,r13,DBCR0_RST_SYSTEM@h
92016 - mtspr SPRN_DBCR0,r13
92017 - b . /* Just in case the reset doesn't work */
92018 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/rainier.c powerpc.git/arch/powerpc/platforms/44x/rainier.c
92019 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/rainier.c 2008-04-11 22:32:29.000000000 +0200
92020 +++ powerpc.git/arch/powerpc/platforms/44x/rainier.c 2008-04-19 16:40:52.000000000 +0200
92021 @@ -22,7 +22,7 @@
92022 #include <asm/time.h>
92023 #include <asm/uic.h>
92024 #include <asm/pci-bridge.h>
92025 -#include "44x.h"
92026 +#include <asm/ppc4xx.h>
92027
92028 static __initdata struct of_device_id rainier_of_bus[] = {
92029 { .compatible = "ibm,plb4", },
92030 @@ -57,6 +57,6 @@
92031 .progress = udbg_progress,
92032 .init_IRQ = uic_init_tree,
92033 .get_irq = uic_get_irq,
92034 - .restart = ppc44x_reset_system,
92035 + .restart = ppc4xx_reset_system,
92036 .calibrate_decr = generic_calibrate_decr,
92037 };
92038 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/sequoia.c powerpc.git/arch/powerpc/platforms/44x/sequoia.c
92039 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/sequoia.c 2008-04-11 22:32:29.000000000 +0200
92040 +++ powerpc.git/arch/powerpc/platforms/44x/sequoia.c 2008-04-19 16:40:52.000000000 +0200
92041 @@ -23,7 +23,7 @@
92042 #include <asm/uic.h>
92043 #include <asm/pci-bridge.h>
92044
92045 -#include "44x.h"
92046 +#include <asm/ppc4xx.h>
92047
92048 static __initdata struct of_device_id sequoia_of_bus[] = {
92049 { .compatible = "ibm,plb4", },
92050 @@ -58,6 +58,6 @@
92051 .progress = udbg_progress,
92052 .init_IRQ = uic_init_tree,
92053 .get_irq = uic_get_irq,
92054 - .restart = ppc44x_reset_system,
92055 + .restart = ppc4xx_reset_system,
92056 .calibrate_decr = generic_calibrate_decr,
92057 };
92058 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/taishan.c powerpc.git/arch/powerpc/platforms/44x/taishan.c
92059 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/taishan.c 2008-04-11 22:32:29.000000000 +0200
92060 +++ powerpc.git/arch/powerpc/platforms/44x/taishan.c 2008-04-19 16:40:52.000000000 +0200
92061 @@ -29,8 +29,7 @@
92062 #include <asm/time.h>
92063 #include <asm/uic.h>
92064 #include <asm/pci-bridge.h>
92065 -
92066 -#include "44x.h"
92067 +#include <asm/ppc4xx.h>
92068
92069 static __initdata struct of_device_id taishan_of_bus[] = {
92070 { .compatible = "ibm,plb4", },
92071 @@ -68,6 +67,6 @@
92072 .progress = udbg_progress,
92073 .init_IRQ = uic_init_tree,
92074 .get_irq = uic_get_irq,
92075 - .restart = ppc44x_reset_system,
92076 + .restart = ppc4xx_reset_system,
92077 .calibrate_decr = generic_calibrate_decr,
92078 };
92079 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
92080 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/warp-nand.c 2008-04-11 22:32:29.000000000 +0200
92081 +++ powerpc.git/arch/powerpc/platforms/44x/warp-nand.c 2008-04-19 16:40:52.000000000 +0200
92082 @@ -11,6 +11,7 @@
92083 #include <linux/mtd/partitions.h>
92084 #include <linux/mtd/nand.h>
92085 #include <linux/mtd/ndfc.h>
92086 +#include <asm/machdep.h>
92087
92088 #ifdef CONFIG_MTD_NAND_NDFC
92089
92090 @@ -100,6 +101,6 @@
92091
92092 return 0;
92093 }
92094 -device_initcall(warp_setup_nand_flash);
92095 +machine_device_initcall(warp, warp_setup_nand_flash);
92096
92097 #endif
92098 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/44x/warp.c powerpc.git/arch/powerpc/platforms/44x/warp.c
92099 --- linux-2.6.25-rc9/arch/powerpc/platforms/44x/warp.c 2008-04-11 22:32:29.000000000 +0200
92100 +++ powerpc.git/arch/powerpc/platforms/44x/warp.c 2008-04-19 16:40:52.000000000 +0200
92101 @@ -18,9 +18,7 @@
92102 #include <asm/udbg.h>
92103 #include <asm/time.h>
92104 #include <asm/uic.h>
92105 -
92106 -#include "44x.h"
92107 -
92108 +#include <asm/ppc4xx.h>
92109
92110 static __initdata struct of_device_id warp_of_bus[] = {
92111 { .compatible = "ibm,plb4", },
92112 @@ -49,7 +47,7 @@
92113 .progress = udbg_progress,
92114 .init_IRQ = uic_init_tree,
92115 .get_irq = uic_get_irq,
92116 - .restart = ppc44x_reset_system,
92117 + .restart = ppc4xx_reset_system,
92118 .calibrate_decr = generic_calibrate_decr,
92119 };
92120
92121 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/52xx/lite5200.c powerpc.git/arch/powerpc/platforms/52xx/lite5200.c
92122 --- linux-2.6.25-rc9/arch/powerpc/platforms/52xx/lite5200.c 2008-04-11 22:32:29.000000000 +0200
92123 +++ powerpc.git/arch/powerpc/platforms/52xx/lite5200.c 2008-04-19 16:40:52.000000000 +0200
92124 @@ -63,7 +63,7 @@
92125 of_node_put(np);
92126 if (!cdm) {
92127 printk(KERN_ERR "%s() failed; expect abnormal behaviour\n",
92128 - __FUNCTION__);
92129 + __func__);
92130 return;
92131 }
92132
92133 @@ -98,7 +98,7 @@
92134 of_node_put(np);
92135 if (!gpio) {
92136 printk(KERN_ERR "%s() failed. expect abnormal behavior\n",
92137 - __FUNCTION__);
92138 + __func__);
92139 return;
92140 }
92141
92142 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/82xx/Kconfig powerpc.git/arch/powerpc/platforms/82xx/Kconfig
92143 --- linux-2.6.25-rc9/arch/powerpc/platforms/82xx/Kconfig 2008-04-11 22:32:29.000000000 +0200
92144 +++ powerpc.git/arch/powerpc/platforms/82xx/Kconfig 2008-04-19 16:40:52.000000000 +0200
92145 @@ -11,7 +11,6 @@
92146 select 8260
92147 select FSL_SOC
92148 select PQ2_ADS_PCI_PIC if PCI
92149 - select PPC_CPM_NEW_BINDING
92150 help
92151 This option enables support for the MPC8272 ADS board
92152
92153 @@ -22,7 +21,6 @@
92154 select 8260
92155 select FSL_SOC
92156 select PQ2_ADS_PCI_PIC if PCI
92157 - select PPC_CPM_NEW_BINDING
92158 help
92159 This option enables support for the PQ2FADS board
92160
92161 @@ -31,7 +29,6 @@
92162 select 8272
92163 select 8260
92164 select FSL_SOC
92165 - select PPC_CPM_NEW_BINDING
92166 select MDIO_BITBANG
92167 help
92168 This enables support for the Embedded Planet EP8248E board.
92169 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
92170 --- linux-2.6.25-rc9/arch/powerpc/platforms/83xx/mpc837x_rdb.c 2008-04-11 22:32:29.000000000 +0200
92171 +++ powerpc.git/arch/powerpc/platforms/83xx/mpc837x_rdb.c 2008-04-19 16:40:52.000000000 +0200
92172 @@ -46,6 +46,7 @@
92173 static struct of_device_id mpc837x_ids[] = {
92174 { .type = "soc", },
92175 { .compatible = "soc", },
92176 + { .compatible = "simple-bus", },
92177 {},
92178 };
92179
92180 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/83xx/mpc83xx.h powerpc.git/arch/powerpc/platforms/83xx/mpc83xx.h
92181 --- linux-2.6.25-rc9/arch/powerpc/platforms/83xx/mpc83xx.h 2008-04-11 22:32:29.000000000 +0200
92182 +++ powerpc.git/arch/powerpc/platforms/83xx/mpc83xx.h 2008-04-19 16:40:52.000000000 +0200
92183 @@ -16,6 +16,7 @@
92184 #define MPC83XX_SCCR_USB_DRCM_10 0x00200000
92185 #define MPC8315_SCCR_USB_MASK 0x00c00000
92186 #define MPC8315_SCCR_USB_DRCM_11 0x00c00000
92187 +#define MPC8315_SCCR_USB_DRCM_01 0x00400000
92188 #define MPC837X_SCCR_USB_DRCM_11 0x00c00000
92189
92190 /* system i/o configuration register low */
92191 @@ -37,6 +38,7 @@
92192 /* USB Control Register */
92193 #define FSL_USB2_CONTROL_OFFS 0x500
92194 #define CONTROL_UTMI_PHY_EN 0x00000200
92195 +#define CONTROL_REFSEL_24MHZ 0x00000040
92196 #define CONTROL_REFSEL_48MHZ 0x00000080
92197 #define CONTROL_PHY_CLK_SEL_ULPI 0x00000400
92198 #define CONTROL_OTG_PORT 0x00000020
92199 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/83xx/usb.c powerpc.git/arch/powerpc/platforms/83xx/usb.c
92200 --- linux-2.6.25-rc9/arch/powerpc/platforms/83xx/usb.c 2008-04-11 22:32:29.000000000 +0200
92201 +++ powerpc.git/arch/powerpc/platforms/83xx/usb.c 2008-04-19 16:40:52.000000000 +0200
92202 @@ -129,7 +129,7 @@
92203 if (immr_node && of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
92204 clrsetbits_be32(immap + MPC83XX_SCCR_OFFS,
92205 MPC8315_SCCR_USB_MASK,
92206 - MPC8315_SCCR_USB_DRCM_11);
92207 + MPC8315_SCCR_USB_DRCM_01);
92208 else
92209 clrsetbits_be32(immap + MPC83XX_SCCR_OFFS,
92210 MPC83XX_SCCR_USB_MASK,
92211 @@ -164,9 +164,15 @@
92212 /* Using on-chip PHY */
92213 if (prop && (!strcmp(prop, "utmi_wide") ||
92214 !strcmp(prop, "utmi"))) {
92215 - /* Set UTMI_PHY_EN, REFSEL to 48MHZ */
92216 + u32 refsel;
92217 +
92218 + if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
92219 + refsel = CONTROL_REFSEL_24MHZ;
92220 + else
92221 + refsel = CONTROL_REFSEL_48MHZ;
92222 + /* Set UTMI_PHY_EN and REFSEL */
92223 out_be32(usb_regs + FSL_USB2_CONTROL_OFFS,
92224 - CONTROL_UTMI_PHY_EN | CONTROL_REFSEL_48MHZ);
92225 + CONTROL_UTMI_PHY_EN | refsel);
92226 /* Using external UPLI PHY */
92227 } else if (prop && !strcmp(prop, "ulpi")) {
92228 /* Set PHY_CLK_SEL to ULPI */
92229 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/85xx/Kconfig powerpc.git/arch/powerpc/platforms/85xx/Kconfig
92230 --- linux-2.6.25-rc9/arch/powerpc/platforms/85xx/Kconfig 2008-04-11 22:32:29.000000000 +0200
92231 +++ powerpc.git/arch/powerpc/platforms/85xx/Kconfig 2008-04-19 16:40:52.000000000 +0200
92232 @@ -19,7 +19,6 @@
92233 config MPC8560_ADS
92234 bool "Freescale MPC8560 ADS"
92235 select DEFAULT_UIMAGE
92236 - select PPC_CPM_NEW_BINDING
92237 select CPM2
92238 help
92239 This option enables support for the MPC 8560 ADS board
92240 @@ -46,6 +45,12 @@
92241 help
92242 This option enables support for the MPC85xx DS (MPC8544 DS) board
92243
92244 +config KSI8560
92245 + bool "Emerson KSI8560"
92246 + select DEFAULT_UIMAGE
92247 + help
92248 + This option enables support for the Emerson KSI8560 board
92249 +
92250 config STX_GP3
92251 bool "Silicon Turnkey Express GP3"
92252 help
92253 @@ -53,14 +58,12 @@
92254 board.
92255 select CPM2
92256 select DEFAULT_UIMAGE
92257 - select PPC_CPM_NEW_BINDING
92258
92259 config TQM8540
92260 bool "TQ Components TQM8540"
92261 help
92262 This option enables support for the TQ Components TQM8540 board.
92263 select DEFAULT_UIMAGE
92264 - select PPC_CPM_NEW_BINDING
92265 select TQM85xx
92266
92267 config TQM8541
92268 @@ -68,7 +71,6 @@
92269 help
92270 This option enables support for the TQ Components TQM8541 board.
92271 select DEFAULT_UIMAGE
92272 - select PPC_CPM_NEW_BINDING
92273 select TQM85xx
92274 select CPM2
92275
92276 @@ -77,7 +79,6 @@
92277 help
92278 This option enables support for the TQ Components TQM8555 board.
92279 select DEFAULT_UIMAGE
92280 - select PPC_CPM_NEW_BINDING
92281 select TQM85xx
92282 select CPM2
92283
92284 @@ -86,7 +87,6 @@
92285 help
92286 This option enables support for the TQ Components TQM8560 board.
92287 select DEFAULT_UIMAGE
92288 - select PPC_CPM_NEW_BINDING
92289 select TQM85xx
92290 select CPM2
92291
92292 @@ -99,7 +99,6 @@
92293 config SBC8560
92294 bool "Wind River SBC8560"
92295 select DEFAULT_UIMAGE
92296 - select PPC_CPM_NEW_BINDING if CPM2
92297 help
92298 This option enables support for the Wind River SBC8560 board
92299
92300 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/85xx/Makefile powerpc.git/arch/powerpc/platforms/85xx/Makefile
92301 --- linux-2.6.25-rc9/arch/powerpc/platforms/85xx/Makefile 2008-04-11 22:32:29.000000000 +0200
92302 +++ powerpc.git/arch/powerpc/platforms/85xx/Makefile 2008-04-19 16:40:52.000000000 +0200
92303 @@ -10,3 +10,4 @@
92304 obj-$(CONFIG_TQM85xx) += tqm85xx.o
92305 obj-$(CONFIG_SBC8560) += sbc8560.o
92306 obj-$(CONFIG_SBC8548) += sbc8548.o
92307 +obj-$(CONFIG_KSI8560) += ksi8560.o
92308 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/85xx/ksi8560.c powerpc.git/arch/powerpc/platforms/85xx/ksi8560.c
92309 --- linux-2.6.25-rc9/arch/powerpc/platforms/85xx/ksi8560.c 1970-01-01 01:00:00.000000000 +0100
92310 +++ powerpc.git/arch/powerpc/platforms/85xx/ksi8560.c 2008-04-19 16:40:52.000000000 +0200
92311 @@ -0,0 +1,257 @@
92312 +/*
92313 + * Board setup routines for the Emerson KSI8560
92314 + *
92315 + * Author: Alexandr Smirnov <asmirnov@ru.mvista.com>
92316 + *
92317 + * Based on mpc85xx_ads.c maintained by Kumar Gala
92318 + *
92319 + * 2008 (c) MontaVista, Software, Inc. This file is licensed under
92320 + * the terms of the GNU General Public License version 2. This program
92321 + * is licensed "as is" without any warranty of any kind, whether express
92322 + * or implied.
92323 + *
92324 + */
92325 +
92326 +#include <linux/stddef.h>
92327 +#include <linux/kernel.h>
92328 +#include <linux/pci.h>
92329 +#include <linux/kdev_t.h>
92330 +#include <linux/delay.h>
92331 +#include <linux/seq_file.h>
92332 +#include <linux/of_platform.h>
92333 +
92334 +#include <asm/system.h>
92335 +#include <asm/time.h>
92336 +#include <asm/machdep.h>
92337 +#include <asm/pci-bridge.h>
92338 +#include <asm/mpic.h>
92339 +#include <mm/mmu_decl.h>
92340 +#include <asm/udbg.h>
92341 +#include <asm/prom.h>
92342 +
92343 +#include <sysdev/fsl_soc.h>
92344 +#include <sysdev/fsl_pci.h>
92345 +
92346 +#include <asm/cpm2.h>
92347 +#include <sysdev/cpm2_pic.h>
92348 +
92349 +
92350 +#define KSI8560_CPLD_HVR 0x04 /* Hardware Version Register */
92351 +#define KSI8560_CPLD_PVR 0x08 /* PLD Version Register */
92352 +#define KSI8560_CPLD_RCR1 0x30 /* Reset Command Register 1 */
92353 +
92354 +#define KSI8560_CPLD_RCR1_CPUHR 0x80 /* CPU Hard Reset */
92355 +
92356 +static void __iomem *cpld_base = NULL;
92357 +
92358 +static void machine_restart(char *cmd)
92359 +{
92360 + if (cpld_base)
92361 + out_8(cpld_base + KSI8560_CPLD_RCR1, KSI8560_CPLD_RCR1_CPUHR);
92362 + else
92363 + printk(KERN_ERR "Can't find CPLD base, hang forever\n");
92364 +
92365 + for (;;);
92366 +}
92367 +
92368 +static void cpm2_cascade(unsigned int irq, struct irq_desc *desc)
92369 +{
92370 + int cascade_irq;
92371 +
92372 + while ((cascade_irq = cpm2_get_irq()) >= 0)
92373 + generic_handle_irq(cascade_irq);
92374 +
92375 + desc->chip->eoi(irq);
92376 +}
92377 +
92378 +static void __init ksi8560_pic_init(void)
92379 +{
92380 + struct mpic *mpic;
92381 + struct resource r;
92382 + struct device_node *np;
92383 +#ifdef CONFIG_CPM2
92384 + int irq;
92385 +#endif
92386 +
92387 + np = of_find_node_by_type(NULL, "open-pic");
92388 +
92389 + if (np == NULL) {
92390 + printk(KERN_ERR "Could not find open-pic node\n");
92391 + return;
92392 + }
92393 +
92394 + if (of_address_to_resource(np, 0, &r)) {
92395 + printk(KERN_ERR "Could not map mpic register space\n");
92396 + of_node_put(np);
92397 + return;
92398 + }
92399 +
92400 + mpic = mpic_alloc(np, r.start,
92401 + MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN,
92402 + 0, 256, " OpenPIC ");
92403 + BUG_ON(mpic == NULL);
92404 + of_node_put(np);
92405 +
92406 + mpic_init(mpic);
92407 +
92408 +#ifdef CONFIG_CPM2
92409 + /* Setup CPM2 PIC */
92410 + np = of_find_compatible_node(NULL, NULL, "fsl,cpm2-pic");
92411 + if (np == NULL) {
92412 + printk(KERN_ERR "PIC init: can not find fsl,cpm2-pic node\n");
92413 + return;
92414 + }
92415 + irq = irq_of_parse_and_map(np, 0);
92416 +
92417 + cpm2_pic_init(np);
92418 + of_node_put(np);
92419 + set_irq_chained_handler(irq, cpm2_cascade);
92420 +
92421 + setup_irq(0, NULL);
92422 +#endif
92423 +}
92424 +
92425 +#ifdef CONFIG_CPM2
92426 +/*
92427 + * Setup I/O ports
92428 + */
92429 +struct cpm_pin {
92430 + int port, pin, flags;
92431 +};
92432 +
92433 +static struct cpm_pin __initdata ksi8560_pins[] = {
92434 + /* SCC1 */
92435 + {3, 29, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92436 + {3, 30, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92437 + {3, 31, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92438 +
92439 + /* SCC2 */
92440 + {3, 26, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92441 + {3, 27, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92442 + {3, 28, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92443 +
92444 + /* FCC1 */
92445 + {0, 14, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92446 + {0, 15, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92447 + {0, 16, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92448 + {0, 17, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92449 + {0, 18, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92450 + {0, 19, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92451 + {0, 20, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92452 + {0, 21, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92453 + {0, 26, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92454 + {0, 27, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92455 + {0, 28, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92456 + {0, 29, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92457 + {0, 30, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92458 + {0, 31, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92459 + {2, 23, CPM_PIN_INPUT | CPM_PIN_PRIMARY}, /* CLK9 */
92460 + {2, 22, CPM_PIN_INPUT | CPM_PIN_PRIMARY}, /* CLK10 */
92461 +
92462 +};
92463 +
92464 +static void __init init_ioports(void)
92465 +{
92466 + int i;
92467 +
92468 + for (i = 0; i < ARRAY_SIZE(ksi8560_pins); i++) {
92469 + struct cpm_pin *pin = &ksi8560_pins[i];
92470 + cpm2_set_pin(pin->port, pin->pin, pin->flags);
92471 + }
92472 +
92473 + cpm2_clk_setup(CPM_CLK_SCC1, CPM_BRG1, CPM_CLK_RX);
92474 + cpm2_clk_setup(CPM_CLK_SCC1, CPM_BRG1, CPM_CLK_TX);
92475 + cpm2_clk_setup(CPM_CLK_SCC2, CPM_BRG2, CPM_CLK_RX);
92476 + cpm2_clk_setup(CPM_CLK_SCC2, CPM_BRG2, CPM_CLK_TX);
92477 + cpm2_clk_setup(CPM_CLK_FCC1, CPM_CLK9, CPM_CLK_RX);
92478 + cpm2_clk_setup(CPM_CLK_FCC1, CPM_CLK10, CPM_CLK_TX);
92479 +}
92480 +#endif
92481 +
92482 +/*
92483 + * Setup the architecture
92484 + */
92485 +static void __init ksi8560_setup_arch(void)
92486 +{
92487 + struct device_node *cpld;
92488 +
92489 + cpld = of_find_compatible_node(NULL, NULL, "emerson,KSI8560-cpld");
92490 + if (cpld)
92491 + cpld_base = of_iomap(cpld, 0);
92492 + else
92493 + printk(KERN_ERR "Can't find CPLD in device tree\n");
92494 +
92495 + if (ppc_md.progress)
92496 + ppc_md.progress("ksi8560_setup_arch()", 0);
92497 +
92498 +#ifdef CONFIG_CPM2
92499 + cpm2_reset();
92500 + init_ioports();
92501 +#endif
92502 +}
92503 +
92504 +static void ksi8560_show_cpuinfo(struct seq_file *m)
92505 +{
92506 + uint pvid, svid, phid1;
92507 + uint memsize = total_memory;
92508 +
92509 + pvid = mfspr(SPRN_PVR);
92510 + svid = mfspr(SPRN_SVR);
92511 +
92512 + seq_printf(m, "Vendor\t\t: Emerson Network Power\n");
92513 + seq_printf(m, "Board\t\t: KSI8560\n");
92514 +
92515 + if (cpld_base) {
92516 + seq_printf(m, "Hardware rev\t: %d\n",
92517 + in_8(cpld_base + KSI8560_CPLD_HVR));
92518 + seq_printf(m, "CPLD rev\t: %d\n",
92519 + in_8(cpld_base + KSI8560_CPLD_PVR));
92520 + } else
92521 + seq_printf(m, "Unknown Hardware and CPLD revs\n");
92522 +
92523 + seq_printf(m, "PVR\t\t: 0x%x\n", pvid);
92524 + seq_printf(m, "SVR\t\t: 0x%x\n", svid);
92525 +
92526 + /* Display cpu Pll setting */
92527 + phid1 = mfspr(SPRN_HID1);
92528 + seq_printf(m, "PLL setting\t: 0x%x\n", ((phid1 >> 24) & 0x3f));
92529 +
92530 + /* Display the amount of memory */
92531 + seq_printf(m, "Memory\t\t: %d MB\n", memsize / (1024 * 1024));
92532 +}
92533 +
92534 +static struct of_device_id __initdata of_bus_ids[] = {
92535 + { .type = "soc", },
92536 + { .name = "cpm", },
92537 + { .name = "localbus", },
92538 + {},
92539 +};
92540 +
92541 +static int __init declare_of_platform_devices(void)
92542 +{
92543 + of_platform_bus_probe(NULL, of_bus_ids, NULL);
92544 +
92545 + return 0;
92546 +}
92547 +machine_device_initcall(ksi8560, declare_of_platform_devices);
92548 +
92549 +/*
92550 + * Called very early, device-tree isn't unflattened
92551 + */
92552 +static int __init ksi8560_probe(void)
92553 +{
92554 + unsigned long root = of_get_flat_dt_root();
92555 +
92556 + return of_flat_dt_is_compatible(root, "emerson,KSI8560");
92557 +}
92558 +
92559 +define_machine(ksi8560) {
92560 + .name = "KSI8560",
92561 + .probe = ksi8560_probe,
92562 + .setup_arch = ksi8560_setup_arch,
92563 + .init_IRQ = ksi8560_pic_init,
92564 + .show_cpuinfo = ksi8560_show_cpuinfo,
92565 + .get_irq = mpic_get_irq,
92566 + .restart = machine_restart,
92567 + .calibrate_decr = generic_calibrate_decr,
92568 +};
92569 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
92570 --- linux-2.6.25-rc9/arch/powerpc/platforms/85xx/mpc85xx_ads.c 2008-04-11 22:32:29.000000000 +0200
92571 +++ powerpc.git/arch/powerpc/platforms/85xx/mpc85xx_ads.c 2008-04-19 16:40:52.000000000 +0200
92572 @@ -165,7 +165,7 @@
92573 int i;
92574
92575 for (i = 0; i < ARRAY_SIZE(mpc8560_ads_pins); i++) {
92576 - struct cpm_pin *pin = &mpc8560_ads_pins[i];
92577 + const struct cpm_pin *pin = &mpc8560_ads_pins[i];
92578 cpm2_set_pin(pin->port, pin->pin, pin->flags);
92579 }
92580
92581 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
92582 --- linux-2.6.25-rc9/arch/powerpc/platforms/85xx/mpc85xx_ds.c 2008-04-11 22:32:29.000000000 +0200
92583 +++ powerpc.git/arch/powerpc/platforms/85xx/mpc85xx_ds.c 2008-04-19 16:40:52.000000000 +0200
92584 @@ -19,6 +19,7 @@
92585 #include <linux/delay.h>
92586 #include <linux/seq_file.h>
92587 #include <linux/interrupt.h>
92588 +#include <linux/of_platform.h>
92589
92590 #include <asm/system.h>
92591 #include <asm/time.h>
92592 @@ -36,7 +37,7 @@
92593 #undef DEBUG
92594
92595 #ifdef DEBUG
92596 -#define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args)
92597 +#define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args)
92598 #else
92599 #define DBG(fmt, args...)
92600 #endif
92601 @@ -183,6 +184,18 @@
92602 }
92603 }
92604
92605 +static struct of_device_id mpc85xxds_ids[] = {
92606 + { .type = "soc", },
92607 + { .compatible = "soc", },
92608 + {},
92609 +};
92610 +
92611 +static int __init mpc85xxds_publish_devices(void)
92612 +{
92613 + return of_platform_bus_probe(NULL, mpc85xxds_ids, NULL);
92614 +}
92615 +machine_device_initcall(mpc8544_ds, mpc85xxds_publish_devices);
92616 +
92617 /*
92618 * Called very early, device-tree isn't unflattened
92619 */
92620 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/86xx/Kconfig powerpc.git/arch/powerpc/platforms/86xx/Kconfig
92621 --- linux-2.6.25-rc9/arch/powerpc/platforms/86xx/Kconfig 2008-04-11 22:32:29.000000000 +0200
92622 +++ powerpc.git/arch/powerpc/platforms/86xx/Kconfig 2008-04-19 16:40:52.000000000 +0200
92623 @@ -11,6 +11,12 @@
92624 help
92625 This option enables support for the MPC8641 HPCN board.
92626
92627 +config SBC8641D
92628 + bool "Wind River SBC8641D"
92629 + select DEFAULT_UIMAGE
92630 + help
92631 + This option enables support for the WRS SBC8641D board.
92632 +
92633 config MPC8610_HPCD
92634 bool "Freescale MPC8610 HPCD"
92635 select DEFAULT_UIMAGE
92636 @@ -24,7 +30,7 @@
92637 select FSL_PCI if PCI
92638 select PPC_UDBG_16550
92639 select MPIC
92640 - default y if MPC8641_HPCN
92641 + default y if MPC8641_HPCN || SBC8641D
92642
92643 config MPC8610
92644 bool
92645 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/86xx/Makefile powerpc.git/arch/powerpc/platforms/86xx/Makefile
92646 --- linux-2.6.25-rc9/arch/powerpc/platforms/86xx/Makefile 2008-04-11 22:32:29.000000000 +0200
92647 +++ powerpc.git/arch/powerpc/platforms/86xx/Makefile 2008-04-19 16:40:52.000000000 +0200
92648 @@ -4,4 +4,5 @@
92649
92650 obj-$(CONFIG_SMP) += mpc86xx_smp.o
92651 obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o
92652 +obj-$(CONFIG_SBC8641D) += sbc8641d.o
92653 obj-$(CONFIG_MPC8610_HPCD) += mpc8610_hpcd.o
92654 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
92655 --- linux-2.6.25-rc9/arch/powerpc/platforms/86xx/mpc8610_hpcd.c 2008-04-11 22:32:29.000000000 +0200
92656 +++ powerpc.git/arch/powerpc/platforms/86xx/mpc8610_hpcd.c 2008-04-19 16:40:52.000000000 +0200
92657 @@ -52,7 +52,7 @@
92658 }
92659 machine_device_initcall(mpc86xx_hpcd, mpc8610_declare_of_platform_devices);
92660
92661 -void __init
92662 +static void __init
92663 mpc86xx_hpcd_init_irq(void)
92664 {
92665 struct mpic *mpic1;
92666 @@ -200,7 +200,7 @@
92667 return 0;
92668 }
92669
92670 -long __init
92671 +static long __init
92672 mpc86xx_time_init(void)
92673 {
92674 unsigned int temp;
92675 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
92676 --- linux-2.6.25-rc9/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c 2008-04-11 22:32:29.000000000 +0200
92677 +++ powerpc.git/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c 2008-04-19 16:40:52.000000000 +0200
92678 @@ -55,7 +55,7 @@
92679 }
92680 #endif /* CONFIG_PCI */
92681
92682 -void __init
92683 +static void __init
92684 mpc86xx_hpcn_init_irq(void)
92685 {
92686 struct mpic *mpic1;
92687 @@ -162,7 +162,7 @@
92688 }
92689
92690
92691 -void
92692 +static void
92693 mpc86xx_hpcn_show_cpuinfo(struct seq_file *m)
92694 {
92695 struct device_node *root;
92696 @@ -190,13 +190,19 @@
92697 {
92698 unsigned long root = of_get_flat_dt_root();
92699
92700 - if (of_flat_dt_is_compatible(root, "mpc86xx"))
92701 + if (of_flat_dt_is_compatible(root, "fsl,mpc8641hpcn"))
92702 return 1; /* Looks good */
92703
92704 + /* Be nice and don't give silent boot death. Delete this in 2.6.27 */
92705 + if (of_flat_dt_is_compatible(root, "mpc86xx")) {
92706 + pr_warning("WARNING: your dts/dtb is old. You must update before the next kernel release\n");
92707 + return 1;
92708 + }
92709 +
92710 return 0;
92711 }
92712
92713 -long __init
92714 +static long __init
92715 mpc86xx_time_init(void)
92716 {
92717 unsigned int temp;
92718 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/86xx/sbc8641d.c powerpc.git/arch/powerpc/platforms/86xx/sbc8641d.c
92719 --- linux-2.6.25-rc9/arch/powerpc/platforms/86xx/sbc8641d.c 1970-01-01 01:00:00.000000000 +0100
92720 +++ powerpc.git/arch/powerpc/platforms/86xx/sbc8641d.c 2008-04-19 16:40:52.000000000 +0200
92721 @@ -0,0 +1,164 @@
92722 +/*
92723 + * SBC8641D board specific routines
92724 + *
92725 + * Copyright 2008 Wind River Systems Inc.
92726 + *
92727 + * By Paul Gortmaker (see MAINTAINERS for contact information)
92728 + *
92729 + * Based largely on the 8641 HPCN support by Freescale Semiconductor Inc.
92730 + *
92731 + * This program is free software; you can redistribute it and/or modify it
92732 + * under the terms of the GNU General Public License as published by the
92733 + * Free Software Foundation; either version 2 of the License, or (at your
92734 + * option) any later version.
92735 + */
92736 +
92737 +#include <linux/stddef.h>
92738 +#include <linux/kernel.h>
92739 +#include <linux/pci.h>
92740 +#include <linux/kdev_t.h>
92741 +#include <linux/delay.h>
92742 +#include <linux/seq_file.h>
92743 +#include <linux/of_platform.h>
92744 +
92745 +#include <asm/system.h>
92746 +#include <asm/time.h>
92747 +#include <asm/machdep.h>
92748 +#include <asm/pci-bridge.h>
92749 +#include <asm/mpc86xx.h>
92750 +#include <asm/prom.h>
92751 +#include <mm/mmu_decl.h>
92752 +#include <asm/udbg.h>
92753 +
92754 +#include <asm/mpic.h>
92755 +
92756 +#include <sysdev/fsl_pci.h>
92757 +#include <sysdev/fsl_soc.h>
92758 +
92759 +#include "mpc86xx.h"
92760 +
92761 +static void __init
92762 +sbc8641_init_irq(void)
92763 +{
92764 + struct mpic *mpic1;
92765 + struct device_node *np;
92766 + struct resource res;
92767 +
92768 + /* Determine PIC address. */
92769 + np = of_find_node_by_type(NULL, "open-pic");
92770 + if (np == NULL)
92771 + return;
92772 + of_address_to_resource(np, 0, &res);
92773 +
92774 + /* Alloc mpic structure and per isu has 16 INT entries. */
92775 + mpic1 = mpic_alloc(np, res.start,
92776 + MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN,
92777 + 0, 256, " MPIC ");
92778 + of_node_put(np);
92779 + BUG_ON(mpic1 == NULL);
92780 +
92781 + mpic_init(mpic1);
92782 +}
92783 +
92784 +static void __init
92785 +sbc8641_setup_arch(void)
92786 +{
92787 +#ifdef CONFIG_PCI
92788 + struct device_node *np;
92789 +#endif
92790 +
92791 + if (ppc_md.progress)
92792 + ppc_md.progress("sbc8641_setup_arch()", 0);
92793 +
92794 +#ifdef CONFIG_PCI
92795 + for_each_compatible_node(np, "pci", "fsl,mpc8641-pcie")
92796 + fsl_add_bridge(np, 0);
92797 +#endif
92798 +
92799 + printk("SBC8641 board from Wind River\n");
92800 +
92801 +#ifdef CONFIG_SMP
92802 + mpc86xx_smp_init();
92803 +#endif
92804 +}
92805 +
92806 +
92807 +static void
92808 +sbc8641_show_cpuinfo(struct seq_file *m)
92809 +{
92810 + struct device_node *root;
92811 + uint memsize = total_memory;
92812 + const char *model = "";
92813 + uint svid = mfspr(SPRN_SVR);
92814 +
92815 + seq_printf(m, "Vendor\t\t: Wind River Systems\n");
92816 +
92817 + root = of_find_node_by_path("/");
92818 + if (root)
92819 + model = of_get_property(root, "model", NULL);
92820 + seq_printf(m, "Machine\t\t: %s\n", model);
92821 + of_node_put(root);
92822 +
92823 + seq_printf(m, "SVR\t\t: 0x%x\n", svid);
92824 + seq_printf(m, "Memory\t\t: %d MB\n", memsize / (1024 * 1024));
92825 +}
92826 +
92827 +
92828 +/*
92829 + * Called very early, device-tree isn't unflattened
92830 + */
92831 +static int __init sbc8641_probe(void)
92832 +{
92833 + unsigned long root = of_get_flat_dt_root();
92834 +
92835 + if (of_flat_dt_is_compatible(root, "wind,sbc8641"))
92836 + return 1; /* Looks good */
92837 +
92838 + return 0;
92839 +}
92840 +
92841 +static long __init
92842 +mpc86xx_time_init(void)
92843 +{
92844 + unsigned int temp;
92845 +
92846 + /* Set the time base to zero */
92847 + mtspr(SPRN_TBWL, 0);
92848 + mtspr(SPRN_TBWU, 0);
92849 +
92850 + temp = mfspr(SPRN_HID0);
92851 + temp |= HID0_TBEN;
92852 + mtspr(SPRN_HID0, temp);
92853 + asm volatile("isync");
92854 +
92855 + return 0;
92856 +}
92857 +
92858 +static __initdata struct of_device_id of_bus_ids[] = {
92859 + { .compatible = "simple-bus", },
92860 + {},
92861 +};
92862 +
92863 +static int __init declare_of_platform_devices(void)
92864 +{
92865 + of_platform_bus_probe(NULL, of_bus_ids, NULL);
92866 +
92867 + return 0;
92868 +}
92869 +machine_device_initcall(sbc8641, declare_of_platform_devices);
92870 +
92871 +define_machine(sbc8641) {
92872 + .name = "SBC8641D",
92873 + .probe = sbc8641_probe,
92874 + .setup_arch = sbc8641_setup_arch,
92875 + .init_IRQ = sbc8641_init_irq,
92876 + .show_cpuinfo = sbc8641_show_cpuinfo,
92877 + .get_irq = mpic_get_irq,
92878 + .restart = fsl_rstcr_restart,
92879 + .time_init = mpc86xx_time_init,
92880 + .calibrate_decr = generic_calibrate_decr,
92881 + .progress = udbg_progress,
92882 +#ifdef CONFIG_PCI
92883 + .pcibios_fixup_bus = fsl_pcibios_fixup_bus,
92884 +#endif
92885 +};
92886 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/8xx/Kconfig powerpc.git/arch/powerpc/platforms/8xx/Kconfig
92887 --- linux-2.6.25-rc9/arch/powerpc/platforms/8xx/Kconfig 2008-04-11 22:32:29.000000000 +0200
92888 +++ powerpc.git/arch/powerpc/platforms/8xx/Kconfig 2008-04-19 16:40:52.000000000 +0200
92889 @@ -18,7 +18,6 @@
92890 config MPC86XADS
92891 bool "MPC86XADS"
92892 select CPM1
92893 - select PPC_CPM_NEW_BINDING
92894 help
92895 MPC86x Application Development System by Freescale Semiconductor.
92896 The MPC86xADS is meant to serve as a platform for s/w and h/w
92897 @@ -27,7 +26,6 @@
92898 config MPC885ADS
92899 bool "MPC885ADS"
92900 select CPM1
92901 - select PPC_CPM_NEW_BINDING
92902 help
92903 Freescale Semiconductor MPC885 Application Development System (ADS).
92904 Also known as DUET.
92905 @@ -37,7 +35,6 @@
92906 config PPC_EP88XC
92907 bool "Embedded Planet EP88xC (a.k.a. CWH-PPC-885XN-VE)"
92908 select CPM1
92909 - select PPC_CPM_NEW_BINDING
92910 help
92911 This enables support for the Embedded Planet EP88xC board.
92912
92913 @@ -47,7 +44,6 @@
92914 config PPC_ADDER875
92915 bool "Analogue & Micro Adder 875"
92916 select CPM1
92917 - select PPC_CPM_NEW_BINDING
92918 select REDBOOT
92919 help
92920 This enables support for the Analogue & Micro Adder 875
92921 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
92922 --- linux-2.6.25-rc9/arch/powerpc/platforms/8xx/m8xx_setup.c 2008-04-11 22:32:29.000000000 +0200
92923 +++ powerpc.git/arch/powerpc/platforms/8xx/m8xx_setup.c 2008-03-17 14:03:31.000000000 +0100
92924 @@ -111,17 +111,12 @@
92925
92926 /* Processor frequency is MHz.
92927 */
92928 - ppc_tb_freq = 50000000;
92929 - if (!get_freq("bus-frequency", &ppc_tb_freq)) {
92930 - printk(KERN_ERR "WARNING: Estimating decrementer frequency "
92931 - "(not found)\n");
92932 - }
92933 - ppc_tb_freq /= 16;
92934 ppc_proc_freq = 50000000;
92935 if (!get_freq("clock-frequency", &ppc_proc_freq))
92936 printk(KERN_ERR "WARNING: Estimating processor frequency "
92937 "(not found)\n");
92938
92939 + ppc_tb_freq = ppc_proc_freq / 16;
92940 printk("Decrementer Frequency = 0x%lx\n", ppc_tb_freq);
92941
92942 /* Perform some more timer/timebase initialization. This used
92943 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/Kconfig powerpc.git/arch/powerpc/platforms/Kconfig
92944 --- linux-2.6.25-rc9/arch/powerpc/platforms/Kconfig 2008-04-11 22:32:29.000000000 +0200
92945 +++ powerpc.git/arch/powerpc/platforms/Kconfig 2008-04-19 16:40:52.000000000 +0200
92946 @@ -290,13 +290,7 @@
92947 config PPC_CPM_NEW_BINDING
92948 bool
92949 depends on CPM1 || CPM2
92950 - help
92951 - Select this if your board has been converted to use the new
92952 - device tree bindings for CPM, and no longer needs the
92953 - ioport callbacks or the platform device glue code.
92954 -
92955 - The fs_enet and cpm_uart drivers will be built as
92956 - of_platform devices.
92957 + default y
92958
92959 config AXON_RAM
92960 tristate "Axon DDR2 memory device driver"
92961 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/Kconfig.cputype powerpc.git/arch/powerpc/platforms/Kconfig.cputype
92962 --- linux-2.6.25-rc9/arch/powerpc/platforms/Kconfig.cputype 2008-04-11 22:32:29.000000000 +0200
92963 +++ powerpc.git/arch/powerpc/platforms/Kconfig.cputype 2008-04-19 16:40:52.000000000 +0200
92964 @@ -41,11 +41,13 @@
92965 bool "AMCC 40x"
92966 select PPC_DCR_NATIVE
92967 select PPC_UDBG_16550
92968 + select 4xx_SOC
92969
92970 config 44x
92971 bool "AMCC 44x"
92972 select PPC_DCR_NATIVE
92973 select PPC_UDBG_16550
92974 + select 4xx_SOC
92975
92976 config E200
92977 bool "Freescale e200"
92978 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/iommu.c powerpc.git/arch/powerpc/platforms/cell/iommu.c
92979 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/iommu.c 2008-04-11 22:32:29.000000000 +0200
92980 +++ powerpc.git/arch/powerpc/platforms/cell/iommu.c 2008-04-19 16:40:52.000000000 +0200
92981 @@ -28,13 +28,13 @@
92982 #include <linux/notifier.h>
92983 #include <linux/of.h>
92984 #include <linux/of_platform.h>
92985 +#include <linux/lmb.h>
92986
92987 #include <asm/prom.h>
92988 #include <asm/iommu.h>
92989 #include <asm/machdep.h>
92990 #include <asm/pci-bridge.h>
92991 #include <asm/udbg.h>
92992 -#include <asm/lmb.h>
92993 #include <asm/firmware.h>
92994 #include <asm/cell-regs.h>
92995
92996 @@ -316,7 +316,7 @@
92997 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT;
92998
92999 pr_debug("%s: iommu[%d]: segments: %lu\n",
93000 - __FUNCTION__, iommu->nid, segments);
93001 + __func__, iommu->nid, segments);
93002
93003 /* set up the segment table */
93004 stab_size = segments * sizeof(unsigned long);
93005 @@ -343,7 +343,7 @@
93006 (1 << 12) / sizeof(unsigned long));
93007
93008 ptab_size = segments * pages_per_segment * sizeof(unsigned long);
93009 - pr_debug("%s: iommu[%d]: ptab_size: %lu, order: %d\n", __FUNCTION__,
93010 + pr_debug("%s: iommu[%d]: ptab_size: %lu, order: %d\n", __func__,
93011 iommu->nid, ptab_size, get_order(ptab_size));
93012 page = alloc_pages_node(iommu->nid, GFP_KERNEL, get_order(ptab_size));
93013 BUG_ON(!page);
93014 @@ -355,7 +355,7 @@
93015 n_pte_pages = (pages_per_segment * sizeof(unsigned long)) >> 12;
93016
93017 pr_debug("%s: iommu[%d]: stab at %p, ptab at %p, n_pte_pages: %lu\n",
93018 - __FUNCTION__, iommu->nid, iommu->stab, ptab,
93019 + __func__, iommu->nid, iommu->stab, ptab,
93020 n_pte_pages);
93021
93022 /* initialise the STEs */
93023 @@ -394,7 +394,7 @@
93024
93025 if (cell_iommu_find_ioc(iommu->nid, &xlate_base))
93026 panic("%s: missing IOC register mappings for node %d\n",
93027 - __FUNCTION__, iommu->nid);
93028 + __func__, iommu->nid);
93029
93030 iommu->xlate_regs = ioremap(xlate_base, IOC_Reg_Size);
93031 iommu->cmd_regs = iommu->xlate_regs + IOC_IOCmd_Offset;
93032 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/pervasive.c powerpc.git/arch/powerpc/platforms/cell/pervasive.c
93033 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/pervasive.c 2008-04-11 22:32:29.000000000 +0200
93034 +++ powerpc.git/arch/powerpc/platforms/cell/pervasive.c 2008-04-19 16:40:52.000000000 +0200
93035 @@ -65,7 +65,7 @@
93036 break;
93037 default:
93038 printk(KERN_WARNING "%s: unknown configuration\n",
93039 - __FUNCTION__);
93040 + __func__);
93041 break;
93042 }
93043 mtspr(SPRN_TSC_CELL, thread_switch_control);
93044 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/cell/ras.c powerpc.git/arch/powerpc/platforms/cell/ras.c
93045 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/ras.c 2008-04-11 22:32:29.000000000 +0200
93046 +++ powerpc.git/arch/powerpc/platforms/cell/ras.c 2008-04-19 16:40:52.000000000 +0200
93047 @@ -132,7 +132,7 @@
93048 (unsigned int)(addr >> 32),
93049 (unsigned int)(addr & 0xffffffff))) {
93050 printk(KERN_ERR "%s: error enabling PTCAL on node %d!\n",
93051 - __FUNCTION__, nid);
93052 + __func__, nid);
93053 goto out_free_pages;
93054 }
93055
93056 @@ -162,7 +162,7 @@
93057 if (!size)
93058 return -ENODEV;
93059
93060 - pr_debug("%s: enabling PTCAL, size = 0x%x\n", __FUNCTION__, *size);
93061 + pr_debug("%s: enabling PTCAL, size = 0x%x\n", __func__, *size);
93062 order = get_order(*size);
93063 of_node_put(np);
93064
93065 @@ -180,7 +180,7 @@
93066 const u32 *nid = of_get_property(np, "node-id", NULL);
93067 if (!nid) {
93068 printk(KERN_ERR "%s: node %s is missing node-id?\n",
93069 - __FUNCTION__, np->full_name);
93070 + __func__, np->full_name);
93071 continue;
93072 }
93073 cbe_ptcal_enable_on_node(*nid, order);
93074 @@ -195,13 +195,13 @@
93075 struct ptcal_area *area, *tmp;
93076 int ret = 0;
93077
93078 - pr_debug("%s: disabling PTCAL\n", __FUNCTION__);
93079 + pr_debug("%s: disabling PTCAL\n", __func__);
93080
93081 list_for_each_entry_safe(area, tmp, &ptcal_list, list) {
93082 /* disable ptcal on this node */
93083 if (rtas_call(ptcal_stop_tok, 1, 1, NULL, area->nid)) {
93084 printk(KERN_ERR "%s: error disabling PTCAL "
93085 - "on node %d!\n", __FUNCTION__,
93086 + "on node %d!\n", __func__,
93087 area->nid);
93088 ret = -EIO;
93089 continue;
93090 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
93091 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spu_base.c 2008-04-11 22:32:29.000000000 +0200
93092 +++ powerpc.git/arch/powerpc/platforms/cell/spu_base.c 2008-04-19 16:40:52.000000000 +0200
93093 @@ -165,7 +165,7 @@
93094 struct spu_slb slb;
93095 int psize;
93096
93097 - pr_debug("%s\n", __FUNCTION__);
93098 + pr_debug("%s\n", __func__);
93099
93100 slb.esid = (ea & ESID_MASK) | SLB_ESID_V;
93101
93102 @@ -215,7 +215,7 @@
93103 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap); //XXX
93104 static int __spu_trap_data_map(struct spu *spu, unsigned long ea, u64 dsisr)
93105 {
93106 - pr_debug("%s, %lx, %lx\n", __FUNCTION__, dsisr, ea);
93107 + pr_debug("%s, %lx, %lx\n", __func__, dsisr, ea);
93108
93109 /* Handle kernel space hash faults immediately.
93110 User hash faults need to be deferred to process context. */
93111 @@ -351,7 +351,7 @@
93112 __spu_trap_data_seg(spu, dar);
93113
93114 spin_unlock(&spu->register_lock);
93115 - pr_debug("%s: %lx %lx %lx %lx\n", __FUNCTION__, mask, stat,
93116 + pr_debug("%s: %lx %lx %lx %lx\n", __func__, mask, stat,
93117 dar, dsisr);
93118
93119 if (stat & CLASS1_STORAGE_FAULT_INTR)
93120 @@ -726,7 +726,7 @@
93121
93122 if (ret < 0) {
93123 printk(KERN_WARNING "%s: Error initializing spus\n",
93124 - __FUNCTION__);
93125 + __func__);
93126 goto out_unregister_sysdev_class;
93127 }
93128
93129 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
93130 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spu_callbacks.c 2008-04-11 22:32:29.000000000 +0200
93131 +++ powerpc.git/arch/powerpc/platforms/cell/spu_callbacks.c 2008-04-19 16:40:52.000000000 +0200
93132 @@ -54,7 +54,7 @@
93133 long (*syscall)(u64 a1, u64 a2, u64 a3, u64 a4, u64 a5, u64 a6);
93134
93135 if (s->nr_ret >= ARRAY_SIZE(spu_syscall_table)) {
93136 - pr_debug("%s: invalid syscall #%ld", __FUNCTION__, s->nr_ret);
93137 + pr_debug("%s: invalid syscall #%ld", __func__, s->nr_ret);
93138 return -ENOSYS;
93139 }
93140
93141 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
93142 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spu_manage.c 2008-04-11 22:32:29.000000000 +0200
93143 +++ powerpc.git/arch/powerpc/platforms/cell/spu_manage.c 2008-04-19 16:40:52.000000000 +0200
93144 @@ -92,7 +92,7 @@
93145
93146 tmp = of_get_property(np->parent->parent, "node-id", NULL);
93147 if (!tmp) {
93148 - printk(KERN_WARNING "%s: can't find node-id\n", __FUNCTION__);
93149 + printk(KERN_WARNING "%s: can't find node-id\n", __func__);
93150 nid = spu->node;
93151 } else
93152 nid = tmp[0];
93153 @@ -296,7 +296,7 @@
93154 ret = fn(node);
93155 if (ret) {
93156 printk(KERN_WARNING "%s: Error initializing %s\n",
93157 - __FUNCTION__, node->name);
93158 + __func__, node->name);
93159 break;
93160 }
93161 n++;
93162 @@ -327,7 +327,7 @@
93163 if (!legacy_map) {
93164 legacy_map = 1;
93165 printk(KERN_WARNING "%s: Legacy device tree found, "
93166 - "trying to map old style\n", __FUNCTION__);
93167 + "trying to map old style\n", __func__);
93168 }
93169 ret = spu_map_device_old(spu);
93170 if (ret) {
93171 @@ -342,7 +342,7 @@
93172 if (!legacy_irq) {
93173 legacy_irq = 1;
93174 printk(KERN_WARNING "%s: Legacy device tree found, "
93175 - "trying old style irq\n", __FUNCTION__);
93176 + "trying old style irq\n", __func__);
93177 }
93178 ret = spu_map_interrupts_old(spu, spe);
93179 if (ret) {
93180 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
93181 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/coredump.c 2008-04-11 22:32:29.000000000 +0200
93182 +++ powerpc.git/arch/powerpc/platforms/cell/spufs/coredump.c 2008-04-19 16:40:52.000000000 +0200
93183 @@ -133,8 +133,6 @@
93184 if (ctx->flags & SPU_CREATE_NOSCHED)
93185 continue;
93186
93187 - /* start searching the next fd next time we're called */
93188 - (*fd)++;
93189 break;
93190 }
93191
93192 @@ -157,6 +155,9 @@
93193 break;
93194
93195 size += rc;
93196 +
93197 + /* start searching the next fd next time */
93198 + fd++;
93199 }
93200
93201 return size;
93202 @@ -239,6 +240,9 @@
93203 }
93204
93205 spu_release_saved(ctx);
93206 +
93207 + /* start searching the next fd next time */
93208 + fd++;
93209 }
93210
93211 return 0;
93212 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
93213 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/file.c 2008-04-11 22:32:29.000000000 +0200
93214 +++ powerpc.git/arch/powerpc/platforms/cell/spufs/file.c 2008-04-19 16:40:52.000000000 +0200
93215 @@ -1337,7 +1337,7 @@
93216 return ctx->ops->signal1_type_get(ctx);
93217 }
93218 DEFINE_SPUFS_ATTRIBUTE(spufs_signal1_type, spufs_signal1_type_get,
93219 - spufs_signal1_type_set, "%llu", SPU_ATTR_ACQUIRE);
93220 + spufs_signal1_type_set, "%llu\n", SPU_ATTR_ACQUIRE);
93221
93222
93223 static int spufs_signal2_type_set(void *data, u64 val)
93224 @@ -1359,7 +1359,7 @@
93225 return ctx->ops->signal2_type_get(ctx);
93226 }
93227 DEFINE_SPUFS_ATTRIBUTE(spufs_signal2_type, spufs_signal2_type_get,
93228 - spufs_signal2_type_set, "%llu", SPU_ATTR_ACQUIRE);
93229 + spufs_signal2_type_set, "%llu\n", SPU_ATTR_ACQUIRE);
93230
93231 #if SPUFS_MMAP_4K
93232 static unsigned long spufs_mss_mmap_nopfn(struct vm_area_struct *vma,
93233 @@ -1556,7 +1556,7 @@
93234
93235 wake_up_all(&ctx->mfc_wq);
93236
93237 - pr_debug("%s %s\n", __FUNCTION__, spu->name);
93238 + pr_debug("%s %s\n", __func__, spu->name);
93239 if (ctx->mfc_fasync) {
93240 u32 free_elements, tagstatus;
93241 unsigned int mask;
93242 @@ -1790,7 +1790,7 @@
93243 if (tagstatus & ctx->tagwait)
93244 mask |= POLLIN | POLLRDNORM;
93245
93246 - pr_debug("%s: free %d tagstatus %d tagwait %d\n", __FUNCTION__,
93247 + pr_debug("%s: free %d tagstatus %d tagwait %d\n", __func__,
93248 free_elements, tagstatus, ctx->tagwait);
93249
93250 return mask;
93251 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
93252 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/run.c 2008-04-11 22:32:29.000000000 +0200
93253 +++ powerpc.git/arch/powerpc/platforms/cell/spufs/run.c 2008-04-19 16:40:52.000000000 +0200
93254 @@ -98,7 +98,7 @@
93255 != MFC_CNTL_PURGE_DMA_COMPLETE) {
93256 if (time_after(jiffies, timeout)) {
93257 printk(KERN_ERR "%s: timeout flushing MFC DMA queue\n",
93258 - __FUNCTION__);
93259 + __func__);
93260 ret = -EIO;
93261 goto out;
93262 }
93263 @@ -124,7 +124,7 @@
93264 status_loading) {
93265 if (time_after(jiffies, timeout)) {
93266 printk(KERN_ERR "%s: timeout waiting for loader\n",
93267 - __FUNCTION__);
93268 + __func__);
93269 ret = -EIO;
93270 goto out_drop_priv;
93271 }
93272 @@ -134,7 +134,7 @@
93273 if (!(status & SPU_STATUS_RUNNING)) {
93274 /* If isolated LOAD has failed: run SPU, we will get a stop-and
93275 * signal later. */
93276 - pr_debug("%s: isolated LOAD failed\n", __FUNCTION__);
93277 + pr_debug("%s: isolated LOAD failed\n", __func__);
93278 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE);
93279 ret = -EACCES;
93280 goto out_drop_priv;
93281 @@ -142,7 +142,7 @@
93282
93283 if (!(status & SPU_STATUS_ISOLATED_STATE)) {
93284 /* This isn't allowed by the CBEA, but check anyway */
93285 - pr_debug("%s: SPU fell out of isolated mode?\n", __FUNCTION__);
93286 + pr_debug("%s: SPU fell out of isolated mode?\n", __func__);
93287 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_STOP);
93288 ret = -EINVAL;
93289 goto out_drop_priv;
93290 @@ -282,7 +282,7 @@
93291 break;
93292 default:
93293 printk(KERN_WARNING "%s: unexpected return code %ld\n",
93294 - __FUNCTION__, *spu_ret);
93295 + __func__, *spu_ret);
93296 ret = 0;
93297 }
93298 return ret;
93299 @@ -323,6 +323,10 @@
93300 return -EINTR;
93301 }
93302
93303 + /* need to re-get the ls, as it may have changed when we released the
93304 + * spu */
93305 + ls = (void __iomem *)ctx->ops->get_ls(ctx);
93306 +
93307 /* write result, jump over indirect pointer */
93308 memcpy_toio(ls + ls_pointer, &spu_ret, sizeof(spu_ret));
93309 ctx->ops->npc_write(ctx, npc);
93310 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
93311 --- linux-2.6.25-rc9/arch/powerpc/platforms/cell/spufs/switch.c 2008-04-11 22:32:29.000000000 +0200
93312 +++ powerpc.git/arch/powerpc/platforms/cell/spufs/switch.c 2008-04-19 16:40:52.000000000 +0200
93313 @@ -1815,6 +1815,7 @@
93314 save_mfc_csr_ato(prev, spu); /* Step 24. */
93315 save_mfc_tclass_id(prev, spu); /* Step 25. */
93316 set_mfc_tclass_id(prev, spu); /* Step 26. */
93317 + save_mfc_cmd(prev, spu); /* Step 26a - moved from 44. */
93318 purge_mfc_queue(prev, spu); /* Step 27. */
93319 wait_purge_complete(prev, spu); /* Step 28. */
93320 setup_mfc_sr1(prev, spu); /* Step 30. */
93321 @@ -1831,7 +1832,6 @@
93322 save_ppuint_mb(prev, spu); /* Step 41. */
93323 save_ch_part1(prev, spu); /* Step 42. */
93324 save_spu_mb(prev, spu); /* Step 43. */
93325 - save_mfc_cmd(prev, spu); /* Step 44. */
93326 reset_ch(prev, spu); /* Step 45. */
93327 }
93328
93329 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat.c powerpc.git/arch/powerpc/platforms/celleb/beat.c
93330 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat.c 2008-04-11 22:32:29.000000000 +0200
93331 +++ powerpc.git/arch/powerpc/platforms/celleb/beat.c 2008-04-19 16:40:52.000000000 +0200
93332 @@ -48,6 +48,7 @@
93333 }
93334
93335 u64 beat_halt_code = 0x1000000000000000UL;
93336 +EXPORT_SYMBOL(beat_halt_code);
93337
93338 void beat_halt(void)
93339 {
93340 @@ -94,9 +95,8 @@
93341 len = count;
93342 if (len > BEAT_NVRW_CNT)
93343 len = BEAT_NVRW_CNT;
93344 - if (beat_eeprom_read(i, len, p)) {
93345 + if (beat_eeprom_read(i, len, p))
93346 return -EIO;
93347 - }
93348
93349 p += len;
93350 i += len;
93351 @@ -121,9 +121,8 @@
93352 len = count;
93353 if (len > BEAT_NVRW_CNT)
93354 len = BEAT_NVRW_CNT;
93355 - if (beat_eeprom_write(i, len, p)) {
93356 + if (beat_eeprom_write(i, len, p))
93357 return -EIO;
93358 - }
93359
93360 p += len;
93361 i += len;
93362 @@ -149,13 +148,14 @@
93363 u64 db[2];
93364 s64 ret;
93365
93366 - ret = beat_get_characters_from_console(vterm, len, (u8*)db);
93367 + ret = beat_get_characters_from_console(vterm, len, (u8 *)db);
93368 if (ret == 0) {
93369 *t1 = db[0];
93370 *t2 = db[1];
93371 }
93372 return ret;
93373 }
93374 +EXPORT_SYMBOL(beat_get_term_char);
93375
93376 int64_t beat_put_term_char(u64 vterm, u64 len, u64 t1, u64 t2)
93377 {
93378 @@ -163,8 +163,9 @@
93379
93380 db[0] = t1;
93381 db[1] = t2;
93382 - return beat_put_characters_to_console(vterm, len, (u8*)db);
93383 + return beat_put_characters_to_console(vterm, len, (u8 *)db);
93384 }
93385 +EXPORT_SYMBOL(beat_put_term_char);
93386
93387 void beat_power_save(void)
93388 {
93389 @@ -261,7 +262,3 @@
93390 }
93391
93392 device_initcall(beat_event_init);
93393 -
93394 -EXPORT_SYMBOL(beat_get_term_char);
93395 -EXPORT_SYMBOL(beat_put_term_char);
93396 -EXPORT_SYMBOL(beat_halt_code);
93397 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat.h powerpc.git/arch/powerpc/platforms/celleb/beat.h
93398 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat.h 2008-04-11 22:32:29.000000000 +0200
93399 +++ powerpc.git/arch/powerpc/platforms/celleb/beat.h 2008-04-19 16:40:52.000000000 +0200
93400 @@ -21,8 +21,8 @@
93401 #ifndef _CELLEB_BEAT_H
93402 #define _CELLEB_BEAT_H
93403
93404 -int64_t beat_get_term_char(uint64_t,uint64_t*,uint64_t*,uint64_t*);
93405 -int64_t beat_put_term_char(uint64_t,uint64_t,uint64_t,uint64_t);
93406 +int64_t beat_get_term_char(uint64_t, uint64_t *, uint64_t *, uint64_t *);
93407 +int64_t beat_put_term_char(uint64_t, uint64_t, uint64_t, uint64_t);
93408 int64_t beat_repository_encode(int, const char *, uint64_t[4]);
93409 void beat_restart(char *);
93410 void beat_power_off(void);
93411 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
93412 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/beat_wrapper.h 2008-04-11 22:32:29.000000000 +0200
93413 +++ powerpc.git/arch/powerpc/platforms/celleb/beat_wrapper.h 2008-04-19 16:40:52.000000000 +0200
93414 @@ -197,7 +197,8 @@
93415 u64 b[2];
93416
93417 memcpy(b, buffer, len);
93418 - return beat_hcall_norets(HV_put_characters_to_console, termno, len, b[0], b[1]);
93419 + return beat_hcall_norets(HV_put_characters_to_console, termno, len,
93420 + b[0], b[1]);
93421 }
93422
93423 static inline s64 beat_get_spe_privileged_state_1_registers(
93424 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/htab.c powerpc.git/arch/powerpc/platforms/celleb/htab.c
93425 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/htab.c 2008-04-11 22:32:29.000000000 +0200
93426 +++ powerpc.git/arch/powerpc/platforms/celleb/htab.c 2008-04-19 16:40:52.000000000 +0200
93427 @@ -35,9 +35,9 @@
93428 #include "beat_wrapper.h"
93429
93430 #ifdef DEBUG_LOW
93431 -#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while(0)
93432 +#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while (0)
93433 #else
93434 -#define DBG_LOW(fmt...) do { } while(0)
93435 +#define DBG_LOW(fmt...) do { } while (0)
93436 #endif
93437
93438 static DEFINE_SPINLOCK(beat_htab_lock);
93439 @@ -116,7 +116,8 @@
93440 hpte_r &= ~_PAGE_COHERENT;
93441
93442 spin_lock(&beat_htab_lock);
93443 - if ((lpar_rc = beat_read_mask(hpte_group)) == 0) {
93444 + lpar_rc = beat_read_mask(hpte_group);
93445 + if (lpar_rc == 0) {
93446 if (!(vflags & HPTE_V_BOLTED))
93447 DBG_LOW(" full\n");
93448 spin_unlock(&beat_htab_lock);
93449 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/celleb/interrupt.c powerpc.git/arch/powerpc/platforms/celleb/interrupt.c
93450 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/interrupt.c 2008-04-11 22:32:29.000000000 +0200
93451 +++ powerpc.git/arch/powerpc/platforms/celleb/interrupt.c 2008-04-19 16:40:52.000000000 +0200
93452 @@ -34,7 +34,7 @@
93453 static uint64_t beatic_irq_mask_enable[(MAX_IRQS+255)/64];
93454 static uint64_t beatic_irq_mask_ack[(MAX_IRQS+255)/64];
93455
93456 -static struct irq_host *beatic_host = NULL;
93457 +static struct irq_host *beatic_host;
93458
93459 /*
93460 * In this implementation, "virq" == "IRQ plug number",
93461 @@ -49,13 +49,13 @@
93462
93463 off = (irq_plug / 256) * 4;
93464 masks[0] = beatic_irq_mask_enable[off + 0]
93465 - & beatic_irq_mask_ack[off + 0];
93466 + & beatic_irq_mask_ack[off + 0];
93467 masks[1] = beatic_irq_mask_enable[off + 1]
93468 - & beatic_irq_mask_ack[off + 1];
93469 + & beatic_irq_mask_ack[off + 1];
93470 masks[2] = beatic_irq_mask_enable[off + 2]
93471 - & beatic_irq_mask_ack[off + 2];
93472 + & beatic_irq_mask_ack[off + 2];
93473 masks[3] = beatic_irq_mask_enable[off + 3]
93474 - & beatic_irq_mask_ack[off + 3];
93475 + & beatic_irq_mask_ack[off + 3];
93476 if (beat_set_interrupt_mask(irq_plug&~255UL,
93477 masks[0], masks[1], masks[2], masks[3]) != 0)
93478 panic("Failed to set mask IRQ!");
93479 @@ -96,7 +96,8 @@
93480 s64 err;
93481 unsigned long flags;
93482
93483 - if ((err = beat_downcount_of_interrupt(irq_plug)) != 0) {
93484 + err = beat_downcount_of_interrupt(irq_plug);
93485 + if (err != 0) {
93486 if ((err & 0xFFFFFFFF) != 0xFFFFFFF5) /* -11: wrong state */
93487 panic("Failed to downcount IRQ! Error = %16lx", err);
93488
93489 @@ -138,7 +139,8 @@
93490 struct irq_desc *desc = get_irq_desc(virq);
93491 int64_t err;
93492
93493 - if ((err = beat_construct_and_connect_irq_plug(virq, hw)) < 0)
93494 + err = beat_construct_and_connect_irq_plug(virq, hw);
93495 + if (err < 0)
93496 return -EIO;
93497
93498 desc->status |= IRQ_LEVEL;
93499 @@ -202,22 +204,22 @@
93500 beat_detect_pending_interrupts(i, pending);
93501 __asm__ ("cntlzd %0,%1":"=r"(ub):
93502 "r"(pending[0] & beatic_irq_mask_enable[i/64+0]
93503 - & beatic_irq_mask_ack[i/64+0]));
93504 + & beatic_irq_mask_ack[i/64+0]));
93505 if (ub != 64)
93506 return i + ub + 0;
93507 __asm__ ("cntlzd %0,%1":"=r"(ub):
93508 "r"(pending[1] & beatic_irq_mask_enable[i/64+1]
93509 - & beatic_irq_mask_ack[i/64+1]));
93510 + & beatic_irq_mask_ack[i/64+1]));
93511 if (ub != 64)
93512 return i + ub + 64;
93513 __asm__ ("cntlzd %0,%1":"=r"(ub):
93514 "r"(pending[2] & beatic_irq_mask_enable[i/64+2]
93515 - & beatic_irq_mask_ack[i/64+2]));
93516 + & beatic_irq_mask_ack[i/64+2]));
93517 if (ub != 64)
93518 return i + ub + 128;
93519 __asm__ ("cntlzd %0,%1":"=r"(ub):
93520 "r"(pending[3] & beatic_irq_mask_enable[i/64+3]
93521 - & beatic_irq_mask_ack[i/64+3]));
93522 + & beatic_irq_mask_ack[i/64+3]));
93523 if (ub != 64)
93524 return i + ub + 192;
93525 }
93526 @@ -250,7 +252,7 @@
93527
93528 /* Allocate an irq host */
93529 beatic_host = irq_alloc_host(NULL, IRQ_HOST_MAP_NOMAP, 0,
93530 - &beatic_pic_host_ops,
93531 + &beatic_pic_host_ops,
93532 0);
93533 BUG_ON(beatic_host == NULL);
93534 irq_set_default_host(beatic_host);
93535 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
93536 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/scc_epci.c 2008-04-11 22:32:29.000000000 +0200
93537 +++ powerpc.git/arch/powerpc/platforms/celleb/scc_epci.c 2008-04-19 16:40:52.000000000 +0200
93538 @@ -161,9 +161,9 @@
93539 if (bus != hose->bus)
93540 addr = celleb_epci_get_epci_cfg(hose) +
93541 (((bus->number & 0xff) << 16)
93542 - | ((devfn & 0xff) << 8)
93543 - | (where & 0xff)
93544 - | 0x01000000);
93545 + | ((devfn & 0xff) << 8)
93546 + | (where & 0xff)
93547 + | 0x01000000);
93548 else
93549 addr = celleb_epci_get_epci_cfg(hose) +
93550 (((devfn & 0xff) << 8) | (where & 0xff));
93551 @@ -174,7 +174,7 @@
93552 }
93553
93554 static int celleb_epci_read_config(struct pci_bus *bus,
93555 - unsigned int devfn, int where, int size, u32 * val)
93556 + unsigned int devfn, int where, int size, u32 *val)
93557 {
93558 PCI_IO_ADDR epci_base;
93559 PCI_IO_ADDR addr;
93560 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
93561 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/scc_sio.c 2008-04-11 22:32:29.000000000 +0200
93562 +++ powerpc.git/arch/powerpc/platforms/celleb/scc_sio.c 2008-04-19 16:40:52.000000000 +0200
93563 @@ -28,7 +28,7 @@
93564
93565 /* sio irq0=0xb00010022 irq0=0xb00010023 irq2=0xb00010024
93566 mmio=0xfff000-0x1000,0xff2000-0x1000 */
93567 -static int txx9_serial_bitmap __initdata = 0;
93568 +static int txx9_serial_bitmap __initdata;
93569
93570 static struct {
93571 uint32_t offset;
93572 @@ -84,7 +84,7 @@
93573 int i;
93574
93575 for (;;) {
93576 - switch(get_option(&ptr, &i)) {
93577 + switch (get_option(&ptr, &i)) {
93578 default:
93579 return 0;
93580 case 2:
93581 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
93582 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/spu_priv1.c 2008-04-11 22:32:29.000000000 +0200
93583 +++ powerpc.git/arch/powerpc/platforms/celleb/spu_priv1.c 2008-04-19 16:40:52.000000000 +0200
93584 @@ -183,8 +183,7 @@
93585 return enable;
93586 }
93587
93588 -const struct spu_priv1_ops spu_priv1_beat_ops =
93589 -{
93590 +const struct spu_priv1_ops spu_priv1_beat_ops = {
93591 .int_mask_and = int_mask_and,
93592 .int_mask_or = int_mask_or,
93593 .int_mask_set = int_mask_set,
93594 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
93595 --- linux-2.6.25-rc9/arch/powerpc/platforms/celleb/udbg_beat.c 2008-04-11 22:32:29.000000000 +0200
93596 +++ powerpc.git/arch/powerpc/platforms/celleb/udbg_beat.c 2008-04-19 16:40:52.000000000 +0200
93597 @@ -54,7 +54,8 @@
93598 if (inbuflen == 0) {
93599 /* get some more chars. */
93600 inbuflen = 0;
93601 - rc = beat_get_term_char(celleb_vtermno, &inbuflen, inbuf+0, inbuf+1);
93602 + rc = beat_get_term_char(celleb_vtermno, &inbuflen,
93603 + inbuf+0, inbuf+1);
93604 if (rc != 0)
93605 inbuflen = 0; /* otherwise inbuflen is garbage */
93606 }
93607 @@ -78,7 +79,7 @@
93608 if (ch == -1) {
93609 /* This shouldn't be needed...but... */
93610 volatile unsigned long delay;
93611 - for (delay=0; delay < 2000000; delay++)
93612 + for (delay = 0; delay < 2000000; delay++)
93613 ;
93614 } else {
93615 return ch;
93616 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
93617 --- linux-2.6.25-rc9/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c 2008-04-11 22:32:29.000000000 +0200
93618 +++ powerpc.git/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c 2008-04-19 16:40:52.000000000 +0200
93619 @@ -117,11 +117,11 @@
93620 }
93621
93622 if (mpic_paddr == 0) {
93623 - printk("%s: No tsi108 PIC found !\n", __FUNCTION__);
93624 + printk("%s: No tsi108 PIC found !\n", __func__);
93625 return;
93626 }
93627
93628 - DBG("%s: tsi108 pic phys_addr = 0x%x\n", __FUNCTION__,
93629 + DBG("%s: tsi108 pic phys_addr = 0x%x\n", __func__,
93630 (u32) mpic_paddr);
93631
93632 mpic = mpic_alloc(tsi_pic, mpic_paddr,
93633 @@ -140,17 +140,17 @@
93634 #ifdef CONFIG_PCI
93635 tsi_pci = of_find_node_by_type(NULL, "pci");
93636 if (tsi_pci == NULL) {
93637 - printk("%s: No tsi108 pci node found !\n", __FUNCTION__);
93638 + printk("%s: No tsi108 pci node found !\n", __func__);
93639 return;
93640 }
93641 cascade_node = of_find_node_by_type(NULL, "pic-router");
93642 if (cascade_node == NULL) {
93643 - printk("%s: No tsi108 pci cascade node found !\n", __FUNCTION__);
93644 + printk("%s: No tsi108 pci cascade node found !\n", __func__);
93645 return;
93646 }
93647
93648 cascade_pci_irq = irq_of_parse_and_map(tsi_pci, 0);
93649 - DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __FUNCTION__,
93650 + DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __func__,
93651 (u32) cascade_pci_irq);
93652 tsi108_pci_int_init(cascade_node);
93653 set_irq_data(cascade_pci_irq, mpic);
93654 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/embedded6xx/prpmc2800.c powerpc.git/arch/powerpc/platforms/embedded6xx/prpmc2800.c
93655 --- linux-2.6.25-rc9/arch/powerpc/platforms/embedded6xx/prpmc2800.c 2008-04-11 22:32:29.000000000 +0200
93656 +++ powerpc.git/arch/powerpc/platforms/embedded6xx/prpmc2800.c 2008-04-19 16:40:52.000000000 +0200
93657 @@ -49,13 +49,13 @@
93658 * ioremap mpp and gpp registers in case they are later
93659 * needed by prpmc2800_reset_board().
93660 */
93661 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-mpp");
93662 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-mpp");
93663 reg = of_get_property(np, "reg", NULL);
93664 paddr = of_translate_address(np, reg);
93665 of_node_put(np);
93666 mv64x60_mpp_reg_base = ioremap(paddr, reg[1]);
93667
93668 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-gpp");
93669 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-gpp");
93670 reg = of_get_property(np, "reg", NULL);
93671 paddr = of_translate_address(np, reg);
93672 of_node_put(np);
93673 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/exception.S powerpc.git/arch/powerpc/platforms/iseries/exception.S
93674 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/exception.S 2008-04-11 22:32:29.000000000 +0200
93675 +++ powerpc.git/arch/powerpc/platforms/iseries/exception.S 2008-04-19 16:40:52.000000000 +0200
93676 @@ -38,11 +38,19 @@
93677
93678 .globl system_reset_iSeries
93679 system_reset_iSeries:
93680 - mfspr r13,SPRN_SPRG3 /* Get paca address */
93681 + mfspr r13,SPRN_SPRG3 /* Get alpaca address */
93682 + LOAD_REG_IMMEDIATE(r23, alpaca)
93683 + li r0,ALPACA_SIZE
93684 + sub r23,r13,r23
93685 + divdu r23,r23,r0 /* r23 has cpu number */
93686 + LOAD_REG_IMMEDIATE(r13, paca)
93687 + mulli r0,r23,PACA_SIZE
93688 + add r13,r13,r0
93689 + mtspr SPRN_SPRG3,r13 /* Save it away for the future */
93690 mfmsr r24
93691 ori r24,r24,MSR_RI
93692 mtmsrd r24 /* RI on */
93693 - lhz r24,PACAPACAINDEX(r13) /* Get processor # */
93694 + mr r24,r23
93695 cmpwi 0,r24,0 /* Are we processor 0? */
93696 bne 1f
93697 b .__start_initialization_iSeries /* Start up the first processor */
93698 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
93699 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/ipl_parms.h 2008-04-11 22:32:29.000000000 +0200
93700 +++ powerpc.git/arch/powerpc/platforms/iseries/ipl_parms.h 2008-04-19 16:40:52.000000000 +0200
93701 @@ -65,6 +65,4 @@
93702 u64 xRsvd13; // Reserved x38-x3F
93703 };
93704
93705 -extern struct ItIplParmsReal xItIplParmsReal;
93706 -
93707 #endif /* _ISERIES_IPL_PARMS_H */
93708 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/lpardata.c powerpc.git/arch/powerpc/platforms/iseries/lpardata.c
93709 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/lpardata.c 2008-04-11 22:32:29.000000000 +0200
93710 +++ powerpc.git/arch/powerpc/platforms/iseries/lpardata.c 2008-04-19 16:40:52.000000000 +0200
93711 @@ -14,10 +14,10 @@
93712 #include <asm/ptrace.h>
93713 #include <asm/abs_addr.h>
93714 #include <asm/lppaca.h>
93715 -#include <asm/iseries/it_lp_reg_save.h>
93716 #include <asm/paca.h>
93717 #include <asm/iseries/lpar_map.h>
93718 #include <asm/iseries/it_lp_queue.h>
93719 +#include <asm/iseries/alpaca.h>
93720
93721 #include "naca.h"
93722 #include "vpd_areas.h"
93723 @@ -31,7 +31,7 @@
93724 /* The HvReleaseData is the root of the information shared between
93725 * the hypervisor and Linux.
93726 */
93727 -struct HvReleaseData hvReleaseData = {
93728 +const struct HvReleaseData hvReleaseData = {
93729 .xDesc = 0xc8a5d9c4, /* "HvRD" ebcdic */
93730 .xSize = sizeof(struct HvReleaseData),
93731 .xVpdAreasPtrOffset = offsetof(struct naca_struct, xItVpdAreas),
93732 @@ -61,6 +61,63 @@
93733 .xRamDiskSize = 0,
93734 };
93735
93736 +struct ItLpRegSave {
93737 + u32 xDesc; // Eye catcher "LpRS" ebcdic 000-003
93738 + u16 xSize; // Size of this class 004-005
93739 + u8 xInUse; // Area is live 006-007
93740 + u8 xRsvd1[9]; // Reserved 007-00F
93741 +
93742 + u8 xFixedRegSave[352]; // Fixed Register Save Area 010-16F
93743 + u32 xCTRL; // Control Register 170-173
93744 + u32 xDEC; // Decrementer 174-177
93745 + u32 xFPSCR; // FP Status and Control Reg 178-17B
93746 + u32 xPVR; // Processor Version Number 17C-17F
93747 +
93748 + u64 xMMCR0; // Monitor Mode Control Reg 0 180-187
93749 + u32 xPMC1; // Perf Monitor Counter 1 188-18B
93750 + u32 xPMC2; // Perf Monitor Counter 2 18C-18F
93751 + u32 xPMC3; // Perf Monitor Counter 3 190-193
93752 + u32 xPMC4; // Perf Monitor Counter 4 194-197
93753 + u32 xPIR; // Processor ID Reg 198-19B
93754 +
93755 + u32 xMMCR1; // Monitor Mode Control Reg 1 19C-19F
93756 + u32 xMMCRA; // Monitor Mode Control Reg A 1A0-1A3
93757 + u32 xPMC5; // Perf Monitor Counter 5 1A4-1A7
93758 + u32 xPMC6; // Perf Monitor Counter 6 1A8-1AB
93759 + u32 xPMC7; // Perf Monitor Counter 7 1AC-1AF
93760 + u32 xPMC8; // Perf Monitor Counter 8 1B0-1B3
93761 + u32 xTSC; // Thread Switch Control 1B4-1B7
93762 + u32 xTST; // Thread Switch Timeout 1B8-1BB
93763 + u32 xRsvd; // Reserved 1BC-1BF
93764 +
93765 + u64 xACCR; // Address Compare Control Reg 1C0-1C7
93766 + u64 xIMR; // Instruction Match Register 1C8-1CF
93767 + u64 xSDR1; // Storage Description Reg 1 1D0-1D7
93768 + u64 xSPRG0; // Special Purpose Reg General0 1D8-1DF
93769 + u64 xSPRG1; // Special Purpose Reg General1 1E0-1E7
93770 + u64 xSPRG2; // Special Purpose Reg General2 1E8-1EF
93771 + u64 xSPRG3; // Special Purpose Reg General3 1F0-1F7
93772 + u64 xTB; // Time Base Register 1F8-1FF
93773 +
93774 + u64 xFPR[32]; // Floating Point Registers 200-2FF
93775 +
93776 + u64 xMSR; // Machine State Register 300-307
93777 + u64 xNIA; // Next Instruction Address 308-30F
93778 +
93779 + u64 xDABR; // Data Address Breakpoint Reg 310-317
93780 + u64 xIABR; // Inst Address Breakpoint Reg 318-31F
93781 +
93782 + u64 xHID0; // HW Implementation Dependent0 320-327
93783 +
93784 + u64 xHID4; // HW Implementation Dependent4 328-32F
93785 + u64 xSCOMd; // SCON Data Reg (SPRG4) 330-337
93786 + u64 xSCOMc; // SCON Command Reg (SPRG5) 338-33F
93787 + u64 xSDAR; // Sample Data Address Register 340-347
93788 + u64 xSIAR; // Sample Inst Address Register 348-34F
93789 +
93790 + u8 xRsvd3[176]; // Reserved 350-3FF
93791 +};
93792 +
93793 extern void system_reset_iSeries(void);
93794 extern void machine_check_iSeries(void);
93795 extern void data_access_iSeries(void);
93796 @@ -129,7 +186,7 @@
93797 };
93798
93799 /* May be filled in by the hypervisor so cannot end up in the BSS */
93800 -struct ItIplParmsReal xItIplParmsReal __attribute__((__section__(".data")));
93801 +static struct ItIplParmsReal xItIplParmsReal __attribute__((__section__(".data")));
93802
93803 /* May be filled in by the hypervisor so cannot end up in the BSS */
93804 struct ItExtVpdPanel xItExtVpdPanel __attribute__((__section__(".data")));
93805 @@ -152,13 +209,54 @@
93806
93807 /* Space for Recovery Log Buffer */
93808 /* May be filled in by the hypervisor so cannot end up in the BSS */
93809 -u64 xRecoveryLogBuffer[32] __attribute__((__section__(".data")));
93810 +static u64 xRecoveryLogBuffer[32] __attribute__((__section__(".data")));
93811
93812 -struct SpCommArea xSpCommArea = {
93813 +static const struct SpCommArea xSpCommArea = {
93814 .xDesc = 0xE2D7C3C2,
93815 .xFormat = 1,
93816 };
93817
93818 +static const struct ItLpRegSave iseries_reg_save[] = {
93819 + [0 ... (NR_CPUS-1)] = {
93820 + .xDesc = 0xd397d9e2, /* "LpRS" */
93821 + .xSize = sizeof(struct ItLpRegSave),
93822 + },
93823 +};
93824 +
93825 +#define ALPACA_INIT(number) \
93826 +{ \
93827 + .lppaca_ptr = &lppaca[number], \
93828 + .reg_save_ptr = &iseries_reg_save[number], \
93829 +}
93830 +
93831 +const struct alpaca alpaca[] = {
93832 + ALPACA_INIT( 0),
93833 +#if NR_CPUS > 1
93834 + ALPACA_INIT( 1), ALPACA_INIT( 2), ALPACA_INIT( 3),
93835 +#if NR_CPUS > 4
93836 + ALPACA_INIT( 4), ALPACA_INIT( 5), ALPACA_INIT( 6), ALPACA_INIT( 7),
93837 +#if NR_CPUS > 8
93838 + ALPACA_INIT( 8), ALPACA_INIT( 9), ALPACA_INIT(10), ALPACA_INIT(11),
93839 + ALPACA_INIT(12), ALPACA_INIT(13), ALPACA_INIT(14), ALPACA_INIT(15),
93840 + ALPACA_INIT(16), ALPACA_INIT(17), ALPACA_INIT(18), ALPACA_INIT(19),
93841 + ALPACA_INIT(20), ALPACA_INIT(21), ALPACA_INIT(22), ALPACA_INIT(23),
93842 + ALPACA_INIT(24), ALPACA_INIT(25), ALPACA_INIT(26), ALPACA_INIT(27),
93843 + ALPACA_INIT(28), ALPACA_INIT(29), ALPACA_INIT(30), ALPACA_INIT(31),
93844 +#if NR_CPUS > 32
93845 + ALPACA_INIT(32), ALPACA_INIT(33), ALPACA_INIT(34), ALPACA_INIT(35),
93846 + ALPACA_INIT(36), ALPACA_INIT(37), ALPACA_INIT(38), ALPACA_INIT(39),
93847 + ALPACA_INIT(40), ALPACA_INIT(41), ALPACA_INIT(42), ALPACA_INIT(43),
93848 + ALPACA_INIT(44), ALPACA_INIT(45), ALPACA_INIT(46), ALPACA_INIT(47),
93849 + ALPACA_INIT(48), ALPACA_INIT(49), ALPACA_INIT(50), ALPACA_INIT(51),
93850 + ALPACA_INIT(52), ALPACA_INIT(53), ALPACA_INIT(54), ALPACA_INIT(55),
93851 + ALPACA_INIT(56), ALPACA_INIT(57), ALPACA_INIT(58), ALPACA_INIT(59),
93852 + ALPACA_INIT(60), ALPACA_INIT(61), ALPACA_INIT(62), ALPACA_INIT(63),
93853 +#endif
93854 +#endif
93855 +#endif
93856 +#endif
93857 +};
93858 +
93859 /* The LparMap data is now located at offset 0x6000 in head.S
93860 * It was put there so that the HvReleaseData could address it
93861 * with a 32-bit offset as required by the iSeries hypervisor
93862 @@ -167,7 +265,7 @@
93863 * the Naca via the HvReleaseData area. The HvReleaseData has the
93864 * offset into the Naca of the pointer to the ItVpdAreas.
93865 */
93866 -struct ItVpdAreas itVpdAreas = {
93867 +const struct ItVpdAreas itVpdAreas = {
93868 .xSlicDesc = 0xc9a3e5c1, /* "ItVA" */
93869 .xSlicSize = sizeof(struct ItVpdAreas),
93870 .xSlicVpdEntries = ItVpdMaxEntries, /* # VPD array entries */
93871 @@ -185,7 +283,7 @@
93872 .xSlicVpdLens = { /* VPD lengths */
93873 0,0,0, /* 0 - 2 */
93874 sizeof(xItExtVpdPanel), /* 3 Extended VPD */
93875 - sizeof(struct paca_struct), /* 4 length of Paca */
93876 + sizeof(struct alpaca), /* 4 length of (fake) Paca */
93877 0, /* 5 */
93878 sizeof(struct ItIplParmsReal),/* 6 length of IPL parms */
93879 26992, /* 7 length of MS VPD */
93880 @@ -203,7 +301,7 @@
93881 .xSlicVpdAdrs = { /* VPD addresses */
93882 0,0,0, /* 0 - 2 */
93883 &xItExtVpdPanel, /* 3 Extended VPD */
93884 - &paca[0], /* 4 first Paca */
93885 + &alpaca[0], /* 4 first (fake) Paca */
93886 0, /* 5 */
93887 &xItIplParmsReal, /* 6 IPL parms */
93888 &xMsVpd, /* 7 MS Vpd */
93889 @@ -219,10 +317,3 @@
93890 0,0
93891 }
93892 };
93893 -
93894 -struct ItLpRegSave iseries_reg_save[] = {
93895 - [0 ... (NR_CPUS-1)] = {
93896 - .xDesc = 0xd397d9e2, /* "LpRS" */
93897 - .xSize = sizeof(struct ItLpRegSave),
93898 - },
93899 -};
93900 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/naca.h powerpc.git/arch/powerpc/platforms/iseries/naca.h
93901 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/naca.h 2008-04-11 22:32:29.000000000 +0200
93902 +++ powerpc.git/arch/powerpc/platforms/iseries/naca.h 2008-04-19 16:40:52.000000000 +0200
93903 @@ -14,7 +14,7 @@
93904
93905 struct naca_struct {
93906 /* Kernel only data - undefined for user space */
93907 - void *xItVpdAreas; /* VPD Data 0x00 */
93908 + const void *xItVpdAreas; /* VPD Data 0x00 */
93909 void *xRamDisk; /* iSeries ramdisk 0x08 */
93910 u64 xRamDiskSize; /* In pages 0x10 */
93911 };
93912 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/iseries/pci.c powerpc.git/arch/powerpc/platforms/iseries/pci.c
93913 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/pci.c 2008-04-11 22:32:29.000000000 +0200
93914 +++ powerpc.git/arch/powerpc/platforms/iseries/pci.c 2008-04-19 16:40:52.000000000 +0200
93915 @@ -23,6 +23,7 @@
93916
93917 #undef DEBUG
93918
93919 +#include <linux/jiffies.h>
93920 #include <linux/kernel.h>
93921 #include <linux/list.h>
93922 #include <linux/string.h>
93923 @@ -586,7 +587,7 @@
93924 static unsigned long last_jiffies;
93925 static int num_printed;
93926
93927 - if ((jiffies - last_jiffies) > 60 * HZ) {
93928 + if (time_after(jiffies, last_jiffies + 60 * HZ)) {
93929 last_jiffies = jiffies;
93930 num_printed = 0;
93931 }
93932 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
93933 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/release_data.h 2008-04-11 22:32:29.000000000 +0200
93934 +++ powerpc.git/arch/powerpc/platforms/iseries/release_data.h 2008-04-19 16:40:52.000000000 +0200
93935 @@ -58,6 +58,6 @@
93936 char xRsvd3[20]; /* Reserved x2C-x3F */
93937 };
93938
93939 -extern struct HvReleaseData hvReleaseData;
93940 +extern const struct HvReleaseData hvReleaseData;
93941
93942 #endif /* _ISERIES_RELEASE_DATA_H */
93943 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
93944 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/spcomm_area.h 2008-04-11 22:32:29.000000000 +0200
93945 +++ powerpc.git/arch/powerpc/platforms/iseries/spcomm_area.h 2008-04-19 16:40:52.000000000 +0200
93946 @@ -31,6 +31,4 @@
93947 u8 xRsvd2[80]; // Reserved 030-07F
93948 };
93949
93950 -extern struct SpCommArea xSpCommArea;
93951 -
93952 #endif /* _ISERIES_SPCOMM_AREA_H */
93953 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
93954 --- linux-2.6.25-rc9/arch/powerpc/platforms/iseries/vpd_areas.h 2008-04-11 22:32:29.000000000 +0200
93955 +++ powerpc.git/arch/powerpc/platforms/iseries/vpd_areas.h 2008-04-19 16:40:52.000000000 +0200
93956 @@ -80,9 +80,9 @@
93957 u32 xPlicDmaLens[ItDmaMaxEntries];// Array of DMA lengths 080-0A7
93958 u32 xPlicDmaToks[ItDmaMaxEntries];// Array of DMA tokens 0A8-0CF
93959 u32 xSlicVpdLens[ItVpdMaxEntries];// Array of VPD lengths 0D0-12F
93960 - void *xSlicVpdAdrs[ItVpdMaxEntries];// Array of VPD buffers 130-1EF
93961 + const void *xSlicVpdAdrs[ItVpdMaxEntries];// Array of VPD buffers 130-1EF
93962 };
93963
93964 -extern struct ItVpdAreas itVpdAreas;
93965 +extern const struct ItVpdAreas itVpdAreas;
93966
93967 #endif /* _ISERIES_VPD_AREAS_H */
93968 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/maple/pci.c powerpc.git/arch/powerpc/platforms/maple/pci.c
93969 --- linux-2.6.25-rc9/arch/powerpc/platforms/maple/pci.c 2008-04-11 22:32:29.000000000 +0200
93970 +++ powerpc.git/arch/powerpc/platforms/maple/pci.c 2008-04-19 16:40:52.000000000 +0200
93971 @@ -592,50 +592,3 @@
93972 }
93973 return irq;
93974 }
93975 -
93976 -/* XXX: To remove once all firmwares are ok */
93977 -static void fixup_maple_ide(struct pci_dev* dev)
93978 -{
93979 - if (!machine_is(maple))
93980 - return;
93981 -
93982 -#if 0 /* Enable this to enable IDE port 0 */
93983 - {
93984 - u8 v;
93985 -
93986 - pci_read_config_byte(dev, 0x40, &v);
93987 - v |= 2;
93988 - pci_write_config_byte(dev, 0x40, v);
93989 - }
93990 -#endif
93991 -#if 0 /* fix bus master base */
93992 - pci_write_config_dword(dev, 0x20, 0xcc01);
93993 - printk("old ide resource: %lx -> %lx \n",
93994 - dev->resource[4].start, dev->resource[4].end);
93995 - dev->resource[4].start = 0xcc00;
93996 - dev->resource[4].end = 0xcc10;
93997 -#endif
93998 -#if 0 /* Enable this to fixup IDE sense/polarity of irqs in IO-APICs */
93999 - {
94000 - struct pci_dev *apicdev;
94001 - u32 v;
94002 -
94003 - apicdev = pci_get_slot (dev->bus, PCI_DEVFN(5,0));
94004 - if (apicdev == NULL)
94005 - printk("IDE Fixup IRQ: Can't find IO-APIC !\n");
94006 - else {
94007 - pci_write_config_byte(apicdev, 0xf2, 0x10 + 2*14);
94008 - pci_read_config_dword(apicdev, 0xf4, &v);
94009 - v &= ~0x00000022;
94010 - pci_write_config_dword(apicdev, 0xf4, v);
94011 - pci_write_config_byte(apicdev, 0xf2, 0x10 + 2*15);
94012 - pci_read_config_dword(apicdev, 0xf4, &v);
94013 - v &= ~0x00000022;
94014 - pci_write_config_dword(apicdev, 0xf4, v);
94015 - pci_dev_put(apicdev);
94016 - }
94017 - }
94018 -#endif
94019 -}
94020 -DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8111_IDE,
94021 - fixup_maple_ide);
94022 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/maple/setup.c powerpc.git/arch/powerpc/platforms/maple/setup.c
94023 --- linux-2.6.25-rc9/arch/powerpc/platforms/maple/setup.c 2008-04-11 22:32:29.000000000 +0200
94024 +++ powerpc.git/arch/powerpc/platforms/maple/setup.c 2008-04-19 16:40:52.000000000 +0200
94025 @@ -43,6 +43,7 @@
94026 #include <linux/smp.h>
94027 #include <linux/bitops.h>
94028 #include <linux/of_device.h>
94029 +#include <linux/lmb.h>
94030
94031 #include <asm/processor.h>
94032 #include <asm/sections.h>
94033 @@ -57,7 +58,6 @@
94034 #include <asm/dma.h>
94035 #include <asm/cputable.h>
94036 #include <asm/time.h>
94037 -#include <asm/lmb.h>
94038 #include <asm/mpic.h>
94039 #include <asm/rtas.h>
94040 #include <asm/udbg.h>
94041 @@ -319,7 +319,7 @@
94042 return 1;
94043 }
94044
94045 -define_machine(maple_md) {
94046 +define_machine(maple) {
94047 .name = "Maple",
94048 .probe = maple_probe,
94049 .setup_arch = maple_setup_arch,
94050 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
94051 --- linux-2.6.25-rc9/arch/powerpc/platforms/pasemi/dma_lib.c 2008-04-11 22:32:29.000000000 +0200
94052 +++ powerpc.git/arch/powerpc/platforms/pasemi/dma_lib.c 2008-03-17 14:03:32.000000000 +0100
94053 @@ -17,6 +17,7 @@
94054 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
94055 */
94056
94057 +#include <linux/kernel.h>
94058 #include <linux/init.h>
94059 #include <linux/module.h>
94060 #include <linux/pci.h>
94061 @@ -26,6 +27,8 @@
94062
94063 #define MAX_TXCH 64
94064 #define MAX_RXCH 64
94065 +#define MAX_FLAGS 64
94066 +#define MAX_FUN 8
94067
94068 static struct pasdma_status *dma_status;
94069
94070 @@ -43,6 +46,8 @@
94071
94072 static DECLARE_BITMAP(txch_free, MAX_TXCH);
94073 static DECLARE_BITMAP(rxch_free, MAX_RXCH);
94074 +static DECLARE_BITMAP(flags_free, MAX_FLAGS);
94075 +static DECLARE_BITMAP(fun_free, MAX_FUN);
94076
94077 /* pasemi_read_iob_reg - read IOB register
94078 * @reg: Register to read (offset into PCI CFG space)
94079 @@ -373,6 +378,106 @@
94080 }
94081 EXPORT_SYMBOL(pasemi_dma_free_buf);
94082
94083 +/* pasemi_dma_alloc_flag - Allocate a flag (event) for channel syncronization
94084 + *
94085 + * Allocates a flag for use with channel syncronization (event descriptors).
94086 + * Returns allocated flag (0-63), < 0 on error.
94087 + */
94088 +int pasemi_dma_alloc_flag(void)
94089 +{
94090 + int bit;
94091 +
94092 +retry:
94093 + bit = find_next_bit(flags_free, MAX_FLAGS, 0);
94094 + if (bit >= MAX_FLAGS)
94095 + return -ENOSPC;
94096 + if (!test_and_clear_bit(bit, flags_free))
94097 + goto retry;
94098 +
94099 + return bit;
94100 +}
94101 +EXPORT_SYMBOL(pasemi_dma_alloc_flag);
94102 +
94103 +
94104 +/* pasemi_dma_free_flag - Deallocates a flag (event)
94105 + * @flag: Flag number to deallocate
94106 + *
94107 + * Frees up a flag so it can be reused for other purposes.
94108 + */
94109 +void pasemi_dma_free_flag(int flag)
94110 +{
94111 + BUG_ON(test_bit(flag, flags_free));
94112 + BUG_ON(flag >= MAX_FLAGS);
94113 + set_bit(flag, flags_free);
94114 +}
94115 +EXPORT_SYMBOL(pasemi_dma_free_flag);
94116 +
94117 +
94118 +/* pasemi_dma_set_flag - Sets a flag (event) to 1
94119 + * @flag: Flag number to set active
94120 + *
94121 + * Sets the flag provided to 1.
94122 + */
94123 +void pasemi_dma_set_flag(int flag)
94124 +{
94125 + BUG_ON(flag >= MAX_FLAGS);
94126 + if (flag < 32)
94127 + pasemi_write_dma_reg(PAS_DMA_TXF_SFLG0, 1 << flag);
94128 + else
94129 + pasemi_write_dma_reg(PAS_DMA_TXF_SFLG1, 1 << flag);
94130 +}
94131 +EXPORT_SYMBOL(pasemi_dma_set_flag);
94132 +
94133 +/* pasemi_dma_clear_flag - Sets a flag (event) to 0
94134 + * @flag: Flag number to set inactive
94135 + *
94136 + * Sets the flag provided to 0.
94137 + */
94138 +void pasemi_dma_clear_flag(int flag)
94139 +{
94140 + BUG_ON(flag >= MAX_FLAGS);
94141 + if (flag < 32)
94142 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG0, 1 << flag);
94143 + else
94144 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG1, 1 << flag);
94145 +}
94146 +EXPORT_SYMBOL(pasemi_dma_clear_flag);
94147 +
94148 +/* pasemi_dma_alloc_fun - Allocate a function engine
94149 + *
94150 + * Allocates a function engine to use for crypto/checksum offload
94151 + * Returns allocated engine (0-8), < 0 on error.
94152 + */
94153 +int pasemi_dma_alloc_fun(void)
94154 +{
94155 + int bit;
94156 +
94157 +retry:
94158 + bit = find_next_bit(fun_free, MAX_FLAGS, 0);
94159 + if (bit >= MAX_FLAGS)
94160 + return -ENOSPC;
94161 + if (!test_and_clear_bit(bit, fun_free))
94162 + goto retry;
94163 +
94164 + return bit;
94165 +}
94166 +EXPORT_SYMBOL(pasemi_dma_alloc_fun);
94167 +
94168 +
94169 +/* pasemi_dma_free_fun - Deallocates a function engine
94170 + * @flag: Engine number to deallocate
94171 + *
94172 + * Frees up a function engine so it can be used for other purposes.
94173 + */
94174 +void pasemi_dma_free_fun(int fun)
94175 +{
94176 + BUG_ON(test_bit(fun, fun_free));
94177 + BUG_ON(fun >= MAX_FLAGS);
94178 + set_bit(fun, fun_free);
94179 +}
94180 +EXPORT_SYMBOL(pasemi_dma_free_fun);
94181 +
94182 +
94183 static void *map_onedev(struct pci_dev *p, int index)
94184 {
94185 struct device_node *dn;
94186 @@ -410,6 +515,7 @@
94187 struct resource res;
94188 struct device_node *dn;
94189 int i, intf, err = 0;
94190 + unsigned long timeout;
94191 u32 tmp;
94192
94193 if (!machine_is(pasemi))
94194 @@ -478,6 +584,44 @@
94195 for (i = 0; i < MAX_RXCH; i++)
94196 __set_bit(i, rxch_free);
94197
94198 + timeout = jiffies + HZ;
94199 + pasemi_write_dma_reg(PAS_DMA_COM_RXCMD, 0);
94200 + while (pasemi_read_dma_reg(PAS_DMA_COM_RXSTA) & 1) {
94201 + if (time_after(jiffies, timeout)) {
94202 + pr_warning("Warning: Could not disable RX section\n");
94203 + break;
94204 + }
94205 + }
94206 +
94207 + timeout = jiffies + HZ;
94208 + pasemi_write_dma_reg(PAS_DMA_COM_TXCMD, 0);
94209 + while (pasemi_read_dma_reg(PAS_DMA_COM_TXSTA) & 1) {
94210 + if (time_after(jiffies, timeout)) {
94211 + pr_warning("Warning: Could not disable TX section\n");
94212 + break;
94213 + }
94214 + }
94215 +
94216 + /* setup resource allocations for the different DMA sections */
94217 + tmp = pasemi_read_dma_reg(PAS_DMA_COM_CFG);
94218 + pasemi_write_dma_reg(PAS_DMA_COM_CFG, tmp | 0x18000000);
94219 +
94220 + /* enable tx section */
94221 + pasemi_write_dma_reg(PAS_DMA_COM_TXCMD, PAS_DMA_COM_TXCMD_EN);
94222 +
94223 + /* enable rx section */
94224 + pasemi_write_dma_reg(PAS_DMA_COM_RXCMD, PAS_DMA_COM_RXCMD_EN);
94225 +
94226 + for (i = 0; i < MAX_FLAGS; i++)
94227 + __set_bit(i, flags_free);
94228 +
94229 + for (i = 0; i < MAX_FUN; i++)
94230 + __set_bit(i, fun_free);
94231 +
94232 + /* clear all status flags */
94233 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG0, 0xffffffff);
94234 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG1, 0xffffffff);
94235 +
94236 printk(KERN_INFO "PA Semi PWRficient DMA library initialized "
94237 "(%d tx, %d rx channels)\n", num_txch, num_rxch);
94238
94239 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pasemi/iommu.c powerpc.git/arch/powerpc/platforms/pasemi/iommu.c
94240 --- linux-2.6.25-rc9/arch/powerpc/platforms/pasemi/iommu.c 2008-04-11 22:32:29.000000000 +0200
94241 +++ powerpc.git/arch/powerpc/platforms/pasemi/iommu.c 2008-04-19 16:40:52.000000000 +0200
94242 @@ -1,5 +1,5 @@
94243 /*
94244 - * Copyright (C) 2005-2007, PA Semi, Inc
94245 + * Copyright (C) 2005-2008, PA Semi, Inc
94246 *
94247 * Maintained by: Olof Johansson <olof@lixom.net>
94248 *
94249 @@ -27,7 +27,6 @@
94250 #include <asm/abs_addr.h>
94251 #include <asm/firmware.h>
94252
94253 -
94254 #define IOBMAP_PAGE_SHIFT 12
94255 #define IOBMAP_PAGE_SIZE (1 << IOBMAP_PAGE_SHIFT)
94256 #define IOBMAP_PAGE_MASK (IOBMAP_PAGE_SIZE - 1)
94257 @@ -35,13 +34,13 @@
94258 #define IOB_BASE 0xe0000000
94259 #define IOB_SIZE 0x3000
94260 /* Configuration registers */
94261 -#define IOBCAP_REG 0x10
94262 -#define IOBCOM_REG 0x40
94263 +#define IOBCAP_REG 0x40
94264 +#define IOBCOM_REG 0x100
94265 /* Enable IOB address translation */
94266 #define IOBCOM_ATEN 0x00000100
94267
94268 /* Address decode configuration register */
94269 -#define IOB_AD_REG 0x53
94270 +#define IOB_AD_REG 0x14c
94271 /* IOBCOM_AD_REG fields */
94272 #define IOB_AD_VGPRT 0x00000e00
94273 #define IOB_AD_VGAEN 0x00000100
94274 @@ -56,13 +55,13 @@
94275 #define IOB_AD_TRNG_2G 0x00000001
94276 #define IOB_AD_TRNG_128G 0x00000003
94277
94278 -#define IOB_TABLEBASE_REG 0x55
94279 +#define IOB_TABLEBASE_REG 0x154
94280
94281 /* Base of the 64 4-byte L1 registers */
94282 -#define IOB_XLT_L1_REGBASE 0xac0
94283 +#define IOB_XLT_L1_REGBASE 0x2b00
94284
94285 /* Register to invalidate TLB entries */
94286 -#define IOB_AT_INVAL_TLB_REG 0xb40
94287 +#define IOB_AT_INVAL_TLB_REG 0x2d00
94288
94289 /* The top two bits of the level 1 entry contains valid and type flags */
94290 #define IOBMAP_L1E_V 0x40000000
94291 @@ -76,7 +75,7 @@
94292 #define IOBMAP_L2E_V 0x80000000
94293 #define IOBMAP_L2E_V_CACHED 0xc0000000
94294
94295 -static u32 __iomem *iob;
94296 +static void __iomem *iob;
94297 static u32 iob_l1_emptyval;
94298 static u32 iob_l2_emptyval;
94299 static u32 *iob_l2_base;
94300 @@ -219,7 +218,7 @@
94301 for (i = 0; i < 64; i++) {
94302 /* Each L1 covers 32MB, i.e. 8K entries = 32K of ram */
94303 regword = IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12);
94304 - out_le32(iob+IOB_XLT_L1_REGBASE+i, regword);
94305 + out_le32(iob+IOB_XLT_L1_REGBASE+i*4, regword);
94306 }
94307
94308 /* set 2GB translation window, based at 0 */
94309 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/powermac/setup.c powerpc.git/arch/powerpc/platforms/powermac/setup.c
94310 --- linux-2.6.25-rc9/arch/powerpc/platforms/powermac/setup.c 2008-04-11 22:32:29.000000000 +0200
94311 +++ powerpc.git/arch/powerpc/platforms/powermac/setup.c 2008-03-17 14:03:32.000000000 +0100
94312 @@ -53,6 +53,7 @@
94313 #include <linux/suspend.h>
94314 #include <linux/of_device.h>
94315 #include <linux/of_platform.h>
94316 +#include <linux/lmb.h>
94317
94318 #include <asm/reg.h>
94319 #include <asm/sections.h>
94320 @@ -74,7 +75,6 @@
94321 #include <asm/iommu.h>
94322 #include <asm/smu.h>
94323 #include <asm/pmc.h>
94324 -#include <asm/lmb.h>
94325 #include <asm/udbg.h>
94326
94327 #include "pmac.h"
94328 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
94329 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/device-init.c 2008-04-11 22:32:29.000000000 +0200
94330 +++ powerpc.git/arch/powerpc/platforms/ps3/device-init.c 2008-04-19 16:40:52.000000000 +0200
94331 @@ -499,41 +499,14 @@
94332 }
94333
94334 /**
94335 - * ps3_register_repository_device - Register a device from the repositiory info.
94336 - *
94337 + * ps3_setup_dynamic_device - Setup a dynamic device from the repository
94338 */
94339
94340 -static int ps3_register_repository_device(
94341 - const struct ps3_repository_device *repo)
94342 +static int ps3_setup_dynamic_device(const struct ps3_repository_device *repo)
94343 {
94344 int result;
94345
94346 switch (repo->dev_type) {
94347 - case PS3_DEV_TYPE_SB_GELIC:
94348 - result = ps3_setup_gelic_device(repo);
94349 - if (result) {
94350 - pr_debug("%s:%d ps3_setup_gelic_device failed\n",
94351 - __func__, __LINE__);
94352 - }
94353 - break;
94354 - case PS3_DEV_TYPE_SB_USB:
94355 -
94356 - /* Each USB device has both an EHCI and an OHCI HC */
94357 -
94358 - result = ps3_setup_ehci_device(repo);
94359 -
94360 - if (result) {
94361 - pr_debug("%s:%d ps3_setup_ehci_device failed\n",
94362 - __func__, __LINE__);
94363 - }
94364 -
94365 - result = ps3_setup_ohci_device(repo);
94366 -
94367 - if (result) {
94368 - pr_debug("%s:%d ps3_setup_ohci_device failed\n",
94369 - __func__, __LINE__);
94370 - }
94371 - break;
94372 case PS3_DEV_TYPE_STOR_DISK:
94373 result = ps3_setup_storage_dev(repo, PS3_MATCH_ID_STOR_DISK);
94374
94375 @@ -572,6 +545,48 @@
94376 return result;
94377 }
94378
94379 +/**
94380 + * ps3_setup_static_device - Setup a static device from the repository
94381 + */
94382 +
94383 +static int __init ps3_setup_static_device(const struct ps3_repository_device *repo)
94384 +{
94385 + int result;
94386 +
94387 + switch (repo->dev_type) {
94388 + case PS3_DEV_TYPE_SB_GELIC:
94389 + result = ps3_setup_gelic_device(repo);
94390 + if (result) {
94391 + pr_debug("%s:%d ps3_setup_gelic_device failed\n",
94392 + __func__, __LINE__);
94393 + }
94394 + break;
94395 + case PS3_DEV_TYPE_SB_USB:
94396 +
94397 + /* Each USB device has both an EHCI and an OHCI HC */
94398 +
94399 + result = ps3_setup_ehci_device(repo);
94400 +
94401 + if (result) {
94402 + pr_debug("%s:%d ps3_setup_ehci_device failed\n",
94403 + __func__, __LINE__);
94404 + }
94405 +
94406 + result = ps3_setup_ohci_device(repo);
94407 +
94408 + if (result) {
94409 + pr_debug("%s:%d ps3_setup_ohci_device failed\n",
94410 + __func__, __LINE__);
94411 + }
94412 + break;
94413 +
94414 + default:
94415 + return ps3_setup_dynamic_device(repo);
94416 + }
94417 +
94418 + return result;
94419 +}
94420 +
94421 static void ps3_find_and_add_device(u64 bus_id, u64 dev_id)
94422 {
94423 struct ps3_repository_device repo;
94424 @@ -601,7 +616,7 @@
94425 pr_debug("%s:%u: device %lu:%lu found after %u retries\n",
94426 __func__, __LINE__, bus_id, dev_id, retries);
94427
94428 - ps3_register_repository_device(&repo);
94429 + ps3_setup_dynamic_device(&repo);
94430 return;
94431 }
94432
94433 @@ -905,8 +920,7 @@
94434
94435 ps3_register_graphics_devices();
94436
94437 - ps3_repository_find_devices(PS3_BUS_TYPE_SB,
94438 - ps3_register_repository_device);
94439 + ps3_repository_find_devices(PS3_BUS_TYPE_SB, ps3_setup_static_device);
94440
94441 ps3_register_sound_devices();
94442
94443 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/htab.c powerpc.git/arch/powerpc/platforms/ps3/htab.c
94444 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/htab.c 2008-04-11 22:32:29.000000000 +0200
94445 +++ powerpc.git/arch/powerpc/platforms/ps3/htab.c 2008-03-17 14:03:32.000000000 +0100
94446 @@ -19,9 +19,10 @@
94447 */
94448
94449 #include <linux/kernel.h>
94450 +#include <linux/lmb.h>
94451
94452 #include <asm/machdep.h>
94453 -#include <asm/lmb.h>
94454 +#include <asm/prom.h>
94455 #include <asm/udbg.h>
94456 #include <asm/lv1call.h>
94457 #include <asm/ps3fb.h>
94458 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/interrupt.c powerpc.git/arch/powerpc/platforms/ps3/interrupt.c
94459 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/interrupt.c 2008-04-11 22:32:29.000000000 +0200
94460 +++ powerpc.git/arch/powerpc/platforms/ps3/interrupt.c 2008-04-19 16:40:52.000000000 +0200
94461 @@ -709,7 +709,7 @@
94462 asm volatile("cntlzd %0,%1" : "=r" (plug) : "r" (x));
94463 plug &= 0x3f;
94464
94465 - if (unlikely(plug) == NO_IRQ) {
94466 + if (unlikely(plug == NO_IRQ)) {
94467 pr_debug("%s:%d: no plug found: thread_id %lu\n", __func__,
94468 __LINE__, pd->thread_id);
94469 dump_bmp(&per_cpu(ps3_private, 0));
94470 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/mm.c powerpc.git/arch/powerpc/platforms/ps3/mm.c
94471 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/mm.c 2008-04-11 22:32:29.000000000 +0200
94472 +++ powerpc.git/arch/powerpc/platforms/ps3/mm.c 2008-03-17 14:03:32.000000000 +0100
94473 @@ -21,9 +21,10 @@
94474 #include <linux/kernel.h>
94475 #include <linux/module.h>
94476 #include <linux/memory_hotplug.h>
94477 +#include <linux/lmb.h>
94478
94479 #include <asm/firmware.h>
94480 -#include <asm/lmb.h>
94481 +#include <asm/prom.h>
94482 #include <asm/udbg.h>
94483 #include <asm/lv1call.h>
94484
94485 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
94486 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/os-area.c 2008-04-11 22:32:29.000000000 +0200
94487 +++ powerpc.git/arch/powerpc/platforms/ps3/os-area.c 2008-03-17 14:03:32.000000000 +0100
94488 @@ -24,8 +24,9 @@
94489 #include <linux/fs.h>
94490 #include <linux/syscalls.h>
94491 #include <linux/ctype.h>
94492 +#include <linux/lmb.h>
94493
94494 -#include <asm/lmb.h>
94495 +#include <asm/prom.h>
94496
94497 #include "platform.h"
94498
94499 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/setup.c powerpc.git/arch/powerpc/platforms/ps3/setup.c
94500 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/setup.c 2008-04-11 22:32:29.000000000 +0200
94501 +++ powerpc.git/arch/powerpc/platforms/ps3/setup.c 2008-04-19 16:40:52.000000000 +0200
94502 @@ -95,6 +95,14 @@
94503 ps3_sys_manager_power_off(); /* never returns */
94504 }
94505
94506 +static void ps3_halt(void)
94507 +{
94508 + DBG("%s:%d\n", __func__, __LINE__);
94509 +
94510 + smp_send_stop();
94511 + ps3_sys_manager_halt(); /* never returns */
94512 +}
94513 +
94514 static void ps3_panic(char *str)
94515 {
94516 DBG("%s:%d %s\n", __func__, __LINE__, str);
94517 @@ -105,7 +113,8 @@
94518 printk(" Please press POWER button.\n");
94519 printk("\n");
94520
94521 - while(1);
94522 + while(1)
94523 + lv1_pause(1);
94524 }
94525
94526 #if defined(CONFIG_FB_PS3) || defined(CONFIG_FB_PS3_MODULE) || \
94527 @@ -117,7 +126,7 @@
94528
94529 p->address = __alloc_bootmem(p->size, p->align, __pa(MAX_DMA_ADDRESS));
94530 if (!p->address) {
94531 - printk(KERN_ERR "%s: Cannot allocate %s\n", __FUNCTION__,
94532 + printk(KERN_ERR "%s: Cannot allocate %s\n", __func__,
94533 p->name);
94534 return;
94535 }
94536 @@ -266,6 +275,7 @@
94537 .progress = ps3_progress,
94538 .restart = ps3_restart,
94539 .power_off = ps3_power_off,
94540 + .halt = ps3_halt,
94541 #if defined(CONFIG_KEXEC)
94542 .kexec_cpu_down = ps3_kexec_cpu_down,
94543 .machine_kexec = default_machine_kexec,
94544 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/ps3/spu.c powerpc.git/arch/powerpc/platforms/ps3/spu.c
94545 --- linux-2.6.25-rc9/arch/powerpc/platforms/ps3/spu.c 2008-04-11 22:32:29.000000000 +0200
94546 +++ powerpc.git/arch/powerpc/platforms/ps3/spu.c 2008-04-19 16:40:52.000000000 +0200
94547 @@ -27,6 +27,7 @@
94548 #include <asm/spu.h>
94549 #include <asm/spu_priv1.h>
94550 #include <asm/lv1call.h>
94551 +#include <asm/ps3.h>
94552
94553 #include "../cell/spufs/spufs.h"
94554 #include "platform.h"
94555 @@ -140,6 +141,12 @@
94556 pr_debug("%s:%d: shadow: %lxh\n", func, line, shadow);
94557 }
94558
94559 +inline u64 ps3_get_spe_id(void *arg)
94560 +{
94561 + return spu_pdata(arg)->spe_id;
94562 +}
94563 +EXPORT_SYMBOL_GPL(ps3_get_spe_id);
94564 +
94565 static unsigned long get_vas_id(void)
94566 {
94567 unsigned long id;
94568 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/Makefile powerpc.git/arch/powerpc/platforms/pseries/Makefile
94569 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/Makefile 2008-04-11 22:32:29.000000000 +0200
94570 +++ powerpc.git/arch/powerpc/platforms/pseries/Makefile 2008-04-19 16:40:52.000000000 +0200
94571 @@ -18,3 +18,4 @@
94572 obj-$(CONFIG_HVC_CONSOLE) += hvconsole.o
94573 obj-$(CONFIG_HVCS) += hvcserver.o
94574 obj-$(CONFIG_HCALL_STATS) += hvCall_inst.o
94575 +obj-$(CONFIG_PHYP_DUMP) += phyp_dump.o
94576 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/eeh.c powerpc.git/arch/powerpc/platforms/pseries/eeh.c
94577 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/eeh.c 2008-04-11 22:32:29.000000000 +0200
94578 +++ powerpc.git/arch/powerpc/platforms/pseries/eeh.c 2008-04-19 16:40:52.000000000 +0200
94579 @@ -945,7 +945,6 @@
94580 unsigned int rets[3];
94581 struct eeh_early_enable_info *info = data;
94582 int ret;
94583 - const char *status = of_get_property(dn, "status", NULL);
94584 const u32 *class_code = of_get_property(dn, "class-code", NULL);
94585 const u32 *vendor_id = of_get_property(dn, "vendor-id", NULL);
94586 const u32 *device_id = of_get_property(dn, "device-id", NULL);
94587 @@ -959,8 +958,8 @@
94588 pdn->eeh_freeze_count = 0;
94589 pdn->eeh_false_positives = 0;
94590
94591 - if (status && strncmp(status, "ok", 2) != 0)
94592 - return NULL; /* ignore devices with bad status */
94593 + if (!of_device_is_available(dn))
94594 + return NULL;
94595
94596 /* Ignore bad nodes. */
94597 if (!class_code || !vendor_id || !device_id)
94598 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/lpar.c powerpc.git/arch/powerpc/platforms/pseries/lpar.c
94599 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/lpar.c 2008-04-11 22:32:29.000000000 +0200
94600 +++ powerpc.git/arch/powerpc/platforms/pseries/lpar.c 2008-04-19 16:40:52.000000000 +0200
94601 @@ -40,6 +40,7 @@
94602 #include <asm/smp.h>
94603
94604 #include "plpar_wrappers.h"
94605 +#include "pseries.h"
94606
94607 #ifdef DEBUG_LOW
94608 #define DBG_LOW(fmt...) do { udbg_printf(fmt); } while(0)
94609 @@ -203,7 +204,6 @@
94610 struct device_node *stdout_node;
94611 const u32 *termno;
94612 const char *name;
94613 - int add_console;
94614
94615 /* find the boot console from /chosen/stdout */
94616 if (!of_chosen)
94617 @@ -219,8 +219,6 @@
94618 printk(KERN_WARNING "stdout node missing 'name' property!\n");
94619 goto out;
94620 }
94621 - /* The user has requested a console so this is already set up. */
94622 - add_console = !strstr(cmd_line, "console=");
94623
94624 /* Check if it's a virtual terminal */
94625 if (strncmp(name, "vty", 3) != 0)
94626 @@ -234,15 +232,13 @@
94627 udbg_putc = udbg_putcLP;
94628 udbg_getc = udbg_getcLP;
94629 udbg_getc_poll = udbg_getc_pollLP;
94630 - if (add_console)
94631 - add_preferred_console("hvc", termno[0] & 0xff, NULL);
94632 + add_preferred_console("hvc", termno[0] & 0xff, NULL);
94633 } else if (of_device_is_compatible(stdout_node, "hvterm-protocol")) {
94634 vtermno = termno[0];
94635 udbg_putc = udbg_hvsi_putc;
94636 udbg_getc = udbg_hvsi_getc;
94637 udbg_getc_poll = udbg_hvsi_getc_poll;
94638 - if (add_console)
94639 - add_preferred_console("hvsi", termno[0] & 0xff, NULL);
94640 + add_preferred_console("hvsi", termno[0] & 0xff, NULL);
94641 }
94642 out:
94643 of_node_put(stdout_node);
94644 @@ -520,6 +516,20 @@
94645 BUG_ON(lpar_rc != H_SUCCESS);
94646 }
94647
94648 +static void pSeries_lpar_hpte_removebolted(unsigned long ea,
94649 + int psize, int ssize)
94650 +{
94651 + unsigned long slot, vsid, va;
94652 +
94653 + vsid = get_kernel_vsid(ea, ssize);
94654 + va = hpt_va(ea, vsid, ssize);
94655 +
94656 + slot = pSeries_lpar_hpte_find(va, psize, ssize);
94657 + BUG_ON(slot == -1);
94658 +
94659 + pSeries_lpar_hpte_invalidate(slot, va, psize, ssize, 0);
94660 +}
94661 +
94662 /* Flag bits for H_BULK_REMOVE */
94663 #define HBR_REQUEST 0x4000000000000000UL
94664 #define HBR_RESPONSE 0x8000000000000000UL
94665 @@ -597,6 +607,7 @@
94666 ppc_md.hpte_updateboltedpp = pSeries_lpar_hpte_updateboltedpp;
94667 ppc_md.hpte_insert = pSeries_lpar_hpte_insert;
94668 ppc_md.hpte_remove = pSeries_lpar_hpte_remove;
94669 + ppc_md.hpte_removebolted = pSeries_lpar_hpte_removebolted;
94670 ppc_md.flush_hash_range = pSeries_lpar_flush_hash_range;
94671 ppc_md.hpte_clear_all = pSeries_lpar_hptab_clear;
94672 }
94673 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
94674 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/pci_dlpar.c 2008-04-11 22:32:29.000000000 +0200
94675 +++ powerpc.git/arch/powerpc/platforms/pseries/pci_dlpar.c 2008-04-19 16:40:52.000000000 +0200
94676 @@ -123,7 +123,7 @@
94677 /* Add to children of PCI bridge dev->bus */
94678 child_bus = pci_add_new_bus(dev->bus, dev, sec_busno);
94679 if (!child_bus) {
94680 - printk (KERN_ERR "%s: could not add second bus\n", __FUNCTION__);
94681 + printk (KERN_ERR "%s: could not add second bus\n", __func__);
94682 return -EIO;
94683 }
94684 sprintf(child_bus->name, "PCI Bus #%02x", child_bus->number);
94685 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
94686 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/phyp_dump.c 1970-01-01 01:00:00.000000000 +0100
94687 +++ powerpc.git/arch/powerpc/platforms/pseries/phyp_dump.c 2008-04-19 16:40:52.000000000 +0200
94688 @@ -0,0 +1,507 @@
94689 +/*
94690 + * Hypervisor-assisted dump
94691 + *
94692 + * Linas Vepstas, Manish Ahuja 2008
94693 + * Copyright 2008 IBM Corp.
94694 + *
94695 + * This program is free software; you can redistribute it and/or
94696 + * modify it under the terms of the GNU General Public License
94697 + * as published by the Free Software Foundation; either version
94698 + * 2 of the License, or (at your option) any later version.
94699 + *
94700 + */
94701 +
94702 +#include <linux/init.h>
94703 +#include <linux/kobject.h>
94704 +#include <linux/mm.h>
94705 +#include <linux/of.h>
94706 +#include <linux/pfn.h>
94707 +#include <linux/swap.h>
94708 +#include <linux/sysfs.h>
94709 +
94710 +#include <asm/page.h>
94711 +#include <asm/phyp_dump.h>
94712 +#include <asm/machdep.h>
94713 +#include <asm/prom.h>
94714 +#include <asm/rtas.h>
94715 +
94716 +/* Variables, used to communicate data between early boot and late boot */
94717 +static struct phyp_dump phyp_dump_vars;
94718 +struct phyp_dump *phyp_dump_info = &phyp_dump_vars;
94719 +
94720 +static int ibm_configure_kernel_dump;
94721 +/* ------------------------------------------------- */
94722 +/* RTAS interfaces to declare the dump regions */
94723 +
94724 +struct dump_section {
94725 + u32 dump_flags;
94726 + u16 source_type;
94727 + u16 error_flags;
94728 + u64 source_address;
94729 + u64 source_length;
94730 + u64 length_copied;
94731 + u64 destination_address;
94732 +};
94733 +
94734 +struct phyp_dump_header {
94735 + u32 version;
94736 + u16 num_of_sections;
94737 + u16 status;
94738 +
94739 + u32 first_offset_section;
94740 + u32 dump_disk_section;
94741 + u64 block_num_dd;
94742 + u64 num_of_blocks_dd;
94743 + u32 offset_dd;
94744 + u32 maxtime_to_auto;
94745 + /* No dump disk path string used */
94746 +
94747 + struct dump_section cpu_data;
94748 + struct dump_section hpte_data;
94749 + struct dump_section kernel_data;
94750 +};
94751 +
94752 +/* The dump header *must be* in low memory, so .bss it */
94753 +static struct phyp_dump_header phdr;
94754 +
94755 +#define NUM_DUMP_SECTIONS 3
94756 +#define DUMP_HEADER_VERSION 0x1
94757 +#define DUMP_REQUEST_FLAG 0x1
94758 +#define DUMP_SOURCE_CPU 0x0001
94759 +#define DUMP_SOURCE_HPTE 0x0002
94760 +#define DUMP_SOURCE_RMO 0x0011
94761 +#define DUMP_ERROR_FLAG 0x2000
94762 +#define DUMP_TRIGGERED 0x4000
94763 +#define DUMP_PERFORMED 0x8000
94764 +
94765 +
94766 +/**
94767 + * init_dump_header() - initialize the header declaring a dump
94768 + * Returns: length of dump save area.
94769 + *
94770 + * When the hypervisor saves crashed state, it needs to put
94771 + * it somewhere. The dump header tells the hypervisor where
94772 + * the data can be saved.
94773 + */
94774 +static unsigned long init_dump_header(struct phyp_dump_header *ph)
94775 +{
94776 + unsigned long addr_offset = 0;
94777 +
94778 + /* Set up the dump header */
94779 + ph->version = DUMP_HEADER_VERSION;
94780 + ph->num_of_sections = NUM_DUMP_SECTIONS;
94781 + ph->status = 0;
94782 +
94783 + ph->first_offset_section =
94784 + (u32)offsetof(struct phyp_dump_header, cpu_data);
94785 + ph->dump_disk_section = 0;
94786 + ph->block_num_dd = 0;
94787 + ph->num_of_blocks_dd = 0;
94788 + ph->offset_dd = 0;
94789 +
94790 + ph->maxtime_to_auto = 0; /* disabled */
94791 +
94792 + /* The first two sections are mandatory */
94793 + ph->cpu_data.dump_flags = DUMP_REQUEST_FLAG;
94794 + ph->cpu_data.source_type = DUMP_SOURCE_CPU;
94795 + ph->cpu_data.source_address = 0;
94796 + ph->cpu_data.source_length = phyp_dump_info->cpu_state_size;
94797 + ph->cpu_data.destination_address = addr_offset;
94798 + addr_offset += phyp_dump_info->cpu_state_size;
94799 +
94800 + ph->hpte_data.dump_flags = DUMP_REQUEST_FLAG;
94801 + ph->hpte_data.source_type = DUMP_SOURCE_HPTE;
94802 + ph->hpte_data.source_address = 0;
94803 + ph->hpte_data.source_length = phyp_dump_info->hpte_region_size;
94804 + ph->hpte_data.destination_address = addr_offset;
94805 + addr_offset += phyp_dump_info->hpte_region_size;
94806 +
94807 + /* This section describes the low kernel region */
94808 + ph->kernel_data.dump_flags = DUMP_REQUEST_FLAG;
94809 + ph->kernel_data.source_type = DUMP_SOURCE_RMO;
94810 + ph->kernel_data.source_address = PHYP_DUMP_RMR_START;
94811 + ph->kernel_data.source_length = PHYP_DUMP_RMR_END;
94812 + ph->kernel_data.destination_address = addr_offset;
94813 + addr_offset += ph->kernel_data.source_length;
94814 +
94815 + return addr_offset;
94816 +}
94817 +
94818 +static void print_dump_header(const struct phyp_dump_header *ph)
94819 +{
94820 +#ifdef DEBUG
94821 + printk(KERN_INFO "dump header:\n");
94822 + /* setup some ph->sections required */
94823 + printk(KERN_INFO "version = %d\n", ph->version);
94824 + printk(KERN_INFO "Sections = %d\n", ph->num_of_sections);
94825 + printk(KERN_INFO "Status = 0x%x\n", ph->status);
94826 +
94827 + /* No ph->disk, so all should be set to 0 */
94828 + printk(KERN_INFO "Offset to first section 0x%x\n",
94829 + ph->first_offset_section);
94830 + printk(KERN_INFO "dump disk sections should be zero\n");
94831 + printk(KERN_INFO "dump disk section = %d\n", ph->dump_disk_section);
94832 + printk(KERN_INFO "block num = %ld\n", ph->block_num_dd);
94833 + printk(KERN_INFO "number of blocks = %ld\n", ph->num_of_blocks_dd);
94834 + printk(KERN_INFO "dump disk offset = %d\n", ph->offset_dd);
94835 + printk(KERN_INFO "Max auto time= %d\n", ph->maxtime_to_auto);
94836 +
94837 + /*set cpu state and hpte states as well scratch pad area */
94838 + printk(KERN_INFO " CPU AREA \n");
94839 + printk(KERN_INFO "cpu dump_flags =%d\n", ph->cpu_data.dump_flags);
94840 + printk(KERN_INFO "cpu source_type =%d\n", ph->cpu_data.source_type);
94841 + printk(KERN_INFO "cpu error_flags =%d\n", ph->cpu_data.error_flags);
94842 + printk(KERN_INFO "cpu source_address =%lx\n",
94843 + ph->cpu_data.source_address);
94844 + printk(KERN_INFO "cpu source_length =%lx\n",
94845 + ph->cpu_data.source_length);
94846 + printk(KERN_INFO "cpu length_copied =%lx\n",
94847 + ph->cpu_data.length_copied);
94848 +
94849 + printk(KERN_INFO " HPTE AREA \n");
94850 + printk(KERN_INFO "HPTE dump_flags =%d\n", ph->hpte_data.dump_flags);
94851 + printk(KERN_INFO "HPTE source_type =%d\n", ph->hpte_data.source_type);
94852 + printk(KERN_INFO "HPTE error_flags =%d\n", ph->hpte_data.error_flags);
94853 + printk(KERN_INFO "HPTE source_address =%lx\n",
94854 + ph->hpte_data.source_address);
94855 + printk(KERN_INFO "HPTE source_length =%lx\n",
94856 + ph->hpte_data.source_length);
94857 + printk(KERN_INFO "HPTE length_copied =%lx\n",
94858 + ph->hpte_data.length_copied);
94859 +
94860 + printk(KERN_INFO " SRSD AREA \n");
94861 + printk(KERN_INFO "SRSD dump_flags =%d\n", ph->kernel_data.dump_flags);
94862 + printk(KERN_INFO "SRSD source_type =%d\n", ph->kernel_data.source_type);
94863 + printk(KERN_INFO "SRSD error_flags =%d\n", ph->kernel_data.error_flags);
94864 + printk(KERN_INFO "SRSD source_address =%lx\n",
94865 + ph->kernel_data.source_address);
94866 + printk(KERN_INFO "SRSD source_length =%lx\n",
94867 + ph->kernel_data.source_length);
94868 + printk(KERN_INFO "SRSD length_copied =%lx\n",
94869 + ph->kernel_data.length_copied);
94870 +#endif
94871 +}
94872 +
94873 +static ssize_t show_phyp_dump_active(struct kobject *kobj,
94874 + struct kobj_attribute *attr, char *buf)
94875 +{
94876 +
94877 + /* create filesystem entry so kdump is phyp-dump aware */
94878 + return sprintf(buf, "%lx\n", phyp_dump_info->phyp_dump_at_boot);
94879 +}
94880 +
94881 +static struct kobj_attribute pdl = __ATTR(phyp_dump_active, 0600,
94882 + show_phyp_dump_active,
94883 + NULL);
94884 +
94885 +static void register_dump_area(struct phyp_dump_header *ph, unsigned long addr)
94886 +{
94887 + int rc;
94888 +
94889 + /* Add addr value if not initialized before */
94890 + if (ph->cpu_data.destination_address == 0) {
94891 + ph->cpu_data.destination_address += addr;
94892 + ph->hpte_data.destination_address += addr;
94893 + ph->kernel_data.destination_address += addr;
94894 + }
94895 +
94896 + /* ToDo Invalidate kdump and free memory range. */
94897 +
94898 + do {
94899 + rc = rtas_call(ibm_configure_kernel_dump, 3, 1, NULL,
94900 + 1, ph, sizeof(struct phyp_dump_header));
94901 + } while (rtas_busy_delay(rc));
94902 +
94903 + if (rc) {
94904 + printk(KERN_ERR "phyp-dump: unexpected error (%d) on "
94905 + "register\n", rc);
94906 + print_dump_header(ph);
94907 + return;
94908 + }
94909 +
94910 + rc = sysfs_create_file(kernel_kobj, &pdl.attr);
94911 + if (rc)
94912 + printk(KERN_ERR "phyp-dump: unable to create sysfs"
94913 + " file (%d)\n", rc);
94914 +}
94915 +
94916 +static
94917 +void invalidate_last_dump(struct phyp_dump_header *ph, unsigned long addr)
94918 +{
94919 + int rc;
94920 +
94921 + /* Add addr value if not initialized before */
94922 + if (ph->cpu_data.destination_address == 0) {
94923 + ph->cpu_data.destination_address += addr;
94924 + ph->hpte_data.destination_address += addr;
94925 + ph->kernel_data.destination_address += addr;
94926 + }
94927 +
94928 + do {
94929 + rc = rtas_call(ibm_configure_kernel_dump, 3, 1, NULL,
94930 + 2, ph, sizeof(struct phyp_dump_header));
94931 + } while (rtas_busy_delay(rc));
94932 +
94933 + if (rc) {
94934 + printk(KERN_ERR "phyp-dump: unexpected error (%d) "
94935 + "on invalidate\n", rc);
94936 + print_dump_header(ph);
94937 + }
94938 +}
94939 +
94940 +/* ------------------------------------------------- */
94941 +/**
94942 + * release_memory_range -- release memory previously lmb_reserved
94943 + * @start_pfn: starting physical frame number
94944 + * @nr_pages: number of pages to free.
94945 + *
94946 + * This routine will release memory that had been previously
94947 + * lmb_reserved in early boot. The released memory becomes
94948 + * available for genreal use.
94949 + */
94950 +static void release_memory_range(unsigned long start_pfn,
94951 + unsigned long nr_pages)
94952 +{
94953 + struct page *rpage;
94954 + unsigned long end_pfn;
94955 + long i;
94956 +
94957 + end_pfn = start_pfn + nr_pages;
94958 +
94959 + for (i = start_pfn; i <= end_pfn; i++) {
94960 + rpage = pfn_to_page(i);
94961 + if (PageReserved(rpage)) {
94962 + ClearPageReserved(rpage);
94963 + init_page_count(rpage);
94964 + __free_page(rpage);
94965 + totalram_pages++;
94966 + }
94967 + }
94968 +}
94969 +
94970 +/**
94971 + * track_freed_range -- Counts the range being freed.
94972 + * Once the counter goes to zero, it re-registers dump for
94973 + * future use.
94974 + */
94975 +static void
94976 +track_freed_range(unsigned long addr, unsigned long length)
94977 +{
94978 + static unsigned long scratch_area_size, reserved_area_size;
94979 +
94980 + if (addr < phyp_dump_info->init_reserve_start)
94981 + return;
94982 +
94983 + if ((addr >= phyp_dump_info->init_reserve_start) &&
94984 + (addr <= phyp_dump_info->init_reserve_start +
94985 + phyp_dump_info->init_reserve_size))
94986 + reserved_area_size += length;
94987 +
94988 + if ((addr >= phyp_dump_info->reserved_scratch_addr) &&
94989 + (addr <= phyp_dump_info->reserved_scratch_addr +
94990 + phyp_dump_info->reserved_scratch_size))
94991 + scratch_area_size += length;
94992 +
94993 + if ((reserved_area_size == phyp_dump_info->init_reserve_size) &&
94994 + (scratch_area_size == phyp_dump_info->reserved_scratch_size)) {
94995 +
94996 + invalidate_last_dump(&phdr,
94997 + phyp_dump_info->reserved_scratch_addr);
94998 + register_dump_area(&phdr,
94999 + phyp_dump_info->reserved_scratch_addr);
95000 + }
95001 +}
95002 +
95003 +/* ------------------------------------------------- */
95004 +/**
95005 + * sysfs_release_region -- sysfs interface to release memory range.
95006 + *
95007 + * Usage:
95008 + * "echo <start addr> <length> > /sys/kernel/release_region"
95009 + *
95010 + * Example:
95011 + * "echo 0x40000000 0x10000000 > /sys/kernel/release_region"
95012 + *
95013 + * will release 256MB starting at 1GB.
95014 + */
95015 +static ssize_t store_release_region(struct kobject *kobj,
95016 + struct kobj_attribute *attr,
95017 + const char *buf, size_t count)
95018 +{
95019 + unsigned long start_addr, length, end_addr;
95020 + unsigned long start_pfn, nr_pages;
95021 + ssize_t ret;
95022 +
95023 + ret = sscanf(buf, "%lx %lx", &start_addr, &length);
95024 + if (ret != 2)
95025 + return -EINVAL;
95026 +
95027 + track_freed_range(start_addr, length);
95028 +
95029 + /* Range-check - don't free any reserved memory that
95030 + * wasn't reserved for phyp-dump */
95031 + if (start_addr < phyp_dump_info->init_reserve_start)
95032 + start_addr = phyp_dump_info->init_reserve_start;
95033 +
95034 + end_addr = phyp_dump_info->init_reserve_start +
95035 + phyp_dump_info->init_reserve_size;
95036 + if (start_addr+length > end_addr)
95037 + length = end_addr - start_addr;
95038 +
95039 + /* Release the region of memory assed in by user */
95040 + start_pfn = PFN_DOWN(start_addr);
95041 + nr_pages = PFN_DOWN(length);
95042 + release_memory_range(start_pfn, nr_pages);
95043 +
95044 + return count;
95045 +}
95046 +
95047 +static ssize_t show_release_region(struct kobject *kobj,
95048 + struct kobj_attribute *attr, char *buf)
95049 +{
95050 + u64 second_addr_range;
95051 +
95052 + /* total reserved size - start of scratch area */
95053 + second_addr_range = phyp_dump_info->init_reserve_size -
95054 + phyp_dump_info->reserved_scratch_size;
95055 + return sprintf(buf, "CPU:0x%lx-0x%lx: HPTE:0x%lx-0x%lx:"
95056 + " DUMP:0x%lx-0x%lx, 0x%lx-0x%lx:\n",
95057 + phdr.cpu_data.destination_address,
95058 + phdr.cpu_data.length_copied,
95059 + phdr.hpte_data.destination_address,
95060 + phdr.hpte_data.length_copied,
95061 + phdr.kernel_data.destination_address,
95062 + phdr.kernel_data.length_copied,
95063 + phyp_dump_info->init_reserve_start,
95064 + second_addr_range);
95065 +}
95066 +
95067 +static struct kobj_attribute rr = __ATTR(release_region, 0600,
95068 + show_release_region,
95069 + store_release_region);
95070 +
95071 +static int __init phyp_dump_setup(void)
95072 +{
95073 + struct device_node *rtas;
95074 + const struct phyp_dump_header *dump_header = NULL;
95075 + unsigned long dump_area_start;
95076 + unsigned long dump_area_length;
95077 + int header_len = 0;
95078 + int rc;
95079 +
95080 + /* If no memory was reserved in early boot, there is nothing to do */
95081 + if (phyp_dump_info->init_reserve_size == 0)
95082 + return 0;
95083 +
95084 + /* Return if phyp dump not supported */
95085 + if (!phyp_dump_info->phyp_dump_configured)
95086 + return -ENOSYS;
95087 +
95088 + /* Is there dump data waiting for us? If there isn't,
95089 + * then register a new dump area, and release all of
95090 + * the rest of the reserved ram.
95091 + *
95092 + * The /rtas/ibm,kernel-dump rtas node is present only
95093 + * if there is dump data waiting for us.
95094 + */
95095 + rtas = of_find_node_by_path("/rtas");
95096 + if (rtas) {
95097 + dump_header = of_get_property(rtas, "ibm,kernel-dump",
95098 + &header_len);
95099 + of_node_put(rtas);
95100 + }
95101 +
95102 + print_dump_header(dump_header);
95103 + dump_area_length = init_dump_header(&phdr);
95104 + /* align down */
95105 + dump_area_start = phyp_dump_info->init_reserve_start & PAGE_MASK;
95106 +
95107 + if (dump_header == NULL) {
95108 + register_dump_area(&phdr, dump_area_start);
95109 + return 0;
95110 + }
95111 +
95112 + /* re-register the dump area, if old dump was invalid */
95113 + if ((dump_header) && (dump_header->status & DUMP_ERROR_FLAG)) {
95114 + invalidate_last_dump(&phdr, dump_area_start);
95115 + register_dump_area(&phdr, dump_area_start);
95116 + return 0;
95117 + }
95118 +
95119 + if (dump_header) {
95120 + phyp_dump_info->reserved_scratch_addr =
95121 + dump_header->cpu_data.destination_address;
95122 + phyp_dump_info->reserved_scratch_size =
95123 + dump_header->cpu_data.source_length +
95124 + dump_header->hpte_data.source_length +
95125 + dump_header->kernel_data.source_length;
95126 + }
95127 +
95128 + /* Should we create a dump_subsys, analogous to s390/ipl.c ? */
95129 + rc = sysfs_create_file(kernel_kobj, &rr.attr);
95130 + if (rc)
95131 + printk(KERN_ERR "phyp-dump: unable to create sysfs file (%d)\n",
95132 + rc);
95133 +
95134 + /* ToDo: re-register the dump area, for next time. */
95135 + return 0;
95136 +}
95137 +machine_subsys_initcall(pseries, phyp_dump_setup);
95138 +
95139 +int __init early_init_dt_scan_phyp_dump(unsigned long node,
95140 + const char *uname, int depth, void *data)
95141 +{
95142 + const unsigned int *sizes;
95143 +
95144 + phyp_dump_info->phyp_dump_configured = 0;
95145 + phyp_dump_info->phyp_dump_is_active = 0;
95146 +
95147 + if (depth != 1 || strcmp(uname, "rtas") != 0)
95148 + return 0;
95149 +
95150 + if (of_get_flat_dt_prop(node, "ibm,configure-kernel-dump", NULL))
95151 + phyp_dump_info->phyp_dump_configured++;
95152 +
95153 + if (of_get_flat_dt_prop(node, "ibm,dump-kernel", NULL))
95154 + phyp_dump_info->phyp_dump_is_active++;
95155 +
95156 + sizes = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes",
95157 + NULL);
95158 + if (!sizes)
95159 + return 0;
95160 +
95161 + if (sizes[0] == 1)
95162 + phyp_dump_info->cpu_state_size = *((unsigned long *)&sizes[1]);
95163 +
95164 + if (sizes[3] == 2)
95165 + phyp_dump_info->hpte_region_size =
95166 + *((unsigned long *)&sizes[4]);
95167 + return 1;
95168 +}
95169 +
95170 +/* Look for phyp_dump= cmdline option */
95171 +static int __init early_phyp_dump_enabled(char *p)
95172 +{
95173 + phyp_dump_info->phyp_dump_at_boot = 1;
95174 +
95175 + if (!p)
95176 + return 0;
95177 +
95178 + if (strncmp(p, "1", 1) == 0)
95179 + phyp_dump_info->phyp_dump_at_boot = 1;
95180 + else if (strncmp(p, "0", 1) == 0)
95181 + phyp_dump_info->phyp_dump_at_boot = 0;
95182 +
95183 + return 0;
95184 +}
95185 +early_param("phyp_dump", early_phyp_dump_enabled);
95186 +
95187 +/* Look for phyp_dump_reserve_size= cmdline option */
95188 +static int __init early_phyp_dump_reserve_size(char *p)
95189 +{
95190 + if (p)
95191 + phyp_dump_info->reserve_bootvar = memparse(p, &p);
95192 +
95193 + return 0;
95194 +}
95195 +early_param("phyp_dump_reserve_size", early_phyp_dump_reserve_size);
95196 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/pseries.h powerpc.git/arch/powerpc/platforms/pseries/pseries.h
95197 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/pseries.h 2008-04-11 22:32:29.000000000 +0200
95198 +++ powerpc.git/arch/powerpc/platforms/pseries/pseries.h 2008-04-19 16:40:52.000000000 +0200
95199 @@ -38,4 +38,6 @@
95200 /* Poweron flag used for enabling auto ups restart */
95201 extern unsigned long rtas_poweron_auto;
95202
95203 +extern void find_udbg_vterm(void);
95204 +
95205 #endif /* _PSERIES_PSERIES_H */
95206 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/reconfig.c powerpc.git/arch/powerpc/platforms/pseries/reconfig.c
95207 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/reconfig.c 2008-04-11 22:32:29.000000000 +0200
95208 +++ powerpc.git/arch/powerpc/platforms/pseries/reconfig.c 2008-04-19 16:40:52.000000000 +0200
95209 @@ -222,14 +222,14 @@
95210 tmp = strchr(buf, ' ');
95211 if (!tmp) {
95212 printk(KERN_ERR "property parse failed in %s at line %d\n",
95213 - __FUNCTION__, __LINE__);
95214 + __func__, __LINE__);
95215 return NULL;
95216 }
95217 *tmp = '\0';
95218
95219 if (++tmp >= end) {
95220 printk(KERN_ERR "property parse failed in %s at line %d\n",
95221 - __FUNCTION__, __LINE__);
95222 + __func__, __LINE__);
95223 return NULL;
95224 }
95225
95226 @@ -238,12 +238,12 @@
95227 *length = simple_strtoul(tmp, &tmp, 10);
95228 if (*length == -1) {
95229 printk(KERN_ERR "property parse failed in %s at line %d\n",
95230 - __FUNCTION__, __LINE__);
95231 + __func__, __LINE__);
95232 return NULL;
95233 }
95234 if (*tmp != ' ' || ++tmp >= end) {
95235 printk(KERN_ERR "property parse failed in %s at line %d\n",
95236 - __FUNCTION__, __LINE__);
95237 + __func__, __LINE__);
95238 return NULL;
95239 }
95240
95241 @@ -252,12 +252,12 @@
95242 tmp += *length;
95243 if (tmp > end) {
95244 printk(KERN_ERR "property parse failed in %s at line %d\n",
95245 - __FUNCTION__, __LINE__);
95246 + __func__, __LINE__);
95247 return NULL;
95248 }
95249 else if (tmp < end && *tmp != ' ' && *tmp != '\0') {
95250 printk(KERN_ERR "property parse failed in %s at line %d\n",
95251 - __FUNCTION__, __LINE__);
95252 + __func__, __LINE__);
95253 return NULL;
95254 }
95255 tmp++;
95256 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/scanlog.c powerpc.git/arch/powerpc/platforms/pseries/scanlog.c
95257 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/scanlog.c 2008-04-11 22:32:29.000000000 +0200
95258 +++ powerpc.git/arch/powerpc/platforms/pseries/scanlog.c 2008-04-19 16:40:52.000000000 +0200
95259 @@ -195,31 +195,30 @@
95260 static int __init scanlog_init(void)
95261 {
95262 struct proc_dir_entry *ent;
95263 + void *data;
95264 + int err = -ENOMEM;
95265
95266 ibm_scan_log_dump = rtas_token("ibm,scan-log-dump");
95267 - if (ibm_scan_log_dump == RTAS_UNKNOWN_SERVICE) {
95268 - printk(KERN_ERR "scan-log-dump not implemented on this system\n");
95269 - return -EIO;
95270 - }
95271 + if (ibm_scan_log_dump == RTAS_UNKNOWN_SERVICE)
95272 + return -ENODEV;
95273
95274 - ent = create_proc_entry("ppc64/rtas/scan-log-dump", S_IRUSR, NULL);
95275 - if (ent) {
95276 - ent->proc_fops = &scanlog_fops;
95277 - /* Ideally we could allocate a buffer < 4G */
95278 - ent->data = kmalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL);
95279 - if (!ent->data) {
95280 - printk(KERN_ERR "Failed to allocate a buffer\n");
95281 - remove_proc_entry("scan-log-dump", ent->parent);
95282 - return -ENOMEM;
95283 - }
95284 - ((unsigned int *)ent->data)[0] = 0;
95285 - } else {
95286 - printk(KERN_ERR "Failed to create ppc64/scan-log-dump proc entry\n");
95287 - return -EIO;
95288 - }
95289 + /* Ideally we could allocate a buffer < 4G */
95290 + data = kzalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL);
95291 + if (!data)
95292 + goto err;
95293 +
95294 + ent = proc_create("ppc64/rtas/scan-log-dump", S_IRUSR, NULL,
95295 + &scanlog_fops);
95296 + if (!ent)
95297 + goto err;
95298 +
95299 + ent->data = data;
95300 proc_ppc64_scan_log_dump = ent;
95301
95302 return 0;
95303 +err:
95304 + kfree(data);
95305 + return err;
95306 }
95307
95308 static void __exit scanlog_cleanup(void)
95309 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/setup.c powerpc.git/arch/powerpc/platforms/pseries/setup.c
95310 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/setup.c 2008-04-11 22:32:29.000000000 +0200
95311 +++ powerpc.git/arch/powerpc/platforms/pseries/setup.c 2008-04-19 16:40:52.000000000 +0200
95312 @@ -76,9 +76,6 @@
95313 #define DBG(fmt...)
95314 #endif
95315
95316 -/* move those away to a .h */
95317 -extern void find_udbg_vterm(void);
95318 -
95319 int fwnmi_active; /* TRUE if an FWNMI handler is present */
95320
95321 static void pseries_shared_idle_sleep(void);
95322 @@ -127,14 +124,60 @@
95323 desc->chip->eoi(irq);
95324 }
95325
95326 -static void __init pseries_mpic_init_IRQ(void)
95327 +static void __init pseries_setup_i8259_cascade(void)
95328 {
95329 - struct device_node *np, *old, *cascade = NULL;
95330 - const unsigned int *addrp;
95331 + struct device_node *np, *old, *found = NULL;
95332 + unsigned int cascade;
95333 + const u32 *addrp;
95334 unsigned long intack = 0;
95335 + int naddr;
95336 +
95337 + for_each_node_by_type(np, "interrupt-controller") {
95338 + if (of_device_is_compatible(np, "chrp,iic")) {
95339 + found = np;
95340 + break;
95341 + }
95342 + }
95343 +
95344 + if (found == NULL) {
95345 + printk(KERN_DEBUG "pic: no ISA interrupt controller\n");
95346 + return;
95347 + }
95348 +
95349 + cascade = irq_of_parse_and_map(found, 0);
95350 + if (cascade == NO_IRQ) {
95351 + printk(KERN_ERR "pic: failed to map cascade interrupt");
95352 + return;
95353 + }
95354 + pr_debug("pic: cascade mapped to irq %d\n", cascade);
95355 +
95356 + for (old = of_node_get(found); old != NULL ; old = np) {
95357 + np = of_get_parent(old);
95358 + of_node_put(old);
95359 + if (np == NULL)
95360 + break;
95361 + if (strcmp(np->name, "pci") != 0)
95362 + continue;
95363 + addrp = of_get_property(np, "8259-interrupt-acknowledge", NULL);
95364 + if (addrp == NULL)
95365 + continue;
95366 + naddr = of_n_addr_cells(np);
95367 + intack = addrp[naddr-1];
95368 + if (naddr > 1)
95369 + intack |= ((unsigned long)addrp[naddr-2]) << 32;
95370 + }
95371 + if (intack)
95372 + printk(KERN_DEBUG "pic: PCI 8259 intack at 0x%016lx\n", intack);
95373 + i8259_init(found, intack);
95374 + of_node_put(found);
95375 + set_irq_chained_handler(cascade, pseries_8259_cascade);
95376 +}
95377 +
95378 +static void __init pseries_mpic_init_IRQ(void)
95379 +{
95380 + struct device_node *np;
95381 const unsigned int *opprop;
95382 unsigned long openpic_addr = 0;
95383 - unsigned int cascade_irq;
95384 int naddr, n, i, opplen;
95385 struct mpic *mpic;
95386
95387 @@ -167,43 +210,13 @@
95388 mpic_init(mpic);
95389
95390 /* Look for cascade */
95391 - for_each_node_by_type(np, "interrupt-controller")
95392 - if (of_device_is_compatible(np, "chrp,iic")) {
95393 - cascade = np;
95394 - break;
95395 - }
95396 - if (cascade == NULL)
95397 - return;
95398 -
95399 - cascade_irq = irq_of_parse_and_map(cascade, 0);
95400 - if (cascade_irq == NO_IRQ) {
95401 - printk(KERN_ERR "mpic: failed to map cascade interrupt");
95402 - return;
95403 - }
95404 + pseries_setup_i8259_cascade();
95405 +}
95406
95407 - /* Check ACK type */
95408 - for (old = of_node_get(cascade); old != NULL ; old = np) {
95409 - np = of_get_parent(old);
95410 - of_node_put(old);
95411 - if (np == NULL)
95412 - break;
95413 - if (strcmp(np->name, "pci") != 0)
95414 - continue;
95415 - addrp = of_get_property(np, "8259-interrupt-acknowledge",
95416 - NULL);
95417 - if (addrp == NULL)
95418 - continue;
95419 - naddr = of_n_addr_cells(np);
95420 - intack = addrp[naddr-1];
95421 - if (naddr > 1)
95422 - intack |= ((unsigned long)addrp[naddr-2]) << 32;
95423 - }
95424 - if (intack)
95425 - printk(KERN_DEBUG "mpic: PCI 8259 intack at 0x%016lx\n",
95426 - intack);
95427 - i8259_init(cascade, intack);
95428 - of_node_put(cascade);
95429 - set_irq_chained_handler(cascade_irq, pseries_8259_cascade);
95430 +static void __init pseries_xics_init_IRQ(void)
95431 +{
95432 + xics_init_IRQ();
95433 + pseries_setup_i8259_cascade();
95434 }
95435
95436 static void pseries_lpar_enable_pmcs(void)
95437 @@ -235,7 +248,7 @@
95438 smp_init_pseries_mpic();
95439 return;
95440 } else if (strstr(typep, "ppc-xicp")) {
95441 - ppc_md.init_IRQ = xics_init_IRQ;
95442 + ppc_md.init_IRQ = pseries_xics_init_IRQ;
95443 setup_kexec_cpu_down_xics();
95444 smp_init_pseries_xics();
95445 return;
95446 @@ -393,6 +406,7 @@
95447 {
95448 unsigned int cpu = smp_processor_id();
95449 unsigned long start_snooze;
95450 + unsigned long in_purr, out_purr;
95451
95452 /*
95453 * Indicate to the HV that we are idle. Now would be
95454 @@ -400,6 +414,7 @@
95455 */
95456 get_lppaca()->idle = 1;
95457 get_lppaca()->donate_dedicated_cpu = 1;
95458 + in_purr = mfspr(SPRN_PURR);
95459
95460 /*
95461 * We come in with interrupts disabled, and need_resched()
95462 @@ -432,6 +447,8 @@
95463
95464 out:
95465 HMT_medium();
95466 + out_purr = mfspr(SPRN_PURR);
95467 + get_lppaca()->wait_state_cycles += out_purr - in_purr;
95468 get_lppaca()->donate_dedicated_cpu = 0;
95469 get_lppaca()->idle = 0;
95470 }
95471 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/xics.c powerpc.git/arch/powerpc/platforms/pseries/xics.c
95472 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/xics.c 2008-04-11 22:32:29.000000000 +0200
95473 +++ powerpc.git/arch/powerpc/platforms/pseries/xics.c 2008-04-19 16:40:52.000000000 +0200
95474 @@ -516,6 +516,8 @@
95475 .set_affinity = xics_set_affinity
95476 };
95477
95478 +/* Points to the irq_chip we're actually using */
95479 +static struct irq_chip *xics_irq_chip;
95480
95481 static int xics_host_match(struct irq_host *h, struct device_node *node)
95482 {
95483 @@ -526,23 +528,13 @@
95484 return !of_device_is_compatible(node, "chrp,iic");
95485 }
95486
95487 -static int xics_host_map_direct(struct irq_host *h, unsigned int virq,
95488 - irq_hw_number_t hw)
95489 +static int xics_host_map(struct irq_host *h, unsigned int virq,
95490 + irq_hw_number_t hw)
95491 {
95492 - pr_debug("xics: map_direct virq %d, hwirq 0x%lx\n", virq, hw);
95493 + pr_debug("xics: map virq %d, hwirq 0x%lx\n", virq, hw);
95494
95495 get_irq_desc(virq)->status |= IRQ_LEVEL;
95496 - set_irq_chip_and_handler(virq, &xics_pic_direct, handle_fasteoi_irq);
95497 - return 0;
95498 -}
95499 -
95500 -static int xics_host_map_lpar(struct irq_host *h, unsigned int virq,
95501 - irq_hw_number_t hw)
95502 -{
95503 - pr_debug("xics: map_direct virq %d, hwirq 0x%lx\n", virq, hw);
95504 -
95505 - get_irq_desc(virq)->status |= IRQ_LEVEL;
95506 - set_irq_chip_and_handler(virq, &xics_pic_lpar, handle_fasteoi_irq);
95507 + set_irq_chip_and_handler(virq, xics_irq_chip, handle_fasteoi_irq);
95508 return 0;
95509 }
95510
95511 @@ -561,27 +553,20 @@
95512 return 0;
95513 }
95514
95515 -static struct irq_host_ops xics_host_direct_ops = {
95516 - .match = xics_host_match,
95517 - .map = xics_host_map_direct,
95518 - .xlate = xics_host_xlate,
95519 -};
95520 -
95521 -static struct irq_host_ops xics_host_lpar_ops = {
95522 +static struct irq_host_ops xics_host_ops = {
95523 .match = xics_host_match,
95524 - .map = xics_host_map_lpar,
95525 + .map = xics_host_map,
95526 .xlate = xics_host_xlate,
95527 };
95528
95529 static void __init xics_init_host(void)
95530 {
95531 - struct irq_host_ops *ops;
95532 -
95533 if (firmware_has_feature(FW_FEATURE_LPAR))
95534 - ops = &xics_host_lpar_ops;
95535 + xics_irq_chip = &xics_pic_lpar;
95536 else
95537 - ops = &xics_host_direct_ops;
95538 - xics_host = irq_alloc_host(NULL, IRQ_HOST_MAP_TREE, 0, ops,
95539 + xics_irq_chip = &xics_pic_direct;
95540 +
95541 + xics_host = irq_alloc_host(NULL, IRQ_HOST_MAP_TREE, 0, &xics_host_ops,
95542 XICS_IRQ_SPURIOUS);
95543 BUG_ON(xics_host == NULL);
95544 irq_set_default_host(xics_host);
95545 @@ -655,52 +640,6 @@
95546 }
95547 }
95548
95549 -
95550 -static void __init xics_setup_8259_cascade(void)
95551 -{
95552 - struct device_node *np, *old, *found = NULL;
95553 - int cascade, naddr;
95554 - const u32 *addrp;
95555 - unsigned long intack = 0;
95556 -
95557 - for_each_node_by_type(np, "interrupt-controller")
95558 - if (of_device_is_compatible(np, "chrp,iic")) {
95559 - found = np;
95560 - break;
95561 - }
95562 - if (found == NULL) {
95563 - printk(KERN_DEBUG "xics: no ISA interrupt controller\n");
95564 - return;
95565 - }
95566 - cascade = irq_of_parse_and_map(found, 0);
95567 - if (cascade == NO_IRQ) {
95568 - printk(KERN_ERR "xics: failed to map cascade interrupt");
95569 - return;
95570 - }
95571 - pr_debug("xics: cascade mapped to irq %d\n", cascade);
95572 -
95573 - for (old = of_node_get(found); old != NULL ; old = np) {
95574 - np = of_get_parent(old);
95575 - of_node_put(old);
95576 - if (np == NULL)
95577 - break;
95578 - if (strcmp(np->name, "pci") != 0)
95579 - continue;
95580 - addrp = of_get_property(np, "8259-interrupt-acknowledge", NULL);
95581 - if (addrp == NULL)
95582 - continue;
95583 - naddr = of_n_addr_cells(np);
95584 - intack = addrp[naddr-1];
95585 - if (naddr > 1)
95586 - intack |= ((unsigned long)addrp[naddr-2]) << 32;
95587 - }
95588 - if (intack)
95589 - printk(KERN_DEBUG "xics: PCI 8259 intack at 0x%016lx\n", intack);
95590 - i8259_init(found, intack);
95591 - of_node_put(found);
95592 - set_irq_chained_handler(cascade, pseries_8259_cascade);
95593 -}
95594 -
95595 void __init xics_init_IRQ(void)
95596 {
95597 struct device_node *np;
95598 @@ -733,8 +672,6 @@
95599
95600 xics_setup_cpu();
95601
95602 - xics_setup_8259_cascade();
95603 -
95604 ppc64_boot_msg(0x21, "XICS Done");
95605 }
95606
95607 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/platforms/pseries/xics.h powerpc.git/arch/powerpc/platforms/pseries/xics.h
95608 --- linux-2.6.25-rc9/arch/powerpc/platforms/pseries/xics.h 2008-04-11 22:32:29.000000000 +0200
95609 +++ powerpc.git/arch/powerpc/platforms/pseries/xics.h 2008-04-19 16:40:52.000000000 +0200
95610 @@ -28,7 +28,4 @@
95611
95612 extern struct xics_ipi_struct xics_ipi_message[NR_CPUS] __cacheline_aligned;
95613
95614 -struct irq_desc;
95615 -extern void pseries_8259_cascade(unsigned int irq, struct irq_desc *desc);
95616 -
95617 #endif /* _POWERPC_KERNEL_XICS_H */
95618 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/Makefile powerpc.git/arch/powerpc/sysdev/Makefile
95619 --- linux-2.6.25-rc9/arch/powerpc/sysdev/Makefile 2008-04-11 22:32:29.000000000 +0200
95620 +++ powerpc.git/arch/powerpc/sysdev/Makefile 2008-04-19 16:40:52.000000000 +0200
95621 @@ -12,6 +12,7 @@
95622 obj-$(CONFIG_MMIO_NVRAM) += mmio_nvram.o
95623 obj-$(CONFIG_FSL_SOC) += fsl_soc.o
95624 obj-$(CONFIG_FSL_PCI) += fsl_pci.o
95625 +obj-$(CONFIG_FSL_LBC) += fsl_lbc.o
95626 obj-$(CONFIG_RAPIDIO) += fsl_rio.o
95627 obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o
95628 obj-$(CONFIG_QUICC_ENGINE) += qe_lib/
95629 @@ -27,6 +28,7 @@
95630 obj-$(CONFIG_PPC_I8259) += i8259.o
95631 obj-$(CONFIG_IPIC) += ipic.o
95632 obj-$(CONFIG_4xx) += uic.o
95633 +obj-$(CONFIG_4xx_SOC) += ppc4xx_soc.o
95634 obj-$(CONFIG_XILINX_VIRTEX) += xilinx_intc.o
95635 obj-$(CONFIG_OF_RTC) += of_rtc.o
95636 ifeq ($(CONFIG_PCI),y)
95637 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/cpm1.c powerpc.git/arch/powerpc/sysdev/cpm1.c
95638 --- linux-2.6.25-rc9/arch/powerpc/sysdev/cpm1.c 2008-04-11 22:32:29.000000000 +0200
95639 +++ powerpc.git/arch/powerpc/sysdev/cpm1.c 2008-04-19 16:40:52.000000000 +0200
95640 @@ -44,9 +44,6 @@
95641
95642 #define CPM_MAP_SIZE (0x4000)
95643
95644 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95645 -static void m8xx_cpm_dpinit(void);
95646 -#endif
95647 cpm8xx_t __iomem *cpmp; /* Pointer to comm processor space */
95648 immap_t __iomem *mpc8xx_immr;
95649 static cpic8xx_t __iomem *cpic_reg;
95650 @@ -229,12 +226,7 @@
95651 out_be32(&siu_conf->sc_sdcr, 1);
95652 immr_unmap(siu_conf);
95653
95654 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
95655 cpm_muram_init();
95656 -#else
95657 - /* Reclaim the DP memory for our use. */
95658 - m8xx_cpm_dpinit();
95659 -#endif
95660 }
95661
95662 static DEFINE_SPINLOCK(cmd_lock);
95663 @@ -257,7 +249,7 @@
95664 if ((in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0)
95665 goto out;
95666
95667 - printk(KERN_ERR "%s(): Not able to issue CPM command\n", __FUNCTION__);
95668 + printk(KERN_ERR "%s(): Not able to issue CPM command\n", __func__);
95669 ret = -EIO;
95670 out:
95671 spin_unlock_irqrestore(&cmd_lock, flags);
95672 @@ -293,110 +285,6 @@
95673 CPM_BRG_EN | CPM_BRG_DIV16);
95674 }
95675
95676 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95677 -/*
95678 - * dpalloc / dpfree bits.
95679 - */
95680 -static spinlock_t cpm_dpmem_lock;
95681 -/*
95682 - * 16 blocks should be enough to satisfy all requests
95683 - * until the memory subsystem goes up...
95684 - */
95685 -static rh_block_t cpm_boot_dpmem_rh_block[16];
95686 -static rh_info_t cpm_dpmem_info;
95687 -
95688 -#define CPM_DPMEM_ALIGNMENT 8
95689 -static u8 __iomem *dpram_vbase;
95690 -static phys_addr_t dpram_pbase;
95691 -
95692 -static void m8xx_cpm_dpinit(void)
95693 -{
95694 - spin_lock_init(&cpm_dpmem_lock);
95695 -
95696 - dpram_vbase = cpmp->cp_dpmem;
95697 - dpram_pbase = get_immrbase() + offsetof(immap_t, im_cpm.cp_dpmem);
95698 -
95699 - /* Initialize the info header */
95700 - rh_init(&cpm_dpmem_info, CPM_DPMEM_ALIGNMENT,
95701 - sizeof(cpm_boot_dpmem_rh_block) /
95702 - sizeof(cpm_boot_dpmem_rh_block[0]),
95703 - cpm_boot_dpmem_rh_block);
95704 -
95705 - /*
95706 - * Attach the usable dpmem area.
95707 - * XXX: This is actually crap. CPM_DATAONLY_BASE and
95708 - * CPM_DATAONLY_SIZE are a subset of the available dparm. It varies
95709 - * with the processor and the microcode patches applied / activated.
95710 - * But the following should be at least safe.
95711 - */
95712 - rh_attach_region(&cpm_dpmem_info, CPM_DATAONLY_BASE, CPM_DATAONLY_SIZE);
95713 -}
95714 -
95715 -/*
95716 - * Allocate the requested size worth of DP memory.
95717 - * This function returns an offset into the DPRAM area.
95718 - * Use cpm_dpram_addr() to get the virtual address of the area.
95719 - */
95720 -unsigned long cpm_dpalloc(uint size, uint align)
95721 -{
95722 - unsigned long start;
95723 - unsigned long flags;
95724 -
95725 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95726 - cpm_dpmem_info.alignment = align;
95727 - start = rh_alloc(&cpm_dpmem_info, size, "commproc");
95728 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95729 -
95730 - return (uint)start;
95731 -}
95732 -EXPORT_SYMBOL(cpm_dpalloc);
95733 -
95734 -int cpm_dpfree(unsigned long offset)
95735 -{
95736 - int ret;
95737 - unsigned long flags;
95738 -
95739 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95740 - ret = rh_free(&cpm_dpmem_info, offset);
95741 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95742 -
95743 - return ret;
95744 -}
95745 -EXPORT_SYMBOL(cpm_dpfree);
95746 -
95747 -unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align)
95748 -{
95749 - unsigned long start;
95750 - unsigned long flags;
95751 -
95752 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95753 - cpm_dpmem_info.alignment = align;
95754 - start = rh_alloc_fixed(&cpm_dpmem_info, offset, size, "commproc");
95755 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95756 -
95757 - return start;
95758 -}
95759 -EXPORT_SYMBOL(cpm_dpalloc_fixed);
95760 -
95761 -void cpm_dpdump(void)
95762 -{
95763 - rh_dump(&cpm_dpmem_info);
95764 -}
95765 -EXPORT_SYMBOL(cpm_dpdump);
95766 -
95767 -void *cpm_dpram_addr(unsigned long offset)
95768 -{
95769 - return (void *)(dpram_vbase + offset);
95770 -}
95771 -EXPORT_SYMBOL(cpm_dpram_addr);
95772 -
95773 -uint cpm_dpram_phys(u8 *addr)
95774 -{
95775 - return (dpram_pbase + (uint)(addr - dpram_vbase));
95776 -}
95777 -EXPORT_SYMBOL(cpm_dpram_phys);
95778 -#endif /* !CONFIG_PPC_CPM_NEW_BINDING */
95779 -
95780 struct cpm_ioport16 {
95781 __be16 dir, par, odr_sor, dat, intr;
95782 __be16 res[3];
95783 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/cpm2.c powerpc.git/arch/powerpc/sysdev/cpm2.c
95784 --- linux-2.6.25-rc9/arch/powerpc/sysdev/cpm2.c 2008-04-11 22:32:29.000000000 +0200
95785 +++ powerpc.git/arch/powerpc/sysdev/cpm2.c 2008-04-19 16:40:52.000000000 +0200
95786 @@ -46,10 +46,6 @@
95787
95788 #include <sysdev/fsl_soc.h>
95789
95790 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95791 -static void cpm2_dpinit(void);
95792 -#endif
95793 -
95794 cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor space */
95795
95796 /* We allocate this here because it is used almost exclusively for
95797 @@ -71,15 +67,17 @@
95798
95799 /* Reclaim the DP memory for our use.
95800 */
95801 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
95802 cpm_muram_init();
95803 -#else
95804 - cpm2_dpinit();
95805 -#endif
95806
95807 /* Tell everyone where the comm processor resides.
95808 */
95809 cpmp = &cpm2_immr->im_cpm;
95810 +
95811 +#ifndef CONFIG_PPC_EARLY_DEBUG_CPM
95812 + /* Reset the CPM.
95813 + */
95814 + cpm_command(CPM_CR_RST, 0);
95815 +#endif
95816 }
95817
95818 static DEFINE_SPINLOCK(cmd_lock);
95819 @@ -99,7 +97,7 @@
95820 if ((in_be32(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0)
95821 goto out;
95822
95823 - printk(KERN_ERR "%s(): Not able to issue CPM command\n", __FUNCTION__);
95824 + printk(KERN_ERR "%s(): Not able to issue CPM command\n", __func__);
95825 ret = -EIO;
95826 out:
95827 spin_unlock_irqrestore(&cmd_lock, flags);
95828 @@ -347,95 +345,6 @@
95829 return ret;
95830 }
95831
95832 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95833 -/*
95834 - * dpalloc / dpfree bits.
95835 - */
95836 -static spinlock_t cpm_dpmem_lock;
95837 -/* 16 blocks should be enough to satisfy all requests
95838 - * until the memory subsystem goes up... */
95839 -static rh_block_t cpm_boot_dpmem_rh_block[16];
95840 -static rh_info_t cpm_dpmem_info;
95841 -static u8 __iomem *im_dprambase;
95842 -
95843 -static void cpm2_dpinit(void)
95844 -{
95845 - spin_lock_init(&cpm_dpmem_lock);
95846 -
95847 - /* initialize the info header */
95848 - rh_init(&cpm_dpmem_info, 1,
95849 - sizeof(cpm_boot_dpmem_rh_block) /
95850 - sizeof(cpm_boot_dpmem_rh_block[0]),
95851 - cpm_boot_dpmem_rh_block);
95852 -
95853 - im_dprambase = cpm2_immr;
95854 -
95855 - /* Attach the usable dpmem area */
95856 - /* XXX: This is actually crap. CPM_DATAONLY_BASE and
95857 - * CPM_DATAONLY_SIZE is only a subset of the available dpram. It
95858 - * varies with the processor and the microcode patches activated.
95859 - * But the following should be at least safe.
95860 - */
95861 - rh_attach_region(&cpm_dpmem_info, CPM_DATAONLY_BASE, CPM_DATAONLY_SIZE);
95862 -}
95863 -
95864 -/* This function returns an index into the DPRAM area.
95865 - */
95866 -unsigned long cpm_dpalloc(uint size, uint align)
95867 -{
95868 - unsigned long start;
95869 - unsigned long flags;
95870 -
95871 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95872 - cpm_dpmem_info.alignment = align;
95873 - start = rh_alloc(&cpm_dpmem_info, size, "commproc");
95874 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95875 -
95876 - return (uint)start;
95877 -}
95878 -EXPORT_SYMBOL(cpm_dpalloc);
95879 -
95880 -int cpm_dpfree(unsigned long offset)
95881 -{
95882 - int ret;
95883 - unsigned long flags;
95884 -
95885 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95886 - ret = rh_free(&cpm_dpmem_info, offset);
95887 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95888 -
95889 - return ret;
95890 -}
95891 -EXPORT_SYMBOL(cpm_dpfree);
95892 -
95893 -/* not sure if this is ever needed */
95894 -unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align)
95895 -{
95896 - unsigned long start;
95897 - unsigned long flags;
95898 -
95899 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95900 - cpm_dpmem_info.alignment = align;
95901 - start = rh_alloc_fixed(&cpm_dpmem_info, offset, size, "commproc");
95902 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95903 -
95904 - return start;
95905 -}
95906 -EXPORT_SYMBOL(cpm_dpalloc_fixed);
95907 -
95908 -void cpm_dpdump(void)
95909 -{
95910 - rh_dump(&cpm_dpmem_info);
95911 -}
95912 -EXPORT_SYMBOL(cpm_dpdump);
95913 -
95914 -void *cpm_dpram_addr(unsigned long offset)
95915 -{
95916 - return (void *)(im_dprambase + offset);
95917 -}
95918 -EXPORT_SYMBOL(cpm_dpram_addr);
95919 -#endif /* !CONFIG_PPC_CPM_NEW_BINDING */
95920 -
95921 struct cpm2_ioports {
95922 u32 dir, par, sor, odr, dat;
95923 u32 res[3];
95924 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/cpm_common.c powerpc.git/arch/powerpc/sysdev/cpm_common.c
95925 --- linux-2.6.25-rc9/arch/powerpc/sysdev/cpm_common.c 2008-04-11 22:32:29.000000000 +0200
95926 +++ powerpc.git/arch/powerpc/sysdev/cpm_common.c 2008-04-19 16:40:52.000000000 +0200
95927 @@ -58,7 +58,6 @@
95928 }
95929 #endif
95930
95931 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
95932 static spinlock_t cpm_muram_lock;
95933 static rh_block_t cpm_boot_muram_rh_block[16];
95934 static rh_info_t cpm_muram_info;
95935 @@ -199,5 +198,3 @@
95936 return muram_pbase + ((u8 __iomem *)addr - muram_vbase);
95937 }
95938 EXPORT_SYMBOL(cpm_muram_dma);
95939 -
95940 -#endif /* CONFIG_PPC_CPM_NEW_BINDING */
95941 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/dart_iommu.c powerpc.git/arch/powerpc/sysdev/dart_iommu.c
95942 --- linux-2.6.25-rc9/arch/powerpc/sysdev/dart_iommu.c 2008-04-11 22:32:29.000000000 +0200
95943 +++ powerpc.git/arch/powerpc/sysdev/dart_iommu.c 2008-03-17 14:03:32.000000000 +0100
95944 @@ -37,6 +37,7 @@
95945 #include <linux/dma-mapping.h>
95946 #include <linux/vmalloc.h>
95947 #include <linux/suspend.h>
95948 +#include <linux/lmb.h>
95949 #include <asm/io.h>
95950 #include <asm/prom.h>
95951 #include <asm/iommu.h>
95952 @@ -44,7 +45,6 @@
95953 #include <asm/machdep.h>
95954 #include <asm/abs_addr.h>
95955 #include <asm/cacheflush.h>
95956 -#include <asm/lmb.h>
95957 #include <asm/ppc-pci.h>
95958
95959 #include "dart.h"
95960 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_lbc.c powerpc.git/arch/powerpc/sysdev/fsl_lbc.c
95961 --- linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_lbc.c 1970-01-01 01:00:00.000000000 +0100
95962 +++ powerpc.git/arch/powerpc/sysdev/fsl_lbc.c 2008-04-19 16:40:52.000000000 +0200
95963 @@ -0,0 +1,129 @@
95964 +/*
95965 + * Freescale LBC and UPM routines.
95966 + *
95967 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
95968 + *
95969 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
95970 + *
95971 + * This program is free software; you can redistribute it and/or modify
95972 + * it under the terms of the GNU General Public License as published by
95973 + * the Free Software Foundation; either version 2 of the License, or
95974 + * (at your option) any later version.
95975 + */
95976 +
95977 +#include <linux/kernel.h>
95978 +#include <linux/of.h>
95979 +#include <asm/fsl_lbc.h>
95980 +
95981 +spinlock_t fsl_lbc_lock = __SPIN_LOCK_UNLOCKED(fsl_lbc_lock);
95982 +
95983 +struct fsl_lbc_regs __iomem *fsl_lbc_regs;
95984 +EXPORT_SYMBOL(fsl_lbc_regs);
95985 +
95986 +static char __initdata *compat_lbc[] = {
95987 + "fsl,pq2-localbus",
95988 + "fsl,pq2pro-localbus",
95989 + "fsl,pq3-localbus",
95990 + "fsl,elbc",
95991 +};
95992 +
95993 +static int __init fsl_lbc_init(void)
95994 +{
95995 + struct device_node *lbus;
95996 + int i;
95997 +
95998 + for (i = 0; i < ARRAY_SIZE(compat_lbc); i++) {
95999 + lbus = of_find_compatible_node(NULL, NULL, compat_lbc[i]);
96000 + if (lbus)
96001 + goto found;
96002 + }
96003 + return -ENODEV;
96004 +
96005 +found:
96006 + fsl_lbc_regs = of_iomap(lbus, 0);
96007 + of_node_put(lbus);
96008 + if (!fsl_lbc_regs)
96009 + return -ENOMEM;
96010 + return 0;
96011 +}
96012 +arch_initcall(fsl_lbc_init);
96013 +
96014 +/**
96015 + * fsl_lbc_find - find Localbus bank
96016 + * @addr_base: base address of the memory bank
96017 + *
96018 + * This function walks LBC banks comparing "Base address" field of the BR
96019 + * registers with the supplied addr_base argument. When bases match this
96020 + * function returns bank number (starting with 0), otherwise it returns
96021 + * appropriate errno value.
96022 + */
96023 +int fsl_lbc_find(phys_addr_t addr_base)
96024 +{
96025 + int i;
96026 +
96027 + if (!fsl_lbc_regs)
96028 + return -ENODEV;
96029 +
96030 + for (i = 0; i < ARRAY_SIZE(fsl_lbc_regs->bank); i++) {
96031 + __be32 br = in_be32(&fsl_lbc_regs->bank[i].br);
96032 + __be32 or = in_be32(&fsl_lbc_regs->bank[i].or);
96033 +
96034 + if (br & BR_V && (br & or & BR_BA) == addr_base)
96035 + return i;
96036 + }
96037 +
96038 + return -ENOENT;
96039 +}
96040 +EXPORT_SYMBOL(fsl_lbc_find);
96041 +
96042 +/**
96043 + * fsl_upm_find - find pre-programmed UPM via base address
96044 + * @addr_base: base address of the memory bank controlled by the UPM
96045 + * @upm: pointer to the allocated fsl_upm structure
96046 + *
96047 + * This function fills fsl_upm structure so you can use it with the rest of
96048 + * UPM API. On success this function returns 0, otherwise it returns
96049 + * appropriate errno value.
96050 + */
96051 +int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm)
96052 +{
96053 + int bank;
96054 + __be32 br;
96055 +
96056 + bank = fsl_lbc_find(addr_base);
96057 + if (bank < 0)
96058 + return bank;
96059 +
96060 + br = in_be32(&fsl_lbc_regs->bank[bank].br);
96061 +
96062 + switch (br & BR_MSEL) {
96063 + case BR_MS_UPMA:
96064 + upm->mxmr = &fsl_lbc_regs->mamr;
96065 + break;
96066 + case BR_MS_UPMB:
96067 + upm->mxmr = &fsl_lbc_regs->mbmr;
96068 + break;
96069 + case BR_MS_UPMC:
96070 + upm->mxmr = &fsl_lbc_regs->mcmr;
96071 + break;
96072 + default:
96073 + return -EINVAL;
96074 + }
96075 +
96076 + switch (br & BR_PS) {
96077 + case BR_PS_8:
96078 + upm->width = 8;
96079 + break;
96080 + case BR_PS_16:
96081 + upm->width = 16;
96082 + break;
96083 + case BR_PS_32:
96084 + upm->width = 32;
96085 + break;
96086 + default:
96087 + return -EINVAL;
96088 + }
96089 +
96090 + return 0;
96091 +}
96092 +EXPORT_SYMBOL(fsl_upm_find);
96093 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_soc.c powerpc.git/arch/powerpc/sysdev/fsl_soc.c
96094 --- linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_soc.c 2008-04-11 22:32:29.000000000 +0200
96095 +++ powerpc.git/arch/powerpc/sysdev/fsl_soc.c 2008-04-19 16:40:52.000000000 +0200
96096 @@ -75,6 +75,33 @@
96097
96098 EXPORT_SYMBOL(get_immrbase);
96099
96100 +static u32 sysfreq = -1;
96101 +
96102 +u32 fsl_get_sys_freq(void)
96103 +{
96104 + struct device_node *soc;
96105 + const u32 *prop;
96106 + int size;
96107 +
96108 + if (sysfreq != -1)
96109 + return sysfreq;
96110 +
96111 + soc = of_find_node_by_type(NULL, "soc");
96112 + if (!soc)
96113 + return -1;
96114 +
96115 + prop = of_get_property(soc, "clock-frequency", &size);
96116 + if (!prop || size != sizeof(*prop) || *prop == 0)
96117 + prop = of_get_property(soc, "bus-frequency", &size);
96118 +
96119 + if (prop && size == sizeof(*prop))
96120 + sysfreq = *prop;
96121 +
96122 + of_node_put(soc);
96123 + return sysfreq;
96124 +}
96125 +EXPORT_SYMBOL(fsl_get_sys_freq);
96126 +
96127 #if defined(CONFIG_CPM2) || defined(CONFIG_QUICC_ENGINE) || defined(CONFIG_8xx)
96128
96129 static u32 brgfreq = -1;
96130 @@ -516,9 +543,9 @@
96131 static int __init mpc83xx_wdt_init(void)
96132 {
96133 struct resource r;
96134 - struct device_node *soc, *np;
96135 + struct device_node *np;
96136 struct platform_device *dev;
96137 - const unsigned int *freq;
96138 + u32 freq = fsl_get_sys_freq();
96139 int ret;
96140
96141 np = of_find_compatible_node(NULL, "watchdog", "mpc83xx_wdt");
96142 @@ -528,19 +555,6 @@
96143 goto nodev;
96144 }
96145
96146 - soc = of_find_node_by_type(NULL, "soc");
96147 -
96148 - if (!soc) {
96149 - ret = -ENODEV;
96150 - goto nosoc;
96151 - }
96152 -
96153 - freq = of_get_property(soc, "bus-frequency", NULL);
96154 - if (!freq) {
96155 - ret = -ENODEV;
96156 - goto err;
96157 - }
96158 -
96159 memset(&r, 0, sizeof(r));
96160
96161 ret = of_address_to_resource(np, 0, &r);
96162 @@ -553,20 +567,16 @@
96163 goto err;
96164 }
96165
96166 - ret = platform_device_add_data(dev, freq, sizeof(int));
96167 + ret = platform_device_add_data(dev, &freq, sizeof(freq));
96168 if (ret)
96169 goto unreg;
96170
96171 - of_node_put(soc);
96172 of_node_put(np);
96173 -
96174 return 0;
96175
96176 unreg:
96177 platform_device_unregister(dev);
96178 err:
96179 - of_node_put(soc);
96180 -nosoc:
96181 of_node_put(np);
96182 nodev:
96183 return ret;
96184 @@ -735,547 +745,6 @@
96185
96186 arch_initcall(fsl_usb_of_init);
96187
96188 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
96189 -#ifdef CONFIG_CPM2
96190 -
96191 -extern void init_scc_ioports(struct fs_uart_platform_info*);
96192 -
96193 -static const char fcc_regs[] = "fcc_regs";
96194 -static const char fcc_regs_c[] = "fcc_regs_c";
96195 -static const char fcc_pram[] = "fcc_pram";
96196 -static char bus_id[9][BUS_ID_SIZE];
96197 -
96198 -static int __init fs_enet_of_init(void)
96199 -{
96200 - struct device_node *np;
96201 - unsigned int i;
96202 - struct platform_device *fs_enet_dev;
96203 - struct resource res;
96204 - int ret;
96205 -
96206 - for (np = NULL, i = 0;
96207 - (np = of_find_compatible_node(np, "network", "fs_enet")) != NULL;
96208 - i++) {
96209 - struct resource r[4];
96210 - struct device_node *phy, *mdio;
96211 - struct fs_platform_info fs_enet_data;
96212 - const unsigned int *id, *phy_addr, *phy_irq;
96213 - const void *mac_addr;
96214 - const phandle *ph;
96215 - const char *model;
96216 -
96217 - memset(r, 0, sizeof(r));
96218 - memset(&fs_enet_data, 0, sizeof(fs_enet_data));
96219 -
96220 - ret = of_address_to_resource(np, 0, &r[0]);
96221 - if (ret)
96222 - goto err;
96223 - r[0].name = fcc_regs;
96224 -
96225 - ret = of_address_to_resource(np, 1, &r[1]);
96226 - if (ret)
96227 - goto err;
96228 - r[1].name = fcc_pram;
96229 -
96230 - ret = of_address_to_resource(np, 2, &r[2]);
96231 - if (ret)
96232 - goto err;
96233 - r[2].name = fcc_regs_c;
96234 - fs_enet_data.fcc_regs_c = r[2].start;
96235 -
96236 - of_irq_to_resource(np, 0, &r[3]);
96237 -
96238 - fs_enet_dev =
96239 - platform_device_register_simple("fsl-cpm-fcc", i, &r[0], 4);
96240 -
96241 - if (IS_ERR(fs_enet_dev)) {
96242 - ret = PTR_ERR(fs_enet_dev);
96243 - goto err;
96244 - }
96245 -
96246 - model = of_get_property(np, "model", NULL);
96247 - if (model == NULL) {
96248 - ret = -ENODEV;
96249 - goto unreg;
96250 - }
96251 -
96252 - mac_addr = of_get_mac_address(np);
96253 - if (mac_addr)
96254 - memcpy(fs_enet_data.macaddr, mac_addr, 6);
96255 -
96256 - ph = of_get_property(np, "phy-handle", NULL);
96257 - phy = of_find_node_by_phandle(*ph);
96258 -
96259 - if (phy == NULL) {
96260 - ret = -ENODEV;
96261 - goto unreg;
96262 - }
96263 -
96264 - phy_addr = of_get_property(phy, "reg", NULL);
96265 - fs_enet_data.phy_addr = *phy_addr;
96266 -
96267 - phy_irq = of_get_property(phy, "interrupts", NULL);
96268 -
96269 - id = of_get_property(np, "device-id", NULL);
96270 - fs_enet_data.fs_no = *id;
96271 - strcpy(fs_enet_data.fs_type, model);
96272 -
96273 - mdio = of_get_parent(phy);
96274 - ret = of_address_to_resource(mdio, 0, &res);
96275 - if (ret) {
96276 - of_node_put(phy);
96277 - of_node_put(mdio);
96278 - goto unreg;
96279 - }
96280 -
96281 - fs_enet_data.clk_rx = *((u32 *)of_get_property(np,
96282 - "rx-clock", NULL));
96283 - fs_enet_data.clk_tx = *((u32 *)of_get_property(np,
96284 - "tx-clock", NULL));
96285 -
96286 - if (strstr(model, "FCC")) {
96287 - int fcc_index = *id - 1;
96288 - const unsigned char *mdio_bb_prop;
96289 -
96290 - fs_enet_data.dpram_offset = (u32)cpm_dpram_addr(0);
96291 - fs_enet_data.rx_ring = 32;
96292 - fs_enet_data.tx_ring = 32;
96293 - fs_enet_data.rx_copybreak = 240;
96294 - fs_enet_data.use_napi = 0;
96295 - fs_enet_data.napi_weight = 17;
96296 - fs_enet_data.mem_offset = FCC_MEM_OFFSET(fcc_index);
96297 - fs_enet_data.cp_page = CPM_CR_FCC_PAGE(fcc_index);
96298 - fs_enet_data.cp_block = CPM_CR_FCC_SBLOCK(fcc_index);
96299 -
96300 - snprintf((char*)&bus_id[(*id)], BUS_ID_SIZE, "%x:%02x",
96301 - (u32)res.start, fs_enet_data.phy_addr);
96302 - fs_enet_data.bus_id = (char*)&bus_id[(*id)];
96303 - fs_enet_data.init_ioports = init_fcc_ioports;
96304 -
96305 - mdio_bb_prop = of_get_property(phy, "bitbang", NULL);
96306 - if (mdio_bb_prop) {
96307 - struct platform_device *fs_enet_mdio_bb_dev;
96308 - struct fs_mii_bb_platform_info fs_enet_mdio_bb_data;
96309 -
96310 - fs_enet_mdio_bb_dev =
96311 - platform_device_register_simple("fsl-bb-mdio",
96312 - i, NULL, 0);
96313 - memset(&fs_enet_mdio_bb_data, 0,
96314 - sizeof(struct fs_mii_bb_platform_info));
96315 - fs_enet_mdio_bb_data.mdio_dat.bit =
96316 - mdio_bb_prop[0];
96317 - fs_enet_mdio_bb_data.mdio_dir.bit =
96318 - mdio_bb_prop[1];
96319 - fs_enet_mdio_bb_data.mdc_dat.bit =
96320 - mdio_bb_prop[2];
96321 - fs_enet_mdio_bb_data.mdio_port =
96322 - mdio_bb_prop[3];
96323 - fs_enet_mdio_bb_data.mdc_port =
96324 - mdio_bb_prop[4];
96325 - fs_enet_mdio_bb_data.delay =
96326 - mdio_bb_prop[5];
96327 -
96328 - fs_enet_mdio_bb_data.irq[0] = phy_irq[0];
96329 - fs_enet_mdio_bb_data.irq[1] = -1;
96330 - fs_enet_mdio_bb_data.irq[2] = -1;
96331 - fs_enet_mdio_bb_data.irq[3] = phy_irq[0];
96332 - fs_enet_mdio_bb_data.irq[31] = -1;
96333 -
96334 - fs_enet_mdio_bb_data.mdio_dat.offset =
96335 - (u32)&cpm2_immr->im_ioport.iop_pdatc;
96336 - fs_enet_mdio_bb_data.mdio_dir.offset =
96337 - (u32)&cpm2_immr->im_ioport.iop_pdirc;
96338 - fs_enet_mdio_bb_data.mdc_dat.offset =
96339 - (u32)&cpm2_immr->im_ioport.iop_pdatc;
96340 -
96341 - ret = platform_device_add_data(
96342 - fs_enet_mdio_bb_dev,
96343 - &fs_enet_mdio_bb_data,
96344 - sizeof(struct fs_mii_bb_platform_info));
96345 - if (ret)
96346 - goto unreg;
96347 - }
96348 -
96349 - of_node_put(phy);
96350 - of_node_put(mdio);
96351 -
96352 - ret = platform_device_add_data(fs_enet_dev, &fs_enet_data,
96353 - sizeof(struct
96354 - fs_platform_info));
96355 - if (ret)
96356 - goto unreg;
96357 - }
96358 - }
96359 - return 0;
96360 -
96361 -unreg:
96362 - platform_device_unregister(fs_enet_dev);
96363 -err:
96364 - return ret;
96365 -}
96366 -
96367 -arch_initcall(fs_enet_of_init);
96368 -
96369 -static const char scc_regs[] = "regs";
96370 -static const char scc_pram[] = "pram";
96371 -
96372 -static int __init cpm_uart_of_init(void)
96373 -{
96374 - struct device_node *np;
96375 - unsigned int i;
96376 - struct platform_device *cpm_uart_dev;
96377 - int ret;
96378 -
96379 - for (np = NULL, i = 0;
96380 - (np = of_find_compatible_node(np, "serial", "cpm_uart")) != NULL;
96381 - i++) {
96382 - struct resource r[3];
96383 - struct fs_uart_platform_info cpm_uart_data;
96384 - const int *id;
96385 - const char *model;
96386 -
96387 - memset(r, 0, sizeof(r));
96388 - memset(&cpm_uart_data, 0, sizeof(cpm_uart_data));
96389 -
96390 - ret = of_address_to_resource(np, 0, &r[0]);
96391 - if (ret)
96392 - goto err;
96393 -
96394 - r[0].name = scc_regs;
96395 -
96396 - ret = of_address_to_resource(np, 1, &r[1]);
96397 - if (ret)
96398 - goto err;
96399 - r[1].name = scc_pram;
96400 -
96401 - of_irq_to_resource(np, 0, &r[2]);
96402 -
96403 - cpm_uart_dev =
96404 - platform_device_register_simple("fsl-cpm-scc:uart", i, &r[0], 3);
96405 -
96406 - if (IS_ERR(cpm_uart_dev)) {
96407 - ret = PTR_ERR(cpm_uart_dev);
96408 - goto err;
96409 - }
96410 -
96411 - id = of_get_property(np, "device-id", NULL);
96412 - cpm_uart_data.fs_no = *id;
96413 -
96414 - model = of_get_property(np, "model", NULL);
96415 - strcpy(cpm_uart_data.fs_type, model);
96416 -
96417 - cpm_uart_data.uart_clk = ppc_proc_freq;
96418 -
96419 - cpm_uart_data.tx_num_fifo = 4;
96420 - cpm_uart_data.tx_buf_size = 32;
96421 - cpm_uart_data.rx_num_fifo = 4;
96422 - cpm_uart_data.rx_buf_size = 32;
96423 - cpm_uart_data.clk_rx = *((u32 *)of_get_property(np,
96424 - "rx-clock", NULL));
96425 - cpm_uart_data.clk_tx = *((u32 *)of_get_property(np,
96426 - "tx-clock", NULL));
96427 -
96428 - ret =
96429 - platform_device_add_data(cpm_uart_dev, &cpm_uart_data,
96430 - sizeof(struct
96431 - fs_uart_platform_info));
96432 - if (ret)
96433 - goto unreg;
96434 - }
96435 -
96436 - return 0;
96437 -
96438 -unreg:
96439 - platform_device_unregister(cpm_uart_dev);
96440 -err:
96441 - return ret;
96442 -}
96443 -
96444 -arch_initcall(cpm_uart_of_init);
96445 -#endif /* CONFIG_CPM2 */
96446 -
96447 -#ifdef CONFIG_8xx
96448 -
96449 -extern void init_scc_ioports(struct fs_platform_info*);
96450 -extern int platform_device_skip(const char *model, int id);
96451 -
96452 -static int __init fs_enet_mdio_of_init(void)
96453 -{
96454 - struct device_node *np;
96455 - unsigned int i;
96456 - struct platform_device *mdio_dev;
96457 - struct resource res;
96458 - int ret;
96459 -
96460 - for (np = NULL, i = 0;
96461 - (np = of_find_compatible_node(np, "mdio", "fs_enet")) != NULL;
96462 - i++) {
96463 - struct fs_mii_fec_platform_info mdio_data;
96464 -
96465 - memset(&res, 0, sizeof(res));
96466 - memset(&mdio_data, 0, sizeof(mdio_data));
96467 -
96468 - ret = of_address_to_resource(np, 0, &res);
96469 - if (ret)
96470 - goto err;
96471 -
96472 - mdio_dev =
96473 - platform_device_register_simple("fsl-cpm-fec-mdio",
96474 - res.start, &res, 1);
96475 - if (IS_ERR(mdio_dev)) {
96476 - ret = PTR_ERR(mdio_dev);
96477 - goto err;
96478 - }
96479 -
96480 - mdio_data.mii_speed = ((((ppc_proc_freq + 4999999) / 2500000) / 2) & 0x3F) << 1;
96481 -
96482 - ret =
96483 - platform_device_add_data(mdio_dev, &mdio_data,
96484 - sizeof(struct fs_mii_fec_platform_info));
96485 - if (ret)
96486 - goto unreg;
96487 - }
96488 - return 0;
96489 -
96490 -unreg:
96491 - platform_device_unregister(mdio_dev);
96492 -err:
96493 - return ret;
96494 -}
96495 -
96496 -arch_initcall(fs_enet_mdio_of_init);
96497 -
96498 -static const char *enet_regs = "regs";
96499 -static const char *enet_pram = "pram";
96500 -static const char *enet_irq = "interrupt";
96501 -static char bus_id[9][BUS_ID_SIZE];
96502 -
96503 -static int __init fs_enet_of_init(void)
96504 -{
96505 - struct device_node *np;
96506 - unsigned int i;
96507 - struct platform_device *fs_enet_dev = NULL;
96508 - struct resource res;
96509 - int ret;
96510 -
96511 - for (np = NULL, i = 0;
96512 - (np = of_find_compatible_node(np, "network", "fs_enet")) != NULL;
96513 - i++) {
96514 - struct resource r[4];
96515 - struct device_node *phy = NULL, *mdio = NULL;
96516 - struct fs_platform_info fs_enet_data;
96517 - const unsigned int *id;
96518 - const unsigned int *phy_addr;
96519 - const void *mac_addr;
96520 - const phandle *ph;
96521 - const char *model;
96522 -
96523 - memset(r, 0, sizeof(r));
96524 - memset(&fs_enet_data, 0, sizeof(fs_enet_data));
96525 -
96526 - model = of_get_property(np, "model", NULL);
96527 - if (model == NULL) {
96528 - ret = -ENODEV;
96529 - goto unreg;
96530 - }
96531 -
96532 - id = of_get_property(np, "device-id", NULL);
96533 - fs_enet_data.fs_no = *id;
96534 -
96535 - if (platform_device_skip(model, *id))
96536 - continue;
96537 -
96538 - ret = of_address_to_resource(np, 0, &r[0]);
96539 - if (ret)
96540 - goto err;
96541 - r[0].name = enet_regs;
96542 -
96543 - mac_addr = of_get_mac_address(np);
96544 - if (mac_addr)
96545 - memcpy(fs_enet_data.macaddr, mac_addr, 6);
96546 -
96547 - ph = of_get_property(np, "phy-handle", NULL);
96548 - if (ph != NULL)
96549 - phy = of_find_node_by_phandle(*ph);
96550 -
96551 - if (phy != NULL) {
96552 - phy_addr = of_get_property(phy, "reg", NULL);
96553 - fs_enet_data.phy_addr = *phy_addr;
96554 - fs_enet_data.has_phy = 1;
96555 -
96556 - mdio = of_get_parent(phy);
96557 - ret = of_address_to_resource(mdio, 0, &res);
96558 - if (ret) {
96559 - of_node_put(phy);
96560 - of_node_put(mdio);
96561 - goto unreg;
96562 - }
96563 - }
96564 -
96565 - model = of_get_property(np, "model", NULL);
96566 - strcpy(fs_enet_data.fs_type, model);
96567 -
96568 - if (strstr(model, "FEC")) {
96569 - r[1].start = r[1].end = irq_of_parse_and_map(np, 0);
96570 - r[1].flags = IORESOURCE_IRQ;
96571 - r[1].name = enet_irq;
96572 -
96573 - fs_enet_dev =
96574 - platform_device_register_simple("fsl-cpm-fec", i, &r[0], 2);
96575 -
96576 - if (IS_ERR(fs_enet_dev)) {
96577 - ret = PTR_ERR(fs_enet_dev);
96578 - goto err;
96579 - }
96580 -
96581 - fs_enet_data.rx_ring = 128;
96582 - fs_enet_data.tx_ring = 16;
96583 - fs_enet_data.rx_copybreak = 240;
96584 - fs_enet_data.use_napi = 1;
96585 - fs_enet_data.napi_weight = 17;
96586 -
96587 - snprintf((char*)&bus_id[i], BUS_ID_SIZE, "%x:%02x",
96588 - (u32)res.start, fs_enet_data.phy_addr);
96589 - fs_enet_data.bus_id = (char*)&bus_id[i];
96590 - fs_enet_data.init_ioports = init_fec_ioports;
96591 - }
96592 - if (strstr(model, "SCC")) {
96593 - ret = of_address_to_resource(np, 1, &r[1]);
96594 - if (ret)
96595 - goto err;
96596 - r[1].name = enet_pram;
96597 -
96598 - r[2].start = r[2].end = irq_of_parse_and_map(np, 0);
96599 - r[2].flags = IORESOURCE_IRQ;
96600 - r[2].name = enet_irq;
96601 -
96602 - fs_enet_dev =
96603 - platform_device_register_simple("fsl-cpm-scc", i, &r[0], 3);
96604 -
96605 - if (IS_ERR(fs_enet_dev)) {
96606 - ret = PTR_ERR(fs_enet_dev);
96607 - goto err;
96608 - }
96609 -
96610 - fs_enet_data.rx_ring = 64;
96611 - fs_enet_data.tx_ring = 8;
96612 - fs_enet_data.rx_copybreak = 240;
96613 - fs_enet_data.use_napi = 1;
96614 - fs_enet_data.napi_weight = 17;
96615 -
96616 - snprintf((char*)&bus_id[i], BUS_ID_SIZE, "%s", "fixed@10:1");
96617 - fs_enet_data.bus_id = (char*)&bus_id[i];
96618 - fs_enet_data.init_ioports = init_scc_ioports;
96619 - }
96620 -
96621 - of_node_put(phy);
96622 - of_node_put(mdio);
96623 -
96624 - ret = platform_device_add_data(fs_enet_dev, &fs_enet_data,
96625 - sizeof(struct
96626 - fs_platform_info));
96627 - if (ret)
96628 - goto unreg;
96629 - }
96630 - return 0;
96631 -
96632 -unreg:
96633 - platform_device_unregister(fs_enet_dev);
96634 -err:
96635 - return ret;
96636 -}
96637 -
96638 -arch_initcall(fs_enet_of_init);
96639 -
96640 -static int __init fsl_pcmcia_of_init(void)
96641 -{
96642 - struct device_node *np;
96643 - /*
96644 - * Register all the devices which type is "pcmcia"
96645 - */
96646 - for_each_compatible_node(np, "pcmcia", "fsl,pq-pcmcia")
96647 - of_platform_device_create(np, "m8xx-pcmcia", NULL);
96648 - return 0;
96649 -}
96650 -
96651 -arch_initcall(fsl_pcmcia_of_init);
96652 -
96653 -static const char *smc_regs = "regs";
96654 -static const char *smc_pram = "pram";
96655 -
96656 -static int __init cpm_smc_uart_of_init(void)
96657 -{
96658 - struct device_node *np;
96659 - unsigned int i;
96660 - struct platform_device *cpm_uart_dev;
96661 - int ret;
96662 -
96663 - for (np = NULL, i = 0;
96664 - (np = of_find_compatible_node(np, "serial", "cpm_uart")) != NULL;
96665 - i++) {
96666 - struct resource r[3];
96667 - struct fs_uart_platform_info cpm_uart_data;
96668 - const int *id;
96669 - const char *model;
96670 -
96671 - memset(r, 0, sizeof(r));
96672 - memset(&cpm_uart_data, 0, sizeof(cpm_uart_data));
96673 -
96674 - ret = of_address_to_resource(np, 0, &r[0]);
96675 - if (ret)
96676 - goto err;
96677 -
96678 - r[0].name = smc_regs;
96679 -
96680 - ret = of_address_to_resource(np, 1, &r[1]);
96681 - if (ret)
96682 - goto err;
96683 - r[1].name = smc_pram;
96684 -
96685 - r[2].start = r[2].end = irq_of_parse_and_map(np, 0);
96686 - r[2].flags = IORESOURCE_IRQ;
96687 -
96688 - cpm_uart_dev =
96689 - platform_device_register_simple("fsl-cpm-smc:uart", i, &r[0], 3);
96690 -
96691 - if (IS_ERR(cpm_uart_dev)) {
96692 - ret = PTR_ERR(cpm_uart_dev);
96693 - goto err;
96694 - }
96695 -
96696 - model = of_get_property(np, "model", NULL);
96697 - strcpy(cpm_uart_data.fs_type, model);
96698 -
96699 - id = of_get_property(np, "device-id", NULL);
96700 - cpm_uart_data.fs_no = *id;
96701 - cpm_uart_data.uart_clk = ppc_proc_freq;
96702 -
96703 - cpm_uart_data.tx_num_fifo = 4;
96704 - cpm_uart_data.tx_buf_size = 32;
96705 - cpm_uart_data.rx_num_fifo = 4;
96706 - cpm_uart_data.rx_buf_size = 32;
96707 -
96708 - ret =
96709 - platform_device_add_data(cpm_uart_dev, &cpm_uart_data,
96710 - sizeof(struct
96711 - fs_uart_platform_info));
96712 - if (ret)
96713 - goto unreg;
96714 - }
96715 -
96716 - return 0;
96717 -
96718 -unreg:
96719 - platform_device_unregister(cpm_uart_dev);
96720 -err:
96721 - return ret;
96722 -}
96723 -
96724 -arch_initcall(cpm_smc_uart_of_init);
96725 -
96726 -#endif /* CONFIG_8xx */
96727 -#endif /* CONFIG_PPC_CPM_NEW_BINDING */
96728 -
96729 static int __init of_fsl_spi_probe(char *type, char *compatible, u32 sysclk,
96730 struct spi_board_info *board_infos,
96731 unsigned int num_board_infos,
96732 @@ -1371,25 +840,9 @@
96733 sysclk = get_brgfreq();
96734 #endif
96735 if (sysclk == -1) {
96736 - struct device_node *np;
96737 - const u32 *freq;
96738 - int size;
96739 -
96740 - np = of_find_node_by_type(NULL, "soc");
96741 - if (!np)
96742 + sysclk = fsl_get_sys_freq();
96743 + if (sysclk == -1)
96744 return -ENODEV;
96745 -
96746 - freq = of_get_property(np, "clock-frequency", &size);
96747 - if (!freq || size != sizeof(*freq) || *freq == 0) {
96748 - freq = of_get_property(np, "bus-frequency", &size);
96749 - if (!freq || size != sizeof(*freq) || *freq == 0) {
96750 - of_node_put(np);
96751 - return -ENODEV;
96752 - }
96753 - }
96754 -
96755 - sysclk = *freq;
96756 - of_node_put(np);
96757 }
96758
96759 ret = of_fsl_spi_probe(NULL, "fsl,spi", sysclk, board_infos,
96760 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_soc.h powerpc.git/arch/powerpc/sysdev/fsl_soc.h
96761 --- linux-2.6.25-rc9/arch/powerpc/sysdev/fsl_soc.h 2008-04-11 22:32:29.000000000 +0200
96762 +++ powerpc.git/arch/powerpc/sysdev/fsl_soc.h 2008-04-19 16:40:52.000000000 +0200
96763 @@ -7,6 +7,7 @@
96764 extern phys_addr_t get_immrbase(void);
96765 extern u32 get_brgfreq(void);
96766 extern u32 get_baudrate(void);
96767 +extern u32 fsl_get_sys_freq(void);
96768
96769 struct spi_board_info;
96770
96771 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/mpic.c powerpc.git/arch/powerpc/sysdev/mpic.c
96772 --- linux-2.6.25-rc9/arch/powerpc/sysdev/mpic.c 2008-04-11 22:32:29.000000000 +0200
96773 +++ powerpc.git/arch/powerpc/sysdev/mpic.c 2008-04-19 16:40:52.000000000 +0200
96774 @@ -175,13 +175,16 @@
96775 switch(type) {
96776 #ifdef CONFIG_PPC_DCR
96777 case mpic_access_dcr:
96778 - return dcr_write(rb->dhost, reg, value);
96779 + dcr_write(rb->dhost, reg, value);
96780 + break;
96781 #endif
96782 case mpic_access_mmio_be:
96783 - return out_be32(rb->base + (reg >> 2), value);
96784 + out_be32(rb->base + (reg >> 2), value);
96785 + break;
96786 case mpic_access_mmio_le:
96787 default:
96788 - return out_le32(rb->base + (reg >> 2), value);
96789 + out_le32(rb->base + (reg >> 2), value);
96790 + break;
96791 }
96792 }
96793
96794 @@ -1000,7 +1003,7 @@
96795 const char *name)
96796 {
96797 struct mpic *mpic;
96798 - u32 reg;
96799 + u32 greg_feature;
96800 const char *vers;
96801 int i;
96802 int intvec_top;
96803 @@ -1064,7 +1067,8 @@
96804
96805 /* Look for protected sources */
96806 if (node) {
96807 - unsigned int psize, bits, mapsize;
96808 + int psize;
96809 + unsigned int bits, mapsize;
96810 const u32 *psrc =
96811 of_get_property(node, "protected-sources", &psize);
96812 if (psrc) {
96813 @@ -1107,8 +1111,7 @@
96814 * in, try to obtain one
96815 */
96816 if (paddr == 0 && !(mpic->flags & MPIC_USES_DCR)) {
96817 - const u32 *reg;
96818 - reg = of_get_property(node, "reg", NULL);
96819 + const u32 *reg = of_get_property(node, "reg", NULL);
96820 BUG_ON(reg == NULL);
96821 paddr = of_translate_address(node, reg);
96822 BUG_ON(paddr == OF_BAD_ADDR);
96823 @@ -1137,12 +1140,13 @@
96824 * MPICs, num sources as well. On ISU MPICs, sources are counted
96825 * as ISUs are added
96826 */
96827 - reg = mpic_read(mpic->gregs, MPIC_INFO(GREG_FEATURE_0));
96828 - mpic->num_cpus = ((reg & MPIC_GREG_FEATURE_LAST_CPU_MASK)
96829 + greg_feature = mpic_read(mpic->gregs, MPIC_INFO(GREG_FEATURE_0));
96830 + mpic->num_cpus = ((greg_feature & MPIC_GREG_FEATURE_LAST_CPU_MASK)
96831 >> MPIC_GREG_FEATURE_LAST_CPU_SHIFT) + 1;
96832 if (isu_size == 0)
96833 - mpic->num_sources = ((reg & MPIC_GREG_FEATURE_LAST_SRC_MASK)
96834 - >> MPIC_GREG_FEATURE_LAST_SRC_SHIFT) + 1;
96835 + mpic->num_sources =
96836 + ((greg_feature & MPIC_GREG_FEATURE_LAST_SRC_MASK)
96837 + >> MPIC_GREG_FEATURE_LAST_SRC_SHIFT) + 1;
96838
96839 /* Map the per-CPU registers */
96840 for (i = 0; i < mpic->num_cpus; i++) {
96841 @@ -1161,7 +1165,7 @@
96842 mpic->isu_mask = (1 << mpic->isu_shift) - 1;
96843
96844 /* Display version */
96845 - switch (reg & MPIC_GREG_FEATURE_VERSION_MASK) {
96846 + switch (greg_feature & MPIC_GREG_FEATURE_VERSION_MASK) {
96847 case 1:
96848 vers = "1.0";
96849 break;
96850 @@ -1321,7 +1325,7 @@
96851
96852 void mpic_irq_set_priority(unsigned int irq, unsigned int pri)
96853 {
96854 - int is_ipi;
96855 + unsigned int is_ipi;
96856 struct mpic *mpic = mpic_find(irq, &is_ipi);
96857 unsigned int src = mpic_irq_to_hw(irq);
96858 unsigned long flags;
96859 @@ -1344,7 +1348,7 @@
96860
96861 unsigned int mpic_irq_get_priority(unsigned int irq)
96862 {
96863 - int is_ipi;
96864 + unsigned int is_ipi;
96865 struct mpic *mpic = mpic_find(irq, &is_ipi);
96866 unsigned int src = mpic_irq_to_hw(irq);
96867 unsigned long flags;
96868 @@ -1406,11 +1410,6 @@
96869 mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), prio);
96870 }
96871
96872 -/*
96873 - * XXX: someone who knows mpic should check this.
96874 - * do we need to eoi the ipi including for kexec cpu here (see xics comments)?
96875 - * or can we reset the mpic in the new kernel?
96876 - */
96877 void mpic_teardown_this_cpu(int secondary)
96878 {
96879 struct mpic *mpic = mpic_primary;
96880 @@ -1430,6 +1429,10 @@
96881
96882 /* Set current processor priority to max */
96883 mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), 0xf);
96884 + /* We need to EOI the IPI since not all platforms reset the MPIC
96885 + * on boot and new interrupts wouldn't get delivered otherwise.
96886 + */
96887 + mpic_eoi(mpic);
96888
96889 spin_unlock_irqrestore(&mpic_lock, flags);
96890 }
96891 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_dev.c powerpc.git/arch/powerpc/sysdev/mv64x60_dev.c
96892 --- linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_dev.c 2008-04-11 22:32:29.000000000 +0200
96893 +++ powerpc.git/arch/powerpc/sysdev/mv64x60_dev.c 2008-04-19 16:40:52.000000000 +0200
96894 @@ -127,7 +127,7 @@
96895 if (err)
96896 return err;
96897
96898 - prop = of_get_property(np, "block-index", NULL);
96899 + prop = of_get_property(np, "cell-index", NULL);
96900 if (!prop)
96901 return -ENODEV;
96902 port_number = *(int *)prop;
96903 @@ -136,6 +136,7 @@
96904
96905 pdata.cache_mgmt = 1; /* All current revs need this set */
96906
96907 + pdata.max_idle = 40; /* default */
96908 prop = of_get_property(np, "max_idle", NULL);
96909 if (prop)
96910 pdata.max_idle = *prop;
96911 @@ -205,30 +206,24 @@
96912 /*
96913 * Create mv64x60_eth platform devices
96914 */
96915 -static int __init eth_register_shared_pdev(struct device_node *np)
96916 +static struct platform_device * __init mv64x60_eth_register_shared_pdev(
96917 + struct device_node *np, int id)
96918 {
96919 struct platform_device *pdev;
96920 struct resource r[1];
96921 int err;
96922
96923 - np = of_get_parent(np);
96924 - if (!np)
96925 - return -ENODEV;
96926 -
96927 err = of_address_to_resource(np, 0, &r[0]);
96928 - of_node_put(np);
96929 if (err)
96930 - return err;
96931 + return ERR_PTR(err);
96932
96933 - pdev = platform_device_register_simple(MV643XX_ETH_SHARED_NAME, 0,
96934 + pdev = platform_device_register_simple(MV643XX_ETH_SHARED_NAME, id,
96935 r, 1);
96936 - if (IS_ERR(pdev))
96937 - return PTR_ERR(pdev);
96938 -
96939 - return 0;
96940 + return pdev;
96941 }
96942
96943 -static int __init mv64x60_eth_device_setup(struct device_node *np, int id)
96944 +static int __init mv64x60_eth_device_setup(struct device_node *np, int id,
96945 + struct platform_device *shared_pdev)
96946 {
96947 struct resource r[1];
96948 struct mv643xx_eth_platform_data pdata;
96949 @@ -239,16 +234,12 @@
96950 const phandle *ph;
96951 int err;
96952
96953 - /* only register the shared platform device the first time through */
96954 - if (id == 0 && (err = eth_register_shared_pdev(np)))
96955 - return err;
96956 -
96957 memset(r, 0, sizeof(r));
96958 of_irq_to_resource(np, 0, &r[0]);
96959
96960 memset(&pdata, 0, sizeof(pdata));
96961
96962 - prop = of_get_property(np, "block-index", NULL);
96963 + prop = of_get_property(np, "reg", NULL);
96964 if (!prop)
96965 return -ENODEV;
96966 pdata.port_number = *prop;
96967 @@ -301,7 +292,7 @@
96968
96969 of_node_put(phy);
96970
96971 - pdev = platform_device_alloc(MV643XX_ETH_NAME, pdata.port_number);
96972 + pdev = platform_device_alloc(MV643XX_ETH_NAME, id);
96973 if (!pdev)
96974 return -ENOMEM;
96975
96976 @@ -345,21 +336,19 @@
96977
96978 memset(&pdata, 0, sizeof(pdata));
96979
96980 + pdata.freq_m = 8; /* default */
96981 prop = of_get_property(np, "freq_m", NULL);
96982 if (!prop)
96983 return -ENODEV;
96984 pdata.freq_m = *prop;
96985
96986 + pdata.freq_m = 3; /* default */
96987 prop = of_get_property(np, "freq_n", NULL);
96988 if (!prop)
96989 return -ENODEV;
96990 pdata.freq_n = *prop;
96991
96992 - prop = of_get_property(np, "timeout", NULL);
96993 - if (prop)
96994 - pdata.timeout = *prop;
96995 - else
96996 - pdata.timeout = 1000; /* 1 second */
96997 + pdata.timeout = 1000; /* default: 1 second */
96998
96999 pdev = platform_device_alloc(MV64XXX_I2C_CTLR_NAME, id);
97000 if (!pdev)
97001 @@ -401,10 +390,7 @@
97002
97003 memset(&pdata, 0, sizeof(pdata));
97004
97005 - prop = of_get_property(np, "timeout", NULL);
97006 - if (!prop)
97007 - return -ENODEV;
97008 - pdata.timeout = *prop;
97009 + pdata.timeout = 10; /* Default: 10 seconds */
97010
97011 np = of_get_parent(np);
97012 if (!np)
97013 @@ -441,27 +427,43 @@
97014
97015 static int __init mv64x60_device_setup(void)
97016 {
97017 - struct device_node *np = NULL;
97018 - int id;
97019 + struct device_node *np, *np2;
97020 + struct platform_device *pdev;
97021 + int id, id2;
97022 int err;
97023
97024 id = 0;
97025 - for_each_compatible_node(np, "serial", "marvell,mpsc")
97026 + for_each_compatible_node(np, "serial", "marvell,mv64360-mpsc")
97027 if ((err = mv64x60_mpsc_device_setup(np, id++)))
97028 goto error;
97029
97030 id = 0;
97031 - for_each_compatible_node(np, "network", "marvell,mv64x60-eth")
97032 - if ((err = mv64x60_eth_device_setup(np, id++)))
97033 + id2 = 0;
97034 + for_each_compatible_node(np, NULL, "marvell,mv64360-eth-group") {
97035 + pdev = mv64x60_eth_register_shared_pdev(np, id++);
97036 + if (IS_ERR(pdev)) {
97037 + err = PTR_ERR(pdev);
97038 goto error;
97039 + }
97040 + for_each_child_of_node(np, np2) {
97041 + if (!of_device_is_compatible(np2,
97042 + "marvell,mv64360-eth"))
97043 + continue;
97044 + err = mv64x60_eth_device_setup(np2, id2++, pdev);
97045 + if (err) {
97046 + of_node_put(np2);
97047 + goto error;
97048 + }
97049 + }
97050 + }
97051
97052 id = 0;
97053 - for_each_compatible_node(np, "i2c", "marvell,mv64x60-i2c")
97054 + for_each_compatible_node(np, "i2c", "marvell,mv64360-i2c")
97055 if ((err = mv64x60_i2c_device_setup(np, id++)))
97056 goto error;
97057
97058 /* support up to one watchdog timer */
97059 - np = of_find_compatible_node(np, NULL, "marvell,mv64x60-wdt");
97060 + np = of_find_compatible_node(np, NULL, "marvell,mv64360-wdt");
97061 if (np) {
97062 if ((err = mv64x60_wdt_device_setup(np, id)))
97063 goto error;
97064 @@ -489,10 +491,10 @@
97065 if (!np)
97066 goto not_mpsc;
97067
97068 - if (!of_device_is_compatible(np, "marvell,mpsc"))
97069 + if (!of_device_is_compatible(np, "marvell,mv64360-mpsc"))
97070 goto not_mpsc;
97071
97072 - prop = of_get_property(np, "block-index", NULL);
97073 + prop = of_get_property(np, "cell-index", NULL);
97074 if (!prop)
97075 goto not_mpsc;
97076
97077 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_pci.c powerpc.git/arch/powerpc/sysdev/mv64x60_pci.c
97078 --- linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_pci.c 2008-04-11 22:32:29.000000000 +0200
97079 +++ powerpc.git/arch/powerpc/sysdev/mv64x60_pci.c 2008-04-19 16:40:52.000000000 +0200
97080 @@ -86,14 +86,14 @@
97081 struct platform_device *pdev;
97082 const unsigned int *prop;
97083
97084 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60");
97085 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360");
97086 if (!np)
97087 return 0;
97088
97089 prop = of_get_property(np, "hs_reg_valid", NULL);
97090 of_node_put(np);
97091
97092 - pdev = platform_device_register_simple("marvell,mv64x60", 0, NULL, 0);
97093 + pdev = platform_device_register_simple("marvell,mv64360", 0, NULL, 0);
97094 if (IS_ERR(pdev))
97095 return PTR_ERR(pdev);
97096
97097 @@ -166,6 +166,6 @@
97098 {
97099 struct device_node *np;
97100
97101 - for_each_compatible_node(np, "pci", "marvell,mv64x60-pci")
97102 + for_each_compatible_node(np, "pci", "marvell,mv64360-pci")
97103 mv64x60_add_bridge(np);
97104 }
97105 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_pic.c powerpc.git/arch/powerpc/sysdev/mv64x60_pic.c
97106 --- linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_pic.c 2008-04-11 22:32:29.000000000 +0200
97107 +++ powerpc.git/arch/powerpc/sysdev/mv64x60_pic.c 2008-04-19 16:40:52.000000000 +0200
97108 @@ -238,13 +238,13 @@
97109 const unsigned int *reg;
97110 unsigned long flags;
97111
97112 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-gpp");
97113 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-gpp");
97114 reg = of_get_property(np, "reg", &size);
97115 paddr = of_translate_address(np, reg);
97116 mv64x60_gpp_reg_base = ioremap(paddr, reg[1]);
97117 of_node_put(np);
97118
97119 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-pic");
97120 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-pic");
97121 reg = of_get_property(np, "reg", &size);
97122 paddr = of_translate_address(np, reg);
97123 mv64x60_irq_reg_base = ioremap(paddr, reg[1]);
97124 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_udbg.c powerpc.git/arch/powerpc/sysdev/mv64x60_udbg.c
97125 --- linux-2.6.25-rc9/arch/powerpc/sysdev/mv64x60_udbg.c 2008-04-11 22:32:29.000000000 +0200
97126 +++ powerpc.git/arch/powerpc/sysdev/mv64x60_udbg.c 2008-04-19 16:40:52.000000000 +0200
97127 @@ -85,7 +85,7 @@
97128 if (!stdout)
97129 return;
97130
97131 - for_each_compatible_node(np, "serial", "marvell,mpsc") {
97132 + for_each_compatible_node(np, "serial", "marvell,mv64360-mpsc") {
97133 if (np == stdout)
97134 break;
97135 }
97136 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_pci.c powerpc.git/arch/powerpc/sysdev/ppc4xx_pci.c
97137 --- linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_pci.c 2008-04-11 22:32:29.000000000 +0200
97138 +++ powerpc.git/arch/powerpc/sysdev/ppc4xx_pci.c 2008-04-19 16:40:52.000000000 +0200
97139 @@ -527,6 +527,7 @@
97140 *
97141 * ibm,plb-pciex-440spe
97142 * ibm,plb-pciex-405ex
97143 + * ibm,plb-pciex-460ex
97144 *
97145 * Anything else will be rejected for now as they are all subtly
97146 * different unfortunately.
97147 @@ -645,7 +646,7 @@
97148 int time_out = 20;
97149
97150 /* Set PLL clock receiver to LVPECL */
97151 - mtdcri(SDR0, PESDR0_PLLLCT1, mfdcri(SDR0, PESDR0_PLLLCT1) | 1 << 28);
97152 + dcri_clrset(SDR0, PESDR0_PLLLCT1, 0, 1 << 28);
97153
97154 /* Shouldn't we do all the calibration stuff etc... here ? */
97155 if (ppc440spe_pciex_check_reset(np))
97156 @@ -659,8 +660,7 @@
97157 }
97158
97159 /* De-assert reset of PCIe PLL, wait for lock */
97160 - mtdcri(SDR0, PESDR0_PLLLCT1,
97161 - mfdcri(SDR0, PESDR0_PLLLCT1) & ~(1 << 24));
97162 + dcri_clrset(SDR0, PESDR0_PLLLCT1, 1 << 24, 0);
97163 udelay(3);
97164
97165 while (time_out) {
97166 @@ -712,9 +712,8 @@
97167 mtdcri(SDR0, port->sdr_base + PESDRn_440SPE_HSSL7SET1,
97168 0x35000000);
97169 }
97170 - val = mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET);
97171 - mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
97172 - (val & ~(1 << 24 | 1 << 16)) | 1 << 12);
97173 + dcri_clrset(SDR0, port->sdr_base + PESDRn_RCSSET,
97174 + (1 << 24) | (1 << 16), 1 << 12);
97175
97176 return 0;
97177 }
97178 @@ -775,6 +774,115 @@
97179 .setup_utl = ppc440speB_pciex_init_utl,
97180 };
97181
97182 +static int __init ppc460ex_pciex_core_init(struct device_node *np)
97183 +{
97184 + /* Nothing to do, return 2 ports */
97185 + return 2;
97186 +}
97187 +
97188 +static int ppc460ex_pciex_init_port_hw(struct ppc4xx_pciex_port *port)
97189 +{
97190 + u32 val;
97191 + u32 utlset1;
97192 +
97193 + if (port->endpoint)
97194 + val = PTYPE_LEGACY_ENDPOINT << 20;
97195 + else
97196 + val = PTYPE_ROOT_PORT << 20;
97197 +
97198 + if (port->index == 0) {
97199 + val |= LNKW_X1 << 12;
97200 + utlset1 = 0x20000000;
97201 + } else {
97202 + val |= LNKW_X4 << 12;
97203 + utlset1 = 0x20101101;
97204 + }
97205 +
97206 + mtdcri(SDR0, port->sdr_base + PESDRn_DLPSET, val);
97207 + mtdcri(SDR0, port->sdr_base + PESDRn_UTLSET1, utlset1);
97208 + mtdcri(SDR0, port->sdr_base + PESDRn_UTLSET2, 0x01210000);
97209 +
97210 + switch (port->index) {
97211 + case 0:
97212 + mtdcri(SDR0, PESDR0_460EX_L0CDRCTL, 0x00003230);
97213 + mtdcri(SDR0, PESDR0_460EX_L0DRV, 0x00000136);
97214 + mtdcri(SDR0, PESDR0_460EX_L0CLK, 0x00000006);
97215 +
97216 + mtdcri(SDR0, PESDR0_460EX_PHY_CTL_RST,0x10000000);
97217 + break;
97218 +
97219 + case 1:
97220 + mtdcri(SDR0, PESDR1_460EX_L0CDRCTL, 0x00003230);
97221 + mtdcri(SDR0, PESDR1_460EX_L1CDRCTL, 0x00003230);
97222 + mtdcri(SDR0, PESDR1_460EX_L2CDRCTL, 0x00003230);
97223 + mtdcri(SDR0, PESDR1_460EX_L3CDRCTL, 0x00003230);
97224 + mtdcri(SDR0, PESDR1_460EX_L0DRV, 0x00000136);
97225 + mtdcri(SDR0, PESDR1_460EX_L1DRV, 0x00000136);
97226 + mtdcri(SDR0, PESDR1_460EX_L2DRV, 0x00000136);
97227 + mtdcri(SDR0, PESDR1_460EX_L3DRV, 0x00000136);
97228 + mtdcri(SDR0, PESDR1_460EX_L0CLK, 0x00000006);
97229 + mtdcri(SDR0, PESDR1_460EX_L1CLK, 0x00000006);
97230 + mtdcri(SDR0, PESDR1_460EX_L2CLK, 0x00000006);
97231 + mtdcri(SDR0, PESDR1_460EX_L3CLK, 0x00000006);
97232 +
97233 + mtdcri(SDR0, PESDR1_460EX_PHY_CTL_RST,0x10000000);
97234 + break;
97235 + }
97236 +
97237 + mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
97238 + mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) |
97239 + (PESDRx_RCSSET_RSTGU | PESDRx_RCSSET_RSTPYN));
97240 +
97241 + /* Poll for PHY reset */
97242 + /* XXX FIXME add timeout */
97243 + switch (port->index) {
97244 + case 0:
97245 + while (!(mfdcri(SDR0, PESDR0_460EX_RSTSTA) & 0x1))
97246 + udelay(10);
97247 + break;
97248 + case 1:
97249 + while (!(mfdcri(SDR0, PESDR1_460EX_RSTSTA) & 0x1))
97250 + udelay(10);
97251 + break;
97252 + }
97253 +
97254 + mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
97255 + (mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) &
97256 + ~(PESDRx_RCSSET_RSTGU | PESDRx_RCSSET_RSTDL)) |
97257 + PESDRx_RCSSET_RSTPYN);
97258 +
97259 + port->has_ibpre = 1;
97260 +
97261 + return 0;
97262 +}
97263 +
97264 +static int ppc460ex_pciex_init_utl(struct ppc4xx_pciex_port *port)
97265 +{
97266 + dcr_write(port->dcrs, DCRO_PEGPL_SPECIAL, 0x0);
97267 +
97268 + /*
97269 + * Set buffer allocations and then assert VRB and TXE.
97270 + */
97271 + out_be32(port->utl_base + PEUTL_PBCTL, 0x0800000c);
97272 + out_be32(port->utl_base + PEUTL_OUTTR, 0x08000000);
97273 + out_be32(port->utl_base + PEUTL_INTR, 0x02000000);
97274 + out_be32(port->utl_base + PEUTL_OPDBSZ, 0x04000000);
97275 + out_be32(port->utl_base + PEUTL_PBBSZ, 0x00000000);
97276 + out_be32(port->utl_base + PEUTL_IPHBSZ, 0x02000000);
97277 + out_be32(port->utl_base + PEUTL_IPDBSZ, 0x04000000);
97278 + out_be32(port->utl_base + PEUTL_RCIRQEN,0x00f00000);
97279 + out_be32(port->utl_base + PEUTL_PCTL, 0x80800066);
97280 +
97281 + return 0;
97282 +}
97283 +
97284 +static struct ppc4xx_pciex_hwops ppc460ex_pcie_hwops __initdata =
97285 +{
97286 + .core_init = ppc460ex_pciex_core_init,
97287 + .port_init_hw = ppc460ex_pciex_init_port_hw,
97288 + .setup_utl = ppc460ex_pciex_init_utl,
97289 +};
97290 +
97291 #endif /* CONFIG_44x */
97292
97293 #ifdef CONFIG_40x
97294 @@ -830,17 +938,9 @@
97295 * PCIe boards don't show this problem.
97296 * This has to be re-tested and fixed in a later release!
97297 */
97298 -#if 0 /* XXX FIXME: Not resetting the PHY will leave all resources
97299 - * configured as done previously by U-Boot. Then Linux will currently
97300 - * not reassign them. So the PHY reset is now done always. This will
97301 - * lead to problems with the Atheros PCIe board again.
97302 - */
97303 val = mfdcri(SDR0, port->sdr_base + PESDRn_LOOP);
97304 if (!(val & 0x00001000))
97305 ppc405ex_pcie_phy_reset(port);
97306 -#else
97307 - ppc405ex_pcie_phy_reset(port);
97308 -#endif
97309
97310 dcr_write(port->dcrs, DCRO_PEGPL_CFG, 0x10000000); /* guarded on */
97311
97312 @@ -896,6 +996,8 @@
97313 else
97314 ppc4xx_pciex_hwops = &ppc440speB_pcie_hwops;
97315 }
97316 + if (of_device_is_compatible(np, "ibm,plb-pciex-460ex"))
97317 + ppc4xx_pciex_hwops = &ppc460ex_pcie_hwops;
97318 #endif /* CONFIG_44x */
97319 #ifdef CONFIG_40x
97320 if (of_device_is_compatible(np, "ibm,plb-pciex-405ex"))
97321 @@ -1042,8 +1144,7 @@
97322 port->link = 0;
97323 }
97324
97325 - mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
97326 - mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) | 1 << 20);
97327 + dcri_clrset(SDR0, port->sdr_base + PESDRn_RCSSET, 0, 1 << 20);
97328 msleep(100);
97329
97330 return 0;
97331 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_pci.h powerpc.git/arch/powerpc/sysdev/ppc4xx_pci.h
97332 --- linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_pci.h 2008-04-11 22:32:29.000000000 +0200
97333 +++ powerpc.git/arch/powerpc/sysdev/ppc4xx_pci.h 2008-04-19 16:40:52.000000000 +0200
97334 @@ -271,6 +271,59 @@
97335 #define PESDR1_405EX_PHYSTA 0x044C
97336
97337 /*
97338 + * 460EX additional DCRs
97339 + */
97340 +#define PESDR0_460EX_L0BIST 0x0308
97341 +#define PESDR0_460EX_L0BISTSTS 0x0309
97342 +#define PESDR0_460EX_L0CDRCTL 0x030A
97343 +#define PESDR0_460EX_L0DRV 0x030B
97344 +#define PESDR0_460EX_L0REC 0x030C
97345 +#define PESDR0_460EX_L0LPB 0x030D
97346 +#define PESDR0_460EX_L0CLK 0x030E
97347 +#define PESDR0_460EX_PHY_CTL_RST 0x030F
97348 +#define PESDR0_460EX_RSTSTA 0x0310
97349 +#define PESDR0_460EX_OBS 0x0311
97350 +#define PESDR0_460EX_L0ERRC 0x0320
97351 +
97352 +#define PESDR1_460EX_L0BIST 0x0348
97353 +#define PESDR1_460EX_L1BIST 0x0349
97354 +#define PESDR1_460EX_L2BIST 0x034A
97355 +#define PESDR1_460EX_L3BIST 0x034B
97356 +#define PESDR1_460EX_L0BISTSTS 0x034C
97357 +#define PESDR1_460EX_L1BISTSTS 0x034D
97358 +#define PESDR1_460EX_L2BISTSTS 0x034E
97359 +#define PESDR1_460EX_L3BISTSTS 0x034F
97360 +#define PESDR1_460EX_L0CDRCTL 0x0350
97361 +#define PESDR1_460EX_L1CDRCTL 0x0351
97362 +#define PESDR1_460EX_L2CDRCTL 0x0352
97363 +#define PESDR1_460EX_L3CDRCTL 0x0353
97364 +#define PESDR1_460EX_L0DRV 0x0354
97365 +#define PESDR1_460EX_L1DRV 0x0355
97366 +#define PESDR1_460EX_L2DRV 0x0356
97367 +#define PESDR1_460EX_L3DRV 0x0357
97368 +#define PESDR1_460EX_L0REC 0x0358
97369 +#define PESDR1_460EX_L1REC 0x0359
97370 +#define PESDR1_460EX_L2REC 0x035A
97371 +#define PESDR1_460EX_L3REC 0x035B
97372 +#define PESDR1_460EX_L0LPB 0x035C
97373 +#define PESDR1_460EX_L1LPB 0x035D
97374 +#define PESDR1_460EX_L2LPB 0x035E
97375 +#define PESDR1_460EX_L3LPB 0x035F
97376 +#define PESDR1_460EX_L0CLK 0x0360
97377 +#define PESDR1_460EX_L1CLK 0x0361
97378 +#define PESDR1_460EX_L2CLK 0x0362
97379 +#define PESDR1_460EX_L3CLK 0x0363
97380 +#define PESDR1_460EX_PHY_CTL_RST 0x0364
97381 +#define PESDR1_460EX_RSTSTA 0x0365
97382 +#define PESDR1_460EX_OBS 0x0366
97383 +#define PESDR1_460EX_L0ERRC 0x0368
97384 +#define PESDR1_460EX_L1ERRC 0x0369
97385 +#define PESDR1_460EX_L2ERRC 0x036A
97386 +#define PESDR1_460EX_L3ERRC 0x036B
97387 +#define PESDR0_460EX_IHS1 0x036C
97388 +#define PESDR0_460EX_IHS2 0x036D
97389 +
97390 +/*
97391 * Of the above, some are common offsets from the base
97392 */
97393 #define PESDRn_UTLSET1 0x00
97394 @@ -353,6 +406,12 @@
97395 #define PECFG_POM2LAL 0x390
97396 #define PECFG_POM2LAH 0x394
97397
97398 +/* SDR Bit Mappings */
97399 +#define PESDRx_RCSSET_HLDPLB 0x10000000
97400 +#define PESDRx_RCSSET_RSTGU 0x01000000
97401 +#define PESDRx_RCSSET_RDY 0x00100000
97402 +#define PESDRx_RCSSET_RSTDL 0x00010000
97403 +#define PESDRx_RCSSET_RSTPYN 0x00001000
97404
97405 enum
97406 {
97407 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_soc.c powerpc.git/arch/powerpc/sysdev/ppc4xx_soc.c
97408 --- linux-2.6.25-rc9/arch/powerpc/sysdev/ppc4xx_soc.c 1970-01-01 01:00:00.000000000 +0100
97409 +++ powerpc.git/arch/powerpc/sysdev/ppc4xx_soc.c 2008-04-19 16:40:52.000000000 +0200
97410 @@ -0,0 +1,200 @@
97411 +/*
97412 + * IBM/AMCC PPC4xx SoC setup code
97413 + *
97414 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
97415 + *
97416 + * L2 cache routines cloned from arch/ppc/syslib/ibm440gx_common.c which is:
97417 + * Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net>
97418 + * Copyright (c) 2003 - 2006 Zultys Technologies
97419 + *
97420 + * This program is free software; you can redistribute it and/or modify it
97421 + * under the terms of the GNU General Public License as published by the
97422 + * Free Software Foundation; either version 2 of the License, or (at your
97423 + * option) any later version.
97424 + */
97425 +
97426 +#include <linux/stddef.h>
97427 +#include <linux/kernel.h>
97428 +#include <linux/init.h>
97429 +#include <linux/errno.h>
97430 +#include <linux/interrupt.h>
97431 +#include <linux/irq.h>
97432 +#include <linux/of_platform.h>
97433 +
97434 +#include <asm/dcr.h>
97435 +#include <asm/dcr-regs.h>
97436 +#include <asm/reg.h>
97437 +
97438 +static u32 dcrbase_l2c;
97439 +
97440 +/*
97441 + * L2-cache
97442 + */
97443 +
97444 +/* Issue L2C diagnostic command */
97445 +static inline u32 l2c_diag(u32 addr)
97446 +{
97447 + mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, addr);
97448 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_DIAG);
97449 + while (!(mfdcr(dcrbase_l2c + DCRN_L2C0_SR) & L2C_SR_CC))
97450 + ;
97451 +
97452 + return mfdcr(dcrbase_l2c + DCRN_L2C0_DATA);
97453 +}
97454 +
97455 +static irqreturn_t l2c_error_handler(int irq, void *dev)
97456 +{
97457 + u32 sr = mfdcr(dcrbase_l2c + DCRN_L2C0_SR);
97458 +
97459 + if (sr & L2C_SR_CPE) {
97460 + /* Read cache trapped address */
97461 + u32 addr = l2c_diag(0x42000000);
97462 + printk(KERN_EMERG "L2C: Cache Parity Error, addr[16:26] = 0x%08x\n",
97463 + addr);
97464 + }
97465 + if (sr & L2C_SR_TPE) {
97466 + /* Read tag trapped address */
97467 + u32 addr = l2c_diag(0x82000000) >> 16;
97468 + printk(KERN_EMERG "L2C: Tag Parity Error, addr[16:26] = 0x%08x\n",
97469 + addr);
97470 + }
97471 +
97472 + /* Clear parity errors */
97473 + if (sr & (L2C_SR_CPE | L2C_SR_TPE)){
97474 + mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, 0);
97475 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_CCP | L2C_CMD_CTE);
97476 + } else {
97477 + printk(KERN_EMERG "L2C: LRU error\n");
97478 + }
97479 +
97480 + return IRQ_HANDLED;
97481 +}
97482 +
97483 +static int __init ppc4xx_l2c_probe(void)
97484 +{
97485 + struct device_node *np;
97486 + u32 r;
97487 + unsigned long flags;
97488 + int irq;
97489 + const u32 *dcrreg;
97490 + u32 dcrbase_isram;
97491 + int len;
97492 + const u32 *prop;
97493 + u32 l2_size;
97494 +
97495 + np = of_find_compatible_node(NULL, NULL, "ibm,l2-cache");
97496 + if (!np)
97497 + return 0;
97498 +
97499 + /* Get l2 cache size */
97500 + prop = of_get_property(np, "cache-size", NULL);
97501 + if (prop == NULL) {
97502 + printk(KERN_ERR "%s: Can't get cache-size!\n", np->full_name);
97503 + of_node_put(np);
97504 + return -ENODEV;
97505 + }
97506 + l2_size = prop[0];
97507 +
97508 + /* Map DCRs */
97509 + dcrreg = of_get_property(np, "dcr-reg", &len);
97510 + if (!dcrreg || (len != 4 * sizeof(u32))) {
97511 + printk(KERN_ERR "%s: Can't get DCR register base !",
97512 + np->full_name);
97513 + of_node_put(np);
97514 + return -ENODEV;
97515 + }
97516 + dcrbase_isram = dcrreg[0];
97517 + dcrbase_l2c = dcrreg[2];
97518 +
97519 + /* Get and map irq number from device tree */
97520 + irq = irq_of_parse_and_map(np, 0);
97521 + if (irq == NO_IRQ) {
97522 + printk(KERN_ERR "irq_of_parse_and_map failed\n");
97523 + of_node_put(np);
97524 + return -ENODEV;
97525 + }
97526 +
97527 + /* Install error handler */
97528 + if (request_irq(irq, l2c_error_handler, IRQF_DISABLED, "L2C", 0) < 0) {
97529 + printk(KERN_ERR "Cannot install L2C error handler"
97530 + ", cache is not enabled\n");
97531 + of_node_put(np);
97532 + return -ENODEV;
97533 + }
97534 +
97535 + local_irq_save(flags);
97536 + asm volatile ("sync" ::: "memory");
97537 +
97538 + /* Disable SRAM */
97539 + mtdcr(dcrbase_isram + DCRN_SRAM0_DPC,
97540 + mfdcr(dcrbase_isram + DCRN_SRAM0_DPC) & ~SRAM_DPC_ENABLE);
97541 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB0CR,
97542 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB0CR) & ~SRAM_SBCR_BU_MASK);
97543 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB1CR,
97544 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB1CR) & ~SRAM_SBCR_BU_MASK);
97545 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB2CR,
97546 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB2CR) & ~SRAM_SBCR_BU_MASK);
97547 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB3CR,
97548 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB3CR) & ~SRAM_SBCR_BU_MASK);
97549 +
97550 + /* Enable L2_MODE without ICU/DCU */
97551 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_CFG) &
97552 + ~(L2C_CFG_ICU | L2C_CFG_DCU | L2C_CFG_SS_MASK);
97553 + r |= L2C_CFG_L2M | L2C_CFG_SS_256;
97554 + mtdcr(dcrbase_l2c + DCRN_L2C0_CFG, r);
97555 +
97556 + mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, 0);
97557 +
97558 + /* Hardware Clear Command */
97559 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_HCC);
97560 + while (!(mfdcr(dcrbase_l2c + DCRN_L2C0_SR) & L2C_SR_CC))
97561 + ;
97562 +
97563 + /* Clear Cache Parity and Tag Errors */
97564 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_CCP | L2C_CMD_CTE);
97565 +
97566 + /* Enable 64G snoop region starting at 0 */
97567 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_SNP0) &
97568 + ~(L2C_SNP_BA_MASK | L2C_SNP_SSR_MASK);
97569 + r |= L2C_SNP_SSR_32G | L2C_SNP_ESR;
97570 + mtdcr(dcrbase_l2c + DCRN_L2C0_SNP0, r);
97571 +
97572 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_SNP1) &
97573 + ~(L2C_SNP_BA_MASK | L2C_SNP_SSR_MASK);
97574 + r |= 0x80000000 | L2C_SNP_SSR_32G | L2C_SNP_ESR;
97575 + mtdcr(dcrbase_l2c + DCRN_L2C0_SNP1, r);
97576 +
97577 + asm volatile ("sync" ::: "memory");
97578 +
97579 + /* Enable ICU/DCU ports */
97580 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_CFG);
97581 + r &= ~(L2C_CFG_DCW_MASK | L2C_CFG_PMUX_MASK | L2C_CFG_PMIM
97582 + | L2C_CFG_TPEI | L2C_CFG_CPEI | L2C_CFG_NAM | L2C_CFG_NBRM);
97583 + r |= L2C_CFG_ICU | L2C_CFG_DCU | L2C_CFG_TPC | L2C_CFG_CPC | L2C_CFG_FRAN
97584 + | L2C_CFG_CPIM | L2C_CFG_TPIM | L2C_CFG_LIM | L2C_CFG_SMCM;
97585 +
97586 + /* Check for 460EX/GT special handling */
97587 + if (of_device_is_compatible(np, "ibm,l2-cache-460ex"))
97588 + r |= L2C_CFG_RDBW;
97589 +
97590 + mtdcr(dcrbase_l2c + DCRN_L2C0_CFG, r);
97591 +
97592 + asm volatile ("sync; isync" ::: "memory");
97593 + local_irq_restore(flags);
97594 +
97595 + printk(KERN_INFO "%dk L2-cache enabled\n", l2_size >> 10);
97596 +
97597 + of_node_put(np);
97598 + return 0;
97599 +}
97600 +arch_initcall(ppc4xx_l2c_probe);
97601 +
97602 +/*
97603 + * At present, this routine just applies a system reset.
97604 + */
97605 +void ppc4xx_reset_system(char *cmd)
97606 +{
97607 + mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_RST_SYSTEM);
97608 + while (1)
97609 + ; /* Just in case the reset doesn't work */
97610 +}
97611 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
97612 --- linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/qe.c 2008-04-11 22:32:29.000000000 +0200
97613 +++ powerpc.git/arch/powerpc/sysdev/qe_lib/qe.c 2008-04-19 16:40:52.000000000 +0200
97614 @@ -55,7 +55,7 @@
97615 /* We allocate this here because it is used almost exclusively for
97616 * the communication processor devices.
97617 */
97618 -struct qe_immap *qe_immr = NULL;
97619 +struct qe_immap __iomem *qe_immr;
97620 EXPORT_SYMBOL(qe_immr);
97621
97622 static struct qe_snum snums[QE_NUM_OF_SNUM]; /* Dynamically allocated SNUMs */
97623 @@ -156,7 +156,7 @@
97624 */
97625 static unsigned int brg_clk = 0;
97626
97627 -unsigned int get_brg_clk(void)
97628 +unsigned int qe_get_brg_clk(void)
97629 {
97630 struct device_node *qe;
97631 unsigned int size;
97632 @@ -180,6 +180,7 @@
97633
97634 return brg_clk;
97635 }
97636 +EXPORT_SYMBOL(qe_get_brg_clk);
97637
97638 /* Program the BRG to the given sampling rate and multiplier
97639 *
97640 @@ -197,7 +198,7 @@
97641 if ((brg < QE_BRG1) || (brg > QE_BRG16))
97642 return -EINVAL;
97643
97644 - divisor = get_brg_clk() / (rate * multiplier);
97645 + divisor = qe_get_brg_clk() / (rate * multiplier);
97646
97647 if (divisor > QE_BRGC_DIVISOR_MAX + 1) {
97648 div16 = QE_BRGC_DIV16;
97649 @@ -415,12 +416,6 @@
97650 }
97651 EXPORT_SYMBOL(qe_muram_dump);
97652
97653 -void *qe_muram_addr(unsigned long offset)
97654 -{
97655 - return (void *)&qe_immr->muram[offset];
97656 -}
97657 -EXPORT_SYMBOL(qe_muram_addr);
97658 -
97659 /* The maximum number of RISCs we support */
97660 #define MAX_QE_RISC 2
97661
97662 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
97663 --- linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/qe_io.c 2008-04-11 22:32:29.000000000 +0200
97664 +++ powerpc.git/arch/powerpc/sysdev/qe_lib/qe_io.c 2008-04-19 16:40:52.000000000 +0200
97665 @@ -22,6 +22,7 @@
97666 #include <linux/ioport.h>
97667
97668 #include <asm/io.h>
97669 +#include <asm/qe.h>
97670 #include <asm/prom.h>
97671 #include <sysdev/fsl_soc.h>
97672
97673 @@ -41,7 +42,7 @@
97674 #endif
97675 };
97676
97677 -static struct port_regs *par_io = NULL;
97678 +static struct port_regs __iomem *par_io;
97679 static int num_par_io_ports = 0;
97680
97681 int par_io_init(struct device_node *np)
97682 @@ -165,7 +166,7 @@
97683 }
97684
97685 ph = of_get_property(np, "pio-handle", NULL);
97686 - if (ph == 0) {
97687 + if (ph == NULL) {
97688 printk(KERN_ERR "pio-handle not available \n");
97689 return -1;
97690 }
97691 @@ -200,7 +201,7 @@
97692 {
97693 unsigned int i;
97694
97695 - printk(KERN_INFO "%s: par_io=%p\n", __FUNCTION__, par_io);
97696 + printk(KERN_INFO "%s: par_io=%p\n", __func__, par_io);
97697 for (i = 0; i < num_par_io_ports; i++) {
97698 printk(KERN_INFO " cpodr[%u]=%08x\n", i,
97699 in_be32(&par_io[i].cpodr));
97700 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
97701 --- linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/ucc_fast.c 2008-04-11 22:32:29.000000000 +0200
97702 +++ powerpc.git/arch/powerpc/sysdev/qe_lib/ucc_fast.c 2008-04-19 16:40:52.000000000 +0200
97703 @@ -148,57 +148,57 @@
97704
97705 /* check if the UCC port number is in range. */
97706 if ((uf_info->ucc_num < 0) || (uf_info->ucc_num > UCC_MAX_NUM - 1)) {
97707 - printk(KERN_ERR "%s: illegal UCC number\n", __FUNCTION__);
97708 + printk(KERN_ERR "%s: illegal UCC number\n", __func__);
97709 return -EINVAL;
97710 }
97711
97712 /* Check that 'max_rx_buf_length' is properly aligned (4). */
97713 if (uf_info->max_rx_buf_length & (UCC_FAST_MRBLR_ALIGNMENT - 1)) {
97714 printk(KERN_ERR "%s: max_rx_buf_length not aligned\n",
97715 - __FUNCTION__);
97716 + __func__);
97717 return -EINVAL;
97718 }
97719
97720 /* Validate Virtual Fifo register values */
97721 if (uf_info->urfs < UCC_FAST_URFS_MIN_VAL) {
97722 - printk(KERN_ERR "%s: urfs is too small\n", __FUNCTION__);
97723 + printk(KERN_ERR "%s: urfs is too small\n", __func__);
97724 return -EINVAL;
97725 }
97726
97727 if (uf_info->urfs & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97728 - printk(KERN_ERR "%s: urfs is not aligned\n", __FUNCTION__);
97729 + printk(KERN_ERR "%s: urfs is not aligned\n", __func__);
97730 return -EINVAL;
97731 }
97732
97733 if (uf_info->urfet & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97734 - printk(KERN_ERR "%s: urfet is not aligned.\n", __FUNCTION__);
97735 + printk(KERN_ERR "%s: urfet is not aligned.\n", __func__);
97736 return -EINVAL;
97737 }
97738
97739 if (uf_info->urfset & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97740 - printk(KERN_ERR "%s: urfset is not aligned\n", __FUNCTION__);
97741 + printk(KERN_ERR "%s: urfset is not aligned\n", __func__);
97742 return -EINVAL;
97743 }
97744
97745 if (uf_info->utfs & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97746 - printk(KERN_ERR "%s: utfs is not aligned\n", __FUNCTION__);
97747 + printk(KERN_ERR "%s: utfs is not aligned\n", __func__);
97748 return -EINVAL;
97749 }
97750
97751 if (uf_info->utfet & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97752 - printk(KERN_ERR "%s: utfet is not aligned\n", __FUNCTION__);
97753 + printk(KERN_ERR "%s: utfet is not aligned\n", __func__);
97754 return -EINVAL;
97755 }
97756
97757 if (uf_info->utftt & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97758 - printk(KERN_ERR "%s: utftt is not aligned\n", __FUNCTION__);
97759 + printk(KERN_ERR "%s: utftt is not aligned\n", __func__);
97760 return -EINVAL;
97761 }
97762
97763 uccf = kzalloc(sizeof(struct ucc_fast_private), GFP_KERNEL);
97764 if (!uccf) {
97765 printk(KERN_ERR "%s: Cannot allocate private data\n",
97766 - __FUNCTION__);
97767 + __func__);
97768 return -ENOMEM;
97769 }
97770
97771 @@ -207,7 +207,7 @@
97772 /* Set the PHY base address */
97773 uccf->uf_regs = ioremap(uf_info->regs, sizeof(struct ucc_fast));
97774 if (uccf->uf_regs == NULL) {
97775 - printk(KERN_ERR "%s: Cannot map UCC registers\n", __FUNCTION__);
97776 + printk(KERN_ERR "%s: Cannot map UCC registers\n", __func__);
97777 return -ENOMEM;
97778 }
97779
97780 @@ -230,7 +230,7 @@
97781 /* Set UCC to fast type */
97782 ret = ucc_set_type(uf_info->ucc_num, UCC_SPEED_TYPE_FAST);
97783 if (ret) {
97784 - printk(KERN_ERR "%s: cannot set UCC type\n", __FUNCTION__);
97785 + printk(KERN_ERR "%s: cannot set UCC type\n", __func__);
97786 ucc_fast_free(uccf);
97787 return ret;
97788 }
97789 @@ -270,7 +270,7 @@
97790 qe_muram_alloc(uf_info->utfs, UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT);
97791 if (IS_ERR_VALUE(uccf->ucc_fast_tx_virtual_fifo_base_offset)) {
97792 printk(KERN_ERR "%s: cannot allocate MURAM for TX FIFO\n",
97793 - __FUNCTION__);
97794 + __func__);
97795 uccf->ucc_fast_tx_virtual_fifo_base_offset = 0;
97796 ucc_fast_free(uccf);
97797 return -ENOMEM;
97798 @@ -283,7 +283,7 @@
97799 UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT);
97800 if (IS_ERR_VALUE(uccf->ucc_fast_rx_virtual_fifo_base_offset)) {
97801 printk(KERN_ERR "%s: cannot allocate MURAM for RX FIFO\n",
97802 - __FUNCTION__);
97803 + __func__);
97804 uccf->ucc_fast_rx_virtual_fifo_base_offset = 0;
97805 ucc_fast_free(uccf);
97806 return -ENOMEM;
97807 @@ -314,7 +314,7 @@
97808 ucc_set_qe_mux_rxtx(uf_info->ucc_num, uf_info->rx_clock,
97809 COMM_DIR_RX)) {
97810 printk(KERN_ERR "%s: illegal value for RX clock\n",
97811 - __FUNCTION__);
97812 + __func__);
97813 ucc_fast_free(uccf);
97814 return -EINVAL;
97815 }
97816 @@ -323,7 +323,7 @@
97817 ucc_set_qe_mux_rxtx(uf_info->ucc_num, uf_info->tx_clock,
97818 COMM_DIR_TX)) {
97819 printk(KERN_ERR "%s: illegal value for TX clock\n",
97820 - __FUNCTION__);
97821 + __func__);
97822 ucc_fast_free(uccf);
97823 return -EINVAL;
97824 }
97825 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
97826 --- linux-2.6.25-rc9/arch/powerpc/sysdev/qe_lib/ucc_slow.c 2008-04-11 22:32:29.000000000 +0200
97827 +++ powerpc.git/arch/powerpc/sysdev/qe_lib/ucc_slow.c 2008-04-19 16:40:52.000000000 +0200
97828 @@ -142,7 +142,7 @@
97829
97830 /* check if the UCC port number is in range. */
97831 if ((us_info->ucc_num < 0) || (us_info->ucc_num > UCC_MAX_NUM - 1)) {
97832 - printk(KERN_ERR "%s: illegal UCC number\n", __FUNCTION__);
97833 + printk(KERN_ERR "%s: illegal UCC number\n", __func__);
97834 return -EINVAL;
97835 }
97836
97837 @@ -161,7 +161,7 @@
97838 uccs = kzalloc(sizeof(struct ucc_slow_private), GFP_KERNEL);
97839 if (!uccs) {
97840 printk(KERN_ERR "%s: Cannot allocate private data\n",
97841 - __FUNCTION__);
97842 + __func__);
97843 return -ENOMEM;
97844 }
97845
97846 @@ -170,7 +170,7 @@
97847 /* Set the PHY base address */
97848 uccs->us_regs = ioremap(us_info->regs, sizeof(struct ucc_slow));
97849 if (uccs->us_regs == NULL) {
97850 - printk(KERN_ERR "%s: Cannot map UCC registers\n", __FUNCTION__);
97851 + printk(KERN_ERR "%s: Cannot map UCC registers\n", __func__);
97852 return -ENOMEM;
97853 }
97854
97855 @@ -189,7 +189,7 @@
97856 uccs->us_pram_offset =
97857 qe_muram_alloc(UCC_SLOW_PRAM_SIZE, ALIGNMENT_OF_UCC_SLOW_PRAM);
97858 if (IS_ERR_VALUE(uccs->us_pram_offset)) {
97859 - printk(KERN_ERR "%s: cannot allocate MURAM for PRAM", __FUNCTION__);
97860 + printk(KERN_ERR "%s: cannot allocate MURAM for PRAM", __func__);
97861 ucc_slow_free(uccs);
97862 return -ENOMEM;
97863 }
97864 @@ -202,7 +202,7 @@
97865 /* Set UCC to slow type */
97866 ret = ucc_set_type(us_info->ucc_num, UCC_SPEED_TYPE_SLOW);
97867 if (ret) {
97868 - printk(KERN_ERR "%s: cannot set UCC type", __FUNCTION__);
97869 + printk(KERN_ERR "%s: cannot set UCC type", __func__);
97870 ucc_slow_free(uccs);
97871 return ret;
97872 }
97873 @@ -216,7 +216,7 @@
97874 qe_muram_alloc(us_info->rx_bd_ring_len * sizeof(struct qe_bd),
97875 QE_ALIGNMENT_OF_BD);
97876 if (IS_ERR_VALUE(uccs->rx_base_offset)) {
97877 - printk(KERN_ERR "%s: cannot allocate %u RX BDs\n", __FUNCTION__,
97878 + printk(KERN_ERR "%s: cannot allocate %u RX BDs\n", __func__,
97879 us_info->rx_bd_ring_len);
97880 uccs->rx_base_offset = 0;
97881 ucc_slow_free(uccs);
97882 @@ -227,7 +227,7 @@
97883 qe_muram_alloc(us_info->tx_bd_ring_len * sizeof(struct qe_bd),
97884 QE_ALIGNMENT_OF_BD);
97885 if (IS_ERR_VALUE(uccs->tx_base_offset)) {
97886 - printk(KERN_ERR "%s: cannot allocate TX BDs", __FUNCTION__);
97887 + printk(KERN_ERR "%s: cannot allocate TX BDs", __func__);
97888 uccs->tx_base_offset = 0;
97889 ucc_slow_free(uccs);
97890 return -ENOMEM;
97891 @@ -317,7 +317,7 @@
97892 if (ucc_set_qe_mux_rxtx(us_info->ucc_num, us_info->rx_clock,
97893 COMM_DIR_RX)) {
97894 printk(KERN_ERR "%s: illegal value for RX clock\n",
97895 - __FUNCTION__);
97896 + __func__);
97897 ucc_slow_free(uccs);
97898 return -EINVAL;
97899 }
97900 @@ -325,7 +325,7 @@
97901 if (ucc_set_qe_mux_rxtx(us_info->ucc_num, us_info->tx_clock,
97902 COMM_DIR_TX)) {
97903 printk(KERN_ERR "%s: illegal value for TX clock\n",
97904 - __FUNCTION__);
97905 + __func__);
97906 ucc_slow_free(uccs);
97907 return -EINVAL;
97908 }
97909 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
97910 --- linux-2.6.25-rc9/arch/powerpc/sysdev/rtc_cmos_setup.c 2008-04-11 22:32:29.000000000 +0200
97911 +++ powerpc.git/arch/powerpc/sysdev/rtc_cmos_setup.c 2008-04-19 16:40:52.000000000 +0200
97912 @@ -56,3 +56,5 @@
97913 return 0;
97914 }
97915 fs_initcall(add_rtc);
97916 +
97917 +MODULE_LICENSE("GPL");
97918 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/tsi108_dev.c powerpc.git/arch/powerpc/sysdev/tsi108_dev.c
97919 --- linux-2.6.25-rc9/arch/powerpc/sysdev/tsi108_dev.c 2008-04-11 22:32:29.000000000 +0200
97920 +++ powerpc.git/arch/powerpc/sysdev/tsi108_dev.c 2008-04-19 16:40:52.000000000 +0200
97921 @@ -84,7 +84,7 @@
97922
97923 ret = of_address_to_resource(np, 0, &r[0]);
97924 DBG("%s: name:start->end = %s:0x%lx-> 0x%lx\n",
97925 - __FUNCTION__,r[0].name, r[0].start, r[0].end);
97926 + __func__,r[0].name, r[0].start, r[0].end);
97927 if (ret)
97928 goto err;
97929
97930 @@ -93,7 +93,7 @@
97931 r[1].end = irq_of_parse_and_map(np, 0);
97932 r[1].flags = IORESOURCE_IRQ;
97933 DBG("%s: name:start->end = %s:0x%lx-> 0x%lx\n",
97934 - __FUNCTION__,r[1].name, r[1].start, r[1].end);
97935 + __func__,r[1].name, r[1].start, r[1].end);
97936
97937 tsi_eth_dev =
97938 platform_device_register_simple("tsi-ethernet", i++, &r[0],
97939 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/sysdev/tsi108_pci.c powerpc.git/arch/powerpc/sysdev/tsi108_pci.c
97940 --- linux-2.6.25-rc9/arch/powerpc/sysdev/tsi108_pci.c 2008-04-11 22:32:29.000000000 +0200
97941 +++ powerpc.git/arch/powerpc/sysdev/tsi108_pci.c 2008-04-19 16:40:52.000000000 +0200
97942 @@ -207,7 +207,7 @@
97943 /* PCI Config mapping */
97944 tsi108_pci_cfg_base = (u32)ioremap(cfg_phys, TSI108_PCI_CFG_SIZE);
97945 tsi108_pci_cfg_phys = cfg_phys;
97946 - DBG("TSI_PCI: %s tsi108_pci_cfg_base=0x%x\n", __FUNCTION__,
97947 + DBG("TSI_PCI: %s tsi108_pci_cfg_base=0x%x\n", __func__,
97948 tsi108_pci_cfg_base);
97949
97950 /* Fetch host bridge registers address */
97951 @@ -395,7 +395,7 @@
97952 static int pci_irq_host_map(struct irq_host *h, unsigned int virq,
97953 irq_hw_number_t hw)
97954 { unsigned int irq;
97955 - DBG("%s(%d, 0x%lx)\n", __FUNCTION__, virq, hw);
97956 + DBG("%s(%d, 0x%lx)\n", __func__, virq, hw);
97957 if ((virq >= 1) && (virq <= 4)){
97958 irq = virq + IRQ_PCI_INTAD_BASE - 1;
97959 get_irq_desc(irq)->status |= IRQ_LEVEL;
97960 diff -x .git -Nur linux-2.6.25-rc9/arch/powerpc/xmon/xmon.c powerpc.git/arch/powerpc/xmon/xmon.c
97961 --- linux-2.6.25-rc9/arch/powerpc/xmon/xmon.c 2008-04-11 22:32:29.000000000 +0200
97962 +++ powerpc.git/arch/powerpc/xmon/xmon.c 2008-04-19 16:40:52.000000000 +0200
97963 @@ -45,7 +45,6 @@
97964 #ifdef CONFIG_PPC64
97965 #include <asm/hvcall.h>
97966 #include <asm/paca.h>
97967 -#include <asm/iseries/it_lp_reg_save.h>
97968 #endif
97969
97970 #include "nonstdio.h"
97971 @@ -1244,15 +1243,12 @@
97972
97973 static int xmon_depth_to_print = 64;
97974
97975 -#ifdef CONFIG_PPC64
97976 -#define LRSAVE_OFFSET 0x10
97977 -#define REG_FRAME_MARKER 0x7265677368657265ul /* "regshere" */
97978 -#define MARKER_OFFSET 0x60
97979 +#define LRSAVE_OFFSET (STACK_FRAME_LR_SAVE * sizeof(unsigned long))
97980 +#define MARKER_OFFSET (STACK_FRAME_MARKER * sizeof(unsigned long))
97981 +
97982 +#ifdef __powerpc64__
97983 #define REGS_OFFSET 0x70
97984 #else
97985 -#define LRSAVE_OFFSET 4
97986 -#define REG_FRAME_MARKER 0x72656773
97987 -#define MARKER_OFFSET 8
97988 #define REGS_OFFSET 16
97989 #endif
97990
97991 @@ -1318,7 +1314,7 @@
97992 /* Look for "regshere" marker to see if this is
97993 an exception frame. */
97994 if (mread(sp + MARKER_OFFSET, &marker, sizeof(unsigned long))
97995 - && marker == REG_FRAME_MARKER) {
97996 + && marker == STACK_FRAME_REGS_MARKER) {
97997 if (mread(sp + REGS_OFFSET, &regs, sizeof(regs))
97998 != sizeof(regs)) {
97999 printf("Couldn't read registers at %lx\n",
98000 @@ -1598,7 +1594,6 @@
98001 if (firmware_has_feature(FW_FEATURE_ISERIES)) {
98002 struct paca_struct *ptrPaca;
98003 struct lppaca *ptrLpPaca;
98004 - struct ItLpRegSave *ptrLpRegSave;
98005
98006 /* Dump out relevant Paca data areas. */
98007 printf("Paca: \n");
98008 @@ -1611,15 +1606,6 @@
98009 printf(" Saved Gpr3=%.16lx Saved Gpr4=%.16lx \n",
98010 ptrLpPaca->saved_gpr3, ptrLpPaca->saved_gpr4);
98011 printf(" Saved Gpr5=%.16lx \n", ptrLpPaca->saved_gpr5);
98012 -
98013 - printf(" Local Processor Register Save Area (LpRegSave): \n");
98014 - ptrLpRegSave = ptrPaca->reg_save_ptr;
98015 - printf(" Saved Sprg0=%.16lx Saved Sprg1=%.16lx \n",
98016 - ptrLpRegSave->xSPRG0, ptrLpRegSave->xSPRG0);
98017 - printf(" Saved Sprg2=%.16lx Saved Sprg3=%.16lx \n",
98018 - ptrLpRegSave->xSPRG2, ptrLpRegSave->xSPRG3);
98019 - printf(" Saved Msr =%.16lx Saved Nia =%.16lx \n",
98020 - ptrLpRegSave->xMSR, ptrLpRegSave->xNIA);
98021 }
98022 #endif
98023
98024 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/8xx_io/commproc.c powerpc.git/arch/ppc/8xx_io/commproc.c
98025 --- linux-2.6.25-rc9/arch/ppc/8xx_io/commproc.c 2008-04-11 22:32:29.000000000 +0200
98026 +++ powerpc.git/arch/ppc/8xx_io/commproc.c 2008-03-17 14:03:32.000000000 +0100
98027 @@ -43,7 +43,7 @@
98028 ({ \
98029 u32 offset = offsetof(immap_t, member); \
98030 void *addr = ioremap (IMAP_ADDR + offset, \
98031 - sizeof( ((immap_t*)0)->member)); \
98032 + FIELD_SIZEOF(immap_t, member)); \
98033 addr; \
98034 })
98035
98036 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/8xx_io/fec.c powerpc.git/arch/ppc/8xx_io/fec.c
98037 --- linux-2.6.25-rc9/arch/ppc/8xx_io/fec.c 2008-04-11 22:32:29.000000000 +0200
98038 +++ powerpc.git/arch/ppc/8xx_io/fec.c 2008-04-19 16:40:52.000000000 +0200
98039 @@ -520,7 +520,7 @@
98040 #ifdef CONFIG_USE_MDIO
98041 fec_enet_mii(dev);
98042 #else
98043 -printk("%s[%d] %s: unexpected FEC_ENET_MII event\n", __FILE__,__LINE__,__FUNCTION__);
98044 +printk("%s[%d] %s: unexpected FEC_ENET_MII event\n", __FILE__, __LINE__, __func__);
98045 #endif /* CONFIG_USE_MDIO */
98046 }
98047
98048 @@ -1441,7 +1441,7 @@
98049 fecp->fec_ecntrl = ecntrl; /* restore old settings */
98050 }
98051 #else
98052 -printk("%s[%d] %s: unexpected Link interrupt\n", __FILE__,__LINE__,__FUNCTION__);
98053 +printk("%s[%d] %s: unexpected Link interrupt\n", __FILE__, __LINE__, __func__);
98054 #endif /* CONFIG_USE_MDIO */
98055
98056 #ifndef CONFIG_RPXCLASSIC
98057 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/kernel/head.S powerpc.git/arch/ppc/kernel/head.S
98058 --- linux-2.6.25-rc9/arch/ppc/kernel/head.S 2008-04-11 22:32:29.000000000 +0200
98059 +++ powerpc.git/arch/ppc/kernel/head.S 2008-03-17 14:03:32.000000000 +0100
98060 @@ -701,23 +701,6 @@
98061 b fast_exception_return
98062
98063 /*
98064 - * AltiVec unavailable trap from kernel - print a message, but let
98065 - * the task use AltiVec in the kernel until it returns to user mode.
98066 - */
98067 -KernelAltiVec:
98068 - lwz r3,_MSR(r1)
98069 - oris r3,r3,MSR_VEC@h
98070 - stw r3,_MSR(r1) /* enable use of AltiVec after return */
98071 - lis r3,87f@h
98072 - ori r3,r3,87f@l
98073 - mr r4,r2 /* current */
98074 - lwz r5,_NIP(r1)
98075 - bl printk
98076 - b ret_from_except
98077 -87: .string "AltiVec used in kernel (task=%p, pc=%x) \n"
98078 - .align 4,0
98079 -
98080 -/*
98081 * giveup_altivec(tsk)
98082 * Disable AltiVec for the task given as the argument,
98083 * and save the AltiVec registers in its thread_struct.
98084 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/mm/init.c powerpc.git/arch/ppc/mm/init.c
98085 --- linux-2.6.25-rc9/arch/ppc/mm/init.c 2008-04-11 22:32:29.000000000 +0200
98086 +++ powerpc.git/arch/ppc/mm/init.c 2008-04-19 16:40:52.000000000 +0200
98087 @@ -109,7 +109,6 @@
98088
98089 printk("Mem-info:\n");
98090 show_free_areas();
98091 - printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
98092 i = max_mapnr;
98093 while (i-- > 0) {
98094 total++;
98095 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/platforms/radstone_ppc7d.c powerpc.git/arch/ppc/platforms/radstone_ppc7d.c
98096 --- linux-2.6.25-rc9/arch/ppc/platforms/radstone_ppc7d.c 2008-04-11 22:32:29.000000000 +0200
98097 +++ powerpc.git/arch/ppc/platforms/radstone_ppc7d.c 2008-04-19 16:40:52.000000000 +0200
98098 @@ -512,7 +512,7 @@
98099 {
98100 int irq;
98101
98102 - pr_debug("%s\n", __FUNCTION__);
98103 + pr_debug("%s\n", __func__);
98104 i8259_init(0, 0);
98105 mv64360_init_irq();
98106
98107 @@ -569,7 +569,7 @@
98108 };
98109 const long min_idsel = 10, max_idsel = 14, irqs_per_slot = 4;
98110
98111 - pr_debug("%s: %04x/%04x/%x: idsel=%hx pin=%hu\n", __FUNCTION__,
98112 + pr_debug("%s: %04x/%04x/%x: idsel=%hx pin=%hu\n", __func__,
98113 dev->vendor, dev->device, PCI_FUNC(dev->devfn), idsel, pin);
98114
98115 return PCI_IRQ_TABLE_LOOKUP;
98116 @@ -1300,7 +1300,7 @@
98117 u32 data;
98118 u8 data8;
98119
98120 - pr_debug("%s: enter\n", __FUNCTION__);
98121 + pr_debug("%s: enter\n", __func__);
98122
98123 /* Wait for debugger? */
98124 if (ppc7d_wait_debugger) {
98125 @@ -1333,7 +1333,7 @@
98126 ppc_md.set_rtc_time = ppc7d_set_rtc_time;
98127 ppc_md.get_rtc_time = ppc7d_get_rtc_time;
98128
98129 - pr_debug("%s: exit\n", __FUNCTION__);
98130 + pr_debug("%s: exit\n", __func__);
98131 }
98132
98133 /* Called from machine_init(), early, before any of the __init functions
98134 diff -x .git -Nur linux-2.6.25-rc9/arch/ppc/syslib/mpc52xx_setup.c powerpc.git/arch/ppc/syslib/mpc52xx_setup.c
98135 --- linux-2.6.25-rc9/arch/ppc/syslib/mpc52xx_setup.c 2008-04-11 22:32:29.000000000 +0200
98136 +++ powerpc.git/arch/ppc/syslib/mpc52xx_setup.c 2008-04-19 16:40:52.000000000 +0200
98137 @@ -279,7 +279,7 @@
98138
98139 int mpc52xx_set_psc_clkdiv(int psc_id, int clkdiv)
98140 {
98141 - static spinlock_t lock = SPIN_LOCK_UNLOCKED;
98142 + static DEFINE_SPINLOCK(lock);
98143 struct mpc52xx_cdm __iomem *cdm;
98144 unsigned long flags;
98145 u16 mclken_div;
98146 diff -x .git -Nur linux-2.6.25-rc9/arch/sparc64/Kconfig powerpc.git/arch/sparc64/Kconfig
98147 --- linux-2.6.25-rc9/arch/sparc64/Kconfig 2008-04-11 22:32:29.000000000 +0200
98148 +++ powerpc.git/arch/sparc64/Kconfig 2008-03-17 14:03:36.000000000 +0100
98149 @@ -16,6 +16,7 @@
98150 bool
98151 default y
98152 select HAVE_IDE
98153 + select HAVE_LMB
98154 help
98155 SPARC is a family of RISC microprocessors designed and marketed by
98156 Sun Microsystems, incorporated. This port covers the newer 64-bit
98157 diff -x .git -Nur linux-2.6.25-rc9/drivers/block/viodasd.c powerpc.git/drivers/block/viodasd.c
98158 --- linux-2.6.25-rc9/drivers/block/viodasd.c 2008-04-11 22:32:29.000000000 +0200
98159 +++ powerpc.git/drivers/block/viodasd.c 2008-04-19 16:40:53.000000000 +0200
98160 @@ -69,7 +69,7 @@
98161 enum {
98162 PARTITION_SHIFT = 3,
98163 MAX_DISKNO = HVMAXARCHITECTEDVIRTUALDISKS,
98164 - MAX_DISK_NAME = sizeof(((struct gendisk *)0)->disk_name)
98165 + MAX_DISK_NAME = FIELD_SIZEOF(struct gendisk, disk_name)
98166 };
98167
98168 static DEFINE_SPINLOCK(viodasd_spinlock);
98169 diff -x .git -Nur linux-2.6.25-rc9/drivers/char/hvc_beat.c powerpc.git/drivers/char/hvc_beat.c
98170 --- linux-2.6.25-rc9/drivers/char/hvc_beat.c 2008-04-11 22:32:29.000000000 +0200
98171 +++ powerpc.git/drivers/char/hvc_beat.c 2008-04-19 16:40:53.000000000 +0200
98172 @@ -78,8 +78,8 @@
98173 for (rest = cnt; rest > 0; rest -= nlen) {
98174 nlen = (rest > 16) ? 16 : rest;
98175 memcpy(kb, buf, nlen);
98176 - beat_put_term_char(vtermno, rest, kb[0], kb[1]);
98177 - rest -= nlen;
98178 + beat_put_term_char(vtermno, nlen, kb[0], kb[1]);
98179 + buf += nlen;
98180 }
98181 return cnt;
98182 }
98183 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
98184 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/buffer_icap.c 2008-04-11 22:32:29.000000000 +0200
98185 +++ powerpc.git/drivers/char/xilinx_hwicap/buffer_icap.c 2008-04-19 16:40:53.000000000 +0200
98186 @@ -74,7 +74,7 @@
98187
98188 /**
98189 * buffer_icap_get_status - Get the contents of the status register.
98190 - * @base_address: is the base address of the device
98191 + * @drvdata: a pointer to the drvdata.
98192 *
98193 * The status register contains the ICAP status and the done bit.
98194 *
98195 @@ -88,9 +88,9 @@
98196 * D1 - Always 1
98197 * D0 - Done bit
98198 **/
98199 -static inline u32 buffer_icap_get_status(void __iomem *base_address)
98200 +u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata)
98201 {
98202 - return in_be32(base_address + XHI_STATUS_REG_OFFSET);
98203 + return in_be32(drvdata->base_address + XHI_STATUS_REG_OFFSET);
98204 }
98205
98206 /**
98207 @@ -117,20 +117,8 @@
98208 **/
98209 static inline bool buffer_icap_busy(void __iomem *base_address)
98210 {
98211 - return (buffer_icap_get_status(base_address) & 1) == XHI_NOT_FINISHED;
98212 -}
98213 -
98214 -/**
98215 - * buffer_icap_busy - Return true if the icap device is not busy
98216 - * @base_address: is the base address of the device
98217 - *
98218 - * The queries the low order bit of the status register, which
98219 - * indicates whether the current configuration or readback operation
98220 - * has completed.
98221 - **/
98222 -static inline bool buffer_icap_done(void __iomem *base_address)
98223 -{
98224 - return (buffer_icap_get_status(base_address) & 1) == XHI_FINISHED;
98225 + u32 status = in_be32(base_address + XHI_STATUS_REG_OFFSET);
98226 + return (status & 1) == XHI_NOT_FINISHED;
98227 }
98228
98229 /**
98230 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
98231 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/buffer_icap.h 2008-04-11 22:32:29.000000000 +0200
98232 +++ powerpc.git/drivers/char/xilinx_hwicap/buffer_icap.h 2008-04-19 16:40:53.000000000 +0200
98233 @@ -44,8 +44,6 @@
98234 #include <asm/io.h>
98235 #include "xilinx_hwicap.h"
98236
98237 -void buffer_icap_reset(struct hwicap_drvdata *drvdata);
98238 -
98239 /* Loads a partial bitstream from system memory. */
98240 int buffer_icap_set_configuration(struct hwicap_drvdata *drvdata, u32 *data,
98241 u32 Size);
98242 @@ -54,4 +52,7 @@
98243 int buffer_icap_get_configuration(struct hwicap_drvdata *drvdata, u32 *data,
98244 u32 Size);
98245
98246 +u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata);
98247 +void buffer_icap_reset(struct hwicap_drvdata *drvdata);
98248 +
98249 #endif
98250 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
98251 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/fifo_icap.c 2008-04-11 22:32:29.000000000 +0200
98252 +++ powerpc.git/drivers/char/xilinx_hwicap/fifo_icap.c 2008-04-19 16:40:53.000000000 +0200
98253 @@ -78,13 +78,6 @@
98254 #define XHI_CR_READ_MASK 0x00000002 /* Read from ICAP to FIFO */
98255 #define XHI_CR_WRITE_MASK 0x00000001 /* Write from FIFO to ICAP */
98256
98257 -/* Status Register (SR) */
98258 -#define XHI_SR_CFGERR_N_MASK 0x00000100 /* Config Error Mask */
98259 -#define XHI_SR_DALIGN_MASK 0x00000080 /* Data Alignment Mask */
98260 -#define XHI_SR_RIP_MASK 0x00000040 /* Read back Mask */
98261 -#define XHI_SR_IN_ABORT_N_MASK 0x00000020 /* Select Map Abort Mask */
98262 -#define XHI_SR_DONE_MASK 0x00000001 /* Done bit Mask */
98263 -
98264
98265 #define XHI_WFO_MAX_VACANCY 1024 /* Max Write FIFO Vacancy, in words */
98266 #define XHI_RFO_MAX_OCCUPANCY 256 /* Max Read FIFO Occupancy, in words */
98267 @@ -152,13 +145,35 @@
98268 }
98269
98270 /**
98271 + * fifo_icap_get_status - Get the contents of the status register.
98272 + * @drvdata: a pointer to the drvdata.
98273 + *
98274 + * The status register contains the ICAP status and the done bit.
98275 + *
98276 + * D8 - cfgerr
98277 + * D7 - dalign
98278 + * D6 - rip
98279 + * D5 - in_abort_l
98280 + * D4 - Always 1
98281 + * D3 - Always 1
98282 + * D2 - Always 1
98283 + * D1 - Always 1
98284 + * D0 - Done bit
98285 + **/
98286 +u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata)
98287 +{
98288 + u32 status = in_be32(drvdata->base_address + XHI_SR_OFFSET);
98289 + dev_dbg(drvdata->dev, "Getting status = %x\n", status);
98290 + return status;
98291 +}
98292 +
98293 +/**
98294 * fifo_icap_busy - Return true if the ICAP is still processing a transaction.
98295 * @drvdata: a pointer to the drvdata.
98296 **/
98297 static inline u32 fifo_icap_busy(struct hwicap_drvdata *drvdata)
98298 {
98299 u32 status = in_be32(drvdata->base_address + XHI_SR_OFFSET);
98300 - dev_dbg(drvdata->dev, "Getting status = %x\n", status);
98301 return (status & XHI_SR_DONE_MASK) ? 0 : 1;
98302 }
98303
98304 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
98305 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/fifo_icap.h 2008-04-11 22:32:29.000000000 +0200
98306 +++ powerpc.git/drivers/char/xilinx_hwicap/fifo_icap.h 2008-04-19 16:40:53.000000000 +0200
98307 @@ -56,6 +56,7 @@
98308 u32 *FrameBuffer,
98309 u32 NumWords);
98310
98311 +u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata);
98312 void fifo_icap_reset(struct hwicap_drvdata *drvdata);
98313 void fifo_icap_flush_fifo(struct hwicap_drvdata *drvdata);
98314
98315 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
98316 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/xilinx_hwicap.c 2008-04-11 22:32:29.000000000 +0200
98317 +++ powerpc.git/drivers/char/xilinx_hwicap/xilinx_hwicap.c 2008-04-19 16:40:53.000000000 +0200
98318 @@ -36,7 +36,7 @@
98319 *****************************************************************************/
98320
98321 /*
98322 - * This is the code behind /dev/xilinx_icap -- it allows a user-space
98323 + * This is the code behind /dev/icap* -- it allows a user-space
98324 * application to use the Xilinx ICAP subsystem.
98325 *
98326 * The following operations are possible:
98327 @@ -67,7 +67,7 @@
98328 * user-space application code that uses this device. The simplest
98329 * way to use this interface is simply:
98330 *
98331 - * cp foo.bit /dev/xilinx_icap
98332 + * cp foo.bit /dev/icap0
98333 *
98334 * Note that unless foo.bit is an appropriately constructed partial
98335 * bitstream, this has a high likelyhood of overwriting the design
98336 @@ -105,18 +105,14 @@
98337 #include "buffer_icap.h"
98338 #include "fifo_icap.h"
98339
98340 -#define DRIVER_NAME "xilinx_icap"
98341 +#define DRIVER_NAME "icap"
98342
98343 #define HWICAP_REGS (0x10000)
98344
98345 -/* dynamically allocate device number */
98346 -static int xhwicap_major;
98347 -static int xhwicap_minor;
98348 +#define XHWICAP_MAJOR 259
98349 +#define XHWICAP_MINOR 0
98350 #define HWICAP_DEVICES 1
98351
98352 -module_param(xhwicap_major, int, S_IRUGO);
98353 -module_param(xhwicap_minor, int, S_IRUGO);
98354 -
98355 /* An array, which is set to true when the device is registered. */
98356 static bool probed_devices[HWICAP_DEVICES];
98357 static struct mutex icap_sem;
98358 @@ -250,8 +246,26 @@
98359 * Create the data to be written to the ICAP.
98360 */
98361 buffer[index++] = XHI_DUMMY_PACKET;
98362 + buffer[index++] = XHI_NOOP_PACKET;
98363 buffer[index++] = XHI_SYNC_PACKET;
98364 buffer[index++] = XHI_NOOP_PACKET;
98365 + buffer[index++] = XHI_NOOP_PACKET;
98366 +
98367 + /*
98368 + * Write the data to the FIFO and initiate the transfer of data present
98369 + * in the FIFO to the ICAP device.
98370 + */
98371 + status = drvdata->config->set_configuration(drvdata,
98372 + &buffer[0], index);
98373 + if (status)
98374 + return status;
98375 +
98376 + /* If the syncword was not found, then we need to start over. */
98377 + status = drvdata->config->get_status(drvdata);
98378 + if ((status & XHI_SR_DALIGN_MASK) != XHI_SR_DALIGN_MASK)
98379 + return -EIO;
98380 +
98381 + index = 0;
98382 buffer[index++] = hwicap_type_1_read(reg) | 1;
98383 buffer[index++] = XHI_NOOP_PACKET;
98384 buffer[index++] = XHI_NOOP_PACKET;
98385 @@ -587,7 +601,7 @@
98386 probed_devices[id] = 1;
98387 mutex_unlock(&icap_sem);
98388
98389 - devt = MKDEV(xhwicap_major, xhwicap_minor + id);
98390 + devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR + id);
98391
98392 drvdata = kzalloc(sizeof(struct hwicap_drvdata), GFP_KERNEL);
98393 if (!drvdata) {
98394 @@ -664,12 +678,14 @@
98395 static struct hwicap_driver_config buffer_icap_config = {
98396 .get_configuration = buffer_icap_get_configuration,
98397 .set_configuration = buffer_icap_set_configuration,
98398 + .get_status = buffer_icap_get_status,
98399 .reset = buffer_icap_reset,
98400 };
98401
98402 static struct hwicap_driver_config fifo_icap_config = {
98403 .get_configuration = fifo_icap_get_configuration,
98404 .set_configuration = fifo_icap_set_configuration,
98405 + .get_status = fifo_icap_get_status,
98406 .reset = fifo_icap_reset,
98407 };
98408
98409 @@ -690,7 +706,7 @@
98410 dev_set_drvdata(dev, NULL);
98411
98412 mutex_lock(&icap_sem);
98413 - probed_devices[MINOR(dev->devt)-xhwicap_minor] = 0;
98414 + probed_devices[MINOR(dev->devt)-XHWICAP_MINOR] = 0;
98415 mutex_unlock(&icap_sem);
98416 return 0; /* success */
98417 }
98418 @@ -830,23 +846,12 @@
98419 icap_class = class_create(THIS_MODULE, "xilinx_config");
98420 mutex_init(&icap_sem);
98421
98422 - if (xhwicap_major) {
98423 - devt = MKDEV(xhwicap_major, xhwicap_minor);
98424 - retval = register_chrdev_region(
98425 - devt,
98426 - HWICAP_DEVICES,
98427 - DRIVER_NAME);
98428 - if (retval < 0)
98429 - return retval;
98430 - } else {
98431 - retval = alloc_chrdev_region(&devt,
98432 - xhwicap_minor,
98433 - HWICAP_DEVICES,
98434 - DRIVER_NAME);
98435 - if (retval < 0)
98436 - return retval;
98437 - xhwicap_major = MAJOR(devt);
98438 - }
98439 + devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR);
98440 + retval = register_chrdev_region(devt,
98441 + HWICAP_DEVICES,
98442 + DRIVER_NAME);
98443 + if (retval < 0)
98444 + return retval;
98445
98446 retval = platform_driver_register(&hwicap_platform_driver);
98447
98448 @@ -871,7 +876,7 @@
98449
98450 static void __exit hwicap_module_cleanup(void)
98451 {
98452 - dev_t devt = MKDEV(xhwicap_major, xhwicap_minor);
98453 + dev_t devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR);
98454
98455 class_destroy(icap_class);
98456
98457 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
98458 --- linux-2.6.25-rc9/drivers/char/xilinx_hwicap/xilinx_hwicap.h 2008-04-11 22:32:29.000000000 +0200
98459 +++ powerpc.git/drivers/char/xilinx_hwicap/xilinx_hwicap.h 2008-04-19 16:40:53.000000000 +0200
98460 @@ -65,10 +65,27 @@
98461 };
98462
98463 struct hwicap_driver_config {
98464 + /* Read configuration data given by size into the data buffer.
98465 + Return 0 if successful. */
98466 int (*get_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
98467 u32 size);
98468 + /* Write configuration data given by size from the data buffer.
98469 + Return 0 if successful. */
98470 int (*set_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
98471 u32 size);
98472 + /* Get the status register, bit pattern given by:
98473 + * D8 - 0 = configuration error
98474 + * D7 - 1 = alignment found
98475 + * D6 - 1 = readback in progress
98476 + * D5 - 0 = abort in progress
98477 + * D4 - Always 1
98478 + * D3 - Always 1
98479 + * D2 - Always 1
98480 + * D1 - Always 1
98481 + * D0 - 1 = operation completed
98482 + */
98483 + u32 (*get_status)(struct hwicap_drvdata *drvdata);
98484 + /* Reset the hw */
98485 void (*reset)(struct hwicap_drvdata *drvdata);
98486 };
98487
98488 @@ -163,6 +180,13 @@
98489 /* Constant to use for CRC check when CRC has been disabled */
98490 #define XHI_DISABLED_AUTO_CRC 0x0000DEFCUL
98491
98492 +/* Meanings of the bits returned by get_status */
98493 +#define XHI_SR_CFGERR_N_MASK 0x00000100 /* Config Error Mask */
98494 +#define XHI_SR_DALIGN_MASK 0x00000080 /* Data Alignment Mask */
98495 +#define XHI_SR_RIP_MASK 0x00000040 /* Read back Mask */
98496 +#define XHI_SR_IN_ABORT_N_MASK 0x00000020 /* Select Map Abort Mask */
98497 +#define XHI_SR_DONE_MASK 0x00000001 /* Done bit Mask */
98498 +
98499 /**
98500 * hwicap_type_1_read - Generates a Type 1 read packet header.
98501 * @reg: is the address of the register to be read back.
98502 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
98503 --- linux-2.6.25-rc9/drivers/mtd/nand/fsl_elbc_nand.c 2008-04-11 22:32:29.000000000 +0200
98504 +++ powerpc.git/drivers/mtd/nand/fsl_elbc_nand.c 2008-04-19 16:40:54.000000000 +0200
98505 @@ -36,207 +36,12 @@
98506 #include <linux/mtd/partitions.h>
98507
98508 #include <asm/io.h>
98509 -
98510 +#include <asm/fsl_lbc.h>
98511
98512 #define MAX_BANKS 8
98513 #define ERR_BYTE 0xFF /* Value returned for read bytes when read failed */
98514 #define FCM_TIMEOUT_MSECS 500 /* Maximum number of mSecs to wait for FCM */
98515
98516 -struct elbc_bank {
98517 - __be32 br; /**< Base Register */
98518 -#define BR_BA 0xFFFF8000
98519 -#define BR_BA_SHIFT 15
98520 -#define BR_PS 0x00001800
98521 -#define BR_PS_SHIFT 11
98522 -#define BR_PS_8 0x00000800 /* Port Size 8 bit */
98523 -#define BR_PS_16 0x00001000 /* Port Size 16 bit */
98524 -#define BR_PS_32 0x00001800 /* Port Size 32 bit */
98525 -#define BR_DECC 0x00000600
98526 -#define BR_DECC_SHIFT 9
98527 -#define BR_DECC_OFF 0x00000000 /* HW ECC checking and generation off */
98528 -#define BR_DECC_CHK 0x00000200 /* HW ECC checking on, generation off */
98529 -#define BR_DECC_CHK_GEN 0x00000400 /* HW ECC checking and generation on */
98530 -#define BR_WP 0x00000100
98531 -#define BR_WP_SHIFT 8
98532 -#define BR_MSEL 0x000000E0
98533 -#define BR_MSEL_SHIFT 5
98534 -#define BR_MS_GPCM 0x00000000 /* GPCM */
98535 -#define BR_MS_FCM 0x00000020 /* FCM */
98536 -#define BR_MS_SDRAM 0x00000060 /* SDRAM */
98537 -#define BR_MS_UPMA 0x00000080 /* UPMA */
98538 -#define BR_MS_UPMB 0x000000A0 /* UPMB */
98539 -#define BR_MS_UPMC 0x000000C0 /* UPMC */
98540 -#define BR_V 0x00000001
98541 -#define BR_V_SHIFT 0
98542 -#define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
98543 -
98544 - __be32 or; /**< Base Register */
98545 -#define OR0 0x5004
98546 -#define OR1 0x500C
98547 -#define OR2 0x5014
98548 -#define OR3 0x501C
98549 -#define OR4 0x5024
98550 -#define OR5 0x502C
98551 -#define OR6 0x5034
98552 -#define OR7 0x503C
98553 -
98554 -#define OR_FCM_AM 0xFFFF8000
98555 -#define OR_FCM_AM_SHIFT 15
98556 -#define OR_FCM_BCTLD 0x00001000
98557 -#define OR_FCM_BCTLD_SHIFT 12
98558 -#define OR_FCM_PGS 0x00000400
98559 -#define OR_FCM_PGS_SHIFT 10
98560 -#define OR_FCM_CSCT 0x00000200
98561 -#define OR_FCM_CSCT_SHIFT 9
98562 -#define OR_FCM_CST 0x00000100
98563 -#define OR_FCM_CST_SHIFT 8
98564 -#define OR_FCM_CHT 0x00000080
98565 -#define OR_FCM_CHT_SHIFT 7
98566 -#define OR_FCM_SCY 0x00000070
98567 -#define OR_FCM_SCY_SHIFT 4
98568 -#define OR_FCM_SCY_1 0x00000010
98569 -#define OR_FCM_SCY_2 0x00000020
98570 -#define OR_FCM_SCY_3 0x00000030
98571 -#define OR_FCM_SCY_4 0x00000040
98572 -#define OR_FCM_SCY_5 0x00000050
98573 -#define OR_FCM_SCY_6 0x00000060
98574 -#define OR_FCM_SCY_7 0x00000070
98575 -#define OR_FCM_RST 0x00000008
98576 -#define OR_FCM_RST_SHIFT 3
98577 -#define OR_FCM_TRLX 0x00000004
98578 -#define OR_FCM_TRLX_SHIFT 2
98579 -#define OR_FCM_EHTR 0x00000002
98580 -#define OR_FCM_EHTR_SHIFT 1
98581 -};
98582 -
98583 -struct elbc_regs {
98584 - struct elbc_bank bank[8];
98585 - u8 res0[0x28];
98586 - __be32 mar; /**< UPM Address Register */
98587 - u8 res1[0x4];
98588 - __be32 mamr; /**< UPMA Mode Register */
98589 - __be32 mbmr; /**< UPMB Mode Register */
98590 - __be32 mcmr; /**< UPMC Mode Register */
98591 - u8 res2[0x8];
98592 - __be32 mrtpr; /**< Memory Refresh Timer Prescaler Register */
98593 - __be32 mdr; /**< UPM Data Register */
98594 - u8 res3[0x4];
98595 - __be32 lsor; /**< Special Operation Initiation Register */
98596 - __be32 lsdmr; /**< SDRAM Mode Register */
98597 - u8 res4[0x8];
98598 - __be32 lurt; /**< UPM Refresh Timer */
98599 - __be32 lsrt; /**< SDRAM Refresh Timer */
98600 - u8 res5[0x8];
98601 - __be32 ltesr; /**< Transfer Error Status Register */
98602 -#define LTESR_BM 0x80000000
98603 -#define LTESR_FCT 0x40000000
98604 -#define LTESR_PAR 0x20000000
98605 -#define LTESR_WP 0x04000000
98606 -#define LTESR_ATMW 0x00800000
98607 -#define LTESR_ATMR 0x00400000
98608 -#define LTESR_CS 0x00080000
98609 -#define LTESR_CC 0x00000001
98610 -#define LTESR_NAND_MASK (LTESR_FCT | LTESR_PAR | LTESR_CC)
98611 - __be32 ltedr; /**< Transfer Error Disable Register */
98612 - __be32 lteir; /**< Transfer Error Interrupt Register */
98613 - __be32 lteatr; /**< Transfer Error Attributes Register */
98614 - __be32 ltear; /**< Transfer Error Address Register */
98615 - u8 res6[0xC];
98616 - __be32 lbcr; /**< Configuration Register */
98617 -#define LBCR_LDIS 0x80000000
98618 -#define LBCR_LDIS_SHIFT 31
98619 -#define LBCR_BCTLC 0x00C00000
98620 -#define LBCR_BCTLC_SHIFT 22
98621 -#define LBCR_AHD 0x00200000
98622 -#define LBCR_LPBSE 0x00020000
98623 -#define LBCR_LPBSE_SHIFT 17
98624 -#define LBCR_EPAR 0x00010000
98625 -#define LBCR_EPAR_SHIFT 16
98626 -#define LBCR_BMT 0x0000FF00
98627 -#define LBCR_BMT_SHIFT 8
98628 -#define LBCR_INIT 0x00040000
98629 - __be32 lcrr; /**< Clock Ratio Register */
98630 -#define LCRR_DBYP 0x80000000
98631 -#define LCRR_DBYP_SHIFT 31
98632 -#define LCRR_BUFCMDC 0x30000000
98633 -#define LCRR_BUFCMDC_SHIFT 28
98634 -#define LCRR_ECL 0x03000000
98635 -#define LCRR_ECL_SHIFT 24
98636 -#define LCRR_EADC 0x00030000
98637 -#define LCRR_EADC_SHIFT 16
98638 -#define LCRR_CLKDIV 0x0000000F
98639 -#define LCRR_CLKDIV_SHIFT 0
98640 - u8 res7[0x8];
98641 - __be32 fmr; /**< Flash Mode Register */
98642 -#define FMR_CWTO 0x0000F000
98643 -#define FMR_CWTO_SHIFT 12
98644 -#define FMR_BOOT 0x00000800
98645 -#define FMR_ECCM 0x00000100
98646 -#define FMR_AL 0x00000030
98647 -#define FMR_AL_SHIFT 4
98648 -#define FMR_OP 0x00000003
98649 -#define FMR_OP_SHIFT 0
98650 - __be32 fir; /**< Flash Instruction Register */
98651 -#define FIR_OP0 0xF0000000
98652 -#define FIR_OP0_SHIFT 28
98653 -#define FIR_OP1 0x0F000000
98654 -#define FIR_OP1_SHIFT 24
98655 -#define FIR_OP2 0x00F00000
98656 -#define FIR_OP2_SHIFT 20
98657 -#define FIR_OP3 0x000F0000
98658 -#define FIR_OP3_SHIFT 16
98659 -#define FIR_OP4 0x0000F000
98660 -#define FIR_OP4_SHIFT 12
98661 -#define FIR_OP5 0x00000F00
98662 -#define FIR_OP5_SHIFT 8
98663 -#define FIR_OP6 0x000000F0
98664 -#define FIR_OP6_SHIFT 4
98665 -#define FIR_OP7 0x0000000F
98666 -#define FIR_OP7_SHIFT 0
98667 -#define FIR_OP_NOP 0x0 /* No operation and end of sequence */
98668 -#define FIR_OP_CA 0x1 /* Issue current column address */
98669 -#define FIR_OP_PA 0x2 /* Issue current block+page address */
98670 -#define FIR_OP_UA 0x3 /* Issue user defined address */
98671 -#define FIR_OP_CM0 0x4 /* Issue command from FCR[CMD0] */
98672 -#define FIR_OP_CM1 0x5 /* Issue command from FCR[CMD1] */
98673 -#define FIR_OP_CM2 0x6 /* Issue command from FCR[CMD2] */
98674 -#define FIR_OP_CM3 0x7 /* Issue command from FCR[CMD3] */
98675 -#define FIR_OP_WB 0x8 /* Write FBCR bytes from FCM buffer */
98676 -#define FIR_OP_WS 0x9 /* Write 1 or 2 bytes from MDR[AS] */
98677 -#define FIR_OP_RB 0xA /* Read FBCR bytes to FCM buffer */
98678 -#define FIR_OP_RS 0xB /* Read 1 or 2 bytes to MDR[AS] */
98679 -#define FIR_OP_CW0 0xC /* Wait then issue FCR[CMD0] */
98680 -#define FIR_OP_CW1 0xD /* Wait then issue FCR[CMD1] */
98681 -#define FIR_OP_RBW 0xE /* Wait then read FBCR bytes */
98682 -#define FIR_OP_RSW 0xE /* Wait then read 1 or 2 bytes */
98683 - __be32 fcr; /**< Flash Command Register */
98684 -#define FCR_CMD0 0xFF000000
98685 -#define FCR_CMD0_SHIFT 24
98686 -#define FCR_CMD1 0x00FF0000
98687 -#define FCR_CMD1_SHIFT 16
98688 -#define FCR_CMD2 0x0000FF00
98689 -#define FCR_CMD2_SHIFT 8
98690 -#define FCR_CMD3 0x000000FF
98691 -#define FCR_CMD3_SHIFT 0
98692 - __be32 fbar; /**< Flash Block Address Register */
98693 -#define FBAR_BLK 0x00FFFFFF
98694 - __be32 fpar; /**< Flash Page Address Register */
98695 -#define FPAR_SP_PI 0x00007C00
98696 -#define FPAR_SP_PI_SHIFT 10
98697 -#define FPAR_SP_MS 0x00000200
98698 -#define FPAR_SP_CI 0x000001FF
98699 -#define FPAR_SP_CI_SHIFT 0
98700 -#define FPAR_LP_PI 0x0003F000
98701 -#define FPAR_LP_PI_SHIFT 12
98702 -#define FPAR_LP_MS 0x00000800
98703 -#define FPAR_LP_CI 0x000007FF
98704 -#define FPAR_LP_CI_SHIFT 0
98705 - __be32 fbcr; /**< Flash Byte Count Register */
98706 -#define FBCR_BC 0x00000FFF
98707 - u8 res11[0x8];
98708 - u8 res8[0xF00];
98709 -};
98710 -
98711 struct fsl_elbc_ctrl;
98712
98713 /* mtd information per set */
98714 @@ -261,7 +66,7 @@
98715
98716 /* device info */
98717 struct device *dev;
98718 - struct elbc_regs __iomem *regs;
98719 + struct fsl_lbc_regs __iomem *regs;
98720 int irq;
98721 wait_queue_head_t irq_wait;
98722 unsigned int irq_status; /* status read from LTESR by irq handler */
98723 @@ -322,7 +127,7 @@
98724 struct nand_chip *chip = mtd->priv;
98725 struct fsl_elbc_mtd *priv = chip->priv;
98726 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98727 - struct elbc_regs __iomem *lbc = ctrl->regs;
98728 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98729 int buf_num;
98730
98731 ctrl->page = page_addr;
98732 @@ -363,7 +168,7 @@
98733 struct nand_chip *chip = mtd->priv;
98734 struct fsl_elbc_mtd *priv = chip->priv;
98735 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98736 - struct elbc_regs __iomem *lbc = ctrl->regs;
98737 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98738
98739 /* Setup the FMR[OP] to execute without write protection */
98740 out_be32(&lbc->fmr, priv->fmr | 3);
98741 @@ -406,7 +211,7 @@
98742 {
98743 struct fsl_elbc_mtd *priv = chip->priv;
98744 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98745 - struct elbc_regs __iomem *lbc = ctrl->regs;
98746 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98747
98748 if (priv->page_size) {
98749 out_be32(&lbc->fir,
98750 @@ -439,7 +244,7 @@
98751 struct nand_chip *chip = mtd->priv;
98752 struct fsl_elbc_mtd *priv = chip->priv;
98753 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98754 - struct elbc_regs __iomem *lbc = ctrl->regs;
98755 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98756
98757 ctrl->use_mdr = 0;
98758
98759 @@ -775,7 +580,7 @@
98760 {
98761 struct fsl_elbc_mtd *priv = chip->priv;
98762 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98763 - struct elbc_regs __iomem *lbc = ctrl->regs;
98764 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98765
98766 if (ctrl->status != LTESR_CC)
98767 return NAND_STATUS_FAIL;
98768 @@ -807,7 +612,7 @@
98769 struct nand_chip *chip = mtd->priv;
98770 struct fsl_elbc_mtd *priv = chip->priv;
98771 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98772 - struct elbc_regs __iomem *lbc = ctrl->regs;
98773 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98774 unsigned int al;
98775
98776 /* calculate FMR Address Length field */
98777 @@ -922,7 +727,7 @@
98778 static int fsl_elbc_chip_init(struct fsl_elbc_mtd *priv)
98779 {
98780 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98781 - struct elbc_regs __iomem *lbc = ctrl->regs;
98782 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98783 struct nand_chip *chip = &priv->chip;
98784
98785 dev_dbg(priv->dev, "eLBC Set Information for bank %d\n", priv->bank);
98786 @@ -986,7 +791,7 @@
98787 static int fsl_elbc_chip_probe(struct fsl_elbc_ctrl *ctrl,
98788 struct device_node *node)
98789 {
98790 - struct elbc_regs __iomem *lbc = ctrl->regs;
98791 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98792 struct fsl_elbc_mtd *priv;
98793 struct resource res;
98794 #ifdef CONFIG_MTD_PARTITIONS
98795 @@ -1083,7 +888,7 @@
98796
98797 static int __devinit fsl_elbc_ctrl_init(struct fsl_elbc_ctrl *ctrl)
98798 {
98799 - struct elbc_regs __iomem *lbc = ctrl->regs;
98800 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98801
98802 /* clear event registers */
98803 setbits32(&lbc->ltesr, LTESR_NAND_MASK);
98804 @@ -1128,7 +933,7 @@
98805 static irqreturn_t fsl_elbc_ctrl_irq(int irqno, void *data)
98806 {
98807 struct fsl_elbc_ctrl *ctrl = data;
98808 - struct elbc_regs __iomem *lbc = ctrl->regs;
98809 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98810 __be32 status = in_be32(&lbc->ltesr) & LTESR_NAND_MASK;
98811
98812 if (status) {
98813 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/Makefile powerpc.git/drivers/net/Makefile
98814 --- linux-2.6.25-rc9/drivers/net/Makefile 2008-04-11 22:32:29.000000000 +0200
98815 +++ powerpc.git/drivers/net/Makefile 2008-03-17 14:03:55.000000000 +0100
98816 @@ -218,7 +218,8 @@
98817 obj-$(CONFIG_BFIN_MAC) += bfin_mac.o
98818 obj-$(CONFIG_DM9000) += dm9000.o
98819 obj-$(CONFIG_FEC_8XX) += fec_8xx/
98820 -obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o
98821 +obj-$(CONFIG_PASEMI_MAC) += pasemi_mac_driver.o
98822 +pasemi_mac_driver-objs := pasemi_mac.o pasemi_mac_ethtool.o
98823 obj-$(CONFIG_MLX4_CORE) += mlx4/
98824 obj-$(CONFIG_ENC28J60) += enc28j60.o
98825
98826 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/iseries_veth.c powerpc.git/drivers/net/iseries_veth.c
98827 --- linux-2.6.25-rc9/drivers/net/iseries_veth.c 2008-04-11 22:32:29.000000000 +0200
98828 +++ powerpc.git/drivers/net/iseries_veth.c 2008-04-19 16:40:54.000000000 +0200
98829 @@ -308,7 +308,8 @@
98830
98831 static int veth_allocate_events(HvLpIndex rlp, int number)
98832 {
98833 - struct veth_allocation vc = { COMPLETION_INITIALIZER(vc.c), 0 };
98834 + struct veth_allocation vc =
98835 + { COMPLETION_INITIALIZER_ONSTACK(vc.c), 0 };
98836
98837 mf_allocate_lp_events(rlp, HvLpEvent_Type_VirtualLan,
98838 sizeof(struct veth_lpevent), number,
98839 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/pasemi_mac.c powerpc.git/drivers/net/pasemi_mac.c
98840 --- linux-2.6.25-rc9/drivers/net/pasemi_mac.c 2008-04-11 22:32:29.000000000 +0200
98841 +++ powerpc.git/drivers/net/pasemi_mac.c 2008-04-19 16:40:54.000000000 +0200
98842 @@ -55,15 +55,10 @@
98843 * - Multiqueue RX/TX
98844 */
98845
98846 -
98847 -/* Must be a power of two */
98848 -#define RX_RING_SIZE 2048
98849 -#define TX_RING_SIZE 4096
98850 -
98851 #define LRO_MAX_AGGR 64
98852
98853 #define PE_MIN_MTU 64
98854 -#define PE_MAX_MTU 1500
98855 +#define PE_MAX_MTU 9000
98856 #define PE_DEF_MTU ETH_DATA_LEN
98857
98858 #define DEFAULT_MSG_ENABLE \
98859 @@ -76,16 +71,6 @@
98860 NETIF_MSG_RX_ERR | \
98861 NETIF_MSG_TX_ERR)
98862
98863 -#define TX_DESC(tx, num) ((tx)->chan.ring_virt[(num) & (TX_RING_SIZE-1)])
98864 -#define TX_DESC_INFO(tx, num) ((tx)->ring_info[(num) & (TX_RING_SIZE-1)])
98865 -#define RX_DESC(rx, num) ((rx)->chan.ring_virt[(num) & (RX_RING_SIZE-1)])
98866 -#define RX_DESC_INFO(rx, num) ((rx)->ring_info[(num) & (RX_RING_SIZE-1)])
98867 -#define RX_BUFF(rx, num) ((rx)->buffers[(num) & (RX_RING_SIZE-1)])
98868 -
98869 -#define RING_USED(ring) (((ring)->next_to_fill - (ring)->next_to_clean) \
98870 - & ((ring)->size - 1))
98871 -#define RING_AVAIL(ring) ((ring->size) - RING_USED(ring))
98872 -
98873 MODULE_LICENSE("GPL");
98874 MODULE_AUTHOR ("Olof Johansson <olof@lixom.net>");
98875 MODULE_DESCRIPTION("PA Semi PWRficient Ethernet driver");
98876 @@ -94,6 +79,8 @@
98877 module_param(debug, int, 0);
98878 MODULE_PARM_DESC(debug, "PA Semi MAC bitmapped debugging message enable value");
98879
98880 +extern const struct ethtool_ops pasemi_mac_ethtool_ops;
98881 +
98882 static int translation_enabled(void)
98883 {
98884 #if defined(CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE)
98885 @@ -322,6 +309,104 @@
98886 return (nfrags + 3) & ~1;
98887 }
98888
98889 +static struct pasemi_mac_csring *pasemi_mac_setup_csring(struct pasemi_mac *mac)
98890 +{
98891 + struct pasemi_mac_csring *ring;
98892 + u32 val;
98893 + unsigned int cfg;
98894 + int chno;
98895 +
98896 + ring = pasemi_dma_alloc_chan(TXCHAN, sizeof(struct pasemi_mac_csring),
98897 + offsetof(struct pasemi_mac_csring, chan));
98898 +
98899 + if (!ring) {
98900 + dev_err(&mac->pdev->dev, "Can't allocate checksum channel\n");
98901 + goto out_chan;
98902 + }
98903 +
98904 + chno = ring->chan.chno;
98905 +
98906 + ring->size = CS_RING_SIZE;
98907 + ring->next_to_fill = 0;
98908 +
98909 + /* Allocate descriptors */
98910 + if (pasemi_dma_alloc_ring(&ring->chan, CS_RING_SIZE))
98911 + goto out_ring_desc;
98912 +
98913 + write_dma_reg(PAS_DMA_TXCHAN_BASEL(chno),
98914 + PAS_DMA_TXCHAN_BASEL_BRBL(ring->chan.ring_dma));
98915 + val = PAS_DMA_TXCHAN_BASEU_BRBH(ring->chan.ring_dma >> 32);
98916 + val |= PAS_DMA_TXCHAN_BASEU_SIZ(CS_RING_SIZE >> 3);
98917 +
98918 + write_dma_reg(PAS_DMA_TXCHAN_BASEU(chno), val);
98919 +
98920 + ring->events[0] = pasemi_dma_alloc_flag();
98921 + ring->events[1] = pasemi_dma_alloc_flag();
98922 + if (ring->events[0] < 0 || ring->events[1] < 0)
98923 + goto out_flags;
98924 +
98925 + pasemi_dma_clear_flag(ring->events[0]);
98926 + pasemi_dma_clear_flag(ring->events[1]);
98927 +
98928 + ring->fun = pasemi_dma_alloc_fun();
98929 + if (ring->fun < 0)
98930 + goto out_fun;
98931 +
98932 + cfg = PAS_DMA_TXCHAN_CFG_TY_FUNC | PAS_DMA_TXCHAN_CFG_UP |
98933 + PAS_DMA_TXCHAN_CFG_TATTR(ring->fun) |
98934 + PAS_DMA_TXCHAN_CFG_LPSQ | PAS_DMA_TXCHAN_CFG_LPDQ;
98935 +
98936 + if (translation_enabled())
98937 + cfg |= PAS_DMA_TXCHAN_CFG_TRD | PAS_DMA_TXCHAN_CFG_TRR;
98938 +
98939 + write_dma_reg(PAS_DMA_TXCHAN_CFG(chno), cfg);
98940 +
98941 + /* enable channel */
98942 + pasemi_dma_start_chan(&ring->chan, PAS_DMA_TXCHAN_TCMDSTA_SZ |
98943 + PAS_DMA_TXCHAN_TCMDSTA_DB |
98944 + PAS_DMA_TXCHAN_TCMDSTA_DE |
98945 + PAS_DMA_TXCHAN_TCMDSTA_DA);
98946 +
98947 + return ring;
98948 +
98949 +out_fun:
98950 +out_flags:
98951 + if (ring->events[0] >= 0)
98952 + pasemi_dma_free_flag(ring->events[0]);
98953 + if (ring->events[1] >= 0)
98954 + pasemi_dma_free_flag(ring->events[1]);
98955 + pasemi_dma_free_ring(&ring->chan);
98956 +out_ring_desc:
98957 + pasemi_dma_free_chan(&ring->chan);
98958 +out_chan:
98959 +
98960 + return NULL;
98961 +}
98962 +
98963 +static void pasemi_mac_setup_csrings(struct pasemi_mac *mac)
98964 +{
98965 + int i;
98966 + mac->cs[0] = pasemi_mac_setup_csring(mac);
98967 + if (mac->type == MAC_TYPE_XAUI)
98968 + mac->cs[1] = pasemi_mac_setup_csring(mac);
98969 + else
98970 + mac->cs[1] = 0;
98971 +
98972 + for (i = 0; i < MAX_CS; i++)
98973 + if (mac->cs[i])
98974 + mac->num_cs++;
98975 +}
98976 +
98977 +static void pasemi_mac_free_csring(struct pasemi_mac_csring *csring)
98978 +{
98979 + pasemi_dma_stop_chan(&csring->chan);
98980 + pasemi_dma_free_flag(csring->events[0]);
98981 + pasemi_dma_free_flag(csring->events[1]);
98982 + pasemi_dma_free_ring(&csring->chan);
98983 + pasemi_dma_free_chan(&csring->chan);
98984 + pasemi_dma_free_fun(csring->fun);
98985 +}
98986 +
98987 static int pasemi_mac_setup_rx_resources(const struct net_device *dev)
98988 {
98989 struct pasemi_mac_rxring *ring;
98990 @@ -445,7 +530,7 @@
98991 cfg = PAS_DMA_TXCHAN_CFG_TY_IFACE |
98992 PAS_DMA_TXCHAN_CFG_TATTR(mac->dma_if) |
98993 PAS_DMA_TXCHAN_CFG_UP |
98994 - PAS_DMA_TXCHAN_CFG_WT(2);
98995 + PAS_DMA_TXCHAN_CFG_WT(4);
98996
98997 if (translation_enabled())
98998 cfg |= PAS_DMA_TXCHAN_CFG_TRD | PAS_DMA_TXCHAN_CFG_TRR;
98999 @@ -810,13 +895,21 @@
99000 u64 mactx = TX_DESC(txring, i);
99001 struct sk_buff *skb;
99002
99003 - skb = TX_DESC_INFO(txring, i+1).skb;
99004 - nr_frags = TX_DESC_INFO(txring, i).dma;
99005 -
99006 if ((mactx & XCT_MACTX_E) ||
99007 (*chan->status & PAS_STATUS_ERROR))
99008 pasemi_mac_tx_error(mac, mactx);
99009
99010 + /* Skip over control descriptors */
99011 + if (!(mactx & XCT_MACTX_LLEN_M)) {
99012 + TX_DESC(txring, i) = 0;
99013 + TX_DESC(txring, i+1) = 0;
99014 + buf_count = 2;
99015 + continue;
99016 + }
99017 +
99018 + skb = TX_DESC_INFO(txring, i+1).skb;
99019 + nr_frags = TX_DESC_INFO(txring, i).dma;
99020 +
99021 if (unlikely(mactx & XCT_MACTX_O))
99022 /* Not yet transmitted */
99023 break;
99024 @@ -1041,13 +1134,7 @@
99025 {
99026 struct pasemi_mac *mac = netdev_priv(dev);
99027 unsigned int flags;
99028 - int ret;
99029 -
99030 - /* enable rx section */
99031 - write_dma_reg(PAS_DMA_COM_RXCMD, PAS_DMA_COM_RXCMD_EN);
99032 -
99033 - /* enable tx section */
99034 - write_dma_reg(PAS_DMA_COM_TXCMD, PAS_DMA_COM_TXCMD_EN);
99035 + int i, ret;
99036
99037 flags = PAS_MAC_CFG_TXP_FCE | PAS_MAC_CFG_TXP_FPC(3) |
99038 PAS_MAC_CFG_TXP_SL(3) | PAS_MAC_CFG_TXP_COB(0xf) |
99039 @@ -1064,6 +1151,19 @@
99040 if (!mac->tx)
99041 goto out_tx_ring;
99042
99043 + /* We might already have allocated rings in case mtu was changed
99044 + * before interface was brought up.
99045 + */
99046 + if (dev->mtu > 1500 && !mac->num_cs) {
99047 + pasemi_mac_setup_csrings(mac);
99048 + if (!mac->num_cs)
99049 + goto out_tx_ring;
99050 + }
99051 +
99052 + /* Zero out rmon counters */
99053 + for (i = 0; i < 32; i++)
99054 + write_mac_reg(mac, PAS_MAC_RMON(i), 0);
99055 +
99056 /* 0x3ff with 33MHz clock is about 31us */
99057 write_iob_reg(PAS_IOB_DMA_COM_TIMEOUTCFG,
99058 PAS_IOB_DMA_COM_TIMEOUTCFG_TCNT(0x3ff));
99059 @@ -1247,7 +1347,7 @@
99060 {
99061 struct pasemi_mac *mac = netdev_priv(dev);
99062 unsigned int sta;
99063 - int rxch, txch;
99064 + int rxch, txch, i;
99065
99066 rxch = rx_ring(mac)->chan.chno;
99067 txch = tx_ring(mac)->chan.chno;
99068 @@ -1292,6 +1392,13 @@
99069 free_irq(mac->tx->chan.irq, mac->tx);
99070 free_irq(mac->rx->chan.irq, mac->rx);
99071
99072 + for (i = 0; i < mac->num_cs; i++) {
99073 + pasemi_mac_free_csring(mac->cs[i]);
99074 + mac->cs[i] = NULL;
99075 + }
99076 +
99077 + mac->num_cs = 0;
99078 +
99079 /* Free resources */
99080 pasemi_mac_free_rx_resources(mac);
99081 pasemi_mac_free_tx_resources(mac);
99082 @@ -1299,35 +1406,113 @@
99083 return 0;
99084 }
99085
99086 +static void pasemi_mac_queue_csdesc(const struct sk_buff *skb,
99087 + const dma_addr_t *map,
99088 + const unsigned int *map_size,
99089 + struct pasemi_mac_txring *txring,
99090 + struct pasemi_mac_csring *csring)
99091 +{
99092 + u64 fund;
99093 + dma_addr_t cs_dest;
99094 + const int nh_off = skb_network_offset(skb);
99095 + const int nh_len = skb_network_header_len(skb);
99096 + const int nfrags = skb_shinfo(skb)->nr_frags;
99097 + int cs_size, i, fill, hdr, cpyhdr, evt;
99098 + dma_addr_t csdma;
99099 +
99100 + fund = XCT_FUN_ST | XCT_FUN_RR_8BRES |
99101 + XCT_FUN_O | XCT_FUN_FUN(csring->fun) |
99102 + XCT_FUN_CRM_SIG | XCT_FUN_LLEN(skb->len - nh_off) |
99103 + XCT_FUN_SHL(nh_len >> 2) | XCT_FUN_SE;
99104 +
99105 + switch (ip_hdr(skb)->protocol) {
99106 + case IPPROTO_TCP:
99107 + fund |= XCT_FUN_SIG_TCP4;
99108 + /* TCP checksum is 16 bytes into the header */
99109 + cs_dest = map[0] + skb_transport_offset(skb) + 16;
99110 + break;
99111 + case IPPROTO_UDP:
99112 + fund |= XCT_FUN_SIG_UDP4;
99113 + /* UDP checksum is 6 bytes into the header */
99114 + cs_dest = map[0] + skb_transport_offset(skb) + 6;
99115 + break;
99116 + default:
99117 + BUG();
99118 + }
99119 +
99120 + /* Do the checksum offloaded */
99121 + fill = csring->next_to_fill;
99122 + hdr = fill;
99123 +
99124 + CS_DESC(csring, fill++) = fund;
99125 + /* Room for 8BRES. Checksum result is really 2 bytes into it */
99126 + csdma = csring->chan.ring_dma + (fill & (CS_RING_SIZE-1)) * 8 + 2;
99127 + CS_DESC(csring, fill++) = 0;
99128 +
99129 + CS_DESC(csring, fill) = XCT_PTR_LEN(map_size[0]-nh_off) | XCT_PTR_ADDR(map[0]+nh_off);
99130 + for (i = 1; i <= nfrags; i++)
99131 + CS_DESC(csring, fill+i) = XCT_PTR_LEN(map_size[i]) | XCT_PTR_ADDR(map[i]);
99132 +
99133 + fill += i;
99134 + if (fill & 1)
99135 + fill++;
99136 +
99137 + /* Copy the result into the TCP packet */
99138 + cpyhdr = fill;
99139 + CS_DESC(csring, fill++) = XCT_FUN_O | XCT_FUN_FUN(csring->fun) |
99140 + XCT_FUN_LLEN(2) | XCT_FUN_SE;
99141 + CS_DESC(csring, fill++) = XCT_PTR_LEN(2) | XCT_PTR_ADDR(cs_dest) | XCT_PTR_T;
99142 + CS_DESC(csring, fill++) = XCT_PTR_LEN(2) | XCT_PTR_ADDR(csdma);
99143 + fill++;
99144 +
99145 + evt = !csring->last_event;
99146 + csring->last_event = evt;
99147 +
99148 + /* Event handshaking with MAC TX */
99149 + CS_DESC(csring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
99150 + CTRL_CMD_ETYPE_SET | CTRL_CMD_REG(csring->events[evt]);
99151 + CS_DESC(csring, fill++) = 0;
99152 + CS_DESC(csring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
99153 + CTRL_CMD_ETYPE_WCLR | CTRL_CMD_REG(csring->events[!evt]);
99154 + CS_DESC(csring, fill++) = 0;
99155 + csring->next_to_fill = fill & (CS_RING_SIZE-1);
99156 +
99157 + cs_size = fill - hdr;
99158 + write_dma_reg(PAS_DMA_TXCHAN_INCR(csring->chan.chno), (cs_size) >> 1);
99159 +
99160 + /* TX-side event handshaking */
99161 + fill = txring->next_to_fill;
99162 + TX_DESC(txring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
99163 + CTRL_CMD_ETYPE_WSET | CTRL_CMD_REG(csring->events[evt]);
99164 + TX_DESC(txring, fill++) = 0;
99165 + TX_DESC(txring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
99166 + CTRL_CMD_ETYPE_CLR | CTRL_CMD_REG(csring->events[!evt]);
99167 + TX_DESC(txring, fill++) = 0;
99168 + txring->next_to_fill = fill;
99169 +
99170 + write_dma_reg(PAS_DMA_TXCHAN_INCR(txring->chan.chno), 2);
99171 +
99172 + return;
99173 +}
99174 +
99175 static int pasemi_mac_start_tx(struct sk_buff *skb, struct net_device *dev)
99176 {
99177 - struct pasemi_mac *mac = netdev_priv(dev);
99178 - struct pasemi_mac_txring *txring;
99179 - u64 dflags, mactx;
99180 + struct pasemi_mac * const mac = netdev_priv(dev);
99181 + struct pasemi_mac_txring * const txring = tx_ring(mac);
99182 + struct pasemi_mac_csring *csring;
99183 + u64 dflags = 0;
99184 + u64 mactx;
99185 dma_addr_t map[MAX_SKB_FRAGS+1];
99186 unsigned int map_size[MAX_SKB_FRAGS+1];
99187 unsigned long flags;
99188 int i, nfrags;
99189 int fill;
99190 + const int nh_off = skb_network_offset(skb);
99191 + const int nh_len = skb_network_header_len(skb);
99192
99193 - dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_CRC_PAD;
99194 -
99195 - if (skb->ip_summed == CHECKSUM_PARTIAL) {
99196 - const unsigned char *nh = skb_network_header(skb);
99197 + prefetch(&txring->ring_info);
99198
99199 - switch (ip_hdr(skb)->protocol) {
99200 - case IPPROTO_TCP:
99201 - dflags |= XCT_MACTX_CSUM_TCP;
99202 - dflags |= XCT_MACTX_IPH(skb_network_header_len(skb) >> 2);
99203 - dflags |= XCT_MACTX_IPO(nh - skb->data);
99204 - break;
99205 - case IPPROTO_UDP:
99206 - dflags |= XCT_MACTX_CSUM_UDP;
99207 - dflags |= XCT_MACTX_IPH(skb_network_header_len(skb) >> 2);
99208 - dflags |= XCT_MACTX_IPO(nh - skb->data);
99209 - break;
99210 - }
99211 - }
99212 + dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_CRC_PAD;
99213
99214 nfrags = skb_shinfo(skb)->nr_frags;
99215
99216 @@ -1350,24 +1535,46 @@
99217 }
99218 }
99219
99220 - mactx = dflags | XCT_MACTX_LLEN(skb->len);
99221 + if (skb->ip_summed == CHECKSUM_PARTIAL && skb->len <= 1540) {
99222 + switch (ip_hdr(skb)->protocol) {
99223 + case IPPROTO_TCP:
99224 + dflags |= XCT_MACTX_CSUM_TCP;
99225 + dflags |= XCT_MACTX_IPH(nh_len >> 2);
99226 + dflags |= XCT_MACTX_IPO(nh_off);
99227 + break;
99228 + case IPPROTO_UDP:
99229 + dflags |= XCT_MACTX_CSUM_UDP;
99230 + dflags |= XCT_MACTX_IPH(nh_len >> 2);
99231 + dflags |= XCT_MACTX_IPO(nh_off);
99232 + break;
99233 + default:
99234 + WARN_ON(1);
99235 + }
99236 + }
99237
99238 - txring = tx_ring(mac);
99239 + mactx = dflags | XCT_MACTX_LLEN(skb->len);
99240
99241 spin_lock_irqsave(&txring->lock, flags);
99242
99243 - fill = txring->next_to_fill;
99244 -
99245 /* Avoid stepping on the same cache line that the DMA controller
99246 * is currently about to send, so leave at least 8 words available.
99247 * Total free space needed is mactx + fragments + 8
99248 */
99249 - if (RING_AVAIL(txring) < nfrags + 10) {
99250 + if (RING_AVAIL(txring) < nfrags + 14) {
99251 /* no room -- stop the queue and wait for tx intr */
99252 netif_stop_queue(dev);
99253 goto out_err;
99254 }
99255
99256 + /* Queue up checksum + event descriptors, if needed */
99257 + if (mac->num_cs && skb->ip_summed == CHECKSUM_PARTIAL && skb->len > 1540) {
99258 + csring = mac->cs[mac->last_cs];
99259 + mac->last_cs = (mac->last_cs + 1) % mac->num_cs;
99260 +
99261 + pasemi_mac_queue_csdesc(skb, map, map_size, txring, csring);
99262 + }
99263 +
99264 + fill = txring->next_to_fill;
99265 TX_DESC(txring, fill) = mactx;
99266 TX_DESC_INFO(txring, fill).dma = nfrags;
99267 fill++;
99268 @@ -1441,12 +1648,33 @@
99269 return pkts;
99270 }
99271
99272 +#ifdef CONFIG_NET_POLL_CONTROLLER
99273 +/*
99274 + * Polling 'interrupt' - used by things like netconsole to send skbs
99275 + * without having to re-enable interrupts. It's not called while
99276 + * the interrupt routine is executing.
99277 + */
99278 +static void pasemi_mac_netpoll(struct net_device *dev)
99279 +{
99280 + const struct pasemi_mac *mac = netdev_priv(dev);
99281 +
99282 + disable_irq(mac->tx->chan.irq);
99283 + pasemi_mac_tx_intr(mac->tx->chan.irq, mac->tx);
99284 + enable_irq(mac->tx->chan.irq);
99285 +
99286 + disable_irq(mac->rx->chan.irq);
99287 + pasemi_mac_rx_intr(mac->rx->chan.irq, mac->rx);
99288 + enable_irq(mac->rx->chan.irq);
99289 +}
99290 +#endif
99291 +
99292 static int pasemi_mac_change_mtu(struct net_device *dev, int new_mtu)
99293 {
99294 struct pasemi_mac *mac = netdev_priv(dev);
99295 unsigned int reg;
99296 - unsigned int rcmdsta;
99297 + unsigned int rcmdsta = 0;
99298 int running;
99299 + int ret = 0;
99300
99301 if (new_mtu < PE_MIN_MTU || new_mtu > PE_MAX_MTU)
99302 return -EINVAL;
99303 @@ -1468,6 +1696,16 @@
99304 pasemi_mac_pause_rxint(mac);
99305 pasemi_mac_clean_rx(rx_ring(mac), RX_RING_SIZE);
99306 pasemi_mac_free_rx_buffers(mac);
99307 +
99308 + }
99309 +
99310 + /* Setup checksum channels if large MTU and none already allocated */
99311 + if (new_mtu > 1500 && !mac->num_cs) {
99312 + pasemi_mac_setup_csrings(mac);
99313 + if (!mac->num_cs) {
99314 + ret = -ENOMEM;
99315 + goto out;
99316 + }
99317 }
99318
99319 /* Change maxf, i.e. what size frames are accepted.
99320 @@ -1482,6 +1720,7 @@
99321 /* MTU + ETH_HLEN + VLAN_HLEN + 2 64B cachelines */
99322 mac->bufsz = new_mtu + ETH_HLEN + ETH_FCS_LEN + LOCAL_SKB_ALIGN + 128;
99323
99324 +out:
99325 if (running) {
99326 write_dma_reg(PAS_DMA_RXINT_RCMDSTA(mac->dma_if),
99327 rcmdsta | PAS_DMA_RXINT_RCMDSTA_EN);
99328 @@ -1494,7 +1733,7 @@
99329 pasemi_mac_intf_enable(mac);
99330 }
99331
99332 - return 0;
99333 + return ret;
99334 }
99335
99336 static int __devinit
99337 @@ -1528,7 +1767,7 @@
99338 netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);
99339
99340 dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG |
99341 - NETIF_F_HIGHDMA;
99342 + NETIF_F_HIGHDMA | NETIF_F_GSO;
99343
99344 mac->lro_mgr.max_aggr = LRO_MAX_AGGR;
99345 mac->lro_mgr.max_desc = MAX_LRO_DESCRIPTORS;
99346 @@ -1588,8 +1827,12 @@
99347 dev->mtu = PE_DEF_MTU;
99348 /* 1500 MTU + ETH_HLEN + VLAN_HLEN + 2 64B cachelines */
99349 mac->bufsz = dev->mtu + ETH_HLEN + ETH_FCS_LEN + LOCAL_SKB_ALIGN + 128;
99350 +#ifdef CONFIG_NET_POLL_CONTROLLER
99351 + dev->poll_controller = pasemi_mac_netpoll;
99352 +#endif
99353
99354 dev->change_mtu = pasemi_mac_change_mtu;
99355 + dev->ethtool_ops = &pasemi_mac_ethtool_ops;
99356
99357 if (err)
99358 goto out;
99359 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/pasemi_mac.h powerpc.git/drivers/net/pasemi_mac.h
99360 --- linux-2.6.25-rc9/drivers/net/pasemi_mac.h 2008-04-11 22:32:29.000000000 +0200
99361 +++ powerpc.git/drivers/net/pasemi_mac.h 2008-03-17 14:03:59.000000000 +0100
99362 @@ -26,7 +26,14 @@
99363 #include <linux/spinlock.h>
99364 #include <linux/phy.h>
99365
99366 +/* Must be a power of two */
99367 +#define RX_RING_SIZE 2048
99368 +#define TX_RING_SIZE 4096
99369 +#define CS_RING_SIZE (TX_RING_SIZE*2)
99370 +
99371 +
99372 #define MAX_LRO_DESCRIPTORS 8
99373 +#define MAX_CS 2
99374
99375 struct pasemi_mac_txring {
99376 struct pasemi_dmachan chan; /* Must be first */
99377 @@ -51,6 +58,15 @@
99378 struct pasemi_mac *mac; /* Needed in intr handler */
99379 };
99380
99381 +struct pasemi_mac_csring {
99382 + struct pasemi_dmachan chan;
99383 + unsigned int size;
99384 + unsigned int next_to_fill;
99385 + int events[2];
99386 + int last_event;
99387 + int fun;
99388 +};
99389 +
99390 struct pasemi_mac {
99391 struct net_device *netdev;
99392 struct pci_dev *pdev;
99393 @@ -60,10 +76,12 @@
99394 struct napi_struct napi;
99395
99396 int bufsz; /* RX ring buffer size */
99397 + int last_cs;
99398 + int num_cs;
99399 + u32 dma_if;
99400 u8 type;
99401 #define MAC_TYPE_GMAC 1
99402 #define MAC_TYPE_XAUI 2
99403 - u32 dma_if;
99404
99405 u8 mac_addr[6];
99406
99407 @@ -74,6 +92,7 @@
99408
99409 struct pasemi_mac_txring *tx;
99410 struct pasemi_mac_rxring *rx;
99411 + struct pasemi_mac_csring *cs[MAX_CS];
99412 char tx_irq_name[10]; /* "eth%d tx" */
99413 char rx_irq_name[10]; /* "eth%d rx" */
99414 int link;
99415 @@ -90,6 +109,16 @@
99416 dma_addr_t dma;
99417 };
99418
99419 +#define TX_DESC(tx, num) ((tx)->chan.ring_virt[(num) & (TX_RING_SIZE-1)])
99420 +#define TX_DESC_INFO(tx, num) ((tx)->ring_info[(num) & (TX_RING_SIZE-1)])
99421 +#define RX_DESC(rx, num) ((rx)->chan.ring_virt[(num) & (RX_RING_SIZE-1)])
99422 +#define RX_DESC_INFO(rx, num) ((rx)->ring_info[(num) & (RX_RING_SIZE-1)])
99423 +#define RX_BUFF(rx, num) ((rx)->buffers[(num) & (RX_RING_SIZE-1)])
99424 +#define CS_DESC(cs, num) ((cs)->chan.ring_virt[(num) & (CS_RING_SIZE-1)])
99425 +
99426 +#define RING_USED(ring) (((ring)->next_to_fill - (ring)->next_to_clean) \
99427 + & ((ring)->size - 1))
99428 +#define RING_AVAIL(ring) ((ring->size) - RING_USED(ring))
99429
99430 /* PCI register offsets and formats */
99431
99432 @@ -101,6 +130,7 @@
99433 PAS_MAC_CFG_ADR0 = 0x8c,
99434 PAS_MAC_CFG_ADR1 = 0x90,
99435 PAS_MAC_CFG_TXP = 0x98,
99436 + PAS_MAC_CFG_RMON = 0x100,
99437 PAS_MAC_IPC_CHNL = 0x208,
99438 };
99439
99440 @@ -172,6 +202,8 @@
99441 #define PAS_MAC_CFG_TXP_TIFG(x) (((x) << PAS_MAC_CFG_TXP_TIFG_S) & \
99442 PAS_MAC_CFG_TXP_TIFG_M)
99443
99444 +#define PAS_MAC_RMON(r) (0x100+(r)*4)
99445 +
99446 #define PAS_MAC_IPC_CHNL_DCHNO_M 0x003f0000
99447 #define PAS_MAC_IPC_CHNL_DCHNO_S 16
99448 #define PAS_MAC_IPC_CHNL_DCHNO(x) (((x) << PAS_MAC_IPC_CHNL_DCHNO_S) & \
99449 @@ -181,4 +213,5 @@
99450 #define PAS_MAC_IPC_CHNL_BCH(x) (((x) << PAS_MAC_IPC_CHNL_BCH_S) & \
99451 PAS_MAC_IPC_CHNL_BCH_M)
99452
99453 +
99454 #endif /* PASEMI_MAC_H */
99455 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/pasemi_mac_ethtool.c powerpc.git/drivers/net/pasemi_mac_ethtool.c
99456 --- linux-2.6.25-rc9/drivers/net/pasemi_mac_ethtool.c 1970-01-01 01:00:00.000000000 +0100
99457 +++ powerpc.git/drivers/net/pasemi_mac_ethtool.c 2008-03-17 14:03:59.000000000 +0100
99458 @@ -0,0 +1,159 @@
99459 +/*
99460 + * Copyright (C) 2006-2008 PA Semi, Inc
99461 + *
99462 + * Ethtool hooks for the PA Semi PWRficient onchip 1G/10G Ethernet MACs
99463 + *
99464 + * This program is free software; you can redistribute it and/or modify
99465 + * it under the terms of the GNU General Public License version 2 as
99466 + * published by the Free Software Foundation.
99467 + *
99468 + * This program is distributed in the hope that it will be useful,
99469 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
99470 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
99471 + * GNU General Public License for more details.
99472 + *
99473 + * You should have received a copy of the GNU General Public License
99474 + * along with this program; if not, write to the Free Software
99475 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
99476 + */
99477 +
99478 +
99479 +#include <linux/netdevice.h>
99480 +#include <linux/ethtool.h>
99481 +#include <linux/pci.h>
99482 +#include <linux/inet_lro.h>
99483 +
99484 +#include <asm/pasemi_dma.h>
99485 +#include "pasemi_mac.h"
99486 +
99487 +static struct {
99488 + const char str[ETH_GSTRING_LEN];
99489 +} ethtool_stats_keys[] = {
99490 + { "rx-drops" },
99491 + { "rx-bytes" },
99492 + { "rx-packets" },
99493 + { "rx-broadcast-packets" },
99494 + { "rx-multicast-packets" },
99495 + { "rx-crc-errors" },
99496 + { "rx-undersize-errors" },
99497 + { "rx-oversize-errors" },
99498 + { "rx-short-fragment-errors" },
99499 + { "rx-jabber-errors" },
99500 + { "rx-64-byte-packets" },
99501 + { "rx-65-127-byte-packets" },
99502 + { "rx-128-255-byte-packets" },
99503 + { "rx-256-511-byte-packets" },
99504 + { "rx-512-1023-byte-packets" },
99505 + { "rx-1024-1518-byte-packets" },
99506 + { "rx-pause-frames" },
99507 + { "tx-bytes" },
99508 + { "tx-packets" },
99509 + { "tx-broadcast-packets" },
99510 + { "tx-multicast-packets" },
99511 + { "tx-collisions" },
99512 + { "tx-late-collisions" },
99513 + { "tx-excessive-collisions" },
99514 + { "tx-crc-errors" },
99515 + { "tx-undersize-errors" },
99516 + { "tx-oversize-errors" },
99517 + { "tx-64-byte-packets" },
99518 + { "tx-65-127-byte-packets" },
99519 + { "tx-128-255-byte-packets" },
99520 + { "tx-256-511-byte-packets" },
99521 + { "tx-512-1023-byte-packets" },
99522 + { "tx-1024-1518-byte-packets" },
99523 +};
99524 +
99525 +static int
99526 +pasemi_mac_ethtool_get_settings(struct net_device *netdev,
99527 + struct ethtool_cmd *cmd)
99528 +{
99529 + struct pasemi_mac *mac = netdev_priv(netdev);
99530 + struct phy_device *phydev = mac->phydev;
99531 +
99532 + return phy_ethtool_gset(phydev, cmd);
99533 +}
99534 +
99535 +static void
99536 +pasemi_mac_ethtool_get_drvinfo(struct net_device *netdev,
99537 + struct ethtool_drvinfo *drvinfo)
99538 +{
99539 + struct pasemi_mac *mac;
99540 + mac = netdev_priv(netdev);
99541 +
99542 + /* clear and fill out info */
99543 + memset(drvinfo, 0, sizeof(struct ethtool_drvinfo));
99544 + strncpy(drvinfo->driver, "pasemi_mac", 12);
99545 + strcpy(drvinfo->version, "N/A");
99546 + strcpy(drvinfo->fw_version, "N/A");
99547 + strncpy(drvinfo->bus_info, pci_name(mac->pdev), 32);
99548 +}
99549 +
99550 +static u32
99551 +pasemi_mac_ethtool_get_msglevel(struct net_device *netdev)
99552 +{
99553 + struct pasemi_mac *mac = netdev_priv(netdev);
99554 + return mac->msg_enable;
99555 +}
99556 +
99557 +static void
99558 +pasemi_mac_ethtool_set_msglevel(struct net_device *netdev,
99559 + u32 level)
99560 +{
99561 + struct pasemi_mac *mac = netdev_priv(netdev);
99562 + mac->msg_enable = level;
99563 +}
99564 +
99565 +
99566 +static void
99567 +pasemi_mac_ethtool_get_ringparam(struct net_device *netdev,
99568 + struct ethtool_ringparam *ering)
99569 +{
99570 + struct pasemi_mac *mac = netdev->priv;
99571 +
99572 + ering->tx_max_pending = TX_RING_SIZE/2;
99573 + ering->tx_pending = RING_USED(mac->tx)/2;
99574 + ering->rx_max_pending = RX_RING_SIZE/4;
99575 + ering->rx_pending = RING_USED(mac->rx)/4;
99576 +}
99577 +
99578 +static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset)
99579 +{
99580 + switch (sset) {
99581 + case ETH_SS_STATS:
99582 + return ARRAY_SIZE(ethtool_stats_keys);
99583 + default:
99584 + return -EOPNOTSUPP;
99585 + }
99586 +}
99587 +
99588 +static void pasemi_mac_get_ethtool_stats(struct net_device *netdev,
99589 + struct ethtool_stats *stats, u64 *data)
99590 +{
99591 + struct pasemi_mac *mac = netdev->priv;
99592 + int i;
99593 +
99594 + data[0] = pasemi_read_dma_reg(PAS_DMA_RXINT_RCMDSTA(mac->dma_if))
99595 + >> PAS_DMA_RXINT_RCMDSTA_DROPS_S;
99596 + for (i = 0; i < 32; i++)
99597 + data[1+i] = pasemi_read_mac_reg(mac->dma_if, PAS_MAC_RMON(i));
99598 +}
99599 +
99600 +static void pasemi_mac_get_strings(struct net_device *netdev, u32 stringset,
99601 + u8 *data)
99602 +{
99603 + memcpy(data, ethtool_stats_keys, sizeof(ethtool_stats_keys));
99604 +}
99605 +
99606 +const struct ethtool_ops pasemi_mac_ethtool_ops = {
99607 + .get_settings = pasemi_mac_ethtool_get_settings,
99608 + .get_drvinfo = pasemi_mac_ethtool_get_drvinfo,
99609 + .get_msglevel = pasemi_mac_ethtool_get_msglevel,
99610 + .set_msglevel = pasemi_mac_ethtool_set_msglevel,
99611 + .get_link = ethtool_op_get_link,
99612 + .get_ringparam = pasemi_mac_ethtool_get_ringparam,
99613 + .get_strings = pasemi_mac_get_strings,
99614 + .get_sset_count = pasemi_mac_get_sset_count,
99615 + .get_ethtool_stats = pasemi_mac_get_ethtool_stats,
99616 +};
99617 +
99618 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/ps3_gelic_net.c powerpc.git/drivers/net/ps3_gelic_net.c
99619 --- linux-2.6.25-rc9/drivers/net/ps3_gelic_net.c 2008-04-11 22:32:29.000000000 +0200
99620 +++ powerpc.git/drivers/net/ps3_gelic_net.c 2008-04-19 16:40:54.000000000 +0200
99621 @@ -1266,6 +1266,85 @@
99622 return 0;
99623 }
99624
99625 +static void gelic_net_get_wol(struct net_device *netdev,
99626 + struct ethtool_wolinfo *wol)
99627 +{
99628 + if (0 <= ps3_compare_firmware_version(2, 2, 0))
99629 + wol->supported = WAKE_MAGIC;
99630 + else
99631 + wol->supported = 0;
99632 +
99633 + wol->wolopts = ps3_sys_manager_get_wol() ? wol->supported : 0;
99634 + memset(&wol->sopass, 0, sizeof(wol->sopass));
99635 +}
99636 +static int gelic_net_set_wol(struct net_device *netdev,
99637 + struct ethtool_wolinfo *wol)
99638 +{
99639 + int status;
99640 + struct gelic_card *card;
99641 + u64 v1, v2;
99642 +
99643 + if (ps3_compare_firmware_version(2, 2, 0) < 0 ||
99644 + !capable(CAP_NET_ADMIN))
99645 + return -EPERM;
99646 +
99647 + if (wol->wolopts & ~WAKE_MAGIC)
99648 + return -EINVAL;
99649 +
99650 + card = netdev_card(netdev);
99651 + if (wol->wolopts & WAKE_MAGIC) {
99652 + status = lv1_net_control(bus_id(card), dev_id(card),
99653 + GELIC_LV1_SET_WOL,
99654 + GELIC_LV1_WOL_MAGIC_PACKET,
99655 + 0, GELIC_LV1_WOL_MP_ENABLE,
99656 + &v1, &v2);
99657 + if (status) {
99658 + pr_info("%s: enabling WOL failed %d\n", __func__,
99659 + status);
99660 + status = -EIO;
99661 + goto done;
99662 + }
99663 + status = lv1_net_control(bus_id(card), dev_id(card),
99664 + GELIC_LV1_SET_WOL,
99665 + GELIC_LV1_WOL_ADD_MATCH_ADDR,
99666 + 0, GELIC_LV1_WOL_MATCH_ALL,
99667 + &v1, &v2);
99668 + if (!status)
99669 + ps3_sys_manager_set_wol(1);
99670 + else {
99671 + pr_info("%s: enabling WOL filter failed %d\n",
99672 + __func__, status);
99673 + status = -EIO;
99674 + }
99675 + } else {
99676 + status = lv1_net_control(bus_id(card), dev_id(card),
99677 + GELIC_LV1_SET_WOL,
99678 + GELIC_LV1_WOL_MAGIC_PACKET,
99679 + 0, GELIC_LV1_WOL_MP_DISABLE,
99680 + &v1, &v2);
99681 + if (status) {
99682 + pr_info("%s: disabling WOL failed %d\n", __func__,
99683 + status);
99684 + status = -EIO;
99685 + goto done;
99686 + }
99687 + status = lv1_net_control(bus_id(card), dev_id(card),
99688 + GELIC_LV1_SET_WOL,
99689 + GELIC_LV1_WOL_DELETE_MATCH_ADDR,
99690 + 0, GELIC_LV1_WOL_MATCH_ALL,
99691 + &v1, &v2);
99692 + if (!status)
99693 + ps3_sys_manager_set_wol(0);
99694 + else {
99695 + pr_info("%s: removing WOL filter failed %d\n",
99696 + __func__, status);
99697 + status = -EIO;
99698 + }
99699 + }
99700 +done:
99701 + return status;
99702 +}
99703 +
99704 static struct ethtool_ops gelic_ether_ethtool_ops = {
99705 .get_drvinfo = gelic_net_get_drvinfo,
99706 .get_settings = gelic_ether_get_settings,
99707 @@ -1274,6 +1353,8 @@
99708 .set_tx_csum = ethtool_op_set_tx_csum,
99709 .get_rx_csum = gelic_net_get_rx_csum,
99710 .set_rx_csum = gelic_net_set_rx_csum,
99711 + .get_wol = gelic_net_get_wol,
99712 + .set_wol = gelic_net_set_wol,
99713 };
99714
99715 /**
99716 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/ps3_gelic_net.h powerpc.git/drivers/net/ps3_gelic_net.h
99717 --- linux-2.6.25-rc9/drivers/net/ps3_gelic_net.h 2008-04-11 22:32:29.000000000 +0200
99718 +++ powerpc.git/drivers/net/ps3_gelic_net.h 2008-04-19 16:40:54.000000000 +0200
99719 @@ -182,12 +182,32 @@
99720 GELIC_LV1_GET_ETH_PORT_STATUS = 2,
99721 GELIC_LV1_SET_NEGOTIATION_MODE = 3,
99722 GELIC_LV1_GET_VLAN_ID = 4,
99723 + GELIC_LV1_SET_WOL = 5,
99724 GELIC_LV1_GET_CHANNEL = 6,
99725 GELIC_LV1_POST_WLAN_CMD = 9,
99726 GELIC_LV1_GET_WLAN_CMD_RESULT = 10,
99727 GELIC_LV1_GET_WLAN_EVENT = 11
99728 };
99729
99730 +/* for GELIC_LV1_SET_WOL */
99731 +enum gelic_lv1_wol_command {
99732 + GELIC_LV1_WOL_MAGIC_PACKET = 1,
99733 + GELIC_LV1_WOL_ADD_MATCH_ADDR = 6,
99734 + GELIC_LV1_WOL_DELETE_MATCH_ADDR = 7,
99735 +};
99736 +
99737 +/* for GELIC_LV1_WOL_MAGIC_PACKET */
99738 +enum gelic_lv1_wol_mp_arg {
99739 + GELIC_LV1_WOL_MP_DISABLE = 0,
99740 + GELIC_LV1_WOL_MP_ENABLE = 1,
99741 +};
99742 +
99743 +/* for GELIC_LV1_WOL_{ADD,DELETE}_MATCH_ADDR */
99744 +enum gelic_lv1_wol_match_arg {
99745 + GELIC_LV1_WOL_MATCH_INDIVIDUAL = 0,
99746 + GELIC_LV1_WOL_MATCH_ALL = 1,
99747 +};
99748 +
99749 /* status returened from GET_ETH_PORT_STATUS */
99750 enum gelic_lv1_ether_port_status {
99751 GELIC_LV1_ETHER_LINK_UP = 0x0000000000000001L,
99752 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/ucc_geth.c powerpc.git/drivers/net/ucc_geth.c
99753 --- linux-2.6.25-rc9/drivers/net/ucc_geth.c 2008-04-11 22:32:29.000000000 +0200
99754 +++ powerpc.git/drivers/net/ucc_geth.c 2008-04-19 16:40:54.000000000 +0200
99755 @@ -3852,7 +3852,13 @@
99756
99757 ugeth_vdbg("%s: IN", __FUNCTION__);
99758
99759 - prop = of_get_property(np, "device-id", NULL);
99760 + prop = of_get_property(np, "cell-index", NULL);
99761 + if (!prop) {
99762 + prop = of_get_property(np, "device-id", NULL);
99763 + if (!prop)
99764 + return -ENODEV;
99765 + }
99766 +
99767 ucc_num = *prop - 1;
99768 if ((ucc_num < 0) || (ucc_num > 7))
99769 return -ENODEV;
99770 diff -x .git -Nur linux-2.6.25-rc9/drivers/net/ucc_geth_mii.c powerpc.git/drivers/net/ucc_geth_mii.c
99771 --- linux-2.6.25-rc9/drivers/net/ucc_geth_mii.c 2008-04-11 22:32:29.000000000 +0200
99772 +++ powerpc.git/drivers/net/ucc_geth_mii.c 2008-04-19 16:40:54.000000000 +0200
99773 @@ -203,9 +203,14 @@
99774 if ((res.start >= tempres.start) &&
99775 (res.end <= tempres.end)) {
99776 /* set this UCC to be the MII master */
99777 - const u32 *id = of_get_property(tempnp, "device-id", NULL);
99778 - if (id == NULL)
99779 - goto bus_register_fail;
99780 + const u32 *id;
99781 +
99782 + id = of_get_property(tempnp, "cell-index", NULL);
99783 + if (!id) {
99784 + id = of_get_property(tempnp, "device-id", NULL);
99785 + if (!id)
99786 + goto bus_register_fail;
99787 + }
99788
99789 ucc_set_qe_mux_mii_mng(*id - 1);
99790
99791 diff -x .git -Nur linux-2.6.25-rc9/drivers/of/Kconfig powerpc.git/drivers/of/Kconfig
99792 --- linux-2.6.25-rc9/drivers/of/Kconfig 2008-04-11 22:32:29.000000000 +0200
99793 +++ powerpc.git/drivers/of/Kconfig 2008-04-19 16:40:55.000000000 +0200
99794 @@ -1,3 +1,15 @@
99795 config OF_DEVICE
99796 def_bool y
99797 depends on OF && (SPARC || PPC_OF)
99798 +
99799 +config OF_GPIO
99800 + def_bool y
99801 + depends on OF && PPC_OF && HAVE_GPIO_LIB
99802 + help
99803 + OpenFirmware GPIO accessors
99804 +
99805 +config OF_I2C
99806 + def_bool y
99807 + depends on OF && I2C
99808 + help
99809 + OpenFirmware I2C accessors
99810 diff -x .git -Nur linux-2.6.25-rc9/drivers/of/Makefile powerpc.git/drivers/of/Makefile
99811 --- linux-2.6.25-rc9/drivers/of/Makefile 2008-04-11 22:32:29.000000000 +0200
99812 +++ powerpc.git/drivers/of/Makefile 2008-04-19 16:40:55.000000000 +0200
99813 @@ -1,2 +1,4 @@
99814 obj-y = base.o
99815 obj-$(CONFIG_OF_DEVICE) += device.o platform.o
99816 +obj-$(CONFIG_OF_GPIO) += gpio.o
99817 +obj-$(CONFIG_OF_I2C) += i2c.o
99818 diff -x .git -Nur linux-2.6.25-rc9/drivers/of/base.c powerpc.git/drivers/of/base.c
99819 --- linux-2.6.25-rc9/drivers/of/base.c 2008-04-11 22:32:29.000000000 +0200
99820 +++ powerpc.git/drivers/of/base.c 2008-04-19 16:40:55.000000000 +0200
99821 @@ -117,6 +117,32 @@
99822 EXPORT_SYMBOL(of_device_is_compatible);
99823
99824 /**
99825 + * of_device_is_available - check if a device is available for use
99826 + *
99827 + * @device: Node to check for availability
99828 + *
99829 + * Returns 1 if the status property is absent or set to "okay" or "ok",
99830 + * 0 otherwise
99831 + */
99832 +int of_device_is_available(const struct device_node *device)
99833 +{
99834 + const char *status;
99835 + int statlen;
99836 +
99837 + status = of_get_property(device, "status", &statlen);
99838 + if (status == NULL)
99839 + return 1;
99840 +
99841 + if (statlen > 0) {
99842 + if (!strcmp(status, "okay") || !strcmp(status, "ok"))
99843 + return 1;
99844 + }
99845 +
99846 + return 0;
99847 +}
99848 +EXPORT_SYMBOL(of_device_is_available);
99849 +
99850 +/**
99851 * of_get_parent - Get a node's parent if any
99852 * @node: Node to get parent
99853 *
99854 diff -x .git -Nur linux-2.6.25-rc9/drivers/of/gpio.c powerpc.git/drivers/of/gpio.c
99855 --- linux-2.6.25-rc9/drivers/of/gpio.c 1970-01-01 01:00:00.000000000 +0100
99856 +++ powerpc.git/drivers/of/gpio.c 2008-04-19 16:40:55.000000000 +0200
99857 @@ -0,0 +1,242 @@
99858 +/*
99859 + * OF helpers for the GPIO API
99860 + *
99861 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
99862 + *
99863 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
99864 + *
99865 + * This program is free software; you can redistribute it and/or modify
99866 + * it under the terms of the GNU General Public License as published by
99867 + * the Free Software Foundation; either version 2 of the License, or
99868 + * (at your option) any later version.
99869 + */
99870 +
99871 +#include <linux/kernel.h>
99872 +#include <linux/errno.h>
99873 +#include <linux/io.h>
99874 +#include <linux/of.h>
99875 +#include <linux/of_gpio.h>
99876 +#include <asm/prom.h>
99877 +
99878 +/**
99879 + * of_get_gpio - Get a GPIO number from the device tree to use with GPIO API
99880 + * @np: device node to get GPIO from
99881 + * @index: index of the GPIO
99882 + *
99883 + * Returns GPIO number to use with Linux generic GPIO API, or one of the errno
99884 + * value on the error condition.
99885 + */
99886 +int of_get_gpio(struct device_node *np, int index)
99887 +{
99888 + int ret = -EINVAL;
99889 + struct device_node *gc;
99890 + struct of_gpio_chip *of_gc = NULL;
99891 + int size;
99892 + const u32 *gpios;
99893 + u32 nr_cells;
99894 + int i;
99895 + const void *gpio_spec;
99896 + const u32 *gpio_cells;
99897 + int gpio_index = 0;
99898 +
99899 + gpios = of_get_property(np, "gpios", &size);
99900 + if (!gpios) {
99901 + ret = -ENOENT;
99902 + goto err0;
99903 + }
99904 + nr_cells = size / sizeof(u32);
99905 +
99906 + for (i = 0; i < nr_cells; gpio_index++) {
99907 + const phandle *gpio_phandle;
99908 +
99909 + gpio_phandle = gpios + i;
99910 + gpio_spec = gpio_phandle + 1;
99911 +
99912 + /* one cell hole in the gpios = <>; */
99913 + if (!*gpio_phandle) {
99914 + if (gpio_index == index)
99915 + return -ENOENT;
99916 + i++;
99917 + continue;
99918 + }
99919 +
99920 + gc = of_find_node_by_phandle(*gpio_phandle);
99921 + if (!gc) {
99922 + pr_debug("%s: could not find phandle for gpios\n",
99923 + np->full_name);
99924 + goto err0;
99925 + }
99926 +
99927 + of_gc = gc->data;
99928 + if (!of_gc) {
99929 + pr_debug("%s: gpio controller %s isn't registered\n",
99930 + np->full_name, gc->full_name);
99931 + goto err1;
99932 + }
99933 +
99934 + gpio_cells = of_get_property(gc, "#gpio-cells", &size);
99935 + if (!gpio_cells || size != sizeof(*gpio_cells) ||
99936 + *gpio_cells != of_gc->gpio_cells) {
99937 + pr_debug("%s: wrong #gpio-cells for %s\n",
99938 + np->full_name, gc->full_name);
99939 + goto err1;
99940 + }
99941 +
99942 + /* Next phandle is at phandle cells + #gpio-cells */
99943 + i += sizeof(*gpio_phandle) / sizeof(u32) + *gpio_cells;
99944 + if (i >= nr_cells + 1) {
99945 + pr_debug("%s: insufficient gpio-spec length\n",
99946 + np->full_name);
99947 + goto err1;
99948 + }
99949 +
99950 + if (gpio_index == index)
99951 + break;
99952 +
99953 + of_gc = NULL;
99954 + of_node_put(gc);
99955 + }
99956 +
99957 + if (!of_gc) {
99958 + ret = -ENOENT;
99959 + goto err0;
99960 + }
99961 +
99962 + ret = of_gc->xlate(of_gc, np, gpio_spec);
99963 + if (ret < 0)
99964 + goto err1;
99965 +
99966 + ret += of_gc->gc.base;
99967 +err1:
99968 + of_node_put(gc);
99969 +err0:
99970 + pr_debug("%s exited with status %d\n", __func__, ret);
99971 + return ret;
99972 +}
99973 +EXPORT_SYMBOL(of_get_gpio);
99974 +
99975 +/**
99976 + * of_gpio_simple_xlate - translate gpio_spec to the GPIO number
99977 + * @of_gc: pointer to the of_gpio_chip structure
99978 + * @np: device node of the GPIO chip
99979 + * @gpio_spec: gpio specifier as found in the device tree
99980 + *
99981 + * This is simple translation function, suitable for the most 1:1 mapped
99982 + * gpio chips. This function performs only one sanity check: whether gpio
99983 + * is less than ngpios (that is specified in the gpio_chip).
99984 + */
99985 +int of_gpio_simple_xlate(struct of_gpio_chip *of_gc, struct device_node *np,
99986 + const void *gpio_spec)
99987 +{
99988 + const u32 *gpio = gpio_spec;
99989 +
99990 + if (*gpio > of_gc->gc.ngpio)
99991 + return -EINVAL;
99992 +
99993 + return *gpio;
99994 +}
99995 +EXPORT_SYMBOL(of_gpio_simple_xlate);
99996 +
99997 +/* Should be sufficient for now, later we'll use dynamic bases. */
99998 +#if defined(CONFIG_PPC32) || defined(CONFIG_SPARC32)
99999 +#define GPIOS_PER_CHIP 32
100000 +#else
100001 +#define GPIOS_PER_CHIP 64
100002 +#endif
100003 +
100004 +static int of_get_gpiochip_base(struct device_node *np)
100005 +{
100006 + struct device_node *gc = NULL;
100007 + int gpiochip_base = 0;
100008 +
100009 + while ((gc = of_find_all_nodes(gc))) {
100010 + if (!of_get_property(gc, "gpio-controller", NULL))
100011 + continue;
100012 +
100013 + if (gc != np) {
100014 + gpiochip_base += GPIOS_PER_CHIP;
100015 + continue;
100016 + }
100017 +
100018 + of_node_put(gc);
100019 +
100020 + if (gpiochip_base >= ARCH_NR_GPIOS)
100021 + return -ENOSPC;
100022 +
100023 + return gpiochip_base;
100024 + }
100025 +
100026 + return -ENOENT;
100027 +}
100028 +
100029 +/**
100030 + * of_mm_gpiochip_add - Add memory mapped GPIO chip (bank)
100031 + * @np: device node of the GPIO chip
100032 + * @mm_gc: pointer to the of_mm_gpio_chip allocated structure
100033 + *
100034 + * To use this function you should allocate and fill mm_gc with:
100035 + *
100036 + * 1) In the gpio_chip structure:
100037 + * - all the callbacks
100038 + *
100039 + * 2) In the of_gpio_chip structure:
100040 + * - gpio_cells
100041 + * - xlate callback (optional)
100042 + *
100043 + * 3) In the of_mm_gpio_chip structure:
100044 + * - save_regs callback (optional)
100045 + *
100046 + * If succeeded, this function will map bank's memory and will
100047 + * do all necessary work for you. Then you'll able to use .regs
100048 + * to manage GPIOs from the callbacks.
100049 + */
100050 +int of_mm_gpiochip_add(struct device_node *np,
100051 + struct of_mm_gpio_chip *mm_gc)
100052 +{
100053 + int ret = -ENOMEM;
100054 + struct of_gpio_chip *of_gc = &mm_gc->of_gc;
100055 + struct gpio_chip *gc = &of_gc->gc;
100056 +
100057 + gc->label = kstrdup(np->full_name, GFP_KERNEL);
100058 + if (!gc->label)
100059 + goto err0;
100060 +
100061 + mm_gc->regs = of_iomap(np, 0);
100062 + if (!mm_gc->regs)
100063 + goto err1;
100064 +
100065 + gc->base = of_get_gpiochip_base(np);
100066 + if (gc->base < 0) {
100067 + ret = gc->base;
100068 + goto err1;
100069 + }
100070 +
100071 + if (!of_gc->xlate)
100072 + of_gc->xlate = of_gpio_simple_xlate;
100073 +
100074 + if (mm_gc->save_regs)
100075 + mm_gc->save_regs(mm_gc);
100076 +
100077 + np->data = of_gc;
100078 +
100079 + ret = gpiochip_add(gc);
100080 + if (ret)
100081 + goto err2;
100082 +
100083 + /* We don't want to lose the node and its ->data */
100084 + of_node_get(np);
100085 +
100086 + pr_debug("%s: registered as generic GPIO chip, base is %d\n",
100087 + np->full_name, gc->base);
100088 + return 0;
100089 +err2:
100090 + np->data = NULL;
100091 + iounmap(mm_gc->regs);
100092 +err1:
100093 + kfree(gc->label);
100094 +err0:
100095 + pr_err("%s: GPIO chip registration failed with status %d\n",
100096 + np->full_name, ret);
100097 + return ret;
100098 +}
100099 +EXPORT_SYMBOL(of_mm_gpiochip_add);
100100 diff -x .git -Nur linux-2.6.25-rc9/drivers/of/i2c.c powerpc.git/drivers/of/i2c.c
100101 --- linux-2.6.25-rc9/drivers/of/i2c.c 1970-01-01 01:00:00.000000000 +0100
100102 +++ powerpc.git/drivers/of/i2c.c 2008-04-19 16:40:55.000000000 +0200
100103 @@ -0,0 +1,115 @@
100104 +/*
100105 + * OF helpers for the I2C API
100106 + *
100107 + * Copyright (c) 2008 Jochen Friedrich <jochen@scram.de>
100108 + *
100109 + * Based on a previous patch from Jon Smirl <jonsmirl@gmail.com>
100110 + *
100111 + * This program is free software; you can redistribute it and/or modify
100112 + * it under the terms of the GNU General Public License as published by
100113 + * the Free Software Foundation; either version 2 of the License, or
100114 + * (at your option) any later version.
100115 + */
100116 +
100117 +#include <linux/i2c.h>
100118 +#include <linux/of.h>
100119 +
100120 +struct i2c_driver_device {
100121 + char *of_device;
100122 + char *i2c_type;
100123 +};
100124 +
100125 +static struct i2c_driver_device i2c_devices[] = {
100126 + { "dallas,ds1374", "rtc-ds1374" },
100127 +};
100128 +
100129 +static int of_find_i2c_driver(struct device_node *node,
100130 + struct i2c_board_info *info)
100131 +{
100132 + int i, cplen;
100133 + const char *compatible;
100134 + const char *p;
100135 +
100136 + /* 1. search for exception list entry */
100137 + for (i = 0; i < ARRAY_SIZE(i2c_devices); i++) {
100138 + if (!of_device_is_compatible(node, i2c_devices[i].of_device))
100139 + continue;
100140 + if (strlcpy(info->type, i2c_devices[i].i2c_type,
100141 + I2C_NAME_SIZE) >= I2C_NAME_SIZE)
100142 + return -ENOMEM;
100143 +
100144 + return 0;
100145 + }
100146 +
100147 + compatible = of_get_property(node, "compatible", &cplen);
100148 + if (!compatible)
100149 + return -ENODEV;
100150 +
100151 + /* 2. search for linux,<i2c-type> entry */
100152 + p = compatible;
100153 + while (cplen > 0) {
100154 + if (!strncmp(p, "linux,", 6)) {
100155 + p += 6;
100156 + if (strlcpy(info->type, p,
100157 + I2C_NAME_SIZE) >= I2C_NAME_SIZE)
100158 + return -ENOMEM;
100159 + return 0;
100160 + }
100161 +
100162 + i = strlen(p) + 1;
100163 + p += i;
100164 + cplen -= i;
100165 + }
100166 +
100167 + /* 3. take fist compatible entry and strip manufacturer */
100168 + p = strchr(compatible, ',');
100169 + if (!p)
100170 + return -ENODEV;
100171 + p++;
100172 + if (strlcpy(info->type, p, I2C_NAME_SIZE) >= I2C_NAME_SIZE)
100173 + return -ENOMEM;
100174 + return 0;
100175 +}
100176 +
100177 +void of_register_i2c_devices(struct i2c_adapter *adap,
100178 + struct device_node *adap_node)
100179 +{
100180 + void *result;
100181 + struct device_node *node;
100182 +
100183 + for_each_child_of_node(adap_node, node) {
100184 + struct i2c_board_info info = {};
100185 + const u32 *addr;
100186 + int len;
100187 +
100188 + addr = of_get_property(node, "reg", &len);
100189 + if (!addr || len < sizeof(int) || *addr > (1 << 10) - 1) {
100190 + printk(KERN_ERR
100191 + "of-i2c: invalid i2c device entry\n");
100192 + continue;
100193 + }
100194 +
100195 + info.irq = irq_of_parse_and_map(node, 0);
100196 + if (info.irq == NO_IRQ)
100197 + info.irq = -1;
100198 +
100199 + if (of_find_i2c_driver(node, &info) < 0) {
100200 + irq_dispose_mapping(info.irq);
100201 + continue;
100202 + }
100203 +
100204 + info.addr = *addr;
100205 +
100206 + request_module(info.type);
100207 +
100208 + result = i2c_new_device(adap, &info);
100209 + if (result == NULL) {
100210 + printk(KERN_ERR
100211 + "of-i2c: Failed to load driver for %s\n",
100212 + info.type);
100213 + irq_dispose_mapping(info.irq);
100214 + continue;
100215 + }
100216 + }
100217 +}
100218 +EXPORT_SYMBOL(of_register_i2c_devices);
100219 diff -x .git -Nur linux-2.6.25-rc9/drivers/ps3/ps3-sys-manager.c powerpc.git/drivers/ps3/ps3-sys-manager.c
100220 --- linux-2.6.25-rc9/drivers/ps3/ps3-sys-manager.c 2008-04-11 22:32:29.000000000 +0200
100221 +++ powerpc.git/drivers/ps3/ps3-sys-manager.c 2008-04-19 16:40:55.000000000 +0200
100222 @@ -24,6 +24,7 @@
100223 #include <linux/reboot.h>
100224
100225 #include <asm/firmware.h>
100226 +#include <asm/lv1call.h>
100227 #include <asm/ps3.h>
100228
100229 #include "vuart.h"
100230 @@ -187,6 +188,7 @@
100231 * controller, and bluetooth controller.
100232 * @PS3_SM_WAKE_RTC:
100233 * @PS3_SM_WAKE_RTC_ERROR:
100234 + * @PS3_SM_WAKE_W_O_L: Ether or wireless LAN.
100235 * @PS3_SM_WAKE_P_O_R: Power on reset.
100236 *
100237 * Additional wakeup sources when specifying PS3_SM_NEXT_OP_SYS_SHUTDOWN.
100238 @@ -200,10 +202,19 @@
100239 PS3_SM_WAKE_DEFAULT = 0,
100240 PS3_SM_WAKE_RTC = 0x00000040,
100241 PS3_SM_WAKE_RTC_ERROR = 0x00000080,
100242 + PS3_SM_WAKE_W_O_L = 0x00000400,
100243 PS3_SM_WAKE_P_O_R = 0x80000000,
100244 };
100245
100246 /**
100247 + * user_wake_sources - User specified wakeup sources.
100248 + *
100249 + * Logical OR of enum ps3_sys_manager_wake_source types.
100250 + */
100251 +
100252 +static u32 user_wake_sources = PS3_SM_WAKE_DEFAULT;
100253 +
100254 +/**
100255 * enum ps3_sys_manager_cmd - Command from system manager to guest.
100256 *
100257 * The guest completes the actions needed, then acks or naks the command via
100258 @@ -581,6 +592,23 @@
100259 return -EIO;
100260 }
100261
100262 +static void ps3_sys_manager_fin(struct ps3_system_bus_device *dev)
100263 +{
100264 + ps3_sys_manager_send_request_shutdown(dev);
100265 +
100266 + pr_emerg("System Halted, OK to turn off power\n");
100267 +
100268 + while (ps3_sys_manager_handle_msg(dev)) {
100269 + /* pause until next DEC interrupt */
100270 + lv1_pause(0);
100271 + }
100272 +
100273 + while (1) {
100274 + /* pause, ignoring DEC interrupt */
100275 + lv1_pause(1);
100276 + }
100277 +}
100278 +
100279 /**
100280 * ps3_sys_manager_final_power_off - The final platform machine_power_off routine.
100281 *
100282 @@ -601,13 +629,9 @@
100283 ps3_vuart_cancel_async(dev);
100284
100285 ps3_sys_manager_send_next_op(dev, PS3_SM_NEXT_OP_SYS_SHUTDOWN,
100286 - PS3_SM_WAKE_DEFAULT);
100287 - ps3_sys_manager_send_request_shutdown(dev);
100288 -
100289 - pr_emerg("System Halted, OK to turn off power\n");
100290 + user_wake_sources);
100291
100292 - while (1)
100293 - ps3_sys_manager_handle_msg(dev);
100294 + ps3_sys_manager_fin(dev);
100295 }
100296
100297 /**
100298 @@ -638,14 +662,42 @@
100299
100300 ps3_sys_manager_send_attr(dev, 0);
100301 ps3_sys_manager_send_next_op(dev, PS3_SM_NEXT_OP_SYS_REBOOT,
100302 - PS3_SM_WAKE_DEFAULT);
100303 - ps3_sys_manager_send_request_shutdown(dev);
100304 + user_wake_sources);
100305
100306 - pr_emerg("System Halted, OK to turn off power\n");
100307 + ps3_sys_manager_fin(dev);
100308 +}
100309 +
100310 +/**
100311 + * ps3_sys_manager_get_wol - Get wake-on-lan setting.
100312 + */
100313 +
100314 +int ps3_sys_manager_get_wol(void)
100315 +{
100316 + pr_debug("%s:%d\n", __func__, __LINE__);
100317 +
100318 + return (user_wake_sources & PS3_SM_WAKE_W_O_L) != 0;
100319 +}
100320 +EXPORT_SYMBOL_GPL(ps3_sys_manager_get_wol);
100321 +
100322 +/**
100323 + * ps3_sys_manager_set_wol - Set wake-on-lan setting.
100324 + */
100325 +
100326 +void ps3_sys_manager_set_wol(int state)
100327 +{
100328 + static DEFINE_MUTEX(mutex);
100329 +
100330 + mutex_lock(&mutex);
100331 +
100332 + pr_debug("%s:%d: %d\n", __func__, __LINE__, state);
100333
100334 - while (1)
100335 - ps3_sys_manager_handle_msg(dev);
100336 + if (state)
100337 + user_wake_sources |= PS3_SM_WAKE_W_O_L;
100338 + else
100339 + user_wake_sources &= ~PS3_SM_WAKE_W_O_L;
100340 + mutex_unlock(&mutex);
100341 }
100342 +EXPORT_SYMBOL_GPL(ps3_sys_manager_set_wol);
100343
100344 /**
100345 * ps3_sys_manager_work - Asynchronous read handler.
100346 diff -x .git -Nur linux-2.6.25-rc9/drivers/ps3/sys-manager-core.c powerpc.git/drivers/ps3/sys-manager-core.c
100347 --- linux-2.6.25-rc9/drivers/ps3/sys-manager-core.c 2008-04-11 22:32:29.000000000 +0200
100348 +++ powerpc.git/drivers/ps3/sys-manager-core.c 2008-04-19 16:40:55.000000000 +0200
100349 @@ -19,6 +19,7 @@
100350 */
100351
100352 #include <linux/kernel.h>
100353 +#include <asm/lv1call.h>
100354 #include <asm/ps3.h>
100355
100356 /**
100357 @@ -50,10 +51,7 @@
100358 if (ps3_sys_manager_ops.power_off)
100359 ps3_sys_manager_ops.power_off(ps3_sys_manager_ops.dev);
100360
100361 - printk(KERN_EMERG "System Halted, OK to turn off power\n");
100362 - local_irq_disable();
100363 - while (1)
100364 - (void)0;
100365 + ps3_sys_manager_halt();
100366 }
100367
100368 void ps3_sys_manager_restart(void)
100369 @@ -61,8 +59,14 @@
100370 if (ps3_sys_manager_ops.restart)
100371 ps3_sys_manager_ops.restart(ps3_sys_manager_ops.dev);
100372
100373 - printk(KERN_EMERG "System Halted, OK to turn off power\n");
100374 + ps3_sys_manager_halt();
100375 +}
100376 +
100377 +void ps3_sys_manager_halt(void)
100378 +{
100379 + pr_emerg("System Halted, OK to turn off power\n");
100380 local_irq_disable();
100381 while (1)
100382 - (void)0;
100383 + lv1_pause(1);
100384 }
100385 +
100386 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
100387 --- linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart.h 2008-04-11 22:32:29.000000000 +0200
100388 +++ powerpc.git/drivers/serial/cpm_uart/cpm_uart.h 2008-04-19 16:40:55.000000000 +0200
100389 @@ -92,6 +92,9 @@
100390
100391 /* these are located in their respective files */
100392 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd);
100393 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
100394 + struct device_node *np);
100395 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram);
100396 int cpm_uart_init_portdesc(void);
100397 int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con);
100398 void cpm_uart_freebuf(struct uart_cpm_port *pinfo);
100399 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
100400 --- linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart_core.c 2008-04-11 22:32:29.000000000 +0200
100401 +++ powerpc.git/drivers/serial/cpm_uart/cpm_uart_core.c 2008-04-19 16:40:55.000000000 +0200
100402 @@ -966,24 +966,23 @@
100403 if (!mem)
100404 return -ENOMEM;
100405
100406 - pram = of_iomap(np, 1);
100407 - if (!pram) {
100408 - ret = -ENOMEM;
100409 - goto out_mem;
100410 - }
100411 -
100412 if (of_device_is_compatible(np, "fsl,cpm1-scc-uart") ||
100413 of_device_is_compatible(np, "fsl,cpm2-scc-uart")) {
100414 pinfo->sccp = mem;
100415 - pinfo->sccup = pram;
100416 + pinfo->sccup = pram = cpm_uart_map_pram(pinfo, np);
100417 } else if (of_device_is_compatible(np, "fsl,cpm1-smc-uart") ||
100418 of_device_is_compatible(np, "fsl,cpm2-smc-uart")) {
100419 pinfo->flags |= FLAG_SMC;
100420 pinfo->smcp = mem;
100421 - pinfo->smcup = pram;
100422 + pinfo->smcup = pram = cpm_uart_map_pram(pinfo, np);
100423 } else {
100424 ret = -ENODEV;
100425 - goto out_pram;
100426 + goto out_mem;
100427 + }
100428 +
100429 + if (!pram) {
100430 + ret = -ENOMEM;
100431 + goto out_mem;
100432 }
100433
100434 pinfo->tx_nrfifos = TX_NUM_FIFO;
100435 @@ -1007,7 +1006,7 @@
100436 return cpm_uart_request_port(&pinfo->port);
100437
100438 out_pram:
100439 - iounmap(pram);
100440 + cpm_uart_unmap_pram(pinfo, pram);
100441 out_mem:
100442 iounmap(mem);
100443 return ret;
100444 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
100445 --- linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart_cpm1.c 2008-04-11 22:32:29.000000000 +0200
100446 +++ powerpc.git/drivers/serial/cpm_uart/cpm_uart_cpm1.c 2008-04-19 16:40:55.000000000 +0200
100447 @@ -45,6 +45,8 @@
100448 #include <linux/serial_core.h>
100449 #include <linux/kernel.h>
100450
100451 +#include <linux/of.h>
100452 +
100453 #include "cpm_uart.h"
100454
100455 /**************************************************************/
100456 @@ -54,6 +56,18 @@
100457 {
100458 cpm_command(port->command, cmd);
100459 }
100460 +
100461 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
100462 + struct device_node *np)
100463 +{
100464 + return of_iomap(np, 1);
100465 +}
100466 +
100467 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram)
100468 +{
100469 + iounmap(pram);
100470 +}
100471 +
100472 #else
100473 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd)
100474 {
100475 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
100476 --- linux-2.6.25-rc9/drivers/serial/cpm_uart/cpm_uart_cpm2.c 2008-04-11 22:32:29.000000000 +0200
100477 +++ powerpc.git/drivers/serial/cpm_uart/cpm_uart_cpm2.c 2008-04-19 16:40:55.000000000 +0200
100478 @@ -41,6 +41,9 @@
100479 #include <asm/io.h>
100480 #include <asm/irq.h>
100481 #include <asm/fs_pd.h>
100482 +#ifdef CONFIG_PPC_CPM_NEW_BINDING
100483 +#include <asm/prom.h>
100484 +#endif
100485
100486 #include <linux/serial_core.h>
100487 #include <linux/kernel.h>
100488 @@ -54,6 +57,55 @@
100489 {
100490 cpm_command(port->command, cmd);
100491 }
100492 +
100493 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
100494 + struct device_node *np)
100495 +{
100496 + void __iomem *pram;
100497 + unsigned long offset;
100498 + struct resource res;
100499 + unsigned long len;
100500 +
100501 + /* Don't remap parameter RAM if it has already been initialized
100502 + * during console setup.
100503 + */
100504 + if (IS_SMC(port) && port->smcup)
100505 + return port->smcup;
100506 + else if (!IS_SMC(port) && port->sccup)
100507 + return port->sccup;
100508 +
100509 + if (of_address_to_resource(np, 1, &res))
100510 + return NULL;
100511 +
100512 + len = 1 + res.end - res.start;
100513 + pram = ioremap(res.start, len);
100514 + if (!pram)
100515 + return NULL;
100516 +
100517 + if (!IS_SMC(port))
100518 + return pram;
100519 +
100520 + if (len != 2) {
100521 + printk(KERN_WARNING "cpm_uart[%d]: device tree references "
100522 + "SMC pram, using boot loader/wrapper pram mapping. "
100523 + "Please fix your device tree to reference the pram "
100524 + "base register instead.\n",
100525 + port->port.line);
100526 + return pram;
100527 + }
100528 +
100529 + offset = cpm_dpalloc(PROFF_SMC_SIZE, 64);
100530 + out_be16(pram, offset);
100531 + iounmap(pram);
100532 + return cpm_muram_addr(offset);
100533 +}
100534 +
100535 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram)
100536 +{
100537 + if (!IS_SMC(port))
100538 + iounmap(pram);
100539 +}
100540 +
100541 #else
100542 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd)
100543 {
100544 diff -x .git -Nur linux-2.6.25-rc9/drivers/serial/of_serial.c powerpc.git/drivers/serial/of_serial.c
100545 --- linux-2.6.25-rc9/drivers/serial/of_serial.c 2008-04-11 22:32:29.000000000 +0200
100546 +++ powerpc.git/drivers/serial/of_serial.c 2008-04-19 16:40:55.000000000 +0200
100547 @@ -56,7 +56,9 @@
100548 port->flags = UPF_SHARE_IRQ | UPF_BOOT_AUTOCONF | UPF_IOREMAP
100549 | UPF_FIXED_PORT;
100550 port->dev = &ofdev->dev;
100551 - port->custom_divisor = *clk / (16 * (*spd));
100552 + /* If current-speed was set, then try not to change it. */
100553 + if (spd)
100554 + port->custom_divisor = *clk / (16 * (*spd));
100555
100556 return 0;
100557 }
100558 diff -x .git -Nur linux-2.6.25-rc9/drivers/serial/ucc_uart.c powerpc.git/drivers/serial/ucc_uart.c
100559 --- linux-2.6.25-rc9/drivers/serial/ucc_uart.c 2008-04-11 22:32:29.000000000 +0200
100560 +++ powerpc.git/drivers/serial/ucc_uart.c 2008-04-19 16:40:55.000000000 +0200
100561 @@ -1270,10 +1270,18 @@
100562
100563 /* Get the UCC number (device ID) */
100564 /* UCCs are numbered 1-7 */
100565 - iprop = of_get_property(np, "device-id", NULL);
100566 - if (!iprop || (*iprop < 1) || (*iprop > UCC_MAX_NUM)) {
100567 - dev_err(&ofdev->dev,
100568 - "missing or invalid UCC specified in device tree\n");
100569 + iprop = of_get_property(np, "cell-index", NULL);
100570 + if (!iprop) {
100571 + iprop = of_get_property(np, "device-id", NULL);
100572 + if (!iprop) {
100573 + dev_err(&ofdev->dev, "UCC is unspecified in "
100574 + "device tree\n");
100575 + return -EINVAL;
100576 + }
100577 + }
100578 +
100579 + if ((*iprop < 1) || (*iprop > UCC_MAX_NUM)) {
100580 + dev_err(&ofdev->dev, "no support for UCC%u\n", *iprop);
100581 kfree(qe_port);
100582 return -ENODEV;
100583 }
100584 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/Kbuild powerpc.git/include/asm-powerpc/Kbuild
100585 --- linux-2.6.25-rc9/include/asm-powerpc/Kbuild 2008-04-11 22:32:29.000000000 +0200
100586 +++ powerpc.git/include/asm-powerpc/Kbuild 2008-04-19 16:40:57.000000000 +0200
100587 @@ -1,5 +1,6 @@
100588 include include/asm-generic/Kbuild.asm
100589
100590 +header-y += a.out.h
100591 header-y += auxvec.h
100592 header-y += ioctls.h
100593 header-y += mman.h
100594 @@ -23,7 +24,6 @@
100595 header-y += statfs.h
100596 header-y += ps3fb.h
100597
100598 -unifdef-y += a.out.h
100599 unifdef-y += asm-compat.h
100600 unifdef-y += bootx.h
100601 unifdef-y += byteorder.h
100602 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/abs_addr.h powerpc.git/include/asm-powerpc/abs_addr.h
100603 --- linux-2.6.25-rc9/include/asm-powerpc/abs_addr.h 2008-04-11 22:32:29.000000000 +0200
100604 +++ powerpc.git/include/asm-powerpc/abs_addr.h 2008-03-17 14:04:35.000000000 +0100
100605 @@ -12,10 +12,11 @@
100606 * 2 of the License, or (at your option) any later version.
100607 */
100608
100609 +#include <linux/lmb.h>
100610 +
100611 #include <asm/types.h>
100612 #include <asm/page.h>
100613 #include <asm/prom.h>
100614 -#include <asm/lmb.h>
100615 #include <asm/firmware.h>
100616
100617 struct mschunks_map {
100618 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/bitops.h powerpc.git/include/asm-powerpc/bitops.h
100619 --- linux-2.6.25-rc9/include/asm-powerpc/bitops.h 2008-04-11 22:32:29.000000000 +0200
100620 +++ powerpc.git/include/asm-powerpc/bitops.h 2008-04-19 16:40:57.000000000 +0200
100621 @@ -312,24 +312,26 @@
100622 asm ("cntlzw %0,%1" : "=r" (lz) : "r" (x));
100623 return 32 - lz;
100624 }
100625 +
100626 +/*
100627 + * 64-bit can do this using one cntlzd (count leading zeroes doubleword)
100628 + * instruction; for 32-bit we use the generic version, which does two
100629 + * 32-bit fls calls.
100630 + */
100631 +#ifdef __powerpc64__
100632 +static __inline__ int fls64(__u64 x)
100633 +{
100634 + int lz;
100635 +
100636 + asm ("cntlzd %0,%1" : "=r" (lz) : "r" (x));
100637 + return 64 - lz;
100638 +}
100639 +#else
100640 #include <asm-generic/bitops/fls64.h>
100641 +#endif /* __powerpc64__ */
100642
100643 #include <asm-generic/bitops/hweight.h>
100644 -
100645 -#define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0)
100646 -unsigned long find_next_zero_bit(const unsigned long *addr,
100647 - unsigned long size, unsigned long offset);
100648 -/**
100649 - * find_first_bit - find the first set bit in a memory region
100650 - * @addr: The address to start the search at
100651 - * @size: The maximum size to search
100652 - *
100653 - * Returns the bit-number of the first set bit, not the number of the byte
100654 - * containing a bit.
100655 - */
100656 -#define find_first_bit(addr, size) find_next_bit((addr), (size), 0)
100657 -unsigned long find_next_bit(const unsigned long *addr,
100658 - unsigned long size, unsigned long offset);
100659 +#include <asm-generic/bitops/find.h>
100660
100661 /* Little-endian versions */
100662
100663 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/cpm.h powerpc.git/include/asm-powerpc/cpm.h
100664 --- linux-2.6.25-rc9/include/asm-powerpc/cpm.h 2008-04-11 22:32:29.000000000 +0200
100665 +++ powerpc.git/include/asm-powerpc/cpm.h 2008-04-19 16:40:57.000000000 +0200
100666 @@ -4,6 +4,20 @@
100667 #include <linux/compiler.h>
100668 #include <linux/types.h>
100669
100670 +/* Opcodes common to CPM1 and CPM2
100671 +*/
100672 +#define CPM_CR_INIT_TRX ((ushort)0x0000)
100673 +#define CPM_CR_INIT_RX ((ushort)0x0001)
100674 +#define CPM_CR_INIT_TX ((ushort)0x0002)
100675 +#define CPM_CR_HUNT_MODE ((ushort)0x0003)
100676 +#define CPM_CR_STOP_TX ((ushort)0x0004)
100677 +#define CPM_CR_GRA_STOP_TX ((ushort)0x0005)
100678 +#define CPM_CR_RESTART_TX ((ushort)0x0006)
100679 +#define CPM_CR_CLOSE_RX_BD ((ushort)0x0007)
100680 +#define CPM_CR_SET_GADDR ((ushort)0x0008)
100681 +#define CPM_CR_SET_TIMER ((ushort)0x0008)
100682 +#define CPM_CR_STOP_IDMA ((ushort)0x000b)
100683 +
100684 /* Buffer descriptors used by many of the CPM protocols. */
100685 typedef struct cpm_buf_desc {
100686 ushort cbd_sc; /* Status and Control */
100687 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/cpm1.h powerpc.git/include/asm-powerpc/cpm1.h
100688 --- linux-2.6.25-rc9/include/asm-powerpc/cpm1.h 2008-04-11 22:32:29.000000000 +0200
100689 +++ powerpc.git/include/asm-powerpc/cpm1.h 2008-04-19 16:40:57.000000000 +0200
100690 @@ -28,19 +28,6 @@
100691 #define CPM_CR_CHAN ((ushort)0x00f0)
100692 #define CPM_CR_FLG ((ushort)0x0001)
100693
100694 -/* Some commands (there are more...later)
100695 -*/
100696 -#define CPM_CR_INIT_TRX ((ushort)0x0000)
100697 -#define CPM_CR_INIT_RX ((ushort)0x0001)
100698 -#define CPM_CR_INIT_TX ((ushort)0x0002)
100699 -#define CPM_CR_HUNT_MODE ((ushort)0x0003)
100700 -#define CPM_CR_STOP_TX ((ushort)0x0004)
100701 -#define CPM_CR_GRA_STOP_TX ((ushort)0x0005)
100702 -#define CPM_CR_RESTART_TX ((ushort)0x0006)
100703 -#define CPM_CR_CLOSE_RX_BD ((ushort)0x0007)
100704 -#define CPM_CR_SET_GADDR ((ushort)0x0008)
100705 -#define CPM_CR_SET_TIMER CPM_CR_SET_GADDR
100706 -
100707 /* Channel numbers.
100708 */
100709 #define CPM_CR_CH_SCC1 ((ushort)0x0000)
100710 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/cpm2.h powerpc.git/include/asm-powerpc/cpm2.h
100711 --- linux-2.6.25-rc9/include/asm-powerpc/cpm2.h 2008-04-11 22:32:29.000000000 +0200
100712 +++ powerpc.git/include/asm-powerpc/cpm2.h 2008-04-19 16:40:57.000000000 +0200
100713 @@ -71,18 +71,9 @@
100714
100715 #define CPM_CR_FCC_PAGE(x) (x + 0x04)
100716
100717 -/* Some opcodes (there are more...later)
100718 +/* CPM2-specific opcodes (see cpm.h for common opcodes)
100719 */
100720 -#define CPM_CR_INIT_TRX ((ushort)0x0000)
100721 -#define CPM_CR_INIT_RX ((ushort)0x0001)
100722 -#define CPM_CR_INIT_TX ((ushort)0x0002)
100723 -#define CPM_CR_HUNT_MODE ((ushort)0x0003)
100724 -#define CPM_CR_STOP_TX ((ushort)0x0004)
100725 -#define CPM_CR_GRA_STOP_TX ((ushort)0x0005)
100726 -#define CPM_CR_RESTART_TX ((ushort)0x0006)
100727 -#define CPM_CR_SET_GADDR ((ushort)0x0008)
100728 #define CPM_CR_START_IDMA ((ushort)0x0009)
100729 -#define CPM_CR_STOP_IDMA ((ushort)0x000b)
100730
100731 #define mk_cr_cmd(PG, SBC, MCN, OP) \
100732 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
100733 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/cputhreads.h powerpc.git/include/asm-powerpc/cputhreads.h
100734 --- linux-2.6.25-rc9/include/asm-powerpc/cputhreads.h 2008-04-11 22:32:29.000000000 +0200
100735 +++ powerpc.git/include/asm-powerpc/cputhreads.h 2008-03-17 14:04:35.000000000 +0100
100736 @@ -35,7 +35,7 @@
100737
100738 res = CPU_MASK_NONE;
100739 for (i = 0; i < NR_CPUS; i += threads_per_core) {
100740 - cpus_shift_right(tmp, threads_core_mask, i);
100741 + cpus_shift_left(tmp, threads_core_mask, i);
100742 if (cpus_intersects(threads, tmp))
100743 cpu_set(i, res);
100744 }
100745 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/dcr-native.h powerpc.git/include/asm-powerpc/dcr-native.h
100746 --- linux-2.6.25-rc9/include/asm-powerpc/dcr-native.h 2008-04-11 22:32:29.000000000 +0200
100747 +++ powerpc.git/include/asm-powerpc/dcr-native.h 2008-04-19 16:40:57.000000000 +0200
100748 @@ -82,6 +82,19 @@
100749 spin_unlock_irqrestore(&dcr_ind_lock, flags);
100750 }
100751
100752 +static inline void __dcri_clrset(int base_addr, int base_data, int reg,
100753 + unsigned clr, unsigned set)
100754 +{
100755 + unsigned long flags;
100756 + unsigned int val;
100757 +
100758 + spin_lock_irqsave(&dcr_ind_lock, flags);
100759 + __mtdcr(base_addr, reg);
100760 + val = (__mfdcr(base_data) & ~clr) | set;
100761 + __mtdcr(base_data, val);
100762 + spin_unlock_irqrestore(&dcr_ind_lock, flags);
100763 +}
100764 +
100765 #define mfdcri(base, reg) __mfdcri(DCRN_ ## base ## _CONFIG_ADDR, \
100766 DCRN_ ## base ## _CONFIG_DATA, \
100767 reg)
100768 @@ -90,6 +103,10 @@
100769 DCRN_ ## base ## _CONFIG_DATA, \
100770 reg, data)
100771
100772 +#define dcri_clrset(base, reg, clr, set) __dcri_clrset(DCRN_ ## base ## _CONFIG_ADDR, \
100773 + DCRN_ ## base ## _CONFIG_DATA, \
100774 + reg, clr, set)
100775 +
100776 #endif /* __ASSEMBLY__ */
100777 #endif /* __KERNEL__ */
100778 #endif /* _ASM_POWERPC_DCR_NATIVE_H */
100779 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/dcr-regs.h powerpc.git/include/asm-powerpc/dcr-regs.h
100780 --- linux-2.6.25-rc9/include/asm-powerpc/dcr-regs.h 2008-04-11 22:32:29.000000000 +0200
100781 +++ powerpc.git/include/asm-powerpc/dcr-regs.h 2008-04-19 16:40:57.000000000 +0200
100782 @@ -68,4 +68,82 @@
100783 #define SDR0_UART3 0x0123
100784 #define SDR0_CUST0 0x4000
100785
100786 +/*
100787 + * All those DCR register addresses are offsets from the base address
100788 + * for the SRAM0 controller (e.g. 0x20 on 440GX). The base address is
100789 + * excluded here and configured in the device tree.
100790 + */
100791 +#define DCRN_SRAM0_SB0CR 0x00
100792 +#define DCRN_SRAM0_SB1CR 0x01
100793 +#define DCRN_SRAM0_SB2CR 0x02
100794 +#define DCRN_SRAM0_SB3CR 0x03
100795 +#define SRAM_SBCR_BU_MASK 0x00000180
100796 +#define SRAM_SBCR_BS_64KB 0x00000800
100797 +#define SRAM_SBCR_BU_RO 0x00000080
100798 +#define SRAM_SBCR_BU_RW 0x00000180
100799 +#define DCRN_SRAM0_BEAR 0x04
100800 +#define DCRN_SRAM0_BESR0 0x05
100801 +#define DCRN_SRAM0_BESR1 0x06
100802 +#define DCRN_SRAM0_PMEG 0x07
100803 +#define DCRN_SRAM0_CID 0x08
100804 +#define DCRN_SRAM0_REVID 0x09
100805 +#define DCRN_SRAM0_DPC 0x0a
100806 +#define SRAM_DPC_ENABLE 0x80000000
100807 +
100808 +/*
100809 + * All those DCR register addresses are offsets from the base address
100810 + * for the SRAM0 controller (e.g. 0x30 on 440GX). The base address is
100811 + * excluded here and configured in the device tree.
100812 + */
100813 +#define DCRN_L2C0_CFG 0x00
100814 +#define L2C_CFG_L2M 0x80000000
100815 +#define L2C_CFG_ICU 0x40000000
100816 +#define L2C_CFG_DCU 0x20000000
100817 +#define L2C_CFG_DCW_MASK 0x1e000000
100818 +#define L2C_CFG_TPC 0x01000000
100819 +#define L2C_CFG_CPC 0x00800000
100820 +#define L2C_CFG_FRAN 0x00200000
100821 +#define L2C_CFG_SS_MASK 0x00180000
100822 +#define L2C_CFG_SS_256 0x00000000
100823 +#define L2C_CFG_CPIM 0x00040000
100824 +#define L2C_CFG_TPIM 0x00020000
100825 +#define L2C_CFG_LIM 0x00010000
100826 +#define L2C_CFG_PMUX_MASK 0x00007000
100827 +#define L2C_CFG_PMUX_SNP 0x00000000
100828 +#define L2C_CFG_PMUX_IF 0x00001000
100829 +#define L2C_CFG_PMUX_DF 0x00002000
100830 +#define L2C_CFG_PMUX_DS 0x00003000
100831 +#define L2C_CFG_PMIM 0x00000800
100832 +#define L2C_CFG_TPEI 0x00000400
100833 +#define L2C_CFG_CPEI 0x00000200
100834 +#define L2C_CFG_NAM 0x00000100
100835 +#define L2C_CFG_SMCM 0x00000080
100836 +#define L2C_CFG_NBRM 0x00000040
100837 +#define L2C_CFG_RDBW 0x00000008 /* only 460EX/GT */
100838 +#define DCRN_L2C0_CMD 0x01
100839 +#define L2C_CMD_CLR 0x80000000
100840 +#define L2C_CMD_DIAG 0x40000000
100841 +#define L2C_CMD_INV 0x20000000
100842 +#define L2C_CMD_CCP 0x10000000
100843 +#define L2C_CMD_CTE 0x08000000
100844 +#define L2C_CMD_STRC 0x04000000
100845 +#define L2C_CMD_STPC 0x02000000
100846 +#define L2C_CMD_RPMC 0x01000000
100847 +#define L2C_CMD_HCC 0x00800000
100848 +#define DCRN_L2C0_ADDR 0x02
100849 +#define DCRN_L2C0_DATA 0x03
100850 +#define DCRN_L2C0_SR 0x04
100851 +#define L2C_SR_CC 0x80000000
100852 +#define L2C_SR_CPE 0x40000000
100853 +#define L2C_SR_TPE 0x20000000
100854 +#define L2C_SR_LRU 0x10000000
100855 +#define L2C_SR_PCS 0x08000000
100856 +#define DCRN_L2C0_REVID 0x05
100857 +#define DCRN_L2C0_SNP0 0x06
100858 +#define DCRN_L2C0_SNP1 0x07
100859 +#define L2C_SNP_BA_MASK 0xffff0000
100860 +#define L2C_SNP_SSR_MASK 0x0000f000
100861 +#define L2C_SNP_SSR_32G 0x0000f000
100862 +#define L2C_SNP_ESR 0x00000800
100863 +
100864 #endif /* __DCR_REGS_H__ */
100865 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/exception.h powerpc.git/include/asm-powerpc/exception.h
100866 --- linux-2.6.25-rc9/include/asm-powerpc/exception.h 2008-04-11 22:32:29.000000000 +0200
100867 +++ powerpc.git/include/asm-powerpc/exception.h 2008-04-19 16:40:57.000000000 +0200
100868 @@ -228,18 +228,18 @@
100869 BEGIN_FW_FTR_SECTION; \
100870 stb r11,PACAHARDIRQEN(r13); \
100871 END_FW_FTR_SECTION_IFCLR(FW_FEATURE_ISERIES); \
100872 + TRACE_DISABLE_INTS; \
100873 BEGIN_FW_FTR_SECTION; \
100874 mfmsr r10; \
100875 ori r10,r10,MSR_EE; \
100876 mtmsrd r10,1; \
100877 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
100878 -
100879 #else
100880 #define DISABLE_INTS \
100881 li r11,0; \
100882 stb r11,PACASOFTIRQEN(r13); \
100883 - stb r11,PACAHARDIRQEN(r13)
100884 -
100885 + stb r11,PACAHARDIRQEN(r13); \
100886 + TRACE_DISABLE_INTS
100887 #endif /* CONFIG_PPC_ISERIES */
100888
100889 #define ENABLE_INTS \
100890 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/fsl_lbc.h powerpc.git/include/asm-powerpc/fsl_lbc.h
100891 --- linux-2.6.25-rc9/include/asm-powerpc/fsl_lbc.h 1970-01-01 01:00:00.000000000 +0100
100892 +++ powerpc.git/include/asm-powerpc/fsl_lbc.h 2008-04-19 16:40:57.000000000 +0200
100893 @@ -0,0 +1,311 @@
100894 +/* Freescale Local Bus Controller
100895 + *
100896 + * Copyright (c) 2006-2007 Freescale Semiconductor
100897 + *
100898 + * Authors: Nick Spence <nick.spence@freescale.com>,
100899 + * Scott Wood <scottwood@freescale.com>
100900 + *
100901 + * This program is free software; you can redistribute it and/or modify
100902 + * it under the terms of the GNU General Public License as published by
100903 + * the Free Software Foundation; either version 2 of the License, or
100904 + * (at your option) any later version.
100905 + *
100906 + * This program is distributed in the hope that it will be useful,
100907 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
100908 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
100909 + * GNU General Public License for more details.
100910 + *
100911 + * You should have received a copy of the GNU General Public License
100912 + * along with this program; if not, write to the Free Software
100913 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
100914 + */
100915 +
100916 +#ifndef __ASM_FSL_LBC_H
100917 +#define __ASM_FSL_LBC_H
100918 +
100919 +#include <linux/types.h>
100920 +#include <linux/spinlock.h>
100921 +#include <asm/io.h>
100922 +
100923 +struct fsl_lbc_bank {
100924 + __be32 br; /**< Base Register */
100925 +#define BR_BA 0xFFFF8000
100926 +#define BR_BA_SHIFT 15
100927 +#define BR_PS 0x00001800
100928 +#define BR_PS_SHIFT 11
100929 +#define BR_PS_8 0x00000800 /* Port Size 8 bit */
100930 +#define BR_PS_16 0x00001000 /* Port Size 16 bit */
100931 +#define BR_PS_32 0x00001800 /* Port Size 32 bit */
100932 +#define BR_DECC 0x00000600
100933 +#define BR_DECC_SHIFT 9
100934 +#define BR_DECC_OFF 0x00000000 /* HW ECC checking and generation off */
100935 +#define BR_DECC_CHK 0x00000200 /* HW ECC checking on, generation off */
100936 +#define BR_DECC_CHK_GEN 0x00000400 /* HW ECC checking and generation on */
100937 +#define BR_WP 0x00000100
100938 +#define BR_WP_SHIFT 8
100939 +#define BR_MSEL 0x000000E0
100940 +#define BR_MSEL_SHIFT 5
100941 +#define BR_MS_GPCM 0x00000000 /* GPCM */
100942 +#define BR_MS_FCM 0x00000020 /* FCM */
100943 +#define BR_MS_SDRAM 0x00000060 /* SDRAM */
100944 +#define BR_MS_UPMA 0x00000080 /* UPMA */
100945 +#define BR_MS_UPMB 0x000000A0 /* UPMB */
100946 +#define BR_MS_UPMC 0x000000C0 /* UPMC */
100947 +#define BR_V 0x00000001
100948 +#define BR_V_SHIFT 0
100949 +#define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
100950 +
100951 + __be32 or; /**< Base Register */
100952 +#define OR0 0x5004
100953 +#define OR1 0x500C
100954 +#define OR2 0x5014
100955 +#define OR3 0x501C
100956 +#define OR4 0x5024
100957 +#define OR5 0x502C
100958 +#define OR6 0x5034
100959 +#define OR7 0x503C
100960 +
100961 +#define OR_FCM_AM 0xFFFF8000
100962 +#define OR_FCM_AM_SHIFT 15
100963 +#define OR_FCM_BCTLD 0x00001000
100964 +#define OR_FCM_BCTLD_SHIFT 12
100965 +#define OR_FCM_PGS 0x00000400
100966 +#define OR_FCM_PGS_SHIFT 10
100967 +#define OR_FCM_CSCT 0x00000200
100968 +#define OR_FCM_CSCT_SHIFT 9
100969 +#define OR_FCM_CST 0x00000100
100970 +#define OR_FCM_CST_SHIFT 8
100971 +#define OR_FCM_CHT 0x00000080
100972 +#define OR_FCM_CHT_SHIFT 7
100973 +#define OR_FCM_SCY 0x00000070
100974 +#define OR_FCM_SCY_SHIFT 4
100975 +#define OR_FCM_SCY_1 0x00000010
100976 +#define OR_FCM_SCY_2 0x00000020
100977 +#define OR_FCM_SCY_3 0x00000030
100978 +#define OR_FCM_SCY_4 0x00000040
100979 +#define OR_FCM_SCY_5 0x00000050
100980 +#define OR_FCM_SCY_6 0x00000060
100981 +#define OR_FCM_SCY_7 0x00000070
100982 +#define OR_FCM_RST 0x00000008
100983 +#define OR_FCM_RST_SHIFT 3
100984 +#define OR_FCM_TRLX 0x00000004
100985 +#define OR_FCM_TRLX_SHIFT 2
100986 +#define OR_FCM_EHTR 0x00000002
100987 +#define OR_FCM_EHTR_SHIFT 1
100988 +};
100989 +
100990 +struct fsl_lbc_regs {
100991 + struct fsl_lbc_bank bank[8];
100992 + u8 res0[0x28];
100993 + __be32 mar; /**< UPM Address Register */
100994 + u8 res1[0x4];
100995 + __be32 mamr; /**< UPMA Mode Register */
100996 +#define MxMR_OP_NO (0 << 28) /**< normal operation */
100997 +#define MxMR_OP_WA (1 << 28) /**< write array */
100998 +#define MxMR_OP_RA (2 << 28) /**< read array */
100999 +#define MxMR_OP_RP (3 << 28) /**< run pattern */
101000 +#define MxMR_MAD 0x3f /**< machine address */
101001 + __be32 mbmr; /**< UPMB Mode Register */
101002 + __be32 mcmr; /**< UPMC Mode Register */
101003 + u8 res2[0x8];
101004 + __be32 mrtpr; /**< Memory Refresh Timer Prescaler Register */
101005 + __be32 mdr; /**< UPM Data Register */
101006 + u8 res3[0x4];
101007 + __be32 lsor; /**< Special Operation Initiation Register */
101008 + __be32 lsdmr; /**< SDRAM Mode Register */
101009 + u8 res4[0x8];
101010 + __be32 lurt; /**< UPM Refresh Timer */
101011 + __be32 lsrt; /**< SDRAM Refresh Timer */
101012 + u8 res5[0x8];
101013 + __be32 ltesr; /**< Transfer Error Status Register */
101014 +#define LTESR_BM 0x80000000
101015 +#define LTESR_FCT 0x40000000
101016 +#define LTESR_PAR 0x20000000
101017 +#define LTESR_WP 0x04000000
101018 +#define LTESR_ATMW 0x00800000
101019 +#define LTESR_ATMR 0x00400000
101020 +#define LTESR_CS 0x00080000
101021 +#define LTESR_CC 0x00000001
101022 +#define LTESR_NAND_MASK (LTESR_FCT | LTESR_PAR | LTESR_CC)
101023 + __be32 ltedr; /**< Transfer Error Disable Register */
101024 + __be32 lteir; /**< Transfer Error Interrupt Register */
101025 + __be32 lteatr; /**< Transfer Error Attributes Register */
101026 + __be32 ltear; /**< Transfer Error Address Register */
101027 + u8 res6[0xC];
101028 + __be32 lbcr; /**< Configuration Register */
101029 +#define LBCR_LDIS 0x80000000
101030 +#define LBCR_LDIS_SHIFT 31
101031 +#define LBCR_BCTLC 0x00C00000
101032 +#define LBCR_BCTLC_SHIFT 22
101033 +#define LBCR_AHD 0x00200000
101034 +#define LBCR_LPBSE 0x00020000
101035 +#define LBCR_LPBSE_SHIFT 17
101036 +#define LBCR_EPAR 0x00010000
101037 +#define LBCR_EPAR_SHIFT 16
101038 +#define LBCR_BMT 0x0000FF00
101039 +#define LBCR_BMT_SHIFT 8
101040 +#define LBCR_INIT 0x00040000
101041 + __be32 lcrr; /**< Clock Ratio Register */
101042 +#define LCRR_DBYP 0x80000000
101043 +#define LCRR_DBYP_SHIFT 31
101044 +#define LCRR_BUFCMDC 0x30000000
101045 +#define LCRR_BUFCMDC_SHIFT 28
101046 +#define LCRR_ECL 0x03000000
101047 +#define LCRR_ECL_SHIFT 24
101048 +#define LCRR_EADC 0x00030000
101049 +#define LCRR_EADC_SHIFT 16
101050 +#define LCRR_CLKDIV 0x0000000F
101051 +#define LCRR_CLKDIV_SHIFT 0
101052 + u8 res7[0x8];
101053 + __be32 fmr; /**< Flash Mode Register */
101054 +#define FMR_CWTO 0x0000F000
101055 +#define FMR_CWTO_SHIFT 12
101056 +#define FMR_BOOT 0x00000800
101057 +#define FMR_ECCM 0x00000100
101058 +#define FMR_AL 0x00000030
101059 +#define FMR_AL_SHIFT 4
101060 +#define FMR_OP 0x00000003
101061 +#define FMR_OP_SHIFT 0
101062 + __be32 fir; /**< Flash Instruction Register */
101063 +#define FIR_OP0 0xF0000000
101064 +#define FIR_OP0_SHIFT 28
101065 +#define FIR_OP1 0x0F000000
101066 +#define FIR_OP1_SHIFT 24
101067 +#define FIR_OP2 0x00F00000
101068 +#define FIR_OP2_SHIFT 20
101069 +#define FIR_OP3 0x000F0000
101070 +#define FIR_OP3_SHIFT 16
101071 +#define FIR_OP4 0x0000F000
101072 +#define FIR_OP4_SHIFT 12
101073 +#define FIR_OP5 0x00000F00
101074 +#define FIR_OP5_SHIFT 8
101075 +#define FIR_OP6 0x000000F0
101076 +#define FIR_OP6_SHIFT 4
101077 +#define FIR_OP7 0x0000000F
101078 +#define FIR_OP7_SHIFT 0
101079 +#define FIR_OP_NOP 0x0 /* No operation and end of sequence */
101080 +#define FIR_OP_CA 0x1 /* Issue current column address */
101081 +#define FIR_OP_PA 0x2 /* Issue current block+page address */
101082 +#define FIR_OP_UA 0x3 /* Issue user defined address */
101083 +#define FIR_OP_CM0 0x4 /* Issue command from FCR[CMD0] */
101084 +#define FIR_OP_CM1 0x5 /* Issue command from FCR[CMD1] */
101085 +#define FIR_OP_CM2 0x6 /* Issue command from FCR[CMD2] */
101086 +#define FIR_OP_CM3 0x7 /* Issue command from FCR[CMD3] */
101087 +#define FIR_OP_WB 0x8 /* Write FBCR bytes from FCM buffer */
101088 +#define FIR_OP_WS 0x9 /* Write 1 or 2 bytes from MDR[AS] */
101089 +#define FIR_OP_RB 0xA /* Read FBCR bytes to FCM buffer */
101090 +#define FIR_OP_RS 0xB /* Read 1 or 2 bytes to MDR[AS] */
101091 +#define FIR_OP_CW0 0xC /* Wait then issue FCR[CMD0] */
101092 +#define FIR_OP_CW1 0xD /* Wait then issue FCR[CMD1] */
101093 +#define FIR_OP_RBW 0xE /* Wait then read FBCR bytes */
101094 +#define FIR_OP_RSW 0xE /* Wait then read 1 or 2 bytes */
101095 + __be32 fcr; /**< Flash Command Register */
101096 +#define FCR_CMD0 0xFF000000
101097 +#define FCR_CMD0_SHIFT 24
101098 +#define FCR_CMD1 0x00FF0000
101099 +#define FCR_CMD1_SHIFT 16
101100 +#define FCR_CMD2 0x0000FF00
101101 +#define FCR_CMD2_SHIFT 8
101102 +#define FCR_CMD3 0x000000FF
101103 +#define FCR_CMD3_SHIFT 0
101104 + __be32 fbar; /**< Flash Block Address Register */
101105 +#define FBAR_BLK 0x00FFFFFF
101106 + __be32 fpar; /**< Flash Page Address Register */
101107 +#define FPAR_SP_PI 0x00007C00
101108 +#define FPAR_SP_PI_SHIFT 10
101109 +#define FPAR_SP_MS 0x00000200
101110 +#define FPAR_SP_CI 0x000001FF
101111 +#define FPAR_SP_CI_SHIFT 0
101112 +#define FPAR_LP_PI 0x0003F000
101113 +#define FPAR_LP_PI_SHIFT 12
101114 +#define FPAR_LP_MS 0x00000800
101115 +#define FPAR_LP_CI 0x000007FF
101116 +#define FPAR_LP_CI_SHIFT 0
101117 + __be32 fbcr; /**< Flash Byte Count Register */
101118 +#define FBCR_BC 0x00000FFF
101119 + u8 res11[0x8];
101120 + u8 res8[0xF00];
101121 +};
101122 +
101123 +extern struct fsl_lbc_regs __iomem *fsl_lbc_regs;
101124 +extern spinlock_t fsl_lbc_lock;
101125 +
101126 +/*
101127 + * FSL UPM routines
101128 + */
101129 +struct fsl_upm {
101130 + __be32 __iomem *mxmr;
101131 + int width;
101132 +};
101133 +
101134 +extern int fsl_lbc_find(phys_addr_t addr_base);
101135 +extern int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm);
101136 +
101137 +/**
101138 + * fsl_upm_start_pattern - start UPM patterns execution
101139 + * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
101140 + * @pat_offset: UPM pattern offset for the command to be executed
101141 + *
101142 + * This routine programmes UPM so the next memory access that hits an UPM
101143 + * will trigger pattern execution, starting at pat_offset.
101144 + */
101145 +static inline void fsl_upm_start_pattern(struct fsl_upm *upm, u8 pat_offset)
101146 +{
101147 + clrsetbits_be32(upm->mxmr, MxMR_MAD, MxMR_OP_RP | pat_offset);
101148 +}
101149 +
101150 +/**
101151 + * fsl_upm_end_pattern - end UPM patterns execution
101152 + * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
101153 + *
101154 + * This routine reverts UPM to normal operation mode.
101155 + */
101156 +static inline void fsl_upm_end_pattern(struct fsl_upm *upm)
101157 +{
101158 + clrbits32(upm->mxmr, MxMR_OP_RP);
101159 +
101160 + while (in_be32(upm->mxmr) & MxMR_OP_RP)
101161 + cpu_relax();
101162 +}
101163 +
101164 +/**
101165 + * fsl_upm_run_pattern - actually run an UPM pattern
101166 + * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
101167 + * @io_base: remapped pointer to where memory access should happen
101168 + * @mar: MAR register content during pattern execution
101169 + *
101170 + * This function triggers dummy write to the memory specified by the io_base,
101171 + * thus UPM pattern actually executed. Note that mar usage depends on the
101172 + * pre-programmed AMX bits in the UPM RAM.
101173 + */
101174 +static inline int fsl_upm_run_pattern(struct fsl_upm *upm,
101175 + void __iomem *io_base, u32 mar)
101176 +{
101177 + int ret = 0;
101178 + unsigned long flags;
101179 +
101180 + spin_lock_irqsave(&fsl_lbc_lock, flags);
101181 +
101182 + out_be32(&fsl_lbc_regs->mar, mar << (32 - upm->width));
101183 +
101184 + switch (upm->width) {
101185 + case 8:
101186 + out_8(io_base, 0x0);
101187 + break;
101188 + case 16:
101189 + out_be16(io_base, 0x0);
101190 + break;
101191 + case 32:
101192 + out_be32(io_base, 0x0);
101193 + break;
101194 + default:
101195 + ret = -EINVAL;
101196 + break;
101197 + }
101198 +
101199 + spin_unlock_irqrestore(&fsl_lbc_lock, flags);
101200 +
101201 + return ret;
101202 +}
101203 +
101204 +#endif /* __ASM_FSL_LBC_H */
101205 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/gpio.h powerpc.git/include/asm-powerpc/gpio.h
101206 --- linux-2.6.25-rc9/include/asm-powerpc/gpio.h 1970-01-01 01:00:00.000000000 +0100
101207 +++ powerpc.git/include/asm-powerpc/gpio.h 2008-04-19 16:40:57.000000000 +0200
101208 @@ -0,0 +1,56 @@
101209 +/*
101210 + * Generic GPIO API implementation for PowerPC.
101211 + *
101212 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
101213 + *
101214 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
101215 + *
101216 + * This program is free software; you can redistribute it and/or modify
101217 + * it under the terms of the GNU General Public License as published by
101218 + * the Free Software Foundation; either version 2 of the License, or
101219 + * (at your option) any later version.
101220 + */
101221 +
101222 +#ifndef __ASM_POWERPC_GPIO_H
101223 +#define __ASM_POWERPC_GPIO_H
101224 +
101225 +#include <linux/errno.h>
101226 +#include <asm-generic/gpio.h>
101227 +
101228 +#ifdef CONFIG_HAVE_GPIO_LIB
101229 +
101230 +/*
101231 + * We don't (yet) implement inlined/rapid versions for on-chip gpios.
101232 + * Just call gpiolib.
101233 + */
101234 +static inline int gpio_get_value(unsigned int gpio)
101235 +{
101236 + return __gpio_get_value(gpio);
101237 +}
101238 +
101239 +static inline void gpio_set_value(unsigned int gpio, int value)
101240 +{
101241 + __gpio_set_value(gpio, value);
101242 +}
101243 +
101244 +static inline int gpio_cansleep(unsigned int gpio)
101245 +{
101246 + return __gpio_cansleep(gpio);
101247 +}
101248 +
101249 +/*
101250 + * Not implemented, yet.
101251 + */
101252 +static inline int gpio_to_irq(unsigned int gpio)
101253 +{
101254 + return -ENOSYS;
101255 +}
101256 +
101257 +static inline int irq_to_gpio(unsigned int irq)
101258 +{
101259 + return -EINVAL;
101260 +}
101261 +
101262 +#endif /* CONFIG_HAVE_GPIO_LIB */
101263 +
101264 +#endif /* __ASM_POWERPC_GPIO_H */
101265 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/hw_irq.h powerpc.git/include/asm-powerpc/hw_irq.h
101266 --- linux-2.6.25-rc9/include/asm-powerpc/hw_irq.h 2008-04-11 22:32:29.000000000 +0200
101267 +++ powerpc.git/include/asm-powerpc/hw_irq.h 2008-04-19 16:40:57.000000000 +0200
101268 @@ -27,7 +27,7 @@
101269 return flags;
101270 }
101271
101272 -static inline unsigned long local_irq_disable(void)
101273 +static inline unsigned long raw_local_irq_disable(void)
101274 {
101275 unsigned long flags, zero;
101276
101277 @@ -39,14 +39,15 @@
101278 return flags;
101279 }
101280
101281 -extern void local_irq_restore(unsigned long);
101282 +extern void raw_local_irq_restore(unsigned long);
101283 extern void iseries_handle_interrupts(void);
101284
101285 -#define local_irq_enable() local_irq_restore(1)
101286 -#define local_save_flags(flags) ((flags) = local_get_flags())
101287 -#define local_irq_save(flags) ((flags) = local_irq_disable())
101288 +#define raw_local_irq_enable() raw_local_irq_restore(1)
101289 +#define raw_local_save_flags(flags) ((flags) = local_get_flags())
101290 +#define raw_local_irq_save(flags) ((flags) = raw_local_irq_disable())
101291
101292 -#define irqs_disabled() (local_get_flags() == 0)
101293 +#define raw_irqs_disabled() (local_get_flags() == 0)
101294 +#define raw_irqs_disabled_flags(flags) ((flags) == 0)
101295
101296 #define __hard_irq_enable() __mtmsrd(mfmsr() | MSR_EE, 1)
101297 #define __hard_irq_disable() __mtmsrd(mfmsr() & ~MSR_EE, 1)
101298 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/immap_qe.h powerpc.git/include/asm-powerpc/immap_qe.h
101299 --- linux-2.6.25-rc9/include/asm-powerpc/immap_qe.h 2008-04-11 22:32:29.000000000 +0200
101300 +++ powerpc.git/include/asm-powerpc/immap_qe.h 2008-04-19 16:40:57.000000000 +0200
101301 @@ -20,6 +20,7 @@
101302 #ifdef __KERNEL__
101303
101304 #include <linux/kernel.h>
101305 +#include <asm/io.h>
101306
101307 #define QE_IMMAP_SIZE (1024 * 1024) /* 1MB from 1MB+IMMR */
101308
101309 @@ -468,7 +469,7 @@
101310 u8 res18[0xC0000]; /* 0x140000 - 0x200000 */
101311 } __attribute__ ((packed));
101312
101313 -extern struct qe_immap *qe_immr;
101314 +extern struct qe_immap __iomem *qe_immr;
101315 extern phys_addr_t get_qe_base(void);
101316
101317 static inline unsigned long immrbar_virt_to_phys(void *address)
101318 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/irqflags.h powerpc.git/include/asm-powerpc/irqflags.h
101319 --- linux-2.6.25-rc9/include/asm-powerpc/irqflags.h 2008-04-11 22:32:29.000000000 +0200
101320 +++ powerpc.git/include/asm-powerpc/irqflags.h 2008-04-19 16:40:57.000000000 +0200
101321 @@ -2,30 +2,43 @@
101322 * include/asm-powerpc/irqflags.h
101323 *
101324 * IRQ flags handling
101325 - *
101326 - * This file gets included from lowlevel asm headers too, to provide
101327 - * wrapped versions of the local_irq_*() APIs, based on the
101328 - * raw_local_irq_*() macros from the lowlevel headers.
101329 */
101330 #ifndef _ASM_IRQFLAGS_H
101331 #define _ASM_IRQFLAGS_H
101332
101333 +#ifndef __ASSEMBLY__
101334 /*
101335 * Get definitions for raw_local_save_flags(x), etc.
101336 */
101337 #include <asm-powerpc/hw_irq.h>
101338
101339 +#else
101340 +#ifdef CONFIG_TRACE_IRQFLAGS
101341 /*
101342 - * Do the CPU's IRQ-state tracing from assembly code. We call a
101343 - * C function, so save all the C-clobbered registers:
101344 + * Most of the CPU's IRQ-state tracing is done from assembly code; we
101345 + * have to call a C function so call a wrapper that saves all the
101346 + * C-clobbered registers.
101347 */
101348 -#ifdef CONFIG_TRACE_IRQFLAGS
101349 -
101350 -#error No support on PowerPC yet for CONFIG_TRACE_IRQFLAGS
101351 -
101352 +#define TRACE_ENABLE_INTS bl .trace_hardirqs_on
101353 +#define TRACE_DISABLE_INTS bl .trace_hardirqs_off
101354 +#define TRACE_AND_RESTORE_IRQ_PARTIAL(en,skip) \
101355 + cmpdi en, 0; \
101356 + bne 95f; \
101357 + stb en,PACASOFTIRQEN(r13); \
101358 + bl .trace_hardirqs_off; \
101359 + b skip; \
101360 +95: bl .trace_hardirqs_on; \
101361 + li en,1;
101362 +#define TRACE_AND_RESTORE_IRQ(en) \
101363 + TRACE_AND_RESTORE_IRQ_PARTIAL(en,96f); \
101364 +96: stb en,PACASOFTIRQEN(r13)
101365 #else
101366 -# define TRACE_IRQS_ON
101367 -# define TRACE_IRQS_OFF
101368 +#define TRACE_ENABLE_INTS
101369 +#define TRACE_DISABLE_INTS
101370 +#define TRACE_AND_RESTORE_IRQ_PARTIAL(en,skip)
101371 +#define TRACE_AND_RESTORE_IRQ(en) \
101372 + stb en,PACASOFTIRQEN(r13)
101373 +#endif
101374 #endif
101375
101376 #endif
101377 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/iseries/alpaca.h powerpc.git/include/asm-powerpc/iseries/alpaca.h
101378 --- linux-2.6.25-rc9/include/asm-powerpc/iseries/alpaca.h 1970-01-01 01:00:00.000000000 +0100
101379 +++ powerpc.git/include/asm-powerpc/iseries/alpaca.h 2008-04-19 16:40:57.000000000 +0200
101380 @@ -0,0 +1,31 @@
101381 +/*
101382 + * Copyright © 2008 Stephen Rothwell IBM Corporation
101383 + *
101384 + * This program is free software; you can redistribute it and/or modify
101385 + * it under the terms of the GNU General Public License as published by
101386 + * the Free Software Foundation; either version 2 of the License, or
101387 + * (at your option) any later version.
101388 + *
101389 + * This program is distributed in the hope that it will be useful,
101390 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
101391 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
101392 + * GNU General Public License for more details.
101393 + *
101394 + * You should have received a copy of the GNU General Public License
101395 + * along with this program; if not, write to the Free Software
101396 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
101397 + */
101398 +#ifndef _ASM_POWERPC_ISERIES_ALPACA_H
101399 +#define _ASM_POWERPC_ISERIES_ALPACA_H
101400 +
101401 +/*
101402 + * This is the part of the paca that the iSeries hypervisor
101403 + * needs to be statically initialised. Immediately after boot
101404 + * we switch to the normal Linux paca.
101405 + */
101406 +struct alpaca {
101407 + struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */
101408 + const void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */
101409 +};
101410 +
101411 +#endif /* _ASM_POWERPC_ISERIES_ALPACA_H */
101412 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
101413 --- linux-2.6.25-rc9/include/asm-powerpc/iseries/it_lp_reg_save.h 2008-04-11 22:32:29.000000000 +0200
101414 +++ powerpc.git/include/asm-powerpc/iseries/it_lp_reg_save.h 1970-01-01 01:00:00.000000000 +0100
101415 @@ -1,85 +0,0 @@
101416 -/*
101417 - * Copyright (C) 2001 Mike Corrigan IBM Corporation
101418 - *
101419 - * This program is free software; you can redistribute it and/or modify
101420 - * it under the terms of the GNU General Public License as published by
101421 - * the Free Software Foundation; either version 2 of the License, or
101422 - * (at your option) any later version.
101423 - *
101424 - * This program is distributed in the hope that it will be useful,
101425 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
101426 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
101427 - * GNU General Public License for more details.
101428 - *
101429 - * You should have received a copy of the GNU General Public License
101430 - * along with this program; if not, write to the Free Software
101431 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
101432 - */
101433 -#ifndef _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H
101434 -#define _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H
101435 -
101436 -/*
101437 - * This control block contains the data that is shared between PLIC
101438 - * and the OS
101439 - */
101440 -
101441 -struct ItLpRegSave {
101442 - u32 xDesc; // Eye catcher "LpRS" ebcdic 000-003
101443 - u16 xSize; // Size of this class 004-005
101444 - u8 xInUse; // Area is live 006-007
101445 - u8 xRsvd1[9]; // Reserved 007-00F
101446 -
101447 - u8 xFixedRegSave[352]; // Fixed Register Save Area 010-16F
101448 - u32 xCTRL; // Control Register 170-173
101449 - u32 xDEC; // Decrementer 174-177
101450 - u32 xFPSCR; // FP Status and Control Reg 178-17B
101451 - u32 xPVR; // Processor Version Number 17C-17F
101452 -
101453 - u64 xMMCR0; // Monitor Mode Control Reg 0 180-187
101454 - u32 xPMC1; // Perf Monitor Counter 1 188-18B
101455 - u32 xPMC2; // Perf Monitor Counter 2 18C-18F
101456 - u32 xPMC3; // Perf Monitor Counter 3 190-193
101457 - u32 xPMC4; // Perf Monitor Counter 4 194-197
101458 - u32 xPIR; // Processor ID Reg 198-19B
101459 -
101460 - u32 xMMCR1; // Monitor Mode Control Reg 1 19C-19F
101461 - u32 xMMCRA; // Monitor Mode Control Reg A 1A0-1A3
101462 - u32 xPMC5; // Perf Monitor Counter 5 1A4-1A7
101463 - u32 xPMC6; // Perf Monitor Counter 6 1A8-1AB
101464 - u32 xPMC7; // Perf Monitor Counter 7 1AC-1AF
101465 - u32 xPMC8; // Perf Monitor Counter 8 1B0-1B3
101466 - u32 xTSC; // Thread Switch Control 1B4-1B7
101467 - u32 xTST; // Thread Switch Timeout 1B8-1BB
101468 - u32 xRsvd; // Reserved 1BC-1BF
101469 -
101470 - u64 xACCR; // Address Compare Control Reg 1C0-1C7
101471 - u64 xIMR; // Instruction Match Register 1C8-1CF
101472 - u64 xSDR1; // Storage Description Reg 1 1D0-1D7
101473 - u64 xSPRG0; // Special Purpose Reg General0 1D8-1DF
101474 - u64 xSPRG1; // Special Purpose Reg General1 1E0-1E7
101475 - u64 xSPRG2; // Special Purpose Reg General2 1E8-1EF
101476 - u64 xSPRG3; // Special Purpose Reg General3 1F0-1F7
101477 - u64 xTB; // Time Base Register 1F8-1FF
101478 -
101479 - u64 xFPR[32]; // Floating Point Registers 200-2FF
101480 -
101481 - u64 xMSR; // Machine State Register 300-307
101482 - u64 xNIA; // Next Instruction Address 308-30F
101483 -
101484 - u64 xDABR; // Data Address Breakpoint Reg 310-317
101485 - u64 xIABR; // Inst Address Breakpoint Reg 318-31F
101486 -
101487 - u64 xHID0; // HW Implementation Dependent0 320-327
101488 -
101489 - u64 xHID4; // HW Implementation Dependent4 328-32F
101490 - u64 xSCOMd; // SCON Data Reg (SPRG4) 330-337
101491 - u64 xSCOMc; // SCON Command Reg (SPRG5) 338-33F
101492 - u64 xSDAR; // Sample Data Address Register 340-347
101493 - u64 xSIAR; // Sample Inst Address Register 348-34F
101494 -
101495 - u8 xRsvd3[176]; // Reserved 350-3FF
101496 -};
101497 -
101498 -extern struct ItLpRegSave iseries_reg_save[];
101499 -
101500 -#endif /* _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H */
101501 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/lmb.h powerpc.git/include/asm-powerpc/lmb.h
101502 --- linux-2.6.25-rc9/include/asm-powerpc/lmb.h 2008-04-11 22:32:29.000000000 +0200
101503 +++ powerpc.git/include/asm-powerpc/lmb.h 2008-04-19 16:40:57.000000000 +0200
101504 @@ -1,81 +1,15 @@
101505 #ifndef _ASM_POWERPC_LMB_H
101506 #define _ASM_POWERPC_LMB_H
101507 -#ifdef __KERNEL__
101508
101509 -/*
101510 - * Definitions for talking to the Open Firmware PROM on
101511 - * Power Macintosh computers.
101512 - *
101513 - * Copyright (C) 2001 Peter Bergner, IBM Corp.
101514 - *
101515 - * This program is free software; you can redistribute it and/or
101516 - * modify it under the terms of the GNU General Public License
101517 - * as published by the Free Software Foundation; either version
101518 - * 2 of the License, or (at your option) any later version.
101519 - */
101520 +#include <asm/udbg.h>
101521
101522 -#include <linux/init.h>
101523 -#include <asm/prom.h>
101524 +#define LMB_DBG(fmt...) udbg_printf(fmt)
101525
101526 -#define MAX_LMB_REGIONS 128
101527 +#ifdef CONFIG_PPC32
101528 +extern phys_addr_t lowmem_end_addr;
101529 +#define LMB_REAL_LIMIT lowmem_end_addr
101530 +#else
101531 +#define LMB_REAL_LIMIT 0
101532 +#endif
101533
101534 -struct lmb_property {
101535 - unsigned long base;
101536 - unsigned long size;
101537 -};
101538 -
101539 -struct lmb_region {
101540 - unsigned long cnt;
101541 - unsigned long size;
101542 - struct lmb_property region[MAX_LMB_REGIONS+1];
101543 -};
101544 -
101545 -struct lmb {
101546 - unsigned long debug;
101547 - unsigned long rmo_size;
101548 - struct lmb_region memory;
101549 - struct lmb_region reserved;
101550 -};
101551 -
101552 -extern struct lmb lmb;
101553 -
101554 -extern void __init lmb_init(void);
101555 -extern void __init lmb_analyze(void);
101556 -extern long __init lmb_add(unsigned long base, unsigned long size);
101557 -extern long __init lmb_reserve(unsigned long base, unsigned long size);
101558 -extern unsigned long __init lmb_alloc(unsigned long size, unsigned long align);
101559 -extern unsigned long __init lmb_alloc_base(unsigned long size,
101560 - unsigned long align, unsigned long max_addr);
101561 -extern unsigned long __init __lmb_alloc_base(unsigned long size,
101562 - unsigned long align, unsigned long max_addr);
101563 -extern unsigned long __init lmb_phys_mem_size(void);
101564 -extern unsigned long __init lmb_end_of_DRAM(void);
101565 -extern void __init lmb_enforce_memory_limit(unsigned long memory_limit);
101566 -extern int __init lmb_is_reserved(unsigned long addr);
101567 -
101568 -extern void lmb_dump_all(void);
101569 -
101570 -static inline unsigned long
101571 -lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
101572 -{
101573 - return type->region[region_nr].size;
101574 -}
101575 -static inline unsigned long
101576 -lmb_size_pages(struct lmb_region *type, unsigned long region_nr)
101577 -{
101578 - return lmb_size_bytes(type, region_nr) >> PAGE_SHIFT;
101579 -}
101580 -static inline unsigned long
101581 -lmb_start_pfn(struct lmb_region *type, unsigned long region_nr)
101582 -{
101583 - return type->region[region_nr].base >> PAGE_SHIFT;
101584 -}
101585 -static inline unsigned long
101586 -lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
101587 -{
101588 - return lmb_start_pfn(type, region_nr) +
101589 - lmb_size_pages(type, region_nr);
101590 -}
101591 -
101592 -#endif /* __KERNEL__ */
101593 #endif /* _ASM_POWERPC_LMB_H */
101594 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/machdep.h powerpc.git/include/asm-powerpc/machdep.h
101595 --- linux-2.6.25-rc9/include/asm-powerpc/machdep.h 2008-04-11 22:32:29.000000000 +0200
101596 +++ powerpc.git/include/asm-powerpc/machdep.h 2008-04-19 16:40:57.000000000 +0200
101597 @@ -68,6 +68,8 @@
101598 unsigned long vflags,
101599 int psize, int ssize);
101600 long (*hpte_remove)(unsigned long hpte_group);
101601 + void (*hpte_removebolted)(unsigned long ea,
101602 + int psize, int ssize);
101603 void (*flush_hash_range)(unsigned long number, int local);
101604
101605 /* special for kexec, to be called in real mode, linar mapping is
101606 @@ -196,9 +198,6 @@
101607 May be NULL. */
101608 void (*init)(void);
101609
101610 - void (*setup_io_mappings)(void);
101611 -
101612 - void (*early_serial_map)(void);
101613 void (*kgdb_map_scc)(void);
101614
101615 /*
101616 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/macio.h powerpc.git/include/asm-powerpc/macio.h
101617 --- linux-2.6.25-rc9/include/asm-powerpc/macio.h 2008-04-11 22:32:29.000000000 +0200
101618 +++ powerpc.git/include/asm-powerpc/macio.h 2008-04-19 16:40:57.000000000 +0200
101619 @@ -2,7 +2,7 @@
101620 #define __MACIO_ASIC_H__
101621 #ifdef __KERNEL__
101622
101623 -#include <asm/of_device.h>
101624 +#include <linux/of_device.h>
101625
101626 extern struct bus_type macio_bus_type;
101627
101628 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-40x.h powerpc.git/include/asm-powerpc/mmu-40x.h
101629 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-40x.h 2008-04-11 22:32:29.000000000 +0200
101630 +++ powerpc.git/include/asm-powerpc/mmu-40x.h 2008-04-19 16:40:57.000000000 +0200
101631 @@ -53,8 +53,6 @@
101632
101633 #ifndef __ASSEMBLY__
101634
101635 -typedef unsigned long phys_addr_t;
101636 -
101637 typedef struct {
101638 unsigned long id;
101639 unsigned long vdso_base;
101640 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-44x.h powerpc.git/include/asm-powerpc/mmu-44x.h
101641 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-44x.h 2008-04-11 22:32:29.000000000 +0200
101642 +++ powerpc.git/include/asm-powerpc/mmu-44x.h 2008-04-19 16:40:57.000000000 +0200
101643 @@ -53,8 +53,6 @@
101644
101645 #ifndef __ASSEMBLY__
101646
101647 -typedef unsigned long long phys_addr_t;
101648 -
101649 typedef struct {
101650 unsigned long id;
101651 unsigned long vdso_base;
101652 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-8xx.h powerpc.git/include/asm-powerpc/mmu-8xx.h
101653 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-8xx.h 2008-04-11 22:32:29.000000000 +0200
101654 +++ powerpc.git/include/asm-powerpc/mmu-8xx.h 2008-04-19 16:40:57.000000000 +0200
101655 @@ -136,8 +136,6 @@
101656 #define SPRN_M_TW 799
101657
101658 #ifndef __ASSEMBLY__
101659 -typedef unsigned long phys_addr_t;
101660 -
101661 typedef struct {
101662 unsigned long id;
101663 unsigned long vdso_base;
101664 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
101665 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-fsl-booke.h 2008-04-11 22:32:29.000000000 +0200
101666 +++ powerpc.git/include/asm-powerpc/mmu-fsl-booke.h 2008-04-19 16:40:57.000000000 +0200
101667 @@ -73,12 +73,6 @@
101668
101669 #ifndef __ASSEMBLY__
101670
101671 -#ifndef CONFIG_PHYS_64BIT
101672 -typedef unsigned long phys_addr_t;
101673 -#else
101674 -typedef unsigned long long phys_addr_t;
101675 -#endif
101676 -
101677 typedef struct {
101678 unsigned long id;
101679 unsigned long vdso_base;
101680 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-hash32.h powerpc.git/include/asm-powerpc/mmu-hash32.h
101681 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-hash32.h 2008-04-11 22:32:29.000000000 +0200
101682 +++ powerpc.git/include/asm-powerpc/mmu-hash32.h 2008-04-19 16:40:57.000000000 +0200
101683 @@ -84,8 +84,6 @@
101684 unsigned long vdso_base;
101685 } mm_context_t;
101686
101687 -typedef unsigned long phys_addr_t;
101688 -
101689 #endif /* !__ASSEMBLY__ */
101690
101691 #endif /* _ASM_POWERPC_MMU_HASH32_H_ */
101692 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/mmu-hash64.h powerpc.git/include/asm-powerpc/mmu-hash64.h
101693 --- linux-2.6.25-rc9/include/asm-powerpc/mmu-hash64.h 2008-04-11 22:32:29.000000000 +0200
101694 +++ powerpc.git/include/asm-powerpc/mmu-hash64.h 2008-04-19 16:40:57.000000000 +0200
101695 @@ -469,9 +469,6 @@
101696 VSID_MODULUS_256M)
101697 #define KERNEL_VSID(ea) VSID_SCRAMBLE(GET_ESID(ea))
101698
101699 -/* Physical address used by some IO functions */
101700 -typedef unsigned long phys_addr_t;
101701 -
101702 #endif /* __ASSEMBLY__ */
101703
101704 #endif /* _ASM_POWERPC_MMU_HASH64_H_ */
101705 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/paca.h powerpc.git/include/asm-powerpc/paca.h
101706 --- linux-2.6.25-rc9/include/asm-powerpc/paca.h 2008-04-11 22:32:29.000000000 +0200
101707 +++ powerpc.git/include/asm-powerpc/paca.h 2008-04-19 16:40:57.000000000 +0200
101708 @@ -42,10 +42,7 @@
101709 * Defines the layout of the paca.
101710 *
101711 * This structure is not directly accessed by firmware or the service
101712 - * processor except for the first two pointers that point to the
101713 - * lppaca area and the ItLpRegSave area for this CPU. The lppaca
101714 - * object is currently contained within the PACA but it doesn't need
101715 - * to be.
101716 + * processor.
101717 */
101718 struct paca_struct {
101719 /*
101720 @@ -55,14 +52,7 @@
101721 * avoid cacheline bouncing.
101722 */
101723
101724 - /*
101725 - * MAGIC: These first two pointers can't be moved - they're
101726 - * accessed by the firmware
101727 - */
101728 struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */
101729 -#ifdef CONFIG_PPC_ISERIES
101730 - void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */
101731 -#endif /* CONFIG_PPC_ISERIES */
101732
101733 /*
101734 * MAGIC: the spinlock functions in arch/powerpc/lib/locks.c
101735 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/page.h powerpc.git/include/asm-powerpc/page.h
101736 --- linux-2.6.25-rc9/include/asm-powerpc/page.h 2008-04-11 22:32:29.000000000 +0200
101737 +++ powerpc.git/include/asm-powerpc/page.h 2008-04-19 16:40:57.000000000 +0200
101738 @@ -53,6 +53,7 @@
101739
101740 #define PAGE_OFFSET ASM_CONST(CONFIG_KERNEL_START)
101741 #define KERNELBASE (PAGE_OFFSET + PHYSICAL_START)
101742 +#define LOAD_OFFSET PAGE_OFFSET
101743
101744 #ifdef CONFIG_FLATMEM
101745 #define pfn_valid(pfn) ((pfn) < max_mapnr)
101746 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/page_32.h powerpc.git/include/asm-powerpc/page_32.h
101747 --- linux-2.6.25-rc9/include/asm-powerpc/page_32.h 2008-04-11 22:32:29.000000000 +0200
101748 +++ powerpc.git/include/asm-powerpc/page_32.h 2008-04-19 16:40:57.000000000 +0200
101749 @@ -3,8 +3,6 @@
101750
101751 #define VM_DATA_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS32
101752
101753 -#define PPC_MEMSTART 0
101754 -
101755 #ifdef CONFIG_NOT_COHERENT_CACHE
101756 #define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES
101757 #endif
101758 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/pasemi_dma.h powerpc.git/include/asm-powerpc/pasemi_dma.h
101759 --- linux-2.6.25-rc9/include/asm-powerpc/pasemi_dma.h 2008-04-11 22:32:29.000000000 +0200
101760 +++ powerpc.git/include/asm-powerpc/pasemi_dma.h 2008-03-17 14:04:35.000000000 +0100
101761 @@ -1,5 +1,5 @@
101762 /*
101763 - * Copyright (C) 2006 PA Semi, Inc
101764 + * Copyright (C) 2006-2008 PA Semi, Inc
101765 *
101766 * Hardware register layout and descriptor formats for the on-board
101767 * DMA engine on PA Semi PWRficient. Used by ethernet, function and security
101768 @@ -40,6 +40,11 @@
101769 PAS_DMA_COM_TXSTA = 0x104, /* Transmit Status Register */
101770 PAS_DMA_COM_RXCMD = 0x108, /* Receive Command Register */
101771 PAS_DMA_COM_RXSTA = 0x10c, /* Receive Status Register */
101772 + PAS_DMA_COM_CFG = 0x114, /* Common config reg */
101773 + PAS_DMA_TXF_SFLG0 = 0x140, /* Set flags */
101774 + PAS_DMA_TXF_SFLG1 = 0x144, /* Set flags */
101775 + PAS_DMA_TXF_CFLG0 = 0x148, /* Set flags */
101776 + PAS_DMA_TXF_CFLG1 = 0x14c, /* Set flags */
101777 };
101778
101779
101780 @@ -123,11 +128,16 @@
101781 #define PAS_DMA_TXCHAN_TCMDSTA_DA 0x00000100
101782 #define PAS_DMA_TXCHAN_CFG(c) (0x304+(c)*_PAS_DMA_TXCHAN_STRIDE)
101783 #define PAS_DMA_TXCHAN_CFG_TY_IFACE 0x00000000 /* Type = interface */
101784 +#define PAS_DMA_TXCHAN_CFG_TY_COPY 0x00000001 /* Type = copy only */
101785 +#define PAS_DMA_TXCHAN_CFG_TY_FUNC 0x00000002 /* Type = function */
101786 +#define PAS_DMA_TXCHAN_CFG_TY_XOR 0x00000003 /* Type = xor only */
101787 #define PAS_DMA_TXCHAN_CFG_TATTR_M 0x0000003c
101788 #define PAS_DMA_TXCHAN_CFG_TATTR_S 2
101789 #define PAS_DMA_TXCHAN_CFG_TATTR(x) (((x) << PAS_DMA_TXCHAN_CFG_TATTR_S) & \
101790 PAS_DMA_TXCHAN_CFG_TATTR_M)
101791 -#define PAS_DMA_TXCHAN_CFG_WT_M 0x000001c0
101792 +#define PAS_DMA_TXCHAN_CFG_LPDQ 0x00000800
101793 +#define PAS_DMA_TXCHAN_CFG_LPSQ 0x00000400
101794 +#define PAS_DMA_TXCHAN_CFG_WT_M 0x000003c0
101795 #define PAS_DMA_TXCHAN_CFG_WT_S 6
101796 #define PAS_DMA_TXCHAN_CFG_WT(x) (((x) << PAS_DMA_TXCHAN_CFG_WT_S) & \
101797 PAS_DMA_TXCHAN_CFG_WT_M)
101798 @@ -394,11 +404,62 @@
101799 XCT_COPY_LLEN_M)
101800 #define XCT_COPY_SE 0x0000000000000001ull
101801
101802 +/* Function descriptor fields */
101803 +#define XCT_FUN_T 0x8000000000000000ull
101804 +#define XCT_FUN_ST 0x4000000000000000ull
101805 +#define XCT_FUN_RR_M 0x3000000000000000ull
101806 +#define XCT_FUN_RR_NORES 0x0000000000000000ull
101807 +#define XCT_FUN_RR_8BRES 0x1000000000000000ull
101808 +#define XCT_FUN_RR_24BRES 0x2000000000000000ull
101809 +#define XCT_FUN_RR_40BRES 0x3000000000000000ull
101810 +#define XCT_FUN_I 0x0800000000000000ull
101811 +#define XCT_FUN_O 0x0400000000000000ull
101812 +#define XCT_FUN_E 0x0200000000000000ull
101813 +#define XCT_FUN_FUN_M 0x01c0000000000000ull
101814 +#define XCT_FUN_FUN_S 54
101815 +#define XCT_FUN_FUN(x) ((((long)(x)) << XCT_FUN_FUN_S) & XCT_FUN_FUN_M)
101816 +#define XCT_FUN_CRM_M 0x0038000000000000ull
101817 +#define XCT_FUN_CRM_NOP 0x0000000000000000ull
101818 +#define XCT_FUN_CRM_SIG 0x0008000000000000ull
101819 +#define XCT_FUN_LLEN_M 0x0007ffff00000000ull
101820 +#define XCT_FUN_LLEN_S 32
101821 +#define XCT_FUN_LLEN(x) ((((long)(x)) << XCT_FUN_LLEN_S) & XCT_FUN_LLEN_M)
101822 +#define XCT_FUN_SHL_M 0x00000000f8000000ull
101823 +#define XCT_FUN_SHL_S 27
101824 +#define XCT_FUN_SHL(x) ((((long)(x)) << XCT_FUN_SHL_S) & XCT_FUN_SHL_M)
101825 +#define XCT_FUN_CHL_M 0x0000000007c00000ull
101826 +#define XCT_FUN_HSZ_M 0x00000000003c0000ull
101827 +#define XCT_FUN_ALG_M 0x0000000000038000ull
101828 +#define XCT_FUN_HP 0x0000000000004000ull
101829 +#define XCT_FUN_BCM_M 0x0000000000003800ull
101830 +#define XCT_FUN_BCP_M 0x0000000000000600ull
101831 +#define XCT_FUN_SIG_M 0x00000000000001f0ull
101832 +#define XCT_FUN_SIG_TCP4 0x0000000000000140ull
101833 +#define XCT_FUN_SIG_TCP6 0x0000000000000150ull
101834 +#define XCT_FUN_SIG_UDP4 0x0000000000000160ull
101835 +#define XCT_FUN_SIG_UDP6 0x0000000000000170ull
101836 +#define XCT_FUN_A 0x0000000000000008ull
101837 +#define XCT_FUN_C 0x0000000000000004ull
101838 +#define XCT_FUN_AL2 0x0000000000000002ull
101839 +#define XCT_FUN_SE 0x0000000000000001ull
101840 +
101841 +/* Function descriptor 8byte result fields */
101842 +#define XCT_FUNRES_8B_CS_M 0x0000ffff00000000ull
101843 +#define XCT_FUNRES_8B_CS_S 32
101844 +#define XCT_FUNRES_8B_CRC_M 0x00000000ffffffffull
101845 +#define XCT_FUNRES_8B_CRC_S 0
101846 +
101847 /* Control descriptor fields */
101848 #define CTRL_CMD_T 0x8000000000000000ull
101849 #define CTRL_CMD_META_EVT 0x2000000000000000ull
101850 #define CTRL_CMD_O 0x0400000000000000ull
101851 -#define CTRL_CMD_REG_M 0x000000000000000full
101852 +#define CTRL_CMD_ETYPE_M 0x0038000000000000ull
101853 +#define CTRL_CMD_ETYPE_EXT 0x0000000000000000ull
101854 +#define CTRL_CMD_ETYPE_WSET 0x0020000000000000ull
101855 +#define CTRL_CMD_ETYPE_WCLR 0x0028000000000000ull
101856 +#define CTRL_CMD_ETYPE_SET 0x0030000000000000ull
101857 +#define CTRL_CMD_ETYPE_CLR 0x0038000000000000ull
101858 +#define CTRL_CMD_REG_M 0x000000000000007full
101859 #define CTRL_CMD_REG_S 0
101860 #define CTRL_CMD_REG(x) ((((long)(x)) << CTRL_CMD_REG_S) & \
101861 CTRL_CMD_REG_M)
101862 @@ -461,6 +522,16 @@
101863 extern void pasemi_dma_free_buf(struct pasemi_dmachan *chan, int size,
101864 dma_addr_t *handle);
101865
101866 +/* Routines to allocate flags (events) for channel syncronization */
101867 +extern int pasemi_dma_alloc_flag(void);
101868 +extern void pasemi_dma_free_flag(int flag);
101869 +extern void pasemi_dma_set_flag(int flag);
101870 +extern void pasemi_dma_clear_flag(int flag);
101871 +
101872 +/* Routines to allocate function engines */
101873 +extern int pasemi_dma_alloc_fun(void);
101874 +extern void pasemi_dma_free_fun(int fun);
101875 +
101876 /* Initialize the library, must be called before any other functions */
101877 extern int pasemi_dma_init(void);
101878
101879 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/pci-bridge.h powerpc.git/include/asm-powerpc/pci-bridge.h
101880 --- linux-2.6.25-rc9/include/asm-powerpc/pci-bridge.h 2008-04-11 22:32:29.000000000 +0200
101881 +++ powerpc.git/include/asm-powerpc/pci-bridge.h 2008-04-19 16:40:57.000000000 +0200
101882 @@ -117,7 +117,7 @@
101883
101884 #ifndef CONFIG_PPC64
101885
101886 -static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
101887 +static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus)
101888 {
101889 return bus->sysdata;
101890 }
101891 @@ -235,7 +235,7 @@
101892
101893 extern int pcibios_remove_root_bus(struct pci_controller *phb);
101894
101895 -static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
101896 +static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus)
101897 {
101898 struct device_node *busdn = bus->sysdata;
101899
101900 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/pgtable-ppc32.h powerpc.git/include/asm-powerpc/pgtable-ppc32.h
101901 --- linux-2.6.25-rc9/include/asm-powerpc/pgtable-ppc32.h 2008-04-11 22:32:29.000000000 +0200
101902 +++ powerpc.git/include/asm-powerpc/pgtable-ppc32.h 2008-04-19 16:40:57.000000000 +0200
101903 @@ -98,9 +98,6 @@
101904 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
101905 #define FIRST_USER_ADDRESS 0
101906
101907 -#define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)
101908 -#define KERNEL_PGD_PTRS (PTRS_PER_PGD-USER_PGD_PTRS)
101909 -
101910 #define pte_ERROR(e) \
101911 printk("%s:%d: bad pte %llx.\n", __FILE__, __LINE__, \
101912 (unsigned long long)pte_val(e))
101913 @@ -420,7 +417,8 @@
101914 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
101915 #define _PAGE_RAM (_PAGE_KERNEL | _PAGE_HWEXEC)
101916
101917 -#if defined(CONFIG_KGDB) || defined(CONFIG_XMON) || defined(CONFIG_BDI_SWITCH)
101918 +#if defined(CONFIG_KGDB) || defined(CONFIG_XMON) || defined(CONFIG_BDI_SWITCH) ||\
101919 + defined(CONFIG_KPROBES)
101920 /* We want the debuggers to be able to set breakpoints anywhere, so
101921 * don't write protect the kernel text */
101922 #define _PAGE_RAM_TEXT _PAGE_RAM
101923 @@ -692,7 +690,7 @@
101924 #define pmd_page_vaddr(pmd) \
101925 ((unsigned long) (pmd_val(pmd) & PAGE_MASK))
101926 #define pmd_page(pmd) \
101927 - (mem_map + (__pa(pmd_val(pmd)) >> PAGE_SHIFT))
101928 + pfn_to_page((__pa(pmd_val(pmd)) >> PAGE_SHIFT))
101929 #endif
101930
101931 /* to find an entry in a kernel page-table-directory */
101932 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/phyp_dump.h powerpc.git/include/asm-powerpc/phyp_dump.h
101933 --- linux-2.6.25-rc9/include/asm-powerpc/phyp_dump.h 1970-01-01 01:00:00.000000000 +0100
101934 +++ powerpc.git/include/asm-powerpc/phyp_dump.h 2008-04-19 16:40:57.000000000 +0200
101935 @@ -0,0 +1,47 @@
101936 +/*
101937 + * Hypervisor-assisted dump
101938 + *
101939 + * Linas Vepstas, Manish Ahuja 2008
101940 + * Copyright 2008 IBM Corp.
101941 + *
101942 + * This program is free software; you can redistribute it and/or
101943 + * modify it under the terms of the GNU General Public License
101944 + * as published by the Free Software Foundation; either version
101945 + * 2 of the License, or (at your option) any later version.
101946 + */
101947 +
101948 +#ifndef _PPC64_PHYP_DUMP_H
101949 +#define _PPC64_PHYP_DUMP_H
101950 +
101951 +#ifdef CONFIG_PHYP_DUMP
101952 +
101953 +/* The RMR region will be saved for later dumping
101954 + * whenever the kernel crashes. Set this to 256MB. */
101955 +#define PHYP_DUMP_RMR_START 0x0
101956 +#define PHYP_DUMP_RMR_END (1UL<<28)
101957 +
101958 +struct phyp_dump {
101959 + /* Memory that is reserved during very early boot. */
101960 + unsigned long init_reserve_start;
101961 + unsigned long init_reserve_size;
101962 + /* cmd line options during boot */
101963 + unsigned long reserve_bootvar;
101964 + unsigned long phyp_dump_at_boot;
101965 + /* Check status during boot if dump supported, active & present*/
101966 + unsigned long phyp_dump_configured;
101967 + unsigned long phyp_dump_is_active;
101968 + /* store cpu & hpte size */
101969 + unsigned long cpu_state_size;
101970 + unsigned long hpte_region_size;
101971 + /* previous scratch area values */
101972 + unsigned long reserved_scratch_addr;
101973 + unsigned long reserved_scratch_size;
101974 +};
101975 +
101976 +extern struct phyp_dump *phyp_dump_info;
101977 +
101978 +int early_init_dt_scan_phyp_dump(unsigned long node,
101979 + const char *uname, int depth, void *data);
101980 +
101981 +#endif /* CONFIG_PHYP_DUMP */
101982 +#endif /* _PPC64_PHYP_DUMP_H */
101983 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/pmi.h powerpc.git/include/asm-powerpc/pmi.h
101984 --- linux-2.6.25-rc9/include/asm-powerpc/pmi.h 2008-04-11 22:32:29.000000000 +0200
101985 +++ powerpc.git/include/asm-powerpc/pmi.h 2008-04-19 16:40:57.000000000 +0200
101986 @@ -29,8 +29,6 @@
101987
101988 #ifdef __KERNEL__
101989
101990 -#include <asm/of_device.h>
101991 -
101992 #define PMI_TYPE_FREQ_CHANGE 0x01
101993 #define PMI_READ_TYPE 0
101994 #define PMI_READ_DATA0 1
101995 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/ppc4xx.h powerpc.git/include/asm-powerpc/ppc4xx.h
101996 --- linux-2.6.25-rc9/include/asm-powerpc/ppc4xx.h 1970-01-01 01:00:00.000000000 +0100
101997 +++ powerpc.git/include/asm-powerpc/ppc4xx.h 2008-04-19 16:40:57.000000000 +0200
101998 @@ -0,0 +1,18 @@
101999 +/*
102000 + * PPC4xx Prototypes and definitions
102001 + *
102002 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
102003 + *
102004 + * This is free software; you can redistribute it and/or modify it
102005 + * under the terms of the GNU General Public License as published by
102006 + * the Free Software Foundation; either version 2 of the License, or
102007 + * (at your option) any later version.
102008 + *
102009 + */
102010 +
102011 +#ifndef __ASM_POWERPC_PPC4xx_H__
102012 +#define __ASM_POWERPC_PPC4xx_H__
102013 +
102014 +extern void ppc4xx_reset_system(char *cmd);
102015 +
102016 +#endif /* __ASM_POWERPC_PPC4xx_H__ */
102017 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/ps3.h powerpc.git/include/asm-powerpc/ps3.h
102018 --- linux-2.6.25-rc9/include/asm-powerpc/ps3.h 2008-04-11 22:32:29.000000000 +0200
102019 +++ powerpc.git/include/asm-powerpc/ps3.h 2008-04-19 16:40:57.000000000 +0200
102020 @@ -434,8 +434,11 @@
102021 };
102022
102023 void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops);
102024 -void ps3_sys_manager_power_off(void);
102025 -void ps3_sys_manager_restart(void);
102026 +void __noreturn ps3_sys_manager_power_off(void);
102027 +void __noreturn ps3_sys_manager_restart(void);
102028 +void __noreturn ps3_sys_manager_halt(void);
102029 +int ps3_sys_manager_get_wol(void);
102030 +void ps3_sys_manager_set_wol(int state);
102031
102032 struct ps3_prealloc {
102033 const char *name;
102034 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/ptrace.h powerpc.git/include/asm-powerpc/ptrace.h
102035 --- linux-2.6.25-rc9/include/asm-powerpc/ptrace.h 2008-04-11 22:32:29.000000000 +0200
102036 +++ powerpc.git/include/asm-powerpc/ptrace.h 2008-04-19 16:40:57.000000000 +0200
102037 @@ -58,6 +58,11 @@
102038 #define __ARCH_WANT_COMPAT_SYS_PTRACE
102039
102040 #define STACK_FRAME_OVERHEAD 112 /* size of minimum stack frame */
102041 +#define STACK_FRAME_LR_SAVE 2 /* Location of LR in stack frame */
102042 +#define STACK_FRAME_REGS_MARKER ASM_CONST(0x7265677368657265)
102043 +#define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + \
102044 + STACK_FRAME_OVERHEAD + 288)
102045 +#define STACK_FRAME_MARKER 12
102046
102047 /* Size of dummy stack frame allocated when calling signal handler. */
102048 #define __SIGNAL_FRAMESIZE 128
102049 @@ -66,6 +71,10 @@
102050 #else /* __powerpc64__ */
102051
102052 #define STACK_FRAME_OVERHEAD 16 /* size of minimum stack frame */
102053 +#define STACK_FRAME_LR_SAVE 1 /* Location of LR in stack frame */
102054 +#define STACK_FRAME_REGS_MARKER ASM_CONST(0x72656773)
102055 +#define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD)
102056 +#define STACK_FRAME_MARKER 2
102057
102058 /* Size of stack frame allocated when calling signal handler. */
102059 #define __SIGNAL_FRAMESIZE 64
102060 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/qe.h powerpc.git/include/asm-powerpc/qe.h
102061 --- linux-2.6.25-rc9/include/asm-powerpc/qe.h 2008-04-11 22:32:29.000000000 +0200
102062 +++ powerpc.git/include/asm-powerpc/qe.h 2008-04-19 16:40:57.000000000 +0200
102063 @@ -85,6 +85,7 @@
102064 /* QE internal API */
102065 int qe_issue_cmd(u32 cmd, u32 device, u8 mcn_protocol, u32 cmd_input);
102066 enum qe_clock qe_clock_source(const char *source);
102067 +unsigned int qe_get_brg_clk(void);
102068 int qe_setbrg(enum qe_clock brg, unsigned int rate, unsigned int multiplier);
102069 int qe_get_snum(void);
102070 void qe_put_snum(u8 snum);
102071 @@ -92,7 +93,16 @@
102072 int qe_muram_free(unsigned long offset);
102073 unsigned long qe_muram_alloc_fixed(unsigned long offset, int size);
102074 void qe_muram_dump(void);
102075 -void *qe_muram_addr(unsigned long offset);
102076 +
102077 +static inline void __iomem *qe_muram_addr(unsigned long offset)
102078 +{
102079 + return (void __iomem *)&qe_immr->muram[offset];
102080 +}
102081 +
102082 +static inline unsigned long qe_muram_offset(void __iomem *addr)
102083 +{
102084 + return addr - (void __iomem *)qe_immr->muram;
102085 +}
102086
102087 /* Structure that defines QE firmware binary files.
102088 *
102089 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/rwsem.h powerpc.git/include/asm-powerpc/rwsem.h
102090 --- linux-2.6.25-rc9/include/asm-powerpc/rwsem.h 2008-04-11 22:32:29.000000000 +0200
102091 +++ powerpc.git/include/asm-powerpc/rwsem.h 2008-04-19 16:40:57.000000000 +0200
102092 @@ -32,11 +32,20 @@
102093 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
102094 spinlock_t wait_lock;
102095 struct list_head wait_list;
102096 +#ifdef CONFIG_DEBUG_LOCK_ALLOC
102097 + struct lockdep_map dep_map;
102098 +#endif
102099 };
102100
102101 +#ifdef CONFIG_DEBUG_LOCK_ALLOC
102102 +# define __RWSEM_DEP_MAP_INIT(lockname) , .dep_map = { .name = #lockname }
102103 +#else
102104 +# define __RWSEM_DEP_MAP_INIT(lockname)
102105 +#endif
102106 +
102107 #define __RWSEM_INITIALIZER(name) \
102108 - { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, \
102109 - LIST_HEAD_INIT((name).wait_list) }
102110 + { RWSEM_UNLOCKED_VALUE, __SPIN_LOCK_UNLOCKED((name).wait_lock), \
102111 + LIST_HEAD_INIT((name).wait_list) __RWSEM_DEP_MAP_INIT(name) }
102112
102113 #define DECLARE_RWSEM(name) \
102114 struct rw_semaphore name = __RWSEM_INITIALIZER(name)
102115 @@ -46,12 +55,15 @@
102116 extern struct rw_semaphore *rwsem_wake(struct rw_semaphore *sem);
102117 extern struct rw_semaphore *rwsem_downgrade_wake(struct rw_semaphore *sem);
102118
102119 -static inline void init_rwsem(struct rw_semaphore *sem)
102120 -{
102121 - sem->count = RWSEM_UNLOCKED_VALUE;
102122 - spin_lock_init(&sem->wait_lock);
102123 - INIT_LIST_HEAD(&sem->wait_list);
102124 -}
102125 +extern void __init_rwsem(struct rw_semaphore *sem, const char *name,
102126 + struct lock_class_key *key);
102127 +
102128 +#define init_rwsem(sem) \
102129 + do { \
102130 + static struct lock_class_key __key; \
102131 + \
102132 + __init_rwsem((sem), #sem, &__key); \
102133 + } while (0)
102134
102135 /*
102136 * lock for reading
102137 @@ -78,7 +90,7 @@
102138 /*
102139 * lock for writing
102140 */
102141 -static inline void __down_write(struct rw_semaphore *sem)
102142 +static inline void __down_write_nested(struct rw_semaphore *sem, int subclass)
102143 {
102144 int tmp;
102145
102146 @@ -88,6 +100,11 @@
102147 rwsem_down_write_failed(sem);
102148 }
102149
102150 +static inline void __down_write(struct rw_semaphore *sem)
102151 +{
102152 + __down_write_nested(sem, 0);
102153 +}
102154 +
102155 static inline int __down_write_trylock(struct rw_semaphore *sem)
102156 {
102157 int tmp;
102158 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/sparsemem.h powerpc.git/include/asm-powerpc/sparsemem.h
102159 --- linux-2.6.25-rc9/include/asm-powerpc/sparsemem.h 2008-04-11 22:32:29.000000000 +0200
102160 +++ powerpc.git/include/asm-powerpc/sparsemem.h 2008-04-19 16:40:57.000000000 +0200
102161 @@ -15,6 +15,7 @@
102162
102163 #ifdef CONFIG_MEMORY_HOTPLUG
102164 extern void create_section_mapping(unsigned long start, unsigned long end);
102165 +extern int remove_section_mapping(unsigned long start, unsigned long end);
102166 #ifdef CONFIG_NUMA
102167 extern int hot_add_scn_to_nid(unsigned long scn_addr);
102168 #else
102169 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/spinlock.h powerpc.git/include/asm-powerpc/spinlock.h
102170 --- linux-2.6.25-rc9/include/asm-powerpc/spinlock.h 2008-04-11 22:32:29.000000000 +0200
102171 +++ powerpc.git/include/asm-powerpc/spinlock.h 2008-04-19 16:40:57.000000000 +0200
102172 @@ -19,6 +19,7 @@
102173 *
102174 * (the type definitions are in asm/spinlock_types.h)
102175 */
102176 +#include <linux/irqflags.h>
102177 #ifdef CONFIG_PPC64
102178 #include <asm/paca.h>
102179 #include <asm/hvcall.h>
102180 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/string.h powerpc.git/include/asm-powerpc/string.h
102181 --- linux-2.6.25-rc9/include/asm-powerpc/string.h 2008-04-11 22:32:29.000000000 +0200
102182 +++ powerpc.git/include/asm-powerpc/string.h 2008-04-19 16:40:57.000000000 +0200
102183 @@ -7,6 +7,7 @@
102184 #define __HAVE_ARCH_STRNCPY
102185 #define __HAVE_ARCH_STRLEN
102186 #define __HAVE_ARCH_STRCMP
102187 +#define __HAVE_ARCH_STRNCMP
102188 #define __HAVE_ARCH_STRCAT
102189 #define __HAVE_ARCH_MEMSET
102190 #define __HAVE_ARCH_MEMCPY
102191 @@ -18,6 +19,7 @@
102192 extern char * strncpy(char *,const char *, __kernel_size_t);
102193 extern __kernel_size_t strlen(const char *);
102194 extern int strcmp(const char *,const char *);
102195 +extern int strncmp(const char *, const char *, __kernel_size_t);
102196 extern char * strcat(char *, const char *);
102197 extern void * memset(void *,int,__kernel_size_t);
102198 extern void * memcpy(void *,const void *,__kernel_size_t);
102199 diff -x .git -Nur linux-2.6.25-rc9/include/asm-powerpc/types.h powerpc.git/include/asm-powerpc/types.h
102200 --- linux-2.6.25-rc9/include/asm-powerpc/types.h 2008-04-11 22:32:29.000000000 +0200
102201 +++ powerpc.git/include/asm-powerpc/types.h 2008-04-19 16:40:57.000000000 +0200
102202 @@ -84,6 +84,13 @@
102203
102204 typedef __vector128 vector128;
102205
102206 +/* Physical address used by some IO functions */
102207 +#if defined(CONFIG_PPC64) || defined(CONFIG_PHYS_64BIT)
102208 +typedef u64 phys_addr_t;
102209 +#else
102210 +typedef u32 phys_addr_t;
102211 +#endif
102212 +
102213 #ifdef __powerpc64__
102214 typedef u64 dma_addr_t;
102215 #else
102216 diff -x .git -Nur linux-2.6.25-rc9/include/asm-sparc64/lmb.h powerpc.git/include/asm-sparc64/lmb.h
102217 --- linux-2.6.25-rc9/include/asm-sparc64/lmb.h 1970-01-01 01:00:00.000000000 +0100
102218 +++ powerpc.git/include/asm-sparc64/lmb.h 2008-03-17 14:04:36.000000000 +0100
102219 @@ -0,0 +1,10 @@
102220 +#ifndef _SPARC64_LMB_H
102221 +#define _SPARC64_LMB_H
102222 +
102223 +#include <asm/oplib.h>
102224 +
102225 +#define LMB_DBG(fmt...) prom_printf(fmt)
102226 +
102227 +#define LMB_REAL_LIMIT 0
102228 +
102229 +#endif /* !(_SPARC64_LMB_H) */
102230 diff -x .git -Nur linux-2.6.25-rc9/include/linux/lmb.h powerpc.git/include/linux/lmb.h
102231 --- linux-2.6.25-rc9/include/linux/lmb.h 1970-01-01 01:00:00.000000000 +0100
102232 +++ powerpc.git/include/linux/lmb.h 2008-04-19 16:40:57.000000000 +0200
102233 @@ -0,0 +1,85 @@
102234 +#ifndef _LINUX_LMB_H
102235 +#define _LINUX_LMB_H
102236 +#ifdef __KERNEL__
102237 +
102238 +/*
102239 + * Logical memory blocks.
102240 + *
102241 + * Copyright (C) 2001 Peter Bergner, IBM Corp.
102242 + *
102243 + * This program is free software; you can redistribute it and/or
102244 + * modify it under the terms of the GNU General Public License
102245 + * as published by the Free Software Foundation; either version
102246 + * 2 of the License, or (at your option) any later version.
102247 + */
102248 +
102249 +#include <linux/init.h>
102250 +#include <linux/mm.h>
102251 +
102252 +#define MAX_LMB_REGIONS 128
102253 +
102254 +struct lmb_property {
102255 + u64 base;
102256 + u64 size;
102257 +};
102258 +
102259 +struct lmb_region {
102260 + unsigned long cnt;
102261 + u64 size;
102262 + struct lmb_property region[MAX_LMB_REGIONS+1];
102263 +};
102264 +
102265 +struct lmb {
102266 + unsigned long debug;
102267 + u64 rmo_size;
102268 + struct lmb_region memory;
102269 + struct lmb_region reserved;
102270 +};
102271 +
102272 +extern struct lmb lmb;
102273 +
102274 +extern void __init lmb_init(void);
102275 +extern void __init lmb_analyze(void);
102276 +extern long __init lmb_add(u64 base, u64 size);
102277 +extern long __init lmb_reserve(u64 base, u64 size);
102278 +extern u64 __init lmb_alloc_nid(u64 size, u64 align, int nid,
102279 + u64 (*nid_range)(u64, u64, int *));
102280 +extern u64 __init lmb_alloc(u64 size, u64 align);
102281 +extern u64 __init lmb_alloc_base(u64 size,
102282 + u64, u64 max_addr);
102283 +extern u64 __init __lmb_alloc_base(u64 size,
102284 + u64 align, u64 max_addr);
102285 +extern u64 __init lmb_phys_mem_size(void);
102286 +extern u64 __init lmb_end_of_DRAM(void);
102287 +extern void __init lmb_enforce_memory_limit(u64 memory_limit);
102288 +extern int __init lmb_is_reserved(u64 addr);
102289 +
102290 +extern void lmb_dump_all(void);
102291 +
102292 +static inline u64
102293 +lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
102294 +{
102295 + return type->region[region_nr].size;
102296 +}
102297 +static inline u64
102298 +lmb_size_pages(struct lmb_region *type, unsigned long region_nr)
102299 +{
102300 + return lmb_size_bytes(type, region_nr) >> PAGE_SHIFT;
102301 +}
102302 +static inline u64
102303 +lmb_start_pfn(struct lmb_region *type, unsigned long region_nr)
102304 +{
102305 + return type->region[region_nr].base >> PAGE_SHIFT;
102306 +}
102307 +static inline u64
102308 +lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
102309 +{
102310 + return lmb_start_pfn(type, region_nr) +
102311 + lmb_size_pages(type, region_nr);
102312 +}
102313 +
102314 +#include <asm/lmb.h>
102315 +
102316 +#endif /* __KERNEL__ */
102317 +
102318 +#endif /* _LINUX_LMB_H */
102319 diff -x .git -Nur linux-2.6.25-rc9/include/linux/of.h powerpc.git/include/linux/of.h
102320 --- linux-2.6.25-rc9/include/linux/of.h 2008-04-11 22:32:29.000000000 +0200
102321 +++ powerpc.git/include/linux/of.h 2008-04-19 16:40:57.000000000 +0200
102322 @@ -62,6 +62,7 @@
102323 int *lenp);
102324 extern int of_device_is_compatible(const struct device_node *device,
102325 const char *);
102326 +extern int of_device_is_available(const struct device_node *device);
102327 extern const void *of_get_property(const struct device_node *node,
102328 const char *name,
102329 int *lenp);
102330 diff -x .git -Nur linux-2.6.25-rc9/include/linux/of_gpio.h powerpc.git/include/linux/of_gpio.h
102331 --- linux-2.6.25-rc9/include/linux/of_gpio.h 1970-01-01 01:00:00.000000000 +0100
102332 +++ powerpc.git/include/linux/of_gpio.h 2008-04-19 16:40:57.000000000 +0200
102333 @@ -0,0 +1,69 @@
102334 +/*
102335 + * OF helpers for the GPIO API
102336 + *
102337 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
102338 + *
102339 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
102340 + *
102341 + * This program is free software; you can redistribute it and/or modify
102342 + * it under the terms of the GNU General Public License as published by
102343 + * the Free Software Foundation; either version 2 of the License, or
102344 + * (at your option) any later version.
102345 + */
102346 +
102347 +#ifndef __LINUX_OF_GPIO_H
102348 +#define __LINUX_OF_GPIO_H
102349 +
102350 +#include <linux/errno.h>
102351 +#include <asm/gpio.h>
102352 +
102353 +#ifdef CONFIG_OF_GPIO
102354 +
102355 +/*
102356 + * Generic OF GPIO chip
102357 + */
102358 +struct of_gpio_chip {
102359 + struct gpio_chip gc;
102360 + int gpio_cells;
102361 + int (*xlate)(struct of_gpio_chip *of_gc, struct device_node *np,
102362 + const void *gpio_spec);
102363 +};
102364 +
102365 +static inline struct of_gpio_chip *to_of_gpio_chip(struct gpio_chip *gc)
102366 +{
102367 + return container_of(gc, struct of_gpio_chip, gc);
102368 +}
102369 +
102370 +/*
102371 + * OF GPIO chip for memory mapped banks
102372 + */
102373 +struct of_mm_gpio_chip {
102374 + struct of_gpio_chip of_gc;
102375 + void (*save_regs)(struct of_mm_gpio_chip *mm_gc);
102376 + void __iomem *regs;
102377 +};
102378 +
102379 +static inline struct of_mm_gpio_chip *to_of_mm_gpio_chip(struct gpio_chip *gc)
102380 +{
102381 + struct of_gpio_chip *of_gc = to_of_gpio_chip(gc);
102382 +
102383 + return container_of(of_gc, struct of_mm_gpio_chip, of_gc);
102384 +}
102385 +
102386 +extern int of_get_gpio(struct device_node *np, int index);
102387 +extern int of_mm_gpiochip_add(struct device_node *np,
102388 + struct of_mm_gpio_chip *mm_gc);
102389 +extern int of_gpio_simple_xlate(struct of_gpio_chip *of_gc,
102390 + struct device_node *np,
102391 + const void *gpio_spec);
102392 +#else
102393 +
102394 +/* Drivers may not strictly depend on the GPIO support, so let them link. */
102395 +static inline int of_get_gpio(struct device_node *np, int index)
102396 +{
102397 + return -ENOSYS;
102398 +}
102399 +
102400 +#endif /* CONFIG_OF_GPIO */
102401 +
102402 +#endif /* __LINUX_OF_GPIO_H */
102403 diff -x .git -Nur linux-2.6.25-rc9/include/linux/of_i2c.h powerpc.git/include/linux/of_i2c.h
102404 --- linux-2.6.25-rc9/include/linux/of_i2c.h 1970-01-01 01:00:00.000000000 +0100
102405 +++ powerpc.git/include/linux/of_i2c.h 2008-04-19 16:40:57.000000000 +0200
102406 @@ -0,0 +1,24 @@
102407 +/*
102408 + * Generic I2C API implementation for PowerPC.
102409 + *
102410 + * Copyright (c) 2008 Jochen Friedrich <jochen@scram.de>
102411 + *
102412 + * This program is free software; you can redistribute it and/or modify
102413 + * it under the terms of the GNU General Public License as published by
102414 + * the Free Software Foundation; either version 2 of the License, or
102415 + * (at your option) any later version.
102416 + */
102417 +
102418 +#ifndef __LINUX_OF_I2C_H
102419 +#define __LINUX_OF_I2C_H
102420 +
102421 +#include <linux/i2c.h>
102422 +
102423 +#ifdef CONFIG_OF_I2C
102424 +
102425 +void of_register_i2c_devices(struct i2c_adapter *adap,
102426 + struct device_node *adap_node);
102427 +
102428 +#endif /* CONFIG_OF_I2C */
102429 +
102430 +#endif /* __LINUX_OF_I2C_H */
102431 diff -x .git -Nur linux-2.6.25-rc9/lib/Kconfig powerpc.git/lib/Kconfig
102432 --- linux-2.6.25-rc9/lib/Kconfig 2008-04-11 22:32:29.000000000 +0200
102433 +++ powerpc.git/lib/Kconfig 2008-03-17 14:04:43.000000000 +0100
102434 @@ -141,4 +141,7 @@
102435 config CHECK_SIGNATURE
102436 bool
102437
102438 +config HAVE_LMB
102439 + boolean
102440 +
102441 endmenu
102442 diff -x .git -Nur linux-2.6.25-rc9/lib/Makefile powerpc.git/lib/Makefile
102443 --- linux-2.6.25-rc9/lib/Makefile 2008-04-11 22:32:29.000000000 +0200
102444 +++ powerpc.git/lib/Makefile 2008-03-17 14:04:43.000000000 +0100
102445 @@ -70,6 +70,8 @@
102446
102447 lib-$(CONFIG_GENERIC_BUG) += bug.o
102448
102449 +obj-$(CONFIG_HAVE_LMB) += lmb.o
102450 +
102451 hostprogs-y := gen_crc32table
102452 clean-files := crc32table.h
102453
102454 diff -x .git -Nur linux-2.6.25-rc9/lib/lmb.c powerpc.git/lib/lmb.c
102455 --- linux-2.6.25-rc9/lib/lmb.c 1970-01-01 01:00:00.000000000 +0100
102456 +++ powerpc.git/lib/lmb.c 2008-04-19 16:40:59.000000000 +0200
102457 @@ -0,0 +1,428 @@
102458 +/*
102459 + * Procedures for maintaining information about logical memory blocks.
102460 + *
102461 + * Peter Bergner, IBM Corp. June 2001.
102462 + * Copyright (C) 2001 Peter Bergner.
102463 + *
102464 + * This program is free software; you can redistribute it and/or
102465 + * modify it under the terms of the GNU General Public License
102466 + * as published by the Free Software Foundation; either version
102467 + * 2 of the License, or (at your option) any later version.
102468 + */
102469 +
102470 +#include <linux/kernel.h>
102471 +#include <linux/init.h>
102472 +#include <linux/bitops.h>
102473 +#include <linux/lmb.h>
102474 +
102475 +#define LMB_ALLOC_ANYWHERE 0
102476 +
102477 +struct lmb lmb;
102478 +
102479 +void lmb_dump_all(void)
102480 +{
102481 +#ifdef DEBUG
102482 + unsigned long i;
102483 +
102484 + pr_debug("lmb_dump_all:\n");
102485 + pr_debug(" memory.cnt = 0x%lx\n", lmb.memory.cnt);
102486 + pr_debug(" memory.size = 0x%llx\n",
102487 + (unsigned long long)lmb.memory.size);
102488 + for (i=0; i < lmb.memory.cnt ;i++) {
102489 + pr_debug(" memory.region[0x%x].base = 0x%llx\n",
102490 + i, (unsigned long long)lmb.memory.region[i].base);
102491 + pr_debug(" .size = 0x%llx\n",
102492 + (unsigned long long)lmb.memory.region[i].size);
102493 + }
102494 +
102495 + pr_debug(" reserved.cnt = 0x%lx\n", lmb.reserved.cnt);
102496 + pr_debug(" reserved.size = 0x%lx\n", lmb.reserved.size);
102497 + for (i=0; i < lmb.reserved.cnt ;i++) {
102498 + pr_debug(" reserved.region[0x%x].base = 0x%llx\n",
102499 + i, (unsigned long long)lmb.reserved.region[i].base);
102500 + pr_debug(" .size = 0x%llx\n",
102501 + (unsigned long long)lmb.reserved.region[i].size);
102502 + }
102503 +#endif /* DEBUG */
102504 +}
102505 +
102506 +static unsigned long __init lmb_addrs_overlap(u64 base1, u64 size1,
102507 + u64 base2, u64 size2)
102508 +{
102509 + return ((base1 < (base2 + size2)) && (base2 < (base1 + size1)));
102510 +}
102511 +
102512 +static long __init lmb_addrs_adjacent(u64 base1, u64 size1,
102513 + u64 base2, u64 size2)
102514 +{
102515 + if (base2 == base1 + size1)
102516 + return 1;
102517 + else if (base1 == base2 + size2)
102518 + return -1;
102519 +
102520 + return 0;
102521 +}
102522 +
102523 +static long __init lmb_regions_adjacent(struct lmb_region *rgn,
102524 + unsigned long r1, unsigned long r2)
102525 +{
102526 + u64 base1 = rgn->region[r1].base;
102527 + u64 size1 = rgn->region[r1].size;
102528 + u64 base2 = rgn->region[r2].base;
102529 + u64 size2 = rgn->region[r2].size;
102530 +
102531 + return lmb_addrs_adjacent(base1, size1, base2, size2);
102532 +}
102533 +
102534 +static void __init lmb_remove_region(struct lmb_region *rgn, unsigned long r)
102535 +{
102536 + unsigned long i;
102537 +
102538 + for (i = r; i < rgn->cnt - 1; i++) {
102539 + rgn->region[i].base = rgn->region[i + 1].base;
102540 + rgn->region[i].size = rgn->region[i + 1].size;
102541 + }
102542 + rgn->cnt--;
102543 +}
102544 +
102545 +/* Assumption: base addr of region 1 < base addr of region 2 */
102546 +static void __init lmb_coalesce_regions(struct lmb_region *rgn,
102547 + unsigned long r1, unsigned long r2)
102548 +{
102549 + rgn->region[r1].size += rgn->region[r2].size;
102550 + lmb_remove_region(rgn, r2);
102551 +}
102552 +
102553 +void __init lmb_init(void)
102554 +{
102555 + /* Create a dummy zero size LMB which will get coalesced away later.
102556 + * This simplifies the lmb_add() code below...
102557 + */
102558 + lmb.memory.region[0].base = 0;
102559 + lmb.memory.region[0].size = 0;
102560 + lmb.memory.cnt = 1;
102561 +
102562 + /* Ditto. */
102563 + lmb.reserved.region[0].base = 0;
102564 + lmb.reserved.region[0].size = 0;
102565 + lmb.reserved.cnt = 1;
102566 +}
102567 +
102568 +void __init lmb_analyze(void)
102569 +{
102570 + int i;
102571 +
102572 + lmb.memory.size = 0;
102573 +
102574 + for (i = 0; i < lmb.memory.cnt; i++)
102575 + lmb.memory.size += lmb.memory.region[i].size;
102576 +}
102577 +
102578 +static long __init lmb_add_region(struct lmb_region *rgn, u64 base, u64 size)
102579 +{
102580 + unsigned long coalesced = 0;
102581 + long adjacent, i;
102582 +
102583 + if ((rgn->cnt == 1) && (rgn->region[0].size == 0)) {
102584 + rgn->region[0].base = base;
102585 + rgn->region[0].size = size;
102586 + return 0;
102587 + }
102588 +
102589 + /* First try and coalesce this LMB with another. */
102590 + for (i = 0; i < rgn->cnt; i++) {
102591 + u64 rgnbase = rgn->region[i].base;
102592 + u64 rgnsize = rgn->region[i].size;
102593 +
102594 + if ((rgnbase == base) && (rgnsize == size))
102595 + /* Already have this region, so we're done */
102596 + return 0;
102597 +
102598 + adjacent = lmb_addrs_adjacent(base, size, rgnbase, rgnsize);
102599 + if (adjacent > 0) {
102600 + rgn->region[i].base -= size;
102601 + rgn->region[i].size += size;
102602 + coalesced++;
102603 + break;
102604 + } else if (adjacent < 0) {
102605 + rgn->region[i].size += size;
102606 + coalesced++;
102607 + break;
102608 + }
102609 + }
102610 +
102611 + if ((i < rgn->cnt - 1) && lmb_regions_adjacent(rgn, i, i+1)) {
102612 + lmb_coalesce_regions(rgn, i, i+1);
102613 + coalesced++;
102614 + }
102615 +
102616 + if (coalesced)
102617 + return coalesced;
102618 + if (rgn->cnt >= MAX_LMB_REGIONS)
102619 + return -1;
102620 +
102621 + /* Couldn't coalesce the LMB, so add it to the sorted table. */
102622 + for (i = rgn->cnt - 1; i >= 0; i--) {
102623 + if (base < rgn->region[i].base) {
102624 + rgn->region[i+1].base = rgn->region[i].base;
102625 + rgn->region[i+1].size = rgn->region[i].size;
102626 + } else {
102627 + rgn->region[i+1].base = base;
102628 + rgn->region[i+1].size = size;
102629 + break;
102630 + }
102631 + }
102632 +
102633 + if (base < rgn->region[0].base) {
102634 + rgn->region[0].base = base;
102635 + rgn->region[0].size = size;
102636 + }
102637 + rgn->cnt++;
102638 +
102639 + return 0;
102640 +}
102641 +
102642 +long __init lmb_add(u64 base, u64 size)
102643 +{
102644 + struct lmb_region *_rgn = &lmb.memory;
102645 +
102646 + /* On pSeries LPAR systems, the first LMB is our RMO region. */
102647 + if (base == 0)
102648 + lmb.rmo_size = size;
102649 +
102650 + return lmb_add_region(_rgn, base, size);
102651 +
102652 +}
102653 +
102654 +long __init lmb_reserve(u64 base, u64 size)
102655 +{
102656 + struct lmb_region *_rgn = &lmb.reserved;
102657 +
102658 + BUG_ON(0 == size);
102659 +
102660 + return lmb_add_region(_rgn, base, size);
102661 +}
102662 +
102663 +long __init lmb_overlaps_region(struct lmb_region *rgn, u64 base, u64 size)
102664 +{
102665 + unsigned long i;
102666 +
102667 + for (i = 0; i < rgn->cnt; i++) {
102668 + u64 rgnbase = rgn->region[i].base;
102669 + u64 rgnsize = rgn->region[i].size;
102670 + if (lmb_addrs_overlap(base, size, rgnbase, rgnsize))
102671 + break;
102672 + }
102673 +
102674 + return (i < rgn->cnt) ? i : -1;
102675 +}
102676 +
102677 +static u64 lmb_align_down(u64 addr, u64 size)
102678 +{
102679 + return addr & ~(size - 1);
102680 +}
102681 +
102682 +static u64 lmb_align_up(u64 addr, u64 size)
102683 +{
102684 + return (addr + (size - 1)) & ~(size - 1);
102685 +}
102686 +
102687 +static u64 __init lmb_alloc_nid_unreserved(u64 start, u64 end,
102688 + u64 size, u64 align)
102689 +{
102690 + u64 base, res_base;
102691 + long j;
102692 +
102693 + base = lmb_align_down((end - size), align);
102694 + while (start <= base) {
102695 + j = lmb_overlaps_region(&lmb.reserved, base, size);
102696 + if (j < 0) {
102697 + /* this area isn't reserved, take it */
102698 + if (lmb_add_region(&lmb.reserved, base,
102699 + lmb_align_up(size, align)) < 0)
102700 + base = ~(u64)0;
102701 + return base;
102702 + }
102703 + res_base = lmb.reserved.region[j].base;
102704 + if (res_base < size)
102705 + break;
102706 + base = lmb_align_down(res_base - size, align);
102707 + }
102708 +
102709 + return ~(u64)0;
102710 +}
102711 +
102712 +static u64 __init lmb_alloc_nid_region(struct lmb_property *mp,
102713 + u64 (*nid_range)(u64, u64, int *),
102714 + u64 size, u64 align, int nid)
102715 +{
102716 + u64 start, end;
102717 +
102718 + start = mp->base;
102719 + end = start + mp->size;
102720 +
102721 + start = lmb_align_up(start, align);
102722 + while (start < end) {
102723 + u64 this_end;
102724 + int this_nid;
102725 +
102726 + this_end = nid_range(start, end, &this_nid);
102727 + if (this_nid == nid) {
102728 + u64 ret = lmb_alloc_nid_unreserved(start, this_end,
102729 + size, align);
102730 + if (ret != ~(u64)0)
102731 + return ret;
102732 + }
102733 + start = this_end;
102734 + }
102735 +
102736 + return ~(u64)0;
102737 +}
102738 +
102739 +u64 __init lmb_alloc_nid(u64 size, u64 align, int nid,
102740 + u64 (*nid_range)(u64 start, u64 end, int *nid))
102741 +{
102742 + struct lmb_region *mem = &lmb.memory;
102743 + int i;
102744 +
102745 + for (i = 0; i < mem->cnt; i++) {
102746 + u64 ret = lmb_alloc_nid_region(&mem->region[i],
102747 + nid_range,
102748 + size, align, nid);
102749 + if (ret != ~(u64)0)
102750 + return ret;
102751 + }
102752 +
102753 + return lmb_alloc(size, align);
102754 +}
102755 +
102756 +u64 __init lmb_alloc(u64 size, u64 align)
102757 +{
102758 + return lmb_alloc_base(size, align, LMB_ALLOC_ANYWHERE);
102759 +}
102760 +
102761 +u64 __init lmb_alloc_base(u64 size, u64 align, u64 max_addr)
102762 +{
102763 + u64 alloc;
102764 +
102765 + alloc = __lmb_alloc_base(size, align, max_addr);
102766 +
102767 + if (alloc == 0)
102768 + panic("ERROR: Failed to allocate 0x%llx bytes below 0x%llx.\n",
102769 + (unsigned long long) size, (unsigned long long) max_addr);
102770 +
102771 + return alloc;
102772 +}
102773 +
102774 +u64 __init __lmb_alloc_base(u64 size, u64 align, u64 max_addr)
102775 +{
102776 + long i, j;
102777 + u64 base = 0;
102778 + u64 res_base;
102779 +
102780 + BUG_ON(0 == size);
102781 +
102782 + /* On some platforms, make sure we allocate lowmem */
102783 + /* Note that LMB_REAL_LIMIT may be LMB_ALLOC_ANYWHERE */
102784 + if (max_addr == LMB_ALLOC_ANYWHERE)
102785 + max_addr = LMB_REAL_LIMIT;
102786 +
102787 + for (i = lmb.memory.cnt - 1; i >= 0; i--) {
102788 + u64 lmbbase = lmb.memory.region[i].base;
102789 + u64 lmbsize = lmb.memory.region[i].size;
102790 +
102791 + if (lmbsize < size)
102792 + continue;
102793 + if (max_addr == LMB_ALLOC_ANYWHERE)
102794 + base = lmb_align_down(lmbbase + lmbsize - size, align);
102795 + else if (lmbbase < max_addr) {
102796 + base = min(lmbbase + lmbsize, max_addr);
102797 + base = lmb_align_down(base - size, align);
102798 + } else
102799 + continue;
102800 +
102801 + while (base && lmbbase <= base) {
102802 + j = lmb_overlaps_region(&lmb.reserved, base, size);
102803 + if (j < 0) {
102804 + /* this area isn't reserved, take it */
102805 + if (lmb_add_region(&lmb.reserved, base,
102806 + size) < 0)
102807 + return 0;
102808 + return base;
102809 + }
102810 + res_base = lmb.reserved.region[j].base;
102811 + if (res_base < size)
102812 + break;
102813 + base = lmb_align_down(res_base - size, align);
102814 + }
102815 + }
102816 + return 0;
102817 +}
102818 +
102819 +/* You must call lmb_analyze() before this. */
102820 +u64 __init lmb_phys_mem_size(void)
102821 +{
102822 + return lmb.memory.size;
102823 +}
102824 +
102825 +u64 __init lmb_end_of_DRAM(void)
102826 +{
102827 + int idx = lmb.memory.cnt - 1;
102828 +
102829 + return (lmb.memory.region[idx].base + lmb.memory.region[idx].size);
102830 +}
102831 +
102832 +/* You must call lmb_analyze() after this. */
102833 +void __init lmb_enforce_memory_limit(u64 memory_limit)
102834 +{
102835 + unsigned long i;
102836 + u64 limit;
102837 + struct lmb_property *p;
102838 +
102839 + if (!memory_limit)
102840 + return;
102841 +
102842 + /* Truncate the lmb regions to satisfy the memory limit. */
102843 + limit = memory_limit;
102844 + for (i = 0; i < lmb.memory.cnt; i++) {
102845 + if (limit > lmb.memory.region[i].size) {
102846 + limit -= lmb.memory.region[i].size;
102847 + continue;
102848 + }
102849 +
102850 + lmb.memory.region[i].size = limit;
102851 + lmb.memory.cnt = i + 1;
102852 + break;
102853 + }
102854 +
102855 + if (lmb.memory.region[0].size < lmb.rmo_size)
102856 + lmb.rmo_size = lmb.memory.region[0].size;
102857 +
102858 + /* And truncate any reserves above the limit also. */
102859 + for (i = 0; i < lmb.reserved.cnt; i++) {
102860 + p = &lmb.reserved.region[i];
102861 +
102862 + if (p->base > memory_limit)
102863 + p->size = 0;
102864 + else if ((p->base + p->size) > memory_limit)
102865 + p->size = memory_limit - p->base;
102866 +
102867 + if (p->size == 0) {
102868 + lmb_remove_region(&lmb.reserved, i);
102869 + i--;
102870 + }
102871 + }
102872 +}
102873 +
102874 +int __init lmb_is_reserved(u64 addr)
102875 +{
102876 + int i;
102877 +
102878 + for (i = 0; i < lmb.reserved.cnt; i++) {
102879 + u64 upper = lmb.reserved.region[i].base +
102880 + lmb.reserved.region[i].size - 1;
102881 + if ((addr >= lmb.reserved.region[i].base) && (addr <= upper))
102882 + return 1;
102883 + }
102884 + return 0;
102885 +}