1 --- a/Documentation/kernel-parameters.txt
2 +++ b/Documentation/kernel-parameters.txt
3 @@ -930,6 +930,8 @@ and is between 256 and 4096 characters.
9 lapic [X86-32,APIC] Enable the local APIC even if BIOS
12 --- a/Documentation/powerpc/booting-without-of.txt
13 +++ b/Documentation/powerpc/booting-without-of.txt
14 @@ -59,12 +59,39 @@ Table of Contents
15 p) Freescale Synchronous Serial Interface
16 q) USB EHCI controllers
18 - VII - Specifying interrupt information for devices
19 + VII - Marvell Discovery mv64[345]6x System Controller chips
20 + 1) The /system-controller node
21 + 2) Child nodes of /system-controller
22 + a) Marvell Discovery MDIO bus
23 + b) Marvell Discovery ethernet controller
24 + c) Marvell Discovery PHY nodes
25 + d) Marvell Discovery SDMA nodes
26 + e) Marvell Discovery BRG nodes
27 + f) Marvell Discovery CUNIT nodes
28 + g) Marvell Discovery MPSCROUTING nodes
29 + h) Marvell Discovery MPSCINTR nodes
30 + i) Marvell Discovery MPSC nodes
31 + j) Marvell Discovery Watch Dog Timer nodes
32 + k) Marvell Discovery I2C nodes
33 + l) Marvell Discovery PIC (Programmable Interrupt Controller) nodes
34 + m) Marvell Discovery MPP (Multipurpose Pins) multiplexing nodes
35 + n) Marvell Discovery GPP (General Purpose Pins) nodes
36 + o) Marvell Discovery PCI host bridge node
37 + p) Marvell Discovery CPU Error nodes
38 + q) Marvell Discovery SRAM Controller nodes
39 + r) Marvell Discovery PCI Error Handler nodes
40 + s) Marvell Discovery Memory Controller nodes
42 + VIII - Specifying interrupt information for devices
43 1) interrupts property
44 2) interrupt-parent property
45 3) OpenPIC Interrupt Controllers
46 4) ISA Interrupt Controllers
48 + VIII - Specifying GPIO information for devices
50 + 2) gpio-controller nodes
52 Appendix A - Sample SOC node for MPC8540
55 @@ -1269,10 +1296,6 @@ platforms are moved over to use the flat
57 Recommended properties:
59 - - linux,network-index : This is the intended "index" of this
60 - network device. This is used by the bootwrapper to interpret
61 - MAC addresses passed by the firmware when no information other
62 - than indices is available to associate an address with a device.
63 - phy-connection-type : a string naming the controller/PHY interface type,
64 i.e., "mii" (default), "rmii", "gmii", "rgmii", "rgmii-id", "sgmii",
65 "tbi", or "rtbi". This property is only really needed if the connection
66 @@ -1622,8 +1645,7 @@ platforms are moved over to use the flat
67 - device_type : should be "network", "hldc", "uart", "transparent"
68 "bisync", "atm", or "serial".
69 - compatible : could be "ucc_geth" or "fsl_atm" and so on.
70 - - model : should be "UCC".
71 - - device-id : the ucc number(1-8), corresponding to UCCx in UM.
72 + - cell-index : the ucc number(1-8), corresponding to UCCx in UM.
73 - reg : Offset and length of the register set for the device
74 - interrupts : <a b> where a is the interrupt number and b is a
75 field that represents an encoding of the sense and level
76 @@ -1667,10 +1689,6 @@ platforms are moved over to use the flat
77 - phy-handle : The phandle for the PHY connected to this controller.
79 Recommended properties:
80 - - linux,network-index : This is the intended "index" of this
81 - network device. This is used by the bootwrapper to interpret
82 - MAC addresses passed by the firmware when no information other
83 - than indices is available to associate an address with a device.
84 - phy-connection-type : a string naming the controller/PHY interface type,
85 i.e., "mii" (default), "rmii", "gmii", "rgmii", "rgmii-id" (Internal
86 Delay), "rgmii-txid" (delay on TX only), "rgmii-rxid" (delay on RX only),
87 @@ -1680,8 +1698,7 @@ platforms are moved over to use the flat
89 device_type = "network";
90 compatible = "ucc_geth";
96 interrupt-parent = <700>;
97 @@ -1995,7 +2012,6 @@ platforms are moved over to use the flat
99 interrupt-parent = <&PIC>;
100 phy-handle = <&PHY0>;
101 - linux,network-index = <0>;
102 fsl,cpm-command = <12000300>;
105 @@ -2217,12 +2233,6 @@ platforms are moved over to use the flat
106 EMAC, that is the content of the current (bogus) "phy-port"
109 - Recommended properties:
110 - - linux,network-index : This is the intended "index" of this
111 - network device. This is used by the bootwrapper to interpret
112 - MAC addresses passed by the firmware when no information other
113 - than indices is available to associate an address with a device.
116 - phy-address : 1 cell, optional, MDIO address of the PHY. If absent,
117 a search is performed.
118 @@ -2246,7 +2256,6 @@ platforms are moved over to use the flat
121 EMAC0: ethernet@40000800 {
122 - linux,network-index = <0>;
123 device_type = "network";
124 compatible = "ibm,emac-440gp", "ibm,emac";
125 interrupt-parent = <&UIC1>;
126 @@ -2817,9 +2826,528 @@ platforms are moved over to use the flat
130 - More devices will be defined as this spec matures.
131 +VII - Marvell Discovery mv64[345]6x System Controller chips
132 +===========================================================
134 +The Marvell mv64[345]60 series of system controller chips contain
135 +many of the peripherals needed to implement a complete computer
136 +system. In this section, we define device tree nodes to describe
137 +the system controller chip itself and each of the peripherals
138 +which it contains. Compatible string values for each node are
139 +prefixed with the string "marvell,", for Marvell Technology Group Ltd.
141 +1) The /system-controller node
143 + This node is used to represent the system-controller and must be
144 + present when the system uses a system contller chip. The top-level
145 + system-controller node contains information that is global to all
146 + devices within the system controller chip. The node name begins
147 + with "system-controller" followed by the unit address, which is
148 + the base address of the memory-mapped register set for the system
151 + Required properties:
153 + - ranges : Describes the translation of system controller addresses
154 + for memory mapped registers.
155 + - clock-frequency: Contains the main clock frequency for the system
157 + - reg : This property defines the address and size of the
158 + memory-mapped registers contained within the system controller
159 + chip. The address specified in the "reg" property should match
160 + the unit address of the system-controller node.
161 + - #address-cells : Address representation for system controller
162 + devices. This field represents the number of cells needed to
163 + represent the address of the memory-mapped registers of devices
164 + within the system controller chip.
165 + - #size-cells : Size representation for for the memory-mapped
166 + registers within the system controller chip.
167 + - #interrupt-cells : Defines the width of cells used to represent
170 + Optional properties:
172 + - model : The specific model of the system controller chip. Such
173 + as, "mv64360", "mv64460", or "mv64560".
174 + - compatible : A string identifying the compatibility identifiers
175 + of the system controller chip.
177 + The system-controller node contains child nodes for each system
178 + controller device that the platform uses. Nodes should not be created
179 + for devices which exist on the system controller chip but are not used
181 + Example Marvell Discovery mv64360 system-controller node:
183 + system-controller@f1000000 { /* Marvell Discovery mv64360 */
184 + #address-cells = <1>;
186 + model = "mv64360"; /* Default */
187 + compatible = "marvell,mv64360";
188 + clock-frequency = <133333333>;
189 + reg = <0xf1000000 0x10000>;
190 + virtual-reg = <0xf1000000>;
191 + ranges = <0x88000000 0x88000000 0x1000000 /* PCI 0 I/O Space */
192 + 0x80000000 0x80000000 0x8000000 /* PCI 0 MEM Space */
193 + 0xa0000000 0xa0000000 0x4000000 /* User FLASH */
194 + 0x00000000 0xf1000000 0x0010000 /* Bridge's regs */
195 + 0xf2000000 0xf2000000 0x0040000>;/* Integrated SRAM */
197 + [ child node definitions... ]
200 +2) Child nodes of /system-controller
202 + a) Marvell Discovery MDIO bus
204 + The MDIO is a bus to which the PHY devices are connected. For each
205 + device that exists on this bus, a child node should be created. See
206 + the definition of the PHY node below for an example of how to define
209 + Required properties:
210 + - #address-cells : Should be <1>
211 + - #size-cells : Should be <0>
212 + - device_type : Should be "mdio"
213 + - compatible : Should be "marvell,mv64360-mdio"
218 + #address-cells = <1>;
220 + device_type = "mdio";
221 + compatible = "marvell,mv64360-mdio";
229 + b) Marvell Discovery ethernet controller
231 + The Discover ethernet controller is described with two levels
232 + of nodes. The first level describes an ethernet silicon block
233 + and the second level describes up to 3 ethernet nodes within
234 + that block. The reason for the multiple levels is that the
235 + registers for the node are interleaved within a single set
236 + of registers. The "ethernet-block" level describes the
237 + shared register set, and the "ethernet" nodes describe ethernet
238 + port-specific properties.
240 + Ethernet block node
242 + Required properties:
243 + - #address-cells : <1>
244 + - #size-cells : <0>
245 + - compatible : "marvell,mv64360-eth-block"
246 + - reg : Offset and length of the register set for this block
248 + Example Discovery Ethernet block node:
249 + ethernet-block@2000 {
250 + #address-cells = <1>;
252 + compatible = "marvell,mv64360-eth-block";
253 + reg = <0x2000 0x2000>;
261 + Required properties:
262 + - device_type : Should be "network".
263 + - compatible : Should be "marvell,mv64360-eth".
264 + - reg : Should be <0>, <1>, or <2>, according to which registers
265 + within the silicon block the device uses.
266 + - interrupts : <a> where a is the interrupt number for the port.
267 + - interrupt-parent : the phandle for the interrupt controller
268 + that services interrupts for this device.
269 + - phy : the phandle for the PHY connected to this ethernet
271 + - local-mac-address : 6 bytes, MAC address
273 + Example Discovery Ethernet port node:
275 + device_type = "network";
276 + compatible = "marvell,mv64360-eth";
279 + interrupt-parent = <&PIC>;
281 + local-mac-address = [ 00 00 00 00 00 00 ];
286 + c) Marvell Discovery PHY nodes
288 + Required properties:
289 + - device_type : Should be "ethernet-phy"
290 + - interrupts : <a> where a is the interrupt number for this phy.
291 + - interrupt-parent : the phandle for the interrupt controller that
292 + services interrupts for this device.
293 + - reg : The ID number for the phy, usually a small integer
295 + Example Discovery PHY node:
297 + device_type = "ethernet-phy";
298 + compatible = "broadcom,bcm5421";
299 + interrupts = <76>; /* GPP 12 */
300 + interrupt-parent = <&PIC>;
305 + d) Marvell Discovery SDMA nodes
307 + Represent DMA hardware associated with the MPSC (multiprotocol
308 + serial controllers).
310 + Required properties:
311 + - compatible : "marvell,mv64360-sdma"
312 + - reg : Offset and length of the register set for this device
313 + - interrupts : <a> where a is the interrupt number for the DMA
315 + - interrupt-parent : the phandle for the interrupt controller
316 + that services interrupts for this device.
318 + Example Discovery SDMA node:
320 + compatible = "marvell,mv64360-sdma";
321 + reg = <0x4000 0xc18>;
322 + virtual-reg = <0xf1004000>;
324 + interrupt-parent = <&PIC>;
328 + e) Marvell Discovery BRG nodes
330 + Represent baud rate generator hardware associated with the MPSC
331 + (multiprotocol serial controllers).
333 + Required properties:
334 + - compatible : "marvell,mv64360-brg"
335 + - reg : Offset and length of the register set for this device
336 + - clock-src : A value from 0 to 15 which selects the clock
337 + source for the baud rate generator. This value corresponds
338 + to the CLKS value in the BRGx configuration register. See
339 + the mv64x60 User's Manual.
340 + - clock-frequence : The frequency (in Hz) of the baud rate
341 + generator's input clock.
342 + - current-speed : The current speed setting (presumably by
343 + firmware) of the baud rate generator.
345 + Example Discovery BRG node:
347 + compatible = "marvell,mv64360-brg";
348 + reg = <0xb200 0x8>;
350 + clock-frequency = <133333333>;
351 + current-speed = <9600>;
355 + f) Marvell Discovery CUNIT nodes
357 + Represent the Serial Communications Unit device hardware.
359 + Required properties:
360 + - reg : Offset and length of the register set for this device
362 + Example Discovery CUNIT node:
364 + reg = <0xf200 0x200>;
368 + g) Marvell Discovery MPSCROUTING nodes
370 + Represent the Discovery's MPSC routing hardware
372 + Required properties:
373 + - reg : Offset and length of the register set for this device
375 + Example Discovery CUNIT node:
377 + reg = <0xb400 0xc>;
381 + h) Marvell Discovery MPSCINTR nodes
383 + Represent the Discovery's MPSC DMA interrupt hardware registers
384 + (SDMA cause and mask registers).
386 + Required properties:
387 + - reg : Offset and length of the register set for this device
389 + Example Discovery MPSCINTR node:
391 + reg = <0xb800 0x100>;
395 + i) Marvell Discovery MPSC nodes
397 + Represent the Discovery's MPSC (Multiprotocol Serial Controller)
400 + Required properties:
401 + - device_type : "serial"
402 + - compatible : "marvell,mv64360-mpsc"
403 + - reg : Offset and length of the register set for this device
404 + - sdma : the phandle for the SDMA node used by this port
405 + - brg : the phandle for the BRG node used by this port
406 + - cunit : the phandle for the CUNIT node used by this port
407 + - mpscrouting : the phandle for the MPSCROUTING node used by this port
408 + - mpscintr : the phandle for the MPSCINTR node used by this port
409 + - cell-index : the hardware index of this cell in the MPSC core
410 + - max_idle : value needed for MPSC CHR3 (Maximum Frame Length)
412 + - interrupts : <a> where a is the interrupt number for the MPSC.
413 + - interrupt-parent : the phandle for the interrupt controller
414 + that services interrupts for this device.
416 + Example Discovery MPSCINTR node:
418 + device_type = "serial";
419 + compatible = "marvell,mv64360-mpsc";
420 + reg = <0x8000 0x38>;
421 + virtual-reg = <0xf1008000>;
425 + mpscrouting = <&MPSCROUTING>;
426 + mpscintr = <&MPSCINTR>;
430 + interrupt-parent = <&PIC>;
434 -VII - Specifying interrupt information for devices
435 + j) Marvell Discovery Watch Dog Timer nodes
437 + Represent the Discovery's watchdog timer hardware
439 + Required properties:
440 + - compatible : "marvell,mv64360-wdt"
441 + - reg : Offset and length of the register set for this device
443 + Example Discovery Watch Dog Timer node:
445 + compatible = "marvell,mv64360-wdt";
446 + reg = <0xb410 0x8>;
450 + k) Marvell Discovery I2C nodes
452 + Represent the Discovery's I2C hardware
454 + Required properties:
455 + - device_type : "i2c"
456 + - compatible : "marvell,mv64360-i2c"
457 + - reg : Offset and length of the register set for this device
458 + - interrupts : <a> where a is the interrupt number for the I2C.
459 + - interrupt-parent : the phandle for the interrupt controller
460 + that services interrupts for this device.
462 + Example Discovery I2C node:
463 + compatible = "marvell,mv64360-i2c";
464 + reg = <0xc000 0x20>;
465 + virtual-reg = <0xf100c000>;
467 + interrupt-parent = <&PIC>;
471 + l) Marvell Discovery PIC (Programmable Interrupt Controller) nodes
473 + Represent the Discovery's PIC hardware
475 + Required properties:
476 + - #interrupt-cells : <1>
477 + - #address-cells : <0>
478 + - compatible : "marvell,mv64360-pic"
479 + - reg : Offset and length of the register set for this device
480 + - interrupt-controller
482 + Example Discovery PIC node:
484 + #interrupt-cells = <1>;
485 + #address-cells = <0>;
486 + compatible = "marvell,mv64360-pic";
488 + interrupt-controller;
492 + m) Marvell Discovery MPP (Multipurpose Pins) multiplexing nodes
494 + Represent the Discovery's MPP hardware
496 + Required properties:
497 + - compatible : "marvell,mv64360-mpp"
498 + - reg : Offset and length of the register set for this device
500 + Example Discovery MPP node:
502 + compatible = "marvell,mv64360-mpp";
503 + reg = <0xf000 0x10>;
507 + n) Marvell Discovery GPP (General Purpose Pins) nodes
509 + Represent the Discovery's GPP hardware
511 + Required properties:
512 + - compatible : "marvell,mv64360-gpp"
513 + - reg : Offset and length of the register set for this device
515 + Example Discovery GPP node:
517 + compatible = "marvell,mv64360-gpp";
518 + reg = <0xf100 0x20>;
522 + o) Marvell Discovery PCI host bridge node
524 + Represents the Discovery's PCI host bridge device. The properties
525 + for this node conform to Rev 2.1 of the PCI Bus Binding to IEEE
526 + 1275-1994. A typical value for the compatible property is
527 + "marvell,mv64360-pci".
529 + Example Discovery PCI host bridge node
531 + #address-cells = <3>;
533 + #interrupt-cells = <1>;
534 + device_type = "pci";
535 + compatible = "marvell,mv64360-pci";
537 + ranges = <0x01000000 0x0 0x0
538 + 0x88000000 0x0 0x01000000
539 + 0x02000000 0x0 0x80000000
540 + 0x80000000 0x0 0x08000000>;
541 + bus-range = <0 255>;
542 + clock-frequency = <66000000>;
543 + interrupt-parent = <&PIC>;
544 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
547 + 0x5000 0 0 1 &PIC 80
548 + 0x5000 0 0 2 &PIC 81
549 + 0x5000 0 0 3 &PIC 91
550 + 0x5000 0 0 4 &PIC 93
553 + 0x5800 0 0 1 &PIC 91
554 + 0x5800 0 0 2 &PIC 93
555 + 0x5800 0 0 3 &PIC 80
556 + 0x5800 0 0 4 &PIC 81
559 + 0x6000 0 0 1 &PIC 91
560 + 0x6000 0 0 2 &PIC 93
561 + 0x6000 0 0 3 &PIC 80
562 + 0x6000 0 0 4 &PIC 81
565 + 0x6800 0 0 1 &PIC 93
566 + 0x6800 0 0 2 &PIC 80
567 + 0x6800 0 0 3 &PIC 81
568 + 0x6800 0 0 4 &PIC 91
573 + p) Marvell Discovery CPU Error nodes
575 + Represent the Discovery's CPU error handler device.
577 + Required properties:
578 + - compatible : "marvell,mv64360-cpu-error"
579 + - reg : Offset and length of the register set for this device
580 + - interrupts : the interrupt number for this device
581 + - interrupt-parent : the phandle for the interrupt controller
582 + that services interrupts for this device.
584 + Example Discovery CPU Error node:
586 + compatible = "marvell,mv64360-cpu-error";
587 + reg = <0x70 0x10 0x128 0x28>;
589 + interrupt-parent = <&PIC>;
593 + q) Marvell Discovery SRAM Controller nodes
595 + Represent the Discovery's SRAM controller device.
597 + Required properties:
598 + - compatible : "marvell,mv64360-sram-ctrl"
599 + - reg : Offset and length of the register set for this device
600 + - interrupts : the interrupt number for this device
601 + - interrupt-parent : the phandle for the interrupt controller
602 + that services interrupts for this device.
604 + Example Discovery SRAM Controller node:
606 + compatible = "marvell,mv64360-sram-ctrl";
607 + reg = <0x380 0x80>;
609 + interrupt-parent = <&PIC>;
613 + r) Marvell Discovery PCI Error Handler nodes
615 + Represent the Discovery's PCI error handler device.
617 + Required properties:
618 + - compatible : "marvell,mv64360-pci-error"
619 + - reg : Offset and length of the register set for this device
620 + - interrupts : the interrupt number for this device
621 + - interrupt-parent : the phandle for the interrupt controller
622 + that services interrupts for this device.
624 + Example Discovery PCI Error Handler node:
626 + compatible = "marvell,mv64360-pci-error";
627 + reg = <0x1d40 0x40 0xc28 0x4>;
629 + interrupt-parent = <&PIC>;
633 + s) Marvell Discovery Memory Controller nodes
635 + Represent the Discovery's memory controller device.
637 + Required properties:
638 + - compatible : "marvell,mv64360-mem-ctrl"
639 + - reg : Offset and length of the register set for this device
640 + - interrupts : the interrupt number for this device
641 + - interrupt-parent : the phandle for the interrupt controller
642 + that services interrupts for this device.
644 + Example Discovery Memory Controller node:
646 + compatible = "marvell,mv64360-mem-ctrl";
647 + reg = <0x1400 0x60>;
649 + interrupt-parent = <&PIC>;
653 +VIII - Specifying interrupt information for devices
654 ===================================================
656 The device tree represents the busses and devices of a hardware
657 @@ -2905,6 +3433,54 @@ encodings listed below:
658 2 = high to low edge sensitive type enabled
659 3 = low to high edge sensitive type enabled
661 +VIII - Specifying GPIO information for devices
662 +==============================================
667 +Nodes that makes use of GPIOs should define them using `gpios' property,
668 +format of which is: <&gpio-controller1-phandle gpio1-specifier
669 + &gpio-controller2-phandle gpio2-specifier
670 + 0 /* holes are permitted, means no GPIO 3 */
671 + &gpio-controller4-phandle gpio4-specifier
674 +Note that gpio-specifier length is controller dependent.
676 +gpio-specifier may encode: bank, pin position inside the bank,
677 +whether pin is open-drain and whether pin is logically inverted.
679 +Example of the node using GPIOs:
682 + gpios = <&qe_pio_e 18 0>;
685 +In this example gpio-specifier is "18 0" and encodes GPIO pin number,
686 +and empty GPIO flags as accepted by the "qe_pio_e" gpio-controller.
688 +2) gpio-controller nodes
689 +------------------------
691 +Every GPIO controller node must have #gpio-cells property defined,
692 +this information will be used to translate gpio-specifiers.
694 +Example of two SOC GPIO banks defined as gpio-controller nodes:
696 + qe_pio_a: gpio-controller@1400 {
698 + compatible = "fsl,qe-pario-bank-a", "fsl,qe-pario-bank";
699 + reg = <0x1400 0x18>;
703 + qe_pio_e: gpio-controller@1460 {
705 + compatible = "fsl,qe-pario-bank-e", "fsl,qe-pario-bank";
706 + reg = <0x1460 0x18>;
710 Appendix A - Sample SOC node for MPC8540
711 ========================================
713 +++ b/Documentation/powerpc/phyp-assisted-dump.txt
716 + Hypervisor-Assisted Dump
717 + ------------------------
720 +The goal of hypervisor-assisted dump is to enable the dump of
721 +a crashed system, and to do so from a fully-reset system, and
722 +to minimize the total elapsed time until the system is back
725 +As compared to kdump or other strategies, hypervisor-assisted
726 +dump offers several strong, practical advantages:
728 +-- Unlike kdump, the system has been reset, and loaded
729 + with a fresh copy of the kernel. In particular,
730 + PCI and I/O devices have been reinitialized and are
731 + in a clean, consistent state.
732 +-- As the dump is performed, the dumped memory becomes
733 + immediately available to the system for normal use.
734 +-- After the dump is completed, no further reboots are
735 + required; the system will be fully usable, and running
736 + in it's normal, production mode on it normal kernel.
738 +The above can only be accomplished by coordination with,
739 +and assistance from the hypervisor. The procedure is
742 +-- When a system crashes, the hypervisor will save
743 + the low 256MB of RAM to a previously registered
744 + save region. It will also save system state, system
745 + registers, and hardware PTE's.
747 +-- After the low 256MB area has been saved, the
748 + hypervisor will reset PCI and other hardware state.
749 + It will *not* clear RAM. It will then launch the
750 + bootloader, as normal.
752 +-- The freshly booted kernel will notice that there
753 + is a new node (ibm,dump-kernel) in the device tree,
754 + indicating that there is crash data available from
755 + a previous boot. It will boot into only 256MB of RAM,
756 + reserving the rest of system memory.
758 +-- Userspace tools will parse /sys/kernel/release_region
759 + and read /proc/vmcore to obtain the contents of memory,
760 + which holds the previous crashed kernel. The userspace
761 + tools may copy this info to disk, or network, nas, san,
762 + iscsi, etc. as desired.
764 + For Example: the values in /sys/kernel/release-region
765 + would look something like this (address-range pairs).
766 + CPU:0x177fee000-0x10000: HPTE:0x177ffe020-0x1000: /
767 + DUMP:0x177fff020-0x10000000, 0x10000000-0x16F1D370A
769 +-- As the userspace tools complete saving a portion of
770 + dump, they echo an offset and size to
771 + /sys/kernel/release_region to release the reserved
772 + memory back to general use.
774 + An example of this is:
775 + "echo 0x40000000 0x10000000 > /sys/kernel/release_region"
776 + which will release 256MB at the 1GB boundary.
778 +Please note that the hypervisor-assisted dump feature
779 +is only available on Power6-based systems with recent
782 +Implementation details:
783 +----------------------
785 +During boot, a check is made to see if firmware supports
786 +this feature on this particular machine. If it does, then
787 +we check to see if a active dump is waiting for us. If yes
788 +then everything but 256 MB of RAM is reserved during early
789 +boot. This area is released once we collect a dump from user
790 +land scripts that are run. If there is dump data, then
791 +the /sys/kernel/release_region file is created, and
792 +the reserved memory is held.
794 +If there is no waiting dump data, then only the highest
795 +256MB of the ram is reserved as a scratch area. This area
796 +is *not* released: this region will be kept permanently
797 +reserved, so that it can act as a receptacle for a copy
798 +of the low 256MB in the case a crash does occur. See,
799 +however, "open issues" below, as to whether
800 +such a reserved region is really needed.
802 +Currently the dump will be copied from /proc/vmcore to a
803 +a new file upon user intervention. The starting address
804 +to be read and the range for each data point in provided
805 +in /sys/kernel/release_region.
807 +The tools to examine the dump will be same as the ones
812 +Security: please note that there are potential security issues
813 +with any sort of dump mechanism. In particular, plaintext
814 +(unencrypted) data, and possibly passwords, may be present in
815 +the dump data. Userspace tools must take adequate precautions to
820 + o The various code paths that tell the hypervisor that a crash
821 + occurred, vs. it simply being a normal reboot, should be
822 + reviewed, and possibly clarified/fixed.
824 + o Instead of using /sys/kernel, should there be a /sys/dump
825 + instead? There is a dump_subsys being created by the s390 code,
826 + perhaps the pseries code should use a similar layout as well.
828 + o Is reserving a 256MB region really required? The goal of
829 + reserving a 256MB scratch area is to make sure that no
830 + important crash data is clobbered when the hypervisor
831 + save low mem to the scratch area. But, if one could assure
832 + that nothing important is located in some 256MB area, then
833 + it would not need to be reserved. Something that can be
834 + improved in subsequent versions.
836 + o Still working the kdump team to integrate this with kdump,
837 + some work remains but this would not affect the current
840 + o Still need to write a shell script, to copy the dump away.
841 + Currently I am parsing it manually.
842 --- a/arch/powerpc/Kconfig
843 +++ b/arch/powerpc/Kconfig
844 @@ -49,6 +49,19 @@ config IRQ_PER_CPU
848 +config STACKTRACE_SUPPORT
852 +config TRACE_IRQFLAGS_SUPPORT
857 +config LOCKDEP_SUPPORT
861 config RWSEM_GENERIC_SPINLOCK
864 @@ -81,6 +94,11 @@ config GENERIC_FIND_NEXT_BIT
871 + Generic GPIO API support
873 config ARCH_NO_VIRT_TO_BUS
876 @@ -91,6 +109,7 @@ config PPC
879 select HAVE_KRETPROBES
884 @@ -210,15 +229,6 @@ source kernel/Kconfig.hz
885 source kernel/Kconfig.preempt
886 source "fs/Kconfig.binfmt"
888 -# We optimistically allocate largepages from the VM, so make the limit
889 -# large enough (16MB). This badly named config option is actually
891 -config FORCE_MAX_ZONEORDER
894 - default "9" if PPC_64K_PAGES
897 config HUGETLB_PAGE_SIZE_VARIABLE
899 depends on HUGETLB_PAGE
900 @@ -307,6 +317,16 @@ config CRASH_DUMP
902 Don't change this unless you know what you are doing.
905 + bool "Hypervisor-assisted dump (EXPERIMENTAL)"
906 + depends on PPC_PSERIES && EXPERIMENTAL
908 + Hypervisor-assisted dump is meant to be a kdump replacement
909 + offering robustness and speed not possible without system
910 + hypervisor assistence.
915 bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
916 default y if PPC_PREP
917 @@ -381,6 +401,26 @@ config PPC_64K_PAGES
918 while on hardware with such support, it will be used to map
919 normal application pages.
921 +config FORCE_MAX_ZONEORDER
922 + int "Maximum zone order"
923 + default "9" if PPC_64K_PAGES
924 + default "13" if PPC64 && !PPC_64K_PAGES
927 + The kernel memory allocator divides physically contiguous memory
928 + blocks into "zones", where each zone is a power of two number of
929 + pages. This option selects the largest power of two that the kernel
930 + keeps in the memory allocator. If you need to allocate very large
931 + blocks of physically contiguous memory, then you may need to
932 + increase this value.
934 + This config option is actually maximum order plus one. For example,
935 + a value of 11 means that the largest free memory block is 2^10 pages.
937 + The page size is not necessarily 4KB. For example, on 64-bit
938 + systems, 64KB pages can be enabled via CONFIG_PPC_64K_PAGES. Keep
939 + this in mind when choosing a value for this option.
941 config PPC_SUBPAGE_PROT
942 bool "Support setting protections for 4k subpages"
943 depends on PPC_64K_PAGES
944 @@ -490,6 +530,14 @@ config FSL_PCI
946 select PPC_INDIRECT_PCI
954 + Freescale Localbus support
956 # Yes MCA RS/6000s exist but Linux-PPC does not currently support any
959 @@ -663,22 +711,6 @@ config CONSISTENT_SIZE
960 hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
961 default "0x00200000" if NOT_COHERENT_CACHE
963 -config BOOT_LOAD_BOOL
964 - bool "Set the boot link/load address"
965 - depends on ADVANCED_OPTIONS && !PPC_MULTIPLATFORM
967 - This option allows you to set the initial load address of the zImage
968 - or zImage.initrd file. This can be useful if you are on a board
969 - which has a small amount of memory.
971 - Say N here unless you know what you are doing.
974 - hex "Link/load address for booting" if BOOT_LOAD_BOOL
975 - default "0x00400000" if 40x || 8xx || 8260
976 - default "0x01000000" if 44x
977 - default "0x00800000"
980 bool "Pinned Kernel TLBs (860 ONLY)"
981 depends on ADVANCED_OPTIONS && 8xx
982 --- a/arch/powerpc/Kconfig.debug
983 +++ b/arch/powerpc/Kconfig.debug
984 @@ -269,7 +269,7 @@ config PPC_EARLY_DEBUG_CPM_ADDR
985 hex "CPM UART early debug transmit descriptor address"
986 depends on PPC_EARLY_DEBUG_CPM
987 default "0xfa202008" if PPC_EP88XC
988 - default "0xf0000008" if CPM2
989 + default "0xf0001ff8" if CPM2
990 default "0xff002008" if CPM1
992 This specifies the address of the transmit descriptor
993 --- a/arch/powerpc/Makefile
994 +++ b/arch/powerpc/Makefile
995 @@ -71,13 +71,11 @@ endif
997 LDFLAGS_vmlinux := -Bstatic
999 -CPPFLAGS-$(CONFIG_PPC32) := -Iarch/$(ARCH)
1000 -AFLAGS-$(CONFIG_PPC32) := -Iarch/$(ARCH)
1001 CFLAGS-$(CONFIG_PPC64) := -mminimal-toc -mtraceback=none -mcall-aixdesc
1002 -CFLAGS-$(CONFIG_PPC32) := -Iarch/$(ARCH) -ffixed-r2 -mmultiple
1003 -KBUILD_CPPFLAGS += $(CPPFLAGS-y)
1004 -KBUILD_AFLAGS += $(AFLAGS-y)
1005 -KBUILD_CFLAGS += -msoft-float -pipe $(CFLAGS-y)
1006 +CFLAGS-$(CONFIG_PPC32) := -ffixed-r2 -mmultiple
1007 +KBUILD_CPPFLAGS += -Iarch/$(ARCH)
1008 +KBUILD_AFLAGS += -Iarch/$(ARCH)
1009 +KBUILD_CFLAGS += -msoft-float -pipe -Iarch/$(ARCH) $(CFLAGS-y)
1010 CPP = $(CC) -E $(KBUILD_CFLAGS)
1012 CHECKFLAGS += -m$(CONFIG_WORD_SIZE) -D__powerpc__ -D__powerpc$(CONFIG_WORD_SIZE)__
1013 @@ -164,7 +162,7 @@ boot := arch/$(ARCH)/boot
1014 $(BOOT_TARGETS): vmlinux
1015 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
1017 -bootwrapper_install:
1018 +bootwrapper_install %.dtb:
1019 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
1022 --- a/arch/powerpc/boot/Makefile
1023 +++ b/arch/powerpc/boot/Makefile
1024 @@ -40,6 +40,7 @@ $(obj)/ebony.o: BOOTCFLAGS += -mcpu=405
1025 $(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=405
1026 $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=405
1027 $(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405
1028 +$(obj)/virtex405-head.o: BOOTCFLAGS += -mcpu=405
1031 zlib := inffast.c inflate.c inftrees.c
1032 @@ -64,7 +65,8 @@ src-plat := of.c cuboot-52xx.c cuboot-82
1033 cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \
1034 fixed-head.S ep88xc.c ep405.c \
1035 cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \
1036 - cuboot-warp.c cuboot-85xx-cpm2.c
1037 + cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c simpleboot.c \
1039 src-boot := $(src-wlib) $(src-plat) empty.c
1041 src-boot := $(addprefix $(obj)/, $(src-boot))
1042 @@ -192,7 +194,7 @@ image-$(CONFIG_PPC_CHRP) += zImage.chrp
1043 image-$(CONFIG_PPC_EFIKA) += zImage.chrp
1044 image-$(CONFIG_PPC_PMAC) += zImage.pmac
1045 image-$(CONFIG_PPC_HOLLY) += zImage.holly
1046 -image-$(CONFIG_PPC_PRPMC2800) += zImage.prpmc2800
1047 +image-$(CONFIG_PPC_PRPMC2800) += dtbImage.prpmc2800
1048 image-$(CONFIG_PPC_ISERIES) += zImage.iseries
1049 image-$(CONFIG_DEFAULT_UIMAGE) += uImage
1051 @@ -216,6 +218,7 @@ image-$(CONFIG_RAINIER) += cuImage.rai
1052 image-$(CONFIG_TAISHAN) += cuImage.taishan
1053 image-$(CONFIG_KATMAI) += cuImage.katmai
1054 image-$(CONFIG_WARP) += cuImage.warp
1055 +image-$(CONFIG_YOSEMITE) += cuImage.yosemite
1057 # Board ports in arch/powerpc/platform/8xx/Kconfig
1058 image-$(CONFIG_PPC_MPC86XADS) += cuImage.mpc866ads
1059 @@ -255,6 +258,7 @@ image-$(CONFIG_TQM8555) += cuImage.tqm
1060 image-$(CONFIG_TQM8560) += cuImage.tqm8560
1061 image-$(CONFIG_SBC8548) += cuImage.sbc8548
1062 image-$(CONFIG_SBC8560) += cuImage.sbc8560
1063 +image-$(CONFIG_KSI8560) += cuImage.ksi8560
1065 # Board ports in arch/powerpc/platform/embedded6xx/Kconfig
1066 image-$(CONFIG_STORCENTER) += cuImage.storcenter
1067 @@ -285,11 +289,11 @@ $(obj)/zImage.%: vmlinux $(wrapperbits)
1068 $(call if_changed,wrap,$*)
1070 # dtbImage% - a dtbImage is a zImage with an embedded device tree blob
1071 -$(obj)/dtbImage.initrd.%: vmlinux $(wrapperbits) $(dtstree)/%.dts
1072 - $(call if_changed,wrap,$*,$(dtstree)/$*.dts,,$(obj)/ramdisk.image.gz)
1073 +$(obj)/dtbImage.initrd.%: vmlinux $(wrapperbits) $(obj)/%.dtb
1074 + $(call if_changed,wrap,$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
1076 -$(obj)/dtbImage.%: vmlinux $(wrapperbits) $(dtstree)/%.dts
1077 - $(call if_changed,wrap,$*,$(dtstree)/$*.dts)
1078 +$(obj)/dtbImage.%: vmlinux $(wrapperbits) $(obj)/%.dtb
1079 + $(call if_changed,wrap,$*,,$(obj)/$*.dtb)
1081 # This cannot be in the root of $(src) as the zImage rule always adds a $(obj)
1083 @@ -302,14 +306,24 @@ $(obj)/zImage.iseries: vmlinux
1084 $(obj)/uImage: vmlinux $(wrapperbits)
1085 $(call if_changed,wrap,uboot)
1087 -$(obj)/cuImage.%: vmlinux $(dtstree)/%.dts $(wrapperbits)
1088 - $(call if_changed,wrap,cuboot-$*,$(dtstree)/$*.dts)
1089 +$(obj)/cuImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1090 + $(call if_changed,wrap,cuboot-$*,,$(obj)/$*.dtb)
1092 -$(obj)/treeImage.initrd.%: vmlinux $(dtstree)/%.dts $(wrapperbits)
1093 - $(call if_changed,wrap,treeboot-$*,$(dtstree)/$*.dts,,$(obj)/ramdisk.image.gz)
1094 +$(obj)/simpleImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1095 + $(call if_changed,wrap,simpleboot-$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
1097 -$(obj)/treeImage.%: vmlinux $(dtstree)/%.dts $(wrapperbits)
1098 - $(call if_changed,wrap,treeboot-$*,$(dtstree)/$*.dts)
1099 +$(obj)/simpleImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1100 + $(call if_changed,wrap,simpleboot-$*,,$(obj)/$*.dtb)
1102 +$(obj)/treeImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1103 + $(call if_changed,wrap,treeboot-$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
1105 +$(obj)/treeImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
1106 + $(call if_changed,wrap,treeboot-$*,,$(obj)/$*.dtb)
1108 +# Rule to build device tree blobs
1109 +$(obj)/%.dtb: $(dtstree)/%.dts $(obj)/dtc
1110 + $(obj)/dtc -O dtb -o $(obj)/$*.dtb -b 0 $(DTS_FLAGS) $(dtstree)/$*.dts
1112 # If there isn't a platform selected then just strip the vmlinux.
1114 @@ -326,7 +340,7 @@ install: $(CONFIGURE) $(addprefix $(obj)
1116 # anything not in $(targets)
1117 clean-files += $(image-) $(initrd-) zImage zImage.initrd cuImage.* treeImage.* \
1121 # clean up files cached by wrapper
1122 clean-kernel := vmlinux.strip vmlinux.bin
1123 --- a/arch/powerpc/boot/bamboo.c
1124 +++ b/arch/powerpc/boot/bamboo.c
1125 @@ -33,7 +33,8 @@ static void bamboo_fixups(void)
1126 ibm440ep_fixup_clocks(sysclk, 11059200, 25000000);
1127 ibm4xx_sdram_fixup_memsize();
1128 ibm4xx_quiesce_eth((u32 *)0xef600e00, (u32 *)0xef600f00);
1129 - dt_fixup_mac_addresses(bamboo_mac0, bamboo_mac1);
1130 + dt_fixup_mac_address_by_alias("ethernet0", bamboo_mac0);
1131 + dt_fixup_mac_address_by_alias("ethernet1", bamboo_mac1);
1134 void bamboo_init(void *mac0, void *mac1)
1135 --- a/arch/powerpc/boot/cpm-serial.c
1136 +++ b/arch/powerpc/boot/cpm-serial.c
1145 @@ -42,6 +43,22 @@ struct cpm_param {
1168 @@ -54,10 +71,10 @@ static void *cpcr;
1169 static struct cpm_param *param;
1170 static struct cpm_smc *smc;
1171 static struct cpm_scc *scc;
1172 -struct cpm_bd *tbdf, *rbdf;
1173 +static struct cpm_bd *tbdf, *rbdf;
1175 -static u8 *muram_start;
1176 -static u32 muram_offset;
1177 +static void *cbd_addr;
1178 +static u32 cbd_offset;
1180 static void (*do_cmd)(int op);
1181 static void (*enable_port)(void);
1182 @@ -119,20 +136,25 @@ static int cpm_serial_open(void)
1184 out_8(¶m->rfcr, 0x10);
1185 out_8(¶m->tfcr, 0x10);
1186 + out_be16(¶m->mrblr, 1);
1187 + out_be16(¶m->maxidl, 0);
1188 + out_be16(¶m->brkec, 0);
1189 + out_be16(¶m->brkln, 0);
1190 + out_be16(¶m->brkcr, 0);
1192 - rbdf = (struct cpm_bd *)muram_start;
1193 - rbdf->addr = (u8 *)(rbdf + 2);
1195 + rbdf->addr = (u8 *)rbdf - 1;
1200 - tbdf->addr = (u8 *)(rbdf + 2) + 1;
1201 + tbdf->addr = (u8 *)rbdf - 2;
1206 - out_be16(¶m->rbase, muram_offset);
1207 - out_be16(¶m->tbase, muram_offset + sizeof(struct cpm_bd));
1208 + out_be16(¶m->rbase, cbd_offset);
1209 + out_be16(¶m->tbase, cbd_offset + sizeof(struct cpm_bd));
1211 do_cmd(CPM_CMD_INIT_RX_TX);
1213 @@ -175,10 +197,12 @@ static unsigned char cpm_serial_getc(voi
1215 int cpm_console_init(void *devp, struct serial_console_data *scdp)
1217 - void *reg_virt[2];
1218 - int is_smc = 0, is_cpm2 = 0, n;
1219 - unsigned long reg_phys;
1222 + int is_smc = 0, is_cpm2 = 0;
1223 void *parent, *muram;
1225 + unsigned long muram_offset, muram_size;
1227 if (dt_is_compatible(devp, "fsl,cpm1-smc-uart")) {
1229 @@ -202,63 +226,64 @@ int cpm_console_init(void *devp, struct
1233 - n = getprop(devp, "fsl,cpm-command", &cpm_cmd, 4);
1235 + if (getprop(devp, "fsl,cpm-command", &cpm_cmd, 4) < 4)
1238 - n = getprop(devp, "virtual-reg", reg_virt, sizeof(reg_virt));
1239 - if (n < (int)sizeof(reg_virt)) {
1240 - for (n = 0; n < 2; n++) {
1241 - if (!dt_xlate_reg(devp, n, ®_phys, NULL))
1244 - reg_virt[n] = (void *)reg_phys;
1247 + if (dt_get_virtual_reg(devp, vreg, 2) < 2)
1251 - smc = reg_virt[0];
1254 - scc = reg_virt[0];
1257 - param = reg_virt[1];
1260 parent = get_parent(devp);
1264 - n = getprop(parent, "virtual-reg", reg_virt, sizeof(reg_virt));
1265 - if (n < (int)sizeof(reg_virt)) {
1266 - if (!dt_xlate_reg(parent, 0, ®_phys, NULL))
1269 - reg_virt[0] = (void *)reg_phys;
1272 - cpcr = reg_virt[0];
1273 + if (dt_get_virtual_reg(parent, &cpcr, 1) < 1)
1276 muram = finddevice("/soc/cpm/muram/data");
1280 /* For bootwrapper-compatible device trees, we assume that the first
1281 - * entry has at least 18 bytes, and that #address-cells/#data-cells
1282 + * entry has at least 128 bytes, and that #address-cells/#data-cells
1283 * is one for both parent and child.
1286 - n = getprop(muram, "virtual-reg", reg_virt, sizeof(reg_virt));
1287 - if (n < (int)sizeof(reg_virt)) {
1288 - if (!dt_xlate_reg(muram, 0, ®_phys, NULL))
1290 + if (dt_get_virtual_reg(muram, &muram_addr, 1) < 1)
1293 + if (getprop(muram, "reg", reg, 8) < 8)
1296 + muram_offset = reg[0];
1297 + muram_size = reg[1];
1299 + /* Store the buffer descriptors at the end of the first muram chunk.
1300 + * For SMC ports on CPM2-based platforms, relocate the parameter RAM
1301 + * just before the buffer descriptors.
1304 + cbd_offset = muram_offset + muram_size - 2 * sizeof(struct cpm_bd);
1306 - reg_virt[0] = (void *)reg_phys;
1307 + if (is_cpm2 && is_smc) {
1308 + u16 *smc_base = (u16 *)param;
1311 + pram_offset = cbd_offset - 64;
1312 + pram_offset = _ALIGN_DOWN(pram_offset, 64);
1315 + out_be16(smc_base, pram_offset);
1316 + param = muram_addr - muram_offset + pram_offset;
1319 - muram_start = reg_virt[0];
1321 - n = getprop(muram, "reg", &muram_offset, 4);
1324 + cbd_addr = muram_addr - muram_offset + cbd_offset;
1326 scdp->open = cpm_serial_open;
1327 scdp->putc = cpm_serial_putc;
1328 --- a/arch/powerpc/boot/cuboot-pq2.c
1329 +++ b/arch/powerpc/boot/cuboot-pq2.c
1330 @@ -128,7 +128,7 @@ static void fixup_pci(void)
1333 void *node, *parent_node;
1334 - u32 naddr, nsize, mem_log2;
1335 + u32 naddr, nsize, mem_pow2, mem_mask;
1337 node = finddevice("/pci");
1338 if (!node || !dt_is_compatible(node, "fsl,pq2-pci"))
1339 @@ -141,7 +141,7 @@ static void fixup_pci(void)
1341 soc_regs = (u8 *)fsl_get_immr();
1346 dt_get_reg_format(node, &naddr, &nsize);
1347 if (naddr != 3 || nsize != 2)
1348 @@ -153,7 +153,7 @@ static void fixup_pci(void)
1350 dt_get_reg_format(parent_node, &naddr, &nsize);
1351 if (naddr != 1 || nsize != 1)
1355 len = getprop(node, "ranges", pci_ranges_buf,
1356 sizeof(pci_ranges_buf));
1357 @@ -170,14 +170,20 @@ static void fixup_pci(void)
1360 if (!mem || !mmio || !io)
1363 + if (mem->size[1] != mmio->size[1])
1365 + if (mem->size[1] & (mem->size[1] - 1))
1367 + if (io->size[1] & (io->size[1] - 1))
1370 if (mem->phys_addr + mem->size[1] == mmio->phys_addr)
1372 else if (mmio->phys_addr + mmio->size[1] == mem->phys_addr)
1378 out_be32(&pci_regs[1][0], mem_base->phys_addr | 1);
1379 out_be32(&pci_regs[2][0], ~(mem->size[1] + mmio->size[1] - 1));
1380 @@ -201,8 +207,9 @@ static void fixup_pci(void)
1381 out_le32(&pci_regs[0][58], 0);
1382 out_le32(&pci_regs[0][60], 0);
1384 - mem_log2 = 1 << (__ilog2_u32(bd.bi_memsize - 1) + 1);
1385 - out_le32(&pci_regs[0][62], 0xa0000000 | ~((1 << (mem_log2 - 12)) - 1));
1386 + mem_pow2 = 1 << (__ilog2_u32(bd.bi_memsize - 1) + 1);
1387 + mem_mask = ~(mem_pow2 - 1) >> 12;
1388 + out_le32(&pci_regs[0][62], 0xa0000000 | mem_mask);
1390 /* If PCI is disabled, drive RST high to enable. */
1391 if (!(in_le32(&pci_regs[0][32]) & 1)) {
1392 @@ -228,7 +235,11 @@ static void fixup_pci(void)
1396 - printf("Bad PCI node\r\n");
1397 + printf("Bad PCI node -- using existing firmware setup.\r\n");
1401 + printf("Unsupported PCI node -- using existing firmware setup.\r\n");
1404 static void pq2_platform_fixups(void)
1405 --- a/arch/powerpc/boot/cuboot-rainier.c
1406 +++ b/arch/powerpc/boot/cuboot-rainier.c
1407 @@ -42,7 +42,8 @@ static void rainier_fixups(void)
1408 ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1409 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1410 ibm4xx_denali_fixup_memsize();
1411 - dt_fixup_mac_addresses(&bd.bi_enetaddr, &bd.bi_enet1addr);
1412 + dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1413 + dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
1416 void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
1417 --- a/arch/powerpc/boot/cuboot-sequoia.c
1418 +++ b/arch/powerpc/boot/cuboot-sequoia.c
1419 @@ -42,7 +42,8 @@ static void sequoia_fixups(void)
1420 ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1421 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1422 ibm4xx_denali_fixup_memsize();
1423 - dt_fixup_mac_addresses(&bd.bi_enetaddr, &bd.bi_enet1addr);
1424 + dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1425 + dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
1428 void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
1429 --- a/arch/powerpc/boot/cuboot-taishan.c
1430 +++ b/arch/powerpc/boot/cuboot-taishan.c
1431 @@ -40,7 +40,8 @@ static void taishan_fixups(void)
1433 ibm4xx_sdram_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);
1439 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1441 --- a/arch/powerpc/boot/cuboot-warp.c
1442 +++ b/arch/powerpc/boot/cuboot-warp.c
1443 @@ -24,7 +24,7 @@ static void warp_fixups(void)
1444 ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1445 ibm4xx_sdram_fixup_memsize();
1446 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
1447 - dt_fixup_mac_addresses(&bd.bi_enetaddr);
1448 + dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1453 +++ b/arch/powerpc/boot/cuboot-yosemite.c
1456 + * Old U-boot compatibility for Yosemite
1458 + * Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
1460 + * Copyright 2008 IBM Corporation
1462 + * This program is free software; you can redistribute it and/or modify it
1463 + * under the terms of the GNU General Public License version 2 as published
1464 + * by the Free Software Foundation.
1471 +#include "cuboot.h"
1475 +#include "ppcboot.h"
1479 +static void yosemite_fixups(void)
1481 + unsigned long sysclk = 66666666;
1483 + ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
1484 + ibm4xx_sdram_fixup_memsize();
1485 + ibm4xx_quiesce_eth((u32 *)0xef600e00, (u32 *)0xef600f00);
1486 + dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
1487 + dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
1490 +void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
1491 + unsigned long r6, unsigned long r7)
1494 + platform_ops.fixups = yosemite_fixups;
1495 + platform_ops.exit = ibm44x_dbcr_reset;
1496 + fdt_init(_dtb_start);
1497 + serial_console_init();
1499 --- a/arch/powerpc/boot/devtree.c
1500 +++ b/arch/powerpc/boot/devtree.c
1501 @@ -350,3 +350,23 @@ int dt_is_compatible(void *node, const c
1506 +int dt_get_virtual_reg(void *node, void **addr, int nres)
1508 + unsigned long xaddr;
1511 + n = getprop(node, "virtual-reg", addr, nres * 4);
1515 + for (n = 0; n < nres; n++) {
1516 + if (!dt_xlate_reg(node, n, &xaddr, NULL))
1519 + addr[n] = (void *)xaddr;
1525 --- a/arch/powerpc/boot/dts/bamboo.dts
1526 +++ b/arch/powerpc/boot/dts/bamboo.dts
1530 EMAC0: ethernet@ef600e00 {
1531 - linux,network-index = <0>;
1532 device_type = "network";
1533 compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
1534 interrupt-parent = <&UIC1>;
1538 EMAC1: ethernet@ef600f00 {
1539 - linux,network-index = <1>;
1540 device_type = "network";
1541 compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
1542 interrupt-parent = <&UIC1>;
1544 +++ b/arch/powerpc/boot/dts/canyonlands.dts
1547 + * Device Tree Source for AMCC Canyonlands (460EX)
1549 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
1551 + * This file is licensed under the terms of the GNU General Public
1552 + * License version 2. This program is licensed "as is" without
1553 + * any warranty of any kind, whether express or implied.
1557 + #address-cells = <2>;
1558 + #size-cells = <1>;
1559 + model = "amcc,canyonlands";
1560 + compatible = "amcc,canyonlands";
1561 + dcr-parent = <&/cpus/cpu@0>;
1564 + ethernet0 = &EMAC0;
1565 + ethernet1 = &EMAC1;
1571 + #address-cells = <1>;
1572 + #size-cells = <0>;
1575 + device_type = "cpu";
1576 + model = "PowerPC,460EX";
1578 + clock-frequency = <0>; /* Filled in by U-Boot */
1579 + timebase-frequency = <0>; /* Filled in by U-Boot */
1580 + i-cache-line-size = <20>;
1581 + d-cache-line-size = <20>;
1582 + i-cache-size = <8000>;
1583 + d-cache-size = <8000>;
1585 + dcr-access-method = "native";
1590 + device_type = "memory";
1591 + reg = <0 0 0>; /* Filled in by U-Boot */
1594 + UIC0: interrupt-controller0 {
1595 + compatible = "ibm,uic-460ex","ibm,uic";
1596 + interrupt-controller;
1598 + dcr-reg = <0c0 009>;
1599 + #address-cells = <0>;
1600 + #size-cells = <0>;
1601 + #interrupt-cells = <2>;
1604 + UIC1: interrupt-controller1 {
1605 + compatible = "ibm,uic-460ex","ibm,uic";
1606 + interrupt-controller;
1608 + dcr-reg = <0d0 009>;
1609 + #address-cells = <0>;
1610 + #size-cells = <0>;
1611 + #interrupt-cells = <2>;
1612 + interrupts = <1e 4 1f 4>; /* cascade */
1613 + interrupt-parent = <&UIC0>;
1616 + UIC2: interrupt-controller2 {
1617 + compatible = "ibm,uic-460ex","ibm,uic";
1618 + interrupt-controller;
1620 + dcr-reg = <0e0 009>;
1621 + #address-cells = <0>;
1622 + #size-cells = <0>;
1623 + #interrupt-cells = <2>;
1624 + interrupts = <a 4 b 4>; /* cascade */
1625 + interrupt-parent = <&UIC0>;
1628 + UIC3: interrupt-controller3 {
1629 + compatible = "ibm,uic-460ex","ibm,uic";
1630 + interrupt-controller;
1632 + dcr-reg = <0f0 009>;
1633 + #address-cells = <0>;
1634 + #size-cells = <0>;
1635 + #interrupt-cells = <2>;
1636 + interrupts = <10 4 11 4>; /* cascade */
1637 + interrupt-parent = <&UIC0>;
1641 + compatible = "ibm,sdr-460ex";
1642 + dcr-reg = <00e 002>;
1646 + compatible = "ibm,cpr-460ex";
1647 + dcr-reg = <00c 002>;
1651 + compatible = "ibm,plb-460ex", "ibm,plb4";
1652 + #address-cells = <2>;
1653 + #size-cells = <1>;
1655 + clock-frequency = <0>; /* Filled in by U-Boot */
1658 + compatible = "ibm,sdram-460ex", "ibm,sdram-405gp";
1659 + dcr-reg = <010 2>;
1663 + compatible = "ibm,mcmal-460ex", "ibm,mcmal2";
1664 + dcr-reg = <180 62>;
1665 + num-tx-chans = <2>;
1666 + num-rx-chans = <10>;
1667 + #address-cells = <0>;
1668 + #size-cells = <0>;
1669 + interrupt-parent = <&UIC2>;
1670 + interrupts = < /*TXEOB*/ 6 4
1678 + compatible = "ibm,opb-460ex", "ibm,opb";
1679 + #address-cells = <1>;
1680 + #size-cells = <1>;
1681 + ranges = <b0000000 4 b0000000 50000000>;
1682 + clock-frequency = <0>; /* Filled in by U-Boot */
1685 + compatible = "ibm,ebc-460ex", "ibm,ebc";
1686 + dcr-reg = <012 2>;
1687 + #address-cells = <2>;
1688 + #size-cells = <1>;
1689 + clock-frequency = <0>; /* Filled in by U-Boot */
1690 + interrupts = <6 4>;
1691 + interrupt-parent = <&UIC1>;
1694 + UART0: serial@ef600300 {
1695 + device_type = "serial";
1696 + compatible = "ns16550";
1697 + reg = <ef600300 8>;
1698 + virtual-reg = <ef600300>;
1699 + clock-frequency = <0>; /* Filled in by U-Boot */
1700 + current-speed = <0>; /* Filled in by U-Boot */
1701 + interrupt-parent = <&UIC1>;
1702 + interrupts = <1 4>;
1705 + UART1: serial@ef600400 {
1706 + device_type = "serial";
1707 + compatible = "ns16550";
1708 + reg = <ef600400 8>;
1709 + virtual-reg = <ef600400>;
1710 + clock-frequency = <0>; /* Filled in by U-Boot */
1711 + current-speed = <0>; /* Filled in by U-Boot */
1712 + interrupt-parent = <&UIC0>;
1713 + interrupts = <1 4>;
1716 + UART2: serial@ef600500 {
1717 + device_type = "serial";
1718 + compatible = "ns16550";
1719 + reg = <ef600500 8>;
1720 + virtual-reg = <ef600500>;
1721 + clock-frequency = <0>; /* Filled in by U-Boot */
1722 + current-speed = <0>; /* Filled in by U-Boot */
1723 + interrupt-parent = <&UIC1>;
1724 + interrupts = <1d 4>;
1727 + UART3: serial@ef600600 {
1728 + device_type = "serial";
1729 + compatible = "ns16550";
1730 + reg = <ef600600 8>;
1731 + virtual-reg = <ef600600>;
1732 + clock-frequency = <0>; /* Filled in by U-Boot */
1733 + current-speed = <0>; /* Filled in by U-Boot */
1734 + interrupt-parent = <&UIC1>;
1735 + interrupts = <1e 4>;
1738 + IIC0: i2c@ef600700 {
1739 + compatible = "ibm,iic-460ex", "ibm,iic";
1740 + reg = <ef600700 14>;
1741 + interrupt-parent = <&UIC0>;
1742 + interrupts = <2 4>;
1745 + IIC1: i2c@ef600800 {
1746 + compatible = "ibm,iic-460ex", "ibm,iic";
1747 + reg = <ef600800 14>;
1748 + interrupt-parent = <&UIC0>;
1749 + interrupts = <3 4>;
1752 + ZMII0: emac-zmii@ef600d00 {
1753 + compatible = "ibm,zmii-460ex", "ibm,zmii";
1754 + reg = <ef600d00 c>;
1757 + RGMII0: emac-rgmii@ef601500 {
1758 + compatible = "ibm,rgmii-460ex", "ibm,rgmii";
1759 + reg = <ef601500 8>;
1763 + TAH0: emac-tah@ef601350 {
1764 + compatible = "ibm,tah-460ex", "ibm,tah";
1765 + reg = <ef601350 30>;
1768 + TAH1: emac-tah@ef601450 {
1769 + compatible = "ibm,tah-460ex", "ibm,tah";
1770 + reg = <ef601450 30>;
1773 + EMAC0: ethernet@ef600e00 {
1774 + device_type = "network";
1775 + compatible = "ibm,emac-460ex", "ibm,emac4";
1776 + interrupt-parent = <&EMAC0>;
1777 + interrupts = <0 1>;
1778 + #interrupt-cells = <1>;
1779 + #address-cells = <0>;
1780 + #size-cells = <0>;
1781 + interrupt-map = </*Status*/ 0 &UIC2 10 4
1782 + /*Wake*/ 1 &UIC2 14 4>;
1783 + reg = <ef600e00 70>;
1784 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
1785 + mal-device = <&MAL0>;
1786 + mal-tx-channel = <0>;
1787 + mal-rx-channel = <0>;
1789 + max-frame-size = <2328>;
1790 + rx-fifo-size = <1000>;
1791 + tx-fifo-size = <800>;
1792 + phy-mode = "rgmii";
1793 + phy-map = <00000000>;
1794 + rgmii-device = <&RGMII0>;
1795 + rgmii-channel = <0>;
1796 + tah-device = <&TAH0>;
1797 + tah-channel = <0>;
1798 + has-inverted-stacr-oc;
1799 + has-new-stacr-staopc;
1802 + EMAC1: ethernet@ef600f00 {
1803 + device_type = "network";
1804 + compatible = "ibm,emac-460ex", "ibm,emac4";
1805 + interrupt-parent = <&EMAC1>;
1806 + interrupts = <0 1>;
1807 + #interrupt-cells = <1>;
1808 + #address-cells = <0>;
1809 + #size-cells = <0>;
1810 + interrupt-map = </*Status*/ 0 &UIC2 11 4
1811 + /*Wake*/ 1 &UIC2 15 4>;
1812 + reg = <ef600f00 70>;
1813 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
1814 + mal-device = <&MAL0>;
1815 + mal-tx-channel = <1>;
1816 + mal-rx-channel = <8>;
1818 + max-frame-size = <2328>;
1819 + rx-fifo-size = <1000>;
1820 + tx-fifo-size = <800>;
1821 + phy-mode = "rgmii";
1822 + phy-map = <00000000>;
1823 + rgmii-device = <&RGMII0>;
1824 + rgmii-channel = <1>;
1825 + tah-device = <&TAH1>;
1826 + tah-channel = <1>;
1827 + has-inverted-stacr-oc;
1828 + has-new-stacr-staopc;
1829 + mdio-device = <&EMAC0>;
1833 + PCIX0: pci@c0ec00000 {
1834 + device_type = "pci";
1835 + #interrupt-cells = <1>;
1836 + #size-cells = <2>;
1837 + #address-cells = <3>;
1838 + compatible = "ibm,plb-pcix-460ex", "ibm,plb-pcix";
1840 + large-inbound-windows;
1842 + reg = <c 0ec00000 8 /* Config space access */
1843 + 0 0 0 /* no IACK cycles */
1844 + c 0ed00000 4 /* Special cycles */
1845 + c 0ec80000 100 /* Internal registers */
1846 + c 0ec80100 fc>; /* Internal messaging registers */
1848 + /* Outbound ranges, one memory and one IO,
1849 + * later cannot be changed
1851 + ranges = <02000000 0 80000000 0000000d 80000000 0 80000000
1852 + 01000000 0 00000000 0000000c 08000000 0 00010000>;
1854 + /* Inbound 2GB range starting at 0 */
1855 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
1857 + /* This drives busses 0 to 0x3f */
1858 + bus-range = <0 3f>;
1860 + /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */
1861 + interrupt-map-mask = <0000 0 0 0>;
1862 + interrupt-map = < 0000 0 0 0 &UIC1 0 8 >;
1865 + PCIE0: pciex@d00000000 {
1866 + device_type = "pci";
1867 + #interrupt-cells = <1>;
1868 + #size-cells = <2>;
1869 + #address-cells = <3>;
1870 + compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
1872 + port = <0>; /* port number */
1873 + reg = <d 00000000 20000000 /* Config space access */
1874 + c 08010000 00001000>; /* Registers */
1875 + dcr-reg = <100 020>;
1878 + /* Outbound ranges, one memory and one IO,
1879 + * later cannot be changed
1881 + ranges = <02000000 0 80000000 0000000e 00000000 0 80000000
1882 + 01000000 0 00000000 0000000f 80000000 0 00010000>;
1884 + /* Inbound 2GB range starting at 0 */
1885 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
1887 + /* This drives busses 40 to 0x7f */
1888 + bus-range = <40 7f>;
1890 + /* Legacy interrupts (note the weird polarity, the bridge seems
1891 + * to invert PCIe legacy interrupts).
1892 + * We are de-swizzling here because the numbers are actually for
1893 + * port of the root complex virtual P2P bridge. But I want
1894 + * to avoid putting a node for it in the tree, so the numbers
1895 + * below are basically de-swizzled numbers.
1896 + * The real slot is on idsel 0, so the swizzling is 1:1
1898 + interrupt-map-mask = <0000 0 0 7>;
1900 + 0000 0 0 1 &UIC3 c 4 /* swizzled int A */
1901 + 0000 0 0 2 &UIC3 d 4 /* swizzled int B */
1902 + 0000 0 0 3 &UIC3 e 4 /* swizzled int C */
1903 + 0000 0 0 4 &UIC3 f 4 /* swizzled int D */>;
1906 + PCIE1: pciex@d20000000 {
1907 + device_type = "pci";
1908 + #interrupt-cells = <1>;
1909 + #size-cells = <2>;
1910 + #address-cells = <3>;
1911 + compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
1913 + port = <1>; /* port number */
1914 + reg = <d 20000000 20000000 /* Config space access */
1915 + c 08011000 00001000>; /* Registers */
1916 + dcr-reg = <120 020>;
1919 + /* Outbound ranges, one memory and one IO,
1920 + * later cannot be changed
1922 + ranges = <02000000 0 80000000 0000000e 80000000 0 80000000
1923 + 01000000 0 00000000 0000000f 80010000 0 00010000>;
1925 + /* Inbound 2GB range starting at 0 */
1926 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
1928 + /* This drives busses 80 to 0xbf */
1929 + bus-range = <80 bf>;
1931 + /* Legacy interrupts (note the weird polarity, the bridge seems
1932 + * to invert PCIe legacy interrupts).
1933 + * We are de-swizzling here because the numbers are actually for
1934 + * port of the root complex virtual P2P bridge. But I want
1935 + * to avoid putting a node for it in the tree, so the numbers
1936 + * below are basically de-swizzled numbers.
1937 + * The real slot is on idsel 0, so the swizzling is 1:1
1939 + interrupt-map-mask = <0000 0 0 7>;
1941 + 0000 0 0 1 &UIC3 10 4 /* swizzled int A */
1942 + 0000 0 0 2 &UIC3 11 4 /* swizzled int B */
1943 + 0000 0 0 3 &UIC3 12 4 /* swizzled int C */
1944 + 0000 0 0 4 &UIC3 13 4 /* swizzled int D */>;
1948 --- a/arch/powerpc/boot/dts/ebony.dts
1949 +++ b/arch/powerpc/boot/dts/ebony.dts
1953 EMAC0: ethernet@40000800 {
1954 - linux,network-index = <0>;
1955 device_type = "network";
1956 compatible = "ibm,emac-440gp", "ibm,emac";
1957 interrupt-parent = <&UIC1>;
1961 EMAC1: ethernet@40000900 {
1962 - linux,network-index = <1>;
1963 device_type = "network";
1964 compatible = "ibm,emac-440gp", "ibm,emac";
1965 interrupt-parent = <&UIC1>;
1966 --- a/arch/powerpc/boot/dts/ep8248e.dts
1967 +++ b/arch/powerpc/boot/dts/ep8248e.dts
1971 compatible = "fsl,cpm-muram-data";
1972 - reg = <0 0x1100 0x1140
1973 - 0xec0 0x9800 0x800>;
1974 + reg = <0 0x2000 0x9800 0x800>;
1979 device_type = "serial";
1980 compatible = "fsl,mpc8248-smc-uart",
1981 "fsl,cpm2-smc-uart";
1982 - reg = <0x11a80 0x20 0x1100 0x40>;
1983 + reg = <0x11a80 0x20 0x87fc 2>;
1985 interrupt-parent = <&PIC>;
1987 --- a/arch/powerpc/boot/dts/ep88xc.dts
1988 +++ b/arch/powerpc/boot/dts/ep88xc.dts
1990 * EP88xC Device Tree Source
1992 * Copyright 2006 MontaVista Software, Inc.
1993 - * Copyright 2007 Freescale Semiconductor, Inc.
1994 + * Copyright 2007,2008 Freescale Semiconductor, Inc.
1996 * This program is free software; you can redistribute it and/or modify it
1997 * under the terms of the GNU General Public License as published by the
1999 * option) any later version.
2009 device_type = "cpu";
2011 - d-cache-line-size = <d#16>;
2012 - i-cache-line-size = <d#16>;
2013 - d-cache-size = <d#8192>;
2014 - i-cache-size = <d#8192>;
2016 + d-cache-line-size = <16>;
2017 + i-cache-line-size = <16>;
2018 + d-cache-size = <8192>;
2019 + i-cache-size = <8192>;
2020 timebase-frequency = <0>;
2021 bus-frequency = <0>;
2022 clock-frequency = <0>;
2023 - interrupts = <f 2>; // decrementer interrupt
2024 + interrupts = <15 2>; // decrementer interrupt
2025 interrupt-parent = <&PIC>;
2030 device_type = "memory";
2036 compatible = "fsl,mpc885-localbus", "fsl,pq1-localbus";
2037 #address-cells = <2>;
2039 - reg = <fa200100 40>;
2040 + reg = <0xfa200100 0x40>;
2043 - 0 0 fc000000 04000000
2044 - 3 0 fa000000 01000000
2045 + 0x0 0x0 0xfc000000 0x4000000
2046 + 0x3 0x0 0xfa000000 0x1000000
2050 compatible = "cfi-flash";
2051 - reg = <0 2000000 2000000>;
2052 + reg = <0x0 0x2000000 0x2000000>;
2057 board-control@3,400000 {
2058 - reg = <3 400000 10>;
2059 + reg = <0x3 0x400000 0x10>;
2060 compatible = "fsl,ep88xc-bcsr";
2064 #address-cells = <1>;
2066 device_type = "soc";
2067 - ranges = <0 fa200000 00004000>;
2068 + ranges = <0x0 0xfa200000 0x4000>;
2069 bus-frequency = <0>;
2071 // Temporary -- will go away once kernel uses ranges for get_immrbase().
2072 - reg = <fa200000 4000>;
2073 + reg = <0xfa200000 0x4000>;
2076 compatible = "fsl,mpc885-fec-mdio", "fsl,pq1-fec-mdio";
2078 + reg = <0xe00 0x188>;
2079 #address-cells = <1>;
2082 PHY0: ethernet-phy@0 {
2085 device_type = "ethernet-phy";
2088 PHY1: ethernet-phy@1 {
2091 device_type = "ethernet-phy";
2095 device_type = "network";
2096 compatible = "fsl,mpc885-fec-enet",
2099 + reg = <0xe00 0x188>;
2100 local-mac-address = [ 00 00 00 00 00 00 ];
2102 interrupt-parent = <&PIC>;
2104 device_type = "network";
2105 compatible = "fsl,mpc885-fec-enet",
2108 + reg = <0x1e00 0x188>;
2109 local-mac-address = [ 00 00 00 00 00 00 ];
2111 interrupt-parent = <&PIC>;
2113 PIC: interrupt-controller@0 {
2114 interrupt-controller;
2115 #interrupt-cells = <2>;
2118 compatible = "fsl,mpc885-pic", "fsl,pq1-pic";
2121 @@ -130,29 +131,29 @@
2123 compatible = "fsl,pq-pcmcia";
2124 device_type = "pcmcia";
2126 + reg = <0x80 0x80>;
2127 interrupt-parent = <&PIC>;
2128 - interrupts = <d 1>;
2129 + interrupts = <13 1>;
2133 #address-cells = <1>;
2135 compatible = "fsl,mpc885-cpm", "fsl,cpm1";
2136 - command-proc = <9c0>;
2137 + command-proc = <0x9c0>;
2138 interrupts = <0>; // cpm error interrupt
2139 interrupt-parent = <&CPM_PIC>;
2141 + reg = <0x9c0 0x40>;
2145 #address-cells = <1>;
2147 - ranges = <0 2000 2000>;
2148 + ranges = <0x0 0x2000 0x2000>;
2151 compatible = "fsl,cpm-muram-data";
2153 + reg = <0x0 0x1c00>;
2158 compatible = "fsl,mpc885-brg",
2162 + reg = <0x9f0 0x10>;
2165 CPM_PIC: interrupt-controller@930 {
2167 #interrupt-cells = <1>;
2168 interrupts = <5 2 0 2>;
2169 interrupt-parent = <&PIC>;
2171 + reg = <0x930 0x20>;
2172 compatible = "fsl,mpc885-cpm-pic",
2175 @@ -178,11 +179,11 @@
2176 device_type = "serial";
2177 compatible = "fsl,mpc885-smc-uart",
2178 "fsl,cpm1-smc-uart";
2179 - reg = <a80 10 3e80 40>;
2180 + reg = <0xa80 0x10 0x3e80 0x40>;
2182 interrupt-parent = <&CPM_PIC>;
2184 - fsl,cpm-command = <0090>;
2185 + fsl,cpm-command = <0x90>;
2186 linux,planetcore-label = "SMC1";
2189 @@ -191,11 +192,11 @@
2190 device_type = "serial";
2191 compatible = "fsl,mpc885-scc-uart",
2192 "fsl,cpm1-scc-uart";
2193 - reg = <a20 20 3d00 80>;
2194 - interrupts = <1d>;
2195 + reg = <0xa20 0x20 0x3d00 0x80>;
2196 + interrupts = <29>;
2197 interrupt-parent = <&CPM_PIC>;
2199 - fsl,cpm-command = <0040>;
2200 + fsl,cpm-command = <0x40>;
2201 linux,planetcore-label = "SCC2";
2206 compatible = "fsl,mpc885-usb",
2208 - reg = <a00 18 1c00 80>;
2209 + reg = <0xa00 0x18 0x1c00 0x80>;
2210 interrupt-parent = <&CPM_PIC>;
2211 - interrupts = <1e>;
2212 + interrupts = <30>;
2213 fsl,cpm-command = <0000>;
2217 +++ b/arch/powerpc/boot/dts/glacier.dts
2220 + * Device Tree Source for AMCC Glacier (460GT)
2222 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
2224 + * This file is licensed under the terms of the GNU General Public
2225 + * License version 2. This program is licensed "as is" without
2226 + * any warranty of any kind, whether express or implied.
2230 + #address-cells = <2>;
2231 + #size-cells = <1>;
2232 + model = "amcc,glacier";
2233 + compatible = "amcc,glacier", "amcc,canyonlands";
2234 + dcr-parent = <&/cpus/cpu@0>;
2237 + ethernet0 = &EMAC0;
2238 + ethernet1 = &EMAC1;
2239 + ethernet2 = &EMAC2;
2240 + ethernet3 = &EMAC3;
2246 + #address-cells = <1>;
2247 + #size-cells = <0>;
2250 + device_type = "cpu";
2251 + model = "PowerPC,460GT";
2253 + clock-frequency = <0>; /* Filled in by U-Boot */
2254 + timebase-frequency = <0>; /* Filled in by U-Boot */
2255 + i-cache-line-size = <20>;
2256 + d-cache-line-size = <20>;
2257 + i-cache-size = <8000>;
2258 + d-cache-size = <8000>;
2260 + dcr-access-method = "native";
2265 + device_type = "memory";
2266 + reg = <0 0 0>; /* Filled in by U-Boot */
2269 + UIC0: interrupt-controller0 {
2270 + compatible = "ibm,uic-460gt","ibm,uic";
2271 + interrupt-controller;
2273 + dcr-reg = <0c0 009>;
2274 + #address-cells = <0>;
2275 + #size-cells = <0>;
2276 + #interrupt-cells = <2>;
2279 + UIC1: interrupt-controller1 {
2280 + compatible = "ibm,uic-460gt","ibm,uic";
2281 + interrupt-controller;
2283 + dcr-reg = <0d0 009>;
2284 + #address-cells = <0>;
2285 + #size-cells = <0>;
2286 + #interrupt-cells = <2>;
2287 + interrupts = <1e 4 1f 4>; /* cascade */
2288 + interrupt-parent = <&UIC0>;
2291 + UIC2: interrupt-controller2 {
2292 + compatible = "ibm,uic-460gt","ibm,uic";
2293 + interrupt-controller;
2295 + dcr-reg = <0e0 009>;
2296 + #address-cells = <0>;
2297 + #size-cells = <0>;
2298 + #interrupt-cells = <2>;
2299 + interrupts = <a 4 b 4>; /* cascade */
2300 + interrupt-parent = <&UIC0>;
2303 + UIC3: interrupt-controller3 {
2304 + compatible = "ibm,uic-460gt","ibm,uic";
2305 + interrupt-controller;
2307 + dcr-reg = <0f0 009>;
2308 + #address-cells = <0>;
2309 + #size-cells = <0>;
2310 + #interrupt-cells = <2>;
2311 + interrupts = <10 4 11 4>; /* cascade */
2312 + interrupt-parent = <&UIC0>;
2316 + compatible = "ibm,sdr-460gt";
2317 + dcr-reg = <00e 002>;
2321 + compatible = "ibm,cpr-460gt";
2322 + dcr-reg = <00c 002>;
2326 + compatible = "ibm,plb-460gt", "ibm,plb4";
2327 + #address-cells = <2>;
2328 + #size-cells = <1>;
2330 + clock-frequency = <0>; /* Filled in by U-Boot */
2333 + compatible = "ibm,sdram-460gt", "ibm,sdram-405gp";
2334 + dcr-reg = <010 2>;
2338 + compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
2339 + dcr-reg = <180 62>;
2340 + num-tx-chans = <4>;
2341 + num-rx-chans = <20>;
2342 + #address-cells = <0>;
2343 + #size-cells = <0>;
2344 + interrupt-parent = <&UIC2>;
2345 + interrupts = < /*TXEOB*/ 6 4
2350 + desc-base-addr-high = <8>;
2354 + compatible = "ibm,opb-460gt", "ibm,opb";
2355 + #address-cells = <1>;
2356 + #size-cells = <1>;
2357 + ranges = <b0000000 4 b0000000 50000000>;
2358 + clock-frequency = <0>; /* Filled in by U-Boot */
2361 + compatible = "ibm,ebc-460gt", "ibm,ebc";
2362 + dcr-reg = <012 2>;
2363 + #address-cells = <2>;
2364 + #size-cells = <1>;
2365 + clock-frequency = <0>; /* Filled in by U-Boot */
2366 + interrupts = <6 4>;
2367 + interrupt-parent = <&UIC1>;
2370 + UART0: serial@ef600300 {
2371 + device_type = "serial";
2372 + compatible = "ns16550";
2373 + reg = <ef600300 8>;
2374 + virtual-reg = <ef600300>;
2375 + clock-frequency = <0>; /* Filled in by U-Boot */
2376 + current-speed = <0>; /* Filled in by U-Boot */
2377 + interrupt-parent = <&UIC1>;
2378 + interrupts = <1 4>;
2381 + UART1: serial@ef600400 {
2382 + device_type = "serial";
2383 + compatible = "ns16550";
2384 + reg = <ef600400 8>;
2385 + virtual-reg = <ef600400>;
2386 + clock-frequency = <0>; /* Filled in by U-Boot */
2387 + current-speed = <0>; /* Filled in by U-Boot */
2388 + interrupt-parent = <&UIC0>;
2389 + interrupts = <1 4>;
2392 + UART2: serial@ef600500 {
2393 + device_type = "serial";
2394 + compatible = "ns16550";
2395 + reg = <ef600500 8>;
2396 + virtual-reg = <ef600500>;
2397 + clock-frequency = <0>; /* Filled in by U-Boot */
2398 + current-speed = <0>; /* Filled in by U-Boot */
2399 + interrupt-parent = <&UIC1>;
2400 + interrupts = <1d 4>;
2403 + UART3: serial@ef600600 {
2404 + device_type = "serial";
2405 + compatible = "ns16550";
2406 + reg = <ef600600 8>;
2407 + virtual-reg = <ef600600>;
2408 + clock-frequency = <0>; /* Filled in by U-Boot */
2409 + current-speed = <0>; /* Filled in by U-Boot */
2410 + interrupt-parent = <&UIC1>;
2411 + interrupts = <1e 4>;
2414 + IIC0: i2c@ef600700 {
2415 + compatible = "ibm,iic-460gt", "ibm,iic";
2416 + reg = <ef600700 14>;
2417 + interrupt-parent = <&UIC0>;
2418 + interrupts = <2 4>;
2421 + IIC1: i2c@ef600800 {
2422 + compatible = "ibm,iic-460gt", "ibm,iic";
2423 + reg = <ef600800 14>;
2424 + interrupt-parent = <&UIC0>;
2425 + interrupts = <3 4>;
2428 + ZMII0: emac-zmii@ef600d00 {
2429 + compatible = "ibm,zmii-460gt", "ibm,zmii";
2430 + reg = <ef600d00 c>;
2433 + RGMII0: emac-rgmii@ef601500 {
2434 + compatible = "ibm,rgmii-460gt", "ibm,rgmii";
2435 + reg = <ef601500 8>;
2439 + RGMII1: emac-rgmii@ef601600 {
2440 + compatible = "ibm,rgmii-460gt", "ibm,rgmii";
2441 + reg = <ef601600 8>;
2445 + TAH0: emac-tah@ef601350 {
2446 + compatible = "ibm,tah-460gt", "ibm,tah";
2447 + reg = <ef601350 30>;
2450 + TAH1: emac-tah@ef601450 {
2451 + compatible = "ibm,tah-460gt", "ibm,tah";
2452 + reg = <ef601450 30>;
2455 + EMAC0: ethernet@ef600e00 {
2456 + device_type = "network";
2457 + compatible = "ibm,emac-460gt", "ibm,emac4";
2458 + interrupt-parent = <&EMAC0>;
2459 + interrupts = <0 1>;
2460 + #interrupt-cells = <1>;
2461 + #address-cells = <0>;
2462 + #size-cells = <0>;
2463 + interrupt-map = </*Status*/ 0 &UIC2 10 4
2464 + /*Wake*/ 1 &UIC2 14 4>;
2465 + reg = <ef600e00 70>;
2466 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
2467 + mal-device = <&MAL0>;
2468 + mal-tx-channel = <0>;
2469 + mal-rx-channel = <0>;
2471 + max-frame-size = <2328>;
2472 + rx-fifo-size = <1000>;
2473 + tx-fifo-size = <800>;
2474 + phy-mode = "rgmii";
2475 + phy-map = <00000000>;
2476 + rgmii-device = <&RGMII0>;
2477 + rgmii-channel = <0>;
2478 + tah-device = <&TAH0>;
2479 + tah-channel = <0>;
2480 + has-inverted-stacr-oc;
2481 + has-new-stacr-staopc;
2484 + EMAC1: ethernet@ef600f00 {
2485 + device_type = "network";
2486 + compatible = "ibm,emac-460gt", "ibm,emac4";
2487 + interrupt-parent = <&EMAC1>;
2488 + interrupts = <0 1>;
2489 + #interrupt-cells = <1>;
2490 + #address-cells = <0>;
2491 + #size-cells = <0>;
2492 + interrupt-map = </*Status*/ 0 &UIC2 11 4
2493 + /*Wake*/ 1 &UIC2 15 4>;
2494 + reg = <ef600f00 70>;
2495 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
2496 + mal-device = <&MAL0>;
2497 + mal-tx-channel = <1>;
2498 + mal-rx-channel = <8>;
2500 + max-frame-size = <2328>;
2501 + rx-fifo-size = <1000>;
2502 + tx-fifo-size = <800>;
2503 + phy-mode = "rgmii";
2504 + phy-map = <00000000>;
2505 + rgmii-device = <&RGMII0>;
2506 + rgmii-channel = <1>;
2507 + tah-device = <&TAH1>;
2508 + tah-channel = <1>;
2509 + has-inverted-stacr-oc;
2510 + has-new-stacr-staopc;
2511 + mdio-device = <&EMAC0>;
2514 + EMAC2: ethernet@ef601100 {
2515 + device_type = "network";
2516 + compatible = "ibm,emac-460gt", "ibm,emac4";
2517 + interrupt-parent = <&EMAC2>;
2518 + interrupts = <0 1>;
2519 + #interrupt-cells = <1>;
2520 + #address-cells = <0>;
2521 + #size-cells = <0>;
2522 + interrupt-map = </*Status*/ 0 &UIC2 12 4
2523 + /*Wake*/ 1 &UIC2 16 4>;
2524 + reg = <ef601100 70>;
2525 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
2526 + mal-device = <&MAL0>;
2527 + mal-tx-channel = <2>;
2528 + mal-rx-channel = <10>;
2530 + max-frame-size = <2328>;
2531 + rx-fifo-size = <1000>;
2532 + tx-fifo-size = <800>;
2533 + phy-mode = "rgmii";
2534 + phy-map = <00000000>;
2535 + rgmii-device = <&RGMII1>;
2536 + rgmii-channel = <0>;
2537 + has-inverted-stacr-oc;
2538 + has-new-stacr-staopc;
2539 + mdio-device = <&EMAC0>;
2542 + EMAC3: ethernet@ef601200 {
2543 + device_type = "network";
2544 + compatible = "ibm,emac-460gt", "ibm,emac4";
2545 + interrupt-parent = <&EMAC3>;
2546 + interrupts = <0 1>;
2547 + #interrupt-cells = <1>;
2548 + #address-cells = <0>;
2549 + #size-cells = <0>;
2550 + interrupt-map = </*Status*/ 0 &UIC2 13 4
2551 + /*Wake*/ 1 &UIC2 17 4>;
2552 + reg = <ef601200 70>;
2553 + local-mac-address = [000000000000]; /* Filled in by U-Boot */
2554 + mal-device = <&MAL0>;
2555 + mal-tx-channel = <3>;
2556 + mal-rx-channel = <18>;
2558 + max-frame-size = <2328>;
2559 + rx-fifo-size = <1000>;
2560 + tx-fifo-size = <800>;
2561 + phy-mode = "rgmii";
2562 + phy-map = <00000000>;
2563 + rgmii-device = <&RGMII1>;
2564 + rgmii-channel = <1>;
2565 + has-inverted-stacr-oc;
2566 + has-new-stacr-staopc;
2567 + mdio-device = <&EMAC0>;
2571 + PCIX0: pci@c0ec00000 {
2572 + device_type = "pci";
2573 + #interrupt-cells = <1>;
2574 + #size-cells = <2>;
2575 + #address-cells = <3>;
2576 + compatible = "ibm,plb-pcix-460gt", "ibm,plb-pcix";
2578 + large-inbound-windows;
2580 + reg = <c 0ec00000 8 /* Config space access */
2581 + 0 0 0 /* no IACK cycles */
2582 + c 0ed00000 4 /* Special cycles */
2583 + c 0ec80000 100 /* Internal registers */
2584 + c 0ec80100 fc>; /* Internal messaging registers */
2586 + /* Outbound ranges, one memory and one IO,
2587 + * later cannot be changed
2589 + ranges = <02000000 0 80000000 0000000d 80000000 0 80000000
2590 + 01000000 0 00000000 0000000c 08000000 0 00010000>;
2592 + /* Inbound 2GB range starting at 0 */
2593 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
2595 + /* This drives busses 0 to 0x3f */
2596 + bus-range = <0 3f>;
2598 + /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */
2599 + interrupt-map-mask = <0000 0 0 0>;
2600 + interrupt-map = < 0000 0 0 0 &UIC1 0 8 >;
2603 + PCIE0: pciex@d00000000 {
2604 + device_type = "pci";
2605 + #interrupt-cells = <1>;
2606 + #size-cells = <2>;
2607 + #address-cells = <3>;
2608 + compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
2610 + port = <0>; /* port number */
2611 + reg = <d 00000000 20000000 /* Config space access */
2612 + c 08010000 00001000>; /* Registers */
2613 + dcr-reg = <100 020>;
2616 + /* Outbound ranges, one memory and one IO,
2617 + * later cannot be changed
2619 + ranges = <02000000 0 80000000 0000000e 00000000 0 80000000
2620 + 01000000 0 00000000 0000000f 80000000 0 00010000>;
2622 + /* Inbound 2GB range starting at 0 */
2623 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
2625 + /* This drives busses 40 to 0x7f */
2626 + bus-range = <40 7f>;
2628 + /* Legacy interrupts (note the weird polarity, the bridge seems
2629 + * to invert PCIe legacy interrupts).
2630 + * We are de-swizzling here because the numbers are actually for
2631 + * port of the root complex virtual P2P bridge. But I want
2632 + * to avoid putting a node for it in the tree, so the numbers
2633 + * below are basically de-swizzled numbers.
2634 + * The real slot is on idsel 0, so the swizzling is 1:1
2636 + interrupt-map-mask = <0000 0 0 7>;
2638 + 0000 0 0 1 &UIC3 c 4 /* swizzled int A */
2639 + 0000 0 0 2 &UIC3 d 4 /* swizzled int B */
2640 + 0000 0 0 3 &UIC3 e 4 /* swizzled int C */
2641 + 0000 0 0 4 &UIC3 f 4 /* swizzled int D */>;
2644 + PCIE1: pciex@d20000000 {
2645 + device_type = "pci";
2646 + #interrupt-cells = <1>;
2647 + #size-cells = <2>;
2648 + #address-cells = <3>;
2649 + compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
2651 + port = <1>; /* port number */
2652 + reg = <d 20000000 20000000 /* Config space access */
2653 + c 08011000 00001000>; /* Registers */
2654 + dcr-reg = <120 020>;
2657 + /* Outbound ranges, one memory and one IO,
2658 + * later cannot be changed
2660 + ranges = <02000000 0 80000000 0000000e 80000000 0 80000000
2661 + 01000000 0 00000000 0000000f 80010000 0 00010000>;
2663 + /* Inbound 2GB range starting at 0 */
2664 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
2666 + /* This drives busses 80 to 0xbf */
2667 + bus-range = <80 bf>;
2669 + /* Legacy interrupts (note the weird polarity, the bridge seems
2670 + * to invert PCIe legacy interrupts).
2671 + * We are de-swizzling here because the numbers are actually for
2672 + * port of the root complex virtual P2P bridge. But I want
2673 + * to avoid putting a node for it in the tree, so the numbers
2674 + * below are basically de-swizzled numbers.
2675 + * The real slot is on idsel 0, so the swizzling is 1:1
2677 + interrupt-map-mask = <0000 0 0 7>;
2679 + 0000 0 0 1 &UIC3 10 4 /* swizzled int A */
2680 + 0000 0 0 2 &UIC3 11 4 /* swizzled int B */
2681 + 0000 0 0 3 &UIC3 12 4 /* swizzled int C */
2682 + 0000 0 0 4 &UIC3 13 4 /* swizzled int D */>;
2686 --- a/arch/powerpc/boot/dts/haleakala.dts
2687 +++ b/arch/powerpc/boot/dts/haleakala.dts
2689 #address-cells = <1>;
2691 model = "amcc,haleakala";
2692 - compatible = "amcc,kilauea";
2693 + compatible = "amcc,haleakala", "amcc,kilauea";
2694 dcr-parent = <&/cpus/cpu@0>;
2698 mal-tx-channel = <0>;
2699 mal-rx-channel = <0>;
2701 - max-frame-size = <5dc>;
2702 + max-frame-size = <2328>;
2703 rx-fifo-size = <1000>;
2704 tx-fifo-size = <800>;
2706 --- a/arch/powerpc/boot/dts/katmai.dts
2707 +++ b/arch/powerpc/boot/dts/katmai.dts
2709 mal-tx-channel = <0>;
2710 mal-rx-channel = <0>;
2712 - max-frame-size = <5dc>;
2713 + max-frame-size = <2328>;
2714 rx-fifo-size = <1000>;
2715 tx-fifo-size = <800>;
2717 --- a/arch/powerpc/boot/dts/kilauea.dts
2718 +++ b/arch/powerpc/boot/dts/kilauea.dts
2720 mal-tx-channel = <0>;
2721 mal-rx-channel = <0>;
2723 - max-frame-size = <5dc>;
2724 + max-frame-size = <2328>;
2725 rx-fifo-size = <1000>;
2726 tx-fifo-size = <800>;
2729 mal-tx-channel = <1>;
2730 mal-rx-channel = <1>;
2732 - max-frame-size = <5dc>;
2733 + max-frame-size = <2328>;
2734 rx-fifo-size = <1000>;
2735 tx-fifo-size = <800>;
2738 +++ b/arch/powerpc/boot/dts/ksi8560.dts
2741 + * Device Tree Source for Emerson KSI8560
2743 + * Author: Alexandr Smirnov <asmirnov@ru.mvista.com>
2745 + * Based on mpc8560ads.dts
2747 + * 2008 (c) MontaVista, Software, Inc. This file is licensed under
2748 + * the terms of the GNU General Public License version 2. This program
2749 + * is licensed "as is" without any warranty of any kind, whether express
2757 + model = "KSI8560";
2758 + compatible = "emerson,KSI8560";
2759 + #address-cells = <1>;
2760 + #size-cells = <1>;
2763 + ethernet0 = &enet0;
2764 + ethernet1 = &enet1;
2765 + ethernet2 = &enet2;
2769 + #address-cells = <1>;
2770 + #size-cells = <0>;
2773 + device_type = "cpu";
2775 + d-cache-line-size = <32>;
2776 + i-cache-line-size = <32>;
2777 + d-cache-size = <0x8000>; /* L1, 32K */
2778 + i-cache-size = <0x8000>; /* L1, 32K */
2779 + timebase-frequency = <0>; /* From U-boot */
2780 + bus-frequency = <0>; /* From U-boot */
2781 + clock-frequency = <0>; /* From U-boot */
2786 + device_type = "memory";
2787 + reg = <0x00000000 0x10000000>; /* Fixed by bootwrapper */
2791 + #address-cells = <1>;
2792 + #size-cells = <1>;
2793 + device_type = "soc";
2794 + ranges = <0x00000000 0xfdf00000 0x00100000>;
2795 + bus-frequency = <0>; /* Fixed by bootwrapper */
2797 + memory-controller@2000 {
2798 + compatible = "fsl,8540-memory-controller";
2799 + reg = <0x2000 0x1000>;
2800 + interrupt-parent = <&MPIC>;
2801 + interrupts = <0x12 0x2>;
2804 + l2-cache-controller@20000 {
2805 + compatible = "fsl,8540-l2-cache-controller";
2806 + reg = <0x20000 0x1000>;
2807 + cache-line-size = <0x20>; /* 32 bytes */
2808 + cache-size = <0x40000>; /* L2, 256K */
2809 + interrupt-parent = <&MPIC>;
2810 + interrupts = <0x10 0x2>;
2814 + #address-cells = <1>;
2815 + #size-cells = <0>;
2817 + compatible = "fsl-i2c";
2818 + reg = <0x3000 0x100>;
2819 + interrupts = <0x2b 0x2>;
2820 + interrupt-parent = <&MPIC>;
2824 + mdio@24520 { /* For TSECs */
2825 + #address-cells = <1>;
2826 + #size-cells = <0>;
2827 + compatible = "fsl,gianfar-mdio";
2828 + reg = <0x24520 0x20>;
2830 + PHY1: ethernet-phy@1 {
2831 + interrupt-parent = <&MPIC>;
2833 + device_type = "ethernet-phy";
2836 + PHY2: ethernet-phy@2 {
2837 + interrupt-parent = <&MPIC>;
2839 + device_type = "ethernet-phy";
2843 + enet0: ethernet@24000 {
2844 + device_type = "network";
2846 + compatible = "gianfar";
2847 + reg = <0x24000 0x1000>;
2848 + /* Mac address filled in by bootwrapper */
2849 + local-mac-address = [ 00 00 00 00 00 00 ];
2850 + interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>;
2851 + interrupt-parent = <&MPIC>;
2852 + phy-handle = <&PHY1>;
2855 + enet1: ethernet@25000 {
2856 + device_type = "network";
2858 + compatible = "gianfar";
2859 + reg = <0x25000 0x1000>;
2860 + /* Mac address filled in by bootwrapper */
2861 + local-mac-address = [ 00 00 00 00 00 00 ];
2862 + interrupts = <0x23 0x2 0x24 0x2 0x28 0x2>;
2863 + interrupt-parent = <&MPIC>;
2864 + phy-handle = <&PHY2>;
2868 + #address-cells = <0>;
2869 + #interrupt-cells = <2>;
2870 + interrupt-controller;
2871 + reg = <0x40000 0x40000>;
2872 + device_type = "open-pic";
2876 + #address-cells = <1>;
2877 + #size-cells = <1>;
2878 + compatible = "fsl,mpc8560-cpm", "fsl,cpm2";
2879 + reg = <0x919c0 0x30>;
2883 + #address-cells = <1>;
2884 + #size-cells = <1>;
2885 + ranges = <0x0 0x80000 0x10000>;
2888 + compatible = "fsl,cpm-muram-data";
2889 + reg = <0x0 0x4000 0x9000 0x2000>;
2894 + compatible = "fsl,mpc8560-brg",
2897 + reg = <0x919f0 0x10 0x915f0 0x10>;
2898 + clock-frequency = <165000000>; /* 166MHz */
2901 + CPMPIC: pic@90c00 {
2902 + #address-cells = <0>;
2903 + #interrupt-cells = <2>;
2904 + interrupt-controller;
2905 + interrupts = <0x2e 0x2>;
2906 + interrupt-parent = <&MPIC>;
2907 + reg = <0x90c00 0x80>;
2908 + compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
2912 + device_type = "serial";
2913 + compatible = "fsl,mpc8560-scc-uart",
2914 + "fsl,cpm2-scc-uart";
2915 + reg = <0x91a00 0x20 0x88000 0x100>;
2916 + fsl,cpm-brg = <1>;
2917 + fsl,cpm-command = <0x800000>;
2918 + current-speed = <0x1c200>;
2919 + interrupts = <0x28 0x8>;
2920 + interrupt-parent = <&CPMPIC>;
2924 + device_type = "serial";
2925 + compatible = "fsl,mpc8560-scc-uart",
2926 + "fsl,cpm2-scc-uart";
2927 + reg = <0x91a20 0x20 0x88100 0x100>;
2928 + fsl,cpm-brg = <2>;
2929 + fsl,cpm-command = <0x4a00000>;
2930 + current-speed = <0x1c200>;
2931 + interrupts = <0x29 0x8>;
2932 + interrupt-parent = <&CPMPIC>;
2935 + mdio@90d00 { /* For FCCs */
2936 + #address-cells = <1>;
2937 + #size-cells = <0>;
2938 + compatible = "fsl,cpm2-mdio-bitbang";
2939 + reg = <0x90d00 0x14>;
2940 + fsl,mdio-pin = <24>;
2941 + fsl,mdc-pin = <25>;
2943 + PHY0: ethernet-phy@0 {
2944 + interrupt-parent = <&MPIC>;
2946 + device_type = "ethernet-phy";
2950 + enet2: ethernet@91300 {
2951 + device_type = "network";
2952 + compatible = "fsl,mpc8560-fcc-enet",
2953 + "fsl,cpm2-fcc-enet";
2954 + reg = <0x91300 0x20 0x88400 0x100 0x91390 0x1>;
2955 + /* Mac address filled in by bootwrapper */
2956 + local-mac-address = [ 00 00 00 00 00 00 ];
2957 + fsl,cpm-command = <0x12000300>;
2958 + interrupts = <0x20 0x8>;
2959 + interrupt-parent = <&CPMPIC>;
2960 + phy-handle = <&PHY0>;
2965 + localbus@fdf05000 {
2966 + #address-cells = <2>;
2967 + #size-cells = <1>;
2968 + compatible = "fsl,mpc8560-localbus";
2969 + reg = <0xfdf05000 0x68>;
2971 + ranges = <0x0 0x0 0xe0000000 0x00800000
2972 + 0x4 0x0 0xe8080000 0x00080000>;
2975 + #address-cells = <1>;
2976 + #size-cells = <1>;
2977 + compatible = "jedec-flash";
2978 + reg = <0x0 0x0 0x800000>;
2979 + bank-width = <0x2>;
2982 + label = "Primary Kernel";
2983 + reg = <0x0 0x180000>;
2985 + partition@180000 {
2986 + label = "Primary Filesystem";
2987 + reg = <0x180000 0x580000>;
2989 + partition@700000 {
2990 + label = "Monitor";
2991 + reg = <0x300000 0x100000>;
2997 + compatible = "emerson,KSI8560-cpld";
2998 + reg = <0x4 0x0 0x80000>;
3004 + linux,stdout-path = "/soc/cpm/serial@91a00";
3007 --- a/arch/powerpc/boot/dts/kuroboxHD.dts
3008 +++ b/arch/powerpc/boot/dts/kuroboxHD.dts
3010 * Based on sandpoint.dts
3012 * 2006 (c) G. Liakhovetski <g.liakhovetski@gmx.de>
3013 + * Copyright 2008 Freescale Semiconductor, Inc.
3015 * This file is licensed under
3016 * the terms of the GNU General Public License version 2. This program
3017 @@ -17,6 +18,8 @@ XXXX add flash parts, rtc, ??
3024 model = "KuroboxHD";
3025 compatible = "linkstation";
3026 @@ -35,19 +38,19 @@ XXXX add flash parts, rtc, ??
3028 PowerPC,603e { /* Really 8241 */
3029 device_type = "cpu";
3031 - clock-frequency = <bebc200>; /* Fixed by bootloader */
3032 - timebase-frequency = <1743000>; /* Fixed by bootloader */
3034 + clock-frequency = <200000000>; /* Fixed by bootloader */
3035 + timebase-frequency = <24391680>; /* Fixed by bootloader */
3036 bus-frequency = <0>; /* Fixed by bootloader */
3037 /* Following required by dtc but not used */
3038 - i-cache-size = <4000>;
3039 - d-cache-size = <4000>;
3040 + i-cache-size = <0x4000>;
3041 + d-cache-size = <0x4000>;
3046 device_type = "memory";
3047 - reg = <00000000 04000000>;
3048 + reg = <0x0 0x4000000>;
3051 soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */
3052 @@ -56,26 +59,26 @@ XXXX add flash parts, rtc, ??
3053 device_type = "soc";
3054 compatible = "mpc10x";
3055 store-gathering = <0>; /* 0 == off, !0 == on */
3056 - reg = <80000000 00100000>;
3057 - ranges = <80000000 80000000 70000000 /* pci mem space */
3058 - fc000000 fc000000 00100000 /* EUMB */
3059 - fe000000 fe000000 00c00000 /* pci i/o space */
3060 - fec00000 fec00000 00300000 /* pci cfg regs */
3061 - fef00000 fef00000 00100000>; /* pci iack */
3062 + reg = <0x80000000 0x100000>;
3063 + ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
3064 + 0xfc000000 0xfc000000 0x100000 /* EUMB */
3065 + 0xfe000000 0xfe000000 0xc00000 /* pci i/o space */
3066 + 0xfec00000 0xfec00000 0x300000 /* pci cfg regs */
3067 + 0xfef00000 0xfef00000 0x100000>; /* pci iack */
3070 #address-cells = <1>;
3073 compatible = "fsl-i2c";
3074 - reg = <80003000 1000>;
3075 + reg = <0x80003000 0x1000>;
3077 interrupt-parent = <&mpic>;
3080 device_type = "rtc";
3081 compatible = "ricoh,rs5c372a";
3087 @@ -83,9 +86,9 @@ XXXX add flash parts, rtc, ??
3089 device_type = "serial";
3090 compatible = "ns16550";
3091 - reg = <80004500 8>;
3092 - clock-frequency = <5d08d88>;
3093 - current-speed = <2580>;
3094 + reg = <0x80004500 0x8>;
3095 + clock-frequency = <97553800>;
3096 + current-speed = <9600>;
3098 interrupt-parent = <&mpic>;
3100 @@ -94,10 +97,10 @@ XXXX add flash parts, rtc, ??
3102 device_type = "serial";
3103 compatible = "ns16550";
3104 - reg = <80004600 8>;
3105 - clock-frequency = <5d08d88>;
3106 - current-speed = <e100>;
3107 - interrupts = <a 0>;
3108 + reg = <0x80004600 0x8>;
3109 + clock-frequency = <97553800>;
3110 + current-speed = <57600>;
3111 + interrupts = <10 0>;
3112 interrupt-parent = <&mpic>;
3115 @@ -107,7 +110,7 @@ XXXX add flash parts, rtc, ??
3116 device_type = "open-pic";
3117 compatible = "chrp,open-pic";
3118 interrupt-controller;
3119 - reg = <80040000 40000>;
3120 + reg = <0x80040000 0x40000>;
3123 pci0: pci@fec00000 {
3124 @@ -116,29 +119,29 @@ XXXX add flash parts, rtc, ??
3125 #interrupt-cells = <1>;
3126 device_type = "pci";
3127 compatible = "mpc10x-pci";
3128 - reg = <fec00000 400000>;
3129 - ranges = <01000000 0 0 fe000000 0 00c00000
3130 - 02000000 0 80000000 80000000 0 70000000>;
3131 - bus-range = <0 ff>;
3132 - clock-frequency = <7f28155>;
3133 + reg = <0xfec00000 0x400000>;
3134 + ranges = <0x1000000 0x0 0x0 0xfe000000 0x0 0xc00000
3135 + 0x2000000 0x0 0x80000000 0x80000000 0x0 0x70000000>;
3136 + bus-range = <0 255>;
3137 + clock-frequency = <133333333>;
3138 interrupt-parent = <&mpic>;
3139 - interrupt-map-mask = <f800 0 0 7>;
3140 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3142 /* IDSEL 11 - IRQ0 ETH */
3143 - 5800 0 0 1 &mpic 0 1
3144 - 5800 0 0 2 &mpic 1 1
3145 - 5800 0 0 3 &mpic 2 1
3146 - 5800 0 0 4 &mpic 3 1
3147 + 0x5800 0x0 0x0 0x1 &mpic 0x0 0x1
3148 + 0x5800 0x0 0x0 0x2 &mpic 0x1 0x1
3149 + 0x5800 0x0 0x0 0x3 &mpic 0x2 0x1
3150 + 0x5800 0x0 0x0 0x4 &mpic 0x3 0x1
3151 /* IDSEL 12 - IRQ1 IDE0 */
3152 - 6000 0 0 1 &mpic 1 1
3153 - 6000 0 0 2 &mpic 2 1
3154 - 6000 0 0 3 &mpic 3 1
3155 - 6000 0 0 4 &mpic 0 1
3156 + 0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
3157 + 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
3158 + 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
3159 + 0x6000 0x0 0x0 0x4 &mpic 0x0 0x1
3160 /* IDSEL 14 - IRQ3 USB2.0 */
3161 - 7000 0 0 1 &mpic 3 1
3162 - 7000 0 0 2 &mpic 3 1
3163 - 7000 0 0 3 &mpic 3 1
3164 - 7000 0 0 4 &mpic 3 1
3165 + 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
3166 + 0x7000 0x0 0x0 0x2 &mpic 0x3 0x1
3167 + 0x7000 0x0 0x0 0x3 &mpic 0x3 0x1
3168 + 0x7000 0x0 0x0 0x4 &mpic 0x3 0x1
3172 --- a/arch/powerpc/boot/dts/kuroboxHG.dts
3173 +++ b/arch/powerpc/boot/dts/kuroboxHG.dts
3175 * Based on sandpoint.dts
3177 * 2006 (c) G. Liakhovetski <g.liakhovetski@gmx.de>
3178 + * Copyright 2008 Freescale Semiconductor, Inc.
3180 * This file is licensed under
3181 * the terms of the GNU General Public License version 2. This program
3182 @@ -17,6 +18,8 @@ XXXX add flash parts, rtc, ??
3189 model = "KuroboxHG";
3190 compatible = "linkstation";
3191 @@ -35,19 +38,19 @@ XXXX add flash parts, rtc, ??
3193 PowerPC,603e { /* Really 8241 */
3194 device_type = "cpu";
3196 - clock-frequency = <fdad680>; /* Fixed by bootloader */
3197 - timebase-frequency = <1F04000>; /* Fixed by bootloader */
3199 + clock-frequency = <266000000>; /* Fixed by bootloader */
3200 + timebase-frequency = <32522240>; /* Fixed by bootloader */
3201 bus-frequency = <0>; /* Fixed by bootloader */
3202 /* Following required by dtc but not used */
3203 - i-cache-size = <4000>;
3204 - d-cache-size = <4000>;
3205 + i-cache-size = <0x4000>;
3206 + d-cache-size = <0x4000>;
3211 device_type = "memory";
3212 - reg = <00000000 08000000>;
3213 + reg = <0x0 0x8000000>;
3216 soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */
3217 @@ -56,26 +59,26 @@ XXXX add flash parts, rtc, ??
3218 device_type = "soc";
3219 compatible = "mpc10x";
3220 store-gathering = <0>; /* 0 == off, !0 == on */
3221 - reg = <80000000 00100000>;
3222 - ranges = <80000000 80000000 70000000 /* pci mem space */
3223 - fc000000 fc000000 00100000 /* EUMB */
3224 - fe000000 fe000000 00c00000 /* pci i/o space */
3225 - fec00000 fec00000 00300000 /* pci cfg regs */
3226 - fef00000 fef00000 00100000>; /* pci iack */
3227 + reg = <0x80000000 0x100000>;
3228 + ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
3229 + 0xfc000000 0xfc000000 0x100000 /* EUMB */
3230 + 0xfe000000 0xfe000000 0xc00000 /* pci i/o space */
3231 + 0xfec00000 0xfec00000 0x300000 /* pci cfg regs */
3232 + 0xfef00000 0xfef00000 0x100000>; /* pci iack */
3235 #address-cells = <1>;
3238 compatible = "fsl-i2c";
3239 - reg = <80003000 1000>;
3240 + reg = <0x80003000 0x1000>;
3242 interrupt-parent = <&mpic>;
3245 device_type = "rtc";
3246 compatible = "ricoh,rs5c372a";
3252 @@ -83,9 +86,9 @@ XXXX add flash parts, rtc, ??
3254 device_type = "serial";
3255 compatible = "ns16550";
3256 - reg = <80004500 8>;
3257 - clock-frequency = <7c044a8>;
3258 - current-speed = <2580>;
3259 + reg = <0x80004500 0x8>;
3260 + clock-frequency = <130041000>;
3261 + current-speed = <9600>;
3263 interrupt-parent = <&mpic>;
3265 @@ -94,10 +97,10 @@ XXXX add flash parts, rtc, ??
3267 device_type = "serial";
3268 compatible = "ns16550";
3269 - reg = <80004600 8>;
3270 - clock-frequency = <7c044a8>;
3271 - current-speed = <e100>;
3272 - interrupts = <a 0>;
3273 + reg = <0x80004600 0x8>;
3274 + clock-frequency = <130041000>;
3275 + current-speed = <57600>;
3276 + interrupts = <10 0>;
3277 interrupt-parent = <&mpic>;
3280 @@ -107,7 +110,7 @@ XXXX add flash parts, rtc, ??
3281 device_type = "open-pic";
3282 compatible = "chrp,open-pic";
3283 interrupt-controller;
3284 - reg = <80040000 40000>;
3285 + reg = <0x80040000 0x40000>;
3288 pci0: pci@fec00000 {
3289 @@ -116,29 +119,29 @@ XXXX add flash parts, rtc, ??
3290 #interrupt-cells = <1>;
3291 device_type = "pci";
3292 compatible = "mpc10x-pci";
3293 - reg = <fec00000 400000>;
3294 - ranges = <01000000 0 0 fe000000 0 00c00000
3295 - 02000000 0 80000000 80000000 0 70000000>;
3296 - bus-range = <0 ff>;
3297 - clock-frequency = <7f28155>;
3298 + reg = <0xfec00000 0x400000>;
3299 + ranges = <0x1000000 0x0 0x0 0xfe000000 0x0 0xc00000
3300 + 0x2000000 0x0 0x80000000 0x80000000 0x0 0x70000000>;
3301 + bus-range = <0 255>;
3302 + clock-frequency = <133333333>;
3303 interrupt-parent = <&mpic>;
3304 - interrupt-map-mask = <f800 0 0 7>;
3305 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3307 /* IDSEL 11 - IRQ0 ETH */
3308 - 5800 0 0 1 &mpic 0 1
3309 - 5800 0 0 2 &mpic 1 1
3310 - 5800 0 0 3 &mpic 2 1
3311 - 5800 0 0 4 &mpic 3 1
3312 + 0x5800 0x0 0x0 0x1 &mpic 0x0 0x1
3313 + 0x5800 0x0 0x0 0x2 &mpic 0x1 0x1
3314 + 0x5800 0x0 0x0 0x3 &mpic 0x2 0x1
3315 + 0x5800 0x0 0x0 0x4 &mpic 0x3 0x1
3316 /* IDSEL 12 - IRQ1 IDE0 */
3317 - 6000 0 0 1 &mpic 1 1
3318 - 6000 0 0 2 &mpic 2 1
3319 - 6000 0 0 3 &mpic 3 1
3320 - 6000 0 0 4 &mpic 0 1
3321 + 0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
3322 + 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
3323 + 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
3324 + 0x6000 0x0 0x0 0x4 &mpic 0x0 0x1
3325 /* IDSEL 14 - IRQ3 USB2.0 */
3326 - 7000 0 0 1 &mpic 3 1
3327 - 7000 0 0 2 &mpic 3 1
3328 - 7000 0 0 3 &mpic 3 1
3329 - 7000 0 0 4 &mpic 3 1
3330 + 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
3331 + 0x7000 0x0 0x0 0x2 &mpic 0x3 0x1
3332 + 0x7000 0x0 0x0 0x3 &mpic 0x3 0x1
3333 + 0x7000 0x0 0x0 0x4 &mpic 0x3 0x1
3337 --- a/arch/powerpc/boot/dts/makalu.dts
3338 +++ b/arch/powerpc/boot/dts/makalu.dts
3340 mal-tx-channel = <0>;
3341 mal-rx-channel = <0>;
3343 - max-frame-size = <5dc>;
3344 + max-frame-size = <2328>;
3345 rx-fifo-size = <1000>;
3346 tx-fifo-size = <800>;
3349 mal-tx-channel = <1>;
3350 mal-rx-channel = <1>;
3352 - max-frame-size = <5dc>;
3353 + max-frame-size = <2328>;
3354 rx-fifo-size = <1000>;
3355 tx-fifo-size = <800>;
3357 --- a/arch/powerpc/boot/dts/mpc7448hpc2.dts
3358 +++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts
3361 * MPC7448HPC2 (Taiga) board Device Tree Source
3363 - * Copyright 2006 Freescale Semiconductor Inc.
3364 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
3365 * 2006 Roy Zang <Roy Zang at freescale.com>.
3367 * This program is free software; you can redistribute it and/or modify it
3369 * option) any later version.
3375 model = "mpc7448hpc2";
3379 device_type = "cpu";
3381 - d-cache-line-size = <20>; // 32 bytes
3382 - i-cache-line-size = <20>; // 32 bytes
3383 - d-cache-size = <8000>; // L1, 32K bytes
3384 - i-cache-size = <8000>; // L1, 32K bytes
3386 + d-cache-line-size = <32>; // 32 bytes
3387 + i-cache-line-size = <32>; // 32 bytes
3388 + d-cache-size = <0x8000>; // L1, 32K bytes
3389 + i-cache-size = <0x8000>; // L1, 32K bytes
3390 timebase-frequency = <0>; // 33 MHz, from uboot
3391 clock-frequency = <0>; // From U-Boot
3392 bus-frequency = <0>; // From U-Boot
3396 device_type = "memory";
3397 - reg = <00000000 20000000 // DDR2 512M at 0
3398 + reg = <0x0 0x20000000 // DDR2 512M at 0
3403 #address-cells = <1>;
3405 device_type = "tsi-bridge";
3406 - ranges = <00000000 c0000000 00010000>;
3407 - reg = <c0000000 00010000>;
3408 + ranges = <0x0 0xc0000000 0x10000>;
3409 + reg = <0xc0000000 0x10000>;
3410 bus-frequency = <0>;
3413 interrupt-parent = <&mpic>;
3414 - interrupts = <E 0>;
3416 + interrupts = <14 0>;
3417 + reg = <0x7000 0x400>;
3418 device_type = "i2c";
3419 compatible = "tsi108-i2c";
3423 device_type = "mdio";
3424 compatible = "tsi108-mdio";
3426 + reg = <0x6000 0x50>;
3427 #address-cells = <1>;
3430 phy8: ethernet-phy@8 {
3431 interrupt-parent = <&mpic>;
3437 phy9: ethernet-phy@9 {
3438 interrupt-parent = <&mpic>;
3447 device_type = "network";
3448 compatible = "tsi108-ethernet";
3450 + reg = <0x6000 0x200>;
3451 address = [ 00 06 D2 00 00 01 ];
3452 - interrupts = <10 2>;
3453 + interrupts = <16 2>;
3454 interrupt-parent = <&mpic>;
3455 mdio-handle = <&MDIO>;
3456 phy-handle = <&phy8>;
3459 device_type = "network";
3460 compatible = "tsi108-ethernet";
3462 + reg = <0x6400 0x200>;
3463 address = [ 00 06 D2 00 00 02 ];
3464 - interrupts = <11 2>;
3465 + interrupts = <17 2>;
3466 interrupt-parent = <&mpic>;
3467 mdio-handle = <&MDIO>;
3468 phy-handle = <&phy9>;
3469 @@ -107,18 +108,18 @@
3471 device_type = "serial";
3472 compatible = "ns16550";
3474 - clock-frequency = <3f6b5a00>;
3475 - interrupts = <c 0>;
3476 + reg = <0x7808 0x200>;
3477 + clock-frequency = <1064000000>;
3478 + interrupts = <12 0>;
3479 interrupt-parent = <&mpic>;
3483 device_type = "serial";
3484 compatible = "ns16550";
3486 - clock-frequency = <3f6b5a00>;
3487 - interrupts = <d 0>;
3488 + reg = <0x7c08 0x200>;
3489 + clock-frequency = <1064000000>;
3490 + interrupts = <13 0>;
3491 interrupt-parent = <&mpic>;
3495 interrupt-controller;
3496 #address-cells = <0>;
3497 #interrupt-cells = <2>;
3499 + reg = <0x7400 0x400>;
3500 compatible = "chrp,open-pic";
3501 device_type = "open-pic";
3503 @@ -138,39 +139,39 @@
3504 #interrupt-cells = <1>;
3506 #address-cells = <3>;
3507 - reg = <1000 1000>;
3508 + reg = <0x1000 0x1000>;
3510 - ranges = <02000000 0 e0000000 e0000000 0 1A000000
3511 - 01000000 0 00000000 fa000000 0 00010000>;
3512 - clock-frequency = <7f28154>;
3513 + ranges = <0x2000000 0x0 0xe0000000 0xe0000000 0x0 0x1a000000
3514 + 0x1000000 0x0 0x0 0xfa000000 0x0 0x10000>;
3515 + clock-frequency = <133333332>;
3516 interrupt-parent = <&mpic>;
3517 - interrupts = <17 2>;
3518 - interrupt-map-mask = <f800 0 0 7>;
3519 + interrupts = <23 2>;
3520 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3524 - 0800 0 0 1 &RT0 24 0
3525 - 0800 0 0 2 &RT0 25 0
3526 - 0800 0 0 3 &RT0 26 0
3527 - 0800 0 0 4 &RT0 27 0
3528 + 0x800 0x0 0x0 0x1 &RT0 0x24 0x0
3529 + 0x800 0x0 0x0 0x2 &RT0 0x25 0x0
3530 + 0x800 0x0 0x0 0x3 &RT0 0x26 0x0
3531 + 0x800 0x0 0x0 0x4 &RT0 0x27 0x0
3534 - 1000 0 0 1 &RT0 25 0
3535 - 1000 0 0 2 &RT0 26 0
3536 - 1000 0 0 3 &RT0 27 0
3537 - 1000 0 0 4 &RT0 24 0
3538 + 0x1000 0x0 0x0 0x1 &RT0 0x25 0x0
3539 + 0x1000 0x0 0x0 0x2 &RT0 0x26 0x0
3540 + 0x1000 0x0 0x0 0x3 &RT0 0x27 0x0
3541 + 0x1000 0x0 0x0 0x4 &RT0 0x24 0x0
3544 - 1800 0 0 1 &RT0 26 0
3545 - 1800 0 0 2 &RT0 27 0
3546 - 1800 0 0 3 &RT0 24 0
3547 - 1800 0 0 4 &RT0 25 0
3548 + 0x1800 0x0 0x0 0x1 &RT0 0x26 0x0
3549 + 0x1800 0x0 0x0 0x2 &RT0 0x27 0x0
3550 + 0x1800 0x0 0x0 0x3 &RT0 0x24 0x0
3551 + 0x1800 0x0 0x0 0x4 &RT0 0x25 0x0
3554 - 2000 0 0 1 &RT0 27 0
3555 - 2000 0 0 2 &RT0 24 0
3556 - 2000 0 0 3 &RT0 25 0
3557 - 2000 0 0 4 &RT0 26 0
3558 + 0x2000 0x0 0x0 0x1 &RT0 0x27 0x0
3559 + 0x2000 0x0 0x0 0x2 &RT0 0x24 0x0
3560 + 0x2000 0x0 0x0 0x3 &RT0 0x25 0x0
3561 + 0x2000 0x0 0x0 0x4 &RT0 0x26 0x0
3566 #address-cells = <0>;
3567 #interrupt-cells = <2>;
3569 - interrupts = <17 2>;
3570 + interrupts = <23 2>;
3571 interrupt-parent = <&mpic>;
3574 --- a/arch/powerpc/boot/dts/mpc8272ads.dts
3575 +++ b/arch/powerpc/boot/dts/mpc8272ads.dts
3578 * MPC8272 ADS Device Tree Source
3580 - * Copyright 2005 Freescale Semiconductor Inc.
3581 + * Copyright 2005,2008 Freescale Semiconductor Inc.
3583 * This program is free software; you can redistribute it and/or modify it
3584 * under the terms of the GNU General Public License as published by the
3586 * option) any later version.
3592 model = "MPC8272ADS";
3593 compatible = "fsl,mpc8272ads";
3597 device_type = "cpu";
3599 - d-cache-line-size = <d#32>;
3600 - i-cache-line-size = <d#32>;
3601 - d-cache-size = <d#16384>;
3602 - i-cache-size = <d#16384>;
3604 + d-cache-line-size = <32>;
3605 + i-cache-line-size = <32>;
3606 + d-cache-size = <16384>;
3607 + i-cache-size = <16384>;
3608 timebase-frequency = <0>;
3609 bus-frequency = <0>;
3610 clock-frequency = <0>;
3614 device_type = "memory";
3622 #address-cells = <2>;
3624 - reg = <f0010100 40>;
3625 + reg = <0xf0010100 0x40>;
3627 - ranges = <0 0 fe000000 02000000
3628 - 1 0 f4500000 00008000
3629 - 3 0 f8200000 00008000>;
3630 + ranges = <0x0 0x0 0xfe000000 0x2000000
3631 + 0x1 0x0 0xf4500000 0x8000
3632 + 0x3 0x0 0xf8200000 0x8000>;
3635 compatible = "jedec-flash";
3636 - reg = <0 0 2000000>;
3637 + reg = <0x0 0x0 0x2000000>;
3644 + reg = <0x1 0x0 0x20>;
3645 compatible = "fsl,mpc8272ads-bcsr";
3649 "fsl,pq2ads-pci-pic";
3650 #interrupt-cells = <1>;
3651 interrupt-controller;
3653 + reg = <0x3 0x0 0x8>;
3654 interrupt-parent = <&PIC>;
3655 - interrupts = <14 8>;
3656 + interrupts = <20 8>;
3662 device_type = "pci";
3663 - reg = <f0010800 10c f00101ac 8 f00101c4 8>;
3664 + reg = <0xf0010800 0x10c 0xf00101ac 0x8 0xf00101c4 0x8>;
3665 compatible = "fsl,mpc8272-pci", "fsl,pq2-pci";
3666 #interrupt-cells = <1>;
3668 #address-cells = <3>;
3669 - clock-frequency = <d#66666666>;
3670 - interrupt-map-mask = <f800 0 0 7>;
3671 + clock-frequency = <66666666>;
3672 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
3675 - b000 0 0 1 &PCI_PIC 0
3676 - b000 0 0 2 &PCI_PIC 1
3677 - b000 0 0 3 &PCI_PIC 2
3678 - b000 0 0 4 &PCI_PIC 3
3679 + 0xb000 0x0 0x0 0x1 &PCI_PIC 0
3680 + 0xb000 0x0 0x0 0x2 &PCI_PIC 1
3681 + 0xb000 0x0 0x0 0x3 &PCI_PIC 2
3682 + 0xb000 0x0 0x0 0x4 &PCI_PIC 3
3685 - b800 0 0 1 &PCI_PIC 4
3686 - b800 0 0 2 &PCI_PIC 5
3687 - b800 0 0 3 &PCI_PIC 6
3688 - b800 0 0 4 &PCI_PIC 7
3689 + 0xb800 0x0 0x0 0x1 &PCI_PIC 4
3690 + 0xb800 0x0 0x0 0x2 &PCI_PIC 5
3691 + 0xb800 0x0 0x0 0x3 &PCI_PIC 6
3692 + 0xb800 0x0 0x0 0x4 &PCI_PIC 7
3695 - c000 0 0 1 &PCI_PIC 8
3696 - c000 0 0 2 &PCI_PIC 9
3697 - c000 0 0 3 &PCI_PIC a
3698 - c000 0 0 4 &PCI_PIC b>;
3699 + 0xc000 0x0 0x0 0x1 &PCI_PIC 8
3700 + 0xc000 0x0 0x0 0x2 &PCI_PIC 9
3701 + 0xc000 0x0 0x0 0x3 &PCI_PIC 10
3702 + 0xc000 0x0 0x0 0x4 &PCI_PIC 11>;
3704 interrupt-parent = <&PIC>;
3705 - interrupts = <12 8>;
3706 - ranges = <42000000 0 80000000 80000000 0 20000000
3707 - 02000000 0 a0000000 a0000000 0 20000000
3708 - 01000000 0 00000000 f6000000 0 02000000>;
3709 + interrupts = <18 8>;
3710 + ranges = <0x42000000 0x0 0x80000000 0x80000000 0x0 0x20000000
3711 + 0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
3712 + 0x1000000 0x0 0x0 0xf6000000 0x0 0x2000000>;
3716 @@ -112,26 +114,26 @@
3718 device_type = "soc";
3719 compatible = "fsl,mpc8272", "fsl,pq2-soc";
3720 - ranges = <00000000 f0000000 00053000>;
3721 + ranges = <0x0 0xf0000000 0x53000>;
3723 // Temporary -- will go away once kernel uses ranges for get_immrbase().
3724 - reg = <f0000000 00053000>;
3725 + reg = <0xf0000000 0x53000>;
3728 #address-cells = <1>;
3730 compatible = "fsl,mpc8272-cpm", "fsl,cpm2";
3732 + reg = <0x119c0 0x30>;
3736 #address-cells = <1>;
3738 - ranges = <0 0 10000>;
3739 + ranges = <0x0 0x0 0x10000>;
3742 compatible = "fsl,cpm-muram-data";
3743 - reg = <0 2000 9800 800>;
3744 + reg = <0x0 0x2000 0x9800 0x800>;
3748 @@ -139,29 +141,29 @@
3749 compatible = "fsl,mpc8272-brg",
3752 - reg = <119f0 10 115f0 10>;
3753 + reg = <0x119f0 0x10 0x115f0 0x10>;
3757 device_type = "serial";
3758 compatible = "fsl,mpc8272-scc-uart",
3759 "fsl,cpm2-scc-uart";
3760 - reg = <11a00 20 8000 100>;
3761 - interrupts = <28 8>;
3762 + reg = <0x11a00 0x20 0x8000 0x100>;
3763 + interrupts = <40 8>;
3764 interrupt-parent = <&PIC>;
3766 - fsl,cpm-command = <00800000>;
3767 + fsl,cpm-command = <0x800000>;
3771 device_type = "serial";
3772 compatible = "fsl,mpc8272-scc-uart",
3773 "fsl,cpm2-scc-uart";
3774 - reg = <11a60 20 8300 100>;
3775 - interrupts = <2b 8>;
3776 + reg = <0x11a60 0x20 0x8300 0x100>;
3777 + interrupts = <43 8>;
3778 interrupt-parent = <&PIC>;
3780 - fsl,cpm-command = <0ce00000>;
3781 + fsl,cpm-command = <0xce00000>;
3785 @@ -169,23 +171,23 @@
3786 compatible = "fsl,mpc8272ads-mdio-bitbang",
3787 "fsl,mpc8272-mdio-bitbang",
3788 "fsl,cpm2-mdio-bitbang";
3790 + reg = <0x10d40 0x14>;
3791 #address-cells = <1>;
3793 - fsl,mdio-pin = <12>;
3794 - fsl,mdc-pin = <13>;
3795 + fsl,mdio-pin = <18>;
3796 + fsl,mdc-pin = <19>;
3798 PHY0: ethernet-phy@0 {
3799 interrupt-parent = <&PIC>;
3800 - interrupts = <17 8>;
3802 + interrupts = <23 8>;
3804 device_type = "ethernet-phy";
3807 PHY1: ethernet-phy@1 {
3808 interrupt-parent = <&PIC>;
3809 - interrupts = <17 8>;
3811 + interrupts = <23 8>;
3813 device_type = "ethernet-phy";
3816 @@ -194,33 +196,33 @@
3817 device_type = "network";
3818 compatible = "fsl,mpc8272-fcc-enet",
3819 "fsl,cpm2-fcc-enet";
3820 - reg = <11300 20 8400 100 11390 1>;
3821 + reg = <0x11300 0x20 0x8400 0x100 0x11390 0x1>;
3822 local-mac-address = [ 00 00 00 00 00 00 ];
3823 - interrupts = <20 8>;
3824 + interrupts = <32 8>;
3825 interrupt-parent = <&PIC>;
3826 phy-handle = <&PHY0>;
3827 linux,network-index = <0>;
3828 - fsl,cpm-command = <12000300>;
3829 + fsl,cpm-command = <0x12000300>;
3833 device_type = "network";
3834 compatible = "fsl,mpc8272-fcc-enet",
3835 "fsl,cpm2-fcc-enet";
3836 - reg = <11320 20 8500 100 113b0 1>;
3837 + reg = <0x11320 0x20 0x8500 0x100 0x113b0 0x1>;
3838 local-mac-address = [ 00 00 00 00 00 00 ];
3839 - interrupts = <21 8>;
3840 + interrupts = <33 8>;
3841 interrupt-parent = <&PIC>;
3842 phy-handle = <&PHY1>;
3843 linux,network-index = <1>;
3844 - fsl,cpm-command = <16200300>;
3845 + fsl,cpm-command = <0x16200300>;
3849 PIC: interrupt-controller@10c00 {
3850 #interrupt-cells = <2>;
3851 interrupt-controller;
3853 + reg = <0x10c00 0x80>;
3854 compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic";
3857 @@ -232,14 +234,14 @@
3861 - reg = <30000 10000>;
3862 - interrupts = <b 8>;
3863 + reg = <0x30000 0x10000>;
3864 + interrupts = <11 8>;
3865 interrupt-parent = <&PIC>;
3867 - channel-fifo-len = <18>;
3868 - exec-units-mask = <0000007e>;
3869 + channel-fifo-len = <24>;
3870 + exec-units-mask = <0x7e>;
3871 /* desc mask is for rev1.x, we need runtime fixup for >=2.x */
3872 - descriptor-types-mask = <01010ebf>;
3873 + descriptor-types-mask = <0x1010ebf>;
3877 --- a/arch/powerpc/boot/dts/mpc832x_mds.dts
3878 +++ b/arch/powerpc/boot/dts/mpc832x_mds.dts
3881 device_type = "network";
3882 compatible = "ucc_geth";
3886 reg = <0x2200 0x200>;
3888 interrupt-parent = <&qeic>;
3891 device_type = "network";
3892 compatible = "ucc_geth";
3896 reg = <0x3200 0x200>;
3898 interrupt-parent = <&qeic>;
3901 device_type = "serial";
3902 compatible = "ucc_uart";
3904 - device-id = <5>; /* The UCC number, 1-7*/
3905 + cell-index = <5>; /* The UCC number, 1-7*/
3906 port-number = <0>; /* Which ttyQEx device */
3907 soft-uart; /* We need Soft-UART */
3908 reg = <0x2400 0x200>;
3909 --- a/arch/powerpc/boot/dts/mpc832x_rdb.dts
3910 +++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts
3913 device_type = "network";
3914 compatible = "ucc_geth";
3918 reg = <0x3000 0x200>;
3920 interrupt-parent = <&qeic>;
3923 device_type = "network";
3924 compatible = "ucc_geth";
3928 reg = <0x2200 0x200>;
3930 interrupt-parent = <&qeic>;
3931 --- a/arch/powerpc/boot/dts/mpc836x_mds.dts
3932 +++ b/arch/powerpc/boot/dts/mpc836x_mds.dts
3935 device_type = "network";
3936 compatible = "ucc_geth";
3940 reg = <0x2000 0x200>;
3942 interrupt-parent = <&qeic>;
3945 device_type = "network";
3946 compatible = "ucc_geth";
3950 reg = <0x3000 0x200>;
3952 interrupt-parent = <&qeic>;
3953 --- a/arch/powerpc/boot/dts/mpc8540ads.dts
3954 +++ b/arch/powerpc/boot/dts/mpc8540ads.dts
3957 * MPC8540 ADS Device Tree Source
3959 - * Copyright 2006 Freescale Semiconductor Inc.
3960 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
3962 * This program is free software; you can redistribute it and/or modify it
3963 * under the terms of the GNU General Public License as published by the
3965 * option) any later version.
3971 model = "MPC8540ADS";
3975 device_type = "cpu";
3977 - d-cache-line-size = <20>; // 32 bytes
3978 - i-cache-line-size = <20>; // 32 bytes
3979 - d-cache-size = <8000>; // L1, 32K
3980 - i-cache-size = <8000>; // L1, 32K
3982 + d-cache-line-size = <32>; // 32 bytes
3983 + i-cache-line-size = <32>; // 32 bytes
3984 + d-cache-size = <0x8000>; // L1, 32K
3985 + i-cache-size = <0x8000>; // L1, 32K
3986 timebase-frequency = <0>; // 33 MHz, from uboot
3987 bus-frequency = <0>; // 166 MHz
3988 clock-frequency = <0>; // 825 MHz, from uboot
3992 device_type = "memory";
3993 - reg = <00000000 08000000>; // 128M at 0x0
3994 + reg = <0x0 0x8000000>; // 128M at 0x0
3998 #address-cells = <1>;
4000 device_type = "soc";
4001 - ranges = <0 e0000000 00100000>;
4002 - reg = <e0000000 00100000>; // CCSRBAR 1M
4003 + ranges = <0x0 0xe0000000 0x100000>;
4004 + reg = <0xe0000000 0x100000>; // CCSRBAR 1M
4005 bus-frequency = <0>;
4007 memory-controller@2000 {
4008 compatible = "fsl,8540-memory-controller";
4009 - reg = <2000 1000>;
4010 + reg = <0x2000 0x1000>;
4011 interrupt-parent = <&mpic>;
4012 - interrupts = <12 2>;
4013 + interrupts = <18 2>;
4016 l2-cache-controller@20000 {
4017 compatible = "fsl,8540-l2-cache-controller";
4018 - reg = <20000 1000>;
4019 - cache-line-size = <20>; // 32 bytes
4020 - cache-size = <40000>; // L2, 256K
4021 + reg = <0x20000 0x1000>;
4022 + cache-line-size = <32>; // 32 bytes
4023 + cache-size = <0x40000>; // L2, 256K
4024 interrupt-parent = <&mpic>;
4025 - interrupts = <10 2>;
4026 + interrupts = <16 2>;
4033 compatible = "fsl-i2c";
4035 - interrupts = <2b 2>;
4036 + reg = <0x3000 0x100>;
4037 + interrupts = <43 2>;
4038 interrupt-parent = <&mpic>;
4042 #address-cells = <1>;
4044 compatible = "fsl,gianfar-mdio";
4046 + reg = <0x24520 0x20>;
4048 phy0: ethernet-phy@0 {
4049 interrupt-parent = <&mpic>;
4053 device_type = "ethernet-phy";
4055 phy1: ethernet-phy@1 {
4056 interrupt-parent = <&mpic>;
4060 device_type = "ethernet-phy";
4062 phy3: ethernet-phy@3 {
4063 interrupt-parent = <&mpic>;
4067 device_type = "ethernet-phy";
4071 device_type = "network";
4073 compatible = "gianfar";
4074 - reg = <24000 1000>;
4075 + reg = <0x24000 0x1000>;
4076 local-mac-address = [ 00 00 00 00 00 00 ];
4077 - interrupts = <1d 2 1e 2 22 2>;
4078 + interrupts = <29 2 30 2 34 2>;
4079 interrupt-parent = <&mpic>;
4080 phy-handle = <&phy0>;
4083 device_type = "network";
4085 compatible = "gianfar";
4086 - reg = <25000 1000>;
4087 + reg = <0x25000 0x1000>;
4088 local-mac-address = [ 00 00 00 00 00 00 ];
4089 - interrupts = <23 2 24 2 28 2>;
4090 + interrupts = <35 2 36 2 40 2>;
4091 interrupt-parent = <&mpic>;
4092 phy-handle = <&phy1>;
4095 device_type = "network";
4097 compatible = "gianfar";
4098 - reg = <26000 1000>;
4099 + reg = <0x26000 0x1000>;
4100 local-mac-address = [ 00 00 00 00 00 00 ];
4101 - interrupts = <29 2>;
4102 + interrupts = <41 2>;
4103 interrupt-parent = <&mpic>;
4104 phy-handle = <&phy3>;
4108 device_type = "serial";
4109 compatible = "ns16550";
4110 - reg = <4500 100>; // reg base, size
4111 + reg = <0x4500 0x100>; // reg base, size
4112 clock-frequency = <0>; // should we fill in in uboot?
4113 - interrupts = <2a 2>;
4114 + interrupts = <42 2>;
4115 interrupt-parent = <&mpic>;
4120 device_type = "serial";
4121 compatible = "ns16550";
4122 - reg = <4600 100>; // reg base, size
4123 + reg = <0x4600 0x100>; // reg base, size
4124 clock-frequency = <0>; // should we fill in in uboot?
4125 - interrupts = <2a 2>;
4126 + interrupts = <42 2>;
4127 interrupt-parent = <&mpic>;
4131 interrupt-controller;
4132 #address-cells = <0>;
4133 #interrupt-cells = <2>;
4134 - reg = <40000 40000>;
4135 + reg = <0x40000 0x40000>;
4136 compatible = "chrp,open-pic";
4137 device_type = "open-pic";
4139 @@ -177,90 +178,90 @@
4141 pci0: pci@e0008000 {
4143 - interrupt-map-mask = <f800 0 0 7>;
4144 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4148 - 1000 0 0 1 &mpic 1 1
4149 - 1000 0 0 2 &mpic 2 1
4150 - 1000 0 0 3 &mpic 3 1
4151 - 1000 0 0 4 &mpic 4 1
4152 + 0x1000 0x0 0x0 0x1 &mpic 0x1 0x1
4153 + 0x1000 0x0 0x0 0x2 &mpic 0x2 0x1
4154 + 0x1000 0x0 0x0 0x3 &mpic 0x3 0x1
4155 + 0x1000 0x0 0x0 0x4 &mpic 0x4 0x1
4158 - 1800 0 0 1 &mpic 4 1
4159 - 1800 0 0 2 &mpic 1 1
4160 - 1800 0 0 3 &mpic 2 1
4161 - 1800 0 0 4 &mpic 3 1
4162 + 0x1800 0x0 0x0 0x1 &mpic 0x4 0x1
4163 + 0x1800 0x0 0x0 0x2 &mpic 0x1 0x1
4164 + 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1
4165 + 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1
4168 - 2000 0 0 1 &mpic 3 1
4169 - 2000 0 0 2 &mpic 4 1
4170 - 2000 0 0 3 &mpic 1 1
4171 - 2000 0 0 4 &mpic 2 1
4172 + 0x2000 0x0 0x0 0x1 &mpic 0x3 0x1
4173 + 0x2000 0x0 0x0 0x2 &mpic 0x4 0x1
4174 + 0x2000 0x0 0x0 0x3 &mpic 0x1 0x1
4175 + 0x2000 0x0 0x0 0x4 &mpic 0x2 0x1
4178 - 2800 0 0 1 &mpic 2 1
4179 - 2800 0 0 2 &mpic 3 1
4180 - 2800 0 0 3 &mpic 4 1
4181 - 2800 0 0 4 &mpic 1 1
4182 + 0x2800 0x0 0x0 0x1 &mpic 0x2 0x1
4183 + 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1
4184 + 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1
4185 + 0x2800 0x0 0x0 0x4 &mpic 0x1 0x1
4188 - 6000 0 0 1 &mpic 1 1
4189 - 6000 0 0 2 &mpic 2 1
4190 - 6000 0 0 3 &mpic 3 1
4191 - 6000 0 0 4 &mpic 4 1
4192 + 0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
4193 + 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
4194 + 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
4195 + 0x6000 0x0 0x0 0x4 &mpic 0x4 0x1
4198 - 6800 0 0 1 &mpic 4 1
4199 - 6800 0 0 2 &mpic 1 1
4200 - 6800 0 0 3 &mpic 2 1
4201 - 6800 0 0 4 &mpic 3 1
4202 + 0x6800 0x0 0x0 0x1 &mpic 0x4 0x1
4203 + 0x6800 0x0 0x0 0x2 &mpic 0x1 0x1
4204 + 0x6800 0x0 0x0 0x3 &mpic 0x2 0x1
4205 + 0x6800 0x0 0x0 0x4 &mpic 0x3 0x1
4208 - 7000 0 0 1 &mpic 3 1
4209 - 7000 0 0 2 &mpic 4 1
4210 - 7000 0 0 3 &mpic 1 1
4211 - 7000 0 0 4 &mpic 2 1
4212 + 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
4213 + 0x7000 0x0 0x0 0x2 &mpic 0x4 0x1
4214 + 0x7000 0x0 0x0 0x3 &mpic 0x1 0x1
4215 + 0x7000 0x0 0x0 0x4 &mpic 0x2 0x1
4218 - 7800 0 0 1 &mpic 2 1
4219 - 7800 0 0 2 &mpic 3 1
4220 - 7800 0 0 3 &mpic 4 1
4221 - 7800 0 0 4 &mpic 1 1
4222 + 0x7800 0x0 0x0 0x1 &mpic 0x2 0x1
4223 + 0x7800 0x0 0x0 0x2 &mpic 0x3 0x1
4224 + 0x7800 0x0 0x0 0x3 &mpic 0x4 0x1
4225 + 0x7800 0x0 0x0 0x4 &mpic 0x1 0x1
4228 - 9000 0 0 1 &mpic 1 1
4229 - 9000 0 0 2 &mpic 2 1
4230 - 9000 0 0 3 &mpic 3 1
4231 - 9000 0 0 4 &mpic 4 1
4232 + 0x9000 0x0 0x0 0x1 &mpic 0x1 0x1
4233 + 0x9000 0x0 0x0 0x2 &mpic 0x2 0x1
4234 + 0x9000 0x0 0x0 0x3 &mpic 0x3 0x1
4235 + 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
4238 - 9800 0 0 1 &mpic 4 1
4239 - 9800 0 0 2 &mpic 1 1
4240 - 9800 0 0 3 &mpic 2 1
4241 - 9800 0 0 4 &mpic 3 1
4242 + 0x9800 0x0 0x0 0x1 &mpic 0x4 0x1
4243 + 0x9800 0x0 0x0 0x2 &mpic 0x1 0x1
4244 + 0x9800 0x0 0x0 0x3 &mpic 0x2 0x1
4245 + 0x9800 0x0 0x0 0x4 &mpic 0x3 0x1
4248 - a000 0 0 1 &mpic 3 1
4249 - a000 0 0 2 &mpic 4 1
4250 - a000 0 0 3 &mpic 1 1
4251 - a000 0 0 4 &mpic 2 1
4252 + 0xa000 0x0 0x0 0x1 &mpic 0x3 0x1
4253 + 0xa000 0x0 0x0 0x2 &mpic 0x4 0x1
4254 + 0xa000 0x0 0x0 0x3 &mpic 0x1 0x1
4255 + 0xa000 0x0 0x0 0x4 &mpic 0x2 0x1
4258 - a800 0 0 1 &mpic 2 1
4259 - a800 0 0 2 &mpic 3 1
4260 - a800 0 0 3 &mpic 4 1
4261 - a800 0 0 4 &mpic 1 1>;
4262 + 0xa800 0x0 0x0 0x1 &mpic 0x2 0x1
4263 + 0xa800 0x0 0x0 0x2 &mpic 0x3 0x1
4264 + 0xa800 0x0 0x0 0x3 &mpic 0x4 0x1
4265 + 0xa800 0x0 0x0 0x4 &mpic 0x1 0x1>;
4266 interrupt-parent = <&mpic>;
4267 - interrupts = <18 2>;
4268 + interrupts = <24 2>;
4270 - ranges = <02000000 0 80000000 80000000 0 20000000
4271 - 01000000 0 00000000 e2000000 0 00100000>;
4272 - clock-frequency = <3f940aa>;
4273 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
4274 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x100000>;
4275 + clock-frequency = <66666666>;
4276 #interrupt-cells = <1>;
4278 #address-cells = <3>;
4279 - reg = <e0008000 1000>;
4280 + reg = <0xe0008000 0x1000>;
4281 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
4282 device_type = "pci";
4284 --- a/arch/powerpc/boot/dts/mpc8541cds.dts
4285 +++ b/arch/powerpc/boot/dts/mpc8541cds.dts
4288 * MPC8541 CDS Device Tree Source
4290 - * Copyright 2006 Freescale Semiconductor Inc.
4291 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
4293 * This program is free software; you can redistribute it and/or modify it
4294 * under the terms of the GNU General Public License as published by the
4296 * option) any later version.
4302 model = "MPC8541CDS";
4306 device_type = "cpu";
4308 - d-cache-line-size = <20>; // 32 bytes
4309 - i-cache-line-size = <20>; // 32 bytes
4310 - d-cache-size = <8000>; // L1, 32K
4311 - i-cache-size = <8000>; // L1, 32K
4313 + d-cache-line-size = <32>; // 32 bytes
4314 + i-cache-line-size = <32>; // 32 bytes
4315 + d-cache-size = <0x8000>; // L1, 32K
4316 + i-cache-size = <0x8000>; // L1, 32K
4317 timebase-frequency = <0>; // 33 MHz, from uboot
4318 bus-frequency = <0>; // 166 MHz
4319 clock-frequency = <0>; // 825 MHz, from uboot
4323 device_type = "memory";
4324 - reg = <00000000 08000000>; // 128M at 0x0
4325 + reg = <0x0 0x8000000>; // 128M at 0x0
4329 #address-cells = <1>;
4331 device_type = "soc";
4332 - ranges = <0 e0000000 00100000>;
4333 - reg = <e0000000 00001000>; // CCSRBAR 1M
4334 + ranges = <0x0 0xe0000000 0x100000>;
4335 + reg = <0xe0000000 0x1000>; // CCSRBAR 1M
4336 bus-frequency = <0>;
4338 memory-controller@2000 {
4339 compatible = "fsl,8541-memory-controller";
4340 - reg = <2000 1000>;
4341 + reg = <0x2000 0x1000>;
4342 interrupt-parent = <&mpic>;
4343 - interrupts = <12 2>;
4344 + interrupts = <18 2>;
4347 l2-cache-controller@20000 {
4348 compatible = "fsl,8541-l2-cache-controller";
4349 - reg = <20000 1000>;
4350 - cache-line-size = <20>; // 32 bytes
4351 - cache-size = <40000>; // L2, 256K
4352 + reg = <0x20000 0x1000>;
4353 + cache-line-size = <32>; // 32 bytes
4354 + cache-size = <0x40000>; // L2, 256K
4355 interrupt-parent = <&mpic>;
4356 - interrupts = <10 2>;
4357 + interrupts = <16 2>;
4364 compatible = "fsl-i2c";
4366 - interrupts = <2b 2>;
4367 + reg = <0x3000 0x100>;
4368 + interrupts = <43 2>;
4369 interrupt-parent = <&mpic>;
4373 #address-cells = <1>;
4375 compatible = "fsl,gianfar-mdio";
4377 + reg = <0x24520 0x20>;
4379 phy0: ethernet-phy@0 {
4380 interrupt-parent = <&mpic>;
4384 device_type = "ethernet-phy";
4386 phy1: ethernet-phy@1 {
4387 interrupt-parent = <&mpic>;
4391 device_type = "ethernet-phy";
4395 device_type = "network";
4397 compatible = "gianfar";
4398 - reg = <24000 1000>;
4399 + reg = <0x24000 0x1000>;
4400 local-mac-address = [ 00 00 00 00 00 00 ];
4401 - interrupts = <1d 2 1e 2 22 2>;
4402 + interrupts = <29 2 30 2 34 2>;
4403 interrupt-parent = <&mpic>;
4404 phy-handle = <&phy0>;
4407 device_type = "network";
4409 compatible = "gianfar";
4410 - reg = <25000 1000>;
4411 + reg = <0x25000 0x1000>;
4412 local-mac-address = [ 00 00 00 00 00 00 ];
4413 - interrupts = <23 2 24 2 28 2>;
4414 + interrupts = <35 2 36 2 40 2>;
4415 interrupt-parent = <&mpic>;
4416 phy-handle = <&phy1>;
4420 device_type = "serial";
4421 compatible = "ns16550";
4422 - reg = <4500 100>; // reg base, size
4423 + reg = <0x4500 0x100>; // reg base, size
4424 clock-frequency = <0>; // should we fill in in uboot?
4425 - interrupts = <2a 2>;
4426 + interrupts = <42 2>;
4427 interrupt-parent = <&mpic>;
4432 device_type = "serial";
4433 compatible = "ns16550";
4434 - reg = <4600 100>; // reg base, size
4435 + reg = <0x4600 0x100>; // reg base, size
4436 clock-frequency = <0>; // should we fill in in uboot?
4437 - interrupts = <2a 2>;
4438 + interrupts = <42 2>;
4439 interrupt-parent = <&mpic>;
4443 interrupt-controller;
4444 #address-cells = <0>;
4445 #interrupt-cells = <2>;
4446 - reg = <40000 40000>;
4447 + reg = <0x40000 0x40000>;
4448 compatible = "chrp,open-pic";
4449 device_type = "open-pic";
4451 @@ -161,17 +162,17 @@
4452 #address-cells = <1>;
4454 compatible = "fsl,mpc8541-cpm", "fsl,cpm2";
4456 + reg = <0x919c0 0x30>;
4460 #address-cells = <1>;
4462 - ranges = <0 80000 10000>;
4463 + ranges = <0x0 0x80000 0x10000>;
4466 compatible = "fsl,cpm-muram-data";
4467 - reg = <0 2000 9000 1000>;
4468 + reg = <0x0 0x2000 0x9000 0x1000>;
4472 @@ -179,16 +180,16 @@
4473 compatible = "fsl,mpc8541-brg",
4476 - reg = <919f0 10 915f0 10>;
4477 + reg = <0x919f0 0x10 0x915f0 0x10>;
4481 interrupt-controller;
4482 #address-cells = <0>;
4483 #interrupt-cells = <2>;
4484 - interrupts = <2e 2>;
4485 + interrupts = <46 2>;
4486 interrupt-parent = <&mpic>;
4488 + reg = <0x90c00 0x80>;
4489 compatible = "fsl,mpc8541-cpm-pic", "fsl,cpm2-pic";
4492 @@ -196,68 +197,68 @@
4494 pci0: pci@e0008000 {
4496 - interrupt-map-mask = <1f800 0 0 7>;
4497 + interrupt-map-mask = <0x1f800 0x0 0x0 0x7>;
4501 - 08000 0 0 1 &mpic 0 1
4502 - 08000 0 0 2 &mpic 1 1
4503 - 08000 0 0 3 &mpic 2 1
4504 - 08000 0 0 4 &mpic 3 1
4505 + 0x8000 0x0 0x0 0x1 &mpic 0x0 0x1
4506 + 0x8000 0x0 0x0 0x2 &mpic 0x1 0x1
4507 + 0x8000 0x0 0x0 0x3 &mpic 0x2 0x1
4508 + 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1
4511 - 08800 0 0 1 &mpic 0 1
4512 - 08800 0 0 2 &mpic 1 1
4513 - 08800 0 0 3 &mpic 2 1
4514 - 08800 0 0 4 &mpic 3 1
4515 + 0x8800 0x0 0x0 0x1 &mpic 0x0 0x1
4516 + 0x8800 0x0 0x0 0x2 &mpic 0x1 0x1
4517 + 0x8800 0x0 0x0 0x3 &mpic 0x2 0x1
4518 + 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1
4520 /* IDSEL 0x12 (Slot 1) */
4521 - 09000 0 0 1 &mpic 0 1
4522 - 09000 0 0 2 &mpic 1 1
4523 - 09000 0 0 3 &mpic 2 1
4524 - 09000 0 0 4 &mpic 3 1
4525 + 0x9000 0x0 0x0 0x1 &mpic 0x0 0x1
4526 + 0x9000 0x0 0x0 0x2 &mpic 0x1 0x1
4527 + 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
4528 + 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1
4530 /* IDSEL 0x13 (Slot 2) */
4531 - 09800 0 0 1 &mpic 1 1
4532 - 09800 0 0 2 &mpic 2 1
4533 - 09800 0 0 3 &mpic 3 1
4534 - 09800 0 0 4 &mpic 0 1
4535 + 0x9800 0x0 0x0 0x1 &mpic 0x1 0x1
4536 + 0x9800 0x0 0x0 0x2 &mpic 0x2 0x1
4537 + 0x9800 0x0 0x0 0x3 &mpic 0x3 0x1
4538 + 0x9800 0x0 0x0 0x4 &mpic 0x0 0x1
4540 /* IDSEL 0x14 (Slot 3) */
4541 - 0a000 0 0 1 &mpic 2 1
4542 - 0a000 0 0 2 &mpic 3 1
4543 - 0a000 0 0 3 &mpic 0 1
4544 - 0a000 0 0 4 &mpic 1 1
4545 + 0xa000 0x0 0x0 0x1 &mpic 0x2 0x1
4546 + 0xa000 0x0 0x0 0x2 &mpic 0x3 0x1
4547 + 0xa000 0x0 0x0 0x3 &mpic 0x0 0x1
4548 + 0xa000 0x0 0x0 0x4 &mpic 0x1 0x1
4550 /* IDSEL 0x15 (Slot 4) */
4551 - 0a800 0 0 1 &mpic 3 1
4552 - 0a800 0 0 2 &mpic 0 1
4553 - 0a800 0 0 3 &mpic 1 1
4554 - 0a800 0 0 4 &mpic 2 1
4555 + 0xa800 0x0 0x0 0x1 &mpic 0x3 0x1
4556 + 0xa800 0x0 0x0 0x2 &mpic 0x0 0x1
4557 + 0xa800 0x0 0x0 0x3 &mpic 0x1 0x1
4558 + 0xa800 0x0 0x0 0x4 &mpic 0x2 0x1
4560 /* Bus 1 (Tundra Bridge) */
4561 /* IDSEL 0x12 (ISA bridge) */
4562 - 19000 0 0 1 &mpic 0 1
4563 - 19000 0 0 2 &mpic 1 1
4564 - 19000 0 0 3 &mpic 2 1
4565 - 19000 0 0 4 &mpic 3 1>;
4566 + 0x19000 0x0 0x0 0x1 &mpic 0x0 0x1
4567 + 0x19000 0x0 0x0 0x2 &mpic 0x1 0x1
4568 + 0x19000 0x0 0x0 0x3 &mpic 0x2 0x1
4569 + 0x19000 0x0 0x0 0x4 &mpic 0x3 0x1>;
4570 interrupt-parent = <&mpic>;
4571 - interrupts = <18 2>;
4572 + interrupts = <24 2>;
4574 - ranges = <02000000 0 80000000 80000000 0 20000000
4575 - 01000000 0 00000000 e2000000 0 00100000>;
4576 - clock-frequency = <3f940aa>;
4577 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
4578 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x100000>;
4579 + clock-frequency = <66666666>;
4580 #interrupt-cells = <1>;
4582 #address-cells = <3>;
4583 - reg = <e0008000 1000>;
4584 + reg = <0xe0008000 0x1000>;
4585 compatible = "fsl,mpc8540-pci";
4586 device_type = "pci";
4589 interrupt-controller;
4590 device_type = "interrupt-controller";
4591 - reg = <19000 0 0 0 1>;
4592 + reg = <0x19000 0x0 0x0 0x0 0x1>;
4593 #address-cells = <0>;
4594 #interrupt-cells = <2>;
4595 compatible = "chrp,iic";
4596 @@ -268,24 +269,24 @@
4598 pci1: pci@e0009000 {
4600 - interrupt-map-mask = <f800 0 0 7>;
4601 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4605 - a800 0 0 1 &mpic b 1
4606 - a800 0 0 2 &mpic b 1
4607 - a800 0 0 3 &mpic b 1
4608 - a800 0 0 4 &mpic b 1>;
4609 + 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
4610 + 0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
4611 + 0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
4612 + 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
4613 interrupt-parent = <&mpic>;
4614 - interrupts = <19 2>;
4615 + interrupts = <25 2>;
4617 - ranges = <02000000 0 a0000000 a0000000 0 20000000
4618 - 01000000 0 00000000 e3000000 0 00100000>;
4619 - clock-frequency = <3f940aa>;
4620 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
4621 + 0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
4622 + clock-frequency = <66666666>;
4623 #interrupt-cells = <1>;
4625 #address-cells = <3>;
4626 - reg = <e0009000 1000>;
4627 + reg = <0xe0009000 0x1000>;
4628 compatible = "fsl,mpc8540-pci";
4629 device_type = "pci";
4631 --- a/arch/powerpc/boot/dts/mpc8544ds.dts
4632 +++ b/arch/powerpc/boot/dts/mpc8544ds.dts
4635 * MPC8544 DS Device Tree Source
4637 - * Copyright 2007 Freescale Semiconductor Inc.
4638 + * Copyright 2007, 2008 Freescale Semiconductor Inc.
4640 * This program is free software; you can redistribute it and/or modify it
4641 * under the terms of the GNU General Public License as published by the
4643 * option) any later version.
4648 model = "MPC8544DS";
4649 compatible = "MPC8544DS", "MPC85xxDS";
4655 #address-cells = <1>;
4659 device_type = "cpu";
4661 - d-cache-line-size = <20>; // 32 bytes
4662 - i-cache-line-size = <20>; // 32 bytes
4663 - d-cache-size = <8000>; // L1, 32K
4664 - i-cache-size = <8000>; // L1, 32K
4666 + d-cache-line-size = <32>; // 32 bytes
4667 + i-cache-line-size = <32>; // 32 bytes
4668 + d-cache-size = <0x8000>; // L1, 32K
4669 + i-cache-size = <0x8000>; // L1, 32K
4670 timebase-frequency = <0>;
4671 bus-frequency = <0>;
4672 clock-frequency = <0>;
4676 device_type = "memory";
4677 - reg = <00000000 00000000>; // Filled by U-Boot
4678 + reg = <0x0 0x0>; // Filled by U-Boot
4684 device_type = "soc";
4686 - ranges = <00000000 e0000000 00100000>;
4687 - reg = <e0000000 00001000>; // CCSRBAR 1M
4688 + ranges = <0x0 0xe0000000 0x100000>;
4689 + reg = <0xe0000000 0x1000>; // CCSRBAR 1M
4690 bus-frequency = <0>; // Filled out by uboot.
4692 memory-controller@2000 {
4693 compatible = "fsl,8544-memory-controller";
4694 - reg = <2000 1000>;
4695 + reg = <0x2000 0x1000>;
4696 interrupt-parent = <&mpic>;
4697 - interrupts = <12 2>;
4698 + interrupts = <18 2>;
4701 l2-cache-controller@20000 {
4702 compatible = "fsl,8544-l2-cache-controller";
4703 - reg = <20000 1000>;
4704 - cache-line-size = <20>; // 32 bytes
4705 - cache-size = <40000>; // L2, 256K
4706 + reg = <0x20000 0x1000>;
4707 + cache-line-size = <32>; // 32 bytes
4708 + cache-size = <0x40000>; // L2, 256K
4709 interrupt-parent = <&mpic>;
4710 - interrupts = <10 2>;
4711 + interrupts = <16 2>;
4718 compatible = "fsl-i2c";
4720 - interrupts = <2b 2>;
4721 + reg = <0x3000 0x100>;
4722 + interrupts = <43 2>;
4723 interrupt-parent = <&mpic>;
4729 compatible = "fsl-i2c";
4731 - interrupts = <2b 2>;
4732 + reg = <0x3100 0x100>;
4733 + interrupts = <43 2>;
4734 interrupt-parent = <&mpic>;
4737 @@ -100,30 +100,71 @@
4738 #address-cells = <1>;
4740 compatible = "fsl,gianfar-mdio";
4742 + reg = <0x24520 0x20>;
4744 phy0: ethernet-phy@0 {
4745 interrupt-parent = <&mpic>;
4746 - interrupts = <a 1>;
4748 + interrupts = <10 1>;
4750 device_type = "ethernet-phy";
4752 phy1: ethernet-phy@1 {
4753 interrupt-parent = <&mpic>;
4754 - interrupts = <a 1>;
4756 + interrupts = <10 1>;
4758 device_type = "ethernet-phy";
4763 + #address-cells = <1>;
4764 + #size-cells = <1>;
4765 + compatible = "fsl,mpc8544-dma", "fsl,eloplus-dma";
4766 + reg = <0x21300 0x4>;
4767 + ranges = <0x0 0x21100 0x200>;
4770 + compatible = "fsl,mpc8544-dma-channel",
4771 + "fsl,eloplus-dma-channel";
4774 + interrupt-parent = <&mpic>;
4775 + interrupts = <20 2>;
4778 + compatible = "fsl,mpc8544-dma-channel",
4779 + "fsl,eloplus-dma-channel";
4780 + reg = <0x80 0x80>;
4782 + interrupt-parent = <&mpic>;
4783 + interrupts = <21 2>;
4786 + compatible = "fsl,mpc8544-dma-channel",
4787 + "fsl,eloplus-dma-channel";
4788 + reg = <0x100 0x80>;
4790 + interrupt-parent = <&mpic>;
4791 + interrupts = <22 2>;
4794 + compatible = "fsl,mpc8544-dma-channel",
4795 + "fsl,eloplus-dma-channel";
4796 + reg = <0x180 0x80>;
4798 + interrupt-parent = <&mpic>;
4799 + interrupts = <23 2>;
4803 enet0: ethernet@24000 {
4805 device_type = "network";
4807 compatible = "gianfar";
4808 - reg = <24000 1000>;
4809 + reg = <0x24000 0x1000>;
4810 local-mac-address = [ 00 00 00 00 00 00 ];
4811 - interrupts = <1d 2 1e 2 22 2>;
4812 + interrupts = <29 2 30 2 34 2>;
4813 interrupt-parent = <&mpic>;
4814 phy-handle = <&phy0>;
4815 phy-connection-type = "rgmii-id";
4817 device_type = "network";
4819 compatible = "gianfar";
4820 - reg = <26000 1000>;
4821 + reg = <0x26000 0x1000>;
4822 local-mac-address = [ 00 00 00 00 00 00 ];
4823 - interrupts = <1f 2 20 2 21 2>;
4824 + interrupts = <31 2 32 2 33 2>;
4825 interrupt-parent = <&mpic>;
4826 phy-handle = <&phy1>;
4827 phy-connection-type = "rgmii-id";
4830 device_type = "serial";
4831 compatible = "ns16550";
4833 + reg = <0x4500 0x100>;
4834 clock-frequency = <0>;
4835 - interrupts = <2a 2>;
4836 + interrupts = <42 2>;
4837 interrupt-parent = <&mpic>;
4840 @@ -156,15 +197,15 @@
4842 device_type = "serial";
4843 compatible = "ns16550";
4845 + reg = <0x4600 0x100>;
4846 clock-frequency = <0>;
4847 - interrupts = <2a 2>;
4848 + interrupts = <42 2>;
4849 interrupt-parent = <&mpic>;
4852 global-utilities@e0000 { //global utilities block
4853 compatible = "fsl,mpc8548-guts";
4854 - reg = <e0000 1000>;
4855 + reg = <0xe0000 0x1000>;
4860 interrupt-controller;
4861 #address-cells = <0>;
4862 #interrupt-cells = <2>;
4863 - reg = <40000 40000>;
4864 + reg = <0x40000 0x40000>;
4865 compatible = "chrp,open-pic";
4866 device_type = "open-pic";
4868 @@ -184,32 +225,32 @@
4870 compatible = "fsl,mpc8540-pci";
4871 device_type = "pci";
4872 - interrupt-map-mask = <f800 0 0 7>;
4873 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4876 /* IDSEL 0x11 J17 Slot 1 */
4877 - 8800 0 0 1 &mpic 2 1
4878 - 8800 0 0 2 &mpic 3 1
4879 - 8800 0 0 3 &mpic 4 1
4880 - 8800 0 0 4 &mpic 1 1
4881 + 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
4882 + 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
4883 + 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
4884 + 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
4886 /* IDSEL 0x12 J16 Slot 2 */
4888 - 9000 0 0 1 &mpic 3 1
4889 - 9000 0 0 2 &mpic 4 1
4890 - 9000 0 0 3 &mpic 2 1
4891 - 9000 0 0 4 &mpic 1 1>;
4892 + 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
4893 + 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
4894 + 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
4895 + 0x9000 0x0 0x0 0x4 &mpic 0x1 0x1>;
4897 interrupt-parent = <&mpic>;
4898 - interrupts = <18 2>;
4899 - bus-range = <0 ff>;
4900 - ranges = <02000000 0 c0000000 c0000000 0 20000000
4901 - 01000000 0 00000000 e1000000 0 00010000>;
4902 - clock-frequency = <3f940aa>;
4903 + interrupts = <24 2>;
4904 + bus-range = <0 255>;
4905 + ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
4906 + 0x1000000 0x0 0x0 0xe1000000 0x0 0x10000>;
4907 + clock-frequency = <66666666>;
4908 #interrupt-cells = <1>;
4910 #address-cells = <3>;
4911 - reg = <e0008000 1000>;
4912 + reg = <0xe0008000 0x1000>;
4915 pci1: pcie@e0009000 {
4916 @@ -219,33 +260,33 @@
4917 #interrupt-cells = <1>;
4919 #address-cells = <3>;
4920 - reg = <e0009000 1000>;
4921 - bus-range = <0 ff>;
4922 - ranges = <02000000 0 80000000 80000000 0 20000000
4923 - 01000000 0 00000000 e1010000 0 00010000>;
4924 - clock-frequency = <1fca055>;
4925 + reg = <0xe0009000 0x1000>;
4926 + bus-range = <0 255>;
4927 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
4928 + 0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>;
4929 + clock-frequency = <33333333>;
4930 interrupt-parent = <&mpic>;
4931 - interrupts = <1a 2>;
4932 - interrupt-map-mask = <f800 0 0 7>;
4933 + interrupts = <26 2>;
4934 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4937 - 0000 0 0 1 &mpic 4 1
4938 - 0000 0 0 2 &mpic 5 1
4939 - 0000 0 0 3 &mpic 6 1
4940 - 0000 0 0 4 &mpic 7 1
4941 + 0000 0x0 0x0 0x1 &mpic 0x4 0x1
4942 + 0000 0x0 0x0 0x2 &mpic 0x5 0x1
4943 + 0000 0x0 0x0 0x3 &mpic 0x6 0x1
4944 + 0000 0x0 0x0 0x4 &mpic 0x7 0x1
4947 - reg = <0 0 0 0 0>;
4948 + reg = <0x0 0x0 0x0 0x0 0x0>;
4950 #address-cells = <3>;
4951 device_type = "pci";
4952 - ranges = <02000000 0 80000000
4953 - 02000000 0 80000000
4956 - 01000000 0 00000000
4957 - 01000000 0 00000000
4959 + ranges = <0x2000000 0x0 0x80000000
4960 + 0x2000000 0x0 0x80000000
4969 @@ -256,33 +297,33 @@
4970 #interrupt-cells = <1>;
4972 #address-cells = <3>;
4973 - reg = <e000a000 1000>;
4974 - bus-range = <0 ff>;
4975 - ranges = <02000000 0 a0000000 a0000000 0 10000000
4976 - 01000000 0 00000000 e1020000 0 00010000>;
4977 - clock-frequency = <1fca055>;
4978 + reg = <0xe000a000 0x1000>;
4979 + bus-range = <0 255>;
4980 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
4981 + 0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>;
4982 + clock-frequency = <33333333>;
4983 interrupt-parent = <&mpic>;
4984 - interrupts = <19 2>;
4985 - interrupt-map-mask = <f800 0 0 7>;
4986 + interrupts = <25 2>;
4987 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
4990 - 0000 0 0 1 &mpic 0 1
4991 - 0000 0 0 2 &mpic 1 1
4992 - 0000 0 0 3 &mpic 2 1
4993 - 0000 0 0 4 &mpic 3 1
4994 + 0000 0x0 0x0 0x1 &mpic 0x0 0x1
4995 + 0000 0x0 0x0 0x2 &mpic 0x1 0x1
4996 + 0000 0x0 0x0 0x3 &mpic 0x2 0x1
4997 + 0000 0x0 0x0 0x4 &mpic 0x3 0x1
5000 - reg = <0 0 0 0 0>;
5001 + reg = <0x0 0x0 0x0 0x0 0x0>;
5003 #address-cells = <3>;
5004 device_type = "pci";
5005 - ranges = <02000000 0 a0000000
5006 - 02000000 0 a0000000
5009 - 01000000 0 00000000
5010 - 01000000 0 00000000
5012 + ranges = <0x2000000 0x0 0xa0000000
5013 + 0x2000000 0x0 0xa0000000
5022 @@ -293,72 +334,72 @@
5023 #interrupt-cells = <1>;
5025 #address-cells = <3>;
5026 - reg = <e000b000 1000>;
5027 - bus-range = <0 ff>;
5028 - ranges = <02000000 0 b0000000 b0000000 0 00100000
5029 - 01000000 0 00000000 b0100000 0 00100000>;
5030 - clock-frequency = <1fca055>;
5031 + reg = <0xe000b000 0x1000>;
5032 + bus-range = <0 255>;
5033 + ranges = <0x2000000 0x0 0xb0000000 0xb0000000 0x0 0x100000
5034 + 0x1000000 0x0 0x0 0xb0100000 0x0 0x100000>;
5035 + clock-frequency = <33333333>;
5036 interrupt-parent = <&mpic>;
5037 - interrupts = <1b 2>;
5038 - interrupt-map-mask = <ff00 0 0 1>;
5039 + interrupts = <27 2>;
5040 + interrupt-map-mask = <0xff00 0x0 0x0 0x1>;
5043 - e000 0 0 1 &i8259 c 2
5044 - e100 0 0 2 &i8259 9 2
5045 - e200 0 0 3 &i8259 a 2
5046 - e300 0 0 4 &i8259 b 2
5047 + 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
5048 + 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
5049 + 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
5050 + 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
5053 - e800 0 0 1 &i8259 6 2
5054 + 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
5056 // IDSEL 0x1e Legacy
5057 - f000 0 0 1 &i8259 7 2
5058 - f100 0 0 1 &i8259 7 2
5059 + 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
5060 + 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
5062 // IDSEL 0x1f IDE/SATA
5063 - f800 0 0 1 &i8259 e 2
5064 - f900 0 0 1 &i8259 5 2
5065 + 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
5066 + 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
5070 - reg = <0 0 0 0 0>;
5071 + reg = <0x0 0x0 0x0 0x0 0x0>;
5073 #address-cells = <3>;
5074 device_type = "pci";
5075 - ranges = <02000000 0 b0000000
5076 - 02000000 0 b0000000
5079 - 01000000 0 00000000
5080 - 01000000 0 00000000
5082 + ranges = <0x2000000 0x0 0xb0000000
5083 + 0x2000000 0x0 0xb0000000
5091 - reg = <0 0 0 0 0>;
5092 + reg = <0x0 0x0 0x0 0x0 0x0>;
5094 #address-cells = <3>;
5095 - ranges = <02000000 0 b0000000
5096 - 02000000 0 b0000000
5099 - 01000000 0 00000000
5100 - 01000000 0 00000000
5102 + ranges = <0x2000000 0x0 0xb0000000
5103 + 0x2000000 0x0 0xb0000000
5110 device_type = "isa";
5111 #interrupt-cells = <2>;
5113 #address-cells = <2>;
5114 - reg = <f000 0 0 0 0>;
5118 + reg = <0xf000 0x0 0x0 0x0 0x0>;
5122 interrupt-parent = <&i8259>;
5124 i8259: interrupt-controller@20 {
5128 + reg = <0x1 0x20 0x2
5131 interrupt-controller;
5132 device_type = "interrupt-controller";
5133 #address-cells = <0>;
5134 @@ -371,28 +412,28 @@
5137 #address-cells = <1>;
5138 - reg = <1 60 1 1 64 1>;
5139 - interrupts = <1 3 c 3>;
5140 + reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
5141 + interrupts = <1 3 12 3>;
5142 interrupt-parent = <&i8259>;
5147 compatible = "pnpPNP,303";
5153 compatible = "pnpPNP,f03";
5158 compatible = "pnpPNP,b00";
5160 + reg = <0x1 0x70 0x2>;
5165 + reg = <0x1 0x400 0x80>;
5169 --- a/arch/powerpc/boot/dts/mpc8548cds.dts
5170 +++ b/arch/powerpc/boot/dts/mpc8548cds.dts
5173 * MPC8548 CDS Device Tree Source
5175 - * Copyright 2006 Freescale Semiconductor Inc.
5176 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
5178 * This program is free software; you can redistribute it and/or modify it
5179 * under the terms of the GNU General Public License as published by the
5181 * option) any later version.
5187 model = "MPC8548CDS";
5191 device_type = "cpu";
5193 - d-cache-line-size = <20>; // 32 bytes
5194 - i-cache-line-size = <20>; // 32 bytes
5195 - d-cache-size = <8000>; // L1, 32K
5196 - i-cache-size = <8000>; // L1, 32K
5198 + d-cache-line-size = <32>; // 32 bytes
5199 + i-cache-line-size = <32>; // 32 bytes
5200 + d-cache-size = <0x8000>; // L1, 32K
5201 + i-cache-size = <0x8000>; // L1, 32K
5202 timebase-frequency = <0>; // 33 MHz, from uboot
5203 bus-frequency = <0>; // 166 MHz
5204 clock-frequency = <0>; // 825 MHz, from uboot
5208 device_type = "memory";
5209 - reg = <00000000 08000000>; // 128M at 0x0
5210 + reg = <0x0 0x8000000>; // 128M at 0x0
5214 #address-cells = <1>;
5216 device_type = "soc";
5217 - ranges = <00000000 e0000000 00100000>;
5218 - reg = <e0000000 00001000>; // CCSRBAR
5219 + ranges = <0x0 0xe0000000 0x100000>;
5220 + reg = <0xe0000000 0x1000>; // CCSRBAR
5221 bus-frequency = <0>;
5223 memory-controller@2000 {
5224 compatible = "fsl,8548-memory-controller";
5225 - reg = <2000 1000>;
5226 + reg = <0x2000 0x1000>;
5227 interrupt-parent = <&mpic>;
5228 - interrupts = <12 2>;
5229 + interrupts = <18 2>;
5232 l2-cache-controller@20000 {
5233 compatible = "fsl,8548-l2-cache-controller";
5234 - reg = <20000 1000>;
5235 - cache-line-size = <20>; // 32 bytes
5236 - cache-size = <80000>; // L2, 512K
5237 + reg = <0x20000 0x1000>;
5238 + cache-line-size = <32>; // 32 bytes
5239 + cache-size = <0x80000>; // L2, 512K
5240 interrupt-parent = <&mpic>;
5241 - interrupts = <10 2>;
5242 + interrupts = <16 2>;
5249 compatible = "fsl-i2c";
5251 - interrupts = <2b 2>;
5252 + reg = <0x3000 0x100>;
5253 + interrupts = <43 2>;
5254 interrupt-parent = <&mpic>;
5260 compatible = "fsl-i2c";
5262 - interrupts = <2b 2>;
5263 + reg = <0x3100 0x100>;
5264 + interrupts = <43 2>;
5265 interrupt-parent = <&mpic>;
5268 @@ -102,30 +103,30 @@
5269 #address-cells = <1>;
5271 compatible = "fsl,gianfar-mdio";
5273 + reg = <0x24520 0x20>;
5275 phy0: ethernet-phy@0 {
5276 interrupt-parent = <&mpic>;
5280 device_type = "ethernet-phy";
5282 phy1: ethernet-phy@1 {
5283 interrupt-parent = <&mpic>;
5287 device_type = "ethernet-phy";
5289 phy2: ethernet-phy@2 {
5290 interrupt-parent = <&mpic>;
5294 device_type = "ethernet-phy";
5296 phy3: ethernet-phy@3 {
5297 interrupt-parent = <&mpic>;
5301 device_type = "ethernet-phy";
5305 device_type = "network";
5307 compatible = "gianfar";
5308 - reg = <24000 1000>;
5309 + reg = <0x24000 0x1000>;
5310 local-mac-address = [ 00 00 00 00 00 00 ];
5311 - interrupts = <1d 2 1e 2 22 2>;
5312 + interrupts = <29 2 30 2 34 2>;
5313 interrupt-parent = <&mpic>;
5314 phy-handle = <&phy0>;
5317 device_type = "network";
5319 compatible = "gianfar";
5320 - reg = <25000 1000>;
5321 + reg = <0x25000 0x1000>;
5322 local-mac-address = [ 00 00 00 00 00 00 ];
5323 - interrupts = <23 2 24 2 28 2>;
5324 + interrupts = <35 2 36 2 40 2>;
5325 interrupt-parent = <&mpic>;
5326 phy-handle = <&phy1>;
5329 device_type = "network";
5331 compatible = "gianfar";
5332 - reg = <26000 1000>;
5333 + reg = <0x26000 0x1000>;
5334 local-mac-address = [ 00 00 00 00 00 00 ];
5335 - interrupts = <1f 2 20 2 21 2>;
5336 + interrupts = <31 2 32 2 33 2>;
5337 interrupt-parent = <&mpic>;
5338 phy-handle = <&phy2>;
5341 device_type = "network";
5343 compatible = "gianfar";
5344 - reg = <27000 1000>;
5345 + reg = <0x27000 0x1000>;
5346 local-mac-address = [ 00 00 00 00 00 00 ];
5347 - interrupts = <25 2 26 2 27 2>;
5348 + interrupts = <37 2 38 2 39 2>;
5349 interrupt-parent = <&mpic>;
5350 phy-handle = <&phy3>;
5354 device_type = "serial";
5355 compatible = "ns16550";
5356 - reg = <4500 100>; // reg base, size
5357 + reg = <0x4500 0x100>; // reg base, size
5358 clock-frequency = <0>; // should we fill in in uboot?
5359 - interrupts = <2a 2>;
5360 + interrupts = <42 2>;
5361 interrupt-parent = <&mpic>;
5364 @@ -194,15 +195,15 @@
5366 device_type = "serial";
5367 compatible = "ns16550";
5368 - reg = <4600 100>; // reg base, size
5369 + reg = <0x4600 0x100>; // reg base, size
5370 clock-frequency = <0>; // should we fill in in uboot?
5371 - interrupts = <2a 2>;
5372 + interrupts = <42 2>;
5373 interrupt-parent = <&mpic>;
5376 global-utilities@e0000 { //global utilities reg
5377 compatible = "fsl,mpc8548-guts";
5378 - reg = <e0000 1000>;
5379 + reg = <0xe0000 0x1000>;
5384 interrupt-controller;
5385 #address-cells = <0>;
5386 #interrupt-cells = <2>;
5387 - reg = <40000 40000>;
5388 + reg = <0x40000 0x40000>;
5389 compatible = "chrp,open-pic";
5390 device_type = "open-pic";
5392 @@ -220,139 +221,139 @@
5394 pci0: pci@e0008000 {
5396 - interrupt-map-mask = <f800 0 0 7>;
5397 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5399 /* IDSEL 0x4 (PCIX Slot 2) */
5400 - 02000 0 0 1 &mpic 0 1
5401 - 02000 0 0 2 &mpic 1 1
5402 - 02000 0 0 3 &mpic 2 1
5403 - 02000 0 0 4 &mpic 3 1
5404 + 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
5405 + 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
5406 + 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
5407 + 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
5409 /* IDSEL 0x5 (PCIX Slot 3) */
5410 - 02800 0 0 1 &mpic 1 1
5411 - 02800 0 0 2 &mpic 2 1
5412 - 02800 0 0 3 &mpic 3 1
5413 - 02800 0 0 4 &mpic 0 1
5414 + 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
5415 + 0x2800 0x0 0x0 0x2 &mpic 0x2 0x1
5416 + 0x2800 0x0 0x0 0x3 &mpic 0x3 0x1
5417 + 0x2800 0x0 0x0 0x4 &mpic 0x0 0x1
5419 /* IDSEL 0x6 (PCIX Slot 4) */
5420 - 03000 0 0 1 &mpic 2 1
5421 - 03000 0 0 2 &mpic 3 1
5422 - 03000 0 0 3 &mpic 0 1
5423 - 03000 0 0 4 &mpic 1 1
5424 + 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
5425 + 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
5426 + 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
5427 + 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
5429 /* IDSEL 0x8 (PCIX Slot 5) */
5430 - 04000 0 0 1 &mpic 0 1
5431 - 04000 0 0 2 &mpic 1 1
5432 - 04000 0 0 3 &mpic 2 1
5433 - 04000 0 0 4 &mpic 3 1
5434 + 0x4000 0x0 0x0 0x1 &mpic 0x0 0x1
5435 + 0x4000 0x0 0x0 0x2 &mpic 0x1 0x1
5436 + 0x4000 0x0 0x0 0x3 &mpic 0x2 0x1
5437 + 0x4000 0x0 0x0 0x4 &mpic 0x3 0x1
5439 /* IDSEL 0xC (Tsi310 bridge) */
5440 - 06000 0 0 1 &mpic 0 1
5441 - 06000 0 0 2 &mpic 1 1
5442 - 06000 0 0 3 &mpic 2 1
5443 - 06000 0 0 4 &mpic 3 1
5444 + 0x6000 0x0 0x0 0x1 &mpic 0x0 0x1
5445 + 0x6000 0x0 0x0 0x2 &mpic 0x1 0x1
5446 + 0x6000 0x0 0x0 0x3 &mpic 0x2 0x1
5447 + 0x6000 0x0 0x0 0x4 &mpic 0x3 0x1
5449 /* IDSEL 0x14 (Slot 2) */
5450 - 0a000 0 0 1 &mpic 0 1
5451 - 0a000 0 0 2 &mpic 1 1
5452 - 0a000 0 0 3 &mpic 2 1
5453 - 0a000 0 0 4 &mpic 3 1
5454 + 0xa000 0x0 0x0 0x1 &mpic 0x0 0x1
5455 + 0xa000 0x0 0x0 0x2 &mpic 0x1 0x1
5456 + 0xa000 0x0 0x0 0x3 &mpic 0x2 0x1
5457 + 0xa000 0x0 0x0 0x4 &mpic 0x3 0x1
5459 /* IDSEL 0x15 (Slot 3) */
5460 - 0a800 0 0 1 &mpic 1 1
5461 - 0a800 0 0 2 &mpic 2 1
5462 - 0a800 0 0 3 &mpic 3 1
5463 - 0a800 0 0 4 &mpic 0 1
5464 + 0xa800 0x0 0x0 0x1 &mpic 0x1 0x1
5465 + 0xa800 0x0 0x0 0x2 &mpic 0x2 0x1
5466 + 0xa800 0x0 0x0 0x3 &mpic 0x3 0x1
5467 + 0xa800 0x0 0x0 0x4 &mpic 0x0 0x1
5469 /* IDSEL 0x16 (Slot 4) */
5470 - 0b000 0 0 1 &mpic 2 1
5471 - 0b000 0 0 2 &mpic 3 1
5472 - 0b000 0 0 3 &mpic 0 1
5473 - 0b000 0 0 4 &mpic 1 1
5474 + 0xb000 0x0 0x0 0x1 &mpic 0x2 0x1
5475 + 0xb000 0x0 0x0 0x2 &mpic 0x3 0x1
5476 + 0xb000 0x0 0x0 0x3 &mpic 0x0 0x1
5477 + 0xb000 0x0 0x0 0x4 &mpic 0x1 0x1
5479 /* IDSEL 0x18 (Slot 5) */
5480 - 0c000 0 0 1 &mpic 0 1
5481 - 0c000 0 0 2 &mpic 1 1
5482 - 0c000 0 0 3 &mpic 2 1
5483 - 0c000 0 0 4 &mpic 3 1
5484 + 0xc000 0x0 0x0 0x1 &mpic 0x0 0x1
5485 + 0xc000 0x0 0x0 0x2 &mpic 0x1 0x1
5486 + 0xc000 0x0 0x0 0x3 &mpic 0x2 0x1
5487 + 0xc000 0x0 0x0 0x4 &mpic 0x3 0x1
5489 /* IDSEL 0x1C (Tsi310 bridge PCI primary) */
5490 - 0E000 0 0 1 &mpic 0 1
5491 - 0E000 0 0 2 &mpic 1 1
5492 - 0E000 0 0 3 &mpic 2 1
5493 - 0E000 0 0 4 &mpic 3 1>;
5494 + 0xe000 0x0 0x0 0x1 &mpic 0x0 0x1
5495 + 0xe000 0x0 0x0 0x2 &mpic 0x1 0x1
5496 + 0xe000 0x0 0x0 0x3 &mpic 0x2 0x1
5497 + 0xe000 0x0 0x0 0x4 &mpic 0x3 0x1>;
5499 interrupt-parent = <&mpic>;
5500 - interrupts = <18 2>;
5501 + interrupts = <24 2>;
5503 - ranges = <02000000 0 80000000 80000000 0 10000000
5504 - 01000000 0 00000000 e2000000 0 00800000>;
5505 - clock-frequency = <3f940aa>;
5506 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x10000000
5507 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
5508 + clock-frequency = <66666666>;
5509 #interrupt-cells = <1>;
5511 #address-cells = <3>;
5512 - reg = <e0008000 1000>;
5513 + reg = <0xe0008000 0x1000>;
5514 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
5515 device_type = "pci";
5518 - interrupt-map-mask = <f800 0 0 7>;
5519 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5522 /* IDSEL 0x00 (PrPMC Site) */
5523 - 0000 0 0 1 &mpic 0 1
5524 - 0000 0 0 2 &mpic 1 1
5525 - 0000 0 0 3 &mpic 2 1
5526 - 0000 0 0 4 &mpic 3 1
5527 + 0000 0x0 0x0 0x1 &mpic 0x0 0x1
5528 + 0000 0x0 0x0 0x2 &mpic 0x1 0x1
5529 + 0000 0x0 0x0 0x3 &mpic 0x2 0x1
5530 + 0000 0x0 0x0 0x4 &mpic 0x3 0x1
5532 /* IDSEL 0x04 (VIA chip) */
5533 - 2000 0 0 1 &mpic 0 1
5534 - 2000 0 0 2 &mpic 1 1
5535 - 2000 0 0 3 &mpic 2 1
5536 - 2000 0 0 4 &mpic 3 1
5537 + 0x2000 0x0 0x0 0x1 &mpic 0x0 0x1
5538 + 0x2000 0x0 0x0 0x2 &mpic 0x1 0x1
5539 + 0x2000 0x0 0x0 0x3 &mpic 0x2 0x1
5540 + 0x2000 0x0 0x0 0x4 &mpic 0x3 0x1
5542 /* IDSEL 0x05 (8139) */
5543 - 2800 0 0 1 &mpic 1 1
5544 + 0x2800 0x0 0x0 0x1 &mpic 0x1 0x1
5546 /* IDSEL 0x06 (Slot 6) */
5547 - 3000 0 0 1 &mpic 2 1
5548 - 3000 0 0 2 &mpic 3 1
5549 - 3000 0 0 3 &mpic 0 1
5550 - 3000 0 0 4 &mpic 1 1
5551 + 0x3000 0x0 0x0 0x1 &mpic 0x2 0x1
5552 + 0x3000 0x0 0x0 0x2 &mpic 0x3 0x1
5553 + 0x3000 0x0 0x0 0x3 &mpic 0x0 0x1
5554 + 0x3000 0x0 0x0 0x4 &mpic 0x1 0x1
5556 /* IDESL 0x07 (Slot 7) */
5557 - 3800 0 0 1 &mpic 3 1
5558 - 3800 0 0 2 &mpic 0 1
5559 - 3800 0 0 3 &mpic 1 1
5560 - 3800 0 0 4 &mpic 2 1>;
5561 + 0x3800 0x0 0x0 0x1 &mpic 0x3 0x1
5562 + 0x3800 0x0 0x0 0x2 &mpic 0x0 0x1
5563 + 0x3800 0x0 0x0 0x3 &mpic 0x1 0x1
5564 + 0x3800 0x0 0x0 0x4 &mpic 0x2 0x1>;
5566 - reg = <e000 0 0 0 0>;
5567 + reg = <0xe000 0x0 0x0 0x0 0x0>;
5568 #interrupt-cells = <1>;
5570 #address-cells = <3>;
5571 - ranges = <02000000 0 80000000
5572 - 02000000 0 80000000
5574 - 01000000 0 00000000
5575 - 01000000 0 00000000
5577 - clock-frequency = <1fca055>;
5578 + ranges = <0x2000000 0x0 0x80000000
5579 + 0x2000000 0x0 0x80000000
5584 + clock-frequency = <33333333>;
5587 device_type = "isa";
5588 #interrupt-cells = <2>;
5590 #address-cells = <2>;
5591 - reg = <2000 0 0 0 0>;
5592 - ranges = <1 0 01000000 0 0 00001000>;
5593 + reg = <0x2000 0x0 0x0 0x0 0x0>;
5594 + ranges = <0x1 0x0 0x1000000 0x0 0x0 0x1000>;
5595 interrupt-parent = <&i8259>;
5597 i8259: interrupt-controller@20 {
5598 interrupt-controller;
5599 device_type = "interrupt-controller";
5603 + reg = <0x1 0x20 0x2
5606 #address-cells = <0>;
5607 #interrupt-cells = <2>;
5608 compatible = "chrp,iic";
5612 compatible = "pnpPNP,b00";
5614 + reg = <0x1 0x70 0x2>;
5618 @@ -370,64 +371,64 @@
5620 pci1: pci@e0009000 {
5622 - interrupt-map-mask = <f800 0 0 7>;
5623 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5627 - a800 0 0 1 &mpic b 1
5628 - a800 0 0 2 &mpic 1 1
5629 - a800 0 0 3 &mpic 2 1
5630 - a800 0 0 4 &mpic 3 1>;
5631 + 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
5632 + 0xa800 0x0 0x0 0x2 &mpic 0x1 0x1
5633 + 0xa800 0x0 0x0 0x3 &mpic 0x2 0x1
5634 + 0xa800 0x0 0x0 0x4 &mpic 0x3 0x1>;
5636 interrupt-parent = <&mpic>;
5637 - interrupts = <19 2>;
5638 + interrupts = <25 2>;
5640 - ranges = <02000000 0 90000000 90000000 0 10000000
5641 - 01000000 0 00000000 e2800000 0 00800000>;
5642 - clock-frequency = <3f940aa>;
5643 + ranges = <0x2000000 0x0 0x90000000 0x90000000 0x0 0x10000000
5644 + 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
5645 + clock-frequency = <66666666>;
5646 #interrupt-cells = <1>;
5648 #address-cells = <3>;
5649 - reg = <e0009000 1000>;
5650 + reg = <0xe0009000 0x1000>;
5651 compatible = "fsl,mpc8540-pci";
5652 device_type = "pci";
5655 pci2: pcie@e000a000 {
5657 - interrupt-map-mask = <f800 0 0 7>;
5658 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
5661 /* IDSEL 0x0 (PEX) */
5662 - 00000 0 0 1 &mpic 0 1
5663 - 00000 0 0 2 &mpic 1 1
5664 - 00000 0 0 3 &mpic 2 1
5665 - 00000 0 0 4 &mpic 3 1>;
5666 + 00000 0x0 0x0 0x1 &mpic 0x0 0x1
5667 + 00000 0x0 0x0 0x2 &mpic 0x1 0x1
5668 + 00000 0x0 0x0 0x3 &mpic 0x2 0x1
5669 + 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
5671 interrupt-parent = <&mpic>;
5672 - interrupts = <1a 2>;
5673 - bus-range = <0 ff>;
5674 - ranges = <02000000 0 a0000000 a0000000 0 20000000
5675 - 01000000 0 00000000 e3000000 0 08000000>;
5676 - clock-frequency = <1fca055>;
5677 + interrupts = <26 2>;
5678 + bus-range = <0 255>;
5679 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
5680 + 0x1000000 0x0 0x0 0xe3000000 0x0 0x8000000>;
5681 + clock-frequency = <33333333>;
5682 #interrupt-cells = <1>;
5684 #address-cells = <3>;
5685 - reg = <e000a000 1000>;
5686 + reg = <0xe000a000 0x1000>;
5687 compatible = "fsl,mpc8548-pcie";
5688 device_type = "pci";
5690 - reg = <0 0 0 0 0>;
5691 + reg = <0x0 0x0 0x0 0x0 0x0>;
5693 #address-cells = <3>;
5694 device_type = "pci";
5695 - ranges = <02000000 0 a0000000
5696 - 02000000 0 a0000000
5699 - 01000000 0 00000000
5700 - 01000000 0 00000000
5702 + ranges = <0x2000000 0x0 0xa0000000
5703 + 0x2000000 0x0 0xa0000000
5712 --- a/arch/powerpc/boot/dts/mpc8555cds.dts
5713 +++ b/arch/powerpc/boot/dts/mpc8555cds.dts
5716 * MPC8555 CDS Device Tree Source
5718 - * Copyright 2006 Freescale Semiconductor Inc.
5719 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
5721 * This program is free software; you can redistribute it and/or modify it
5722 * under the terms of the GNU General Public License as published by the
5724 * option) any later version.
5730 model = "MPC8555CDS";
5734 device_type = "cpu";
5736 - d-cache-line-size = <20>; // 32 bytes
5737 - i-cache-line-size = <20>; // 32 bytes
5738 - d-cache-size = <8000>; // L1, 32K
5739 - i-cache-size = <8000>; // L1, 32K
5741 + d-cache-line-size = <32>; // 32 bytes
5742 + i-cache-line-size = <32>; // 32 bytes
5743 + d-cache-size = <0x8000>; // L1, 32K
5744 + i-cache-size = <0x8000>; // L1, 32K
5745 timebase-frequency = <0>; // 33 MHz, from uboot
5746 bus-frequency = <0>; // 166 MHz
5747 clock-frequency = <0>; // 825 MHz, from uboot
5751 device_type = "memory";
5752 - reg = <00000000 08000000>; // 128M at 0x0
5753 + reg = <0x0 0x8000000>; // 128M at 0x0
5757 #address-cells = <1>;
5759 device_type = "soc";
5760 - ranges = <0 e0000000 00100000>;
5761 - reg = <e0000000 00001000>; // CCSRBAR 1M
5762 + ranges = <0x0 0xe0000000 0x100000>;
5763 + reg = <0xe0000000 0x1000>; // CCSRBAR 1M
5764 bus-frequency = <0>;
5766 memory-controller@2000 {
5767 compatible = "fsl,8555-memory-controller";
5768 - reg = <2000 1000>;
5769 + reg = <0x2000 0x1000>;
5770 interrupt-parent = <&mpic>;
5771 - interrupts = <12 2>;
5772 + interrupts = <18 2>;
5775 l2-cache-controller@20000 {
5776 compatible = "fsl,8555-l2-cache-controller";
5777 - reg = <20000 1000>;
5778 - cache-line-size = <20>; // 32 bytes
5779 - cache-size = <40000>; // L2, 256K
5780 + reg = <0x20000 0x1000>;
5781 + cache-line-size = <32>; // 32 bytes
5782 + cache-size = <0x40000>; // L2, 256K
5783 interrupt-parent = <&mpic>;
5784 - interrupts = <10 2>;
5785 + interrupts = <16 2>;
5792 compatible = "fsl-i2c";
5794 - interrupts = <2b 2>;
5795 + reg = <0x3000 0x100>;
5796 + interrupts = <43 2>;
5797 interrupt-parent = <&mpic>;
5801 #address-cells = <1>;
5803 compatible = "fsl,gianfar-mdio";
5805 + reg = <0x24520 0x20>;
5807 phy0: ethernet-phy@0 {
5808 interrupt-parent = <&mpic>;
5812 device_type = "ethernet-phy";
5814 phy1: ethernet-phy@1 {
5815 interrupt-parent = <&mpic>;
5819 device_type = "ethernet-phy";
5823 device_type = "network";
5825 compatible = "gianfar";
5826 - reg = <24000 1000>;
5827 + reg = <0x24000 0x1000>;
5828 local-mac-address = [ 00 00 00 00 00 00 ];
5829 - interrupts = <1d 2 1e 2 22 2>;
5830 + interrupts = <29 2 30 2 34 2>;
5831 interrupt-parent = <&mpic>;
5832 phy-handle = <&phy0>;
5835 device_type = "network";
5837 compatible = "gianfar";
5838 - reg = <25000 1000>;
5839 + reg = <0x25000 0x1000>;
5840 local-mac-address = [ 00 00 00 00 00 00 ];
5841 - interrupts = <23 2 24 2 28 2>;
5842 + interrupts = <35 2 36 2 40 2>;
5843 interrupt-parent = <&mpic>;
5844 phy-handle = <&phy1>;
5848 device_type = "serial";
5849 compatible = "ns16550";
5850 - reg = <4500 100>; // reg base, size
5851 + reg = <0x4500 0x100>; // reg base, size
5852 clock-frequency = <0>; // should we fill in in uboot?
5853 - interrupts = <2a 2>;
5854 + interrupts = <42 2>;
5855 interrupt-parent = <&mpic>;
5860 device_type = "serial";
5861 compatible = "ns16550";
5862 - reg = <4600 100>; // reg base, size
5863 + reg = <0x4600 0x100>; // reg base, size
5864 clock-frequency = <0>; // should we fill in in uboot?
5865 - interrupts = <2a 2>;
5866 + interrupts = <42 2>;
5867 interrupt-parent = <&mpic>;
5871 interrupt-controller;
5872 #address-cells = <0>;
5873 #interrupt-cells = <2>;
5874 - reg = <40000 40000>;
5875 + reg = <0x40000 0x40000>;
5876 compatible = "chrp,open-pic";
5877 device_type = "open-pic";
5879 @@ -161,17 +162,17 @@
5880 #address-cells = <1>;
5882 compatible = "fsl,mpc8555-cpm", "fsl,cpm2";
5884 + reg = <0x919c0 0x30>;
5888 #address-cells = <1>;
5890 - ranges = <0 80000 10000>;
5891 + ranges = <0x0 0x80000 0x10000>;
5894 compatible = "fsl,cpm-muram-data";
5895 - reg = <0 2000 9000 1000>;
5896 + reg = <0x0 0x2000 0x9000 0x1000>;
5900 @@ -179,16 +180,16 @@
5901 compatible = "fsl,mpc8555-brg",
5904 - reg = <919f0 10 915f0 10>;
5905 + reg = <0x919f0 0x10 0x915f0 0x10>;
5909 interrupt-controller;
5910 #address-cells = <0>;
5911 #interrupt-cells = <2>;
5912 - interrupts = <2e 2>;
5913 + interrupts = <46 2>;
5914 interrupt-parent = <&mpic>;
5916 + reg = <0x90c00 0x80>;
5917 compatible = "fsl,mpc8555-cpm-pic", "fsl,cpm2-pic";
5920 @@ -196,68 +197,68 @@
5922 pci0: pci@e0008000 {
5924 - interrupt-map-mask = <1f800 0 0 7>;
5925 + interrupt-map-mask = <0x1f800 0x0 0x0 0x7>;
5929 - 08000 0 0 1 &mpic 0 1
5930 - 08000 0 0 2 &mpic 1 1
5931 - 08000 0 0 3 &mpic 2 1
5932 - 08000 0 0 4 &mpic 3 1
5933 + 0x8000 0x0 0x0 0x1 &mpic 0x0 0x1
5934 + 0x8000 0x0 0x0 0x2 &mpic 0x1 0x1
5935 + 0x8000 0x0 0x0 0x3 &mpic 0x2 0x1
5936 + 0x8000 0x0 0x0 0x4 &mpic 0x3 0x1
5939 - 08800 0 0 1 &mpic 0 1
5940 - 08800 0 0 2 &mpic 1 1
5941 - 08800 0 0 3 &mpic 2 1
5942 - 08800 0 0 4 &mpic 3 1
5943 + 0x8800 0x0 0x0 0x1 &mpic 0x0 0x1
5944 + 0x8800 0x0 0x0 0x2 &mpic 0x1 0x1
5945 + 0x8800 0x0 0x0 0x3 &mpic 0x2 0x1
5946 + 0x8800 0x0 0x0 0x4 &mpic 0x3 0x1
5948 /* IDSEL 0x12 (Slot 1) */
5949 - 09000 0 0 1 &mpic 0 1
5950 - 09000 0 0 2 &mpic 1 1
5951 - 09000 0 0 3 &mpic 2 1
5952 - 09000 0 0 4 &mpic 3 1
5953 + 0x9000 0x0 0x0 0x1 &mpic 0x0 0x1
5954 + 0x9000 0x0 0x0 0x2 &mpic 0x1 0x1
5955 + 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
5956 + 0x9000 0x0 0x0 0x4 &mpic 0x3 0x1
5958 /* IDSEL 0x13 (Slot 2) */
5959 - 09800 0 0 1 &mpic 1 1
5960 - 09800 0 0 2 &mpic 2 1
5961 - 09800 0 0 3 &mpic 3 1
5962 - 09800 0 0 4 &mpic 0 1
5963 + 0x9800 0x0 0x0 0x1 &mpic 0x1 0x1
5964 + 0x9800 0x0 0x0 0x2 &mpic 0x2 0x1
5965 + 0x9800 0x0 0x0 0x3 &mpic 0x3 0x1
5966 + 0x9800 0x0 0x0 0x4 &mpic 0x0 0x1
5968 /* IDSEL 0x14 (Slot 3) */
5969 - 0a000 0 0 1 &mpic 2 1
5970 - 0a000 0 0 2 &mpic 3 1
5971 - 0a000 0 0 3 &mpic 0 1
5972 - 0a000 0 0 4 &mpic 1 1
5973 + 0xa000 0x0 0x0 0x1 &mpic 0x2 0x1
5974 + 0xa000 0x0 0x0 0x2 &mpic 0x3 0x1
5975 + 0xa000 0x0 0x0 0x3 &mpic 0x0 0x1
5976 + 0xa000 0x0 0x0 0x4 &mpic 0x1 0x1
5978 /* IDSEL 0x15 (Slot 4) */
5979 - 0a800 0 0 1 &mpic 3 1
5980 - 0a800 0 0 2 &mpic 0 1
5981 - 0a800 0 0 3 &mpic 1 1
5982 - 0a800 0 0 4 &mpic 2 1
5983 + 0xa800 0x0 0x0 0x1 &mpic 0x3 0x1
5984 + 0xa800 0x0 0x0 0x2 &mpic 0x0 0x1
5985 + 0xa800 0x0 0x0 0x3 &mpic 0x1 0x1
5986 + 0xa800 0x0 0x0 0x4 &mpic 0x2 0x1
5988 /* Bus 1 (Tundra Bridge) */
5989 /* IDSEL 0x12 (ISA bridge) */
5990 - 19000 0 0 1 &mpic 0 1
5991 - 19000 0 0 2 &mpic 1 1
5992 - 19000 0 0 3 &mpic 2 1
5993 - 19000 0 0 4 &mpic 3 1>;
5994 + 0x19000 0x0 0x0 0x1 &mpic 0x0 0x1
5995 + 0x19000 0x0 0x0 0x2 &mpic 0x1 0x1
5996 + 0x19000 0x0 0x0 0x3 &mpic 0x2 0x1
5997 + 0x19000 0x0 0x0 0x4 &mpic 0x3 0x1>;
5998 interrupt-parent = <&mpic>;
5999 - interrupts = <18 2>;
6000 + interrupts = <24 2>;
6002 - ranges = <02000000 0 80000000 80000000 0 20000000
6003 - 01000000 0 00000000 e2000000 0 00100000>;
6004 - clock-frequency = <3f940aa>;
6005 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
6006 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x100000>;
6007 + clock-frequency = <66666666>;
6008 #interrupt-cells = <1>;
6010 #address-cells = <3>;
6011 - reg = <e0008000 1000>;
6012 + reg = <0xe0008000 0x1000>;
6013 compatible = "fsl,mpc8540-pci";
6014 device_type = "pci";
6017 interrupt-controller;
6018 device_type = "interrupt-controller";
6019 - reg = <19000 0 0 0 1>;
6020 + reg = <0x19000 0x0 0x0 0x0 0x1>;
6021 #address-cells = <0>;
6022 #interrupt-cells = <2>;
6023 compatible = "chrp,iic";
6024 @@ -268,24 +269,24 @@
6026 pci1: pci@e0009000 {
6028 - interrupt-map-mask = <f800 0 0 7>;
6029 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6033 - a800 0 0 1 &mpic b 1
6034 - a800 0 0 2 &mpic b 1
6035 - a800 0 0 3 &mpic b 1
6036 - a800 0 0 4 &mpic b 1>;
6037 + 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
6038 + 0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
6039 + 0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
6040 + 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
6041 interrupt-parent = <&mpic>;
6042 - interrupts = <19 2>;
6043 + interrupts = <25 2>;
6045 - ranges = <02000000 0 a0000000 a0000000 0 20000000
6046 - 01000000 0 00000000 e3000000 0 00100000>;
6047 - clock-frequency = <3f940aa>;
6048 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
6049 + 0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
6050 + clock-frequency = <66666666>;
6051 #interrupt-cells = <1>;
6053 #address-cells = <3>;
6054 - reg = <e0009000 1000>;
6055 + reg = <0xe0009000 0x1000>;
6056 compatible = "fsl,mpc8540-pci";
6057 device_type = "pci";
6059 --- a/arch/powerpc/boot/dts/mpc8560ads.dts
6060 +++ b/arch/powerpc/boot/dts/mpc8560ads.dts
6063 * MPC8560 ADS Device Tree Source
6065 - * Copyright 2006 Freescale Semiconductor Inc.
6066 + * Copyright 2006, 2008 Freescale Semiconductor Inc.
6068 * This program is free software; you can redistribute it and/or modify it
6069 * under the terms of the GNU General Public License as published by the
6071 * option) any later version.
6077 model = "MPC8560ADS";
6081 device_type = "cpu";
6083 - d-cache-line-size = <20>; // 32 bytes
6084 - i-cache-line-size = <20>; // 32 bytes
6085 - d-cache-size = <8000>; // L1, 32K
6086 - i-cache-size = <8000>; // L1, 32K
6087 - timebase-frequency = <04ead9a0>;
6088 - bus-frequency = <13ab6680>;
6089 - clock-frequency = <312c8040>;
6091 + d-cache-line-size = <32>; // 32 bytes
6092 + i-cache-line-size = <32>; // 32 bytes
6093 + d-cache-size = <0x8000>; // L1, 32K
6094 + i-cache-size = <0x8000>; // L1, 32K
6095 + timebase-frequency = <82500000>;
6096 + bus-frequency = <330000000>;
6097 + clock-frequency = <825000000>;
6102 device_type = "memory";
6103 - reg = <00000000 10000000>;
6104 + reg = <0x0 0x10000000>;
6108 #address-cells = <1>;
6110 device_type = "soc";
6111 - ranges = <0 e0000000 00100000>;
6112 - reg = <e0000000 00000200>;
6113 - bus-frequency = <13ab6680>;
6114 + ranges = <0x0 0xe0000000 0x100000>;
6115 + reg = <0xe0000000 0x200>;
6116 + bus-frequency = <330000000>;
6118 memory-controller@2000 {
6119 compatible = "fsl,8540-memory-controller";
6120 - reg = <2000 1000>;
6121 + reg = <0x2000 0x1000>;
6122 interrupt-parent = <&mpic>;
6123 - interrupts = <12 2>;
6124 + interrupts = <18 2>;
6127 l2-cache-controller@20000 {
6128 compatible = "fsl,8540-l2-cache-controller";
6129 - reg = <20000 1000>;
6130 - cache-line-size = <20>; // 32 bytes
6131 - cache-size = <40000>; // L2, 256K
6132 + reg = <0x20000 0x1000>;
6133 + cache-line-size = <32>; // 32 bytes
6134 + cache-size = <0x40000>; // L2, 256K
6135 interrupt-parent = <&mpic>;
6136 - interrupts = <10 2>;
6137 + interrupts = <16 2>;
6141 #address-cells = <1>;
6143 compatible = "fsl,gianfar-mdio";
6145 + reg = <0x24520 0x20>;
6147 phy0: ethernet-phy@0 {
6148 interrupt-parent = <&mpic>;
6152 device_type = "ethernet-phy";
6154 phy1: ethernet-phy@1 {
6155 interrupt-parent = <&mpic>;
6159 device_type = "ethernet-phy";
6161 phy2: ethernet-phy@2 {
6162 interrupt-parent = <&mpic>;
6166 device_type = "ethernet-phy";
6168 phy3: ethernet-phy@3 {
6169 interrupt-parent = <&mpic>;
6173 device_type = "ethernet-phy";
6177 device_type = "network";
6179 compatible = "gianfar";
6180 - reg = <24000 1000>;
6181 + reg = <0x24000 0x1000>;
6182 local-mac-address = [ 00 00 00 00 00 00 ];
6183 - interrupts = <1d 2 1e 2 22 2>;
6184 + interrupts = <29 2 30 2 34 2>;
6185 interrupt-parent = <&mpic>;
6186 phy-handle = <&phy0>;
6189 device_type = "network";
6191 compatible = "gianfar";
6192 - reg = <25000 1000>;
6193 + reg = <0x25000 0x1000>;
6194 local-mac-address = [ 00 00 00 00 00 00 ];
6195 - interrupts = <23 2 24 2 28 2>;
6196 + interrupts = <35 2 36 2 40 2>;
6197 interrupt-parent = <&mpic>;
6198 phy-handle = <&phy1>;
6201 interrupt-controller;
6202 #address-cells = <0>;
6203 #interrupt-cells = <2>;
6204 - reg = <40000 40000>;
6205 + reg = <0x40000 0x40000>;
6206 device_type = "open-pic";
6209 @@ -140,17 +141,17 @@
6210 #address-cells = <1>;
6212 compatible = "fsl,mpc8560-cpm", "fsl,cpm2";
6214 + reg = <0x919c0 0x30>;
6218 #address-cells = <1>;
6220 - ranges = <0 80000 10000>;
6221 + ranges = <0x0 0x80000 0x10000>;
6224 compatible = "fsl,cpm-muram-data";
6225 - reg = <0 4000 9000 2000>;
6226 + reg = <0x0 0x4000 0x9000 0x2000>;
6230 @@ -158,17 +159,17 @@
6231 compatible = "fsl,mpc8560-brg",
6234 - reg = <919f0 10 915f0 10>;
6235 - clock-frequency = <d#165000000>;
6236 + reg = <0x919f0 0x10 0x915f0 0x10>;
6237 + clock-frequency = <165000000>;
6241 interrupt-controller;
6242 #address-cells = <0>;
6243 #interrupt-cells = <2>;
6244 - interrupts = <2e 2>;
6245 + interrupts = <46 2>;
6246 interrupt-parent = <&mpic>;
6248 + reg = <0x90c00 0x80>;
6249 compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
6252 @@ -176,11 +177,11 @@
6253 device_type = "serial";
6254 compatible = "fsl,mpc8560-scc-uart",
6255 "fsl,cpm2-scc-uart";
6256 - reg = <91a00 20 88000 100>;
6257 + reg = <0x91a00 0x20 0x88000 0x100>;
6259 - fsl,cpm-command = <00800000>;
6260 - current-speed = <1c200>;
6261 - interrupts = <28 8>;
6262 + fsl,cpm-command = <0x800000>;
6263 + current-speed = <115200>;
6264 + interrupts = <40 8>;
6265 interrupt-parent = <&cpmpic>;
6268 @@ -188,11 +189,11 @@
6269 device_type = "serial";
6270 compatible = "fsl,mpc8560-scc-uart",
6271 "fsl,cpm2-scc-uart";
6272 - reg = <91a20 20 88100 100>;
6273 + reg = <0x91a20 0x20 0x88100 0x100>;
6275 - fsl,cpm-command = <04a00000>;
6276 - current-speed = <1c200>;
6277 - interrupts = <29 8>;
6278 + fsl,cpm-command = <0x4a00000>;
6279 + current-speed = <115200>;
6280 + interrupts = <41 8>;
6281 interrupt-parent = <&cpmpic>;
6284 @@ -200,10 +201,10 @@
6285 device_type = "network";
6286 compatible = "fsl,mpc8560-fcc-enet",
6287 "fsl,cpm2-fcc-enet";
6288 - reg = <91320 20 88500 100 913b0 1>;
6289 + reg = <0x91320 0x20 0x88500 0x100 0x913b0 0x1>;
6290 local-mac-address = [ 00 00 00 00 00 00 ];
6291 - fsl,cpm-command = <16200300>;
6292 - interrupts = <21 8>;
6293 + fsl,cpm-command = <0x16200300>;
6294 + interrupts = <33 8>;
6295 interrupt-parent = <&cpmpic>;
6296 phy-handle = <&phy2>;
6298 @@ -212,10 +213,10 @@
6299 device_type = "network";
6300 compatible = "fsl,mpc8560-fcc-enet",
6301 "fsl,cpm2-fcc-enet";
6302 - reg = <91340 20 88600 100 913d0 1>;
6303 + reg = <0x91340 0x20 0x88600 0x100 0x913d0 0x1>;
6304 local-mac-address = [ 00 00 00 00 00 00 ];
6305 - fsl,cpm-command = <1a400300>;
6306 - interrupts = <22 8>;
6307 + fsl,cpm-command = <0x1a400300>;
6308 + interrupts = <34 8>;
6309 interrupt-parent = <&cpmpic>;
6310 phy-handle = <&phy3>;
6312 @@ -229,87 +230,87 @@
6313 #address-cells = <3>;
6314 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci";
6315 device_type = "pci";
6316 - reg = <e0008000 1000>;
6317 - clock-frequency = <3f940aa>;
6318 - interrupt-map-mask = <f800 0 0 7>;
6319 + reg = <0xe0008000 0x1000>;
6320 + clock-frequency = <66666666>;
6321 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6325 - 1000 0 0 1 &mpic 1 1
6326 - 1000 0 0 2 &mpic 2 1
6327 - 1000 0 0 3 &mpic 3 1
6328 - 1000 0 0 4 &mpic 4 1
6329 + 0x1000 0x0 0x0 0x1 &mpic 0x1 0x1
6330 + 0x1000 0x0 0x0 0x2 &mpic 0x2 0x1
6331 + 0x1000 0x0 0x0 0x3 &mpic 0x3 0x1
6332 + 0x1000 0x0 0x0 0x4 &mpic 0x4 0x1
6335 - 1800 0 0 1 &mpic 4 1
6336 - 1800 0 0 2 &mpic 1 1
6337 - 1800 0 0 3 &mpic 2 1
6338 - 1800 0 0 4 &mpic 3 1
6339 + 0x1800 0x0 0x0 0x1 &mpic 0x4 0x1
6340 + 0x1800 0x0 0x0 0x2 &mpic 0x1 0x1
6341 + 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1
6342 + 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1
6345 - 2000 0 0 1 &mpic 3 1
6346 - 2000 0 0 2 &mpic 4 1
6347 - 2000 0 0 3 &mpic 1 1
6348 - 2000 0 0 4 &mpic 2 1
6349 + 0x2000 0x0 0x0 0x1 &mpic 0x3 0x1
6350 + 0x2000 0x0 0x0 0x2 &mpic 0x4 0x1
6351 + 0x2000 0x0 0x0 0x3 &mpic 0x1 0x1
6352 + 0x2000 0x0 0x0 0x4 &mpic 0x2 0x1
6355 - 2800 0 0 1 &mpic 2 1
6356 - 2800 0 0 2 &mpic 3 1
6357 - 2800 0 0 3 &mpic 4 1
6358 - 2800 0 0 4 &mpic 1 1
6359 + 0x2800 0x0 0x0 0x1 &mpic 0x2 0x1
6360 + 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1
6361 + 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1
6362 + 0x2800 0x0 0x0 0x4 &mpic 0x1 0x1
6365 - 6000 0 0 1 &mpic 1 1
6366 - 6000 0 0 2 &mpic 2 1
6367 - 6000 0 0 3 &mpic 3 1
6368 - 6000 0 0 4 &mpic 4 1
6369 + 0x6000 0x0 0x0 0x1 &mpic 0x1 0x1
6370 + 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1
6371 + 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1
6372 + 0x6000 0x0 0x0 0x4 &mpic 0x4 0x1
6375 - 6800 0 0 1 &mpic 4 1
6376 - 6800 0 0 2 &mpic 1 1
6377 - 6800 0 0 3 &mpic 2 1
6378 - 6800 0 0 4 &mpic 3 1
6379 + 0x6800 0x0 0x0 0x1 &mpic 0x4 0x1
6380 + 0x6800 0x0 0x0 0x2 &mpic 0x1 0x1
6381 + 0x6800 0x0 0x0 0x3 &mpic 0x2 0x1
6382 + 0x6800 0x0 0x0 0x4 &mpic 0x3 0x1
6385 - 7000 0 0 1 &mpic 3 1
6386 - 7000 0 0 2 &mpic 4 1
6387 - 7000 0 0 3 &mpic 1 1
6388 - 7000 0 0 4 &mpic 2 1
6389 + 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1
6390 + 0x7000 0x0 0x0 0x2 &mpic 0x4 0x1
6391 + 0x7000 0x0 0x0 0x3 &mpic 0x1 0x1
6392 + 0x7000 0x0 0x0 0x4 &mpic 0x2 0x1
6395 - 7800 0 0 1 &mpic 2 1
6396 - 7800 0 0 2 &mpic 3 1
6397 - 7800 0 0 3 &mpic 4 1
6398 - 7800 0 0 4 &mpic 1 1
6399 + 0x7800 0x0 0x0 0x1 &mpic 0x2 0x1
6400 + 0x7800 0x0 0x0 0x2 &mpic 0x3 0x1
6401 + 0x7800 0x0 0x0 0x3 &mpic 0x4 0x1
6402 + 0x7800 0x0 0x0 0x4 &mpic 0x1 0x1
6405 - 9000 0 0 1 &mpic 1 1
6406 - 9000 0 0 2 &mpic 2 1
6407 - 9000 0 0 3 &mpic 3 1
6408 - 9000 0 0 4 &mpic 4 1
6409 + 0x9000 0x0 0x0 0x1 &mpic 0x1 0x1
6410 + 0x9000 0x0 0x0 0x2 &mpic 0x2 0x1
6411 + 0x9000 0x0 0x0 0x3 &mpic 0x3 0x1
6412 + 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
6415 - 9800 0 0 1 &mpic 4 1
6416 - 9800 0 0 2 &mpic 1 1
6417 - 9800 0 0 3 &mpic 2 1
6418 - 9800 0 0 4 &mpic 3 1
6419 + 0x9800 0x0 0x0 0x1 &mpic 0x4 0x1
6420 + 0x9800 0x0 0x0 0x2 &mpic 0x1 0x1
6421 + 0x9800 0x0 0x0 0x3 &mpic 0x2 0x1
6422 + 0x9800 0x0 0x0 0x4 &mpic 0x3 0x1
6425 - a000 0 0 1 &mpic 3 1
6426 - a000 0 0 2 &mpic 4 1
6427 - a000 0 0 3 &mpic 1 1
6428 - a000 0 0 4 &mpic 2 1
6429 + 0xa000 0x0 0x0 0x1 &mpic 0x3 0x1
6430 + 0xa000 0x0 0x0 0x2 &mpic 0x4 0x1
6431 + 0xa000 0x0 0x0 0x3 &mpic 0x1 0x1
6432 + 0xa000 0x0 0x0 0x4 &mpic 0x2 0x1
6435 - a800 0 0 1 &mpic 2 1
6436 - a800 0 0 2 &mpic 3 1
6437 - a800 0 0 3 &mpic 4 1
6438 - a800 0 0 4 &mpic 1 1>;
6439 + 0xa800 0x0 0x0 0x1 &mpic 0x2 0x1
6440 + 0xa800 0x0 0x0 0x2 &mpic 0x3 0x1
6441 + 0xa800 0x0 0x0 0x3 &mpic 0x4 0x1
6442 + 0xa800 0x0 0x0 0x4 &mpic 0x1 0x1>;
6444 interrupt-parent = <&mpic>;
6445 - interrupts = <18 2>;
6446 + interrupts = <24 2>;
6448 - ranges = <02000000 0 80000000 80000000 0 20000000
6449 - 01000000 0 00000000 e2000000 0 01000000>;
6450 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
6451 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x1000000>;
6454 --- a/arch/powerpc/boot/dts/mpc8568mds.dts
6455 +++ b/arch/powerpc/boot/dts/mpc8568mds.dts
6458 * MPC8568E MDS Device Tree Source
6460 - * Copyright 2007 Freescale Semiconductor Inc.
6461 + * Copyright 2007, 2008 Freescale Semiconductor Inc.
6463 * This program is free software; you can redistribute it and/or modify it
6464 * under the terms of the GNU General Public License as published by the
6466 * option) any later version.
6471 -/memreserve/ 00000000 1000000;
6476 model = "MPC8568EMDS";
6480 device_type = "cpu";
6482 - d-cache-line-size = <20>; // 32 bytes
6483 - i-cache-line-size = <20>; // 32 bytes
6484 - d-cache-size = <8000>; // L1, 32K
6485 - i-cache-size = <8000>; // L1, 32K
6487 + d-cache-line-size = <32>; // 32 bytes
6488 + i-cache-line-size = <32>; // 32 bytes
6489 + d-cache-size = <0x8000>; // L1, 32K
6490 + i-cache-size = <0x8000>; // L1, 32K
6491 timebase-frequency = <0>;
6492 bus-frequency = <0>;
6493 clock-frequency = <0>;
6497 device_type = "memory";
6498 - reg = <00000000 10000000>;
6499 + reg = <0x0 0x10000000>;
6503 device_type = "board-control";
6504 - reg = <f8000000 8000>;
6505 + reg = <0xf8000000 0x8000>;
6509 #address-cells = <1>;
6511 device_type = "soc";
6512 - ranges = <0 e0000000 00100000>;
6513 - reg = <e0000000 00001000>;
6514 + ranges = <0x0 0xe0000000 0x100000>;
6515 + reg = <0xe0000000 0x1000>;
6516 bus-frequency = <0>;
6518 memory-controller@2000 {
6519 compatible = "fsl,8568-memory-controller";
6520 - reg = <2000 1000>;
6521 + reg = <0x2000 0x1000>;
6522 interrupt-parent = <&mpic>;
6523 - interrupts = <12 2>;
6524 + interrupts = <18 2>;
6527 l2-cache-controller@20000 {
6528 compatible = "fsl,8568-l2-cache-controller";
6529 - reg = <20000 1000>;
6530 - cache-line-size = <20>; // 32 bytes
6531 - cache-size = <80000>; // L2, 512K
6532 + reg = <0x20000 0x1000>;
6533 + cache-line-size = <32>; // 32 bytes
6534 + cache-size = <0x80000>; // L2, 512K
6535 interrupt-parent = <&mpic>;
6536 - interrupts = <10 2>;
6537 + interrupts = <16 2>;
6544 compatible = "fsl-i2c";
6546 - interrupts = <2b 2>;
6547 + reg = <0x3000 0x100>;
6548 + interrupts = <43 2>;
6549 interrupt-parent = <&mpic>;
6553 compatible = "dallas,ds1374";
6562 compatible = "fsl-i2c";
6564 - interrupts = <2b 2>;
6565 + reg = <0x3100 0x100>;
6566 + interrupts = <43 2>;
6567 interrupt-parent = <&mpic>;
6570 @@ -113,30 +110,30 @@
6571 #address-cells = <1>;
6573 compatible = "fsl,gianfar-mdio";
6575 + reg = <0x24520 0x20>;
6577 phy0: ethernet-phy@7 {
6578 interrupt-parent = <&mpic>;
6582 device_type = "ethernet-phy";
6584 phy1: ethernet-phy@1 {
6585 interrupt-parent = <&mpic>;
6589 device_type = "ethernet-phy";
6591 phy2: ethernet-phy@2 {
6592 interrupt-parent = <&mpic>;
6596 device_type = "ethernet-phy";
6598 phy3: ethernet-phy@3 {
6599 interrupt-parent = <&mpic>;
6603 device_type = "ethernet-phy";
6607 device_type = "network";
6609 compatible = "gianfar";
6610 - reg = <24000 1000>;
6611 + reg = <0x24000 0x1000>;
6612 local-mac-address = [ 00 00 00 00 00 00 ];
6613 - interrupts = <1d 2 1e 2 22 2>;
6614 + interrupts = <29 2 30 2 34 2>;
6615 interrupt-parent = <&mpic>;
6616 phy-handle = <&phy2>;
6619 device_type = "network";
6621 compatible = "gianfar";
6622 - reg = <25000 1000>;
6623 + reg = <0x25000 0x1000>;
6624 local-mac-address = [ 00 00 00 00 00 00 ];
6625 - interrupts = <23 2 24 2 28 2>;
6626 + interrupts = <35 2 36 2 40 2>;
6627 interrupt-parent = <&mpic>;
6628 phy-handle = <&phy3>;
6630 @@ -169,15 +166,15 @@
6632 device_type = "serial";
6633 compatible = "ns16550";
6635 + reg = <0x4500 0x100>;
6636 clock-frequency = <0>;
6637 - interrupts = <2a 2>;
6638 + interrupts = <42 2>;
6639 interrupt-parent = <&mpic>;
6642 global-utilities@e0000 { //global utilities block
6643 compatible = "fsl,mpc8548-guts";
6644 - reg = <e0000 1000>;
6645 + reg = <0xe0000 0x1000>;
6651 device_type = "serial";
6652 compatible = "ns16550";
6654 + reg = <0x4600 0x100>;
6655 clock-frequency = <0>;
6656 - interrupts = <2a 2>;
6657 + interrupts = <42 2>;
6658 interrupt-parent = <&mpic>;
6661 @@ -195,13 +192,13 @@
6662 device_type = "crypto";
6664 compatible = "talitos";
6665 - reg = <30000 f000>;
6666 - interrupts = <2d 2>;
6667 + reg = <0x30000 0xf000>;
6668 + interrupts = <45 2>;
6669 interrupt-parent = <&mpic>;
6671 - channel-fifo-len = <18>;
6672 - exec-units-mask = <000000fe>;
6673 - descriptor-types-mask = <012b0ebf>;
6674 + channel-fifo-len = <24>;
6675 + exec-units-mask = <0xfe>;
6676 + descriptor-types-mask = <0x12b0ebf>;
6680 @@ -209,73 +206,73 @@
6681 interrupt-controller;
6682 #address-cells = <0>;
6683 #interrupt-cells = <2>;
6684 - reg = <40000 40000>;
6685 + reg = <0x40000 0x40000>;
6686 compatible = "chrp,open-pic";
6687 device_type = "open-pic";
6692 - reg = <e0100 100>;
6693 + reg = <0xe0100 0x100>;
6694 device_type = "par_io";
6699 /* port pin dir open_drain assignment has_irq */
6700 - 4 0a 1 0 2 0 /* TxD0 */
6701 - 4 09 1 0 2 0 /* TxD1 */
6702 - 4 08 1 0 2 0 /* TxD2 */
6703 - 4 07 1 0 2 0 /* TxD3 */
6704 - 4 17 1 0 2 0 /* TxD4 */
6705 - 4 16 1 0 2 0 /* TxD5 */
6706 - 4 15 1 0 2 0 /* TxD6 */
6707 - 4 14 1 0 2 0 /* TxD7 */
6708 - 4 0f 2 0 2 0 /* RxD0 */
6709 - 4 0e 2 0 2 0 /* RxD1 */
6710 - 4 0d 2 0 2 0 /* RxD2 */
6711 - 4 0c 2 0 2 0 /* RxD3 */
6712 - 4 1d 2 0 2 0 /* RxD4 */
6713 - 4 1c 2 0 2 0 /* RxD5 */
6714 - 4 1b 2 0 2 0 /* RxD6 */
6715 - 4 1a 2 0 2 0 /* RxD7 */
6716 - 4 0b 1 0 2 0 /* TX_EN */
6717 - 4 18 1 0 2 0 /* TX_ER */
6718 - 4 10 2 0 2 0 /* RX_DV */
6719 - 4 1e 2 0 2 0 /* RX_ER */
6720 - 4 11 2 0 2 0 /* RX_CLK */
6721 - 4 13 1 0 2 0 /* GTX_CLK */
6722 - 1 1f 2 0 3 0>; /* GTX125 */
6723 + 0x4 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
6724 + 0x4 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
6725 + 0x4 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
6726 + 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
6727 + 0x4 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
6728 + 0x4 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
6729 + 0x4 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
6730 + 0x4 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
6731 + 0x4 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
6732 + 0x4 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
6733 + 0x4 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
6734 + 0x4 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
6735 + 0x4 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
6736 + 0x4 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
6737 + 0x4 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
6738 + 0x4 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
6739 + 0x4 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
6740 + 0x4 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
6741 + 0x4 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
6742 + 0x4 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
6743 + 0x4 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
6744 + 0x4 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
6745 + 0x1 0x1f 0x2 0x0 0x3 0x0>; /* GTX125 */
6750 /* port pin dir open_drain assignment has_irq */
6751 - 5 0a 1 0 2 0 /* TxD0 */
6752 - 5 09 1 0 2 0 /* TxD1 */
6753 - 5 08 1 0 2 0 /* TxD2 */
6754 - 5 07 1 0 2 0 /* TxD3 */
6755 - 5 17 1 0 2 0 /* TxD4 */
6756 - 5 16 1 0 2 0 /* TxD5 */
6757 - 5 15 1 0 2 0 /* TxD6 */
6758 - 5 14 1 0 2 0 /* TxD7 */
6759 - 5 0f 2 0 2 0 /* RxD0 */
6760 - 5 0e 2 0 2 0 /* RxD1 */
6761 - 5 0d 2 0 2 0 /* RxD2 */
6762 - 5 0c 2 0 2 0 /* RxD3 */
6763 - 5 1d 2 0 2 0 /* RxD4 */
6764 - 5 1c 2 0 2 0 /* RxD5 */
6765 - 5 1b 2 0 2 0 /* RxD6 */
6766 - 5 1a 2 0 2 0 /* RxD7 */
6767 - 5 0b 1 0 2 0 /* TX_EN */
6768 - 5 18 1 0 2 0 /* TX_ER */
6769 - 5 10 2 0 2 0 /* RX_DV */
6770 - 5 1e 2 0 2 0 /* RX_ER */
6771 - 5 11 2 0 2 0 /* RX_CLK */
6772 - 5 13 1 0 2 0 /* GTX_CLK */
6773 - 1 1f 2 0 3 0 /* GTX125 */
6774 - 4 06 3 0 2 0 /* MDIO */
6775 - 4 05 1 0 2 0>; /* MDC */
6776 + 0x5 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
6777 + 0x5 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
6778 + 0x5 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
6779 + 0x5 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
6780 + 0x5 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
6781 + 0x5 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
6782 + 0x5 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
6783 + 0x5 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
6784 + 0x5 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
6785 + 0x5 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
6786 + 0x5 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
6787 + 0x5 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
6788 + 0x5 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
6789 + 0x5 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
6790 + 0x5 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
6791 + 0x5 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
6792 + 0x5 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
6793 + 0x5 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
6794 + 0x5 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
6795 + 0x5 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
6796 + 0x5 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
6797 + 0x5 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
6798 + 0x1 0x1f 0x2 0x0 0x3 0x0 /* GTX125 */
6799 + 0x4 0x6 0x3 0x0 0x2 0x0 /* MDIO */
6800 + 0x4 0x5 0x1 0x0 0x2 0x0>; /* MDC */
6804 @@ -285,28 +282,28 @@
6807 compatible = "fsl,qe";
6808 - ranges = <0 e0080000 00040000>;
6809 - reg = <e0080000 480>;
6810 + ranges = <0x0 0xe0080000 0x40000>;
6811 + reg = <0xe0080000 0x480>;
6812 brg-frequency = <0>;
6813 - bus-frequency = <179A7B00>;
6814 + bus-frequency = <396000000>;
6817 #address-cells = <1>;
6819 compatible = "fsl,qe-muram", "fsl,cpm-muram";
6820 - ranges = <0 00010000 0000c000>;
6821 + ranges = <0x0 0x10000 0x10000>;
6824 compatible = "fsl,qe-muram-data",
6825 "fsl,cpm-muram-data";
6827 + reg = <0x0 0x10000>;
6833 compatible = "fsl,spi";
6835 + reg = <0x4c0 0x40>;
6837 interrupt-parent = <&qeic>;
6842 compatible = "fsl,spi";
6844 + reg = <0x500 0x40>;
6846 interrupt-parent = <&qeic>;
6848 @@ -324,11 +321,9 @@
6850 device_type = "network";
6851 compatible = "ucc_geth";
6856 - interrupts = <20>;
6857 + reg = <0x2000 0x200>;
6858 + interrupts = <32>;
6859 interrupt-parent = <&qeic>;
6860 local-mac-address = [ 00 00 00 00 00 00 ];
6861 rx-clock-name = "none";
6862 @@ -341,11 +336,9 @@
6864 device_type = "network";
6865 compatible = "ucc_geth";
6870 - interrupts = <21>;
6871 + reg = <0x3000 0x200>;
6872 + interrupts = <33>;
6873 interrupt-parent = <&qeic>;
6874 local-mac-address = [ 00 00 00 00 00 00 ];
6875 rx-clock-name = "none";
6878 #address-cells = <1>;
6881 + reg = <0x2120 0x18>;
6882 compatible = "fsl,ucc-mdio";
6884 /* These are the same PHYs as on
6885 @@ -366,25 +359,25 @@
6886 qe_phy0: ethernet-phy@07 {
6887 interrupt-parent = <&mpic>;
6891 device_type = "ethernet-phy";
6893 qe_phy1: ethernet-phy@01 {
6894 interrupt-parent = <&mpic>;
6898 device_type = "ethernet-phy";
6900 qe_phy2: ethernet-phy@02 {
6901 interrupt-parent = <&mpic>;
6905 device_type = "ethernet-phy";
6907 qe_phy3: ethernet-phy@03 {
6908 interrupt-parent = <&mpic>;
6912 device_type = "ethernet-phy";
6916 compatible = "fsl,qe-ic";
6917 #address-cells = <0>;
6918 #interrupt-cells = <1>;
6920 + reg = <0x80 0x80>;
6922 - interrupts = <2e 2 2e 2>; //high:30 low:30
6923 + interrupts = <46 2 46 2>; //high:30 low:30
6924 interrupt-parent = <&mpic>;
6927 @@ -404,30 +397,30 @@
6929 pci0: pci@e0008000 {
6931 - interrupt-map-mask = <f800 0 0 7>;
6932 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6934 /* IDSEL 0x12 AD18 */
6935 - 9000 0 0 1 &mpic 5 1
6936 - 9000 0 0 2 &mpic 6 1
6937 - 9000 0 0 3 &mpic 7 1
6938 - 9000 0 0 4 &mpic 4 1
6939 + 0x9000 0x0 0x0 0x1 &mpic 0x5 0x1
6940 + 0x9000 0x0 0x0 0x2 &mpic 0x6 0x1
6941 + 0x9000 0x0 0x0 0x3 &mpic 0x7 0x1
6942 + 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
6944 /* IDSEL 0x13 AD19 */
6945 - 9800 0 0 1 &mpic 6 1
6946 - 9800 0 0 2 &mpic 7 1
6947 - 9800 0 0 3 &mpic 4 1
6948 - 9800 0 0 4 &mpic 5 1>;
6949 + 0x9800 0x0 0x0 0x1 &mpic 0x6 0x1
6950 + 0x9800 0x0 0x0 0x2 &mpic 0x7 0x1
6951 + 0x9800 0x0 0x0 0x3 &mpic 0x4 0x1
6952 + 0x9800 0x0 0x0 0x4 &mpic 0x5 0x1>;
6954 interrupt-parent = <&mpic>;
6955 - interrupts = <18 2>;
6956 - bus-range = <0 ff>;
6957 - ranges = <02000000 0 80000000 80000000 0 20000000
6958 - 01000000 0 00000000 e2000000 0 00800000>;
6959 - clock-frequency = <3f940aa>;
6960 + interrupts = <24 2>;
6961 + bus-range = <0 255>;
6962 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
6963 + 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
6964 + clock-frequency = <66666666>;
6965 #interrupt-cells = <1>;
6967 #address-cells = <3>;
6968 - reg = <e0008000 1000>;
6969 + reg = <0xe0008000 0x1000>;
6970 compatible = "fsl,mpc8540-pci";
6971 device_type = "pci";
6973 @@ -435,39 +428,39 @@
6975 pci1: pcie@e000a000 {
6977 - interrupt-map-mask = <f800 0 0 7>;
6978 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
6981 /* IDSEL 0x0 (PEX) */
6982 - 00000 0 0 1 &mpic 0 1
6983 - 00000 0 0 2 &mpic 1 1
6984 - 00000 0 0 3 &mpic 2 1
6985 - 00000 0 0 4 &mpic 3 1>;
6986 + 00000 0x0 0x0 0x1 &mpic 0x0 0x1
6987 + 00000 0x0 0x0 0x2 &mpic 0x1 0x1
6988 + 00000 0x0 0x0 0x3 &mpic 0x2 0x1
6989 + 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
6991 interrupt-parent = <&mpic>;
6992 - interrupts = <1a 2>;
6993 - bus-range = <0 ff>;
6994 - ranges = <02000000 0 a0000000 a0000000 0 10000000
6995 - 01000000 0 00000000 e2800000 0 00800000>;
6996 - clock-frequency = <1fca055>;
6997 + interrupts = <26 2>;
6998 + bus-range = <0 255>;
6999 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
7000 + 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
7001 + clock-frequency = <33333333>;
7002 #interrupt-cells = <1>;
7004 #address-cells = <3>;
7005 - reg = <e000a000 1000>;
7006 + reg = <0xe000a000 0x1000>;
7007 compatible = "fsl,mpc8548-pcie";
7008 device_type = "pci";
7010 - reg = <0 0 0 0 0>;
7011 + reg = <0x0 0x0 0x0 0x0 0x0>;
7013 #address-cells = <3>;
7014 device_type = "pci";
7015 - ranges = <02000000 0 a0000000
7016 - 02000000 0 a0000000
7019 - 01000000 0 00000000
7020 - 01000000 0 00000000
7022 + ranges = <0x2000000 0x0 0xa0000000
7023 + 0x2000000 0x0 0xa0000000
7032 --- a/arch/powerpc/boot/dts/mpc8572ds.dts
7033 +++ b/arch/powerpc/boot/dts/mpc8572ds.dts
7036 * MPC8572 DS Device Tree Source
7038 - * Copyright 2007 Freescale Semiconductor Inc.
7039 + * Copyright 2007, 2008 Freescale Semiconductor Inc.
7041 * This program is free software; you can redistribute it and/or modify it
7042 * under the terms of the GNU General Public License as published by the
7044 * option) any later version.
7049 model = "fsl,MPC8572DS";
7050 compatible = "fsl,MPC8572DS";
7054 device_type = "cpu";
7056 - d-cache-line-size = <20>; // 32 bytes
7057 - i-cache-line-size = <20>; // 32 bytes
7058 - d-cache-size = <8000>; // L1, 32K
7059 - i-cache-size = <8000>; // L1, 32K
7061 + d-cache-line-size = <32>; // 32 bytes
7062 + i-cache-line-size = <32>; // 32 bytes
7063 + d-cache-size = <0x8000>; // L1, 32K
7064 + i-cache-size = <0x8000>; // L1, 32K
7065 timebase-frequency = <0>;
7066 bus-frequency = <0>;
7067 clock-frequency = <0>;
7071 device_type = "cpu";
7073 - d-cache-line-size = <20>; // 32 bytes
7074 - i-cache-line-size = <20>; // 32 bytes
7075 - d-cache-size = <8000>; // L1, 32K
7076 - i-cache-size = <8000>; // L1, 32K
7078 + d-cache-line-size = <32>; // 32 bytes
7079 + i-cache-line-size = <32>; // 32 bytes
7080 + d-cache-size = <0x8000>; // L1, 32K
7081 + i-cache-size = <0x8000>; // L1, 32K
7082 timebase-frequency = <0>;
7083 bus-frequency = <0>;
7084 clock-frequency = <0>;
7088 device_type = "memory";
7089 - reg = <00000000 00000000>; // Filled by U-Boot
7090 + reg = <0x0 0x0>; // Filled by U-Boot
7094 #address-cells = <1>;
7096 device_type = "soc";
7097 - ranges = <00000000 ffe00000 00100000>;
7098 - reg = <ffe00000 00001000>; // CCSRBAR & soc regs, remove once parse code for immrbase fixed
7099 + ranges = <0x0 0xffe00000 0x100000>;
7100 + reg = <0xffe00000 0x1000>; // CCSRBAR & soc regs, remove once parse code for immrbase fixed
7101 bus-frequency = <0>; // Filled out by uboot.
7103 memory-controller@2000 {
7104 compatible = "fsl,mpc8572-memory-controller";
7105 - reg = <2000 1000>;
7106 + reg = <0x2000 0x1000>;
7107 interrupt-parent = <&mpic>;
7108 - interrupts = <12 2>;
7109 + interrupts = <18 2>;
7112 memory-controller@6000 {
7113 compatible = "fsl,mpc8572-memory-controller";
7114 - reg = <6000 1000>;
7115 + reg = <0x6000 0x1000>;
7116 interrupt-parent = <&mpic>;
7117 - interrupts = <12 2>;
7118 + interrupts = <18 2>;
7121 l2-cache-controller@20000 {
7122 compatible = "fsl,mpc8572-l2-cache-controller";
7123 - reg = <20000 1000>;
7124 - cache-line-size = <20>; // 32 bytes
7125 - cache-size = <80000>; // L2, 512K
7126 + reg = <0x20000 0x1000>;
7127 + cache-line-size = <32>; // 32 bytes
7128 + cache-size = <0x80000>; // L2, 512K
7129 interrupt-parent = <&mpic>;
7130 - interrupts = <10 2>;
7131 + interrupts = <16 2>;
7138 compatible = "fsl-i2c";
7140 - interrupts = <2b 2>;
7141 + reg = <0x3000 0x100>;
7142 + interrupts = <43 2>;
7143 interrupt-parent = <&mpic>;
7149 compatible = "fsl-i2c";
7151 - interrupts = <2b 2>;
7152 + reg = <0x3100 0x100>;
7153 + interrupts = <43 2>;
7154 interrupt-parent = <&mpic>;
7157 @@ -118,27 +119,27 @@
7158 #address-cells = <1>;
7160 compatible = "fsl,gianfar-mdio";
7162 + reg = <0x24520 0x20>;
7164 phy0: ethernet-phy@0 {
7165 interrupt-parent = <&mpic>;
7166 - interrupts = <a 1>;
7168 + interrupts = <10 1>;
7171 phy1: ethernet-phy@1 {
7172 interrupt-parent = <&mpic>;
7173 - interrupts = <a 1>;
7175 + interrupts = <10 1>;
7178 phy2: ethernet-phy@2 {
7179 interrupt-parent = <&mpic>;
7180 - interrupts = <a 1>;
7182 + interrupts = <10 1>;
7185 phy3: ethernet-phy@3 {
7186 interrupt-parent = <&mpic>;
7187 - interrupts = <a 1>;
7189 + interrupts = <10 1>;
7195 device_type = "network";
7197 compatible = "gianfar";
7198 - reg = <24000 1000>;
7199 + reg = <0x24000 0x1000>;
7200 local-mac-address = [ 00 00 00 00 00 00 ];
7201 - interrupts = <1d 2 1e 2 22 2>;
7202 + interrupts = <29 2 30 2 34 2>;
7203 interrupt-parent = <&mpic>;
7204 phy-handle = <&phy0>;
7205 phy-connection-type = "rgmii-id";
7207 device_type = "network";
7209 compatible = "gianfar";
7210 - reg = <25000 1000>;
7211 + reg = <0x25000 0x1000>;
7212 local-mac-address = [ 00 00 00 00 00 00 ];
7213 - interrupts = <23 2 24 2 28 2>;
7214 + interrupts = <35 2 36 2 40 2>;
7215 interrupt-parent = <&mpic>;
7216 phy-handle = <&phy1>;
7217 phy-connection-type = "rgmii-id";
7219 device_type = "network";
7221 compatible = "gianfar";
7222 - reg = <26000 1000>;
7223 + reg = <0x26000 0x1000>;
7224 local-mac-address = [ 00 00 00 00 00 00 ];
7225 - interrupts = <1f 2 20 2 21 2>;
7226 + interrupts = <31 2 32 2 33 2>;
7227 interrupt-parent = <&mpic>;
7228 phy-handle = <&phy2>;
7229 phy-connection-type = "rgmii-id";
7231 device_type = "network";
7233 compatible = "gianfar";
7234 - reg = <27000 1000>;
7235 + reg = <0x27000 0x1000>;
7236 local-mac-address = [ 00 00 00 00 00 00 ];
7237 - interrupts = <25 2 26 2 27 2>;
7238 + interrupts = <37 2 38 2 39 2>;
7239 interrupt-parent = <&mpic>;
7240 phy-handle = <&phy3>;
7241 phy-connection-type = "rgmii-id";
7244 device_type = "serial";
7245 compatible = "ns16550";
7247 + reg = <0x4500 0x100>;
7248 clock-frequency = <0>;
7249 - interrupts = <2a 2>;
7250 + interrupts = <42 2>;
7251 interrupt-parent = <&mpic>;
7254 @@ -208,15 +209,15 @@
7256 device_type = "serial";
7257 compatible = "ns16550";
7259 + reg = <0x4600 0x100>;
7260 clock-frequency = <0>;
7261 - interrupts = <2a 2>;
7262 + interrupts = <42 2>;
7263 interrupt-parent = <&mpic>;
7266 global-utilities@e0000 { //global utilities block
7267 compatible = "fsl,mpc8572-guts";
7268 - reg = <e0000 1000>;
7269 + reg = <0xe0000 0x1000>;
7274 interrupt-controller;
7275 #address-cells = <0>;
7276 #interrupt-cells = <2>;
7277 - reg = <40000 40000>;
7278 + reg = <0x40000 0x40000>;
7279 compatible = "chrp,open-pic";
7280 device_type = "open-pic";
7282 @@ -239,167 +240,167 @@
7283 #interrupt-cells = <1>;
7285 #address-cells = <3>;
7286 - reg = <ffe08000 1000>;
7287 - bus-range = <0 ff>;
7288 - ranges = <02000000 0 80000000 80000000 0 20000000
7289 - 01000000 0 00000000 ffc00000 0 00010000>;
7290 - clock-frequency = <1fca055>;
7291 + reg = <0xffe08000 0x1000>;
7292 + bus-range = <0 255>;
7293 + ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
7294 + 0x1000000 0x0 0x0 0xffc00000 0x0 0x10000>;
7295 + clock-frequency = <33333333>;
7296 interrupt-parent = <&mpic>;
7297 - interrupts = <18 2>;
7298 - interrupt-map-mask = <ff00 0 0 7>;
7299 + interrupts = <24 2>;
7300 + interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
7302 /* IDSEL 0x11 func 0 - PCI slot 1 */
7303 - 8800 0 0 1 &mpic 2 1
7304 - 8800 0 0 2 &mpic 3 1
7305 - 8800 0 0 3 &mpic 4 1
7306 - 8800 0 0 4 &mpic 1 1
7307 + 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
7308 + 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
7309 + 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
7310 + 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
7312 /* IDSEL 0x11 func 1 - PCI slot 1 */
7313 - 8900 0 0 1 &mpic 2 1
7314 - 8900 0 0 2 &mpic 3 1
7315 - 8900 0 0 3 &mpic 4 1
7316 - 8900 0 0 4 &mpic 1 1
7317 + 0x8900 0x0 0x0 0x1 &mpic 0x2 0x1
7318 + 0x8900 0x0 0x0 0x2 &mpic 0x3 0x1
7319 + 0x8900 0x0 0x0 0x3 &mpic 0x4 0x1
7320 + 0x8900 0x0 0x0 0x4 &mpic 0x1 0x1
7322 /* IDSEL 0x11 func 2 - PCI slot 1 */
7323 - 8a00 0 0 1 &mpic 2 1
7324 - 8a00 0 0 2 &mpic 3 1
7325 - 8a00 0 0 3 &mpic 4 1
7326 - 8a00 0 0 4 &mpic 1 1
7327 + 0x8a00 0x0 0x0 0x1 &mpic 0x2 0x1
7328 + 0x8a00 0x0 0x0 0x2 &mpic 0x3 0x1
7329 + 0x8a00 0x0 0x0 0x3 &mpic 0x4 0x1
7330 + 0x8a00 0x0 0x0 0x4 &mpic 0x1 0x1
7332 /* IDSEL 0x11 func 3 - PCI slot 1 */
7333 - 8b00 0 0 1 &mpic 2 1
7334 - 8b00 0 0 2 &mpic 3 1
7335 - 8b00 0 0 3 &mpic 4 1
7336 - 8b00 0 0 4 &mpic 1 1
7337 + 0x8b00 0x0 0x0 0x1 &mpic 0x2 0x1
7338 + 0x8b00 0x0 0x0 0x2 &mpic 0x3 0x1
7339 + 0x8b00 0x0 0x0 0x3 &mpic 0x4 0x1
7340 + 0x8b00 0x0 0x0 0x4 &mpic 0x1 0x1
7342 /* IDSEL 0x11 func 4 - PCI slot 1 */
7343 - 8c00 0 0 1 &mpic 2 1
7344 - 8c00 0 0 2 &mpic 3 1
7345 - 8c00 0 0 3 &mpic 4 1
7346 - 8c00 0 0 4 &mpic 1 1
7347 + 0x8c00 0x0 0x0 0x1 &mpic 0x2 0x1
7348 + 0x8c00 0x0 0x0 0x2 &mpic 0x3 0x1
7349 + 0x8c00 0x0 0x0 0x3 &mpic 0x4 0x1
7350 + 0x8c00 0x0 0x0 0x4 &mpic 0x1 0x1
7352 /* IDSEL 0x11 func 5 - PCI slot 1 */
7353 - 8d00 0 0 1 &mpic 2 1
7354 - 8d00 0 0 2 &mpic 3 1
7355 - 8d00 0 0 3 &mpic 4 1
7356 - 8d00 0 0 4 &mpic 1 1
7357 + 0x8d00 0x0 0x0 0x1 &mpic 0x2 0x1
7358 + 0x8d00 0x0 0x0 0x2 &mpic 0x3 0x1
7359 + 0x8d00 0x0 0x0 0x3 &mpic 0x4 0x1
7360 + 0x8d00 0x0 0x0 0x4 &mpic 0x1 0x1
7362 /* IDSEL 0x11 func 6 - PCI slot 1 */
7363 - 8e00 0 0 1 &mpic 2 1
7364 - 8e00 0 0 2 &mpic 3 1
7365 - 8e00 0 0 3 &mpic 4 1
7366 - 8e00 0 0 4 &mpic 1 1
7367 + 0x8e00 0x0 0x0 0x1 &mpic 0x2 0x1
7368 + 0x8e00 0x0 0x0 0x2 &mpic 0x3 0x1
7369 + 0x8e00 0x0 0x0 0x3 &mpic 0x4 0x1
7370 + 0x8e00 0x0 0x0 0x4 &mpic 0x1 0x1
7372 /* IDSEL 0x11 func 7 - PCI slot 1 */
7373 - 8f00 0 0 1 &mpic 2 1
7374 - 8f00 0 0 2 &mpic 3 1
7375 - 8f00 0 0 3 &mpic 4 1
7376 - 8f00 0 0 4 &mpic 1 1
7377 + 0x8f00 0x0 0x0 0x1 &mpic 0x2 0x1
7378 + 0x8f00 0x0 0x0 0x2 &mpic 0x3 0x1
7379 + 0x8f00 0x0 0x0 0x3 &mpic 0x4 0x1
7380 + 0x8f00 0x0 0x0 0x4 &mpic 0x1 0x1
7382 /* IDSEL 0x12 func 0 - PCI slot 2 */
7383 - 9000 0 0 1 &mpic 3 1
7384 - 9000 0 0 2 &mpic 4 1
7385 - 9000 0 0 3 &mpic 1 1
7386 - 9000 0 0 4 &mpic 2 1
7387 + 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
7388 + 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
7389 + 0x9000 0x0 0x0 0x3 &mpic 0x1 0x1
7390 + 0x9000 0x0 0x0 0x4 &mpic 0x2 0x1
7392 /* IDSEL 0x12 func 1 - PCI slot 2 */
7393 - 9100 0 0 1 &mpic 3 1
7394 - 9100 0 0 2 &mpic 4 1
7395 - 9100 0 0 3 &mpic 1 1
7396 - 9100 0 0 4 &mpic 2 1
7397 + 0x9100 0x0 0x0 0x1 &mpic 0x3 0x1
7398 + 0x9100 0x0 0x0 0x2 &mpic 0x4 0x1
7399 + 0x9100 0x0 0x0 0x3 &mpic 0x1 0x1
7400 + 0x9100 0x0 0x0 0x4 &mpic 0x2 0x1
7402 /* IDSEL 0x12 func 2 - PCI slot 2 */
7403 - 9200 0 0 1 &mpic 3 1
7404 - 9200 0 0 2 &mpic 4 1
7405 - 9200 0 0 3 &mpic 1 1
7406 - 9200 0 0 4 &mpic 2 1
7407 + 0x9200 0x0 0x0 0x1 &mpic 0x3 0x1
7408 + 0x9200 0x0 0x0 0x2 &mpic 0x4 0x1
7409 + 0x9200 0x0 0x0 0x3 &mpic 0x1 0x1
7410 + 0x9200 0x0 0x0 0x4 &mpic 0x2 0x1
7412 /* IDSEL 0x12 func 3 - PCI slot 2 */
7413 - 9300 0 0 1 &mpic 3 1
7414 - 9300 0 0 2 &mpic 4 1
7415 - 9300 0 0 3 &mpic 1 1
7416 - 9300 0 0 4 &mpic 2 1
7417 + 0x9300 0x0 0x0 0x1 &mpic 0x3 0x1
7418 + 0x9300 0x0 0x0 0x2 &mpic 0x4 0x1
7419 + 0x9300 0x0 0x0 0x3 &mpic 0x1 0x1
7420 + 0x9300 0x0 0x0 0x4 &mpic 0x2 0x1
7422 /* IDSEL 0x12 func 4 - PCI slot 2 */
7423 - 9400 0 0 1 &mpic 3 1
7424 - 9400 0 0 2 &mpic 4 1
7425 - 9400 0 0 3 &mpic 1 1
7426 - 9400 0 0 4 &mpic 2 1
7427 + 0x9400 0x0 0x0 0x1 &mpic 0x3 0x1
7428 + 0x9400 0x0 0x0 0x2 &mpic 0x4 0x1
7429 + 0x9400 0x0 0x0 0x3 &mpic 0x1 0x1
7430 + 0x9400 0x0 0x0 0x4 &mpic 0x2 0x1
7432 /* IDSEL 0x12 func 5 - PCI slot 2 */
7433 - 9500 0 0 1 &mpic 3 1
7434 - 9500 0 0 2 &mpic 4 1
7435 - 9500 0 0 3 &mpic 1 1
7436 - 9500 0 0 4 &mpic 2 1
7437 + 0x9500 0x0 0x0 0x1 &mpic 0x3 0x1
7438 + 0x9500 0x0 0x0 0x2 &mpic 0x4 0x1
7439 + 0x9500 0x0 0x0 0x3 &mpic 0x1 0x1
7440 + 0x9500 0x0 0x0 0x4 &mpic 0x2 0x1
7442 /* IDSEL 0x12 func 6 - PCI slot 2 */
7443 - 9600 0 0 1 &mpic 3 1
7444 - 9600 0 0 2 &mpic 4 1
7445 - 9600 0 0 3 &mpic 1 1
7446 - 9600 0 0 4 &mpic 2 1
7447 + 0x9600 0x0 0x0 0x1 &mpic 0x3 0x1
7448 + 0x9600 0x0 0x0 0x2 &mpic 0x4 0x1
7449 + 0x9600 0x0 0x0 0x3 &mpic 0x1 0x1
7450 + 0x9600 0x0 0x0 0x4 &mpic 0x2 0x1
7452 /* IDSEL 0x12 func 7 - PCI slot 2 */
7453 - 9700 0 0 1 &mpic 3 1
7454 - 9700 0 0 2 &mpic 4 1
7455 - 9700 0 0 3 &mpic 1 1
7456 - 9700 0 0 4 &mpic 2 1
7457 + 0x9700 0x0 0x0 0x1 &mpic 0x3 0x1
7458 + 0x9700 0x0 0x0 0x2 &mpic 0x4 0x1
7459 + 0x9700 0x0 0x0 0x3 &mpic 0x1 0x1
7460 + 0x9700 0x0 0x0 0x4 &mpic 0x2 0x1
7463 - e000 0 0 1 &i8259 c 2
7464 - e100 0 0 2 &i8259 9 2
7465 - e200 0 0 3 &i8259 a 2
7466 - e300 0 0 4 &i8259 b 2
7467 + 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
7468 + 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
7469 + 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
7470 + 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
7473 - e800 0 0 1 &i8259 6 2
7474 + 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
7476 // IDSEL 0x1e Legacy
7477 - f000 0 0 1 &i8259 7 2
7478 - f100 0 0 1 &i8259 7 2
7479 + 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
7480 + 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
7482 // IDSEL 0x1f IDE/SATA
7483 - f800 0 0 1 &i8259 e 2
7484 - f900 0 0 1 &i8259 5 2
7485 + 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
7486 + 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
7491 - reg = <0 0 0 0 0>;
7492 + reg = <0x0 0x0 0x0 0x0 0x0>;
7494 #address-cells = <3>;
7495 device_type = "pci";
7496 - ranges = <02000000 0 80000000
7497 - 02000000 0 80000000
7500 - 01000000 0 00000000
7501 - 01000000 0 00000000
7503 + ranges = <0x2000000 0x0 0x80000000
7504 + 0x2000000 0x0 0x80000000
7511 - reg = <0 0 0 0 0>;
7512 + reg = <0x0 0x0 0x0 0x0 0x0>;
7514 #address-cells = <3>;
7515 - ranges = <02000000 0 80000000
7516 - 02000000 0 80000000
7519 - 01000000 0 00000000
7520 - 01000000 0 00000000
7522 + ranges = <0x2000000 0x0 0x80000000
7523 + 0x2000000 0x0 0x80000000
7530 device_type = "isa";
7531 #interrupt-cells = <2>;
7533 #address-cells = <2>;
7534 - reg = <f000 0 0 0 0>;
7535 - ranges = <1 0 01000000 0 0
7537 + reg = <0xf000 0x0 0x0 0x0 0x0>;
7538 + ranges = <0x1 0x0 0x1000000 0x0 0x0
7540 interrupt-parent = <&i8259>;
7542 i8259: interrupt-controller@20 {
7546 + reg = <0x1 0x20 0x2
7549 interrupt-controller;
7550 device_type = "interrupt-controller";
7551 #address-cells = <0>;
7552 @@ -412,29 +413,29 @@
7555 #address-cells = <1>;
7556 - reg = <1 60 1 1 64 1>;
7557 - interrupts = <1 3 c 3>;
7558 + reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
7559 + interrupts = <1 3 12 3>;
7566 compatible = "pnpPNP,303";
7572 compatible = "pnpPNP,f03";
7577 compatible = "pnpPNP,b00";
7579 + reg = <0x1 0x70 0x2>;
7584 + reg = <0x1 0x400 0x80>;
7588 @@ -449,33 +450,33 @@
7589 #interrupt-cells = <1>;
7591 #address-cells = <3>;
7592 - reg = <ffe09000 1000>;
7593 - bus-range = <0 ff>;
7594 - ranges = <02000000 0 a0000000 a0000000 0 20000000
7595 - 01000000 0 00000000 ffc10000 0 00010000>;
7596 - clock-frequency = <1fca055>;
7597 + reg = <0xffe09000 0x1000>;
7598 + bus-range = <0 255>;
7599 + ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
7600 + 0x1000000 0x0 0x0 0xffc10000 0x0 0x10000>;
7601 + clock-frequency = <33333333>;
7602 interrupt-parent = <&mpic>;
7603 - interrupts = <1a 2>;
7604 - interrupt-map-mask = <f800 0 0 7>;
7605 + interrupts = <26 2>;
7606 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
7609 - 0000 0 0 1 &mpic 4 1
7610 - 0000 0 0 2 &mpic 5 1
7611 - 0000 0 0 3 &mpic 6 1
7612 - 0000 0 0 4 &mpic 7 1
7613 + 0000 0x0 0x0 0x1 &mpic 0x4 0x1
7614 + 0000 0x0 0x0 0x2 &mpic 0x5 0x1
7615 + 0000 0x0 0x0 0x3 &mpic 0x6 0x1
7616 + 0000 0x0 0x0 0x4 &mpic 0x7 0x1
7619 - reg = <0 0 0 0 0>;
7620 + reg = <0x0 0x0 0x0 0x0 0x0>;
7622 #address-cells = <3>;
7623 device_type = "pci";
7624 - ranges = <02000000 0 a0000000
7625 - 02000000 0 a0000000
7628 - 01000000 0 00000000
7629 - 01000000 0 00000000
7631 + ranges = <0x2000000 0x0 0xa0000000
7632 + 0x2000000 0x0 0xa0000000
7641 @@ -486,33 +487,33 @@
7642 #interrupt-cells = <1>;
7644 #address-cells = <3>;
7645 - reg = <ffe0a000 1000>;
7646 - bus-range = <0 ff>;
7647 - ranges = <02000000 0 c0000000 c0000000 0 20000000
7648 - 01000000 0 00000000 ffc20000 0 00010000>;
7649 - clock-frequency = <1fca055>;
7650 + reg = <0xffe0a000 0x1000>;
7651 + bus-range = <0 255>;
7652 + ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
7653 + 0x1000000 0x0 0x0 0xffc20000 0x0 0x10000>;
7654 + clock-frequency = <33333333>;
7655 interrupt-parent = <&mpic>;
7656 - interrupts = <1b 2>;
7657 - interrupt-map-mask = <f800 0 0 7>;
7658 + interrupts = <27 2>;
7659 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
7662 - 0000 0 0 1 &mpic 0 1
7663 - 0000 0 0 2 &mpic 1 1
7664 - 0000 0 0 3 &mpic 2 1
7665 - 0000 0 0 4 &mpic 3 1
7666 + 0000 0x0 0x0 0x1 &mpic 0x0 0x1
7667 + 0000 0x0 0x0 0x2 &mpic 0x1 0x1
7668 + 0000 0x0 0x0 0x3 &mpic 0x2 0x1
7669 + 0000 0x0 0x0 0x4 &mpic 0x3 0x1
7672 - reg = <0 0 0 0 0>;
7673 + reg = <0x0 0x0 0x0 0x0 0x0>;
7675 #address-cells = <3>;
7676 device_type = "pci";
7677 - ranges = <02000000 0 c0000000
7678 - 02000000 0 c0000000
7681 - 01000000 0 00000000
7682 - 01000000 0 00000000
7684 + ranges = <0x2000000 0x0 0xc0000000
7685 + 0x2000000 0x0 0xc0000000
7694 --- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
7695 +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
7699 model = "MPC8641HPCN";
7700 - compatible = "mpc86xx";
7701 + compatible = "fsl,mpc8641hpcn";
7702 #address-cells = <1>;
7705 --- a/arch/powerpc/boot/dts/mpc866ads.dts
7706 +++ b/arch/powerpc/boot/dts/mpc866ads.dts
7708 * MPC866 ADS Device Tree Source
7710 * Copyright 2006 MontaVista Software, Inc.
7711 + * Copyright 2008 Freescale Semiconductor, Inc.
7713 * This program is free software; you can redistribute it and/or modify it
7714 * under the terms of the GNU General Public License as published by the
7716 * option) any later version.
7722 model = "MPC866ADS";
7726 device_type = "cpu";
7728 - d-cache-line-size = <10>; // 16 bytes
7729 - i-cache-line-size = <10>; // 16 bytes
7730 - d-cache-size = <2000>; // L1, 8K
7731 - i-cache-size = <4000>; // L1, 16K
7733 + d-cache-line-size = <16>; // 16 bytes
7734 + i-cache-line-size = <16>; // 16 bytes
7735 + d-cache-size = <0x2000>; // L1, 8K
7736 + i-cache-size = <0x4000>; // L1, 16K
7737 timebase-frequency = <0>;
7738 bus-frequency = <0>;
7739 clock-frequency = <0>;
7740 - interrupts = <f 2>; // decrementer interrupt
7741 + interrupts = <15 2>; // decrementer interrupt
7742 interrupt-parent = <&PIC>;
7747 device_type = "memory";
7748 - reg = <00000000 800000>;
7749 + reg = <0x0 0x800000>;
7753 compatible = "fsl,mpc866-localbus", "fsl,pq1-localbus";
7754 #address-cells = <2>;
7756 - reg = <ff000100 40>;
7757 + reg = <0xff000100 0x40>;
7760 - 1 0 ff080000 00008000
7761 - 5 0 ff0a0000 00008000
7762 + 0x1 0x0 0xff080000 0x8000
7763 + 0x5 0x0 0xff0a0000 0x8000
7767 - reg = <1 0 20 5 300 4>;
7768 + reg = <0x1 0x0 0x20 0x5 0x300 0x4>;
7769 compatible = "fsl,mpc866ads-bcsr";
7773 #address-cells = <1>;
7775 device_type = "soc";
7776 - ranges = <0 ff000000 00100000>;
7777 - reg = <ff000000 00000200>;
7778 + ranges = <0x0 0xff000000 0x100000>;
7779 + reg = <0xff000000 0x200>;
7780 bus-frequency = <0>;
7783 compatible = "fsl,mpc866-fec-mdio", "fsl,pq1-fec-mdio";
7785 + reg = <0xe00 0x188>;
7786 #address-cells = <1>;
7788 PHY: ethernet-phy@f {
7791 device_type = "ethernet-phy";
7795 device_type = "network";
7796 compatible = "fsl,mpc866-fec-enet",
7799 + reg = <0xe00 0x188>;
7800 local-mac-address = [ 00 00 00 00 00 00 ];
7802 interrupt-parent = <&PIC>;
7805 interrupt-controller;
7806 #interrupt-cells = <2>;
7809 compatible = "fsl,mpc866-pic", "fsl,pq1-pic";
7814 compatible = "fsl,mpc866-cpm", "fsl,cpm1";
7817 + reg = <0x9c0 0x40>;
7818 brg-frequency = <0>;
7819 interrupts = <0 2>; // cpm error interrupt
7820 interrupt-parent = <&CPM_PIC>;
7821 @@ -108,11 +110,11 @@
7823 #address-cells = <1>;
7825 - ranges = <0 2000 2000>;
7826 + ranges = <0x0 0x2000 0x2000>;
7829 compatible = "fsl,cpm-muram-data";
7831 + reg = <0x0 0x1c00>;
7836 compatible = "fsl,mpc866-brg",
7840 + reg = <0x9f0 0x10>;
7841 clock-frequency = <0>;
7845 #interrupt-cells = <1>;
7846 interrupts = <5 2 0 2>;
7847 interrupt-parent = <&PIC>;
7849 + reg = <0x930 0x20>;
7850 compatible = "fsl,mpc866-cpm-pic",
7853 @@ -140,31 +142,31 @@
7854 device_type = "serial";
7855 compatible = "fsl,mpc866-smc-uart",
7856 "fsl,cpm1-smc-uart";
7857 - reg = <a80 10 3e80 40>;
7858 + reg = <0xa80 0x10 0x3e80 0x40>;
7860 interrupt-parent = <&CPM_PIC>;
7862 - fsl,cpm-command = <0090>;
7863 + fsl,cpm-command = <0x90>;
7867 device_type = "serial";
7868 compatible = "fsl,mpc866-smc-uart",
7869 "fsl,cpm1-smc-uart";
7870 - reg = <a90 10 3f80 40>;
7871 + reg = <0xa90 0x10 0x3f80 0x40>;
7873 interrupt-parent = <&CPM_PIC>;
7875 - fsl,cpm-command = <00d0>;
7876 + fsl,cpm-command = <0xd0>;
7880 device_type = "network";
7881 compatible = "fsl,mpc866-scc-enet",
7882 "fsl,cpm1-scc-enet";
7883 - reg = <a00 18 3c00 100>;
7884 + reg = <0xa00 0x18 0x3c00 0x100>;
7885 local-mac-address = [ 00 00 00 00 00 00 ];
7886 - interrupts = <1e>;
7887 + interrupts = <30>;
7888 interrupt-parent = <&CPM_PIC>;
7889 fsl,cpm-command = <0000>;
7890 linux,network-index = <1>;
7891 --- a/arch/powerpc/boot/dts/mpc885ads.dts
7892 +++ b/arch/powerpc/boot/dts/mpc885ads.dts
7894 * MPC885 ADS Device Tree Source
7896 * Copyright 2006 MontaVista Software, Inc.
7897 - * Copyright 2007 Freescale Semiconductor, Inc.
7898 + * Copyright 2007,2008 Freescale Semiconductor, Inc.
7900 * This program is free software; you can redistribute it and/or modify it
7901 * under the terms of the GNU General Public License as published by the
7903 * option) any later version.
7909 model = "MPC885ADS";
7913 device_type = "cpu";
7915 - d-cache-line-size = <d#16>;
7916 - i-cache-line-size = <d#16>;
7917 - d-cache-size = <d#8192>;
7918 - i-cache-size = <d#8192>;
7920 + d-cache-line-size = <16>;
7921 + i-cache-line-size = <16>;
7922 + d-cache-size = <8192>;
7923 + i-cache-size = <8192>;
7924 timebase-frequency = <0>;
7925 bus-frequency = <0>;
7926 clock-frequency = <0>;
7927 - interrupts = <f 2>; // decrementer interrupt
7928 + interrupts = <15 2>; // decrementer interrupt
7929 interrupt-parent = <&PIC>;
7934 device_type = "memory";
7940 compatible = "fsl,mpc885-localbus", "fsl,pq1-localbus";
7941 #address-cells = <2>;
7943 - reg = <ff000100 40>;
7944 + reg = <0xff000100 0x40>;
7947 - 0 0 fe000000 00800000
7948 - 1 0 ff080000 00008000
7949 - 5 0 ff0a0000 00008000
7950 + 0x0 0x0 0xfe000000 0x800000
7951 + 0x1 0x0 0xff080000 0x8000
7952 + 0x5 0x0 0xff0a0000 0x8000
7956 compatible = "jedec-flash";
7957 - reg = <0 0 800000>;
7958 + reg = <0x0 0x0 0x800000>;
7964 - reg = <1 0 20 5 300 4>;
7965 + reg = <0x1 0x0 0x20 0x5 0x300 0x4>;
7966 compatible = "fsl,mpc885ads-bcsr";
7970 #address-cells = <1>;
7972 device_type = "soc";
7973 - ranges = <0 ff000000 00004000>;
7974 + ranges = <0x0 0xff000000 0x4000>;
7975 bus-frequency = <0>;
7977 // Temporary -- will go away once kernel uses ranges for get_immrbase().
7978 - reg = <ff000000 4000>;
7979 + reg = <0xff000000 0x4000>;
7982 compatible = "fsl,mpc885-fec-mdio", "fsl,pq1-fec-mdio";
7984 + reg = <0xe00 0x188>;
7985 #address-cells = <1>;
7988 PHY0: ethernet-phy@0 {
7991 device_type = "ethernet-phy";
7994 PHY1: ethernet-phy@1 {
7997 device_type = "ethernet-phy";
8000 PHY2: ethernet-phy@2 {
8003 device_type = "ethernet-phy";
8007 device_type = "network";
8008 compatible = "fsl,mpc885-fec-enet",
8011 + reg = <0xe00 0x188>;
8012 local-mac-address = [ 00 00 00 00 00 00 ];
8014 interrupt-parent = <&PIC>;
8016 device_type = "network";
8017 compatible = "fsl,mpc885-fec-enet",
8020 + reg = <0x1e00 0x188>;
8021 local-mac-address = [ 00 00 00 00 00 00 ];
8023 interrupt-parent = <&PIC>;
8025 PIC: interrupt-controller@0 {
8026 interrupt-controller;
8027 #interrupt-cells = <2>;
8030 compatible = "fsl,mpc885-pic", "fsl,pq1-pic";
8033 @@ -136,29 +137,29 @@
8035 compatible = "fsl,pq-pcmcia";
8036 device_type = "pcmcia";
8038 + reg = <0x80 0x80>;
8039 interrupt-parent = <&PIC>;
8040 - interrupts = <d 1>;
8041 + interrupts = <13 1>;
8045 #address-cells = <1>;
8047 compatible = "fsl,mpc885-cpm", "fsl,cpm1";
8048 - command-proc = <9c0>;
8049 + command-proc = <0x9c0>;
8050 interrupts = <0>; // cpm error interrupt
8051 interrupt-parent = <&CPM_PIC>;
8053 + reg = <0x9c0 0x40>;
8057 #address-cells = <1>;
8059 - ranges = <0 2000 2000>;
8060 + ranges = <0x0 0x2000 0x2000>;
8063 compatible = "fsl,cpm-muram-data";
8065 + reg = <0x0 0x1c00>;
8072 clock-frequency = <0>;
8074 + reg = <0x9f0 0x10>;
8077 CPM_PIC: interrupt-controller@930 {
8079 #interrupt-cells = <1>;
8080 interrupts = <5 2 0 2>;
8081 interrupt-parent = <&PIC>;
8083 + reg = <0x930 0x20>;
8084 compatible = "fsl,mpc885-cpm-pic",
8087 @@ -184,34 +185,34 @@
8088 device_type = "serial";
8089 compatible = "fsl,mpc885-smc-uart",
8090 "fsl,cpm1-smc-uart";
8091 - reg = <a80 10 3e80 40>;
8092 + reg = <0xa80 0x10 0x3e80 0x40>;
8094 interrupt-parent = <&CPM_PIC>;
8096 - fsl,cpm-command = <0090>;
8097 + fsl,cpm-command = <0x90>;
8101 device_type = "serial";
8102 compatible = "fsl,mpc885-smc-uart",
8103 "fsl,cpm1-smc-uart";
8104 - reg = <a90 10 3f80 40>;
8105 + reg = <0xa90 0x10 0x3f80 0x40>;
8107 interrupt-parent = <&CPM_PIC>;
8109 - fsl,cpm-command = <00d0>;
8110 + fsl,cpm-command = <0xd0>;
8114 device_type = "network";
8115 compatible = "fsl,mpc885-scc-enet",
8116 "fsl,cpm1-scc-enet";
8117 - reg = <a40 18 3e00 100>;
8118 + reg = <0xa40 0x18 0x3e00 0x100>;
8119 local-mac-address = [ 00 00 00 00 00 00 ];
8120 - interrupts = <1c>;
8121 + interrupts = <28>;
8122 interrupt-parent = <&CPM_PIC>;
8123 phy-handle = <&PHY2>;
8124 - fsl,cpm-command = <0080>;
8125 + fsl,cpm-command = <0x80>;
8126 linux,network-index = <2>;
8129 --- a/arch/powerpc/boot/dts/pq2fads.dts
8130 +++ b/arch/powerpc/boot/dts/pq2fads.dts
8133 * Device Tree for the PQ2FADS-ZU board with an MPC8280 chip.
8135 - * Copyright 2007 Freescale Semiconductor Inc.
8136 + * Copyright 2007,2008 Freescale Semiconductor Inc.
8138 * This program is free software; you can redistribute it and/or modify it
8139 * under the terms of the GNU General Public License as published by the
8141 * option) any later version.
8148 compatible = "fsl,pq2fads";
8152 device_type = "cpu";
8154 - d-cache-line-size = <d#32>;
8155 - i-cache-line-size = <d#32>;
8156 - d-cache-size = <d#16384>;
8157 - i-cache-size = <d#16384>;
8159 + d-cache-line-size = <32>;
8160 + i-cache-line-size = <32>;
8161 + d-cache-size = <16384>;
8162 + i-cache-size = <16384>;
8163 timebase-frequency = <0>;
8164 clock-frequency = <0>;
8169 device_type = "memory";
8177 #address-cells = <2>;
8179 - reg = <f0010100 60>;
8180 + reg = <0xf0010100 0x60>;
8182 - ranges = <0 0 fe000000 00800000
8183 - 1 0 f4500000 00008000
8184 - 8 0 f8200000 00008000>;
8185 + ranges = <0x0 0x0 0xfe000000 0x800000
8186 + 0x1 0x0 0xf4500000 0x8000
8187 + 0x8 0x0 0xf8200000 0x8000>;
8190 compatible = "jedec-flash";
8191 - reg = <0 0 800000>;
8192 + reg = <0x0 0x0 0x800000>;
8199 + reg = <0x1 0x0 0x20>;
8200 compatible = "fsl,pq2fads-bcsr";
8204 #interrupt-cells = <1>;
8205 interrupt-controller;
8207 + reg = <0x8 0x0 0x8>;
8208 compatible = "fsl,pq2ads-pci-pic";
8209 interrupt-parent = <&PIC>;
8210 - interrupts = <18 8>;
8211 + interrupts = <24 8>;
8216 device_type = "pci";
8217 - reg = <f0010800 10c f00101ac 8 f00101c4 8>;
8218 + reg = <0xf0010800 0x10c 0xf00101ac 0x8 0xf00101c4 0x8>;
8219 compatible = "fsl,mpc8280-pci", "fsl,pq2-pci";
8220 #interrupt-cells = <1>;
8222 #address-cells = <3>;
8223 - clock-frequency = <d#66000000>;
8224 - interrupt-map-mask = <f800 0 0 7>;
8225 + clock-frequency = <66000000>;
8226 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
8229 - b000 0 0 1 &PCI_PIC 0
8230 - b000 0 0 2 &PCI_PIC 1
8231 - b000 0 0 3 &PCI_PIC 2
8232 - b000 0 0 4 &PCI_PIC 3
8233 + 0xb000 0x0 0x0 0x1 &PCI_PIC 0
8234 + 0xb000 0x0 0x0 0x2 &PCI_PIC 1
8235 + 0xb000 0x0 0x0 0x3 &PCI_PIC 2
8236 + 0xb000 0x0 0x0 0x4 &PCI_PIC 3
8239 - b800 0 0 1 &PCI_PIC 4
8240 - b800 0 0 2 &PCI_PIC 5
8241 - b800 0 0 3 &PCI_PIC 6
8242 - b800 0 0 4 &PCI_PIC 7
8243 + 0xb800 0x0 0x0 0x1 &PCI_PIC 4
8244 + 0xb800 0x0 0x0 0x2 &PCI_PIC 5
8245 + 0xb800 0x0 0x0 0x3 &PCI_PIC 6
8246 + 0xb800 0x0 0x0 0x4 &PCI_PIC 7
8249 - c000 0 0 1 &PCI_PIC 8
8250 - c000 0 0 2 &PCI_PIC 9
8251 - c000 0 0 3 &PCI_PIC a
8252 - c000 0 0 4 &PCI_PIC b>;
8253 + 0xc000 0x0 0x0 0x1 &PCI_PIC 8
8254 + 0xc000 0x0 0x0 0x2 &PCI_PIC 9
8255 + 0xc000 0x0 0x0 0x3 &PCI_PIC 10
8256 + 0xc000 0x0 0x0 0x4 &PCI_PIC 11>;
8258 interrupt-parent = <&PIC>;
8259 - interrupts = <12 8>;
8260 - ranges = <42000000 0 80000000 80000000 0 20000000
8261 - 02000000 0 a0000000 a0000000 0 20000000
8262 - 01000000 0 00000000 f6000000 0 02000000>;
8263 + interrupts = <18 8>;
8264 + ranges = <0x42000000 0x0 0x80000000 0x80000000 0x0 0x20000000
8265 + 0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
8266 + 0x1000000 0x0 0x0 0xf6000000 0x0 0x2000000>;
8270 @@ -109,27 +111,27 @@
8272 device_type = "soc";
8273 compatible = "fsl,mpc8280", "fsl,pq2-soc";
8274 - ranges = <00000000 f0000000 00053000>;
8275 + ranges = <0x0 0xf0000000 0x53000>;
8277 // Temporary -- will go away once kernel uses ranges for get_immrbase().
8278 - reg = <f0000000 00053000>;
8279 + reg = <0xf0000000 0x53000>;
8282 #address-cells = <1>;
8284 #interrupt-cells = <2>;
8285 compatible = "fsl,mpc8280-cpm", "fsl,cpm2";
8287 + reg = <0x119c0 0x30>;
8291 #address-cells = <1>;
8293 - ranges = <0 0 10000>;
8294 + ranges = <0x0 0x0 0x10000>;
8297 compatible = "fsl,cpm-muram-data";
8298 - reg = <0 2000 9800 800>;
8299 + reg = <0x0 0x2000 0x9800 0x800>;
8303 @@ -137,53 +139,53 @@
8304 compatible = "fsl,mpc8280-brg",
8307 - reg = <119f0 10 115f0 10>;
8308 + reg = <0x119f0 0x10 0x115f0 0x10>;
8312 device_type = "serial";
8313 compatible = "fsl,mpc8280-scc-uart",
8314 "fsl,cpm2-scc-uart";
8315 - reg = <11a00 20 8000 100>;
8316 - interrupts = <28 8>;
8317 + reg = <0x11a00 0x20 0x8000 0x100>;
8318 + interrupts = <40 8>;
8319 interrupt-parent = <&PIC>;
8321 - fsl,cpm-command = <00800000>;
8322 + fsl,cpm-command = <0x800000>;
8326 device_type = "serial";
8327 compatible = "fsl,mpc8280-scc-uart",
8328 "fsl,cpm2-scc-uart";
8329 - reg = <11a20 20 8100 100>;
8330 - interrupts = <29 8>;
8331 + reg = <0x11a20 0x20 0x8100 0x100>;
8332 + interrupts = <41 8>;
8333 interrupt-parent = <&PIC>;
8335 - fsl,cpm-command = <04a00000>;
8336 + fsl,cpm-command = <0x4a00000>;
8340 device_type = "network";
8341 compatible = "fsl,mpc8280-fcc-enet",
8342 "fsl,cpm2-fcc-enet";
8343 - reg = <11320 20 8500 100 113b0 1>;
8344 - interrupts = <21 8>;
8345 + reg = <0x11320 0x20 0x8500 0x100 0x113b0 0x1>;
8346 + interrupts = <33 8>;
8347 interrupt-parent = <&PIC>;
8348 phy-handle = <&PHY0>;
8349 linux,network-index = <0>;
8350 - fsl,cpm-command = <16200300>;
8351 + fsl,cpm-command = <0x16200300>;
8355 device_type = "network";
8356 compatible = "fsl,mpc8280-fcc-enet",
8357 "fsl,cpm2-fcc-enet";
8358 - reg = <11340 20 8600 100 113d0 1>;
8359 - interrupts = <22 8>;
8360 + reg = <0x11340 0x20 0x8600 0x100 0x113d0 0x1>;
8361 + interrupts = <34 8>;
8362 interrupt-parent = <&PIC>;
8363 phy-handle = <&PHY1>;
8364 linux,network-index = <1>;
8365 - fsl,cpm-command = <1a400300>;
8366 + fsl,cpm-command = <0x1a400300>;
8367 local-mac-address = [00 e0 0c 00 79 01];
8370 @@ -194,21 +196,21 @@
8371 "fsl,cpm2-mdio-bitbang";
8372 #address-cells = <1>;
8375 + reg = <0x10d40 0x14>;
8377 - fsl,mdc-pin = <a>;
8378 + fsl,mdc-pin = <10>;
8380 PHY0: ethernet-phy@0 {
8381 interrupt-parent = <&PIC>;
8382 - interrupts = <19 2>;
8384 + interrupts = <25 2>;
8386 device_type = "ethernet-phy";
8389 PHY1: ethernet-phy@1 {
8390 interrupt-parent = <&PIC>;
8391 - interrupts = <19 2>;
8393 + interrupts = <25 2>;
8395 device_type = "ethernet-phy";
8398 @@ -218,17 +220,17 @@
8400 compatible = "fsl,mpc8280-usb",
8402 - reg = <11b60 18 8b00 100>;
8403 + reg = <0x11b60 0x18 0x8b00 0x100>;
8404 interrupt-parent = <&PIC>;
8405 - interrupts = <b 8>;
8406 - fsl,cpm-command = <2e600000>;
8407 + interrupts = <11 8>;
8408 + fsl,cpm-command = <0x2e600000>;
8412 PIC: interrupt-controller@10c00 {
8413 #interrupt-cells = <2>;
8414 interrupt-controller;
8416 + reg = <0x10c00 0x80>;
8417 compatible = "fsl,mpc8280-pic", "fsl,cpm2-pic";
8420 --- a/arch/powerpc/boot/dts/prpmc2800.dts
8421 +++ b/arch/powerpc/boot/dts/prpmc2800.dts
8423 * if it can determine the exact PrPMC type.
8429 #address-cells = <1>;
8433 device_type = "cpu";
8435 - clock-frequency = <2bb0b140>; /* Default (733 MHz) */
8436 - bus-frequency = <7f28155>; /* 133.333333 MHz */
8437 - timebase-frequency = <1fca055>; /* 33.333333 MHz */
8438 - i-cache-line-size = <20>;
8439 - d-cache-line-size = <20>;
8440 - i-cache-size = <8000>;
8441 - d-cache-size = <8000>;
8442 + clock-frequency = <733333333>; /* Default */
8443 + bus-frequency = <133333333>;
8444 + timebase-frequency = <33333333>;
8445 + i-cache-line-size = <32>;
8446 + d-cache-line-size = <32>;
8447 + i-cache-size = <32768>;
8448 + d-cache-size = <32768>;
8453 device_type = "memory";
8454 - reg = <00000000 20000000>; /* Default (512MB) */
8455 + reg = <0x0 0x20000000>; /* Default (512MB) */
8458 - mv64x60@f1000000 { /* Marvell Discovery */
8459 + system-controller@f1000000 { /* Marvell Discovery mv64360 */
8460 #address-cells = <1>;
8462 model = "mv64360"; /* Default */
8463 - compatible = "marvell,mv64x60";
8464 - clock-frequency = <7f28155>; /* 133.333333 MHz */
8465 - reg = <f1000000 00010000>;
8466 - virtual-reg = <f1000000>;
8467 - ranges = <88000000 88000000 01000000 /* PCI 0 I/O Space */
8468 - 80000000 80000000 08000000 /* PCI 0 MEM Space */
8469 - a0000000 a0000000 04000000 /* User FLASH */
8470 - 00000000 f1000000 00010000 /* Bridge's regs */
8471 - f2000000 f2000000 00040000>; /* Integrated SRAM */
8472 + compatible = "marvell,mv64360";
8473 + clock-frequency = <133333333>;
8474 + reg = <0xf1000000 0x10000>;
8475 + virtual-reg = <0xf1000000>;
8476 + ranges = <0x88000000 0x88000000 0x1000000 /* PCI 0 I/O Space */
8477 + 0x80000000 0x80000000 0x8000000 /* PCI 0 MEM Space */
8478 + 0xa0000000 0xa0000000 0x4000000 /* User FLASH */
8479 + 0x00000000 0xf1000000 0x0010000 /* Bridge's regs */
8480 + 0xf2000000 0xf2000000 0x0040000>;/* Integrated SRAM */
8483 device_type = "rom";
8484 compatible = "direct-mapped";
8485 - reg = <a0000000 4000000>; /* Default (64MB) */
8486 + reg = <0xa0000000 0x4000000>; /* Default (64MB) */
8489 - partitions = <00000000 00100000 /* RO */
8490 - 00100000 00040001 /* RW */
8491 - 00140000 00400000 /* RO */
8492 - 00540000 039c0000 /* RO */
8493 - 03f00000 00100000>; /* RO */
8494 + partitions = <0x00000000 0x00100000 /* RO */
8495 + 0x00100000 0x00040001 /* RW */
8496 + 0x00140000 0x00400000 /* RO */
8497 + 0x00540000 0x039c0000 /* RO */
8498 + 0x03f00000 0x00100000>; /* RO */
8499 partition-names = "FW Image A", "FW Config Data", "Kernel Image", "Filesystem", "FW Image B";
8502 @@ -72,171 +74,153 @@
8503 #address-cells = <1>;
8505 device_type = "mdio";
8506 - compatible = "marvell,mv64x60-mdio";
8508 + compatible = "marvell,mv64360-mdio";
8509 + PHY0: ethernet-phy@1 {
8510 device_type = "ethernet-phy";
8511 compatible = "broadcom,bcm5421";
8512 - interrupts = <4c>; /* GPP 12 */
8513 - interrupt-parent = <&/mv64x60/pic>;
8514 + interrupts = <76>; /* GPP 12 */
8515 + interrupt-parent = <&PIC>;
8519 + PHY1: ethernet-phy@3 {
8520 device_type = "ethernet-phy";
8521 compatible = "broadcom,bcm5421";
8522 - interrupts = <4c>; /* GPP 12 */
8523 - interrupt-parent = <&/mv64x60/pic>;
8524 + interrupts = <76>; /* GPP 12 */
8525 + interrupt-parent = <&PIC>;
8531 - reg = <2000 2000>;
8533 + ethernet-group@2000 {
8534 + #address-cells = <1>;
8535 + #size-cells = <0>;
8536 + compatible = "marvell,mv64360-eth-group";
8537 + reg = <0x2000 0x2000>;
8539 device_type = "network";
8540 - compatible = "marvell,mv64x60-eth";
8541 - block-index = <0>;
8542 - interrupts = <20>;
8543 - interrupt-parent = <&/mv64x60/pic>;
8544 - phy = <&/mv64x60/mdio/ethernet-phy@1>;
8545 + compatible = "marvell,mv64360-eth";
8547 + interrupts = <32>;
8548 + interrupt-parent = <&PIC>;
8550 local-mac-address = [ 00 00 00 00 00 00 ];
8554 device_type = "network";
8555 - compatible = "marvell,mv64x60-eth";
8556 - block-index = <1>;
8557 - interrupts = <21>;
8558 - interrupt-parent = <&/mv64x60/pic>;
8559 - phy = <&/mv64x60/mdio/ethernet-phy@3>;
8560 + compatible = "marvell,mv64360-eth";
8562 + interrupts = <33>;
8563 + interrupt-parent = <&PIC>;
8565 local-mac-address = [ 00 00 00 00 00 00 ];
8570 - device_type = "dma";
8571 - compatible = "marvell,mv64x60-sdma";
8573 - virtual-reg = <f1004000>;
8574 - interrupt-base = <0>;
8575 - interrupts = <24>;
8576 - interrupt-parent = <&/mv64x60/pic>;
8580 - device_type = "dma";
8581 - compatible = "marvell,mv64x60-sdma";
8583 - virtual-reg = <f1006000>;
8584 - interrupt-base = <0>;
8585 - interrupts = <26>;
8586 - interrupt-parent = <&/mv64x60/pic>;
8590 - compatible = "marvell,mv64x60-brg";
8592 + SDMA0: sdma@4000 {
8593 + compatible = "marvell,mv64360-sdma";
8594 + reg = <0x4000 0xc18>;
8595 + virtual-reg = <0xf1004000>;
8596 + interrupts = <36>;
8597 + interrupt-parent = <&PIC>;
8600 + SDMA1: sdma@6000 {
8601 + compatible = "marvell,mv64360-sdma";
8602 + reg = <0x6000 0xc18>;
8603 + virtual-reg = <0xf1006000>;
8604 + interrupts = <38>;
8605 + interrupt-parent = <&PIC>;
8609 + compatible = "marvell,mv64360-brg";
8610 + reg = <0xb200 0x8>;
8612 - clock-frequency = <7ed6b40>;
8613 - current-speed = <2580>;
8615 + clock-frequency = <133333333>;
8616 + current-speed = <9600>;
8620 - compatible = "marvell,mv64x60-brg";
8623 + compatible = "marvell,mv64360-brg";
8624 + reg = <0xb208 0x8>;
8626 - clock-frequency = <7ed6b40>;
8627 - current-speed = <2580>;
8629 + clock-frequency = <133333333>;
8630 + current-speed = <9600>;
8635 + CUNIT: cunit@f200 {
8636 + reg = <0xf200 0x200>;
8639 - mpscrouting@b400 {
8641 + MPSCROUTING: mpscrouting@b400 {
8642 + reg = <0xb400 0xc>;
8647 - virtual-reg = <f100b800>;
8648 + MPSCINTR: mpscintr@b800 {
8649 + reg = <0xb800 0x100>;
8650 + virtual-reg = <0xf100b800>;
8654 + MPSC0: mpsc@8000 {
8655 device_type = "serial";
8656 - compatible = "marvell,mpsc";
8658 - virtual-reg = <f1008000>;
8659 - sdma = <&/mv64x60/sdma@4000>;
8660 - brg = <&/mv64x60/brg@b200>;
8661 - cunit = <&/mv64x60/cunit@f200>;
8662 - mpscrouting = <&/mv64x60/mpscrouting@b400>;
8663 - mpscintr = <&/mv64x60/mpscintr@b800>;
8664 - block-index = <0>;
8670 - interrupts = <28>;
8671 - interrupt-parent = <&/mv64x60/pic>;
8672 + compatible = "marvell,mv64360-mpsc";
8673 + reg = <0x8000 0x38>;
8674 + virtual-reg = <0xf1008000>;
8678 + mpscrouting = <&MPSCROUTING>;
8679 + mpscintr = <&MPSCINTR>;
8681 + interrupts = <40>;
8682 + interrupt-parent = <&PIC>;
8686 + MPSC1: mpsc@9000 {
8687 device_type = "serial";
8688 - compatible = "marvell,mpsc";
8690 - virtual-reg = <f1009000>;
8691 - sdma = <&/mv64x60/sdma@6000>;
8692 - brg = <&/mv64x60/brg@b208>;
8693 - cunit = <&/mv64x60/cunit@f200>;
8694 - mpscrouting = <&/mv64x60/mpscrouting@b400>;
8695 - mpscintr = <&/mv64x60/mpscintr@b800>;
8696 - block-index = <1>;
8702 - interrupts = <2a>;
8703 - interrupt-parent = <&/mv64x60/pic>;
8704 + compatible = "marvell,mv64360-mpsc";
8705 + reg = <0x9000 0x38>;
8706 + virtual-reg = <0xf1009000>;
8710 + mpscrouting = <&MPSCROUTING>;
8711 + mpscintr = <&MPSCINTR>;
8713 + interrupts = <42>;
8714 + interrupt-parent = <&PIC>;
8717 wdt@b410 { /* watchdog timer */
8718 - compatible = "marvell,mv64x60-wdt";
8720 - timeout = <a>; /* wdt timeout in seconds */
8721 + compatible = "marvell,mv64360-wdt";
8722 + reg = <0xb410 0x8>;
8726 device_type = "i2c";
8727 - compatible = "marvell,mv64x60-i2c";
8729 - virtual-reg = <f100c000>;
8732 - timeout = <3e8>; /* 1000 = 1 second */
8734 - interrupts = <25>;
8735 - interrupt-parent = <&/mv64x60/pic>;
8736 + compatible = "marvell,mv64360-i2c";
8737 + reg = <0xc000 0x20>;
8738 + virtual-reg = <0xf100c000>;
8739 + interrupts = <37>;
8740 + interrupt-parent = <&PIC>;
8745 #interrupt-cells = <1>;
8746 #address-cells = <0>;
8747 - compatible = "marvell,mv64x60-pic";
8749 + compatible = "marvell,mv64360-pic";
8751 interrupt-controller;
8755 - compatible = "marvell,mv64x60-mpp";
8757 + compatible = "marvell,mv64360-mpp";
8758 + reg = <0xf000 0x10>;
8762 - compatible = "marvell,mv64x60-gpp";
8764 + compatible = "marvell,mv64360-gpp";
8765 + reg = <0xf100 0x20>;
8769 @@ -244,73 +228,75 @@
8771 #interrupt-cells = <1>;
8772 device_type = "pci";
8773 - compatible = "marvell,mv64x60-pci";
8775 - ranges = <01000000 0 0 88000000 0 01000000
8776 - 02000000 0 80000000 80000000 0 08000000>;
8777 - bus-range = <0 ff>;
8778 - clock-frequency = <3EF1480>;
8779 - interrupt-pci-iack = <0c34>;
8780 - interrupt-parent = <&/mv64x60/pic>;
8781 - interrupt-map-mask = <f800 0 0 7>;
8782 + compatible = "marvell,mv64360-pci";
8783 + reg = <0xcf8 0x8>;
8784 + ranges = <0x01000000 0x0 0x0
8785 + 0x88000000 0x0 0x01000000
8786 + 0x02000000 0x0 0x80000000
8787 + 0x80000000 0x0 0x08000000>;
8788 + bus-range = <0 255>;
8789 + clock-frequency = <66000000>;
8790 + interrupt-pci-iack = <0xc34>;
8791 + interrupt-parent = <&PIC>;
8792 + interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
8795 - 5000 0 0 1 &/mv64x60/pic 50
8796 - 5000 0 0 2 &/mv64x60/pic 51
8797 - 5000 0 0 3 &/mv64x60/pic 5b
8798 - 5000 0 0 4 &/mv64x60/pic 5d
8799 + 0x5000 0 0 1 &PIC 80
8800 + 0x5000 0 0 2 &PIC 81
8801 + 0x5000 0 0 3 &PIC 91
8802 + 0x5000 0 0 4 &PIC 93
8805 - 5800 0 0 1 &/mv64x60/pic 5b
8806 - 5800 0 0 2 &/mv64x60/pic 5d
8807 - 5800 0 0 3 &/mv64x60/pic 50
8808 - 5800 0 0 4 &/mv64x60/pic 51
8809 + 0x5800 0 0 1 &PIC 91
8810 + 0x5800 0 0 2 &PIC 93
8811 + 0x5800 0 0 3 &PIC 80
8812 + 0x5800 0 0 4 &PIC 81
8815 - 6000 0 0 1 &/mv64x60/pic 5b
8816 - 6000 0 0 2 &/mv64x60/pic 5d
8817 - 6000 0 0 3 &/mv64x60/pic 50
8818 - 6000 0 0 4 &/mv64x60/pic 51
8819 + 0x6000 0 0 1 &PIC 91
8820 + 0x6000 0 0 2 &PIC 93
8821 + 0x6000 0 0 3 &PIC 80
8822 + 0x6000 0 0 4 &PIC 81
8825 - 6800 0 0 1 &/mv64x60/pic 5d
8826 - 6800 0 0 2 &/mv64x60/pic 50
8827 - 6800 0 0 3 &/mv64x60/pic 51
8828 - 6800 0 0 4 &/mv64x60/pic 5b
8829 + 0x6800 0 0 1 &PIC 93
8830 + 0x6800 0 0 2 &PIC 80
8831 + 0x6800 0 0 3 &PIC 81
8832 + 0x6800 0 0 4 &PIC 91
8837 - compatible = "marvell,mv64x60-cpu-error";
8838 - reg = <0070 10 0128 28>;
8839 - interrupts = <03>;
8840 - interrupt-parent = <&/mv64x60/pic>;
8841 + compatible = "marvell,mv64360-cpu-error";
8842 + reg = <0x70 0x10 0x128 0x28>;
8844 + interrupt-parent = <&PIC>;
8848 - compatible = "marvell,mv64x60-sram-ctrl";
8850 - interrupts = <0d>;
8851 - interrupt-parent = <&/mv64x60/pic>;
8852 + compatible = "marvell,mv64360-sram-ctrl";
8853 + reg = <0x380 0x80>;
8854 + interrupts = <13>;
8855 + interrupt-parent = <&PIC>;
8859 - compatible = "marvell,mv64x60-pci-error";
8860 - reg = <1d40 40 0c28 4>;
8861 - interrupts = <0c>;
8862 - interrupt-parent = <&/mv64x60/pic>;
8863 + compatible = "marvell,mv64360-pci-error";
8864 + reg = <0x1d40 0x40 0xc28 0x4>;
8865 + interrupts = <12>;
8866 + interrupt-parent = <&PIC>;
8870 - compatible = "marvell,mv64x60-mem-ctrl";
8872 - interrupts = <11>;
8873 - interrupt-parent = <&/mv64x60/pic>;
8874 + compatible = "marvell,mv64360-mem-ctrl";
8875 + reg = <0x1400 0x60>;
8876 + interrupts = <17>;
8877 + interrupt-parent = <&PIC>;
8883 - linux,stdout-path = "/mv64x60@f1000000/mpsc@8000";
8884 + linux,stdout-path = &MPSC0;
8887 --- a/arch/powerpc/boot/dts/rainier.dts
8888 +++ b/arch/powerpc/boot/dts/rainier.dts
8892 EMAC0: ethernet@ef600e00 {
8893 - linux,network-index = <0>;
8894 device_type = "network";
8895 compatible = "ibm,emac-440grx", "ibm,emac-440epx", "ibm,emac4";
8896 interrupt-parent = <&EMAC0>;
8898 mal-tx-channel = <0>;
8899 mal-rx-channel = <0>;
8901 - max-frame-size = <5dc>;
8902 + max-frame-size = <2328>;
8903 rx-fifo-size = <1000>;
8904 tx-fifo-size = <800>;
8909 EMAC1: ethernet@ef600f00 {
8910 - linux,network-index = <1>;
8911 device_type = "network";
8912 compatible = "ibm,emac-440grx", "ibm,emac-440epx", "ibm,emac4";
8913 interrupt-parent = <&EMAC1>;
8915 mal-tx-channel = <1>;
8916 mal-rx-channel = <1>;
8918 - max-frame-size = <5dc>;
8919 + max-frame-size = <2328>;
8920 rx-fifo-size = <1000>;
8921 tx-fifo-size = <800>;
8924 +++ b/arch/powerpc/boot/dts/sbc8641d.dts
8927 + * SBC8641D Device Tree Source
8929 + * Copyright 2008 Wind River Systems Inc.
8931 + * Paul Gortmaker (see MAINTAINERS for contact information)
8933 + * Based largely on the mpc8641_hpcn.dts by Freescale Semiconductor Inc.
8935 + * This program is free software; you can redistribute it and/or modify it
8936 + * under the terms of the GNU General Public License as published by the
8937 + * Free Software Foundation; either version 2 of the License, or (at your
8938 + * option) any later version.
8944 + model = "SBC8641D";
8945 + compatible = "wind,sbc8641";
8946 + #address-cells = <1>;
8947 + #size-cells = <1>;
8950 + ethernet0 = &enet0;
8951 + ethernet1 = &enet1;
8952 + ethernet2 = &enet2;
8953 + ethernet3 = &enet3;
8954 + serial0 = &serial0;
8955 + serial1 = &serial1;
8961 + #address-cells = <1>;
8962 + #size-cells = <0>;
8965 + device_type = "cpu";
8967 + d-cache-line-size = <32>;
8968 + i-cache-line-size = <32>;
8969 + d-cache-size = <32768>; // L1
8970 + i-cache-size = <32768>; // L1
8971 + timebase-frequency = <0>; // From uboot
8972 + bus-frequency = <0>; // From uboot
8973 + clock-frequency = <0>; // From uboot
8976 + device_type = "cpu";
8978 + d-cache-line-size = <32>;
8979 + i-cache-line-size = <32>;
8980 + d-cache-size = <32768>;
8981 + i-cache-size = <32768>;
8982 + timebase-frequency = <0>; // From uboot
8983 + bus-frequency = <0>; // From uboot
8984 + clock-frequency = <0>; // From uboot
8989 + device_type = "memory";
8990 + reg = <0x00000000 0x20000000>; // 512M at 0x0
8993 + localbus@f8005000 {
8994 + #address-cells = <2>;
8995 + #size-cells = <1>;
8996 + compatible = "fsl,mpc8641-localbus", "simple-bus";
8997 + reg = <0xf8005000 0x1000>;
8998 + interrupts = <19 2>;
8999 + interrupt-parent = <&mpic>;
9001 + ranges = <0 0 0xff000000 0x01000000 // 16MB Boot flash
9002 + 1 0 0xf0000000 0x00010000 // 64KB EEPROM
9003 + 2 0 0xf1000000 0x00100000 // EPLD (1MB)
9004 + 3 0 0xe0000000 0x04000000 // 64MB LB SDRAM (CS3)
9005 + 4 0 0xe4000000 0x04000000 // 64MB LB SDRAM (CS4)
9006 + 6 0 0xf4000000 0x00100000 // LCD display (1MB)
9007 + 7 0 0xe8000000 0x04000000>; // 64MB OneNAND
9010 + compatible = "cfi-flash";
9011 + reg = <0 0 0x01000000>;
9013 + device-width = <2>;
9014 + #address-cells = <1>;
9015 + #size-cells = <1>;
9018 + reg = <0x00000000 0x00100000>;
9021 + partition@300000 {
9023 + reg = <0x00100000 0x00400000>;
9026 + partition@400000 {
9028 + reg = <0x00500000 0x00a00000>;
9030 + partition@700000 {
9031 + label = "firmware";
9032 + reg = <0x00f00000 0x00100000>;
9038 + compatible = "wrs,epld-localbus";
9039 + #address-cells = <2>;
9040 + #size-cells = <1>;
9041 + reg = <2 0 0x100000>;
9042 + ranges = <0 0 5 0 1 // User switches
9043 + 1 0 5 1 1 // Board ID/Rev
9044 + 3 0 5 3 1>; // LEDs
9049 + #address-cells = <1>;
9050 + #size-cells = <1>;
9051 + device_type = "soc";
9052 + compatible = "simple-bus";
9053 + ranges = <0x00000000 0xf8000000 0x00100000>;
9054 + reg = <0xf8000000 0x00001000>; // CCSRBAR
9055 + bus-frequency = <0>;
9058 + #address-cells = <1>;
9059 + #size-cells = <0>;
9061 + compatible = "fsl-i2c";
9062 + reg = <0x3000 0x100>;
9063 + interrupts = <43 2>;
9064 + interrupt-parent = <&mpic>;
9069 + #address-cells = <1>;
9070 + #size-cells = <0>;
9072 + compatible = "fsl-i2c";
9073 + reg = <0x3100 0x100>;
9074 + interrupts = <43 2>;
9075 + interrupt-parent = <&mpic>;
9080 + #address-cells = <1>;
9081 + #size-cells = <0>;
9082 + compatible = "fsl,gianfar-mdio";
9083 + reg = <0x24520 0x20>;
9085 + phy0: ethernet-phy@1f {
9086 + interrupt-parent = <&mpic>;
9087 + interrupts = <10 1>;
9089 + device_type = "ethernet-phy";
9091 + phy1: ethernet-phy@0 {
9092 + interrupt-parent = <&mpic>;
9093 + interrupts = <10 1>;
9095 + device_type = "ethernet-phy";
9097 + phy2: ethernet-phy@1 {
9098 + interrupt-parent = <&mpic>;
9099 + interrupts = <10 1>;
9101 + device_type = "ethernet-phy";
9103 + phy3: ethernet-phy@2 {
9104 + interrupt-parent = <&mpic>;
9105 + interrupts = <10 1>;
9107 + device_type = "ethernet-phy";
9111 + enet0: ethernet@24000 {
9113 + device_type = "network";
9115 + compatible = "gianfar";
9116 + reg = <0x24000 0x1000>;
9117 + local-mac-address = [ 00 00 00 00 00 00 ];
9118 + interrupts = <29 2 30 2 34 2>;
9119 + interrupt-parent = <&mpic>;
9120 + phy-handle = <&phy0>;
9121 + phy-connection-type = "rgmii-id";
9124 + enet1: ethernet@25000 {
9126 + device_type = "network";
9128 + compatible = "gianfar";
9129 + reg = <0x25000 0x1000>;
9130 + local-mac-address = [ 00 00 00 00 00 00 ];
9131 + interrupts = <35 2 36 2 40 2>;
9132 + interrupt-parent = <&mpic>;
9133 + phy-handle = <&phy1>;
9134 + phy-connection-type = "rgmii-id";
9137 + enet2: ethernet@26000 {
9139 + device_type = "network";
9141 + compatible = "gianfar";
9142 + reg = <0x26000 0x1000>;
9143 + local-mac-address = [ 00 00 00 00 00 00 ];
9144 + interrupts = <31 2 32 2 33 2>;
9145 + interrupt-parent = <&mpic>;
9146 + phy-handle = <&phy2>;
9147 + phy-connection-type = "rgmii-id";
9150 + enet3: ethernet@27000 {
9152 + device_type = "network";
9154 + compatible = "gianfar";
9155 + reg = <0x27000 0x1000>;
9156 + local-mac-address = [ 00 00 00 00 00 00 ];
9157 + interrupts = <37 2 38 2 39 2>;
9158 + interrupt-parent = <&mpic>;
9159 + phy-handle = <&phy3>;
9160 + phy-connection-type = "rgmii-id";
9163 + serial0: serial@4500 {
9165 + device_type = "serial";
9166 + compatible = "ns16550";
9167 + reg = <0x4500 0x100>;
9168 + clock-frequency = <0>;
9169 + interrupts = <42 2>;
9170 + interrupt-parent = <&mpic>;
9173 + serial1: serial@4600 {
9175 + device_type = "serial";
9176 + compatible = "ns16550";
9177 + reg = <0x4600 0x100>;
9178 + clock-frequency = <0>;
9179 + interrupts = <28 2>;
9180 + interrupt-parent = <&mpic>;
9184 + clock-frequency = <0>;
9185 + interrupt-controller;
9186 + #address-cells = <0>;
9187 + #interrupt-cells = <2>;
9188 + reg = <0x40000 0x40000>;
9189 + compatible = "chrp,open-pic";
9190 + device_type = "open-pic";
9194 + global-utilities@e0000 {
9195 + compatible = "fsl,mpc8641-guts";
9196 + reg = <0xe0000 0x1000>;
9201 + pci0: pcie@f8008000 {
9203 + compatible = "fsl,mpc8641-pcie";
9204 + device_type = "pci";
9205 + #interrupt-cells = <1>;
9206 + #size-cells = <2>;
9207 + #address-cells = <3>;
9208 + reg = <0xf8008000 0x1000>;
9209 + bus-range = <0x0 0xff>;
9210 + ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x20000000
9211 + 0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
9212 + clock-frequency = <33333333>;
9213 + interrupt-parent = <&mpic>;
9214 + interrupts = <24 2>;
9215 + interrupt-map-mask = <0xff00 0 0 7>;
9218 + 0x0000 0 0 1 &mpic 0 1
9219 + 0x0000 0 0 2 &mpic 1 1
9220 + 0x0000 0 0 3 &mpic 2 1
9221 + 0x0000 0 0 4 &mpic 3 1
9225 + reg = <0 0 0 0 0>;
9226 + #size-cells = <2>;
9227 + #address-cells = <3>;
9228 + device_type = "pci";
9229 + ranges = <0x02000000 0x0 0x80000000
9230 + 0x02000000 0x0 0x80000000
9233 + 0x01000000 0x0 0x00000000
9234 + 0x01000000 0x0 0x00000000
9240 + pci1: pcie@f8009000 {
9242 + compatible = "fsl,mpc8641-pcie";
9243 + device_type = "pci";
9244 + #interrupt-cells = <1>;
9245 + #size-cells = <2>;
9246 + #address-cells = <3>;
9247 + reg = <0xf8009000 0x1000>;
9248 + bus-range = <0 0xff>;
9249 + ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
9250 + 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>;
9251 + clock-frequency = <33333333>;
9252 + interrupt-parent = <&mpic>;
9253 + interrupts = <25 2>;
9254 + interrupt-map-mask = <0xf800 0 0 7>;
9257 + 0x0000 0 0 1 &mpic 4 1
9258 + 0x0000 0 0 2 &mpic 5 1
9259 + 0x0000 0 0 3 &mpic 6 1
9260 + 0x0000 0 0 4 &mpic 7 1
9264 + reg = <0 0 0 0 0>;
9265 + #size-cells = <2>;
9266 + #address-cells = <3>;
9267 + device_type = "pci";
9268 + ranges = <0x02000000 0x0 0xa0000000
9269 + 0x02000000 0x0 0xa0000000
9272 + 0x01000000 0x0 0x00000000
9273 + 0x01000000 0x0 0x00000000
9278 --- a/arch/powerpc/boot/dts/sequoia.dts
9279 +++ b/arch/powerpc/boot/dts/sequoia.dts
9283 EMAC0: ethernet@ef600e00 {
9284 - linux,network-index = <0>;
9285 device_type = "network";
9286 compatible = "ibm,emac-440epx", "ibm,emac4";
9287 interrupt-parent = <&EMAC0>;
9289 mal-tx-channel = <0>;
9290 mal-rx-channel = <0>;
9292 - max-frame-size = <5dc>;
9293 + max-frame-size = <2328>;
9294 rx-fifo-size = <1000>;
9295 tx-fifo-size = <800>;
9300 EMAC1: ethernet@ef600f00 {
9301 - linux,network-index = <1>;
9302 device_type = "network";
9303 compatible = "ibm,emac-440epx", "ibm,emac4";
9304 interrupt-parent = <&EMAC1>;
9306 mal-tx-channel = <1>;
9307 mal-rx-channel = <1>;
9309 - max-frame-size = <5dc>;
9310 + max-frame-size = <2328>;
9311 rx-fifo-size = <1000>;
9312 tx-fifo-size = <800>;
9314 --- a/arch/powerpc/boot/dts/taishan.dts
9315 +++ b/arch/powerpc/boot/dts/taishan.dts
9316 @@ -104,6 +104,16 @@
9317 // FIXME: anything else?
9321 + compatible = "ibm,l2-cache-440gx", "ibm,l2-cache";
9322 + dcr-reg = <20 8 /* Internal SRAM DCR's */
9323 + 30 8>; /* L2 cache DCR's */
9324 + cache-line-size = <20>; /* 32 bytes */
9325 + cache-size = <40000>; /* L2, 256K */
9326 + interrupt-parent = <&UIC2>;
9327 + interrupts = <17 1>;
9331 compatible = "ibm,plb-440gx", "ibm,plb4";
9332 #address-cells = <2>;
9333 @@ -232,10 +242,18 @@
9337 + TAH0: emac-tah@40000b50 {
9338 + compatible = "ibm,tah-440gx", "ibm,tah";
9339 + reg = <40000b50 30>;
9342 + TAH1: emac-tah@40000d50 {
9343 + compatible = "ibm,tah-440gx", "ibm,tah";
9344 + reg = <40000d50 30>;
9347 EMAC0: ethernet@40000800 {
9349 - linux,network-index = <2>;
9350 device_type = "network";
9351 compatible = "ibm,emac-440gx", "ibm,emac4";
9352 interrupt-parent = <&UIC1>;
9355 EMAC1: ethernet@40000900 {
9357 - linux,network-index = <3>;
9358 device_type = "network";
9359 compatible = "ibm,emac-440gx", "ibm,emac4";
9360 interrupt-parent = <&UIC1>;
9364 EMAC2: ethernet@40000c00 {
9365 - linux,network-index = <0>;
9366 device_type = "network";
9367 compatible = "ibm,emac-440gx", "ibm,emac4";
9368 interrupt-parent = <&UIC2>;
9370 mal-tx-channel = <2>;
9371 mal-rx-channel = <2>;
9373 - max-frame-size = <5dc>;
9374 + max-frame-size = <2328>;
9375 rx-fifo-size = <1000>;
9376 tx-fifo-size = <800>;
9378 @@ -297,10 +313,11 @@
9379 rgmii-channel = <0>;
9380 zmii-device = <&ZMII0>;
9382 + tah-device = <&TAH0>;
9383 + tah-channel = <0>;
9386 EMAC3: ethernet@40000e00 {
9387 - linux,network-index = <1>;
9388 device_type = "network";
9389 compatible = "ibm,emac-440gx", "ibm,emac4";
9390 interrupt-parent = <&UIC2>;
9392 mal-tx-channel = <3>;
9393 mal-rx-channel = <3>;
9395 - max-frame-size = <5dc>;
9396 + max-frame-size = <2328>;
9397 rx-fifo-size = <1000>;
9398 tx-fifo-size = <800>;
9401 rgmii-channel = <1>;
9402 zmii-device = <&ZMII0>;
9404 + tah-device = <&TAH1>;
9405 + tah-channel = <0>;
9409 --- a/arch/powerpc/boot/dts/walnut.dts
9410 +++ b/arch/powerpc/boot/dts/walnut.dts
9414 EMAC: ethernet@ef600800 {
9415 - linux,network-index = <0>;
9416 device_type = "network";
9417 compatible = "ibm,emac-405gp", "ibm,emac";
9418 interrupt-parent = <&UIC0>;
9419 --- a/arch/powerpc/boot/dts/warp.dts
9420 +++ b/arch/powerpc/boot/dts/warp.dts
9424 EMAC0: ethernet@ef600e00 {
9425 - linux,network-index = <0>;
9426 device_type = "network";
9427 compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
9428 interrupt-parent = <&UIC1>;
9430 +++ b/arch/powerpc/boot/dts/yosemite.dts
9433 + * Device Tree Source for AMCC Yosemite
9435 + * Copyright 2008 IBM Corp.
9436 + * Josh Boyer <jwboyer@linux.vnet.ibm.com>
9438 + * This file is licensed under the terms of the GNU General Public
9439 + * License version 2. This program is licensed "as is" without
9440 + * any warranty of any kind, whether express or implied.
9444 + #address-cells = <2>;
9445 + #size-cells = <1>;
9446 + model = "amcc,yosemite";
9447 + compatible = "amcc,yosemite","amcc,bamboo";
9448 + dcr-parent = <&/cpus/cpu@0>;
9451 + ethernet0 = &EMAC0;
9452 + ethernet1 = &EMAC1;
9460 + #address-cells = <1>;
9461 + #size-cells = <0>;
9464 + device_type = "cpu";
9465 + model = "PowerPC,440EP";
9467 + clock-frequency = <0>; /* Filled in by zImage */
9468 + timebase-frequency = <0>; /* Filled in by zImage */
9469 + i-cache-line-size = <20>;
9470 + d-cache-line-size = <20>;
9471 + i-cache-size = <8000>;
9472 + d-cache-size = <8000>;
9474 + dcr-access-method = "native";
9479 + device_type = "memory";
9480 + reg = <0 0 0>; /* Filled in by zImage */
9483 + UIC0: interrupt-controller0 {
9484 + compatible = "ibm,uic-440ep","ibm,uic";
9485 + interrupt-controller;
9487 + dcr-reg = <0c0 009>;
9488 + #address-cells = <0>;
9489 + #size-cells = <0>;
9490 + #interrupt-cells = <2>;
9493 + UIC1: interrupt-controller1 {
9494 + compatible = "ibm,uic-440ep","ibm,uic";
9495 + interrupt-controller;
9497 + dcr-reg = <0d0 009>;
9498 + #address-cells = <0>;
9499 + #size-cells = <0>;
9500 + #interrupt-cells = <2>;
9501 + interrupts = <1e 4 1f 4>; /* cascade */
9502 + interrupt-parent = <&UIC0>;
9506 + compatible = "ibm,sdr-440ep";
9507 + dcr-reg = <00e 002>;
9511 + compatible = "ibm,cpr-440ep";
9512 + dcr-reg = <00c 002>;
9516 + compatible = "ibm,plb-440ep", "ibm,plb-440gp", "ibm,plb4";
9517 + #address-cells = <2>;
9518 + #size-cells = <1>;
9520 + clock-frequency = <0>; /* Filled in by zImage */
9523 + compatible = "ibm,sdram-440ep", "ibm,sdram-405gp";
9524 + dcr-reg = <010 2>;
9528 + compatible = "ibm,dma-440ep", "ibm,dma-440gp";
9529 + dcr-reg = <100 027>;
9533 + compatible = "ibm,mcmal-440ep", "ibm,mcmal-440gp", "ibm,mcmal";
9534 + dcr-reg = <180 62>;
9535 + num-tx-chans = <4>;
9536 + num-rx-chans = <2>;
9537 + interrupt-parent = <&MAL0>;
9538 + interrupts = <0 1 2 3 4>;
9539 + #interrupt-cells = <1>;
9540 + #address-cells = <0>;
9541 + #size-cells = <0>;
9542 + interrupt-map = </*TXEOB*/ 0 &UIC0 a 4
9543 + /*RXEOB*/ 1 &UIC0 b 4
9544 + /*SERR*/ 2 &UIC1 0 4
9545 + /*TXDE*/ 3 &UIC1 1 4
9546 + /*RXDE*/ 4 &UIC1 2 4>;
9550 + compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb";
9551 + #address-cells = <1>;
9552 + #size-cells = <1>;
9553 + /* Bamboo is oddball in the 44x world and doesn't use the ERPN
9556 + ranges = <00000000 0 00000000 80000000
9557 + 80000000 0 80000000 80000000>;
9558 + interrupt-parent = <&UIC1>;
9559 + interrupts = <7 4>;
9560 + clock-frequency = <0>; /* Filled in by zImage */
9563 + compatible = "ibm,ebc-440ep", "ibm,ebc-440gp", "ibm,ebc";
9564 + dcr-reg = <012 2>;
9565 + #address-cells = <2>;
9566 + #size-cells = <1>;
9567 + clock-frequency = <0>; /* Filled in by zImage */
9568 + interrupts = <5 1>;
9569 + interrupt-parent = <&UIC1>;
9572 + UART0: serial@ef600300 {
9573 + device_type = "serial";
9574 + compatible = "ns16550";
9575 + reg = <ef600300 8>;
9576 + virtual-reg = <ef600300>;
9577 + clock-frequency = <0>; /* Filled in by zImage */
9578 + current-speed = <1c200>;
9579 + interrupt-parent = <&UIC0>;
9580 + interrupts = <0 4>;
9583 + UART1: serial@ef600400 {
9584 + device_type = "serial";
9585 + compatible = "ns16550";
9586 + reg = <ef600400 8>;
9587 + virtual-reg = <ef600400>;
9588 + clock-frequency = <0>;
9589 + current-speed = <0>;
9590 + interrupt-parent = <&UIC0>;
9591 + interrupts = <1 4>;
9594 + UART2: serial@ef600500 {
9595 + device_type = "serial";
9596 + compatible = "ns16550";
9597 + reg = <ef600500 8>;
9598 + virtual-reg = <ef600500>;
9599 + clock-frequency = <0>;
9600 + current-speed = <0>;
9601 + interrupt-parent = <&UIC0>;
9602 + interrupts = <3 4>;
9603 + status = "disabled";
9606 + UART3: serial@ef600600 {
9607 + device_type = "serial";
9608 + compatible = "ns16550";
9609 + reg = <ef600600 8>;
9610 + virtual-reg = <ef600600>;
9611 + clock-frequency = <0>;
9612 + current-speed = <0>;
9613 + interrupt-parent = <&UIC0>;
9614 + interrupts = <4 4>;
9615 + status = "disabled";
9618 + IIC0: i2c@ef600700 {
9619 + compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
9620 + reg = <ef600700 14>;
9621 + interrupt-parent = <&UIC0>;
9622 + interrupts = <2 4>;
9625 + IIC1: i2c@ef600800 {
9626 + compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
9627 + reg = <ef600800 14>;
9628 + interrupt-parent = <&UIC0>;
9629 + interrupts = <7 4>;
9633 + compatible = "amcc,spi-440ep";
9634 + reg = <ef600900 6>;
9635 + interrupts = <8 4>;
9636 + interrupt-parent = <&UIC0>;
9639 + ZMII0: emac-zmii@ef600d00 {
9640 + compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii";
9641 + reg = <ef600d00 c>;
9644 + EMAC0: ethernet@ef600e00 {
9645 + device_type = "network";
9646 + compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
9647 + interrupt-parent = <&UIC1>;
9648 + interrupts = <1c 4 1d 4>;
9649 + reg = <ef600e00 70>;
9650 + local-mac-address = [000000000000];
9651 + mal-device = <&MAL0>;
9652 + mal-tx-channel = <0 1>;
9653 + mal-rx-channel = <0>;
9655 + max-frame-size = <5dc>;
9656 + rx-fifo-size = <1000>;
9657 + tx-fifo-size = <800>;
9658 + phy-mode = "rmii";
9659 + phy-map = <00000000>;
9660 + zmii-device = <&ZMII0>;
9661 + zmii-channel = <0>;
9664 + EMAC1: ethernet@ef600f00 {
9665 + device_type = "network";
9666 + compatible = "ibm,emac-440ep", "ibm,emac-440gp", "ibm,emac";
9667 + interrupt-parent = <&UIC1>;
9668 + interrupts = <1e 4 1f 4>;
9669 + reg = <ef600f00 70>;
9670 + local-mac-address = [000000000000];
9671 + mal-device = <&MAL0>;
9672 + mal-tx-channel = <2 3>;
9673 + mal-rx-channel = <1>;
9675 + max-frame-size = <5dc>;
9676 + rx-fifo-size = <1000>;
9677 + tx-fifo-size = <800>;
9678 + phy-mode = "rmii";
9679 + phy-map = <00000000>;
9680 + zmii-device = <&ZMII0>;
9681 + zmii-channel = <1>;
9685 + compatible = "ohci-be";
9686 + reg = <ef601000 80>;
9687 + interrupts = <8 4 9 4>;
9688 + interrupt-parent = < &UIC1 >;
9692 + PCI0: pci@ec000000 {
9693 + device_type = "pci";
9694 + #interrupt-cells = <1>;
9695 + #size-cells = <2>;
9696 + #address-cells = <3>;
9697 + compatible = "ibm,plb440ep-pci", "ibm,plb-pci";
9699 + reg = <0 eec00000 8 /* Config space access */
9700 + 0 eed00000 4 /* IACK */
9701 + 0 eed00000 4 /* Special cycle */
9702 + 0 ef400000 40>; /* Internal registers */
9704 + /* Outbound ranges, one memory and one IO,
9705 + * later cannot be changed. Chip supports a second
9706 + * IO range but we don't use it for now
9708 + ranges = <02000000 0 a0000000 0 a0000000 0 20000000
9709 + 01000000 0 00000000 0 e8000000 0 00010000>;
9711 + /* Inbound 2GB range starting at 0 */
9712 + dma-ranges = <42000000 0 0 0 0 0 80000000>;
9714 + /* Bamboo has all 4 IRQ pins tied together per slot */
9715 + interrupt-map-mask = <f800 0 0 0>;
9718 + 0800 0 0 0 &UIC0 1c 8
9721 + 1000 0 0 0 &UIC0 1b 8
9724 + 1800 0 0 0 &UIC0 1a 8
9727 + 2000 0 0 0 &UIC0 19 8
9733 + linux,stdout-path = "/plb/opb/serial@ef600300";
9736 --- a/arch/powerpc/boot/ebony.c
9737 +++ b/arch/powerpc/boot/ebony.c
9738 @@ -75,7 +75,8 @@ static void ebony_fixups(void)
9740 ibm440gp_fixup_clocks(sysclk, 6 * 1843200);
9741 ibm4xx_sdram_fixup_memsize();
9742 - dt_fixup_mac_addresses(ebony_mac0, ebony_mac1);
9743 + dt_fixup_mac_address_by_alias("ethernet0", ebony_mac0);
9744 + dt_fixup_mac_address_by_alias("ethernet1", ebony_mac1);
9745 ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
9746 ebony_flashsel_fixup();
9748 --- a/arch/powerpc/boot/libfdt-wrapper.c
9749 +++ b/arch/powerpc/boot/libfdt-wrapper.c
9751 #define check_err(err) \
9753 if (BAD_ERROR(err) || ((err < 0) && DEBUG)) \
9754 - printf("%s():%d %s\n\r", __FUNCTION__, __LINE__, \
9755 + printf("%s():%d %s\n\r", __func__, __LINE__, \
9756 fdt_strerror(err)); \
9757 if (BAD_ERROR(err)) \
9759 --- a/arch/powerpc/boot/mpc52xx-psc.c
9760 +++ b/arch/powerpc/boot/mpc52xx-psc.c
9761 @@ -51,14 +51,9 @@ static unsigned char psc_getc(void)
9763 int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp)
9767 /* Get the base address of the psc registers */
9768 - n = getprop(devp, "virtual-reg", &psc, sizeof(psc));
9769 - if (n != sizeof(psc)) {
9770 - if (!dt_xlate_reg(devp, 0, (void *)&psc, NULL))
9773 + if (dt_get_virtual_reg(devp, &psc, 1) < 1)
9776 scdp->open = psc_open;
9777 scdp->putc = psc_putc;
9778 --- a/arch/powerpc/boot/mpsc.c
9779 +++ b/arch/powerpc/boot/mpsc.c
9780 @@ -141,7 +141,7 @@ int mpsc_console_init(void *devp, struct
9781 if (mpscintr_base == NULL)
9784 - n = getprop(devp, "block-index", &v, sizeof(v));
9785 + n = getprop(devp, "cell-index", &v, sizeof(v));
9789 --- a/arch/powerpc/boot/mv64x60.c
9790 +++ b/arch/powerpc/boot/mv64x60.c
9791 @@ -535,7 +535,7 @@ u8 *mv64x60_get_bridge_pbase(void)
9795 - devp = finddevice("/mv64x60");
9796 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9799 if (getprop(devp, "reg", v, sizeof(v)) != sizeof(v))
9800 @@ -553,7 +553,7 @@ u8 *mv64x60_get_bridge_base(void)
9804 - devp = finddevice("/mv64x60");
9805 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9808 if (getprop(devp, "virtual-reg", &v, sizeof(v)) != sizeof(v))
9809 --- a/arch/powerpc/boot/mv64x60_i2c.c
9810 +++ b/arch/powerpc/boot/mv64x60_i2c.c
9811 @@ -185,7 +185,7 @@ int mv64x60_i2c_open(void)
9815 - devp = finddevice("/mv64x60/i2c");
9816 + devp = find_node_by_compatible(NULL, "marvell,mv64360-i2c");
9819 if (getprop(devp, "virtual-reg", &v, sizeof(v)) != sizeof(v))
9820 --- a/arch/powerpc/boot/ns16550.c
9821 +++ b/arch/powerpc/boot/ns16550.c
9822 @@ -55,15 +55,9 @@ static u8 ns16550_tstc(void)
9823 int ns16550_console_init(void *devp, struct serial_console_data *scdp)
9826 - unsigned long reg_phys;
9828 - n = getprop(devp, "virtual-reg", ®_base, sizeof(reg_base));
9829 - if (n != sizeof(reg_base)) {
9830 - if (!dt_xlate_reg(devp, 0, ®_phys, NULL))
9833 - reg_base = (void *)reg_phys;
9835 + if (dt_get_virtual_reg(devp, (void **)®_base, 1) < 1)
9838 n = getprop(devp, "reg-shift", ®_shift, sizeof(reg_shift));
9839 if (n != sizeof(reg_shift))
9840 --- a/arch/powerpc/boot/ops.h
9841 +++ b/arch/powerpc/boot/ops.h
9842 @@ -95,6 +95,7 @@ int dt_xlate_reg(void *node, int res, un
9843 int dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr);
9844 int dt_is_compatible(void *node, const char *compat);
9845 void dt_get_reg_format(void *node, u32 *naddr, u32 *nsize);
9846 +int dt_get_virtual_reg(void *node, void **addr, int nres);
9848 static inline void *finddevice(const char *name)
9850 --- a/arch/powerpc/boot/prpmc2800.c
9851 +++ b/arch/powerpc/boot/prpmc2800.c
9852 @@ -344,20 +344,20 @@ static void prpmc2800_bridge_setup(u32 m
9855 /* Get the cpu -> pci i/o & mem mappings from the device tree */
9856 - devp = finddevice("/mv64x60/pci@80000000");
9857 + devp = find_node_by_compatible(NULL, "marvell,mv64360-pci");
9859 - fatal("Error: Missing /mv64x60/pci@80000000"
9860 + fatal("Error: Missing marvell,mv64360-pci"
9861 " device tree node\n\r");
9863 rc = getprop(devp, "ranges", v, sizeof(v));
9864 if (rc != sizeof(v))
9865 - fatal("Error: Can't find /mv64x60/pci@80000000/ranges"
9866 + fatal("Error: Can't find marvell,mv64360-pci ranges"
9869 /* Get the cpu -> pci i/o & mem mappings from the device tree */
9870 - devp = finddevice("/mv64x60");
9871 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9873 - fatal("Error: Missing /mv64x60 device tree node\n\r");
9874 + fatal("Error: Missing marvell,mv64360 device tree node\n\r");
9876 enables = in_le32((u32 *)(bridge_base + MV64x60_CPU_BAR_ENABLE));
9877 enables |= 0x0007fe00; /* Disable all cpu->pci windows */
9878 @@ -429,9 +429,9 @@ static void prpmc2800_fixups(void)
9879 setprop(devp, "model", model, l);
9881 /* Set /cpus/PowerPC,7447/clock-frequency */
9882 - devp = finddevice("/cpus/PowerPC,7447");
9883 + devp = find_node_by_prop_value_str(NULL, "device_type", "cpu");
9885 - fatal("Error: Missing proper /cpus device tree node\n\r");
9886 + fatal("Error: Missing proper cpu device tree node\n\r");
9887 v[0] = bip->core_speed;
9888 setprop(devp, "clock-frequency", &v[0], sizeof(v[0]));
9890 @@ -443,16 +443,17 @@ static void prpmc2800_fixups(void)
9891 v[1] = bip->mem_size;
9892 setprop(devp, "reg", v, sizeof(v));
9894 - /* Update /mv64x60/model, if this is a mv64362 */
9895 + /* Update model, if this is a mv64362 */
9896 if (bip->bridge_type == BRIDGE_TYPE_MV64362) {
9897 - devp = finddevice("/mv64x60");
9898 + devp = find_node_by_compatible(NULL, "marvell,mv64360");
9900 - fatal("Error: Missing /mv64x60 device tree node\n\r");
9901 + fatal("Error: Missing marvell,mv64360"
9902 + " device tree node\n\r");
9903 setprop(devp, "model", "mv64362", strlen("mv64362") + 1);
9906 /* Set User FLASH size */
9907 - devp = finddevice("/mv64x60/flash@a0000000");
9908 + devp = find_node_by_compatible(NULL, "direct-mapped");
9910 fatal("Error: Missing User FLASH device tree node\n\r");
9911 rc = getprop(devp, "reg", v, sizeof(v));
9912 --- a/arch/powerpc/boot/ps3-head.S
9913 +++ b/arch/powerpc/boot/ps3-head.S
9916 * __system_reset_overlay - The PS3 first stage entry.
9918 - * The bootwraper build script copies the 0x100 bytes at symbol
9919 - * __system_reset_overlay to offset 0x100 of the rom image.
9920 + * The bootwraper build script copies the 512 bytes at symbol
9921 + * __system_reset_overlay to offset 0x100 of the rom image. This symbol
9922 + * must occupy 512 or less bytes.
9924 * The PS3 has a single processor with two threads.
9926 @@ -47,8 +48,6 @@ __system_reset_overlay:
9934 /* Secondary goes to __secondary_hold in kernel. */
9935 @@ -57,8 +56,14 @@ __system_reset_overlay:
9939 - /* Primary delays then goes to _zimage_start in wrapper. */
9941 + /* Save the value at addr zero for a null pointer write check later. */
9946 + /* Primary delays then goes to _zimage_start in wrapper. */
9948 or 31, 31, 31 /* db16cyc */
9949 or 31, 31, 31 /* db16cyc */
9951 @@ -67,16 +72,18 @@ __system_reset_overlay:
9955 + . = __system_reset_overlay + 512
9958 * __system_reset_kernel - Place holder for the kernel reset vector.
9960 - * The bootwrapper build script copies 0x100 bytes from offset 0x100
9961 + * The bootwrapper build script copies 512 bytes from offset 0x100
9962 * of the rom image to the symbol __system_reset_kernel. At runtime
9963 - * the bootwrapper program copies the 0x100 bytes at __system_reset_kernel
9964 - * to ram address 0x100. This symbol must occupy 0x100 bytes.
9965 + * the bootwrapper program copies the 512 bytes at __system_reset_kernel
9966 + * to ram address 0x100. This symbol must occupy 512 bytes.
9969 .globl __system_reset_kernel
9970 __system_reset_kernel:
9972 - . = __system_reset_kernel + 0x100
9973 + . = __system_reset_kernel + 512
9974 --- a/arch/powerpc/boot/ps3.c
9975 +++ b/arch/powerpc/boot/ps3.c
9980 -extern s64 lv1_panic(u64 in_1);
9981 -extern s64 lv1_get_logical_partition_id(u64 *out_1);
9982 -extern s64 lv1_get_logical_ppe_id(u64 *out_1);
9983 -extern s64 lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3,
9984 +extern int lv1_panic(u64 in_1);
9985 +extern int lv1_get_logical_partition_id(u64 *out_1);
9986 +extern int lv1_get_logical_ppe_id(u64 *out_1);
9987 +extern int lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3,
9988 u64 in_4, u64 in_5, u64 *out_1, u64 *out_2);
9991 @@ -46,6 +46,7 @@ BSS_STACK(4096);
9992 * edit the command line passed to vmlinux (by setting /chosen/bootargs).
9993 * The buffer is put in it's own section so that tools may locate it easier.
9996 static char cmdline[COMMAND_LINE_SIZE]
9997 __attribute__((__section__("__builtin_cmdline")));
9999 @@ -75,7 +76,7 @@ static void ps3_exit(void)
10001 static int ps3_repository_read_rm_size(u64 *rm_size)
10008 @@ -114,16 +115,17 @@ void ps3_copy_vectors(void)
10010 extern char __system_reset_kernel[];
10012 - memcpy((void *)0x100, __system_reset_kernel, 0x100);
10013 - flush_cache((void *)0x100, 0x100);
10014 + memcpy((void *)0x100, __system_reset_kernel, 512);
10015 + flush_cache((void *)0x100, 512);
10018 -void platform_init(void)
10019 +void platform_init(unsigned long null_check)
10021 const u32 heapsize = 0x1000000 - (u32)_end; /* 16MiB */
10023 unsigned long ft_addr;
10025 + unsigned long val;
10027 console_ops.write = ps3_console_write;
10028 platform_ops.exit = ps3_exit;
10029 @@ -151,6 +153,11 @@ void platform_init(void)
10031 printf(" flat tree at 0x%lx\n\r", ft_addr);
10033 + val = *(unsigned long *)0;
10035 + if (val != null_check)
10036 + printf("null check failed: %lx != %lx\n\r", val, null_check);
10038 ((kernel_entry_t)0)(ft_addr, 0, NULL);
10041 --- a/arch/powerpc/boot/serial.c
10042 +++ b/arch/powerpc/boot/serial.c
10043 @@ -119,7 +119,7 @@ int serial_console_init(void)
10045 if (dt_is_compatible(devp, "ns16550"))
10046 rc = ns16550_console_init(devp, &serial_cd);
10047 - else if (dt_is_compatible(devp, "marvell,mpsc"))
10048 + else if (dt_is_compatible(devp, "marvell,mv64360-mpsc"))
10049 rc = mpsc_console_init(devp, &serial_cd);
10050 else if (dt_is_compatible(devp, "fsl,cpm1-scc-uart") ||
10051 dt_is_compatible(devp, "fsl,cpm1-smc-uart") ||
10053 +++ b/arch/powerpc/boot/simpleboot.c
10056 + * The simple platform -- for booting when firmware doesn't supply a device
10057 + * tree or any platform configuration information.
10058 + * All data is extracted from an embedded device tree
10061 + * Authors: Scott Wood <scottwood@freescale.com>
10062 + * Grant Likely <grant.likely@secretlab.ca>
10064 + * Copyright (c) 2007 Freescale Semiconductor, Inc.
10065 + * Copyright (c) 2008 Secret Lab Technologies Ltd.
10067 + * This program is free software; you can redistribute it and/or modify it
10068 + * under the terms of the GNU General Public License version 2 as published
10069 + * by the Free Software Foundation.
10073 +#include "types.h"
10075 +#include "stdio.h"
10076 +#include "libfdt/libfdt.h"
10078 +BSS_STACK(4*1024);
10080 +void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
10081 + unsigned long r6, unsigned long r7)
10083 + const u32 *na, *ns, *reg, *timebase;
10085 + int node, size, i;
10087 + /* Make sure FDT blob is sane */
10088 + if (fdt_check_header(_dtb_start) != 0)
10089 + fatal("Invalid device tree blob\n");
10091 + /* Find the #address-cells and #size-cells properties */
10092 + node = fdt_path_offset(_dtb_start, "/");
10094 + fatal("Cannot find root node\n");
10095 + na = fdt_getprop(_dtb_start, node, "#address-cells", &size);
10096 + if (!na || (size != 4))
10097 + fatal("Cannot find #address-cells property");
10098 + ns = fdt_getprop(_dtb_start, node, "#size-cells", &size);
10099 + if (!ns || (size != 4))
10100 + fatal("Cannot find #size-cells property");
10102 + /* Find the memory range */
10103 + node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type",
10104 + "memory", sizeof("memory"));
10106 + fatal("Cannot find memory node\n");
10107 + reg = fdt_getprop(_dtb_start, node, "reg", &size);
10108 + if (size < (*na+*ns) * sizeof(u32))
10109 + fatal("cannot get memory range\n");
10111 + /* Only interested in memory based at 0 */
10112 + for (i = 0; i < *na; i++)
10114 + fatal("Memory range is not based at address 0\n");
10116 + /* get the memsize and trucate it to under 4G on 32 bit machines */
10118 + for (i = 0; i < *ns; i++)
10119 + memsize64 = (memsize64 << 32) | *reg++;
10120 + if (sizeof(void *) == 4 && memsize64 >= 0x100000000ULL)
10121 + memsize64 = 0xffffffff;
10123 + /* finally, setup the timebase */
10124 + node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type",
10125 + "cpu", sizeof("cpu"));
10127 + fatal("Cannot find cpu node\n");
10128 + timebase = fdt_getprop(_dtb_start, node, "timebase-frequency", &size);
10129 + if (timebase && (size == 4))
10130 + timebase_period_ns = 1000000000 / *timebase;
10132 + /* Now we have the memory size; initialize the heap */
10133 + simple_alloc_init(_end, memsize64 - (unsigned long)_end, 32, 64);
10135 + /* prepare the device tree and find the console */
10136 + fdt_init(_dtb_start);
10137 + serial_console_init();
10139 --- a/arch/powerpc/boot/treeboot-walnut.c
10140 +++ b/arch/powerpc/boot/treeboot-walnut.c
10141 @@ -68,7 +68,7 @@ static void walnut_fixups(void)
10142 ibm4xx_quiesce_eth((u32 *)0xef600800, NULL);
10143 ibm4xx_fixup_ebc_ranges("/plb/ebc");
10144 walnut_flashsel_fixup();
10145 - dt_fixup_mac_addresses((u8 *) WALNUT_OPENBIOS_MAC_OFF);
10146 + dt_fixup_mac_address_by_alias("ethernet0", (u8 *) WALNUT_OPENBIOS_MAC_OFF);
10149 void platform_init(void)
10151 +++ b/arch/powerpc/boot/virtex405-head.S
10153 +#include "ppc_asm.h"
10156 + .global _zimage_start
10159 + /* PPC errata 213: needed by Virtex-4 FX */
10161 + oris 0,0,0x50000000@h
10165 + * Invalidate the data cache if the data cache is turned off.
10166 + * - The 405 core does not invalidate the data cache on power-up
10167 + * or reset but does turn off the data cache. We cannot assume
10168 + * that the cache contents are valid.
10169 + * - If the data cache is turned on this must have been done by
10170 + * a bootloader and we assume that the cache contents are
10182 +2: b _zimage_start_lib
10183 --- a/arch/powerpc/boot/wrapper
10184 +++ b/arch/powerpc/boot/wrapper
10185 @@ -174,7 +174,7 @@ cuboot*)
10187 platformo=$object/cuboot-83xx.o
10189 - *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555)
10190 + *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555|*-ksi8560*)
10191 platformo=$object/cuboot-85xx-cpm2.o
10193 *-mpc85*|*-tqm8540|*-sbc85*)
10194 @@ -199,6 +199,10 @@ adder875-redboot)
10195 platformo="$object/fixed-head.o $object/redboot-8xx.o"
10198 +simpleboot-virtex405-*)
10199 + platformo="$object/virtex405-head.o $object/simpleboot.o"
10204 vmz="$tmpdir/`basename \"$kernel\"`.$ext"
10205 @@ -226,10 +230,13 @@ if [ -n "$version" ]; then
10206 uboot_version="-n Linux-$version"
10209 +# physical offset of kernel image
10210 +membase=`${CROSS}objdump -p "$kernel" | grep -m 1 LOAD | awk '{print $7}'`
10212 case "$platform" in
10215 - mkimage -A ppc -O linux -T kernel -C gzip -a 00000000 -e 00000000 \
10216 + mkimage -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \
10217 $uboot_version -d "$vmz" "$ofile"
10218 if [ -z "$cacheit" ]; then
10220 @@ -298,15 +305,16 @@ treeboot*)
10224 - # The ps3's loader supports loading gzipped binary images from flash
10225 - # rom to addr zero. The loader enters the image at addr 0x100. A
10226 - # bootwrapper overlay is use to arrange for the kernel to be loaded
10227 - # to addr zero and to have a suitable bootwrapper entry at 0x100.
10228 - # To construct the rom image, 0x100 bytes from offset 0x100 in the
10229 - # kernel is copied to the bootwrapper symbol __system_reset_kernel.
10230 - # The 0x100 bytes at the bootwrapper symbol __system_reset_overlay is
10231 - # then copied to offset 0x100. At runtime the bootwrapper program
10232 - # copies the 0x100 bytes at __system_reset_kernel to addr 0x100.
10233 + # The ps3's loader supports loading a gzipped binary image from flash
10234 + # rom to ram addr zero. The loader then enters the system reset
10235 + # vector at addr 0x100. A bootwrapper overlay is used to arrange for
10236 + # a binary image of the kernel to be at addr zero, and yet have a
10237 + # suitable bootwrapper entry at 0x100. To construct the final rom
10238 + # image 512 bytes from offset 0x100 is copied to the bootwrapper
10239 + # place holder at symbol __system_reset_kernel. The 512 bytes of the
10240 + # bootwrapper entry code at symbol __system_reset_overlay is then
10241 + # copied to offset 0x100. At runtime the bootwrapper program copies
10242 + # the data at __system_reset_kernel back to addr 0x100.
10244 system_reset_overlay=0x`${CROSS}nm "$ofile" \
10245 | grep ' __system_reset_overlay$' \
10246 @@ -317,7 +325,7 @@ ps3)
10248 system_reset_kernel=`printf "%d" $system_reset_kernel`
10250 - overlay_size="256"
10251 + overlay_size="512"
10253 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"
10256 +++ b/arch/powerpc/configs/40x/ep405_defconfig
10259 +# Automatically generated make config: don't edit
10260 +# Linux kernel version: 2.6.25-rc2
10261 +# Fri Feb 15 21:50:09 2008
10263 +# CONFIG_PPC64 is not set
10266 +# Processor support
10268 +# CONFIG_6xx is not set
10269 +# CONFIG_PPC_85xx is not set
10270 +# CONFIG_PPC_8xx is not set
10272 +# CONFIG_44x is not set
10273 +# CONFIG_E200 is not set
10275 +# CONFIG_PPC_MM_SLICES is not set
10276 +CONFIG_NOT_COHERENT_CACHE=y
10278 +CONFIG_WORD_SIZE=32
10279 +CONFIG_PPC_MERGE=y
10281 +CONFIG_GENERIC_CMOS_UPDATE=y
10282 +CONFIG_GENERIC_TIME=y
10283 +CONFIG_GENERIC_TIME_VSYSCALL=y
10284 +CONFIG_GENERIC_CLOCKEVENTS=y
10285 +CONFIG_GENERIC_HARDIRQS=y
10286 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
10287 +CONFIG_IRQ_PER_CPU=y
10288 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
10289 +CONFIG_ARCH_HAS_ILOG2_U32=y
10290 +CONFIG_GENERIC_HWEIGHT=y
10291 +CONFIG_GENERIC_CALIBRATE_DELAY=y
10292 +CONFIG_GENERIC_FIND_NEXT_BIT=y
10293 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
10295 +CONFIG_EARLY_PRINTK=y
10296 +CONFIG_GENERIC_NVRAM=y
10297 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
10298 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
10301 +CONFIG_PPC_UDBG_16550=y
10302 +# CONFIG_GENERIC_TBSYNC is not set
10303 +CONFIG_AUDIT_ARCH=y
10304 +CONFIG_GENERIC_BUG=y
10305 +# CONFIG_DEFAULT_UIMAGE is not set
10306 +CONFIG_PPC_DCR_NATIVE=y
10307 +# CONFIG_PPC_DCR_MMIO is not set
10309 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
10314 +CONFIG_EXPERIMENTAL=y
10315 +CONFIG_BROKEN_ON_SMP=y
10316 +CONFIG_INIT_ENV_ARG_LIMIT=32
10317 +CONFIG_LOCALVERSION=""
10318 +CONFIG_LOCALVERSION_AUTO=y
10321 +CONFIG_SYSVIPC_SYSCTL=y
10322 +CONFIG_POSIX_MQUEUE=y
10323 +# CONFIG_BSD_PROCESS_ACCT is not set
10324 +# CONFIG_TASKSTATS is not set
10325 +# CONFIG_AUDIT is not set
10326 +# CONFIG_IKCONFIG is not set
10327 +CONFIG_LOG_BUF_SHIFT=14
10328 +# CONFIG_CGROUPS is not set
10329 +CONFIG_GROUP_SCHED=y
10330 +CONFIG_FAIR_GROUP_SCHED=y
10331 +# CONFIG_RT_GROUP_SCHED is not set
10332 +CONFIG_USER_SCHED=y
10333 +# CONFIG_CGROUP_SCHED is not set
10334 +CONFIG_SYSFS_DEPRECATED=y
10335 +# CONFIG_RELAY is not set
10336 +# CONFIG_NAMESPACES is not set
10337 +CONFIG_BLK_DEV_INITRD=y
10338 +CONFIG_INITRAMFS_SOURCE=""
10339 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
10342 +CONFIG_SYSCTL_SYSCALL=y
10344 +CONFIG_KALLSYMS_ALL=y
10345 +CONFIG_KALLSYMS_EXTRA_PASS=y
10350 +CONFIG_COMPAT_BRK=y
10351 +CONFIG_BASE_FULL=y
10353 +CONFIG_ANON_INODES=y
10359 +CONFIG_VM_EVENT_COUNTERS=y
10360 +CONFIG_SLUB_DEBUG=y
10361 +# CONFIG_SLAB is not set
10363 +# CONFIG_SLOB is not set
10364 +# CONFIG_PROFILING is not set
10365 +# CONFIG_MARKERS is not set
10366 +CONFIG_HAVE_OPROFILE=y
10367 +# CONFIG_KPROBES is not set
10368 +CONFIG_HAVE_KPROBES=y
10369 +CONFIG_PROC_PAGE_MONITOR=y
10371 +CONFIG_RT_MUTEXES=y
10372 +# CONFIG_TINY_SHMEM is not set
10373 +CONFIG_BASE_SMALL=0
10375 +CONFIG_MODULE_UNLOAD=y
10376 +# CONFIG_MODULE_FORCE_UNLOAD is not set
10377 +# CONFIG_MODVERSIONS is not set
10378 +# CONFIG_MODULE_SRCVERSION_ALL is not set
10382 +# CONFIG_BLK_DEV_IO_TRACE is not set
10383 +# CONFIG_LSF is not set
10384 +# CONFIG_BLK_DEV_BSG is not set
10389 +CONFIG_IOSCHED_NOOP=y
10390 +CONFIG_IOSCHED_AS=y
10391 +CONFIG_IOSCHED_DEADLINE=y
10392 +CONFIG_IOSCHED_CFQ=y
10393 +CONFIG_DEFAULT_AS=y
10394 +# CONFIG_DEFAULT_DEADLINE is not set
10395 +# CONFIG_DEFAULT_CFQ is not set
10396 +# CONFIG_DEFAULT_NOOP is not set
10397 +CONFIG_DEFAULT_IOSCHED="anticipatory"
10398 +CONFIG_CLASSIC_RCU=y
10399 +# CONFIG_PREEMPT_RCU is not set
10400 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
10403 +# Platform support
10405 +# CONFIG_PPC_MPC512x is not set
10406 +# CONFIG_PPC_MPC5121 is not set
10407 +# CONFIG_PPC_CELL is not set
10408 +# CONFIG_PPC_CELL_NATIVE is not set
10409 +# CONFIG_PQ2ADS is not set
10411 +# CONFIG_KILAUEA is not set
10412 +# CONFIG_MAKALU is not set
10413 +# CONFIG_WALNUT is not set
10414 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
10416 +CONFIG_IBM405_ERR77=y
10417 +CONFIG_IBM405_ERR51=y
10418 +# CONFIG_IPIC is not set
10419 +# CONFIG_MPIC is not set
10420 +# CONFIG_MPIC_WEIRD is not set
10421 +# CONFIG_PPC_I8259 is not set
10422 +# CONFIG_PPC_RTAS is not set
10423 +# CONFIG_MMIO_NVRAM is not set
10424 +# CONFIG_PPC_MPC106 is not set
10425 +# CONFIG_PPC_970_NAP is not set
10426 +# CONFIG_PPC_INDIRECT_IO is not set
10427 +# CONFIG_GENERIC_IOMAP is not set
10428 +# CONFIG_CPU_FREQ is not set
10429 +# CONFIG_FSL_ULI1575 is not set
10434 +# CONFIG_HIGHMEM is not set
10435 +# CONFIG_TICK_ONESHOT is not set
10436 +# CONFIG_NO_HZ is not set
10437 +# CONFIG_HIGH_RES_TIMERS is not set
10438 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
10439 +# CONFIG_HZ_100 is not set
10441 +# CONFIG_HZ_300 is not set
10442 +# CONFIG_HZ_1000 is not set
10444 +# CONFIG_SCHED_HRTICK is not set
10445 +CONFIG_PREEMPT_NONE=y
10446 +# CONFIG_PREEMPT_VOLUNTARY is not set
10447 +# CONFIG_PREEMPT is not set
10448 +CONFIG_RCU_TRACE=y
10449 +CONFIG_BINFMT_ELF=y
10450 +# CONFIG_BINFMT_MISC is not set
10451 +# CONFIG_MATH_EMULATION is not set
10452 +# CONFIG_IOMMU_HELPER is not set
10453 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
10454 +CONFIG_ARCH_HAS_WALK_MEMORY=y
10455 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
10456 +CONFIG_ARCH_FLATMEM_ENABLE=y
10457 +CONFIG_ARCH_POPULATES_NODE_MAP=y
10458 +CONFIG_SELECT_MEMORY_MODEL=y
10459 +CONFIG_FLATMEM_MANUAL=y
10460 +# CONFIG_DISCONTIGMEM_MANUAL is not set
10461 +# CONFIG_SPARSEMEM_MANUAL is not set
10463 +CONFIG_FLAT_NODE_MEM_MAP=y
10464 +# CONFIG_SPARSEMEM_STATIC is not set
10465 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
10466 +CONFIG_SPLIT_PTLOCK_CPUS=4
10467 +# CONFIG_RESOURCES_64BIT is not set
10468 +CONFIG_ZONE_DMA_FLAG=1
10470 +CONFIG_VIRT_TO_BUS=y
10471 +CONFIG_PROC_DEVICETREE=y
10472 +# CONFIG_CMDLINE_BOOL is not set
10473 +# CONFIG_PM is not set
10475 +CONFIG_ISA_DMA_API=y
10481 +CONFIG_PPC_INDIRECT_PCI=y
10483 +CONFIG_PCI_DOMAINS=y
10484 +CONFIG_PCI_SYSCALL=y
10485 +# CONFIG_PCIEPORTBUS is not set
10486 +CONFIG_ARCH_SUPPORTS_MSI=y
10487 +# CONFIG_PCI_MSI is not set
10488 +CONFIG_PCI_LEGACY=y
10489 +# CONFIG_PCI_DEBUG is not set
10490 +# CONFIG_PCCARD is not set
10491 +# CONFIG_HOTPLUG_PCI is not set
10496 +# CONFIG_ADVANCED_OPTIONS is not set
10499 +# Default settings for advanced configuration options are used
10501 +CONFIG_HIGHMEM_START=0xfe000000
10502 +CONFIG_LOWMEM_SIZE=0x30000000
10503 +CONFIG_KERNEL_START=0xc0000000
10504 +CONFIG_TASK_SIZE=0xc0000000
10505 +CONFIG_CONSISTENT_START=0xff100000
10506 +CONFIG_CONSISTENT_SIZE=0x00200000
10507 +CONFIG_BOOT_LOAD=0x00400000
10515 +# Networking options
10518 +# CONFIG_PACKET_MMAP is not set
10520 +# CONFIG_NET_KEY is not set
10522 +# CONFIG_IP_MULTICAST is not set
10523 +# CONFIG_IP_ADVANCED_ROUTER is not set
10524 +CONFIG_IP_FIB_HASH=y
10526 +CONFIG_IP_PNP_DHCP=y
10527 +CONFIG_IP_PNP_BOOTP=y
10528 +# CONFIG_IP_PNP_RARP is not set
10529 +# CONFIG_NET_IPIP is not set
10530 +# CONFIG_NET_IPGRE is not set
10531 +# CONFIG_ARPD is not set
10532 +# CONFIG_SYN_COOKIES is not set
10533 +# CONFIG_INET_AH is not set
10534 +# CONFIG_INET_ESP is not set
10535 +# CONFIG_INET_IPCOMP is not set
10536 +# CONFIG_INET_XFRM_TUNNEL is not set
10537 +# CONFIG_INET_TUNNEL is not set
10538 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
10539 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
10540 +# CONFIG_INET_XFRM_MODE_BEET is not set
10541 +# CONFIG_INET_LRO is not set
10542 +CONFIG_INET_DIAG=y
10543 +CONFIG_INET_TCP_DIAG=y
10544 +# CONFIG_TCP_CONG_ADVANCED is not set
10545 +CONFIG_TCP_CONG_CUBIC=y
10546 +CONFIG_DEFAULT_TCP_CONG="cubic"
10547 +# CONFIG_TCP_MD5SIG is not set
10548 +# CONFIG_IPV6 is not set
10549 +# CONFIG_INET6_XFRM_TUNNEL is not set
10550 +# CONFIG_INET6_TUNNEL is not set
10551 +# CONFIG_NETWORK_SECMARK is not set
10552 +# CONFIG_NETFILTER is not set
10553 +# CONFIG_IP_DCCP is not set
10554 +# CONFIG_IP_SCTP is not set
10555 +# CONFIG_TIPC is not set
10556 +# CONFIG_ATM is not set
10557 +# CONFIG_BRIDGE is not set
10558 +# CONFIG_VLAN_8021Q is not set
10559 +# CONFIG_DECNET is not set
10560 +# CONFIG_LLC2 is not set
10561 +# CONFIG_IPX is not set
10562 +# CONFIG_ATALK is not set
10563 +# CONFIG_X25 is not set
10564 +# CONFIG_LAPB is not set
10565 +# CONFIG_ECONET is not set
10566 +# CONFIG_WAN_ROUTER is not set
10567 +# CONFIG_NET_SCHED is not set
10572 +# CONFIG_NET_PKTGEN is not set
10573 +# CONFIG_HAMRADIO is not set
10574 +# CONFIG_CAN is not set
10575 +# CONFIG_IRDA is not set
10576 +# CONFIG_BT is not set
10577 +# CONFIG_AF_RXRPC is not set
10582 +# CONFIG_CFG80211 is not set
10583 +# CONFIG_WIRELESS_EXT is not set
10584 +# CONFIG_MAC80211 is not set
10585 +# CONFIG_IEEE80211 is not set
10586 +# CONFIG_RFKILL is not set
10587 +# CONFIG_NET_9P is not set
10594 +# Generic Driver Options
10596 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
10597 +CONFIG_STANDALONE=y
10598 +CONFIG_PREVENT_FIRMWARE_BUILD=y
10599 +CONFIG_FW_LOADER=y
10600 +# CONFIG_DEBUG_DRIVER is not set
10601 +# CONFIG_DEBUG_DEVRES is not set
10602 +# CONFIG_SYS_HYPERVISOR is not set
10603 +CONFIG_CONNECTOR=y
10604 +CONFIG_PROC_EVENTS=y
10606 +# CONFIG_MTD_DEBUG is not set
10607 +# CONFIG_MTD_CONCAT is not set
10608 +CONFIG_MTD_PARTITIONS=y
10609 +# CONFIG_MTD_REDBOOT_PARTS is not set
10610 +CONFIG_MTD_CMDLINE_PARTS=y
10611 +CONFIG_MTD_OF_PARTS=y
10614 +# User Modules And Translation Layers
10617 +CONFIG_MTD_BLKDEVS=m
10618 +CONFIG_MTD_BLOCK=m
10619 +# CONFIG_MTD_BLOCK_RO is not set
10620 +# CONFIG_FTL is not set
10621 +# CONFIG_NFTL is not set
10622 +# CONFIG_INFTL is not set
10623 +# CONFIG_RFD_FTL is not set
10624 +# CONFIG_SSFDC is not set
10625 +# CONFIG_MTD_OOPS is not set
10628 +# RAM/ROM/Flash chip drivers
10631 +CONFIG_MTD_JEDECPROBE=y
10632 +CONFIG_MTD_GEN_PROBE=y
10633 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
10634 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
10635 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
10636 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
10637 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
10638 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
10639 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
10640 +CONFIG_MTD_CFI_I1=y
10641 +CONFIG_MTD_CFI_I2=y
10642 +# CONFIG_MTD_CFI_I4 is not set
10643 +# CONFIG_MTD_CFI_I8 is not set
10644 +# CONFIG_MTD_CFI_INTELEXT is not set
10645 +CONFIG_MTD_CFI_AMDSTD=y
10646 +# CONFIG_MTD_CFI_STAA is not set
10647 +CONFIG_MTD_CFI_UTIL=y
10648 +# CONFIG_MTD_RAM is not set
10649 +# CONFIG_MTD_ROM is not set
10650 +# CONFIG_MTD_ABSENT is not set
10653 +# Mapping drivers for chip access
10655 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
10656 +# CONFIG_MTD_PHYSMAP is not set
10657 +CONFIG_MTD_PHYSMAP_OF=y
10658 +# CONFIG_MTD_INTEL_VR_NOR is not set
10659 +# CONFIG_MTD_PLATRAM is not set
10662 +# Self-contained MTD device drivers
10664 +# CONFIG_MTD_PMC551 is not set
10665 +# CONFIG_MTD_SLRAM is not set
10666 +# CONFIG_MTD_PHRAM is not set
10667 +# CONFIG_MTD_MTDRAM is not set
10668 +# CONFIG_MTD_BLOCK2MTD is not set
10671 +# Disk-On-Chip Device Drivers
10673 +# CONFIG_MTD_DOC2000 is not set
10674 +# CONFIG_MTD_DOC2001 is not set
10675 +# CONFIG_MTD_DOC2001PLUS is not set
10676 +# CONFIG_MTD_NAND is not set
10677 +# CONFIG_MTD_ONENAND is not set
10680 +# UBI - Unsorted block images
10682 +# CONFIG_MTD_UBI is not set
10683 +CONFIG_OF_DEVICE=y
10684 +# CONFIG_PARPORT is not set
10686 +# CONFIG_BLK_DEV_FD is not set
10687 +# CONFIG_BLK_CPQ_DA is not set
10688 +# CONFIG_BLK_CPQ_CISS_DA is not set
10689 +# CONFIG_BLK_DEV_DAC960 is not set
10690 +# CONFIG_BLK_DEV_UMEM is not set
10691 +# CONFIG_BLK_DEV_COW_COMMON is not set
10692 +# CONFIG_BLK_DEV_LOOP is not set
10693 +# CONFIG_BLK_DEV_NBD is not set
10694 +# CONFIG_BLK_DEV_SX8 is not set
10695 +# CONFIG_BLK_DEV_UB is not set
10696 +CONFIG_BLK_DEV_RAM=y
10697 +CONFIG_BLK_DEV_RAM_COUNT=16
10698 +CONFIG_BLK_DEV_RAM_SIZE=35000
10699 +# CONFIG_BLK_DEV_XIP is not set
10700 +# CONFIG_CDROM_PKTCDVD is not set
10701 +# CONFIG_ATA_OVER_ETH is not set
10702 +# CONFIG_XILINX_SYSACE is not set
10703 +CONFIG_MISC_DEVICES=y
10704 +# CONFIG_PHANTOM is not set
10705 +# CONFIG_EEPROM_93CX6 is not set
10706 +# CONFIG_SGI_IOC4 is not set
10707 +# CONFIG_TIFM_CORE is not set
10708 +# CONFIG_ENCLOSURE_SERVICES is not set
10710 +# CONFIG_IDE is not set
10713 +# SCSI device support
10715 +# CONFIG_RAID_ATTRS is not set
10716 +# CONFIG_SCSI is not set
10717 +# CONFIG_SCSI_DMA is not set
10718 +# CONFIG_SCSI_NETLINK is not set
10719 +# CONFIG_ATA is not set
10720 +# CONFIG_MD is not set
10721 +# CONFIG_FUSION is not set
10724 +# IEEE 1394 (FireWire) support
10726 +# CONFIG_FIREWIRE is not set
10727 +# CONFIG_IEEE1394 is not set
10728 +# CONFIG_I2O is not set
10729 +# CONFIG_MACINTOSH_DRIVERS is not set
10730 +CONFIG_NETDEVICES=y
10731 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
10732 +# CONFIG_DUMMY is not set
10733 +# CONFIG_BONDING is not set
10734 +# CONFIG_MACVLAN is not set
10735 +# CONFIG_EQUALIZER is not set
10736 +# CONFIG_TUN is not set
10737 +# CONFIG_VETH is not set
10738 +# CONFIG_ARCNET is not set
10739 +# CONFIG_PHYLIB is not set
10740 +CONFIG_NET_ETHERNET=y
10741 +# CONFIG_MII is not set
10742 +# CONFIG_HAPPYMEAL is not set
10743 +# CONFIG_SUNGEM is not set
10744 +# CONFIG_CASSINI is not set
10745 +# CONFIG_NET_VENDOR_3COM is not set
10746 +# CONFIG_NET_TULIP is not set
10747 +# CONFIG_HP100 is not set
10748 +CONFIG_IBM_NEW_EMAC=y
10749 +CONFIG_IBM_NEW_EMAC_RXB=128
10750 +CONFIG_IBM_NEW_EMAC_TXB=64
10751 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
10752 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
10753 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
10754 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
10755 +CONFIG_IBM_NEW_EMAC_ZMII=y
10756 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
10757 +# CONFIG_IBM_NEW_EMAC_TAH is not set
10758 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
10759 +# CONFIG_NET_PCI is not set
10760 +# CONFIG_B44 is not set
10761 +CONFIG_NETDEV_1000=y
10762 +# CONFIG_ACENIC is not set
10763 +# CONFIG_DL2K is not set
10764 +# CONFIG_E1000 is not set
10765 +# CONFIG_E1000E is not set
10766 +# CONFIG_E1000E_ENABLED is not set
10767 +# CONFIG_IP1000 is not set
10768 +# CONFIG_IGB is not set
10769 +# CONFIG_NS83820 is not set
10770 +# CONFIG_HAMACHI is not set
10771 +# CONFIG_YELLOWFIN is not set
10772 +# CONFIG_R8169 is not set
10773 +# CONFIG_SIS190 is not set
10774 +# CONFIG_SKGE is not set
10775 +# CONFIG_SKY2 is not set
10776 +# CONFIG_SK98LIN is not set
10777 +# CONFIG_VIA_VELOCITY is not set
10778 +# CONFIG_TIGON3 is not set
10779 +# CONFIG_BNX2 is not set
10780 +# CONFIG_QLA3XXX is not set
10781 +# CONFIG_ATL1 is not set
10782 +CONFIG_NETDEV_10000=y
10783 +# CONFIG_CHELSIO_T1 is not set
10784 +# CONFIG_CHELSIO_T3 is not set
10785 +# CONFIG_IXGBE is not set
10786 +# CONFIG_IXGB is not set
10787 +# CONFIG_S2IO is not set
10788 +# CONFIG_MYRI10GE is not set
10789 +# CONFIG_NETXEN_NIC is not set
10790 +# CONFIG_NIU is not set
10791 +# CONFIG_MLX4_CORE is not set
10792 +# CONFIG_TEHUTI is not set
10793 +# CONFIG_BNX2X is not set
10794 +# CONFIG_TR is not set
10799 +# CONFIG_WLAN_PRE80211 is not set
10800 +# CONFIG_WLAN_80211 is not set
10803 +# USB Network Adapters
10805 +# CONFIG_USB_CATC is not set
10806 +# CONFIG_USB_KAWETH is not set
10807 +# CONFIG_USB_PEGASUS is not set
10808 +# CONFIG_USB_RTL8150 is not set
10809 +# CONFIG_USB_USBNET is not set
10810 +# CONFIG_WAN is not set
10811 +# CONFIG_FDDI is not set
10812 +# CONFIG_HIPPI is not set
10813 +# CONFIG_PPP is not set
10814 +# CONFIG_SLIP is not set
10815 +# CONFIG_NETCONSOLE is not set
10816 +# CONFIG_NETPOLL is not set
10817 +# CONFIG_NET_POLL_CONTROLLER is not set
10818 +# CONFIG_ISDN is not set
10819 +# CONFIG_PHONE is not set
10822 +# Input device support
10824 +# CONFIG_INPUT is not set
10827 +# Hardware I/O ports
10829 +# CONFIG_SERIO is not set
10830 +# CONFIG_GAMEPORT is not set
10833 +# Character devices
10835 +# CONFIG_VT is not set
10836 +# CONFIG_SERIAL_NONSTANDARD is not set
10837 +# CONFIG_NOZOMI is not set
10842 +CONFIG_SERIAL_8250=y
10843 +CONFIG_SERIAL_8250_CONSOLE=y
10844 +CONFIG_SERIAL_8250_PCI=y
10845 +CONFIG_SERIAL_8250_NR_UARTS=4
10846 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
10847 +CONFIG_SERIAL_8250_EXTENDED=y
10848 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
10849 +CONFIG_SERIAL_8250_SHARE_IRQ=y
10850 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
10851 +# CONFIG_SERIAL_8250_RSA is not set
10854 +# Non-8250 serial port support
10856 +# CONFIG_SERIAL_UARTLITE is not set
10857 +CONFIG_SERIAL_CORE=y
10858 +CONFIG_SERIAL_CORE_CONSOLE=y
10859 +# CONFIG_SERIAL_JSM is not set
10860 +CONFIG_SERIAL_OF_PLATFORM=y
10861 +CONFIG_UNIX98_PTYS=y
10862 +CONFIG_LEGACY_PTYS=y
10863 +CONFIG_LEGACY_PTY_COUNT=256
10864 +# CONFIG_IPMI_HANDLER is not set
10865 +# CONFIG_HW_RANDOM is not set
10866 +# CONFIG_NVRAM is not set
10867 +# CONFIG_GEN_RTC is not set
10868 +# CONFIG_R3964 is not set
10869 +# CONFIG_APPLICOM is not set
10870 +# CONFIG_RAW_DRIVER is not set
10871 +# CONFIG_TCG_TPM is not set
10873 +# CONFIG_I2C is not set
10878 +# CONFIG_SPI is not set
10879 +# CONFIG_SPI_MASTER is not set
10880 +# CONFIG_W1 is not set
10881 +# CONFIG_POWER_SUPPLY is not set
10882 +# CONFIG_HWMON is not set
10884 +# CONFIG_WATCHDOG is not set
10887 +# Sonics Silicon Backplane
10889 +CONFIG_SSB_POSSIBLE=y
10890 +# CONFIG_SSB is not set
10893 +# Multifunction device drivers
10895 +# CONFIG_MFD_SM501 is not set
10898 +# Multimedia devices
10900 +# CONFIG_VIDEO_DEV is not set
10901 +# CONFIG_DVB_CORE is not set
10902 +# CONFIG_DAB is not set
10905 +# Graphics support
10907 +# CONFIG_AGP is not set
10908 +# CONFIG_DRM is not set
10909 +# CONFIG_VGASTATE is not set
10910 +CONFIG_VIDEO_OUTPUT_CONTROL=m
10911 +# CONFIG_FB is not set
10912 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
10915 +# Display device support
10917 +# CONFIG_DISPLAY_SUPPORT is not set
10922 +# CONFIG_SOUND is not set
10923 +CONFIG_USB_SUPPORT=y
10924 +CONFIG_USB_ARCH_HAS_HCD=y
10925 +CONFIG_USB_ARCH_HAS_OHCI=y
10926 +CONFIG_USB_ARCH_HAS_EHCI=y
10928 +# CONFIG_USB_DEBUG is not set
10929 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
10932 +# Miscellaneous USB options
10934 +CONFIG_USB_DEVICEFS=y
10935 +CONFIG_USB_DEVICE_CLASS=y
10936 +# CONFIG_USB_DYNAMIC_MINORS is not set
10937 +# CONFIG_USB_OTG is not set
10940 +# USB Host Controller Drivers
10942 +# CONFIG_USB_EHCI_HCD is not set
10943 +# CONFIG_USB_ISP116X_HCD is not set
10944 +CONFIG_USB_OHCI_HCD=y
10945 +CONFIG_USB_OHCI_HCD_PPC_OF=y
10946 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
10947 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
10948 +CONFIG_USB_OHCI_HCD_PCI=y
10949 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
10950 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
10951 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
10952 +# CONFIG_USB_UHCI_HCD is not set
10953 +# CONFIG_USB_SL811_HCD is not set
10954 +# CONFIG_USB_R8A66597_HCD is not set
10957 +# USB Device Class drivers
10959 +# CONFIG_USB_ACM is not set
10960 +# CONFIG_USB_PRINTER is not set
10963 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
10967 +# may also be needed; see USB_STORAGE Help for more information
10969 +# CONFIG_USB_LIBUSUAL is not set
10972 +# USB Imaging devices
10974 +# CONFIG_USB_MDC800 is not set
10978 +# USB port drivers
10980 +# CONFIG_USB_SERIAL is not set
10983 +# USB Miscellaneous drivers
10985 +# CONFIG_USB_EMI62 is not set
10986 +# CONFIG_USB_EMI26 is not set
10987 +# CONFIG_USB_ADUTUX is not set
10988 +# CONFIG_USB_AUERSWALD is not set
10989 +# CONFIG_USB_RIO500 is not set
10990 +# CONFIG_USB_LEGOTOWER is not set
10991 +# CONFIG_USB_LCD is not set
10992 +# CONFIG_USB_BERRY_CHARGE is not set
10993 +# CONFIG_USB_LED is not set
10994 +# CONFIG_USB_CYPRESS_CY7C63 is not set
10995 +# CONFIG_USB_CYTHERM is not set
10996 +# CONFIG_USB_PHIDGET is not set
10997 +# CONFIG_USB_IDMOUSE is not set
10998 +# CONFIG_USB_FTDI_ELAN is not set
10999 +# CONFIG_USB_APPLEDISPLAY is not set
11000 +# CONFIG_USB_LD is not set
11001 +# CONFIG_USB_TRANCEVIBRATOR is not set
11002 +# CONFIG_USB_IOWARRIOR is not set
11003 +# CONFIG_USB_TEST is not set
11004 +# CONFIG_USB_GADGET is not set
11005 +# CONFIG_MMC is not set
11006 +# CONFIG_MEMSTICK is not set
11007 +# CONFIG_NEW_LEDS is not set
11008 +# CONFIG_INFINIBAND is not set
11009 +# CONFIG_EDAC is not set
11010 +# CONFIG_RTC_CLASS is not set
11015 +# CONFIG_UIO is not set
11021 +# CONFIG_EXT2_FS_XATTR is not set
11022 +# CONFIG_EXT2_FS_XIP is not set
11023 +# CONFIG_EXT3_FS is not set
11024 +# CONFIG_EXT4DEV_FS is not set
11025 +# CONFIG_REISERFS_FS is not set
11026 +# CONFIG_JFS_FS is not set
11027 +# CONFIG_FS_POSIX_ACL is not set
11028 +# CONFIG_XFS_FS is not set
11029 +# CONFIG_GFS2_FS is not set
11030 +# CONFIG_OCFS2_FS is not set
11033 +CONFIG_INOTIFY_USER=y
11034 +# CONFIG_QUOTA is not set
11035 +# CONFIG_AUTOFS_FS is not set
11036 +# CONFIG_AUTOFS4_FS is not set
11037 +# CONFIG_FUSE_FS is not set
11040 +# CD-ROM/DVD Filesystems
11042 +# CONFIG_ISO9660_FS is not set
11043 +# CONFIG_UDF_FS is not set
11046 +# DOS/FAT/NT Filesystems
11048 +# CONFIG_MSDOS_FS is not set
11049 +# CONFIG_VFAT_FS is not set
11050 +# CONFIG_NTFS_FS is not set
11053 +# Pseudo filesystems
11056 +CONFIG_PROC_KCORE=y
11057 +CONFIG_PROC_SYSCTL=y
11060 +# CONFIG_TMPFS_POSIX_ACL is not set
11061 +# CONFIG_HUGETLB_PAGE is not set
11062 +# CONFIG_CONFIGFS_FS is not set
11065 +# Miscellaneous filesystems
11067 +# CONFIG_ADFS_FS is not set
11068 +# CONFIG_AFFS_FS is not set
11069 +# CONFIG_HFS_FS is not set
11070 +# CONFIG_HFSPLUS_FS is not set
11071 +# CONFIG_BEFS_FS is not set
11072 +# CONFIG_BFS_FS is not set
11073 +# CONFIG_EFS_FS is not set
11074 +# CONFIG_JFFS2_FS is not set
11076 +# CONFIG_VXFS_FS is not set
11077 +# CONFIG_MINIX_FS is not set
11078 +# CONFIG_HPFS_FS is not set
11079 +# CONFIG_QNX4FS_FS is not set
11080 +# CONFIG_ROMFS_FS is not set
11081 +# CONFIG_SYSV_FS is not set
11082 +# CONFIG_UFS_FS is not set
11083 +CONFIG_NETWORK_FILESYSTEMS=y
11086 +# CONFIG_NFS_V3_ACL is not set
11087 +# CONFIG_NFS_V4 is not set
11088 +# CONFIG_NFS_DIRECTIO is not set
11089 +# CONFIG_NFSD is not set
11093 +CONFIG_NFS_COMMON=y
11095 +# CONFIG_SUNRPC_BIND34 is not set
11096 +# CONFIG_RPCSEC_GSS_KRB5 is not set
11097 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
11098 +# CONFIG_SMB_FS is not set
11099 +# CONFIG_CIFS is not set
11100 +# CONFIG_NCP_FS is not set
11101 +# CONFIG_CODA_FS is not set
11102 +# CONFIG_AFS_FS is not set
11107 +# CONFIG_PARTITION_ADVANCED is not set
11108 +CONFIG_MSDOS_PARTITION=y
11109 +# CONFIG_NLS is not set
11110 +# CONFIG_DLM is not set
11113 +# Library routines
11115 +CONFIG_BITREVERSE=y
11116 +# CONFIG_CRC_CCITT is not set
11117 +# CONFIG_CRC16 is not set
11118 +# CONFIG_CRC_ITU_T is not set
11120 +# CONFIG_CRC7 is not set
11121 +# CONFIG_LIBCRC32C is not set
11122 +CONFIG_ZLIB_INFLATE=y
11124 +CONFIG_HAS_IOMEM=y
11125 +CONFIG_HAS_IOPORT=y
11131 +# CONFIG_PRINTK_TIME is not set
11132 +CONFIG_ENABLE_WARN_DEPRECATED=y
11133 +CONFIG_ENABLE_MUST_CHECK=y
11134 +CONFIG_MAGIC_SYSRQ=y
11135 +# CONFIG_UNUSED_SYMBOLS is not set
11137 +# CONFIG_HEADERS_CHECK is not set
11138 +CONFIG_DEBUG_KERNEL=y
11139 +# CONFIG_DEBUG_SHIRQ is not set
11140 +CONFIG_DETECT_SOFTLOCKUP=y
11141 +CONFIG_SCHED_DEBUG=y
11142 +# CONFIG_SCHEDSTATS is not set
11143 +# CONFIG_TIMER_STATS is not set
11144 +# CONFIG_SLUB_DEBUG_ON is not set
11145 +# CONFIG_SLUB_STATS is not set
11146 +# CONFIG_DEBUG_RT_MUTEXES is not set
11147 +# CONFIG_RT_MUTEX_TESTER is not set
11148 +# CONFIG_DEBUG_SPINLOCK is not set
11149 +# CONFIG_DEBUG_MUTEXES is not set
11150 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
11151 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
11152 +# CONFIG_DEBUG_KOBJECT is not set
11153 +CONFIG_DEBUG_BUGVERBOSE=y
11154 +# CONFIG_DEBUG_INFO is not set
11155 +# CONFIG_DEBUG_VM is not set
11156 +# CONFIG_DEBUG_LIST is not set
11157 +# CONFIG_DEBUG_SG is not set
11158 +# CONFIG_BOOT_PRINTK_DELAY is not set
11159 +# CONFIG_RCU_TORTURE_TEST is not set
11160 +# CONFIG_BACKTRACE_SELF_TEST is not set
11161 +# CONFIG_FAULT_INJECTION is not set
11162 +# CONFIG_SAMPLES is not set
11163 +# CONFIG_DEBUG_STACKOVERFLOW is not set
11164 +# CONFIG_DEBUG_STACK_USAGE is not set
11165 +# CONFIG_DEBUG_PAGEALLOC is not set
11166 +# CONFIG_DEBUGGER is not set
11167 +# CONFIG_VIRQ_DEBUG is not set
11168 +# CONFIG_BDI_SWITCH is not set
11169 +# CONFIG_PPC_EARLY_DEBUG is not set
11172 +# Security options
11174 +# CONFIG_KEYS is not set
11175 +# CONFIG_SECURITY is not set
11176 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
11178 +CONFIG_CRYPTO_ALGAPI=y
11179 +CONFIG_CRYPTO_BLKCIPHER=y
11180 +# CONFIG_CRYPTO_SEQIV is not set
11181 +CONFIG_CRYPTO_MANAGER=y
11182 +# CONFIG_CRYPTO_HMAC is not set
11183 +# CONFIG_CRYPTO_XCBC is not set
11184 +# CONFIG_CRYPTO_NULL is not set
11185 +# CONFIG_CRYPTO_MD4 is not set
11186 +CONFIG_CRYPTO_MD5=y
11187 +# CONFIG_CRYPTO_SHA1 is not set
11188 +# CONFIG_CRYPTO_SHA256 is not set
11189 +# CONFIG_CRYPTO_SHA512 is not set
11190 +# CONFIG_CRYPTO_WP512 is not set
11191 +# CONFIG_CRYPTO_TGR192 is not set
11192 +# CONFIG_CRYPTO_GF128MUL is not set
11193 +CONFIG_CRYPTO_ECB=y
11194 +CONFIG_CRYPTO_CBC=y
11195 +CONFIG_CRYPTO_PCBC=y
11196 +# CONFIG_CRYPTO_LRW is not set
11197 +# CONFIG_CRYPTO_XTS is not set
11198 +# CONFIG_CRYPTO_CTR is not set
11199 +# CONFIG_CRYPTO_GCM is not set
11200 +# CONFIG_CRYPTO_CCM is not set
11201 +# CONFIG_CRYPTO_CRYPTD is not set
11202 +CONFIG_CRYPTO_DES=y
11203 +# CONFIG_CRYPTO_FCRYPT is not set
11204 +# CONFIG_CRYPTO_BLOWFISH is not set
11205 +# CONFIG_CRYPTO_TWOFISH is not set
11206 +# CONFIG_CRYPTO_SERPENT is not set
11207 +# CONFIG_CRYPTO_AES is not set
11208 +# CONFIG_CRYPTO_CAST5 is not set
11209 +# CONFIG_CRYPTO_CAST6 is not set
11210 +# CONFIG_CRYPTO_TEA is not set
11211 +# CONFIG_CRYPTO_ARC4 is not set
11212 +# CONFIG_CRYPTO_KHAZAD is not set
11213 +# CONFIG_CRYPTO_ANUBIS is not set
11214 +# CONFIG_CRYPTO_SEED is not set
11215 +# CONFIG_CRYPTO_SALSA20 is not set
11216 +# CONFIG_CRYPTO_DEFLATE is not set
11217 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
11218 +# CONFIG_CRYPTO_CRC32C is not set
11219 +# CONFIG_CRYPTO_CAMELLIA is not set
11220 +# CONFIG_CRYPTO_TEST is not set
11221 +# CONFIG_CRYPTO_AUTHENC is not set
11222 +# CONFIG_CRYPTO_LZO is not set
11223 +CONFIG_CRYPTO_HW=y
11224 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
11225 +# CONFIG_PPC_CLOCK is not set
11227 +++ b/arch/powerpc/configs/40x/kilauea_defconfig
11230 +# Automatically generated make config: don't edit
11231 +# Linux kernel version: 2.6.25-rc2
11232 +# Fri Feb 15 21:51:43 2008
11234 +# CONFIG_PPC64 is not set
11237 +# Processor support
11239 +# CONFIG_6xx is not set
11240 +# CONFIG_PPC_85xx is not set
11241 +# CONFIG_PPC_8xx is not set
11243 +# CONFIG_44x is not set
11244 +# CONFIG_E200 is not set
11246 +# CONFIG_PPC_MM_SLICES is not set
11247 +CONFIG_NOT_COHERENT_CACHE=y
11249 +CONFIG_WORD_SIZE=32
11250 +CONFIG_PPC_MERGE=y
11252 +CONFIG_GENERIC_CMOS_UPDATE=y
11253 +CONFIG_GENERIC_TIME=y
11254 +CONFIG_GENERIC_TIME_VSYSCALL=y
11255 +CONFIG_GENERIC_CLOCKEVENTS=y
11256 +CONFIG_GENERIC_HARDIRQS=y
11257 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
11258 +CONFIG_IRQ_PER_CPU=y
11259 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
11260 +CONFIG_ARCH_HAS_ILOG2_U32=y
11261 +CONFIG_GENERIC_HWEIGHT=y
11262 +CONFIG_GENERIC_CALIBRATE_DELAY=y
11263 +CONFIG_GENERIC_FIND_NEXT_BIT=y
11264 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
11266 +CONFIG_EARLY_PRINTK=y
11267 +CONFIG_GENERIC_NVRAM=y
11268 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
11269 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
11272 +CONFIG_PPC_UDBG_16550=y
11273 +# CONFIG_GENERIC_TBSYNC is not set
11274 +CONFIG_AUDIT_ARCH=y
11275 +CONFIG_GENERIC_BUG=y
11276 +# CONFIG_DEFAULT_UIMAGE is not set
11277 +CONFIG_PPC_DCR_NATIVE=y
11278 +# CONFIG_PPC_DCR_MMIO is not set
11280 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
11285 +CONFIG_EXPERIMENTAL=y
11286 +CONFIG_BROKEN_ON_SMP=y
11287 +CONFIG_INIT_ENV_ARG_LIMIT=32
11288 +CONFIG_LOCALVERSION=""
11289 +CONFIG_LOCALVERSION_AUTO=y
11292 +CONFIG_SYSVIPC_SYSCTL=y
11293 +CONFIG_POSIX_MQUEUE=y
11294 +# CONFIG_BSD_PROCESS_ACCT is not set
11295 +# CONFIG_TASKSTATS is not set
11296 +# CONFIG_AUDIT is not set
11297 +# CONFIG_IKCONFIG is not set
11298 +CONFIG_LOG_BUF_SHIFT=14
11299 +# CONFIG_CGROUPS is not set
11300 +CONFIG_GROUP_SCHED=y
11301 +# CONFIG_FAIR_GROUP_SCHED is not set
11302 +# CONFIG_RT_GROUP_SCHED is not set
11303 +CONFIG_USER_SCHED=y
11304 +# CONFIG_CGROUP_SCHED is not set
11305 +CONFIG_SYSFS_DEPRECATED=y
11306 +# CONFIG_RELAY is not set
11307 +# CONFIG_NAMESPACES is not set
11308 +CONFIG_BLK_DEV_INITRD=y
11309 +CONFIG_INITRAMFS_SOURCE=""
11310 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
11313 +CONFIG_SYSCTL_SYSCALL=y
11315 +CONFIG_KALLSYMS_ALL=y
11316 +CONFIG_KALLSYMS_EXTRA_PASS=y
11321 +CONFIG_COMPAT_BRK=y
11322 +CONFIG_BASE_FULL=y
11324 +CONFIG_ANON_INODES=y
11330 +CONFIG_VM_EVENT_COUNTERS=y
11331 +CONFIG_SLUB_DEBUG=y
11332 +# CONFIG_SLAB is not set
11334 +# CONFIG_SLOB is not set
11335 +# CONFIG_PROFILING is not set
11336 +# CONFIG_MARKERS is not set
11337 +CONFIG_HAVE_OPROFILE=y
11338 +# CONFIG_KPROBES is not set
11339 +CONFIG_HAVE_KPROBES=y
11340 +CONFIG_PROC_PAGE_MONITOR=y
11342 +CONFIG_RT_MUTEXES=y
11343 +# CONFIG_TINY_SHMEM is not set
11344 +CONFIG_BASE_SMALL=0
11346 +CONFIG_MODULE_UNLOAD=y
11347 +# CONFIG_MODULE_FORCE_UNLOAD is not set
11348 +# CONFIG_MODVERSIONS is not set
11349 +# CONFIG_MODULE_SRCVERSION_ALL is not set
11353 +# CONFIG_BLK_DEV_IO_TRACE is not set
11354 +# CONFIG_LSF is not set
11355 +# CONFIG_BLK_DEV_BSG is not set
11360 +CONFIG_IOSCHED_NOOP=y
11361 +CONFIG_IOSCHED_AS=y
11362 +CONFIG_IOSCHED_DEADLINE=y
11363 +CONFIG_IOSCHED_CFQ=y
11364 +CONFIG_DEFAULT_AS=y
11365 +# CONFIG_DEFAULT_DEADLINE is not set
11366 +# CONFIG_DEFAULT_CFQ is not set
11367 +# CONFIG_DEFAULT_NOOP is not set
11368 +CONFIG_DEFAULT_IOSCHED="anticipatory"
11369 +CONFIG_CLASSIC_RCU=y
11370 +# CONFIG_PREEMPT_RCU is not set
11371 +CONFIG_PPC4xx_PCI_EXPRESS=y
11374 +# Platform support
11376 +# CONFIG_PPC_MPC512x is not set
11377 +# CONFIG_PPC_MPC5121 is not set
11378 +# CONFIG_PPC_CELL is not set
11379 +# CONFIG_PPC_CELL_NATIVE is not set
11380 +# CONFIG_PQ2ADS is not set
11381 +# CONFIG_EP405 is not set
11383 +# CONFIG_MAKALU is not set
11384 +# CONFIG_WALNUT is not set
11385 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
11387 +# CONFIG_IPIC is not set
11388 +# CONFIG_MPIC is not set
11389 +# CONFIG_MPIC_WEIRD is not set
11390 +# CONFIG_PPC_I8259 is not set
11391 +# CONFIG_PPC_RTAS is not set
11392 +# CONFIG_MMIO_NVRAM is not set
11393 +# CONFIG_PPC_MPC106 is not set
11394 +# CONFIG_PPC_970_NAP is not set
11395 +# CONFIG_PPC_INDIRECT_IO is not set
11396 +# CONFIG_GENERIC_IOMAP is not set
11397 +# CONFIG_CPU_FREQ is not set
11398 +# CONFIG_FSL_ULI1575 is not set
11403 +# CONFIG_HIGHMEM is not set
11404 +# CONFIG_TICK_ONESHOT is not set
11405 +# CONFIG_NO_HZ is not set
11406 +# CONFIG_HIGH_RES_TIMERS is not set
11407 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
11408 +# CONFIG_HZ_100 is not set
11410 +# CONFIG_HZ_300 is not set
11411 +# CONFIG_HZ_1000 is not set
11413 +# CONFIG_SCHED_HRTICK is not set
11414 +CONFIG_PREEMPT_NONE=y
11415 +# CONFIG_PREEMPT_VOLUNTARY is not set
11416 +# CONFIG_PREEMPT is not set
11417 +CONFIG_RCU_TRACE=y
11418 +CONFIG_BINFMT_ELF=y
11419 +# CONFIG_BINFMT_MISC is not set
11420 +# CONFIG_MATH_EMULATION is not set
11421 +# CONFIG_IOMMU_HELPER is not set
11422 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
11423 +CONFIG_ARCH_HAS_WALK_MEMORY=y
11424 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
11425 +CONFIG_ARCH_FLATMEM_ENABLE=y
11426 +CONFIG_ARCH_POPULATES_NODE_MAP=y
11427 +CONFIG_SELECT_MEMORY_MODEL=y
11428 +CONFIG_FLATMEM_MANUAL=y
11429 +# CONFIG_DISCONTIGMEM_MANUAL is not set
11430 +# CONFIG_SPARSEMEM_MANUAL is not set
11432 +CONFIG_FLAT_NODE_MEM_MAP=y
11433 +# CONFIG_SPARSEMEM_STATIC is not set
11434 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
11435 +CONFIG_SPLIT_PTLOCK_CPUS=4
11436 +# CONFIG_RESOURCES_64BIT is not set
11437 +CONFIG_ZONE_DMA_FLAG=1
11439 +CONFIG_VIRT_TO_BUS=y
11440 +CONFIG_PROC_DEVICETREE=y
11441 +# CONFIG_CMDLINE_BOOL is not set
11442 +# CONFIG_PM is not set
11444 +CONFIG_ISA_DMA_API=y
11450 +CONFIG_PPC_INDIRECT_PCI=y
11452 +CONFIG_PCI_DOMAINS=y
11453 +CONFIG_PCI_SYSCALL=y
11454 +# CONFIG_PCIEPORTBUS is not set
11455 +CONFIG_ARCH_SUPPORTS_MSI=y
11456 +# CONFIG_PCI_MSI is not set
11457 +CONFIG_PCI_LEGACY=y
11458 +# CONFIG_PCI_DEBUG is not set
11459 +# CONFIG_PCCARD is not set
11460 +# CONFIG_HOTPLUG_PCI is not set
11465 +# CONFIG_ADVANCED_OPTIONS is not set
11468 +# Default settings for advanced configuration options are used
11470 +CONFIG_HIGHMEM_START=0xfe000000
11471 +CONFIG_LOWMEM_SIZE=0x30000000
11472 +CONFIG_KERNEL_START=0xc0000000
11473 +CONFIG_TASK_SIZE=0xc0000000
11474 +CONFIG_CONSISTENT_START=0xff100000
11475 +CONFIG_CONSISTENT_SIZE=0x00200000
11476 +CONFIG_BOOT_LOAD=0x00400000
11484 +# Networking options
11487 +# CONFIG_PACKET_MMAP is not set
11489 +# CONFIG_NET_KEY is not set
11491 +# CONFIG_IP_MULTICAST is not set
11492 +# CONFIG_IP_ADVANCED_ROUTER is not set
11493 +CONFIG_IP_FIB_HASH=y
11495 +CONFIG_IP_PNP_DHCP=y
11496 +CONFIG_IP_PNP_BOOTP=y
11497 +# CONFIG_IP_PNP_RARP is not set
11498 +# CONFIG_NET_IPIP is not set
11499 +# CONFIG_NET_IPGRE is not set
11500 +# CONFIG_ARPD is not set
11501 +# CONFIG_SYN_COOKIES is not set
11502 +# CONFIG_INET_AH is not set
11503 +# CONFIG_INET_ESP is not set
11504 +# CONFIG_INET_IPCOMP is not set
11505 +# CONFIG_INET_XFRM_TUNNEL is not set
11506 +# CONFIG_INET_TUNNEL is not set
11507 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
11508 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
11509 +# CONFIG_INET_XFRM_MODE_BEET is not set
11510 +# CONFIG_INET_LRO is not set
11511 +CONFIG_INET_DIAG=y
11512 +CONFIG_INET_TCP_DIAG=y
11513 +# CONFIG_TCP_CONG_ADVANCED is not set
11514 +CONFIG_TCP_CONG_CUBIC=y
11515 +CONFIG_DEFAULT_TCP_CONG="cubic"
11516 +# CONFIG_TCP_MD5SIG is not set
11517 +# CONFIG_IPV6 is not set
11518 +# CONFIG_INET6_XFRM_TUNNEL is not set
11519 +# CONFIG_INET6_TUNNEL is not set
11520 +# CONFIG_NETWORK_SECMARK is not set
11521 +# CONFIG_NETFILTER is not set
11522 +# CONFIG_IP_DCCP is not set
11523 +# CONFIG_IP_SCTP is not set
11524 +# CONFIG_TIPC is not set
11525 +# CONFIG_ATM is not set
11526 +# CONFIG_BRIDGE is not set
11527 +# CONFIG_VLAN_8021Q is not set
11528 +# CONFIG_DECNET is not set
11529 +# CONFIG_LLC2 is not set
11530 +# CONFIG_IPX is not set
11531 +# CONFIG_ATALK is not set
11532 +# CONFIG_X25 is not set
11533 +# CONFIG_LAPB is not set
11534 +# CONFIG_ECONET is not set
11535 +# CONFIG_WAN_ROUTER is not set
11536 +# CONFIG_NET_SCHED is not set
11541 +# CONFIG_NET_PKTGEN is not set
11542 +# CONFIG_HAMRADIO is not set
11543 +# CONFIG_CAN is not set
11544 +# CONFIG_IRDA is not set
11545 +# CONFIG_BT is not set
11546 +# CONFIG_AF_RXRPC is not set
11551 +# CONFIG_CFG80211 is not set
11552 +# CONFIG_WIRELESS_EXT is not set
11553 +# CONFIG_MAC80211 is not set
11554 +# CONFIG_IEEE80211 is not set
11555 +# CONFIG_RFKILL is not set
11556 +# CONFIG_NET_9P is not set
11563 +# Generic Driver Options
11565 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
11566 +CONFIG_STANDALONE=y
11567 +CONFIG_PREVENT_FIRMWARE_BUILD=y
11568 +CONFIG_FW_LOADER=y
11569 +# CONFIG_DEBUG_DRIVER is not set
11570 +# CONFIG_DEBUG_DEVRES is not set
11571 +# CONFIG_SYS_HYPERVISOR is not set
11572 +CONFIG_CONNECTOR=y
11573 +CONFIG_PROC_EVENTS=y
11575 +# CONFIG_MTD_DEBUG is not set
11576 +# CONFIG_MTD_CONCAT is not set
11577 +CONFIG_MTD_PARTITIONS=y
11578 +# CONFIG_MTD_REDBOOT_PARTS is not set
11579 +CONFIG_MTD_CMDLINE_PARTS=y
11580 +CONFIG_MTD_OF_PARTS=y
11583 +# User Modules And Translation Layers
11586 +CONFIG_MTD_BLKDEVS=m
11587 +CONFIG_MTD_BLOCK=m
11588 +# CONFIG_MTD_BLOCK_RO is not set
11589 +# CONFIG_FTL is not set
11590 +# CONFIG_NFTL is not set
11591 +# CONFIG_INFTL is not set
11592 +# CONFIG_RFD_FTL is not set
11593 +# CONFIG_SSFDC is not set
11594 +# CONFIG_MTD_OOPS is not set
11597 +# RAM/ROM/Flash chip drivers
11600 +CONFIG_MTD_JEDECPROBE=y
11601 +CONFIG_MTD_GEN_PROBE=y
11602 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
11603 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
11604 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
11605 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
11606 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
11607 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
11608 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
11609 +CONFIG_MTD_CFI_I1=y
11610 +CONFIG_MTD_CFI_I2=y
11611 +# CONFIG_MTD_CFI_I4 is not set
11612 +# CONFIG_MTD_CFI_I8 is not set
11613 +# CONFIG_MTD_CFI_INTELEXT is not set
11614 +CONFIG_MTD_CFI_AMDSTD=y
11615 +# CONFIG_MTD_CFI_STAA is not set
11616 +CONFIG_MTD_CFI_UTIL=y
11617 +# CONFIG_MTD_RAM is not set
11618 +# CONFIG_MTD_ROM is not set
11619 +# CONFIG_MTD_ABSENT is not set
11622 +# Mapping drivers for chip access
11624 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
11625 +# CONFIG_MTD_PHYSMAP is not set
11626 +CONFIG_MTD_PHYSMAP_OF=y
11627 +# CONFIG_MTD_INTEL_VR_NOR is not set
11628 +# CONFIG_MTD_PLATRAM is not set
11631 +# Self-contained MTD device drivers
11633 +# CONFIG_MTD_PMC551 is not set
11634 +# CONFIG_MTD_SLRAM is not set
11635 +# CONFIG_MTD_PHRAM is not set
11636 +# CONFIG_MTD_MTDRAM is not set
11637 +# CONFIG_MTD_BLOCK2MTD is not set
11640 +# Disk-On-Chip Device Drivers
11642 +# CONFIG_MTD_DOC2000 is not set
11643 +# CONFIG_MTD_DOC2001 is not set
11644 +# CONFIG_MTD_DOC2001PLUS is not set
11645 +# CONFIG_MTD_NAND is not set
11646 +# CONFIG_MTD_ONENAND is not set
11649 +# UBI - Unsorted block images
11651 +# CONFIG_MTD_UBI is not set
11652 +CONFIG_OF_DEVICE=y
11653 +# CONFIG_PARPORT is not set
11655 +# CONFIG_BLK_DEV_FD is not set
11656 +# CONFIG_BLK_CPQ_DA is not set
11657 +# CONFIG_BLK_CPQ_CISS_DA is not set
11658 +# CONFIG_BLK_DEV_DAC960 is not set
11659 +# CONFIG_BLK_DEV_UMEM is not set
11660 +# CONFIG_BLK_DEV_COW_COMMON is not set
11661 +# CONFIG_BLK_DEV_LOOP is not set
11662 +# CONFIG_BLK_DEV_NBD is not set
11663 +# CONFIG_BLK_DEV_SX8 is not set
11664 +CONFIG_BLK_DEV_RAM=y
11665 +CONFIG_BLK_DEV_RAM_COUNT=16
11666 +CONFIG_BLK_DEV_RAM_SIZE=35000
11667 +# CONFIG_BLK_DEV_XIP is not set
11668 +# CONFIG_CDROM_PKTCDVD is not set
11669 +# CONFIG_ATA_OVER_ETH is not set
11670 +# CONFIG_XILINX_SYSACE is not set
11671 +# CONFIG_MISC_DEVICES is not set
11673 +# CONFIG_IDE is not set
11676 +# SCSI device support
11678 +# CONFIG_RAID_ATTRS is not set
11679 +# CONFIG_SCSI is not set
11680 +# CONFIG_SCSI_DMA is not set
11681 +# CONFIG_SCSI_NETLINK is not set
11682 +# CONFIG_ATA is not set
11683 +# CONFIG_MD is not set
11684 +# CONFIG_FUSION is not set
11687 +# IEEE 1394 (FireWire) support
11689 +# CONFIG_FIREWIRE is not set
11690 +# CONFIG_IEEE1394 is not set
11691 +# CONFIG_I2O is not set
11692 +# CONFIG_MACINTOSH_DRIVERS is not set
11693 +CONFIG_NETDEVICES=y
11694 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
11695 +# CONFIG_DUMMY is not set
11696 +# CONFIG_BONDING is not set
11697 +# CONFIG_MACVLAN is not set
11698 +# CONFIG_EQUALIZER is not set
11699 +# CONFIG_TUN is not set
11700 +# CONFIG_VETH is not set
11701 +# CONFIG_ARCNET is not set
11702 +# CONFIG_PHYLIB is not set
11703 +CONFIG_NET_ETHERNET=y
11704 +# CONFIG_MII is not set
11705 +# CONFIG_HAPPYMEAL is not set
11706 +# CONFIG_SUNGEM is not set
11707 +# CONFIG_CASSINI is not set
11708 +# CONFIG_NET_VENDOR_3COM is not set
11709 +# CONFIG_NET_TULIP is not set
11710 +# CONFIG_HP100 is not set
11711 +CONFIG_IBM_NEW_EMAC=y
11712 +CONFIG_IBM_NEW_EMAC_RXB=256
11713 +CONFIG_IBM_NEW_EMAC_TXB=256
11714 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
11715 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
11716 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
11717 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
11718 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
11719 +CONFIG_IBM_NEW_EMAC_RGMII=y
11720 +# CONFIG_IBM_NEW_EMAC_TAH is not set
11721 +CONFIG_IBM_NEW_EMAC_EMAC4=y
11722 +# CONFIG_NET_PCI is not set
11723 +# CONFIG_B44 is not set
11724 +# CONFIG_NETDEV_1000 is not set
11725 +# CONFIG_NETDEV_10000 is not set
11726 +# CONFIG_TR is not set
11731 +# CONFIG_WLAN_PRE80211 is not set
11732 +# CONFIG_WLAN_80211 is not set
11733 +# CONFIG_WAN is not set
11734 +# CONFIG_FDDI is not set
11735 +# CONFIG_HIPPI is not set
11736 +# CONFIG_PPP is not set
11737 +# CONFIG_SLIP is not set
11738 +# CONFIG_NETCONSOLE is not set
11739 +# CONFIG_NETPOLL is not set
11740 +# CONFIG_NET_POLL_CONTROLLER is not set
11741 +# CONFIG_ISDN is not set
11742 +# CONFIG_PHONE is not set
11745 +# Input device support
11747 +# CONFIG_INPUT is not set
11750 +# Hardware I/O ports
11752 +# CONFIG_SERIO is not set
11753 +# CONFIG_GAMEPORT is not set
11756 +# Character devices
11758 +# CONFIG_VT is not set
11759 +# CONFIG_SERIAL_NONSTANDARD is not set
11760 +# CONFIG_NOZOMI is not set
11765 +CONFIG_SERIAL_8250=y
11766 +CONFIG_SERIAL_8250_CONSOLE=y
11767 +CONFIG_SERIAL_8250_PCI=y
11768 +CONFIG_SERIAL_8250_NR_UARTS=4
11769 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
11770 +CONFIG_SERIAL_8250_EXTENDED=y
11771 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
11772 +CONFIG_SERIAL_8250_SHARE_IRQ=y
11773 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
11774 +# CONFIG_SERIAL_8250_RSA is not set
11777 +# Non-8250 serial port support
11779 +# CONFIG_SERIAL_UARTLITE is not set
11780 +CONFIG_SERIAL_CORE=y
11781 +CONFIG_SERIAL_CORE_CONSOLE=y
11782 +# CONFIG_SERIAL_JSM is not set
11783 +CONFIG_SERIAL_OF_PLATFORM=y
11784 +CONFIG_UNIX98_PTYS=y
11785 +CONFIG_LEGACY_PTYS=y
11786 +CONFIG_LEGACY_PTY_COUNT=256
11787 +# CONFIG_IPMI_HANDLER is not set
11788 +# CONFIG_HW_RANDOM is not set
11789 +# CONFIG_NVRAM is not set
11790 +# CONFIG_GEN_RTC is not set
11791 +# CONFIG_R3964 is not set
11792 +# CONFIG_APPLICOM is not set
11793 +# CONFIG_RAW_DRIVER is not set
11794 +# CONFIG_TCG_TPM is not set
11796 +# CONFIG_I2C is not set
11801 +# CONFIG_SPI is not set
11802 +# CONFIG_SPI_MASTER is not set
11803 +# CONFIG_W1 is not set
11804 +# CONFIG_POWER_SUPPLY is not set
11805 +# CONFIG_HWMON is not set
11807 +# CONFIG_WATCHDOG is not set
11810 +# Sonics Silicon Backplane
11812 +CONFIG_SSB_POSSIBLE=y
11813 +# CONFIG_SSB is not set
11816 +# Multifunction device drivers
11818 +# CONFIG_MFD_SM501 is not set
11821 +# Multimedia devices
11823 +# CONFIG_VIDEO_DEV is not set
11824 +# CONFIG_DVB_CORE is not set
11825 +# CONFIG_DAB is not set
11828 +# Graphics support
11830 +# CONFIG_AGP is not set
11831 +# CONFIG_DRM is not set
11832 +# CONFIG_VGASTATE is not set
11833 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
11834 +# CONFIG_FB is not set
11835 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
11838 +# Display device support
11840 +# CONFIG_DISPLAY_SUPPORT is not set
11845 +# CONFIG_SOUND is not set
11846 +# CONFIG_USB_SUPPORT is not set
11847 +# CONFIG_MMC is not set
11848 +# CONFIG_MEMSTICK is not set
11849 +# CONFIG_NEW_LEDS is not set
11850 +# CONFIG_INFINIBAND is not set
11851 +# CONFIG_EDAC is not set
11852 +# CONFIG_RTC_CLASS is not set
11857 +# CONFIG_UIO is not set
11863 +# CONFIG_EXT2_FS_XATTR is not set
11864 +# CONFIG_EXT2_FS_XIP is not set
11865 +# CONFIG_EXT3_FS is not set
11866 +# CONFIG_EXT4DEV_FS is not set
11867 +# CONFIG_REISERFS_FS is not set
11868 +# CONFIG_JFS_FS is not set
11869 +# CONFIG_FS_POSIX_ACL is not set
11870 +# CONFIG_XFS_FS is not set
11871 +# CONFIG_GFS2_FS is not set
11872 +# CONFIG_OCFS2_FS is not set
11875 +CONFIG_INOTIFY_USER=y
11876 +# CONFIG_QUOTA is not set
11877 +# CONFIG_AUTOFS_FS is not set
11878 +# CONFIG_AUTOFS4_FS is not set
11879 +# CONFIG_FUSE_FS is not set
11882 +# CD-ROM/DVD Filesystems
11884 +# CONFIG_ISO9660_FS is not set
11885 +# CONFIG_UDF_FS is not set
11888 +# DOS/FAT/NT Filesystems
11890 +# CONFIG_MSDOS_FS is not set
11891 +# CONFIG_VFAT_FS is not set
11892 +# CONFIG_NTFS_FS is not set
11895 +# Pseudo filesystems
11898 +CONFIG_PROC_KCORE=y
11899 +CONFIG_PROC_SYSCTL=y
11902 +# CONFIG_TMPFS_POSIX_ACL is not set
11903 +# CONFIG_HUGETLB_PAGE is not set
11904 +# CONFIG_CONFIGFS_FS is not set
11907 +# Miscellaneous filesystems
11909 +# CONFIG_ADFS_FS is not set
11910 +# CONFIG_AFFS_FS is not set
11911 +# CONFIG_HFS_FS is not set
11912 +# CONFIG_HFSPLUS_FS is not set
11913 +# CONFIG_BEFS_FS is not set
11914 +# CONFIG_BFS_FS is not set
11915 +# CONFIG_EFS_FS is not set
11916 +# CONFIG_JFFS2_FS is not set
11918 +# CONFIG_VXFS_FS is not set
11919 +# CONFIG_MINIX_FS is not set
11920 +# CONFIG_HPFS_FS is not set
11921 +# CONFIG_QNX4FS_FS is not set
11922 +# CONFIG_ROMFS_FS is not set
11923 +# CONFIG_SYSV_FS is not set
11924 +# CONFIG_UFS_FS is not set
11925 +CONFIG_NETWORK_FILESYSTEMS=y
11928 +# CONFIG_NFS_V3_ACL is not set
11929 +# CONFIG_NFS_V4 is not set
11930 +# CONFIG_NFS_DIRECTIO is not set
11931 +# CONFIG_NFSD is not set
11935 +CONFIG_NFS_COMMON=y
11937 +# CONFIG_SUNRPC_BIND34 is not set
11938 +# CONFIG_RPCSEC_GSS_KRB5 is not set
11939 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
11940 +# CONFIG_SMB_FS is not set
11941 +# CONFIG_CIFS is not set
11942 +# CONFIG_NCP_FS is not set
11943 +# CONFIG_CODA_FS is not set
11944 +# CONFIG_AFS_FS is not set
11949 +# CONFIG_PARTITION_ADVANCED is not set
11950 +CONFIG_MSDOS_PARTITION=y
11951 +# CONFIG_NLS is not set
11952 +# CONFIG_DLM is not set
11955 +# Library routines
11957 +CONFIG_BITREVERSE=y
11958 +# CONFIG_CRC_CCITT is not set
11959 +# CONFIG_CRC16 is not set
11960 +# CONFIG_CRC_ITU_T is not set
11962 +# CONFIG_CRC7 is not set
11963 +# CONFIG_LIBCRC32C is not set
11964 +CONFIG_ZLIB_INFLATE=y
11966 +CONFIG_HAS_IOMEM=y
11967 +CONFIG_HAS_IOPORT=y
11973 +# CONFIG_PRINTK_TIME is not set
11974 +CONFIG_ENABLE_WARN_DEPRECATED=y
11975 +CONFIG_ENABLE_MUST_CHECK=y
11976 +CONFIG_MAGIC_SYSRQ=y
11977 +# CONFIG_UNUSED_SYMBOLS is not set
11979 +# CONFIG_HEADERS_CHECK is not set
11980 +CONFIG_DEBUG_KERNEL=y
11981 +# CONFIG_DEBUG_SHIRQ is not set
11982 +CONFIG_DETECT_SOFTLOCKUP=y
11983 +CONFIG_SCHED_DEBUG=y
11984 +# CONFIG_SCHEDSTATS is not set
11985 +# CONFIG_TIMER_STATS is not set
11986 +# CONFIG_SLUB_DEBUG_ON is not set
11987 +# CONFIG_SLUB_STATS is not set
11988 +# CONFIG_DEBUG_RT_MUTEXES is not set
11989 +# CONFIG_RT_MUTEX_TESTER is not set
11990 +# CONFIG_DEBUG_SPINLOCK is not set
11991 +# CONFIG_DEBUG_MUTEXES is not set
11992 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
11993 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
11994 +# CONFIG_DEBUG_KOBJECT is not set
11995 +CONFIG_DEBUG_BUGVERBOSE=y
11996 +# CONFIG_DEBUG_INFO is not set
11997 +# CONFIG_DEBUG_VM is not set
11998 +# CONFIG_DEBUG_LIST is not set
11999 +# CONFIG_DEBUG_SG is not set
12000 +# CONFIG_BOOT_PRINTK_DELAY is not set
12001 +# CONFIG_RCU_TORTURE_TEST is not set
12002 +# CONFIG_BACKTRACE_SELF_TEST is not set
12003 +# CONFIG_FAULT_INJECTION is not set
12004 +# CONFIG_SAMPLES is not set
12005 +# CONFIG_DEBUG_STACKOVERFLOW is not set
12006 +# CONFIG_DEBUG_STACK_USAGE is not set
12007 +# CONFIG_DEBUG_PAGEALLOC is not set
12008 +# CONFIG_DEBUGGER is not set
12009 +# CONFIG_VIRQ_DEBUG is not set
12010 +# CONFIG_BDI_SWITCH is not set
12011 +# CONFIG_PPC_EARLY_DEBUG is not set
12014 +# Security options
12016 +# CONFIG_KEYS is not set
12017 +# CONFIG_SECURITY is not set
12018 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
12020 +CONFIG_CRYPTO_ALGAPI=y
12021 +CONFIG_CRYPTO_BLKCIPHER=y
12022 +# CONFIG_CRYPTO_SEQIV is not set
12023 +CONFIG_CRYPTO_MANAGER=y
12024 +# CONFIG_CRYPTO_HMAC is not set
12025 +# CONFIG_CRYPTO_XCBC is not set
12026 +# CONFIG_CRYPTO_NULL is not set
12027 +# CONFIG_CRYPTO_MD4 is not set
12028 +CONFIG_CRYPTO_MD5=y
12029 +# CONFIG_CRYPTO_SHA1 is not set
12030 +# CONFIG_CRYPTO_SHA256 is not set
12031 +# CONFIG_CRYPTO_SHA512 is not set
12032 +# CONFIG_CRYPTO_WP512 is not set
12033 +# CONFIG_CRYPTO_TGR192 is not set
12034 +# CONFIG_CRYPTO_GF128MUL is not set
12035 +CONFIG_CRYPTO_ECB=y
12036 +CONFIG_CRYPTO_CBC=y
12037 +CONFIG_CRYPTO_PCBC=y
12038 +# CONFIG_CRYPTO_LRW is not set
12039 +# CONFIG_CRYPTO_XTS is not set
12040 +# CONFIG_CRYPTO_CTR is not set
12041 +# CONFIG_CRYPTO_GCM is not set
12042 +# CONFIG_CRYPTO_CCM is not set
12043 +# CONFIG_CRYPTO_CRYPTD is not set
12044 +CONFIG_CRYPTO_DES=y
12045 +# CONFIG_CRYPTO_FCRYPT is not set
12046 +# CONFIG_CRYPTO_BLOWFISH is not set
12047 +# CONFIG_CRYPTO_TWOFISH is not set
12048 +# CONFIG_CRYPTO_SERPENT is not set
12049 +# CONFIG_CRYPTO_AES is not set
12050 +# CONFIG_CRYPTO_CAST5 is not set
12051 +# CONFIG_CRYPTO_CAST6 is not set
12052 +# CONFIG_CRYPTO_TEA is not set
12053 +# CONFIG_CRYPTO_ARC4 is not set
12054 +# CONFIG_CRYPTO_KHAZAD is not set
12055 +# CONFIG_CRYPTO_ANUBIS is not set
12056 +# CONFIG_CRYPTO_SEED is not set
12057 +# CONFIG_CRYPTO_SALSA20 is not set
12058 +# CONFIG_CRYPTO_DEFLATE is not set
12059 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
12060 +# CONFIG_CRYPTO_CRC32C is not set
12061 +# CONFIG_CRYPTO_CAMELLIA is not set
12062 +# CONFIG_CRYPTO_TEST is not set
12063 +# CONFIG_CRYPTO_AUTHENC is not set
12064 +# CONFIG_CRYPTO_LZO is not set
12065 +CONFIG_CRYPTO_HW=y
12066 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
12067 +# CONFIG_PPC_CLOCK is not set
12069 +++ b/arch/powerpc/configs/40x/makalu_defconfig
12072 +# Automatically generated make config: don't edit
12073 +# Linux kernel version: 2.6.25-rc2
12074 +# Fri Feb 15 21:52:30 2008
12076 +# CONFIG_PPC64 is not set
12079 +# Processor support
12081 +# CONFIG_6xx is not set
12082 +# CONFIG_PPC_85xx is not set
12083 +# CONFIG_PPC_8xx is not set
12085 +# CONFIG_44x is not set
12086 +# CONFIG_E200 is not set
12088 +# CONFIG_PPC_MM_SLICES is not set
12089 +CONFIG_NOT_COHERENT_CACHE=y
12091 +CONFIG_WORD_SIZE=32
12092 +CONFIG_PPC_MERGE=y
12094 +CONFIG_GENERIC_CMOS_UPDATE=y
12095 +CONFIG_GENERIC_TIME=y
12096 +CONFIG_GENERIC_TIME_VSYSCALL=y
12097 +CONFIG_GENERIC_CLOCKEVENTS=y
12098 +CONFIG_GENERIC_HARDIRQS=y
12099 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
12100 +CONFIG_IRQ_PER_CPU=y
12101 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
12102 +CONFIG_ARCH_HAS_ILOG2_U32=y
12103 +CONFIG_GENERIC_HWEIGHT=y
12104 +CONFIG_GENERIC_CALIBRATE_DELAY=y
12105 +CONFIG_GENERIC_FIND_NEXT_BIT=y
12106 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
12108 +CONFIG_EARLY_PRINTK=y
12109 +CONFIG_GENERIC_NVRAM=y
12110 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
12111 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
12114 +CONFIG_PPC_UDBG_16550=y
12115 +# CONFIG_GENERIC_TBSYNC is not set
12116 +CONFIG_AUDIT_ARCH=y
12117 +CONFIG_GENERIC_BUG=y
12118 +# CONFIG_DEFAULT_UIMAGE is not set
12119 +CONFIG_PPC_DCR_NATIVE=y
12120 +# CONFIG_PPC_DCR_MMIO is not set
12122 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12127 +CONFIG_EXPERIMENTAL=y
12128 +CONFIG_BROKEN_ON_SMP=y
12129 +CONFIG_INIT_ENV_ARG_LIMIT=32
12130 +CONFIG_LOCALVERSION=""
12131 +CONFIG_LOCALVERSION_AUTO=y
12134 +CONFIG_SYSVIPC_SYSCTL=y
12135 +CONFIG_POSIX_MQUEUE=y
12136 +# CONFIG_BSD_PROCESS_ACCT is not set
12137 +# CONFIG_TASKSTATS is not set
12138 +# CONFIG_AUDIT is not set
12139 +# CONFIG_IKCONFIG is not set
12140 +CONFIG_LOG_BUF_SHIFT=14
12141 +# CONFIG_CGROUPS is not set
12142 +CONFIG_GROUP_SCHED=y
12143 +# CONFIG_FAIR_GROUP_SCHED is not set
12144 +# CONFIG_RT_GROUP_SCHED is not set
12145 +CONFIG_USER_SCHED=y
12146 +# CONFIG_CGROUP_SCHED is not set
12147 +CONFIG_SYSFS_DEPRECATED=y
12148 +# CONFIG_RELAY is not set
12149 +# CONFIG_NAMESPACES is not set
12150 +CONFIG_BLK_DEV_INITRD=y
12151 +CONFIG_INITRAMFS_SOURCE=""
12152 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
12155 +CONFIG_SYSCTL_SYSCALL=y
12157 +CONFIG_KALLSYMS_ALL=y
12158 +CONFIG_KALLSYMS_EXTRA_PASS=y
12163 +CONFIG_COMPAT_BRK=y
12164 +CONFIG_BASE_FULL=y
12166 +CONFIG_ANON_INODES=y
12172 +CONFIG_VM_EVENT_COUNTERS=y
12173 +CONFIG_SLUB_DEBUG=y
12174 +# CONFIG_SLAB is not set
12176 +# CONFIG_SLOB is not set
12177 +# CONFIG_PROFILING is not set
12178 +# CONFIG_MARKERS is not set
12179 +CONFIG_HAVE_OPROFILE=y
12180 +# CONFIG_KPROBES is not set
12181 +CONFIG_HAVE_KPROBES=y
12182 +CONFIG_PROC_PAGE_MONITOR=y
12184 +CONFIG_RT_MUTEXES=y
12185 +# CONFIG_TINY_SHMEM is not set
12186 +CONFIG_BASE_SMALL=0
12188 +CONFIG_MODULE_UNLOAD=y
12189 +# CONFIG_MODULE_FORCE_UNLOAD is not set
12190 +# CONFIG_MODVERSIONS is not set
12191 +# CONFIG_MODULE_SRCVERSION_ALL is not set
12195 +# CONFIG_BLK_DEV_IO_TRACE is not set
12196 +# CONFIG_LSF is not set
12197 +# CONFIG_BLK_DEV_BSG is not set
12202 +CONFIG_IOSCHED_NOOP=y
12203 +CONFIG_IOSCHED_AS=y
12204 +CONFIG_IOSCHED_DEADLINE=y
12205 +CONFIG_IOSCHED_CFQ=y
12206 +CONFIG_DEFAULT_AS=y
12207 +# CONFIG_DEFAULT_DEADLINE is not set
12208 +# CONFIG_DEFAULT_CFQ is not set
12209 +# CONFIG_DEFAULT_NOOP is not set
12210 +CONFIG_DEFAULT_IOSCHED="anticipatory"
12211 +CONFIG_CLASSIC_RCU=y
12212 +# CONFIG_PREEMPT_RCU is not set
12213 +CONFIG_PPC4xx_PCI_EXPRESS=y
12216 +# Platform support
12218 +# CONFIG_PPC_MPC512x is not set
12219 +# CONFIG_PPC_MPC5121 is not set
12220 +# CONFIG_PPC_CELL is not set
12221 +# CONFIG_PPC_CELL_NATIVE is not set
12222 +# CONFIG_PQ2ADS is not set
12223 +# CONFIG_EP405 is not set
12224 +# CONFIG_KILAUEA is not set
12226 +# CONFIG_WALNUT is not set
12227 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
12229 +# CONFIG_IPIC is not set
12230 +# CONFIG_MPIC is not set
12231 +# CONFIG_MPIC_WEIRD is not set
12232 +# CONFIG_PPC_I8259 is not set
12233 +# CONFIG_PPC_RTAS is not set
12234 +# CONFIG_MMIO_NVRAM is not set
12235 +# CONFIG_PPC_MPC106 is not set
12236 +# CONFIG_PPC_970_NAP is not set
12237 +# CONFIG_PPC_INDIRECT_IO is not set
12238 +# CONFIG_GENERIC_IOMAP is not set
12239 +# CONFIG_CPU_FREQ is not set
12240 +# CONFIG_FSL_ULI1575 is not set
12245 +# CONFIG_HIGHMEM is not set
12246 +# CONFIG_TICK_ONESHOT is not set
12247 +# CONFIG_NO_HZ is not set
12248 +# CONFIG_HIGH_RES_TIMERS is not set
12249 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
12250 +# CONFIG_HZ_100 is not set
12252 +# CONFIG_HZ_300 is not set
12253 +# CONFIG_HZ_1000 is not set
12255 +# CONFIG_SCHED_HRTICK is not set
12256 +CONFIG_PREEMPT_NONE=y
12257 +# CONFIG_PREEMPT_VOLUNTARY is not set
12258 +# CONFIG_PREEMPT is not set
12259 +CONFIG_RCU_TRACE=y
12260 +CONFIG_BINFMT_ELF=y
12261 +# CONFIG_BINFMT_MISC is not set
12262 +# CONFIG_MATH_EMULATION is not set
12263 +# CONFIG_IOMMU_HELPER is not set
12264 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
12265 +CONFIG_ARCH_HAS_WALK_MEMORY=y
12266 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
12267 +CONFIG_ARCH_FLATMEM_ENABLE=y
12268 +CONFIG_ARCH_POPULATES_NODE_MAP=y
12269 +CONFIG_SELECT_MEMORY_MODEL=y
12270 +CONFIG_FLATMEM_MANUAL=y
12271 +# CONFIG_DISCONTIGMEM_MANUAL is not set
12272 +# CONFIG_SPARSEMEM_MANUAL is not set
12274 +CONFIG_FLAT_NODE_MEM_MAP=y
12275 +# CONFIG_SPARSEMEM_STATIC is not set
12276 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
12277 +CONFIG_SPLIT_PTLOCK_CPUS=4
12278 +# CONFIG_RESOURCES_64BIT is not set
12279 +CONFIG_ZONE_DMA_FLAG=1
12281 +CONFIG_VIRT_TO_BUS=y
12282 +CONFIG_PROC_DEVICETREE=y
12283 +# CONFIG_CMDLINE_BOOL is not set
12284 +# CONFIG_PM is not set
12286 +CONFIG_ISA_DMA_API=y
12292 +CONFIG_PPC_INDIRECT_PCI=y
12294 +CONFIG_PCI_DOMAINS=y
12295 +CONFIG_PCI_SYSCALL=y
12296 +# CONFIG_PCIEPORTBUS is not set
12297 +CONFIG_ARCH_SUPPORTS_MSI=y
12298 +# CONFIG_PCI_MSI is not set
12299 +CONFIG_PCI_LEGACY=y
12300 +# CONFIG_PCI_DEBUG is not set
12301 +# CONFIG_PCCARD is not set
12302 +# CONFIG_HOTPLUG_PCI is not set
12307 +# CONFIG_ADVANCED_OPTIONS is not set
12310 +# Default settings for advanced configuration options are used
12312 +CONFIG_HIGHMEM_START=0xfe000000
12313 +CONFIG_LOWMEM_SIZE=0x30000000
12314 +CONFIG_KERNEL_START=0xc0000000
12315 +CONFIG_TASK_SIZE=0xc0000000
12316 +CONFIG_CONSISTENT_START=0xff100000
12317 +CONFIG_CONSISTENT_SIZE=0x00200000
12318 +CONFIG_BOOT_LOAD=0x00400000
12326 +# Networking options
12329 +# CONFIG_PACKET_MMAP is not set
12331 +# CONFIG_NET_KEY is not set
12333 +# CONFIG_IP_MULTICAST is not set
12334 +# CONFIG_IP_ADVANCED_ROUTER is not set
12335 +CONFIG_IP_FIB_HASH=y
12337 +CONFIG_IP_PNP_DHCP=y
12338 +CONFIG_IP_PNP_BOOTP=y
12339 +# CONFIG_IP_PNP_RARP is not set
12340 +# CONFIG_NET_IPIP is not set
12341 +# CONFIG_NET_IPGRE is not set
12342 +# CONFIG_ARPD is not set
12343 +# CONFIG_SYN_COOKIES is not set
12344 +# CONFIG_INET_AH is not set
12345 +# CONFIG_INET_ESP is not set
12346 +# CONFIG_INET_IPCOMP is not set
12347 +# CONFIG_INET_XFRM_TUNNEL is not set
12348 +# CONFIG_INET_TUNNEL is not set
12349 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
12350 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
12351 +# CONFIG_INET_XFRM_MODE_BEET is not set
12352 +# CONFIG_INET_LRO is not set
12353 +CONFIG_INET_DIAG=y
12354 +CONFIG_INET_TCP_DIAG=y
12355 +# CONFIG_TCP_CONG_ADVANCED is not set
12356 +CONFIG_TCP_CONG_CUBIC=y
12357 +CONFIG_DEFAULT_TCP_CONG="cubic"
12358 +# CONFIG_TCP_MD5SIG is not set
12359 +# CONFIG_IPV6 is not set
12360 +# CONFIG_INET6_XFRM_TUNNEL is not set
12361 +# CONFIG_INET6_TUNNEL is not set
12362 +# CONFIG_NETWORK_SECMARK is not set
12363 +# CONFIG_NETFILTER is not set
12364 +# CONFIG_IP_DCCP is not set
12365 +# CONFIG_IP_SCTP is not set
12366 +# CONFIG_TIPC is not set
12367 +# CONFIG_ATM is not set
12368 +# CONFIG_BRIDGE is not set
12369 +# CONFIG_VLAN_8021Q is not set
12370 +# CONFIG_DECNET is not set
12371 +# CONFIG_LLC2 is not set
12372 +# CONFIG_IPX is not set
12373 +# CONFIG_ATALK is not set
12374 +# CONFIG_X25 is not set
12375 +# CONFIG_LAPB is not set
12376 +# CONFIG_ECONET is not set
12377 +# CONFIG_WAN_ROUTER is not set
12378 +# CONFIG_NET_SCHED is not set
12383 +# CONFIG_NET_PKTGEN is not set
12384 +# CONFIG_HAMRADIO is not set
12385 +# CONFIG_CAN is not set
12386 +# CONFIG_IRDA is not set
12387 +# CONFIG_BT is not set
12388 +# CONFIG_AF_RXRPC is not set
12393 +# CONFIG_CFG80211 is not set
12394 +# CONFIG_WIRELESS_EXT is not set
12395 +# CONFIG_MAC80211 is not set
12396 +# CONFIG_IEEE80211 is not set
12397 +# CONFIG_RFKILL is not set
12398 +# CONFIG_NET_9P is not set
12405 +# Generic Driver Options
12407 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
12408 +CONFIG_STANDALONE=y
12409 +CONFIG_PREVENT_FIRMWARE_BUILD=y
12410 +CONFIG_FW_LOADER=y
12411 +# CONFIG_DEBUG_DRIVER is not set
12412 +# CONFIG_DEBUG_DEVRES is not set
12413 +# CONFIG_SYS_HYPERVISOR is not set
12414 +CONFIG_CONNECTOR=y
12415 +CONFIG_PROC_EVENTS=y
12417 +# CONFIG_MTD_DEBUG is not set
12418 +# CONFIG_MTD_CONCAT is not set
12419 +CONFIG_MTD_PARTITIONS=y
12420 +# CONFIG_MTD_REDBOOT_PARTS is not set
12421 +CONFIG_MTD_CMDLINE_PARTS=y
12422 +CONFIG_MTD_OF_PARTS=y
12425 +# User Modules And Translation Layers
12428 +CONFIG_MTD_BLKDEVS=m
12429 +CONFIG_MTD_BLOCK=m
12430 +# CONFIG_MTD_BLOCK_RO is not set
12431 +# CONFIG_FTL is not set
12432 +# CONFIG_NFTL is not set
12433 +# CONFIG_INFTL is not set
12434 +# CONFIG_RFD_FTL is not set
12435 +# CONFIG_SSFDC is not set
12436 +# CONFIG_MTD_OOPS is not set
12439 +# RAM/ROM/Flash chip drivers
12442 +CONFIG_MTD_JEDECPROBE=y
12443 +CONFIG_MTD_GEN_PROBE=y
12444 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
12445 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
12446 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
12447 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
12448 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
12449 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
12450 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
12451 +CONFIG_MTD_CFI_I1=y
12452 +CONFIG_MTD_CFI_I2=y
12453 +# CONFIG_MTD_CFI_I4 is not set
12454 +# CONFIG_MTD_CFI_I8 is not set
12455 +# CONFIG_MTD_CFI_INTELEXT is not set
12456 +CONFIG_MTD_CFI_AMDSTD=y
12457 +# CONFIG_MTD_CFI_STAA is not set
12458 +CONFIG_MTD_CFI_UTIL=y
12459 +# CONFIG_MTD_RAM is not set
12460 +# CONFIG_MTD_ROM is not set
12461 +# CONFIG_MTD_ABSENT is not set
12464 +# Mapping drivers for chip access
12466 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
12467 +# CONFIG_MTD_PHYSMAP is not set
12468 +CONFIG_MTD_PHYSMAP_OF=y
12469 +# CONFIG_MTD_INTEL_VR_NOR is not set
12470 +# CONFIG_MTD_PLATRAM is not set
12473 +# Self-contained MTD device drivers
12475 +# CONFIG_MTD_PMC551 is not set
12476 +# CONFIG_MTD_SLRAM is not set
12477 +# CONFIG_MTD_PHRAM is not set
12478 +# CONFIG_MTD_MTDRAM is not set
12479 +# CONFIG_MTD_BLOCK2MTD is not set
12482 +# Disk-On-Chip Device Drivers
12484 +# CONFIG_MTD_DOC2000 is not set
12485 +# CONFIG_MTD_DOC2001 is not set
12486 +# CONFIG_MTD_DOC2001PLUS is not set
12487 +# CONFIG_MTD_NAND is not set
12488 +# CONFIG_MTD_ONENAND is not set
12491 +# UBI - Unsorted block images
12493 +# CONFIG_MTD_UBI is not set
12494 +CONFIG_OF_DEVICE=y
12495 +# CONFIG_PARPORT is not set
12497 +# CONFIG_BLK_DEV_FD is not set
12498 +# CONFIG_BLK_CPQ_DA is not set
12499 +# CONFIG_BLK_CPQ_CISS_DA is not set
12500 +# CONFIG_BLK_DEV_DAC960 is not set
12501 +# CONFIG_BLK_DEV_UMEM is not set
12502 +# CONFIG_BLK_DEV_COW_COMMON is not set
12503 +# CONFIG_BLK_DEV_LOOP is not set
12504 +# CONFIG_BLK_DEV_NBD is not set
12505 +# CONFIG_BLK_DEV_SX8 is not set
12506 +CONFIG_BLK_DEV_RAM=y
12507 +CONFIG_BLK_DEV_RAM_COUNT=16
12508 +CONFIG_BLK_DEV_RAM_SIZE=35000
12509 +# CONFIG_BLK_DEV_XIP is not set
12510 +# CONFIG_CDROM_PKTCDVD is not set
12511 +# CONFIG_ATA_OVER_ETH is not set
12512 +# CONFIG_XILINX_SYSACE is not set
12513 +# CONFIG_MISC_DEVICES is not set
12515 +# CONFIG_IDE is not set
12518 +# SCSI device support
12520 +# CONFIG_RAID_ATTRS is not set
12521 +# CONFIG_SCSI is not set
12522 +# CONFIG_SCSI_DMA is not set
12523 +# CONFIG_SCSI_NETLINK is not set
12524 +# CONFIG_ATA is not set
12525 +# CONFIG_MD is not set
12526 +# CONFIG_FUSION is not set
12529 +# IEEE 1394 (FireWire) support
12531 +# CONFIG_FIREWIRE is not set
12532 +# CONFIG_IEEE1394 is not set
12533 +# CONFIG_I2O is not set
12534 +# CONFIG_MACINTOSH_DRIVERS is not set
12535 +CONFIG_NETDEVICES=y
12536 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
12537 +# CONFIG_DUMMY is not set
12538 +# CONFIG_BONDING is not set
12539 +# CONFIG_MACVLAN is not set
12540 +# CONFIG_EQUALIZER is not set
12541 +# CONFIG_TUN is not set
12542 +# CONFIG_VETH is not set
12543 +# CONFIG_ARCNET is not set
12544 +# CONFIG_PHYLIB is not set
12545 +CONFIG_NET_ETHERNET=y
12546 +# CONFIG_MII is not set
12547 +# CONFIG_HAPPYMEAL is not set
12548 +# CONFIG_SUNGEM is not set
12549 +# CONFIG_CASSINI is not set
12550 +# CONFIG_NET_VENDOR_3COM is not set
12551 +# CONFIG_NET_TULIP is not set
12552 +# CONFIG_HP100 is not set
12553 +CONFIG_IBM_NEW_EMAC=y
12554 +CONFIG_IBM_NEW_EMAC_RXB=256
12555 +CONFIG_IBM_NEW_EMAC_TXB=256
12556 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
12557 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
12558 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
12559 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
12560 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
12561 +CONFIG_IBM_NEW_EMAC_RGMII=y
12562 +# CONFIG_IBM_NEW_EMAC_TAH is not set
12563 +CONFIG_IBM_NEW_EMAC_EMAC4=y
12564 +# CONFIG_NET_PCI is not set
12565 +# CONFIG_B44 is not set
12566 +# CONFIG_NETDEV_1000 is not set
12567 +# CONFIG_NETDEV_10000 is not set
12568 +# CONFIG_TR is not set
12573 +# CONFIG_WLAN_PRE80211 is not set
12574 +# CONFIG_WLAN_80211 is not set
12575 +# CONFIG_WAN is not set
12576 +# CONFIG_FDDI is not set
12577 +# CONFIG_HIPPI is not set
12578 +# CONFIG_PPP is not set
12579 +# CONFIG_SLIP is not set
12580 +# CONFIG_NETCONSOLE is not set
12581 +# CONFIG_NETPOLL is not set
12582 +# CONFIG_NET_POLL_CONTROLLER is not set
12583 +# CONFIG_ISDN is not set
12584 +# CONFIG_PHONE is not set
12587 +# Input device support
12589 +# CONFIG_INPUT is not set
12592 +# Hardware I/O ports
12594 +# CONFIG_SERIO is not set
12595 +# CONFIG_GAMEPORT is not set
12598 +# Character devices
12600 +# CONFIG_VT is not set
12601 +# CONFIG_SERIAL_NONSTANDARD is not set
12602 +# CONFIG_NOZOMI is not set
12607 +CONFIG_SERIAL_8250=y
12608 +CONFIG_SERIAL_8250_CONSOLE=y
12609 +CONFIG_SERIAL_8250_PCI=y
12610 +CONFIG_SERIAL_8250_NR_UARTS=4
12611 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
12612 +CONFIG_SERIAL_8250_EXTENDED=y
12613 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
12614 +CONFIG_SERIAL_8250_SHARE_IRQ=y
12615 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
12616 +# CONFIG_SERIAL_8250_RSA is not set
12619 +# Non-8250 serial port support
12621 +# CONFIG_SERIAL_UARTLITE is not set
12622 +CONFIG_SERIAL_CORE=y
12623 +CONFIG_SERIAL_CORE_CONSOLE=y
12624 +# CONFIG_SERIAL_JSM is not set
12625 +CONFIG_SERIAL_OF_PLATFORM=y
12626 +CONFIG_UNIX98_PTYS=y
12627 +CONFIG_LEGACY_PTYS=y
12628 +CONFIG_LEGACY_PTY_COUNT=256
12629 +# CONFIG_IPMI_HANDLER is not set
12630 +# CONFIG_HW_RANDOM is not set
12631 +# CONFIG_NVRAM is not set
12632 +# CONFIG_GEN_RTC is not set
12633 +# CONFIG_R3964 is not set
12634 +# CONFIG_APPLICOM is not set
12635 +# CONFIG_RAW_DRIVER is not set
12636 +# CONFIG_TCG_TPM is not set
12638 +# CONFIG_I2C is not set
12643 +# CONFIG_SPI is not set
12644 +# CONFIG_SPI_MASTER is not set
12645 +# CONFIG_W1 is not set
12646 +# CONFIG_POWER_SUPPLY is not set
12647 +# CONFIG_HWMON is not set
12649 +# CONFIG_WATCHDOG is not set
12652 +# Sonics Silicon Backplane
12654 +CONFIG_SSB_POSSIBLE=y
12655 +# CONFIG_SSB is not set
12658 +# Multifunction device drivers
12660 +# CONFIG_MFD_SM501 is not set
12663 +# Multimedia devices
12665 +# CONFIG_VIDEO_DEV is not set
12666 +# CONFIG_DVB_CORE is not set
12667 +# CONFIG_DAB is not set
12670 +# Graphics support
12672 +# CONFIG_AGP is not set
12673 +# CONFIG_DRM is not set
12674 +# CONFIG_VGASTATE is not set
12675 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
12676 +# CONFIG_FB is not set
12677 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
12680 +# Display device support
12682 +# CONFIG_DISPLAY_SUPPORT is not set
12687 +# CONFIG_SOUND is not set
12688 +# CONFIG_USB_SUPPORT is not set
12689 +# CONFIG_MMC is not set
12690 +# CONFIG_MEMSTICK is not set
12691 +# CONFIG_NEW_LEDS is not set
12692 +# CONFIG_INFINIBAND is not set
12693 +# CONFIG_EDAC is not set
12694 +# CONFIG_RTC_CLASS is not set
12699 +# CONFIG_UIO is not set
12705 +# CONFIG_EXT2_FS_XATTR is not set
12706 +# CONFIG_EXT2_FS_XIP is not set
12707 +# CONFIG_EXT3_FS is not set
12708 +# CONFIG_EXT4DEV_FS is not set
12709 +# CONFIG_REISERFS_FS is not set
12710 +# CONFIG_JFS_FS is not set
12711 +# CONFIG_FS_POSIX_ACL is not set
12712 +# CONFIG_XFS_FS is not set
12713 +# CONFIG_GFS2_FS is not set
12714 +# CONFIG_OCFS2_FS is not set
12717 +CONFIG_INOTIFY_USER=y
12718 +# CONFIG_QUOTA is not set
12719 +# CONFIG_AUTOFS_FS is not set
12720 +# CONFIG_AUTOFS4_FS is not set
12721 +# CONFIG_FUSE_FS is not set
12724 +# CD-ROM/DVD Filesystems
12726 +# CONFIG_ISO9660_FS is not set
12727 +# CONFIG_UDF_FS is not set
12730 +# DOS/FAT/NT Filesystems
12732 +# CONFIG_MSDOS_FS is not set
12733 +# CONFIG_VFAT_FS is not set
12734 +# CONFIG_NTFS_FS is not set
12737 +# Pseudo filesystems
12740 +CONFIG_PROC_KCORE=y
12741 +CONFIG_PROC_SYSCTL=y
12744 +# CONFIG_TMPFS_POSIX_ACL is not set
12745 +# CONFIG_HUGETLB_PAGE is not set
12746 +# CONFIG_CONFIGFS_FS is not set
12749 +# Miscellaneous filesystems
12751 +# CONFIG_ADFS_FS is not set
12752 +# CONFIG_AFFS_FS is not set
12753 +# CONFIG_HFS_FS is not set
12754 +# CONFIG_HFSPLUS_FS is not set
12755 +# CONFIG_BEFS_FS is not set
12756 +# CONFIG_BFS_FS is not set
12757 +# CONFIG_EFS_FS is not set
12758 +# CONFIG_JFFS2_FS is not set
12760 +# CONFIG_VXFS_FS is not set
12761 +# CONFIG_MINIX_FS is not set
12762 +# CONFIG_HPFS_FS is not set
12763 +# CONFIG_QNX4FS_FS is not set
12764 +# CONFIG_ROMFS_FS is not set
12765 +# CONFIG_SYSV_FS is not set
12766 +# CONFIG_UFS_FS is not set
12767 +CONFIG_NETWORK_FILESYSTEMS=y
12770 +# CONFIG_NFS_V3_ACL is not set
12771 +# CONFIG_NFS_V4 is not set
12772 +# CONFIG_NFS_DIRECTIO is not set
12773 +# CONFIG_NFSD is not set
12777 +CONFIG_NFS_COMMON=y
12779 +# CONFIG_SUNRPC_BIND34 is not set
12780 +# CONFIG_RPCSEC_GSS_KRB5 is not set
12781 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
12782 +# CONFIG_SMB_FS is not set
12783 +# CONFIG_CIFS is not set
12784 +# CONFIG_NCP_FS is not set
12785 +# CONFIG_CODA_FS is not set
12786 +# CONFIG_AFS_FS is not set
12791 +# CONFIG_PARTITION_ADVANCED is not set
12792 +CONFIG_MSDOS_PARTITION=y
12793 +# CONFIG_NLS is not set
12794 +# CONFIG_DLM is not set
12797 +# Library routines
12799 +CONFIG_BITREVERSE=y
12800 +# CONFIG_CRC_CCITT is not set
12801 +# CONFIG_CRC16 is not set
12802 +# CONFIG_CRC_ITU_T is not set
12804 +# CONFIG_CRC7 is not set
12805 +# CONFIG_LIBCRC32C is not set
12806 +CONFIG_ZLIB_INFLATE=y
12808 +CONFIG_HAS_IOMEM=y
12809 +CONFIG_HAS_IOPORT=y
12815 +# CONFIG_PRINTK_TIME is not set
12816 +CONFIG_ENABLE_WARN_DEPRECATED=y
12817 +CONFIG_ENABLE_MUST_CHECK=y
12818 +CONFIG_MAGIC_SYSRQ=y
12819 +# CONFIG_UNUSED_SYMBOLS is not set
12821 +# CONFIG_HEADERS_CHECK is not set
12822 +CONFIG_DEBUG_KERNEL=y
12823 +# CONFIG_DEBUG_SHIRQ is not set
12824 +CONFIG_DETECT_SOFTLOCKUP=y
12825 +CONFIG_SCHED_DEBUG=y
12826 +# CONFIG_SCHEDSTATS is not set
12827 +# CONFIG_TIMER_STATS is not set
12828 +# CONFIG_SLUB_DEBUG_ON is not set
12829 +# CONFIG_SLUB_STATS is not set
12830 +# CONFIG_DEBUG_RT_MUTEXES is not set
12831 +# CONFIG_RT_MUTEX_TESTER is not set
12832 +# CONFIG_DEBUG_SPINLOCK is not set
12833 +# CONFIG_DEBUG_MUTEXES is not set
12834 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
12835 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
12836 +# CONFIG_DEBUG_KOBJECT is not set
12837 +CONFIG_DEBUG_BUGVERBOSE=y
12838 +# CONFIG_DEBUG_INFO is not set
12839 +# CONFIG_DEBUG_VM is not set
12840 +# CONFIG_DEBUG_LIST is not set
12841 +# CONFIG_DEBUG_SG is not set
12842 +# CONFIG_BOOT_PRINTK_DELAY is not set
12843 +# CONFIG_RCU_TORTURE_TEST is not set
12844 +# CONFIG_BACKTRACE_SELF_TEST is not set
12845 +# CONFIG_FAULT_INJECTION is not set
12846 +# CONFIG_SAMPLES is not set
12847 +# CONFIG_DEBUG_STACKOVERFLOW is not set
12848 +# CONFIG_DEBUG_STACK_USAGE is not set
12849 +# CONFIG_DEBUG_PAGEALLOC is not set
12850 +# CONFIG_DEBUGGER is not set
12851 +# CONFIG_VIRQ_DEBUG is not set
12852 +# CONFIG_BDI_SWITCH is not set
12853 +# CONFIG_PPC_EARLY_DEBUG is not set
12856 +# Security options
12858 +# CONFIG_KEYS is not set
12859 +# CONFIG_SECURITY is not set
12860 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
12862 +CONFIG_CRYPTO_ALGAPI=y
12863 +CONFIG_CRYPTO_BLKCIPHER=y
12864 +# CONFIG_CRYPTO_SEQIV is not set
12865 +CONFIG_CRYPTO_MANAGER=y
12866 +# CONFIG_CRYPTO_HMAC is not set
12867 +# CONFIG_CRYPTO_XCBC is not set
12868 +# CONFIG_CRYPTO_NULL is not set
12869 +# CONFIG_CRYPTO_MD4 is not set
12870 +CONFIG_CRYPTO_MD5=y
12871 +# CONFIG_CRYPTO_SHA1 is not set
12872 +# CONFIG_CRYPTO_SHA256 is not set
12873 +# CONFIG_CRYPTO_SHA512 is not set
12874 +# CONFIG_CRYPTO_WP512 is not set
12875 +# CONFIG_CRYPTO_TGR192 is not set
12876 +# CONFIG_CRYPTO_GF128MUL is not set
12877 +CONFIG_CRYPTO_ECB=y
12878 +CONFIG_CRYPTO_CBC=y
12879 +CONFIG_CRYPTO_PCBC=y
12880 +# CONFIG_CRYPTO_LRW is not set
12881 +# CONFIG_CRYPTO_XTS is not set
12882 +# CONFIG_CRYPTO_CTR is not set
12883 +# CONFIG_CRYPTO_GCM is not set
12884 +# CONFIG_CRYPTO_CCM is not set
12885 +# CONFIG_CRYPTO_CRYPTD is not set
12886 +CONFIG_CRYPTO_DES=y
12887 +# CONFIG_CRYPTO_FCRYPT is not set
12888 +# CONFIG_CRYPTO_BLOWFISH is not set
12889 +# CONFIG_CRYPTO_TWOFISH is not set
12890 +# CONFIG_CRYPTO_SERPENT is not set
12891 +# CONFIG_CRYPTO_AES is not set
12892 +# CONFIG_CRYPTO_CAST5 is not set
12893 +# CONFIG_CRYPTO_CAST6 is not set
12894 +# CONFIG_CRYPTO_TEA is not set
12895 +# CONFIG_CRYPTO_ARC4 is not set
12896 +# CONFIG_CRYPTO_KHAZAD is not set
12897 +# CONFIG_CRYPTO_ANUBIS is not set
12898 +# CONFIG_CRYPTO_SEED is not set
12899 +# CONFIG_CRYPTO_SALSA20 is not set
12900 +# CONFIG_CRYPTO_DEFLATE is not set
12901 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
12902 +# CONFIG_CRYPTO_CRC32C is not set
12903 +# CONFIG_CRYPTO_CAMELLIA is not set
12904 +# CONFIG_CRYPTO_TEST is not set
12905 +# CONFIG_CRYPTO_AUTHENC is not set
12906 +# CONFIG_CRYPTO_LZO is not set
12907 +CONFIG_CRYPTO_HW=y
12908 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
12909 +# CONFIG_PPC_CLOCK is not set
12911 +++ b/arch/powerpc/configs/40x/walnut_defconfig
12914 +# Automatically generated make config: don't edit
12915 +# Linux kernel version: 2.6.25-rc2
12916 +# Fri Feb 15 21:54:12 2008
12918 +# CONFIG_PPC64 is not set
12921 +# Processor support
12923 +# CONFIG_6xx is not set
12924 +# CONFIG_PPC_85xx is not set
12925 +# CONFIG_PPC_8xx is not set
12927 +# CONFIG_44x is not set
12928 +# CONFIG_E200 is not set
12930 +# CONFIG_PPC_MM_SLICES is not set
12931 +CONFIG_NOT_COHERENT_CACHE=y
12933 +CONFIG_WORD_SIZE=32
12934 +CONFIG_PPC_MERGE=y
12936 +CONFIG_GENERIC_CMOS_UPDATE=y
12937 +CONFIG_GENERIC_TIME=y
12938 +CONFIG_GENERIC_TIME_VSYSCALL=y
12939 +CONFIG_GENERIC_CLOCKEVENTS=y
12940 +CONFIG_GENERIC_HARDIRQS=y
12941 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
12942 +CONFIG_IRQ_PER_CPU=y
12943 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
12944 +CONFIG_ARCH_HAS_ILOG2_U32=y
12945 +CONFIG_GENERIC_HWEIGHT=y
12946 +CONFIG_GENERIC_CALIBRATE_DELAY=y
12947 +CONFIG_GENERIC_FIND_NEXT_BIT=y
12948 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
12950 +CONFIG_EARLY_PRINTK=y
12951 +CONFIG_GENERIC_NVRAM=y
12952 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
12953 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
12956 +CONFIG_PPC_UDBG_16550=y
12957 +# CONFIG_GENERIC_TBSYNC is not set
12958 +CONFIG_AUDIT_ARCH=y
12959 +CONFIG_GENERIC_BUG=y
12960 +# CONFIG_DEFAULT_UIMAGE is not set
12961 +CONFIG_PPC_DCR_NATIVE=y
12962 +# CONFIG_PPC_DCR_MMIO is not set
12964 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
12969 +CONFIG_EXPERIMENTAL=y
12970 +CONFIG_BROKEN_ON_SMP=y
12971 +CONFIG_INIT_ENV_ARG_LIMIT=32
12972 +CONFIG_LOCALVERSION=""
12973 +CONFIG_LOCALVERSION_AUTO=y
12976 +CONFIG_SYSVIPC_SYSCTL=y
12977 +CONFIG_POSIX_MQUEUE=y
12978 +# CONFIG_BSD_PROCESS_ACCT is not set
12979 +# CONFIG_TASKSTATS is not set
12980 +# CONFIG_AUDIT is not set
12981 +# CONFIG_IKCONFIG is not set
12982 +CONFIG_LOG_BUF_SHIFT=14
12983 +# CONFIG_CGROUPS is not set
12984 +CONFIG_GROUP_SCHED=y
12985 +CONFIG_FAIR_GROUP_SCHED=y
12986 +# CONFIG_RT_GROUP_SCHED is not set
12987 +CONFIG_USER_SCHED=y
12988 +# CONFIG_CGROUP_SCHED is not set
12989 +CONFIG_SYSFS_DEPRECATED=y
12990 +# CONFIG_RELAY is not set
12991 +# CONFIG_NAMESPACES is not set
12992 +CONFIG_BLK_DEV_INITRD=y
12993 +CONFIG_INITRAMFS_SOURCE=""
12994 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
12997 +CONFIG_SYSCTL_SYSCALL=y
12999 +CONFIG_KALLSYMS_ALL=y
13000 +CONFIG_KALLSYMS_EXTRA_PASS=y
13005 +CONFIG_COMPAT_BRK=y
13006 +CONFIG_BASE_FULL=y
13008 +CONFIG_ANON_INODES=y
13014 +CONFIG_VM_EVENT_COUNTERS=y
13015 +CONFIG_SLUB_DEBUG=y
13016 +# CONFIG_SLAB is not set
13018 +# CONFIG_SLOB is not set
13019 +# CONFIG_PROFILING is not set
13020 +# CONFIG_MARKERS is not set
13021 +CONFIG_HAVE_OPROFILE=y
13022 +# CONFIG_KPROBES is not set
13023 +CONFIG_HAVE_KPROBES=y
13024 +CONFIG_PROC_PAGE_MONITOR=y
13026 +CONFIG_RT_MUTEXES=y
13027 +# CONFIG_TINY_SHMEM is not set
13028 +CONFIG_BASE_SMALL=0
13030 +CONFIG_MODULE_UNLOAD=y
13031 +# CONFIG_MODULE_FORCE_UNLOAD is not set
13032 +# CONFIG_MODVERSIONS is not set
13033 +# CONFIG_MODULE_SRCVERSION_ALL is not set
13037 +# CONFIG_BLK_DEV_IO_TRACE is not set
13038 +# CONFIG_LSF is not set
13039 +# CONFIG_BLK_DEV_BSG is not set
13044 +CONFIG_IOSCHED_NOOP=y
13045 +CONFIG_IOSCHED_AS=y
13046 +CONFIG_IOSCHED_DEADLINE=y
13047 +CONFIG_IOSCHED_CFQ=y
13048 +CONFIG_DEFAULT_AS=y
13049 +# CONFIG_DEFAULT_DEADLINE is not set
13050 +# CONFIG_DEFAULT_CFQ is not set
13051 +# CONFIG_DEFAULT_NOOP is not set
13052 +CONFIG_DEFAULT_IOSCHED="anticipatory"
13053 +CONFIG_CLASSIC_RCU=y
13054 +# CONFIG_PREEMPT_RCU is not set
13055 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
13058 +# Platform support
13060 +# CONFIG_PPC_MPC512x is not set
13061 +# CONFIG_PPC_MPC5121 is not set
13062 +# CONFIG_PPC_CELL is not set
13063 +# CONFIG_PPC_CELL_NATIVE is not set
13064 +# CONFIG_PQ2ADS is not set
13065 +# CONFIG_EP405 is not set
13066 +# CONFIG_KILAUEA is not set
13067 +# CONFIG_MAKALU is not set
13069 +# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
13071 +CONFIG_IBM405_ERR77=y
13072 +CONFIG_IBM405_ERR51=y
13073 +# CONFIG_IPIC is not set
13074 +# CONFIG_MPIC is not set
13075 +# CONFIG_MPIC_WEIRD is not set
13076 +# CONFIG_PPC_I8259 is not set
13077 +# CONFIG_PPC_RTAS is not set
13078 +# CONFIG_MMIO_NVRAM is not set
13079 +# CONFIG_PPC_MPC106 is not set
13080 +# CONFIG_PPC_970_NAP is not set
13081 +# CONFIG_PPC_INDIRECT_IO is not set
13082 +# CONFIG_GENERIC_IOMAP is not set
13083 +# CONFIG_CPU_FREQ is not set
13084 +# CONFIG_FSL_ULI1575 is not set
13090 +# CONFIG_HIGHMEM is not set
13091 +# CONFIG_TICK_ONESHOT is not set
13092 +# CONFIG_NO_HZ is not set
13093 +# CONFIG_HIGH_RES_TIMERS is not set
13094 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
13095 +# CONFIG_HZ_100 is not set
13097 +# CONFIG_HZ_300 is not set
13098 +# CONFIG_HZ_1000 is not set
13100 +# CONFIG_SCHED_HRTICK is not set
13101 +CONFIG_PREEMPT_NONE=y
13102 +# CONFIG_PREEMPT_VOLUNTARY is not set
13103 +# CONFIG_PREEMPT is not set
13104 +CONFIG_RCU_TRACE=y
13105 +CONFIG_BINFMT_ELF=y
13106 +# CONFIG_BINFMT_MISC is not set
13107 +# CONFIG_MATH_EMULATION is not set
13108 +# CONFIG_IOMMU_HELPER is not set
13109 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
13110 +CONFIG_ARCH_HAS_WALK_MEMORY=y
13111 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
13112 +CONFIG_ARCH_FLATMEM_ENABLE=y
13113 +CONFIG_ARCH_POPULATES_NODE_MAP=y
13114 +CONFIG_SELECT_MEMORY_MODEL=y
13115 +CONFIG_FLATMEM_MANUAL=y
13116 +# CONFIG_DISCONTIGMEM_MANUAL is not set
13117 +# CONFIG_SPARSEMEM_MANUAL is not set
13119 +CONFIG_FLAT_NODE_MEM_MAP=y
13120 +# CONFIG_SPARSEMEM_STATIC is not set
13121 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
13122 +CONFIG_SPLIT_PTLOCK_CPUS=4
13123 +CONFIG_RESOURCES_64BIT=y
13124 +CONFIG_ZONE_DMA_FLAG=1
13126 +CONFIG_VIRT_TO_BUS=y
13127 +CONFIG_PROC_DEVICETREE=y
13128 +# CONFIG_CMDLINE_BOOL is not set
13129 +# CONFIG_PM is not set
13131 +CONFIG_ISA_DMA_API=y
13137 +CONFIG_PPC_INDIRECT_PCI=y
13139 +CONFIG_PCI_DOMAINS=y
13140 +CONFIG_PCI_SYSCALL=y
13141 +# CONFIG_PCIEPORTBUS is not set
13142 +CONFIG_ARCH_SUPPORTS_MSI=y
13143 +# CONFIG_PCI_MSI is not set
13144 +# CONFIG_PCI_LEGACY is not set
13145 +# CONFIG_PCI_DEBUG is not set
13146 +# CONFIG_PCCARD is not set
13147 +# CONFIG_HOTPLUG_PCI is not set
13152 +# CONFIG_ADVANCED_OPTIONS is not set
13155 +# Default settings for advanced configuration options are used
13157 +CONFIG_HIGHMEM_START=0xfe000000
13158 +CONFIG_LOWMEM_SIZE=0x30000000
13159 +CONFIG_KERNEL_START=0xc0000000
13160 +CONFIG_TASK_SIZE=0xc0000000
13161 +CONFIG_CONSISTENT_START=0xff100000
13162 +CONFIG_CONSISTENT_SIZE=0x00200000
13163 +CONFIG_BOOT_LOAD=0x00400000
13171 +# Networking options
13174 +# CONFIG_PACKET_MMAP is not set
13176 +# CONFIG_NET_KEY is not set
13178 +# CONFIG_IP_MULTICAST is not set
13179 +# CONFIG_IP_ADVANCED_ROUTER is not set
13180 +CONFIG_IP_FIB_HASH=y
13182 +CONFIG_IP_PNP_DHCP=y
13183 +CONFIG_IP_PNP_BOOTP=y
13184 +# CONFIG_IP_PNP_RARP is not set
13185 +# CONFIG_NET_IPIP is not set
13186 +# CONFIG_NET_IPGRE is not set
13187 +# CONFIG_ARPD is not set
13188 +# CONFIG_SYN_COOKIES is not set
13189 +# CONFIG_INET_AH is not set
13190 +# CONFIG_INET_ESP is not set
13191 +# CONFIG_INET_IPCOMP is not set
13192 +# CONFIG_INET_XFRM_TUNNEL is not set
13193 +# CONFIG_INET_TUNNEL is not set
13194 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
13195 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
13196 +# CONFIG_INET_XFRM_MODE_BEET is not set
13197 +# CONFIG_INET_LRO is not set
13198 +CONFIG_INET_DIAG=y
13199 +CONFIG_INET_TCP_DIAG=y
13200 +# CONFIG_TCP_CONG_ADVANCED is not set
13201 +CONFIG_TCP_CONG_CUBIC=y
13202 +CONFIG_DEFAULT_TCP_CONG="cubic"
13203 +# CONFIG_TCP_MD5SIG is not set
13204 +# CONFIG_IPV6 is not set
13205 +# CONFIG_INET6_XFRM_TUNNEL is not set
13206 +# CONFIG_INET6_TUNNEL is not set
13207 +# CONFIG_NETWORK_SECMARK is not set
13208 +# CONFIG_NETFILTER is not set
13209 +# CONFIG_IP_DCCP is not set
13210 +# CONFIG_IP_SCTP is not set
13211 +# CONFIG_TIPC is not set
13212 +# CONFIG_ATM is not set
13213 +# CONFIG_BRIDGE is not set
13214 +# CONFIG_VLAN_8021Q is not set
13215 +# CONFIG_DECNET is not set
13216 +# CONFIG_LLC2 is not set
13217 +# CONFIG_IPX is not set
13218 +# CONFIG_ATALK is not set
13219 +# CONFIG_X25 is not set
13220 +# CONFIG_LAPB is not set
13221 +# CONFIG_ECONET is not set
13222 +# CONFIG_WAN_ROUTER is not set
13223 +# CONFIG_NET_SCHED is not set
13228 +# CONFIG_NET_PKTGEN is not set
13229 +# CONFIG_HAMRADIO is not set
13230 +# CONFIG_CAN is not set
13231 +# CONFIG_IRDA is not set
13232 +# CONFIG_BT is not set
13233 +# CONFIG_AF_RXRPC is not set
13238 +# CONFIG_CFG80211 is not set
13239 +# CONFIG_WIRELESS_EXT is not set
13240 +# CONFIG_MAC80211 is not set
13241 +# CONFIG_IEEE80211 is not set
13242 +# CONFIG_RFKILL is not set
13243 +# CONFIG_NET_9P is not set
13250 +# Generic Driver Options
13252 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
13253 +CONFIG_STANDALONE=y
13254 +CONFIG_PREVENT_FIRMWARE_BUILD=y
13255 +CONFIG_FW_LOADER=y
13256 +# CONFIG_DEBUG_DRIVER is not set
13257 +# CONFIG_DEBUG_DEVRES is not set
13258 +# CONFIG_SYS_HYPERVISOR is not set
13259 +CONFIG_CONNECTOR=y
13260 +CONFIG_PROC_EVENTS=y
13262 +# CONFIG_MTD_DEBUG is not set
13263 +# CONFIG_MTD_CONCAT is not set
13264 +CONFIG_MTD_PARTITIONS=y
13265 +# CONFIG_MTD_REDBOOT_PARTS is not set
13266 +CONFIG_MTD_CMDLINE_PARTS=y
13267 +CONFIG_MTD_OF_PARTS=y
13270 +# User Modules And Translation Layers
13273 +CONFIG_MTD_BLKDEVS=m
13274 +CONFIG_MTD_BLOCK=m
13275 +# CONFIG_MTD_BLOCK_RO is not set
13276 +# CONFIG_FTL is not set
13277 +# CONFIG_NFTL is not set
13278 +# CONFIG_INFTL is not set
13279 +# CONFIG_RFD_FTL is not set
13280 +# CONFIG_SSFDC is not set
13281 +# CONFIG_MTD_OOPS is not set
13284 +# RAM/ROM/Flash chip drivers
13287 +CONFIG_MTD_JEDECPROBE=y
13288 +CONFIG_MTD_GEN_PROBE=y
13289 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
13290 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
13291 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
13292 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
13293 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
13294 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
13295 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
13296 +CONFIG_MTD_CFI_I1=y
13297 +CONFIG_MTD_CFI_I2=y
13298 +# CONFIG_MTD_CFI_I4 is not set
13299 +# CONFIG_MTD_CFI_I8 is not set
13300 +# CONFIG_MTD_CFI_INTELEXT is not set
13301 +CONFIG_MTD_CFI_AMDSTD=y
13302 +# CONFIG_MTD_CFI_STAA is not set
13303 +CONFIG_MTD_CFI_UTIL=y
13304 +# CONFIG_MTD_RAM is not set
13305 +# CONFIG_MTD_ROM is not set
13306 +# CONFIG_MTD_ABSENT is not set
13309 +# Mapping drivers for chip access
13311 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
13312 +# CONFIG_MTD_PHYSMAP is not set
13313 +CONFIG_MTD_PHYSMAP_OF=y
13314 +# CONFIG_MTD_INTEL_VR_NOR is not set
13315 +# CONFIG_MTD_PLATRAM is not set
13318 +# Self-contained MTD device drivers
13320 +# CONFIG_MTD_PMC551 is not set
13321 +# CONFIG_MTD_SLRAM is not set
13322 +# CONFIG_MTD_PHRAM is not set
13323 +# CONFIG_MTD_MTDRAM is not set
13324 +# CONFIG_MTD_BLOCK2MTD is not set
13327 +# Disk-On-Chip Device Drivers
13329 +# CONFIG_MTD_DOC2000 is not set
13330 +# CONFIG_MTD_DOC2001 is not set
13331 +# CONFIG_MTD_DOC2001PLUS is not set
13332 +# CONFIG_MTD_NAND is not set
13333 +# CONFIG_MTD_ONENAND is not set
13336 +# UBI - Unsorted block images
13338 +# CONFIG_MTD_UBI is not set
13339 +CONFIG_OF_DEVICE=y
13340 +# CONFIG_PARPORT is not set
13342 +# CONFIG_BLK_DEV_FD is not set
13343 +# CONFIG_BLK_CPQ_DA is not set
13344 +# CONFIG_BLK_CPQ_CISS_DA is not set
13345 +# CONFIG_BLK_DEV_DAC960 is not set
13346 +# CONFIG_BLK_DEV_UMEM is not set
13347 +# CONFIG_BLK_DEV_COW_COMMON is not set
13348 +# CONFIG_BLK_DEV_LOOP is not set
13349 +# CONFIG_BLK_DEV_NBD is not set
13350 +# CONFIG_BLK_DEV_SX8 is not set
13351 +CONFIG_BLK_DEV_RAM=y
13352 +CONFIG_BLK_DEV_RAM_COUNT=16
13353 +CONFIG_BLK_DEV_RAM_SIZE=35000
13354 +# CONFIG_BLK_DEV_XIP is not set
13355 +# CONFIG_CDROM_PKTCDVD is not set
13356 +# CONFIG_ATA_OVER_ETH is not set
13357 +# CONFIG_XILINX_SYSACE is not set
13358 +CONFIG_MISC_DEVICES=y
13359 +# CONFIG_PHANTOM is not set
13360 +# CONFIG_EEPROM_93CX6 is not set
13361 +# CONFIG_SGI_IOC4 is not set
13362 +# CONFIG_TIFM_CORE is not set
13363 +# CONFIG_ENCLOSURE_SERVICES is not set
13365 +# CONFIG_IDE is not set
13368 +# SCSI device support
13370 +# CONFIG_RAID_ATTRS is not set
13371 +# CONFIG_SCSI is not set
13372 +# CONFIG_SCSI_DMA is not set
13373 +# CONFIG_SCSI_NETLINK is not set
13374 +# CONFIG_ATA is not set
13375 +# CONFIG_MD is not set
13376 +# CONFIG_FUSION is not set
13379 +# IEEE 1394 (FireWire) support
13381 +# CONFIG_FIREWIRE is not set
13382 +# CONFIG_IEEE1394 is not set
13383 +# CONFIG_I2O is not set
13384 +# CONFIG_MACINTOSH_DRIVERS is not set
13385 +CONFIG_NETDEVICES=y
13386 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
13387 +# CONFIG_DUMMY is not set
13388 +# CONFIG_BONDING is not set
13389 +# CONFIG_MACVLAN is not set
13390 +# CONFIG_EQUALIZER is not set
13391 +# CONFIG_TUN is not set
13392 +# CONFIG_VETH is not set
13393 +# CONFIG_ARCNET is not set
13394 +# CONFIG_PHYLIB is not set
13395 +CONFIG_NET_ETHERNET=y
13396 +# CONFIG_MII is not set
13397 +# CONFIG_HAPPYMEAL is not set
13398 +# CONFIG_SUNGEM is not set
13399 +# CONFIG_CASSINI is not set
13400 +# CONFIG_NET_VENDOR_3COM is not set
13401 +# CONFIG_NET_TULIP is not set
13402 +# CONFIG_HP100 is not set
13403 +CONFIG_IBM_NEW_EMAC=y
13404 +CONFIG_IBM_NEW_EMAC_RXB=128
13405 +CONFIG_IBM_NEW_EMAC_TXB=64
13406 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
13407 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
13408 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
13409 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
13410 +CONFIG_IBM_NEW_EMAC_ZMII=y
13411 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
13412 +# CONFIG_IBM_NEW_EMAC_TAH is not set
13413 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
13414 +# CONFIG_NET_PCI is not set
13415 +# CONFIG_B44 is not set
13416 +CONFIG_NETDEV_1000=y
13417 +# CONFIG_ACENIC is not set
13418 +# CONFIG_DL2K is not set
13419 +# CONFIG_E1000 is not set
13420 +# CONFIG_E1000E is not set
13421 +# CONFIG_E1000E_ENABLED is not set
13422 +# CONFIG_IP1000 is not set
13423 +# CONFIG_IGB is not set
13424 +# CONFIG_NS83820 is not set
13425 +# CONFIG_HAMACHI is not set
13426 +# CONFIG_YELLOWFIN is not set
13427 +# CONFIG_R8169 is not set
13428 +# CONFIG_SIS190 is not set
13429 +# CONFIG_SKGE is not set
13430 +# CONFIG_SKY2 is not set
13431 +# CONFIG_SK98LIN is not set
13432 +# CONFIG_VIA_VELOCITY is not set
13433 +# CONFIG_TIGON3 is not set
13434 +# CONFIG_BNX2 is not set
13435 +# CONFIG_QLA3XXX is not set
13436 +# CONFIG_ATL1 is not set
13437 +CONFIG_NETDEV_10000=y
13438 +# CONFIG_CHELSIO_T1 is not set
13439 +# CONFIG_CHELSIO_T3 is not set
13440 +# CONFIG_IXGBE is not set
13441 +# CONFIG_IXGB is not set
13442 +# CONFIG_S2IO is not set
13443 +# CONFIG_MYRI10GE is not set
13444 +# CONFIG_NETXEN_NIC is not set
13445 +# CONFIG_NIU is not set
13446 +# CONFIG_MLX4_CORE is not set
13447 +# CONFIG_TEHUTI is not set
13448 +# CONFIG_BNX2X is not set
13449 +# CONFIG_TR is not set
13454 +# CONFIG_WLAN_PRE80211 is not set
13455 +# CONFIG_WLAN_80211 is not set
13456 +# CONFIG_WAN is not set
13457 +# CONFIG_FDDI is not set
13458 +# CONFIG_HIPPI is not set
13459 +# CONFIG_PPP is not set
13460 +# CONFIG_SLIP is not set
13461 +# CONFIG_NETCONSOLE is not set
13462 +# CONFIG_NETPOLL is not set
13463 +# CONFIG_NET_POLL_CONTROLLER is not set
13464 +# CONFIG_ISDN is not set
13465 +# CONFIG_PHONE is not set
13468 +# Input device support
13470 +# CONFIG_INPUT is not set
13473 +# Hardware I/O ports
13475 +# CONFIG_SERIO is not set
13476 +# CONFIG_GAMEPORT is not set
13479 +# Character devices
13481 +# CONFIG_VT is not set
13482 +# CONFIG_SERIAL_NONSTANDARD is not set
13483 +# CONFIG_NOZOMI is not set
13488 +CONFIG_SERIAL_8250=y
13489 +CONFIG_SERIAL_8250_CONSOLE=y
13490 +CONFIG_SERIAL_8250_PCI=y
13491 +CONFIG_SERIAL_8250_NR_UARTS=4
13492 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
13493 +CONFIG_SERIAL_8250_EXTENDED=y
13494 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
13495 +CONFIG_SERIAL_8250_SHARE_IRQ=y
13496 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
13497 +# CONFIG_SERIAL_8250_RSA is not set
13500 +# Non-8250 serial port support
13502 +# CONFIG_SERIAL_UARTLITE is not set
13503 +CONFIG_SERIAL_CORE=y
13504 +CONFIG_SERIAL_CORE_CONSOLE=y
13505 +# CONFIG_SERIAL_JSM is not set
13506 +CONFIG_SERIAL_OF_PLATFORM=y
13507 +CONFIG_UNIX98_PTYS=y
13508 +CONFIG_LEGACY_PTYS=y
13509 +CONFIG_LEGACY_PTY_COUNT=256
13510 +# CONFIG_IPMI_HANDLER is not set
13511 +# CONFIG_HW_RANDOM is not set
13512 +# CONFIG_NVRAM is not set
13513 +# CONFIG_GEN_RTC is not set
13514 +# CONFIG_R3964 is not set
13515 +# CONFIG_APPLICOM is not set
13516 +# CONFIG_RAW_DRIVER is not set
13517 +# CONFIG_TCG_TPM is not set
13519 +# CONFIG_I2C is not set
13524 +# CONFIG_SPI is not set
13525 +# CONFIG_SPI_MASTER is not set
13526 +# CONFIG_W1 is not set
13527 +# CONFIG_POWER_SUPPLY is not set
13528 +# CONFIG_HWMON is not set
13530 +# CONFIG_WATCHDOG is not set
13533 +# Sonics Silicon Backplane
13535 +CONFIG_SSB_POSSIBLE=y
13536 +# CONFIG_SSB is not set
13539 +# Multifunction device drivers
13541 +# CONFIG_MFD_SM501 is not set
13544 +# Multimedia devices
13546 +# CONFIG_VIDEO_DEV is not set
13547 +# CONFIG_DVB_CORE is not set
13548 +# CONFIG_DAB is not set
13551 +# Graphics support
13553 +# CONFIG_AGP is not set
13554 +# CONFIG_DRM is not set
13555 +# CONFIG_VGASTATE is not set
13556 +CONFIG_VIDEO_OUTPUT_CONTROL=m
13557 +# CONFIG_FB is not set
13558 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
13561 +# Display device support
13563 +# CONFIG_DISPLAY_SUPPORT is not set
13568 +# CONFIG_SOUND is not set
13569 +CONFIG_USB_SUPPORT=y
13570 +CONFIG_USB_ARCH_HAS_HCD=y
13571 +CONFIG_USB_ARCH_HAS_OHCI=y
13572 +CONFIG_USB_ARCH_HAS_EHCI=y
13573 +# CONFIG_USB is not set
13576 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
13578 +# CONFIG_USB_GADGET is not set
13579 +# CONFIG_MMC is not set
13580 +# CONFIG_MEMSTICK is not set
13581 +# CONFIG_NEW_LEDS is not set
13582 +# CONFIG_INFINIBAND is not set
13583 +# CONFIG_EDAC is not set
13584 +# CONFIG_RTC_CLASS is not set
13589 +# CONFIG_UIO is not set
13595 +# CONFIG_EXT2_FS_XATTR is not set
13596 +# CONFIG_EXT2_FS_XIP is not set
13597 +# CONFIG_EXT3_FS is not set
13598 +# CONFIG_EXT4DEV_FS is not set
13599 +# CONFIG_REISERFS_FS is not set
13600 +# CONFIG_JFS_FS is not set
13601 +# CONFIG_FS_POSIX_ACL is not set
13602 +# CONFIG_XFS_FS is not set
13603 +# CONFIG_GFS2_FS is not set
13604 +# CONFIG_OCFS2_FS is not set
13607 +CONFIG_INOTIFY_USER=y
13608 +# CONFIG_QUOTA is not set
13609 +# CONFIG_AUTOFS_FS is not set
13610 +# CONFIG_AUTOFS4_FS is not set
13611 +# CONFIG_FUSE_FS is not set
13614 +# CD-ROM/DVD Filesystems
13616 +# CONFIG_ISO9660_FS is not set
13617 +# CONFIG_UDF_FS is not set
13620 +# DOS/FAT/NT Filesystems
13622 +# CONFIG_MSDOS_FS is not set
13623 +# CONFIG_VFAT_FS is not set
13624 +# CONFIG_NTFS_FS is not set
13627 +# Pseudo filesystems
13630 +CONFIG_PROC_KCORE=y
13631 +CONFIG_PROC_SYSCTL=y
13634 +# CONFIG_TMPFS_POSIX_ACL is not set
13635 +# CONFIG_HUGETLB_PAGE is not set
13636 +# CONFIG_CONFIGFS_FS is not set
13639 +# Miscellaneous filesystems
13641 +# CONFIG_ADFS_FS is not set
13642 +# CONFIG_AFFS_FS is not set
13643 +# CONFIG_HFS_FS is not set
13644 +# CONFIG_HFSPLUS_FS is not set
13645 +# CONFIG_BEFS_FS is not set
13646 +# CONFIG_BFS_FS is not set
13647 +# CONFIG_EFS_FS is not set
13648 +# CONFIG_JFFS2_FS is not set
13650 +# CONFIG_VXFS_FS is not set
13651 +# CONFIG_MINIX_FS is not set
13652 +# CONFIG_HPFS_FS is not set
13653 +# CONFIG_QNX4FS_FS is not set
13654 +# CONFIG_ROMFS_FS is not set
13655 +# CONFIG_SYSV_FS is not set
13656 +# CONFIG_UFS_FS is not set
13657 +CONFIG_NETWORK_FILESYSTEMS=y
13660 +# CONFIG_NFS_V3_ACL is not set
13661 +# CONFIG_NFS_V4 is not set
13662 +# CONFIG_NFS_DIRECTIO is not set
13663 +# CONFIG_NFSD is not set
13667 +CONFIG_NFS_COMMON=y
13669 +# CONFIG_SUNRPC_BIND34 is not set
13670 +# CONFIG_RPCSEC_GSS_KRB5 is not set
13671 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
13672 +# CONFIG_SMB_FS is not set
13673 +# CONFIG_CIFS is not set
13674 +# CONFIG_NCP_FS is not set
13675 +# CONFIG_CODA_FS is not set
13676 +# CONFIG_AFS_FS is not set
13681 +# CONFIG_PARTITION_ADVANCED is not set
13682 +CONFIG_MSDOS_PARTITION=y
13683 +# CONFIG_NLS is not set
13684 +# CONFIG_DLM is not set
13687 +# Library routines
13689 +CONFIG_BITREVERSE=y
13690 +# CONFIG_CRC_CCITT is not set
13691 +# CONFIG_CRC16 is not set
13692 +# CONFIG_CRC_ITU_T is not set
13694 +# CONFIG_CRC7 is not set
13695 +# CONFIG_LIBCRC32C is not set
13696 +CONFIG_ZLIB_INFLATE=y
13698 +CONFIG_HAS_IOMEM=y
13699 +CONFIG_HAS_IOPORT=y
13705 +# CONFIG_PRINTK_TIME is not set
13706 +CONFIG_ENABLE_WARN_DEPRECATED=y
13707 +CONFIG_ENABLE_MUST_CHECK=y
13708 +CONFIG_MAGIC_SYSRQ=y
13709 +# CONFIG_UNUSED_SYMBOLS is not set
13711 +# CONFIG_HEADERS_CHECK is not set
13712 +CONFIG_DEBUG_KERNEL=y
13713 +# CONFIG_DEBUG_SHIRQ is not set
13714 +CONFIG_DETECT_SOFTLOCKUP=y
13715 +CONFIG_SCHED_DEBUG=y
13716 +# CONFIG_SCHEDSTATS is not set
13717 +# CONFIG_TIMER_STATS is not set
13718 +# CONFIG_SLUB_DEBUG_ON is not set
13719 +# CONFIG_SLUB_STATS is not set
13720 +# CONFIG_DEBUG_RT_MUTEXES is not set
13721 +# CONFIG_RT_MUTEX_TESTER is not set
13722 +# CONFIG_DEBUG_SPINLOCK is not set
13723 +# CONFIG_DEBUG_MUTEXES is not set
13724 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
13725 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
13726 +# CONFIG_DEBUG_KOBJECT is not set
13727 +CONFIG_DEBUG_BUGVERBOSE=y
13728 +# CONFIG_DEBUG_INFO is not set
13729 +# CONFIG_DEBUG_VM is not set
13730 +# CONFIG_DEBUG_LIST is not set
13731 +# CONFIG_DEBUG_SG is not set
13732 +# CONFIG_BOOT_PRINTK_DELAY is not set
13733 +# CONFIG_RCU_TORTURE_TEST is not set
13734 +# CONFIG_BACKTRACE_SELF_TEST is not set
13735 +# CONFIG_FAULT_INJECTION is not set
13736 +# CONFIG_SAMPLES is not set
13737 +# CONFIG_DEBUG_STACKOVERFLOW is not set
13738 +# CONFIG_DEBUG_STACK_USAGE is not set
13739 +# CONFIG_DEBUG_PAGEALLOC is not set
13740 +# CONFIG_DEBUGGER is not set
13741 +# CONFIG_VIRQ_DEBUG is not set
13742 +# CONFIG_BDI_SWITCH is not set
13743 +# CONFIG_PPC_EARLY_DEBUG is not set
13746 +# Security options
13748 +# CONFIG_KEYS is not set
13749 +# CONFIG_SECURITY is not set
13750 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
13752 +CONFIG_CRYPTO_ALGAPI=y
13753 +CONFIG_CRYPTO_BLKCIPHER=y
13754 +# CONFIG_CRYPTO_SEQIV is not set
13755 +CONFIG_CRYPTO_MANAGER=y
13756 +# CONFIG_CRYPTO_HMAC is not set
13757 +# CONFIG_CRYPTO_XCBC is not set
13758 +# CONFIG_CRYPTO_NULL is not set
13759 +# CONFIG_CRYPTO_MD4 is not set
13760 +CONFIG_CRYPTO_MD5=y
13761 +# CONFIG_CRYPTO_SHA1 is not set
13762 +# CONFIG_CRYPTO_SHA256 is not set
13763 +# CONFIG_CRYPTO_SHA512 is not set
13764 +# CONFIG_CRYPTO_WP512 is not set
13765 +# CONFIG_CRYPTO_TGR192 is not set
13766 +# CONFIG_CRYPTO_GF128MUL is not set
13767 +CONFIG_CRYPTO_ECB=y
13768 +CONFIG_CRYPTO_CBC=y
13769 +CONFIG_CRYPTO_PCBC=y
13770 +# CONFIG_CRYPTO_LRW is not set
13771 +# CONFIG_CRYPTO_XTS is not set
13772 +# CONFIG_CRYPTO_CTR is not set
13773 +# CONFIG_CRYPTO_GCM is not set
13774 +# CONFIG_CRYPTO_CCM is not set
13775 +# CONFIG_CRYPTO_CRYPTD is not set
13776 +CONFIG_CRYPTO_DES=y
13777 +# CONFIG_CRYPTO_FCRYPT is not set
13778 +# CONFIG_CRYPTO_BLOWFISH is not set
13779 +# CONFIG_CRYPTO_TWOFISH is not set
13780 +# CONFIG_CRYPTO_SERPENT is not set
13781 +# CONFIG_CRYPTO_AES is not set
13782 +# CONFIG_CRYPTO_CAST5 is not set
13783 +# CONFIG_CRYPTO_CAST6 is not set
13784 +# CONFIG_CRYPTO_TEA is not set
13785 +# CONFIG_CRYPTO_ARC4 is not set
13786 +# CONFIG_CRYPTO_KHAZAD is not set
13787 +# CONFIG_CRYPTO_ANUBIS is not set
13788 +# CONFIG_CRYPTO_SEED is not set
13789 +# CONFIG_CRYPTO_SALSA20 is not set
13790 +# CONFIG_CRYPTO_DEFLATE is not set
13791 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
13792 +# CONFIG_CRYPTO_CRC32C is not set
13793 +# CONFIG_CRYPTO_CAMELLIA is not set
13794 +# CONFIG_CRYPTO_TEST is not set
13795 +# CONFIG_CRYPTO_AUTHENC is not set
13796 +# CONFIG_CRYPTO_LZO is not set
13797 +CONFIG_CRYPTO_HW=y
13798 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
13799 +# CONFIG_PPC_CLOCK is not set
13801 +++ b/arch/powerpc/configs/44x/bamboo_defconfig
13804 +# Automatically generated make config: don't edit
13805 +# Linux kernel version: 2.6.25-rc2
13806 +# Fri Feb 15 21:36:39 2008
13808 +# CONFIG_PPC64 is not set
13811 +# Processor support
13813 +# CONFIG_6xx is not set
13814 +# CONFIG_PPC_85xx is not set
13815 +# CONFIG_PPC_8xx is not set
13816 +# CONFIG_40x is not set
13818 +# CONFIG_E200 is not set
13822 +CONFIG_PTE_64BIT=y
13823 +CONFIG_PHYS_64BIT=y
13824 +# CONFIG_PPC_MM_SLICES is not set
13825 +CONFIG_NOT_COHERENT_CACHE=y
13827 +CONFIG_WORD_SIZE=32
13828 +CONFIG_PPC_MERGE=y
13830 +CONFIG_GENERIC_CMOS_UPDATE=y
13831 +CONFIG_GENERIC_TIME=y
13832 +CONFIG_GENERIC_TIME_VSYSCALL=y
13833 +CONFIG_GENERIC_CLOCKEVENTS=y
13834 +CONFIG_GENERIC_HARDIRQS=y
13835 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
13836 +CONFIG_IRQ_PER_CPU=y
13837 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
13838 +CONFIG_ARCH_HAS_ILOG2_U32=y
13839 +CONFIG_GENERIC_HWEIGHT=y
13840 +CONFIG_GENERIC_CALIBRATE_DELAY=y
13841 +CONFIG_GENERIC_FIND_NEXT_BIT=y
13842 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
13844 +CONFIG_EARLY_PRINTK=y
13845 +CONFIG_GENERIC_NVRAM=y
13846 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
13847 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
13850 +CONFIG_PPC_UDBG_16550=y
13851 +# CONFIG_GENERIC_TBSYNC is not set
13852 +CONFIG_AUDIT_ARCH=y
13853 +CONFIG_GENERIC_BUG=y
13854 +# CONFIG_DEFAULT_UIMAGE is not set
13855 +CONFIG_PPC_DCR_NATIVE=y
13856 +# CONFIG_PPC_DCR_MMIO is not set
13858 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
13863 +CONFIG_EXPERIMENTAL=y
13864 +CONFIG_BROKEN_ON_SMP=y
13865 +CONFIG_INIT_ENV_ARG_LIMIT=32
13866 +CONFIG_LOCALVERSION=""
13867 +CONFIG_LOCALVERSION_AUTO=y
13870 +CONFIG_SYSVIPC_SYSCTL=y
13871 +CONFIG_POSIX_MQUEUE=y
13872 +# CONFIG_BSD_PROCESS_ACCT is not set
13873 +# CONFIG_TASKSTATS is not set
13874 +# CONFIG_AUDIT is not set
13875 +# CONFIG_IKCONFIG is not set
13876 +CONFIG_LOG_BUF_SHIFT=14
13877 +# CONFIG_CGROUPS is not set
13878 +CONFIG_GROUP_SCHED=y
13879 +CONFIG_FAIR_GROUP_SCHED=y
13880 +# CONFIG_RT_GROUP_SCHED is not set
13881 +CONFIG_USER_SCHED=y
13882 +# CONFIG_CGROUP_SCHED is not set
13883 +CONFIG_SYSFS_DEPRECATED=y
13884 +# CONFIG_RELAY is not set
13885 +# CONFIG_NAMESPACES is not set
13886 +CONFIG_BLK_DEV_INITRD=y
13887 +CONFIG_INITRAMFS_SOURCE=""
13888 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
13891 +CONFIG_SYSCTL_SYSCALL=y
13893 +# CONFIG_KALLSYMS_ALL is not set
13894 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
13899 +CONFIG_COMPAT_BRK=y
13900 +CONFIG_BASE_FULL=y
13902 +CONFIG_ANON_INODES=y
13908 +CONFIG_VM_EVENT_COUNTERS=y
13909 +CONFIG_SLUB_DEBUG=y
13910 +# CONFIG_SLAB is not set
13912 +# CONFIG_SLOB is not set
13913 +# CONFIG_PROFILING is not set
13914 +# CONFIG_MARKERS is not set
13915 +CONFIG_HAVE_OPROFILE=y
13916 +# CONFIG_KPROBES is not set
13917 +CONFIG_HAVE_KPROBES=y
13918 +CONFIG_PROC_PAGE_MONITOR=y
13920 +CONFIG_RT_MUTEXES=y
13921 +# CONFIG_TINY_SHMEM is not set
13922 +CONFIG_BASE_SMALL=0
13924 +CONFIG_MODULE_UNLOAD=y
13925 +# CONFIG_MODULE_FORCE_UNLOAD is not set
13926 +# CONFIG_MODVERSIONS is not set
13927 +# CONFIG_MODULE_SRCVERSION_ALL is not set
13931 +# CONFIG_BLK_DEV_IO_TRACE is not set
13932 +# CONFIG_LSF is not set
13933 +# CONFIG_BLK_DEV_BSG is not set
13938 +CONFIG_IOSCHED_NOOP=y
13939 +CONFIG_IOSCHED_AS=y
13940 +CONFIG_IOSCHED_DEADLINE=y
13941 +CONFIG_IOSCHED_CFQ=y
13942 +CONFIG_DEFAULT_AS=y
13943 +# CONFIG_DEFAULT_DEADLINE is not set
13944 +# CONFIG_DEFAULT_CFQ is not set
13945 +# CONFIG_DEFAULT_NOOP is not set
13946 +CONFIG_DEFAULT_IOSCHED="anticipatory"
13947 +CONFIG_CLASSIC_RCU=y
13948 +# CONFIG_PREEMPT_RCU is not set
13949 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
13952 +# Platform support
13954 +# CONFIG_PPC_MPC512x is not set
13955 +# CONFIG_PPC_MPC5121 is not set
13956 +# CONFIG_PPC_CELL is not set
13957 +# CONFIG_PPC_CELL_NATIVE is not set
13958 +# CONFIG_PQ2ADS is not set
13960 +# CONFIG_EBONY is not set
13961 +# CONFIG_SEQUOIA is not set
13962 +# CONFIG_TAISHAN is not set
13963 +# CONFIG_KATMAI is not set
13964 +# CONFIG_RAINIER is not set
13965 +# CONFIG_WARP is not set
13967 +CONFIG_IBM440EP_ERR42=y
13968 +# CONFIG_IPIC is not set
13969 +# CONFIG_MPIC is not set
13970 +# CONFIG_MPIC_WEIRD is not set
13971 +# CONFIG_PPC_I8259 is not set
13972 +# CONFIG_PPC_RTAS is not set
13973 +# CONFIG_MMIO_NVRAM is not set
13974 +# CONFIG_PPC_MPC106 is not set
13975 +# CONFIG_PPC_970_NAP is not set
13976 +# CONFIG_PPC_INDIRECT_IO is not set
13977 +# CONFIG_GENERIC_IOMAP is not set
13978 +# CONFIG_CPU_FREQ is not set
13979 +# CONFIG_FSL_ULI1575 is not set
13984 +# CONFIG_HIGHMEM is not set
13985 +# CONFIG_TICK_ONESHOT is not set
13986 +# CONFIG_NO_HZ is not set
13987 +# CONFIG_HIGH_RES_TIMERS is not set
13988 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
13989 +# CONFIG_HZ_100 is not set
13991 +# CONFIG_HZ_300 is not set
13992 +# CONFIG_HZ_1000 is not set
13994 +# CONFIG_SCHED_HRTICK is not set
13995 +CONFIG_PREEMPT_NONE=y
13996 +# CONFIG_PREEMPT_VOLUNTARY is not set
13997 +# CONFIG_PREEMPT is not set
13998 +CONFIG_RCU_TRACE=y
13999 +CONFIG_BINFMT_ELF=y
14000 +# CONFIG_BINFMT_MISC is not set
14001 +# CONFIG_MATH_EMULATION is not set
14002 +# CONFIG_IOMMU_HELPER is not set
14003 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
14004 +CONFIG_ARCH_HAS_WALK_MEMORY=y
14005 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
14006 +CONFIG_ARCH_FLATMEM_ENABLE=y
14007 +CONFIG_ARCH_POPULATES_NODE_MAP=y
14008 +CONFIG_SELECT_MEMORY_MODEL=y
14009 +CONFIG_FLATMEM_MANUAL=y
14010 +# CONFIG_DISCONTIGMEM_MANUAL is not set
14011 +# CONFIG_SPARSEMEM_MANUAL is not set
14013 +CONFIG_FLAT_NODE_MEM_MAP=y
14014 +# CONFIG_SPARSEMEM_STATIC is not set
14015 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
14016 +CONFIG_SPLIT_PTLOCK_CPUS=4
14017 +CONFIG_RESOURCES_64BIT=y
14018 +CONFIG_ZONE_DMA_FLAG=1
14020 +CONFIG_VIRT_TO_BUS=y
14021 +CONFIG_PROC_DEVICETREE=y
14022 +CONFIG_CMDLINE_BOOL=y
14025 +CONFIG_ISA_DMA_API=y
14031 +CONFIG_PPC_INDIRECT_PCI=y
14033 +CONFIG_PCI_DOMAINS=y
14034 +CONFIG_PCI_SYSCALL=y
14035 +# CONFIG_PCIEPORTBUS is not set
14036 +CONFIG_ARCH_SUPPORTS_MSI=y
14037 +# CONFIG_PCI_MSI is not set
14038 +CONFIG_PCI_LEGACY=y
14039 +# CONFIG_PCI_DEBUG is not set
14040 +# CONFIG_PCCARD is not set
14041 +# CONFIG_HOTPLUG_PCI is not set
14046 +# CONFIG_ADVANCED_OPTIONS is not set
14049 +# Default settings for advanced configuration options are used
14051 +CONFIG_HIGHMEM_START=0xfe000000
14052 +CONFIG_LOWMEM_SIZE=0x30000000
14053 +CONFIG_KERNEL_START=0xc0000000
14054 +CONFIG_TASK_SIZE=0xc0000000
14055 +CONFIG_CONSISTENT_START=0xff100000
14056 +CONFIG_CONSISTENT_SIZE=0x00200000
14057 +CONFIG_BOOT_LOAD=0x01000000
14065 +# Networking options
14068 +# CONFIG_PACKET_MMAP is not set
14070 +# CONFIG_NET_KEY is not set
14072 +# CONFIG_IP_MULTICAST is not set
14073 +# CONFIG_IP_ADVANCED_ROUTER is not set
14074 +CONFIG_IP_FIB_HASH=y
14076 +CONFIG_IP_PNP_DHCP=y
14077 +CONFIG_IP_PNP_BOOTP=y
14078 +# CONFIG_IP_PNP_RARP is not set
14079 +# CONFIG_NET_IPIP is not set
14080 +# CONFIG_NET_IPGRE is not set
14081 +# CONFIG_ARPD is not set
14082 +# CONFIG_SYN_COOKIES is not set
14083 +# CONFIG_INET_AH is not set
14084 +# CONFIG_INET_ESP is not set
14085 +# CONFIG_INET_IPCOMP is not set
14086 +# CONFIG_INET_XFRM_TUNNEL is not set
14087 +# CONFIG_INET_TUNNEL is not set
14088 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
14089 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
14090 +# CONFIG_INET_XFRM_MODE_BEET is not set
14091 +# CONFIG_INET_LRO is not set
14092 +CONFIG_INET_DIAG=y
14093 +CONFIG_INET_TCP_DIAG=y
14094 +# CONFIG_TCP_CONG_ADVANCED is not set
14095 +CONFIG_TCP_CONG_CUBIC=y
14096 +CONFIG_DEFAULT_TCP_CONG="cubic"
14097 +# CONFIG_TCP_MD5SIG is not set
14098 +# CONFIG_IPV6 is not set
14099 +# CONFIG_INET6_XFRM_TUNNEL is not set
14100 +# CONFIG_INET6_TUNNEL is not set
14101 +# CONFIG_NETWORK_SECMARK is not set
14102 +# CONFIG_NETFILTER is not set
14103 +# CONFIG_IP_DCCP is not set
14104 +# CONFIG_IP_SCTP is not set
14105 +# CONFIG_TIPC is not set
14106 +# CONFIG_ATM is not set
14107 +# CONFIG_BRIDGE is not set
14108 +# CONFIG_VLAN_8021Q is not set
14109 +# CONFIG_DECNET is not set
14110 +# CONFIG_LLC2 is not set
14111 +# CONFIG_IPX is not set
14112 +# CONFIG_ATALK is not set
14113 +# CONFIG_X25 is not set
14114 +# CONFIG_LAPB is not set
14115 +# CONFIG_ECONET is not set
14116 +# CONFIG_WAN_ROUTER is not set
14117 +# CONFIG_NET_SCHED is not set
14122 +# CONFIG_NET_PKTGEN is not set
14123 +# CONFIG_HAMRADIO is not set
14124 +# CONFIG_CAN is not set
14125 +# CONFIG_IRDA is not set
14126 +# CONFIG_BT is not set
14127 +# CONFIG_AF_RXRPC is not set
14132 +# CONFIG_CFG80211 is not set
14133 +# CONFIG_WIRELESS_EXT is not set
14134 +# CONFIG_MAC80211 is not set
14135 +# CONFIG_IEEE80211 is not set
14136 +# CONFIG_RFKILL is not set
14137 +# CONFIG_NET_9P is not set
14144 +# Generic Driver Options
14146 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
14147 +CONFIG_STANDALONE=y
14148 +CONFIG_PREVENT_FIRMWARE_BUILD=y
14149 +CONFIG_FW_LOADER=y
14150 +# CONFIG_DEBUG_DRIVER is not set
14151 +# CONFIG_DEBUG_DEVRES is not set
14152 +# CONFIG_SYS_HYPERVISOR is not set
14153 +CONFIG_CONNECTOR=y
14154 +CONFIG_PROC_EVENTS=y
14155 +# CONFIG_MTD is not set
14156 +CONFIG_OF_DEVICE=y
14157 +# CONFIG_PARPORT is not set
14159 +# CONFIG_BLK_DEV_FD is not set
14160 +# CONFIG_BLK_CPQ_DA is not set
14161 +# CONFIG_BLK_CPQ_CISS_DA is not set
14162 +# CONFIG_BLK_DEV_DAC960 is not set
14163 +# CONFIG_BLK_DEV_UMEM is not set
14164 +# CONFIG_BLK_DEV_COW_COMMON is not set
14165 +# CONFIG_BLK_DEV_LOOP is not set
14166 +# CONFIG_BLK_DEV_NBD is not set
14167 +# CONFIG_BLK_DEV_SX8 is not set
14168 +CONFIG_BLK_DEV_RAM=y
14169 +CONFIG_BLK_DEV_RAM_COUNT=16
14170 +CONFIG_BLK_DEV_RAM_SIZE=35000
14171 +# CONFIG_BLK_DEV_XIP is not set
14172 +# CONFIG_CDROM_PKTCDVD is not set
14173 +# CONFIG_ATA_OVER_ETH is not set
14174 +# CONFIG_XILINX_SYSACE is not set
14175 +CONFIG_MISC_DEVICES=y
14176 +# CONFIG_PHANTOM is not set
14177 +# CONFIG_EEPROM_93CX6 is not set
14178 +# CONFIG_SGI_IOC4 is not set
14179 +# CONFIG_TIFM_CORE is not set
14180 +# CONFIG_ENCLOSURE_SERVICES is not set
14182 +# CONFIG_IDE is not set
14185 +# SCSI device support
14187 +# CONFIG_RAID_ATTRS is not set
14188 +# CONFIG_SCSI is not set
14189 +# CONFIG_SCSI_DMA is not set
14190 +# CONFIG_SCSI_NETLINK is not set
14191 +# CONFIG_ATA is not set
14192 +# CONFIG_MD is not set
14193 +# CONFIG_FUSION is not set
14196 +# IEEE 1394 (FireWire) support
14198 +# CONFIG_FIREWIRE is not set
14199 +# CONFIG_IEEE1394 is not set
14200 +# CONFIG_I2O is not set
14201 +# CONFIG_MACINTOSH_DRIVERS is not set
14202 +CONFIG_NETDEVICES=y
14203 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
14204 +# CONFIG_DUMMY is not set
14205 +# CONFIG_BONDING is not set
14206 +# CONFIG_MACVLAN is not set
14207 +# CONFIG_EQUALIZER is not set
14208 +# CONFIG_TUN is not set
14209 +# CONFIG_VETH is not set
14210 +# CONFIG_ARCNET is not set
14211 +# CONFIG_PHYLIB is not set
14212 +CONFIG_NET_ETHERNET=y
14213 +# CONFIG_MII is not set
14214 +# CONFIG_HAPPYMEAL is not set
14215 +# CONFIG_SUNGEM is not set
14216 +# CONFIG_CASSINI is not set
14217 +# CONFIG_NET_VENDOR_3COM is not set
14218 +# CONFIG_NET_TULIP is not set
14219 +# CONFIG_HP100 is not set
14220 +CONFIG_IBM_NEW_EMAC=y
14221 +CONFIG_IBM_NEW_EMAC_RXB=128
14222 +CONFIG_IBM_NEW_EMAC_TXB=64
14223 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
14224 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
14225 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
14226 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
14227 +CONFIG_IBM_NEW_EMAC_ZMII=y
14228 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
14229 +# CONFIG_IBM_NEW_EMAC_TAH is not set
14230 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
14231 +# CONFIG_NET_PCI is not set
14232 +# CONFIG_B44 is not set
14233 +CONFIG_NETDEV_1000=y
14234 +# CONFIG_ACENIC is not set
14235 +# CONFIG_DL2K is not set
14236 +# CONFIG_E1000 is not set
14237 +# CONFIG_E1000E is not set
14238 +# CONFIG_E1000E_ENABLED is not set
14239 +# CONFIG_IP1000 is not set
14240 +# CONFIG_IGB is not set
14241 +# CONFIG_NS83820 is not set
14242 +# CONFIG_HAMACHI is not set
14243 +# CONFIG_YELLOWFIN is not set
14244 +# CONFIG_R8169 is not set
14245 +# CONFIG_SIS190 is not set
14246 +# CONFIG_SKGE is not set
14247 +# CONFIG_SKY2 is not set
14248 +# CONFIG_SK98LIN is not set
14249 +# CONFIG_VIA_VELOCITY is not set
14250 +# CONFIG_TIGON3 is not set
14251 +# CONFIG_BNX2 is not set
14252 +# CONFIG_QLA3XXX is not set
14253 +# CONFIG_ATL1 is not set
14254 +CONFIG_NETDEV_10000=y
14255 +# CONFIG_CHELSIO_T1 is not set
14256 +# CONFIG_CHELSIO_T3 is not set
14257 +# CONFIG_IXGBE is not set
14258 +# CONFIG_IXGB is not set
14259 +# CONFIG_S2IO is not set
14260 +# CONFIG_MYRI10GE is not set
14261 +# CONFIG_NETXEN_NIC is not set
14262 +# CONFIG_NIU is not set
14263 +# CONFIG_MLX4_CORE is not set
14264 +# CONFIG_TEHUTI is not set
14265 +# CONFIG_BNX2X is not set
14266 +# CONFIG_TR is not set
14271 +# CONFIG_WLAN_PRE80211 is not set
14272 +# CONFIG_WLAN_80211 is not set
14273 +# CONFIG_WAN is not set
14274 +# CONFIG_FDDI is not set
14275 +# CONFIG_HIPPI is not set
14276 +# CONFIG_PPP is not set
14277 +# CONFIG_SLIP is not set
14278 +# CONFIG_NETCONSOLE is not set
14279 +# CONFIG_NETPOLL is not set
14280 +# CONFIG_NET_POLL_CONTROLLER is not set
14281 +# CONFIG_ISDN is not set
14282 +# CONFIG_PHONE is not set
14285 +# Input device support
14287 +# CONFIG_INPUT is not set
14290 +# Hardware I/O ports
14292 +# CONFIG_SERIO is not set
14293 +# CONFIG_GAMEPORT is not set
14296 +# Character devices
14298 +# CONFIG_VT is not set
14299 +# CONFIG_SERIAL_NONSTANDARD is not set
14300 +# CONFIG_NOZOMI is not set
14305 +CONFIG_SERIAL_8250=y
14306 +CONFIG_SERIAL_8250_CONSOLE=y
14307 +# CONFIG_SERIAL_8250_PCI is not set
14308 +CONFIG_SERIAL_8250_NR_UARTS=4
14309 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
14310 +CONFIG_SERIAL_8250_EXTENDED=y
14311 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
14312 +CONFIG_SERIAL_8250_SHARE_IRQ=y
14313 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
14314 +# CONFIG_SERIAL_8250_RSA is not set
14317 +# Non-8250 serial port support
14319 +# CONFIG_SERIAL_UARTLITE is not set
14320 +CONFIG_SERIAL_CORE=y
14321 +CONFIG_SERIAL_CORE_CONSOLE=y
14322 +# CONFIG_SERIAL_JSM is not set
14323 +CONFIG_SERIAL_OF_PLATFORM=y
14324 +CONFIG_UNIX98_PTYS=y
14325 +CONFIG_LEGACY_PTYS=y
14326 +CONFIG_LEGACY_PTY_COUNT=256
14327 +# CONFIG_IPMI_HANDLER is not set
14328 +# CONFIG_HW_RANDOM is not set
14329 +# CONFIG_NVRAM is not set
14330 +# CONFIG_GEN_RTC is not set
14331 +# CONFIG_R3964 is not set
14332 +# CONFIG_APPLICOM is not set
14333 +# CONFIG_RAW_DRIVER is not set
14334 +# CONFIG_TCG_TPM is not set
14336 +# CONFIG_I2C is not set
14341 +# CONFIG_SPI is not set
14342 +# CONFIG_SPI_MASTER is not set
14343 +# CONFIG_W1 is not set
14344 +# CONFIG_POWER_SUPPLY is not set
14345 +# CONFIG_HWMON is not set
14347 +# CONFIG_WATCHDOG is not set
14350 +# Sonics Silicon Backplane
14352 +CONFIG_SSB_POSSIBLE=y
14353 +# CONFIG_SSB is not set
14356 +# Multifunction device drivers
14358 +# CONFIG_MFD_SM501 is not set
14361 +# Multimedia devices
14363 +# CONFIG_VIDEO_DEV is not set
14364 +# CONFIG_DVB_CORE is not set
14368 +# Graphics support
14370 +# CONFIG_AGP is not set
14371 +# CONFIG_DRM is not set
14372 +# CONFIG_VGASTATE is not set
14373 +CONFIG_VIDEO_OUTPUT_CONTROL=m
14374 +# CONFIG_FB is not set
14375 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
14378 +# Display device support
14380 +# CONFIG_DISPLAY_SUPPORT is not set
14385 +# CONFIG_SOUND is not set
14386 +CONFIG_USB_SUPPORT=y
14387 +CONFIG_USB_ARCH_HAS_HCD=y
14388 +CONFIG_USB_ARCH_HAS_OHCI=y
14389 +CONFIG_USB_ARCH_HAS_EHCI=y
14390 +# CONFIG_USB is not set
14393 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
14395 +# CONFIG_USB_GADGET is not set
14396 +# CONFIG_MMC is not set
14397 +# CONFIG_MEMSTICK is not set
14398 +# CONFIG_NEW_LEDS is not set
14399 +# CONFIG_INFINIBAND is not set
14400 +# CONFIG_EDAC is not set
14401 +# CONFIG_RTC_CLASS is not set
14406 +# CONFIG_UIO is not set
14412 +# CONFIG_EXT2_FS_XATTR is not set
14413 +# CONFIG_EXT2_FS_XIP is not set
14414 +# CONFIG_EXT3_FS is not set
14415 +# CONFIG_EXT4DEV_FS is not set
14416 +# CONFIG_REISERFS_FS is not set
14417 +# CONFIG_JFS_FS is not set
14418 +# CONFIG_FS_POSIX_ACL is not set
14419 +# CONFIG_XFS_FS is not set
14420 +# CONFIG_GFS2_FS is not set
14421 +# CONFIG_OCFS2_FS is not set
14424 +CONFIG_INOTIFY_USER=y
14425 +# CONFIG_QUOTA is not set
14426 +# CONFIG_AUTOFS_FS is not set
14427 +# CONFIG_AUTOFS4_FS is not set
14428 +# CONFIG_FUSE_FS is not set
14431 +# CD-ROM/DVD Filesystems
14433 +# CONFIG_ISO9660_FS is not set
14434 +# CONFIG_UDF_FS is not set
14437 +# DOS/FAT/NT Filesystems
14439 +# CONFIG_MSDOS_FS is not set
14440 +# CONFIG_VFAT_FS is not set
14441 +# CONFIG_NTFS_FS is not set
14444 +# Pseudo filesystems
14447 +CONFIG_PROC_KCORE=y
14448 +CONFIG_PROC_SYSCTL=y
14451 +# CONFIG_TMPFS_POSIX_ACL is not set
14452 +# CONFIG_HUGETLB_PAGE is not set
14453 +# CONFIG_CONFIGFS_FS is not set
14456 +# Miscellaneous filesystems
14458 +# CONFIG_ADFS_FS is not set
14459 +# CONFIG_AFFS_FS is not set
14460 +# CONFIG_HFS_FS is not set
14461 +# CONFIG_HFSPLUS_FS is not set
14462 +# CONFIG_BEFS_FS is not set
14463 +# CONFIG_BFS_FS is not set
14464 +# CONFIG_EFS_FS is not set
14466 +# CONFIG_VXFS_FS is not set
14467 +# CONFIG_MINIX_FS is not set
14468 +# CONFIG_HPFS_FS is not set
14469 +# CONFIG_QNX4FS_FS is not set
14470 +# CONFIG_ROMFS_FS is not set
14471 +# CONFIG_SYSV_FS is not set
14472 +# CONFIG_UFS_FS is not set
14473 +CONFIG_NETWORK_FILESYSTEMS=y
14476 +# CONFIG_NFS_V3_ACL is not set
14477 +# CONFIG_NFS_V4 is not set
14478 +# CONFIG_NFS_DIRECTIO is not set
14479 +# CONFIG_NFSD is not set
14483 +CONFIG_NFS_COMMON=y
14485 +# CONFIG_SUNRPC_BIND34 is not set
14486 +# CONFIG_RPCSEC_GSS_KRB5 is not set
14487 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
14488 +# CONFIG_SMB_FS is not set
14489 +# CONFIG_CIFS is not set
14490 +# CONFIG_NCP_FS is not set
14491 +# CONFIG_CODA_FS is not set
14492 +# CONFIG_AFS_FS is not set
14497 +# CONFIG_PARTITION_ADVANCED is not set
14498 +CONFIG_MSDOS_PARTITION=y
14499 +# CONFIG_NLS is not set
14500 +# CONFIG_DLM is not set
14503 +# Library routines
14505 +CONFIG_BITREVERSE=y
14506 +# CONFIG_CRC_CCITT is not set
14507 +# CONFIG_CRC16 is not set
14508 +# CONFIG_CRC_ITU_T is not set
14510 +# CONFIG_CRC7 is not set
14511 +# CONFIG_LIBCRC32C is not set
14512 +CONFIG_ZLIB_INFLATE=y
14514 +CONFIG_HAS_IOMEM=y
14515 +CONFIG_HAS_IOPORT=y
14521 +# CONFIG_PRINTK_TIME is not set
14522 +CONFIG_ENABLE_WARN_DEPRECATED=y
14523 +CONFIG_ENABLE_MUST_CHECK=y
14524 +CONFIG_MAGIC_SYSRQ=y
14525 +# CONFIG_UNUSED_SYMBOLS is not set
14527 +# CONFIG_HEADERS_CHECK is not set
14528 +CONFIG_DEBUG_KERNEL=y
14529 +# CONFIG_DEBUG_SHIRQ is not set
14530 +CONFIG_DETECT_SOFTLOCKUP=y
14531 +CONFIG_SCHED_DEBUG=y
14532 +# CONFIG_SCHEDSTATS is not set
14533 +# CONFIG_TIMER_STATS is not set
14534 +# CONFIG_SLUB_DEBUG_ON is not set
14535 +# CONFIG_SLUB_STATS is not set
14536 +# CONFIG_DEBUG_RT_MUTEXES is not set
14537 +# CONFIG_RT_MUTEX_TESTER is not set
14538 +# CONFIG_DEBUG_SPINLOCK is not set
14539 +# CONFIG_DEBUG_MUTEXES is not set
14540 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
14541 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
14542 +# CONFIG_DEBUG_KOBJECT is not set
14543 +# CONFIG_DEBUG_BUGVERBOSE is not set
14544 +# CONFIG_DEBUG_INFO is not set
14545 +# CONFIG_DEBUG_VM is not set
14546 +# CONFIG_DEBUG_LIST is not set
14547 +# CONFIG_DEBUG_SG is not set
14548 +# CONFIG_BOOT_PRINTK_DELAY is not set
14549 +# CONFIG_RCU_TORTURE_TEST is not set
14550 +# CONFIG_BACKTRACE_SELF_TEST is not set
14551 +# CONFIG_FAULT_INJECTION is not set
14552 +# CONFIG_SAMPLES is not set
14553 +# CONFIG_DEBUG_STACKOVERFLOW is not set
14554 +# CONFIG_DEBUG_STACK_USAGE is not set
14555 +# CONFIG_DEBUG_PAGEALLOC is not set
14557 +# CONFIG_KGDB is not set
14558 +# CONFIG_XMON is not set
14559 +# CONFIG_VIRQ_DEBUG is not set
14560 +# CONFIG_BDI_SWITCH is not set
14561 +# CONFIG_PPC_EARLY_DEBUG is not set
14564 +# Security options
14566 +# CONFIG_KEYS is not set
14567 +# CONFIG_SECURITY is not set
14568 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
14570 +CONFIG_CRYPTO_ALGAPI=y
14571 +CONFIG_CRYPTO_BLKCIPHER=y
14572 +# CONFIG_CRYPTO_SEQIV is not set
14573 +CONFIG_CRYPTO_MANAGER=y
14574 +# CONFIG_CRYPTO_HMAC is not set
14575 +# CONFIG_CRYPTO_XCBC is not set
14576 +# CONFIG_CRYPTO_NULL is not set
14577 +# CONFIG_CRYPTO_MD4 is not set
14578 +CONFIG_CRYPTO_MD5=y
14579 +# CONFIG_CRYPTO_SHA1 is not set
14580 +# CONFIG_CRYPTO_SHA256 is not set
14581 +# CONFIG_CRYPTO_SHA512 is not set
14582 +# CONFIG_CRYPTO_WP512 is not set
14583 +# CONFIG_CRYPTO_TGR192 is not set
14584 +# CONFIG_CRYPTO_GF128MUL is not set
14585 +CONFIG_CRYPTO_ECB=y
14586 +CONFIG_CRYPTO_CBC=y
14587 +CONFIG_CRYPTO_PCBC=y
14588 +# CONFIG_CRYPTO_LRW is not set
14589 +# CONFIG_CRYPTO_XTS is not set
14590 +# CONFIG_CRYPTO_CTR is not set
14591 +# CONFIG_CRYPTO_GCM is not set
14592 +# CONFIG_CRYPTO_CCM is not set
14593 +# CONFIG_CRYPTO_CRYPTD is not set
14594 +CONFIG_CRYPTO_DES=y
14595 +# CONFIG_CRYPTO_FCRYPT is not set
14596 +# CONFIG_CRYPTO_BLOWFISH is not set
14597 +# CONFIG_CRYPTO_TWOFISH is not set
14598 +# CONFIG_CRYPTO_SERPENT is not set
14599 +# CONFIG_CRYPTO_AES is not set
14600 +# CONFIG_CRYPTO_CAST5 is not set
14601 +# CONFIG_CRYPTO_CAST6 is not set
14602 +# CONFIG_CRYPTO_TEA is not set
14603 +# CONFIG_CRYPTO_ARC4 is not set
14604 +# CONFIG_CRYPTO_KHAZAD is not set
14605 +# CONFIG_CRYPTO_ANUBIS is not set
14606 +# CONFIG_CRYPTO_SEED is not set
14607 +# CONFIG_CRYPTO_SALSA20 is not set
14608 +# CONFIG_CRYPTO_DEFLATE is not set
14609 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
14610 +# CONFIG_CRYPTO_CRC32C is not set
14611 +# CONFIG_CRYPTO_CAMELLIA is not set
14612 +# CONFIG_CRYPTO_TEST is not set
14613 +# CONFIG_CRYPTO_AUTHENC is not set
14614 +# CONFIG_CRYPTO_LZO is not set
14615 +CONFIG_CRYPTO_HW=y
14616 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
14617 +# CONFIG_PPC_CLOCK is not set
14619 +++ b/arch/powerpc/configs/44x/canyonlands_defconfig
14622 +# Automatically generated make config: don't edit
14623 +# Linux kernel version: 2.6.25-rc1
14624 +# Thu Feb 21 14:29:28 2008
14626 +# CONFIG_PPC64 is not set
14629 +# Processor support
14631 +# CONFIG_6xx is not set
14632 +# CONFIG_PPC_85xx is not set
14633 +# CONFIG_PPC_8xx is not set
14634 +# CONFIG_40x is not set
14636 +# CONFIG_E200 is not set
14640 +CONFIG_PTE_64BIT=y
14641 +CONFIG_PHYS_64BIT=y
14642 +# CONFIG_PPC_MM_SLICES is not set
14643 +CONFIG_NOT_COHERENT_CACHE=y
14645 +CONFIG_WORD_SIZE=32
14646 +CONFIG_PPC_MERGE=y
14648 +CONFIG_GENERIC_CMOS_UPDATE=y
14649 +CONFIG_GENERIC_TIME=y
14650 +CONFIG_GENERIC_TIME_VSYSCALL=y
14651 +CONFIG_GENERIC_CLOCKEVENTS=y
14652 +CONFIG_GENERIC_HARDIRQS=y
14653 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
14654 +CONFIG_IRQ_PER_CPU=y
14655 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
14656 +CONFIG_ARCH_HAS_ILOG2_U32=y
14657 +CONFIG_GENERIC_HWEIGHT=y
14658 +CONFIG_GENERIC_CALIBRATE_DELAY=y
14659 +CONFIG_GENERIC_FIND_NEXT_BIT=y
14660 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
14662 +CONFIG_EARLY_PRINTK=y
14663 +CONFIG_GENERIC_NVRAM=y
14664 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
14665 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
14668 +CONFIG_PPC_UDBG_16550=y
14669 +# CONFIG_GENERIC_TBSYNC is not set
14670 +CONFIG_AUDIT_ARCH=y
14671 +CONFIG_GENERIC_BUG=y
14672 +# CONFIG_DEFAULT_UIMAGE is not set
14673 +CONFIG_PPC_DCR_NATIVE=y
14674 +# CONFIG_PPC_DCR_MMIO is not set
14676 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
14681 +CONFIG_EXPERIMENTAL=y
14682 +CONFIG_BROKEN_ON_SMP=y
14683 +CONFIG_INIT_ENV_ARG_LIMIT=32
14684 +CONFIG_LOCALVERSION=""
14685 +CONFIG_LOCALVERSION_AUTO=y
14688 +CONFIG_SYSVIPC_SYSCTL=y
14689 +CONFIG_POSIX_MQUEUE=y
14690 +# CONFIG_BSD_PROCESS_ACCT is not set
14691 +# CONFIG_TASKSTATS is not set
14692 +# CONFIG_AUDIT is not set
14693 +# CONFIG_IKCONFIG is not set
14694 +CONFIG_LOG_BUF_SHIFT=14
14695 +# CONFIG_CGROUPS is not set
14696 +# CONFIG_FAIR_GROUP_SCHED is not set
14697 +CONFIG_SYSFS_DEPRECATED=y
14698 +# CONFIG_RELAY is not set
14699 +# CONFIG_NAMESPACES is not set
14700 +CONFIG_BLK_DEV_INITRD=y
14701 +CONFIG_INITRAMFS_SOURCE=""
14702 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
14705 +CONFIG_SYSCTL_SYSCALL=y
14707 +# CONFIG_KALLSYMS_ALL is not set
14708 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
14711 +# CONFIG_LOGBUFFER is not set
14714 +CONFIG_COMPAT_BRK=y
14715 +CONFIG_BASE_FULL=y
14717 +CONFIG_ANON_INODES=y
14723 +CONFIG_VM_EVENT_COUNTERS=y
14724 +CONFIG_SLUB_DEBUG=y
14725 +# CONFIG_SLAB is not set
14727 +# CONFIG_SLOB is not set
14728 +# CONFIG_PROFILING is not set
14729 +# CONFIG_MARKERS is not set
14730 +CONFIG_HAVE_OPROFILE=y
14731 +# CONFIG_KPROBES is not set
14732 +CONFIG_HAVE_KPROBES=y
14733 +CONFIG_PROC_PAGE_MONITOR=y
14735 +CONFIG_RT_MUTEXES=y
14736 +# CONFIG_TINY_SHMEM is not set
14737 +CONFIG_BASE_SMALL=0
14739 +CONFIG_MODULE_UNLOAD=y
14740 +# CONFIG_MODULE_FORCE_UNLOAD is not set
14741 +# CONFIG_MODVERSIONS is not set
14742 +# CONFIG_MODULE_SRCVERSION_ALL is not set
14746 +# CONFIG_BLK_DEV_IO_TRACE is not set
14747 +# CONFIG_LSF is not set
14748 +# CONFIG_BLK_DEV_BSG is not set
14753 +CONFIG_IOSCHED_NOOP=y
14754 +CONFIG_IOSCHED_AS=y
14755 +CONFIG_IOSCHED_DEADLINE=y
14756 +CONFIG_IOSCHED_CFQ=y
14757 +CONFIG_DEFAULT_AS=y
14758 +# CONFIG_DEFAULT_DEADLINE is not set
14759 +# CONFIG_DEFAULT_CFQ is not set
14760 +# CONFIG_DEFAULT_NOOP is not set
14761 +CONFIG_DEFAULT_IOSCHED="anticipatory"
14762 +CONFIG_CLASSIC_RCU=y
14763 +# CONFIG_PREEMPT_RCU is not set
14764 +CONFIG_PPC4xx_PCI_EXPRESS=y
14767 +# Platform support
14769 +# CONFIG_PPC_MPC512x is not set
14770 +# CONFIG_PPC_MPC5121 is not set
14771 +# CONFIG_PPC_CELL is not set
14772 +# CONFIG_PPC_CELL_NATIVE is not set
14773 +# CONFIG_PQ2ADS is not set
14774 +# CONFIG_BAMBOO is not set
14775 +# CONFIG_EBONY is not set
14776 +# CONFIG_SEQUOIA is not set
14777 +# CONFIG_TAISHAN is not set
14778 +# CONFIG_KATMAI is not set
14779 +# CONFIG_RAINIER is not set
14780 +# CONFIG_WARP is not set
14781 +CONFIG_CANYONLANDS=y
14783 +# CONFIG_IPIC is not set
14784 +# CONFIG_MPIC is not set
14785 +# CONFIG_MPIC_WEIRD is not set
14786 +# CONFIG_PPC_I8259 is not set
14787 +# CONFIG_PPC_RTAS is not set
14788 +# CONFIG_MMIO_NVRAM is not set
14789 +# CONFIG_PPC_MPC106 is not set
14790 +# CONFIG_PPC_970_NAP is not set
14791 +# CONFIG_PPC_INDIRECT_IO is not set
14792 +# CONFIG_GENERIC_IOMAP is not set
14793 +# CONFIG_CPU_FREQ is not set
14794 +# CONFIG_FSL_ULI1575 is not set
14799 +# CONFIG_HIGHMEM is not set
14800 +CONFIG_TICK_ONESHOT=y
14802 +CONFIG_HIGH_RES_TIMERS=y
14803 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
14804 +# CONFIG_HZ_100 is not set
14806 +# CONFIG_HZ_300 is not set
14807 +# CONFIG_HZ_1000 is not set
14809 +# CONFIG_SCHED_HRTICK is not set
14810 +CONFIG_PREEMPT_NONE=y
14811 +# CONFIG_PREEMPT_VOLUNTARY is not set
14812 +# CONFIG_PREEMPT is not set
14813 +CONFIG_RCU_TRACE=y
14814 +CONFIG_BINFMT_ELF=y
14815 +# CONFIG_BINFMT_MISC is not set
14816 +# CONFIG_MATH_EMULATION is not set
14817 +# CONFIG_IOMMU_HELPER is not set
14818 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
14819 +CONFIG_ARCH_HAS_WALK_MEMORY=y
14820 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
14821 +CONFIG_ARCH_FLATMEM_ENABLE=y
14822 +CONFIG_ARCH_POPULATES_NODE_MAP=y
14823 +CONFIG_SELECT_MEMORY_MODEL=y
14824 +CONFIG_FLATMEM_MANUAL=y
14825 +# CONFIG_DISCONTIGMEM_MANUAL is not set
14826 +# CONFIG_SPARSEMEM_MANUAL is not set
14828 +CONFIG_FLAT_NODE_MEM_MAP=y
14829 +# CONFIG_SPARSEMEM_STATIC is not set
14830 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
14831 +CONFIG_SPLIT_PTLOCK_CPUS=4
14832 +CONFIG_RESOURCES_64BIT=y
14833 +CONFIG_ZONE_DMA_FLAG=1
14835 +CONFIG_VIRT_TO_BUS=y
14836 +CONFIG_PROC_DEVICETREE=y
14837 +CONFIG_CMDLINE_BOOL=y
14840 +CONFIG_WANT_DEVICE_TREE=y
14841 +CONFIG_ISA_DMA_API=y
14847 +CONFIG_PPC_INDIRECT_PCI=y
14849 +CONFIG_PCI_DOMAINS=y
14850 +CONFIG_PCI_SYSCALL=y
14851 +# CONFIG_PCIEPORTBUS is not set
14852 +CONFIG_ARCH_SUPPORTS_MSI=y
14853 +# CONFIG_PCI_MSI is not set
14854 +CONFIG_PCI_LEGACY=y
14855 +# CONFIG_PCI_DEBUG is not set
14856 +# CONFIG_PCCARD is not set
14857 +# CONFIG_HOTPLUG_PCI is not set
14862 +# CONFIG_ADVANCED_OPTIONS is not set
14865 +# Default settings for advanced configuration options are used
14867 +CONFIG_HIGHMEM_START=0xfe000000
14868 +CONFIG_LOWMEM_SIZE=0x30000000
14869 +CONFIG_KERNEL_START=0xc0000000
14870 +CONFIG_TASK_SIZE=0xc0000000
14871 +CONFIG_CONSISTENT_START=0xff100000
14872 +CONFIG_CONSISTENT_SIZE=0x00200000
14873 +CONFIG_BOOT_LOAD=0x01000000
14881 +# Networking options
14884 +# CONFIG_PACKET_MMAP is not set
14886 +# CONFIG_NET_KEY is not set
14888 +# CONFIG_IP_MULTICAST is not set
14889 +# CONFIG_IP_ADVANCED_ROUTER is not set
14890 +CONFIG_IP_FIB_HASH=y
14892 +CONFIG_IP_PNP_DHCP=y
14893 +CONFIG_IP_PNP_BOOTP=y
14894 +# CONFIG_IP_PNP_RARP is not set
14895 +# CONFIG_NET_IPIP is not set
14896 +# CONFIG_NET_IPGRE is not set
14897 +# CONFIG_ARPD is not set
14898 +# CONFIG_SYN_COOKIES is not set
14899 +# CONFIG_INET_AH is not set
14900 +# CONFIG_INET_ESP is not set
14901 +# CONFIG_INET_IPCOMP is not set
14902 +# CONFIG_INET_XFRM_TUNNEL is not set
14903 +# CONFIG_INET_TUNNEL is not set
14904 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
14905 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
14906 +# CONFIG_INET_XFRM_MODE_BEET is not set
14907 +# CONFIG_INET_LRO is not set
14908 +CONFIG_INET_DIAG=y
14909 +CONFIG_INET_TCP_DIAG=y
14910 +# CONFIG_TCP_CONG_ADVANCED is not set
14911 +CONFIG_TCP_CONG_CUBIC=y
14912 +CONFIG_DEFAULT_TCP_CONG="cubic"
14913 +# CONFIG_TCP_MD5SIG is not set
14914 +# CONFIG_IPV6 is not set
14915 +# CONFIG_INET6_XFRM_TUNNEL is not set
14916 +# CONFIG_INET6_TUNNEL is not set
14917 +# CONFIG_NETWORK_SECMARK is not set
14918 +# CONFIG_NETFILTER is not set
14919 +# CONFIG_IP_DCCP is not set
14920 +# CONFIG_IP_SCTP is not set
14921 +# CONFIG_TIPC is not set
14922 +# CONFIG_ATM is not set
14923 +# CONFIG_BRIDGE is not set
14924 +# CONFIG_VLAN_8021Q is not set
14925 +# CONFIG_DECNET is not set
14926 +# CONFIG_LLC2 is not set
14927 +# CONFIG_IPX is not set
14928 +# CONFIG_ATALK is not set
14929 +# CONFIG_X25 is not set
14930 +# CONFIG_LAPB is not set
14931 +# CONFIG_ECONET is not set
14932 +# CONFIG_WAN_ROUTER is not set
14933 +# CONFIG_NET_SCHED is not set
14938 +# CONFIG_NET_PKTGEN is not set
14939 +# CONFIG_HAMRADIO is not set
14940 +# CONFIG_CAN is not set
14941 +# CONFIG_IRDA is not set
14942 +# CONFIG_BT is not set
14943 +# CONFIG_AF_RXRPC is not set
14948 +# CONFIG_CFG80211 is not set
14949 +# CONFIG_WIRELESS_EXT is not set
14950 +# CONFIG_MAC80211 is not set
14951 +# CONFIG_IEEE80211 is not set
14952 +# CONFIG_RFKILL is not set
14953 +# CONFIG_NET_9P is not set
14960 +# Generic Driver Options
14962 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
14963 +CONFIG_STANDALONE=y
14964 +CONFIG_PREVENT_FIRMWARE_BUILD=y
14965 +CONFIG_FW_LOADER=y
14966 +# CONFIG_DEBUG_DRIVER is not set
14967 +# CONFIG_DEBUG_DEVRES is not set
14968 +# CONFIG_SYS_HYPERVISOR is not set
14969 +CONFIG_CONNECTOR=y
14970 +CONFIG_PROC_EVENTS=y
14971 +# CONFIG_MTD is not set
14972 +CONFIG_OF_DEVICE=y
14973 +# CONFIG_PARPORT is not set
14975 +# CONFIG_BLK_DEV_FD is not set
14976 +# CONFIG_BLK_CPQ_DA is not set
14977 +# CONFIG_BLK_CPQ_CISS_DA is not set
14978 +# CONFIG_BLK_DEV_DAC960 is not set
14979 +# CONFIG_BLK_DEV_UMEM is not set
14980 +# CONFIG_BLK_DEV_COW_COMMON is not set
14981 +# CONFIG_BLK_DEV_LOOP is not set
14982 +# CONFIG_BLK_DEV_NBD is not set
14983 +# CONFIG_BLK_DEV_SX8 is not set
14984 +CONFIG_BLK_DEV_RAM=y
14985 +CONFIG_BLK_DEV_RAM_COUNT=16
14986 +CONFIG_BLK_DEV_RAM_SIZE=35000
14987 +# CONFIG_BLK_DEV_XIP is not set
14988 +# CONFIG_CDROM_PKTCDVD is not set
14989 +# CONFIG_ATA_OVER_ETH is not set
14990 +# CONFIG_XILINX_SYSACE is not set
14991 +# CONFIG_MISC_DEVICES is not set
14993 +# CONFIG_IDE is not set
14996 +# SCSI device support
14998 +# CONFIG_RAID_ATTRS is not set
14999 +# CONFIG_SCSI is not set
15000 +# CONFIG_SCSI_DMA is not set
15001 +# CONFIG_SCSI_NETLINK is not set
15002 +# CONFIG_ATA is not set
15003 +# CONFIG_MD is not set
15004 +# CONFIG_FUSION is not set
15007 +# IEEE 1394 (FireWire) support
15009 +# CONFIG_FIREWIRE is not set
15010 +# CONFIG_IEEE1394 is not set
15011 +# CONFIG_I2O is not set
15012 +# CONFIG_MACINTOSH_DRIVERS is not set
15013 +CONFIG_NETDEVICES=y
15014 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
15015 +# CONFIG_DUMMY is not set
15016 +# CONFIG_BONDING is not set
15017 +# CONFIG_MACVLAN is not set
15018 +# CONFIG_EQUALIZER is not set
15019 +# CONFIG_TUN is not set
15020 +# CONFIG_VETH is not set
15021 +# CONFIG_ARCNET is not set
15022 +# CONFIG_PHYLIB is not set
15023 +CONFIG_NET_ETHERNET=y
15024 +# CONFIG_MII is not set
15025 +# CONFIG_HAPPYMEAL is not set
15026 +# CONFIG_SUNGEM is not set
15027 +# CONFIG_CASSINI is not set
15028 +# CONFIG_NET_VENDOR_3COM is not set
15029 +# CONFIG_NET_TULIP is not set
15030 +# CONFIG_HP100 is not set
15031 +CONFIG_IBM_NEW_EMAC=y
15032 +CONFIG_IBM_NEW_EMAC_RXB=256
15033 +CONFIG_IBM_NEW_EMAC_TXB=256
15034 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
15035 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
15036 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
15037 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
15038 +CONFIG_IBM_NEW_EMAC_ZMII=y
15039 +CONFIG_IBM_NEW_EMAC_RGMII=y
15040 +CONFIG_IBM_NEW_EMAC_TAH=y
15041 +CONFIG_IBM_NEW_EMAC_EMAC4=y
15042 +# CONFIG_NET_PCI is not set
15043 +# CONFIG_B44 is not set
15044 +# CONFIG_NETDEV_1000 is not set
15045 +# CONFIG_NETDEV_10000 is not set
15046 +# CONFIG_TR is not set
15051 +# CONFIG_WLAN_PRE80211 is not set
15052 +# CONFIG_WLAN_80211 is not set
15053 +# CONFIG_WAN is not set
15054 +# CONFIG_FDDI is not set
15055 +# CONFIG_HIPPI is not set
15056 +# CONFIG_PPP is not set
15057 +# CONFIG_SLIP is not set
15058 +# CONFIG_NETCONSOLE is not set
15059 +# CONFIG_NETPOLL is not set
15060 +# CONFIG_NET_POLL_CONTROLLER is not set
15061 +# CONFIG_ISDN is not set
15062 +# CONFIG_PHONE is not set
15065 +# Input device support
15067 +# CONFIG_INPUT is not set
15070 +# Hardware I/O ports
15072 +# CONFIG_SERIO is not set
15073 +# CONFIG_GAMEPORT is not set
15076 +# Character devices
15078 +# CONFIG_VT is not set
15079 +# CONFIG_SERIAL_NONSTANDARD is not set
15080 +# CONFIG_NOZOMI is not set
15085 +CONFIG_SERIAL_8250=y
15086 +CONFIG_SERIAL_8250_CONSOLE=y
15087 +# CONFIG_SERIAL_8250_PCI is not set
15088 +CONFIG_SERIAL_8250_NR_UARTS=4
15089 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
15090 +CONFIG_SERIAL_8250_EXTENDED=y
15091 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
15092 +CONFIG_SERIAL_8250_SHARE_IRQ=y
15093 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
15094 +# CONFIG_SERIAL_8250_RSA is not set
15097 +# Non-8250 serial port support
15099 +# CONFIG_SERIAL_UARTLITE is not set
15100 +CONFIG_SERIAL_CORE=y
15101 +CONFIG_SERIAL_CORE_CONSOLE=y
15102 +# CONFIG_SERIAL_JSM is not set
15103 +CONFIG_SERIAL_OF_PLATFORM=y
15104 +CONFIG_UNIX98_PTYS=y
15105 +CONFIG_LEGACY_PTYS=y
15106 +CONFIG_LEGACY_PTY_COUNT=256
15107 +# CONFIG_IPMI_HANDLER is not set
15108 +# CONFIG_HW_RANDOM is not set
15109 +# CONFIG_NVRAM is not set
15110 +# CONFIG_GEN_RTC is not set
15111 +# CONFIG_R3964 is not set
15112 +# CONFIG_APPLICOM is not set
15113 +# CONFIG_RAW_DRIVER is not set
15114 +# CONFIG_TCG_TPM is not set
15116 +# CONFIG_I2C is not set
15121 +# CONFIG_SPI is not set
15122 +# CONFIG_SPI_MASTER is not set
15123 +# CONFIG_W1 is not set
15124 +# CONFIG_POWER_SUPPLY is not set
15125 +# CONFIG_HWMON is not set
15126 +# CONFIG_THERMAL is not set
15127 +# CONFIG_WATCHDOG is not set
15130 +# Sonics Silicon Backplane
15132 +CONFIG_SSB_POSSIBLE=y
15133 +# CONFIG_SSB is not set
15136 +# Multifunction device drivers
15138 +# CONFIG_MFD_SM501 is not set
15141 +# Multimedia devices
15143 +# CONFIG_VIDEO_DEV is not set
15144 +# CONFIG_DVB_CORE is not set
15148 +# Graphics support
15150 +# CONFIG_AGP is not set
15151 +# CONFIG_DRM is not set
15152 +# CONFIG_VGASTATE is not set
15153 +CONFIG_VIDEO_OUTPUT_CONTROL=m
15154 +# CONFIG_FB is not set
15155 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
15158 +# Display device support
15160 +# CONFIG_DISPLAY_SUPPORT is not set
15165 +# CONFIG_SOUND is not set
15166 +# CONFIG_USB_SUPPORT is not set
15167 +# CONFIG_MMC is not set
15168 +# CONFIG_MEMSTICK is not set
15169 +# CONFIG_NEW_LEDS is not set
15170 +# CONFIG_INFINIBAND is not set
15171 +# CONFIG_EDAC is not set
15172 +# CONFIG_RTC_CLASS is not set
15177 +# CONFIG_UIO is not set
15183 +# CONFIG_EXT2_FS_XATTR is not set
15184 +# CONFIG_EXT2_FS_XIP is not set
15185 +# CONFIG_EXT3_FS is not set
15186 +# CONFIG_EXT4DEV_FS is not set
15187 +# CONFIG_REISERFS_FS is not set
15188 +# CONFIG_JFS_FS is not set
15189 +# CONFIG_FS_POSIX_ACL is not set
15190 +# CONFIG_XFS_FS is not set
15191 +# CONFIG_GFS2_FS is not set
15192 +# CONFIG_OCFS2_FS is not set
15195 +CONFIG_INOTIFY_USER=y
15196 +# CONFIG_QUOTA is not set
15197 +# CONFIG_AUTOFS_FS is not set
15198 +# CONFIG_AUTOFS4_FS is not set
15199 +# CONFIG_FUSE_FS is not set
15202 +# CD-ROM/DVD Filesystems
15204 +# CONFIG_ISO9660_FS is not set
15205 +# CONFIG_UDF_FS is not set
15208 +# DOS/FAT/NT Filesystems
15210 +# CONFIG_MSDOS_FS is not set
15211 +# CONFIG_VFAT_FS is not set
15212 +# CONFIG_NTFS_FS is not set
15215 +# Pseudo filesystems
15218 +CONFIG_PROC_KCORE=y
15219 +CONFIG_PROC_SYSCTL=y
15222 +# CONFIG_TMPFS_POSIX_ACL is not set
15223 +# CONFIG_HUGETLB_PAGE is not set
15224 +# CONFIG_CONFIGFS_FS is not set
15227 +# Miscellaneous filesystems
15229 +# CONFIG_ADFS_FS is not set
15230 +# CONFIG_AFFS_FS is not set
15231 +# CONFIG_HFS_FS is not set
15232 +# CONFIG_HFSPLUS_FS is not set
15233 +# CONFIG_BEFS_FS is not set
15234 +# CONFIG_BFS_FS is not set
15235 +# CONFIG_EFS_FS is not set
15237 +# CONFIG_VXFS_FS is not set
15238 +# CONFIG_MINIX_FS is not set
15239 +# CONFIG_HPFS_FS is not set
15240 +# CONFIG_QNX4FS_FS is not set
15241 +# CONFIG_ROMFS_FS is not set
15242 +# CONFIG_SYSV_FS is not set
15243 +# CONFIG_UFS_FS is not set
15244 +CONFIG_NETWORK_FILESYSTEMS=y
15247 +# CONFIG_NFS_V3_ACL is not set
15248 +# CONFIG_NFS_V4 is not set
15249 +# CONFIG_NFS_DIRECTIO is not set
15250 +# CONFIG_NFSD is not set
15254 +CONFIG_NFS_COMMON=y
15256 +# CONFIG_SUNRPC_BIND34 is not set
15257 +# CONFIG_RPCSEC_GSS_KRB5 is not set
15258 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
15259 +# CONFIG_SMB_FS is not set
15260 +# CONFIG_CIFS is not set
15261 +# CONFIG_NCP_FS is not set
15262 +# CONFIG_CODA_FS is not set
15263 +# CONFIG_AFS_FS is not set
15268 +# CONFIG_PARTITION_ADVANCED is not set
15269 +CONFIG_MSDOS_PARTITION=y
15270 +# CONFIG_NLS is not set
15271 +# CONFIG_DLM is not set
15274 +# Library routines
15276 +CONFIG_BITREVERSE=y
15277 +# CONFIG_CRC_CCITT is not set
15278 +# CONFIG_CRC16 is not set
15279 +# CONFIG_CRC_ITU_T is not set
15281 +# CONFIG_CRC7 is not set
15282 +# CONFIG_LIBCRC32C is not set
15283 +CONFIG_ZLIB_INFLATE=y
15285 +CONFIG_HAS_IOMEM=y
15286 +CONFIG_HAS_IOPORT=y
15292 +# CONFIG_PRINTK_TIME is not set
15293 +CONFIG_ENABLE_WARN_DEPRECATED=y
15294 +CONFIG_ENABLE_MUST_CHECK=y
15295 +CONFIG_MAGIC_SYSRQ=y
15296 +# CONFIG_UNUSED_SYMBOLS is not set
15298 +# CONFIG_HEADERS_CHECK is not set
15299 +CONFIG_DEBUG_KERNEL=y
15300 +# CONFIG_DEBUG_SHIRQ is not set
15301 +CONFIG_DETECT_SOFTLOCKUP=y
15302 +CONFIG_SCHED_DEBUG=y
15303 +# CONFIG_SCHEDSTATS is not set
15304 +# CONFIG_TIMER_STATS is not set
15305 +# CONFIG_SLUB_DEBUG_ON is not set
15306 +# CONFIG_SLUB_STATS is not set
15307 +# CONFIG_DEBUG_RT_MUTEXES is not set
15308 +# CONFIG_RT_MUTEX_TESTER is not set
15309 +# CONFIG_DEBUG_SPINLOCK is not set
15310 +# CONFIG_DEBUG_MUTEXES is not set
15311 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
15312 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
15313 +# CONFIG_DEBUG_KOBJECT is not set
15314 +# CONFIG_DEBUG_BUGVERBOSE is not set
15315 +# CONFIG_DEBUG_INFO is not set
15316 +# CONFIG_DEBUG_VM is not set
15317 +# CONFIG_DEBUG_LIST is not set
15318 +# CONFIG_DEBUG_SG is not set
15319 +# CONFIG_BOOT_PRINTK_DELAY is not set
15320 +# CONFIG_RCU_TORTURE_TEST is not set
15321 +# CONFIG_BACKTRACE_SELF_TEST is not set
15322 +# CONFIG_FAULT_INJECTION is not set
15323 +# CONFIG_SAMPLES is not set
15324 +# CONFIG_DEBUG_STACKOVERFLOW is not set
15325 +# CONFIG_DEBUG_STACK_USAGE is not set
15326 +# CONFIG_DEBUG_PAGEALLOC is not set
15328 +# CONFIG_KGDB is not set
15329 +# CONFIG_XMON is not set
15330 +# CONFIG_VIRQ_DEBUG is not set
15331 +# CONFIG_BDI_SWITCH is not set
15332 +# CONFIG_PPC_EARLY_DEBUG is not set
15335 +# Security options
15337 +# CONFIG_KEYS is not set
15338 +# CONFIG_SECURITY is not set
15339 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
15340 +# CONFIG_CRYPTO is not set
15341 +# CONFIG_PPC_CLOCK is not set
15343 +++ b/arch/powerpc/configs/44x/ebony_defconfig
15346 +# Automatically generated make config: don't edit
15347 +# Linux kernel version: 2.6.25-rc2
15348 +# Fri Feb 15 21:50:44 2008
15350 +# CONFIG_PPC64 is not set
15353 +# Processor support
15355 +# CONFIG_6xx is not set
15356 +# CONFIG_PPC_85xx is not set
15357 +# CONFIG_PPC_8xx is not set
15358 +# CONFIG_40x is not set
15360 +# CONFIG_E200 is not set
15363 +CONFIG_PTE_64BIT=y
15364 +CONFIG_PHYS_64BIT=y
15365 +# CONFIG_PPC_MM_SLICES is not set
15366 +CONFIG_NOT_COHERENT_CACHE=y
15368 +CONFIG_WORD_SIZE=32
15369 +CONFIG_PPC_MERGE=y
15371 +CONFIG_GENERIC_CMOS_UPDATE=y
15372 +CONFIG_GENERIC_TIME=y
15373 +CONFIG_GENERIC_TIME_VSYSCALL=y
15374 +CONFIG_GENERIC_CLOCKEVENTS=y
15375 +CONFIG_GENERIC_HARDIRQS=y
15376 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
15377 +CONFIG_IRQ_PER_CPU=y
15378 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
15379 +CONFIG_ARCH_HAS_ILOG2_U32=y
15380 +CONFIG_GENERIC_HWEIGHT=y
15381 +CONFIG_GENERIC_CALIBRATE_DELAY=y
15382 +CONFIG_GENERIC_FIND_NEXT_BIT=y
15383 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
15385 +CONFIG_EARLY_PRINTK=y
15386 +CONFIG_GENERIC_NVRAM=y
15387 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
15388 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
15391 +CONFIG_PPC_UDBG_16550=y
15392 +# CONFIG_GENERIC_TBSYNC is not set
15393 +CONFIG_AUDIT_ARCH=y
15394 +CONFIG_GENERIC_BUG=y
15395 +# CONFIG_DEFAULT_UIMAGE is not set
15396 +CONFIG_PPC_DCR_NATIVE=y
15397 +# CONFIG_PPC_DCR_MMIO is not set
15399 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
15404 +CONFIG_EXPERIMENTAL=y
15405 +CONFIG_BROKEN_ON_SMP=y
15406 +CONFIG_INIT_ENV_ARG_LIMIT=32
15407 +CONFIG_LOCALVERSION=""
15408 +CONFIG_LOCALVERSION_AUTO=y
15411 +CONFIG_SYSVIPC_SYSCTL=y
15412 +CONFIG_POSIX_MQUEUE=y
15413 +# CONFIG_BSD_PROCESS_ACCT is not set
15414 +# CONFIG_TASKSTATS is not set
15415 +# CONFIG_AUDIT is not set
15416 +# CONFIG_IKCONFIG is not set
15417 +CONFIG_LOG_BUF_SHIFT=14
15418 +# CONFIG_CGROUPS is not set
15419 +CONFIG_GROUP_SCHED=y
15420 +CONFIG_FAIR_GROUP_SCHED=y
15421 +# CONFIG_RT_GROUP_SCHED is not set
15422 +CONFIG_USER_SCHED=y
15423 +# CONFIG_CGROUP_SCHED is not set
15424 +CONFIG_SYSFS_DEPRECATED=y
15425 +# CONFIG_RELAY is not set
15426 +# CONFIG_NAMESPACES is not set
15427 +CONFIG_BLK_DEV_INITRD=y
15428 +CONFIG_INITRAMFS_SOURCE=""
15429 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
15432 +CONFIG_SYSCTL_SYSCALL=y
15434 +CONFIG_KALLSYMS_ALL=y
15435 +CONFIG_KALLSYMS_EXTRA_PASS=y
15440 +CONFIG_COMPAT_BRK=y
15441 +CONFIG_BASE_FULL=y
15443 +CONFIG_ANON_INODES=y
15449 +CONFIG_VM_EVENT_COUNTERS=y
15450 +CONFIG_SLUB_DEBUG=y
15451 +# CONFIG_SLAB is not set
15453 +# CONFIG_SLOB is not set
15454 +# CONFIG_PROFILING is not set
15455 +# CONFIG_MARKERS is not set
15456 +CONFIG_HAVE_OPROFILE=y
15457 +# CONFIG_KPROBES is not set
15458 +CONFIG_HAVE_KPROBES=y
15459 +CONFIG_PROC_PAGE_MONITOR=y
15461 +CONFIG_RT_MUTEXES=y
15462 +# CONFIG_TINY_SHMEM is not set
15463 +CONFIG_BASE_SMALL=0
15465 +CONFIG_MODULE_UNLOAD=y
15466 +# CONFIG_MODULE_FORCE_UNLOAD is not set
15467 +# CONFIG_MODVERSIONS is not set
15468 +# CONFIG_MODULE_SRCVERSION_ALL is not set
15472 +# CONFIG_BLK_DEV_IO_TRACE is not set
15473 +# CONFIG_LSF is not set
15474 +# CONFIG_BLK_DEV_BSG is not set
15479 +CONFIG_IOSCHED_NOOP=y
15480 +CONFIG_IOSCHED_AS=y
15481 +CONFIG_IOSCHED_DEADLINE=y
15482 +CONFIG_IOSCHED_CFQ=y
15483 +CONFIG_DEFAULT_AS=y
15484 +# CONFIG_DEFAULT_DEADLINE is not set
15485 +# CONFIG_DEFAULT_CFQ is not set
15486 +# CONFIG_DEFAULT_NOOP is not set
15487 +CONFIG_DEFAULT_IOSCHED="anticipatory"
15488 +CONFIG_CLASSIC_RCU=y
15489 +# CONFIG_PREEMPT_RCU is not set
15490 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
15493 +# Platform support
15495 +# CONFIG_PPC_MPC512x is not set
15496 +# CONFIG_PPC_MPC5121 is not set
15497 +# CONFIG_PPC_CELL is not set
15498 +# CONFIG_PPC_CELL_NATIVE is not set
15499 +# CONFIG_PQ2ADS is not set
15500 +# CONFIG_BAMBOO is not set
15502 +# CONFIG_SEQUOIA is not set
15503 +# CONFIG_TAISHAN is not set
15504 +# CONFIG_KATMAI is not set
15505 +# CONFIG_RAINIER is not set
15506 +# CONFIG_WARP is not set
15508 +# CONFIG_IPIC is not set
15509 +# CONFIG_MPIC is not set
15510 +# CONFIG_MPIC_WEIRD is not set
15511 +# CONFIG_PPC_I8259 is not set
15512 +# CONFIG_PPC_RTAS is not set
15513 +# CONFIG_MMIO_NVRAM is not set
15514 +# CONFIG_PPC_MPC106 is not set
15515 +# CONFIG_PPC_970_NAP is not set
15516 +# CONFIG_PPC_INDIRECT_IO is not set
15517 +# CONFIG_GENERIC_IOMAP is not set
15518 +# CONFIG_CPU_FREQ is not set
15519 +# CONFIG_FSL_ULI1575 is not set
15525 +# CONFIG_HIGHMEM is not set
15526 +# CONFIG_TICK_ONESHOT is not set
15527 +# CONFIG_NO_HZ is not set
15528 +# CONFIG_HIGH_RES_TIMERS is not set
15529 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
15530 +# CONFIG_HZ_100 is not set
15532 +# CONFIG_HZ_300 is not set
15533 +# CONFIG_HZ_1000 is not set
15535 +# CONFIG_SCHED_HRTICK is not set
15536 +CONFIG_PREEMPT_NONE=y
15537 +# CONFIG_PREEMPT_VOLUNTARY is not set
15538 +# CONFIG_PREEMPT is not set
15539 +CONFIG_RCU_TRACE=y
15540 +CONFIG_BINFMT_ELF=y
15541 +# CONFIG_BINFMT_MISC is not set
15542 +CONFIG_MATH_EMULATION=y
15543 +# CONFIG_IOMMU_HELPER is not set
15544 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
15545 +CONFIG_ARCH_HAS_WALK_MEMORY=y
15546 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
15547 +CONFIG_ARCH_FLATMEM_ENABLE=y
15548 +CONFIG_ARCH_POPULATES_NODE_MAP=y
15549 +CONFIG_SELECT_MEMORY_MODEL=y
15550 +CONFIG_FLATMEM_MANUAL=y
15551 +# CONFIG_DISCONTIGMEM_MANUAL is not set
15552 +# CONFIG_SPARSEMEM_MANUAL is not set
15554 +CONFIG_FLAT_NODE_MEM_MAP=y
15555 +# CONFIG_SPARSEMEM_STATIC is not set
15556 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
15557 +CONFIG_SPLIT_PTLOCK_CPUS=4
15558 +CONFIG_RESOURCES_64BIT=y
15559 +CONFIG_ZONE_DMA_FLAG=1
15561 +CONFIG_VIRT_TO_BUS=y
15562 +CONFIG_PROC_DEVICETREE=y
15563 +# CONFIG_CMDLINE_BOOL is not set
15565 +CONFIG_ISA_DMA_API=y
15571 +CONFIG_PPC_INDIRECT_PCI=y
15573 +CONFIG_PCI_DOMAINS=y
15574 +CONFIG_PCI_SYSCALL=y
15575 +# CONFIG_PCIEPORTBUS is not set
15576 +CONFIG_ARCH_SUPPORTS_MSI=y
15577 +# CONFIG_PCI_MSI is not set
15578 +CONFIG_PCI_LEGACY=y
15579 +# CONFIG_PCI_DEBUG is not set
15580 +# CONFIG_PCCARD is not set
15581 +# CONFIG_HOTPLUG_PCI is not set
15586 +# CONFIG_ADVANCED_OPTIONS is not set
15589 +# Default settings for advanced configuration options are used
15591 +CONFIG_HIGHMEM_START=0xfe000000
15592 +CONFIG_LOWMEM_SIZE=0x30000000
15593 +CONFIG_KERNEL_START=0xc0000000
15594 +CONFIG_TASK_SIZE=0xc0000000
15595 +CONFIG_CONSISTENT_START=0xff100000
15596 +CONFIG_CONSISTENT_SIZE=0x00200000
15597 +CONFIG_BOOT_LOAD=0x01000000
15605 +# Networking options
15608 +# CONFIG_PACKET_MMAP is not set
15610 +# CONFIG_NET_KEY is not set
15612 +# CONFIG_IP_MULTICAST is not set
15613 +# CONFIG_IP_ADVANCED_ROUTER is not set
15614 +CONFIG_IP_FIB_HASH=y
15616 +CONFIG_IP_PNP_DHCP=y
15617 +CONFIG_IP_PNP_BOOTP=y
15618 +# CONFIG_IP_PNP_RARP is not set
15619 +# CONFIG_NET_IPIP is not set
15620 +# CONFIG_NET_IPGRE is not set
15621 +# CONFIG_ARPD is not set
15622 +# CONFIG_SYN_COOKIES is not set
15623 +# CONFIG_INET_AH is not set
15624 +# CONFIG_INET_ESP is not set
15625 +# CONFIG_INET_IPCOMP is not set
15626 +# CONFIG_INET_XFRM_TUNNEL is not set
15627 +# CONFIG_INET_TUNNEL is not set
15628 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
15629 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
15630 +# CONFIG_INET_XFRM_MODE_BEET is not set
15631 +# CONFIG_INET_LRO is not set
15632 +CONFIG_INET_DIAG=y
15633 +CONFIG_INET_TCP_DIAG=y
15634 +# CONFIG_TCP_CONG_ADVANCED is not set
15635 +CONFIG_TCP_CONG_CUBIC=y
15636 +CONFIG_DEFAULT_TCP_CONG="cubic"
15637 +# CONFIG_TCP_MD5SIG is not set
15638 +# CONFIG_IPV6 is not set
15639 +# CONFIG_INET6_XFRM_TUNNEL is not set
15640 +# CONFIG_INET6_TUNNEL is not set
15641 +# CONFIG_NETWORK_SECMARK is not set
15642 +# CONFIG_NETFILTER is not set
15643 +# CONFIG_IP_DCCP is not set
15644 +# CONFIG_IP_SCTP is not set
15645 +# CONFIG_TIPC is not set
15646 +# CONFIG_ATM is not set
15647 +# CONFIG_BRIDGE is not set
15648 +# CONFIG_VLAN_8021Q is not set
15649 +# CONFIG_DECNET is not set
15650 +# CONFIG_LLC2 is not set
15651 +# CONFIG_IPX is not set
15652 +# CONFIG_ATALK is not set
15653 +# CONFIG_X25 is not set
15654 +# CONFIG_LAPB is not set
15655 +# CONFIG_ECONET is not set
15656 +# CONFIG_WAN_ROUTER is not set
15657 +# CONFIG_NET_SCHED is not set
15662 +# CONFIG_NET_PKTGEN is not set
15663 +# CONFIG_HAMRADIO is not set
15664 +# CONFIG_CAN is not set
15665 +# CONFIG_IRDA is not set
15666 +# CONFIG_BT is not set
15667 +# CONFIG_AF_RXRPC is not set
15672 +# CONFIG_CFG80211 is not set
15673 +# CONFIG_WIRELESS_EXT is not set
15674 +# CONFIG_MAC80211 is not set
15675 +# CONFIG_IEEE80211 is not set
15676 +# CONFIG_RFKILL is not set
15677 +# CONFIG_NET_9P is not set
15684 +# Generic Driver Options
15686 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
15687 +CONFIG_STANDALONE=y
15688 +CONFIG_PREVENT_FIRMWARE_BUILD=y
15689 +CONFIG_FW_LOADER=y
15690 +# CONFIG_DEBUG_DRIVER is not set
15691 +# CONFIG_DEBUG_DEVRES is not set
15692 +# CONFIG_SYS_HYPERVISOR is not set
15693 +CONFIG_CONNECTOR=y
15694 +CONFIG_PROC_EVENTS=y
15696 +# CONFIG_MTD_DEBUG is not set
15697 +# CONFIG_MTD_CONCAT is not set
15698 +CONFIG_MTD_PARTITIONS=y
15699 +# CONFIG_MTD_REDBOOT_PARTS is not set
15700 +# CONFIG_MTD_CMDLINE_PARTS is not set
15701 +CONFIG_MTD_OF_PARTS=y
15704 +# User Modules And Translation Layers
15707 +CONFIG_MTD_BLKDEVS=y
15708 +CONFIG_MTD_BLOCK=y
15709 +# CONFIG_FTL is not set
15710 +# CONFIG_NFTL is not set
15711 +# CONFIG_INFTL is not set
15712 +# CONFIG_RFD_FTL is not set
15713 +# CONFIG_SSFDC is not set
15714 +# CONFIG_MTD_OOPS is not set
15717 +# RAM/ROM/Flash chip drivers
15720 +CONFIG_MTD_JEDECPROBE=y
15721 +CONFIG_MTD_GEN_PROBE=y
15722 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
15723 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
15724 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
15725 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
15726 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
15727 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
15728 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
15729 +CONFIG_MTD_CFI_I1=y
15730 +CONFIG_MTD_CFI_I2=y
15731 +# CONFIG_MTD_CFI_I4 is not set
15732 +# CONFIG_MTD_CFI_I8 is not set
15733 +# CONFIG_MTD_CFI_INTELEXT is not set
15734 +CONFIG_MTD_CFI_AMDSTD=y
15735 +# CONFIG_MTD_CFI_STAA is not set
15736 +CONFIG_MTD_CFI_UTIL=y
15737 +# CONFIG_MTD_RAM is not set
15738 +# CONFIG_MTD_ROM is not set
15739 +# CONFIG_MTD_ABSENT is not set
15742 +# Mapping drivers for chip access
15744 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
15745 +# CONFIG_MTD_PHYSMAP is not set
15746 +CONFIG_MTD_PHYSMAP_OF=y
15747 +# CONFIG_MTD_INTEL_VR_NOR is not set
15748 +# CONFIG_MTD_PLATRAM is not set
15751 +# Self-contained MTD device drivers
15753 +# CONFIG_MTD_PMC551 is not set
15754 +# CONFIG_MTD_SLRAM is not set
15755 +# CONFIG_MTD_PHRAM is not set
15756 +# CONFIG_MTD_MTDRAM is not set
15757 +# CONFIG_MTD_BLOCK2MTD is not set
15760 +# Disk-On-Chip Device Drivers
15762 +# CONFIG_MTD_DOC2000 is not set
15763 +# CONFIG_MTD_DOC2001 is not set
15764 +# CONFIG_MTD_DOC2001PLUS is not set
15765 +# CONFIG_MTD_NAND is not set
15766 +# CONFIG_MTD_ONENAND is not set
15769 +# UBI - Unsorted block images
15771 +# CONFIG_MTD_UBI is not set
15772 +CONFIG_OF_DEVICE=y
15773 +# CONFIG_PARPORT is not set
15775 +# CONFIG_BLK_DEV_FD is not set
15776 +# CONFIG_BLK_CPQ_DA is not set
15777 +# CONFIG_BLK_CPQ_CISS_DA is not set
15778 +# CONFIG_BLK_DEV_DAC960 is not set
15779 +# CONFIG_BLK_DEV_UMEM is not set
15780 +# CONFIG_BLK_DEV_COW_COMMON is not set
15781 +# CONFIG_BLK_DEV_LOOP is not set
15782 +# CONFIG_BLK_DEV_NBD is not set
15783 +# CONFIG_BLK_DEV_SX8 is not set
15784 +CONFIG_BLK_DEV_RAM=y
15785 +CONFIG_BLK_DEV_RAM_COUNT=16
15786 +CONFIG_BLK_DEV_RAM_SIZE=35000
15787 +# CONFIG_BLK_DEV_XIP is not set
15788 +# CONFIG_CDROM_PKTCDVD is not set
15789 +# CONFIG_ATA_OVER_ETH is not set
15790 +# CONFIG_XILINX_SYSACE is not set
15791 +CONFIG_MISC_DEVICES=y
15792 +# CONFIG_PHANTOM is not set
15793 +# CONFIG_EEPROM_93CX6 is not set
15794 +# CONFIG_SGI_IOC4 is not set
15795 +# CONFIG_TIFM_CORE is not set
15796 +# CONFIG_ENCLOSURE_SERVICES is not set
15798 +# CONFIG_IDE is not set
15801 +# SCSI device support
15803 +# CONFIG_RAID_ATTRS is not set
15804 +# CONFIG_SCSI is not set
15805 +# CONFIG_SCSI_DMA is not set
15806 +# CONFIG_SCSI_NETLINK is not set
15807 +# CONFIG_ATA is not set
15808 +# CONFIG_MD is not set
15809 +# CONFIG_FUSION is not set
15812 +# IEEE 1394 (FireWire) support
15814 +# CONFIG_FIREWIRE is not set
15815 +# CONFIG_IEEE1394 is not set
15816 +# CONFIG_I2O is not set
15817 +# CONFIG_MACINTOSH_DRIVERS is not set
15818 +CONFIG_NETDEVICES=y
15819 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
15820 +# CONFIG_DUMMY is not set
15821 +# CONFIG_BONDING is not set
15822 +# CONFIG_MACVLAN is not set
15823 +# CONFIG_EQUALIZER is not set
15824 +# CONFIG_TUN is not set
15825 +# CONFIG_VETH is not set
15826 +# CONFIG_ARCNET is not set
15827 +# CONFIG_PHYLIB is not set
15828 +CONFIG_NET_ETHERNET=y
15829 +# CONFIG_MII is not set
15830 +# CONFIG_HAPPYMEAL is not set
15831 +# CONFIG_SUNGEM is not set
15832 +# CONFIG_CASSINI is not set
15833 +# CONFIG_NET_VENDOR_3COM is not set
15834 +# CONFIG_NET_TULIP is not set
15835 +# CONFIG_HP100 is not set
15836 +CONFIG_IBM_NEW_EMAC=y
15837 +CONFIG_IBM_NEW_EMAC_RXB=128
15838 +CONFIG_IBM_NEW_EMAC_TXB=64
15839 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
15840 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
15841 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
15842 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
15843 +CONFIG_IBM_NEW_EMAC_ZMII=y
15844 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
15845 +# CONFIG_IBM_NEW_EMAC_TAH is not set
15846 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
15847 +# CONFIG_NET_PCI is not set
15848 +# CONFIG_B44 is not set
15849 +CONFIG_NETDEV_1000=y
15850 +# CONFIG_ACENIC is not set
15851 +# CONFIG_DL2K is not set
15852 +# CONFIG_E1000 is not set
15853 +# CONFIG_E1000E is not set
15854 +# CONFIG_E1000E_ENABLED is not set
15855 +# CONFIG_IP1000 is not set
15856 +# CONFIG_IGB is not set
15857 +# CONFIG_NS83820 is not set
15858 +# CONFIG_HAMACHI is not set
15859 +# CONFIG_YELLOWFIN is not set
15860 +# CONFIG_R8169 is not set
15861 +# CONFIG_SIS190 is not set
15862 +# CONFIG_SKGE is not set
15863 +# CONFIG_SKY2 is not set
15864 +# CONFIG_SK98LIN is not set
15865 +# CONFIG_VIA_VELOCITY is not set
15866 +# CONFIG_TIGON3 is not set
15867 +# CONFIG_BNX2 is not set
15868 +# CONFIG_QLA3XXX is not set
15869 +# CONFIG_ATL1 is not set
15870 +CONFIG_NETDEV_10000=y
15871 +# CONFIG_CHELSIO_T1 is not set
15872 +# CONFIG_CHELSIO_T3 is not set
15873 +# CONFIG_IXGBE is not set
15874 +# CONFIG_IXGB is not set
15875 +# CONFIG_S2IO is not set
15876 +# CONFIG_MYRI10GE is not set
15877 +# CONFIG_NETXEN_NIC is not set
15878 +# CONFIG_NIU is not set
15879 +# CONFIG_MLX4_CORE is not set
15880 +# CONFIG_TEHUTI is not set
15881 +# CONFIG_BNX2X is not set
15882 +# CONFIG_TR is not set
15887 +# CONFIG_WLAN_PRE80211 is not set
15888 +# CONFIG_WLAN_80211 is not set
15889 +# CONFIG_WAN is not set
15890 +# CONFIG_FDDI is not set
15891 +# CONFIG_HIPPI is not set
15892 +# CONFIG_PPP is not set
15893 +# CONFIG_SLIP is not set
15894 +# CONFIG_NETCONSOLE is not set
15895 +# CONFIG_NETPOLL is not set
15896 +# CONFIG_NET_POLL_CONTROLLER is not set
15897 +# CONFIG_ISDN is not set
15898 +# CONFIG_PHONE is not set
15901 +# Input device support
15903 +# CONFIG_INPUT is not set
15906 +# Hardware I/O ports
15908 +# CONFIG_SERIO is not set
15909 +# CONFIG_GAMEPORT is not set
15912 +# Character devices
15914 +# CONFIG_VT is not set
15915 +# CONFIG_SERIAL_NONSTANDARD is not set
15916 +# CONFIG_NOZOMI is not set
15921 +CONFIG_SERIAL_8250=y
15922 +CONFIG_SERIAL_8250_CONSOLE=y
15923 +# CONFIG_SERIAL_8250_PCI is not set
15924 +CONFIG_SERIAL_8250_NR_UARTS=4
15925 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
15926 +CONFIG_SERIAL_8250_EXTENDED=y
15927 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
15928 +CONFIG_SERIAL_8250_SHARE_IRQ=y
15929 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
15930 +# CONFIG_SERIAL_8250_RSA is not set
15933 +# Non-8250 serial port support
15935 +# CONFIG_SERIAL_UARTLITE is not set
15936 +CONFIG_SERIAL_CORE=y
15937 +CONFIG_SERIAL_CORE_CONSOLE=y
15938 +# CONFIG_SERIAL_JSM is not set
15939 +CONFIG_SERIAL_OF_PLATFORM=y
15940 +CONFIG_UNIX98_PTYS=y
15941 +CONFIG_LEGACY_PTYS=y
15942 +CONFIG_LEGACY_PTY_COUNT=256
15943 +# CONFIG_IPMI_HANDLER is not set
15944 +# CONFIG_HW_RANDOM is not set
15945 +# CONFIG_NVRAM is not set
15946 +# CONFIG_GEN_RTC is not set
15947 +# CONFIG_R3964 is not set
15948 +# CONFIG_APPLICOM is not set
15949 +# CONFIG_RAW_DRIVER is not set
15950 +# CONFIG_TCG_TPM is not set
15952 +# CONFIG_I2C is not set
15957 +# CONFIG_SPI is not set
15958 +# CONFIG_SPI_MASTER is not set
15959 +# CONFIG_W1 is not set
15960 +# CONFIG_POWER_SUPPLY is not set
15961 +# CONFIG_HWMON is not set
15963 +# CONFIG_WATCHDOG is not set
15966 +# Sonics Silicon Backplane
15968 +CONFIG_SSB_POSSIBLE=y
15969 +# CONFIG_SSB is not set
15972 +# Multifunction device drivers
15974 +# CONFIG_MFD_SM501 is not set
15977 +# Multimedia devices
15979 +# CONFIG_VIDEO_DEV is not set
15980 +# CONFIG_DVB_CORE is not set
15981 +# CONFIG_DAB is not set
15984 +# Graphics support
15986 +# CONFIG_AGP is not set
15987 +# CONFIG_DRM is not set
15988 +# CONFIG_VGASTATE is not set
15989 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
15990 +# CONFIG_FB is not set
15991 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
15994 +# Display device support
15996 +# CONFIG_DISPLAY_SUPPORT is not set
16001 +# CONFIG_SOUND is not set
16002 +CONFIG_USB_SUPPORT=y
16003 +CONFIG_USB_ARCH_HAS_HCD=y
16004 +CONFIG_USB_ARCH_HAS_OHCI=y
16005 +CONFIG_USB_ARCH_HAS_EHCI=y
16006 +# CONFIG_USB is not set
16009 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
16011 +# CONFIG_USB_GADGET is not set
16012 +# CONFIG_MMC is not set
16013 +# CONFIG_MEMSTICK is not set
16014 +# CONFIG_NEW_LEDS is not set
16015 +# CONFIG_INFINIBAND is not set
16016 +# CONFIG_EDAC is not set
16017 +# CONFIG_RTC_CLASS is not set
16022 +# CONFIG_UIO is not set
16028 +# CONFIG_EXT2_FS_XATTR is not set
16029 +# CONFIG_EXT2_FS_XIP is not set
16030 +# CONFIG_EXT3_FS is not set
16031 +# CONFIG_EXT4DEV_FS is not set
16032 +# CONFIG_REISERFS_FS is not set
16033 +# CONFIG_JFS_FS is not set
16034 +# CONFIG_FS_POSIX_ACL is not set
16035 +# CONFIG_XFS_FS is not set
16036 +# CONFIG_GFS2_FS is not set
16037 +# CONFIG_OCFS2_FS is not set
16040 +CONFIG_INOTIFY_USER=y
16041 +# CONFIG_QUOTA is not set
16042 +# CONFIG_AUTOFS_FS is not set
16043 +# CONFIG_AUTOFS4_FS is not set
16044 +# CONFIG_FUSE_FS is not set
16047 +# CD-ROM/DVD Filesystems
16049 +# CONFIG_ISO9660_FS is not set
16050 +# CONFIG_UDF_FS is not set
16053 +# DOS/FAT/NT Filesystems
16055 +# CONFIG_MSDOS_FS is not set
16056 +# CONFIG_VFAT_FS is not set
16057 +# CONFIG_NTFS_FS is not set
16060 +# Pseudo filesystems
16063 +CONFIG_PROC_KCORE=y
16064 +CONFIG_PROC_SYSCTL=y
16067 +# CONFIG_TMPFS_POSIX_ACL is not set
16068 +# CONFIG_HUGETLB_PAGE is not set
16069 +# CONFIG_CONFIGFS_FS is not set
16072 +# Miscellaneous filesystems
16074 +# CONFIG_ADFS_FS is not set
16075 +# CONFIG_AFFS_FS is not set
16076 +# CONFIG_HFS_FS is not set
16077 +# CONFIG_HFSPLUS_FS is not set
16078 +# CONFIG_BEFS_FS is not set
16079 +# CONFIG_BFS_FS is not set
16080 +# CONFIG_EFS_FS is not set
16082 +CONFIG_JFFS2_FS_DEBUG=0
16083 +CONFIG_JFFS2_FS_WRITEBUFFER=y
16084 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
16085 +# CONFIG_JFFS2_SUMMARY is not set
16086 +# CONFIG_JFFS2_FS_XATTR is not set
16087 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
16088 +CONFIG_JFFS2_ZLIB=y
16089 +# CONFIG_JFFS2_LZO is not set
16090 +CONFIG_JFFS2_RTIME=y
16091 +# CONFIG_JFFS2_RUBIN is not set
16093 +# CONFIG_VXFS_FS is not set
16094 +# CONFIG_MINIX_FS is not set
16095 +# CONFIG_HPFS_FS is not set
16096 +# CONFIG_QNX4FS_FS is not set
16097 +# CONFIG_ROMFS_FS is not set
16098 +# CONFIG_SYSV_FS is not set
16099 +# CONFIG_UFS_FS is not set
16100 +CONFIG_NETWORK_FILESYSTEMS=y
16103 +# CONFIG_NFS_V3_ACL is not set
16104 +# CONFIG_NFS_V4 is not set
16105 +# CONFIG_NFS_DIRECTIO is not set
16106 +# CONFIG_NFSD is not set
16110 +CONFIG_NFS_COMMON=y
16112 +# CONFIG_SUNRPC_BIND34 is not set
16113 +# CONFIG_RPCSEC_GSS_KRB5 is not set
16114 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
16115 +# CONFIG_SMB_FS is not set
16116 +# CONFIG_CIFS is not set
16117 +# CONFIG_NCP_FS is not set
16118 +# CONFIG_CODA_FS is not set
16119 +# CONFIG_AFS_FS is not set
16124 +# CONFIG_PARTITION_ADVANCED is not set
16125 +CONFIG_MSDOS_PARTITION=y
16126 +# CONFIG_NLS is not set
16127 +# CONFIG_DLM is not set
16130 +# Library routines
16132 +CONFIG_BITREVERSE=y
16133 +# CONFIG_CRC_CCITT is not set
16134 +# CONFIG_CRC16 is not set
16135 +# CONFIG_CRC_ITU_T is not set
16137 +# CONFIG_CRC7 is not set
16138 +# CONFIG_LIBCRC32C is not set
16139 +CONFIG_ZLIB_INFLATE=y
16140 +CONFIG_ZLIB_DEFLATE=y
16142 +CONFIG_HAS_IOMEM=y
16143 +CONFIG_HAS_IOPORT=y
16149 +# CONFIG_PRINTK_TIME is not set
16150 +CONFIG_ENABLE_WARN_DEPRECATED=y
16151 +CONFIG_ENABLE_MUST_CHECK=y
16152 +CONFIG_MAGIC_SYSRQ=y
16153 +# CONFIG_UNUSED_SYMBOLS is not set
16155 +# CONFIG_HEADERS_CHECK is not set
16156 +CONFIG_DEBUG_KERNEL=y
16157 +# CONFIG_DEBUG_SHIRQ is not set
16158 +CONFIG_DETECT_SOFTLOCKUP=y
16159 +CONFIG_SCHED_DEBUG=y
16160 +# CONFIG_SCHEDSTATS is not set
16161 +# CONFIG_TIMER_STATS is not set
16162 +# CONFIG_SLUB_DEBUG_ON is not set
16163 +# CONFIG_SLUB_STATS is not set
16164 +# CONFIG_DEBUG_RT_MUTEXES is not set
16165 +# CONFIG_RT_MUTEX_TESTER is not set
16166 +# CONFIG_DEBUG_SPINLOCK is not set
16167 +# CONFIG_DEBUG_MUTEXES is not set
16168 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
16169 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
16170 +# CONFIG_DEBUG_KOBJECT is not set
16171 +CONFIG_DEBUG_BUGVERBOSE=y
16172 +# CONFIG_DEBUG_INFO is not set
16173 +# CONFIG_DEBUG_VM is not set
16174 +# CONFIG_DEBUG_LIST is not set
16175 +# CONFIG_DEBUG_SG is not set
16176 +# CONFIG_BOOT_PRINTK_DELAY is not set
16177 +# CONFIG_RCU_TORTURE_TEST is not set
16178 +# CONFIG_BACKTRACE_SELF_TEST is not set
16179 +# CONFIG_FAULT_INJECTION is not set
16180 +# CONFIG_SAMPLES is not set
16181 +# CONFIG_DEBUG_STACKOVERFLOW is not set
16182 +# CONFIG_DEBUG_STACK_USAGE is not set
16183 +# CONFIG_DEBUG_PAGEALLOC is not set
16184 +# CONFIG_DEBUGGER is not set
16185 +# CONFIG_VIRQ_DEBUG is not set
16186 +# CONFIG_BDI_SWITCH is not set
16187 +# CONFIG_PPC_EARLY_DEBUG is not set
16190 +# Security options
16192 +# CONFIG_KEYS is not set
16193 +# CONFIG_SECURITY is not set
16194 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
16196 +CONFIG_CRYPTO_ALGAPI=y
16197 +CONFIG_CRYPTO_BLKCIPHER=y
16198 +# CONFIG_CRYPTO_SEQIV is not set
16199 +CONFIG_CRYPTO_MANAGER=y
16200 +# CONFIG_CRYPTO_HMAC is not set
16201 +# CONFIG_CRYPTO_XCBC is not set
16202 +# CONFIG_CRYPTO_NULL is not set
16203 +# CONFIG_CRYPTO_MD4 is not set
16204 +CONFIG_CRYPTO_MD5=y
16205 +# CONFIG_CRYPTO_SHA1 is not set
16206 +# CONFIG_CRYPTO_SHA256 is not set
16207 +# CONFIG_CRYPTO_SHA512 is not set
16208 +# CONFIG_CRYPTO_WP512 is not set
16209 +# CONFIG_CRYPTO_TGR192 is not set
16210 +# CONFIG_CRYPTO_GF128MUL is not set
16211 +CONFIG_CRYPTO_ECB=y
16212 +CONFIG_CRYPTO_CBC=y
16213 +CONFIG_CRYPTO_PCBC=y
16214 +# CONFIG_CRYPTO_LRW is not set
16215 +# CONFIG_CRYPTO_XTS is not set
16216 +# CONFIG_CRYPTO_CTR is not set
16217 +# CONFIG_CRYPTO_GCM is not set
16218 +# CONFIG_CRYPTO_CCM is not set
16219 +# CONFIG_CRYPTO_CRYPTD is not set
16220 +CONFIG_CRYPTO_DES=y
16221 +# CONFIG_CRYPTO_FCRYPT is not set
16222 +# CONFIG_CRYPTO_BLOWFISH is not set
16223 +# CONFIG_CRYPTO_TWOFISH is not set
16224 +# CONFIG_CRYPTO_SERPENT is not set
16225 +# CONFIG_CRYPTO_AES is not set
16226 +# CONFIG_CRYPTO_CAST5 is not set
16227 +# CONFIG_CRYPTO_CAST6 is not set
16228 +# CONFIG_CRYPTO_TEA is not set
16229 +# CONFIG_CRYPTO_ARC4 is not set
16230 +# CONFIG_CRYPTO_KHAZAD is not set
16231 +# CONFIG_CRYPTO_ANUBIS is not set
16232 +# CONFIG_CRYPTO_SEED is not set
16233 +# CONFIG_CRYPTO_SALSA20 is not set
16234 +# CONFIG_CRYPTO_DEFLATE is not set
16235 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
16236 +# CONFIG_CRYPTO_CRC32C is not set
16237 +# CONFIG_CRYPTO_CAMELLIA is not set
16238 +# CONFIG_CRYPTO_TEST is not set
16239 +# CONFIG_CRYPTO_AUTHENC is not set
16240 +# CONFIG_CRYPTO_LZO is not set
16241 +# CONFIG_CRYPTO_HW is not set
16242 +# CONFIG_PPC_CLOCK is not set
16244 +++ b/arch/powerpc/configs/44x/katmai_defconfig
16247 +# Automatically generated make config: don't edit
16248 +# Linux kernel version: 2.6.24-rc6
16249 +# Mon Dec 24 11:17:43 2007
16251 +# CONFIG_PPC64 is not set
16254 +# Processor support
16256 +# CONFIG_6xx is not set
16257 +# CONFIG_PPC_85xx is not set
16258 +# CONFIG_PPC_8xx is not set
16259 +# CONFIG_40x is not set
16261 +# CONFIG_E200 is not set
16264 +CONFIG_PTE_64BIT=y
16265 +CONFIG_PHYS_64BIT=y
16266 +# CONFIG_PPC_MM_SLICES is not set
16267 +CONFIG_NOT_COHERENT_CACHE=y
16269 +CONFIG_WORD_SIZE=32
16270 +CONFIG_PPC_MERGE=y
16272 +CONFIG_GENERIC_CMOS_UPDATE=y
16273 +CONFIG_GENERIC_TIME=y
16274 +CONFIG_GENERIC_TIME_VSYSCALL=y
16275 +CONFIG_GENERIC_CLOCKEVENTS=y
16276 +CONFIG_GENERIC_HARDIRQS=y
16277 +CONFIG_IRQ_PER_CPU=y
16278 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
16279 +CONFIG_ARCH_HAS_ILOG2_U32=y
16280 +CONFIG_GENERIC_HWEIGHT=y
16281 +CONFIG_GENERIC_CALIBRATE_DELAY=y
16282 +CONFIG_GENERIC_FIND_NEXT_BIT=y
16283 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
16285 +CONFIG_EARLY_PRINTK=y
16286 +CONFIG_GENERIC_NVRAM=y
16287 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
16288 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
16291 +CONFIG_PPC_UDBG_16550=y
16292 +# CONFIG_GENERIC_TBSYNC is not set
16293 +CONFIG_AUDIT_ARCH=y
16294 +CONFIG_GENERIC_BUG=y
16295 +# CONFIG_DEFAULT_UIMAGE is not set
16296 +CONFIG_PPC_DCR_NATIVE=y
16297 +# CONFIG_PPC_DCR_MMIO is not set
16299 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
16304 +CONFIG_EXPERIMENTAL=y
16305 +CONFIG_BROKEN_ON_SMP=y
16306 +CONFIG_INIT_ENV_ARG_LIMIT=32
16307 +CONFIG_LOCALVERSION=""
16308 +CONFIG_LOCALVERSION_AUTO=y
16311 +CONFIG_SYSVIPC_SYSCTL=y
16312 +CONFIG_POSIX_MQUEUE=y
16313 +# CONFIG_BSD_PROCESS_ACCT is not set
16314 +# CONFIG_TASKSTATS is not set
16315 +# CONFIG_USER_NS is not set
16316 +# CONFIG_PID_NS is not set
16317 +# CONFIG_AUDIT is not set
16318 +# CONFIG_IKCONFIG is not set
16319 +CONFIG_LOG_BUF_SHIFT=14
16320 +# CONFIG_CGROUPS is not set
16321 +CONFIG_FAIR_GROUP_SCHED=y
16322 +CONFIG_FAIR_USER_SCHED=y
16323 +# CONFIG_FAIR_CGROUP_SCHED is not set
16324 +CONFIG_SYSFS_DEPRECATED=y
16325 +# CONFIG_RELAY is not set
16326 +CONFIG_BLK_DEV_INITRD=y
16327 +CONFIG_INITRAMFS_SOURCE=""
16328 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
16331 +CONFIG_SYSCTL_SYSCALL=y
16333 +# CONFIG_KALLSYMS_ALL is not set
16334 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
16339 +CONFIG_BASE_FULL=y
16341 +CONFIG_ANON_INODES=y
16346 +CONFIG_VM_EVENT_COUNTERS=y
16347 +CONFIG_SLUB_DEBUG=y
16348 +# CONFIG_SLAB is not set
16350 +# CONFIG_SLOB is not set
16351 +CONFIG_RT_MUTEXES=y
16352 +# CONFIG_TINY_SHMEM is not set
16353 +CONFIG_BASE_SMALL=0
16355 +CONFIG_MODULE_UNLOAD=y
16356 +# CONFIG_MODULE_FORCE_UNLOAD is not set
16357 +# CONFIG_MODVERSIONS is not set
16358 +# CONFIG_MODULE_SRCVERSION_ALL is not set
16362 +# CONFIG_BLK_DEV_IO_TRACE is not set
16363 +# CONFIG_LSF is not set
16364 +# CONFIG_BLK_DEV_BSG is not set
16369 +CONFIG_IOSCHED_NOOP=y
16370 +CONFIG_IOSCHED_AS=y
16371 +CONFIG_IOSCHED_DEADLINE=y
16372 +CONFIG_IOSCHED_CFQ=y
16373 +CONFIG_DEFAULT_AS=y
16374 +# CONFIG_DEFAULT_DEADLINE is not set
16375 +# CONFIG_DEFAULT_CFQ is not set
16376 +# CONFIG_DEFAULT_NOOP is not set
16377 +CONFIG_DEFAULT_IOSCHED="anticipatory"
16378 +CONFIG_PPC4xx_PCI_EXPRESS=y
16381 +# Platform support
16383 +# CONFIG_PPC_MPC52xx is not set
16384 +# CONFIG_PPC_MPC5200 is not set
16385 +# CONFIG_PPC_CELL is not set
16386 +# CONFIG_PPC_CELL_NATIVE is not set
16387 +# CONFIG_PQ2ADS is not set
16388 +# CONFIG_BAMBOO is not set
16389 +# CONFIG_EBONY is not set
16390 +# CONFIG_SEQUOIA is not set
16391 +# CONFIG_TAISHAN is not set
16393 +# CONFIG_RAINIER is not set
16395 +# CONFIG_MPIC is not set
16396 +# CONFIG_MPIC_WEIRD is not set
16397 +# CONFIG_PPC_I8259 is not set
16398 +# CONFIG_PPC_RTAS is not set
16399 +# CONFIG_MMIO_NVRAM is not set
16400 +# CONFIG_PPC_MPC106 is not set
16401 +# CONFIG_PPC_970_NAP is not set
16402 +# CONFIG_PPC_INDIRECT_IO is not set
16403 +# CONFIG_GENERIC_IOMAP is not set
16404 +# CONFIG_CPU_FREQ is not set
16405 +# CONFIG_CPM2 is not set
16406 +# CONFIG_FSL_ULI1575 is not set
16411 +# CONFIG_HIGHMEM is not set
16412 +# CONFIG_TICK_ONESHOT is not set
16413 +# CONFIG_NO_HZ is not set
16414 +# CONFIG_HIGH_RES_TIMERS is not set
16415 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
16416 +# CONFIG_HZ_100 is not set
16418 +# CONFIG_HZ_300 is not set
16419 +# CONFIG_HZ_1000 is not set
16421 +CONFIG_PREEMPT_NONE=y
16422 +# CONFIG_PREEMPT_VOLUNTARY is not set
16423 +# CONFIG_PREEMPT is not set
16424 +CONFIG_BINFMT_ELF=y
16425 +# CONFIG_BINFMT_MISC is not set
16426 +# CONFIG_MATH_EMULATION is not set
16427 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
16428 +CONFIG_ARCH_FLATMEM_ENABLE=y
16429 +CONFIG_ARCH_POPULATES_NODE_MAP=y
16430 +CONFIG_SELECT_MEMORY_MODEL=y
16431 +CONFIG_FLATMEM_MANUAL=y
16432 +# CONFIG_DISCONTIGMEM_MANUAL is not set
16433 +# CONFIG_SPARSEMEM_MANUAL is not set
16435 +CONFIG_FLAT_NODE_MEM_MAP=y
16436 +# CONFIG_SPARSEMEM_STATIC is not set
16437 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
16438 +CONFIG_SPLIT_PTLOCK_CPUS=4
16439 +CONFIG_RESOURCES_64BIT=y
16440 +CONFIG_ZONE_DMA_FLAG=1
16442 +CONFIG_VIRT_TO_BUS=y
16443 +CONFIG_PROC_DEVICETREE=y
16444 +CONFIG_CMDLINE_BOOL=y
16447 +CONFIG_WANT_DEVICE_TREE=y
16448 +CONFIG_DEVICE_TREE="katmai.dts"
16449 +CONFIG_ISA_DMA_API=y
16455 +CONFIG_PPC_INDIRECT_PCI=y
16457 +CONFIG_PCI_DOMAINS=y
16458 +CONFIG_PCI_SYSCALL=y
16459 +# CONFIG_PCIEPORTBUS is not set
16460 +CONFIG_ARCH_SUPPORTS_MSI=y
16461 +# CONFIG_PCI_MSI is not set
16462 +CONFIG_PCI_LEGACY=y
16463 +# CONFIG_PCI_DEBUG is not set
16464 +# CONFIG_PCCARD is not set
16465 +# CONFIG_HOTPLUG_PCI is not set
16470 +# CONFIG_ADVANCED_OPTIONS is not set
16473 +# Default settings for advanced configuration options are used
16475 +CONFIG_HIGHMEM_START=0xfe000000
16476 +CONFIG_LOWMEM_SIZE=0x30000000
16477 +CONFIG_KERNEL_START=0xc0000000
16478 +CONFIG_TASK_SIZE=0xc0000000
16479 +CONFIG_CONSISTENT_START=0xff100000
16480 +CONFIG_CONSISTENT_SIZE=0x00200000
16481 +CONFIG_BOOT_LOAD=0x01000000
16489 +# Networking options
16492 +# CONFIG_PACKET_MMAP is not set
16494 +# CONFIG_NET_KEY is not set
16496 +# CONFIG_IP_MULTICAST is not set
16497 +# CONFIG_IP_ADVANCED_ROUTER is not set
16498 +CONFIG_IP_FIB_HASH=y
16500 +CONFIG_IP_PNP_DHCP=y
16501 +CONFIG_IP_PNP_BOOTP=y
16502 +# CONFIG_IP_PNP_RARP is not set
16503 +# CONFIG_NET_IPIP is not set
16504 +# CONFIG_NET_IPGRE is not set
16505 +# CONFIG_ARPD is not set
16506 +# CONFIG_SYN_COOKIES is not set
16507 +# CONFIG_INET_AH is not set
16508 +# CONFIG_INET_ESP is not set
16509 +# CONFIG_INET_IPCOMP is not set
16510 +# CONFIG_INET_XFRM_TUNNEL is not set
16511 +# CONFIG_INET_TUNNEL is not set
16512 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
16513 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
16514 +# CONFIG_INET_XFRM_MODE_BEET is not set
16515 +# CONFIG_INET_LRO is not set
16516 +CONFIG_INET_DIAG=y
16517 +CONFIG_INET_TCP_DIAG=y
16518 +# CONFIG_TCP_CONG_ADVANCED is not set
16519 +CONFIG_TCP_CONG_CUBIC=y
16520 +CONFIG_DEFAULT_TCP_CONG="cubic"
16521 +# CONFIG_TCP_MD5SIG is not set
16522 +# CONFIG_IPV6 is not set
16523 +# CONFIG_INET6_XFRM_TUNNEL is not set
16524 +# CONFIG_INET6_TUNNEL is not set
16525 +# CONFIG_NETWORK_SECMARK is not set
16526 +# CONFIG_NETFILTER is not set
16527 +# CONFIG_IP_DCCP is not set
16528 +# CONFIG_IP_SCTP is not set
16529 +# CONFIG_TIPC is not set
16530 +# CONFIG_ATM is not set
16531 +# CONFIG_BRIDGE is not set
16532 +# CONFIG_VLAN_8021Q is not set
16533 +# CONFIG_DECNET is not set
16534 +# CONFIG_LLC2 is not set
16535 +# CONFIG_IPX is not set
16536 +# CONFIG_ATALK is not set
16537 +# CONFIG_X25 is not set
16538 +# CONFIG_LAPB is not set
16539 +# CONFIG_ECONET is not set
16540 +# CONFIG_WAN_ROUTER is not set
16541 +# CONFIG_NET_SCHED is not set
16546 +# CONFIG_NET_PKTGEN is not set
16547 +# CONFIG_HAMRADIO is not set
16548 +# CONFIG_IRDA is not set
16549 +# CONFIG_BT is not set
16550 +# CONFIG_AF_RXRPC is not set
16555 +# CONFIG_CFG80211 is not set
16556 +# CONFIG_WIRELESS_EXT is not set
16557 +# CONFIG_MAC80211 is not set
16558 +# CONFIG_IEEE80211 is not set
16559 +# CONFIG_RFKILL is not set
16560 +# CONFIG_NET_9P is not set
16567 +# Generic Driver Options
16569 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
16570 +CONFIG_STANDALONE=y
16571 +CONFIG_PREVENT_FIRMWARE_BUILD=y
16572 +CONFIG_FW_LOADER=y
16573 +# CONFIG_DEBUG_DRIVER is not set
16574 +# CONFIG_DEBUG_DEVRES is not set
16575 +# CONFIG_SYS_HYPERVISOR is not set
16576 +CONFIG_CONNECTOR=y
16577 +CONFIG_PROC_EVENTS=y
16578 +# CONFIG_MTD is not set
16579 +CONFIG_OF_DEVICE=y
16580 +# CONFIG_PARPORT is not set
16582 +# CONFIG_BLK_DEV_FD is not set
16583 +# CONFIG_BLK_CPQ_DA is not set
16584 +# CONFIG_BLK_CPQ_CISS_DA is not set
16585 +# CONFIG_BLK_DEV_DAC960 is not set
16586 +# CONFIG_BLK_DEV_UMEM is not set
16587 +# CONFIG_BLK_DEV_COW_COMMON is not set
16588 +# CONFIG_BLK_DEV_LOOP is not set
16589 +# CONFIG_BLK_DEV_NBD is not set
16590 +# CONFIG_BLK_DEV_SX8 is not set
16591 +CONFIG_BLK_DEV_RAM=y
16592 +CONFIG_BLK_DEV_RAM_COUNT=16
16593 +CONFIG_BLK_DEV_RAM_SIZE=35000
16594 +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
16595 +# CONFIG_CDROM_PKTCDVD is not set
16596 +# CONFIG_ATA_OVER_ETH is not set
16597 +# CONFIG_XILINX_SYSACE is not set
16598 +CONFIG_MISC_DEVICES=y
16599 +# CONFIG_PHANTOM is not set
16600 +# CONFIG_EEPROM_93CX6 is not set
16601 +# CONFIG_SGI_IOC4 is not set
16602 +# CONFIG_TIFM_CORE is not set
16603 +# CONFIG_IDE is not set
16606 +# SCSI device support
16608 +# CONFIG_RAID_ATTRS is not set
16609 +# CONFIG_SCSI is not set
16610 +# CONFIG_SCSI_DMA is not set
16611 +# CONFIG_SCSI_NETLINK is not set
16612 +# CONFIG_ATA is not set
16613 +# CONFIG_MD is not set
16614 +# CONFIG_FUSION is not set
16617 +# IEEE 1394 (FireWire) support
16619 +# CONFIG_FIREWIRE is not set
16620 +# CONFIG_IEEE1394 is not set
16621 +# CONFIG_I2O is not set
16622 +CONFIG_MACINTOSH_DRIVERS=y
16623 +# CONFIG_MAC_EMUMOUSEBTN is not set
16624 +# CONFIG_WINDFARM is not set
16625 +CONFIG_NETDEVICES=y
16626 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
16627 +# CONFIG_DUMMY is not set
16628 +# CONFIG_BONDING is not set
16629 +# CONFIG_MACVLAN is not set
16630 +# CONFIG_EQUALIZER is not set
16631 +# CONFIG_TUN is not set
16632 +# CONFIG_VETH is not set
16633 +# CONFIG_IP1000 is not set
16634 +# CONFIG_ARCNET is not set
16635 +# CONFIG_PHYLIB is not set
16636 +CONFIG_NET_ETHERNET=y
16637 +# CONFIG_MII is not set
16638 +# CONFIG_HAPPYMEAL is not set
16639 +# CONFIG_SUNGEM is not set
16640 +# CONFIG_CASSINI is not set
16641 +# CONFIG_NET_VENDOR_3COM is not set
16642 +# CONFIG_NET_TULIP is not set
16643 +# CONFIG_HP100 is not set
16644 +CONFIG_IBM_NEW_EMAC=y
16645 +CONFIG_IBM_NEW_EMAC_RXB=128
16646 +CONFIG_IBM_NEW_EMAC_TXB=64
16647 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
16648 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
16649 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
16650 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
16651 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
16652 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
16653 +# CONFIG_IBM_NEW_EMAC_TAH is not set
16654 +CONFIG_IBM_NEW_EMAC_EMAC4=y
16655 +# CONFIG_NET_PCI is not set
16656 +# CONFIG_B44 is not set
16657 +CONFIG_NETDEV_1000=y
16658 +# CONFIG_ACENIC is not set
16659 +# CONFIG_DL2K is not set
16660 +# CONFIG_E1000 is not set
16661 +# CONFIG_E1000E is not set
16662 +# CONFIG_NS83820 is not set
16663 +# CONFIG_HAMACHI is not set
16664 +# CONFIG_YELLOWFIN is not set
16665 +# CONFIG_R8169 is not set
16666 +# CONFIG_SIS190 is not set
16667 +# CONFIG_SKGE is not set
16668 +# CONFIG_SKY2 is not set
16669 +# CONFIG_SK98LIN is not set
16670 +# CONFIG_VIA_VELOCITY is not set
16671 +# CONFIG_TIGON3 is not set
16672 +# CONFIG_BNX2 is not set
16673 +# CONFIG_QLA3XXX is not set
16674 +# CONFIG_ATL1 is not set
16675 +CONFIG_NETDEV_10000=y
16676 +# CONFIG_CHELSIO_T1 is not set
16677 +# CONFIG_CHELSIO_T3 is not set
16678 +# CONFIG_IXGBE is not set
16679 +# CONFIG_IXGB is not set
16680 +# CONFIG_S2IO is not set
16681 +# CONFIG_MYRI10GE is not set
16682 +# CONFIG_NETXEN_NIC is not set
16683 +# CONFIG_NIU is not set
16684 +# CONFIG_MLX4_CORE is not set
16685 +# CONFIG_TEHUTI is not set
16686 +# CONFIG_TR is not set
16691 +# CONFIG_WLAN_PRE80211 is not set
16692 +# CONFIG_WLAN_80211 is not set
16693 +# CONFIG_WAN is not set
16694 +# CONFIG_FDDI is not set
16695 +# CONFIG_HIPPI is not set
16696 +# CONFIG_PPP is not set
16697 +# CONFIG_SLIP is not set
16698 +# CONFIG_SHAPER is not set
16699 +# CONFIG_NETCONSOLE is not set
16700 +# CONFIG_NETPOLL is not set
16701 +# CONFIG_NET_POLL_CONTROLLER is not set
16702 +# CONFIG_ISDN is not set
16703 +# CONFIG_PHONE is not set
16706 +# Input device support
16708 +# CONFIG_INPUT is not set
16711 +# Hardware I/O ports
16713 +# CONFIG_SERIO is not set
16714 +# CONFIG_GAMEPORT is not set
16717 +# Character devices
16719 +# CONFIG_VT is not set
16720 +# CONFIG_SERIAL_NONSTANDARD is not set
16725 +CONFIG_SERIAL_8250=y
16726 +CONFIG_SERIAL_8250_CONSOLE=y
16727 +# CONFIG_SERIAL_8250_PCI is not set
16728 +CONFIG_SERIAL_8250_NR_UARTS=4
16729 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
16730 +CONFIG_SERIAL_8250_EXTENDED=y
16731 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
16732 +CONFIG_SERIAL_8250_SHARE_IRQ=y
16733 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
16734 +# CONFIG_SERIAL_8250_RSA is not set
16737 +# Non-8250 serial port support
16739 +# CONFIG_SERIAL_UARTLITE is not set
16740 +CONFIG_SERIAL_CORE=y
16741 +CONFIG_SERIAL_CORE_CONSOLE=y
16742 +# CONFIG_SERIAL_JSM is not set
16743 +CONFIG_SERIAL_OF_PLATFORM=y
16744 +CONFIG_UNIX98_PTYS=y
16745 +CONFIG_LEGACY_PTYS=y
16746 +CONFIG_LEGACY_PTY_COUNT=256
16747 +# CONFIG_IPMI_HANDLER is not set
16748 +# CONFIG_HW_RANDOM is not set
16749 +# CONFIG_NVRAM is not set
16750 +# CONFIG_GEN_RTC is not set
16751 +# CONFIG_R3964 is not set
16752 +# CONFIG_APPLICOM is not set
16753 +# CONFIG_RAW_DRIVER is not set
16754 +# CONFIG_TCG_TPM is not set
16756 +# CONFIG_I2C is not set
16761 +# CONFIG_SPI is not set
16762 +# CONFIG_SPI_MASTER is not set
16763 +# CONFIG_W1 is not set
16764 +# CONFIG_POWER_SUPPLY is not set
16765 +# CONFIG_HWMON is not set
16766 +# CONFIG_WATCHDOG is not set
16769 +# Sonics Silicon Backplane
16771 +CONFIG_SSB_POSSIBLE=y
16772 +# CONFIG_SSB is not set
16775 +# Multifunction device drivers
16777 +# CONFIG_MFD_SM501 is not set
16780 +# Multimedia devices
16782 +# CONFIG_VIDEO_DEV is not set
16783 +# CONFIG_DVB_CORE is not set
16787 +# Graphics support
16789 +# CONFIG_AGP is not set
16790 +# CONFIG_DRM is not set
16791 +# CONFIG_VGASTATE is not set
16792 +CONFIG_VIDEO_OUTPUT_CONTROL=m
16793 +# CONFIG_FB is not set
16794 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
16797 +# Display device support
16799 +# CONFIG_DISPLAY_SUPPORT is not set
16804 +# CONFIG_SOUND is not set
16805 +CONFIG_USB_SUPPORT=y
16806 +CONFIG_USB_ARCH_HAS_HCD=y
16807 +CONFIG_USB_ARCH_HAS_OHCI=y
16808 +CONFIG_USB_ARCH_HAS_EHCI=y
16809 +# CONFIG_USB is not set
16812 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
16816 +# USB Gadget Support
16818 +# CONFIG_USB_GADGET is not set
16819 +# CONFIG_MMC is not set
16820 +# CONFIG_NEW_LEDS is not set
16821 +# CONFIG_INFINIBAND is not set
16822 +# CONFIG_EDAC is not set
16823 +# CONFIG_RTC_CLASS is not set
16828 +# CONFIG_UIO is not set
16834 +# CONFIG_EXT2_FS_XATTR is not set
16835 +# CONFIG_EXT2_FS_XIP is not set
16836 +# CONFIG_EXT3_FS is not set
16837 +# CONFIG_EXT4DEV_FS is not set
16838 +# CONFIG_REISERFS_FS is not set
16839 +# CONFIG_JFS_FS is not set
16840 +# CONFIG_FS_POSIX_ACL is not set
16841 +# CONFIG_XFS_FS is not set
16842 +# CONFIG_GFS2_FS is not set
16843 +# CONFIG_OCFS2_FS is not set
16844 +# CONFIG_MINIX_FS is not set
16845 +# CONFIG_ROMFS_FS is not set
16847 +CONFIG_INOTIFY_USER=y
16848 +# CONFIG_QUOTA is not set
16850 +# CONFIG_AUTOFS_FS is not set
16851 +# CONFIG_AUTOFS4_FS is not set
16852 +# CONFIG_FUSE_FS is not set
16855 +# CD-ROM/DVD Filesystems
16857 +# CONFIG_ISO9660_FS is not set
16858 +# CONFIG_UDF_FS is not set
16861 +# DOS/FAT/NT Filesystems
16863 +# CONFIG_MSDOS_FS is not set
16864 +# CONFIG_VFAT_FS is not set
16865 +# CONFIG_NTFS_FS is not set
16868 +# Pseudo filesystems
16871 +CONFIG_PROC_KCORE=y
16872 +CONFIG_PROC_SYSCTL=y
16875 +# CONFIG_TMPFS_POSIX_ACL is not set
16876 +# CONFIG_HUGETLB_PAGE is not set
16877 +# CONFIG_CONFIGFS_FS is not set
16880 +# Miscellaneous filesystems
16882 +# CONFIG_ADFS_FS is not set
16883 +# CONFIG_AFFS_FS is not set
16884 +# CONFIG_HFS_FS is not set
16885 +# CONFIG_HFSPLUS_FS is not set
16886 +# CONFIG_BEFS_FS is not set
16887 +# CONFIG_BFS_FS is not set
16888 +# CONFIG_EFS_FS is not set
16890 +# CONFIG_VXFS_FS is not set
16891 +# CONFIG_HPFS_FS is not set
16892 +# CONFIG_QNX4FS_FS is not set
16893 +# CONFIG_SYSV_FS is not set
16894 +# CONFIG_UFS_FS is not set
16895 +CONFIG_NETWORK_FILESYSTEMS=y
16898 +# CONFIG_NFS_V3_ACL is not set
16899 +# CONFIG_NFS_V4 is not set
16900 +# CONFIG_NFS_DIRECTIO is not set
16901 +# CONFIG_NFSD is not set
16905 +CONFIG_NFS_COMMON=y
16907 +# CONFIG_SUNRPC_BIND34 is not set
16908 +# CONFIG_RPCSEC_GSS_KRB5 is not set
16909 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
16910 +# CONFIG_SMB_FS is not set
16911 +# CONFIG_CIFS is not set
16912 +# CONFIG_NCP_FS is not set
16913 +# CONFIG_CODA_FS is not set
16914 +# CONFIG_AFS_FS is not set
16919 +# CONFIG_PARTITION_ADVANCED is not set
16920 +CONFIG_MSDOS_PARTITION=y
16921 +# CONFIG_NLS is not set
16922 +# CONFIG_DLM is not set
16923 +# CONFIG_UCC_SLOW is not set
16926 +# Library routines
16928 +CONFIG_BITREVERSE=y
16929 +# CONFIG_CRC_CCITT is not set
16930 +# CONFIG_CRC16 is not set
16931 +# CONFIG_CRC_ITU_T is not set
16933 +# CONFIG_CRC7 is not set
16934 +# CONFIG_LIBCRC32C is not set
16935 +CONFIG_ZLIB_INFLATE=y
16937 +CONFIG_HAS_IOMEM=y
16938 +CONFIG_HAS_IOPORT=y
16940 +CONFIG_INSTRUMENTATION=y
16941 +# CONFIG_PROFILING is not set
16942 +# CONFIG_KPROBES is not set
16943 +# CONFIG_MARKERS is not set
16948 +# CONFIG_PRINTK_TIME is not set
16949 +CONFIG_ENABLE_WARN_DEPRECATED=y
16950 +CONFIG_ENABLE_MUST_CHECK=y
16951 +CONFIG_MAGIC_SYSRQ=y
16952 +# CONFIG_UNUSED_SYMBOLS is not set
16953 +# CONFIG_DEBUG_FS is not set
16954 +# CONFIG_HEADERS_CHECK is not set
16955 +CONFIG_DEBUG_KERNEL=y
16956 +# CONFIG_DEBUG_SHIRQ is not set
16957 +CONFIG_DETECT_SOFTLOCKUP=y
16958 +CONFIG_SCHED_DEBUG=y
16959 +# CONFIG_SCHEDSTATS is not set
16960 +# CONFIG_TIMER_STATS is not set
16961 +# CONFIG_SLUB_DEBUG_ON is not set
16962 +# CONFIG_DEBUG_RT_MUTEXES is not set
16963 +# CONFIG_RT_MUTEX_TESTER is not set
16964 +# CONFIG_DEBUG_SPINLOCK is not set
16965 +# CONFIG_DEBUG_MUTEXES is not set
16966 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
16967 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
16968 +# CONFIG_DEBUG_KOBJECT is not set
16969 +# CONFIG_DEBUG_BUGVERBOSE is not set
16970 +# CONFIG_DEBUG_INFO is not set
16971 +# CONFIG_DEBUG_VM is not set
16972 +# CONFIG_DEBUG_LIST is not set
16973 +# CONFIG_DEBUG_SG is not set
16974 +CONFIG_FORCED_INLINING=y
16975 +# CONFIG_BOOT_PRINTK_DELAY is not set
16976 +# CONFIG_RCU_TORTURE_TEST is not set
16977 +# CONFIG_FAULT_INJECTION is not set
16978 +# CONFIG_SAMPLES is not set
16979 +# CONFIG_DEBUG_STACKOVERFLOW is not set
16980 +# CONFIG_DEBUG_STACK_USAGE is not set
16981 +# CONFIG_DEBUG_PAGEALLOC is not set
16983 +# CONFIG_KGDB is not set
16984 +# CONFIG_XMON is not set
16985 +# CONFIG_BDI_SWITCH is not set
16986 +# CONFIG_PPC_EARLY_DEBUG is not set
16989 +# Security options
16991 +# CONFIG_KEYS is not set
16992 +# CONFIG_SECURITY is not set
16993 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
16995 +CONFIG_CRYPTO_ALGAPI=y
16996 +CONFIG_CRYPTO_BLKCIPHER=y
16997 +CONFIG_CRYPTO_MANAGER=y
16998 +# CONFIG_CRYPTO_HMAC is not set
16999 +# CONFIG_CRYPTO_XCBC is not set
17000 +# CONFIG_CRYPTO_NULL is not set
17001 +# CONFIG_CRYPTO_MD4 is not set
17002 +CONFIG_CRYPTO_MD5=y
17003 +# CONFIG_CRYPTO_SHA1 is not set
17004 +# CONFIG_CRYPTO_SHA256 is not set
17005 +# CONFIG_CRYPTO_SHA512 is not set
17006 +# CONFIG_CRYPTO_WP512 is not set
17007 +# CONFIG_CRYPTO_TGR192 is not set
17008 +# CONFIG_CRYPTO_GF128MUL is not set
17009 +CONFIG_CRYPTO_ECB=y
17010 +CONFIG_CRYPTO_CBC=y
17011 +CONFIG_CRYPTO_PCBC=y
17012 +# CONFIG_CRYPTO_LRW is not set
17013 +# CONFIG_CRYPTO_XTS is not set
17014 +# CONFIG_CRYPTO_CRYPTD is not set
17015 +CONFIG_CRYPTO_DES=y
17016 +# CONFIG_CRYPTO_FCRYPT is not set
17017 +# CONFIG_CRYPTO_BLOWFISH is not set
17018 +# CONFIG_CRYPTO_TWOFISH is not set
17019 +# CONFIG_CRYPTO_SERPENT is not set
17020 +# CONFIG_CRYPTO_AES is not set
17021 +# CONFIG_CRYPTO_CAST5 is not set
17022 +# CONFIG_CRYPTO_CAST6 is not set
17023 +# CONFIG_CRYPTO_TEA is not set
17024 +# CONFIG_CRYPTO_ARC4 is not set
17025 +# CONFIG_CRYPTO_KHAZAD is not set
17026 +# CONFIG_CRYPTO_ANUBIS is not set
17027 +# CONFIG_CRYPTO_SEED is not set
17028 +# CONFIG_CRYPTO_DEFLATE is not set
17029 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
17030 +# CONFIG_CRYPTO_CRC32C is not set
17031 +# CONFIG_CRYPTO_CAMELLIA is not set
17032 +# CONFIG_CRYPTO_TEST is not set
17033 +# CONFIG_CRYPTO_AUTHENC is not set
17034 +CONFIG_CRYPTO_HW=y
17035 +# CONFIG_PPC_CLOCK is not set
17037 +++ b/arch/powerpc/configs/44x/rainier_defconfig
17040 +# Automatically generated make config: don't edit
17041 +# Linux kernel version: 2.6.25-rc2
17042 +# Fri Feb 15 21:53:10 2008
17044 +# CONFIG_PPC64 is not set
17047 +# Processor support
17049 +# CONFIG_6xx is not set
17050 +# CONFIG_PPC_85xx is not set
17051 +# CONFIG_PPC_8xx is not set
17052 +# CONFIG_40x is not set
17054 +# CONFIG_E200 is not set
17057 +CONFIG_PTE_64BIT=y
17058 +CONFIG_PHYS_64BIT=y
17059 +# CONFIG_PPC_MM_SLICES is not set
17060 +CONFIG_NOT_COHERENT_CACHE=y
17062 +CONFIG_WORD_SIZE=32
17063 +CONFIG_PPC_MERGE=y
17065 +CONFIG_GENERIC_CMOS_UPDATE=y
17066 +CONFIG_GENERIC_TIME=y
17067 +CONFIG_GENERIC_TIME_VSYSCALL=y
17068 +CONFIG_GENERIC_CLOCKEVENTS=y
17069 +CONFIG_GENERIC_HARDIRQS=y
17070 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
17071 +CONFIG_IRQ_PER_CPU=y
17072 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
17073 +CONFIG_ARCH_HAS_ILOG2_U32=y
17074 +CONFIG_GENERIC_HWEIGHT=y
17075 +CONFIG_GENERIC_CALIBRATE_DELAY=y
17076 +CONFIG_GENERIC_FIND_NEXT_BIT=y
17077 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
17079 +CONFIG_EARLY_PRINTK=y
17080 +CONFIG_GENERIC_NVRAM=y
17081 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
17082 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
17085 +CONFIG_PPC_UDBG_16550=y
17086 +# CONFIG_GENERIC_TBSYNC is not set
17087 +CONFIG_AUDIT_ARCH=y
17088 +CONFIG_GENERIC_BUG=y
17089 +# CONFIG_DEFAULT_UIMAGE is not set
17090 +CONFIG_PPC_DCR_NATIVE=y
17091 +# CONFIG_PPC_DCR_MMIO is not set
17093 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
17098 +CONFIG_EXPERIMENTAL=y
17099 +CONFIG_BROKEN_ON_SMP=y
17100 +CONFIG_INIT_ENV_ARG_LIMIT=32
17101 +CONFIG_LOCALVERSION=""
17102 +CONFIG_LOCALVERSION_AUTO=y
17105 +CONFIG_SYSVIPC_SYSCTL=y
17106 +CONFIG_POSIX_MQUEUE=y
17107 +# CONFIG_BSD_PROCESS_ACCT is not set
17108 +# CONFIG_TASKSTATS is not set
17109 +# CONFIG_AUDIT is not set
17110 +# CONFIG_IKCONFIG is not set
17111 +CONFIG_LOG_BUF_SHIFT=14
17112 +# CONFIG_CGROUPS is not set
17113 +CONFIG_GROUP_SCHED=y
17114 +CONFIG_FAIR_GROUP_SCHED=y
17115 +# CONFIG_RT_GROUP_SCHED is not set
17116 +CONFIG_USER_SCHED=y
17117 +# CONFIG_CGROUP_SCHED is not set
17118 +CONFIG_SYSFS_DEPRECATED=y
17119 +# CONFIG_RELAY is not set
17120 +# CONFIG_NAMESPACES is not set
17121 +CONFIG_BLK_DEV_INITRD=y
17122 +CONFIG_INITRAMFS_SOURCE=""
17123 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
17126 +CONFIG_SYSCTL_SYSCALL=y
17128 +# CONFIG_KALLSYMS_ALL is not set
17129 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
17134 +CONFIG_COMPAT_BRK=y
17135 +CONFIG_BASE_FULL=y
17137 +CONFIG_ANON_INODES=y
17143 +CONFIG_VM_EVENT_COUNTERS=y
17144 +CONFIG_SLUB_DEBUG=y
17145 +# CONFIG_SLAB is not set
17147 +# CONFIG_SLOB is not set
17148 +# CONFIG_PROFILING is not set
17149 +# CONFIG_MARKERS is not set
17150 +CONFIG_HAVE_OPROFILE=y
17151 +# CONFIG_KPROBES is not set
17152 +CONFIG_HAVE_KPROBES=y
17153 +CONFIG_PROC_PAGE_MONITOR=y
17155 +CONFIG_RT_MUTEXES=y
17156 +# CONFIG_TINY_SHMEM is not set
17157 +CONFIG_BASE_SMALL=0
17159 +CONFIG_MODULE_UNLOAD=y
17160 +# CONFIG_MODULE_FORCE_UNLOAD is not set
17161 +# CONFIG_MODVERSIONS is not set
17162 +# CONFIG_MODULE_SRCVERSION_ALL is not set
17166 +# CONFIG_BLK_DEV_IO_TRACE is not set
17167 +# CONFIG_LSF is not set
17168 +# CONFIG_BLK_DEV_BSG is not set
17173 +CONFIG_IOSCHED_NOOP=y
17174 +CONFIG_IOSCHED_AS=y
17175 +CONFIG_IOSCHED_DEADLINE=y
17176 +CONFIG_IOSCHED_CFQ=y
17177 +CONFIG_DEFAULT_AS=y
17178 +# CONFIG_DEFAULT_DEADLINE is not set
17179 +# CONFIG_DEFAULT_CFQ is not set
17180 +# CONFIG_DEFAULT_NOOP is not set
17181 +CONFIG_DEFAULT_IOSCHED="anticipatory"
17182 +CONFIG_CLASSIC_RCU=y
17183 +# CONFIG_PREEMPT_RCU is not set
17184 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
17187 +# Platform support
17189 +# CONFIG_PPC_MPC512x is not set
17190 +# CONFIG_PPC_MPC5121 is not set
17191 +# CONFIG_PPC_CELL is not set
17192 +# CONFIG_PPC_CELL_NATIVE is not set
17193 +# CONFIG_PQ2ADS is not set
17194 +# CONFIG_BAMBOO is not set
17195 +# CONFIG_EBONY is not set
17196 +# CONFIG_SEQUOIA is not set
17197 +# CONFIG_TAISHAN is not set
17198 +# CONFIG_KATMAI is not set
17200 +# CONFIG_WARP is not set
17202 +# CONFIG_IPIC is not set
17203 +# CONFIG_MPIC is not set
17204 +# CONFIG_MPIC_WEIRD is not set
17205 +# CONFIG_PPC_I8259 is not set
17206 +# CONFIG_PPC_RTAS is not set
17207 +# CONFIG_MMIO_NVRAM is not set
17208 +# CONFIG_PPC_MPC106 is not set
17209 +# CONFIG_PPC_970_NAP is not set
17210 +# CONFIG_PPC_INDIRECT_IO is not set
17211 +# CONFIG_GENERIC_IOMAP is not set
17212 +# CONFIG_CPU_FREQ is not set
17213 +# CONFIG_FSL_ULI1575 is not set
17218 +# CONFIG_HIGHMEM is not set
17219 +# CONFIG_TICK_ONESHOT is not set
17220 +# CONFIG_NO_HZ is not set
17221 +# CONFIG_HIGH_RES_TIMERS is not set
17222 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
17223 +# CONFIG_HZ_100 is not set
17225 +# CONFIG_HZ_300 is not set
17226 +# CONFIG_HZ_1000 is not set
17228 +# CONFIG_SCHED_HRTICK is not set
17229 +CONFIG_PREEMPT_NONE=y
17230 +# CONFIG_PREEMPT_VOLUNTARY is not set
17231 +# CONFIG_PREEMPT is not set
17232 +CONFIG_RCU_TRACE=y
17233 +CONFIG_BINFMT_ELF=y
17234 +# CONFIG_BINFMT_MISC is not set
17235 +CONFIG_MATH_EMULATION=y
17236 +# CONFIG_IOMMU_HELPER is not set
17237 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
17238 +CONFIG_ARCH_HAS_WALK_MEMORY=y
17239 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
17240 +CONFIG_ARCH_FLATMEM_ENABLE=y
17241 +CONFIG_ARCH_POPULATES_NODE_MAP=y
17242 +CONFIG_SELECT_MEMORY_MODEL=y
17243 +CONFIG_FLATMEM_MANUAL=y
17244 +# CONFIG_DISCONTIGMEM_MANUAL is not set
17245 +# CONFIG_SPARSEMEM_MANUAL is not set
17247 +CONFIG_FLAT_NODE_MEM_MAP=y
17248 +# CONFIG_SPARSEMEM_STATIC is not set
17249 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
17250 +CONFIG_SPLIT_PTLOCK_CPUS=4
17251 +CONFIG_RESOURCES_64BIT=y
17252 +CONFIG_ZONE_DMA_FLAG=1
17254 +CONFIG_VIRT_TO_BUS=y
17255 +CONFIG_PROC_DEVICETREE=y
17256 +CONFIG_CMDLINE_BOOL=y
17259 +CONFIG_ISA_DMA_API=y
17265 +CONFIG_PPC_INDIRECT_PCI=y
17267 +CONFIG_PCI_DOMAINS=y
17268 +CONFIG_PCI_SYSCALL=y
17269 +# CONFIG_PCIEPORTBUS is not set
17270 +CONFIG_ARCH_SUPPORTS_MSI=y
17271 +# CONFIG_PCI_MSI is not set
17272 +CONFIG_PCI_LEGACY=y
17273 +# CONFIG_PCI_DEBUG is not set
17274 +# CONFIG_PCCARD is not set
17275 +# CONFIG_HOTPLUG_PCI is not set
17280 +# CONFIG_ADVANCED_OPTIONS is not set
17283 +# Default settings for advanced configuration options are used
17285 +CONFIG_HIGHMEM_START=0xfe000000
17286 +CONFIG_LOWMEM_SIZE=0x30000000
17287 +CONFIG_KERNEL_START=0xc0000000
17288 +CONFIG_TASK_SIZE=0xc0000000
17289 +CONFIG_CONSISTENT_START=0xff100000
17290 +CONFIG_CONSISTENT_SIZE=0x00200000
17291 +CONFIG_BOOT_LOAD=0x01000000
17299 +# Networking options
17302 +# CONFIG_PACKET_MMAP is not set
17304 +# CONFIG_NET_KEY is not set
17306 +# CONFIG_IP_MULTICAST is not set
17307 +# CONFIG_IP_ADVANCED_ROUTER is not set
17308 +CONFIG_IP_FIB_HASH=y
17310 +CONFIG_IP_PNP_DHCP=y
17311 +CONFIG_IP_PNP_BOOTP=y
17312 +# CONFIG_IP_PNP_RARP is not set
17313 +# CONFIG_NET_IPIP is not set
17314 +# CONFIG_NET_IPGRE is not set
17315 +# CONFIG_ARPD is not set
17316 +# CONFIG_SYN_COOKIES is not set
17317 +# CONFIG_INET_AH is not set
17318 +# CONFIG_INET_ESP is not set
17319 +# CONFIG_INET_IPCOMP is not set
17320 +# CONFIG_INET_XFRM_TUNNEL is not set
17321 +# CONFIG_INET_TUNNEL is not set
17322 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
17323 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
17324 +# CONFIG_INET_XFRM_MODE_BEET is not set
17325 +# CONFIG_INET_LRO is not set
17326 +CONFIG_INET_DIAG=y
17327 +CONFIG_INET_TCP_DIAG=y
17328 +# CONFIG_TCP_CONG_ADVANCED is not set
17329 +CONFIG_TCP_CONG_CUBIC=y
17330 +CONFIG_DEFAULT_TCP_CONG="cubic"
17331 +# CONFIG_TCP_MD5SIG is not set
17332 +# CONFIG_IPV6 is not set
17333 +# CONFIG_INET6_XFRM_TUNNEL is not set
17334 +# CONFIG_INET6_TUNNEL is not set
17335 +# CONFIG_NETWORK_SECMARK is not set
17336 +# CONFIG_NETFILTER is not set
17337 +# CONFIG_IP_DCCP is not set
17338 +# CONFIG_IP_SCTP is not set
17339 +# CONFIG_TIPC is not set
17340 +# CONFIG_ATM is not set
17341 +# CONFIG_BRIDGE is not set
17342 +# CONFIG_VLAN_8021Q is not set
17343 +# CONFIG_DECNET is not set
17344 +# CONFIG_LLC2 is not set
17345 +# CONFIG_IPX is not set
17346 +# CONFIG_ATALK is not set
17347 +# CONFIG_X25 is not set
17348 +# CONFIG_LAPB is not set
17349 +# CONFIG_ECONET is not set
17350 +# CONFIG_WAN_ROUTER is not set
17351 +# CONFIG_NET_SCHED is not set
17356 +# CONFIG_NET_PKTGEN is not set
17357 +# CONFIG_HAMRADIO is not set
17358 +# CONFIG_CAN is not set
17359 +# CONFIG_IRDA is not set
17360 +# CONFIG_BT is not set
17361 +# CONFIG_AF_RXRPC is not set
17366 +# CONFIG_CFG80211 is not set
17367 +# CONFIG_WIRELESS_EXT is not set
17368 +# CONFIG_MAC80211 is not set
17369 +# CONFIG_IEEE80211 is not set
17370 +# CONFIG_RFKILL is not set
17371 +# CONFIG_NET_9P is not set
17378 +# Generic Driver Options
17380 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
17381 +CONFIG_STANDALONE=y
17382 +CONFIG_PREVENT_FIRMWARE_BUILD=y
17383 +CONFIG_FW_LOADER=y
17384 +# CONFIG_DEBUG_DRIVER is not set
17385 +# CONFIG_DEBUG_DEVRES is not set
17386 +# CONFIG_SYS_HYPERVISOR is not set
17387 +CONFIG_CONNECTOR=y
17388 +CONFIG_PROC_EVENTS=y
17390 +# CONFIG_MTD_DEBUG is not set
17391 +# CONFIG_MTD_CONCAT is not set
17392 +CONFIG_MTD_PARTITIONS=y
17393 +# CONFIG_MTD_REDBOOT_PARTS is not set
17394 +CONFIG_MTD_CMDLINE_PARTS=y
17395 +CONFIG_MTD_OF_PARTS=y
17398 +# User Modules And Translation Layers
17401 +# CONFIG_MTD_BLKDEVS is not set
17402 +# CONFIG_MTD_BLOCK is not set
17403 +# CONFIG_MTD_BLOCK_RO is not set
17404 +# CONFIG_FTL is not set
17405 +# CONFIG_NFTL is not set
17406 +# CONFIG_INFTL is not set
17407 +# CONFIG_RFD_FTL is not set
17408 +# CONFIG_SSFDC is not set
17409 +# CONFIG_MTD_OOPS is not set
17412 +# RAM/ROM/Flash chip drivers
17415 +CONFIG_MTD_JEDECPROBE=y
17416 +CONFIG_MTD_GEN_PROBE=y
17417 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
17418 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
17419 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
17420 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
17421 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
17422 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
17423 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
17424 +CONFIG_MTD_CFI_I1=y
17425 +CONFIG_MTD_CFI_I2=y
17426 +# CONFIG_MTD_CFI_I4 is not set
17427 +# CONFIG_MTD_CFI_I8 is not set
17428 +CONFIG_MTD_CFI_INTELEXT=y
17429 +CONFIG_MTD_CFI_AMDSTD=y
17430 +# CONFIG_MTD_CFI_STAA is not set
17431 +CONFIG_MTD_CFI_UTIL=y
17432 +# CONFIG_MTD_RAM is not set
17433 +# CONFIG_MTD_ROM is not set
17434 +# CONFIG_MTD_ABSENT is not set
17437 +# Mapping drivers for chip access
17439 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
17440 +# CONFIG_MTD_PHYSMAP is not set
17441 +CONFIG_MTD_PHYSMAP_OF=y
17442 +# CONFIG_MTD_INTEL_VR_NOR is not set
17443 +# CONFIG_MTD_PLATRAM is not set
17446 +# Self-contained MTD device drivers
17448 +# CONFIG_MTD_PMC551 is not set
17449 +# CONFIG_MTD_SLRAM is not set
17450 +# CONFIG_MTD_PHRAM is not set
17451 +# CONFIG_MTD_MTDRAM is not set
17452 +# CONFIG_MTD_BLOCK2MTD is not set
17455 +# Disk-On-Chip Device Drivers
17457 +# CONFIG_MTD_DOC2000 is not set
17458 +# CONFIG_MTD_DOC2001 is not set
17459 +# CONFIG_MTD_DOC2001PLUS is not set
17460 +# CONFIG_MTD_NAND is not set
17461 +# CONFIG_MTD_ONENAND is not set
17464 +# UBI - Unsorted block images
17466 +# CONFIG_MTD_UBI is not set
17467 +CONFIG_OF_DEVICE=y
17468 +# CONFIG_PARPORT is not set
17470 +# CONFIG_BLK_DEV_FD is not set
17471 +# CONFIG_BLK_CPQ_DA is not set
17472 +# CONFIG_BLK_CPQ_CISS_DA is not set
17473 +# CONFIG_BLK_DEV_DAC960 is not set
17474 +# CONFIG_BLK_DEV_UMEM is not set
17475 +# CONFIG_BLK_DEV_COW_COMMON is not set
17476 +# CONFIG_BLK_DEV_LOOP is not set
17477 +# CONFIG_BLK_DEV_NBD is not set
17478 +# CONFIG_BLK_DEV_SX8 is not set
17479 +CONFIG_BLK_DEV_RAM=y
17480 +CONFIG_BLK_DEV_RAM_COUNT=16
17481 +CONFIG_BLK_DEV_RAM_SIZE=35000
17482 +# CONFIG_BLK_DEV_XIP is not set
17483 +# CONFIG_CDROM_PKTCDVD is not set
17484 +# CONFIG_ATA_OVER_ETH is not set
17485 +# CONFIG_XILINX_SYSACE is not set
17486 +CONFIG_MISC_DEVICES=y
17487 +# CONFIG_PHANTOM is not set
17488 +# CONFIG_EEPROM_93CX6 is not set
17489 +# CONFIG_SGI_IOC4 is not set
17490 +# CONFIG_TIFM_CORE is not set
17491 +# CONFIG_ENCLOSURE_SERVICES is not set
17493 +# CONFIG_IDE is not set
17496 +# SCSI device support
17498 +# CONFIG_RAID_ATTRS is not set
17499 +# CONFIG_SCSI is not set
17500 +# CONFIG_SCSI_DMA is not set
17501 +# CONFIG_SCSI_NETLINK is not set
17502 +# CONFIG_ATA is not set
17503 +# CONFIG_MD is not set
17504 +# CONFIG_FUSION is not set
17507 +# IEEE 1394 (FireWire) support
17509 +# CONFIG_FIREWIRE is not set
17510 +# CONFIG_IEEE1394 is not set
17511 +# CONFIG_I2O is not set
17512 +CONFIG_MACINTOSH_DRIVERS=y
17513 +# CONFIG_MAC_EMUMOUSEBTN is not set
17514 +# CONFIG_WINDFARM is not set
17515 +CONFIG_NETDEVICES=y
17516 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
17517 +# CONFIG_DUMMY is not set
17518 +# CONFIG_BONDING is not set
17519 +# CONFIG_MACVLAN is not set
17520 +# CONFIG_EQUALIZER is not set
17521 +# CONFIG_TUN is not set
17522 +# CONFIG_VETH is not set
17523 +# CONFIG_ARCNET is not set
17524 +# CONFIG_NET_ETHERNET is not set
17525 +CONFIG_IBM_NEW_EMAC_ZMII=y
17526 +CONFIG_IBM_NEW_EMAC_RGMII=y
17527 +CONFIG_IBM_NEW_EMAC_EMAC4=y
17528 +CONFIG_NETDEV_1000=y
17529 +# CONFIG_ACENIC is not set
17530 +# CONFIG_DL2K is not set
17531 +# CONFIG_E1000 is not set
17532 +# CONFIG_E1000E is not set
17533 +# CONFIG_E1000E_ENABLED is not set
17534 +# CONFIG_IP1000 is not set
17535 +# CONFIG_IGB is not set
17536 +# CONFIG_NS83820 is not set
17537 +# CONFIG_HAMACHI is not set
17538 +# CONFIG_YELLOWFIN is not set
17539 +# CONFIG_R8169 is not set
17540 +# CONFIG_SIS190 is not set
17541 +# CONFIG_SKGE is not set
17542 +# CONFIG_SKY2 is not set
17543 +# CONFIG_SK98LIN is not set
17544 +# CONFIG_VIA_VELOCITY is not set
17545 +# CONFIG_TIGON3 is not set
17546 +# CONFIG_BNX2 is not set
17547 +# CONFIG_QLA3XXX is not set
17548 +# CONFIG_ATL1 is not set
17549 +CONFIG_NETDEV_10000=y
17550 +# CONFIG_CHELSIO_T1 is not set
17551 +# CONFIG_CHELSIO_T3 is not set
17552 +# CONFIG_IXGBE is not set
17553 +# CONFIG_IXGB is not set
17554 +# CONFIG_S2IO is not set
17555 +# CONFIG_MYRI10GE is not set
17556 +# CONFIG_NETXEN_NIC is not set
17557 +# CONFIG_NIU is not set
17558 +# CONFIG_MLX4_CORE is not set
17559 +# CONFIG_TEHUTI is not set
17560 +# CONFIG_BNX2X is not set
17561 +# CONFIG_TR is not set
17566 +# CONFIG_WLAN_PRE80211 is not set
17567 +# CONFIG_WLAN_80211 is not set
17568 +# CONFIG_WAN is not set
17569 +# CONFIG_FDDI is not set
17570 +# CONFIG_HIPPI is not set
17571 +# CONFIG_PPP is not set
17572 +# CONFIG_SLIP is not set
17573 +# CONFIG_NETCONSOLE is not set
17574 +# CONFIG_NETPOLL is not set
17575 +# CONFIG_NET_POLL_CONTROLLER is not set
17576 +# CONFIG_ISDN is not set
17577 +# CONFIG_PHONE is not set
17580 +# Input device support
17582 +# CONFIG_INPUT is not set
17585 +# Hardware I/O ports
17587 +# CONFIG_SERIO is not set
17588 +# CONFIG_GAMEPORT is not set
17591 +# Character devices
17593 +# CONFIG_VT is not set
17594 +# CONFIG_SERIAL_NONSTANDARD is not set
17595 +# CONFIG_NOZOMI is not set
17600 +CONFIG_SERIAL_8250=y
17601 +CONFIG_SERIAL_8250_CONSOLE=y
17602 +# CONFIG_SERIAL_8250_PCI is not set
17603 +CONFIG_SERIAL_8250_NR_UARTS=4
17604 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
17605 +CONFIG_SERIAL_8250_EXTENDED=y
17606 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
17607 +CONFIG_SERIAL_8250_SHARE_IRQ=y
17608 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
17609 +# CONFIG_SERIAL_8250_RSA is not set
17612 +# Non-8250 serial port support
17614 +# CONFIG_SERIAL_UARTLITE is not set
17615 +CONFIG_SERIAL_CORE=y
17616 +CONFIG_SERIAL_CORE_CONSOLE=y
17617 +# CONFIG_SERIAL_JSM is not set
17618 +CONFIG_SERIAL_OF_PLATFORM=y
17619 +CONFIG_UNIX98_PTYS=y
17620 +CONFIG_LEGACY_PTYS=y
17621 +CONFIG_LEGACY_PTY_COUNT=256
17622 +# CONFIG_IPMI_HANDLER is not set
17623 +# CONFIG_HW_RANDOM is not set
17624 +# CONFIG_NVRAM is not set
17625 +# CONFIG_GEN_RTC is not set
17626 +# CONFIG_R3964 is not set
17627 +# CONFIG_APPLICOM is not set
17628 +# CONFIG_RAW_DRIVER is not set
17629 +# CONFIG_TCG_TPM is not set
17631 +# CONFIG_I2C is not set
17636 +# CONFIG_SPI is not set
17637 +# CONFIG_SPI_MASTER is not set
17638 +# CONFIG_W1 is not set
17639 +# CONFIG_POWER_SUPPLY is not set
17640 +# CONFIG_HWMON is not set
17642 +# CONFIG_WATCHDOG is not set
17645 +# Sonics Silicon Backplane
17647 +CONFIG_SSB_POSSIBLE=y
17648 +# CONFIG_SSB is not set
17651 +# Multifunction device drivers
17653 +# CONFIG_MFD_SM501 is not set
17656 +# Multimedia devices
17658 +# CONFIG_VIDEO_DEV is not set
17659 +# CONFIG_DVB_CORE is not set
17663 +# Graphics support
17665 +# CONFIG_AGP is not set
17666 +# CONFIG_DRM is not set
17667 +# CONFIG_VGASTATE is not set
17668 +CONFIG_VIDEO_OUTPUT_CONTROL=m
17669 +# CONFIG_FB is not set
17670 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
17673 +# Display device support
17675 +# CONFIG_DISPLAY_SUPPORT is not set
17680 +# CONFIG_SOUND is not set
17681 +CONFIG_USB_SUPPORT=y
17682 +CONFIG_USB_ARCH_HAS_HCD=y
17683 +CONFIG_USB_ARCH_HAS_OHCI=y
17684 +CONFIG_USB_ARCH_HAS_EHCI=y
17685 +# CONFIG_USB is not set
17688 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
17690 +# CONFIG_USB_GADGET is not set
17691 +# CONFIG_MMC is not set
17692 +# CONFIG_MEMSTICK is not set
17693 +# CONFIG_NEW_LEDS is not set
17694 +# CONFIG_INFINIBAND is not set
17695 +# CONFIG_EDAC is not set
17696 +# CONFIG_RTC_CLASS is not set
17701 +# CONFIG_UIO is not set
17707 +# CONFIG_EXT2_FS_XATTR is not set
17708 +# CONFIG_EXT2_FS_XIP is not set
17709 +# CONFIG_EXT3_FS is not set
17710 +# CONFIG_EXT4DEV_FS is not set
17711 +# CONFIG_REISERFS_FS is not set
17712 +# CONFIG_JFS_FS is not set
17713 +# CONFIG_FS_POSIX_ACL is not set
17714 +# CONFIG_XFS_FS is not set
17715 +# CONFIG_GFS2_FS is not set
17716 +# CONFIG_OCFS2_FS is not set
17719 +CONFIG_INOTIFY_USER=y
17720 +# CONFIG_QUOTA is not set
17721 +# CONFIG_AUTOFS_FS is not set
17722 +# CONFIG_AUTOFS4_FS is not set
17723 +# CONFIG_FUSE_FS is not set
17726 +# CD-ROM/DVD Filesystems
17728 +# CONFIG_ISO9660_FS is not set
17729 +# CONFIG_UDF_FS is not set
17732 +# DOS/FAT/NT Filesystems
17734 +# CONFIG_MSDOS_FS is not set
17735 +# CONFIG_VFAT_FS is not set
17736 +# CONFIG_NTFS_FS is not set
17739 +# Pseudo filesystems
17742 +CONFIG_PROC_KCORE=y
17743 +CONFIG_PROC_SYSCTL=y
17746 +# CONFIG_TMPFS_POSIX_ACL is not set
17747 +# CONFIG_HUGETLB_PAGE is not set
17748 +# CONFIG_CONFIGFS_FS is not set
17751 +# Miscellaneous filesystems
17753 +# CONFIG_ADFS_FS is not set
17754 +# CONFIG_AFFS_FS is not set
17755 +# CONFIG_HFS_FS is not set
17756 +# CONFIG_HFSPLUS_FS is not set
17757 +# CONFIG_BEFS_FS is not set
17758 +# CONFIG_BFS_FS is not set
17759 +# CONFIG_EFS_FS is not set
17761 +CONFIG_JFFS2_FS_DEBUG=0
17762 +CONFIG_JFFS2_FS_WRITEBUFFER=y
17763 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
17764 +# CONFIG_JFFS2_SUMMARY is not set
17765 +# CONFIG_JFFS2_FS_XATTR is not set
17766 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
17767 +CONFIG_JFFS2_ZLIB=y
17768 +# CONFIG_JFFS2_LZO is not set
17769 +CONFIG_JFFS2_RTIME=y
17770 +# CONFIG_JFFS2_RUBIN is not set
17772 +# CONFIG_VXFS_FS is not set
17773 +# CONFIG_MINIX_FS is not set
17774 +# CONFIG_HPFS_FS is not set
17775 +# CONFIG_QNX4FS_FS is not set
17776 +# CONFIG_ROMFS_FS is not set
17777 +# CONFIG_SYSV_FS is not set
17778 +# CONFIG_UFS_FS is not set
17779 +CONFIG_NETWORK_FILESYSTEMS=y
17782 +# CONFIG_NFS_V3_ACL is not set
17783 +# CONFIG_NFS_V4 is not set
17784 +# CONFIG_NFS_DIRECTIO is not set
17785 +# CONFIG_NFSD is not set
17789 +CONFIG_NFS_COMMON=y
17791 +# CONFIG_SUNRPC_BIND34 is not set
17792 +# CONFIG_RPCSEC_GSS_KRB5 is not set
17793 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
17794 +# CONFIG_SMB_FS is not set
17795 +# CONFIG_CIFS is not set
17796 +# CONFIG_NCP_FS is not set
17797 +# CONFIG_CODA_FS is not set
17798 +# CONFIG_AFS_FS is not set
17803 +# CONFIG_PARTITION_ADVANCED is not set
17804 +CONFIG_MSDOS_PARTITION=y
17805 +# CONFIG_NLS is not set
17806 +# CONFIG_DLM is not set
17809 +# Library routines
17811 +CONFIG_BITREVERSE=y
17812 +# CONFIG_CRC_CCITT is not set
17813 +# CONFIG_CRC16 is not set
17814 +# CONFIG_CRC_ITU_T is not set
17816 +# CONFIG_CRC7 is not set
17817 +# CONFIG_LIBCRC32C is not set
17818 +CONFIG_ZLIB_INFLATE=y
17819 +CONFIG_ZLIB_DEFLATE=y
17821 +CONFIG_HAS_IOMEM=y
17822 +CONFIG_HAS_IOPORT=y
17828 +# CONFIG_PRINTK_TIME is not set
17829 +CONFIG_ENABLE_WARN_DEPRECATED=y
17830 +CONFIG_ENABLE_MUST_CHECK=y
17831 +CONFIG_MAGIC_SYSRQ=y
17832 +# CONFIG_UNUSED_SYMBOLS is not set
17834 +# CONFIG_HEADERS_CHECK is not set
17835 +CONFIG_DEBUG_KERNEL=y
17836 +# CONFIG_DEBUG_SHIRQ is not set
17837 +CONFIG_DETECT_SOFTLOCKUP=y
17838 +CONFIG_SCHED_DEBUG=y
17839 +# CONFIG_SCHEDSTATS is not set
17840 +# CONFIG_TIMER_STATS is not set
17841 +# CONFIG_SLUB_DEBUG_ON is not set
17842 +# CONFIG_SLUB_STATS is not set
17843 +# CONFIG_DEBUG_RT_MUTEXES is not set
17844 +# CONFIG_RT_MUTEX_TESTER is not set
17845 +# CONFIG_DEBUG_SPINLOCK is not set
17846 +# CONFIG_DEBUG_MUTEXES is not set
17847 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
17848 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
17849 +# CONFIG_DEBUG_KOBJECT is not set
17850 +# CONFIG_DEBUG_BUGVERBOSE is not set
17851 +# CONFIG_DEBUG_INFO is not set
17852 +# CONFIG_DEBUG_VM is not set
17853 +# CONFIG_DEBUG_LIST is not set
17854 +# CONFIG_DEBUG_SG is not set
17855 +# CONFIG_BOOT_PRINTK_DELAY is not set
17856 +# CONFIG_RCU_TORTURE_TEST is not set
17857 +# CONFIG_BACKTRACE_SELF_TEST is not set
17858 +# CONFIG_FAULT_INJECTION is not set
17859 +# CONFIG_SAMPLES is not set
17860 +# CONFIG_DEBUG_STACKOVERFLOW is not set
17861 +# CONFIG_DEBUG_STACK_USAGE is not set
17862 +# CONFIG_DEBUG_PAGEALLOC is not set
17864 +# CONFIG_KGDB is not set
17865 +# CONFIG_XMON is not set
17866 +# CONFIG_VIRQ_DEBUG is not set
17867 +# CONFIG_BDI_SWITCH is not set
17868 +CONFIG_PPC_EARLY_DEBUG=y
17869 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
17870 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
17871 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
17872 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
17873 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
17874 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
17875 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
17876 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
17877 +CONFIG_PPC_EARLY_DEBUG_44x=y
17878 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
17879 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
17880 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
17881 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
17884 +# Security options
17886 +# CONFIG_KEYS is not set
17887 +# CONFIG_SECURITY is not set
17888 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
17890 +CONFIG_CRYPTO_ALGAPI=y
17891 +CONFIG_CRYPTO_BLKCIPHER=y
17892 +# CONFIG_CRYPTO_SEQIV is not set
17893 +CONFIG_CRYPTO_MANAGER=y
17894 +# CONFIG_CRYPTO_HMAC is not set
17895 +# CONFIG_CRYPTO_XCBC is not set
17896 +# CONFIG_CRYPTO_NULL is not set
17897 +# CONFIG_CRYPTO_MD4 is not set
17898 +CONFIG_CRYPTO_MD5=y
17899 +# CONFIG_CRYPTO_SHA1 is not set
17900 +# CONFIG_CRYPTO_SHA256 is not set
17901 +# CONFIG_CRYPTO_SHA512 is not set
17902 +# CONFIG_CRYPTO_WP512 is not set
17903 +# CONFIG_CRYPTO_TGR192 is not set
17904 +# CONFIG_CRYPTO_GF128MUL is not set
17905 +CONFIG_CRYPTO_ECB=y
17906 +CONFIG_CRYPTO_CBC=y
17907 +CONFIG_CRYPTO_PCBC=y
17908 +# CONFIG_CRYPTO_LRW is not set
17909 +# CONFIG_CRYPTO_XTS is not set
17910 +# CONFIG_CRYPTO_CTR is not set
17911 +# CONFIG_CRYPTO_GCM is not set
17912 +# CONFIG_CRYPTO_CCM is not set
17913 +# CONFIG_CRYPTO_CRYPTD is not set
17914 +CONFIG_CRYPTO_DES=y
17915 +# CONFIG_CRYPTO_FCRYPT is not set
17916 +# CONFIG_CRYPTO_BLOWFISH is not set
17917 +# CONFIG_CRYPTO_TWOFISH is not set
17918 +# CONFIG_CRYPTO_SERPENT is not set
17919 +# CONFIG_CRYPTO_AES is not set
17920 +# CONFIG_CRYPTO_CAST5 is not set
17921 +# CONFIG_CRYPTO_CAST6 is not set
17922 +# CONFIG_CRYPTO_TEA is not set
17923 +# CONFIG_CRYPTO_ARC4 is not set
17924 +# CONFIG_CRYPTO_KHAZAD is not set
17925 +# CONFIG_CRYPTO_ANUBIS is not set
17926 +# CONFIG_CRYPTO_SEED is not set
17927 +# CONFIG_CRYPTO_SALSA20 is not set
17928 +# CONFIG_CRYPTO_DEFLATE is not set
17929 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
17930 +# CONFIG_CRYPTO_CRC32C is not set
17931 +# CONFIG_CRYPTO_CAMELLIA is not set
17932 +# CONFIG_CRYPTO_TEST is not set
17933 +# CONFIG_CRYPTO_AUTHENC is not set
17934 +# CONFIG_CRYPTO_LZO is not set
17935 +CONFIG_CRYPTO_HW=y
17936 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
17937 +# CONFIG_PPC_CLOCK is not set
17939 +++ b/arch/powerpc/configs/44x/sequoia_defconfig
17942 +# Automatically generated make config: don't edit
17943 +# Linux kernel version: 2.6.25-rc2
17944 +# Fri Feb 15 21:53:46 2008
17946 +# CONFIG_PPC64 is not set
17949 +# Processor support
17951 +# CONFIG_6xx is not set
17952 +# CONFIG_PPC_85xx is not set
17953 +# CONFIG_PPC_8xx is not set
17954 +# CONFIG_40x is not set
17956 +# CONFIG_E200 is not set
17960 +CONFIG_PTE_64BIT=y
17961 +CONFIG_PHYS_64BIT=y
17962 +# CONFIG_PPC_MM_SLICES is not set
17963 +CONFIG_NOT_COHERENT_CACHE=y
17965 +CONFIG_WORD_SIZE=32
17966 +CONFIG_PPC_MERGE=y
17968 +CONFIG_GENERIC_CMOS_UPDATE=y
17969 +CONFIG_GENERIC_TIME=y
17970 +CONFIG_GENERIC_TIME_VSYSCALL=y
17971 +CONFIG_GENERIC_CLOCKEVENTS=y
17972 +CONFIG_GENERIC_HARDIRQS=y
17973 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
17974 +CONFIG_IRQ_PER_CPU=y
17975 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
17976 +CONFIG_ARCH_HAS_ILOG2_U32=y
17977 +CONFIG_GENERIC_HWEIGHT=y
17978 +CONFIG_GENERIC_CALIBRATE_DELAY=y
17979 +CONFIG_GENERIC_FIND_NEXT_BIT=y
17980 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
17982 +CONFIG_EARLY_PRINTK=y
17983 +CONFIG_GENERIC_NVRAM=y
17984 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
17985 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
17988 +CONFIG_PPC_UDBG_16550=y
17989 +# CONFIG_GENERIC_TBSYNC is not set
17990 +CONFIG_AUDIT_ARCH=y
17991 +CONFIG_GENERIC_BUG=y
17992 +# CONFIG_DEFAULT_UIMAGE is not set
17993 +CONFIG_PPC_DCR_NATIVE=y
17994 +# CONFIG_PPC_DCR_MMIO is not set
17996 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
18001 +CONFIG_EXPERIMENTAL=y
18002 +CONFIG_BROKEN_ON_SMP=y
18003 +CONFIG_INIT_ENV_ARG_LIMIT=32
18004 +CONFIG_LOCALVERSION=""
18005 +CONFIG_LOCALVERSION_AUTO=y
18008 +CONFIG_SYSVIPC_SYSCTL=y
18009 +CONFIG_POSIX_MQUEUE=y
18010 +# CONFIG_BSD_PROCESS_ACCT is not set
18011 +# CONFIG_TASKSTATS is not set
18012 +# CONFIG_AUDIT is not set
18013 +# CONFIG_IKCONFIG is not set
18014 +CONFIG_LOG_BUF_SHIFT=14
18015 +# CONFIG_CGROUPS is not set
18016 +CONFIG_GROUP_SCHED=y
18017 +# CONFIG_FAIR_GROUP_SCHED is not set
18018 +# CONFIG_RT_GROUP_SCHED is not set
18019 +CONFIG_USER_SCHED=y
18020 +# CONFIG_CGROUP_SCHED is not set
18021 +CONFIG_SYSFS_DEPRECATED=y
18022 +# CONFIG_RELAY is not set
18023 +# CONFIG_NAMESPACES is not set
18024 +CONFIG_BLK_DEV_INITRD=y
18025 +CONFIG_INITRAMFS_SOURCE=""
18026 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
18029 +CONFIG_SYSCTL_SYSCALL=y
18031 +# CONFIG_KALLSYMS_ALL is not set
18032 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
18037 +CONFIG_COMPAT_BRK=y
18038 +CONFIG_BASE_FULL=y
18040 +CONFIG_ANON_INODES=y
18046 +CONFIG_VM_EVENT_COUNTERS=y
18047 +CONFIG_SLUB_DEBUG=y
18048 +# CONFIG_SLAB is not set
18050 +# CONFIG_SLOB is not set
18051 +# CONFIG_PROFILING is not set
18052 +# CONFIG_MARKERS is not set
18053 +CONFIG_HAVE_OPROFILE=y
18054 +# CONFIG_KPROBES is not set
18055 +CONFIG_HAVE_KPROBES=y
18056 +CONFIG_PROC_PAGE_MONITOR=y
18058 +CONFIG_RT_MUTEXES=y
18059 +# CONFIG_TINY_SHMEM is not set
18060 +CONFIG_BASE_SMALL=0
18062 +CONFIG_MODULE_UNLOAD=y
18063 +# CONFIG_MODULE_FORCE_UNLOAD is not set
18064 +# CONFIG_MODVERSIONS is not set
18065 +# CONFIG_MODULE_SRCVERSION_ALL is not set
18069 +# CONFIG_BLK_DEV_IO_TRACE is not set
18070 +# CONFIG_LSF is not set
18071 +# CONFIG_BLK_DEV_BSG is not set
18076 +CONFIG_IOSCHED_NOOP=y
18077 +CONFIG_IOSCHED_AS=y
18078 +CONFIG_IOSCHED_DEADLINE=y
18079 +CONFIG_IOSCHED_CFQ=y
18080 +CONFIG_DEFAULT_AS=y
18081 +# CONFIG_DEFAULT_DEADLINE is not set
18082 +# CONFIG_DEFAULT_CFQ is not set
18083 +# CONFIG_DEFAULT_NOOP is not set
18084 +CONFIG_DEFAULT_IOSCHED="anticipatory"
18085 +CONFIG_CLASSIC_RCU=y
18086 +# CONFIG_PREEMPT_RCU is not set
18087 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
18090 +# Platform support
18092 +# CONFIG_PPC_MPC512x is not set
18093 +# CONFIG_PPC_MPC5121 is not set
18094 +# CONFIG_PPC_CELL is not set
18095 +# CONFIG_PPC_CELL_NATIVE is not set
18096 +# CONFIG_PQ2ADS is not set
18097 +# CONFIG_BAMBOO is not set
18098 +# CONFIG_EBONY is not set
18100 +# CONFIG_TAISHAN is not set
18101 +# CONFIG_KATMAI is not set
18102 +# CONFIG_RAINIER is not set
18103 +# CONFIG_WARP is not set
18105 +# CONFIG_IPIC is not set
18106 +# CONFIG_MPIC is not set
18107 +# CONFIG_MPIC_WEIRD is not set
18108 +# CONFIG_PPC_I8259 is not set
18109 +# CONFIG_PPC_RTAS is not set
18110 +# CONFIG_MMIO_NVRAM is not set
18111 +# CONFIG_PPC_MPC106 is not set
18112 +# CONFIG_PPC_970_NAP is not set
18113 +# CONFIG_PPC_INDIRECT_IO is not set
18114 +# CONFIG_GENERIC_IOMAP is not set
18115 +# CONFIG_CPU_FREQ is not set
18116 +# CONFIG_FSL_ULI1575 is not set
18121 +# CONFIG_HIGHMEM is not set
18122 +CONFIG_TICK_ONESHOT=y
18124 +CONFIG_HIGH_RES_TIMERS=y
18125 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
18126 +# CONFIG_HZ_100 is not set
18128 +# CONFIG_HZ_300 is not set
18129 +# CONFIG_HZ_1000 is not set
18131 +# CONFIG_SCHED_HRTICK is not set
18132 +CONFIG_PREEMPT_NONE=y
18133 +# CONFIG_PREEMPT_VOLUNTARY is not set
18134 +# CONFIG_PREEMPT is not set
18135 +CONFIG_RCU_TRACE=y
18136 +CONFIG_BINFMT_ELF=y
18137 +# CONFIG_BINFMT_MISC is not set
18138 +# CONFIG_MATH_EMULATION is not set
18139 +# CONFIG_IOMMU_HELPER is not set
18140 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
18141 +CONFIG_ARCH_HAS_WALK_MEMORY=y
18142 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
18143 +CONFIG_ARCH_FLATMEM_ENABLE=y
18144 +CONFIG_ARCH_POPULATES_NODE_MAP=y
18145 +CONFIG_SELECT_MEMORY_MODEL=y
18146 +CONFIG_FLATMEM_MANUAL=y
18147 +# CONFIG_DISCONTIGMEM_MANUAL is not set
18148 +# CONFIG_SPARSEMEM_MANUAL is not set
18150 +CONFIG_FLAT_NODE_MEM_MAP=y
18151 +# CONFIG_SPARSEMEM_STATIC is not set
18152 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
18153 +CONFIG_SPLIT_PTLOCK_CPUS=4
18154 +CONFIG_RESOURCES_64BIT=y
18155 +CONFIG_ZONE_DMA_FLAG=1
18157 +CONFIG_VIRT_TO_BUS=y
18158 +CONFIG_PROC_DEVICETREE=y
18159 +CONFIG_CMDLINE_BOOL=y
18162 +CONFIG_ISA_DMA_API=y
18168 +CONFIG_PPC_INDIRECT_PCI=y
18170 +CONFIG_PCI_DOMAINS=y
18171 +CONFIG_PCI_SYSCALL=y
18172 +# CONFIG_PCIEPORTBUS is not set
18173 +CONFIG_ARCH_SUPPORTS_MSI=y
18174 +# CONFIG_PCI_MSI is not set
18175 +CONFIG_PCI_LEGACY=y
18176 +# CONFIG_PCI_DEBUG is not set
18177 +# CONFIG_PCCARD is not set
18178 +# CONFIG_HOTPLUG_PCI is not set
18183 +# CONFIG_ADVANCED_OPTIONS is not set
18186 +# Default settings for advanced configuration options are used
18188 +CONFIG_HIGHMEM_START=0xfe000000
18189 +CONFIG_LOWMEM_SIZE=0x30000000
18190 +CONFIG_KERNEL_START=0xc0000000
18191 +CONFIG_TASK_SIZE=0xc0000000
18192 +CONFIG_CONSISTENT_START=0xff100000
18193 +CONFIG_CONSISTENT_SIZE=0x00200000
18194 +CONFIG_BOOT_LOAD=0x01000000
18202 +# Networking options
18205 +# CONFIG_PACKET_MMAP is not set
18207 +# CONFIG_NET_KEY is not set
18209 +# CONFIG_IP_MULTICAST is not set
18210 +# CONFIG_IP_ADVANCED_ROUTER is not set
18211 +CONFIG_IP_FIB_HASH=y
18213 +CONFIG_IP_PNP_DHCP=y
18214 +CONFIG_IP_PNP_BOOTP=y
18215 +# CONFIG_IP_PNP_RARP is not set
18216 +# CONFIG_NET_IPIP is not set
18217 +# CONFIG_NET_IPGRE is not set
18218 +# CONFIG_ARPD is not set
18219 +# CONFIG_SYN_COOKIES is not set
18220 +# CONFIG_INET_AH is not set
18221 +# CONFIG_INET_ESP is not set
18222 +# CONFIG_INET_IPCOMP is not set
18223 +# CONFIG_INET_XFRM_TUNNEL is not set
18224 +# CONFIG_INET_TUNNEL is not set
18225 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
18226 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
18227 +# CONFIG_INET_XFRM_MODE_BEET is not set
18228 +# CONFIG_INET_LRO is not set
18229 +CONFIG_INET_DIAG=y
18230 +CONFIG_INET_TCP_DIAG=y
18231 +# CONFIG_TCP_CONG_ADVANCED is not set
18232 +CONFIG_TCP_CONG_CUBIC=y
18233 +CONFIG_DEFAULT_TCP_CONG="cubic"
18234 +# CONFIG_TCP_MD5SIG is not set
18235 +# CONFIG_IPV6 is not set
18236 +# CONFIG_INET6_XFRM_TUNNEL is not set
18237 +# CONFIG_INET6_TUNNEL is not set
18238 +# CONFIG_NETWORK_SECMARK is not set
18239 +# CONFIG_NETFILTER is not set
18240 +# CONFIG_IP_DCCP is not set
18241 +# CONFIG_IP_SCTP is not set
18242 +# CONFIG_TIPC is not set
18243 +# CONFIG_ATM is not set
18244 +# CONFIG_BRIDGE is not set
18245 +# CONFIG_VLAN_8021Q is not set
18246 +# CONFIG_DECNET is not set
18247 +# CONFIG_LLC2 is not set
18248 +# CONFIG_IPX is not set
18249 +# CONFIG_ATALK is not set
18250 +# CONFIG_X25 is not set
18251 +# CONFIG_LAPB is not set
18252 +# CONFIG_ECONET is not set
18253 +# CONFIG_WAN_ROUTER is not set
18254 +# CONFIG_NET_SCHED is not set
18259 +# CONFIG_NET_PKTGEN is not set
18260 +# CONFIG_HAMRADIO is not set
18261 +# CONFIG_CAN is not set
18262 +# CONFIG_IRDA is not set
18263 +# CONFIG_BT is not set
18264 +# CONFIG_AF_RXRPC is not set
18269 +# CONFIG_CFG80211 is not set
18270 +# CONFIG_WIRELESS_EXT is not set
18271 +# CONFIG_MAC80211 is not set
18272 +# CONFIG_IEEE80211 is not set
18273 +# CONFIG_RFKILL is not set
18274 +# CONFIG_NET_9P is not set
18281 +# Generic Driver Options
18283 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
18284 +CONFIG_STANDALONE=y
18285 +CONFIG_PREVENT_FIRMWARE_BUILD=y
18286 +CONFIG_FW_LOADER=y
18287 +# CONFIG_DEBUG_DRIVER is not set
18288 +# CONFIG_DEBUG_DEVRES is not set
18289 +# CONFIG_SYS_HYPERVISOR is not set
18290 +CONFIG_CONNECTOR=y
18291 +CONFIG_PROC_EVENTS=y
18293 +# CONFIG_MTD_DEBUG is not set
18294 +# CONFIG_MTD_CONCAT is not set
18295 +CONFIG_MTD_PARTITIONS=y
18296 +# CONFIG_MTD_REDBOOT_PARTS is not set
18297 +CONFIG_MTD_CMDLINE_PARTS=y
18298 +CONFIG_MTD_OF_PARTS=y
18301 +# User Modules And Translation Layers
18304 +# CONFIG_MTD_BLKDEVS is not set
18305 +# CONFIG_MTD_BLOCK is not set
18306 +# CONFIG_MTD_BLOCK_RO is not set
18307 +# CONFIG_FTL is not set
18308 +# CONFIG_NFTL is not set
18309 +# CONFIG_INFTL is not set
18310 +# CONFIG_RFD_FTL is not set
18311 +# CONFIG_SSFDC is not set
18312 +# CONFIG_MTD_OOPS is not set
18315 +# RAM/ROM/Flash chip drivers
18318 +CONFIG_MTD_JEDECPROBE=y
18319 +CONFIG_MTD_GEN_PROBE=y
18320 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
18321 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
18322 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
18323 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
18324 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
18325 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
18326 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
18327 +CONFIG_MTD_CFI_I1=y
18328 +CONFIG_MTD_CFI_I2=y
18329 +# CONFIG_MTD_CFI_I4 is not set
18330 +# CONFIG_MTD_CFI_I8 is not set
18331 +CONFIG_MTD_CFI_INTELEXT=y
18332 +CONFIG_MTD_CFI_AMDSTD=y
18333 +# CONFIG_MTD_CFI_STAA is not set
18334 +CONFIG_MTD_CFI_UTIL=y
18335 +# CONFIG_MTD_RAM is not set
18336 +# CONFIG_MTD_ROM is not set
18337 +# CONFIG_MTD_ABSENT is not set
18340 +# Mapping drivers for chip access
18342 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
18343 +# CONFIG_MTD_PHYSMAP is not set
18344 +CONFIG_MTD_PHYSMAP_OF=y
18345 +# CONFIG_MTD_INTEL_VR_NOR is not set
18346 +# CONFIG_MTD_PLATRAM is not set
18349 +# Self-contained MTD device drivers
18351 +# CONFIG_MTD_PMC551 is not set
18352 +# CONFIG_MTD_SLRAM is not set
18353 +# CONFIG_MTD_PHRAM is not set
18354 +# CONFIG_MTD_MTDRAM is not set
18355 +# CONFIG_MTD_BLOCK2MTD is not set
18358 +# Disk-On-Chip Device Drivers
18360 +# CONFIG_MTD_DOC2000 is not set
18361 +# CONFIG_MTD_DOC2001 is not set
18362 +# CONFIG_MTD_DOC2001PLUS is not set
18363 +# CONFIG_MTD_NAND is not set
18364 +# CONFIG_MTD_ONENAND is not set
18367 +# UBI - Unsorted block images
18369 +# CONFIG_MTD_UBI is not set
18370 +CONFIG_OF_DEVICE=y
18371 +# CONFIG_PARPORT is not set
18373 +# CONFIG_BLK_DEV_FD is not set
18374 +# CONFIG_BLK_CPQ_DA is not set
18375 +# CONFIG_BLK_CPQ_CISS_DA is not set
18376 +# CONFIG_BLK_DEV_DAC960 is not set
18377 +# CONFIG_BLK_DEV_UMEM is not set
18378 +# CONFIG_BLK_DEV_COW_COMMON is not set
18379 +# CONFIG_BLK_DEV_LOOP is not set
18380 +# CONFIG_BLK_DEV_NBD is not set
18381 +# CONFIG_BLK_DEV_SX8 is not set
18382 +CONFIG_BLK_DEV_RAM=y
18383 +CONFIG_BLK_DEV_RAM_COUNT=16
18384 +CONFIG_BLK_DEV_RAM_SIZE=35000
18385 +# CONFIG_BLK_DEV_XIP is not set
18386 +# CONFIG_CDROM_PKTCDVD is not set
18387 +# CONFIG_ATA_OVER_ETH is not set
18388 +# CONFIG_XILINX_SYSACE is not set
18389 +CONFIG_MISC_DEVICES=y
18390 +# CONFIG_PHANTOM is not set
18391 +# CONFIG_EEPROM_93CX6 is not set
18392 +# CONFIG_SGI_IOC4 is not set
18393 +# CONFIG_TIFM_CORE is not set
18394 +# CONFIG_ENCLOSURE_SERVICES is not set
18396 +# CONFIG_IDE is not set
18399 +# SCSI device support
18401 +# CONFIG_RAID_ATTRS is not set
18402 +# CONFIG_SCSI is not set
18403 +# CONFIG_SCSI_DMA is not set
18404 +# CONFIG_SCSI_NETLINK is not set
18405 +# CONFIG_ATA is not set
18406 +# CONFIG_MD is not set
18407 +# CONFIG_FUSION is not set
18410 +# IEEE 1394 (FireWire) support
18412 +# CONFIG_FIREWIRE is not set
18413 +# CONFIG_IEEE1394 is not set
18414 +# CONFIG_I2O is not set
18415 +# CONFIG_MACINTOSH_DRIVERS is not set
18416 +CONFIG_NETDEVICES=y
18417 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
18418 +# CONFIG_DUMMY is not set
18419 +# CONFIG_BONDING is not set
18420 +# CONFIG_MACVLAN is not set
18421 +# CONFIG_EQUALIZER is not set
18422 +# CONFIG_TUN is not set
18423 +# CONFIG_VETH is not set
18424 +# CONFIG_ARCNET is not set
18425 +# CONFIG_PHYLIB is not set
18426 +CONFIG_NET_ETHERNET=y
18427 +# CONFIG_MII is not set
18428 +# CONFIG_HAPPYMEAL is not set
18429 +# CONFIG_SUNGEM is not set
18430 +# CONFIG_CASSINI is not set
18431 +# CONFIG_NET_VENDOR_3COM is not set
18432 +# CONFIG_NET_TULIP is not set
18433 +# CONFIG_HP100 is not set
18434 +CONFIG_IBM_NEW_EMAC=y
18435 +CONFIG_IBM_NEW_EMAC_RXB=128
18436 +CONFIG_IBM_NEW_EMAC_TXB=64
18437 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
18438 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
18439 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
18440 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
18441 +CONFIG_IBM_NEW_EMAC_ZMII=y
18442 +CONFIG_IBM_NEW_EMAC_RGMII=y
18443 +# CONFIG_IBM_NEW_EMAC_TAH is not set
18444 +CONFIG_IBM_NEW_EMAC_EMAC4=y
18445 +# CONFIG_NET_PCI is not set
18446 +# CONFIG_B44 is not set
18447 +CONFIG_NETDEV_1000=y
18448 +# CONFIG_ACENIC is not set
18449 +# CONFIG_DL2K is not set
18450 +# CONFIG_E1000 is not set
18451 +# CONFIG_E1000E is not set
18452 +# CONFIG_E1000E_ENABLED is not set
18453 +# CONFIG_IP1000 is not set
18454 +# CONFIG_IGB is not set
18455 +# CONFIG_NS83820 is not set
18456 +# CONFIG_HAMACHI is not set
18457 +# CONFIG_YELLOWFIN is not set
18458 +# CONFIG_R8169 is not set
18459 +# CONFIG_SIS190 is not set
18460 +# CONFIG_SKGE is not set
18461 +# CONFIG_SKY2 is not set
18462 +# CONFIG_SK98LIN is not set
18463 +# CONFIG_VIA_VELOCITY is not set
18464 +# CONFIG_TIGON3 is not set
18465 +# CONFIG_BNX2 is not set
18466 +# CONFIG_QLA3XXX is not set
18467 +# CONFIG_ATL1 is not set
18468 +CONFIG_NETDEV_10000=y
18469 +# CONFIG_CHELSIO_T1 is not set
18470 +# CONFIG_CHELSIO_T3 is not set
18471 +# CONFIG_IXGBE is not set
18472 +# CONFIG_IXGB is not set
18473 +# CONFIG_S2IO is not set
18474 +# CONFIG_MYRI10GE is not set
18475 +# CONFIG_NETXEN_NIC is not set
18476 +# CONFIG_NIU is not set
18477 +# CONFIG_MLX4_CORE is not set
18478 +# CONFIG_TEHUTI is not set
18479 +# CONFIG_BNX2X is not set
18480 +# CONFIG_TR is not set
18485 +# CONFIG_WLAN_PRE80211 is not set
18486 +# CONFIG_WLAN_80211 is not set
18487 +# CONFIG_WAN is not set
18488 +# CONFIG_FDDI is not set
18489 +# CONFIG_HIPPI is not set
18490 +# CONFIG_PPP is not set
18491 +# CONFIG_SLIP is not set
18492 +# CONFIG_NETCONSOLE is not set
18493 +# CONFIG_NETPOLL is not set
18494 +# CONFIG_NET_POLL_CONTROLLER is not set
18495 +# CONFIG_ISDN is not set
18496 +# CONFIG_PHONE is not set
18499 +# Input device support
18501 +# CONFIG_INPUT is not set
18504 +# Hardware I/O ports
18506 +# CONFIG_SERIO is not set
18507 +# CONFIG_GAMEPORT is not set
18510 +# Character devices
18512 +# CONFIG_VT is not set
18513 +# CONFIG_SERIAL_NONSTANDARD is not set
18514 +# CONFIG_NOZOMI is not set
18519 +CONFIG_SERIAL_8250=y
18520 +CONFIG_SERIAL_8250_CONSOLE=y
18521 +# CONFIG_SERIAL_8250_PCI is not set
18522 +CONFIG_SERIAL_8250_NR_UARTS=4
18523 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
18524 +CONFIG_SERIAL_8250_EXTENDED=y
18525 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
18526 +CONFIG_SERIAL_8250_SHARE_IRQ=y
18527 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
18528 +# CONFIG_SERIAL_8250_RSA is not set
18531 +# Non-8250 serial port support
18533 +# CONFIG_SERIAL_UARTLITE is not set
18534 +CONFIG_SERIAL_CORE=y
18535 +CONFIG_SERIAL_CORE_CONSOLE=y
18536 +# CONFIG_SERIAL_JSM is not set
18537 +CONFIG_SERIAL_OF_PLATFORM=y
18538 +CONFIG_UNIX98_PTYS=y
18539 +CONFIG_LEGACY_PTYS=y
18540 +CONFIG_LEGACY_PTY_COUNT=256
18541 +# CONFIG_IPMI_HANDLER is not set
18542 +# CONFIG_HW_RANDOM is not set
18543 +# CONFIG_NVRAM is not set
18544 +# CONFIG_GEN_RTC is not set
18545 +# CONFIG_R3964 is not set
18546 +# CONFIG_APPLICOM is not set
18547 +# CONFIG_RAW_DRIVER is not set
18548 +# CONFIG_TCG_TPM is not set
18550 +# CONFIG_I2C is not set
18555 +# CONFIG_SPI is not set
18556 +# CONFIG_SPI_MASTER is not set
18557 +# CONFIG_W1 is not set
18558 +# CONFIG_POWER_SUPPLY is not set
18559 +# CONFIG_HWMON is not set
18561 +# CONFIG_WATCHDOG is not set
18564 +# Sonics Silicon Backplane
18566 +CONFIG_SSB_POSSIBLE=y
18567 +# CONFIG_SSB is not set
18570 +# Multifunction device drivers
18572 +# CONFIG_MFD_SM501 is not set
18575 +# Multimedia devices
18577 +# CONFIG_VIDEO_DEV is not set
18578 +# CONFIG_DVB_CORE is not set
18582 +# Graphics support
18584 +# CONFIG_AGP is not set
18585 +# CONFIG_DRM is not set
18586 +# CONFIG_VGASTATE is not set
18587 +CONFIG_VIDEO_OUTPUT_CONTROL=m
18588 +# CONFIG_FB is not set
18589 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
18592 +# Display device support
18594 +# CONFIG_DISPLAY_SUPPORT is not set
18599 +# CONFIG_SOUND is not set
18600 +CONFIG_USB_SUPPORT=y
18601 +CONFIG_USB_ARCH_HAS_HCD=y
18602 +CONFIG_USB_ARCH_HAS_OHCI=y
18603 +CONFIG_USB_ARCH_HAS_EHCI=y
18604 +# CONFIG_USB is not set
18607 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
18609 +# CONFIG_USB_GADGET is not set
18610 +# CONFIG_MMC is not set
18611 +# CONFIG_MEMSTICK is not set
18612 +# CONFIG_NEW_LEDS is not set
18613 +# CONFIG_INFINIBAND is not set
18614 +# CONFIG_EDAC is not set
18615 +# CONFIG_RTC_CLASS is not set
18620 +# CONFIG_UIO is not set
18626 +# CONFIG_EXT2_FS_XATTR is not set
18627 +# CONFIG_EXT2_FS_XIP is not set
18628 +# CONFIG_EXT3_FS is not set
18629 +# CONFIG_EXT4DEV_FS is not set
18630 +# CONFIG_REISERFS_FS is not set
18631 +# CONFIG_JFS_FS is not set
18632 +# CONFIG_FS_POSIX_ACL is not set
18633 +# CONFIG_XFS_FS is not set
18634 +# CONFIG_GFS2_FS is not set
18635 +# CONFIG_OCFS2_FS is not set
18638 +CONFIG_INOTIFY_USER=y
18639 +# CONFIG_QUOTA is not set
18640 +# CONFIG_AUTOFS_FS is not set
18641 +# CONFIG_AUTOFS4_FS is not set
18642 +# CONFIG_FUSE_FS is not set
18645 +# CD-ROM/DVD Filesystems
18647 +# CONFIG_ISO9660_FS is not set
18648 +# CONFIG_UDF_FS is not set
18651 +# DOS/FAT/NT Filesystems
18653 +# CONFIG_MSDOS_FS is not set
18654 +# CONFIG_VFAT_FS is not set
18655 +# CONFIG_NTFS_FS is not set
18658 +# Pseudo filesystems
18661 +CONFIG_PROC_KCORE=y
18662 +CONFIG_PROC_SYSCTL=y
18665 +# CONFIG_TMPFS_POSIX_ACL is not set
18666 +# CONFIG_HUGETLB_PAGE is not set
18667 +# CONFIG_CONFIGFS_FS is not set
18670 +# Miscellaneous filesystems
18672 +# CONFIG_ADFS_FS is not set
18673 +# CONFIG_AFFS_FS is not set
18674 +# CONFIG_HFS_FS is not set
18675 +# CONFIG_HFSPLUS_FS is not set
18676 +# CONFIG_BEFS_FS is not set
18677 +# CONFIG_BFS_FS is not set
18678 +# CONFIG_EFS_FS is not set
18680 +CONFIG_JFFS2_FS_DEBUG=0
18681 +CONFIG_JFFS2_FS_WRITEBUFFER=y
18682 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
18683 +# CONFIG_JFFS2_SUMMARY is not set
18684 +# CONFIG_JFFS2_FS_XATTR is not set
18685 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
18686 +CONFIG_JFFS2_ZLIB=y
18687 +# CONFIG_JFFS2_LZO is not set
18688 +CONFIG_JFFS2_RTIME=y
18689 +# CONFIG_JFFS2_RUBIN is not set
18691 +# CONFIG_VXFS_FS is not set
18692 +# CONFIG_MINIX_FS is not set
18693 +# CONFIG_HPFS_FS is not set
18694 +# CONFIG_QNX4FS_FS is not set
18695 +# CONFIG_ROMFS_FS is not set
18696 +# CONFIG_SYSV_FS is not set
18697 +# CONFIG_UFS_FS is not set
18698 +CONFIG_NETWORK_FILESYSTEMS=y
18701 +# CONFIG_NFS_V3_ACL is not set
18702 +# CONFIG_NFS_V4 is not set
18703 +# CONFIG_NFS_DIRECTIO is not set
18704 +# CONFIG_NFSD is not set
18708 +CONFIG_NFS_COMMON=y
18710 +# CONFIG_SUNRPC_BIND34 is not set
18711 +# CONFIG_RPCSEC_GSS_KRB5 is not set
18712 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
18713 +# CONFIG_SMB_FS is not set
18714 +# CONFIG_CIFS is not set
18715 +# CONFIG_NCP_FS is not set
18716 +# CONFIG_CODA_FS is not set
18717 +# CONFIG_AFS_FS is not set
18722 +# CONFIG_PARTITION_ADVANCED is not set
18723 +CONFIG_MSDOS_PARTITION=y
18724 +# CONFIG_NLS is not set
18725 +# CONFIG_DLM is not set
18728 +# Library routines
18730 +CONFIG_BITREVERSE=y
18731 +# CONFIG_CRC_CCITT is not set
18732 +# CONFIG_CRC16 is not set
18733 +# CONFIG_CRC_ITU_T is not set
18735 +# CONFIG_CRC7 is not set
18736 +# CONFIG_LIBCRC32C is not set
18737 +CONFIG_ZLIB_INFLATE=y
18738 +CONFIG_ZLIB_DEFLATE=y
18740 +CONFIG_HAS_IOMEM=y
18741 +CONFIG_HAS_IOPORT=y
18747 +# CONFIG_PRINTK_TIME is not set
18748 +CONFIG_ENABLE_WARN_DEPRECATED=y
18749 +CONFIG_ENABLE_MUST_CHECK=y
18750 +CONFIG_MAGIC_SYSRQ=y
18751 +# CONFIG_UNUSED_SYMBOLS is not set
18753 +# CONFIG_HEADERS_CHECK is not set
18754 +CONFIG_DEBUG_KERNEL=y
18755 +# CONFIG_DEBUG_SHIRQ is not set
18756 +CONFIG_DETECT_SOFTLOCKUP=y
18757 +CONFIG_SCHED_DEBUG=y
18758 +# CONFIG_SCHEDSTATS is not set
18759 +# CONFIG_TIMER_STATS is not set
18760 +# CONFIG_SLUB_DEBUG_ON is not set
18761 +# CONFIG_SLUB_STATS is not set
18762 +# CONFIG_DEBUG_RT_MUTEXES is not set
18763 +# CONFIG_RT_MUTEX_TESTER is not set
18764 +# CONFIG_DEBUG_SPINLOCK is not set
18765 +# CONFIG_DEBUG_MUTEXES is not set
18766 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
18767 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
18768 +# CONFIG_DEBUG_KOBJECT is not set
18769 +# CONFIG_DEBUG_BUGVERBOSE is not set
18770 +# CONFIG_DEBUG_INFO is not set
18771 +# CONFIG_DEBUG_VM is not set
18772 +# CONFIG_DEBUG_LIST is not set
18773 +# CONFIG_DEBUG_SG is not set
18774 +# CONFIG_BOOT_PRINTK_DELAY is not set
18775 +# CONFIG_RCU_TORTURE_TEST is not set
18776 +# CONFIG_BACKTRACE_SELF_TEST is not set
18777 +# CONFIG_FAULT_INJECTION is not set
18778 +# CONFIG_SAMPLES is not set
18779 +# CONFIG_DEBUG_STACKOVERFLOW is not set
18780 +# CONFIG_DEBUG_STACK_USAGE is not set
18781 +# CONFIG_DEBUG_PAGEALLOC is not set
18783 +# CONFIG_KGDB is not set
18784 +# CONFIG_XMON is not set
18785 +# CONFIG_VIRQ_DEBUG is not set
18786 +# CONFIG_BDI_SWITCH is not set
18787 +CONFIG_PPC_EARLY_DEBUG=y
18788 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
18789 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
18790 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
18791 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
18792 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
18793 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
18794 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
18795 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
18796 +CONFIG_PPC_EARLY_DEBUG_44x=y
18797 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
18798 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
18799 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
18800 +CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
18803 +# Security options
18805 +# CONFIG_KEYS is not set
18806 +# CONFIG_SECURITY is not set
18807 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
18809 +CONFIG_CRYPTO_ALGAPI=y
18810 +CONFIG_CRYPTO_BLKCIPHER=y
18811 +# CONFIG_CRYPTO_SEQIV is not set
18812 +CONFIG_CRYPTO_MANAGER=y
18813 +# CONFIG_CRYPTO_HMAC is not set
18814 +# CONFIG_CRYPTO_XCBC is not set
18815 +# CONFIG_CRYPTO_NULL is not set
18816 +# CONFIG_CRYPTO_MD4 is not set
18817 +CONFIG_CRYPTO_MD5=y
18818 +# CONFIG_CRYPTO_SHA1 is not set
18819 +# CONFIG_CRYPTO_SHA256 is not set
18820 +# CONFIG_CRYPTO_SHA512 is not set
18821 +# CONFIG_CRYPTO_WP512 is not set
18822 +# CONFIG_CRYPTO_TGR192 is not set
18823 +# CONFIG_CRYPTO_GF128MUL is not set
18824 +CONFIG_CRYPTO_ECB=y
18825 +CONFIG_CRYPTO_CBC=y
18826 +CONFIG_CRYPTO_PCBC=y
18827 +# CONFIG_CRYPTO_LRW is not set
18828 +# CONFIG_CRYPTO_XTS is not set
18829 +# CONFIG_CRYPTO_CTR is not set
18830 +# CONFIG_CRYPTO_GCM is not set
18831 +# CONFIG_CRYPTO_CCM is not set
18832 +# CONFIG_CRYPTO_CRYPTD is not set
18833 +CONFIG_CRYPTO_DES=y
18834 +# CONFIG_CRYPTO_FCRYPT is not set
18835 +# CONFIG_CRYPTO_BLOWFISH is not set
18836 +# CONFIG_CRYPTO_TWOFISH is not set
18837 +# CONFIG_CRYPTO_SERPENT is not set
18838 +# CONFIG_CRYPTO_AES is not set
18839 +# CONFIG_CRYPTO_CAST5 is not set
18840 +# CONFIG_CRYPTO_CAST6 is not set
18841 +# CONFIG_CRYPTO_TEA is not set
18842 +# CONFIG_CRYPTO_ARC4 is not set
18843 +# CONFIG_CRYPTO_KHAZAD is not set
18844 +# CONFIG_CRYPTO_ANUBIS is not set
18845 +# CONFIG_CRYPTO_SEED is not set
18846 +# CONFIG_CRYPTO_SALSA20 is not set
18847 +# CONFIG_CRYPTO_DEFLATE is not set
18848 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
18849 +# CONFIG_CRYPTO_CRC32C is not set
18850 +# CONFIG_CRYPTO_CAMELLIA is not set
18851 +# CONFIG_CRYPTO_TEST is not set
18852 +# CONFIG_CRYPTO_AUTHENC is not set
18853 +# CONFIG_CRYPTO_LZO is not set
18854 +CONFIG_CRYPTO_HW=y
18855 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
18856 +# CONFIG_PPC_CLOCK is not set
18858 +++ b/arch/powerpc/configs/44x/taishan_defconfig
18861 +# Automatically generated make config: don't edit
18862 +# Linux kernel version: 2.6.25-rc2
18863 +# Fri Feb 15 21:40:44 2008
18865 +# CONFIG_PPC64 is not set
18868 +# Processor support
18870 +# CONFIG_6xx is not set
18871 +# CONFIG_PPC_85xx is not set
18872 +# CONFIG_PPC_8xx is not set
18873 +# CONFIG_40x is not set
18875 +# CONFIG_E200 is not set
18878 +CONFIG_PTE_64BIT=y
18879 +CONFIG_PHYS_64BIT=y
18880 +# CONFIG_PPC_MM_SLICES is not set
18881 +CONFIG_NOT_COHERENT_CACHE=y
18883 +CONFIG_WORD_SIZE=32
18884 +CONFIG_PPC_MERGE=y
18886 +CONFIG_GENERIC_CMOS_UPDATE=y
18887 +CONFIG_GENERIC_TIME=y
18888 +CONFIG_GENERIC_TIME_VSYSCALL=y
18889 +CONFIG_GENERIC_CLOCKEVENTS=y
18890 +CONFIG_GENERIC_HARDIRQS=y
18891 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
18892 +CONFIG_IRQ_PER_CPU=y
18893 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
18894 +CONFIG_ARCH_HAS_ILOG2_U32=y
18895 +CONFIG_GENERIC_HWEIGHT=y
18896 +CONFIG_GENERIC_CALIBRATE_DELAY=y
18897 +CONFIG_GENERIC_FIND_NEXT_BIT=y
18898 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
18900 +CONFIG_EARLY_PRINTK=y
18901 +CONFIG_GENERIC_NVRAM=y
18902 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
18903 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
18906 +CONFIG_PPC_UDBG_16550=y
18907 +# CONFIG_GENERIC_TBSYNC is not set
18908 +CONFIG_AUDIT_ARCH=y
18909 +CONFIG_GENERIC_BUG=y
18910 +# CONFIG_DEFAULT_UIMAGE is not set
18911 +CONFIG_PPC_DCR_NATIVE=y
18912 +# CONFIG_PPC_DCR_MMIO is not set
18914 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
18919 +CONFIG_EXPERIMENTAL=y
18920 +CONFIG_BROKEN_ON_SMP=y
18921 +CONFIG_INIT_ENV_ARG_LIMIT=32
18922 +CONFIG_LOCALVERSION=""
18923 +CONFIG_LOCALVERSION_AUTO=y
18926 +CONFIG_SYSVIPC_SYSCTL=y
18927 +CONFIG_POSIX_MQUEUE=y
18928 +# CONFIG_BSD_PROCESS_ACCT is not set
18929 +# CONFIG_TASKSTATS is not set
18930 +# CONFIG_AUDIT is not set
18931 +# CONFIG_IKCONFIG is not set
18932 +CONFIG_LOG_BUF_SHIFT=14
18933 +# CONFIG_CGROUPS is not set
18934 +CONFIG_GROUP_SCHED=y
18935 +CONFIG_FAIR_GROUP_SCHED=y
18936 +# CONFIG_RT_GROUP_SCHED is not set
18937 +CONFIG_USER_SCHED=y
18938 +# CONFIG_CGROUP_SCHED is not set
18939 +CONFIG_SYSFS_DEPRECATED=y
18940 +# CONFIG_RELAY is not set
18941 +# CONFIG_NAMESPACES is not set
18942 +CONFIG_BLK_DEV_INITRD=y
18943 +CONFIG_INITRAMFS_SOURCE=""
18944 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
18947 +CONFIG_SYSCTL_SYSCALL=y
18949 +# CONFIG_KALLSYMS_ALL is not set
18950 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
18955 +CONFIG_COMPAT_BRK=y
18956 +CONFIG_BASE_FULL=y
18958 +CONFIG_ANON_INODES=y
18964 +CONFIG_VM_EVENT_COUNTERS=y
18965 +CONFIG_SLUB_DEBUG=y
18966 +# CONFIG_SLAB is not set
18968 +# CONFIG_SLOB is not set
18969 +# CONFIG_PROFILING is not set
18970 +# CONFIG_MARKERS is not set
18971 +CONFIG_HAVE_OPROFILE=y
18972 +# CONFIG_KPROBES is not set
18973 +CONFIG_HAVE_KPROBES=y
18974 +CONFIG_PROC_PAGE_MONITOR=y
18976 +CONFIG_RT_MUTEXES=y
18977 +# CONFIG_TINY_SHMEM is not set
18978 +CONFIG_BASE_SMALL=0
18980 +CONFIG_MODULE_UNLOAD=y
18981 +# CONFIG_MODULE_FORCE_UNLOAD is not set
18982 +# CONFIG_MODVERSIONS is not set
18983 +# CONFIG_MODULE_SRCVERSION_ALL is not set
18987 +# CONFIG_BLK_DEV_IO_TRACE is not set
18988 +# CONFIG_LSF is not set
18989 +# CONFIG_BLK_DEV_BSG is not set
18994 +CONFIG_IOSCHED_NOOP=y
18995 +CONFIG_IOSCHED_AS=y
18996 +CONFIG_IOSCHED_DEADLINE=y
18997 +CONFIG_IOSCHED_CFQ=y
18998 +CONFIG_DEFAULT_AS=y
18999 +# CONFIG_DEFAULT_DEADLINE is not set
19000 +# CONFIG_DEFAULT_CFQ is not set
19001 +# CONFIG_DEFAULT_NOOP is not set
19002 +CONFIG_DEFAULT_IOSCHED="anticipatory"
19003 +CONFIG_CLASSIC_RCU=y
19004 +# CONFIG_PREEMPT_RCU is not set
19005 +# CONFIG_PPC4xx_PCI_EXPRESS is not set
19008 +# Platform support
19010 +# CONFIG_PPC_MPC512x is not set
19011 +# CONFIG_PPC_MPC5121 is not set
19012 +# CONFIG_PPC_CELL is not set
19013 +# CONFIG_PPC_CELL_NATIVE is not set
19014 +# CONFIG_PQ2ADS is not set
19015 +# CONFIG_BAMBOO is not set
19016 +# CONFIG_EBONY is not set
19017 +# CONFIG_SEQUOIA is not set
19019 +# CONFIG_KATMAI is not set
19020 +# CONFIG_RAINIER is not set
19021 +# CONFIG_WARP is not set
19023 +# CONFIG_IPIC is not set
19024 +# CONFIG_MPIC is not set
19025 +# CONFIG_MPIC_WEIRD is not set
19026 +# CONFIG_PPC_I8259 is not set
19027 +# CONFIG_PPC_RTAS is not set
19028 +# CONFIG_MMIO_NVRAM is not set
19029 +# CONFIG_PPC_MPC106 is not set
19030 +# CONFIG_PPC_970_NAP is not set
19031 +# CONFIG_PPC_INDIRECT_IO is not set
19032 +# CONFIG_GENERIC_IOMAP is not set
19033 +# CONFIG_CPU_FREQ is not set
19034 +# CONFIG_FSL_ULI1575 is not set
19039 +# CONFIG_HIGHMEM is not set
19040 +# CONFIG_TICK_ONESHOT is not set
19041 +# CONFIG_NO_HZ is not set
19042 +# CONFIG_HIGH_RES_TIMERS is not set
19043 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
19044 +# CONFIG_HZ_100 is not set
19046 +# CONFIG_HZ_300 is not set
19047 +# CONFIG_HZ_1000 is not set
19049 +# CONFIG_SCHED_HRTICK is not set
19050 +CONFIG_PREEMPT_NONE=y
19051 +# CONFIG_PREEMPT_VOLUNTARY is not set
19052 +# CONFIG_PREEMPT is not set
19053 +CONFIG_RCU_TRACE=y
19054 +CONFIG_BINFMT_ELF=y
19055 +# CONFIG_BINFMT_MISC is not set
19056 +# CONFIG_MATH_EMULATION is not set
19057 +# CONFIG_IOMMU_HELPER is not set
19058 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
19059 +CONFIG_ARCH_HAS_WALK_MEMORY=y
19060 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
19061 +CONFIG_ARCH_FLATMEM_ENABLE=y
19062 +CONFIG_ARCH_POPULATES_NODE_MAP=y
19063 +CONFIG_SELECT_MEMORY_MODEL=y
19064 +CONFIG_FLATMEM_MANUAL=y
19065 +# CONFIG_DISCONTIGMEM_MANUAL is not set
19066 +# CONFIG_SPARSEMEM_MANUAL is not set
19068 +CONFIG_FLAT_NODE_MEM_MAP=y
19069 +# CONFIG_SPARSEMEM_STATIC is not set
19070 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
19071 +CONFIG_SPLIT_PTLOCK_CPUS=4
19072 +CONFIG_RESOURCES_64BIT=y
19073 +CONFIG_ZONE_DMA_FLAG=1
19075 +CONFIG_VIRT_TO_BUS=y
19076 +CONFIG_PROC_DEVICETREE=y
19077 +CONFIG_CMDLINE_BOOL=y
19080 +CONFIG_ISA_DMA_API=y
19086 +CONFIG_PPC_INDIRECT_PCI=y
19088 +CONFIG_PCI_DOMAINS=y
19089 +CONFIG_PCI_SYSCALL=y
19090 +# CONFIG_PCIEPORTBUS is not set
19091 +CONFIG_ARCH_SUPPORTS_MSI=y
19092 +# CONFIG_PCI_MSI is not set
19093 +CONFIG_PCI_LEGACY=y
19094 +# CONFIG_PCI_DEBUG is not set
19095 +# CONFIG_PCCARD is not set
19096 +# CONFIG_HOTPLUG_PCI is not set
19101 +# CONFIG_ADVANCED_OPTIONS is not set
19104 +# Default settings for advanced configuration options are used
19106 +CONFIG_HIGHMEM_START=0xfe000000
19107 +CONFIG_LOWMEM_SIZE=0x30000000
19108 +CONFIG_KERNEL_START=0xc0000000
19109 +CONFIG_TASK_SIZE=0xc0000000
19110 +CONFIG_CONSISTENT_START=0xff100000
19111 +CONFIG_CONSISTENT_SIZE=0x00200000
19112 +CONFIG_BOOT_LOAD=0x01000000
19120 +# Networking options
19123 +# CONFIG_PACKET_MMAP is not set
19125 +# CONFIG_NET_KEY is not set
19127 +# CONFIG_IP_MULTICAST is not set
19128 +# CONFIG_IP_ADVANCED_ROUTER is not set
19129 +CONFIG_IP_FIB_HASH=y
19131 +CONFIG_IP_PNP_DHCP=y
19132 +CONFIG_IP_PNP_BOOTP=y
19133 +# CONFIG_IP_PNP_RARP is not set
19134 +# CONFIG_NET_IPIP is not set
19135 +# CONFIG_NET_IPGRE is not set
19136 +# CONFIG_ARPD is not set
19137 +# CONFIG_SYN_COOKIES is not set
19138 +# CONFIG_INET_AH is not set
19139 +# CONFIG_INET_ESP is not set
19140 +# CONFIG_INET_IPCOMP is not set
19141 +# CONFIG_INET_XFRM_TUNNEL is not set
19142 +# CONFIG_INET_TUNNEL is not set
19143 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
19144 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
19145 +# CONFIG_INET_XFRM_MODE_BEET is not set
19146 +# CONFIG_INET_LRO is not set
19147 +CONFIG_INET_DIAG=y
19148 +CONFIG_INET_TCP_DIAG=y
19149 +# CONFIG_TCP_CONG_ADVANCED is not set
19150 +CONFIG_TCP_CONG_CUBIC=y
19151 +CONFIG_DEFAULT_TCP_CONG="cubic"
19152 +# CONFIG_TCP_MD5SIG is not set
19153 +# CONFIG_IPV6 is not set
19154 +# CONFIG_INET6_XFRM_TUNNEL is not set
19155 +# CONFIG_INET6_TUNNEL is not set
19156 +# CONFIG_NETWORK_SECMARK is not set
19157 +# CONFIG_NETFILTER is not set
19158 +# CONFIG_IP_DCCP is not set
19159 +# CONFIG_IP_SCTP is not set
19160 +# CONFIG_TIPC is not set
19161 +# CONFIG_ATM is not set
19162 +# CONFIG_BRIDGE is not set
19163 +# CONFIG_VLAN_8021Q is not set
19164 +# CONFIG_DECNET is not set
19165 +# CONFIG_LLC2 is not set
19166 +# CONFIG_IPX is not set
19167 +# CONFIG_ATALK is not set
19168 +# CONFIG_X25 is not set
19169 +# CONFIG_LAPB is not set
19170 +# CONFIG_ECONET is not set
19171 +# CONFIG_WAN_ROUTER is not set
19172 +# CONFIG_NET_SCHED is not set
19177 +# CONFIG_NET_PKTGEN is not set
19178 +# CONFIG_HAMRADIO is not set
19179 +# CONFIG_CAN is not set
19180 +# CONFIG_IRDA is not set
19181 +# CONFIG_BT is not set
19182 +# CONFIG_AF_RXRPC is not set
19187 +# CONFIG_CFG80211 is not set
19188 +# CONFIG_WIRELESS_EXT is not set
19189 +# CONFIG_MAC80211 is not set
19190 +# CONFIG_IEEE80211 is not set
19191 +# CONFIG_RFKILL is not set
19192 +# CONFIG_NET_9P is not set
19199 +# Generic Driver Options
19201 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
19202 +CONFIG_STANDALONE=y
19203 +CONFIG_PREVENT_FIRMWARE_BUILD=y
19204 +CONFIG_FW_LOADER=y
19205 +# CONFIG_DEBUG_DRIVER is not set
19206 +# CONFIG_DEBUG_DEVRES is not set
19207 +# CONFIG_SYS_HYPERVISOR is not set
19208 +CONFIG_CONNECTOR=y
19209 +CONFIG_PROC_EVENTS=y
19210 +# CONFIG_MTD is not set
19211 +CONFIG_OF_DEVICE=y
19212 +# CONFIG_PARPORT is not set
19214 +# CONFIG_BLK_DEV_FD is not set
19215 +# CONFIG_BLK_CPQ_DA is not set
19216 +# CONFIG_BLK_CPQ_CISS_DA is not set
19217 +# CONFIG_BLK_DEV_DAC960 is not set
19218 +# CONFIG_BLK_DEV_UMEM is not set
19219 +# CONFIG_BLK_DEV_COW_COMMON is not set
19220 +# CONFIG_BLK_DEV_LOOP is not set
19221 +# CONFIG_BLK_DEV_NBD is not set
19222 +# CONFIG_BLK_DEV_SX8 is not set
19223 +CONFIG_BLK_DEV_RAM=y
19224 +CONFIG_BLK_DEV_RAM_COUNT=16
19225 +CONFIG_BLK_DEV_RAM_SIZE=35000
19226 +# CONFIG_BLK_DEV_XIP is not set
19227 +# CONFIG_CDROM_PKTCDVD is not set
19228 +# CONFIG_ATA_OVER_ETH is not set
19229 +# CONFIG_XILINX_SYSACE is not set
19230 +CONFIG_MISC_DEVICES=y
19231 +# CONFIG_PHANTOM is not set
19232 +# CONFIG_EEPROM_93CX6 is not set
19233 +# CONFIG_SGI_IOC4 is not set
19234 +# CONFIG_TIFM_CORE is not set
19235 +# CONFIG_ENCLOSURE_SERVICES is not set
19237 +# CONFIG_IDE is not set
19240 +# SCSI device support
19242 +# CONFIG_RAID_ATTRS is not set
19243 +# CONFIG_SCSI is not set
19244 +# CONFIG_SCSI_DMA is not set
19245 +# CONFIG_SCSI_NETLINK is not set
19246 +# CONFIG_ATA is not set
19247 +# CONFIG_MD is not set
19248 +# CONFIG_FUSION is not set
19251 +# IEEE 1394 (FireWire) support
19253 +# CONFIG_FIREWIRE is not set
19254 +# CONFIG_IEEE1394 is not set
19255 +# CONFIG_I2O is not set
19256 +CONFIG_MACINTOSH_DRIVERS=y
19257 +# CONFIG_MAC_EMUMOUSEBTN is not set
19258 +# CONFIG_WINDFARM is not set
19259 +CONFIG_NETDEVICES=y
19260 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
19261 +# CONFIG_DUMMY is not set
19262 +# CONFIG_BONDING is not set
19263 +# CONFIG_MACVLAN is not set
19264 +# CONFIG_EQUALIZER is not set
19265 +# CONFIG_TUN is not set
19266 +# CONFIG_VETH is not set
19267 +# CONFIG_ARCNET is not set
19268 +# CONFIG_PHYLIB is not set
19269 +CONFIG_NET_ETHERNET=y
19270 +# CONFIG_MII is not set
19271 +# CONFIG_HAPPYMEAL is not set
19272 +# CONFIG_SUNGEM is not set
19273 +# CONFIG_CASSINI is not set
19274 +# CONFIG_NET_VENDOR_3COM is not set
19275 +# CONFIG_NET_TULIP is not set
19276 +# CONFIG_HP100 is not set
19277 +CONFIG_IBM_NEW_EMAC=y
19278 +CONFIG_IBM_NEW_EMAC_RXB=128
19279 +CONFIG_IBM_NEW_EMAC_TXB=64
19280 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
19281 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
19282 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
19283 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
19284 +CONFIG_IBM_NEW_EMAC_ZMII=y
19285 +CONFIG_IBM_NEW_EMAC_RGMII=y
19286 +CONFIG_IBM_NEW_EMAC_TAH=y
19287 +CONFIG_IBM_NEW_EMAC_EMAC4=y
19288 +# CONFIG_NET_PCI is not set
19289 +# CONFIG_B44 is not set
19290 +CONFIG_NETDEV_1000=y
19291 +# CONFIG_ACENIC is not set
19292 +# CONFIG_DL2K is not set
19293 +# CONFIG_E1000 is not set
19294 +# CONFIG_E1000E is not set
19295 +# CONFIG_E1000E_ENABLED is not set
19296 +# CONFIG_IP1000 is not set
19297 +# CONFIG_IGB is not set
19298 +# CONFIG_NS83820 is not set
19299 +# CONFIG_HAMACHI is not set
19300 +# CONFIG_YELLOWFIN is not set
19301 +# CONFIG_R8169 is not set
19302 +# CONFIG_SIS190 is not set
19303 +# CONFIG_SKGE is not set
19304 +# CONFIG_SKY2 is not set
19305 +# CONFIG_SK98LIN is not set
19306 +# CONFIG_VIA_VELOCITY is not set
19307 +# CONFIG_TIGON3 is not set
19308 +# CONFIG_BNX2 is not set
19309 +# CONFIG_QLA3XXX is not set
19310 +# CONFIG_ATL1 is not set
19311 +CONFIG_NETDEV_10000=y
19312 +# CONFIG_CHELSIO_T1 is not set
19313 +# CONFIG_CHELSIO_T3 is not set
19314 +# CONFIG_IXGBE is not set
19315 +# CONFIG_IXGB is not set
19316 +# CONFIG_S2IO is not set
19317 +# CONFIG_MYRI10GE is not set
19318 +# CONFIG_NETXEN_NIC is not set
19319 +# CONFIG_NIU is not set
19320 +# CONFIG_MLX4_CORE is not set
19321 +# CONFIG_TEHUTI is not set
19322 +# CONFIG_BNX2X is not set
19323 +# CONFIG_TR is not set
19328 +# CONFIG_WLAN_PRE80211 is not set
19329 +# CONFIG_WLAN_80211 is not set
19330 +# CONFIG_WAN is not set
19331 +# CONFIG_FDDI is not set
19332 +# CONFIG_HIPPI is not set
19333 +# CONFIG_PPP is not set
19334 +# CONFIG_SLIP is not set
19335 +# CONFIG_NETCONSOLE is not set
19336 +# CONFIG_NETPOLL is not set
19337 +# CONFIG_NET_POLL_CONTROLLER is not set
19338 +# CONFIG_ISDN is not set
19339 +# CONFIG_PHONE is not set
19342 +# Input device support
19344 +# CONFIG_INPUT is not set
19347 +# Hardware I/O ports
19349 +# CONFIG_SERIO is not set
19350 +# CONFIG_GAMEPORT is not set
19353 +# Character devices
19355 +# CONFIG_VT is not set
19356 +# CONFIG_SERIAL_NONSTANDARD is not set
19357 +# CONFIG_NOZOMI is not set
19362 +CONFIG_SERIAL_8250=y
19363 +CONFIG_SERIAL_8250_CONSOLE=y
19364 +# CONFIG_SERIAL_8250_PCI is not set
19365 +CONFIG_SERIAL_8250_NR_UARTS=4
19366 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
19367 +CONFIG_SERIAL_8250_EXTENDED=y
19368 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
19369 +CONFIG_SERIAL_8250_SHARE_IRQ=y
19370 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
19371 +# CONFIG_SERIAL_8250_RSA is not set
19374 +# Non-8250 serial port support
19376 +# CONFIG_SERIAL_UARTLITE is not set
19377 +CONFIG_SERIAL_CORE=y
19378 +CONFIG_SERIAL_CORE_CONSOLE=y
19379 +# CONFIG_SERIAL_JSM is not set
19380 +CONFIG_SERIAL_OF_PLATFORM=y
19381 +CONFIG_UNIX98_PTYS=y
19382 +CONFIG_LEGACY_PTYS=y
19383 +CONFIG_LEGACY_PTY_COUNT=256
19384 +# CONFIG_IPMI_HANDLER is not set
19385 +# CONFIG_HW_RANDOM is not set
19386 +# CONFIG_NVRAM is not set
19387 +# CONFIG_GEN_RTC is not set
19388 +# CONFIG_R3964 is not set
19389 +# CONFIG_APPLICOM is not set
19390 +# CONFIG_RAW_DRIVER is not set
19391 +# CONFIG_TCG_TPM is not set
19393 +# CONFIG_I2C is not set
19398 +# CONFIG_SPI is not set
19399 +# CONFIG_SPI_MASTER is not set
19400 +# CONFIG_W1 is not set
19401 +# CONFIG_POWER_SUPPLY is not set
19402 +# CONFIG_HWMON is not set
19404 +# CONFIG_WATCHDOG is not set
19407 +# Sonics Silicon Backplane
19409 +CONFIG_SSB_POSSIBLE=y
19410 +# CONFIG_SSB is not set
19413 +# Multifunction device drivers
19415 +# CONFIG_MFD_SM501 is not set
19418 +# Multimedia devices
19420 +# CONFIG_VIDEO_DEV is not set
19421 +# CONFIG_DVB_CORE is not set
19425 +# Graphics support
19427 +# CONFIG_AGP is not set
19428 +# CONFIG_DRM is not set
19429 +# CONFIG_VGASTATE is not set
19430 +CONFIG_VIDEO_OUTPUT_CONTROL=m
19431 +# CONFIG_FB is not set
19432 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
19435 +# Display device support
19437 +# CONFIG_DISPLAY_SUPPORT is not set
19442 +# CONFIG_SOUND is not set
19443 +CONFIG_USB_SUPPORT=y
19444 +CONFIG_USB_ARCH_HAS_HCD=y
19445 +CONFIG_USB_ARCH_HAS_OHCI=y
19446 +CONFIG_USB_ARCH_HAS_EHCI=y
19447 +# CONFIG_USB is not set
19450 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
19452 +# CONFIG_USB_GADGET is not set
19453 +# CONFIG_MMC is not set
19454 +# CONFIG_MEMSTICK is not set
19455 +# CONFIG_NEW_LEDS is not set
19456 +# CONFIG_INFINIBAND is not set
19457 +# CONFIG_EDAC is not set
19458 +# CONFIG_RTC_CLASS is not set
19463 +# CONFIG_UIO is not set
19469 +# CONFIG_EXT2_FS_XATTR is not set
19470 +# CONFIG_EXT2_FS_XIP is not set
19471 +# CONFIG_EXT3_FS is not set
19472 +# CONFIG_EXT4DEV_FS is not set
19473 +# CONFIG_REISERFS_FS is not set
19474 +# CONFIG_JFS_FS is not set
19475 +# CONFIG_FS_POSIX_ACL is not set
19476 +# CONFIG_XFS_FS is not set
19477 +# CONFIG_GFS2_FS is not set
19478 +# CONFIG_OCFS2_FS is not set
19481 +CONFIG_INOTIFY_USER=y
19482 +# CONFIG_QUOTA is not set
19483 +# CONFIG_AUTOFS_FS is not set
19484 +# CONFIG_AUTOFS4_FS is not set
19485 +# CONFIG_FUSE_FS is not set
19488 +# CD-ROM/DVD Filesystems
19490 +# CONFIG_ISO9660_FS is not set
19491 +# CONFIG_UDF_FS is not set
19494 +# DOS/FAT/NT Filesystems
19496 +# CONFIG_MSDOS_FS is not set
19497 +# CONFIG_VFAT_FS is not set
19498 +# CONFIG_NTFS_FS is not set
19501 +# Pseudo filesystems
19504 +CONFIG_PROC_KCORE=y
19505 +CONFIG_PROC_SYSCTL=y
19508 +# CONFIG_TMPFS_POSIX_ACL is not set
19509 +# CONFIG_HUGETLB_PAGE is not set
19510 +# CONFIG_CONFIGFS_FS is not set
19513 +# Miscellaneous filesystems
19515 +# CONFIG_ADFS_FS is not set
19516 +# CONFIG_AFFS_FS is not set
19517 +# CONFIG_HFS_FS is not set
19518 +# CONFIG_HFSPLUS_FS is not set
19519 +# CONFIG_BEFS_FS is not set
19520 +# CONFIG_BFS_FS is not set
19521 +# CONFIG_EFS_FS is not set
19523 +# CONFIG_VXFS_FS is not set
19524 +# CONFIG_MINIX_FS is not set
19525 +# CONFIG_HPFS_FS is not set
19526 +# CONFIG_QNX4FS_FS is not set
19527 +# CONFIG_ROMFS_FS is not set
19528 +# CONFIG_SYSV_FS is not set
19529 +# CONFIG_UFS_FS is not set
19530 +CONFIG_NETWORK_FILESYSTEMS=y
19533 +# CONFIG_NFS_V3_ACL is not set
19534 +# CONFIG_NFS_V4 is not set
19535 +# CONFIG_NFS_DIRECTIO is not set
19536 +# CONFIG_NFSD is not set
19540 +CONFIG_NFS_COMMON=y
19542 +# CONFIG_SUNRPC_BIND34 is not set
19543 +# CONFIG_RPCSEC_GSS_KRB5 is not set
19544 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
19545 +# CONFIG_SMB_FS is not set
19546 +# CONFIG_CIFS is not set
19547 +# CONFIG_NCP_FS is not set
19548 +# CONFIG_CODA_FS is not set
19549 +# CONFIG_AFS_FS is not set
19554 +# CONFIG_PARTITION_ADVANCED is not set
19555 +CONFIG_MSDOS_PARTITION=y
19556 +# CONFIG_NLS is not set
19557 +# CONFIG_DLM is not set
19560 +# Library routines
19562 +CONFIG_BITREVERSE=y
19563 +# CONFIG_CRC_CCITT is not set
19564 +# CONFIG_CRC16 is not set
19565 +# CONFIG_CRC_ITU_T is not set
19567 +# CONFIG_CRC7 is not set
19568 +# CONFIG_LIBCRC32C is not set
19569 +CONFIG_ZLIB_INFLATE=y
19571 +CONFIG_HAS_IOMEM=y
19572 +CONFIG_HAS_IOPORT=y
19578 +# CONFIG_PRINTK_TIME is not set
19579 +CONFIG_ENABLE_WARN_DEPRECATED=y
19580 +CONFIG_ENABLE_MUST_CHECK=y
19581 +CONFIG_MAGIC_SYSRQ=y
19582 +# CONFIG_UNUSED_SYMBOLS is not set
19584 +# CONFIG_HEADERS_CHECK is not set
19585 +CONFIG_DEBUG_KERNEL=y
19586 +# CONFIG_DEBUG_SHIRQ is not set
19587 +CONFIG_DETECT_SOFTLOCKUP=y
19588 +CONFIG_SCHED_DEBUG=y
19589 +# CONFIG_SCHEDSTATS is not set
19590 +# CONFIG_TIMER_STATS is not set
19591 +# CONFIG_SLUB_DEBUG_ON is not set
19592 +# CONFIG_SLUB_STATS is not set
19593 +# CONFIG_DEBUG_RT_MUTEXES is not set
19594 +# CONFIG_RT_MUTEX_TESTER is not set
19595 +# CONFIG_DEBUG_SPINLOCK is not set
19596 +# CONFIG_DEBUG_MUTEXES is not set
19597 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
19598 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
19599 +# CONFIG_DEBUG_KOBJECT is not set
19600 +# CONFIG_DEBUG_BUGVERBOSE is not set
19601 +# CONFIG_DEBUG_INFO is not set
19602 +# CONFIG_DEBUG_VM is not set
19603 +# CONFIG_DEBUG_LIST is not set
19604 +# CONFIG_DEBUG_SG is not set
19605 +# CONFIG_BOOT_PRINTK_DELAY is not set
19606 +# CONFIG_RCU_TORTURE_TEST is not set
19607 +# CONFIG_BACKTRACE_SELF_TEST is not set
19608 +# CONFIG_FAULT_INJECTION is not set
19609 +# CONFIG_SAMPLES is not set
19610 +# CONFIG_DEBUG_STACKOVERFLOW is not set
19611 +# CONFIG_DEBUG_STACK_USAGE is not set
19612 +# CONFIG_DEBUG_PAGEALLOC is not set
19614 +# CONFIG_KGDB is not set
19615 +# CONFIG_XMON is not set
19616 +# CONFIG_VIRQ_DEBUG is not set
19617 +# CONFIG_BDI_SWITCH is not set
19618 +# CONFIG_PPC_EARLY_DEBUG is not set
19621 +# Security options
19623 +# CONFIG_KEYS is not set
19624 +# CONFIG_SECURITY is not set
19625 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
19627 +CONFIG_CRYPTO_ALGAPI=y
19628 +CONFIG_CRYPTO_BLKCIPHER=y
19629 +# CONFIG_CRYPTO_SEQIV is not set
19630 +CONFIG_CRYPTO_MANAGER=y
19631 +# CONFIG_CRYPTO_HMAC is not set
19632 +# CONFIG_CRYPTO_XCBC is not set
19633 +# CONFIG_CRYPTO_NULL is not set
19634 +# CONFIG_CRYPTO_MD4 is not set
19635 +CONFIG_CRYPTO_MD5=y
19636 +# CONFIG_CRYPTO_SHA1 is not set
19637 +# CONFIG_CRYPTO_SHA256 is not set
19638 +# CONFIG_CRYPTO_SHA512 is not set
19639 +# CONFIG_CRYPTO_WP512 is not set
19640 +# CONFIG_CRYPTO_TGR192 is not set
19641 +# CONFIG_CRYPTO_GF128MUL is not set
19642 +CONFIG_CRYPTO_ECB=y
19643 +CONFIG_CRYPTO_CBC=y
19644 +CONFIG_CRYPTO_PCBC=y
19645 +# CONFIG_CRYPTO_LRW is not set
19646 +# CONFIG_CRYPTO_XTS is not set
19647 +# CONFIG_CRYPTO_CTR is not set
19648 +# CONFIG_CRYPTO_GCM is not set
19649 +# CONFIG_CRYPTO_CCM is not set
19650 +# CONFIG_CRYPTO_CRYPTD is not set
19651 +CONFIG_CRYPTO_DES=y
19652 +# CONFIG_CRYPTO_FCRYPT is not set
19653 +# CONFIG_CRYPTO_BLOWFISH is not set
19654 +# CONFIG_CRYPTO_TWOFISH is not set
19655 +# CONFIG_CRYPTO_SERPENT is not set
19656 +# CONFIG_CRYPTO_AES is not set
19657 +# CONFIG_CRYPTO_CAST5 is not set
19658 +# CONFIG_CRYPTO_CAST6 is not set
19659 +# CONFIG_CRYPTO_TEA is not set
19660 +# CONFIG_CRYPTO_ARC4 is not set
19661 +# CONFIG_CRYPTO_KHAZAD is not set
19662 +# CONFIG_CRYPTO_ANUBIS is not set
19663 +# CONFIG_CRYPTO_SEED is not set
19664 +# CONFIG_CRYPTO_SALSA20 is not set
19665 +# CONFIG_CRYPTO_DEFLATE is not set
19666 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
19667 +# CONFIG_CRYPTO_CRC32C is not set
19668 +# CONFIG_CRYPTO_CAMELLIA is not set
19669 +# CONFIG_CRYPTO_TEST is not set
19670 +# CONFIG_CRYPTO_AUTHENC is not set
19671 +# CONFIG_CRYPTO_LZO is not set
19672 +CONFIG_CRYPTO_HW=y
19673 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
19674 +# CONFIG_PPC_CLOCK is not set
19676 +++ b/arch/powerpc/configs/44x/warp_defconfig
19679 +# Automatically generated make config: don't edit
19680 +# Linux kernel version: 2.6.25-rc2
19681 +# Fri Feb 15 21:54:43 2008
19683 +# CONFIG_PPC64 is not set
19686 +# Processor support
19688 +# CONFIG_6xx is not set
19689 +# CONFIG_PPC_85xx is not set
19690 +# CONFIG_PPC_8xx is not set
19691 +# CONFIG_40x is not set
19693 +# CONFIG_E200 is not set
19697 +CONFIG_PTE_64BIT=y
19698 +CONFIG_PHYS_64BIT=y
19699 +# CONFIG_PPC_MM_SLICES is not set
19700 +CONFIG_NOT_COHERENT_CACHE=y
19702 +CONFIG_WORD_SIZE=32
19703 +CONFIG_PPC_MERGE=y
19705 +CONFIG_GENERIC_CMOS_UPDATE=y
19706 +CONFIG_GENERIC_TIME=y
19707 +CONFIG_GENERIC_TIME_VSYSCALL=y
19708 +CONFIG_GENERIC_CLOCKEVENTS=y
19709 +CONFIG_GENERIC_HARDIRQS=y
19710 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
19711 +CONFIG_IRQ_PER_CPU=y
19712 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
19713 +CONFIG_ARCH_HAS_ILOG2_U32=y
19714 +CONFIG_GENERIC_HWEIGHT=y
19715 +CONFIG_GENERIC_CALIBRATE_DELAY=y
19716 +CONFIG_GENERIC_FIND_NEXT_BIT=y
19717 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
19719 +CONFIG_EARLY_PRINTK=y
19720 +CONFIG_GENERIC_NVRAM=y
19721 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
19722 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
19725 +CONFIG_PPC_UDBG_16550=y
19726 +# CONFIG_GENERIC_TBSYNC is not set
19727 +CONFIG_AUDIT_ARCH=y
19728 +CONFIG_GENERIC_BUG=y
19729 +# CONFIG_DEFAULT_UIMAGE is not set
19730 +CONFIG_PPC_DCR_NATIVE=y
19731 +# CONFIG_PPC_DCR_MMIO is not set
19733 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
19738 +CONFIG_EXPERIMENTAL=y
19739 +CONFIG_BROKEN_ON_SMP=y
19740 +CONFIG_INIT_ENV_ARG_LIMIT=32
19741 +CONFIG_LOCALVERSION="-pika"
19742 +# CONFIG_LOCALVERSION_AUTO is not set
19745 +CONFIG_SYSVIPC_SYSCTL=y
19746 +# CONFIG_POSIX_MQUEUE is not set
19747 +# CONFIG_BSD_PROCESS_ACCT is not set
19748 +# CONFIG_TASKSTATS is not set
19749 +# CONFIG_AUDIT is not set
19750 +# CONFIG_IKCONFIG is not set
19751 +CONFIG_LOG_BUF_SHIFT=14
19752 +# CONFIG_CGROUPS is not set
19753 +CONFIG_GROUP_SCHED=y
19754 +CONFIG_FAIR_GROUP_SCHED=y
19755 +# CONFIG_RT_GROUP_SCHED is not set
19756 +CONFIG_USER_SCHED=y
19757 +# CONFIG_CGROUP_SCHED is not set
19758 +CONFIG_SYSFS_DEPRECATED=y
19759 +# CONFIG_RELAY is not set
19760 +# CONFIG_NAMESPACES is not set
19761 +CONFIG_BLK_DEV_INITRD=y
19762 +CONFIG_INITRAMFS_SOURCE=""
19763 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
19766 +CONFIG_SYSCTL_SYSCALL=y
19768 +# CONFIG_KALLSYMS_ALL is not set
19769 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
19770 +# CONFIG_HOTPLUG is not set
19774 +CONFIG_COMPAT_BRK=y
19775 +CONFIG_BASE_FULL=y
19777 +CONFIG_ANON_INODES=y
19783 +CONFIG_VM_EVENT_COUNTERS=y
19785 +# CONFIG_SLUB is not set
19786 +# CONFIG_SLOB is not set
19787 +# CONFIG_PROFILING is not set
19788 +# CONFIG_MARKERS is not set
19789 +CONFIG_HAVE_OPROFILE=y
19790 +# CONFIG_KPROBES is not set
19791 +CONFIG_HAVE_KPROBES=y
19792 +CONFIG_PROC_PAGE_MONITOR=y
19794 +CONFIG_RT_MUTEXES=y
19795 +# CONFIG_TINY_SHMEM is not set
19796 +CONFIG_BASE_SMALL=0
19798 +CONFIG_MODULE_UNLOAD=y
19799 +# CONFIG_MODULE_FORCE_UNLOAD is not set
19800 +# CONFIG_MODVERSIONS is not set
19801 +# CONFIG_MODULE_SRCVERSION_ALL is not set
19804 +# CONFIG_LBD is not set
19805 +# CONFIG_BLK_DEV_IO_TRACE is not set
19806 +# CONFIG_LSF is not set
19807 +# CONFIG_BLK_DEV_BSG is not set
19812 +CONFIG_IOSCHED_NOOP=y
19813 +CONFIG_IOSCHED_AS=y
19814 +CONFIG_IOSCHED_DEADLINE=y
19815 +CONFIG_IOSCHED_CFQ=y
19816 +CONFIG_DEFAULT_AS=y
19817 +# CONFIG_DEFAULT_DEADLINE is not set
19818 +# CONFIG_DEFAULT_CFQ is not set
19819 +# CONFIG_DEFAULT_NOOP is not set
19820 +CONFIG_DEFAULT_IOSCHED="anticipatory"
19821 +CONFIG_CLASSIC_RCU=y
19822 +# CONFIG_PREEMPT_RCU is not set
19825 +# Platform support
19827 +# CONFIG_PPC_MPC512x is not set
19828 +# CONFIG_PPC_MPC5121 is not set
19829 +# CONFIG_PPC_CELL is not set
19830 +# CONFIG_PPC_CELL_NATIVE is not set
19831 +# CONFIG_PQ2ADS is not set
19832 +# CONFIG_BAMBOO is not set
19833 +# CONFIG_EBONY is not set
19834 +# CONFIG_SEQUOIA is not set
19835 +# CONFIG_TAISHAN is not set
19836 +# CONFIG_KATMAI is not set
19837 +# CONFIG_RAINIER is not set
19840 +CONFIG_IBM440EP_ERR42=y
19841 +# CONFIG_IPIC is not set
19842 +# CONFIG_MPIC is not set
19843 +# CONFIG_MPIC_WEIRD is not set
19844 +# CONFIG_PPC_I8259 is not set
19845 +# CONFIG_PPC_RTAS is not set
19846 +# CONFIG_MMIO_NVRAM is not set
19847 +# CONFIG_PPC_MPC106 is not set
19848 +# CONFIG_PPC_970_NAP is not set
19849 +# CONFIG_PPC_INDIRECT_IO is not set
19850 +# CONFIG_GENERIC_IOMAP is not set
19851 +# CONFIG_CPU_FREQ is not set
19852 +# CONFIG_FSL_ULI1575 is not set
19857 +# CONFIG_HIGHMEM is not set
19858 +# CONFIG_TICK_ONESHOT is not set
19859 +# CONFIG_NO_HZ is not set
19860 +# CONFIG_HIGH_RES_TIMERS is not set
19861 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
19862 +# CONFIG_HZ_100 is not set
19863 +# CONFIG_HZ_250 is not set
19864 +# CONFIG_HZ_300 is not set
19867 +# CONFIG_SCHED_HRTICK is not set
19868 +CONFIG_PREEMPT_NONE=y
19869 +# CONFIG_PREEMPT_VOLUNTARY is not set
19870 +# CONFIG_PREEMPT is not set
19871 +CONFIG_RCU_TRACE=y
19872 +CONFIG_BINFMT_ELF=y
19873 +# CONFIG_BINFMT_MISC is not set
19874 +# CONFIG_MATH_EMULATION is not set
19875 +# CONFIG_IOMMU_HELPER is not set
19876 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
19877 +CONFIG_ARCH_HAS_WALK_MEMORY=y
19878 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
19879 +CONFIG_ARCH_FLATMEM_ENABLE=y
19880 +CONFIG_ARCH_POPULATES_NODE_MAP=y
19881 +CONFIG_SELECT_MEMORY_MODEL=y
19882 +CONFIG_FLATMEM_MANUAL=y
19883 +# CONFIG_DISCONTIGMEM_MANUAL is not set
19884 +# CONFIG_SPARSEMEM_MANUAL is not set
19886 +CONFIG_FLAT_NODE_MEM_MAP=y
19887 +# CONFIG_SPARSEMEM_STATIC is not set
19888 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
19889 +CONFIG_SPLIT_PTLOCK_CPUS=4
19890 +CONFIG_RESOURCES_64BIT=y
19891 +CONFIG_ZONE_DMA_FLAG=1
19893 +CONFIG_VIRT_TO_BUS=y
19894 +CONFIG_PROC_DEVICETREE=y
19895 +CONFIG_CMDLINE_BOOL=y
19896 +CONFIG_CMDLINE="ip=on"
19898 +CONFIG_ISA_DMA_API=y
19904 +# CONFIG_PCI is not set
19905 +# CONFIG_PCI_DOMAINS is not set
19906 +# CONFIG_PCI_SYSCALL is not set
19907 +# CONFIG_ARCH_SUPPORTS_MSI is not set
19912 +# CONFIG_ADVANCED_OPTIONS is not set
19915 +# Default settings for advanced configuration options are used
19917 +CONFIG_HIGHMEM_START=0xfe000000
19918 +CONFIG_LOWMEM_SIZE=0x30000000
19919 +CONFIG_KERNEL_START=0xc0000000
19920 +CONFIG_TASK_SIZE=0xc0000000
19921 +CONFIG_CONSISTENT_START=0xff100000
19922 +CONFIG_CONSISTENT_SIZE=0x00200000
19923 +CONFIG_BOOT_LOAD=0x01000000
19931 +# Networking options
19934 +# CONFIG_PACKET_MMAP is not set
19937 +# CONFIG_XFRM_USER is not set
19938 +# CONFIG_XFRM_SUB_POLICY is not set
19939 +# CONFIG_XFRM_MIGRATE is not set
19940 +# CONFIG_XFRM_STATISTICS is not set
19941 +# CONFIG_NET_KEY is not set
19943 +# CONFIG_IP_MULTICAST is not set
19944 +# CONFIG_IP_ADVANCED_ROUTER is not set
19945 +CONFIG_IP_FIB_HASH=y
19947 +CONFIG_IP_PNP_DHCP=y
19948 +# CONFIG_IP_PNP_BOOTP is not set
19949 +# CONFIG_IP_PNP_RARP is not set
19950 +# CONFIG_NET_IPIP is not set
19951 +# CONFIG_NET_IPGRE is not set
19952 +# CONFIG_ARPD is not set
19953 +# CONFIG_SYN_COOKIES is not set
19954 +# CONFIG_INET_AH is not set
19955 +# CONFIG_INET_ESP is not set
19956 +# CONFIG_INET_IPCOMP is not set
19957 +# CONFIG_INET_XFRM_TUNNEL is not set
19958 +# CONFIG_INET_TUNNEL is not set
19959 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
19960 +CONFIG_INET_XFRM_MODE_TUNNEL=y
19961 +CONFIG_INET_XFRM_MODE_BEET=y
19962 +# CONFIG_INET_LRO is not set
19963 +CONFIG_INET_DIAG=y
19964 +CONFIG_INET_TCP_DIAG=y
19965 +# CONFIG_TCP_CONG_ADVANCED is not set
19966 +CONFIG_TCP_CONG_CUBIC=y
19967 +CONFIG_DEFAULT_TCP_CONG="cubic"
19968 +# CONFIG_TCP_MD5SIG is not set
19969 +# CONFIG_IP_VS is not set
19970 +# CONFIG_IPV6 is not set
19971 +# CONFIG_INET6_XFRM_TUNNEL is not set
19972 +# CONFIG_INET6_TUNNEL is not set
19973 +# CONFIG_NETWORK_SECMARK is not set
19974 +CONFIG_NETFILTER=y
19975 +# CONFIG_NETFILTER_DEBUG is not set
19976 +CONFIG_NETFILTER_ADVANCED=y
19979 +# Core Netfilter Configuration
19981 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
19982 +# CONFIG_NETFILTER_NETLINK_LOG is not set
19983 +# CONFIG_NF_CONNTRACK is not set
19984 +# CONFIG_NETFILTER_XTABLES is not set
19987 +# IP: Netfilter Configuration
19989 +# CONFIG_IP_NF_QUEUE is not set
19990 +# CONFIG_IP_NF_IPTABLES is not set
19991 +# CONFIG_IP_NF_ARPTABLES is not set
19992 +# CONFIG_IP_DCCP is not set
19993 +# CONFIG_IP_SCTP is not set
19994 +# CONFIG_TIPC is not set
19995 +# CONFIG_ATM is not set
19996 +# CONFIG_BRIDGE is not set
19997 +CONFIG_VLAN_8021Q=y
19998 +# CONFIG_DECNET is not set
19999 +# CONFIG_LLC2 is not set
20000 +# CONFIG_IPX is not set
20001 +# CONFIG_ATALK is not set
20002 +# CONFIG_X25 is not set
20003 +# CONFIG_LAPB is not set
20004 +# CONFIG_ECONET is not set
20005 +# CONFIG_WAN_ROUTER is not set
20006 +# CONFIG_NET_SCHED is not set
20011 +# CONFIG_NET_PKTGEN is not set
20012 +# CONFIG_HAMRADIO is not set
20013 +# CONFIG_CAN is not set
20014 +# CONFIG_IRDA is not set
20015 +# CONFIG_BT is not set
20016 +# CONFIG_AF_RXRPC is not set
20021 +# CONFIG_CFG80211 is not set
20022 +# CONFIG_WIRELESS_EXT is not set
20023 +# CONFIG_MAC80211 is not set
20024 +# CONFIG_IEEE80211 is not set
20025 +# CONFIG_RFKILL is not set
20026 +# CONFIG_NET_9P is not set
20033 +# Generic Driver Options
20035 +# CONFIG_STANDALONE is not set
20036 +CONFIG_PREVENT_FIRMWARE_BUILD=y
20037 +# CONFIG_DEBUG_DRIVER is not set
20038 +# CONFIG_DEBUG_DEVRES is not set
20039 +# CONFIG_SYS_HYPERVISOR is not set
20040 +# CONFIG_CONNECTOR is not set
20042 +# CONFIG_MTD_DEBUG is not set
20043 +# CONFIG_MTD_CONCAT is not set
20044 +CONFIG_MTD_PARTITIONS=y
20045 +# CONFIG_MTD_REDBOOT_PARTS is not set
20046 +# CONFIG_MTD_CMDLINE_PARTS is not set
20047 +CONFIG_MTD_OF_PARTS=y
20050 +# User Modules And Translation Layers
20053 +CONFIG_MTD_BLKDEVS=y
20054 +CONFIG_MTD_BLOCK=y
20055 +# CONFIG_FTL is not set
20056 +# CONFIG_NFTL is not set
20057 +# CONFIG_INFTL is not set
20058 +# CONFIG_RFD_FTL is not set
20059 +# CONFIG_SSFDC is not set
20063 +# RAM/ROM/Flash chip drivers
20066 +# CONFIG_MTD_JEDECPROBE is not set
20067 +CONFIG_MTD_GEN_PROBE=y
20068 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
20069 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
20070 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
20071 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
20072 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
20073 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
20074 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
20075 +CONFIG_MTD_CFI_I1=y
20076 +CONFIG_MTD_CFI_I2=y
20077 +# CONFIG_MTD_CFI_I4 is not set
20078 +# CONFIG_MTD_CFI_I8 is not set
20079 +# CONFIG_MTD_CFI_INTELEXT is not set
20080 +CONFIG_MTD_CFI_AMDSTD=y
20081 +# CONFIG_MTD_CFI_STAA is not set
20082 +CONFIG_MTD_CFI_UTIL=y
20083 +# CONFIG_MTD_RAM is not set
20084 +# CONFIG_MTD_ROM is not set
20085 +# CONFIG_MTD_ABSENT is not set
20088 +# Mapping drivers for chip access
20090 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
20091 +# CONFIG_MTD_PHYSMAP is not set
20092 +CONFIG_MTD_PHYSMAP_OF=y
20093 +# CONFIG_MTD_PLATRAM is not set
20096 +# Self-contained MTD device drivers
20098 +# CONFIG_MTD_SLRAM is not set
20099 +# CONFIG_MTD_PHRAM is not set
20100 +# CONFIG_MTD_MTDRAM is not set
20101 +# CONFIG_MTD_BLOCK2MTD is not set
20104 +# Disk-On-Chip Device Drivers
20106 +# CONFIG_MTD_DOC2000 is not set
20107 +# CONFIG_MTD_DOC2001 is not set
20108 +# CONFIG_MTD_DOC2001PLUS is not set
20110 +# CONFIG_MTD_NAND_VERIFY_WRITE is not set
20111 +CONFIG_MTD_NAND_ECC_SMC=y
20112 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
20113 +CONFIG_MTD_NAND_IDS=y
20114 +# CONFIG_MTD_NAND_DISKONCHIP is not set
20115 +# CONFIG_MTD_NAND_NANDSIM is not set
20116 +# CONFIG_MTD_NAND_PLATFORM is not set
20117 +# CONFIG_MTD_ALAUDA is not set
20118 +# CONFIG_MTD_NAND_FSL_ELBC is not set
20119 +# CONFIG_MTD_ONENAND is not set
20122 +# UBI - Unsorted block images
20124 +# CONFIG_MTD_UBI is not set
20125 +CONFIG_OF_DEVICE=y
20126 +# CONFIG_PARPORT is not set
20128 +# CONFIG_BLK_DEV_FD is not set
20129 +# CONFIG_BLK_DEV_COW_COMMON is not set
20130 +# CONFIG_BLK_DEV_LOOP is not set
20131 +# CONFIG_BLK_DEV_NBD is not set
20132 +# CONFIG_BLK_DEV_UB is not set
20133 +CONFIG_BLK_DEV_RAM=y
20134 +CONFIG_BLK_DEV_RAM_COUNT=16
20135 +CONFIG_BLK_DEV_RAM_SIZE=4096
20136 +# CONFIG_BLK_DEV_XIP is not set
20137 +# CONFIG_CDROM_PKTCDVD is not set
20138 +# CONFIG_ATA_OVER_ETH is not set
20139 +# CONFIG_XILINX_SYSACE is not set
20140 +CONFIG_MISC_DEVICES=y
20141 +# CONFIG_EEPROM_93CX6 is not set
20142 +# CONFIG_ENCLOSURE_SERVICES is not set
20144 +# CONFIG_IDE is not set
20147 +# SCSI device support
20149 +# CONFIG_RAID_ATTRS is not set
20152 +# CONFIG_SCSI_TGT is not set
20153 +# CONFIG_SCSI_NETLINK is not set
20154 +CONFIG_SCSI_PROC_FS=y
20157 +# SCSI support type (disk, tape, CD-ROM)
20159 +CONFIG_BLK_DEV_SD=y
20160 +# CONFIG_CHR_DEV_ST is not set
20161 +# CONFIG_CHR_DEV_OSST is not set
20162 +# CONFIG_BLK_DEV_SR is not set
20163 +# CONFIG_CHR_DEV_SG is not set
20164 +# CONFIG_CHR_DEV_SCH is not set
20167 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
20169 +# CONFIG_SCSI_MULTI_LUN is not set
20170 +# CONFIG_SCSI_CONSTANTS is not set
20171 +# CONFIG_SCSI_LOGGING is not set
20172 +# CONFIG_SCSI_SCAN_ASYNC is not set
20173 +CONFIG_SCSI_WAIT_SCAN=m
20178 +CONFIG_SCSI_SPI_ATTRS=y
20179 +# CONFIG_SCSI_FC_ATTRS is not set
20180 +# CONFIG_SCSI_ISCSI_ATTRS is not set
20181 +# CONFIG_SCSI_SAS_LIBSAS is not set
20182 +# CONFIG_SCSI_SRP_ATTRS is not set
20183 +# CONFIG_SCSI_LOWLEVEL is not set
20184 +# CONFIG_ATA is not set
20185 +# CONFIG_MD is not set
20186 +# CONFIG_MACINTOSH_DRIVERS is not set
20187 +CONFIG_NETDEVICES=y
20188 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
20189 +# CONFIG_DUMMY is not set
20190 +# CONFIG_BONDING is not set
20191 +# CONFIG_MACVLAN is not set
20192 +# CONFIG_EQUALIZER is not set
20193 +# CONFIG_TUN is not set
20194 +# CONFIG_VETH is not set
20195 +# CONFIG_PHYLIB is not set
20196 +CONFIG_NET_ETHERNET=y
20198 +CONFIG_IBM_NEW_EMAC=y
20199 +CONFIG_IBM_NEW_EMAC_RXB=128
20200 +CONFIG_IBM_NEW_EMAC_TXB=64
20201 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
20202 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
20203 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
20204 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
20205 +CONFIG_IBM_NEW_EMAC_ZMII=y
20206 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
20207 +# CONFIG_IBM_NEW_EMAC_TAH is not set
20208 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
20209 +# CONFIG_B44 is not set
20210 +# CONFIG_NETDEV_1000 is not set
20211 +# CONFIG_NETDEV_10000 is not set
20216 +# CONFIG_WLAN_PRE80211 is not set
20217 +# CONFIG_WLAN_80211 is not set
20220 +# USB Network Adapters
20222 +# CONFIG_USB_CATC is not set
20223 +# CONFIG_USB_KAWETH is not set
20224 +# CONFIG_USB_PEGASUS is not set
20225 +# CONFIG_USB_RTL8150 is not set
20226 +# CONFIG_USB_USBNET is not set
20227 +# CONFIG_WAN is not set
20228 +# CONFIG_PPP is not set
20229 +# CONFIG_SLIP is not set
20230 +# CONFIG_NETCONSOLE is not set
20231 +# CONFIG_NETPOLL is not set
20232 +# CONFIG_NET_POLL_CONTROLLER is not set
20233 +# CONFIG_ISDN is not set
20234 +# CONFIG_PHONE is not set
20237 +# Input device support
20239 +# CONFIG_INPUT is not set
20242 +# Hardware I/O ports
20244 +# CONFIG_SERIO is not set
20245 +# CONFIG_GAMEPORT is not set
20248 +# Character devices
20250 +# CONFIG_VT is not set
20251 +# CONFIG_SERIAL_NONSTANDARD is not set
20256 +CONFIG_SERIAL_8250=y
20257 +CONFIG_SERIAL_8250_CONSOLE=y
20258 +CONFIG_SERIAL_8250_NR_UARTS=4
20259 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
20260 +CONFIG_SERIAL_8250_EXTENDED=y
20261 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
20262 +CONFIG_SERIAL_8250_SHARE_IRQ=y
20263 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
20264 +# CONFIG_SERIAL_8250_RSA is not set
20267 +# Non-8250 serial port support
20269 +# CONFIG_SERIAL_UARTLITE is not set
20270 +CONFIG_SERIAL_CORE=y
20271 +CONFIG_SERIAL_CORE_CONSOLE=y
20272 +# CONFIG_SERIAL_OF_PLATFORM is not set
20273 +CONFIG_UNIX98_PTYS=y
20274 +CONFIG_LEGACY_PTYS=y
20275 +CONFIG_LEGACY_PTY_COUNT=256
20276 +# CONFIG_IPMI_HANDLER is not set
20277 +CONFIG_HW_RANDOM=y
20278 +# CONFIG_NVRAM is not set
20279 +# CONFIG_GEN_RTC is not set
20280 +# CONFIG_R3964 is not set
20281 +# CONFIG_RAW_DRIVER is not set
20282 +# CONFIG_TCG_TPM is not set
20284 +CONFIG_I2C_BOARDINFO=y
20285 +# CONFIG_I2C_CHARDEV is not set
20290 +# CONFIG_I2C_ALGOBIT is not set
20291 +# CONFIG_I2C_ALGOPCF is not set
20292 +# CONFIG_I2C_ALGOPCA is not set
20295 +# I2C Hardware Bus support
20297 +# CONFIG_I2C_MPC is not set
20298 +# CONFIG_I2C_OCORES is not set
20299 +# CONFIG_I2C_PARPORT_LIGHT is not set
20300 +# CONFIG_I2C_SIMTEC is not set
20301 +# CONFIG_I2C_TAOS_EVM is not set
20302 +# CONFIG_I2C_STUB is not set
20303 +# CONFIG_I2C_TINY_USB is not set
20306 +# Miscellaneous I2C Chip support
20308 +# CONFIG_DS1682 is not set
20309 +CONFIG_SENSORS_EEPROM=y
20310 +# CONFIG_SENSORS_PCF8574 is not set
20311 +# CONFIG_PCF8575 is not set
20312 +# CONFIG_SENSORS_PCF8591 is not set
20313 +# CONFIG_TPS65010 is not set
20314 +# CONFIG_SENSORS_MAX6875 is not set
20315 +# CONFIG_SENSORS_TSL2550 is not set
20316 +# CONFIG_I2C_DEBUG_CORE is not set
20317 +# CONFIG_I2C_DEBUG_ALGO is not set
20318 +# CONFIG_I2C_DEBUG_BUS is not set
20319 +# CONFIG_I2C_DEBUG_CHIP is not set
20324 +# CONFIG_SPI is not set
20325 +# CONFIG_SPI_MASTER is not set
20326 +# CONFIG_W1 is not set
20327 +# CONFIG_POWER_SUPPLY is not set
20329 +# CONFIG_HWMON_VID is not set
20330 +# CONFIG_SENSORS_AD7418 is not set
20331 +# CONFIG_SENSORS_ADM1021 is not set
20332 +# CONFIG_SENSORS_ADM1025 is not set
20333 +# CONFIG_SENSORS_ADM1026 is not set
20334 +# CONFIG_SENSORS_ADM1029 is not set
20335 +# CONFIG_SENSORS_ADM1031 is not set
20336 +# CONFIG_SENSORS_ADM9240 is not set
20337 +# CONFIG_SENSORS_ADT7470 is not set
20338 +# CONFIG_SENSORS_ATXP1 is not set
20339 +# CONFIG_SENSORS_DS1621 is not set
20340 +# CONFIG_SENSORS_F71805F is not set
20341 +# CONFIG_SENSORS_F71882FG is not set
20342 +# CONFIG_SENSORS_F75375S is not set
20343 +# CONFIG_SENSORS_GL518SM is not set
20344 +# CONFIG_SENSORS_GL520SM is not set
20345 +# CONFIG_SENSORS_IT87 is not set
20346 +# CONFIG_SENSORS_LM63 is not set
20347 +# CONFIG_SENSORS_LM75 is not set
20348 +# CONFIG_SENSORS_LM77 is not set
20349 +# CONFIG_SENSORS_LM78 is not set
20350 +# CONFIG_SENSORS_LM80 is not set
20351 +# CONFIG_SENSORS_LM83 is not set
20352 +# CONFIG_SENSORS_LM85 is not set
20353 +# CONFIG_SENSORS_LM87 is not set
20354 +# CONFIG_SENSORS_LM90 is not set
20355 +# CONFIG_SENSORS_LM92 is not set
20356 +# CONFIG_SENSORS_LM93 is not set
20357 +# CONFIG_SENSORS_MAX1619 is not set
20358 +# CONFIG_SENSORS_MAX6650 is not set
20359 +# CONFIG_SENSORS_PC87360 is not set
20360 +# CONFIG_SENSORS_PC87427 is not set
20361 +# CONFIG_SENSORS_DME1737 is not set
20362 +# CONFIG_SENSORS_SMSC47M1 is not set
20363 +# CONFIG_SENSORS_SMSC47M192 is not set
20364 +# CONFIG_SENSORS_SMSC47B397 is not set
20365 +# CONFIG_SENSORS_ADS7828 is not set
20366 +# CONFIG_SENSORS_THMC50 is not set
20367 +# CONFIG_SENSORS_VT1211 is not set
20368 +# CONFIG_SENSORS_W83781D is not set
20369 +# CONFIG_SENSORS_W83791D is not set
20370 +# CONFIG_SENSORS_W83792D is not set
20371 +# CONFIG_SENSORS_W83793 is not set
20372 +# CONFIG_SENSORS_W83L785TS is not set
20373 +# CONFIG_SENSORS_W83L786NG is not set
20374 +# CONFIG_SENSORS_W83627HF is not set
20375 +# CONFIG_SENSORS_W83627EHF is not set
20376 +# CONFIG_HWMON_DEBUG_CHIP is not set
20378 +# CONFIG_WATCHDOG is not set
20381 +# Sonics Silicon Backplane
20383 +CONFIG_SSB_POSSIBLE=y
20384 +# CONFIG_SSB is not set
20387 +# Multifunction device drivers
20389 +# CONFIG_MFD_SM501 is not set
20392 +# Multimedia devices
20394 +# CONFIG_VIDEO_DEV is not set
20395 +# CONFIG_DVB_CORE is not set
20396 +# CONFIG_DAB is not set
20399 +# Graphics support
20401 +# CONFIG_VGASTATE is not set
20402 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
20403 +# CONFIG_FB is not set
20404 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
20407 +# Display device support
20409 +# CONFIG_DISPLAY_SUPPORT is not set
20414 +# CONFIG_SOUND is not set
20415 +CONFIG_USB_SUPPORT=y
20416 +CONFIG_USB_ARCH_HAS_HCD=y
20417 +CONFIG_USB_ARCH_HAS_OHCI=y
20418 +# CONFIG_USB_ARCH_HAS_EHCI is not set
20420 +# CONFIG_USB_DEBUG is not set
20421 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
20424 +# Miscellaneous USB options
20426 +# CONFIG_USB_DEVICEFS is not set
20427 +CONFIG_USB_DEVICE_CLASS=y
20428 +# CONFIG_USB_DYNAMIC_MINORS is not set
20429 +# CONFIG_USB_OTG is not set
20432 +# USB Host Controller Drivers
20434 +# CONFIG_USB_ISP116X_HCD is not set
20435 +CONFIG_USB_OHCI_HCD=y
20436 +CONFIG_USB_OHCI_HCD_PPC_OF=y
20437 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
20438 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
20439 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
20440 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
20441 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
20442 +# CONFIG_USB_SL811_HCD is not set
20443 +# CONFIG_USB_R8A66597_HCD is not set
20446 +# USB Device Class drivers
20448 +# CONFIG_USB_ACM is not set
20449 +# CONFIG_USB_PRINTER is not set
20452 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
20456 +# may also be needed; see USB_STORAGE Help for more information
20458 +CONFIG_USB_STORAGE=y
20459 +# CONFIG_USB_STORAGE_DEBUG is not set
20460 +# CONFIG_USB_STORAGE_DATAFAB is not set
20461 +# CONFIG_USB_STORAGE_FREECOM is not set
20462 +# CONFIG_USB_STORAGE_ISD200 is not set
20463 +# CONFIG_USB_STORAGE_DPCM is not set
20464 +# CONFIG_USB_STORAGE_USBAT is not set
20465 +# CONFIG_USB_STORAGE_SDDR09 is not set
20466 +# CONFIG_USB_STORAGE_SDDR55 is not set
20467 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
20468 +# CONFIG_USB_STORAGE_ALAUDA is not set
20469 +# CONFIG_USB_STORAGE_KARMA is not set
20470 +# CONFIG_USB_LIBUSUAL is not set
20473 +# USB Imaging devices
20475 +# CONFIG_USB_MDC800 is not set
20476 +# CONFIG_USB_MICROTEK is not set
20480 +# USB port drivers
20482 +# CONFIG_USB_SERIAL is not set
20485 +# USB Miscellaneous drivers
20487 +# CONFIG_USB_EMI62 is not set
20488 +# CONFIG_USB_EMI26 is not set
20489 +# CONFIG_USB_ADUTUX is not set
20490 +# CONFIG_USB_AUERSWALD is not set
20491 +# CONFIG_USB_RIO500 is not set
20492 +# CONFIG_USB_LEGOTOWER is not set
20493 +# CONFIG_USB_LCD is not set
20494 +# CONFIG_USB_BERRY_CHARGE is not set
20495 +# CONFIG_USB_LED is not set
20496 +# CONFIG_USB_CYPRESS_CY7C63 is not set
20497 +# CONFIG_USB_CYTHERM is not set
20498 +# CONFIG_USB_PHIDGET is not set
20499 +# CONFIG_USB_IDMOUSE is not set
20500 +# CONFIG_USB_FTDI_ELAN is not set
20501 +# CONFIG_USB_APPLEDISPLAY is not set
20502 +# CONFIG_USB_LD is not set
20503 +# CONFIG_USB_TRANCEVIBRATOR is not set
20504 +# CONFIG_USB_IOWARRIOR is not set
20505 +# CONFIG_USB_GADGET is not set
20507 +# CONFIG_MMC_DEBUG is not set
20508 +# CONFIG_MMC_UNSAFE_RESUME is not set
20511 +# MMC/SD Card Drivers
20513 +CONFIG_MMC_BLOCK=m
20514 +CONFIG_MMC_BLOCK_BOUNCE=y
20515 +# CONFIG_SDIO_UART is not set
20518 +# MMC/SD Host Controller Drivers
20520 +# CONFIG_MMC_WBSD is not set
20521 +# CONFIG_MEMSTICK is not set
20522 +# CONFIG_NEW_LEDS is not set
20523 +# CONFIG_EDAC is not set
20524 +# CONFIG_RTC_CLASS is not set
20529 +# CONFIG_UIO is not set
20535 +# CONFIG_EXT2_FS_XATTR is not set
20536 +# CONFIG_EXT2_FS_XIP is not set
20537 +# CONFIG_EXT3_FS is not set
20538 +# CONFIG_EXT4DEV_FS is not set
20539 +# CONFIG_REISERFS_FS is not set
20540 +# CONFIG_JFS_FS is not set
20541 +# CONFIG_FS_POSIX_ACL is not set
20542 +# CONFIG_XFS_FS is not set
20543 +# CONFIG_GFS2_FS is not set
20544 +# CONFIG_OCFS2_FS is not set
20547 +CONFIG_INOTIFY_USER=y
20548 +# CONFIG_QUOTA is not set
20549 +# CONFIG_AUTOFS_FS is not set
20550 +# CONFIG_AUTOFS4_FS is not set
20551 +# CONFIG_FUSE_FS is not set
20554 +# CD-ROM/DVD Filesystems
20556 +# CONFIG_ISO9660_FS is not set
20557 +# CONFIG_UDF_FS is not set
20560 +# DOS/FAT/NT Filesystems
20565 +CONFIG_FAT_DEFAULT_CODEPAGE=437
20566 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
20567 +# CONFIG_NTFS_FS is not set
20570 +# Pseudo filesystems
20573 +CONFIG_PROC_KCORE=y
20574 +CONFIG_PROC_SYSCTL=y
20576 +# CONFIG_TMPFS is not set
20577 +# CONFIG_HUGETLB_PAGE is not set
20578 +# CONFIG_CONFIGFS_FS is not set
20581 +# Miscellaneous filesystems
20583 +# CONFIG_ADFS_FS is not set
20584 +# CONFIG_AFFS_FS is not set
20585 +# CONFIG_HFS_FS is not set
20586 +# CONFIG_HFSPLUS_FS is not set
20587 +# CONFIG_BEFS_FS is not set
20588 +# CONFIG_BFS_FS is not set
20589 +# CONFIG_EFS_FS is not set
20591 +CONFIG_JFFS2_FS_DEBUG=0
20592 +CONFIG_JFFS2_FS_WRITEBUFFER=y
20593 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
20594 +# CONFIG_JFFS2_SUMMARY is not set
20595 +# CONFIG_JFFS2_FS_XATTR is not set
20596 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
20597 +CONFIG_JFFS2_ZLIB=y
20598 +# CONFIG_JFFS2_LZO is not set
20599 +CONFIG_JFFS2_RTIME=y
20600 +# CONFIG_JFFS2_RUBIN is not set
20602 +# CONFIG_VXFS_FS is not set
20603 +# CONFIG_MINIX_FS is not set
20604 +# CONFIG_HPFS_FS is not set
20605 +# CONFIG_QNX4FS_FS is not set
20606 +# CONFIG_ROMFS_FS is not set
20607 +# CONFIG_SYSV_FS is not set
20608 +# CONFIG_UFS_FS is not set
20609 +CONFIG_NETWORK_FILESYSTEMS=y
20612 +# CONFIG_NFS_V3_ACL is not set
20613 +# CONFIG_NFS_V4 is not set
20614 +# CONFIG_NFS_DIRECTIO is not set
20615 +# CONFIG_NFSD is not set
20619 +CONFIG_NFS_COMMON=y
20621 +# CONFIG_SUNRPC_BIND34 is not set
20622 +# CONFIG_RPCSEC_GSS_KRB5 is not set
20623 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
20624 +# CONFIG_SMB_FS is not set
20625 +# CONFIG_CIFS is not set
20626 +# CONFIG_NCP_FS is not set
20627 +# CONFIG_CODA_FS is not set
20628 +# CONFIG_AFS_FS is not set
20633 +# CONFIG_PARTITION_ADVANCED is not set
20634 +CONFIG_MSDOS_PARTITION=y
20636 +CONFIG_NLS_DEFAULT="iso8859-1"
20637 +CONFIG_NLS_CODEPAGE_437=y
20638 +# CONFIG_NLS_CODEPAGE_737 is not set
20639 +# CONFIG_NLS_CODEPAGE_775 is not set
20640 +CONFIG_NLS_CODEPAGE_850=y
20641 +# CONFIG_NLS_CODEPAGE_852 is not set
20642 +# CONFIG_NLS_CODEPAGE_855 is not set
20643 +# CONFIG_NLS_CODEPAGE_857 is not set
20644 +# CONFIG_NLS_CODEPAGE_860 is not set
20645 +# CONFIG_NLS_CODEPAGE_861 is not set
20646 +# CONFIG_NLS_CODEPAGE_862 is not set
20647 +# CONFIG_NLS_CODEPAGE_863 is not set
20648 +# CONFIG_NLS_CODEPAGE_864 is not set
20649 +# CONFIG_NLS_CODEPAGE_865 is not set
20650 +# CONFIG_NLS_CODEPAGE_866 is not set
20651 +# CONFIG_NLS_CODEPAGE_869 is not set
20652 +# CONFIG_NLS_CODEPAGE_936 is not set
20653 +# CONFIG_NLS_CODEPAGE_950 is not set
20654 +# CONFIG_NLS_CODEPAGE_932 is not set
20655 +# CONFIG_NLS_CODEPAGE_949 is not set
20656 +# CONFIG_NLS_CODEPAGE_874 is not set
20657 +# CONFIG_NLS_ISO8859_8 is not set
20658 +# CONFIG_NLS_CODEPAGE_1250 is not set
20659 +# CONFIG_NLS_CODEPAGE_1251 is not set
20660 +CONFIG_NLS_ASCII=y
20661 +CONFIG_NLS_ISO8859_1=y
20662 +# CONFIG_NLS_ISO8859_2 is not set
20663 +# CONFIG_NLS_ISO8859_3 is not set
20664 +# CONFIG_NLS_ISO8859_4 is not set
20665 +# CONFIG_NLS_ISO8859_5 is not set
20666 +# CONFIG_NLS_ISO8859_6 is not set
20667 +# CONFIG_NLS_ISO8859_7 is not set
20668 +# CONFIG_NLS_ISO8859_9 is not set
20669 +# CONFIG_NLS_ISO8859_13 is not set
20670 +# CONFIG_NLS_ISO8859_14 is not set
20671 +CONFIG_NLS_ISO8859_15=y
20672 +# CONFIG_NLS_KOI8_R is not set
20673 +# CONFIG_NLS_KOI8_U is not set
20675 +# CONFIG_DLM is not set
20678 +# Library routines
20680 +CONFIG_BITREVERSE=y
20681 +CONFIG_CRC_CCITT=y
20682 +# CONFIG_CRC16 is not set
20683 +# CONFIG_CRC_ITU_T is not set
20685 +# CONFIG_CRC7 is not set
20686 +# CONFIG_LIBCRC32C is not set
20687 +CONFIG_ZLIB_INFLATE=y
20688 +CONFIG_ZLIB_DEFLATE=y
20690 +CONFIG_HAS_IOMEM=y
20691 +CONFIG_HAS_IOPORT=y
20697 +# CONFIG_PRINTK_TIME is not set
20698 +CONFIG_ENABLE_WARN_DEPRECATED=y
20699 +CONFIG_ENABLE_MUST_CHECK=y
20700 +CONFIG_MAGIC_SYSRQ=y
20701 +# CONFIG_UNUSED_SYMBOLS is not set
20703 +# CONFIG_HEADERS_CHECK is not set
20704 +CONFIG_DEBUG_KERNEL=y
20705 +# CONFIG_DEBUG_SHIRQ is not set
20706 +CONFIG_DETECT_SOFTLOCKUP=y
20707 +# CONFIG_SCHED_DEBUG is not set
20708 +# CONFIG_SCHEDSTATS is not set
20709 +# CONFIG_TIMER_STATS is not set
20710 +# CONFIG_DEBUG_SLAB is not set
20711 +# CONFIG_DEBUG_RT_MUTEXES is not set
20712 +# CONFIG_RT_MUTEX_TESTER is not set
20713 +# CONFIG_DEBUG_SPINLOCK is not set
20714 +# CONFIG_DEBUG_MUTEXES is not set
20715 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
20716 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
20717 +# CONFIG_DEBUG_KOBJECT is not set
20718 +# CONFIG_DEBUG_BUGVERBOSE is not set
20719 +CONFIG_DEBUG_INFO=y
20720 +# CONFIG_DEBUG_VM is not set
20721 +# CONFIG_DEBUG_LIST is not set
20722 +# CONFIG_DEBUG_SG is not set
20723 +# CONFIG_BOOT_PRINTK_DELAY is not set
20724 +# CONFIG_RCU_TORTURE_TEST is not set
20725 +# CONFIG_BACKTRACE_SELF_TEST is not set
20726 +# CONFIG_FAULT_INJECTION is not set
20727 +# CONFIG_SAMPLES is not set
20728 +# CONFIG_DEBUG_STACKOVERFLOW is not set
20729 +# CONFIG_DEBUG_STACK_USAGE is not set
20730 +# CONFIG_DEBUG_PAGEALLOC is not set
20731 +# CONFIG_DEBUGGER is not set
20732 +# CONFIG_VIRQ_DEBUG is not set
20733 +CONFIG_BDI_SWITCH=y
20734 +# CONFIG_PPC_EARLY_DEBUG is not set
20737 +# Security options
20739 +# CONFIG_KEYS is not set
20740 +# CONFIG_SECURITY is not set
20741 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
20743 +# CONFIG_CRYPTO_SEQIV is not set
20744 +# CONFIG_CRYPTO_MANAGER is not set
20745 +# CONFIG_CRYPTO_HMAC is not set
20746 +# CONFIG_CRYPTO_XCBC is not set
20747 +# CONFIG_CRYPTO_NULL is not set
20748 +# CONFIG_CRYPTO_MD4 is not set
20749 +# CONFIG_CRYPTO_MD5 is not set
20750 +# CONFIG_CRYPTO_SHA1 is not set
20751 +# CONFIG_CRYPTO_SHA256 is not set
20752 +# CONFIG_CRYPTO_SHA512 is not set
20753 +# CONFIG_CRYPTO_WP512 is not set
20754 +# CONFIG_CRYPTO_TGR192 is not set
20755 +# CONFIG_CRYPTO_GF128MUL is not set
20756 +# CONFIG_CRYPTO_ECB is not set
20757 +# CONFIG_CRYPTO_CBC is not set
20758 +# CONFIG_CRYPTO_PCBC is not set
20759 +# CONFIG_CRYPTO_LRW is not set
20760 +# CONFIG_CRYPTO_XTS is not set
20761 +# CONFIG_CRYPTO_CTR is not set
20762 +# CONFIG_CRYPTO_GCM is not set
20763 +# CONFIG_CRYPTO_CCM is not set
20764 +# CONFIG_CRYPTO_CRYPTD is not set
20765 +# CONFIG_CRYPTO_DES is not set
20766 +# CONFIG_CRYPTO_FCRYPT is not set
20767 +# CONFIG_CRYPTO_BLOWFISH is not set
20768 +# CONFIG_CRYPTO_TWOFISH is not set
20769 +# CONFIG_CRYPTO_SERPENT is not set
20770 +# CONFIG_CRYPTO_AES is not set
20771 +# CONFIG_CRYPTO_CAST5 is not set
20772 +# CONFIG_CRYPTO_CAST6 is not set
20773 +# CONFIG_CRYPTO_TEA is not set
20774 +# CONFIG_CRYPTO_ARC4 is not set
20775 +# CONFIG_CRYPTO_KHAZAD is not set
20776 +# CONFIG_CRYPTO_ANUBIS is not set
20777 +# CONFIG_CRYPTO_SEED is not set
20778 +# CONFIG_CRYPTO_SALSA20 is not set
20779 +# CONFIG_CRYPTO_DEFLATE is not set
20780 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
20781 +# CONFIG_CRYPTO_CRC32C is not set
20782 +# CONFIG_CRYPTO_CAMELLIA is not set
20783 +# CONFIG_CRYPTO_TEST is not set
20784 +# CONFIG_CRYPTO_AUTHENC is not set
20785 +# CONFIG_CRYPTO_LZO is not set
20786 +CONFIG_CRYPTO_HW=y
20787 +# CONFIG_PPC_CLOCK is not set
20789 +++ b/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig
20792 +# Automatically generated make config: don't edit
20793 +# Linux kernel version: 2.6.25-rc6
20794 +# Fri Apr 11 11:10:09 2008
20796 +# CONFIG_PPC64 is not set
20799 +# Processor support
20802 +# CONFIG_PPC_85xx is not set
20803 +# CONFIG_PPC_8xx is not set
20804 +# CONFIG_40x is not set
20805 +# CONFIG_44x is not set
20806 +# CONFIG_E200 is not set
20808 +# CONFIG_FSL_EMB_PERFMON is not set
20809 +CONFIG_PPC_STD_MMU=y
20810 +CONFIG_PPC_STD_MMU_32=y
20811 +# CONFIG_PPC_MM_SLICES is not set
20812 +# CONFIG_SMP is not set
20814 +CONFIG_WORD_SIZE=32
20815 +CONFIG_PPC_MERGE=y
20817 +CONFIG_GENERIC_CMOS_UPDATE=y
20818 +CONFIG_GENERIC_TIME=y
20819 +CONFIG_GENERIC_TIME_VSYSCALL=y
20820 +CONFIG_GENERIC_CLOCKEVENTS=y
20821 +CONFIG_GENERIC_HARDIRQS=y
20822 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
20823 +CONFIG_IRQ_PER_CPU=y
20824 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
20825 +CONFIG_ARCH_HAS_ILOG2_U32=y
20826 +CONFIG_GENERIC_HWEIGHT=y
20827 +CONFIG_GENERIC_CALIBRATE_DELAY=y
20828 +CONFIG_GENERIC_FIND_NEXT_BIT=y
20829 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
20831 +CONFIG_EARLY_PRINTK=y
20832 +CONFIG_GENERIC_NVRAM=y
20833 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
20834 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
20837 +CONFIG_PPC_UDBG_16550=y
20838 +# CONFIG_GENERIC_TBSYNC is not set
20839 +CONFIG_AUDIT_ARCH=y
20840 +CONFIG_GENERIC_BUG=y
20841 +CONFIG_DEFAULT_UIMAGE=y
20842 +# CONFIG_PPC_DCR_NATIVE is not set
20843 +# CONFIG_PPC_DCR_MMIO is not set
20844 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
20849 +CONFIG_EXPERIMENTAL=y
20850 +CONFIG_BROKEN_ON_SMP=y
20851 +CONFIG_INIT_ENV_ARG_LIMIT=32
20852 +CONFIG_LOCALVERSION=""
20853 +CONFIG_LOCALVERSION_AUTO=y
20856 +CONFIG_SYSVIPC_SYSCTL=y
20857 +# CONFIG_POSIX_MQUEUE is not set
20858 +# CONFIG_BSD_PROCESS_ACCT is not set
20859 +# CONFIG_TASKSTATS is not set
20860 +# CONFIG_AUDIT is not set
20861 +# CONFIG_IKCONFIG is not set
20862 +CONFIG_LOG_BUF_SHIFT=14
20863 +# CONFIG_CGROUPS is not set
20864 +CONFIG_GROUP_SCHED=y
20865 +# CONFIG_FAIR_GROUP_SCHED is not set
20866 +# CONFIG_RT_GROUP_SCHED is not set
20867 +CONFIG_USER_SCHED=y
20868 +# CONFIG_CGROUP_SCHED is not set
20869 +CONFIG_SYSFS_DEPRECATED=y
20870 +CONFIG_SYSFS_DEPRECATED_V2=y
20871 +# CONFIG_RELAY is not set
20872 +# CONFIG_NAMESPACES is not set
20873 +CONFIG_BLK_DEV_INITRD=y
20874 +CONFIG_INITRAMFS_SOURCE=""
20875 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
20878 +CONFIG_SYSCTL_SYSCALL=y
20879 +# CONFIG_KALLSYMS is not set
20884 +CONFIG_COMPAT_BRK=y
20885 +CONFIG_BASE_FULL=y
20887 +CONFIG_ANON_INODES=y
20888 +# CONFIG_EPOLL is not set
20893 +CONFIG_VM_EVENT_COUNTERS=y
20894 +CONFIG_SLUB_DEBUG=y
20895 +# CONFIG_SLAB is not set
20897 +# CONFIG_SLOB is not set
20898 +# CONFIG_PROFILING is not set
20899 +# CONFIG_MARKERS is not set
20900 +CONFIG_HAVE_OPROFILE=y
20901 +CONFIG_HAVE_KPROBES=y
20902 +CONFIG_HAVE_KRETPROBES=y
20903 +CONFIG_PROC_PAGE_MONITOR=y
20905 +CONFIG_RT_MUTEXES=y
20906 +# CONFIG_TINY_SHMEM is not set
20907 +CONFIG_BASE_SMALL=0
20909 +CONFIG_MODULE_UNLOAD=y
20910 +# CONFIG_MODULE_FORCE_UNLOAD is not set
20911 +# CONFIG_MODVERSIONS is not set
20912 +# CONFIG_MODULE_SRCVERSION_ALL is not set
20913 +# CONFIG_KMOD is not set
20915 +# CONFIG_LBD is not set
20916 +# CONFIG_BLK_DEV_IO_TRACE is not set
20917 +# CONFIG_LSF is not set
20918 +# CONFIG_BLK_DEV_BSG is not set
20923 +CONFIG_IOSCHED_NOOP=y
20924 +CONFIG_IOSCHED_AS=y
20925 +CONFIG_IOSCHED_DEADLINE=y
20926 +CONFIG_IOSCHED_CFQ=y
20927 +CONFIG_DEFAULT_AS=y
20928 +# CONFIG_DEFAULT_DEADLINE is not set
20929 +# CONFIG_DEFAULT_CFQ is not set
20930 +# CONFIG_DEFAULT_NOOP is not set
20931 +CONFIG_DEFAULT_IOSCHED="anticipatory"
20932 +CONFIG_CLASSIC_RCU=y
20935 +# Platform support
20937 +# CONFIG_PPC_MULTIPLATFORM is not set
20938 +# CONFIG_PPC_82xx is not set
20940 +# CONFIG_PPC_86xx is not set
20941 +# CONFIG_PPC_MPC512x is not set
20942 +# CONFIG_PPC_MPC5121 is not set
20943 +# CONFIG_PPC_CELL is not set
20944 +# CONFIG_PPC_CELL_NATIVE is not set
20945 +# CONFIG_PQ2ADS is not set
20947 +CONFIG_MPC831x_RDB=y
20948 +# CONFIG_MPC832x_MDS is not set
20949 +# CONFIG_MPC832x_RDB is not set
20950 +# CONFIG_MPC834x_MDS is not set
20951 +# CONFIG_MPC834x_ITX is not set
20952 +# CONFIG_MPC836x_MDS is not set
20953 +# CONFIG_MPC837x_MDS is not set
20954 +# CONFIG_MPC837x_RDB is not set
20955 +# CONFIG_SBC834x is not set
20956 +CONFIG_PPC_MPC831x=y
20958 +# CONFIG_MPIC is not set
20959 +# CONFIG_MPIC_WEIRD is not set
20960 +# CONFIG_PPC_I8259 is not set
20961 +# CONFIG_PPC_RTAS is not set
20962 +# CONFIG_MMIO_NVRAM is not set
20963 +# CONFIG_PPC_MPC106 is not set
20964 +# CONFIG_PPC_970_NAP is not set
20965 +# CONFIG_PPC_INDIRECT_IO is not set
20966 +# CONFIG_GENERIC_IOMAP is not set
20967 +# CONFIG_CPU_FREQ is not set
20968 +# CONFIG_FSL_ULI1575 is not set
20973 +# CONFIG_HIGHMEM is not set
20974 +CONFIG_TICK_ONESHOT=y
20976 +CONFIG_HIGH_RES_TIMERS=y
20977 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
20978 +# CONFIG_HZ_100 is not set
20980 +# CONFIG_HZ_300 is not set
20981 +# CONFIG_HZ_1000 is not set
20983 +# CONFIG_SCHED_HRTICK is not set
20984 +CONFIG_PREEMPT_NONE=y
20985 +# CONFIG_PREEMPT_VOLUNTARY is not set
20986 +# CONFIG_PREEMPT is not set
20987 +CONFIG_BINFMT_ELF=y
20988 +# CONFIG_BINFMT_MISC is not set
20989 +CONFIG_FORCE_MAX_ZONEORDER=11
20990 +# CONFIG_IOMMU_HELPER is not set
20991 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
20992 +CONFIG_ARCH_HAS_WALK_MEMORY=y
20993 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
20994 +CONFIG_ARCH_FLATMEM_ENABLE=y
20995 +CONFIG_ARCH_POPULATES_NODE_MAP=y
20996 +CONFIG_SELECT_MEMORY_MODEL=y
20997 +CONFIG_FLATMEM_MANUAL=y
20998 +# CONFIG_DISCONTIGMEM_MANUAL is not set
20999 +# CONFIG_SPARSEMEM_MANUAL is not set
21001 +CONFIG_FLAT_NODE_MEM_MAP=y
21002 +# CONFIG_SPARSEMEM_STATIC is not set
21003 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
21004 +CONFIG_SPLIT_PTLOCK_CPUS=4
21005 +# CONFIG_RESOURCES_64BIT is not set
21006 +CONFIG_ZONE_DMA_FLAG=1
21008 +CONFIG_VIRT_TO_BUS=y
21009 +CONFIG_PROC_DEVICETREE=y
21010 +# CONFIG_CMDLINE_BOOL is not set
21011 +# CONFIG_PM is not set
21013 +CONFIG_ISA_DMA_API=y
21019 +CONFIG_GENERIC_ISA_DMA=y
21020 +CONFIG_PPC_INDIRECT_PCI=y
21023 +CONFIG_PCI_DOMAINS=y
21024 +CONFIG_PCI_SYSCALL=y
21025 +# CONFIG_PCIEPORTBUS is not set
21026 +CONFIG_ARCH_SUPPORTS_MSI=y
21027 +# CONFIG_PCI_MSI is not set
21028 +CONFIG_PCI_LEGACY=y
21029 +# CONFIG_PCI_DEBUG is not set
21030 +# CONFIG_PCCARD is not set
21031 +# CONFIG_HOTPLUG_PCI is not set
21036 +# CONFIG_ADVANCED_OPTIONS is not set
21039 +# Default settings for advanced configuration options are used
21041 +CONFIG_HIGHMEM_START=0xfe000000
21042 +CONFIG_LOWMEM_SIZE=0x30000000
21043 +CONFIG_KERNEL_START=0xc0000000
21044 +CONFIG_TASK_SIZE=0xc0000000
21045 +CONFIG_BOOT_LOAD=0x00800000
21053 +# Networking options
21056 +# CONFIG_PACKET_MMAP is not set
21059 +# CONFIG_XFRM_USER is not set
21060 +# CONFIG_XFRM_SUB_POLICY is not set
21061 +# CONFIG_XFRM_MIGRATE is not set
21062 +# CONFIG_XFRM_STATISTICS is not set
21063 +# CONFIG_NET_KEY is not set
21065 +CONFIG_IP_MULTICAST=y
21066 +# CONFIG_IP_ADVANCED_ROUTER is not set
21067 +CONFIG_IP_FIB_HASH=y
21069 +CONFIG_IP_PNP_DHCP=y
21070 +CONFIG_IP_PNP_BOOTP=y
21071 +# CONFIG_IP_PNP_RARP is not set
21072 +# CONFIG_NET_IPIP is not set
21073 +# CONFIG_NET_IPGRE is not set
21074 +# CONFIG_IP_MROUTE is not set
21075 +# CONFIG_ARPD is not set
21076 +CONFIG_SYN_COOKIES=y
21077 +# CONFIG_INET_AH is not set
21078 +# CONFIG_INET_ESP is not set
21079 +# CONFIG_INET_IPCOMP is not set
21080 +# CONFIG_INET_XFRM_TUNNEL is not set
21081 +# CONFIG_INET_TUNNEL is not set
21082 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
21083 +CONFIG_INET_XFRM_MODE_TUNNEL=y
21084 +CONFIG_INET_XFRM_MODE_BEET=y
21085 +# CONFIG_INET_LRO is not set
21086 +CONFIG_INET_DIAG=y
21087 +CONFIG_INET_TCP_DIAG=y
21088 +# CONFIG_TCP_CONG_ADVANCED is not set
21089 +CONFIG_TCP_CONG_CUBIC=y
21090 +CONFIG_DEFAULT_TCP_CONG="cubic"
21091 +# CONFIG_TCP_MD5SIG is not set
21092 +# CONFIG_IPV6 is not set
21093 +# CONFIG_INET6_XFRM_TUNNEL is not set
21094 +# CONFIG_INET6_TUNNEL is not set
21095 +# CONFIG_NETWORK_SECMARK is not set
21096 +# CONFIG_NETFILTER is not set
21097 +# CONFIG_IP_DCCP is not set
21098 +# CONFIG_IP_SCTP is not set
21099 +# CONFIG_TIPC is not set
21100 +# CONFIG_ATM is not set
21101 +# CONFIG_BRIDGE is not set
21102 +# CONFIG_VLAN_8021Q is not set
21103 +# CONFIG_DECNET is not set
21104 +# CONFIG_LLC2 is not set
21105 +# CONFIG_IPX is not set
21106 +# CONFIG_ATALK is not set
21107 +# CONFIG_X25 is not set
21108 +# CONFIG_LAPB is not set
21109 +# CONFIG_ECONET is not set
21110 +# CONFIG_WAN_ROUTER is not set
21111 +# CONFIG_NET_SCHED is not set
21116 +# CONFIG_NET_PKTGEN is not set
21117 +# CONFIG_HAMRADIO is not set
21118 +# CONFIG_CAN is not set
21119 +# CONFIG_IRDA is not set
21120 +# CONFIG_BT is not set
21121 +# CONFIG_AF_RXRPC is not set
21126 +# CONFIG_CFG80211 is not set
21127 +# CONFIG_WIRELESS_EXT is not set
21128 +# CONFIG_MAC80211 is not set
21129 +# CONFIG_IEEE80211 is not set
21130 +# CONFIG_RFKILL is not set
21131 +# CONFIG_NET_9P is not set
21138 +# Generic Driver Options
21140 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
21141 +CONFIG_STANDALONE=y
21142 +CONFIG_PREVENT_FIRMWARE_BUILD=y
21143 +# CONFIG_FW_LOADER is not set
21144 +# CONFIG_DEBUG_DRIVER is not set
21145 +# CONFIG_DEBUG_DEVRES is not set
21146 +# CONFIG_SYS_HYPERVISOR is not set
21147 +# CONFIG_CONNECTOR is not set
21149 +# CONFIG_MTD_DEBUG is not set
21150 +# CONFIG_MTD_CONCAT is not set
21151 +CONFIG_MTD_PARTITIONS=y
21152 +# CONFIG_MTD_REDBOOT_PARTS is not set
21153 +# CONFIG_MTD_CMDLINE_PARTS is not set
21154 +CONFIG_MTD_OF_PARTS=y
21157 +# User Modules And Translation Layers
21160 +CONFIG_MTD_BLKDEVS=y
21161 +CONFIG_MTD_BLOCK=y
21162 +# CONFIG_FTL is not set
21163 +# CONFIG_NFTL is not set
21164 +# CONFIG_INFTL is not set
21165 +# CONFIG_RFD_FTL is not set
21166 +# CONFIG_SSFDC is not set
21167 +# CONFIG_MTD_OOPS is not set
21170 +# RAM/ROM/Flash chip drivers
21173 +# CONFIG_MTD_JEDECPROBE is not set
21174 +CONFIG_MTD_GEN_PROBE=y
21175 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
21176 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
21177 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
21178 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
21179 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
21180 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
21181 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
21182 +CONFIG_MTD_CFI_I1=y
21183 +CONFIG_MTD_CFI_I2=y
21184 +# CONFIG_MTD_CFI_I4 is not set
21185 +# CONFIG_MTD_CFI_I8 is not set
21186 +# CONFIG_MTD_CFI_INTELEXT is not set
21187 +CONFIG_MTD_CFI_AMDSTD=y
21188 +# CONFIG_MTD_CFI_STAA is not set
21189 +CONFIG_MTD_CFI_UTIL=y
21190 +# CONFIG_MTD_RAM is not set
21191 +# CONFIG_MTD_ROM is not set
21192 +# CONFIG_MTD_ABSENT is not set
21195 +# Mapping drivers for chip access
21197 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
21198 +# CONFIG_MTD_PHYSMAP is not set
21199 +CONFIG_MTD_PHYSMAP_OF=y
21200 +# CONFIG_MTD_INTEL_VR_NOR is not set
21201 +# CONFIG_MTD_PLATRAM is not set
21204 +# Self-contained MTD device drivers
21206 +# CONFIG_MTD_PMC551 is not set
21207 +# CONFIG_MTD_DATAFLASH is not set
21208 +# CONFIG_MTD_M25P80 is not set
21209 +# CONFIG_MTD_SLRAM is not set
21210 +# CONFIG_MTD_PHRAM is not set
21211 +# CONFIG_MTD_MTDRAM is not set
21212 +# CONFIG_MTD_BLOCK2MTD is not set
21215 +# Disk-On-Chip Device Drivers
21217 +# CONFIG_MTD_DOC2000 is not set
21218 +# CONFIG_MTD_DOC2001 is not set
21219 +# CONFIG_MTD_DOC2001PLUS is not set
21221 +CONFIG_MTD_NAND_VERIFY_WRITE=y
21222 +# CONFIG_MTD_NAND_ECC_SMC is not set
21223 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
21224 +CONFIG_MTD_NAND_IDS=y
21225 +# CONFIG_MTD_NAND_DISKONCHIP is not set
21226 +# CONFIG_MTD_NAND_CAFE is not set
21227 +# CONFIG_MTD_NAND_NANDSIM is not set
21228 +# CONFIG_MTD_NAND_PLATFORM is not set
21229 +# CONFIG_MTD_ALAUDA is not set
21230 +CONFIG_MTD_NAND_FSL_ELBC=y
21231 +# CONFIG_MTD_ONENAND is not set
21234 +# UBI - Unsorted block images
21236 +# CONFIG_MTD_UBI is not set
21237 +CONFIG_OF_DEVICE=y
21238 +# CONFIG_PARPORT is not set
21240 +# CONFIG_BLK_DEV_FD is not set
21241 +# CONFIG_BLK_CPQ_DA is not set
21242 +# CONFIG_BLK_CPQ_CISS_DA is not set
21243 +# CONFIG_BLK_DEV_DAC960 is not set
21244 +# CONFIG_BLK_DEV_UMEM is not set
21245 +# CONFIG_BLK_DEV_COW_COMMON is not set
21246 +CONFIG_BLK_DEV_LOOP=y
21247 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
21248 +# CONFIG_BLK_DEV_NBD is not set
21249 +# CONFIG_BLK_DEV_SX8 is not set
21250 +# CONFIG_BLK_DEV_UB is not set
21251 +CONFIG_BLK_DEV_RAM=y
21252 +CONFIG_BLK_DEV_RAM_COUNT=16
21253 +CONFIG_BLK_DEV_RAM_SIZE=32768
21254 +# CONFIG_BLK_DEV_XIP is not set
21255 +# CONFIG_CDROM_PKTCDVD is not set
21256 +# CONFIG_ATA_OVER_ETH is not set
21257 +CONFIG_MISC_DEVICES=y
21258 +# CONFIG_PHANTOM is not set
21259 +# CONFIG_EEPROM_93CX6 is not set
21260 +# CONFIG_SGI_IOC4 is not set
21261 +# CONFIG_TIFM_CORE is not set
21262 +# CONFIG_ENCLOSURE_SERVICES is not set
21264 +# CONFIG_IDE is not set
21267 +# SCSI device support
21269 +# CONFIG_RAID_ATTRS is not set
21272 +# CONFIG_SCSI_TGT is not set
21273 +# CONFIG_SCSI_NETLINK is not set
21274 +CONFIG_SCSI_PROC_FS=y
21277 +# SCSI support type (disk, tape, CD-ROM)
21279 +# CONFIG_BLK_DEV_SD is not set
21280 +# CONFIG_CHR_DEV_ST is not set
21281 +# CONFIG_CHR_DEV_OSST is not set
21282 +# CONFIG_BLK_DEV_SR is not set
21283 +CONFIG_CHR_DEV_SG=y
21284 +# CONFIG_CHR_DEV_SCH is not set
21287 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
21289 +# CONFIG_SCSI_MULTI_LUN is not set
21290 +# CONFIG_SCSI_CONSTANTS is not set
21291 +# CONFIG_SCSI_LOGGING is not set
21292 +# CONFIG_SCSI_SCAN_ASYNC is not set
21293 +CONFIG_SCSI_WAIT_SCAN=m
21298 +CONFIG_SCSI_SPI_ATTRS=y
21299 +# CONFIG_SCSI_FC_ATTRS is not set
21300 +# CONFIG_SCSI_ISCSI_ATTRS is not set
21301 +# CONFIG_SCSI_SAS_LIBSAS is not set
21302 +# CONFIG_SCSI_SRP_ATTRS is not set
21303 +CONFIG_SCSI_LOWLEVEL=y
21304 +# CONFIG_ISCSI_TCP is not set
21305 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
21306 +# CONFIG_SCSI_3W_9XXX is not set
21307 +# CONFIG_SCSI_ACARD is not set
21308 +# CONFIG_SCSI_AACRAID is not set
21309 +# CONFIG_SCSI_AIC7XXX is not set
21310 +# CONFIG_SCSI_AIC7XXX_OLD is not set
21311 +# CONFIG_SCSI_AIC79XX is not set
21312 +# CONFIG_SCSI_AIC94XX is not set
21313 +# CONFIG_SCSI_DPT_I2O is not set
21314 +# CONFIG_SCSI_ADVANSYS is not set
21315 +# CONFIG_SCSI_ARCMSR is not set
21316 +# CONFIG_MEGARAID_NEWGEN is not set
21317 +# CONFIG_MEGARAID_LEGACY is not set
21318 +# CONFIG_MEGARAID_SAS is not set
21319 +# CONFIG_SCSI_HPTIOP is not set
21320 +# CONFIG_SCSI_BUSLOGIC is not set
21321 +# CONFIG_SCSI_DMX3191D is not set
21322 +# CONFIG_SCSI_EATA is not set
21323 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
21324 +# CONFIG_SCSI_GDTH is not set
21325 +# CONFIG_SCSI_IPS is not set
21326 +# CONFIG_SCSI_INITIO is not set
21327 +# CONFIG_SCSI_INIA100 is not set
21328 +# CONFIG_SCSI_MVSAS is not set
21329 +# CONFIG_SCSI_STEX is not set
21330 +# CONFIG_SCSI_SYM53C8XX_2 is not set
21331 +# CONFIG_SCSI_QLOGIC_1280 is not set
21332 +# CONFIG_SCSI_QLA_FC is not set
21333 +# CONFIG_SCSI_QLA_ISCSI is not set
21334 +# CONFIG_SCSI_LPFC is not set
21335 +# CONFIG_SCSI_DC395x is not set
21336 +# CONFIG_SCSI_DC390T is not set
21337 +# CONFIG_SCSI_NSP32 is not set
21338 +# CONFIG_SCSI_DEBUG is not set
21339 +# CONFIG_SCSI_SRP is not set
21340 +# CONFIG_ATA is not set
21342 +CONFIG_BLK_DEV_MD=y
21343 +CONFIG_MD_LINEAR=y
21346 +# CONFIG_MD_RAID10 is not set
21347 +# CONFIG_MD_RAID456 is not set
21348 +# CONFIG_MD_MULTIPATH is not set
21349 +# CONFIG_MD_FAULTY is not set
21350 +# CONFIG_BLK_DEV_DM is not set
21351 +# CONFIG_FUSION is not set
21354 +# IEEE 1394 (FireWire) support
21356 +# CONFIG_FIREWIRE is not set
21357 +# CONFIG_IEEE1394 is not set
21358 +# CONFIG_I2O is not set
21359 +# CONFIG_MACINTOSH_DRIVERS is not set
21360 +CONFIG_NETDEVICES=y
21361 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
21362 +# CONFIG_DUMMY is not set
21363 +# CONFIG_BONDING is not set
21364 +# CONFIG_MACVLAN is not set
21365 +# CONFIG_EQUALIZER is not set
21366 +# CONFIG_TUN is not set
21367 +# CONFIG_VETH is not set
21368 +# CONFIG_ARCNET is not set
21372 +# MII PHY device drivers
21374 +# CONFIG_MARVELL_PHY is not set
21375 +# CONFIG_DAVICOM_PHY is not set
21376 +# CONFIG_QSEMI_PHY is not set
21377 +# CONFIG_LXT_PHY is not set
21378 +CONFIG_CICADA_PHY=y
21379 +# CONFIG_VITESSE_PHY is not set
21380 +# CONFIG_SMSC_PHY is not set
21381 +# CONFIG_BROADCOM_PHY is not set
21382 +# CONFIG_ICPLUS_PHY is not set
21383 +# CONFIG_REALTEK_PHY is not set
21384 +# CONFIG_FIXED_PHY is not set
21385 +# CONFIG_MDIO_BITBANG is not set
21386 +CONFIG_NET_ETHERNET=y
21388 +# CONFIG_HAPPYMEAL is not set
21389 +# CONFIG_SUNGEM is not set
21390 +# CONFIG_CASSINI is not set
21391 +# CONFIG_NET_VENDOR_3COM is not set
21392 +# CONFIG_ENC28J60 is not set
21393 +# CONFIG_NET_TULIP is not set
21394 +# CONFIG_HP100 is not set
21395 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
21396 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
21397 +# CONFIG_IBM_NEW_EMAC_TAH is not set
21398 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
21400 +# CONFIG_PCNET32 is not set
21401 +# CONFIG_AMD8111_ETH is not set
21402 +# CONFIG_ADAPTEC_STARFIRE is not set
21403 +# CONFIG_B44 is not set
21404 +# CONFIG_FORCEDETH is not set
21405 +# CONFIG_EEPRO100 is not set
21407 +# CONFIG_FEALNX is not set
21408 +# CONFIG_NATSEMI is not set
21409 +# CONFIG_NE2K_PCI is not set
21410 +# CONFIG_8139CP is not set
21411 +# CONFIG_8139TOO is not set
21412 +# CONFIG_R6040 is not set
21413 +# CONFIG_SIS900 is not set
21414 +# CONFIG_EPIC100 is not set
21415 +# CONFIG_SUNDANCE is not set
21416 +# CONFIG_TLAN is not set
21417 +# CONFIG_VIA_RHINE is not set
21418 +# CONFIG_SC92031 is not set
21419 +CONFIG_NETDEV_1000=y
21420 +# CONFIG_ACENIC is not set
21421 +# CONFIG_DL2K is not set
21422 +# CONFIG_E1000 is not set
21423 +# CONFIG_E1000E is not set
21424 +# CONFIG_E1000E_ENABLED is not set
21425 +# CONFIG_IP1000 is not set
21426 +# CONFIG_IGB is not set
21427 +# CONFIG_NS83820 is not set
21428 +# CONFIG_HAMACHI is not set
21429 +# CONFIG_YELLOWFIN is not set
21430 +# CONFIG_R8169 is not set
21431 +# CONFIG_SIS190 is not set
21432 +# CONFIG_SKGE is not set
21433 +# CONFIG_SKY2 is not set
21434 +# CONFIG_SK98LIN is not set
21435 +# CONFIG_VIA_VELOCITY is not set
21436 +# CONFIG_TIGON3 is not set
21437 +# CONFIG_BNX2 is not set
21439 +CONFIG_GFAR_NAPI=y
21440 +# CONFIG_QLA3XXX is not set
21441 +# CONFIG_ATL1 is not set
21442 +CONFIG_NETDEV_10000=y
21443 +# CONFIG_CHELSIO_T1 is not set
21444 +# CONFIG_CHELSIO_T3 is not set
21445 +# CONFIG_IXGBE is not set
21446 +# CONFIG_IXGB is not set
21447 +# CONFIG_S2IO is not set
21448 +# CONFIG_MYRI10GE is not set
21449 +# CONFIG_NETXEN_NIC is not set
21450 +# CONFIG_NIU is not set
21451 +# CONFIG_MLX4_CORE is not set
21452 +# CONFIG_TEHUTI is not set
21453 +# CONFIG_BNX2X is not set
21454 +# CONFIG_TR is not set
21459 +# CONFIG_WLAN_PRE80211 is not set
21460 +# CONFIG_WLAN_80211 is not set
21463 +# USB Network Adapters
21465 +# CONFIG_USB_CATC is not set
21466 +# CONFIG_USB_KAWETH is not set
21467 +# CONFIG_USB_PEGASUS is not set
21468 +# CONFIG_USB_RTL8150 is not set
21469 +# CONFIG_USB_USBNET is not set
21470 +# CONFIG_WAN is not set
21471 +# CONFIG_FDDI is not set
21472 +# CONFIG_HIPPI is not set
21473 +# CONFIG_PPP is not set
21474 +# CONFIG_SLIP is not set
21475 +# CONFIG_NET_FC is not set
21476 +# CONFIG_NETCONSOLE is not set
21477 +# CONFIG_NETPOLL is not set
21478 +# CONFIG_NET_POLL_CONTROLLER is not set
21479 +# CONFIG_ISDN is not set
21480 +# CONFIG_PHONE is not set
21483 +# Input device support
21486 +# CONFIG_INPUT_FF_MEMLESS is not set
21487 +# CONFIG_INPUT_POLLDEV is not set
21490 +# Userland interfaces
21492 +# CONFIG_INPUT_MOUSEDEV is not set
21493 +# CONFIG_INPUT_JOYDEV is not set
21494 +# CONFIG_INPUT_EVDEV is not set
21495 +# CONFIG_INPUT_EVBUG is not set
21498 +# Input Device Drivers
21500 +# CONFIG_INPUT_KEYBOARD is not set
21501 +# CONFIG_INPUT_MOUSE is not set
21502 +# CONFIG_INPUT_JOYSTICK is not set
21503 +# CONFIG_INPUT_TABLET is not set
21504 +# CONFIG_INPUT_TOUCHSCREEN is not set
21505 +# CONFIG_INPUT_MISC is not set
21508 +# Hardware I/O ports
21510 +# CONFIG_SERIO is not set
21511 +# CONFIG_GAMEPORT is not set
21514 +# Character devices
21516 +# CONFIG_VT is not set
21517 +# CONFIG_SERIAL_NONSTANDARD is not set
21518 +# CONFIG_NOZOMI is not set
21523 +CONFIG_SERIAL_8250=y
21524 +CONFIG_SERIAL_8250_CONSOLE=y
21525 +CONFIG_SERIAL_8250_PCI=y
21526 +CONFIG_SERIAL_8250_NR_UARTS=4
21527 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
21528 +# CONFIG_SERIAL_8250_EXTENDED is not set
21531 +# Non-8250 serial port support
21533 +# CONFIG_SERIAL_UARTLITE is not set
21534 +CONFIG_SERIAL_CORE=y
21535 +CONFIG_SERIAL_CORE_CONSOLE=y
21536 +# CONFIG_SERIAL_JSM is not set
21537 +# CONFIG_SERIAL_OF_PLATFORM is not set
21538 +CONFIG_UNIX98_PTYS=y
21539 +CONFIG_LEGACY_PTYS=y
21540 +CONFIG_LEGACY_PTY_COUNT=256
21541 +# CONFIG_IPMI_HANDLER is not set
21542 +CONFIG_HW_RANDOM=y
21543 +# CONFIG_NVRAM is not set
21544 +# CONFIG_GEN_RTC is not set
21545 +# CONFIG_R3964 is not set
21546 +# CONFIG_APPLICOM is not set
21547 +# CONFIG_RAW_DRIVER is not set
21548 +# CONFIG_TCG_TPM is not set
21551 +CONFIG_I2C_BOARDINFO=y
21552 +CONFIG_I2C_CHARDEV=y
21557 +# CONFIG_I2C_ALGOBIT is not set
21558 +# CONFIG_I2C_ALGOPCF is not set
21559 +# CONFIG_I2C_ALGOPCA is not set
21562 +# I2C Hardware Bus support
21564 +# CONFIG_I2C_ALI1535 is not set
21565 +# CONFIG_I2C_ALI1563 is not set
21566 +# CONFIG_I2C_ALI15X3 is not set
21567 +# CONFIG_I2C_AMD756 is not set
21568 +# CONFIG_I2C_AMD8111 is not set
21569 +# CONFIG_I2C_I801 is not set
21570 +# CONFIG_I2C_I810 is not set
21571 +# CONFIG_I2C_PIIX4 is not set
21573 +# CONFIG_I2C_NFORCE2 is not set
21574 +# CONFIG_I2C_OCORES is not set
21575 +# CONFIG_I2C_PARPORT_LIGHT is not set
21576 +# CONFIG_I2C_PROSAVAGE is not set
21577 +# CONFIG_I2C_SAVAGE4 is not set
21578 +# CONFIG_I2C_SIMTEC is not set
21579 +# CONFIG_I2C_SIS5595 is not set
21580 +# CONFIG_I2C_SIS630 is not set
21581 +# CONFIG_I2C_SIS96X is not set
21582 +# CONFIG_I2C_TAOS_EVM is not set
21583 +# CONFIG_I2C_STUB is not set
21584 +# CONFIG_I2C_TINY_USB is not set
21585 +# CONFIG_I2C_VIA is not set
21586 +# CONFIG_I2C_VIAPRO is not set
21587 +# CONFIG_I2C_VOODOO3 is not set
21590 +# Miscellaneous I2C Chip support
21592 +# CONFIG_DS1682 is not set
21593 +# CONFIG_SENSORS_EEPROM is not set
21594 +# CONFIG_SENSORS_PCF8574 is not set
21595 +# CONFIG_PCF8575 is not set
21596 +# CONFIG_SENSORS_PCF8591 is not set
21597 +# CONFIG_TPS65010 is not set
21598 +# CONFIG_SENSORS_MAX6875 is not set
21599 +# CONFIG_SENSORS_TSL2550 is not set
21600 +# CONFIG_I2C_DEBUG_CORE is not set
21601 +# CONFIG_I2C_DEBUG_ALGO is not set
21602 +# CONFIG_I2C_DEBUG_BUS is not set
21603 +# CONFIG_I2C_DEBUG_CHIP is not set
21609 +# CONFIG_SPI_DEBUG is not set
21610 +CONFIG_SPI_MASTER=y
21613 +# SPI Master Controller Drivers
21615 +CONFIG_SPI_BITBANG=y
21616 +CONFIG_SPI_MPC83xx=y
21619 +# SPI Protocol Masters
21621 +# CONFIG_SPI_AT25 is not set
21622 +# CONFIG_SPI_SPIDEV is not set
21623 +# CONFIG_SPI_TLE62X0 is not set
21624 +# CONFIG_W1 is not set
21625 +# CONFIG_POWER_SUPPLY is not set
21627 +# CONFIG_HWMON_VID is not set
21628 +# CONFIG_SENSORS_AD7418 is not set
21629 +# CONFIG_SENSORS_ADM1021 is not set
21630 +# CONFIG_SENSORS_ADM1025 is not set
21631 +# CONFIG_SENSORS_ADM1026 is not set
21632 +# CONFIG_SENSORS_ADM1029 is not set
21633 +# CONFIG_SENSORS_ADM1031 is not set
21634 +# CONFIG_SENSORS_ADM9240 is not set
21635 +# CONFIG_SENSORS_ADT7470 is not set
21636 +# CONFIG_SENSORS_ADT7473 is not set
21637 +# CONFIG_SENSORS_ATXP1 is not set
21638 +# CONFIG_SENSORS_DS1621 is not set
21639 +# CONFIG_SENSORS_I5K_AMB is not set
21640 +# CONFIG_SENSORS_F71805F is not set
21641 +# CONFIG_SENSORS_F71882FG is not set
21642 +# CONFIG_SENSORS_F75375S is not set
21643 +# CONFIG_SENSORS_GL518SM is not set
21644 +# CONFIG_SENSORS_GL520SM is not set
21645 +# CONFIG_SENSORS_IT87 is not set
21646 +# CONFIG_SENSORS_LM63 is not set
21647 +# CONFIG_SENSORS_LM70 is not set
21648 +# CONFIG_SENSORS_LM75 is not set
21649 +# CONFIG_SENSORS_LM77 is not set
21650 +# CONFIG_SENSORS_LM78 is not set
21651 +# CONFIG_SENSORS_LM80 is not set
21652 +# CONFIG_SENSORS_LM83 is not set
21653 +# CONFIG_SENSORS_LM85 is not set
21654 +# CONFIG_SENSORS_LM87 is not set
21655 +# CONFIG_SENSORS_LM90 is not set
21656 +# CONFIG_SENSORS_LM92 is not set
21657 +# CONFIG_SENSORS_LM93 is not set
21658 +# CONFIG_SENSORS_MAX1619 is not set
21659 +# CONFIG_SENSORS_MAX6650 is not set
21660 +# CONFIG_SENSORS_PC87360 is not set
21661 +# CONFIG_SENSORS_PC87427 is not set
21662 +# CONFIG_SENSORS_SIS5595 is not set
21663 +# CONFIG_SENSORS_DME1737 is not set
21664 +# CONFIG_SENSORS_SMSC47M1 is not set
21665 +# CONFIG_SENSORS_SMSC47M192 is not set
21666 +# CONFIG_SENSORS_SMSC47B397 is not set
21667 +# CONFIG_SENSORS_ADS7828 is not set
21668 +# CONFIG_SENSORS_THMC50 is not set
21669 +# CONFIG_SENSORS_VIA686A is not set
21670 +# CONFIG_SENSORS_VT1211 is not set
21671 +# CONFIG_SENSORS_VT8231 is not set
21672 +# CONFIG_SENSORS_W83781D is not set
21673 +# CONFIG_SENSORS_W83791D is not set
21674 +# CONFIG_SENSORS_W83792D is not set
21675 +# CONFIG_SENSORS_W83793 is not set
21676 +# CONFIG_SENSORS_W83L785TS is not set
21677 +# CONFIG_SENSORS_W83L786NG is not set
21678 +# CONFIG_SENSORS_W83627HF is not set
21679 +# CONFIG_SENSORS_W83627EHF is not set
21680 +# CONFIG_HWMON_DEBUG_CHIP is not set
21681 +# CONFIG_THERMAL is not set
21683 +# CONFIG_WATCHDOG_NOWAYOUT is not set
21686 +# Watchdog Device Drivers
21688 +# CONFIG_SOFT_WATCHDOG is not set
21692 +# PCI-based Watchdog Cards
21694 +# CONFIG_PCIPCWATCHDOG is not set
21695 +# CONFIG_WDTPCI is not set
21698 +# USB-based Watchdog Cards
21700 +# CONFIG_USBPCWATCHDOG is not set
21703 +# Sonics Silicon Backplane
21705 +CONFIG_SSB_POSSIBLE=y
21706 +# CONFIG_SSB is not set
21709 +# Multifunction device drivers
21711 +# CONFIG_MFD_SM501 is not set
21714 +# Multimedia devices
21716 +# CONFIG_VIDEO_DEV is not set
21717 +# CONFIG_DVB_CORE is not set
21719 +# CONFIG_USB_DABUSB is not set
21722 +# Graphics support
21724 +# CONFIG_AGP is not set
21725 +# CONFIG_DRM is not set
21726 +# CONFIG_VGASTATE is not set
21727 +CONFIG_VIDEO_OUTPUT_CONTROL=m
21728 +# CONFIG_FB is not set
21729 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
21732 +# Display device support
21734 +# CONFIG_DISPLAY_SUPPORT is not set
21739 +# CONFIG_SOUND is not set
21740 +CONFIG_HID_SUPPORT=y
21742 +# CONFIG_HID_DEBUG is not set
21743 +# CONFIG_HIDRAW is not set
21746 +# USB Input Devices
21748 +# CONFIG_USB_HID is not set
21751 +# USB HID Boot Protocol drivers
21753 +# CONFIG_USB_KBD is not set
21754 +# CONFIG_USB_MOUSE is not set
21755 +CONFIG_USB_SUPPORT=y
21756 +CONFIG_USB_ARCH_HAS_HCD=y
21757 +CONFIG_USB_ARCH_HAS_OHCI=y
21758 +CONFIG_USB_ARCH_HAS_EHCI=y
21760 +# CONFIG_USB_DEBUG is not set
21761 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
21764 +# Miscellaneous USB options
21766 +CONFIG_USB_DEVICEFS=y
21767 +CONFIG_USB_DEVICE_CLASS=y
21768 +# CONFIG_USB_DYNAMIC_MINORS is not set
21769 +# CONFIG_USB_OTG is not set
21772 +# USB Host Controller Drivers
21774 +CONFIG_USB_EHCI_HCD=y
21775 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
21776 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
21777 +CONFIG_USB_EHCI_FSL=y
21778 +CONFIG_USB_EHCI_HCD_PPC_OF=y
21779 +# CONFIG_USB_ISP116X_HCD is not set
21780 +CONFIG_USB_OHCI_HCD=y
21781 +CONFIG_USB_OHCI_HCD_PPC_OF=y
21782 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
21783 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
21784 +CONFIG_USB_OHCI_HCD_PCI=y
21785 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
21786 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
21787 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
21788 +CONFIG_USB_UHCI_HCD=y
21789 +# CONFIG_USB_SL811_HCD is not set
21790 +# CONFIG_USB_R8A66597_HCD is not set
21793 +# USB Device Class drivers
21795 +# CONFIG_USB_ACM is not set
21796 +# CONFIG_USB_PRINTER is not set
21799 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
21803 +# may also be needed; see USB_STORAGE Help for more information
21805 +CONFIG_USB_STORAGE=y
21806 +# CONFIG_USB_STORAGE_DEBUG is not set
21807 +# CONFIG_USB_STORAGE_DATAFAB is not set
21808 +# CONFIG_USB_STORAGE_FREECOM is not set
21809 +# CONFIG_USB_STORAGE_ISD200 is not set
21810 +# CONFIG_USB_STORAGE_DPCM is not set
21811 +# CONFIG_USB_STORAGE_USBAT is not set
21812 +# CONFIG_USB_STORAGE_SDDR09 is not set
21813 +# CONFIG_USB_STORAGE_SDDR55 is not set
21814 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
21815 +# CONFIG_USB_STORAGE_ALAUDA is not set
21816 +# CONFIG_USB_STORAGE_KARMA is not set
21817 +# CONFIG_USB_LIBUSUAL is not set
21820 +# USB Imaging devices
21822 +# CONFIG_USB_MDC800 is not set
21823 +# CONFIG_USB_MICROTEK is not set
21827 +# USB port drivers
21829 +# CONFIG_USB_SERIAL is not set
21832 +# USB Miscellaneous drivers
21834 +# CONFIG_USB_EMI62 is not set
21835 +# CONFIG_USB_EMI26 is not set
21836 +# CONFIG_USB_ADUTUX is not set
21837 +# CONFIG_USB_AUERSWALD is not set
21838 +# CONFIG_USB_RIO500 is not set
21839 +# CONFIG_USB_LEGOTOWER is not set
21840 +# CONFIG_USB_LCD is not set
21841 +# CONFIG_USB_BERRY_CHARGE is not set
21842 +# CONFIG_USB_LED is not set
21843 +# CONFIG_USB_CYPRESS_CY7C63 is not set
21844 +# CONFIG_USB_CYTHERM is not set
21845 +# CONFIG_USB_PHIDGET is not set
21846 +# CONFIG_USB_IDMOUSE is not set
21847 +# CONFIG_USB_FTDI_ELAN is not set
21848 +# CONFIG_USB_APPLEDISPLAY is not set
21849 +# CONFIG_USB_SISUSBVGA is not set
21850 +# CONFIG_USB_LD is not set
21851 +# CONFIG_USB_TRANCEVIBRATOR is not set
21852 +# CONFIG_USB_IOWARRIOR is not set
21853 +# CONFIG_USB_TEST is not set
21854 +CONFIG_USB_GADGET=y
21855 +# CONFIG_USB_GADGET_DEBUG is not set
21856 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
21857 +CONFIG_USB_GADGET_SELECTED=y
21858 +# CONFIG_USB_GADGET_AMD5536UDC is not set
21859 +# CONFIG_USB_GADGET_ATMEL_USBA is not set
21860 +# CONFIG_USB_GADGET_FSL_USB2 is not set
21861 +CONFIG_USB_GADGET_NET2280=y
21862 +CONFIG_USB_NET2280=y
21863 +# CONFIG_USB_GADGET_PXA2XX is not set
21864 +# CONFIG_USB_GADGET_M66592 is not set
21865 +# CONFIG_USB_GADGET_GOKU is not set
21866 +# CONFIG_USB_GADGET_LH7A40X is not set
21867 +# CONFIG_USB_GADGET_OMAP is not set
21868 +# CONFIG_USB_GADGET_S3C2410 is not set
21869 +# CONFIG_USB_GADGET_AT91 is not set
21870 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
21871 +CONFIG_USB_GADGET_DUALSPEED=y
21872 +# CONFIG_USB_ZERO is not set
21874 +CONFIG_USB_ETH_RNDIS=y
21875 +# CONFIG_USB_GADGETFS is not set
21876 +# CONFIG_USB_FILE_STORAGE is not set
21877 +# CONFIG_USB_G_SERIAL is not set
21878 +# CONFIG_USB_MIDI_GADGET is not set
21879 +# CONFIG_USB_G_PRINTER is not set
21880 +# CONFIG_MMC is not set
21881 +# CONFIG_MEMSTICK is not set
21882 +# CONFIG_NEW_LEDS is not set
21883 +# CONFIG_INFINIBAND is not set
21884 +# CONFIG_EDAC is not set
21886 +CONFIG_RTC_CLASS=y
21887 +CONFIG_RTC_HCTOSYS=y
21888 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
21889 +# CONFIG_RTC_DEBUG is not set
21894 +CONFIG_RTC_INTF_SYSFS=y
21895 +CONFIG_RTC_INTF_PROC=y
21896 +CONFIG_RTC_INTF_DEV=y
21897 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
21898 +# CONFIG_RTC_DRV_TEST is not set
21903 +CONFIG_RTC_DRV_DS1307=y
21904 +# CONFIG_RTC_DRV_DS1374 is not set
21905 +# CONFIG_RTC_DRV_DS1672 is not set
21906 +# CONFIG_RTC_DRV_MAX6900 is not set
21907 +# CONFIG_RTC_DRV_RS5C372 is not set
21908 +# CONFIG_RTC_DRV_ISL1208 is not set
21909 +# CONFIG_RTC_DRV_X1205 is not set
21910 +# CONFIG_RTC_DRV_PCF8563 is not set
21911 +# CONFIG_RTC_DRV_PCF8583 is not set
21912 +# CONFIG_RTC_DRV_M41T80 is not set
21913 +# CONFIG_RTC_DRV_S35390A is not set
21918 +# CONFIG_RTC_DRV_MAX6902 is not set
21919 +# CONFIG_RTC_DRV_R9701 is not set
21920 +# CONFIG_RTC_DRV_RS5C348 is not set
21923 +# Platform RTC drivers
21925 +# CONFIG_RTC_DRV_CMOS is not set
21926 +# CONFIG_RTC_DRV_DS1511 is not set
21927 +# CONFIG_RTC_DRV_DS1553 is not set
21928 +# CONFIG_RTC_DRV_DS1742 is not set
21929 +# CONFIG_RTC_DRV_STK17TA8 is not set
21930 +# CONFIG_RTC_DRV_M48T86 is not set
21931 +# CONFIG_RTC_DRV_M48T59 is not set
21932 +# CONFIG_RTC_DRV_V3020 is not set
21935 +# on-CPU RTC drivers
21937 +# CONFIG_DMADEVICES is not set
21942 +# CONFIG_UIO is not set
21948 +# CONFIG_EXT2_FS_XATTR is not set
21949 +# CONFIG_EXT2_FS_XIP is not set
21951 +CONFIG_EXT3_FS_XATTR=y
21952 +# CONFIG_EXT3_FS_POSIX_ACL is not set
21953 +# CONFIG_EXT3_FS_SECURITY is not set
21954 +# CONFIG_EXT4DEV_FS is not set
21956 +CONFIG_FS_MBCACHE=y
21957 +# CONFIG_REISERFS_FS is not set
21958 +# CONFIG_JFS_FS is not set
21959 +# CONFIG_FS_POSIX_ACL is not set
21960 +# CONFIG_XFS_FS is not set
21961 +# CONFIG_GFS2_FS is not set
21962 +# CONFIG_OCFS2_FS is not set
21965 +CONFIG_INOTIFY_USER=y
21966 +# CONFIG_QUOTA is not set
21967 +# CONFIG_AUTOFS_FS is not set
21968 +# CONFIG_AUTOFS4_FS is not set
21969 +# CONFIG_FUSE_FS is not set
21972 +# CD-ROM/DVD Filesystems
21974 +# CONFIG_ISO9660_FS is not set
21975 +# CONFIG_UDF_FS is not set
21978 +# DOS/FAT/NT Filesystems
21980 +# CONFIG_MSDOS_FS is not set
21981 +# CONFIG_VFAT_FS is not set
21982 +# CONFIG_NTFS_FS is not set
21985 +# Pseudo filesystems
21988 +CONFIG_PROC_KCORE=y
21989 +CONFIG_PROC_SYSCTL=y
21992 +# CONFIG_TMPFS_POSIX_ACL is not set
21993 +# CONFIG_HUGETLB_PAGE is not set
21994 +# CONFIG_CONFIGFS_FS is not set
21997 +# Miscellaneous filesystems
21999 +# CONFIG_ADFS_FS is not set
22000 +# CONFIG_AFFS_FS is not set
22001 +# CONFIG_HFS_FS is not set
22002 +# CONFIG_HFSPLUS_FS is not set
22003 +# CONFIG_BEFS_FS is not set
22004 +# CONFIG_BFS_FS is not set
22005 +# CONFIG_EFS_FS is not set
22007 +CONFIG_JFFS2_FS_DEBUG=0
22008 +CONFIG_JFFS2_FS_WRITEBUFFER=y
22009 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
22010 +# CONFIG_JFFS2_SUMMARY is not set
22011 +# CONFIG_JFFS2_FS_XATTR is not set
22012 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
22013 +CONFIG_JFFS2_ZLIB=y
22014 +# CONFIG_JFFS2_LZO is not set
22015 +CONFIG_JFFS2_RTIME=y
22016 +# CONFIG_JFFS2_RUBIN is not set
22017 +# CONFIG_CRAMFS is not set
22018 +# CONFIG_VXFS_FS is not set
22019 +# CONFIG_MINIX_FS is not set
22020 +# CONFIG_HPFS_FS is not set
22021 +# CONFIG_QNX4FS_FS is not set
22022 +# CONFIG_ROMFS_FS is not set
22023 +# CONFIG_SYSV_FS is not set
22024 +# CONFIG_UFS_FS is not set
22025 +CONFIG_NETWORK_FILESYSTEMS=y
22028 +# CONFIG_NFS_V3_ACL is not set
22030 +# CONFIG_NFS_DIRECTIO is not set
22031 +# CONFIG_NFSD is not set
22035 +CONFIG_NFS_COMMON=y
22037 +CONFIG_SUNRPC_GSS=y
22038 +# CONFIG_SUNRPC_BIND34 is not set
22039 +CONFIG_RPCSEC_GSS_KRB5=y
22040 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
22041 +# CONFIG_SMB_FS is not set
22042 +# CONFIG_CIFS is not set
22043 +# CONFIG_NCP_FS is not set
22044 +# CONFIG_CODA_FS is not set
22045 +# CONFIG_AFS_FS is not set
22050 +CONFIG_PARTITION_ADVANCED=y
22051 +# CONFIG_ACORN_PARTITION is not set
22052 +# CONFIG_OSF_PARTITION is not set
22053 +# CONFIG_AMIGA_PARTITION is not set
22054 +# CONFIG_ATARI_PARTITION is not set
22055 +# CONFIG_MAC_PARTITION is not set
22056 +CONFIG_MSDOS_PARTITION=y
22057 +# CONFIG_BSD_DISKLABEL is not set
22058 +# CONFIG_MINIX_SUBPARTITION is not set
22059 +# CONFIG_SOLARIS_X86_PARTITION is not set
22060 +# CONFIG_UNIXWARE_DISKLABEL is not set
22061 +# CONFIG_LDM_PARTITION is not set
22062 +# CONFIG_SGI_PARTITION is not set
22063 +# CONFIG_ULTRIX_PARTITION is not set
22064 +# CONFIG_SUN_PARTITION is not set
22065 +# CONFIG_KARMA_PARTITION is not set
22066 +# CONFIG_EFI_PARTITION is not set
22067 +# CONFIG_SYSV68_PARTITION is not set
22068 +# CONFIG_NLS is not set
22069 +# CONFIG_DLM is not set
22072 +# Library routines
22074 +CONFIG_BITREVERSE=y
22075 +# CONFIG_CRC_CCITT is not set
22076 +# CONFIG_CRC16 is not set
22077 +# CONFIG_CRC_ITU_T is not set
22079 +# CONFIG_CRC7 is not set
22080 +# CONFIG_LIBCRC32C is not set
22081 +CONFIG_ZLIB_INFLATE=y
22082 +CONFIG_ZLIB_DEFLATE=y
22084 +CONFIG_HAS_IOMEM=y
22085 +CONFIG_HAS_IOPORT=y
22092 +# CONFIG_PRINTK_TIME is not set
22093 +CONFIG_ENABLE_WARN_DEPRECATED=y
22094 +CONFIG_ENABLE_MUST_CHECK=y
22095 +# CONFIG_MAGIC_SYSRQ is not set
22096 +# CONFIG_UNUSED_SYMBOLS is not set
22097 +# CONFIG_DEBUG_FS is not set
22098 +# CONFIG_HEADERS_CHECK is not set
22099 +CONFIG_DEBUG_KERNEL=y
22100 +# CONFIG_DEBUG_SHIRQ is not set
22101 +CONFIG_DETECT_SOFTLOCKUP=y
22102 +CONFIG_SCHED_DEBUG=y
22103 +# CONFIG_SCHEDSTATS is not set
22104 +# CONFIG_TIMER_STATS is not set
22105 +# CONFIG_SLUB_DEBUG_ON is not set
22106 +# CONFIG_SLUB_STATS is not set
22107 +# CONFIG_DEBUG_RT_MUTEXES is not set
22108 +# CONFIG_RT_MUTEX_TESTER is not set
22109 +# CONFIG_DEBUG_SPINLOCK is not set
22110 +# CONFIG_DEBUG_MUTEXES is not set
22111 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
22112 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
22113 +# CONFIG_DEBUG_KOBJECT is not set
22114 +# CONFIG_DEBUG_BUGVERBOSE is not set
22115 +# CONFIG_DEBUG_INFO is not set
22116 +# CONFIG_DEBUG_VM is not set
22117 +# CONFIG_DEBUG_LIST is not set
22118 +# CONFIG_DEBUG_SG is not set
22119 +# CONFIG_BOOT_PRINTK_DELAY is not set
22120 +# CONFIG_RCU_TORTURE_TEST is not set
22121 +# CONFIG_BACKTRACE_SELF_TEST is not set
22122 +# CONFIG_FAULT_INJECTION is not set
22123 +# CONFIG_SAMPLES is not set
22124 +# CONFIG_DEBUG_STACKOVERFLOW is not set
22125 +# CONFIG_DEBUG_STACK_USAGE is not set
22126 +# CONFIG_DEBUG_PAGEALLOC is not set
22127 +# CONFIG_DEBUGGER is not set
22128 +# CONFIG_BDI_SWITCH is not set
22129 +# CONFIG_PPC_EARLY_DEBUG is not set
22132 +# Security options
22134 +# CONFIG_KEYS is not set
22135 +# CONFIG_SECURITY is not set
22136 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
22138 +CONFIG_CRYPTO_ALGAPI=y
22139 +CONFIG_CRYPTO_BLKCIPHER=y
22140 +# CONFIG_CRYPTO_SEQIV is not set
22141 +CONFIG_CRYPTO_MANAGER=y
22142 +# CONFIG_CRYPTO_HMAC is not set
22143 +# CONFIG_CRYPTO_XCBC is not set
22144 +# CONFIG_CRYPTO_NULL is not set
22145 +# CONFIG_CRYPTO_MD4 is not set
22146 +CONFIG_CRYPTO_MD5=y
22147 +# CONFIG_CRYPTO_SHA1 is not set
22148 +# CONFIG_CRYPTO_SHA256 is not set
22149 +# CONFIG_CRYPTO_SHA512 is not set
22150 +# CONFIG_CRYPTO_WP512 is not set
22151 +# CONFIG_CRYPTO_TGR192 is not set
22152 +# CONFIG_CRYPTO_GF128MUL is not set
22153 +# CONFIG_CRYPTO_ECB is not set
22154 +CONFIG_CRYPTO_CBC=y
22155 +CONFIG_CRYPTO_PCBC=m
22156 +# CONFIG_CRYPTO_LRW is not set
22157 +# CONFIG_CRYPTO_XTS is not set
22158 +# CONFIG_CRYPTO_CTR is not set
22159 +# CONFIG_CRYPTO_GCM is not set
22160 +# CONFIG_CRYPTO_CCM is not set
22161 +# CONFIG_CRYPTO_CRYPTD is not set
22162 +CONFIG_CRYPTO_DES=y
22163 +# CONFIG_CRYPTO_FCRYPT is not set
22164 +# CONFIG_CRYPTO_BLOWFISH is not set
22165 +# CONFIG_CRYPTO_TWOFISH is not set
22166 +# CONFIG_CRYPTO_SERPENT is not set
22167 +# CONFIG_CRYPTO_AES is not set
22168 +# CONFIG_CRYPTO_CAST5 is not set
22169 +# CONFIG_CRYPTO_CAST6 is not set
22170 +# CONFIG_CRYPTO_TEA is not set
22171 +# CONFIG_CRYPTO_ARC4 is not set
22172 +# CONFIG_CRYPTO_KHAZAD is not set
22173 +# CONFIG_CRYPTO_ANUBIS is not set
22174 +# CONFIG_CRYPTO_SEED is not set
22175 +# CONFIG_CRYPTO_SALSA20 is not set
22176 +# CONFIG_CRYPTO_DEFLATE is not set
22177 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
22178 +# CONFIG_CRYPTO_CRC32C is not set
22179 +# CONFIG_CRYPTO_CAMELLIA is not set
22180 +# CONFIG_CRYPTO_TEST is not set
22181 +# CONFIG_CRYPTO_AUTHENC is not set
22182 +# CONFIG_CRYPTO_LZO is not set
22183 +CONFIG_CRYPTO_HW=y
22184 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
22185 +# CONFIG_PPC_CLOCK is not set
22187 +++ b/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig
22190 +# Automatically generated make config: don't edit
22191 +# Linux kernel version: 2.6.25-rc6
22192 +# Mon Mar 24 08:48:15 2008
22194 +# CONFIG_PPC64 is not set
22197 +# Processor support
22200 +# CONFIG_PPC_85xx is not set
22201 +# CONFIG_PPC_8xx is not set
22202 +# CONFIG_40x is not set
22203 +# CONFIG_44x is not set
22204 +# CONFIG_E200 is not set
22206 +# CONFIG_FSL_EMB_PERFMON is not set
22207 +CONFIG_PPC_STD_MMU=y
22208 +CONFIG_PPC_STD_MMU_32=y
22209 +# CONFIG_PPC_MM_SLICES is not set
22210 +# CONFIG_SMP is not set
22212 +CONFIG_WORD_SIZE=32
22213 +CONFIG_PPC_MERGE=y
22215 +CONFIG_GENERIC_CMOS_UPDATE=y
22216 +CONFIG_GENERIC_TIME=y
22217 +CONFIG_GENERIC_TIME_VSYSCALL=y
22218 +CONFIG_GENERIC_CLOCKEVENTS=y
22219 +CONFIG_GENERIC_HARDIRQS=y
22220 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
22221 +CONFIG_IRQ_PER_CPU=y
22222 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
22223 +CONFIG_ARCH_HAS_ILOG2_U32=y
22224 +CONFIG_GENERIC_HWEIGHT=y
22225 +CONFIG_GENERIC_CALIBRATE_DELAY=y
22226 +CONFIG_GENERIC_FIND_NEXT_BIT=y
22227 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
22229 +CONFIG_EARLY_PRINTK=y
22230 +CONFIG_GENERIC_NVRAM=y
22231 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
22232 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
22235 +CONFIG_PPC_UDBG_16550=y
22236 +# CONFIG_GENERIC_TBSYNC is not set
22237 +CONFIG_AUDIT_ARCH=y
22238 +CONFIG_GENERIC_BUG=y
22239 +CONFIG_DEFAULT_UIMAGE=y
22240 +# CONFIG_PPC_DCR_NATIVE is not set
22241 +# CONFIG_PPC_DCR_MMIO is not set
22242 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
22247 +CONFIG_EXPERIMENTAL=y
22248 +CONFIG_BROKEN_ON_SMP=y
22249 +CONFIG_INIT_ENV_ARG_LIMIT=32
22250 +CONFIG_LOCALVERSION=""
22251 +CONFIG_LOCALVERSION_AUTO=y
22254 +CONFIG_SYSVIPC_SYSCTL=y
22255 +# CONFIG_POSIX_MQUEUE is not set
22256 +# CONFIG_BSD_PROCESS_ACCT is not set
22257 +# CONFIG_TASKSTATS is not set
22258 +# CONFIG_AUDIT is not set
22259 +# CONFIG_IKCONFIG is not set
22260 +CONFIG_LOG_BUF_SHIFT=14
22261 +# CONFIG_CGROUPS is not set
22262 +CONFIG_GROUP_SCHED=y
22263 +# CONFIG_FAIR_GROUP_SCHED is not set
22264 +# CONFIG_RT_GROUP_SCHED is not set
22265 +CONFIG_USER_SCHED=y
22266 +# CONFIG_CGROUP_SCHED is not set
22267 +CONFIG_SYSFS_DEPRECATED=y
22268 +CONFIG_SYSFS_DEPRECATED_V2=y
22269 +# CONFIG_RELAY is not set
22270 +# CONFIG_NAMESPACES is not set
22271 +CONFIG_BLK_DEV_INITRD=y
22272 +CONFIG_INITRAMFS_SOURCE=""
22273 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
22276 +CONFIG_SYSCTL_SYSCALL=y
22277 +# CONFIG_KALLSYMS is not set
22282 +CONFIG_COMPAT_BRK=y
22283 +CONFIG_BASE_FULL=y
22285 +CONFIG_ANON_INODES=y
22286 +# CONFIG_EPOLL is not set
22291 +CONFIG_VM_EVENT_COUNTERS=y
22292 +CONFIG_SLUB_DEBUG=y
22293 +# CONFIG_SLAB is not set
22295 +# CONFIG_SLOB is not set
22296 +# CONFIG_PROFILING is not set
22297 +# CONFIG_MARKERS is not set
22298 +CONFIG_HAVE_OPROFILE=y
22299 +CONFIG_HAVE_KPROBES=y
22300 +CONFIG_HAVE_KRETPROBES=y
22301 +CONFIG_PROC_PAGE_MONITOR=y
22303 +CONFIG_RT_MUTEXES=y
22304 +# CONFIG_TINY_SHMEM is not set
22305 +CONFIG_BASE_SMALL=0
22307 +CONFIG_MODULE_UNLOAD=y
22308 +# CONFIG_MODULE_FORCE_UNLOAD is not set
22309 +# CONFIG_MODVERSIONS is not set
22310 +# CONFIG_MODULE_SRCVERSION_ALL is not set
22311 +# CONFIG_KMOD is not set
22313 +# CONFIG_LBD is not set
22314 +# CONFIG_BLK_DEV_IO_TRACE is not set
22315 +# CONFIG_LSF is not set
22316 +# CONFIG_BLK_DEV_BSG is not set
22321 +CONFIG_IOSCHED_NOOP=y
22322 +CONFIG_IOSCHED_AS=y
22323 +CONFIG_IOSCHED_DEADLINE=y
22324 +CONFIG_IOSCHED_CFQ=y
22325 +CONFIG_DEFAULT_AS=y
22326 +# CONFIG_DEFAULT_DEADLINE is not set
22327 +# CONFIG_DEFAULT_CFQ is not set
22328 +# CONFIG_DEFAULT_NOOP is not set
22329 +CONFIG_DEFAULT_IOSCHED="anticipatory"
22330 +CONFIG_CLASSIC_RCU=y
22333 +# Platform support
22335 +# CONFIG_PPC_MULTIPLATFORM is not set
22336 +# CONFIG_PPC_82xx is not set
22338 +# CONFIG_PPC_86xx is not set
22339 +# CONFIG_PPC_MPC512x is not set
22340 +# CONFIG_PPC_MPC5121 is not set
22341 +# CONFIG_PPC_CELL is not set
22342 +# CONFIG_PPC_CELL_NATIVE is not set
22343 +# CONFIG_PQ2ADS is not set
22345 +CONFIG_MPC831x_RDB=y
22346 +# CONFIG_MPC832x_MDS is not set
22347 +# CONFIG_MPC832x_RDB is not set
22348 +# CONFIG_MPC834x_MDS is not set
22349 +# CONFIG_MPC834x_ITX is not set
22350 +# CONFIG_MPC836x_MDS is not set
22351 +# CONFIG_MPC837x_MDS is not set
22352 +# CONFIG_MPC837x_RDB is not set
22353 +# CONFIG_SBC834x is not set
22354 +CONFIG_PPC_MPC831x=y
22356 +# CONFIG_MPIC is not set
22357 +# CONFIG_MPIC_WEIRD is not set
22358 +# CONFIG_PPC_I8259 is not set
22359 +# CONFIG_PPC_RTAS is not set
22360 +# CONFIG_MMIO_NVRAM is not set
22361 +# CONFIG_PPC_MPC106 is not set
22362 +# CONFIG_PPC_970_NAP is not set
22363 +# CONFIG_PPC_INDIRECT_IO is not set
22364 +# CONFIG_GENERIC_IOMAP is not set
22365 +# CONFIG_CPU_FREQ is not set
22366 +# CONFIG_FSL_ULI1575 is not set
22371 +# CONFIG_HIGHMEM is not set
22372 +CONFIG_TICK_ONESHOT=y
22374 +CONFIG_HIGH_RES_TIMERS=y
22375 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
22376 +# CONFIG_HZ_100 is not set
22378 +# CONFIG_HZ_300 is not set
22379 +# CONFIG_HZ_1000 is not set
22381 +# CONFIG_SCHED_HRTICK is not set
22382 +CONFIG_PREEMPT_NONE=y
22383 +# CONFIG_PREEMPT_VOLUNTARY is not set
22384 +# CONFIG_PREEMPT is not set
22385 +CONFIG_BINFMT_ELF=y
22386 +# CONFIG_BINFMT_MISC is not set
22387 +# CONFIG_IOMMU_HELPER is not set
22388 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
22389 +CONFIG_ARCH_HAS_WALK_MEMORY=y
22390 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
22391 +CONFIG_ARCH_FLATMEM_ENABLE=y
22392 +CONFIG_ARCH_POPULATES_NODE_MAP=y
22393 +CONFIG_SELECT_MEMORY_MODEL=y
22394 +CONFIG_FLATMEM_MANUAL=y
22395 +# CONFIG_DISCONTIGMEM_MANUAL is not set
22396 +# CONFIG_SPARSEMEM_MANUAL is not set
22398 +CONFIG_FLAT_NODE_MEM_MAP=y
22399 +# CONFIG_SPARSEMEM_STATIC is not set
22400 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
22401 +CONFIG_SPLIT_PTLOCK_CPUS=4
22402 +# CONFIG_RESOURCES_64BIT is not set
22403 +CONFIG_ZONE_DMA_FLAG=1
22405 +CONFIG_VIRT_TO_BUS=y
22406 +CONFIG_PROC_DEVICETREE=y
22407 +# CONFIG_CMDLINE_BOOL is not set
22408 +# CONFIG_PM is not set
22410 +CONFIG_ISA_DMA_API=y
22416 +CONFIG_GENERIC_ISA_DMA=y
22417 +CONFIG_PPC_INDIRECT_PCI=y
22420 +CONFIG_PCI_DOMAINS=y
22421 +CONFIG_PCI_SYSCALL=y
22422 +# CONFIG_PCIEPORTBUS is not set
22423 +CONFIG_ARCH_SUPPORTS_MSI=y
22424 +# CONFIG_PCI_MSI is not set
22425 +CONFIG_PCI_LEGACY=y
22426 +# CONFIG_PCI_DEBUG is not set
22427 +# CONFIG_PCCARD is not set
22428 +# CONFIG_HOTPLUG_PCI is not set
22433 +# CONFIG_ADVANCED_OPTIONS is not set
22436 +# Default settings for advanced configuration options are used
22438 +CONFIG_HIGHMEM_START=0xfe000000
22439 +CONFIG_LOWMEM_SIZE=0x30000000
22440 +CONFIG_KERNEL_START=0xc0000000
22441 +CONFIG_TASK_SIZE=0xc0000000
22442 +CONFIG_BOOT_LOAD=0x00800000
22450 +# Networking options
22453 +# CONFIG_PACKET_MMAP is not set
22456 +# CONFIG_XFRM_USER is not set
22457 +# CONFIG_XFRM_SUB_POLICY is not set
22458 +# CONFIG_XFRM_MIGRATE is not set
22459 +# CONFIG_XFRM_STATISTICS is not set
22460 +# CONFIG_NET_KEY is not set
22462 +CONFIG_IP_MULTICAST=y
22463 +# CONFIG_IP_ADVANCED_ROUTER is not set
22464 +CONFIG_IP_FIB_HASH=y
22466 +CONFIG_IP_PNP_DHCP=y
22467 +CONFIG_IP_PNP_BOOTP=y
22468 +# CONFIG_IP_PNP_RARP is not set
22469 +# CONFIG_NET_IPIP is not set
22470 +# CONFIG_NET_IPGRE is not set
22471 +# CONFIG_IP_MROUTE is not set
22472 +# CONFIG_ARPD is not set
22473 +CONFIG_SYN_COOKIES=y
22474 +# CONFIG_INET_AH is not set
22475 +# CONFIG_INET_ESP is not set
22476 +# CONFIG_INET_IPCOMP is not set
22477 +# CONFIG_INET_XFRM_TUNNEL is not set
22478 +# CONFIG_INET_TUNNEL is not set
22479 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
22480 +CONFIG_INET_XFRM_MODE_TUNNEL=y
22481 +CONFIG_INET_XFRM_MODE_BEET=y
22482 +# CONFIG_INET_LRO is not set
22483 +CONFIG_INET_DIAG=y
22484 +CONFIG_INET_TCP_DIAG=y
22485 +# CONFIG_TCP_CONG_ADVANCED is not set
22486 +CONFIG_TCP_CONG_CUBIC=y
22487 +CONFIG_DEFAULT_TCP_CONG="cubic"
22488 +# CONFIG_TCP_MD5SIG is not set
22489 +# CONFIG_IPV6 is not set
22490 +# CONFIG_INET6_XFRM_TUNNEL is not set
22491 +# CONFIG_INET6_TUNNEL is not set
22492 +# CONFIG_NETWORK_SECMARK is not set
22493 +# CONFIG_NETFILTER is not set
22494 +# CONFIG_IP_DCCP is not set
22495 +# CONFIG_IP_SCTP is not set
22496 +# CONFIG_TIPC is not set
22497 +# CONFIG_ATM is not set
22498 +# CONFIG_BRIDGE is not set
22499 +# CONFIG_VLAN_8021Q is not set
22500 +# CONFIG_DECNET is not set
22501 +# CONFIG_LLC2 is not set
22502 +# CONFIG_IPX is not set
22503 +# CONFIG_ATALK is not set
22504 +# CONFIG_X25 is not set
22505 +# CONFIG_LAPB is not set
22506 +# CONFIG_ECONET is not set
22507 +# CONFIG_WAN_ROUTER is not set
22508 +# CONFIG_NET_SCHED is not set
22513 +# CONFIG_NET_PKTGEN is not set
22514 +# CONFIG_HAMRADIO is not set
22515 +# CONFIG_CAN is not set
22516 +# CONFIG_IRDA is not set
22517 +# CONFIG_BT is not set
22518 +# CONFIG_AF_RXRPC is not set
22523 +# CONFIG_CFG80211 is not set
22524 +# CONFIG_WIRELESS_EXT is not set
22525 +# CONFIG_MAC80211 is not set
22526 +# CONFIG_IEEE80211 is not set
22527 +# CONFIG_RFKILL is not set
22528 +# CONFIG_NET_9P is not set
22535 +# Generic Driver Options
22537 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
22538 +CONFIG_STANDALONE=y
22539 +CONFIG_PREVENT_FIRMWARE_BUILD=y
22540 +# CONFIG_FW_LOADER is not set
22541 +# CONFIG_DEBUG_DRIVER is not set
22542 +# CONFIG_DEBUG_DEVRES is not set
22543 +# CONFIG_SYS_HYPERVISOR is not set
22544 +# CONFIG_CONNECTOR is not set
22546 +# CONFIG_MTD_DEBUG is not set
22547 +# CONFIG_MTD_CONCAT is not set
22548 +CONFIG_MTD_PARTITIONS=y
22549 +# CONFIG_MTD_REDBOOT_PARTS is not set
22550 +# CONFIG_MTD_CMDLINE_PARTS is not set
22551 +# CONFIG_MTD_OF_PARTS is not set
22554 +# User Modules And Translation Layers
22557 +CONFIG_MTD_BLKDEVS=y
22558 +CONFIG_MTD_BLOCK=y
22559 +# CONFIG_FTL is not set
22560 +# CONFIG_NFTL is not set
22561 +# CONFIG_INFTL is not set
22562 +# CONFIG_RFD_FTL is not set
22563 +# CONFIG_SSFDC is not set
22564 +# CONFIG_MTD_OOPS is not set
22567 +# RAM/ROM/Flash chip drivers
22570 +# CONFIG_MTD_JEDECPROBE is not set
22571 +CONFIG_MTD_GEN_PROBE=y
22572 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
22573 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
22574 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
22575 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
22576 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
22577 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
22578 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
22579 +CONFIG_MTD_CFI_I1=y
22580 +CONFIG_MTD_CFI_I2=y
22581 +# CONFIG_MTD_CFI_I4 is not set
22582 +# CONFIG_MTD_CFI_I8 is not set
22583 +# CONFIG_MTD_CFI_INTELEXT is not set
22584 +CONFIG_MTD_CFI_AMDSTD=y
22585 +# CONFIG_MTD_CFI_STAA is not set
22586 +CONFIG_MTD_CFI_UTIL=y
22587 +# CONFIG_MTD_RAM is not set
22588 +# CONFIG_MTD_ROM is not set
22589 +# CONFIG_MTD_ABSENT is not set
22592 +# Mapping drivers for chip access
22594 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
22595 +# CONFIG_MTD_PHYSMAP is not set
22596 +CONFIG_MTD_PHYSMAP_OF=y
22597 +# CONFIG_MTD_INTEL_VR_NOR is not set
22598 +# CONFIG_MTD_PLATRAM is not set
22601 +# Self-contained MTD device drivers
22603 +# CONFIG_MTD_PMC551 is not set
22604 +# CONFIG_MTD_DATAFLASH is not set
22605 +# CONFIG_MTD_M25P80 is not set
22606 +# CONFIG_MTD_SLRAM is not set
22607 +# CONFIG_MTD_PHRAM is not set
22608 +# CONFIG_MTD_MTDRAM is not set
22609 +# CONFIG_MTD_BLOCK2MTD is not set
22612 +# Disk-On-Chip Device Drivers
22614 +# CONFIG_MTD_DOC2000 is not set
22615 +# CONFIG_MTD_DOC2001 is not set
22616 +# CONFIG_MTD_DOC2001PLUS is not set
22618 +CONFIG_MTD_NAND_VERIFY_WRITE=y
22619 +# CONFIG_MTD_NAND_ECC_SMC is not set
22620 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
22621 +CONFIG_MTD_NAND_IDS=y
22622 +# CONFIG_MTD_NAND_DISKONCHIP is not set
22623 +# CONFIG_MTD_NAND_CAFE is not set
22624 +# CONFIG_MTD_NAND_NANDSIM is not set
22625 +# CONFIG_MTD_NAND_PLATFORM is not set
22626 +# CONFIG_MTD_ALAUDA is not set
22627 +# CONFIG_MTD_NAND_FSL_ELBC is not set
22628 +# CONFIG_MTD_ONENAND is not set
22631 +# UBI - Unsorted block images
22633 +# CONFIG_MTD_UBI is not set
22634 +CONFIG_OF_DEVICE=y
22635 +# CONFIG_PARPORT is not set
22637 +# CONFIG_BLK_DEV_FD is not set
22638 +# CONFIG_BLK_CPQ_DA is not set
22639 +# CONFIG_BLK_CPQ_CISS_DA is not set
22640 +# CONFIG_BLK_DEV_DAC960 is not set
22641 +# CONFIG_BLK_DEV_UMEM is not set
22642 +# CONFIG_BLK_DEV_COW_COMMON is not set
22643 +CONFIG_BLK_DEV_LOOP=y
22644 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
22645 +# CONFIG_BLK_DEV_NBD is not set
22646 +# CONFIG_BLK_DEV_SX8 is not set
22647 +# CONFIG_BLK_DEV_UB is not set
22648 +CONFIG_BLK_DEV_RAM=y
22649 +CONFIG_BLK_DEV_RAM_COUNT=16
22650 +CONFIG_BLK_DEV_RAM_SIZE=32768
22651 +# CONFIG_BLK_DEV_XIP is not set
22652 +# CONFIG_CDROM_PKTCDVD is not set
22653 +# CONFIG_ATA_OVER_ETH is not set
22654 +CONFIG_MISC_DEVICES=y
22655 +# CONFIG_PHANTOM is not set
22656 +# CONFIG_EEPROM_93CX6 is not set
22657 +# CONFIG_SGI_IOC4 is not set
22658 +# CONFIG_TIFM_CORE is not set
22659 +# CONFIG_ENCLOSURE_SERVICES is not set
22661 +# CONFIG_IDE is not set
22664 +# SCSI device support
22666 +# CONFIG_RAID_ATTRS is not set
22669 +# CONFIG_SCSI_TGT is not set
22670 +# CONFIG_SCSI_NETLINK is not set
22671 +CONFIG_SCSI_PROC_FS=y
22674 +# SCSI support type (disk, tape, CD-ROM)
22676 +# CONFIG_BLK_DEV_SD is not set
22677 +# CONFIG_CHR_DEV_ST is not set
22678 +# CONFIG_CHR_DEV_OSST is not set
22679 +# CONFIG_BLK_DEV_SR is not set
22680 +CONFIG_CHR_DEV_SG=y
22681 +# CONFIG_CHR_DEV_SCH is not set
22684 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
22686 +# CONFIG_SCSI_MULTI_LUN is not set
22687 +# CONFIG_SCSI_CONSTANTS is not set
22688 +# CONFIG_SCSI_LOGGING is not set
22689 +# CONFIG_SCSI_SCAN_ASYNC is not set
22690 +CONFIG_SCSI_WAIT_SCAN=m
22695 +CONFIG_SCSI_SPI_ATTRS=y
22696 +# CONFIG_SCSI_FC_ATTRS is not set
22697 +# CONFIG_SCSI_ISCSI_ATTRS is not set
22698 +# CONFIG_SCSI_SAS_LIBSAS is not set
22699 +# CONFIG_SCSI_SRP_ATTRS is not set
22700 +CONFIG_SCSI_LOWLEVEL=y
22701 +# CONFIG_ISCSI_TCP is not set
22702 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
22703 +# CONFIG_SCSI_3W_9XXX is not set
22704 +# CONFIG_SCSI_ACARD is not set
22705 +# CONFIG_SCSI_AACRAID is not set
22706 +# CONFIG_SCSI_AIC7XXX is not set
22707 +# CONFIG_SCSI_AIC7XXX_OLD is not set
22708 +# CONFIG_SCSI_AIC79XX is not set
22709 +# CONFIG_SCSI_AIC94XX is not set
22710 +# CONFIG_SCSI_DPT_I2O is not set
22711 +# CONFIG_SCSI_ADVANSYS is not set
22712 +# CONFIG_SCSI_ARCMSR is not set
22713 +# CONFIG_MEGARAID_NEWGEN is not set
22714 +# CONFIG_MEGARAID_LEGACY is not set
22715 +# CONFIG_MEGARAID_SAS is not set
22716 +# CONFIG_SCSI_HPTIOP is not set
22717 +# CONFIG_SCSI_BUSLOGIC is not set
22718 +# CONFIG_SCSI_DMX3191D is not set
22719 +# CONFIG_SCSI_EATA is not set
22720 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
22721 +# CONFIG_SCSI_GDTH is not set
22722 +# CONFIG_SCSI_IPS is not set
22723 +# CONFIG_SCSI_INITIO is not set
22724 +# CONFIG_SCSI_INIA100 is not set
22725 +# CONFIG_SCSI_MVSAS is not set
22726 +# CONFIG_SCSI_STEX is not set
22727 +# CONFIG_SCSI_SYM53C8XX_2 is not set
22728 +# CONFIG_SCSI_IPR is not set
22729 +# CONFIG_SCSI_QLOGIC_1280 is not set
22730 +# CONFIG_SCSI_QLA_FC is not set
22731 +# CONFIG_SCSI_QLA_ISCSI is not set
22732 +# CONFIG_SCSI_LPFC is not set
22733 +# CONFIG_SCSI_DC395x is not set
22734 +# CONFIG_SCSI_DC390T is not set
22735 +# CONFIG_SCSI_NSP32 is not set
22736 +# CONFIG_SCSI_DEBUG is not set
22737 +# CONFIG_SCSI_SRP is not set
22739 +# CONFIG_ATA_NONSTANDARD is not set
22740 +# CONFIG_SATA_AHCI is not set
22741 +# CONFIG_SATA_SVW is not set
22742 +# CONFIG_ATA_PIIX is not set
22743 +# CONFIG_SATA_MV is not set
22744 +# CONFIG_SATA_NV is not set
22745 +# CONFIG_PDC_ADMA is not set
22746 +# CONFIG_SATA_QSTOR is not set
22747 +# CONFIG_SATA_PROMISE is not set
22748 +# CONFIG_SATA_SX4 is not set
22749 +# CONFIG_SATA_SIL is not set
22750 +# CONFIG_SATA_SIL24 is not set
22751 +# CONFIG_SATA_SIS is not set
22752 +# CONFIG_SATA_ULI is not set
22753 +# CONFIG_SATA_VIA is not set
22754 +# CONFIG_SATA_VITESSE is not set
22755 +# CONFIG_SATA_INIC162X is not set
22757 +# CONFIG_PATA_ALI is not set
22758 +# CONFIG_PATA_AMD is not set
22759 +# CONFIG_PATA_ARTOP is not set
22760 +# CONFIG_PATA_ATIIXP is not set
22761 +# CONFIG_PATA_CMD640_PCI is not set
22762 +# CONFIG_PATA_CMD64X is not set
22763 +# CONFIG_PATA_CS5520 is not set
22764 +# CONFIG_PATA_CS5530 is not set
22765 +# CONFIG_PATA_CYPRESS is not set
22766 +# CONFIG_PATA_EFAR is not set
22767 +# CONFIG_ATA_GENERIC is not set
22768 +# CONFIG_PATA_HPT366 is not set
22769 +# CONFIG_PATA_HPT37X is not set
22770 +# CONFIG_PATA_HPT3X2N is not set
22771 +# CONFIG_PATA_HPT3X3 is not set
22772 +# CONFIG_PATA_IT821X is not set
22773 +# CONFIG_PATA_IT8213 is not set
22774 +# CONFIG_PATA_JMICRON is not set
22775 +# CONFIG_PATA_TRIFLEX is not set
22776 +# CONFIG_PATA_MARVELL is not set
22777 +# CONFIG_PATA_MPIIX is not set
22778 +# CONFIG_PATA_OLDPIIX is not set
22779 +# CONFIG_PATA_NETCELL is not set
22780 +# CONFIG_PATA_NINJA32 is not set
22781 +# CONFIG_PATA_NS87410 is not set
22782 +# CONFIG_PATA_NS87415 is not set
22783 +# CONFIG_PATA_OPTI is not set
22784 +# CONFIG_PATA_OPTIDMA is not set
22785 +# CONFIG_PATA_PDC_OLD is not set
22786 +# CONFIG_PATA_RADISYS is not set
22787 +# CONFIG_PATA_RZ1000 is not set
22788 +# CONFIG_PATA_SC1200 is not set
22789 +# CONFIG_PATA_SERVERWORKS is not set
22790 +# CONFIG_PATA_PDC2027X is not set
22791 +# CONFIG_PATA_SIL680 is not set
22792 +# CONFIG_PATA_SIS is not set
22793 +# CONFIG_PATA_VIA is not set
22794 +# CONFIG_PATA_WINBOND is not set
22795 +# CONFIG_PATA_PLATFORM is not set
22797 +CONFIG_BLK_DEV_MD=y
22798 +CONFIG_MD_LINEAR=y
22801 +# CONFIG_MD_RAID10 is not set
22802 +# CONFIG_MD_RAID456 is not set
22803 +# CONFIG_MD_MULTIPATH is not set
22804 +# CONFIG_MD_FAULTY is not set
22805 +# CONFIG_BLK_DEV_DM is not set
22806 +# CONFIG_FUSION is not set
22809 +# IEEE 1394 (FireWire) support
22811 +# CONFIG_FIREWIRE is not set
22812 +# CONFIG_IEEE1394 is not set
22813 +# CONFIG_I2O is not set
22814 +# CONFIG_MACINTOSH_DRIVERS is not set
22815 +CONFIG_NETDEVICES=y
22816 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
22817 +# CONFIG_DUMMY is not set
22818 +# CONFIG_BONDING is not set
22819 +# CONFIG_MACVLAN is not set
22820 +# CONFIG_EQUALIZER is not set
22821 +# CONFIG_TUN is not set
22822 +# CONFIG_VETH is not set
22823 +# CONFIG_ARCNET is not set
22827 +# MII PHY device drivers
22829 +# CONFIG_MARVELL_PHY is not set
22830 +# CONFIG_DAVICOM_PHY is not set
22831 +# CONFIG_QSEMI_PHY is not set
22832 +# CONFIG_LXT_PHY is not set
22833 +# CONFIG_CICADA_PHY is not set
22834 +# CONFIG_VITESSE_PHY is not set
22835 +# CONFIG_SMSC_PHY is not set
22836 +# CONFIG_BROADCOM_PHY is not set
22837 +# CONFIG_ICPLUS_PHY is not set
22838 +# CONFIG_REALTEK_PHY is not set
22839 +# CONFIG_FIXED_PHY is not set
22840 +# CONFIG_MDIO_BITBANG is not set
22841 +CONFIG_NET_ETHERNET=y
22843 +# CONFIG_HAPPYMEAL is not set
22844 +# CONFIG_SUNGEM is not set
22845 +# CONFIG_CASSINI is not set
22846 +# CONFIG_NET_VENDOR_3COM is not set
22847 +# CONFIG_ENC28J60 is not set
22848 +# CONFIG_NET_TULIP is not set
22849 +# CONFIG_HP100 is not set
22850 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
22851 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
22852 +# CONFIG_IBM_NEW_EMAC_TAH is not set
22853 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
22855 +# CONFIG_PCNET32 is not set
22856 +# CONFIG_AMD8111_ETH is not set
22857 +# CONFIG_ADAPTEC_STARFIRE is not set
22858 +# CONFIG_B44 is not set
22859 +# CONFIG_FORCEDETH is not set
22860 +# CONFIG_EEPRO100 is not set
22862 +# CONFIG_FEALNX is not set
22863 +# CONFIG_NATSEMI is not set
22864 +# CONFIG_NE2K_PCI is not set
22865 +# CONFIG_8139CP is not set
22866 +# CONFIG_8139TOO is not set
22867 +# CONFIG_R6040 is not set
22868 +# CONFIG_SIS900 is not set
22869 +# CONFIG_EPIC100 is not set
22870 +# CONFIG_SUNDANCE is not set
22871 +# CONFIG_TLAN is not set
22872 +# CONFIG_VIA_RHINE is not set
22873 +# CONFIG_SC92031 is not set
22874 +CONFIG_NETDEV_1000=y
22875 +# CONFIG_ACENIC is not set
22876 +# CONFIG_DL2K is not set
22877 +# CONFIG_E1000 is not set
22878 +# CONFIG_E1000E is not set
22879 +# CONFIG_E1000E_ENABLED is not set
22880 +# CONFIG_IP1000 is not set
22881 +# CONFIG_IGB is not set
22882 +# CONFIG_NS83820 is not set
22883 +# CONFIG_HAMACHI is not set
22884 +# CONFIG_YELLOWFIN is not set
22885 +# CONFIG_R8169 is not set
22886 +# CONFIG_SIS190 is not set
22887 +# CONFIG_SKGE is not set
22888 +# CONFIG_SKY2 is not set
22889 +# CONFIG_SK98LIN is not set
22890 +# CONFIG_VIA_VELOCITY is not set
22891 +# CONFIG_TIGON3 is not set
22892 +# CONFIG_BNX2 is not set
22894 +CONFIG_GFAR_NAPI=y
22895 +# CONFIG_QLA3XXX is not set
22896 +# CONFIG_ATL1 is not set
22897 +CONFIG_NETDEV_10000=y
22898 +# CONFIG_CHELSIO_T1 is not set
22899 +# CONFIG_CHELSIO_T3 is not set
22900 +# CONFIG_IXGBE is not set
22901 +# CONFIG_IXGB is not set
22902 +# CONFIG_S2IO is not set
22903 +# CONFIG_MYRI10GE is not set
22904 +# CONFIG_NETXEN_NIC is not set
22905 +# CONFIG_NIU is not set
22906 +# CONFIG_MLX4_CORE is not set
22907 +# CONFIG_TEHUTI is not set
22908 +# CONFIG_BNX2X is not set
22909 +# CONFIG_TR is not set
22914 +# CONFIG_WLAN_PRE80211 is not set
22915 +# CONFIG_WLAN_80211 is not set
22918 +# USB Network Adapters
22920 +# CONFIG_USB_CATC is not set
22921 +# CONFIG_USB_KAWETH is not set
22922 +# CONFIG_USB_PEGASUS is not set
22923 +# CONFIG_USB_RTL8150 is not set
22924 +# CONFIG_USB_USBNET is not set
22925 +# CONFIG_WAN is not set
22926 +# CONFIG_FDDI is not set
22927 +# CONFIG_HIPPI is not set
22928 +# CONFIG_PPP is not set
22929 +# CONFIG_SLIP is not set
22930 +# CONFIG_NET_FC is not set
22931 +# CONFIG_NETCONSOLE is not set
22932 +# CONFIG_NETPOLL is not set
22933 +# CONFIG_NET_POLL_CONTROLLER is not set
22934 +# CONFIG_ISDN is not set
22935 +# CONFIG_PHONE is not set
22938 +# Input device support
22941 +# CONFIG_INPUT_FF_MEMLESS is not set
22942 +# CONFIG_INPUT_POLLDEV is not set
22945 +# Userland interfaces
22947 +# CONFIG_INPUT_MOUSEDEV is not set
22948 +# CONFIG_INPUT_JOYDEV is not set
22949 +# CONFIG_INPUT_EVDEV is not set
22950 +# CONFIG_INPUT_EVBUG is not set
22953 +# Input Device Drivers
22955 +# CONFIG_INPUT_KEYBOARD is not set
22956 +# CONFIG_INPUT_MOUSE is not set
22957 +# CONFIG_INPUT_JOYSTICK is not set
22958 +# CONFIG_INPUT_TABLET is not set
22959 +# CONFIG_INPUT_TOUCHSCREEN is not set
22960 +# CONFIG_INPUT_MISC is not set
22963 +# Hardware I/O ports
22965 +# CONFIG_SERIO is not set
22966 +# CONFIG_GAMEPORT is not set
22969 +# Character devices
22971 +# CONFIG_VT is not set
22972 +# CONFIG_SERIAL_NONSTANDARD is not set
22973 +# CONFIG_NOZOMI is not set
22978 +CONFIG_SERIAL_8250=y
22979 +CONFIG_SERIAL_8250_CONSOLE=y
22980 +CONFIG_SERIAL_8250_PCI=y
22981 +CONFIG_SERIAL_8250_NR_UARTS=4
22982 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
22983 +# CONFIG_SERIAL_8250_EXTENDED is not set
22986 +# Non-8250 serial port support
22988 +# CONFIG_SERIAL_UARTLITE is not set
22989 +CONFIG_SERIAL_CORE=y
22990 +CONFIG_SERIAL_CORE_CONSOLE=y
22991 +# CONFIG_SERIAL_JSM is not set
22992 +# CONFIG_SERIAL_OF_PLATFORM is not set
22993 +CONFIG_UNIX98_PTYS=y
22994 +CONFIG_LEGACY_PTYS=y
22995 +CONFIG_LEGACY_PTY_COUNT=256
22996 +# CONFIG_IPMI_HANDLER is not set
22997 +CONFIG_HW_RANDOM=y
22998 +# CONFIG_NVRAM is not set
22999 +# CONFIG_GEN_RTC is not set
23000 +# CONFIG_R3964 is not set
23001 +# CONFIG_APPLICOM is not set
23002 +# CONFIG_RAW_DRIVER is not set
23003 +# CONFIG_TCG_TPM is not set
23006 +CONFIG_I2C_BOARDINFO=y
23007 +CONFIG_I2C_CHARDEV=y
23012 +# CONFIG_I2C_ALGOBIT is not set
23013 +# CONFIG_I2C_ALGOPCF is not set
23014 +# CONFIG_I2C_ALGOPCA is not set
23017 +# I2C Hardware Bus support
23019 +# CONFIG_I2C_ALI1535 is not set
23020 +# CONFIG_I2C_ALI1563 is not set
23021 +# CONFIG_I2C_ALI15X3 is not set
23022 +# CONFIG_I2C_AMD756 is not set
23023 +# CONFIG_I2C_AMD8111 is not set
23024 +# CONFIG_I2C_I801 is not set
23025 +# CONFIG_I2C_I810 is not set
23026 +# CONFIG_I2C_PIIX4 is not set
23028 +# CONFIG_I2C_NFORCE2 is not set
23029 +# CONFIG_I2C_OCORES is not set
23030 +# CONFIG_I2C_PARPORT_LIGHT is not set
23031 +# CONFIG_I2C_PROSAVAGE is not set
23032 +# CONFIG_I2C_SAVAGE4 is not set
23033 +# CONFIG_I2C_SIMTEC is not set
23034 +# CONFIG_I2C_SIS5595 is not set
23035 +# CONFIG_I2C_SIS630 is not set
23036 +# CONFIG_I2C_SIS96X is not set
23037 +# CONFIG_I2C_TAOS_EVM is not set
23038 +# CONFIG_I2C_STUB is not set
23039 +# CONFIG_I2C_TINY_USB is not set
23040 +# CONFIG_I2C_VIA is not set
23041 +# CONFIG_I2C_VIAPRO is not set
23042 +# CONFIG_I2C_VOODOO3 is not set
23045 +# Miscellaneous I2C Chip support
23047 +# CONFIG_DS1682 is not set
23048 +# CONFIG_SENSORS_EEPROM is not set
23049 +# CONFIG_SENSORS_PCF8574 is not set
23050 +# CONFIG_PCF8575 is not set
23051 +# CONFIG_SENSORS_PCF8591 is not set
23052 +# CONFIG_TPS65010 is not set
23053 +# CONFIG_SENSORS_MAX6875 is not set
23054 +# CONFIG_SENSORS_TSL2550 is not set
23055 +# CONFIG_I2C_DEBUG_CORE is not set
23056 +# CONFIG_I2C_DEBUG_ALGO is not set
23057 +# CONFIG_I2C_DEBUG_BUS is not set
23058 +# CONFIG_I2C_DEBUG_CHIP is not set
23064 +# CONFIG_SPI_DEBUG is not set
23065 +CONFIG_SPI_MASTER=y
23068 +# SPI Master Controller Drivers
23070 +CONFIG_SPI_BITBANG=y
23071 +CONFIG_SPI_MPC83xx=y
23074 +# SPI Protocol Masters
23076 +# CONFIG_SPI_AT25 is not set
23077 +# CONFIG_SPI_SPIDEV is not set
23078 +# CONFIG_SPI_TLE62X0 is not set
23079 +# CONFIG_W1 is not set
23080 +# CONFIG_POWER_SUPPLY is not set
23082 +# CONFIG_HWMON_VID is not set
23083 +# CONFIG_SENSORS_AD7418 is not set
23084 +# CONFIG_SENSORS_ADM1021 is not set
23085 +# CONFIG_SENSORS_ADM1025 is not set
23086 +# CONFIG_SENSORS_ADM1026 is not set
23087 +# CONFIG_SENSORS_ADM1029 is not set
23088 +# CONFIG_SENSORS_ADM1031 is not set
23089 +# CONFIG_SENSORS_ADM9240 is not set
23090 +# CONFIG_SENSORS_ADT7470 is not set
23091 +# CONFIG_SENSORS_ADT7473 is not set
23092 +# CONFIG_SENSORS_ATXP1 is not set
23093 +# CONFIG_SENSORS_DS1621 is not set
23094 +# CONFIG_SENSORS_I5K_AMB is not set
23095 +# CONFIG_SENSORS_F71805F is not set
23096 +# CONFIG_SENSORS_F71882FG is not set
23097 +# CONFIG_SENSORS_F75375S is not set
23098 +# CONFIG_SENSORS_GL518SM is not set
23099 +# CONFIG_SENSORS_GL520SM is not set
23100 +# CONFIG_SENSORS_IT87 is not set
23101 +# CONFIG_SENSORS_LM63 is not set
23102 +# CONFIG_SENSORS_LM70 is not set
23103 +# CONFIG_SENSORS_LM75 is not set
23104 +# CONFIG_SENSORS_LM77 is not set
23105 +# CONFIG_SENSORS_LM78 is not set
23106 +# CONFIG_SENSORS_LM80 is not set
23107 +# CONFIG_SENSORS_LM83 is not set
23108 +# CONFIG_SENSORS_LM85 is not set
23109 +# CONFIG_SENSORS_LM87 is not set
23110 +# CONFIG_SENSORS_LM90 is not set
23111 +# CONFIG_SENSORS_LM92 is not set
23112 +# CONFIG_SENSORS_LM93 is not set
23113 +# CONFIG_SENSORS_MAX1619 is not set
23114 +# CONFIG_SENSORS_MAX6650 is not set
23115 +# CONFIG_SENSORS_PC87360 is not set
23116 +# CONFIG_SENSORS_PC87427 is not set
23117 +# CONFIG_SENSORS_SIS5595 is not set
23118 +# CONFIG_SENSORS_DME1737 is not set
23119 +# CONFIG_SENSORS_SMSC47M1 is not set
23120 +# CONFIG_SENSORS_SMSC47M192 is not set
23121 +# CONFIG_SENSORS_SMSC47B397 is not set
23122 +# CONFIG_SENSORS_ADS7828 is not set
23123 +# CONFIG_SENSORS_THMC50 is not set
23124 +# CONFIG_SENSORS_VIA686A is not set
23125 +# CONFIG_SENSORS_VT1211 is not set
23126 +# CONFIG_SENSORS_VT8231 is not set
23127 +# CONFIG_SENSORS_W83781D is not set
23128 +# CONFIG_SENSORS_W83791D is not set
23129 +# CONFIG_SENSORS_W83792D is not set
23130 +# CONFIG_SENSORS_W83793 is not set
23131 +# CONFIG_SENSORS_W83L785TS is not set
23132 +# CONFIG_SENSORS_W83L786NG is not set
23133 +# CONFIG_SENSORS_W83627HF is not set
23134 +# CONFIG_SENSORS_W83627EHF is not set
23135 +# CONFIG_HWMON_DEBUG_CHIP is not set
23136 +# CONFIG_THERMAL is not set
23138 +# CONFIG_WATCHDOG_NOWAYOUT is not set
23141 +# Watchdog Device Drivers
23143 +# CONFIG_SOFT_WATCHDOG is not set
23147 +# PCI-based Watchdog Cards
23149 +# CONFIG_PCIPCWATCHDOG is not set
23150 +# CONFIG_WDTPCI is not set
23153 +# USB-based Watchdog Cards
23155 +# CONFIG_USBPCWATCHDOG is not set
23158 +# Sonics Silicon Backplane
23160 +CONFIG_SSB_POSSIBLE=y
23161 +# CONFIG_SSB is not set
23164 +# Multifunction device drivers
23166 +# CONFIG_MFD_SM501 is not set
23169 +# Multimedia devices
23171 +# CONFIG_VIDEO_DEV is not set
23172 +# CONFIG_DVB_CORE is not set
23174 +# CONFIG_USB_DABUSB is not set
23177 +# Graphics support
23179 +# CONFIG_AGP is not set
23180 +# CONFIG_DRM is not set
23181 +# CONFIG_VGASTATE is not set
23182 +CONFIG_VIDEO_OUTPUT_CONTROL=m
23183 +# CONFIG_FB is not set
23184 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
23187 +# Display device support
23189 +# CONFIG_DISPLAY_SUPPORT is not set
23194 +# CONFIG_SOUND is not set
23195 +CONFIG_HID_SUPPORT=y
23197 +# CONFIG_HID_DEBUG is not set
23198 +# CONFIG_HIDRAW is not set
23201 +# USB Input Devices
23203 +# CONFIG_USB_HID is not set
23206 +# USB HID Boot Protocol drivers
23208 +# CONFIG_USB_KBD is not set
23209 +# CONFIG_USB_MOUSE is not set
23210 +CONFIG_USB_SUPPORT=y
23211 +CONFIG_USB_ARCH_HAS_HCD=y
23212 +CONFIG_USB_ARCH_HAS_OHCI=y
23213 +CONFIG_USB_ARCH_HAS_EHCI=y
23215 +# CONFIG_USB_DEBUG is not set
23216 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
23219 +# Miscellaneous USB options
23221 +CONFIG_USB_DEVICEFS=y
23222 +CONFIG_USB_DEVICE_CLASS=y
23223 +# CONFIG_USB_DYNAMIC_MINORS is not set
23224 +# CONFIG_USB_OTG is not set
23227 +# USB Host Controller Drivers
23229 +CONFIG_USB_EHCI_HCD=y
23230 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
23231 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
23232 +CONFIG_USB_EHCI_FSL=y
23233 +CONFIG_USB_EHCI_HCD_PPC_OF=y
23234 +# CONFIG_USB_ISP116X_HCD is not set
23235 +CONFIG_USB_OHCI_HCD=y
23236 +CONFIG_USB_OHCI_HCD_PPC_OF=y
23237 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
23238 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
23239 +CONFIG_USB_OHCI_HCD_PCI=y
23240 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
23241 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
23242 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
23243 +CONFIG_USB_UHCI_HCD=y
23244 +# CONFIG_USB_SL811_HCD is not set
23245 +# CONFIG_USB_R8A66597_HCD is not set
23248 +# USB Device Class drivers
23250 +# CONFIG_USB_ACM is not set
23251 +# CONFIG_USB_PRINTER is not set
23254 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
23258 +# may also be needed; see USB_STORAGE Help for more information
23260 +CONFIG_USB_STORAGE=y
23261 +# CONFIG_USB_STORAGE_DEBUG is not set
23262 +# CONFIG_USB_STORAGE_DATAFAB is not set
23263 +# CONFIG_USB_STORAGE_FREECOM is not set
23264 +# CONFIG_USB_STORAGE_ISD200 is not set
23265 +# CONFIG_USB_STORAGE_DPCM is not set
23266 +# CONFIG_USB_STORAGE_USBAT is not set
23267 +# CONFIG_USB_STORAGE_SDDR09 is not set
23268 +# CONFIG_USB_STORAGE_SDDR55 is not set
23269 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
23270 +# CONFIG_USB_STORAGE_ALAUDA is not set
23271 +# CONFIG_USB_STORAGE_KARMA is not set
23272 +# CONFIG_USB_LIBUSUAL is not set
23275 +# USB Imaging devices
23277 +# CONFIG_USB_MDC800 is not set
23278 +# CONFIG_USB_MICROTEK is not set
23282 +# USB port drivers
23284 +# CONFIG_USB_SERIAL is not set
23287 +# USB Miscellaneous drivers
23289 +# CONFIG_USB_EMI62 is not set
23290 +# CONFIG_USB_EMI26 is not set
23291 +# CONFIG_USB_ADUTUX is not set
23292 +# CONFIG_USB_AUERSWALD is not set
23293 +# CONFIG_USB_RIO500 is not set
23294 +# CONFIG_USB_LEGOTOWER is not set
23295 +# CONFIG_USB_LCD is not set
23296 +# CONFIG_USB_BERRY_CHARGE is not set
23297 +# CONFIG_USB_LED is not set
23298 +# CONFIG_USB_CYPRESS_CY7C63 is not set
23299 +# CONFIG_USB_CYTHERM is not set
23300 +# CONFIG_USB_PHIDGET is not set
23301 +# CONFIG_USB_IDMOUSE is not set
23302 +# CONFIG_USB_FTDI_ELAN is not set
23303 +# CONFIG_USB_APPLEDISPLAY is not set
23304 +# CONFIG_USB_SISUSBVGA is not set
23305 +# CONFIG_USB_LD is not set
23306 +# CONFIG_USB_TRANCEVIBRATOR is not set
23307 +# CONFIG_USB_IOWARRIOR is not set
23308 +# CONFIG_USB_TEST is not set
23309 +CONFIG_USB_GADGET=y
23310 +# CONFIG_USB_GADGET_DEBUG is not set
23311 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
23312 +CONFIG_USB_GADGET_SELECTED=y
23313 +# CONFIG_USB_GADGET_AMD5536UDC is not set
23314 +# CONFIG_USB_GADGET_ATMEL_USBA is not set
23315 +# CONFIG_USB_GADGET_FSL_USB2 is not set
23316 +CONFIG_USB_GADGET_NET2280=y
23317 +CONFIG_USB_NET2280=y
23318 +# CONFIG_USB_GADGET_PXA2XX is not set
23319 +# CONFIG_USB_GADGET_M66592 is not set
23320 +# CONFIG_USB_GADGET_GOKU is not set
23321 +# CONFIG_USB_GADGET_LH7A40X is not set
23322 +# CONFIG_USB_GADGET_OMAP is not set
23323 +# CONFIG_USB_GADGET_S3C2410 is not set
23324 +# CONFIG_USB_GADGET_AT91 is not set
23325 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
23326 +CONFIG_USB_GADGET_DUALSPEED=y
23327 +# CONFIG_USB_ZERO is not set
23329 +CONFIG_USB_ETH_RNDIS=y
23330 +# CONFIG_USB_GADGETFS is not set
23331 +# CONFIG_USB_FILE_STORAGE is not set
23332 +# CONFIG_USB_G_SERIAL is not set
23333 +# CONFIG_USB_MIDI_GADGET is not set
23334 +# CONFIG_USB_G_PRINTER is not set
23335 +# CONFIG_MMC is not set
23336 +# CONFIG_MEMSTICK is not set
23337 +# CONFIG_NEW_LEDS is not set
23338 +# CONFIG_INFINIBAND is not set
23339 +# CONFIG_EDAC is not set
23341 +CONFIG_RTC_CLASS=y
23342 +CONFIG_RTC_HCTOSYS=y
23343 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
23344 +# CONFIG_RTC_DEBUG is not set
23349 +CONFIG_RTC_INTF_SYSFS=y
23350 +CONFIG_RTC_INTF_PROC=y
23351 +CONFIG_RTC_INTF_DEV=y
23352 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
23353 +# CONFIG_RTC_DRV_TEST is not set
23358 +CONFIG_RTC_DRV_DS1307=y
23359 +# CONFIG_RTC_DRV_DS1374 is not set
23360 +# CONFIG_RTC_DRV_DS1672 is not set
23361 +# CONFIG_RTC_DRV_MAX6900 is not set
23362 +# CONFIG_RTC_DRV_RS5C372 is not set
23363 +# CONFIG_RTC_DRV_ISL1208 is not set
23364 +# CONFIG_RTC_DRV_X1205 is not set
23365 +# CONFIG_RTC_DRV_PCF8563 is not set
23366 +# CONFIG_RTC_DRV_PCF8583 is not set
23367 +# CONFIG_RTC_DRV_M41T80 is not set
23368 +# CONFIG_RTC_DRV_S35390A is not set
23373 +# CONFIG_RTC_DRV_MAX6902 is not set
23374 +# CONFIG_RTC_DRV_R9701 is not set
23375 +# CONFIG_RTC_DRV_RS5C348 is not set
23378 +# Platform RTC drivers
23380 +# CONFIG_RTC_DRV_CMOS is not set
23381 +# CONFIG_RTC_DRV_DS1511 is not set
23382 +# CONFIG_RTC_DRV_DS1553 is not set
23383 +# CONFIG_RTC_DRV_DS1742 is not set
23384 +# CONFIG_RTC_DRV_STK17TA8 is not set
23385 +# CONFIG_RTC_DRV_M48T86 is not set
23386 +# CONFIG_RTC_DRV_M48T59 is not set
23387 +# CONFIG_RTC_DRV_V3020 is not set
23390 +# on-CPU RTC drivers
23392 +# CONFIG_DMADEVICES is not set
23397 +# CONFIG_UIO is not set
23403 +# CONFIG_EXT2_FS_XATTR is not set
23404 +# CONFIG_EXT2_FS_XIP is not set
23406 +CONFIG_EXT3_FS_XATTR=y
23407 +# CONFIG_EXT3_FS_POSIX_ACL is not set
23408 +# CONFIG_EXT3_FS_SECURITY is not set
23409 +# CONFIG_EXT4DEV_FS is not set
23411 +CONFIG_FS_MBCACHE=y
23412 +# CONFIG_REISERFS_FS is not set
23413 +# CONFIG_JFS_FS is not set
23414 +# CONFIG_FS_POSIX_ACL is not set
23415 +# CONFIG_XFS_FS is not set
23416 +# CONFIG_GFS2_FS is not set
23417 +# CONFIG_OCFS2_FS is not set
23420 +CONFIG_INOTIFY_USER=y
23421 +# CONFIG_QUOTA is not set
23422 +# CONFIG_AUTOFS_FS is not set
23423 +# CONFIG_AUTOFS4_FS is not set
23424 +# CONFIG_FUSE_FS is not set
23427 +# CD-ROM/DVD Filesystems
23429 +# CONFIG_ISO9660_FS is not set
23430 +# CONFIG_UDF_FS is not set
23433 +# DOS/FAT/NT Filesystems
23435 +# CONFIG_MSDOS_FS is not set
23436 +# CONFIG_VFAT_FS is not set
23437 +# CONFIG_NTFS_FS is not set
23440 +# Pseudo filesystems
23443 +CONFIG_PROC_KCORE=y
23444 +CONFIG_PROC_SYSCTL=y
23447 +# CONFIG_TMPFS_POSIX_ACL is not set
23448 +# CONFIG_HUGETLB_PAGE is not set
23449 +# CONFIG_CONFIGFS_FS is not set
23452 +# Miscellaneous filesystems
23454 +# CONFIG_ADFS_FS is not set
23455 +# CONFIG_AFFS_FS is not set
23456 +# CONFIG_HFS_FS is not set
23457 +# CONFIG_HFSPLUS_FS is not set
23458 +# CONFIG_BEFS_FS is not set
23459 +# CONFIG_BFS_FS is not set
23460 +# CONFIG_EFS_FS is not set
23462 +CONFIG_JFFS2_FS_DEBUG=0
23463 +CONFIG_JFFS2_FS_WRITEBUFFER=y
23464 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
23465 +# CONFIG_JFFS2_SUMMARY is not set
23466 +# CONFIG_JFFS2_FS_XATTR is not set
23467 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
23468 +CONFIG_JFFS2_ZLIB=y
23469 +# CONFIG_JFFS2_LZO is not set
23470 +CONFIG_JFFS2_RTIME=y
23471 +# CONFIG_JFFS2_RUBIN is not set
23472 +# CONFIG_CRAMFS is not set
23473 +# CONFIG_VXFS_FS is not set
23474 +# CONFIG_MINIX_FS is not set
23475 +# CONFIG_HPFS_FS is not set
23476 +# CONFIG_QNX4FS_FS is not set
23477 +# CONFIG_ROMFS_FS is not set
23478 +# CONFIG_SYSV_FS is not set
23479 +# CONFIG_UFS_FS is not set
23480 +CONFIG_NETWORK_FILESYSTEMS=y
23483 +# CONFIG_NFS_V3_ACL is not set
23485 +# CONFIG_NFS_DIRECTIO is not set
23486 +# CONFIG_NFSD is not set
23490 +CONFIG_NFS_COMMON=y
23492 +CONFIG_SUNRPC_GSS=y
23493 +# CONFIG_SUNRPC_BIND34 is not set
23494 +CONFIG_RPCSEC_GSS_KRB5=y
23495 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
23496 +# CONFIG_SMB_FS is not set
23497 +# CONFIG_CIFS is not set
23498 +# CONFIG_NCP_FS is not set
23499 +# CONFIG_CODA_FS is not set
23500 +# CONFIG_AFS_FS is not set
23505 +CONFIG_PARTITION_ADVANCED=y
23506 +# CONFIG_ACORN_PARTITION is not set
23507 +# CONFIG_OSF_PARTITION is not set
23508 +# CONFIG_AMIGA_PARTITION is not set
23509 +# CONFIG_ATARI_PARTITION is not set
23510 +# CONFIG_MAC_PARTITION is not set
23511 +CONFIG_MSDOS_PARTITION=y
23512 +# CONFIG_BSD_DISKLABEL is not set
23513 +# CONFIG_MINIX_SUBPARTITION is not set
23514 +# CONFIG_SOLARIS_X86_PARTITION is not set
23515 +# CONFIG_UNIXWARE_DISKLABEL is not set
23516 +# CONFIG_LDM_PARTITION is not set
23517 +# CONFIG_SGI_PARTITION is not set
23518 +# CONFIG_ULTRIX_PARTITION is not set
23519 +# CONFIG_SUN_PARTITION is not set
23520 +# CONFIG_KARMA_PARTITION is not set
23521 +# CONFIG_EFI_PARTITION is not set
23522 +# CONFIG_SYSV68_PARTITION is not set
23523 +# CONFIG_NLS is not set
23524 +# CONFIG_DLM is not set
23527 +# Library routines
23529 +CONFIG_BITREVERSE=y
23530 +# CONFIG_CRC_CCITT is not set
23531 +# CONFIG_CRC16 is not set
23532 +# CONFIG_CRC_ITU_T is not set
23534 +# CONFIG_CRC7 is not set
23535 +# CONFIG_LIBCRC32C is not set
23536 +CONFIG_ZLIB_INFLATE=y
23537 +CONFIG_ZLIB_DEFLATE=y
23539 +CONFIG_HAS_IOMEM=y
23540 +CONFIG_HAS_IOPORT=y
23546 +# CONFIG_PRINTK_TIME is not set
23547 +CONFIG_ENABLE_WARN_DEPRECATED=y
23548 +CONFIG_ENABLE_MUST_CHECK=y
23549 +# CONFIG_MAGIC_SYSRQ is not set
23550 +# CONFIG_UNUSED_SYMBOLS is not set
23551 +# CONFIG_DEBUG_FS is not set
23552 +# CONFIG_HEADERS_CHECK is not set
23553 +CONFIG_DEBUG_KERNEL=y
23554 +# CONFIG_DEBUG_SHIRQ is not set
23555 +CONFIG_DETECT_SOFTLOCKUP=y
23556 +CONFIG_SCHED_DEBUG=y
23557 +# CONFIG_SCHEDSTATS is not set
23558 +# CONFIG_TIMER_STATS is not set
23559 +# CONFIG_SLUB_DEBUG_ON is not set
23560 +# CONFIG_SLUB_STATS is not set
23561 +# CONFIG_DEBUG_RT_MUTEXES is not set
23562 +# CONFIG_RT_MUTEX_TESTER is not set
23563 +# CONFIG_DEBUG_SPINLOCK is not set
23564 +# CONFIG_DEBUG_MUTEXES is not set
23565 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
23566 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
23567 +# CONFIG_DEBUG_KOBJECT is not set
23568 +# CONFIG_DEBUG_BUGVERBOSE is not set
23569 +# CONFIG_DEBUG_INFO is not set
23570 +# CONFIG_DEBUG_VM is not set
23571 +# CONFIG_DEBUG_LIST is not set
23572 +# CONFIG_DEBUG_SG is not set
23573 +# CONFIG_BOOT_PRINTK_DELAY is not set
23574 +# CONFIG_RCU_TORTURE_TEST is not set
23575 +# CONFIG_BACKTRACE_SELF_TEST is not set
23576 +# CONFIG_FAULT_INJECTION is not set
23577 +# CONFIG_SAMPLES is not set
23578 +# CONFIG_DEBUG_STACKOVERFLOW is not set
23579 +# CONFIG_DEBUG_STACK_USAGE is not set
23580 +# CONFIG_DEBUG_PAGEALLOC is not set
23581 +# CONFIG_DEBUGGER is not set
23582 +# CONFIG_BDI_SWITCH is not set
23583 +# CONFIG_PPC_EARLY_DEBUG is not set
23586 +# Security options
23588 +# CONFIG_KEYS is not set
23589 +# CONFIG_SECURITY is not set
23590 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
23592 +CONFIG_CRYPTO_ALGAPI=y
23593 +CONFIG_CRYPTO_BLKCIPHER=y
23594 +# CONFIG_CRYPTO_SEQIV is not set
23595 +CONFIG_CRYPTO_MANAGER=y
23596 +# CONFIG_CRYPTO_HMAC is not set
23597 +# CONFIG_CRYPTO_XCBC is not set
23598 +# CONFIG_CRYPTO_NULL is not set
23599 +# CONFIG_CRYPTO_MD4 is not set
23600 +CONFIG_CRYPTO_MD5=y
23601 +# CONFIG_CRYPTO_SHA1 is not set
23602 +# CONFIG_CRYPTO_SHA256 is not set
23603 +# CONFIG_CRYPTO_SHA512 is not set
23604 +# CONFIG_CRYPTO_WP512 is not set
23605 +# CONFIG_CRYPTO_TGR192 is not set
23606 +# CONFIG_CRYPTO_GF128MUL is not set
23607 +# CONFIG_CRYPTO_ECB is not set
23608 +CONFIG_CRYPTO_CBC=y
23609 +CONFIG_CRYPTO_PCBC=m
23610 +# CONFIG_CRYPTO_LRW is not set
23611 +# CONFIG_CRYPTO_XTS is not set
23612 +# CONFIG_CRYPTO_CTR is not set
23613 +# CONFIG_CRYPTO_GCM is not set
23614 +# CONFIG_CRYPTO_CCM is not set
23615 +# CONFIG_CRYPTO_CRYPTD is not set
23616 +CONFIG_CRYPTO_DES=y
23617 +# CONFIG_CRYPTO_FCRYPT is not set
23618 +# CONFIG_CRYPTO_BLOWFISH is not set
23619 +# CONFIG_CRYPTO_TWOFISH is not set
23620 +# CONFIG_CRYPTO_SERPENT is not set
23621 +# CONFIG_CRYPTO_AES is not set
23622 +# CONFIG_CRYPTO_CAST5 is not set
23623 +# CONFIG_CRYPTO_CAST6 is not set
23624 +# CONFIG_CRYPTO_TEA is not set
23625 +# CONFIG_CRYPTO_ARC4 is not set
23626 +# CONFIG_CRYPTO_KHAZAD is not set
23627 +# CONFIG_CRYPTO_ANUBIS is not set
23628 +# CONFIG_CRYPTO_SEED is not set
23629 +# CONFIG_CRYPTO_SALSA20 is not set
23630 +# CONFIG_CRYPTO_DEFLATE is not set
23631 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
23632 +# CONFIG_CRYPTO_CRC32C is not set
23633 +# CONFIG_CRYPTO_CAMELLIA is not set
23634 +# CONFIG_CRYPTO_TEST is not set
23635 +# CONFIG_CRYPTO_AUTHENC is not set
23636 +# CONFIG_CRYPTO_LZO is not set
23637 +CONFIG_CRYPTO_HW=y
23638 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
23639 +# CONFIG_PPC_CLOCK is not set
23641 +++ b/arch/powerpc/configs/83xx/mpc832x_mds_defconfig
23644 +# Automatically generated make config: don't edit
23645 +# Linux kernel version: 2.6.25-rc7
23646 +# Mon Mar 31 11:36:51 2008
23648 +# CONFIG_PPC64 is not set
23651 +# Processor support
23654 +# CONFIG_PPC_85xx is not set
23655 +# CONFIG_PPC_8xx is not set
23656 +# CONFIG_40x is not set
23657 +# CONFIG_44x is not set
23658 +# CONFIG_E200 is not set
23660 +# CONFIG_FSL_EMB_PERFMON is not set
23661 +CONFIG_PPC_STD_MMU=y
23662 +CONFIG_PPC_STD_MMU_32=y
23663 +# CONFIG_PPC_MM_SLICES is not set
23664 +# CONFIG_SMP is not set
23666 +CONFIG_WORD_SIZE=32
23667 +CONFIG_PPC_MERGE=y
23669 +CONFIG_GENERIC_CMOS_UPDATE=y
23670 +CONFIG_GENERIC_TIME=y
23671 +CONFIG_GENERIC_TIME_VSYSCALL=y
23672 +CONFIG_GENERIC_CLOCKEVENTS=y
23673 +CONFIG_GENERIC_HARDIRQS=y
23674 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
23675 +CONFIG_IRQ_PER_CPU=y
23676 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
23677 +CONFIG_ARCH_HAS_ILOG2_U32=y
23678 +CONFIG_GENERIC_HWEIGHT=y
23679 +CONFIG_GENERIC_CALIBRATE_DELAY=y
23680 +CONFIG_GENERIC_FIND_NEXT_BIT=y
23681 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
23683 +CONFIG_EARLY_PRINTK=y
23684 +CONFIG_GENERIC_NVRAM=y
23685 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
23686 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
23689 +CONFIG_PPC_UDBG_16550=y
23690 +# CONFIG_GENERIC_TBSYNC is not set
23691 +CONFIG_AUDIT_ARCH=y
23692 +CONFIG_GENERIC_BUG=y
23693 +CONFIG_DEFAULT_UIMAGE=y
23694 +# CONFIG_PPC_DCR_NATIVE is not set
23695 +# CONFIG_PPC_DCR_MMIO is not set
23696 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
23701 +CONFIG_EXPERIMENTAL=y
23702 +CONFIG_BROKEN_ON_SMP=y
23703 +CONFIG_INIT_ENV_ARG_LIMIT=32
23704 +CONFIG_LOCALVERSION=""
23705 +CONFIG_LOCALVERSION_AUTO=y
23708 +CONFIG_SYSVIPC_SYSCTL=y
23709 +# CONFIG_POSIX_MQUEUE is not set
23710 +# CONFIG_BSD_PROCESS_ACCT is not set
23711 +# CONFIG_TASKSTATS is not set
23712 +# CONFIG_AUDIT is not set
23713 +# CONFIG_IKCONFIG is not set
23714 +CONFIG_LOG_BUF_SHIFT=14
23715 +# CONFIG_CGROUPS is not set
23716 +CONFIG_GROUP_SCHED=y
23717 +# CONFIG_FAIR_GROUP_SCHED is not set
23718 +# CONFIG_RT_GROUP_SCHED is not set
23719 +CONFIG_USER_SCHED=y
23720 +# CONFIG_CGROUP_SCHED is not set
23721 +CONFIG_SYSFS_DEPRECATED=y
23722 +CONFIG_SYSFS_DEPRECATED_V2=y
23723 +# CONFIG_RELAY is not set
23724 +# CONFIG_NAMESPACES is not set
23725 +CONFIG_BLK_DEV_INITRD=y
23726 +CONFIG_INITRAMFS_SOURCE=""
23727 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
23730 +CONFIG_SYSCTL_SYSCALL=y
23731 +# CONFIG_KALLSYMS is not set
23736 +CONFIG_COMPAT_BRK=y
23737 +CONFIG_BASE_FULL=y
23739 +CONFIG_ANON_INODES=y
23740 +# CONFIG_EPOLL is not set
23745 +CONFIG_VM_EVENT_COUNTERS=y
23746 +CONFIG_SLUB_DEBUG=y
23747 +# CONFIG_SLAB is not set
23749 +# CONFIG_SLOB is not set
23750 +# CONFIG_PROFILING is not set
23751 +# CONFIG_MARKERS is not set
23752 +CONFIG_HAVE_OPROFILE=y
23753 +CONFIG_HAVE_KPROBES=y
23754 +CONFIG_HAVE_KRETPROBES=y
23755 +CONFIG_PROC_PAGE_MONITOR=y
23757 +CONFIG_RT_MUTEXES=y
23758 +# CONFIG_TINY_SHMEM is not set
23759 +CONFIG_BASE_SMALL=0
23761 +CONFIG_MODULE_UNLOAD=y
23762 +# CONFIG_MODULE_FORCE_UNLOAD is not set
23763 +# CONFIG_MODVERSIONS is not set
23764 +# CONFIG_MODULE_SRCVERSION_ALL is not set
23765 +# CONFIG_KMOD is not set
23767 +# CONFIG_LBD is not set
23768 +# CONFIG_BLK_DEV_IO_TRACE is not set
23769 +# CONFIG_LSF is not set
23770 +# CONFIG_BLK_DEV_BSG is not set
23775 +CONFIG_IOSCHED_NOOP=y
23776 +CONFIG_IOSCHED_AS=y
23777 +CONFIG_IOSCHED_DEADLINE=y
23778 +CONFIG_IOSCHED_CFQ=y
23779 +CONFIG_DEFAULT_AS=y
23780 +# CONFIG_DEFAULT_DEADLINE is not set
23781 +# CONFIG_DEFAULT_CFQ is not set
23782 +# CONFIG_DEFAULT_NOOP is not set
23783 +CONFIG_DEFAULT_IOSCHED="anticipatory"
23784 +CONFIG_CLASSIC_RCU=y
23787 +# Platform support
23789 +# CONFIG_PPC_MULTIPLATFORM is not set
23790 +# CONFIG_PPC_82xx is not set
23792 +# CONFIG_PPC_86xx is not set
23793 +# CONFIG_PPC_MPC512x is not set
23794 +# CONFIG_PPC_MPC5121 is not set
23795 +# CONFIG_PPC_CELL is not set
23796 +# CONFIG_PPC_CELL_NATIVE is not set
23797 +# CONFIG_PQ2ADS is not set
23799 +# CONFIG_MPC831x_RDB is not set
23800 +CONFIG_MPC832x_MDS=y
23801 +# CONFIG_MPC832x_RDB is not set
23802 +# CONFIG_MPC834x_MDS is not set
23803 +# CONFIG_MPC834x_ITX is not set
23804 +# CONFIG_MPC836x_MDS is not set
23805 +# CONFIG_MPC837x_MDS is not set
23806 +# CONFIG_MPC837x_RDB is not set
23807 +# CONFIG_SBC834x is not set
23808 +CONFIG_PPC_MPC832x=y
23810 +# CONFIG_MPIC is not set
23811 +# CONFIG_MPIC_WEIRD is not set
23812 +# CONFIG_PPC_I8259 is not set
23813 +# CONFIG_PPC_RTAS is not set
23814 +# CONFIG_MMIO_NVRAM is not set
23815 +# CONFIG_PPC_MPC106 is not set
23816 +# CONFIG_PPC_970_NAP is not set
23817 +# CONFIG_PPC_INDIRECT_IO is not set
23818 +# CONFIG_GENERIC_IOMAP is not set
23819 +# CONFIG_CPU_FREQ is not set
23820 +CONFIG_QUICC_ENGINE=y
23821 +# CONFIG_FSL_ULI1575 is not set
23826 +# CONFIG_HIGHMEM is not set
23827 +CONFIG_TICK_ONESHOT=y
23829 +CONFIG_HIGH_RES_TIMERS=y
23830 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
23831 +# CONFIG_HZ_100 is not set
23833 +# CONFIG_HZ_300 is not set
23834 +# CONFIG_HZ_1000 is not set
23836 +# CONFIG_SCHED_HRTICK is not set
23837 +CONFIG_PREEMPT_NONE=y
23838 +# CONFIG_PREEMPT_VOLUNTARY is not set
23839 +# CONFIG_PREEMPT is not set
23840 +CONFIG_BINFMT_ELF=y
23841 +# CONFIG_BINFMT_MISC is not set
23842 +CONFIG_MATH_EMULATION=y
23843 +# CONFIG_IOMMU_HELPER is not set
23844 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
23845 +CONFIG_ARCH_HAS_WALK_MEMORY=y
23846 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
23847 +CONFIG_ARCH_FLATMEM_ENABLE=y
23848 +CONFIG_ARCH_POPULATES_NODE_MAP=y
23849 +CONFIG_SELECT_MEMORY_MODEL=y
23850 +CONFIG_FLATMEM_MANUAL=y
23851 +# CONFIG_DISCONTIGMEM_MANUAL is not set
23852 +# CONFIG_SPARSEMEM_MANUAL is not set
23854 +CONFIG_FLAT_NODE_MEM_MAP=y
23855 +# CONFIG_SPARSEMEM_STATIC is not set
23856 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
23857 +CONFIG_SPLIT_PTLOCK_CPUS=4
23858 +# CONFIG_RESOURCES_64BIT is not set
23859 +CONFIG_ZONE_DMA_FLAG=1
23861 +CONFIG_VIRT_TO_BUS=y
23862 +CONFIG_PROC_DEVICETREE=y
23863 +# CONFIG_CMDLINE_BOOL is not set
23864 +# CONFIG_PM is not set
23866 +CONFIG_ISA_DMA_API=y
23872 +CONFIG_GENERIC_ISA_DMA=y
23873 +CONFIG_PPC_INDIRECT_PCI=y
23876 +CONFIG_PCI_DOMAINS=y
23877 +CONFIG_PCI_SYSCALL=y
23878 +# CONFIG_PCIEPORTBUS is not set
23879 +CONFIG_ARCH_SUPPORTS_MSI=y
23880 +# CONFIG_PCI_MSI is not set
23881 +CONFIG_PCI_LEGACY=y
23882 +# CONFIG_PCCARD is not set
23883 +# CONFIG_HOTPLUG_PCI is not set
23888 +# CONFIG_ADVANCED_OPTIONS is not set
23891 +# Default settings for advanced configuration options are used
23893 +CONFIG_HIGHMEM_START=0xfe000000
23894 +CONFIG_LOWMEM_SIZE=0x30000000
23895 +CONFIG_KERNEL_START=0xc0000000
23896 +CONFIG_TASK_SIZE=0xc0000000
23897 +CONFIG_BOOT_LOAD=0x00800000
23905 +# Networking options
23908 +# CONFIG_PACKET_MMAP is not set
23911 +# CONFIG_XFRM_USER is not set
23912 +# CONFIG_XFRM_SUB_POLICY is not set
23913 +# CONFIG_XFRM_MIGRATE is not set
23914 +# CONFIG_XFRM_STATISTICS is not set
23915 +# CONFIG_NET_KEY is not set
23917 +CONFIG_IP_MULTICAST=y
23918 +# CONFIG_IP_ADVANCED_ROUTER is not set
23919 +CONFIG_IP_FIB_HASH=y
23921 +CONFIG_IP_PNP_DHCP=y
23922 +CONFIG_IP_PNP_BOOTP=y
23923 +# CONFIG_IP_PNP_RARP is not set
23924 +# CONFIG_NET_IPIP is not set
23925 +# CONFIG_NET_IPGRE is not set
23926 +# CONFIG_IP_MROUTE is not set
23927 +# CONFIG_ARPD is not set
23928 +CONFIG_SYN_COOKIES=y
23929 +# CONFIG_INET_AH is not set
23930 +# CONFIG_INET_ESP is not set
23931 +# CONFIG_INET_IPCOMP is not set
23932 +# CONFIG_INET_XFRM_TUNNEL is not set
23933 +# CONFIG_INET_TUNNEL is not set
23934 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
23935 +CONFIG_INET_XFRM_MODE_TUNNEL=y
23936 +CONFIG_INET_XFRM_MODE_BEET=y
23937 +# CONFIG_INET_LRO is not set
23938 +CONFIG_INET_DIAG=y
23939 +CONFIG_INET_TCP_DIAG=y
23940 +# CONFIG_TCP_CONG_ADVANCED is not set
23941 +CONFIG_TCP_CONG_CUBIC=y
23942 +CONFIG_DEFAULT_TCP_CONG="cubic"
23943 +# CONFIG_TCP_MD5SIG is not set
23944 +# CONFIG_IPV6 is not set
23945 +# CONFIG_INET6_XFRM_TUNNEL is not set
23946 +# CONFIG_INET6_TUNNEL is not set
23947 +# CONFIG_NETWORK_SECMARK is not set
23948 +# CONFIG_NETFILTER is not set
23949 +# CONFIG_IP_DCCP is not set
23950 +# CONFIG_IP_SCTP is not set
23951 +# CONFIG_TIPC is not set
23952 +# CONFIG_ATM is not set
23953 +# CONFIG_BRIDGE is not set
23954 +# CONFIG_VLAN_8021Q is not set
23955 +# CONFIG_DECNET is not set
23956 +# CONFIG_LLC2 is not set
23957 +# CONFIG_IPX is not set
23958 +# CONFIG_ATALK is not set
23959 +# CONFIG_X25 is not set
23960 +# CONFIG_LAPB is not set
23961 +# CONFIG_ECONET is not set
23962 +# CONFIG_WAN_ROUTER is not set
23963 +# CONFIG_NET_SCHED is not set
23968 +# CONFIG_NET_PKTGEN is not set
23969 +# CONFIG_HAMRADIO is not set
23970 +# CONFIG_CAN is not set
23971 +# CONFIG_IRDA is not set
23972 +# CONFIG_BT is not set
23973 +# CONFIG_AF_RXRPC is not set
23978 +# CONFIG_CFG80211 is not set
23979 +# CONFIG_WIRELESS_EXT is not set
23980 +# CONFIG_MAC80211 is not set
23981 +# CONFIG_IEEE80211 is not set
23982 +# CONFIG_RFKILL is not set
23983 +# CONFIG_NET_9P is not set
23990 +# Generic Driver Options
23992 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
23993 +CONFIG_STANDALONE=y
23994 +CONFIG_PREVENT_FIRMWARE_BUILD=y
23995 +# CONFIG_FW_LOADER is not set
23996 +# CONFIG_SYS_HYPERVISOR is not set
23997 +# CONFIG_CONNECTOR is not set
23998 +# CONFIG_MTD is not set
23999 +CONFIG_OF_DEVICE=y
24000 +# CONFIG_PARPORT is not set
24002 +# CONFIG_BLK_DEV_FD is not set
24003 +# CONFIG_BLK_CPQ_DA is not set
24004 +# CONFIG_BLK_CPQ_CISS_DA is not set
24005 +# CONFIG_BLK_DEV_DAC960 is not set
24006 +# CONFIG_BLK_DEV_UMEM is not set
24007 +# CONFIG_BLK_DEV_COW_COMMON is not set
24008 +CONFIG_BLK_DEV_LOOP=y
24009 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
24010 +# CONFIG_BLK_DEV_NBD is not set
24011 +# CONFIG_BLK_DEV_SX8 is not set
24012 +CONFIG_BLK_DEV_RAM=y
24013 +CONFIG_BLK_DEV_RAM_COUNT=16
24014 +CONFIG_BLK_DEV_RAM_SIZE=32768
24015 +# CONFIG_BLK_DEV_XIP is not set
24016 +# CONFIG_CDROM_PKTCDVD is not set
24017 +# CONFIG_ATA_OVER_ETH is not set
24018 +CONFIG_MISC_DEVICES=y
24019 +# CONFIG_PHANTOM is not set
24020 +# CONFIG_EEPROM_93CX6 is not set
24021 +# CONFIG_SGI_IOC4 is not set
24022 +# CONFIG_TIFM_CORE is not set
24023 +# CONFIG_ENCLOSURE_SERVICES is not set
24025 +# CONFIG_IDE is not set
24028 +# SCSI device support
24030 +# CONFIG_RAID_ATTRS is not set
24033 +# CONFIG_SCSI_TGT is not set
24034 +# CONFIG_SCSI_NETLINK is not set
24035 +CONFIG_SCSI_PROC_FS=y
24038 +# SCSI support type (disk, tape, CD-ROM)
24040 +# CONFIG_BLK_DEV_SD is not set
24041 +# CONFIG_CHR_DEV_ST is not set
24042 +# CONFIG_CHR_DEV_OSST is not set
24043 +# CONFIG_BLK_DEV_SR is not set
24044 +# CONFIG_CHR_DEV_SG is not set
24045 +# CONFIG_CHR_DEV_SCH is not set
24048 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
24050 +# CONFIG_SCSI_MULTI_LUN is not set
24051 +# CONFIG_SCSI_CONSTANTS is not set
24052 +# CONFIG_SCSI_LOGGING is not set
24053 +# CONFIG_SCSI_SCAN_ASYNC is not set
24054 +CONFIG_SCSI_WAIT_SCAN=m
24059 +# CONFIG_SCSI_SPI_ATTRS is not set
24060 +# CONFIG_SCSI_FC_ATTRS is not set
24061 +# CONFIG_SCSI_ISCSI_ATTRS is not set
24062 +# CONFIG_SCSI_SAS_LIBSAS is not set
24063 +# CONFIG_SCSI_SRP_ATTRS is not set
24064 +CONFIG_SCSI_LOWLEVEL=y
24065 +# CONFIG_ISCSI_TCP is not set
24066 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
24067 +# CONFIG_SCSI_3W_9XXX is not set
24068 +# CONFIG_SCSI_ACARD is not set
24069 +# CONFIG_SCSI_AACRAID is not set
24070 +# CONFIG_SCSI_AIC7XXX is not set
24071 +# CONFIG_SCSI_AIC7XXX_OLD is not set
24072 +# CONFIG_SCSI_AIC79XX is not set
24073 +# CONFIG_SCSI_AIC94XX is not set
24074 +# CONFIG_SCSI_DPT_I2O is not set
24075 +# CONFIG_SCSI_ADVANSYS is not set
24076 +# CONFIG_SCSI_ARCMSR is not set
24077 +# CONFIG_MEGARAID_NEWGEN is not set
24078 +# CONFIG_MEGARAID_LEGACY is not set
24079 +# CONFIG_MEGARAID_SAS is not set
24080 +# CONFIG_SCSI_HPTIOP is not set
24081 +# CONFIG_SCSI_BUSLOGIC is not set
24082 +# CONFIG_SCSI_DMX3191D is not set
24083 +# CONFIG_SCSI_EATA is not set
24084 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
24085 +# CONFIG_SCSI_GDTH is not set
24086 +# CONFIG_SCSI_IPS is not set
24087 +# CONFIG_SCSI_INITIO is not set
24088 +# CONFIG_SCSI_INIA100 is not set
24089 +# CONFIG_SCSI_MVSAS is not set
24090 +# CONFIG_SCSI_STEX is not set
24091 +# CONFIG_SCSI_SYM53C8XX_2 is not set
24092 +# CONFIG_SCSI_QLOGIC_1280 is not set
24093 +# CONFIG_SCSI_QLA_FC is not set
24094 +# CONFIG_SCSI_QLA_ISCSI is not set
24095 +# CONFIG_SCSI_LPFC is not set
24096 +# CONFIG_SCSI_DC395x is not set
24097 +# CONFIG_SCSI_DC390T is not set
24098 +# CONFIG_SCSI_NSP32 is not set
24099 +# CONFIG_SCSI_DEBUG is not set
24100 +# CONFIG_SCSI_SRP is not set
24101 +# CONFIG_ATA is not set
24102 +# CONFIG_MD is not set
24103 +# CONFIG_FUSION is not set
24106 +# IEEE 1394 (FireWire) support
24108 +# CONFIG_FIREWIRE is not set
24109 +# CONFIG_IEEE1394 is not set
24110 +# CONFIG_I2O is not set
24111 +# CONFIG_MACINTOSH_DRIVERS is not set
24112 +CONFIG_NETDEVICES=y
24113 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
24114 +# CONFIG_DUMMY is not set
24115 +# CONFIG_BONDING is not set
24116 +# CONFIG_MACVLAN is not set
24117 +# CONFIG_EQUALIZER is not set
24118 +# CONFIG_TUN is not set
24119 +# CONFIG_VETH is not set
24120 +# CONFIG_ARCNET is not set
24124 +# MII PHY device drivers
24126 +# CONFIG_MARVELL_PHY is not set
24127 +CONFIG_DAVICOM_PHY=y
24128 +# CONFIG_QSEMI_PHY is not set
24129 +# CONFIG_LXT_PHY is not set
24130 +# CONFIG_CICADA_PHY is not set
24131 +# CONFIG_VITESSE_PHY is not set
24132 +# CONFIG_SMSC_PHY is not set
24133 +# CONFIG_BROADCOM_PHY is not set
24134 +# CONFIG_ICPLUS_PHY is not set
24135 +# CONFIG_REALTEK_PHY is not set
24136 +# CONFIG_FIXED_PHY is not set
24137 +# CONFIG_MDIO_BITBANG is not set
24138 +CONFIG_NET_ETHERNET=y
24140 +# CONFIG_HAPPYMEAL is not set
24141 +# CONFIG_SUNGEM is not set
24142 +# CONFIG_CASSINI is not set
24143 +# CONFIG_NET_VENDOR_3COM is not set
24144 +# CONFIG_NET_TULIP is not set
24145 +# CONFIG_HP100 is not set
24146 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
24147 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
24148 +# CONFIG_IBM_NEW_EMAC_TAH is not set
24149 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
24150 +# CONFIG_NET_PCI is not set
24151 +# CONFIG_B44 is not set
24152 +CONFIG_NETDEV_1000=y
24153 +# CONFIG_ACENIC is not set
24154 +# CONFIG_DL2K is not set
24155 +# CONFIG_E1000 is not set
24156 +# CONFIG_E1000E is not set
24157 +# CONFIG_E1000E_ENABLED is not set
24158 +# CONFIG_IP1000 is not set
24159 +# CONFIG_IGB is not set
24160 +# CONFIG_NS83820 is not set
24161 +# CONFIG_HAMACHI is not set
24162 +# CONFIG_YELLOWFIN is not set
24163 +# CONFIG_R8169 is not set
24164 +# CONFIG_SIS190 is not set
24165 +# CONFIG_SKGE is not set
24166 +# CONFIG_SKY2 is not set
24167 +# CONFIG_SK98LIN is not set
24168 +# CONFIG_VIA_VELOCITY is not set
24169 +# CONFIG_TIGON3 is not set
24170 +# CONFIG_BNX2 is not set
24171 +# CONFIG_GIANFAR is not set
24173 +# CONFIG_UGETH_NAPI is not set
24174 +# CONFIG_UGETH_MAGIC_PACKET is not set
24175 +# CONFIG_UGETH_FILTERING is not set
24176 +# CONFIG_UGETH_TX_ON_DEMAND is not set
24177 +# CONFIG_QLA3XXX is not set
24178 +# CONFIG_ATL1 is not set
24179 +CONFIG_NETDEV_10000=y
24180 +# CONFIG_CHELSIO_T1 is not set
24181 +# CONFIG_CHELSIO_T3 is not set
24182 +# CONFIG_IXGBE is not set
24183 +# CONFIG_IXGB is not set
24184 +# CONFIG_S2IO is not set
24185 +# CONFIG_MYRI10GE is not set
24186 +# CONFIG_NETXEN_NIC is not set
24187 +# CONFIG_NIU is not set
24188 +# CONFIG_MLX4_CORE is not set
24189 +# CONFIG_TEHUTI is not set
24190 +# CONFIG_BNX2X is not set
24191 +# CONFIG_TR is not set
24196 +# CONFIG_WLAN_PRE80211 is not set
24197 +# CONFIG_WLAN_80211 is not set
24198 +# CONFIG_WAN is not set
24199 +# CONFIG_FDDI is not set
24200 +# CONFIG_HIPPI is not set
24201 +# CONFIG_PPP is not set
24202 +# CONFIG_SLIP is not set
24203 +# CONFIG_NET_FC is not set
24204 +# CONFIG_NETCONSOLE is not set
24205 +# CONFIG_NETPOLL is not set
24206 +# CONFIG_NET_POLL_CONTROLLER is not set
24207 +# CONFIG_ISDN is not set
24208 +# CONFIG_PHONE is not set
24211 +# Input device support
24214 +# CONFIG_INPUT_FF_MEMLESS is not set
24215 +# CONFIG_INPUT_POLLDEV is not set
24218 +# Userland interfaces
24220 +# CONFIG_INPUT_MOUSEDEV is not set
24221 +# CONFIG_INPUT_JOYDEV is not set
24222 +# CONFIG_INPUT_EVDEV is not set
24223 +# CONFIG_INPUT_EVBUG is not set
24226 +# Input Device Drivers
24228 +# CONFIG_INPUT_KEYBOARD is not set
24229 +# CONFIG_INPUT_MOUSE is not set
24230 +# CONFIG_INPUT_JOYSTICK is not set
24231 +# CONFIG_INPUT_TABLET is not set
24232 +# CONFIG_INPUT_TOUCHSCREEN is not set
24233 +# CONFIG_INPUT_MISC is not set
24236 +# Hardware I/O ports
24238 +# CONFIG_SERIO is not set
24239 +# CONFIG_GAMEPORT is not set
24242 +# Character devices
24244 +# CONFIG_VT is not set
24245 +# CONFIG_SERIAL_NONSTANDARD is not set
24246 +# CONFIG_NOZOMI is not set
24251 +CONFIG_SERIAL_8250=y
24252 +CONFIG_SERIAL_8250_CONSOLE=y
24253 +CONFIG_SERIAL_8250_PCI=y
24254 +CONFIG_SERIAL_8250_NR_UARTS=4
24255 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
24256 +# CONFIG_SERIAL_8250_EXTENDED is not set
24259 +# Non-8250 serial port support
24261 +# CONFIG_SERIAL_UARTLITE is not set
24262 +CONFIG_SERIAL_CORE=y
24263 +CONFIG_SERIAL_CORE_CONSOLE=y
24264 +# CONFIG_SERIAL_JSM is not set
24265 +# CONFIG_SERIAL_OF_PLATFORM is not set
24266 +# CONFIG_SERIAL_QE is not set
24267 +CONFIG_UNIX98_PTYS=y
24268 +CONFIG_LEGACY_PTYS=y
24269 +CONFIG_LEGACY_PTY_COUNT=256
24270 +# CONFIG_IPMI_HANDLER is not set
24271 +CONFIG_HW_RANDOM=y
24272 +# CONFIG_NVRAM is not set
24273 +# CONFIG_GEN_RTC is not set
24274 +# CONFIG_R3964 is not set
24275 +# CONFIG_APPLICOM is not set
24276 +# CONFIG_RAW_DRIVER is not set
24277 +# CONFIG_TCG_TPM is not set
24280 +CONFIG_I2C_BOARDINFO=y
24281 +CONFIG_I2C_CHARDEV=y
24286 +# CONFIG_I2C_ALGOBIT is not set
24287 +# CONFIG_I2C_ALGOPCF is not set
24288 +# CONFIG_I2C_ALGOPCA is not set
24291 +# I2C Hardware Bus support
24293 +# CONFIG_I2C_ALI1535 is not set
24294 +# CONFIG_I2C_ALI1563 is not set
24295 +# CONFIG_I2C_ALI15X3 is not set
24296 +# CONFIG_I2C_AMD756 is not set
24297 +# CONFIG_I2C_AMD8111 is not set
24298 +# CONFIG_I2C_I801 is not set
24299 +# CONFIG_I2C_I810 is not set
24300 +# CONFIG_I2C_PIIX4 is not set
24302 +# CONFIG_I2C_NFORCE2 is not set
24303 +# CONFIG_I2C_OCORES is not set
24304 +# CONFIG_I2C_PARPORT_LIGHT is not set
24305 +# CONFIG_I2C_PROSAVAGE is not set
24306 +# CONFIG_I2C_SAVAGE4 is not set
24307 +# CONFIG_I2C_SIMTEC is not set
24308 +# CONFIG_I2C_SIS5595 is not set
24309 +# CONFIG_I2C_SIS630 is not set
24310 +# CONFIG_I2C_SIS96X is not set
24311 +# CONFIG_I2C_TAOS_EVM is not set
24312 +# CONFIG_I2C_STUB is not set
24313 +# CONFIG_I2C_VIA is not set
24314 +# CONFIG_I2C_VIAPRO is not set
24315 +# CONFIG_I2C_VOODOO3 is not set
24318 +# Miscellaneous I2C Chip support
24320 +# CONFIG_DS1682 is not set
24321 +# CONFIG_SENSORS_EEPROM is not set
24322 +# CONFIG_SENSORS_PCF8574 is not set
24323 +# CONFIG_PCF8575 is not set
24324 +# CONFIG_SENSORS_PCF8591 is not set
24325 +# CONFIG_TPS65010 is not set
24326 +# CONFIG_SENSORS_MAX6875 is not set
24327 +# CONFIG_SENSORS_TSL2550 is not set
24328 +# CONFIG_I2C_DEBUG_CORE is not set
24329 +# CONFIG_I2C_DEBUG_ALGO is not set
24330 +# CONFIG_I2C_DEBUG_BUS is not set
24331 +# CONFIG_I2C_DEBUG_CHIP is not set
24336 +# CONFIG_SPI is not set
24337 +# CONFIG_SPI_MASTER is not set
24338 +# CONFIG_W1 is not set
24339 +# CONFIG_POWER_SUPPLY is not set
24341 +# CONFIG_HWMON_VID is not set
24342 +# CONFIG_SENSORS_AD7418 is not set
24343 +# CONFIG_SENSORS_ADM1021 is not set
24344 +# CONFIG_SENSORS_ADM1025 is not set
24345 +# CONFIG_SENSORS_ADM1026 is not set
24346 +# CONFIG_SENSORS_ADM1029 is not set
24347 +# CONFIG_SENSORS_ADM1031 is not set
24348 +# CONFIG_SENSORS_ADM9240 is not set
24349 +# CONFIG_SENSORS_ADT7470 is not set
24350 +# CONFIG_SENSORS_ADT7473 is not set
24351 +# CONFIG_SENSORS_ATXP1 is not set
24352 +# CONFIG_SENSORS_DS1621 is not set
24353 +# CONFIG_SENSORS_I5K_AMB is not set
24354 +# CONFIG_SENSORS_F71805F is not set
24355 +# CONFIG_SENSORS_F71882FG is not set
24356 +# CONFIG_SENSORS_F75375S is not set
24357 +# CONFIG_SENSORS_GL518SM is not set
24358 +# CONFIG_SENSORS_GL520SM is not set
24359 +# CONFIG_SENSORS_IT87 is not set
24360 +# CONFIG_SENSORS_LM63 is not set
24361 +# CONFIG_SENSORS_LM75 is not set
24362 +# CONFIG_SENSORS_LM77 is not set
24363 +# CONFIG_SENSORS_LM78 is not set
24364 +# CONFIG_SENSORS_LM80 is not set
24365 +# CONFIG_SENSORS_LM83 is not set
24366 +# CONFIG_SENSORS_LM85 is not set
24367 +# CONFIG_SENSORS_LM87 is not set
24368 +# CONFIG_SENSORS_LM90 is not set
24369 +# CONFIG_SENSORS_LM92 is not set
24370 +# CONFIG_SENSORS_LM93 is not set
24371 +# CONFIG_SENSORS_MAX1619 is not set
24372 +# CONFIG_SENSORS_MAX6650 is not set
24373 +# CONFIG_SENSORS_PC87360 is not set
24374 +# CONFIG_SENSORS_PC87427 is not set
24375 +# CONFIG_SENSORS_SIS5595 is not set
24376 +# CONFIG_SENSORS_DME1737 is not set
24377 +# CONFIG_SENSORS_SMSC47M1 is not set
24378 +# CONFIG_SENSORS_SMSC47M192 is not set
24379 +# CONFIG_SENSORS_SMSC47B397 is not set
24380 +# CONFIG_SENSORS_ADS7828 is not set
24381 +# CONFIG_SENSORS_THMC50 is not set
24382 +# CONFIG_SENSORS_VIA686A is not set
24383 +# CONFIG_SENSORS_VT1211 is not set
24384 +# CONFIG_SENSORS_VT8231 is not set
24385 +# CONFIG_SENSORS_W83781D is not set
24386 +# CONFIG_SENSORS_W83791D is not set
24387 +# CONFIG_SENSORS_W83792D is not set
24388 +# CONFIG_SENSORS_W83793 is not set
24389 +# CONFIG_SENSORS_W83L785TS is not set
24390 +# CONFIG_SENSORS_W83L786NG is not set
24391 +# CONFIG_SENSORS_W83627HF is not set
24392 +# CONFIG_SENSORS_W83627EHF is not set
24393 +# CONFIG_HWMON_DEBUG_CHIP is not set
24394 +# CONFIG_THERMAL is not set
24396 +# CONFIG_WATCHDOG_NOWAYOUT is not set
24399 +# Watchdog Device Drivers
24401 +# CONFIG_SOFT_WATCHDOG is not set
24405 +# PCI-based Watchdog Cards
24407 +# CONFIG_PCIPCWATCHDOG is not set
24408 +# CONFIG_WDTPCI is not set
24411 +# Sonics Silicon Backplane
24413 +CONFIG_SSB_POSSIBLE=y
24414 +# CONFIG_SSB is not set
24417 +# Multifunction device drivers
24419 +# CONFIG_MFD_SM501 is not set
24422 +# Multimedia devices
24424 +# CONFIG_VIDEO_DEV is not set
24425 +# CONFIG_DVB_CORE is not set
24429 +# Graphics support
24431 +# CONFIG_AGP is not set
24432 +# CONFIG_DRM is not set
24433 +# CONFIG_VGASTATE is not set
24434 +CONFIG_VIDEO_OUTPUT_CONTROL=m
24435 +# CONFIG_FB is not set
24436 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
24439 +# Display device support
24441 +# CONFIG_DISPLAY_SUPPORT is not set
24446 +# CONFIG_SOUND is not set
24447 +CONFIG_HID_SUPPORT=y
24449 +# CONFIG_HID_DEBUG is not set
24450 +# CONFIG_HIDRAW is not set
24451 +CONFIG_USB_SUPPORT=y
24452 +CONFIG_USB_ARCH_HAS_HCD=y
24453 +CONFIG_USB_ARCH_HAS_OHCI=y
24454 +CONFIG_USB_ARCH_HAS_EHCI=y
24455 +# CONFIG_USB is not set
24458 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
24460 +# CONFIG_USB_GADGET is not set
24461 +# CONFIG_MMC is not set
24462 +# CONFIG_MEMSTICK is not set
24463 +# CONFIG_NEW_LEDS is not set
24464 +# CONFIG_INFINIBAND is not set
24465 +# CONFIG_EDAC is not set
24467 +CONFIG_RTC_CLASS=y
24468 +CONFIG_RTC_HCTOSYS=y
24469 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
24470 +# CONFIG_RTC_DEBUG is not set
24475 +CONFIG_RTC_INTF_SYSFS=y
24476 +CONFIG_RTC_INTF_PROC=y
24477 +CONFIG_RTC_INTF_DEV=y
24478 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
24479 +# CONFIG_RTC_DRV_TEST is not set
24484 +# CONFIG_RTC_DRV_DS1307 is not set
24485 +CONFIG_RTC_DRV_DS1374=y
24486 +# CONFIG_RTC_DRV_DS1672 is not set
24487 +# CONFIG_RTC_DRV_MAX6900 is not set
24488 +# CONFIG_RTC_DRV_RS5C372 is not set
24489 +# CONFIG_RTC_DRV_ISL1208 is not set
24490 +# CONFIG_RTC_DRV_X1205 is not set
24491 +# CONFIG_RTC_DRV_PCF8563 is not set
24492 +# CONFIG_RTC_DRV_PCF8583 is not set
24493 +# CONFIG_RTC_DRV_M41T80 is not set
24494 +# CONFIG_RTC_DRV_S35390A is not set
24501 +# Platform RTC drivers
24503 +# CONFIG_RTC_DRV_CMOS is not set
24504 +# CONFIG_RTC_DRV_DS1511 is not set
24505 +# CONFIG_RTC_DRV_DS1553 is not set
24506 +# CONFIG_RTC_DRV_DS1742 is not set
24507 +# CONFIG_RTC_DRV_STK17TA8 is not set
24508 +# CONFIG_RTC_DRV_M48T86 is not set
24509 +# CONFIG_RTC_DRV_M48T59 is not set
24510 +# CONFIG_RTC_DRV_V3020 is not set
24513 +# on-CPU RTC drivers
24515 +# CONFIG_DMADEVICES is not set
24520 +# CONFIG_UIO is not set
24526 +# CONFIG_EXT2_FS_XATTR is not set
24527 +# CONFIG_EXT2_FS_XIP is not set
24529 +CONFIG_EXT3_FS_XATTR=y
24530 +# CONFIG_EXT3_FS_POSIX_ACL is not set
24531 +# CONFIG_EXT3_FS_SECURITY is not set
24532 +# CONFIG_EXT4DEV_FS is not set
24534 +CONFIG_FS_MBCACHE=y
24535 +# CONFIG_REISERFS_FS is not set
24536 +# CONFIG_JFS_FS is not set
24537 +# CONFIG_FS_POSIX_ACL is not set
24538 +# CONFIG_XFS_FS is not set
24539 +# CONFIG_GFS2_FS is not set
24540 +# CONFIG_OCFS2_FS is not set
24543 +CONFIG_INOTIFY_USER=y
24544 +# CONFIG_QUOTA is not set
24545 +# CONFIG_AUTOFS_FS is not set
24546 +# CONFIG_AUTOFS4_FS is not set
24547 +# CONFIG_FUSE_FS is not set
24550 +# CD-ROM/DVD Filesystems
24552 +# CONFIG_ISO9660_FS is not set
24553 +# CONFIG_UDF_FS is not set
24556 +# DOS/FAT/NT Filesystems
24558 +# CONFIG_MSDOS_FS is not set
24559 +# CONFIG_VFAT_FS is not set
24560 +# CONFIG_NTFS_FS is not set
24563 +# Pseudo filesystems
24566 +CONFIG_PROC_KCORE=y
24567 +CONFIG_PROC_SYSCTL=y
24570 +# CONFIG_TMPFS_POSIX_ACL is not set
24571 +# CONFIG_HUGETLB_PAGE is not set
24572 +# CONFIG_CONFIGFS_FS is not set
24575 +# Miscellaneous filesystems
24577 +# CONFIG_ADFS_FS is not set
24578 +# CONFIG_AFFS_FS is not set
24579 +# CONFIG_HFS_FS is not set
24580 +# CONFIG_HFSPLUS_FS is not set
24581 +# CONFIG_BEFS_FS is not set
24582 +# CONFIG_BFS_FS is not set
24583 +# CONFIG_EFS_FS is not set
24584 +# CONFIG_CRAMFS is not set
24585 +# CONFIG_VXFS_FS is not set
24586 +# CONFIG_MINIX_FS is not set
24587 +# CONFIG_HPFS_FS is not set
24588 +# CONFIG_QNX4FS_FS is not set
24589 +# CONFIG_ROMFS_FS is not set
24590 +# CONFIG_SYSV_FS is not set
24591 +# CONFIG_UFS_FS is not set
24592 +CONFIG_NETWORK_FILESYSTEMS=y
24595 +# CONFIG_NFS_V3_ACL is not set
24597 +# CONFIG_NFS_DIRECTIO is not set
24598 +# CONFIG_NFSD is not set
24602 +CONFIG_NFS_COMMON=y
24604 +CONFIG_SUNRPC_GSS=y
24605 +# CONFIG_SUNRPC_BIND34 is not set
24606 +CONFIG_RPCSEC_GSS_KRB5=y
24607 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
24608 +# CONFIG_SMB_FS is not set
24609 +# CONFIG_CIFS is not set
24610 +# CONFIG_NCP_FS is not set
24611 +# CONFIG_CODA_FS is not set
24612 +# CONFIG_AFS_FS is not set
24617 +CONFIG_PARTITION_ADVANCED=y
24618 +# CONFIG_ACORN_PARTITION is not set
24619 +# CONFIG_OSF_PARTITION is not set
24620 +# CONFIG_AMIGA_PARTITION is not set
24621 +# CONFIG_ATARI_PARTITION is not set
24622 +# CONFIG_MAC_PARTITION is not set
24623 +# CONFIG_MSDOS_PARTITION is not set
24624 +# CONFIG_LDM_PARTITION is not set
24625 +# CONFIG_SGI_PARTITION is not set
24626 +# CONFIG_ULTRIX_PARTITION is not set
24627 +# CONFIG_SUN_PARTITION is not set
24628 +# CONFIG_KARMA_PARTITION is not set
24629 +# CONFIG_EFI_PARTITION is not set
24630 +# CONFIG_SYSV68_PARTITION is not set
24631 +# CONFIG_NLS is not set
24632 +# CONFIG_DLM is not set
24637 +# Library routines
24639 +CONFIG_BITREVERSE=y
24640 +# CONFIG_CRC_CCITT is not set
24641 +# CONFIG_CRC16 is not set
24642 +# CONFIG_CRC_ITU_T is not set
24644 +# CONFIG_CRC7 is not set
24645 +# CONFIG_LIBCRC32C is not set
24647 +CONFIG_HAS_IOMEM=y
24648 +CONFIG_HAS_IOPORT=y
24654 +# CONFIG_PRINTK_TIME is not set
24655 +CONFIG_ENABLE_WARN_DEPRECATED=y
24656 +CONFIG_ENABLE_MUST_CHECK=y
24657 +# CONFIG_MAGIC_SYSRQ is not set
24658 +# CONFIG_UNUSED_SYMBOLS is not set
24659 +# CONFIG_DEBUG_FS is not set
24660 +# CONFIG_HEADERS_CHECK is not set
24661 +# CONFIG_DEBUG_KERNEL is not set
24662 +# CONFIG_SLUB_DEBUG_ON is not set
24663 +# CONFIG_SLUB_STATS is not set
24664 +# CONFIG_DEBUG_BUGVERBOSE is not set
24665 +# CONFIG_SAMPLES is not set
24666 +# CONFIG_PPC_EARLY_DEBUG is not set
24669 +# Security options
24671 +# CONFIG_KEYS is not set
24672 +# CONFIG_SECURITY is not set
24673 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
24675 +CONFIG_CRYPTO_ALGAPI=y
24676 +CONFIG_CRYPTO_BLKCIPHER=y
24677 +# CONFIG_CRYPTO_SEQIV is not set
24678 +CONFIG_CRYPTO_MANAGER=y
24679 +# CONFIG_CRYPTO_HMAC is not set
24680 +# CONFIG_CRYPTO_XCBC is not set
24681 +# CONFIG_CRYPTO_NULL is not set
24682 +# CONFIG_CRYPTO_MD4 is not set
24683 +CONFIG_CRYPTO_MD5=y
24684 +# CONFIG_CRYPTO_SHA1 is not set
24685 +# CONFIG_CRYPTO_SHA256 is not set
24686 +# CONFIG_CRYPTO_SHA512 is not set
24687 +# CONFIG_CRYPTO_WP512 is not set
24688 +# CONFIG_CRYPTO_TGR192 is not set
24689 +# CONFIG_CRYPTO_GF128MUL is not set
24690 +CONFIG_CRYPTO_ECB=m
24691 +CONFIG_CRYPTO_CBC=y
24692 +CONFIG_CRYPTO_PCBC=m
24693 +# CONFIG_CRYPTO_LRW is not set
24694 +# CONFIG_CRYPTO_XTS is not set
24695 +# CONFIG_CRYPTO_CTR is not set
24696 +# CONFIG_CRYPTO_GCM is not set
24697 +# CONFIG_CRYPTO_CCM is not set
24698 +# CONFIG_CRYPTO_CRYPTD is not set
24699 +CONFIG_CRYPTO_DES=y
24700 +# CONFIG_CRYPTO_FCRYPT is not set
24701 +# CONFIG_CRYPTO_BLOWFISH is not set
24702 +# CONFIG_CRYPTO_TWOFISH is not set
24703 +# CONFIG_CRYPTO_SERPENT is not set
24704 +# CONFIG_CRYPTO_AES is not set
24705 +# CONFIG_CRYPTO_CAST5 is not set
24706 +# CONFIG_CRYPTO_CAST6 is not set
24707 +# CONFIG_CRYPTO_TEA is not set
24708 +# CONFIG_CRYPTO_ARC4 is not set
24709 +# CONFIG_CRYPTO_KHAZAD is not set
24710 +# CONFIG_CRYPTO_ANUBIS is not set
24711 +# CONFIG_CRYPTO_SEED is not set
24712 +# CONFIG_CRYPTO_SALSA20 is not set
24713 +# CONFIG_CRYPTO_DEFLATE is not set
24714 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
24715 +# CONFIG_CRYPTO_CRC32C is not set
24716 +# CONFIG_CRYPTO_CAMELLIA is not set
24717 +# CONFIG_CRYPTO_TEST is not set
24718 +# CONFIG_CRYPTO_AUTHENC is not set
24719 +# CONFIG_CRYPTO_LZO is not set
24720 +CONFIG_CRYPTO_HW=y
24721 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
24722 +# CONFIG_PPC_CLOCK is not set
24723 +CONFIG_PPC_LIB_RHEAP=y
24725 +++ b/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig
24728 +# Automatically generated make config: don't edit
24729 +# Linux kernel version: 2.6.25-rc6
24730 +# Mon Mar 24 08:48:16 2008
24732 +# CONFIG_PPC64 is not set
24735 +# Processor support
24738 +# CONFIG_PPC_85xx is not set
24739 +# CONFIG_PPC_8xx is not set
24740 +# CONFIG_40x is not set
24741 +# CONFIG_44x is not set
24742 +# CONFIG_E200 is not set
24744 +# CONFIG_FSL_EMB_PERFMON is not set
24745 +CONFIG_PPC_STD_MMU=y
24746 +CONFIG_PPC_STD_MMU_32=y
24747 +# CONFIG_PPC_MM_SLICES is not set
24748 +# CONFIG_SMP is not set
24750 +CONFIG_WORD_SIZE=32
24751 +CONFIG_PPC_MERGE=y
24753 +CONFIG_GENERIC_CMOS_UPDATE=y
24754 +CONFIG_GENERIC_TIME=y
24755 +CONFIG_GENERIC_TIME_VSYSCALL=y
24756 +CONFIG_GENERIC_CLOCKEVENTS=y
24757 +CONFIG_GENERIC_HARDIRQS=y
24758 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
24759 +CONFIG_IRQ_PER_CPU=y
24760 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
24761 +CONFIG_ARCH_HAS_ILOG2_U32=y
24762 +CONFIG_GENERIC_HWEIGHT=y
24763 +CONFIG_GENERIC_CALIBRATE_DELAY=y
24764 +CONFIG_GENERIC_FIND_NEXT_BIT=y
24765 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
24767 +CONFIG_EARLY_PRINTK=y
24768 +CONFIG_GENERIC_NVRAM=y
24769 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
24770 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
24773 +CONFIG_PPC_UDBG_16550=y
24774 +# CONFIG_GENERIC_TBSYNC is not set
24775 +CONFIG_AUDIT_ARCH=y
24776 +CONFIG_GENERIC_BUG=y
24777 +CONFIG_DEFAULT_UIMAGE=y
24778 +# CONFIG_PPC_DCR_NATIVE is not set
24779 +# CONFIG_PPC_DCR_MMIO is not set
24780 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
24785 +CONFIG_EXPERIMENTAL=y
24786 +CONFIG_BROKEN_ON_SMP=y
24787 +CONFIG_INIT_ENV_ARG_LIMIT=32
24788 +CONFIG_LOCALVERSION=""
24789 +CONFIG_LOCALVERSION_AUTO=y
24792 +CONFIG_SYSVIPC_SYSCTL=y
24793 +# CONFIG_POSIX_MQUEUE is not set
24794 +# CONFIG_BSD_PROCESS_ACCT is not set
24795 +# CONFIG_TASKSTATS is not set
24796 +# CONFIG_AUDIT is not set
24797 +# CONFIG_IKCONFIG is not set
24798 +CONFIG_LOG_BUF_SHIFT=14
24799 +# CONFIG_CGROUPS is not set
24800 +CONFIG_GROUP_SCHED=y
24801 +# CONFIG_FAIR_GROUP_SCHED is not set
24802 +# CONFIG_RT_GROUP_SCHED is not set
24803 +CONFIG_USER_SCHED=y
24804 +# CONFIG_CGROUP_SCHED is not set
24805 +CONFIG_SYSFS_DEPRECATED=y
24806 +CONFIG_SYSFS_DEPRECATED_V2=y
24807 +# CONFIG_RELAY is not set
24808 +# CONFIG_NAMESPACES is not set
24809 +CONFIG_BLK_DEV_INITRD=y
24810 +CONFIG_INITRAMFS_SOURCE=""
24811 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
24814 +CONFIG_SYSCTL_SYSCALL=y
24815 +# CONFIG_KALLSYMS is not set
24820 +CONFIG_COMPAT_BRK=y
24821 +CONFIG_BASE_FULL=y
24823 +CONFIG_ANON_INODES=y
24824 +# CONFIG_EPOLL is not set
24829 +CONFIG_VM_EVENT_COUNTERS=y
24830 +CONFIG_SLUB_DEBUG=y
24831 +# CONFIG_SLAB is not set
24833 +# CONFIG_SLOB is not set
24834 +# CONFIG_PROFILING is not set
24835 +# CONFIG_MARKERS is not set
24836 +CONFIG_HAVE_OPROFILE=y
24837 +CONFIG_HAVE_KPROBES=y
24838 +CONFIG_HAVE_KRETPROBES=y
24839 +CONFIG_PROC_PAGE_MONITOR=y
24841 +CONFIG_RT_MUTEXES=y
24842 +# CONFIG_TINY_SHMEM is not set
24843 +CONFIG_BASE_SMALL=0
24845 +CONFIG_MODULE_UNLOAD=y
24846 +# CONFIG_MODULE_FORCE_UNLOAD is not set
24847 +# CONFIG_MODVERSIONS is not set
24848 +# CONFIG_MODULE_SRCVERSION_ALL is not set
24849 +# CONFIG_KMOD is not set
24851 +# CONFIG_LBD is not set
24852 +# CONFIG_BLK_DEV_IO_TRACE is not set
24853 +# CONFIG_LSF is not set
24854 +# CONFIG_BLK_DEV_BSG is not set
24859 +CONFIG_IOSCHED_NOOP=y
24860 +CONFIG_IOSCHED_AS=y
24861 +CONFIG_IOSCHED_DEADLINE=y
24862 +CONFIG_IOSCHED_CFQ=y
24863 +CONFIG_DEFAULT_AS=y
24864 +# CONFIG_DEFAULT_DEADLINE is not set
24865 +# CONFIG_DEFAULT_CFQ is not set
24866 +# CONFIG_DEFAULT_NOOP is not set
24867 +CONFIG_DEFAULT_IOSCHED="anticipatory"
24868 +CONFIG_CLASSIC_RCU=y
24871 +# Platform support
24873 +# CONFIG_PPC_MULTIPLATFORM is not set
24874 +# CONFIG_PPC_82xx is not set
24876 +# CONFIG_PPC_86xx is not set
24877 +# CONFIG_PPC_MPC512x is not set
24878 +# CONFIG_PPC_MPC5121 is not set
24879 +# CONFIG_PPC_CELL is not set
24880 +# CONFIG_PPC_CELL_NATIVE is not set
24881 +# CONFIG_PQ2ADS is not set
24883 +# CONFIG_MPC831x_RDB is not set
24884 +# CONFIG_MPC832x_MDS is not set
24885 +CONFIG_MPC832x_RDB=y
24886 +# CONFIG_MPC834x_MDS is not set
24887 +# CONFIG_MPC834x_ITX is not set
24888 +# CONFIG_MPC836x_MDS is not set
24889 +# CONFIG_MPC837x_MDS is not set
24890 +# CONFIG_MPC837x_RDB is not set
24891 +# CONFIG_SBC834x is not set
24892 +CONFIG_PPC_MPC832x=y
24894 +# CONFIG_MPIC is not set
24895 +# CONFIG_MPIC_WEIRD is not set
24896 +# CONFIG_PPC_I8259 is not set
24897 +# CONFIG_PPC_RTAS is not set
24898 +# CONFIG_MMIO_NVRAM is not set
24899 +# CONFIG_PPC_MPC106 is not set
24900 +# CONFIG_PPC_970_NAP is not set
24901 +# CONFIG_PPC_INDIRECT_IO is not set
24902 +# CONFIG_GENERIC_IOMAP is not set
24903 +# CONFIG_CPU_FREQ is not set
24904 +CONFIG_QUICC_ENGINE=y
24905 +# CONFIG_FSL_ULI1575 is not set
24910 +# CONFIG_HIGHMEM is not set
24911 +CONFIG_TICK_ONESHOT=y
24913 +CONFIG_HIGH_RES_TIMERS=y
24914 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
24915 +# CONFIG_HZ_100 is not set
24917 +# CONFIG_HZ_300 is not set
24918 +# CONFIG_HZ_1000 is not set
24920 +# CONFIG_SCHED_HRTICK is not set
24921 +CONFIG_PREEMPT_NONE=y
24922 +# CONFIG_PREEMPT_VOLUNTARY is not set
24923 +# CONFIG_PREEMPT is not set
24924 +CONFIG_BINFMT_ELF=y
24925 +# CONFIG_BINFMT_MISC is not set
24926 +CONFIG_MATH_EMULATION=y
24927 +# CONFIG_IOMMU_HELPER is not set
24928 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
24929 +CONFIG_ARCH_HAS_WALK_MEMORY=y
24930 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
24931 +CONFIG_ARCH_FLATMEM_ENABLE=y
24932 +CONFIG_ARCH_POPULATES_NODE_MAP=y
24933 +CONFIG_SELECT_MEMORY_MODEL=y
24934 +CONFIG_FLATMEM_MANUAL=y
24935 +# CONFIG_DISCONTIGMEM_MANUAL is not set
24936 +# CONFIG_SPARSEMEM_MANUAL is not set
24938 +CONFIG_FLAT_NODE_MEM_MAP=y
24939 +# CONFIG_SPARSEMEM_STATIC is not set
24940 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
24941 +CONFIG_SPLIT_PTLOCK_CPUS=4
24942 +# CONFIG_RESOURCES_64BIT is not set
24943 +CONFIG_ZONE_DMA_FLAG=1
24945 +CONFIG_VIRT_TO_BUS=y
24946 +CONFIG_PROC_DEVICETREE=y
24947 +# CONFIG_CMDLINE_BOOL is not set
24948 +# CONFIG_PM is not set
24950 +CONFIG_ISA_DMA_API=y
24956 +CONFIG_GENERIC_ISA_DMA=y
24957 +CONFIG_PPC_INDIRECT_PCI=y
24960 +CONFIG_PCI_DOMAINS=y
24961 +CONFIG_PCI_SYSCALL=y
24962 +# CONFIG_PCIEPORTBUS is not set
24963 +CONFIG_ARCH_SUPPORTS_MSI=y
24964 +# CONFIG_PCI_MSI is not set
24965 +CONFIG_PCI_LEGACY=y
24966 +# CONFIG_PCCARD is not set
24967 +# CONFIG_HOTPLUG_PCI is not set
24972 +# CONFIG_ADVANCED_OPTIONS is not set
24975 +# Default settings for advanced configuration options are used
24977 +CONFIG_HIGHMEM_START=0xfe000000
24978 +CONFIG_LOWMEM_SIZE=0x30000000
24979 +CONFIG_KERNEL_START=0xc0000000
24980 +CONFIG_TASK_SIZE=0xc0000000
24981 +CONFIG_BOOT_LOAD=0x00800000
24989 +# Networking options
24992 +# CONFIG_PACKET_MMAP is not set
24995 +# CONFIG_XFRM_USER is not set
24996 +# CONFIG_XFRM_SUB_POLICY is not set
24997 +# CONFIG_XFRM_MIGRATE is not set
24998 +# CONFIG_XFRM_STATISTICS is not set
24999 +# CONFIG_NET_KEY is not set
25001 +CONFIG_IP_MULTICAST=y
25002 +# CONFIG_IP_ADVANCED_ROUTER is not set
25003 +CONFIG_IP_FIB_HASH=y
25005 +CONFIG_IP_PNP_DHCP=y
25006 +CONFIG_IP_PNP_BOOTP=y
25007 +# CONFIG_IP_PNP_RARP is not set
25008 +# CONFIG_NET_IPIP is not set
25009 +# CONFIG_NET_IPGRE is not set
25010 +# CONFIG_IP_MROUTE is not set
25011 +# CONFIG_ARPD is not set
25012 +CONFIG_SYN_COOKIES=y
25013 +# CONFIG_INET_AH is not set
25014 +# CONFIG_INET_ESP is not set
25015 +# CONFIG_INET_IPCOMP is not set
25016 +# CONFIG_INET_XFRM_TUNNEL is not set
25017 +# CONFIG_INET_TUNNEL is not set
25018 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
25019 +CONFIG_INET_XFRM_MODE_TUNNEL=y
25020 +CONFIG_INET_XFRM_MODE_BEET=y
25021 +# CONFIG_INET_LRO is not set
25022 +CONFIG_INET_DIAG=y
25023 +CONFIG_INET_TCP_DIAG=y
25024 +# CONFIG_TCP_CONG_ADVANCED is not set
25025 +CONFIG_TCP_CONG_CUBIC=y
25026 +CONFIG_DEFAULT_TCP_CONG="cubic"
25027 +# CONFIG_TCP_MD5SIG is not set
25028 +# CONFIG_IPV6 is not set
25029 +# CONFIG_INET6_XFRM_TUNNEL is not set
25030 +# CONFIG_INET6_TUNNEL is not set
25031 +# CONFIG_NETWORK_SECMARK is not set
25032 +# CONFIG_NETFILTER is not set
25033 +# CONFIG_IP_DCCP is not set
25034 +# CONFIG_IP_SCTP is not set
25035 +# CONFIG_TIPC is not set
25036 +# CONFIG_ATM is not set
25037 +# CONFIG_BRIDGE is not set
25038 +# CONFIG_VLAN_8021Q is not set
25039 +# CONFIG_DECNET is not set
25040 +# CONFIG_LLC2 is not set
25041 +# CONFIG_IPX is not set
25042 +# CONFIG_ATALK is not set
25043 +# CONFIG_X25 is not set
25044 +# CONFIG_LAPB is not set
25045 +# CONFIG_ECONET is not set
25046 +# CONFIG_WAN_ROUTER is not set
25047 +# CONFIG_NET_SCHED is not set
25052 +# CONFIG_NET_PKTGEN is not set
25053 +# CONFIG_HAMRADIO is not set
25054 +# CONFIG_CAN is not set
25055 +# CONFIG_IRDA is not set
25056 +# CONFIG_BT is not set
25057 +# CONFIG_AF_RXRPC is not set
25062 +# CONFIG_CFG80211 is not set
25063 +# CONFIG_WIRELESS_EXT is not set
25064 +# CONFIG_MAC80211 is not set
25065 +# CONFIG_IEEE80211 is not set
25066 +# CONFIG_RFKILL is not set
25067 +# CONFIG_NET_9P is not set
25074 +# Generic Driver Options
25076 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
25077 +CONFIG_STANDALONE=y
25078 +CONFIG_PREVENT_FIRMWARE_BUILD=y
25079 +# CONFIG_FW_LOADER is not set
25080 +# CONFIG_SYS_HYPERVISOR is not set
25081 +# CONFIG_CONNECTOR is not set
25082 +# CONFIG_MTD is not set
25083 +CONFIG_OF_DEVICE=y
25084 +# CONFIG_PARPORT is not set
25086 +# CONFIG_BLK_DEV_FD is not set
25087 +# CONFIG_BLK_CPQ_DA is not set
25088 +# CONFIG_BLK_CPQ_CISS_DA is not set
25089 +# CONFIG_BLK_DEV_DAC960 is not set
25090 +# CONFIG_BLK_DEV_UMEM is not set
25091 +# CONFIG_BLK_DEV_COW_COMMON is not set
25092 +CONFIG_BLK_DEV_LOOP=y
25093 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
25094 +# CONFIG_BLK_DEV_NBD is not set
25095 +# CONFIG_BLK_DEV_SX8 is not set
25096 +# CONFIG_BLK_DEV_UB is not set
25097 +CONFIG_BLK_DEV_RAM=y
25098 +CONFIG_BLK_DEV_RAM_COUNT=16
25099 +CONFIG_BLK_DEV_RAM_SIZE=32768
25100 +# CONFIG_BLK_DEV_XIP is not set
25101 +# CONFIG_CDROM_PKTCDVD is not set
25102 +# CONFIG_ATA_OVER_ETH is not set
25103 +CONFIG_MISC_DEVICES=y
25104 +# CONFIG_PHANTOM is not set
25105 +# CONFIG_EEPROM_93CX6 is not set
25106 +# CONFIG_SGI_IOC4 is not set
25107 +# CONFIG_TIFM_CORE is not set
25108 +# CONFIG_ENCLOSURE_SERVICES is not set
25110 +# CONFIG_IDE is not set
25113 +# SCSI device support
25115 +# CONFIG_RAID_ATTRS is not set
25118 +# CONFIG_SCSI_TGT is not set
25119 +# CONFIG_SCSI_NETLINK is not set
25120 +CONFIG_SCSI_PROC_FS=y
25123 +# SCSI support type (disk, tape, CD-ROM)
25125 +CONFIG_BLK_DEV_SD=y
25126 +# CONFIG_CHR_DEV_ST is not set
25127 +# CONFIG_CHR_DEV_OSST is not set
25128 +# CONFIG_BLK_DEV_SR is not set
25129 +# CONFIG_CHR_DEV_SG is not set
25130 +# CONFIG_CHR_DEV_SCH is not set
25133 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
25135 +# CONFIG_SCSI_MULTI_LUN is not set
25136 +# CONFIG_SCSI_CONSTANTS is not set
25137 +# CONFIG_SCSI_LOGGING is not set
25138 +# CONFIG_SCSI_SCAN_ASYNC is not set
25139 +CONFIG_SCSI_WAIT_SCAN=m
25144 +# CONFIG_SCSI_SPI_ATTRS is not set
25145 +# CONFIG_SCSI_FC_ATTRS is not set
25146 +# CONFIG_SCSI_ISCSI_ATTRS is not set
25147 +# CONFIG_SCSI_SAS_LIBSAS is not set
25148 +# CONFIG_SCSI_SRP_ATTRS is not set
25149 +CONFIG_SCSI_LOWLEVEL=y
25150 +# CONFIG_ISCSI_TCP is not set
25151 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
25152 +# CONFIG_SCSI_3W_9XXX is not set
25153 +# CONFIG_SCSI_ACARD is not set
25154 +# CONFIG_SCSI_AACRAID is not set
25155 +# CONFIG_SCSI_AIC7XXX is not set
25156 +# CONFIG_SCSI_AIC7XXX_OLD is not set
25157 +# CONFIG_SCSI_AIC79XX is not set
25158 +# CONFIG_SCSI_AIC94XX is not set
25159 +# CONFIG_SCSI_DPT_I2O is not set
25160 +# CONFIG_SCSI_ADVANSYS is not set
25161 +# CONFIG_SCSI_ARCMSR is not set
25162 +# CONFIG_MEGARAID_NEWGEN is not set
25163 +# CONFIG_MEGARAID_LEGACY is not set
25164 +# CONFIG_MEGARAID_SAS is not set
25165 +# CONFIG_SCSI_HPTIOP is not set
25166 +# CONFIG_SCSI_BUSLOGIC is not set
25167 +# CONFIG_SCSI_DMX3191D is not set
25168 +# CONFIG_SCSI_EATA is not set
25169 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
25170 +# CONFIG_SCSI_GDTH is not set
25171 +# CONFIG_SCSI_IPS is not set
25172 +# CONFIG_SCSI_INITIO is not set
25173 +# CONFIG_SCSI_INIA100 is not set
25174 +# CONFIG_SCSI_MVSAS is not set
25175 +# CONFIG_SCSI_STEX is not set
25176 +# CONFIG_SCSI_SYM53C8XX_2 is not set
25177 +# CONFIG_SCSI_QLOGIC_1280 is not set
25178 +# CONFIG_SCSI_QLA_FC is not set
25179 +# CONFIG_SCSI_QLA_ISCSI is not set
25180 +# CONFIG_SCSI_LPFC is not set
25181 +# CONFIG_SCSI_DC395x is not set
25182 +# CONFIG_SCSI_DC390T is not set
25183 +# CONFIG_SCSI_NSP32 is not set
25184 +# CONFIG_SCSI_DEBUG is not set
25185 +# CONFIG_SCSI_SRP is not set
25186 +# CONFIG_ATA is not set
25187 +# CONFIG_MD is not set
25188 +# CONFIG_FUSION is not set
25191 +# IEEE 1394 (FireWire) support
25193 +# CONFIG_FIREWIRE is not set
25194 +# CONFIG_IEEE1394 is not set
25195 +# CONFIG_I2O is not set
25196 +# CONFIG_MACINTOSH_DRIVERS is not set
25197 +CONFIG_NETDEVICES=y
25198 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
25199 +# CONFIG_DUMMY is not set
25200 +# CONFIG_BONDING is not set
25201 +# CONFIG_MACVLAN is not set
25202 +# CONFIG_EQUALIZER is not set
25203 +# CONFIG_TUN is not set
25204 +# CONFIG_VETH is not set
25205 +# CONFIG_ARCNET is not set
25209 +# MII PHY device drivers
25211 +# CONFIG_MARVELL_PHY is not set
25212 +# CONFIG_DAVICOM_PHY is not set
25213 +# CONFIG_QSEMI_PHY is not set
25214 +# CONFIG_LXT_PHY is not set
25215 +# CONFIG_CICADA_PHY is not set
25216 +# CONFIG_VITESSE_PHY is not set
25217 +# CONFIG_SMSC_PHY is not set
25218 +# CONFIG_BROADCOM_PHY is not set
25219 +CONFIG_ICPLUS_PHY=y
25220 +# CONFIG_REALTEK_PHY is not set
25221 +# CONFIG_FIXED_PHY is not set
25222 +# CONFIG_MDIO_BITBANG is not set
25223 +CONFIG_NET_ETHERNET=y
25225 +# CONFIG_HAPPYMEAL is not set
25226 +# CONFIG_SUNGEM is not set
25227 +# CONFIG_CASSINI is not set
25228 +# CONFIG_NET_VENDOR_3COM is not set
25229 +# CONFIG_ENC28J60 is not set
25230 +# CONFIG_NET_TULIP is not set
25231 +# CONFIG_HP100 is not set
25232 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
25233 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
25234 +# CONFIG_IBM_NEW_EMAC_TAH is not set
25235 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
25236 +# CONFIG_NET_PCI is not set
25237 +# CONFIG_B44 is not set
25238 +CONFIG_NETDEV_1000=y
25239 +# CONFIG_ACENIC is not set
25240 +# CONFIG_DL2K is not set
25242 +# CONFIG_E1000_NAPI is not set
25243 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
25244 +# CONFIG_E1000E is not set
25245 +# CONFIG_E1000E_ENABLED is not set
25246 +# CONFIG_IP1000 is not set
25247 +# CONFIG_IGB is not set
25248 +# CONFIG_NS83820 is not set
25249 +# CONFIG_HAMACHI is not set
25250 +# CONFIG_YELLOWFIN is not set
25251 +# CONFIG_R8169 is not set
25252 +# CONFIG_SIS190 is not set
25253 +# CONFIG_SKGE is not set
25254 +# CONFIG_SKY2 is not set
25255 +# CONFIG_SK98LIN is not set
25256 +# CONFIG_VIA_VELOCITY is not set
25257 +# CONFIG_TIGON3 is not set
25258 +# CONFIG_BNX2 is not set
25259 +# CONFIG_GIANFAR is not set
25261 +CONFIG_UGETH_NAPI=y
25262 +# CONFIG_UGETH_MAGIC_PACKET is not set
25263 +# CONFIG_UGETH_FILTERING is not set
25264 +# CONFIG_UGETH_TX_ON_DEMAND is not set
25265 +# CONFIG_QLA3XXX is not set
25266 +# CONFIG_ATL1 is not set
25267 +CONFIG_NETDEV_10000=y
25268 +# CONFIG_CHELSIO_T1 is not set
25269 +# CONFIG_CHELSIO_T3 is not set
25270 +# CONFIG_IXGBE is not set
25271 +# CONFIG_IXGB is not set
25272 +# CONFIG_S2IO is not set
25273 +# CONFIG_MYRI10GE is not set
25274 +# CONFIG_NETXEN_NIC is not set
25275 +# CONFIG_NIU is not set
25276 +# CONFIG_MLX4_CORE is not set
25277 +# CONFIG_TEHUTI is not set
25278 +# CONFIG_BNX2X is not set
25279 +# CONFIG_TR is not set
25284 +# CONFIG_WLAN_PRE80211 is not set
25285 +# CONFIG_WLAN_80211 is not set
25288 +# USB Network Adapters
25290 +# CONFIG_USB_CATC is not set
25291 +# CONFIG_USB_KAWETH is not set
25292 +# CONFIG_USB_PEGASUS is not set
25293 +# CONFIG_USB_RTL8150 is not set
25294 +# CONFIG_USB_USBNET is not set
25295 +# CONFIG_WAN is not set
25296 +# CONFIG_FDDI is not set
25297 +# CONFIG_HIPPI is not set
25298 +# CONFIG_PPP is not set
25299 +# CONFIG_SLIP is not set
25300 +# CONFIG_NET_FC is not set
25301 +# CONFIG_NETCONSOLE is not set
25302 +# CONFIG_NETPOLL is not set
25303 +# CONFIG_NET_POLL_CONTROLLER is not set
25304 +# CONFIG_ISDN is not set
25305 +# CONFIG_PHONE is not set
25308 +# Input device support
25311 +# CONFIG_INPUT_FF_MEMLESS is not set
25312 +# CONFIG_INPUT_POLLDEV is not set
25315 +# Userland interfaces
25317 +# CONFIG_INPUT_MOUSEDEV is not set
25318 +# CONFIG_INPUT_JOYDEV is not set
25319 +# CONFIG_INPUT_EVDEV is not set
25320 +# CONFIG_INPUT_EVBUG is not set
25323 +# Input Device Drivers
25325 +# CONFIG_INPUT_KEYBOARD is not set
25326 +# CONFIG_INPUT_MOUSE is not set
25327 +# CONFIG_INPUT_JOYSTICK is not set
25328 +# CONFIG_INPUT_TABLET is not set
25329 +# CONFIG_INPUT_TOUCHSCREEN is not set
25330 +# CONFIG_INPUT_MISC is not set
25333 +# Hardware I/O ports
25335 +# CONFIG_SERIO is not set
25336 +# CONFIG_GAMEPORT is not set
25339 +# Character devices
25341 +# CONFIG_VT is not set
25342 +# CONFIG_SERIAL_NONSTANDARD is not set
25343 +# CONFIG_NOZOMI is not set
25348 +CONFIG_SERIAL_8250=y
25349 +CONFIG_SERIAL_8250_CONSOLE=y
25350 +CONFIG_SERIAL_8250_PCI=y
25351 +CONFIG_SERIAL_8250_NR_UARTS=4
25352 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
25353 +# CONFIG_SERIAL_8250_EXTENDED is not set
25356 +# Non-8250 serial port support
25358 +# CONFIG_SERIAL_UARTLITE is not set
25359 +CONFIG_SERIAL_CORE=y
25360 +CONFIG_SERIAL_CORE_CONSOLE=y
25361 +# CONFIG_SERIAL_JSM is not set
25362 +# CONFIG_SERIAL_OF_PLATFORM is not set
25363 +# CONFIG_SERIAL_QE is not set
25364 +CONFIG_UNIX98_PTYS=y
25365 +CONFIG_LEGACY_PTYS=y
25366 +CONFIG_LEGACY_PTY_COUNT=256
25367 +# CONFIG_IPMI_HANDLER is not set
25368 +CONFIG_HW_RANDOM=y
25369 +# CONFIG_NVRAM is not set
25371 +# CONFIG_GEN_RTC_X is not set
25372 +# CONFIG_R3964 is not set
25373 +# CONFIG_APPLICOM is not set
25374 +# CONFIG_RAW_DRIVER is not set
25375 +# CONFIG_TCG_TPM is not set
25378 +CONFIG_I2C_BOARDINFO=y
25379 +CONFIG_I2C_CHARDEV=y
25384 +# CONFIG_I2C_ALGOBIT is not set
25385 +# CONFIG_I2C_ALGOPCF is not set
25386 +# CONFIG_I2C_ALGOPCA is not set
25389 +# I2C Hardware Bus support
25391 +# CONFIG_I2C_ALI1535 is not set
25392 +# CONFIG_I2C_ALI1563 is not set
25393 +# CONFIG_I2C_ALI15X3 is not set
25394 +# CONFIG_I2C_AMD756 is not set
25395 +# CONFIG_I2C_AMD8111 is not set
25396 +# CONFIG_I2C_I801 is not set
25397 +# CONFIG_I2C_I810 is not set
25398 +# CONFIG_I2C_PIIX4 is not set
25400 +# CONFIG_I2C_NFORCE2 is not set
25401 +# CONFIG_I2C_OCORES is not set
25402 +# CONFIG_I2C_PARPORT_LIGHT is not set
25403 +# CONFIG_I2C_PROSAVAGE is not set
25404 +# CONFIG_I2C_SAVAGE4 is not set
25405 +# CONFIG_I2C_SIMTEC is not set
25406 +# CONFIG_I2C_SIS5595 is not set
25407 +# CONFIG_I2C_SIS630 is not set
25408 +# CONFIG_I2C_SIS96X is not set
25409 +# CONFIG_I2C_TAOS_EVM is not set
25410 +# CONFIG_I2C_STUB is not set
25411 +# CONFIG_I2C_TINY_USB is not set
25412 +# CONFIG_I2C_VIA is not set
25413 +# CONFIG_I2C_VIAPRO is not set
25414 +# CONFIG_I2C_VOODOO3 is not set
25417 +# Miscellaneous I2C Chip support
25419 +# CONFIG_DS1682 is not set
25420 +# CONFIG_SENSORS_EEPROM is not set
25421 +# CONFIG_SENSORS_PCF8574 is not set
25422 +# CONFIG_PCF8575 is not set
25423 +# CONFIG_SENSORS_PCF8591 is not set
25424 +# CONFIG_TPS65010 is not set
25425 +# CONFIG_SENSORS_MAX6875 is not set
25426 +# CONFIG_SENSORS_TSL2550 is not set
25427 +# CONFIG_I2C_DEBUG_CORE is not set
25428 +# CONFIG_I2C_DEBUG_ALGO is not set
25429 +# CONFIG_I2C_DEBUG_BUS is not set
25430 +# CONFIG_I2C_DEBUG_CHIP is not set
25436 +CONFIG_SPI_MASTER=y
25439 +# SPI Master Controller Drivers
25441 +CONFIG_SPI_BITBANG=y
25442 +CONFIG_SPI_MPC83xx=y
25445 +# SPI Protocol Masters
25447 +# CONFIG_SPI_AT25 is not set
25448 +# CONFIG_SPI_SPIDEV is not set
25449 +# CONFIG_SPI_TLE62X0 is not set
25450 +# CONFIG_W1 is not set
25451 +# CONFIG_POWER_SUPPLY is not set
25453 +# CONFIG_HWMON_VID is not set
25454 +# CONFIG_SENSORS_AD7418 is not set
25455 +# CONFIG_SENSORS_ADM1021 is not set
25456 +# CONFIG_SENSORS_ADM1025 is not set
25457 +# CONFIG_SENSORS_ADM1026 is not set
25458 +# CONFIG_SENSORS_ADM1029 is not set
25459 +# CONFIG_SENSORS_ADM1031 is not set
25460 +# CONFIG_SENSORS_ADM9240 is not set
25461 +# CONFIG_SENSORS_ADT7470 is not set
25462 +# CONFIG_SENSORS_ADT7473 is not set
25463 +# CONFIG_SENSORS_ATXP1 is not set
25464 +# CONFIG_SENSORS_DS1621 is not set
25465 +# CONFIG_SENSORS_I5K_AMB is not set
25466 +# CONFIG_SENSORS_F71805F is not set
25467 +# CONFIG_SENSORS_F71882FG is not set
25468 +# CONFIG_SENSORS_F75375S is not set
25469 +# CONFIG_SENSORS_GL518SM is not set
25470 +# CONFIG_SENSORS_GL520SM is not set
25471 +# CONFIG_SENSORS_IT87 is not set
25472 +# CONFIG_SENSORS_LM63 is not set
25473 +# CONFIG_SENSORS_LM70 is not set
25474 +# CONFIG_SENSORS_LM75 is not set
25475 +# CONFIG_SENSORS_LM77 is not set
25476 +# CONFIG_SENSORS_LM78 is not set
25477 +# CONFIG_SENSORS_LM80 is not set
25478 +# CONFIG_SENSORS_LM83 is not set
25479 +# CONFIG_SENSORS_LM85 is not set
25480 +# CONFIG_SENSORS_LM87 is not set
25481 +# CONFIG_SENSORS_LM90 is not set
25482 +# CONFIG_SENSORS_LM92 is not set
25483 +# CONFIG_SENSORS_LM93 is not set
25484 +# CONFIG_SENSORS_MAX1619 is not set
25485 +# CONFIG_SENSORS_MAX6650 is not set
25486 +# CONFIG_SENSORS_PC87360 is not set
25487 +# CONFIG_SENSORS_PC87427 is not set
25488 +# CONFIG_SENSORS_SIS5595 is not set
25489 +# CONFIG_SENSORS_DME1737 is not set
25490 +# CONFIG_SENSORS_SMSC47M1 is not set
25491 +# CONFIG_SENSORS_SMSC47M192 is not set
25492 +# CONFIG_SENSORS_SMSC47B397 is not set
25493 +# CONFIG_SENSORS_ADS7828 is not set
25494 +# CONFIG_SENSORS_THMC50 is not set
25495 +# CONFIG_SENSORS_VIA686A is not set
25496 +# CONFIG_SENSORS_VT1211 is not set
25497 +# CONFIG_SENSORS_VT8231 is not set
25498 +# CONFIG_SENSORS_W83781D is not set
25499 +# CONFIG_SENSORS_W83791D is not set
25500 +# CONFIG_SENSORS_W83792D is not set
25501 +# CONFIG_SENSORS_W83793 is not set
25502 +# CONFIG_SENSORS_W83L785TS is not set
25503 +# CONFIG_SENSORS_W83L786NG is not set
25504 +# CONFIG_SENSORS_W83627HF is not set
25505 +# CONFIG_SENSORS_W83627EHF is not set
25506 +# CONFIG_HWMON_DEBUG_CHIP is not set
25507 +# CONFIG_THERMAL is not set
25509 +# CONFIG_WATCHDOG_NOWAYOUT is not set
25512 +# Watchdog Device Drivers
25514 +# CONFIG_SOFT_WATCHDOG is not set
25518 +# PCI-based Watchdog Cards
25520 +# CONFIG_PCIPCWATCHDOG is not set
25521 +# CONFIG_WDTPCI is not set
25524 +# USB-based Watchdog Cards
25526 +# CONFIG_USBPCWATCHDOG is not set
25529 +# Sonics Silicon Backplane
25531 +CONFIG_SSB_POSSIBLE=y
25532 +# CONFIG_SSB is not set
25535 +# Multifunction device drivers
25537 +# CONFIG_MFD_SM501 is not set
25540 +# Multimedia devices
25542 +# CONFIG_VIDEO_DEV is not set
25543 +# CONFIG_DVB_CORE is not set
25545 +# CONFIG_USB_DABUSB is not set
25548 +# Graphics support
25550 +# CONFIG_AGP is not set
25551 +# CONFIG_DRM is not set
25552 +# CONFIG_VGASTATE is not set
25553 +CONFIG_VIDEO_OUTPUT_CONTROL=m
25554 +# CONFIG_FB is not set
25555 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
25558 +# Display device support
25560 +# CONFIG_DISPLAY_SUPPORT is not set
25565 +# CONFIG_SOUND is not set
25566 +CONFIG_HID_SUPPORT=y
25568 +# CONFIG_HID_DEBUG is not set
25569 +# CONFIG_HIDRAW is not set
25572 +# USB Input Devices
25574 +# CONFIG_USB_HID is not set
25577 +# USB HID Boot Protocol drivers
25579 +# CONFIG_USB_KBD is not set
25580 +# CONFIG_USB_MOUSE is not set
25581 +CONFIG_USB_SUPPORT=y
25582 +CONFIG_USB_ARCH_HAS_HCD=y
25583 +CONFIG_USB_ARCH_HAS_OHCI=y
25584 +CONFIG_USB_ARCH_HAS_EHCI=y
25586 +# CONFIG_USB_DEBUG is not set
25587 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
25590 +# Miscellaneous USB options
25592 +CONFIG_USB_DEVICEFS=y
25593 +CONFIG_USB_DEVICE_CLASS=y
25594 +# CONFIG_USB_DYNAMIC_MINORS is not set
25595 +# CONFIG_USB_OTG is not set
25598 +# USB Host Controller Drivers
25600 +CONFIG_USB_EHCI_HCD=y
25601 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
25602 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
25603 +# CONFIG_USB_EHCI_FSL is not set
25604 +CONFIG_USB_EHCI_HCD_PPC_OF=y
25605 +# CONFIG_USB_ISP116X_HCD is not set
25606 +CONFIG_USB_OHCI_HCD=y
25607 +CONFIG_USB_OHCI_HCD_PPC_OF=y
25608 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
25609 +# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
25610 +CONFIG_USB_OHCI_HCD_PCI=y
25611 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
25612 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
25613 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
25614 +# CONFIG_USB_UHCI_HCD is not set
25615 +# CONFIG_USB_SL811_HCD is not set
25616 +# CONFIG_USB_R8A66597_HCD is not set
25619 +# USB Device Class drivers
25621 +# CONFIG_USB_ACM is not set
25622 +# CONFIG_USB_PRINTER is not set
25625 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
25629 +# may also be needed; see USB_STORAGE Help for more information
25631 +CONFIG_USB_STORAGE=y
25632 +# CONFIG_USB_STORAGE_DEBUG is not set
25633 +# CONFIG_USB_STORAGE_DATAFAB is not set
25634 +# CONFIG_USB_STORAGE_FREECOM is not set
25635 +# CONFIG_USB_STORAGE_ISD200 is not set
25636 +# CONFIG_USB_STORAGE_DPCM is not set
25637 +# CONFIG_USB_STORAGE_USBAT is not set
25638 +# CONFIG_USB_STORAGE_SDDR09 is not set
25639 +# CONFIG_USB_STORAGE_SDDR55 is not set
25640 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
25641 +# CONFIG_USB_STORAGE_ALAUDA is not set
25642 +# CONFIG_USB_STORAGE_KARMA is not set
25643 +# CONFIG_USB_LIBUSUAL is not set
25646 +# USB Imaging devices
25648 +# CONFIG_USB_MDC800 is not set
25649 +# CONFIG_USB_MICROTEK is not set
25653 +# USB port drivers
25655 +# CONFIG_USB_SERIAL is not set
25658 +# USB Miscellaneous drivers
25660 +# CONFIG_USB_EMI62 is not set
25661 +# CONFIG_USB_EMI26 is not set
25662 +# CONFIG_USB_ADUTUX is not set
25663 +# CONFIG_USB_AUERSWALD is not set
25664 +# CONFIG_USB_RIO500 is not set
25665 +# CONFIG_USB_LEGOTOWER is not set
25666 +# CONFIG_USB_LCD is not set
25667 +# CONFIG_USB_BERRY_CHARGE is not set
25668 +# CONFIG_USB_LED is not set
25669 +# CONFIG_USB_CYPRESS_CY7C63 is not set
25670 +# CONFIG_USB_CYTHERM is not set
25671 +# CONFIG_USB_PHIDGET is not set
25672 +# CONFIG_USB_IDMOUSE is not set
25673 +# CONFIG_USB_FTDI_ELAN is not set
25674 +# CONFIG_USB_APPLEDISPLAY is not set
25675 +# CONFIG_USB_SISUSBVGA is not set
25676 +# CONFIG_USB_LD is not set
25677 +# CONFIG_USB_TRANCEVIBRATOR is not set
25678 +# CONFIG_USB_IOWARRIOR is not set
25679 +# CONFIG_USB_TEST is not set
25680 +# CONFIG_USB_GADGET is not set
25682 +# CONFIG_MMC_DEBUG is not set
25683 +# CONFIG_MMC_UNSAFE_RESUME is not set
25686 +# MMC/SD Card Drivers
25688 +CONFIG_MMC_BLOCK=y
25689 +CONFIG_MMC_BLOCK_BOUNCE=y
25690 +# CONFIG_SDIO_UART is not set
25693 +# MMC/SD Host Controller Drivers
25695 +# CONFIG_MMC_SDHCI is not set
25696 +# CONFIG_MMC_WBSD is not set
25697 +# CONFIG_MMC_TIFM_SD is not set
25699 +# CONFIG_MEMSTICK is not set
25700 +# CONFIG_NEW_LEDS is not set
25701 +# CONFIG_INFINIBAND is not set
25702 +# CONFIG_EDAC is not set
25703 +# CONFIG_RTC_CLASS is not set
25704 +# CONFIG_DMADEVICES is not set
25709 +# CONFIG_UIO is not set
25715 +# CONFIG_EXT2_FS_XATTR is not set
25716 +# CONFIG_EXT2_FS_XIP is not set
25718 +CONFIG_EXT3_FS_XATTR=y
25719 +# CONFIG_EXT3_FS_POSIX_ACL is not set
25720 +# CONFIG_EXT3_FS_SECURITY is not set
25721 +# CONFIG_EXT4DEV_FS is not set
25723 +CONFIG_FS_MBCACHE=y
25724 +# CONFIG_REISERFS_FS is not set
25725 +# CONFIG_JFS_FS is not set
25726 +# CONFIG_FS_POSIX_ACL is not set
25727 +# CONFIG_XFS_FS is not set
25728 +# CONFIG_GFS2_FS is not set
25729 +# CONFIG_OCFS2_FS is not set
25732 +CONFIG_INOTIFY_USER=y
25733 +# CONFIG_QUOTA is not set
25734 +# CONFIG_AUTOFS_FS is not set
25735 +# CONFIG_AUTOFS4_FS is not set
25736 +# CONFIG_FUSE_FS is not set
25739 +# CD-ROM/DVD Filesystems
25741 +# CONFIG_ISO9660_FS is not set
25742 +# CONFIG_UDF_FS is not set
25745 +# DOS/FAT/NT Filesystems
25750 +CONFIG_FAT_DEFAULT_CODEPAGE=437
25751 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
25752 +# CONFIG_NTFS_FS is not set
25755 +# Pseudo filesystems
25758 +CONFIG_PROC_KCORE=y
25759 +CONFIG_PROC_SYSCTL=y
25762 +# CONFIG_TMPFS_POSIX_ACL is not set
25763 +# CONFIG_HUGETLB_PAGE is not set
25764 +# CONFIG_CONFIGFS_FS is not set
25767 +# Miscellaneous filesystems
25769 +# CONFIG_ADFS_FS is not set
25770 +# CONFIG_AFFS_FS is not set
25771 +# CONFIG_HFS_FS is not set
25772 +# CONFIG_HFSPLUS_FS is not set
25773 +# CONFIG_BEFS_FS is not set
25774 +# CONFIG_BFS_FS is not set
25775 +# CONFIG_EFS_FS is not set
25776 +# CONFIG_CRAMFS is not set
25777 +# CONFIG_VXFS_FS is not set
25778 +# CONFIG_MINIX_FS is not set
25779 +# CONFIG_HPFS_FS is not set
25780 +# CONFIG_QNX4FS_FS is not set
25781 +# CONFIG_ROMFS_FS is not set
25782 +# CONFIG_SYSV_FS is not set
25783 +# CONFIG_UFS_FS is not set
25784 +CONFIG_NETWORK_FILESYSTEMS=y
25787 +# CONFIG_NFS_V3_ACL is not set
25789 +# CONFIG_NFS_DIRECTIO is not set
25790 +# CONFIG_NFSD is not set
25794 +CONFIG_NFS_COMMON=y
25796 +CONFIG_SUNRPC_GSS=y
25797 +# CONFIG_SUNRPC_BIND34 is not set
25798 +CONFIG_RPCSEC_GSS_KRB5=y
25799 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
25800 +# CONFIG_SMB_FS is not set
25801 +# CONFIG_CIFS is not set
25802 +# CONFIG_NCP_FS is not set
25803 +# CONFIG_CODA_FS is not set
25804 +# CONFIG_AFS_FS is not set
25809 +CONFIG_PARTITION_ADVANCED=y
25810 +# CONFIG_ACORN_PARTITION is not set
25811 +# CONFIG_OSF_PARTITION is not set
25812 +# CONFIG_AMIGA_PARTITION is not set
25813 +# CONFIG_ATARI_PARTITION is not set
25814 +# CONFIG_MAC_PARTITION is not set
25815 +CONFIG_MSDOS_PARTITION=y
25816 +# CONFIG_BSD_DISKLABEL is not set
25817 +# CONFIG_MINIX_SUBPARTITION is not set
25818 +# CONFIG_SOLARIS_X86_PARTITION is not set
25819 +# CONFIG_UNIXWARE_DISKLABEL is not set
25820 +CONFIG_LDM_PARTITION=y
25821 +# CONFIG_LDM_DEBUG is not set
25822 +# CONFIG_SGI_PARTITION is not set
25823 +# CONFIG_ULTRIX_PARTITION is not set
25824 +# CONFIG_SUN_PARTITION is not set
25825 +# CONFIG_KARMA_PARTITION is not set
25826 +# CONFIG_EFI_PARTITION is not set
25827 +# CONFIG_SYSV68_PARTITION is not set
25829 +CONFIG_NLS_DEFAULT="iso8859-1"
25830 +CONFIG_NLS_CODEPAGE_437=y
25831 +# CONFIG_NLS_CODEPAGE_737 is not set
25832 +# CONFIG_NLS_CODEPAGE_775 is not set
25833 +# CONFIG_NLS_CODEPAGE_850 is not set
25834 +# CONFIG_NLS_CODEPAGE_852 is not set
25835 +# CONFIG_NLS_CODEPAGE_855 is not set
25836 +# CONFIG_NLS_CODEPAGE_857 is not set
25837 +# CONFIG_NLS_CODEPAGE_860 is not set
25838 +# CONFIG_NLS_CODEPAGE_861 is not set
25839 +# CONFIG_NLS_CODEPAGE_862 is not set
25840 +# CONFIG_NLS_CODEPAGE_863 is not set
25841 +# CONFIG_NLS_CODEPAGE_864 is not set
25842 +# CONFIG_NLS_CODEPAGE_865 is not set
25843 +# CONFIG_NLS_CODEPAGE_866 is not set
25844 +# CONFIG_NLS_CODEPAGE_869 is not set
25845 +# CONFIG_NLS_CODEPAGE_936 is not set
25846 +# CONFIG_NLS_CODEPAGE_950 is not set
25847 +CONFIG_NLS_CODEPAGE_932=y
25848 +# CONFIG_NLS_CODEPAGE_949 is not set
25849 +# CONFIG_NLS_CODEPAGE_874 is not set
25850 +CONFIG_NLS_ISO8859_8=y
25851 +# CONFIG_NLS_CODEPAGE_1250 is not set
25852 +# CONFIG_NLS_CODEPAGE_1251 is not set
25853 +# CONFIG_NLS_ASCII is not set
25854 +CONFIG_NLS_ISO8859_1=y
25855 +# CONFIG_NLS_ISO8859_2 is not set
25856 +# CONFIG_NLS_ISO8859_3 is not set
25857 +# CONFIG_NLS_ISO8859_4 is not set
25858 +# CONFIG_NLS_ISO8859_5 is not set
25859 +# CONFIG_NLS_ISO8859_6 is not set
25860 +# CONFIG_NLS_ISO8859_7 is not set
25861 +# CONFIG_NLS_ISO8859_9 is not set
25862 +# CONFIG_NLS_ISO8859_13 is not set
25863 +# CONFIG_NLS_ISO8859_14 is not set
25864 +# CONFIG_NLS_ISO8859_15 is not set
25865 +# CONFIG_NLS_KOI8_R is not set
25866 +# CONFIG_NLS_KOI8_U is not set
25867 +# CONFIG_NLS_UTF8 is not set
25868 +# CONFIG_DLM is not set
25873 +# Library routines
25875 +CONFIG_BITREVERSE=y
25876 +# CONFIG_CRC_CCITT is not set
25877 +# CONFIG_CRC16 is not set
25878 +CONFIG_CRC_ITU_T=y
25881 +# CONFIG_LIBCRC32C is not set
25883 +CONFIG_HAS_IOMEM=y
25884 +CONFIG_HAS_IOPORT=y
25890 +# CONFIG_PRINTK_TIME is not set
25891 +CONFIG_ENABLE_WARN_DEPRECATED=y
25892 +CONFIG_ENABLE_MUST_CHECK=y
25893 +# CONFIG_MAGIC_SYSRQ is not set
25894 +# CONFIG_UNUSED_SYMBOLS is not set
25895 +# CONFIG_DEBUG_FS is not set
25896 +# CONFIG_HEADERS_CHECK is not set
25897 +# CONFIG_DEBUG_KERNEL is not set
25898 +# CONFIG_SLUB_DEBUG_ON is not set
25899 +# CONFIG_SLUB_STATS is not set
25900 +# CONFIG_DEBUG_BUGVERBOSE is not set
25901 +# CONFIG_SAMPLES is not set
25902 +# CONFIG_PPC_EARLY_DEBUG is not set
25905 +# Security options
25907 +# CONFIG_KEYS is not set
25908 +# CONFIG_SECURITY is not set
25909 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
25911 +CONFIG_CRYPTO_ALGAPI=y
25912 +CONFIG_CRYPTO_BLKCIPHER=y
25913 +# CONFIG_CRYPTO_SEQIV is not set
25914 +CONFIG_CRYPTO_MANAGER=y
25915 +# CONFIG_CRYPTO_HMAC is not set
25916 +# CONFIG_CRYPTO_XCBC is not set
25917 +# CONFIG_CRYPTO_NULL is not set
25918 +# CONFIG_CRYPTO_MD4 is not set
25919 +CONFIG_CRYPTO_MD5=y
25920 +# CONFIG_CRYPTO_SHA1 is not set
25921 +# CONFIG_CRYPTO_SHA256 is not set
25922 +# CONFIG_CRYPTO_SHA512 is not set
25923 +# CONFIG_CRYPTO_WP512 is not set
25924 +# CONFIG_CRYPTO_TGR192 is not set
25925 +# CONFIG_CRYPTO_GF128MUL is not set
25926 +CONFIG_CRYPTO_ECB=m
25927 +CONFIG_CRYPTO_CBC=y
25928 +CONFIG_CRYPTO_PCBC=m
25929 +# CONFIG_CRYPTO_LRW is not set
25930 +# CONFIG_CRYPTO_XTS is not set
25931 +# CONFIG_CRYPTO_CTR is not set
25932 +# CONFIG_CRYPTO_GCM is not set
25933 +# CONFIG_CRYPTO_CCM is not set
25934 +# CONFIG_CRYPTO_CRYPTD is not set
25935 +CONFIG_CRYPTO_DES=y
25936 +# CONFIG_CRYPTO_FCRYPT is not set
25937 +# CONFIG_CRYPTO_BLOWFISH is not set
25938 +# CONFIG_CRYPTO_TWOFISH is not set
25939 +# CONFIG_CRYPTO_SERPENT is not set
25940 +# CONFIG_CRYPTO_AES is not set
25941 +# CONFIG_CRYPTO_CAST5 is not set
25942 +# CONFIG_CRYPTO_CAST6 is not set
25943 +# CONFIG_CRYPTO_TEA is not set
25944 +# CONFIG_CRYPTO_ARC4 is not set
25945 +# CONFIG_CRYPTO_KHAZAD is not set
25946 +# CONFIG_CRYPTO_ANUBIS is not set
25947 +# CONFIG_CRYPTO_SEED is not set
25948 +# CONFIG_CRYPTO_SALSA20 is not set
25949 +# CONFIG_CRYPTO_DEFLATE is not set
25950 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
25951 +# CONFIG_CRYPTO_CRC32C is not set
25952 +# CONFIG_CRYPTO_CAMELLIA is not set
25953 +# CONFIG_CRYPTO_TEST is not set
25954 +# CONFIG_CRYPTO_AUTHENC is not set
25955 +# CONFIG_CRYPTO_LZO is not set
25956 +CONFIG_CRYPTO_HW=y
25957 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
25958 +# CONFIG_PPC_CLOCK is not set
25959 +CONFIG_PPC_LIB_RHEAP=y
25961 +++ b/arch/powerpc/configs/83xx/mpc834x_itx_defconfig
25964 +# Automatically generated make config: don't edit
25965 +# Linux kernel version: 2.6.25-rc6
25966 +# Mon Mar 24 08:48:17 2008
25968 +# CONFIG_PPC64 is not set
25971 +# Processor support
25974 +# CONFIG_PPC_85xx is not set
25975 +# CONFIG_PPC_8xx is not set
25976 +# CONFIG_40x is not set
25977 +# CONFIG_44x is not set
25978 +# CONFIG_E200 is not set
25980 +# CONFIG_FSL_EMB_PERFMON is not set
25981 +CONFIG_PPC_STD_MMU=y
25982 +CONFIG_PPC_STD_MMU_32=y
25983 +# CONFIG_PPC_MM_SLICES is not set
25984 +# CONFIG_SMP is not set
25986 +CONFIG_WORD_SIZE=32
25987 +CONFIG_PPC_MERGE=y
25989 +CONFIG_GENERIC_CMOS_UPDATE=y
25990 +CONFIG_GENERIC_TIME=y
25991 +CONFIG_GENERIC_TIME_VSYSCALL=y
25992 +CONFIG_GENERIC_CLOCKEVENTS=y
25993 +CONFIG_GENERIC_HARDIRQS=y
25994 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
25995 +CONFIG_IRQ_PER_CPU=y
25996 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
25997 +CONFIG_ARCH_HAS_ILOG2_U32=y
25998 +CONFIG_GENERIC_HWEIGHT=y
25999 +CONFIG_GENERIC_CALIBRATE_DELAY=y
26000 +CONFIG_GENERIC_FIND_NEXT_BIT=y
26001 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
26003 +CONFIG_EARLY_PRINTK=y
26004 +CONFIG_GENERIC_NVRAM=y
26005 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
26006 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
26009 +CONFIG_PPC_UDBG_16550=y
26010 +# CONFIG_GENERIC_TBSYNC is not set
26011 +CONFIG_AUDIT_ARCH=y
26012 +CONFIG_GENERIC_BUG=y
26013 +CONFIG_DEFAULT_UIMAGE=y
26014 +# CONFIG_PPC_DCR_NATIVE is not set
26015 +# CONFIG_PPC_DCR_MMIO is not set
26016 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
26021 +CONFIG_EXPERIMENTAL=y
26022 +CONFIG_BROKEN_ON_SMP=y
26023 +CONFIG_INIT_ENV_ARG_LIMIT=32
26024 +CONFIG_LOCALVERSION=""
26025 +CONFIG_LOCALVERSION_AUTO=y
26028 +CONFIG_SYSVIPC_SYSCTL=y
26029 +# CONFIG_POSIX_MQUEUE is not set
26030 +# CONFIG_BSD_PROCESS_ACCT is not set
26031 +# CONFIG_TASKSTATS is not set
26032 +# CONFIG_AUDIT is not set
26033 +# CONFIG_IKCONFIG is not set
26034 +CONFIG_LOG_BUF_SHIFT=14
26035 +# CONFIG_CGROUPS is not set
26036 +CONFIG_GROUP_SCHED=y
26037 +# CONFIG_FAIR_GROUP_SCHED is not set
26038 +# CONFIG_RT_GROUP_SCHED is not set
26039 +CONFIG_USER_SCHED=y
26040 +# CONFIG_CGROUP_SCHED is not set
26041 +CONFIG_SYSFS_DEPRECATED=y
26042 +CONFIG_SYSFS_DEPRECATED_V2=y
26043 +# CONFIG_RELAY is not set
26044 +# CONFIG_NAMESPACES is not set
26045 +CONFIG_BLK_DEV_INITRD=y
26046 +CONFIG_INITRAMFS_SOURCE=""
26047 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
26050 +CONFIG_SYSCTL_SYSCALL=y
26051 +# CONFIG_KALLSYMS is not set
26056 +CONFIG_COMPAT_BRK=y
26057 +CONFIG_BASE_FULL=y
26059 +CONFIG_ANON_INODES=y
26060 +# CONFIG_EPOLL is not set
26065 +CONFIG_VM_EVENT_COUNTERS=y
26066 +CONFIG_SLUB_DEBUG=y
26067 +# CONFIG_SLAB is not set
26069 +# CONFIG_SLOB is not set
26070 +# CONFIG_PROFILING is not set
26071 +# CONFIG_MARKERS is not set
26072 +CONFIG_HAVE_OPROFILE=y
26073 +CONFIG_HAVE_KPROBES=y
26074 +CONFIG_HAVE_KRETPROBES=y
26075 +CONFIG_PROC_PAGE_MONITOR=y
26077 +CONFIG_RT_MUTEXES=y
26078 +# CONFIG_TINY_SHMEM is not set
26079 +CONFIG_BASE_SMALL=0
26081 +CONFIG_MODULE_UNLOAD=y
26082 +# CONFIG_MODULE_FORCE_UNLOAD is not set
26083 +# CONFIG_MODVERSIONS is not set
26084 +# CONFIG_MODULE_SRCVERSION_ALL is not set
26085 +# CONFIG_KMOD is not set
26087 +# CONFIG_LBD is not set
26088 +# CONFIG_BLK_DEV_IO_TRACE is not set
26089 +# CONFIG_LSF is not set
26090 +# CONFIG_BLK_DEV_BSG is not set
26095 +CONFIG_IOSCHED_NOOP=y
26096 +CONFIG_IOSCHED_AS=y
26097 +CONFIG_IOSCHED_DEADLINE=y
26098 +CONFIG_IOSCHED_CFQ=y
26099 +CONFIG_DEFAULT_AS=y
26100 +# CONFIG_DEFAULT_DEADLINE is not set
26101 +# CONFIG_DEFAULT_CFQ is not set
26102 +# CONFIG_DEFAULT_NOOP is not set
26103 +CONFIG_DEFAULT_IOSCHED="anticipatory"
26104 +CONFIG_CLASSIC_RCU=y
26107 +# Platform support
26109 +# CONFIG_PPC_MULTIPLATFORM is not set
26110 +# CONFIG_PPC_82xx is not set
26112 +# CONFIG_PPC_86xx is not set
26113 +# CONFIG_PPC_MPC512x is not set
26114 +# CONFIG_PPC_MPC5121 is not set
26115 +# CONFIG_PPC_CELL is not set
26116 +# CONFIG_PPC_CELL_NATIVE is not set
26117 +# CONFIG_PQ2ADS is not set
26119 +# CONFIG_MPC831x_RDB is not set
26120 +# CONFIG_MPC832x_MDS is not set
26121 +# CONFIG_MPC832x_RDB is not set
26122 +# CONFIG_MPC834x_MDS is not set
26123 +CONFIG_MPC834x_ITX=y
26124 +# CONFIG_MPC836x_MDS is not set
26125 +# CONFIG_MPC837x_MDS is not set
26126 +# CONFIG_MPC837x_RDB is not set
26127 +# CONFIG_SBC834x is not set
26128 +CONFIG_PPC_MPC834x=y
26130 +# CONFIG_MPIC is not set
26131 +# CONFIG_MPIC_WEIRD is not set
26132 +# CONFIG_PPC_I8259 is not set
26133 +# CONFIG_PPC_RTAS is not set
26134 +# CONFIG_MMIO_NVRAM is not set
26135 +# CONFIG_PPC_MPC106 is not set
26136 +# CONFIG_PPC_970_NAP is not set
26137 +# CONFIG_PPC_INDIRECT_IO is not set
26138 +# CONFIG_GENERIC_IOMAP is not set
26139 +# CONFIG_CPU_FREQ is not set
26140 +# CONFIG_FSL_ULI1575 is not set
26145 +# CONFIG_HIGHMEM is not set
26146 +CONFIG_TICK_ONESHOT=y
26148 +CONFIG_HIGH_RES_TIMERS=y
26149 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
26150 +# CONFIG_HZ_100 is not set
26152 +# CONFIG_HZ_300 is not set
26153 +# CONFIG_HZ_1000 is not set
26155 +# CONFIG_SCHED_HRTICK is not set
26156 +CONFIG_PREEMPT_NONE=y
26157 +# CONFIG_PREEMPT_VOLUNTARY is not set
26158 +# CONFIG_PREEMPT is not set
26159 +CONFIG_BINFMT_ELF=y
26160 +# CONFIG_BINFMT_MISC is not set
26161 +# CONFIG_IOMMU_HELPER is not set
26162 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
26163 +CONFIG_ARCH_HAS_WALK_MEMORY=y
26164 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
26165 +CONFIG_ARCH_FLATMEM_ENABLE=y
26166 +CONFIG_ARCH_POPULATES_NODE_MAP=y
26167 +CONFIG_SELECT_MEMORY_MODEL=y
26168 +CONFIG_FLATMEM_MANUAL=y
26169 +# CONFIG_DISCONTIGMEM_MANUAL is not set
26170 +# CONFIG_SPARSEMEM_MANUAL is not set
26172 +CONFIG_FLAT_NODE_MEM_MAP=y
26173 +# CONFIG_SPARSEMEM_STATIC is not set
26174 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
26175 +CONFIG_SPLIT_PTLOCK_CPUS=4
26176 +# CONFIG_RESOURCES_64BIT is not set
26177 +CONFIG_ZONE_DMA_FLAG=1
26179 +CONFIG_VIRT_TO_BUS=y
26180 +CONFIG_PROC_DEVICETREE=y
26181 +# CONFIG_CMDLINE_BOOL is not set
26182 +# CONFIG_PM is not set
26184 +CONFIG_ISA_DMA_API=y
26190 +CONFIG_GENERIC_ISA_DMA=y
26191 +CONFIG_PPC_INDIRECT_PCI=y
26194 +CONFIG_PCI_DOMAINS=y
26195 +CONFIG_PCI_SYSCALL=y
26196 +# CONFIG_PCIEPORTBUS is not set
26197 +CONFIG_ARCH_SUPPORTS_MSI=y
26198 +# CONFIG_PCI_MSI is not set
26199 +CONFIG_PCI_LEGACY=y
26200 +# CONFIG_PCCARD is not set
26201 +# CONFIG_HOTPLUG_PCI is not set
26206 +# CONFIG_ADVANCED_OPTIONS is not set
26209 +# Default settings for advanced configuration options are used
26211 +CONFIG_HIGHMEM_START=0xfe000000
26212 +CONFIG_LOWMEM_SIZE=0x30000000
26213 +CONFIG_KERNEL_START=0xc0000000
26214 +CONFIG_TASK_SIZE=0xc0000000
26215 +CONFIG_BOOT_LOAD=0x00800000
26223 +# Networking options
26226 +# CONFIG_PACKET_MMAP is not set
26229 +# CONFIG_XFRM_USER is not set
26230 +# CONFIG_XFRM_SUB_POLICY is not set
26231 +# CONFIG_XFRM_MIGRATE is not set
26232 +# CONFIG_XFRM_STATISTICS is not set
26233 +# CONFIG_NET_KEY is not set
26235 +CONFIG_IP_MULTICAST=y
26236 +# CONFIG_IP_ADVANCED_ROUTER is not set
26237 +CONFIG_IP_FIB_HASH=y
26239 +CONFIG_IP_PNP_DHCP=y
26240 +CONFIG_IP_PNP_BOOTP=y
26241 +# CONFIG_IP_PNP_RARP is not set
26242 +# CONFIG_NET_IPIP is not set
26243 +# CONFIG_NET_IPGRE is not set
26244 +# CONFIG_IP_MROUTE is not set
26245 +# CONFIG_ARPD is not set
26246 +CONFIG_SYN_COOKIES=y
26247 +# CONFIG_INET_AH is not set
26248 +# CONFIG_INET_ESP is not set
26249 +# CONFIG_INET_IPCOMP is not set
26250 +# CONFIG_INET_XFRM_TUNNEL is not set
26251 +# CONFIG_INET_TUNNEL is not set
26252 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
26253 +CONFIG_INET_XFRM_MODE_TUNNEL=y
26254 +CONFIG_INET_XFRM_MODE_BEET=y
26255 +# CONFIG_INET_LRO is not set
26256 +CONFIG_INET_DIAG=y
26257 +CONFIG_INET_TCP_DIAG=y
26258 +# CONFIG_TCP_CONG_ADVANCED is not set
26259 +CONFIG_TCP_CONG_CUBIC=y
26260 +CONFIG_DEFAULT_TCP_CONG="cubic"
26261 +# CONFIG_TCP_MD5SIG is not set
26262 +# CONFIG_IPV6 is not set
26263 +# CONFIG_INET6_XFRM_TUNNEL is not set
26264 +# CONFIG_INET6_TUNNEL is not set
26265 +# CONFIG_NETWORK_SECMARK is not set
26266 +# CONFIG_NETFILTER is not set
26267 +# CONFIG_IP_DCCP is not set
26268 +# CONFIG_IP_SCTP is not set
26269 +# CONFIG_TIPC is not set
26270 +# CONFIG_ATM is not set
26271 +# CONFIG_BRIDGE is not set
26272 +# CONFIG_VLAN_8021Q is not set
26273 +# CONFIG_DECNET is not set
26274 +# CONFIG_LLC2 is not set
26275 +# CONFIG_IPX is not set
26276 +# CONFIG_ATALK is not set
26277 +# CONFIG_X25 is not set
26278 +# CONFIG_LAPB is not set
26279 +# CONFIG_ECONET is not set
26280 +# CONFIG_WAN_ROUTER is not set
26281 +# CONFIG_NET_SCHED is not set
26286 +# CONFIG_NET_PKTGEN is not set
26287 +# CONFIG_HAMRADIO is not set
26288 +# CONFIG_CAN is not set
26289 +# CONFIG_IRDA is not set
26290 +# CONFIG_BT is not set
26291 +# CONFIG_AF_RXRPC is not set
26296 +# CONFIG_CFG80211 is not set
26297 +# CONFIG_WIRELESS_EXT is not set
26298 +# CONFIG_MAC80211 is not set
26299 +# CONFIG_IEEE80211 is not set
26300 +# CONFIG_RFKILL is not set
26301 +# CONFIG_NET_9P is not set
26308 +# Generic Driver Options
26310 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
26311 +CONFIG_STANDALONE=y
26312 +CONFIG_PREVENT_FIRMWARE_BUILD=y
26313 +# CONFIG_FW_LOADER is not set
26314 +# CONFIG_SYS_HYPERVISOR is not set
26315 +# CONFIG_CONNECTOR is not set
26317 +# CONFIG_MTD_DEBUG is not set
26318 +# CONFIG_MTD_CONCAT is not set
26319 +# CONFIG_MTD_PARTITIONS is not set
26322 +# User Modules And Translation Layers
26325 +# CONFIG_MTD_BLKDEVS is not set
26326 +# CONFIG_MTD_BLOCK is not set
26327 +# CONFIG_MTD_BLOCK_RO is not set
26328 +# CONFIG_FTL is not set
26329 +# CONFIG_NFTL is not set
26330 +# CONFIG_INFTL is not set
26331 +# CONFIG_RFD_FTL is not set
26332 +# CONFIG_SSFDC is not set
26333 +# CONFIG_MTD_OOPS is not set
26336 +# RAM/ROM/Flash chip drivers
26339 +# CONFIG_MTD_JEDECPROBE is not set
26340 +CONFIG_MTD_GEN_PROBE=y
26341 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
26342 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
26343 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
26344 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
26345 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
26346 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
26347 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
26348 +CONFIG_MTD_CFI_I1=y
26349 +CONFIG_MTD_CFI_I2=y
26350 +# CONFIG_MTD_CFI_I4 is not set
26351 +# CONFIG_MTD_CFI_I8 is not set
26352 +# CONFIG_MTD_CFI_INTELEXT is not set
26353 +CONFIG_MTD_CFI_AMDSTD=y
26354 +# CONFIG_MTD_CFI_STAA is not set
26355 +CONFIG_MTD_CFI_UTIL=y
26356 +# CONFIG_MTD_RAM is not set
26357 +# CONFIG_MTD_ROM is not set
26358 +# CONFIG_MTD_ABSENT is not set
26361 +# Mapping drivers for chip access
26363 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
26364 +CONFIG_MTD_PHYSMAP=y
26365 +CONFIG_MTD_PHYSMAP_START=0xfe000000
26366 +CONFIG_MTD_PHYSMAP_LEN=0x1000000
26367 +CONFIG_MTD_PHYSMAP_BANKWIDTH=2
26368 +# CONFIG_MTD_PHYSMAP_OF is not set
26369 +# CONFIG_MTD_INTEL_VR_NOR is not set
26370 +# CONFIG_MTD_PLATRAM is not set
26373 +# Self-contained MTD device drivers
26375 +# CONFIG_MTD_PMC551 is not set
26376 +# CONFIG_MTD_DATAFLASH is not set
26377 +# CONFIG_MTD_M25P80 is not set
26378 +# CONFIG_MTD_SLRAM is not set
26379 +# CONFIG_MTD_PHRAM is not set
26380 +# CONFIG_MTD_MTDRAM is not set
26381 +# CONFIG_MTD_BLOCK2MTD is not set
26384 +# Disk-On-Chip Device Drivers
26386 +# CONFIG_MTD_DOC2000 is not set
26387 +# CONFIG_MTD_DOC2001 is not set
26388 +# CONFIG_MTD_DOC2001PLUS is not set
26389 +# CONFIG_MTD_NAND is not set
26390 +# CONFIG_MTD_ONENAND is not set
26393 +# UBI - Unsorted block images
26395 +# CONFIG_MTD_UBI is not set
26396 +CONFIG_OF_DEVICE=y
26397 +# CONFIG_PARPORT is not set
26399 +# CONFIG_BLK_DEV_FD is not set
26400 +# CONFIG_BLK_CPQ_DA is not set
26401 +# CONFIG_BLK_CPQ_CISS_DA is not set
26402 +# CONFIG_BLK_DEV_DAC960 is not set
26403 +# CONFIG_BLK_DEV_UMEM is not set
26404 +# CONFIG_BLK_DEV_COW_COMMON is not set
26405 +CONFIG_BLK_DEV_LOOP=y
26406 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
26407 +# CONFIG_BLK_DEV_NBD is not set
26408 +# CONFIG_BLK_DEV_SX8 is not set
26409 +# CONFIG_BLK_DEV_UB is not set
26410 +CONFIG_BLK_DEV_RAM=y
26411 +CONFIG_BLK_DEV_RAM_COUNT=16
26412 +CONFIG_BLK_DEV_RAM_SIZE=32768
26413 +# CONFIG_BLK_DEV_XIP is not set
26414 +# CONFIG_CDROM_PKTCDVD is not set
26415 +# CONFIG_ATA_OVER_ETH is not set
26416 +CONFIG_MISC_DEVICES=y
26417 +# CONFIG_PHANTOM is not set
26418 +# CONFIG_EEPROM_93CX6 is not set
26419 +# CONFIG_SGI_IOC4 is not set
26420 +# CONFIG_TIFM_CORE is not set
26421 +# CONFIG_ENCLOSURE_SERVICES is not set
26424 +CONFIG_IDE_MAX_HWIFS=4
26425 +# CONFIG_BLK_DEV_IDE is not set
26426 +# CONFIG_BLK_DEV_HD_ONLY is not set
26427 +# CONFIG_BLK_DEV_HD is not set
26430 +# SCSI device support
26432 +# CONFIG_RAID_ATTRS is not set
26435 +# CONFIG_SCSI_TGT is not set
26436 +# CONFIG_SCSI_NETLINK is not set
26437 +CONFIG_SCSI_PROC_FS=y
26440 +# SCSI support type (disk, tape, CD-ROM)
26442 +CONFIG_BLK_DEV_SD=y
26443 +# CONFIG_CHR_DEV_ST is not set
26444 +# CONFIG_CHR_DEV_OSST is not set
26445 +# CONFIG_BLK_DEV_SR is not set
26446 +CONFIG_CHR_DEV_SG=y
26447 +# CONFIG_CHR_DEV_SCH is not set
26450 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
26452 +# CONFIG_SCSI_MULTI_LUN is not set
26453 +# CONFIG_SCSI_CONSTANTS is not set
26454 +# CONFIG_SCSI_LOGGING is not set
26455 +# CONFIG_SCSI_SCAN_ASYNC is not set
26456 +CONFIG_SCSI_WAIT_SCAN=m
26461 +CONFIG_SCSI_SPI_ATTRS=y
26462 +# CONFIG_SCSI_FC_ATTRS is not set
26463 +# CONFIG_SCSI_ISCSI_ATTRS is not set
26464 +# CONFIG_SCSI_SAS_LIBSAS is not set
26465 +# CONFIG_SCSI_SRP_ATTRS is not set
26466 +CONFIG_SCSI_LOWLEVEL=y
26467 +# CONFIG_ISCSI_TCP is not set
26468 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
26469 +# CONFIG_SCSI_3W_9XXX is not set
26470 +# CONFIG_SCSI_ACARD is not set
26471 +# CONFIG_SCSI_AACRAID is not set
26472 +# CONFIG_SCSI_AIC7XXX is not set
26473 +# CONFIG_SCSI_AIC7XXX_OLD is not set
26474 +# CONFIG_SCSI_AIC79XX is not set
26475 +# CONFIG_SCSI_AIC94XX is not set
26476 +# CONFIG_SCSI_DPT_I2O is not set
26477 +# CONFIG_SCSI_ADVANSYS is not set
26478 +# CONFIG_SCSI_ARCMSR is not set
26479 +# CONFIG_MEGARAID_NEWGEN is not set
26480 +# CONFIG_MEGARAID_LEGACY is not set
26481 +# CONFIG_MEGARAID_SAS is not set
26482 +# CONFIG_SCSI_HPTIOP is not set
26483 +# CONFIG_SCSI_BUSLOGIC is not set
26484 +# CONFIG_SCSI_DMX3191D is not set
26485 +# CONFIG_SCSI_EATA is not set
26486 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
26487 +# CONFIG_SCSI_GDTH is not set
26488 +# CONFIG_SCSI_IPS is not set
26489 +# CONFIG_SCSI_INITIO is not set
26490 +# CONFIG_SCSI_INIA100 is not set
26491 +# CONFIG_SCSI_MVSAS is not set
26492 +# CONFIG_SCSI_STEX is not set
26493 +# CONFIG_SCSI_SYM53C8XX_2 is not set
26494 +# CONFIG_SCSI_IPR is not set
26495 +# CONFIG_SCSI_QLOGIC_1280 is not set
26496 +# CONFIG_SCSI_QLA_FC is not set
26497 +# CONFIG_SCSI_QLA_ISCSI is not set
26498 +# CONFIG_SCSI_LPFC is not set
26499 +# CONFIG_SCSI_DC395x is not set
26500 +# CONFIG_SCSI_DC390T is not set
26501 +# CONFIG_SCSI_NSP32 is not set
26502 +# CONFIG_SCSI_DEBUG is not set
26503 +# CONFIG_SCSI_SRP is not set
26505 +# CONFIG_ATA_NONSTANDARD is not set
26506 +# CONFIG_SATA_AHCI is not set
26507 +# CONFIG_SATA_SVW is not set
26508 +# CONFIG_ATA_PIIX is not set
26509 +# CONFIG_SATA_MV is not set
26510 +# CONFIG_SATA_NV is not set
26511 +# CONFIG_PDC_ADMA is not set
26512 +# CONFIG_SATA_QSTOR is not set
26513 +# CONFIG_SATA_PROMISE is not set
26514 +# CONFIG_SATA_SX4 is not set
26516 +# CONFIG_SATA_SIL24 is not set
26517 +# CONFIG_SATA_SIS is not set
26518 +# CONFIG_SATA_ULI is not set
26519 +# CONFIG_SATA_VIA is not set
26520 +# CONFIG_SATA_VITESSE is not set
26521 +# CONFIG_SATA_INIC162X is not set
26522 +# CONFIG_SATA_FSL is not set
26523 +# CONFIG_PATA_ALI is not set
26524 +# CONFIG_PATA_AMD is not set
26525 +# CONFIG_PATA_ARTOP is not set
26526 +# CONFIG_PATA_ATIIXP is not set
26527 +# CONFIG_PATA_CMD640_PCI is not set
26528 +# CONFIG_PATA_CMD64X is not set
26529 +# CONFIG_PATA_CS5520 is not set
26530 +# CONFIG_PATA_CS5530 is not set
26531 +# CONFIG_PATA_CYPRESS is not set
26532 +# CONFIG_PATA_EFAR is not set
26533 +# CONFIG_ATA_GENERIC is not set
26534 +# CONFIG_PATA_HPT366 is not set
26535 +# CONFIG_PATA_HPT37X is not set
26536 +# CONFIG_PATA_HPT3X2N is not set
26537 +# CONFIG_PATA_HPT3X3 is not set
26538 +# CONFIG_PATA_IT821X is not set
26539 +# CONFIG_PATA_IT8213 is not set
26540 +# CONFIG_PATA_JMICRON is not set
26541 +# CONFIG_PATA_TRIFLEX is not set
26542 +# CONFIG_PATA_MARVELL is not set
26543 +# CONFIG_PATA_MPIIX is not set
26544 +# CONFIG_PATA_OLDPIIX is not set
26545 +# CONFIG_PATA_NETCELL is not set
26546 +# CONFIG_PATA_NINJA32 is not set
26547 +# CONFIG_PATA_NS87410 is not set
26548 +# CONFIG_PATA_NS87415 is not set
26549 +# CONFIG_PATA_OPTI is not set
26550 +# CONFIG_PATA_OPTIDMA is not set
26551 +# CONFIG_PATA_PDC_OLD is not set
26552 +# CONFIG_PATA_RADISYS is not set
26553 +# CONFIG_PATA_RZ1000 is not set
26554 +# CONFIG_PATA_SC1200 is not set
26555 +# CONFIG_PATA_SERVERWORKS is not set
26556 +# CONFIG_PATA_PDC2027X is not set
26557 +# CONFIG_PATA_SIL680 is not set
26558 +# CONFIG_PATA_SIS is not set
26559 +# CONFIG_PATA_VIA is not set
26560 +# CONFIG_PATA_WINBOND is not set
26561 +CONFIG_PATA_PLATFORM=y
26562 +CONFIG_PATA_OF_PLATFORM=y
26564 +CONFIG_BLK_DEV_MD=y
26565 +CONFIG_MD_LINEAR=y
26568 +# CONFIG_MD_RAID10 is not set
26569 +# CONFIG_MD_RAID456 is not set
26570 +# CONFIG_MD_MULTIPATH is not set
26571 +# CONFIG_MD_FAULTY is not set
26572 +# CONFIG_BLK_DEV_DM is not set
26573 +# CONFIG_FUSION is not set
26576 +# IEEE 1394 (FireWire) support
26578 +# CONFIG_FIREWIRE is not set
26579 +# CONFIG_IEEE1394 is not set
26580 +# CONFIG_I2O is not set
26581 +# CONFIG_MACINTOSH_DRIVERS is not set
26582 +CONFIG_NETDEVICES=y
26583 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
26584 +# CONFIG_DUMMY is not set
26585 +# CONFIG_BONDING is not set
26586 +# CONFIG_MACVLAN is not set
26587 +# CONFIG_EQUALIZER is not set
26588 +# CONFIG_TUN is not set
26589 +# CONFIG_VETH is not set
26590 +# CONFIG_ARCNET is not set
26594 +# MII PHY device drivers
26596 +# CONFIG_MARVELL_PHY is not set
26597 +# CONFIG_DAVICOM_PHY is not set
26598 +# CONFIG_QSEMI_PHY is not set
26599 +# CONFIG_LXT_PHY is not set
26600 +CONFIG_CICADA_PHY=y
26601 +# CONFIG_VITESSE_PHY is not set
26602 +# CONFIG_SMSC_PHY is not set
26603 +# CONFIG_BROADCOM_PHY is not set
26604 +# CONFIG_ICPLUS_PHY is not set
26605 +# CONFIG_REALTEK_PHY is not set
26606 +# CONFIG_FIXED_PHY is not set
26607 +# CONFIG_MDIO_BITBANG is not set
26608 +# CONFIG_NET_ETHERNET is not set
26609 +CONFIG_NETDEV_1000=y
26610 +# CONFIG_ACENIC is not set
26611 +# CONFIG_DL2K is not set
26612 +# CONFIG_E1000 is not set
26613 +# CONFIG_E1000E is not set
26614 +# CONFIG_E1000E_ENABLED is not set
26615 +# CONFIG_IP1000 is not set
26616 +# CONFIG_IGB is not set
26617 +# CONFIG_NS83820 is not set
26618 +# CONFIG_HAMACHI is not set
26619 +# CONFIG_YELLOWFIN is not set
26620 +# CONFIG_R8169 is not set
26621 +# CONFIG_SIS190 is not set
26622 +# CONFIG_SKGE is not set
26623 +# CONFIG_SKY2 is not set
26624 +# CONFIG_SK98LIN is not set
26625 +# CONFIG_VIA_VELOCITY is not set
26626 +# CONFIG_TIGON3 is not set
26627 +# CONFIG_BNX2 is not set
26629 +CONFIG_GFAR_NAPI=y
26630 +# CONFIG_QLA3XXX is not set
26631 +# CONFIG_ATL1 is not set
26632 +CONFIG_NETDEV_10000=y
26633 +# CONFIG_CHELSIO_T1 is not set
26634 +# CONFIG_CHELSIO_T3 is not set
26635 +# CONFIG_IXGBE is not set
26636 +# CONFIG_IXGB is not set
26637 +# CONFIG_S2IO is not set
26638 +# CONFIG_MYRI10GE is not set
26639 +# CONFIG_NETXEN_NIC is not set
26640 +# CONFIG_NIU is not set
26641 +# CONFIG_MLX4_CORE is not set
26642 +# CONFIG_TEHUTI is not set
26643 +# CONFIG_BNX2X is not set
26644 +# CONFIG_TR is not set
26649 +# CONFIG_WLAN_PRE80211 is not set
26650 +# CONFIG_WLAN_80211 is not set
26653 +# USB Network Adapters
26655 +# CONFIG_USB_CATC is not set
26656 +# CONFIG_USB_KAWETH is not set
26657 +# CONFIG_USB_PEGASUS is not set
26658 +# CONFIG_USB_RTL8150 is not set
26659 +# CONFIG_USB_USBNET is not set
26660 +# CONFIG_WAN is not set
26661 +# CONFIG_FDDI is not set
26662 +# CONFIG_HIPPI is not set
26663 +# CONFIG_PPP is not set
26664 +# CONFIG_SLIP is not set
26665 +# CONFIG_NET_FC is not set
26666 +# CONFIG_NETCONSOLE is not set
26667 +# CONFIG_NETPOLL is not set
26668 +# CONFIG_NET_POLL_CONTROLLER is not set
26669 +# CONFIG_ISDN is not set
26670 +# CONFIG_PHONE is not set
26673 +# Input device support
26675 +# CONFIG_INPUT is not set
26678 +# Hardware I/O ports
26680 +# CONFIG_SERIO is not set
26681 +# CONFIG_GAMEPORT is not set
26684 +# Character devices
26686 +# CONFIG_VT is not set
26687 +# CONFIG_SERIAL_NONSTANDARD is not set
26688 +# CONFIG_NOZOMI is not set
26693 +CONFIG_SERIAL_8250=y
26694 +CONFIG_SERIAL_8250_CONSOLE=y
26695 +# CONFIG_SERIAL_8250_PCI is not set
26696 +CONFIG_SERIAL_8250_NR_UARTS=4
26697 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
26698 +# CONFIG_SERIAL_8250_EXTENDED is not set
26701 +# Non-8250 serial port support
26703 +# CONFIG_SERIAL_UARTLITE is not set
26704 +CONFIG_SERIAL_CORE=y
26705 +CONFIG_SERIAL_CORE_CONSOLE=y
26706 +# CONFIG_SERIAL_JSM is not set
26707 +# CONFIG_SERIAL_OF_PLATFORM is not set
26708 +CONFIG_UNIX98_PTYS=y
26709 +CONFIG_LEGACY_PTYS=y
26710 +CONFIG_LEGACY_PTY_COUNT=256
26711 +# CONFIG_IPMI_HANDLER is not set
26712 +CONFIG_HW_RANDOM=y
26713 +# CONFIG_NVRAM is not set
26714 +# CONFIG_GEN_RTC is not set
26715 +# CONFIG_R3964 is not set
26716 +# CONFIG_APPLICOM is not set
26717 +# CONFIG_RAW_DRIVER is not set
26718 +# CONFIG_TCG_TPM is not set
26721 +CONFIG_I2C_BOARDINFO=y
26722 +CONFIG_I2C_CHARDEV=y
26727 +# CONFIG_I2C_ALGOBIT is not set
26728 +# CONFIG_I2C_ALGOPCF is not set
26729 +# CONFIG_I2C_ALGOPCA is not set
26732 +# I2C Hardware Bus support
26734 +# CONFIG_I2C_ALI1535 is not set
26735 +# CONFIG_I2C_ALI1563 is not set
26736 +# CONFIG_I2C_ALI15X3 is not set
26737 +# CONFIG_I2C_AMD756 is not set
26738 +# CONFIG_I2C_AMD8111 is not set
26739 +# CONFIG_I2C_I801 is not set
26740 +# CONFIG_I2C_I810 is not set
26741 +# CONFIG_I2C_PIIX4 is not set
26743 +# CONFIG_I2C_NFORCE2 is not set
26744 +# CONFIG_I2C_OCORES is not set
26745 +# CONFIG_I2C_PARPORT_LIGHT is not set
26746 +# CONFIG_I2C_PROSAVAGE is not set
26747 +# CONFIG_I2C_SAVAGE4 is not set
26748 +# CONFIG_I2C_SIMTEC is not set
26749 +# CONFIG_I2C_SIS5595 is not set
26750 +# CONFIG_I2C_SIS630 is not set
26751 +# CONFIG_I2C_SIS96X is not set
26752 +# CONFIG_I2C_TAOS_EVM is not set
26753 +# CONFIG_I2C_STUB is not set
26754 +# CONFIG_I2C_TINY_USB is not set
26755 +# CONFIG_I2C_VIA is not set
26756 +# CONFIG_I2C_VIAPRO is not set
26757 +# CONFIG_I2C_VOODOO3 is not set
26760 +# Miscellaneous I2C Chip support
26762 +# CONFIG_DS1682 is not set
26763 +# CONFIG_SENSORS_EEPROM is not set
26764 +CONFIG_SENSORS_PCF8574=y
26765 +# CONFIG_PCF8575 is not set
26766 +# CONFIG_SENSORS_PCF8591 is not set
26767 +# CONFIG_TPS65010 is not set
26768 +# CONFIG_SENSORS_MAX6875 is not set
26769 +# CONFIG_SENSORS_TSL2550 is not set
26770 +# CONFIG_I2C_DEBUG_CORE is not set
26771 +# CONFIG_I2C_DEBUG_ALGO is not set
26772 +# CONFIG_I2C_DEBUG_BUS is not set
26773 +# CONFIG_I2C_DEBUG_CHIP is not set
26779 +CONFIG_SPI_MASTER=y
26782 +# SPI Master Controller Drivers
26784 +CONFIG_SPI_BITBANG=y
26785 +CONFIG_SPI_MPC83xx=y
26788 +# SPI Protocol Masters
26790 +# CONFIG_SPI_AT25 is not set
26791 +# CONFIG_SPI_SPIDEV is not set
26792 +# CONFIG_SPI_TLE62X0 is not set
26793 +# CONFIG_W1 is not set
26794 +# CONFIG_POWER_SUPPLY is not set
26795 +# CONFIG_HWMON is not set
26796 +# CONFIG_THERMAL is not set
26798 +# CONFIG_WATCHDOG_NOWAYOUT is not set
26801 +# Watchdog Device Drivers
26803 +# CONFIG_SOFT_WATCHDOG is not set
26807 +# PCI-based Watchdog Cards
26809 +# CONFIG_PCIPCWATCHDOG is not set
26810 +# CONFIG_WDTPCI is not set
26813 +# USB-based Watchdog Cards
26815 +# CONFIG_USBPCWATCHDOG is not set
26818 +# Sonics Silicon Backplane
26820 +CONFIG_SSB_POSSIBLE=y
26821 +# CONFIG_SSB is not set
26824 +# Multifunction device drivers
26826 +# CONFIG_MFD_SM501 is not set
26829 +# Multimedia devices
26831 +# CONFIG_VIDEO_DEV is not set
26832 +# CONFIG_DVB_CORE is not set
26834 +# CONFIG_USB_DABUSB is not set
26837 +# Graphics support
26839 +# CONFIG_AGP is not set
26840 +# CONFIG_DRM is not set
26841 +# CONFIG_VGASTATE is not set
26842 +CONFIG_VIDEO_OUTPUT_CONTROL=m
26843 +# CONFIG_FB is not set
26844 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
26847 +# Display device support
26849 +# CONFIG_DISPLAY_SUPPORT is not set
26854 +# CONFIG_SOUND is not set
26855 +CONFIG_USB_SUPPORT=y
26856 +CONFIG_USB_ARCH_HAS_HCD=y
26857 +CONFIG_USB_ARCH_HAS_OHCI=y
26858 +CONFIG_USB_ARCH_HAS_EHCI=y
26860 +# CONFIG_USB_DEBUG is not set
26861 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
26864 +# Miscellaneous USB options
26866 +CONFIG_USB_DEVICEFS=y
26867 +CONFIG_USB_DEVICE_CLASS=y
26868 +# CONFIG_USB_DYNAMIC_MINORS is not set
26869 +# CONFIG_USB_OTG is not set
26872 +# USB Host Controller Drivers
26874 +CONFIG_USB_EHCI_HCD=y
26875 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
26876 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
26877 +CONFIG_USB_EHCI_FSL=y
26878 +CONFIG_USB_EHCI_HCD_PPC_OF=y
26879 +# CONFIG_USB_ISP116X_HCD is not set
26880 +# CONFIG_USB_OHCI_HCD is not set
26881 +CONFIG_USB_UHCI_HCD=y
26882 +# CONFIG_USB_SL811_HCD is not set
26883 +# CONFIG_USB_R8A66597_HCD is not set
26886 +# USB Device Class drivers
26888 +# CONFIG_USB_ACM is not set
26889 +# CONFIG_USB_PRINTER is not set
26892 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
26896 +# may also be needed; see USB_STORAGE Help for more information
26898 +CONFIG_USB_STORAGE=y
26899 +# CONFIG_USB_STORAGE_DEBUG is not set
26900 +# CONFIG_USB_STORAGE_DATAFAB is not set
26901 +# CONFIG_USB_STORAGE_FREECOM is not set
26902 +# CONFIG_USB_STORAGE_ISD200 is not set
26903 +# CONFIG_USB_STORAGE_DPCM is not set
26904 +# CONFIG_USB_STORAGE_USBAT is not set
26905 +# CONFIG_USB_STORAGE_SDDR09 is not set
26906 +# CONFIG_USB_STORAGE_SDDR55 is not set
26907 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
26908 +# CONFIG_USB_STORAGE_ALAUDA is not set
26909 +# CONFIG_USB_STORAGE_KARMA is not set
26910 +# CONFIG_USB_LIBUSUAL is not set
26913 +# USB Imaging devices
26915 +# CONFIG_USB_MDC800 is not set
26916 +# CONFIG_USB_MICROTEK is not set
26920 +# USB port drivers
26922 +# CONFIG_USB_SERIAL is not set
26925 +# USB Miscellaneous drivers
26927 +# CONFIG_USB_EMI62 is not set
26928 +# CONFIG_USB_EMI26 is not set
26929 +# CONFIG_USB_ADUTUX is not set
26930 +# CONFIG_USB_AUERSWALD is not set
26931 +# CONFIG_USB_RIO500 is not set
26932 +# CONFIG_USB_LEGOTOWER is not set
26933 +# CONFIG_USB_LCD is not set
26934 +# CONFIG_USB_BERRY_CHARGE is not set
26935 +# CONFIG_USB_LED is not set
26936 +# CONFIG_USB_CYPRESS_CY7C63 is not set
26937 +# CONFIG_USB_CYTHERM is not set
26938 +# CONFIG_USB_PHIDGET is not set
26939 +# CONFIG_USB_IDMOUSE is not set
26940 +# CONFIG_USB_FTDI_ELAN is not set
26941 +# CONFIG_USB_APPLEDISPLAY is not set
26942 +# CONFIG_USB_SISUSBVGA is not set
26943 +# CONFIG_USB_LD is not set
26944 +# CONFIG_USB_TRANCEVIBRATOR is not set
26945 +# CONFIG_USB_IOWARRIOR is not set
26946 +# CONFIG_USB_TEST is not set
26947 +# CONFIG_USB_GADGET is not set
26948 +# CONFIG_MMC is not set
26949 +# CONFIG_MEMSTICK is not set
26950 +# CONFIG_NEW_LEDS is not set
26951 +# CONFIG_INFINIBAND is not set
26952 +# CONFIG_EDAC is not set
26954 +CONFIG_RTC_CLASS=y
26955 +CONFIG_RTC_HCTOSYS=y
26956 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
26957 +# CONFIG_RTC_DEBUG is not set
26962 +CONFIG_RTC_INTF_SYSFS=y
26963 +CONFIG_RTC_INTF_PROC=y
26964 +CONFIG_RTC_INTF_DEV=y
26965 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
26966 +# CONFIG_RTC_DRV_TEST is not set
26971 +CONFIG_RTC_DRV_DS1307=y
26972 +# CONFIG_RTC_DRV_DS1374 is not set
26973 +# CONFIG_RTC_DRV_DS1672 is not set
26974 +# CONFIG_RTC_DRV_MAX6900 is not set
26975 +# CONFIG_RTC_DRV_RS5C372 is not set
26976 +# CONFIG_RTC_DRV_ISL1208 is not set
26977 +# CONFIG_RTC_DRV_X1205 is not set
26978 +# CONFIG_RTC_DRV_PCF8563 is not set
26979 +# CONFIG_RTC_DRV_PCF8583 is not set
26980 +# CONFIG_RTC_DRV_M41T80 is not set
26981 +# CONFIG_RTC_DRV_S35390A is not set
26986 +# CONFIG_RTC_DRV_MAX6902 is not set
26987 +# CONFIG_RTC_DRV_R9701 is not set
26988 +# CONFIG_RTC_DRV_RS5C348 is not set
26991 +# Platform RTC drivers
26993 +# CONFIG_RTC_DRV_CMOS is not set
26994 +# CONFIG_RTC_DRV_DS1511 is not set
26995 +# CONFIG_RTC_DRV_DS1553 is not set
26996 +# CONFIG_RTC_DRV_DS1742 is not set
26997 +# CONFIG_RTC_DRV_STK17TA8 is not set
26998 +# CONFIG_RTC_DRV_M48T86 is not set
26999 +# CONFIG_RTC_DRV_M48T59 is not set
27000 +# CONFIG_RTC_DRV_V3020 is not set
27003 +# on-CPU RTC drivers
27005 +# CONFIG_DMADEVICES is not set
27010 +# CONFIG_UIO is not set
27016 +# CONFIG_EXT2_FS_XATTR is not set
27017 +# CONFIG_EXT2_FS_XIP is not set
27019 +CONFIG_EXT3_FS_XATTR=y
27020 +# CONFIG_EXT3_FS_POSIX_ACL is not set
27021 +# CONFIG_EXT3_FS_SECURITY is not set
27022 +# CONFIG_EXT4DEV_FS is not set
27024 +CONFIG_FS_MBCACHE=y
27025 +# CONFIG_REISERFS_FS is not set
27026 +# CONFIG_JFS_FS is not set
27027 +# CONFIG_FS_POSIX_ACL is not set
27028 +# CONFIG_XFS_FS is not set
27029 +# CONFIG_GFS2_FS is not set
27030 +# CONFIG_OCFS2_FS is not set
27033 +CONFIG_INOTIFY_USER=y
27034 +# CONFIG_QUOTA is not set
27035 +# CONFIG_AUTOFS_FS is not set
27036 +# CONFIG_AUTOFS4_FS is not set
27037 +# CONFIG_FUSE_FS is not set
27040 +# CD-ROM/DVD Filesystems
27042 +# CONFIG_ISO9660_FS is not set
27043 +# CONFIG_UDF_FS is not set
27046 +# DOS/FAT/NT Filesystems
27051 +CONFIG_FAT_DEFAULT_CODEPAGE=437
27052 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
27053 +# CONFIG_NTFS_FS is not set
27056 +# Pseudo filesystems
27059 +CONFIG_PROC_KCORE=y
27060 +CONFIG_PROC_SYSCTL=y
27063 +# CONFIG_TMPFS_POSIX_ACL is not set
27064 +# CONFIG_HUGETLB_PAGE is not set
27065 +# CONFIG_CONFIGFS_FS is not set
27068 +# Miscellaneous filesystems
27070 +# CONFIG_ADFS_FS is not set
27071 +# CONFIG_AFFS_FS is not set
27072 +# CONFIG_HFS_FS is not set
27073 +# CONFIG_HFSPLUS_FS is not set
27074 +# CONFIG_BEFS_FS is not set
27075 +# CONFIG_BFS_FS is not set
27076 +# CONFIG_EFS_FS is not set
27077 +# CONFIG_JFFS2_FS is not set
27078 +# CONFIG_CRAMFS is not set
27079 +# CONFIG_VXFS_FS is not set
27080 +# CONFIG_MINIX_FS is not set
27081 +# CONFIG_HPFS_FS is not set
27082 +# CONFIG_QNX4FS_FS is not set
27083 +# CONFIG_ROMFS_FS is not set
27084 +# CONFIG_SYSV_FS is not set
27085 +# CONFIG_UFS_FS is not set
27086 +CONFIG_NETWORK_FILESYSTEMS=y
27089 +# CONFIG_NFS_V3_ACL is not set
27091 +# CONFIG_NFS_DIRECTIO is not set
27092 +# CONFIG_NFSD is not set
27096 +CONFIG_NFS_COMMON=y
27098 +CONFIG_SUNRPC_GSS=y
27099 +# CONFIG_SUNRPC_BIND34 is not set
27100 +CONFIG_RPCSEC_GSS_KRB5=y
27101 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
27102 +# CONFIG_SMB_FS is not set
27103 +# CONFIG_CIFS is not set
27104 +# CONFIG_NCP_FS is not set
27105 +# CONFIG_CODA_FS is not set
27106 +# CONFIG_AFS_FS is not set
27111 +CONFIG_PARTITION_ADVANCED=y
27112 +# CONFIG_ACORN_PARTITION is not set
27113 +# CONFIG_OSF_PARTITION is not set
27114 +# CONFIG_AMIGA_PARTITION is not set
27115 +# CONFIG_ATARI_PARTITION is not set
27116 +CONFIG_MAC_PARTITION=y
27117 +CONFIG_MSDOS_PARTITION=y
27118 +# CONFIG_BSD_DISKLABEL is not set
27119 +# CONFIG_MINIX_SUBPARTITION is not set
27120 +# CONFIG_SOLARIS_X86_PARTITION is not set
27121 +# CONFIG_UNIXWARE_DISKLABEL is not set
27122 +# CONFIG_LDM_PARTITION is not set
27123 +# CONFIG_SGI_PARTITION is not set
27124 +# CONFIG_ULTRIX_PARTITION is not set
27125 +# CONFIG_SUN_PARTITION is not set
27126 +# CONFIG_KARMA_PARTITION is not set
27127 +# CONFIG_EFI_PARTITION is not set
27128 +# CONFIG_SYSV68_PARTITION is not set
27130 +CONFIG_NLS_DEFAULT="iso8859-1"
27131 +# CONFIG_NLS_CODEPAGE_437 is not set
27132 +# CONFIG_NLS_CODEPAGE_737 is not set
27133 +# CONFIG_NLS_CODEPAGE_775 is not set
27134 +# CONFIG_NLS_CODEPAGE_850 is not set
27135 +# CONFIG_NLS_CODEPAGE_852 is not set
27136 +# CONFIG_NLS_CODEPAGE_855 is not set
27137 +# CONFIG_NLS_CODEPAGE_857 is not set
27138 +# CONFIG_NLS_CODEPAGE_860 is not set
27139 +# CONFIG_NLS_CODEPAGE_861 is not set
27140 +# CONFIG_NLS_CODEPAGE_862 is not set
27141 +# CONFIG_NLS_CODEPAGE_863 is not set
27142 +# CONFIG_NLS_CODEPAGE_864 is not set
27143 +# CONFIG_NLS_CODEPAGE_865 is not set
27144 +# CONFIG_NLS_CODEPAGE_866 is not set
27145 +# CONFIG_NLS_CODEPAGE_869 is not set
27146 +# CONFIG_NLS_CODEPAGE_936 is not set
27147 +# CONFIG_NLS_CODEPAGE_950 is not set
27148 +# CONFIG_NLS_CODEPAGE_932 is not set
27149 +# CONFIG_NLS_CODEPAGE_949 is not set
27150 +# CONFIG_NLS_CODEPAGE_874 is not set
27151 +# CONFIG_NLS_ISO8859_8 is not set
27152 +# CONFIG_NLS_CODEPAGE_1250 is not set
27153 +# CONFIG_NLS_CODEPAGE_1251 is not set
27154 +# CONFIG_NLS_ASCII is not set
27155 +# CONFIG_NLS_ISO8859_1 is not set
27156 +# CONFIG_NLS_ISO8859_2 is not set
27157 +# CONFIG_NLS_ISO8859_3 is not set
27158 +# CONFIG_NLS_ISO8859_4 is not set
27159 +# CONFIG_NLS_ISO8859_5 is not set
27160 +# CONFIG_NLS_ISO8859_6 is not set
27161 +# CONFIG_NLS_ISO8859_7 is not set
27162 +# CONFIG_NLS_ISO8859_9 is not set
27163 +# CONFIG_NLS_ISO8859_13 is not set
27164 +# CONFIG_NLS_ISO8859_14 is not set
27165 +# CONFIG_NLS_ISO8859_15 is not set
27166 +# CONFIG_NLS_KOI8_R is not set
27167 +# CONFIG_NLS_KOI8_U is not set
27168 +# CONFIG_NLS_UTF8 is not set
27169 +# CONFIG_DLM is not set
27172 +# Library routines
27174 +CONFIG_BITREVERSE=y
27175 +# CONFIG_CRC_CCITT is not set
27176 +# CONFIG_CRC16 is not set
27177 +# CONFIG_CRC_ITU_T is not set
27179 +# CONFIG_CRC7 is not set
27180 +# CONFIG_LIBCRC32C is not set
27182 +CONFIG_HAS_IOMEM=y
27183 +CONFIG_HAS_IOPORT=y
27189 +# CONFIG_PRINTK_TIME is not set
27190 +CONFIG_ENABLE_WARN_DEPRECATED=y
27191 +CONFIG_ENABLE_MUST_CHECK=y
27192 +# CONFIG_MAGIC_SYSRQ is not set
27193 +# CONFIG_UNUSED_SYMBOLS is not set
27194 +# CONFIG_DEBUG_FS is not set
27195 +# CONFIG_HEADERS_CHECK is not set
27196 +# CONFIG_DEBUG_KERNEL is not set
27197 +# CONFIG_SLUB_DEBUG_ON is not set
27198 +# CONFIG_SLUB_STATS is not set
27199 +# CONFIG_DEBUG_BUGVERBOSE is not set
27200 +# CONFIG_SAMPLES is not set
27201 +# CONFIG_PPC_EARLY_DEBUG is not set
27204 +# Security options
27206 +# CONFIG_KEYS is not set
27207 +# CONFIG_SECURITY is not set
27208 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
27210 +CONFIG_CRYPTO_ALGAPI=y
27211 +CONFIG_CRYPTO_BLKCIPHER=y
27212 +# CONFIG_CRYPTO_SEQIV is not set
27213 +CONFIG_CRYPTO_MANAGER=y
27214 +# CONFIG_CRYPTO_HMAC is not set
27215 +# CONFIG_CRYPTO_XCBC is not set
27216 +# CONFIG_CRYPTO_NULL is not set
27217 +# CONFIG_CRYPTO_MD4 is not set
27218 +CONFIG_CRYPTO_MD5=y
27219 +# CONFIG_CRYPTO_SHA1 is not set
27220 +# CONFIG_CRYPTO_SHA256 is not set
27221 +# CONFIG_CRYPTO_SHA512 is not set
27222 +# CONFIG_CRYPTO_WP512 is not set
27223 +# CONFIG_CRYPTO_TGR192 is not set
27224 +# CONFIG_CRYPTO_GF128MUL is not set
27225 +# CONFIG_CRYPTO_ECB is not set
27226 +CONFIG_CRYPTO_CBC=y
27227 +CONFIG_CRYPTO_PCBC=m
27228 +# CONFIG_CRYPTO_LRW is not set
27229 +# CONFIG_CRYPTO_XTS is not set
27230 +# CONFIG_CRYPTO_CTR is not set
27231 +# CONFIG_CRYPTO_GCM is not set
27232 +# CONFIG_CRYPTO_CCM is not set
27233 +# CONFIG_CRYPTO_CRYPTD is not set
27234 +CONFIG_CRYPTO_DES=y
27235 +# CONFIG_CRYPTO_FCRYPT is not set
27236 +# CONFIG_CRYPTO_BLOWFISH is not set
27237 +# CONFIG_CRYPTO_TWOFISH is not set
27238 +# CONFIG_CRYPTO_SERPENT is not set
27239 +# CONFIG_CRYPTO_AES is not set
27240 +# CONFIG_CRYPTO_CAST5 is not set
27241 +# CONFIG_CRYPTO_CAST6 is not set
27242 +# CONFIG_CRYPTO_TEA is not set
27243 +# CONFIG_CRYPTO_ARC4 is not set
27244 +# CONFIG_CRYPTO_KHAZAD is not set
27245 +# CONFIG_CRYPTO_ANUBIS is not set
27246 +# CONFIG_CRYPTO_SEED is not set
27247 +# CONFIG_CRYPTO_SALSA20 is not set
27248 +# CONFIG_CRYPTO_DEFLATE is not set
27249 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
27250 +# CONFIG_CRYPTO_CRC32C is not set
27251 +# CONFIG_CRYPTO_CAMELLIA is not set
27252 +# CONFIG_CRYPTO_TEST is not set
27253 +# CONFIG_CRYPTO_AUTHENC is not set
27254 +# CONFIG_CRYPTO_LZO is not set
27255 +CONFIG_CRYPTO_HW=y
27256 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
27257 +# CONFIG_PPC_CLOCK is not set
27259 +++ b/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig
27262 +# Automatically generated make config: don't edit
27263 +# Linux kernel version: 2.6.25-rc6
27264 +# Mon Mar 24 08:48:18 2008
27266 +# CONFIG_PPC64 is not set
27269 +# Processor support
27272 +# CONFIG_PPC_85xx is not set
27273 +# CONFIG_PPC_8xx is not set
27274 +# CONFIG_40x is not set
27275 +# CONFIG_44x is not set
27276 +# CONFIG_E200 is not set
27278 +# CONFIG_FSL_EMB_PERFMON is not set
27279 +CONFIG_PPC_STD_MMU=y
27280 +CONFIG_PPC_STD_MMU_32=y
27281 +# CONFIG_PPC_MM_SLICES is not set
27282 +# CONFIG_SMP is not set
27284 +CONFIG_WORD_SIZE=32
27285 +CONFIG_PPC_MERGE=y
27287 +CONFIG_GENERIC_CMOS_UPDATE=y
27288 +CONFIG_GENERIC_TIME=y
27289 +CONFIG_GENERIC_TIME_VSYSCALL=y
27290 +CONFIG_GENERIC_CLOCKEVENTS=y
27291 +CONFIG_GENERIC_HARDIRQS=y
27292 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
27293 +CONFIG_IRQ_PER_CPU=y
27294 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
27295 +CONFIG_ARCH_HAS_ILOG2_U32=y
27296 +CONFIG_GENERIC_HWEIGHT=y
27297 +CONFIG_GENERIC_CALIBRATE_DELAY=y
27298 +CONFIG_GENERIC_FIND_NEXT_BIT=y
27299 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
27301 +CONFIG_EARLY_PRINTK=y
27302 +CONFIG_GENERIC_NVRAM=y
27303 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
27304 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
27307 +CONFIG_PPC_UDBG_16550=y
27308 +# CONFIG_GENERIC_TBSYNC is not set
27309 +CONFIG_AUDIT_ARCH=y
27310 +CONFIG_GENERIC_BUG=y
27311 +CONFIG_DEFAULT_UIMAGE=y
27312 +# CONFIG_PPC_DCR_NATIVE is not set
27313 +# CONFIG_PPC_DCR_MMIO is not set
27314 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
27319 +CONFIG_EXPERIMENTAL=y
27320 +CONFIG_BROKEN_ON_SMP=y
27321 +CONFIG_INIT_ENV_ARG_LIMIT=32
27322 +CONFIG_LOCALVERSION=""
27323 +CONFIG_LOCALVERSION_AUTO=y
27326 +CONFIG_SYSVIPC_SYSCTL=y
27327 +# CONFIG_POSIX_MQUEUE is not set
27328 +# CONFIG_BSD_PROCESS_ACCT is not set
27329 +# CONFIG_TASKSTATS is not set
27330 +# CONFIG_AUDIT is not set
27331 +# CONFIG_IKCONFIG is not set
27332 +CONFIG_LOG_BUF_SHIFT=14
27333 +# CONFIG_CGROUPS is not set
27334 +CONFIG_GROUP_SCHED=y
27335 +# CONFIG_FAIR_GROUP_SCHED is not set
27336 +# CONFIG_RT_GROUP_SCHED is not set
27337 +CONFIG_USER_SCHED=y
27338 +# CONFIG_CGROUP_SCHED is not set
27339 +CONFIG_SYSFS_DEPRECATED=y
27340 +CONFIG_SYSFS_DEPRECATED_V2=y
27341 +# CONFIG_RELAY is not set
27342 +# CONFIG_NAMESPACES is not set
27343 +CONFIG_BLK_DEV_INITRD=y
27344 +CONFIG_INITRAMFS_SOURCE=""
27345 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
27348 +CONFIG_SYSCTL_SYSCALL=y
27349 +# CONFIG_KALLSYMS is not set
27354 +CONFIG_COMPAT_BRK=y
27355 +CONFIG_BASE_FULL=y
27357 +CONFIG_ANON_INODES=y
27358 +# CONFIG_EPOLL is not set
27363 +CONFIG_VM_EVENT_COUNTERS=y
27364 +CONFIG_SLUB_DEBUG=y
27365 +# CONFIG_SLAB is not set
27367 +# CONFIG_SLOB is not set
27368 +# CONFIG_PROFILING is not set
27369 +# CONFIG_MARKERS is not set
27370 +CONFIG_HAVE_OPROFILE=y
27371 +CONFIG_HAVE_KPROBES=y
27372 +CONFIG_HAVE_KRETPROBES=y
27373 +CONFIG_PROC_PAGE_MONITOR=y
27375 +CONFIG_RT_MUTEXES=y
27376 +# CONFIG_TINY_SHMEM is not set
27377 +CONFIG_BASE_SMALL=0
27379 +CONFIG_MODULE_UNLOAD=y
27380 +# CONFIG_MODULE_FORCE_UNLOAD is not set
27381 +# CONFIG_MODVERSIONS is not set
27382 +# CONFIG_MODULE_SRCVERSION_ALL is not set
27383 +# CONFIG_KMOD is not set
27385 +# CONFIG_LBD is not set
27386 +# CONFIG_BLK_DEV_IO_TRACE is not set
27387 +# CONFIG_LSF is not set
27388 +# CONFIG_BLK_DEV_BSG is not set
27393 +CONFIG_IOSCHED_NOOP=y
27394 +CONFIG_IOSCHED_AS=y
27395 +CONFIG_IOSCHED_DEADLINE=y
27396 +CONFIG_IOSCHED_CFQ=y
27397 +CONFIG_DEFAULT_AS=y
27398 +# CONFIG_DEFAULT_DEADLINE is not set
27399 +# CONFIG_DEFAULT_CFQ is not set
27400 +# CONFIG_DEFAULT_NOOP is not set
27401 +CONFIG_DEFAULT_IOSCHED="anticipatory"
27402 +CONFIG_CLASSIC_RCU=y
27405 +# Platform support
27407 +# CONFIG_PPC_MULTIPLATFORM is not set
27408 +# CONFIG_PPC_82xx is not set
27410 +# CONFIG_PPC_86xx is not set
27411 +# CONFIG_PPC_MPC512x is not set
27412 +# CONFIG_PPC_MPC5121 is not set
27413 +# CONFIG_PPC_CELL is not set
27414 +# CONFIG_PPC_CELL_NATIVE is not set
27415 +# CONFIG_PQ2ADS is not set
27417 +# CONFIG_MPC831x_RDB is not set
27418 +# CONFIG_MPC832x_MDS is not set
27419 +# CONFIG_MPC832x_RDB is not set
27420 +# CONFIG_MPC834x_MDS is not set
27421 +CONFIG_MPC834x_ITX=y
27422 +# CONFIG_MPC836x_MDS is not set
27423 +# CONFIG_MPC837x_MDS is not set
27424 +# CONFIG_MPC837x_RDB is not set
27425 +# CONFIG_SBC834x is not set
27426 +CONFIG_PPC_MPC834x=y
27428 +# CONFIG_MPIC is not set
27429 +# CONFIG_MPIC_WEIRD is not set
27430 +# CONFIG_PPC_I8259 is not set
27431 +# CONFIG_PPC_RTAS is not set
27432 +# CONFIG_MMIO_NVRAM is not set
27433 +# CONFIG_PPC_MPC106 is not set
27434 +# CONFIG_PPC_970_NAP is not set
27435 +# CONFIG_PPC_INDIRECT_IO is not set
27436 +# CONFIG_GENERIC_IOMAP is not set
27437 +# CONFIG_CPU_FREQ is not set
27438 +# CONFIG_FSL_ULI1575 is not set
27443 +# CONFIG_HIGHMEM is not set
27444 +CONFIG_TICK_ONESHOT=y
27446 +CONFIG_HIGH_RES_TIMERS=y
27447 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
27448 +# CONFIG_HZ_100 is not set
27450 +# CONFIG_HZ_300 is not set
27451 +# CONFIG_HZ_1000 is not set
27453 +# CONFIG_SCHED_HRTICK is not set
27454 +CONFIG_PREEMPT_NONE=y
27455 +# CONFIG_PREEMPT_VOLUNTARY is not set
27456 +# CONFIG_PREEMPT is not set
27457 +CONFIG_BINFMT_ELF=y
27458 +# CONFIG_BINFMT_MISC is not set
27459 +# CONFIG_IOMMU_HELPER is not set
27460 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
27461 +CONFIG_ARCH_HAS_WALK_MEMORY=y
27462 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
27463 +CONFIG_ARCH_FLATMEM_ENABLE=y
27464 +CONFIG_ARCH_POPULATES_NODE_MAP=y
27465 +CONFIG_SELECT_MEMORY_MODEL=y
27466 +CONFIG_FLATMEM_MANUAL=y
27467 +# CONFIG_DISCONTIGMEM_MANUAL is not set
27468 +# CONFIG_SPARSEMEM_MANUAL is not set
27470 +CONFIG_FLAT_NODE_MEM_MAP=y
27471 +# CONFIG_SPARSEMEM_STATIC is not set
27472 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
27473 +CONFIG_SPLIT_PTLOCK_CPUS=4
27474 +# CONFIG_RESOURCES_64BIT is not set
27475 +CONFIG_ZONE_DMA_FLAG=1
27477 +CONFIG_VIRT_TO_BUS=y
27478 +CONFIG_PROC_DEVICETREE=y
27479 +# CONFIG_CMDLINE_BOOL is not set
27480 +# CONFIG_PM is not set
27482 +CONFIG_ISA_DMA_API=y
27488 +CONFIG_GENERIC_ISA_DMA=y
27489 +CONFIG_PPC_INDIRECT_PCI=y
27492 +CONFIG_PCI_DOMAINS=y
27493 +CONFIG_PCI_SYSCALL=y
27494 +# CONFIG_PCIEPORTBUS is not set
27495 +CONFIG_ARCH_SUPPORTS_MSI=y
27496 +# CONFIG_PCI_MSI is not set
27497 +CONFIG_PCI_LEGACY=y
27498 +# CONFIG_PCCARD is not set
27499 +# CONFIG_HOTPLUG_PCI is not set
27504 +# CONFIG_ADVANCED_OPTIONS is not set
27507 +# Default settings for advanced configuration options are used
27509 +CONFIG_HIGHMEM_START=0xfe000000
27510 +CONFIG_LOWMEM_SIZE=0x30000000
27511 +CONFIG_KERNEL_START=0xc0000000
27512 +CONFIG_TASK_SIZE=0xc0000000
27513 +CONFIG_BOOT_LOAD=0x00800000
27521 +# Networking options
27524 +# CONFIG_PACKET_MMAP is not set
27527 +# CONFIG_XFRM_USER is not set
27528 +# CONFIG_XFRM_SUB_POLICY is not set
27529 +# CONFIG_XFRM_MIGRATE is not set
27530 +# CONFIG_XFRM_STATISTICS is not set
27531 +# CONFIG_NET_KEY is not set
27533 +CONFIG_IP_MULTICAST=y
27534 +# CONFIG_IP_ADVANCED_ROUTER is not set
27535 +CONFIG_IP_FIB_HASH=y
27537 +CONFIG_IP_PNP_DHCP=y
27538 +CONFIG_IP_PNP_BOOTP=y
27539 +# CONFIG_IP_PNP_RARP is not set
27540 +# CONFIG_NET_IPIP is not set
27541 +# CONFIG_NET_IPGRE is not set
27542 +# CONFIG_IP_MROUTE is not set
27543 +# CONFIG_ARPD is not set
27544 +CONFIG_SYN_COOKIES=y
27545 +# CONFIG_INET_AH is not set
27546 +# CONFIG_INET_ESP is not set
27547 +# CONFIG_INET_IPCOMP is not set
27548 +# CONFIG_INET_XFRM_TUNNEL is not set
27549 +# CONFIG_INET_TUNNEL is not set
27550 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
27551 +CONFIG_INET_XFRM_MODE_TUNNEL=y
27552 +CONFIG_INET_XFRM_MODE_BEET=y
27553 +# CONFIG_INET_LRO is not set
27554 +CONFIG_INET_DIAG=y
27555 +CONFIG_INET_TCP_DIAG=y
27556 +# CONFIG_TCP_CONG_ADVANCED is not set
27557 +CONFIG_TCP_CONG_CUBIC=y
27558 +CONFIG_DEFAULT_TCP_CONG="cubic"
27559 +# CONFIG_TCP_MD5SIG is not set
27560 +# CONFIG_IPV6 is not set
27561 +# CONFIG_INET6_XFRM_TUNNEL is not set
27562 +# CONFIG_INET6_TUNNEL is not set
27563 +# CONFIG_NETWORK_SECMARK is not set
27564 +# CONFIG_NETFILTER is not set
27565 +# CONFIG_IP_DCCP is not set
27566 +# CONFIG_IP_SCTP is not set
27567 +# CONFIG_TIPC is not set
27568 +# CONFIG_ATM is not set
27569 +# CONFIG_BRIDGE is not set
27570 +# CONFIG_VLAN_8021Q is not set
27571 +# CONFIG_DECNET is not set
27572 +# CONFIG_LLC2 is not set
27573 +# CONFIG_IPX is not set
27574 +# CONFIG_ATALK is not set
27575 +# CONFIG_X25 is not set
27576 +# CONFIG_LAPB is not set
27577 +# CONFIG_ECONET is not set
27578 +# CONFIG_WAN_ROUTER is not set
27579 +# CONFIG_NET_SCHED is not set
27584 +# CONFIG_NET_PKTGEN is not set
27585 +# CONFIG_HAMRADIO is not set
27586 +# CONFIG_CAN is not set
27587 +# CONFIG_IRDA is not set
27588 +# CONFIG_BT is not set
27589 +# CONFIG_AF_RXRPC is not set
27594 +# CONFIG_CFG80211 is not set
27595 +# CONFIG_WIRELESS_EXT is not set
27596 +# CONFIG_MAC80211 is not set
27597 +# CONFIG_IEEE80211 is not set
27598 +# CONFIG_RFKILL is not set
27599 +# CONFIG_NET_9P is not set
27606 +# Generic Driver Options
27608 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
27609 +CONFIG_STANDALONE=y
27610 +CONFIG_PREVENT_FIRMWARE_BUILD=y
27611 +# CONFIG_FW_LOADER is not set
27612 +# CONFIG_SYS_HYPERVISOR is not set
27613 +# CONFIG_CONNECTOR is not set
27615 +# CONFIG_MTD_DEBUG is not set
27616 +# CONFIG_MTD_CONCAT is not set
27617 +# CONFIG_MTD_PARTITIONS is not set
27620 +# User Modules And Translation Layers
27623 +# CONFIG_MTD_BLKDEVS is not set
27624 +# CONFIG_MTD_BLOCK is not set
27625 +# CONFIG_MTD_BLOCK_RO is not set
27626 +# CONFIG_FTL is not set
27627 +# CONFIG_NFTL is not set
27628 +# CONFIG_INFTL is not set
27629 +# CONFIG_RFD_FTL is not set
27630 +# CONFIG_SSFDC is not set
27631 +# CONFIG_MTD_OOPS is not set
27634 +# RAM/ROM/Flash chip drivers
27637 +# CONFIG_MTD_JEDECPROBE is not set
27638 +CONFIG_MTD_GEN_PROBE=y
27639 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
27640 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
27641 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
27642 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
27643 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
27644 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
27645 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
27646 +CONFIG_MTD_CFI_I1=y
27647 +CONFIG_MTD_CFI_I2=y
27648 +# CONFIG_MTD_CFI_I4 is not set
27649 +# CONFIG_MTD_CFI_I8 is not set
27650 +# CONFIG_MTD_CFI_INTELEXT is not set
27651 +CONFIG_MTD_CFI_AMDSTD=y
27652 +# CONFIG_MTD_CFI_STAA is not set
27653 +CONFIG_MTD_CFI_UTIL=y
27654 +# CONFIG_MTD_RAM is not set
27655 +# CONFIG_MTD_ROM is not set
27656 +# CONFIG_MTD_ABSENT is not set
27659 +# Mapping drivers for chip access
27661 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
27662 +CONFIG_MTD_PHYSMAP=y
27663 +CONFIG_MTD_PHYSMAP_START=0xfe000000
27664 +CONFIG_MTD_PHYSMAP_LEN=0x800000
27665 +CONFIG_MTD_PHYSMAP_BANKWIDTH=2
27666 +# CONFIG_MTD_PHYSMAP_OF is not set
27667 +# CONFIG_MTD_INTEL_VR_NOR is not set
27668 +# CONFIG_MTD_PLATRAM is not set
27671 +# Self-contained MTD device drivers
27673 +# CONFIG_MTD_PMC551 is not set
27674 +# CONFIG_MTD_DATAFLASH is not set
27675 +# CONFIG_MTD_M25P80 is not set
27676 +# CONFIG_MTD_SLRAM is not set
27677 +# CONFIG_MTD_PHRAM is not set
27678 +# CONFIG_MTD_MTDRAM is not set
27679 +# CONFIG_MTD_BLOCK2MTD is not set
27682 +# Disk-On-Chip Device Drivers
27684 +# CONFIG_MTD_DOC2000 is not set
27685 +# CONFIG_MTD_DOC2001 is not set
27686 +# CONFIG_MTD_DOC2001PLUS is not set
27687 +# CONFIG_MTD_NAND is not set
27688 +# CONFIG_MTD_ONENAND is not set
27691 +# UBI - Unsorted block images
27693 +# CONFIG_MTD_UBI is not set
27694 +CONFIG_OF_DEVICE=y
27695 +# CONFIG_PARPORT is not set
27697 +# CONFIG_BLK_DEV_FD is not set
27698 +# CONFIG_BLK_CPQ_DA is not set
27699 +# CONFIG_BLK_CPQ_CISS_DA is not set
27700 +# CONFIG_BLK_DEV_DAC960 is not set
27701 +# CONFIG_BLK_DEV_UMEM is not set
27702 +# CONFIG_BLK_DEV_COW_COMMON is not set
27703 +CONFIG_BLK_DEV_LOOP=y
27704 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
27705 +# CONFIG_BLK_DEV_NBD is not set
27706 +# CONFIG_BLK_DEV_SX8 is not set
27707 +# CONFIG_BLK_DEV_UB is not set
27708 +CONFIG_BLK_DEV_RAM=y
27709 +CONFIG_BLK_DEV_RAM_COUNT=16
27710 +CONFIG_BLK_DEV_RAM_SIZE=32768
27711 +# CONFIG_BLK_DEV_XIP is not set
27712 +# CONFIG_CDROM_PKTCDVD is not set
27713 +# CONFIG_ATA_OVER_ETH is not set
27714 +CONFIG_MISC_DEVICES=y
27715 +# CONFIG_PHANTOM is not set
27716 +# CONFIG_EEPROM_93CX6 is not set
27717 +# CONFIG_SGI_IOC4 is not set
27718 +# CONFIG_TIFM_CORE is not set
27719 +# CONFIG_ENCLOSURE_SERVICES is not set
27721 +# CONFIG_IDE is not set
27724 +# SCSI device support
27726 +# CONFIG_RAID_ATTRS is not set
27729 +# CONFIG_SCSI_TGT is not set
27730 +# CONFIG_SCSI_NETLINK is not set
27731 +CONFIG_SCSI_PROC_FS=y
27734 +# SCSI support type (disk, tape, CD-ROM)
27736 +CONFIG_BLK_DEV_SD=y
27737 +# CONFIG_CHR_DEV_ST is not set
27738 +# CONFIG_CHR_DEV_OSST is not set
27739 +# CONFIG_BLK_DEV_SR is not set
27740 +CONFIG_CHR_DEV_SG=y
27741 +# CONFIG_CHR_DEV_SCH is not set
27744 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
27746 +# CONFIG_SCSI_MULTI_LUN is not set
27747 +# CONFIG_SCSI_CONSTANTS is not set
27748 +# CONFIG_SCSI_LOGGING is not set
27749 +# CONFIG_SCSI_SCAN_ASYNC is not set
27750 +CONFIG_SCSI_WAIT_SCAN=m
27755 +CONFIG_SCSI_SPI_ATTRS=y
27756 +# CONFIG_SCSI_FC_ATTRS is not set
27757 +# CONFIG_SCSI_ISCSI_ATTRS is not set
27758 +# CONFIG_SCSI_SAS_LIBSAS is not set
27759 +# CONFIG_SCSI_SRP_ATTRS is not set
27760 +CONFIG_SCSI_LOWLEVEL=y
27761 +# CONFIG_ISCSI_TCP is not set
27762 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
27763 +# CONFIG_SCSI_3W_9XXX is not set
27764 +# CONFIG_SCSI_ACARD is not set
27765 +# CONFIG_SCSI_AACRAID is not set
27766 +# CONFIG_SCSI_AIC7XXX is not set
27767 +# CONFIG_SCSI_AIC7XXX_OLD is not set
27768 +# CONFIG_SCSI_AIC79XX is not set
27769 +# CONFIG_SCSI_AIC94XX is not set
27770 +# CONFIG_SCSI_DPT_I2O is not set
27771 +# CONFIG_SCSI_ADVANSYS is not set
27772 +# CONFIG_SCSI_ARCMSR is not set
27773 +# CONFIG_MEGARAID_NEWGEN is not set
27774 +# CONFIG_MEGARAID_LEGACY is not set
27775 +# CONFIG_MEGARAID_SAS is not set
27776 +# CONFIG_SCSI_HPTIOP is not set
27777 +# CONFIG_SCSI_BUSLOGIC is not set
27778 +# CONFIG_SCSI_DMX3191D is not set
27779 +# CONFIG_SCSI_EATA is not set
27780 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
27781 +# CONFIG_SCSI_GDTH is not set
27782 +# CONFIG_SCSI_IPS is not set
27783 +# CONFIG_SCSI_INITIO is not set
27784 +# CONFIG_SCSI_INIA100 is not set
27785 +# CONFIG_SCSI_MVSAS is not set
27786 +# CONFIG_SCSI_STEX is not set
27787 +# CONFIG_SCSI_SYM53C8XX_2 is not set
27788 +# CONFIG_SCSI_QLOGIC_1280 is not set
27789 +# CONFIG_SCSI_QLA_FC is not set
27790 +# CONFIG_SCSI_QLA_ISCSI is not set
27791 +# CONFIG_SCSI_LPFC is not set
27792 +# CONFIG_SCSI_DC395x is not set
27793 +# CONFIG_SCSI_DC390T is not set
27794 +# CONFIG_SCSI_NSP32 is not set
27795 +# CONFIG_SCSI_DEBUG is not set
27796 +# CONFIG_SCSI_SRP is not set
27797 +# CONFIG_ATA is not set
27798 +# CONFIG_MD is not set
27799 +# CONFIG_FUSION is not set
27802 +# IEEE 1394 (FireWire) support
27804 +# CONFIG_FIREWIRE is not set
27805 +# CONFIG_IEEE1394 is not set
27806 +# CONFIG_I2O is not set
27807 +# CONFIG_MACINTOSH_DRIVERS is not set
27808 +CONFIG_NETDEVICES=y
27809 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
27810 +# CONFIG_DUMMY is not set
27811 +# CONFIG_BONDING is not set
27812 +# CONFIG_MACVLAN is not set
27813 +# CONFIG_EQUALIZER is not set
27814 +# CONFIG_TUN is not set
27815 +# CONFIG_VETH is not set
27816 +# CONFIG_ARCNET is not set
27820 +# MII PHY device drivers
27822 +# CONFIG_MARVELL_PHY is not set
27823 +# CONFIG_DAVICOM_PHY is not set
27824 +# CONFIG_QSEMI_PHY is not set
27825 +# CONFIG_LXT_PHY is not set
27826 +CONFIG_CICADA_PHY=y
27827 +# CONFIG_VITESSE_PHY is not set
27828 +# CONFIG_SMSC_PHY is not set
27829 +# CONFIG_BROADCOM_PHY is not set
27830 +# CONFIG_ICPLUS_PHY is not set
27831 +# CONFIG_REALTEK_PHY is not set
27832 +# CONFIG_FIXED_PHY is not set
27833 +# CONFIG_MDIO_BITBANG is not set
27834 +# CONFIG_NET_ETHERNET is not set
27835 +CONFIG_NETDEV_1000=y
27836 +# CONFIG_ACENIC is not set
27837 +# CONFIG_DL2K is not set
27838 +# CONFIG_E1000 is not set
27839 +# CONFIG_E1000E is not set
27840 +# CONFIG_E1000E_ENABLED is not set
27841 +# CONFIG_IP1000 is not set
27842 +# CONFIG_IGB is not set
27843 +# CONFIG_NS83820 is not set
27844 +# CONFIG_HAMACHI is not set
27845 +# CONFIG_YELLOWFIN is not set
27846 +# CONFIG_R8169 is not set
27847 +# CONFIG_SIS190 is not set
27848 +# CONFIG_SKGE is not set
27849 +# CONFIG_SKY2 is not set
27850 +# CONFIG_SK98LIN is not set
27851 +# CONFIG_VIA_VELOCITY is not set
27852 +# CONFIG_TIGON3 is not set
27853 +# CONFIG_BNX2 is not set
27855 +CONFIG_GFAR_NAPI=y
27856 +# CONFIG_QLA3XXX is not set
27857 +# CONFIG_ATL1 is not set
27858 +CONFIG_NETDEV_10000=y
27859 +# CONFIG_CHELSIO_T1 is not set
27860 +# CONFIG_CHELSIO_T3 is not set
27861 +# CONFIG_IXGBE is not set
27862 +# CONFIG_IXGB is not set
27863 +# CONFIG_S2IO is not set
27864 +# CONFIG_MYRI10GE is not set
27865 +# CONFIG_NETXEN_NIC is not set
27866 +# CONFIG_NIU is not set
27867 +# CONFIG_MLX4_CORE is not set
27868 +# CONFIG_TEHUTI is not set
27869 +# CONFIG_BNX2X is not set
27870 +# CONFIG_TR is not set
27875 +# CONFIG_WLAN_PRE80211 is not set
27876 +# CONFIG_WLAN_80211 is not set
27879 +# USB Network Adapters
27881 +# CONFIG_USB_CATC is not set
27882 +# CONFIG_USB_KAWETH is not set
27883 +# CONFIG_USB_PEGASUS is not set
27884 +# CONFIG_USB_RTL8150 is not set
27885 +# CONFIG_USB_USBNET is not set
27886 +# CONFIG_WAN is not set
27887 +# CONFIG_FDDI is not set
27888 +# CONFIG_HIPPI is not set
27889 +# CONFIG_PPP is not set
27890 +# CONFIG_SLIP is not set
27891 +# CONFIG_NET_FC is not set
27892 +# CONFIG_NETCONSOLE is not set
27893 +# CONFIG_NETPOLL is not set
27894 +# CONFIG_NET_POLL_CONTROLLER is not set
27895 +# CONFIG_ISDN is not set
27896 +# CONFIG_PHONE is not set
27899 +# Input device support
27901 +# CONFIG_INPUT is not set
27904 +# Hardware I/O ports
27906 +# CONFIG_SERIO is not set
27907 +# CONFIG_GAMEPORT is not set
27910 +# Character devices
27912 +# CONFIG_VT is not set
27913 +# CONFIG_SERIAL_NONSTANDARD is not set
27914 +# CONFIG_NOZOMI is not set
27919 +CONFIG_SERIAL_8250=y
27920 +CONFIG_SERIAL_8250_CONSOLE=y
27921 +# CONFIG_SERIAL_8250_PCI is not set
27922 +CONFIG_SERIAL_8250_NR_UARTS=4
27923 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
27924 +# CONFIG_SERIAL_8250_EXTENDED is not set
27927 +# Non-8250 serial port support
27929 +# CONFIG_SERIAL_UARTLITE is not set
27930 +CONFIG_SERIAL_CORE=y
27931 +CONFIG_SERIAL_CORE_CONSOLE=y
27932 +# CONFIG_SERIAL_JSM is not set
27933 +# CONFIG_SERIAL_OF_PLATFORM is not set
27934 +CONFIG_UNIX98_PTYS=y
27935 +CONFIG_LEGACY_PTYS=y
27936 +CONFIG_LEGACY_PTY_COUNT=256
27937 +# CONFIG_IPMI_HANDLER is not set
27938 +CONFIG_HW_RANDOM=y
27939 +# CONFIG_NVRAM is not set
27940 +# CONFIG_GEN_RTC is not set
27941 +# CONFIG_R3964 is not set
27942 +# CONFIG_APPLICOM is not set
27943 +# CONFIG_RAW_DRIVER is not set
27944 +# CONFIG_TCG_TPM is not set
27947 +CONFIG_I2C_BOARDINFO=y
27948 +CONFIG_I2C_CHARDEV=y
27953 +# CONFIG_I2C_ALGOBIT is not set
27954 +# CONFIG_I2C_ALGOPCF is not set
27955 +# CONFIG_I2C_ALGOPCA is not set
27958 +# I2C Hardware Bus support
27960 +# CONFIG_I2C_ALI1535 is not set
27961 +# CONFIG_I2C_ALI1563 is not set
27962 +# CONFIG_I2C_ALI15X3 is not set
27963 +# CONFIG_I2C_AMD756 is not set
27964 +# CONFIG_I2C_AMD8111 is not set
27965 +# CONFIG_I2C_I801 is not set
27966 +# CONFIG_I2C_I810 is not set
27967 +# CONFIG_I2C_PIIX4 is not set
27969 +# CONFIG_I2C_NFORCE2 is not set
27970 +# CONFIG_I2C_OCORES is not set
27971 +# CONFIG_I2C_PARPORT_LIGHT is not set
27972 +# CONFIG_I2C_PROSAVAGE is not set
27973 +# CONFIG_I2C_SAVAGE4 is not set
27974 +# CONFIG_I2C_SIMTEC is not set
27975 +# CONFIG_I2C_SIS5595 is not set
27976 +# CONFIG_I2C_SIS630 is not set
27977 +# CONFIG_I2C_SIS96X is not set
27978 +# CONFIG_I2C_TAOS_EVM is not set
27979 +# CONFIG_I2C_STUB is not set
27980 +# CONFIG_I2C_TINY_USB is not set
27981 +# CONFIG_I2C_VIA is not set
27982 +# CONFIG_I2C_VIAPRO is not set
27983 +# CONFIG_I2C_VOODOO3 is not set
27986 +# Miscellaneous I2C Chip support
27988 +# CONFIG_DS1682 is not set
27989 +# CONFIG_SENSORS_EEPROM is not set
27990 +CONFIG_SENSORS_PCF8574=y
27991 +# CONFIG_PCF8575 is not set
27992 +# CONFIG_SENSORS_PCF8591 is not set
27993 +# CONFIG_TPS65010 is not set
27994 +# CONFIG_SENSORS_MAX6875 is not set
27995 +# CONFIG_SENSORS_TSL2550 is not set
27996 +# CONFIG_I2C_DEBUG_CORE is not set
27997 +# CONFIG_I2C_DEBUG_ALGO is not set
27998 +# CONFIG_I2C_DEBUG_BUS is not set
27999 +# CONFIG_I2C_DEBUG_CHIP is not set
28005 +CONFIG_SPI_MASTER=y
28008 +# SPI Master Controller Drivers
28010 +CONFIG_SPI_BITBANG=y
28011 +CONFIG_SPI_MPC83xx=y
28014 +# SPI Protocol Masters
28016 +# CONFIG_SPI_AT25 is not set
28017 +# CONFIG_SPI_SPIDEV is not set
28018 +# CONFIG_SPI_TLE62X0 is not set
28019 +# CONFIG_W1 is not set
28020 +# CONFIG_POWER_SUPPLY is not set
28021 +# CONFIG_HWMON is not set
28022 +# CONFIG_THERMAL is not set
28024 +# CONFIG_WATCHDOG_NOWAYOUT is not set
28027 +# Watchdog Device Drivers
28029 +# CONFIG_SOFT_WATCHDOG is not set
28033 +# PCI-based Watchdog Cards
28035 +# CONFIG_PCIPCWATCHDOG is not set
28036 +# CONFIG_WDTPCI is not set
28039 +# USB-based Watchdog Cards
28041 +# CONFIG_USBPCWATCHDOG is not set
28044 +# Sonics Silicon Backplane
28046 +CONFIG_SSB_POSSIBLE=y
28047 +# CONFIG_SSB is not set
28050 +# Multifunction device drivers
28052 +# CONFIG_MFD_SM501 is not set
28055 +# Multimedia devices
28057 +# CONFIG_VIDEO_DEV is not set
28058 +# CONFIG_DVB_CORE is not set
28060 +# CONFIG_USB_DABUSB is not set
28063 +# Graphics support
28065 +# CONFIG_AGP is not set
28066 +# CONFIG_DRM is not set
28067 +# CONFIG_VGASTATE is not set
28068 +CONFIG_VIDEO_OUTPUT_CONTROL=m
28069 +# CONFIG_FB is not set
28070 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
28073 +# Display device support
28075 +# CONFIG_DISPLAY_SUPPORT is not set
28080 +# CONFIG_SOUND is not set
28081 +CONFIG_USB_SUPPORT=y
28082 +CONFIG_USB_ARCH_HAS_HCD=y
28083 +CONFIG_USB_ARCH_HAS_OHCI=y
28084 +CONFIG_USB_ARCH_HAS_EHCI=y
28086 +# CONFIG_USB_DEBUG is not set
28087 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
28090 +# Miscellaneous USB options
28092 +# CONFIG_USB_DEVICEFS is not set
28093 +CONFIG_USB_DEVICE_CLASS=y
28094 +# CONFIG_USB_DYNAMIC_MINORS is not set
28095 +# CONFIG_USB_OTG is not set
28098 +# USB Host Controller Drivers
28100 +CONFIG_USB_EHCI_HCD=y
28101 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
28102 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
28103 +CONFIG_USB_EHCI_FSL=y
28104 +CONFIG_USB_EHCI_HCD_PPC_OF=y
28105 +# CONFIG_USB_ISP116X_HCD is not set
28106 +# CONFIG_USB_OHCI_HCD is not set
28107 +CONFIG_USB_UHCI_HCD=y
28108 +# CONFIG_USB_SL811_HCD is not set
28109 +# CONFIG_USB_R8A66597_HCD is not set
28112 +# USB Device Class drivers
28114 +# CONFIG_USB_ACM is not set
28115 +# CONFIG_USB_PRINTER is not set
28118 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
28122 +# may also be needed; see USB_STORAGE Help for more information
28124 +CONFIG_USB_STORAGE=y
28125 +# CONFIG_USB_STORAGE_DEBUG is not set
28126 +# CONFIG_USB_STORAGE_DATAFAB is not set
28127 +# CONFIG_USB_STORAGE_FREECOM is not set
28128 +# CONFIG_USB_STORAGE_ISD200 is not set
28129 +# CONFIG_USB_STORAGE_DPCM is not set
28130 +# CONFIG_USB_STORAGE_USBAT is not set
28131 +# CONFIG_USB_STORAGE_SDDR09 is not set
28132 +# CONFIG_USB_STORAGE_SDDR55 is not set
28133 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
28134 +# CONFIG_USB_STORAGE_ALAUDA is not set
28135 +# CONFIG_USB_STORAGE_KARMA is not set
28136 +# CONFIG_USB_LIBUSUAL is not set
28139 +# USB Imaging devices
28141 +# CONFIG_USB_MDC800 is not set
28142 +# CONFIG_USB_MICROTEK is not set
28146 +# USB port drivers
28148 +# CONFIG_USB_SERIAL is not set
28151 +# USB Miscellaneous drivers
28153 +# CONFIG_USB_EMI62 is not set
28154 +# CONFIG_USB_EMI26 is not set
28155 +# CONFIG_USB_ADUTUX is not set
28156 +# CONFIG_USB_AUERSWALD is not set
28157 +# CONFIG_USB_RIO500 is not set
28158 +# CONFIG_USB_LEGOTOWER is not set
28159 +# CONFIG_USB_LCD is not set
28160 +# CONFIG_USB_BERRY_CHARGE is not set
28161 +# CONFIG_USB_LED is not set
28162 +# CONFIG_USB_CYPRESS_CY7C63 is not set
28163 +# CONFIG_USB_CYTHERM is not set
28164 +# CONFIG_USB_PHIDGET is not set
28165 +# CONFIG_USB_IDMOUSE is not set
28166 +# CONFIG_USB_FTDI_ELAN is not set
28167 +# CONFIG_USB_APPLEDISPLAY is not set
28168 +# CONFIG_USB_SISUSBVGA is not set
28169 +# CONFIG_USB_LD is not set
28170 +# CONFIG_USB_TRANCEVIBRATOR is not set
28171 +# CONFIG_USB_IOWARRIOR is not set
28172 +# CONFIG_USB_GADGET is not set
28173 +# CONFIG_MMC is not set
28174 +# CONFIG_MEMSTICK is not set
28175 +# CONFIG_NEW_LEDS is not set
28176 +# CONFIG_INFINIBAND is not set
28177 +# CONFIG_EDAC is not set
28179 +CONFIG_RTC_CLASS=y
28180 +CONFIG_RTC_HCTOSYS=y
28181 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
28182 +# CONFIG_RTC_DEBUG is not set
28187 +CONFIG_RTC_INTF_SYSFS=y
28188 +CONFIG_RTC_INTF_PROC=y
28189 +CONFIG_RTC_INTF_DEV=y
28190 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
28191 +# CONFIG_RTC_DRV_TEST is not set
28196 +CONFIG_RTC_DRV_DS1307=y
28197 +# CONFIG_RTC_DRV_DS1374 is not set
28198 +# CONFIG_RTC_DRV_DS1672 is not set
28199 +# CONFIG_RTC_DRV_MAX6900 is not set
28200 +# CONFIG_RTC_DRV_RS5C372 is not set
28201 +# CONFIG_RTC_DRV_ISL1208 is not set
28202 +# CONFIG_RTC_DRV_X1205 is not set
28203 +# CONFIG_RTC_DRV_PCF8563 is not set
28204 +# CONFIG_RTC_DRV_PCF8583 is not set
28205 +# CONFIG_RTC_DRV_M41T80 is not set
28206 +# CONFIG_RTC_DRV_S35390A is not set
28211 +# CONFIG_RTC_DRV_MAX6902 is not set
28212 +# CONFIG_RTC_DRV_R9701 is not set
28213 +# CONFIG_RTC_DRV_RS5C348 is not set
28216 +# Platform RTC drivers
28218 +# CONFIG_RTC_DRV_CMOS is not set
28219 +# CONFIG_RTC_DRV_DS1511 is not set
28220 +# CONFIG_RTC_DRV_DS1553 is not set
28221 +# CONFIG_RTC_DRV_DS1742 is not set
28222 +# CONFIG_RTC_DRV_STK17TA8 is not set
28223 +# CONFIG_RTC_DRV_M48T86 is not set
28224 +# CONFIG_RTC_DRV_M48T59 is not set
28225 +# CONFIG_RTC_DRV_V3020 is not set
28228 +# on-CPU RTC drivers
28230 +# CONFIG_DMADEVICES is not set
28235 +# CONFIG_UIO is not set
28241 +# CONFIG_EXT2_FS_XATTR is not set
28242 +# CONFIG_EXT2_FS_XIP is not set
28244 +CONFIG_EXT3_FS_XATTR=y
28245 +# CONFIG_EXT3_FS_POSIX_ACL is not set
28246 +# CONFIG_EXT3_FS_SECURITY is not set
28247 +# CONFIG_EXT4DEV_FS is not set
28249 +CONFIG_FS_MBCACHE=y
28250 +# CONFIG_REISERFS_FS is not set
28251 +# CONFIG_JFS_FS is not set
28252 +# CONFIG_FS_POSIX_ACL is not set
28253 +# CONFIG_XFS_FS is not set
28254 +# CONFIG_GFS2_FS is not set
28255 +# CONFIG_OCFS2_FS is not set
28258 +CONFIG_INOTIFY_USER=y
28259 +# CONFIG_QUOTA is not set
28260 +# CONFIG_AUTOFS_FS is not set
28261 +# CONFIG_AUTOFS4_FS is not set
28262 +# CONFIG_FUSE_FS is not set
28265 +# CD-ROM/DVD Filesystems
28267 +# CONFIG_ISO9660_FS is not set
28268 +# CONFIG_UDF_FS is not set
28271 +# DOS/FAT/NT Filesystems
28276 +CONFIG_FAT_DEFAULT_CODEPAGE=437
28277 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
28278 +# CONFIG_NTFS_FS is not set
28281 +# Pseudo filesystems
28284 +CONFIG_PROC_KCORE=y
28285 +CONFIG_PROC_SYSCTL=y
28288 +# CONFIG_TMPFS_POSIX_ACL is not set
28289 +# CONFIG_HUGETLB_PAGE is not set
28290 +# CONFIG_CONFIGFS_FS is not set
28293 +# Miscellaneous filesystems
28295 +# CONFIG_ADFS_FS is not set
28296 +# CONFIG_AFFS_FS is not set
28297 +# CONFIG_HFS_FS is not set
28298 +# CONFIG_HFSPLUS_FS is not set
28299 +# CONFIG_BEFS_FS is not set
28300 +# CONFIG_BFS_FS is not set
28301 +# CONFIG_EFS_FS is not set
28302 +# CONFIG_JFFS2_FS is not set
28303 +# CONFIG_CRAMFS is not set
28304 +# CONFIG_VXFS_FS is not set
28305 +# CONFIG_MINIX_FS is not set
28306 +# CONFIG_HPFS_FS is not set
28307 +# CONFIG_QNX4FS_FS is not set
28308 +# CONFIG_ROMFS_FS is not set
28309 +# CONFIG_SYSV_FS is not set
28310 +# CONFIG_UFS_FS is not set
28311 +CONFIG_NETWORK_FILESYSTEMS=y
28314 +# CONFIG_NFS_V3_ACL is not set
28316 +# CONFIG_NFS_DIRECTIO is not set
28317 +# CONFIG_NFSD is not set
28321 +CONFIG_NFS_COMMON=y
28323 +CONFIG_SUNRPC_GSS=y
28324 +# CONFIG_SUNRPC_BIND34 is not set
28325 +CONFIG_RPCSEC_GSS_KRB5=y
28326 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
28327 +# CONFIG_SMB_FS is not set
28328 +# CONFIG_CIFS is not set
28329 +# CONFIG_NCP_FS is not set
28330 +# CONFIG_CODA_FS is not set
28331 +# CONFIG_AFS_FS is not set
28336 +CONFIG_PARTITION_ADVANCED=y
28337 +# CONFIG_ACORN_PARTITION is not set
28338 +# CONFIG_OSF_PARTITION is not set
28339 +# CONFIG_AMIGA_PARTITION is not set
28340 +# CONFIG_ATARI_PARTITION is not set
28341 +CONFIG_MAC_PARTITION=y
28342 +CONFIG_MSDOS_PARTITION=y
28343 +# CONFIG_BSD_DISKLABEL is not set
28344 +# CONFIG_MINIX_SUBPARTITION is not set
28345 +# CONFIG_SOLARIS_X86_PARTITION is not set
28346 +# CONFIG_UNIXWARE_DISKLABEL is not set
28347 +# CONFIG_LDM_PARTITION is not set
28348 +# CONFIG_SGI_PARTITION is not set
28349 +# CONFIG_ULTRIX_PARTITION is not set
28350 +# CONFIG_SUN_PARTITION is not set
28351 +# CONFIG_KARMA_PARTITION is not set
28352 +# CONFIG_EFI_PARTITION is not set
28353 +# CONFIG_SYSV68_PARTITION is not set
28355 +CONFIG_NLS_DEFAULT="iso8859-1"
28356 +# CONFIG_NLS_CODEPAGE_437 is not set
28357 +# CONFIG_NLS_CODEPAGE_737 is not set
28358 +# CONFIG_NLS_CODEPAGE_775 is not set
28359 +# CONFIG_NLS_CODEPAGE_850 is not set
28360 +# CONFIG_NLS_CODEPAGE_852 is not set
28361 +# CONFIG_NLS_CODEPAGE_855 is not set
28362 +# CONFIG_NLS_CODEPAGE_857 is not set
28363 +# CONFIG_NLS_CODEPAGE_860 is not set
28364 +# CONFIG_NLS_CODEPAGE_861 is not set
28365 +# CONFIG_NLS_CODEPAGE_862 is not set
28366 +# CONFIG_NLS_CODEPAGE_863 is not set
28367 +# CONFIG_NLS_CODEPAGE_864 is not set
28368 +# CONFIG_NLS_CODEPAGE_865 is not set
28369 +# CONFIG_NLS_CODEPAGE_866 is not set
28370 +# CONFIG_NLS_CODEPAGE_869 is not set
28371 +# CONFIG_NLS_CODEPAGE_936 is not set
28372 +# CONFIG_NLS_CODEPAGE_950 is not set
28373 +# CONFIG_NLS_CODEPAGE_932 is not set
28374 +# CONFIG_NLS_CODEPAGE_949 is not set
28375 +# CONFIG_NLS_CODEPAGE_874 is not set
28376 +# CONFIG_NLS_ISO8859_8 is not set
28377 +# CONFIG_NLS_CODEPAGE_1250 is not set
28378 +# CONFIG_NLS_CODEPAGE_1251 is not set
28379 +# CONFIG_NLS_ASCII is not set
28380 +# CONFIG_NLS_ISO8859_1 is not set
28381 +# CONFIG_NLS_ISO8859_2 is not set
28382 +# CONFIG_NLS_ISO8859_3 is not set
28383 +# CONFIG_NLS_ISO8859_4 is not set
28384 +# CONFIG_NLS_ISO8859_5 is not set
28385 +# CONFIG_NLS_ISO8859_6 is not set
28386 +# CONFIG_NLS_ISO8859_7 is not set
28387 +# CONFIG_NLS_ISO8859_9 is not set
28388 +# CONFIG_NLS_ISO8859_13 is not set
28389 +# CONFIG_NLS_ISO8859_14 is not set
28390 +# CONFIG_NLS_ISO8859_15 is not set
28391 +# CONFIG_NLS_KOI8_R is not set
28392 +# CONFIG_NLS_KOI8_U is not set
28393 +# CONFIG_NLS_UTF8 is not set
28394 +# CONFIG_DLM is not set
28397 +# Library routines
28399 +CONFIG_BITREVERSE=y
28400 +# CONFIG_CRC_CCITT is not set
28401 +# CONFIG_CRC16 is not set
28402 +# CONFIG_CRC_ITU_T is not set
28404 +# CONFIG_CRC7 is not set
28405 +# CONFIG_LIBCRC32C is not set
28407 +CONFIG_HAS_IOMEM=y
28408 +CONFIG_HAS_IOPORT=y
28414 +# CONFIG_PRINTK_TIME is not set
28415 +CONFIG_ENABLE_WARN_DEPRECATED=y
28416 +CONFIG_ENABLE_MUST_CHECK=y
28417 +# CONFIG_MAGIC_SYSRQ is not set
28418 +# CONFIG_UNUSED_SYMBOLS is not set
28419 +# CONFIG_DEBUG_FS is not set
28420 +# CONFIG_HEADERS_CHECK is not set
28421 +# CONFIG_DEBUG_KERNEL is not set
28422 +# CONFIG_SLUB_DEBUG_ON is not set
28423 +# CONFIG_SLUB_STATS is not set
28424 +# CONFIG_DEBUG_BUGVERBOSE is not set
28425 +# CONFIG_SAMPLES is not set
28426 +# CONFIG_PPC_EARLY_DEBUG is not set
28429 +# Security options
28431 +# CONFIG_KEYS is not set
28432 +# CONFIG_SECURITY is not set
28433 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
28435 +CONFIG_CRYPTO_ALGAPI=y
28436 +CONFIG_CRYPTO_BLKCIPHER=y
28437 +# CONFIG_CRYPTO_SEQIV is not set
28438 +CONFIG_CRYPTO_MANAGER=y
28439 +# CONFIG_CRYPTO_HMAC is not set
28440 +# CONFIG_CRYPTO_XCBC is not set
28441 +# CONFIG_CRYPTO_NULL is not set
28442 +# CONFIG_CRYPTO_MD4 is not set
28443 +CONFIG_CRYPTO_MD5=y
28444 +# CONFIG_CRYPTO_SHA1 is not set
28445 +# CONFIG_CRYPTO_SHA256 is not set
28446 +# CONFIG_CRYPTO_SHA512 is not set
28447 +# CONFIG_CRYPTO_WP512 is not set
28448 +# CONFIG_CRYPTO_TGR192 is not set
28449 +# CONFIG_CRYPTO_GF128MUL is not set
28450 +# CONFIG_CRYPTO_ECB is not set
28451 +CONFIG_CRYPTO_CBC=y
28452 +CONFIG_CRYPTO_PCBC=m
28453 +# CONFIG_CRYPTO_LRW is not set
28454 +# CONFIG_CRYPTO_XTS is not set
28455 +# CONFIG_CRYPTO_CTR is not set
28456 +# CONFIG_CRYPTO_GCM is not set
28457 +# CONFIG_CRYPTO_CCM is not set
28458 +# CONFIG_CRYPTO_CRYPTD is not set
28459 +CONFIG_CRYPTO_DES=y
28460 +# CONFIG_CRYPTO_FCRYPT is not set
28461 +# CONFIG_CRYPTO_BLOWFISH is not set
28462 +# CONFIG_CRYPTO_TWOFISH is not set
28463 +# CONFIG_CRYPTO_SERPENT is not set
28464 +# CONFIG_CRYPTO_AES is not set
28465 +# CONFIG_CRYPTO_CAST5 is not set
28466 +# CONFIG_CRYPTO_CAST6 is not set
28467 +# CONFIG_CRYPTO_TEA is not set
28468 +# CONFIG_CRYPTO_ARC4 is not set
28469 +# CONFIG_CRYPTO_KHAZAD is not set
28470 +# CONFIG_CRYPTO_ANUBIS is not set
28471 +# CONFIG_CRYPTO_SEED is not set
28472 +# CONFIG_CRYPTO_SALSA20 is not set
28473 +# CONFIG_CRYPTO_DEFLATE is not set
28474 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
28475 +# CONFIG_CRYPTO_CRC32C is not set
28476 +# CONFIG_CRYPTO_CAMELLIA is not set
28477 +# CONFIG_CRYPTO_TEST is not set
28478 +# CONFIG_CRYPTO_AUTHENC is not set
28479 +# CONFIG_CRYPTO_LZO is not set
28480 +CONFIG_CRYPTO_HW=y
28481 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
28482 +# CONFIG_PPC_CLOCK is not set
28484 +++ b/arch/powerpc/configs/83xx/mpc834x_mds_defconfig
28487 +# Automatically generated make config: don't edit
28488 +# Linux kernel version: 2.6.25-rc7
28489 +# Mon Mar 31 11:36:56 2008
28491 +# CONFIG_PPC64 is not set
28494 +# Processor support
28497 +# CONFIG_PPC_85xx is not set
28498 +# CONFIG_PPC_8xx is not set
28499 +# CONFIG_40x is not set
28500 +# CONFIG_44x is not set
28501 +# CONFIG_E200 is not set
28503 +# CONFIG_FSL_EMB_PERFMON is not set
28504 +CONFIG_PPC_STD_MMU=y
28505 +CONFIG_PPC_STD_MMU_32=y
28506 +# CONFIG_PPC_MM_SLICES is not set
28507 +# CONFIG_SMP is not set
28509 +CONFIG_WORD_SIZE=32
28510 +CONFIG_PPC_MERGE=y
28512 +CONFIG_GENERIC_CMOS_UPDATE=y
28513 +CONFIG_GENERIC_TIME=y
28514 +CONFIG_GENERIC_TIME_VSYSCALL=y
28515 +CONFIG_GENERIC_CLOCKEVENTS=y
28516 +CONFIG_GENERIC_HARDIRQS=y
28517 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
28518 +CONFIG_IRQ_PER_CPU=y
28519 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
28520 +CONFIG_ARCH_HAS_ILOG2_U32=y
28521 +CONFIG_GENERIC_HWEIGHT=y
28522 +CONFIG_GENERIC_CALIBRATE_DELAY=y
28523 +CONFIG_GENERIC_FIND_NEXT_BIT=y
28524 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
28526 +CONFIG_EARLY_PRINTK=y
28527 +CONFIG_GENERIC_NVRAM=y
28528 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
28529 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
28532 +CONFIG_PPC_UDBG_16550=y
28533 +# CONFIG_GENERIC_TBSYNC is not set
28534 +CONFIG_AUDIT_ARCH=y
28535 +CONFIG_GENERIC_BUG=y
28536 +CONFIG_DEFAULT_UIMAGE=y
28537 +# CONFIG_PPC_DCR_NATIVE is not set
28538 +# CONFIG_PPC_DCR_MMIO is not set
28539 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
28544 +CONFIG_EXPERIMENTAL=y
28545 +CONFIG_BROKEN_ON_SMP=y
28546 +CONFIG_INIT_ENV_ARG_LIMIT=32
28547 +CONFIG_LOCALVERSION=""
28548 +CONFIG_LOCALVERSION_AUTO=y
28551 +CONFIG_SYSVIPC_SYSCTL=y
28552 +# CONFIG_POSIX_MQUEUE is not set
28553 +# CONFIG_BSD_PROCESS_ACCT is not set
28554 +# CONFIG_TASKSTATS is not set
28555 +# CONFIG_AUDIT is not set
28556 +# CONFIG_IKCONFIG is not set
28557 +CONFIG_LOG_BUF_SHIFT=14
28558 +# CONFIG_CGROUPS is not set
28559 +CONFIG_GROUP_SCHED=y
28560 +# CONFIG_FAIR_GROUP_SCHED is not set
28561 +# CONFIG_RT_GROUP_SCHED is not set
28562 +CONFIG_USER_SCHED=y
28563 +# CONFIG_CGROUP_SCHED is not set
28564 +CONFIG_SYSFS_DEPRECATED=y
28565 +CONFIG_SYSFS_DEPRECATED_V2=y
28566 +# CONFIG_RELAY is not set
28567 +# CONFIG_NAMESPACES is not set
28568 +CONFIG_BLK_DEV_INITRD=y
28569 +CONFIG_INITRAMFS_SOURCE=""
28570 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
28573 +CONFIG_SYSCTL_SYSCALL=y
28574 +# CONFIG_KALLSYMS is not set
28579 +CONFIG_COMPAT_BRK=y
28580 +CONFIG_BASE_FULL=y
28582 +CONFIG_ANON_INODES=y
28583 +# CONFIG_EPOLL is not set
28588 +CONFIG_VM_EVENT_COUNTERS=y
28589 +CONFIG_SLUB_DEBUG=y
28590 +# CONFIG_SLAB is not set
28592 +# CONFIG_SLOB is not set
28593 +# CONFIG_PROFILING is not set
28594 +# CONFIG_MARKERS is not set
28595 +CONFIG_HAVE_OPROFILE=y
28596 +CONFIG_HAVE_KPROBES=y
28597 +CONFIG_HAVE_KRETPROBES=y
28598 +CONFIG_PROC_PAGE_MONITOR=y
28600 +CONFIG_RT_MUTEXES=y
28601 +# CONFIG_TINY_SHMEM is not set
28602 +CONFIG_BASE_SMALL=0
28604 +CONFIG_MODULE_UNLOAD=y
28605 +# CONFIG_MODULE_FORCE_UNLOAD is not set
28606 +# CONFIG_MODVERSIONS is not set
28607 +# CONFIG_MODULE_SRCVERSION_ALL is not set
28608 +# CONFIG_KMOD is not set
28610 +# CONFIG_LBD is not set
28611 +# CONFIG_BLK_DEV_IO_TRACE is not set
28612 +# CONFIG_LSF is not set
28613 +# CONFIG_BLK_DEV_BSG is not set
28618 +CONFIG_IOSCHED_NOOP=y
28619 +CONFIG_IOSCHED_AS=y
28620 +CONFIG_IOSCHED_DEADLINE=y
28621 +CONFIG_IOSCHED_CFQ=y
28622 +CONFIG_DEFAULT_AS=y
28623 +# CONFIG_DEFAULT_DEADLINE is not set
28624 +# CONFIG_DEFAULT_CFQ is not set
28625 +# CONFIG_DEFAULT_NOOP is not set
28626 +CONFIG_DEFAULT_IOSCHED="anticipatory"
28627 +CONFIG_CLASSIC_RCU=y
28630 +# Platform support
28632 +# CONFIG_PPC_MULTIPLATFORM is not set
28633 +# CONFIG_PPC_82xx is not set
28635 +# CONFIG_PPC_86xx is not set
28636 +# CONFIG_PPC_MPC512x is not set
28637 +# CONFIG_PPC_MPC5121 is not set
28638 +# CONFIG_PPC_CELL is not set
28639 +# CONFIG_PPC_CELL_NATIVE is not set
28640 +# CONFIG_PQ2ADS is not set
28642 +# CONFIG_MPC831x_RDB is not set
28643 +# CONFIG_MPC832x_MDS is not set
28644 +# CONFIG_MPC832x_RDB is not set
28645 +CONFIG_MPC834x_MDS=y
28646 +# CONFIG_MPC834x_ITX is not set
28647 +# CONFIG_MPC836x_MDS is not set
28648 +# CONFIG_MPC837x_MDS is not set
28649 +# CONFIG_MPC837x_RDB is not set
28650 +# CONFIG_SBC834x is not set
28651 +CONFIG_PPC_MPC834x=y
28653 +# CONFIG_MPIC is not set
28654 +# CONFIG_MPIC_WEIRD is not set
28655 +# CONFIG_PPC_I8259 is not set
28656 +# CONFIG_PPC_RTAS is not set
28657 +# CONFIG_MMIO_NVRAM is not set
28658 +# CONFIG_PPC_MPC106 is not set
28659 +# CONFIG_PPC_970_NAP is not set
28660 +# CONFIG_PPC_INDIRECT_IO is not set
28661 +# CONFIG_GENERIC_IOMAP is not set
28662 +# CONFIG_CPU_FREQ is not set
28663 +# CONFIG_FSL_ULI1575 is not set
28668 +# CONFIG_HIGHMEM is not set
28669 +CONFIG_TICK_ONESHOT=y
28671 +CONFIG_HIGH_RES_TIMERS=y
28672 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
28673 +# CONFIG_HZ_100 is not set
28675 +# CONFIG_HZ_300 is not set
28676 +# CONFIG_HZ_1000 is not set
28678 +# CONFIG_SCHED_HRTICK is not set
28679 +CONFIG_PREEMPT_NONE=y
28680 +# CONFIG_PREEMPT_VOLUNTARY is not set
28681 +# CONFIG_PREEMPT is not set
28682 +CONFIG_BINFMT_ELF=y
28683 +# CONFIG_BINFMT_MISC is not set
28684 +# CONFIG_IOMMU_HELPER is not set
28685 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
28686 +CONFIG_ARCH_HAS_WALK_MEMORY=y
28687 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
28688 +CONFIG_ARCH_FLATMEM_ENABLE=y
28689 +CONFIG_ARCH_POPULATES_NODE_MAP=y
28690 +CONFIG_SELECT_MEMORY_MODEL=y
28691 +CONFIG_FLATMEM_MANUAL=y
28692 +# CONFIG_DISCONTIGMEM_MANUAL is not set
28693 +# CONFIG_SPARSEMEM_MANUAL is not set
28695 +CONFIG_FLAT_NODE_MEM_MAP=y
28696 +# CONFIG_SPARSEMEM_STATIC is not set
28697 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
28698 +CONFIG_SPLIT_PTLOCK_CPUS=4
28699 +# CONFIG_RESOURCES_64BIT is not set
28700 +CONFIG_ZONE_DMA_FLAG=1
28702 +CONFIG_VIRT_TO_BUS=y
28703 +CONFIG_PROC_DEVICETREE=y
28704 +# CONFIG_CMDLINE_BOOL is not set
28705 +# CONFIG_PM is not set
28707 +CONFIG_ISA_DMA_API=y
28713 +CONFIG_GENERIC_ISA_DMA=y
28714 +CONFIG_PPC_INDIRECT_PCI=y
28717 +CONFIG_PCI_DOMAINS=y
28718 +CONFIG_PCI_SYSCALL=y
28719 +# CONFIG_PCIEPORTBUS is not set
28720 +CONFIG_ARCH_SUPPORTS_MSI=y
28721 +# CONFIG_PCI_MSI is not set
28722 +CONFIG_PCI_LEGACY=y
28723 +# CONFIG_PCCARD is not set
28724 +# CONFIG_HOTPLUG_PCI is not set
28729 +# CONFIG_ADVANCED_OPTIONS is not set
28732 +# Default settings for advanced configuration options are used
28734 +CONFIG_HIGHMEM_START=0xfe000000
28735 +CONFIG_LOWMEM_SIZE=0x30000000
28736 +CONFIG_KERNEL_START=0xc0000000
28737 +CONFIG_TASK_SIZE=0xc0000000
28738 +CONFIG_BOOT_LOAD=0x00800000
28746 +# Networking options
28749 +# CONFIG_PACKET_MMAP is not set
28752 +CONFIG_XFRM_USER=m
28753 +# CONFIG_XFRM_SUB_POLICY is not set
28754 +# CONFIG_XFRM_MIGRATE is not set
28755 +# CONFIG_XFRM_STATISTICS is not set
28756 +# CONFIG_NET_KEY is not set
28758 +CONFIG_IP_MULTICAST=y
28759 +# CONFIG_IP_ADVANCED_ROUTER is not set
28760 +CONFIG_IP_FIB_HASH=y
28762 +CONFIG_IP_PNP_DHCP=y
28763 +CONFIG_IP_PNP_BOOTP=y
28764 +# CONFIG_IP_PNP_RARP is not set
28765 +# CONFIG_NET_IPIP is not set
28766 +# CONFIG_NET_IPGRE is not set
28767 +# CONFIG_IP_MROUTE is not set
28768 +# CONFIG_ARPD is not set
28769 +CONFIG_SYN_COOKIES=y
28770 +# CONFIG_INET_AH is not set
28771 +# CONFIG_INET_ESP is not set
28772 +# CONFIG_INET_IPCOMP is not set
28773 +# CONFIG_INET_XFRM_TUNNEL is not set
28774 +# CONFIG_INET_TUNNEL is not set
28775 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
28776 +CONFIG_INET_XFRM_MODE_TUNNEL=y
28777 +CONFIG_INET_XFRM_MODE_BEET=y
28778 +# CONFIG_INET_LRO is not set
28779 +CONFIG_INET_DIAG=y
28780 +CONFIG_INET_TCP_DIAG=y
28781 +# CONFIG_TCP_CONG_ADVANCED is not set
28782 +CONFIG_TCP_CONG_CUBIC=y
28783 +CONFIG_DEFAULT_TCP_CONG="cubic"
28784 +# CONFIG_TCP_MD5SIG is not set
28785 +# CONFIG_IPV6 is not set
28786 +# CONFIG_INET6_XFRM_TUNNEL is not set
28787 +# CONFIG_INET6_TUNNEL is not set
28788 +# CONFIG_NETWORK_SECMARK is not set
28789 +# CONFIG_NETFILTER is not set
28790 +# CONFIG_IP_DCCP is not set
28791 +# CONFIG_IP_SCTP is not set
28792 +# CONFIG_TIPC is not set
28793 +# CONFIG_ATM is not set
28794 +# CONFIG_BRIDGE is not set
28795 +# CONFIG_VLAN_8021Q is not set
28796 +# CONFIG_DECNET is not set
28797 +# CONFIG_LLC2 is not set
28798 +# CONFIG_IPX is not set
28799 +# CONFIG_ATALK is not set
28800 +# CONFIG_X25 is not set
28801 +# CONFIG_LAPB is not set
28802 +# CONFIG_ECONET is not set
28803 +# CONFIG_WAN_ROUTER is not set
28804 +# CONFIG_NET_SCHED is not set
28809 +# CONFIG_NET_PKTGEN is not set
28810 +# CONFIG_HAMRADIO is not set
28811 +# CONFIG_CAN is not set
28812 +# CONFIG_IRDA is not set
28813 +# CONFIG_BT is not set
28814 +# CONFIG_AF_RXRPC is not set
28819 +# CONFIG_CFG80211 is not set
28820 +# CONFIG_WIRELESS_EXT is not set
28821 +# CONFIG_MAC80211 is not set
28822 +# CONFIG_IEEE80211 is not set
28823 +# CONFIG_RFKILL is not set
28824 +# CONFIG_NET_9P is not set
28831 +# Generic Driver Options
28833 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
28834 +CONFIG_STANDALONE=y
28835 +CONFIG_PREVENT_FIRMWARE_BUILD=y
28836 +# CONFIG_FW_LOADER is not set
28837 +# CONFIG_SYS_HYPERVISOR is not set
28838 +# CONFIG_CONNECTOR is not set
28839 +# CONFIG_MTD is not set
28840 +CONFIG_OF_DEVICE=y
28841 +# CONFIG_PARPORT is not set
28843 +# CONFIG_BLK_DEV_FD is not set
28844 +# CONFIG_BLK_CPQ_DA is not set
28845 +# CONFIG_BLK_CPQ_CISS_DA is not set
28846 +# CONFIG_BLK_DEV_DAC960 is not set
28847 +# CONFIG_BLK_DEV_UMEM is not set
28848 +# CONFIG_BLK_DEV_COW_COMMON is not set
28849 +CONFIG_BLK_DEV_LOOP=y
28850 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
28851 +# CONFIG_BLK_DEV_NBD is not set
28852 +# CONFIG_BLK_DEV_SX8 is not set
28853 +CONFIG_BLK_DEV_RAM=y
28854 +CONFIG_BLK_DEV_RAM_COUNT=16
28855 +CONFIG_BLK_DEV_RAM_SIZE=32768
28856 +# CONFIG_BLK_DEV_XIP is not set
28857 +# CONFIG_CDROM_PKTCDVD is not set
28858 +# CONFIG_ATA_OVER_ETH is not set
28859 +CONFIG_MISC_DEVICES=y
28860 +# CONFIG_PHANTOM is not set
28861 +# CONFIG_EEPROM_93CX6 is not set
28862 +# CONFIG_SGI_IOC4 is not set
28863 +# CONFIG_TIFM_CORE is not set
28864 +# CONFIG_ENCLOSURE_SERVICES is not set
28866 +# CONFIG_IDE is not set
28869 +# SCSI device support
28871 +# CONFIG_RAID_ATTRS is not set
28872 +# CONFIG_SCSI is not set
28873 +# CONFIG_SCSI_DMA is not set
28874 +# CONFIG_SCSI_NETLINK is not set
28875 +# CONFIG_ATA is not set
28876 +# CONFIG_MD is not set
28877 +# CONFIG_FUSION is not set
28880 +# IEEE 1394 (FireWire) support
28882 +# CONFIG_FIREWIRE is not set
28883 +# CONFIG_IEEE1394 is not set
28884 +# CONFIG_I2O is not set
28885 +# CONFIG_MACINTOSH_DRIVERS is not set
28886 +CONFIG_NETDEVICES=y
28887 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
28888 +# CONFIG_DUMMY is not set
28889 +# CONFIG_BONDING is not set
28890 +# CONFIG_MACVLAN is not set
28891 +# CONFIG_EQUALIZER is not set
28892 +# CONFIG_TUN is not set
28893 +# CONFIG_VETH is not set
28894 +# CONFIG_ARCNET is not set
28898 +# MII PHY device drivers
28900 +CONFIG_MARVELL_PHY=y
28901 +# CONFIG_DAVICOM_PHY is not set
28902 +# CONFIG_QSEMI_PHY is not set
28903 +# CONFIG_LXT_PHY is not set
28904 +# CONFIG_CICADA_PHY is not set
28905 +# CONFIG_VITESSE_PHY is not set
28906 +# CONFIG_SMSC_PHY is not set
28907 +# CONFIG_BROADCOM_PHY is not set
28908 +# CONFIG_ICPLUS_PHY is not set
28909 +# CONFIG_REALTEK_PHY is not set
28910 +# CONFIG_FIXED_PHY is not set
28911 +# CONFIG_MDIO_BITBANG is not set
28912 +CONFIG_NET_ETHERNET=y
28914 +# CONFIG_HAPPYMEAL is not set
28915 +# CONFIG_SUNGEM is not set
28916 +# CONFIG_CASSINI is not set
28917 +# CONFIG_NET_VENDOR_3COM is not set
28918 +# CONFIG_NET_TULIP is not set
28919 +# CONFIG_HP100 is not set
28920 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
28921 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
28922 +# CONFIG_IBM_NEW_EMAC_TAH is not set
28923 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
28925 +# CONFIG_PCNET32 is not set
28926 +# CONFIG_AMD8111_ETH is not set
28927 +# CONFIG_ADAPTEC_STARFIRE is not set
28928 +# CONFIG_B44 is not set
28929 +# CONFIG_FORCEDETH is not set
28930 +# CONFIG_EEPRO100 is not set
28932 +# CONFIG_FEALNX is not set
28933 +# CONFIG_NATSEMI is not set
28934 +# CONFIG_NE2K_PCI is not set
28935 +# CONFIG_8139CP is not set
28936 +# CONFIG_8139TOO is not set
28937 +# CONFIG_R6040 is not set
28938 +# CONFIG_SIS900 is not set
28939 +# CONFIG_EPIC100 is not set
28940 +# CONFIG_SUNDANCE is not set
28941 +# CONFIG_TLAN is not set
28942 +# CONFIG_VIA_RHINE is not set
28943 +# CONFIG_SC92031 is not set
28944 +CONFIG_NETDEV_1000=y
28945 +# CONFIG_ACENIC is not set
28946 +# CONFIG_DL2K is not set
28947 +# CONFIG_E1000 is not set
28948 +# CONFIG_E1000E is not set
28949 +# CONFIG_E1000E_ENABLED is not set
28950 +# CONFIG_IP1000 is not set
28951 +# CONFIG_IGB is not set
28952 +# CONFIG_NS83820 is not set
28953 +# CONFIG_HAMACHI is not set
28954 +# CONFIG_YELLOWFIN is not set
28955 +# CONFIG_R8169 is not set
28956 +# CONFIG_SIS190 is not set
28957 +# CONFIG_SKGE is not set
28958 +# CONFIG_SKY2 is not set
28959 +# CONFIG_SK98LIN is not set
28960 +# CONFIG_VIA_VELOCITY is not set
28961 +# CONFIG_TIGON3 is not set
28962 +# CONFIG_BNX2 is not set
28964 +# CONFIG_GFAR_NAPI is not set
28965 +# CONFIG_QLA3XXX is not set
28966 +# CONFIG_ATL1 is not set
28967 +CONFIG_NETDEV_10000=y
28968 +# CONFIG_CHELSIO_T1 is not set
28969 +# CONFIG_CHELSIO_T3 is not set
28970 +# CONFIG_IXGBE is not set
28971 +# CONFIG_IXGB is not set
28972 +# CONFIG_S2IO is not set
28973 +# CONFIG_MYRI10GE is not set
28974 +# CONFIG_NETXEN_NIC is not set
28975 +# CONFIG_NIU is not set
28976 +# CONFIG_MLX4_CORE is not set
28977 +# CONFIG_TEHUTI is not set
28978 +# CONFIG_BNX2X is not set
28979 +# CONFIG_TR is not set
28984 +# CONFIG_WLAN_PRE80211 is not set
28985 +# CONFIG_WLAN_80211 is not set
28986 +# CONFIG_WAN is not set
28987 +# CONFIG_FDDI is not set
28988 +# CONFIG_HIPPI is not set
28989 +# CONFIG_PPP is not set
28990 +# CONFIG_SLIP is not set
28991 +# CONFIG_NETCONSOLE is not set
28992 +# CONFIG_NETPOLL is not set
28993 +# CONFIG_NET_POLL_CONTROLLER is not set
28994 +# CONFIG_ISDN is not set
28995 +# CONFIG_PHONE is not set
28998 +# Input device support
29001 +# CONFIG_INPUT_FF_MEMLESS is not set
29002 +# CONFIG_INPUT_POLLDEV is not set
29005 +# Userland interfaces
29007 +# CONFIG_INPUT_MOUSEDEV is not set
29008 +# CONFIG_INPUT_JOYDEV is not set
29009 +# CONFIG_INPUT_EVDEV is not set
29010 +# CONFIG_INPUT_EVBUG is not set
29013 +# Input Device Drivers
29015 +# CONFIG_INPUT_KEYBOARD is not set
29016 +# CONFIG_INPUT_MOUSE is not set
29017 +# CONFIG_INPUT_JOYSTICK is not set
29018 +# CONFIG_INPUT_TABLET is not set
29019 +# CONFIG_INPUT_TOUCHSCREEN is not set
29020 +# CONFIG_INPUT_MISC is not set
29023 +# Hardware I/O ports
29025 +# CONFIG_SERIO is not set
29026 +# CONFIG_GAMEPORT is not set
29029 +# Character devices
29031 +# CONFIG_VT is not set
29032 +# CONFIG_SERIAL_NONSTANDARD is not set
29033 +# CONFIG_NOZOMI is not set
29038 +CONFIG_SERIAL_8250=y
29039 +CONFIG_SERIAL_8250_CONSOLE=y
29040 +CONFIG_SERIAL_8250_PCI=y
29041 +CONFIG_SERIAL_8250_NR_UARTS=4
29042 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
29043 +# CONFIG_SERIAL_8250_EXTENDED is not set
29046 +# Non-8250 serial port support
29048 +# CONFIG_SERIAL_UARTLITE is not set
29049 +CONFIG_SERIAL_CORE=y
29050 +CONFIG_SERIAL_CORE_CONSOLE=y
29051 +# CONFIG_SERIAL_JSM is not set
29052 +# CONFIG_SERIAL_OF_PLATFORM is not set
29053 +CONFIG_UNIX98_PTYS=y
29054 +CONFIG_LEGACY_PTYS=y
29055 +CONFIG_LEGACY_PTY_COUNT=256
29056 +# CONFIG_IPMI_HANDLER is not set
29057 +# CONFIG_HW_RANDOM is not set
29058 +# CONFIG_NVRAM is not set
29059 +# CONFIG_GEN_RTC is not set
29060 +# CONFIG_R3964 is not set
29061 +# CONFIG_APPLICOM is not set
29062 +# CONFIG_RAW_DRIVER is not set
29063 +# CONFIG_TCG_TPM is not set
29066 +CONFIG_I2C_BOARDINFO=y
29067 +CONFIG_I2C_CHARDEV=y
29072 +# CONFIG_I2C_ALGOBIT is not set
29073 +# CONFIG_I2C_ALGOPCF is not set
29074 +# CONFIG_I2C_ALGOPCA is not set
29077 +# I2C Hardware Bus support
29079 +# CONFIG_I2C_ALI1535 is not set
29080 +# CONFIG_I2C_ALI1563 is not set
29081 +# CONFIG_I2C_ALI15X3 is not set
29082 +# CONFIG_I2C_AMD756 is not set
29083 +# CONFIG_I2C_AMD8111 is not set
29084 +# CONFIG_I2C_I801 is not set
29085 +# CONFIG_I2C_I810 is not set
29086 +# CONFIG_I2C_PIIX4 is not set
29088 +# CONFIG_I2C_NFORCE2 is not set
29089 +# CONFIG_I2C_OCORES is not set
29090 +# CONFIG_I2C_PARPORT_LIGHT is not set
29091 +# CONFIG_I2C_PROSAVAGE is not set
29092 +# CONFIG_I2C_SAVAGE4 is not set
29093 +# CONFIG_I2C_SIMTEC is not set
29094 +# CONFIG_I2C_SIS5595 is not set
29095 +# CONFIG_I2C_SIS630 is not set
29096 +# CONFIG_I2C_SIS96X is not set
29097 +# CONFIG_I2C_TAOS_EVM is not set
29098 +# CONFIG_I2C_STUB is not set
29099 +# CONFIG_I2C_VIA is not set
29100 +# CONFIG_I2C_VIAPRO is not set
29101 +# CONFIG_I2C_VOODOO3 is not set
29104 +# Miscellaneous I2C Chip support
29106 +# CONFIG_DS1682 is not set
29107 +# CONFIG_SENSORS_EEPROM is not set
29108 +# CONFIG_SENSORS_PCF8574 is not set
29109 +# CONFIG_PCF8575 is not set
29110 +# CONFIG_SENSORS_PCF8591 is not set
29111 +# CONFIG_TPS65010 is not set
29112 +# CONFIG_SENSORS_MAX6875 is not set
29113 +# CONFIG_SENSORS_TSL2550 is not set
29114 +# CONFIG_I2C_DEBUG_CORE is not set
29115 +# CONFIG_I2C_DEBUG_ALGO is not set
29116 +# CONFIG_I2C_DEBUG_BUS is not set
29117 +# CONFIG_I2C_DEBUG_CHIP is not set
29122 +# CONFIG_SPI is not set
29123 +# CONFIG_SPI_MASTER is not set
29124 +# CONFIG_W1 is not set
29125 +# CONFIG_POWER_SUPPLY is not set
29127 +# CONFIG_HWMON_VID is not set
29128 +# CONFIG_SENSORS_AD7418 is not set
29129 +# CONFIG_SENSORS_ADM1021 is not set
29130 +# CONFIG_SENSORS_ADM1025 is not set
29131 +# CONFIG_SENSORS_ADM1026 is not set
29132 +# CONFIG_SENSORS_ADM1029 is not set
29133 +# CONFIG_SENSORS_ADM1031 is not set
29134 +# CONFIG_SENSORS_ADM9240 is not set
29135 +# CONFIG_SENSORS_ADT7470 is not set
29136 +# CONFIG_SENSORS_ADT7473 is not set
29137 +# CONFIG_SENSORS_ATXP1 is not set
29138 +# CONFIG_SENSORS_DS1621 is not set
29139 +# CONFIG_SENSORS_I5K_AMB is not set
29140 +# CONFIG_SENSORS_F71805F is not set
29141 +# CONFIG_SENSORS_F71882FG is not set
29142 +# CONFIG_SENSORS_F75375S is not set
29143 +# CONFIG_SENSORS_GL518SM is not set
29144 +# CONFIG_SENSORS_GL520SM is not set
29145 +# CONFIG_SENSORS_IT87 is not set
29146 +# CONFIG_SENSORS_LM63 is not set
29147 +# CONFIG_SENSORS_LM75 is not set
29148 +# CONFIG_SENSORS_LM77 is not set
29149 +# CONFIG_SENSORS_LM78 is not set
29150 +# CONFIG_SENSORS_LM80 is not set
29151 +# CONFIG_SENSORS_LM83 is not set
29152 +# CONFIG_SENSORS_LM85 is not set
29153 +# CONFIG_SENSORS_LM87 is not set
29154 +# CONFIG_SENSORS_LM90 is not set
29155 +# CONFIG_SENSORS_LM92 is not set
29156 +# CONFIG_SENSORS_LM93 is not set
29157 +# CONFIG_SENSORS_MAX1619 is not set
29158 +# CONFIG_SENSORS_MAX6650 is not set
29159 +# CONFIG_SENSORS_PC87360 is not set
29160 +# CONFIG_SENSORS_PC87427 is not set
29161 +# CONFIG_SENSORS_SIS5595 is not set
29162 +# CONFIG_SENSORS_DME1737 is not set
29163 +# CONFIG_SENSORS_SMSC47M1 is not set
29164 +# CONFIG_SENSORS_SMSC47M192 is not set
29165 +# CONFIG_SENSORS_SMSC47B397 is not set
29166 +# CONFIG_SENSORS_ADS7828 is not set
29167 +# CONFIG_SENSORS_THMC50 is not set
29168 +# CONFIG_SENSORS_VIA686A is not set
29169 +# CONFIG_SENSORS_VT1211 is not set
29170 +# CONFIG_SENSORS_VT8231 is not set
29171 +# CONFIG_SENSORS_W83781D is not set
29172 +# CONFIG_SENSORS_W83791D is not set
29173 +# CONFIG_SENSORS_W83792D is not set
29174 +# CONFIG_SENSORS_W83793 is not set
29175 +# CONFIG_SENSORS_W83L785TS is not set
29176 +# CONFIG_SENSORS_W83L786NG is not set
29177 +# CONFIG_SENSORS_W83627HF is not set
29178 +# CONFIG_SENSORS_W83627EHF is not set
29179 +# CONFIG_HWMON_DEBUG_CHIP is not set
29180 +# CONFIG_THERMAL is not set
29182 +# CONFIG_WATCHDOG_NOWAYOUT is not set
29185 +# Watchdog Device Drivers
29187 +# CONFIG_SOFT_WATCHDOG is not set
29191 +# PCI-based Watchdog Cards
29193 +# CONFIG_PCIPCWATCHDOG is not set
29194 +# CONFIG_WDTPCI is not set
29197 +# Sonics Silicon Backplane
29199 +CONFIG_SSB_POSSIBLE=y
29200 +# CONFIG_SSB is not set
29203 +# Multifunction device drivers
29205 +# CONFIG_MFD_SM501 is not set
29208 +# Multimedia devices
29210 +# CONFIG_VIDEO_DEV is not set
29211 +# CONFIG_DVB_CORE is not set
29215 +# Graphics support
29217 +# CONFIG_AGP is not set
29218 +# CONFIG_DRM is not set
29219 +# CONFIG_VGASTATE is not set
29220 +CONFIG_VIDEO_OUTPUT_CONTROL=m
29221 +# CONFIG_FB is not set
29222 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
29225 +# Display device support
29227 +# CONFIG_DISPLAY_SUPPORT is not set
29232 +# CONFIG_SOUND is not set
29233 +CONFIG_HID_SUPPORT=y
29235 +# CONFIG_HID_DEBUG is not set
29236 +# CONFIG_HIDRAW is not set
29237 +CONFIG_USB_SUPPORT=y
29238 +CONFIG_USB_ARCH_HAS_HCD=y
29239 +CONFIG_USB_ARCH_HAS_OHCI=y
29240 +CONFIG_USB_ARCH_HAS_EHCI=y
29241 +# CONFIG_USB is not set
29244 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
29246 +# CONFIG_USB_GADGET is not set
29247 +# CONFIG_MMC is not set
29248 +# CONFIG_MEMSTICK is not set
29249 +# CONFIG_NEW_LEDS is not set
29250 +# CONFIG_INFINIBAND is not set
29251 +# CONFIG_EDAC is not set
29253 +CONFIG_RTC_CLASS=y
29254 +CONFIG_RTC_HCTOSYS=y
29255 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
29256 +# CONFIG_RTC_DEBUG is not set
29261 +CONFIG_RTC_INTF_SYSFS=y
29262 +CONFIG_RTC_INTF_PROC=y
29263 +CONFIG_RTC_INTF_DEV=y
29264 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
29265 +# CONFIG_RTC_DRV_TEST is not set
29270 +# CONFIG_RTC_DRV_DS1307 is not set
29271 +CONFIG_RTC_DRV_DS1374=y
29272 +# CONFIG_RTC_DRV_DS1672 is not set
29273 +# CONFIG_RTC_DRV_MAX6900 is not set
29274 +# CONFIG_RTC_DRV_RS5C372 is not set
29275 +# CONFIG_RTC_DRV_ISL1208 is not set
29276 +# CONFIG_RTC_DRV_X1205 is not set
29277 +# CONFIG_RTC_DRV_PCF8563 is not set
29278 +# CONFIG_RTC_DRV_PCF8583 is not set
29279 +# CONFIG_RTC_DRV_M41T80 is not set
29280 +# CONFIG_RTC_DRV_S35390A is not set
29287 +# Platform RTC drivers
29289 +# CONFIG_RTC_DRV_CMOS is not set
29290 +# CONFIG_RTC_DRV_DS1511 is not set
29291 +# CONFIG_RTC_DRV_DS1553 is not set
29292 +# CONFIG_RTC_DRV_DS1742 is not set
29293 +# CONFIG_RTC_DRV_STK17TA8 is not set
29294 +# CONFIG_RTC_DRV_M48T86 is not set
29295 +# CONFIG_RTC_DRV_M48T59 is not set
29296 +# CONFIG_RTC_DRV_V3020 is not set
29299 +# on-CPU RTC drivers
29301 +# CONFIG_DMADEVICES is not set
29306 +# CONFIG_UIO is not set
29312 +# CONFIG_EXT2_FS_XATTR is not set
29313 +# CONFIG_EXT2_FS_XIP is not set
29315 +CONFIG_EXT3_FS_XATTR=y
29316 +# CONFIG_EXT3_FS_POSIX_ACL is not set
29317 +# CONFIG_EXT3_FS_SECURITY is not set
29318 +# CONFIG_EXT4DEV_FS is not set
29320 +CONFIG_FS_MBCACHE=y
29321 +# CONFIG_REISERFS_FS is not set
29322 +# CONFIG_JFS_FS is not set
29323 +# CONFIG_FS_POSIX_ACL is not set
29324 +# CONFIG_XFS_FS is not set
29325 +# CONFIG_GFS2_FS is not set
29326 +# CONFIG_OCFS2_FS is not set
29329 +CONFIG_INOTIFY_USER=y
29330 +# CONFIG_QUOTA is not set
29331 +# CONFIG_AUTOFS_FS is not set
29332 +# CONFIG_AUTOFS4_FS is not set
29333 +# CONFIG_FUSE_FS is not set
29336 +# CD-ROM/DVD Filesystems
29338 +# CONFIG_ISO9660_FS is not set
29339 +# CONFIG_UDF_FS is not set
29342 +# DOS/FAT/NT Filesystems
29344 +# CONFIG_MSDOS_FS is not set
29345 +# CONFIG_VFAT_FS is not set
29346 +# CONFIG_NTFS_FS is not set
29349 +# Pseudo filesystems
29352 +CONFIG_PROC_KCORE=y
29353 +CONFIG_PROC_SYSCTL=y
29356 +# CONFIG_TMPFS_POSIX_ACL is not set
29357 +# CONFIG_HUGETLB_PAGE is not set
29358 +# CONFIG_CONFIGFS_FS is not set
29361 +# Miscellaneous filesystems
29363 +# CONFIG_ADFS_FS is not set
29364 +# CONFIG_AFFS_FS is not set
29365 +# CONFIG_HFS_FS is not set
29366 +# CONFIG_HFSPLUS_FS is not set
29367 +# CONFIG_BEFS_FS is not set
29368 +# CONFIG_BFS_FS is not set
29369 +# CONFIG_EFS_FS is not set
29370 +# CONFIG_CRAMFS is not set
29371 +# CONFIG_VXFS_FS is not set
29372 +# CONFIG_MINIX_FS is not set
29373 +# CONFIG_HPFS_FS is not set
29374 +# CONFIG_QNX4FS_FS is not set
29375 +# CONFIG_ROMFS_FS is not set
29376 +# CONFIG_SYSV_FS is not set
29377 +# CONFIG_UFS_FS is not set
29378 +CONFIG_NETWORK_FILESYSTEMS=y
29381 +# CONFIG_NFS_V3_ACL is not set
29383 +# CONFIG_NFS_DIRECTIO is not set
29384 +# CONFIG_NFSD is not set
29388 +CONFIG_NFS_COMMON=y
29390 +CONFIG_SUNRPC_GSS=y
29391 +# CONFIG_SUNRPC_BIND34 is not set
29392 +CONFIG_RPCSEC_GSS_KRB5=y
29393 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
29394 +# CONFIG_SMB_FS is not set
29395 +# CONFIG_CIFS is not set
29396 +# CONFIG_NCP_FS is not set
29397 +# CONFIG_CODA_FS is not set
29398 +# CONFIG_AFS_FS is not set
29403 +CONFIG_PARTITION_ADVANCED=y
29404 +# CONFIG_ACORN_PARTITION is not set
29405 +# CONFIG_OSF_PARTITION is not set
29406 +# CONFIG_AMIGA_PARTITION is not set
29407 +# CONFIG_ATARI_PARTITION is not set
29408 +# CONFIG_MAC_PARTITION is not set
29409 +# CONFIG_MSDOS_PARTITION is not set
29410 +# CONFIG_LDM_PARTITION is not set
29411 +# CONFIG_SGI_PARTITION is not set
29412 +# CONFIG_ULTRIX_PARTITION is not set
29413 +# CONFIG_SUN_PARTITION is not set
29414 +# CONFIG_KARMA_PARTITION is not set
29415 +# CONFIG_EFI_PARTITION is not set
29416 +# CONFIG_SYSV68_PARTITION is not set
29417 +# CONFIG_NLS is not set
29418 +# CONFIG_DLM is not set
29421 +# Library routines
29423 +CONFIG_BITREVERSE=y
29424 +# CONFIG_CRC_CCITT is not set
29425 +# CONFIG_CRC16 is not set
29426 +# CONFIG_CRC_ITU_T is not set
29428 +# CONFIG_CRC7 is not set
29429 +# CONFIG_LIBCRC32C is not set
29431 +CONFIG_HAS_IOMEM=y
29432 +CONFIG_HAS_IOPORT=y
29438 +# CONFIG_PRINTK_TIME is not set
29439 +CONFIG_ENABLE_WARN_DEPRECATED=y
29440 +CONFIG_ENABLE_MUST_CHECK=y
29441 +# CONFIG_MAGIC_SYSRQ is not set
29442 +# CONFIG_UNUSED_SYMBOLS is not set
29443 +# CONFIG_DEBUG_FS is not set
29444 +# CONFIG_HEADERS_CHECK is not set
29445 +# CONFIG_DEBUG_KERNEL is not set
29446 +# CONFIG_SLUB_DEBUG_ON is not set
29447 +# CONFIG_SLUB_STATS is not set
29448 +# CONFIG_DEBUG_BUGVERBOSE is not set
29449 +# CONFIG_SAMPLES is not set
29450 +# CONFIG_PPC_EARLY_DEBUG is not set
29453 +# Security options
29455 +# CONFIG_KEYS is not set
29456 +# CONFIG_SECURITY is not set
29457 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
29459 +CONFIG_CRYPTO_ALGAPI=y
29460 +CONFIG_CRYPTO_BLKCIPHER=y
29461 +# CONFIG_CRYPTO_SEQIV is not set
29462 +CONFIG_CRYPTO_MANAGER=y
29463 +# CONFIG_CRYPTO_HMAC is not set
29464 +# CONFIG_CRYPTO_XCBC is not set
29465 +# CONFIG_CRYPTO_NULL is not set
29466 +# CONFIG_CRYPTO_MD4 is not set
29467 +CONFIG_CRYPTO_MD5=y
29468 +# CONFIG_CRYPTO_SHA1 is not set
29469 +# CONFIG_CRYPTO_SHA256 is not set
29470 +# CONFIG_CRYPTO_SHA512 is not set
29471 +# CONFIG_CRYPTO_WP512 is not set
29472 +# CONFIG_CRYPTO_TGR192 is not set
29473 +# CONFIG_CRYPTO_GF128MUL is not set
29474 +CONFIG_CRYPTO_ECB=m
29475 +CONFIG_CRYPTO_CBC=y
29476 +CONFIG_CRYPTO_PCBC=m
29477 +# CONFIG_CRYPTO_LRW is not set
29478 +# CONFIG_CRYPTO_XTS is not set
29479 +# CONFIG_CRYPTO_CTR is not set
29480 +# CONFIG_CRYPTO_GCM is not set
29481 +# CONFIG_CRYPTO_CCM is not set
29482 +# CONFIG_CRYPTO_CRYPTD is not set
29483 +CONFIG_CRYPTO_DES=y
29484 +# CONFIG_CRYPTO_FCRYPT is not set
29485 +# CONFIG_CRYPTO_BLOWFISH is not set
29486 +# CONFIG_CRYPTO_TWOFISH is not set
29487 +# CONFIG_CRYPTO_SERPENT is not set
29488 +# CONFIG_CRYPTO_AES is not set
29489 +# CONFIG_CRYPTO_CAST5 is not set
29490 +# CONFIG_CRYPTO_CAST6 is not set
29491 +# CONFIG_CRYPTO_TEA is not set
29492 +# CONFIG_CRYPTO_ARC4 is not set
29493 +# CONFIG_CRYPTO_KHAZAD is not set
29494 +# CONFIG_CRYPTO_ANUBIS is not set
29495 +# CONFIG_CRYPTO_SEED is not set
29496 +# CONFIG_CRYPTO_SALSA20 is not set
29497 +# CONFIG_CRYPTO_DEFLATE is not set
29498 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
29499 +# CONFIG_CRYPTO_CRC32C is not set
29500 +# CONFIG_CRYPTO_CAMELLIA is not set
29501 +# CONFIG_CRYPTO_TEST is not set
29502 +# CONFIG_CRYPTO_AUTHENC is not set
29503 +# CONFIG_CRYPTO_LZO is not set
29504 +CONFIG_CRYPTO_HW=y
29505 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
29506 +# CONFIG_PPC_CLOCK is not set
29508 +++ b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig
29511 +# Automatically generated make config: don't edit
29512 +# Linux kernel version: 2.6.25-rc7
29513 +# Mon Mar 31 11:36:57 2008
29515 +# CONFIG_PPC64 is not set
29518 +# Processor support
29521 +# CONFIG_PPC_85xx is not set
29522 +# CONFIG_PPC_8xx is not set
29523 +# CONFIG_40x is not set
29524 +# CONFIG_44x is not set
29525 +# CONFIG_E200 is not set
29527 +# CONFIG_FSL_EMB_PERFMON is not set
29528 +CONFIG_PPC_STD_MMU=y
29529 +CONFIG_PPC_STD_MMU_32=y
29530 +# CONFIG_PPC_MM_SLICES is not set
29531 +# CONFIG_SMP is not set
29533 +CONFIG_WORD_SIZE=32
29534 +CONFIG_PPC_MERGE=y
29536 +CONFIG_GENERIC_CMOS_UPDATE=y
29537 +CONFIG_GENERIC_TIME=y
29538 +CONFIG_GENERIC_TIME_VSYSCALL=y
29539 +CONFIG_GENERIC_CLOCKEVENTS=y
29540 +CONFIG_GENERIC_HARDIRQS=y
29541 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
29542 +CONFIG_IRQ_PER_CPU=y
29543 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
29544 +CONFIG_ARCH_HAS_ILOG2_U32=y
29545 +CONFIG_GENERIC_HWEIGHT=y
29546 +CONFIG_GENERIC_CALIBRATE_DELAY=y
29547 +CONFIG_GENERIC_FIND_NEXT_BIT=y
29548 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
29550 +CONFIG_EARLY_PRINTK=y
29551 +CONFIG_GENERIC_NVRAM=y
29552 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
29553 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
29556 +CONFIG_PPC_UDBG_16550=y
29557 +# CONFIG_GENERIC_TBSYNC is not set
29558 +CONFIG_AUDIT_ARCH=y
29559 +CONFIG_GENERIC_BUG=y
29560 +CONFIG_DEFAULT_UIMAGE=y
29561 +# CONFIG_PPC_DCR_NATIVE is not set
29562 +# CONFIG_PPC_DCR_MMIO is not set
29563 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
29568 +CONFIG_EXPERIMENTAL=y
29569 +CONFIG_BROKEN_ON_SMP=y
29570 +CONFIG_INIT_ENV_ARG_LIMIT=32
29571 +CONFIG_LOCALVERSION=""
29572 +CONFIG_LOCALVERSION_AUTO=y
29575 +CONFIG_SYSVIPC_SYSCTL=y
29576 +# CONFIG_POSIX_MQUEUE is not set
29577 +# CONFIG_BSD_PROCESS_ACCT is not set
29578 +# CONFIG_TASKSTATS is not set
29579 +# CONFIG_AUDIT is not set
29580 +# CONFIG_IKCONFIG is not set
29581 +CONFIG_LOG_BUF_SHIFT=14
29582 +# CONFIG_CGROUPS is not set
29583 +CONFIG_GROUP_SCHED=y
29584 +# CONFIG_FAIR_GROUP_SCHED is not set
29585 +# CONFIG_RT_GROUP_SCHED is not set
29586 +CONFIG_USER_SCHED=y
29587 +# CONFIG_CGROUP_SCHED is not set
29588 +CONFIG_SYSFS_DEPRECATED=y
29589 +CONFIG_SYSFS_DEPRECATED_V2=y
29590 +# CONFIG_RELAY is not set
29591 +# CONFIG_NAMESPACES is not set
29592 +CONFIG_BLK_DEV_INITRD=y
29593 +CONFIG_INITRAMFS_SOURCE=""
29594 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
29597 +CONFIG_SYSCTL_SYSCALL=y
29598 +# CONFIG_KALLSYMS is not set
29603 +CONFIG_COMPAT_BRK=y
29604 +CONFIG_BASE_FULL=y
29606 +CONFIG_ANON_INODES=y
29607 +# CONFIG_EPOLL is not set
29612 +CONFIG_VM_EVENT_COUNTERS=y
29613 +CONFIG_SLUB_DEBUG=y
29614 +# CONFIG_SLAB is not set
29616 +# CONFIG_SLOB is not set
29617 +# CONFIG_PROFILING is not set
29618 +# CONFIG_MARKERS is not set
29619 +CONFIG_HAVE_OPROFILE=y
29620 +CONFIG_HAVE_KPROBES=y
29621 +CONFIG_HAVE_KRETPROBES=y
29622 +CONFIG_PROC_PAGE_MONITOR=y
29624 +CONFIG_RT_MUTEXES=y
29625 +# CONFIG_TINY_SHMEM is not set
29626 +CONFIG_BASE_SMALL=0
29628 +CONFIG_MODULE_UNLOAD=y
29629 +# CONFIG_MODULE_FORCE_UNLOAD is not set
29630 +# CONFIG_MODVERSIONS is not set
29631 +# CONFIG_MODULE_SRCVERSION_ALL is not set
29632 +# CONFIG_KMOD is not set
29634 +# CONFIG_LBD is not set
29635 +# CONFIG_BLK_DEV_IO_TRACE is not set
29636 +# CONFIG_LSF is not set
29637 +# CONFIG_BLK_DEV_BSG is not set
29642 +CONFIG_IOSCHED_NOOP=y
29643 +CONFIG_IOSCHED_AS=y
29644 +CONFIG_IOSCHED_DEADLINE=y
29645 +CONFIG_IOSCHED_CFQ=y
29646 +CONFIG_DEFAULT_AS=y
29647 +# CONFIG_DEFAULT_DEADLINE is not set
29648 +# CONFIG_DEFAULT_CFQ is not set
29649 +# CONFIG_DEFAULT_NOOP is not set
29650 +CONFIG_DEFAULT_IOSCHED="anticipatory"
29651 +CONFIG_CLASSIC_RCU=y
29654 +# Platform support
29656 +# CONFIG_PPC_MULTIPLATFORM is not set
29657 +# CONFIG_PPC_82xx is not set
29659 +# CONFIG_PPC_86xx is not set
29660 +# CONFIG_PPC_MPC512x is not set
29661 +# CONFIG_PPC_MPC5121 is not set
29662 +# CONFIG_PPC_CELL is not set
29663 +# CONFIG_PPC_CELL_NATIVE is not set
29664 +# CONFIG_PQ2ADS is not set
29666 +# CONFIG_MPC831x_RDB is not set
29667 +# CONFIG_MPC832x_MDS is not set
29668 +# CONFIG_MPC832x_RDB is not set
29669 +# CONFIG_MPC834x_MDS is not set
29670 +# CONFIG_MPC834x_ITX is not set
29671 +CONFIG_MPC836x_MDS=y
29672 +# CONFIG_MPC837x_MDS is not set
29673 +# CONFIG_MPC837x_RDB is not set
29674 +# CONFIG_SBC834x is not set
29676 +# CONFIG_MPIC is not set
29677 +# CONFIG_MPIC_WEIRD is not set
29678 +# CONFIG_PPC_I8259 is not set
29679 +# CONFIG_PPC_RTAS is not set
29680 +# CONFIG_MMIO_NVRAM is not set
29681 +# CONFIG_PPC_MPC106 is not set
29682 +# CONFIG_PPC_970_NAP is not set
29683 +# CONFIG_PPC_INDIRECT_IO is not set
29684 +# CONFIG_GENERIC_IOMAP is not set
29685 +# CONFIG_CPU_FREQ is not set
29686 +CONFIG_QUICC_ENGINE=y
29687 +# CONFIG_FSL_ULI1575 is not set
29692 +# CONFIG_HIGHMEM is not set
29693 +CONFIG_TICK_ONESHOT=y
29695 +CONFIG_HIGH_RES_TIMERS=y
29696 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
29697 +# CONFIG_HZ_100 is not set
29699 +# CONFIG_HZ_300 is not set
29700 +# CONFIG_HZ_1000 is not set
29702 +# CONFIG_SCHED_HRTICK is not set
29703 +CONFIG_PREEMPT_NONE=y
29704 +# CONFIG_PREEMPT_VOLUNTARY is not set
29705 +# CONFIG_PREEMPT is not set
29706 +CONFIG_BINFMT_ELF=y
29707 +# CONFIG_BINFMT_MISC is not set
29708 +# CONFIG_IOMMU_HELPER is not set
29709 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
29710 +CONFIG_ARCH_HAS_WALK_MEMORY=y
29711 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
29712 +CONFIG_ARCH_FLATMEM_ENABLE=y
29713 +CONFIG_ARCH_POPULATES_NODE_MAP=y
29714 +CONFIG_SELECT_MEMORY_MODEL=y
29715 +CONFIG_FLATMEM_MANUAL=y
29716 +# CONFIG_DISCONTIGMEM_MANUAL is not set
29717 +# CONFIG_SPARSEMEM_MANUAL is not set
29719 +CONFIG_FLAT_NODE_MEM_MAP=y
29720 +# CONFIG_SPARSEMEM_STATIC is not set
29721 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
29722 +CONFIG_SPLIT_PTLOCK_CPUS=4
29723 +# CONFIG_RESOURCES_64BIT is not set
29724 +CONFIG_ZONE_DMA_FLAG=1
29726 +CONFIG_VIRT_TO_BUS=y
29727 +CONFIG_PROC_DEVICETREE=y
29728 +# CONFIG_CMDLINE_BOOL is not set
29729 +# CONFIG_PM is not set
29731 +CONFIG_ISA_DMA_API=y
29737 +CONFIG_GENERIC_ISA_DMA=y
29738 +CONFIG_PPC_INDIRECT_PCI=y
29741 +CONFIG_PCI_DOMAINS=y
29742 +CONFIG_PCI_SYSCALL=y
29743 +# CONFIG_PCIEPORTBUS is not set
29744 +CONFIG_ARCH_SUPPORTS_MSI=y
29745 +# CONFIG_PCI_MSI is not set
29746 +CONFIG_PCI_LEGACY=y
29747 +# CONFIG_PCCARD is not set
29748 +# CONFIG_HOTPLUG_PCI is not set
29753 +# CONFIG_ADVANCED_OPTIONS is not set
29756 +# Default settings for advanced configuration options are used
29758 +CONFIG_HIGHMEM_START=0xfe000000
29759 +CONFIG_LOWMEM_SIZE=0x30000000
29760 +CONFIG_KERNEL_START=0xc0000000
29761 +CONFIG_TASK_SIZE=0xc0000000
29762 +CONFIG_BOOT_LOAD=0x00800000
29770 +# Networking options
29773 +# CONFIG_PACKET_MMAP is not set
29776 +# CONFIG_XFRM_USER is not set
29777 +# CONFIG_XFRM_SUB_POLICY is not set
29778 +# CONFIG_XFRM_MIGRATE is not set
29779 +# CONFIG_XFRM_STATISTICS is not set
29780 +# CONFIG_NET_KEY is not set
29782 +CONFIG_IP_MULTICAST=y
29783 +# CONFIG_IP_ADVANCED_ROUTER is not set
29784 +CONFIG_IP_FIB_HASH=y
29786 +CONFIG_IP_PNP_DHCP=y
29787 +CONFIG_IP_PNP_BOOTP=y
29788 +# CONFIG_IP_PNP_RARP is not set
29789 +# CONFIG_NET_IPIP is not set
29790 +# CONFIG_NET_IPGRE is not set
29791 +# CONFIG_IP_MROUTE is not set
29792 +# CONFIG_ARPD is not set
29793 +CONFIG_SYN_COOKIES=y
29794 +# CONFIG_INET_AH is not set
29795 +# CONFIG_INET_ESP is not set
29796 +# CONFIG_INET_IPCOMP is not set
29797 +# CONFIG_INET_XFRM_TUNNEL is not set
29798 +# CONFIG_INET_TUNNEL is not set
29799 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
29800 +CONFIG_INET_XFRM_MODE_TUNNEL=y
29801 +CONFIG_INET_XFRM_MODE_BEET=y
29802 +# CONFIG_INET_LRO is not set
29803 +CONFIG_INET_DIAG=y
29804 +CONFIG_INET_TCP_DIAG=y
29805 +# CONFIG_TCP_CONG_ADVANCED is not set
29806 +CONFIG_TCP_CONG_CUBIC=y
29807 +CONFIG_DEFAULT_TCP_CONG="cubic"
29808 +# CONFIG_TCP_MD5SIG is not set
29809 +# CONFIG_IPV6 is not set
29810 +# CONFIG_INET6_XFRM_TUNNEL is not set
29811 +# CONFIG_INET6_TUNNEL is not set
29812 +# CONFIG_NETWORK_SECMARK is not set
29813 +# CONFIG_NETFILTER is not set
29814 +# CONFIG_IP_DCCP is not set
29815 +# CONFIG_IP_SCTP is not set
29816 +# CONFIG_TIPC is not set
29817 +# CONFIG_ATM is not set
29818 +# CONFIG_BRIDGE is not set
29819 +# CONFIG_VLAN_8021Q is not set
29820 +# CONFIG_DECNET is not set
29821 +# CONFIG_LLC2 is not set
29822 +# CONFIG_IPX is not set
29823 +# CONFIG_ATALK is not set
29824 +# CONFIG_X25 is not set
29825 +# CONFIG_LAPB is not set
29826 +# CONFIG_ECONET is not set
29827 +# CONFIG_WAN_ROUTER is not set
29828 +# CONFIG_NET_SCHED is not set
29833 +# CONFIG_NET_PKTGEN is not set
29834 +# CONFIG_HAMRADIO is not set
29835 +# CONFIG_CAN is not set
29836 +# CONFIG_IRDA is not set
29837 +# CONFIG_BT is not set
29838 +# CONFIG_AF_RXRPC is not set
29843 +# CONFIG_CFG80211 is not set
29844 +# CONFIG_WIRELESS_EXT is not set
29845 +# CONFIG_MAC80211 is not set
29846 +# CONFIG_IEEE80211 is not set
29847 +# CONFIG_RFKILL is not set
29848 +# CONFIG_NET_9P is not set
29855 +# Generic Driver Options
29857 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
29858 +CONFIG_STANDALONE=y
29859 +CONFIG_PREVENT_FIRMWARE_BUILD=y
29860 +# CONFIG_FW_LOADER is not set
29861 +# CONFIG_SYS_HYPERVISOR is not set
29862 +# CONFIG_CONNECTOR is not set
29863 +# CONFIG_MTD is not set
29864 +CONFIG_OF_DEVICE=y
29865 +# CONFIG_PARPORT is not set
29867 +# CONFIG_BLK_DEV_FD is not set
29868 +# CONFIG_BLK_CPQ_DA is not set
29869 +# CONFIG_BLK_CPQ_CISS_DA is not set
29870 +# CONFIG_BLK_DEV_DAC960 is not set
29871 +# CONFIG_BLK_DEV_UMEM is not set
29872 +# CONFIG_BLK_DEV_COW_COMMON is not set
29873 +CONFIG_BLK_DEV_LOOP=y
29874 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
29875 +# CONFIG_BLK_DEV_NBD is not set
29876 +# CONFIG_BLK_DEV_SX8 is not set
29877 +CONFIG_BLK_DEV_RAM=y
29878 +CONFIG_BLK_DEV_RAM_COUNT=16
29879 +CONFIG_BLK_DEV_RAM_SIZE=32768
29880 +# CONFIG_BLK_DEV_XIP is not set
29881 +# CONFIG_CDROM_PKTCDVD is not set
29882 +# CONFIG_ATA_OVER_ETH is not set
29883 +CONFIG_MISC_DEVICES=y
29884 +# CONFIG_PHANTOM is not set
29885 +# CONFIG_EEPROM_93CX6 is not set
29886 +# CONFIG_SGI_IOC4 is not set
29887 +# CONFIG_TIFM_CORE is not set
29888 +# CONFIG_ENCLOSURE_SERVICES is not set
29890 +# CONFIG_IDE is not set
29893 +# SCSI device support
29895 +# CONFIG_RAID_ATTRS is not set
29898 +# CONFIG_SCSI_TGT is not set
29899 +# CONFIG_SCSI_NETLINK is not set
29900 +CONFIG_SCSI_PROC_FS=y
29903 +# SCSI support type (disk, tape, CD-ROM)
29905 +# CONFIG_BLK_DEV_SD is not set
29906 +# CONFIG_CHR_DEV_ST is not set
29907 +# CONFIG_CHR_DEV_OSST is not set
29908 +# CONFIG_BLK_DEV_SR is not set
29909 +# CONFIG_CHR_DEV_SG is not set
29910 +# CONFIG_CHR_DEV_SCH is not set
29913 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
29915 +# CONFIG_SCSI_MULTI_LUN is not set
29916 +# CONFIG_SCSI_CONSTANTS is not set
29917 +# CONFIG_SCSI_LOGGING is not set
29918 +# CONFIG_SCSI_SCAN_ASYNC is not set
29919 +CONFIG_SCSI_WAIT_SCAN=m
29924 +# CONFIG_SCSI_SPI_ATTRS is not set
29925 +# CONFIG_SCSI_FC_ATTRS is not set
29926 +# CONFIG_SCSI_ISCSI_ATTRS is not set
29927 +# CONFIG_SCSI_SAS_LIBSAS is not set
29928 +# CONFIG_SCSI_SRP_ATTRS is not set
29929 +CONFIG_SCSI_LOWLEVEL=y
29930 +# CONFIG_ISCSI_TCP is not set
29931 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
29932 +# CONFIG_SCSI_3W_9XXX is not set
29933 +# CONFIG_SCSI_ACARD is not set
29934 +# CONFIG_SCSI_AACRAID is not set
29935 +# CONFIG_SCSI_AIC7XXX is not set
29936 +# CONFIG_SCSI_AIC7XXX_OLD is not set
29937 +# CONFIG_SCSI_AIC79XX is not set
29938 +# CONFIG_SCSI_AIC94XX is not set
29939 +# CONFIG_SCSI_DPT_I2O is not set
29940 +# CONFIG_SCSI_ADVANSYS is not set
29941 +# CONFIG_SCSI_ARCMSR is not set
29942 +# CONFIG_MEGARAID_NEWGEN is not set
29943 +# CONFIG_MEGARAID_LEGACY is not set
29944 +# CONFIG_MEGARAID_SAS is not set
29945 +# CONFIG_SCSI_HPTIOP is not set
29946 +# CONFIG_SCSI_BUSLOGIC is not set
29947 +# CONFIG_SCSI_DMX3191D is not set
29948 +# CONFIG_SCSI_EATA is not set
29949 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
29950 +# CONFIG_SCSI_GDTH is not set
29951 +# CONFIG_SCSI_IPS is not set
29952 +# CONFIG_SCSI_INITIO is not set
29953 +# CONFIG_SCSI_INIA100 is not set
29954 +# CONFIG_SCSI_MVSAS is not set
29955 +# CONFIG_SCSI_STEX is not set
29956 +# CONFIG_SCSI_SYM53C8XX_2 is not set
29957 +# CONFIG_SCSI_QLOGIC_1280 is not set
29958 +# CONFIG_SCSI_QLA_FC is not set
29959 +# CONFIG_SCSI_QLA_ISCSI is not set
29960 +# CONFIG_SCSI_LPFC is not set
29961 +# CONFIG_SCSI_DC395x is not set
29962 +# CONFIG_SCSI_DC390T is not set
29963 +# CONFIG_SCSI_NSP32 is not set
29964 +# CONFIG_SCSI_DEBUG is not set
29965 +# CONFIG_SCSI_SRP is not set
29966 +# CONFIG_ATA is not set
29967 +# CONFIG_MD is not set
29968 +# CONFIG_FUSION is not set
29971 +# IEEE 1394 (FireWire) support
29973 +# CONFIG_FIREWIRE is not set
29974 +# CONFIG_IEEE1394 is not set
29975 +# CONFIG_I2O is not set
29976 +# CONFIG_MACINTOSH_DRIVERS is not set
29977 +CONFIG_NETDEVICES=y
29978 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
29979 +# CONFIG_DUMMY is not set
29980 +# CONFIG_BONDING is not set
29981 +# CONFIG_MACVLAN is not set
29982 +# CONFIG_EQUALIZER is not set
29983 +# CONFIG_TUN is not set
29984 +# CONFIG_VETH is not set
29985 +# CONFIG_ARCNET is not set
29989 +# MII PHY device drivers
29991 +CONFIG_MARVELL_PHY=y
29992 +# CONFIG_DAVICOM_PHY is not set
29993 +# CONFIG_QSEMI_PHY is not set
29994 +# CONFIG_LXT_PHY is not set
29995 +# CONFIG_CICADA_PHY is not set
29996 +# CONFIG_VITESSE_PHY is not set
29997 +# CONFIG_SMSC_PHY is not set
29998 +# CONFIG_BROADCOM_PHY is not set
29999 +# CONFIG_ICPLUS_PHY is not set
30000 +# CONFIG_REALTEK_PHY is not set
30001 +# CONFIG_FIXED_PHY is not set
30002 +# CONFIG_MDIO_BITBANG is not set
30003 +CONFIG_NET_ETHERNET=y
30005 +# CONFIG_HAPPYMEAL is not set
30006 +# CONFIG_SUNGEM is not set
30007 +# CONFIG_CASSINI is not set
30008 +# CONFIG_NET_VENDOR_3COM is not set
30009 +# CONFIG_NET_TULIP is not set
30010 +# CONFIG_HP100 is not set
30011 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
30012 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
30013 +# CONFIG_IBM_NEW_EMAC_TAH is not set
30014 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
30015 +# CONFIG_NET_PCI is not set
30016 +# CONFIG_B44 is not set
30017 +CONFIG_NETDEV_1000=y
30018 +# CONFIG_ACENIC is not set
30019 +# CONFIG_DL2K is not set
30020 +# CONFIG_E1000 is not set
30021 +# CONFIG_E1000E is not set
30022 +# CONFIG_E1000E_ENABLED is not set
30023 +# CONFIG_IP1000 is not set
30024 +# CONFIG_IGB is not set
30025 +# CONFIG_NS83820 is not set
30026 +# CONFIG_HAMACHI is not set
30027 +# CONFIG_YELLOWFIN is not set
30028 +# CONFIG_R8169 is not set
30029 +# CONFIG_SIS190 is not set
30030 +# CONFIG_SKGE is not set
30031 +# CONFIG_SKY2 is not set
30032 +# CONFIG_SK98LIN is not set
30033 +# CONFIG_VIA_VELOCITY is not set
30034 +# CONFIG_TIGON3 is not set
30035 +# CONFIG_BNX2 is not set
30036 +# CONFIG_GIANFAR is not set
30038 +# CONFIG_UGETH_NAPI is not set
30039 +# CONFIG_UGETH_MAGIC_PACKET is not set
30040 +# CONFIG_UGETH_FILTERING is not set
30041 +# CONFIG_UGETH_TX_ON_DEMAND is not set
30042 +# CONFIG_QLA3XXX is not set
30043 +# CONFIG_ATL1 is not set
30044 +CONFIG_NETDEV_10000=y
30045 +# CONFIG_CHELSIO_T1 is not set
30046 +# CONFIG_CHELSIO_T3 is not set
30047 +# CONFIG_IXGBE is not set
30048 +# CONFIG_IXGB is not set
30049 +# CONFIG_S2IO is not set
30050 +# CONFIG_MYRI10GE is not set
30051 +# CONFIG_NETXEN_NIC is not set
30052 +# CONFIG_NIU is not set
30053 +# CONFIG_MLX4_CORE is not set
30054 +# CONFIG_TEHUTI is not set
30055 +# CONFIG_BNX2X is not set
30056 +# CONFIG_TR is not set
30061 +# CONFIG_WLAN_PRE80211 is not set
30062 +# CONFIG_WLAN_80211 is not set
30063 +# CONFIG_WAN is not set
30064 +# CONFIG_FDDI is not set
30065 +# CONFIG_HIPPI is not set
30066 +# CONFIG_PPP is not set
30067 +# CONFIG_SLIP is not set
30068 +# CONFIG_NET_FC is not set
30069 +# CONFIG_NETCONSOLE is not set
30070 +# CONFIG_NETPOLL is not set
30071 +# CONFIG_NET_POLL_CONTROLLER is not set
30072 +# CONFIG_ISDN is not set
30073 +# CONFIG_PHONE is not set
30076 +# Input device support
30079 +# CONFIG_INPUT_FF_MEMLESS is not set
30080 +# CONFIG_INPUT_POLLDEV is not set
30083 +# Userland interfaces
30085 +# CONFIG_INPUT_MOUSEDEV is not set
30086 +# CONFIG_INPUT_JOYDEV is not set
30087 +# CONFIG_INPUT_EVDEV is not set
30088 +# CONFIG_INPUT_EVBUG is not set
30091 +# Input Device Drivers
30093 +# CONFIG_INPUT_KEYBOARD is not set
30094 +# CONFIG_INPUT_MOUSE is not set
30095 +# CONFIG_INPUT_JOYSTICK is not set
30096 +# CONFIG_INPUT_TABLET is not set
30097 +# CONFIG_INPUT_TOUCHSCREEN is not set
30098 +# CONFIG_INPUT_MISC is not set
30101 +# Hardware I/O ports
30103 +# CONFIG_SERIO is not set
30104 +# CONFIG_GAMEPORT is not set
30107 +# Character devices
30109 +# CONFIG_VT is not set
30110 +# CONFIG_SERIAL_NONSTANDARD is not set
30111 +# CONFIG_NOZOMI is not set
30116 +CONFIG_SERIAL_8250=y
30117 +CONFIG_SERIAL_8250_CONSOLE=y
30118 +CONFIG_SERIAL_8250_PCI=y
30119 +CONFIG_SERIAL_8250_NR_UARTS=4
30120 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
30121 +# CONFIG_SERIAL_8250_EXTENDED is not set
30124 +# Non-8250 serial port support
30126 +# CONFIG_SERIAL_UARTLITE is not set
30127 +CONFIG_SERIAL_CORE=y
30128 +CONFIG_SERIAL_CORE_CONSOLE=y
30129 +# CONFIG_SERIAL_JSM is not set
30130 +# CONFIG_SERIAL_OF_PLATFORM is not set
30131 +# CONFIG_SERIAL_QE is not set
30132 +CONFIG_UNIX98_PTYS=y
30133 +CONFIG_LEGACY_PTYS=y
30134 +CONFIG_LEGACY_PTY_COUNT=256
30135 +# CONFIG_IPMI_HANDLER is not set
30136 +CONFIG_HW_RANDOM=y
30137 +# CONFIG_NVRAM is not set
30138 +# CONFIG_GEN_RTC is not set
30139 +# CONFIG_R3964 is not set
30140 +# CONFIG_APPLICOM is not set
30141 +# CONFIG_RAW_DRIVER is not set
30142 +# CONFIG_TCG_TPM is not set
30145 +CONFIG_I2C_BOARDINFO=y
30146 +CONFIG_I2C_CHARDEV=y
30151 +# CONFIG_I2C_ALGOBIT is not set
30152 +# CONFIG_I2C_ALGOPCF is not set
30153 +# CONFIG_I2C_ALGOPCA is not set
30156 +# I2C Hardware Bus support
30158 +# CONFIG_I2C_ALI1535 is not set
30159 +# CONFIG_I2C_ALI1563 is not set
30160 +# CONFIG_I2C_ALI15X3 is not set
30161 +# CONFIG_I2C_AMD756 is not set
30162 +# CONFIG_I2C_AMD8111 is not set
30163 +# CONFIG_I2C_I801 is not set
30164 +# CONFIG_I2C_I810 is not set
30165 +# CONFIG_I2C_PIIX4 is not set
30167 +# CONFIG_I2C_NFORCE2 is not set
30168 +# CONFIG_I2C_OCORES is not set
30169 +# CONFIG_I2C_PARPORT_LIGHT is not set
30170 +# CONFIG_I2C_PROSAVAGE is not set
30171 +# CONFIG_I2C_SAVAGE4 is not set
30172 +# CONFIG_I2C_SIMTEC is not set
30173 +# CONFIG_I2C_SIS5595 is not set
30174 +# CONFIG_I2C_SIS630 is not set
30175 +# CONFIG_I2C_SIS96X is not set
30176 +# CONFIG_I2C_TAOS_EVM is not set
30177 +# CONFIG_I2C_STUB is not set
30178 +# CONFIG_I2C_VIA is not set
30179 +# CONFIG_I2C_VIAPRO is not set
30180 +# CONFIG_I2C_VOODOO3 is not set
30183 +# Miscellaneous I2C Chip support
30185 +# CONFIG_DS1682 is not set
30186 +# CONFIG_SENSORS_EEPROM is not set
30187 +# CONFIG_SENSORS_PCF8574 is not set
30188 +# CONFIG_PCF8575 is not set
30189 +# CONFIG_SENSORS_PCF8591 is not set
30190 +# CONFIG_TPS65010 is not set
30191 +# CONFIG_SENSORS_MAX6875 is not set
30192 +# CONFIG_SENSORS_TSL2550 is not set
30193 +# CONFIG_I2C_DEBUG_CORE is not set
30194 +# CONFIG_I2C_DEBUG_ALGO is not set
30195 +# CONFIG_I2C_DEBUG_BUS is not set
30196 +# CONFIG_I2C_DEBUG_CHIP is not set
30201 +# CONFIG_SPI is not set
30202 +# CONFIG_SPI_MASTER is not set
30203 +# CONFIG_W1 is not set
30204 +# CONFIG_POWER_SUPPLY is not set
30206 +# CONFIG_HWMON_VID is not set
30207 +# CONFIG_SENSORS_AD7418 is not set
30208 +# CONFIG_SENSORS_ADM1021 is not set
30209 +# CONFIG_SENSORS_ADM1025 is not set
30210 +# CONFIG_SENSORS_ADM1026 is not set
30211 +# CONFIG_SENSORS_ADM1029 is not set
30212 +# CONFIG_SENSORS_ADM1031 is not set
30213 +# CONFIG_SENSORS_ADM9240 is not set
30214 +# CONFIG_SENSORS_ADT7470 is not set
30215 +# CONFIG_SENSORS_ADT7473 is not set
30216 +# CONFIG_SENSORS_ATXP1 is not set
30217 +# CONFIG_SENSORS_DS1621 is not set
30218 +# CONFIG_SENSORS_I5K_AMB is not set
30219 +# CONFIG_SENSORS_F71805F is not set
30220 +# CONFIG_SENSORS_F71882FG is not set
30221 +# CONFIG_SENSORS_F75375S is not set
30222 +# CONFIG_SENSORS_GL518SM is not set
30223 +# CONFIG_SENSORS_GL520SM is not set
30224 +# CONFIG_SENSORS_IT87 is not set
30225 +# CONFIG_SENSORS_LM63 is not set
30226 +# CONFIG_SENSORS_LM75 is not set
30227 +# CONFIG_SENSORS_LM77 is not set
30228 +# CONFIG_SENSORS_LM78 is not set
30229 +# CONFIG_SENSORS_LM80 is not set
30230 +# CONFIG_SENSORS_LM83 is not set
30231 +# CONFIG_SENSORS_LM85 is not set
30232 +# CONFIG_SENSORS_LM87 is not set
30233 +# CONFIG_SENSORS_LM90 is not set
30234 +# CONFIG_SENSORS_LM92 is not set
30235 +# CONFIG_SENSORS_LM93 is not set
30236 +# CONFIG_SENSORS_MAX1619 is not set
30237 +# CONFIG_SENSORS_MAX6650 is not set
30238 +# CONFIG_SENSORS_PC87360 is not set
30239 +# CONFIG_SENSORS_PC87427 is not set
30240 +# CONFIG_SENSORS_SIS5595 is not set
30241 +# CONFIG_SENSORS_DME1737 is not set
30242 +# CONFIG_SENSORS_SMSC47M1 is not set
30243 +# CONFIG_SENSORS_SMSC47M192 is not set
30244 +# CONFIG_SENSORS_SMSC47B397 is not set
30245 +# CONFIG_SENSORS_ADS7828 is not set
30246 +# CONFIG_SENSORS_THMC50 is not set
30247 +# CONFIG_SENSORS_VIA686A is not set
30248 +# CONFIG_SENSORS_VT1211 is not set
30249 +# CONFIG_SENSORS_VT8231 is not set
30250 +# CONFIG_SENSORS_W83781D is not set
30251 +# CONFIG_SENSORS_W83791D is not set
30252 +# CONFIG_SENSORS_W83792D is not set
30253 +# CONFIG_SENSORS_W83793 is not set
30254 +# CONFIG_SENSORS_W83L785TS is not set
30255 +# CONFIG_SENSORS_W83L786NG is not set
30256 +# CONFIG_SENSORS_W83627HF is not set
30257 +# CONFIG_SENSORS_W83627EHF is not set
30258 +# CONFIG_HWMON_DEBUG_CHIP is not set
30259 +# CONFIG_THERMAL is not set
30261 +# CONFIG_WATCHDOG_NOWAYOUT is not set
30264 +# Watchdog Device Drivers
30266 +# CONFIG_SOFT_WATCHDOG is not set
30270 +# PCI-based Watchdog Cards
30272 +# CONFIG_PCIPCWATCHDOG is not set
30273 +# CONFIG_WDTPCI is not set
30276 +# Sonics Silicon Backplane
30278 +CONFIG_SSB_POSSIBLE=y
30279 +# CONFIG_SSB is not set
30282 +# Multifunction device drivers
30284 +# CONFIG_MFD_SM501 is not set
30287 +# Multimedia devices
30289 +# CONFIG_VIDEO_DEV is not set
30290 +# CONFIG_DVB_CORE is not set
30294 +# Graphics support
30296 +# CONFIG_AGP is not set
30297 +# CONFIG_DRM is not set
30298 +# CONFIG_VGASTATE is not set
30299 +CONFIG_VIDEO_OUTPUT_CONTROL=m
30300 +# CONFIG_FB is not set
30301 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
30304 +# Display device support
30306 +# CONFIG_DISPLAY_SUPPORT is not set
30311 +# CONFIG_SOUND is not set
30312 +CONFIG_HID_SUPPORT=y
30314 +# CONFIG_HID_DEBUG is not set
30315 +# CONFIG_HIDRAW is not set
30316 +CONFIG_USB_SUPPORT=y
30317 +CONFIG_USB_ARCH_HAS_HCD=y
30318 +CONFIG_USB_ARCH_HAS_OHCI=y
30319 +CONFIG_USB_ARCH_HAS_EHCI=y
30320 +# CONFIG_USB is not set
30323 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
30325 +# CONFIG_USB_GADGET is not set
30326 +# CONFIG_MMC is not set
30327 +# CONFIG_MEMSTICK is not set
30328 +# CONFIG_NEW_LEDS is not set
30329 +# CONFIG_INFINIBAND is not set
30330 +# CONFIG_EDAC is not set
30332 +CONFIG_RTC_CLASS=y
30333 +CONFIG_RTC_HCTOSYS=y
30334 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
30335 +# CONFIG_RTC_DEBUG is not set
30340 +CONFIG_RTC_INTF_SYSFS=y
30341 +CONFIG_RTC_INTF_PROC=y
30342 +CONFIG_RTC_INTF_DEV=y
30343 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
30344 +# CONFIG_RTC_DRV_TEST is not set
30349 +# CONFIG_RTC_DRV_DS1307 is not set
30350 +CONFIG_RTC_DRV_DS1374=y
30351 +# CONFIG_RTC_DRV_DS1672 is not set
30352 +# CONFIG_RTC_DRV_MAX6900 is not set
30353 +# CONFIG_RTC_DRV_RS5C372 is not set
30354 +# CONFIG_RTC_DRV_ISL1208 is not set
30355 +# CONFIG_RTC_DRV_X1205 is not set
30356 +# CONFIG_RTC_DRV_PCF8563 is not set
30357 +# CONFIG_RTC_DRV_PCF8583 is not set
30358 +# CONFIG_RTC_DRV_M41T80 is not set
30359 +# CONFIG_RTC_DRV_S35390A is not set
30366 +# Platform RTC drivers
30368 +# CONFIG_RTC_DRV_CMOS is not set
30369 +# CONFIG_RTC_DRV_DS1511 is not set
30370 +# CONFIG_RTC_DRV_DS1553 is not set
30371 +# CONFIG_RTC_DRV_DS1742 is not set
30372 +# CONFIG_RTC_DRV_STK17TA8 is not set
30373 +# CONFIG_RTC_DRV_M48T86 is not set
30374 +# CONFIG_RTC_DRV_M48T59 is not set
30375 +# CONFIG_RTC_DRV_V3020 is not set
30378 +# on-CPU RTC drivers
30380 +# CONFIG_DMADEVICES is not set
30385 +# CONFIG_UIO is not set
30391 +# CONFIG_EXT2_FS_XATTR is not set
30392 +# CONFIG_EXT2_FS_XIP is not set
30394 +CONFIG_EXT3_FS_XATTR=y
30395 +# CONFIG_EXT3_FS_POSIX_ACL is not set
30396 +# CONFIG_EXT3_FS_SECURITY is not set
30397 +# CONFIG_EXT4DEV_FS is not set
30399 +CONFIG_FS_MBCACHE=y
30400 +# CONFIG_REISERFS_FS is not set
30401 +# CONFIG_JFS_FS is not set
30402 +# CONFIG_FS_POSIX_ACL is not set
30403 +# CONFIG_XFS_FS is not set
30404 +# CONFIG_GFS2_FS is not set
30405 +# CONFIG_OCFS2_FS is not set
30408 +CONFIG_INOTIFY_USER=y
30409 +# CONFIG_QUOTA is not set
30410 +# CONFIG_AUTOFS_FS is not set
30411 +# CONFIG_AUTOFS4_FS is not set
30412 +# CONFIG_FUSE_FS is not set
30415 +# CD-ROM/DVD Filesystems
30417 +# CONFIG_ISO9660_FS is not set
30418 +# CONFIG_UDF_FS is not set
30421 +# DOS/FAT/NT Filesystems
30423 +# CONFIG_MSDOS_FS is not set
30424 +# CONFIG_VFAT_FS is not set
30425 +# CONFIG_NTFS_FS is not set
30428 +# Pseudo filesystems
30431 +CONFIG_PROC_KCORE=y
30432 +CONFIG_PROC_SYSCTL=y
30435 +# CONFIG_TMPFS_POSIX_ACL is not set
30436 +# CONFIG_HUGETLB_PAGE is not set
30437 +# CONFIG_CONFIGFS_FS is not set
30440 +# Miscellaneous filesystems
30442 +# CONFIG_ADFS_FS is not set
30443 +# CONFIG_AFFS_FS is not set
30444 +# CONFIG_HFS_FS is not set
30445 +# CONFIG_HFSPLUS_FS is not set
30446 +# CONFIG_BEFS_FS is not set
30447 +# CONFIG_BFS_FS is not set
30448 +# CONFIG_EFS_FS is not set
30449 +# CONFIG_CRAMFS is not set
30450 +# CONFIG_VXFS_FS is not set
30451 +# CONFIG_MINIX_FS is not set
30452 +# CONFIG_HPFS_FS is not set
30453 +# CONFIG_QNX4FS_FS is not set
30454 +# CONFIG_ROMFS_FS is not set
30455 +# CONFIG_SYSV_FS is not set
30456 +# CONFIG_UFS_FS is not set
30457 +CONFIG_NETWORK_FILESYSTEMS=y
30460 +# CONFIG_NFS_V3_ACL is not set
30462 +# CONFIG_NFS_DIRECTIO is not set
30463 +# CONFIG_NFSD is not set
30467 +CONFIG_NFS_COMMON=y
30469 +CONFIG_SUNRPC_GSS=y
30470 +# CONFIG_SUNRPC_BIND34 is not set
30471 +CONFIG_RPCSEC_GSS_KRB5=y
30472 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
30473 +# CONFIG_SMB_FS is not set
30474 +# CONFIG_CIFS is not set
30475 +# CONFIG_NCP_FS is not set
30476 +# CONFIG_CODA_FS is not set
30477 +# CONFIG_AFS_FS is not set
30482 +CONFIG_PARTITION_ADVANCED=y
30483 +# CONFIG_ACORN_PARTITION is not set
30484 +# CONFIG_OSF_PARTITION is not set
30485 +# CONFIG_AMIGA_PARTITION is not set
30486 +# CONFIG_ATARI_PARTITION is not set
30487 +# CONFIG_MAC_PARTITION is not set
30488 +# CONFIG_MSDOS_PARTITION is not set
30489 +# CONFIG_LDM_PARTITION is not set
30490 +# CONFIG_SGI_PARTITION is not set
30491 +# CONFIG_ULTRIX_PARTITION is not set
30492 +# CONFIG_SUN_PARTITION is not set
30493 +# CONFIG_KARMA_PARTITION is not set
30494 +# CONFIG_EFI_PARTITION is not set
30495 +# CONFIG_SYSV68_PARTITION is not set
30496 +# CONFIG_NLS is not set
30497 +# CONFIG_DLM is not set
30502 +# Library routines
30504 +CONFIG_BITREVERSE=y
30505 +# CONFIG_CRC_CCITT is not set
30506 +# CONFIG_CRC16 is not set
30507 +# CONFIG_CRC_ITU_T is not set
30509 +# CONFIG_CRC7 is not set
30510 +# CONFIG_LIBCRC32C is not set
30512 +CONFIG_HAS_IOMEM=y
30513 +CONFIG_HAS_IOPORT=y
30519 +# CONFIG_PRINTK_TIME is not set
30520 +CONFIG_ENABLE_WARN_DEPRECATED=y
30521 +CONFIG_ENABLE_MUST_CHECK=y
30522 +# CONFIG_MAGIC_SYSRQ is not set
30523 +# CONFIG_UNUSED_SYMBOLS is not set
30524 +# CONFIG_DEBUG_FS is not set
30525 +# CONFIG_HEADERS_CHECK is not set
30526 +# CONFIG_DEBUG_KERNEL is not set
30527 +# CONFIG_SLUB_DEBUG_ON is not set
30528 +# CONFIG_SLUB_STATS is not set
30529 +# CONFIG_DEBUG_BUGVERBOSE is not set
30530 +# CONFIG_SAMPLES is not set
30531 +# CONFIG_PPC_EARLY_DEBUG is not set
30534 +# Security options
30536 +# CONFIG_KEYS is not set
30537 +# CONFIG_SECURITY is not set
30538 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
30540 +CONFIG_CRYPTO_ALGAPI=y
30541 +CONFIG_CRYPTO_BLKCIPHER=y
30542 +# CONFIG_CRYPTO_SEQIV is not set
30543 +CONFIG_CRYPTO_MANAGER=y
30544 +# CONFIG_CRYPTO_HMAC is not set
30545 +# CONFIG_CRYPTO_XCBC is not set
30546 +# CONFIG_CRYPTO_NULL is not set
30547 +# CONFIG_CRYPTO_MD4 is not set
30548 +CONFIG_CRYPTO_MD5=y
30549 +# CONFIG_CRYPTO_SHA1 is not set
30550 +# CONFIG_CRYPTO_SHA256 is not set
30551 +# CONFIG_CRYPTO_SHA512 is not set
30552 +# CONFIG_CRYPTO_WP512 is not set
30553 +# CONFIG_CRYPTO_TGR192 is not set
30554 +# CONFIG_CRYPTO_GF128MUL is not set
30555 +CONFIG_CRYPTO_ECB=m
30556 +CONFIG_CRYPTO_CBC=y
30557 +CONFIG_CRYPTO_PCBC=m
30558 +# CONFIG_CRYPTO_LRW is not set
30559 +# CONFIG_CRYPTO_XTS is not set
30560 +# CONFIG_CRYPTO_CTR is not set
30561 +# CONFIG_CRYPTO_GCM is not set
30562 +# CONFIG_CRYPTO_CCM is not set
30563 +# CONFIG_CRYPTO_CRYPTD is not set
30564 +CONFIG_CRYPTO_DES=y
30565 +# CONFIG_CRYPTO_FCRYPT is not set
30566 +# CONFIG_CRYPTO_BLOWFISH is not set
30567 +# CONFIG_CRYPTO_TWOFISH is not set
30568 +# CONFIG_CRYPTO_SERPENT is not set
30569 +# CONFIG_CRYPTO_AES is not set
30570 +# CONFIG_CRYPTO_CAST5 is not set
30571 +# CONFIG_CRYPTO_CAST6 is not set
30572 +# CONFIG_CRYPTO_TEA is not set
30573 +# CONFIG_CRYPTO_ARC4 is not set
30574 +# CONFIG_CRYPTO_KHAZAD is not set
30575 +# CONFIG_CRYPTO_ANUBIS is not set
30576 +# CONFIG_CRYPTO_SEED is not set
30577 +# CONFIG_CRYPTO_SALSA20 is not set
30578 +# CONFIG_CRYPTO_DEFLATE is not set
30579 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
30580 +# CONFIG_CRYPTO_CRC32C is not set
30581 +# CONFIG_CRYPTO_CAMELLIA is not set
30582 +# CONFIG_CRYPTO_TEST is not set
30583 +# CONFIG_CRYPTO_AUTHENC is not set
30584 +# CONFIG_CRYPTO_LZO is not set
30585 +CONFIG_CRYPTO_HW=y
30586 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
30587 +# CONFIG_PPC_CLOCK is not set
30588 +CONFIG_PPC_LIB_RHEAP=y
30590 +++ b/arch/powerpc/configs/83xx/mpc837x_mds_defconfig
30593 +# Automatically generated make config: don't edit
30594 +# Linux kernel version: 2.6.25-rc6
30595 +# Mon Mar 24 08:48:23 2008
30597 +# CONFIG_PPC64 is not set
30600 +# Processor support
30603 +# CONFIG_PPC_85xx is not set
30604 +# CONFIG_PPC_8xx is not set
30605 +# CONFIG_40x is not set
30606 +# CONFIG_44x is not set
30607 +# CONFIG_E200 is not set
30609 +# CONFIG_FSL_EMB_PERFMON is not set
30610 +CONFIG_PPC_STD_MMU=y
30611 +CONFIG_PPC_STD_MMU_32=y
30612 +# CONFIG_PPC_MM_SLICES is not set
30613 +# CONFIG_SMP is not set
30615 +CONFIG_WORD_SIZE=32
30616 +CONFIG_PPC_MERGE=y
30618 +CONFIG_GENERIC_CMOS_UPDATE=y
30619 +CONFIG_GENERIC_TIME=y
30620 +CONFIG_GENERIC_TIME_VSYSCALL=y
30621 +CONFIG_GENERIC_CLOCKEVENTS=y
30622 +CONFIG_GENERIC_HARDIRQS=y
30623 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
30624 +CONFIG_IRQ_PER_CPU=y
30625 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
30626 +CONFIG_ARCH_HAS_ILOG2_U32=y
30627 +CONFIG_GENERIC_HWEIGHT=y
30628 +CONFIG_GENERIC_CALIBRATE_DELAY=y
30629 +CONFIG_GENERIC_FIND_NEXT_BIT=y
30630 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
30632 +CONFIG_EARLY_PRINTK=y
30633 +CONFIG_GENERIC_NVRAM=y
30634 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
30635 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
30638 +CONFIG_PPC_UDBG_16550=y
30639 +# CONFIG_GENERIC_TBSYNC is not set
30640 +CONFIG_AUDIT_ARCH=y
30641 +CONFIG_GENERIC_BUG=y
30642 +CONFIG_DEFAULT_UIMAGE=y
30643 +# CONFIG_PPC_DCR_NATIVE is not set
30644 +# CONFIG_PPC_DCR_MMIO is not set
30645 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
30650 +CONFIG_EXPERIMENTAL=y
30651 +CONFIG_BROKEN_ON_SMP=y
30652 +CONFIG_INIT_ENV_ARG_LIMIT=32
30653 +CONFIG_LOCALVERSION=""
30654 +CONFIG_LOCALVERSION_AUTO=y
30657 +CONFIG_SYSVIPC_SYSCTL=y
30658 +# CONFIG_POSIX_MQUEUE is not set
30659 +# CONFIG_BSD_PROCESS_ACCT is not set
30660 +# CONFIG_TASKSTATS is not set
30661 +# CONFIG_AUDIT is not set
30662 +# CONFIG_IKCONFIG is not set
30663 +CONFIG_LOG_BUF_SHIFT=14
30664 +# CONFIG_CGROUPS is not set
30665 +CONFIG_GROUP_SCHED=y
30666 +CONFIG_FAIR_GROUP_SCHED=y
30667 +# CONFIG_RT_GROUP_SCHED is not set
30668 +CONFIG_USER_SCHED=y
30669 +# CONFIG_CGROUP_SCHED is not set
30670 +CONFIG_SYSFS_DEPRECATED=y
30671 +CONFIG_SYSFS_DEPRECATED_V2=y
30672 +# CONFIG_RELAY is not set
30673 +# CONFIG_NAMESPACES is not set
30674 +CONFIG_BLK_DEV_INITRD=y
30675 +CONFIG_INITRAMFS_SOURCE=""
30676 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
30679 +CONFIG_SYSCTL_SYSCALL=y
30681 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
30686 +CONFIG_COMPAT_BRK=y
30687 +CONFIG_BASE_FULL=y
30689 +CONFIG_ANON_INODES=y
30690 +# CONFIG_EPOLL is not set
30695 +CONFIG_VM_EVENT_COUNTERS=y
30697 +# CONFIG_SLUB is not set
30698 +# CONFIG_SLOB is not set
30699 +# CONFIG_PROFILING is not set
30700 +# CONFIG_MARKERS is not set
30701 +CONFIG_HAVE_OPROFILE=y
30702 +# CONFIG_KPROBES is not set
30703 +CONFIG_HAVE_KPROBES=y
30704 +CONFIG_HAVE_KRETPROBES=y
30705 +CONFIG_PROC_PAGE_MONITOR=y
30707 +CONFIG_RT_MUTEXES=y
30708 +# CONFIG_TINY_SHMEM is not set
30709 +CONFIG_BASE_SMALL=0
30711 +CONFIG_MODULE_UNLOAD=y
30712 +# CONFIG_MODULE_FORCE_UNLOAD is not set
30713 +# CONFIG_MODVERSIONS is not set
30714 +# CONFIG_MODULE_SRCVERSION_ALL is not set
30715 +# CONFIG_KMOD is not set
30717 +# CONFIG_LBD is not set
30718 +# CONFIG_BLK_DEV_IO_TRACE is not set
30719 +# CONFIG_LSF is not set
30720 +# CONFIG_BLK_DEV_BSG is not set
30725 +CONFIG_IOSCHED_NOOP=y
30726 +CONFIG_IOSCHED_AS=y
30727 +CONFIG_IOSCHED_DEADLINE=y
30728 +CONFIG_IOSCHED_CFQ=y
30729 +CONFIG_DEFAULT_AS=y
30730 +# CONFIG_DEFAULT_DEADLINE is not set
30731 +# CONFIG_DEFAULT_CFQ is not set
30732 +# CONFIG_DEFAULT_NOOP is not set
30733 +CONFIG_DEFAULT_IOSCHED="anticipatory"
30734 +CONFIG_CLASSIC_RCU=y
30737 +# Platform support
30739 +# CONFIG_PPC_MULTIPLATFORM is not set
30740 +# CONFIG_PPC_82xx is not set
30742 +# CONFIG_PPC_86xx is not set
30743 +# CONFIG_PPC_MPC512x is not set
30744 +# CONFIG_PPC_MPC5121 is not set
30745 +# CONFIG_PPC_CELL is not set
30746 +# CONFIG_PPC_CELL_NATIVE is not set
30747 +# CONFIG_PQ2ADS is not set
30749 +# CONFIG_MPC831x_RDB is not set
30750 +# CONFIG_MPC832x_MDS is not set
30751 +# CONFIG_MPC832x_RDB is not set
30752 +# CONFIG_MPC834x_MDS is not set
30753 +# CONFIG_MPC834x_ITX is not set
30754 +# CONFIG_MPC836x_MDS is not set
30755 +CONFIG_MPC837x_MDS=y
30756 +# CONFIG_MPC837x_RDB is not set
30757 +# CONFIG_SBC834x is not set
30758 +CONFIG_PPC_MPC837x=y
30760 +# CONFIG_MPIC is not set
30761 +# CONFIG_MPIC_WEIRD is not set
30762 +# CONFIG_PPC_I8259 is not set
30763 +# CONFIG_PPC_RTAS is not set
30764 +# CONFIG_MMIO_NVRAM is not set
30765 +# CONFIG_PPC_MPC106 is not set
30766 +# CONFIG_PPC_970_NAP is not set
30767 +# CONFIG_PPC_INDIRECT_IO is not set
30768 +# CONFIG_GENERIC_IOMAP is not set
30769 +# CONFIG_CPU_FREQ is not set
30770 +# CONFIG_FSL_ULI1575 is not set
30775 +# CONFIG_HIGHMEM is not set
30776 +# CONFIG_TICK_ONESHOT is not set
30777 +# CONFIG_NO_HZ is not set
30778 +# CONFIG_HIGH_RES_TIMERS is not set
30779 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
30780 +# CONFIG_HZ_100 is not set
30782 +# CONFIG_HZ_300 is not set
30783 +# CONFIG_HZ_1000 is not set
30785 +# CONFIG_SCHED_HRTICK is not set
30786 +CONFIG_PREEMPT_NONE=y
30787 +# CONFIG_PREEMPT_VOLUNTARY is not set
30788 +# CONFIG_PREEMPT is not set
30789 +CONFIG_BINFMT_ELF=y
30790 +# CONFIG_BINFMT_MISC is not set
30791 +# CONFIG_IOMMU_HELPER is not set
30792 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
30793 +CONFIG_ARCH_HAS_WALK_MEMORY=y
30794 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
30795 +CONFIG_ARCH_FLATMEM_ENABLE=y
30796 +CONFIG_ARCH_POPULATES_NODE_MAP=y
30797 +CONFIG_SELECT_MEMORY_MODEL=y
30798 +CONFIG_FLATMEM_MANUAL=y
30799 +# CONFIG_DISCONTIGMEM_MANUAL is not set
30800 +# CONFIG_SPARSEMEM_MANUAL is not set
30802 +CONFIG_FLAT_NODE_MEM_MAP=y
30803 +# CONFIG_SPARSEMEM_STATIC is not set
30804 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
30805 +CONFIG_SPLIT_PTLOCK_CPUS=4
30806 +# CONFIG_RESOURCES_64BIT is not set
30807 +CONFIG_ZONE_DMA_FLAG=1
30809 +CONFIG_VIRT_TO_BUS=y
30810 +CONFIG_PROC_DEVICETREE=y
30811 +# CONFIG_CMDLINE_BOOL is not set
30812 +# CONFIG_PM is not set
30814 +CONFIG_ISA_DMA_API=y
30820 +CONFIG_GENERIC_ISA_DMA=y
30821 +CONFIG_PPC_INDIRECT_PCI=y
30823 +# CONFIG_PCI is not set
30824 +# CONFIG_PCI_DOMAINS is not set
30825 +# CONFIG_PCI_SYSCALL is not set
30826 +# CONFIG_ARCH_SUPPORTS_MSI is not set
30827 +# CONFIG_PCCARD is not set
30832 +# CONFIG_ADVANCED_OPTIONS is not set
30835 +# Default settings for advanced configuration options are used
30837 +CONFIG_HIGHMEM_START=0xfe000000
30838 +CONFIG_LOWMEM_SIZE=0x30000000
30839 +CONFIG_KERNEL_START=0xc0000000
30840 +CONFIG_TASK_SIZE=0xc0000000
30841 +CONFIG_BOOT_LOAD=0x00800000
30849 +# Networking options
30852 +# CONFIG_PACKET_MMAP is not set
30855 +CONFIG_XFRM_USER=m
30856 +# CONFIG_XFRM_SUB_POLICY is not set
30857 +# CONFIG_XFRM_MIGRATE is not set
30858 +# CONFIG_XFRM_STATISTICS is not set
30859 +# CONFIG_NET_KEY is not set
30861 +CONFIG_IP_MULTICAST=y
30862 +# CONFIG_IP_ADVANCED_ROUTER is not set
30863 +CONFIG_IP_FIB_HASH=y
30865 +CONFIG_IP_PNP_DHCP=y
30866 +CONFIG_IP_PNP_BOOTP=y
30867 +# CONFIG_IP_PNP_RARP is not set
30868 +# CONFIG_NET_IPIP is not set
30869 +# CONFIG_NET_IPGRE is not set
30870 +# CONFIG_IP_MROUTE is not set
30871 +# CONFIG_ARPD is not set
30872 +CONFIG_SYN_COOKIES=y
30873 +# CONFIG_INET_AH is not set
30874 +# CONFIG_INET_ESP is not set
30875 +# CONFIG_INET_IPCOMP is not set
30876 +# CONFIG_INET_XFRM_TUNNEL is not set
30877 +# CONFIG_INET_TUNNEL is not set
30878 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
30879 +CONFIG_INET_XFRM_MODE_TUNNEL=y
30880 +CONFIG_INET_XFRM_MODE_BEET=y
30881 +# CONFIG_INET_LRO is not set
30882 +CONFIG_INET_DIAG=y
30883 +CONFIG_INET_TCP_DIAG=y
30884 +# CONFIG_TCP_CONG_ADVANCED is not set
30885 +CONFIG_TCP_CONG_CUBIC=y
30886 +CONFIG_DEFAULT_TCP_CONG="cubic"
30887 +# CONFIG_TCP_MD5SIG is not set
30888 +# CONFIG_IPV6 is not set
30889 +# CONFIG_INET6_XFRM_TUNNEL is not set
30890 +# CONFIG_INET6_TUNNEL is not set
30891 +# CONFIG_NETWORK_SECMARK is not set
30892 +# CONFIG_NETFILTER is not set
30893 +# CONFIG_IP_DCCP is not set
30894 +# CONFIG_IP_SCTP is not set
30895 +# CONFIG_TIPC is not set
30896 +# CONFIG_ATM is not set
30897 +# CONFIG_BRIDGE is not set
30898 +# CONFIG_VLAN_8021Q is not set
30899 +# CONFIG_DECNET is not set
30900 +# CONFIG_LLC2 is not set
30901 +# CONFIG_IPX is not set
30902 +# CONFIG_ATALK is not set
30903 +# CONFIG_X25 is not set
30904 +# CONFIG_LAPB is not set
30905 +# CONFIG_ECONET is not set
30906 +# CONFIG_WAN_ROUTER is not set
30907 +# CONFIG_NET_SCHED is not set
30912 +# CONFIG_NET_PKTGEN is not set
30913 +# CONFIG_HAMRADIO is not set
30914 +# CONFIG_CAN is not set
30915 +# CONFIG_IRDA is not set
30916 +# CONFIG_BT is not set
30917 +# CONFIG_AF_RXRPC is not set
30922 +# CONFIG_CFG80211 is not set
30923 +# CONFIG_WIRELESS_EXT is not set
30924 +# CONFIG_MAC80211 is not set
30925 +# CONFIG_IEEE80211 is not set
30926 +# CONFIG_RFKILL is not set
30927 +# CONFIG_NET_9P is not set
30934 +# Generic Driver Options
30936 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
30937 +CONFIG_STANDALONE=y
30938 +CONFIG_PREVENT_FIRMWARE_BUILD=y
30939 +# CONFIG_FW_LOADER is not set
30940 +# CONFIG_SYS_HYPERVISOR is not set
30941 +# CONFIG_CONNECTOR is not set
30942 +# CONFIG_MTD is not set
30943 +CONFIG_OF_DEVICE=y
30944 +# CONFIG_PARPORT is not set
30946 +# CONFIG_BLK_DEV_FD is not set
30947 +# CONFIG_BLK_DEV_COW_COMMON is not set
30948 +CONFIG_BLK_DEV_LOOP=y
30949 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
30950 +# CONFIG_BLK_DEV_NBD is not set
30951 +CONFIG_BLK_DEV_RAM=y
30952 +CONFIG_BLK_DEV_RAM_COUNT=16
30953 +CONFIG_BLK_DEV_RAM_SIZE=32768
30954 +# CONFIG_BLK_DEV_XIP is not set
30955 +# CONFIG_CDROM_PKTCDVD is not set
30956 +# CONFIG_ATA_OVER_ETH is not set
30957 +CONFIG_MISC_DEVICES=y
30958 +# CONFIG_EEPROM_93CX6 is not set
30959 +# CONFIG_ENCLOSURE_SERVICES is not set
30961 +# CONFIG_IDE is not set
30964 +# SCSI device support
30966 +# CONFIG_RAID_ATTRS is not set
30969 +# CONFIG_SCSI_TGT is not set
30970 +# CONFIG_SCSI_NETLINK is not set
30971 +CONFIG_SCSI_PROC_FS=y
30974 +# SCSI support type (disk, tape, CD-ROM)
30976 +CONFIG_BLK_DEV_SD=y
30977 +# CONFIG_CHR_DEV_ST is not set
30978 +# CONFIG_CHR_DEV_OSST is not set
30979 +# CONFIG_BLK_DEV_SR is not set
30980 +CONFIG_CHR_DEV_SG=y
30981 +# CONFIG_CHR_DEV_SCH is not set
30984 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
30986 +# CONFIG_SCSI_MULTI_LUN is not set
30987 +# CONFIG_SCSI_CONSTANTS is not set
30988 +# CONFIG_SCSI_LOGGING is not set
30989 +# CONFIG_SCSI_SCAN_ASYNC is not set
30990 +CONFIG_SCSI_WAIT_SCAN=m
30995 +# CONFIG_SCSI_SPI_ATTRS is not set
30996 +# CONFIG_SCSI_FC_ATTRS is not set
30997 +# CONFIG_SCSI_ISCSI_ATTRS is not set
30998 +# CONFIG_SCSI_SAS_LIBSAS is not set
30999 +# CONFIG_SCSI_SRP_ATTRS is not set
31000 +CONFIG_SCSI_LOWLEVEL=y
31001 +# CONFIG_ISCSI_TCP is not set
31002 +# CONFIG_SCSI_DEBUG is not set
31004 +# CONFIG_ATA_NONSTANDARD is not set
31005 +# CONFIG_SATA_MV is not set
31007 +# CONFIG_PATA_PLATFORM is not set
31008 +# CONFIG_MD is not set
31009 +# CONFIG_MACINTOSH_DRIVERS is not set
31010 +CONFIG_NETDEVICES=y
31011 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
31012 +# CONFIG_DUMMY is not set
31013 +# CONFIG_BONDING is not set
31014 +# CONFIG_MACVLAN is not set
31015 +# CONFIG_EQUALIZER is not set
31016 +# CONFIG_TUN is not set
31017 +# CONFIG_VETH is not set
31021 +# MII PHY device drivers
31023 +CONFIG_MARVELL_PHY=y
31024 +# CONFIG_DAVICOM_PHY is not set
31025 +# CONFIG_QSEMI_PHY is not set
31026 +# CONFIG_LXT_PHY is not set
31027 +# CONFIG_CICADA_PHY is not set
31028 +# CONFIG_VITESSE_PHY is not set
31029 +# CONFIG_SMSC_PHY is not set
31030 +# CONFIG_BROADCOM_PHY is not set
31031 +# CONFIG_ICPLUS_PHY is not set
31032 +# CONFIG_REALTEK_PHY is not set
31033 +# CONFIG_FIXED_PHY is not set
31034 +# CONFIG_MDIO_BITBANG is not set
31035 +CONFIG_NET_ETHERNET=y
31037 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
31038 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
31039 +# CONFIG_IBM_NEW_EMAC_TAH is not set
31040 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
31041 +# CONFIG_B44 is not set
31042 +CONFIG_NETDEV_1000=y
31043 +# CONFIG_E1000E_ENABLED is not set
31045 +# CONFIG_GFAR_NAPI is not set
31046 +CONFIG_NETDEV_10000=y
31051 +# CONFIG_WLAN_PRE80211 is not set
31052 +# CONFIG_WLAN_80211 is not set
31053 +# CONFIG_WAN is not set
31054 +# CONFIG_PPP is not set
31055 +# CONFIG_SLIP is not set
31056 +# CONFIG_NETCONSOLE is not set
31057 +# CONFIG_NETPOLL is not set
31058 +# CONFIG_NET_POLL_CONTROLLER is not set
31059 +# CONFIG_ISDN is not set
31060 +# CONFIG_PHONE is not set
31063 +# Input device support
31066 +# CONFIG_INPUT_FF_MEMLESS is not set
31067 +# CONFIG_INPUT_POLLDEV is not set
31070 +# Userland interfaces
31072 +# CONFIG_INPUT_MOUSEDEV is not set
31073 +# CONFIG_INPUT_JOYDEV is not set
31074 +# CONFIG_INPUT_EVDEV is not set
31075 +# CONFIG_INPUT_EVBUG is not set
31078 +# Input Device Drivers
31080 +# CONFIG_INPUT_KEYBOARD is not set
31081 +# CONFIG_INPUT_MOUSE is not set
31082 +# CONFIG_INPUT_JOYSTICK is not set
31083 +# CONFIG_INPUT_TABLET is not set
31084 +# CONFIG_INPUT_TOUCHSCREEN is not set
31085 +# CONFIG_INPUT_MISC is not set
31088 +# Hardware I/O ports
31090 +# CONFIG_SERIO is not set
31091 +# CONFIG_GAMEPORT is not set
31094 +# Character devices
31096 +# CONFIG_VT is not set
31097 +# CONFIG_SERIAL_NONSTANDARD is not set
31102 +CONFIG_SERIAL_8250=y
31103 +CONFIG_SERIAL_8250_CONSOLE=y
31104 +CONFIG_SERIAL_8250_NR_UARTS=4
31105 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
31106 +# CONFIG_SERIAL_8250_EXTENDED is not set
31109 +# Non-8250 serial port support
31111 +# CONFIG_SERIAL_UARTLITE is not set
31112 +CONFIG_SERIAL_CORE=y
31113 +CONFIG_SERIAL_CORE_CONSOLE=y
31114 +# CONFIG_SERIAL_OF_PLATFORM is not set
31115 +CONFIG_UNIX98_PTYS=y
31116 +CONFIG_LEGACY_PTYS=y
31117 +CONFIG_LEGACY_PTY_COUNT=256
31118 +# CONFIG_IPMI_HANDLER is not set
31119 +# CONFIG_HW_RANDOM is not set
31120 +# CONFIG_NVRAM is not set
31122 +# CONFIG_GEN_RTC_X is not set
31123 +# CONFIG_R3964 is not set
31124 +# CONFIG_RAW_DRIVER is not set
31125 +# CONFIG_TCG_TPM is not set
31127 +CONFIG_I2C_BOARDINFO=y
31128 +CONFIG_I2C_CHARDEV=y
31133 +# CONFIG_I2C_ALGOBIT is not set
31134 +# CONFIG_I2C_ALGOPCF is not set
31135 +# CONFIG_I2C_ALGOPCA is not set
31138 +# I2C Hardware Bus support
31141 +# CONFIG_I2C_OCORES is not set
31142 +# CONFIG_I2C_PARPORT_LIGHT is not set
31143 +# CONFIG_I2C_SIMTEC is not set
31144 +# CONFIG_I2C_TAOS_EVM is not set
31145 +# CONFIG_I2C_STUB is not set
31148 +# Miscellaneous I2C Chip support
31150 +# CONFIG_DS1682 is not set
31151 +# CONFIG_SENSORS_EEPROM is not set
31152 +# CONFIG_SENSORS_PCF8574 is not set
31153 +# CONFIG_PCF8575 is not set
31154 +# CONFIG_SENSORS_PCF8591 is not set
31155 +# CONFIG_TPS65010 is not set
31156 +# CONFIG_SENSORS_MAX6875 is not set
31157 +# CONFIG_SENSORS_TSL2550 is not set
31158 +# CONFIG_I2C_DEBUG_CORE is not set
31159 +# CONFIG_I2C_DEBUG_ALGO is not set
31160 +# CONFIG_I2C_DEBUG_BUS is not set
31161 +# CONFIG_I2C_DEBUG_CHIP is not set
31166 +# CONFIG_SPI is not set
31167 +# CONFIG_SPI_MASTER is not set
31168 +# CONFIG_W1 is not set
31169 +# CONFIG_POWER_SUPPLY is not set
31171 +# CONFIG_HWMON_VID is not set
31172 +# CONFIG_SENSORS_AD7418 is not set
31173 +# CONFIG_SENSORS_ADM1021 is not set
31174 +# CONFIG_SENSORS_ADM1025 is not set
31175 +# CONFIG_SENSORS_ADM1026 is not set
31176 +# CONFIG_SENSORS_ADM1029 is not set
31177 +# CONFIG_SENSORS_ADM1031 is not set
31178 +# CONFIG_SENSORS_ADM9240 is not set
31179 +# CONFIG_SENSORS_ADT7470 is not set
31180 +# CONFIG_SENSORS_ADT7473 is not set
31181 +# CONFIG_SENSORS_ATXP1 is not set
31182 +# CONFIG_SENSORS_DS1621 is not set
31183 +# CONFIG_SENSORS_F71805F is not set
31184 +# CONFIG_SENSORS_F71882FG is not set
31185 +# CONFIG_SENSORS_F75375S is not set
31186 +# CONFIG_SENSORS_GL518SM is not set
31187 +# CONFIG_SENSORS_GL520SM is not set
31188 +# CONFIG_SENSORS_IT87 is not set
31189 +# CONFIG_SENSORS_LM63 is not set
31190 +# CONFIG_SENSORS_LM75 is not set
31191 +# CONFIG_SENSORS_LM77 is not set
31192 +# CONFIG_SENSORS_LM78 is not set
31193 +# CONFIG_SENSORS_LM80 is not set
31194 +# CONFIG_SENSORS_LM83 is not set
31195 +# CONFIG_SENSORS_LM85 is not set
31196 +# CONFIG_SENSORS_LM87 is not set
31197 +# CONFIG_SENSORS_LM90 is not set
31198 +# CONFIG_SENSORS_LM92 is not set
31199 +# CONFIG_SENSORS_LM93 is not set
31200 +# CONFIG_SENSORS_MAX1619 is not set
31201 +# CONFIG_SENSORS_MAX6650 is not set
31202 +# CONFIG_SENSORS_PC87360 is not set
31203 +# CONFIG_SENSORS_PC87427 is not set
31204 +# CONFIG_SENSORS_DME1737 is not set
31205 +# CONFIG_SENSORS_SMSC47M1 is not set
31206 +# CONFIG_SENSORS_SMSC47M192 is not set
31207 +# CONFIG_SENSORS_SMSC47B397 is not set
31208 +# CONFIG_SENSORS_ADS7828 is not set
31209 +# CONFIG_SENSORS_THMC50 is not set
31210 +# CONFIG_SENSORS_VT1211 is not set
31211 +# CONFIG_SENSORS_W83781D is not set
31212 +# CONFIG_SENSORS_W83791D is not set
31213 +# CONFIG_SENSORS_W83792D is not set
31214 +# CONFIG_SENSORS_W83793 is not set
31215 +# CONFIG_SENSORS_W83L785TS is not set
31216 +# CONFIG_SENSORS_W83L786NG is not set
31217 +# CONFIG_SENSORS_W83627HF is not set
31218 +# CONFIG_SENSORS_W83627EHF is not set
31219 +# CONFIG_HWMON_DEBUG_CHIP is not set
31220 +# CONFIG_THERMAL is not set
31222 +# CONFIG_WATCHDOG_NOWAYOUT is not set
31225 +# Watchdog Device Drivers
31227 +# CONFIG_SOFT_WATCHDOG is not set
31231 +# Sonics Silicon Backplane
31233 +CONFIG_SSB_POSSIBLE=y
31234 +# CONFIG_SSB is not set
31237 +# Multifunction device drivers
31239 +# CONFIG_MFD_SM501 is not set
31242 +# Multimedia devices
31244 +# CONFIG_VIDEO_DEV is not set
31245 +# CONFIG_DVB_CORE is not set
31249 +# Graphics support
31251 +# CONFIG_VGASTATE is not set
31252 +CONFIG_VIDEO_OUTPUT_CONTROL=m
31253 +# CONFIG_FB is not set
31254 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
31257 +# Display device support
31259 +# CONFIG_DISPLAY_SUPPORT is not set
31264 +# CONFIG_SOUND is not set
31265 +CONFIG_HID_SUPPORT=y
31267 +# CONFIG_HID_DEBUG is not set
31268 +# CONFIG_HIDRAW is not set
31269 +CONFIG_USB_SUPPORT=y
31270 +CONFIG_USB_ARCH_HAS_HCD=y
31271 +# CONFIG_USB_ARCH_HAS_OHCI is not set
31272 +CONFIG_USB_ARCH_HAS_EHCI=y
31273 +# CONFIG_USB is not set
31276 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
31278 +# CONFIG_USB_GADGET is not set
31279 +# CONFIG_MMC is not set
31280 +# CONFIG_MEMSTICK is not set
31281 +# CONFIG_NEW_LEDS is not set
31282 +# CONFIG_EDAC is not set
31283 +# CONFIG_RTC_CLASS is not set
31284 +# CONFIG_DMADEVICES is not set
31289 +# CONFIG_UIO is not set
31295 +# CONFIG_EXT2_FS_XATTR is not set
31296 +# CONFIG_EXT2_FS_XIP is not set
31298 +CONFIG_EXT3_FS_XATTR=y
31299 +# CONFIG_EXT3_FS_POSIX_ACL is not set
31300 +# CONFIG_EXT3_FS_SECURITY is not set
31301 +# CONFIG_EXT4DEV_FS is not set
31303 +CONFIG_FS_MBCACHE=y
31304 +# CONFIG_REISERFS_FS is not set
31305 +# CONFIG_JFS_FS is not set
31306 +# CONFIG_FS_POSIX_ACL is not set
31307 +# CONFIG_XFS_FS is not set
31308 +# CONFIG_GFS2_FS is not set
31309 +# CONFIG_OCFS2_FS is not set
31312 +CONFIG_INOTIFY_USER=y
31313 +# CONFIG_QUOTA is not set
31314 +# CONFIG_AUTOFS_FS is not set
31315 +# CONFIG_AUTOFS4_FS is not set
31316 +# CONFIG_FUSE_FS is not set
31319 +# CD-ROM/DVD Filesystems
31321 +# CONFIG_ISO9660_FS is not set
31322 +# CONFIG_UDF_FS is not set
31325 +# DOS/FAT/NT Filesystems
31327 +# CONFIG_MSDOS_FS is not set
31328 +# CONFIG_VFAT_FS is not set
31329 +# CONFIG_NTFS_FS is not set
31332 +# Pseudo filesystems
31335 +CONFIG_PROC_KCORE=y
31336 +CONFIG_PROC_SYSCTL=y
31339 +# CONFIG_TMPFS_POSIX_ACL is not set
31340 +# CONFIG_HUGETLB_PAGE is not set
31341 +# CONFIG_CONFIGFS_FS is not set
31344 +# Miscellaneous filesystems
31346 +# CONFIG_ADFS_FS is not set
31347 +# CONFIG_AFFS_FS is not set
31348 +# CONFIG_HFS_FS is not set
31349 +# CONFIG_HFSPLUS_FS is not set
31350 +# CONFIG_BEFS_FS is not set
31351 +# CONFIG_BFS_FS is not set
31352 +# CONFIG_EFS_FS is not set
31353 +# CONFIG_CRAMFS is not set
31354 +# CONFIG_VXFS_FS is not set
31355 +# CONFIG_MINIX_FS is not set
31356 +# CONFIG_HPFS_FS is not set
31357 +# CONFIG_QNX4FS_FS is not set
31358 +# CONFIG_ROMFS_FS is not set
31359 +# CONFIG_SYSV_FS is not set
31360 +# CONFIG_UFS_FS is not set
31361 +CONFIG_NETWORK_FILESYSTEMS=y
31364 +# CONFIG_NFS_V3_ACL is not set
31366 +# CONFIG_NFS_DIRECTIO is not set
31367 +# CONFIG_NFSD is not set
31371 +CONFIG_NFS_COMMON=y
31373 +CONFIG_SUNRPC_GSS=y
31374 +# CONFIG_SUNRPC_BIND34 is not set
31375 +CONFIG_RPCSEC_GSS_KRB5=y
31376 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
31377 +# CONFIG_SMB_FS is not set
31378 +# CONFIG_CIFS is not set
31379 +# CONFIG_NCP_FS is not set
31380 +# CONFIG_CODA_FS is not set
31381 +# CONFIG_AFS_FS is not set
31386 +CONFIG_PARTITION_ADVANCED=y
31387 +# CONFIG_ACORN_PARTITION is not set
31388 +# CONFIG_OSF_PARTITION is not set
31389 +# CONFIG_AMIGA_PARTITION is not set
31390 +# CONFIG_ATARI_PARTITION is not set
31391 +# CONFIG_MAC_PARTITION is not set
31392 +CONFIG_MSDOS_PARTITION=y
31393 +# CONFIG_BSD_DISKLABEL is not set
31394 +# CONFIG_MINIX_SUBPARTITION is not set
31395 +# CONFIG_SOLARIS_X86_PARTITION is not set
31396 +# CONFIG_UNIXWARE_DISKLABEL is not set
31397 +# CONFIG_LDM_PARTITION is not set
31398 +# CONFIG_SGI_PARTITION is not set
31399 +# CONFIG_ULTRIX_PARTITION is not set
31400 +# CONFIG_SUN_PARTITION is not set
31401 +# CONFIG_KARMA_PARTITION is not set
31402 +# CONFIG_EFI_PARTITION is not set
31403 +# CONFIG_SYSV68_PARTITION is not set
31404 +# CONFIG_NLS is not set
31405 +# CONFIG_DLM is not set
31408 +# Library routines
31410 +CONFIG_BITREVERSE=y
31411 +# CONFIG_CRC_CCITT is not set
31412 +# CONFIG_CRC16 is not set
31413 +# CONFIG_CRC_ITU_T is not set
31415 +# CONFIG_CRC7 is not set
31416 +# CONFIG_LIBCRC32C is not set
31418 +CONFIG_HAS_IOMEM=y
31419 +CONFIG_HAS_IOPORT=y
31425 +# CONFIG_PRINTK_TIME is not set
31426 +CONFIG_ENABLE_WARN_DEPRECATED=y
31427 +CONFIG_ENABLE_MUST_CHECK=y
31428 +# CONFIG_MAGIC_SYSRQ is not set
31429 +# CONFIG_UNUSED_SYMBOLS is not set
31430 +# CONFIG_DEBUG_FS is not set
31431 +# CONFIG_HEADERS_CHECK is not set
31432 +# CONFIG_DEBUG_KERNEL is not set
31433 +# CONFIG_DEBUG_BUGVERBOSE is not set
31434 +# CONFIG_SAMPLES is not set
31435 +# CONFIG_PPC_EARLY_DEBUG is not set
31438 +# Security options
31440 +# CONFIG_KEYS is not set
31441 +# CONFIG_SECURITY is not set
31442 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
31444 +CONFIG_CRYPTO_ALGAPI=y
31445 +CONFIG_CRYPTO_BLKCIPHER=y
31446 +# CONFIG_CRYPTO_SEQIV is not set
31447 +CONFIG_CRYPTO_MANAGER=y
31448 +# CONFIG_CRYPTO_HMAC is not set
31449 +# CONFIG_CRYPTO_XCBC is not set
31450 +# CONFIG_CRYPTO_NULL is not set
31451 +# CONFIG_CRYPTO_MD4 is not set
31452 +CONFIG_CRYPTO_MD5=y
31453 +# CONFIG_CRYPTO_SHA1 is not set
31454 +# CONFIG_CRYPTO_SHA256 is not set
31455 +# CONFIG_CRYPTO_SHA512 is not set
31456 +# CONFIG_CRYPTO_WP512 is not set
31457 +# CONFIG_CRYPTO_TGR192 is not set
31458 +# CONFIG_CRYPTO_GF128MUL is not set
31459 +CONFIG_CRYPTO_ECB=m
31460 +CONFIG_CRYPTO_CBC=y
31461 +CONFIG_CRYPTO_PCBC=m
31462 +# CONFIG_CRYPTO_LRW is not set
31463 +# CONFIG_CRYPTO_XTS is not set
31464 +# CONFIG_CRYPTO_CTR is not set
31465 +# CONFIG_CRYPTO_GCM is not set
31466 +# CONFIG_CRYPTO_CCM is not set
31467 +# CONFIG_CRYPTO_CRYPTD is not set
31468 +CONFIG_CRYPTO_DES=y
31469 +# CONFIG_CRYPTO_FCRYPT is not set
31470 +# CONFIG_CRYPTO_BLOWFISH is not set
31471 +# CONFIG_CRYPTO_TWOFISH is not set
31472 +# CONFIG_CRYPTO_SERPENT is not set
31473 +# CONFIG_CRYPTO_AES is not set
31474 +# CONFIG_CRYPTO_CAST5 is not set
31475 +# CONFIG_CRYPTO_CAST6 is not set
31476 +# CONFIG_CRYPTO_TEA is not set
31477 +# CONFIG_CRYPTO_ARC4 is not set
31478 +# CONFIG_CRYPTO_KHAZAD is not set
31479 +# CONFIG_CRYPTO_ANUBIS is not set
31480 +# CONFIG_CRYPTO_SEED is not set
31481 +# CONFIG_CRYPTO_SALSA20 is not set
31482 +# CONFIG_CRYPTO_DEFLATE is not set
31483 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
31484 +# CONFIG_CRYPTO_CRC32C is not set
31485 +# CONFIG_CRYPTO_CAMELLIA is not set
31486 +# CONFIG_CRYPTO_TEST is not set
31487 +# CONFIG_CRYPTO_AUTHENC is not set
31488 +# CONFIG_CRYPTO_LZO is not set
31489 +CONFIG_CRYPTO_HW=y
31490 +# CONFIG_PPC_CLOCK is not set
31492 +++ b/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig
31495 +# Automatically generated make config: don't edit
31496 +# Linux kernel version: 2.6.25-rc6
31497 +# Mon Mar 24 08:48:24 2008
31499 +# CONFIG_PPC64 is not set
31502 +# Processor support
31505 +# CONFIG_PPC_85xx is not set
31506 +# CONFIG_PPC_8xx is not set
31507 +# CONFIG_40x is not set
31508 +# CONFIG_44x is not set
31509 +# CONFIG_E200 is not set
31511 +# CONFIG_FSL_EMB_PERFMON is not set
31512 +CONFIG_PPC_STD_MMU=y
31513 +CONFIG_PPC_STD_MMU_32=y
31514 +# CONFIG_PPC_MM_SLICES is not set
31515 +# CONFIG_SMP is not set
31517 +CONFIG_WORD_SIZE=32
31518 +CONFIG_PPC_MERGE=y
31520 +CONFIG_GENERIC_CMOS_UPDATE=y
31521 +CONFIG_GENERIC_TIME=y
31522 +CONFIG_GENERIC_TIME_VSYSCALL=y
31523 +CONFIG_GENERIC_CLOCKEVENTS=y
31524 +CONFIG_GENERIC_HARDIRQS=y
31525 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
31526 +CONFIG_IRQ_PER_CPU=y
31527 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
31528 +CONFIG_ARCH_HAS_ILOG2_U32=y
31529 +CONFIG_GENERIC_HWEIGHT=y
31530 +CONFIG_GENERIC_CALIBRATE_DELAY=y
31531 +CONFIG_GENERIC_FIND_NEXT_BIT=y
31532 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
31534 +CONFIG_EARLY_PRINTK=y
31535 +CONFIG_GENERIC_NVRAM=y
31536 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
31537 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
31540 +CONFIG_PPC_UDBG_16550=y
31541 +# CONFIG_GENERIC_TBSYNC is not set
31542 +CONFIG_AUDIT_ARCH=y
31543 +CONFIG_GENERIC_BUG=y
31544 +CONFIG_DEFAULT_UIMAGE=y
31545 +# CONFIG_PPC_DCR_NATIVE is not set
31546 +# CONFIG_PPC_DCR_MMIO is not set
31547 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
31552 +CONFIG_EXPERIMENTAL=y
31553 +CONFIG_BROKEN_ON_SMP=y
31554 +CONFIG_INIT_ENV_ARG_LIMIT=32
31555 +CONFIG_LOCALVERSION=""
31556 +CONFIG_LOCALVERSION_AUTO=y
31559 +CONFIG_SYSVIPC_SYSCTL=y
31560 +# CONFIG_POSIX_MQUEUE is not set
31561 +# CONFIG_BSD_PROCESS_ACCT is not set
31562 +# CONFIG_TASKSTATS is not set
31563 +# CONFIG_AUDIT is not set
31564 +# CONFIG_IKCONFIG is not set
31565 +CONFIG_LOG_BUF_SHIFT=14
31566 +# CONFIG_CGROUPS is not set
31567 +CONFIG_GROUP_SCHED=y
31568 +CONFIG_FAIR_GROUP_SCHED=y
31569 +# CONFIG_RT_GROUP_SCHED is not set
31570 +CONFIG_USER_SCHED=y
31571 +# CONFIG_CGROUP_SCHED is not set
31572 +CONFIG_SYSFS_DEPRECATED=y
31573 +CONFIG_SYSFS_DEPRECATED_V2=y
31574 +# CONFIG_RELAY is not set
31575 +# CONFIG_NAMESPACES is not set
31576 +CONFIG_BLK_DEV_INITRD=y
31577 +CONFIG_INITRAMFS_SOURCE=""
31578 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
31581 +CONFIG_SYSCTL_SYSCALL=y
31583 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
31588 +CONFIG_COMPAT_BRK=y
31589 +CONFIG_BASE_FULL=y
31591 +CONFIG_ANON_INODES=y
31592 +# CONFIG_EPOLL is not set
31597 +CONFIG_VM_EVENT_COUNTERS=y
31599 +# CONFIG_SLUB is not set
31600 +# CONFIG_SLOB is not set
31601 +# CONFIG_PROFILING is not set
31602 +# CONFIG_MARKERS is not set
31603 +CONFIG_HAVE_OPROFILE=y
31604 +# CONFIG_KPROBES is not set
31605 +CONFIG_HAVE_KPROBES=y
31606 +CONFIG_HAVE_KRETPROBES=y
31607 +CONFIG_PROC_PAGE_MONITOR=y
31609 +CONFIG_RT_MUTEXES=y
31610 +# CONFIG_TINY_SHMEM is not set
31611 +CONFIG_BASE_SMALL=0
31613 +CONFIG_MODULE_UNLOAD=y
31614 +# CONFIG_MODULE_FORCE_UNLOAD is not set
31615 +# CONFIG_MODVERSIONS is not set
31616 +# CONFIG_MODULE_SRCVERSION_ALL is not set
31617 +# CONFIG_KMOD is not set
31619 +# CONFIG_LBD is not set
31620 +# CONFIG_BLK_DEV_IO_TRACE is not set
31621 +# CONFIG_LSF is not set
31622 +# CONFIG_BLK_DEV_BSG is not set
31627 +CONFIG_IOSCHED_NOOP=y
31628 +CONFIG_IOSCHED_AS=y
31629 +CONFIG_IOSCHED_DEADLINE=y
31630 +CONFIG_IOSCHED_CFQ=y
31631 +CONFIG_DEFAULT_AS=y
31632 +# CONFIG_DEFAULT_DEADLINE is not set
31633 +# CONFIG_DEFAULT_CFQ is not set
31634 +# CONFIG_DEFAULT_NOOP is not set
31635 +CONFIG_DEFAULT_IOSCHED="anticipatory"
31636 +CONFIG_CLASSIC_RCU=y
31639 +# Platform support
31641 +# CONFIG_PPC_MULTIPLATFORM is not set
31642 +# CONFIG_PPC_82xx is not set
31644 +# CONFIG_PPC_86xx is not set
31645 +# CONFIG_PPC_MPC512x is not set
31646 +# CONFIG_PPC_MPC5121 is not set
31647 +# CONFIG_PPC_CELL is not set
31648 +# CONFIG_PPC_CELL_NATIVE is not set
31649 +# CONFIG_PQ2ADS is not set
31651 +# CONFIG_MPC831x_RDB is not set
31652 +# CONFIG_MPC832x_MDS is not set
31653 +# CONFIG_MPC832x_RDB is not set
31654 +# CONFIG_MPC834x_MDS is not set
31655 +# CONFIG_MPC834x_ITX is not set
31656 +# CONFIG_MPC836x_MDS is not set
31657 +# CONFIG_MPC837x_MDS is not set
31658 +CONFIG_MPC837x_RDB=y
31659 +# CONFIG_SBC834x is not set
31660 +CONFIG_PPC_MPC837x=y
31662 +# CONFIG_MPIC is not set
31663 +# CONFIG_MPIC_WEIRD is not set
31664 +# CONFIG_PPC_I8259 is not set
31665 +# CONFIG_PPC_RTAS is not set
31666 +# CONFIG_MMIO_NVRAM is not set
31667 +# CONFIG_PPC_MPC106 is not set
31668 +# CONFIG_PPC_970_NAP is not set
31669 +# CONFIG_PPC_INDIRECT_IO is not set
31670 +# CONFIG_GENERIC_IOMAP is not set
31671 +# CONFIG_CPU_FREQ is not set
31672 +# CONFIG_FSL_ULI1575 is not set
31677 +# CONFIG_HIGHMEM is not set
31678 +# CONFIG_TICK_ONESHOT is not set
31679 +# CONFIG_NO_HZ is not set
31680 +# CONFIG_HIGH_RES_TIMERS is not set
31681 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
31682 +# CONFIG_HZ_100 is not set
31684 +# CONFIG_HZ_300 is not set
31685 +# CONFIG_HZ_1000 is not set
31687 +# CONFIG_SCHED_HRTICK is not set
31688 +CONFIG_PREEMPT_NONE=y
31689 +# CONFIG_PREEMPT_VOLUNTARY is not set
31690 +# CONFIG_PREEMPT is not set
31691 +CONFIG_BINFMT_ELF=y
31692 +# CONFIG_BINFMT_MISC is not set
31693 +# CONFIG_IOMMU_HELPER is not set
31694 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
31695 +CONFIG_ARCH_HAS_WALK_MEMORY=y
31696 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
31697 +CONFIG_ARCH_FLATMEM_ENABLE=y
31698 +CONFIG_ARCH_POPULATES_NODE_MAP=y
31699 +CONFIG_SELECT_MEMORY_MODEL=y
31700 +CONFIG_FLATMEM_MANUAL=y
31701 +# CONFIG_DISCONTIGMEM_MANUAL is not set
31702 +# CONFIG_SPARSEMEM_MANUAL is not set
31704 +CONFIG_FLAT_NODE_MEM_MAP=y
31705 +# CONFIG_SPARSEMEM_STATIC is not set
31706 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
31707 +CONFIG_SPLIT_PTLOCK_CPUS=4
31708 +# CONFIG_RESOURCES_64BIT is not set
31709 +CONFIG_ZONE_DMA_FLAG=1
31711 +CONFIG_VIRT_TO_BUS=y
31712 +CONFIG_PROC_DEVICETREE=y
31713 +# CONFIG_CMDLINE_BOOL is not set
31714 +# CONFIG_PM is not set
31716 +CONFIG_ISA_DMA_API=y
31722 +CONFIG_GENERIC_ISA_DMA=y
31723 +CONFIG_PPC_INDIRECT_PCI=y
31725 +# CONFIG_PCI is not set
31726 +# CONFIG_PCI_DOMAINS is not set
31727 +# CONFIG_PCI_SYSCALL is not set
31728 +# CONFIG_ARCH_SUPPORTS_MSI is not set
31729 +# CONFIG_PCCARD is not set
31734 +# CONFIG_ADVANCED_OPTIONS is not set
31737 +# Default settings for advanced configuration options are used
31739 +CONFIG_HIGHMEM_START=0xfe000000
31740 +CONFIG_LOWMEM_SIZE=0x30000000
31741 +CONFIG_KERNEL_START=0xc0000000
31742 +CONFIG_TASK_SIZE=0xc0000000
31743 +CONFIG_BOOT_LOAD=0x00800000
31751 +# Networking options
31754 +# CONFIG_PACKET_MMAP is not set
31756 +# CONFIG_NET_KEY is not set
31758 +CONFIG_IP_MULTICAST=y
31759 +# CONFIG_IP_ADVANCED_ROUTER is not set
31760 +CONFIG_IP_FIB_HASH=y
31762 +CONFIG_IP_PNP_DHCP=y
31763 +CONFIG_IP_PNP_BOOTP=y
31764 +# CONFIG_IP_PNP_RARP is not set
31765 +# CONFIG_NET_IPIP is not set
31766 +# CONFIG_NET_IPGRE is not set
31767 +# CONFIG_IP_MROUTE is not set
31768 +# CONFIG_ARPD is not set
31769 +CONFIG_SYN_COOKIES=y
31770 +# CONFIG_INET_AH is not set
31771 +# CONFIG_INET_ESP is not set
31772 +# CONFIG_INET_IPCOMP is not set
31773 +# CONFIG_INET_XFRM_TUNNEL is not set
31774 +# CONFIG_INET_TUNNEL is not set
31775 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
31776 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
31777 +# CONFIG_INET_XFRM_MODE_BEET is not set
31778 +# CONFIG_INET_LRO is not set
31779 +CONFIG_INET_DIAG=y
31780 +CONFIG_INET_TCP_DIAG=y
31781 +# CONFIG_TCP_CONG_ADVANCED is not set
31782 +CONFIG_TCP_CONG_CUBIC=y
31783 +CONFIG_DEFAULT_TCP_CONG="cubic"
31784 +# CONFIG_TCP_MD5SIG is not set
31785 +# CONFIG_IPV6 is not set
31786 +# CONFIG_INET6_XFRM_TUNNEL is not set
31787 +# CONFIG_INET6_TUNNEL is not set
31788 +# CONFIG_NETWORK_SECMARK is not set
31789 +# CONFIG_NETFILTER is not set
31790 +# CONFIG_IP_DCCP is not set
31791 +# CONFIG_IP_SCTP is not set
31792 +# CONFIG_TIPC is not set
31793 +# CONFIG_ATM is not set
31794 +# CONFIG_BRIDGE is not set
31795 +# CONFIG_VLAN_8021Q is not set
31796 +# CONFIG_DECNET is not set
31797 +# CONFIG_LLC2 is not set
31798 +# CONFIG_IPX is not set
31799 +# CONFIG_ATALK is not set
31800 +# CONFIG_X25 is not set
31801 +# CONFIG_LAPB is not set
31802 +# CONFIG_ECONET is not set
31803 +# CONFIG_WAN_ROUTER is not set
31804 +# CONFIG_NET_SCHED is not set
31809 +# CONFIG_NET_PKTGEN is not set
31810 +# CONFIG_HAMRADIO is not set
31811 +# CONFIG_CAN is not set
31812 +# CONFIG_IRDA is not set
31813 +# CONFIG_BT is not set
31814 +# CONFIG_AF_RXRPC is not set
31819 +# CONFIG_CFG80211 is not set
31820 +# CONFIG_WIRELESS_EXT is not set
31821 +# CONFIG_MAC80211 is not set
31822 +# CONFIG_IEEE80211 is not set
31823 +# CONFIG_RFKILL is not set
31824 +# CONFIG_NET_9P is not set
31831 +# Generic Driver Options
31833 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
31834 +CONFIG_STANDALONE=y
31835 +CONFIG_PREVENT_FIRMWARE_BUILD=y
31836 +# CONFIG_FW_LOADER is not set
31837 +# CONFIG_SYS_HYPERVISOR is not set
31838 +# CONFIG_CONNECTOR is not set
31839 +# CONFIG_MTD is not set
31840 +CONFIG_OF_DEVICE=y
31841 +# CONFIG_PARPORT is not set
31843 +# CONFIG_BLK_DEV_FD is not set
31844 +# CONFIG_BLK_DEV_COW_COMMON is not set
31845 +CONFIG_BLK_DEV_LOOP=y
31846 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
31847 +# CONFIG_BLK_DEV_NBD is not set
31848 +CONFIG_BLK_DEV_RAM=y
31849 +CONFIG_BLK_DEV_RAM_COUNT=16
31850 +CONFIG_BLK_DEV_RAM_SIZE=32768
31851 +# CONFIG_BLK_DEV_XIP is not set
31852 +# CONFIG_CDROM_PKTCDVD is not set
31853 +# CONFIG_ATA_OVER_ETH is not set
31854 +CONFIG_MISC_DEVICES=y
31855 +# CONFIG_EEPROM_93CX6 is not set
31856 +# CONFIG_ENCLOSURE_SERVICES is not set
31858 +# CONFIG_IDE is not set
31861 +# SCSI device support
31863 +# CONFIG_RAID_ATTRS is not set
31866 +# CONFIG_SCSI_TGT is not set
31867 +# CONFIG_SCSI_NETLINK is not set
31868 +CONFIG_SCSI_PROC_FS=y
31871 +# SCSI support type (disk, tape, CD-ROM)
31873 +CONFIG_BLK_DEV_SD=y
31874 +# CONFIG_CHR_DEV_ST is not set
31875 +# CONFIG_CHR_DEV_OSST is not set
31876 +# CONFIG_BLK_DEV_SR is not set
31877 +CONFIG_CHR_DEV_SG=y
31878 +# CONFIG_CHR_DEV_SCH is not set
31881 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
31883 +# CONFIG_SCSI_MULTI_LUN is not set
31884 +# CONFIG_SCSI_CONSTANTS is not set
31885 +# CONFIG_SCSI_LOGGING is not set
31886 +# CONFIG_SCSI_SCAN_ASYNC is not set
31887 +CONFIG_SCSI_WAIT_SCAN=m
31892 +# CONFIG_SCSI_SPI_ATTRS is not set
31893 +# CONFIG_SCSI_FC_ATTRS is not set
31894 +# CONFIG_SCSI_ISCSI_ATTRS is not set
31895 +# CONFIG_SCSI_SAS_LIBSAS is not set
31896 +# CONFIG_SCSI_SRP_ATTRS is not set
31897 +CONFIG_SCSI_LOWLEVEL=y
31898 +# CONFIG_ISCSI_TCP is not set
31899 +# CONFIG_SCSI_DEBUG is not set
31901 +# CONFIG_ATA_NONSTANDARD is not set
31902 +# CONFIG_SATA_MV is not set
31904 +# CONFIG_PATA_PLATFORM is not set
31906 +CONFIG_BLK_DEV_MD=y
31907 +# CONFIG_MD_LINEAR is not set
31908 +# CONFIG_MD_RAID0 is not set
31910 +# CONFIG_MD_RAID10 is not set
31911 +CONFIG_MD_RAID456=y
31912 +CONFIG_MD_RAID5_RESHAPE=y
31913 +# CONFIG_MD_MULTIPATH is not set
31914 +# CONFIG_MD_FAULTY is not set
31915 +# CONFIG_BLK_DEV_DM is not set
31916 +# CONFIG_MACINTOSH_DRIVERS is not set
31917 +CONFIG_NETDEVICES=y
31918 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
31919 +# CONFIG_DUMMY is not set
31920 +# CONFIG_BONDING is not set
31921 +# CONFIG_MACVLAN is not set
31922 +# CONFIG_EQUALIZER is not set
31923 +# CONFIG_TUN is not set
31924 +# CONFIG_VETH is not set
31928 +# MII PHY device drivers
31930 +CONFIG_MARVELL_PHY=y
31931 +# CONFIG_DAVICOM_PHY is not set
31932 +# CONFIG_QSEMI_PHY is not set
31933 +# CONFIG_LXT_PHY is not set
31934 +# CONFIG_CICADA_PHY is not set
31935 +# CONFIG_VITESSE_PHY is not set
31936 +# CONFIG_SMSC_PHY is not set
31937 +# CONFIG_BROADCOM_PHY is not set
31938 +# CONFIG_ICPLUS_PHY is not set
31939 +# CONFIG_REALTEK_PHY is not set
31940 +# CONFIG_FIXED_PHY is not set
31941 +# CONFIG_MDIO_BITBANG is not set
31942 +CONFIG_NET_ETHERNET=y
31944 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
31945 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
31946 +# CONFIG_IBM_NEW_EMAC_TAH is not set
31947 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
31948 +# CONFIG_B44 is not set
31949 +CONFIG_NETDEV_1000=y
31950 +# CONFIG_E1000E_ENABLED is not set
31952 +CONFIG_GFAR_NAPI=y
31953 +# CONFIG_NETDEV_10000 is not set
31958 +# CONFIG_WLAN_PRE80211 is not set
31959 +# CONFIG_WLAN_80211 is not set
31960 +# CONFIG_WAN is not set
31961 +# CONFIG_PPP is not set
31962 +# CONFIG_SLIP is not set
31963 +# CONFIG_NETCONSOLE is not set
31964 +# CONFIG_NETPOLL is not set
31965 +# CONFIG_NET_POLL_CONTROLLER is not set
31966 +# CONFIG_ISDN is not set
31967 +# CONFIG_PHONE is not set
31970 +# Input device support
31973 +# CONFIG_INPUT_FF_MEMLESS is not set
31974 +# CONFIG_INPUT_POLLDEV is not set
31977 +# Userland interfaces
31979 +# CONFIG_INPUT_MOUSEDEV is not set
31980 +# CONFIG_INPUT_JOYDEV is not set
31981 +# CONFIG_INPUT_EVDEV is not set
31982 +# CONFIG_INPUT_EVBUG is not set
31985 +# Input Device Drivers
31987 +# CONFIG_INPUT_KEYBOARD is not set
31988 +# CONFIG_INPUT_MOUSE is not set
31989 +# CONFIG_INPUT_JOYSTICK is not set
31990 +# CONFIG_INPUT_TABLET is not set
31991 +# CONFIG_INPUT_TOUCHSCREEN is not set
31992 +# CONFIG_INPUT_MISC is not set
31995 +# Hardware I/O ports
31997 +# CONFIG_SERIO is not set
31998 +# CONFIG_GAMEPORT is not set
32001 +# Character devices
32003 +# CONFIG_VT is not set
32004 +# CONFIG_SERIAL_NONSTANDARD is not set
32009 +CONFIG_SERIAL_8250=y
32010 +CONFIG_SERIAL_8250_CONSOLE=y
32011 +CONFIG_SERIAL_8250_NR_UARTS=4
32012 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
32013 +# CONFIG_SERIAL_8250_EXTENDED is not set
32016 +# Non-8250 serial port support
32018 +# CONFIG_SERIAL_UARTLITE is not set
32019 +CONFIG_SERIAL_CORE=y
32020 +CONFIG_SERIAL_CORE_CONSOLE=y
32021 +# CONFIG_SERIAL_OF_PLATFORM is not set
32022 +CONFIG_UNIX98_PTYS=y
32023 +CONFIG_LEGACY_PTYS=y
32024 +CONFIG_LEGACY_PTY_COUNT=256
32025 +# CONFIG_IPMI_HANDLER is not set
32026 +# CONFIG_HW_RANDOM is not set
32027 +# CONFIG_NVRAM is not set
32029 +# CONFIG_GEN_RTC_X is not set
32030 +# CONFIG_R3964 is not set
32031 +# CONFIG_RAW_DRIVER is not set
32032 +# CONFIG_TCG_TPM is not set
32034 +CONFIG_I2C_BOARDINFO=y
32035 +CONFIG_I2C_CHARDEV=y
32040 +# CONFIG_I2C_ALGOBIT is not set
32041 +# CONFIG_I2C_ALGOPCF is not set
32042 +# CONFIG_I2C_ALGOPCA is not set
32045 +# I2C Hardware Bus support
32048 +# CONFIG_I2C_OCORES is not set
32049 +# CONFIG_I2C_PARPORT_LIGHT is not set
32050 +# CONFIG_I2C_SIMTEC is not set
32051 +# CONFIG_I2C_TAOS_EVM is not set
32052 +# CONFIG_I2C_STUB is not set
32055 +# Miscellaneous I2C Chip support
32057 +# CONFIG_DS1682 is not set
32058 +# CONFIG_SENSORS_EEPROM is not set
32059 +# CONFIG_SENSORS_PCF8574 is not set
32060 +# CONFIG_PCF8575 is not set
32061 +# CONFIG_SENSORS_PCF8591 is not set
32062 +# CONFIG_TPS65010 is not set
32063 +# CONFIG_SENSORS_MAX6875 is not set
32064 +# CONFIG_SENSORS_TSL2550 is not set
32065 +# CONFIG_I2C_DEBUG_CORE is not set
32066 +# CONFIG_I2C_DEBUG_ALGO is not set
32067 +# CONFIG_I2C_DEBUG_BUS is not set
32068 +# CONFIG_I2C_DEBUG_CHIP is not set
32073 +# CONFIG_SPI is not set
32074 +# CONFIG_SPI_MASTER is not set
32075 +# CONFIG_W1 is not set
32076 +# CONFIG_POWER_SUPPLY is not set
32078 +# CONFIG_HWMON_VID is not set
32079 +# CONFIG_SENSORS_AD7418 is not set
32080 +# CONFIG_SENSORS_ADM1021 is not set
32081 +# CONFIG_SENSORS_ADM1025 is not set
32082 +# CONFIG_SENSORS_ADM1026 is not set
32083 +# CONFIG_SENSORS_ADM1029 is not set
32084 +# CONFIG_SENSORS_ADM1031 is not set
32085 +# CONFIG_SENSORS_ADM9240 is not set
32086 +# CONFIG_SENSORS_ADT7470 is not set
32087 +# CONFIG_SENSORS_ADT7473 is not set
32088 +# CONFIG_SENSORS_ATXP1 is not set
32089 +# CONFIG_SENSORS_DS1621 is not set
32090 +# CONFIG_SENSORS_F71805F is not set
32091 +# CONFIG_SENSORS_F71882FG is not set
32092 +# CONFIG_SENSORS_F75375S is not set
32093 +# CONFIG_SENSORS_GL518SM is not set
32094 +# CONFIG_SENSORS_GL520SM is not set
32095 +# CONFIG_SENSORS_IT87 is not set
32096 +# CONFIG_SENSORS_LM63 is not set
32097 +# CONFIG_SENSORS_LM75 is not set
32098 +# CONFIG_SENSORS_LM77 is not set
32099 +# CONFIG_SENSORS_LM78 is not set
32100 +# CONFIG_SENSORS_LM80 is not set
32101 +# CONFIG_SENSORS_LM83 is not set
32102 +# CONFIG_SENSORS_LM85 is not set
32103 +# CONFIG_SENSORS_LM87 is not set
32104 +# CONFIG_SENSORS_LM90 is not set
32105 +# CONFIG_SENSORS_LM92 is not set
32106 +# CONFIG_SENSORS_LM93 is not set
32107 +# CONFIG_SENSORS_MAX1619 is not set
32108 +# CONFIG_SENSORS_MAX6650 is not set
32109 +# CONFIG_SENSORS_PC87360 is not set
32110 +# CONFIG_SENSORS_PC87427 is not set
32111 +# CONFIG_SENSORS_DME1737 is not set
32112 +# CONFIG_SENSORS_SMSC47M1 is not set
32113 +# CONFIG_SENSORS_SMSC47M192 is not set
32114 +# CONFIG_SENSORS_SMSC47B397 is not set
32115 +# CONFIG_SENSORS_ADS7828 is not set
32116 +# CONFIG_SENSORS_THMC50 is not set
32117 +# CONFIG_SENSORS_VT1211 is not set
32118 +# CONFIG_SENSORS_W83781D is not set
32119 +# CONFIG_SENSORS_W83791D is not set
32120 +# CONFIG_SENSORS_W83792D is not set
32121 +# CONFIG_SENSORS_W83793 is not set
32122 +# CONFIG_SENSORS_W83L785TS is not set
32123 +# CONFIG_SENSORS_W83L786NG is not set
32124 +# CONFIG_SENSORS_W83627HF is not set
32125 +# CONFIG_SENSORS_W83627EHF is not set
32126 +# CONFIG_HWMON_DEBUG_CHIP is not set
32127 +# CONFIG_THERMAL is not set
32129 +# CONFIG_WATCHDOG_NOWAYOUT is not set
32132 +# Watchdog Device Drivers
32134 +# CONFIG_SOFT_WATCHDOG is not set
32138 +# Sonics Silicon Backplane
32140 +CONFIG_SSB_POSSIBLE=y
32141 +# CONFIG_SSB is not set
32144 +# Multifunction device drivers
32146 +# CONFIG_MFD_SM501 is not set
32149 +# Multimedia devices
32151 +# CONFIG_VIDEO_DEV is not set
32152 +# CONFIG_DVB_CORE is not set
32156 +# Graphics support
32158 +# CONFIG_VGASTATE is not set
32159 +CONFIG_VIDEO_OUTPUT_CONTROL=m
32160 +# CONFIG_FB is not set
32161 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
32164 +# Display device support
32166 +# CONFIG_DISPLAY_SUPPORT is not set
32171 +# CONFIG_SOUND is not set
32172 +CONFIG_HID_SUPPORT=y
32174 +# CONFIG_HID_DEBUG is not set
32175 +# CONFIG_HIDRAW is not set
32176 +CONFIG_USB_SUPPORT=y
32177 +CONFIG_USB_ARCH_HAS_HCD=y
32178 +# CONFIG_USB_ARCH_HAS_OHCI is not set
32179 +CONFIG_USB_ARCH_HAS_EHCI=y
32181 +# CONFIG_USB_DEBUG is not set
32182 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
32185 +# Miscellaneous USB options
32187 +# CONFIG_USB_DEVICEFS is not set
32188 +CONFIG_USB_DEVICE_CLASS=y
32189 +# CONFIG_USB_DYNAMIC_MINORS is not set
32190 +# CONFIG_USB_OTG is not set
32193 +# USB Host Controller Drivers
32195 +CONFIG_USB_EHCI_HCD=y
32196 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
32197 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
32198 +CONFIG_USB_EHCI_FSL=y
32199 +CONFIG_USB_EHCI_HCD_PPC_OF=y
32200 +# CONFIG_USB_ISP116X_HCD is not set
32201 +# CONFIG_USB_SL811_HCD is not set
32202 +# CONFIG_USB_R8A66597_HCD is not set
32205 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
32207 +# CONFIG_USB_GADGET is not set
32208 +# CONFIG_MMC is not set
32209 +# CONFIG_MEMSTICK is not set
32210 +# CONFIG_NEW_LEDS is not set
32211 +# CONFIG_EDAC is not set
32212 +# CONFIG_RTC_CLASS is not set
32213 +# CONFIG_DMADEVICES is not set
32218 +# CONFIG_UIO is not set
32224 +# CONFIG_EXT2_FS_XATTR is not set
32225 +# CONFIG_EXT2_FS_XIP is not set
32227 +CONFIG_EXT3_FS_XATTR=y
32228 +# CONFIG_EXT3_FS_POSIX_ACL is not set
32229 +# CONFIG_EXT3_FS_SECURITY is not set
32230 +# CONFIG_EXT4DEV_FS is not set
32232 +CONFIG_FS_MBCACHE=y
32233 +# CONFIG_REISERFS_FS is not set
32234 +# CONFIG_JFS_FS is not set
32235 +# CONFIG_FS_POSIX_ACL is not set
32236 +# CONFIG_XFS_FS is not set
32237 +# CONFIG_GFS2_FS is not set
32238 +# CONFIG_OCFS2_FS is not set
32241 +CONFIG_INOTIFY_USER=y
32242 +# CONFIG_QUOTA is not set
32243 +# CONFIG_AUTOFS_FS is not set
32244 +# CONFIG_AUTOFS4_FS is not set
32245 +# CONFIG_FUSE_FS is not set
32248 +# CD-ROM/DVD Filesystems
32250 +# CONFIG_ISO9660_FS is not set
32251 +# CONFIG_UDF_FS is not set
32254 +# DOS/FAT/NT Filesystems
32256 +# CONFIG_MSDOS_FS is not set
32257 +# CONFIG_VFAT_FS is not set
32258 +# CONFIG_NTFS_FS is not set
32261 +# Pseudo filesystems
32264 +CONFIG_PROC_KCORE=y
32265 +CONFIG_PROC_SYSCTL=y
32268 +# CONFIG_TMPFS_POSIX_ACL is not set
32269 +# CONFIG_HUGETLB_PAGE is not set
32270 +# CONFIG_CONFIGFS_FS is not set
32273 +# Miscellaneous filesystems
32275 +# CONFIG_ADFS_FS is not set
32276 +# CONFIG_AFFS_FS is not set
32277 +# CONFIG_HFS_FS is not set
32278 +# CONFIG_HFSPLUS_FS is not set
32279 +# CONFIG_BEFS_FS is not set
32280 +# CONFIG_BFS_FS is not set
32281 +# CONFIG_EFS_FS is not set
32282 +# CONFIG_CRAMFS is not set
32283 +# CONFIG_VXFS_FS is not set
32284 +# CONFIG_MINIX_FS is not set
32285 +# CONFIG_HPFS_FS is not set
32286 +# CONFIG_QNX4FS_FS is not set
32287 +# CONFIG_ROMFS_FS is not set
32288 +# CONFIG_SYSV_FS is not set
32289 +# CONFIG_UFS_FS is not set
32290 +CONFIG_NETWORK_FILESYSTEMS=y
32293 +# CONFIG_NFS_V3_ACL is not set
32295 +# CONFIG_NFS_DIRECTIO is not set
32296 +# CONFIG_NFSD is not set
32300 +CONFIG_NFS_COMMON=y
32302 +CONFIG_SUNRPC_GSS=y
32303 +# CONFIG_SUNRPC_BIND34 is not set
32304 +CONFIG_RPCSEC_GSS_KRB5=y
32305 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
32306 +# CONFIG_SMB_FS is not set
32307 +# CONFIG_CIFS is not set
32308 +# CONFIG_NCP_FS is not set
32309 +# CONFIG_CODA_FS is not set
32310 +# CONFIG_AFS_FS is not set
32315 +CONFIG_PARTITION_ADVANCED=y
32316 +# CONFIG_ACORN_PARTITION is not set
32317 +# CONFIG_OSF_PARTITION is not set
32318 +# CONFIG_AMIGA_PARTITION is not set
32319 +# CONFIG_ATARI_PARTITION is not set
32320 +# CONFIG_MAC_PARTITION is not set
32321 +CONFIG_MSDOS_PARTITION=y
32322 +# CONFIG_BSD_DISKLABEL is not set
32323 +# CONFIG_MINIX_SUBPARTITION is not set
32324 +# CONFIG_SOLARIS_X86_PARTITION is not set
32325 +# CONFIG_UNIXWARE_DISKLABEL is not set
32326 +# CONFIG_LDM_PARTITION is not set
32327 +# CONFIG_SGI_PARTITION is not set
32328 +# CONFIG_ULTRIX_PARTITION is not set
32329 +# CONFIG_SUN_PARTITION is not set
32330 +# CONFIG_KARMA_PARTITION is not set
32331 +# CONFIG_EFI_PARTITION is not set
32332 +# CONFIG_SYSV68_PARTITION is not set
32333 +# CONFIG_NLS is not set
32334 +# CONFIG_DLM is not set
32337 +# Library routines
32339 +CONFIG_BITREVERSE=y
32340 +# CONFIG_CRC_CCITT is not set
32341 +# CONFIG_CRC16 is not set
32342 +# CONFIG_CRC_ITU_T is not set
32344 +# CONFIG_CRC7 is not set
32345 +# CONFIG_LIBCRC32C is not set
32347 +CONFIG_HAS_IOMEM=y
32348 +CONFIG_HAS_IOPORT=y
32354 +# CONFIG_PRINTK_TIME is not set
32355 +CONFIG_ENABLE_WARN_DEPRECATED=y
32356 +# CONFIG_ENABLE_MUST_CHECK is not set
32357 +# CONFIG_MAGIC_SYSRQ is not set
32358 +# CONFIG_UNUSED_SYMBOLS is not set
32359 +# CONFIG_DEBUG_FS is not set
32360 +# CONFIG_HEADERS_CHECK is not set
32361 +# CONFIG_DEBUG_KERNEL is not set
32362 +# CONFIG_DEBUG_BUGVERBOSE is not set
32363 +# CONFIG_SAMPLES is not set
32364 +# CONFIG_PPC_EARLY_DEBUG is not set
32367 +# Security options
32369 +# CONFIG_KEYS is not set
32370 +# CONFIG_SECURITY is not set
32371 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
32372 +CONFIG_XOR_BLOCKS=y
32373 +CONFIG_ASYNC_CORE=y
32374 +CONFIG_ASYNC_MEMCPY=y
32375 +CONFIG_ASYNC_XOR=y
32377 +CONFIG_CRYPTO_ALGAPI=y
32378 +CONFIG_CRYPTO_BLKCIPHER=y
32379 +# CONFIG_CRYPTO_SEQIV is not set
32380 +CONFIG_CRYPTO_MANAGER=y
32381 +# CONFIG_CRYPTO_HMAC is not set
32382 +# CONFIG_CRYPTO_XCBC is not set
32383 +# CONFIG_CRYPTO_NULL is not set
32384 +# CONFIG_CRYPTO_MD4 is not set
32385 +CONFIG_CRYPTO_MD5=y
32386 +# CONFIG_CRYPTO_SHA1 is not set
32387 +# CONFIG_CRYPTO_SHA256 is not set
32388 +# CONFIG_CRYPTO_SHA512 is not set
32389 +# CONFIG_CRYPTO_WP512 is not set
32390 +# CONFIG_CRYPTO_TGR192 is not set
32391 +# CONFIG_CRYPTO_GF128MUL is not set
32392 +CONFIG_CRYPTO_ECB=m
32393 +CONFIG_CRYPTO_CBC=y
32394 +CONFIG_CRYPTO_PCBC=m
32395 +# CONFIG_CRYPTO_LRW is not set
32396 +# CONFIG_CRYPTO_XTS is not set
32397 +# CONFIG_CRYPTO_CTR is not set
32398 +# CONFIG_CRYPTO_GCM is not set
32399 +# CONFIG_CRYPTO_CCM is not set
32400 +# CONFIG_CRYPTO_CRYPTD is not set
32401 +CONFIG_CRYPTO_DES=y
32402 +# CONFIG_CRYPTO_FCRYPT is not set
32403 +# CONFIG_CRYPTO_BLOWFISH is not set
32404 +# CONFIG_CRYPTO_TWOFISH is not set
32405 +# CONFIG_CRYPTO_SERPENT is not set
32406 +# CONFIG_CRYPTO_AES is not set
32407 +# CONFIG_CRYPTO_CAST5 is not set
32408 +# CONFIG_CRYPTO_CAST6 is not set
32409 +# CONFIG_CRYPTO_TEA is not set
32410 +# CONFIG_CRYPTO_ARC4 is not set
32411 +# CONFIG_CRYPTO_KHAZAD is not set
32412 +# CONFIG_CRYPTO_ANUBIS is not set
32413 +# CONFIG_CRYPTO_SEED is not set
32414 +# CONFIG_CRYPTO_SALSA20 is not set
32415 +# CONFIG_CRYPTO_DEFLATE is not set
32416 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
32417 +# CONFIG_CRYPTO_CRC32C is not set
32418 +# CONFIG_CRYPTO_CAMELLIA is not set
32419 +# CONFIG_CRYPTO_TEST is not set
32420 +# CONFIG_CRYPTO_AUTHENC is not set
32421 +# CONFIG_CRYPTO_LZO is not set
32422 +CONFIG_CRYPTO_HW=y
32423 +# CONFIG_PPC_CLOCK is not set
32425 +++ b/arch/powerpc/configs/83xx/sbc834x_defconfig
32428 +# Automatically generated make config: don't edit
32429 +# Linux kernel version: 2.6.25-rc6
32430 +# Mon Mar 24 08:48:38 2008
32432 +# CONFIG_PPC64 is not set
32435 +# Processor support
32438 +# CONFIG_PPC_85xx is not set
32439 +# CONFIG_PPC_8xx is not set
32440 +# CONFIG_40x is not set
32441 +# CONFIG_44x is not set
32442 +# CONFIG_E200 is not set
32444 +# CONFIG_FSL_EMB_PERFMON is not set
32445 +CONFIG_PPC_STD_MMU=y
32446 +CONFIG_PPC_STD_MMU_32=y
32447 +# CONFIG_PPC_MM_SLICES is not set
32448 +# CONFIG_SMP is not set
32450 +CONFIG_WORD_SIZE=32
32451 +CONFIG_PPC_MERGE=y
32453 +CONFIG_GENERIC_CMOS_UPDATE=y
32454 +CONFIG_GENERIC_TIME=y
32455 +CONFIG_GENERIC_TIME_VSYSCALL=y
32456 +CONFIG_GENERIC_CLOCKEVENTS=y
32457 +CONFIG_GENERIC_HARDIRQS=y
32458 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
32459 +CONFIG_IRQ_PER_CPU=y
32460 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
32461 +CONFIG_ARCH_HAS_ILOG2_U32=y
32462 +CONFIG_GENERIC_HWEIGHT=y
32463 +CONFIG_GENERIC_CALIBRATE_DELAY=y
32464 +CONFIG_GENERIC_FIND_NEXT_BIT=y
32465 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
32467 +CONFIG_EARLY_PRINTK=y
32468 +CONFIG_GENERIC_NVRAM=y
32469 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
32470 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
32473 +CONFIG_PPC_UDBG_16550=y
32474 +# CONFIG_GENERIC_TBSYNC is not set
32475 +CONFIG_AUDIT_ARCH=y
32476 +CONFIG_GENERIC_BUG=y
32477 +CONFIG_DEFAULT_UIMAGE=y
32478 +# CONFIG_PPC_DCR_NATIVE is not set
32479 +# CONFIG_PPC_DCR_MMIO is not set
32480 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
32485 +CONFIG_EXPERIMENTAL=y
32486 +CONFIG_BROKEN_ON_SMP=y
32487 +CONFIG_INIT_ENV_ARG_LIMIT=32
32488 +CONFIG_LOCALVERSION=""
32489 +CONFIG_LOCALVERSION_AUTO=y
32492 +CONFIG_SYSVIPC_SYSCTL=y
32493 +# CONFIG_POSIX_MQUEUE is not set
32494 +# CONFIG_BSD_PROCESS_ACCT is not set
32495 +# CONFIG_TASKSTATS is not set
32496 +# CONFIG_AUDIT is not set
32497 +# CONFIG_IKCONFIG is not set
32498 +CONFIG_LOG_BUF_SHIFT=14
32499 +# CONFIG_CGROUPS is not set
32500 +CONFIG_GROUP_SCHED=y
32501 +CONFIG_FAIR_GROUP_SCHED=y
32502 +# CONFIG_RT_GROUP_SCHED is not set
32503 +CONFIG_USER_SCHED=y
32504 +# CONFIG_CGROUP_SCHED is not set
32505 +CONFIG_SYSFS_DEPRECATED=y
32506 +CONFIG_SYSFS_DEPRECATED_V2=y
32507 +# CONFIG_RELAY is not set
32508 +# CONFIG_NAMESPACES is not set
32509 +CONFIG_BLK_DEV_INITRD=y
32510 +CONFIG_INITRAMFS_SOURCE=""
32511 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
32514 +CONFIG_SYSCTL_SYSCALL=y
32515 +# CONFIG_KALLSYMS is not set
32520 +CONFIG_COMPAT_BRK=y
32521 +CONFIG_BASE_FULL=y
32523 +CONFIG_ANON_INODES=y
32524 +# CONFIG_EPOLL is not set
32529 +CONFIG_VM_EVENT_COUNTERS=y
32531 +# CONFIG_SLUB is not set
32532 +# CONFIG_SLOB is not set
32533 +# CONFIG_PROFILING is not set
32534 +# CONFIG_MARKERS is not set
32535 +CONFIG_HAVE_OPROFILE=y
32536 +CONFIG_HAVE_KPROBES=y
32537 +CONFIG_HAVE_KRETPROBES=y
32538 +CONFIG_PROC_PAGE_MONITOR=y
32540 +CONFIG_RT_MUTEXES=y
32541 +# CONFIG_TINY_SHMEM is not set
32542 +CONFIG_BASE_SMALL=0
32544 +CONFIG_MODULE_UNLOAD=y
32545 +# CONFIG_MODULE_FORCE_UNLOAD is not set
32546 +# CONFIG_MODVERSIONS is not set
32547 +# CONFIG_MODULE_SRCVERSION_ALL is not set
32548 +# CONFIG_KMOD is not set
32550 +# CONFIG_LBD is not set
32551 +# CONFIG_BLK_DEV_IO_TRACE is not set
32552 +# CONFIG_LSF is not set
32553 +# CONFIG_BLK_DEV_BSG is not set
32558 +CONFIG_IOSCHED_NOOP=y
32559 +CONFIG_IOSCHED_AS=y
32560 +CONFIG_IOSCHED_DEADLINE=y
32561 +CONFIG_IOSCHED_CFQ=y
32562 +CONFIG_DEFAULT_AS=y
32563 +# CONFIG_DEFAULT_DEADLINE is not set
32564 +# CONFIG_DEFAULT_CFQ is not set
32565 +# CONFIG_DEFAULT_NOOP is not set
32566 +CONFIG_DEFAULT_IOSCHED="anticipatory"
32567 +CONFIG_CLASSIC_RCU=y
32570 +# Platform support
32572 +# CONFIG_PPC_MULTIPLATFORM is not set
32573 +# CONFIG_PPC_82xx is not set
32575 +# CONFIG_PPC_86xx is not set
32576 +# CONFIG_PPC_MPC512x is not set
32577 +# CONFIG_PPC_MPC5121 is not set
32578 +# CONFIG_PPC_CELL is not set
32579 +# CONFIG_PPC_CELL_NATIVE is not set
32580 +# CONFIG_PQ2ADS is not set
32582 +# CONFIG_MPC831x_RDB is not set
32583 +# CONFIG_MPC832x_MDS is not set
32584 +# CONFIG_MPC832x_RDB is not set
32585 +# CONFIG_MPC834x_MDS is not set
32586 +# CONFIG_MPC834x_ITX is not set
32587 +# CONFIG_MPC836x_MDS is not set
32588 +# CONFIG_MPC837x_MDS is not set
32589 +# CONFIG_MPC837x_RDB is not set
32591 +CONFIG_PPC_MPC834x=y
32593 +# CONFIG_MPIC is not set
32594 +# CONFIG_MPIC_WEIRD is not set
32595 +# CONFIG_PPC_I8259 is not set
32596 +# CONFIG_PPC_RTAS is not set
32597 +# CONFIG_MMIO_NVRAM is not set
32598 +# CONFIG_PPC_MPC106 is not set
32599 +# CONFIG_PPC_970_NAP is not set
32600 +# CONFIG_PPC_INDIRECT_IO is not set
32601 +# CONFIG_GENERIC_IOMAP is not set
32602 +# CONFIG_CPU_FREQ is not set
32603 +# CONFIG_FSL_ULI1575 is not set
32608 +# CONFIG_HIGHMEM is not set
32609 +# CONFIG_TICK_ONESHOT is not set
32610 +# CONFIG_NO_HZ is not set
32611 +# CONFIG_HIGH_RES_TIMERS is not set
32612 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
32613 +# CONFIG_HZ_100 is not set
32615 +# CONFIG_HZ_300 is not set
32616 +# CONFIG_HZ_1000 is not set
32618 +# CONFIG_SCHED_HRTICK is not set
32619 +CONFIG_PREEMPT_NONE=y
32620 +# CONFIG_PREEMPT_VOLUNTARY is not set
32621 +# CONFIG_PREEMPT is not set
32622 +CONFIG_BINFMT_ELF=y
32623 +# CONFIG_BINFMT_MISC is not set
32624 +# CONFIG_IOMMU_HELPER is not set
32625 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
32626 +CONFIG_ARCH_HAS_WALK_MEMORY=y
32627 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
32628 +CONFIG_ARCH_FLATMEM_ENABLE=y
32629 +CONFIG_ARCH_POPULATES_NODE_MAP=y
32630 +CONFIG_SELECT_MEMORY_MODEL=y
32631 +CONFIG_FLATMEM_MANUAL=y
32632 +# CONFIG_DISCONTIGMEM_MANUAL is not set
32633 +# CONFIG_SPARSEMEM_MANUAL is not set
32635 +CONFIG_FLAT_NODE_MEM_MAP=y
32636 +# CONFIG_SPARSEMEM_STATIC is not set
32637 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
32638 +CONFIG_SPLIT_PTLOCK_CPUS=4
32639 +# CONFIG_RESOURCES_64BIT is not set
32640 +CONFIG_ZONE_DMA_FLAG=1
32642 +CONFIG_VIRT_TO_BUS=y
32643 +CONFIG_PROC_DEVICETREE=y
32644 +# CONFIG_CMDLINE_BOOL is not set
32645 +# CONFIG_PM is not set
32647 +CONFIG_ISA_DMA_API=y
32653 +CONFIG_GENERIC_ISA_DMA=y
32654 +CONFIG_PPC_INDIRECT_PCI=y
32656 +# CONFIG_PCI is not set
32657 +# CONFIG_PCI_DOMAINS is not set
32658 +# CONFIG_PCI_SYSCALL is not set
32659 +# CONFIG_ARCH_SUPPORTS_MSI is not set
32660 +# CONFIG_PCCARD is not set
32665 +# CONFIG_ADVANCED_OPTIONS is not set
32668 +# Default settings for advanced configuration options are used
32670 +CONFIG_HIGHMEM_START=0xfe000000
32671 +CONFIG_LOWMEM_SIZE=0x30000000
32672 +CONFIG_KERNEL_START=0xc0000000
32673 +CONFIG_TASK_SIZE=0xc0000000
32674 +CONFIG_BOOT_LOAD=0x00800000
32682 +# Networking options
32685 +# CONFIG_PACKET_MMAP is not set
32688 +CONFIG_XFRM_USER=m
32689 +# CONFIG_XFRM_SUB_POLICY is not set
32690 +# CONFIG_XFRM_MIGRATE is not set
32691 +# CONFIG_XFRM_STATISTICS is not set
32692 +# CONFIG_NET_KEY is not set
32694 +CONFIG_IP_MULTICAST=y
32695 +# CONFIG_IP_ADVANCED_ROUTER is not set
32696 +CONFIG_IP_FIB_HASH=y
32698 +CONFIG_IP_PNP_DHCP=y
32699 +CONFIG_IP_PNP_BOOTP=y
32700 +# CONFIG_IP_PNP_RARP is not set
32701 +# CONFIG_NET_IPIP is not set
32702 +# CONFIG_NET_IPGRE is not set
32703 +# CONFIG_IP_MROUTE is not set
32704 +# CONFIG_ARPD is not set
32705 +CONFIG_SYN_COOKIES=y
32706 +# CONFIG_INET_AH is not set
32707 +# CONFIG_INET_ESP is not set
32708 +# CONFIG_INET_IPCOMP is not set
32709 +# CONFIG_INET_XFRM_TUNNEL is not set
32710 +# CONFIG_INET_TUNNEL is not set
32711 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
32712 +CONFIG_INET_XFRM_MODE_TUNNEL=y
32713 +CONFIG_INET_XFRM_MODE_BEET=y
32714 +# CONFIG_INET_LRO is not set
32715 +CONFIG_INET_DIAG=y
32716 +CONFIG_INET_TCP_DIAG=y
32717 +# CONFIG_TCP_CONG_ADVANCED is not set
32718 +CONFIG_TCP_CONG_CUBIC=y
32719 +CONFIG_DEFAULT_TCP_CONG="cubic"
32720 +# CONFIG_TCP_MD5SIG is not set
32721 +# CONFIG_IPV6 is not set
32722 +# CONFIG_INET6_XFRM_TUNNEL is not set
32723 +# CONFIG_INET6_TUNNEL is not set
32724 +# CONFIG_NETWORK_SECMARK is not set
32725 +# CONFIG_NETFILTER is not set
32726 +# CONFIG_IP_DCCP is not set
32727 +# CONFIG_IP_SCTP is not set
32728 +# CONFIG_TIPC is not set
32729 +# CONFIG_ATM is not set
32730 +# CONFIG_BRIDGE is not set
32731 +# CONFIG_VLAN_8021Q is not set
32732 +# CONFIG_DECNET is not set
32733 +# CONFIG_LLC2 is not set
32734 +# CONFIG_IPX is not set
32735 +# CONFIG_ATALK is not set
32736 +# CONFIG_X25 is not set
32737 +# CONFIG_LAPB is not set
32738 +# CONFIG_ECONET is not set
32739 +# CONFIG_WAN_ROUTER is not set
32740 +# CONFIG_NET_SCHED is not set
32745 +# CONFIG_NET_PKTGEN is not set
32746 +# CONFIG_HAMRADIO is not set
32747 +# CONFIG_CAN is not set
32748 +# CONFIG_IRDA is not set
32749 +# CONFIG_BT is not set
32750 +# CONFIG_AF_RXRPC is not set
32755 +# CONFIG_CFG80211 is not set
32756 +# CONFIG_WIRELESS_EXT is not set
32757 +# CONFIG_MAC80211 is not set
32758 +# CONFIG_IEEE80211 is not set
32759 +# CONFIG_RFKILL is not set
32760 +# CONFIG_NET_9P is not set
32767 +# Generic Driver Options
32769 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
32770 +CONFIG_STANDALONE=y
32771 +CONFIG_PREVENT_FIRMWARE_BUILD=y
32772 +# CONFIG_FW_LOADER is not set
32773 +# CONFIG_SYS_HYPERVISOR is not set
32774 +# CONFIG_CONNECTOR is not set
32775 +# CONFIG_MTD is not set
32776 +CONFIG_OF_DEVICE=y
32777 +# CONFIG_PARPORT is not set
32779 +# CONFIG_BLK_DEV_FD is not set
32780 +# CONFIG_BLK_DEV_COW_COMMON is not set
32781 +CONFIG_BLK_DEV_LOOP=y
32782 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
32783 +# CONFIG_BLK_DEV_NBD is not set
32784 +CONFIG_BLK_DEV_RAM=y
32785 +CONFIG_BLK_DEV_RAM_COUNT=16
32786 +CONFIG_BLK_DEV_RAM_SIZE=32768
32787 +# CONFIG_BLK_DEV_XIP is not set
32788 +# CONFIG_CDROM_PKTCDVD is not set
32789 +# CONFIG_ATA_OVER_ETH is not set
32790 +CONFIG_MISC_DEVICES=y
32791 +# CONFIG_EEPROM_93CX6 is not set
32792 +# CONFIG_ENCLOSURE_SERVICES is not set
32794 +# CONFIG_IDE is not set
32797 +# SCSI device support
32799 +# CONFIG_RAID_ATTRS is not set
32800 +# CONFIG_SCSI is not set
32801 +# CONFIG_SCSI_DMA is not set
32802 +# CONFIG_SCSI_NETLINK is not set
32803 +# CONFIG_ATA is not set
32804 +# CONFIG_MD is not set
32805 +# CONFIG_MACINTOSH_DRIVERS is not set
32806 +CONFIG_NETDEVICES=y
32807 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
32808 +# CONFIG_DUMMY is not set
32809 +# CONFIG_BONDING is not set
32810 +# CONFIG_MACVLAN is not set
32811 +# CONFIG_EQUALIZER is not set
32812 +# CONFIG_TUN is not set
32813 +# CONFIG_VETH is not set
32817 +# MII PHY device drivers
32819 +# CONFIG_MARVELL_PHY is not set
32820 +# CONFIG_DAVICOM_PHY is not set
32821 +# CONFIG_QSEMI_PHY is not set
32822 +# CONFIG_LXT_PHY is not set
32823 +# CONFIG_CICADA_PHY is not set
32824 +# CONFIG_VITESSE_PHY is not set
32825 +# CONFIG_SMSC_PHY is not set
32826 +CONFIG_BROADCOM_PHY=y
32827 +# CONFIG_ICPLUS_PHY is not set
32828 +# CONFIG_REALTEK_PHY is not set
32829 +# CONFIG_FIXED_PHY is not set
32830 +# CONFIG_MDIO_BITBANG is not set
32831 +CONFIG_NET_ETHERNET=y
32833 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
32834 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
32835 +# CONFIG_IBM_NEW_EMAC_TAH is not set
32836 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
32837 +# CONFIG_B44 is not set
32838 +CONFIG_NETDEV_1000=y
32839 +# CONFIG_E1000E_ENABLED is not set
32841 +# CONFIG_GFAR_NAPI is not set
32842 +# CONFIG_NETDEV_10000 is not set
32847 +# CONFIG_WLAN_PRE80211 is not set
32848 +# CONFIG_WLAN_80211 is not set
32849 +# CONFIG_WAN is not set
32850 +# CONFIG_PPP is not set
32851 +# CONFIG_SLIP is not set
32852 +# CONFIG_NETCONSOLE is not set
32853 +# CONFIG_NETPOLL is not set
32854 +# CONFIG_NET_POLL_CONTROLLER is not set
32855 +# CONFIG_ISDN is not set
32856 +# CONFIG_PHONE is not set
32859 +# Input device support
32862 +# CONFIG_INPUT_FF_MEMLESS is not set
32863 +# CONFIG_INPUT_POLLDEV is not set
32866 +# Userland interfaces
32868 +# CONFIG_INPUT_MOUSEDEV is not set
32869 +# CONFIG_INPUT_JOYDEV is not set
32870 +# CONFIG_INPUT_EVDEV is not set
32871 +# CONFIG_INPUT_EVBUG is not set
32874 +# Input Device Drivers
32876 +# CONFIG_INPUT_KEYBOARD is not set
32877 +# CONFIG_INPUT_MOUSE is not set
32878 +# CONFIG_INPUT_JOYSTICK is not set
32879 +# CONFIG_INPUT_TABLET is not set
32880 +# CONFIG_INPUT_TOUCHSCREEN is not set
32881 +# CONFIG_INPUT_MISC is not set
32884 +# Hardware I/O ports
32886 +# CONFIG_SERIO is not set
32887 +# CONFIG_GAMEPORT is not set
32890 +# Character devices
32892 +# CONFIG_VT is not set
32893 +# CONFIG_SERIAL_NONSTANDARD is not set
32898 +CONFIG_SERIAL_8250=y
32899 +CONFIG_SERIAL_8250_CONSOLE=y
32900 +CONFIG_SERIAL_8250_NR_UARTS=4
32901 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
32902 +# CONFIG_SERIAL_8250_EXTENDED is not set
32905 +# Non-8250 serial port support
32907 +# CONFIG_SERIAL_UARTLITE is not set
32908 +CONFIG_SERIAL_CORE=y
32909 +CONFIG_SERIAL_CORE_CONSOLE=y
32910 +# CONFIG_SERIAL_OF_PLATFORM is not set
32911 +CONFIG_UNIX98_PTYS=y
32912 +CONFIG_LEGACY_PTYS=y
32913 +CONFIG_LEGACY_PTY_COUNT=256
32914 +# CONFIG_IPMI_HANDLER is not set
32915 +# CONFIG_HW_RANDOM is not set
32916 +# CONFIG_NVRAM is not set
32918 +# CONFIG_GEN_RTC_X is not set
32919 +# CONFIG_R3964 is not set
32920 +# CONFIG_RAW_DRIVER is not set
32921 +# CONFIG_TCG_TPM is not set
32923 +CONFIG_I2C_BOARDINFO=y
32924 +CONFIG_I2C_CHARDEV=y
32929 +# CONFIG_I2C_ALGOBIT is not set
32930 +# CONFIG_I2C_ALGOPCF is not set
32931 +# CONFIG_I2C_ALGOPCA is not set
32934 +# I2C Hardware Bus support
32937 +# CONFIG_I2C_OCORES is not set
32938 +# CONFIG_I2C_PARPORT_LIGHT is not set
32939 +# CONFIG_I2C_SIMTEC is not set
32940 +# CONFIG_I2C_TAOS_EVM is not set
32941 +# CONFIG_I2C_STUB is not set
32944 +# Miscellaneous I2C Chip support
32946 +# CONFIG_DS1682 is not set
32947 +# CONFIG_SENSORS_EEPROM is not set
32948 +# CONFIG_SENSORS_PCF8574 is not set
32949 +# CONFIG_PCF8575 is not set
32950 +# CONFIG_SENSORS_PCF8591 is not set
32951 +# CONFIG_TPS65010 is not set
32952 +# CONFIG_SENSORS_MAX6875 is not set
32953 +# CONFIG_SENSORS_TSL2550 is not set
32954 +# CONFIG_I2C_DEBUG_CORE is not set
32955 +# CONFIG_I2C_DEBUG_ALGO is not set
32956 +# CONFIG_I2C_DEBUG_BUS is not set
32957 +# CONFIG_I2C_DEBUG_CHIP is not set
32962 +# CONFIG_SPI is not set
32963 +# CONFIG_SPI_MASTER is not set
32964 +# CONFIG_W1 is not set
32965 +# CONFIG_POWER_SUPPLY is not set
32967 +# CONFIG_HWMON_VID is not set
32968 +# CONFIG_SENSORS_AD7418 is not set
32969 +# CONFIG_SENSORS_ADM1021 is not set
32970 +# CONFIG_SENSORS_ADM1025 is not set
32971 +# CONFIG_SENSORS_ADM1026 is not set
32972 +# CONFIG_SENSORS_ADM1029 is not set
32973 +# CONFIG_SENSORS_ADM1031 is not set
32974 +# CONFIG_SENSORS_ADM9240 is not set
32975 +# CONFIG_SENSORS_ADT7470 is not set
32976 +# CONFIG_SENSORS_ADT7473 is not set
32977 +# CONFIG_SENSORS_ATXP1 is not set
32978 +# CONFIG_SENSORS_DS1621 is not set
32979 +# CONFIG_SENSORS_F71805F is not set
32980 +# CONFIG_SENSORS_F71882FG is not set
32981 +# CONFIG_SENSORS_F75375S is not set
32982 +# CONFIG_SENSORS_GL518SM is not set
32983 +# CONFIG_SENSORS_GL520SM is not set
32984 +# CONFIG_SENSORS_IT87 is not set
32985 +# CONFIG_SENSORS_LM63 is not set
32986 +# CONFIG_SENSORS_LM75 is not set
32987 +# CONFIG_SENSORS_LM77 is not set
32988 +# CONFIG_SENSORS_LM78 is not set
32989 +# CONFIG_SENSORS_LM80 is not set
32990 +# CONFIG_SENSORS_LM83 is not set
32991 +# CONFIG_SENSORS_LM85 is not set
32992 +# CONFIG_SENSORS_LM87 is not set
32993 +# CONFIG_SENSORS_LM90 is not set
32994 +# CONFIG_SENSORS_LM92 is not set
32995 +# CONFIG_SENSORS_LM93 is not set
32996 +# CONFIG_SENSORS_MAX1619 is not set
32997 +# CONFIG_SENSORS_MAX6650 is not set
32998 +# CONFIG_SENSORS_PC87360 is not set
32999 +# CONFIG_SENSORS_PC87427 is not set
33000 +# CONFIG_SENSORS_DME1737 is not set
33001 +# CONFIG_SENSORS_SMSC47M1 is not set
33002 +# CONFIG_SENSORS_SMSC47M192 is not set
33003 +# CONFIG_SENSORS_SMSC47B397 is not set
33004 +# CONFIG_SENSORS_ADS7828 is not set
33005 +# CONFIG_SENSORS_THMC50 is not set
33006 +# CONFIG_SENSORS_VT1211 is not set
33007 +# CONFIG_SENSORS_W83781D is not set
33008 +# CONFIG_SENSORS_W83791D is not set
33009 +# CONFIG_SENSORS_W83792D is not set
33010 +# CONFIG_SENSORS_W83793 is not set
33011 +# CONFIG_SENSORS_W83L785TS is not set
33012 +# CONFIG_SENSORS_W83L786NG is not set
33013 +# CONFIG_SENSORS_W83627HF is not set
33014 +# CONFIG_SENSORS_W83627EHF is not set
33015 +# CONFIG_HWMON_DEBUG_CHIP is not set
33016 +# CONFIG_THERMAL is not set
33018 +# CONFIG_WATCHDOG_NOWAYOUT is not set
33021 +# Watchdog Device Drivers
33023 +# CONFIG_SOFT_WATCHDOG is not set
33027 +# Sonics Silicon Backplane
33029 +CONFIG_SSB_POSSIBLE=y
33030 +# CONFIG_SSB is not set
33033 +# Multifunction device drivers
33035 +# CONFIG_MFD_SM501 is not set
33038 +# Multimedia devices
33040 +# CONFIG_VIDEO_DEV is not set
33041 +# CONFIG_DVB_CORE is not set
33042 +# CONFIG_DAB is not set
33045 +# Graphics support
33047 +# CONFIG_VGASTATE is not set
33048 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
33049 +# CONFIG_FB is not set
33050 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
33053 +# Display device support
33055 +# CONFIG_DISPLAY_SUPPORT is not set
33060 +# CONFIG_SOUND is not set
33061 +CONFIG_HID_SUPPORT=y
33063 +# CONFIG_HID_DEBUG is not set
33064 +# CONFIG_HIDRAW is not set
33065 +# CONFIG_USB_SUPPORT is not set
33066 +# CONFIG_MMC is not set
33067 +# CONFIG_MEMSTICK is not set
33068 +# CONFIG_NEW_LEDS is not set
33069 +# CONFIG_EDAC is not set
33070 +# CONFIG_RTC_CLASS is not set
33071 +# CONFIG_DMADEVICES is not set
33076 +# CONFIG_UIO is not set
33081 +# CONFIG_EXT2_FS is not set
33082 +# CONFIG_EXT3_FS is not set
33083 +# CONFIG_EXT4DEV_FS is not set
33084 +# CONFIG_REISERFS_FS is not set
33085 +# CONFIG_JFS_FS is not set
33086 +# CONFIG_FS_POSIX_ACL is not set
33087 +# CONFIG_XFS_FS is not set
33088 +# CONFIG_GFS2_FS is not set
33089 +# CONFIG_OCFS2_FS is not set
33092 +CONFIG_INOTIFY_USER=y
33093 +# CONFIG_QUOTA is not set
33094 +# CONFIG_AUTOFS_FS is not set
33095 +# CONFIG_AUTOFS4_FS is not set
33096 +# CONFIG_FUSE_FS is not set
33099 +# CD-ROM/DVD Filesystems
33101 +# CONFIG_ISO9660_FS is not set
33102 +# CONFIG_UDF_FS is not set
33105 +# DOS/FAT/NT Filesystems
33107 +# CONFIG_MSDOS_FS is not set
33108 +# CONFIG_VFAT_FS is not set
33109 +# CONFIG_NTFS_FS is not set
33112 +# Pseudo filesystems
33115 +CONFIG_PROC_KCORE=y
33116 +CONFIG_PROC_SYSCTL=y
33119 +# CONFIG_TMPFS_POSIX_ACL is not set
33120 +# CONFIG_HUGETLB_PAGE is not set
33121 +# CONFIG_CONFIGFS_FS is not set
33124 +# Miscellaneous filesystems
33126 +# CONFIG_ADFS_FS is not set
33127 +# CONFIG_AFFS_FS is not set
33128 +# CONFIG_HFS_FS is not set
33129 +# CONFIG_HFSPLUS_FS is not set
33130 +# CONFIG_BEFS_FS is not set
33131 +# CONFIG_BFS_FS is not set
33132 +# CONFIG_EFS_FS is not set
33133 +# CONFIG_CRAMFS is not set
33134 +# CONFIG_VXFS_FS is not set
33135 +# CONFIG_MINIX_FS is not set
33136 +# CONFIG_HPFS_FS is not set
33137 +# CONFIG_QNX4FS_FS is not set
33138 +# CONFIG_ROMFS_FS is not set
33139 +# CONFIG_SYSV_FS is not set
33140 +# CONFIG_UFS_FS is not set
33141 +CONFIG_NETWORK_FILESYSTEMS=y
33144 +# CONFIG_NFS_V3_ACL is not set
33146 +# CONFIG_NFS_DIRECTIO is not set
33147 +# CONFIG_NFSD is not set
33151 +CONFIG_NFS_COMMON=y
33153 +CONFIG_SUNRPC_GSS=y
33154 +# CONFIG_SUNRPC_BIND34 is not set
33155 +CONFIG_RPCSEC_GSS_KRB5=y
33156 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
33157 +# CONFIG_SMB_FS is not set
33158 +# CONFIG_CIFS is not set
33159 +# CONFIG_NCP_FS is not set
33160 +# CONFIG_CODA_FS is not set
33161 +# CONFIG_AFS_FS is not set
33166 +# CONFIG_PARTITION_ADVANCED is not set
33167 +CONFIG_MSDOS_PARTITION=y
33168 +# CONFIG_NLS is not set
33169 +# CONFIG_DLM is not set
33172 +# Library routines
33174 +CONFIG_BITREVERSE=y
33175 +# CONFIG_CRC_CCITT is not set
33176 +# CONFIG_CRC16 is not set
33177 +# CONFIG_CRC_ITU_T is not set
33179 +# CONFIG_CRC7 is not set
33180 +# CONFIG_LIBCRC32C is not set
33182 +CONFIG_HAS_IOMEM=y
33183 +CONFIG_HAS_IOPORT=y
33189 +# CONFIG_PRINTK_TIME is not set
33190 +CONFIG_ENABLE_WARN_DEPRECATED=y
33191 +CONFIG_ENABLE_MUST_CHECK=y
33192 +# CONFIG_MAGIC_SYSRQ is not set
33193 +# CONFIG_UNUSED_SYMBOLS is not set
33194 +# CONFIG_DEBUG_FS is not set
33195 +# CONFIG_HEADERS_CHECK is not set
33196 +# CONFIG_DEBUG_KERNEL is not set
33197 +# CONFIG_DEBUG_BUGVERBOSE is not set
33198 +# CONFIG_SAMPLES is not set
33199 +# CONFIG_PPC_EARLY_DEBUG is not set
33202 +# Security options
33204 +# CONFIG_KEYS is not set
33205 +# CONFIG_SECURITY is not set
33206 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
33208 +CONFIG_CRYPTO_ALGAPI=y
33209 +CONFIG_CRYPTO_BLKCIPHER=y
33210 +# CONFIG_CRYPTO_SEQIV is not set
33211 +CONFIG_CRYPTO_MANAGER=y
33212 +# CONFIG_CRYPTO_HMAC is not set
33213 +# CONFIG_CRYPTO_XCBC is not set
33214 +# CONFIG_CRYPTO_NULL is not set
33215 +# CONFIG_CRYPTO_MD4 is not set
33216 +CONFIG_CRYPTO_MD5=y
33217 +# CONFIG_CRYPTO_SHA1 is not set
33218 +# CONFIG_CRYPTO_SHA256 is not set
33219 +# CONFIG_CRYPTO_SHA512 is not set
33220 +# CONFIG_CRYPTO_WP512 is not set
33221 +# CONFIG_CRYPTO_TGR192 is not set
33222 +# CONFIG_CRYPTO_GF128MUL is not set
33223 +CONFIG_CRYPTO_ECB=m
33224 +CONFIG_CRYPTO_CBC=y
33225 +CONFIG_CRYPTO_PCBC=m
33226 +# CONFIG_CRYPTO_LRW is not set
33227 +# CONFIG_CRYPTO_XTS is not set
33228 +# CONFIG_CRYPTO_CTR is not set
33229 +# CONFIG_CRYPTO_GCM is not set
33230 +# CONFIG_CRYPTO_CCM is not set
33231 +# CONFIG_CRYPTO_CRYPTD is not set
33232 +CONFIG_CRYPTO_DES=y
33233 +# CONFIG_CRYPTO_FCRYPT is not set
33234 +# CONFIG_CRYPTO_BLOWFISH is not set
33235 +# CONFIG_CRYPTO_TWOFISH is not set
33236 +# CONFIG_CRYPTO_SERPENT is not set
33237 +# CONFIG_CRYPTO_AES is not set
33238 +# CONFIG_CRYPTO_CAST5 is not set
33239 +# CONFIG_CRYPTO_CAST6 is not set
33240 +# CONFIG_CRYPTO_TEA is not set
33241 +# CONFIG_CRYPTO_ARC4 is not set
33242 +# CONFIG_CRYPTO_KHAZAD is not set
33243 +# CONFIG_CRYPTO_ANUBIS is not set
33244 +# CONFIG_CRYPTO_SEED is not set
33245 +# CONFIG_CRYPTO_SALSA20 is not set
33246 +# CONFIG_CRYPTO_DEFLATE is not set
33247 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
33248 +# CONFIG_CRYPTO_CRC32C is not set
33249 +# CONFIG_CRYPTO_CAMELLIA is not set
33250 +# CONFIG_CRYPTO_TEST is not set
33251 +# CONFIG_CRYPTO_AUTHENC is not set
33252 +# CONFIG_CRYPTO_LZO is not set
33253 +# CONFIG_CRYPTO_HW is not set
33254 +# CONFIG_PPC_CLOCK is not set
33256 +++ b/arch/powerpc/configs/85xx/ksi8560_defconfig
33259 +# Automatically generated make config: don't edit
33260 +# Linux kernel version: 2.6.24
33261 +# Mon Feb 11 16:25:19 2008
33263 +# CONFIG_PPC64 is not set
33266 +# Processor support
33268 +# CONFIG_6xx is not set
33270 +# CONFIG_PPC_8xx is not set
33271 +# CONFIG_40x is not set
33272 +# CONFIG_44x is not set
33273 +# CONFIG_E200 is not set
33276 +CONFIG_FSL_BOOKE=y
33277 +CONFIG_FSL_EMB_PERFMON=y
33278 +# CONFIG_PHYS_64BIT is not set
33280 +# CONFIG_PPC_MM_SLICES is not set
33282 +CONFIG_WORD_SIZE=32
33283 +CONFIG_PPC_MERGE=y
33285 +CONFIG_GENERIC_CMOS_UPDATE=y
33286 +CONFIG_GENERIC_TIME=y
33287 +CONFIG_GENERIC_TIME_VSYSCALL=y
33288 +CONFIG_GENERIC_CLOCKEVENTS=y
33289 +CONFIG_GENERIC_HARDIRQS=y
33290 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
33291 +CONFIG_IRQ_PER_CPU=y
33292 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
33293 +CONFIG_ARCH_HAS_ILOG2_U32=y
33294 +CONFIG_GENERIC_HWEIGHT=y
33295 +CONFIG_GENERIC_CALIBRATE_DELAY=y
33296 +CONFIG_GENERIC_FIND_NEXT_BIT=y
33297 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
33299 +CONFIG_EARLY_PRINTK=y
33300 +CONFIG_GENERIC_NVRAM=y
33301 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
33302 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
33305 +CONFIG_PPC_UDBG_16550=y
33306 +# CONFIG_GENERIC_TBSYNC is not set
33307 +CONFIG_AUDIT_ARCH=y
33308 +CONFIG_GENERIC_BUG=y
33309 +CONFIG_DEFAULT_UIMAGE=y
33310 +# CONFIG_PPC_DCR_NATIVE is not set
33311 +# CONFIG_PPC_DCR_MMIO is not set
33312 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
33317 +CONFIG_EXPERIMENTAL=y
33318 +CONFIG_BROKEN_ON_SMP=y
33319 +CONFIG_INIT_ENV_ARG_LIMIT=32
33320 +CONFIG_LOCALVERSION=""
33321 +CONFIG_LOCALVERSION_AUTO=y
33324 +CONFIG_SYSVIPC_SYSCTL=y
33325 +# CONFIG_POSIX_MQUEUE is not set
33326 +# CONFIG_BSD_PROCESS_ACCT is not set
33327 +# CONFIG_TASKSTATS is not set
33328 +# CONFIG_USER_NS is not set
33329 +# CONFIG_PID_NS is not set
33330 +# CONFIG_AUDIT is not set
33331 +# CONFIG_IKCONFIG is not set
33332 +CONFIG_LOG_BUF_SHIFT=14
33333 +# CONFIG_CGROUPS is not set
33334 +CONFIG_FAIR_GROUP_SCHED=y
33335 +CONFIG_FAIR_USER_SCHED=y
33336 +# CONFIG_FAIR_CGROUP_SCHED is not set
33337 +CONFIG_SYSFS_DEPRECATED=y
33338 +# CONFIG_RELAY is not set
33339 +CONFIG_BLK_DEV_INITRD=y
33340 +CONFIG_INITRAMFS_SOURCE=""
33341 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
33344 +CONFIG_SYSCTL_SYSCALL=y
33346 +# CONFIG_KALLSYMS_ALL is not set
33347 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
33352 +CONFIG_BASE_FULL=y
33354 +CONFIG_ANON_INODES=y
33360 +CONFIG_VM_EVENT_COUNTERS=y
33361 +CONFIG_SLUB_DEBUG=y
33362 +# CONFIG_SLAB is not set
33364 +# CONFIG_SLOB is not set
33365 +# CONFIG_PROFILING is not set
33366 +# CONFIG_MARKERS is not set
33367 +CONFIG_HAVE_OPROFILE=y
33368 +CONFIG_HAVE_KPROBES=y
33369 +CONFIG_PROC_PAGE_MONITOR=y
33371 +CONFIG_RT_MUTEXES=y
33372 +# CONFIG_TINY_SHMEM is not set
33373 +CONFIG_BASE_SMALL=0
33374 +# CONFIG_MODULES is not set
33376 +# CONFIG_LBD is not set
33377 +# CONFIG_BLK_DEV_IO_TRACE is not set
33378 +# CONFIG_LSF is not set
33379 +# CONFIG_BLK_DEV_BSG is not set
33384 +CONFIG_IOSCHED_NOOP=y
33385 +CONFIG_IOSCHED_AS=y
33386 +CONFIG_IOSCHED_DEADLINE=y
33387 +CONFIG_IOSCHED_CFQ=y
33388 +CONFIG_DEFAULT_AS=y
33389 +# CONFIG_DEFAULT_DEADLINE is not set
33390 +# CONFIG_DEFAULT_CFQ is not set
33391 +# CONFIG_DEFAULT_NOOP is not set
33392 +CONFIG_DEFAULT_IOSCHED="anticipatory"
33393 +CONFIG_CLASSIC_RCU=y
33394 +# CONFIG_PREEMPT_RCU is not set
33397 +# Platform support
33399 +# CONFIG_PPC_MPC512x is not set
33400 +# CONFIG_PPC_MPC5121 is not set
33401 +# CONFIG_PPC_CELL is not set
33402 +# CONFIG_PPC_CELL_NATIVE is not set
33403 +# CONFIG_PQ2ADS is not set
33405 +# CONFIG_MPC8540_ADS is not set
33406 +# CONFIG_MPC8560_ADS is not set
33407 +# CONFIG_MPC85xx_CDS is not set
33408 +# CONFIG_MPC85xx_MDS is not set
33409 +# CONFIG_MPC85xx_DS is not set
33411 +# CONFIG_STX_GP3 is not set
33412 +# CONFIG_TQM8540 is not set
33413 +# CONFIG_TQM8541 is not set
33414 +# CONFIG_TQM8555 is not set
33415 +# CONFIG_TQM8560 is not set
33416 +# CONFIG_SBC8548 is not set
33417 +# CONFIG_SBC8560 is not set
33418 +# CONFIG_IPIC is not set
33420 +# CONFIG_MPIC_WEIRD is not set
33421 +# CONFIG_PPC_I8259 is not set
33422 +# CONFIG_PPC_RTAS is not set
33423 +# CONFIG_MMIO_NVRAM is not set
33424 +# CONFIG_PPC_MPC106 is not set
33425 +# CONFIG_PPC_970_NAP is not set
33426 +# CONFIG_PPC_INDIRECT_IO is not set
33427 +# CONFIG_GENERIC_IOMAP is not set
33428 +# CONFIG_CPU_FREQ is not set
33430 +CONFIG_PPC_CPM_NEW_BINDING=y
33431 +# CONFIG_FSL_ULI1575 is not set
33438 +# CONFIG_TICK_ONESHOT is not set
33439 +# CONFIG_NO_HZ is not set
33440 +# CONFIG_HIGH_RES_TIMERS is not set
33441 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
33442 +# CONFIG_HZ_100 is not set
33444 +# CONFIG_HZ_300 is not set
33445 +# CONFIG_HZ_1000 is not set
33447 +# CONFIG_SCHED_HRTICK is not set
33448 +CONFIG_PREEMPT_NONE=y
33449 +# CONFIG_PREEMPT_VOLUNTARY is not set
33450 +# CONFIG_PREEMPT is not set
33451 +CONFIG_RCU_TRACE=y
33452 +CONFIG_BINFMT_ELF=y
33453 +CONFIG_BINFMT_MISC=y
33454 +CONFIG_MATH_EMULATION=y
33455 +# CONFIG_IOMMU_HELPER is not set
33456 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
33457 +CONFIG_ARCH_FLATMEM_ENABLE=y
33458 +CONFIG_ARCH_POPULATES_NODE_MAP=y
33459 +CONFIG_SELECT_MEMORY_MODEL=y
33460 +CONFIG_FLATMEM_MANUAL=y
33461 +# CONFIG_DISCONTIGMEM_MANUAL is not set
33462 +# CONFIG_SPARSEMEM_MANUAL is not set
33464 +CONFIG_FLAT_NODE_MEM_MAP=y
33465 +# CONFIG_SPARSEMEM_STATIC is not set
33466 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
33467 +CONFIG_SPLIT_PTLOCK_CPUS=4
33468 +# CONFIG_RESOURCES_64BIT is not set
33469 +CONFIG_ZONE_DMA_FLAG=1
33471 +CONFIG_VIRT_TO_BUS=y
33472 +# CONFIG_PROC_DEVICETREE is not set
33473 +# CONFIG_CMDLINE_BOOL is not set
33474 +# CONFIG_PM is not set
33475 +# CONFIG_SECCOMP is not set
33476 +CONFIG_WANT_DEVICE_TREE=y
33477 +CONFIG_ISA_DMA_API=y
33484 +# CONFIG_PCI is not set
33485 +# CONFIG_PCI_DOMAINS is not set
33486 +# CONFIG_PCI_SYSCALL is not set
33487 +# CONFIG_ARCH_SUPPORTS_MSI is not set
33488 +# CONFIG_PCCARD is not set
33493 +# CONFIG_ADVANCED_OPTIONS is not set
33496 +# Default settings for advanced configuration options are used
33498 +CONFIG_HIGHMEM_START=0xfe000000
33499 +CONFIG_LOWMEM_SIZE=0x30000000
33500 +CONFIG_KERNEL_START=0xc0000000
33501 +CONFIG_TASK_SIZE=0xc0000000
33502 +CONFIG_BOOT_LOAD=0x00800000
33510 +# Networking options
33513 +# CONFIG_PACKET_MMAP is not set
33516 +# CONFIG_XFRM_USER is not set
33517 +# CONFIG_XFRM_SUB_POLICY is not set
33518 +# CONFIG_XFRM_MIGRATE is not set
33519 +# CONFIG_XFRM_STATISTICS is not set
33520 +# CONFIG_NET_KEY is not set
33522 +CONFIG_IP_MULTICAST=y
33523 +# CONFIG_IP_ADVANCED_ROUTER is not set
33524 +CONFIG_IP_FIB_HASH=y
33526 +CONFIG_IP_PNP_DHCP=y
33527 +CONFIG_IP_PNP_BOOTP=y
33528 +# CONFIG_IP_PNP_RARP is not set
33529 +# CONFIG_NET_IPIP is not set
33530 +# CONFIG_NET_IPGRE is not set
33531 +# CONFIG_IP_MROUTE is not set
33532 +# CONFIG_ARPD is not set
33533 +CONFIG_SYN_COOKIES=y
33534 +# CONFIG_INET_AH is not set
33535 +# CONFIG_INET_ESP is not set
33536 +# CONFIG_INET_IPCOMP is not set
33537 +# CONFIG_INET_XFRM_TUNNEL is not set
33538 +# CONFIG_INET_TUNNEL is not set
33539 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
33540 +CONFIG_INET_XFRM_MODE_TUNNEL=y
33541 +CONFIG_INET_XFRM_MODE_BEET=y
33542 +# CONFIG_INET_LRO is not set
33543 +CONFIG_INET_DIAG=y
33544 +CONFIG_INET_TCP_DIAG=y
33545 +# CONFIG_TCP_CONG_ADVANCED is not set
33546 +CONFIG_TCP_CONG_CUBIC=y
33547 +CONFIG_DEFAULT_TCP_CONG="cubic"
33548 +# CONFIG_TCP_MD5SIG is not set
33549 +# CONFIG_IPV6 is not set
33550 +# CONFIG_INET6_XFRM_TUNNEL is not set
33551 +# CONFIG_INET6_TUNNEL is not set
33552 +# CONFIG_NETWORK_SECMARK is not set
33553 +# CONFIG_NETFILTER is not set
33554 +# CONFIG_IP_DCCP is not set
33555 +# CONFIG_IP_SCTP is not set
33556 +# CONFIG_TIPC is not set
33557 +# CONFIG_ATM is not set
33558 +# CONFIG_BRIDGE is not set
33559 +# CONFIG_VLAN_8021Q is not set
33560 +# CONFIG_DECNET is not set
33561 +# CONFIG_LLC2 is not set
33562 +# CONFIG_IPX is not set
33563 +# CONFIG_ATALK is not set
33564 +# CONFIG_X25 is not set
33565 +# CONFIG_LAPB is not set
33566 +# CONFIG_ECONET is not set
33567 +# CONFIG_WAN_ROUTER is not set
33568 +# CONFIG_NET_SCHED is not set
33573 +# CONFIG_NET_PKTGEN is not set
33574 +# CONFIG_HAMRADIO is not set
33575 +# CONFIG_CAN is not set
33576 +# CONFIG_IRDA is not set
33577 +# CONFIG_BT is not set
33578 +# CONFIG_AF_RXRPC is not set
33583 +# CONFIG_CFG80211 is not set
33584 +# CONFIG_WIRELESS_EXT is not set
33585 +# CONFIG_MAC80211 is not set
33586 +# CONFIG_IEEE80211 is not set
33587 +# CONFIG_RFKILL is not set
33588 +# CONFIG_NET_9P is not set
33595 +# Generic Driver Options
33597 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
33598 +CONFIG_STANDALONE=y
33599 +CONFIG_PREVENT_FIRMWARE_BUILD=y
33600 +# CONFIG_FW_LOADER is not set
33601 +# CONFIG_DEBUG_DRIVER is not set
33602 +# CONFIG_DEBUG_DEVRES is not set
33603 +# CONFIG_SYS_HYPERVISOR is not set
33604 +# CONFIG_CONNECTOR is not set
33606 +# CONFIG_MTD_DEBUG is not set
33607 +CONFIG_MTD_CONCAT=y
33608 +CONFIG_MTD_PARTITIONS=y
33609 +# CONFIG_MTD_REDBOOT_PARTS is not set
33610 +# CONFIG_MTD_CMDLINE_PARTS is not set
33613 +# User Modules And Translation Layers
33616 +CONFIG_MTD_BLKDEVS=y
33617 +CONFIG_MTD_BLOCK=y
33618 +# CONFIG_FTL is not set
33619 +# CONFIG_NFTL is not set
33620 +# CONFIG_INFTL is not set
33621 +# CONFIG_RFD_FTL is not set
33622 +# CONFIG_SSFDC is not set
33623 +# CONFIG_MTD_OOPS is not set
33626 +# RAM/ROM/Flash chip drivers
33629 +CONFIG_MTD_JEDECPROBE=y
33630 +CONFIG_MTD_GEN_PROBE=y
33631 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
33632 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
33633 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
33634 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
33635 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
33636 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
33637 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
33638 +CONFIG_MTD_CFI_I1=y
33639 +CONFIG_MTD_CFI_I2=y
33640 +# CONFIG_MTD_CFI_I4 is not set
33641 +# CONFIG_MTD_CFI_I8 is not set
33642 +# CONFIG_MTD_CFI_INTELEXT is not set
33643 +CONFIG_MTD_CFI_AMDSTD=y
33644 +# CONFIG_MTD_CFI_STAA is not set
33645 +CONFIG_MTD_CFI_UTIL=y
33646 +# CONFIG_MTD_RAM is not set
33647 +# CONFIG_MTD_ROM is not set
33648 +# CONFIG_MTD_ABSENT is not set
33651 +# Mapping drivers for chip access
33653 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
33654 +# CONFIG_MTD_PHYSMAP is not set
33655 +CONFIG_MTD_PHYSMAP_OF=y
33656 +# CONFIG_MTD_PLATRAM is not set
33659 +# Self-contained MTD device drivers
33661 +# CONFIG_MTD_SLRAM is not set
33662 +# CONFIG_MTD_PHRAM is not set
33663 +# CONFIG_MTD_MTDRAM is not set
33664 +# CONFIG_MTD_BLOCK2MTD is not set
33667 +# Disk-On-Chip Device Drivers
33669 +# CONFIG_MTD_DOC2000 is not set
33670 +# CONFIG_MTD_DOC2001 is not set
33671 +# CONFIG_MTD_DOC2001PLUS is not set
33672 +# CONFIG_MTD_NAND is not set
33673 +# CONFIG_MTD_ONENAND is not set
33676 +# UBI - Unsorted block images
33678 +# CONFIG_MTD_UBI is not set
33679 +CONFIG_OF_DEVICE=y
33680 +# CONFIG_PARPORT is not set
33682 +# CONFIG_BLK_DEV_FD is not set
33683 +# CONFIG_BLK_DEV_COW_COMMON is not set
33684 +CONFIG_BLK_DEV_LOOP=y
33685 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
33686 +# CONFIG_BLK_DEV_NBD is not set
33687 +CONFIG_BLK_DEV_RAM=y
33688 +CONFIG_BLK_DEV_RAM_COUNT=16
33689 +CONFIG_BLK_DEV_RAM_SIZE=32768
33690 +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
33691 +# CONFIG_CDROM_PKTCDVD is not set
33692 +# CONFIG_ATA_OVER_ETH is not set
33693 +CONFIG_MISC_DEVICES=y
33694 +# CONFIG_EEPROM_93CX6 is not set
33696 +CONFIG_IDE_MAX_HWIFS=4
33697 +CONFIG_BLK_DEV_IDE=y
33700 +# Please see Documentation/ide.txt for help/info on IDE drives
33702 +# CONFIG_BLK_DEV_IDE_SATA is not set
33703 +# CONFIG_BLK_DEV_IDEDISK is not set
33704 +# CONFIG_IDEDISK_MULTI_MODE is not set
33705 +# CONFIG_BLK_DEV_IDECD is not set
33706 +# CONFIG_BLK_DEV_IDETAPE is not set
33707 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
33708 +# CONFIG_IDE_TASK_IOCTL is not set
33709 +CONFIG_IDE_PROC_FS=y
33712 +# IDE chipset support/bugfixes
33714 +CONFIG_IDE_GENERIC=y
33715 +# CONFIG_BLK_DEV_PLATFORM is not set
33716 +# CONFIG_BLK_DEV_IDEDMA is not set
33717 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
33718 +# CONFIG_BLK_DEV_HD is not set
33721 +# SCSI device support
33723 +# CONFIG_RAID_ATTRS is not set
33724 +# CONFIG_SCSI is not set
33725 +# CONFIG_SCSI_DMA is not set
33726 +# CONFIG_SCSI_NETLINK is not set
33727 +# CONFIG_ATA is not set
33728 +# CONFIG_MD is not set
33729 +# CONFIG_MACINTOSH_DRIVERS is not set
33730 +CONFIG_NETDEVICES=y
33731 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
33732 +# CONFIG_DUMMY is not set
33733 +# CONFIG_BONDING is not set
33734 +# CONFIG_MACVLAN is not set
33735 +# CONFIG_EQUALIZER is not set
33736 +# CONFIG_TUN is not set
33737 +# CONFIG_VETH is not set
33741 +# MII PHY device drivers
33743 +CONFIG_MARVELL_PHY=y
33744 +# CONFIG_DAVICOM_PHY is not set
33745 +# CONFIG_QSEMI_PHY is not set
33746 +# CONFIG_LXT_PHY is not set
33747 +# CONFIG_CICADA_PHY is not set
33748 +# CONFIG_VITESSE_PHY is not set
33749 +# CONFIG_SMSC_PHY is not set
33750 +# CONFIG_BROADCOM_PHY is not set
33751 +# CONFIG_ICPLUS_PHY is not set
33752 +# CONFIG_REALTEK_PHY is not set
33753 +# CONFIG_FIXED_PHY is not set
33754 +CONFIG_MDIO_BITBANG=y
33755 +CONFIG_NET_ETHERNET=y
33757 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
33758 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
33759 +# CONFIG_IBM_NEW_EMAC_TAH is not set
33760 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
33761 +# CONFIG_B44 is not set
33763 +# CONFIG_FS_ENET_HAS_SCC is not set
33764 +CONFIG_FS_ENET_HAS_FCC=y
33765 +CONFIG_FS_ENET_MDIO_FCC=y
33766 +CONFIG_NETDEV_1000=y
33767 +# CONFIG_E1000E_ENABLED is not set
33769 +CONFIG_GFAR_NAPI=y
33770 +CONFIG_NETDEV_10000=y
33775 +# CONFIG_WLAN_PRE80211 is not set
33776 +# CONFIG_WLAN_80211 is not set
33777 +# CONFIG_WAN is not set
33778 +# CONFIG_PPP is not set
33779 +# CONFIG_SLIP is not set
33780 +# CONFIG_NETCONSOLE is not set
33781 +# CONFIG_NETPOLL is not set
33782 +# CONFIG_NET_POLL_CONTROLLER is not set
33783 +# CONFIG_ISDN is not set
33784 +# CONFIG_PHONE is not set
33787 +# Input device support
33790 +# CONFIG_INPUT_FF_MEMLESS is not set
33791 +# CONFIG_INPUT_POLLDEV is not set
33794 +# Userland interfaces
33796 +# CONFIG_INPUT_MOUSEDEV is not set
33797 +# CONFIG_INPUT_JOYDEV is not set
33798 +# CONFIG_INPUT_EVDEV is not set
33799 +# CONFIG_INPUT_EVBUG is not set
33802 +# Input Device Drivers
33804 +# CONFIG_INPUT_KEYBOARD is not set
33805 +# CONFIG_INPUT_MOUSE is not set
33806 +# CONFIG_INPUT_JOYSTICK is not set
33807 +# CONFIG_INPUT_TABLET is not set
33808 +# CONFIG_INPUT_TOUCHSCREEN is not set
33809 +# CONFIG_INPUT_MISC is not set
33812 +# Hardware I/O ports
33814 +# CONFIG_SERIO is not set
33815 +# CONFIG_GAMEPORT is not set
33818 +# Character devices
33820 +# CONFIG_VT is not set
33821 +# CONFIG_SERIAL_NONSTANDARD is not set
33826 +# CONFIG_SERIAL_8250 is not set
33829 +# Non-8250 serial port support
33831 +# CONFIG_SERIAL_UARTLITE is not set
33832 +CONFIG_SERIAL_CORE=y
33833 +CONFIG_SERIAL_CORE_CONSOLE=y
33834 +CONFIG_SERIAL_CPM=y
33835 +CONFIG_SERIAL_CPM_CONSOLE=y
33836 +CONFIG_SERIAL_CPM_SCC1=y
33837 +# CONFIG_SERIAL_CPM_SCC2 is not set
33838 +# CONFIG_SERIAL_CPM_SCC3 is not set
33839 +# CONFIG_SERIAL_CPM_SCC4 is not set
33840 +# CONFIG_SERIAL_CPM_SMC1 is not set
33841 +# CONFIG_SERIAL_CPM_SMC2 is not set
33842 +CONFIG_UNIX98_PTYS=y
33843 +CONFIG_LEGACY_PTYS=y
33844 +CONFIG_LEGACY_PTY_COUNT=256
33845 +# CONFIG_IPMI_HANDLER is not set
33846 +CONFIG_HW_RANDOM=y
33847 +# CONFIG_NVRAM is not set
33849 +# CONFIG_GEN_RTC_X is not set
33850 +# CONFIG_R3964 is not set
33851 +# CONFIG_RAW_DRIVER is not set
33852 +# CONFIG_TCG_TPM is not set
33853 +# CONFIG_I2C is not set
33858 +# CONFIG_SPI is not set
33859 +# CONFIG_SPI_MASTER is not set
33860 +# CONFIG_W1 is not set
33861 +# CONFIG_POWER_SUPPLY is not set
33863 +# CONFIG_HWMON_VID is not set
33864 +# CONFIG_SENSORS_F71805F is not set
33865 +# CONFIG_SENSORS_F71882FG is not set
33866 +# CONFIG_SENSORS_IT87 is not set
33867 +# CONFIG_SENSORS_PC87360 is not set
33868 +# CONFIG_SENSORS_PC87427 is not set
33869 +# CONFIG_SENSORS_SMSC47M1 is not set
33870 +# CONFIG_SENSORS_SMSC47B397 is not set
33871 +# CONFIG_SENSORS_VT1211 is not set
33872 +# CONFIG_SENSORS_W83627HF is not set
33873 +# CONFIG_SENSORS_W83627EHF is not set
33874 +# CONFIG_HWMON_DEBUG_CHIP is not set
33875 +# CONFIG_WATCHDOG is not set
33878 +# Sonics Silicon Backplane
33880 +CONFIG_SSB_POSSIBLE=y
33881 +# CONFIG_SSB is not set
33884 +# Multifunction device drivers
33886 +# CONFIG_MFD_SM501 is not set
33889 +# Multimedia devices
33891 +# CONFIG_VIDEO_DEV is not set
33892 +# CONFIG_DVB_CORE is not set
33896 +# Graphics support
33898 +# CONFIG_VGASTATE is not set
33899 +CONFIG_VIDEO_OUTPUT_CONTROL=y
33900 +# CONFIG_FB is not set
33901 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
33904 +# Display device support
33906 +# CONFIG_DISPLAY_SUPPORT is not set
33911 +# CONFIG_SOUND is not set
33912 +CONFIG_HID_SUPPORT=y
33914 +# CONFIG_HID_DEBUG is not set
33915 +# CONFIG_HIDRAW is not set
33916 +CONFIG_USB_SUPPORT=y
33917 +# CONFIG_USB_ARCH_HAS_HCD is not set
33918 +# CONFIG_USB_ARCH_HAS_OHCI is not set
33919 +# CONFIG_USB_ARCH_HAS_EHCI is not set
33922 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
33924 +# CONFIG_USB_GADGET is not set
33925 +# CONFIG_MMC is not set
33926 +# CONFIG_NEW_LEDS is not set
33927 +# CONFIG_EDAC is not set
33928 +# CONFIG_RTC_CLASS is not set
33933 +# CONFIG_UIO is not set
33939 +# CONFIG_EXT2_FS_XATTR is not set
33940 +# CONFIG_EXT2_FS_XIP is not set
33942 +CONFIG_EXT3_FS_XATTR=y
33943 +# CONFIG_EXT3_FS_POSIX_ACL is not set
33944 +# CONFIG_EXT3_FS_SECURITY is not set
33945 +# CONFIG_EXT4DEV_FS is not set
33947 +# CONFIG_JBD_DEBUG is not set
33948 +CONFIG_FS_MBCACHE=y
33949 +# CONFIG_REISERFS_FS is not set
33950 +# CONFIG_JFS_FS is not set
33951 +# CONFIG_FS_POSIX_ACL is not set
33952 +# CONFIG_XFS_FS is not set
33953 +# CONFIG_GFS2_FS is not set
33954 +# CONFIG_OCFS2_FS is not set
33955 +# CONFIG_MINIX_FS is not set
33956 +# CONFIG_ROMFS_FS is not set
33958 +CONFIG_INOTIFY_USER=y
33959 +# CONFIG_QUOTA is not set
33961 +# CONFIG_AUTOFS_FS is not set
33962 +# CONFIG_AUTOFS4_FS is not set
33963 +# CONFIG_FUSE_FS is not set
33966 +# CD-ROM/DVD Filesystems
33968 +# CONFIG_ISO9660_FS is not set
33969 +# CONFIG_UDF_FS is not set
33972 +# DOS/FAT/NT Filesystems
33974 +# CONFIG_MSDOS_FS is not set
33975 +# CONFIG_VFAT_FS is not set
33976 +# CONFIG_NTFS_FS is not set
33979 +# Pseudo filesystems
33982 +CONFIG_PROC_KCORE=y
33983 +CONFIG_PROC_SYSCTL=y
33986 +# CONFIG_TMPFS_POSIX_ACL is not set
33987 +# CONFIG_HUGETLB_PAGE is not set
33988 +# CONFIG_CONFIGFS_FS is not set
33991 +# Miscellaneous filesystems
33993 +# CONFIG_ADFS_FS is not set
33994 +# CONFIG_AFFS_FS is not set
33995 +# CONFIG_HFS_FS is not set
33996 +# CONFIG_HFSPLUS_FS is not set
33997 +# CONFIG_BEFS_FS is not set
33998 +# CONFIG_BFS_FS is not set
33999 +# CONFIG_EFS_FS is not set
34000 +# CONFIG_JFFS2_FS is not set
34001 +# CONFIG_CRAMFS is not set
34002 +# CONFIG_VXFS_FS is not set
34003 +# CONFIG_HPFS_FS is not set
34004 +# CONFIG_QNX4FS_FS is not set
34005 +# CONFIG_SYSV_FS is not set
34006 +# CONFIG_UFS_FS is not set
34007 +CONFIG_NETWORK_FILESYSTEMS=y
34009 +# CONFIG_NFS_V3 is not set
34010 +# CONFIG_NFS_V4 is not set
34011 +# CONFIG_NFS_DIRECTIO is not set
34012 +# CONFIG_NFSD is not set
34015 +CONFIG_NFS_COMMON=y
34017 +# CONFIG_SUNRPC_BIND34 is not set
34018 +# CONFIG_RPCSEC_GSS_KRB5 is not set
34019 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
34020 +# CONFIG_SMB_FS is not set
34021 +# CONFIG_CIFS is not set
34022 +# CONFIG_NCP_FS is not set
34023 +# CONFIG_CODA_FS is not set
34024 +# CONFIG_AFS_FS is not set
34029 +CONFIG_PARTITION_ADVANCED=y
34030 +# CONFIG_ACORN_PARTITION is not set
34031 +# CONFIG_OSF_PARTITION is not set
34032 +# CONFIG_AMIGA_PARTITION is not set
34033 +# CONFIG_ATARI_PARTITION is not set
34034 +# CONFIG_MAC_PARTITION is not set
34035 +# CONFIG_MSDOS_PARTITION is not set
34036 +# CONFIG_LDM_PARTITION is not set
34037 +# CONFIG_SGI_PARTITION is not set
34038 +# CONFIG_ULTRIX_PARTITION is not set
34039 +# CONFIG_SUN_PARTITION is not set
34040 +# CONFIG_KARMA_PARTITION is not set
34041 +# CONFIG_EFI_PARTITION is not set
34042 +# CONFIG_SYSV68_PARTITION is not set
34043 +# CONFIG_NLS is not set
34044 +# CONFIG_DLM is not set
34047 +# Library routines
34049 +CONFIG_BITREVERSE=y
34050 +# CONFIG_CRC_CCITT is not set
34051 +# CONFIG_CRC16 is not set
34052 +# CONFIG_CRC_ITU_T is not set
34054 +# CONFIG_CRC7 is not set
34055 +# CONFIG_LIBCRC32C is not set
34057 +CONFIG_HAS_IOMEM=y
34058 +CONFIG_HAS_IOPORT=y
34064 +# CONFIG_PRINTK_TIME is not set
34065 +CONFIG_ENABLE_WARN_DEPRECATED=y
34066 +CONFIG_ENABLE_MUST_CHECK=y
34067 +# CONFIG_MAGIC_SYSRQ is not set
34068 +# CONFIG_UNUSED_SYMBOLS is not set
34070 +# CONFIG_HEADERS_CHECK is not set
34071 +CONFIG_DEBUG_KERNEL=y
34072 +# CONFIG_DEBUG_SHIRQ is not set
34073 +CONFIG_DETECT_SOFTLOCKUP=y
34074 +CONFIG_SCHED_DEBUG=y
34075 +# CONFIG_SCHEDSTATS is not set
34076 +# CONFIG_TIMER_STATS is not set
34077 +# CONFIG_SLUB_DEBUG_ON is not set
34078 +# CONFIG_DEBUG_RT_MUTEXES is not set
34079 +# CONFIG_RT_MUTEX_TESTER is not set
34080 +# CONFIG_DEBUG_SPINLOCK is not set
34081 +CONFIG_DEBUG_MUTEXES=y
34082 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
34083 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
34084 +# CONFIG_DEBUG_KOBJECT is not set
34085 +# CONFIG_DEBUG_HIGHMEM is not set
34086 +# CONFIG_DEBUG_BUGVERBOSE is not set
34087 +# CONFIG_DEBUG_INFO is not set
34088 +# CONFIG_DEBUG_VM is not set
34089 +# CONFIG_DEBUG_LIST is not set
34090 +# CONFIG_DEBUG_SG is not set
34091 +CONFIG_FORCED_INLINING=y
34092 +# CONFIG_BOOT_PRINTK_DELAY is not set
34093 +# CONFIG_BACKTRACE_SELF_TEST is not set
34094 +# CONFIG_FAULT_INJECTION is not set
34095 +# CONFIG_SAMPLES is not set
34096 +# CONFIG_DEBUG_STACKOVERFLOW is not set
34097 +# CONFIG_DEBUG_STACK_USAGE is not set
34098 +# CONFIG_DEBUG_PAGEALLOC is not set
34099 +# CONFIG_DEBUGGER is not set
34100 +# CONFIG_KGDB_CONSOLE is not set
34101 +# CONFIG_VIRQ_DEBUG is not set
34102 +# CONFIG_BDI_SWITCH is not set
34103 +# CONFIG_PPC_EARLY_DEBUG is not set
34106 +# Security options
34108 +# CONFIG_KEYS is not set
34109 +# CONFIG_SECURITY is not set
34110 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
34112 +# CONFIG_CRYPTO_SEQIV is not set
34113 +# CONFIG_CRYPTO_MANAGER is not set
34114 +# CONFIG_CRYPTO_HMAC is not set
34115 +# CONFIG_CRYPTO_XCBC is not set
34116 +# CONFIG_CRYPTO_NULL is not set
34117 +# CONFIG_CRYPTO_MD4 is not set
34118 +# CONFIG_CRYPTO_MD5 is not set
34119 +# CONFIG_CRYPTO_SHA1 is not set
34120 +# CONFIG_CRYPTO_SHA256 is not set
34121 +# CONFIG_CRYPTO_SHA512 is not set
34122 +# CONFIG_CRYPTO_WP512 is not set
34123 +# CONFIG_CRYPTO_TGR192 is not set
34124 +# CONFIG_CRYPTO_GF128MUL is not set
34125 +# CONFIG_CRYPTO_ECB is not set
34126 +# CONFIG_CRYPTO_CBC is not set
34127 +# CONFIG_CRYPTO_PCBC is not set
34128 +# CONFIG_CRYPTO_LRW is not set
34129 +# CONFIG_CRYPTO_XTS is not set
34130 +# CONFIG_CRYPTO_CTR is not set
34131 +# CONFIG_CRYPTO_GCM is not set
34132 +# CONFIG_CRYPTO_CCM is not set
34133 +# CONFIG_CRYPTO_CRYPTD is not set
34134 +# CONFIG_CRYPTO_DES is not set
34135 +# CONFIG_CRYPTO_FCRYPT is not set
34136 +# CONFIG_CRYPTO_BLOWFISH is not set
34137 +# CONFIG_CRYPTO_TWOFISH is not set
34138 +# CONFIG_CRYPTO_SERPENT is not set
34139 +# CONFIG_CRYPTO_AES is not set
34140 +# CONFIG_CRYPTO_CAST5 is not set
34141 +# CONFIG_CRYPTO_CAST6 is not set
34142 +# CONFIG_CRYPTO_TEA is not set
34143 +# CONFIG_CRYPTO_ARC4 is not set
34144 +# CONFIG_CRYPTO_KHAZAD is not set
34145 +# CONFIG_CRYPTO_ANUBIS is not set
34146 +# CONFIG_CRYPTO_SEED is not set
34147 +# CONFIG_CRYPTO_SALSA20 is not set
34148 +# CONFIG_CRYPTO_DEFLATE is not set
34149 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
34150 +# CONFIG_CRYPTO_CRC32C is not set
34151 +# CONFIG_CRYPTO_CAMELLIA is not set
34152 +# CONFIG_CRYPTO_AUTHENC is not set
34153 +# CONFIG_CRYPTO_LZO is not set
34154 +CONFIG_CRYPTO_HW=y
34155 +# CONFIG_PPC_CLOCK is not set
34156 +CONFIG_PPC_LIB_RHEAP=y
34158 +++ b/arch/powerpc/configs/85xx/mpc8540_ads_defconfig
34161 +# Automatically generated make config: don't edit
34162 +# Linux kernel version: 2.6.25-rc6
34163 +# Mon Mar 24 08:48:25 2008
34165 +# CONFIG_PPC64 is not set
34168 +# Processor support
34170 +# CONFIG_6xx is not set
34172 +# CONFIG_PPC_8xx is not set
34173 +# CONFIG_40x is not set
34174 +# CONFIG_44x is not set
34175 +# CONFIG_E200 is not set
34178 +CONFIG_FSL_BOOKE=y
34179 +CONFIG_FSL_EMB_PERFMON=y
34180 +# CONFIG_PHYS_64BIT is not set
34182 +# CONFIG_PPC_MM_SLICES is not set
34184 +CONFIG_WORD_SIZE=32
34185 +CONFIG_PPC_MERGE=y
34187 +CONFIG_GENERIC_CMOS_UPDATE=y
34188 +CONFIG_GENERIC_TIME=y
34189 +CONFIG_GENERIC_TIME_VSYSCALL=y
34190 +CONFIG_GENERIC_CLOCKEVENTS=y
34191 +CONFIG_GENERIC_HARDIRQS=y
34192 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
34193 +CONFIG_IRQ_PER_CPU=y
34194 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
34195 +CONFIG_ARCH_HAS_ILOG2_U32=y
34196 +CONFIG_GENERIC_HWEIGHT=y
34197 +CONFIG_GENERIC_CALIBRATE_DELAY=y
34198 +CONFIG_GENERIC_FIND_NEXT_BIT=y
34199 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
34201 +CONFIG_EARLY_PRINTK=y
34202 +CONFIG_GENERIC_NVRAM=y
34203 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
34204 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
34207 +CONFIG_PPC_UDBG_16550=y
34208 +# CONFIG_GENERIC_TBSYNC is not set
34209 +CONFIG_AUDIT_ARCH=y
34210 +CONFIG_GENERIC_BUG=y
34211 +CONFIG_DEFAULT_UIMAGE=y
34212 +# CONFIG_PPC_DCR_NATIVE is not set
34213 +# CONFIG_PPC_DCR_MMIO is not set
34214 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
34219 +CONFIG_EXPERIMENTAL=y
34220 +CONFIG_BROKEN_ON_SMP=y
34221 +CONFIG_INIT_ENV_ARG_LIMIT=32
34222 +CONFIG_LOCALVERSION=""
34223 +CONFIG_LOCALVERSION_AUTO=y
34226 +CONFIG_SYSVIPC_SYSCTL=y
34227 +# CONFIG_POSIX_MQUEUE is not set
34228 +# CONFIG_BSD_PROCESS_ACCT is not set
34229 +# CONFIG_TASKSTATS is not set
34230 +# CONFIG_AUDIT is not set
34231 +# CONFIG_IKCONFIG is not set
34232 +CONFIG_LOG_BUF_SHIFT=14
34233 +# CONFIG_CGROUPS is not set
34234 +CONFIG_GROUP_SCHED=y
34235 +# CONFIG_FAIR_GROUP_SCHED is not set
34236 +# CONFIG_RT_GROUP_SCHED is not set
34237 +CONFIG_USER_SCHED=y
34238 +# CONFIG_CGROUP_SCHED is not set
34239 +CONFIG_SYSFS_DEPRECATED=y
34240 +CONFIG_SYSFS_DEPRECATED_V2=y
34241 +# CONFIG_RELAY is not set
34242 +# CONFIG_NAMESPACES is not set
34243 +CONFIG_BLK_DEV_INITRD=y
34244 +CONFIG_INITRAMFS_SOURCE=""
34245 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
34248 +CONFIG_SYSCTL_SYSCALL=y
34250 +# CONFIG_KALLSYMS_ALL is not set
34251 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
34256 +CONFIG_COMPAT_BRK=y
34257 +CONFIG_BASE_FULL=y
34259 +CONFIG_ANON_INODES=y
34265 +CONFIG_VM_EVENT_COUNTERS=y
34266 +CONFIG_SLUB_DEBUG=y
34267 +# CONFIG_SLAB is not set
34269 +# CONFIG_SLOB is not set
34270 +# CONFIG_PROFILING is not set
34271 +# CONFIG_MARKERS is not set
34272 +CONFIG_HAVE_OPROFILE=y
34273 +CONFIG_HAVE_KPROBES=y
34274 +CONFIG_HAVE_KRETPROBES=y
34275 +CONFIG_PROC_PAGE_MONITOR=y
34277 +CONFIG_RT_MUTEXES=y
34278 +# CONFIG_TINY_SHMEM is not set
34279 +CONFIG_BASE_SMALL=0
34280 +# CONFIG_MODULES is not set
34282 +# CONFIG_LBD is not set
34283 +# CONFIG_BLK_DEV_IO_TRACE is not set
34284 +# CONFIG_LSF is not set
34285 +# CONFIG_BLK_DEV_BSG is not set
34290 +CONFIG_IOSCHED_NOOP=y
34291 +CONFIG_IOSCHED_AS=y
34292 +CONFIG_IOSCHED_DEADLINE=y
34293 +CONFIG_IOSCHED_CFQ=y
34294 +CONFIG_DEFAULT_AS=y
34295 +# CONFIG_DEFAULT_DEADLINE is not set
34296 +# CONFIG_DEFAULT_CFQ is not set
34297 +# CONFIG_DEFAULT_NOOP is not set
34298 +CONFIG_DEFAULT_IOSCHED="anticipatory"
34299 +CONFIG_CLASSIC_RCU=y
34302 +# Platform support
34304 +# CONFIG_PPC_MPC512x is not set
34305 +# CONFIG_PPC_MPC5121 is not set
34306 +# CONFIG_PPC_CELL is not set
34307 +# CONFIG_PPC_CELL_NATIVE is not set
34308 +# CONFIG_PQ2ADS is not set
34310 +CONFIG_MPC8540_ADS=y
34311 +# CONFIG_MPC8560_ADS is not set
34312 +# CONFIG_MPC85xx_CDS is not set
34313 +# CONFIG_MPC85xx_MDS is not set
34314 +# CONFIG_MPC85xx_DS is not set
34315 +# CONFIG_STX_GP3 is not set
34316 +# CONFIG_TQM8540 is not set
34317 +# CONFIG_TQM8541 is not set
34318 +# CONFIG_TQM8555 is not set
34319 +# CONFIG_TQM8560 is not set
34320 +# CONFIG_SBC8548 is not set
34321 +# CONFIG_SBC8560 is not set
34322 +# CONFIG_IPIC is not set
34324 +# CONFIG_MPIC_WEIRD is not set
34325 +# CONFIG_PPC_I8259 is not set
34326 +# CONFIG_PPC_RTAS is not set
34327 +# CONFIG_MMIO_NVRAM is not set
34328 +# CONFIG_PPC_MPC106 is not set
34329 +# CONFIG_PPC_970_NAP is not set
34330 +# CONFIG_PPC_INDIRECT_IO is not set
34331 +# CONFIG_GENERIC_IOMAP is not set
34332 +# CONFIG_CPU_FREQ is not set
34333 +# CONFIG_CPM2 is not set
34334 +# CONFIG_FSL_ULI1575 is not set
34339 +# CONFIG_HIGHMEM is not set
34340 +CONFIG_TICK_ONESHOT=y
34342 +CONFIG_HIGH_RES_TIMERS=y
34343 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
34344 +# CONFIG_HZ_100 is not set
34346 +# CONFIG_HZ_300 is not set
34347 +# CONFIG_HZ_1000 is not set
34349 +# CONFIG_SCHED_HRTICK is not set
34350 +CONFIG_PREEMPT_NONE=y
34351 +# CONFIG_PREEMPT_VOLUNTARY is not set
34352 +# CONFIG_PREEMPT is not set
34353 +CONFIG_BINFMT_ELF=y
34354 +CONFIG_BINFMT_MISC=y
34355 +CONFIG_MATH_EMULATION=y
34356 +# CONFIG_IOMMU_HELPER is not set
34357 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
34358 +CONFIG_ARCH_HAS_WALK_MEMORY=y
34359 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
34360 +CONFIG_ARCH_FLATMEM_ENABLE=y
34361 +CONFIG_ARCH_POPULATES_NODE_MAP=y
34362 +CONFIG_SELECT_MEMORY_MODEL=y
34363 +CONFIG_FLATMEM_MANUAL=y
34364 +# CONFIG_DISCONTIGMEM_MANUAL is not set
34365 +# CONFIG_SPARSEMEM_MANUAL is not set
34367 +CONFIG_FLAT_NODE_MEM_MAP=y
34368 +# CONFIG_SPARSEMEM_STATIC is not set
34369 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
34370 +CONFIG_SPLIT_PTLOCK_CPUS=4
34371 +# CONFIG_RESOURCES_64BIT is not set
34372 +CONFIG_ZONE_DMA_FLAG=1
34374 +CONFIG_VIRT_TO_BUS=y
34375 +CONFIG_PROC_DEVICETREE=y
34376 +# CONFIG_CMDLINE_BOOL is not set
34377 +# CONFIG_PM is not set
34378 +# CONFIG_SECCOMP is not set
34379 +CONFIG_ISA_DMA_API=y
34386 +# CONFIG_PCI is not set
34387 +# CONFIG_PCI_DOMAINS is not set
34388 +# CONFIG_PCI_SYSCALL is not set
34389 +# CONFIG_ARCH_SUPPORTS_MSI is not set
34390 +# CONFIG_PCCARD is not set
34395 +# CONFIG_ADVANCED_OPTIONS is not set
34398 +# Default settings for advanced configuration options are used
34400 +CONFIG_HIGHMEM_START=0xfe000000
34401 +CONFIG_LOWMEM_SIZE=0x30000000
34402 +CONFIG_KERNEL_START=0xc0000000
34403 +CONFIG_TASK_SIZE=0xc0000000
34404 +CONFIG_BOOT_LOAD=0x00800000
34412 +# Networking options
34415 +# CONFIG_PACKET_MMAP is not set
34418 +CONFIG_XFRM_USER=y
34419 +# CONFIG_XFRM_SUB_POLICY is not set
34420 +# CONFIG_XFRM_MIGRATE is not set
34421 +# CONFIG_XFRM_STATISTICS is not set
34422 +# CONFIG_NET_KEY is not set
34424 +CONFIG_IP_MULTICAST=y
34425 +# CONFIG_IP_ADVANCED_ROUTER is not set
34426 +CONFIG_IP_FIB_HASH=y
34428 +CONFIG_IP_PNP_DHCP=y
34429 +CONFIG_IP_PNP_BOOTP=y
34430 +# CONFIG_IP_PNP_RARP is not set
34431 +# CONFIG_NET_IPIP is not set
34432 +# CONFIG_NET_IPGRE is not set
34433 +# CONFIG_IP_MROUTE is not set
34434 +# CONFIG_ARPD is not set
34435 +CONFIG_SYN_COOKIES=y
34436 +# CONFIG_INET_AH is not set
34437 +# CONFIG_INET_ESP is not set
34438 +# CONFIG_INET_IPCOMP is not set
34439 +# CONFIG_INET_XFRM_TUNNEL is not set
34440 +# CONFIG_INET_TUNNEL is not set
34441 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
34442 +CONFIG_INET_XFRM_MODE_TUNNEL=y
34443 +CONFIG_INET_XFRM_MODE_BEET=y
34444 +# CONFIG_INET_LRO is not set
34445 +CONFIG_INET_DIAG=y
34446 +CONFIG_INET_TCP_DIAG=y
34447 +# CONFIG_TCP_CONG_ADVANCED is not set
34448 +CONFIG_TCP_CONG_CUBIC=y
34449 +CONFIG_DEFAULT_TCP_CONG="cubic"
34450 +# CONFIG_TCP_MD5SIG is not set
34451 +# CONFIG_IPV6 is not set
34452 +# CONFIG_INET6_XFRM_TUNNEL is not set
34453 +# CONFIG_INET6_TUNNEL is not set
34454 +# CONFIG_NETWORK_SECMARK is not set
34455 +# CONFIG_NETFILTER is not set
34456 +# CONFIG_IP_DCCP is not set
34457 +# CONFIG_IP_SCTP is not set
34458 +# CONFIG_TIPC is not set
34459 +# CONFIG_ATM is not set
34460 +# CONFIG_BRIDGE is not set
34461 +# CONFIG_VLAN_8021Q is not set
34462 +# CONFIG_DECNET is not set
34463 +# CONFIG_LLC2 is not set
34464 +# CONFIG_IPX is not set
34465 +# CONFIG_ATALK is not set
34466 +# CONFIG_X25 is not set
34467 +# CONFIG_LAPB is not set
34468 +# CONFIG_ECONET is not set
34469 +# CONFIG_WAN_ROUTER is not set
34470 +# CONFIG_NET_SCHED is not set
34475 +# CONFIG_NET_PKTGEN is not set
34476 +# CONFIG_HAMRADIO is not set
34477 +# CONFIG_CAN is not set
34478 +# CONFIG_IRDA is not set
34479 +# CONFIG_BT is not set
34480 +# CONFIG_AF_RXRPC is not set
34485 +# CONFIG_CFG80211 is not set
34486 +# CONFIG_WIRELESS_EXT is not set
34487 +# CONFIG_MAC80211 is not set
34488 +# CONFIG_IEEE80211 is not set
34489 +# CONFIG_RFKILL is not set
34490 +# CONFIG_NET_9P is not set
34497 +# Generic Driver Options
34499 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
34500 +CONFIG_STANDALONE=y
34501 +CONFIG_PREVENT_FIRMWARE_BUILD=y
34502 +# CONFIG_FW_LOADER is not set
34503 +# CONFIG_DEBUG_DRIVER is not set
34504 +# CONFIG_DEBUG_DEVRES is not set
34505 +# CONFIG_SYS_HYPERVISOR is not set
34506 +# CONFIG_CONNECTOR is not set
34507 +# CONFIG_MTD is not set
34508 +CONFIG_OF_DEVICE=y
34509 +# CONFIG_PARPORT is not set
34511 +# CONFIG_BLK_DEV_FD is not set
34512 +# CONFIG_BLK_DEV_COW_COMMON is not set
34513 +CONFIG_BLK_DEV_LOOP=y
34514 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
34515 +# CONFIG_BLK_DEV_NBD is not set
34516 +CONFIG_BLK_DEV_RAM=y
34517 +CONFIG_BLK_DEV_RAM_COUNT=16
34518 +CONFIG_BLK_DEV_RAM_SIZE=32768
34519 +# CONFIG_BLK_DEV_XIP is not set
34520 +# CONFIG_CDROM_PKTCDVD is not set
34521 +# CONFIG_ATA_OVER_ETH is not set
34522 +CONFIG_MISC_DEVICES=y
34523 +# CONFIG_EEPROM_93CX6 is not set
34524 +# CONFIG_ENCLOSURE_SERVICES is not set
34526 +# CONFIG_IDE is not set
34529 +# SCSI device support
34531 +# CONFIG_RAID_ATTRS is not set
34532 +# CONFIG_SCSI is not set
34533 +# CONFIG_SCSI_DMA is not set
34534 +# CONFIG_SCSI_NETLINK is not set
34535 +# CONFIG_ATA is not set
34536 +# CONFIG_MD is not set
34537 +# CONFIG_MACINTOSH_DRIVERS is not set
34538 +CONFIG_NETDEVICES=y
34539 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
34540 +# CONFIG_DUMMY is not set
34541 +# CONFIG_BONDING is not set
34542 +# CONFIG_MACVLAN is not set
34543 +# CONFIG_EQUALIZER is not set
34544 +# CONFIG_TUN is not set
34545 +# CONFIG_VETH is not set
34549 +# MII PHY device drivers
34551 +# CONFIG_MARVELL_PHY is not set
34552 +# CONFIG_DAVICOM_PHY is not set
34553 +# CONFIG_QSEMI_PHY is not set
34554 +# CONFIG_LXT_PHY is not set
34555 +# CONFIG_CICADA_PHY is not set
34556 +# CONFIG_VITESSE_PHY is not set
34557 +# CONFIG_SMSC_PHY is not set
34558 +# CONFIG_BROADCOM_PHY is not set
34559 +# CONFIG_ICPLUS_PHY is not set
34560 +# CONFIG_REALTEK_PHY is not set
34561 +# CONFIG_FIXED_PHY is not set
34562 +# CONFIG_MDIO_BITBANG is not set
34563 +CONFIG_NET_ETHERNET=y
34565 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
34566 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
34567 +# CONFIG_IBM_NEW_EMAC_TAH is not set
34568 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
34569 +# CONFIG_B44 is not set
34570 +CONFIG_NETDEV_1000=y
34571 +# CONFIG_E1000E_ENABLED is not set
34573 +CONFIG_GFAR_NAPI=y
34574 +CONFIG_NETDEV_10000=y
34579 +# CONFIG_WLAN_PRE80211 is not set
34580 +# CONFIG_WLAN_80211 is not set
34581 +# CONFIG_WAN is not set
34582 +# CONFIG_PPP is not set
34583 +# CONFIG_SLIP is not set
34584 +# CONFIG_NETCONSOLE is not set
34585 +# CONFIG_NETPOLL is not set
34586 +# CONFIG_NET_POLL_CONTROLLER is not set
34587 +# CONFIG_ISDN is not set
34588 +# CONFIG_PHONE is not set
34591 +# Input device support
34594 +# CONFIG_INPUT_FF_MEMLESS is not set
34595 +# CONFIG_INPUT_POLLDEV is not set
34598 +# Userland interfaces
34600 +# CONFIG_INPUT_MOUSEDEV is not set
34601 +# CONFIG_INPUT_JOYDEV is not set
34602 +# CONFIG_INPUT_EVDEV is not set
34603 +# CONFIG_INPUT_EVBUG is not set
34606 +# Input Device Drivers
34608 +# CONFIG_INPUT_KEYBOARD is not set
34609 +# CONFIG_INPUT_MOUSE is not set
34610 +# CONFIG_INPUT_JOYSTICK is not set
34611 +# CONFIG_INPUT_TABLET is not set
34612 +# CONFIG_INPUT_TOUCHSCREEN is not set
34613 +# CONFIG_INPUT_MISC is not set
34616 +# Hardware I/O ports
34618 +# CONFIG_SERIO is not set
34619 +# CONFIG_GAMEPORT is not set
34622 +# Character devices
34624 +# CONFIG_VT is not set
34625 +# CONFIG_SERIAL_NONSTANDARD is not set
34630 +CONFIG_SERIAL_8250=y
34631 +CONFIG_SERIAL_8250_CONSOLE=y
34632 +CONFIG_SERIAL_8250_NR_UARTS=4
34633 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
34634 +# CONFIG_SERIAL_8250_EXTENDED is not set
34635 +CONFIG_SERIAL_8250_SHARE_IRQ=y
34638 +# Non-8250 serial port support
34640 +# CONFIG_SERIAL_UARTLITE is not set
34641 +CONFIG_SERIAL_CORE=y
34642 +CONFIG_SERIAL_CORE_CONSOLE=y
34643 +# CONFIG_SERIAL_OF_PLATFORM is not set
34644 +CONFIG_UNIX98_PTYS=y
34645 +CONFIG_LEGACY_PTYS=y
34646 +CONFIG_LEGACY_PTY_COUNT=256
34647 +# CONFIG_IPMI_HANDLER is not set
34648 +# CONFIG_HW_RANDOM is not set
34649 +# CONFIG_NVRAM is not set
34651 +# CONFIG_GEN_RTC_X is not set
34652 +# CONFIG_R3964 is not set
34653 +# CONFIG_RAW_DRIVER is not set
34654 +# CONFIG_TCG_TPM is not set
34655 +# CONFIG_I2C is not set
34660 +# CONFIG_SPI is not set
34661 +# CONFIG_SPI_MASTER is not set
34662 +# CONFIG_W1 is not set
34663 +# CONFIG_POWER_SUPPLY is not set
34665 +# CONFIG_HWMON_VID is not set
34666 +# CONFIG_SENSORS_F71805F is not set
34667 +# CONFIG_SENSORS_F71882FG is not set
34668 +# CONFIG_SENSORS_IT87 is not set
34669 +# CONFIG_SENSORS_PC87360 is not set
34670 +# CONFIG_SENSORS_PC87427 is not set
34671 +# CONFIG_SENSORS_SMSC47M1 is not set
34672 +# CONFIG_SENSORS_SMSC47B397 is not set
34673 +# CONFIG_SENSORS_VT1211 is not set
34674 +# CONFIG_SENSORS_W83627HF is not set
34675 +# CONFIG_SENSORS_W83627EHF is not set
34676 +# CONFIG_HWMON_DEBUG_CHIP is not set
34677 +# CONFIG_THERMAL is not set
34678 +# CONFIG_WATCHDOG is not set
34681 +# Sonics Silicon Backplane
34683 +CONFIG_SSB_POSSIBLE=y
34684 +# CONFIG_SSB is not set
34687 +# Multifunction device drivers
34689 +# CONFIG_MFD_SM501 is not set
34692 +# Multimedia devices
34694 +# CONFIG_VIDEO_DEV is not set
34695 +# CONFIG_DVB_CORE is not set
34699 +# Graphics support
34701 +# CONFIG_VGASTATE is not set
34702 +CONFIG_VIDEO_OUTPUT_CONTROL=y
34703 +# CONFIG_FB is not set
34704 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
34707 +# Display device support
34709 +# CONFIG_DISPLAY_SUPPORT is not set
34714 +# CONFIG_SOUND is not set
34715 +CONFIG_HID_SUPPORT=y
34717 +# CONFIG_HID_DEBUG is not set
34718 +# CONFIG_HIDRAW is not set
34719 +CONFIG_USB_SUPPORT=y
34720 +# CONFIG_USB_ARCH_HAS_HCD is not set
34721 +# CONFIG_USB_ARCH_HAS_OHCI is not set
34722 +# CONFIG_USB_ARCH_HAS_EHCI is not set
34725 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
34727 +# CONFIG_USB_GADGET is not set
34728 +# CONFIG_MMC is not set
34729 +# CONFIG_MEMSTICK is not set
34730 +# CONFIG_NEW_LEDS is not set
34731 +# CONFIG_EDAC is not set
34732 +# CONFIG_RTC_CLASS is not set
34733 +# CONFIG_DMADEVICES is not set
34738 +# CONFIG_UIO is not set
34744 +# CONFIG_EXT2_FS_XATTR is not set
34745 +# CONFIG_EXT2_FS_XIP is not set
34747 +CONFIG_EXT3_FS_XATTR=y
34748 +# CONFIG_EXT3_FS_POSIX_ACL is not set
34749 +# CONFIG_EXT3_FS_SECURITY is not set
34750 +# CONFIG_EXT4DEV_FS is not set
34752 +CONFIG_FS_MBCACHE=y
34753 +# CONFIG_REISERFS_FS is not set
34754 +# CONFIG_JFS_FS is not set
34755 +# CONFIG_FS_POSIX_ACL is not set
34756 +# CONFIG_XFS_FS is not set
34757 +# CONFIG_GFS2_FS is not set
34758 +# CONFIG_OCFS2_FS is not set
34761 +CONFIG_INOTIFY_USER=y
34762 +# CONFIG_QUOTA is not set
34763 +# CONFIG_AUTOFS_FS is not set
34764 +# CONFIG_AUTOFS4_FS is not set
34765 +# CONFIG_FUSE_FS is not set
34768 +# CD-ROM/DVD Filesystems
34770 +# CONFIG_ISO9660_FS is not set
34771 +# CONFIG_UDF_FS is not set
34774 +# DOS/FAT/NT Filesystems
34776 +# CONFIG_MSDOS_FS is not set
34777 +# CONFIG_VFAT_FS is not set
34778 +# CONFIG_NTFS_FS is not set
34781 +# Pseudo filesystems
34784 +CONFIG_PROC_KCORE=y
34785 +CONFIG_PROC_SYSCTL=y
34788 +# CONFIG_TMPFS_POSIX_ACL is not set
34789 +# CONFIG_HUGETLB_PAGE is not set
34790 +# CONFIG_CONFIGFS_FS is not set
34793 +# Miscellaneous filesystems
34795 +# CONFIG_ADFS_FS is not set
34796 +# CONFIG_AFFS_FS is not set
34797 +# CONFIG_HFS_FS is not set
34798 +# CONFIG_HFSPLUS_FS is not set
34799 +# CONFIG_BEFS_FS is not set
34800 +# CONFIG_BFS_FS is not set
34801 +# CONFIG_EFS_FS is not set
34802 +# CONFIG_CRAMFS is not set
34803 +# CONFIG_VXFS_FS is not set
34804 +# CONFIG_MINIX_FS is not set
34805 +# CONFIG_HPFS_FS is not set
34806 +# CONFIG_QNX4FS_FS is not set
34807 +# CONFIG_ROMFS_FS is not set
34808 +# CONFIG_SYSV_FS is not set
34809 +# CONFIG_UFS_FS is not set
34810 +CONFIG_NETWORK_FILESYSTEMS=y
34812 +# CONFIG_NFS_V3 is not set
34813 +# CONFIG_NFS_V4 is not set
34814 +# CONFIG_NFS_DIRECTIO is not set
34815 +# CONFIG_NFSD is not set
34818 +CONFIG_NFS_COMMON=y
34820 +# CONFIG_SUNRPC_BIND34 is not set
34821 +# CONFIG_RPCSEC_GSS_KRB5 is not set
34822 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
34823 +# CONFIG_SMB_FS is not set
34824 +# CONFIG_CIFS is not set
34825 +# CONFIG_NCP_FS is not set
34826 +# CONFIG_CODA_FS is not set
34827 +# CONFIG_AFS_FS is not set
34832 +CONFIG_PARTITION_ADVANCED=y
34833 +# CONFIG_ACORN_PARTITION is not set
34834 +# CONFIG_OSF_PARTITION is not set
34835 +# CONFIG_AMIGA_PARTITION is not set
34836 +# CONFIG_ATARI_PARTITION is not set
34837 +# CONFIG_MAC_PARTITION is not set
34838 +# CONFIG_MSDOS_PARTITION is not set
34839 +# CONFIG_LDM_PARTITION is not set
34840 +# CONFIG_SGI_PARTITION is not set
34841 +# CONFIG_ULTRIX_PARTITION is not set
34842 +# CONFIG_SUN_PARTITION is not set
34843 +# CONFIG_KARMA_PARTITION is not set
34844 +# CONFIG_EFI_PARTITION is not set
34845 +# CONFIG_SYSV68_PARTITION is not set
34846 +# CONFIG_NLS is not set
34847 +# CONFIG_DLM is not set
34850 +# Library routines
34852 +CONFIG_BITREVERSE=y
34853 +# CONFIG_CRC_CCITT is not set
34854 +# CONFIG_CRC16 is not set
34855 +# CONFIG_CRC_ITU_T is not set
34857 +# CONFIG_CRC7 is not set
34858 +# CONFIG_LIBCRC32C is not set
34860 +CONFIG_HAS_IOMEM=y
34861 +CONFIG_HAS_IOPORT=y
34867 +# CONFIG_PRINTK_TIME is not set
34868 +CONFIG_ENABLE_WARN_DEPRECATED=y
34869 +CONFIG_ENABLE_MUST_CHECK=y
34870 +# CONFIG_MAGIC_SYSRQ is not set
34871 +# CONFIG_UNUSED_SYMBOLS is not set
34872 +# CONFIG_DEBUG_FS is not set
34873 +# CONFIG_HEADERS_CHECK is not set
34874 +CONFIG_DEBUG_KERNEL=y
34875 +# CONFIG_DEBUG_SHIRQ is not set
34876 +CONFIG_DETECT_SOFTLOCKUP=y
34877 +CONFIG_SCHED_DEBUG=y
34878 +# CONFIG_SCHEDSTATS is not set
34879 +# CONFIG_TIMER_STATS is not set
34880 +# CONFIG_SLUB_DEBUG_ON is not set
34881 +# CONFIG_SLUB_STATS is not set
34882 +# CONFIG_DEBUG_RT_MUTEXES is not set
34883 +# CONFIG_RT_MUTEX_TESTER is not set
34884 +# CONFIG_DEBUG_SPINLOCK is not set
34885 +CONFIG_DEBUG_MUTEXES=y
34886 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
34887 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
34888 +# CONFIG_DEBUG_KOBJECT is not set
34889 +# CONFIG_DEBUG_BUGVERBOSE is not set
34890 +# CONFIG_DEBUG_INFO is not set
34891 +# CONFIG_DEBUG_VM is not set
34892 +# CONFIG_DEBUG_LIST is not set
34893 +# CONFIG_DEBUG_SG is not set
34894 +# CONFIG_BOOT_PRINTK_DELAY is not set
34895 +# CONFIG_BACKTRACE_SELF_TEST is not set
34896 +# CONFIG_FAULT_INJECTION is not set
34897 +# CONFIG_SAMPLES is not set
34898 +# CONFIG_DEBUG_STACKOVERFLOW is not set
34899 +# CONFIG_DEBUG_STACK_USAGE is not set
34900 +# CONFIG_DEBUG_PAGEALLOC is not set
34901 +# CONFIG_DEBUGGER is not set
34902 +# CONFIG_BDI_SWITCH is not set
34903 +# CONFIG_PPC_EARLY_DEBUG is not set
34906 +# Security options
34908 +# CONFIG_KEYS is not set
34909 +# CONFIG_SECURITY is not set
34910 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
34912 +# CONFIG_CRYPTO_SEQIV is not set
34913 +# CONFIG_CRYPTO_MANAGER is not set
34914 +# CONFIG_CRYPTO_HMAC is not set
34915 +# CONFIG_CRYPTO_XCBC is not set
34916 +# CONFIG_CRYPTO_NULL is not set
34917 +# CONFIG_CRYPTO_MD4 is not set
34918 +# CONFIG_CRYPTO_MD5 is not set
34919 +# CONFIG_CRYPTO_SHA1 is not set
34920 +# CONFIG_CRYPTO_SHA256 is not set
34921 +# CONFIG_CRYPTO_SHA512 is not set
34922 +# CONFIG_CRYPTO_WP512 is not set
34923 +# CONFIG_CRYPTO_TGR192 is not set
34924 +# CONFIG_CRYPTO_GF128MUL is not set
34925 +# CONFIG_CRYPTO_ECB is not set
34926 +# CONFIG_CRYPTO_CBC is not set
34927 +# CONFIG_CRYPTO_PCBC is not set
34928 +# CONFIG_CRYPTO_LRW is not set
34929 +# CONFIG_CRYPTO_XTS is not set
34930 +# CONFIG_CRYPTO_CTR is not set
34931 +# CONFIG_CRYPTO_GCM is not set
34932 +# CONFIG_CRYPTO_CCM is not set
34933 +# CONFIG_CRYPTO_CRYPTD is not set
34934 +# CONFIG_CRYPTO_DES is not set
34935 +# CONFIG_CRYPTO_FCRYPT is not set
34936 +# CONFIG_CRYPTO_BLOWFISH is not set
34937 +# CONFIG_CRYPTO_TWOFISH is not set
34938 +# CONFIG_CRYPTO_SERPENT is not set
34939 +# CONFIG_CRYPTO_AES is not set
34940 +# CONFIG_CRYPTO_CAST5 is not set
34941 +# CONFIG_CRYPTO_CAST6 is not set
34942 +# CONFIG_CRYPTO_TEA is not set
34943 +# CONFIG_CRYPTO_ARC4 is not set
34944 +# CONFIG_CRYPTO_KHAZAD is not set
34945 +# CONFIG_CRYPTO_ANUBIS is not set
34946 +# CONFIG_CRYPTO_SEED is not set
34947 +# CONFIG_CRYPTO_SALSA20 is not set
34948 +# CONFIG_CRYPTO_DEFLATE is not set
34949 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
34950 +# CONFIG_CRYPTO_CRC32C is not set
34951 +# CONFIG_CRYPTO_CAMELLIA is not set
34952 +# CONFIG_CRYPTO_AUTHENC is not set
34953 +# CONFIG_CRYPTO_LZO is not set
34954 +CONFIG_CRYPTO_HW=y
34955 +# CONFIG_PPC_CLOCK is not set
34957 +++ b/arch/powerpc/configs/85xx/mpc8544_ds_defconfig
34960 +# Automatically generated make config: don't edit
34961 +# Linux kernel version: 2.6.25-rc7
34962 +# Mon Mar 31 11:37:03 2008
34964 +# CONFIG_PPC64 is not set
34967 +# Processor support
34969 +# CONFIG_6xx is not set
34971 +# CONFIG_PPC_8xx is not set
34972 +# CONFIG_40x is not set
34973 +# CONFIG_44x is not set
34974 +# CONFIG_E200 is not set
34977 +CONFIG_FSL_BOOKE=y
34978 +CONFIG_FSL_EMB_PERFMON=y
34979 +# CONFIG_PHYS_64BIT is not set
34981 +# CONFIG_PPC_MM_SLICES is not set
34983 +CONFIG_WORD_SIZE=32
34984 +CONFIG_PPC_MERGE=y
34986 +CONFIG_GENERIC_CMOS_UPDATE=y
34987 +CONFIG_GENERIC_TIME=y
34988 +CONFIG_GENERIC_TIME_VSYSCALL=y
34989 +CONFIG_GENERIC_CLOCKEVENTS=y
34990 +CONFIG_GENERIC_HARDIRQS=y
34991 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
34992 +CONFIG_IRQ_PER_CPU=y
34993 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
34994 +CONFIG_ARCH_HAS_ILOG2_U32=y
34995 +CONFIG_GENERIC_HWEIGHT=y
34996 +CONFIG_GENERIC_CALIBRATE_DELAY=y
34997 +CONFIG_GENERIC_FIND_NEXT_BIT=y
34998 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
35000 +CONFIG_EARLY_PRINTK=y
35001 +CONFIG_GENERIC_NVRAM=y
35002 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
35003 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
35006 +CONFIG_PPC_UDBG_16550=y
35007 +# CONFIG_GENERIC_TBSYNC is not set
35008 +CONFIG_AUDIT_ARCH=y
35009 +CONFIG_GENERIC_BUG=y
35010 +CONFIG_DEFAULT_UIMAGE=y
35011 +# CONFIG_PPC_DCR_NATIVE is not set
35012 +# CONFIG_PPC_DCR_MMIO is not set
35013 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
35018 +CONFIG_EXPERIMENTAL=y
35019 +CONFIG_BROKEN_ON_SMP=y
35020 +CONFIG_INIT_ENV_ARG_LIMIT=32
35021 +CONFIG_LOCALVERSION=""
35022 +CONFIG_LOCALVERSION_AUTO=y
35025 +CONFIG_SYSVIPC_SYSCTL=y
35026 +CONFIG_POSIX_MQUEUE=y
35027 +CONFIG_BSD_PROCESS_ACCT=y
35028 +# CONFIG_BSD_PROCESS_ACCT_V3 is not set
35029 +# CONFIG_TASKSTATS is not set
35031 +# CONFIG_AUDITSYSCALL is not set
35033 +CONFIG_IKCONFIG_PROC=y
35034 +CONFIG_LOG_BUF_SHIFT=14
35035 +# CONFIG_CGROUPS is not set
35036 +CONFIG_GROUP_SCHED=y
35037 +# CONFIG_FAIR_GROUP_SCHED is not set
35038 +# CONFIG_RT_GROUP_SCHED is not set
35039 +CONFIG_USER_SCHED=y
35040 +# CONFIG_CGROUP_SCHED is not set
35041 +CONFIG_SYSFS_DEPRECATED=y
35042 +CONFIG_SYSFS_DEPRECATED_V2=y
35043 +# CONFIG_RELAY is not set
35044 +# CONFIG_NAMESPACES is not set
35045 +CONFIG_BLK_DEV_INITRD=y
35046 +CONFIG_INITRAMFS_SOURCE=""
35047 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
35050 +CONFIG_SYSCTL_SYSCALL=y
35052 +CONFIG_KALLSYMS_ALL=y
35053 +CONFIG_KALLSYMS_EXTRA_PASS=y
35058 +CONFIG_COMPAT_BRK=y
35059 +CONFIG_BASE_FULL=y
35061 +CONFIG_ANON_INODES=y
35067 +CONFIG_VM_EVENT_COUNTERS=y
35068 +CONFIG_SLUB_DEBUG=y
35069 +# CONFIG_SLAB is not set
35071 +# CONFIG_SLOB is not set
35072 +# CONFIG_PROFILING is not set
35073 +# CONFIG_MARKERS is not set
35074 +CONFIG_HAVE_OPROFILE=y
35075 +# CONFIG_KPROBES is not set
35076 +CONFIG_HAVE_KPROBES=y
35077 +CONFIG_HAVE_KRETPROBES=y
35078 +CONFIG_PROC_PAGE_MONITOR=y
35080 +CONFIG_RT_MUTEXES=y
35081 +# CONFIG_TINY_SHMEM is not set
35082 +CONFIG_BASE_SMALL=0
35084 +CONFIG_MODULE_UNLOAD=y
35085 +CONFIG_MODULE_FORCE_UNLOAD=y
35086 +CONFIG_MODVERSIONS=y
35087 +# CONFIG_MODULE_SRCVERSION_ALL is not set
35091 +# CONFIG_BLK_DEV_IO_TRACE is not set
35092 +# CONFIG_LSF is not set
35093 +# CONFIG_BLK_DEV_BSG is not set
35098 +CONFIG_IOSCHED_NOOP=y
35099 +CONFIG_IOSCHED_AS=y
35100 +CONFIG_IOSCHED_DEADLINE=y
35101 +CONFIG_IOSCHED_CFQ=y
35102 +# CONFIG_DEFAULT_AS is not set
35103 +# CONFIG_DEFAULT_DEADLINE is not set
35104 +CONFIG_DEFAULT_CFQ=y
35105 +# CONFIG_DEFAULT_NOOP is not set
35106 +CONFIG_DEFAULT_IOSCHED="cfq"
35107 +CONFIG_CLASSIC_RCU=y
35110 +# Platform support
35112 +# CONFIG_PPC_MPC512x is not set
35113 +# CONFIG_PPC_MPC5121 is not set
35114 +# CONFIG_PPC_CELL is not set
35115 +# CONFIG_PPC_CELL_NATIVE is not set
35116 +# CONFIG_PQ2ADS is not set
35118 +# CONFIG_MPC8540_ADS is not set
35119 +# CONFIG_MPC8560_ADS is not set
35120 +# CONFIG_MPC85xx_CDS is not set
35121 +# CONFIG_MPC85xx_MDS is not set
35122 +CONFIG_MPC85xx_DS=y
35123 +# CONFIG_KSI8560 is not set
35124 +# CONFIG_STX_GP3 is not set
35125 +# CONFIG_TQM8540 is not set
35126 +# CONFIG_TQM8541 is not set
35127 +# CONFIG_TQM8555 is not set
35128 +# CONFIG_TQM8560 is not set
35129 +# CONFIG_SBC8548 is not set
35130 +# CONFIG_SBC8560 is not set
35131 +# CONFIG_IPIC is not set
35133 +# CONFIG_MPIC_WEIRD is not set
35134 +CONFIG_PPC_I8259=y
35135 +# CONFIG_PPC_RTAS is not set
35136 +# CONFIG_MMIO_NVRAM is not set
35137 +# CONFIG_PPC_MPC106 is not set
35138 +# CONFIG_PPC_970_NAP is not set
35139 +# CONFIG_PPC_INDIRECT_IO is not set
35140 +# CONFIG_GENERIC_IOMAP is not set
35141 +# CONFIG_CPU_FREQ is not set
35142 +# CONFIG_CPM2 is not set
35143 +CONFIG_FSL_ULI1575=y
35149 +CONFIG_TICK_ONESHOT=y
35151 +CONFIG_HIGH_RES_TIMERS=y
35152 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
35153 +# CONFIG_HZ_100 is not set
35155 +# CONFIG_HZ_300 is not set
35156 +# CONFIG_HZ_1000 is not set
35158 +# CONFIG_SCHED_HRTICK is not set
35159 +CONFIG_PREEMPT_NONE=y
35160 +# CONFIG_PREEMPT_VOLUNTARY is not set
35161 +# CONFIG_PREEMPT is not set
35162 +CONFIG_BINFMT_ELF=y
35163 +CONFIG_BINFMT_MISC=m
35164 +CONFIG_FORCE_MAX_ZONEORDER=11
35165 +CONFIG_MATH_EMULATION=y
35166 +# CONFIG_IOMMU_HELPER is not set
35167 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
35168 +CONFIG_ARCH_HAS_WALK_MEMORY=y
35169 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
35170 +CONFIG_ARCH_FLATMEM_ENABLE=y
35171 +CONFIG_ARCH_POPULATES_NODE_MAP=y
35172 +CONFIG_SELECT_MEMORY_MODEL=y
35173 +CONFIG_FLATMEM_MANUAL=y
35174 +# CONFIG_DISCONTIGMEM_MANUAL is not set
35175 +# CONFIG_SPARSEMEM_MANUAL is not set
35177 +CONFIG_FLAT_NODE_MEM_MAP=y
35178 +# CONFIG_SPARSEMEM_STATIC is not set
35179 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
35180 +CONFIG_SPLIT_PTLOCK_CPUS=4
35181 +# CONFIG_RESOURCES_64BIT is not set
35182 +CONFIG_ZONE_DMA_FLAG=1
35184 +CONFIG_VIRT_TO_BUS=y
35185 +CONFIG_PROC_DEVICETREE=y
35186 +# CONFIG_CMDLINE_BOOL is not set
35187 +# CONFIG_PM is not set
35189 +CONFIG_ISA_DMA_API=y
35195 +CONFIG_GENERIC_ISA_DMA=y
35196 +CONFIG_PPC_INDIRECT_PCI=y
35200 +CONFIG_PCI_DOMAINS=y
35201 +CONFIG_PCI_SYSCALL=y
35202 +# CONFIG_PCIEPORTBUS is not set
35203 +CONFIG_ARCH_SUPPORTS_MSI=y
35204 +# CONFIG_PCI_MSI is not set
35205 +CONFIG_PCI_LEGACY=y
35206 +# CONFIG_PCI_DEBUG is not set
35207 +# CONFIG_PCCARD is not set
35208 +# CONFIG_HOTPLUG_PCI is not set
35213 +# CONFIG_ADVANCED_OPTIONS is not set
35216 +# Default settings for advanced configuration options are used
35218 +CONFIG_HIGHMEM_START=0xfe000000
35219 +CONFIG_LOWMEM_SIZE=0x30000000
35220 +CONFIG_KERNEL_START=0xc0000000
35221 +CONFIG_TASK_SIZE=0xc0000000
35222 +CONFIG_BOOT_LOAD=0x00800000
35230 +# Networking options
35233 +# CONFIG_PACKET_MMAP is not set
35236 +CONFIG_XFRM_USER=y
35237 +# CONFIG_XFRM_SUB_POLICY is not set
35238 +# CONFIG_XFRM_MIGRATE is not set
35239 +# CONFIG_XFRM_STATISTICS is not set
35241 +# CONFIG_NET_KEY_MIGRATE is not set
35243 +CONFIG_IP_MULTICAST=y
35244 +CONFIG_IP_ADVANCED_ROUTER=y
35245 +CONFIG_ASK_IP_FIB_HASH=y
35246 +# CONFIG_IP_FIB_TRIE is not set
35247 +CONFIG_IP_FIB_HASH=y
35248 +CONFIG_IP_MULTIPLE_TABLES=y
35249 +CONFIG_IP_ROUTE_MULTIPATH=y
35250 +CONFIG_IP_ROUTE_VERBOSE=y
35252 +CONFIG_IP_PNP_DHCP=y
35253 +CONFIG_IP_PNP_BOOTP=y
35254 +CONFIG_IP_PNP_RARP=y
35256 +CONFIG_NET_IPGRE=y
35257 +CONFIG_NET_IPGRE_BROADCAST=y
35258 +CONFIG_IP_MROUTE=y
35259 +CONFIG_IP_PIMSM_V1=y
35260 +CONFIG_IP_PIMSM_V2=y
35262 +# CONFIG_SYN_COOKIES is not set
35263 +# CONFIG_INET_AH is not set
35264 +# CONFIG_INET_ESP is not set
35265 +# CONFIG_INET_IPCOMP is not set
35266 +# CONFIG_INET_XFRM_TUNNEL is not set
35267 +CONFIG_INET_TUNNEL=y
35268 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
35269 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
35270 +# CONFIG_INET_XFRM_MODE_BEET is not set
35271 +# CONFIG_INET_LRO is not set
35272 +CONFIG_INET_DIAG=y
35273 +CONFIG_INET_TCP_DIAG=y
35274 +# CONFIG_TCP_CONG_ADVANCED is not set
35275 +CONFIG_TCP_CONG_CUBIC=y
35276 +CONFIG_DEFAULT_TCP_CONG="cubic"
35277 +# CONFIG_TCP_MD5SIG is not set
35279 +# CONFIG_IPV6_PRIVACY is not set
35280 +# CONFIG_IPV6_ROUTER_PREF is not set
35281 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
35282 +# CONFIG_INET6_AH is not set
35283 +# CONFIG_INET6_ESP is not set
35284 +# CONFIG_INET6_IPCOMP is not set
35285 +# CONFIG_IPV6_MIP6 is not set
35286 +# CONFIG_INET6_XFRM_TUNNEL is not set
35287 +# CONFIG_INET6_TUNNEL is not set
35288 +CONFIG_INET6_XFRM_MODE_TRANSPORT=y
35289 +CONFIG_INET6_XFRM_MODE_TUNNEL=y
35290 +CONFIG_INET6_XFRM_MODE_BEET=y
35291 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
35293 +# CONFIG_IPV6_TUNNEL is not set
35294 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
35295 +# CONFIG_NETWORK_SECMARK is not set
35296 +# CONFIG_NETFILTER is not set
35297 +# CONFIG_IP_DCCP is not set
35299 +# CONFIG_SCTP_DBG_MSG is not set
35300 +# CONFIG_SCTP_DBG_OBJCNT is not set
35301 +# CONFIG_SCTP_HMAC_NONE is not set
35302 +# CONFIG_SCTP_HMAC_SHA1 is not set
35303 +CONFIG_SCTP_HMAC_MD5=y
35304 +# CONFIG_TIPC is not set
35305 +# CONFIG_ATM is not set
35306 +# CONFIG_BRIDGE is not set
35307 +# CONFIG_VLAN_8021Q is not set
35308 +# CONFIG_DECNET is not set
35309 +# CONFIG_LLC2 is not set
35310 +# CONFIG_IPX is not set
35311 +# CONFIG_ATALK is not set
35312 +# CONFIG_X25 is not set
35313 +# CONFIG_LAPB is not set
35314 +# CONFIG_ECONET is not set
35315 +# CONFIG_WAN_ROUTER is not set
35316 +# CONFIG_NET_SCHED is not set
35321 +# CONFIG_NET_PKTGEN is not set
35322 +# CONFIG_HAMRADIO is not set
35323 +# CONFIG_CAN is not set
35324 +# CONFIG_IRDA is not set
35325 +# CONFIG_BT is not set
35326 +# CONFIG_AF_RXRPC is not set
35327 +CONFIG_FIB_RULES=y
35332 +# CONFIG_CFG80211 is not set
35333 +# CONFIG_WIRELESS_EXT is not set
35334 +# CONFIG_MAC80211 is not set
35335 +# CONFIG_IEEE80211 is not set
35336 +# CONFIG_RFKILL is not set
35337 +# CONFIG_NET_9P is not set
35344 +# Generic Driver Options
35346 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
35347 +CONFIG_STANDALONE=y
35348 +CONFIG_PREVENT_FIRMWARE_BUILD=y
35349 +CONFIG_FW_LOADER=y
35350 +# CONFIG_DEBUG_DRIVER is not set
35351 +# CONFIG_DEBUG_DEVRES is not set
35352 +# CONFIG_SYS_HYPERVISOR is not set
35353 +# CONFIG_CONNECTOR is not set
35354 +# CONFIG_MTD is not set
35355 +CONFIG_OF_DEVICE=y
35356 +# CONFIG_PARPORT is not set
35358 +# CONFIG_BLK_DEV_FD is not set
35359 +# CONFIG_BLK_CPQ_DA is not set
35360 +# CONFIG_BLK_CPQ_CISS_DA is not set
35361 +# CONFIG_BLK_DEV_DAC960 is not set
35362 +# CONFIG_BLK_DEV_UMEM is not set
35363 +# CONFIG_BLK_DEV_COW_COMMON is not set
35364 +CONFIG_BLK_DEV_LOOP=y
35365 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
35366 +CONFIG_BLK_DEV_NBD=y
35367 +# CONFIG_BLK_DEV_SX8 is not set
35368 +# CONFIG_BLK_DEV_UB is not set
35369 +CONFIG_BLK_DEV_RAM=y
35370 +CONFIG_BLK_DEV_RAM_COUNT=16
35371 +CONFIG_BLK_DEV_RAM_SIZE=131072
35372 +# CONFIG_BLK_DEV_XIP is not set
35373 +# CONFIG_CDROM_PKTCDVD is not set
35374 +# CONFIG_ATA_OVER_ETH is not set
35375 +CONFIG_MISC_DEVICES=y
35376 +# CONFIG_PHANTOM is not set
35377 +# CONFIG_EEPROM_93CX6 is not set
35378 +# CONFIG_SGI_IOC4 is not set
35379 +# CONFIG_TIFM_CORE is not set
35380 +# CONFIG_ENCLOSURE_SERVICES is not set
35382 +# CONFIG_IDE is not set
35385 +# SCSI device support
35387 +# CONFIG_RAID_ATTRS is not set
35390 +# CONFIG_SCSI_TGT is not set
35391 +# CONFIG_SCSI_NETLINK is not set
35392 +CONFIG_SCSI_PROC_FS=y
35395 +# SCSI support type (disk, tape, CD-ROM)
35397 +CONFIG_BLK_DEV_SD=y
35398 +CONFIG_CHR_DEV_ST=y
35399 +# CONFIG_CHR_DEV_OSST is not set
35400 +CONFIG_BLK_DEV_SR=y
35401 +# CONFIG_BLK_DEV_SR_VENDOR is not set
35402 +CONFIG_CHR_DEV_SG=y
35403 +# CONFIG_CHR_DEV_SCH is not set
35406 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
35408 +CONFIG_SCSI_MULTI_LUN=y
35409 +# CONFIG_SCSI_CONSTANTS is not set
35410 +CONFIG_SCSI_LOGGING=y
35411 +# CONFIG_SCSI_SCAN_ASYNC is not set
35412 +CONFIG_SCSI_WAIT_SCAN=m
35417 +# CONFIG_SCSI_SPI_ATTRS is not set
35418 +# CONFIG_SCSI_FC_ATTRS is not set
35419 +# CONFIG_SCSI_ISCSI_ATTRS is not set
35420 +# CONFIG_SCSI_SAS_LIBSAS is not set
35421 +# CONFIG_SCSI_SRP_ATTRS is not set
35422 +CONFIG_SCSI_LOWLEVEL=y
35423 +# CONFIG_ISCSI_TCP is not set
35424 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
35425 +# CONFIG_SCSI_3W_9XXX is not set
35426 +# CONFIG_SCSI_ACARD is not set
35427 +# CONFIG_SCSI_AACRAID is not set
35428 +# CONFIG_SCSI_AIC7XXX is not set
35429 +# CONFIG_SCSI_AIC7XXX_OLD is not set
35430 +# CONFIG_SCSI_AIC79XX is not set
35431 +# CONFIG_SCSI_AIC94XX is not set
35432 +# CONFIG_SCSI_DPT_I2O is not set
35433 +# CONFIG_SCSI_ADVANSYS is not set
35434 +# CONFIG_SCSI_ARCMSR is not set
35435 +# CONFIG_MEGARAID_NEWGEN is not set
35436 +# CONFIG_MEGARAID_LEGACY is not set
35437 +# CONFIG_MEGARAID_SAS is not set
35438 +# CONFIG_SCSI_HPTIOP is not set
35439 +# CONFIG_SCSI_BUSLOGIC is not set
35440 +# CONFIG_SCSI_DMX3191D is not set
35441 +# CONFIG_SCSI_EATA is not set
35442 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
35443 +# CONFIG_SCSI_GDTH is not set
35444 +# CONFIG_SCSI_IPS is not set
35445 +# CONFIG_SCSI_INITIO is not set
35446 +# CONFIG_SCSI_INIA100 is not set
35447 +# CONFIG_SCSI_MVSAS is not set
35448 +# CONFIG_SCSI_STEX is not set
35449 +# CONFIG_SCSI_SYM53C8XX_2 is not set
35450 +# CONFIG_SCSI_IPR is not set
35451 +# CONFIG_SCSI_QLOGIC_1280 is not set
35452 +# CONFIG_SCSI_QLA_FC is not set
35453 +# CONFIG_SCSI_QLA_ISCSI is not set
35454 +# CONFIG_SCSI_LPFC is not set
35455 +# CONFIG_SCSI_DC395x is not set
35456 +# CONFIG_SCSI_DC390T is not set
35457 +# CONFIG_SCSI_NSP32 is not set
35458 +# CONFIG_SCSI_DEBUG is not set
35459 +# CONFIG_SCSI_SRP is not set
35461 +# CONFIG_ATA_NONSTANDARD is not set
35462 +CONFIG_SATA_AHCI=y
35463 +# CONFIG_SATA_SVW is not set
35464 +# CONFIG_ATA_PIIX is not set
35465 +# CONFIG_SATA_MV is not set
35466 +# CONFIG_SATA_NV is not set
35467 +# CONFIG_PDC_ADMA is not set
35468 +# CONFIG_SATA_QSTOR is not set
35469 +# CONFIG_SATA_PROMISE is not set
35470 +# CONFIG_SATA_SX4 is not set
35471 +# CONFIG_SATA_SIL is not set
35472 +# CONFIG_SATA_SIL24 is not set
35473 +# CONFIG_SATA_SIS is not set
35474 +# CONFIG_SATA_ULI is not set
35475 +# CONFIG_SATA_VIA is not set
35476 +# CONFIG_SATA_VITESSE is not set
35477 +# CONFIG_SATA_INIC162X is not set
35478 +# CONFIG_SATA_FSL is not set
35480 +# CONFIG_PATA_AMD is not set
35481 +# CONFIG_PATA_ARTOP is not set
35482 +# CONFIG_PATA_ATIIXP is not set
35483 +# CONFIG_PATA_CMD640_PCI is not set
35484 +# CONFIG_PATA_CMD64X is not set
35485 +# CONFIG_PATA_CS5520 is not set
35486 +# CONFIG_PATA_CS5530 is not set
35487 +# CONFIG_PATA_CYPRESS is not set
35488 +# CONFIG_PATA_EFAR is not set
35489 +# CONFIG_ATA_GENERIC is not set
35490 +# CONFIG_PATA_HPT366 is not set
35491 +# CONFIG_PATA_HPT37X is not set
35492 +# CONFIG_PATA_HPT3X2N is not set
35493 +# CONFIG_PATA_HPT3X3 is not set
35494 +# CONFIG_PATA_IT821X is not set
35495 +# CONFIG_PATA_IT8213 is not set
35496 +# CONFIG_PATA_JMICRON is not set
35497 +# CONFIG_PATA_TRIFLEX is not set
35498 +# CONFIG_PATA_MARVELL is not set
35499 +# CONFIG_PATA_MPIIX is not set
35500 +# CONFIG_PATA_OLDPIIX is not set
35501 +# CONFIG_PATA_NETCELL is not set
35502 +# CONFIG_PATA_NINJA32 is not set
35503 +# CONFIG_PATA_NS87410 is not set
35504 +# CONFIG_PATA_NS87415 is not set
35505 +# CONFIG_PATA_OPTI is not set
35506 +# CONFIG_PATA_OPTIDMA is not set
35507 +# CONFIG_PATA_PDC_OLD is not set
35508 +# CONFIG_PATA_RADISYS is not set
35509 +# CONFIG_PATA_RZ1000 is not set
35510 +# CONFIG_PATA_SC1200 is not set
35511 +# CONFIG_PATA_SERVERWORKS is not set
35512 +# CONFIG_PATA_PDC2027X is not set
35513 +# CONFIG_PATA_SIL680 is not set
35514 +# CONFIG_PATA_SIS is not set
35515 +# CONFIG_PATA_VIA is not set
35516 +# CONFIG_PATA_WINBOND is not set
35517 +# CONFIG_PATA_PLATFORM is not set
35518 +# CONFIG_MD is not set
35519 +# CONFIG_FUSION is not set
35522 +# IEEE 1394 (FireWire) support
35524 +# CONFIG_FIREWIRE is not set
35525 +# CONFIG_IEEE1394 is not set
35526 +# CONFIG_I2O is not set
35527 +# CONFIG_MACINTOSH_DRIVERS is not set
35528 +CONFIG_NETDEVICES=y
35529 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
35531 +# CONFIG_BONDING is not set
35532 +# CONFIG_MACVLAN is not set
35533 +# CONFIG_EQUALIZER is not set
35534 +# CONFIG_TUN is not set
35535 +# CONFIG_VETH is not set
35536 +# CONFIG_ARCNET is not set
35540 +# MII PHY device drivers
35542 +# CONFIG_MARVELL_PHY is not set
35543 +# CONFIG_DAVICOM_PHY is not set
35544 +# CONFIG_QSEMI_PHY is not set
35545 +# CONFIG_LXT_PHY is not set
35546 +# CONFIG_CICADA_PHY is not set
35547 +CONFIG_VITESSE_PHY=y
35548 +# CONFIG_SMSC_PHY is not set
35549 +# CONFIG_BROADCOM_PHY is not set
35550 +# CONFIG_ICPLUS_PHY is not set
35551 +# CONFIG_REALTEK_PHY is not set
35552 +# CONFIG_FIXED_PHY is not set
35553 +# CONFIG_MDIO_BITBANG is not set
35554 +CONFIG_NET_ETHERNET=y
35556 +# CONFIG_HAPPYMEAL is not set
35557 +# CONFIG_SUNGEM is not set
35558 +# CONFIG_CASSINI is not set
35559 +# CONFIG_NET_VENDOR_3COM is not set
35560 +# CONFIG_NET_TULIP is not set
35561 +# CONFIG_HP100 is not set
35562 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
35563 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
35564 +# CONFIG_IBM_NEW_EMAC_TAH is not set
35565 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
35566 +# CONFIG_NET_PCI is not set
35567 +# CONFIG_B44 is not set
35568 +CONFIG_NETDEV_1000=y
35569 +# CONFIG_ACENIC is not set
35570 +# CONFIG_DL2K is not set
35571 +# CONFIG_E1000 is not set
35572 +# CONFIG_E1000E is not set
35573 +# CONFIG_E1000E_ENABLED is not set
35574 +# CONFIG_IP1000 is not set
35575 +# CONFIG_IGB is not set
35576 +# CONFIG_NS83820 is not set
35577 +# CONFIG_HAMACHI is not set
35578 +# CONFIG_YELLOWFIN is not set
35579 +# CONFIG_R8169 is not set
35580 +# CONFIG_SIS190 is not set
35581 +# CONFIG_SKGE is not set
35582 +# CONFIG_SKY2 is not set
35583 +# CONFIG_SK98LIN is not set
35584 +# CONFIG_VIA_VELOCITY is not set
35585 +# CONFIG_TIGON3 is not set
35586 +# CONFIG_BNX2 is not set
35588 +CONFIG_GFAR_NAPI=y
35589 +# CONFIG_QLA3XXX is not set
35590 +# CONFIG_ATL1 is not set
35591 +CONFIG_NETDEV_10000=y
35592 +# CONFIG_CHELSIO_T1 is not set
35593 +# CONFIG_CHELSIO_T3 is not set
35594 +# CONFIG_IXGBE is not set
35595 +# CONFIG_IXGB is not set
35596 +# CONFIG_S2IO is not set
35597 +# CONFIG_MYRI10GE is not set
35598 +# CONFIG_NETXEN_NIC is not set
35599 +# CONFIG_NIU is not set
35600 +# CONFIG_MLX4_CORE is not set
35601 +# CONFIG_TEHUTI is not set
35602 +# CONFIG_BNX2X is not set
35603 +# CONFIG_TR is not set
35608 +# CONFIG_WLAN_PRE80211 is not set
35609 +# CONFIG_WLAN_80211 is not set
35612 +# USB Network Adapters
35614 +# CONFIG_USB_CATC is not set
35615 +# CONFIG_USB_KAWETH is not set
35616 +# CONFIG_USB_PEGASUS is not set
35617 +# CONFIG_USB_RTL8150 is not set
35618 +# CONFIG_USB_USBNET is not set
35619 +# CONFIG_WAN is not set
35620 +# CONFIG_FDDI is not set
35621 +# CONFIG_HIPPI is not set
35622 +# CONFIG_PPP is not set
35623 +# CONFIG_SLIP is not set
35624 +# CONFIG_NET_FC is not set
35625 +# CONFIG_NETCONSOLE is not set
35626 +# CONFIG_NETPOLL is not set
35627 +# CONFIG_NET_POLL_CONTROLLER is not set
35628 +# CONFIG_ISDN is not set
35629 +# CONFIG_PHONE is not set
35632 +# Input device support
35635 +# CONFIG_INPUT_FF_MEMLESS is not set
35636 +# CONFIG_INPUT_POLLDEV is not set
35639 +# Userland interfaces
35641 +# CONFIG_INPUT_MOUSEDEV is not set
35642 +# CONFIG_INPUT_JOYDEV is not set
35643 +# CONFIG_INPUT_EVDEV is not set
35644 +# CONFIG_INPUT_EVBUG is not set
35647 +# Input Device Drivers
35649 +# CONFIG_INPUT_KEYBOARD is not set
35650 +# CONFIG_INPUT_MOUSE is not set
35651 +# CONFIG_INPUT_JOYSTICK is not set
35652 +# CONFIG_INPUT_TABLET is not set
35653 +# CONFIG_INPUT_TOUCHSCREEN is not set
35654 +# CONFIG_INPUT_MISC is not set
35657 +# Hardware I/O ports
35660 +CONFIG_SERIO_I8042=y
35661 +CONFIG_SERIO_SERPORT=y
35662 +# CONFIG_SERIO_PCIPS2 is not set
35663 +CONFIG_SERIO_LIBPS2=y
35664 +# CONFIG_SERIO_RAW is not set
35665 +# CONFIG_GAMEPORT is not set
35668 +# Character devices
35671 +CONFIG_VT_CONSOLE=y
35672 +CONFIG_HW_CONSOLE=y
35673 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
35674 +# CONFIG_SERIAL_NONSTANDARD is not set
35675 +# CONFIG_NOZOMI is not set
35680 +CONFIG_SERIAL_8250=y
35681 +CONFIG_SERIAL_8250_CONSOLE=y
35682 +CONFIG_SERIAL_8250_PCI=y
35683 +CONFIG_SERIAL_8250_NR_UARTS=2
35684 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
35685 +CONFIG_SERIAL_8250_EXTENDED=y
35686 +CONFIG_SERIAL_8250_MANY_PORTS=y
35687 +CONFIG_SERIAL_8250_SHARE_IRQ=y
35688 +CONFIG_SERIAL_8250_DETECT_IRQ=y
35689 +CONFIG_SERIAL_8250_RSA=y
35692 +# Non-8250 serial port support
35694 +# CONFIG_SERIAL_UARTLITE is not set
35695 +CONFIG_SERIAL_CORE=y
35696 +CONFIG_SERIAL_CORE_CONSOLE=y
35697 +# CONFIG_SERIAL_JSM is not set
35698 +# CONFIG_SERIAL_OF_PLATFORM is not set
35699 +CONFIG_UNIX98_PTYS=y
35700 +CONFIG_LEGACY_PTYS=y
35701 +CONFIG_LEGACY_PTY_COUNT=256
35702 +# CONFIG_IPMI_HANDLER is not set
35703 +# CONFIG_HW_RANDOM is not set
35705 +# CONFIG_GEN_RTC is not set
35706 +# CONFIG_R3964 is not set
35707 +# CONFIG_APPLICOM is not set
35708 +# CONFIG_RAW_DRIVER is not set
35709 +# CONFIG_TCG_TPM is not set
35712 +CONFIG_I2C_BOARDINFO=y
35713 +# CONFIG_I2C_CHARDEV is not set
35718 +# CONFIG_I2C_ALGOBIT is not set
35719 +# CONFIG_I2C_ALGOPCF is not set
35720 +# CONFIG_I2C_ALGOPCA is not set
35723 +# I2C Hardware Bus support
35725 +# CONFIG_I2C_ALI1535 is not set
35726 +# CONFIG_I2C_ALI1563 is not set
35727 +# CONFIG_I2C_ALI15X3 is not set
35728 +# CONFIG_I2C_AMD756 is not set
35729 +# CONFIG_I2C_AMD8111 is not set
35730 +# CONFIG_I2C_I801 is not set
35731 +# CONFIG_I2C_I810 is not set
35732 +# CONFIG_I2C_PIIX4 is not set
35734 +# CONFIG_I2C_NFORCE2 is not set
35735 +# CONFIG_I2C_OCORES is not set
35736 +# CONFIG_I2C_PARPORT_LIGHT is not set
35737 +# CONFIG_I2C_PROSAVAGE is not set
35738 +# CONFIG_I2C_SAVAGE4 is not set
35739 +# CONFIG_I2C_SIMTEC is not set
35740 +# CONFIG_I2C_SIS5595 is not set
35741 +# CONFIG_I2C_SIS630 is not set
35742 +# CONFIG_I2C_SIS96X is not set
35743 +# CONFIG_I2C_TAOS_EVM is not set
35744 +# CONFIG_I2C_STUB is not set
35745 +# CONFIG_I2C_TINY_USB is not set
35746 +# CONFIG_I2C_VIA is not set
35747 +# CONFIG_I2C_VIAPRO is not set
35748 +# CONFIG_I2C_VOODOO3 is not set
35751 +# Miscellaneous I2C Chip support
35753 +# CONFIG_DS1682 is not set
35754 +CONFIG_SENSORS_EEPROM=y
35755 +# CONFIG_SENSORS_PCF8574 is not set
35756 +# CONFIG_PCF8575 is not set
35757 +# CONFIG_SENSORS_PCF8591 is not set
35758 +# CONFIG_TPS65010 is not set
35759 +# CONFIG_SENSORS_MAX6875 is not set
35760 +# CONFIG_SENSORS_TSL2550 is not set
35761 +# CONFIG_I2C_DEBUG_CORE is not set
35762 +# CONFIG_I2C_DEBUG_ALGO is not set
35763 +# CONFIG_I2C_DEBUG_BUS is not set
35764 +# CONFIG_I2C_DEBUG_CHIP is not set
35769 +# CONFIG_SPI is not set
35770 +# CONFIG_SPI_MASTER is not set
35771 +# CONFIG_W1 is not set
35772 +# CONFIG_POWER_SUPPLY is not set
35773 +# CONFIG_HWMON is not set
35774 +# CONFIG_THERMAL is not set
35775 +# CONFIG_WATCHDOG is not set
35778 +# Sonics Silicon Backplane
35780 +CONFIG_SSB_POSSIBLE=y
35781 +# CONFIG_SSB is not set
35784 +# Multifunction device drivers
35786 +# CONFIG_MFD_SM501 is not set
35789 +# Multimedia devices
35791 +# CONFIG_VIDEO_DEV is not set
35793 +# CONFIG_DVB_CORE_ATTACH is not set
35794 +CONFIG_DVB_CAPTURE_DRIVERS=y
35797 +# Supported SAA7146 based PCI Adapters
35799 +# CONFIG_TTPCI_EEPROM is not set
35800 +# CONFIG_DVB_BUDGET_CORE is not set
35803 +# Supported USB Adapters
35805 +# CONFIG_DVB_USB is not set
35806 +# CONFIG_DVB_TTUSB_BUDGET is not set
35807 +# CONFIG_DVB_TTUSB_DEC is not set
35808 +# CONFIG_DVB_CINERGYT2 is not set
35811 +# Supported FlexCopII (B2C2) Adapters
35813 +# CONFIG_DVB_B2C2_FLEXCOP is not set
35816 +# Supported BT878 Adapters
35820 +# Supported Pluto2 Adapters
35822 +# CONFIG_DVB_PLUTO2 is not set
35825 +# Supported DVB Frontends
35829 +# Customise DVB Frontends
35831 +# CONFIG_DVB_FE_CUSTOMISE is not set
35834 +# DVB-S (satellite) frontends
35836 +# CONFIG_DVB_STV0299 is not set
35837 +# CONFIG_DVB_CX24110 is not set
35838 +# CONFIG_DVB_CX24123 is not set
35839 +# CONFIG_DVB_TDA8083 is not set
35840 +# CONFIG_DVB_MT312 is not set
35841 +# CONFIG_DVB_VES1X93 is not set
35842 +# CONFIG_DVB_S5H1420 is not set
35843 +# CONFIG_DVB_TDA10086 is not set
35846 +# DVB-T (terrestrial) frontends
35848 +# CONFIG_DVB_SP8870 is not set
35849 +# CONFIG_DVB_SP887X is not set
35850 +# CONFIG_DVB_CX22700 is not set
35851 +# CONFIG_DVB_CX22702 is not set
35852 +# CONFIG_DVB_L64781 is not set
35853 +# CONFIG_DVB_TDA1004X is not set
35854 +# CONFIG_DVB_NXT6000 is not set
35855 +# CONFIG_DVB_MT352 is not set
35856 +# CONFIG_DVB_ZL10353 is not set
35857 +# CONFIG_DVB_DIB3000MB is not set
35858 +# CONFIG_DVB_DIB3000MC is not set
35859 +# CONFIG_DVB_DIB7000M is not set
35860 +# CONFIG_DVB_DIB7000P is not set
35863 +# DVB-C (cable) frontends
35865 +# CONFIG_DVB_VES1820 is not set
35866 +# CONFIG_DVB_TDA10021 is not set
35867 +# CONFIG_DVB_TDA10023 is not set
35868 +# CONFIG_DVB_STV0297 is not set
35871 +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
35873 +# CONFIG_DVB_NXT200X is not set
35874 +# CONFIG_DVB_OR51211 is not set
35875 +# CONFIG_DVB_OR51132 is not set
35876 +# CONFIG_DVB_BCM3510 is not set
35877 +# CONFIG_DVB_LGDT330X is not set
35878 +# CONFIG_DVB_S5H1409 is not set
35881 +# Tuners/PLL support
35883 +# CONFIG_DVB_PLL is not set
35884 +# CONFIG_DVB_TDA826X is not set
35885 +# CONFIG_DVB_TDA827X is not set
35886 +# CONFIG_DVB_TDA18271 is not set
35887 +# CONFIG_DVB_TUNER_QT1010 is not set
35888 +# CONFIG_DVB_TUNER_MT2060 is not set
35889 +# CONFIG_DVB_TUNER_MT2266 is not set
35890 +# CONFIG_DVB_TUNER_MT2131 is not set
35891 +# CONFIG_DVB_TUNER_DIB0070 is not set
35892 +# CONFIG_DVB_TUNER_XC5000 is not set
35895 +# Miscellaneous devices
35897 +# CONFIG_DVB_LNBP21 is not set
35898 +# CONFIG_DVB_ISL6421 is not set
35899 +# CONFIG_DVB_TUA6100 is not set
35901 +# CONFIG_USB_DABUSB is not set
35904 +# Graphics support
35906 +# CONFIG_AGP is not set
35907 +# CONFIG_DRM is not set
35908 +# CONFIG_VGASTATE is not set
35909 +CONFIG_VIDEO_OUTPUT_CONTROL=y
35910 +# CONFIG_FB is not set
35911 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
35914 +# Display device support
35916 +# CONFIG_DISPLAY_SUPPORT is not set
35919 +# Console display driver support
35921 +CONFIG_VGA_CONSOLE=y
35922 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
35923 +CONFIG_DUMMY_CONSOLE=y
35931 +# Advanced Linux Sound Architecture
35934 +CONFIG_SND_TIMER=y
35936 +# CONFIG_SND_SEQUENCER is not set
35937 +# CONFIG_SND_MIXER_OSS is not set
35938 +# CONFIG_SND_PCM_OSS is not set
35939 +# CONFIG_SND_DYNAMIC_MINORS is not set
35940 +CONFIG_SND_SUPPORT_OLD_API=y
35941 +CONFIG_SND_VERBOSE_PROCFS=y
35942 +# CONFIG_SND_VERBOSE_PRINTK is not set
35943 +# CONFIG_SND_DEBUG is not set
35948 +CONFIG_SND_AC97_CODEC=y
35949 +# CONFIG_SND_DUMMY is not set
35950 +# CONFIG_SND_MTPAV is not set
35951 +# CONFIG_SND_SERIAL_U16550 is not set
35952 +# CONFIG_SND_MPU401 is not set
35957 +# CONFIG_SND_AD1889 is not set
35958 +# CONFIG_SND_ALS300 is not set
35959 +# CONFIG_SND_ALS4000 is not set
35960 +# CONFIG_SND_ALI5451 is not set
35961 +# CONFIG_SND_ATIIXP is not set
35962 +# CONFIG_SND_ATIIXP_MODEM is not set
35963 +# CONFIG_SND_AU8810 is not set
35964 +# CONFIG_SND_AU8820 is not set
35965 +# CONFIG_SND_AU8830 is not set
35966 +# CONFIG_SND_AZT3328 is not set
35967 +# CONFIG_SND_BT87X is not set
35968 +# CONFIG_SND_CA0106 is not set
35969 +# CONFIG_SND_CMIPCI is not set
35970 +# CONFIG_SND_OXYGEN is not set
35971 +# CONFIG_SND_CS4281 is not set
35972 +# CONFIG_SND_CS46XX is not set
35973 +# CONFIG_SND_CS5530 is not set
35974 +# CONFIG_SND_DARLA20 is not set
35975 +# CONFIG_SND_GINA20 is not set
35976 +# CONFIG_SND_LAYLA20 is not set
35977 +# CONFIG_SND_DARLA24 is not set
35978 +# CONFIG_SND_GINA24 is not set
35979 +# CONFIG_SND_LAYLA24 is not set
35980 +# CONFIG_SND_MONA is not set
35981 +# CONFIG_SND_MIA is not set
35982 +# CONFIG_SND_ECHO3G is not set
35983 +# CONFIG_SND_INDIGO is not set
35984 +# CONFIG_SND_INDIGOIO is not set
35985 +# CONFIG_SND_INDIGODJ is not set
35986 +# CONFIG_SND_EMU10K1 is not set
35987 +# CONFIG_SND_EMU10K1X is not set
35988 +# CONFIG_SND_ENS1370 is not set
35989 +# CONFIG_SND_ENS1371 is not set
35990 +# CONFIG_SND_ES1938 is not set
35991 +# CONFIG_SND_ES1968 is not set
35992 +# CONFIG_SND_FM801 is not set
35993 +# CONFIG_SND_HDA_INTEL is not set
35994 +# CONFIG_SND_HDSP is not set
35995 +# CONFIG_SND_HDSPM is not set
35996 +# CONFIG_SND_HIFIER is not set
35997 +# CONFIG_SND_ICE1712 is not set
35998 +# CONFIG_SND_ICE1724 is not set
35999 +CONFIG_SND_INTEL8X0=y
36000 +# CONFIG_SND_INTEL8X0M is not set
36001 +# CONFIG_SND_KORG1212 is not set
36002 +# CONFIG_SND_MAESTRO3 is not set
36003 +# CONFIG_SND_MIXART is not set
36004 +# CONFIG_SND_NM256 is not set
36005 +# CONFIG_SND_PCXHR is not set
36006 +# CONFIG_SND_RIPTIDE is not set
36007 +# CONFIG_SND_RME32 is not set
36008 +# CONFIG_SND_RME96 is not set
36009 +# CONFIG_SND_RME9652 is not set
36010 +# CONFIG_SND_SONICVIBES is not set
36011 +# CONFIG_SND_TRIDENT is not set
36012 +# CONFIG_SND_VIA82XX is not set
36013 +# CONFIG_SND_VIA82XX_MODEM is not set
36014 +# CONFIG_SND_VIRTUOSO is not set
36015 +# CONFIG_SND_VX222 is not set
36016 +# CONFIG_SND_YMFPCI is not set
36017 +# CONFIG_SND_AC97_POWER_SAVE is not set
36020 +# ALSA PowerMac devices
36024 +# ALSA PowerPC devices
36030 +# CONFIG_SND_USB_AUDIO is not set
36031 +# CONFIG_SND_USB_USX2Y is not set
36032 +# CONFIG_SND_USB_CAIAQ is not set
36035 +# System on Chip audio support
36037 +# CONFIG_SND_SOC is not set
36040 +# SoC Audio support for SuperH
36044 +# ALSA SoC audio for Freescale SOCs
36048 +# Open Sound System
36050 +# CONFIG_SOUND_PRIME is not set
36052 +CONFIG_HID_SUPPORT=y
36054 +# CONFIG_HID_DEBUG is not set
36055 +# CONFIG_HIDRAW is not set
36058 +# USB Input Devices
36061 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
36062 +# CONFIG_HID_FF is not set
36063 +# CONFIG_USB_HIDDEV is not set
36064 +CONFIG_USB_SUPPORT=y
36065 +CONFIG_USB_ARCH_HAS_HCD=y
36066 +CONFIG_USB_ARCH_HAS_OHCI=y
36067 +CONFIG_USB_ARCH_HAS_EHCI=y
36069 +# CONFIG_USB_DEBUG is not set
36070 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
36073 +# Miscellaneous USB options
36075 +CONFIG_USB_DEVICEFS=y
36076 +CONFIG_USB_DEVICE_CLASS=y
36077 +# CONFIG_USB_DYNAMIC_MINORS is not set
36078 +# CONFIG_USB_OTG is not set
36081 +# USB Host Controller Drivers
36083 +CONFIG_USB_EHCI_HCD=y
36084 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
36085 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
36086 +# CONFIG_USB_EHCI_FSL is not set
36087 +CONFIG_USB_EHCI_HCD_PPC_OF=y
36088 +# CONFIG_USB_ISP116X_HCD is not set
36089 +CONFIG_USB_OHCI_HCD=y
36090 +CONFIG_USB_OHCI_HCD_PPC_OF=y
36091 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
36092 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
36093 +CONFIG_USB_OHCI_HCD_PCI=y
36094 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
36095 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
36096 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
36097 +# CONFIG_USB_UHCI_HCD is not set
36098 +# CONFIG_USB_SL811_HCD is not set
36099 +# CONFIG_USB_R8A66597_HCD is not set
36102 +# USB Device Class drivers
36104 +# CONFIG_USB_ACM is not set
36105 +# CONFIG_USB_PRINTER is not set
36108 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
36112 +# may also be needed; see USB_STORAGE Help for more information
36114 +CONFIG_USB_STORAGE=y
36115 +# CONFIG_USB_STORAGE_DEBUG is not set
36116 +# CONFIG_USB_STORAGE_DATAFAB is not set
36117 +# CONFIG_USB_STORAGE_FREECOM is not set
36118 +# CONFIG_USB_STORAGE_ISD200 is not set
36119 +# CONFIG_USB_STORAGE_DPCM is not set
36120 +# CONFIG_USB_STORAGE_USBAT is not set
36121 +# CONFIG_USB_STORAGE_SDDR09 is not set
36122 +# CONFIG_USB_STORAGE_SDDR55 is not set
36123 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
36124 +# CONFIG_USB_STORAGE_ALAUDA is not set
36125 +# CONFIG_USB_STORAGE_KARMA is not set
36126 +# CONFIG_USB_LIBUSUAL is not set
36129 +# USB Imaging devices
36131 +# CONFIG_USB_MDC800 is not set
36132 +# CONFIG_USB_MICROTEK is not set
36136 +# USB port drivers
36138 +# CONFIG_USB_SERIAL is not set
36141 +# USB Miscellaneous drivers
36143 +# CONFIG_USB_EMI62 is not set
36144 +# CONFIG_USB_EMI26 is not set
36145 +# CONFIG_USB_ADUTUX is not set
36146 +# CONFIG_USB_AUERSWALD is not set
36147 +# CONFIG_USB_RIO500 is not set
36148 +# CONFIG_USB_LEGOTOWER is not set
36149 +# CONFIG_USB_LCD is not set
36150 +# CONFIG_USB_BERRY_CHARGE is not set
36151 +# CONFIG_USB_LED is not set
36152 +# CONFIG_USB_CYPRESS_CY7C63 is not set
36153 +# CONFIG_USB_CYTHERM is not set
36154 +# CONFIG_USB_PHIDGET is not set
36155 +# CONFIG_USB_IDMOUSE is not set
36156 +# CONFIG_USB_FTDI_ELAN is not set
36157 +# CONFIG_USB_APPLEDISPLAY is not set
36158 +# CONFIG_USB_SISUSBVGA is not set
36159 +# CONFIG_USB_LD is not set
36160 +# CONFIG_USB_TRANCEVIBRATOR is not set
36161 +# CONFIG_USB_IOWARRIOR is not set
36162 +# CONFIG_USB_TEST is not set
36163 +# CONFIG_USB_GADGET is not set
36164 +# CONFIG_MMC is not set
36165 +# CONFIG_MEMSTICK is not set
36166 +# CONFIG_NEW_LEDS is not set
36167 +# CONFIG_INFINIBAND is not set
36168 +# CONFIG_EDAC is not set
36170 +CONFIG_RTC_CLASS=y
36171 +CONFIG_RTC_HCTOSYS=y
36172 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
36173 +# CONFIG_RTC_DEBUG is not set
36178 +CONFIG_RTC_INTF_SYSFS=y
36179 +CONFIG_RTC_INTF_PROC=y
36180 +CONFIG_RTC_INTF_DEV=y
36181 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
36182 +# CONFIG_RTC_DRV_TEST is not set
36187 +# CONFIG_RTC_DRV_DS1307 is not set
36188 +# CONFIG_RTC_DRV_DS1374 is not set
36189 +# CONFIG_RTC_DRV_DS1672 is not set
36190 +# CONFIG_RTC_DRV_MAX6900 is not set
36191 +# CONFIG_RTC_DRV_RS5C372 is not set
36192 +# CONFIG_RTC_DRV_ISL1208 is not set
36193 +# CONFIG_RTC_DRV_X1205 is not set
36194 +# CONFIG_RTC_DRV_PCF8563 is not set
36195 +# CONFIG_RTC_DRV_PCF8583 is not set
36196 +# CONFIG_RTC_DRV_M41T80 is not set
36197 +# CONFIG_RTC_DRV_S35390A is not set
36204 +# Platform RTC drivers
36206 +CONFIG_RTC_DRV_CMOS=y
36207 +# CONFIG_RTC_DRV_DS1511 is not set
36208 +# CONFIG_RTC_DRV_DS1553 is not set
36209 +# CONFIG_RTC_DRV_DS1742 is not set
36210 +# CONFIG_RTC_DRV_STK17TA8 is not set
36211 +# CONFIG_RTC_DRV_M48T86 is not set
36212 +# CONFIG_RTC_DRV_M48T59 is not set
36213 +# CONFIG_RTC_DRV_V3020 is not set
36216 +# on-CPU RTC drivers
36218 +CONFIG_DMADEVICES=y
36224 +# CONFIG_FSL_DMA_SELFTEST is not set
36225 +CONFIG_DMA_ENGINE=y
36230 +# CONFIG_NET_DMA is not set
36235 +# CONFIG_UIO is not set
36241 +# CONFIG_EXT2_FS_XATTR is not set
36242 +# CONFIG_EXT2_FS_XIP is not set
36244 +CONFIG_EXT3_FS_XATTR=y
36245 +# CONFIG_EXT3_FS_POSIX_ACL is not set
36246 +# CONFIG_EXT3_FS_SECURITY is not set
36247 +# CONFIG_EXT4DEV_FS is not set
36249 +CONFIG_FS_MBCACHE=y
36250 +# CONFIG_REISERFS_FS is not set
36251 +# CONFIG_JFS_FS is not set
36252 +# CONFIG_FS_POSIX_ACL is not set
36253 +# CONFIG_XFS_FS is not set
36254 +# CONFIG_GFS2_FS is not set
36255 +# CONFIG_OCFS2_FS is not set
36258 +CONFIG_INOTIFY_USER=y
36259 +# CONFIG_QUOTA is not set
36260 +# CONFIG_AUTOFS_FS is not set
36261 +# CONFIG_AUTOFS4_FS is not set
36262 +# CONFIG_FUSE_FS is not set
36265 +# CD-ROM/DVD Filesystems
36267 +CONFIG_ISO9660_FS=m
36274 +# DOS/FAT/NT Filesystems
36279 +CONFIG_FAT_DEFAULT_CODEPAGE=437
36280 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
36282 +# CONFIG_NTFS_DEBUG is not set
36283 +# CONFIG_NTFS_RW is not set
36286 +# Pseudo filesystems
36289 +CONFIG_PROC_KCORE=y
36290 +CONFIG_PROC_SYSCTL=y
36293 +# CONFIG_TMPFS_POSIX_ACL is not set
36294 +# CONFIG_HUGETLB_PAGE is not set
36295 +# CONFIG_CONFIGFS_FS is not set
36298 +# Miscellaneous filesystems
36301 +# CONFIG_ADFS_FS_RW is not set
36304 +CONFIG_HFSPLUS_FS=m
36306 +# CONFIG_BEFS_DEBUG is not set
36311 +# CONFIG_MINIX_FS is not set
36313 +CONFIG_QNX4FS_FS=m
36314 +# CONFIG_ROMFS_FS is not set
36317 +# CONFIG_UFS_FS_WRITE is not set
36318 +# CONFIG_UFS_DEBUG is not set
36319 +CONFIG_NETWORK_FILESYSTEMS=y
36322 +# CONFIG_NFS_V3_ACL is not set
36324 +# CONFIG_NFS_DIRECTIO is not set
36326 +# CONFIG_NFSD_V3 is not set
36332 +CONFIG_NFS_COMMON=y
36334 +CONFIG_SUNRPC_GSS=y
36335 +# CONFIG_SUNRPC_BIND34 is not set
36336 +CONFIG_RPCSEC_GSS_KRB5=y
36337 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
36338 +# CONFIG_SMB_FS is not set
36339 +# CONFIG_CIFS is not set
36340 +# CONFIG_NCP_FS is not set
36341 +# CONFIG_CODA_FS is not set
36342 +# CONFIG_AFS_FS is not set
36347 +CONFIG_PARTITION_ADVANCED=y
36348 +# CONFIG_ACORN_PARTITION is not set
36349 +# CONFIG_OSF_PARTITION is not set
36350 +# CONFIG_AMIGA_PARTITION is not set
36351 +# CONFIG_ATARI_PARTITION is not set
36352 +CONFIG_MAC_PARTITION=y
36353 +CONFIG_MSDOS_PARTITION=y
36354 +# CONFIG_BSD_DISKLABEL is not set
36355 +# CONFIG_MINIX_SUBPARTITION is not set
36356 +# CONFIG_SOLARIS_X86_PARTITION is not set
36357 +# CONFIG_UNIXWARE_DISKLABEL is not set
36358 +# CONFIG_LDM_PARTITION is not set
36359 +# CONFIG_SGI_PARTITION is not set
36360 +# CONFIG_ULTRIX_PARTITION is not set
36361 +# CONFIG_SUN_PARTITION is not set
36362 +# CONFIG_KARMA_PARTITION is not set
36363 +# CONFIG_EFI_PARTITION is not set
36364 +# CONFIG_SYSV68_PARTITION is not set
36366 +CONFIG_NLS_DEFAULT="iso8859-1"
36367 +# CONFIG_NLS_CODEPAGE_437 is not set
36368 +# CONFIG_NLS_CODEPAGE_737 is not set
36369 +# CONFIG_NLS_CODEPAGE_775 is not set
36370 +# CONFIG_NLS_CODEPAGE_850 is not set
36371 +# CONFIG_NLS_CODEPAGE_852 is not set
36372 +# CONFIG_NLS_CODEPAGE_855 is not set
36373 +# CONFIG_NLS_CODEPAGE_857 is not set
36374 +# CONFIG_NLS_CODEPAGE_860 is not set
36375 +# CONFIG_NLS_CODEPAGE_861 is not set
36376 +# CONFIG_NLS_CODEPAGE_862 is not set
36377 +# CONFIG_NLS_CODEPAGE_863 is not set
36378 +# CONFIG_NLS_CODEPAGE_864 is not set
36379 +# CONFIG_NLS_CODEPAGE_865 is not set
36380 +# CONFIG_NLS_CODEPAGE_866 is not set
36381 +# CONFIG_NLS_CODEPAGE_869 is not set
36382 +# CONFIG_NLS_CODEPAGE_936 is not set
36383 +# CONFIG_NLS_CODEPAGE_950 is not set
36384 +# CONFIG_NLS_CODEPAGE_932 is not set
36385 +# CONFIG_NLS_CODEPAGE_949 is not set
36386 +# CONFIG_NLS_CODEPAGE_874 is not set
36387 +# CONFIG_NLS_ISO8859_8 is not set
36388 +# CONFIG_NLS_CODEPAGE_1250 is not set
36389 +# CONFIG_NLS_CODEPAGE_1251 is not set
36390 +# CONFIG_NLS_ASCII is not set
36391 +# CONFIG_NLS_ISO8859_1 is not set
36392 +# CONFIG_NLS_ISO8859_2 is not set
36393 +# CONFIG_NLS_ISO8859_3 is not set
36394 +# CONFIG_NLS_ISO8859_4 is not set
36395 +# CONFIG_NLS_ISO8859_5 is not set
36396 +# CONFIG_NLS_ISO8859_6 is not set
36397 +# CONFIG_NLS_ISO8859_7 is not set
36398 +# CONFIG_NLS_ISO8859_9 is not set
36399 +# CONFIG_NLS_ISO8859_13 is not set
36400 +# CONFIG_NLS_ISO8859_14 is not set
36401 +# CONFIG_NLS_ISO8859_15 is not set
36402 +# CONFIG_NLS_KOI8_R is not set
36403 +# CONFIG_NLS_KOI8_U is not set
36405 +# CONFIG_DLM is not set
36408 +# Library routines
36410 +CONFIG_BITREVERSE=y
36411 +# CONFIG_CRC_CCITT is not set
36412 +# CONFIG_CRC16 is not set
36413 +# CONFIG_CRC_ITU_T is not set
36415 +# CONFIG_CRC7 is not set
36416 +CONFIG_LIBCRC32C=m
36417 +CONFIG_ZLIB_INFLATE=y
36419 +CONFIG_HAS_IOMEM=y
36420 +CONFIG_HAS_IOPORT=y
36427 +# CONFIG_PRINTK_TIME is not set
36428 +CONFIG_ENABLE_WARN_DEPRECATED=y
36429 +CONFIG_ENABLE_MUST_CHECK=y
36430 +# CONFIG_MAGIC_SYSRQ is not set
36431 +# CONFIG_UNUSED_SYMBOLS is not set
36432 +# CONFIG_DEBUG_FS is not set
36433 +# CONFIG_HEADERS_CHECK is not set
36434 +CONFIG_DEBUG_KERNEL=y
36435 +# CONFIG_DEBUG_SHIRQ is not set
36436 +CONFIG_DETECT_SOFTLOCKUP=y
36437 +CONFIG_SCHED_DEBUG=y
36438 +# CONFIG_SCHEDSTATS is not set
36439 +# CONFIG_TIMER_STATS is not set
36440 +# CONFIG_SLUB_DEBUG_ON is not set
36441 +# CONFIG_SLUB_STATS is not set
36442 +# CONFIG_DEBUG_RT_MUTEXES is not set
36443 +# CONFIG_RT_MUTEX_TESTER is not set
36444 +# CONFIG_DEBUG_SPINLOCK is not set
36445 +# CONFIG_DEBUG_MUTEXES is not set
36446 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
36447 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
36448 +# CONFIG_DEBUG_KOBJECT is not set
36449 +# CONFIG_DEBUG_HIGHMEM is not set
36450 +# CONFIG_DEBUG_BUGVERBOSE is not set
36451 +CONFIG_DEBUG_INFO=y
36452 +# CONFIG_DEBUG_VM is not set
36453 +# CONFIG_DEBUG_LIST is not set
36454 +# CONFIG_DEBUG_SG is not set
36455 +# CONFIG_BOOT_PRINTK_DELAY is not set
36456 +# CONFIG_RCU_TORTURE_TEST is not set
36457 +# CONFIG_BACKTRACE_SELF_TEST is not set
36458 +# CONFIG_FAULT_INJECTION is not set
36459 +# CONFIG_SAMPLES is not set
36460 +# CONFIG_DEBUG_STACKOVERFLOW is not set
36461 +# CONFIG_DEBUG_STACK_USAGE is not set
36462 +# CONFIG_DEBUG_PAGEALLOC is not set
36463 +# CONFIG_DEBUGGER is not set
36464 +# CONFIG_BDI_SWITCH is not set
36465 +# CONFIG_PPC_EARLY_DEBUG is not set
36468 +# Security options
36470 +# CONFIG_KEYS is not set
36471 +# CONFIG_SECURITY is not set
36472 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
36474 +CONFIG_CRYPTO_ALGAPI=y
36475 +CONFIG_CRYPTO_BLKCIPHER=y
36476 +# CONFIG_CRYPTO_SEQIV is not set
36477 +CONFIG_CRYPTO_HASH=y
36478 +CONFIG_CRYPTO_MANAGER=y
36479 +CONFIG_CRYPTO_HMAC=y
36480 +# CONFIG_CRYPTO_XCBC is not set
36481 +# CONFIG_CRYPTO_NULL is not set
36482 +# CONFIG_CRYPTO_MD4 is not set
36483 +CONFIG_CRYPTO_MD5=y
36484 +CONFIG_CRYPTO_SHA1=m
36485 +# CONFIG_CRYPTO_SHA256 is not set
36486 +# CONFIG_CRYPTO_SHA512 is not set
36487 +# CONFIG_CRYPTO_WP512 is not set
36488 +# CONFIG_CRYPTO_TGR192 is not set
36489 +# CONFIG_CRYPTO_GF128MUL is not set
36490 +# CONFIG_CRYPTO_ECB is not set
36491 +CONFIG_CRYPTO_CBC=y
36492 +CONFIG_CRYPTO_PCBC=m
36493 +# CONFIG_CRYPTO_LRW is not set
36494 +# CONFIG_CRYPTO_XTS is not set
36495 +# CONFIG_CRYPTO_CTR is not set
36496 +# CONFIG_CRYPTO_GCM is not set
36497 +# CONFIG_CRYPTO_CCM is not set
36498 +# CONFIG_CRYPTO_CRYPTD is not set
36499 +CONFIG_CRYPTO_DES=y
36500 +# CONFIG_CRYPTO_FCRYPT is not set
36501 +# CONFIG_CRYPTO_BLOWFISH is not set
36502 +# CONFIG_CRYPTO_TWOFISH is not set
36503 +# CONFIG_CRYPTO_SERPENT is not set
36504 +# CONFIG_CRYPTO_AES is not set
36505 +# CONFIG_CRYPTO_CAST5 is not set
36506 +# CONFIG_CRYPTO_CAST6 is not set
36507 +# CONFIG_CRYPTO_TEA is not set
36508 +# CONFIG_CRYPTO_ARC4 is not set
36509 +# CONFIG_CRYPTO_KHAZAD is not set
36510 +# CONFIG_CRYPTO_ANUBIS is not set
36511 +# CONFIG_CRYPTO_SEED is not set
36512 +# CONFIG_CRYPTO_SALSA20 is not set
36513 +# CONFIG_CRYPTO_DEFLATE is not set
36514 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
36515 +# CONFIG_CRYPTO_CRC32C is not set
36516 +# CONFIG_CRYPTO_CAMELLIA is not set
36517 +# CONFIG_CRYPTO_TEST is not set
36518 +# CONFIG_CRYPTO_AUTHENC is not set
36519 +# CONFIG_CRYPTO_LZO is not set
36520 +CONFIG_CRYPTO_HW=y
36521 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
36522 +# CONFIG_PPC_CLOCK is not set
36524 +++ b/arch/powerpc/configs/85xx/mpc8560_ads_defconfig
36527 +# Automatically generated make config: don't edit
36528 +# Linux kernel version: 2.6.25-rc6
36529 +# Mon Mar 24 08:48:27 2008
36531 +# CONFIG_PPC64 is not set
36534 +# Processor support
36536 +# CONFIG_6xx is not set
36538 +# CONFIG_PPC_8xx is not set
36539 +# CONFIG_40x is not set
36540 +# CONFIG_44x is not set
36541 +# CONFIG_E200 is not set
36544 +CONFIG_FSL_BOOKE=y
36545 +CONFIG_FSL_EMB_PERFMON=y
36546 +# CONFIG_PHYS_64BIT is not set
36548 +# CONFIG_PPC_MM_SLICES is not set
36550 +CONFIG_WORD_SIZE=32
36551 +CONFIG_PPC_MERGE=y
36553 +CONFIG_GENERIC_CMOS_UPDATE=y
36554 +CONFIG_GENERIC_TIME=y
36555 +CONFIG_GENERIC_TIME_VSYSCALL=y
36556 +CONFIG_GENERIC_CLOCKEVENTS=y
36557 +CONFIG_GENERIC_HARDIRQS=y
36558 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
36559 +CONFIG_IRQ_PER_CPU=y
36560 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
36561 +CONFIG_ARCH_HAS_ILOG2_U32=y
36562 +CONFIG_GENERIC_HWEIGHT=y
36563 +CONFIG_GENERIC_CALIBRATE_DELAY=y
36564 +CONFIG_GENERIC_FIND_NEXT_BIT=y
36565 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
36567 +CONFIG_EARLY_PRINTK=y
36568 +CONFIG_GENERIC_NVRAM=y
36569 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
36570 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
36573 +CONFIG_PPC_UDBG_16550=y
36574 +# CONFIG_GENERIC_TBSYNC is not set
36575 +CONFIG_AUDIT_ARCH=y
36576 +CONFIG_GENERIC_BUG=y
36577 +CONFIG_DEFAULT_UIMAGE=y
36578 +# CONFIG_PPC_DCR_NATIVE is not set
36579 +# CONFIG_PPC_DCR_MMIO is not set
36580 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
36585 +CONFIG_EXPERIMENTAL=y
36586 +CONFIG_BROKEN_ON_SMP=y
36587 +CONFIG_INIT_ENV_ARG_LIMIT=32
36588 +CONFIG_LOCALVERSION=""
36589 +CONFIG_LOCALVERSION_AUTO=y
36592 +CONFIG_SYSVIPC_SYSCTL=y
36593 +# CONFIG_POSIX_MQUEUE is not set
36594 +# CONFIG_BSD_PROCESS_ACCT is not set
36595 +# CONFIG_TASKSTATS is not set
36596 +# CONFIG_AUDIT is not set
36597 +# CONFIG_IKCONFIG is not set
36598 +CONFIG_LOG_BUF_SHIFT=14
36599 +# CONFIG_CGROUPS is not set
36600 +CONFIG_GROUP_SCHED=y
36601 +# CONFIG_FAIR_GROUP_SCHED is not set
36602 +# CONFIG_RT_GROUP_SCHED is not set
36603 +CONFIG_USER_SCHED=y
36604 +# CONFIG_CGROUP_SCHED is not set
36605 +CONFIG_SYSFS_DEPRECATED=y
36606 +CONFIG_SYSFS_DEPRECATED_V2=y
36607 +# CONFIG_RELAY is not set
36608 +# CONFIG_NAMESPACES is not set
36609 +CONFIG_BLK_DEV_INITRD=y
36610 +CONFIG_INITRAMFS_SOURCE=""
36611 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
36614 +CONFIG_SYSCTL_SYSCALL=y
36616 +# CONFIG_KALLSYMS_ALL is not set
36617 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
36622 +CONFIG_COMPAT_BRK=y
36623 +CONFIG_BASE_FULL=y
36625 +CONFIG_ANON_INODES=y
36631 +CONFIG_VM_EVENT_COUNTERS=y
36632 +CONFIG_SLUB_DEBUG=y
36633 +# CONFIG_SLAB is not set
36635 +# CONFIG_SLOB is not set
36636 +# CONFIG_PROFILING is not set
36637 +# CONFIG_MARKERS is not set
36638 +CONFIG_HAVE_OPROFILE=y
36639 +CONFIG_HAVE_KPROBES=y
36640 +CONFIG_HAVE_KRETPROBES=y
36641 +CONFIG_PROC_PAGE_MONITOR=y
36643 +CONFIG_RT_MUTEXES=y
36644 +# CONFIG_TINY_SHMEM is not set
36645 +CONFIG_BASE_SMALL=0
36646 +# CONFIG_MODULES is not set
36648 +# CONFIG_LBD is not set
36649 +# CONFIG_BLK_DEV_IO_TRACE is not set
36650 +# CONFIG_LSF is not set
36651 +# CONFIG_BLK_DEV_BSG is not set
36656 +CONFIG_IOSCHED_NOOP=y
36657 +CONFIG_IOSCHED_AS=y
36658 +CONFIG_IOSCHED_DEADLINE=y
36659 +CONFIG_IOSCHED_CFQ=y
36660 +CONFIG_DEFAULT_AS=y
36661 +# CONFIG_DEFAULT_DEADLINE is not set
36662 +# CONFIG_DEFAULT_CFQ is not set
36663 +# CONFIG_DEFAULT_NOOP is not set
36664 +CONFIG_DEFAULT_IOSCHED="anticipatory"
36665 +CONFIG_CLASSIC_RCU=y
36668 +# Platform support
36670 +# CONFIG_PPC_MPC512x is not set
36671 +# CONFIG_PPC_MPC5121 is not set
36672 +# CONFIG_PPC_CELL is not set
36673 +# CONFIG_PPC_CELL_NATIVE is not set
36674 +# CONFIG_PQ2ADS is not set
36676 +# CONFIG_MPC8540_ADS is not set
36677 +CONFIG_MPC8560_ADS=y
36678 +# CONFIG_MPC85xx_CDS is not set
36679 +# CONFIG_MPC85xx_MDS is not set
36680 +# CONFIG_MPC85xx_DS is not set
36681 +# CONFIG_STX_GP3 is not set
36682 +# CONFIG_TQM8540 is not set
36683 +# CONFIG_TQM8541 is not set
36684 +# CONFIG_TQM8555 is not set
36685 +# CONFIG_TQM8560 is not set
36686 +# CONFIG_SBC8548 is not set
36687 +# CONFIG_SBC8560 is not set
36688 +# CONFIG_IPIC is not set
36690 +# CONFIG_MPIC_WEIRD is not set
36691 +# CONFIG_PPC_I8259 is not set
36692 +# CONFIG_PPC_RTAS is not set
36693 +# CONFIG_MMIO_NVRAM is not set
36694 +# CONFIG_PPC_MPC106 is not set
36695 +# CONFIG_PPC_970_NAP is not set
36696 +# CONFIG_PPC_INDIRECT_IO is not set
36697 +# CONFIG_GENERIC_IOMAP is not set
36698 +# CONFIG_CPU_FREQ is not set
36700 +CONFIG_PPC_CPM_NEW_BINDING=y
36701 +# CONFIG_FSL_ULI1575 is not set
36707 +# CONFIG_HIGHMEM is not set
36708 +# CONFIG_TICK_ONESHOT is not set
36709 +# CONFIG_NO_HZ is not set
36710 +# CONFIG_HIGH_RES_TIMERS is not set
36711 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
36712 +# CONFIG_HZ_100 is not set
36714 +# CONFIG_HZ_300 is not set
36715 +# CONFIG_HZ_1000 is not set
36717 +# CONFIG_SCHED_HRTICK is not set
36718 +CONFIG_PREEMPT_NONE=y
36719 +# CONFIG_PREEMPT_VOLUNTARY is not set
36720 +# CONFIG_PREEMPT is not set
36721 +CONFIG_BINFMT_ELF=y
36722 +CONFIG_BINFMT_MISC=y
36723 +CONFIG_MATH_EMULATION=y
36724 +# CONFIG_IOMMU_HELPER is not set
36725 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
36726 +CONFIG_ARCH_HAS_WALK_MEMORY=y
36727 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
36728 +CONFIG_ARCH_FLATMEM_ENABLE=y
36729 +CONFIG_ARCH_POPULATES_NODE_MAP=y
36730 +CONFIG_SELECT_MEMORY_MODEL=y
36731 +CONFIG_FLATMEM_MANUAL=y
36732 +# CONFIG_DISCONTIGMEM_MANUAL is not set
36733 +# CONFIG_SPARSEMEM_MANUAL is not set
36735 +CONFIG_FLAT_NODE_MEM_MAP=y
36736 +# CONFIG_SPARSEMEM_STATIC is not set
36737 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
36738 +CONFIG_SPLIT_PTLOCK_CPUS=4
36739 +# CONFIG_RESOURCES_64BIT is not set
36740 +CONFIG_ZONE_DMA_FLAG=1
36742 +CONFIG_VIRT_TO_BUS=y
36743 +# CONFIG_PROC_DEVICETREE is not set
36744 +# CONFIG_CMDLINE_BOOL is not set
36745 +# CONFIG_PM is not set
36746 +# CONFIG_SECCOMP is not set
36747 +CONFIG_ISA_DMA_API=y
36753 +CONFIG_PPC_INDIRECT_PCI=y
36757 +CONFIG_PCI_DOMAINS=y
36758 +CONFIG_PCI_SYSCALL=y
36759 +# CONFIG_PCIEPORTBUS is not set
36760 +CONFIG_ARCH_SUPPORTS_MSI=y
36761 +# CONFIG_PCI_MSI is not set
36762 +CONFIG_PCI_LEGACY=y
36763 +CONFIG_PCI_DEBUG=y
36764 +# CONFIG_PCCARD is not set
36765 +# CONFIG_HOTPLUG_PCI is not set
36770 +# CONFIG_ADVANCED_OPTIONS is not set
36773 +# Default settings for advanced configuration options are used
36775 +CONFIG_HIGHMEM_START=0xfe000000
36776 +CONFIG_LOWMEM_SIZE=0x30000000
36777 +CONFIG_KERNEL_START=0xc0000000
36778 +CONFIG_TASK_SIZE=0xc0000000
36779 +CONFIG_BOOT_LOAD=0x00800000
36787 +# Networking options
36790 +# CONFIG_PACKET_MMAP is not set
36793 +# CONFIG_XFRM_USER is not set
36794 +# CONFIG_XFRM_SUB_POLICY is not set
36795 +# CONFIG_XFRM_MIGRATE is not set
36796 +# CONFIG_XFRM_STATISTICS is not set
36797 +# CONFIG_NET_KEY is not set
36799 +CONFIG_IP_MULTICAST=y
36800 +# CONFIG_IP_ADVANCED_ROUTER is not set
36801 +CONFIG_IP_FIB_HASH=y
36803 +CONFIG_IP_PNP_DHCP=y
36804 +CONFIG_IP_PNP_BOOTP=y
36805 +# CONFIG_IP_PNP_RARP is not set
36806 +# CONFIG_NET_IPIP is not set
36807 +# CONFIG_NET_IPGRE is not set
36808 +# CONFIG_IP_MROUTE is not set
36809 +# CONFIG_ARPD is not set
36810 +CONFIG_SYN_COOKIES=y
36811 +# CONFIG_INET_AH is not set
36812 +# CONFIG_INET_ESP is not set
36813 +# CONFIG_INET_IPCOMP is not set
36814 +# CONFIG_INET_XFRM_TUNNEL is not set
36815 +# CONFIG_INET_TUNNEL is not set
36816 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
36817 +CONFIG_INET_XFRM_MODE_TUNNEL=y
36818 +CONFIG_INET_XFRM_MODE_BEET=y
36819 +# CONFIG_INET_LRO is not set
36820 +CONFIG_INET_DIAG=y
36821 +CONFIG_INET_TCP_DIAG=y
36822 +# CONFIG_TCP_CONG_ADVANCED is not set
36823 +CONFIG_TCP_CONG_CUBIC=y
36824 +CONFIG_DEFAULT_TCP_CONG="cubic"
36825 +# CONFIG_TCP_MD5SIG is not set
36826 +# CONFIG_IPV6 is not set
36827 +# CONFIG_INET6_XFRM_TUNNEL is not set
36828 +# CONFIG_INET6_TUNNEL is not set
36829 +# CONFIG_NETWORK_SECMARK is not set
36830 +# CONFIG_NETFILTER is not set
36831 +# CONFIG_IP_DCCP is not set
36832 +# CONFIG_IP_SCTP is not set
36833 +# CONFIG_TIPC is not set
36834 +# CONFIG_ATM is not set
36835 +# CONFIG_BRIDGE is not set
36836 +# CONFIG_VLAN_8021Q is not set
36837 +# CONFIG_DECNET is not set
36838 +# CONFIG_LLC2 is not set
36839 +# CONFIG_IPX is not set
36840 +# CONFIG_ATALK is not set
36841 +# CONFIG_X25 is not set
36842 +# CONFIG_LAPB is not set
36843 +# CONFIG_ECONET is not set
36844 +# CONFIG_WAN_ROUTER is not set
36845 +# CONFIG_NET_SCHED is not set
36850 +# CONFIG_NET_PKTGEN is not set
36851 +# CONFIG_HAMRADIO is not set
36852 +# CONFIG_CAN is not set
36853 +# CONFIG_IRDA is not set
36854 +# CONFIG_BT is not set
36855 +# CONFIG_AF_RXRPC is not set
36860 +# CONFIG_CFG80211 is not set
36861 +# CONFIG_WIRELESS_EXT is not set
36862 +# CONFIG_MAC80211 is not set
36863 +# CONFIG_IEEE80211 is not set
36864 +# CONFIG_RFKILL is not set
36865 +# CONFIG_NET_9P is not set
36872 +# Generic Driver Options
36874 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
36875 +CONFIG_STANDALONE=y
36876 +CONFIG_PREVENT_FIRMWARE_BUILD=y
36877 +# CONFIG_FW_LOADER is not set
36878 +# CONFIG_DEBUG_DRIVER is not set
36879 +# CONFIG_DEBUG_DEVRES is not set
36880 +# CONFIG_SYS_HYPERVISOR is not set
36881 +# CONFIG_CONNECTOR is not set
36882 +# CONFIG_MTD is not set
36883 +CONFIG_OF_DEVICE=y
36884 +# CONFIG_PARPORT is not set
36886 +# CONFIG_BLK_DEV_FD is not set
36887 +# CONFIG_BLK_CPQ_DA is not set
36888 +# CONFIG_BLK_CPQ_CISS_DA is not set
36889 +# CONFIG_BLK_DEV_DAC960 is not set
36890 +# CONFIG_BLK_DEV_UMEM is not set
36891 +# CONFIG_BLK_DEV_COW_COMMON is not set
36892 +CONFIG_BLK_DEV_LOOP=y
36893 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
36894 +# CONFIG_BLK_DEV_NBD is not set
36895 +# CONFIG_BLK_DEV_SX8 is not set
36896 +CONFIG_BLK_DEV_RAM=y
36897 +CONFIG_BLK_DEV_RAM_COUNT=16
36898 +CONFIG_BLK_DEV_RAM_SIZE=32768
36899 +# CONFIG_BLK_DEV_XIP is not set
36900 +# CONFIG_CDROM_PKTCDVD is not set
36901 +# CONFIG_ATA_OVER_ETH is not set
36902 +CONFIG_MISC_DEVICES=y
36903 +# CONFIG_PHANTOM is not set
36904 +# CONFIG_EEPROM_93CX6 is not set
36905 +# CONFIG_SGI_IOC4 is not set
36906 +# CONFIG_TIFM_CORE is not set
36907 +# CONFIG_ENCLOSURE_SERVICES is not set
36909 +# CONFIG_IDE is not set
36912 +# SCSI device support
36914 +# CONFIG_RAID_ATTRS is not set
36915 +# CONFIG_SCSI is not set
36916 +# CONFIG_SCSI_DMA is not set
36917 +# CONFIG_SCSI_NETLINK is not set
36918 +# CONFIG_ATA is not set
36919 +# CONFIG_MD is not set
36920 +# CONFIG_FUSION is not set
36923 +# IEEE 1394 (FireWire) support
36925 +# CONFIG_FIREWIRE is not set
36926 +# CONFIG_IEEE1394 is not set
36927 +# CONFIG_I2O is not set
36928 +# CONFIG_MACINTOSH_DRIVERS is not set
36929 +CONFIG_NETDEVICES=y
36930 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
36931 +# CONFIG_DUMMY is not set
36932 +# CONFIG_BONDING is not set
36933 +# CONFIG_MACVLAN is not set
36934 +# CONFIG_EQUALIZER is not set
36935 +# CONFIG_TUN is not set
36936 +# CONFIG_VETH is not set
36937 +# CONFIG_ARCNET is not set
36941 +# MII PHY device drivers
36943 +CONFIG_MARVELL_PHY=y
36944 +CONFIG_DAVICOM_PHY=y
36945 +# CONFIG_QSEMI_PHY is not set
36946 +# CONFIG_LXT_PHY is not set
36947 +# CONFIG_CICADA_PHY is not set
36948 +# CONFIG_VITESSE_PHY is not set
36949 +# CONFIG_SMSC_PHY is not set
36950 +# CONFIG_BROADCOM_PHY is not set
36951 +# CONFIG_ICPLUS_PHY is not set
36952 +# CONFIG_REALTEK_PHY is not set
36953 +# CONFIG_FIXED_PHY is not set
36954 +# CONFIG_MDIO_BITBANG is not set
36955 +CONFIG_NET_ETHERNET=y
36957 +# CONFIG_HAPPYMEAL is not set
36958 +# CONFIG_SUNGEM is not set
36959 +# CONFIG_CASSINI is not set
36960 +# CONFIG_NET_VENDOR_3COM is not set
36961 +# CONFIG_NET_TULIP is not set
36962 +# CONFIG_HP100 is not set
36963 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
36964 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
36965 +# CONFIG_IBM_NEW_EMAC_TAH is not set
36966 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
36967 +# CONFIG_NET_PCI is not set
36968 +# CONFIG_B44 is not set
36970 +# CONFIG_FS_ENET_HAS_SCC is not set
36971 +CONFIG_FS_ENET_HAS_FCC=y
36972 +# CONFIG_FS_ENET_MDIO_FCC is not set
36973 +CONFIG_NETDEV_1000=y
36974 +# CONFIG_ACENIC is not set
36975 +# CONFIG_DL2K is not set
36977 +CONFIG_E1000_NAPI=y
36978 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
36979 +# CONFIG_E1000E is not set
36980 +# CONFIG_E1000E_ENABLED is not set
36981 +# CONFIG_IP1000 is not set
36982 +# CONFIG_IGB is not set
36983 +# CONFIG_NS83820 is not set
36984 +# CONFIG_HAMACHI is not set
36985 +# CONFIG_YELLOWFIN is not set
36986 +# CONFIG_R8169 is not set
36987 +# CONFIG_SIS190 is not set
36988 +# CONFIG_SKGE is not set
36989 +# CONFIG_SKY2 is not set
36990 +# CONFIG_SK98LIN is not set
36991 +# CONFIG_VIA_VELOCITY is not set
36992 +# CONFIG_TIGON3 is not set
36993 +# CONFIG_BNX2 is not set
36995 +CONFIG_GFAR_NAPI=y
36996 +# CONFIG_QLA3XXX is not set
36997 +# CONFIG_ATL1 is not set
36998 +CONFIG_NETDEV_10000=y
36999 +# CONFIG_CHELSIO_T1 is not set
37000 +# CONFIG_CHELSIO_T3 is not set
37001 +# CONFIG_IXGBE is not set
37002 +# CONFIG_IXGB is not set
37003 +# CONFIG_S2IO is not set
37004 +# CONFIG_MYRI10GE is not set
37005 +# CONFIG_NETXEN_NIC is not set
37006 +# CONFIG_NIU is not set
37007 +# CONFIG_MLX4_CORE is not set
37008 +# CONFIG_TEHUTI is not set
37009 +# CONFIG_BNX2X is not set
37010 +# CONFIG_TR is not set
37015 +# CONFIG_WLAN_PRE80211 is not set
37016 +# CONFIG_WLAN_80211 is not set
37017 +# CONFIG_WAN is not set
37018 +# CONFIG_FDDI is not set
37019 +# CONFIG_HIPPI is not set
37020 +# CONFIG_PPP is not set
37021 +# CONFIG_SLIP is not set
37022 +# CONFIG_NETCONSOLE is not set
37023 +# CONFIG_NETPOLL is not set
37024 +# CONFIG_NET_POLL_CONTROLLER is not set
37025 +# CONFIG_ISDN is not set
37026 +# CONFIG_PHONE is not set
37029 +# Input device support
37032 +# CONFIG_INPUT_FF_MEMLESS is not set
37033 +# CONFIG_INPUT_POLLDEV is not set
37036 +# Userland interfaces
37038 +# CONFIG_INPUT_MOUSEDEV is not set
37039 +# CONFIG_INPUT_JOYDEV is not set
37040 +# CONFIG_INPUT_EVDEV is not set
37041 +# CONFIG_INPUT_EVBUG is not set
37044 +# Input Device Drivers
37046 +# CONFIG_INPUT_KEYBOARD is not set
37047 +# CONFIG_INPUT_MOUSE is not set
37048 +# CONFIG_INPUT_JOYSTICK is not set
37049 +# CONFIG_INPUT_TABLET is not set
37050 +# CONFIG_INPUT_TOUCHSCREEN is not set
37051 +# CONFIG_INPUT_MISC is not set
37054 +# Hardware I/O ports
37056 +# CONFIG_SERIO is not set
37057 +# CONFIG_GAMEPORT is not set
37060 +# Character devices
37062 +# CONFIG_VT is not set
37063 +# CONFIG_SERIAL_NONSTANDARD is not set
37064 +# CONFIG_NOZOMI is not set
37069 +# CONFIG_SERIAL_8250 is not set
37072 +# Non-8250 serial port support
37074 +# CONFIG_SERIAL_UARTLITE is not set
37075 +CONFIG_SERIAL_CORE=y
37076 +CONFIG_SERIAL_CORE_CONSOLE=y
37077 +CONFIG_SERIAL_CPM=y
37078 +CONFIG_SERIAL_CPM_CONSOLE=y
37079 +CONFIG_SERIAL_CPM_SCC1=y
37080 +CONFIG_SERIAL_CPM_SCC2=y
37081 +# CONFIG_SERIAL_CPM_SCC3 is not set
37082 +# CONFIG_SERIAL_CPM_SCC4 is not set
37083 +# CONFIG_SERIAL_CPM_SMC1 is not set
37084 +# CONFIG_SERIAL_CPM_SMC2 is not set
37085 +# CONFIG_SERIAL_JSM is not set
37086 +CONFIG_UNIX98_PTYS=y
37087 +CONFIG_LEGACY_PTYS=y
37088 +CONFIG_LEGACY_PTY_COUNT=256
37089 +# CONFIG_IPMI_HANDLER is not set
37090 +CONFIG_HW_RANDOM=y
37091 +# CONFIG_NVRAM is not set
37093 +# CONFIG_GEN_RTC_X is not set
37094 +# CONFIG_R3964 is not set
37095 +# CONFIG_APPLICOM is not set
37096 +# CONFIG_RAW_DRIVER is not set
37097 +# CONFIG_TCG_TPM is not set
37099 +# CONFIG_I2C is not set
37104 +# CONFIG_SPI is not set
37105 +# CONFIG_SPI_MASTER is not set
37106 +# CONFIG_W1 is not set
37107 +# CONFIG_POWER_SUPPLY is not set
37109 +# CONFIG_HWMON_VID is not set
37110 +# CONFIG_SENSORS_I5K_AMB is not set
37111 +# CONFIG_SENSORS_F71805F is not set
37112 +# CONFIG_SENSORS_F71882FG is not set
37113 +# CONFIG_SENSORS_IT87 is not set
37114 +# CONFIG_SENSORS_PC87360 is not set
37115 +# CONFIG_SENSORS_PC87427 is not set
37116 +# CONFIG_SENSORS_SIS5595 is not set
37117 +# CONFIG_SENSORS_SMSC47M1 is not set
37118 +# CONFIG_SENSORS_SMSC47B397 is not set
37119 +# CONFIG_SENSORS_VIA686A is not set
37120 +# CONFIG_SENSORS_VT1211 is not set
37121 +# CONFIG_SENSORS_VT8231 is not set
37122 +# CONFIG_SENSORS_W83627HF is not set
37123 +# CONFIG_SENSORS_W83627EHF is not set
37124 +# CONFIG_HWMON_DEBUG_CHIP is not set
37125 +# CONFIG_THERMAL is not set
37126 +# CONFIG_WATCHDOG is not set
37129 +# Sonics Silicon Backplane
37131 +CONFIG_SSB_POSSIBLE=y
37132 +# CONFIG_SSB is not set
37135 +# Multifunction device drivers
37137 +# CONFIG_MFD_SM501 is not set
37140 +# Multimedia devices
37142 +# CONFIG_VIDEO_DEV is not set
37143 +# CONFIG_DVB_CORE is not set
37147 +# Graphics support
37149 +# CONFIG_AGP is not set
37150 +# CONFIG_DRM is not set
37151 +# CONFIG_VGASTATE is not set
37152 +CONFIG_VIDEO_OUTPUT_CONTROL=y
37153 +# CONFIG_FB is not set
37154 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
37157 +# Display device support
37159 +# CONFIG_DISPLAY_SUPPORT is not set
37164 +# CONFIG_SOUND is not set
37165 +CONFIG_HID_SUPPORT=y
37167 +# CONFIG_HID_DEBUG is not set
37168 +# CONFIG_HIDRAW is not set
37169 +CONFIG_USB_SUPPORT=y
37170 +CONFIG_USB_ARCH_HAS_HCD=y
37171 +CONFIG_USB_ARCH_HAS_OHCI=y
37172 +CONFIG_USB_ARCH_HAS_EHCI=y
37173 +# CONFIG_USB is not set
37176 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
37178 +# CONFIG_USB_GADGET is not set
37179 +# CONFIG_MMC is not set
37180 +# CONFIG_MEMSTICK is not set
37181 +# CONFIG_NEW_LEDS is not set
37182 +# CONFIG_INFINIBAND is not set
37183 +# CONFIG_EDAC is not set
37184 +# CONFIG_RTC_CLASS is not set
37185 +# CONFIG_DMADEVICES is not set
37190 +# CONFIG_UIO is not set
37196 +# CONFIG_EXT2_FS_XATTR is not set
37197 +# CONFIG_EXT2_FS_XIP is not set
37199 +CONFIG_EXT3_FS_XATTR=y
37200 +# CONFIG_EXT3_FS_POSIX_ACL is not set
37201 +# CONFIG_EXT3_FS_SECURITY is not set
37202 +# CONFIG_EXT4DEV_FS is not set
37204 +CONFIG_FS_MBCACHE=y
37205 +# CONFIG_REISERFS_FS is not set
37206 +# CONFIG_JFS_FS is not set
37207 +# CONFIG_FS_POSIX_ACL is not set
37208 +# CONFIG_XFS_FS is not set
37209 +# CONFIG_GFS2_FS is not set
37210 +# CONFIG_OCFS2_FS is not set
37213 +CONFIG_INOTIFY_USER=y
37214 +# CONFIG_QUOTA is not set
37215 +# CONFIG_AUTOFS_FS is not set
37216 +# CONFIG_AUTOFS4_FS is not set
37217 +# CONFIG_FUSE_FS is not set
37220 +# CD-ROM/DVD Filesystems
37222 +# CONFIG_ISO9660_FS is not set
37223 +# CONFIG_UDF_FS is not set
37226 +# DOS/FAT/NT Filesystems
37228 +# CONFIG_MSDOS_FS is not set
37229 +# CONFIG_VFAT_FS is not set
37230 +# CONFIG_NTFS_FS is not set
37233 +# Pseudo filesystems
37236 +CONFIG_PROC_KCORE=y
37237 +CONFIG_PROC_SYSCTL=y
37240 +# CONFIG_TMPFS_POSIX_ACL is not set
37241 +# CONFIG_HUGETLB_PAGE is not set
37242 +# CONFIG_CONFIGFS_FS is not set
37245 +# Miscellaneous filesystems
37247 +# CONFIG_ADFS_FS is not set
37248 +# CONFIG_AFFS_FS is not set
37249 +# CONFIG_HFS_FS is not set
37250 +# CONFIG_HFSPLUS_FS is not set
37251 +# CONFIG_BEFS_FS is not set
37252 +# CONFIG_BFS_FS is not set
37253 +# CONFIG_EFS_FS is not set
37254 +# CONFIG_CRAMFS is not set
37255 +# CONFIG_VXFS_FS is not set
37256 +# CONFIG_MINIX_FS is not set
37257 +# CONFIG_HPFS_FS is not set
37258 +# CONFIG_QNX4FS_FS is not set
37259 +# CONFIG_ROMFS_FS is not set
37260 +# CONFIG_SYSV_FS is not set
37261 +# CONFIG_UFS_FS is not set
37262 +CONFIG_NETWORK_FILESYSTEMS=y
37264 +# CONFIG_NFS_V3 is not set
37265 +# CONFIG_NFS_V4 is not set
37266 +# CONFIG_NFS_DIRECTIO is not set
37267 +# CONFIG_NFSD is not set
37270 +CONFIG_NFS_COMMON=y
37272 +# CONFIG_SUNRPC_BIND34 is not set
37273 +# CONFIG_RPCSEC_GSS_KRB5 is not set
37274 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
37275 +# CONFIG_SMB_FS is not set
37276 +# CONFIG_CIFS is not set
37277 +# CONFIG_NCP_FS is not set
37278 +# CONFIG_CODA_FS is not set
37279 +# CONFIG_AFS_FS is not set
37284 +CONFIG_PARTITION_ADVANCED=y
37285 +# CONFIG_ACORN_PARTITION is not set
37286 +# CONFIG_OSF_PARTITION is not set
37287 +# CONFIG_AMIGA_PARTITION is not set
37288 +# CONFIG_ATARI_PARTITION is not set
37289 +# CONFIG_MAC_PARTITION is not set
37290 +# CONFIG_MSDOS_PARTITION is not set
37291 +# CONFIG_LDM_PARTITION is not set
37292 +# CONFIG_SGI_PARTITION is not set
37293 +# CONFIG_ULTRIX_PARTITION is not set
37294 +# CONFIG_SUN_PARTITION is not set
37295 +# CONFIG_KARMA_PARTITION is not set
37296 +# CONFIG_EFI_PARTITION is not set
37297 +# CONFIG_SYSV68_PARTITION is not set
37298 +# CONFIG_NLS is not set
37299 +# CONFIG_DLM is not set
37302 +# Library routines
37304 +CONFIG_BITREVERSE=y
37305 +# CONFIG_CRC_CCITT is not set
37306 +# CONFIG_CRC16 is not set
37307 +# CONFIG_CRC_ITU_T is not set
37309 +# CONFIG_CRC7 is not set
37310 +# CONFIG_LIBCRC32C is not set
37312 +CONFIG_HAS_IOMEM=y
37313 +CONFIG_HAS_IOPORT=y
37319 +# CONFIG_PRINTK_TIME is not set
37320 +CONFIG_ENABLE_WARN_DEPRECATED=y
37321 +CONFIG_ENABLE_MUST_CHECK=y
37322 +# CONFIG_MAGIC_SYSRQ is not set
37323 +# CONFIG_UNUSED_SYMBOLS is not set
37324 +# CONFIG_DEBUG_FS is not set
37325 +# CONFIG_HEADERS_CHECK is not set
37326 +CONFIG_DEBUG_KERNEL=y
37327 +# CONFIG_DEBUG_SHIRQ is not set
37328 +CONFIG_DETECT_SOFTLOCKUP=y
37329 +CONFIG_SCHED_DEBUG=y
37330 +# CONFIG_SCHEDSTATS is not set
37331 +# CONFIG_TIMER_STATS is not set
37332 +# CONFIG_SLUB_DEBUG_ON is not set
37333 +# CONFIG_SLUB_STATS is not set
37334 +# CONFIG_DEBUG_RT_MUTEXES is not set
37335 +# CONFIG_RT_MUTEX_TESTER is not set
37336 +# CONFIG_DEBUG_SPINLOCK is not set
37337 +CONFIG_DEBUG_MUTEXES=y
37338 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
37339 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
37340 +# CONFIG_DEBUG_KOBJECT is not set
37341 +# CONFIG_DEBUG_BUGVERBOSE is not set
37342 +# CONFIG_DEBUG_INFO is not set
37343 +# CONFIG_DEBUG_VM is not set
37344 +# CONFIG_DEBUG_LIST is not set
37345 +# CONFIG_DEBUG_SG is not set
37346 +# CONFIG_BOOT_PRINTK_DELAY is not set
37347 +# CONFIG_BACKTRACE_SELF_TEST is not set
37348 +# CONFIG_FAULT_INJECTION is not set
37349 +# CONFIG_SAMPLES is not set
37350 +# CONFIG_DEBUG_STACKOVERFLOW is not set
37351 +# CONFIG_DEBUG_STACK_USAGE is not set
37352 +# CONFIG_DEBUG_PAGEALLOC is not set
37353 +# CONFIG_DEBUGGER is not set
37354 +# CONFIG_KGDB_CONSOLE is not set
37355 +# CONFIG_BDI_SWITCH is not set
37356 +# CONFIG_PPC_EARLY_DEBUG is not set
37359 +# Security options
37361 +# CONFIG_KEYS is not set
37362 +# CONFIG_SECURITY is not set
37363 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
37365 +# CONFIG_CRYPTO_SEQIV is not set
37366 +# CONFIG_CRYPTO_MANAGER is not set
37367 +# CONFIG_CRYPTO_HMAC is not set
37368 +# CONFIG_CRYPTO_XCBC is not set
37369 +# CONFIG_CRYPTO_NULL is not set
37370 +# CONFIG_CRYPTO_MD4 is not set
37371 +# CONFIG_CRYPTO_MD5 is not set
37372 +# CONFIG_CRYPTO_SHA1 is not set
37373 +# CONFIG_CRYPTO_SHA256 is not set
37374 +# CONFIG_CRYPTO_SHA512 is not set
37375 +# CONFIG_CRYPTO_WP512 is not set
37376 +# CONFIG_CRYPTO_TGR192 is not set
37377 +# CONFIG_CRYPTO_GF128MUL is not set
37378 +# CONFIG_CRYPTO_ECB is not set
37379 +# CONFIG_CRYPTO_CBC is not set
37380 +# CONFIG_CRYPTO_PCBC is not set
37381 +# CONFIG_CRYPTO_LRW is not set
37382 +# CONFIG_CRYPTO_XTS is not set
37383 +# CONFIG_CRYPTO_CTR is not set
37384 +# CONFIG_CRYPTO_GCM is not set
37385 +# CONFIG_CRYPTO_CCM is not set
37386 +# CONFIG_CRYPTO_CRYPTD is not set
37387 +# CONFIG_CRYPTO_DES is not set
37388 +# CONFIG_CRYPTO_FCRYPT is not set
37389 +# CONFIG_CRYPTO_BLOWFISH is not set
37390 +# CONFIG_CRYPTO_TWOFISH is not set
37391 +# CONFIG_CRYPTO_SERPENT is not set
37392 +# CONFIG_CRYPTO_AES is not set
37393 +# CONFIG_CRYPTO_CAST5 is not set
37394 +# CONFIG_CRYPTO_CAST6 is not set
37395 +# CONFIG_CRYPTO_TEA is not set
37396 +# CONFIG_CRYPTO_ARC4 is not set
37397 +# CONFIG_CRYPTO_KHAZAD is not set
37398 +# CONFIG_CRYPTO_ANUBIS is not set
37399 +# CONFIG_CRYPTO_SEED is not set
37400 +# CONFIG_CRYPTO_SALSA20 is not set
37401 +# CONFIG_CRYPTO_DEFLATE is not set
37402 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
37403 +# CONFIG_CRYPTO_CRC32C is not set
37404 +# CONFIG_CRYPTO_CAMELLIA is not set
37405 +# CONFIG_CRYPTO_AUTHENC is not set
37406 +# CONFIG_CRYPTO_LZO is not set
37407 +CONFIG_CRYPTO_HW=y
37408 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
37409 +# CONFIG_PPC_CLOCK is not set
37410 +CONFIG_PPC_LIB_RHEAP=y
37412 +++ b/arch/powerpc/configs/85xx/mpc8568mds_defconfig
37415 +# Automatically generated make config: don't edit
37416 +# Linux kernel version: 2.6.25-rc7
37417 +# Mon Mar 31 11:37:05 2008
37419 +# CONFIG_PPC64 is not set
37422 +# Processor support
37424 +# CONFIG_6xx is not set
37426 +# CONFIG_PPC_8xx is not set
37427 +# CONFIG_40x is not set
37428 +# CONFIG_44x is not set
37429 +# CONFIG_E200 is not set
37432 +CONFIG_FSL_BOOKE=y
37433 +CONFIG_FSL_EMB_PERFMON=y
37434 +# CONFIG_PHYS_64BIT is not set
37436 +# CONFIG_PPC_MM_SLICES is not set
37438 +CONFIG_WORD_SIZE=32
37439 +CONFIG_PPC_MERGE=y
37441 +CONFIG_GENERIC_CMOS_UPDATE=y
37442 +CONFIG_GENERIC_TIME=y
37443 +CONFIG_GENERIC_TIME_VSYSCALL=y
37444 +CONFIG_GENERIC_CLOCKEVENTS=y
37445 +CONFIG_GENERIC_HARDIRQS=y
37446 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
37447 +CONFIG_IRQ_PER_CPU=y
37448 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
37449 +CONFIG_ARCH_HAS_ILOG2_U32=y
37450 +CONFIG_GENERIC_HWEIGHT=y
37451 +CONFIG_GENERIC_CALIBRATE_DELAY=y
37452 +CONFIG_GENERIC_FIND_NEXT_BIT=y
37453 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
37455 +CONFIG_EARLY_PRINTK=y
37456 +CONFIG_GENERIC_NVRAM=y
37457 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
37458 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
37461 +CONFIG_PPC_UDBG_16550=y
37462 +# CONFIG_GENERIC_TBSYNC is not set
37463 +CONFIG_AUDIT_ARCH=y
37464 +CONFIG_GENERIC_BUG=y
37465 +CONFIG_DEFAULT_UIMAGE=y
37466 +# CONFIG_PPC_DCR_NATIVE is not set
37467 +# CONFIG_PPC_DCR_MMIO is not set
37468 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
37473 +CONFIG_EXPERIMENTAL=y
37474 +CONFIG_BROKEN_ON_SMP=y
37475 +CONFIG_INIT_ENV_ARG_LIMIT=32
37476 +CONFIG_LOCALVERSION=""
37477 +CONFIG_LOCALVERSION_AUTO=y
37480 +CONFIG_SYSVIPC_SYSCTL=y
37481 +# CONFIG_POSIX_MQUEUE is not set
37482 +# CONFIG_BSD_PROCESS_ACCT is not set
37483 +# CONFIG_TASKSTATS is not set
37484 +# CONFIG_AUDIT is not set
37485 +# CONFIG_IKCONFIG is not set
37486 +CONFIG_LOG_BUF_SHIFT=14
37487 +# CONFIG_CGROUPS is not set
37488 +CONFIG_GROUP_SCHED=y
37489 +# CONFIG_FAIR_GROUP_SCHED is not set
37490 +# CONFIG_RT_GROUP_SCHED is not set
37491 +CONFIG_USER_SCHED=y
37492 +# CONFIG_CGROUP_SCHED is not set
37493 +CONFIG_SYSFS_DEPRECATED=y
37494 +CONFIG_SYSFS_DEPRECATED_V2=y
37495 +# CONFIG_RELAY is not set
37496 +# CONFIG_NAMESPACES is not set
37497 +CONFIG_BLK_DEV_INITRD=y
37498 +CONFIG_INITRAMFS_SOURCE=""
37499 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
37502 +CONFIG_SYSCTL_SYSCALL=y
37503 +# CONFIG_KALLSYMS is not set
37508 +CONFIG_COMPAT_BRK=y
37509 +CONFIG_BASE_FULL=y
37511 +CONFIG_ANON_INODES=y
37512 +# CONFIG_EPOLL is not set
37517 +CONFIG_VM_EVENT_COUNTERS=y
37518 +CONFIG_SLUB_DEBUG=y
37519 +# CONFIG_SLAB is not set
37521 +# CONFIG_SLOB is not set
37522 +# CONFIG_PROFILING is not set
37523 +# CONFIG_MARKERS is not set
37524 +CONFIG_HAVE_OPROFILE=y
37525 +CONFIG_HAVE_KPROBES=y
37526 +CONFIG_HAVE_KRETPROBES=y
37527 +CONFIG_PROC_PAGE_MONITOR=y
37529 +CONFIG_RT_MUTEXES=y
37530 +# CONFIG_TINY_SHMEM is not set
37531 +CONFIG_BASE_SMALL=0
37533 +CONFIG_MODULE_UNLOAD=y
37534 +# CONFIG_MODULE_FORCE_UNLOAD is not set
37535 +# CONFIG_MODVERSIONS is not set
37536 +# CONFIG_MODULE_SRCVERSION_ALL is not set
37537 +# CONFIG_KMOD is not set
37539 +# CONFIG_LBD is not set
37540 +# CONFIG_BLK_DEV_IO_TRACE is not set
37541 +# CONFIG_LSF is not set
37542 +# CONFIG_BLK_DEV_BSG is not set
37547 +CONFIG_IOSCHED_NOOP=y
37548 +CONFIG_IOSCHED_AS=y
37549 +CONFIG_IOSCHED_DEADLINE=y
37550 +CONFIG_IOSCHED_CFQ=y
37551 +CONFIG_DEFAULT_AS=y
37552 +# CONFIG_DEFAULT_DEADLINE is not set
37553 +# CONFIG_DEFAULT_CFQ is not set
37554 +# CONFIG_DEFAULT_NOOP is not set
37555 +CONFIG_DEFAULT_IOSCHED="anticipatory"
37556 +CONFIG_CLASSIC_RCU=y
37559 +# Platform support
37561 +# CONFIG_PPC_MPC512x is not set
37562 +# CONFIG_PPC_MPC5121 is not set
37563 +# CONFIG_PPC_CELL is not set
37564 +# CONFIG_PPC_CELL_NATIVE is not set
37565 +# CONFIG_PQ2ADS is not set
37567 +# CONFIG_MPC8540_ADS is not set
37568 +# CONFIG_MPC8560_ADS is not set
37569 +# CONFIG_MPC85xx_CDS is not set
37570 +CONFIG_MPC85xx_MDS=y
37571 +# CONFIG_MPC85xx_DS is not set
37572 +# CONFIG_STX_GP3 is not set
37573 +# CONFIG_TQM8540 is not set
37574 +# CONFIG_TQM8541 is not set
37575 +# CONFIG_TQM8555 is not set
37576 +# CONFIG_TQM8560 is not set
37577 +# CONFIG_SBC8548 is not set
37578 +# CONFIG_SBC8560 is not set
37579 +# CONFIG_IPIC is not set
37581 +# CONFIG_MPIC_WEIRD is not set
37582 +# CONFIG_PPC_I8259 is not set
37583 +# CONFIG_PPC_RTAS is not set
37584 +# CONFIG_MMIO_NVRAM is not set
37585 +# CONFIG_PPC_MPC106 is not set
37586 +# CONFIG_PPC_970_NAP is not set
37587 +# CONFIG_PPC_INDIRECT_IO is not set
37588 +# CONFIG_GENERIC_IOMAP is not set
37589 +# CONFIG_CPU_FREQ is not set
37590 +CONFIG_QUICC_ENGINE=y
37591 +# CONFIG_CPM2 is not set
37592 +# CONFIG_FSL_ULI1575 is not set
37597 +# CONFIG_HIGHMEM is not set
37598 +CONFIG_TICK_ONESHOT=y
37600 +CONFIG_HIGH_RES_TIMERS=y
37601 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
37602 +# CONFIG_HZ_100 is not set
37604 +# CONFIG_HZ_300 is not set
37605 +# CONFIG_HZ_1000 is not set
37607 +# CONFIG_SCHED_HRTICK is not set
37608 +CONFIG_PREEMPT_NONE=y
37609 +# CONFIG_PREEMPT_VOLUNTARY is not set
37610 +# CONFIG_PREEMPT is not set
37611 +CONFIG_BINFMT_ELF=y
37612 +# CONFIG_BINFMT_MISC is not set
37613 +CONFIG_MATH_EMULATION=y
37614 +# CONFIG_IOMMU_HELPER is not set
37615 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
37616 +CONFIG_ARCH_HAS_WALK_MEMORY=y
37617 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
37618 +CONFIG_ARCH_FLATMEM_ENABLE=y
37619 +CONFIG_ARCH_POPULATES_NODE_MAP=y
37620 +CONFIG_SELECT_MEMORY_MODEL=y
37621 +CONFIG_FLATMEM_MANUAL=y
37622 +# CONFIG_DISCONTIGMEM_MANUAL is not set
37623 +# CONFIG_SPARSEMEM_MANUAL is not set
37625 +CONFIG_FLAT_NODE_MEM_MAP=y
37626 +# CONFIG_SPARSEMEM_STATIC is not set
37627 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
37628 +CONFIG_SPLIT_PTLOCK_CPUS=4
37629 +# CONFIG_RESOURCES_64BIT is not set
37630 +CONFIG_ZONE_DMA_FLAG=1
37632 +CONFIG_VIRT_TO_BUS=y
37633 +CONFIG_PROC_DEVICETREE=y
37634 +# CONFIG_CMDLINE_BOOL is not set
37635 +# CONFIG_PM is not set
37637 +CONFIG_ISA_DMA_API=y
37643 +CONFIG_PPC_INDIRECT_PCI=y
37647 +CONFIG_PCI_DOMAINS=y
37648 +CONFIG_PCI_SYSCALL=y
37649 +# CONFIG_PCIEPORTBUS is not set
37650 +CONFIG_ARCH_SUPPORTS_MSI=y
37651 +# CONFIG_PCI_MSI is not set
37652 +CONFIG_PCI_LEGACY=y
37653 +# CONFIG_PCI_DEBUG is not set
37654 +# CONFIG_PCCARD is not set
37655 +# CONFIG_HOTPLUG_PCI is not set
37660 +# CONFIG_ADVANCED_OPTIONS is not set
37663 +# Default settings for advanced configuration options are used
37665 +CONFIG_HIGHMEM_START=0xfe000000
37666 +CONFIG_LOWMEM_SIZE=0x30000000
37667 +CONFIG_KERNEL_START=0xc0000000
37668 +CONFIG_TASK_SIZE=0xc0000000
37669 +CONFIG_BOOT_LOAD=0x00800000
37677 +# Networking options
37680 +# CONFIG_PACKET_MMAP is not set
37683 +# CONFIG_XFRM_USER is not set
37684 +# CONFIG_XFRM_SUB_POLICY is not set
37685 +# CONFIG_XFRM_MIGRATE is not set
37686 +# CONFIG_XFRM_STATISTICS is not set
37687 +# CONFIG_NET_KEY is not set
37689 +CONFIG_IP_MULTICAST=y
37690 +# CONFIG_IP_ADVANCED_ROUTER is not set
37691 +CONFIG_IP_FIB_HASH=y
37693 +CONFIG_IP_PNP_DHCP=y
37694 +CONFIG_IP_PNP_BOOTP=y
37695 +# CONFIG_IP_PNP_RARP is not set
37696 +# CONFIG_NET_IPIP is not set
37697 +# CONFIG_NET_IPGRE is not set
37698 +# CONFIG_IP_MROUTE is not set
37699 +# CONFIG_ARPD is not set
37700 +CONFIG_SYN_COOKIES=y
37701 +# CONFIG_INET_AH is not set
37702 +# CONFIG_INET_ESP is not set
37703 +# CONFIG_INET_IPCOMP is not set
37704 +# CONFIG_INET_XFRM_TUNNEL is not set
37705 +# CONFIG_INET_TUNNEL is not set
37706 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
37707 +CONFIG_INET_XFRM_MODE_TUNNEL=y
37708 +CONFIG_INET_XFRM_MODE_BEET=y
37709 +# CONFIG_INET_LRO is not set
37710 +CONFIG_INET_DIAG=y
37711 +CONFIG_INET_TCP_DIAG=y
37712 +# CONFIG_TCP_CONG_ADVANCED is not set
37713 +CONFIG_TCP_CONG_CUBIC=y
37714 +CONFIG_DEFAULT_TCP_CONG="cubic"
37715 +# CONFIG_TCP_MD5SIG is not set
37716 +# CONFIG_IPV6 is not set
37717 +# CONFIG_INET6_XFRM_TUNNEL is not set
37718 +# CONFIG_INET6_TUNNEL is not set
37719 +# CONFIG_NETWORK_SECMARK is not set
37720 +# CONFIG_NETFILTER is not set
37721 +# CONFIG_IP_DCCP is not set
37722 +# CONFIG_IP_SCTP is not set
37723 +# CONFIG_TIPC is not set
37724 +# CONFIG_ATM is not set
37725 +# CONFIG_BRIDGE is not set
37726 +# CONFIG_VLAN_8021Q is not set
37727 +# CONFIG_DECNET is not set
37728 +# CONFIG_LLC2 is not set
37729 +# CONFIG_IPX is not set
37730 +# CONFIG_ATALK is not set
37731 +# CONFIG_X25 is not set
37732 +# CONFIG_LAPB is not set
37733 +# CONFIG_ECONET is not set
37734 +# CONFIG_WAN_ROUTER is not set
37735 +# CONFIG_NET_SCHED is not set
37740 +# CONFIG_NET_PKTGEN is not set
37741 +# CONFIG_HAMRADIO is not set
37742 +# CONFIG_CAN is not set
37743 +# CONFIG_IRDA is not set
37744 +# CONFIG_BT is not set
37745 +# CONFIG_AF_RXRPC is not set
37750 +# CONFIG_CFG80211 is not set
37751 +# CONFIG_WIRELESS_EXT is not set
37752 +# CONFIG_MAC80211 is not set
37753 +# CONFIG_IEEE80211 is not set
37754 +# CONFIG_RFKILL is not set
37755 +# CONFIG_NET_9P is not set
37762 +# Generic Driver Options
37764 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
37765 +CONFIG_STANDALONE=y
37766 +CONFIG_PREVENT_FIRMWARE_BUILD=y
37767 +# CONFIG_FW_LOADER is not set
37768 +# CONFIG_DEBUG_DRIVER is not set
37769 +# CONFIG_DEBUG_DEVRES is not set
37770 +# CONFIG_SYS_HYPERVISOR is not set
37771 +# CONFIG_CONNECTOR is not set
37772 +# CONFIG_MTD is not set
37773 +CONFIG_OF_DEVICE=y
37774 +# CONFIG_PARPORT is not set
37776 +# CONFIG_BLK_DEV_FD is not set
37777 +# CONFIG_BLK_CPQ_DA is not set
37778 +# CONFIG_BLK_CPQ_CISS_DA is not set
37779 +# CONFIG_BLK_DEV_DAC960 is not set
37780 +# CONFIG_BLK_DEV_UMEM is not set
37781 +# CONFIG_BLK_DEV_COW_COMMON is not set
37782 +CONFIG_BLK_DEV_LOOP=y
37783 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
37784 +# CONFIG_BLK_DEV_NBD is not set
37785 +# CONFIG_BLK_DEV_SX8 is not set
37786 +CONFIG_BLK_DEV_RAM=y
37787 +CONFIG_BLK_DEV_RAM_COUNT=16
37788 +CONFIG_BLK_DEV_RAM_SIZE=32768
37789 +# CONFIG_BLK_DEV_XIP is not set
37790 +# CONFIG_CDROM_PKTCDVD is not set
37791 +# CONFIG_ATA_OVER_ETH is not set
37792 +CONFIG_MISC_DEVICES=y
37793 +# CONFIG_PHANTOM is not set
37794 +# CONFIG_EEPROM_93CX6 is not set
37795 +# CONFIG_SGI_IOC4 is not set
37796 +# CONFIG_TIFM_CORE is not set
37797 +# CONFIG_ENCLOSURE_SERVICES is not set
37799 +# CONFIG_IDE is not set
37802 +# SCSI device support
37804 +# CONFIG_RAID_ATTRS is not set
37807 +# CONFIG_SCSI_TGT is not set
37808 +# CONFIG_SCSI_NETLINK is not set
37809 +CONFIG_SCSI_PROC_FS=y
37812 +# SCSI support type (disk, tape, CD-ROM)
37814 +# CONFIG_BLK_DEV_SD is not set
37815 +# CONFIG_CHR_DEV_ST is not set
37816 +# CONFIG_CHR_DEV_OSST is not set
37817 +# CONFIG_BLK_DEV_SR is not set
37818 +# CONFIG_CHR_DEV_SG is not set
37819 +# CONFIG_CHR_DEV_SCH is not set
37822 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
37824 +# CONFIG_SCSI_MULTI_LUN is not set
37825 +# CONFIG_SCSI_CONSTANTS is not set
37826 +# CONFIG_SCSI_LOGGING is not set
37827 +# CONFIG_SCSI_SCAN_ASYNC is not set
37828 +CONFIG_SCSI_WAIT_SCAN=m
37833 +# CONFIG_SCSI_SPI_ATTRS is not set
37834 +# CONFIG_SCSI_FC_ATTRS is not set
37835 +# CONFIG_SCSI_ISCSI_ATTRS is not set
37836 +# CONFIG_SCSI_SAS_LIBSAS is not set
37837 +# CONFIG_SCSI_SRP_ATTRS is not set
37838 +CONFIG_SCSI_LOWLEVEL=y
37839 +# CONFIG_ISCSI_TCP is not set
37840 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
37841 +# CONFIG_SCSI_3W_9XXX is not set
37842 +# CONFIG_SCSI_ACARD is not set
37843 +# CONFIG_SCSI_AACRAID is not set
37844 +# CONFIG_SCSI_AIC7XXX is not set
37845 +# CONFIG_SCSI_AIC7XXX_OLD is not set
37846 +# CONFIG_SCSI_AIC79XX is not set
37847 +# CONFIG_SCSI_AIC94XX is not set
37848 +# CONFIG_SCSI_DPT_I2O is not set
37849 +# CONFIG_SCSI_ADVANSYS is not set
37850 +# CONFIG_SCSI_ARCMSR is not set
37851 +# CONFIG_MEGARAID_NEWGEN is not set
37852 +# CONFIG_MEGARAID_LEGACY is not set
37853 +# CONFIG_MEGARAID_SAS is not set
37854 +# CONFIG_SCSI_HPTIOP is not set
37855 +# CONFIG_SCSI_BUSLOGIC is not set
37856 +# CONFIG_SCSI_DMX3191D is not set
37857 +# CONFIG_SCSI_EATA is not set
37858 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
37859 +# CONFIG_SCSI_GDTH is not set
37860 +# CONFIG_SCSI_IPS is not set
37861 +# CONFIG_SCSI_INITIO is not set
37862 +# CONFIG_SCSI_INIA100 is not set
37863 +# CONFIG_SCSI_MVSAS is not set
37864 +# CONFIG_SCSI_STEX is not set
37865 +# CONFIG_SCSI_SYM53C8XX_2 is not set
37866 +# CONFIG_SCSI_QLOGIC_1280 is not set
37867 +# CONFIG_SCSI_QLA_FC is not set
37868 +# CONFIG_SCSI_QLA_ISCSI is not set
37869 +# CONFIG_SCSI_LPFC is not set
37870 +# CONFIG_SCSI_DC395x is not set
37871 +# CONFIG_SCSI_DC390T is not set
37872 +# CONFIG_SCSI_NSP32 is not set
37873 +# CONFIG_SCSI_DEBUG is not set
37874 +# CONFIG_SCSI_SRP is not set
37875 +# CONFIG_ATA is not set
37876 +# CONFIG_MD is not set
37877 +# CONFIG_FUSION is not set
37880 +# IEEE 1394 (FireWire) support
37882 +# CONFIG_FIREWIRE is not set
37883 +# CONFIG_IEEE1394 is not set
37884 +# CONFIG_I2O is not set
37885 +# CONFIG_MACINTOSH_DRIVERS is not set
37886 +CONFIG_NETDEVICES=y
37887 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
37888 +# CONFIG_DUMMY is not set
37889 +# CONFIG_BONDING is not set
37890 +# CONFIG_MACVLAN is not set
37891 +# CONFIG_EQUALIZER is not set
37892 +# CONFIG_TUN is not set
37893 +# CONFIG_VETH is not set
37894 +# CONFIG_ARCNET is not set
37898 +# MII PHY device drivers
37900 +CONFIG_MARVELL_PHY=y
37901 +# CONFIG_DAVICOM_PHY is not set
37902 +# CONFIG_QSEMI_PHY is not set
37903 +# CONFIG_LXT_PHY is not set
37904 +# CONFIG_CICADA_PHY is not set
37905 +# CONFIG_VITESSE_PHY is not set
37906 +# CONFIG_SMSC_PHY is not set
37907 +# CONFIG_BROADCOM_PHY is not set
37908 +# CONFIG_ICPLUS_PHY is not set
37909 +# CONFIG_REALTEK_PHY is not set
37910 +# CONFIG_FIXED_PHY is not set
37911 +# CONFIG_MDIO_BITBANG is not set
37912 +CONFIG_NET_ETHERNET=y
37914 +# CONFIG_HAPPYMEAL is not set
37915 +# CONFIG_SUNGEM is not set
37916 +# CONFIG_CASSINI is not set
37917 +# CONFIG_NET_VENDOR_3COM is not set
37918 +# CONFIG_NET_TULIP is not set
37919 +# CONFIG_HP100 is not set
37920 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
37921 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
37922 +# CONFIG_IBM_NEW_EMAC_TAH is not set
37923 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
37924 +# CONFIG_NET_PCI is not set
37925 +# CONFIG_B44 is not set
37926 +CONFIG_NETDEV_1000=y
37927 +# CONFIG_ACENIC is not set
37928 +# CONFIG_DL2K is not set
37929 +# CONFIG_E1000 is not set
37930 +# CONFIG_E1000E is not set
37931 +# CONFIG_E1000E_ENABLED is not set
37932 +# CONFIG_IP1000 is not set
37933 +# CONFIG_IGB is not set
37934 +# CONFIG_NS83820 is not set
37935 +# CONFIG_HAMACHI is not set
37936 +# CONFIG_YELLOWFIN is not set
37937 +# CONFIG_R8169 is not set
37938 +# CONFIG_SIS190 is not set
37939 +# CONFIG_SKGE is not set
37940 +# CONFIG_SKY2 is not set
37941 +# CONFIG_SK98LIN is not set
37942 +# CONFIG_VIA_VELOCITY is not set
37943 +# CONFIG_TIGON3 is not set
37944 +# CONFIG_BNX2 is not set
37946 +CONFIG_GFAR_NAPI=y
37947 +# CONFIG_UCC_GETH is not set
37948 +# CONFIG_QLA3XXX is not set
37949 +# CONFIG_ATL1 is not set
37950 +CONFIG_NETDEV_10000=y
37951 +# CONFIG_CHELSIO_T1 is not set
37952 +# CONFIG_CHELSIO_T3 is not set
37953 +# CONFIG_IXGBE is not set
37954 +# CONFIG_IXGB is not set
37955 +# CONFIG_S2IO is not set
37956 +# CONFIG_MYRI10GE is not set
37957 +# CONFIG_NETXEN_NIC is not set
37958 +# CONFIG_NIU is not set
37959 +# CONFIG_MLX4_CORE is not set
37960 +# CONFIG_TEHUTI is not set
37961 +# CONFIG_BNX2X is not set
37962 +# CONFIG_TR is not set
37967 +# CONFIG_WLAN_PRE80211 is not set
37968 +# CONFIG_WLAN_80211 is not set
37969 +# CONFIG_WAN is not set
37970 +# CONFIG_FDDI is not set
37971 +# CONFIG_HIPPI is not set
37972 +# CONFIG_PPP is not set
37973 +# CONFIG_SLIP is not set
37974 +# CONFIG_NET_FC is not set
37975 +# CONFIG_NETCONSOLE is not set
37976 +# CONFIG_NETPOLL is not set
37977 +# CONFIG_NET_POLL_CONTROLLER is not set
37978 +# CONFIG_ISDN is not set
37979 +# CONFIG_PHONE is not set
37982 +# Input device support
37985 +# CONFIG_INPUT_FF_MEMLESS is not set
37986 +# CONFIG_INPUT_POLLDEV is not set
37989 +# Userland interfaces
37991 +# CONFIG_INPUT_MOUSEDEV is not set
37992 +# CONFIG_INPUT_JOYDEV is not set
37993 +# CONFIG_INPUT_EVDEV is not set
37994 +# CONFIG_INPUT_EVBUG is not set
37997 +# Input Device Drivers
37999 +# CONFIG_INPUT_KEYBOARD is not set
38000 +# CONFIG_INPUT_MOUSE is not set
38001 +# CONFIG_INPUT_JOYSTICK is not set
38002 +# CONFIG_INPUT_TABLET is not set
38003 +# CONFIG_INPUT_TOUCHSCREEN is not set
38004 +# CONFIG_INPUT_MISC is not set
38007 +# Hardware I/O ports
38009 +# CONFIG_SERIO is not set
38010 +# CONFIG_GAMEPORT is not set
38013 +# Character devices
38015 +# CONFIG_VT is not set
38016 +# CONFIG_SERIAL_NONSTANDARD is not set
38017 +# CONFIG_NOZOMI is not set
38022 +CONFIG_SERIAL_8250=y
38023 +CONFIG_SERIAL_8250_CONSOLE=y
38024 +CONFIG_SERIAL_8250_PCI=y
38025 +CONFIG_SERIAL_8250_NR_UARTS=4
38026 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
38027 +# CONFIG_SERIAL_8250_EXTENDED is not set
38028 +CONFIG_SERIAL_8250_SHARE_IRQ=y
38031 +# Non-8250 serial port support
38033 +# CONFIG_SERIAL_UARTLITE is not set
38034 +CONFIG_SERIAL_CORE=y
38035 +CONFIG_SERIAL_CORE_CONSOLE=y
38036 +# CONFIG_SERIAL_JSM is not set
38037 +# CONFIG_SERIAL_OF_PLATFORM is not set
38038 +# CONFIG_SERIAL_QE is not set
38039 +CONFIG_UNIX98_PTYS=y
38040 +CONFIG_LEGACY_PTYS=y
38041 +CONFIG_LEGACY_PTY_COUNT=256
38042 +# CONFIG_IPMI_HANDLER is not set
38043 +CONFIG_HW_RANDOM=y
38044 +# CONFIG_NVRAM is not set
38045 +# CONFIG_GEN_RTC is not set
38046 +# CONFIG_R3964 is not set
38047 +# CONFIG_APPLICOM is not set
38048 +# CONFIG_RAW_DRIVER is not set
38049 +# CONFIG_TCG_TPM is not set
38052 +CONFIG_I2C_BOARDINFO=y
38053 +CONFIG_I2C_CHARDEV=y
38058 +# CONFIG_I2C_ALGOBIT is not set
38059 +# CONFIG_I2C_ALGOPCF is not set
38060 +# CONFIG_I2C_ALGOPCA is not set
38063 +# I2C Hardware Bus support
38065 +# CONFIG_I2C_ALI1535 is not set
38066 +# CONFIG_I2C_ALI1563 is not set
38067 +# CONFIG_I2C_ALI15X3 is not set
38068 +# CONFIG_I2C_AMD756 is not set
38069 +# CONFIG_I2C_AMD8111 is not set
38070 +# CONFIG_I2C_I801 is not set
38071 +# CONFIG_I2C_I810 is not set
38072 +# CONFIG_I2C_PIIX4 is not set
38074 +# CONFIG_I2C_NFORCE2 is not set
38075 +# CONFIG_I2C_OCORES is not set
38076 +# CONFIG_I2C_PARPORT_LIGHT is not set
38077 +# CONFIG_I2C_PROSAVAGE is not set
38078 +# CONFIG_I2C_SAVAGE4 is not set
38079 +# CONFIG_I2C_SIMTEC is not set
38080 +# CONFIG_I2C_SIS5595 is not set
38081 +# CONFIG_I2C_SIS630 is not set
38082 +# CONFIG_I2C_SIS96X is not set
38083 +# CONFIG_I2C_TAOS_EVM is not set
38084 +# CONFIG_I2C_STUB is not set
38085 +# CONFIG_I2C_VIA is not set
38086 +# CONFIG_I2C_VIAPRO is not set
38087 +# CONFIG_I2C_VOODOO3 is not set
38090 +# Miscellaneous I2C Chip support
38092 +# CONFIG_DS1682 is not set
38093 +# CONFIG_SENSORS_EEPROM is not set
38094 +# CONFIG_SENSORS_PCF8574 is not set
38095 +# CONFIG_PCF8575 is not set
38096 +# CONFIG_SENSORS_PCF8591 is not set
38097 +# CONFIG_TPS65010 is not set
38098 +# CONFIG_SENSORS_MAX6875 is not set
38099 +# CONFIG_SENSORS_TSL2550 is not set
38100 +# CONFIG_I2C_DEBUG_CORE is not set
38101 +# CONFIG_I2C_DEBUG_ALGO is not set
38102 +# CONFIG_I2C_DEBUG_BUS is not set
38103 +# CONFIG_I2C_DEBUG_CHIP is not set
38108 +# CONFIG_SPI is not set
38109 +# CONFIG_SPI_MASTER is not set
38110 +# CONFIG_W1 is not set
38111 +# CONFIG_POWER_SUPPLY is not set
38113 +# CONFIG_HWMON_VID is not set
38114 +# CONFIG_SENSORS_AD7418 is not set
38115 +# CONFIG_SENSORS_ADM1021 is not set
38116 +# CONFIG_SENSORS_ADM1025 is not set
38117 +# CONFIG_SENSORS_ADM1026 is not set
38118 +# CONFIG_SENSORS_ADM1029 is not set
38119 +# CONFIG_SENSORS_ADM1031 is not set
38120 +# CONFIG_SENSORS_ADM9240 is not set
38121 +# CONFIG_SENSORS_ADT7470 is not set
38122 +# CONFIG_SENSORS_ADT7473 is not set
38123 +# CONFIG_SENSORS_ATXP1 is not set
38124 +# CONFIG_SENSORS_DS1621 is not set
38125 +# CONFIG_SENSORS_I5K_AMB is not set
38126 +# CONFIG_SENSORS_F71805F is not set
38127 +# CONFIG_SENSORS_F71882FG is not set
38128 +# CONFIG_SENSORS_F75375S is not set
38129 +# CONFIG_SENSORS_GL518SM is not set
38130 +# CONFIG_SENSORS_GL520SM is not set
38131 +# CONFIG_SENSORS_IT87 is not set
38132 +# CONFIG_SENSORS_LM63 is not set
38133 +# CONFIG_SENSORS_LM75 is not set
38134 +# CONFIG_SENSORS_LM77 is not set
38135 +# CONFIG_SENSORS_LM78 is not set
38136 +# CONFIG_SENSORS_LM80 is not set
38137 +# CONFIG_SENSORS_LM83 is not set
38138 +# CONFIG_SENSORS_LM85 is not set
38139 +# CONFIG_SENSORS_LM87 is not set
38140 +# CONFIG_SENSORS_LM90 is not set
38141 +# CONFIG_SENSORS_LM92 is not set
38142 +# CONFIG_SENSORS_LM93 is not set
38143 +# CONFIG_SENSORS_MAX1619 is not set
38144 +# CONFIG_SENSORS_MAX6650 is not set
38145 +# CONFIG_SENSORS_PC87360 is not set
38146 +# CONFIG_SENSORS_PC87427 is not set
38147 +# CONFIG_SENSORS_SIS5595 is not set
38148 +# CONFIG_SENSORS_DME1737 is not set
38149 +# CONFIG_SENSORS_SMSC47M1 is not set
38150 +# CONFIG_SENSORS_SMSC47M192 is not set
38151 +# CONFIG_SENSORS_SMSC47B397 is not set
38152 +# CONFIG_SENSORS_ADS7828 is not set
38153 +# CONFIG_SENSORS_THMC50 is not set
38154 +# CONFIG_SENSORS_VIA686A is not set
38155 +# CONFIG_SENSORS_VT1211 is not set
38156 +# CONFIG_SENSORS_VT8231 is not set
38157 +# CONFIG_SENSORS_W83781D is not set
38158 +# CONFIG_SENSORS_W83791D is not set
38159 +# CONFIG_SENSORS_W83792D is not set
38160 +# CONFIG_SENSORS_W83793 is not set
38161 +# CONFIG_SENSORS_W83L785TS is not set
38162 +# CONFIG_SENSORS_W83L786NG is not set
38163 +# CONFIG_SENSORS_W83627HF is not set
38164 +# CONFIG_SENSORS_W83627EHF is not set
38165 +# CONFIG_HWMON_DEBUG_CHIP is not set
38166 +# CONFIG_THERMAL is not set
38168 +# CONFIG_WATCHDOG_NOWAYOUT is not set
38171 +# Watchdog Device Drivers
38173 +# CONFIG_SOFT_WATCHDOG is not set
38174 +# CONFIG_BOOKE_WDT is not set
38177 +# PCI-based Watchdog Cards
38179 +# CONFIG_PCIPCWATCHDOG is not set
38180 +# CONFIG_WDTPCI is not set
38183 +# Sonics Silicon Backplane
38185 +CONFIG_SSB_POSSIBLE=y
38186 +# CONFIG_SSB is not set
38189 +# Multifunction device drivers
38191 +# CONFIG_MFD_SM501 is not set
38194 +# Multimedia devices
38196 +# CONFIG_VIDEO_DEV is not set
38197 +# CONFIG_DVB_CORE is not set
38201 +# Graphics support
38203 +# CONFIG_AGP is not set
38204 +# CONFIG_DRM is not set
38205 +# CONFIG_VGASTATE is not set
38206 +CONFIG_VIDEO_OUTPUT_CONTROL=m
38207 +# CONFIG_FB is not set
38208 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
38211 +# Display device support
38213 +# CONFIG_DISPLAY_SUPPORT is not set
38218 +# CONFIG_SOUND is not set
38219 +CONFIG_HID_SUPPORT=y
38221 +# CONFIG_HID_DEBUG is not set
38222 +# CONFIG_HIDRAW is not set
38223 +CONFIG_USB_SUPPORT=y
38224 +CONFIG_USB_ARCH_HAS_HCD=y
38225 +CONFIG_USB_ARCH_HAS_OHCI=y
38226 +CONFIG_USB_ARCH_HAS_EHCI=y
38227 +# CONFIG_USB is not set
38230 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
38232 +# CONFIG_USB_GADGET is not set
38233 +# CONFIG_MMC is not set
38234 +# CONFIG_MEMSTICK is not set
38235 +# CONFIG_NEW_LEDS is not set
38236 +# CONFIG_INFINIBAND is not set
38237 +# CONFIG_EDAC is not set
38239 +CONFIG_RTC_CLASS=y
38240 +CONFIG_RTC_HCTOSYS=y
38241 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
38242 +# CONFIG_RTC_DEBUG is not set
38247 +CONFIG_RTC_INTF_SYSFS=y
38248 +CONFIG_RTC_INTF_PROC=y
38249 +CONFIG_RTC_INTF_DEV=y
38250 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
38251 +# CONFIG_RTC_DRV_TEST is not set
38256 +# CONFIG_RTC_DRV_DS1307 is not set
38257 +CONFIG_RTC_DRV_DS1374=y
38258 +# CONFIG_RTC_DRV_DS1672 is not set
38259 +# CONFIG_RTC_DRV_MAX6900 is not set
38260 +# CONFIG_RTC_DRV_RS5C372 is not set
38261 +# CONFIG_RTC_DRV_ISL1208 is not set
38262 +# CONFIG_RTC_DRV_X1205 is not set
38263 +# CONFIG_RTC_DRV_PCF8563 is not set
38264 +# CONFIG_RTC_DRV_PCF8583 is not set
38265 +# CONFIG_RTC_DRV_M41T80 is not set
38266 +# CONFIG_RTC_DRV_S35390A is not set
38273 +# Platform RTC drivers
38275 +# CONFIG_RTC_DRV_CMOS is not set
38276 +# CONFIG_RTC_DRV_DS1511 is not set
38277 +# CONFIG_RTC_DRV_DS1553 is not set
38278 +# CONFIG_RTC_DRV_DS1742 is not set
38279 +# CONFIG_RTC_DRV_STK17TA8 is not set
38280 +# CONFIG_RTC_DRV_M48T86 is not set
38281 +# CONFIG_RTC_DRV_M48T59 is not set
38282 +# CONFIG_RTC_DRV_V3020 is not set
38285 +# on-CPU RTC drivers
38287 +# CONFIG_DMADEVICES is not set
38292 +# CONFIG_UIO is not set
38298 +# CONFIG_EXT2_FS_XATTR is not set
38299 +# CONFIG_EXT2_FS_XIP is not set
38301 +CONFIG_EXT3_FS_XATTR=y
38302 +# CONFIG_EXT3_FS_POSIX_ACL is not set
38303 +# CONFIG_EXT3_FS_SECURITY is not set
38304 +# CONFIG_EXT4DEV_FS is not set
38306 +CONFIG_FS_MBCACHE=y
38307 +# CONFIG_REISERFS_FS is not set
38308 +# CONFIG_JFS_FS is not set
38309 +# CONFIG_FS_POSIX_ACL is not set
38310 +# CONFIG_XFS_FS is not set
38311 +# CONFIG_GFS2_FS is not set
38312 +# CONFIG_OCFS2_FS is not set
38315 +CONFIG_INOTIFY_USER=y
38316 +# CONFIG_QUOTA is not set
38317 +# CONFIG_AUTOFS_FS is not set
38318 +# CONFIG_AUTOFS4_FS is not set
38319 +# CONFIG_FUSE_FS is not set
38322 +# CD-ROM/DVD Filesystems
38324 +# CONFIG_ISO9660_FS is not set
38325 +# CONFIG_UDF_FS is not set
38328 +# DOS/FAT/NT Filesystems
38330 +# CONFIG_MSDOS_FS is not set
38331 +# CONFIG_VFAT_FS is not set
38332 +# CONFIG_NTFS_FS is not set
38335 +# Pseudo filesystems
38338 +CONFIG_PROC_KCORE=y
38339 +CONFIG_PROC_SYSCTL=y
38342 +# CONFIG_TMPFS_POSIX_ACL is not set
38343 +# CONFIG_HUGETLB_PAGE is not set
38344 +# CONFIG_CONFIGFS_FS is not set
38347 +# Miscellaneous filesystems
38349 +# CONFIG_ADFS_FS is not set
38350 +# CONFIG_AFFS_FS is not set
38351 +# CONFIG_HFS_FS is not set
38352 +# CONFIG_HFSPLUS_FS is not set
38353 +# CONFIG_BEFS_FS is not set
38354 +# CONFIG_BFS_FS is not set
38355 +# CONFIG_EFS_FS is not set
38356 +# CONFIG_CRAMFS is not set
38357 +# CONFIG_VXFS_FS is not set
38358 +# CONFIG_MINIX_FS is not set
38359 +# CONFIG_HPFS_FS is not set
38360 +# CONFIG_QNX4FS_FS is not set
38361 +# CONFIG_ROMFS_FS is not set
38362 +# CONFIG_SYSV_FS is not set
38363 +# CONFIG_UFS_FS is not set
38364 +CONFIG_NETWORK_FILESYSTEMS=y
38367 +# CONFIG_NFS_V3_ACL is not set
38369 +# CONFIG_NFS_DIRECTIO is not set
38370 +# CONFIG_NFSD is not set
38374 +CONFIG_NFS_COMMON=y
38376 +CONFIG_SUNRPC_GSS=y
38377 +# CONFIG_SUNRPC_BIND34 is not set
38378 +CONFIG_RPCSEC_GSS_KRB5=y
38379 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
38380 +# CONFIG_SMB_FS is not set
38381 +# CONFIG_CIFS is not set
38382 +# CONFIG_NCP_FS is not set
38383 +# CONFIG_CODA_FS is not set
38384 +# CONFIG_AFS_FS is not set
38389 +CONFIG_PARTITION_ADVANCED=y
38390 +# CONFIG_ACORN_PARTITION is not set
38391 +# CONFIG_OSF_PARTITION is not set
38392 +# CONFIG_AMIGA_PARTITION is not set
38393 +# CONFIG_ATARI_PARTITION is not set
38394 +# CONFIG_MAC_PARTITION is not set
38395 +# CONFIG_MSDOS_PARTITION is not set
38396 +# CONFIG_LDM_PARTITION is not set
38397 +# CONFIG_SGI_PARTITION is not set
38398 +# CONFIG_ULTRIX_PARTITION is not set
38399 +# CONFIG_SUN_PARTITION is not set
38400 +# CONFIG_KARMA_PARTITION is not set
38401 +# CONFIG_EFI_PARTITION is not set
38402 +# CONFIG_SYSV68_PARTITION is not set
38403 +# CONFIG_NLS is not set
38404 +# CONFIG_DLM is not set
38407 +# Library routines
38409 +CONFIG_BITREVERSE=y
38410 +# CONFIG_CRC_CCITT is not set
38411 +# CONFIG_CRC16 is not set
38412 +# CONFIG_CRC_ITU_T is not set
38414 +# CONFIG_CRC7 is not set
38415 +# CONFIG_LIBCRC32C is not set
38417 +CONFIG_HAS_IOMEM=y
38418 +CONFIG_HAS_IOPORT=y
38424 +# CONFIG_PRINTK_TIME is not set
38425 +CONFIG_ENABLE_WARN_DEPRECATED=y
38426 +CONFIG_ENABLE_MUST_CHECK=y
38427 +# CONFIG_MAGIC_SYSRQ is not set
38428 +# CONFIG_UNUSED_SYMBOLS is not set
38429 +# CONFIG_DEBUG_FS is not set
38430 +# CONFIG_HEADERS_CHECK is not set
38431 +CONFIG_DEBUG_KERNEL=y
38432 +# CONFIG_DEBUG_SHIRQ is not set
38433 +CONFIG_DETECT_SOFTLOCKUP=y
38434 +CONFIG_SCHED_DEBUG=y
38435 +# CONFIG_SCHEDSTATS is not set
38436 +# CONFIG_TIMER_STATS is not set
38437 +# CONFIG_SLUB_DEBUG_ON is not set
38438 +# CONFIG_SLUB_STATS is not set
38439 +# CONFIG_DEBUG_RT_MUTEXES is not set
38440 +# CONFIG_RT_MUTEX_TESTER is not set
38441 +# CONFIG_DEBUG_SPINLOCK is not set
38442 +# CONFIG_DEBUG_MUTEXES is not set
38443 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
38444 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
38445 +# CONFIG_DEBUG_KOBJECT is not set
38446 +# CONFIG_DEBUG_BUGVERBOSE is not set
38447 +# CONFIG_DEBUG_INFO is not set
38448 +# CONFIG_DEBUG_VM is not set
38449 +# CONFIG_DEBUG_LIST is not set
38450 +# CONFIG_DEBUG_SG is not set
38451 +# CONFIG_BOOT_PRINTK_DELAY is not set
38452 +# CONFIG_RCU_TORTURE_TEST is not set
38453 +# CONFIG_BACKTRACE_SELF_TEST is not set
38454 +# CONFIG_FAULT_INJECTION is not set
38455 +# CONFIG_SAMPLES is not set
38456 +# CONFIG_DEBUG_STACKOVERFLOW is not set
38457 +# CONFIG_DEBUG_STACK_USAGE is not set
38458 +# CONFIG_DEBUG_PAGEALLOC is not set
38460 +# CONFIG_XMON is not set
38461 +# CONFIG_BDI_SWITCH is not set
38462 +CONFIG_PPC_EARLY_DEBUG=y
38463 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
38464 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
38465 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
38466 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
38467 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
38468 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
38469 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
38470 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
38471 +# CONFIG_PPC_EARLY_DEBUG_44x is not set
38472 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
38473 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
38476 +# Security options
38478 +# CONFIG_KEYS is not set
38479 +# CONFIG_SECURITY is not set
38480 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
38482 +CONFIG_CRYPTO_ALGAPI=y
38483 +CONFIG_CRYPTO_BLKCIPHER=y
38484 +# CONFIG_CRYPTO_SEQIV is not set
38485 +CONFIG_CRYPTO_MANAGER=y
38486 +# CONFIG_CRYPTO_HMAC is not set
38487 +# CONFIG_CRYPTO_XCBC is not set
38488 +# CONFIG_CRYPTO_NULL is not set
38489 +# CONFIG_CRYPTO_MD4 is not set
38490 +CONFIG_CRYPTO_MD5=y
38491 +# CONFIG_CRYPTO_SHA1 is not set
38492 +# CONFIG_CRYPTO_SHA256 is not set
38493 +# CONFIG_CRYPTO_SHA512 is not set
38494 +# CONFIG_CRYPTO_WP512 is not set
38495 +# CONFIG_CRYPTO_TGR192 is not set
38496 +# CONFIG_CRYPTO_GF128MUL is not set
38497 +CONFIG_CRYPTO_ECB=m
38498 +CONFIG_CRYPTO_CBC=y
38499 +CONFIG_CRYPTO_PCBC=m
38500 +# CONFIG_CRYPTO_LRW is not set
38501 +# CONFIG_CRYPTO_XTS is not set
38502 +# CONFIG_CRYPTO_CTR is not set
38503 +# CONFIG_CRYPTO_GCM is not set
38504 +# CONFIG_CRYPTO_CCM is not set
38505 +# CONFIG_CRYPTO_CRYPTD is not set
38506 +CONFIG_CRYPTO_DES=y
38507 +# CONFIG_CRYPTO_FCRYPT is not set
38508 +# CONFIG_CRYPTO_BLOWFISH is not set
38509 +# CONFIG_CRYPTO_TWOFISH is not set
38510 +# CONFIG_CRYPTO_SERPENT is not set
38511 +# CONFIG_CRYPTO_AES is not set
38512 +# CONFIG_CRYPTO_CAST5 is not set
38513 +# CONFIG_CRYPTO_CAST6 is not set
38514 +# CONFIG_CRYPTO_TEA is not set
38515 +# CONFIG_CRYPTO_ARC4 is not set
38516 +# CONFIG_CRYPTO_KHAZAD is not set
38517 +# CONFIG_CRYPTO_ANUBIS is not set
38518 +# CONFIG_CRYPTO_SEED is not set
38519 +# CONFIG_CRYPTO_SALSA20 is not set
38520 +# CONFIG_CRYPTO_DEFLATE is not set
38521 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
38522 +# CONFIG_CRYPTO_CRC32C is not set
38523 +# CONFIG_CRYPTO_CAMELLIA is not set
38524 +# CONFIG_CRYPTO_TEST is not set
38525 +# CONFIG_CRYPTO_AUTHENC is not set
38526 +# CONFIG_CRYPTO_LZO is not set
38527 +CONFIG_CRYPTO_HW=y
38528 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
38529 +# CONFIG_PPC_CLOCK is not set
38530 +CONFIG_PPC_LIB_RHEAP=y
38532 +++ b/arch/powerpc/configs/85xx/mpc8572_ds_defconfig
38535 +# Automatically generated make config: don't edit
38536 +# Linux kernel version: 2.6.25-rc7
38537 +# Mon Mar 31 11:37:06 2008
38539 +# CONFIG_PPC64 is not set
38542 +# Processor support
38544 +# CONFIG_6xx is not set
38546 +# CONFIG_PPC_8xx is not set
38547 +# CONFIG_40x is not set
38548 +# CONFIG_44x is not set
38549 +# CONFIG_E200 is not set
38552 +CONFIG_FSL_BOOKE=y
38553 +CONFIG_FSL_EMB_PERFMON=y
38554 +# CONFIG_PHYS_64BIT is not set
38556 +# CONFIG_PPC_MM_SLICES is not set
38558 +CONFIG_WORD_SIZE=32
38559 +CONFIG_PPC_MERGE=y
38561 +CONFIG_GENERIC_CMOS_UPDATE=y
38562 +CONFIG_GENERIC_TIME=y
38563 +CONFIG_GENERIC_TIME_VSYSCALL=y
38564 +CONFIG_GENERIC_CLOCKEVENTS=y
38565 +CONFIG_GENERIC_HARDIRQS=y
38566 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
38567 +CONFIG_IRQ_PER_CPU=y
38568 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
38569 +CONFIG_ARCH_HAS_ILOG2_U32=y
38570 +CONFIG_GENERIC_HWEIGHT=y
38571 +CONFIG_GENERIC_CALIBRATE_DELAY=y
38572 +CONFIG_GENERIC_FIND_NEXT_BIT=y
38573 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
38575 +CONFIG_EARLY_PRINTK=y
38576 +CONFIG_GENERIC_NVRAM=y
38577 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
38578 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
38581 +CONFIG_PPC_UDBG_16550=y
38582 +# CONFIG_GENERIC_TBSYNC is not set
38583 +CONFIG_AUDIT_ARCH=y
38584 +CONFIG_GENERIC_BUG=y
38585 +CONFIG_DEFAULT_UIMAGE=y
38586 +# CONFIG_PPC_DCR_NATIVE is not set
38587 +# CONFIG_PPC_DCR_MMIO is not set
38588 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
38593 +CONFIG_EXPERIMENTAL=y
38594 +CONFIG_BROKEN_ON_SMP=y
38595 +CONFIG_INIT_ENV_ARG_LIMIT=32
38596 +CONFIG_LOCALVERSION=""
38597 +CONFIG_LOCALVERSION_AUTO=y
38600 +CONFIG_SYSVIPC_SYSCTL=y
38601 +CONFIG_POSIX_MQUEUE=y
38602 +CONFIG_BSD_PROCESS_ACCT=y
38603 +# CONFIG_BSD_PROCESS_ACCT_V3 is not set
38604 +# CONFIG_TASKSTATS is not set
38606 +# CONFIG_AUDITSYSCALL is not set
38608 +CONFIG_IKCONFIG_PROC=y
38609 +CONFIG_LOG_BUF_SHIFT=14
38610 +# CONFIG_CGROUPS is not set
38611 +CONFIG_GROUP_SCHED=y
38612 +# CONFIG_FAIR_GROUP_SCHED is not set
38613 +# CONFIG_RT_GROUP_SCHED is not set
38614 +CONFIG_USER_SCHED=y
38615 +# CONFIG_CGROUP_SCHED is not set
38616 +CONFIG_SYSFS_DEPRECATED=y
38617 +CONFIG_SYSFS_DEPRECATED_V2=y
38618 +# CONFIG_RELAY is not set
38619 +# CONFIG_NAMESPACES is not set
38620 +CONFIG_BLK_DEV_INITRD=y
38621 +CONFIG_INITRAMFS_SOURCE=""
38622 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
38625 +CONFIG_SYSCTL_SYSCALL=y
38627 +CONFIG_KALLSYMS_ALL=y
38628 +CONFIG_KALLSYMS_EXTRA_PASS=y
38633 +CONFIG_COMPAT_BRK=y
38634 +CONFIG_BASE_FULL=y
38636 +CONFIG_ANON_INODES=y
38642 +CONFIG_VM_EVENT_COUNTERS=y
38643 +CONFIG_SLUB_DEBUG=y
38644 +# CONFIG_SLAB is not set
38646 +# CONFIG_SLOB is not set
38647 +# CONFIG_PROFILING is not set
38648 +# CONFIG_MARKERS is not set
38649 +CONFIG_HAVE_OPROFILE=y
38650 +# CONFIG_KPROBES is not set
38651 +CONFIG_HAVE_KPROBES=y
38652 +CONFIG_HAVE_KRETPROBES=y
38653 +CONFIG_PROC_PAGE_MONITOR=y
38655 +CONFIG_RT_MUTEXES=y
38656 +# CONFIG_TINY_SHMEM is not set
38657 +CONFIG_BASE_SMALL=0
38659 +CONFIG_MODULE_UNLOAD=y
38660 +CONFIG_MODULE_FORCE_UNLOAD=y
38661 +CONFIG_MODVERSIONS=y
38662 +# CONFIG_MODULE_SRCVERSION_ALL is not set
38666 +# CONFIG_BLK_DEV_IO_TRACE is not set
38667 +# CONFIG_LSF is not set
38668 +# CONFIG_BLK_DEV_BSG is not set
38673 +CONFIG_IOSCHED_NOOP=y
38674 +CONFIG_IOSCHED_AS=y
38675 +CONFIG_IOSCHED_DEADLINE=y
38676 +CONFIG_IOSCHED_CFQ=y
38677 +# CONFIG_DEFAULT_AS is not set
38678 +# CONFIG_DEFAULT_DEADLINE is not set
38679 +CONFIG_DEFAULT_CFQ=y
38680 +# CONFIG_DEFAULT_NOOP is not set
38681 +CONFIG_DEFAULT_IOSCHED="cfq"
38682 +CONFIG_CLASSIC_RCU=y
38685 +# Platform support
38687 +# CONFIG_PPC_MPC512x is not set
38688 +# CONFIG_PPC_MPC5121 is not set
38689 +# CONFIG_PPC_CELL is not set
38690 +# CONFIG_PPC_CELL_NATIVE is not set
38691 +# CONFIG_PQ2ADS is not set
38693 +# CONFIG_MPC8540_ADS is not set
38694 +# CONFIG_MPC8560_ADS is not set
38695 +# CONFIG_MPC85xx_CDS is not set
38696 +# CONFIG_MPC85xx_MDS is not set
38697 +CONFIG_MPC85xx_DS=y
38698 +# CONFIG_STX_GP3 is not set
38699 +# CONFIG_TQM8540 is not set
38700 +# CONFIG_TQM8541 is not set
38701 +# CONFIG_TQM8555 is not set
38702 +# CONFIG_TQM8560 is not set
38703 +# CONFIG_SBC8548 is not set
38704 +# CONFIG_SBC8560 is not set
38705 +# CONFIG_IPIC is not set
38707 +# CONFIG_MPIC_WEIRD is not set
38708 +CONFIG_PPC_I8259=y
38709 +# CONFIG_PPC_RTAS is not set
38710 +# CONFIG_MMIO_NVRAM is not set
38711 +# CONFIG_PPC_MPC106 is not set
38712 +# CONFIG_PPC_970_NAP is not set
38713 +# CONFIG_PPC_INDIRECT_IO is not set
38714 +# CONFIG_GENERIC_IOMAP is not set
38715 +# CONFIG_CPU_FREQ is not set
38716 +# CONFIG_CPM2 is not set
38717 +CONFIG_FSL_ULI1575=y
38723 +CONFIG_TICK_ONESHOT=y
38725 +CONFIG_HIGH_RES_TIMERS=y
38726 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
38727 +# CONFIG_HZ_100 is not set
38729 +# CONFIG_HZ_300 is not set
38730 +# CONFIG_HZ_1000 is not set
38732 +# CONFIG_SCHED_HRTICK is not set
38733 +CONFIG_PREEMPT_NONE=y
38734 +# CONFIG_PREEMPT_VOLUNTARY is not set
38735 +# CONFIG_PREEMPT is not set
38736 +CONFIG_BINFMT_ELF=y
38737 +CONFIG_BINFMT_MISC=m
38738 +CONFIG_MATH_EMULATION=y
38739 +# CONFIG_IOMMU_HELPER is not set
38740 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
38741 +CONFIG_ARCH_HAS_WALK_MEMORY=y
38742 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
38743 +CONFIG_ARCH_FLATMEM_ENABLE=y
38744 +CONFIG_ARCH_POPULATES_NODE_MAP=y
38745 +CONFIG_SELECT_MEMORY_MODEL=y
38746 +CONFIG_FLATMEM_MANUAL=y
38747 +# CONFIG_DISCONTIGMEM_MANUAL is not set
38748 +# CONFIG_SPARSEMEM_MANUAL is not set
38750 +CONFIG_FLAT_NODE_MEM_MAP=y
38751 +# CONFIG_SPARSEMEM_STATIC is not set
38752 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
38753 +CONFIG_SPLIT_PTLOCK_CPUS=4
38754 +# CONFIG_RESOURCES_64BIT is not set
38755 +CONFIG_ZONE_DMA_FLAG=1
38757 +CONFIG_VIRT_TO_BUS=y
38758 +CONFIG_PROC_DEVICETREE=y
38759 +# CONFIG_CMDLINE_BOOL is not set
38760 +# CONFIG_PM is not set
38762 +CONFIG_ISA_DMA_API=y
38768 +CONFIG_GENERIC_ISA_DMA=y
38769 +CONFIG_PPC_INDIRECT_PCI=y
38773 +CONFIG_PCI_DOMAINS=y
38774 +CONFIG_PCI_SYSCALL=y
38775 +# CONFIG_PCIEPORTBUS is not set
38776 +CONFIG_ARCH_SUPPORTS_MSI=y
38777 +# CONFIG_PCI_MSI is not set
38778 +CONFIG_PCI_LEGACY=y
38779 +# CONFIG_PCI_DEBUG is not set
38780 +# CONFIG_PCCARD is not set
38781 +# CONFIG_HOTPLUG_PCI is not set
38786 +# CONFIG_ADVANCED_OPTIONS is not set
38789 +# Default settings for advanced configuration options are used
38791 +CONFIG_HIGHMEM_START=0xfe000000
38792 +CONFIG_LOWMEM_SIZE=0x30000000
38793 +CONFIG_KERNEL_START=0xc0000000
38794 +CONFIG_TASK_SIZE=0xc0000000
38795 +CONFIG_BOOT_LOAD=0x00800000
38803 +# Networking options
38806 +# CONFIG_PACKET_MMAP is not set
38809 +CONFIG_XFRM_USER=y
38810 +# CONFIG_XFRM_SUB_POLICY is not set
38811 +# CONFIG_XFRM_MIGRATE is not set
38812 +# CONFIG_XFRM_STATISTICS is not set
38814 +# CONFIG_NET_KEY_MIGRATE is not set
38816 +CONFIG_IP_MULTICAST=y
38817 +CONFIG_IP_ADVANCED_ROUTER=y
38818 +CONFIG_ASK_IP_FIB_HASH=y
38819 +# CONFIG_IP_FIB_TRIE is not set
38820 +CONFIG_IP_FIB_HASH=y
38821 +CONFIG_IP_MULTIPLE_TABLES=y
38822 +CONFIG_IP_ROUTE_MULTIPATH=y
38823 +CONFIG_IP_ROUTE_VERBOSE=y
38825 +CONFIG_IP_PNP_DHCP=y
38826 +CONFIG_IP_PNP_BOOTP=y
38827 +CONFIG_IP_PNP_RARP=y
38829 +CONFIG_NET_IPGRE=y
38830 +CONFIG_NET_IPGRE_BROADCAST=y
38831 +CONFIG_IP_MROUTE=y
38832 +CONFIG_IP_PIMSM_V1=y
38833 +CONFIG_IP_PIMSM_V2=y
38835 +# CONFIG_SYN_COOKIES is not set
38836 +# CONFIG_INET_AH is not set
38837 +# CONFIG_INET_ESP is not set
38838 +# CONFIG_INET_IPCOMP is not set
38839 +# CONFIG_INET_XFRM_TUNNEL is not set
38840 +CONFIG_INET_TUNNEL=y
38841 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
38842 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
38843 +# CONFIG_INET_XFRM_MODE_BEET is not set
38844 +# CONFIG_INET_LRO is not set
38845 +CONFIG_INET_DIAG=y
38846 +CONFIG_INET_TCP_DIAG=y
38847 +# CONFIG_TCP_CONG_ADVANCED is not set
38848 +CONFIG_TCP_CONG_CUBIC=y
38849 +CONFIG_DEFAULT_TCP_CONG="cubic"
38850 +# CONFIG_TCP_MD5SIG is not set
38852 +# CONFIG_IPV6_PRIVACY is not set
38853 +# CONFIG_IPV6_ROUTER_PREF is not set
38854 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
38855 +# CONFIG_INET6_AH is not set
38856 +# CONFIG_INET6_ESP is not set
38857 +# CONFIG_INET6_IPCOMP is not set
38858 +# CONFIG_IPV6_MIP6 is not set
38859 +# CONFIG_INET6_XFRM_TUNNEL is not set
38860 +# CONFIG_INET6_TUNNEL is not set
38861 +CONFIG_INET6_XFRM_MODE_TRANSPORT=y
38862 +CONFIG_INET6_XFRM_MODE_TUNNEL=y
38863 +CONFIG_INET6_XFRM_MODE_BEET=y
38864 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
38866 +# CONFIG_IPV6_TUNNEL is not set
38867 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
38868 +# CONFIG_NETWORK_SECMARK is not set
38869 +# CONFIG_NETFILTER is not set
38870 +# CONFIG_IP_DCCP is not set
38872 +# CONFIG_SCTP_DBG_MSG is not set
38873 +# CONFIG_SCTP_DBG_OBJCNT is not set
38874 +# CONFIG_SCTP_HMAC_NONE is not set
38875 +# CONFIG_SCTP_HMAC_SHA1 is not set
38876 +CONFIG_SCTP_HMAC_MD5=y
38877 +# CONFIG_TIPC is not set
38878 +# CONFIG_ATM is not set
38879 +# CONFIG_BRIDGE is not set
38880 +# CONFIG_VLAN_8021Q is not set
38881 +# CONFIG_DECNET is not set
38882 +# CONFIG_LLC2 is not set
38883 +# CONFIG_IPX is not set
38884 +# CONFIG_ATALK is not set
38885 +# CONFIG_X25 is not set
38886 +# CONFIG_LAPB is not set
38887 +# CONFIG_ECONET is not set
38888 +# CONFIG_WAN_ROUTER is not set
38889 +# CONFIG_NET_SCHED is not set
38894 +# CONFIG_NET_PKTGEN is not set
38895 +# CONFIG_HAMRADIO is not set
38896 +# CONFIG_CAN is not set
38897 +# CONFIG_IRDA is not set
38898 +# CONFIG_BT is not set
38899 +# CONFIG_AF_RXRPC is not set
38900 +CONFIG_FIB_RULES=y
38905 +# CONFIG_CFG80211 is not set
38906 +# CONFIG_WIRELESS_EXT is not set
38907 +# CONFIG_MAC80211 is not set
38908 +# CONFIG_IEEE80211 is not set
38909 +# CONFIG_RFKILL is not set
38910 +# CONFIG_NET_9P is not set
38917 +# Generic Driver Options
38919 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
38920 +CONFIG_STANDALONE=y
38921 +CONFIG_PREVENT_FIRMWARE_BUILD=y
38922 +CONFIG_FW_LOADER=y
38923 +# CONFIG_DEBUG_DRIVER is not set
38924 +# CONFIG_DEBUG_DEVRES is not set
38925 +# CONFIG_SYS_HYPERVISOR is not set
38926 +# CONFIG_CONNECTOR is not set
38927 +# CONFIG_MTD is not set
38928 +CONFIG_OF_DEVICE=y
38929 +# CONFIG_PARPORT is not set
38931 +# CONFIG_BLK_DEV_FD is not set
38932 +# CONFIG_BLK_CPQ_DA is not set
38933 +# CONFIG_BLK_CPQ_CISS_DA is not set
38934 +# CONFIG_BLK_DEV_DAC960 is not set
38935 +# CONFIG_BLK_DEV_UMEM is not set
38936 +# CONFIG_BLK_DEV_COW_COMMON is not set
38937 +CONFIG_BLK_DEV_LOOP=y
38938 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
38939 +CONFIG_BLK_DEV_NBD=y
38940 +# CONFIG_BLK_DEV_SX8 is not set
38941 +# CONFIG_BLK_DEV_UB is not set
38942 +CONFIG_BLK_DEV_RAM=y
38943 +CONFIG_BLK_DEV_RAM_COUNT=16
38944 +CONFIG_BLK_DEV_RAM_SIZE=131072
38945 +# CONFIG_BLK_DEV_XIP is not set
38946 +# CONFIG_CDROM_PKTCDVD is not set
38947 +# CONFIG_ATA_OVER_ETH is not set
38948 +CONFIG_MISC_DEVICES=y
38949 +# CONFIG_PHANTOM is not set
38950 +# CONFIG_EEPROM_93CX6 is not set
38951 +# CONFIG_SGI_IOC4 is not set
38952 +# CONFIG_TIFM_CORE is not set
38953 +# CONFIG_ENCLOSURE_SERVICES is not set
38955 +# CONFIG_IDE is not set
38958 +# SCSI device support
38960 +# CONFIG_RAID_ATTRS is not set
38963 +# CONFIG_SCSI_TGT is not set
38964 +# CONFIG_SCSI_NETLINK is not set
38965 +CONFIG_SCSI_PROC_FS=y
38968 +# SCSI support type (disk, tape, CD-ROM)
38970 +CONFIG_BLK_DEV_SD=y
38971 +CONFIG_CHR_DEV_ST=y
38972 +# CONFIG_CHR_DEV_OSST is not set
38973 +CONFIG_BLK_DEV_SR=y
38974 +# CONFIG_BLK_DEV_SR_VENDOR is not set
38975 +CONFIG_CHR_DEV_SG=y
38976 +# CONFIG_CHR_DEV_SCH is not set
38979 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
38981 +CONFIG_SCSI_MULTI_LUN=y
38982 +# CONFIG_SCSI_CONSTANTS is not set
38983 +CONFIG_SCSI_LOGGING=y
38984 +# CONFIG_SCSI_SCAN_ASYNC is not set
38985 +CONFIG_SCSI_WAIT_SCAN=m
38990 +# CONFIG_SCSI_SPI_ATTRS is not set
38991 +# CONFIG_SCSI_FC_ATTRS is not set
38992 +# CONFIG_SCSI_ISCSI_ATTRS is not set
38993 +# CONFIG_SCSI_SAS_LIBSAS is not set
38994 +# CONFIG_SCSI_SRP_ATTRS is not set
38995 +CONFIG_SCSI_LOWLEVEL=y
38996 +# CONFIG_ISCSI_TCP is not set
38997 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
38998 +# CONFIG_SCSI_3W_9XXX is not set
38999 +# CONFIG_SCSI_ACARD is not set
39000 +# CONFIG_SCSI_AACRAID is not set
39001 +# CONFIG_SCSI_AIC7XXX is not set
39002 +# CONFIG_SCSI_AIC7XXX_OLD is not set
39003 +# CONFIG_SCSI_AIC79XX is not set
39004 +# CONFIG_SCSI_AIC94XX is not set
39005 +# CONFIG_SCSI_DPT_I2O is not set
39006 +# CONFIG_SCSI_ADVANSYS is not set
39007 +# CONFIG_SCSI_ARCMSR is not set
39008 +# CONFIG_MEGARAID_NEWGEN is not set
39009 +# CONFIG_MEGARAID_LEGACY is not set
39010 +# CONFIG_MEGARAID_SAS is not set
39011 +# CONFIG_SCSI_HPTIOP is not set
39012 +# CONFIG_SCSI_BUSLOGIC is not set
39013 +# CONFIG_SCSI_DMX3191D is not set
39014 +# CONFIG_SCSI_EATA is not set
39015 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
39016 +# CONFIG_SCSI_GDTH is not set
39017 +# CONFIG_SCSI_IPS is not set
39018 +# CONFIG_SCSI_INITIO is not set
39019 +# CONFIG_SCSI_INIA100 is not set
39020 +# CONFIG_SCSI_MVSAS is not set
39021 +# CONFIG_SCSI_STEX is not set
39022 +# CONFIG_SCSI_SYM53C8XX_2 is not set
39023 +# CONFIG_SCSI_IPR is not set
39024 +# CONFIG_SCSI_QLOGIC_1280 is not set
39025 +# CONFIG_SCSI_QLA_FC is not set
39026 +# CONFIG_SCSI_QLA_ISCSI is not set
39027 +# CONFIG_SCSI_LPFC is not set
39028 +# CONFIG_SCSI_DC395x is not set
39029 +# CONFIG_SCSI_DC390T is not set
39030 +# CONFIG_SCSI_NSP32 is not set
39031 +# CONFIG_SCSI_DEBUG is not set
39032 +# CONFIG_SCSI_SRP is not set
39034 +# CONFIG_ATA_NONSTANDARD is not set
39035 +CONFIG_SATA_AHCI=y
39036 +# CONFIG_SATA_SVW is not set
39037 +# CONFIG_ATA_PIIX is not set
39038 +# CONFIG_SATA_MV is not set
39039 +# CONFIG_SATA_NV is not set
39040 +# CONFIG_PDC_ADMA is not set
39041 +# CONFIG_SATA_QSTOR is not set
39042 +# CONFIG_SATA_PROMISE is not set
39043 +# CONFIG_SATA_SX4 is not set
39044 +# CONFIG_SATA_SIL is not set
39045 +# CONFIG_SATA_SIL24 is not set
39046 +# CONFIG_SATA_SIS is not set
39047 +# CONFIG_SATA_ULI is not set
39048 +# CONFIG_SATA_VIA is not set
39049 +# CONFIG_SATA_VITESSE is not set
39050 +# CONFIG_SATA_INIC162X is not set
39051 +# CONFIG_SATA_FSL is not set
39053 +# CONFIG_PATA_AMD is not set
39054 +# CONFIG_PATA_ARTOP is not set
39055 +# CONFIG_PATA_ATIIXP is not set
39056 +# CONFIG_PATA_CMD640_PCI is not set
39057 +# CONFIG_PATA_CMD64X is not set
39058 +# CONFIG_PATA_CS5520 is not set
39059 +# CONFIG_PATA_CS5530 is not set
39060 +# CONFIG_PATA_CYPRESS is not set
39061 +# CONFIG_PATA_EFAR is not set
39062 +# CONFIG_ATA_GENERIC is not set
39063 +# CONFIG_PATA_HPT366 is not set
39064 +# CONFIG_PATA_HPT37X is not set
39065 +# CONFIG_PATA_HPT3X2N is not set
39066 +# CONFIG_PATA_HPT3X3 is not set
39067 +# CONFIG_PATA_IT821X is not set
39068 +# CONFIG_PATA_IT8213 is not set
39069 +# CONFIG_PATA_JMICRON is not set
39070 +# CONFIG_PATA_TRIFLEX is not set
39071 +# CONFIG_PATA_MARVELL is not set
39072 +# CONFIG_PATA_MPIIX is not set
39073 +# CONFIG_PATA_OLDPIIX is not set
39074 +# CONFIG_PATA_NETCELL is not set
39075 +# CONFIG_PATA_NINJA32 is not set
39076 +# CONFIG_PATA_NS87410 is not set
39077 +# CONFIG_PATA_NS87415 is not set
39078 +# CONFIG_PATA_OPTI is not set
39079 +# CONFIG_PATA_OPTIDMA is not set
39080 +# CONFIG_PATA_PDC_OLD is not set
39081 +# CONFIG_PATA_RADISYS is not set
39082 +# CONFIG_PATA_RZ1000 is not set
39083 +# CONFIG_PATA_SC1200 is not set
39084 +# CONFIG_PATA_SERVERWORKS is not set
39085 +# CONFIG_PATA_PDC2027X is not set
39086 +# CONFIG_PATA_SIL680 is not set
39087 +# CONFIG_PATA_SIS is not set
39088 +# CONFIG_PATA_VIA is not set
39089 +# CONFIG_PATA_WINBOND is not set
39090 +# CONFIG_PATA_PLATFORM is not set
39091 +# CONFIG_MD is not set
39092 +# CONFIG_FUSION is not set
39095 +# IEEE 1394 (FireWire) support
39097 +# CONFIG_FIREWIRE is not set
39098 +# CONFIG_IEEE1394 is not set
39099 +# CONFIG_I2O is not set
39100 +# CONFIG_MACINTOSH_DRIVERS is not set
39101 +CONFIG_NETDEVICES=y
39102 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
39104 +# CONFIG_BONDING is not set
39105 +# CONFIG_MACVLAN is not set
39106 +# CONFIG_EQUALIZER is not set
39107 +# CONFIG_TUN is not set
39108 +# CONFIG_VETH is not set
39109 +# CONFIG_ARCNET is not set
39113 +# MII PHY device drivers
39115 +# CONFIG_MARVELL_PHY is not set
39116 +# CONFIG_DAVICOM_PHY is not set
39117 +# CONFIG_QSEMI_PHY is not set
39118 +# CONFIG_LXT_PHY is not set
39119 +# CONFIG_CICADA_PHY is not set
39120 +CONFIG_VITESSE_PHY=y
39121 +# CONFIG_SMSC_PHY is not set
39122 +# CONFIG_BROADCOM_PHY is not set
39123 +# CONFIG_ICPLUS_PHY is not set
39124 +# CONFIG_REALTEK_PHY is not set
39125 +# CONFIG_FIXED_PHY is not set
39126 +# CONFIG_MDIO_BITBANG is not set
39127 +CONFIG_NET_ETHERNET=y
39129 +# CONFIG_HAPPYMEAL is not set
39130 +# CONFIG_SUNGEM is not set
39131 +# CONFIG_CASSINI is not set
39132 +# CONFIG_NET_VENDOR_3COM is not set
39133 +# CONFIG_NET_TULIP is not set
39134 +# CONFIG_HP100 is not set
39135 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
39136 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
39137 +# CONFIG_IBM_NEW_EMAC_TAH is not set
39138 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
39139 +# CONFIG_NET_PCI is not set
39140 +# CONFIG_B44 is not set
39141 +CONFIG_NETDEV_1000=y
39142 +# CONFIG_ACENIC is not set
39143 +# CONFIG_DL2K is not set
39144 +# CONFIG_E1000 is not set
39145 +# CONFIG_E1000E is not set
39146 +# CONFIG_E1000E_ENABLED is not set
39147 +# CONFIG_IP1000 is not set
39148 +# CONFIG_IGB is not set
39149 +# CONFIG_NS83820 is not set
39150 +# CONFIG_HAMACHI is not set
39151 +# CONFIG_YELLOWFIN is not set
39152 +# CONFIG_R8169 is not set
39153 +# CONFIG_SIS190 is not set
39154 +# CONFIG_SKGE is not set
39155 +# CONFIG_SKY2 is not set
39156 +# CONFIG_SK98LIN is not set
39157 +# CONFIG_VIA_VELOCITY is not set
39158 +# CONFIG_TIGON3 is not set
39159 +# CONFIG_BNX2 is not set
39161 +CONFIG_GFAR_NAPI=y
39162 +# CONFIG_QLA3XXX is not set
39163 +# CONFIG_ATL1 is not set
39164 +CONFIG_NETDEV_10000=y
39165 +# CONFIG_CHELSIO_T1 is not set
39166 +# CONFIG_CHELSIO_T3 is not set
39167 +# CONFIG_IXGBE is not set
39168 +# CONFIG_IXGB is not set
39169 +# CONFIG_S2IO is not set
39170 +# CONFIG_MYRI10GE is not set
39171 +# CONFIG_NETXEN_NIC is not set
39172 +# CONFIG_NIU is not set
39173 +# CONFIG_MLX4_CORE is not set
39174 +# CONFIG_TEHUTI is not set
39175 +# CONFIG_BNX2X is not set
39176 +# CONFIG_TR is not set
39181 +# CONFIG_WLAN_PRE80211 is not set
39182 +# CONFIG_WLAN_80211 is not set
39185 +# USB Network Adapters
39187 +# CONFIG_USB_CATC is not set
39188 +# CONFIG_USB_KAWETH is not set
39189 +# CONFIG_USB_PEGASUS is not set
39190 +# CONFIG_USB_RTL8150 is not set
39191 +# CONFIG_USB_USBNET is not set
39192 +# CONFIG_WAN is not set
39193 +# CONFIG_FDDI is not set
39194 +# CONFIG_HIPPI is not set
39195 +# CONFIG_PPP is not set
39196 +# CONFIG_SLIP is not set
39197 +# CONFIG_NET_FC is not set
39198 +# CONFIG_NETCONSOLE is not set
39199 +# CONFIG_NETPOLL is not set
39200 +# CONFIG_NET_POLL_CONTROLLER is not set
39201 +# CONFIG_ISDN is not set
39202 +# CONFIG_PHONE is not set
39205 +# Input device support
39208 +# CONFIG_INPUT_FF_MEMLESS is not set
39209 +# CONFIG_INPUT_POLLDEV is not set
39212 +# Userland interfaces
39214 +# CONFIG_INPUT_MOUSEDEV is not set
39215 +# CONFIG_INPUT_JOYDEV is not set
39216 +# CONFIG_INPUT_EVDEV is not set
39217 +# CONFIG_INPUT_EVBUG is not set
39220 +# Input Device Drivers
39222 +# CONFIG_INPUT_KEYBOARD is not set
39223 +# CONFIG_INPUT_MOUSE is not set
39224 +# CONFIG_INPUT_JOYSTICK is not set
39225 +# CONFIG_INPUT_TABLET is not set
39226 +# CONFIG_INPUT_TOUCHSCREEN is not set
39227 +# CONFIG_INPUT_MISC is not set
39230 +# Hardware I/O ports
39233 +CONFIG_SERIO_I8042=y
39234 +CONFIG_SERIO_SERPORT=y
39235 +# CONFIG_SERIO_PCIPS2 is not set
39236 +CONFIG_SERIO_LIBPS2=y
39237 +# CONFIG_SERIO_RAW is not set
39238 +# CONFIG_GAMEPORT is not set
39241 +# Character devices
39244 +CONFIG_VT_CONSOLE=y
39245 +CONFIG_HW_CONSOLE=y
39246 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
39247 +# CONFIG_SERIAL_NONSTANDARD is not set
39248 +# CONFIG_NOZOMI is not set
39253 +CONFIG_SERIAL_8250=y
39254 +CONFIG_SERIAL_8250_CONSOLE=y
39255 +CONFIG_SERIAL_8250_PCI=y
39256 +CONFIG_SERIAL_8250_NR_UARTS=2
39257 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
39258 +CONFIG_SERIAL_8250_EXTENDED=y
39259 +CONFIG_SERIAL_8250_MANY_PORTS=y
39260 +CONFIG_SERIAL_8250_SHARE_IRQ=y
39261 +CONFIG_SERIAL_8250_DETECT_IRQ=y
39262 +CONFIG_SERIAL_8250_RSA=y
39265 +# Non-8250 serial port support
39267 +# CONFIG_SERIAL_UARTLITE is not set
39268 +CONFIG_SERIAL_CORE=y
39269 +CONFIG_SERIAL_CORE_CONSOLE=y
39270 +# CONFIG_SERIAL_JSM is not set
39271 +# CONFIG_SERIAL_OF_PLATFORM is not set
39272 +CONFIG_UNIX98_PTYS=y
39273 +CONFIG_LEGACY_PTYS=y
39274 +CONFIG_LEGACY_PTY_COUNT=256
39275 +# CONFIG_IPMI_HANDLER is not set
39276 +# CONFIG_HW_RANDOM is not set
39278 +# CONFIG_GEN_RTC is not set
39279 +# CONFIG_R3964 is not set
39280 +# CONFIG_APPLICOM is not set
39281 +# CONFIG_RAW_DRIVER is not set
39282 +# CONFIG_TCG_TPM is not set
39285 +CONFIG_I2C_BOARDINFO=y
39286 +# CONFIG_I2C_CHARDEV is not set
39291 +# CONFIG_I2C_ALGOBIT is not set
39292 +# CONFIG_I2C_ALGOPCF is not set
39293 +# CONFIG_I2C_ALGOPCA is not set
39296 +# I2C Hardware Bus support
39298 +# CONFIG_I2C_ALI1535 is not set
39299 +# CONFIG_I2C_ALI1563 is not set
39300 +# CONFIG_I2C_ALI15X3 is not set
39301 +# CONFIG_I2C_AMD756 is not set
39302 +# CONFIG_I2C_AMD8111 is not set
39303 +# CONFIG_I2C_I801 is not set
39304 +# CONFIG_I2C_I810 is not set
39305 +# CONFIG_I2C_PIIX4 is not set
39307 +# CONFIG_I2C_NFORCE2 is not set
39308 +# CONFIG_I2C_OCORES is not set
39309 +# CONFIG_I2C_PARPORT_LIGHT is not set
39310 +# CONFIG_I2C_PROSAVAGE is not set
39311 +# CONFIG_I2C_SAVAGE4 is not set
39312 +# CONFIG_I2C_SIMTEC is not set
39313 +# CONFIG_I2C_SIS5595 is not set
39314 +# CONFIG_I2C_SIS630 is not set
39315 +# CONFIG_I2C_SIS96X is not set
39316 +# CONFIG_I2C_TAOS_EVM is not set
39317 +# CONFIG_I2C_STUB is not set
39318 +# CONFIG_I2C_TINY_USB is not set
39319 +# CONFIG_I2C_VIA is not set
39320 +# CONFIG_I2C_VIAPRO is not set
39321 +# CONFIG_I2C_VOODOO3 is not set
39324 +# Miscellaneous I2C Chip support
39326 +# CONFIG_DS1682 is not set
39327 +CONFIG_SENSORS_EEPROM=y
39328 +# CONFIG_SENSORS_PCF8574 is not set
39329 +# CONFIG_PCF8575 is not set
39330 +# CONFIG_SENSORS_PCF8591 is not set
39331 +# CONFIG_TPS65010 is not set
39332 +# CONFIG_SENSORS_MAX6875 is not set
39333 +# CONFIG_SENSORS_TSL2550 is not set
39334 +# CONFIG_I2C_DEBUG_CORE is not set
39335 +# CONFIG_I2C_DEBUG_ALGO is not set
39336 +# CONFIG_I2C_DEBUG_BUS is not set
39337 +# CONFIG_I2C_DEBUG_CHIP is not set
39342 +# CONFIG_SPI is not set
39343 +# CONFIG_SPI_MASTER is not set
39344 +# CONFIG_W1 is not set
39345 +# CONFIG_POWER_SUPPLY is not set
39346 +# CONFIG_HWMON is not set
39347 +# CONFIG_THERMAL is not set
39348 +# CONFIG_WATCHDOG is not set
39351 +# Sonics Silicon Backplane
39353 +CONFIG_SSB_POSSIBLE=y
39354 +# CONFIG_SSB is not set
39357 +# Multifunction device drivers
39359 +# CONFIG_MFD_SM501 is not set
39362 +# Multimedia devices
39364 +# CONFIG_VIDEO_DEV is not set
39366 +# CONFIG_DVB_CORE_ATTACH is not set
39367 +CONFIG_DVB_CAPTURE_DRIVERS=y
39370 +# Supported SAA7146 based PCI Adapters
39372 +# CONFIG_TTPCI_EEPROM is not set
39373 +# CONFIG_DVB_BUDGET_CORE is not set
39376 +# Supported USB Adapters
39378 +# CONFIG_DVB_USB is not set
39379 +# CONFIG_DVB_TTUSB_BUDGET is not set
39380 +# CONFIG_DVB_TTUSB_DEC is not set
39381 +# CONFIG_DVB_CINERGYT2 is not set
39384 +# Supported FlexCopII (B2C2) Adapters
39386 +# CONFIG_DVB_B2C2_FLEXCOP is not set
39389 +# Supported BT878 Adapters
39393 +# Supported Pluto2 Adapters
39395 +# CONFIG_DVB_PLUTO2 is not set
39398 +# Supported DVB Frontends
39402 +# Customise DVB Frontends
39404 +# CONFIG_DVB_FE_CUSTOMISE is not set
39407 +# DVB-S (satellite) frontends
39409 +# CONFIG_DVB_STV0299 is not set
39410 +# CONFIG_DVB_CX24110 is not set
39411 +# CONFIG_DVB_CX24123 is not set
39412 +# CONFIG_DVB_TDA8083 is not set
39413 +# CONFIG_DVB_MT312 is not set
39414 +# CONFIG_DVB_VES1X93 is not set
39415 +# CONFIG_DVB_S5H1420 is not set
39416 +# CONFIG_DVB_TDA10086 is not set
39419 +# DVB-T (terrestrial) frontends
39421 +# CONFIG_DVB_SP8870 is not set
39422 +# CONFIG_DVB_SP887X is not set
39423 +# CONFIG_DVB_CX22700 is not set
39424 +# CONFIG_DVB_CX22702 is not set
39425 +# CONFIG_DVB_L64781 is not set
39426 +# CONFIG_DVB_TDA1004X is not set
39427 +# CONFIG_DVB_NXT6000 is not set
39428 +# CONFIG_DVB_MT352 is not set
39429 +# CONFIG_DVB_ZL10353 is not set
39430 +# CONFIG_DVB_DIB3000MB is not set
39431 +# CONFIG_DVB_DIB3000MC is not set
39432 +# CONFIG_DVB_DIB7000M is not set
39433 +# CONFIG_DVB_DIB7000P is not set
39436 +# DVB-C (cable) frontends
39438 +# CONFIG_DVB_VES1820 is not set
39439 +# CONFIG_DVB_TDA10021 is not set
39440 +# CONFIG_DVB_TDA10023 is not set
39441 +# CONFIG_DVB_STV0297 is not set
39444 +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
39446 +# CONFIG_DVB_NXT200X is not set
39447 +# CONFIG_DVB_OR51211 is not set
39448 +# CONFIG_DVB_OR51132 is not set
39449 +# CONFIG_DVB_BCM3510 is not set
39450 +# CONFIG_DVB_LGDT330X is not set
39451 +# CONFIG_DVB_S5H1409 is not set
39454 +# Tuners/PLL support
39456 +# CONFIG_DVB_PLL is not set
39457 +# CONFIG_DVB_TDA826X is not set
39458 +# CONFIG_DVB_TDA827X is not set
39459 +# CONFIG_DVB_TDA18271 is not set
39460 +# CONFIG_DVB_TUNER_QT1010 is not set
39461 +# CONFIG_DVB_TUNER_MT2060 is not set
39462 +# CONFIG_DVB_TUNER_MT2266 is not set
39463 +# CONFIG_DVB_TUNER_MT2131 is not set
39464 +# CONFIG_DVB_TUNER_DIB0070 is not set
39465 +# CONFIG_DVB_TUNER_XC5000 is not set
39468 +# Miscellaneous devices
39470 +# CONFIG_DVB_LNBP21 is not set
39471 +# CONFIG_DVB_ISL6421 is not set
39472 +# CONFIG_DVB_TUA6100 is not set
39474 +# CONFIG_USB_DABUSB is not set
39477 +# Graphics support
39479 +# CONFIG_AGP is not set
39480 +# CONFIG_DRM is not set
39481 +# CONFIG_VGASTATE is not set
39482 +CONFIG_VIDEO_OUTPUT_CONTROL=y
39483 +# CONFIG_FB is not set
39484 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
39487 +# Display device support
39489 +# CONFIG_DISPLAY_SUPPORT is not set
39492 +# Console display driver support
39494 +CONFIG_VGA_CONSOLE=y
39495 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
39496 +CONFIG_DUMMY_CONSOLE=y
39504 +# Advanced Linux Sound Architecture
39507 +CONFIG_SND_TIMER=y
39509 +# CONFIG_SND_SEQUENCER is not set
39510 +# CONFIG_SND_MIXER_OSS is not set
39511 +# CONFIG_SND_PCM_OSS is not set
39512 +# CONFIG_SND_DYNAMIC_MINORS is not set
39513 +CONFIG_SND_SUPPORT_OLD_API=y
39514 +CONFIG_SND_VERBOSE_PROCFS=y
39515 +# CONFIG_SND_VERBOSE_PRINTK is not set
39516 +# CONFIG_SND_DEBUG is not set
39521 +CONFIG_SND_AC97_CODEC=y
39522 +# CONFIG_SND_DUMMY is not set
39523 +# CONFIG_SND_MTPAV is not set
39524 +# CONFIG_SND_SERIAL_U16550 is not set
39525 +# CONFIG_SND_MPU401 is not set
39530 +# CONFIG_SND_AD1889 is not set
39531 +# CONFIG_SND_ALS300 is not set
39532 +# CONFIG_SND_ALS4000 is not set
39533 +# CONFIG_SND_ALI5451 is not set
39534 +# CONFIG_SND_ATIIXP is not set
39535 +# CONFIG_SND_ATIIXP_MODEM is not set
39536 +# CONFIG_SND_AU8810 is not set
39537 +# CONFIG_SND_AU8820 is not set
39538 +# CONFIG_SND_AU8830 is not set
39539 +# CONFIG_SND_AZT3328 is not set
39540 +# CONFIG_SND_BT87X is not set
39541 +# CONFIG_SND_CA0106 is not set
39542 +# CONFIG_SND_CMIPCI is not set
39543 +# CONFIG_SND_OXYGEN is not set
39544 +# CONFIG_SND_CS4281 is not set
39545 +# CONFIG_SND_CS46XX is not set
39546 +# CONFIG_SND_CS5530 is not set
39547 +# CONFIG_SND_DARLA20 is not set
39548 +# CONFIG_SND_GINA20 is not set
39549 +# CONFIG_SND_LAYLA20 is not set
39550 +# CONFIG_SND_DARLA24 is not set
39551 +# CONFIG_SND_GINA24 is not set
39552 +# CONFIG_SND_LAYLA24 is not set
39553 +# CONFIG_SND_MONA is not set
39554 +# CONFIG_SND_MIA is not set
39555 +# CONFIG_SND_ECHO3G is not set
39556 +# CONFIG_SND_INDIGO is not set
39557 +# CONFIG_SND_INDIGOIO is not set
39558 +# CONFIG_SND_INDIGODJ is not set
39559 +# CONFIG_SND_EMU10K1 is not set
39560 +# CONFIG_SND_EMU10K1X is not set
39561 +# CONFIG_SND_ENS1370 is not set
39562 +# CONFIG_SND_ENS1371 is not set
39563 +# CONFIG_SND_ES1938 is not set
39564 +# CONFIG_SND_ES1968 is not set
39565 +# CONFIG_SND_FM801 is not set
39566 +# CONFIG_SND_HDA_INTEL is not set
39567 +# CONFIG_SND_HDSP is not set
39568 +# CONFIG_SND_HDSPM is not set
39569 +# CONFIG_SND_HIFIER is not set
39570 +# CONFIG_SND_ICE1712 is not set
39571 +# CONFIG_SND_ICE1724 is not set
39572 +CONFIG_SND_INTEL8X0=y
39573 +# CONFIG_SND_INTEL8X0M is not set
39574 +# CONFIG_SND_KORG1212 is not set
39575 +# CONFIG_SND_MAESTRO3 is not set
39576 +# CONFIG_SND_MIXART is not set
39577 +# CONFIG_SND_NM256 is not set
39578 +# CONFIG_SND_PCXHR is not set
39579 +# CONFIG_SND_RIPTIDE is not set
39580 +# CONFIG_SND_RME32 is not set
39581 +# CONFIG_SND_RME96 is not set
39582 +# CONFIG_SND_RME9652 is not set
39583 +# CONFIG_SND_SONICVIBES is not set
39584 +# CONFIG_SND_TRIDENT is not set
39585 +# CONFIG_SND_VIA82XX is not set
39586 +# CONFIG_SND_VIA82XX_MODEM is not set
39587 +# CONFIG_SND_VIRTUOSO is not set
39588 +# CONFIG_SND_VX222 is not set
39589 +# CONFIG_SND_YMFPCI is not set
39590 +# CONFIG_SND_AC97_POWER_SAVE is not set
39593 +# ALSA PowerMac devices
39597 +# ALSA PowerPC devices
39603 +# CONFIG_SND_USB_AUDIO is not set
39604 +# CONFIG_SND_USB_USX2Y is not set
39605 +# CONFIG_SND_USB_CAIAQ is not set
39608 +# System on Chip audio support
39610 +# CONFIG_SND_SOC is not set
39613 +# SoC Audio support for SuperH
39617 +# ALSA SoC audio for Freescale SOCs
39621 +# Open Sound System
39623 +# CONFIG_SOUND_PRIME is not set
39625 +CONFIG_HID_SUPPORT=y
39627 +# CONFIG_HID_DEBUG is not set
39628 +# CONFIG_HIDRAW is not set
39631 +# USB Input Devices
39634 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
39635 +# CONFIG_HID_FF is not set
39636 +# CONFIG_USB_HIDDEV is not set
39637 +CONFIG_USB_SUPPORT=y
39638 +CONFIG_USB_ARCH_HAS_HCD=y
39639 +CONFIG_USB_ARCH_HAS_OHCI=y
39640 +CONFIG_USB_ARCH_HAS_EHCI=y
39642 +# CONFIG_USB_DEBUG is not set
39643 +# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
39646 +# Miscellaneous USB options
39648 +CONFIG_USB_DEVICEFS=y
39649 +CONFIG_USB_DEVICE_CLASS=y
39650 +# CONFIG_USB_DYNAMIC_MINORS is not set
39651 +# CONFIG_USB_OTG is not set
39654 +# USB Host Controller Drivers
39656 +CONFIG_USB_EHCI_HCD=y
39657 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
39658 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
39659 +# CONFIG_USB_EHCI_FSL is not set
39660 +CONFIG_USB_EHCI_HCD_PPC_OF=y
39661 +# CONFIG_USB_ISP116X_HCD is not set
39662 +CONFIG_USB_OHCI_HCD=y
39663 +CONFIG_USB_OHCI_HCD_PPC_OF=y
39664 +CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
39665 +CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
39666 +CONFIG_USB_OHCI_HCD_PCI=y
39667 +CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
39668 +CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
39669 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
39670 +# CONFIG_USB_UHCI_HCD is not set
39671 +# CONFIG_USB_SL811_HCD is not set
39672 +# CONFIG_USB_R8A66597_HCD is not set
39675 +# USB Device Class drivers
39677 +# CONFIG_USB_ACM is not set
39678 +# CONFIG_USB_PRINTER is not set
39681 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
39685 +# may also be needed; see USB_STORAGE Help for more information
39687 +CONFIG_USB_STORAGE=y
39688 +# CONFIG_USB_STORAGE_DEBUG is not set
39689 +# CONFIG_USB_STORAGE_DATAFAB is not set
39690 +# CONFIG_USB_STORAGE_FREECOM is not set
39691 +# CONFIG_USB_STORAGE_ISD200 is not set
39692 +# CONFIG_USB_STORAGE_DPCM is not set
39693 +# CONFIG_USB_STORAGE_USBAT is not set
39694 +# CONFIG_USB_STORAGE_SDDR09 is not set
39695 +# CONFIG_USB_STORAGE_SDDR55 is not set
39696 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
39697 +# CONFIG_USB_STORAGE_ALAUDA is not set
39698 +# CONFIG_USB_STORAGE_KARMA is not set
39699 +# CONFIG_USB_LIBUSUAL is not set
39702 +# USB Imaging devices
39704 +# CONFIG_USB_MDC800 is not set
39705 +# CONFIG_USB_MICROTEK is not set
39709 +# USB port drivers
39711 +# CONFIG_USB_SERIAL is not set
39714 +# USB Miscellaneous drivers
39716 +# CONFIG_USB_EMI62 is not set
39717 +# CONFIG_USB_EMI26 is not set
39718 +# CONFIG_USB_ADUTUX is not set
39719 +# CONFIG_USB_AUERSWALD is not set
39720 +# CONFIG_USB_RIO500 is not set
39721 +# CONFIG_USB_LEGOTOWER is not set
39722 +# CONFIG_USB_LCD is not set
39723 +# CONFIG_USB_BERRY_CHARGE is not set
39724 +# CONFIG_USB_LED is not set
39725 +# CONFIG_USB_CYPRESS_CY7C63 is not set
39726 +# CONFIG_USB_CYTHERM is not set
39727 +# CONFIG_USB_PHIDGET is not set
39728 +# CONFIG_USB_IDMOUSE is not set
39729 +# CONFIG_USB_FTDI_ELAN is not set
39730 +# CONFIG_USB_APPLEDISPLAY is not set
39731 +# CONFIG_USB_SISUSBVGA is not set
39732 +# CONFIG_USB_LD is not set
39733 +# CONFIG_USB_TRANCEVIBRATOR is not set
39734 +# CONFIG_USB_IOWARRIOR is not set
39735 +# CONFIG_USB_TEST is not set
39736 +# CONFIG_USB_GADGET is not set
39737 +# CONFIG_MMC is not set
39738 +# CONFIG_MEMSTICK is not set
39739 +# CONFIG_NEW_LEDS is not set
39740 +# CONFIG_INFINIBAND is not set
39741 +# CONFIG_EDAC is not set
39743 +CONFIG_RTC_CLASS=y
39744 +CONFIG_RTC_HCTOSYS=y
39745 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
39746 +# CONFIG_RTC_DEBUG is not set
39751 +CONFIG_RTC_INTF_SYSFS=y
39752 +CONFIG_RTC_INTF_PROC=y
39753 +CONFIG_RTC_INTF_DEV=y
39754 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
39755 +# CONFIG_RTC_DRV_TEST is not set
39760 +# CONFIG_RTC_DRV_DS1307 is not set
39761 +# CONFIG_RTC_DRV_DS1374 is not set
39762 +# CONFIG_RTC_DRV_DS1672 is not set
39763 +# CONFIG_RTC_DRV_MAX6900 is not set
39764 +# CONFIG_RTC_DRV_RS5C372 is not set
39765 +# CONFIG_RTC_DRV_ISL1208 is not set
39766 +# CONFIG_RTC_DRV_X1205 is not set
39767 +# CONFIG_RTC_DRV_PCF8563 is not set
39768 +# CONFIG_RTC_DRV_PCF8583 is not set
39769 +# CONFIG_RTC_DRV_M41T80 is not set
39770 +# CONFIG_RTC_DRV_S35390A is not set
39777 +# Platform RTC drivers
39779 +CONFIG_RTC_DRV_CMOS=y
39780 +# CONFIG_RTC_DRV_DS1511 is not set
39781 +# CONFIG_RTC_DRV_DS1553 is not set
39782 +# CONFIG_RTC_DRV_DS1742 is not set
39783 +# CONFIG_RTC_DRV_STK17TA8 is not set
39784 +# CONFIG_RTC_DRV_M48T86 is not set
39785 +# CONFIG_RTC_DRV_M48T59 is not set
39786 +# CONFIG_RTC_DRV_V3020 is not set
39789 +# on-CPU RTC drivers
39791 +# CONFIG_DMADEVICES is not set
39796 +# CONFIG_UIO is not set
39802 +# CONFIG_EXT2_FS_XATTR is not set
39803 +# CONFIG_EXT2_FS_XIP is not set
39805 +CONFIG_EXT3_FS_XATTR=y
39806 +# CONFIG_EXT3_FS_POSIX_ACL is not set
39807 +# CONFIG_EXT3_FS_SECURITY is not set
39808 +# CONFIG_EXT4DEV_FS is not set
39810 +CONFIG_FS_MBCACHE=y
39811 +# CONFIG_REISERFS_FS is not set
39812 +# CONFIG_JFS_FS is not set
39813 +# CONFIG_FS_POSIX_ACL is not set
39814 +# CONFIG_XFS_FS is not set
39815 +# CONFIG_GFS2_FS is not set
39816 +# CONFIG_OCFS2_FS is not set
39819 +CONFIG_INOTIFY_USER=y
39820 +# CONFIG_QUOTA is not set
39821 +# CONFIG_AUTOFS_FS is not set
39822 +# CONFIG_AUTOFS4_FS is not set
39823 +# CONFIG_FUSE_FS is not set
39826 +# CD-ROM/DVD Filesystems
39828 +CONFIG_ISO9660_FS=m
39835 +# DOS/FAT/NT Filesystems
39840 +CONFIG_FAT_DEFAULT_CODEPAGE=437
39841 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
39843 +# CONFIG_NTFS_DEBUG is not set
39844 +# CONFIG_NTFS_RW is not set
39847 +# Pseudo filesystems
39850 +CONFIG_PROC_KCORE=y
39851 +CONFIG_PROC_SYSCTL=y
39854 +# CONFIG_TMPFS_POSIX_ACL is not set
39855 +# CONFIG_HUGETLB_PAGE is not set
39856 +# CONFIG_CONFIGFS_FS is not set
39859 +# Miscellaneous filesystems
39862 +# CONFIG_ADFS_FS_RW is not set
39865 +CONFIG_HFSPLUS_FS=m
39867 +# CONFIG_BEFS_DEBUG is not set
39872 +# CONFIG_MINIX_FS is not set
39874 +CONFIG_QNX4FS_FS=m
39875 +# CONFIG_ROMFS_FS is not set
39878 +# CONFIG_UFS_FS_WRITE is not set
39879 +# CONFIG_UFS_DEBUG is not set
39880 +CONFIG_NETWORK_FILESYSTEMS=y
39883 +# CONFIG_NFS_V3_ACL is not set
39885 +# CONFIG_NFS_DIRECTIO is not set
39887 +# CONFIG_NFSD_V3 is not set
39893 +CONFIG_NFS_COMMON=y
39895 +CONFIG_SUNRPC_GSS=y
39896 +# CONFIG_SUNRPC_BIND34 is not set
39897 +CONFIG_RPCSEC_GSS_KRB5=y
39898 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
39899 +# CONFIG_SMB_FS is not set
39900 +# CONFIG_CIFS is not set
39901 +# CONFIG_NCP_FS is not set
39902 +# CONFIG_CODA_FS is not set
39903 +# CONFIG_AFS_FS is not set
39908 +CONFIG_PARTITION_ADVANCED=y
39909 +# CONFIG_ACORN_PARTITION is not set
39910 +# CONFIG_OSF_PARTITION is not set
39911 +# CONFIG_AMIGA_PARTITION is not set
39912 +# CONFIG_ATARI_PARTITION is not set
39913 +CONFIG_MAC_PARTITION=y
39914 +CONFIG_MSDOS_PARTITION=y
39915 +# CONFIG_BSD_DISKLABEL is not set
39916 +# CONFIG_MINIX_SUBPARTITION is not set
39917 +# CONFIG_SOLARIS_X86_PARTITION is not set
39918 +# CONFIG_UNIXWARE_DISKLABEL is not set
39919 +# CONFIG_LDM_PARTITION is not set
39920 +# CONFIG_SGI_PARTITION is not set
39921 +# CONFIG_ULTRIX_PARTITION is not set
39922 +# CONFIG_SUN_PARTITION is not set
39923 +# CONFIG_KARMA_PARTITION is not set
39924 +# CONFIG_EFI_PARTITION is not set
39925 +# CONFIG_SYSV68_PARTITION is not set
39927 +CONFIG_NLS_DEFAULT="iso8859-1"
39928 +# CONFIG_NLS_CODEPAGE_437 is not set
39929 +# CONFIG_NLS_CODEPAGE_737 is not set
39930 +# CONFIG_NLS_CODEPAGE_775 is not set
39931 +# CONFIG_NLS_CODEPAGE_850 is not set
39932 +# CONFIG_NLS_CODEPAGE_852 is not set
39933 +# CONFIG_NLS_CODEPAGE_855 is not set
39934 +# CONFIG_NLS_CODEPAGE_857 is not set
39935 +# CONFIG_NLS_CODEPAGE_860 is not set
39936 +# CONFIG_NLS_CODEPAGE_861 is not set
39937 +# CONFIG_NLS_CODEPAGE_862 is not set
39938 +# CONFIG_NLS_CODEPAGE_863 is not set
39939 +# CONFIG_NLS_CODEPAGE_864 is not set
39940 +# CONFIG_NLS_CODEPAGE_865 is not set
39941 +# CONFIG_NLS_CODEPAGE_866 is not set
39942 +# CONFIG_NLS_CODEPAGE_869 is not set
39943 +# CONFIG_NLS_CODEPAGE_936 is not set
39944 +# CONFIG_NLS_CODEPAGE_950 is not set
39945 +# CONFIG_NLS_CODEPAGE_932 is not set
39946 +# CONFIG_NLS_CODEPAGE_949 is not set
39947 +# CONFIG_NLS_CODEPAGE_874 is not set
39948 +# CONFIG_NLS_ISO8859_8 is not set
39949 +# CONFIG_NLS_CODEPAGE_1250 is not set
39950 +# CONFIG_NLS_CODEPAGE_1251 is not set
39951 +# CONFIG_NLS_ASCII is not set
39952 +# CONFIG_NLS_ISO8859_1 is not set
39953 +# CONFIG_NLS_ISO8859_2 is not set
39954 +# CONFIG_NLS_ISO8859_3 is not set
39955 +# CONFIG_NLS_ISO8859_4 is not set
39956 +# CONFIG_NLS_ISO8859_5 is not set
39957 +# CONFIG_NLS_ISO8859_6 is not set
39958 +# CONFIG_NLS_ISO8859_7 is not set
39959 +# CONFIG_NLS_ISO8859_9 is not set
39960 +# CONFIG_NLS_ISO8859_13 is not set
39961 +# CONFIG_NLS_ISO8859_14 is not set
39962 +# CONFIG_NLS_ISO8859_15 is not set
39963 +# CONFIG_NLS_KOI8_R is not set
39964 +# CONFIG_NLS_KOI8_U is not set
39966 +# CONFIG_DLM is not set
39969 +# Library routines
39971 +CONFIG_BITREVERSE=y
39972 +# CONFIG_CRC_CCITT is not set
39973 +# CONFIG_CRC16 is not set
39974 +# CONFIG_CRC_ITU_T is not set
39976 +# CONFIG_CRC7 is not set
39977 +CONFIG_LIBCRC32C=m
39978 +CONFIG_ZLIB_INFLATE=y
39980 +CONFIG_HAS_IOMEM=y
39981 +CONFIG_HAS_IOPORT=y
39987 +# CONFIG_PRINTK_TIME is not set
39988 +CONFIG_ENABLE_WARN_DEPRECATED=y
39989 +CONFIG_ENABLE_MUST_CHECK=y
39990 +# CONFIG_MAGIC_SYSRQ is not set
39991 +# CONFIG_UNUSED_SYMBOLS is not set
39992 +# CONFIG_DEBUG_FS is not set
39993 +# CONFIG_HEADERS_CHECK is not set
39994 +CONFIG_DEBUG_KERNEL=y
39995 +# CONFIG_DEBUG_SHIRQ is not set
39996 +CONFIG_DETECT_SOFTLOCKUP=y
39997 +CONFIG_SCHED_DEBUG=y
39998 +# CONFIG_SCHEDSTATS is not set
39999 +# CONFIG_TIMER_STATS is not set
40000 +# CONFIG_SLUB_DEBUG_ON is not set
40001 +# CONFIG_SLUB_STATS is not set
40002 +# CONFIG_DEBUG_RT_MUTEXES is not set
40003 +# CONFIG_RT_MUTEX_TESTER is not set
40004 +# CONFIG_DEBUG_SPINLOCK is not set
40005 +# CONFIG_DEBUG_MUTEXES is not set
40006 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
40007 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
40008 +# CONFIG_DEBUG_KOBJECT is not set
40009 +# CONFIG_DEBUG_HIGHMEM is not set
40010 +# CONFIG_DEBUG_BUGVERBOSE is not set
40011 +CONFIG_DEBUG_INFO=y
40012 +# CONFIG_DEBUG_VM is not set
40013 +# CONFIG_DEBUG_LIST is not set
40014 +# CONFIG_DEBUG_SG is not set
40015 +# CONFIG_BOOT_PRINTK_DELAY is not set
40016 +# CONFIG_RCU_TORTURE_TEST is not set
40017 +# CONFIG_BACKTRACE_SELF_TEST is not set
40018 +# CONFIG_FAULT_INJECTION is not set
40019 +# CONFIG_SAMPLES is not set
40020 +# CONFIG_DEBUG_STACKOVERFLOW is not set
40021 +# CONFIG_DEBUG_STACK_USAGE is not set
40022 +# CONFIG_DEBUG_PAGEALLOC is not set
40023 +# CONFIG_DEBUGGER is not set
40024 +# CONFIG_BDI_SWITCH is not set
40025 +# CONFIG_PPC_EARLY_DEBUG is not set
40028 +# Security options
40030 +# CONFIG_KEYS is not set
40031 +# CONFIG_SECURITY is not set
40032 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
40034 +CONFIG_CRYPTO_ALGAPI=y
40035 +CONFIG_CRYPTO_BLKCIPHER=y
40036 +# CONFIG_CRYPTO_SEQIV is not set
40037 +CONFIG_CRYPTO_HASH=y
40038 +CONFIG_CRYPTO_MANAGER=y
40039 +CONFIG_CRYPTO_HMAC=y
40040 +# CONFIG_CRYPTO_XCBC is not set
40041 +# CONFIG_CRYPTO_NULL is not set
40042 +# CONFIG_CRYPTO_MD4 is not set
40043 +CONFIG_CRYPTO_MD5=y
40044 +CONFIG_CRYPTO_SHA1=m
40045 +# CONFIG_CRYPTO_SHA256 is not set
40046 +# CONFIG_CRYPTO_SHA512 is not set
40047 +# CONFIG_CRYPTO_WP512 is not set
40048 +# CONFIG_CRYPTO_TGR192 is not set
40049 +# CONFIG_CRYPTO_GF128MUL is not set
40050 +# CONFIG_CRYPTO_ECB is not set
40051 +CONFIG_CRYPTO_CBC=y
40052 +CONFIG_CRYPTO_PCBC=m
40053 +# CONFIG_CRYPTO_LRW is not set
40054 +# CONFIG_CRYPTO_XTS is not set
40055 +# CONFIG_CRYPTO_CTR is not set
40056 +# CONFIG_CRYPTO_GCM is not set
40057 +# CONFIG_CRYPTO_CCM is not set
40058 +# CONFIG_CRYPTO_CRYPTD is not set
40059 +CONFIG_CRYPTO_DES=y
40060 +# CONFIG_CRYPTO_FCRYPT is not set
40061 +# CONFIG_CRYPTO_BLOWFISH is not set
40062 +# CONFIG_CRYPTO_TWOFISH is not set
40063 +# CONFIG_CRYPTO_SERPENT is not set
40064 +# CONFIG_CRYPTO_AES is not set
40065 +# CONFIG_CRYPTO_CAST5 is not set
40066 +# CONFIG_CRYPTO_CAST6 is not set
40067 +# CONFIG_CRYPTO_TEA is not set
40068 +# CONFIG_CRYPTO_ARC4 is not set
40069 +# CONFIG_CRYPTO_KHAZAD is not set
40070 +# CONFIG_CRYPTO_ANUBIS is not set
40071 +# CONFIG_CRYPTO_SEED is not set
40072 +# CONFIG_CRYPTO_SALSA20 is not set
40073 +# CONFIG_CRYPTO_DEFLATE is not set
40074 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
40075 +# CONFIG_CRYPTO_CRC32C is not set
40076 +# CONFIG_CRYPTO_CAMELLIA is not set
40077 +# CONFIG_CRYPTO_TEST is not set
40078 +# CONFIG_CRYPTO_AUTHENC is not set
40079 +# CONFIG_CRYPTO_LZO is not set
40080 +CONFIG_CRYPTO_HW=y
40081 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
40082 +# CONFIG_PPC_CLOCK is not set
40084 +++ b/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig
40087 +# Automatically generated make config: don't edit
40088 +# Linux kernel version: 2.6.25-rc6
40089 +# Mon Mar 24 08:48:30 2008
40091 +# CONFIG_PPC64 is not set
40094 +# Processor support
40096 +# CONFIG_6xx is not set
40098 +# CONFIG_PPC_8xx is not set
40099 +# CONFIG_40x is not set
40100 +# CONFIG_44x is not set
40101 +# CONFIG_E200 is not set
40104 +CONFIG_FSL_BOOKE=y
40105 +CONFIG_FSL_EMB_PERFMON=y
40106 +# CONFIG_PHYS_64BIT is not set
40108 +# CONFIG_PPC_MM_SLICES is not set
40110 +CONFIG_WORD_SIZE=32
40111 +CONFIG_PPC_MERGE=y
40113 +CONFIG_GENERIC_CMOS_UPDATE=y
40114 +CONFIG_GENERIC_TIME=y
40115 +CONFIG_GENERIC_TIME_VSYSCALL=y
40116 +CONFIG_GENERIC_CLOCKEVENTS=y
40117 +CONFIG_GENERIC_HARDIRQS=y
40118 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
40119 +CONFIG_IRQ_PER_CPU=y
40120 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
40121 +CONFIG_ARCH_HAS_ILOG2_U32=y
40122 +CONFIG_GENERIC_HWEIGHT=y
40123 +CONFIG_GENERIC_CALIBRATE_DELAY=y
40124 +CONFIG_GENERIC_FIND_NEXT_BIT=y
40125 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
40127 +CONFIG_EARLY_PRINTK=y
40128 +CONFIG_GENERIC_NVRAM=y
40129 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
40130 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
40133 +CONFIG_PPC_UDBG_16550=y
40134 +# CONFIG_GENERIC_TBSYNC is not set
40135 +CONFIG_AUDIT_ARCH=y
40136 +CONFIG_GENERIC_BUG=y
40137 +CONFIG_DEFAULT_UIMAGE=y
40138 +# CONFIG_PPC_DCR_NATIVE is not set
40139 +# CONFIG_PPC_DCR_MMIO is not set
40140 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
40145 +CONFIG_EXPERIMENTAL=y
40146 +CONFIG_BROKEN_ON_SMP=y
40147 +CONFIG_INIT_ENV_ARG_LIMIT=32
40148 +CONFIG_LOCALVERSION=""
40149 +CONFIG_LOCALVERSION_AUTO=y
40152 +CONFIG_SYSVIPC_SYSCTL=y
40153 +# CONFIG_POSIX_MQUEUE is not set
40154 +# CONFIG_BSD_PROCESS_ACCT is not set
40155 +# CONFIG_TASKSTATS is not set
40156 +# CONFIG_AUDIT is not set
40157 +# CONFIG_IKCONFIG is not set
40158 +CONFIG_LOG_BUF_SHIFT=14
40159 +# CONFIG_CGROUPS is not set
40160 +CONFIG_GROUP_SCHED=y
40161 +# CONFIG_FAIR_GROUP_SCHED is not set
40162 +# CONFIG_RT_GROUP_SCHED is not set
40163 +CONFIG_USER_SCHED=y
40164 +# CONFIG_CGROUP_SCHED is not set
40165 +CONFIG_SYSFS_DEPRECATED=y
40166 +CONFIG_SYSFS_DEPRECATED_V2=y
40167 +# CONFIG_RELAY is not set
40168 +# CONFIG_NAMESPACES is not set
40169 +CONFIG_BLK_DEV_INITRD=y
40170 +CONFIG_INITRAMFS_SOURCE=""
40171 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
40174 +CONFIG_SYSCTL_SYSCALL=y
40176 +# CONFIG_KALLSYMS_ALL is not set
40177 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
40182 +CONFIG_COMPAT_BRK=y
40183 +CONFIG_BASE_FULL=y
40185 +CONFIG_ANON_INODES=y
40191 +CONFIG_VM_EVENT_COUNTERS=y
40192 +CONFIG_SLUB_DEBUG=y
40193 +# CONFIG_SLAB is not set
40195 +# CONFIG_SLOB is not set
40196 +# CONFIG_PROFILING is not set
40197 +# CONFIG_MARKERS is not set
40198 +CONFIG_HAVE_OPROFILE=y
40199 +CONFIG_HAVE_KPROBES=y
40200 +CONFIG_HAVE_KRETPROBES=y
40201 +CONFIG_PROC_PAGE_MONITOR=y
40203 +CONFIG_RT_MUTEXES=y
40204 +# CONFIG_TINY_SHMEM is not set
40205 +CONFIG_BASE_SMALL=0
40206 +# CONFIG_MODULES is not set
40208 +# CONFIG_LBD is not set
40209 +# CONFIG_BLK_DEV_IO_TRACE is not set
40210 +# CONFIG_LSF is not set
40211 +# CONFIG_BLK_DEV_BSG is not set
40216 +CONFIG_IOSCHED_NOOP=y
40217 +CONFIG_IOSCHED_AS=y
40218 +CONFIG_IOSCHED_DEADLINE=y
40219 +CONFIG_IOSCHED_CFQ=y
40220 +CONFIG_DEFAULT_AS=y
40221 +# CONFIG_DEFAULT_DEADLINE is not set
40222 +# CONFIG_DEFAULT_CFQ is not set
40223 +# CONFIG_DEFAULT_NOOP is not set
40224 +CONFIG_DEFAULT_IOSCHED="anticipatory"
40225 +CONFIG_CLASSIC_RCU=y
40228 +# Platform support
40230 +# CONFIG_PPC_MPC512x is not set
40231 +# CONFIG_PPC_MPC5121 is not set
40232 +# CONFIG_PPC_CELL is not set
40233 +# CONFIG_PPC_CELL_NATIVE is not set
40234 +# CONFIG_PQ2ADS is not set
40236 +# CONFIG_MPC8540_ADS is not set
40237 +# CONFIG_MPC8560_ADS is not set
40238 +CONFIG_MPC85xx_CDS=y
40239 +# CONFIG_MPC85xx_MDS is not set
40240 +# CONFIG_MPC85xx_DS is not set
40241 +# CONFIG_STX_GP3 is not set
40242 +# CONFIG_TQM8540 is not set
40243 +# CONFIG_TQM8541 is not set
40244 +# CONFIG_TQM8555 is not set
40245 +# CONFIG_TQM8560 is not set
40246 +# CONFIG_SBC8548 is not set
40247 +# CONFIG_SBC8560 is not set
40248 +# CONFIG_IPIC is not set
40250 +# CONFIG_MPIC_WEIRD is not set
40251 +CONFIG_PPC_I8259=y
40252 +# CONFIG_PPC_RTAS is not set
40253 +# CONFIG_MMIO_NVRAM is not set
40254 +# CONFIG_PPC_MPC106 is not set
40255 +# CONFIG_PPC_970_NAP is not set
40256 +# CONFIG_PPC_INDIRECT_IO is not set
40257 +# CONFIG_GENERIC_IOMAP is not set
40258 +# CONFIG_CPU_FREQ is not set
40259 +# CONFIG_CPM2 is not set
40260 +# CONFIG_FSL_ULI1575 is not set
40265 +# CONFIG_HIGHMEM is not set
40266 +CONFIG_TICK_ONESHOT=y
40268 +CONFIG_HIGH_RES_TIMERS=y
40269 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
40270 +# CONFIG_HZ_100 is not set
40272 +# CONFIG_HZ_300 is not set
40273 +# CONFIG_HZ_1000 is not set
40275 +# CONFIG_SCHED_HRTICK is not set
40276 +CONFIG_PREEMPT_NONE=y
40277 +# CONFIG_PREEMPT_VOLUNTARY is not set
40278 +# CONFIG_PREEMPT is not set
40279 +CONFIG_BINFMT_ELF=y
40280 +CONFIG_BINFMT_MISC=y
40281 +CONFIG_MATH_EMULATION=y
40282 +# CONFIG_IOMMU_HELPER is not set
40283 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
40284 +CONFIG_ARCH_HAS_WALK_MEMORY=y
40285 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
40286 +CONFIG_ARCH_FLATMEM_ENABLE=y
40287 +CONFIG_ARCH_POPULATES_NODE_MAP=y
40288 +CONFIG_SELECT_MEMORY_MODEL=y
40289 +CONFIG_FLATMEM_MANUAL=y
40290 +# CONFIG_DISCONTIGMEM_MANUAL is not set
40291 +# CONFIG_SPARSEMEM_MANUAL is not set
40293 +CONFIG_FLAT_NODE_MEM_MAP=y
40294 +# CONFIG_SPARSEMEM_STATIC is not set
40295 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
40296 +CONFIG_SPLIT_PTLOCK_CPUS=4
40297 +# CONFIG_RESOURCES_64BIT is not set
40298 +CONFIG_ZONE_DMA_FLAG=1
40300 +CONFIG_VIRT_TO_BUS=y
40301 +CONFIG_PROC_DEVICETREE=y
40302 +# CONFIG_CMDLINE_BOOL is not set
40303 +# CONFIG_PM is not set
40304 +# CONFIG_SECCOMP is not set
40305 +CONFIG_ISA_DMA_API=y
40311 +CONFIG_PPC_INDIRECT_PCI=y
40315 +CONFIG_PCI_DOMAINS=y
40316 +CONFIG_PCI_SYSCALL=y
40317 +# CONFIG_PCIEPORTBUS is not set
40318 +CONFIG_ARCH_SUPPORTS_MSI=y
40319 +# CONFIG_PCI_MSI is not set
40320 +CONFIG_PCI_LEGACY=y
40321 +# CONFIG_PCI_DEBUG is not set
40322 +# CONFIG_PCCARD is not set
40323 +# CONFIG_HOTPLUG_PCI is not set
40328 +# CONFIG_ADVANCED_OPTIONS is not set
40331 +# Default settings for advanced configuration options are used
40333 +CONFIG_HIGHMEM_START=0xfe000000
40334 +CONFIG_LOWMEM_SIZE=0x30000000
40335 +CONFIG_KERNEL_START=0xc0000000
40336 +CONFIG_TASK_SIZE=0xc0000000
40337 +CONFIG_BOOT_LOAD=0x00800000
40345 +# Networking options
40348 +# CONFIG_PACKET_MMAP is not set
40351 +CONFIG_XFRM_USER=y
40352 +# CONFIG_XFRM_SUB_POLICY is not set
40353 +# CONFIG_XFRM_MIGRATE is not set
40354 +# CONFIG_XFRM_STATISTICS is not set
40355 +# CONFIG_NET_KEY is not set
40357 +CONFIG_IP_MULTICAST=y
40358 +# CONFIG_IP_ADVANCED_ROUTER is not set
40359 +CONFIG_IP_FIB_HASH=y
40361 +CONFIG_IP_PNP_DHCP=y
40362 +CONFIG_IP_PNP_BOOTP=y
40363 +# CONFIG_IP_PNP_RARP is not set
40364 +# CONFIG_NET_IPIP is not set
40365 +# CONFIG_NET_IPGRE is not set
40366 +# CONFIG_IP_MROUTE is not set
40367 +# CONFIG_ARPD is not set
40368 +CONFIG_SYN_COOKIES=y
40369 +# CONFIG_INET_AH is not set
40370 +# CONFIG_INET_ESP is not set
40371 +# CONFIG_INET_IPCOMP is not set
40372 +# CONFIG_INET_XFRM_TUNNEL is not set
40373 +# CONFIG_INET_TUNNEL is not set
40374 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
40375 +CONFIG_INET_XFRM_MODE_TUNNEL=y
40376 +CONFIG_INET_XFRM_MODE_BEET=y
40377 +# CONFIG_INET_LRO is not set
40378 +CONFIG_INET_DIAG=y
40379 +CONFIG_INET_TCP_DIAG=y
40380 +# CONFIG_TCP_CONG_ADVANCED is not set
40381 +CONFIG_TCP_CONG_CUBIC=y
40382 +CONFIG_DEFAULT_TCP_CONG="cubic"
40383 +# CONFIG_TCP_MD5SIG is not set
40384 +# CONFIG_IPV6 is not set
40385 +# CONFIG_INET6_XFRM_TUNNEL is not set
40386 +# CONFIG_INET6_TUNNEL is not set
40387 +# CONFIG_NETWORK_SECMARK is not set
40388 +# CONFIG_NETFILTER is not set
40389 +# CONFIG_IP_DCCP is not set
40390 +# CONFIG_IP_SCTP is not set
40391 +# CONFIG_TIPC is not set
40392 +# CONFIG_ATM is not set
40393 +# CONFIG_BRIDGE is not set
40394 +# CONFIG_VLAN_8021Q is not set
40395 +# CONFIG_DECNET is not set
40396 +# CONFIG_LLC2 is not set
40397 +# CONFIG_IPX is not set
40398 +# CONFIG_ATALK is not set
40399 +# CONFIG_X25 is not set
40400 +# CONFIG_LAPB is not set
40401 +# CONFIG_ECONET is not set
40402 +# CONFIG_WAN_ROUTER is not set
40403 +# CONFIG_NET_SCHED is not set
40408 +# CONFIG_NET_PKTGEN is not set
40409 +# CONFIG_HAMRADIO is not set
40410 +# CONFIG_CAN is not set
40411 +# CONFIG_IRDA is not set
40412 +# CONFIG_BT is not set
40413 +# CONFIG_AF_RXRPC is not set
40418 +# CONFIG_CFG80211 is not set
40419 +# CONFIG_WIRELESS_EXT is not set
40420 +# CONFIG_MAC80211 is not set
40421 +# CONFIG_IEEE80211 is not set
40422 +# CONFIG_RFKILL is not set
40423 +# CONFIG_NET_9P is not set
40430 +# Generic Driver Options
40432 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
40433 +CONFIG_STANDALONE=y
40434 +CONFIG_PREVENT_FIRMWARE_BUILD=y
40435 +# CONFIG_FW_LOADER is not set
40436 +# CONFIG_DEBUG_DRIVER is not set
40437 +# CONFIG_DEBUG_DEVRES is not set
40438 +# CONFIG_SYS_HYPERVISOR is not set
40439 +# CONFIG_CONNECTOR is not set
40440 +# CONFIG_MTD is not set
40441 +CONFIG_OF_DEVICE=y
40442 +# CONFIG_PARPORT is not set
40444 +# CONFIG_BLK_DEV_FD is not set
40445 +# CONFIG_BLK_CPQ_DA is not set
40446 +# CONFIG_BLK_CPQ_CISS_DA is not set
40447 +# CONFIG_BLK_DEV_DAC960 is not set
40448 +# CONFIG_BLK_DEV_UMEM is not set
40449 +# CONFIG_BLK_DEV_COW_COMMON is not set
40450 +CONFIG_BLK_DEV_LOOP=y
40451 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
40452 +# CONFIG_BLK_DEV_NBD is not set
40453 +# CONFIG_BLK_DEV_SX8 is not set
40454 +CONFIG_BLK_DEV_RAM=y
40455 +CONFIG_BLK_DEV_RAM_COUNT=16
40456 +CONFIG_BLK_DEV_RAM_SIZE=32768
40457 +# CONFIG_BLK_DEV_XIP is not set
40458 +# CONFIG_CDROM_PKTCDVD is not set
40459 +# CONFIG_ATA_OVER_ETH is not set
40460 +CONFIG_MISC_DEVICES=y
40461 +# CONFIG_PHANTOM is not set
40462 +# CONFIG_EEPROM_93CX6 is not set
40463 +# CONFIG_SGI_IOC4 is not set
40464 +# CONFIG_TIFM_CORE is not set
40465 +# CONFIG_ENCLOSURE_SERVICES is not set
40468 +CONFIG_IDE_MAX_HWIFS=4
40469 +CONFIG_BLK_DEV_IDE=y
40472 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
40474 +# CONFIG_BLK_DEV_IDE_SATA is not set
40475 +# CONFIG_BLK_DEV_IDEDISK is not set
40476 +# CONFIG_IDEDISK_MULTI_MODE is not set
40477 +# CONFIG_BLK_DEV_IDECD is not set
40478 +# CONFIG_BLK_DEV_IDETAPE is not set
40479 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
40480 +# CONFIG_IDE_TASK_IOCTL is not set
40481 +CONFIG_IDE_PROC_FS=y
40484 +# IDE chipset support/bugfixes
40486 +CONFIG_IDE_GENERIC=y
40487 +# CONFIG_BLK_DEV_PLATFORM is not set
40488 +CONFIG_BLK_DEV_IDEDMA_SFF=y
40491 +# PCI IDE chipsets support
40493 +CONFIG_BLK_DEV_IDEPCI=y
40494 +CONFIG_IDEPCI_PCIBUS_ORDER=y
40495 +# CONFIG_BLK_DEV_OFFBOARD is not set
40496 +CONFIG_BLK_DEV_GENERIC=y
40497 +# CONFIG_BLK_DEV_OPTI621 is not set
40498 +CONFIG_BLK_DEV_IDEDMA_PCI=y
40499 +# CONFIG_BLK_DEV_AEC62XX is not set
40500 +# CONFIG_BLK_DEV_ALI15X3 is not set
40501 +# CONFIG_BLK_DEV_AMD74XX is not set
40502 +# CONFIG_BLK_DEV_CMD64X is not set
40503 +# CONFIG_BLK_DEV_TRIFLEX is not set
40504 +# CONFIG_BLK_DEV_CY82C693 is not set
40505 +# CONFIG_BLK_DEV_CS5520 is not set
40506 +# CONFIG_BLK_DEV_CS5530 is not set
40507 +# CONFIG_BLK_DEV_HPT34X is not set
40508 +# CONFIG_BLK_DEV_HPT366 is not set
40509 +# CONFIG_BLK_DEV_JMICRON is not set
40510 +# CONFIG_BLK_DEV_SC1200 is not set
40511 +# CONFIG_BLK_DEV_PIIX is not set
40512 +# CONFIG_BLK_DEV_IT8213 is not set
40513 +# CONFIG_BLK_DEV_IT821X is not set
40514 +# CONFIG_BLK_DEV_NS87415 is not set
40515 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
40516 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
40517 +# CONFIG_BLK_DEV_SVWKS is not set
40518 +# CONFIG_BLK_DEV_SIIMAGE is not set
40519 +# CONFIG_BLK_DEV_SL82C105 is not set
40520 +# CONFIG_BLK_DEV_SLC90E66 is not set
40521 +# CONFIG_BLK_DEV_TRM290 is not set
40522 +CONFIG_BLK_DEV_VIA82CXXX=y
40523 +# CONFIG_BLK_DEV_TC86C001 is not set
40524 +CONFIG_BLK_DEV_IDEDMA=y
40525 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
40526 +# CONFIG_BLK_DEV_HD is not set
40529 +# SCSI device support
40531 +# CONFIG_RAID_ATTRS is not set
40532 +# CONFIG_SCSI is not set
40533 +# CONFIG_SCSI_DMA is not set
40534 +# CONFIG_SCSI_NETLINK is not set
40535 +# CONFIG_ATA is not set
40536 +# CONFIG_MD is not set
40537 +# CONFIG_FUSION is not set
40540 +# IEEE 1394 (FireWire) support
40542 +# CONFIG_FIREWIRE is not set
40543 +# CONFIG_IEEE1394 is not set
40544 +# CONFIG_I2O is not set
40545 +# CONFIG_MACINTOSH_DRIVERS is not set
40546 +CONFIG_NETDEVICES=y
40547 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
40548 +# CONFIG_DUMMY is not set
40549 +# CONFIG_BONDING is not set
40550 +# CONFIG_MACVLAN is not set
40551 +# CONFIG_EQUALIZER is not set
40552 +# CONFIG_TUN is not set
40553 +# CONFIG_VETH is not set
40554 +# CONFIG_ARCNET is not set
40558 +# MII PHY device drivers
40560 +# CONFIG_MARVELL_PHY is not set
40561 +# CONFIG_DAVICOM_PHY is not set
40562 +# CONFIG_QSEMI_PHY is not set
40563 +# CONFIG_LXT_PHY is not set
40564 +# CONFIG_CICADA_PHY is not set
40565 +# CONFIG_VITESSE_PHY is not set
40566 +# CONFIG_SMSC_PHY is not set
40567 +# CONFIG_BROADCOM_PHY is not set
40568 +# CONFIG_ICPLUS_PHY is not set
40569 +# CONFIG_REALTEK_PHY is not set
40570 +# CONFIG_FIXED_PHY is not set
40571 +# CONFIG_MDIO_BITBANG is not set
40572 +CONFIG_NET_ETHERNET=y
40574 +# CONFIG_HAPPYMEAL is not set
40575 +# CONFIG_SUNGEM is not set
40576 +# CONFIG_CASSINI is not set
40577 +# CONFIG_NET_VENDOR_3COM is not set
40578 +# CONFIG_NET_TULIP is not set
40579 +# CONFIG_HP100 is not set
40580 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
40581 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
40582 +# CONFIG_IBM_NEW_EMAC_TAH is not set
40583 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
40584 +# CONFIG_NET_PCI is not set
40585 +# CONFIG_B44 is not set
40586 +CONFIG_NETDEV_1000=y
40587 +# CONFIG_ACENIC is not set
40588 +# CONFIG_DL2K is not set
40590 +CONFIG_E1000_NAPI=y
40591 +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
40592 +# CONFIG_E1000E is not set
40593 +# CONFIG_E1000E_ENABLED is not set
40594 +# CONFIG_IP1000 is not set
40595 +# CONFIG_IGB is not set
40596 +# CONFIG_NS83820 is not set
40597 +# CONFIG_HAMACHI is not set
40598 +# CONFIG_YELLOWFIN is not set
40599 +# CONFIG_R8169 is not set
40600 +# CONFIG_SIS190 is not set
40601 +# CONFIG_SKGE is not set
40602 +# CONFIG_SKY2 is not set
40603 +# CONFIG_SK98LIN is not set
40604 +# CONFIG_VIA_VELOCITY is not set
40605 +# CONFIG_TIGON3 is not set
40606 +# CONFIG_BNX2 is not set
40608 +CONFIG_GFAR_NAPI=y
40609 +# CONFIG_QLA3XXX is not set
40610 +# CONFIG_ATL1 is not set
40611 +CONFIG_NETDEV_10000=y
40612 +# CONFIG_CHELSIO_T1 is not set
40613 +# CONFIG_CHELSIO_T3 is not set
40614 +# CONFIG_IXGBE is not set
40615 +# CONFIG_IXGB is not set
40616 +# CONFIG_S2IO is not set
40617 +# CONFIG_MYRI10GE is not set
40618 +# CONFIG_NETXEN_NIC is not set
40619 +# CONFIG_NIU is not set
40620 +# CONFIG_MLX4_CORE is not set
40621 +# CONFIG_TEHUTI is not set
40622 +# CONFIG_BNX2X is not set
40623 +# CONFIG_TR is not set
40628 +# CONFIG_WLAN_PRE80211 is not set
40629 +# CONFIG_WLAN_80211 is not set
40630 +# CONFIG_WAN is not set
40631 +# CONFIG_FDDI is not set
40632 +# CONFIG_HIPPI is not set
40633 +# CONFIG_PPP is not set
40634 +# CONFIG_SLIP is not set
40635 +# CONFIG_NETCONSOLE is not set
40636 +# CONFIG_NETPOLL is not set
40637 +# CONFIG_NET_POLL_CONTROLLER is not set
40638 +# CONFIG_ISDN is not set
40639 +# CONFIG_PHONE is not set
40642 +# Input device support
40645 +# CONFIG_INPUT_FF_MEMLESS is not set
40646 +# CONFIG_INPUT_POLLDEV is not set
40649 +# Userland interfaces
40651 +# CONFIG_INPUT_MOUSEDEV is not set
40652 +# CONFIG_INPUT_JOYDEV is not set
40653 +# CONFIG_INPUT_EVDEV is not set
40654 +# CONFIG_INPUT_EVBUG is not set
40657 +# Input Device Drivers
40659 +# CONFIG_INPUT_KEYBOARD is not set
40660 +# CONFIG_INPUT_MOUSE is not set
40661 +# CONFIG_INPUT_JOYSTICK is not set
40662 +# CONFIG_INPUT_TABLET is not set
40663 +# CONFIG_INPUT_TOUCHSCREEN is not set
40664 +# CONFIG_INPUT_MISC is not set
40667 +# Hardware I/O ports
40669 +# CONFIG_SERIO is not set
40670 +# CONFIG_GAMEPORT is not set
40673 +# Character devices
40675 +# CONFIG_VT is not set
40676 +# CONFIG_SERIAL_NONSTANDARD is not set
40677 +# CONFIG_NOZOMI is not set
40682 +CONFIG_SERIAL_8250=y
40683 +CONFIG_SERIAL_8250_CONSOLE=y
40684 +CONFIG_SERIAL_8250_PCI=y
40685 +CONFIG_SERIAL_8250_NR_UARTS=4
40686 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
40687 +# CONFIG_SERIAL_8250_EXTENDED is not set
40688 +CONFIG_SERIAL_8250_SHARE_IRQ=y
40691 +# Non-8250 serial port support
40693 +# CONFIG_SERIAL_UARTLITE is not set
40694 +CONFIG_SERIAL_CORE=y
40695 +CONFIG_SERIAL_CORE_CONSOLE=y
40696 +# CONFIG_SERIAL_JSM is not set
40697 +# CONFIG_SERIAL_OF_PLATFORM is not set
40698 +CONFIG_UNIX98_PTYS=y
40699 +CONFIG_LEGACY_PTYS=y
40700 +CONFIG_LEGACY_PTY_COUNT=256
40701 +# CONFIG_IPMI_HANDLER is not set
40702 +# CONFIG_HW_RANDOM is not set
40703 +# CONFIG_NVRAM is not set
40705 +# CONFIG_GEN_RTC_X is not set
40706 +# CONFIG_R3964 is not set
40707 +# CONFIG_APPLICOM is not set
40708 +# CONFIG_RAW_DRIVER is not set
40709 +# CONFIG_TCG_TPM is not set
40711 +# CONFIG_I2C is not set
40716 +# CONFIG_SPI is not set
40717 +# CONFIG_SPI_MASTER is not set
40718 +# CONFIG_W1 is not set
40719 +# CONFIG_POWER_SUPPLY is not set
40721 +# CONFIG_HWMON_VID is not set
40722 +# CONFIG_SENSORS_I5K_AMB is not set
40723 +# CONFIG_SENSORS_F71805F is not set
40724 +# CONFIG_SENSORS_F71882FG is not set
40725 +# CONFIG_SENSORS_IT87 is not set
40726 +# CONFIG_SENSORS_PC87360 is not set
40727 +# CONFIG_SENSORS_PC87427 is not set
40728 +# CONFIG_SENSORS_SIS5595 is not set
40729 +# CONFIG_SENSORS_SMSC47M1 is not set
40730 +# CONFIG_SENSORS_SMSC47B397 is not set
40731 +# CONFIG_SENSORS_VIA686A is not set
40732 +# CONFIG_SENSORS_VT1211 is not set
40733 +# CONFIG_SENSORS_VT8231 is not set
40734 +# CONFIG_SENSORS_W83627HF is not set
40735 +# CONFIG_SENSORS_W83627EHF is not set
40736 +# CONFIG_HWMON_DEBUG_CHIP is not set
40737 +# CONFIG_THERMAL is not set
40738 +# CONFIG_WATCHDOG is not set
40741 +# Sonics Silicon Backplane
40743 +CONFIG_SSB_POSSIBLE=y
40744 +# CONFIG_SSB is not set
40747 +# Multifunction device drivers
40749 +# CONFIG_MFD_SM501 is not set
40752 +# Multimedia devices
40754 +# CONFIG_VIDEO_DEV is not set
40755 +# CONFIG_DVB_CORE is not set
40759 +# Graphics support
40761 +# CONFIG_AGP is not set
40762 +# CONFIG_DRM is not set
40763 +# CONFIG_VGASTATE is not set
40764 +CONFIG_VIDEO_OUTPUT_CONTROL=y
40765 +# CONFIG_FB is not set
40766 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
40769 +# Display device support
40771 +# CONFIG_DISPLAY_SUPPORT is not set
40776 +# CONFIG_SOUND is not set
40777 +CONFIG_HID_SUPPORT=y
40779 +# CONFIG_HID_DEBUG is not set
40780 +# CONFIG_HIDRAW is not set
40781 +CONFIG_USB_SUPPORT=y
40782 +CONFIG_USB_ARCH_HAS_HCD=y
40783 +CONFIG_USB_ARCH_HAS_OHCI=y
40784 +CONFIG_USB_ARCH_HAS_EHCI=y
40785 +# CONFIG_USB is not set
40788 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
40790 +# CONFIG_USB_GADGET is not set
40791 +# CONFIG_MMC is not set
40792 +# CONFIG_MEMSTICK is not set
40793 +# CONFIG_NEW_LEDS is not set
40794 +# CONFIG_INFINIBAND is not set
40795 +# CONFIG_EDAC is not set
40796 +# CONFIG_RTC_CLASS is not set
40797 +# CONFIG_DMADEVICES is not set
40802 +# CONFIG_UIO is not set
40808 +# CONFIG_EXT2_FS_XATTR is not set
40809 +# CONFIG_EXT2_FS_XIP is not set
40811 +CONFIG_EXT3_FS_XATTR=y
40812 +# CONFIG_EXT3_FS_POSIX_ACL is not set
40813 +# CONFIG_EXT3_FS_SECURITY is not set
40814 +# CONFIG_EXT4DEV_FS is not set
40816 +CONFIG_FS_MBCACHE=y
40817 +# CONFIG_REISERFS_FS is not set
40818 +# CONFIG_JFS_FS is not set
40819 +# CONFIG_FS_POSIX_ACL is not set
40820 +# CONFIG_XFS_FS is not set
40821 +# CONFIG_GFS2_FS is not set
40822 +# CONFIG_OCFS2_FS is not set
40825 +CONFIG_INOTIFY_USER=y
40826 +# CONFIG_QUOTA is not set
40827 +# CONFIG_AUTOFS_FS is not set
40828 +# CONFIG_AUTOFS4_FS is not set
40829 +# CONFIG_FUSE_FS is not set
40832 +# CD-ROM/DVD Filesystems
40834 +# CONFIG_ISO9660_FS is not set
40835 +# CONFIG_UDF_FS is not set
40838 +# DOS/FAT/NT Filesystems
40840 +# CONFIG_MSDOS_FS is not set
40841 +# CONFIG_VFAT_FS is not set
40842 +# CONFIG_NTFS_FS is not set
40845 +# Pseudo filesystems
40848 +CONFIG_PROC_KCORE=y
40849 +CONFIG_PROC_SYSCTL=y
40852 +# CONFIG_TMPFS_POSIX_ACL is not set
40853 +# CONFIG_HUGETLB_PAGE is not set
40854 +# CONFIG_CONFIGFS_FS is not set
40857 +# Miscellaneous filesystems
40859 +# CONFIG_ADFS_FS is not set
40860 +# CONFIG_AFFS_FS is not set
40861 +# CONFIG_HFS_FS is not set
40862 +# CONFIG_HFSPLUS_FS is not set
40863 +# CONFIG_BEFS_FS is not set
40864 +# CONFIG_BFS_FS is not set
40865 +# CONFIG_EFS_FS is not set
40866 +# CONFIG_CRAMFS is not set
40867 +# CONFIG_VXFS_FS is not set
40868 +# CONFIG_MINIX_FS is not set
40869 +# CONFIG_HPFS_FS is not set
40870 +# CONFIG_QNX4FS_FS is not set
40871 +# CONFIG_ROMFS_FS is not set
40872 +# CONFIG_SYSV_FS is not set
40873 +# CONFIG_UFS_FS is not set
40874 +CONFIG_NETWORK_FILESYSTEMS=y
40876 +# CONFIG_NFS_V3 is not set
40877 +# CONFIG_NFS_V4 is not set
40878 +# CONFIG_NFS_DIRECTIO is not set
40879 +# CONFIG_NFSD is not set
40882 +CONFIG_NFS_COMMON=y
40884 +# CONFIG_SUNRPC_BIND34 is not set
40885 +# CONFIG_RPCSEC_GSS_KRB5 is not set
40886 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
40887 +# CONFIG_SMB_FS is not set
40888 +# CONFIG_CIFS is not set
40889 +# CONFIG_NCP_FS is not set
40890 +# CONFIG_CODA_FS is not set
40891 +# CONFIG_AFS_FS is not set
40896 +CONFIG_PARTITION_ADVANCED=y
40897 +# CONFIG_ACORN_PARTITION is not set
40898 +# CONFIG_OSF_PARTITION is not set
40899 +# CONFIG_AMIGA_PARTITION is not set
40900 +# CONFIG_ATARI_PARTITION is not set
40901 +# CONFIG_MAC_PARTITION is not set
40902 +# CONFIG_MSDOS_PARTITION is not set
40903 +# CONFIG_LDM_PARTITION is not set
40904 +# CONFIG_SGI_PARTITION is not set
40905 +# CONFIG_ULTRIX_PARTITION is not set
40906 +# CONFIG_SUN_PARTITION is not set
40907 +# CONFIG_KARMA_PARTITION is not set
40908 +# CONFIG_EFI_PARTITION is not set
40909 +# CONFIG_SYSV68_PARTITION is not set
40910 +# CONFIG_NLS is not set
40911 +# CONFIG_DLM is not set
40914 +# Library routines
40916 +CONFIG_BITREVERSE=y
40917 +# CONFIG_CRC_CCITT is not set
40918 +# CONFIG_CRC16 is not set
40919 +# CONFIG_CRC_ITU_T is not set
40921 +# CONFIG_CRC7 is not set
40922 +# CONFIG_LIBCRC32C is not set
40924 +CONFIG_HAS_IOMEM=y
40925 +CONFIG_HAS_IOPORT=y
40931 +# CONFIG_PRINTK_TIME is not set
40932 +CONFIG_ENABLE_WARN_DEPRECATED=y
40933 +CONFIG_ENABLE_MUST_CHECK=y
40934 +# CONFIG_MAGIC_SYSRQ is not set
40935 +# CONFIG_UNUSED_SYMBOLS is not set
40936 +# CONFIG_DEBUG_FS is not set
40937 +# CONFIG_HEADERS_CHECK is not set
40938 +CONFIG_DEBUG_KERNEL=y
40939 +# CONFIG_DEBUG_SHIRQ is not set
40940 +CONFIG_DETECT_SOFTLOCKUP=y
40941 +CONFIG_SCHED_DEBUG=y
40942 +# CONFIG_SCHEDSTATS is not set
40943 +# CONFIG_TIMER_STATS is not set
40944 +# CONFIG_SLUB_DEBUG_ON is not set
40945 +# CONFIG_SLUB_STATS is not set
40946 +# CONFIG_DEBUG_RT_MUTEXES is not set
40947 +# CONFIG_RT_MUTEX_TESTER is not set
40948 +# CONFIG_DEBUG_SPINLOCK is not set
40949 +CONFIG_DEBUG_MUTEXES=y
40950 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
40951 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
40952 +# CONFIG_DEBUG_KOBJECT is not set
40953 +# CONFIG_DEBUG_BUGVERBOSE is not set
40954 +# CONFIG_DEBUG_INFO is not set
40955 +# CONFIG_DEBUG_VM is not set
40956 +# CONFIG_DEBUG_LIST is not set
40957 +# CONFIG_DEBUG_SG is not set
40958 +# CONFIG_BOOT_PRINTK_DELAY is not set
40959 +# CONFIG_BACKTRACE_SELF_TEST is not set
40960 +# CONFIG_FAULT_INJECTION is not set
40961 +# CONFIG_SAMPLES is not set
40962 +# CONFIG_DEBUG_STACKOVERFLOW is not set
40963 +# CONFIG_DEBUG_STACK_USAGE is not set
40964 +# CONFIG_DEBUG_PAGEALLOC is not set
40965 +# CONFIG_DEBUGGER is not set
40966 +# CONFIG_BDI_SWITCH is not set
40967 +# CONFIG_PPC_EARLY_DEBUG is not set
40970 +# Security options
40972 +# CONFIG_KEYS is not set
40973 +# CONFIG_SECURITY is not set
40974 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
40976 +# CONFIG_CRYPTO_SEQIV is not set
40977 +# CONFIG_CRYPTO_MANAGER is not set
40978 +# CONFIG_CRYPTO_HMAC is not set
40979 +# CONFIG_CRYPTO_XCBC is not set
40980 +# CONFIG_CRYPTO_NULL is not set
40981 +# CONFIG_CRYPTO_MD4 is not set
40982 +# CONFIG_CRYPTO_MD5 is not set
40983 +# CONFIG_CRYPTO_SHA1 is not set
40984 +# CONFIG_CRYPTO_SHA256 is not set
40985 +# CONFIG_CRYPTO_SHA512 is not set
40986 +# CONFIG_CRYPTO_WP512 is not set
40987 +# CONFIG_CRYPTO_TGR192 is not set
40988 +# CONFIG_CRYPTO_GF128MUL is not set
40989 +# CONFIG_CRYPTO_ECB is not set
40990 +# CONFIG_CRYPTO_CBC is not set
40991 +# CONFIG_CRYPTO_PCBC is not set
40992 +# CONFIG_CRYPTO_LRW is not set
40993 +# CONFIG_CRYPTO_XTS is not set
40994 +# CONFIG_CRYPTO_CTR is not set
40995 +# CONFIG_CRYPTO_GCM is not set
40996 +# CONFIG_CRYPTO_CCM is not set
40997 +# CONFIG_CRYPTO_CRYPTD is not set
40998 +# CONFIG_CRYPTO_DES is not set
40999 +# CONFIG_CRYPTO_FCRYPT is not set
41000 +# CONFIG_CRYPTO_BLOWFISH is not set
41001 +# CONFIG_CRYPTO_TWOFISH is not set
41002 +# CONFIG_CRYPTO_SERPENT is not set
41003 +# CONFIG_CRYPTO_AES is not set
41004 +# CONFIG_CRYPTO_CAST5 is not set
41005 +# CONFIG_CRYPTO_CAST6 is not set
41006 +# CONFIG_CRYPTO_TEA is not set
41007 +# CONFIG_CRYPTO_ARC4 is not set
41008 +# CONFIG_CRYPTO_KHAZAD is not set
41009 +# CONFIG_CRYPTO_ANUBIS is not set
41010 +# CONFIG_CRYPTO_SEED is not set
41011 +# CONFIG_CRYPTO_SALSA20 is not set
41012 +# CONFIG_CRYPTO_DEFLATE is not set
41013 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
41014 +# CONFIG_CRYPTO_CRC32C is not set
41015 +# CONFIG_CRYPTO_CAMELLIA is not set
41016 +# CONFIG_CRYPTO_AUTHENC is not set
41017 +# CONFIG_CRYPTO_LZO is not set
41018 +CONFIG_CRYPTO_HW=y
41019 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
41020 +# CONFIG_PPC_CLOCK is not set
41022 +++ b/arch/powerpc/configs/85xx/sbc8548_defconfig
41025 +# Automatically generated make config: don't edit
41026 +# Linux kernel version: 2.6.25-rc6
41027 +# Mon Mar 24 08:48:39 2008
41029 +# CONFIG_PPC64 is not set
41032 +# Processor support
41034 +# CONFIG_6xx is not set
41036 +# CONFIG_PPC_8xx is not set
41037 +# CONFIG_40x is not set
41038 +# CONFIG_44x is not set
41039 +# CONFIG_E200 is not set
41042 +CONFIG_FSL_BOOKE=y
41043 +CONFIG_FSL_EMB_PERFMON=y
41044 +# CONFIG_PHYS_64BIT is not set
41046 +# CONFIG_PPC_MM_SLICES is not set
41048 +CONFIG_WORD_SIZE=32
41049 +CONFIG_PPC_MERGE=y
41051 +CONFIG_GENERIC_CMOS_UPDATE=y
41052 +CONFIG_GENERIC_TIME=y
41053 +CONFIG_GENERIC_TIME_VSYSCALL=y
41054 +CONFIG_GENERIC_CLOCKEVENTS=y
41055 +CONFIG_GENERIC_HARDIRQS=y
41056 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
41057 +CONFIG_IRQ_PER_CPU=y
41058 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
41059 +CONFIG_ARCH_HAS_ILOG2_U32=y
41060 +CONFIG_GENERIC_HWEIGHT=y
41061 +CONFIG_GENERIC_CALIBRATE_DELAY=y
41062 +CONFIG_GENERIC_FIND_NEXT_BIT=y
41063 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
41065 +CONFIG_EARLY_PRINTK=y
41066 +CONFIG_GENERIC_NVRAM=y
41067 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
41068 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
41071 +CONFIG_PPC_UDBG_16550=y
41072 +# CONFIG_GENERIC_TBSYNC is not set
41073 +CONFIG_AUDIT_ARCH=y
41074 +CONFIG_GENERIC_BUG=y
41075 +CONFIG_DEFAULT_UIMAGE=y
41076 +# CONFIG_PPC_DCR_NATIVE is not set
41077 +# CONFIG_PPC_DCR_MMIO is not set
41078 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
41083 +CONFIG_EXPERIMENTAL=y
41084 +CONFIG_BROKEN_ON_SMP=y
41085 +CONFIG_INIT_ENV_ARG_LIMIT=32
41086 +CONFIG_LOCALVERSION=""
41087 +CONFIG_LOCALVERSION_AUTO=y
41090 +CONFIG_SYSVIPC_SYSCTL=y
41091 +# CONFIG_POSIX_MQUEUE is not set
41092 +# CONFIG_BSD_PROCESS_ACCT is not set
41093 +# CONFIG_TASKSTATS is not set
41094 +# CONFIG_AUDIT is not set
41095 +# CONFIG_IKCONFIG is not set
41096 +CONFIG_LOG_BUF_SHIFT=14
41097 +# CONFIG_CGROUPS is not set
41098 +CONFIG_GROUP_SCHED=y
41099 +CONFIG_FAIR_GROUP_SCHED=y
41100 +# CONFIG_RT_GROUP_SCHED is not set
41101 +CONFIG_USER_SCHED=y
41102 +# CONFIG_CGROUP_SCHED is not set
41103 +CONFIG_SYSFS_DEPRECATED=y
41104 +CONFIG_SYSFS_DEPRECATED_V2=y
41105 +# CONFIG_RELAY is not set
41106 +# CONFIG_NAMESPACES is not set
41107 +CONFIG_BLK_DEV_INITRD=y
41108 +CONFIG_INITRAMFS_SOURCE=""
41109 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
41112 +CONFIG_SYSCTL_SYSCALL=y
41114 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
41119 +CONFIG_COMPAT_BRK=y
41120 +CONFIG_BASE_FULL=y
41122 +CONFIG_ANON_INODES=y
41128 +CONFIG_VM_EVENT_COUNTERS=y
41130 +# CONFIG_SLUB is not set
41131 +# CONFIG_SLOB is not set
41132 +# CONFIG_PROFILING is not set
41133 +# CONFIG_MARKERS is not set
41134 +CONFIG_HAVE_OPROFILE=y
41135 +CONFIG_HAVE_KPROBES=y
41136 +CONFIG_HAVE_KRETPROBES=y
41137 +CONFIG_PROC_PAGE_MONITOR=y
41139 +CONFIG_RT_MUTEXES=y
41140 +# CONFIG_TINY_SHMEM is not set
41141 +CONFIG_BASE_SMALL=0
41142 +# CONFIG_MODULES is not set
41144 +# CONFIG_LBD is not set
41145 +# CONFIG_BLK_DEV_IO_TRACE is not set
41146 +# CONFIG_LSF is not set
41147 +# CONFIG_BLK_DEV_BSG is not set
41152 +CONFIG_IOSCHED_NOOP=y
41153 +CONFIG_IOSCHED_AS=y
41154 +CONFIG_IOSCHED_DEADLINE=y
41155 +CONFIG_IOSCHED_CFQ=y
41156 +CONFIG_DEFAULT_AS=y
41157 +# CONFIG_DEFAULT_DEADLINE is not set
41158 +# CONFIG_DEFAULT_CFQ is not set
41159 +# CONFIG_DEFAULT_NOOP is not set
41160 +CONFIG_DEFAULT_IOSCHED="anticipatory"
41161 +CONFIG_CLASSIC_RCU=y
41164 +# Platform support
41166 +# CONFIG_PPC_MPC512x is not set
41167 +# CONFIG_PPC_MPC5121 is not set
41168 +# CONFIG_PPC_CELL is not set
41169 +# CONFIG_PPC_CELL_NATIVE is not set
41170 +# CONFIG_PQ2ADS is not set
41172 +# CONFIG_MPC8540_ADS is not set
41173 +# CONFIG_MPC8560_ADS is not set
41174 +# CONFIG_MPC85xx_CDS is not set
41175 +# CONFIG_MPC85xx_MDS is not set
41176 +# CONFIG_MPC85xx_DS is not set
41177 +# CONFIG_STX_GP3 is not set
41178 +# CONFIG_TQM8540 is not set
41179 +# CONFIG_TQM8541 is not set
41180 +# CONFIG_TQM8555 is not set
41181 +# CONFIG_TQM8560 is not set
41183 +# CONFIG_SBC8560 is not set
41184 +# CONFIG_IPIC is not set
41186 +# CONFIG_MPIC_WEIRD is not set
41187 +# CONFIG_PPC_I8259 is not set
41188 +# CONFIG_PPC_RTAS is not set
41189 +# CONFIG_MMIO_NVRAM is not set
41190 +# CONFIG_PPC_MPC106 is not set
41191 +# CONFIG_PPC_970_NAP is not set
41192 +# CONFIG_PPC_INDIRECT_IO is not set
41193 +# CONFIG_GENERIC_IOMAP is not set
41194 +# CONFIG_CPU_FREQ is not set
41195 +# CONFIG_CPM2 is not set
41196 +# CONFIG_FSL_ULI1575 is not set
41201 +# CONFIG_HIGHMEM is not set
41202 +# CONFIG_TICK_ONESHOT is not set
41203 +# CONFIG_NO_HZ is not set
41204 +# CONFIG_HIGH_RES_TIMERS is not set
41205 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
41206 +# CONFIG_HZ_100 is not set
41208 +# CONFIG_HZ_300 is not set
41209 +# CONFIG_HZ_1000 is not set
41211 +# CONFIG_SCHED_HRTICK is not set
41212 +CONFIG_PREEMPT_NONE=y
41213 +# CONFIG_PREEMPT_VOLUNTARY is not set
41214 +# CONFIG_PREEMPT is not set
41215 +CONFIG_BINFMT_ELF=y
41216 +CONFIG_BINFMT_MISC=y
41217 +CONFIG_MATH_EMULATION=y
41218 +# CONFIG_IOMMU_HELPER is not set
41219 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
41220 +CONFIG_ARCH_HAS_WALK_MEMORY=y
41221 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
41222 +CONFIG_ARCH_FLATMEM_ENABLE=y
41223 +CONFIG_ARCH_POPULATES_NODE_MAP=y
41224 +CONFIG_SELECT_MEMORY_MODEL=y
41225 +CONFIG_FLATMEM_MANUAL=y
41226 +# CONFIG_DISCONTIGMEM_MANUAL is not set
41227 +# CONFIG_SPARSEMEM_MANUAL is not set
41229 +CONFIG_FLAT_NODE_MEM_MAP=y
41230 +# CONFIG_SPARSEMEM_STATIC is not set
41231 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
41232 +CONFIG_SPLIT_PTLOCK_CPUS=4
41233 +# CONFIG_RESOURCES_64BIT is not set
41234 +CONFIG_ZONE_DMA_FLAG=1
41236 +CONFIG_VIRT_TO_BUS=y
41237 +CONFIG_PROC_DEVICETREE=y
41238 +# CONFIG_CMDLINE_BOOL is not set
41239 +# CONFIG_PM is not set
41240 +# CONFIG_SECCOMP is not set
41241 +CONFIG_ISA_DMA_API=y
41247 +CONFIG_PPC_INDIRECT_PCI=y
41251 +CONFIG_PCI_DOMAINS=y
41252 +CONFIG_PCI_SYSCALL=y
41253 +# CONFIG_PCIEPORTBUS is not set
41254 +CONFIG_ARCH_SUPPORTS_MSI=y
41255 +# CONFIG_PCI_MSI is not set
41256 +CONFIG_PCI_LEGACY=y
41257 +# CONFIG_PCCARD is not set
41258 +# CONFIG_HOTPLUG_PCI is not set
41263 +# CONFIG_ADVANCED_OPTIONS is not set
41266 +# Default settings for advanced configuration options are used
41268 +CONFIG_HIGHMEM_START=0xfe000000
41269 +CONFIG_LOWMEM_SIZE=0x30000000
41270 +CONFIG_KERNEL_START=0xc0000000
41271 +CONFIG_TASK_SIZE=0xc0000000
41272 +CONFIG_BOOT_LOAD=0x00800000
41280 +# Networking options
41283 +# CONFIG_PACKET_MMAP is not set
41286 +CONFIG_XFRM_USER=y
41287 +# CONFIG_XFRM_SUB_POLICY is not set
41288 +# CONFIG_XFRM_MIGRATE is not set
41289 +# CONFIG_XFRM_STATISTICS is not set
41290 +# CONFIG_NET_KEY is not set
41292 +CONFIG_IP_MULTICAST=y
41293 +# CONFIG_IP_ADVANCED_ROUTER is not set
41294 +CONFIG_IP_FIB_HASH=y
41296 +CONFIG_IP_PNP_DHCP=y
41297 +CONFIG_IP_PNP_BOOTP=y
41298 +# CONFIG_IP_PNP_RARP is not set
41299 +# CONFIG_NET_IPIP is not set
41300 +# CONFIG_NET_IPGRE is not set
41301 +# CONFIG_IP_MROUTE is not set
41302 +# CONFIG_ARPD is not set
41303 +CONFIG_SYN_COOKIES=y
41304 +# CONFIG_INET_AH is not set
41305 +# CONFIG_INET_ESP is not set
41306 +# CONFIG_INET_IPCOMP is not set
41307 +# CONFIG_INET_XFRM_TUNNEL is not set
41308 +# CONFIG_INET_TUNNEL is not set
41309 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
41310 +CONFIG_INET_XFRM_MODE_TUNNEL=y
41311 +CONFIG_INET_XFRM_MODE_BEET=y
41312 +# CONFIG_INET_LRO is not set
41313 +CONFIG_INET_DIAG=y
41314 +CONFIG_INET_TCP_DIAG=y
41315 +# CONFIG_TCP_CONG_ADVANCED is not set
41316 +CONFIG_TCP_CONG_CUBIC=y
41317 +CONFIG_DEFAULT_TCP_CONG="cubic"
41318 +# CONFIG_TCP_MD5SIG is not set
41319 +# CONFIG_IPV6 is not set
41320 +# CONFIG_INET6_XFRM_TUNNEL is not set
41321 +# CONFIG_INET6_TUNNEL is not set
41322 +# CONFIG_NETWORK_SECMARK is not set
41323 +# CONFIG_NETFILTER is not set
41324 +# CONFIG_IP_DCCP is not set
41325 +# CONFIG_IP_SCTP is not set
41326 +# CONFIG_TIPC is not set
41327 +# CONFIG_ATM is not set
41328 +# CONFIG_BRIDGE is not set
41329 +# CONFIG_VLAN_8021Q is not set
41330 +# CONFIG_DECNET is not set
41331 +# CONFIG_LLC2 is not set
41332 +# CONFIG_IPX is not set
41333 +# CONFIG_ATALK is not set
41334 +# CONFIG_X25 is not set
41335 +# CONFIG_LAPB is not set
41336 +# CONFIG_ECONET is not set
41337 +# CONFIG_WAN_ROUTER is not set
41338 +# CONFIG_NET_SCHED is not set
41343 +# CONFIG_NET_PKTGEN is not set
41344 +# CONFIG_HAMRADIO is not set
41345 +# CONFIG_CAN is not set
41346 +# CONFIG_IRDA is not set
41347 +# CONFIG_BT is not set
41348 +# CONFIG_AF_RXRPC is not set
41353 +# CONFIG_CFG80211 is not set
41354 +# CONFIG_WIRELESS_EXT is not set
41355 +# CONFIG_MAC80211 is not set
41356 +# CONFIG_IEEE80211 is not set
41357 +# CONFIG_RFKILL is not set
41358 +# CONFIG_NET_9P is not set
41365 +# Generic Driver Options
41367 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
41368 +CONFIG_STANDALONE=y
41369 +CONFIG_PREVENT_FIRMWARE_BUILD=y
41370 +# CONFIG_FW_LOADER is not set
41371 +# CONFIG_SYS_HYPERVISOR is not set
41372 +# CONFIG_CONNECTOR is not set
41373 +# CONFIG_MTD is not set
41374 +CONFIG_OF_DEVICE=y
41375 +# CONFIG_PARPORT is not set
41377 +# CONFIG_BLK_DEV_FD is not set
41378 +# CONFIG_BLK_CPQ_DA is not set
41379 +# CONFIG_BLK_CPQ_CISS_DA is not set
41380 +# CONFIG_BLK_DEV_DAC960 is not set
41381 +# CONFIG_BLK_DEV_UMEM is not set
41382 +# CONFIG_BLK_DEV_COW_COMMON is not set
41383 +CONFIG_BLK_DEV_LOOP=y
41384 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
41385 +# CONFIG_BLK_DEV_NBD is not set
41386 +# CONFIG_BLK_DEV_SX8 is not set
41387 +CONFIG_BLK_DEV_RAM=y
41388 +CONFIG_BLK_DEV_RAM_COUNT=16
41389 +CONFIG_BLK_DEV_RAM_SIZE=4096
41390 +# CONFIG_BLK_DEV_XIP is not set
41391 +# CONFIG_CDROM_PKTCDVD is not set
41392 +# CONFIG_ATA_OVER_ETH is not set
41393 +CONFIG_MISC_DEVICES=y
41394 +# CONFIG_PHANTOM is not set
41395 +# CONFIG_EEPROM_93CX6 is not set
41396 +# CONFIG_SGI_IOC4 is not set
41397 +# CONFIG_TIFM_CORE is not set
41398 +# CONFIG_ENCLOSURE_SERVICES is not set
41400 +# CONFIG_IDE is not set
41403 +# SCSI device support
41405 +# CONFIG_RAID_ATTRS is not set
41406 +# CONFIG_SCSI is not set
41407 +# CONFIG_SCSI_DMA is not set
41408 +# CONFIG_SCSI_NETLINK is not set
41409 +# CONFIG_ATA is not set
41410 +# CONFIG_MD is not set
41411 +# CONFIG_FUSION is not set
41414 +# IEEE 1394 (FireWire) support
41416 +# CONFIG_FIREWIRE is not set
41417 +# CONFIG_IEEE1394 is not set
41418 +# CONFIG_I2O is not set
41419 +# CONFIG_MACINTOSH_DRIVERS is not set
41420 +CONFIG_NETDEVICES=y
41421 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
41422 +# CONFIG_DUMMY is not set
41423 +# CONFIG_BONDING is not set
41424 +# CONFIG_MACVLAN is not set
41425 +# CONFIG_EQUALIZER is not set
41426 +# CONFIG_TUN is not set
41427 +# CONFIG_VETH is not set
41428 +# CONFIG_ARCNET is not set
41432 +# MII PHY device drivers
41434 +# CONFIG_MARVELL_PHY is not set
41435 +# CONFIG_DAVICOM_PHY is not set
41436 +# CONFIG_QSEMI_PHY is not set
41437 +# CONFIG_LXT_PHY is not set
41438 +# CONFIG_CICADA_PHY is not set
41439 +# CONFIG_VITESSE_PHY is not set
41440 +# CONFIG_SMSC_PHY is not set
41441 +CONFIG_BROADCOM_PHY=y
41442 +# CONFIG_ICPLUS_PHY is not set
41443 +# CONFIG_REALTEK_PHY is not set
41444 +# CONFIG_FIXED_PHY is not set
41445 +# CONFIG_MDIO_BITBANG is not set
41446 +CONFIG_NET_ETHERNET=y
41448 +# CONFIG_HAPPYMEAL is not set
41449 +# CONFIG_SUNGEM is not set
41450 +# CONFIG_CASSINI is not set
41451 +# CONFIG_NET_VENDOR_3COM is not set
41452 +# CONFIG_NET_TULIP is not set
41453 +# CONFIG_HP100 is not set
41454 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
41455 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
41456 +# CONFIG_IBM_NEW_EMAC_TAH is not set
41457 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
41458 +# CONFIG_NET_PCI is not set
41459 +# CONFIG_B44 is not set
41460 +CONFIG_NETDEV_1000=y
41461 +# CONFIG_ACENIC is not set
41462 +# CONFIG_DL2K is not set
41463 +# CONFIG_E1000 is not set
41464 +# CONFIG_E1000E is not set
41465 +# CONFIG_E1000E_ENABLED is not set
41466 +# CONFIG_IP1000 is not set
41467 +# CONFIG_IGB is not set
41468 +# CONFIG_NS83820 is not set
41469 +# CONFIG_HAMACHI is not set
41470 +# CONFIG_YELLOWFIN is not set
41471 +# CONFIG_R8169 is not set
41472 +# CONFIG_SIS190 is not set
41473 +# CONFIG_SKGE is not set
41474 +# CONFIG_SKY2 is not set
41475 +# CONFIG_SK98LIN is not set
41476 +# CONFIG_VIA_VELOCITY is not set
41477 +# CONFIG_TIGON3 is not set
41478 +# CONFIG_BNX2 is not set
41480 +CONFIG_GFAR_NAPI=y
41481 +# CONFIG_QLA3XXX is not set
41482 +# CONFIG_ATL1 is not set
41483 +CONFIG_NETDEV_10000=y
41484 +# CONFIG_CHELSIO_T1 is not set
41485 +# CONFIG_CHELSIO_T3 is not set
41486 +# CONFIG_IXGBE is not set
41487 +# CONFIG_IXGB is not set
41488 +# CONFIG_S2IO is not set
41489 +# CONFIG_MYRI10GE is not set
41490 +# CONFIG_NETXEN_NIC is not set
41491 +# CONFIG_NIU is not set
41492 +# CONFIG_MLX4_CORE is not set
41493 +# CONFIG_TEHUTI is not set
41494 +# CONFIG_BNX2X is not set
41495 +# CONFIG_TR is not set
41500 +# CONFIG_WLAN_PRE80211 is not set
41501 +# CONFIG_WLAN_80211 is not set
41502 +# CONFIG_WAN is not set
41503 +# CONFIG_FDDI is not set
41504 +# CONFIG_HIPPI is not set
41505 +# CONFIG_PPP is not set
41506 +# CONFIG_SLIP is not set
41507 +# CONFIG_NETCONSOLE is not set
41508 +# CONFIG_NETPOLL is not set
41509 +# CONFIG_NET_POLL_CONTROLLER is not set
41510 +# CONFIG_ISDN is not set
41511 +# CONFIG_PHONE is not set
41514 +# Input device support
41517 +# CONFIG_INPUT_FF_MEMLESS is not set
41518 +# CONFIG_INPUT_POLLDEV is not set
41521 +# Userland interfaces
41523 +# CONFIG_INPUT_MOUSEDEV is not set
41524 +# CONFIG_INPUT_JOYDEV is not set
41525 +# CONFIG_INPUT_EVDEV is not set
41526 +# CONFIG_INPUT_EVBUG is not set
41529 +# Input Device Drivers
41531 +# CONFIG_INPUT_KEYBOARD is not set
41532 +# CONFIG_INPUT_MOUSE is not set
41533 +# CONFIG_INPUT_JOYSTICK is not set
41534 +# CONFIG_INPUT_TABLET is not set
41535 +# CONFIG_INPUT_TOUCHSCREEN is not set
41536 +# CONFIG_INPUT_MISC is not set
41539 +# Hardware I/O ports
41541 +# CONFIG_SERIO is not set
41542 +# CONFIG_GAMEPORT is not set
41545 +# Character devices
41547 +# CONFIG_VT is not set
41548 +# CONFIG_SERIAL_NONSTANDARD is not set
41549 +# CONFIG_NOZOMI is not set
41554 +CONFIG_SERIAL_8250=y
41555 +CONFIG_SERIAL_8250_CONSOLE=y
41556 +CONFIG_SERIAL_8250_PCI=y
41557 +CONFIG_SERIAL_8250_NR_UARTS=4
41558 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
41559 +# CONFIG_SERIAL_8250_EXTENDED is not set
41560 +CONFIG_SERIAL_8250_SHARE_IRQ=y
41563 +# Non-8250 serial port support
41565 +# CONFIG_SERIAL_UARTLITE is not set
41566 +CONFIG_SERIAL_CORE=y
41567 +CONFIG_SERIAL_CORE_CONSOLE=y
41568 +# CONFIG_SERIAL_JSM is not set
41569 +# CONFIG_SERIAL_OF_PLATFORM is not set
41570 +CONFIG_UNIX98_PTYS=y
41571 +CONFIG_LEGACY_PTYS=y
41572 +CONFIG_LEGACY_PTY_COUNT=256
41573 +# CONFIG_IPMI_HANDLER is not set
41574 +# CONFIG_HW_RANDOM is not set
41575 +# CONFIG_NVRAM is not set
41577 +# CONFIG_GEN_RTC_X is not set
41578 +# CONFIG_R3964 is not set
41579 +# CONFIG_APPLICOM is not set
41580 +# CONFIG_RAW_DRIVER is not set
41581 +# CONFIG_TCG_TPM is not set
41583 +# CONFIG_I2C is not set
41588 +# CONFIG_SPI is not set
41589 +# CONFIG_SPI_MASTER is not set
41590 +# CONFIG_W1 is not set
41591 +# CONFIG_POWER_SUPPLY is not set
41593 +# CONFIG_HWMON_VID is not set
41594 +# CONFIG_SENSORS_I5K_AMB is not set
41595 +# CONFIG_SENSORS_F71805F is not set
41596 +# CONFIG_SENSORS_F71882FG is not set
41597 +# CONFIG_SENSORS_IT87 is not set
41598 +# CONFIG_SENSORS_PC87360 is not set
41599 +# CONFIG_SENSORS_PC87427 is not set
41600 +# CONFIG_SENSORS_SIS5595 is not set
41601 +# CONFIG_SENSORS_SMSC47M1 is not set
41602 +# CONFIG_SENSORS_SMSC47B397 is not set
41603 +# CONFIG_SENSORS_VIA686A is not set
41604 +# CONFIG_SENSORS_VT1211 is not set
41605 +# CONFIG_SENSORS_VT8231 is not set
41606 +# CONFIG_SENSORS_W83627HF is not set
41607 +# CONFIG_SENSORS_W83627EHF is not set
41608 +# CONFIG_HWMON_DEBUG_CHIP is not set
41609 +# CONFIG_THERMAL is not set
41610 +# CONFIG_WATCHDOG is not set
41613 +# Sonics Silicon Backplane
41615 +CONFIG_SSB_POSSIBLE=y
41616 +# CONFIG_SSB is not set
41619 +# Multifunction device drivers
41621 +# CONFIG_MFD_SM501 is not set
41624 +# Multimedia devices
41626 +# CONFIG_VIDEO_DEV is not set
41627 +# CONFIG_DVB_CORE is not set
41631 +# Graphics support
41633 +# CONFIG_AGP is not set
41634 +# CONFIG_DRM is not set
41635 +# CONFIG_VGASTATE is not set
41636 +CONFIG_VIDEO_OUTPUT_CONTROL=y
41637 +# CONFIG_FB is not set
41638 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
41641 +# Display device support
41643 +# CONFIG_DISPLAY_SUPPORT is not set
41648 +# CONFIG_SOUND is not set
41649 +# CONFIG_HID_SUPPORT is not set
41650 +# CONFIG_USB_SUPPORT is not set
41651 +# CONFIG_MMC is not set
41652 +# CONFIG_MEMSTICK is not set
41653 +# CONFIG_NEW_LEDS is not set
41654 +# CONFIG_INFINIBAND is not set
41655 +# CONFIG_EDAC is not set
41656 +# CONFIG_RTC_CLASS is not set
41657 +# CONFIG_DMADEVICES is not set
41662 +# CONFIG_UIO is not set
41667 +# CONFIG_EXT2_FS is not set
41668 +# CONFIG_EXT3_FS is not set
41669 +# CONFIG_EXT4DEV_FS is not set
41670 +# CONFIG_REISERFS_FS is not set
41671 +# CONFIG_JFS_FS is not set
41672 +# CONFIG_FS_POSIX_ACL is not set
41673 +# CONFIG_XFS_FS is not set
41674 +# CONFIG_GFS2_FS is not set
41675 +# CONFIG_OCFS2_FS is not set
41678 +CONFIG_INOTIFY_USER=y
41679 +# CONFIG_QUOTA is not set
41680 +# CONFIG_AUTOFS_FS is not set
41681 +# CONFIG_AUTOFS4_FS is not set
41682 +# CONFIG_FUSE_FS is not set
41685 +# CD-ROM/DVD Filesystems
41687 +# CONFIG_ISO9660_FS is not set
41688 +# CONFIG_UDF_FS is not set
41691 +# DOS/FAT/NT Filesystems
41693 +# CONFIG_MSDOS_FS is not set
41694 +# CONFIG_VFAT_FS is not set
41695 +# CONFIG_NTFS_FS is not set
41698 +# Pseudo filesystems
41701 +CONFIG_PROC_KCORE=y
41702 +CONFIG_PROC_SYSCTL=y
41705 +# CONFIG_TMPFS_POSIX_ACL is not set
41706 +# CONFIG_HUGETLB_PAGE is not set
41707 +# CONFIG_CONFIGFS_FS is not set
41710 +# Miscellaneous filesystems
41712 +# CONFIG_ADFS_FS is not set
41713 +# CONFIG_AFFS_FS is not set
41714 +# CONFIG_HFS_FS is not set
41715 +# CONFIG_HFSPLUS_FS is not set
41716 +# CONFIG_BEFS_FS is not set
41717 +# CONFIG_BFS_FS is not set
41718 +# CONFIG_EFS_FS is not set
41719 +# CONFIG_CRAMFS is not set
41720 +# CONFIG_VXFS_FS is not set
41721 +# CONFIG_MINIX_FS is not set
41722 +# CONFIG_HPFS_FS is not set
41723 +# CONFIG_QNX4FS_FS is not set
41724 +# CONFIG_ROMFS_FS is not set
41725 +# CONFIG_SYSV_FS is not set
41726 +# CONFIG_UFS_FS is not set
41727 +CONFIG_NETWORK_FILESYSTEMS=y
41729 +# CONFIG_NFS_V3 is not set
41730 +# CONFIG_NFS_V4 is not set
41731 +# CONFIG_NFS_DIRECTIO is not set
41732 +# CONFIG_NFSD is not set
41735 +CONFIG_NFS_COMMON=y
41737 +# CONFIG_SUNRPC_BIND34 is not set
41738 +# CONFIG_RPCSEC_GSS_KRB5 is not set
41739 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
41740 +# CONFIG_SMB_FS is not set
41741 +# CONFIG_CIFS is not set
41742 +# CONFIG_NCP_FS is not set
41743 +# CONFIG_CODA_FS is not set
41744 +# CONFIG_AFS_FS is not set
41749 +# CONFIG_PARTITION_ADVANCED is not set
41750 +CONFIG_MSDOS_PARTITION=y
41751 +# CONFIG_NLS is not set
41752 +# CONFIG_DLM is not set
41755 +# Library routines
41757 +CONFIG_BITREVERSE=y
41758 +# CONFIG_CRC_CCITT is not set
41759 +# CONFIG_CRC16 is not set
41760 +# CONFIG_CRC_ITU_T is not set
41762 +# CONFIG_CRC7 is not set
41763 +# CONFIG_LIBCRC32C is not set
41765 +CONFIG_HAS_IOMEM=y
41766 +CONFIG_HAS_IOPORT=y
41772 +# CONFIG_PRINTK_TIME is not set
41773 +CONFIG_ENABLE_WARN_DEPRECATED=y
41774 +CONFIG_ENABLE_MUST_CHECK=y
41775 +# CONFIG_MAGIC_SYSRQ is not set
41776 +# CONFIG_UNUSED_SYMBOLS is not set
41777 +# CONFIG_DEBUG_FS is not set
41778 +# CONFIG_HEADERS_CHECK is not set
41779 +# CONFIG_DEBUG_KERNEL is not set
41780 +# CONFIG_DEBUG_BUGVERBOSE is not set
41781 +# CONFIG_SAMPLES is not set
41782 +# CONFIG_PPC_EARLY_DEBUG is not set
41785 +# Security options
41787 +# CONFIG_KEYS is not set
41788 +# CONFIG_SECURITY is not set
41789 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
41791 +# CONFIG_CRYPTO_SEQIV is not set
41792 +# CONFIG_CRYPTO_MANAGER is not set
41793 +# CONFIG_CRYPTO_HMAC is not set
41794 +# CONFIG_CRYPTO_XCBC is not set
41795 +# CONFIG_CRYPTO_NULL is not set
41796 +# CONFIG_CRYPTO_MD4 is not set
41797 +# CONFIG_CRYPTO_MD5 is not set
41798 +# CONFIG_CRYPTO_SHA1 is not set
41799 +# CONFIG_CRYPTO_SHA256 is not set
41800 +# CONFIG_CRYPTO_SHA512 is not set
41801 +# CONFIG_CRYPTO_WP512 is not set
41802 +# CONFIG_CRYPTO_TGR192 is not set
41803 +# CONFIG_CRYPTO_GF128MUL is not set
41804 +# CONFIG_CRYPTO_ECB is not set
41805 +# CONFIG_CRYPTO_CBC is not set
41806 +# CONFIG_CRYPTO_PCBC is not set
41807 +# CONFIG_CRYPTO_LRW is not set
41808 +# CONFIG_CRYPTO_XTS is not set
41809 +# CONFIG_CRYPTO_CTR is not set
41810 +# CONFIG_CRYPTO_GCM is not set
41811 +# CONFIG_CRYPTO_CCM is not set
41812 +# CONFIG_CRYPTO_CRYPTD is not set
41813 +# CONFIG_CRYPTO_DES is not set
41814 +# CONFIG_CRYPTO_FCRYPT is not set
41815 +# CONFIG_CRYPTO_BLOWFISH is not set
41816 +# CONFIG_CRYPTO_TWOFISH is not set
41817 +# CONFIG_CRYPTO_SERPENT is not set
41818 +# CONFIG_CRYPTO_AES is not set
41819 +# CONFIG_CRYPTO_CAST5 is not set
41820 +# CONFIG_CRYPTO_CAST6 is not set
41821 +# CONFIG_CRYPTO_TEA is not set
41822 +# CONFIG_CRYPTO_ARC4 is not set
41823 +# CONFIG_CRYPTO_KHAZAD is not set
41824 +# CONFIG_CRYPTO_ANUBIS is not set
41825 +# CONFIG_CRYPTO_SEED is not set
41826 +# CONFIG_CRYPTO_SALSA20 is not set
41827 +# CONFIG_CRYPTO_DEFLATE is not set
41828 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
41829 +# CONFIG_CRYPTO_CRC32C is not set
41830 +# CONFIG_CRYPTO_CAMELLIA is not set
41831 +# CONFIG_CRYPTO_AUTHENC is not set
41832 +# CONFIG_CRYPTO_LZO is not set
41833 +CONFIG_CRYPTO_HW=y
41834 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
41835 +# CONFIG_PPC_CLOCK is not set
41837 +++ b/arch/powerpc/configs/85xx/sbc8560_defconfig
41840 +# Automatically generated make config: don't edit
41841 +# Linux kernel version: 2.6.25-rc6
41842 +# Mon Mar 24 08:48:39 2008
41844 +# CONFIG_PPC64 is not set
41847 +# Processor support
41849 +# CONFIG_6xx is not set
41851 +# CONFIG_PPC_8xx is not set
41852 +# CONFIG_40x is not set
41853 +# CONFIG_44x is not set
41854 +# CONFIG_E200 is not set
41857 +CONFIG_FSL_BOOKE=y
41858 +CONFIG_FSL_EMB_PERFMON=y
41859 +# CONFIG_PHYS_64BIT is not set
41861 +# CONFIG_PPC_MM_SLICES is not set
41863 +CONFIG_WORD_SIZE=32
41864 +CONFIG_PPC_MERGE=y
41866 +CONFIG_GENERIC_CMOS_UPDATE=y
41867 +CONFIG_GENERIC_TIME=y
41868 +CONFIG_GENERIC_TIME_VSYSCALL=y
41869 +CONFIG_GENERIC_CLOCKEVENTS=y
41870 +CONFIG_GENERIC_HARDIRQS=y
41871 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
41872 +CONFIG_IRQ_PER_CPU=y
41873 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
41874 +CONFIG_ARCH_HAS_ILOG2_U32=y
41875 +CONFIG_GENERIC_HWEIGHT=y
41876 +CONFIG_GENERIC_CALIBRATE_DELAY=y
41877 +CONFIG_GENERIC_FIND_NEXT_BIT=y
41878 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
41880 +CONFIG_EARLY_PRINTK=y
41881 +CONFIG_GENERIC_NVRAM=y
41882 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
41883 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
41886 +CONFIG_PPC_UDBG_16550=y
41887 +# CONFIG_GENERIC_TBSYNC is not set
41888 +CONFIG_AUDIT_ARCH=y
41889 +CONFIG_GENERIC_BUG=y
41890 +CONFIG_DEFAULT_UIMAGE=y
41891 +# CONFIG_PPC_DCR_NATIVE is not set
41892 +# CONFIG_PPC_DCR_MMIO is not set
41893 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
41898 +CONFIG_EXPERIMENTAL=y
41899 +CONFIG_BROKEN_ON_SMP=y
41900 +CONFIG_INIT_ENV_ARG_LIMIT=32
41901 +CONFIG_LOCALVERSION=""
41902 +CONFIG_LOCALVERSION_AUTO=y
41905 +CONFIG_SYSVIPC_SYSCTL=y
41906 +# CONFIG_POSIX_MQUEUE is not set
41907 +# CONFIG_BSD_PROCESS_ACCT is not set
41908 +# CONFIG_TASKSTATS is not set
41909 +# CONFIG_AUDIT is not set
41910 +# CONFIG_IKCONFIG is not set
41911 +CONFIG_LOG_BUF_SHIFT=14
41912 +# CONFIG_CGROUPS is not set
41913 +CONFIG_GROUP_SCHED=y
41914 +CONFIG_FAIR_GROUP_SCHED=y
41915 +# CONFIG_RT_GROUP_SCHED is not set
41916 +CONFIG_USER_SCHED=y
41917 +# CONFIG_CGROUP_SCHED is not set
41918 +CONFIG_SYSFS_DEPRECATED=y
41919 +CONFIG_SYSFS_DEPRECATED_V2=y
41920 +# CONFIG_RELAY is not set
41921 +# CONFIG_NAMESPACES is not set
41922 +CONFIG_BLK_DEV_INITRD=y
41923 +CONFIG_INITRAMFS_SOURCE=""
41924 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
41927 +CONFIG_SYSCTL_SYSCALL=y
41929 +# CONFIG_KALLSYMS_ALL is not set
41930 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
41935 +CONFIG_COMPAT_BRK=y
41936 +CONFIG_BASE_FULL=y
41938 +CONFIG_ANON_INODES=y
41944 +CONFIG_VM_EVENT_COUNTERS=y
41946 +# CONFIG_SLUB is not set
41947 +# CONFIG_SLOB is not set
41948 +# CONFIG_PROFILING is not set
41949 +# CONFIG_MARKERS is not set
41950 +CONFIG_HAVE_OPROFILE=y
41951 +CONFIG_HAVE_KPROBES=y
41952 +CONFIG_HAVE_KRETPROBES=y
41953 +CONFIG_PROC_PAGE_MONITOR=y
41955 +CONFIG_RT_MUTEXES=y
41956 +# CONFIG_TINY_SHMEM is not set
41957 +CONFIG_BASE_SMALL=0
41958 +# CONFIG_MODULES is not set
41960 +# CONFIG_LBD is not set
41961 +# CONFIG_BLK_DEV_IO_TRACE is not set
41962 +# CONFIG_LSF is not set
41963 +# CONFIG_BLK_DEV_BSG is not set
41968 +CONFIG_IOSCHED_NOOP=y
41969 +CONFIG_IOSCHED_AS=y
41970 +CONFIG_IOSCHED_DEADLINE=y
41971 +CONFIG_IOSCHED_CFQ=y
41972 +CONFIG_DEFAULT_AS=y
41973 +# CONFIG_DEFAULT_DEADLINE is not set
41974 +# CONFIG_DEFAULT_CFQ is not set
41975 +# CONFIG_DEFAULT_NOOP is not set
41976 +CONFIG_DEFAULT_IOSCHED="anticipatory"
41977 +CONFIG_CLASSIC_RCU=y
41980 +# Platform support
41982 +# CONFIG_PPC_MPC512x is not set
41983 +# CONFIG_PPC_MPC5121 is not set
41984 +# CONFIG_PPC_CELL is not set
41985 +# CONFIG_PPC_CELL_NATIVE is not set
41986 +# CONFIG_PQ2ADS is not set
41988 +# CONFIG_MPC8540_ADS is not set
41989 +# CONFIG_MPC8560_ADS is not set
41990 +# CONFIG_MPC85xx_CDS is not set
41991 +# CONFIG_MPC85xx_MDS is not set
41992 +# CONFIG_MPC85xx_DS is not set
41993 +# CONFIG_STX_GP3 is not set
41994 +# CONFIG_TQM8540 is not set
41995 +# CONFIG_TQM8541 is not set
41996 +# CONFIG_TQM8555 is not set
41997 +# CONFIG_TQM8560 is not set
41998 +# CONFIG_SBC8548 is not set
42000 +# CONFIG_IPIC is not set
42002 +# CONFIG_MPIC_WEIRD is not set
42003 +# CONFIG_PPC_I8259 is not set
42004 +# CONFIG_PPC_RTAS is not set
42005 +# CONFIG_MMIO_NVRAM is not set
42006 +# CONFIG_PPC_MPC106 is not set
42007 +# CONFIG_PPC_970_NAP is not set
42008 +# CONFIG_PPC_INDIRECT_IO is not set
42009 +# CONFIG_GENERIC_IOMAP is not set
42010 +# CONFIG_CPU_FREQ is not set
42011 +# CONFIG_CPM2 is not set
42012 +# CONFIG_FSL_ULI1575 is not set
42017 +# CONFIG_HIGHMEM is not set
42018 +# CONFIG_TICK_ONESHOT is not set
42019 +# CONFIG_NO_HZ is not set
42020 +# CONFIG_HIGH_RES_TIMERS is not set
42021 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
42022 +# CONFIG_HZ_100 is not set
42024 +# CONFIG_HZ_300 is not set
42025 +# CONFIG_HZ_1000 is not set
42027 +# CONFIG_SCHED_HRTICK is not set
42028 +CONFIG_PREEMPT_NONE=y
42029 +# CONFIG_PREEMPT_VOLUNTARY is not set
42030 +# CONFIG_PREEMPT is not set
42031 +CONFIG_BINFMT_ELF=y
42032 +CONFIG_BINFMT_MISC=y
42033 +# CONFIG_MATH_EMULATION is not set
42034 +# CONFIG_IOMMU_HELPER is not set
42035 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
42036 +CONFIG_ARCH_HAS_WALK_MEMORY=y
42037 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
42038 +CONFIG_ARCH_FLATMEM_ENABLE=y
42039 +CONFIG_ARCH_POPULATES_NODE_MAP=y
42040 +CONFIG_SELECT_MEMORY_MODEL=y
42041 +CONFIG_FLATMEM_MANUAL=y
42042 +# CONFIG_DISCONTIGMEM_MANUAL is not set
42043 +# CONFIG_SPARSEMEM_MANUAL is not set
42045 +CONFIG_FLAT_NODE_MEM_MAP=y
42046 +# CONFIG_SPARSEMEM_STATIC is not set
42047 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
42048 +CONFIG_SPLIT_PTLOCK_CPUS=4
42049 +# CONFIG_RESOURCES_64BIT is not set
42050 +CONFIG_ZONE_DMA_FLAG=1
42052 +CONFIG_VIRT_TO_BUS=y
42053 +CONFIG_PROC_DEVICETREE=y
42054 +# CONFIG_CMDLINE_BOOL is not set
42055 +# CONFIG_PM is not set
42056 +# CONFIG_SECCOMP is not set
42057 +CONFIG_ISA_DMA_API=y
42064 +# CONFIG_PCI is not set
42065 +# CONFIG_PCI_DOMAINS is not set
42066 +# CONFIG_PCI_SYSCALL is not set
42067 +# CONFIG_ARCH_SUPPORTS_MSI is not set
42068 +# CONFIG_PCCARD is not set
42073 +# CONFIG_ADVANCED_OPTIONS is not set
42076 +# Default settings for advanced configuration options are used
42078 +CONFIG_HIGHMEM_START=0xfe000000
42079 +CONFIG_LOWMEM_SIZE=0x30000000
42080 +CONFIG_KERNEL_START=0xc0000000
42081 +CONFIG_TASK_SIZE=0xc0000000
42082 +CONFIG_BOOT_LOAD=0x00800000
42090 +# Networking options
42093 +# CONFIG_PACKET_MMAP is not set
42096 +CONFIG_XFRM_USER=y
42097 +# CONFIG_XFRM_SUB_POLICY is not set
42098 +# CONFIG_XFRM_MIGRATE is not set
42099 +# CONFIG_XFRM_STATISTICS is not set
42100 +# CONFIG_NET_KEY is not set
42102 +CONFIG_IP_MULTICAST=y
42103 +# CONFIG_IP_ADVANCED_ROUTER is not set
42104 +CONFIG_IP_FIB_HASH=y
42106 +CONFIG_IP_PNP_DHCP=y
42107 +CONFIG_IP_PNP_BOOTP=y
42108 +# CONFIG_IP_PNP_RARP is not set
42109 +# CONFIG_NET_IPIP is not set
42110 +# CONFIG_NET_IPGRE is not set
42111 +# CONFIG_IP_MROUTE is not set
42112 +# CONFIG_ARPD is not set
42113 +CONFIG_SYN_COOKIES=y
42114 +# CONFIG_INET_AH is not set
42115 +# CONFIG_INET_ESP is not set
42116 +# CONFIG_INET_IPCOMP is not set
42117 +# CONFIG_INET_XFRM_TUNNEL is not set
42118 +# CONFIG_INET_TUNNEL is not set
42119 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
42120 +CONFIG_INET_XFRM_MODE_TUNNEL=y
42121 +CONFIG_INET_XFRM_MODE_BEET=y
42122 +# CONFIG_INET_LRO is not set
42123 +CONFIG_INET_DIAG=y
42124 +CONFIG_INET_TCP_DIAG=y
42125 +# CONFIG_TCP_CONG_ADVANCED is not set
42126 +CONFIG_TCP_CONG_CUBIC=y
42127 +CONFIG_DEFAULT_TCP_CONG="cubic"
42128 +# CONFIG_TCP_MD5SIG is not set
42129 +# CONFIG_IPV6 is not set
42130 +# CONFIG_INET6_XFRM_TUNNEL is not set
42131 +# CONFIG_INET6_TUNNEL is not set
42132 +# CONFIG_NETWORK_SECMARK is not set
42133 +# CONFIG_NETFILTER is not set
42134 +# CONFIG_IP_DCCP is not set
42135 +# CONFIG_IP_SCTP is not set
42136 +# CONFIG_TIPC is not set
42137 +# CONFIG_ATM is not set
42138 +# CONFIG_BRIDGE is not set
42139 +# CONFIG_VLAN_8021Q is not set
42140 +# CONFIG_DECNET is not set
42141 +# CONFIG_LLC2 is not set
42142 +# CONFIG_IPX is not set
42143 +# CONFIG_ATALK is not set
42144 +# CONFIG_X25 is not set
42145 +# CONFIG_LAPB is not set
42146 +# CONFIG_ECONET is not set
42147 +# CONFIG_WAN_ROUTER is not set
42148 +# CONFIG_NET_SCHED is not set
42153 +# CONFIG_NET_PKTGEN is not set
42154 +# CONFIG_HAMRADIO is not set
42155 +# CONFIG_CAN is not set
42156 +# CONFIG_IRDA is not set
42157 +# CONFIG_BT is not set
42158 +# CONFIG_AF_RXRPC is not set
42163 +# CONFIG_CFG80211 is not set
42164 +# CONFIG_WIRELESS_EXT is not set
42165 +# CONFIG_MAC80211 is not set
42166 +# CONFIG_IEEE80211 is not set
42167 +# CONFIG_RFKILL is not set
42168 +# CONFIG_NET_9P is not set
42175 +# Generic Driver Options
42177 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
42178 +CONFIG_STANDALONE=y
42179 +CONFIG_PREVENT_FIRMWARE_BUILD=y
42180 +# CONFIG_FW_LOADER is not set
42181 +# CONFIG_DEBUG_DRIVER is not set
42182 +# CONFIG_DEBUG_DEVRES is not set
42183 +# CONFIG_SYS_HYPERVISOR is not set
42184 +# CONFIG_CONNECTOR is not set
42185 +# CONFIG_MTD is not set
42186 +CONFIG_OF_DEVICE=y
42187 +# CONFIG_PARPORT is not set
42189 +# CONFIG_BLK_DEV_FD is not set
42190 +# CONFIG_BLK_DEV_COW_COMMON is not set
42191 +CONFIG_BLK_DEV_LOOP=y
42192 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
42193 +# CONFIG_BLK_DEV_NBD is not set
42194 +CONFIG_BLK_DEV_RAM=y
42195 +CONFIG_BLK_DEV_RAM_COUNT=16
42196 +CONFIG_BLK_DEV_RAM_SIZE=32768
42197 +# CONFIG_BLK_DEV_XIP is not set
42198 +# CONFIG_CDROM_PKTCDVD is not set
42199 +# CONFIG_ATA_OVER_ETH is not set
42200 +CONFIG_MISC_DEVICES=y
42201 +# CONFIG_EEPROM_93CX6 is not set
42202 +# CONFIG_ENCLOSURE_SERVICES is not set
42204 +# CONFIG_IDE is not set
42207 +# SCSI device support
42209 +# CONFIG_RAID_ATTRS is not set
42210 +# CONFIG_SCSI is not set
42211 +# CONFIG_SCSI_DMA is not set
42212 +# CONFIG_SCSI_NETLINK is not set
42213 +# CONFIG_ATA is not set
42214 +# CONFIG_MD is not set
42215 +# CONFIG_MACINTOSH_DRIVERS is not set
42216 +CONFIG_NETDEVICES=y
42217 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
42218 +# CONFIG_DUMMY is not set
42219 +# CONFIG_BONDING is not set
42220 +# CONFIG_MACVLAN is not set
42221 +# CONFIG_EQUALIZER is not set
42222 +# CONFIG_TUN is not set
42223 +# CONFIG_VETH is not set
42227 +# MII PHY device drivers
42229 +# CONFIG_MARVELL_PHY is not set
42230 +# CONFIG_DAVICOM_PHY is not set
42231 +# CONFIG_QSEMI_PHY is not set
42232 +# CONFIG_LXT_PHY is not set
42233 +# CONFIG_CICADA_PHY is not set
42234 +# CONFIG_VITESSE_PHY is not set
42235 +# CONFIG_SMSC_PHY is not set
42236 +CONFIG_BROADCOM_PHY=y
42237 +# CONFIG_ICPLUS_PHY is not set
42238 +# CONFIG_REALTEK_PHY is not set
42239 +# CONFIG_FIXED_PHY is not set
42240 +# CONFIG_MDIO_BITBANG is not set
42241 +CONFIG_NET_ETHERNET=y
42243 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
42244 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
42245 +# CONFIG_IBM_NEW_EMAC_TAH is not set
42246 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
42247 +# CONFIG_B44 is not set
42248 +CONFIG_NETDEV_1000=y
42249 +# CONFIG_E1000E_ENABLED is not set
42251 +CONFIG_GFAR_NAPI=y
42252 +CONFIG_NETDEV_10000=y
42257 +# CONFIG_WLAN_PRE80211 is not set
42258 +# CONFIG_WLAN_80211 is not set
42259 +# CONFIG_WAN is not set
42260 +# CONFIG_PPP is not set
42261 +# CONFIG_SLIP is not set
42262 +# CONFIG_NETCONSOLE is not set
42263 +# CONFIG_NETPOLL is not set
42264 +# CONFIG_NET_POLL_CONTROLLER is not set
42265 +# CONFIG_ISDN is not set
42266 +# CONFIG_PHONE is not set
42269 +# Input device support
42272 +# CONFIG_INPUT_FF_MEMLESS is not set
42273 +# CONFIG_INPUT_POLLDEV is not set
42276 +# Userland interfaces
42278 +# CONFIG_INPUT_MOUSEDEV is not set
42279 +# CONFIG_INPUT_JOYDEV is not set
42280 +# CONFIG_INPUT_EVDEV is not set
42281 +# CONFIG_INPUT_EVBUG is not set
42284 +# Input Device Drivers
42286 +# CONFIG_INPUT_KEYBOARD is not set
42287 +# CONFIG_INPUT_MOUSE is not set
42288 +# CONFIG_INPUT_JOYSTICK is not set
42289 +# CONFIG_INPUT_TABLET is not set
42290 +# CONFIG_INPUT_TOUCHSCREEN is not set
42291 +# CONFIG_INPUT_MISC is not set
42294 +# Hardware I/O ports
42296 +# CONFIG_SERIO is not set
42297 +# CONFIG_GAMEPORT is not set
42300 +# Character devices
42302 +# CONFIG_VT is not set
42303 +# CONFIG_SERIAL_NONSTANDARD is not set
42308 +CONFIG_SERIAL_8250=y
42309 +CONFIG_SERIAL_8250_CONSOLE=y
42310 +CONFIG_SERIAL_8250_NR_UARTS=2
42311 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
42312 +# CONFIG_SERIAL_8250_EXTENDED is not set
42313 +CONFIG_SERIAL_8250_SHARE_IRQ=y
42316 +# Non-8250 serial port support
42318 +# CONFIG_SERIAL_UARTLITE is not set
42319 +CONFIG_SERIAL_CORE=y
42320 +CONFIG_SERIAL_CORE_CONSOLE=y
42321 +# CONFIG_SERIAL_OF_PLATFORM is not set
42322 +CONFIG_UNIX98_PTYS=y
42323 +CONFIG_LEGACY_PTYS=y
42324 +CONFIG_LEGACY_PTY_COUNT=256
42325 +# CONFIG_IPMI_HANDLER is not set
42326 +# CONFIG_HW_RANDOM is not set
42327 +# CONFIG_NVRAM is not set
42328 +# CONFIG_GEN_RTC is not set
42329 +# CONFIG_R3964 is not set
42330 +# CONFIG_RAW_DRIVER is not set
42331 +# CONFIG_TCG_TPM is not set
42332 +# CONFIG_I2C is not set
42337 +# CONFIG_SPI is not set
42338 +# CONFIG_SPI_MASTER is not set
42339 +# CONFIG_W1 is not set
42340 +# CONFIG_POWER_SUPPLY is not set
42342 +# CONFIG_HWMON_VID is not set
42343 +# CONFIG_SENSORS_F71805F is not set
42344 +# CONFIG_SENSORS_F71882FG is not set
42345 +# CONFIG_SENSORS_IT87 is not set
42346 +# CONFIG_SENSORS_PC87360 is not set
42347 +# CONFIG_SENSORS_PC87427 is not set
42348 +# CONFIG_SENSORS_SMSC47M1 is not set
42349 +# CONFIG_SENSORS_SMSC47B397 is not set
42350 +# CONFIG_SENSORS_VT1211 is not set
42351 +# CONFIG_SENSORS_W83627HF is not set
42352 +# CONFIG_SENSORS_W83627EHF is not set
42353 +# CONFIG_HWMON_DEBUG_CHIP is not set
42354 +# CONFIG_THERMAL is not set
42355 +# CONFIG_WATCHDOG is not set
42358 +# Sonics Silicon Backplane
42360 +CONFIG_SSB_POSSIBLE=y
42361 +# CONFIG_SSB is not set
42364 +# Multifunction device drivers
42366 +# CONFIG_MFD_SM501 is not set
42369 +# Multimedia devices
42371 +# CONFIG_VIDEO_DEV is not set
42372 +# CONFIG_DVB_CORE is not set
42376 +# Graphics support
42378 +# CONFIG_VGASTATE is not set
42379 +CONFIG_VIDEO_OUTPUT_CONTROL=y
42380 +# CONFIG_FB is not set
42381 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
42384 +# Display device support
42386 +# CONFIG_DISPLAY_SUPPORT is not set
42391 +# CONFIG_SOUND is not set
42392 +CONFIG_HID_SUPPORT=y
42394 +# CONFIG_HID_DEBUG is not set
42395 +# CONFIG_HIDRAW is not set
42396 +CONFIG_USB_SUPPORT=y
42397 +# CONFIG_USB_ARCH_HAS_HCD is not set
42398 +# CONFIG_USB_ARCH_HAS_OHCI is not set
42399 +# CONFIG_USB_ARCH_HAS_EHCI is not set
42402 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
42404 +# CONFIG_USB_GADGET is not set
42405 +# CONFIG_MMC is not set
42406 +# CONFIG_MEMSTICK is not set
42407 +# CONFIG_NEW_LEDS is not set
42408 +# CONFIG_EDAC is not set
42410 +CONFIG_RTC_CLASS=y
42411 +CONFIG_RTC_HCTOSYS=y
42412 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
42413 +# CONFIG_RTC_DEBUG is not set
42418 +CONFIG_RTC_INTF_SYSFS=y
42419 +CONFIG_RTC_INTF_PROC=y
42420 +CONFIG_RTC_INTF_DEV=y
42421 +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
42422 +# CONFIG_RTC_DRV_TEST is not set
42429 +# Platform RTC drivers
42431 +# CONFIG_RTC_DRV_CMOS is not set
42432 +# CONFIG_RTC_DRV_DS1511 is not set
42433 +# CONFIG_RTC_DRV_DS1553 is not set
42434 +# CONFIG_RTC_DRV_DS1742 is not set
42435 +# CONFIG_RTC_DRV_STK17TA8 is not set
42436 +# CONFIG_RTC_DRV_M48T86 is not set
42437 +CONFIG_RTC_DRV_M48T59=y
42438 +# CONFIG_RTC_DRV_V3020 is not set
42441 +# on-CPU RTC drivers
42443 +# CONFIG_DMADEVICES is not set
42448 +# CONFIG_UIO is not set
42453 +# CONFIG_EXT2_FS is not set
42454 +# CONFIG_EXT3_FS is not set
42455 +# CONFIG_EXT4DEV_FS is not set
42456 +# CONFIG_REISERFS_FS is not set
42457 +# CONFIG_JFS_FS is not set
42458 +# CONFIG_FS_POSIX_ACL is not set
42459 +# CONFIG_XFS_FS is not set
42460 +# CONFIG_GFS2_FS is not set
42461 +# CONFIG_OCFS2_FS is not set
42464 +CONFIG_INOTIFY_USER=y
42465 +# CONFIG_QUOTA is not set
42466 +# CONFIG_AUTOFS_FS is not set
42467 +# CONFIG_AUTOFS4_FS is not set
42468 +# CONFIG_FUSE_FS is not set
42471 +# CD-ROM/DVD Filesystems
42473 +# CONFIG_ISO9660_FS is not set
42474 +# CONFIG_UDF_FS is not set
42477 +# DOS/FAT/NT Filesystems
42479 +# CONFIG_MSDOS_FS is not set
42480 +# CONFIG_VFAT_FS is not set
42481 +# CONFIG_NTFS_FS is not set
42484 +# Pseudo filesystems
42487 +CONFIG_PROC_KCORE=y
42488 +CONFIG_PROC_SYSCTL=y
42491 +# CONFIG_TMPFS_POSIX_ACL is not set
42492 +# CONFIG_HUGETLB_PAGE is not set
42493 +# CONFIG_CONFIGFS_FS is not set
42496 +# Miscellaneous filesystems
42498 +# CONFIG_ADFS_FS is not set
42499 +# CONFIG_AFFS_FS is not set
42500 +# CONFIG_HFS_FS is not set
42501 +# CONFIG_HFSPLUS_FS is not set
42502 +# CONFIG_BEFS_FS is not set
42503 +# CONFIG_BFS_FS is not set
42504 +# CONFIG_EFS_FS is not set
42505 +# CONFIG_CRAMFS is not set
42506 +# CONFIG_VXFS_FS is not set
42507 +# CONFIG_MINIX_FS is not set
42508 +# CONFIG_HPFS_FS is not set
42509 +# CONFIG_QNX4FS_FS is not set
42510 +# CONFIG_ROMFS_FS is not set
42511 +# CONFIG_SYSV_FS is not set
42512 +# CONFIG_UFS_FS is not set
42513 +CONFIG_NETWORK_FILESYSTEMS=y
42515 +# CONFIG_NFS_V3 is not set
42516 +# CONFIG_NFS_V4 is not set
42517 +# CONFIG_NFS_DIRECTIO is not set
42518 +# CONFIG_NFSD is not set
42521 +CONFIG_NFS_COMMON=y
42523 +# CONFIG_SUNRPC_BIND34 is not set
42524 +# CONFIG_RPCSEC_GSS_KRB5 is not set
42525 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
42526 +# CONFIG_SMB_FS is not set
42527 +# CONFIG_CIFS is not set
42528 +# CONFIG_NCP_FS is not set
42529 +# CONFIG_CODA_FS is not set
42530 +# CONFIG_AFS_FS is not set
42535 +CONFIG_PARTITION_ADVANCED=y
42536 +# CONFIG_ACORN_PARTITION is not set
42537 +# CONFIG_OSF_PARTITION is not set
42538 +# CONFIG_AMIGA_PARTITION is not set
42539 +# CONFIG_ATARI_PARTITION is not set
42540 +# CONFIG_MAC_PARTITION is not set
42541 +# CONFIG_MSDOS_PARTITION is not set
42542 +# CONFIG_LDM_PARTITION is not set
42543 +# CONFIG_SGI_PARTITION is not set
42544 +# CONFIG_ULTRIX_PARTITION is not set
42545 +# CONFIG_SUN_PARTITION is not set
42546 +# CONFIG_KARMA_PARTITION is not set
42547 +# CONFIG_EFI_PARTITION is not set
42548 +# CONFIG_SYSV68_PARTITION is not set
42549 +# CONFIG_NLS is not set
42550 +# CONFIG_DLM is not set
42553 +# Library routines
42555 +CONFIG_BITREVERSE=y
42556 +# CONFIG_CRC_CCITT is not set
42557 +# CONFIG_CRC16 is not set
42558 +# CONFIG_CRC_ITU_T is not set
42560 +# CONFIG_CRC7 is not set
42561 +# CONFIG_LIBCRC32C is not set
42563 +CONFIG_HAS_IOMEM=y
42564 +CONFIG_HAS_IOPORT=y
42570 +# CONFIG_PRINTK_TIME is not set
42571 +CONFIG_ENABLE_WARN_DEPRECATED=y
42572 +CONFIG_ENABLE_MUST_CHECK=y
42573 +CONFIG_MAGIC_SYSRQ=y
42574 +# CONFIG_UNUSED_SYMBOLS is not set
42575 +# CONFIG_DEBUG_FS is not set
42576 +# CONFIG_HEADERS_CHECK is not set
42577 +CONFIG_DEBUG_KERNEL=y
42578 +# CONFIG_DEBUG_SHIRQ is not set
42579 +CONFIG_DETECT_SOFTLOCKUP=y
42580 +CONFIG_SCHED_DEBUG=y
42581 +# CONFIG_SCHEDSTATS is not set
42582 +# CONFIG_TIMER_STATS is not set
42583 +# CONFIG_DEBUG_SLAB is not set
42584 +# CONFIG_DEBUG_RT_MUTEXES is not set
42585 +# CONFIG_RT_MUTEX_TESTER is not set
42586 +# CONFIG_DEBUG_SPINLOCK is not set
42587 +CONFIG_DEBUG_MUTEXES=y
42588 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
42589 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
42590 +# CONFIG_DEBUG_KOBJECT is not set
42591 +# CONFIG_DEBUG_BUGVERBOSE is not set
42592 +# CONFIG_DEBUG_INFO is not set
42593 +# CONFIG_DEBUG_VM is not set
42594 +# CONFIG_DEBUG_LIST is not set
42595 +# CONFIG_DEBUG_SG is not set
42596 +# CONFIG_BOOT_PRINTK_DELAY is not set
42597 +# CONFIG_BACKTRACE_SELF_TEST is not set
42598 +# CONFIG_FAULT_INJECTION is not set
42599 +# CONFIG_SAMPLES is not set
42600 +# CONFIG_DEBUG_STACKOVERFLOW is not set
42601 +# CONFIG_DEBUG_STACK_USAGE is not set
42602 +# CONFIG_DEBUG_PAGEALLOC is not set
42603 +# CONFIG_DEBUGGER is not set
42604 +# CONFIG_BDI_SWITCH is not set
42605 +CONFIG_PPC_EARLY_DEBUG=y
42606 +# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
42607 +# CONFIG_PPC_EARLY_DEBUG_G5 is not set
42608 +# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
42609 +# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
42610 +# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
42611 +# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
42612 +# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
42613 +# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
42614 +# CONFIG_PPC_EARLY_DEBUG_44x is not set
42615 +# CONFIG_PPC_EARLY_DEBUG_40x is not set
42616 +# CONFIG_PPC_EARLY_DEBUG_CPM is not set
42619 +# Security options
42621 +# CONFIG_KEYS is not set
42622 +# CONFIG_SECURITY is not set
42623 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
42625 +# CONFIG_CRYPTO_SEQIV is not set
42626 +# CONFIG_CRYPTO_MANAGER is not set
42627 +# CONFIG_CRYPTO_HMAC is not set
42628 +# CONFIG_CRYPTO_XCBC is not set
42629 +# CONFIG_CRYPTO_NULL is not set
42630 +# CONFIG_CRYPTO_MD4 is not set
42631 +# CONFIG_CRYPTO_MD5 is not set
42632 +# CONFIG_CRYPTO_SHA1 is not set
42633 +# CONFIG_CRYPTO_SHA256 is not set
42634 +# CONFIG_CRYPTO_SHA512 is not set
42635 +# CONFIG_CRYPTO_WP512 is not set
42636 +# CONFIG_CRYPTO_TGR192 is not set
42637 +# CONFIG_CRYPTO_GF128MUL is not set
42638 +# CONFIG_CRYPTO_ECB is not set
42639 +# CONFIG_CRYPTO_CBC is not set
42640 +# CONFIG_CRYPTO_PCBC is not set
42641 +# CONFIG_CRYPTO_LRW is not set
42642 +# CONFIG_CRYPTO_XTS is not set
42643 +# CONFIG_CRYPTO_CTR is not set
42644 +# CONFIG_CRYPTO_GCM is not set
42645 +# CONFIG_CRYPTO_CCM is not set
42646 +# CONFIG_CRYPTO_CRYPTD is not set
42647 +# CONFIG_CRYPTO_DES is not set
42648 +# CONFIG_CRYPTO_FCRYPT is not set
42649 +# CONFIG_CRYPTO_BLOWFISH is not set
42650 +# CONFIG_CRYPTO_TWOFISH is not set
42651 +# CONFIG_CRYPTO_SERPENT is not set
42652 +# CONFIG_CRYPTO_AES is not set
42653 +# CONFIG_CRYPTO_CAST5 is not set
42654 +# CONFIG_CRYPTO_CAST6 is not set
42655 +# CONFIG_CRYPTO_TEA is not set
42656 +# CONFIG_CRYPTO_ARC4 is not set
42657 +# CONFIG_CRYPTO_KHAZAD is not set
42658 +# CONFIG_CRYPTO_ANUBIS is not set
42659 +# CONFIG_CRYPTO_SEED is not set
42660 +# CONFIG_CRYPTO_SALSA20 is not set
42661 +# CONFIG_CRYPTO_DEFLATE is not set
42662 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
42663 +# CONFIG_CRYPTO_CRC32C is not set
42664 +# CONFIG_CRYPTO_CAMELLIA is not set
42665 +# CONFIG_CRYPTO_AUTHENC is not set
42666 +# CONFIG_CRYPTO_LZO is not set
42667 +CONFIG_CRYPTO_HW=y
42668 +# CONFIG_PPC_CLOCK is not set
42670 +++ b/arch/powerpc/configs/85xx/stx_gp3_defconfig
42673 +# Automatically generated make config: don't edit
42674 +# Linux kernel version: 2.6.25-rc6
42675 +# Mon Mar 24 08:48:42 2008
42677 +# CONFIG_PPC64 is not set
42680 +# Processor support
42682 +# CONFIG_6xx is not set
42684 +# CONFIG_PPC_8xx is not set
42685 +# CONFIG_40x is not set
42686 +# CONFIG_44x is not set
42687 +# CONFIG_E200 is not set
42690 +CONFIG_FSL_BOOKE=y
42691 +CONFIG_FSL_EMB_PERFMON=y
42692 +# CONFIG_PHYS_64BIT is not set
42694 +# CONFIG_PPC_MM_SLICES is not set
42696 +CONFIG_WORD_SIZE=32
42697 +CONFIG_PPC_MERGE=y
42699 +CONFIG_GENERIC_CMOS_UPDATE=y
42700 +CONFIG_GENERIC_TIME=y
42701 +CONFIG_GENERIC_TIME_VSYSCALL=y
42702 +CONFIG_GENERIC_CLOCKEVENTS=y
42703 +CONFIG_GENERIC_HARDIRQS=y
42704 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
42705 +CONFIG_IRQ_PER_CPU=y
42706 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
42707 +CONFIG_ARCH_HAS_ILOG2_U32=y
42708 +CONFIG_GENERIC_HWEIGHT=y
42709 +CONFIG_GENERIC_CALIBRATE_DELAY=y
42710 +CONFIG_GENERIC_FIND_NEXT_BIT=y
42711 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
42713 +CONFIG_EARLY_PRINTK=y
42714 +CONFIG_GENERIC_NVRAM=y
42715 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
42716 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
42719 +CONFIG_PPC_UDBG_16550=y
42720 +# CONFIG_GENERIC_TBSYNC is not set
42721 +CONFIG_AUDIT_ARCH=y
42722 +CONFIG_GENERIC_BUG=y
42723 +CONFIG_DEFAULT_UIMAGE=y
42724 +# CONFIG_PPC_DCR_NATIVE is not set
42725 +# CONFIG_PPC_DCR_MMIO is not set
42726 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
42731 +CONFIG_EXPERIMENTAL=y
42732 +CONFIG_BROKEN_ON_SMP=y
42733 +CONFIG_INIT_ENV_ARG_LIMIT=32
42734 +CONFIG_LOCALVERSION=""
42735 +CONFIG_LOCALVERSION_AUTO=y
42738 +CONFIG_SYSVIPC_SYSCTL=y
42739 +# CONFIG_POSIX_MQUEUE is not set
42740 +# CONFIG_BSD_PROCESS_ACCT is not set
42741 +# CONFIG_TASKSTATS is not set
42742 +# CONFIG_AUDIT is not set
42743 +# CONFIG_IKCONFIG is not set
42744 +CONFIG_LOG_BUF_SHIFT=14
42745 +# CONFIG_CGROUPS is not set
42746 +CONFIG_GROUP_SCHED=y
42747 +CONFIG_FAIR_GROUP_SCHED=y
42748 +# CONFIG_RT_GROUP_SCHED is not set
42749 +CONFIG_USER_SCHED=y
42750 +# CONFIG_CGROUP_SCHED is not set
42751 +CONFIG_SYSFS_DEPRECATED=y
42752 +CONFIG_SYSFS_DEPRECATED_V2=y
42753 +# CONFIG_RELAY is not set
42754 +# CONFIG_NAMESPACES is not set
42755 +CONFIG_BLK_DEV_INITRD=y
42756 +CONFIG_INITRAMFS_SOURCE=""
42757 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
42760 +CONFIG_SYSCTL_SYSCALL=y
42762 +# CONFIG_KALLSYMS_ALL is not set
42763 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
42768 +CONFIG_COMPAT_BRK=y
42769 +CONFIG_BASE_FULL=y
42771 +CONFIG_ANON_INODES=y
42777 +CONFIG_VM_EVENT_COUNTERS=y
42778 +CONFIG_SLUB_DEBUG=y
42779 +# CONFIG_SLAB is not set
42781 +# CONFIG_SLOB is not set
42782 +# CONFIG_PROFILING is not set
42783 +# CONFIG_MARKERS is not set
42784 +CONFIG_HAVE_OPROFILE=y
42785 +# CONFIG_KPROBES is not set
42786 +CONFIG_HAVE_KPROBES=y
42787 +CONFIG_HAVE_KRETPROBES=y
42788 +CONFIG_PROC_PAGE_MONITOR=y
42790 +CONFIG_RT_MUTEXES=y
42791 +# CONFIG_TINY_SHMEM is not set
42792 +CONFIG_BASE_SMALL=0
42794 +# CONFIG_MODULE_UNLOAD is not set
42795 +CONFIG_MODVERSIONS=y
42796 +# CONFIG_MODULE_SRCVERSION_ALL is not set
42799 +# CONFIG_LBD is not set
42800 +# CONFIG_BLK_DEV_IO_TRACE is not set
42801 +# CONFIG_LSF is not set
42802 +# CONFIG_BLK_DEV_BSG is not set
42807 +CONFIG_IOSCHED_NOOP=y
42808 +CONFIG_IOSCHED_AS=y
42809 +CONFIG_IOSCHED_DEADLINE=y
42810 +CONFIG_IOSCHED_CFQ=y
42811 +# CONFIG_DEFAULT_AS is not set
42812 +# CONFIG_DEFAULT_DEADLINE is not set
42813 +CONFIG_DEFAULT_CFQ=y
42814 +# CONFIG_DEFAULT_NOOP is not set
42815 +CONFIG_DEFAULT_IOSCHED="cfq"
42816 +CONFIG_CLASSIC_RCU=y
42819 +# Platform support
42821 +# CONFIG_PPC_MPC512x is not set
42822 +# CONFIG_PPC_MPC5121 is not set
42823 +# CONFIG_PPC_CELL is not set
42824 +# CONFIG_PPC_CELL_NATIVE is not set
42825 +# CONFIG_PQ2ADS is not set
42827 +# CONFIG_MPC8540_ADS is not set
42828 +# CONFIG_MPC8560_ADS is not set
42829 +# CONFIG_MPC85xx_CDS is not set
42830 +# CONFIG_MPC85xx_MDS is not set
42831 +# CONFIG_MPC85xx_DS is not set
42833 +# CONFIG_TQM8540 is not set
42834 +# CONFIG_TQM8541 is not set
42835 +# CONFIG_TQM8555 is not set
42836 +# CONFIG_TQM8560 is not set
42837 +# CONFIG_SBC8548 is not set
42838 +# CONFIG_SBC8560 is not set
42839 +# CONFIG_IPIC is not set
42841 +# CONFIG_MPIC_WEIRD is not set
42842 +# CONFIG_PPC_I8259 is not set
42843 +# CONFIG_PPC_RTAS is not set
42844 +# CONFIG_MMIO_NVRAM is not set
42845 +# CONFIG_PPC_MPC106 is not set
42846 +# CONFIG_PPC_970_NAP is not set
42847 +# CONFIG_PPC_INDIRECT_IO is not set
42848 +# CONFIG_GENERIC_IOMAP is not set
42849 +# CONFIG_CPU_FREQ is not set
42851 +CONFIG_PPC_CPM_NEW_BINDING=y
42852 +# CONFIG_FSL_ULI1575 is not set
42859 +# CONFIG_TICK_ONESHOT is not set
42860 +# CONFIG_NO_HZ is not set
42861 +# CONFIG_HIGH_RES_TIMERS is not set
42862 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
42863 +# CONFIG_HZ_100 is not set
42865 +# CONFIG_HZ_300 is not set
42866 +# CONFIG_HZ_1000 is not set
42868 +# CONFIG_SCHED_HRTICK is not set
42869 +CONFIG_PREEMPT_NONE=y
42870 +# CONFIG_PREEMPT_VOLUNTARY is not set
42871 +# CONFIG_PREEMPT is not set
42872 +CONFIG_BINFMT_ELF=y
42873 +CONFIG_BINFMT_MISC=m
42874 +CONFIG_MATH_EMULATION=y
42875 +# CONFIG_IOMMU_HELPER is not set
42876 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
42877 +CONFIG_ARCH_HAS_WALK_MEMORY=y
42878 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
42879 +CONFIG_ARCH_FLATMEM_ENABLE=y
42880 +CONFIG_ARCH_POPULATES_NODE_MAP=y
42881 +CONFIG_SELECT_MEMORY_MODEL=y
42882 +CONFIG_FLATMEM_MANUAL=y
42883 +# CONFIG_DISCONTIGMEM_MANUAL is not set
42884 +# CONFIG_SPARSEMEM_MANUAL is not set
42886 +CONFIG_FLAT_NODE_MEM_MAP=y
42887 +# CONFIG_SPARSEMEM_STATIC is not set
42888 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
42889 +CONFIG_SPLIT_PTLOCK_CPUS=4
42890 +# CONFIG_RESOURCES_64BIT is not set
42891 +CONFIG_ZONE_DMA_FLAG=1
42893 +CONFIG_VIRT_TO_BUS=y
42894 +CONFIG_PROC_DEVICETREE=y
42895 +# CONFIG_CMDLINE_BOOL is not set
42896 +# CONFIG_PM is not set
42898 +CONFIG_ISA_DMA_API=y
42904 +CONFIG_PPC_INDIRECT_PCI=y
42908 +CONFIG_PCI_DOMAINS=y
42909 +CONFIG_PCI_SYSCALL=y
42910 +# CONFIG_PCIEPORTBUS is not set
42911 +CONFIG_ARCH_SUPPORTS_MSI=y
42912 +# CONFIG_PCI_MSI is not set
42913 +CONFIG_PCI_LEGACY=y
42914 +# CONFIG_PCI_DEBUG is not set
42915 +# CONFIG_PCCARD is not set
42916 +# CONFIG_HOTPLUG_PCI is not set
42921 +# CONFIG_ADVANCED_OPTIONS is not set
42924 +# Default settings for advanced configuration options are used
42926 +CONFIG_HIGHMEM_START=0xfe000000
42927 +CONFIG_LOWMEM_SIZE=0x30000000
42928 +CONFIG_KERNEL_START=0xc0000000
42929 +CONFIG_TASK_SIZE=0xc0000000
42930 +CONFIG_BOOT_LOAD=0x00800000
42938 +# Networking options
42941 +# CONFIG_PACKET_MMAP is not set
42944 +# CONFIG_XFRM_USER is not set
42945 +# CONFIG_XFRM_SUB_POLICY is not set
42946 +# CONFIG_XFRM_MIGRATE is not set
42947 +# CONFIG_XFRM_STATISTICS is not set
42948 +# CONFIG_NET_KEY is not set
42950 +# CONFIG_IP_MULTICAST is not set
42951 +# CONFIG_IP_ADVANCED_ROUTER is not set
42952 +CONFIG_IP_FIB_HASH=y
42954 +# CONFIG_IP_PNP_DHCP is not set
42955 +CONFIG_IP_PNP_BOOTP=y
42956 +# CONFIG_IP_PNP_RARP is not set
42957 +# CONFIG_NET_IPIP is not set
42958 +# CONFIG_NET_IPGRE is not set
42959 +# CONFIG_ARPD is not set
42960 +# CONFIG_SYN_COOKIES is not set
42961 +# CONFIG_INET_AH is not set
42962 +# CONFIG_INET_ESP is not set
42963 +# CONFIG_INET_IPCOMP is not set
42964 +# CONFIG_INET_XFRM_TUNNEL is not set
42965 +# CONFIG_INET_TUNNEL is not set
42966 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
42967 +CONFIG_INET_XFRM_MODE_TUNNEL=y
42968 +CONFIG_INET_XFRM_MODE_BEET=y
42969 +# CONFIG_INET_LRO is not set
42970 +CONFIG_INET_DIAG=y
42971 +CONFIG_INET_TCP_DIAG=y
42972 +# CONFIG_TCP_CONG_ADVANCED is not set
42973 +CONFIG_TCP_CONG_CUBIC=y
42974 +CONFIG_DEFAULT_TCP_CONG="cubic"
42975 +# CONFIG_TCP_MD5SIG is not set
42976 +# CONFIG_IP_VS is not set
42977 +# CONFIG_IPV6 is not set
42978 +# CONFIG_INET6_XFRM_TUNNEL is not set
42979 +# CONFIG_INET6_TUNNEL is not set
42980 +# CONFIG_NETWORK_SECMARK is not set
42981 +CONFIG_NETFILTER=y
42982 +# CONFIG_NETFILTER_DEBUG is not set
42983 +CONFIG_NETFILTER_ADVANCED=y
42986 +# Core Netfilter Configuration
42988 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
42989 +# CONFIG_NETFILTER_NETLINK_LOG is not set
42990 +# CONFIG_NF_CONNTRACK is not set
42991 +CONFIG_NETFILTER_XTABLES=m
42992 +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
42993 +# CONFIG_NETFILTER_XT_TARGET_MARK is not set
42994 +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
42995 +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
42996 +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
42997 +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
42998 +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
42999 +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
43000 +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
43001 +# CONFIG_NETFILTER_XT_MATCH_ESP is not set
43002 +# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
43003 +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
43004 +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
43005 +# CONFIG_NETFILTER_XT_MATCH_MAC is not set
43006 +# CONFIG_NETFILTER_XT_MATCH_MARK is not set
43007 +# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
43008 +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
43009 +# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
43010 +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
43011 +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
43012 +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
43013 +# CONFIG_NETFILTER_XT_MATCH_REALM is not set
43014 +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
43015 +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
43016 +# CONFIG_NETFILTER_XT_MATCH_STRING is not set
43017 +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
43018 +# CONFIG_NETFILTER_XT_MATCH_TIME is not set
43019 +# CONFIG_NETFILTER_XT_MATCH_U32 is not set
43020 +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
43023 +# IP: Netfilter Configuration
43025 +# CONFIG_IP_NF_QUEUE is not set
43026 +CONFIG_IP_NF_IPTABLES=m
43027 +# CONFIG_IP_NF_MATCH_RECENT is not set
43028 +# CONFIG_IP_NF_MATCH_ECN is not set
43029 +# CONFIG_IP_NF_MATCH_AH is not set
43030 +# CONFIG_IP_NF_MATCH_TTL is not set
43031 +# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
43032 +CONFIG_IP_NF_FILTER=m
43033 +# CONFIG_IP_NF_TARGET_REJECT is not set
43034 +# CONFIG_IP_NF_TARGET_LOG is not set
43035 +# CONFIG_IP_NF_TARGET_ULOG is not set
43036 +# CONFIG_IP_NF_MANGLE is not set
43037 +# CONFIG_IP_NF_RAW is not set
43038 +# CONFIG_IP_NF_ARPTABLES is not set
43039 +# CONFIG_IP_DCCP is not set
43040 +# CONFIG_IP_SCTP is not set
43041 +# CONFIG_TIPC is not set
43042 +# CONFIG_ATM is not set
43043 +# CONFIG_BRIDGE is not set
43044 +# CONFIG_VLAN_8021Q is not set
43045 +# CONFIG_DECNET is not set
43046 +# CONFIG_LLC2 is not set
43047 +# CONFIG_IPX is not set
43048 +# CONFIG_ATALK is not set
43049 +# CONFIG_X25 is not set
43050 +# CONFIG_LAPB is not set
43051 +# CONFIG_ECONET is not set
43052 +# CONFIG_WAN_ROUTER is not set
43053 +# CONFIG_NET_SCHED is not set
43058 +CONFIG_NET_PKTGEN=y
43059 +# CONFIG_HAMRADIO is not set
43060 +# CONFIG_CAN is not set
43061 +# CONFIG_IRDA is not set
43062 +# CONFIG_BT is not set
43063 +# CONFIG_AF_RXRPC is not set
43068 +# CONFIG_CFG80211 is not set
43069 +# CONFIG_WIRELESS_EXT is not set
43070 +# CONFIG_MAC80211 is not set
43071 +# CONFIG_IEEE80211 is not set
43072 +# CONFIG_RFKILL is not set
43073 +# CONFIG_NET_9P is not set
43080 +# Generic Driver Options
43082 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
43083 +CONFIG_STANDALONE=y
43084 +CONFIG_PREVENT_FIRMWARE_BUILD=y
43085 +# CONFIG_FW_LOADER is not set
43086 +# CONFIG_DEBUG_DRIVER is not set
43087 +# CONFIG_DEBUG_DEVRES is not set
43088 +# CONFIG_SYS_HYPERVISOR is not set
43089 +# CONFIG_CONNECTOR is not set
43090 +# CONFIG_MTD is not set
43091 +CONFIG_OF_DEVICE=y
43093 +CONFIG_PARPORT_PC=m
43094 +# CONFIG_PARPORT_PC_FIFO is not set
43095 +# CONFIG_PARPORT_PC_SUPERIO is not set
43096 +# CONFIG_PARPORT_GSC is not set
43097 +# CONFIG_PARPORT_AX88796 is not set
43098 +# CONFIG_PARPORT_1284 is not set
43100 +# CONFIG_BLK_DEV_FD is not set
43101 +# CONFIG_PARIDE is not set
43102 +# CONFIG_BLK_CPQ_DA is not set
43103 +# CONFIG_BLK_CPQ_CISS_DA is not set
43104 +# CONFIG_BLK_DEV_DAC960 is not set
43105 +# CONFIG_BLK_DEV_UMEM is not set
43106 +# CONFIG_BLK_DEV_COW_COMMON is not set
43107 +CONFIG_BLK_DEV_LOOP=m
43108 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
43109 +CONFIG_BLK_DEV_NBD=m
43110 +# CONFIG_BLK_DEV_SX8 is not set
43111 +CONFIG_BLK_DEV_RAM=y
43112 +CONFIG_BLK_DEV_RAM_COUNT=16
43113 +CONFIG_BLK_DEV_RAM_SIZE=32768
43114 +# CONFIG_BLK_DEV_XIP is not set
43115 +# CONFIG_CDROM_PKTCDVD is not set
43116 +# CONFIG_ATA_OVER_ETH is not set
43117 +CONFIG_MISC_DEVICES=y
43118 +# CONFIG_PHANTOM is not set
43119 +# CONFIG_EEPROM_93CX6 is not set
43120 +# CONFIG_SGI_IOC4 is not set
43121 +# CONFIG_TIFM_CORE is not set
43122 +# CONFIG_ENCLOSURE_SERVICES is not set
43125 +CONFIG_IDE_MAX_HWIFS=4
43126 +CONFIG_BLK_DEV_IDE=y
43129 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
43131 +# CONFIG_BLK_DEV_IDE_SATA is not set
43132 +CONFIG_BLK_DEV_IDEDISK=y
43133 +# CONFIG_IDEDISK_MULTI_MODE is not set
43134 +CONFIG_BLK_DEV_IDECD=m
43135 +CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
43136 +# CONFIG_BLK_DEV_IDETAPE is not set
43137 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
43138 +# CONFIG_BLK_DEV_IDESCSI is not set
43139 +# CONFIG_IDE_TASK_IOCTL is not set
43140 +CONFIG_IDE_PROC_FS=y
43143 +# IDE chipset support/bugfixes
43145 +CONFIG_IDE_GENERIC=y
43146 +# CONFIG_BLK_DEV_PLATFORM is not set
43149 +# PCI IDE chipsets support
43151 +# CONFIG_BLK_DEV_GENERIC is not set
43152 +# CONFIG_BLK_DEV_OPTI621 is not set
43153 +# CONFIG_BLK_DEV_AEC62XX is not set
43154 +# CONFIG_BLK_DEV_ALI15X3 is not set
43155 +# CONFIG_BLK_DEV_AMD74XX is not set
43156 +# CONFIG_BLK_DEV_CMD64X is not set
43157 +# CONFIG_BLK_DEV_TRIFLEX is not set
43158 +# CONFIG_BLK_DEV_CY82C693 is not set
43159 +# CONFIG_BLK_DEV_CS5520 is not set
43160 +# CONFIG_BLK_DEV_CS5530 is not set
43161 +# CONFIG_BLK_DEV_HPT34X is not set
43162 +# CONFIG_BLK_DEV_HPT366 is not set
43163 +# CONFIG_BLK_DEV_JMICRON is not set
43164 +# CONFIG_BLK_DEV_SC1200 is not set
43165 +# CONFIG_BLK_DEV_PIIX is not set
43166 +# CONFIG_BLK_DEV_IT8213 is not set
43167 +# CONFIG_BLK_DEV_IT821X is not set
43168 +# CONFIG_BLK_DEV_NS87415 is not set
43169 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
43170 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
43171 +# CONFIG_BLK_DEV_SVWKS is not set
43172 +# CONFIG_BLK_DEV_SIIMAGE is not set
43173 +# CONFIG_BLK_DEV_SL82C105 is not set
43174 +# CONFIG_BLK_DEV_SLC90E66 is not set
43175 +# CONFIG_BLK_DEV_TRM290 is not set
43176 +# CONFIG_BLK_DEV_VIA82CXXX is not set
43177 +# CONFIG_BLK_DEV_TC86C001 is not set
43178 +# CONFIG_BLK_DEV_IDEDMA is not set
43179 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
43180 +# CONFIG_BLK_DEV_HD is not set
43183 +# SCSI device support
43185 +# CONFIG_RAID_ATTRS is not set
43188 +# CONFIG_SCSI_TGT is not set
43189 +# CONFIG_SCSI_NETLINK is not set
43190 +CONFIG_SCSI_PROC_FS=y
43193 +# SCSI support type (disk, tape, CD-ROM)
43195 +CONFIG_BLK_DEV_SD=m
43196 +CONFIG_CHR_DEV_ST=m
43197 +# CONFIG_CHR_DEV_OSST is not set
43198 +CONFIG_BLK_DEV_SR=m
43199 +# CONFIG_BLK_DEV_SR_VENDOR is not set
43200 +CONFIG_CHR_DEV_SG=m
43201 +# CONFIG_CHR_DEV_SCH is not set
43204 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
43206 +CONFIG_SCSI_MULTI_LUN=y
43207 +CONFIG_SCSI_CONSTANTS=y
43208 +# CONFIG_SCSI_LOGGING is not set
43209 +# CONFIG_SCSI_SCAN_ASYNC is not set
43210 +CONFIG_SCSI_WAIT_SCAN=m
43215 +# CONFIG_SCSI_SPI_ATTRS is not set
43216 +# CONFIG_SCSI_FC_ATTRS is not set
43217 +# CONFIG_SCSI_ISCSI_ATTRS is not set
43218 +# CONFIG_SCSI_SAS_LIBSAS is not set
43219 +# CONFIG_SCSI_SRP_ATTRS is not set
43220 +CONFIG_SCSI_LOWLEVEL=y
43221 +# CONFIG_ISCSI_TCP is not set
43222 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
43223 +# CONFIG_SCSI_3W_9XXX is not set
43224 +# CONFIG_SCSI_ACARD is not set
43225 +# CONFIG_SCSI_AACRAID is not set
43226 +# CONFIG_SCSI_AIC7XXX is not set
43227 +# CONFIG_SCSI_AIC7XXX_OLD is not set
43228 +# CONFIG_SCSI_AIC79XX is not set
43229 +# CONFIG_SCSI_AIC94XX is not set
43230 +# CONFIG_SCSI_DPT_I2O is not set
43231 +# CONFIG_SCSI_ADVANSYS is not set
43232 +# CONFIG_SCSI_ARCMSR is not set
43233 +# CONFIG_MEGARAID_NEWGEN is not set
43234 +# CONFIG_MEGARAID_LEGACY is not set
43235 +# CONFIG_MEGARAID_SAS is not set
43236 +# CONFIG_SCSI_HPTIOP is not set
43237 +# CONFIG_SCSI_BUSLOGIC is not set
43238 +# CONFIG_SCSI_DMX3191D is not set
43239 +# CONFIG_SCSI_EATA is not set
43240 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
43241 +# CONFIG_SCSI_GDTH is not set
43242 +# CONFIG_SCSI_IPS is not set
43243 +# CONFIG_SCSI_INITIO is not set
43244 +# CONFIG_SCSI_INIA100 is not set
43245 +# CONFIG_SCSI_PPA is not set
43246 +# CONFIG_SCSI_IMM is not set
43247 +# CONFIG_SCSI_MVSAS is not set
43248 +# CONFIG_SCSI_STEX is not set
43249 +# CONFIG_SCSI_SYM53C8XX_2 is not set
43250 +# CONFIG_SCSI_QLOGIC_1280 is not set
43251 +# CONFIG_SCSI_QLA_FC is not set
43252 +# CONFIG_SCSI_QLA_ISCSI is not set
43253 +# CONFIG_SCSI_LPFC is not set
43254 +# CONFIG_SCSI_DC395x is not set
43255 +# CONFIG_SCSI_DC390T is not set
43256 +# CONFIG_SCSI_NSP32 is not set
43257 +# CONFIG_SCSI_DEBUG is not set
43258 +# CONFIG_SCSI_SRP is not set
43259 +# CONFIG_ATA is not set
43260 +# CONFIG_MD is not set
43261 +# CONFIG_FUSION is not set
43264 +# IEEE 1394 (FireWire) support
43266 +# CONFIG_FIREWIRE is not set
43267 +# CONFIG_IEEE1394 is not set
43268 +# CONFIG_I2O is not set
43269 +# CONFIG_MACINTOSH_DRIVERS is not set
43270 +CONFIG_NETDEVICES=y
43271 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
43272 +# CONFIG_DUMMY is not set
43273 +# CONFIG_BONDING is not set
43274 +# CONFIG_MACVLAN is not set
43275 +# CONFIG_EQUALIZER is not set
43276 +# CONFIG_TUN is not set
43277 +# CONFIG_VETH is not set
43278 +# CONFIG_ARCNET is not set
43282 +# MII PHY device drivers
43284 +CONFIG_MARVELL_PHY=y
43285 +# CONFIG_DAVICOM_PHY is not set
43286 +# CONFIG_QSEMI_PHY is not set
43287 +# CONFIG_LXT_PHY is not set
43288 +# CONFIG_CICADA_PHY is not set
43289 +# CONFIG_VITESSE_PHY is not set
43290 +# CONFIG_SMSC_PHY is not set
43291 +# CONFIG_BROADCOM_PHY is not set
43292 +# CONFIG_ICPLUS_PHY is not set
43293 +# CONFIG_REALTEK_PHY is not set
43294 +# CONFIG_FIXED_PHY is not set
43295 +# CONFIG_MDIO_BITBANG is not set
43296 +CONFIG_NET_ETHERNET=y
43297 +# CONFIG_MII is not set
43298 +# CONFIG_HAPPYMEAL is not set
43299 +# CONFIG_SUNGEM is not set
43300 +# CONFIG_CASSINI is not set
43301 +# CONFIG_NET_VENDOR_3COM is not set
43302 +# CONFIG_NET_TULIP is not set
43303 +# CONFIG_HP100 is not set
43304 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
43305 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
43306 +# CONFIG_IBM_NEW_EMAC_TAH is not set
43307 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
43308 +# CONFIG_NET_PCI is not set
43309 +# CONFIG_B44 is not set
43310 +# CONFIG_NET_POCKET is not set
43311 +# CONFIG_FS_ENET is not set
43312 +CONFIG_NETDEV_1000=y
43313 +# CONFIG_ACENIC is not set
43314 +# CONFIG_DL2K is not set
43315 +# CONFIG_E1000 is not set
43316 +# CONFIG_E1000E is not set
43317 +# CONFIG_E1000E_ENABLED is not set
43318 +# CONFIG_IP1000 is not set
43319 +# CONFIG_IGB is not set
43320 +# CONFIG_NS83820 is not set
43321 +# CONFIG_HAMACHI is not set
43322 +# CONFIG_YELLOWFIN is not set
43323 +# CONFIG_R8169 is not set
43324 +# CONFIG_SIS190 is not set
43325 +# CONFIG_SKGE is not set
43326 +# CONFIG_SKY2 is not set
43327 +# CONFIG_SK98LIN is not set
43328 +# CONFIG_VIA_VELOCITY is not set
43329 +# CONFIG_TIGON3 is not set
43330 +# CONFIG_BNX2 is not set
43332 +CONFIG_GFAR_NAPI=y
43333 +# CONFIG_QLA3XXX is not set
43334 +# CONFIG_ATL1 is not set
43335 +CONFIG_NETDEV_10000=y
43336 +# CONFIG_CHELSIO_T1 is not set
43337 +# CONFIG_CHELSIO_T3 is not set
43338 +# CONFIG_IXGBE is not set
43339 +# CONFIG_IXGB is not set
43340 +# CONFIG_S2IO is not set
43341 +# CONFIG_MYRI10GE is not set
43342 +# CONFIG_NETXEN_NIC is not set
43343 +# CONFIG_NIU is not set
43344 +# CONFIG_MLX4_CORE is not set
43345 +# CONFIG_TEHUTI is not set
43346 +# CONFIG_BNX2X is not set
43347 +# CONFIG_TR is not set
43352 +# CONFIG_WLAN_PRE80211 is not set
43353 +# CONFIG_WLAN_80211 is not set
43354 +# CONFIG_WAN is not set
43355 +# CONFIG_FDDI is not set
43356 +# CONFIG_HIPPI is not set
43357 +# CONFIG_PLIP is not set
43358 +# CONFIG_PPP is not set
43359 +# CONFIG_SLIP is not set
43360 +# CONFIG_NET_FC is not set
43361 +# CONFIG_NETCONSOLE is not set
43362 +# CONFIG_NETPOLL is not set
43363 +# CONFIG_NET_POLL_CONTROLLER is not set
43364 +# CONFIG_ISDN is not set
43365 +# CONFIG_PHONE is not set
43368 +# Input device support
43371 +# CONFIG_INPUT_FF_MEMLESS is not set
43372 +# CONFIG_INPUT_POLLDEV is not set
43375 +# Userland interfaces
43377 +CONFIG_INPUT_MOUSEDEV=y
43378 +CONFIG_INPUT_MOUSEDEV_PSAUX=y
43379 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
43380 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024
43381 +CONFIG_INPUT_JOYDEV=m
43382 +CONFIG_INPUT_EVDEV=m
43383 +# CONFIG_INPUT_EVBUG is not set
43386 +# Input Device Drivers
43388 +CONFIG_INPUT_KEYBOARD=y
43389 +CONFIG_KEYBOARD_ATKBD=y
43390 +# CONFIG_KEYBOARD_SUNKBD is not set
43391 +# CONFIG_KEYBOARD_LKKBD is not set
43392 +# CONFIG_KEYBOARD_XTKBD is not set
43393 +# CONFIG_KEYBOARD_NEWTON is not set
43394 +# CONFIG_KEYBOARD_STOWAWAY is not set
43395 +CONFIG_INPUT_MOUSE=y
43396 +CONFIG_MOUSE_PS2=y
43397 +CONFIG_MOUSE_PS2_ALPS=y
43398 +CONFIG_MOUSE_PS2_LOGIPS2PP=y
43399 +CONFIG_MOUSE_PS2_SYNAPTICS=y
43400 +CONFIG_MOUSE_PS2_LIFEBOOK=y
43401 +CONFIG_MOUSE_PS2_TRACKPOINT=y
43402 +# CONFIG_MOUSE_PS2_TOUCHKIT is not set
43403 +# CONFIG_MOUSE_SERIAL is not set
43404 +# CONFIG_MOUSE_APPLETOUCH is not set
43405 +# CONFIG_MOUSE_VSXXXAA is not set
43406 +# CONFIG_INPUT_JOYSTICK is not set
43407 +# CONFIG_INPUT_TABLET is not set
43408 +# CONFIG_INPUT_TOUCHSCREEN is not set
43409 +# CONFIG_INPUT_MISC is not set
43412 +# Hardware I/O ports
43415 +CONFIG_SERIO_I8042=y
43416 +CONFIG_SERIO_SERPORT=y
43417 +# CONFIG_SERIO_PARKBD is not set
43418 +# CONFIG_SERIO_PCIPS2 is not set
43419 +CONFIG_SERIO_LIBPS2=y
43420 +# CONFIG_SERIO_RAW is not set
43421 +# CONFIG_GAMEPORT is not set
43424 +# Character devices
43426 +# CONFIG_VT is not set
43427 +# CONFIG_SERIAL_NONSTANDARD is not set
43428 +# CONFIG_NOZOMI is not set
43433 +# CONFIG_SERIAL_8250 is not set
43436 +# Non-8250 serial port support
43438 +# CONFIG_SERIAL_UARTLITE is not set
43439 +CONFIG_SERIAL_CORE=y
43440 +CONFIG_SERIAL_CORE_CONSOLE=y
43441 +CONFIG_SERIAL_CPM=y
43442 +CONFIG_SERIAL_CPM_CONSOLE=y
43443 +# CONFIG_SERIAL_CPM_SCC1 is not set
43444 +CONFIG_SERIAL_CPM_SCC2=y
43445 +# CONFIG_SERIAL_CPM_SCC3 is not set
43446 +# CONFIG_SERIAL_CPM_SCC4 is not set
43447 +# CONFIG_SERIAL_CPM_SMC1 is not set
43448 +# CONFIG_SERIAL_CPM_SMC2 is not set
43449 +# CONFIG_SERIAL_JSM is not set
43450 +CONFIG_UNIX98_PTYS=y
43451 +CONFIG_LEGACY_PTYS=y
43452 +CONFIG_LEGACY_PTY_COUNT=256
43454 +# CONFIG_LP_CONSOLE is not set
43455 +# CONFIG_PPDEV is not set
43456 +# CONFIG_IPMI_HANDLER is not set
43457 +CONFIG_HW_RANDOM=m
43458 +# CONFIG_NVRAM is not set
43459 +# CONFIG_GEN_RTC is not set
43460 +# CONFIG_R3964 is not set
43461 +# CONFIG_APPLICOM is not set
43462 +# CONFIG_RAW_DRIVER is not set
43463 +# CONFIG_TCG_TPM is not set
43466 +CONFIG_I2C_BOARDINFO=y
43467 +CONFIG_I2C_CHARDEV=m
43472 +CONFIG_I2C_ALGOBIT=m
43473 +# CONFIG_I2C_ALGOPCF is not set
43474 +# CONFIG_I2C_ALGOPCA is not set
43477 +# I2C Hardware Bus support
43479 +# CONFIG_I2C_ALI1535 is not set
43480 +# CONFIG_I2C_ALI1563 is not set
43481 +# CONFIG_I2C_ALI15X3 is not set
43482 +# CONFIG_I2C_AMD756 is not set
43483 +# CONFIG_I2C_AMD8111 is not set
43484 +# CONFIG_I2C_I801 is not set
43485 +# CONFIG_I2C_I810 is not set
43486 +# CONFIG_I2C_PIIX4 is not set
43487 +# CONFIG_I2C_MPC is not set
43488 +# CONFIG_I2C_NFORCE2 is not set
43489 +# CONFIG_I2C_OCORES is not set
43490 +# CONFIG_I2C_PARPORT is not set
43491 +# CONFIG_I2C_PARPORT_LIGHT is not set
43492 +# CONFIG_I2C_PROSAVAGE is not set
43493 +# CONFIG_I2C_SAVAGE4 is not set
43494 +# CONFIG_I2C_SIMTEC is not set
43495 +# CONFIG_I2C_SIS5595 is not set
43496 +# CONFIG_I2C_SIS630 is not set
43497 +# CONFIG_I2C_SIS96X is not set
43498 +# CONFIG_I2C_TAOS_EVM is not set
43499 +# CONFIG_I2C_STUB is not set
43500 +# CONFIG_I2C_VIA is not set
43501 +# CONFIG_I2C_VIAPRO is not set
43502 +# CONFIG_I2C_VOODOO3 is not set
43505 +# Miscellaneous I2C Chip support
43507 +# CONFIG_DS1682 is not set
43508 +# CONFIG_SENSORS_EEPROM is not set
43509 +# CONFIG_SENSORS_PCF8574 is not set
43510 +# CONFIG_PCF8575 is not set
43511 +# CONFIG_SENSORS_PCF8591 is not set
43512 +# CONFIG_TPS65010 is not set
43513 +# CONFIG_SENSORS_MAX6875 is not set
43514 +# CONFIG_SENSORS_TSL2550 is not set
43515 +# CONFIG_I2C_DEBUG_CORE is not set
43516 +# CONFIG_I2C_DEBUG_ALGO is not set
43517 +# CONFIG_I2C_DEBUG_BUS is not set
43518 +# CONFIG_I2C_DEBUG_CHIP is not set
43523 +# CONFIG_SPI is not set
43524 +# CONFIG_SPI_MASTER is not set
43525 +# CONFIG_W1 is not set
43526 +# CONFIG_POWER_SUPPLY is not set
43528 +# CONFIG_HWMON_VID is not set
43529 +# CONFIG_SENSORS_AD7418 is not set
43530 +# CONFIG_SENSORS_ADM1021 is not set
43531 +# CONFIG_SENSORS_ADM1025 is not set
43532 +# CONFIG_SENSORS_ADM1026 is not set
43533 +# CONFIG_SENSORS_ADM1029 is not set
43534 +# CONFIG_SENSORS_ADM1031 is not set
43535 +# CONFIG_SENSORS_ADM9240 is not set
43536 +# CONFIG_SENSORS_ADT7470 is not set
43537 +# CONFIG_SENSORS_ADT7473 is not set
43538 +# CONFIG_SENSORS_ATXP1 is not set
43539 +# CONFIG_SENSORS_DS1621 is not set
43540 +# CONFIG_SENSORS_I5K_AMB is not set
43541 +# CONFIG_SENSORS_F71805F is not set
43542 +# CONFIG_SENSORS_F71882FG is not set
43543 +# CONFIG_SENSORS_F75375S is not set
43544 +# CONFIG_SENSORS_GL518SM is not set
43545 +# CONFIG_SENSORS_GL520SM is not set
43546 +# CONFIG_SENSORS_IT87 is not set
43547 +# CONFIG_SENSORS_LM63 is not set
43548 +# CONFIG_SENSORS_LM75 is not set
43549 +# CONFIG_SENSORS_LM77 is not set
43550 +# CONFIG_SENSORS_LM78 is not set
43551 +# CONFIG_SENSORS_LM80 is not set
43552 +# CONFIG_SENSORS_LM83 is not set
43553 +# CONFIG_SENSORS_LM85 is not set
43554 +# CONFIG_SENSORS_LM87 is not set
43555 +# CONFIG_SENSORS_LM90 is not set
43556 +# CONFIG_SENSORS_LM92 is not set
43557 +# CONFIG_SENSORS_LM93 is not set
43558 +# CONFIG_SENSORS_MAX1619 is not set
43559 +# CONFIG_SENSORS_MAX6650 is not set
43560 +# CONFIG_SENSORS_PC87360 is not set
43561 +# CONFIG_SENSORS_PC87427 is not set
43562 +# CONFIG_SENSORS_SIS5595 is not set
43563 +# CONFIG_SENSORS_DME1737 is not set
43564 +# CONFIG_SENSORS_SMSC47M1 is not set
43565 +# CONFIG_SENSORS_SMSC47M192 is not set
43566 +# CONFIG_SENSORS_SMSC47B397 is not set
43567 +# CONFIG_SENSORS_ADS7828 is not set
43568 +# CONFIG_SENSORS_THMC50 is not set
43569 +# CONFIG_SENSORS_VIA686A is not set
43570 +# CONFIG_SENSORS_VT1211 is not set
43571 +# CONFIG_SENSORS_VT8231 is not set
43572 +# CONFIG_SENSORS_W83781D is not set
43573 +# CONFIG_SENSORS_W83791D is not set
43574 +# CONFIG_SENSORS_W83792D is not set
43575 +# CONFIG_SENSORS_W83793 is not set
43576 +# CONFIG_SENSORS_W83L785TS is not set
43577 +# CONFIG_SENSORS_W83L786NG is not set
43578 +# CONFIG_SENSORS_W83627HF is not set
43579 +# CONFIG_SENSORS_W83627EHF is not set
43580 +# CONFIG_HWMON_DEBUG_CHIP is not set
43581 +# CONFIG_THERMAL is not set
43582 +# CONFIG_WATCHDOG is not set
43585 +# Sonics Silicon Backplane
43587 +CONFIG_SSB_POSSIBLE=y
43588 +# CONFIG_SSB is not set
43591 +# Multifunction device drivers
43593 +# CONFIG_MFD_SM501 is not set
43596 +# Multimedia devices
43598 +# CONFIG_VIDEO_DEV is not set
43599 +# CONFIG_DVB_CORE is not set
43603 +# Graphics support
43607 +# CONFIG_DRM_TDFX is not set
43608 +# CONFIG_DRM_R128 is not set
43609 +# CONFIG_DRM_RADEON is not set
43610 +# CONFIG_DRM_MGA is not set
43611 +# CONFIG_DRM_SIS is not set
43612 +# CONFIG_DRM_VIA is not set
43613 +# CONFIG_DRM_SAVAGE is not set
43614 +# CONFIG_VGASTATE is not set
43615 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
43616 +# CONFIG_FB is not set
43617 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
43620 +# Display device support
43622 +# CONFIG_DISPLAY_SUPPORT is not set
43630 +# Advanced Linux Sound Architecture
43632 +# CONFIG_SND is not set
43635 +# Open Sound System
43637 +# CONFIG_SOUND_PRIME is not set
43638 +CONFIG_HID_SUPPORT=y
43640 +# CONFIG_HID_DEBUG is not set
43641 +# CONFIG_HIDRAW is not set
43642 +CONFIG_USB_SUPPORT=y
43643 +CONFIG_USB_ARCH_HAS_HCD=y
43644 +CONFIG_USB_ARCH_HAS_OHCI=y
43645 +CONFIG_USB_ARCH_HAS_EHCI=y
43646 +# CONFIG_USB is not set
43649 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
43651 +# CONFIG_USB_GADGET is not set
43652 +# CONFIG_MMC is not set
43653 +# CONFIG_MEMSTICK is not set
43654 +# CONFIG_NEW_LEDS is not set
43655 +# CONFIG_INFINIBAND is not set
43656 +# CONFIG_EDAC is not set
43657 +# CONFIG_RTC_CLASS is not set
43658 +# CONFIG_DMADEVICES is not set
43659 +# CONFIG_AUXDISPLAY is not set
43664 +# CONFIG_UIO is not set
43670 +# CONFIG_EXT2_FS_XATTR is not set
43671 +# CONFIG_EXT2_FS_XIP is not set
43673 +CONFIG_EXT3_FS_XATTR=y
43674 +# CONFIG_EXT3_FS_POSIX_ACL is not set
43675 +# CONFIG_EXT3_FS_SECURITY is not set
43676 +# CONFIG_EXT4DEV_FS is not set
43678 +CONFIG_FS_MBCACHE=y
43679 +# CONFIG_REISERFS_FS is not set
43680 +# CONFIG_JFS_FS is not set
43681 +# CONFIG_FS_POSIX_ACL is not set
43682 +# CONFIG_XFS_FS is not set
43683 +# CONFIG_GFS2_FS is not set
43684 +# CONFIG_OCFS2_FS is not set
43687 +CONFIG_INOTIFY_USER=y
43688 +# CONFIG_QUOTA is not set
43689 +CONFIG_AUTOFS_FS=m
43690 +CONFIG_AUTOFS4_FS=y
43691 +# CONFIG_FUSE_FS is not set
43694 +# CD-ROM/DVD Filesystems
43696 +CONFIG_ISO9660_FS=m
43697 +# CONFIG_JOLIET is not set
43698 +# CONFIG_ZISOFS is not set
43703 +# DOS/FAT/NT Filesystems
43708 +CONFIG_FAT_DEFAULT_CODEPAGE=437
43709 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
43710 +# CONFIG_NTFS_FS is not set
43713 +# Pseudo filesystems
43716 +# CONFIG_PROC_KCORE is not set
43717 +CONFIG_PROC_SYSCTL=y
43720 +# CONFIG_TMPFS_POSIX_ACL is not set
43721 +# CONFIG_HUGETLB_PAGE is not set
43722 +# CONFIG_CONFIGFS_FS is not set
43725 +# Miscellaneous filesystems
43727 +# CONFIG_ADFS_FS is not set
43728 +# CONFIG_AFFS_FS is not set
43729 +# CONFIG_HFS_FS is not set
43730 +# CONFIG_HFSPLUS_FS is not set
43731 +# CONFIG_BEFS_FS is not set
43732 +# CONFIG_BFS_FS is not set
43733 +# CONFIG_EFS_FS is not set
43735 +# CONFIG_VXFS_FS is not set
43736 +# CONFIG_MINIX_FS is not set
43737 +# CONFIG_HPFS_FS is not set
43738 +# CONFIG_QNX4FS_FS is not set
43739 +# CONFIG_ROMFS_FS is not set
43740 +# CONFIG_SYSV_FS is not set
43741 +# CONFIG_UFS_FS is not set
43742 +CONFIG_NETWORK_FILESYSTEMS=y
43745 +# CONFIG_NFS_V3_ACL is not set
43746 +# CONFIG_NFS_V4 is not set
43747 +# CONFIG_NFS_DIRECTIO is not set
43748 +# CONFIG_NFSD is not set
43752 +CONFIG_NFS_COMMON=y
43754 +# CONFIG_SUNRPC_BIND34 is not set
43755 +# CONFIG_RPCSEC_GSS_KRB5 is not set
43756 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
43758 +# CONFIG_SMB_NLS_DEFAULT is not set
43759 +# CONFIG_CIFS is not set
43760 +# CONFIG_NCP_FS is not set
43761 +# CONFIG_CODA_FS is not set
43762 +# CONFIG_AFS_FS is not set
43767 +# CONFIG_PARTITION_ADVANCED is not set
43768 +CONFIG_MSDOS_PARTITION=y
43770 +CONFIG_NLS_DEFAULT="iso8859-1"
43771 +# CONFIG_NLS_CODEPAGE_437 is not set
43772 +# CONFIG_NLS_CODEPAGE_737 is not set
43773 +# CONFIG_NLS_CODEPAGE_775 is not set
43774 +# CONFIG_NLS_CODEPAGE_850 is not set
43775 +# CONFIG_NLS_CODEPAGE_852 is not set
43776 +# CONFIG_NLS_CODEPAGE_855 is not set
43777 +# CONFIG_NLS_CODEPAGE_857 is not set
43778 +# CONFIG_NLS_CODEPAGE_860 is not set
43779 +# CONFIG_NLS_CODEPAGE_861 is not set
43780 +# CONFIG_NLS_CODEPAGE_862 is not set
43781 +# CONFIG_NLS_CODEPAGE_863 is not set
43782 +# CONFIG_NLS_CODEPAGE_864 is not set
43783 +# CONFIG_NLS_CODEPAGE_865 is not set
43784 +# CONFIG_NLS_CODEPAGE_866 is not set
43785 +# CONFIG_NLS_CODEPAGE_869 is not set
43786 +# CONFIG_NLS_CODEPAGE_936 is not set
43787 +# CONFIG_NLS_CODEPAGE_950 is not set
43788 +# CONFIG_NLS_CODEPAGE_932 is not set
43789 +# CONFIG_NLS_CODEPAGE_949 is not set
43790 +# CONFIG_NLS_CODEPAGE_874 is not set
43791 +# CONFIG_NLS_ISO8859_8 is not set
43792 +# CONFIG_NLS_CODEPAGE_1250 is not set
43793 +# CONFIG_NLS_CODEPAGE_1251 is not set
43794 +# CONFIG_NLS_ASCII is not set
43795 +# CONFIG_NLS_ISO8859_1 is not set
43796 +# CONFIG_NLS_ISO8859_2 is not set
43797 +# CONFIG_NLS_ISO8859_3 is not set
43798 +# CONFIG_NLS_ISO8859_4 is not set
43799 +# CONFIG_NLS_ISO8859_5 is not set
43800 +# CONFIG_NLS_ISO8859_6 is not set
43801 +# CONFIG_NLS_ISO8859_7 is not set
43802 +# CONFIG_NLS_ISO8859_9 is not set
43803 +# CONFIG_NLS_ISO8859_13 is not set
43804 +# CONFIG_NLS_ISO8859_14 is not set
43805 +# CONFIG_NLS_ISO8859_15 is not set
43806 +# CONFIG_NLS_KOI8_R is not set
43807 +# CONFIG_NLS_KOI8_U is not set
43808 +# CONFIG_NLS_UTF8 is not set
43809 +# CONFIG_DLM is not set
43812 +# Library routines
43814 +CONFIG_BITREVERSE=y
43815 +CONFIG_CRC_CCITT=y
43816 +# CONFIG_CRC16 is not set
43817 +# CONFIG_CRC_ITU_T is not set
43819 +# CONFIG_CRC7 is not set
43820 +# CONFIG_LIBCRC32C is not set
43821 +CONFIG_ZLIB_INFLATE=m
43823 +CONFIG_HAS_IOMEM=y
43824 +CONFIG_HAS_IOPORT=y
43830 +# CONFIG_PRINTK_TIME is not set
43831 +CONFIG_ENABLE_WARN_DEPRECATED=y
43832 +CONFIG_ENABLE_MUST_CHECK=y
43833 +# CONFIG_MAGIC_SYSRQ is not set
43834 +# CONFIG_UNUSED_SYMBOLS is not set
43835 +# CONFIG_DEBUG_FS is not set
43836 +# CONFIG_HEADERS_CHECK is not set
43837 +CONFIG_DEBUG_KERNEL=y
43838 +# CONFIG_DEBUG_SHIRQ is not set
43839 +CONFIG_DETECT_SOFTLOCKUP=y
43840 +CONFIG_SCHED_DEBUG=y
43841 +# CONFIG_SCHEDSTATS is not set
43842 +# CONFIG_TIMER_STATS is not set
43843 +# CONFIG_SLUB_DEBUG_ON is not set
43844 +# CONFIG_SLUB_STATS is not set
43845 +# CONFIG_DEBUG_RT_MUTEXES is not set
43846 +# CONFIG_RT_MUTEX_TESTER is not set
43847 +# CONFIG_DEBUG_SPINLOCK is not set
43848 +# CONFIG_DEBUG_MUTEXES is not set
43849 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
43850 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
43851 +# CONFIG_DEBUG_KOBJECT is not set
43852 +# CONFIG_DEBUG_HIGHMEM is not set
43853 +# CONFIG_DEBUG_BUGVERBOSE is not set
43854 +# CONFIG_DEBUG_INFO is not set
43855 +# CONFIG_DEBUG_VM is not set
43856 +# CONFIG_DEBUG_LIST is not set
43857 +# CONFIG_DEBUG_SG is not set
43858 +# CONFIG_BOOT_PRINTK_DELAY is not set
43859 +# CONFIG_RCU_TORTURE_TEST is not set
43860 +# CONFIG_BACKTRACE_SELF_TEST is not set
43861 +# CONFIG_FAULT_INJECTION is not set
43862 +# CONFIG_SAMPLES is not set
43863 +# CONFIG_DEBUG_STACKOVERFLOW is not set
43864 +# CONFIG_DEBUG_STACK_USAGE is not set
43865 +# CONFIG_DEBUG_PAGEALLOC is not set
43866 +# CONFIG_DEBUGGER is not set
43867 +# CONFIG_KGDB_CONSOLE is not set
43868 +CONFIG_BDI_SWITCH=y
43869 +# CONFIG_PPC_EARLY_DEBUG is not set
43872 +# Security options
43874 +# CONFIG_KEYS is not set
43875 +# CONFIG_SECURITY is not set
43876 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
43878 +# CONFIG_CRYPTO_SEQIV is not set
43879 +# CONFIG_CRYPTO_MANAGER is not set
43880 +# CONFIG_CRYPTO_HMAC is not set
43881 +# CONFIG_CRYPTO_XCBC is not set
43882 +# CONFIG_CRYPTO_NULL is not set
43883 +# CONFIG_CRYPTO_MD4 is not set
43884 +# CONFIG_CRYPTO_MD5 is not set
43885 +# CONFIG_CRYPTO_SHA1 is not set
43886 +# CONFIG_CRYPTO_SHA256 is not set
43887 +# CONFIG_CRYPTO_SHA512 is not set
43888 +# CONFIG_CRYPTO_WP512 is not set
43889 +# CONFIG_CRYPTO_TGR192 is not set
43890 +# CONFIG_CRYPTO_GF128MUL is not set
43891 +# CONFIG_CRYPTO_ECB is not set
43892 +# CONFIG_CRYPTO_CBC is not set
43893 +# CONFIG_CRYPTO_PCBC is not set
43894 +# CONFIG_CRYPTO_LRW is not set
43895 +# CONFIG_CRYPTO_XTS is not set
43896 +# CONFIG_CRYPTO_CTR is not set
43897 +# CONFIG_CRYPTO_GCM is not set
43898 +# CONFIG_CRYPTO_CCM is not set
43899 +# CONFIG_CRYPTO_CRYPTD is not set
43900 +# CONFIG_CRYPTO_DES is not set
43901 +# CONFIG_CRYPTO_FCRYPT is not set
43902 +# CONFIG_CRYPTO_BLOWFISH is not set
43903 +# CONFIG_CRYPTO_TWOFISH is not set
43904 +# CONFIG_CRYPTO_SERPENT is not set
43905 +# CONFIG_CRYPTO_AES is not set
43906 +# CONFIG_CRYPTO_CAST5 is not set
43907 +# CONFIG_CRYPTO_CAST6 is not set
43908 +# CONFIG_CRYPTO_TEA is not set
43909 +# CONFIG_CRYPTO_ARC4 is not set
43910 +# CONFIG_CRYPTO_KHAZAD is not set
43911 +# CONFIG_CRYPTO_ANUBIS is not set
43912 +# CONFIG_CRYPTO_SEED is not set
43913 +# CONFIG_CRYPTO_SALSA20 is not set
43914 +# CONFIG_CRYPTO_DEFLATE is not set
43915 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
43916 +# CONFIG_CRYPTO_CRC32C is not set
43917 +# CONFIG_CRYPTO_CAMELLIA is not set
43918 +# CONFIG_CRYPTO_TEST is not set
43919 +# CONFIG_CRYPTO_AUTHENC is not set
43920 +# CONFIG_CRYPTO_LZO is not set
43921 +CONFIG_CRYPTO_HW=y
43922 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
43923 +# CONFIG_PPC_CLOCK is not set
43924 +CONFIG_PPC_LIB_RHEAP=y
43926 +++ b/arch/powerpc/configs/85xx/tqm8540_defconfig
43929 +# Automatically generated make config: don't edit
43930 +# Linux kernel version: 2.6.25-rc6
43931 +# Mon Mar 24 08:48:43 2008
43933 +# CONFIG_PPC64 is not set
43936 +# Processor support
43938 +# CONFIG_6xx is not set
43940 +# CONFIG_PPC_8xx is not set
43941 +# CONFIG_40x is not set
43942 +# CONFIG_44x is not set
43943 +# CONFIG_E200 is not set
43946 +CONFIG_FSL_BOOKE=y
43947 +CONFIG_FSL_EMB_PERFMON=y
43948 +# CONFIG_PHYS_64BIT is not set
43950 +# CONFIG_PPC_MM_SLICES is not set
43952 +CONFIG_WORD_SIZE=32
43953 +CONFIG_PPC_MERGE=y
43955 +CONFIG_GENERIC_CMOS_UPDATE=y
43956 +CONFIG_GENERIC_TIME=y
43957 +CONFIG_GENERIC_TIME_VSYSCALL=y
43958 +CONFIG_GENERIC_CLOCKEVENTS=y
43959 +CONFIG_GENERIC_HARDIRQS=y
43960 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
43961 +CONFIG_IRQ_PER_CPU=y
43962 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
43963 +CONFIG_ARCH_HAS_ILOG2_U32=y
43964 +CONFIG_GENERIC_HWEIGHT=y
43965 +CONFIG_GENERIC_CALIBRATE_DELAY=y
43966 +CONFIG_GENERIC_FIND_NEXT_BIT=y
43967 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
43969 +CONFIG_EARLY_PRINTK=y
43970 +CONFIG_GENERIC_NVRAM=y
43971 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
43972 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
43975 +CONFIG_PPC_UDBG_16550=y
43976 +# CONFIG_GENERIC_TBSYNC is not set
43977 +CONFIG_AUDIT_ARCH=y
43978 +CONFIG_GENERIC_BUG=y
43979 +CONFIG_DEFAULT_UIMAGE=y
43980 +# CONFIG_PPC_DCR_NATIVE is not set
43981 +# CONFIG_PPC_DCR_MMIO is not set
43982 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
43987 +CONFIG_EXPERIMENTAL=y
43988 +CONFIG_BROKEN_ON_SMP=y
43989 +CONFIG_INIT_ENV_ARG_LIMIT=32
43990 +CONFIG_LOCALVERSION=""
43991 +CONFIG_LOCALVERSION_AUTO=y
43994 +CONFIG_SYSVIPC_SYSCTL=y
43995 +# CONFIG_POSIX_MQUEUE is not set
43996 +# CONFIG_BSD_PROCESS_ACCT is not set
43997 +# CONFIG_TASKSTATS is not set
43998 +# CONFIG_AUDIT is not set
43999 +# CONFIG_IKCONFIG is not set
44000 +CONFIG_LOG_BUF_SHIFT=14
44001 +# CONFIG_CGROUPS is not set
44002 +CONFIG_GROUP_SCHED=y
44003 +CONFIG_FAIR_GROUP_SCHED=y
44004 +# CONFIG_RT_GROUP_SCHED is not set
44005 +CONFIG_USER_SCHED=y
44006 +# CONFIG_CGROUP_SCHED is not set
44007 +CONFIG_SYSFS_DEPRECATED=y
44008 +CONFIG_SYSFS_DEPRECATED_V2=y
44009 +# CONFIG_RELAY is not set
44010 +# CONFIG_NAMESPACES is not set
44011 +CONFIG_BLK_DEV_INITRD=y
44012 +CONFIG_INITRAMFS_SOURCE=""
44013 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
44016 +CONFIG_SYSCTL_SYSCALL=y
44017 +# CONFIG_KALLSYMS is not set
44018 +# CONFIG_HOTPLUG is not set
44022 +CONFIG_COMPAT_BRK=y
44023 +CONFIG_BASE_FULL=y
44025 +CONFIG_ANON_INODES=y
44026 +# CONFIG_EPOLL is not set
44031 +CONFIG_VM_EVENT_COUNTERS=y
44032 +CONFIG_SLUB_DEBUG=y
44033 +# CONFIG_SLAB is not set
44035 +# CONFIG_SLOB is not set
44036 +# CONFIG_PROFILING is not set
44037 +# CONFIG_MARKERS is not set
44038 +CONFIG_HAVE_OPROFILE=y
44039 +CONFIG_HAVE_KPROBES=y
44040 +CONFIG_HAVE_KRETPROBES=y
44041 +CONFIG_PROC_PAGE_MONITOR=y
44043 +CONFIG_RT_MUTEXES=y
44044 +# CONFIG_TINY_SHMEM is not set
44045 +CONFIG_BASE_SMALL=0
44046 +# CONFIG_MODULES is not set
44048 +# CONFIG_LBD is not set
44049 +# CONFIG_BLK_DEV_IO_TRACE is not set
44050 +# CONFIG_LSF is not set
44051 +# CONFIG_BLK_DEV_BSG is not set
44056 +CONFIG_IOSCHED_NOOP=y
44057 +CONFIG_IOSCHED_AS=y
44058 +CONFIG_IOSCHED_DEADLINE=y
44059 +CONFIG_IOSCHED_CFQ=y
44060 +CONFIG_DEFAULT_AS=y
44061 +# CONFIG_DEFAULT_DEADLINE is not set
44062 +# CONFIG_DEFAULT_CFQ is not set
44063 +# CONFIG_DEFAULT_NOOP is not set
44064 +CONFIG_DEFAULT_IOSCHED="anticipatory"
44065 +CONFIG_CLASSIC_RCU=y
44068 +# Platform support
44070 +# CONFIG_PPC_MPC512x is not set
44071 +# CONFIG_PPC_MPC5121 is not set
44072 +# CONFIG_PPC_CELL is not set
44073 +# CONFIG_PPC_CELL_NATIVE is not set
44074 +# CONFIG_PQ2ADS is not set
44076 +# CONFIG_MPC8540_ADS is not set
44077 +# CONFIG_MPC8560_ADS is not set
44078 +# CONFIG_MPC85xx_CDS is not set
44079 +# CONFIG_MPC85xx_MDS is not set
44080 +# CONFIG_MPC85xx_DS is not set
44081 +# CONFIG_STX_GP3 is not set
44083 +# CONFIG_TQM8541 is not set
44084 +# CONFIG_TQM8555 is not set
44085 +# CONFIG_TQM8560 is not set
44086 +# CONFIG_SBC8548 is not set
44087 +# CONFIG_SBC8560 is not set
44089 +# CONFIG_IPIC is not set
44091 +# CONFIG_MPIC_WEIRD is not set
44092 +# CONFIG_PPC_I8259 is not set
44093 +# CONFIG_PPC_RTAS is not set
44094 +# CONFIG_MMIO_NVRAM is not set
44095 +# CONFIG_PPC_MPC106 is not set
44096 +# CONFIG_PPC_970_NAP is not set
44097 +# CONFIG_PPC_INDIRECT_IO is not set
44098 +# CONFIG_GENERIC_IOMAP is not set
44099 +# CONFIG_CPU_FREQ is not set
44100 +# CONFIG_CPM2 is not set
44101 +CONFIG_PPC_CPM_NEW_BINDING=y
44102 +# CONFIG_FSL_ULI1575 is not set
44107 +# CONFIG_HIGHMEM is not set
44108 +# CONFIG_TICK_ONESHOT is not set
44109 +# CONFIG_NO_HZ is not set
44110 +# CONFIG_HIGH_RES_TIMERS is not set
44111 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
44112 +# CONFIG_HZ_100 is not set
44114 +# CONFIG_HZ_300 is not set
44115 +# CONFIG_HZ_1000 is not set
44117 +# CONFIG_SCHED_HRTICK is not set
44118 +CONFIG_PREEMPT_NONE=y
44119 +# CONFIG_PREEMPT_VOLUNTARY is not set
44120 +# CONFIG_PREEMPT is not set
44121 +CONFIG_BINFMT_ELF=y
44122 +# CONFIG_BINFMT_MISC is not set
44123 +CONFIG_MATH_EMULATION=y
44124 +# CONFIG_IOMMU_HELPER is not set
44125 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
44126 +CONFIG_ARCH_HAS_WALK_MEMORY=y
44127 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
44128 +CONFIG_ARCH_FLATMEM_ENABLE=y
44129 +CONFIG_ARCH_POPULATES_NODE_MAP=y
44130 +CONFIG_SELECT_MEMORY_MODEL=y
44131 +CONFIG_FLATMEM_MANUAL=y
44132 +# CONFIG_DISCONTIGMEM_MANUAL is not set
44133 +# CONFIG_SPARSEMEM_MANUAL is not set
44135 +CONFIG_FLAT_NODE_MEM_MAP=y
44136 +# CONFIG_SPARSEMEM_STATIC is not set
44137 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
44138 +CONFIG_SPLIT_PTLOCK_CPUS=4
44139 +# CONFIG_RESOURCES_64BIT is not set
44140 +CONFIG_ZONE_DMA_FLAG=1
44142 +CONFIG_VIRT_TO_BUS=y
44143 +# CONFIG_PROC_DEVICETREE is not set
44144 +# CONFIG_CMDLINE_BOOL is not set
44145 +# CONFIG_PM is not set
44147 +CONFIG_ISA_DMA_API=y
44153 +CONFIG_PPC_INDIRECT_PCI=y
44157 +CONFIG_PCI_DOMAINS=y
44158 +CONFIG_PCI_SYSCALL=y
44159 +# CONFIG_PCIEPORTBUS is not set
44160 +CONFIG_ARCH_SUPPORTS_MSI=y
44161 +# CONFIG_PCI_MSI is not set
44162 +CONFIG_PCI_LEGACY=y
44167 +# CONFIG_ADVANCED_OPTIONS is not set
44170 +# Default settings for advanced configuration options are used
44172 +CONFIG_HIGHMEM_START=0xfe000000
44173 +CONFIG_LOWMEM_SIZE=0x30000000
44174 +CONFIG_KERNEL_START=0xc0000000
44175 +CONFIG_TASK_SIZE=0xc0000000
44176 +CONFIG_BOOT_LOAD=0x00800000
44184 +# Networking options
44187 +# CONFIG_PACKET_MMAP is not set
44190 +# CONFIG_XFRM_USER is not set
44191 +# CONFIG_XFRM_SUB_POLICY is not set
44192 +# CONFIG_XFRM_MIGRATE is not set
44193 +# CONFIG_XFRM_STATISTICS is not set
44194 +# CONFIG_NET_KEY is not set
44196 +CONFIG_IP_MULTICAST=y
44197 +# CONFIG_IP_ADVANCED_ROUTER is not set
44198 +CONFIG_IP_FIB_HASH=y
44200 +CONFIG_IP_PNP_DHCP=y
44201 +CONFIG_IP_PNP_BOOTP=y
44202 +# CONFIG_IP_PNP_RARP is not set
44203 +# CONFIG_NET_IPIP is not set
44204 +# CONFIG_NET_IPGRE is not set
44205 +# CONFIG_IP_MROUTE is not set
44206 +# CONFIG_ARPD is not set
44207 +CONFIG_SYN_COOKIES=y
44208 +# CONFIG_INET_AH is not set
44209 +# CONFIG_INET_ESP is not set
44210 +# CONFIG_INET_IPCOMP is not set
44211 +# CONFIG_INET_XFRM_TUNNEL is not set
44212 +# CONFIG_INET_TUNNEL is not set
44213 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
44214 +CONFIG_INET_XFRM_MODE_TUNNEL=y
44215 +CONFIG_INET_XFRM_MODE_BEET=y
44216 +# CONFIG_INET_LRO is not set
44217 +CONFIG_INET_DIAG=y
44218 +CONFIG_INET_TCP_DIAG=y
44219 +# CONFIG_TCP_CONG_ADVANCED is not set
44220 +CONFIG_TCP_CONG_CUBIC=y
44221 +CONFIG_DEFAULT_TCP_CONG="cubic"
44222 +# CONFIG_TCP_MD5SIG is not set
44223 +# CONFIG_IPV6 is not set
44224 +# CONFIG_INET6_XFRM_TUNNEL is not set
44225 +# CONFIG_INET6_TUNNEL is not set
44226 +# CONFIG_NETWORK_SECMARK is not set
44227 +# CONFIG_NETFILTER is not set
44228 +# CONFIG_IP_DCCP is not set
44229 +# CONFIG_IP_SCTP is not set
44230 +# CONFIG_TIPC is not set
44231 +# CONFIG_ATM is not set
44232 +# CONFIG_BRIDGE is not set
44233 +# CONFIG_VLAN_8021Q is not set
44234 +# CONFIG_DECNET is not set
44235 +# CONFIG_LLC2 is not set
44236 +# CONFIG_IPX is not set
44237 +# CONFIG_ATALK is not set
44238 +# CONFIG_X25 is not set
44239 +# CONFIG_LAPB is not set
44240 +# CONFIG_ECONET is not set
44241 +# CONFIG_WAN_ROUTER is not set
44242 +# CONFIG_NET_SCHED is not set
44247 +# CONFIG_NET_PKTGEN is not set
44248 +# CONFIG_HAMRADIO is not set
44249 +# CONFIG_CAN is not set
44250 +# CONFIG_IRDA is not set
44251 +# CONFIG_BT is not set
44252 +# CONFIG_AF_RXRPC is not set
44257 +# CONFIG_CFG80211 is not set
44258 +# CONFIG_WIRELESS_EXT is not set
44259 +# CONFIG_MAC80211 is not set
44260 +# CONFIG_IEEE80211 is not set
44261 +# CONFIG_RFKILL is not set
44262 +# CONFIG_NET_9P is not set
44269 +# Generic Driver Options
44271 +CONFIG_STANDALONE=y
44272 +CONFIG_PREVENT_FIRMWARE_BUILD=y
44273 +# CONFIG_SYS_HYPERVISOR is not set
44274 +# CONFIG_CONNECTOR is not set
44276 +# CONFIG_MTD_DEBUG is not set
44277 +CONFIG_MTD_CONCAT=y
44278 +CONFIG_MTD_PARTITIONS=y
44279 +# CONFIG_MTD_REDBOOT_PARTS is not set
44280 +CONFIG_MTD_CMDLINE_PARTS=y
44281 +# CONFIG_MTD_OF_PARTS is not set
44284 +# User Modules And Translation Layers
44287 +CONFIG_MTD_BLKDEVS=y
44288 +CONFIG_MTD_BLOCK=y
44289 +# CONFIG_FTL is not set
44290 +# CONFIG_NFTL is not set
44291 +# CONFIG_INFTL is not set
44292 +# CONFIG_RFD_FTL is not set
44293 +# CONFIG_SSFDC is not set
44294 +# CONFIG_MTD_OOPS is not set
44297 +# RAM/ROM/Flash chip drivers
44300 +# CONFIG_MTD_JEDECPROBE is not set
44301 +CONFIG_MTD_GEN_PROBE=y
44302 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
44303 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
44304 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
44305 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
44306 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
44307 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
44308 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
44309 +CONFIG_MTD_CFI_I1=y
44310 +CONFIG_MTD_CFI_I2=y
44311 +# CONFIG_MTD_CFI_I4 is not set
44312 +# CONFIG_MTD_CFI_I8 is not set
44313 +# CONFIG_MTD_CFI_INTELEXT is not set
44314 +CONFIG_MTD_CFI_AMDSTD=y
44315 +# CONFIG_MTD_CFI_STAA is not set
44316 +CONFIG_MTD_CFI_UTIL=y
44317 +# CONFIG_MTD_RAM is not set
44318 +# CONFIG_MTD_ROM is not set
44319 +# CONFIG_MTD_ABSENT is not set
44322 +# Mapping drivers for chip access
44324 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
44325 +# CONFIG_MTD_PHYSMAP is not set
44326 +# CONFIG_MTD_PHYSMAP_OF is not set
44327 +# CONFIG_MTD_INTEL_VR_NOR is not set
44328 +# CONFIG_MTD_PLATRAM is not set
44331 +# Self-contained MTD device drivers
44333 +# CONFIG_MTD_PMC551 is not set
44334 +# CONFIG_MTD_SLRAM is not set
44335 +# CONFIG_MTD_PHRAM is not set
44336 +# CONFIG_MTD_MTDRAM is not set
44337 +# CONFIG_MTD_BLOCK2MTD is not set
44340 +# Disk-On-Chip Device Drivers
44342 +# CONFIG_MTD_DOC2000 is not set
44343 +# CONFIG_MTD_DOC2001 is not set
44344 +# CONFIG_MTD_DOC2001PLUS is not set
44345 +# CONFIG_MTD_NAND is not set
44346 +# CONFIG_MTD_ONENAND is not set
44349 +# UBI - Unsorted block images
44351 +# CONFIG_MTD_UBI is not set
44352 +CONFIG_OF_DEVICE=y
44353 +# CONFIG_PARPORT is not set
44355 +# CONFIG_BLK_DEV_FD is not set
44356 +# CONFIG_BLK_CPQ_DA is not set
44357 +# CONFIG_BLK_CPQ_CISS_DA is not set
44358 +# CONFIG_BLK_DEV_DAC960 is not set
44359 +# CONFIG_BLK_DEV_UMEM is not set
44360 +# CONFIG_BLK_DEV_COW_COMMON is not set
44361 +CONFIG_BLK_DEV_LOOP=y
44362 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
44363 +# CONFIG_BLK_DEV_NBD is not set
44364 +# CONFIG_BLK_DEV_SX8 is not set
44365 +CONFIG_BLK_DEV_RAM=y
44366 +CONFIG_BLK_DEV_RAM_COUNT=16
44367 +CONFIG_BLK_DEV_RAM_SIZE=32768
44368 +# CONFIG_BLK_DEV_XIP is not set
44369 +# CONFIG_CDROM_PKTCDVD is not set
44370 +# CONFIG_ATA_OVER_ETH is not set
44371 +CONFIG_MISC_DEVICES=y
44372 +# CONFIG_PHANTOM is not set
44373 +# CONFIG_EEPROM_93CX6 is not set
44374 +# CONFIG_SGI_IOC4 is not set
44375 +# CONFIG_TIFM_CORE is not set
44376 +# CONFIG_ENCLOSURE_SERVICES is not set
44379 +CONFIG_IDE_MAX_HWIFS=4
44380 +CONFIG_BLK_DEV_IDE=y
44383 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
44385 +# CONFIG_BLK_DEV_IDE_SATA is not set
44386 +CONFIG_BLK_DEV_IDEDISK=y
44387 +# CONFIG_IDEDISK_MULTI_MODE is not set
44388 +# CONFIG_BLK_DEV_IDECD is not set
44389 +# CONFIG_BLK_DEV_IDETAPE is not set
44390 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
44391 +# CONFIG_IDE_TASK_IOCTL is not set
44392 +CONFIG_IDE_PROC_FS=y
44395 +# IDE chipset support/bugfixes
44397 +CONFIG_IDE_GENERIC=y
44398 +# CONFIG_BLK_DEV_PLATFORM is not set
44399 +CONFIG_BLK_DEV_IDEDMA_SFF=y
44402 +# PCI IDE chipsets support
44404 +CONFIG_BLK_DEV_IDEPCI=y
44405 +CONFIG_IDEPCI_PCIBUS_ORDER=y
44406 +# CONFIG_BLK_DEV_OFFBOARD is not set
44407 +CONFIG_BLK_DEV_GENERIC=y
44408 +# CONFIG_BLK_DEV_OPTI621 is not set
44409 +CONFIG_BLK_DEV_IDEDMA_PCI=y
44410 +# CONFIG_BLK_DEV_AEC62XX is not set
44411 +# CONFIG_BLK_DEV_ALI15X3 is not set
44412 +# CONFIG_BLK_DEV_AMD74XX is not set
44413 +# CONFIG_BLK_DEV_CMD64X is not set
44414 +# CONFIG_BLK_DEV_TRIFLEX is not set
44415 +# CONFIG_BLK_DEV_CY82C693 is not set
44416 +# CONFIG_BLK_DEV_CS5520 is not set
44417 +# CONFIG_BLK_DEV_CS5530 is not set
44418 +# CONFIG_BLK_DEV_HPT34X is not set
44419 +# CONFIG_BLK_DEV_HPT366 is not set
44420 +# CONFIG_BLK_DEV_JMICRON is not set
44421 +# CONFIG_BLK_DEV_SC1200 is not set
44422 +# CONFIG_BLK_DEV_PIIX is not set
44423 +# CONFIG_BLK_DEV_IT8213 is not set
44424 +# CONFIG_BLK_DEV_IT821X is not set
44425 +# CONFIG_BLK_DEV_NS87415 is not set
44426 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
44427 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
44428 +# CONFIG_BLK_DEV_SVWKS is not set
44429 +# CONFIG_BLK_DEV_SIIMAGE is not set
44430 +# CONFIG_BLK_DEV_SL82C105 is not set
44431 +# CONFIG_BLK_DEV_SLC90E66 is not set
44432 +# CONFIG_BLK_DEV_TRM290 is not set
44433 +CONFIG_BLK_DEV_VIA82CXXX=y
44434 +# CONFIG_BLK_DEV_TC86C001 is not set
44435 +CONFIG_BLK_DEV_IDEDMA=y
44436 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
44437 +# CONFIG_BLK_DEV_HD is not set
44440 +# SCSI device support
44442 +# CONFIG_RAID_ATTRS is not set
44443 +# CONFIG_SCSI is not set
44444 +# CONFIG_SCSI_DMA is not set
44445 +# CONFIG_SCSI_NETLINK is not set
44446 +# CONFIG_ATA is not set
44447 +# CONFIG_MD is not set
44448 +# CONFIG_FUSION is not set
44451 +# IEEE 1394 (FireWire) support
44453 +# CONFIG_FIREWIRE is not set
44454 +# CONFIG_IEEE1394 is not set
44455 +# CONFIG_I2O is not set
44456 +# CONFIG_MACINTOSH_DRIVERS is not set
44457 +CONFIG_NETDEVICES=y
44458 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
44459 +# CONFIG_DUMMY is not set
44460 +# CONFIG_BONDING is not set
44461 +# CONFIG_MACVLAN is not set
44462 +# CONFIG_EQUALIZER is not set
44463 +# CONFIG_TUN is not set
44464 +# CONFIG_VETH is not set
44465 +# CONFIG_ARCNET is not set
44469 +# MII PHY device drivers
44471 +# CONFIG_MARVELL_PHY is not set
44472 +# CONFIG_DAVICOM_PHY is not set
44473 +# CONFIG_QSEMI_PHY is not set
44474 +# CONFIG_LXT_PHY is not set
44475 +# CONFIG_CICADA_PHY is not set
44476 +# CONFIG_VITESSE_PHY is not set
44477 +# CONFIG_SMSC_PHY is not set
44478 +# CONFIG_BROADCOM_PHY is not set
44479 +# CONFIG_ICPLUS_PHY is not set
44480 +# CONFIG_REALTEK_PHY is not set
44481 +# CONFIG_FIXED_PHY is not set
44482 +# CONFIG_MDIO_BITBANG is not set
44483 +CONFIG_NET_ETHERNET=y
44485 +# CONFIG_HAPPYMEAL is not set
44486 +# CONFIG_SUNGEM is not set
44487 +# CONFIG_CASSINI is not set
44488 +# CONFIG_NET_VENDOR_3COM is not set
44489 +# CONFIG_NET_TULIP is not set
44490 +# CONFIG_HP100 is not set
44491 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
44492 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
44493 +# CONFIG_IBM_NEW_EMAC_TAH is not set
44494 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
44496 +# CONFIG_PCNET32 is not set
44497 +# CONFIG_AMD8111_ETH is not set
44498 +# CONFIG_ADAPTEC_STARFIRE is not set
44499 +# CONFIG_B44 is not set
44500 +# CONFIG_FORCEDETH is not set
44501 +# CONFIG_EEPRO100 is not set
44503 +# CONFIG_FEALNX is not set
44504 +# CONFIG_NATSEMI is not set
44505 +# CONFIG_NE2K_PCI is not set
44506 +# CONFIG_8139CP is not set
44507 +# CONFIG_8139TOO is not set
44508 +# CONFIG_R6040 is not set
44509 +# CONFIG_SIS900 is not set
44510 +# CONFIG_EPIC100 is not set
44511 +# CONFIG_SUNDANCE is not set
44512 +# CONFIG_TLAN is not set
44513 +# CONFIG_VIA_RHINE is not set
44514 +# CONFIG_SC92031 is not set
44515 +CONFIG_NETDEV_1000=y
44516 +# CONFIG_ACENIC is not set
44517 +# CONFIG_DL2K is not set
44518 +# CONFIG_E1000 is not set
44519 +# CONFIG_E1000E is not set
44520 +# CONFIG_E1000E_ENABLED is not set
44521 +# CONFIG_IP1000 is not set
44522 +# CONFIG_IGB is not set
44523 +# CONFIG_NS83820 is not set
44524 +# CONFIG_HAMACHI is not set
44525 +# CONFIG_YELLOWFIN is not set
44526 +# CONFIG_R8169 is not set
44527 +# CONFIG_SIS190 is not set
44528 +# CONFIG_SKGE is not set
44529 +# CONFIG_SKY2 is not set
44530 +# CONFIG_SK98LIN is not set
44531 +# CONFIG_VIA_VELOCITY is not set
44532 +# CONFIG_TIGON3 is not set
44533 +# CONFIG_BNX2 is not set
44535 +CONFIG_GFAR_NAPI=y
44536 +# CONFIG_QLA3XXX is not set
44537 +# CONFIG_ATL1 is not set
44538 +CONFIG_NETDEV_10000=y
44539 +# CONFIG_CHELSIO_T1 is not set
44540 +# CONFIG_CHELSIO_T3 is not set
44541 +# CONFIG_IXGBE is not set
44542 +# CONFIG_IXGB is not set
44543 +# CONFIG_S2IO is not set
44544 +# CONFIG_MYRI10GE is not set
44545 +# CONFIG_NETXEN_NIC is not set
44546 +# CONFIG_NIU is not set
44547 +# CONFIG_MLX4_CORE is not set
44548 +# CONFIG_TEHUTI is not set
44549 +# CONFIG_BNX2X is not set
44550 +# CONFIG_TR is not set
44555 +# CONFIG_WLAN_PRE80211 is not set
44556 +# CONFIG_WLAN_80211 is not set
44557 +# CONFIG_WAN is not set
44558 +# CONFIG_FDDI is not set
44559 +# CONFIG_HIPPI is not set
44560 +# CONFIG_PPP is not set
44561 +# CONFIG_SLIP is not set
44562 +# CONFIG_NETCONSOLE is not set
44563 +# CONFIG_NETPOLL is not set
44564 +# CONFIG_NET_POLL_CONTROLLER is not set
44565 +# CONFIG_ISDN is not set
44566 +# CONFIG_PHONE is not set
44569 +# Input device support
44572 +# CONFIG_INPUT_FF_MEMLESS is not set
44573 +# CONFIG_INPUT_POLLDEV is not set
44576 +# Userland interfaces
44578 +# CONFIG_INPUT_MOUSEDEV is not set
44579 +# CONFIG_INPUT_JOYDEV is not set
44580 +# CONFIG_INPUT_EVDEV is not set
44581 +# CONFIG_INPUT_EVBUG is not set
44584 +# Input Device Drivers
44586 +# CONFIG_INPUT_KEYBOARD is not set
44587 +# CONFIG_INPUT_MOUSE is not set
44588 +# CONFIG_INPUT_JOYSTICK is not set
44589 +# CONFIG_INPUT_TABLET is not set
44590 +# CONFIG_INPUT_TOUCHSCREEN is not set
44591 +# CONFIG_INPUT_MISC is not set
44594 +# Hardware I/O ports
44596 +# CONFIG_SERIO is not set
44597 +# CONFIG_GAMEPORT is not set
44600 +# Character devices
44602 +# CONFIG_VT is not set
44603 +# CONFIG_SERIAL_NONSTANDARD is not set
44604 +# CONFIG_NOZOMI is not set
44609 +CONFIG_SERIAL_8250=y
44610 +CONFIG_SERIAL_8250_CONSOLE=y
44611 +CONFIG_SERIAL_8250_PCI=y
44612 +CONFIG_SERIAL_8250_NR_UARTS=4
44613 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
44614 +# CONFIG_SERIAL_8250_EXTENDED is not set
44615 +CONFIG_SERIAL_8250_SHARE_IRQ=y
44618 +# Non-8250 serial port support
44620 +# CONFIG_SERIAL_UARTLITE is not set
44621 +CONFIG_SERIAL_CORE=y
44622 +CONFIG_SERIAL_CORE_CONSOLE=y
44623 +# CONFIG_SERIAL_JSM is not set
44624 +# CONFIG_SERIAL_OF_PLATFORM is not set
44625 +CONFIG_UNIX98_PTYS=y
44626 +CONFIG_LEGACY_PTYS=y
44627 +CONFIG_LEGACY_PTY_COUNT=256
44628 +# CONFIG_IPMI_HANDLER is not set
44629 +CONFIG_HW_RANDOM=y
44630 +# CONFIG_NVRAM is not set
44632 +# CONFIG_GEN_RTC_X is not set
44633 +# CONFIG_R3964 is not set
44634 +# CONFIG_APPLICOM is not set
44635 +# CONFIG_RAW_DRIVER is not set
44636 +# CONFIG_TCG_TPM is not set
44639 +CONFIG_I2C_BOARDINFO=y
44640 +CONFIG_I2C_CHARDEV=y
44645 +# CONFIG_I2C_ALGOBIT is not set
44646 +# CONFIG_I2C_ALGOPCF is not set
44647 +# CONFIG_I2C_ALGOPCA is not set
44650 +# I2C Hardware Bus support
44652 +# CONFIG_I2C_ALI1535 is not set
44653 +# CONFIG_I2C_ALI1563 is not set
44654 +# CONFIG_I2C_ALI15X3 is not set
44655 +# CONFIG_I2C_AMD756 is not set
44656 +# CONFIG_I2C_AMD8111 is not set
44657 +# CONFIG_I2C_I801 is not set
44658 +# CONFIG_I2C_I810 is not set
44659 +# CONFIG_I2C_PIIX4 is not set
44661 +# CONFIG_I2C_NFORCE2 is not set
44662 +# CONFIG_I2C_OCORES is not set
44663 +# CONFIG_I2C_PARPORT_LIGHT is not set
44664 +# CONFIG_I2C_PROSAVAGE is not set
44665 +# CONFIG_I2C_SAVAGE4 is not set
44666 +# CONFIG_I2C_SIMTEC is not set
44667 +# CONFIG_I2C_SIS5595 is not set
44668 +# CONFIG_I2C_SIS630 is not set
44669 +# CONFIG_I2C_SIS96X is not set
44670 +# CONFIG_I2C_TAOS_EVM is not set
44671 +# CONFIG_I2C_VIA is not set
44672 +# CONFIG_I2C_VIAPRO is not set
44673 +# CONFIG_I2C_VOODOO3 is not set
44676 +# Miscellaneous I2C Chip support
44678 +# CONFIG_DS1682 is not set
44679 +# CONFIG_SENSORS_EEPROM is not set
44680 +# CONFIG_SENSORS_PCF8574 is not set
44681 +# CONFIG_PCF8575 is not set
44682 +# CONFIG_SENSORS_PCF8591 is not set
44683 +# CONFIG_TPS65010 is not set
44684 +# CONFIG_SENSORS_MAX6875 is not set
44685 +# CONFIG_SENSORS_TSL2550 is not set
44686 +# CONFIG_I2C_DEBUG_CORE is not set
44687 +# CONFIG_I2C_DEBUG_ALGO is not set
44688 +# CONFIG_I2C_DEBUG_BUS is not set
44689 +# CONFIG_I2C_DEBUG_CHIP is not set
44694 +# CONFIG_SPI is not set
44695 +# CONFIG_SPI_MASTER is not set
44696 +# CONFIG_W1 is not set
44697 +# CONFIG_POWER_SUPPLY is not set
44699 +# CONFIG_HWMON_VID is not set
44700 +# CONFIG_SENSORS_AD7418 is not set
44701 +# CONFIG_SENSORS_ADM1021 is not set
44702 +# CONFIG_SENSORS_ADM1025 is not set
44703 +# CONFIG_SENSORS_ADM1026 is not set
44704 +# CONFIG_SENSORS_ADM1029 is not set
44705 +# CONFIG_SENSORS_ADM1031 is not set
44706 +# CONFIG_SENSORS_ADM9240 is not set
44707 +# CONFIG_SENSORS_ADT7470 is not set
44708 +# CONFIG_SENSORS_ADT7473 is not set
44709 +# CONFIG_SENSORS_ATXP1 is not set
44710 +# CONFIG_SENSORS_DS1621 is not set
44711 +# CONFIG_SENSORS_I5K_AMB is not set
44712 +# CONFIG_SENSORS_F71805F is not set
44713 +# CONFIG_SENSORS_F71882FG is not set
44714 +# CONFIG_SENSORS_F75375S is not set
44715 +# CONFIG_SENSORS_GL518SM is not set
44716 +# CONFIG_SENSORS_GL520SM is not set
44717 +# CONFIG_SENSORS_IT87 is not set
44718 +# CONFIG_SENSORS_LM63 is not set
44719 +CONFIG_SENSORS_LM75=y
44720 +# CONFIG_SENSORS_LM77 is not set
44721 +# CONFIG_SENSORS_LM78 is not set
44722 +# CONFIG_SENSORS_LM80 is not set
44723 +# CONFIG_SENSORS_LM83 is not set
44724 +# CONFIG_SENSORS_LM85 is not set
44725 +# CONFIG_SENSORS_LM87 is not set
44726 +# CONFIG_SENSORS_LM90 is not set
44727 +# CONFIG_SENSORS_LM92 is not set
44728 +# CONFIG_SENSORS_LM93 is not set
44729 +# CONFIG_SENSORS_MAX1619 is not set
44730 +# CONFIG_SENSORS_MAX6650 is not set
44731 +# CONFIG_SENSORS_PC87360 is not set
44732 +# CONFIG_SENSORS_PC87427 is not set
44733 +# CONFIG_SENSORS_SIS5595 is not set
44734 +# CONFIG_SENSORS_DME1737 is not set
44735 +# CONFIG_SENSORS_SMSC47M1 is not set
44736 +# CONFIG_SENSORS_SMSC47M192 is not set
44737 +# CONFIG_SENSORS_SMSC47B397 is not set
44738 +# CONFIG_SENSORS_ADS7828 is not set
44739 +# CONFIG_SENSORS_THMC50 is not set
44740 +# CONFIG_SENSORS_VIA686A is not set
44741 +# CONFIG_SENSORS_VT1211 is not set
44742 +# CONFIG_SENSORS_VT8231 is not set
44743 +# CONFIG_SENSORS_W83781D is not set
44744 +# CONFIG_SENSORS_W83791D is not set
44745 +# CONFIG_SENSORS_W83792D is not set
44746 +# CONFIG_SENSORS_W83793 is not set
44747 +# CONFIG_SENSORS_W83L785TS is not set
44748 +# CONFIG_SENSORS_W83L786NG is not set
44749 +# CONFIG_SENSORS_W83627HF is not set
44750 +# CONFIG_SENSORS_W83627EHF is not set
44751 +CONFIG_HWMON_DEBUG_CHIP=y
44752 +# CONFIG_THERMAL is not set
44753 +# CONFIG_WATCHDOG is not set
44756 +# Sonics Silicon Backplane
44758 +CONFIG_SSB_POSSIBLE=y
44759 +# CONFIG_SSB is not set
44762 +# Multifunction device drivers
44764 +# CONFIG_MFD_SM501 is not set
44767 +# Multimedia devices
44769 +# CONFIG_VIDEO_DEV is not set
44770 +# CONFIG_DVB_CORE is not set
44774 +# Graphics support
44776 +# CONFIG_AGP is not set
44777 +# CONFIG_DRM is not set
44778 +# CONFIG_VGASTATE is not set
44779 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
44780 +# CONFIG_FB is not set
44781 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
44784 +# Display device support
44786 +# CONFIG_DISPLAY_SUPPORT is not set
44791 +# CONFIG_SOUND is not set
44792 +CONFIG_HID_SUPPORT=y
44794 +# CONFIG_HID_DEBUG is not set
44795 +# CONFIG_HIDRAW is not set
44796 +CONFIG_USB_SUPPORT=y
44797 +CONFIG_USB_ARCH_HAS_HCD=y
44798 +CONFIG_USB_ARCH_HAS_OHCI=y
44799 +CONFIG_USB_ARCH_HAS_EHCI=y
44800 +# CONFIG_USB is not set
44803 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
44805 +# CONFIG_USB_GADGET is not set
44806 +# CONFIG_MMC is not set
44807 +# CONFIG_MEMSTICK is not set
44808 +# CONFIG_NEW_LEDS is not set
44809 +# CONFIG_INFINIBAND is not set
44810 +# CONFIG_EDAC is not set
44811 +# CONFIG_RTC_CLASS is not set
44812 +# CONFIG_DMADEVICES is not set
44817 +# CONFIG_UIO is not set
44823 +# CONFIG_EXT2_FS_XATTR is not set
44824 +# CONFIG_EXT2_FS_XIP is not set
44826 +CONFIG_EXT3_FS_XATTR=y
44827 +# CONFIG_EXT3_FS_POSIX_ACL is not set
44828 +# CONFIG_EXT3_FS_SECURITY is not set
44829 +# CONFIG_EXT4DEV_FS is not set
44831 +CONFIG_FS_MBCACHE=y
44832 +# CONFIG_REISERFS_FS is not set
44833 +# CONFIG_JFS_FS is not set
44834 +# CONFIG_FS_POSIX_ACL is not set
44835 +# CONFIG_XFS_FS is not set
44836 +# CONFIG_GFS2_FS is not set
44837 +# CONFIG_OCFS2_FS is not set
44840 +CONFIG_INOTIFY_USER=y
44841 +# CONFIG_QUOTA is not set
44842 +# CONFIG_AUTOFS_FS is not set
44843 +# CONFIG_AUTOFS4_FS is not set
44844 +# CONFIG_FUSE_FS is not set
44847 +# CD-ROM/DVD Filesystems
44849 +# CONFIG_ISO9660_FS is not set
44850 +# CONFIG_UDF_FS is not set
44853 +# DOS/FAT/NT Filesystems
44855 +# CONFIG_MSDOS_FS is not set
44856 +# CONFIG_VFAT_FS is not set
44857 +# CONFIG_NTFS_FS is not set
44860 +# Pseudo filesystems
44863 +CONFIG_PROC_KCORE=y
44864 +CONFIG_PROC_SYSCTL=y
44867 +# CONFIG_TMPFS_POSIX_ACL is not set
44868 +# CONFIG_HUGETLB_PAGE is not set
44869 +# CONFIG_CONFIGFS_FS is not set
44872 +# Miscellaneous filesystems
44874 +# CONFIG_ADFS_FS is not set
44875 +# CONFIG_AFFS_FS is not set
44876 +# CONFIG_HFS_FS is not set
44877 +# CONFIG_HFSPLUS_FS is not set
44878 +# CONFIG_BEFS_FS is not set
44879 +# CONFIG_BFS_FS is not set
44880 +# CONFIG_EFS_FS is not set
44882 +CONFIG_JFFS2_FS_DEBUG=0
44883 +CONFIG_JFFS2_FS_WRITEBUFFER=y
44884 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
44885 +# CONFIG_JFFS2_SUMMARY is not set
44886 +# CONFIG_JFFS2_FS_XATTR is not set
44887 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
44888 +CONFIG_JFFS2_ZLIB=y
44889 +# CONFIG_JFFS2_LZO is not set
44890 +CONFIG_JFFS2_RTIME=y
44891 +# CONFIG_JFFS2_RUBIN is not set
44893 +# CONFIG_VXFS_FS is not set
44894 +# CONFIG_MINIX_FS is not set
44895 +# CONFIG_HPFS_FS is not set
44896 +# CONFIG_QNX4FS_FS is not set
44897 +# CONFIG_ROMFS_FS is not set
44898 +# CONFIG_SYSV_FS is not set
44899 +# CONFIG_UFS_FS is not set
44900 +CONFIG_NETWORK_FILESYSTEMS=y
44902 +# CONFIG_NFS_V3 is not set
44903 +# CONFIG_NFS_V4 is not set
44904 +# CONFIG_NFS_DIRECTIO is not set
44905 +# CONFIG_NFSD is not set
44908 +CONFIG_NFS_COMMON=y
44910 +# CONFIG_SUNRPC_BIND34 is not set
44911 +# CONFIG_RPCSEC_GSS_KRB5 is not set
44912 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
44913 +# CONFIG_SMB_FS is not set
44914 +# CONFIG_CIFS is not set
44915 +# CONFIG_NCP_FS is not set
44916 +# CONFIG_CODA_FS is not set
44917 +# CONFIG_AFS_FS is not set
44922 +CONFIG_PARTITION_ADVANCED=y
44923 +# CONFIG_ACORN_PARTITION is not set
44924 +# CONFIG_OSF_PARTITION is not set
44925 +# CONFIG_AMIGA_PARTITION is not set
44926 +# CONFIG_ATARI_PARTITION is not set
44927 +# CONFIG_MAC_PARTITION is not set
44928 +# CONFIG_MSDOS_PARTITION is not set
44929 +# CONFIG_LDM_PARTITION is not set
44930 +# CONFIG_SGI_PARTITION is not set
44931 +# CONFIG_ULTRIX_PARTITION is not set
44932 +# CONFIG_SUN_PARTITION is not set
44933 +# CONFIG_KARMA_PARTITION is not set
44934 +# CONFIG_EFI_PARTITION is not set
44935 +# CONFIG_SYSV68_PARTITION is not set
44936 +# CONFIG_NLS is not set
44937 +# CONFIG_DLM is not set
44940 +# Library routines
44942 +CONFIG_BITREVERSE=y
44943 +# CONFIG_CRC_CCITT is not set
44944 +# CONFIG_CRC16 is not set
44945 +# CONFIG_CRC_ITU_T is not set
44947 +# CONFIG_CRC7 is not set
44948 +# CONFIG_LIBCRC32C is not set
44949 +CONFIG_ZLIB_INFLATE=y
44950 +CONFIG_ZLIB_DEFLATE=y
44952 +CONFIG_HAS_IOMEM=y
44953 +CONFIG_HAS_IOPORT=y
44959 +# CONFIG_PRINTK_TIME is not set
44960 +CONFIG_ENABLE_WARN_DEPRECATED=y
44961 +CONFIG_ENABLE_MUST_CHECK=y
44962 +# CONFIG_MAGIC_SYSRQ is not set
44963 +# CONFIG_UNUSED_SYMBOLS is not set
44964 +# CONFIG_DEBUG_FS is not set
44965 +# CONFIG_HEADERS_CHECK is not set
44966 +# CONFIG_DEBUG_KERNEL is not set
44967 +# CONFIG_SLUB_DEBUG_ON is not set
44968 +# CONFIG_SLUB_STATS is not set
44969 +# CONFIG_DEBUG_BUGVERBOSE is not set
44970 +# CONFIG_SAMPLES is not set
44971 +# CONFIG_PPC_EARLY_DEBUG is not set
44974 +# Security options
44976 +# CONFIG_KEYS is not set
44977 +# CONFIG_SECURITY is not set
44978 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
44980 +# CONFIG_CRYPTO_SEQIV is not set
44981 +# CONFIG_CRYPTO_MANAGER is not set
44982 +# CONFIG_CRYPTO_HMAC is not set
44983 +# CONFIG_CRYPTO_XCBC is not set
44984 +# CONFIG_CRYPTO_NULL is not set
44985 +# CONFIG_CRYPTO_MD4 is not set
44986 +# CONFIG_CRYPTO_MD5 is not set
44987 +# CONFIG_CRYPTO_SHA1 is not set
44988 +# CONFIG_CRYPTO_SHA256 is not set
44989 +# CONFIG_CRYPTO_SHA512 is not set
44990 +# CONFIG_CRYPTO_WP512 is not set
44991 +# CONFIG_CRYPTO_TGR192 is not set
44992 +# CONFIG_CRYPTO_GF128MUL is not set
44993 +# CONFIG_CRYPTO_ECB is not set
44994 +# CONFIG_CRYPTO_CBC is not set
44995 +# CONFIG_CRYPTO_PCBC is not set
44996 +# CONFIG_CRYPTO_LRW is not set
44997 +# CONFIG_CRYPTO_XTS is not set
44998 +# CONFIG_CRYPTO_CTR is not set
44999 +# CONFIG_CRYPTO_GCM is not set
45000 +# CONFIG_CRYPTO_CCM is not set
45001 +# CONFIG_CRYPTO_CRYPTD is not set
45002 +# CONFIG_CRYPTO_DES is not set
45003 +# CONFIG_CRYPTO_FCRYPT is not set
45004 +# CONFIG_CRYPTO_BLOWFISH is not set
45005 +# CONFIG_CRYPTO_TWOFISH is not set
45006 +# CONFIG_CRYPTO_SERPENT is not set
45007 +# CONFIG_CRYPTO_AES is not set
45008 +# CONFIG_CRYPTO_CAST5 is not set
45009 +# CONFIG_CRYPTO_CAST6 is not set
45010 +# CONFIG_CRYPTO_TEA is not set
45011 +# CONFIG_CRYPTO_ARC4 is not set
45012 +# CONFIG_CRYPTO_KHAZAD is not set
45013 +# CONFIG_CRYPTO_ANUBIS is not set
45014 +# CONFIG_CRYPTO_SEED is not set
45015 +# CONFIG_CRYPTO_SALSA20 is not set
45016 +# CONFIG_CRYPTO_DEFLATE is not set
45017 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
45018 +# CONFIG_CRYPTO_CRC32C is not set
45019 +# CONFIG_CRYPTO_CAMELLIA is not set
45020 +# CONFIG_CRYPTO_AUTHENC is not set
45021 +# CONFIG_CRYPTO_LZO is not set
45022 +CONFIG_CRYPTO_HW=y
45023 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
45024 +# CONFIG_PPC_CLOCK is not set
45026 +++ b/arch/powerpc/configs/85xx/tqm8541_defconfig
45029 +# Automatically generated make config: don't edit
45030 +# Linux kernel version: 2.6.25-rc6
45031 +# Mon Mar 24 08:48:44 2008
45033 +# CONFIG_PPC64 is not set
45036 +# Processor support
45038 +# CONFIG_6xx is not set
45040 +# CONFIG_PPC_8xx is not set
45041 +# CONFIG_40x is not set
45042 +# CONFIG_44x is not set
45043 +# CONFIG_E200 is not set
45046 +CONFIG_FSL_BOOKE=y
45047 +CONFIG_FSL_EMB_PERFMON=y
45048 +# CONFIG_PHYS_64BIT is not set
45050 +# CONFIG_PPC_MM_SLICES is not set
45052 +CONFIG_WORD_SIZE=32
45053 +CONFIG_PPC_MERGE=y
45055 +CONFIG_GENERIC_CMOS_UPDATE=y
45056 +CONFIG_GENERIC_TIME=y
45057 +CONFIG_GENERIC_TIME_VSYSCALL=y
45058 +CONFIG_GENERIC_CLOCKEVENTS=y
45059 +CONFIG_GENERIC_HARDIRQS=y
45060 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
45061 +CONFIG_IRQ_PER_CPU=y
45062 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
45063 +CONFIG_ARCH_HAS_ILOG2_U32=y
45064 +CONFIG_GENERIC_HWEIGHT=y
45065 +CONFIG_GENERIC_CALIBRATE_DELAY=y
45066 +CONFIG_GENERIC_FIND_NEXT_BIT=y
45067 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
45069 +CONFIG_EARLY_PRINTK=y
45070 +CONFIG_GENERIC_NVRAM=y
45071 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
45072 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
45075 +CONFIG_PPC_UDBG_16550=y
45076 +# CONFIG_GENERIC_TBSYNC is not set
45077 +CONFIG_AUDIT_ARCH=y
45078 +CONFIG_GENERIC_BUG=y
45079 +CONFIG_DEFAULT_UIMAGE=y
45080 +# CONFIG_PPC_DCR_NATIVE is not set
45081 +# CONFIG_PPC_DCR_MMIO is not set
45082 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
45087 +CONFIG_EXPERIMENTAL=y
45088 +CONFIG_BROKEN_ON_SMP=y
45089 +CONFIG_INIT_ENV_ARG_LIMIT=32
45090 +CONFIG_LOCALVERSION=""
45091 +CONFIG_LOCALVERSION_AUTO=y
45094 +CONFIG_SYSVIPC_SYSCTL=y
45095 +# CONFIG_POSIX_MQUEUE is not set
45096 +# CONFIG_BSD_PROCESS_ACCT is not set
45097 +# CONFIG_TASKSTATS is not set
45098 +# CONFIG_AUDIT is not set
45099 +# CONFIG_IKCONFIG is not set
45100 +CONFIG_LOG_BUF_SHIFT=14
45101 +# CONFIG_CGROUPS is not set
45102 +CONFIG_GROUP_SCHED=y
45103 +CONFIG_FAIR_GROUP_SCHED=y
45104 +# CONFIG_RT_GROUP_SCHED is not set
45105 +CONFIG_USER_SCHED=y
45106 +# CONFIG_CGROUP_SCHED is not set
45107 +CONFIG_SYSFS_DEPRECATED=y
45108 +CONFIG_SYSFS_DEPRECATED_V2=y
45109 +# CONFIG_RELAY is not set
45110 +# CONFIG_NAMESPACES is not set
45111 +CONFIG_BLK_DEV_INITRD=y
45112 +CONFIG_INITRAMFS_SOURCE=""
45113 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
45116 +CONFIG_SYSCTL_SYSCALL=y
45117 +# CONFIG_KALLSYMS is not set
45118 +# CONFIG_HOTPLUG is not set
45122 +CONFIG_COMPAT_BRK=y
45123 +CONFIG_BASE_FULL=y
45125 +CONFIG_ANON_INODES=y
45126 +# CONFIG_EPOLL is not set
45131 +CONFIG_VM_EVENT_COUNTERS=y
45132 +CONFIG_SLUB_DEBUG=y
45133 +# CONFIG_SLAB is not set
45135 +# CONFIG_SLOB is not set
45136 +# CONFIG_PROFILING is not set
45137 +# CONFIG_MARKERS is not set
45138 +CONFIG_HAVE_OPROFILE=y
45139 +CONFIG_HAVE_KPROBES=y
45140 +CONFIG_HAVE_KRETPROBES=y
45141 +CONFIG_PROC_PAGE_MONITOR=y
45143 +CONFIG_RT_MUTEXES=y
45144 +# CONFIG_TINY_SHMEM is not set
45145 +CONFIG_BASE_SMALL=0
45146 +# CONFIG_MODULES is not set
45148 +# CONFIG_LBD is not set
45149 +# CONFIG_BLK_DEV_IO_TRACE is not set
45150 +# CONFIG_LSF is not set
45151 +# CONFIG_BLK_DEV_BSG is not set
45156 +CONFIG_IOSCHED_NOOP=y
45157 +CONFIG_IOSCHED_AS=y
45158 +CONFIG_IOSCHED_DEADLINE=y
45159 +CONFIG_IOSCHED_CFQ=y
45160 +CONFIG_DEFAULT_AS=y
45161 +# CONFIG_DEFAULT_DEADLINE is not set
45162 +# CONFIG_DEFAULT_CFQ is not set
45163 +# CONFIG_DEFAULT_NOOP is not set
45164 +CONFIG_DEFAULT_IOSCHED="anticipatory"
45165 +CONFIG_CLASSIC_RCU=y
45168 +# Platform support
45170 +# CONFIG_PPC_MPC512x is not set
45171 +# CONFIG_PPC_MPC5121 is not set
45172 +# CONFIG_PPC_CELL is not set
45173 +# CONFIG_PPC_CELL_NATIVE is not set
45174 +# CONFIG_PQ2ADS is not set
45176 +# CONFIG_MPC8540_ADS is not set
45177 +# CONFIG_MPC8560_ADS is not set
45178 +# CONFIG_MPC85xx_CDS is not set
45179 +# CONFIG_MPC85xx_MDS is not set
45180 +# CONFIG_MPC85xx_DS is not set
45181 +# CONFIG_STX_GP3 is not set
45182 +# CONFIG_TQM8540 is not set
45184 +# CONFIG_TQM8555 is not set
45185 +# CONFIG_TQM8560 is not set
45186 +# CONFIG_SBC8548 is not set
45187 +# CONFIG_SBC8560 is not set
45189 +# CONFIG_IPIC is not set
45191 +# CONFIG_MPIC_WEIRD is not set
45192 +# CONFIG_PPC_I8259 is not set
45193 +# CONFIG_PPC_RTAS is not set
45194 +# CONFIG_MMIO_NVRAM is not set
45195 +# CONFIG_PPC_MPC106 is not set
45196 +# CONFIG_PPC_970_NAP is not set
45197 +# CONFIG_PPC_INDIRECT_IO is not set
45198 +# CONFIG_GENERIC_IOMAP is not set
45199 +# CONFIG_CPU_FREQ is not set
45201 +CONFIG_PPC_CPM_NEW_BINDING=y
45202 +# CONFIG_FSL_ULI1575 is not set
45208 +# CONFIG_HIGHMEM is not set
45209 +# CONFIG_TICK_ONESHOT is not set
45210 +# CONFIG_NO_HZ is not set
45211 +# CONFIG_HIGH_RES_TIMERS is not set
45212 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
45213 +# CONFIG_HZ_100 is not set
45215 +# CONFIG_HZ_300 is not set
45216 +# CONFIG_HZ_1000 is not set
45218 +# CONFIG_SCHED_HRTICK is not set
45219 +CONFIG_PREEMPT_NONE=y
45220 +# CONFIG_PREEMPT_VOLUNTARY is not set
45221 +# CONFIG_PREEMPT is not set
45222 +CONFIG_BINFMT_ELF=y
45223 +# CONFIG_BINFMT_MISC is not set
45224 +CONFIG_MATH_EMULATION=y
45225 +# CONFIG_IOMMU_HELPER is not set
45226 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
45227 +CONFIG_ARCH_HAS_WALK_MEMORY=y
45228 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
45229 +CONFIG_ARCH_FLATMEM_ENABLE=y
45230 +CONFIG_ARCH_POPULATES_NODE_MAP=y
45231 +CONFIG_SELECT_MEMORY_MODEL=y
45232 +CONFIG_FLATMEM_MANUAL=y
45233 +# CONFIG_DISCONTIGMEM_MANUAL is not set
45234 +# CONFIG_SPARSEMEM_MANUAL is not set
45236 +CONFIG_FLAT_NODE_MEM_MAP=y
45237 +# CONFIG_SPARSEMEM_STATIC is not set
45238 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
45239 +CONFIG_SPLIT_PTLOCK_CPUS=4
45240 +# CONFIG_RESOURCES_64BIT is not set
45241 +CONFIG_ZONE_DMA_FLAG=1
45243 +CONFIG_VIRT_TO_BUS=y
45244 +# CONFIG_PROC_DEVICETREE is not set
45245 +# CONFIG_CMDLINE_BOOL is not set
45246 +# CONFIG_PM is not set
45248 +CONFIG_ISA_DMA_API=y
45254 +CONFIG_PPC_INDIRECT_PCI=y
45258 +CONFIG_PCI_DOMAINS=y
45259 +CONFIG_PCI_SYSCALL=y
45260 +# CONFIG_PCIEPORTBUS is not set
45261 +CONFIG_ARCH_SUPPORTS_MSI=y
45262 +# CONFIG_PCI_MSI is not set
45263 +CONFIG_PCI_LEGACY=y
45268 +# CONFIG_ADVANCED_OPTIONS is not set
45271 +# Default settings for advanced configuration options are used
45273 +CONFIG_HIGHMEM_START=0xfe000000
45274 +CONFIG_LOWMEM_SIZE=0x30000000
45275 +CONFIG_KERNEL_START=0xc0000000
45276 +CONFIG_TASK_SIZE=0xc0000000
45277 +CONFIG_BOOT_LOAD=0x00800000
45285 +# Networking options
45288 +# CONFIG_PACKET_MMAP is not set
45291 +# CONFIG_XFRM_USER is not set
45292 +# CONFIG_XFRM_SUB_POLICY is not set
45293 +# CONFIG_XFRM_MIGRATE is not set
45294 +# CONFIG_XFRM_STATISTICS is not set
45295 +# CONFIG_NET_KEY is not set
45297 +CONFIG_IP_MULTICAST=y
45298 +# CONFIG_IP_ADVANCED_ROUTER is not set
45299 +CONFIG_IP_FIB_HASH=y
45301 +CONFIG_IP_PNP_DHCP=y
45302 +CONFIG_IP_PNP_BOOTP=y
45303 +# CONFIG_IP_PNP_RARP is not set
45304 +# CONFIG_NET_IPIP is not set
45305 +# CONFIG_NET_IPGRE is not set
45306 +# CONFIG_IP_MROUTE is not set
45307 +# CONFIG_ARPD is not set
45308 +CONFIG_SYN_COOKIES=y
45309 +# CONFIG_INET_AH is not set
45310 +# CONFIG_INET_ESP is not set
45311 +# CONFIG_INET_IPCOMP is not set
45312 +# CONFIG_INET_XFRM_TUNNEL is not set
45313 +# CONFIG_INET_TUNNEL is not set
45314 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
45315 +CONFIG_INET_XFRM_MODE_TUNNEL=y
45316 +CONFIG_INET_XFRM_MODE_BEET=y
45317 +# CONFIG_INET_LRO is not set
45318 +CONFIG_INET_DIAG=y
45319 +CONFIG_INET_TCP_DIAG=y
45320 +# CONFIG_TCP_CONG_ADVANCED is not set
45321 +CONFIG_TCP_CONG_CUBIC=y
45322 +CONFIG_DEFAULT_TCP_CONG="cubic"
45323 +# CONFIG_TCP_MD5SIG is not set
45324 +# CONFIG_IPV6 is not set
45325 +# CONFIG_INET6_XFRM_TUNNEL is not set
45326 +# CONFIG_INET6_TUNNEL is not set
45327 +# CONFIG_NETWORK_SECMARK is not set
45328 +# CONFIG_NETFILTER is not set
45329 +# CONFIG_IP_DCCP is not set
45330 +# CONFIG_IP_SCTP is not set
45331 +# CONFIG_TIPC is not set
45332 +# CONFIG_ATM is not set
45333 +# CONFIG_BRIDGE is not set
45334 +# CONFIG_VLAN_8021Q is not set
45335 +# CONFIG_DECNET is not set
45336 +# CONFIG_LLC2 is not set
45337 +# CONFIG_IPX is not set
45338 +# CONFIG_ATALK is not set
45339 +# CONFIG_X25 is not set
45340 +# CONFIG_LAPB is not set
45341 +# CONFIG_ECONET is not set
45342 +# CONFIG_WAN_ROUTER is not set
45343 +# CONFIG_NET_SCHED is not set
45348 +# CONFIG_NET_PKTGEN is not set
45349 +# CONFIG_HAMRADIO is not set
45350 +# CONFIG_CAN is not set
45351 +# CONFIG_IRDA is not set
45352 +# CONFIG_BT is not set
45353 +# CONFIG_AF_RXRPC is not set
45358 +# CONFIG_CFG80211 is not set
45359 +# CONFIG_WIRELESS_EXT is not set
45360 +# CONFIG_MAC80211 is not set
45361 +# CONFIG_IEEE80211 is not set
45362 +# CONFIG_RFKILL is not set
45363 +# CONFIG_NET_9P is not set
45370 +# Generic Driver Options
45372 +CONFIG_STANDALONE=y
45373 +CONFIG_PREVENT_FIRMWARE_BUILD=y
45374 +# CONFIG_SYS_HYPERVISOR is not set
45375 +# CONFIG_CONNECTOR is not set
45377 +# CONFIG_MTD_DEBUG is not set
45378 +CONFIG_MTD_CONCAT=y
45379 +CONFIG_MTD_PARTITIONS=y
45380 +# CONFIG_MTD_REDBOOT_PARTS is not set
45381 +CONFIG_MTD_CMDLINE_PARTS=y
45382 +# CONFIG_MTD_OF_PARTS is not set
45385 +# User Modules And Translation Layers
45388 +CONFIG_MTD_BLKDEVS=y
45389 +CONFIG_MTD_BLOCK=y
45390 +# CONFIG_FTL is not set
45391 +# CONFIG_NFTL is not set
45392 +# CONFIG_INFTL is not set
45393 +# CONFIG_RFD_FTL is not set
45394 +# CONFIG_SSFDC is not set
45395 +# CONFIG_MTD_OOPS is not set
45398 +# RAM/ROM/Flash chip drivers
45401 +# CONFIG_MTD_JEDECPROBE is not set
45402 +CONFIG_MTD_GEN_PROBE=y
45403 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
45404 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
45405 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
45406 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
45407 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
45408 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
45409 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
45410 +CONFIG_MTD_CFI_I1=y
45411 +CONFIG_MTD_CFI_I2=y
45412 +# CONFIG_MTD_CFI_I4 is not set
45413 +# CONFIG_MTD_CFI_I8 is not set
45414 +# CONFIG_MTD_CFI_INTELEXT is not set
45415 +CONFIG_MTD_CFI_AMDSTD=y
45416 +# CONFIG_MTD_CFI_STAA is not set
45417 +CONFIG_MTD_CFI_UTIL=y
45418 +# CONFIG_MTD_RAM is not set
45419 +# CONFIG_MTD_ROM is not set
45420 +# CONFIG_MTD_ABSENT is not set
45423 +# Mapping drivers for chip access
45425 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
45426 +# CONFIG_MTD_PHYSMAP is not set
45427 +# CONFIG_MTD_PHYSMAP_OF is not set
45428 +# CONFIG_MTD_INTEL_VR_NOR is not set
45429 +# CONFIG_MTD_PLATRAM is not set
45432 +# Self-contained MTD device drivers
45434 +# CONFIG_MTD_PMC551 is not set
45435 +# CONFIG_MTD_SLRAM is not set
45436 +# CONFIG_MTD_PHRAM is not set
45437 +# CONFIG_MTD_MTDRAM is not set
45438 +# CONFIG_MTD_BLOCK2MTD is not set
45441 +# Disk-On-Chip Device Drivers
45443 +# CONFIG_MTD_DOC2000 is not set
45444 +# CONFIG_MTD_DOC2001 is not set
45445 +# CONFIG_MTD_DOC2001PLUS is not set
45446 +# CONFIG_MTD_NAND is not set
45447 +# CONFIG_MTD_ONENAND is not set
45450 +# UBI - Unsorted block images
45452 +# CONFIG_MTD_UBI is not set
45453 +CONFIG_OF_DEVICE=y
45454 +# CONFIG_PARPORT is not set
45456 +# CONFIG_BLK_DEV_FD is not set
45457 +# CONFIG_BLK_CPQ_DA is not set
45458 +# CONFIG_BLK_CPQ_CISS_DA is not set
45459 +# CONFIG_BLK_DEV_DAC960 is not set
45460 +# CONFIG_BLK_DEV_UMEM is not set
45461 +# CONFIG_BLK_DEV_COW_COMMON is not set
45462 +CONFIG_BLK_DEV_LOOP=y
45463 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
45464 +# CONFIG_BLK_DEV_NBD is not set
45465 +# CONFIG_BLK_DEV_SX8 is not set
45466 +CONFIG_BLK_DEV_RAM=y
45467 +CONFIG_BLK_DEV_RAM_COUNT=16
45468 +CONFIG_BLK_DEV_RAM_SIZE=32768
45469 +# CONFIG_BLK_DEV_XIP is not set
45470 +# CONFIG_CDROM_PKTCDVD is not set
45471 +# CONFIG_ATA_OVER_ETH is not set
45472 +CONFIG_MISC_DEVICES=y
45473 +# CONFIG_PHANTOM is not set
45474 +# CONFIG_EEPROM_93CX6 is not set
45475 +# CONFIG_SGI_IOC4 is not set
45476 +# CONFIG_TIFM_CORE is not set
45477 +# CONFIG_ENCLOSURE_SERVICES is not set
45480 +CONFIG_IDE_MAX_HWIFS=4
45481 +CONFIG_BLK_DEV_IDE=y
45484 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
45486 +# CONFIG_BLK_DEV_IDE_SATA is not set
45487 +CONFIG_BLK_DEV_IDEDISK=y
45488 +# CONFIG_IDEDISK_MULTI_MODE is not set
45489 +# CONFIG_BLK_DEV_IDECD is not set
45490 +# CONFIG_BLK_DEV_IDETAPE is not set
45491 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
45492 +# CONFIG_IDE_TASK_IOCTL is not set
45493 +CONFIG_IDE_PROC_FS=y
45496 +# IDE chipset support/bugfixes
45498 +CONFIG_IDE_GENERIC=y
45499 +# CONFIG_BLK_DEV_PLATFORM is not set
45500 +CONFIG_BLK_DEV_IDEDMA_SFF=y
45503 +# PCI IDE chipsets support
45505 +CONFIG_BLK_DEV_IDEPCI=y
45506 +CONFIG_IDEPCI_PCIBUS_ORDER=y
45507 +# CONFIG_BLK_DEV_OFFBOARD is not set
45508 +CONFIG_BLK_DEV_GENERIC=y
45509 +# CONFIG_BLK_DEV_OPTI621 is not set
45510 +CONFIG_BLK_DEV_IDEDMA_PCI=y
45511 +# CONFIG_BLK_DEV_AEC62XX is not set
45512 +# CONFIG_BLK_DEV_ALI15X3 is not set
45513 +# CONFIG_BLK_DEV_AMD74XX is not set
45514 +# CONFIG_BLK_DEV_CMD64X is not set
45515 +# CONFIG_BLK_DEV_TRIFLEX is not set
45516 +# CONFIG_BLK_DEV_CY82C693 is not set
45517 +# CONFIG_BLK_DEV_CS5520 is not set
45518 +# CONFIG_BLK_DEV_CS5530 is not set
45519 +# CONFIG_BLK_DEV_HPT34X is not set
45520 +# CONFIG_BLK_DEV_HPT366 is not set
45521 +# CONFIG_BLK_DEV_JMICRON is not set
45522 +# CONFIG_BLK_DEV_SC1200 is not set
45523 +# CONFIG_BLK_DEV_PIIX is not set
45524 +# CONFIG_BLK_DEV_IT8213 is not set
45525 +# CONFIG_BLK_DEV_IT821X is not set
45526 +# CONFIG_BLK_DEV_NS87415 is not set
45527 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
45528 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
45529 +# CONFIG_BLK_DEV_SVWKS is not set
45530 +# CONFIG_BLK_DEV_SIIMAGE is not set
45531 +# CONFIG_BLK_DEV_SL82C105 is not set
45532 +# CONFIG_BLK_DEV_SLC90E66 is not set
45533 +# CONFIG_BLK_DEV_TRM290 is not set
45534 +CONFIG_BLK_DEV_VIA82CXXX=y
45535 +# CONFIG_BLK_DEV_TC86C001 is not set
45536 +CONFIG_BLK_DEV_IDEDMA=y
45537 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
45538 +# CONFIG_BLK_DEV_HD is not set
45541 +# SCSI device support
45543 +# CONFIG_RAID_ATTRS is not set
45544 +# CONFIG_SCSI is not set
45545 +# CONFIG_SCSI_DMA is not set
45546 +# CONFIG_SCSI_NETLINK is not set
45547 +# CONFIG_ATA is not set
45548 +# CONFIG_MD is not set
45549 +# CONFIG_FUSION is not set
45552 +# IEEE 1394 (FireWire) support
45554 +# CONFIG_FIREWIRE is not set
45555 +# CONFIG_IEEE1394 is not set
45556 +# CONFIG_I2O is not set
45557 +# CONFIG_MACINTOSH_DRIVERS is not set
45558 +CONFIG_NETDEVICES=y
45559 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
45560 +# CONFIG_DUMMY is not set
45561 +# CONFIG_BONDING is not set
45562 +# CONFIG_MACVLAN is not set
45563 +# CONFIG_EQUALIZER is not set
45564 +# CONFIG_TUN is not set
45565 +# CONFIG_VETH is not set
45566 +# CONFIG_ARCNET is not set
45570 +# MII PHY device drivers
45572 +# CONFIG_MARVELL_PHY is not set
45573 +# CONFIG_DAVICOM_PHY is not set
45574 +# CONFIG_QSEMI_PHY is not set
45575 +# CONFIG_LXT_PHY is not set
45576 +# CONFIG_CICADA_PHY is not set
45577 +# CONFIG_VITESSE_PHY is not set
45578 +# CONFIG_SMSC_PHY is not set
45579 +# CONFIG_BROADCOM_PHY is not set
45580 +# CONFIG_ICPLUS_PHY is not set
45581 +# CONFIG_REALTEK_PHY is not set
45582 +# CONFIG_FIXED_PHY is not set
45583 +# CONFIG_MDIO_BITBANG is not set
45584 +CONFIG_NET_ETHERNET=y
45586 +# CONFIG_HAPPYMEAL is not set
45587 +# CONFIG_SUNGEM is not set
45588 +# CONFIG_CASSINI is not set
45589 +# CONFIG_NET_VENDOR_3COM is not set
45590 +# CONFIG_NET_TULIP is not set
45591 +# CONFIG_HP100 is not set
45592 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
45593 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
45594 +# CONFIG_IBM_NEW_EMAC_TAH is not set
45595 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
45597 +# CONFIG_PCNET32 is not set
45598 +# CONFIG_AMD8111_ETH is not set
45599 +# CONFIG_ADAPTEC_STARFIRE is not set
45600 +# CONFIG_B44 is not set
45601 +# CONFIG_FORCEDETH is not set
45602 +# CONFIG_EEPRO100 is not set
45604 +# CONFIG_FEALNX is not set
45605 +# CONFIG_NATSEMI is not set
45606 +# CONFIG_NE2K_PCI is not set
45607 +# CONFIG_8139CP is not set
45608 +# CONFIG_8139TOO is not set
45609 +# CONFIG_R6040 is not set
45610 +# CONFIG_SIS900 is not set
45611 +# CONFIG_EPIC100 is not set
45612 +# CONFIG_SUNDANCE is not set
45613 +# CONFIG_TLAN is not set
45614 +# CONFIG_VIA_RHINE is not set
45615 +# CONFIG_SC92031 is not set
45616 +# CONFIG_FS_ENET is not set
45617 +CONFIG_NETDEV_1000=y
45618 +# CONFIG_ACENIC is not set
45619 +# CONFIG_DL2K is not set
45620 +# CONFIG_E1000 is not set
45621 +# CONFIG_E1000E is not set
45622 +# CONFIG_E1000E_ENABLED is not set
45623 +# CONFIG_IP1000 is not set
45624 +# CONFIG_IGB is not set
45625 +# CONFIG_NS83820 is not set
45626 +# CONFIG_HAMACHI is not set
45627 +# CONFIG_YELLOWFIN is not set
45628 +# CONFIG_R8169 is not set
45629 +# CONFIG_SIS190 is not set
45630 +# CONFIG_SKGE is not set
45631 +# CONFIG_SKY2 is not set
45632 +# CONFIG_SK98LIN is not set
45633 +# CONFIG_VIA_VELOCITY is not set
45634 +# CONFIG_TIGON3 is not set
45635 +# CONFIG_BNX2 is not set
45637 +CONFIG_GFAR_NAPI=y
45638 +# CONFIG_QLA3XXX is not set
45639 +# CONFIG_ATL1 is not set
45640 +CONFIG_NETDEV_10000=y
45641 +# CONFIG_CHELSIO_T1 is not set
45642 +# CONFIG_CHELSIO_T3 is not set
45643 +# CONFIG_IXGBE is not set
45644 +# CONFIG_IXGB is not set
45645 +# CONFIG_S2IO is not set
45646 +# CONFIG_MYRI10GE is not set
45647 +# CONFIG_NETXEN_NIC is not set
45648 +# CONFIG_NIU is not set
45649 +# CONFIG_MLX4_CORE is not set
45650 +# CONFIG_TEHUTI is not set
45651 +# CONFIG_BNX2X is not set
45652 +# CONFIG_TR is not set
45657 +# CONFIG_WLAN_PRE80211 is not set
45658 +# CONFIG_WLAN_80211 is not set
45659 +# CONFIG_WAN is not set
45660 +# CONFIG_FDDI is not set
45661 +# CONFIG_HIPPI is not set
45662 +# CONFIG_PPP is not set
45663 +# CONFIG_SLIP is not set
45664 +# CONFIG_NETCONSOLE is not set
45665 +# CONFIG_NETPOLL is not set
45666 +# CONFIG_NET_POLL_CONTROLLER is not set
45667 +# CONFIG_ISDN is not set
45668 +# CONFIG_PHONE is not set
45671 +# Input device support
45674 +# CONFIG_INPUT_FF_MEMLESS is not set
45675 +# CONFIG_INPUT_POLLDEV is not set
45678 +# Userland interfaces
45680 +# CONFIG_INPUT_MOUSEDEV is not set
45681 +# CONFIG_INPUT_JOYDEV is not set
45682 +# CONFIG_INPUT_EVDEV is not set
45683 +# CONFIG_INPUT_EVBUG is not set
45686 +# Input Device Drivers
45688 +# CONFIG_INPUT_KEYBOARD is not set
45689 +# CONFIG_INPUT_MOUSE is not set
45690 +# CONFIG_INPUT_JOYSTICK is not set
45691 +# CONFIG_INPUT_TABLET is not set
45692 +# CONFIG_INPUT_TOUCHSCREEN is not set
45693 +# CONFIG_INPUT_MISC is not set
45696 +# Hardware I/O ports
45698 +# CONFIG_SERIO is not set
45699 +# CONFIG_GAMEPORT is not set
45702 +# Character devices
45704 +# CONFIG_VT is not set
45705 +# CONFIG_SERIAL_NONSTANDARD is not set
45706 +# CONFIG_NOZOMI is not set
45711 +CONFIG_SERIAL_8250=y
45712 +CONFIG_SERIAL_8250_CONSOLE=y
45713 +CONFIG_SERIAL_8250_PCI=y
45714 +CONFIG_SERIAL_8250_NR_UARTS=4
45715 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
45716 +# CONFIG_SERIAL_8250_EXTENDED is not set
45717 +CONFIG_SERIAL_8250_SHARE_IRQ=y
45720 +# Non-8250 serial port support
45722 +# CONFIG_SERIAL_UARTLITE is not set
45723 +CONFIG_SERIAL_CORE=y
45724 +CONFIG_SERIAL_CORE_CONSOLE=y
45725 +CONFIG_SERIAL_CPM=y
45726 +CONFIG_SERIAL_CPM_CONSOLE=y
45727 +CONFIG_SERIAL_CPM_SCC1=y
45728 +# CONFIG_SERIAL_CPM_SCC2 is not set
45729 +# CONFIG_SERIAL_CPM_SCC3 is not set
45730 +# CONFIG_SERIAL_CPM_SCC4 is not set
45731 +# CONFIG_SERIAL_CPM_SMC1 is not set
45732 +# CONFIG_SERIAL_CPM_SMC2 is not set
45733 +# CONFIG_SERIAL_JSM is not set
45734 +# CONFIG_SERIAL_OF_PLATFORM is not set
45735 +CONFIG_UNIX98_PTYS=y
45736 +CONFIG_LEGACY_PTYS=y
45737 +CONFIG_LEGACY_PTY_COUNT=256
45738 +# CONFIG_IPMI_HANDLER is not set
45739 +CONFIG_HW_RANDOM=y
45740 +# CONFIG_NVRAM is not set
45742 +# CONFIG_GEN_RTC_X is not set
45743 +# CONFIG_R3964 is not set
45744 +# CONFIG_APPLICOM is not set
45745 +# CONFIG_RAW_DRIVER is not set
45746 +# CONFIG_TCG_TPM is not set
45749 +CONFIG_I2C_BOARDINFO=y
45750 +CONFIG_I2C_CHARDEV=y
45755 +# CONFIG_I2C_ALGOBIT is not set
45756 +# CONFIG_I2C_ALGOPCF is not set
45757 +# CONFIG_I2C_ALGOPCA is not set
45760 +# I2C Hardware Bus support
45762 +# CONFIG_I2C_ALI1535 is not set
45763 +# CONFIG_I2C_ALI1563 is not set
45764 +# CONFIG_I2C_ALI15X3 is not set
45765 +# CONFIG_I2C_AMD756 is not set
45766 +# CONFIG_I2C_AMD8111 is not set
45767 +# CONFIG_I2C_I801 is not set
45768 +# CONFIG_I2C_I810 is not set
45769 +# CONFIG_I2C_PIIX4 is not set
45771 +# CONFIG_I2C_NFORCE2 is not set
45772 +# CONFIG_I2C_OCORES is not set
45773 +# CONFIG_I2C_PARPORT_LIGHT is not set
45774 +# CONFIG_I2C_PROSAVAGE is not set
45775 +# CONFIG_I2C_SAVAGE4 is not set
45776 +# CONFIG_I2C_SIMTEC is not set
45777 +# CONFIG_I2C_SIS5595 is not set
45778 +# CONFIG_I2C_SIS630 is not set
45779 +# CONFIG_I2C_SIS96X is not set
45780 +# CONFIG_I2C_TAOS_EVM is not set
45781 +# CONFIG_I2C_VIA is not set
45782 +# CONFIG_I2C_VIAPRO is not set
45783 +# CONFIG_I2C_VOODOO3 is not set
45786 +# Miscellaneous I2C Chip support
45788 +# CONFIG_DS1682 is not set
45789 +# CONFIG_SENSORS_EEPROM is not set
45790 +# CONFIG_SENSORS_PCF8574 is not set
45791 +# CONFIG_PCF8575 is not set
45792 +# CONFIG_SENSORS_PCF8591 is not set
45793 +# CONFIG_TPS65010 is not set
45794 +# CONFIG_SENSORS_MAX6875 is not set
45795 +# CONFIG_SENSORS_TSL2550 is not set
45796 +# CONFIG_I2C_DEBUG_CORE is not set
45797 +# CONFIG_I2C_DEBUG_ALGO is not set
45798 +# CONFIG_I2C_DEBUG_BUS is not set
45799 +# CONFIG_I2C_DEBUG_CHIP is not set
45804 +# CONFIG_SPI is not set
45805 +# CONFIG_SPI_MASTER is not set
45806 +# CONFIG_W1 is not set
45807 +# CONFIG_POWER_SUPPLY is not set
45809 +# CONFIG_HWMON_VID is not set
45810 +# CONFIG_SENSORS_AD7418 is not set
45811 +# CONFIG_SENSORS_ADM1021 is not set
45812 +# CONFIG_SENSORS_ADM1025 is not set
45813 +# CONFIG_SENSORS_ADM1026 is not set
45814 +# CONFIG_SENSORS_ADM1029 is not set
45815 +# CONFIG_SENSORS_ADM1031 is not set
45816 +# CONFIG_SENSORS_ADM9240 is not set
45817 +# CONFIG_SENSORS_ADT7470 is not set
45818 +# CONFIG_SENSORS_ADT7473 is not set
45819 +# CONFIG_SENSORS_ATXP1 is not set
45820 +# CONFIG_SENSORS_DS1621 is not set
45821 +# CONFIG_SENSORS_I5K_AMB is not set
45822 +# CONFIG_SENSORS_F71805F is not set
45823 +# CONFIG_SENSORS_F71882FG is not set
45824 +# CONFIG_SENSORS_F75375S is not set
45825 +# CONFIG_SENSORS_GL518SM is not set
45826 +# CONFIG_SENSORS_GL520SM is not set
45827 +# CONFIG_SENSORS_IT87 is not set
45828 +# CONFIG_SENSORS_LM63 is not set
45829 +CONFIG_SENSORS_LM75=y
45830 +# CONFIG_SENSORS_LM77 is not set
45831 +# CONFIG_SENSORS_LM78 is not set
45832 +# CONFIG_SENSORS_LM80 is not set
45833 +# CONFIG_SENSORS_LM83 is not set
45834 +# CONFIG_SENSORS_LM85 is not set
45835 +# CONFIG_SENSORS_LM87 is not set
45836 +# CONFIG_SENSORS_LM90 is not set
45837 +# CONFIG_SENSORS_LM92 is not set
45838 +# CONFIG_SENSORS_LM93 is not set
45839 +# CONFIG_SENSORS_MAX1619 is not set
45840 +# CONFIG_SENSORS_MAX6650 is not set
45841 +# CONFIG_SENSORS_PC87360 is not set
45842 +# CONFIG_SENSORS_PC87427 is not set
45843 +# CONFIG_SENSORS_SIS5595 is not set
45844 +# CONFIG_SENSORS_DME1737 is not set
45845 +# CONFIG_SENSORS_SMSC47M1 is not set
45846 +# CONFIG_SENSORS_SMSC47M192 is not set
45847 +# CONFIG_SENSORS_SMSC47B397 is not set
45848 +# CONFIG_SENSORS_ADS7828 is not set
45849 +# CONFIG_SENSORS_THMC50 is not set
45850 +# CONFIG_SENSORS_VIA686A is not set
45851 +# CONFIG_SENSORS_VT1211 is not set
45852 +# CONFIG_SENSORS_VT8231 is not set
45853 +# CONFIG_SENSORS_W83781D is not set
45854 +# CONFIG_SENSORS_W83791D is not set
45855 +# CONFIG_SENSORS_W83792D is not set
45856 +# CONFIG_SENSORS_W83793 is not set
45857 +# CONFIG_SENSORS_W83L785TS is not set
45858 +# CONFIG_SENSORS_W83L786NG is not set
45859 +# CONFIG_SENSORS_W83627HF is not set
45860 +# CONFIG_SENSORS_W83627EHF is not set
45861 +CONFIG_HWMON_DEBUG_CHIP=y
45862 +# CONFIG_THERMAL is not set
45863 +# CONFIG_WATCHDOG is not set
45866 +# Sonics Silicon Backplane
45868 +CONFIG_SSB_POSSIBLE=y
45869 +# CONFIG_SSB is not set
45872 +# Multifunction device drivers
45874 +# CONFIG_MFD_SM501 is not set
45877 +# Multimedia devices
45879 +# CONFIG_VIDEO_DEV is not set
45880 +# CONFIG_DVB_CORE is not set
45884 +# Graphics support
45886 +# CONFIG_AGP is not set
45887 +# CONFIG_DRM is not set
45888 +# CONFIG_VGASTATE is not set
45889 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
45890 +# CONFIG_FB is not set
45891 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
45894 +# Display device support
45896 +# CONFIG_DISPLAY_SUPPORT is not set
45901 +# CONFIG_SOUND is not set
45902 +CONFIG_HID_SUPPORT=y
45904 +# CONFIG_HID_DEBUG is not set
45905 +# CONFIG_HIDRAW is not set
45906 +CONFIG_USB_SUPPORT=y
45907 +CONFIG_USB_ARCH_HAS_HCD=y
45908 +CONFIG_USB_ARCH_HAS_OHCI=y
45909 +CONFIG_USB_ARCH_HAS_EHCI=y
45910 +# CONFIG_USB is not set
45913 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
45915 +# CONFIG_USB_GADGET is not set
45916 +# CONFIG_MMC is not set
45917 +# CONFIG_MEMSTICK is not set
45918 +# CONFIG_NEW_LEDS is not set
45919 +# CONFIG_INFINIBAND is not set
45920 +# CONFIG_EDAC is not set
45921 +# CONFIG_RTC_CLASS is not set
45922 +# CONFIG_DMADEVICES is not set
45927 +# CONFIG_UIO is not set
45933 +# CONFIG_EXT2_FS_XATTR is not set
45934 +# CONFIG_EXT2_FS_XIP is not set
45936 +CONFIG_EXT3_FS_XATTR=y
45937 +# CONFIG_EXT3_FS_POSIX_ACL is not set
45938 +# CONFIG_EXT3_FS_SECURITY is not set
45939 +# CONFIG_EXT4DEV_FS is not set
45941 +CONFIG_FS_MBCACHE=y
45942 +# CONFIG_REISERFS_FS is not set
45943 +# CONFIG_JFS_FS is not set
45944 +# CONFIG_FS_POSIX_ACL is not set
45945 +# CONFIG_XFS_FS is not set
45946 +# CONFIG_GFS2_FS is not set
45947 +# CONFIG_OCFS2_FS is not set
45950 +CONFIG_INOTIFY_USER=y
45951 +# CONFIG_QUOTA is not set
45952 +# CONFIG_AUTOFS_FS is not set
45953 +# CONFIG_AUTOFS4_FS is not set
45954 +# CONFIG_FUSE_FS is not set
45957 +# CD-ROM/DVD Filesystems
45959 +# CONFIG_ISO9660_FS is not set
45960 +# CONFIG_UDF_FS is not set
45963 +# DOS/FAT/NT Filesystems
45965 +# CONFIG_MSDOS_FS is not set
45966 +# CONFIG_VFAT_FS is not set
45967 +# CONFIG_NTFS_FS is not set
45970 +# Pseudo filesystems
45973 +CONFIG_PROC_KCORE=y
45974 +CONFIG_PROC_SYSCTL=y
45977 +# CONFIG_TMPFS_POSIX_ACL is not set
45978 +# CONFIG_HUGETLB_PAGE is not set
45979 +# CONFIG_CONFIGFS_FS is not set
45982 +# Miscellaneous filesystems
45984 +# CONFIG_ADFS_FS is not set
45985 +# CONFIG_AFFS_FS is not set
45986 +# CONFIG_HFS_FS is not set
45987 +# CONFIG_HFSPLUS_FS is not set
45988 +# CONFIG_BEFS_FS is not set
45989 +# CONFIG_BFS_FS is not set
45990 +# CONFIG_EFS_FS is not set
45992 +CONFIG_JFFS2_FS_DEBUG=0
45993 +CONFIG_JFFS2_FS_WRITEBUFFER=y
45994 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
45995 +# CONFIG_JFFS2_SUMMARY is not set
45996 +# CONFIG_JFFS2_FS_XATTR is not set
45997 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
45998 +CONFIG_JFFS2_ZLIB=y
45999 +# CONFIG_JFFS2_LZO is not set
46000 +CONFIG_JFFS2_RTIME=y
46001 +# CONFIG_JFFS2_RUBIN is not set
46003 +# CONFIG_VXFS_FS is not set
46004 +# CONFIG_MINIX_FS is not set
46005 +# CONFIG_HPFS_FS is not set
46006 +# CONFIG_QNX4FS_FS is not set
46007 +# CONFIG_ROMFS_FS is not set
46008 +# CONFIG_SYSV_FS is not set
46009 +# CONFIG_UFS_FS is not set
46010 +CONFIG_NETWORK_FILESYSTEMS=y
46012 +# CONFIG_NFS_V3 is not set
46013 +# CONFIG_NFS_V4 is not set
46014 +# CONFIG_NFS_DIRECTIO is not set
46015 +# CONFIG_NFSD is not set
46018 +CONFIG_NFS_COMMON=y
46020 +# CONFIG_SUNRPC_BIND34 is not set
46021 +# CONFIG_RPCSEC_GSS_KRB5 is not set
46022 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
46023 +# CONFIG_SMB_FS is not set
46024 +# CONFIG_CIFS is not set
46025 +# CONFIG_NCP_FS is not set
46026 +# CONFIG_CODA_FS is not set
46027 +# CONFIG_AFS_FS is not set
46032 +CONFIG_PARTITION_ADVANCED=y
46033 +# CONFIG_ACORN_PARTITION is not set
46034 +# CONFIG_OSF_PARTITION is not set
46035 +# CONFIG_AMIGA_PARTITION is not set
46036 +# CONFIG_ATARI_PARTITION is not set
46037 +# CONFIG_MAC_PARTITION is not set
46038 +# CONFIG_MSDOS_PARTITION is not set
46039 +# CONFIG_LDM_PARTITION is not set
46040 +# CONFIG_SGI_PARTITION is not set
46041 +# CONFIG_ULTRIX_PARTITION is not set
46042 +# CONFIG_SUN_PARTITION is not set
46043 +# CONFIG_KARMA_PARTITION is not set
46044 +# CONFIG_EFI_PARTITION is not set
46045 +# CONFIG_SYSV68_PARTITION is not set
46046 +# CONFIG_NLS is not set
46047 +# CONFIG_DLM is not set
46050 +# Library routines
46052 +CONFIG_BITREVERSE=y
46053 +# CONFIG_CRC_CCITT is not set
46054 +# CONFIG_CRC16 is not set
46055 +# CONFIG_CRC_ITU_T is not set
46057 +# CONFIG_CRC7 is not set
46058 +# CONFIG_LIBCRC32C is not set
46059 +CONFIG_ZLIB_INFLATE=y
46060 +CONFIG_ZLIB_DEFLATE=y
46062 +CONFIG_HAS_IOMEM=y
46063 +CONFIG_HAS_IOPORT=y
46069 +# CONFIG_PRINTK_TIME is not set
46070 +CONFIG_ENABLE_WARN_DEPRECATED=y
46071 +CONFIG_ENABLE_MUST_CHECK=y
46072 +# CONFIG_MAGIC_SYSRQ is not set
46073 +# CONFIG_UNUSED_SYMBOLS is not set
46074 +# CONFIG_DEBUG_FS is not set
46075 +# CONFIG_HEADERS_CHECK is not set
46076 +# CONFIG_DEBUG_KERNEL is not set
46077 +# CONFIG_SLUB_DEBUG_ON is not set
46078 +# CONFIG_SLUB_STATS is not set
46079 +# CONFIG_DEBUG_BUGVERBOSE is not set
46080 +# CONFIG_SAMPLES is not set
46081 +# CONFIG_KGDB_CONSOLE is not set
46082 +# CONFIG_PPC_EARLY_DEBUG is not set
46085 +# Security options
46087 +# CONFIG_KEYS is not set
46088 +# CONFIG_SECURITY is not set
46089 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
46091 +# CONFIG_CRYPTO_SEQIV is not set
46092 +# CONFIG_CRYPTO_MANAGER is not set
46093 +# CONFIG_CRYPTO_HMAC is not set
46094 +# CONFIG_CRYPTO_XCBC is not set
46095 +# CONFIG_CRYPTO_NULL is not set
46096 +# CONFIG_CRYPTO_MD4 is not set
46097 +# CONFIG_CRYPTO_MD5 is not set
46098 +# CONFIG_CRYPTO_SHA1 is not set
46099 +# CONFIG_CRYPTO_SHA256 is not set
46100 +# CONFIG_CRYPTO_SHA512 is not set
46101 +# CONFIG_CRYPTO_WP512 is not set
46102 +# CONFIG_CRYPTO_TGR192 is not set
46103 +# CONFIG_CRYPTO_GF128MUL is not set
46104 +# CONFIG_CRYPTO_ECB is not set
46105 +# CONFIG_CRYPTO_CBC is not set
46106 +# CONFIG_CRYPTO_PCBC is not set
46107 +# CONFIG_CRYPTO_LRW is not set
46108 +# CONFIG_CRYPTO_XTS is not set
46109 +# CONFIG_CRYPTO_CTR is not set
46110 +# CONFIG_CRYPTO_GCM is not set
46111 +# CONFIG_CRYPTO_CCM is not set
46112 +# CONFIG_CRYPTO_CRYPTD is not set
46113 +# CONFIG_CRYPTO_DES is not set
46114 +# CONFIG_CRYPTO_FCRYPT is not set
46115 +# CONFIG_CRYPTO_BLOWFISH is not set
46116 +# CONFIG_CRYPTO_TWOFISH is not set
46117 +# CONFIG_CRYPTO_SERPENT is not set
46118 +# CONFIG_CRYPTO_AES is not set
46119 +# CONFIG_CRYPTO_CAST5 is not set
46120 +# CONFIG_CRYPTO_CAST6 is not set
46121 +# CONFIG_CRYPTO_TEA is not set
46122 +# CONFIG_CRYPTO_ARC4 is not set
46123 +# CONFIG_CRYPTO_KHAZAD is not set
46124 +# CONFIG_CRYPTO_ANUBIS is not set
46125 +# CONFIG_CRYPTO_SEED is not set
46126 +# CONFIG_CRYPTO_SALSA20 is not set
46127 +# CONFIG_CRYPTO_DEFLATE is not set
46128 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
46129 +# CONFIG_CRYPTO_CRC32C is not set
46130 +# CONFIG_CRYPTO_CAMELLIA is not set
46131 +# CONFIG_CRYPTO_AUTHENC is not set
46132 +# CONFIG_CRYPTO_LZO is not set
46133 +CONFIG_CRYPTO_HW=y
46134 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
46135 +# CONFIG_PPC_CLOCK is not set
46136 +CONFIG_PPC_LIB_RHEAP=y
46138 +++ b/arch/powerpc/configs/85xx/tqm8555_defconfig
46141 +# Automatically generated make config: don't edit
46142 +# Linux kernel version: 2.6.25-rc6
46143 +# Mon Mar 24 08:48:44 2008
46145 +# CONFIG_PPC64 is not set
46148 +# Processor support
46150 +# CONFIG_6xx is not set
46152 +# CONFIG_PPC_8xx is not set
46153 +# CONFIG_40x is not set
46154 +# CONFIG_44x is not set
46155 +# CONFIG_E200 is not set
46158 +CONFIG_FSL_BOOKE=y
46159 +CONFIG_FSL_EMB_PERFMON=y
46160 +# CONFIG_PHYS_64BIT is not set
46162 +# CONFIG_PPC_MM_SLICES is not set
46164 +CONFIG_WORD_SIZE=32
46165 +CONFIG_PPC_MERGE=y
46167 +CONFIG_GENERIC_CMOS_UPDATE=y
46168 +CONFIG_GENERIC_TIME=y
46169 +CONFIG_GENERIC_TIME_VSYSCALL=y
46170 +CONFIG_GENERIC_CLOCKEVENTS=y
46171 +CONFIG_GENERIC_HARDIRQS=y
46172 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
46173 +CONFIG_IRQ_PER_CPU=y
46174 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
46175 +CONFIG_ARCH_HAS_ILOG2_U32=y
46176 +CONFIG_GENERIC_HWEIGHT=y
46177 +CONFIG_GENERIC_CALIBRATE_DELAY=y
46178 +CONFIG_GENERIC_FIND_NEXT_BIT=y
46179 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
46181 +CONFIG_EARLY_PRINTK=y
46182 +CONFIG_GENERIC_NVRAM=y
46183 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
46184 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
46187 +CONFIG_PPC_UDBG_16550=y
46188 +# CONFIG_GENERIC_TBSYNC is not set
46189 +CONFIG_AUDIT_ARCH=y
46190 +CONFIG_GENERIC_BUG=y
46191 +CONFIG_DEFAULT_UIMAGE=y
46192 +# CONFIG_PPC_DCR_NATIVE is not set
46193 +# CONFIG_PPC_DCR_MMIO is not set
46194 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
46199 +CONFIG_EXPERIMENTAL=y
46200 +CONFIG_BROKEN_ON_SMP=y
46201 +CONFIG_INIT_ENV_ARG_LIMIT=32
46202 +CONFIG_LOCALVERSION=""
46203 +CONFIG_LOCALVERSION_AUTO=y
46206 +CONFIG_SYSVIPC_SYSCTL=y
46207 +# CONFIG_POSIX_MQUEUE is not set
46208 +# CONFIG_BSD_PROCESS_ACCT is not set
46209 +# CONFIG_TASKSTATS is not set
46210 +# CONFIG_AUDIT is not set
46211 +# CONFIG_IKCONFIG is not set
46212 +CONFIG_LOG_BUF_SHIFT=14
46213 +# CONFIG_CGROUPS is not set
46214 +CONFIG_GROUP_SCHED=y
46215 +CONFIG_FAIR_GROUP_SCHED=y
46216 +# CONFIG_RT_GROUP_SCHED is not set
46217 +CONFIG_USER_SCHED=y
46218 +# CONFIG_CGROUP_SCHED is not set
46219 +CONFIG_SYSFS_DEPRECATED=y
46220 +CONFIG_SYSFS_DEPRECATED_V2=y
46221 +# CONFIG_RELAY is not set
46222 +# CONFIG_NAMESPACES is not set
46223 +CONFIG_BLK_DEV_INITRD=y
46224 +CONFIG_INITRAMFS_SOURCE=""
46225 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
46228 +CONFIG_SYSCTL_SYSCALL=y
46229 +# CONFIG_KALLSYMS is not set
46230 +# CONFIG_HOTPLUG is not set
46234 +CONFIG_COMPAT_BRK=y
46235 +CONFIG_BASE_FULL=y
46237 +CONFIG_ANON_INODES=y
46238 +# CONFIG_EPOLL is not set
46243 +CONFIG_VM_EVENT_COUNTERS=y
46244 +CONFIG_SLUB_DEBUG=y
46245 +# CONFIG_SLAB is not set
46247 +# CONFIG_SLOB is not set
46248 +# CONFIG_PROFILING is not set
46249 +# CONFIG_MARKERS is not set
46250 +CONFIG_HAVE_OPROFILE=y
46251 +CONFIG_HAVE_KPROBES=y
46252 +CONFIG_HAVE_KRETPROBES=y
46253 +CONFIG_PROC_PAGE_MONITOR=y
46255 +CONFIG_RT_MUTEXES=y
46256 +# CONFIG_TINY_SHMEM is not set
46257 +CONFIG_BASE_SMALL=0
46258 +# CONFIG_MODULES is not set
46260 +# CONFIG_LBD is not set
46261 +# CONFIG_BLK_DEV_IO_TRACE is not set
46262 +# CONFIG_LSF is not set
46263 +# CONFIG_BLK_DEV_BSG is not set
46268 +CONFIG_IOSCHED_NOOP=y
46269 +CONFIG_IOSCHED_AS=y
46270 +CONFIG_IOSCHED_DEADLINE=y
46271 +CONFIG_IOSCHED_CFQ=y
46272 +CONFIG_DEFAULT_AS=y
46273 +# CONFIG_DEFAULT_DEADLINE is not set
46274 +# CONFIG_DEFAULT_CFQ is not set
46275 +# CONFIG_DEFAULT_NOOP is not set
46276 +CONFIG_DEFAULT_IOSCHED="anticipatory"
46277 +CONFIG_CLASSIC_RCU=y
46280 +# Platform support
46282 +# CONFIG_PPC_MPC512x is not set
46283 +# CONFIG_PPC_MPC5121 is not set
46284 +# CONFIG_PPC_CELL is not set
46285 +# CONFIG_PPC_CELL_NATIVE is not set
46286 +# CONFIG_PQ2ADS is not set
46288 +# CONFIG_MPC8540_ADS is not set
46289 +# CONFIG_MPC8560_ADS is not set
46290 +# CONFIG_MPC85xx_CDS is not set
46291 +# CONFIG_MPC85xx_MDS is not set
46292 +# CONFIG_MPC85xx_DS is not set
46293 +# CONFIG_STX_GP3 is not set
46294 +# CONFIG_TQM8540 is not set
46295 +# CONFIG_TQM8541 is not set
46297 +# CONFIG_TQM8560 is not set
46298 +# CONFIG_SBC8548 is not set
46299 +# CONFIG_SBC8560 is not set
46301 +# CONFIG_IPIC is not set
46303 +# CONFIG_MPIC_WEIRD is not set
46304 +# CONFIG_PPC_I8259 is not set
46305 +# CONFIG_PPC_RTAS is not set
46306 +# CONFIG_MMIO_NVRAM is not set
46307 +# CONFIG_PPC_MPC106 is not set
46308 +# CONFIG_PPC_970_NAP is not set
46309 +# CONFIG_PPC_INDIRECT_IO is not set
46310 +# CONFIG_GENERIC_IOMAP is not set
46311 +# CONFIG_CPU_FREQ is not set
46313 +CONFIG_PPC_CPM_NEW_BINDING=y
46314 +# CONFIG_FSL_ULI1575 is not set
46320 +# CONFIG_HIGHMEM is not set
46321 +# CONFIG_TICK_ONESHOT is not set
46322 +# CONFIG_NO_HZ is not set
46323 +# CONFIG_HIGH_RES_TIMERS is not set
46324 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
46325 +# CONFIG_HZ_100 is not set
46327 +# CONFIG_HZ_300 is not set
46328 +# CONFIG_HZ_1000 is not set
46330 +# CONFIG_SCHED_HRTICK is not set
46331 +CONFIG_PREEMPT_NONE=y
46332 +# CONFIG_PREEMPT_VOLUNTARY is not set
46333 +# CONFIG_PREEMPT is not set
46334 +CONFIG_BINFMT_ELF=y
46335 +# CONFIG_BINFMT_MISC is not set
46336 +CONFIG_MATH_EMULATION=y
46337 +# CONFIG_IOMMU_HELPER is not set
46338 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
46339 +CONFIG_ARCH_HAS_WALK_MEMORY=y
46340 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
46341 +CONFIG_ARCH_FLATMEM_ENABLE=y
46342 +CONFIG_ARCH_POPULATES_NODE_MAP=y
46343 +CONFIG_SELECT_MEMORY_MODEL=y
46344 +CONFIG_FLATMEM_MANUAL=y
46345 +# CONFIG_DISCONTIGMEM_MANUAL is not set
46346 +# CONFIG_SPARSEMEM_MANUAL is not set
46348 +CONFIG_FLAT_NODE_MEM_MAP=y
46349 +# CONFIG_SPARSEMEM_STATIC is not set
46350 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
46351 +CONFIG_SPLIT_PTLOCK_CPUS=4
46352 +# CONFIG_RESOURCES_64BIT is not set
46353 +CONFIG_ZONE_DMA_FLAG=1
46355 +CONFIG_VIRT_TO_BUS=y
46356 +# CONFIG_PROC_DEVICETREE is not set
46357 +# CONFIG_CMDLINE_BOOL is not set
46358 +# CONFIG_PM is not set
46360 +CONFIG_ISA_DMA_API=y
46366 +CONFIG_PPC_INDIRECT_PCI=y
46370 +CONFIG_PCI_DOMAINS=y
46371 +CONFIG_PCI_SYSCALL=y
46372 +# CONFIG_PCIEPORTBUS is not set
46373 +CONFIG_ARCH_SUPPORTS_MSI=y
46374 +# CONFIG_PCI_MSI is not set
46375 +CONFIG_PCI_LEGACY=y
46380 +# CONFIG_ADVANCED_OPTIONS is not set
46383 +# Default settings for advanced configuration options are used
46385 +CONFIG_HIGHMEM_START=0xfe000000
46386 +CONFIG_LOWMEM_SIZE=0x30000000
46387 +CONFIG_KERNEL_START=0xc0000000
46388 +CONFIG_TASK_SIZE=0xc0000000
46389 +CONFIG_BOOT_LOAD=0x00800000
46397 +# Networking options
46400 +# CONFIG_PACKET_MMAP is not set
46403 +# CONFIG_XFRM_USER is not set
46404 +# CONFIG_XFRM_SUB_POLICY is not set
46405 +# CONFIG_XFRM_MIGRATE is not set
46406 +# CONFIG_XFRM_STATISTICS is not set
46407 +# CONFIG_NET_KEY is not set
46409 +CONFIG_IP_MULTICAST=y
46410 +# CONFIG_IP_ADVANCED_ROUTER is not set
46411 +CONFIG_IP_FIB_HASH=y
46413 +CONFIG_IP_PNP_DHCP=y
46414 +CONFIG_IP_PNP_BOOTP=y
46415 +# CONFIG_IP_PNP_RARP is not set
46416 +# CONFIG_NET_IPIP is not set
46417 +# CONFIG_NET_IPGRE is not set
46418 +# CONFIG_IP_MROUTE is not set
46419 +# CONFIG_ARPD is not set
46420 +CONFIG_SYN_COOKIES=y
46421 +# CONFIG_INET_AH is not set
46422 +# CONFIG_INET_ESP is not set
46423 +# CONFIG_INET_IPCOMP is not set
46424 +# CONFIG_INET_XFRM_TUNNEL is not set
46425 +# CONFIG_INET_TUNNEL is not set
46426 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
46427 +CONFIG_INET_XFRM_MODE_TUNNEL=y
46428 +CONFIG_INET_XFRM_MODE_BEET=y
46429 +# CONFIG_INET_LRO is not set
46430 +CONFIG_INET_DIAG=y
46431 +CONFIG_INET_TCP_DIAG=y
46432 +# CONFIG_TCP_CONG_ADVANCED is not set
46433 +CONFIG_TCP_CONG_CUBIC=y
46434 +CONFIG_DEFAULT_TCP_CONG="cubic"
46435 +# CONFIG_TCP_MD5SIG is not set
46436 +# CONFIG_IPV6 is not set
46437 +# CONFIG_INET6_XFRM_TUNNEL is not set
46438 +# CONFIG_INET6_TUNNEL is not set
46439 +# CONFIG_NETWORK_SECMARK is not set
46440 +# CONFIG_NETFILTER is not set
46441 +# CONFIG_IP_DCCP is not set
46442 +# CONFIG_IP_SCTP is not set
46443 +# CONFIG_TIPC is not set
46444 +# CONFIG_ATM is not set
46445 +# CONFIG_BRIDGE is not set
46446 +# CONFIG_VLAN_8021Q is not set
46447 +# CONFIG_DECNET is not set
46448 +# CONFIG_LLC2 is not set
46449 +# CONFIG_IPX is not set
46450 +# CONFIG_ATALK is not set
46451 +# CONFIG_X25 is not set
46452 +# CONFIG_LAPB is not set
46453 +# CONFIG_ECONET is not set
46454 +# CONFIG_WAN_ROUTER is not set
46455 +# CONFIG_NET_SCHED is not set
46460 +# CONFIG_NET_PKTGEN is not set
46461 +# CONFIG_HAMRADIO is not set
46462 +# CONFIG_CAN is not set
46463 +# CONFIG_IRDA is not set
46464 +# CONFIG_BT is not set
46465 +# CONFIG_AF_RXRPC is not set
46470 +# CONFIG_CFG80211 is not set
46471 +# CONFIG_WIRELESS_EXT is not set
46472 +# CONFIG_MAC80211 is not set
46473 +# CONFIG_IEEE80211 is not set
46474 +# CONFIG_RFKILL is not set
46475 +# CONFIG_NET_9P is not set
46482 +# Generic Driver Options
46484 +CONFIG_STANDALONE=y
46485 +CONFIG_PREVENT_FIRMWARE_BUILD=y
46486 +# CONFIG_SYS_HYPERVISOR is not set
46487 +# CONFIG_CONNECTOR is not set
46489 +# CONFIG_MTD_DEBUG is not set
46490 +CONFIG_MTD_CONCAT=y
46491 +CONFIG_MTD_PARTITIONS=y
46492 +# CONFIG_MTD_REDBOOT_PARTS is not set
46493 +CONFIG_MTD_CMDLINE_PARTS=y
46494 +# CONFIG_MTD_OF_PARTS is not set
46497 +# User Modules And Translation Layers
46500 +CONFIG_MTD_BLKDEVS=y
46501 +CONFIG_MTD_BLOCK=y
46502 +# CONFIG_FTL is not set
46503 +# CONFIG_NFTL is not set
46504 +# CONFIG_INFTL is not set
46505 +# CONFIG_RFD_FTL is not set
46506 +# CONFIG_SSFDC is not set
46507 +# CONFIG_MTD_OOPS is not set
46510 +# RAM/ROM/Flash chip drivers
46513 +# CONFIG_MTD_JEDECPROBE is not set
46514 +CONFIG_MTD_GEN_PROBE=y
46515 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
46516 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
46517 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
46518 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
46519 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
46520 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
46521 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
46522 +CONFIG_MTD_CFI_I1=y
46523 +CONFIG_MTD_CFI_I2=y
46524 +# CONFIG_MTD_CFI_I4 is not set
46525 +# CONFIG_MTD_CFI_I8 is not set
46526 +# CONFIG_MTD_CFI_INTELEXT is not set
46527 +CONFIG_MTD_CFI_AMDSTD=y
46528 +# CONFIG_MTD_CFI_STAA is not set
46529 +CONFIG_MTD_CFI_UTIL=y
46530 +# CONFIG_MTD_RAM is not set
46531 +# CONFIG_MTD_ROM is not set
46532 +# CONFIG_MTD_ABSENT is not set
46535 +# Mapping drivers for chip access
46537 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
46538 +# CONFIG_MTD_PHYSMAP is not set
46539 +# CONFIG_MTD_PHYSMAP_OF is not set
46540 +# CONFIG_MTD_INTEL_VR_NOR is not set
46541 +# CONFIG_MTD_PLATRAM is not set
46544 +# Self-contained MTD device drivers
46546 +# CONFIG_MTD_PMC551 is not set
46547 +# CONFIG_MTD_SLRAM is not set
46548 +# CONFIG_MTD_PHRAM is not set
46549 +# CONFIG_MTD_MTDRAM is not set
46550 +# CONFIG_MTD_BLOCK2MTD is not set
46553 +# Disk-On-Chip Device Drivers
46555 +# CONFIG_MTD_DOC2000 is not set
46556 +# CONFIG_MTD_DOC2001 is not set
46557 +# CONFIG_MTD_DOC2001PLUS is not set
46558 +# CONFIG_MTD_NAND is not set
46559 +# CONFIG_MTD_ONENAND is not set
46562 +# UBI - Unsorted block images
46564 +# CONFIG_MTD_UBI is not set
46565 +CONFIG_OF_DEVICE=y
46566 +# CONFIG_PARPORT is not set
46568 +# CONFIG_BLK_DEV_FD is not set
46569 +# CONFIG_BLK_CPQ_DA is not set
46570 +# CONFIG_BLK_CPQ_CISS_DA is not set
46571 +# CONFIG_BLK_DEV_DAC960 is not set
46572 +# CONFIG_BLK_DEV_UMEM is not set
46573 +# CONFIG_BLK_DEV_COW_COMMON is not set
46574 +CONFIG_BLK_DEV_LOOP=y
46575 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
46576 +# CONFIG_BLK_DEV_NBD is not set
46577 +# CONFIG_BLK_DEV_SX8 is not set
46578 +CONFIG_BLK_DEV_RAM=y
46579 +CONFIG_BLK_DEV_RAM_COUNT=16
46580 +CONFIG_BLK_DEV_RAM_SIZE=32768
46581 +# CONFIG_BLK_DEV_XIP is not set
46582 +# CONFIG_CDROM_PKTCDVD is not set
46583 +# CONFIG_ATA_OVER_ETH is not set
46584 +CONFIG_MISC_DEVICES=y
46585 +# CONFIG_PHANTOM is not set
46586 +# CONFIG_EEPROM_93CX6 is not set
46587 +# CONFIG_SGI_IOC4 is not set
46588 +# CONFIG_TIFM_CORE is not set
46589 +# CONFIG_ENCLOSURE_SERVICES is not set
46592 +CONFIG_IDE_MAX_HWIFS=4
46593 +CONFIG_BLK_DEV_IDE=y
46596 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
46598 +# CONFIG_BLK_DEV_IDE_SATA is not set
46599 +CONFIG_BLK_DEV_IDEDISK=y
46600 +# CONFIG_IDEDISK_MULTI_MODE is not set
46601 +# CONFIG_BLK_DEV_IDECD is not set
46602 +# CONFIG_BLK_DEV_IDETAPE is not set
46603 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
46604 +# CONFIG_IDE_TASK_IOCTL is not set
46605 +CONFIG_IDE_PROC_FS=y
46608 +# IDE chipset support/bugfixes
46610 +CONFIG_IDE_GENERIC=y
46611 +# CONFIG_BLK_DEV_PLATFORM is not set
46612 +CONFIG_BLK_DEV_IDEDMA_SFF=y
46615 +# PCI IDE chipsets support
46617 +CONFIG_BLK_DEV_IDEPCI=y
46618 +CONFIG_IDEPCI_PCIBUS_ORDER=y
46619 +# CONFIG_BLK_DEV_OFFBOARD is not set
46620 +CONFIG_BLK_DEV_GENERIC=y
46621 +# CONFIG_BLK_DEV_OPTI621 is not set
46622 +CONFIG_BLK_DEV_IDEDMA_PCI=y
46623 +# CONFIG_BLK_DEV_AEC62XX is not set
46624 +# CONFIG_BLK_DEV_ALI15X3 is not set
46625 +# CONFIG_BLK_DEV_AMD74XX is not set
46626 +# CONFIG_BLK_DEV_CMD64X is not set
46627 +# CONFIG_BLK_DEV_TRIFLEX is not set
46628 +# CONFIG_BLK_DEV_CY82C693 is not set
46629 +# CONFIG_BLK_DEV_CS5520 is not set
46630 +# CONFIG_BLK_DEV_CS5530 is not set
46631 +# CONFIG_BLK_DEV_HPT34X is not set
46632 +# CONFIG_BLK_DEV_HPT366 is not set
46633 +# CONFIG_BLK_DEV_JMICRON is not set
46634 +# CONFIG_BLK_DEV_SC1200 is not set
46635 +# CONFIG_BLK_DEV_PIIX is not set
46636 +# CONFIG_BLK_DEV_IT8213 is not set
46637 +# CONFIG_BLK_DEV_IT821X is not set
46638 +# CONFIG_BLK_DEV_NS87415 is not set
46639 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
46640 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
46641 +# CONFIG_BLK_DEV_SVWKS is not set
46642 +# CONFIG_BLK_DEV_SIIMAGE is not set
46643 +# CONFIG_BLK_DEV_SL82C105 is not set
46644 +# CONFIG_BLK_DEV_SLC90E66 is not set
46645 +# CONFIG_BLK_DEV_TRM290 is not set
46646 +CONFIG_BLK_DEV_VIA82CXXX=y
46647 +# CONFIG_BLK_DEV_TC86C001 is not set
46648 +CONFIG_BLK_DEV_IDEDMA=y
46649 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
46650 +# CONFIG_BLK_DEV_HD is not set
46653 +# SCSI device support
46655 +# CONFIG_RAID_ATTRS is not set
46656 +# CONFIG_SCSI is not set
46657 +# CONFIG_SCSI_DMA is not set
46658 +# CONFIG_SCSI_NETLINK is not set
46659 +# CONFIG_ATA is not set
46660 +# CONFIG_MD is not set
46661 +# CONFIG_FUSION is not set
46664 +# IEEE 1394 (FireWire) support
46666 +# CONFIG_FIREWIRE is not set
46667 +# CONFIG_IEEE1394 is not set
46668 +# CONFIG_I2O is not set
46669 +# CONFIG_MACINTOSH_DRIVERS is not set
46670 +CONFIG_NETDEVICES=y
46671 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
46672 +# CONFIG_DUMMY is not set
46673 +# CONFIG_BONDING is not set
46674 +# CONFIG_MACVLAN is not set
46675 +# CONFIG_EQUALIZER is not set
46676 +# CONFIG_TUN is not set
46677 +# CONFIG_VETH is not set
46678 +# CONFIG_ARCNET is not set
46682 +# MII PHY device drivers
46684 +# CONFIG_MARVELL_PHY is not set
46685 +# CONFIG_DAVICOM_PHY is not set
46686 +# CONFIG_QSEMI_PHY is not set
46687 +# CONFIG_LXT_PHY is not set
46688 +# CONFIG_CICADA_PHY is not set
46689 +# CONFIG_VITESSE_PHY is not set
46690 +# CONFIG_SMSC_PHY is not set
46691 +# CONFIG_BROADCOM_PHY is not set
46692 +# CONFIG_ICPLUS_PHY is not set
46693 +# CONFIG_REALTEK_PHY is not set
46694 +# CONFIG_FIXED_PHY is not set
46695 +# CONFIG_MDIO_BITBANG is not set
46696 +CONFIG_NET_ETHERNET=y
46698 +# CONFIG_HAPPYMEAL is not set
46699 +# CONFIG_SUNGEM is not set
46700 +# CONFIG_CASSINI is not set
46701 +# CONFIG_NET_VENDOR_3COM is not set
46702 +# CONFIG_NET_TULIP is not set
46703 +# CONFIG_HP100 is not set
46704 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
46705 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
46706 +# CONFIG_IBM_NEW_EMAC_TAH is not set
46707 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
46709 +# CONFIG_PCNET32 is not set
46710 +# CONFIG_AMD8111_ETH is not set
46711 +# CONFIG_ADAPTEC_STARFIRE is not set
46712 +# CONFIG_B44 is not set
46713 +# CONFIG_FORCEDETH is not set
46714 +# CONFIG_EEPRO100 is not set
46716 +# CONFIG_FEALNX is not set
46717 +# CONFIG_NATSEMI is not set
46718 +# CONFIG_NE2K_PCI is not set
46719 +# CONFIG_8139CP is not set
46720 +# CONFIG_8139TOO is not set
46721 +# CONFIG_R6040 is not set
46722 +# CONFIG_SIS900 is not set
46723 +# CONFIG_EPIC100 is not set
46724 +# CONFIG_SUNDANCE is not set
46725 +# CONFIG_TLAN is not set
46726 +# CONFIG_VIA_RHINE is not set
46727 +# CONFIG_SC92031 is not set
46728 +# CONFIG_FS_ENET is not set
46729 +CONFIG_NETDEV_1000=y
46730 +# CONFIG_ACENIC is not set
46731 +# CONFIG_DL2K is not set
46732 +# CONFIG_E1000 is not set
46733 +# CONFIG_E1000E is not set
46734 +# CONFIG_E1000E_ENABLED is not set
46735 +# CONFIG_IP1000 is not set
46736 +# CONFIG_IGB is not set
46737 +# CONFIG_NS83820 is not set
46738 +# CONFIG_HAMACHI is not set
46739 +# CONFIG_YELLOWFIN is not set
46740 +# CONFIG_R8169 is not set
46741 +# CONFIG_SIS190 is not set
46742 +# CONFIG_SKGE is not set
46743 +# CONFIG_SKY2 is not set
46744 +# CONFIG_SK98LIN is not set
46745 +# CONFIG_VIA_VELOCITY is not set
46746 +# CONFIG_TIGON3 is not set
46747 +# CONFIG_BNX2 is not set
46749 +CONFIG_GFAR_NAPI=y
46750 +# CONFIG_QLA3XXX is not set
46751 +# CONFIG_ATL1 is not set
46752 +CONFIG_NETDEV_10000=y
46753 +# CONFIG_CHELSIO_T1 is not set
46754 +# CONFIG_CHELSIO_T3 is not set
46755 +# CONFIG_IXGBE is not set
46756 +# CONFIG_IXGB is not set
46757 +# CONFIG_S2IO is not set
46758 +# CONFIG_MYRI10GE is not set
46759 +# CONFIG_NETXEN_NIC is not set
46760 +# CONFIG_NIU is not set
46761 +# CONFIG_MLX4_CORE is not set
46762 +# CONFIG_TEHUTI is not set
46763 +# CONFIG_BNX2X is not set
46764 +# CONFIG_TR is not set
46769 +# CONFIG_WLAN_PRE80211 is not set
46770 +# CONFIG_WLAN_80211 is not set
46771 +# CONFIG_WAN is not set
46772 +# CONFIG_FDDI is not set
46773 +# CONFIG_HIPPI is not set
46774 +# CONFIG_PPP is not set
46775 +# CONFIG_SLIP is not set
46776 +# CONFIG_NETCONSOLE is not set
46777 +# CONFIG_NETPOLL is not set
46778 +# CONFIG_NET_POLL_CONTROLLER is not set
46779 +# CONFIG_ISDN is not set
46780 +# CONFIG_PHONE is not set
46783 +# Input device support
46786 +# CONFIG_INPUT_FF_MEMLESS is not set
46787 +# CONFIG_INPUT_POLLDEV is not set
46790 +# Userland interfaces
46792 +# CONFIG_INPUT_MOUSEDEV is not set
46793 +# CONFIG_INPUT_JOYDEV is not set
46794 +# CONFIG_INPUT_EVDEV is not set
46795 +# CONFIG_INPUT_EVBUG is not set
46798 +# Input Device Drivers
46800 +# CONFIG_INPUT_KEYBOARD is not set
46801 +# CONFIG_INPUT_MOUSE is not set
46802 +# CONFIG_INPUT_JOYSTICK is not set
46803 +# CONFIG_INPUT_TABLET is not set
46804 +# CONFIG_INPUT_TOUCHSCREEN is not set
46805 +# CONFIG_INPUT_MISC is not set
46808 +# Hardware I/O ports
46810 +# CONFIG_SERIO is not set
46811 +# CONFIG_GAMEPORT is not set
46814 +# Character devices
46816 +# CONFIG_VT is not set
46817 +# CONFIG_SERIAL_NONSTANDARD is not set
46818 +# CONFIG_NOZOMI is not set
46823 +CONFIG_SERIAL_8250=y
46824 +CONFIG_SERIAL_8250_CONSOLE=y
46825 +CONFIG_SERIAL_8250_PCI=y
46826 +CONFIG_SERIAL_8250_NR_UARTS=4
46827 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
46828 +# CONFIG_SERIAL_8250_EXTENDED is not set
46829 +CONFIG_SERIAL_8250_SHARE_IRQ=y
46832 +# Non-8250 serial port support
46834 +# CONFIG_SERIAL_UARTLITE is not set
46835 +CONFIG_SERIAL_CORE=y
46836 +CONFIG_SERIAL_CORE_CONSOLE=y
46837 +CONFIG_SERIAL_CPM=y
46838 +CONFIG_SERIAL_CPM_CONSOLE=y
46839 +CONFIG_SERIAL_CPM_SCC1=y
46840 +# CONFIG_SERIAL_CPM_SCC2 is not set
46841 +# CONFIG_SERIAL_CPM_SCC3 is not set
46842 +# CONFIG_SERIAL_CPM_SCC4 is not set
46843 +# CONFIG_SERIAL_CPM_SMC1 is not set
46844 +# CONFIG_SERIAL_CPM_SMC2 is not set
46845 +# CONFIG_SERIAL_JSM is not set
46846 +# CONFIG_SERIAL_OF_PLATFORM is not set
46847 +CONFIG_UNIX98_PTYS=y
46848 +CONFIG_LEGACY_PTYS=y
46849 +CONFIG_LEGACY_PTY_COUNT=256
46850 +# CONFIG_IPMI_HANDLER is not set
46851 +CONFIG_HW_RANDOM=y
46852 +# CONFIG_NVRAM is not set
46854 +# CONFIG_GEN_RTC_X is not set
46855 +# CONFIG_R3964 is not set
46856 +# CONFIG_APPLICOM is not set
46857 +# CONFIG_RAW_DRIVER is not set
46858 +# CONFIG_TCG_TPM is not set
46861 +CONFIG_I2C_BOARDINFO=y
46862 +CONFIG_I2C_CHARDEV=y
46867 +# CONFIG_I2C_ALGOBIT is not set
46868 +# CONFIG_I2C_ALGOPCF is not set
46869 +# CONFIG_I2C_ALGOPCA is not set
46872 +# I2C Hardware Bus support
46874 +# CONFIG_I2C_ALI1535 is not set
46875 +# CONFIG_I2C_ALI1563 is not set
46876 +# CONFIG_I2C_ALI15X3 is not set
46877 +# CONFIG_I2C_AMD756 is not set
46878 +# CONFIG_I2C_AMD8111 is not set
46879 +# CONFIG_I2C_I801 is not set
46880 +# CONFIG_I2C_I810 is not set
46881 +# CONFIG_I2C_PIIX4 is not set
46883 +# CONFIG_I2C_NFORCE2 is not set
46884 +# CONFIG_I2C_OCORES is not set
46885 +# CONFIG_I2C_PARPORT_LIGHT is not set
46886 +# CONFIG_I2C_PROSAVAGE is not set
46887 +# CONFIG_I2C_SAVAGE4 is not set
46888 +# CONFIG_I2C_SIMTEC is not set
46889 +# CONFIG_I2C_SIS5595 is not set
46890 +# CONFIG_I2C_SIS630 is not set
46891 +# CONFIG_I2C_SIS96X is not set
46892 +# CONFIG_I2C_TAOS_EVM is not set
46893 +# CONFIG_I2C_VIA is not set
46894 +# CONFIG_I2C_VIAPRO is not set
46895 +# CONFIG_I2C_VOODOO3 is not set
46898 +# Miscellaneous I2C Chip support
46900 +# CONFIG_DS1682 is not set
46901 +# CONFIG_SENSORS_EEPROM is not set
46902 +# CONFIG_SENSORS_PCF8574 is not set
46903 +# CONFIG_PCF8575 is not set
46904 +# CONFIG_SENSORS_PCF8591 is not set
46905 +# CONFIG_TPS65010 is not set
46906 +# CONFIG_SENSORS_MAX6875 is not set
46907 +# CONFIG_SENSORS_TSL2550 is not set
46908 +# CONFIG_I2C_DEBUG_CORE is not set
46909 +# CONFIG_I2C_DEBUG_ALGO is not set
46910 +# CONFIG_I2C_DEBUG_BUS is not set
46911 +# CONFIG_I2C_DEBUG_CHIP is not set
46916 +# CONFIG_SPI is not set
46917 +# CONFIG_SPI_MASTER is not set
46918 +# CONFIG_W1 is not set
46919 +# CONFIG_POWER_SUPPLY is not set
46921 +# CONFIG_HWMON_VID is not set
46922 +# CONFIG_SENSORS_AD7418 is not set
46923 +# CONFIG_SENSORS_ADM1021 is not set
46924 +# CONFIG_SENSORS_ADM1025 is not set
46925 +# CONFIG_SENSORS_ADM1026 is not set
46926 +# CONFIG_SENSORS_ADM1029 is not set
46927 +# CONFIG_SENSORS_ADM1031 is not set
46928 +# CONFIG_SENSORS_ADM9240 is not set
46929 +# CONFIG_SENSORS_ADT7470 is not set
46930 +# CONFIG_SENSORS_ADT7473 is not set
46931 +# CONFIG_SENSORS_ATXP1 is not set
46932 +# CONFIG_SENSORS_DS1621 is not set
46933 +# CONFIG_SENSORS_I5K_AMB is not set
46934 +# CONFIG_SENSORS_F71805F is not set
46935 +# CONFIG_SENSORS_F71882FG is not set
46936 +# CONFIG_SENSORS_F75375S is not set
46937 +# CONFIG_SENSORS_GL518SM is not set
46938 +# CONFIG_SENSORS_GL520SM is not set
46939 +# CONFIG_SENSORS_IT87 is not set
46940 +# CONFIG_SENSORS_LM63 is not set
46941 +CONFIG_SENSORS_LM75=y
46942 +# CONFIG_SENSORS_LM77 is not set
46943 +# CONFIG_SENSORS_LM78 is not set
46944 +# CONFIG_SENSORS_LM80 is not set
46945 +# CONFIG_SENSORS_LM83 is not set
46946 +# CONFIG_SENSORS_LM85 is not set
46947 +# CONFIG_SENSORS_LM87 is not set
46948 +# CONFIG_SENSORS_LM90 is not set
46949 +# CONFIG_SENSORS_LM92 is not set
46950 +# CONFIG_SENSORS_LM93 is not set
46951 +# CONFIG_SENSORS_MAX1619 is not set
46952 +# CONFIG_SENSORS_MAX6650 is not set
46953 +# CONFIG_SENSORS_PC87360 is not set
46954 +# CONFIG_SENSORS_PC87427 is not set
46955 +# CONFIG_SENSORS_SIS5595 is not set
46956 +# CONFIG_SENSORS_DME1737 is not set
46957 +# CONFIG_SENSORS_SMSC47M1 is not set
46958 +# CONFIG_SENSORS_SMSC47M192 is not set
46959 +# CONFIG_SENSORS_SMSC47B397 is not set
46960 +# CONFIG_SENSORS_ADS7828 is not set
46961 +# CONFIG_SENSORS_THMC50 is not set
46962 +# CONFIG_SENSORS_VIA686A is not set
46963 +# CONFIG_SENSORS_VT1211 is not set
46964 +# CONFIG_SENSORS_VT8231 is not set
46965 +# CONFIG_SENSORS_W83781D is not set
46966 +# CONFIG_SENSORS_W83791D is not set
46967 +# CONFIG_SENSORS_W83792D is not set
46968 +# CONFIG_SENSORS_W83793 is not set
46969 +# CONFIG_SENSORS_W83L785TS is not set
46970 +# CONFIG_SENSORS_W83L786NG is not set
46971 +# CONFIG_SENSORS_W83627HF is not set
46972 +# CONFIG_SENSORS_W83627EHF is not set
46973 +CONFIG_HWMON_DEBUG_CHIP=y
46974 +# CONFIG_THERMAL is not set
46975 +# CONFIG_WATCHDOG is not set
46978 +# Sonics Silicon Backplane
46980 +CONFIG_SSB_POSSIBLE=y
46981 +# CONFIG_SSB is not set
46984 +# Multifunction device drivers
46986 +# CONFIG_MFD_SM501 is not set
46989 +# Multimedia devices
46991 +# CONFIG_VIDEO_DEV is not set
46992 +# CONFIG_DVB_CORE is not set
46996 +# Graphics support
46998 +# CONFIG_AGP is not set
46999 +# CONFIG_DRM is not set
47000 +# CONFIG_VGASTATE is not set
47001 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
47002 +# CONFIG_FB is not set
47003 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
47006 +# Display device support
47008 +# CONFIG_DISPLAY_SUPPORT is not set
47013 +# CONFIG_SOUND is not set
47014 +CONFIG_HID_SUPPORT=y
47016 +# CONFIG_HID_DEBUG is not set
47017 +# CONFIG_HIDRAW is not set
47018 +CONFIG_USB_SUPPORT=y
47019 +CONFIG_USB_ARCH_HAS_HCD=y
47020 +CONFIG_USB_ARCH_HAS_OHCI=y
47021 +CONFIG_USB_ARCH_HAS_EHCI=y
47022 +# CONFIG_USB is not set
47025 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
47027 +# CONFIG_USB_GADGET is not set
47028 +# CONFIG_MMC is not set
47029 +# CONFIG_MEMSTICK is not set
47030 +# CONFIG_NEW_LEDS is not set
47031 +# CONFIG_INFINIBAND is not set
47032 +# CONFIG_EDAC is not set
47033 +# CONFIG_RTC_CLASS is not set
47034 +# CONFIG_DMADEVICES is not set
47039 +# CONFIG_UIO is not set
47045 +# CONFIG_EXT2_FS_XATTR is not set
47046 +# CONFIG_EXT2_FS_XIP is not set
47048 +CONFIG_EXT3_FS_XATTR=y
47049 +# CONFIG_EXT3_FS_POSIX_ACL is not set
47050 +# CONFIG_EXT3_FS_SECURITY is not set
47051 +# CONFIG_EXT4DEV_FS is not set
47053 +CONFIG_FS_MBCACHE=y
47054 +# CONFIG_REISERFS_FS is not set
47055 +# CONFIG_JFS_FS is not set
47056 +# CONFIG_FS_POSIX_ACL is not set
47057 +# CONFIG_XFS_FS is not set
47058 +# CONFIG_GFS2_FS is not set
47059 +# CONFIG_OCFS2_FS is not set
47062 +CONFIG_INOTIFY_USER=y
47063 +# CONFIG_QUOTA is not set
47064 +# CONFIG_AUTOFS_FS is not set
47065 +# CONFIG_AUTOFS4_FS is not set
47066 +# CONFIG_FUSE_FS is not set
47069 +# CD-ROM/DVD Filesystems
47071 +# CONFIG_ISO9660_FS is not set
47072 +# CONFIG_UDF_FS is not set
47075 +# DOS/FAT/NT Filesystems
47077 +# CONFIG_MSDOS_FS is not set
47078 +# CONFIG_VFAT_FS is not set
47079 +# CONFIG_NTFS_FS is not set
47082 +# Pseudo filesystems
47085 +CONFIG_PROC_KCORE=y
47086 +CONFIG_PROC_SYSCTL=y
47089 +# CONFIG_TMPFS_POSIX_ACL is not set
47090 +# CONFIG_HUGETLB_PAGE is not set
47091 +# CONFIG_CONFIGFS_FS is not set
47094 +# Miscellaneous filesystems
47096 +# CONFIG_ADFS_FS is not set
47097 +# CONFIG_AFFS_FS is not set
47098 +# CONFIG_HFS_FS is not set
47099 +# CONFIG_HFSPLUS_FS is not set
47100 +# CONFIG_BEFS_FS is not set
47101 +# CONFIG_BFS_FS is not set
47102 +# CONFIG_EFS_FS is not set
47104 +CONFIG_JFFS2_FS_DEBUG=0
47105 +CONFIG_JFFS2_FS_WRITEBUFFER=y
47106 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
47107 +# CONFIG_JFFS2_SUMMARY is not set
47108 +# CONFIG_JFFS2_FS_XATTR is not set
47109 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
47110 +CONFIG_JFFS2_ZLIB=y
47111 +# CONFIG_JFFS2_LZO is not set
47112 +CONFIG_JFFS2_RTIME=y
47113 +# CONFIG_JFFS2_RUBIN is not set
47115 +# CONFIG_VXFS_FS is not set
47116 +# CONFIG_MINIX_FS is not set
47117 +# CONFIG_HPFS_FS is not set
47118 +# CONFIG_QNX4FS_FS is not set
47119 +# CONFIG_ROMFS_FS is not set
47120 +# CONFIG_SYSV_FS is not set
47121 +# CONFIG_UFS_FS is not set
47122 +CONFIG_NETWORK_FILESYSTEMS=y
47124 +# CONFIG_NFS_V3 is not set
47125 +# CONFIG_NFS_V4 is not set
47126 +# CONFIG_NFS_DIRECTIO is not set
47127 +# CONFIG_NFSD is not set
47130 +CONFIG_NFS_COMMON=y
47132 +# CONFIG_SUNRPC_BIND34 is not set
47133 +# CONFIG_RPCSEC_GSS_KRB5 is not set
47134 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
47135 +# CONFIG_SMB_FS is not set
47136 +# CONFIG_CIFS is not set
47137 +# CONFIG_NCP_FS is not set
47138 +# CONFIG_CODA_FS is not set
47139 +# CONFIG_AFS_FS is not set
47144 +CONFIG_PARTITION_ADVANCED=y
47145 +# CONFIG_ACORN_PARTITION is not set
47146 +# CONFIG_OSF_PARTITION is not set
47147 +# CONFIG_AMIGA_PARTITION is not set
47148 +# CONFIG_ATARI_PARTITION is not set
47149 +# CONFIG_MAC_PARTITION is not set
47150 +# CONFIG_MSDOS_PARTITION is not set
47151 +# CONFIG_LDM_PARTITION is not set
47152 +# CONFIG_SGI_PARTITION is not set
47153 +# CONFIG_ULTRIX_PARTITION is not set
47154 +# CONFIG_SUN_PARTITION is not set
47155 +# CONFIG_KARMA_PARTITION is not set
47156 +# CONFIG_EFI_PARTITION is not set
47157 +# CONFIG_SYSV68_PARTITION is not set
47158 +# CONFIG_NLS is not set
47159 +# CONFIG_DLM is not set
47162 +# Library routines
47164 +CONFIG_BITREVERSE=y
47165 +# CONFIG_CRC_CCITT is not set
47166 +# CONFIG_CRC16 is not set
47167 +# CONFIG_CRC_ITU_T is not set
47169 +# CONFIG_CRC7 is not set
47170 +# CONFIG_LIBCRC32C is not set
47171 +CONFIG_ZLIB_INFLATE=y
47172 +CONFIG_ZLIB_DEFLATE=y
47174 +CONFIG_HAS_IOMEM=y
47175 +CONFIG_HAS_IOPORT=y
47181 +# CONFIG_PRINTK_TIME is not set
47182 +CONFIG_ENABLE_WARN_DEPRECATED=y
47183 +CONFIG_ENABLE_MUST_CHECK=y
47184 +# CONFIG_MAGIC_SYSRQ is not set
47185 +# CONFIG_UNUSED_SYMBOLS is not set
47186 +# CONFIG_DEBUG_FS is not set
47187 +# CONFIG_HEADERS_CHECK is not set
47188 +# CONFIG_DEBUG_KERNEL is not set
47189 +# CONFIG_SLUB_DEBUG_ON is not set
47190 +# CONFIG_SLUB_STATS is not set
47191 +# CONFIG_DEBUG_BUGVERBOSE is not set
47192 +# CONFIG_SAMPLES is not set
47193 +# CONFIG_KGDB_CONSOLE is not set
47194 +# CONFIG_PPC_EARLY_DEBUG is not set
47197 +# Security options
47199 +# CONFIG_KEYS is not set
47200 +# CONFIG_SECURITY is not set
47201 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
47203 +# CONFIG_CRYPTO_SEQIV is not set
47204 +# CONFIG_CRYPTO_MANAGER is not set
47205 +# CONFIG_CRYPTO_HMAC is not set
47206 +# CONFIG_CRYPTO_XCBC is not set
47207 +# CONFIG_CRYPTO_NULL is not set
47208 +# CONFIG_CRYPTO_MD4 is not set
47209 +# CONFIG_CRYPTO_MD5 is not set
47210 +# CONFIG_CRYPTO_SHA1 is not set
47211 +# CONFIG_CRYPTO_SHA256 is not set
47212 +# CONFIG_CRYPTO_SHA512 is not set
47213 +# CONFIG_CRYPTO_WP512 is not set
47214 +# CONFIG_CRYPTO_TGR192 is not set
47215 +# CONFIG_CRYPTO_GF128MUL is not set
47216 +# CONFIG_CRYPTO_ECB is not set
47217 +# CONFIG_CRYPTO_CBC is not set
47218 +# CONFIG_CRYPTO_PCBC is not set
47219 +# CONFIG_CRYPTO_LRW is not set
47220 +# CONFIG_CRYPTO_XTS is not set
47221 +# CONFIG_CRYPTO_CTR is not set
47222 +# CONFIG_CRYPTO_GCM is not set
47223 +# CONFIG_CRYPTO_CCM is not set
47224 +# CONFIG_CRYPTO_CRYPTD is not set
47225 +# CONFIG_CRYPTO_DES is not set
47226 +# CONFIG_CRYPTO_FCRYPT is not set
47227 +# CONFIG_CRYPTO_BLOWFISH is not set
47228 +# CONFIG_CRYPTO_TWOFISH is not set
47229 +# CONFIG_CRYPTO_SERPENT is not set
47230 +# CONFIG_CRYPTO_AES is not set
47231 +# CONFIG_CRYPTO_CAST5 is not set
47232 +# CONFIG_CRYPTO_CAST6 is not set
47233 +# CONFIG_CRYPTO_TEA is not set
47234 +# CONFIG_CRYPTO_ARC4 is not set
47235 +# CONFIG_CRYPTO_KHAZAD is not set
47236 +# CONFIG_CRYPTO_ANUBIS is not set
47237 +# CONFIG_CRYPTO_SEED is not set
47238 +# CONFIG_CRYPTO_SALSA20 is not set
47239 +# CONFIG_CRYPTO_DEFLATE is not set
47240 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
47241 +# CONFIG_CRYPTO_CRC32C is not set
47242 +# CONFIG_CRYPTO_CAMELLIA is not set
47243 +# CONFIG_CRYPTO_AUTHENC is not set
47244 +# CONFIG_CRYPTO_LZO is not set
47245 +CONFIG_CRYPTO_HW=y
47246 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
47247 +# CONFIG_PPC_CLOCK is not set
47248 +CONFIG_PPC_LIB_RHEAP=y
47250 +++ b/arch/powerpc/configs/85xx/tqm8560_defconfig
47253 +# Automatically generated make config: don't edit
47254 +# Linux kernel version: 2.6.25-rc6
47255 +# Mon Mar 24 08:48:45 2008
47257 +# CONFIG_PPC64 is not set
47260 +# Processor support
47262 +# CONFIG_6xx is not set
47264 +# CONFIG_PPC_8xx is not set
47265 +# CONFIG_40x is not set
47266 +# CONFIG_44x is not set
47267 +# CONFIG_E200 is not set
47270 +CONFIG_FSL_BOOKE=y
47271 +CONFIG_FSL_EMB_PERFMON=y
47272 +# CONFIG_PHYS_64BIT is not set
47274 +# CONFIG_PPC_MM_SLICES is not set
47276 +CONFIG_WORD_SIZE=32
47277 +CONFIG_PPC_MERGE=y
47279 +CONFIG_GENERIC_CMOS_UPDATE=y
47280 +CONFIG_GENERIC_TIME=y
47281 +CONFIG_GENERIC_TIME_VSYSCALL=y
47282 +CONFIG_GENERIC_CLOCKEVENTS=y
47283 +CONFIG_GENERIC_HARDIRQS=y
47284 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
47285 +CONFIG_IRQ_PER_CPU=y
47286 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
47287 +CONFIG_ARCH_HAS_ILOG2_U32=y
47288 +CONFIG_GENERIC_HWEIGHT=y
47289 +CONFIG_GENERIC_CALIBRATE_DELAY=y
47290 +CONFIG_GENERIC_FIND_NEXT_BIT=y
47291 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
47293 +CONFIG_EARLY_PRINTK=y
47294 +CONFIG_GENERIC_NVRAM=y
47295 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
47296 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
47299 +CONFIG_PPC_UDBG_16550=y
47300 +# CONFIG_GENERIC_TBSYNC is not set
47301 +CONFIG_AUDIT_ARCH=y
47302 +CONFIG_GENERIC_BUG=y
47303 +CONFIG_DEFAULT_UIMAGE=y
47304 +# CONFIG_PPC_DCR_NATIVE is not set
47305 +# CONFIG_PPC_DCR_MMIO is not set
47306 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
47311 +CONFIG_EXPERIMENTAL=y
47312 +CONFIG_BROKEN_ON_SMP=y
47313 +CONFIG_INIT_ENV_ARG_LIMIT=32
47314 +CONFIG_LOCALVERSION=""
47315 +CONFIG_LOCALVERSION_AUTO=y
47318 +CONFIG_SYSVIPC_SYSCTL=y
47319 +# CONFIG_POSIX_MQUEUE is not set
47320 +# CONFIG_BSD_PROCESS_ACCT is not set
47321 +# CONFIG_TASKSTATS is not set
47322 +# CONFIG_AUDIT is not set
47323 +# CONFIG_IKCONFIG is not set
47324 +CONFIG_LOG_BUF_SHIFT=14
47325 +# CONFIG_CGROUPS is not set
47326 +CONFIG_GROUP_SCHED=y
47327 +CONFIG_FAIR_GROUP_SCHED=y
47328 +# CONFIG_RT_GROUP_SCHED is not set
47329 +CONFIG_USER_SCHED=y
47330 +# CONFIG_CGROUP_SCHED is not set
47331 +CONFIG_SYSFS_DEPRECATED=y
47332 +CONFIG_SYSFS_DEPRECATED_V2=y
47333 +# CONFIG_RELAY is not set
47334 +# CONFIG_NAMESPACES is not set
47335 +CONFIG_BLK_DEV_INITRD=y
47336 +CONFIG_INITRAMFS_SOURCE=""
47337 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
47340 +CONFIG_SYSCTL_SYSCALL=y
47341 +# CONFIG_KALLSYMS is not set
47342 +# CONFIG_HOTPLUG is not set
47346 +CONFIG_COMPAT_BRK=y
47347 +CONFIG_BASE_FULL=y
47349 +CONFIG_ANON_INODES=y
47350 +# CONFIG_EPOLL is not set
47355 +CONFIG_VM_EVENT_COUNTERS=y
47356 +CONFIG_SLUB_DEBUG=y
47357 +# CONFIG_SLAB is not set
47359 +# CONFIG_SLOB is not set
47360 +# CONFIG_PROFILING is not set
47361 +# CONFIG_MARKERS is not set
47362 +CONFIG_HAVE_OPROFILE=y
47363 +CONFIG_HAVE_KPROBES=y
47364 +CONFIG_HAVE_KRETPROBES=y
47365 +CONFIG_PROC_PAGE_MONITOR=y
47367 +CONFIG_RT_MUTEXES=y
47368 +# CONFIG_TINY_SHMEM is not set
47369 +CONFIG_BASE_SMALL=0
47370 +# CONFIG_MODULES is not set
47372 +# CONFIG_LBD is not set
47373 +# CONFIG_BLK_DEV_IO_TRACE is not set
47374 +# CONFIG_LSF is not set
47375 +# CONFIG_BLK_DEV_BSG is not set
47380 +CONFIG_IOSCHED_NOOP=y
47381 +CONFIG_IOSCHED_AS=y
47382 +CONFIG_IOSCHED_DEADLINE=y
47383 +CONFIG_IOSCHED_CFQ=y
47384 +CONFIG_DEFAULT_AS=y
47385 +# CONFIG_DEFAULT_DEADLINE is not set
47386 +# CONFIG_DEFAULT_CFQ is not set
47387 +# CONFIG_DEFAULT_NOOP is not set
47388 +CONFIG_DEFAULT_IOSCHED="anticipatory"
47389 +CONFIG_CLASSIC_RCU=y
47392 +# Platform support
47394 +# CONFIG_PPC_MPC512x is not set
47395 +# CONFIG_PPC_MPC5121 is not set
47396 +# CONFIG_PPC_CELL is not set
47397 +# CONFIG_PPC_CELL_NATIVE is not set
47398 +# CONFIG_PQ2ADS is not set
47400 +# CONFIG_MPC8540_ADS is not set
47401 +# CONFIG_MPC8560_ADS is not set
47402 +# CONFIG_MPC85xx_CDS is not set
47403 +# CONFIG_MPC85xx_MDS is not set
47404 +# CONFIG_MPC85xx_DS is not set
47405 +# CONFIG_STX_GP3 is not set
47406 +# CONFIG_TQM8540 is not set
47407 +# CONFIG_TQM8541 is not set
47408 +# CONFIG_TQM8555 is not set
47410 +# CONFIG_SBC8548 is not set
47411 +# CONFIG_SBC8560 is not set
47413 +# CONFIG_IPIC is not set
47415 +# CONFIG_MPIC_WEIRD is not set
47416 +# CONFIG_PPC_I8259 is not set
47417 +# CONFIG_PPC_RTAS is not set
47418 +# CONFIG_MMIO_NVRAM is not set
47419 +# CONFIG_PPC_MPC106 is not set
47420 +# CONFIG_PPC_970_NAP is not set
47421 +# CONFIG_PPC_INDIRECT_IO is not set
47422 +# CONFIG_GENERIC_IOMAP is not set
47423 +# CONFIG_CPU_FREQ is not set
47425 +CONFIG_PPC_CPM_NEW_BINDING=y
47426 +# CONFIG_FSL_ULI1575 is not set
47432 +# CONFIG_HIGHMEM is not set
47433 +# CONFIG_TICK_ONESHOT is not set
47434 +# CONFIG_NO_HZ is not set
47435 +# CONFIG_HIGH_RES_TIMERS is not set
47436 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
47437 +# CONFIG_HZ_100 is not set
47439 +# CONFIG_HZ_300 is not set
47440 +# CONFIG_HZ_1000 is not set
47442 +# CONFIG_SCHED_HRTICK is not set
47443 +CONFIG_PREEMPT_NONE=y
47444 +# CONFIG_PREEMPT_VOLUNTARY is not set
47445 +# CONFIG_PREEMPT is not set
47446 +CONFIG_BINFMT_ELF=y
47447 +# CONFIG_BINFMT_MISC is not set
47448 +CONFIG_MATH_EMULATION=y
47449 +# CONFIG_IOMMU_HELPER is not set
47450 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
47451 +CONFIG_ARCH_HAS_WALK_MEMORY=y
47452 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
47453 +CONFIG_ARCH_FLATMEM_ENABLE=y
47454 +CONFIG_ARCH_POPULATES_NODE_MAP=y
47455 +CONFIG_SELECT_MEMORY_MODEL=y
47456 +CONFIG_FLATMEM_MANUAL=y
47457 +# CONFIG_DISCONTIGMEM_MANUAL is not set
47458 +# CONFIG_SPARSEMEM_MANUAL is not set
47460 +CONFIG_FLAT_NODE_MEM_MAP=y
47461 +# CONFIG_SPARSEMEM_STATIC is not set
47462 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
47463 +CONFIG_SPLIT_PTLOCK_CPUS=4
47464 +# CONFIG_RESOURCES_64BIT is not set
47465 +CONFIG_ZONE_DMA_FLAG=1
47467 +CONFIG_VIRT_TO_BUS=y
47468 +# CONFIG_PROC_DEVICETREE is not set
47469 +# CONFIG_CMDLINE_BOOL is not set
47470 +# CONFIG_PM is not set
47472 +CONFIG_ISA_DMA_API=y
47478 +CONFIG_PPC_INDIRECT_PCI=y
47482 +CONFIG_PCI_DOMAINS=y
47483 +CONFIG_PCI_SYSCALL=y
47484 +# CONFIG_PCIEPORTBUS is not set
47485 +CONFIG_ARCH_SUPPORTS_MSI=y
47486 +# CONFIG_PCI_MSI is not set
47487 +CONFIG_PCI_LEGACY=y
47492 +# CONFIG_ADVANCED_OPTIONS is not set
47495 +# Default settings for advanced configuration options are used
47497 +CONFIG_HIGHMEM_START=0xfe000000
47498 +CONFIG_LOWMEM_SIZE=0x30000000
47499 +CONFIG_KERNEL_START=0xc0000000
47500 +CONFIG_TASK_SIZE=0xc0000000
47501 +CONFIG_BOOT_LOAD=0x00800000
47509 +# Networking options
47512 +# CONFIG_PACKET_MMAP is not set
47515 +# CONFIG_XFRM_USER is not set
47516 +# CONFIG_XFRM_SUB_POLICY is not set
47517 +# CONFIG_XFRM_MIGRATE is not set
47518 +# CONFIG_XFRM_STATISTICS is not set
47519 +# CONFIG_NET_KEY is not set
47521 +CONFIG_IP_MULTICAST=y
47522 +# CONFIG_IP_ADVANCED_ROUTER is not set
47523 +CONFIG_IP_FIB_HASH=y
47525 +CONFIG_IP_PNP_DHCP=y
47526 +CONFIG_IP_PNP_BOOTP=y
47527 +# CONFIG_IP_PNP_RARP is not set
47528 +# CONFIG_NET_IPIP is not set
47529 +# CONFIG_NET_IPGRE is not set
47530 +# CONFIG_IP_MROUTE is not set
47531 +# CONFIG_ARPD is not set
47532 +CONFIG_SYN_COOKIES=y
47533 +# CONFIG_INET_AH is not set
47534 +# CONFIG_INET_ESP is not set
47535 +# CONFIG_INET_IPCOMP is not set
47536 +# CONFIG_INET_XFRM_TUNNEL is not set
47537 +# CONFIG_INET_TUNNEL is not set
47538 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
47539 +CONFIG_INET_XFRM_MODE_TUNNEL=y
47540 +CONFIG_INET_XFRM_MODE_BEET=y
47541 +# CONFIG_INET_LRO is not set
47542 +CONFIG_INET_DIAG=y
47543 +CONFIG_INET_TCP_DIAG=y
47544 +# CONFIG_TCP_CONG_ADVANCED is not set
47545 +CONFIG_TCP_CONG_CUBIC=y
47546 +CONFIG_DEFAULT_TCP_CONG="cubic"
47547 +# CONFIG_TCP_MD5SIG is not set
47548 +# CONFIG_IPV6 is not set
47549 +# CONFIG_INET6_XFRM_TUNNEL is not set
47550 +# CONFIG_INET6_TUNNEL is not set
47551 +# CONFIG_NETWORK_SECMARK is not set
47552 +# CONFIG_NETFILTER is not set
47553 +# CONFIG_IP_DCCP is not set
47554 +# CONFIG_IP_SCTP is not set
47555 +# CONFIG_TIPC is not set
47556 +# CONFIG_ATM is not set
47557 +# CONFIG_BRIDGE is not set
47558 +# CONFIG_VLAN_8021Q is not set
47559 +# CONFIG_DECNET is not set
47560 +# CONFIG_LLC2 is not set
47561 +# CONFIG_IPX is not set
47562 +# CONFIG_ATALK is not set
47563 +# CONFIG_X25 is not set
47564 +# CONFIG_LAPB is not set
47565 +# CONFIG_ECONET is not set
47566 +# CONFIG_WAN_ROUTER is not set
47567 +# CONFIG_NET_SCHED is not set
47572 +# CONFIG_NET_PKTGEN is not set
47573 +# CONFIG_HAMRADIO is not set
47574 +# CONFIG_CAN is not set
47575 +# CONFIG_IRDA is not set
47576 +# CONFIG_BT is not set
47577 +# CONFIG_AF_RXRPC is not set
47582 +# CONFIG_CFG80211 is not set
47583 +# CONFIG_WIRELESS_EXT is not set
47584 +# CONFIG_MAC80211 is not set
47585 +# CONFIG_IEEE80211 is not set
47586 +# CONFIG_RFKILL is not set
47587 +# CONFIG_NET_9P is not set
47594 +# Generic Driver Options
47596 +CONFIG_STANDALONE=y
47597 +CONFIG_PREVENT_FIRMWARE_BUILD=y
47598 +# CONFIG_SYS_HYPERVISOR is not set
47599 +# CONFIG_CONNECTOR is not set
47601 +# CONFIG_MTD_DEBUG is not set
47602 +CONFIG_MTD_CONCAT=y
47603 +CONFIG_MTD_PARTITIONS=y
47604 +# CONFIG_MTD_REDBOOT_PARTS is not set
47605 +CONFIG_MTD_CMDLINE_PARTS=y
47606 +# CONFIG_MTD_OF_PARTS is not set
47609 +# User Modules And Translation Layers
47612 +CONFIG_MTD_BLKDEVS=y
47613 +CONFIG_MTD_BLOCK=y
47614 +# CONFIG_FTL is not set
47615 +# CONFIG_NFTL is not set
47616 +# CONFIG_INFTL is not set
47617 +# CONFIG_RFD_FTL is not set
47618 +# CONFIG_SSFDC is not set
47619 +# CONFIG_MTD_OOPS is not set
47622 +# RAM/ROM/Flash chip drivers
47625 +# CONFIG_MTD_JEDECPROBE is not set
47626 +CONFIG_MTD_GEN_PROBE=y
47627 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
47628 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
47629 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
47630 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
47631 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
47632 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
47633 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
47634 +CONFIG_MTD_CFI_I1=y
47635 +CONFIG_MTD_CFI_I2=y
47636 +# CONFIG_MTD_CFI_I4 is not set
47637 +# CONFIG_MTD_CFI_I8 is not set
47638 +# CONFIG_MTD_CFI_INTELEXT is not set
47639 +CONFIG_MTD_CFI_AMDSTD=y
47640 +# CONFIG_MTD_CFI_STAA is not set
47641 +CONFIG_MTD_CFI_UTIL=y
47642 +# CONFIG_MTD_RAM is not set
47643 +# CONFIG_MTD_ROM is not set
47644 +# CONFIG_MTD_ABSENT is not set
47647 +# Mapping drivers for chip access
47649 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
47650 +# CONFIG_MTD_PHYSMAP is not set
47651 +# CONFIG_MTD_PHYSMAP_OF is not set
47652 +# CONFIG_MTD_INTEL_VR_NOR is not set
47653 +# CONFIG_MTD_PLATRAM is not set
47656 +# Self-contained MTD device drivers
47658 +# CONFIG_MTD_PMC551 is not set
47659 +# CONFIG_MTD_SLRAM is not set
47660 +# CONFIG_MTD_PHRAM is not set
47661 +# CONFIG_MTD_MTDRAM is not set
47662 +# CONFIG_MTD_BLOCK2MTD is not set
47665 +# Disk-On-Chip Device Drivers
47667 +# CONFIG_MTD_DOC2000 is not set
47668 +# CONFIG_MTD_DOC2001 is not set
47669 +# CONFIG_MTD_DOC2001PLUS is not set
47670 +# CONFIG_MTD_NAND is not set
47671 +# CONFIG_MTD_ONENAND is not set
47674 +# UBI - Unsorted block images
47676 +# CONFIG_MTD_UBI is not set
47677 +CONFIG_OF_DEVICE=y
47678 +# CONFIG_PARPORT is not set
47680 +# CONFIG_BLK_DEV_FD is not set
47681 +# CONFIG_BLK_CPQ_DA is not set
47682 +# CONFIG_BLK_CPQ_CISS_DA is not set
47683 +# CONFIG_BLK_DEV_DAC960 is not set
47684 +# CONFIG_BLK_DEV_UMEM is not set
47685 +# CONFIG_BLK_DEV_COW_COMMON is not set
47686 +CONFIG_BLK_DEV_LOOP=y
47687 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
47688 +# CONFIG_BLK_DEV_NBD is not set
47689 +# CONFIG_BLK_DEV_SX8 is not set
47690 +CONFIG_BLK_DEV_RAM=y
47691 +CONFIG_BLK_DEV_RAM_COUNT=16
47692 +CONFIG_BLK_DEV_RAM_SIZE=32768
47693 +# CONFIG_BLK_DEV_XIP is not set
47694 +# CONFIG_CDROM_PKTCDVD is not set
47695 +# CONFIG_ATA_OVER_ETH is not set
47696 +CONFIG_MISC_DEVICES=y
47697 +# CONFIG_PHANTOM is not set
47698 +# CONFIG_EEPROM_93CX6 is not set
47699 +# CONFIG_SGI_IOC4 is not set
47700 +# CONFIG_TIFM_CORE is not set
47701 +# CONFIG_ENCLOSURE_SERVICES is not set
47704 +CONFIG_IDE_MAX_HWIFS=4
47705 +CONFIG_BLK_DEV_IDE=y
47708 +# Please see Documentation/ide/ide.txt for help/info on IDE drives
47710 +# CONFIG_BLK_DEV_IDE_SATA is not set
47711 +CONFIG_BLK_DEV_IDEDISK=y
47712 +# CONFIG_IDEDISK_MULTI_MODE is not set
47713 +# CONFIG_BLK_DEV_IDECD is not set
47714 +# CONFIG_BLK_DEV_IDETAPE is not set
47715 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
47716 +# CONFIG_IDE_TASK_IOCTL is not set
47717 +CONFIG_IDE_PROC_FS=y
47720 +# IDE chipset support/bugfixes
47722 +CONFIG_IDE_GENERIC=y
47723 +# CONFIG_BLK_DEV_PLATFORM is not set
47724 +CONFIG_BLK_DEV_IDEDMA_SFF=y
47727 +# PCI IDE chipsets support
47729 +CONFIG_BLK_DEV_IDEPCI=y
47730 +CONFIG_IDEPCI_PCIBUS_ORDER=y
47731 +# CONFIG_BLK_DEV_OFFBOARD is not set
47732 +CONFIG_BLK_DEV_GENERIC=y
47733 +# CONFIG_BLK_DEV_OPTI621 is not set
47734 +CONFIG_BLK_DEV_IDEDMA_PCI=y
47735 +# CONFIG_BLK_DEV_AEC62XX is not set
47736 +# CONFIG_BLK_DEV_ALI15X3 is not set
47737 +# CONFIG_BLK_DEV_AMD74XX is not set
47738 +# CONFIG_BLK_DEV_CMD64X is not set
47739 +# CONFIG_BLK_DEV_TRIFLEX is not set
47740 +# CONFIG_BLK_DEV_CY82C693 is not set
47741 +# CONFIG_BLK_DEV_CS5520 is not set
47742 +# CONFIG_BLK_DEV_CS5530 is not set
47743 +# CONFIG_BLK_DEV_HPT34X is not set
47744 +# CONFIG_BLK_DEV_HPT366 is not set
47745 +# CONFIG_BLK_DEV_JMICRON is not set
47746 +# CONFIG_BLK_DEV_SC1200 is not set
47747 +# CONFIG_BLK_DEV_PIIX is not set
47748 +# CONFIG_BLK_DEV_IT8213 is not set
47749 +# CONFIG_BLK_DEV_IT821X is not set
47750 +# CONFIG_BLK_DEV_NS87415 is not set
47751 +# CONFIG_BLK_DEV_PDC202XX_OLD is not set
47752 +# CONFIG_BLK_DEV_PDC202XX_NEW is not set
47753 +# CONFIG_BLK_DEV_SVWKS is not set
47754 +# CONFIG_BLK_DEV_SIIMAGE is not set
47755 +# CONFIG_BLK_DEV_SL82C105 is not set
47756 +# CONFIG_BLK_DEV_SLC90E66 is not set
47757 +# CONFIG_BLK_DEV_TRM290 is not set
47758 +CONFIG_BLK_DEV_VIA82CXXX=y
47759 +# CONFIG_BLK_DEV_TC86C001 is not set
47760 +CONFIG_BLK_DEV_IDEDMA=y
47761 +CONFIG_IDE_ARCH_OBSOLETE_INIT=y
47762 +# CONFIG_BLK_DEV_HD is not set
47765 +# SCSI device support
47767 +# CONFIG_RAID_ATTRS is not set
47768 +# CONFIG_SCSI is not set
47769 +# CONFIG_SCSI_DMA is not set
47770 +# CONFIG_SCSI_NETLINK is not set
47771 +# CONFIG_ATA is not set
47772 +# CONFIG_MD is not set
47773 +# CONFIG_FUSION is not set
47776 +# IEEE 1394 (FireWire) support
47778 +# CONFIG_FIREWIRE is not set
47779 +# CONFIG_IEEE1394 is not set
47780 +# CONFIG_I2O is not set
47781 +# CONFIG_MACINTOSH_DRIVERS is not set
47782 +CONFIG_NETDEVICES=y
47783 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
47784 +# CONFIG_DUMMY is not set
47785 +# CONFIG_BONDING is not set
47786 +# CONFIG_MACVLAN is not set
47787 +# CONFIG_EQUALIZER is not set
47788 +# CONFIG_TUN is not set
47789 +# CONFIG_VETH is not set
47790 +# CONFIG_ARCNET is not set
47794 +# MII PHY device drivers
47796 +# CONFIG_MARVELL_PHY is not set
47797 +# CONFIG_DAVICOM_PHY is not set
47798 +# CONFIG_QSEMI_PHY is not set
47799 +# CONFIG_LXT_PHY is not set
47800 +# CONFIG_CICADA_PHY is not set
47801 +# CONFIG_VITESSE_PHY is not set
47802 +# CONFIG_SMSC_PHY is not set
47803 +# CONFIG_BROADCOM_PHY is not set
47804 +# CONFIG_ICPLUS_PHY is not set
47805 +# CONFIG_REALTEK_PHY is not set
47806 +# CONFIG_FIXED_PHY is not set
47807 +# CONFIG_MDIO_BITBANG is not set
47808 +CONFIG_NET_ETHERNET=y
47810 +# CONFIG_HAPPYMEAL is not set
47811 +# CONFIG_SUNGEM is not set
47812 +# CONFIG_CASSINI is not set
47813 +# CONFIG_NET_VENDOR_3COM is not set
47814 +# CONFIG_NET_TULIP is not set
47815 +# CONFIG_HP100 is not set
47816 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
47817 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
47818 +# CONFIG_IBM_NEW_EMAC_TAH is not set
47819 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
47821 +# CONFIG_PCNET32 is not set
47822 +# CONFIG_AMD8111_ETH is not set
47823 +# CONFIG_ADAPTEC_STARFIRE is not set
47824 +# CONFIG_B44 is not set
47825 +# CONFIG_FORCEDETH is not set
47826 +# CONFIG_EEPRO100 is not set
47828 +# CONFIG_FEALNX is not set
47829 +# CONFIG_NATSEMI is not set
47830 +# CONFIG_NE2K_PCI is not set
47831 +# CONFIG_8139CP is not set
47832 +# CONFIG_8139TOO is not set
47833 +# CONFIG_R6040 is not set
47834 +# CONFIG_SIS900 is not set
47835 +# CONFIG_EPIC100 is not set
47836 +# CONFIG_SUNDANCE is not set
47837 +# CONFIG_TLAN is not set
47838 +# CONFIG_VIA_RHINE is not set
47839 +# CONFIG_SC92031 is not set
47840 +# CONFIG_FS_ENET is not set
47841 +CONFIG_NETDEV_1000=y
47842 +# CONFIG_ACENIC is not set
47843 +# CONFIG_DL2K is not set
47844 +# CONFIG_E1000 is not set
47845 +# CONFIG_E1000E is not set
47846 +# CONFIG_E1000E_ENABLED is not set
47847 +# CONFIG_IP1000 is not set
47848 +# CONFIG_IGB is not set
47849 +# CONFIG_NS83820 is not set
47850 +# CONFIG_HAMACHI is not set
47851 +# CONFIG_YELLOWFIN is not set
47852 +# CONFIG_R8169 is not set
47853 +# CONFIG_SIS190 is not set
47854 +# CONFIG_SKGE is not set
47855 +# CONFIG_SKY2 is not set
47856 +# CONFIG_SK98LIN is not set
47857 +# CONFIG_VIA_VELOCITY is not set
47858 +# CONFIG_TIGON3 is not set
47859 +# CONFIG_BNX2 is not set
47861 +CONFIG_GFAR_NAPI=y
47862 +# CONFIG_QLA3XXX is not set
47863 +# CONFIG_ATL1 is not set
47864 +CONFIG_NETDEV_10000=y
47865 +# CONFIG_CHELSIO_T1 is not set
47866 +# CONFIG_CHELSIO_T3 is not set
47867 +# CONFIG_IXGBE is not set
47868 +# CONFIG_IXGB is not set
47869 +# CONFIG_S2IO is not set
47870 +# CONFIG_MYRI10GE is not set
47871 +# CONFIG_NETXEN_NIC is not set
47872 +# CONFIG_NIU is not set
47873 +# CONFIG_MLX4_CORE is not set
47874 +# CONFIG_TEHUTI is not set
47875 +# CONFIG_BNX2X is not set
47876 +# CONFIG_TR is not set
47881 +# CONFIG_WLAN_PRE80211 is not set
47882 +# CONFIG_WLAN_80211 is not set
47883 +# CONFIG_WAN is not set
47884 +# CONFIG_FDDI is not set
47885 +# CONFIG_HIPPI is not set
47886 +# CONFIG_PPP is not set
47887 +# CONFIG_SLIP is not set
47888 +# CONFIG_NETCONSOLE is not set
47889 +# CONFIG_NETPOLL is not set
47890 +# CONFIG_NET_POLL_CONTROLLER is not set
47891 +# CONFIG_ISDN is not set
47892 +# CONFIG_PHONE is not set
47895 +# Input device support
47898 +# CONFIG_INPUT_FF_MEMLESS is not set
47899 +# CONFIG_INPUT_POLLDEV is not set
47902 +# Userland interfaces
47904 +# CONFIG_INPUT_MOUSEDEV is not set
47905 +# CONFIG_INPUT_JOYDEV is not set
47906 +# CONFIG_INPUT_EVDEV is not set
47907 +# CONFIG_INPUT_EVBUG is not set
47910 +# Input Device Drivers
47912 +# CONFIG_INPUT_KEYBOARD is not set
47913 +# CONFIG_INPUT_MOUSE is not set
47914 +# CONFIG_INPUT_JOYSTICK is not set
47915 +# CONFIG_INPUT_TABLET is not set
47916 +# CONFIG_INPUT_TOUCHSCREEN is not set
47917 +# CONFIG_INPUT_MISC is not set
47920 +# Hardware I/O ports
47922 +# CONFIG_SERIO is not set
47923 +# CONFIG_GAMEPORT is not set
47926 +# Character devices
47928 +# CONFIG_VT is not set
47929 +# CONFIG_SERIAL_NONSTANDARD is not set
47930 +# CONFIG_NOZOMI is not set
47935 +CONFIG_SERIAL_8250=y
47936 +CONFIG_SERIAL_8250_CONSOLE=y
47937 +CONFIG_SERIAL_8250_PCI=y
47938 +CONFIG_SERIAL_8250_NR_UARTS=4
47939 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
47940 +# CONFIG_SERIAL_8250_EXTENDED is not set
47941 +CONFIG_SERIAL_8250_SHARE_IRQ=y
47944 +# Non-8250 serial port support
47946 +# CONFIG_SERIAL_UARTLITE is not set
47947 +CONFIG_SERIAL_CORE=y
47948 +CONFIG_SERIAL_CORE_CONSOLE=y
47949 +CONFIG_SERIAL_CPM=y
47950 +CONFIG_SERIAL_CPM_CONSOLE=y
47951 +CONFIG_SERIAL_CPM_SCC1=y
47952 +# CONFIG_SERIAL_CPM_SCC2 is not set
47953 +# CONFIG_SERIAL_CPM_SCC3 is not set
47954 +# CONFIG_SERIAL_CPM_SCC4 is not set
47955 +# CONFIG_SERIAL_CPM_SMC1 is not set
47956 +# CONFIG_SERIAL_CPM_SMC2 is not set
47957 +# CONFIG_SERIAL_JSM is not set
47958 +# CONFIG_SERIAL_OF_PLATFORM is not set
47959 +CONFIG_UNIX98_PTYS=y
47960 +CONFIG_LEGACY_PTYS=y
47961 +CONFIG_LEGACY_PTY_COUNT=256
47962 +# CONFIG_IPMI_HANDLER is not set
47963 +CONFIG_HW_RANDOM=y
47964 +# CONFIG_NVRAM is not set
47966 +# CONFIG_GEN_RTC_X is not set
47967 +# CONFIG_R3964 is not set
47968 +# CONFIG_APPLICOM is not set
47969 +# CONFIG_RAW_DRIVER is not set
47970 +# CONFIG_TCG_TPM is not set
47973 +CONFIG_I2C_BOARDINFO=y
47974 +CONFIG_I2C_CHARDEV=y
47979 +# CONFIG_I2C_ALGOBIT is not set
47980 +# CONFIG_I2C_ALGOPCF is not set
47981 +# CONFIG_I2C_ALGOPCA is not set
47984 +# I2C Hardware Bus support
47986 +# CONFIG_I2C_ALI1535 is not set
47987 +# CONFIG_I2C_ALI1563 is not set
47988 +# CONFIG_I2C_ALI15X3 is not set
47989 +# CONFIG_I2C_AMD756 is not set
47990 +# CONFIG_I2C_AMD8111 is not set
47991 +# CONFIG_I2C_I801 is not set
47992 +# CONFIG_I2C_I810 is not set
47993 +# CONFIG_I2C_PIIX4 is not set
47995 +# CONFIG_I2C_NFORCE2 is not set
47996 +# CONFIG_I2C_OCORES is not set
47997 +# CONFIG_I2C_PARPORT_LIGHT is not set
47998 +# CONFIG_I2C_PROSAVAGE is not set
47999 +# CONFIG_I2C_SAVAGE4 is not set
48000 +# CONFIG_I2C_SIMTEC is not set
48001 +# CONFIG_I2C_SIS5595 is not set
48002 +# CONFIG_I2C_SIS630 is not set
48003 +# CONFIG_I2C_SIS96X is not set
48004 +# CONFIG_I2C_TAOS_EVM is not set
48005 +# CONFIG_I2C_VIA is not set
48006 +# CONFIG_I2C_VIAPRO is not set
48007 +# CONFIG_I2C_VOODOO3 is not set
48010 +# Miscellaneous I2C Chip support
48012 +# CONFIG_DS1682 is not set
48013 +# CONFIG_SENSORS_EEPROM is not set
48014 +# CONFIG_SENSORS_PCF8574 is not set
48015 +# CONFIG_PCF8575 is not set
48016 +# CONFIG_SENSORS_PCF8591 is not set
48017 +# CONFIG_TPS65010 is not set
48018 +# CONFIG_SENSORS_MAX6875 is not set
48019 +# CONFIG_SENSORS_TSL2550 is not set
48020 +# CONFIG_I2C_DEBUG_CORE is not set
48021 +# CONFIG_I2C_DEBUG_ALGO is not set
48022 +# CONFIG_I2C_DEBUG_BUS is not set
48023 +# CONFIG_I2C_DEBUG_CHIP is not set
48028 +# CONFIG_SPI is not set
48029 +# CONFIG_SPI_MASTER is not set
48030 +# CONFIG_W1 is not set
48031 +# CONFIG_POWER_SUPPLY is not set
48033 +# CONFIG_HWMON_VID is not set
48034 +# CONFIG_SENSORS_AD7418 is not set
48035 +# CONFIG_SENSORS_ADM1021 is not set
48036 +# CONFIG_SENSORS_ADM1025 is not set
48037 +# CONFIG_SENSORS_ADM1026 is not set
48038 +# CONFIG_SENSORS_ADM1029 is not set
48039 +# CONFIG_SENSORS_ADM1031 is not set
48040 +# CONFIG_SENSORS_ADM9240 is not set
48041 +# CONFIG_SENSORS_ADT7470 is not set
48042 +# CONFIG_SENSORS_ADT7473 is not set
48043 +# CONFIG_SENSORS_ATXP1 is not set
48044 +# CONFIG_SENSORS_DS1621 is not set
48045 +# CONFIG_SENSORS_I5K_AMB is not set
48046 +# CONFIG_SENSORS_F71805F is not set
48047 +# CONFIG_SENSORS_F71882FG is not set
48048 +# CONFIG_SENSORS_F75375S is not set
48049 +# CONFIG_SENSORS_GL518SM is not set
48050 +# CONFIG_SENSORS_GL520SM is not set
48051 +# CONFIG_SENSORS_IT87 is not set
48052 +# CONFIG_SENSORS_LM63 is not set
48053 +CONFIG_SENSORS_LM75=y
48054 +# CONFIG_SENSORS_LM77 is not set
48055 +# CONFIG_SENSORS_LM78 is not set
48056 +# CONFIG_SENSORS_LM80 is not set
48057 +# CONFIG_SENSORS_LM83 is not set
48058 +# CONFIG_SENSORS_LM85 is not set
48059 +# CONFIG_SENSORS_LM87 is not set
48060 +# CONFIG_SENSORS_LM90 is not set
48061 +# CONFIG_SENSORS_LM92 is not set
48062 +# CONFIG_SENSORS_LM93 is not set
48063 +# CONFIG_SENSORS_MAX1619 is not set
48064 +# CONFIG_SENSORS_MAX6650 is not set
48065 +# CONFIG_SENSORS_PC87360 is not set
48066 +# CONFIG_SENSORS_PC87427 is not set
48067 +# CONFIG_SENSORS_SIS5595 is not set
48068 +# CONFIG_SENSORS_DME1737 is not set
48069 +# CONFIG_SENSORS_SMSC47M1 is not set
48070 +# CONFIG_SENSORS_SMSC47M192 is not set
48071 +# CONFIG_SENSORS_SMSC47B397 is not set
48072 +# CONFIG_SENSORS_ADS7828 is not set
48073 +# CONFIG_SENSORS_THMC50 is not set
48074 +# CONFIG_SENSORS_VIA686A is not set
48075 +# CONFIG_SENSORS_VT1211 is not set
48076 +# CONFIG_SENSORS_VT8231 is not set
48077 +# CONFIG_SENSORS_W83781D is not set
48078 +# CONFIG_SENSORS_W83791D is not set
48079 +# CONFIG_SENSORS_W83792D is not set
48080 +# CONFIG_SENSORS_W83793 is not set
48081 +# CONFIG_SENSORS_W83L785TS is not set
48082 +# CONFIG_SENSORS_W83L786NG is not set
48083 +# CONFIG_SENSORS_W83627HF is not set
48084 +# CONFIG_SENSORS_W83627EHF is not set
48085 +CONFIG_HWMON_DEBUG_CHIP=y
48086 +# CONFIG_THERMAL is not set
48087 +# CONFIG_WATCHDOG is not set
48090 +# Sonics Silicon Backplane
48092 +CONFIG_SSB_POSSIBLE=y
48093 +# CONFIG_SSB is not set
48096 +# Multifunction device drivers
48098 +# CONFIG_MFD_SM501 is not set
48101 +# Multimedia devices
48103 +# CONFIG_VIDEO_DEV is not set
48104 +# CONFIG_DVB_CORE is not set
48108 +# Graphics support
48110 +# CONFIG_AGP is not set
48111 +# CONFIG_DRM is not set
48112 +# CONFIG_VGASTATE is not set
48113 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
48114 +# CONFIG_FB is not set
48115 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
48118 +# Display device support
48120 +# CONFIG_DISPLAY_SUPPORT is not set
48125 +# CONFIG_SOUND is not set
48126 +CONFIG_HID_SUPPORT=y
48128 +# CONFIG_HID_DEBUG is not set
48129 +# CONFIG_HIDRAW is not set
48130 +CONFIG_USB_SUPPORT=y
48131 +CONFIG_USB_ARCH_HAS_HCD=y
48132 +CONFIG_USB_ARCH_HAS_OHCI=y
48133 +CONFIG_USB_ARCH_HAS_EHCI=y
48134 +# CONFIG_USB is not set
48137 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
48139 +# CONFIG_USB_GADGET is not set
48140 +# CONFIG_MMC is not set
48141 +# CONFIG_MEMSTICK is not set
48142 +# CONFIG_NEW_LEDS is not set
48143 +# CONFIG_INFINIBAND is not set
48144 +# CONFIG_EDAC is not set
48145 +# CONFIG_RTC_CLASS is not set
48146 +# CONFIG_DMADEVICES is not set
48151 +# CONFIG_UIO is not set
48157 +# CONFIG_EXT2_FS_XATTR is not set
48158 +# CONFIG_EXT2_FS_XIP is not set
48160 +CONFIG_EXT3_FS_XATTR=y
48161 +# CONFIG_EXT3_FS_POSIX_ACL is not set
48162 +# CONFIG_EXT3_FS_SECURITY is not set
48163 +# CONFIG_EXT4DEV_FS is not set
48165 +CONFIG_FS_MBCACHE=y
48166 +# CONFIG_REISERFS_FS is not set
48167 +# CONFIG_JFS_FS is not set
48168 +# CONFIG_FS_POSIX_ACL is not set
48169 +# CONFIG_XFS_FS is not set
48170 +# CONFIG_GFS2_FS is not set
48171 +# CONFIG_OCFS2_FS is not set
48174 +CONFIG_INOTIFY_USER=y
48175 +# CONFIG_QUOTA is not set
48176 +# CONFIG_AUTOFS_FS is not set
48177 +# CONFIG_AUTOFS4_FS is not set
48178 +# CONFIG_FUSE_FS is not set
48181 +# CD-ROM/DVD Filesystems
48183 +# CONFIG_ISO9660_FS is not set
48184 +# CONFIG_UDF_FS is not set
48187 +# DOS/FAT/NT Filesystems
48189 +# CONFIG_MSDOS_FS is not set
48190 +# CONFIG_VFAT_FS is not set
48191 +# CONFIG_NTFS_FS is not set
48194 +# Pseudo filesystems
48197 +CONFIG_PROC_KCORE=y
48198 +CONFIG_PROC_SYSCTL=y
48201 +# CONFIG_TMPFS_POSIX_ACL is not set
48202 +# CONFIG_HUGETLB_PAGE is not set
48203 +# CONFIG_CONFIGFS_FS is not set
48206 +# Miscellaneous filesystems
48208 +# CONFIG_ADFS_FS is not set
48209 +# CONFIG_AFFS_FS is not set
48210 +# CONFIG_HFS_FS is not set
48211 +# CONFIG_HFSPLUS_FS is not set
48212 +# CONFIG_BEFS_FS is not set
48213 +# CONFIG_BFS_FS is not set
48214 +# CONFIG_EFS_FS is not set
48216 +CONFIG_JFFS2_FS_DEBUG=0
48217 +CONFIG_JFFS2_FS_WRITEBUFFER=y
48218 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
48219 +# CONFIG_JFFS2_SUMMARY is not set
48220 +# CONFIG_JFFS2_FS_XATTR is not set
48221 +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
48222 +CONFIG_JFFS2_ZLIB=y
48223 +# CONFIG_JFFS2_LZO is not set
48224 +CONFIG_JFFS2_RTIME=y
48225 +# CONFIG_JFFS2_RUBIN is not set
48227 +# CONFIG_VXFS_FS is not set
48228 +# CONFIG_MINIX_FS is not set
48229 +# CONFIG_HPFS_FS is not set
48230 +# CONFIG_QNX4FS_FS is not set
48231 +# CONFIG_ROMFS_FS is not set
48232 +# CONFIG_SYSV_FS is not set
48233 +# CONFIG_UFS_FS is not set
48234 +CONFIG_NETWORK_FILESYSTEMS=y
48236 +# CONFIG_NFS_V3 is not set
48237 +# CONFIG_NFS_V4 is not set
48238 +# CONFIG_NFS_DIRECTIO is not set
48239 +# CONFIG_NFSD is not set
48242 +CONFIG_NFS_COMMON=y
48244 +# CONFIG_SUNRPC_BIND34 is not set
48245 +# CONFIG_RPCSEC_GSS_KRB5 is not set
48246 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
48247 +# CONFIG_SMB_FS is not set
48248 +# CONFIG_CIFS is not set
48249 +# CONFIG_NCP_FS is not set
48250 +# CONFIG_CODA_FS is not set
48251 +# CONFIG_AFS_FS is not set
48256 +CONFIG_PARTITION_ADVANCED=y
48257 +# CONFIG_ACORN_PARTITION is not set
48258 +# CONFIG_OSF_PARTITION is not set
48259 +# CONFIG_AMIGA_PARTITION is not set
48260 +# CONFIG_ATARI_PARTITION is not set
48261 +# CONFIG_MAC_PARTITION is not set
48262 +# CONFIG_MSDOS_PARTITION is not set
48263 +# CONFIG_LDM_PARTITION is not set
48264 +# CONFIG_SGI_PARTITION is not set
48265 +# CONFIG_ULTRIX_PARTITION is not set
48266 +# CONFIG_SUN_PARTITION is not set
48267 +# CONFIG_KARMA_PARTITION is not set
48268 +# CONFIG_EFI_PARTITION is not set
48269 +# CONFIG_SYSV68_PARTITION is not set
48270 +# CONFIG_NLS is not set
48271 +# CONFIG_DLM is not set
48274 +# Library routines
48276 +CONFIG_BITREVERSE=y
48277 +# CONFIG_CRC_CCITT is not set
48278 +# CONFIG_CRC16 is not set
48279 +# CONFIG_CRC_ITU_T is not set
48281 +# CONFIG_CRC7 is not set
48282 +# CONFIG_LIBCRC32C is not set
48283 +CONFIG_ZLIB_INFLATE=y
48284 +CONFIG_ZLIB_DEFLATE=y
48286 +CONFIG_HAS_IOMEM=y
48287 +CONFIG_HAS_IOPORT=y
48293 +# CONFIG_PRINTK_TIME is not set
48294 +CONFIG_ENABLE_WARN_DEPRECATED=y
48295 +CONFIG_ENABLE_MUST_CHECK=y
48296 +# CONFIG_MAGIC_SYSRQ is not set
48297 +# CONFIG_UNUSED_SYMBOLS is not set
48298 +# CONFIG_DEBUG_FS is not set
48299 +# CONFIG_HEADERS_CHECK is not set
48300 +# CONFIG_DEBUG_KERNEL is not set
48301 +# CONFIG_SLUB_DEBUG_ON is not set
48302 +# CONFIG_SLUB_STATS is not set
48303 +# CONFIG_DEBUG_BUGVERBOSE is not set
48304 +# CONFIG_SAMPLES is not set
48305 +# CONFIG_KGDB_CONSOLE is not set
48306 +# CONFIG_PPC_EARLY_DEBUG is not set
48309 +# Security options
48311 +# CONFIG_KEYS is not set
48312 +# CONFIG_SECURITY is not set
48313 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
48315 +# CONFIG_CRYPTO_SEQIV is not set
48316 +# CONFIG_CRYPTO_MANAGER is not set
48317 +# CONFIG_CRYPTO_HMAC is not set
48318 +# CONFIG_CRYPTO_XCBC is not set
48319 +# CONFIG_CRYPTO_NULL is not set
48320 +# CONFIG_CRYPTO_MD4 is not set
48321 +# CONFIG_CRYPTO_MD5 is not set
48322 +# CONFIG_CRYPTO_SHA1 is not set
48323 +# CONFIG_CRYPTO_SHA256 is not set
48324 +# CONFIG_CRYPTO_SHA512 is not set
48325 +# CONFIG_CRYPTO_WP512 is not set
48326 +# CONFIG_CRYPTO_TGR192 is not set
48327 +# CONFIG_CRYPTO_GF128MUL is not set
48328 +# CONFIG_CRYPTO_ECB is not set
48329 +# CONFIG_CRYPTO_CBC is not set
48330 +# CONFIG_CRYPTO_PCBC is not set
48331 +# CONFIG_CRYPTO_LRW is not set
48332 +# CONFIG_CRYPTO_XTS is not set
48333 +# CONFIG_CRYPTO_CTR is not set
48334 +# CONFIG_CRYPTO_GCM is not set
48335 +# CONFIG_CRYPTO_CCM is not set
48336 +# CONFIG_CRYPTO_CRYPTD is not set
48337 +# CONFIG_CRYPTO_DES is not set
48338 +# CONFIG_CRYPTO_FCRYPT is not set
48339 +# CONFIG_CRYPTO_BLOWFISH is not set
48340 +# CONFIG_CRYPTO_TWOFISH is not set
48341 +# CONFIG_CRYPTO_SERPENT is not set
48342 +# CONFIG_CRYPTO_AES is not set
48343 +# CONFIG_CRYPTO_CAST5 is not set
48344 +# CONFIG_CRYPTO_CAST6 is not set
48345 +# CONFIG_CRYPTO_TEA is not set
48346 +# CONFIG_CRYPTO_ARC4 is not set
48347 +# CONFIG_CRYPTO_KHAZAD is not set
48348 +# CONFIG_CRYPTO_ANUBIS is not set
48349 +# CONFIG_CRYPTO_SEED is not set
48350 +# CONFIG_CRYPTO_SALSA20 is not set
48351 +# CONFIG_CRYPTO_DEFLATE is not set
48352 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
48353 +# CONFIG_CRYPTO_CRC32C is not set
48354 +# CONFIG_CRYPTO_CAMELLIA is not set
48355 +# CONFIG_CRYPTO_AUTHENC is not set
48356 +# CONFIG_CRYPTO_LZO is not set
48357 +CONFIG_CRYPTO_HW=y
48358 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
48359 +# CONFIG_PPC_CLOCK is not set
48360 +CONFIG_PPC_LIB_RHEAP=y
48361 --- a/arch/powerpc/configs/bamboo_defconfig
48365 -# Automatically generated make config: don't edit
48366 -# Linux kernel version: 2.6.25-rc2
48367 -# Fri Feb 15 21:36:39 2008
48369 -# CONFIG_PPC64 is not set
48372 -# Processor support
48374 -# CONFIG_6xx is not set
48375 -# CONFIG_PPC_85xx is not set
48376 -# CONFIG_PPC_8xx is not set
48377 -# CONFIG_40x is not set
48379 -# CONFIG_E200 is not set
48383 -CONFIG_PTE_64BIT=y
48384 -CONFIG_PHYS_64BIT=y
48385 -# CONFIG_PPC_MM_SLICES is not set
48386 -CONFIG_NOT_COHERENT_CACHE=y
48388 -CONFIG_WORD_SIZE=32
48389 -CONFIG_PPC_MERGE=y
48391 -CONFIG_GENERIC_CMOS_UPDATE=y
48392 -CONFIG_GENERIC_TIME=y
48393 -CONFIG_GENERIC_TIME_VSYSCALL=y
48394 -CONFIG_GENERIC_CLOCKEVENTS=y
48395 -CONFIG_GENERIC_HARDIRQS=y
48396 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
48397 -CONFIG_IRQ_PER_CPU=y
48398 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
48399 -CONFIG_ARCH_HAS_ILOG2_U32=y
48400 -CONFIG_GENERIC_HWEIGHT=y
48401 -CONFIG_GENERIC_CALIBRATE_DELAY=y
48402 -CONFIG_GENERIC_FIND_NEXT_BIT=y
48403 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
48405 -CONFIG_EARLY_PRINTK=y
48406 -CONFIG_GENERIC_NVRAM=y
48407 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
48408 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
48411 -CONFIG_PPC_UDBG_16550=y
48412 -# CONFIG_GENERIC_TBSYNC is not set
48413 -CONFIG_AUDIT_ARCH=y
48414 -CONFIG_GENERIC_BUG=y
48415 -# CONFIG_DEFAULT_UIMAGE is not set
48416 -CONFIG_PPC_DCR_NATIVE=y
48417 -# CONFIG_PPC_DCR_MMIO is not set
48419 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
48424 -CONFIG_EXPERIMENTAL=y
48425 -CONFIG_BROKEN_ON_SMP=y
48426 -CONFIG_INIT_ENV_ARG_LIMIT=32
48427 -CONFIG_LOCALVERSION=""
48428 -CONFIG_LOCALVERSION_AUTO=y
48431 -CONFIG_SYSVIPC_SYSCTL=y
48432 -CONFIG_POSIX_MQUEUE=y
48433 -# CONFIG_BSD_PROCESS_ACCT is not set
48434 -# CONFIG_TASKSTATS is not set
48435 -# CONFIG_AUDIT is not set
48436 -# CONFIG_IKCONFIG is not set
48437 -CONFIG_LOG_BUF_SHIFT=14
48438 -# CONFIG_CGROUPS is not set
48439 -CONFIG_GROUP_SCHED=y
48440 -CONFIG_FAIR_GROUP_SCHED=y
48441 -# CONFIG_RT_GROUP_SCHED is not set
48442 -CONFIG_USER_SCHED=y
48443 -# CONFIG_CGROUP_SCHED is not set
48444 -CONFIG_SYSFS_DEPRECATED=y
48445 -# CONFIG_RELAY is not set
48446 -# CONFIG_NAMESPACES is not set
48447 -CONFIG_BLK_DEV_INITRD=y
48448 -CONFIG_INITRAMFS_SOURCE=""
48449 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
48452 -CONFIG_SYSCTL_SYSCALL=y
48454 -# CONFIG_KALLSYMS_ALL is not set
48455 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
48460 -CONFIG_COMPAT_BRK=y
48461 -CONFIG_BASE_FULL=y
48463 -CONFIG_ANON_INODES=y
48469 -CONFIG_VM_EVENT_COUNTERS=y
48470 -CONFIG_SLUB_DEBUG=y
48471 -# CONFIG_SLAB is not set
48473 -# CONFIG_SLOB is not set
48474 -# CONFIG_PROFILING is not set
48475 -# CONFIG_MARKERS is not set
48476 -CONFIG_HAVE_OPROFILE=y
48477 -# CONFIG_KPROBES is not set
48478 -CONFIG_HAVE_KPROBES=y
48479 -CONFIG_PROC_PAGE_MONITOR=y
48481 -CONFIG_RT_MUTEXES=y
48482 -# CONFIG_TINY_SHMEM is not set
48483 -CONFIG_BASE_SMALL=0
48485 -CONFIG_MODULE_UNLOAD=y
48486 -# CONFIG_MODULE_FORCE_UNLOAD is not set
48487 -# CONFIG_MODVERSIONS is not set
48488 -# CONFIG_MODULE_SRCVERSION_ALL is not set
48492 -# CONFIG_BLK_DEV_IO_TRACE is not set
48493 -# CONFIG_LSF is not set
48494 -# CONFIG_BLK_DEV_BSG is not set
48499 -CONFIG_IOSCHED_NOOP=y
48500 -CONFIG_IOSCHED_AS=y
48501 -CONFIG_IOSCHED_DEADLINE=y
48502 -CONFIG_IOSCHED_CFQ=y
48503 -CONFIG_DEFAULT_AS=y
48504 -# CONFIG_DEFAULT_DEADLINE is not set
48505 -# CONFIG_DEFAULT_CFQ is not set
48506 -# CONFIG_DEFAULT_NOOP is not set
48507 -CONFIG_DEFAULT_IOSCHED="anticipatory"
48508 -CONFIG_CLASSIC_RCU=y
48509 -# CONFIG_PREEMPT_RCU is not set
48510 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
48513 -# Platform support
48515 -# CONFIG_PPC_MPC512x is not set
48516 -# CONFIG_PPC_MPC5121 is not set
48517 -# CONFIG_PPC_CELL is not set
48518 -# CONFIG_PPC_CELL_NATIVE is not set
48519 -# CONFIG_PQ2ADS is not set
48521 -# CONFIG_EBONY is not set
48522 -# CONFIG_SEQUOIA is not set
48523 -# CONFIG_TAISHAN is not set
48524 -# CONFIG_KATMAI is not set
48525 -# CONFIG_RAINIER is not set
48526 -# CONFIG_WARP is not set
48528 -CONFIG_IBM440EP_ERR42=y
48529 -# CONFIG_IPIC is not set
48530 -# CONFIG_MPIC is not set
48531 -# CONFIG_MPIC_WEIRD is not set
48532 -# CONFIG_PPC_I8259 is not set
48533 -# CONFIG_PPC_RTAS is not set
48534 -# CONFIG_MMIO_NVRAM is not set
48535 -# CONFIG_PPC_MPC106 is not set
48536 -# CONFIG_PPC_970_NAP is not set
48537 -# CONFIG_PPC_INDIRECT_IO is not set
48538 -# CONFIG_GENERIC_IOMAP is not set
48539 -# CONFIG_CPU_FREQ is not set
48540 -# CONFIG_FSL_ULI1575 is not set
48545 -# CONFIG_HIGHMEM is not set
48546 -# CONFIG_TICK_ONESHOT is not set
48547 -# CONFIG_NO_HZ is not set
48548 -# CONFIG_HIGH_RES_TIMERS is not set
48549 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
48550 -# CONFIG_HZ_100 is not set
48552 -# CONFIG_HZ_300 is not set
48553 -# CONFIG_HZ_1000 is not set
48555 -# CONFIG_SCHED_HRTICK is not set
48556 -CONFIG_PREEMPT_NONE=y
48557 -# CONFIG_PREEMPT_VOLUNTARY is not set
48558 -# CONFIG_PREEMPT is not set
48559 -CONFIG_RCU_TRACE=y
48560 -CONFIG_BINFMT_ELF=y
48561 -# CONFIG_BINFMT_MISC is not set
48562 -# CONFIG_MATH_EMULATION is not set
48563 -# CONFIG_IOMMU_HELPER is not set
48564 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
48565 -CONFIG_ARCH_HAS_WALK_MEMORY=y
48566 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
48567 -CONFIG_ARCH_FLATMEM_ENABLE=y
48568 -CONFIG_ARCH_POPULATES_NODE_MAP=y
48569 -CONFIG_SELECT_MEMORY_MODEL=y
48570 -CONFIG_FLATMEM_MANUAL=y
48571 -# CONFIG_DISCONTIGMEM_MANUAL is not set
48572 -# CONFIG_SPARSEMEM_MANUAL is not set
48574 -CONFIG_FLAT_NODE_MEM_MAP=y
48575 -# CONFIG_SPARSEMEM_STATIC is not set
48576 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
48577 -CONFIG_SPLIT_PTLOCK_CPUS=4
48578 -CONFIG_RESOURCES_64BIT=y
48579 -CONFIG_ZONE_DMA_FLAG=1
48581 -CONFIG_VIRT_TO_BUS=y
48582 -CONFIG_PROC_DEVICETREE=y
48583 -CONFIG_CMDLINE_BOOL=y
48586 -CONFIG_ISA_DMA_API=y
48592 -CONFIG_PPC_INDIRECT_PCI=y
48594 -CONFIG_PCI_DOMAINS=y
48595 -CONFIG_PCI_SYSCALL=y
48596 -# CONFIG_PCIEPORTBUS is not set
48597 -CONFIG_ARCH_SUPPORTS_MSI=y
48598 -# CONFIG_PCI_MSI is not set
48599 -CONFIG_PCI_LEGACY=y
48600 -# CONFIG_PCI_DEBUG is not set
48601 -# CONFIG_PCCARD is not set
48602 -# CONFIG_HOTPLUG_PCI is not set
48607 -# CONFIG_ADVANCED_OPTIONS is not set
48610 -# Default settings for advanced configuration options are used
48612 -CONFIG_HIGHMEM_START=0xfe000000
48613 -CONFIG_LOWMEM_SIZE=0x30000000
48614 -CONFIG_KERNEL_START=0xc0000000
48615 -CONFIG_TASK_SIZE=0xc0000000
48616 -CONFIG_CONSISTENT_START=0xff100000
48617 -CONFIG_CONSISTENT_SIZE=0x00200000
48618 -CONFIG_BOOT_LOAD=0x01000000
48626 -# Networking options
48629 -# CONFIG_PACKET_MMAP is not set
48631 -# CONFIG_NET_KEY is not set
48633 -# CONFIG_IP_MULTICAST is not set
48634 -# CONFIG_IP_ADVANCED_ROUTER is not set
48635 -CONFIG_IP_FIB_HASH=y
48637 -CONFIG_IP_PNP_DHCP=y
48638 -CONFIG_IP_PNP_BOOTP=y
48639 -# CONFIG_IP_PNP_RARP is not set
48640 -# CONFIG_NET_IPIP is not set
48641 -# CONFIG_NET_IPGRE is not set
48642 -# CONFIG_ARPD is not set
48643 -# CONFIG_SYN_COOKIES is not set
48644 -# CONFIG_INET_AH is not set
48645 -# CONFIG_INET_ESP is not set
48646 -# CONFIG_INET_IPCOMP is not set
48647 -# CONFIG_INET_XFRM_TUNNEL is not set
48648 -# CONFIG_INET_TUNNEL is not set
48649 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
48650 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
48651 -# CONFIG_INET_XFRM_MODE_BEET is not set
48652 -# CONFIG_INET_LRO is not set
48653 -CONFIG_INET_DIAG=y
48654 -CONFIG_INET_TCP_DIAG=y
48655 -# CONFIG_TCP_CONG_ADVANCED is not set
48656 -CONFIG_TCP_CONG_CUBIC=y
48657 -CONFIG_DEFAULT_TCP_CONG="cubic"
48658 -# CONFIG_TCP_MD5SIG is not set
48659 -# CONFIG_IPV6 is not set
48660 -# CONFIG_INET6_XFRM_TUNNEL is not set
48661 -# CONFIG_INET6_TUNNEL is not set
48662 -# CONFIG_NETWORK_SECMARK is not set
48663 -# CONFIG_NETFILTER is not set
48664 -# CONFIG_IP_DCCP is not set
48665 -# CONFIG_IP_SCTP is not set
48666 -# CONFIG_TIPC is not set
48667 -# CONFIG_ATM is not set
48668 -# CONFIG_BRIDGE is not set
48669 -# CONFIG_VLAN_8021Q is not set
48670 -# CONFIG_DECNET is not set
48671 -# CONFIG_LLC2 is not set
48672 -# CONFIG_IPX is not set
48673 -# CONFIG_ATALK is not set
48674 -# CONFIG_X25 is not set
48675 -# CONFIG_LAPB is not set
48676 -# CONFIG_ECONET is not set
48677 -# CONFIG_WAN_ROUTER is not set
48678 -# CONFIG_NET_SCHED is not set
48683 -# CONFIG_NET_PKTGEN is not set
48684 -# CONFIG_HAMRADIO is not set
48685 -# CONFIG_CAN is not set
48686 -# CONFIG_IRDA is not set
48687 -# CONFIG_BT is not set
48688 -# CONFIG_AF_RXRPC is not set
48693 -# CONFIG_CFG80211 is not set
48694 -# CONFIG_WIRELESS_EXT is not set
48695 -# CONFIG_MAC80211 is not set
48696 -# CONFIG_IEEE80211 is not set
48697 -# CONFIG_RFKILL is not set
48698 -# CONFIG_NET_9P is not set
48705 -# Generic Driver Options
48707 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
48708 -CONFIG_STANDALONE=y
48709 -CONFIG_PREVENT_FIRMWARE_BUILD=y
48710 -CONFIG_FW_LOADER=y
48711 -# CONFIG_DEBUG_DRIVER is not set
48712 -# CONFIG_DEBUG_DEVRES is not set
48713 -# CONFIG_SYS_HYPERVISOR is not set
48714 -CONFIG_CONNECTOR=y
48715 -CONFIG_PROC_EVENTS=y
48716 -# CONFIG_MTD is not set
48717 -CONFIG_OF_DEVICE=y
48718 -# CONFIG_PARPORT is not set
48720 -# CONFIG_BLK_DEV_FD is not set
48721 -# CONFIG_BLK_CPQ_DA is not set
48722 -# CONFIG_BLK_CPQ_CISS_DA is not set
48723 -# CONFIG_BLK_DEV_DAC960 is not set
48724 -# CONFIG_BLK_DEV_UMEM is not set
48725 -# CONFIG_BLK_DEV_COW_COMMON is not set
48726 -# CONFIG_BLK_DEV_LOOP is not set
48727 -# CONFIG_BLK_DEV_NBD is not set
48728 -# CONFIG_BLK_DEV_SX8 is not set
48729 -CONFIG_BLK_DEV_RAM=y
48730 -CONFIG_BLK_DEV_RAM_COUNT=16
48731 -CONFIG_BLK_DEV_RAM_SIZE=35000
48732 -# CONFIG_BLK_DEV_XIP is not set
48733 -# CONFIG_CDROM_PKTCDVD is not set
48734 -# CONFIG_ATA_OVER_ETH is not set
48735 -# CONFIG_XILINX_SYSACE is not set
48736 -CONFIG_MISC_DEVICES=y
48737 -# CONFIG_PHANTOM is not set
48738 -# CONFIG_EEPROM_93CX6 is not set
48739 -# CONFIG_SGI_IOC4 is not set
48740 -# CONFIG_TIFM_CORE is not set
48741 -# CONFIG_ENCLOSURE_SERVICES is not set
48743 -# CONFIG_IDE is not set
48746 -# SCSI device support
48748 -# CONFIG_RAID_ATTRS is not set
48749 -# CONFIG_SCSI is not set
48750 -# CONFIG_SCSI_DMA is not set
48751 -# CONFIG_SCSI_NETLINK is not set
48752 -# CONFIG_ATA is not set
48753 -# CONFIG_MD is not set
48754 -# CONFIG_FUSION is not set
48757 -# IEEE 1394 (FireWire) support
48759 -# CONFIG_FIREWIRE is not set
48760 -# CONFIG_IEEE1394 is not set
48761 -# CONFIG_I2O is not set
48762 -# CONFIG_MACINTOSH_DRIVERS is not set
48763 -CONFIG_NETDEVICES=y
48764 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
48765 -# CONFIG_DUMMY is not set
48766 -# CONFIG_BONDING is not set
48767 -# CONFIG_MACVLAN is not set
48768 -# CONFIG_EQUALIZER is not set
48769 -# CONFIG_TUN is not set
48770 -# CONFIG_VETH is not set
48771 -# CONFIG_ARCNET is not set
48772 -# CONFIG_PHYLIB is not set
48773 -CONFIG_NET_ETHERNET=y
48774 -# CONFIG_MII is not set
48775 -# CONFIG_HAPPYMEAL is not set
48776 -# CONFIG_SUNGEM is not set
48777 -# CONFIG_CASSINI is not set
48778 -# CONFIG_NET_VENDOR_3COM is not set
48779 -# CONFIG_NET_TULIP is not set
48780 -# CONFIG_HP100 is not set
48781 -CONFIG_IBM_NEW_EMAC=y
48782 -CONFIG_IBM_NEW_EMAC_RXB=128
48783 -CONFIG_IBM_NEW_EMAC_TXB=64
48784 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
48785 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
48786 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
48787 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
48788 -CONFIG_IBM_NEW_EMAC_ZMII=y
48789 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
48790 -# CONFIG_IBM_NEW_EMAC_TAH is not set
48791 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
48792 -# CONFIG_NET_PCI is not set
48793 -# CONFIG_B44 is not set
48794 -CONFIG_NETDEV_1000=y
48795 -# CONFIG_ACENIC is not set
48796 -# CONFIG_DL2K is not set
48797 -# CONFIG_E1000 is not set
48798 -# CONFIG_E1000E is not set
48799 -# CONFIG_E1000E_ENABLED is not set
48800 -# CONFIG_IP1000 is not set
48801 -# CONFIG_IGB is not set
48802 -# CONFIG_NS83820 is not set
48803 -# CONFIG_HAMACHI is not set
48804 -# CONFIG_YELLOWFIN is not set
48805 -# CONFIG_R8169 is not set
48806 -# CONFIG_SIS190 is not set
48807 -# CONFIG_SKGE is not set
48808 -# CONFIG_SKY2 is not set
48809 -# CONFIG_SK98LIN is not set
48810 -# CONFIG_VIA_VELOCITY is not set
48811 -# CONFIG_TIGON3 is not set
48812 -# CONFIG_BNX2 is not set
48813 -# CONFIG_QLA3XXX is not set
48814 -# CONFIG_ATL1 is not set
48815 -CONFIG_NETDEV_10000=y
48816 -# CONFIG_CHELSIO_T1 is not set
48817 -# CONFIG_CHELSIO_T3 is not set
48818 -# CONFIG_IXGBE is not set
48819 -# CONFIG_IXGB is not set
48820 -# CONFIG_S2IO is not set
48821 -# CONFIG_MYRI10GE is not set
48822 -# CONFIG_NETXEN_NIC is not set
48823 -# CONFIG_NIU is not set
48824 -# CONFIG_MLX4_CORE is not set
48825 -# CONFIG_TEHUTI is not set
48826 -# CONFIG_BNX2X is not set
48827 -# CONFIG_TR is not set
48832 -# CONFIG_WLAN_PRE80211 is not set
48833 -# CONFIG_WLAN_80211 is not set
48834 -# CONFIG_WAN is not set
48835 -# CONFIG_FDDI is not set
48836 -# CONFIG_HIPPI is not set
48837 -# CONFIG_PPP is not set
48838 -# CONFIG_SLIP is not set
48839 -# CONFIG_NETCONSOLE is not set
48840 -# CONFIG_NETPOLL is not set
48841 -# CONFIG_NET_POLL_CONTROLLER is not set
48842 -# CONFIG_ISDN is not set
48843 -# CONFIG_PHONE is not set
48846 -# Input device support
48848 -# CONFIG_INPUT is not set
48851 -# Hardware I/O ports
48853 -# CONFIG_SERIO is not set
48854 -# CONFIG_GAMEPORT is not set
48857 -# Character devices
48859 -# CONFIG_VT is not set
48860 -# CONFIG_SERIAL_NONSTANDARD is not set
48861 -# CONFIG_NOZOMI is not set
48866 -CONFIG_SERIAL_8250=y
48867 -CONFIG_SERIAL_8250_CONSOLE=y
48868 -# CONFIG_SERIAL_8250_PCI is not set
48869 -CONFIG_SERIAL_8250_NR_UARTS=4
48870 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
48871 -CONFIG_SERIAL_8250_EXTENDED=y
48872 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
48873 -CONFIG_SERIAL_8250_SHARE_IRQ=y
48874 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
48875 -# CONFIG_SERIAL_8250_RSA is not set
48878 -# Non-8250 serial port support
48880 -# CONFIG_SERIAL_UARTLITE is not set
48881 -CONFIG_SERIAL_CORE=y
48882 -CONFIG_SERIAL_CORE_CONSOLE=y
48883 -# CONFIG_SERIAL_JSM is not set
48884 -CONFIG_SERIAL_OF_PLATFORM=y
48885 -CONFIG_UNIX98_PTYS=y
48886 -CONFIG_LEGACY_PTYS=y
48887 -CONFIG_LEGACY_PTY_COUNT=256
48888 -# CONFIG_IPMI_HANDLER is not set
48889 -# CONFIG_HW_RANDOM is not set
48890 -# CONFIG_NVRAM is not set
48891 -# CONFIG_GEN_RTC is not set
48892 -# CONFIG_R3964 is not set
48893 -# CONFIG_APPLICOM is not set
48894 -# CONFIG_RAW_DRIVER is not set
48895 -# CONFIG_TCG_TPM is not set
48897 -# CONFIG_I2C is not set
48902 -# CONFIG_SPI is not set
48903 -# CONFIG_SPI_MASTER is not set
48904 -# CONFIG_W1 is not set
48905 -# CONFIG_POWER_SUPPLY is not set
48906 -# CONFIG_HWMON is not set
48908 -# CONFIG_WATCHDOG is not set
48911 -# Sonics Silicon Backplane
48913 -CONFIG_SSB_POSSIBLE=y
48914 -# CONFIG_SSB is not set
48917 -# Multifunction device drivers
48919 -# CONFIG_MFD_SM501 is not set
48922 -# Multimedia devices
48924 -# CONFIG_VIDEO_DEV is not set
48925 -# CONFIG_DVB_CORE is not set
48929 -# Graphics support
48931 -# CONFIG_AGP is not set
48932 -# CONFIG_DRM is not set
48933 -# CONFIG_VGASTATE is not set
48934 -CONFIG_VIDEO_OUTPUT_CONTROL=m
48935 -# CONFIG_FB is not set
48936 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
48939 -# Display device support
48941 -# CONFIG_DISPLAY_SUPPORT is not set
48946 -# CONFIG_SOUND is not set
48947 -CONFIG_USB_SUPPORT=y
48948 -CONFIG_USB_ARCH_HAS_HCD=y
48949 -CONFIG_USB_ARCH_HAS_OHCI=y
48950 -CONFIG_USB_ARCH_HAS_EHCI=y
48951 -# CONFIG_USB is not set
48954 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
48956 -# CONFIG_USB_GADGET is not set
48957 -# CONFIG_MMC is not set
48958 -# CONFIG_MEMSTICK is not set
48959 -# CONFIG_NEW_LEDS is not set
48960 -# CONFIG_INFINIBAND is not set
48961 -# CONFIG_EDAC is not set
48962 -# CONFIG_RTC_CLASS is not set
48967 -# CONFIG_UIO is not set
48973 -# CONFIG_EXT2_FS_XATTR is not set
48974 -# CONFIG_EXT2_FS_XIP is not set
48975 -# CONFIG_EXT3_FS is not set
48976 -# CONFIG_EXT4DEV_FS is not set
48977 -# CONFIG_REISERFS_FS is not set
48978 -# CONFIG_JFS_FS is not set
48979 -# CONFIG_FS_POSIX_ACL is not set
48980 -# CONFIG_XFS_FS is not set
48981 -# CONFIG_GFS2_FS is not set
48982 -# CONFIG_OCFS2_FS is not set
48985 -CONFIG_INOTIFY_USER=y
48986 -# CONFIG_QUOTA is not set
48987 -# CONFIG_AUTOFS_FS is not set
48988 -# CONFIG_AUTOFS4_FS is not set
48989 -# CONFIG_FUSE_FS is not set
48992 -# CD-ROM/DVD Filesystems
48994 -# CONFIG_ISO9660_FS is not set
48995 -# CONFIG_UDF_FS is not set
48998 -# DOS/FAT/NT Filesystems
49000 -# CONFIG_MSDOS_FS is not set
49001 -# CONFIG_VFAT_FS is not set
49002 -# CONFIG_NTFS_FS is not set
49005 -# Pseudo filesystems
49008 -CONFIG_PROC_KCORE=y
49009 -CONFIG_PROC_SYSCTL=y
49012 -# CONFIG_TMPFS_POSIX_ACL is not set
49013 -# CONFIG_HUGETLB_PAGE is not set
49014 -# CONFIG_CONFIGFS_FS is not set
49017 -# Miscellaneous filesystems
49019 -# CONFIG_ADFS_FS is not set
49020 -# CONFIG_AFFS_FS is not set
49021 -# CONFIG_HFS_FS is not set
49022 -# CONFIG_HFSPLUS_FS is not set
49023 -# CONFIG_BEFS_FS is not set
49024 -# CONFIG_BFS_FS is not set
49025 -# CONFIG_EFS_FS is not set
49027 -# CONFIG_VXFS_FS is not set
49028 -# CONFIG_MINIX_FS is not set
49029 -# CONFIG_HPFS_FS is not set
49030 -# CONFIG_QNX4FS_FS is not set
49031 -# CONFIG_ROMFS_FS is not set
49032 -# CONFIG_SYSV_FS is not set
49033 -# CONFIG_UFS_FS is not set
49034 -CONFIG_NETWORK_FILESYSTEMS=y
49037 -# CONFIG_NFS_V3_ACL is not set
49038 -# CONFIG_NFS_V4 is not set
49039 -# CONFIG_NFS_DIRECTIO is not set
49040 -# CONFIG_NFSD is not set
49044 -CONFIG_NFS_COMMON=y
49046 -# CONFIG_SUNRPC_BIND34 is not set
49047 -# CONFIG_RPCSEC_GSS_KRB5 is not set
49048 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
49049 -# CONFIG_SMB_FS is not set
49050 -# CONFIG_CIFS is not set
49051 -# CONFIG_NCP_FS is not set
49052 -# CONFIG_CODA_FS is not set
49053 -# CONFIG_AFS_FS is not set
49058 -# CONFIG_PARTITION_ADVANCED is not set
49059 -CONFIG_MSDOS_PARTITION=y
49060 -# CONFIG_NLS is not set
49061 -# CONFIG_DLM is not set
49064 -# Library routines
49066 -CONFIG_BITREVERSE=y
49067 -# CONFIG_CRC_CCITT is not set
49068 -# CONFIG_CRC16 is not set
49069 -# CONFIG_CRC_ITU_T is not set
49071 -# CONFIG_CRC7 is not set
49072 -# CONFIG_LIBCRC32C is not set
49073 -CONFIG_ZLIB_INFLATE=y
49075 -CONFIG_HAS_IOMEM=y
49076 -CONFIG_HAS_IOPORT=y
49082 -# CONFIG_PRINTK_TIME is not set
49083 -CONFIG_ENABLE_WARN_DEPRECATED=y
49084 -CONFIG_ENABLE_MUST_CHECK=y
49085 -CONFIG_MAGIC_SYSRQ=y
49086 -# CONFIG_UNUSED_SYMBOLS is not set
49088 -# CONFIG_HEADERS_CHECK is not set
49089 -CONFIG_DEBUG_KERNEL=y
49090 -# CONFIG_DEBUG_SHIRQ is not set
49091 -CONFIG_DETECT_SOFTLOCKUP=y
49092 -CONFIG_SCHED_DEBUG=y
49093 -# CONFIG_SCHEDSTATS is not set
49094 -# CONFIG_TIMER_STATS is not set
49095 -# CONFIG_SLUB_DEBUG_ON is not set
49096 -# CONFIG_SLUB_STATS is not set
49097 -# CONFIG_DEBUG_RT_MUTEXES is not set
49098 -# CONFIG_RT_MUTEX_TESTER is not set
49099 -# CONFIG_DEBUG_SPINLOCK is not set
49100 -# CONFIG_DEBUG_MUTEXES is not set
49101 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
49102 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
49103 -# CONFIG_DEBUG_KOBJECT is not set
49104 -# CONFIG_DEBUG_BUGVERBOSE is not set
49105 -# CONFIG_DEBUG_INFO is not set
49106 -# CONFIG_DEBUG_VM is not set
49107 -# CONFIG_DEBUG_LIST is not set
49108 -# CONFIG_DEBUG_SG is not set
49109 -# CONFIG_BOOT_PRINTK_DELAY is not set
49110 -# CONFIG_RCU_TORTURE_TEST is not set
49111 -# CONFIG_BACKTRACE_SELF_TEST is not set
49112 -# CONFIG_FAULT_INJECTION is not set
49113 -# CONFIG_SAMPLES is not set
49114 -# CONFIG_DEBUG_STACKOVERFLOW is not set
49115 -# CONFIG_DEBUG_STACK_USAGE is not set
49116 -# CONFIG_DEBUG_PAGEALLOC is not set
49118 -# CONFIG_KGDB is not set
49119 -# CONFIG_XMON is not set
49120 -# CONFIG_VIRQ_DEBUG is not set
49121 -# CONFIG_BDI_SWITCH is not set
49122 -# CONFIG_PPC_EARLY_DEBUG is not set
49125 -# Security options
49127 -# CONFIG_KEYS is not set
49128 -# CONFIG_SECURITY is not set
49129 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
49131 -CONFIG_CRYPTO_ALGAPI=y
49132 -CONFIG_CRYPTO_BLKCIPHER=y
49133 -# CONFIG_CRYPTO_SEQIV is not set
49134 -CONFIG_CRYPTO_MANAGER=y
49135 -# CONFIG_CRYPTO_HMAC is not set
49136 -# CONFIG_CRYPTO_XCBC is not set
49137 -# CONFIG_CRYPTO_NULL is not set
49138 -# CONFIG_CRYPTO_MD4 is not set
49139 -CONFIG_CRYPTO_MD5=y
49140 -# CONFIG_CRYPTO_SHA1 is not set
49141 -# CONFIG_CRYPTO_SHA256 is not set
49142 -# CONFIG_CRYPTO_SHA512 is not set
49143 -# CONFIG_CRYPTO_WP512 is not set
49144 -# CONFIG_CRYPTO_TGR192 is not set
49145 -# CONFIG_CRYPTO_GF128MUL is not set
49146 -CONFIG_CRYPTO_ECB=y
49147 -CONFIG_CRYPTO_CBC=y
49148 -CONFIG_CRYPTO_PCBC=y
49149 -# CONFIG_CRYPTO_LRW is not set
49150 -# CONFIG_CRYPTO_XTS is not set
49151 -# CONFIG_CRYPTO_CTR is not set
49152 -# CONFIG_CRYPTO_GCM is not set
49153 -# CONFIG_CRYPTO_CCM is not set
49154 -# CONFIG_CRYPTO_CRYPTD is not set
49155 -CONFIG_CRYPTO_DES=y
49156 -# CONFIG_CRYPTO_FCRYPT is not set
49157 -# CONFIG_CRYPTO_BLOWFISH is not set
49158 -# CONFIG_CRYPTO_TWOFISH is not set
49159 -# CONFIG_CRYPTO_SERPENT is not set
49160 -# CONFIG_CRYPTO_AES is not set
49161 -# CONFIG_CRYPTO_CAST5 is not set
49162 -# CONFIG_CRYPTO_CAST6 is not set
49163 -# CONFIG_CRYPTO_TEA is not set
49164 -# CONFIG_CRYPTO_ARC4 is not set
49165 -# CONFIG_CRYPTO_KHAZAD is not set
49166 -# CONFIG_CRYPTO_ANUBIS is not set
49167 -# CONFIG_CRYPTO_SEED is not set
49168 -# CONFIG_CRYPTO_SALSA20 is not set
49169 -# CONFIG_CRYPTO_DEFLATE is not set
49170 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
49171 -# CONFIG_CRYPTO_CRC32C is not set
49172 -# CONFIG_CRYPTO_CAMELLIA is not set
49173 -# CONFIG_CRYPTO_TEST is not set
49174 -# CONFIG_CRYPTO_AUTHENC is not set
49175 -# CONFIG_CRYPTO_LZO is not set
49176 -CONFIG_CRYPTO_HW=y
49177 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
49178 -# CONFIG_PPC_CLOCK is not set
49179 --- a/arch/powerpc/configs/chrp32_defconfig
49180 +++ b/arch/powerpc/configs/chrp32_defconfig
49183 # Automatically generated make config: don't edit
49184 # Linux kernel version: 2.6.25-rc6
49185 -# Thu Mar 20 10:33:36 2008
49186 +# Thu Mar 27 13:55:37 2008
49188 # CONFIG_PPC64 is not set
49190 @@ -74,8 +74,6 @@ CONFIG_IKCONFIG_PROC=y
49191 CONFIG_LOG_BUF_SHIFT=15
49192 # CONFIG_CGROUPS is not set
49193 # CONFIG_GROUP_SCHED is not set
49194 -# CONFIG_USER_SCHED is not set
49195 -# CONFIG_CGROUP_SCHED is not set
49196 CONFIG_SYSFS_DEPRECATED=y
49197 CONFIG_SYSFS_DEPRECATED_V2=y
49198 # CONFIG_RELAY is not set
49199 @@ -243,7 +241,7 @@ CONFIG_PCI_SYSCALL=y
49200 # CONFIG_PCIEPORTBUS is not set
49201 CONFIG_ARCH_SUPPORTS_MSI=y
49202 # CONFIG_PCI_MSI is not set
49203 -CONFIG_PCI_LEGACY=y
49204 +# CONFIG_PCI_LEGACY is not set
49205 # CONFIG_PCI_DEBUG is not set
49206 # CONFIG_PCCARD is not set
49207 # CONFIG_HOTPLUG_PCI is not set
49208 @@ -1328,6 +1326,7 @@ CONFIG_PLIST=y
49210 CONFIG_HAS_IOPORT=y
49216 --- a/arch/powerpc/configs/ebony_defconfig
49220 -# Automatically generated make config: don't edit
49221 -# Linux kernel version: 2.6.25-rc2
49222 -# Fri Feb 15 21:50:44 2008
49224 -# CONFIG_PPC64 is not set
49227 -# Processor support
49229 -# CONFIG_6xx is not set
49230 -# CONFIG_PPC_85xx is not set
49231 -# CONFIG_PPC_8xx is not set
49232 -# CONFIG_40x is not set
49234 -# CONFIG_E200 is not set
49237 -CONFIG_PTE_64BIT=y
49238 -CONFIG_PHYS_64BIT=y
49239 -# CONFIG_PPC_MM_SLICES is not set
49240 -CONFIG_NOT_COHERENT_CACHE=y
49242 -CONFIG_WORD_SIZE=32
49243 -CONFIG_PPC_MERGE=y
49245 -CONFIG_GENERIC_CMOS_UPDATE=y
49246 -CONFIG_GENERIC_TIME=y
49247 -CONFIG_GENERIC_TIME_VSYSCALL=y
49248 -CONFIG_GENERIC_CLOCKEVENTS=y
49249 -CONFIG_GENERIC_HARDIRQS=y
49250 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
49251 -CONFIG_IRQ_PER_CPU=y
49252 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
49253 -CONFIG_ARCH_HAS_ILOG2_U32=y
49254 -CONFIG_GENERIC_HWEIGHT=y
49255 -CONFIG_GENERIC_CALIBRATE_DELAY=y
49256 -CONFIG_GENERIC_FIND_NEXT_BIT=y
49257 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
49259 -CONFIG_EARLY_PRINTK=y
49260 -CONFIG_GENERIC_NVRAM=y
49261 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
49262 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
49265 -CONFIG_PPC_UDBG_16550=y
49266 -# CONFIG_GENERIC_TBSYNC is not set
49267 -CONFIG_AUDIT_ARCH=y
49268 -CONFIG_GENERIC_BUG=y
49269 -# CONFIG_DEFAULT_UIMAGE is not set
49270 -CONFIG_PPC_DCR_NATIVE=y
49271 -# CONFIG_PPC_DCR_MMIO is not set
49273 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
49278 -CONFIG_EXPERIMENTAL=y
49279 -CONFIG_BROKEN_ON_SMP=y
49280 -CONFIG_INIT_ENV_ARG_LIMIT=32
49281 -CONFIG_LOCALVERSION=""
49282 -CONFIG_LOCALVERSION_AUTO=y
49285 -CONFIG_SYSVIPC_SYSCTL=y
49286 -CONFIG_POSIX_MQUEUE=y
49287 -# CONFIG_BSD_PROCESS_ACCT is not set
49288 -# CONFIG_TASKSTATS is not set
49289 -# CONFIG_AUDIT is not set
49290 -# CONFIG_IKCONFIG is not set
49291 -CONFIG_LOG_BUF_SHIFT=14
49292 -# CONFIG_CGROUPS is not set
49293 -CONFIG_GROUP_SCHED=y
49294 -CONFIG_FAIR_GROUP_SCHED=y
49295 -# CONFIG_RT_GROUP_SCHED is not set
49296 -CONFIG_USER_SCHED=y
49297 -# CONFIG_CGROUP_SCHED is not set
49298 -CONFIG_SYSFS_DEPRECATED=y
49299 -# CONFIG_RELAY is not set
49300 -# CONFIG_NAMESPACES is not set
49301 -CONFIG_BLK_DEV_INITRD=y
49302 -CONFIG_INITRAMFS_SOURCE=""
49303 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
49306 -CONFIG_SYSCTL_SYSCALL=y
49308 -CONFIG_KALLSYMS_ALL=y
49309 -CONFIG_KALLSYMS_EXTRA_PASS=y
49314 -CONFIG_COMPAT_BRK=y
49315 -CONFIG_BASE_FULL=y
49317 -CONFIG_ANON_INODES=y
49323 -CONFIG_VM_EVENT_COUNTERS=y
49324 -CONFIG_SLUB_DEBUG=y
49325 -# CONFIG_SLAB is not set
49327 -# CONFIG_SLOB is not set
49328 -# CONFIG_PROFILING is not set
49329 -# CONFIG_MARKERS is not set
49330 -CONFIG_HAVE_OPROFILE=y
49331 -# CONFIG_KPROBES is not set
49332 -CONFIG_HAVE_KPROBES=y
49333 -CONFIG_PROC_PAGE_MONITOR=y
49335 -CONFIG_RT_MUTEXES=y
49336 -# CONFIG_TINY_SHMEM is not set
49337 -CONFIG_BASE_SMALL=0
49339 -CONFIG_MODULE_UNLOAD=y
49340 -# CONFIG_MODULE_FORCE_UNLOAD is not set
49341 -# CONFIG_MODVERSIONS is not set
49342 -# CONFIG_MODULE_SRCVERSION_ALL is not set
49346 -# CONFIG_BLK_DEV_IO_TRACE is not set
49347 -# CONFIG_LSF is not set
49348 -# CONFIG_BLK_DEV_BSG is not set
49353 -CONFIG_IOSCHED_NOOP=y
49354 -CONFIG_IOSCHED_AS=y
49355 -CONFIG_IOSCHED_DEADLINE=y
49356 -CONFIG_IOSCHED_CFQ=y
49357 -CONFIG_DEFAULT_AS=y
49358 -# CONFIG_DEFAULT_DEADLINE is not set
49359 -# CONFIG_DEFAULT_CFQ is not set
49360 -# CONFIG_DEFAULT_NOOP is not set
49361 -CONFIG_DEFAULT_IOSCHED="anticipatory"
49362 -CONFIG_CLASSIC_RCU=y
49363 -# CONFIG_PREEMPT_RCU is not set
49364 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
49367 -# Platform support
49369 -# CONFIG_PPC_MPC512x is not set
49370 -# CONFIG_PPC_MPC5121 is not set
49371 -# CONFIG_PPC_CELL is not set
49372 -# CONFIG_PPC_CELL_NATIVE is not set
49373 -# CONFIG_PQ2ADS is not set
49374 -# CONFIG_BAMBOO is not set
49376 -# CONFIG_SEQUOIA is not set
49377 -# CONFIG_TAISHAN is not set
49378 -# CONFIG_KATMAI is not set
49379 -# CONFIG_RAINIER is not set
49380 -# CONFIG_WARP is not set
49382 -# CONFIG_IPIC is not set
49383 -# CONFIG_MPIC is not set
49384 -# CONFIG_MPIC_WEIRD is not set
49385 -# CONFIG_PPC_I8259 is not set
49386 -# CONFIG_PPC_RTAS is not set
49387 -# CONFIG_MMIO_NVRAM is not set
49388 -# CONFIG_PPC_MPC106 is not set
49389 -# CONFIG_PPC_970_NAP is not set
49390 -# CONFIG_PPC_INDIRECT_IO is not set
49391 -# CONFIG_GENERIC_IOMAP is not set
49392 -# CONFIG_CPU_FREQ is not set
49393 -# CONFIG_FSL_ULI1575 is not set
49399 -# CONFIG_HIGHMEM is not set
49400 -# CONFIG_TICK_ONESHOT is not set
49401 -# CONFIG_NO_HZ is not set
49402 -# CONFIG_HIGH_RES_TIMERS is not set
49403 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
49404 -# CONFIG_HZ_100 is not set
49406 -# CONFIG_HZ_300 is not set
49407 -# CONFIG_HZ_1000 is not set
49409 -# CONFIG_SCHED_HRTICK is not set
49410 -CONFIG_PREEMPT_NONE=y
49411 -# CONFIG_PREEMPT_VOLUNTARY is not set
49412 -# CONFIG_PREEMPT is not set
49413 -CONFIG_RCU_TRACE=y
49414 -CONFIG_BINFMT_ELF=y
49415 -# CONFIG_BINFMT_MISC is not set
49416 -CONFIG_MATH_EMULATION=y
49417 -# CONFIG_IOMMU_HELPER is not set
49418 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
49419 -CONFIG_ARCH_HAS_WALK_MEMORY=y
49420 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
49421 -CONFIG_ARCH_FLATMEM_ENABLE=y
49422 -CONFIG_ARCH_POPULATES_NODE_MAP=y
49423 -CONFIG_SELECT_MEMORY_MODEL=y
49424 -CONFIG_FLATMEM_MANUAL=y
49425 -# CONFIG_DISCONTIGMEM_MANUAL is not set
49426 -# CONFIG_SPARSEMEM_MANUAL is not set
49428 -CONFIG_FLAT_NODE_MEM_MAP=y
49429 -# CONFIG_SPARSEMEM_STATIC is not set
49430 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
49431 -CONFIG_SPLIT_PTLOCK_CPUS=4
49432 -CONFIG_RESOURCES_64BIT=y
49433 -CONFIG_ZONE_DMA_FLAG=1
49435 -CONFIG_VIRT_TO_BUS=y
49436 -CONFIG_PROC_DEVICETREE=y
49437 -# CONFIG_CMDLINE_BOOL is not set
49439 -CONFIG_ISA_DMA_API=y
49445 -CONFIG_PPC_INDIRECT_PCI=y
49447 -CONFIG_PCI_DOMAINS=y
49448 -CONFIG_PCI_SYSCALL=y
49449 -# CONFIG_PCIEPORTBUS is not set
49450 -CONFIG_ARCH_SUPPORTS_MSI=y
49451 -# CONFIG_PCI_MSI is not set
49452 -CONFIG_PCI_LEGACY=y
49453 -# CONFIG_PCI_DEBUG is not set
49454 -# CONFIG_PCCARD is not set
49455 -# CONFIG_HOTPLUG_PCI is not set
49460 -# CONFIG_ADVANCED_OPTIONS is not set
49463 -# Default settings for advanced configuration options are used
49465 -CONFIG_HIGHMEM_START=0xfe000000
49466 -CONFIG_LOWMEM_SIZE=0x30000000
49467 -CONFIG_KERNEL_START=0xc0000000
49468 -CONFIG_TASK_SIZE=0xc0000000
49469 -CONFIG_CONSISTENT_START=0xff100000
49470 -CONFIG_CONSISTENT_SIZE=0x00200000
49471 -CONFIG_BOOT_LOAD=0x01000000
49479 -# Networking options
49482 -# CONFIG_PACKET_MMAP is not set
49484 -# CONFIG_NET_KEY is not set
49486 -# CONFIG_IP_MULTICAST is not set
49487 -# CONFIG_IP_ADVANCED_ROUTER is not set
49488 -CONFIG_IP_FIB_HASH=y
49490 -CONFIG_IP_PNP_DHCP=y
49491 -CONFIG_IP_PNP_BOOTP=y
49492 -# CONFIG_IP_PNP_RARP is not set
49493 -# CONFIG_NET_IPIP is not set
49494 -# CONFIG_NET_IPGRE is not set
49495 -# CONFIG_ARPD is not set
49496 -# CONFIG_SYN_COOKIES is not set
49497 -# CONFIG_INET_AH is not set
49498 -# CONFIG_INET_ESP is not set
49499 -# CONFIG_INET_IPCOMP is not set
49500 -# CONFIG_INET_XFRM_TUNNEL is not set
49501 -# CONFIG_INET_TUNNEL is not set
49502 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
49503 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
49504 -# CONFIG_INET_XFRM_MODE_BEET is not set
49505 -# CONFIG_INET_LRO is not set
49506 -CONFIG_INET_DIAG=y
49507 -CONFIG_INET_TCP_DIAG=y
49508 -# CONFIG_TCP_CONG_ADVANCED is not set
49509 -CONFIG_TCP_CONG_CUBIC=y
49510 -CONFIG_DEFAULT_TCP_CONG="cubic"
49511 -# CONFIG_TCP_MD5SIG is not set
49512 -# CONFIG_IPV6 is not set
49513 -# CONFIG_INET6_XFRM_TUNNEL is not set
49514 -# CONFIG_INET6_TUNNEL is not set
49515 -# CONFIG_NETWORK_SECMARK is not set
49516 -# CONFIG_NETFILTER is not set
49517 -# CONFIG_IP_DCCP is not set
49518 -# CONFIG_IP_SCTP is not set
49519 -# CONFIG_TIPC is not set
49520 -# CONFIG_ATM is not set
49521 -# CONFIG_BRIDGE is not set
49522 -# CONFIG_VLAN_8021Q is not set
49523 -# CONFIG_DECNET is not set
49524 -# CONFIG_LLC2 is not set
49525 -# CONFIG_IPX is not set
49526 -# CONFIG_ATALK is not set
49527 -# CONFIG_X25 is not set
49528 -# CONFIG_LAPB is not set
49529 -# CONFIG_ECONET is not set
49530 -# CONFIG_WAN_ROUTER is not set
49531 -# CONFIG_NET_SCHED is not set
49536 -# CONFIG_NET_PKTGEN is not set
49537 -# CONFIG_HAMRADIO is not set
49538 -# CONFIG_CAN is not set
49539 -# CONFIG_IRDA is not set
49540 -# CONFIG_BT is not set
49541 -# CONFIG_AF_RXRPC is not set
49546 -# CONFIG_CFG80211 is not set
49547 -# CONFIG_WIRELESS_EXT is not set
49548 -# CONFIG_MAC80211 is not set
49549 -# CONFIG_IEEE80211 is not set
49550 -# CONFIG_RFKILL is not set
49551 -# CONFIG_NET_9P is not set
49558 -# Generic Driver Options
49560 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
49561 -CONFIG_STANDALONE=y
49562 -CONFIG_PREVENT_FIRMWARE_BUILD=y
49563 -CONFIG_FW_LOADER=y
49564 -# CONFIG_DEBUG_DRIVER is not set
49565 -# CONFIG_DEBUG_DEVRES is not set
49566 -# CONFIG_SYS_HYPERVISOR is not set
49567 -CONFIG_CONNECTOR=y
49568 -CONFIG_PROC_EVENTS=y
49570 -# CONFIG_MTD_DEBUG is not set
49571 -# CONFIG_MTD_CONCAT is not set
49572 -CONFIG_MTD_PARTITIONS=y
49573 -# CONFIG_MTD_REDBOOT_PARTS is not set
49574 -# CONFIG_MTD_CMDLINE_PARTS is not set
49575 -CONFIG_MTD_OF_PARTS=y
49578 -# User Modules And Translation Layers
49581 -CONFIG_MTD_BLKDEVS=y
49582 -CONFIG_MTD_BLOCK=y
49583 -# CONFIG_FTL is not set
49584 -# CONFIG_NFTL is not set
49585 -# CONFIG_INFTL is not set
49586 -# CONFIG_RFD_FTL is not set
49587 -# CONFIG_SSFDC is not set
49588 -# CONFIG_MTD_OOPS is not set
49591 -# RAM/ROM/Flash chip drivers
49594 -CONFIG_MTD_JEDECPROBE=y
49595 -CONFIG_MTD_GEN_PROBE=y
49596 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
49597 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
49598 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
49599 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
49600 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
49601 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
49602 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
49603 -CONFIG_MTD_CFI_I1=y
49604 -CONFIG_MTD_CFI_I2=y
49605 -# CONFIG_MTD_CFI_I4 is not set
49606 -# CONFIG_MTD_CFI_I8 is not set
49607 -# CONFIG_MTD_CFI_INTELEXT is not set
49608 -CONFIG_MTD_CFI_AMDSTD=y
49609 -# CONFIG_MTD_CFI_STAA is not set
49610 -CONFIG_MTD_CFI_UTIL=y
49611 -# CONFIG_MTD_RAM is not set
49612 -# CONFIG_MTD_ROM is not set
49613 -# CONFIG_MTD_ABSENT is not set
49616 -# Mapping drivers for chip access
49618 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
49619 -# CONFIG_MTD_PHYSMAP is not set
49620 -CONFIG_MTD_PHYSMAP_OF=y
49621 -# CONFIG_MTD_INTEL_VR_NOR is not set
49622 -# CONFIG_MTD_PLATRAM is not set
49625 -# Self-contained MTD device drivers
49627 -# CONFIG_MTD_PMC551 is not set
49628 -# CONFIG_MTD_SLRAM is not set
49629 -# CONFIG_MTD_PHRAM is not set
49630 -# CONFIG_MTD_MTDRAM is not set
49631 -# CONFIG_MTD_BLOCK2MTD is not set
49634 -# Disk-On-Chip Device Drivers
49636 -# CONFIG_MTD_DOC2000 is not set
49637 -# CONFIG_MTD_DOC2001 is not set
49638 -# CONFIG_MTD_DOC2001PLUS is not set
49639 -# CONFIG_MTD_NAND is not set
49640 -# CONFIG_MTD_ONENAND is not set
49643 -# UBI - Unsorted block images
49645 -# CONFIG_MTD_UBI is not set
49646 -CONFIG_OF_DEVICE=y
49647 -# CONFIG_PARPORT is not set
49649 -# CONFIG_BLK_DEV_FD is not set
49650 -# CONFIG_BLK_CPQ_DA is not set
49651 -# CONFIG_BLK_CPQ_CISS_DA is not set
49652 -# CONFIG_BLK_DEV_DAC960 is not set
49653 -# CONFIG_BLK_DEV_UMEM is not set
49654 -# CONFIG_BLK_DEV_COW_COMMON is not set
49655 -# CONFIG_BLK_DEV_LOOP is not set
49656 -# CONFIG_BLK_DEV_NBD is not set
49657 -# CONFIG_BLK_DEV_SX8 is not set
49658 -CONFIG_BLK_DEV_RAM=y
49659 -CONFIG_BLK_DEV_RAM_COUNT=16
49660 -CONFIG_BLK_DEV_RAM_SIZE=35000
49661 -# CONFIG_BLK_DEV_XIP is not set
49662 -# CONFIG_CDROM_PKTCDVD is not set
49663 -# CONFIG_ATA_OVER_ETH is not set
49664 -# CONFIG_XILINX_SYSACE is not set
49665 -CONFIG_MISC_DEVICES=y
49666 -# CONFIG_PHANTOM is not set
49667 -# CONFIG_EEPROM_93CX6 is not set
49668 -# CONFIG_SGI_IOC4 is not set
49669 -# CONFIG_TIFM_CORE is not set
49670 -# CONFIG_ENCLOSURE_SERVICES is not set
49672 -# CONFIG_IDE is not set
49675 -# SCSI device support
49677 -# CONFIG_RAID_ATTRS is not set
49678 -# CONFIG_SCSI is not set
49679 -# CONFIG_SCSI_DMA is not set
49680 -# CONFIG_SCSI_NETLINK is not set
49681 -# CONFIG_ATA is not set
49682 -# CONFIG_MD is not set
49683 -# CONFIG_FUSION is not set
49686 -# IEEE 1394 (FireWire) support
49688 -# CONFIG_FIREWIRE is not set
49689 -# CONFIG_IEEE1394 is not set
49690 -# CONFIG_I2O is not set
49691 -# CONFIG_MACINTOSH_DRIVERS is not set
49692 -CONFIG_NETDEVICES=y
49693 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
49694 -# CONFIG_DUMMY is not set
49695 -# CONFIG_BONDING is not set
49696 -# CONFIG_MACVLAN is not set
49697 -# CONFIG_EQUALIZER is not set
49698 -# CONFIG_TUN is not set
49699 -# CONFIG_VETH is not set
49700 -# CONFIG_ARCNET is not set
49701 -# CONFIG_PHYLIB is not set
49702 -CONFIG_NET_ETHERNET=y
49703 -# CONFIG_MII is not set
49704 -# CONFIG_HAPPYMEAL is not set
49705 -# CONFIG_SUNGEM is not set
49706 -# CONFIG_CASSINI is not set
49707 -# CONFIG_NET_VENDOR_3COM is not set
49708 -# CONFIG_NET_TULIP is not set
49709 -# CONFIG_HP100 is not set
49710 -CONFIG_IBM_NEW_EMAC=y
49711 -CONFIG_IBM_NEW_EMAC_RXB=128
49712 -CONFIG_IBM_NEW_EMAC_TXB=64
49713 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
49714 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
49715 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
49716 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
49717 -CONFIG_IBM_NEW_EMAC_ZMII=y
49718 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
49719 -# CONFIG_IBM_NEW_EMAC_TAH is not set
49720 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
49721 -# CONFIG_NET_PCI is not set
49722 -# CONFIG_B44 is not set
49723 -CONFIG_NETDEV_1000=y
49724 -# CONFIG_ACENIC is not set
49725 -# CONFIG_DL2K is not set
49726 -# CONFIG_E1000 is not set
49727 -# CONFIG_E1000E is not set
49728 -# CONFIG_E1000E_ENABLED is not set
49729 -# CONFIG_IP1000 is not set
49730 -# CONFIG_IGB is not set
49731 -# CONFIG_NS83820 is not set
49732 -# CONFIG_HAMACHI is not set
49733 -# CONFIG_YELLOWFIN is not set
49734 -# CONFIG_R8169 is not set
49735 -# CONFIG_SIS190 is not set
49736 -# CONFIG_SKGE is not set
49737 -# CONFIG_SKY2 is not set
49738 -# CONFIG_SK98LIN is not set
49739 -# CONFIG_VIA_VELOCITY is not set
49740 -# CONFIG_TIGON3 is not set
49741 -# CONFIG_BNX2 is not set
49742 -# CONFIG_QLA3XXX is not set
49743 -# CONFIG_ATL1 is not set
49744 -CONFIG_NETDEV_10000=y
49745 -# CONFIG_CHELSIO_T1 is not set
49746 -# CONFIG_CHELSIO_T3 is not set
49747 -# CONFIG_IXGBE is not set
49748 -# CONFIG_IXGB is not set
49749 -# CONFIG_S2IO is not set
49750 -# CONFIG_MYRI10GE is not set
49751 -# CONFIG_NETXEN_NIC is not set
49752 -# CONFIG_NIU is not set
49753 -# CONFIG_MLX4_CORE is not set
49754 -# CONFIG_TEHUTI is not set
49755 -# CONFIG_BNX2X is not set
49756 -# CONFIG_TR is not set
49761 -# CONFIG_WLAN_PRE80211 is not set
49762 -# CONFIG_WLAN_80211 is not set
49763 -# CONFIG_WAN is not set
49764 -# CONFIG_FDDI is not set
49765 -# CONFIG_HIPPI is not set
49766 -# CONFIG_PPP is not set
49767 -# CONFIG_SLIP is not set
49768 -# CONFIG_NETCONSOLE is not set
49769 -# CONFIG_NETPOLL is not set
49770 -# CONFIG_NET_POLL_CONTROLLER is not set
49771 -# CONFIG_ISDN is not set
49772 -# CONFIG_PHONE is not set
49775 -# Input device support
49777 -# CONFIG_INPUT is not set
49780 -# Hardware I/O ports
49782 -# CONFIG_SERIO is not set
49783 -# CONFIG_GAMEPORT is not set
49786 -# Character devices
49788 -# CONFIG_VT is not set
49789 -# CONFIG_SERIAL_NONSTANDARD is not set
49790 -# CONFIG_NOZOMI is not set
49795 -CONFIG_SERIAL_8250=y
49796 -CONFIG_SERIAL_8250_CONSOLE=y
49797 -# CONFIG_SERIAL_8250_PCI is not set
49798 -CONFIG_SERIAL_8250_NR_UARTS=4
49799 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
49800 -CONFIG_SERIAL_8250_EXTENDED=y
49801 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
49802 -CONFIG_SERIAL_8250_SHARE_IRQ=y
49803 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
49804 -# CONFIG_SERIAL_8250_RSA is not set
49807 -# Non-8250 serial port support
49809 -# CONFIG_SERIAL_UARTLITE is not set
49810 -CONFIG_SERIAL_CORE=y
49811 -CONFIG_SERIAL_CORE_CONSOLE=y
49812 -# CONFIG_SERIAL_JSM is not set
49813 -CONFIG_SERIAL_OF_PLATFORM=y
49814 -CONFIG_UNIX98_PTYS=y
49815 -CONFIG_LEGACY_PTYS=y
49816 -CONFIG_LEGACY_PTY_COUNT=256
49817 -# CONFIG_IPMI_HANDLER is not set
49818 -# CONFIG_HW_RANDOM is not set
49819 -# CONFIG_NVRAM is not set
49820 -# CONFIG_GEN_RTC is not set
49821 -# CONFIG_R3964 is not set
49822 -# CONFIG_APPLICOM is not set
49823 -# CONFIG_RAW_DRIVER is not set
49824 -# CONFIG_TCG_TPM is not set
49826 -# CONFIG_I2C is not set
49831 -# CONFIG_SPI is not set
49832 -# CONFIG_SPI_MASTER is not set
49833 -# CONFIG_W1 is not set
49834 -# CONFIG_POWER_SUPPLY is not set
49835 -# CONFIG_HWMON is not set
49837 -# CONFIG_WATCHDOG is not set
49840 -# Sonics Silicon Backplane
49842 -CONFIG_SSB_POSSIBLE=y
49843 -# CONFIG_SSB is not set
49846 -# Multifunction device drivers
49848 -# CONFIG_MFD_SM501 is not set
49851 -# Multimedia devices
49853 -# CONFIG_VIDEO_DEV is not set
49854 -# CONFIG_DVB_CORE is not set
49855 -# CONFIG_DAB is not set
49858 -# Graphics support
49860 -# CONFIG_AGP is not set
49861 -# CONFIG_DRM is not set
49862 -# CONFIG_VGASTATE is not set
49863 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
49864 -# CONFIG_FB is not set
49865 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
49868 -# Display device support
49870 -# CONFIG_DISPLAY_SUPPORT is not set
49875 -# CONFIG_SOUND is not set
49876 -CONFIG_USB_SUPPORT=y
49877 -CONFIG_USB_ARCH_HAS_HCD=y
49878 -CONFIG_USB_ARCH_HAS_OHCI=y
49879 -CONFIG_USB_ARCH_HAS_EHCI=y
49880 -# CONFIG_USB is not set
49883 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
49885 -# CONFIG_USB_GADGET is not set
49886 -# CONFIG_MMC is not set
49887 -# CONFIG_MEMSTICK is not set
49888 -# CONFIG_NEW_LEDS is not set
49889 -# CONFIG_INFINIBAND is not set
49890 -# CONFIG_EDAC is not set
49891 -# CONFIG_RTC_CLASS is not set
49896 -# CONFIG_UIO is not set
49902 -# CONFIG_EXT2_FS_XATTR is not set
49903 -# CONFIG_EXT2_FS_XIP is not set
49904 -# CONFIG_EXT3_FS is not set
49905 -# CONFIG_EXT4DEV_FS is not set
49906 -# CONFIG_REISERFS_FS is not set
49907 -# CONFIG_JFS_FS is not set
49908 -# CONFIG_FS_POSIX_ACL is not set
49909 -# CONFIG_XFS_FS is not set
49910 -# CONFIG_GFS2_FS is not set
49911 -# CONFIG_OCFS2_FS is not set
49914 -CONFIG_INOTIFY_USER=y
49915 -# CONFIG_QUOTA is not set
49916 -# CONFIG_AUTOFS_FS is not set
49917 -# CONFIG_AUTOFS4_FS is not set
49918 -# CONFIG_FUSE_FS is not set
49921 -# CD-ROM/DVD Filesystems
49923 -# CONFIG_ISO9660_FS is not set
49924 -# CONFIG_UDF_FS is not set
49927 -# DOS/FAT/NT Filesystems
49929 -# CONFIG_MSDOS_FS is not set
49930 -# CONFIG_VFAT_FS is not set
49931 -# CONFIG_NTFS_FS is not set
49934 -# Pseudo filesystems
49937 -CONFIG_PROC_KCORE=y
49938 -CONFIG_PROC_SYSCTL=y
49941 -# CONFIG_TMPFS_POSIX_ACL is not set
49942 -# CONFIG_HUGETLB_PAGE is not set
49943 -# CONFIG_CONFIGFS_FS is not set
49946 -# Miscellaneous filesystems
49948 -# CONFIG_ADFS_FS is not set
49949 -# CONFIG_AFFS_FS is not set
49950 -# CONFIG_HFS_FS is not set
49951 -# CONFIG_HFSPLUS_FS is not set
49952 -# CONFIG_BEFS_FS is not set
49953 -# CONFIG_BFS_FS is not set
49954 -# CONFIG_EFS_FS is not set
49956 -CONFIG_JFFS2_FS_DEBUG=0
49957 -CONFIG_JFFS2_FS_WRITEBUFFER=y
49958 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
49959 -# CONFIG_JFFS2_SUMMARY is not set
49960 -# CONFIG_JFFS2_FS_XATTR is not set
49961 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
49962 -CONFIG_JFFS2_ZLIB=y
49963 -# CONFIG_JFFS2_LZO is not set
49964 -CONFIG_JFFS2_RTIME=y
49965 -# CONFIG_JFFS2_RUBIN is not set
49967 -# CONFIG_VXFS_FS is not set
49968 -# CONFIG_MINIX_FS is not set
49969 -# CONFIG_HPFS_FS is not set
49970 -# CONFIG_QNX4FS_FS is not set
49971 -# CONFIG_ROMFS_FS is not set
49972 -# CONFIG_SYSV_FS is not set
49973 -# CONFIG_UFS_FS is not set
49974 -CONFIG_NETWORK_FILESYSTEMS=y
49977 -# CONFIG_NFS_V3_ACL is not set
49978 -# CONFIG_NFS_V4 is not set
49979 -# CONFIG_NFS_DIRECTIO is not set
49980 -# CONFIG_NFSD is not set
49984 -CONFIG_NFS_COMMON=y
49986 -# CONFIG_SUNRPC_BIND34 is not set
49987 -# CONFIG_RPCSEC_GSS_KRB5 is not set
49988 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
49989 -# CONFIG_SMB_FS is not set
49990 -# CONFIG_CIFS is not set
49991 -# CONFIG_NCP_FS is not set
49992 -# CONFIG_CODA_FS is not set
49993 -# CONFIG_AFS_FS is not set
49998 -# CONFIG_PARTITION_ADVANCED is not set
49999 -CONFIG_MSDOS_PARTITION=y
50000 -# CONFIG_NLS is not set
50001 -# CONFIG_DLM is not set
50004 -# Library routines
50006 -CONFIG_BITREVERSE=y
50007 -# CONFIG_CRC_CCITT is not set
50008 -# CONFIG_CRC16 is not set
50009 -# CONFIG_CRC_ITU_T is not set
50011 -# CONFIG_CRC7 is not set
50012 -# CONFIG_LIBCRC32C is not set
50013 -CONFIG_ZLIB_INFLATE=y
50014 -CONFIG_ZLIB_DEFLATE=y
50016 -CONFIG_HAS_IOMEM=y
50017 -CONFIG_HAS_IOPORT=y
50023 -# CONFIG_PRINTK_TIME is not set
50024 -CONFIG_ENABLE_WARN_DEPRECATED=y
50025 -CONFIG_ENABLE_MUST_CHECK=y
50026 -CONFIG_MAGIC_SYSRQ=y
50027 -# CONFIG_UNUSED_SYMBOLS is not set
50029 -# CONFIG_HEADERS_CHECK is not set
50030 -CONFIG_DEBUG_KERNEL=y
50031 -# CONFIG_DEBUG_SHIRQ is not set
50032 -CONFIG_DETECT_SOFTLOCKUP=y
50033 -CONFIG_SCHED_DEBUG=y
50034 -# CONFIG_SCHEDSTATS is not set
50035 -# CONFIG_TIMER_STATS is not set
50036 -# CONFIG_SLUB_DEBUG_ON is not set
50037 -# CONFIG_SLUB_STATS is not set
50038 -# CONFIG_DEBUG_RT_MUTEXES is not set
50039 -# CONFIG_RT_MUTEX_TESTER is not set
50040 -# CONFIG_DEBUG_SPINLOCK is not set
50041 -# CONFIG_DEBUG_MUTEXES is not set
50042 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
50043 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
50044 -# CONFIG_DEBUG_KOBJECT is not set
50045 -CONFIG_DEBUG_BUGVERBOSE=y
50046 -# CONFIG_DEBUG_INFO is not set
50047 -# CONFIG_DEBUG_VM is not set
50048 -# CONFIG_DEBUG_LIST is not set
50049 -# CONFIG_DEBUG_SG is not set
50050 -# CONFIG_BOOT_PRINTK_DELAY is not set
50051 -# CONFIG_RCU_TORTURE_TEST is not set
50052 -# CONFIG_BACKTRACE_SELF_TEST is not set
50053 -# CONFIG_FAULT_INJECTION is not set
50054 -# CONFIG_SAMPLES is not set
50055 -# CONFIG_DEBUG_STACKOVERFLOW is not set
50056 -# CONFIG_DEBUG_STACK_USAGE is not set
50057 -# CONFIG_DEBUG_PAGEALLOC is not set
50058 -# CONFIG_DEBUGGER is not set
50059 -# CONFIG_VIRQ_DEBUG is not set
50060 -# CONFIG_BDI_SWITCH is not set
50061 -# CONFIG_PPC_EARLY_DEBUG is not set
50064 -# Security options
50066 -# CONFIG_KEYS is not set
50067 -# CONFIG_SECURITY is not set
50068 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
50070 -CONFIG_CRYPTO_ALGAPI=y
50071 -CONFIG_CRYPTO_BLKCIPHER=y
50072 -# CONFIG_CRYPTO_SEQIV is not set
50073 -CONFIG_CRYPTO_MANAGER=y
50074 -# CONFIG_CRYPTO_HMAC is not set
50075 -# CONFIG_CRYPTO_XCBC is not set
50076 -# CONFIG_CRYPTO_NULL is not set
50077 -# CONFIG_CRYPTO_MD4 is not set
50078 -CONFIG_CRYPTO_MD5=y
50079 -# CONFIG_CRYPTO_SHA1 is not set
50080 -# CONFIG_CRYPTO_SHA256 is not set
50081 -# CONFIG_CRYPTO_SHA512 is not set
50082 -# CONFIG_CRYPTO_WP512 is not set
50083 -# CONFIG_CRYPTO_TGR192 is not set
50084 -# CONFIG_CRYPTO_GF128MUL is not set
50085 -CONFIG_CRYPTO_ECB=y
50086 -CONFIG_CRYPTO_CBC=y
50087 -CONFIG_CRYPTO_PCBC=y
50088 -# CONFIG_CRYPTO_LRW is not set
50089 -# CONFIG_CRYPTO_XTS is not set
50090 -# CONFIG_CRYPTO_CTR is not set
50091 -# CONFIG_CRYPTO_GCM is not set
50092 -# CONFIG_CRYPTO_CCM is not set
50093 -# CONFIG_CRYPTO_CRYPTD is not set
50094 -CONFIG_CRYPTO_DES=y
50095 -# CONFIG_CRYPTO_FCRYPT is not set
50096 -# CONFIG_CRYPTO_BLOWFISH is not set
50097 -# CONFIG_CRYPTO_TWOFISH is not set
50098 -# CONFIG_CRYPTO_SERPENT is not set
50099 -# CONFIG_CRYPTO_AES is not set
50100 -# CONFIG_CRYPTO_CAST5 is not set
50101 -# CONFIG_CRYPTO_CAST6 is not set
50102 -# CONFIG_CRYPTO_TEA is not set
50103 -# CONFIG_CRYPTO_ARC4 is not set
50104 -# CONFIG_CRYPTO_KHAZAD is not set
50105 -# CONFIG_CRYPTO_ANUBIS is not set
50106 -# CONFIG_CRYPTO_SEED is not set
50107 -# CONFIG_CRYPTO_SALSA20 is not set
50108 -# CONFIG_CRYPTO_DEFLATE is not set
50109 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
50110 -# CONFIG_CRYPTO_CRC32C is not set
50111 -# CONFIG_CRYPTO_CAMELLIA is not set
50112 -# CONFIG_CRYPTO_TEST is not set
50113 -# CONFIG_CRYPTO_AUTHENC is not set
50114 -# CONFIG_CRYPTO_LZO is not set
50115 -# CONFIG_CRYPTO_HW is not set
50116 -# CONFIG_PPC_CLOCK is not set
50117 --- a/arch/powerpc/configs/ep405_defconfig
50121 -# Automatically generated make config: don't edit
50122 -# Linux kernel version: 2.6.25-rc2
50123 -# Fri Feb 15 21:50:09 2008
50125 -# CONFIG_PPC64 is not set
50128 -# Processor support
50130 -# CONFIG_6xx is not set
50131 -# CONFIG_PPC_85xx is not set
50132 -# CONFIG_PPC_8xx is not set
50134 -# CONFIG_44x is not set
50135 -# CONFIG_E200 is not set
50137 -# CONFIG_PPC_MM_SLICES is not set
50138 -CONFIG_NOT_COHERENT_CACHE=y
50140 -CONFIG_WORD_SIZE=32
50141 -CONFIG_PPC_MERGE=y
50143 -CONFIG_GENERIC_CMOS_UPDATE=y
50144 -CONFIG_GENERIC_TIME=y
50145 -CONFIG_GENERIC_TIME_VSYSCALL=y
50146 -CONFIG_GENERIC_CLOCKEVENTS=y
50147 -CONFIG_GENERIC_HARDIRQS=y
50148 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
50149 -CONFIG_IRQ_PER_CPU=y
50150 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
50151 -CONFIG_ARCH_HAS_ILOG2_U32=y
50152 -CONFIG_GENERIC_HWEIGHT=y
50153 -CONFIG_GENERIC_CALIBRATE_DELAY=y
50154 -CONFIG_GENERIC_FIND_NEXT_BIT=y
50155 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
50157 -CONFIG_EARLY_PRINTK=y
50158 -CONFIG_GENERIC_NVRAM=y
50159 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
50160 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
50163 -CONFIG_PPC_UDBG_16550=y
50164 -# CONFIG_GENERIC_TBSYNC is not set
50165 -CONFIG_AUDIT_ARCH=y
50166 -CONFIG_GENERIC_BUG=y
50167 -# CONFIG_DEFAULT_UIMAGE is not set
50168 -CONFIG_PPC_DCR_NATIVE=y
50169 -# CONFIG_PPC_DCR_MMIO is not set
50171 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
50176 -CONFIG_EXPERIMENTAL=y
50177 -CONFIG_BROKEN_ON_SMP=y
50178 -CONFIG_INIT_ENV_ARG_LIMIT=32
50179 -CONFIG_LOCALVERSION=""
50180 -CONFIG_LOCALVERSION_AUTO=y
50183 -CONFIG_SYSVIPC_SYSCTL=y
50184 -CONFIG_POSIX_MQUEUE=y
50185 -# CONFIG_BSD_PROCESS_ACCT is not set
50186 -# CONFIG_TASKSTATS is not set
50187 -# CONFIG_AUDIT is not set
50188 -# CONFIG_IKCONFIG is not set
50189 -CONFIG_LOG_BUF_SHIFT=14
50190 -# CONFIG_CGROUPS is not set
50191 -CONFIG_GROUP_SCHED=y
50192 -CONFIG_FAIR_GROUP_SCHED=y
50193 -# CONFIG_RT_GROUP_SCHED is not set
50194 -CONFIG_USER_SCHED=y
50195 -# CONFIG_CGROUP_SCHED is not set
50196 -CONFIG_SYSFS_DEPRECATED=y
50197 -# CONFIG_RELAY is not set
50198 -# CONFIG_NAMESPACES is not set
50199 -CONFIG_BLK_DEV_INITRD=y
50200 -CONFIG_INITRAMFS_SOURCE=""
50201 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
50204 -CONFIG_SYSCTL_SYSCALL=y
50206 -CONFIG_KALLSYMS_ALL=y
50207 -CONFIG_KALLSYMS_EXTRA_PASS=y
50212 -CONFIG_COMPAT_BRK=y
50213 -CONFIG_BASE_FULL=y
50215 -CONFIG_ANON_INODES=y
50221 -CONFIG_VM_EVENT_COUNTERS=y
50222 -CONFIG_SLUB_DEBUG=y
50223 -# CONFIG_SLAB is not set
50225 -# CONFIG_SLOB is not set
50226 -# CONFIG_PROFILING is not set
50227 -# CONFIG_MARKERS is not set
50228 -CONFIG_HAVE_OPROFILE=y
50229 -# CONFIG_KPROBES is not set
50230 -CONFIG_HAVE_KPROBES=y
50231 -CONFIG_PROC_PAGE_MONITOR=y
50233 -CONFIG_RT_MUTEXES=y
50234 -# CONFIG_TINY_SHMEM is not set
50235 -CONFIG_BASE_SMALL=0
50237 -CONFIG_MODULE_UNLOAD=y
50238 -# CONFIG_MODULE_FORCE_UNLOAD is not set
50239 -# CONFIG_MODVERSIONS is not set
50240 -# CONFIG_MODULE_SRCVERSION_ALL is not set
50244 -# CONFIG_BLK_DEV_IO_TRACE is not set
50245 -# CONFIG_LSF is not set
50246 -# CONFIG_BLK_DEV_BSG is not set
50251 -CONFIG_IOSCHED_NOOP=y
50252 -CONFIG_IOSCHED_AS=y
50253 -CONFIG_IOSCHED_DEADLINE=y
50254 -CONFIG_IOSCHED_CFQ=y
50255 -CONFIG_DEFAULT_AS=y
50256 -# CONFIG_DEFAULT_DEADLINE is not set
50257 -# CONFIG_DEFAULT_CFQ is not set
50258 -# CONFIG_DEFAULT_NOOP is not set
50259 -CONFIG_DEFAULT_IOSCHED="anticipatory"
50260 -CONFIG_CLASSIC_RCU=y
50261 -# CONFIG_PREEMPT_RCU is not set
50262 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
50265 -# Platform support
50267 -# CONFIG_PPC_MPC512x is not set
50268 -# CONFIG_PPC_MPC5121 is not set
50269 -# CONFIG_PPC_CELL is not set
50270 -# CONFIG_PPC_CELL_NATIVE is not set
50271 -# CONFIG_PQ2ADS is not set
50273 -# CONFIG_KILAUEA is not set
50274 -# CONFIG_MAKALU is not set
50275 -# CONFIG_WALNUT is not set
50276 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
50278 -CONFIG_IBM405_ERR77=y
50279 -CONFIG_IBM405_ERR51=y
50280 -# CONFIG_IPIC is not set
50281 -# CONFIG_MPIC is not set
50282 -# CONFIG_MPIC_WEIRD is not set
50283 -# CONFIG_PPC_I8259 is not set
50284 -# CONFIG_PPC_RTAS is not set
50285 -# CONFIG_MMIO_NVRAM is not set
50286 -# CONFIG_PPC_MPC106 is not set
50287 -# CONFIG_PPC_970_NAP is not set
50288 -# CONFIG_PPC_INDIRECT_IO is not set
50289 -# CONFIG_GENERIC_IOMAP is not set
50290 -# CONFIG_CPU_FREQ is not set
50291 -# CONFIG_FSL_ULI1575 is not set
50296 -# CONFIG_HIGHMEM is not set
50297 -# CONFIG_TICK_ONESHOT is not set
50298 -# CONFIG_NO_HZ is not set
50299 -# CONFIG_HIGH_RES_TIMERS is not set
50300 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
50301 -# CONFIG_HZ_100 is not set
50303 -# CONFIG_HZ_300 is not set
50304 -# CONFIG_HZ_1000 is not set
50306 -# CONFIG_SCHED_HRTICK is not set
50307 -CONFIG_PREEMPT_NONE=y
50308 -# CONFIG_PREEMPT_VOLUNTARY is not set
50309 -# CONFIG_PREEMPT is not set
50310 -CONFIG_RCU_TRACE=y
50311 -CONFIG_BINFMT_ELF=y
50312 -# CONFIG_BINFMT_MISC is not set
50313 -# CONFIG_MATH_EMULATION is not set
50314 -# CONFIG_IOMMU_HELPER is not set
50315 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
50316 -CONFIG_ARCH_HAS_WALK_MEMORY=y
50317 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
50318 -CONFIG_ARCH_FLATMEM_ENABLE=y
50319 -CONFIG_ARCH_POPULATES_NODE_MAP=y
50320 -CONFIG_SELECT_MEMORY_MODEL=y
50321 -CONFIG_FLATMEM_MANUAL=y
50322 -# CONFIG_DISCONTIGMEM_MANUAL is not set
50323 -# CONFIG_SPARSEMEM_MANUAL is not set
50325 -CONFIG_FLAT_NODE_MEM_MAP=y
50326 -# CONFIG_SPARSEMEM_STATIC is not set
50327 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
50328 -CONFIG_SPLIT_PTLOCK_CPUS=4
50329 -# CONFIG_RESOURCES_64BIT is not set
50330 -CONFIG_ZONE_DMA_FLAG=1
50332 -CONFIG_VIRT_TO_BUS=y
50333 -CONFIG_PROC_DEVICETREE=y
50334 -# CONFIG_CMDLINE_BOOL is not set
50335 -# CONFIG_PM is not set
50337 -CONFIG_ISA_DMA_API=y
50343 -CONFIG_PPC_INDIRECT_PCI=y
50345 -CONFIG_PCI_DOMAINS=y
50346 -CONFIG_PCI_SYSCALL=y
50347 -# CONFIG_PCIEPORTBUS is not set
50348 -CONFIG_ARCH_SUPPORTS_MSI=y
50349 -# CONFIG_PCI_MSI is not set
50350 -CONFIG_PCI_LEGACY=y
50351 -# CONFIG_PCI_DEBUG is not set
50352 -# CONFIG_PCCARD is not set
50353 -# CONFIG_HOTPLUG_PCI is not set
50358 -# CONFIG_ADVANCED_OPTIONS is not set
50361 -# Default settings for advanced configuration options are used
50363 -CONFIG_HIGHMEM_START=0xfe000000
50364 -CONFIG_LOWMEM_SIZE=0x30000000
50365 -CONFIG_KERNEL_START=0xc0000000
50366 -CONFIG_TASK_SIZE=0xc0000000
50367 -CONFIG_CONSISTENT_START=0xff100000
50368 -CONFIG_CONSISTENT_SIZE=0x00200000
50369 -CONFIG_BOOT_LOAD=0x00400000
50377 -# Networking options
50380 -# CONFIG_PACKET_MMAP is not set
50382 -# CONFIG_NET_KEY is not set
50384 -# CONFIG_IP_MULTICAST is not set
50385 -# CONFIG_IP_ADVANCED_ROUTER is not set
50386 -CONFIG_IP_FIB_HASH=y
50388 -CONFIG_IP_PNP_DHCP=y
50389 -CONFIG_IP_PNP_BOOTP=y
50390 -# CONFIG_IP_PNP_RARP is not set
50391 -# CONFIG_NET_IPIP is not set
50392 -# CONFIG_NET_IPGRE is not set
50393 -# CONFIG_ARPD is not set
50394 -# CONFIG_SYN_COOKIES is not set
50395 -# CONFIG_INET_AH is not set
50396 -# CONFIG_INET_ESP is not set
50397 -# CONFIG_INET_IPCOMP is not set
50398 -# CONFIG_INET_XFRM_TUNNEL is not set
50399 -# CONFIG_INET_TUNNEL is not set
50400 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
50401 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
50402 -# CONFIG_INET_XFRM_MODE_BEET is not set
50403 -# CONFIG_INET_LRO is not set
50404 -CONFIG_INET_DIAG=y
50405 -CONFIG_INET_TCP_DIAG=y
50406 -# CONFIG_TCP_CONG_ADVANCED is not set
50407 -CONFIG_TCP_CONG_CUBIC=y
50408 -CONFIG_DEFAULT_TCP_CONG="cubic"
50409 -# CONFIG_TCP_MD5SIG is not set
50410 -# CONFIG_IPV6 is not set
50411 -# CONFIG_INET6_XFRM_TUNNEL is not set
50412 -# CONFIG_INET6_TUNNEL is not set
50413 -# CONFIG_NETWORK_SECMARK is not set
50414 -# CONFIG_NETFILTER is not set
50415 -# CONFIG_IP_DCCP is not set
50416 -# CONFIG_IP_SCTP is not set
50417 -# CONFIG_TIPC is not set
50418 -# CONFIG_ATM is not set
50419 -# CONFIG_BRIDGE is not set
50420 -# CONFIG_VLAN_8021Q is not set
50421 -# CONFIG_DECNET is not set
50422 -# CONFIG_LLC2 is not set
50423 -# CONFIG_IPX is not set
50424 -# CONFIG_ATALK is not set
50425 -# CONFIG_X25 is not set
50426 -# CONFIG_LAPB is not set
50427 -# CONFIG_ECONET is not set
50428 -# CONFIG_WAN_ROUTER is not set
50429 -# CONFIG_NET_SCHED is not set
50434 -# CONFIG_NET_PKTGEN is not set
50435 -# CONFIG_HAMRADIO is not set
50436 -# CONFIG_CAN is not set
50437 -# CONFIG_IRDA is not set
50438 -# CONFIG_BT is not set
50439 -# CONFIG_AF_RXRPC is not set
50444 -# CONFIG_CFG80211 is not set
50445 -# CONFIG_WIRELESS_EXT is not set
50446 -# CONFIG_MAC80211 is not set
50447 -# CONFIG_IEEE80211 is not set
50448 -# CONFIG_RFKILL is not set
50449 -# CONFIG_NET_9P is not set
50456 -# Generic Driver Options
50458 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
50459 -CONFIG_STANDALONE=y
50460 -CONFIG_PREVENT_FIRMWARE_BUILD=y
50461 -CONFIG_FW_LOADER=y
50462 -# CONFIG_DEBUG_DRIVER is not set
50463 -# CONFIG_DEBUG_DEVRES is not set
50464 -# CONFIG_SYS_HYPERVISOR is not set
50465 -CONFIG_CONNECTOR=y
50466 -CONFIG_PROC_EVENTS=y
50468 -# CONFIG_MTD_DEBUG is not set
50469 -# CONFIG_MTD_CONCAT is not set
50470 -CONFIG_MTD_PARTITIONS=y
50471 -# CONFIG_MTD_REDBOOT_PARTS is not set
50472 -CONFIG_MTD_CMDLINE_PARTS=y
50473 -CONFIG_MTD_OF_PARTS=y
50476 -# User Modules And Translation Layers
50479 -CONFIG_MTD_BLKDEVS=m
50480 -CONFIG_MTD_BLOCK=m
50481 -# CONFIG_MTD_BLOCK_RO is not set
50482 -# CONFIG_FTL is not set
50483 -# CONFIG_NFTL is not set
50484 -# CONFIG_INFTL is not set
50485 -# CONFIG_RFD_FTL is not set
50486 -# CONFIG_SSFDC is not set
50487 -# CONFIG_MTD_OOPS is not set
50490 -# RAM/ROM/Flash chip drivers
50493 -CONFIG_MTD_JEDECPROBE=y
50494 -CONFIG_MTD_GEN_PROBE=y
50495 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
50496 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
50497 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
50498 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
50499 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
50500 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
50501 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
50502 -CONFIG_MTD_CFI_I1=y
50503 -CONFIG_MTD_CFI_I2=y
50504 -# CONFIG_MTD_CFI_I4 is not set
50505 -# CONFIG_MTD_CFI_I8 is not set
50506 -# CONFIG_MTD_CFI_INTELEXT is not set
50507 -CONFIG_MTD_CFI_AMDSTD=y
50508 -# CONFIG_MTD_CFI_STAA is not set
50509 -CONFIG_MTD_CFI_UTIL=y
50510 -# CONFIG_MTD_RAM is not set
50511 -# CONFIG_MTD_ROM is not set
50512 -# CONFIG_MTD_ABSENT is not set
50515 -# Mapping drivers for chip access
50517 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
50518 -# CONFIG_MTD_PHYSMAP is not set
50519 -CONFIG_MTD_PHYSMAP_OF=y
50520 -# CONFIG_MTD_INTEL_VR_NOR is not set
50521 -# CONFIG_MTD_PLATRAM is not set
50524 -# Self-contained MTD device drivers
50526 -# CONFIG_MTD_PMC551 is not set
50527 -# CONFIG_MTD_SLRAM is not set
50528 -# CONFIG_MTD_PHRAM is not set
50529 -# CONFIG_MTD_MTDRAM is not set
50530 -# CONFIG_MTD_BLOCK2MTD is not set
50533 -# Disk-On-Chip Device Drivers
50535 -# CONFIG_MTD_DOC2000 is not set
50536 -# CONFIG_MTD_DOC2001 is not set
50537 -# CONFIG_MTD_DOC2001PLUS is not set
50538 -# CONFIG_MTD_NAND is not set
50539 -# CONFIG_MTD_ONENAND is not set
50542 -# UBI - Unsorted block images
50544 -# CONFIG_MTD_UBI is not set
50545 -CONFIG_OF_DEVICE=y
50546 -# CONFIG_PARPORT is not set
50548 -# CONFIG_BLK_DEV_FD is not set
50549 -# CONFIG_BLK_CPQ_DA is not set
50550 -# CONFIG_BLK_CPQ_CISS_DA is not set
50551 -# CONFIG_BLK_DEV_DAC960 is not set
50552 -# CONFIG_BLK_DEV_UMEM is not set
50553 -# CONFIG_BLK_DEV_COW_COMMON is not set
50554 -# CONFIG_BLK_DEV_LOOP is not set
50555 -# CONFIG_BLK_DEV_NBD is not set
50556 -# CONFIG_BLK_DEV_SX8 is not set
50557 -# CONFIG_BLK_DEV_UB is not set
50558 -CONFIG_BLK_DEV_RAM=y
50559 -CONFIG_BLK_DEV_RAM_COUNT=16
50560 -CONFIG_BLK_DEV_RAM_SIZE=35000
50561 -# CONFIG_BLK_DEV_XIP is not set
50562 -# CONFIG_CDROM_PKTCDVD is not set
50563 -# CONFIG_ATA_OVER_ETH is not set
50564 -# CONFIG_XILINX_SYSACE is not set
50565 -CONFIG_MISC_DEVICES=y
50566 -# CONFIG_PHANTOM is not set
50567 -# CONFIG_EEPROM_93CX6 is not set
50568 -# CONFIG_SGI_IOC4 is not set
50569 -# CONFIG_TIFM_CORE is not set
50570 -# CONFIG_ENCLOSURE_SERVICES is not set
50572 -# CONFIG_IDE is not set
50575 -# SCSI device support
50577 -# CONFIG_RAID_ATTRS is not set
50578 -# CONFIG_SCSI is not set
50579 -# CONFIG_SCSI_DMA is not set
50580 -# CONFIG_SCSI_NETLINK is not set
50581 -# CONFIG_ATA is not set
50582 -# CONFIG_MD is not set
50583 -# CONFIG_FUSION is not set
50586 -# IEEE 1394 (FireWire) support
50588 -# CONFIG_FIREWIRE is not set
50589 -# CONFIG_IEEE1394 is not set
50590 -# CONFIG_I2O is not set
50591 -# CONFIG_MACINTOSH_DRIVERS is not set
50592 -CONFIG_NETDEVICES=y
50593 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
50594 -# CONFIG_DUMMY is not set
50595 -# CONFIG_BONDING is not set
50596 -# CONFIG_MACVLAN is not set
50597 -# CONFIG_EQUALIZER is not set
50598 -# CONFIG_TUN is not set
50599 -# CONFIG_VETH is not set
50600 -# CONFIG_ARCNET is not set
50601 -# CONFIG_PHYLIB is not set
50602 -CONFIG_NET_ETHERNET=y
50603 -# CONFIG_MII is not set
50604 -# CONFIG_HAPPYMEAL is not set
50605 -# CONFIG_SUNGEM is not set
50606 -# CONFIG_CASSINI is not set
50607 -# CONFIG_NET_VENDOR_3COM is not set
50608 -# CONFIG_NET_TULIP is not set
50609 -# CONFIG_HP100 is not set
50610 -CONFIG_IBM_NEW_EMAC=y
50611 -CONFIG_IBM_NEW_EMAC_RXB=128
50612 -CONFIG_IBM_NEW_EMAC_TXB=64
50613 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
50614 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
50615 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
50616 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
50617 -CONFIG_IBM_NEW_EMAC_ZMII=y
50618 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
50619 -# CONFIG_IBM_NEW_EMAC_TAH is not set
50620 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
50621 -# CONFIG_NET_PCI is not set
50622 -# CONFIG_B44 is not set
50623 -CONFIG_NETDEV_1000=y
50624 -# CONFIG_ACENIC is not set
50625 -# CONFIG_DL2K is not set
50626 -# CONFIG_E1000 is not set
50627 -# CONFIG_E1000E is not set
50628 -# CONFIG_E1000E_ENABLED is not set
50629 -# CONFIG_IP1000 is not set
50630 -# CONFIG_IGB is not set
50631 -# CONFIG_NS83820 is not set
50632 -# CONFIG_HAMACHI is not set
50633 -# CONFIG_YELLOWFIN is not set
50634 -# CONFIG_R8169 is not set
50635 -# CONFIG_SIS190 is not set
50636 -# CONFIG_SKGE is not set
50637 -# CONFIG_SKY2 is not set
50638 -# CONFIG_SK98LIN is not set
50639 -# CONFIG_VIA_VELOCITY is not set
50640 -# CONFIG_TIGON3 is not set
50641 -# CONFIG_BNX2 is not set
50642 -# CONFIG_QLA3XXX is not set
50643 -# CONFIG_ATL1 is not set
50644 -CONFIG_NETDEV_10000=y
50645 -# CONFIG_CHELSIO_T1 is not set
50646 -# CONFIG_CHELSIO_T3 is not set
50647 -# CONFIG_IXGBE is not set
50648 -# CONFIG_IXGB is not set
50649 -# CONFIG_S2IO is not set
50650 -# CONFIG_MYRI10GE is not set
50651 -# CONFIG_NETXEN_NIC is not set
50652 -# CONFIG_NIU is not set
50653 -# CONFIG_MLX4_CORE is not set
50654 -# CONFIG_TEHUTI is not set
50655 -# CONFIG_BNX2X is not set
50656 -# CONFIG_TR is not set
50661 -# CONFIG_WLAN_PRE80211 is not set
50662 -# CONFIG_WLAN_80211 is not set
50665 -# USB Network Adapters
50667 -# CONFIG_USB_CATC is not set
50668 -# CONFIG_USB_KAWETH is not set
50669 -# CONFIG_USB_PEGASUS is not set
50670 -# CONFIG_USB_RTL8150 is not set
50671 -# CONFIG_USB_USBNET is not set
50672 -# CONFIG_WAN is not set
50673 -# CONFIG_FDDI is not set
50674 -# CONFIG_HIPPI is not set
50675 -# CONFIG_PPP is not set
50676 -# CONFIG_SLIP is not set
50677 -# CONFIG_NETCONSOLE is not set
50678 -# CONFIG_NETPOLL is not set
50679 -# CONFIG_NET_POLL_CONTROLLER is not set
50680 -# CONFIG_ISDN is not set
50681 -# CONFIG_PHONE is not set
50684 -# Input device support
50686 -# CONFIG_INPUT is not set
50689 -# Hardware I/O ports
50691 -# CONFIG_SERIO is not set
50692 -# CONFIG_GAMEPORT is not set
50695 -# Character devices
50697 -# CONFIG_VT is not set
50698 -# CONFIG_SERIAL_NONSTANDARD is not set
50699 -# CONFIG_NOZOMI is not set
50704 -CONFIG_SERIAL_8250=y
50705 -CONFIG_SERIAL_8250_CONSOLE=y
50706 -CONFIG_SERIAL_8250_PCI=y
50707 -CONFIG_SERIAL_8250_NR_UARTS=4
50708 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
50709 -CONFIG_SERIAL_8250_EXTENDED=y
50710 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
50711 -CONFIG_SERIAL_8250_SHARE_IRQ=y
50712 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
50713 -# CONFIG_SERIAL_8250_RSA is not set
50716 -# Non-8250 serial port support
50718 -# CONFIG_SERIAL_UARTLITE is not set
50719 -CONFIG_SERIAL_CORE=y
50720 -CONFIG_SERIAL_CORE_CONSOLE=y
50721 -# CONFIG_SERIAL_JSM is not set
50722 -CONFIG_SERIAL_OF_PLATFORM=y
50723 -CONFIG_UNIX98_PTYS=y
50724 -CONFIG_LEGACY_PTYS=y
50725 -CONFIG_LEGACY_PTY_COUNT=256
50726 -# CONFIG_IPMI_HANDLER is not set
50727 -# CONFIG_HW_RANDOM is not set
50728 -# CONFIG_NVRAM is not set
50729 -# CONFIG_GEN_RTC is not set
50730 -# CONFIG_R3964 is not set
50731 -# CONFIG_APPLICOM is not set
50732 -# CONFIG_RAW_DRIVER is not set
50733 -# CONFIG_TCG_TPM is not set
50735 -# CONFIG_I2C is not set
50740 -# CONFIG_SPI is not set
50741 -# CONFIG_SPI_MASTER is not set
50742 -# CONFIG_W1 is not set
50743 -# CONFIG_POWER_SUPPLY is not set
50744 -# CONFIG_HWMON is not set
50746 -# CONFIG_WATCHDOG is not set
50749 -# Sonics Silicon Backplane
50751 -CONFIG_SSB_POSSIBLE=y
50752 -# CONFIG_SSB is not set
50755 -# Multifunction device drivers
50757 -# CONFIG_MFD_SM501 is not set
50760 -# Multimedia devices
50762 -# CONFIG_VIDEO_DEV is not set
50763 -# CONFIG_DVB_CORE is not set
50764 -# CONFIG_DAB is not set
50767 -# Graphics support
50769 -# CONFIG_AGP is not set
50770 -# CONFIG_DRM is not set
50771 -# CONFIG_VGASTATE is not set
50772 -CONFIG_VIDEO_OUTPUT_CONTROL=m
50773 -# CONFIG_FB is not set
50774 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
50777 -# Display device support
50779 -# CONFIG_DISPLAY_SUPPORT is not set
50784 -# CONFIG_SOUND is not set
50785 -CONFIG_USB_SUPPORT=y
50786 -CONFIG_USB_ARCH_HAS_HCD=y
50787 -CONFIG_USB_ARCH_HAS_OHCI=y
50788 -CONFIG_USB_ARCH_HAS_EHCI=y
50790 -# CONFIG_USB_DEBUG is not set
50791 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
50794 -# Miscellaneous USB options
50796 -CONFIG_USB_DEVICEFS=y
50797 -CONFIG_USB_DEVICE_CLASS=y
50798 -# CONFIG_USB_DYNAMIC_MINORS is not set
50799 -# CONFIG_USB_OTG is not set
50802 -# USB Host Controller Drivers
50804 -# CONFIG_USB_EHCI_HCD is not set
50805 -# CONFIG_USB_ISP116X_HCD is not set
50806 -CONFIG_USB_OHCI_HCD=y
50807 -CONFIG_USB_OHCI_HCD_PPC_OF=y
50808 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
50809 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
50810 -CONFIG_USB_OHCI_HCD_PCI=y
50811 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
50812 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
50813 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
50814 -# CONFIG_USB_UHCI_HCD is not set
50815 -# CONFIG_USB_SL811_HCD is not set
50816 -# CONFIG_USB_R8A66597_HCD is not set
50819 -# USB Device Class drivers
50821 -# CONFIG_USB_ACM is not set
50822 -# CONFIG_USB_PRINTER is not set
50825 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
50829 -# may also be needed; see USB_STORAGE Help for more information
50831 -# CONFIG_USB_LIBUSUAL is not set
50834 -# USB Imaging devices
50836 -# CONFIG_USB_MDC800 is not set
50840 -# USB port drivers
50842 -# CONFIG_USB_SERIAL is not set
50845 -# USB Miscellaneous drivers
50847 -# CONFIG_USB_EMI62 is not set
50848 -# CONFIG_USB_EMI26 is not set
50849 -# CONFIG_USB_ADUTUX is not set
50850 -# CONFIG_USB_AUERSWALD is not set
50851 -# CONFIG_USB_RIO500 is not set
50852 -# CONFIG_USB_LEGOTOWER is not set
50853 -# CONFIG_USB_LCD is not set
50854 -# CONFIG_USB_BERRY_CHARGE is not set
50855 -# CONFIG_USB_LED is not set
50856 -# CONFIG_USB_CYPRESS_CY7C63 is not set
50857 -# CONFIG_USB_CYTHERM is not set
50858 -# CONFIG_USB_PHIDGET is not set
50859 -# CONFIG_USB_IDMOUSE is not set
50860 -# CONFIG_USB_FTDI_ELAN is not set
50861 -# CONFIG_USB_APPLEDISPLAY is not set
50862 -# CONFIG_USB_LD is not set
50863 -# CONFIG_USB_TRANCEVIBRATOR is not set
50864 -# CONFIG_USB_IOWARRIOR is not set
50865 -# CONFIG_USB_TEST is not set
50866 -# CONFIG_USB_GADGET is not set
50867 -# CONFIG_MMC is not set
50868 -# CONFIG_MEMSTICK is not set
50869 -# CONFIG_NEW_LEDS is not set
50870 -# CONFIG_INFINIBAND is not set
50871 -# CONFIG_EDAC is not set
50872 -# CONFIG_RTC_CLASS is not set
50877 -# CONFIG_UIO is not set
50883 -# CONFIG_EXT2_FS_XATTR is not set
50884 -# CONFIG_EXT2_FS_XIP is not set
50885 -# CONFIG_EXT3_FS is not set
50886 -# CONFIG_EXT4DEV_FS is not set
50887 -# CONFIG_REISERFS_FS is not set
50888 -# CONFIG_JFS_FS is not set
50889 -# CONFIG_FS_POSIX_ACL is not set
50890 -# CONFIG_XFS_FS is not set
50891 -# CONFIG_GFS2_FS is not set
50892 -# CONFIG_OCFS2_FS is not set
50895 -CONFIG_INOTIFY_USER=y
50896 -# CONFIG_QUOTA is not set
50897 -# CONFIG_AUTOFS_FS is not set
50898 -# CONFIG_AUTOFS4_FS is not set
50899 -# CONFIG_FUSE_FS is not set
50902 -# CD-ROM/DVD Filesystems
50904 -# CONFIG_ISO9660_FS is not set
50905 -# CONFIG_UDF_FS is not set
50908 -# DOS/FAT/NT Filesystems
50910 -# CONFIG_MSDOS_FS is not set
50911 -# CONFIG_VFAT_FS is not set
50912 -# CONFIG_NTFS_FS is not set
50915 -# Pseudo filesystems
50918 -CONFIG_PROC_KCORE=y
50919 -CONFIG_PROC_SYSCTL=y
50922 -# CONFIG_TMPFS_POSIX_ACL is not set
50923 -# CONFIG_HUGETLB_PAGE is not set
50924 -# CONFIG_CONFIGFS_FS is not set
50927 -# Miscellaneous filesystems
50929 -# CONFIG_ADFS_FS is not set
50930 -# CONFIG_AFFS_FS is not set
50931 -# CONFIG_HFS_FS is not set
50932 -# CONFIG_HFSPLUS_FS is not set
50933 -# CONFIG_BEFS_FS is not set
50934 -# CONFIG_BFS_FS is not set
50935 -# CONFIG_EFS_FS is not set
50936 -# CONFIG_JFFS2_FS is not set
50938 -# CONFIG_VXFS_FS is not set
50939 -# CONFIG_MINIX_FS is not set
50940 -# CONFIG_HPFS_FS is not set
50941 -# CONFIG_QNX4FS_FS is not set
50942 -# CONFIG_ROMFS_FS is not set
50943 -# CONFIG_SYSV_FS is not set
50944 -# CONFIG_UFS_FS is not set
50945 -CONFIG_NETWORK_FILESYSTEMS=y
50948 -# CONFIG_NFS_V3_ACL is not set
50949 -# CONFIG_NFS_V4 is not set
50950 -# CONFIG_NFS_DIRECTIO is not set
50951 -# CONFIG_NFSD is not set
50955 -CONFIG_NFS_COMMON=y
50957 -# CONFIG_SUNRPC_BIND34 is not set
50958 -# CONFIG_RPCSEC_GSS_KRB5 is not set
50959 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
50960 -# CONFIG_SMB_FS is not set
50961 -# CONFIG_CIFS is not set
50962 -# CONFIG_NCP_FS is not set
50963 -# CONFIG_CODA_FS is not set
50964 -# CONFIG_AFS_FS is not set
50969 -# CONFIG_PARTITION_ADVANCED is not set
50970 -CONFIG_MSDOS_PARTITION=y
50971 -# CONFIG_NLS is not set
50972 -# CONFIG_DLM is not set
50975 -# Library routines
50977 -CONFIG_BITREVERSE=y
50978 -# CONFIG_CRC_CCITT is not set
50979 -# CONFIG_CRC16 is not set
50980 -# CONFIG_CRC_ITU_T is not set
50982 -# CONFIG_CRC7 is not set
50983 -# CONFIG_LIBCRC32C is not set
50984 -CONFIG_ZLIB_INFLATE=y
50986 -CONFIG_HAS_IOMEM=y
50987 -CONFIG_HAS_IOPORT=y
50993 -# CONFIG_PRINTK_TIME is not set
50994 -CONFIG_ENABLE_WARN_DEPRECATED=y
50995 -CONFIG_ENABLE_MUST_CHECK=y
50996 -CONFIG_MAGIC_SYSRQ=y
50997 -# CONFIG_UNUSED_SYMBOLS is not set
50999 -# CONFIG_HEADERS_CHECK is not set
51000 -CONFIG_DEBUG_KERNEL=y
51001 -# CONFIG_DEBUG_SHIRQ is not set
51002 -CONFIG_DETECT_SOFTLOCKUP=y
51003 -CONFIG_SCHED_DEBUG=y
51004 -# CONFIG_SCHEDSTATS is not set
51005 -# CONFIG_TIMER_STATS is not set
51006 -# CONFIG_SLUB_DEBUG_ON is not set
51007 -# CONFIG_SLUB_STATS is not set
51008 -# CONFIG_DEBUG_RT_MUTEXES is not set
51009 -# CONFIG_RT_MUTEX_TESTER is not set
51010 -# CONFIG_DEBUG_SPINLOCK is not set
51011 -# CONFIG_DEBUG_MUTEXES is not set
51012 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
51013 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
51014 -# CONFIG_DEBUG_KOBJECT is not set
51015 -CONFIG_DEBUG_BUGVERBOSE=y
51016 -# CONFIG_DEBUG_INFO is not set
51017 -# CONFIG_DEBUG_VM is not set
51018 -# CONFIG_DEBUG_LIST is not set
51019 -# CONFIG_DEBUG_SG is not set
51020 -# CONFIG_BOOT_PRINTK_DELAY is not set
51021 -# CONFIG_RCU_TORTURE_TEST is not set
51022 -# CONFIG_BACKTRACE_SELF_TEST is not set
51023 -# CONFIG_FAULT_INJECTION is not set
51024 -# CONFIG_SAMPLES is not set
51025 -# CONFIG_DEBUG_STACKOVERFLOW is not set
51026 -# CONFIG_DEBUG_STACK_USAGE is not set
51027 -# CONFIG_DEBUG_PAGEALLOC is not set
51028 -# CONFIG_DEBUGGER is not set
51029 -# CONFIG_VIRQ_DEBUG is not set
51030 -# CONFIG_BDI_SWITCH is not set
51031 -# CONFIG_PPC_EARLY_DEBUG is not set
51034 -# Security options
51036 -# CONFIG_KEYS is not set
51037 -# CONFIG_SECURITY is not set
51038 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
51040 -CONFIG_CRYPTO_ALGAPI=y
51041 -CONFIG_CRYPTO_BLKCIPHER=y
51042 -# CONFIG_CRYPTO_SEQIV is not set
51043 -CONFIG_CRYPTO_MANAGER=y
51044 -# CONFIG_CRYPTO_HMAC is not set
51045 -# CONFIG_CRYPTO_XCBC is not set
51046 -# CONFIG_CRYPTO_NULL is not set
51047 -# CONFIG_CRYPTO_MD4 is not set
51048 -CONFIG_CRYPTO_MD5=y
51049 -# CONFIG_CRYPTO_SHA1 is not set
51050 -# CONFIG_CRYPTO_SHA256 is not set
51051 -# CONFIG_CRYPTO_SHA512 is not set
51052 -# CONFIG_CRYPTO_WP512 is not set
51053 -# CONFIG_CRYPTO_TGR192 is not set
51054 -# CONFIG_CRYPTO_GF128MUL is not set
51055 -CONFIG_CRYPTO_ECB=y
51056 -CONFIG_CRYPTO_CBC=y
51057 -CONFIG_CRYPTO_PCBC=y
51058 -# CONFIG_CRYPTO_LRW is not set
51059 -# CONFIG_CRYPTO_XTS is not set
51060 -# CONFIG_CRYPTO_CTR is not set
51061 -# CONFIG_CRYPTO_GCM is not set
51062 -# CONFIG_CRYPTO_CCM is not set
51063 -# CONFIG_CRYPTO_CRYPTD is not set
51064 -CONFIG_CRYPTO_DES=y
51065 -# CONFIG_CRYPTO_FCRYPT is not set
51066 -# CONFIG_CRYPTO_BLOWFISH is not set
51067 -# CONFIG_CRYPTO_TWOFISH is not set
51068 -# CONFIG_CRYPTO_SERPENT is not set
51069 -# CONFIG_CRYPTO_AES is not set
51070 -# CONFIG_CRYPTO_CAST5 is not set
51071 -# CONFIG_CRYPTO_CAST6 is not set
51072 -# CONFIG_CRYPTO_TEA is not set
51073 -# CONFIG_CRYPTO_ARC4 is not set
51074 -# CONFIG_CRYPTO_KHAZAD is not set
51075 -# CONFIG_CRYPTO_ANUBIS is not set
51076 -# CONFIG_CRYPTO_SEED is not set
51077 -# CONFIG_CRYPTO_SALSA20 is not set
51078 -# CONFIG_CRYPTO_DEFLATE is not set
51079 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
51080 -# CONFIG_CRYPTO_CRC32C is not set
51081 -# CONFIG_CRYPTO_CAMELLIA is not set
51082 -# CONFIG_CRYPTO_TEST is not set
51083 -# CONFIG_CRYPTO_AUTHENC is not set
51084 -# CONFIG_CRYPTO_LZO is not set
51085 -CONFIG_CRYPTO_HW=y
51086 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
51087 -# CONFIG_PPC_CLOCK is not set
51088 --- a/arch/powerpc/configs/g5_defconfig
51089 +++ b/arch/powerpc/configs/g5_defconfig
51092 # Automatically generated make config: don't edit
51093 # Linux kernel version: 2.6.25-rc6
51094 -# Thu Mar 20 10:36:41 2008
51095 +# Thu Mar 27 13:55:43 2008
51099 @@ -77,8 +77,6 @@ CONFIG_IKCONFIG_PROC=y
51100 CONFIG_LOG_BUF_SHIFT=17
51101 # CONFIG_CGROUPS is not set
51102 # CONFIG_GROUP_SCHED is not set
51103 -# CONFIG_USER_SCHED is not set
51104 -# CONFIG_CGROUP_SCHED is not set
51105 CONFIG_SYSFS_DEPRECATED=y
51106 CONFIG_SYSFS_DEPRECATED_V2=y
51107 # CONFIG_RELAY is not set
51108 @@ -276,7 +274,7 @@ CONFIG_PCI_SYSCALL=y
51109 # CONFIG_PCIEPORTBUS is not set
51110 CONFIG_ARCH_SUPPORTS_MSI=y
51112 -CONFIG_PCI_LEGACY=y
51113 +# CONFIG_PCI_LEGACY is not set
51114 # CONFIG_PCI_DEBUG is not set
51115 # CONFIG_PCCARD is not set
51116 # CONFIG_HOTPLUG_PCI is not set
51117 @@ -1596,6 +1594,7 @@ CONFIG_PLIST=y
51119 CONFIG_HAS_IOPORT=y
51125 --- a/arch/powerpc/configs/iseries_defconfig
51126 +++ b/arch/powerpc/configs/iseries_defconfig
51129 # Automatically generated make config: don't edit
51130 # Linux kernel version: 2.6.25-rc6
51131 -# Thu Mar 20 10:43:46 2008
51132 +# Thu Mar 27 13:55:45 2008
51136 @@ -77,8 +77,6 @@ CONFIG_IKCONFIG_PROC=y
51137 CONFIG_LOG_BUF_SHIFT=17
51138 # CONFIG_CGROUPS is not set
51139 # CONFIG_GROUP_SCHED is not set
51140 -# CONFIG_USER_SCHED is not set
51141 -# CONFIG_CGROUP_SCHED is not set
51142 CONFIG_SYSFS_DEPRECATED=y
51143 CONFIG_SYSFS_DEPRECATED_V2=y
51144 # CONFIG_RELAY is not set
51145 @@ -261,7 +259,7 @@ CONFIG_PCI_SYSCALL=y
51146 # CONFIG_PCIEPORTBUS is not set
51147 CONFIG_ARCH_SUPPORTS_MSI=y
51148 # CONFIG_PCI_MSI is not set
51149 -CONFIG_PCI_LEGACY=y
51150 +# CONFIG_PCI_LEGACY is not set
51151 # CONFIG_PCI_DEBUG is not set
51152 # CONFIG_PCCARD is not set
51153 # CONFIG_HOTPLUG_PCI is not set
51154 @@ -1065,6 +1063,7 @@ CONFIG_PLIST=y
51156 CONFIG_HAS_IOPORT=y
51162 --- a/arch/powerpc/configs/katmai_defconfig
51166 -# Automatically generated make config: don't edit
51167 -# Linux kernel version: 2.6.24-rc6
51168 -# Mon Dec 24 11:17:43 2007
51170 -# CONFIG_PPC64 is not set
51173 -# Processor support
51175 -# CONFIG_6xx is not set
51176 -# CONFIG_PPC_85xx is not set
51177 -# CONFIG_PPC_8xx is not set
51178 -# CONFIG_40x is not set
51180 -# CONFIG_E200 is not set
51183 -CONFIG_PTE_64BIT=y
51184 -CONFIG_PHYS_64BIT=y
51185 -# CONFIG_PPC_MM_SLICES is not set
51186 -CONFIG_NOT_COHERENT_CACHE=y
51188 -CONFIG_WORD_SIZE=32
51189 -CONFIG_PPC_MERGE=y
51191 -CONFIG_GENERIC_CMOS_UPDATE=y
51192 -CONFIG_GENERIC_TIME=y
51193 -CONFIG_GENERIC_TIME_VSYSCALL=y
51194 -CONFIG_GENERIC_CLOCKEVENTS=y
51195 -CONFIG_GENERIC_HARDIRQS=y
51196 -CONFIG_IRQ_PER_CPU=y
51197 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
51198 -CONFIG_ARCH_HAS_ILOG2_U32=y
51199 -CONFIG_GENERIC_HWEIGHT=y
51200 -CONFIG_GENERIC_CALIBRATE_DELAY=y
51201 -CONFIG_GENERIC_FIND_NEXT_BIT=y
51202 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
51204 -CONFIG_EARLY_PRINTK=y
51205 -CONFIG_GENERIC_NVRAM=y
51206 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
51207 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
51210 -CONFIG_PPC_UDBG_16550=y
51211 -# CONFIG_GENERIC_TBSYNC is not set
51212 -CONFIG_AUDIT_ARCH=y
51213 -CONFIG_GENERIC_BUG=y
51214 -# CONFIG_DEFAULT_UIMAGE is not set
51215 -CONFIG_PPC_DCR_NATIVE=y
51216 -# CONFIG_PPC_DCR_MMIO is not set
51218 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
51223 -CONFIG_EXPERIMENTAL=y
51224 -CONFIG_BROKEN_ON_SMP=y
51225 -CONFIG_INIT_ENV_ARG_LIMIT=32
51226 -CONFIG_LOCALVERSION=""
51227 -CONFIG_LOCALVERSION_AUTO=y
51230 -CONFIG_SYSVIPC_SYSCTL=y
51231 -CONFIG_POSIX_MQUEUE=y
51232 -# CONFIG_BSD_PROCESS_ACCT is not set
51233 -# CONFIG_TASKSTATS is not set
51234 -# CONFIG_USER_NS is not set
51235 -# CONFIG_PID_NS is not set
51236 -# CONFIG_AUDIT is not set
51237 -# CONFIG_IKCONFIG is not set
51238 -CONFIG_LOG_BUF_SHIFT=14
51239 -# CONFIG_CGROUPS is not set
51240 -CONFIG_FAIR_GROUP_SCHED=y
51241 -CONFIG_FAIR_USER_SCHED=y
51242 -# CONFIG_FAIR_CGROUP_SCHED is not set
51243 -CONFIG_SYSFS_DEPRECATED=y
51244 -# CONFIG_RELAY is not set
51245 -CONFIG_BLK_DEV_INITRD=y
51246 -CONFIG_INITRAMFS_SOURCE=""
51247 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
51250 -CONFIG_SYSCTL_SYSCALL=y
51252 -# CONFIG_KALLSYMS_ALL is not set
51253 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
51258 -CONFIG_BASE_FULL=y
51260 -CONFIG_ANON_INODES=y
51265 -CONFIG_VM_EVENT_COUNTERS=y
51266 -CONFIG_SLUB_DEBUG=y
51267 -# CONFIG_SLAB is not set
51269 -# CONFIG_SLOB is not set
51270 -CONFIG_RT_MUTEXES=y
51271 -# CONFIG_TINY_SHMEM is not set
51272 -CONFIG_BASE_SMALL=0
51274 -CONFIG_MODULE_UNLOAD=y
51275 -# CONFIG_MODULE_FORCE_UNLOAD is not set
51276 -# CONFIG_MODVERSIONS is not set
51277 -# CONFIG_MODULE_SRCVERSION_ALL is not set
51281 -# CONFIG_BLK_DEV_IO_TRACE is not set
51282 -# CONFIG_LSF is not set
51283 -# CONFIG_BLK_DEV_BSG is not set
51288 -CONFIG_IOSCHED_NOOP=y
51289 -CONFIG_IOSCHED_AS=y
51290 -CONFIG_IOSCHED_DEADLINE=y
51291 -CONFIG_IOSCHED_CFQ=y
51292 -CONFIG_DEFAULT_AS=y
51293 -# CONFIG_DEFAULT_DEADLINE is not set
51294 -# CONFIG_DEFAULT_CFQ is not set
51295 -# CONFIG_DEFAULT_NOOP is not set
51296 -CONFIG_DEFAULT_IOSCHED="anticipatory"
51297 -CONFIG_PPC4xx_PCI_EXPRESS=y
51300 -# Platform support
51302 -# CONFIG_PPC_MPC52xx is not set
51303 -# CONFIG_PPC_MPC5200 is not set
51304 -# CONFIG_PPC_CELL is not set
51305 -# CONFIG_PPC_CELL_NATIVE is not set
51306 -# CONFIG_PQ2ADS is not set
51307 -# CONFIG_BAMBOO is not set
51308 -# CONFIG_EBONY is not set
51309 -# CONFIG_SEQUOIA is not set
51310 -# CONFIG_TAISHAN is not set
51312 -# CONFIG_RAINIER is not set
51314 -# CONFIG_MPIC is not set
51315 -# CONFIG_MPIC_WEIRD is not set
51316 -# CONFIG_PPC_I8259 is not set
51317 -# CONFIG_PPC_RTAS is not set
51318 -# CONFIG_MMIO_NVRAM is not set
51319 -# CONFIG_PPC_MPC106 is not set
51320 -# CONFIG_PPC_970_NAP is not set
51321 -# CONFIG_PPC_INDIRECT_IO is not set
51322 -# CONFIG_GENERIC_IOMAP is not set
51323 -# CONFIG_CPU_FREQ is not set
51324 -# CONFIG_CPM2 is not set
51325 -# CONFIG_FSL_ULI1575 is not set
51330 -# CONFIG_HIGHMEM is not set
51331 -# CONFIG_TICK_ONESHOT is not set
51332 -# CONFIG_NO_HZ is not set
51333 -# CONFIG_HIGH_RES_TIMERS is not set
51334 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
51335 -# CONFIG_HZ_100 is not set
51337 -# CONFIG_HZ_300 is not set
51338 -# CONFIG_HZ_1000 is not set
51340 -CONFIG_PREEMPT_NONE=y
51341 -# CONFIG_PREEMPT_VOLUNTARY is not set
51342 -# CONFIG_PREEMPT is not set
51343 -CONFIG_BINFMT_ELF=y
51344 -# CONFIG_BINFMT_MISC is not set
51345 -# CONFIG_MATH_EMULATION is not set
51346 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
51347 -CONFIG_ARCH_FLATMEM_ENABLE=y
51348 -CONFIG_ARCH_POPULATES_NODE_MAP=y
51349 -CONFIG_SELECT_MEMORY_MODEL=y
51350 -CONFIG_FLATMEM_MANUAL=y
51351 -# CONFIG_DISCONTIGMEM_MANUAL is not set
51352 -# CONFIG_SPARSEMEM_MANUAL is not set
51354 -CONFIG_FLAT_NODE_MEM_MAP=y
51355 -# CONFIG_SPARSEMEM_STATIC is not set
51356 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
51357 -CONFIG_SPLIT_PTLOCK_CPUS=4
51358 -CONFIG_RESOURCES_64BIT=y
51359 -CONFIG_ZONE_DMA_FLAG=1
51361 -CONFIG_VIRT_TO_BUS=y
51362 -CONFIG_PROC_DEVICETREE=y
51363 -CONFIG_CMDLINE_BOOL=y
51366 -CONFIG_WANT_DEVICE_TREE=y
51367 -CONFIG_DEVICE_TREE="katmai.dts"
51368 -CONFIG_ISA_DMA_API=y
51374 -CONFIG_PPC_INDIRECT_PCI=y
51376 -CONFIG_PCI_DOMAINS=y
51377 -CONFIG_PCI_SYSCALL=y
51378 -# CONFIG_PCIEPORTBUS is not set
51379 -CONFIG_ARCH_SUPPORTS_MSI=y
51380 -# CONFIG_PCI_MSI is not set
51381 -CONFIG_PCI_LEGACY=y
51382 -# CONFIG_PCI_DEBUG is not set
51383 -# CONFIG_PCCARD is not set
51384 -# CONFIG_HOTPLUG_PCI is not set
51389 -# CONFIG_ADVANCED_OPTIONS is not set
51392 -# Default settings for advanced configuration options are used
51394 -CONFIG_HIGHMEM_START=0xfe000000
51395 -CONFIG_LOWMEM_SIZE=0x30000000
51396 -CONFIG_KERNEL_START=0xc0000000
51397 -CONFIG_TASK_SIZE=0xc0000000
51398 -CONFIG_CONSISTENT_START=0xff100000
51399 -CONFIG_CONSISTENT_SIZE=0x00200000
51400 -CONFIG_BOOT_LOAD=0x01000000
51408 -# Networking options
51411 -# CONFIG_PACKET_MMAP is not set
51413 -# CONFIG_NET_KEY is not set
51415 -# CONFIG_IP_MULTICAST is not set
51416 -# CONFIG_IP_ADVANCED_ROUTER is not set
51417 -CONFIG_IP_FIB_HASH=y
51419 -CONFIG_IP_PNP_DHCP=y
51420 -CONFIG_IP_PNP_BOOTP=y
51421 -# CONFIG_IP_PNP_RARP is not set
51422 -# CONFIG_NET_IPIP is not set
51423 -# CONFIG_NET_IPGRE is not set
51424 -# CONFIG_ARPD is not set
51425 -# CONFIG_SYN_COOKIES is not set
51426 -# CONFIG_INET_AH is not set
51427 -# CONFIG_INET_ESP is not set
51428 -# CONFIG_INET_IPCOMP is not set
51429 -# CONFIG_INET_XFRM_TUNNEL is not set
51430 -# CONFIG_INET_TUNNEL is not set
51431 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
51432 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
51433 -# CONFIG_INET_XFRM_MODE_BEET is not set
51434 -# CONFIG_INET_LRO is not set
51435 -CONFIG_INET_DIAG=y
51436 -CONFIG_INET_TCP_DIAG=y
51437 -# CONFIG_TCP_CONG_ADVANCED is not set
51438 -CONFIG_TCP_CONG_CUBIC=y
51439 -CONFIG_DEFAULT_TCP_CONG="cubic"
51440 -# CONFIG_TCP_MD5SIG is not set
51441 -# CONFIG_IPV6 is not set
51442 -# CONFIG_INET6_XFRM_TUNNEL is not set
51443 -# CONFIG_INET6_TUNNEL is not set
51444 -# CONFIG_NETWORK_SECMARK is not set
51445 -# CONFIG_NETFILTER is not set
51446 -# CONFIG_IP_DCCP is not set
51447 -# CONFIG_IP_SCTP is not set
51448 -# CONFIG_TIPC is not set
51449 -# CONFIG_ATM is not set
51450 -# CONFIG_BRIDGE is not set
51451 -# CONFIG_VLAN_8021Q is not set
51452 -# CONFIG_DECNET is not set
51453 -# CONFIG_LLC2 is not set
51454 -# CONFIG_IPX is not set
51455 -# CONFIG_ATALK is not set
51456 -# CONFIG_X25 is not set
51457 -# CONFIG_LAPB is not set
51458 -# CONFIG_ECONET is not set
51459 -# CONFIG_WAN_ROUTER is not set
51460 -# CONFIG_NET_SCHED is not set
51465 -# CONFIG_NET_PKTGEN is not set
51466 -# CONFIG_HAMRADIO is not set
51467 -# CONFIG_IRDA is not set
51468 -# CONFIG_BT is not set
51469 -# CONFIG_AF_RXRPC is not set
51474 -# CONFIG_CFG80211 is not set
51475 -# CONFIG_WIRELESS_EXT is not set
51476 -# CONFIG_MAC80211 is not set
51477 -# CONFIG_IEEE80211 is not set
51478 -# CONFIG_RFKILL is not set
51479 -# CONFIG_NET_9P is not set
51486 -# Generic Driver Options
51488 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
51489 -CONFIG_STANDALONE=y
51490 -CONFIG_PREVENT_FIRMWARE_BUILD=y
51491 -CONFIG_FW_LOADER=y
51492 -# CONFIG_DEBUG_DRIVER is not set
51493 -# CONFIG_DEBUG_DEVRES is not set
51494 -# CONFIG_SYS_HYPERVISOR is not set
51495 -CONFIG_CONNECTOR=y
51496 -CONFIG_PROC_EVENTS=y
51497 -# CONFIG_MTD is not set
51498 -CONFIG_OF_DEVICE=y
51499 -# CONFIG_PARPORT is not set
51501 -# CONFIG_BLK_DEV_FD is not set
51502 -# CONFIG_BLK_CPQ_DA is not set
51503 -# CONFIG_BLK_CPQ_CISS_DA is not set
51504 -# CONFIG_BLK_DEV_DAC960 is not set
51505 -# CONFIG_BLK_DEV_UMEM is not set
51506 -# CONFIG_BLK_DEV_COW_COMMON is not set
51507 -# CONFIG_BLK_DEV_LOOP is not set
51508 -# CONFIG_BLK_DEV_NBD is not set
51509 -# CONFIG_BLK_DEV_SX8 is not set
51510 -CONFIG_BLK_DEV_RAM=y
51511 -CONFIG_BLK_DEV_RAM_COUNT=16
51512 -CONFIG_BLK_DEV_RAM_SIZE=35000
51513 -CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
51514 -# CONFIG_CDROM_PKTCDVD is not set
51515 -# CONFIG_ATA_OVER_ETH is not set
51516 -# CONFIG_XILINX_SYSACE is not set
51517 -CONFIG_MISC_DEVICES=y
51518 -# CONFIG_PHANTOM is not set
51519 -# CONFIG_EEPROM_93CX6 is not set
51520 -# CONFIG_SGI_IOC4 is not set
51521 -# CONFIG_TIFM_CORE is not set
51522 -# CONFIG_IDE is not set
51525 -# SCSI device support
51527 -# CONFIG_RAID_ATTRS is not set
51528 -# CONFIG_SCSI is not set
51529 -# CONFIG_SCSI_DMA is not set
51530 -# CONFIG_SCSI_NETLINK is not set
51531 -# CONFIG_ATA is not set
51532 -# CONFIG_MD is not set
51533 -# CONFIG_FUSION is not set
51536 -# IEEE 1394 (FireWire) support
51538 -# CONFIG_FIREWIRE is not set
51539 -# CONFIG_IEEE1394 is not set
51540 -# CONFIG_I2O is not set
51541 -CONFIG_MACINTOSH_DRIVERS=y
51542 -# CONFIG_MAC_EMUMOUSEBTN is not set
51543 -# CONFIG_WINDFARM is not set
51544 -CONFIG_NETDEVICES=y
51545 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
51546 -# CONFIG_DUMMY is not set
51547 -# CONFIG_BONDING is not set
51548 -# CONFIG_MACVLAN is not set
51549 -# CONFIG_EQUALIZER is not set
51550 -# CONFIG_TUN is not set
51551 -# CONFIG_VETH is not set
51552 -# CONFIG_IP1000 is not set
51553 -# CONFIG_ARCNET is not set
51554 -# CONFIG_PHYLIB is not set
51555 -CONFIG_NET_ETHERNET=y
51556 -# CONFIG_MII is not set
51557 -# CONFIG_HAPPYMEAL is not set
51558 -# CONFIG_SUNGEM is not set
51559 -# CONFIG_CASSINI is not set
51560 -# CONFIG_NET_VENDOR_3COM is not set
51561 -# CONFIG_NET_TULIP is not set
51562 -# CONFIG_HP100 is not set
51563 -CONFIG_IBM_NEW_EMAC=y
51564 -CONFIG_IBM_NEW_EMAC_RXB=128
51565 -CONFIG_IBM_NEW_EMAC_TXB=64
51566 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
51567 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
51568 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
51569 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
51570 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
51571 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
51572 -# CONFIG_IBM_NEW_EMAC_TAH is not set
51573 -CONFIG_IBM_NEW_EMAC_EMAC4=y
51574 -# CONFIG_NET_PCI is not set
51575 -# CONFIG_B44 is not set
51576 -CONFIG_NETDEV_1000=y
51577 -# CONFIG_ACENIC is not set
51578 -# CONFIG_DL2K is not set
51579 -# CONFIG_E1000 is not set
51580 -# CONFIG_E1000E is not set
51581 -# CONFIG_NS83820 is not set
51582 -# CONFIG_HAMACHI is not set
51583 -# CONFIG_YELLOWFIN is not set
51584 -# CONFIG_R8169 is not set
51585 -# CONFIG_SIS190 is not set
51586 -# CONFIG_SKGE is not set
51587 -# CONFIG_SKY2 is not set
51588 -# CONFIG_SK98LIN is not set
51589 -# CONFIG_VIA_VELOCITY is not set
51590 -# CONFIG_TIGON3 is not set
51591 -# CONFIG_BNX2 is not set
51592 -# CONFIG_QLA3XXX is not set
51593 -# CONFIG_ATL1 is not set
51594 -CONFIG_NETDEV_10000=y
51595 -# CONFIG_CHELSIO_T1 is not set
51596 -# CONFIG_CHELSIO_T3 is not set
51597 -# CONFIG_IXGBE is not set
51598 -# CONFIG_IXGB is not set
51599 -# CONFIG_S2IO is not set
51600 -# CONFIG_MYRI10GE is not set
51601 -# CONFIG_NETXEN_NIC is not set
51602 -# CONFIG_NIU is not set
51603 -# CONFIG_MLX4_CORE is not set
51604 -# CONFIG_TEHUTI is not set
51605 -# CONFIG_TR is not set
51610 -# CONFIG_WLAN_PRE80211 is not set
51611 -# CONFIG_WLAN_80211 is not set
51612 -# CONFIG_WAN is not set
51613 -# CONFIG_FDDI is not set
51614 -# CONFIG_HIPPI is not set
51615 -# CONFIG_PPP is not set
51616 -# CONFIG_SLIP is not set
51617 -# CONFIG_SHAPER is not set
51618 -# CONFIG_NETCONSOLE is not set
51619 -# CONFIG_NETPOLL is not set
51620 -# CONFIG_NET_POLL_CONTROLLER is not set
51621 -# CONFIG_ISDN is not set
51622 -# CONFIG_PHONE is not set
51625 -# Input device support
51627 -# CONFIG_INPUT is not set
51630 -# Hardware I/O ports
51632 -# CONFIG_SERIO is not set
51633 -# CONFIG_GAMEPORT is not set
51636 -# Character devices
51638 -# CONFIG_VT is not set
51639 -# CONFIG_SERIAL_NONSTANDARD is not set
51644 -CONFIG_SERIAL_8250=y
51645 -CONFIG_SERIAL_8250_CONSOLE=y
51646 -# CONFIG_SERIAL_8250_PCI is not set
51647 -CONFIG_SERIAL_8250_NR_UARTS=4
51648 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
51649 -CONFIG_SERIAL_8250_EXTENDED=y
51650 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
51651 -CONFIG_SERIAL_8250_SHARE_IRQ=y
51652 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
51653 -# CONFIG_SERIAL_8250_RSA is not set
51656 -# Non-8250 serial port support
51658 -# CONFIG_SERIAL_UARTLITE is not set
51659 -CONFIG_SERIAL_CORE=y
51660 -CONFIG_SERIAL_CORE_CONSOLE=y
51661 -# CONFIG_SERIAL_JSM is not set
51662 -CONFIG_SERIAL_OF_PLATFORM=y
51663 -CONFIG_UNIX98_PTYS=y
51664 -CONFIG_LEGACY_PTYS=y
51665 -CONFIG_LEGACY_PTY_COUNT=256
51666 -# CONFIG_IPMI_HANDLER is not set
51667 -# CONFIG_HW_RANDOM is not set
51668 -# CONFIG_NVRAM is not set
51669 -# CONFIG_GEN_RTC is not set
51670 -# CONFIG_R3964 is not set
51671 -# CONFIG_APPLICOM is not set
51672 -# CONFIG_RAW_DRIVER is not set
51673 -# CONFIG_TCG_TPM is not set
51675 -# CONFIG_I2C is not set
51680 -# CONFIG_SPI is not set
51681 -# CONFIG_SPI_MASTER is not set
51682 -# CONFIG_W1 is not set
51683 -# CONFIG_POWER_SUPPLY is not set
51684 -# CONFIG_HWMON is not set
51685 -# CONFIG_WATCHDOG is not set
51688 -# Sonics Silicon Backplane
51690 -CONFIG_SSB_POSSIBLE=y
51691 -# CONFIG_SSB is not set
51694 -# Multifunction device drivers
51696 -# CONFIG_MFD_SM501 is not set
51699 -# Multimedia devices
51701 -# CONFIG_VIDEO_DEV is not set
51702 -# CONFIG_DVB_CORE is not set
51706 -# Graphics support
51708 -# CONFIG_AGP is not set
51709 -# CONFIG_DRM is not set
51710 -# CONFIG_VGASTATE is not set
51711 -CONFIG_VIDEO_OUTPUT_CONTROL=m
51712 -# CONFIG_FB is not set
51713 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
51716 -# Display device support
51718 -# CONFIG_DISPLAY_SUPPORT is not set
51723 -# CONFIG_SOUND is not set
51724 -CONFIG_USB_SUPPORT=y
51725 -CONFIG_USB_ARCH_HAS_HCD=y
51726 -CONFIG_USB_ARCH_HAS_OHCI=y
51727 -CONFIG_USB_ARCH_HAS_EHCI=y
51728 -# CONFIG_USB is not set
51731 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
51735 -# USB Gadget Support
51737 -# CONFIG_USB_GADGET is not set
51738 -# CONFIG_MMC is not set
51739 -# CONFIG_NEW_LEDS is not set
51740 -# CONFIG_INFINIBAND is not set
51741 -# CONFIG_EDAC is not set
51742 -# CONFIG_RTC_CLASS is not set
51747 -# CONFIG_UIO is not set
51753 -# CONFIG_EXT2_FS_XATTR is not set
51754 -# CONFIG_EXT2_FS_XIP is not set
51755 -# CONFIG_EXT3_FS is not set
51756 -# CONFIG_EXT4DEV_FS is not set
51757 -# CONFIG_REISERFS_FS is not set
51758 -# CONFIG_JFS_FS is not set
51759 -# CONFIG_FS_POSIX_ACL is not set
51760 -# CONFIG_XFS_FS is not set
51761 -# CONFIG_GFS2_FS is not set
51762 -# CONFIG_OCFS2_FS is not set
51763 -# CONFIG_MINIX_FS is not set
51764 -# CONFIG_ROMFS_FS is not set
51766 -CONFIG_INOTIFY_USER=y
51767 -# CONFIG_QUOTA is not set
51769 -# CONFIG_AUTOFS_FS is not set
51770 -# CONFIG_AUTOFS4_FS is not set
51771 -# CONFIG_FUSE_FS is not set
51774 -# CD-ROM/DVD Filesystems
51776 -# CONFIG_ISO9660_FS is not set
51777 -# CONFIG_UDF_FS is not set
51780 -# DOS/FAT/NT Filesystems
51782 -# CONFIG_MSDOS_FS is not set
51783 -# CONFIG_VFAT_FS is not set
51784 -# CONFIG_NTFS_FS is not set
51787 -# Pseudo filesystems
51790 -CONFIG_PROC_KCORE=y
51791 -CONFIG_PROC_SYSCTL=y
51794 -# CONFIG_TMPFS_POSIX_ACL is not set
51795 -# CONFIG_HUGETLB_PAGE is not set
51796 -# CONFIG_CONFIGFS_FS is not set
51799 -# Miscellaneous filesystems
51801 -# CONFIG_ADFS_FS is not set
51802 -# CONFIG_AFFS_FS is not set
51803 -# CONFIG_HFS_FS is not set
51804 -# CONFIG_HFSPLUS_FS is not set
51805 -# CONFIG_BEFS_FS is not set
51806 -# CONFIG_BFS_FS is not set
51807 -# CONFIG_EFS_FS is not set
51809 -# CONFIG_VXFS_FS is not set
51810 -# CONFIG_HPFS_FS is not set
51811 -# CONFIG_QNX4FS_FS is not set
51812 -# CONFIG_SYSV_FS is not set
51813 -# CONFIG_UFS_FS is not set
51814 -CONFIG_NETWORK_FILESYSTEMS=y
51817 -# CONFIG_NFS_V3_ACL is not set
51818 -# CONFIG_NFS_V4 is not set
51819 -# CONFIG_NFS_DIRECTIO is not set
51820 -# CONFIG_NFSD is not set
51824 -CONFIG_NFS_COMMON=y
51826 -# CONFIG_SUNRPC_BIND34 is not set
51827 -# CONFIG_RPCSEC_GSS_KRB5 is not set
51828 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
51829 -# CONFIG_SMB_FS is not set
51830 -# CONFIG_CIFS is not set
51831 -# CONFIG_NCP_FS is not set
51832 -# CONFIG_CODA_FS is not set
51833 -# CONFIG_AFS_FS is not set
51838 -# CONFIG_PARTITION_ADVANCED is not set
51839 -CONFIG_MSDOS_PARTITION=y
51840 -# CONFIG_NLS is not set
51841 -# CONFIG_DLM is not set
51842 -# CONFIG_UCC_SLOW is not set
51845 -# Library routines
51847 -CONFIG_BITREVERSE=y
51848 -# CONFIG_CRC_CCITT is not set
51849 -# CONFIG_CRC16 is not set
51850 -# CONFIG_CRC_ITU_T is not set
51852 -# CONFIG_CRC7 is not set
51853 -# CONFIG_LIBCRC32C is not set
51854 -CONFIG_ZLIB_INFLATE=y
51856 -CONFIG_HAS_IOMEM=y
51857 -CONFIG_HAS_IOPORT=y
51859 -CONFIG_INSTRUMENTATION=y
51860 -# CONFIG_PROFILING is not set
51861 -# CONFIG_KPROBES is not set
51862 -# CONFIG_MARKERS is not set
51867 -# CONFIG_PRINTK_TIME is not set
51868 -CONFIG_ENABLE_WARN_DEPRECATED=y
51869 -CONFIG_ENABLE_MUST_CHECK=y
51870 -CONFIG_MAGIC_SYSRQ=y
51871 -# CONFIG_UNUSED_SYMBOLS is not set
51872 -# CONFIG_DEBUG_FS is not set
51873 -# CONFIG_HEADERS_CHECK is not set
51874 -CONFIG_DEBUG_KERNEL=y
51875 -# CONFIG_DEBUG_SHIRQ is not set
51876 -CONFIG_DETECT_SOFTLOCKUP=y
51877 -CONFIG_SCHED_DEBUG=y
51878 -# CONFIG_SCHEDSTATS is not set
51879 -# CONFIG_TIMER_STATS is not set
51880 -# CONFIG_SLUB_DEBUG_ON is not set
51881 -# CONFIG_DEBUG_RT_MUTEXES is not set
51882 -# CONFIG_RT_MUTEX_TESTER is not set
51883 -# CONFIG_DEBUG_SPINLOCK is not set
51884 -# CONFIG_DEBUG_MUTEXES is not set
51885 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
51886 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
51887 -# CONFIG_DEBUG_KOBJECT is not set
51888 -# CONFIG_DEBUG_BUGVERBOSE is not set
51889 -# CONFIG_DEBUG_INFO is not set
51890 -# CONFIG_DEBUG_VM is not set
51891 -# CONFIG_DEBUG_LIST is not set
51892 -# CONFIG_DEBUG_SG is not set
51893 -CONFIG_FORCED_INLINING=y
51894 -# CONFIG_BOOT_PRINTK_DELAY is not set
51895 -# CONFIG_RCU_TORTURE_TEST is not set
51896 -# CONFIG_FAULT_INJECTION is not set
51897 -# CONFIG_SAMPLES is not set
51898 -# CONFIG_DEBUG_STACKOVERFLOW is not set
51899 -# CONFIG_DEBUG_STACK_USAGE is not set
51900 -# CONFIG_DEBUG_PAGEALLOC is not set
51902 -# CONFIG_KGDB is not set
51903 -# CONFIG_XMON is not set
51904 -# CONFIG_BDI_SWITCH is not set
51905 -# CONFIG_PPC_EARLY_DEBUG is not set
51908 -# Security options
51910 -# CONFIG_KEYS is not set
51911 -# CONFIG_SECURITY is not set
51912 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
51914 -CONFIG_CRYPTO_ALGAPI=y
51915 -CONFIG_CRYPTO_BLKCIPHER=y
51916 -CONFIG_CRYPTO_MANAGER=y
51917 -# CONFIG_CRYPTO_HMAC is not set
51918 -# CONFIG_CRYPTO_XCBC is not set
51919 -# CONFIG_CRYPTO_NULL is not set
51920 -# CONFIG_CRYPTO_MD4 is not set
51921 -CONFIG_CRYPTO_MD5=y
51922 -# CONFIG_CRYPTO_SHA1 is not set
51923 -# CONFIG_CRYPTO_SHA256 is not set
51924 -# CONFIG_CRYPTO_SHA512 is not set
51925 -# CONFIG_CRYPTO_WP512 is not set
51926 -# CONFIG_CRYPTO_TGR192 is not set
51927 -# CONFIG_CRYPTO_GF128MUL is not set
51928 -CONFIG_CRYPTO_ECB=y
51929 -CONFIG_CRYPTO_CBC=y
51930 -CONFIG_CRYPTO_PCBC=y
51931 -# CONFIG_CRYPTO_LRW is not set
51932 -# CONFIG_CRYPTO_XTS is not set
51933 -# CONFIG_CRYPTO_CRYPTD is not set
51934 -CONFIG_CRYPTO_DES=y
51935 -# CONFIG_CRYPTO_FCRYPT is not set
51936 -# CONFIG_CRYPTO_BLOWFISH is not set
51937 -# CONFIG_CRYPTO_TWOFISH is not set
51938 -# CONFIG_CRYPTO_SERPENT is not set
51939 -# CONFIG_CRYPTO_AES is not set
51940 -# CONFIG_CRYPTO_CAST5 is not set
51941 -# CONFIG_CRYPTO_CAST6 is not set
51942 -# CONFIG_CRYPTO_TEA is not set
51943 -# CONFIG_CRYPTO_ARC4 is not set
51944 -# CONFIG_CRYPTO_KHAZAD is not set
51945 -# CONFIG_CRYPTO_ANUBIS is not set
51946 -# CONFIG_CRYPTO_SEED is not set
51947 -# CONFIG_CRYPTO_DEFLATE is not set
51948 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
51949 -# CONFIG_CRYPTO_CRC32C is not set
51950 -# CONFIG_CRYPTO_CAMELLIA is not set
51951 -# CONFIG_CRYPTO_TEST is not set
51952 -# CONFIG_CRYPTO_AUTHENC is not set
51953 -CONFIG_CRYPTO_HW=y
51954 -# CONFIG_PPC_CLOCK is not set
51955 --- a/arch/powerpc/configs/kilauea_defconfig
51959 -# Automatically generated make config: don't edit
51960 -# Linux kernel version: 2.6.25-rc2
51961 -# Fri Feb 15 21:51:43 2008
51963 -# CONFIG_PPC64 is not set
51966 -# Processor support
51968 -# CONFIG_6xx is not set
51969 -# CONFIG_PPC_85xx is not set
51970 -# CONFIG_PPC_8xx is not set
51972 -# CONFIG_44x is not set
51973 -# CONFIG_E200 is not set
51975 -# CONFIG_PPC_MM_SLICES is not set
51976 -CONFIG_NOT_COHERENT_CACHE=y
51978 -CONFIG_WORD_SIZE=32
51979 -CONFIG_PPC_MERGE=y
51981 -CONFIG_GENERIC_CMOS_UPDATE=y
51982 -CONFIG_GENERIC_TIME=y
51983 -CONFIG_GENERIC_TIME_VSYSCALL=y
51984 -CONFIG_GENERIC_CLOCKEVENTS=y
51985 -CONFIG_GENERIC_HARDIRQS=y
51986 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
51987 -CONFIG_IRQ_PER_CPU=y
51988 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
51989 -CONFIG_ARCH_HAS_ILOG2_U32=y
51990 -CONFIG_GENERIC_HWEIGHT=y
51991 -CONFIG_GENERIC_CALIBRATE_DELAY=y
51992 -CONFIG_GENERIC_FIND_NEXT_BIT=y
51993 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
51995 -CONFIG_EARLY_PRINTK=y
51996 -CONFIG_GENERIC_NVRAM=y
51997 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
51998 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
52001 -CONFIG_PPC_UDBG_16550=y
52002 -# CONFIG_GENERIC_TBSYNC is not set
52003 -CONFIG_AUDIT_ARCH=y
52004 -CONFIG_GENERIC_BUG=y
52005 -# CONFIG_DEFAULT_UIMAGE is not set
52006 -CONFIG_PPC_DCR_NATIVE=y
52007 -# CONFIG_PPC_DCR_MMIO is not set
52009 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
52014 -CONFIG_EXPERIMENTAL=y
52015 -CONFIG_BROKEN_ON_SMP=y
52016 -CONFIG_INIT_ENV_ARG_LIMIT=32
52017 -CONFIG_LOCALVERSION=""
52018 -CONFIG_LOCALVERSION_AUTO=y
52021 -CONFIG_SYSVIPC_SYSCTL=y
52022 -CONFIG_POSIX_MQUEUE=y
52023 -# CONFIG_BSD_PROCESS_ACCT is not set
52024 -# CONFIG_TASKSTATS is not set
52025 -# CONFIG_AUDIT is not set
52026 -# CONFIG_IKCONFIG is not set
52027 -CONFIG_LOG_BUF_SHIFT=14
52028 -# CONFIG_CGROUPS is not set
52029 -CONFIG_GROUP_SCHED=y
52030 -# CONFIG_FAIR_GROUP_SCHED is not set
52031 -# CONFIG_RT_GROUP_SCHED is not set
52032 -CONFIG_USER_SCHED=y
52033 -# CONFIG_CGROUP_SCHED is not set
52034 -CONFIG_SYSFS_DEPRECATED=y
52035 -# CONFIG_RELAY is not set
52036 -# CONFIG_NAMESPACES is not set
52037 -CONFIG_BLK_DEV_INITRD=y
52038 -CONFIG_INITRAMFS_SOURCE=""
52039 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
52042 -CONFIG_SYSCTL_SYSCALL=y
52044 -CONFIG_KALLSYMS_ALL=y
52045 -CONFIG_KALLSYMS_EXTRA_PASS=y
52050 -CONFIG_COMPAT_BRK=y
52051 -CONFIG_BASE_FULL=y
52053 -CONFIG_ANON_INODES=y
52059 -CONFIG_VM_EVENT_COUNTERS=y
52060 -CONFIG_SLUB_DEBUG=y
52061 -# CONFIG_SLAB is not set
52063 -# CONFIG_SLOB is not set
52064 -# CONFIG_PROFILING is not set
52065 -# CONFIG_MARKERS is not set
52066 -CONFIG_HAVE_OPROFILE=y
52067 -# CONFIG_KPROBES is not set
52068 -CONFIG_HAVE_KPROBES=y
52069 -CONFIG_PROC_PAGE_MONITOR=y
52071 -CONFIG_RT_MUTEXES=y
52072 -# CONFIG_TINY_SHMEM is not set
52073 -CONFIG_BASE_SMALL=0
52075 -CONFIG_MODULE_UNLOAD=y
52076 -# CONFIG_MODULE_FORCE_UNLOAD is not set
52077 -# CONFIG_MODVERSIONS is not set
52078 -# CONFIG_MODULE_SRCVERSION_ALL is not set
52082 -# CONFIG_BLK_DEV_IO_TRACE is not set
52083 -# CONFIG_LSF is not set
52084 -# CONFIG_BLK_DEV_BSG is not set
52089 -CONFIG_IOSCHED_NOOP=y
52090 -CONFIG_IOSCHED_AS=y
52091 -CONFIG_IOSCHED_DEADLINE=y
52092 -CONFIG_IOSCHED_CFQ=y
52093 -CONFIG_DEFAULT_AS=y
52094 -# CONFIG_DEFAULT_DEADLINE is not set
52095 -# CONFIG_DEFAULT_CFQ is not set
52096 -# CONFIG_DEFAULT_NOOP is not set
52097 -CONFIG_DEFAULT_IOSCHED="anticipatory"
52098 -CONFIG_CLASSIC_RCU=y
52099 -# CONFIG_PREEMPT_RCU is not set
52100 -CONFIG_PPC4xx_PCI_EXPRESS=y
52103 -# Platform support
52105 -# CONFIG_PPC_MPC512x is not set
52106 -# CONFIG_PPC_MPC5121 is not set
52107 -# CONFIG_PPC_CELL is not set
52108 -# CONFIG_PPC_CELL_NATIVE is not set
52109 -# CONFIG_PQ2ADS is not set
52110 -# CONFIG_EP405 is not set
52112 -# CONFIG_MAKALU is not set
52113 -# CONFIG_WALNUT is not set
52114 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
52116 -# CONFIG_IPIC is not set
52117 -# CONFIG_MPIC is not set
52118 -# CONFIG_MPIC_WEIRD is not set
52119 -# CONFIG_PPC_I8259 is not set
52120 -# CONFIG_PPC_RTAS is not set
52121 -# CONFIG_MMIO_NVRAM is not set
52122 -# CONFIG_PPC_MPC106 is not set
52123 -# CONFIG_PPC_970_NAP is not set
52124 -# CONFIG_PPC_INDIRECT_IO is not set
52125 -# CONFIG_GENERIC_IOMAP is not set
52126 -# CONFIG_CPU_FREQ is not set
52127 -# CONFIG_FSL_ULI1575 is not set
52132 -# CONFIG_HIGHMEM is not set
52133 -# CONFIG_TICK_ONESHOT is not set
52134 -# CONFIG_NO_HZ is not set
52135 -# CONFIG_HIGH_RES_TIMERS is not set
52136 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
52137 -# CONFIG_HZ_100 is not set
52139 -# CONFIG_HZ_300 is not set
52140 -# CONFIG_HZ_1000 is not set
52142 -# CONFIG_SCHED_HRTICK is not set
52143 -CONFIG_PREEMPT_NONE=y
52144 -# CONFIG_PREEMPT_VOLUNTARY is not set
52145 -# CONFIG_PREEMPT is not set
52146 -CONFIG_RCU_TRACE=y
52147 -CONFIG_BINFMT_ELF=y
52148 -# CONFIG_BINFMT_MISC is not set
52149 -# CONFIG_MATH_EMULATION is not set
52150 -# CONFIG_IOMMU_HELPER is not set
52151 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
52152 -CONFIG_ARCH_HAS_WALK_MEMORY=y
52153 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
52154 -CONFIG_ARCH_FLATMEM_ENABLE=y
52155 -CONFIG_ARCH_POPULATES_NODE_MAP=y
52156 -CONFIG_SELECT_MEMORY_MODEL=y
52157 -CONFIG_FLATMEM_MANUAL=y
52158 -# CONFIG_DISCONTIGMEM_MANUAL is not set
52159 -# CONFIG_SPARSEMEM_MANUAL is not set
52161 -CONFIG_FLAT_NODE_MEM_MAP=y
52162 -# CONFIG_SPARSEMEM_STATIC is not set
52163 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
52164 -CONFIG_SPLIT_PTLOCK_CPUS=4
52165 -# CONFIG_RESOURCES_64BIT is not set
52166 -CONFIG_ZONE_DMA_FLAG=1
52168 -CONFIG_VIRT_TO_BUS=y
52169 -CONFIG_PROC_DEVICETREE=y
52170 -# CONFIG_CMDLINE_BOOL is not set
52171 -# CONFIG_PM is not set
52173 -CONFIG_ISA_DMA_API=y
52179 -CONFIG_PPC_INDIRECT_PCI=y
52181 -CONFIG_PCI_DOMAINS=y
52182 -CONFIG_PCI_SYSCALL=y
52183 -# CONFIG_PCIEPORTBUS is not set
52184 -CONFIG_ARCH_SUPPORTS_MSI=y
52185 -# CONFIG_PCI_MSI is not set
52186 -CONFIG_PCI_LEGACY=y
52187 -# CONFIG_PCI_DEBUG is not set
52188 -# CONFIG_PCCARD is not set
52189 -# CONFIG_HOTPLUG_PCI is not set
52194 -# CONFIG_ADVANCED_OPTIONS is not set
52197 -# Default settings for advanced configuration options are used
52199 -CONFIG_HIGHMEM_START=0xfe000000
52200 -CONFIG_LOWMEM_SIZE=0x30000000
52201 -CONFIG_KERNEL_START=0xc0000000
52202 -CONFIG_TASK_SIZE=0xc0000000
52203 -CONFIG_CONSISTENT_START=0xff100000
52204 -CONFIG_CONSISTENT_SIZE=0x00200000
52205 -CONFIG_BOOT_LOAD=0x00400000
52213 -# Networking options
52216 -# CONFIG_PACKET_MMAP is not set
52218 -# CONFIG_NET_KEY is not set
52220 -# CONFIG_IP_MULTICAST is not set
52221 -# CONFIG_IP_ADVANCED_ROUTER is not set
52222 -CONFIG_IP_FIB_HASH=y
52224 -CONFIG_IP_PNP_DHCP=y
52225 -CONFIG_IP_PNP_BOOTP=y
52226 -# CONFIG_IP_PNP_RARP is not set
52227 -# CONFIG_NET_IPIP is not set
52228 -# CONFIG_NET_IPGRE is not set
52229 -# CONFIG_ARPD is not set
52230 -# CONFIG_SYN_COOKIES is not set
52231 -# CONFIG_INET_AH is not set
52232 -# CONFIG_INET_ESP is not set
52233 -# CONFIG_INET_IPCOMP is not set
52234 -# CONFIG_INET_XFRM_TUNNEL is not set
52235 -# CONFIG_INET_TUNNEL is not set
52236 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
52237 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
52238 -# CONFIG_INET_XFRM_MODE_BEET is not set
52239 -# CONFIG_INET_LRO is not set
52240 -CONFIG_INET_DIAG=y
52241 -CONFIG_INET_TCP_DIAG=y
52242 -# CONFIG_TCP_CONG_ADVANCED is not set
52243 -CONFIG_TCP_CONG_CUBIC=y
52244 -CONFIG_DEFAULT_TCP_CONG="cubic"
52245 -# CONFIG_TCP_MD5SIG is not set
52246 -# CONFIG_IPV6 is not set
52247 -# CONFIG_INET6_XFRM_TUNNEL is not set
52248 -# CONFIG_INET6_TUNNEL is not set
52249 -# CONFIG_NETWORK_SECMARK is not set
52250 -# CONFIG_NETFILTER is not set
52251 -# CONFIG_IP_DCCP is not set
52252 -# CONFIG_IP_SCTP is not set
52253 -# CONFIG_TIPC is not set
52254 -# CONFIG_ATM is not set
52255 -# CONFIG_BRIDGE is not set
52256 -# CONFIG_VLAN_8021Q is not set
52257 -# CONFIG_DECNET is not set
52258 -# CONFIG_LLC2 is not set
52259 -# CONFIG_IPX is not set
52260 -# CONFIG_ATALK is not set
52261 -# CONFIG_X25 is not set
52262 -# CONFIG_LAPB is not set
52263 -# CONFIG_ECONET is not set
52264 -# CONFIG_WAN_ROUTER is not set
52265 -# CONFIG_NET_SCHED is not set
52270 -# CONFIG_NET_PKTGEN is not set
52271 -# CONFIG_HAMRADIO is not set
52272 -# CONFIG_CAN is not set
52273 -# CONFIG_IRDA is not set
52274 -# CONFIG_BT is not set
52275 -# CONFIG_AF_RXRPC is not set
52280 -# CONFIG_CFG80211 is not set
52281 -# CONFIG_WIRELESS_EXT is not set
52282 -# CONFIG_MAC80211 is not set
52283 -# CONFIG_IEEE80211 is not set
52284 -# CONFIG_RFKILL is not set
52285 -# CONFIG_NET_9P is not set
52292 -# Generic Driver Options
52294 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
52295 -CONFIG_STANDALONE=y
52296 -CONFIG_PREVENT_FIRMWARE_BUILD=y
52297 -CONFIG_FW_LOADER=y
52298 -# CONFIG_DEBUG_DRIVER is not set
52299 -# CONFIG_DEBUG_DEVRES is not set
52300 -# CONFIG_SYS_HYPERVISOR is not set
52301 -CONFIG_CONNECTOR=y
52302 -CONFIG_PROC_EVENTS=y
52304 -# CONFIG_MTD_DEBUG is not set
52305 -# CONFIG_MTD_CONCAT is not set
52306 -CONFIG_MTD_PARTITIONS=y
52307 -# CONFIG_MTD_REDBOOT_PARTS is not set
52308 -CONFIG_MTD_CMDLINE_PARTS=y
52309 -CONFIG_MTD_OF_PARTS=y
52312 -# User Modules And Translation Layers
52315 -CONFIG_MTD_BLKDEVS=m
52316 -CONFIG_MTD_BLOCK=m
52317 -# CONFIG_MTD_BLOCK_RO is not set
52318 -# CONFIG_FTL is not set
52319 -# CONFIG_NFTL is not set
52320 -# CONFIG_INFTL is not set
52321 -# CONFIG_RFD_FTL is not set
52322 -# CONFIG_SSFDC is not set
52323 -# CONFIG_MTD_OOPS is not set
52326 -# RAM/ROM/Flash chip drivers
52329 -CONFIG_MTD_JEDECPROBE=y
52330 -CONFIG_MTD_GEN_PROBE=y
52331 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
52332 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
52333 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
52334 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
52335 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
52336 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
52337 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
52338 -CONFIG_MTD_CFI_I1=y
52339 -CONFIG_MTD_CFI_I2=y
52340 -# CONFIG_MTD_CFI_I4 is not set
52341 -# CONFIG_MTD_CFI_I8 is not set
52342 -# CONFIG_MTD_CFI_INTELEXT is not set
52343 -CONFIG_MTD_CFI_AMDSTD=y
52344 -# CONFIG_MTD_CFI_STAA is not set
52345 -CONFIG_MTD_CFI_UTIL=y
52346 -# CONFIG_MTD_RAM is not set
52347 -# CONFIG_MTD_ROM is not set
52348 -# CONFIG_MTD_ABSENT is not set
52351 -# Mapping drivers for chip access
52353 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
52354 -# CONFIG_MTD_PHYSMAP is not set
52355 -CONFIG_MTD_PHYSMAP_OF=y
52356 -# CONFIG_MTD_INTEL_VR_NOR is not set
52357 -# CONFIG_MTD_PLATRAM is not set
52360 -# Self-contained MTD device drivers
52362 -# CONFIG_MTD_PMC551 is not set
52363 -# CONFIG_MTD_SLRAM is not set
52364 -# CONFIG_MTD_PHRAM is not set
52365 -# CONFIG_MTD_MTDRAM is not set
52366 -# CONFIG_MTD_BLOCK2MTD is not set
52369 -# Disk-On-Chip Device Drivers
52371 -# CONFIG_MTD_DOC2000 is not set
52372 -# CONFIG_MTD_DOC2001 is not set
52373 -# CONFIG_MTD_DOC2001PLUS is not set
52374 -# CONFIG_MTD_NAND is not set
52375 -# CONFIG_MTD_ONENAND is not set
52378 -# UBI - Unsorted block images
52380 -# CONFIG_MTD_UBI is not set
52381 -CONFIG_OF_DEVICE=y
52382 -# CONFIG_PARPORT is not set
52384 -# CONFIG_BLK_DEV_FD is not set
52385 -# CONFIG_BLK_CPQ_DA is not set
52386 -# CONFIG_BLK_CPQ_CISS_DA is not set
52387 -# CONFIG_BLK_DEV_DAC960 is not set
52388 -# CONFIG_BLK_DEV_UMEM is not set
52389 -# CONFIG_BLK_DEV_COW_COMMON is not set
52390 -# CONFIG_BLK_DEV_LOOP is not set
52391 -# CONFIG_BLK_DEV_NBD is not set
52392 -# CONFIG_BLK_DEV_SX8 is not set
52393 -CONFIG_BLK_DEV_RAM=y
52394 -CONFIG_BLK_DEV_RAM_COUNT=16
52395 -CONFIG_BLK_DEV_RAM_SIZE=35000
52396 -# CONFIG_BLK_DEV_XIP is not set
52397 -# CONFIG_CDROM_PKTCDVD is not set
52398 -# CONFIG_ATA_OVER_ETH is not set
52399 -# CONFIG_XILINX_SYSACE is not set
52400 -# CONFIG_MISC_DEVICES is not set
52402 -# CONFIG_IDE is not set
52405 -# SCSI device support
52407 -# CONFIG_RAID_ATTRS is not set
52408 -# CONFIG_SCSI is not set
52409 -# CONFIG_SCSI_DMA is not set
52410 -# CONFIG_SCSI_NETLINK is not set
52411 -# CONFIG_ATA is not set
52412 -# CONFIG_MD is not set
52413 -# CONFIG_FUSION is not set
52416 -# IEEE 1394 (FireWire) support
52418 -# CONFIG_FIREWIRE is not set
52419 -# CONFIG_IEEE1394 is not set
52420 -# CONFIG_I2O is not set
52421 -# CONFIG_MACINTOSH_DRIVERS is not set
52422 -CONFIG_NETDEVICES=y
52423 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
52424 -# CONFIG_DUMMY is not set
52425 -# CONFIG_BONDING is not set
52426 -# CONFIG_MACVLAN is not set
52427 -# CONFIG_EQUALIZER is not set
52428 -# CONFIG_TUN is not set
52429 -# CONFIG_VETH is not set
52430 -# CONFIG_ARCNET is not set
52431 -# CONFIG_PHYLIB is not set
52432 -CONFIG_NET_ETHERNET=y
52433 -# CONFIG_MII is not set
52434 -# CONFIG_HAPPYMEAL is not set
52435 -# CONFIG_SUNGEM is not set
52436 -# CONFIG_CASSINI is not set
52437 -# CONFIG_NET_VENDOR_3COM is not set
52438 -# CONFIG_NET_TULIP is not set
52439 -# CONFIG_HP100 is not set
52440 -CONFIG_IBM_NEW_EMAC=y
52441 -CONFIG_IBM_NEW_EMAC_RXB=256
52442 -CONFIG_IBM_NEW_EMAC_TXB=256
52443 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
52444 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
52445 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
52446 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
52447 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
52448 -CONFIG_IBM_NEW_EMAC_RGMII=y
52449 -# CONFIG_IBM_NEW_EMAC_TAH is not set
52450 -CONFIG_IBM_NEW_EMAC_EMAC4=y
52451 -# CONFIG_NET_PCI is not set
52452 -# CONFIG_B44 is not set
52453 -# CONFIG_NETDEV_1000 is not set
52454 -# CONFIG_NETDEV_10000 is not set
52455 -# CONFIG_TR is not set
52460 -# CONFIG_WLAN_PRE80211 is not set
52461 -# CONFIG_WLAN_80211 is not set
52462 -# CONFIG_WAN is not set
52463 -# CONFIG_FDDI is not set
52464 -# CONFIG_HIPPI is not set
52465 -# CONFIG_PPP is not set
52466 -# CONFIG_SLIP is not set
52467 -# CONFIG_NETCONSOLE is not set
52468 -# CONFIG_NETPOLL is not set
52469 -# CONFIG_NET_POLL_CONTROLLER is not set
52470 -# CONFIG_ISDN is not set
52471 -# CONFIG_PHONE is not set
52474 -# Input device support
52476 -# CONFIG_INPUT is not set
52479 -# Hardware I/O ports
52481 -# CONFIG_SERIO is not set
52482 -# CONFIG_GAMEPORT is not set
52485 -# Character devices
52487 -# CONFIG_VT is not set
52488 -# CONFIG_SERIAL_NONSTANDARD is not set
52489 -# CONFIG_NOZOMI is not set
52494 -CONFIG_SERIAL_8250=y
52495 -CONFIG_SERIAL_8250_CONSOLE=y
52496 -CONFIG_SERIAL_8250_PCI=y
52497 -CONFIG_SERIAL_8250_NR_UARTS=4
52498 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
52499 -CONFIG_SERIAL_8250_EXTENDED=y
52500 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
52501 -CONFIG_SERIAL_8250_SHARE_IRQ=y
52502 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
52503 -# CONFIG_SERIAL_8250_RSA is not set
52506 -# Non-8250 serial port support
52508 -# CONFIG_SERIAL_UARTLITE is not set
52509 -CONFIG_SERIAL_CORE=y
52510 -CONFIG_SERIAL_CORE_CONSOLE=y
52511 -# CONFIG_SERIAL_JSM is not set
52512 -CONFIG_SERIAL_OF_PLATFORM=y
52513 -CONFIG_UNIX98_PTYS=y
52514 -CONFIG_LEGACY_PTYS=y
52515 -CONFIG_LEGACY_PTY_COUNT=256
52516 -# CONFIG_IPMI_HANDLER is not set
52517 -# CONFIG_HW_RANDOM is not set
52518 -# CONFIG_NVRAM is not set
52519 -# CONFIG_GEN_RTC is not set
52520 -# CONFIG_R3964 is not set
52521 -# CONFIG_APPLICOM is not set
52522 -# CONFIG_RAW_DRIVER is not set
52523 -# CONFIG_TCG_TPM is not set
52525 -# CONFIG_I2C is not set
52530 -# CONFIG_SPI is not set
52531 -# CONFIG_SPI_MASTER is not set
52532 -# CONFIG_W1 is not set
52533 -# CONFIG_POWER_SUPPLY is not set
52534 -# CONFIG_HWMON is not set
52536 -# CONFIG_WATCHDOG is not set
52539 -# Sonics Silicon Backplane
52541 -CONFIG_SSB_POSSIBLE=y
52542 -# CONFIG_SSB is not set
52545 -# Multifunction device drivers
52547 -# CONFIG_MFD_SM501 is not set
52550 -# Multimedia devices
52552 -# CONFIG_VIDEO_DEV is not set
52553 -# CONFIG_DVB_CORE is not set
52554 -# CONFIG_DAB is not set
52557 -# Graphics support
52559 -# CONFIG_AGP is not set
52560 -# CONFIG_DRM is not set
52561 -# CONFIG_VGASTATE is not set
52562 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
52563 -# CONFIG_FB is not set
52564 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
52567 -# Display device support
52569 -# CONFIG_DISPLAY_SUPPORT is not set
52574 -# CONFIG_SOUND is not set
52575 -# CONFIG_USB_SUPPORT is not set
52576 -# CONFIG_MMC is not set
52577 -# CONFIG_MEMSTICK is not set
52578 -# CONFIG_NEW_LEDS is not set
52579 -# CONFIG_INFINIBAND is not set
52580 -# CONFIG_EDAC is not set
52581 -# CONFIG_RTC_CLASS is not set
52586 -# CONFIG_UIO is not set
52592 -# CONFIG_EXT2_FS_XATTR is not set
52593 -# CONFIG_EXT2_FS_XIP is not set
52594 -# CONFIG_EXT3_FS is not set
52595 -# CONFIG_EXT4DEV_FS is not set
52596 -# CONFIG_REISERFS_FS is not set
52597 -# CONFIG_JFS_FS is not set
52598 -# CONFIG_FS_POSIX_ACL is not set
52599 -# CONFIG_XFS_FS is not set
52600 -# CONFIG_GFS2_FS is not set
52601 -# CONFIG_OCFS2_FS is not set
52604 -CONFIG_INOTIFY_USER=y
52605 -# CONFIG_QUOTA is not set
52606 -# CONFIG_AUTOFS_FS is not set
52607 -# CONFIG_AUTOFS4_FS is not set
52608 -# CONFIG_FUSE_FS is not set
52611 -# CD-ROM/DVD Filesystems
52613 -# CONFIG_ISO9660_FS is not set
52614 -# CONFIG_UDF_FS is not set
52617 -# DOS/FAT/NT Filesystems
52619 -# CONFIG_MSDOS_FS is not set
52620 -# CONFIG_VFAT_FS is not set
52621 -# CONFIG_NTFS_FS is not set
52624 -# Pseudo filesystems
52627 -CONFIG_PROC_KCORE=y
52628 -CONFIG_PROC_SYSCTL=y
52631 -# CONFIG_TMPFS_POSIX_ACL is not set
52632 -# CONFIG_HUGETLB_PAGE is not set
52633 -# CONFIG_CONFIGFS_FS is not set
52636 -# Miscellaneous filesystems
52638 -# CONFIG_ADFS_FS is not set
52639 -# CONFIG_AFFS_FS is not set
52640 -# CONFIG_HFS_FS is not set
52641 -# CONFIG_HFSPLUS_FS is not set
52642 -# CONFIG_BEFS_FS is not set
52643 -# CONFIG_BFS_FS is not set
52644 -# CONFIG_EFS_FS is not set
52645 -# CONFIG_JFFS2_FS is not set
52647 -# CONFIG_VXFS_FS is not set
52648 -# CONFIG_MINIX_FS is not set
52649 -# CONFIG_HPFS_FS is not set
52650 -# CONFIG_QNX4FS_FS is not set
52651 -# CONFIG_ROMFS_FS is not set
52652 -# CONFIG_SYSV_FS is not set
52653 -# CONFIG_UFS_FS is not set
52654 -CONFIG_NETWORK_FILESYSTEMS=y
52657 -# CONFIG_NFS_V3_ACL is not set
52658 -# CONFIG_NFS_V4 is not set
52659 -# CONFIG_NFS_DIRECTIO is not set
52660 -# CONFIG_NFSD is not set
52664 -CONFIG_NFS_COMMON=y
52666 -# CONFIG_SUNRPC_BIND34 is not set
52667 -# CONFIG_RPCSEC_GSS_KRB5 is not set
52668 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
52669 -# CONFIG_SMB_FS is not set
52670 -# CONFIG_CIFS is not set
52671 -# CONFIG_NCP_FS is not set
52672 -# CONFIG_CODA_FS is not set
52673 -# CONFIG_AFS_FS is not set
52678 -# CONFIG_PARTITION_ADVANCED is not set
52679 -CONFIG_MSDOS_PARTITION=y
52680 -# CONFIG_NLS is not set
52681 -# CONFIG_DLM is not set
52684 -# Library routines
52686 -CONFIG_BITREVERSE=y
52687 -# CONFIG_CRC_CCITT is not set
52688 -# CONFIG_CRC16 is not set
52689 -# CONFIG_CRC_ITU_T is not set
52691 -# CONFIG_CRC7 is not set
52692 -# CONFIG_LIBCRC32C is not set
52693 -CONFIG_ZLIB_INFLATE=y
52695 -CONFIG_HAS_IOMEM=y
52696 -CONFIG_HAS_IOPORT=y
52702 -# CONFIG_PRINTK_TIME is not set
52703 -CONFIG_ENABLE_WARN_DEPRECATED=y
52704 -CONFIG_ENABLE_MUST_CHECK=y
52705 -CONFIG_MAGIC_SYSRQ=y
52706 -# CONFIG_UNUSED_SYMBOLS is not set
52708 -# CONFIG_HEADERS_CHECK is not set
52709 -CONFIG_DEBUG_KERNEL=y
52710 -# CONFIG_DEBUG_SHIRQ is not set
52711 -CONFIG_DETECT_SOFTLOCKUP=y
52712 -CONFIG_SCHED_DEBUG=y
52713 -# CONFIG_SCHEDSTATS is not set
52714 -# CONFIG_TIMER_STATS is not set
52715 -# CONFIG_SLUB_DEBUG_ON is not set
52716 -# CONFIG_SLUB_STATS is not set
52717 -# CONFIG_DEBUG_RT_MUTEXES is not set
52718 -# CONFIG_RT_MUTEX_TESTER is not set
52719 -# CONFIG_DEBUG_SPINLOCK is not set
52720 -# CONFIG_DEBUG_MUTEXES is not set
52721 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
52722 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
52723 -# CONFIG_DEBUG_KOBJECT is not set
52724 -CONFIG_DEBUG_BUGVERBOSE=y
52725 -# CONFIG_DEBUG_INFO is not set
52726 -# CONFIG_DEBUG_VM is not set
52727 -# CONFIG_DEBUG_LIST is not set
52728 -# CONFIG_DEBUG_SG is not set
52729 -# CONFIG_BOOT_PRINTK_DELAY is not set
52730 -# CONFIG_RCU_TORTURE_TEST is not set
52731 -# CONFIG_BACKTRACE_SELF_TEST is not set
52732 -# CONFIG_FAULT_INJECTION is not set
52733 -# CONFIG_SAMPLES is not set
52734 -# CONFIG_DEBUG_STACKOVERFLOW is not set
52735 -# CONFIG_DEBUG_STACK_USAGE is not set
52736 -# CONFIG_DEBUG_PAGEALLOC is not set
52737 -# CONFIG_DEBUGGER is not set
52738 -# CONFIG_VIRQ_DEBUG is not set
52739 -# CONFIG_BDI_SWITCH is not set
52740 -# CONFIG_PPC_EARLY_DEBUG is not set
52743 -# Security options
52745 -# CONFIG_KEYS is not set
52746 -# CONFIG_SECURITY is not set
52747 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
52749 -CONFIG_CRYPTO_ALGAPI=y
52750 -CONFIG_CRYPTO_BLKCIPHER=y
52751 -# CONFIG_CRYPTO_SEQIV is not set
52752 -CONFIG_CRYPTO_MANAGER=y
52753 -# CONFIG_CRYPTO_HMAC is not set
52754 -# CONFIG_CRYPTO_XCBC is not set
52755 -# CONFIG_CRYPTO_NULL is not set
52756 -# CONFIG_CRYPTO_MD4 is not set
52757 -CONFIG_CRYPTO_MD5=y
52758 -# CONFIG_CRYPTO_SHA1 is not set
52759 -# CONFIG_CRYPTO_SHA256 is not set
52760 -# CONFIG_CRYPTO_SHA512 is not set
52761 -# CONFIG_CRYPTO_WP512 is not set
52762 -# CONFIG_CRYPTO_TGR192 is not set
52763 -# CONFIG_CRYPTO_GF128MUL is not set
52764 -CONFIG_CRYPTO_ECB=y
52765 -CONFIG_CRYPTO_CBC=y
52766 -CONFIG_CRYPTO_PCBC=y
52767 -# CONFIG_CRYPTO_LRW is not set
52768 -# CONFIG_CRYPTO_XTS is not set
52769 -# CONFIG_CRYPTO_CTR is not set
52770 -# CONFIG_CRYPTO_GCM is not set
52771 -# CONFIG_CRYPTO_CCM is not set
52772 -# CONFIG_CRYPTO_CRYPTD is not set
52773 -CONFIG_CRYPTO_DES=y
52774 -# CONFIG_CRYPTO_FCRYPT is not set
52775 -# CONFIG_CRYPTO_BLOWFISH is not set
52776 -# CONFIG_CRYPTO_TWOFISH is not set
52777 -# CONFIG_CRYPTO_SERPENT is not set
52778 -# CONFIG_CRYPTO_AES is not set
52779 -# CONFIG_CRYPTO_CAST5 is not set
52780 -# CONFIG_CRYPTO_CAST6 is not set
52781 -# CONFIG_CRYPTO_TEA is not set
52782 -# CONFIG_CRYPTO_ARC4 is not set
52783 -# CONFIG_CRYPTO_KHAZAD is not set
52784 -# CONFIG_CRYPTO_ANUBIS is not set
52785 -# CONFIG_CRYPTO_SEED is not set
52786 -# CONFIG_CRYPTO_SALSA20 is not set
52787 -# CONFIG_CRYPTO_DEFLATE is not set
52788 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
52789 -# CONFIG_CRYPTO_CRC32C is not set
52790 -# CONFIG_CRYPTO_CAMELLIA is not set
52791 -# CONFIG_CRYPTO_TEST is not set
52792 -# CONFIG_CRYPTO_AUTHENC is not set
52793 -# CONFIG_CRYPTO_LZO is not set
52794 -CONFIG_CRYPTO_HW=y
52795 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
52796 -# CONFIG_PPC_CLOCK is not set
52797 --- a/arch/powerpc/configs/makalu_defconfig
52801 -# Automatically generated make config: don't edit
52802 -# Linux kernel version: 2.6.25-rc2
52803 -# Fri Feb 15 21:52:30 2008
52805 -# CONFIG_PPC64 is not set
52808 -# Processor support
52810 -# CONFIG_6xx is not set
52811 -# CONFIG_PPC_85xx is not set
52812 -# CONFIG_PPC_8xx is not set
52814 -# CONFIG_44x is not set
52815 -# CONFIG_E200 is not set
52817 -# CONFIG_PPC_MM_SLICES is not set
52818 -CONFIG_NOT_COHERENT_CACHE=y
52820 -CONFIG_WORD_SIZE=32
52821 -CONFIG_PPC_MERGE=y
52823 -CONFIG_GENERIC_CMOS_UPDATE=y
52824 -CONFIG_GENERIC_TIME=y
52825 -CONFIG_GENERIC_TIME_VSYSCALL=y
52826 -CONFIG_GENERIC_CLOCKEVENTS=y
52827 -CONFIG_GENERIC_HARDIRQS=y
52828 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
52829 -CONFIG_IRQ_PER_CPU=y
52830 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
52831 -CONFIG_ARCH_HAS_ILOG2_U32=y
52832 -CONFIG_GENERIC_HWEIGHT=y
52833 -CONFIG_GENERIC_CALIBRATE_DELAY=y
52834 -CONFIG_GENERIC_FIND_NEXT_BIT=y
52835 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
52837 -CONFIG_EARLY_PRINTK=y
52838 -CONFIG_GENERIC_NVRAM=y
52839 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
52840 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
52843 -CONFIG_PPC_UDBG_16550=y
52844 -# CONFIG_GENERIC_TBSYNC is not set
52845 -CONFIG_AUDIT_ARCH=y
52846 -CONFIG_GENERIC_BUG=y
52847 -# CONFIG_DEFAULT_UIMAGE is not set
52848 -CONFIG_PPC_DCR_NATIVE=y
52849 -# CONFIG_PPC_DCR_MMIO is not set
52851 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
52856 -CONFIG_EXPERIMENTAL=y
52857 -CONFIG_BROKEN_ON_SMP=y
52858 -CONFIG_INIT_ENV_ARG_LIMIT=32
52859 -CONFIG_LOCALVERSION=""
52860 -CONFIG_LOCALVERSION_AUTO=y
52863 -CONFIG_SYSVIPC_SYSCTL=y
52864 -CONFIG_POSIX_MQUEUE=y
52865 -# CONFIG_BSD_PROCESS_ACCT is not set
52866 -# CONFIG_TASKSTATS is not set
52867 -# CONFIG_AUDIT is not set
52868 -# CONFIG_IKCONFIG is not set
52869 -CONFIG_LOG_BUF_SHIFT=14
52870 -# CONFIG_CGROUPS is not set
52871 -CONFIG_GROUP_SCHED=y
52872 -# CONFIG_FAIR_GROUP_SCHED is not set
52873 -# CONFIG_RT_GROUP_SCHED is not set
52874 -CONFIG_USER_SCHED=y
52875 -# CONFIG_CGROUP_SCHED is not set
52876 -CONFIG_SYSFS_DEPRECATED=y
52877 -# CONFIG_RELAY is not set
52878 -# CONFIG_NAMESPACES is not set
52879 -CONFIG_BLK_DEV_INITRD=y
52880 -CONFIG_INITRAMFS_SOURCE=""
52881 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
52884 -CONFIG_SYSCTL_SYSCALL=y
52886 -CONFIG_KALLSYMS_ALL=y
52887 -CONFIG_KALLSYMS_EXTRA_PASS=y
52892 -CONFIG_COMPAT_BRK=y
52893 -CONFIG_BASE_FULL=y
52895 -CONFIG_ANON_INODES=y
52901 -CONFIG_VM_EVENT_COUNTERS=y
52902 -CONFIG_SLUB_DEBUG=y
52903 -# CONFIG_SLAB is not set
52905 -# CONFIG_SLOB is not set
52906 -# CONFIG_PROFILING is not set
52907 -# CONFIG_MARKERS is not set
52908 -CONFIG_HAVE_OPROFILE=y
52909 -# CONFIG_KPROBES is not set
52910 -CONFIG_HAVE_KPROBES=y
52911 -CONFIG_PROC_PAGE_MONITOR=y
52913 -CONFIG_RT_MUTEXES=y
52914 -# CONFIG_TINY_SHMEM is not set
52915 -CONFIG_BASE_SMALL=0
52917 -CONFIG_MODULE_UNLOAD=y
52918 -# CONFIG_MODULE_FORCE_UNLOAD is not set
52919 -# CONFIG_MODVERSIONS is not set
52920 -# CONFIG_MODULE_SRCVERSION_ALL is not set
52924 -# CONFIG_BLK_DEV_IO_TRACE is not set
52925 -# CONFIG_LSF is not set
52926 -# CONFIG_BLK_DEV_BSG is not set
52931 -CONFIG_IOSCHED_NOOP=y
52932 -CONFIG_IOSCHED_AS=y
52933 -CONFIG_IOSCHED_DEADLINE=y
52934 -CONFIG_IOSCHED_CFQ=y
52935 -CONFIG_DEFAULT_AS=y
52936 -# CONFIG_DEFAULT_DEADLINE is not set
52937 -# CONFIG_DEFAULT_CFQ is not set
52938 -# CONFIG_DEFAULT_NOOP is not set
52939 -CONFIG_DEFAULT_IOSCHED="anticipatory"
52940 -CONFIG_CLASSIC_RCU=y
52941 -# CONFIG_PREEMPT_RCU is not set
52942 -CONFIG_PPC4xx_PCI_EXPRESS=y
52945 -# Platform support
52947 -# CONFIG_PPC_MPC512x is not set
52948 -# CONFIG_PPC_MPC5121 is not set
52949 -# CONFIG_PPC_CELL is not set
52950 -# CONFIG_PPC_CELL_NATIVE is not set
52951 -# CONFIG_PQ2ADS is not set
52952 -# CONFIG_EP405 is not set
52953 -# CONFIG_KILAUEA is not set
52955 -# CONFIG_WALNUT is not set
52956 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
52958 -# CONFIG_IPIC is not set
52959 -# CONFIG_MPIC is not set
52960 -# CONFIG_MPIC_WEIRD is not set
52961 -# CONFIG_PPC_I8259 is not set
52962 -# CONFIG_PPC_RTAS is not set
52963 -# CONFIG_MMIO_NVRAM is not set
52964 -# CONFIG_PPC_MPC106 is not set
52965 -# CONFIG_PPC_970_NAP is not set
52966 -# CONFIG_PPC_INDIRECT_IO is not set
52967 -# CONFIG_GENERIC_IOMAP is not set
52968 -# CONFIG_CPU_FREQ is not set
52969 -# CONFIG_FSL_ULI1575 is not set
52974 -# CONFIG_HIGHMEM is not set
52975 -# CONFIG_TICK_ONESHOT is not set
52976 -# CONFIG_NO_HZ is not set
52977 -# CONFIG_HIGH_RES_TIMERS is not set
52978 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
52979 -# CONFIG_HZ_100 is not set
52981 -# CONFIG_HZ_300 is not set
52982 -# CONFIG_HZ_1000 is not set
52984 -# CONFIG_SCHED_HRTICK is not set
52985 -CONFIG_PREEMPT_NONE=y
52986 -# CONFIG_PREEMPT_VOLUNTARY is not set
52987 -# CONFIG_PREEMPT is not set
52988 -CONFIG_RCU_TRACE=y
52989 -CONFIG_BINFMT_ELF=y
52990 -# CONFIG_BINFMT_MISC is not set
52991 -# CONFIG_MATH_EMULATION is not set
52992 -# CONFIG_IOMMU_HELPER is not set
52993 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
52994 -CONFIG_ARCH_HAS_WALK_MEMORY=y
52995 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
52996 -CONFIG_ARCH_FLATMEM_ENABLE=y
52997 -CONFIG_ARCH_POPULATES_NODE_MAP=y
52998 -CONFIG_SELECT_MEMORY_MODEL=y
52999 -CONFIG_FLATMEM_MANUAL=y
53000 -# CONFIG_DISCONTIGMEM_MANUAL is not set
53001 -# CONFIG_SPARSEMEM_MANUAL is not set
53003 -CONFIG_FLAT_NODE_MEM_MAP=y
53004 -# CONFIG_SPARSEMEM_STATIC is not set
53005 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
53006 -CONFIG_SPLIT_PTLOCK_CPUS=4
53007 -# CONFIG_RESOURCES_64BIT is not set
53008 -CONFIG_ZONE_DMA_FLAG=1
53010 -CONFIG_VIRT_TO_BUS=y
53011 -CONFIG_PROC_DEVICETREE=y
53012 -# CONFIG_CMDLINE_BOOL is not set
53013 -# CONFIG_PM is not set
53015 -CONFIG_ISA_DMA_API=y
53021 -CONFIG_PPC_INDIRECT_PCI=y
53023 -CONFIG_PCI_DOMAINS=y
53024 -CONFIG_PCI_SYSCALL=y
53025 -# CONFIG_PCIEPORTBUS is not set
53026 -CONFIG_ARCH_SUPPORTS_MSI=y
53027 -# CONFIG_PCI_MSI is not set
53028 -CONFIG_PCI_LEGACY=y
53029 -# CONFIG_PCI_DEBUG is not set
53030 -# CONFIG_PCCARD is not set
53031 -# CONFIG_HOTPLUG_PCI is not set
53036 -# CONFIG_ADVANCED_OPTIONS is not set
53039 -# Default settings for advanced configuration options are used
53041 -CONFIG_HIGHMEM_START=0xfe000000
53042 -CONFIG_LOWMEM_SIZE=0x30000000
53043 -CONFIG_KERNEL_START=0xc0000000
53044 -CONFIG_TASK_SIZE=0xc0000000
53045 -CONFIG_CONSISTENT_START=0xff100000
53046 -CONFIG_CONSISTENT_SIZE=0x00200000
53047 -CONFIG_BOOT_LOAD=0x00400000
53055 -# Networking options
53058 -# CONFIG_PACKET_MMAP is not set
53060 -# CONFIG_NET_KEY is not set
53062 -# CONFIG_IP_MULTICAST is not set
53063 -# CONFIG_IP_ADVANCED_ROUTER is not set
53064 -CONFIG_IP_FIB_HASH=y
53066 -CONFIG_IP_PNP_DHCP=y
53067 -CONFIG_IP_PNP_BOOTP=y
53068 -# CONFIG_IP_PNP_RARP is not set
53069 -# CONFIG_NET_IPIP is not set
53070 -# CONFIG_NET_IPGRE is not set
53071 -# CONFIG_ARPD is not set
53072 -# CONFIG_SYN_COOKIES is not set
53073 -# CONFIG_INET_AH is not set
53074 -# CONFIG_INET_ESP is not set
53075 -# CONFIG_INET_IPCOMP is not set
53076 -# CONFIG_INET_XFRM_TUNNEL is not set
53077 -# CONFIG_INET_TUNNEL is not set
53078 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
53079 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
53080 -# CONFIG_INET_XFRM_MODE_BEET is not set
53081 -# CONFIG_INET_LRO is not set
53082 -CONFIG_INET_DIAG=y
53083 -CONFIG_INET_TCP_DIAG=y
53084 -# CONFIG_TCP_CONG_ADVANCED is not set
53085 -CONFIG_TCP_CONG_CUBIC=y
53086 -CONFIG_DEFAULT_TCP_CONG="cubic"
53087 -# CONFIG_TCP_MD5SIG is not set
53088 -# CONFIG_IPV6 is not set
53089 -# CONFIG_INET6_XFRM_TUNNEL is not set
53090 -# CONFIG_INET6_TUNNEL is not set
53091 -# CONFIG_NETWORK_SECMARK is not set
53092 -# CONFIG_NETFILTER is not set
53093 -# CONFIG_IP_DCCP is not set
53094 -# CONFIG_IP_SCTP is not set
53095 -# CONFIG_TIPC is not set
53096 -# CONFIG_ATM is not set
53097 -# CONFIG_BRIDGE is not set
53098 -# CONFIG_VLAN_8021Q is not set
53099 -# CONFIG_DECNET is not set
53100 -# CONFIG_LLC2 is not set
53101 -# CONFIG_IPX is not set
53102 -# CONFIG_ATALK is not set
53103 -# CONFIG_X25 is not set
53104 -# CONFIG_LAPB is not set
53105 -# CONFIG_ECONET is not set
53106 -# CONFIG_WAN_ROUTER is not set
53107 -# CONFIG_NET_SCHED is not set
53112 -# CONFIG_NET_PKTGEN is not set
53113 -# CONFIG_HAMRADIO is not set
53114 -# CONFIG_CAN is not set
53115 -# CONFIG_IRDA is not set
53116 -# CONFIG_BT is not set
53117 -# CONFIG_AF_RXRPC is not set
53122 -# CONFIG_CFG80211 is not set
53123 -# CONFIG_WIRELESS_EXT is not set
53124 -# CONFIG_MAC80211 is not set
53125 -# CONFIG_IEEE80211 is not set
53126 -# CONFIG_RFKILL is not set
53127 -# CONFIG_NET_9P is not set
53134 -# Generic Driver Options
53136 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
53137 -CONFIG_STANDALONE=y
53138 -CONFIG_PREVENT_FIRMWARE_BUILD=y
53139 -CONFIG_FW_LOADER=y
53140 -# CONFIG_DEBUG_DRIVER is not set
53141 -# CONFIG_DEBUG_DEVRES is not set
53142 -# CONFIG_SYS_HYPERVISOR is not set
53143 -CONFIG_CONNECTOR=y
53144 -CONFIG_PROC_EVENTS=y
53146 -# CONFIG_MTD_DEBUG is not set
53147 -# CONFIG_MTD_CONCAT is not set
53148 -CONFIG_MTD_PARTITIONS=y
53149 -# CONFIG_MTD_REDBOOT_PARTS is not set
53150 -CONFIG_MTD_CMDLINE_PARTS=y
53151 -CONFIG_MTD_OF_PARTS=y
53154 -# User Modules And Translation Layers
53157 -CONFIG_MTD_BLKDEVS=m
53158 -CONFIG_MTD_BLOCK=m
53159 -# CONFIG_MTD_BLOCK_RO is not set
53160 -# CONFIG_FTL is not set
53161 -# CONFIG_NFTL is not set
53162 -# CONFIG_INFTL is not set
53163 -# CONFIG_RFD_FTL is not set
53164 -# CONFIG_SSFDC is not set
53165 -# CONFIG_MTD_OOPS is not set
53168 -# RAM/ROM/Flash chip drivers
53171 -CONFIG_MTD_JEDECPROBE=y
53172 -CONFIG_MTD_GEN_PROBE=y
53173 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
53174 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
53175 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
53176 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
53177 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
53178 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
53179 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
53180 -CONFIG_MTD_CFI_I1=y
53181 -CONFIG_MTD_CFI_I2=y
53182 -# CONFIG_MTD_CFI_I4 is not set
53183 -# CONFIG_MTD_CFI_I8 is not set
53184 -# CONFIG_MTD_CFI_INTELEXT is not set
53185 -CONFIG_MTD_CFI_AMDSTD=y
53186 -# CONFIG_MTD_CFI_STAA is not set
53187 -CONFIG_MTD_CFI_UTIL=y
53188 -# CONFIG_MTD_RAM is not set
53189 -# CONFIG_MTD_ROM is not set
53190 -# CONFIG_MTD_ABSENT is not set
53193 -# Mapping drivers for chip access
53195 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
53196 -# CONFIG_MTD_PHYSMAP is not set
53197 -CONFIG_MTD_PHYSMAP_OF=y
53198 -# CONFIG_MTD_INTEL_VR_NOR is not set
53199 -# CONFIG_MTD_PLATRAM is not set
53202 -# Self-contained MTD device drivers
53204 -# CONFIG_MTD_PMC551 is not set
53205 -# CONFIG_MTD_SLRAM is not set
53206 -# CONFIG_MTD_PHRAM is not set
53207 -# CONFIG_MTD_MTDRAM is not set
53208 -# CONFIG_MTD_BLOCK2MTD is not set
53211 -# Disk-On-Chip Device Drivers
53213 -# CONFIG_MTD_DOC2000 is not set
53214 -# CONFIG_MTD_DOC2001 is not set
53215 -# CONFIG_MTD_DOC2001PLUS is not set
53216 -# CONFIG_MTD_NAND is not set
53217 -# CONFIG_MTD_ONENAND is not set
53220 -# UBI - Unsorted block images
53222 -# CONFIG_MTD_UBI is not set
53223 -CONFIG_OF_DEVICE=y
53224 -# CONFIG_PARPORT is not set
53226 -# CONFIG_BLK_DEV_FD is not set
53227 -# CONFIG_BLK_CPQ_DA is not set
53228 -# CONFIG_BLK_CPQ_CISS_DA is not set
53229 -# CONFIG_BLK_DEV_DAC960 is not set
53230 -# CONFIG_BLK_DEV_UMEM is not set
53231 -# CONFIG_BLK_DEV_COW_COMMON is not set
53232 -# CONFIG_BLK_DEV_LOOP is not set
53233 -# CONFIG_BLK_DEV_NBD is not set
53234 -# CONFIG_BLK_DEV_SX8 is not set
53235 -CONFIG_BLK_DEV_RAM=y
53236 -CONFIG_BLK_DEV_RAM_COUNT=16
53237 -CONFIG_BLK_DEV_RAM_SIZE=35000
53238 -# CONFIG_BLK_DEV_XIP is not set
53239 -# CONFIG_CDROM_PKTCDVD is not set
53240 -# CONFIG_ATA_OVER_ETH is not set
53241 -# CONFIG_XILINX_SYSACE is not set
53242 -# CONFIG_MISC_DEVICES is not set
53244 -# CONFIG_IDE is not set
53247 -# SCSI device support
53249 -# CONFIG_RAID_ATTRS is not set
53250 -# CONFIG_SCSI is not set
53251 -# CONFIG_SCSI_DMA is not set
53252 -# CONFIG_SCSI_NETLINK is not set
53253 -# CONFIG_ATA is not set
53254 -# CONFIG_MD is not set
53255 -# CONFIG_FUSION is not set
53258 -# IEEE 1394 (FireWire) support
53260 -# CONFIG_FIREWIRE is not set
53261 -# CONFIG_IEEE1394 is not set
53262 -# CONFIG_I2O is not set
53263 -# CONFIG_MACINTOSH_DRIVERS is not set
53264 -CONFIG_NETDEVICES=y
53265 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
53266 -# CONFIG_DUMMY is not set
53267 -# CONFIG_BONDING is not set
53268 -# CONFIG_MACVLAN is not set
53269 -# CONFIG_EQUALIZER is not set
53270 -# CONFIG_TUN is not set
53271 -# CONFIG_VETH is not set
53272 -# CONFIG_ARCNET is not set
53273 -# CONFIG_PHYLIB is not set
53274 -CONFIG_NET_ETHERNET=y
53275 -# CONFIG_MII is not set
53276 -# CONFIG_HAPPYMEAL is not set
53277 -# CONFIG_SUNGEM is not set
53278 -# CONFIG_CASSINI is not set
53279 -# CONFIG_NET_VENDOR_3COM is not set
53280 -# CONFIG_NET_TULIP is not set
53281 -# CONFIG_HP100 is not set
53282 -CONFIG_IBM_NEW_EMAC=y
53283 -CONFIG_IBM_NEW_EMAC_RXB=256
53284 -CONFIG_IBM_NEW_EMAC_TXB=256
53285 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
53286 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
53287 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
53288 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
53289 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
53290 -CONFIG_IBM_NEW_EMAC_RGMII=y
53291 -# CONFIG_IBM_NEW_EMAC_TAH is not set
53292 -CONFIG_IBM_NEW_EMAC_EMAC4=y
53293 -# CONFIG_NET_PCI is not set
53294 -# CONFIG_B44 is not set
53295 -# CONFIG_NETDEV_1000 is not set
53296 -# CONFIG_NETDEV_10000 is not set
53297 -# CONFIG_TR is not set
53302 -# CONFIG_WLAN_PRE80211 is not set
53303 -# CONFIG_WLAN_80211 is not set
53304 -# CONFIG_WAN is not set
53305 -# CONFIG_FDDI is not set
53306 -# CONFIG_HIPPI is not set
53307 -# CONFIG_PPP is not set
53308 -# CONFIG_SLIP is not set
53309 -# CONFIG_NETCONSOLE is not set
53310 -# CONFIG_NETPOLL is not set
53311 -# CONFIG_NET_POLL_CONTROLLER is not set
53312 -# CONFIG_ISDN is not set
53313 -# CONFIG_PHONE is not set
53316 -# Input device support
53318 -# CONFIG_INPUT is not set
53321 -# Hardware I/O ports
53323 -# CONFIG_SERIO is not set
53324 -# CONFIG_GAMEPORT is not set
53327 -# Character devices
53329 -# CONFIG_VT is not set
53330 -# CONFIG_SERIAL_NONSTANDARD is not set
53331 -# CONFIG_NOZOMI is not set
53336 -CONFIG_SERIAL_8250=y
53337 -CONFIG_SERIAL_8250_CONSOLE=y
53338 -CONFIG_SERIAL_8250_PCI=y
53339 -CONFIG_SERIAL_8250_NR_UARTS=4
53340 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
53341 -CONFIG_SERIAL_8250_EXTENDED=y
53342 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
53343 -CONFIG_SERIAL_8250_SHARE_IRQ=y
53344 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
53345 -# CONFIG_SERIAL_8250_RSA is not set
53348 -# Non-8250 serial port support
53350 -# CONFIG_SERIAL_UARTLITE is not set
53351 -CONFIG_SERIAL_CORE=y
53352 -CONFIG_SERIAL_CORE_CONSOLE=y
53353 -# CONFIG_SERIAL_JSM is not set
53354 -CONFIG_SERIAL_OF_PLATFORM=y
53355 -CONFIG_UNIX98_PTYS=y
53356 -CONFIG_LEGACY_PTYS=y
53357 -CONFIG_LEGACY_PTY_COUNT=256
53358 -# CONFIG_IPMI_HANDLER is not set
53359 -# CONFIG_HW_RANDOM is not set
53360 -# CONFIG_NVRAM is not set
53361 -# CONFIG_GEN_RTC is not set
53362 -# CONFIG_R3964 is not set
53363 -# CONFIG_APPLICOM is not set
53364 -# CONFIG_RAW_DRIVER is not set
53365 -# CONFIG_TCG_TPM is not set
53367 -# CONFIG_I2C is not set
53372 -# CONFIG_SPI is not set
53373 -# CONFIG_SPI_MASTER is not set
53374 -# CONFIG_W1 is not set
53375 -# CONFIG_POWER_SUPPLY is not set
53376 -# CONFIG_HWMON is not set
53378 -# CONFIG_WATCHDOG is not set
53381 -# Sonics Silicon Backplane
53383 -CONFIG_SSB_POSSIBLE=y
53384 -# CONFIG_SSB is not set
53387 -# Multifunction device drivers
53389 -# CONFIG_MFD_SM501 is not set
53392 -# Multimedia devices
53394 -# CONFIG_VIDEO_DEV is not set
53395 -# CONFIG_DVB_CORE is not set
53396 -# CONFIG_DAB is not set
53399 -# Graphics support
53401 -# CONFIG_AGP is not set
53402 -# CONFIG_DRM is not set
53403 -# CONFIG_VGASTATE is not set
53404 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
53405 -# CONFIG_FB is not set
53406 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
53409 -# Display device support
53411 -# CONFIG_DISPLAY_SUPPORT is not set
53416 -# CONFIG_SOUND is not set
53417 -# CONFIG_USB_SUPPORT is not set
53418 -# CONFIG_MMC is not set
53419 -# CONFIG_MEMSTICK is not set
53420 -# CONFIG_NEW_LEDS is not set
53421 -# CONFIG_INFINIBAND is not set
53422 -# CONFIG_EDAC is not set
53423 -# CONFIG_RTC_CLASS is not set
53428 -# CONFIG_UIO is not set
53434 -# CONFIG_EXT2_FS_XATTR is not set
53435 -# CONFIG_EXT2_FS_XIP is not set
53436 -# CONFIG_EXT3_FS is not set
53437 -# CONFIG_EXT4DEV_FS is not set
53438 -# CONFIG_REISERFS_FS is not set
53439 -# CONFIG_JFS_FS is not set
53440 -# CONFIG_FS_POSIX_ACL is not set
53441 -# CONFIG_XFS_FS is not set
53442 -# CONFIG_GFS2_FS is not set
53443 -# CONFIG_OCFS2_FS is not set
53446 -CONFIG_INOTIFY_USER=y
53447 -# CONFIG_QUOTA is not set
53448 -# CONFIG_AUTOFS_FS is not set
53449 -# CONFIG_AUTOFS4_FS is not set
53450 -# CONFIG_FUSE_FS is not set
53453 -# CD-ROM/DVD Filesystems
53455 -# CONFIG_ISO9660_FS is not set
53456 -# CONFIG_UDF_FS is not set
53459 -# DOS/FAT/NT Filesystems
53461 -# CONFIG_MSDOS_FS is not set
53462 -# CONFIG_VFAT_FS is not set
53463 -# CONFIG_NTFS_FS is not set
53466 -# Pseudo filesystems
53469 -CONFIG_PROC_KCORE=y
53470 -CONFIG_PROC_SYSCTL=y
53473 -# CONFIG_TMPFS_POSIX_ACL is not set
53474 -# CONFIG_HUGETLB_PAGE is not set
53475 -# CONFIG_CONFIGFS_FS is not set
53478 -# Miscellaneous filesystems
53480 -# CONFIG_ADFS_FS is not set
53481 -# CONFIG_AFFS_FS is not set
53482 -# CONFIG_HFS_FS is not set
53483 -# CONFIG_HFSPLUS_FS is not set
53484 -# CONFIG_BEFS_FS is not set
53485 -# CONFIG_BFS_FS is not set
53486 -# CONFIG_EFS_FS is not set
53487 -# CONFIG_JFFS2_FS is not set
53489 -# CONFIG_VXFS_FS is not set
53490 -# CONFIG_MINIX_FS is not set
53491 -# CONFIG_HPFS_FS is not set
53492 -# CONFIG_QNX4FS_FS is not set
53493 -# CONFIG_ROMFS_FS is not set
53494 -# CONFIG_SYSV_FS is not set
53495 -# CONFIG_UFS_FS is not set
53496 -CONFIG_NETWORK_FILESYSTEMS=y
53499 -# CONFIG_NFS_V3_ACL is not set
53500 -# CONFIG_NFS_V4 is not set
53501 -# CONFIG_NFS_DIRECTIO is not set
53502 -# CONFIG_NFSD is not set
53506 -CONFIG_NFS_COMMON=y
53508 -# CONFIG_SUNRPC_BIND34 is not set
53509 -# CONFIG_RPCSEC_GSS_KRB5 is not set
53510 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
53511 -# CONFIG_SMB_FS is not set
53512 -# CONFIG_CIFS is not set
53513 -# CONFIG_NCP_FS is not set
53514 -# CONFIG_CODA_FS is not set
53515 -# CONFIG_AFS_FS is not set
53520 -# CONFIG_PARTITION_ADVANCED is not set
53521 -CONFIG_MSDOS_PARTITION=y
53522 -# CONFIG_NLS is not set
53523 -# CONFIG_DLM is not set
53526 -# Library routines
53528 -CONFIG_BITREVERSE=y
53529 -# CONFIG_CRC_CCITT is not set
53530 -# CONFIG_CRC16 is not set
53531 -# CONFIG_CRC_ITU_T is not set
53533 -# CONFIG_CRC7 is not set
53534 -# CONFIG_LIBCRC32C is not set
53535 -CONFIG_ZLIB_INFLATE=y
53537 -CONFIG_HAS_IOMEM=y
53538 -CONFIG_HAS_IOPORT=y
53544 -# CONFIG_PRINTK_TIME is not set
53545 -CONFIG_ENABLE_WARN_DEPRECATED=y
53546 -CONFIG_ENABLE_MUST_CHECK=y
53547 -CONFIG_MAGIC_SYSRQ=y
53548 -# CONFIG_UNUSED_SYMBOLS is not set
53550 -# CONFIG_HEADERS_CHECK is not set
53551 -CONFIG_DEBUG_KERNEL=y
53552 -# CONFIG_DEBUG_SHIRQ is not set
53553 -CONFIG_DETECT_SOFTLOCKUP=y
53554 -CONFIG_SCHED_DEBUG=y
53555 -# CONFIG_SCHEDSTATS is not set
53556 -# CONFIG_TIMER_STATS is not set
53557 -# CONFIG_SLUB_DEBUG_ON is not set
53558 -# CONFIG_SLUB_STATS is not set
53559 -# CONFIG_DEBUG_RT_MUTEXES is not set
53560 -# CONFIG_RT_MUTEX_TESTER is not set
53561 -# CONFIG_DEBUG_SPINLOCK is not set
53562 -# CONFIG_DEBUG_MUTEXES is not set
53563 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
53564 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
53565 -# CONFIG_DEBUG_KOBJECT is not set
53566 -CONFIG_DEBUG_BUGVERBOSE=y
53567 -# CONFIG_DEBUG_INFO is not set
53568 -# CONFIG_DEBUG_VM is not set
53569 -# CONFIG_DEBUG_LIST is not set
53570 -# CONFIG_DEBUG_SG is not set
53571 -# CONFIG_BOOT_PRINTK_DELAY is not set
53572 -# CONFIG_RCU_TORTURE_TEST is not set
53573 -# CONFIG_BACKTRACE_SELF_TEST is not set
53574 -# CONFIG_FAULT_INJECTION is not set
53575 -# CONFIG_SAMPLES is not set
53576 -# CONFIG_DEBUG_STACKOVERFLOW is not set
53577 -# CONFIG_DEBUG_STACK_USAGE is not set
53578 -# CONFIG_DEBUG_PAGEALLOC is not set
53579 -# CONFIG_DEBUGGER is not set
53580 -# CONFIG_VIRQ_DEBUG is not set
53581 -# CONFIG_BDI_SWITCH is not set
53582 -# CONFIG_PPC_EARLY_DEBUG is not set
53585 -# Security options
53587 -# CONFIG_KEYS is not set
53588 -# CONFIG_SECURITY is not set
53589 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
53591 -CONFIG_CRYPTO_ALGAPI=y
53592 -CONFIG_CRYPTO_BLKCIPHER=y
53593 -# CONFIG_CRYPTO_SEQIV is not set
53594 -CONFIG_CRYPTO_MANAGER=y
53595 -# CONFIG_CRYPTO_HMAC is not set
53596 -# CONFIG_CRYPTO_XCBC is not set
53597 -# CONFIG_CRYPTO_NULL is not set
53598 -# CONFIG_CRYPTO_MD4 is not set
53599 -CONFIG_CRYPTO_MD5=y
53600 -# CONFIG_CRYPTO_SHA1 is not set
53601 -# CONFIG_CRYPTO_SHA256 is not set
53602 -# CONFIG_CRYPTO_SHA512 is not set
53603 -# CONFIG_CRYPTO_WP512 is not set
53604 -# CONFIG_CRYPTO_TGR192 is not set
53605 -# CONFIG_CRYPTO_GF128MUL is not set
53606 -CONFIG_CRYPTO_ECB=y
53607 -CONFIG_CRYPTO_CBC=y
53608 -CONFIG_CRYPTO_PCBC=y
53609 -# CONFIG_CRYPTO_LRW is not set
53610 -# CONFIG_CRYPTO_XTS is not set
53611 -# CONFIG_CRYPTO_CTR is not set
53612 -# CONFIG_CRYPTO_GCM is not set
53613 -# CONFIG_CRYPTO_CCM is not set
53614 -# CONFIG_CRYPTO_CRYPTD is not set
53615 -CONFIG_CRYPTO_DES=y
53616 -# CONFIG_CRYPTO_FCRYPT is not set
53617 -# CONFIG_CRYPTO_BLOWFISH is not set
53618 -# CONFIG_CRYPTO_TWOFISH is not set
53619 -# CONFIG_CRYPTO_SERPENT is not set
53620 -# CONFIG_CRYPTO_AES is not set
53621 -# CONFIG_CRYPTO_CAST5 is not set
53622 -# CONFIG_CRYPTO_CAST6 is not set
53623 -# CONFIG_CRYPTO_TEA is not set
53624 -# CONFIG_CRYPTO_ARC4 is not set
53625 -# CONFIG_CRYPTO_KHAZAD is not set
53626 -# CONFIG_CRYPTO_ANUBIS is not set
53627 -# CONFIG_CRYPTO_SEED is not set
53628 -# CONFIG_CRYPTO_SALSA20 is not set
53629 -# CONFIG_CRYPTO_DEFLATE is not set
53630 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
53631 -# CONFIG_CRYPTO_CRC32C is not set
53632 -# CONFIG_CRYPTO_CAMELLIA is not set
53633 -# CONFIG_CRYPTO_TEST is not set
53634 -# CONFIG_CRYPTO_AUTHENC is not set
53635 -# CONFIG_CRYPTO_LZO is not set
53636 -CONFIG_CRYPTO_HW=y
53637 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
53638 -# CONFIG_PPC_CLOCK is not set
53639 --- a/arch/powerpc/configs/maple_defconfig
53640 +++ b/arch/powerpc/configs/maple_defconfig
53641 @@ -333,7 +333,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
53642 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
53643 CONFIG_STANDALONE=y
53644 CONFIG_PREVENT_FIRMWARE_BUILD=y
53645 -# CONFIG_FW_LOADER is not set
53646 +CONFIG_FW_LOADER=y
53647 # CONFIG_DEBUG_DRIVER is not set
53648 # CONFIG_DEBUG_DEVRES is not set
53649 # CONFIG_SYS_HYPERVISOR is not set
53650 @@ -374,6 +374,7 @@ CONFIG_BLK_DEV_IDEDISK=y
53651 CONFIG_BLK_DEV_IDECD=y
53652 # CONFIG_BLK_DEV_IDETAPE is not set
53653 # CONFIG_BLK_DEV_IDEFLOPPY is not set
53654 +# CONFIG_BLK_DEV_IDESCSI is not set
53655 CONFIG_IDE_TASK_IOCTL=y
53656 CONFIG_IDE_PROC_FS=y
53658 @@ -427,10 +428,129 @@ CONFIG_IDE_ARCH_OBSOLETE_INIT=y
53659 # SCSI device support
53661 # CONFIG_RAID_ATTRS is not set
53662 -# CONFIG_SCSI is not set
53663 -# CONFIG_SCSI_DMA is not set
53666 +# CONFIG_SCSI_TGT is not set
53667 # CONFIG_SCSI_NETLINK is not set
53668 -# CONFIG_ATA is not set
53669 +# CONFIG_SCSI_PROC_FS is not set
53672 +# SCSI support type (disk, tape, CD-ROM)
53674 +CONFIG_BLK_DEV_SD=y
53675 +# CONFIG_CHR_DEV_ST is not set
53676 +# CONFIG_CHR_DEV_OSST is not set
53677 +# CONFIG_BLK_DEV_SR is not set
53678 +CONFIG_CHR_DEV_SG=y
53679 +# CONFIG_CHR_DEV_SCH is not set
53682 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
53684 +# CONFIG_SCSI_MULTI_LUN is not set
53685 +# CONFIG_SCSI_CONSTANTS is not set
53686 +# CONFIG_SCSI_LOGGING is not set
53687 +# CONFIG_SCSI_SCAN_ASYNC is not set
53688 +CONFIG_SCSI_WAIT_SCAN=m
53693 +# CONFIG_SCSI_SPI_ATTRS is not set
53694 +# CONFIG_SCSI_FC_ATTRS is not set
53695 +# CONFIG_SCSI_ISCSI_ATTRS is not set
53696 +# CONFIG_SCSI_SAS_LIBSAS is not set
53697 +# CONFIG_SCSI_SRP_ATTRS is not set
53698 +CONFIG_SCSI_LOWLEVEL=y
53699 +# CONFIG_ISCSI_TCP is not set
53700 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
53701 +# CONFIG_SCSI_3W_9XXX is not set
53702 +# CONFIG_SCSI_ACARD is not set
53703 +# CONFIG_SCSI_AACRAID is not set
53704 +# CONFIG_SCSI_AIC7XXX is not set
53705 +# CONFIG_SCSI_AIC7XXX_OLD is not set
53706 +# CONFIG_SCSI_AIC79XX is not set
53707 +# CONFIG_SCSI_AIC94XX is not set
53708 +# CONFIG_SCSI_ARCMSR is not set
53709 +# CONFIG_MEGARAID_NEWGEN is not set
53710 +# CONFIG_MEGARAID_LEGACY is not set
53711 +# CONFIG_MEGARAID_SAS is not set
53712 +# CONFIG_SCSI_HPTIOP is not set
53713 +# CONFIG_SCSI_DMX3191D is not set
53714 +# CONFIG_SCSI_EATA is not set
53715 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
53716 +# CONFIG_SCSI_GDTH is not set
53717 +# CONFIG_SCSI_IPS is not set
53718 +# CONFIG_SCSI_INITIO is not set
53719 +# CONFIG_SCSI_INIA100 is not set
53720 +# CONFIG_SCSI_STEX is not set
53721 +# CONFIG_SCSI_SYM53C8XX_2 is not set
53723 +CONFIG_SCSI_IPR_TRACE=y
53724 +CONFIG_SCSI_IPR_DUMP=y
53725 +# CONFIG_SCSI_QLOGIC_1280 is not set
53726 +# CONFIG_SCSI_QLA_FC is not set
53727 +# CONFIG_SCSI_QLA_ISCSI is not set
53728 +# CONFIG_SCSI_LPFC is not set
53729 +# CONFIG_SCSI_DC395x is not set
53730 +# CONFIG_SCSI_DC390T is not set
53731 +# CONFIG_SCSI_DEBUG is not set
53732 +# CONFIG_SCSI_SRP is not set
53734 +CONFIG_ATA_NONSTANDARD=y
53735 +# CONFIG_SATA_AHCI is not set
53736 +# CONFIG_SATA_SVW is not set
53737 +# CONFIG_ATA_PIIX is not set
53738 +# CONFIG_SATA_MV is not set
53739 +# CONFIG_SATA_NV is not set
53740 +# CONFIG_PDC_ADMA is not set
53741 +# CONFIG_SATA_QSTOR is not set
53742 +# CONFIG_SATA_PROMISE is not set
53743 +# CONFIG_SATA_SX4 is not set
53744 +# CONFIG_SATA_SIL is not set
53745 +# CONFIG_SATA_SIL24 is not set
53746 +# CONFIG_SATA_SIS is not set
53747 +# CONFIG_SATA_ULI is not set
53748 +# CONFIG_SATA_VIA is not set
53749 +# CONFIG_SATA_VITESSE is not set
53750 +# CONFIG_SATA_INIC162X is not set
53751 +# CONFIG_PATA_ALI is not set
53752 +# CONFIG_PATA_AMD is not set
53753 +# CONFIG_PATA_ARTOP is not set
53754 +# CONFIG_PATA_ATIIXP is not set
53755 +# CONFIG_PATA_CMD640_PCI is not set
53756 +# CONFIG_PATA_CMD64X is not set
53757 +# CONFIG_PATA_CS5520 is not set
53758 +# CONFIG_PATA_CS5530 is not set
53759 +# CONFIG_PATA_CYPRESS is not set
53760 +# CONFIG_PATA_EFAR is not set
53761 +# CONFIG_ATA_GENERIC is not set
53762 +# CONFIG_PATA_HPT366 is not set
53763 +# CONFIG_PATA_HPT37X is not set
53764 +# CONFIG_PATA_HPT3X2N is not set
53765 +# CONFIG_PATA_HPT3X3 is not set
53766 +# CONFIG_PATA_IT821X is not set
53767 +# CONFIG_PATA_IT8213 is not set
53768 +# CONFIG_PATA_JMICRON is not set
53769 +# CONFIG_PATA_TRIFLEX is not set
53770 +# CONFIG_PATA_MARVELL is not set
53771 +# CONFIG_PATA_MPIIX is not set
53772 +# CONFIG_PATA_OLDPIIX is not set
53773 +# CONFIG_PATA_NETCELL is not set
53774 +# CONFIG_PATA_NS87410 is not set
53775 +# CONFIG_PATA_NS87415 is not set
53776 +# CONFIG_PATA_OPTI is not set
53777 +# CONFIG_PATA_OPTIDMA is not set
53778 +# CONFIG_PATA_PDC_OLD is not set
53779 +# CONFIG_PATA_RADISYS is not set
53780 +# CONFIG_PATA_RZ1000 is not set
53781 +# CONFIG_PATA_SC1200 is not set
53782 +# CONFIG_PATA_SERVERWORKS is not set
53783 +# CONFIG_PATA_PDC2027X is not set
53784 +# CONFIG_PATA_SIL680 is not set
53785 +# CONFIG_PATA_SIS is not set
53786 +# CONFIG_PATA_VIA is not set
53787 +# CONFIG_PATA_WINBOND is not set
53788 # CONFIG_MD is not set
53789 # CONFIG_FUSION is not set
53791 @@ -536,6 +656,7 @@ CONFIG_USB_PEGASUS=y
53792 # CONFIG_HIPPI is not set
53793 # CONFIG_PPP is not set
53794 # CONFIG_SLIP is not set
53795 +# CONFIG_NET_FC is not set
53796 # CONFIG_SHAPER is not set
53797 # CONFIG_NETCONSOLE is not set
53798 # CONFIG_NETPOLL is not set
53799 @@ -783,12 +904,14 @@ CONFIG_USB_UHCI_HCD=y
53801 # may also be needed; see USB_STORAGE Help for more information
53803 +# CONFIG_USB_STORAGE is not set
53804 # CONFIG_USB_LIBUSUAL is not set
53807 # USB Imaging devices
53809 # CONFIG_USB_MDC800 is not set
53810 +# CONFIG_USB_MICROTEK is not set
53814 --- a/arch/powerpc/configs/mpc8313_rdb_defconfig
53818 -# Automatically generated make config: don't edit
53819 -# Linux kernel version: 2.6.25-rc6
53820 -# Mon Mar 24 08:48:14 2008
53822 -# CONFIG_PPC64 is not set
53825 -# Processor support
53828 -# CONFIG_PPC_85xx is not set
53829 -# CONFIG_PPC_8xx is not set
53830 -# CONFIG_40x is not set
53831 -# CONFIG_44x is not set
53832 -# CONFIG_E200 is not set
53834 -# CONFIG_FSL_EMB_PERFMON is not set
53835 -CONFIG_PPC_STD_MMU=y
53836 -CONFIG_PPC_STD_MMU_32=y
53837 -# CONFIG_PPC_MM_SLICES is not set
53838 -# CONFIG_SMP is not set
53840 -CONFIG_WORD_SIZE=32
53841 -CONFIG_PPC_MERGE=y
53843 -CONFIG_GENERIC_CMOS_UPDATE=y
53844 -CONFIG_GENERIC_TIME=y
53845 -CONFIG_GENERIC_TIME_VSYSCALL=y
53846 -CONFIG_GENERIC_CLOCKEVENTS=y
53847 -CONFIG_GENERIC_HARDIRQS=y
53848 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
53849 -CONFIG_IRQ_PER_CPU=y
53850 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
53851 -CONFIG_ARCH_HAS_ILOG2_U32=y
53852 -CONFIG_GENERIC_HWEIGHT=y
53853 -CONFIG_GENERIC_CALIBRATE_DELAY=y
53854 -CONFIG_GENERIC_FIND_NEXT_BIT=y
53855 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
53857 -CONFIG_EARLY_PRINTK=y
53858 -CONFIG_GENERIC_NVRAM=y
53859 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
53860 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
53863 -CONFIG_PPC_UDBG_16550=y
53864 -# CONFIG_GENERIC_TBSYNC is not set
53865 -CONFIG_AUDIT_ARCH=y
53866 -CONFIG_GENERIC_BUG=y
53867 -CONFIG_DEFAULT_UIMAGE=y
53868 -# CONFIG_PPC_DCR_NATIVE is not set
53869 -# CONFIG_PPC_DCR_MMIO is not set
53870 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
53875 -CONFIG_EXPERIMENTAL=y
53876 -CONFIG_BROKEN_ON_SMP=y
53877 -CONFIG_INIT_ENV_ARG_LIMIT=32
53878 -CONFIG_LOCALVERSION=""
53879 -CONFIG_LOCALVERSION_AUTO=y
53882 -CONFIG_SYSVIPC_SYSCTL=y
53883 -# CONFIG_POSIX_MQUEUE is not set
53884 -# CONFIG_BSD_PROCESS_ACCT is not set
53885 -# CONFIG_TASKSTATS is not set
53886 -# CONFIG_AUDIT is not set
53887 -# CONFIG_IKCONFIG is not set
53888 -CONFIG_LOG_BUF_SHIFT=14
53889 -# CONFIG_CGROUPS is not set
53890 -CONFIG_GROUP_SCHED=y
53891 -# CONFIG_FAIR_GROUP_SCHED is not set
53892 -# CONFIG_RT_GROUP_SCHED is not set
53893 -CONFIG_USER_SCHED=y
53894 -# CONFIG_CGROUP_SCHED is not set
53895 -CONFIG_SYSFS_DEPRECATED=y
53896 -CONFIG_SYSFS_DEPRECATED_V2=y
53897 -# CONFIG_RELAY is not set
53898 -# CONFIG_NAMESPACES is not set
53899 -CONFIG_BLK_DEV_INITRD=y
53900 -CONFIG_INITRAMFS_SOURCE=""
53901 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
53904 -CONFIG_SYSCTL_SYSCALL=y
53905 -# CONFIG_KALLSYMS is not set
53910 -CONFIG_COMPAT_BRK=y
53911 -CONFIG_BASE_FULL=y
53913 -CONFIG_ANON_INODES=y
53914 -# CONFIG_EPOLL is not set
53919 -CONFIG_VM_EVENT_COUNTERS=y
53920 -CONFIG_SLUB_DEBUG=y
53921 -# CONFIG_SLAB is not set
53923 -# CONFIG_SLOB is not set
53924 -# CONFIG_PROFILING is not set
53925 -# CONFIG_MARKERS is not set
53926 -CONFIG_HAVE_OPROFILE=y
53927 -CONFIG_HAVE_KPROBES=y
53928 -CONFIG_HAVE_KRETPROBES=y
53929 -CONFIG_PROC_PAGE_MONITOR=y
53931 -CONFIG_RT_MUTEXES=y
53932 -# CONFIG_TINY_SHMEM is not set
53933 -CONFIG_BASE_SMALL=0
53935 -CONFIG_MODULE_UNLOAD=y
53936 -# CONFIG_MODULE_FORCE_UNLOAD is not set
53937 -# CONFIG_MODVERSIONS is not set
53938 -# CONFIG_MODULE_SRCVERSION_ALL is not set
53939 -# CONFIG_KMOD is not set
53941 -# CONFIG_LBD is not set
53942 -# CONFIG_BLK_DEV_IO_TRACE is not set
53943 -# CONFIG_LSF is not set
53944 -# CONFIG_BLK_DEV_BSG is not set
53949 -CONFIG_IOSCHED_NOOP=y
53950 -CONFIG_IOSCHED_AS=y
53951 -CONFIG_IOSCHED_DEADLINE=y
53952 -CONFIG_IOSCHED_CFQ=y
53953 -CONFIG_DEFAULT_AS=y
53954 -# CONFIG_DEFAULT_DEADLINE is not set
53955 -# CONFIG_DEFAULT_CFQ is not set
53956 -# CONFIG_DEFAULT_NOOP is not set
53957 -CONFIG_DEFAULT_IOSCHED="anticipatory"
53958 -CONFIG_CLASSIC_RCU=y
53961 -# Platform support
53963 -# CONFIG_PPC_MULTIPLATFORM is not set
53964 -# CONFIG_PPC_82xx is not set
53966 -# CONFIG_PPC_86xx is not set
53967 -# CONFIG_PPC_MPC512x is not set
53968 -# CONFIG_PPC_MPC5121 is not set
53969 -# CONFIG_PPC_CELL is not set
53970 -# CONFIG_PPC_CELL_NATIVE is not set
53971 -# CONFIG_PQ2ADS is not set
53973 -CONFIG_MPC831x_RDB=y
53974 -# CONFIG_MPC832x_MDS is not set
53975 -# CONFIG_MPC832x_RDB is not set
53976 -# CONFIG_MPC834x_MDS is not set
53977 -# CONFIG_MPC834x_ITX is not set
53978 -# CONFIG_MPC836x_MDS is not set
53979 -# CONFIG_MPC837x_MDS is not set
53980 -# CONFIG_MPC837x_RDB is not set
53981 -# CONFIG_SBC834x is not set
53982 -CONFIG_PPC_MPC831x=y
53984 -# CONFIG_MPIC is not set
53985 -# CONFIG_MPIC_WEIRD is not set
53986 -# CONFIG_PPC_I8259 is not set
53987 -# CONFIG_PPC_RTAS is not set
53988 -# CONFIG_MMIO_NVRAM is not set
53989 -# CONFIG_PPC_MPC106 is not set
53990 -# CONFIG_PPC_970_NAP is not set
53991 -# CONFIG_PPC_INDIRECT_IO is not set
53992 -# CONFIG_GENERIC_IOMAP is not set
53993 -# CONFIG_CPU_FREQ is not set
53994 -# CONFIG_FSL_ULI1575 is not set
53999 -# CONFIG_HIGHMEM is not set
54000 -CONFIG_TICK_ONESHOT=y
54002 -CONFIG_HIGH_RES_TIMERS=y
54003 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
54004 -# CONFIG_HZ_100 is not set
54006 -# CONFIG_HZ_300 is not set
54007 -# CONFIG_HZ_1000 is not set
54009 -# CONFIG_SCHED_HRTICK is not set
54010 -CONFIG_PREEMPT_NONE=y
54011 -# CONFIG_PREEMPT_VOLUNTARY is not set
54012 -# CONFIG_PREEMPT is not set
54013 -CONFIG_BINFMT_ELF=y
54014 -# CONFIG_BINFMT_MISC is not set
54015 -# CONFIG_IOMMU_HELPER is not set
54016 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
54017 -CONFIG_ARCH_HAS_WALK_MEMORY=y
54018 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
54019 -CONFIG_ARCH_FLATMEM_ENABLE=y
54020 -CONFIG_ARCH_POPULATES_NODE_MAP=y
54021 -CONFIG_SELECT_MEMORY_MODEL=y
54022 -CONFIG_FLATMEM_MANUAL=y
54023 -# CONFIG_DISCONTIGMEM_MANUAL is not set
54024 -# CONFIG_SPARSEMEM_MANUAL is not set
54026 -CONFIG_FLAT_NODE_MEM_MAP=y
54027 -# CONFIG_SPARSEMEM_STATIC is not set
54028 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
54029 -CONFIG_SPLIT_PTLOCK_CPUS=4
54030 -# CONFIG_RESOURCES_64BIT is not set
54031 -CONFIG_ZONE_DMA_FLAG=1
54033 -CONFIG_VIRT_TO_BUS=y
54034 -CONFIG_PROC_DEVICETREE=y
54035 -# CONFIG_CMDLINE_BOOL is not set
54036 -# CONFIG_PM is not set
54038 -CONFIG_ISA_DMA_API=y
54044 -CONFIG_GENERIC_ISA_DMA=y
54045 -CONFIG_PPC_INDIRECT_PCI=y
54048 -CONFIG_PCI_DOMAINS=y
54049 -CONFIG_PCI_SYSCALL=y
54050 -# CONFIG_PCIEPORTBUS is not set
54051 -CONFIG_ARCH_SUPPORTS_MSI=y
54052 -# CONFIG_PCI_MSI is not set
54053 -CONFIG_PCI_LEGACY=y
54054 -# CONFIG_PCI_DEBUG is not set
54055 -# CONFIG_PCCARD is not set
54056 -# CONFIG_HOTPLUG_PCI is not set
54061 -# CONFIG_ADVANCED_OPTIONS is not set
54064 -# Default settings for advanced configuration options are used
54066 -CONFIG_HIGHMEM_START=0xfe000000
54067 -CONFIG_LOWMEM_SIZE=0x30000000
54068 -CONFIG_KERNEL_START=0xc0000000
54069 -CONFIG_TASK_SIZE=0xc0000000
54070 -CONFIG_BOOT_LOAD=0x00800000
54078 -# Networking options
54081 -# CONFIG_PACKET_MMAP is not set
54084 -# CONFIG_XFRM_USER is not set
54085 -# CONFIG_XFRM_SUB_POLICY is not set
54086 -# CONFIG_XFRM_MIGRATE is not set
54087 -# CONFIG_XFRM_STATISTICS is not set
54088 -# CONFIG_NET_KEY is not set
54090 -CONFIG_IP_MULTICAST=y
54091 -# CONFIG_IP_ADVANCED_ROUTER is not set
54092 -CONFIG_IP_FIB_HASH=y
54094 -CONFIG_IP_PNP_DHCP=y
54095 -CONFIG_IP_PNP_BOOTP=y
54096 -# CONFIG_IP_PNP_RARP is not set
54097 -# CONFIG_NET_IPIP is not set
54098 -# CONFIG_NET_IPGRE is not set
54099 -# CONFIG_IP_MROUTE is not set
54100 -# CONFIG_ARPD is not set
54101 -CONFIG_SYN_COOKIES=y
54102 -# CONFIG_INET_AH is not set
54103 -# CONFIG_INET_ESP is not set
54104 -# CONFIG_INET_IPCOMP is not set
54105 -# CONFIG_INET_XFRM_TUNNEL is not set
54106 -# CONFIG_INET_TUNNEL is not set
54107 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
54108 -CONFIG_INET_XFRM_MODE_TUNNEL=y
54109 -CONFIG_INET_XFRM_MODE_BEET=y
54110 -# CONFIG_INET_LRO is not set
54111 -CONFIG_INET_DIAG=y
54112 -CONFIG_INET_TCP_DIAG=y
54113 -# CONFIG_TCP_CONG_ADVANCED is not set
54114 -CONFIG_TCP_CONG_CUBIC=y
54115 -CONFIG_DEFAULT_TCP_CONG="cubic"
54116 -# CONFIG_TCP_MD5SIG is not set
54117 -# CONFIG_IPV6 is not set
54118 -# CONFIG_INET6_XFRM_TUNNEL is not set
54119 -# CONFIG_INET6_TUNNEL is not set
54120 -# CONFIG_NETWORK_SECMARK is not set
54121 -# CONFIG_NETFILTER is not set
54122 -# CONFIG_IP_DCCP is not set
54123 -# CONFIG_IP_SCTP is not set
54124 -# CONFIG_TIPC is not set
54125 -# CONFIG_ATM is not set
54126 -# CONFIG_BRIDGE is not set
54127 -# CONFIG_VLAN_8021Q is not set
54128 -# CONFIG_DECNET is not set
54129 -# CONFIG_LLC2 is not set
54130 -# CONFIG_IPX is not set
54131 -# CONFIG_ATALK is not set
54132 -# CONFIG_X25 is not set
54133 -# CONFIG_LAPB is not set
54134 -# CONFIG_ECONET is not set
54135 -# CONFIG_WAN_ROUTER is not set
54136 -# CONFIG_NET_SCHED is not set
54141 -# CONFIG_NET_PKTGEN is not set
54142 -# CONFIG_HAMRADIO is not set
54143 -# CONFIG_CAN is not set
54144 -# CONFIG_IRDA is not set
54145 -# CONFIG_BT is not set
54146 -# CONFIG_AF_RXRPC is not set
54151 -# CONFIG_CFG80211 is not set
54152 -# CONFIG_WIRELESS_EXT is not set
54153 -# CONFIG_MAC80211 is not set
54154 -# CONFIG_IEEE80211 is not set
54155 -# CONFIG_RFKILL is not set
54156 -# CONFIG_NET_9P is not set
54163 -# Generic Driver Options
54165 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
54166 -CONFIG_STANDALONE=y
54167 -CONFIG_PREVENT_FIRMWARE_BUILD=y
54168 -# CONFIG_FW_LOADER is not set
54169 -# CONFIG_DEBUG_DRIVER is not set
54170 -# CONFIG_DEBUG_DEVRES is not set
54171 -# CONFIG_SYS_HYPERVISOR is not set
54172 -# CONFIG_CONNECTOR is not set
54174 -# CONFIG_MTD_DEBUG is not set
54175 -# CONFIG_MTD_CONCAT is not set
54176 -CONFIG_MTD_PARTITIONS=y
54177 -# CONFIG_MTD_REDBOOT_PARTS is not set
54178 -# CONFIG_MTD_CMDLINE_PARTS is not set
54179 -# CONFIG_MTD_OF_PARTS is not set
54182 -# User Modules And Translation Layers
54185 -CONFIG_MTD_BLKDEVS=y
54186 -CONFIG_MTD_BLOCK=y
54187 -# CONFIG_FTL is not set
54188 -# CONFIG_NFTL is not set
54189 -# CONFIG_INFTL is not set
54190 -# CONFIG_RFD_FTL is not set
54191 -# CONFIG_SSFDC is not set
54192 -# CONFIG_MTD_OOPS is not set
54195 -# RAM/ROM/Flash chip drivers
54198 -# CONFIG_MTD_JEDECPROBE is not set
54199 -CONFIG_MTD_GEN_PROBE=y
54200 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
54201 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
54202 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
54203 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
54204 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
54205 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
54206 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
54207 -CONFIG_MTD_CFI_I1=y
54208 -CONFIG_MTD_CFI_I2=y
54209 -# CONFIG_MTD_CFI_I4 is not set
54210 -# CONFIG_MTD_CFI_I8 is not set
54211 -# CONFIG_MTD_CFI_INTELEXT is not set
54212 -CONFIG_MTD_CFI_AMDSTD=y
54213 -# CONFIG_MTD_CFI_STAA is not set
54214 -CONFIG_MTD_CFI_UTIL=y
54215 -# CONFIG_MTD_RAM is not set
54216 -# CONFIG_MTD_ROM is not set
54217 -# CONFIG_MTD_ABSENT is not set
54220 -# Mapping drivers for chip access
54222 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
54223 -# CONFIG_MTD_PHYSMAP is not set
54224 -CONFIG_MTD_PHYSMAP_OF=y
54225 -# CONFIG_MTD_INTEL_VR_NOR is not set
54226 -# CONFIG_MTD_PLATRAM is not set
54229 -# Self-contained MTD device drivers
54231 -# CONFIG_MTD_PMC551 is not set
54232 -# CONFIG_MTD_DATAFLASH is not set
54233 -# CONFIG_MTD_M25P80 is not set
54234 -# CONFIG_MTD_SLRAM is not set
54235 -# CONFIG_MTD_PHRAM is not set
54236 -# CONFIG_MTD_MTDRAM is not set
54237 -# CONFIG_MTD_BLOCK2MTD is not set
54240 -# Disk-On-Chip Device Drivers
54242 -# CONFIG_MTD_DOC2000 is not set
54243 -# CONFIG_MTD_DOC2001 is not set
54244 -# CONFIG_MTD_DOC2001PLUS is not set
54246 -CONFIG_MTD_NAND_VERIFY_WRITE=y
54247 -# CONFIG_MTD_NAND_ECC_SMC is not set
54248 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
54249 -CONFIG_MTD_NAND_IDS=y
54250 -# CONFIG_MTD_NAND_DISKONCHIP is not set
54251 -# CONFIG_MTD_NAND_CAFE is not set
54252 -# CONFIG_MTD_NAND_NANDSIM is not set
54253 -# CONFIG_MTD_NAND_PLATFORM is not set
54254 -# CONFIG_MTD_ALAUDA is not set
54255 -# CONFIG_MTD_NAND_FSL_ELBC is not set
54256 -# CONFIG_MTD_ONENAND is not set
54259 -# UBI - Unsorted block images
54261 -# CONFIG_MTD_UBI is not set
54262 -CONFIG_OF_DEVICE=y
54263 -# CONFIG_PARPORT is not set
54265 -# CONFIG_BLK_DEV_FD is not set
54266 -# CONFIG_BLK_CPQ_DA is not set
54267 -# CONFIG_BLK_CPQ_CISS_DA is not set
54268 -# CONFIG_BLK_DEV_DAC960 is not set
54269 -# CONFIG_BLK_DEV_UMEM is not set
54270 -# CONFIG_BLK_DEV_COW_COMMON is not set
54271 -CONFIG_BLK_DEV_LOOP=y
54272 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
54273 -# CONFIG_BLK_DEV_NBD is not set
54274 -# CONFIG_BLK_DEV_SX8 is not set
54275 -# CONFIG_BLK_DEV_UB is not set
54276 -CONFIG_BLK_DEV_RAM=y
54277 -CONFIG_BLK_DEV_RAM_COUNT=16
54278 -CONFIG_BLK_DEV_RAM_SIZE=32768
54279 -# CONFIG_BLK_DEV_XIP is not set
54280 -# CONFIG_CDROM_PKTCDVD is not set
54281 -# CONFIG_ATA_OVER_ETH is not set
54282 -CONFIG_MISC_DEVICES=y
54283 -# CONFIG_PHANTOM is not set
54284 -# CONFIG_EEPROM_93CX6 is not set
54285 -# CONFIG_SGI_IOC4 is not set
54286 -# CONFIG_TIFM_CORE is not set
54287 -# CONFIG_ENCLOSURE_SERVICES is not set
54289 -# CONFIG_IDE is not set
54292 -# SCSI device support
54294 -# CONFIG_RAID_ATTRS is not set
54297 -# CONFIG_SCSI_TGT is not set
54298 -# CONFIG_SCSI_NETLINK is not set
54299 -CONFIG_SCSI_PROC_FS=y
54302 -# SCSI support type (disk, tape, CD-ROM)
54304 -# CONFIG_BLK_DEV_SD is not set
54305 -# CONFIG_CHR_DEV_ST is not set
54306 -# CONFIG_CHR_DEV_OSST is not set
54307 -# CONFIG_BLK_DEV_SR is not set
54308 -CONFIG_CHR_DEV_SG=y
54309 -# CONFIG_CHR_DEV_SCH is not set
54312 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
54314 -# CONFIG_SCSI_MULTI_LUN is not set
54315 -# CONFIG_SCSI_CONSTANTS is not set
54316 -# CONFIG_SCSI_LOGGING is not set
54317 -# CONFIG_SCSI_SCAN_ASYNC is not set
54318 -CONFIG_SCSI_WAIT_SCAN=m
54323 -CONFIG_SCSI_SPI_ATTRS=y
54324 -# CONFIG_SCSI_FC_ATTRS is not set
54325 -# CONFIG_SCSI_ISCSI_ATTRS is not set
54326 -# CONFIG_SCSI_SAS_LIBSAS is not set
54327 -# CONFIG_SCSI_SRP_ATTRS is not set
54328 -CONFIG_SCSI_LOWLEVEL=y
54329 -# CONFIG_ISCSI_TCP is not set
54330 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
54331 -# CONFIG_SCSI_3W_9XXX is not set
54332 -# CONFIG_SCSI_ACARD is not set
54333 -# CONFIG_SCSI_AACRAID is not set
54334 -# CONFIG_SCSI_AIC7XXX is not set
54335 -# CONFIG_SCSI_AIC7XXX_OLD is not set
54336 -# CONFIG_SCSI_AIC79XX is not set
54337 -# CONFIG_SCSI_AIC94XX is not set
54338 -# CONFIG_SCSI_DPT_I2O is not set
54339 -# CONFIG_SCSI_ADVANSYS is not set
54340 -# CONFIG_SCSI_ARCMSR is not set
54341 -# CONFIG_MEGARAID_NEWGEN is not set
54342 -# CONFIG_MEGARAID_LEGACY is not set
54343 -# CONFIG_MEGARAID_SAS is not set
54344 -# CONFIG_SCSI_HPTIOP is not set
54345 -# CONFIG_SCSI_BUSLOGIC is not set
54346 -# CONFIG_SCSI_DMX3191D is not set
54347 -# CONFIG_SCSI_EATA is not set
54348 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
54349 -# CONFIG_SCSI_GDTH is not set
54350 -# CONFIG_SCSI_IPS is not set
54351 -# CONFIG_SCSI_INITIO is not set
54352 -# CONFIG_SCSI_INIA100 is not set
54353 -# CONFIG_SCSI_MVSAS is not set
54354 -# CONFIG_SCSI_STEX is not set
54355 -# CONFIG_SCSI_SYM53C8XX_2 is not set
54356 -# CONFIG_SCSI_QLOGIC_1280 is not set
54357 -# CONFIG_SCSI_QLA_FC is not set
54358 -# CONFIG_SCSI_QLA_ISCSI is not set
54359 -# CONFIG_SCSI_LPFC is not set
54360 -# CONFIG_SCSI_DC395x is not set
54361 -# CONFIG_SCSI_DC390T is not set
54362 -# CONFIG_SCSI_NSP32 is not set
54363 -# CONFIG_SCSI_DEBUG is not set
54364 -# CONFIG_SCSI_SRP is not set
54365 -# CONFIG_ATA is not set
54367 -CONFIG_BLK_DEV_MD=y
54368 -CONFIG_MD_LINEAR=y
54371 -# CONFIG_MD_RAID10 is not set
54372 -# CONFIG_MD_RAID456 is not set
54373 -# CONFIG_MD_MULTIPATH is not set
54374 -# CONFIG_MD_FAULTY is not set
54375 -# CONFIG_BLK_DEV_DM is not set
54376 -# CONFIG_FUSION is not set
54379 -# IEEE 1394 (FireWire) support
54381 -# CONFIG_FIREWIRE is not set
54382 -# CONFIG_IEEE1394 is not set
54383 -# CONFIG_I2O is not set
54384 -# CONFIG_MACINTOSH_DRIVERS is not set
54385 -CONFIG_NETDEVICES=y
54386 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
54387 -# CONFIG_DUMMY is not set
54388 -# CONFIG_BONDING is not set
54389 -# CONFIG_MACVLAN is not set
54390 -# CONFIG_EQUALIZER is not set
54391 -# CONFIG_TUN is not set
54392 -# CONFIG_VETH is not set
54393 -# CONFIG_ARCNET is not set
54397 -# MII PHY device drivers
54399 -# CONFIG_MARVELL_PHY is not set
54400 -# CONFIG_DAVICOM_PHY is not set
54401 -# CONFIG_QSEMI_PHY is not set
54402 -# CONFIG_LXT_PHY is not set
54403 -CONFIG_CICADA_PHY=y
54404 -# CONFIG_VITESSE_PHY is not set
54405 -# CONFIG_SMSC_PHY is not set
54406 -# CONFIG_BROADCOM_PHY is not set
54407 -# CONFIG_ICPLUS_PHY is not set
54408 -# CONFIG_REALTEK_PHY is not set
54409 -# CONFIG_FIXED_PHY is not set
54410 -# CONFIG_MDIO_BITBANG is not set
54411 -CONFIG_NET_ETHERNET=y
54413 -# CONFIG_HAPPYMEAL is not set
54414 -# CONFIG_SUNGEM is not set
54415 -# CONFIG_CASSINI is not set
54416 -# CONFIG_NET_VENDOR_3COM is not set
54417 -# CONFIG_ENC28J60 is not set
54418 -# CONFIG_NET_TULIP is not set
54419 -# CONFIG_HP100 is not set
54420 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
54421 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
54422 -# CONFIG_IBM_NEW_EMAC_TAH is not set
54423 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
54425 -# CONFIG_PCNET32 is not set
54426 -# CONFIG_AMD8111_ETH is not set
54427 -# CONFIG_ADAPTEC_STARFIRE is not set
54428 -# CONFIG_B44 is not set
54429 -# CONFIG_FORCEDETH is not set
54430 -# CONFIG_EEPRO100 is not set
54432 -# CONFIG_FEALNX is not set
54433 -# CONFIG_NATSEMI is not set
54434 -# CONFIG_NE2K_PCI is not set
54435 -# CONFIG_8139CP is not set
54436 -# CONFIG_8139TOO is not set
54437 -# CONFIG_R6040 is not set
54438 -# CONFIG_SIS900 is not set
54439 -# CONFIG_EPIC100 is not set
54440 -# CONFIG_SUNDANCE is not set
54441 -# CONFIG_TLAN is not set
54442 -# CONFIG_VIA_RHINE is not set
54443 -# CONFIG_SC92031 is not set
54444 -CONFIG_NETDEV_1000=y
54445 -# CONFIG_ACENIC is not set
54446 -# CONFIG_DL2K is not set
54447 -# CONFIG_E1000 is not set
54448 -# CONFIG_E1000E is not set
54449 -# CONFIG_E1000E_ENABLED is not set
54450 -# CONFIG_IP1000 is not set
54451 -# CONFIG_IGB is not set
54452 -# CONFIG_NS83820 is not set
54453 -# CONFIG_HAMACHI is not set
54454 -# CONFIG_YELLOWFIN is not set
54455 -# CONFIG_R8169 is not set
54456 -# CONFIG_SIS190 is not set
54457 -# CONFIG_SKGE is not set
54458 -# CONFIG_SKY2 is not set
54459 -# CONFIG_SK98LIN is not set
54460 -# CONFIG_VIA_VELOCITY is not set
54461 -# CONFIG_TIGON3 is not set
54462 -# CONFIG_BNX2 is not set
54464 -CONFIG_GFAR_NAPI=y
54465 -# CONFIG_QLA3XXX is not set
54466 -# CONFIG_ATL1 is not set
54467 -CONFIG_NETDEV_10000=y
54468 -# CONFIG_CHELSIO_T1 is not set
54469 -# CONFIG_CHELSIO_T3 is not set
54470 -# CONFIG_IXGBE is not set
54471 -# CONFIG_IXGB is not set
54472 -# CONFIG_S2IO is not set
54473 -# CONFIG_MYRI10GE is not set
54474 -# CONFIG_NETXEN_NIC is not set
54475 -# CONFIG_NIU is not set
54476 -# CONFIG_MLX4_CORE is not set
54477 -# CONFIG_TEHUTI is not set
54478 -# CONFIG_BNX2X is not set
54479 -# CONFIG_TR is not set
54484 -# CONFIG_WLAN_PRE80211 is not set
54485 -# CONFIG_WLAN_80211 is not set
54488 -# USB Network Adapters
54490 -# CONFIG_USB_CATC is not set
54491 -# CONFIG_USB_KAWETH is not set
54492 -# CONFIG_USB_PEGASUS is not set
54493 -# CONFIG_USB_RTL8150 is not set
54494 -# CONFIG_USB_USBNET is not set
54495 -# CONFIG_WAN is not set
54496 -# CONFIG_FDDI is not set
54497 -# CONFIG_HIPPI is not set
54498 -# CONFIG_PPP is not set
54499 -# CONFIG_SLIP is not set
54500 -# CONFIG_NET_FC is not set
54501 -# CONFIG_NETCONSOLE is not set
54502 -# CONFIG_NETPOLL is not set
54503 -# CONFIG_NET_POLL_CONTROLLER is not set
54504 -# CONFIG_ISDN is not set
54505 -# CONFIG_PHONE is not set
54508 -# Input device support
54511 -# CONFIG_INPUT_FF_MEMLESS is not set
54512 -# CONFIG_INPUT_POLLDEV is not set
54515 -# Userland interfaces
54517 -# CONFIG_INPUT_MOUSEDEV is not set
54518 -# CONFIG_INPUT_JOYDEV is not set
54519 -# CONFIG_INPUT_EVDEV is not set
54520 -# CONFIG_INPUT_EVBUG is not set
54523 -# Input Device Drivers
54525 -# CONFIG_INPUT_KEYBOARD is not set
54526 -# CONFIG_INPUT_MOUSE is not set
54527 -# CONFIG_INPUT_JOYSTICK is not set
54528 -# CONFIG_INPUT_TABLET is not set
54529 -# CONFIG_INPUT_TOUCHSCREEN is not set
54530 -# CONFIG_INPUT_MISC is not set
54533 -# Hardware I/O ports
54535 -# CONFIG_SERIO is not set
54536 -# CONFIG_GAMEPORT is not set
54539 -# Character devices
54541 -# CONFIG_VT is not set
54542 -# CONFIG_SERIAL_NONSTANDARD is not set
54543 -# CONFIG_NOZOMI is not set
54548 -CONFIG_SERIAL_8250=y
54549 -CONFIG_SERIAL_8250_CONSOLE=y
54550 -CONFIG_SERIAL_8250_PCI=y
54551 -CONFIG_SERIAL_8250_NR_UARTS=4
54552 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
54553 -# CONFIG_SERIAL_8250_EXTENDED is not set
54556 -# Non-8250 serial port support
54558 -# CONFIG_SERIAL_UARTLITE is not set
54559 -CONFIG_SERIAL_CORE=y
54560 -CONFIG_SERIAL_CORE_CONSOLE=y
54561 -# CONFIG_SERIAL_JSM is not set
54562 -# CONFIG_SERIAL_OF_PLATFORM is not set
54563 -CONFIG_UNIX98_PTYS=y
54564 -CONFIG_LEGACY_PTYS=y
54565 -CONFIG_LEGACY_PTY_COUNT=256
54566 -# CONFIG_IPMI_HANDLER is not set
54567 -CONFIG_HW_RANDOM=y
54568 -# CONFIG_NVRAM is not set
54569 -# CONFIG_GEN_RTC is not set
54570 -# CONFIG_R3964 is not set
54571 -# CONFIG_APPLICOM is not set
54572 -# CONFIG_RAW_DRIVER is not set
54573 -# CONFIG_TCG_TPM is not set
54576 -CONFIG_I2C_BOARDINFO=y
54577 -CONFIG_I2C_CHARDEV=y
54582 -# CONFIG_I2C_ALGOBIT is not set
54583 -# CONFIG_I2C_ALGOPCF is not set
54584 -# CONFIG_I2C_ALGOPCA is not set
54587 -# I2C Hardware Bus support
54589 -# CONFIG_I2C_ALI1535 is not set
54590 -# CONFIG_I2C_ALI1563 is not set
54591 -# CONFIG_I2C_ALI15X3 is not set
54592 -# CONFIG_I2C_AMD756 is not set
54593 -# CONFIG_I2C_AMD8111 is not set
54594 -# CONFIG_I2C_I801 is not set
54595 -# CONFIG_I2C_I810 is not set
54596 -# CONFIG_I2C_PIIX4 is not set
54598 -# CONFIG_I2C_NFORCE2 is not set
54599 -# CONFIG_I2C_OCORES is not set
54600 -# CONFIG_I2C_PARPORT_LIGHT is not set
54601 -# CONFIG_I2C_PROSAVAGE is not set
54602 -# CONFIG_I2C_SAVAGE4 is not set
54603 -# CONFIG_I2C_SIMTEC is not set
54604 -# CONFIG_I2C_SIS5595 is not set
54605 -# CONFIG_I2C_SIS630 is not set
54606 -# CONFIG_I2C_SIS96X is not set
54607 -# CONFIG_I2C_TAOS_EVM is not set
54608 -# CONFIG_I2C_STUB is not set
54609 -# CONFIG_I2C_TINY_USB is not set
54610 -# CONFIG_I2C_VIA is not set
54611 -# CONFIG_I2C_VIAPRO is not set
54612 -# CONFIG_I2C_VOODOO3 is not set
54615 -# Miscellaneous I2C Chip support
54617 -# CONFIG_DS1682 is not set
54618 -# CONFIG_SENSORS_EEPROM is not set
54619 -# CONFIG_SENSORS_PCF8574 is not set
54620 -# CONFIG_PCF8575 is not set
54621 -# CONFIG_SENSORS_PCF8591 is not set
54622 -# CONFIG_TPS65010 is not set
54623 -# CONFIG_SENSORS_MAX6875 is not set
54624 -# CONFIG_SENSORS_TSL2550 is not set
54625 -# CONFIG_I2C_DEBUG_CORE is not set
54626 -# CONFIG_I2C_DEBUG_ALGO is not set
54627 -# CONFIG_I2C_DEBUG_BUS is not set
54628 -# CONFIG_I2C_DEBUG_CHIP is not set
54634 -# CONFIG_SPI_DEBUG is not set
54635 -CONFIG_SPI_MASTER=y
54638 -# SPI Master Controller Drivers
54640 -CONFIG_SPI_BITBANG=y
54641 -CONFIG_SPI_MPC83xx=y
54644 -# SPI Protocol Masters
54646 -# CONFIG_SPI_AT25 is not set
54647 -# CONFIG_SPI_SPIDEV is not set
54648 -# CONFIG_SPI_TLE62X0 is not set
54649 -# CONFIG_W1 is not set
54650 -# CONFIG_POWER_SUPPLY is not set
54652 -# CONFIG_HWMON_VID is not set
54653 -# CONFIG_SENSORS_AD7418 is not set
54654 -# CONFIG_SENSORS_ADM1021 is not set
54655 -# CONFIG_SENSORS_ADM1025 is not set
54656 -# CONFIG_SENSORS_ADM1026 is not set
54657 -# CONFIG_SENSORS_ADM1029 is not set
54658 -# CONFIG_SENSORS_ADM1031 is not set
54659 -# CONFIG_SENSORS_ADM9240 is not set
54660 -# CONFIG_SENSORS_ADT7470 is not set
54661 -# CONFIG_SENSORS_ADT7473 is not set
54662 -# CONFIG_SENSORS_ATXP1 is not set
54663 -# CONFIG_SENSORS_DS1621 is not set
54664 -# CONFIG_SENSORS_I5K_AMB is not set
54665 -# CONFIG_SENSORS_F71805F is not set
54666 -# CONFIG_SENSORS_F71882FG is not set
54667 -# CONFIG_SENSORS_F75375S is not set
54668 -# CONFIG_SENSORS_GL518SM is not set
54669 -# CONFIG_SENSORS_GL520SM is not set
54670 -# CONFIG_SENSORS_IT87 is not set
54671 -# CONFIG_SENSORS_LM63 is not set
54672 -# CONFIG_SENSORS_LM70 is not set
54673 -# CONFIG_SENSORS_LM75 is not set
54674 -# CONFIG_SENSORS_LM77 is not set
54675 -# CONFIG_SENSORS_LM78 is not set
54676 -# CONFIG_SENSORS_LM80 is not set
54677 -# CONFIG_SENSORS_LM83 is not set
54678 -# CONFIG_SENSORS_LM85 is not set
54679 -# CONFIG_SENSORS_LM87 is not set
54680 -# CONFIG_SENSORS_LM90 is not set
54681 -# CONFIG_SENSORS_LM92 is not set
54682 -# CONFIG_SENSORS_LM93 is not set
54683 -# CONFIG_SENSORS_MAX1619 is not set
54684 -# CONFIG_SENSORS_MAX6650 is not set
54685 -# CONFIG_SENSORS_PC87360 is not set
54686 -# CONFIG_SENSORS_PC87427 is not set
54687 -# CONFIG_SENSORS_SIS5595 is not set
54688 -# CONFIG_SENSORS_DME1737 is not set
54689 -# CONFIG_SENSORS_SMSC47M1 is not set
54690 -# CONFIG_SENSORS_SMSC47M192 is not set
54691 -# CONFIG_SENSORS_SMSC47B397 is not set
54692 -# CONFIG_SENSORS_ADS7828 is not set
54693 -# CONFIG_SENSORS_THMC50 is not set
54694 -# CONFIG_SENSORS_VIA686A is not set
54695 -# CONFIG_SENSORS_VT1211 is not set
54696 -# CONFIG_SENSORS_VT8231 is not set
54697 -# CONFIG_SENSORS_W83781D is not set
54698 -# CONFIG_SENSORS_W83791D is not set
54699 -# CONFIG_SENSORS_W83792D is not set
54700 -# CONFIG_SENSORS_W83793 is not set
54701 -# CONFIG_SENSORS_W83L785TS is not set
54702 -# CONFIG_SENSORS_W83L786NG is not set
54703 -# CONFIG_SENSORS_W83627HF is not set
54704 -# CONFIG_SENSORS_W83627EHF is not set
54705 -# CONFIG_HWMON_DEBUG_CHIP is not set
54706 -# CONFIG_THERMAL is not set
54708 -# CONFIG_WATCHDOG_NOWAYOUT is not set
54711 -# Watchdog Device Drivers
54713 -# CONFIG_SOFT_WATCHDOG is not set
54717 -# PCI-based Watchdog Cards
54719 -# CONFIG_PCIPCWATCHDOG is not set
54720 -# CONFIG_WDTPCI is not set
54723 -# USB-based Watchdog Cards
54725 -# CONFIG_USBPCWATCHDOG is not set
54728 -# Sonics Silicon Backplane
54730 -CONFIG_SSB_POSSIBLE=y
54731 -# CONFIG_SSB is not set
54734 -# Multifunction device drivers
54736 -# CONFIG_MFD_SM501 is not set
54739 -# Multimedia devices
54741 -# CONFIG_VIDEO_DEV is not set
54742 -# CONFIG_DVB_CORE is not set
54744 -# CONFIG_USB_DABUSB is not set
54747 -# Graphics support
54749 -# CONFIG_AGP is not set
54750 -# CONFIG_DRM is not set
54751 -# CONFIG_VGASTATE is not set
54752 -CONFIG_VIDEO_OUTPUT_CONTROL=m
54753 -# CONFIG_FB is not set
54754 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
54757 -# Display device support
54759 -# CONFIG_DISPLAY_SUPPORT is not set
54764 -# CONFIG_SOUND is not set
54765 -CONFIG_HID_SUPPORT=y
54767 -# CONFIG_HID_DEBUG is not set
54768 -# CONFIG_HIDRAW is not set
54771 -# USB Input Devices
54773 -# CONFIG_USB_HID is not set
54776 -# USB HID Boot Protocol drivers
54778 -# CONFIG_USB_KBD is not set
54779 -# CONFIG_USB_MOUSE is not set
54780 -CONFIG_USB_SUPPORT=y
54781 -CONFIG_USB_ARCH_HAS_HCD=y
54782 -CONFIG_USB_ARCH_HAS_OHCI=y
54783 -CONFIG_USB_ARCH_HAS_EHCI=y
54785 -# CONFIG_USB_DEBUG is not set
54786 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
54789 -# Miscellaneous USB options
54791 -CONFIG_USB_DEVICEFS=y
54792 -CONFIG_USB_DEVICE_CLASS=y
54793 -# CONFIG_USB_DYNAMIC_MINORS is not set
54794 -# CONFIG_USB_OTG is not set
54797 -# USB Host Controller Drivers
54799 -CONFIG_USB_EHCI_HCD=y
54800 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
54801 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
54802 -CONFIG_USB_EHCI_FSL=y
54803 -CONFIG_USB_EHCI_HCD_PPC_OF=y
54804 -# CONFIG_USB_ISP116X_HCD is not set
54805 -CONFIG_USB_OHCI_HCD=y
54806 -CONFIG_USB_OHCI_HCD_PPC_OF=y
54807 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
54808 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
54809 -CONFIG_USB_OHCI_HCD_PCI=y
54810 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
54811 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
54812 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
54813 -CONFIG_USB_UHCI_HCD=y
54814 -# CONFIG_USB_SL811_HCD is not set
54815 -# CONFIG_USB_R8A66597_HCD is not set
54818 -# USB Device Class drivers
54820 -# CONFIG_USB_ACM is not set
54821 -# CONFIG_USB_PRINTER is not set
54824 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
54828 -# may also be needed; see USB_STORAGE Help for more information
54830 -CONFIG_USB_STORAGE=y
54831 -# CONFIG_USB_STORAGE_DEBUG is not set
54832 -# CONFIG_USB_STORAGE_DATAFAB is not set
54833 -# CONFIG_USB_STORAGE_FREECOM is not set
54834 -# CONFIG_USB_STORAGE_ISD200 is not set
54835 -# CONFIG_USB_STORAGE_DPCM is not set
54836 -# CONFIG_USB_STORAGE_USBAT is not set
54837 -# CONFIG_USB_STORAGE_SDDR09 is not set
54838 -# CONFIG_USB_STORAGE_SDDR55 is not set
54839 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
54840 -# CONFIG_USB_STORAGE_ALAUDA is not set
54841 -# CONFIG_USB_STORAGE_KARMA is not set
54842 -# CONFIG_USB_LIBUSUAL is not set
54845 -# USB Imaging devices
54847 -# CONFIG_USB_MDC800 is not set
54848 -# CONFIG_USB_MICROTEK is not set
54852 -# USB port drivers
54854 -# CONFIG_USB_SERIAL is not set
54857 -# USB Miscellaneous drivers
54859 -# CONFIG_USB_EMI62 is not set
54860 -# CONFIG_USB_EMI26 is not set
54861 -# CONFIG_USB_ADUTUX is not set
54862 -# CONFIG_USB_AUERSWALD is not set
54863 -# CONFIG_USB_RIO500 is not set
54864 -# CONFIG_USB_LEGOTOWER is not set
54865 -# CONFIG_USB_LCD is not set
54866 -# CONFIG_USB_BERRY_CHARGE is not set
54867 -# CONFIG_USB_LED is not set
54868 -# CONFIG_USB_CYPRESS_CY7C63 is not set
54869 -# CONFIG_USB_CYTHERM is not set
54870 -# CONFIG_USB_PHIDGET is not set
54871 -# CONFIG_USB_IDMOUSE is not set
54872 -# CONFIG_USB_FTDI_ELAN is not set
54873 -# CONFIG_USB_APPLEDISPLAY is not set
54874 -# CONFIG_USB_SISUSBVGA is not set
54875 -# CONFIG_USB_LD is not set
54876 -# CONFIG_USB_TRANCEVIBRATOR is not set
54877 -# CONFIG_USB_IOWARRIOR is not set
54878 -# CONFIG_USB_TEST is not set
54879 -CONFIG_USB_GADGET=y
54880 -# CONFIG_USB_GADGET_DEBUG is not set
54881 -# CONFIG_USB_GADGET_DEBUG_FILES is not set
54882 -CONFIG_USB_GADGET_SELECTED=y
54883 -# CONFIG_USB_GADGET_AMD5536UDC is not set
54884 -# CONFIG_USB_GADGET_ATMEL_USBA is not set
54885 -# CONFIG_USB_GADGET_FSL_USB2 is not set
54886 -CONFIG_USB_GADGET_NET2280=y
54887 -CONFIG_USB_NET2280=y
54888 -# CONFIG_USB_GADGET_PXA2XX is not set
54889 -# CONFIG_USB_GADGET_M66592 is not set
54890 -# CONFIG_USB_GADGET_GOKU is not set
54891 -# CONFIG_USB_GADGET_LH7A40X is not set
54892 -# CONFIG_USB_GADGET_OMAP is not set
54893 -# CONFIG_USB_GADGET_S3C2410 is not set
54894 -# CONFIG_USB_GADGET_AT91 is not set
54895 -# CONFIG_USB_GADGET_DUMMY_HCD is not set
54896 -CONFIG_USB_GADGET_DUALSPEED=y
54897 -# CONFIG_USB_ZERO is not set
54899 -CONFIG_USB_ETH_RNDIS=y
54900 -# CONFIG_USB_GADGETFS is not set
54901 -# CONFIG_USB_FILE_STORAGE is not set
54902 -# CONFIG_USB_G_SERIAL is not set
54903 -# CONFIG_USB_MIDI_GADGET is not set
54904 -# CONFIG_USB_G_PRINTER is not set
54905 -# CONFIG_MMC is not set
54906 -# CONFIG_MEMSTICK is not set
54907 -# CONFIG_NEW_LEDS is not set
54908 -# CONFIG_INFINIBAND is not set
54909 -# CONFIG_EDAC is not set
54911 -CONFIG_RTC_CLASS=y
54912 -CONFIG_RTC_HCTOSYS=y
54913 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
54914 -# CONFIG_RTC_DEBUG is not set
54919 -CONFIG_RTC_INTF_SYSFS=y
54920 -CONFIG_RTC_INTF_PROC=y
54921 -CONFIG_RTC_INTF_DEV=y
54922 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
54923 -# CONFIG_RTC_DRV_TEST is not set
54928 -CONFIG_RTC_DRV_DS1307=y
54929 -# CONFIG_RTC_DRV_DS1374 is not set
54930 -# CONFIG_RTC_DRV_DS1672 is not set
54931 -# CONFIG_RTC_DRV_MAX6900 is not set
54932 -# CONFIG_RTC_DRV_RS5C372 is not set
54933 -# CONFIG_RTC_DRV_ISL1208 is not set
54934 -# CONFIG_RTC_DRV_X1205 is not set
54935 -# CONFIG_RTC_DRV_PCF8563 is not set
54936 -# CONFIG_RTC_DRV_PCF8583 is not set
54937 -# CONFIG_RTC_DRV_M41T80 is not set
54938 -# CONFIG_RTC_DRV_S35390A is not set
54943 -# CONFIG_RTC_DRV_MAX6902 is not set
54944 -# CONFIG_RTC_DRV_R9701 is not set
54945 -# CONFIG_RTC_DRV_RS5C348 is not set
54948 -# Platform RTC drivers
54950 -# CONFIG_RTC_DRV_CMOS is not set
54951 -# CONFIG_RTC_DRV_DS1511 is not set
54952 -# CONFIG_RTC_DRV_DS1553 is not set
54953 -# CONFIG_RTC_DRV_DS1742 is not set
54954 -# CONFIG_RTC_DRV_STK17TA8 is not set
54955 -# CONFIG_RTC_DRV_M48T86 is not set
54956 -# CONFIG_RTC_DRV_M48T59 is not set
54957 -# CONFIG_RTC_DRV_V3020 is not set
54960 -# on-CPU RTC drivers
54962 -# CONFIG_DMADEVICES is not set
54967 -# CONFIG_UIO is not set
54973 -# CONFIG_EXT2_FS_XATTR is not set
54974 -# CONFIG_EXT2_FS_XIP is not set
54976 -CONFIG_EXT3_FS_XATTR=y
54977 -# CONFIG_EXT3_FS_POSIX_ACL is not set
54978 -# CONFIG_EXT3_FS_SECURITY is not set
54979 -# CONFIG_EXT4DEV_FS is not set
54981 -CONFIG_FS_MBCACHE=y
54982 -# CONFIG_REISERFS_FS is not set
54983 -# CONFIG_JFS_FS is not set
54984 -# CONFIG_FS_POSIX_ACL is not set
54985 -# CONFIG_XFS_FS is not set
54986 -# CONFIG_GFS2_FS is not set
54987 -# CONFIG_OCFS2_FS is not set
54990 -CONFIG_INOTIFY_USER=y
54991 -# CONFIG_QUOTA is not set
54992 -# CONFIG_AUTOFS_FS is not set
54993 -# CONFIG_AUTOFS4_FS is not set
54994 -# CONFIG_FUSE_FS is not set
54997 -# CD-ROM/DVD Filesystems
54999 -# CONFIG_ISO9660_FS is not set
55000 -# CONFIG_UDF_FS is not set
55003 -# DOS/FAT/NT Filesystems
55005 -# CONFIG_MSDOS_FS is not set
55006 -# CONFIG_VFAT_FS is not set
55007 -# CONFIG_NTFS_FS is not set
55010 -# Pseudo filesystems
55013 -CONFIG_PROC_KCORE=y
55014 -CONFIG_PROC_SYSCTL=y
55017 -# CONFIG_TMPFS_POSIX_ACL is not set
55018 -# CONFIG_HUGETLB_PAGE is not set
55019 -# CONFIG_CONFIGFS_FS is not set
55022 -# Miscellaneous filesystems
55024 -# CONFIG_ADFS_FS is not set
55025 -# CONFIG_AFFS_FS is not set
55026 -# CONFIG_HFS_FS is not set
55027 -# CONFIG_HFSPLUS_FS is not set
55028 -# CONFIG_BEFS_FS is not set
55029 -# CONFIG_BFS_FS is not set
55030 -# CONFIG_EFS_FS is not set
55032 -CONFIG_JFFS2_FS_DEBUG=0
55033 -CONFIG_JFFS2_FS_WRITEBUFFER=y
55034 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
55035 -# CONFIG_JFFS2_SUMMARY is not set
55036 -# CONFIG_JFFS2_FS_XATTR is not set
55037 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
55038 -CONFIG_JFFS2_ZLIB=y
55039 -# CONFIG_JFFS2_LZO is not set
55040 -CONFIG_JFFS2_RTIME=y
55041 -# CONFIG_JFFS2_RUBIN is not set
55042 -# CONFIG_CRAMFS is not set
55043 -# CONFIG_VXFS_FS is not set
55044 -# CONFIG_MINIX_FS is not set
55045 -# CONFIG_HPFS_FS is not set
55046 -# CONFIG_QNX4FS_FS is not set
55047 -# CONFIG_ROMFS_FS is not set
55048 -# CONFIG_SYSV_FS is not set
55049 -# CONFIG_UFS_FS is not set
55050 -CONFIG_NETWORK_FILESYSTEMS=y
55053 -# CONFIG_NFS_V3_ACL is not set
55055 -# CONFIG_NFS_DIRECTIO is not set
55056 -# CONFIG_NFSD is not set
55060 -CONFIG_NFS_COMMON=y
55062 -CONFIG_SUNRPC_GSS=y
55063 -# CONFIG_SUNRPC_BIND34 is not set
55064 -CONFIG_RPCSEC_GSS_KRB5=y
55065 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
55066 -# CONFIG_SMB_FS is not set
55067 -# CONFIG_CIFS is not set
55068 -# CONFIG_NCP_FS is not set
55069 -# CONFIG_CODA_FS is not set
55070 -# CONFIG_AFS_FS is not set
55075 -CONFIG_PARTITION_ADVANCED=y
55076 -# CONFIG_ACORN_PARTITION is not set
55077 -# CONFIG_OSF_PARTITION is not set
55078 -# CONFIG_AMIGA_PARTITION is not set
55079 -# CONFIG_ATARI_PARTITION is not set
55080 -# CONFIG_MAC_PARTITION is not set
55081 -CONFIG_MSDOS_PARTITION=y
55082 -# CONFIG_BSD_DISKLABEL is not set
55083 -# CONFIG_MINIX_SUBPARTITION is not set
55084 -# CONFIG_SOLARIS_X86_PARTITION is not set
55085 -# CONFIG_UNIXWARE_DISKLABEL is not set
55086 -# CONFIG_LDM_PARTITION is not set
55087 -# CONFIG_SGI_PARTITION is not set
55088 -# CONFIG_ULTRIX_PARTITION is not set
55089 -# CONFIG_SUN_PARTITION is not set
55090 -# CONFIG_KARMA_PARTITION is not set
55091 -# CONFIG_EFI_PARTITION is not set
55092 -# CONFIG_SYSV68_PARTITION is not set
55093 -# CONFIG_NLS is not set
55094 -# CONFIG_DLM is not set
55097 -# Library routines
55099 -CONFIG_BITREVERSE=y
55100 -# CONFIG_CRC_CCITT is not set
55101 -# CONFIG_CRC16 is not set
55102 -# CONFIG_CRC_ITU_T is not set
55104 -# CONFIG_CRC7 is not set
55105 -# CONFIG_LIBCRC32C is not set
55106 -CONFIG_ZLIB_INFLATE=y
55107 -CONFIG_ZLIB_DEFLATE=y
55109 -CONFIG_HAS_IOMEM=y
55110 -CONFIG_HAS_IOPORT=y
55116 -# CONFIG_PRINTK_TIME is not set
55117 -CONFIG_ENABLE_WARN_DEPRECATED=y
55118 -CONFIG_ENABLE_MUST_CHECK=y
55119 -# CONFIG_MAGIC_SYSRQ is not set
55120 -# CONFIG_UNUSED_SYMBOLS is not set
55121 -# CONFIG_DEBUG_FS is not set
55122 -# CONFIG_HEADERS_CHECK is not set
55123 -CONFIG_DEBUG_KERNEL=y
55124 -# CONFIG_DEBUG_SHIRQ is not set
55125 -CONFIG_DETECT_SOFTLOCKUP=y
55126 -CONFIG_SCHED_DEBUG=y
55127 -# CONFIG_SCHEDSTATS is not set
55128 -# CONFIG_TIMER_STATS is not set
55129 -# CONFIG_SLUB_DEBUG_ON is not set
55130 -# CONFIG_SLUB_STATS is not set
55131 -# CONFIG_DEBUG_RT_MUTEXES is not set
55132 -# CONFIG_RT_MUTEX_TESTER is not set
55133 -# CONFIG_DEBUG_SPINLOCK is not set
55134 -# CONFIG_DEBUG_MUTEXES is not set
55135 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
55136 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
55137 -# CONFIG_DEBUG_KOBJECT is not set
55138 -# CONFIG_DEBUG_BUGVERBOSE is not set
55139 -# CONFIG_DEBUG_INFO is not set
55140 -# CONFIG_DEBUG_VM is not set
55141 -# CONFIG_DEBUG_LIST is not set
55142 -# CONFIG_DEBUG_SG is not set
55143 -# CONFIG_BOOT_PRINTK_DELAY is not set
55144 -# CONFIG_RCU_TORTURE_TEST is not set
55145 -# CONFIG_BACKTRACE_SELF_TEST is not set
55146 -# CONFIG_FAULT_INJECTION is not set
55147 -# CONFIG_SAMPLES is not set
55148 -# CONFIG_DEBUG_STACKOVERFLOW is not set
55149 -# CONFIG_DEBUG_STACK_USAGE is not set
55150 -# CONFIG_DEBUG_PAGEALLOC is not set
55151 -# CONFIG_DEBUGGER is not set
55152 -# CONFIG_BDI_SWITCH is not set
55153 -# CONFIG_PPC_EARLY_DEBUG is not set
55156 -# Security options
55158 -# CONFIG_KEYS is not set
55159 -# CONFIG_SECURITY is not set
55160 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
55162 -CONFIG_CRYPTO_ALGAPI=y
55163 -CONFIG_CRYPTO_BLKCIPHER=y
55164 -# CONFIG_CRYPTO_SEQIV is not set
55165 -CONFIG_CRYPTO_MANAGER=y
55166 -# CONFIG_CRYPTO_HMAC is not set
55167 -# CONFIG_CRYPTO_XCBC is not set
55168 -# CONFIG_CRYPTO_NULL is not set
55169 -# CONFIG_CRYPTO_MD4 is not set
55170 -CONFIG_CRYPTO_MD5=y
55171 -# CONFIG_CRYPTO_SHA1 is not set
55172 -# CONFIG_CRYPTO_SHA256 is not set
55173 -# CONFIG_CRYPTO_SHA512 is not set
55174 -# CONFIG_CRYPTO_WP512 is not set
55175 -# CONFIG_CRYPTO_TGR192 is not set
55176 -# CONFIG_CRYPTO_GF128MUL is not set
55177 -# CONFIG_CRYPTO_ECB is not set
55178 -CONFIG_CRYPTO_CBC=y
55179 -CONFIG_CRYPTO_PCBC=m
55180 -# CONFIG_CRYPTO_LRW is not set
55181 -# CONFIG_CRYPTO_XTS is not set
55182 -# CONFIG_CRYPTO_CTR is not set
55183 -# CONFIG_CRYPTO_GCM is not set
55184 -# CONFIG_CRYPTO_CCM is not set
55185 -# CONFIG_CRYPTO_CRYPTD is not set
55186 -CONFIG_CRYPTO_DES=y
55187 -# CONFIG_CRYPTO_FCRYPT is not set
55188 -# CONFIG_CRYPTO_BLOWFISH is not set
55189 -# CONFIG_CRYPTO_TWOFISH is not set
55190 -# CONFIG_CRYPTO_SERPENT is not set
55191 -# CONFIG_CRYPTO_AES is not set
55192 -# CONFIG_CRYPTO_CAST5 is not set
55193 -# CONFIG_CRYPTO_CAST6 is not set
55194 -# CONFIG_CRYPTO_TEA is not set
55195 -# CONFIG_CRYPTO_ARC4 is not set
55196 -# CONFIG_CRYPTO_KHAZAD is not set
55197 -# CONFIG_CRYPTO_ANUBIS is not set
55198 -# CONFIG_CRYPTO_SEED is not set
55199 -# CONFIG_CRYPTO_SALSA20 is not set
55200 -# CONFIG_CRYPTO_DEFLATE is not set
55201 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
55202 -# CONFIG_CRYPTO_CRC32C is not set
55203 -# CONFIG_CRYPTO_CAMELLIA is not set
55204 -# CONFIG_CRYPTO_TEST is not set
55205 -# CONFIG_CRYPTO_AUTHENC is not set
55206 -# CONFIG_CRYPTO_LZO is not set
55207 -CONFIG_CRYPTO_HW=y
55208 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
55209 -# CONFIG_PPC_CLOCK is not set
55210 --- a/arch/powerpc/configs/mpc8315_rdb_defconfig
55214 -# Automatically generated make config: don't edit
55215 -# Linux kernel version: 2.6.25-rc6
55216 -# Mon Mar 24 08:48:15 2008
55218 -# CONFIG_PPC64 is not set
55221 -# Processor support
55224 -# CONFIG_PPC_85xx is not set
55225 -# CONFIG_PPC_8xx is not set
55226 -# CONFIG_40x is not set
55227 -# CONFIG_44x is not set
55228 -# CONFIG_E200 is not set
55230 -# CONFIG_FSL_EMB_PERFMON is not set
55231 -CONFIG_PPC_STD_MMU=y
55232 -CONFIG_PPC_STD_MMU_32=y
55233 -# CONFIG_PPC_MM_SLICES is not set
55234 -# CONFIG_SMP is not set
55236 -CONFIG_WORD_SIZE=32
55237 -CONFIG_PPC_MERGE=y
55239 -CONFIG_GENERIC_CMOS_UPDATE=y
55240 -CONFIG_GENERIC_TIME=y
55241 -CONFIG_GENERIC_TIME_VSYSCALL=y
55242 -CONFIG_GENERIC_CLOCKEVENTS=y
55243 -CONFIG_GENERIC_HARDIRQS=y
55244 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
55245 -CONFIG_IRQ_PER_CPU=y
55246 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
55247 -CONFIG_ARCH_HAS_ILOG2_U32=y
55248 -CONFIG_GENERIC_HWEIGHT=y
55249 -CONFIG_GENERIC_CALIBRATE_DELAY=y
55250 -CONFIG_GENERIC_FIND_NEXT_BIT=y
55251 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
55253 -CONFIG_EARLY_PRINTK=y
55254 -CONFIG_GENERIC_NVRAM=y
55255 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
55256 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
55259 -CONFIG_PPC_UDBG_16550=y
55260 -# CONFIG_GENERIC_TBSYNC is not set
55261 -CONFIG_AUDIT_ARCH=y
55262 -CONFIG_GENERIC_BUG=y
55263 -CONFIG_DEFAULT_UIMAGE=y
55264 -# CONFIG_PPC_DCR_NATIVE is not set
55265 -# CONFIG_PPC_DCR_MMIO is not set
55266 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
55271 -CONFIG_EXPERIMENTAL=y
55272 -CONFIG_BROKEN_ON_SMP=y
55273 -CONFIG_INIT_ENV_ARG_LIMIT=32
55274 -CONFIG_LOCALVERSION=""
55275 -CONFIG_LOCALVERSION_AUTO=y
55278 -CONFIG_SYSVIPC_SYSCTL=y
55279 -# CONFIG_POSIX_MQUEUE is not set
55280 -# CONFIG_BSD_PROCESS_ACCT is not set
55281 -# CONFIG_TASKSTATS is not set
55282 -# CONFIG_AUDIT is not set
55283 -# CONFIG_IKCONFIG is not set
55284 -CONFIG_LOG_BUF_SHIFT=14
55285 -# CONFIG_CGROUPS is not set
55286 -CONFIG_GROUP_SCHED=y
55287 -# CONFIG_FAIR_GROUP_SCHED is not set
55288 -# CONFIG_RT_GROUP_SCHED is not set
55289 -CONFIG_USER_SCHED=y
55290 -# CONFIG_CGROUP_SCHED is not set
55291 -CONFIG_SYSFS_DEPRECATED=y
55292 -CONFIG_SYSFS_DEPRECATED_V2=y
55293 -# CONFIG_RELAY is not set
55294 -# CONFIG_NAMESPACES is not set
55295 -CONFIG_BLK_DEV_INITRD=y
55296 -CONFIG_INITRAMFS_SOURCE=""
55297 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
55300 -CONFIG_SYSCTL_SYSCALL=y
55301 -# CONFIG_KALLSYMS is not set
55306 -CONFIG_COMPAT_BRK=y
55307 -CONFIG_BASE_FULL=y
55309 -CONFIG_ANON_INODES=y
55310 -# CONFIG_EPOLL is not set
55315 -CONFIG_VM_EVENT_COUNTERS=y
55316 -CONFIG_SLUB_DEBUG=y
55317 -# CONFIG_SLAB is not set
55319 -# CONFIG_SLOB is not set
55320 -# CONFIG_PROFILING is not set
55321 -# CONFIG_MARKERS is not set
55322 -CONFIG_HAVE_OPROFILE=y
55323 -CONFIG_HAVE_KPROBES=y
55324 -CONFIG_HAVE_KRETPROBES=y
55325 -CONFIG_PROC_PAGE_MONITOR=y
55327 -CONFIG_RT_MUTEXES=y
55328 -# CONFIG_TINY_SHMEM is not set
55329 -CONFIG_BASE_SMALL=0
55331 -CONFIG_MODULE_UNLOAD=y
55332 -# CONFIG_MODULE_FORCE_UNLOAD is not set
55333 -# CONFIG_MODVERSIONS is not set
55334 -# CONFIG_MODULE_SRCVERSION_ALL is not set
55335 -# CONFIG_KMOD is not set
55337 -# CONFIG_LBD is not set
55338 -# CONFIG_BLK_DEV_IO_TRACE is not set
55339 -# CONFIG_LSF is not set
55340 -# CONFIG_BLK_DEV_BSG is not set
55345 -CONFIG_IOSCHED_NOOP=y
55346 -CONFIG_IOSCHED_AS=y
55347 -CONFIG_IOSCHED_DEADLINE=y
55348 -CONFIG_IOSCHED_CFQ=y
55349 -CONFIG_DEFAULT_AS=y
55350 -# CONFIG_DEFAULT_DEADLINE is not set
55351 -# CONFIG_DEFAULT_CFQ is not set
55352 -# CONFIG_DEFAULT_NOOP is not set
55353 -CONFIG_DEFAULT_IOSCHED="anticipatory"
55354 -CONFIG_CLASSIC_RCU=y
55357 -# Platform support
55359 -# CONFIG_PPC_MULTIPLATFORM is not set
55360 -# CONFIG_PPC_82xx is not set
55362 -# CONFIG_PPC_86xx is not set
55363 -# CONFIG_PPC_MPC512x is not set
55364 -# CONFIG_PPC_MPC5121 is not set
55365 -# CONFIG_PPC_CELL is not set
55366 -# CONFIG_PPC_CELL_NATIVE is not set
55367 -# CONFIG_PQ2ADS is not set
55369 -CONFIG_MPC831x_RDB=y
55370 -# CONFIG_MPC832x_MDS is not set
55371 -# CONFIG_MPC832x_RDB is not set
55372 -# CONFIG_MPC834x_MDS is not set
55373 -# CONFIG_MPC834x_ITX is not set
55374 -# CONFIG_MPC836x_MDS is not set
55375 -# CONFIG_MPC837x_MDS is not set
55376 -# CONFIG_MPC837x_RDB is not set
55377 -# CONFIG_SBC834x is not set
55378 -CONFIG_PPC_MPC831x=y
55380 -# CONFIG_MPIC is not set
55381 -# CONFIG_MPIC_WEIRD is not set
55382 -# CONFIG_PPC_I8259 is not set
55383 -# CONFIG_PPC_RTAS is not set
55384 -# CONFIG_MMIO_NVRAM is not set
55385 -# CONFIG_PPC_MPC106 is not set
55386 -# CONFIG_PPC_970_NAP is not set
55387 -# CONFIG_PPC_INDIRECT_IO is not set
55388 -# CONFIG_GENERIC_IOMAP is not set
55389 -# CONFIG_CPU_FREQ is not set
55390 -# CONFIG_FSL_ULI1575 is not set
55395 -# CONFIG_HIGHMEM is not set
55396 -CONFIG_TICK_ONESHOT=y
55398 -CONFIG_HIGH_RES_TIMERS=y
55399 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
55400 -# CONFIG_HZ_100 is not set
55402 -# CONFIG_HZ_300 is not set
55403 -# CONFIG_HZ_1000 is not set
55405 -# CONFIG_SCHED_HRTICK is not set
55406 -CONFIG_PREEMPT_NONE=y
55407 -# CONFIG_PREEMPT_VOLUNTARY is not set
55408 -# CONFIG_PREEMPT is not set
55409 -CONFIG_BINFMT_ELF=y
55410 -# CONFIG_BINFMT_MISC is not set
55411 -# CONFIG_IOMMU_HELPER is not set
55412 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
55413 -CONFIG_ARCH_HAS_WALK_MEMORY=y
55414 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
55415 -CONFIG_ARCH_FLATMEM_ENABLE=y
55416 -CONFIG_ARCH_POPULATES_NODE_MAP=y
55417 -CONFIG_SELECT_MEMORY_MODEL=y
55418 -CONFIG_FLATMEM_MANUAL=y
55419 -# CONFIG_DISCONTIGMEM_MANUAL is not set
55420 -# CONFIG_SPARSEMEM_MANUAL is not set
55422 -CONFIG_FLAT_NODE_MEM_MAP=y
55423 -# CONFIG_SPARSEMEM_STATIC is not set
55424 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
55425 -CONFIG_SPLIT_PTLOCK_CPUS=4
55426 -# CONFIG_RESOURCES_64BIT is not set
55427 -CONFIG_ZONE_DMA_FLAG=1
55429 -CONFIG_VIRT_TO_BUS=y
55430 -CONFIG_PROC_DEVICETREE=y
55431 -# CONFIG_CMDLINE_BOOL is not set
55432 -# CONFIG_PM is not set
55434 -CONFIG_ISA_DMA_API=y
55440 -CONFIG_GENERIC_ISA_DMA=y
55441 -CONFIG_PPC_INDIRECT_PCI=y
55444 -CONFIG_PCI_DOMAINS=y
55445 -CONFIG_PCI_SYSCALL=y
55446 -# CONFIG_PCIEPORTBUS is not set
55447 -CONFIG_ARCH_SUPPORTS_MSI=y
55448 -# CONFIG_PCI_MSI is not set
55449 -CONFIG_PCI_LEGACY=y
55450 -# CONFIG_PCI_DEBUG is not set
55451 -# CONFIG_PCCARD is not set
55452 -# CONFIG_HOTPLUG_PCI is not set
55457 -# CONFIG_ADVANCED_OPTIONS is not set
55460 -# Default settings for advanced configuration options are used
55462 -CONFIG_HIGHMEM_START=0xfe000000
55463 -CONFIG_LOWMEM_SIZE=0x30000000
55464 -CONFIG_KERNEL_START=0xc0000000
55465 -CONFIG_TASK_SIZE=0xc0000000
55466 -CONFIG_BOOT_LOAD=0x00800000
55474 -# Networking options
55477 -# CONFIG_PACKET_MMAP is not set
55480 -# CONFIG_XFRM_USER is not set
55481 -# CONFIG_XFRM_SUB_POLICY is not set
55482 -# CONFIG_XFRM_MIGRATE is not set
55483 -# CONFIG_XFRM_STATISTICS is not set
55484 -# CONFIG_NET_KEY is not set
55486 -CONFIG_IP_MULTICAST=y
55487 -# CONFIG_IP_ADVANCED_ROUTER is not set
55488 -CONFIG_IP_FIB_HASH=y
55490 -CONFIG_IP_PNP_DHCP=y
55491 -CONFIG_IP_PNP_BOOTP=y
55492 -# CONFIG_IP_PNP_RARP is not set
55493 -# CONFIG_NET_IPIP is not set
55494 -# CONFIG_NET_IPGRE is not set
55495 -# CONFIG_IP_MROUTE is not set
55496 -# CONFIG_ARPD is not set
55497 -CONFIG_SYN_COOKIES=y
55498 -# CONFIG_INET_AH is not set
55499 -# CONFIG_INET_ESP is not set
55500 -# CONFIG_INET_IPCOMP is not set
55501 -# CONFIG_INET_XFRM_TUNNEL is not set
55502 -# CONFIG_INET_TUNNEL is not set
55503 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
55504 -CONFIG_INET_XFRM_MODE_TUNNEL=y
55505 -CONFIG_INET_XFRM_MODE_BEET=y
55506 -# CONFIG_INET_LRO is not set
55507 -CONFIG_INET_DIAG=y
55508 -CONFIG_INET_TCP_DIAG=y
55509 -# CONFIG_TCP_CONG_ADVANCED is not set
55510 -CONFIG_TCP_CONG_CUBIC=y
55511 -CONFIG_DEFAULT_TCP_CONG="cubic"
55512 -# CONFIG_TCP_MD5SIG is not set
55513 -# CONFIG_IPV6 is not set
55514 -# CONFIG_INET6_XFRM_TUNNEL is not set
55515 -# CONFIG_INET6_TUNNEL is not set
55516 -# CONFIG_NETWORK_SECMARK is not set
55517 -# CONFIG_NETFILTER is not set
55518 -# CONFIG_IP_DCCP is not set
55519 -# CONFIG_IP_SCTP is not set
55520 -# CONFIG_TIPC is not set
55521 -# CONFIG_ATM is not set
55522 -# CONFIG_BRIDGE is not set
55523 -# CONFIG_VLAN_8021Q is not set
55524 -# CONFIG_DECNET is not set
55525 -# CONFIG_LLC2 is not set
55526 -# CONFIG_IPX is not set
55527 -# CONFIG_ATALK is not set
55528 -# CONFIG_X25 is not set
55529 -# CONFIG_LAPB is not set
55530 -# CONFIG_ECONET is not set
55531 -# CONFIG_WAN_ROUTER is not set
55532 -# CONFIG_NET_SCHED is not set
55537 -# CONFIG_NET_PKTGEN is not set
55538 -# CONFIG_HAMRADIO is not set
55539 -# CONFIG_CAN is not set
55540 -# CONFIG_IRDA is not set
55541 -# CONFIG_BT is not set
55542 -# CONFIG_AF_RXRPC is not set
55547 -# CONFIG_CFG80211 is not set
55548 -# CONFIG_WIRELESS_EXT is not set
55549 -# CONFIG_MAC80211 is not set
55550 -# CONFIG_IEEE80211 is not set
55551 -# CONFIG_RFKILL is not set
55552 -# CONFIG_NET_9P is not set
55559 -# Generic Driver Options
55561 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
55562 -CONFIG_STANDALONE=y
55563 -CONFIG_PREVENT_FIRMWARE_BUILD=y
55564 -# CONFIG_FW_LOADER is not set
55565 -# CONFIG_DEBUG_DRIVER is not set
55566 -# CONFIG_DEBUG_DEVRES is not set
55567 -# CONFIG_SYS_HYPERVISOR is not set
55568 -# CONFIG_CONNECTOR is not set
55570 -# CONFIG_MTD_DEBUG is not set
55571 -# CONFIG_MTD_CONCAT is not set
55572 -CONFIG_MTD_PARTITIONS=y
55573 -# CONFIG_MTD_REDBOOT_PARTS is not set
55574 -# CONFIG_MTD_CMDLINE_PARTS is not set
55575 -# CONFIG_MTD_OF_PARTS is not set
55578 -# User Modules And Translation Layers
55581 -CONFIG_MTD_BLKDEVS=y
55582 -CONFIG_MTD_BLOCK=y
55583 -# CONFIG_FTL is not set
55584 -# CONFIG_NFTL is not set
55585 -# CONFIG_INFTL is not set
55586 -# CONFIG_RFD_FTL is not set
55587 -# CONFIG_SSFDC is not set
55588 -# CONFIG_MTD_OOPS is not set
55591 -# RAM/ROM/Flash chip drivers
55594 -# CONFIG_MTD_JEDECPROBE is not set
55595 -CONFIG_MTD_GEN_PROBE=y
55596 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
55597 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
55598 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
55599 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
55600 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
55601 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
55602 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
55603 -CONFIG_MTD_CFI_I1=y
55604 -CONFIG_MTD_CFI_I2=y
55605 -# CONFIG_MTD_CFI_I4 is not set
55606 -# CONFIG_MTD_CFI_I8 is not set
55607 -# CONFIG_MTD_CFI_INTELEXT is not set
55608 -CONFIG_MTD_CFI_AMDSTD=y
55609 -# CONFIG_MTD_CFI_STAA is not set
55610 -CONFIG_MTD_CFI_UTIL=y
55611 -# CONFIG_MTD_RAM is not set
55612 -# CONFIG_MTD_ROM is not set
55613 -# CONFIG_MTD_ABSENT is not set
55616 -# Mapping drivers for chip access
55618 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
55619 -# CONFIG_MTD_PHYSMAP is not set
55620 -CONFIG_MTD_PHYSMAP_OF=y
55621 -# CONFIG_MTD_INTEL_VR_NOR is not set
55622 -# CONFIG_MTD_PLATRAM is not set
55625 -# Self-contained MTD device drivers
55627 -# CONFIG_MTD_PMC551 is not set
55628 -# CONFIG_MTD_DATAFLASH is not set
55629 -# CONFIG_MTD_M25P80 is not set
55630 -# CONFIG_MTD_SLRAM is not set
55631 -# CONFIG_MTD_PHRAM is not set
55632 -# CONFIG_MTD_MTDRAM is not set
55633 -# CONFIG_MTD_BLOCK2MTD is not set
55636 -# Disk-On-Chip Device Drivers
55638 -# CONFIG_MTD_DOC2000 is not set
55639 -# CONFIG_MTD_DOC2001 is not set
55640 -# CONFIG_MTD_DOC2001PLUS is not set
55642 -CONFIG_MTD_NAND_VERIFY_WRITE=y
55643 -# CONFIG_MTD_NAND_ECC_SMC is not set
55644 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
55645 -CONFIG_MTD_NAND_IDS=y
55646 -# CONFIG_MTD_NAND_DISKONCHIP is not set
55647 -# CONFIG_MTD_NAND_CAFE is not set
55648 -# CONFIG_MTD_NAND_NANDSIM is not set
55649 -# CONFIG_MTD_NAND_PLATFORM is not set
55650 -# CONFIG_MTD_ALAUDA is not set
55651 -# CONFIG_MTD_NAND_FSL_ELBC is not set
55652 -# CONFIG_MTD_ONENAND is not set
55655 -# UBI - Unsorted block images
55657 -# CONFIG_MTD_UBI is not set
55658 -CONFIG_OF_DEVICE=y
55659 -# CONFIG_PARPORT is not set
55661 -# CONFIG_BLK_DEV_FD is not set
55662 -# CONFIG_BLK_CPQ_DA is not set
55663 -# CONFIG_BLK_CPQ_CISS_DA is not set
55664 -# CONFIG_BLK_DEV_DAC960 is not set
55665 -# CONFIG_BLK_DEV_UMEM is not set
55666 -# CONFIG_BLK_DEV_COW_COMMON is not set
55667 -CONFIG_BLK_DEV_LOOP=y
55668 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
55669 -# CONFIG_BLK_DEV_NBD is not set
55670 -# CONFIG_BLK_DEV_SX8 is not set
55671 -# CONFIG_BLK_DEV_UB is not set
55672 -CONFIG_BLK_DEV_RAM=y
55673 -CONFIG_BLK_DEV_RAM_COUNT=16
55674 -CONFIG_BLK_DEV_RAM_SIZE=32768
55675 -# CONFIG_BLK_DEV_XIP is not set
55676 -# CONFIG_CDROM_PKTCDVD is not set
55677 -# CONFIG_ATA_OVER_ETH is not set
55678 -CONFIG_MISC_DEVICES=y
55679 -# CONFIG_PHANTOM is not set
55680 -# CONFIG_EEPROM_93CX6 is not set
55681 -# CONFIG_SGI_IOC4 is not set
55682 -# CONFIG_TIFM_CORE is not set
55683 -# CONFIG_ENCLOSURE_SERVICES is not set
55685 -# CONFIG_IDE is not set
55688 -# SCSI device support
55690 -# CONFIG_RAID_ATTRS is not set
55693 -# CONFIG_SCSI_TGT is not set
55694 -# CONFIG_SCSI_NETLINK is not set
55695 -CONFIG_SCSI_PROC_FS=y
55698 -# SCSI support type (disk, tape, CD-ROM)
55700 -# CONFIG_BLK_DEV_SD is not set
55701 -# CONFIG_CHR_DEV_ST is not set
55702 -# CONFIG_CHR_DEV_OSST is not set
55703 -# CONFIG_BLK_DEV_SR is not set
55704 -CONFIG_CHR_DEV_SG=y
55705 -# CONFIG_CHR_DEV_SCH is not set
55708 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
55710 -# CONFIG_SCSI_MULTI_LUN is not set
55711 -# CONFIG_SCSI_CONSTANTS is not set
55712 -# CONFIG_SCSI_LOGGING is not set
55713 -# CONFIG_SCSI_SCAN_ASYNC is not set
55714 -CONFIG_SCSI_WAIT_SCAN=m
55719 -CONFIG_SCSI_SPI_ATTRS=y
55720 -# CONFIG_SCSI_FC_ATTRS is not set
55721 -# CONFIG_SCSI_ISCSI_ATTRS is not set
55722 -# CONFIG_SCSI_SAS_LIBSAS is not set
55723 -# CONFIG_SCSI_SRP_ATTRS is not set
55724 -CONFIG_SCSI_LOWLEVEL=y
55725 -# CONFIG_ISCSI_TCP is not set
55726 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
55727 -# CONFIG_SCSI_3W_9XXX is not set
55728 -# CONFIG_SCSI_ACARD is not set
55729 -# CONFIG_SCSI_AACRAID is not set
55730 -# CONFIG_SCSI_AIC7XXX is not set
55731 -# CONFIG_SCSI_AIC7XXX_OLD is not set
55732 -# CONFIG_SCSI_AIC79XX is not set
55733 -# CONFIG_SCSI_AIC94XX is not set
55734 -# CONFIG_SCSI_DPT_I2O is not set
55735 -# CONFIG_SCSI_ADVANSYS is not set
55736 -# CONFIG_SCSI_ARCMSR is not set
55737 -# CONFIG_MEGARAID_NEWGEN is not set
55738 -# CONFIG_MEGARAID_LEGACY is not set
55739 -# CONFIG_MEGARAID_SAS is not set
55740 -# CONFIG_SCSI_HPTIOP is not set
55741 -# CONFIG_SCSI_BUSLOGIC is not set
55742 -# CONFIG_SCSI_DMX3191D is not set
55743 -# CONFIG_SCSI_EATA is not set
55744 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
55745 -# CONFIG_SCSI_GDTH is not set
55746 -# CONFIG_SCSI_IPS is not set
55747 -# CONFIG_SCSI_INITIO is not set
55748 -# CONFIG_SCSI_INIA100 is not set
55749 -# CONFIG_SCSI_MVSAS is not set
55750 -# CONFIG_SCSI_STEX is not set
55751 -# CONFIG_SCSI_SYM53C8XX_2 is not set
55752 -# CONFIG_SCSI_IPR is not set
55753 -# CONFIG_SCSI_QLOGIC_1280 is not set
55754 -# CONFIG_SCSI_QLA_FC is not set
55755 -# CONFIG_SCSI_QLA_ISCSI is not set
55756 -# CONFIG_SCSI_LPFC is not set
55757 -# CONFIG_SCSI_DC395x is not set
55758 -# CONFIG_SCSI_DC390T is not set
55759 -# CONFIG_SCSI_NSP32 is not set
55760 -# CONFIG_SCSI_DEBUG is not set
55761 -# CONFIG_SCSI_SRP is not set
55763 -# CONFIG_ATA_NONSTANDARD is not set
55764 -# CONFIG_SATA_AHCI is not set
55765 -# CONFIG_SATA_SVW is not set
55766 -# CONFIG_ATA_PIIX is not set
55767 -# CONFIG_SATA_MV is not set
55768 -# CONFIG_SATA_NV is not set
55769 -# CONFIG_PDC_ADMA is not set
55770 -# CONFIG_SATA_QSTOR is not set
55771 -# CONFIG_SATA_PROMISE is not set
55772 -# CONFIG_SATA_SX4 is not set
55773 -# CONFIG_SATA_SIL is not set
55774 -# CONFIG_SATA_SIL24 is not set
55775 -# CONFIG_SATA_SIS is not set
55776 -# CONFIG_SATA_ULI is not set
55777 -# CONFIG_SATA_VIA is not set
55778 -# CONFIG_SATA_VITESSE is not set
55779 -# CONFIG_SATA_INIC162X is not set
55781 -# CONFIG_PATA_ALI is not set
55782 -# CONFIG_PATA_AMD is not set
55783 -# CONFIG_PATA_ARTOP is not set
55784 -# CONFIG_PATA_ATIIXP is not set
55785 -# CONFIG_PATA_CMD640_PCI is not set
55786 -# CONFIG_PATA_CMD64X is not set
55787 -# CONFIG_PATA_CS5520 is not set
55788 -# CONFIG_PATA_CS5530 is not set
55789 -# CONFIG_PATA_CYPRESS is not set
55790 -# CONFIG_PATA_EFAR is not set
55791 -# CONFIG_ATA_GENERIC is not set
55792 -# CONFIG_PATA_HPT366 is not set
55793 -# CONFIG_PATA_HPT37X is not set
55794 -# CONFIG_PATA_HPT3X2N is not set
55795 -# CONFIG_PATA_HPT3X3 is not set
55796 -# CONFIG_PATA_IT821X is not set
55797 -# CONFIG_PATA_IT8213 is not set
55798 -# CONFIG_PATA_JMICRON is not set
55799 -# CONFIG_PATA_TRIFLEX is not set
55800 -# CONFIG_PATA_MARVELL is not set
55801 -# CONFIG_PATA_MPIIX is not set
55802 -# CONFIG_PATA_OLDPIIX is not set
55803 -# CONFIG_PATA_NETCELL is not set
55804 -# CONFIG_PATA_NINJA32 is not set
55805 -# CONFIG_PATA_NS87410 is not set
55806 -# CONFIG_PATA_NS87415 is not set
55807 -# CONFIG_PATA_OPTI is not set
55808 -# CONFIG_PATA_OPTIDMA is not set
55809 -# CONFIG_PATA_PDC_OLD is not set
55810 -# CONFIG_PATA_RADISYS is not set
55811 -# CONFIG_PATA_RZ1000 is not set
55812 -# CONFIG_PATA_SC1200 is not set
55813 -# CONFIG_PATA_SERVERWORKS is not set
55814 -# CONFIG_PATA_PDC2027X is not set
55815 -# CONFIG_PATA_SIL680 is not set
55816 -# CONFIG_PATA_SIS is not set
55817 -# CONFIG_PATA_VIA is not set
55818 -# CONFIG_PATA_WINBOND is not set
55819 -# CONFIG_PATA_PLATFORM is not set
55821 -CONFIG_BLK_DEV_MD=y
55822 -CONFIG_MD_LINEAR=y
55825 -# CONFIG_MD_RAID10 is not set
55826 -# CONFIG_MD_RAID456 is not set
55827 -# CONFIG_MD_MULTIPATH is not set
55828 -# CONFIG_MD_FAULTY is not set
55829 -# CONFIG_BLK_DEV_DM is not set
55830 -# CONFIG_FUSION is not set
55833 -# IEEE 1394 (FireWire) support
55835 -# CONFIG_FIREWIRE is not set
55836 -# CONFIG_IEEE1394 is not set
55837 -# CONFIG_I2O is not set
55838 -# CONFIG_MACINTOSH_DRIVERS is not set
55839 -CONFIG_NETDEVICES=y
55840 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
55841 -# CONFIG_DUMMY is not set
55842 -# CONFIG_BONDING is not set
55843 -# CONFIG_MACVLAN is not set
55844 -# CONFIG_EQUALIZER is not set
55845 -# CONFIG_TUN is not set
55846 -# CONFIG_VETH is not set
55847 -# CONFIG_ARCNET is not set
55851 -# MII PHY device drivers
55853 -# CONFIG_MARVELL_PHY is not set
55854 -# CONFIG_DAVICOM_PHY is not set
55855 -# CONFIG_QSEMI_PHY is not set
55856 -# CONFIG_LXT_PHY is not set
55857 -# CONFIG_CICADA_PHY is not set
55858 -# CONFIG_VITESSE_PHY is not set
55859 -# CONFIG_SMSC_PHY is not set
55860 -# CONFIG_BROADCOM_PHY is not set
55861 -# CONFIG_ICPLUS_PHY is not set
55862 -# CONFIG_REALTEK_PHY is not set
55863 -# CONFIG_FIXED_PHY is not set
55864 -# CONFIG_MDIO_BITBANG is not set
55865 -CONFIG_NET_ETHERNET=y
55867 -# CONFIG_HAPPYMEAL is not set
55868 -# CONFIG_SUNGEM is not set
55869 -# CONFIG_CASSINI is not set
55870 -# CONFIG_NET_VENDOR_3COM is not set
55871 -# CONFIG_ENC28J60 is not set
55872 -# CONFIG_NET_TULIP is not set
55873 -# CONFIG_HP100 is not set
55874 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
55875 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
55876 -# CONFIG_IBM_NEW_EMAC_TAH is not set
55877 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
55879 -# CONFIG_PCNET32 is not set
55880 -# CONFIG_AMD8111_ETH is not set
55881 -# CONFIG_ADAPTEC_STARFIRE is not set
55882 -# CONFIG_B44 is not set
55883 -# CONFIG_FORCEDETH is not set
55884 -# CONFIG_EEPRO100 is not set
55886 -# CONFIG_FEALNX is not set
55887 -# CONFIG_NATSEMI is not set
55888 -# CONFIG_NE2K_PCI is not set
55889 -# CONFIG_8139CP is not set
55890 -# CONFIG_8139TOO is not set
55891 -# CONFIG_R6040 is not set
55892 -# CONFIG_SIS900 is not set
55893 -# CONFIG_EPIC100 is not set
55894 -# CONFIG_SUNDANCE is not set
55895 -# CONFIG_TLAN is not set
55896 -# CONFIG_VIA_RHINE is not set
55897 -# CONFIG_SC92031 is not set
55898 -CONFIG_NETDEV_1000=y
55899 -# CONFIG_ACENIC is not set
55900 -# CONFIG_DL2K is not set
55901 -# CONFIG_E1000 is not set
55902 -# CONFIG_E1000E is not set
55903 -# CONFIG_E1000E_ENABLED is not set
55904 -# CONFIG_IP1000 is not set
55905 -# CONFIG_IGB is not set
55906 -# CONFIG_NS83820 is not set
55907 -# CONFIG_HAMACHI is not set
55908 -# CONFIG_YELLOWFIN is not set
55909 -# CONFIG_R8169 is not set
55910 -# CONFIG_SIS190 is not set
55911 -# CONFIG_SKGE is not set
55912 -# CONFIG_SKY2 is not set
55913 -# CONFIG_SK98LIN is not set
55914 -# CONFIG_VIA_VELOCITY is not set
55915 -# CONFIG_TIGON3 is not set
55916 -# CONFIG_BNX2 is not set
55918 -CONFIG_GFAR_NAPI=y
55919 -# CONFIG_QLA3XXX is not set
55920 -# CONFIG_ATL1 is not set
55921 -CONFIG_NETDEV_10000=y
55922 -# CONFIG_CHELSIO_T1 is not set
55923 -# CONFIG_CHELSIO_T3 is not set
55924 -# CONFIG_IXGBE is not set
55925 -# CONFIG_IXGB is not set
55926 -# CONFIG_S2IO is not set
55927 -# CONFIG_MYRI10GE is not set
55928 -# CONFIG_NETXEN_NIC is not set
55929 -# CONFIG_NIU is not set
55930 -# CONFIG_MLX4_CORE is not set
55931 -# CONFIG_TEHUTI is not set
55932 -# CONFIG_BNX2X is not set
55933 -# CONFIG_TR is not set
55938 -# CONFIG_WLAN_PRE80211 is not set
55939 -# CONFIG_WLAN_80211 is not set
55942 -# USB Network Adapters
55944 -# CONFIG_USB_CATC is not set
55945 -# CONFIG_USB_KAWETH is not set
55946 -# CONFIG_USB_PEGASUS is not set
55947 -# CONFIG_USB_RTL8150 is not set
55948 -# CONFIG_USB_USBNET is not set
55949 -# CONFIG_WAN is not set
55950 -# CONFIG_FDDI is not set
55951 -# CONFIG_HIPPI is not set
55952 -# CONFIG_PPP is not set
55953 -# CONFIG_SLIP is not set
55954 -# CONFIG_NET_FC is not set
55955 -# CONFIG_NETCONSOLE is not set
55956 -# CONFIG_NETPOLL is not set
55957 -# CONFIG_NET_POLL_CONTROLLER is not set
55958 -# CONFIG_ISDN is not set
55959 -# CONFIG_PHONE is not set
55962 -# Input device support
55965 -# CONFIG_INPUT_FF_MEMLESS is not set
55966 -# CONFIG_INPUT_POLLDEV is not set
55969 -# Userland interfaces
55971 -# CONFIG_INPUT_MOUSEDEV is not set
55972 -# CONFIG_INPUT_JOYDEV is not set
55973 -# CONFIG_INPUT_EVDEV is not set
55974 -# CONFIG_INPUT_EVBUG is not set
55977 -# Input Device Drivers
55979 -# CONFIG_INPUT_KEYBOARD is not set
55980 -# CONFIG_INPUT_MOUSE is not set
55981 -# CONFIG_INPUT_JOYSTICK is not set
55982 -# CONFIG_INPUT_TABLET is not set
55983 -# CONFIG_INPUT_TOUCHSCREEN is not set
55984 -# CONFIG_INPUT_MISC is not set
55987 -# Hardware I/O ports
55989 -# CONFIG_SERIO is not set
55990 -# CONFIG_GAMEPORT is not set
55993 -# Character devices
55995 -# CONFIG_VT is not set
55996 -# CONFIG_SERIAL_NONSTANDARD is not set
55997 -# CONFIG_NOZOMI is not set
56002 -CONFIG_SERIAL_8250=y
56003 -CONFIG_SERIAL_8250_CONSOLE=y
56004 -CONFIG_SERIAL_8250_PCI=y
56005 -CONFIG_SERIAL_8250_NR_UARTS=4
56006 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
56007 -# CONFIG_SERIAL_8250_EXTENDED is not set
56010 -# Non-8250 serial port support
56012 -# CONFIG_SERIAL_UARTLITE is not set
56013 -CONFIG_SERIAL_CORE=y
56014 -CONFIG_SERIAL_CORE_CONSOLE=y
56015 -# CONFIG_SERIAL_JSM is not set
56016 -# CONFIG_SERIAL_OF_PLATFORM is not set
56017 -CONFIG_UNIX98_PTYS=y
56018 -CONFIG_LEGACY_PTYS=y
56019 -CONFIG_LEGACY_PTY_COUNT=256
56020 -# CONFIG_IPMI_HANDLER is not set
56021 -CONFIG_HW_RANDOM=y
56022 -# CONFIG_NVRAM is not set
56023 -# CONFIG_GEN_RTC is not set
56024 -# CONFIG_R3964 is not set
56025 -# CONFIG_APPLICOM is not set
56026 -# CONFIG_RAW_DRIVER is not set
56027 -# CONFIG_TCG_TPM is not set
56030 -CONFIG_I2C_BOARDINFO=y
56031 -CONFIG_I2C_CHARDEV=y
56036 -# CONFIG_I2C_ALGOBIT is not set
56037 -# CONFIG_I2C_ALGOPCF is not set
56038 -# CONFIG_I2C_ALGOPCA is not set
56041 -# I2C Hardware Bus support
56043 -# CONFIG_I2C_ALI1535 is not set
56044 -# CONFIG_I2C_ALI1563 is not set
56045 -# CONFIG_I2C_ALI15X3 is not set
56046 -# CONFIG_I2C_AMD756 is not set
56047 -# CONFIG_I2C_AMD8111 is not set
56048 -# CONFIG_I2C_I801 is not set
56049 -# CONFIG_I2C_I810 is not set
56050 -# CONFIG_I2C_PIIX4 is not set
56052 -# CONFIG_I2C_NFORCE2 is not set
56053 -# CONFIG_I2C_OCORES is not set
56054 -# CONFIG_I2C_PARPORT_LIGHT is not set
56055 -# CONFIG_I2C_PROSAVAGE is not set
56056 -# CONFIG_I2C_SAVAGE4 is not set
56057 -# CONFIG_I2C_SIMTEC is not set
56058 -# CONFIG_I2C_SIS5595 is not set
56059 -# CONFIG_I2C_SIS630 is not set
56060 -# CONFIG_I2C_SIS96X is not set
56061 -# CONFIG_I2C_TAOS_EVM is not set
56062 -# CONFIG_I2C_STUB is not set
56063 -# CONFIG_I2C_TINY_USB is not set
56064 -# CONFIG_I2C_VIA is not set
56065 -# CONFIG_I2C_VIAPRO is not set
56066 -# CONFIG_I2C_VOODOO3 is not set
56069 -# Miscellaneous I2C Chip support
56071 -# CONFIG_DS1682 is not set
56072 -# CONFIG_SENSORS_EEPROM is not set
56073 -# CONFIG_SENSORS_PCF8574 is not set
56074 -# CONFIG_PCF8575 is not set
56075 -# CONFIG_SENSORS_PCF8591 is not set
56076 -# CONFIG_TPS65010 is not set
56077 -# CONFIG_SENSORS_MAX6875 is not set
56078 -# CONFIG_SENSORS_TSL2550 is not set
56079 -# CONFIG_I2C_DEBUG_CORE is not set
56080 -# CONFIG_I2C_DEBUG_ALGO is not set
56081 -# CONFIG_I2C_DEBUG_BUS is not set
56082 -# CONFIG_I2C_DEBUG_CHIP is not set
56088 -# CONFIG_SPI_DEBUG is not set
56089 -CONFIG_SPI_MASTER=y
56092 -# SPI Master Controller Drivers
56094 -CONFIG_SPI_BITBANG=y
56095 -CONFIG_SPI_MPC83xx=y
56098 -# SPI Protocol Masters
56100 -# CONFIG_SPI_AT25 is not set
56101 -# CONFIG_SPI_SPIDEV is not set
56102 -# CONFIG_SPI_TLE62X0 is not set
56103 -# CONFIG_W1 is not set
56104 -# CONFIG_POWER_SUPPLY is not set
56106 -# CONFIG_HWMON_VID is not set
56107 -# CONFIG_SENSORS_AD7418 is not set
56108 -# CONFIG_SENSORS_ADM1021 is not set
56109 -# CONFIG_SENSORS_ADM1025 is not set
56110 -# CONFIG_SENSORS_ADM1026 is not set
56111 -# CONFIG_SENSORS_ADM1029 is not set
56112 -# CONFIG_SENSORS_ADM1031 is not set
56113 -# CONFIG_SENSORS_ADM9240 is not set
56114 -# CONFIG_SENSORS_ADT7470 is not set
56115 -# CONFIG_SENSORS_ADT7473 is not set
56116 -# CONFIG_SENSORS_ATXP1 is not set
56117 -# CONFIG_SENSORS_DS1621 is not set
56118 -# CONFIG_SENSORS_I5K_AMB is not set
56119 -# CONFIG_SENSORS_F71805F is not set
56120 -# CONFIG_SENSORS_F71882FG is not set
56121 -# CONFIG_SENSORS_F75375S is not set
56122 -# CONFIG_SENSORS_GL518SM is not set
56123 -# CONFIG_SENSORS_GL520SM is not set
56124 -# CONFIG_SENSORS_IT87 is not set
56125 -# CONFIG_SENSORS_LM63 is not set
56126 -# CONFIG_SENSORS_LM70 is not set
56127 -# CONFIG_SENSORS_LM75 is not set
56128 -# CONFIG_SENSORS_LM77 is not set
56129 -# CONFIG_SENSORS_LM78 is not set
56130 -# CONFIG_SENSORS_LM80 is not set
56131 -# CONFIG_SENSORS_LM83 is not set
56132 -# CONFIG_SENSORS_LM85 is not set
56133 -# CONFIG_SENSORS_LM87 is not set
56134 -# CONFIG_SENSORS_LM90 is not set
56135 -# CONFIG_SENSORS_LM92 is not set
56136 -# CONFIG_SENSORS_LM93 is not set
56137 -# CONFIG_SENSORS_MAX1619 is not set
56138 -# CONFIG_SENSORS_MAX6650 is not set
56139 -# CONFIG_SENSORS_PC87360 is not set
56140 -# CONFIG_SENSORS_PC87427 is not set
56141 -# CONFIG_SENSORS_SIS5595 is not set
56142 -# CONFIG_SENSORS_DME1737 is not set
56143 -# CONFIG_SENSORS_SMSC47M1 is not set
56144 -# CONFIG_SENSORS_SMSC47M192 is not set
56145 -# CONFIG_SENSORS_SMSC47B397 is not set
56146 -# CONFIG_SENSORS_ADS7828 is not set
56147 -# CONFIG_SENSORS_THMC50 is not set
56148 -# CONFIG_SENSORS_VIA686A is not set
56149 -# CONFIG_SENSORS_VT1211 is not set
56150 -# CONFIG_SENSORS_VT8231 is not set
56151 -# CONFIG_SENSORS_W83781D is not set
56152 -# CONFIG_SENSORS_W83791D is not set
56153 -# CONFIG_SENSORS_W83792D is not set
56154 -# CONFIG_SENSORS_W83793 is not set
56155 -# CONFIG_SENSORS_W83L785TS is not set
56156 -# CONFIG_SENSORS_W83L786NG is not set
56157 -# CONFIG_SENSORS_W83627HF is not set
56158 -# CONFIG_SENSORS_W83627EHF is not set
56159 -# CONFIG_HWMON_DEBUG_CHIP is not set
56160 -# CONFIG_THERMAL is not set
56162 -# CONFIG_WATCHDOG_NOWAYOUT is not set
56165 -# Watchdog Device Drivers
56167 -# CONFIG_SOFT_WATCHDOG is not set
56171 -# PCI-based Watchdog Cards
56173 -# CONFIG_PCIPCWATCHDOG is not set
56174 -# CONFIG_WDTPCI is not set
56177 -# USB-based Watchdog Cards
56179 -# CONFIG_USBPCWATCHDOG is not set
56182 -# Sonics Silicon Backplane
56184 -CONFIG_SSB_POSSIBLE=y
56185 -# CONFIG_SSB is not set
56188 -# Multifunction device drivers
56190 -# CONFIG_MFD_SM501 is not set
56193 -# Multimedia devices
56195 -# CONFIG_VIDEO_DEV is not set
56196 -# CONFIG_DVB_CORE is not set
56198 -# CONFIG_USB_DABUSB is not set
56201 -# Graphics support
56203 -# CONFIG_AGP is not set
56204 -# CONFIG_DRM is not set
56205 -# CONFIG_VGASTATE is not set
56206 -CONFIG_VIDEO_OUTPUT_CONTROL=m
56207 -# CONFIG_FB is not set
56208 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
56211 -# Display device support
56213 -# CONFIG_DISPLAY_SUPPORT is not set
56218 -# CONFIG_SOUND is not set
56219 -CONFIG_HID_SUPPORT=y
56221 -# CONFIG_HID_DEBUG is not set
56222 -# CONFIG_HIDRAW is not set
56225 -# USB Input Devices
56227 -# CONFIG_USB_HID is not set
56230 -# USB HID Boot Protocol drivers
56232 -# CONFIG_USB_KBD is not set
56233 -# CONFIG_USB_MOUSE is not set
56234 -CONFIG_USB_SUPPORT=y
56235 -CONFIG_USB_ARCH_HAS_HCD=y
56236 -CONFIG_USB_ARCH_HAS_OHCI=y
56237 -CONFIG_USB_ARCH_HAS_EHCI=y
56239 -# CONFIG_USB_DEBUG is not set
56240 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
56243 -# Miscellaneous USB options
56245 -CONFIG_USB_DEVICEFS=y
56246 -CONFIG_USB_DEVICE_CLASS=y
56247 -# CONFIG_USB_DYNAMIC_MINORS is not set
56248 -# CONFIG_USB_OTG is not set
56251 -# USB Host Controller Drivers
56253 -CONFIG_USB_EHCI_HCD=y
56254 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
56255 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
56256 -CONFIG_USB_EHCI_FSL=y
56257 -CONFIG_USB_EHCI_HCD_PPC_OF=y
56258 -# CONFIG_USB_ISP116X_HCD is not set
56259 -CONFIG_USB_OHCI_HCD=y
56260 -CONFIG_USB_OHCI_HCD_PPC_OF=y
56261 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
56262 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
56263 -CONFIG_USB_OHCI_HCD_PCI=y
56264 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
56265 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
56266 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
56267 -CONFIG_USB_UHCI_HCD=y
56268 -# CONFIG_USB_SL811_HCD is not set
56269 -# CONFIG_USB_R8A66597_HCD is not set
56272 -# USB Device Class drivers
56274 -# CONFIG_USB_ACM is not set
56275 -# CONFIG_USB_PRINTER is not set
56278 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
56282 -# may also be needed; see USB_STORAGE Help for more information
56284 -CONFIG_USB_STORAGE=y
56285 -# CONFIG_USB_STORAGE_DEBUG is not set
56286 -# CONFIG_USB_STORAGE_DATAFAB is not set
56287 -# CONFIG_USB_STORAGE_FREECOM is not set
56288 -# CONFIG_USB_STORAGE_ISD200 is not set
56289 -# CONFIG_USB_STORAGE_DPCM is not set
56290 -# CONFIG_USB_STORAGE_USBAT is not set
56291 -# CONFIG_USB_STORAGE_SDDR09 is not set
56292 -# CONFIG_USB_STORAGE_SDDR55 is not set
56293 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
56294 -# CONFIG_USB_STORAGE_ALAUDA is not set
56295 -# CONFIG_USB_STORAGE_KARMA is not set
56296 -# CONFIG_USB_LIBUSUAL is not set
56299 -# USB Imaging devices
56301 -# CONFIG_USB_MDC800 is not set
56302 -# CONFIG_USB_MICROTEK is not set
56306 -# USB port drivers
56308 -# CONFIG_USB_SERIAL is not set
56311 -# USB Miscellaneous drivers
56313 -# CONFIG_USB_EMI62 is not set
56314 -# CONFIG_USB_EMI26 is not set
56315 -# CONFIG_USB_ADUTUX is not set
56316 -# CONFIG_USB_AUERSWALD is not set
56317 -# CONFIG_USB_RIO500 is not set
56318 -# CONFIG_USB_LEGOTOWER is not set
56319 -# CONFIG_USB_LCD is not set
56320 -# CONFIG_USB_BERRY_CHARGE is not set
56321 -# CONFIG_USB_LED is not set
56322 -# CONFIG_USB_CYPRESS_CY7C63 is not set
56323 -# CONFIG_USB_CYTHERM is not set
56324 -# CONFIG_USB_PHIDGET is not set
56325 -# CONFIG_USB_IDMOUSE is not set
56326 -# CONFIG_USB_FTDI_ELAN is not set
56327 -# CONFIG_USB_APPLEDISPLAY is not set
56328 -# CONFIG_USB_SISUSBVGA is not set
56329 -# CONFIG_USB_LD is not set
56330 -# CONFIG_USB_TRANCEVIBRATOR is not set
56331 -# CONFIG_USB_IOWARRIOR is not set
56332 -# CONFIG_USB_TEST is not set
56333 -CONFIG_USB_GADGET=y
56334 -# CONFIG_USB_GADGET_DEBUG is not set
56335 -# CONFIG_USB_GADGET_DEBUG_FILES is not set
56336 -CONFIG_USB_GADGET_SELECTED=y
56337 -# CONFIG_USB_GADGET_AMD5536UDC is not set
56338 -# CONFIG_USB_GADGET_ATMEL_USBA is not set
56339 -# CONFIG_USB_GADGET_FSL_USB2 is not set
56340 -CONFIG_USB_GADGET_NET2280=y
56341 -CONFIG_USB_NET2280=y
56342 -# CONFIG_USB_GADGET_PXA2XX is not set
56343 -# CONFIG_USB_GADGET_M66592 is not set
56344 -# CONFIG_USB_GADGET_GOKU is not set
56345 -# CONFIG_USB_GADGET_LH7A40X is not set
56346 -# CONFIG_USB_GADGET_OMAP is not set
56347 -# CONFIG_USB_GADGET_S3C2410 is not set
56348 -# CONFIG_USB_GADGET_AT91 is not set
56349 -# CONFIG_USB_GADGET_DUMMY_HCD is not set
56350 -CONFIG_USB_GADGET_DUALSPEED=y
56351 -# CONFIG_USB_ZERO is not set
56353 -CONFIG_USB_ETH_RNDIS=y
56354 -# CONFIG_USB_GADGETFS is not set
56355 -# CONFIG_USB_FILE_STORAGE is not set
56356 -# CONFIG_USB_G_SERIAL is not set
56357 -# CONFIG_USB_MIDI_GADGET is not set
56358 -# CONFIG_USB_G_PRINTER is not set
56359 -# CONFIG_MMC is not set
56360 -# CONFIG_MEMSTICK is not set
56361 -# CONFIG_NEW_LEDS is not set
56362 -# CONFIG_INFINIBAND is not set
56363 -# CONFIG_EDAC is not set
56365 -CONFIG_RTC_CLASS=y
56366 -CONFIG_RTC_HCTOSYS=y
56367 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
56368 -# CONFIG_RTC_DEBUG is not set
56373 -CONFIG_RTC_INTF_SYSFS=y
56374 -CONFIG_RTC_INTF_PROC=y
56375 -CONFIG_RTC_INTF_DEV=y
56376 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
56377 -# CONFIG_RTC_DRV_TEST is not set
56382 -CONFIG_RTC_DRV_DS1307=y
56383 -# CONFIG_RTC_DRV_DS1374 is not set
56384 -# CONFIG_RTC_DRV_DS1672 is not set
56385 -# CONFIG_RTC_DRV_MAX6900 is not set
56386 -# CONFIG_RTC_DRV_RS5C372 is not set
56387 -# CONFIG_RTC_DRV_ISL1208 is not set
56388 -# CONFIG_RTC_DRV_X1205 is not set
56389 -# CONFIG_RTC_DRV_PCF8563 is not set
56390 -# CONFIG_RTC_DRV_PCF8583 is not set
56391 -# CONFIG_RTC_DRV_M41T80 is not set
56392 -# CONFIG_RTC_DRV_S35390A is not set
56397 -# CONFIG_RTC_DRV_MAX6902 is not set
56398 -# CONFIG_RTC_DRV_R9701 is not set
56399 -# CONFIG_RTC_DRV_RS5C348 is not set
56402 -# Platform RTC drivers
56404 -# CONFIG_RTC_DRV_CMOS is not set
56405 -# CONFIG_RTC_DRV_DS1511 is not set
56406 -# CONFIG_RTC_DRV_DS1553 is not set
56407 -# CONFIG_RTC_DRV_DS1742 is not set
56408 -# CONFIG_RTC_DRV_STK17TA8 is not set
56409 -# CONFIG_RTC_DRV_M48T86 is not set
56410 -# CONFIG_RTC_DRV_M48T59 is not set
56411 -# CONFIG_RTC_DRV_V3020 is not set
56414 -# on-CPU RTC drivers
56416 -# CONFIG_DMADEVICES is not set
56421 -# CONFIG_UIO is not set
56427 -# CONFIG_EXT2_FS_XATTR is not set
56428 -# CONFIG_EXT2_FS_XIP is not set
56430 -CONFIG_EXT3_FS_XATTR=y
56431 -# CONFIG_EXT3_FS_POSIX_ACL is not set
56432 -# CONFIG_EXT3_FS_SECURITY is not set
56433 -# CONFIG_EXT4DEV_FS is not set
56435 -CONFIG_FS_MBCACHE=y
56436 -# CONFIG_REISERFS_FS is not set
56437 -# CONFIG_JFS_FS is not set
56438 -# CONFIG_FS_POSIX_ACL is not set
56439 -# CONFIG_XFS_FS is not set
56440 -# CONFIG_GFS2_FS is not set
56441 -# CONFIG_OCFS2_FS is not set
56444 -CONFIG_INOTIFY_USER=y
56445 -# CONFIG_QUOTA is not set
56446 -# CONFIG_AUTOFS_FS is not set
56447 -# CONFIG_AUTOFS4_FS is not set
56448 -# CONFIG_FUSE_FS is not set
56451 -# CD-ROM/DVD Filesystems
56453 -# CONFIG_ISO9660_FS is not set
56454 -# CONFIG_UDF_FS is not set
56457 -# DOS/FAT/NT Filesystems
56459 -# CONFIG_MSDOS_FS is not set
56460 -# CONFIG_VFAT_FS is not set
56461 -# CONFIG_NTFS_FS is not set
56464 -# Pseudo filesystems
56467 -CONFIG_PROC_KCORE=y
56468 -CONFIG_PROC_SYSCTL=y
56471 -# CONFIG_TMPFS_POSIX_ACL is not set
56472 -# CONFIG_HUGETLB_PAGE is not set
56473 -# CONFIG_CONFIGFS_FS is not set
56476 -# Miscellaneous filesystems
56478 -# CONFIG_ADFS_FS is not set
56479 -# CONFIG_AFFS_FS is not set
56480 -# CONFIG_HFS_FS is not set
56481 -# CONFIG_HFSPLUS_FS is not set
56482 -# CONFIG_BEFS_FS is not set
56483 -# CONFIG_BFS_FS is not set
56484 -# CONFIG_EFS_FS is not set
56486 -CONFIG_JFFS2_FS_DEBUG=0
56487 -CONFIG_JFFS2_FS_WRITEBUFFER=y
56488 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
56489 -# CONFIG_JFFS2_SUMMARY is not set
56490 -# CONFIG_JFFS2_FS_XATTR is not set
56491 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
56492 -CONFIG_JFFS2_ZLIB=y
56493 -# CONFIG_JFFS2_LZO is not set
56494 -CONFIG_JFFS2_RTIME=y
56495 -# CONFIG_JFFS2_RUBIN is not set
56496 -# CONFIG_CRAMFS is not set
56497 -# CONFIG_VXFS_FS is not set
56498 -# CONFIG_MINIX_FS is not set
56499 -# CONFIG_HPFS_FS is not set
56500 -# CONFIG_QNX4FS_FS is not set
56501 -# CONFIG_ROMFS_FS is not set
56502 -# CONFIG_SYSV_FS is not set
56503 -# CONFIG_UFS_FS is not set
56504 -CONFIG_NETWORK_FILESYSTEMS=y
56507 -# CONFIG_NFS_V3_ACL is not set
56509 -# CONFIG_NFS_DIRECTIO is not set
56510 -# CONFIG_NFSD is not set
56514 -CONFIG_NFS_COMMON=y
56516 -CONFIG_SUNRPC_GSS=y
56517 -# CONFIG_SUNRPC_BIND34 is not set
56518 -CONFIG_RPCSEC_GSS_KRB5=y
56519 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
56520 -# CONFIG_SMB_FS is not set
56521 -# CONFIG_CIFS is not set
56522 -# CONFIG_NCP_FS is not set
56523 -# CONFIG_CODA_FS is not set
56524 -# CONFIG_AFS_FS is not set
56529 -CONFIG_PARTITION_ADVANCED=y
56530 -# CONFIG_ACORN_PARTITION is not set
56531 -# CONFIG_OSF_PARTITION is not set
56532 -# CONFIG_AMIGA_PARTITION is not set
56533 -# CONFIG_ATARI_PARTITION is not set
56534 -# CONFIG_MAC_PARTITION is not set
56535 -CONFIG_MSDOS_PARTITION=y
56536 -# CONFIG_BSD_DISKLABEL is not set
56537 -# CONFIG_MINIX_SUBPARTITION is not set
56538 -# CONFIG_SOLARIS_X86_PARTITION is not set
56539 -# CONFIG_UNIXWARE_DISKLABEL is not set
56540 -# CONFIG_LDM_PARTITION is not set
56541 -# CONFIG_SGI_PARTITION is not set
56542 -# CONFIG_ULTRIX_PARTITION is not set
56543 -# CONFIG_SUN_PARTITION is not set
56544 -# CONFIG_KARMA_PARTITION is not set
56545 -# CONFIG_EFI_PARTITION is not set
56546 -# CONFIG_SYSV68_PARTITION is not set
56547 -# CONFIG_NLS is not set
56548 -# CONFIG_DLM is not set
56551 -# Library routines
56553 -CONFIG_BITREVERSE=y
56554 -# CONFIG_CRC_CCITT is not set
56555 -# CONFIG_CRC16 is not set
56556 -# CONFIG_CRC_ITU_T is not set
56558 -# CONFIG_CRC7 is not set
56559 -# CONFIG_LIBCRC32C is not set
56560 -CONFIG_ZLIB_INFLATE=y
56561 -CONFIG_ZLIB_DEFLATE=y
56563 -CONFIG_HAS_IOMEM=y
56564 -CONFIG_HAS_IOPORT=y
56570 -# CONFIG_PRINTK_TIME is not set
56571 -CONFIG_ENABLE_WARN_DEPRECATED=y
56572 -CONFIG_ENABLE_MUST_CHECK=y
56573 -# CONFIG_MAGIC_SYSRQ is not set
56574 -# CONFIG_UNUSED_SYMBOLS is not set
56575 -# CONFIG_DEBUG_FS is not set
56576 -# CONFIG_HEADERS_CHECK is not set
56577 -CONFIG_DEBUG_KERNEL=y
56578 -# CONFIG_DEBUG_SHIRQ is not set
56579 -CONFIG_DETECT_SOFTLOCKUP=y
56580 -CONFIG_SCHED_DEBUG=y
56581 -# CONFIG_SCHEDSTATS is not set
56582 -# CONFIG_TIMER_STATS is not set
56583 -# CONFIG_SLUB_DEBUG_ON is not set
56584 -# CONFIG_SLUB_STATS is not set
56585 -# CONFIG_DEBUG_RT_MUTEXES is not set
56586 -# CONFIG_RT_MUTEX_TESTER is not set
56587 -# CONFIG_DEBUG_SPINLOCK is not set
56588 -# CONFIG_DEBUG_MUTEXES is not set
56589 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
56590 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
56591 -# CONFIG_DEBUG_KOBJECT is not set
56592 -# CONFIG_DEBUG_BUGVERBOSE is not set
56593 -# CONFIG_DEBUG_INFO is not set
56594 -# CONFIG_DEBUG_VM is not set
56595 -# CONFIG_DEBUG_LIST is not set
56596 -# CONFIG_DEBUG_SG is not set
56597 -# CONFIG_BOOT_PRINTK_DELAY is not set
56598 -# CONFIG_RCU_TORTURE_TEST is not set
56599 -# CONFIG_BACKTRACE_SELF_TEST is not set
56600 -# CONFIG_FAULT_INJECTION is not set
56601 -# CONFIG_SAMPLES is not set
56602 -# CONFIG_DEBUG_STACKOVERFLOW is not set
56603 -# CONFIG_DEBUG_STACK_USAGE is not set
56604 -# CONFIG_DEBUG_PAGEALLOC is not set
56605 -# CONFIG_DEBUGGER is not set
56606 -# CONFIG_BDI_SWITCH is not set
56607 -# CONFIG_PPC_EARLY_DEBUG is not set
56610 -# Security options
56612 -# CONFIG_KEYS is not set
56613 -# CONFIG_SECURITY is not set
56614 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
56616 -CONFIG_CRYPTO_ALGAPI=y
56617 -CONFIG_CRYPTO_BLKCIPHER=y
56618 -# CONFIG_CRYPTO_SEQIV is not set
56619 -CONFIG_CRYPTO_MANAGER=y
56620 -# CONFIG_CRYPTO_HMAC is not set
56621 -# CONFIG_CRYPTO_XCBC is not set
56622 -# CONFIG_CRYPTO_NULL is not set
56623 -# CONFIG_CRYPTO_MD4 is not set
56624 -CONFIG_CRYPTO_MD5=y
56625 -# CONFIG_CRYPTO_SHA1 is not set
56626 -# CONFIG_CRYPTO_SHA256 is not set
56627 -# CONFIG_CRYPTO_SHA512 is not set
56628 -# CONFIG_CRYPTO_WP512 is not set
56629 -# CONFIG_CRYPTO_TGR192 is not set
56630 -# CONFIG_CRYPTO_GF128MUL is not set
56631 -# CONFIG_CRYPTO_ECB is not set
56632 -CONFIG_CRYPTO_CBC=y
56633 -CONFIG_CRYPTO_PCBC=m
56634 -# CONFIG_CRYPTO_LRW is not set
56635 -# CONFIG_CRYPTO_XTS is not set
56636 -# CONFIG_CRYPTO_CTR is not set
56637 -# CONFIG_CRYPTO_GCM is not set
56638 -# CONFIG_CRYPTO_CCM is not set
56639 -# CONFIG_CRYPTO_CRYPTD is not set
56640 -CONFIG_CRYPTO_DES=y
56641 -# CONFIG_CRYPTO_FCRYPT is not set
56642 -# CONFIG_CRYPTO_BLOWFISH is not set
56643 -# CONFIG_CRYPTO_TWOFISH is not set
56644 -# CONFIG_CRYPTO_SERPENT is not set
56645 -# CONFIG_CRYPTO_AES is not set
56646 -# CONFIG_CRYPTO_CAST5 is not set
56647 -# CONFIG_CRYPTO_CAST6 is not set
56648 -# CONFIG_CRYPTO_TEA is not set
56649 -# CONFIG_CRYPTO_ARC4 is not set
56650 -# CONFIG_CRYPTO_KHAZAD is not set
56651 -# CONFIG_CRYPTO_ANUBIS is not set
56652 -# CONFIG_CRYPTO_SEED is not set
56653 -# CONFIG_CRYPTO_SALSA20 is not set
56654 -# CONFIG_CRYPTO_DEFLATE is not set
56655 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
56656 -# CONFIG_CRYPTO_CRC32C is not set
56657 -# CONFIG_CRYPTO_CAMELLIA is not set
56658 -# CONFIG_CRYPTO_TEST is not set
56659 -# CONFIG_CRYPTO_AUTHENC is not set
56660 -# CONFIG_CRYPTO_LZO is not set
56661 -CONFIG_CRYPTO_HW=y
56662 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
56663 -# CONFIG_PPC_CLOCK is not set
56664 --- a/arch/powerpc/configs/mpc832x_mds_defconfig
56668 -# Automatically generated make config: don't edit
56669 -# Linux kernel version: 2.6.25-rc7
56670 -# Mon Mar 31 11:36:51 2008
56672 -# CONFIG_PPC64 is not set
56675 -# Processor support
56678 -# CONFIG_PPC_85xx is not set
56679 -# CONFIG_PPC_8xx is not set
56680 -# CONFIG_40x is not set
56681 -# CONFIG_44x is not set
56682 -# CONFIG_E200 is not set
56684 -# CONFIG_FSL_EMB_PERFMON is not set
56685 -CONFIG_PPC_STD_MMU=y
56686 -CONFIG_PPC_STD_MMU_32=y
56687 -# CONFIG_PPC_MM_SLICES is not set
56688 -# CONFIG_SMP is not set
56690 -CONFIG_WORD_SIZE=32
56691 -CONFIG_PPC_MERGE=y
56693 -CONFIG_GENERIC_CMOS_UPDATE=y
56694 -CONFIG_GENERIC_TIME=y
56695 -CONFIG_GENERIC_TIME_VSYSCALL=y
56696 -CONFIG_GENERIC_CLOCKEVENTS=y
56697 -CONFIG_GENERIC_HARDIRQS=y
56698 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
56699 -CONFIG_IRQ_PER_CPU=y
56700 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
56701 -CONFIG_ARCH_HAS_ILOG2_U32=y
56702 -CONFIG_GENERIC_HWEIGHT=y
56703 -CONFIG_GENERIC_CALIBRATE_DELAY=y
56704 -CONFIG_GENERIC_FIND_NEXT_BIT=y
56705 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
56707 -CONFIG_EARLY_PRINTK=y
56708 -CONFIG_GENERIC_NVRAM=y
56709 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
56710 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
56713 -CONFIG_PPC_UDBG_16550=y
56714 -# CONFIG_GENERIC_TBSYNC is not set
56715 -CONFIG_AUDIT_ARCH=y
56716 -CONFIG_GENERIC_BUG=y
56717 -CONFIG_DEFAULT_UIMAGE=y
56718 -# CONFIG_PPC_DCR_NATIVE is not set
56719 -# CONFIG_PPC_DCR_MMIO is not set
56720 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
56725 -CONFIG_EXPERIMENTAL=y
56726 -CONFIG_BROKEN_ON_SMP=y
56727 -CONFIG_INIT_ENV_ARG_LIMIT=32
56728 -CONFIG_LOCALVERSION=""
56729 -CONFIG_LOCALVERSION_AUTO=y
56732 -CONFIG_SYSVIPC_SYSCTL=y
56733 -# CONFIG_POSIX_MQUEUE is not set
56734 -# CONFIG_BSD_PROCESS_ACCT is not set
56735 -# CONFIG_TASKSTATS is not set
56736 -# CONFIG_AUDIT is not set
56737 -# CONFIG_IKCONFIG is not set
56738 -CONFIG_LOG_BUF_SHIFT=14
56739 -# CONFIG_CGROUPS is not set
56740 -CONFIG_GROUP_SCHED=y
56741 -# CONFIG_FAIR_GROUP_SCHED is not set
56742 -# CONFIG_RT_GROUP_SCHED is not set
56743 -CONFIG_USER_SCHED=y
56744 -# CONFIG_CGROUP_SCHED is not set
56745 -CONFIG_SYSFS_DEPRECATED=y
56746 -CONFIG_SYSFS_DEPRECATED_V2=y
56747 -# CONFIG_RELAY is not set
56748 -# CONFIG_NAMESPACES is not set
56749 -CONFIG_BLK_DEV_INITRD=y
56750 -CONFIG_INITRAMFS_SOURCE=""
56751 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
56754 -CONFIG_SYSCTL_SYSCALL=y
56755 -# CONFIG_KALLSYMS is not set
56760 -CONFIG_COMPAT_BRK=y
56761 -CONFIG_BASE_FULL=y
56763 -CONFIG_ANON_INODES=y
56764 -# CONFIG_EPOLL is not set
56769 -CONFIG_VM_EVENT_COUNTERS=y
56770 -CONFIG_SLUB_DEBUG=y
56771 -# CONFIG_SLAB is not set
56773 -# CONFIG_SLOB is not set
56774 -# CONFIG_PROFILING is not set
56775 -# CONFIG_MARKERS is not set
56776 -CONFIG_HAVE_OPROFILE=y
56777 -CONFIG_HAVE_KPROBES=y
56778 -CONFIG_HAVE_KRETPROBES=y
56779 -CONFIG_PROC_PAGE_MONITOR=y
56781 -CONFIG_RT_MUTEXES=y
56782 -# CONFIG_TINY_SHMEM is not set
56783 -CONFIG_BASE_SMALL=0
56785 -CONFIG_MODULE_UNLOAD=y
56786 -# CONFIG_MODULE_FORCE_UNLOAD is not set
56787 -# CONFIG_MODVERSIONS is not set
56788 -# CONFIG_MODULE_SRCVERSION_ALL is not set
56789 -# CONFIG_KMOD is not set
56791 -# CONFIG_LBD is not set
56792 -# CONFIG_BLK_DEV_IO_TRACE is not set
56793 -# CONFIG_LSF is not set
56794 -# CONFIG_BLK_DEV_BSG is not set
56799 -CONFIG_IOSCHED_NOOP=y
56800 -CONFIG_IOSCHED_AS=y
56801 -CONFIG_IOSCHED_DEADLINE=y
56802 -CONFIG_IOSCHED_CFQ=y
56803 -CONFIG_DEFAULT_AS=y
56804 -# CONFIG_DEFAULT_DEADLINE is not set
56805 -# CONFIG_DEFAULT_CFQ is not set
56806 -# CONFIG_DEFAULT_NOOP is not set
56807 -CONFIG_DEFAULT_IOSCHED="anticipatory"
56808 -CONFIG_CLASSIC_RCU=y
56811 -# Platform support
56813 -# CONFIG_PPC_MULTIPLATFORM is not set
56814 -# CONFIG_PPC_82xx is not set
56816 -# CONFIG_PPC_86xx is not set
56817 -# CONFIG_PPC_MPC512x is not set
56818 -# CONFIG_PPC_MPC5121 is not set
56819 -# CONFIG_PPC_CELL is not set
56820 -# CONFIG_PPC_CELL_NATIVE is not set
56821 -# CONFIG_PQ2ADS is not set
56823 -# CONFIG_MPC831x_RDB is not set
56824 -CONFIG_MPC832x_MDS=y
56825 -# CONFIG_MPC832x_RDB is not set
56826 -# CONFIG_MPC834x_MDS is not set
56827 -# CONFIG_MPC834x_ITX is not set
56828 -# CONFIG_MPC836x_MDS is not set
56829 -# CONFIG_MPC837x_MDS is not set
56830 -# CONFIG_MPC837x_RDB is not set
56831 -# CONFIG_SBC834x is not set
56832 -CONFIG_PPC_MPC832x=y
56834 -# CONFIG_MPIC is not set
56835 -# CONFIG_MPIC_WEIRD is not set
56836 -# CONFIG_PPC_I8259 is not set
56837 -# CONFIG_PPC_RTAS is not set
56838 -# CONFIG_MMIO_NVRAM is not set
56839 -# CONFIG_PPC_MPC106 is not set
56840 -# CONFIG_PPC_970_NAP is not set
56841 -# CONFIG_PPC_INDIRECT_IO is not set
56842 -# CONFIG_GENERIC_IOMAP is not set
56843 -# CONFIG_CPU_FREQ is not set
56844 -CONFIG_QUICC_ENGINE=y
56845 -# CONFIG_FSL_ULI1575 is not set
56850 -# CONFIG_HIGHMEM is not set
56851 -CONFIG_TICK_ONESHOT=y
56853 -CONFIG_HIGH_RES_TIMERS=y
56854 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
56855 -# CONFIG_HZ_100 is not set
56857 -# CONFIG_HZ_300 is not set
56858 -# CONFIG_HZ_1000 is not set
56860 -# CONFIG_SCHED_HRTICK is not set
56861 -CONFIG_PREEMPT_NONE=y
56862 -# CONFIG_PREEMPT_VOLUNTARY is not set
56863 -# CONFIG_PREEMPT is not set
56864 -CONFIG_BINFMT_ELF=y
56865 -# CONFIG_BINFMT_MISC is not set
56866 -CONFIG_MATH_EMULATION=y
56867 -# CONFIG_IOMMU_HELPER is not set
56868 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
56869 -CONFIG_ARCH_HAS_WALK_MEMORY=y
56870 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
56871 -CONFIG_ARCH_FLATMEM_ENABLE=y
56872 -CONFIG_ARCH_POPULATES_NODE_MAP=y
56873 -CONFIG_SELECT_MEMORY_MODEL=y
56874 -CONFIG_FLATMEM_MANUAL=y
56875 -# CONFIG_DISCONTIGMEM_MANUAL is not set
56876 -# CONFIG_SPARSEMEM_MANUAL is not set
56878 -CONFIG_FLAT_NODE_MEM_MAP=y
56879 -# CONFIG_SPARSEMEM_STATIC is not set
56880 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
56881 -CONFIG_SPLIT_PTLOCK_CPUS=4
56882 -# CONFIG_RESOURCES_64BIT is not set
56883 -CONFIG_ZONE_DMA_FLAG=1
56885 -CONFIG_VIRT_TO_BUS=y
56886 -CONFIG_PROC_DEVICETREE=y
56887 -# CONFIG_CMDLINE_BOOL is not set
56888 -# CONFIG_PM is not set
56890 -CONFIG_ISA_DMA_API=y
56896 -CONFIG_GENERIC_ISA_DMA=y
56897 -CONFIG_PPC_INDIRECT_PCI=y
56900 -CONFIG_PCI_DOMAINS=y
56901 -CONFIG_PCI_SYSCALL=y
56902 -# CONFIG_PCIEPORTBUS is not set
56903 -CONFIG_ARCH_SUPPORTS_MSI=y
56904 -# CONFIG_PCI_MSI is not set
56905 -CONFIG_PCI_LEGACY=y
56906 -# CONFIG_PCCARD is not set
56907 -# CONFIG_HOTPLUG_PCI is not set
56912 -# CONFIG_ADVANCED_OPTIONS is not set
56915 -# Default settings for advanced configuration options are used
56917 -CONFIG_HIGHMEM_START=0xfe000000
56918 -CONFIG_LOWMEM_SIZE=0x30000000
56919 -CONFIG_KERNEL_START=0xc0000000
56920 -CONFIG_TASK_SIZE=0xc0000000
56921 -CONFIG_BOOT_LOAD=0x00800000
56929 -# Networking options
56932 -# CONFIG_PACKET_MMAP is not set
56935 -# CONFIG_XFRM_USER is not set
56936 -# CONFIG_XFRM_SUB_POLICY is not set
56937 -# CONFIG_XFRM_MIGRATE is not set
56938 -# CONFIG_XFRM_STATISTICS is not set
56939 -# CONFIG_NET_KEY is not set
56941 -CONFIG_IP_MULTICAST=y
56942 -# CONFIG_IP_ADVANCED_ROUTER is not set
56943 -CONFIG_IP_FIB_HASH=y
56945 -CONFIG_IP_PNP_DHCP=y
56946 -CONFIG_IP_PNP_BOOTP=y
56947 -# CONFIG_IP_PNP_RARP is not set
56948 -# CONFIG_NET_IPIP is not set
56949 -# CONFIG_NET_IPGRE is not set
56950 -# CONFIG_IP_MROUTE is not set
56951 -# CONFIG_ARPD is not set
56952 -CONFIG_SYN_COOKIES=y
56953 -# CONFIG_INET_AH is not set
56954 -# CONFIG_INET_ESP is not set
56955 -# CONFIG_INET_IPCOMP is not set
56956 -# CONFIG_INET_XFRM_TUNNEL is not set
56957 -# CONFIG_INET_TUNNEL is not set
56958 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
56959 -CONFIG_INET_XFRM_MODE_TUNNEL=y
56960 -CONFIG_INET_XFRM_MODE_BEET=y
56961 -# CONFIG_INET_LRO is not set
56962 -CONFIG_INET_DIAG=y
56963 -CONFIG_INET_TCP_DIAG=y
56964 -# CONFIG_TCP_CONG_ADVANCED is not set
56965 -CONFIG_TCP_CONG_CUBIC=y
56966 -CONFIG_DEFAULT_TCP_CONG="cubic"
56967 -# CONFIG_TCP_MD5SIG is not set
56968 -# CONFIG_IPV6 is not set
56969 -# CONFIG_INET6_XFRM_TUNNEL is not set
56970 -# CONFIG_INET6_TUNNEL is not set
56971 -# CONFIG_NETWORK_SECMARK is not set
56972 -# CONFIG_NETFILTER is not set
56973 -# CONFIG_IP_DCCP is not set
56974 -# CONFIG_IP_SCTP is not set
56975 -# CONFIG_TIPC is not set
56976 -# CONFIG_ATM is not set
56977 -# CONFIG_BRIDGE is not set
56978 -# CONFIG_VLAN_8021Q is not set
56979 -# CONFIG_DECNET is not set
56980 -# CONFIG_LLC2 is not set
56981 -# CONFIG_IPX is not set
56982 -# CONFIG_ATALK is not set
56983 -# CONFIG_X25 is not set
56984 -# CONFIG_LAPB is not set
56985 -# CONFIG_ECONET is not set
56986 -# CONFIG_WAN_ROUTER is not set
56987 -# CONFIG_NET_SCHED is not set
56992 -# CONFIG_NET_PKTGEN is not set
56993 -# CONFIG_HAMRADIO is not set
56994 -# CONFIG_CAN is not set
56995 -# CONFIG_IRDA is not set
56996 -# CONFIG_BT is not set
56997 -# CONFIG_AF_RXRPC is not set
57002 -# CONFIG_CFG80211 is not set
57003 -# CONFIG_WIRELESS_EXT is not set
57004 -# CONFIG_MAC80211 is not set
57005 -# CONFIG_IEEE80211 is not set
57006 -# CONFIG_RFKILL is not set
57007 -# CONFIG_NET_9P is not set
57014 -# Generic Driver Options
57016 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
57017 -CONFIG_STANDALONE=y
57018 -CONFIG_PREVENT_FIRMWARE_BUILD=y
57019 -# CONFIG_FW_LOADER is not set
57020 -# CONFIG_SYS_HYPERVISOR is not set
57021 -# CONFIG_CONNECTOR is not set
57022 -# CONFIG_MTD is not set
57023 -CONFIG_OF_DEVICE=y
57024 -# CONFIG_PARPORT is not set
57026 -# CONFIG_BLK_DEV_FD is not set
57027 -# CONFIG_BLK_CPQ_DA is not set
57028 -# CONFIG_BLK_CPQ_CISS_DA is not set
57029 -# CONFIG_BLK_DEV_DAC960 is not set
57030 -# CONFIG_BLK_DEV_UMEM is not set
57031 -# CONFIG_BLK_DEV_COW_COMMON is not set
57032 -CONFIG_BLK_DEV_LOOP=y
57033 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
57034 -# CONFIG_BLK_DEV_NBD is not set
57035 -# CONFIG_BLK_DEV_SX8 is not set
57036 -CONFIG_BLK_DEV_RAM=y
57037 -CONFIG_BLK_DEV_RAM_COUNT=16
57038 -CONFIG_BLK_DEV_RAM_SIZE=32768
57039 -# CONFIG_BLK_DEV_XIP is not set
57040 -# CONFIG_CDROM_PKTCDVD is not set
57041 -# CONFIG_ATA_OVER_ETH is not set
57042 -CONFIG_MISC_DEVICES=y
57043 -# CONFIG_PHANTOM is not set
57044 -# CONFIG_EEPROM_93CX6 is not set
57045 -# CONFIG_SGI_IOC4 is not set
57046 -# CONFIG_TIFM_CORE is not set
57047 -# CONFIG_ENCLOSURE_SERVICES is not set
57049 -# CONFIG_IDE is not set
57052 -# SCSI device support
57054 -# CONFIG_RAID_ATTRS is not set
57057 -# CONFIG_SCSI_TGT is not set
57058 -# CONFIG_SCSI_NETLINK is not set
57059 -CONFIG_SCSI_PROC_FS=y
57062 -# SCSI support type (disk, tape, CD-ROM)
57064 -# CONFIG_BLK_DEV_SD is not set
57065 -# CONFIG_CHR_DEV_ST is not set
57066 -# CONFIG_CHR_DEV_OSST is not set
57067 -# CONFIG_BLK_DEV_SR is not set
57068 -# CONFIG_CHR_DEV_SG is not set
57069 -# CONFIG_CHR_DEV_SCH is not set
57072 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
57074 -# CONFIG_SCSI_MULTI_LUN is not set
57075 -# CONFIG_SCSI_CONSTANTS is not set
57076 -# CONFIG_SCSI_LOGGING is not set
57077 -# CONFIG_SCSI_SCAN_ASYNC is not set
57078 -CONFIG_SCSI_WAIT_SCAN=m
57083 -# CONFIG_SCSI_SPI_ATTRS is not set
57084 -# CONFIG_SCSI_FC_ATTRS is not set
57085 -# CONFIG_SCSI_ISCSI_ATTRS is not set
57086 -# CONFIG_SCSI_SAS_LIBSAS is not set
57087 -# CONFIG_SCSI_SRP_ATTRS is not set
57088 -CONFIG_SCSI_LOWLEVEL=y
57089 -# CONFIG_ISCSI_TCP is not set
57090 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
57091 -# CONFIG_SCSI_3W_9XXX is not set
57092 -# CONFIG_SCSI_ACARD is not set
57093 -# CONFIG_SCSI_AACRAID is not set
57094 -# CONFIG_SCSI_AIC7XXX is not set
57095 -# CONFIG_SCSI_AIC7XXX_OLD is not set
57096 -# CONFIG_SCSI_AIC79XX is not set
57097 -# CONFIG_SCSI_AIC94XX is not set
57098 -# CONFIG_SCSI_DPT_I2O is not set
57099 -# CONFIG_SCSI_ADVANSYS is not set
57100 -# CONFIG_SCSI_ARCMSR is not set
57101 -# CONFIG_MEGARAID_NEWGEN is not set
57102 -# CONFIG_MEGARAID_LEGACY is not set
57103 -# CONFIG_MEGARAID_SAS is not set
57104 -# CONFIG_SCSI_HPTIOP is not set
57105 -# CONFIG_SCSI_BUSLOGIC is not set
57106 -# CONFIG_SCSI_DMX3191D is not set
57107 -# CONFIG_SCSI_EATA is not set
57108 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
57109 -# CONFIG_SCSI_GDTH is not set
57110 -# CONFIG_SCSI_IPS is not set
57111 -# CONFIG_SCSI_INITIO is not set
57112 -# CONFIG_SCSI_INIA100 is not set
57113 -# CONFIG_SCSI_MVSAS is not set
57114 -# CONFIG_SCSI_STEX is not set
57115 -# CONFIG_SCSI_SYM53C8XX_2 is not set
57116 -# CONFIG_SCSI_QLOGIC_1280 is not set
57117 -# CONFIG_SCSI_QLA_FC is not set
57118 -# CONFIG_SCSI_QLA_ISCSI is not set
57119 -# CONFIG_SCSI_LPFC is not set
57120 -# CONFIG_SCSI_DC395x is not set
57121 -# CONFIG_SCSI_DC390T is not set
57122 -# CONFIG_SCSI_NSP32 is not set
57123 -# CONFIG_SCSI_DEBUG is not set
57124 -# CONFIG_SCSI_SRP is not set
57125 -# CONFIG_ATA is not set
57126 -# CONFIG_MD is not set
57127 -# CONFIG_FUSION is not set
57130 -# IEEE 1394 (FireWire) support
57132 -# CONFIG_FIREWIRE is not set
57133 -# CONFIG_IEEE1394 is not set
57134 -# CONFIG_I2O is not set
57135 -# CONFIG_MACINTOSH_DRIVERS is not set
57136 -CONFIG_NETDEVICES=y
57137 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
57138 -# CONFIG_DUMMY is not set
57139 -# CONFIG_BONDING is not set
57140 -# CONFIG_MACVLAN is not set
57141 -# CONFIG_EQUALIZER is not set
57142 -# CONFIG_TUN is not set
57143 -# CONFIG_VETH is not set
57144 -# CONFIG_ARCNET is not set
57148 -# MII PHY device drivers
57150 -# CONFIG_MARVELL_PHY is not set
57151 -CONFIG_DAVICOM_PHY=y
57152 -# CONFIG_QSEMI_PHY is not set
57153 -# CONFIG_LXT_PHY is not set
57154 -# CONFIG_CICADA_PHY is not set
57155 -# CONFIG_VITESSE_PHY is not set
57156 -# CONFIG_SMSC_PHY is not set
57157 -# CONFIG_BROADCOM_PHY is not set
57158 -# CONFIG_ICPLUS_PHY is not set
57159 -# CONFIG_REALTEK_PHY is not set
57160 -# CONFIG_FIXED_PHY is not set
57161 -# CONFIG_MDIO_BITBANG is not set
57162 -CONFIG_NET_ETHERNET=y
57164 -# CONFIG_HAPPYMEAL is not set
57165 -# CONFIG_SUNGEM is not set
57166 -# CONFIG_CASSINI is not set
57167 -# CONFIG_NET_VENDOR_3COM is not set
57168 -# CONFIG_NET_TULIP is not set
57169 -# CONFIG_HP100 is not set
57170 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
57171 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
57172 -# CONFIG_IBM_NEW_EMAC_TAH is not set
57173 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
57174 -# CONFIG_NET_PCI is not set
57175 -# CONFIG_B44 is not set
57176 -CONFIG_NETDEV_1000=y
57177 -# CONFIG_ACENIC is not set
57178 -# CONFIG_DL2K is not set
57179 -# CONFIG_E1000 is not set
57180 -# CONFIG_E1000E is not set
57181 -# CONFIG_E1000E_ENABLED is not set
57182 -# CONFIG_IP1000 is not set
57183 -# CONFIG_IGB is not set
57184 -# CONFIG_NS83820 is not set
57185 -# CONFIG_HAMACHI is not set
57186 -# CONFIG_YELLOWFIN is not set
57187 -# CONFIG_R8169 is not set
57188 -# CONFIG_SIS190 is not set
57189 -# CONFIG_SKGE is not set
57190 -# CONFIG_SKY2 is not set
57191 -# CONFIG_SK98LIN is not set
57192 -# CONFIG_VIA_VELOCITY is not set
57193 -# CONFIG_TIGON3 is not set
57194 -# CONFIG_BNX2 is not set
57195 -# CONFIG_GIANFAR is not set
57197 -# CONFIG_UGETH_NAPI is not set
57198 -# CONFIG_UGETH_MAGIC_PACKET is not set
57199 -# CONFIG_UGETH_FILTERING is not set
57200 -# CONFIG_UGETH_TX_ON_DEMAND is not set
57201 -# CONFIG_QLA3XXX is not set
57202 -# CONFIG_ATL1 is not set
57203 -CONFIG_NETDEV_10000=y
57204 -# CONFIG_CHELSIO_T1 is not set
57205 -# CONFIG_CHELSIO_T3 is not set
57206 -# CONFIG_IXGBE is not set
57207 -# CONFIG_IXGB is not set
57208 -# CONFIG_S2IO is not set
57209 -# CONFIG_MYRI10GE is not set
57210 -# CONFIG_NETXEN_NIC is not set
57211 -# CONFIG_NIU is not set
57212 -# CONFIG_MLX4_CORE is not set
57213 -# CONFIG_TEHUTI is not set
57214 -# CONFIG_BNX2X is not set
57215 -# CONFIG_TR is not set
57220 -# CONFIG_WLAN_PRE80211 is not set
57221 -# CONFIG_WLAN_80211 is not set
57222 -# CONFIG_WAN is not set
57223 -# CONFIG_FDDI is not set
57224 -# CONFIG_HIPPI is not set
57225 -# CONFIG_PPP is not set
57226 -# CONFIG_SLIP is not set
57227 -# CONFIG_NET_FC is not set
57228 -# CONFIG_NETCONSOLE is not set
57229 -# CONFIG_NETPOLL is not set
57230 -# CONFIG_NET_POLL_CONTROLLER is not set
57231 -# CONFIG_ISDN is not set
57232 -# CONFIG_PHONE is not set
57235 -# Input device support
57238 -# CONFIG_INPUT_FF_MEMLESS is not set
57239 -# CONFIG_INPUT_POLLDEV is not set
57242 -# Userland interfaces
57244 -# CONFIG_INPUT_MOUSEDEV is not set
57245 -# CONFIG_INPUT_JOYDEV is not set
57246 -# CONFIG_INPUT_EVDEV is not set
57247 -# CONFIG_INPUT_EVBUG is not set
57250 -# Input Device Drivers
57252 -# CONFIG_INPUT_KEYBOARD is not set
57253 -# CONFIG_INPUT_MOUSE is not set
57254 -# CONFIG_INPUT_JOYSTICK is not set
57255 -# CONFIG_INPUT_TABLET is not set
57256 -# CONFIG_INPUT_TOUCHSCREEN is not set
57257 -# CONFIG_INPUT_MISC is not set
57260 -# Hardware I/O ports
57262 -# CONFIG_SERIO is not set
57263 -# CONFIG_GAMEPORT is not set
57266 -# Character devices
57268 -# CONFIG_VT is not set
57269 -# CONFIG_SERIAL_NONSTANDARD is not set
57270 -# CONFIG_NOZOMI is not set
57275 -CONFIG_SERIAL_8250=y
57276 -CONFIG_SERIAL_8250_CONSOLE=y
57277 -CONFIG_SERIAL_8250_PCI=y
57278 -CONFIG_SERIAL_8250_NR_UARTS=4
57279 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
57280 -# CONFIG_SERIAL_8250_EXTENDED is not set
57283 -# Non-8250 serial port support
57285 -# CONFIG_SERIAL_UARTLITE is not set
57286 -CONFIG_SERIAL_CORE=y
57287 -CONFIG_SERIAL_CORE_CONSOLE=y
57288 -# CONFIG_SERIAL_JSM is not set
57289 -# CONFIG_SERIAL_OF_PLATFORM is not set
57290 -# CONFIG_SERIAL_QE is not set
57291 -CONFIG_UNIX98_PTYS=y
57292 -CONFIG_LEGACY_PTYS=y
57293 -CONFIG_LEGACY_PTY_COUNT=256
57294 -# CONFIG_IPMI_HANDLER is not set
57295 -CONFIG_HW_RANDOM=y
57296 -# CONFIG_NVRAM is not set
57297 -# CONFIG_GEN_RTC is not set
57298 -# CONFIG_R3964 is not set
57299 -# CONFIG_APPLICOM is not set
57300 -# CONFIG_RAW_DRIVER is not set
57301 -# CONFIG_TCG_TPM is not set
57304 -CONFIG_I2C_BOARDINFO=y
57305 -CONFIG_I2C_CHARDEV=y
57310 -# CONFIG_I2C_ALGOBIT is not set
57311 -# CONFIG_I2C_ALGOPCF is not set
57312 -# CONFIG_I2C_ALGOPCA is not set
57315 -# I2C Hardware Bus support
57317 -# CONFIG_I2C_ALI1535 is not set
57318 -# CONFIG_I2C_ALI1563 is not set
57319 -# CONFIG_I2C_ALI15X3 is not set
57320 -# CONFIG_I2C_AMD756 is not set
57321 -# CONFIG_I2C_AMD8111 is not set
57322 -# CONFIG_I2C_I801 is not set
57323 -# CONFIG_I2C_I810 is not set
57324 -# CONFIG_I2C_PIIX4 is not set
57326 -# CONFIG_I2C_NFORCE2 is not set
57327 -# CONFIG_I2C_OCORES is not set
57328 -# CONFIG_I2C_PARPORT_LIGHT is not set
57329 -# CONFIG_I2C_PROSAVAGE is not set
57330 -# CONFIG_I2C_SAVAGE4 is not set
57331 -# CONFIG_I2C_SIMTEC is not set
57332 -# CONFIG_I2C_SIS5595 is not set
57333 -# CONFIG_I2C_SIS630 is not set
57334 -# CONFIG_I2C_SIS96X is not set
57335 -# CONFIG_I2C_TAOS_EVM is not set
57336 -# CONFIG_I2C_STUB is not set
57337 -# CONFIG_I2C_VIA is not set
57338 -# CONFIG_I2C_VIAPRO is not set
57339 -# CONFIG_I2C_VOODOO3 is not set
57342 -# Miscellaneous I2C Chip support
57344 -# CONFIG_DS1682 is not set
57345 -# CONFIG_SENSORS_EEPROM is not set
57346 -# CONFIG_SENSORS_PCF8574 is not set
57347 -# CONFIG_PCF8575 is not set
57348 -# CONFIG_SENSORS_PCF8591 is not set
57349 -# CONFIG_TPS65010 is not set
57350 -# CONFIG_SENSORS_MAX6875 is not set
57351 -# CONFIG_SENSORS_TSL2550 is not set
57352 -# CONFIG_I2C_DEBUG_CORE is not set
57353 -# CONFIG_I2C_DEBUG_ALGO is not set
57354 -# CONFIG_I2C_DEBUG_BUS is not set
57355 -# CONFIG_I2C_DEBUG_CHIP is not set
57360 -# CONFIG_SPI is not set
57361 -# CONFIG_SPI_MASTER is not set
57362 -# CONFIG_W1 is not set
57363 -# CONFIG_POWER_SUPPLY is not set
57365 -# CONFIG_HWMON_VID is not set
57366 -# CONFIG_SENSORS_AD7418 is not set
57367 -# CONFIG_SENSORS_ADM1021 is not set
57368 -# CONFIG_SENSORS_ADM1025 is not set
57369 -# CONFIG_SENSORS_ADM1026 is not set
57370 -# CONFIG_SENSORS_ADM1029 is not set
57371 -# CONFIG_SENSORS_ADM1031 is not set
57372 -# CONFIG_SENSORS_ADM9240 is not set
57373 -# CONFIG_SENSORS_ADT7470 is not set
57374 -# CONFIG_SENSORS_ADT7473 is not set
57375 -# CONFIG_SENSORS_ATXP1 is not set
57376 -# CONFIG_SENSORS_DS1621 is not set
57377 -# CONFIG_SENSORS_I5K_AMB is not set
57378 -# CONFIG_SENSORS_F71805F is not set
57379 -# CONFIG_SENSORS_F71882FG is not set
57380 -# CONFIG_SENSORS_F75375S is not set
57381 -# CONFIG_SENSORS_GL518SM is not set
57382 -# CONFIG_SENSORS_GL520SM is not set
57383 -# CONFIG_SENSORS_IT87 is not set
57384 -# CONFIG_SENSORS_LM63 is not set
57385 -# CONFIG_SENSORS_LM75 is not set
57386 -# CONFIG_SENSORS_LM77 is not set
57387 -# CONFIG_SENSORS_LM78 is not set
57388 -# CONFIG_SENSORS_LM80 is not set
57389 -# CONFIG_SENSORS_LM83 is not set
57390 -# CONFIG_SENSORS_LM85 is not set
57391 -# CONFIG_SENSORS_LM87 is not set
57392 -# CONFIG_SENSORS_LM90 is not set
57393 -# CONFIG_SENSORS_LM92 is not set
57394 -# CONFIG_SENSORS_LM93 is not set
57395 -# CONFIG_SENSORS_MAX1619 is not set
57396 -# CONFIG_SENSORS_MAX6650 is not set
57397 -# CONFIG_SENSORS_PC87360 is not set
57398 -# CONFIG_SENSORS_PC87427 is not set
57399 -# CONFIG_SENSORS_SIS5595 is not set
57400 -# CONFIG_SENSORS_DME1737 is not set
57401 -# CONFIG_SENSORS_SMSC47M1 is not set
57402 -# CONFIG_SENSORS_SMSC47M192 is not set
57403 -# CONFIG_SENSORS_SMSC47B397 is not set
57404 -# CONFIG_SENSORS_ADS7828 is not set
57405 -# CONFIG_SENSORS_THMC50 is not set
57406 -# CONFIG_SENSORS_VIA686A is not set
57407 -# CONFIG_SENSORS_VT1211 is not set
57408 -# CONFIG_SENSORS_VT8231 is not set
57409 -# CONFIG_SENSORS_W83781D is not set
57410 -# CONFIG_SENSORS_W83791D is not set
57411 -# CONFIG_SENSORS_W83792D is not set
57412 -# CONFIG_SENSORS_W83793 is not set
57413 -# CONFIG_SENSORS_W83L785TS is not set
57414 -# CONFIG_SENSORS_W83L786NG is not set
57415 -# CONFIG_SENSORS_W83627HF is not set
57416 -# CONFIG_SENSORS_W83627EHF is not set
57417 -# CONFIG_HWMON_DEBUG_CHIP is not set
57418 -# CONFIG_THERMAL is not set
57420 -# CONFIG_WATCHDOG_NOWAYOUT is not set
57423 -# Watchdog Device Drivers
57425 -# CONFIG_SOFT_WATCHDOG is not set
57429 -# PCI-based Watchdog Cards
57431 -# CONFIG_PCIPCWATCHDOG is not set
57432 -# CONFIG_WDTPCI is not set
57435 -# Sonics Silicon Backplane
57437 -CONFIG_SSB_POSSIBLE=y
57438 -# CONFIG_SSB is not set
57441 -# Multifunction device drivers
57443 -# CONFIG_MFD_SM501 is not set
57446 -# Multimedia devices
57448 -# CONFIG_VIDEO_DEV is not set
57449 -# CONFIG_DVB_CORE is not set
57453 -# Graphics support
57455 -# CONFIG_AGP is not set
57456 -# CONFIG_DRM is not set
57457 -# CONFIG_VGASTATE is not set
57458 -CONFIG_VIDEO_OUTPUT_CONTROL=m
57459 -# CONFIG_FB is not set
57460 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
57463 -# Display device support
57465 -# CONFIG_DISPLAY_SUPPORT is not set
57470 -# CONFIG_SOUND is not set
57471 -CONFIG_HID_SUPPORT=y
57473 -# CONFIG_HID_DEBUG is not set
57474 -# CONFIG_HIDRAW is not set
57475 -CONFIG_USB_SUPPORT=y
57476 -CONFIG_USB_ARCH_HAS_HCD=y
57477 -CONFIG_USB_ARCH_HAS_OHCI=y
57478 -CONFIG_USB_ARCH_HAS_EHCI=y
57479 -# CONFIG_USB is not set
57482 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
57484 -# CONFIG_USB_GADGET is not set
57485 -# CONFIG_MMC is not set
57486 -# CONFIG_MEMSTICK is not set
57487 -# CONFIG_NEW_LEDS is not set
57488 -# CONFIG_INFINIBAND is not set
57489 -# CONFIG_EDAC is not set
57491 -CONFIG_RTC_CLASS=y
57492 -CONFIG_RTC_HCTOSYS=y
57493 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
57494 -# CONFIG_RTC_DEBUG is not set
57499 -CONFIG_RTC_INTF_SYSFS=y
57500 -CONFIG_RTC_INTF_PROC=y
57501 -CONFIG_RTC_INTF_DEV=y
57502 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
57503 -# CONFIG_RTC_DRV_TEST is not set
57508 -# CONFIG_RTC_DRV_DS1307 is not set
57509 -CONFIG_RTC_DRV_DS1374=y
57510 -# CONFIG_RTC_DRV_DS1672 is not set
57511 -# CONFIG_RTC_DRV_MAX6900 is not set
57512 -# CONFIG_RTC_DRV_RS5C372 is not set
57513 -# CONFIG_RTC_DRV_ISL1208 is not set
57514 -# CONFIG_RTC_DRV_X1205 is not set
57515 -# CONFIG_RTC_DRV_PCF8563 is not set
57516 -# CONFIG_RTC_DRV_PCF8583 is not set
57517 -# CONFIG_RTC_DRV_M41T80 is not set
57518 -# CONFIG_RTC_DRV_S35390A is not set
57525 -# Platform RTC drivers
57527 -# CONFIG_RTC_DRV_CMOS is not set
57528 -# CONFIG_RTC_DRV_DS1511 is not set
57529 -# CONFIG_RTC_DRV_DS1553 is not set
57530 -# CONFIG_RTC_DRV_DS1742 is not set
57531 -# CONFIG_RTC_DRV_STK17TA8 is not set
57532 -# CONFIG_RTC_DRV_M48T86 is not set
57533 -# CONFIG_RTC_DRV_M48T59 is not set
57534 -# CONFIG_RTC_DRV_V3020 is not set
57537 -# on-CPU RTC drivers
57539 -# CONFIG_DMADEVICES is not set
57544 -# CONFIG_UIO is not set
57550 -# CONFIG_EXT2_FS_XATTR is not set
57551 -# CONFIG_EXT2_FS_XIP is not set
57553 -CONFIG_EXT3_FS_XATTR=y
57554 -# CONFIG_EXT3_FS_POSIX_ACL is not set
57555 -# CONFIG_EXT3_FS_SECURITY is not set
57556 -# CONFIG_EXT4DEV_FS is not set
57558 -CONFIG_FS_MBCACHE=y
57559 -# CONFIG_REISERFS_FS is not set
57560 -# CONFIG_JFS_FS is not set
57561 -# CONFIG_FS_POSIX_ACL is not set
57562 -# CONFIG_XFS_FS is not set
57563 -# CONFIG_GFS2_FS is not set
57564 -# CONFIG_OCFS2_FS is not set
57567 -CONFIG_INOTIFY_USER=y
57568 -# CONFIG_QUOTA is not set
57569 -# CONFIG_AUTOFS_FS is not set
57570 -# CONFIG_AUTOFS4_FS is not set
57571 -# CONFIG_FUSE_FS is not set
57574 -# CD-ROM/DVD Filesystems
57576 -# CONFIG_ISO9660_FS is not set
57577 -# CONFIG_UDF_FS is not set
57580 -# DOS/FAT/NT Filesystems
57582 -# CONFIG_MSDOS_FS is not set
57583 -# CONFIG_VFAT_FS is not set
57584 -# CONFIG_NTFS_FS is not set
57587 -# Pseudo filesystems
57590 -CONFIG_PROC_KCORE=y
57591 -CONFIG_PROC_SYSCTL=y
57594 -# CONFIG_TMPFS_POSIX_ACL is not set
57595 -# CONFIG_HUGETLB_PAGE is not set
57596 -# CONFIG_CONFIGFS_FS is not set
57599 -# Miscellaneous filesystems
57601 -# CONFIG_ADFS_FS is not set
57602 -# CONFIG_AFFS_FS is not set
57603 -# CONFIG_HFS_FS is not set
57604 -# CONFIG_HFSPLUS_FS is not set
57605 -# CONFIG_BEFS_FS is not set
57606 -# CONFIG_BFS_FS is not set
57607 -# CONFIG_EFS_FS is not set
57608 -# CONFIG_CRAMFS is not set
57609 -# CONFIG_VXFS_FS is not set
57610 -# CONFIG_MINIX_FS is not set
57611 -# CONFIG_HPFS_FS is not set
57612 -# CONFIG_QNX4FS_FS is not set
57613 -# CONFIG_ROMFS_FS is not set
57614 -# CONFIG_SYSV_FS is not set
57615 -# CONFIG_UFS_FS is not set
57616 -CONFIG_NETWORK_FILESYSTEMS=y
57619 -# CONFIG_NFS_V3_ACL is not set
57621 -# CONFIG_NFS_DIRECTIO is not set
57622 -# CONFIG_NFSD is not set
57626 -CONFIG_NFS_COMMON=y
57628 -CONFIG_SUNRPC_GSS=y
57629 -# CONFIG_SUNRPC_BIND34 is not set
57630 -CONFIG_RPCSEC_GSS_KRB5=y
57631 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
57632 -# CONFIG_SMB_FS is not set
57633 -# CONFIG_CIFS is not set
57634 -# CONFIG_NCP_FS is not set
57635 -# CONFIG_CODA_FS is not set
57636 -# CONFIG_AFS_FS is not set
57641 -CONFIG_PARTITION_ADVANCED=y
57642 -# CONFIG_ACORN_PARTITION is not set
57643 -# CONFIG_OSF_PARTITION is not set
57644 -# CONFIG_AMIGA_PARTITION is not set
57645 -# CONFIG_ATARI_PARTITION is not set
57646 -# CONFIG_MAC_PARTITION is not set
57647 -# CONFIG_MSDOS_PARTITION is not set
57648 -# CONFIG_LDM_PARTITION is not set
57649 -# CONFIG_SGI_PARTITION is not set
57650 -# CONFIG_ULTRIX_PARTITION is not set
57651 -# CONFIG_SUN_PARTITION is not set
57652 -# CONFIG_KARMA_PARTITION is not set
57653 -# CONFIG_EFI_PARTITION is not set
57654 -# CONFIG_SYSV68_PARTITION is not set
57655 -# CONFIG_NLS is not set
57656 -# CONFIG_DLM is not set
57661 -# Library routines
57663 -CONFIG_BITREVERSE=y
57664 -# CONFIG_CRC_CCITT is not set
57665 -# CONFIG_CRC16 is not set
57666 -# CONFIG_CRC_ITU_T is not set
57668 -# CONFIG_CRC7 is not set
57669 -# CONFIG_LIBCRC32C is not set
57671 -CONFIG_HAS_IOMEM=y
57672 -CONFIG_HAS_IOPORT=y
57678 -# CONFIG_PRINTK_TIME is not set
57679 -CONFIG_ENABLE_WARN_DEPRECATED=y
57680 -CONFIG_ENABLE_MUST_CHECK=y
57681 -# CONFIG_MAGIC_SYSRQ is not set
57682 -# CONFIG_UNUSED_SYMBOLS is not set
57683 -# CONFIG_DEBUG_FS is not set
57684 -# CONFIG_HEADERS_CHECK is not set
57685 -# CONFIG_DEBUG_KERNEL is not set
57686 -# CONFIG_SLUB_DEBUG_ON is not set
57687 -# CONFIG_SLUB_STATS is not set
57688 -# CONFIG_DEBUG_BUGVERBOSE is not set
57689 -# CONFIG_SAMPLES is not set
57690 -# CONFIG_PPC_EARLY_DEBUG is not set
57693 -# Security options
57695 -# CONFIG_KEYS is not set
57696 -# CONFIG_SECURITY is not set
57697 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
57699 -CONFIG_CRYPTO_ALGAPI=y
57700 -CONFIG_CRYPTO_BLKCIPHER=y
57701 -# CONFIG_CRYPTO_SEQIV is not set
57702 -CONFIG_CRYPTO_MANAGER=y
57703 -# CONFIG_CRYPTO_HMAC is not set
57704 -# CONFIG_CRYPTO_XCBC is not set
57705 -# CONFIG_CRYPTO_NULL is not set
57706 -# CONFIG_CRYPTO_MD4 is not set
57707 -CONFIG_CRYPTO_MD5=y
57708 -# CONFIG_CRYPTO_SHA1 is not set
57709 -# CONFIG_CRYPTO_SHA256 is not set
57710 -# CONFIG_CRYPTO_SHA512 is not set
57711 -# CONFIG_CRYPTO_WP512 is not set
57712 -# CONFIG_CRYPTO_TGR192 is not set
57713 -# CONFIG_CRYPTO_GF128MUL is not set
57714 -CONFIG_CRYPTO_ECB=m
57715 -CONFIG_CRYPTO_CBC=y
57716 -CONFIG_CRYPTO_PCBC=m
57717 -# CONFIG_CRYPTO_LRW is not set
57718 -# CONFIG_CRYPTO_XTS is not set
57719 -# CONFIG_CRYPTO_CTR is not set
57720 -# CONFIG_CRYPTO_GCM is not set
57721 -# CONFIG_CRYPTO_CCM is not set
57722 -# CONFIG_CRYPTO_CRYPTD is not set
57723 -CONFIG_CRYPTO_DES=y
57724 -# CONFIG_CRYPTO_FCRYPT is not set
57725 -# CONFIG_CRYPTO_BLOWFISH is not set
57726 -# CONFIG_CRYPTO_TWOFISH is not set
57727 -# CONFIG_CRYPTO_SERPENT is not set
57728 -# CONFIG_CRYPTO_AES is not set
57729 -# CONFIG_CRYPTO_CAST5 is not set
57730 -# CONFIG_CRYPTO_CAST6 is not set
57731 -# CONFIG_CRYPTO_TEA is not set
57732 -# CONFIG_CRYPTO_ARC4 is not set
57733 -# CONFIG_CRYPTO_KHAZAD is not set
57734 -# CONFIG_CRYPTO_ANUBIS is not set
57735 -# CONFIG_CRYPTO_SEED is not set
57736 -# CONFIG_CRYPTO_SALSA20 is not set
57737 -# CONFIG_CRYPTO_DEFLATE is not set
57738 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
57739 -# CONFIG_CRYPTO_CRC32C is not set
57740 -# CONFIG_CRYPTO_CAMELLIA is not set
57741 -# CONFIG_CRYPTO_TEST is not set
57742 -# CONFIG_CRYPTO_AUTHENC is not set
57743 -# CONFIG_CRYPTO_LZO is not set
57744 -CONFIG_CRYPTO_HW=y
57745 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
57746 -# CONFIG_PPC_CLOCK is not set
57747 -CONFIG_PPC_LIB_RHEAP=y
57748 --- a/arch/powerpc/configs/mpc832x_rdb_defconfig
57752 -# Automatically generated make config: don't edit
57753 -# Linux kernel version: 2.6.25-rc6
57754 -# Mon Mar 24 08:48:16 2008
57756 -# CONFIG_PPC64 is not set
57759 -# Processor support
57762 -# CONFIG_PPC_85xx is not set
57763 -# CONFIG_PPC_8xx is not set
57764 -# CONFIG_40x is not set
57765 -# CONFIG_44x is not set
57766 -# CONFIG_E200 is not set
57768 -# CONFIG_FSL_EMB_PERFMON is not set
57769 -CONFIG_PPC_STD_MMU=y
57770 -CONFIG_PPC_STD_MMU_32=y
57771 -# CONFIG_PPC_MM_SLICES is not set
57772 -# CONFIG_SMP is not set
57774 -CONFIG_WORD_SIZE=32
57775 -CONFIG_PPC_MERGE=y
57777 -CONFIG_GENERIC_CMOS_UPDATE=y
57778 -CONFIG_GENERIC_TIME=y
57779 -CONFIG_GENERIC_TIME_VSYSCALL=y
57780 -CONFIG_GENERIC_CLOCKEVENTS=y
57781 -CONFIG_GENERIC_HARDIRQS=y
57782 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
57783 -CONFIG_IRQ_PER_CPU=y
57784 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
57785 -CONFIG_ARCH_HAS_ILOG2_U32=y
57786 -CONFIG_GENERIC_HWEIGHT=y
57787 -CONFIG_GENERIC_CALIBRATE_DELAY=y
57788 -CONFIG_GENERIC_FIND_NEXT_BIT=y
57789 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
57791 -CONFIG_EARLY_PRINTK=y
57792 -CONFIG_GENERIC_NVRAM=y
57793 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
57794 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
57797 -CONFIG_PPC_UDBG_16550=y
57798 -# CONFIG_GENERIC_TBSYNC is not set
57799 -CONFIG_AUDIT_ARCH=y
57800 -CONFIG_GENERIC_BUG=y
57801 -CONFIG_DEFAULT_UIMAGE=y
57802 -# CONFIG_PPC_DCR_NATIVE is not set
57803 -# CONFIG_PPC_DCR_MMIO is not set
57804 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
57809 -CONFIG_EXPERIMENTAL=y
57810 -CONFIG_BROKEN_ON_SMP=y
57811 -CONFIG_INIT_ENV_ARG_LIMIT=32
57812 -CONFIG_LOCALVERSION=""
57813 -CONFIG_LOCALVERSION_AUTO=y
57816 -CONFIG_SYSVIPC_SYSCTL=y
57817 -# CONFIG_POSIX_MQUEUE is not set
57818 -# CONFIG_BSD_PROCESS_ACCT is not set
57819 -# CONFIG_TASKSTATS is not set
57820 -# CONFIG_AUDIT is not set
57821 -# CONFIG_IKCONFIG is not set
57822 -CONFIG_LOG_BUF_SHIFT=14
57823 -# CONFIG_CGROUPS is not set
57824 -CONFIG_GROUP_SCHED=y
57825 -# CONFIG_FAIR_GROUP_SCHED is not set
57826 -# CONFIG_RT_GROUP_SCHED is not set
57827 -CONFIG_USER_SCHED=y
57828 -# CONFIG_CGROUP_SCHED is not set
57829 -CONFIG_SYSFS_DEPRECATED=y
57830 -CONFIG_SYSFS_DEPRECATED_V2=y
57831 -# CONFIG_RELAY is not set
57832 -# CONFIG_NAMESPACES is not set
57833 -CONFIG_BLK_DEV_INITRD=y
57834 -CONFIG_INITRAMFS_SOURCE=""
57835 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
57838 -CONFIG_SYSCTL_SYSCALL=y
57839 -# CONFIG_KALLSYMS is not set
57844 -CONFIG_COMPAT_BRK=y
57845 -CONFIG_BASE_FULL=y
57847 -CONFIG_ANON_INODES=y
57848 -# CONFIG_EPOLL is not set
57853 -CONFIG_VM_EVENT_COUNTERS=y
57854 -CONFIG_SLUB_DEBUG=y
57855 -# CONFIG_SLAB is not set
57857 -# CONFIG_SLOB is not set
57858 -# CONFIG_PROFILING is not set
57859 -# CONFIG_MARKERS is not set
57860 -CONFIG_HAVE_OPROFILE=y
57861 -CONFIG_HAVE_KPROBES=y
57862 -CONFIG_HAVE_KRETPROBES=y
57863 -CONFIG_PROC_PAGE_MONITOR=y
57865 -CONFIG_RT_MUTEXES=y
57866 -# CONFIG_TINY_SHMEM is not set
57867 -CONFIG_BASE_SMALL=0
57869 -CONFIG_MODULE_UNLOAD=y
57870 -# CONFIG_MODULE_FORCE_UNLOAD is not set
57871 -# CONFIG_MODVERSIONS is not set
57872 -# CONFIG_MODULE_SRCVERSION_ALL is not set
57873 -# CONFIG_KMOD is not set
57875 -# CONFIG_LBD is not set
57876 -# CONFIG_BLK_DEV_IO_TRACE is not set
57877 -# CONFIG_LSF is not set
57878 -# CONFIG_BLK_DEV_BSG is not set
57883 -CONFIG_IOSCHED_NOOP=y
57884 -CONFIG_IOSCHED_AS=y
57885 -CONFIG_IOSCHED_DEADLINE=y
57886 -CONFIG_IOSCHED_CFQ=y
57887 -CONFIG_DEFAULT_AS=y
57888 -# CONFIG_DEFAULT_DEADLINE is not set
57889 -# CONFIG_DEFAULT_CFQ is not set
57890 -# CONFIG_DEFAULT_NOOP is not set
57891 -CONFIG_DEFAULT_IOSCHED="anticipatory"
57892 -CONFIG_CLASSIC_RCU=y
57895 -# Platform support
57897 -# CONFIG_PPC_MULTIPLATFORM is not set
57898 -# CONFIG_PPC_82xx is not set
57900 -# CONFIG_PPC_86xx is not set
57901 -# CONFIG_PPC_MPC512x is not set
57902 -# CONFIG_PPC_MPC5121 is not set
57903 -# CONFIG_PPC_CELL is not set
57904 -# CONFIG_PPC_CELL_NATIVE is not set
57905 -# CONFIG_PQ2ADS is not set
57907 -# CONFIG_MPC831x_RDB is not set
57908 -# CONFIG_MPC832x_MDS is not set
57909 -CONFIG_MPC832x_RDB=y
57910 -# CONFIG_MPC834x_MDS is not set
57911 -# CONFIG_MPC834x_ITX is not set
57912 -# CONFIG_MPC836x_MDS is not set
57913 -# CONFIG_MPC837x_MDS is not set
57914 -# CONFIG_MPC837x_RDB is not set
57915 -# CONFIG_SBC834x is not set
57916 -CONFIG_PPC_MPC832x=y
57918 -# CONFIG_MPIC is not set
57919 -# CONFIG_MPIC_WEIRD is not set
57920 -# CONFIG_PPC_I8259 is not set
57921 -# CONFIG_PPC_RTAS is not set
57922 -# CONFIG_MMIO_NVRAM is not set
57923 -# CONFIG_PPC_MPC106 is not set
57924 -# CONFIG_PPC_970_NAP is not set
57925 -# CONFIG_PPC_INDIRECT_IO is not set
57926 -# CONFIG_GENERIC_IOMAP is not set
57927 -# CONFIG_CPU_FREQ is not set
57928 -CONFIG_QUICC_ENGINE=y
57929 -# CONFIG_FSL_ULI1575 is not set
57934 -# CONFIG_HIGHMEM is not set
57935 -CONFIG_TICK_ONESHOT=y
57937 -CONFIG_HIGH_RES_TIMERS=y
57938 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
57939 -# CONFIG_HZ_100 is not set
57941 -# CONFIG_HZ_300 is not set
57942 -# CONFIG_HZ_1000 is not set
57944 -# CONFIG_SCHED_HRTICK is not set
57945 -CONFIG_PREEMPT_NONE=y
57946 -# CONFIG_PREEMPT_VOLUNTARY is not set
57947 -# CONFIG_PREEMPT is not set
57948 -CONFIG_BINFMT_ELF=y
57949 -# CONFIG_BINFMT_MISC is not set
57950 -CONFIG_MATH_EMULATION=y
57951 -# CONFIG_IOMMU_HELPER is not set
57952 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
57953 -CONFIG_ARCH_HAS_WALK_MEMORY=y
57954 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
57955 -CONFIG_ARCH_FLATMEM_ENABLE=y
57956 -CONFIG_ARCH_POPULATES_NODE_MAP=y
57957 -CONFIG_SELECT_MEMORY_MODEL=y
57958 -CONFIG_FLATMEM_MANUAL=y
57959 -# CONFIG_DISCONTIGMEM_MANUAL is not set
57960 -# CONFIG_SPARSEMEM_MANUAL is not set
57962 -CONFIG_FLAT_NODE_MEM_MAP=y
57963 -# CONFIG_SPARSEMEM_STATIC is not set
57964 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
57965 -CONFIG_SPLIT_PTLOCK_CPUS=4
57966 -# CONFIG_RESOURCES_64BIT is not set
57967 -CONFIG_ZONE_DMA_FLAG=1
57969 -CONFIG_VIRT_TO_BUS=y
57970 -CONFIG_PROC_DEVICETREE=y
57971 -# CONFIG_CMDLINE_BOOL is not set
57972 -# CONFIG_PM is not set
57974 -CONFIG_ISA_DMA_API=y
57980 -CONFIG_GENERIC_ISA_DMA=y
57981 -CONFIG_PPC_INDIRECT_PCI=y
57984 -CONFIG_PCI_DOMAINS=y
57985 -CONFIG_PCI_SYSCALL=y
57986 -# CONFIG_PCIEPORTBUS is not set
57987 -CONFIG_ARCH_SUPPORTS_MSI=y
57988 -# CONFIG_PCI_MSI is not set
57989 -CONFIG_PCI_LEGACY=y
57990 -# CONFIG_PCCARD is not set
57991 -# CONFIG_HOTPLUG_PCI is not set
57996 -# CONFIG_ADVANCED_OPTIONS is not set
57999 -# Default settings for advanced configuration options are used
58001 -CONFIG_HIGHMEM_START=0xfe000000
58002 -CONFIG_LOWMEM_SIZE=0x30000000
58003 -CONFIG_KERNEL_START=0xc0000000
58004 -CONFIG_TASK_SIZE=0xc0000000
58005 -CONFIG_BOOT_LOAD=0x00800000
58013 -# Networking options
58016 -# CONFIG_PACKET_MMAP is not set
58019 -# CONFIG_XFRM_USER is not set
58020 -# CONFIG_XFRM_SUB_POLICY is not set
58021 -# CONFIG_XFRM_MIGRATE is not set
58022 -# CONFIG_XFRM_STATISTICS is not set
58023 -# CONFIG_NET_KEY is not set
58025 -CONFIG_IP_MULTICAST=y
58026 -# CONFIG_IP_ADVANCED_ROUTER is not set
58027 -CONFIG_IP_FIB_HASH=y
58029 -CONFIG_IP_PNP_DHCP=y
58030 -CONFIG_IP_PNP_BOOTP=y
58031 -# CONFIG_IP_PNP_RARP is not set
58032 -# CONFIG_NET_IPIP is not set
58033 -# CONFIG_NET_IPGRE is not set
58034 -# CONFIG_IP_MROUTE is not set
58035 -# CONFIG_ARPD is not set
58036 -CONFIG_SYN_COOKIES=y
58037 -# CONFIG_INET_AH is not set
58038 -# CONFIG_INET_ESP is not set
58039 -# CONFIG_INET_IPCOMP is not set
58040 -# CONFIG_INET_XFRM_TUNNEL is not set
58041 -# CONFIG_INET_TUNNEL is not set
58042 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
58043 -CONFIG_INET_XFRM_MODE_TUNNEL=y
58044 -CONFIG_INET_XFRM_MODE_BEET=y
58045 -# CONFIG_INET_LRO is not set
58046 -CONFIG_INET_DIAG=y
58047 -CONFIG_INET_TCP_DIAG=y
58048 -# CONFIG_TCP_CONG_ADVANCED is not set
58049 -CONFIG_TCP_CONG_CUBIC=y
58050 -CONFIG_DEFAULT_TCP_CONG="cubic"
58051 -# CONFIG_TCP_MD5SIG is not set
58052 -# CONFIG_IPV6 is not set
58053 -# CONFIG_INET6_XFRM_TUNNEL is not set
58054 -# CONFIG_INET6_TUNNEL is not set
58055 -# CONFIG_NETWORK_SECMARK is not set
58056 -# CONFIG_NETFILTER is not set
58057 -# CONFIG_IP_DCCP is not set
58058 -# CONFIG_IP_SCTP is not set
58059 -# CONFIG_TIPC is not set
58060 -# CONFIG_ATM is not set
58061 -# CONFIG_BRIDGE is not set
58062 -# CONFIG_VLAN_8021Q is not set
58063 -# CONFIG_DECNET is not set
58064 -# CONFIG_LLC2 is not set
58065 -# CONFIG_IPX is not set
58066 -# CONFIG_ATALK is not set
58067 -# CONFIG_X25 is not set
58068 -# CONFIG_LAPB is not set
58069 -# CONFIG_ECONET is not set
58070 -# CONFIG_WAN_ROUTER is not set
58071 -# CONFIG_NET_SCHED is not set
58076 -# CONFIG_NET_PKTGEN is not set
58077 -# CONFIG_HAMRADIO is not set
58078 -# CONFIG_CAN is not set
58079 -# CONFIG_IRDA is not set
58080 -# CONFIG_BT is not set
58081 -# CONFIG_AF_RXRPC is not set
58086 -# CONFIG_CFG80211 is not set
58087 -# CONFIG_WIRELESS_EXT is not set
58088 -# CONFIG_MAC80211 is not set
58089 -# CONFIG_IEEE80211 is not set
58090 -# CONFIG_RFKILL is not set
58091 -# CONFIG_NET_9P is not set
58098 -# Generic Driver Options
58100 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
58101 -CONFIG_STANDALONE=y
58102 -CONFIG_PREVENT_FIRMWARE_BUILD=y
58103 -# CONFIG_FW_LOADER is not set
58104 -# CONFIG_SYS_HYPERVISOR is not set
58105 -# CONFIG_CONNECTOR is not set
58106 -# CONFIG_MTD is not set
58107 -CONFIG_OF_DEVICE=y
58108 -# CONFIG_PARPORT is not set
58110 -# CONFIG_BLK_DEV_FD is not set
58111 -# CONFIG_BLK_CPQ_DA is not set
58112 -# CONFIG_BLK_CPQ_CISS_DA is not set
58113 -# CONFIG_BLK_DEV_DAC960 is not set
58114 -# CONFIG_BLK_DEV_UMEM is not set
58115 -# CONFIG_BLK_DEV_COW_COMMON is not set
58116 -CONFIG_BLK_DEV_LOOP=y
58117 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
58118 -# CONFIG_BLK_DEV_NBD is not set
58119 -# CONFIG_BLK_DEV_SX8 is not set
58120 -# CONFIG_BLK_DEV_UB is not set
58121 -CONFIG_BLK_DEV_RAM=y
58122 -CONFIG_BLK_DEV_RAM_COUNT=16
58123 -CONFIG_BLK_DEV_RAM_SIZE=32768
58124 -# CONFIG_BLK_DEV_XIP is not set
58125 -# CONFIG_CDROM_PKTCDVD is not set
58126 -# CONFIG_ATA_OVER_ETH is not set
58127 -CONFIG_MISC_DEVICES=y
58128 -# CONFIG_PHANTOM is not set
58129 -# CONFIG_EEPROM_93CX6 is not set
58130 -# CONFIG_SGI_IOC4 is not set
58131 -# CONFIG_TIFM_CORE is not set
58132 -# CONFIG_ENCLOSURE_SERVICES is not set
58134 -# CONFIG_IDE is not set
58137 -# SCSI device support
58139 -# CONFIG_RAID_ATTRS is not set
58142 -# CONFIG_SCSI_TGT is not set
58143 -# CONFIG_SCSI_NETLINK is not set
58144 -CONFIG_SCSI_PROC_FS=y
58147 -# SCSI support type (disk, tape, CD-ROM)
58149 -CONFIG_BLK_DEV_SD=y
58150 -# CONFIG_CHR_DEV_ST is not set
58151 -# CONFIG_CHR_DEV_OSST is not set
58152 -# CONFIG_BLK_DEV_SR is not set
58153 -# CONFIG_CHR_DEV_SG is not set
58154 -# CONFIG_CHR_DEV_SCH is not set
58157 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
58159 -# CONFIG_SCSI_MULTI_LUN is not set
58160 -# CONFIG_SCSI_CONSTANTS is not set
58161 -# CONFIG_SCSI_LOGGING is not set
58162 -# CONFIG_SCSI_SCAN_ASYNC is not set
58163 -CONFIG_SCSI_WAIT_SCAN=m
58168 -# CONFIG_SCSI_SPI_ATTRS is not set
58169 -# CONFIG_SCSI_FC_ATTRS is not set
58170 -# CONFIG_SCSI_ISCSI_ATTRS is not set
58171 -# CONFIG_SCSI_SAS_LIBSAS is not set
58172 -# CONFIG_SCSI_SRP_ATTRS is not set
58173 -CONFIG_SCSI_LOWLEVEL=y
58174 -# CONFIG_ISCSI_TCP is not set
58175 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
58176 -# CONFIG_SCSI_3W_9XXX is not set
58177 -# CONFIG_SCSI_ACARD is not set
58178 -# CONFIG_SCSI_AACRAID is not set
58179 -# CONFIG_SCSI_AIC7XXX is not set
58180 -# CONFIG_SCSI_AIC7XXX_OLD is not set
58181 -# CONFIG_SCSI_AIC79XX is not set
58182 -# CONFIG_SCSI_AIC94XX is not set
58183 -# CONFIG_SCSI_DPT_I2O is not set
58184 -# CONFIG_SCSI_ADVANSYS is not set
58185 -# CONFIG_SCSI_ARCMSR is not set
58186 -# CONFIG_MEGARAID_NEWGEN is not set
58187 -# CONFIG_MEGARAID_LEGACY is not set
58188 -# CONFIG_MEGARAID_SAS is not set
58189 -# CONFIG_SCSI_HPTIOP is not set
58190 -# CONFIG_SCSI_BUSLOGIC is not set
58191 -# CONFIG_SCSI_DMX3191D is not set
58192 -# CONFIG_SCSI_EATA is not set
58193 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
58194 -# CONFIG_SCSI_GDTH is not set
58195 -# CONFIG_SCSI_IPS is not set
58196 -# CONFIG_SCSI_INITIO is not set
58197 -# CONFIG_SCSI_INIA100 is not set
58198 -# CONFIG_SCSI_MVSAS is not set
58199 -# CONFIG_SCSI_STEX is not set
58200 -# CONFIG_SCSI_SYM53C8XX_2 is not set
58201 -# CONFIG_SCSI_QLOGIC_1280 is not set
58202 -# CONFIG_SCSI_QLA_FC is not set
58203 -# CONFIG_SCSI_QLA_ISCSI is not set
58204 -# CONFIG_SCSI_LPFC is not set
58205 -# CONFIG_SCSI_DC395x is not set
58206 -# CONFIG_SCSI_DC390T is not set
58207 -# CONFIG_SCSI_NSP32 is not set
58208 -# CONFIG_SCSI_DEBUG is not set
58209 -# CONFIG_SCSI_SRP is not set
58210 -# CONFIG_ATA is not set
58211 -# CONFIG_MD is not set
58212 -# CONFIG_FUSION is not set
58215 -# IEEE 1394 (FireWire) support
58217 -# CONFIG_FIREWIRE is not set
58218 -# CONFIG_IEEE1394 is not set
58219 -# CONFIG_I2O is not set
58220 -# CONFIG_MACINTOSH_DRIVERS is not set
58221 -CONFIG_NETDEVICES=y
58222 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
58223 -# CONFIG_DUMMY is not set
58224 -# CONFIG_BONDING is not set
58225 -# CONFIG_MACVLAN is not set
58226 -# CONFIG_EQUALIZER is not set
58227 -# CONFIG_TUN is not set
58228 -# CONFIG_VETH is not set
58229 -# CONFIG_ARCNET is not set
58233 -# MII PHY device drivers
58235 -# CONFIG_MARVELL_PHY is not set
58236 -# CONFIG_DAVICOM_PHY is not set
58237 -# CONFIG_QSEMI_PHY is not set
58238 -# CONFIG_LXT_PHY is not set
58239 -# CONFIG_CICADA_PHY is not set
58240 -# CONFIG_VITESSE_PHY is not set
58241 -# CONFIG_SMSC_PHY is not set
58242 -# CONFIG_BROADCOM_PHY is not set
58243 -CONFIG_ICPLUS_PHY=y
58244 -# CONFIG_REALTEK_PHY is not set
58245 -# CONFIG_FIXED_PHY is not set
58246 -# CONFIG_MDIO_BITBANG is not set
58247 -CONFIG_NET_ETHERNET=y
58249 -# CONFIG_HAPPYMEAL is not set
58250 -# CONFIG_SUNGEM is not set
58251 -# CONFIG_CASSINI is not set
58252 -# CONFIG_NET_VENDOR_3COM is not set
58253 -# CONFIG_ENC28J60 is not set
58254 -# CONFIG_NET_TULIP is not set
58255 -# CONFIG_HP100 is not set
58256 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
58257 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
58258 -# CONFIG_IBM_NEW_EMAC_TAH is not set
58259 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
58260 -# CONFIG_NET_PCI is not set
58261 -# CONFIG_B44 is not set
58262 -CONFIG_NETDEV_1000=y
58263 -# CONFIG_ACENIC is not set
58264 -# CONFIG_DL2K is not set
58266 -# CONFIG_E1000_NAPI is not set
58267 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
58268 -# CONFIG_E1000E is not set
58269 -# CONFIG_E1000E_ENABLED is not set
58270 -# CONFIG_IP1000 is not set
58271 -# CONFIG_IGB is not set
58272 -# CONFIG_NS83820 is not set
58273 -# CONFIG_HAMACHI is not set
58274 -# CONFIG_YELLOWFIN is not set
58275 -# CONFIG_R8169 is not set
58276 -# CONFIG_SIS190 is not set
58277 -# CONFIG_SKGE is not set
58278 -# CONFIG_SKY2 is not set
58279 -# CONFIG_SK98LIN is not set
58280 -# CONFIG_VIA_VELOCITY is not set
58281 -# CONFIG_TIGON3 is not set
58282 -# CONFIG_BNX2 is not set
58283 -# CONFIG_GIANFAR is not set
58285 -CONFIG_UGETH_NAPI=y
58286 -# CONFIG_UGETH_MAGIC_PACKET is not set
58287 -# CONFIG_UGETH_FILTERING is not set
58288 -# CONFIG_UGETH_TX_ON_DEMAND is not set
58289 -# CONFIG_QLA3XXX is not set
58290 -# CONFIG_ATL1 is not set
58291 -CONFIG_NETDEV_10000=y
58292 -# CONFIG_CHELSIO_T1 is not set
58293 -# CONFIG_CHELSIO_T3 is not set
58294 -# CONFIG_IXGBE is not set
58295 -# CONFIG_IXGB is not set
58296 -# CONFIG_S2IO is not set
58297 -# CONFIG_MYRI10GE is not set
58298 -# CONFIG_NETXEN_NIC is not set
58299 -# CONFIG_NIU is not set
58300 -# CONFIG_MLX4_CORE is not set
58301 -# CONFIG_TEHUTI is not set
58302 -# CONFIG_BNX2X is not set
58303 -# CONFIG_TR is not set
58308 -# CONFIG_WLAN_PRE80211 is not set
58309 -# CONFIG_WLAN_80211 is not set
58312 -# USB Network Adapters
58314 -# CONFIG_USB_CATC is not set
58315 -# CONFIG_USB_KAWETH is not set
58316 -# CONFIG_USB_PEGASUS is not set
58317 -# CONFIG_USB_RTL8150 is not set
58318 -# CONFIG_USB_USBNET is not set
58319 -# CONFIG_WAN is not set
58320 -# CONFIG_FDDI is not set
58321 -# CONFIG_HIPPI is not set
58322 -# CONFIG_PPP is not set
58323 -# CONFIG_SLIP is not set
58324 -# CONFIG_NET_FC is not set
58325 -# CONFIG_NETCONSOLE is not set
58326 -# CONFIG_NETPOLL is not set
58327 -# CONFIG_NET_POLL_CONTROLLER is not set
58328 -# CONFIG_ISDN is not set
58329 -# CONFIG_PHONE is not set
58332 -# Input device support
58335 -# CONFIG_INPUT_FF_MEMLESS is not set
58336 -# CONFIG_INPUT_POLLDEV is not set
58339 -# Userland interfaces
58341 -# CONFIG_INPUT_MOUSEDEV is not set
58342 -# CONFIG_INPUT_JOYDEV is not set
58343 -# CONFIG_INPUT_EVDEV is not set
58344 -# CONFIG_INPUT_EVBUG is not set
58347 -# Input Device Drivers
58349 -# CONFIG_INPUT_KEYBOARD is not set
58350 -# CONFIG_INPUT_MOUSE is not set
58351 -# CONFIG_INPUT_JOYSTICK is not set
58352 -# CONFIG_INPUT_TABLET is not set
58353 -# CONFIG_INPUT_TOUCHSCREEN is not set
58354 -# CONFIG_INPUT_MISC is not set
58357 -# Hardware I/O ports
58359 -# CONFIG_SERIO is not set
58360 -# CONFIG_GAMEPORT is not set
58363 -# Character devices
58365 -# CONFIG_VT is not set
58366 -# CONFIG_SERIAL_NONSTANDARD is not set
58367 -# CONFIG_NOZOMI is not set
58372 -CONFIG_SERIAL_8250=y
58373 -CONFIG_SERIAL_8250_CONSOLE=y
58374 -CONFIG_SERIAL_8250_PCI=y
58375 -CONFIG_SERIAL_8250_NR_UARTS=4
58376 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
58377 -# CONFIG_SERIAL_8250_EXTENDED is not set
58380 -# Non-8250 serial port support
58382 -# CONFIG_SERIAL_UARTLITE is not set
58383 -CONFIG_SERIAL_CORE=y
58384 -CONFIG_SERIAL_CORE_CONSOLE=y
58385 -# CONFIG_SERIAL_JSM is not set
58386 -# CONFIG_SERIAL_OF_PLATFORM is not set
58387 -# CONFIG_SERIAL_QE is not set
58388 -CONFIG_UNIX98_PTYS=y
58389 -CONFIG_LEGACY_PTYS=y
58390 -CONFIG_LEGACY_PTY_COUNT=256
58391 -# CONFIG_IPMI_HANDLER is not set
58392 -CONFIG_HW_RANDOM=y
58393 -# CONFIG_NVRAM is not set
58395 -# CONFIG_GEN_RTC_X is not set
58396 -# CONFIG_R3964 is not set
58397 -# CONFIG_APPLICOM is not set
58398 -# CONFIG_RAW_DRIVER is not set
58399 -# CONFIG_TCG_TPM is not set
58402 -CONFIG_I2C_BOARDINFO=y
58403 -CONFIG_I2C_CHARDEV=y
58408 -# CONFIG_I2C_ALGOBIT is not set
58409 -# CONFIG_I2C_ALGOPCF is not set
58410 -# CONFIG_I2C_ALGOPCA is not set
58413 -# I2C Hardware Bus support
58415 -# CONFIG_I2C_ALI1535 is not set
58416 -# CONFIG_I2C_ALI1563 is not set
58417 -# CONFIG_I2C_ALI15X3 is not set
58418 -# CONFIG_I2C_AMD756 is not set
58419 -# CONFIG_I2C_AMD8111 is not set
58420 -# CONFIG_I2C_I801 is not set
58421 -# CONFIG_I2C_I810 is not set
58422 -# CONFIG_I2C_PIIX4 is not set
58424 -# CONFIG_I2C_NFORCE2 is not set
58425 -# CONFIG_I2C_OCORES is not set
58426 -# CONFIG_I2C_PARPORT_LIGHT is not set
58427 -# CONFIG_I2C_PROSAVAGE is not set
58428 -# CONFIG_I2C_SAVAGE4 is not set
58429 -# CONFIG_I2C_SIMTEC is not set
58430 -# CONFIG_I2C_SIS5595 is not set
58431 -# CONFIG_I2C_SIS630 is not set
58432 -# CONFIG_I2C_SIS96X is not set
58433 -# CONFIG_I2C_TAOS_EVM is not set
58434 -# CONFIG_I2C_STUB is not set
58435 -# CONFIG_I2C_TINY_USB is not set
58436 -# CONFIG_I2C_VIA is not set
58437 -# CONFIG_I2C_VIAPRO is not set
58438 -# CONFIG_I2C_VOODOO3 is not set
58441 -# Miscellaneous I2C Chip support
58443 -# CONFIG_DS1682 is not set
58444 -# CONFIG_SENSORS_EEPROM is not set
58445 -# CONFIG_SENSORS_PCF8574 is not set
58446 -# CONFIG_PCF8575 is not set
58447 -# CONFIG_SENSORS_PCF8591 is not set
58448 -# CONFIG_TPS65010 is not set
58449 -# CONFIG_SENSORS_MAX6875 is not set
58450 -# CONFIG_SENSORS_TSL2550 is not set
58451 -# CONFIG_I2C_DEBUG_CORE is not set
58452 -# CONFIG_I2C_DEBUG_ALGO is not set
58453 -# CONFIG_I2C_DEBUG_BUS is not set
58454 -# CONFIG_I2C_DEBUG_CHIP is not set
58460 -CONFIG_SPI_MASTER=y
58463 -# SPI Master Controller Drivers
58465 -CONFIG_SPI_BITBANG=y
58466 -CONFIG_SPI_MPC83xx=y
58469 -# SPI Protocol Masters
58471 -# CONFIG_SPI_AT25 is not set
58472 -# CONFIG_SPI_SPIDEV is not set
58473 -# CONFIG_SPI_TLE62X0 is not set
58474 -# CONFIG_W1 is not set
58475 -# CONFIG_POWER_SUPPLY is not set
58477 -# CONFIG_HWMON_VID is not set
58478 -# CONFIG_SENSORS_AD7418 is not set
58479 -# CONFIG_SENSORS_ADM1021 is not set
58480 -# CONFIG_SENSORS_ADM1025 is not set
58481 -# CONFIG_SENSORS_ADM1026 is not set
58482 -# CONFIG_SENSORS_ADM1029 is not set
58483 -# CONFIG_SENSORS_ADM1031 is not set
58484 -# CONFIG_SENSORS_ADM9240 is not set
58485 -# CONFIG_SENSORS_ADT7470 is not set
58486 -# CONFIG_SENSORS_ADT7473 is not set
58487 -# CONFIG_SENSORS_ATXP1 is not set
58488 -# CONFIG_SENSORS_DS1621 is not set
58489 -# CONFIG_SENSORS_I5K_AMB is not set
58490 -# CONFIG_SENSORS_F71805F is not set
58491 -# CONFIG_SENSORS_F71882FG is not set
58492 -# CONFIG_SENSORS_F75375S is not set
58493 -# CONFIG_SENSORS_GL518SM is not set
58494 -# CONFIG_SENSORS_GL520SM is not set
58495 -# CONFIG_SENSORS_IT87 is not set
58496 -# CONFIG_SENSORS_LM63 is not set
58497 -# CONFIG_SENSORS_LM70 is not set
58498 -# CONFIG_SENSORS_LM75 is not set
58499 -# CONFIG_SENSORS_LM77 is not set
58500 -# CONFIG_SENSORS_LM78 is not set
58501 -# CONFIG_SENSORS_LM80 is not set
58502 -# CONFIG_SENSORS_LM83 is not set
58503 -# CONFIG_SENSORS_LM85 is not set
58504 -# CONFIG_SENSORS_LM87 is not set
58505 -# CONFIG_SENSORS_LM90 is not set
58506 -# CONFIG_SENSORS_LM92 is not set
58507 -# CONFIG_SENSORS_LM93 is not set
58508 -# CONFIG_SENSORS_MAX1619 is not set
58509 -# CONFIG_SENSORS_MAX6650 is not set
58510 -# CONFIG_SENSORS_PC87360 is not set
58511 -# CONFIG_SENSORS_PC87427 is not set
58512 -# CONFIG_SENSORS_SIS5595 is not set
58513 -# CONFIG_SENSORS_DME1737 is not set
58514 -# CONFIG_SENSORS_SMSC47M1 is not set
58515 -# CONFIG_SENSORS_SMSC47M192 is not set
58516 -# CONFIG_SENSORS_SMSC47B397 is not set
58517 -# CONFIG_SENSORS_ADS7828 is not set
58518 -# CONFIG_SENSORS_THMC50 is not set
58519 -# CONFIG_SENSORS_VIA686A is not set
58520 -# CONFIG_SENSORS_VT1211 is not set
58521 -# CONFIG_SENSORS_VT8231 is not set
58522 -# CONFIG_SENSORS_W83781D is not set
58523 -# CONFIG_SENSORS_W83791D is not set
58524 -# CONFIG_SENSORS_W83792D is not set
58525 -# CONFIG_SENSORS_W83793 is not set
58526 -# CONFIG_SENSORS_W83L785TS is not set
58527 -# CONFIG_SENSORS_W83L786NG is not set
58528 -# CONFIG_SENSORS_W83627HF is not set
58529 -# CONFIG_SENSORS_W83627EHF is not set
58530 -# CONFIG_HWMON_DEBUG_CHIP is not set
58531 -# CONFIG_THERMAL is not set
58533 -# CONFIG_WATCHDOG_NOWAYOUT is not set
58536 -# Watchdog Device Drivers
58538 -# CONFIG_SOFT_WATCHDOG is not set
58542 -# PCI-based Watchdog Cards
58544 -# CONFIG_PCIPCWATCHDOG is not set
58545 -# CONFIG_WDTPCI is not set
58548 -# USB-based Watchdog Cards
58550 -# CONFIG_USBPCWATCHDOG is not set
58553 -# Sonics Silicon Backplane
58555 -CONFIG_SSB_POSSIBLE=y
58556 -# CONFIG_SSB is not set
58559 -# Multifunction device drivers
58561 -# CONFIG_MFD_SM501 is not set
58564 -# Multimedia devices
58566 -# CONFIG_VIDEO_DEV is not set
58567 -# CONFIG_DVB_CORE is not set
58569 -# CONFIG_USB_DABUSB is not set
58572 -# Graphics support
58574 -# CONFIG_AGP is not set
58575 -# CONFIG_DRM is not set
58576 -# CONFIG_VGASTATE is not set
58577 -CONFIG_VIDEO_OUTPUT_CONTROL=m
58578 -# CONFIG_FB is not set
58579 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
58582 -# Display device support
58584 -# CONFIG_DISPLAY_SUPPORT is not set
58589 -# CONFIG_SOUND is not set
58590 -CONFIG_HID_SUPPORT=y
58592 -# CONFIG_HID_DEBUG is not set
58593 -# CONFIG_HIDRAW is not set
58596 -# USB Input Devices
58598 -# CONFIG_USB_HID is not set
58601 -# USB HID Boot Protocol drivers
58603 -# CONFIG_USB_KBD is not set
58604 -# CONFIG_USB_MOUSE is not set
58605 -CONFIG_USB_SUPPORT=y
58606 -CONFIG_USB_ARCH_HAS_HCD=y
58607 -CONFIG_USB_ARCH_HAS_OHCI=y
58608 -CONFIG_USB_ARCH_HAS_EHCI=y
58610 -# CONFIG_USB_DEBUG is not set
58611 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
58614 -# Miscellaneous USB options
58616 -CONFIG_USB_DEVICEFS=y
58617 -CONFIG_USB_DEVICE_CLASS=y
58618 -# CONFIG_USB_DYNAMIC_MINORS is not set
58619 -# CONFIG_USB_OTG is not set
58622 -# USB Host Controller Drivers
58624 -CONFIG_USB_EHCI_HCD=y
58625 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
58626 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
58627 -# CONFIG_USB_EHCI_FSL is not set
58628 -CONFIG_USB_EHCI_HCD_PPC_OF=y
58629 -# CONFIG_USB_ISP116X_HCD is not set
58630 -CONFIG_USB_OHCI_HCD=y
58631 -CONFIG_USB_OHCI_HCD_PPC_OF=y
58632 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
58633 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
58634 -CONFIG_USB_OHCI_HCD_PCI=y
58635 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
58636 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
58637 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
58638 -# CONFIG_USB_UHCI_HCD is not set
58639 -# CONFIG_USB_SL811_HCD is not set
58640 -# CONFIG_USB_R8A66597_HCD is not set
58643 -# USB Device Class drivers
58645 -# CONFIG_USB_ACM is not set
58646 -# CONFIG_USB_PRINTER is not set
58649 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
58653 -# may also be needed; see USB_STORAGE Help for more information
58655 -CONFIG_USB_STORAGE=y
58656 -# CONFIG_USB_STORAGE_DEBUG is not set
58657 -# CONFIG_USB_STORAGE_DATAFAB is not set
58658 -# CONFIG_USB_STORAGE_FREECOM is not set
58659 -# CONFIG_USB_STORAGE_ISD200 is not set
58660 -# CONFIG_USB_STORAGE_DPCM is not set
58661 -# CONFIG_USB_STORAGE_USBAT is not set
58662 -# CONFIG_USB_STORAGE_SDDR09 is not set
58663 -# CONFIG_USB_STORAGE_SDDR55 is not set
58664 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
58665 -# CONFIG_USB_STORAGE_ALAUDA is not set
58666 -# CONFIG_USB_STORAGE_KARMA is not set
58667 -# CONFIG_USB_LIBUSUAL is not set
58670 -# USB Imaging devices
58672 -# CONFIG_USB_MDC800 is not set
58673 -# CONFIG_USB_MICROTEK is not set
58677 -# USB port drivers
58679 -# CONFIG_USB_SERIAL is not set
58682 -# USB Miscellaneous drivers
58684 -# CONFIG_USB_EMI62 is not set
58685 -# CONFIG_USB_EMI26 is not set
58686 -# CONFIG_USB_ADUTUX is not set
58687 -# CONFIG_USB_AUERSWALD is not set
58688 -# CONFIG_USB_RIO500 is not set
58689 -# CONFIG_USB_LEGOTOWER is not set
58690 -# CONFIG_USB_LCD is not set
58691 -# CONFIG_USB_BERRY_CHARGE is not set
58692 -# CONFIG_USB_LED is not set
58693 -# CONFIG_USB_CYPRESS_CY7C63 is not set
58694 -# CONFIG_USB_CYTHERM is not set
58695 -# CONFIG_USB_PHIDGET is not set
58696 -# CONFIG_USB_IDMOUSE is not set
58697 -# CONFIG_USB_FTDI_ELAN is not set
58698 -# CONFIG_USB_APPLEDISPLAY is not set
58699 -# CONFIG_USB_SISUSBVGA is not set
58700 -# CONFIG_USB_LD is not set
58701 -# CONFIG_USB_TRANCEVIBRATOR is not set
58702 -# CONFIG_USB_IOWARRIOR is not set
58703 -# CONFIG_USB_TEST is not set
58704 -# CONFIG_USB_GADGET is not set
58706 -# CONFIG_MMC_DEBUG is not set
58707 -# CONFIG_MMC_UNSAFE_RESUME is not set
58710 -# MMC/SD Card Drivers
58712 -CONFIG_MMC_BLOCK=y
58713 -CONFIG_MMC_BLOCK_BOUNCE=y
58714 -# CONFIG_SDIO_UART is not set
58717 -# MMC/SD Host Controller Drivers
58719 -# CONFIG_MMC_SDHCI is not set
58720 -# CONFIG_MMC_WBSD is not set
58721 -# CONFIG_MMC_TIFM_SD is not set
58723 -# CONFIG_MEMSTICK is not set
58724 -# CONFIG_NEW_LEDS is not set
58725 -# CONFIG_INFINIBAND is not set
58726 -# CONFIG_EDAC is not set
58727 -# CONFIG_RTC_CLASS is not set
58728 -# CONFIG_DMADEVICES is not set
58733 -# CONFIG_UIO is not set
58739 -# CONFIG_EXT2_FS_XATTR is not set
58740 -# CONFIG_EXT2_FS_XIP is not set
58742 -CONFIG_EXT3_FS_XATTR=y
58743 -# CONFIG_EXT3_FS_POSIX_ACL is not set
58744 -# CONFIG_EXT3_FS_SECURITY is not set
58745 -# CONFIG_EXT4DEV_FS is not set
58747 -CONFIG_FS_MBCACHE=y
58748 -# CONFIG_REISERFS_FS is not set
58749 -# CONFIG_JFS_FS is not set
58750 -# CONFIG_FS_POSIX_ACL is not set
58751 -# CONFIG_XFS_FS is not set
58752 -# CONFIG_GFS2_FS is not set
58753 -# CONFIG_OCFS2_FS is not set
58756 -CONFIG_INOTIFY_USER=y
58757 -# CONFIG_QUOTA is not set
58758 -# CONFIG_AUTOFS_FS is not set
58759 -# CONFIG_AUTOFS4_FS is not set
58760 -# CONFIG_FUSE_FS is not set
58763 -# CD-ROM/DVD Filesystems
58765 -# CONFIG_ISO9660_FS is not set
58766 -# CONFIG_UDF_FS is not set
58769 -# DOS/FAT/NT Filesystems
58774 -CONFIG_FAT_DEFAULT_CODEPAGE=437
58775 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
58776 -# CONFIG_NTFS_FS is not set
58779 -# Pseudo filesystems
58782 -CONFIG_PROC_KCORE=y
58783 -CONFIG_PROC_SYSCTL=y
58786 -# CONFIG_TMPFS_POSIX_ACL is not set
58787 -# CONFIG_HUGETLB_PAGE is not set
58788 -# CONFIG_CONFIGFS_FS is not set
58791 -# Miscellaneous filesystems
58793 -# CONFIG_ADFS_FS is not set
58794 -# CONFIG_AFFS_FS is not set
58795 -# CONFIG_HFS_FS is not set
58796 -# CONFIG_HFSPLUS_FS is not set
58797 -# CONFIG_BEFS_FS is not set
58798 -# CONFIG_BFS_FS is not set
58799 -# CONFIG_EFS_FS is not set
58800 -# CONFIG_CRAMFS is not set
58801 -# CONFIG_VXFS_FS is not set
58802 -# CONFIG_MINIX_FS is not set
58803 -# CONFIG_HPFS_FS is not set
58804 -# CONFIG_QNX4FS_FS is not set
58805 -# CONFIG_ROMFS_FS is not set
58806 -# CONFIG_SYSV_FS is not set
58807 -# CONFIG_UFS_FS is not set
58808 -CONFIG_NETWORK_FILESYSTEMS=y
58811 -# CONFIG_NFS_V3_ACL is not set
58813 -# CONFIG_NFS_DIRECTIO is not set
58814 -# CONFIG_NFSD is not set
58818 -CONFIG_NFS_COMMON=y
58820 -CONFIG_SUNRPC_GSS=y
58821 -# CONFIG_SUNRPC_BIND34 is not set
58822 -CONFIG_RPCSEC_GSS_KRB5=y
58823 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
58824 -# CONFIG_SMB_FS is not set
58825 -# CONFIG_CIFS is not set
58826 -# CONFIG_NCP_FS is not set
58827 -# CONFIG_CODA_FS is not set
58828 -# CONFIG_AFS_FS is not set
58833 -CONFIG_PARTITION_ADVANCED=y
58834 -# CONFIG_ACORN_PARTITION is not set
58835 -# CONFIG_OSF_PARTITION is not set
58836 -# CONFIG_AMIGA_PARTITION is not set
58837 -# CONFIG_ATARI_PARTITION is not set
58838 -# CONFIG_MAC_PARTITION is not set
58839 -CONFIG_MSDOS_PARTITION=y
58840 -# CONFIG_BSD_DISKLABEL is not set
58841 -# CONFIG_MINIX_SUBPARTITION is not set
58842 -# CONFIG_SOLARIS_X86_PARTITION is not set
58843 -# CONFIG_UNIXWARE_DISKLABEL is not set
58844 -CONFIG_LDM_PARTITION=y
58845 -# CONFIG_LDM_DEBUG is not set
58846 -# CONFIG_SGI_PARTITION is not set
58847 -# CONFIG_ULTRIX_PARTITION is not set
58848 -# CONFIG_SUN_PARTITION is not set
58849 -# CONFIG_KARMA_PARTITION is not set
58850 -# CONFIG_EFI_PARTITION is not set
58851 -# CONFIG_SYSV68_PARTITION is not set
58853 -CONFIG_NLS_DEFAULT="iso8859-1"
58854 -CONFIG_NLS_CODEPAGE_437=y
58855 -# CONFIG_NLS_CODEPAGE_737 is not set
58856 -# CONFIG_NLS_CODEPAGE_775 is not set
58857 -# CONFIG_NLS_CODEPAGE_850 is not set
58858 -# CONFIG_NLS_CODEPAGE_852 is not set
58859 -# CONFIG_NLS_CODEPAGE_855 is not set
58860 -# CONFIG_NLS_CODEPAGE_857 is not set
58861 -# CONFIG_NLS_CODEPAGE_860 is not set
58862 -# CONFIG_NLS_CODEPAGE_861 is not set
58863 -# CONFIG_NLS_CODEPAGE_862 is not set
58864 -# CONFIG_NLS_CODEPAGE_863 is not set
58865 -# CONFIG_NLS_CODEPAGE_864 is not set
58866 -# CONFIG_NLS_CODEPAGE_865 is not set
58867 -# CONFIG_NLS_CODEPAGE_866 is not set
58868 -# CONFIG_NLS_CODEPAGE_869 is not set
58869 -# CONFIG_NLS_CODEPAGE_936 is not set
58870 -# CONFIG_NLS_CODEPAGE_950 is not set
58871 -CONFIG_NLS_CODEPAGE_932=y
58872 -# CONFIG_NLS_CODEPAGE_949 is not set
58873 -# CONFIG_NLS_CODEPAGE_874 is not set
58874 -CONFIG_NLS_ISO8859_8=y
58875 -# CONFIG_NLS_CODEPAGE_1250 is not set
58876 -# CONFIG_NLS_CODEPAGE_1251 is not set
58877 -# CONFIG_NLS_ASCII is not set
58878 -CONFIG_NLS_ISO8859_1=y
58879 -# CONFIG_NLS_ISO8859_2 is not set
58880 -# CONFIG_NLS_ISO8859_3 is not set
58881 -# CONFIG_NLS_ISO8859_4 is not set
58882 -# CONFIG_NLS_ISO8859_5 is not set
58883 -# CONFIG_NLS_ISO8859_6 is not set
58884 -# CONFIG_NLS_ISO8859_7 is not set
58885 -# CONFIG_NLS_ISO8859_9 is not set
58886 -# CONFIG_NLS_ISO8859_13 is not set
58887 -# CONFIG_NLS_ISO8859_14 is not set
58888 -# CONFIG_NLS_ISO8859_15 is not set
58889 -# CONFIG_NLS_KOI8_R is not set
58890 -# CONFIG_NLS_KOI8_U is not set
58891 -# CONFIG_NLS_UTF8 is not set
58892 -# CONFIG_DLM is not set
58897 -# Library routines
58899 -CONFIG_BITREVERSE=y
58900 -# CONFIG_CRC_CCITT is not set
58901 -# CONFIG_CRC16 is not set
58902 -CONFIG_CRC_ITU_T=y
58905 -# CONFIG_LIBCRC32C is not set
58907 -CONFIG_HAS_IOMEM=y
58908 -CONFIG_HAS_IOPORT=y
58914 -# CONFIG_PRINTK_TIME is not set
58915 -CONFIG_ENABLE_WARN_DEPRECATED=y
58916 -CONFIG_ENABLE_MUST_CHECK=y
58917 -# CONFIG_MAGIC_SYSRQ is not set
58918 -# CONFIG_UNUSED_SYMBOLS is not set
58919 -# CONFIG_DEBUG_FS is not set
58920 -# CONFIG_HEADERS_CHECK is not set
58921 -# CONFIG_DEBUG_KERNEL is not set
58922 -# CONFIG_SLUB_DEBUG_ON is not set
58923 -# CONFIG_SLUB_STATS is not set
58924 -# CONFIG_DEBUG_BUGVERBOSE is not set
58925 -# CONFIG_SAMPLES is not set
58926 -# CONFIG_PPC_EARLY_DEBUG is not set
58929 -# Security options
58931 -# CONFIG_KEYS is not set
58932 -# CONFIG_SECURITY is not set
58933 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
58935 -CONFIG_CRYPTO_ALGAPI=y
58936 -CONFIG_CRYPTO_BLKCIPHER=y
58937 -# CONFIG_CRYPTO_SEQIV is not set
58938 -CONFIG_CRYPTO_MANAGER=y
58939 -# CONFIG_CRYPTO_HMAC is not set
58940 -# CONFIG_CRYPTO_XCBC is not set
58941 -# CONFIG_CRYPTO_NULL is not set
58942 -# CONFIG_CRYPTO_MD4 is not set
58943 -CONFIG_CRYPTO_MD5=y
58944 -# CONFIG_CRYPTO_SHA1 is not set
58945 -# CONFIG_CRYPTO_SHA256 is not set
58946 -# CONFIG_CRYPTO_SHA512 is not set
58947 -# CONFIG_CRYPTO_WP512 is not set
58948 -# CONFIG_CRYPTO_TGR192 is not set
58949 -# CONFIG_CRYPTO_GF128MUL is not set
58950 -CONFIG_CRYPTO_ECB=m
58951 -CONFIG_CRYPTO_CBC=y
58952 -CONFIG_CRYPTO_PCBC=m
58953 -# CONFIG_CRYPTO_LRW is not set
58954 -# CONFIG_CRYPTO_XTS is not set
58955 -# CONFIG_CRYPTO_CTR is not set
58956 -# CONFIG_CRYPTO_GCM is not set
58957 -# CONFIG_CRYPTO_CCM is not set
58958 -# CONFIG_CRYPTO_CRYPTD is not set
58959 -CONFIG_CRYPTO_DES=y
58960 -# CONFIG_CRYPTO_FCRYPT is not set
58961 -# CONFIG_CRYPTO_BLOWFISH is not set
58962 -# CONFIG_CRYPTO_TWOFISH is not set
58963 -# CONFIG_CRYPTO_SERPENT is not set
58964 -# CONFIG_CRYPTO_AES is not set
58965 -# CONFIG_CRYPTO_CAST5 is not set
58966 -# CONFIG_CRYPTO_CAST6 is not set
58967 -# CONFIG_CRYPTO_TEA is not set
58968 -# CONFIG_CRYPTO_ARC4 is not set
58969 -# CONFIG_CRYPTO_KHAZAD is not set
58970 -# CONFIG_CRYPTO_ANUBIS is not set
58971 -# CONFIG_CRYPTO_SEED is not set
58972 -# CONFIG_CRYPTO_SALSA20 is not set
58973 -# CONFIG_CRYPTO_DEFLATE is not set
58974 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
58975 -# CONFIG_CRYPTO_CRC32C is not set
58976 -# CONFIG_CRYPTO_CAMELLIA is not set
58977 -# CONFIG_CRYPTO_TEST is not set
58978 -# CONFIG_CRYPTO_AUTHENC is not set
58979 -# CONFIG_CRYPTO_LZO is not set
58980 -CONFIG_CRYPTO_HW=y
58981 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
58982 -# CONFIG_PPC_CLOCK is not set
58983 -CONFIG_PPC_LIB_RHEAP=y
58984 --- a/arch/powerpc/configs/mpc834x_itx_defconfig
58988 -# Automatically generated make config: don't edit
58989 -# Linux kernel version: 2.6.25-rc6
58990 -# Mon Mar 24 08:48:17 2008
58992 -# CONFIG_PPC64 is not set
58995 -# Processor support
58998 -# CONFIG_PPC_85xx is not set
58999 -# CONFIG_PPC_8xx is not set
59000 -# CONFIG_40x is not set
59001 -# CONFIG_44x is not set
59002 -# CONFIG_E200 is not set
59004 -# CONFIG_FSL_EMB_PERFMON is not set
59005 -CONFIG_PPC_STD_MMU=y
59006 -CONFIG_PPC_STD_MMU_32=y
59007 -# CONFIG_PPC_MM_SLICES is not set
59008 -# CONFIG_SMP is not set
59010 -CONFIG_WORD_SIZE=32
59011 -CONFIG_PPC_MERGE=y
59013 -CONFIG_GENERIC_CMOS_UPDATE=y
59014 -CONFIG_GENERIC_TIME=y
59015 -CONFIG_GENERIC_TIME_VSYSCALL=y
59016 -CONFIG_GENERIC_CLOCKEVENTS=y
59017 -CONFIG_GENERIC_HARDIRQS=y
59018 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
59019 -CONFIG_IRQ_PER_CPU=y
59020 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
59021 -CONFIG_ARCH_HAS_ILOG2_U32=y
59022 -CONFIG_GENERIC_HWEIGHT=y
59023 -CONFIG_GENERIC_CALIBRATE_DELAY=y
59024 -CONFIG_GENERIC_FIND_NEXT_BIT=y
59025 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
59027 -CONFIG_EARLY_PRINTK=y
59028 -CONFIG_GENERIC_NVRAM=y
59029 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
59030 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
59033 -CONFIG_PPC_UDBG_16550=y
59034 -# CONFIG_GENERIC_TBSYNC is not set
59035 -CONFIG_AUDIT_ARCH=y
59036 -CONFIG_GENERIC_BUG=y
59037 -CONFIG_DEFAULT_UIMAGE=y
59038 -# CONFIG_PPC_DCR_NATIVE is not set
59039 -# CONFIG_PPC_DCR_MMIO is not set
59040 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
59045 -CONFIG_EXPERIMENTAL=y
59046 -CONFIG_BROKEN_ON_SMP=y
59047 -CONFIG_INIT_ENV_ARG_LIMIT=32
59048 -CONFIG_LOCALVERSION=""
59049 -CONFIG_LOCALVERSION_AUTO=y
59052 -CONFIG_SYSVIPC_SYSCTL=y
59053 -# CONFIG_POSIX_MQUEUE is not set
59054 -# CONFIG_BSD_PROCESS_ACCT is not set
59055 -# CONFIG_TASKSTATS is not set
59056 -# CONFIG_AUDIT is not set
59057 -# CONFIG_IKCONFIG is not set
59058 -CONFIG_LOG_BUF_SHIFT=14
59059 -# CONFIG_CGROUPS is not set
59060 -CONFIG_GROUP_SCHED=y
59061 -# CONFIG_FAIR_GROUP_SCHED is not set
59062 -# CONFIG_RT_GROUP_SCHED is not set
59063 -CONFIG_USER_SCHED=y
59064 -# CONFIG_CGROUP_SCHED is not set
59065 -CONFIG_SYSFS_DEPRECATED=y
59066 -CONFIG_SYSFS_DEPRECATED_V2=y
59067 -# CONFIG_RELAY is not set
59068 -# CONFIG_NAMESPACES is not set
59069 -CONFIG_BLK_DEV_INITRD=y
59070 -CONFIG_INITRAMFS_SOURCE=""
59071 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
59074 -CONFIG_SYSCTL_SYSCALL=y
59075 -# CONFIG_KALLSYMS is not set
59080 -CONFIG_COMPAT_BRK=y
59081 -CONFIG_BASE_FULL=y
59083 -CONFIG_ANON_INODES=y
59084 -# CONFIG_EPOLL is not set
59089 -CONFIG_VM_EVENT_COUNTERS=y
59090 -CONFIG_SLUB_DEBUG=y
59091 -# CONFIG_SLAB is not set
59093 -# CONFIG_SLOB is not set
59094 -# CONFIG_PROFILING is not set
59095 -# CONFIG_MARKERS is not set
59096 -CONFIG_HAVE_OPROFILE=y
59097 -CONFIG_HAVE_KPROBES=y
59098 -CONFIG_HAVE_KRETPROBES=y
59099 -CONFIG_PROC_PAGE_MONITOR=y
59101 -CONFIG_RT_MUTEXES=y
59102 -# CONFIG_TINY_SHMEM is not set
59103 -CONFIG_BASE_SMALL=0
59105 -CONFIG_MODULE_UNLOAD=y
59106 -# CONFIG_MODULE_FORCE_UNLOAD is not set
59107 -# CONFIG_MODVERSIONS is not set
59108 -# CONFIG_MODULE_SRCVERSION_ALL is not set
59109 -# CONFIG_KMOD is not set
59111 -# CONFIG_LBD is not set
59112 -# CONFIG_BLK_DEV_IO_TRACE is not set
59113 -# CONFIG_LSF is not set
59114 -# CONFIG_BLK_DEV_BSG is not set
59119 -CONFIG_IOSCHED_NOOP=y
59120 -CONFIG_IOSCHED_AS=y
59121 -CONFIG_IOSCHED_DEADLINE=y
59122 -CONFIG_IOSCHED_CFQ=y
59123 -CONFIG_DEFAULT_AS=y
59124 -# CONFIG_DEFAULT_DEADLINE is not set
59125 -# CONFIG_DEFAULT_CFQ is not set
59126 -# CONFIG_DEFAULT_NOOP is not set
59127 -CONFIG_DEFAULT_IOSCHED="anticipatory"
59128 -CONFIG_CLASSIC_RCU=y
59131 -# Platform support
59133 -# CONFIG_PPC_MULTIPLATFORM is not set
59134 -# CONFIG_PPC_82xx is not set
59136 -# CONFIG_PPC_86xx is not set
59137 -# CONFIG_PPC_MPC512x is not set
59138 -# CONFIG_PPC_MPC5121 is not set
59139 -# CONFIG_PPC_CELL is not set
59140 -# CONFIG_PPC_CELL_NATIVE is not set
59141 -# CONFIG_PQ2ADS is not set
59143 -# CONFIG_MPC831x_RDB is not set
59144 -# CONFIG_MPC832x_MDS is not set
59145 -# CONFIG_MPC832x_RDB is not set
59146 -# CONFIG_MPC834x_MDS is not set
59147 -CONFIG_MPC834x_ITX=y
59148 -# CONFIG_MPC836x_MDS is not set
59149 -# CONFIG_MPC837x_MDS is not set
59150 -# CONFIG_MPC837x_RDB is not set
59151 -# CONFIG_SBC834x is not set
59152 -CONFIG_PPC_MPC834x=y
59154 -# CONFIG_MPIC is not set
59155 -# CONFIG_MPIC_WEIRD is not set
59156 -# CONFIG_PPC_I8259 is not set
59157 -# CONFIG_PPC_RTAS is not set
59158 -# CONFIG_MMIO_NVRAM is not set
59159 -# CONFIG_PPC_MPC106 is not set
59160 -# CONFIG_PPC_970_NAP is not set
59161 -# CONFIG_PPC_INDIRECT_IO is not set
59162 -# CONFIG_GENERIC_IOMAP is not set
59163 -# CONFIG_CPU_FREQ is not set
59164 -# CONFIG_FSL_ULI1575 is not set
59169 -# CONFIG_HIGHMEM is not set
59170 -CONFIG_TICK_ONESHOT=y
59172 -CONFIG_HIGH_RES_TIMERS=y
59173 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
59174 -# CONFIG_HZ_100 is not set
59176 -# CONFIG_HZ_300 is not set
59177 -# CONFIG_HZ_1000 is not set
59179 -# CONFIG_SCHED_HRTICK is not set
59180 -CONFIG_PREEMPT_NONE=y
59181 -# CONFIG_PREEMPT_VOLUNTARY is not set
59182 -# CONFIG_PREEMPT is not set
59183 -CONFIG_BINFMT_ELF=y
59184 -# CONFIG_BINFMT_MISC is not set
59185 -# CONFIG_IOMMU_HELPER is not set
59186 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
59187 -CONFIG_ARCH_HAS_WALK_MEMORY=y
59188 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
59189 -CONFIG_ARCH_FLATMEM_ENABLE=y
59190 -CONFIG_ARCH_POPULATES_NODE_MAP=y
59191 -CONFIG_SELECT_MEMORY_MODEL=y
59192 -CONFIG_FLATMEM_MANUAL=y
59193 -# CONFIG_DISCONTIGMEM_MANUAL is not set
59194 -# CONFIG_SPARSEMEM_MANUAL is not set
59196 -CONFIG_FLAT_NODE_MEM_MAP=y
59197 -# CONFIG_SPARSEMEM_STATIC is not set
59198 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
59199 -CONFIG_SPLIT_PTLOCK_CPUS=4
59200 -# CONFIG_RESOURCES_64BIT is not set
59201 -CONFIG_ZONE_DMA_FLAG=1
59203 -CONFIG_VIRT_TO_BUS=y
59204 -CONFIG_PROC_DEVICETREE=y
59205 -# CONFIG_CMDLINE_BOOL is not set
59206 -# CONFIG_PM is not set
59208 -CONFIG_ISA_DMA_API=y
59214 -CONFIG_GENERIC_ISA_DMA=y
59215 -CONFIG_PPC_INDIRECT_PCI=y
59218 -CONFIG_PCI_DOMAINS=y
59219 -CONFIG_PCI_SYSCALL=y
59220 -# CONFIG_PCIEPORTBUS is not set
59221 -CONFIG_ARCH_SUPPORTS_MSI=y
59222 -# CONFIG_PCI_MSI is not set
59223 -CONFIG_PCI_LEGACY=y
59224 -# CONFIG_PCCARD is not set
59225 -# CONFIG_HOTPLUG_PCI is not set
59230 -# CONFIG_ADVANCED_OPTIONS is not set
59233 -# Default settings for advanced configuration options are used
59235 -CONFIG_HIGHMEM_START=0xfe000000
59236 -CONFIG_LOWMEM_SIZE=0x30000000
59237 -CONFIG_KERNEL_START=0xc0000000
59238 -CONFIG_TASK_SIZE=0xc0000000
59239 -CONFIG_BOOT_LOAD=0x00800000
59247 -# Networking options
59250 -# CONFIG_PACKET_MMAP is not set
59253 -# CONFIG_XFRM_USER is not set
59254 -# CONFIG_XFRM_SUB_POLICY is not set
59255 -# CONFIG_XFRM_MIGRATE is not set
59256 -# CONFIG_XFRM_STATISTICS is not set
59257 -# CONFIG_NET_KEY is not set
59259 -CONFIG_IP_MULTICAST=y
59260 -# CONFIG_IP_ADVANCED_ROUTER is not set
59261 -CONFIG_IP_FIB_HASH=y
59263 -CONFIG_IP_PNP_DHCP=y
59264 -CONFIG_IP_PNP_BOOTP=y
59265 -# CONFIG_IP_PNP_RARP is not set
59266 -# CONFIG_NET_IPIP is not set
59267 -# CONFIG_NET_IPGRE is not set
59268 -# CONFIG_IP_MROUTE is not set
59269 -# CONFIG_ARPD is not set
59270 -CONFIG_SYN_COOKIES=y
59271 -# CONFIG_INET_AH is not set
59272 -# CONFIG_INET_ESP is not set
59273 -# CONFIG_INET_IPCOMP is not set
59274 -# CONFIG_INET_XFRM_TUNNEL is not set
59275 -# CONFIG_INET_TUNNEL is not set
59276 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
59277 -CONFIG_INET_XFRM_MODE_TUNNEL=y
59278 -CONFIG_INET_XFRM_MODE_BEET=y
59279 -# CONFIG_INET_LRO is not set
59280 -CONFIG_INET_DIAG=y
59281 -CONFIG_INET_TCP_DIAG=y
59282 -# CONFIG_TCP_CONG_ADVANCED is not set
59283 -CONFIG_TCP_CONG_CUBIC=y
59284 -CONFIG_DEFAULT_TCP_CONG="cubic"
59285 -# CONFIG_TCP_MD5SIG is not set
59286 -# CONFIG_IPV6 is not set
59287 -# CONFIG_INET6_XFRM_TUNNEL is not set
59288 -# CONFIG_INET6_TUNNEL is not set
59289 -# CONFIG_NETWORK_SECMARK is not set
59290 -# CONFIG_NETFILTER is not set
59291 -# CONFIG_IP_DCCP is not set
59292 -# CONFIG_IP_SCTP is not set
59293 -# CONFIG_TIPC is not set
59294 -# CONFIG_ATM is not set
59295 -# CONFIG_BRIDGE is not set
59296 -# CONFIG_VLAN_8021Q is not set
59297 -# CONFIG_DECNET is not set
59298 -# CONFIG_LLC2 is not set
59299 -# CONFIG_IPX is not set
59300 -# CONFIG_ATALK is not set
59301 -# CONFIG_X25 is not set
59302 -# CONFIG_LAPB is not set
59303 -# CONFIG_ECONET is not set
59304 -# CONFIG_WAN_ROUTER is not set
59305 -# CONFIG_NET_SCHED is not set
59310 -# CONFIG_NET_PKTGEN is not set
59311 -# CONFIG_HAMRADIO is not set
59312 -# CONFIG_CAN is not set
59313 -# CONFIG_IRDA is not set
59314 -# CONFIG_BT is not set
59315 -# CONFIG_AF_RXRPC is not set
59320 -# CONFIG_CFG80211 is not set
59321 -# CONFIG_WIRELESS_EXT is not set
59322 -# CONFIG_MAC80211 is not set
59323 -# CONFIG_IEEE80211 is not set
59324 -# CONFIG_RFKILL is not set
59325 -# CONFIG_NET_9P is not set
59332 -# Generic Driver Options
59334 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
59335 -CONFIG_STANDALONE=y
59336 -CONFIG_PREVENT_FIRMWARE_BUILD=y
59337 -# CONFIG_FW_LOADER is not set
59338 -# CONFIG_SYS_HYPERVISOR is not set
59339 -# CONFIG_CONNECTOR is not set
59341 -# CONFIG_MTD_DEBUG is not set
59342 -# CONFIG_MTD_CONCAT is not set
59343 -# CONFIG_MTD_PARTITIONS is not set
59346 -# User Modules And Translation Layers
59349 -# CONFIG_MTD_BLKDEVS is not set
59350 -# CONFIG_MTD_BLOCK is not set
59351 -# CONFIG_MTD_BLOCK_RO is not set
59352 -# CONFIG_FTL is not set
59353 -# CONFIG_NFTL is not set
59354 -# CONFIG_INFTL is not set
59355 -# CONFIG_RFD_FTL is not set
59356 -# CONFIG_SSFDC is not set
59357 -# CONFIG_MTD_OOPS is not set
59360 -# RAM/ROM/Flash chip drivers
59363 -# CONFIG_MTD_JEDECPROBE is not set
59364 -CONFIG_MTD_GEN_PROBE=y
59365 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
59366 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
59367 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
59368 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
59369 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
59370 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
59371 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
59372 -CONFIG_MTD_CFI_I1=y
59373 -CONFIG_MTD_CFI_I2=y
59374 -# CONFIG_MTD_CFI_I4 is not set
59375 -# CONFIG_MTD_CFI_I8 is not set
59376 -# CONFIG_MTD_CFI_INTELEXT is not set
59377 -CONFIG_MTD_CFI_AMDSTD=y
59378 -# CONFIG_MTD_CFI_STAA is not set
59379 -CONFIG_MTD_CFI_UTIL=y
59380 -# CONFIG_MTD_RAM is not set
59381 -# CONFIG_MTD_ROM is not set
59382 -# CONFIG_MTD_ABSENT is not set
59385 -# Mapping drivers for chip access
59387 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
59388 -CONFIG_MTD_PHYSMAP=y
59389 -CONFIG_MTD_PHYSMAP_START=0xfe000000
59390 -CONFIG_MTD_PHYSMAP_LEN=0x1000000
59391 -CONFIG_MTD_PHYSMAP_BANKWIDTH=2
59392 -# CONFIG_MTD_PHYSMAP_OF is not set
59393 -# CONFIG_MTD_INTEL_VR_NOR is not set
59394 -# CONFIG_MTD_PLATRAM is not set
59397 -# Self-contained MTD device drivers
59399 -# CONFIG_MTD_PMC551 is not set
59400 -# CONFIG_MTD_DATAFLASH is not set
59401 -# CONFIG_MTD_M25P80 is not set
59402 -# CONFIG_MTD_SLRAM is not set
59403 -# CONFIG_MTD_PHRAM is not set
59404 -# CONFIG_MTD_MTDRAM is not set
59405 -# CONFIG_MTD_BLOCK2MTD is not set
59408 -# Disk-On-Chip Device Drivers
59410 -# CONFIG_MTD_DOC2000 is not set
59411 -# CONFIG_MTD_DOC2001 is not set
59412 -# CONFIG_MTD_DOC2001PLUS is not set
59413 -# CONFIG_MTD_NAND is not set
59414 -# CONFIG_MTD_ONENAND is not set
59417 -# UBI - Unsorted block images
59419 -# CONFIG_MTD_UBI is not set
59420 -CONFIG_OF_DEVICE=y
59421 -# CONFIG_PARPORT is not set
59423 -# CONFIG_BLK_DEV_FD is not set
59424 -# CONFIG_BLK_CPQ_DA is not set
59425 -# CONFIG_BLK_CPQ_CISS_DA is not set
59426 -# CONFIG_BLK_DEV_DAC960 is not set
59427 -# CONFIG_BLK_DEV_UMEM is not set
59428 -# CONFIG_BLK_DEV_COW_COMMON is not set
59429 -CONFIG_BLK_DEV_LOOP=y
59430 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
59431 -# CONFIG_BLK_DEV_NBD is not set
59432 -# CONFIG_BLK_DEV_SX8 is not set
59433 -# CONFIG_BLK_DEV_UB is not set
59434 -CONFIG_BLK_DEV_RAM=y
59435 -CONFIG_BLK_DEV_RAM_COUNT=16
59436 -CONFIG_BLK_DEV_RAM_SIZE=32768
59437 -# CONFIG_BLK_DEV_XIP is not set
59438 -# CONFIG_CDROM_PKTCDVD is not set
59439 -# CONFIG_ATA_OVER_ETH is not set
59440 -CONFIG_MISC_DEVICES=y
59441 -# CONFIG_PHANTOM is not set
59442 -# CONFIG_EEPROM_93CX6 is not set
59443 -# CONFIG_SGI_IOC4 is not set
59444 -# CONFIG_TIFM_CORE is not set
59445 -# CONFIG_ENCLOSURE_SERVICES is not set
59448 -CONFIG_IDE_MAX_HWIFS=4
59449 -# CONFIG_BLK_DEV_IDE is not set
59450 -# CONFIG_BLK_DEV_HD_ONLY is not set
59451 -# CONFIG_BLK_DEV_HD is not set
59454 -# SCSI device support
59456 -# CONFIG_RAID_ATTRS is not set
59459 -# CONFIG_SCSI_TGT is not set
59460 -# CONFIG_SCSI_NETLINK is not set
59461 -CONFIG_SCSI_PROC_FS=y
59464 -# SCSI support type (disk, tape, CD-ROM)
59466 -CONFIG_BLK_DEV_SD=y
59467 -# CONFIG_CHR_DEV_ST is not set
59468 -# CONFIG_CHR_DEV_OSST is not set
59469 -# CONFIG_BLK_DEV_SR is not set
59470 -CONFIG_CHR_DEV_SG=y
59471 -# CONFIG_CHR_DEV_SCH is not set
59474 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
59476 -# CONFIG_SCSI_MULTI_LUN is not set
59477 -# CONFIG_SCSI_CONSTANTS is not set
59478 -# CONFIG_SCSI_LOGGING is not set
59479 -# CONFIG_SCSI_SCAN_ASYNC is not set
59480 -CONFIG_SCSI_WAIT_SCAN=m
59485 -CONFIG_SCSI_SPI_ATTRS=y
59486 -# CONFIG_SCSI_FC_ATTRS is not set
59487 -# CONFIG_SCSI_ISCSI_ATTRS is not set
59488 -# CONFIG_SCSI_SAS_LIBSAS is not set
59489 -# CONFIG_SCSI_SRP_ATTRS is not set
59490 -CONFIG_SCSI_LOWLEVEL=y
59491 -# CONFIG_ISCSI_TCP is not set
59492 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
59493 -# CONFIG_SCSI_3W_9XXX is not set
59494 -# CONFIG_SCSI_ACARD is not set
59495 -# CONFIG_SCSI_AACRAID is not set
59496 -# CONFIG_SCSI_AIC7XXX is not set
59497 -# CONFIG_SCSI_AIC7XXX_OLD is not set
59498 -# CONFIG_SCSI_AIC79XX is not set
59499 -# CONFIG_SCSI_AIC94XX is not set
59500 -# CONFIG_SCSI_DPT_I2O is not set
59501 -# CONFIG_SCSI_ADVANSYS is not set
59502 -# CONFIG_SCSI_ARCMSR is not set
59503 -# CONFIG_MEGARAID_NEWGEN is not set
59504 -# CONFIG_MEGARAID_LEGACY is not set
59505 -# CONFIG_MEGARAID_SAS is not set
59506 -# CONFIG_SCSI_HPTIOP is not set
59507 -# CONFIG_SCSI_BUSLOGIC is not set
59508 -# CONFIG_SCSI_DMX3191D is not set
59509 -# CONFIG_SCSI_EATA is not set
59510 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
59511 -# CONFIG_SCSI_GDTH is not set
59512 -# CONFIG_SCSI_IPS is not set
59513 -# CONFIG_SCSI_INITIO is not set
59514 -# CONFIG_SCSI_INIA100 is not set
59515 -# CONFIG_SCSI_MVSAS is not set
59516 -# CONFIG_SCSI_STEX is not set
59517 -# CONFIG_SCSI_SYM53C8XX_2 is not set
59518 -# CONFIG_SCSI_IPR is not set
59519 -# CONFIG_SCSI_QLOGIC_1280 is not set
59520 -# CONFIG_SCSI_QLA_FC is not set
59521 -# CONFIG_SCSI_QLA_ISCSI is not set
59522 -# CONFIG_SCSI_LPFC is not set
59523 -# CONFIG_SCSI_DC395x is not set
59524 -# CONFIG_SCSI_DC390T is not set
59525 -# CONFIG_SCSI_NSP32 is not set
59526 -# CONFIG_SCSI_DEBUG is not set
59527 -# CONFIG_SCSI_SRP is not set
59529 -# CONFIG_ATA_NONSTANDARD is not set
59530 -# CONFIG_SATA_AHCI is not set
59531 -# CONFIG_SATA_SVW is not set
59532 -# CONFIG_ATA_PIIX is not set
59533 -# CONFIG_SATA_MV is not set
59534 -# CONFIG_SATA_NV is not set
59535 -# CONFIG_PDC_ADMA is not set
59536 -# CONFIG_SATA_QSTOR is not set
59537 -# CONFIG_SATA_PROMISE is not set
59538 -# CONFIG_SATA_SX4 is not set
59540 -# CONFIG_SATA_SIL24 is not set
59541 -# CONFIG_SATA_SIS is not set
59542 -# CONFIG_SATA_ULI is not set
59543 -# CONFIG_SATA_VIA is not set
59544 -# CONFIG_SATA_VITESSE is not set
59545 -# CONFIG_SATA_INIC162X is not set
59546 -# CONFIG_SATA_FSL is not set
59547 -# CONFIG_PATA_ALI is not set
59548 -# CONFIG_PATA_AMD is not set
59549 -# CONFIG_PATA_ARTOP is not set
59550 -# CONFIG_PATA_ATIIXP is not set
59551 -# CONFIG_PATA_CMD640_PCI is not set
59552 -# CONFIG_PATA_CMD64X is not set
59553 -# CONFIG_PATA_CS5520 is not set
59554 -# CONFIG_PATA_CS5530 is not set
59555 -# CONFIG_PATA_CYPRESS is not set
59556 -# CONFIG_PATA_EFAR is not set
59557 -# CONFIG_ATA_GENERIC is not set
59558 -# CONFIG_PATA_HPT366 is not set
59559 -# CONFIG_PATA_HPT37X is not set
59560 -# CONFIG_PATA_HPT3X2N is not set
59561 -# CONFIG_PATA_HPT3X3 is not set
59562 -# CONFIG_PATA_IT821X is not set
59563 -# CONFIG_PATA_IT8213 is not set
59564 -# CONFIG_PATA_JMICRON is not set
59565 -# CONFIG_PATA_TRIFLEX is not set
59566 -# CONFIG_PATA_MARVELL is not set
59567 -# CONFIG_PATA_MPIIX is not set
59568 -# CONFIG_PATA_OLDPIIX is not set
59569 -# CONFIG_PATA_NETCELL is not set
59570 -# CONFIG_PATA_NINJA32 is not set
59571 -# CONFIG_PATA_NS87410 is not set
59572 -# CONFIG_PATA_NS87415 is not set
59573 -# CONFIG_PATA_OPTI is not set
59574 -# CONFIG_PATA_OPTIDMA is not set
59575 -# CONFIG_PATA_PDC_OLD is not set
59576 -# CONFIG_PATA_RADISYS is not set
59577 -# CONFIG_PATA_RZ1000 is not set
59578 -# CONFIG_PATA_SC1200 is not set
59579 -# CONFIG_PATA_SERVERWORKS is not set
59580 -# CONFIG_PATA_PDC2027X is not set
59581 -# CONFIG_PATA_SIL680 is not set
59582 -# CONFIG_PATA_SIS is not set
59583 -# CONFIG_PATA_VIA is not set
59584 -# CONFIG_PATA_WINBOND is not set
59585 -CONFIG_PATA_PLATFORM=y
59586 -CONFIG_PATA_OF_PLATFORM=y
59588 -CONFIG_BLK_DEV_MD=y
59589 -CONFIG_MD_LINEAR=y
59592 -# CONFIG_MD_RAID10 is not set
59593 -# CONFIG_MD_RAID456 is not set
59594 -# CONFIG_MD_MULTIPATH is not set
59595 -# CONFIG_MD_FAULTY is not set
59596 -# CONFIG_BLK_DEV_DM is not set
59597 -# CONFIG_FUSION is not set
59600 -# IEEE 1394 (FireWire) support
59602 -# CONFIG_FIREWIRE is not set
59603 -# CONFIG_IEEE1394 is not set
59604 -# CONFIG_I2O is not set
59605 -# CONFIG_MACINTOSH_DRIVERS is not set
59606 -CONFIG_NETDEVICES=y
59607 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
59608 -# CONFIG_DUMMY is not set
59609 -# CONFIG_BONDING is not set
59610 -# CONFIG_MACVLAN is not set
59611 -# CONFIG_EQUALIZER is not set
59612 -# CONFIG_TUN is not set
59613 -# CONFIG_VETH is not set
59614 -# CONFIG_ARCNET is not set
59618 -# MII PHY device drivers
59620 -# CONFIG_MARVELL_PHY is not set
59621 -# CONFIG_DAVICOM_PHY is not set
59622 -# CONFIG_QSEMI_PHY is not set
59623 -# CONFIG_LXT_PHY is not set
59624 -CONFIG_CICADA_PHY=y
59625 -# CONFIG_VITESSE_PHY is not set
59626 -# CONFIG_SMSC_PHY is not set
59627 -# CONFIG_BROADCOM_PHY is not set
59628 -# CONFIG_ICPLUS_PHY is not set
59629 -# CONFIG_REALTEK_PHY is not set
59630 -# CONFIG_FIXED_PHY is not set
59631 -# CONFIG_MDIO_BITBANG is not set
59632 -# CONFIG_NET_ETHERNET is not set
59633 -CONFIG_NETDEV_1000=y
59634 -# CONFIG_ACENIC is not set
59635 -# CONFIG_DL2K is not set
59636 -# CONFIG_E1000 is not set
59637 -# CONFIG_E1000E is not set
59638 -# CONFIG_E1000E_ENABLED is not set
59639 -# CONFIG_IP1000 is not set
59640 -# CONFIG_IGB is not set
59641 -# CONFIG_NS83820 is not set
59642 -# CONFIG_HAMACHI is not set
59643 -# CONFIG_YELLOWFIN is not set
59644 -# CONFIG_R8169 is not set
59645 -# CONFIG_SIS190 is not set
59646 -# CONFIG_SKGE is not set
59647 -# CONFIG_SKY2 is not set
59648 -# CONFIG_SK98LIN is not set
59649 -# CONFIG_VIA_VELOCITY is not set
59650 -# CONFIG_TIGON3 is not set
59651 -# CONFIG_BNX2 is not set
59653 -CONFIG_GFAR_NAPI=y
59654 -# CONFIG_QLA3XXX is not set
59655 -# CONFIG_ATL1 is not set
59656 -CONFIG_NETDEV_10000=y
59657 -# CONFIG_CHELSIO_T1 is not set
59658 -# CONFIG_CHELSIO_T3 is not set
59659 -# CONFIG_IXGBE is not set
59660 -# CONFIG_IXGB is not set
59661 -# CONFIG_S2IO is not set
59662 -# CONFIG_MYRI10GE is not set
59663 -# CONFIG_NETXEN_NIC is not set
59664 -# CONFIG_NIU is not set
59665 -# CONFIG_MLX4_CORE is not set
59666 -# CONFIG_TEHUTI is not set
59667 -# CONFIG_BNX2X is not set
59668 -# CONFIG_TR is not set
59673 -# CONFIG_WLAN_PRE80211 is not set
59674 -# CONFIG_WLAN_80211 is not set
59677 -# USB Network Adapters
59679 -# CONFIG_USB_CATC is not set
59680 -# CONFIG_USB_KAWETH is not set
59681 -# CONFIG_USB_PEGASUS is not set
59682 -# CONFIG_USB_RTL8150 is not set
59683 -# CONFIG_USB_USBNET is not set
59684 -# CONFIG_WAN is not set
59685 -# CONFIG_FDDI is not set
59686 -# CONFIG_HIPPI is not set
59687 -# CONFIG_PPP is not set
59688 -# CONFIG_SLIP is not set
59689 -# CONFIG_NET_FC is not set
59690 -# CONFIG_NETCONSOLE is not set
59691 -# CONFIG_NETPOLL is not set
59692 -# CONFIG_NET_POLL_CONTROLLER is not set
59693 -# CONFIG_ISDN is not set
59694 -# CONFIG_PHONE is not set
59697 -# Input device support
59699 -# CONFIG_INPUT is not set
59702 -# Hardware I/O ports
59704 -# CONFIG_SERIO is not set
59705 -# CONFIG_GAMEPORT is not set
59708 -# Character devices
59710 -# CONFIG_VT is not set
59711 -# CONFIG_SERIAL_NONSTANDARD is not set
59712 -# CONFIG_NOZOMI is not set
59717 -CONFIG_SERIAL_8250=y
59718 -CONFIG_SERIAL_8250_CONSOLE=y
59719 -# CONFIG_SERIAL_8250_PCI is not set
59720 -CONFIG_SERIAL_8250_NR_UARTS=4
59721 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
59722 -# CONFIG_SERIAL_8250_EXTENDED is not set
59725 -# Non-8250 serial port support
59727 -# CONFIG_SERIAL_UARTLITE is not set
59728 -CONFIG_SERIAL_CORE=y
59729 -CONFIG_SERIAL_CORE_CONSOLE=y
59730 -# CONFIG_SERIAL_JSM is not set
59731 -# CONFIG_SERIAL_OF_PLATFORM is not set
59732 -CONFIG_UNIX98_PTYS=y
59733 -CONFIG_LEGACY_PTYS=y
59734 -CONFIG_LEGACY_PTY_COUNT=256
59735 -# CONFIG_IPMI_HANDLER is not set
59736 -CONFIG_HW_RANDOM=y
59737 -# CONFIG_NVRAM is not set
59738 -# CONFIG_GEN_RTC is not set
59739 -# CONFIG_R3964 is not set
59740 -# CONFIG_APPLICOM is not set
59741 -# CONFIG_RAW_DRIVER is not set
59742 -# CONFIG_TCG_TPM is not set
59745 -CONFIG_I2C_BOARDINFO=y
59746 -CONFIG_I2C_CHARDEV=y
59751 -# CONFIG_I2C_ALGOBIT is not set
59752 -# CONFIG_I2C_ALGOPCF is not set
59753 -# CONFIG_I2C_ALGOPCA is not set
59756 -# I2C Hardware Bus support
59758 -# CONFIG_I2C_ALI1535 is not set
59759 -# CONFIG_I2C_ALI1563 is not set
59760 -# CONFIG_I2C_ALI15X3 is not set
59761 -# CONFIG_I2C_AMD756 is not set
59762 -# CONFIG_I2C_AMD8111 is not set
59763 -# CONFIG_I2C_I801 is not set
59764 -# CONFIG_I2C_I810 is not set
59765 -# CONFIG_I2C_PIIX4 is not set
59767 -# CONFIG_I2C_NFORCE2 is not set
59768 -# CONFIG_I2C_OCORES is not set
59769 -# CONFIG_I2C_PARPORT_LIGHT is not set
59770 -# CONFIG_I2C_PROSAVAGE is not set
59771 -# CONFIG_I2C_SAVAGE4 is not set
59772 -# CONFIG_I2C_SIMTEC is not set
59773 -# CONFIG_I2C_SIS5595 is not set
59774 -# CONFIG_I2C_SIS630 is not set
59775 -# CONFIG_I2C_SIS96X is not set
59776 -# CONFIG_I2C_TAOS_EVM is not set
59777 -# CONFIG_I2C_STUB is not set
59778 -# CONFIG_I2C_TINY_USB is not set
59779 -# CONFIG_I2C_VIA is not set
59780 -# CONFIG_I2C_VIAPRO is not set
59781 -# CONFIG_I2C_VOODOO3 is not set
59784 -# Miscellaneous I2C Chip support
59786 -# CONFIG_DS1682 is not set
59787 -# CONFIG_SENSORS_EEPROM is not set
59788 -CONFIG_SENSORS_PCF8574=y
59789 -# CONFIG_PCF8575 is not set
59790 -# CONFIG_SENSORS_PCF8591 is not set
59791 -# CONFIG_TPS65010 is not set
59792 -# CONFIG_SENSORS_MAX6875 is not set
59793 -# CONFIG_SENSORS_TSL2550 is not set
59794 -# CONFIG_I2C_DEBUG_CORE is not set
59795 -# CONFIG_I2C_DEBUG_ALGO is not set
59796 -# CONFIG_I2C_DEBUG_BUS is not set
59797 -# CONFIG_I2C_DEBUG_CHIP is not set
59803 -CONFIG_SPI_MASTER=y
59806 -# SPI Master Controller Drivers
59808 -CONFIG_SPI_BITBANG=y
59809 -CONFIG_SPI_MPC83xx=y
59812 -# SPI Protocol Masters
59814 -# CONFIG_SPI_AT25 is not set
59815 -# CONFIG_SPI_SPIDEV is not set
59816 -# CONFIG_SPI_TLE62X0 is not set
59817 -# CONFIG_W1 is not set
59818 -# CONFIG_POWER_SUPPLY is not set
59819 -# CONFIG_HWMON is not set
59820 -# CONFIG_THERMAL is not set
59822 -# CONFIG_WATCHDOG_NOWAYOUT is not set
59825 -# Watchdog Device Drivers
59827 -# CONFIG_SOFT_WATCHDOG is not set
59831 -# PCI-based Watchdog Cards
59833 -# CONFIG_PCIPCWATCHDOG is not set
59834 -# CONFIG_WDTPCI is not set
59837 -# USB-based Watchdog Cards
59839 -# CONFIG_USBPCWATCHDOG is not set
59842 -# Sonics Silicon Backplane
59844 -CONFIG_SSB_POSSIBLE=y
59845 -# CONFIG_SSB is not set
59848 -# Multifunction device drivers
59850 -# CONFIG_MFD_SM501 is not set
59853 -# Multimedia devices
59855 -# CONFIG_VIDEO_DEV is not set
59856 -# CONFIG_DVB_CORE is not set
59858 -# CONFIG_USB_DABUSB is not set
59861 -# Graphics support
59863 -# CONFIG_AGP is not set
59864 -# CONFIG_DRM is not set
59865 -# CONFIG_VGASTATE is not set
59866 -CONFIG_VIDEO_OUTPUT_CONTROL=m
59867 -# CONFIG_FB is not set
59868 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
59871 -# Display device support
59873 -# CONFIG_DISPLAY_SUPPORT is not set
59878 -# CONFIG_SOUND is not set
59879 -CONFIG_USB_SUPPORT=y
59880 -CONFIG_USB_ARCH_HAS_HCD=y
59881 -CONFIG_USB_ARCH_HAS_OHCI=y
59882 -CONFIG_USB_ARCH_HAS_EHCI=y
59884 -# CONFIG_USB_DEBUG is not set
59885 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
59888 -# Miscellaneous USB options
59890 -CONFIG_USB_DEVICEFS=y
59891 -CONFIG_USB_DEVICE_CLASS=y
59892 -# CONFIG_USB_DYNAMIC_MINORS is not set
59893 -# CONFIG_USB_OTG is not set
59896 -# USB Host Controller Drivers
59898 -CONFIG_USB_EHCI_HCD=y
59899 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
59900 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
59901 -CONFIG_USB_EHCI_FSL=y
59902 -CONFIG_USB_EHCI_HCD_PPC_OF=y
59903 -# CONFIG_USB_ISP116X_HCD is not set
59904 -# CONFIG_USB_OHCI_HCD is not set
59905 -CONFIG_USB_UHCI_HCD=y
59906 -# CONFIG_USB_SL811_HCD is not set
59907 -# CONFIG_USB_R8A66597_HCD is not set
59910 -# USB Device Class drivers
59912 -# CONFIG_USB_ACM is not set
59913 -# CONFIG_USB_PRINTER is not set
59916 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
59920 -# may also be needed; see USB_STORAGE Help for more information
59922 -CONFIG_USB_STORAGE=y
59923 -# CONFIG_USB_STORAGE_DEBUG is not set
59924 -# CONFIG_USB_STORAGE_DATAFAB is not set
59925 -# CONFIG_USB_STORAGE_FREECOM is not set
59926 -# CONFIG_USB_STORAGE_ISD200 is not set
59927 -# CONFIG_USB_STORAGE_DPCM is not set
59928 -# CONFIG_USB_STORAGE_USBAT is not set
59929 -# CONFIG_USB_STORAGE_SDDR09 is not set
59930 -# CONFIG_USB_STORAGE_SDDR55 is not set
59931 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
59932 -# CONFIG_USB_STORAGE_ALAUDA is not set
59933 -# CONFIG_USB_STORAGE_KARMA is not set
59934 -# CONFIG_USB_LIBUSUAL is not set
59937 -# USB Imaging devices
59939 -# CONFIG_USB_MDC800 is not set
59940 -# CONFIG_USB_MICROTEK is not set
59944 -# USB port drivers
59946 -# CONFIG_USB_SERIAL is not set
59949 -# USB Miscellaneous drivers
59951 -# CONFIG_USB_EMI62 is not set
59952 -# CONFIG_USB_EMI26 is not set
59953 -# CONFIG_USB_ADUTUX is not set
59954 -# CONFIG_USB_AUERSWALD is not set
59955 -# CONFIG_USB_RIO500 is not set
59956 -# CONFIG_USB_LEGOTOWER is not set
59957 -# CONFIG_USB_LCD is not set
59958 -# CONFIG_USB_BERRY_CHARGE is not set
59959 -# CONFIG_USB_LED is not set
59960 -# CONFIG_USB_CYPRESS_CY7C63 is not set
59961 -# CONFIG_USB_CYTHERM is not set
59962 -# CONFIG_USB_PHIDGET is not set
59963 -# CONFIG_USB_IDMOUSE is not set
59964 -# CONFIG_USB_FTDI_ELAN is not set
59965 -# CONFIG_USB_APPLEDISPLAY is not set
59966 -# CONFIG_USB_SISUSBVGA is not set
59967 -# CONFIG_USB_LD is not set
59968 -# CONFIG_USB_TRANCEVIBRATOR is not set
59969 -# CONFIG_USB_IOWARRIOR is not set
59970 -# CONFIG_USB_TEST is not set
59971 -# CONFIG_USB_GADGET is not set
59972 -# CONFIG_MMC is not set
59973 -# CONFIG_MEMSTICK is not set
59974 -# CONFIG_NEW_LEDS is not set
59975 -# CONFIG_INFINIBAND is not set
59976 -# CONFIG_EDAC is not set
59978 -CONFIG_RTC_CLASS=y
59979 -CONFIG_RTC_HCTOSYS=y
59980 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
59981 -# CONFIG_RTC_DEBUG is not set
59986 -CONFIG_RTC_INTF_SYSFS=y
59987 -CONFIG_RTC_INTF_PROC=y
59988 -CONFIG_RTC_INTF_DEV=y
59989 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
59990 -# CONFIG_RTC_DRV_TEST is not set
59995 -CONFIG_RTC_DRV_DS1307=y
59996 -# CONFIG_RTC_DRV_DS1374 is not set
59997 -# CONFIG_RTC_DRV_DS1672 is not set
59998 -# CONFIG_RTC_DRV_MAX6900 is not set
59999 -# CONFIG_RTC_DRV_RS5C372 is not set
60000 -# CONFIG_RTC_DRV_ISL1208 is not set
60001 -# CONFIG_RTC_DRV_X1205 is not set
60002 -# CONFIG_RTC_DRV_PCF8563 is not set
60003 -# CONFIG_RTC_DRV_PCF8583 is not set
60004 -# CONFIG_RTC_DRV_M41T80 is not set
60005 -# CONFIG_RTC_DRV_S35390A is not set
60010 -# CONFIG_RTC_DRV_MAX6902 is not set
60011 -# CONFIG_RTC_DRV_R9701 is not set
60012 -# CONFIG_RTC_DRV_RS5C348 is not set
60015 -# Platform RTC drivers
60017 -# CONFIG_RTC_DRV_CMOS is not set
60018 -# CONFIG_RTC_DRV_DS1511 is not set
60019 -# CONFIG_RTC_DRV_DS1553 is not set
60020 -# CONFIG_RTC_DRV_DS1742 is not set
60021 -# CONFIG_RTC_DRV_STK17TA8 is not set
60022 -# CONFIG_RTC_DRV_M48T86 is not set
60023 -# CONFIG_RTC_DRV_M48T59 is not set
60024 -# CONFIG_RTC_DRV_V3020 is not set
60027 -# on-CPU RTC drivers
60029 -# CONFIG_DMADEVICES is not set
60034 -# CONFIG_UIO is not set
60040 -# CONFIG_EXT2_FS_XATTR is not set
60041 -# CONFIG_EXT2_FS_XIP is not set
60043 -CONFIG_EXT3_FS_XATTR=y
60044 -# CONFIG_EXT3_FS_POSIX_ACL is not set
60045 -# CONFIG_EXT3_FS_SECURITY is not set
60046 -# CONFIG_EXT4DEV_FS is not set
60048 -CONFIG_FS_MBCACHE=y
60049 -# CONFIG_REISERFS_FS is not set
60050 -# CONFIG_JFS_FS is not set
60051 -# CONFIG_FS_POSIX_ACL is not set
60052 -# CONFIG_XFS_FS is not set
60053 -# CONFIG_GFS2_FS is not set
60054 -# CONFIG_OCFS2_FS is not set
60057 -CONFIG_INOTIFY_USER=y
60058 -# CONFIG_QUOTA is not set
60059 -# CONFIG_AUTOFS_FS is not set
60060 -# CONFIG_AUTOFS4_FS is not set
60061 -# CONFIG_FUSE_FS is not set
60064 -# CD-ROM/DVD Filesystems
60066 -# CONFIG_ISO9660_FS is not set
60067 -# CONFIG_UDF_FS is not set
60070 -# DOS/FAT/NT Filesystems
60075 -CONFIG_FAT_DEFAULT_CODEPAGE=437
60076 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
60077 -# CONFIG_NTFS_FS is not set
60080 -# Pseudo filesystems
60083 -CONFIG_PROC_KCORE=y
60084 -CONFIG_PROC_SYSCTL=y
60087 -# CONFIG_TMPFS_POSIX_ACL is not set
60088 -# CONFIG_HUGETLB_PAGE is not set
60089 -# CONFIG_CONFIGFS_FS is not set
60092 -# Miscellaneous filesystems
60094 -# CONFIG_ADFS_FS is not set
60095 -# CONFIG_AFFS_FS is not set
60096 -# CONFIG_HFS_FS is not set
60097 -# CONFIG_HFSPLUS_FS is not set
60098 -# CONFIG_BEFS_FS is not set
60099 -# CONFIG_BFS_FS is not set
60100 -# CONFIG_EFS_FS is not set
60101 -# CONFIG_JFFS2_FS is not set
60102 -# CONFIG_CRAMFS is not set
60103 -# CONFIG_VXFS_FS is not set
60104 -# CONFIG_MINIX_FS is not set
60105 -# CONFIG_HPFS_FS is not set
60106 -# CONFIG_QNX4FS_FS is not set
60107 -# CONFIG_ROMFS_FS is not set
60108 -# CONFIG_SYSV_FS is not set
60109 -# CONFIG_UFS_FS is not set
60110 -CONFIG_NETWORK_FILESYSTEMS=y
60113 -# CONFIG_NFS_V3_ACL is not set
60115 -# CONFIG_NFS_DIRECTIO is not set
60116 -# CONFIG_NFSD is not set
60120 -CONFIG_NFS_COMMON=y
60122 -CONFIG_SUNRPC_GSS=y
60123 -# CONFIG_SUNRPC_BIND34 is not set
60124 -CONFIG_RPCSEC_GSS_KRB5=y
60125 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
60126 -# CONFIG_SMB_FS is not set
60127 -# CONFIG_CIFS is not set
60128 -# CONFIG_NCP_FS is not set
60129 -# CONFIG_CODA_FS is not set
60130 -# CONFIG_AFS_FS is not set
60135 -CONFIG_PARTITION_ADVANCED=y
60136 -# CONFIG_ACORN_PARTITION is not set
60137 -# CONFIG_OSF_PARTITION is not set
60138 -# CONFIG_AMIGA_PARTITION is not set
60139 -# CONFIG_ATARI_PARTITION is not set
60140 -CONFIG_MAC_PARTITION=y
60141 -CONFIG_MSDOS_PARTITION=y
60142 -# CONFIG_BSD_DISKLABEL is not set
60143 -# CONFIG_MINIX_SUBPARTITION is not set
60144 -# CONFIG_SOLARIS_X86_PARTITION is not set
60145 -# CONFIG_UNIXWARE_DISKLABEL is not set
60146 -# CONFIG_LDM_PARTITION is not set
60147 -# CONFIG_SGI_PARTITION is not set
60148 -# CONFIG_ULTRIX_PARTITION is not set
60149 -# CONFIG_SUN_PARTITION is not set
60150 -# CONFIG_KARMA_PARTITION is not set
60151 -# CONFIG_EFI_PARTITION is not set
60152 -# CONFIG_SYSV68_PARTITION is not set
60154 -CONFIG_NLS_DEFAULT="iso8859-1"
60155 -# CONFIG_NLS_CODEPAGE_437 is not set
60156 -# CONFIG_NLS_CODEPAGE_737 is not set
60157 -# CONFIG_NLS_CODEPAGE_775 is not set
60158 -# CONFIG_NLS_CODEPAGE_850 is not set
60159 -# CONFIG_NLS_CODEPAGE_852 is not set
60160 -# CONFIG_NLS_CODEPAGE_855 is not set
60161 -# CONFIG_NLS_CODEPAGE_857 is not set
60162 -# CONFIG_NLS_CODEPAGE_860 is not set
60163 -# CONFIG_NLS_CODEPAGE_861 is not set
60164 -# CONFIG_NLS_CODEPAGE_862 is not set
60165 -# CONFIG_NLS_CODEPAGE_863 is not set
60166 -# CONFIG_NLS_CODEPAGE_864 is not set
60167 -# CONFIG_NLS_CODEPAGE_865 is not set
60168 -# CONFIG_NLS_CODEPAGE_866 is not set
60169 -# CONFIG_NLS_CODEPAGE_869 is not set
60170 -# CONFIG_NLS_CODEPAGE_936 is not set
60171 -# CONFIG_NLS_CODEPAGE_950 is not set
60172 -# CONFIG_NLS_CODEPAGE_932 is not set
60173 -# CONFIG_NLS_CODEPAGE_949 is not set
60174 -# CONFIG_NLS_CODEPAGE_874 is not set
60175 -# CONFIG_NLS_ISO8859_8 is not set
60176 -# CONFIG_NLS_CODEPAGE_1250 is not set
60177 -# CONFIG_NLS_CODEPAGE_1251 is not set
60178 -# CONFIG_NLS_ASCII is not set
60179 -# CONFIG_NLS_ISO8859_1 is not set
60180 -# CONFIG_NLS_ISO8859_2 is not set
60181 -# CONFIG_NLS_ISO8859_3 is not set
60182 -# CONFIG_NLS_ISO8859_4 is not set
60183 -# CONFIG_NLS_ISO8859_5 is not set
60184 -# CONFIG_NLS_ISO8859_6 is not set
60185 -# CONFIG_NLS_ISO8859_7 is not set
60186 -# CONFIG_NLS_ISO8859_9 is not set
60187 -# CONFIG_NLS_ISO8859_13 is not set
60188 -# CONFIG_NLS_ISO8859_14 is not set
60189 -# CONFIG_NLS_ISO8859_15 is not set
60190 -# CONFIG_NLS_KOI8_R is not set
60191 -# CONFIG_NLS_KOI8_U is not set
60192 -# CONFIG_NLS_UTF8 is not set
60193 -# CONFIG_DLM is not set
60196 -# Library routines
60198 -CONFIG_BITREVERSE=y
60199 -# CONFIG_CRC_CCITT is not set
60200 -# CONFIG_CRC16 is not set
60201 -# CONFIG_CRC_ITU_T is not set
60203 -# CONFIG_CRC7 is not set
60204 -# CONFIG_LIBCRC32C is not set
60206 -CONFIG_HAS_IOMEM=y
60207 -CONFIG_HAS_IOPORT=y
60213 -# CONFIG_PRINTK_TIME is not set
60214 -CONFIG_ENABLE_WARN_DEPRECATED=y
60215 -CONFIG_ENABLE_MUST_CHECK=y
60216 -# CONFIG_MAGIC_SYSRQ is not set
60217 -# CONFIG_UNUSED_SYMBOLS is not set
60218 -# CONFIG_DEBUG_FS is not set
60219 -# CONFIG_HEADERS_CHECK is not set
60220 -# CONFIG_DEBUG_KERNEL is not set
60221 -# CONFIG_SLUB_DEBUG_ON is not set
60222 -# CONFIG_SLUB_STATS is not set
60223 -# CONFIG_DEBUG_BUGVERBOSE is not set
60224 -# CONFIG_SAMPLES is not set
60225 -# CONFIG_PPC_EARLY_DEBUG is not set
60228 -# Security options
60230 -# CONFIG_KEYS is not set
60231 -# CONFIG_SECURITY is not set
60232 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
60234 -CONFIG_CRYPTO_ALGAPI=y
60235 -CONFIG_CRYPTO_BLKCIPHER=y
60236 -# CONFIG_CRYPTO_SEQIV is not set
60237 -CONFIG_CRYPTO_MANAGER=y
60238 -# CONFIG_CRYPTO_HMAC is not set
60239 -# CONFIG_CRYPTO_XCBC is not set
60240 -# CONFIG_CRYPTO_NULL is not set
60241 -# CONFIG_CRYPTO_MD4 is not set
60242 -CONFIG_CRYPTO_MD5=y
60243 -# CONFIG_CRYPTO_SHA1 is not set
60244 -# CONFIG_CRYPTO_SHA256 is not set
60245 -# CONFIG_CRYPTO_SHA512 is not set
60246 -# CONFIG_CRYPTO_WP512 is not set
60247 -# CONFIG_CRYPTO_TGR192 is not set
60248 -# CONFIG_CRYPTO_GF128MUL is not set
60249 -# CONFIG_CRYPTO_ECB is not set
60250 -CONFIG_CRYPTO_CBC=y
60251 -CONFIG_CRYPTO_PCBC=m
60252 -# CONFIG_CRYPTO_LRW is not set
60253 -# CONFIG_CRYPTO_XTS is not set
60254 -# CONFIG_CRYPTO_CTR is not set
60255 -# CONFIG_CRYPTO_GCM is not set
60256 -# CONFIG_CRYPTO_CCM is not set
60257 -# CONFIG_CRYPTO_CRYPTD is not set
60258 -CONFIG_CRYPTO_DES=y
60259 -# CONFIG_CRYPTO_FCRYPT is not set
60260 -# CONFIG_CRYPTO_BLOWFISH is not set
60261 -# CONFIG_CRYPTO_TWOFISH is not set
60262 -# CONFIG_CRYPTO_SERPENT is not set
60263 -# CONFIG_CRYPTO_AES is not set
60264 -# CONFIG_CRYPTO_CAST5 is not set
60265 -# CONFIG_CRYPTO_CAST6 is not set
60266 -# CONFIG_CRYPTO_TEA is not set
60267 -# CONFIG_CRYPTO_ARC4 is not set
60268 -# CONFIG_CRYPTO_KHAZAD is not set
60269 -# CONFIG_CRYPTO_ANUBIS is not set
60270 -# CONFIG_CRYPTO_SEED is not set
60271 -# CONFIG_CRYPTO_SALSA20 is not set
60272 -# CONFIG_CRYPTO_DEFLATE is not set
60273 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
60274 -# CONFIG_CRYPTO_CRC32C is not set
60275 -# CONFIG_CRYPTO_CAMELLIA is not set
60276 -# CONFIG_CRYPTO_TEST is not set
60277 -# CONFIG_CRYPTO_AUTHENC is not set
60278 -# CONFIG_CRYPTO_LZO is not set
60279 -CONFIG_CRYPTO_HW=y
60280 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
60281 -# CONFIG_PPC_CLOCK is not set
60282 --- a/arch/powerpc/configs/mpc834x_itxgp_defconfig
60286 -# Automatically generated make config: don't edit
60287 -# Linux kernel version: 2.6.25-rc6
60288 -# Mon Mar 24 08:48:18 2008
60290 -# CONFIG_PPC64 is not set
60293 -# Processor support
60296 -# CONFIG_PPC_85xx is not set
60297 -# CONFIG_PPC_8xx is not set
60298 -# CONFIG_40x is not set
60299 -# CONFIG_44x is not set
60300 -# CONFIG_E200 is not set
60302 -# CONFIG_FSL_EMB_PERFMON is not set
60303 -CONFIG_PPC_STD_MMU=y
60304 -CONFIG_PPC_STD_MMU_32=y
60305 -# CONFIG_PPC_MM_SLICES is not set
60306 -# CONFIG_SMP is not set
60308 -CONFIG_WORD_SIZE=32
60309 -CONFIG_PPC_MERGE=y
60311 -CONFIG_GENERIC_CMOS_UPDATE=y
60312 -CONFIG_GENERIC_TIME=y
60313 -CONFIG_GENERIC_TIME_VSYSCALL=y
60314 -CONFIG_GENERIC_CLOCKEVENTS=y
60315 -CONFIG_GENERIC_HARDIRQS=y
60316 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
60317 -CONFIG_IRQ_PER_CPU=y
60318 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
60319 -CONFIG_ARCH_HAS_ILOG2_U32=y
60320 -CONFIG_GENERIC_HWEIGHT=y
60321 -CONFIG_GENERIC_CALIBRATE_DELAY=y
60322 -CONFIG_GENERIC_FIND_NEXT_BIT=y
60323 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
60325 -CONFIG_EARLY_PRINTK=y
60326 -CONFIG_GENERIC_NVRAM=y
60327 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
60328 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
60331 -CONFIG_PPC_UDBG_16550=y
60332 -# CONFIG_GENERIC_TBSYNC is not set
60333 -CONFIG_AUDIT_ARCH=y
60334 -CONFIG_GENERIC_BUG=y
60335 -CONFIG_DEFAULT_UIMAGE=y
60336 -# CONFIG_PPC_DCR_NATIVE is not set
60337 -# CONFIG_PPC_DCR_MMIO is not set
60338 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
60343 -CONFIG_EXPERIMENTAL=y
60344 -CONFIG_BROKEN_ON_SMP=y
60345 -CONFIG_INIT_ENV_ARG_LIMIT=32
60346 -CONFIG_LOCALVERSION=""
60347 -CONFIG_LOCALVERSION_AUTO=y
60350 -CONFIG_SYSVIPC_SYSCTL=y
60351 -# CONFIG_POSIX_MQUEUE is not set
60352 -# CONFIG_BSD_PROCESS_ACCT is not set
60353 -# CONFIG_TASKSTATS is not set
60354 -# CONFIG_AUDIT is not set
60355 -# CONFIG_IKCONFIG is not set
60356 -CONFIG_LOG_BUF_SHIFT=14
60357 -# CONFIG_CGROUPS is not set
60358 -CONFIG_GROUP_SCHED=y
60359 -# CONFIG_FAIR_GROUP_SCHED is not set
60360 -# CONFIG_RT_GROUP_SCHED is not set
60361 -CONFIG_USER_SCHED=y
60362 -# CONFIG_CGROUP_SCHED is not set
60363 -CONFIG_SYSFS_DEPRECATED=y
60364 -CONFIG_SYSFS_DEPRECATED_V2=y
60365 -# CONFIG_RELAY is not set
60366 -# CONFIG_NAMESPACES is not set
60367 -CONFIG_BLK_DEV_INITRD=y
60368 -CONFIG_INITRAMFS_SOURCE=""
60369 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
60372 -CONFIG_SYSCTL_SYSCALL=y
60373 -# CONFIG_KALLSYMS is not set
60378 -CONFIG_COMPAT_BRK=y
60379 -CONFIG_BASE_FULL=y
60381 -CONFIG_ANON_INODES=y
60382 -# CONFIG_EPOLL is not set
60387 -CONFIG_VM_EVENT_COUNTERS=y
60388 -CONFIG_SLUB_DEBUG=y
60389 -# CONFIG_SLAB is not set
60391 -# CONFIG_SLOB is not set
60392 -# CONFIG_PROFILING is not set
60393 -# CONFIG_MARKERS is not set
60394 -CONFIG_HAVE_OPROFILE=y
60395 -CONFIG_HAVE_KPROBES=y
60396 -CONFIG_HAVE_KRETPROBES=y
60397 -CONFIG_PROC_PAGE_MONITOR=y
60399 -CONFIG_RT_MUTEXES=y
60400 -# CONFIG_TINY_SHMEM is not set
60401 -CONFIG_BASE_SMALL=0
60403 -CONFIG_MODULE_UNLOAD=y
60404 -# CONFIG_MODULE_FORCE_UNLOAD is not set
60405 -# CONFIG_MODVERSIONS is not set
60406 -# CONFIG_MODULE_SRCVERSION_ALL is not set
60407 -# CONFIG_KMOD is not set
60409 -# CONFIG_LBD is not set
60410 -# CONFIG_BLK_DEV_IO_TRACE is not set
60411 -# CONFIG_LSF is not set
60412 -# CONFIG_BLK_DEV_BSG is not set
60417 -CONFIG_IOSCHED_NOOP=y
60418 -CONFIG_IOSCHED_AS=y
60419 -CONFIG_IOSCHED_DEADLINE=y
60420 -CONFIG_IOSCHED_CFQ=y
60421 -CONFIG_DEFAULT_AS=y
60422 -# CONFIG_DEFAULT_DEADLINE is not set
60423 -# CONFIG_DEFAULT_CFQ is not set
60424 -# CONFIG_DEFAULT_NOOP is not set
60425 -CONFIG_DEFAULT_IOSCHED="anticipatory"
60426 -CONFIG_CLASSIC_RCU=y
60429 -# Platform support
60431 -# CONFIG_PPC_MULTIPLATFORM is not set
60432 -# CONFIG_PPC_82xx is not set
60434 -# CONFIG_PPC_86xx is not set
60435 -# CONFIG_PPC_MPC512x is not set
60436 -# CONFIG_PPC_MPC5121 is not set
60437 -# CONFIG_PPC_CELL is not set
60438 -# CONFIG_PPC_CELL_NATIVE is not set
60439 -# CONFIG_PQ2ADS is not set
60441 -# CONFIG_MPC831x_RDB is not set
60442 -# CONFIG_MPC832x_MDS is not set
60443 -# CONFIG_MPC832x_RDB is not set
60444 -# CONFIG_MPC834x_MDS is not set
60445 -CONFIG_MPC834x_ITX=y
60446 -# CONFIG_MPC836x_MDS is not set
60447 -# CONFIG_MPC837x_MDS is not set
60448 -# CONFIG_MPC837x_RDB is not set
60449 -# CONFIG_SBC834x is not set
60450 -CONFIG_PPC_MPC834x=y
60452 -# CONFIG_MPIC is not set
60453 -# CONFIG_MPIC_WEIRD is not set
60454 -# CONFIG_PPC_I8259 is not set
60455 -# CONFIG_PPC_RTAS is not set
60456 -# CONFIG_MMIO_NVRAM is not set
60457 -# CONFIG_PPC_MPC106 is not set
60458 -# CONFIG_PPC_970_NAP is not set
60459 -# CONFIG_PPC_INDIRECT_IO is not set
60460 -# CONFIG_GENERIC_IOMAP is not set
60461 -# CONFIG_CPU_FREQ is not set
60462 -# CONFIG_FSL_ULI1575 is not set
60467 -# CONFIG_HIGHMEM is not set
60468 -CONFIG_TICK_ONESHOT=y
60470 -CONFIG_HIGH_RES_TIMERS=y
60471 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
60472 -# CONFIG_HZ_100 is not set
60474 -# CONFIG_HZ_300 is not set
60475 -# CONFIG_HZ_1000 is not set
60477 -# CONFIG_SCHED_HRTICK is not set
60478 -CONFIG_PREEMPT_NONE=y
60479 -# CONFIG_PREEMPT_VOLUNTARY is not set
60480 -# CONFIG_PREEMPT is not set
60481 -CONFIG_BINFMT_ELF=y
60482 -# CONFIG_BINFMT_MISC is not set
60483 -# CONFIG_IOMMU_HELPER is not set
60484 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
60485 -CONFIG_ARCH_HAS_WALK_MEMORY=y
60486 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
60487 -CONFIG_ARCH_FLATMEM_ENABLE=y
60488 -CONFIG_ARCH_POPULATES_NODE_MAP=y
60489 -CONFIG_SELECT_MEMORY_MODEL=y
60490 -CONFIG_FLATMEM_MANUAL=y
60491 -# CONFIG_DISCONTIGMEM_MANUAL is not set
60492 -# CONFIG_SPARSEMEM_MANUAL is not set
60494 -CONFIG_FLAT_NODE_MEM_MAP=y
60495 -# CONFIG_SPARSEMEM_STATIC is not set
60496 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
60497 -CONFIG_SPLIT_PTLOCK_CPUS=4
60498 -# CONFIG_RESOURCES_64BIT is not set
60499 -CONFIG_ZONE_DMA_FLAG=1
60501 -CONFIG_VIRT_TO_BUS=y
60502 -CONFIG_PROC_DEVICETREE=y
60503 -# CONFIG_CMDLINE_BOOL is not set
60504 -# CONFIG_PM is not set
60506 -CONFIG_ISA_DMA_API=y
60512 -CONFIG_GENERIC_ISA_DMA=y
60513 -CONFIG_PPC_INDIRECT_PCI=y
60516 -CONFIG_PCI_DOMAINS=y
60517 -CONFIG_PCI_SYSCALL=y
60518 -# CONFIG_PCIEPORTBUS is not set
60519 -CONFIG_ARCH_SUPPORTS_MSI=y
60520 -# CONFIG_PCI_MSI is not set
60521 -CONFIG_PCI_LEGACY=y
60522 -# CONFIG_PCCARD is not set
60523 -# CONFIG_HOTPLUG_PCI is not set
60528 -# CONFIG_ADVANCED_OPTIONS is not set
60531 -# Default settings for advanced configuration options are used
60533 -CONFIG_HIGHMEM_START=0xfe000000
60534 -CONFIG_LOWMEM_SIZE=0x30000000
60535 -CONFIG_KERNEL_START=0xc0000000
60536 -CONFIG_TASK_SIZE=0xc0000000
60537 -CONFIG_BOOT_LOAD=0x00800000
60545 -# Networking options
60548 -# CONFIG_PACKET_MMAP is not set
60551 -# CONFIG_XFRM_USER is not set
60552 -# CONFIG_XFRM_SUB_POLICY is not set
60553 -# CONFIG_XFRM_MIGRATE is not set
60554 -# CONFIG_XFRM_STATISTICS is not set
60555 -# CONFIG_NET_KEY is not set
60557 -CONFIG_IP_MULTICAST=y
60558 -# CONFIG_IP_ADVANCED_ROUTER is not set
60559 -CONFIG_IP_FIB_HASH=y
60561 -CONFIG_IP_PNP_DHCP=y
60562 -CONFIG_IP_PNP_BOOTP=y
60563 -# CONFIG_IP_PNP_RARP is not set
60564 -# CONFIG_NET_IPIP is not set
60565 -# CONFIG_NET_IPGRE is not set
60566 -# CONFIG_IP_MROUTE is not set
60567 -# CONFIG_ARPD is not set
60568 -CONFIG_SYN_COOKIES=y
60569 -# CONFIG_INET_AH is not set
60570 -# CONFIG_INET_ESP is not set
60571 -# CONFIG_INET_IPCOMP is not set
60572 -# CONFIG_INET_XFRM_TUNNEL is not set
60573 -# CONFIG_INET_TUNNEL is not set
60574 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
60575 -CONFIG_INET_XFRM_MODE_TUNNEL=y
60576 -CONFIG_INET_XFRM_MODE_BEET=y
60577 -# CONFIG_INET_LRO is not set
60578 -CONFIG_INET_DIAG=y
60579 -CONFIG_INET_TCP_DIAG=y
60580 -# CONFIG_TCP_CONG_ADVANCED is not set
60581 -CONFIG_TCP_CONG_CUBIC=y
60582 -CONFIG_DEFAULT_TCP_CONG="cubic"
60583 -# CONFIG_TCP_MD5SIG is not set
60584 -# CONFIG_IPV6 is not set
60585 -# CONFIG_INET6_XFRM_TUNNEL is not set
60586 -# CONFIG_INET6_TUNNEL is not set
60587 -# CONFIG_NETWORK_SECMARK is not set
60588 -# CONFIG_NETFILTER is not set
60589 -# CONFIG_IP_DCCP is not set
60590 -# CONFIG_IP_SCTP is not set
60591 -# CONFIG_TIPC is not set
60592 -# CONFIG_ATM is not set
60593 -# CONFIG_BRIDGE is not set
60594 -# CONFIG_VLAN_8021Q is not set
60595 -# CONFIG_DECNET is not set
60596 -# CONFIG_LLC2 is not set
60597 -# CONFIG_IPX is not set
60598 -# CONFIG_ATALK is not set
60599 -# CONFIG_X25 is not set
60600 -# CONFIG_LAPB is not set
60601 -# CONFIG_ECONET is not set
60602 -# CONFIG_WAN_ROUTER is not set
60603 -# CONFIG_NET_SCHED is not set
60608 -# CONFIG_NET_PKTGEN is not set
60609 -# CONFIG_HAMRADIO is not set
60610 -# CONFIG_CAN is not set
60611 -# CONFIG_IRDA is not set
60612 -# CONFIG_BT is not set
60613 -# CONFIG_AF_RXRPC is not set
60618 -# CONFIG_CFG80211 is not set
60619 -# CONFIG_WIRELESS_EXT is not set
60620 -# CONFIG_MAC80211 is not set
60621 -# CONFIG_IEEE80211 is not set
60622 -# CONFIG_RFKILL is not set
60623 -# CONFIG_NET_9P is not set
60630 -# Generic Driver Options
60632 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
60633 -CONFIG_STANDALONE=y
60634 -CONFIG_PREVENT_FIRMWARE_BUILD=y
60635 -# CONFIG_FW_LOADER is not set
60636 -# CONFIG_SYS_HYPERVISOR is not set
60637 -# CONFIG_CONNECTOR is not set
60639 -# CONFIG_MTD_DEBUG is not set
60640 -# CONFIG_MTD_CONCAT is not set
60641 -# CONFIG_MTD_PARTITIONS is not set
60644 -# User Modules And Translation Layers
60647 -# CONFIG_MTD_BLKDEVS is not set
60648 -# CONFIG_MTD_BLOCK is not set
60649 -# CONFIG_MTD_BLOCK_RO is not set
60650 -# CONFIG_FTL is not set
60651 -# CONFIG_NFTL is not set
60652 -# CONFIG_INFTL is not set
60653 -# CONFIG_RFD_FTL is not set
60654 -# CONFIG_SSFDC is not set
60655 -# CONFIG_MTD_OOPS is not set
60658 -# RAM/ROM/Flash chip drivers
60661 -# CONFIG_MTD_JEDECPROBE is not set
60662 -CONFIG_MTD_GEN_PROBE=y
60663 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
60664 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
60665 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
60666 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
60667 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
60668 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
60669 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
60670 -CONFIG_MTD_CFI_I1=y
60671 -CONFIG_MTD_CFI_I2=y
60672 -# CONFIG_MTD_CFI_I4 is not set
60673 -# CONFIG_MTD_CFI_I8 is not set
60674 -# CONFIG_MTD_CFI_INTELEXT is not set
60675 -CONFIG_MTD_CFI_AMDSTD=y
60676 -# CONFIG_MTD_CFI_STAA is not set
60677 -CONFIG_MTD_CFI_UTIL=y
60678 -# CONFIG_MTD_RAM is not set
60679 -# CONFIG_MTD_ROM is not set
60680 -# CONFIG_MTD_ABSENT is not set
60683 -# Mapping drivers for chip access
60685 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
60686 -CONFIG_MTD_PHYSMAP=y
60687 -CONFIG_MTD_PHYSMAP_START=0xfe000000
60688 -CONFIG_MTD_PHYSMAP_LEN=0x800000
60689 -CONFIG_MTD_PHYSMAP_BANKWIDTH=2
60690 -# CONFIG_MTD_PHYSMAP_OF is not set
60691 -# CONFIG_MTD_INTEL_VR_NOR is not set
60692 -# CONFIG_MTD_PLATRAM is not set
60695 -# Self-contained MTD device drivers
60697 -# CONFIG_MTD_PMC551 is not set
60698 -# CONFIG_MTD_DATAFLASH is not set
60699 -# CONFIG_MTD_M25P80 is not set
60700 -# CONFIG_MTD_SLRAM is not set
60701 -# CONFIG_MTD_PHRAM is not set
60702 -# CONFIG_MTD_MTDRAM is not set
60703 -# CONFIG_MTD_BLOCK2MTD is not set
60706 -# Disk-On-Chip Device Drivers
60708 -# CONFIG_MTD_DOC2000 is not set
60709 -# CONFIG_MTD_DOC2001 is not set
60710 -# CONFIG_MTD_DOC2001PLUS is not set
60711 -# CONFIG_MTD_NAND is not set
60712 -# CONFIG_MTD_ONENAND is not set
60715 -# UBI - Unsorted block images
60717 -# CONFIG_MTD_UBI is not set
60718 -CONFIG_OF_DEVICE=y
60719 -# CONFIG_PARPORT is not set
60721 -# CONFIG_BLK_DEV_FD is not set
60722 -# CONFIG_BLK_CPQ_DA is not set
60723 -# CONFIG_BLK_CPQ_CISS_DA is not set
60724 -# CONFIG_BLK_DEV_DAC960 is not set
60725 -# CONFIG_BLK_DEV_UMEM is not set
60726 -# CONFIG_BLK_DEV_COW_COMMON is not set
60727 -CONFIG_BLK_DEV_LOOP=y
60728 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
60729 -# CONFIG_BLK_DEV_NBD is not set
60730 -# CONFIG_BLK_DEV_SX8 is not set
60731 -# CONFIG_BLK_DEV_UB is not set
60732 -CONFIG_BLK_DEV_RAM=y
60733 -CONFIG_BLK_DEV_RAM_COUNT=16
60734 -CONFIG_BLK_DEV_RAM_SIZE=32768
60735 -# CONFIG_BLK_DEV_XIP is not set
60736 -# CONFIG_CDROM_PKTCDVD is not set
60737 -# CONFIG_ATA_OVER_ETH is not set
60738 -CONFIG_MISC_DEVICES=y
60739 -# CONFIG_PHANTOM is not set
60740 -# CONFIG_EEPROM_93CX6 is not set
60741 -# CONFIG_SGI_IOC4 is not set
60742 -# CONFIG_TIFM_CORE is not set
60743 -# CONFIG_ENCLOSURE_SERVICES is not set
60745 -# CONFIG_IDE is not set
60748 -# SCSI device support
60750 -# CONFIG_RAID_ATTRS is not set
60753 -# CONFIG_SCSI_TGT is not set
60754 -# CONFIG_SCSI_NETLINK is not set
60755 -CONFIG_SCSI_PROC_FS=y
60758 -# SCSI support type (disk, tape, CD-ROM)
60760 -CONFIG_BLK_DEV_SD=y
60761 -# CONFIG_CHR_DEV_ST is not set
60762 -# CONFIG_CHR_DEV_OSST is not set
60763 -# CONFIG_BLK_DEV_SR is not set
60764 -CONFIG_CHR_DEV_SG=y
60765 -# CONFIG_CHR_DEV_SCH is not set
60768 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
60770 -# CONFIG_SCSI_MULTI_LUN is not set
60771 -# CONFIG_SCSI_CONSTANTS is not set
60772 -# CONFIG_SCSI_LOGGING is not set
60773 -# CONFIG_SCSI_SCAN_ASYNC is not set
60774 -CONFIG_SCSI_WAIT_SCAN=m
60779 -CONFIG_SCSI_SPI_ATTRS=y
60780 -# CONFIG_SCSI_FC_ATTRS is not set
60781 -# CONFIG_SCSI_ISCSI_ATTRS is not set
60782 -# CONFIG_SCSI_SAS_LIBSAS is not set
60783 -# CONFIG_SCSI_SRP_ATTRS is not set
60784 -CONFIG_SCSI_LOWLEVEL=y
60785 -# CONFIG_ISCSI_TCP is not set
60786 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
60787 -# CONFIG_SCSI_3W_9XXX is not set
60788 -# CONFIG_SCSI_ACARD is not set
60789 -# CONFIG_SCSI_AACRAID is not set
60790 -# CONFIG_SCSI_AIC7XXX is not set
60791 -# CONFIG_SCSI_AIC7XXX_OLD is not set
60792 -# CONFIG_SCSI_AIC79XX is not set
60793 -# CONFIG_SCSI_AIC94XX is not set
60794 -# CONFIG_SCSI_DPT_I2O is not set
60795 -# CONFIG_SCSI_ADVANSYS is not set
60796 -# CONFIG_SCSI_ARCMSR is not set
60797 -# CONFIG_MEGARAID_NEWGEN is not set
60798 -# CONFIG_MEGARAID_LEGACY is not set
60799 -# CONFIG_MEGARAID_SAS is not set
60800 -# CONFIG_SCSI_HPTIOP is not set
60801 -# CONFIG_SCSI_BUSLOGIC is not set
60802 -# CONFIG_SCSI_DMX3191D is not set
60803 -# CONFIG_SCSI_EATA is not set
60804 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
60805 -# CONFIG_SCSI_GDTH is not set
60806 -# CONFIG_SCSI_IPS is not set
60807 -# CONFIG_SCSI_INITIO is not set
60808 -# CONFIG_SCSI_INIA100 is not set
60809 -# CONFIG_SCSI_MVSAS is not set
60810 -# CONFIG_SCSI_STEX is not set
60811 -# CONFIG_SCSI_SYM53C8XX_2 is not set
60812 -# CONFIG_SCSI_QLOGIC_1280 is not set
60813 -# CONFIG_SCSI_QLA_FC is not set
60814 -# CONFIG_SCSI_QLA_ISCSI is not set
60815 -# CONFIG_SCSI_LPFC is not set
60816 -# CONFIG_SCSI_DC395x is not set
60817 -# CONFIG_SCSI_DC390T is not set
60818 -# CONFIG_SCSI_NSP32 is not set
60819 -# CONFIG_SCSI_DEBUG is not set
60820 -# CONFIG_SCSI_SRP is not set
60821 -# CONFIG_ATA is not set
60822 -# CONFIG_MD is not set
60823 -# CONFIG_FUSION is not set
60826 -# IEEE 1394 (FireWire) support
60828 -# CONFIG_FIREWIRE is not set
60829 -# CONFIG_IEEE1394 is not set
60830 -# CONFIG_I2O is not set
60831 -# CONFIG_MACINTOSH_DRIVERS is not set
60832 -CONFIG_NETDEVICES=y
60833 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
60834 -# CONFIG_DUMMY is not set
60835 -# CONFIG_BONDING is not set
60836 -# CONFIG_MACVLAN is not set
60837 -# CONFIG_EQUALIZER is not set
60838 -# CONFIG_TUN is not set
60839 -# CONFIG_VETH is not set
60840 -# CONFIG_ARCNET is not set
60844 -# MII PHY device drivers
60846 -# CONFIG_MARVELL_PHY is not set
60847 -# CONFIG_DAVICOM_PHY is not set
60848 -# CONFIG_QSEMI_PHY is not set
60849 -# CONFIG_LXT_PHY is not set
60850 -CONFIG_CICADA_PHY=y
60851 -# CONFIG_VITESSE_PHY is not set
60852 -# CONFIG_SMSC_PHY is not set
60853 -# CONFIG_BROADCOM_PHY is not set
60854 -# CONFIG_ICPLUS_PHY is not set
60855 -# CONFIG_REALTEK_PHY is not set
60856 -# CONFIG_FIXED_PHY is not set
60857 -# CONFIG_MDIO_BITBANG is not set
60858 -# CONFIG_NET_ETHERNET is not set
60859 -CONFIG_NETDEV_1000=y
60860 -# CONFIG_ACENIC is not set
60861 -# CONFIG_DL2K is not set
60862 -# CONFIG_E1000 is not set
60863 -# CONFIG_E1000E is not set
60864 -# CONFIG_E1000E_ENABLED is not set
60865 -# CONFIG_IP1000 is not set
60866 -# CONFIG_IGB is not set
60867 -# CONFIG_NS83820 is not set
60868 -# CONFIG_HAMACHI is not set
60869 -# CONFIG_YELLOWFIN is not set
60870 -# CONFIG_R8169 is not set
60871 -# CONFIG_SIS190 is not set
60872 -# CONFIG_SKGE is not set
60873 -# CONFIG_SKY2 is not set
60874 -# CONFIG_SK98LIN is not set
60875 -# CONFIG_VIA_VELOCITY is not set
60876 -# CONFIG_TIGON3 is not set
60877 -# CONFIG_BNX2 is not set
60879 -CONFIG_GFAR_NAPI=y
60880 -# CONFIG_QLA3XXX is not set
60881 -# CONFIG_ATL1 is not set
60882 -CONFIG_NETDEV_10000=y
60883 -# CONFIG_CHELSIO_T1 is not set
60884 -# CONFIG_CHELSIO_T3 is not set
60885 -# CONFIG_IXGBE is not set
60886 -# CONFIG_IXGB is not set
60887 -# CONFIG_S2IO is not set
60888 -# CONFIG_MYRI10GE is not set
60889 -# CONFIG_NETXEN_NIC is not set
60890 -# CONFIG_NIU is not set
60891 -# CONFIG_MLX4_CORE is not set
60892 -# CONFIG_TEHUTI is not set
60893 -# CONFIG_BNX2X is not set
60894 -# CONFIG_TR is not set
60899 -# CONFIG_WLAN_PRE80211 is not set
60900 -# CONFIG_WLAN_80211 is not set
60903 -# USB Network Adapters
60905 -# CONFIG_USB_CATC is not set
60906 -# CONFIG_USB_KAWETH is not set
60907 -# CONFIG_USB_PEGASUS is not set
60908 -# CONFIG_USB_RTL8150 is not set
60909 -# CONFIG_USB_USBNET is not set
60910 -# CONFIG_WAN is not set
60911 -# CONFIG_FDDI is not set
60912 -# CONFIG_HIPPI is not set
60913 -# CONFIG_PPP is not set
60914 -# CONFIG_SLIP is not set
60915 -# CONFIG_NET_FC is not set
60916 -# CONFIG_NETCONSOLE is not set
60917 -# CONFIG_NETPOLL is not set
60918 -# CONFIG_NET_POLL_CONTROLLER is not set
60919 -# CONFIG_ISDN is not set
60920 -# CONFIG_PHONE is not set
60923 -# Input device support
60925 -# CONFIG_INPUT is not set
60928 -# Hardware I/O ports
60930 -# CONFIG_SERIO is not set
60931 -# CONFIG_GAMEPORT is not set
60934 -# Character devices
60936 -# CONFIG_VT is not set
60937 -# CONFIG_SERIAL_NONSTANDARD is not set
60938 -# CONFIG_NOZOMI is not set
60943 -CONFIG_SERIAL_8250=y
60944 -CONFIG_SERIAL_8250_CONSOLE=y
60945 -# CONFIG_SERIAL_8250_PCI is not set
60946 -CONFIG_SERIAL_8250_NR_UARTS=4
60947 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
60948 -# CONFIG_SERIAL_8250_EXTENDED is not set
60951 -# Non-8250 serial port support
60953 -# CONFIG_SERIAL_UARTLITE is not set
60954 -CONFIG_SERIAL_CORE=y
60955 -CONFIG_SERIAL_CORE_CONSOLE=y
60956 -# CONFIG_SERIAL_JSM is not set
60957 -# CONFIG_SERIAL_OF_PLATFORM is not set
60958 -CONFIG_UNIX98_PTYS=y
60959 -CONFIG_LEGACY_PTYS=y
60960 -CONFIG_LEGACY_PTY_COUNT=256
60961 -# CONFIG_IPMI_HANDLER is not set
60962 -CONFIG_HW_RANDOM=y
60963 -# CONFIG_NVRAM is not set
60964 -# CONFIG_GEN_RTC is not set
60965 -# CONFIG_R3964 is not set
60966 -# CONFIG_APPLICOM is not set
60967 -# CONFIG_RAW_DRIVER is not set
60968 -# CONFIG_TCG_TPM is not set
60971 -CONFIG_I2C_BOARDINFO=y
60972 -CONFIG_I2C_CHARDEV=y
60977 -# CONFIG_I2C_ALGOBIT is not set
60978 -# CONFIG_I2C_ALGOPCF is not set
60979 -# CONFIG_I2C_ALGOPCA is not set
60982 -# I2C Hardware Bus support
60984 -# CONFIG_I2C_ALI1535 is not set
60985 -# CONFIG_I2C_ALI1563 is not set
60986 -# CONFIG_I2C_ALI15X3 is not set
60987 -# CONFIG_I2C_AMD756 is not set
60988 -# CONFIG_I2C_AMD8111 is not set
60989 -# CONFIG_I2C_I801 is not set
60990 -# CONFIG_I2C_I810 is not set
60991 -# CONFIG_I2C_PIIX4 is not set
60993 -# CONFIG_I2C_NFORCE2 is not set
60994 -# CONFIG_I2C_OCORES is not set
60995 -# CONFIG_I2C_PARPORT_LIGHT is not set
60996 -# CONFIG_I2C_PROSAVAGE is not set
60997 -# CONFIG_I2C_SAVAGE4 is not set
60998 -# CONFIG_I2C_SIMTEC is not set
60999 -# CONFIG_I2C_SIS5595 is not set
61000 -# CONFIG_I2C_SIS630 is not set
61001 -# CONFIG_I2C_SIS96X is not set
61002 -# CONFIG_I2C_TAOS_EVM is not set
61003 -# CONFIG_I2C_STUB is not set
61004 -# CONFIG_I2C_TINY_USB is not set
61005 -# CONFIG_I2C_VIA is not set
61006 -# CONFIG_I2C_VIAPRO is not set
61007 -# CONFIG_I2C_VOODOO3 is not set
61010 -# Miscellaneous I2C Chip support
61012 -# CONFIG_DS1682 is not set
61013 -# CONFIG_SENSORS_EEPROM is not set
61014 -CONFIG_SENSORS_PCF8574=y
61015 -# CONFIG_PCF8575 is not set
61016 -# CONFIG_SENSORS_PCF8591 is not set
61017 -# CONFIG_TPS65010 is not set
61018 -# CONFIG_SENSORS_MAX6875 is not set
61019 -# CONFIG_SENSORS_TSL2550 is not set
61020 -# CONFIG_I2C_DEBUG_CORE is not set
61021 -# CONFIG_I2C_DEBUG_ALGO is not set
61022 -# CONFIG_I2C_DEBUG_BUS is not set
61023 -# CONFIG_I2C_DEBUG_CHIP is not set
61029 -CONFIG_SPI_MASTER=y
61032 -# SPI Master Controller Drivers
61034 -CONFIG_SPI_BITBANG=y
61035 -CONFIG_SPI_MPC83xx=y
61038 -# SPI Protocol Masters
61040 -# CONFIG_SPI_AT25 is not set
61041 -# CONFIG_SPI_SPIDEV is not set
61042 -# CONFIG_SPI_TLE62X0 is not set
61043 -# CONFIG_W1 is not set
61044 -# CONFIG_POWER_SUPPLY is not set
61045 -# CONFIG_HWMON is not set
61046 -# CONFIG_THERMAL is not set
61048 -# CONFIG_WATCHDOG_NOWAYOUT is not set
61051 -# Watchdog Device Drivers
61053 -# CONFIG_SOFT_WATCHDOG is not set
61057 -# PCI-based Watchdog Cards
61059 -# CONFIG_PCIPCWATCHDOG is not set
61060 -# CONFIG_WDTPCI is not set
61063 -# USB-based Watchdog Cards
61065 -# CONFIG_USBPCWATCHDOG is not set
61068 -# Sonics Silicon Backplane
61070 -CONFIG_SSB_POSSIBLE=y
61071 -# CONFIG_SSB is not set
61074 -# Multifunction device drivers
61076 -# CONFIG_MFD_SM501 is not set
61079 -# Multimedia devices
61081 -# CONFIG_VIDEO_DEV is not set
61082 -# CONFIG_DVB_CORE is not set
61084 -# CONFIG_USB_DABUSB is not set
61087 -# Graphics support
61089 -# CONFIG_AGP is not set
61090 -# CONFIG_DRM is not set
61091 -# CONFIG_VGASTATE is not set
61092 -CONFIG_VIDEO_OUTPUT_CONTROL=m
61093 -# CONFIG_FB is not set
61094 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
61097 -# Display device support
61099 -# CONFIG_DISPLAY_SUPPORT is not set
61104 -# CONFIG_SOUND is not set
61105 -CONFIG_USB_SUPPORT=y
61106 -CONFIG_USB_ARCH_HAS_HCD=y
61107 -CONFIG_USB_ARCH_HAS_OHCI=y
61108 -CONFIG_USB_ARCH_HAS_EHCI=y
61110 -# CONFIG_USB_DEBUG is not set
61111 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
61114 -# Miscellaneous USB options
61116 -# CONFIG_USB_DEVICEFS is not set
61117 -CONFIG_USB_DEVICE_CLASS=y
61118 -# CONFIG_USB_DYNAMIC_MINORS is not set
61119 -# CONFIG_USB_OTG is not set
61122 -# USB Host Controller Drivers
61124 -CONFIG_USB_EHCI_HCD=y
61125 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
61126 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
61127 -CONFIG_USB_EHCI_FSL=y
61128 -CONFIG_USB_EHCI_HCD_PPC_OF=y
61129 -# CONFIG_USB_ISP116X_HCD is not set
61130 -# CONFIG_USB_OHCI_HCD is not set
61131 -CONFIG_USB_UHCI_HCD=y
61132 -# CONFIG_USB_SL811_HCD is not set
61133 -# CONFIG_USB_R8A66597_HCD is not set
61136 -# USB Device Class drivers
61138 -# CONFIG_USB_ACM is not set
61139 -# CONFIG_USB_PRINTER is not set
61142 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
61146 -# may also be needed; see USB_STORAGE Help for more information
61148 -CONFIG_USB_STORAGE=y
61149 -# CONFIG_USB_STORAGE_DEBUG is not set
61150 -# CONFIG_USB_STORAGE_DATAFAB is not set
61151 -# CONFIG_USB_STORAGE_FREECOM is not set
61152 -# CONFIG_USB_STORAGE_ISD200 is not set
61153 -# CONFIG_USB_STORAGE_DPCM is not set
61154 -# CONFIG_USB_STORAGE_USBAT is not set
61155 -# CONFIG_USB_STORAGE_SDDR09 is not set
61156 -# CONFIG_USB_STORAGE_SDDR55 is not set
61157 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
61158 -# CONFIG_USB_STORAGE_ALAUDA is not set
61159 -# CONFIG_USB_STORAGE_KARMA is not set
61160 -# CONFIG_USB_LIBUSUAL is not set
61163 -# USB Imaging devices
61165 -# CONFIG_USB_MDC800 is not set
61166 -# CONFIG_USB_MICROTEK is not set
61170 -# USB port drivers
61172 -# CONFIG_USB_SERIAL is not set
61175 -# USB Miscellaneous drivers
61177 -# CONFIG_USB_EMI62 is not set
61178 -# CONFIG_USB_EMI26 is not set
61179 -# CONFIG_USB_ADUTUX is not set
61180 -# CONFIG_USB_AUERSWALD is not set
61181 -# CONFIG_USB_RIO500 is not set
61182 -# CONFIG_USB_LEGOTOWER is not set
61183 -# CONFIG_USB_LCD is not set
61184 -# CONFIG_USB_BERRY_CHARGE is not set
61185 -# CONFIG_USB_LED is not set
61186 -# CONFIG_USB_CYPRESS_CY7C63 is not set
61187 -# CONFIG_USB_CYTHERM is not set
61188 -# CONFIG_USB_PHIDGET is not set
61189 -# CONFIG_USB_IDMOUSE is not set
61190 -# CONFIG_USB_FTDI_ELAN is not set
61191 -# CONFIG_USB_APPLEDISPLAY is not set
61192 -# CONFIG_USB_SISUSBVGA is not set
61193 -# CONFIG_USB_LD is not set
61194 -# CONFIG_USB_TRANCEVIBRATOR is not set
61195 -# CONFIG_USB_IOWARRIOR is not set
61196 -# CONFIG_USB_GADGET is not set
61197 -# CONFIG_MMC is not set
61198 -# CONFIG_MEMSTICK is not set
61199 -# CONFIG_NEW_LEDS is not set
61200 -# CONFIG_INFINIBAND is not set
61201 -# CONFIG_EDAC is not set
61203 -CONFIG_RTC_CLASS=y
61204 -CONFIG_RTC_HCTOSYS=y
61205 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
61206 -# CONFIG_RTC_DEBUG is not set
61211 -CONFIG_RTC_INTF_SYSFS=y
61212 -CONFIG_RTC_INTF_PROC=y
61213 -CONFIG_RTC_INTF_DEV=y
61214 -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
61215 -# CONFIG_RTC_DRV_TEST is not set
61220 -CONFIG_RTC_DRV_DS1307=y
61221 -# CONFIG_RTC_DRV_DS1374 is not set
61222 -# CONFIG_RTC_DRV_DS1672 is not set
61223 -# CONFIG_RTC_DRV_MAX6900 is not set
61224 -# CONFIG_RTC_DRV_RS5C372 is not set
61225 -# CONFIG_RTC_DRV_ISL1208 is not set
61226 -# CONFIG_RTC_DRV_X1205 is not set
61227 -# CONFIG_RTC_DRV_PCF8563 is not set
61228 -# CONFIG_RTC_DRV_PCF8583 is not set
61229 -# CONFIG_RTC_DRV_M41T80 is not set
61230 -# CONFIG_RTC_DRV_S35390A is not set
61235 -# CONFIG_RTC_DRV_MAX6902 is not set
61236 -# CONFIG_RTC_DRV_R9701 is not set
61237 -# CONFIG_RTC_DRV_RS5C348 is not set
61240 -# Platform RTC drivers
61242 -# CONFIG_RTC_DRV_CMOS is not set
61243 -# CONFIG_RTC_DRV_DS1511 is not set
61244 -# CONFIG_RTC_DRV_DS1553 is not set
61245 -# CONFIG_RTC_DRV_DS1742 is not set
61246 -# CONFIG_RTC_DRV_STK17TA8 is not set
61247 -# CONFIG_RTC_DRV_M48T86 is not set
61248 -# CONFIG_RTC_DRV_M48T59 is not set
61249 -# CONFIG_RTC_DRV_V3020 is not set
61252 -# on-CPU RTC drivers
61254 -# CONFIG_DMADEVICES is not set
61259 -# CONFIG_UIO is not set
61265 -# CONFIG_EXT2_FS_XATTR is not set
61266 -# CONFIG_EXT2_FS_XIP is not set
61268 -CONFIG_EXT3_FS_XATTR=y
61269 -# CONFIG_EXT3_FS_POSIX_ACL is not set
61270 -# CONFIG_EXT3_FS_SECURITY is not set
61271 -# CONFIG_EXT4DEV_FS is not set
61273 -CONFIG_FS_MBCACHE=y
61274 -# CONFIG_REISERFS_FS is not set
61275 -# CONFIG_JFS_FS is not set
61276 -# CONFIG_FS_POSIX_ACL is not set
61277 -# CONFIG_XFS_FS is not set
61278 -# CONFIG_GFS2_FS is not set
61279 -# CONFIG_OCFS2_FS is not set
61282 -CONFIG_INOTIFY_USER=y
61283 -# CONFIG_QUOTA is not set
61284 -# CONFIG_AUTOFS_FS is not set
61285 -# CONFIG_AUTOFS4_FS is not set
61286 -# CONFIG_FUSE_FS is not set
61289 -# CD-ROM/DVD Filesystems
61291 -# CONFIG_ISO9660_FS is not set
61292 -# CONFIG_UDF_FS is not set
61295 -# DOS/FAT/NT Filesystems
61300 -CONFIG_FAT_DEFAULT_CODEPAGE=437
61301 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
61302 -# CONFIG_NTFS_FS is not set
61305 -# Pseudo filesystems
61308 -CONFIG_PROC_KCORE=y
61309 -CONFIG_PROC_SYSCTL=y
61312 -# CONFIG_TMPFS_POSIX_ACL is not set
61313 -# CONFIG_HUGETLB_PAGE is not set
61314 -# CONFIG_CONFIGFS_FS is not set
61317 -# Miscellaneous filesystems
61319 -# CONFIG_ADFS_FS is not set
61320 -# CONFIG_AFFS_FS is not set
61321 -# CONFIG_HFS_FS is not set
61322 -# CONFIG_HFSPLUS_FS is not set
61323 -# CONFIG_BEFS_FS is not set
61324 -# CONFIG_BFS_FS is not set
61325 -# CONFIG_EFS_FS is not set
61326 -# CONFIG_JFFS2_FS is not set
61327 -# CONFIG_CRAMFS is not set
61328 -# CONFIG_VXFS_FS is not set
61329 -# CONFIG_MINIX_FS is not set
61330 -# CONFIG_HPFS_FS is not set
61331 -# CONFIG_QNX4FS_FS is not set
61332 -# CONFIG_ROMFS_FS is not set
61333 -# CONFIG_SYSV_FS is not set
61334 -# CONFIG_UFS_FS is not set
61335 -CONFIG_NETWORK_FILESYSTEMS=y
61338 -# CONFIG_NFS_V3_ACL is not set
61340 -# CONFIG_NFS_DIRECTIO is not set
61341 -# CONFIG_NFSD is not set
61345 -CONFIG_NFS_COMMON=y
61347 -CONFIG_SUNRPC_GSS=y
61348 -# CONFIG_SUNRPC_BIND34 is not set
61349 -CONFIG_RPCSEC_GSS_KRB5=y
61350 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
61351 -# CONFIG_SMB_FS is not set
61352 -# CONFIG_CIFS is not set
61353 -# CONFIG_NCP_FS is not set
61354 -# CONFIG_CODA_FS is not set
61355 -# CONFIG_AFS_FS is not set
61360 -CONFIG_PARTITION_ADVANCED=y
61361 -# CONFIG_ACORN_PARTITION is not set
61362 -# CONFIG_OSF_PARTITION is not set
61363 -# CONFIG_AMIGA_PARTITION is not set
61364 -# CONFIG_ATARI_PARTITION is not set
61365 -CONFIG_MAC_PARTITION=y
61366 -CONFIG_MSDOS_PARTITION=y
61367 -# CONFIG_BSD_DISKLABEL is not set
61368 -# CONFIG_MINIX_SUBPARTITION is not set
61369 -# CONFIG_SOLARIS_X86_PARTITION is not set
61370 -# CONFIG_UNIXWARE_DISKLABEL is not set
61371 -# CONFIG_LDM_PARTITION is not set
61372 -# CONFIG_SGI_PARTITION is not set
61373 -# CONFIG_ULTRIX_PARTITION is not set
61374 -# CONFIG_SUN_PARTITION is not set
61375 -# CONFIG_KARMA_PARTITION is not set
61376 -# CONFIG_EFI_PARTITION is not set
61377 -# CONFIG_SYSV68_PARTITION is not set
61379 -CONFIG_NLS_DEFAULT="iso8859-1"
61380 -# CONFIG_NLS_CODEPAGE_437 is not set
61381 -# CONFIG_NLS_CODEPAGE_737 is not set
61382 -# CONFIG_NLS_CODEPAGE_775 is not set
61383 -# CONFIG_NLS_CODEPAGE_850 is not set
61384 -# CONFIG_NLS_CODEPAGE_852 is not set
61385 -# CONFIG_NLS_CODEPAGE_855 is not set
61386 -# CONFIG_NLS_CODEPAGE_857 is not set
61387 -# CONFIG_NLS_CODEPAGE_860 is not set
61388 -# CONFIG_NLS_CODEPAGE_861 is not set
61389 -# CONFIG_NLS_CODEPAGE_862 is not set
61390 -# CONFIG_NLS_CODEPAGE_863 is not set
61391 -# CONFIG_NLS_CODEPAGE_864 is not set
61392 -# CONFIG_NLS_CODEPAGE_865 is not set
61393 -# CONFIG_NLS_CODEPAGE_866 is not set
61394 -# CONFIG_NLS_CODEPAGE_869 is not set
61395 -# CONFIG_NLS_CODEPAGE_936 is not set
61396 -# CONFIG_NLS_CODEPAGE_950 is not set
61397 -# CONFIG_NLS_CODEPAGE_932 is not set
61398 -# CONFIG_NLS_CODEPAGE_949 is not set
61399 -# CONFIG_NLS_CODEPAGE_874 is not set
61400 -# CONFIG_NLS_ISO8859_8 is not set
61401 -# CONFIG_NLS_CODEPAGE_1250 is not set
61402 -# CONFIG_NLS_CODEPAGE_1251 is not set
61403 -# CONFIG_NLS_ASCII is not set
61404 -# CONFIG_NLS_ISO8859_1 is not set
61405 -# CONFIG_NLS_ISO8859_2 is not set
61406 -# CONFIG_NLS_ISO8859_3 is not set
61407 -# CONFIG_NLS_ISO8859_4 is not set
61408 -# CONFIG_NLS_ISO8859_5 is not set
61409 -# CONFIG_NLS_ISO8859_6 is not set
61410 -# CONFIG_NLS_ISO8859_7 is not set
61411 -# CONFIG_NLS_ISO8859_9 is not set
61412 -# CONFIG_NLS_ISO8859_13 is not set
61413 -# CONFIG_NLS_ISO8859_14 is not set
61414 -# CONFIG_NLS_ISO8859_15 is not set
61415 -# CONFIG_NLS_KOI8_R is not set
61416 -# CONFIG_NLS_KOI8_U is not set
61417 -# CONFIG_NLS_UTF8 is not set
61418 -# CONFIG_DLM is not set
61421 -# Library routines
61423 -CONFIG_BITREVERSE=y
61424 -# CONFIG_CRC_CCITT is not set
61425 -# CONFIG_CRC16 is not set
61426 -# CONFIG_CRC_ITU_T is not set
61428 -# CONFIG_CRC7 is not set
61429 -# CONFIG_LIBCRC32C is not set
61431 -CONFIG_HAS_IOMEM=y
61432 -CONFIG_HAS_IOPORT=y
61438 -# CONFIG_PRINTK_TIME is not set
61439 -CONFIG_ENABLE_WARN_DEPRECATED=y
61440 -CONFIG_ENABLE_MUST_CHECK=y
61441 -# CONFIG_MAGIC_SYSRQ is not set
61442 -# CONFIG_UNUSED_SYMBOLS is not set
61443 -# CONFIG_DEBUG_FS is not set
61444 -# CONFIG_HEADERS_CHECK is not set
61445 -# CONFIG_DEBUG_KERNEL is not set
61446 -# CONFIG_SLUB_DEBUG_ON is not set
61447 -# CONFIG_SLUB_STATS is not set
61448 -# CONFIG_DEBUG_BUGVERBOSE is not set
61449 -# CONFIG_SAMPLES is not set
61450 -# CONFIG_PPC_EARLY_DEBUG is not set
61453 -# Security options
61455 -# CONFIG_KEYS is not set
61456 -# CONFIG_SECURITY is not set
61457 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
61459 -CONFIG_CRYPTO_ALGAPI=y
61460 -CONFIG_CRYPTO_BLKCIPHER=y
61461 -# CONFIG_CRYPTO_SEQIV is not set
61462 -CONFIG_CRYPTO_MANAGER=y
61463 -# CONFIG_CRYPTO_HMAC is not set
61464 -# CONFIG_CRYPTO_XCBC is not set
61465 -# CONFIG_CRYPTO_NULL is not set
61466 -# CONFIG_CRYPTO_MD4 is not set
61467 -CONFIG_CRYPTO_MD5=y
61468 -# CONFIG_CRYPTO_SHA1 is not set
61469 -# CONFIG_CRYPTO_SHA256 is not set
61470 -# CONFIG_CRYPTO_SHA512 is not set
61471 -# CONFIG_CRYPTO_WP512 is not set
61472 -# CONFIG_CRYPTO_TGR192 is not set
61473 -# CONFIG_CRYPTO_GF128MUL is not set
61474 -# CONFIG_CRYPTO_ECB is not set
61475 -CONFIG_CRYPTO_CBC=y
61476 -CONFIG_CRYPTO_PCBC=m
61477 -# CONFIG_CRYPTO_LRW is not set
61478 -# CONFIG_CRYPTO_XTS is not set
61479 -# CONFIG_CRYPTO_CTR is not set
61480 -# CONFIG_CRYPTO_GCM is not set
61481 -# CONFIG_CRYPTO_CCM is not set
61482 -# CONFIG_CRYPTO_CRYPTD is not set
61483 -CONFIG_CRYPTO_DES=y
61484 -# CONFIG_CRYPTO_FCRYPT is not set
61485 -# CONFIG_CRYPTO_BLOWFISH is not set
61486 -# CONFIG_CRYPTO_TWOFISH is not set
61487 -# CONFIG_CRYPTO_SERPENT is not set
61488 -# CONFIG_CRYPTO_AES is not set
61489 -# CONFIG_CRYPTO_CAST5 is not set
61490 -# CONFIG_CRYPTO_CAST6 is not set
61491 -# CONFIG_CRYPTO_TEA is not set
61492 -# CONFIG_CRYPTO_ARC4 is not set
61493 -# CONFIG_CRYPTO_KHAZAD is not set
61494 -# CONFIG_CRYPTO_ANUBIS is not set
61495 -# CONFIG_CRYPTO_SEED is not set
61496 -# CONFIG_CRYPTO_SALSA20 is not set
61497 -# CONFIG_CRYPTO_DEFLATE is not set
61498 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
61499 -# CONFIG_CRYPTO_CRC32C is not set
61500 -# CONFIG_CRYPTO_CAMELLIA is not set
61501 -# CONFIG_CRYPTO_TEST is not set
61502 -# CONFIG_CRYPTO_AUTHENC is not set
61503 -# CONFIG_CRYPTO_LZO is not set
61504 -CONFIG_CRYPTO_HW=y
61505 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
61506 -# CONFIG_PPC_CLOCK is not set
61507 --- a/arch/powerpc/configs/mpc834x_mds_defconfig
61511 -# Automatically generated make config: don't edit
61512 -# Linux kernel version: 2.6.25-rc7
61513 -# Mon Mar 31 11:36:56 2008
61515 -# CONFIG_PPC64 is not set
61518 -# Processor support
61521 -# CONFIG_PPC_85xx is not set
61522 -# CONFIG_PPC_8xx is not set
61523 -# CONFIG_40x is not set
61524 -# CONFIG_44x is not set
61525 -# CONFIG_E200 is not set
61527 -# CONFIG_FSL_EMB_PERFMON is not set
61528 -CONFIG_PPC_STD_MMU=y
61529 -CONFIG_PPC_STD_MMU_32=y
61530 -# CONFIG_PPC_MM_SLICES is not set
61531 -# CONFIG_SMP is not set
61533 -CONFIG_WORD_SIZE=32
61534 -CONFIG_PPC_MERGE=y
61536 -CONFIG_GENERIC_CMOS_UPDATE=y
61537 -CONFIG_GENERIC_TIME=y
61538 -CONFIG_GENERIC_TIME_VSYSCALL=y
61539 -CONFIG_GENERIC_CLOCKEVENTS=y
61540 -CONFIG_GENERIC_HARDIRQS=y
61541 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
61542 -CONFIG_IRQ_PER_CPU=y
61543 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
61544 -CONFIG_ARCH_HAS_ILOG2_U32=y
61545 -CONFIG_GENERIC_HWEIGHT=y
61546 -CONFIG_GENERIC_CALIBRATE_DELAY=y
61547 -CONFIG_GENERIC_FIND_NEXT_BIT=y
61548 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
61550 -CONFIG_EARLY_PRINTK=y
61551 -CONFIG_GENERIC_NVRAM=y
61552 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
61553 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
61556 -CONFIG_PPC_UDBG_16550=y
61557 -# CONFIG_GENERIC_TBSYNC is not set
61558 -CONFIG_AUDIT_ARCH=y
61559 -CONFIG_GENERIC_BUG=y
61560 -CONFIG_DEFAULT_UIMAGE=y
61561 -# CONFIG_PPC_DCR_NATIVE is not set
61562 -# CONFIG_PPC_DCR_MMIO is not set
61563 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
61568 -CONFIG_EXPERIMENTAL=y
61569 -CONFIG_BROKEN_ON_SMP=y
61570 -CONFIG_INIT_ENV_ARG_LIMIT=32
61571 -CONFIG_LOCALVERSION=""
61572 -CONFIG_LOCALVERSION_AUTO=y
61575 -CONFIG_SYSVIPC_SYSCTL=y
61576 -# CONFIG_POSIX_MQUEUE is not set
61577 -# CONFIG_BSD_PROCESS_ACCT is not set
61578 -# CONFIG_TASKSTATS is not set
61579 -# CONFIG_AUDIT is not set
61580 -# CONFIG_IKCONFIG is not set
61581 -CONFIG_LOG_BUF_SHIFT=14
61582 -# CONFIG_CGROUPS is not set
61583 -CONFIG_GROUP_SCHED=y
61584 -# CONFIG_FAIR_GROUP_SCHED is not set
61585 -# CONFIG_RT_GROUP_SCHED is not set
61586 -CONFIG_USER_SCHED=y
61587 -# CONFIG_CGROUP_SCHED is not set
61588 -CONFIG_SYSFS_DEPRECATED=y
61589 -CONFIG_SYSFS_DEPRECATED_V2=y
61590 -# CONFIG_RELAY is not set
61591 -# CONFIG_NAMESPACES is not set
61592 -CONFIG_BLK_DEV_INITRD=y
61593 -CONFIG_INITRAMFS_SOURCE=""
61594 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
61597 -CONFIG_SYSCTL_SYSCALL=y
61598 -# CONFIG_KALLSYMS is not set
61603 -CONFIG_COMPAT_BRK=y
61604 -CONFIG_BASE_FULL=y
61606 -CONFIG_ANON_INODES=y
61607 -# CONFIG_EPOLL is not set
61612 -CONFIG_VM_EVENT_COUNTERS=y
61613 -CONFIG_SLUB_DEBUG=y
61614 -# CONFIG_SLAB is not set
61616 -# CONFIG_SLOB is not set
61617 -# CONFIG_PROFILING is not set
61618 -# CONFIG_MARKERS is not set
61619 -CONFIG_HAVE_OPROFILE=y
61620 -CONFIG_HAVE_KPROBES=y
61621 -CONFIG_HAVE_KRETPROBES=y
61622 -CONFIG_PROC_PAGE_MONITOR=y
61624 -CONFIG_RT_MUTEXES=y
61625 -# CONFIG_TINY_SHMEM is not set
61626 -CONFIG_BASE_SMALL=0
61628 -CONFIG_MODULE_UNLOAD=y
61629 -# CONFIG_MODULE_FORCE_UNLOAD is not set
61630 -# CONFIG_MODVERSIONS is not set
61631 -# CONFIG_MODULE_SRCVERSION_ALL is not set
61632 -# CONFIG_KMOD is not set
61634 -# CONFIG_LBD is not set
61635 -# CONFIG_BLK_DEV_IO_TRACE is not set
61636 -# CONFIG_LSF is not set
61637 -# CONFIG_BLK_DEV_BSG is not set
61642 -CONFIG_IOSCHED_NOOP=y
61643 -CONFIG_IOSCHED_AS=y
61644 -CONFIG_IOSCHED_DEADLINE=y
61645 -CONFIG_IOSCHED_CFQ=y
61646 -CONFIG_DEFAULT_AS=y
61647 -# CONFIG_DEFAULT_DEADLINE is not set
61648 -# CONFIG_DEFAULT_CFQ is not set
61649 -# CONFIG_DEFAULT_NOOP is not set
61650 -CONFIG_DEFAULT_IOSCHED="anticipatory"
61651 -CONFIG_CLASSIC_RCU=y
61654 -# Platform support
61656 -# CONFIG_PPC_MULTIPLATFORM is not set
61657 -# CONFIG_PPC_82xx is not set
61659 -# CONFIG_PPC_86xx is not set
61660 -# CONFIG_PPC_MPC512x is not set
61661 -# CONFIG_PPC_MPC5121 is not set
61662 -# CONFIG_PPC_CELL is not set
61663 -# CONFIG_PPC_CELL_NATIVE is not set
61664 -# CONFIG_PQ2ADS is not set
61666 -# CONFIG_MPC831x_RDB is not set
61667 -# CONFIG_MPC832x_MDS is not set
61668 -# CONFIG_MPC832x_RDB is not set
61669 -CONFIG_MPC834x_MDS=y
61670 -# CONFIG_MPC834x_ITX is not set
61671 -# CONFIG_MPC836x_MDS is not set
61672 -# CONFIG_MPC837x_MDS is not set
61673 -# CONFIG_MPC837x_RDB is not set
61674 -# CONFIG_SBC834x is not set
61675 -CONFIG_PPC_MPC834x=y
61677 -# CONFIG_MPIC is not set
61678 -# CONFIG_MPIC_WEIRD is not set
61679 -# CONFIG_PPC_I8259 is not set
61680 -# CONFIG_PPC_RTAS is not set
61681 -# CONFIG_MMIO_NVRAM is not set
61682 -# CONFIG_PPC_MPC106 is not set
61683 -# CONFIG_PPC_970_NAP is not set
61684 -# CONFIG_PPC_INDIRECT_IO is not set
61685 -# CONFIG_GENERIC_IOMAP is not set
61686 -# CONFIG_CPU_FREQ is not set
61687 -# CONFIG_FSL_ULI1575 is not set
61692 -# CONFIG_HIGHMEM is not set
61693 -CONFIG_TICK_ONESHOT=y
61695 -CONFIG_HIGH_RES_TIMERS=y
61696 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
61697 -# CONFIG_HZ_100 is not set
61699 -# CONFIG_HZ_300 is not set
61700 -# CONFIG_HZ_1000 is not set
61702 -# CONFIG_SCHED_HRTICK is not set
61703 -CONFIG_PREEMPT_NONE=y
61704 -# CONFIG_PREEMPT_VOLUNTARY is not set
61705 -# CONFIG_PREEMPT is not set
61706 -CONFIG_BINFMT_ELF=y
61707 -# CONFIG_BINFMT_MISC is not set
61708 -# CONFIG_IOMMU_HELPER is not set
61709 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
61710 -CONFIG_ARCH_HAS_WALK_MEMORY=y
61711 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
61712 -CONFIG_ARCH_FLATMEM_ENABLE=y
61713 -CONFIG_ARCH_POPULATES_NODE_MAP=y
61714 -CONFIG_SELECT_MEMORY_MODEL=y
61715 -CONFIG_FLATMEM_MANUAL=y
61716 -# CONFIG_DISCONTIGMEM_MANUAL is not set
61717 -# CONFIG_SPARSEMEM_MANUAL is not set
61719 -CONFIG_FLAT_NODE_MEM_MAP=y
61720 -# CONFIG_SPARSEMEM_STATIC is not set
61721 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
61722 -CONFIG_SPLIT_PTLOCK_CPUS=4
61723 -# CONFIG_RESOURCES_64BIT is not set
61724 -CONFIG_ZONE_DMA_FLAG=1
61726 -CONFIG_VIRT_TO_BUS=y
61727 -CONFIG_PROC_DEVICETREE=y
61728 -# CONFIG_CMDLINE_BOOL is not set
61729 -# CONFIG_PM is not set
61731 -CONFIG_ISA_DMA_API=y
61737 -CONFIG_GENERIC_ISA_DMA=y
61738 -CONFIG_PPC_INDIRECT_PCI=y
61741 -CONFIG_PCI_DOMAINS=y
61742 -CONFIG_PCI_SYSCALL=y
61743 -# CONFIG_PCIEPORTBUS is not set
61744 -CONFIG_ARCH_SUPPORTS_MSI=y
61745 -# CONFIG_PCI_MSI is not set
61746 -CONFIG_PCI_LEGACY=y
61747 -# CONFIG_PCCARD is not set
61748 -# CONFIG_HOTPLUG_PCI is not set
61753 -# CONFIG_ADVANCED_OPTIONS is not set
61756 -# Default settings for advanced configuration options are used
61758 -CONFIG_HIGHMEM_START=0xfe000000
61759 -CONFIG_LOWMEM_SIZE=0x30000000
61760 -CONFIG_KERNEL_START=0xc0000000
61761 -CONFIG_TASK_SIZE=0xc0000000
61762 -CONFIG_BOOT_LOAD=0x00800000
61770 -# Networking options
61773 -# CONFIG_PACKET_MMAP is not set
61776 -CONFIG_XFRM_USER=m
61777 -# CONFIG_XFRM_SUB_POLICY is not set
61778 -# CONFIG_XFRM_MIGRATE is not set
61779 -# CONFIG_XFRM_STATISTICS is not set
61780 -# CONFIG_NET_KEY is not set
61782 -CONFIG_IP_MULTICAST=y
61783 -# CONFIG_IP_ADVANCED_ROUTER is not set
61784 -CONFIG_IP_FIB_HASH=y
61786 -CONFIG_IP_PNP_DHCP=y
61787 -CONFIG_IP_PNP_BOOTP=y
61788 -# CONFIG_IP_PNP_RARP is not set
61789 -# CONFIG_NET_IPIP is not set
61790 -# CONFIG_NET_IPGRE is not set
61791 -# CONFIG_IP_MROUTE is not set
61792 -# CONFIG_ARPD is not set
61793 -CONFIG_SYN_COOKIES=y
61794 -# CONFIG_INET_AH is not set
61795 -# CONFIG_INET_ESP is not set
61796 -# CONFIG_INET_IPCOMP is not set
61797 -# CONFIG_INET_XFRM_TUNNEL is not set
61798 -# CONFIG_INET_TUNNEL is not set
61799 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
61800 -CONFIG_INET_XFRM_MODE_TUNNEL=y
61801 -CONFIG_INET_XFRM_MODE_BEET=y
61802 -# CONFIG_INET_LRO is not set
61803 -CONFIG_INET_DIAG=y
61804 -CONFIG_INET_TCP_DIAG=y
61805 -# CONFIG_TCP_CONG_ADVANCED is not set
61806 -CONFIG_TCP_CONG_CUBIC=y
61807 -CONFIG_DEFAULT_TCP_CONG="cubic"
61808 -# CONFIG_TCP_MD5SIG is not set
61809 -# CONFIG_IPV6 is not set
61810 -# CONFIG_INET6_XFRM_TUNNEL is not set
61811 -# CONFIG_INET6_TUNNEL is not set
61812 -# CONFIG_NETWORK_SECMARK is not set
61813 -# CONFIG_NETFILTER is not set
61814 -# CONFIG_IP_DCCP is not set
61815 -# CONFIG_IP_SCTP is not set
61816 -# CONFIG_TIPC is not set
61817 -# CONFIG_ATM is not set
61818 -# CONFIG_BRIDGE is not set
61819 -# CONFIG_VLAN_8021Q is not set
61820 -# CONFIG_DECNET is not set
61821 -# CONFIG_LLC2 is not set
61822 -# CONFIG_IPX is not set
61823 -# CONFIG_ATALK is not set
61824 -# CONFIG_X25 is not set
61825 -# CONFIG_LAPB is not set
61826 -# CONFIG_ECONET is not set
61827 -# CONFIG_WAN_ROUTER is not set
61828 -# CONFIG_NET_SCHED is not set
61833 -# CONFIG_NET_PKTGEN is not set
61834 -# CONFIG_HAMRADIO is not set
61835 -# CONFIG_CAN is not set
61836 -# CONFIG_IRDA is not set
61837 -# CONFIG_BT is not set
61838 -# CONFIG_AF_RXRPC is not set
61843 -# CONFIG_CFG80211 is not set
61844 -# CONFIG_WIRELESS_EXT is not set
61845 -# CONFIG_MAC80211 is not set
61846 -# CONFIG_IEEE80211 is not set
61847 -# CONFIG_RFKILL is not set
61848 -# CONFIG_NET_9P is not set
61855 -# Generic Driver Options
61857 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
61858 -CONFIG_STANDALONE=y
61859 -CONFIG_PREVENT_FIRMWARE_BUILD=y
61860 -# CONFIG_FW_LOADER is not set
61861 -# CONFIG_SYS_HYPERVISOR is not set
61862 -# CONFIG_CONNECTOR is not set
61863 -# CONFIG_MTD is not set
61864 -CONFIG_OF_DEVICE=y
61865 -# CONFIG_PARPORT is not set
61867 -# CONFIG_BLK_DEV_FD is not set
61868 -# CONFIG_BLK_CPQ_DA is not set
61869 -# CONFIG_BLK_CPQ_CISS_DA is not set
61870 -# CONFIG_BLK_DEV_DAC960 is not set
61871 -# CONFIG_BLK_DEV_UMEM is not set
61872 -# CONFIG_BLK_DEV_COW_COMMON is not set
61873 -CONFIG_BLK_DEV_LOOP=y
61874 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
61875 -# CONFIG_BLK_DEV_NBD is not set
61876 -# CONFIG_BLK_DEV_SX8 is not set
61877 -CONFIG_BLK_DEV_RAM=y
61878 -CONFIG_BLK_DEV_RAM_COUNT=16
61879 -CONFIG_BLK_DEV_RAM_SIZE=32768
61880 -# CONFIG_BLK_DEV_XIP is not set
61881 -# CONFIG_CDROM_PKTCDVD is not set
61882 -# CONFIG_ATA_OVER_ETH is not set
61883 -CONFIG_MISC_DEVICES=y
61884 -# CONFIG_PHANTOM is not set
61885 -# CONFIG_EEPROM_93CX6 is not set
61886 -# CONFIG_SGI_IOC4 is not set
61887 -# CONFIG_TIFM_CORE is not set
61888 -# CONFIG_ENCLOSURE_SERVICES is not set
61890 -# CONFIG_IDE is not set
61893 -# SCSI device support
61895 -# CONFIG_RAID_ATTRS is not set
61896 -# CONFIG_SCSI is not set
61897 -# CONFIG_SCSI_DMA is not set
61898 -# CONFIG_SCSI_NETLINK is not set
61899 -# CONFIG_ATA is not set
61900 -# CONFIG_MD is not set
61901 -# CONFIG_FUSION is not set
61904 -# IEEE 1394 (FireWire) support
61906 -# CONFIG_FIREWIRE is not set
61907 -# CONFIG_IEEE1394 is not set
61908 -# CONFIG_I2O is not set
61909 -# CONFIG_MACINTOSH_DRIVERS is not set
61910 -CONFIG_NETDEVICES=y
61911 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
61912 -# CONFIG_DUMMY is not set
61913 -# CONFIG_BONDING is not set
61914 -# CONFIG_MACVLAN is not set
61915 -# CONFIG_EQUALIZER is not set
61916 -# CONFIG_TUN is not set
61917 -# CONFIG_VETH is not set
61918 -# CONFIG_ARCNET is not set
61922 -# MII PHY device drivers
61924 -CONFIG_MARVELL_PHY=y
61925 -# CONFIG_DAVICOM_PHY is not set
61926 -# CONFIG_QSEMI_PHY is not set
61927 -# CONFIG_LXT_PHY is not set
61928 -# CONFIG_CICADA_PHY is not set
61929 -# CONFIG_VITESSE_PHY is not set
61930 -# CONFIG_SMSC_PHY is not set
61931 -# CONFIG_BROADCOM_PHY is not set
61932 -# CONFIG_ICPLUS_PHY is not set
61933 -# CONFIG_REALTEK_PHY is not set
61934 -# CONFIG_FIXED_PHY is not set
61935 -# CONFIG_MDIO_BITBANG is not set
61936 -CONFIG_NET_ETHERNET=y
61938 -# CONFIG_HAPPYMEAL is not set
61939 -# CONFIG_SUNGEM is not set
61940 -# CONFIG_CASSINI is not set
61941 -# CONFIG_NET_VENDOR_3COM is not set
61942 -# CONFIG_NET_TULIP is not set
61943 -# CONFIG_HP100 is not set
61944 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
61945 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
61946 -# CONFIG_IBM_NEW_EMAC_TAH is not set
61947 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
61949 -# CONFIG_PCNET32 is not set
61950 -# CONFIG_AMD8111_ETH is not set
61951 -# CONFIG_ADAPTEC_STARFIRE is not set
61952 -# CONFIG_B44 is not set
61953 -# CONFIG_FORCEDETH is not set
61954 -# CONFIG_EEPRO100 is not set
61956 -# CONFIG_FEALNX is not set
61957 -# CONFIG_NATSEMI is not set
61958 -# CONFIG_NE2K_PCI is not set
61959 -# CONFIG_8139CP is not set
61960 -# CONFIG_8139TOO is not set
61961 -# CONFIG_R6040 is not set
61962 -# CONFIG_SIS900 is not set
61963 -# CONFIG_EPIC100 is not set
61964 -# CONFIG_SUNDANCE is not set
61965 -# CONFIG_TLAN is not set
61966 -# CONFIG_VIA_RHINE is not set
61967 -# CONFIG_SC92031 is not set
61968 -CONFIG_NETDEV_1000=y
61969 -# CONFIG_ACENIC is not set
61970 -# CONFIG_DL2K is not set
61971 -# CONFIG_E1000 is not set
61972 -# CONFIG_E1000E is not set
61973 -# CONFIG_E1000E_ENABLED is not set
61974 -# CONFIG_IP1000 is not set
61975 -# CONFIG_IGB is not set
61976 -# CONFIG_NS83820 is not set
61977 -# CONFIG_HAMACHI is not set
61978 -# CONFIG_YELLOWFIN is not set
61979 -# CONFIG_R8169 is not set
61980 -# CONFIG_SIS190 is not set
61981 -# CONFIG_SKGE is not set
61982 -# CONFIG_SKY2 is not set
61983 -# CONFIG_SK98LIN is not set
61984 -# CONFIG_VIA_VELOCITY is not set
61985 -# CONFIG_TIGON3 is not set
61986 -# CONFIG_BNX2 is not set
61988 -# CONFIG_GFAR_NAPI is not set
61989 -# CONFIG_QLA3XXX is not set
61990 -# CONFIG_ATL1 is not set
61991 -CONFIG_NETDEV_10000=y
61992 -# CONFIG_CHELSIO_T1 is not set
61993 -# CONFIG_CHELSIO_T3 is not set
61994 -# CONFIG_IXGBE is not set
61995 -# CONFIG_IXGB is not set
61996 -# CONFIG_S2IO is not set
61997 -# CONFIG_MYRI10GE is not set
61998 -# CONFIG_NETXEN_NIC is not set
61999 -# CONFIG_NIU is not set
62000 -# CONFIG_MLX4_CORE is not set
62001 -# CONFIG_TEHUTI is not set
62002 -# CONFIG_BNX2X is not set
62003 -# CONFIG_TR is not set
62008 -# CONFIG_WLAN_PRE80211 is not set
62009 -# CONFIG_WLAN_80211 is not set
62010 -# CONFIG_WAN is not set
62011 -# CONFIG_FDDI is not set
62012 -# CONFIG_HIPPI is not set
62013 -# CONFIG_PPP is not set
62014 -# CONFIG_SLIP is not set
62015 -# CONFIG_NETCONSOLE is not set
62016 -# CONFIG_NETPOLL is not set
62017 -# CONFIG_NET_POLL_CONTROLLER is not set
62018 -# CONFIG_ISDN is not set
62019 -# CONFIG_PHONE is not set
62022 -# Input device support
62025 -# CONFIG_INPUT_FF_MEMLESS is not set
62026 -# CONFIG_INPUT_POLLDEV is not set
62029 -# Userland interfaces
62031 -# CONFIG_INPUT_MOUSEDEV is not set
62032 -# CONFIG_INPUT_JOYDEV is not set
62033 -# CONFIG_INPUT_EVDEV is not set
62034 -# CONFIG_INPUT_EVBUG is not set
62037 -# Input Device Drivers
62039 -# CONFIG_INPUT_KEYBOARD is not set
62040 -# CONFIG_INPUT_MOUSE is not set
62041 -# CONFIG_INPUT_JOYSTICK is not set
62042 -# CONFIG_INPUT_TABLET is not set
62043 -# CONFIG_INPUT_TOUCHSCREEN is not set
62044 -# CONFIG_INPUT_MISC is not set
62047 -# Hardware I/O ports
62049 -# CONFIG_SERIO is not set
62050 -# CONFIG_GAMEPORT is not set
62053 -# Character devices
62055 -# CONFIG_VT is not set
62056 -# CONFIG_SERIAL_NONSTANDARD is not set
62057 -# CONFIG_NOZOMI is not set
62062 -CONFIG_SERIAL_8250=y
62063 -CONFIG_SERIAL_8250_CONSOLE=y
62064 -CONFIG_SERIAL_8250_PCI=y
62065 -CONFIG_SERIAL_8250_NR_UARTS=4
62066 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
62067 -# CONFIG_SERIAL_8250_EXTENDED is not set
62070 -# Non-8250 serial port support
62072 -# CONFIG_SERIAL_UARTLITE is not set
62073 -CONFIG_SERIAL_CORE=y
62074 -CONFIG_SERIAL_CORE_CONSOLE=y
62075 -# CONFIG_SERIAL_JSM is not set
62076 -# CONFIG_SERIAL_OF_PLATFORM is not set
62077 -CONFIG_UNIX98_PTYS=y
62078 -CONFIG_LEGACY_PTYS=y
62079 -CONFIG_LEGACY_PTY_COUNT=256
62080 -# CONFIG_IPMI_HANDLER is not set
62081 -# CONFIG_HW_RANDOM is not set
62082 -# CONFIG_NVRAM is not set
62083 -# CONFIG_GEN_RTC is not set
62084 -# CONFIG_R3964 is not set
62085 -# CONFIG_APPLICOM is not set
62086 -# CONFIG_RAW_DRIVER is not set
62087 -# CONFIG_TCG_TPM is not set
62090 -CONFIG_I2C_BOARDINFO=y
62091 -CONFIG_I2C_CHARDEV=y
62096 -# CONFIG_I2C_ALGOBIT is not set
62097 -# CONFIG_I2C_ALGOPCF is not set
62098 -# CONFIG_I2C_ALGOPCA is not set
62101 -# I2C Hardware Bus support
62103 -# CONFIG_I2C_ALI1535 is not set
62104 -# CONFIG_I2C_ALI1563 is not set
62105 -# CONFIG_I2C_ALI15X3 is not set
62106 -# CONFIG_I2C_AMD756 is not set
62107 -# CONFIG_I2C_AMD8111 is not set
62108 -# CONFIG_I2C_I801 is not set
62109 -# CONFIG_I2C_I810 is not set
62110 -# CONFIG_I2C_PIIX4 is not set
62112 -# CONFIG_I2C_NFORCE2 is not set
62113 -# CONFIG_I2C_OCORES is not set
62114 -# CONFIG_I2C_PARPORT_LIGHT is not set
62115 -# CONFIG_I2C_PROSAVAGE is not set
62116 -# CONFIG_I2C_SAVAGE4 is not set
62117 -# CONFIG_I2C_SIMTEC is not set
62118 -# CONFIG_I2C_SIS5595 is not set
62119 -# CONFIG_I2C_SIS630 is not set
62120 -# CONFIG_I2C_SIS96X is not set
62121 -# CONFIG_I2C_TAOS_EVM is not set
62122 -# CONFIG_I2C_STUB is not set
62123 -# CONFIG_I2C_VIA is not set
62124 -# CONFIG_I2C_VIAPRO is not set
62125 -# CONFIG_I2C_VOODOO3 is not set
62128 -# Miscellaneous I2C Chip support
62130 -# CONFIG_DS1682 is not set
62131 -# CONFIG_SENSORS_EEPROM is not set
62132 -# CONFIG_SENSORS_PCF8574 is not set
62133 -# CONFIG_PCF8575 is not set
62134 -# CONFIG_SENSORS_PCF8591 is not set
62135 -# CONFIG_TPS65010 is not set
62136 -# CONFIG_SENSORS_MAX6875 is not set
62137 -# CONFIG_SENSORS_TSL2550 is not set
62138 -# CONFIG_I2C_DEBUG_CORE is not set
62139 -# CONFIG_I2C_DEBUG_ALGO is not set
62140 -# CONFIG_I2C_DEBUG_BUS is not set
62141 -# CONFIG_I2C_DEBUG_CHIP is not set
62146 -# CONFIG_SPI is not set
62147 -# CONFIG_SPI_MASTER is not set
62148 -# CONFIG_W1 is not set
62149 -# CONFIG_POWER_SUPPLY is not set
62151 -# CONFIG_HWMON_VID is not set
62152 -# CONFIG_SENSORS_AD7418 is not set
62153 -# CONFIG_SENSORS_ADM1021 is not set
62154 -# CONFIG_SENSORS_ADM1025 is not set
62155 -# CONFIG_SENSORS_ADM1026 is not set
62156 -# CONFIG_SENSORS_ADM1029 is not set
62157 -# CONFIG_SENSORS_ADM1031 is not set
62158 -# CONFIG_SENSORS_ADM9240 is not set
62159 -# CONFIG_SENSORS_ADT7470 is not set
62160 -# CONFIG_SENSORS_ADT7473 is not set
62161 -# CONFIG_SENSORS_ATXP1 is not set
62162 -# CONFIG_SENSORS_DS1621 is not set
62163 -# CONFIG_SENSORS_I5K_AMB is not set
62164 -# CONFIG_SENSORS_F71805F is not set
62165 -# CONFIG_SENSORS_F71882FG is not set
62166 -# CONFIG_SENSORS_F75375S is not set
62167 -# CONFIG_SENSORS_GL518SM is not set
62168 -# CONFIG_SENSORS_GL520SM is not set
62169 -# CONFIG_SENSORS_IT87 is not set
62170 -# CONFIG_SENSORS_LM63 is not set
62171 -# CONFIG_SENSORS_LM75 is not set
62172 -# CONFIG_SENSORS_LM77 is not set
62173 -# CONFIG_SENSORS_LM78 is not set
62174 -# CONFIG_SENSORS_LM80 is not set
62175 -# CONFIG_SENSORS_LM83 is not set
62176 -# CONFIG_SENSORS_LM85 is not set
62177 -# CONFIG_SENSORS_LM87 is not set
62178 -# CONFIG_SENSORS_LM90 is not set
62179 -# CONFIG_SENSORS_LM92 is not set
62180 -# CONFIG_SENSORS_LM93 is not set
62181 -# CONFIG_SENSORS_MAX1619 is not set
62182 -# CONFIG_SENSORS_MAX6650 is not set
62183 -# CONFIG_SENSORS_PC87360 is not set
62184 -# CONFIG_SENSORS_PC87427 is not set
62185 -# CONFIG_SENSORS_SIS5595 is not set
62186 -# CONFIG_SENSORS_DME1737 is not set
62187 -# CONFIG_SENSORS_SMSC47M1 is not set
62188 -# CONFIG_SENSORS_SMSC47M192 is not set
62189 -# CONFIG_SENSORS_SMSC47B397 is not set
62190 -# CONFIG_SENSORS_ADS7828 is not set
62191 -# CONFIG_SENSORS_THMC50 is not set
62192 -# CONFIG_SENSORS_VIA686A is not set
62193 -# CONFIG_SENSORS_VT1211 is not set
62194 -# CONFIG_SENSORS_VT8231 is not set
62195 -# CONFIG_SENSORS_W83781D is not set
62196 -# CONFIG_SENSORS_W83791D is not set
62197 -# CONFIG_SENSORS_W83792D is not set
62198 -# CONFIG_SENSORS_W83793 is not set
62199 -# CONFIG_SENSORS_W83L785TS is not set
62200 -# CONFIG_SENSORS_W83L786NG is not set
62201 -# CONFIG_SENSORS_W83627HF is not set
62202 -# CONFIG_SENSORS_W83627EHF is not set
62203 -# CONFIG_HWMON_DEBUG_CHIP is not set
62204 -# CONFIG_THERMAL is not set
62206 -# CONFIG_WATCHDOG_NOWAYOUT is not set
62209 -# Watchdog Device Drivers
62211 -# CONFIG_SOFT_WATCHDOG is not set
62215 -# PCI-based Watchdog Cards
62217 -# CONFIG_PCIPCWATCHDOG is not set
62218 -# CONFIG_WDTPCI is not set
62221 -# Sonics Silicon Backplane
62223 -CONFIG_SSB_POSSIBLE=y
62224 -# CONFIG_SSB is not set
62227 -# Multifunction device drivers
62229 -# CONFIG_MFD_SM501 is not set
62232 -# Multimedia devices
62234 -# CONFIG_VIDEO_DEV is not set
62235 -# CONFIG_DVB_CORE is not set
62239 -# Graphics support
62241 -# CONFIG_AGP is not set
62242 -# CONFIG_DRM is not set
62243 -# CONFIG_VGASTATE is not set
62244 -CONFIG_VIDEO_OUTPUT_CONTROL=m
62245 -# CONFIG_FB is not set
62246 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
62249 -# Display device support
62251 -# CONFIG_DISPLAY_SUPPORT is not set
62256 -# CONFIG_SOUND is not set
62257 -CONFIG_HID_SUPPORT=y
62259 -# CONFIG_HID_DEBUG is not set
62260 -# CONFIG_HIDRAW is not set
62261 -CONFIG_USB_SUPPORT=y
62262 -CONFIG_USB_ARCH_HAS_HCD=y
62263 -CONFIG_USB_ARCH_HAS_OHCI=y
62264 -CONFIG_USB_ARCH_HAS_EHCI=y
62265 -# CONFIG_USB is not set
62268 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
62270 -# CONFIG_USB_GADGET is not set
62271 -# CONFIG_MMC is not set
62272 -# CONFIG_MEMSTICK is not set
62273 -# CONFIG_NEW_LEDS is not set
62274 -# CONFIG_INFINIBAND is not set
62275 -# CONFIG_EDAC is not set
62277 -CONFIG_RTC_CLASS=y
62278 -CONFIG_RTC_HCTOSYS=y
62279 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
62280 -# CONFIG_RTC_DEBUG is not set
62285 -CONFIG_RTC_INTF_SYSFS=y
62286 -CONFIG_RTC_INTF_PROC=y
62287 -CONFIG_RTC_INTF_DEV=y
62288 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
62289 -# CONFIG_RTC_DRV_TEST is not set
62294 -# CONFIG_RTC_DRV_DS1307 is not set
62295 -CONFIG_RTC_DRV_DS1374=y
62296 -# CONFIG_RTC_DRV_DS1672 is not set
62297 -# CONFIG_RTC_DRV_MAX6900 is not set
62298 -# CONFIG_RTC_DRV_RS5C372 is not set
62299 -# CONFIG_RTC_DRV_ISL1208 is not set
62300 -# CONFIG_RTC_DRV_X1205 is not set
62301 -# CONFIG_RTC_DRV_PCF8563 is not set
62302 -# CONFIG_RTC_DRV_PCF8583 is not set
62303 -# CONFIG_RTC_DRV_M41T80 is not set
62304 -# CONFIG_RTC_DRV_S35390A is not set
62311 -# Platform RTC drivers
62313 -# CONFIG_RTC_DRV_CMOS is not set
62314 -# CONFIG_RTC_DRV_DS1511 is not set
62315 -# CONFIG_RTC_DRV_DS1553 is not set
62316 -# CONFIG_RTC_DRV_DS1742 is not set
62317 -# CONFIG_RTC_DRV_STK17TA8 is not set
62318 -# CONFIG_RTC_DRV_M48T86 is not set
62319 -# CONFIG_RTC_DRV_M48T59 is not set
62320 -# CONFIG_RTC_DRV_V3020 is not set
62323 -# on-CPU RTC drivers
62325 -# CONFIG_DMADEVICES is not set
62330 -# CONFIG_UIO is not set
62336 -# CONFIG_EXT2_FS_XATTR is not set
62337 -# CONFIG_EXT2_FS_XIP is not set
62339 -CONFIG_EXT3_FS_XATTR=y
62340 -# CONFIG_EXT3_FS_POSIX_ACL is not set
62341 -# CONFIG_EXT3_FS_SECURITY is not set
62342 -# CONFIG_EXT4DEV_FS is not set
62344 -CONFIG_FS_MBCACHE=y
62345 -# CONFIG_REISERFS_FS is not set
62346 -# CONFIG_JFS_FS is not set
62347 -# CONFIG_FS_POSIX_ACL is not set
62348 -# CONFIG_XFS_FS is not set
62349 -# CONFIG_GFS2_FS is not set
62350 -# CONFIG_OCFS2_FS is not set
62353 -CONFIG_INOTIFY_USER=y
62354 -# CONFIG_QUOTA is not set
62355 -# CONFIG_AUTOFS_FS is not set
62356 -# CONFIG_AUTOFS4_FS is not set
62357 -# CONFIG_FUSE_FS is not set
62360 -# CD-ROM/DVD Filesystems
62362 -# CONFIG_ISO9660_FS is not set
62363 -# CONFIG_UDF_FS is not set
62366 -# DOS/FAT/NT Filesystems
62368 -# CONFIG_MSDOS_FS is not set
62369 -# CONFIG_VFAT_FS is not set
62370 -# CONFIG_NTFS_FS is not set
62373 -# Pseudo filesystems
62376 -CONFIG_PROC_KCORE=y
62377 -CONFIG_PROC_SYSCTL=y
62380 -# CONFIG_TMPFS_POSIX_ACL is not set
62381 -# CONFIG_HUGETLB_PAGE is not set
62382 -# CONFIG_CONFIGFS_FS is not set
62385 -# Miscellaneous filesystems
62387 -# CONFIG_ADFS_FS is not set
62388 -# CONFIG_AFFS_FS is not set
62389 -# CONFIG_HFS_FS is not set
62390 -# CONFIG_HFSPLUS_FS is not set
62391 -# CONFIG_BEFS_FS is not set
62392 -# CONFIG_BFS_FS is not set
62393 -# CONFIG_EFS_FS is not set
62394 -# CONFIG_CRAMFS is not set
62395 -# CONFIG_VXFS_FS is not set
62396 -# CONFIG_MINIX_FS is not set
62397 -# CONFIG_HPFS_FS is not set
62398 -# CONFIG_QNX4FS_FS is not set
62399 -# CONFIG_ROMFS_FS is not set
62400 -# CONFIG_SYSV_FS is not set
62401 -# CONFIG_UFS_FS is not set
62402 -CONFIG_NETWORK_FILESYSTEMS=y
62405 -# CONFIG_NFS_V3_ACL is not set
62407 -# CONFIG_NFS_DIRECTIO is not set
62408 -# CONFIG_NFSD is not set
62412 -CONFIG_NFS_COMMON=y
62414 -CONFIG_SUNRPC_GSS=y
62415 -# CONFIG_SUNRPC_BIND34 is not set
62416 -CONFIG_RPCSEC_GSS_KRB5=y
62417 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
62418 -# CONFIG_SMB_FS is not set
62419 -# CONFIG_CIFS is not set
62420 -# CONFIG_NCP_FS is not set
62421 -# CONFIG_CODA_FS is not set
62422 -# CONFIG_AFS_FS is not set
62427 -CONFIG_PARTITION_ADVANCED=y
62428 -# CONFIG_ACORN_PARTITION is not set
62429 -# CONFIG_OSF_PARTITION is not set
62430 -# CONFIG_AMIGA_PARTITION is not set
62431 -# CONFIG_ATARI_PARTITION is not set
62432 -# CONFIG_MAC_PARTITION is not set
62433 -# CONFIG_MSDOS_PARTITION is not set
62434 -# CONFIG_LDM_PARTITION is not set
62435 -# CONFIG_SGI_PARTITION is not set
62436 -# CONFIG_ULTRIX_PARTITION is not set
62437 -# CONFIG_SUN_PARTITION is not set
62438 -# CONFIG_KARMA_PARTITION is not set
62439 -# CONFIG_EFI_PARTITION is not set
62440 -# CONFIG_SYSV68_PARTITION is not set
62441 -# CONFIG_NLS is not set
62442 -# CONFIG_DLM is not set
62445 -# Library routines
62447 -CONFIG_BITREVERSE=y
62448 -# CONFIG_CRC_CCITT is not set
62449 -# CONFIG_CRC16 is not set
62450 -# CONFIG_CRC_ITU_T is not set
62452 -# CONFIG_CRC7 is not set
62453 -# CONFIG_LIBCRC32C is not set
62455 -CONFIG_HAS_IOMEM=y
62456 -CONFIG_HAS_IOPORT=y
62462 -# CONFIG_PRINTK_TIME is not set
62463 -CONFIG_ENABLE_WARN_DEPRECATED=y
62464 -CONFIG_ENABLE_MUST_CHECK=y
62465 -# CONFIG_MAGIC_SYSRQ is not set
62466 -# CONFIG_UNUSED_SYMBOLS is not set
62467 -# CONFIG_DEBUG_FS is not set
62468 -# CONFIG_HEADERS_CHECK is not set
62469 -# CONFIG_DEBUG_KERNEL is not set
62470 -# CONFIG_SLUB_DEBUG_ON is not set
62471 -# CONFIG_SLUB_STATS is not set
62472 -# CONFIG_DEBUG_BUGVERBOSE is not set
62473 -# CONFIG_SAMPLES is not set
62474 -# CONFIG_PPC_EARLY_DEBUG is not set
62477 -# Security options
62479 -# CONFIG_KEYS is not set
62480 -# CONFIG_SECURITY is not set
62481 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
62483 -CONFIG_CRYPTO_ALGAPI=y
62484 -CONFIG_CRYPTO_BLKCIPHER=y
62485 -# CONFIG_CRYPTO_SEQIV is not set
62486 -CONFIG_CRYPTO_MANAGER=y
62487 -# CONFIG_CRYPTO_HMAC is not set
62488 -# CONFIG_CRYPTO_XCBC is not set
62489 -# CONFIG_CRYPTO_NULL is not set
62490 -# CONFIG_CRYPTO_MD4 is not set
62491 -CONFIG_CRYPTO_MD5=y
62492 -# CONFIG_CRYPTO_SHA1 is not set
62493 -# CONFIG_CRYPTO_SHA256 is not set
62494 -# CONFIG_CRYPTO_SHA512 is not set
62495 -# CONFIG_CRYPTO_WP512 is not set
62496 -# CONFIG_CRYPTO_TGR192 is not set
62497 -# CONFIG_CRYPTO_GF128MUL is not set
62498 -CONFIG_CRYPTO_ECB=m
62499 -CONFIG_CRYPTO_CBC=y
62500 -CONFIG_CRYPTO_PCBC=m
62501 -# CONFIG_CRYPTO_LRW is not set
62502 -# CONFIG_CRYPTO_XTS is not set
62503 -# CONFIG_CRYPTO_CTR is not set
62504 -# CONFIG_CRYPTO_GCM is not set
62505 -# CONFIG_CRYPTO_CCM is not set
62506 -# CONFIG_CRYPTO_CRYPTD is not set
62507 -CONFIG_CRYPTO_DES=y
62508 -# CONFIG_CRYPTO_FCRYPT is not set
62509 -# CONFIG_CRYPTO_BLOWFISH is not set
62510 -# CONFIG_CRYPTO_TWOFISH is not set
62511 -# CONFIG_CRYPTO_SERPENT is not set
62512 -# CONFIG_CRYPTO_AES is not set
62513 -# CONFIG_CRYPTO_CAST5 is not set
62514 -# CONFIG_CRYPTO_CAST6 is not set
62515 -# CONFIG_CRYPTO_TEA is not set
62516 -# CONFIG_CRYPTO_ARC4 is not set
62517 -# CONFIG_CRYPTO_KHAZAD is not set
62518 -# CONFIG_CRYPTO_ANUBIS is not set
62519 -# CONFIG_CRYPTO_SEED is not set
62520 -# CONFIG_CRYPTO_SALSA20 is not set
62521 -# CONFIG_CRYPTO_DEFLATE is not set
62522 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
62523 -# CONFIG_CRYPTO_CRC32C is not set
62524 -# CONFIG_CRYPTO_CAMELLIA is not set
62525 -# CONFIG_CRYPTO_TEST is not set
62526 -# CONFIG_CRYPTO_AUTHENC is not set
62527 -# CONFIG_CRYPTO_LZO is not set
62528 -CONFIG_CRYPTO_HW=y
62529 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
62530 -# CONFIG_PPC_CLOCK is not set
62531 --- a/arch/powerpc/configs/mpc836x_mds_defconfig
62535 -# Automatically generated make config: don't edit
62536 -# Linux kernel version: 2.6.25-rc7
62537 -# Mon Mar 31 11:36:57 2008
62539 -# CONFIG_PPC64 is not set
62542 -# Processor support
62545 -# CONFIG_PPC_85xx is not set
62546 -# CONFIG_PPC_8xx is not set
62547 -# CONFIG_40x is not set
62548 -# CONFIG_44x is not set
62549 -# CONFIG_E200 is not set
62551 -# CONFIG_FSL_EMB_PERFMON is not set
62552 -CONFIG_PPC_STD_MMU=y
62553 -CONFIG_PPC_STD_MMU_32=y
62554 -# CONFIG_PPC_MM_SLICES is not set
62555 -# CONFIG_SMP is not set
62557 -CONFIG_WORD_SIZE=32
62558 -CONFIG_PPC_MERGE=y
62560 -CONFIG_GENERIC_CMOS_UPDATE=y
62561 -CONFIG_GENERIC_TIME=y
62562 -CONFIG_GENERIC_TIME_VSYSCALL=y
62563 -CONFIG_GENERIC_CLOCKEVENTS=y
62564 -CONFIG_GENERIC_HARDIRQS=y
62565 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
62566 -CONFIG_IRQ_PER_CPU=y
62567 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
62568 -CONFIG_ARCH_HAS_ILOG2_U32=y
62569 -CONFIG_GENERIC_HWEIGHT=y
62570 -CONFIG_GENERIC_CALIBRATE_DELAY=y
62571 -CONFIG_GENERIC_FIND_NEXT_BIT=y
62572 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
62574 -CONFIG_EARLY_PRINTK=y
62575 -CONFIG_GENERIC_NVRAM=y
62576 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
62577 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
62580 -CONFIG_PPC_UDBG_16550=y
62581 -# CONFIG_GENERIC_TBSYNC is not set
62582 -CONFIG_AUDIT_ARCH=y
62583 -CONFIG_GENERIC_BUG=y
62584 -CONFIG_DEFAULT_UIMAGE=y
62585 -# CONFIG_PPC_DCR_NATIVE is not set
62586 -# CONFIG_PPC_DCR_MMIO is not set
62587 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
62592 -CONFIG_EXPERIMENTAL=y
62593 -CONFIG_BROKEN_ON_SMP=y
62594 -CONFIG_INIT_ENV_ARG_LIMIT=32
62595 -CONFIG_LOCALVERSION=""
62596 -CONFIG_LOCALVERSION_AUTO=y
62599 -CONFIG_SYSVIPC_SYSCTL=y
62600 -# CONFIG_POSIX_MQUEUE is not set
62601 -# CONFIG_BSD_PROCESS_ACCT is not set
62602 -# CONFIG_TASKSTATS is not set
62603 -# CONFIG_AUDIT is not set
62604 -# CONFIG_IKCONFIG is not set
62605 -CONFIG_LOG_BUF_SHIFT=14
62606 -# CONFIG_CGROUPS is not set
62607 -CONFIG_GROUP_SCHED=y
62608 -# CONFIG_FAIR_GROUP_SCHED is not set
62609 -# CONFIG_RT_GROUP_SCHED is not set
62610 -CONFIG_USER_SCHED=y
62611 -# CONFIG_CGROUP_SCHED is not set
62612 -CONFIG_SYSFS_DEPRECATED=y
62613 -CONFIG_SYSFS_DEPRECATED_V2=y
62614 -# CONFIG_RELAY is not set
62615 -# CONFIG_NAMESPACES is not set
62616 -CONFIG_BLK_DEV_INITRD=y
62617 -CONFIG_INITRAMFS_SOURCE=""
62618 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
62621 -CONFIG_SYSCTL_SYSCALL=y
62622 -# CONFIG_KALLSYMS is not set
62627 -CONFIG_COMPAT_BRK=y
62628 -CONFIG_BASE_FULL=y
62630 -CONFIG_ANON_INODES=y
62631 -# CONFIG_EPOLL is not set
62636 -CONFIG_VM_EVENT_COUNTERS=y
62637 -CONFIG_SLUB_DEBUG=y
62638 -# CONFIG_SLAB is not set
62640 -# CONFIG_SLOB is not set
62641 -# CONFIG_PROFILING is not set
62642 -# CONFIG_MARKERS is not set
62643 -CONFIG_HAVE_OPROFILE=y
62644 -CONFIG_HAVE_KPROBES=y
62645 -CONFIG_HAVE_KRETPROBES=y
62646 -CONFIG_PROC_PAGE_MONITOR=y
62648 -CONFIG_RT_MUTEXES=y
62649 -# CONFIG_TINY_SHMEM is not set
62650 -CONFIG_BASE_SMALL=0
62652 -CONFIG_MODULE_UNLOAD=y
62653 -# CONFIG_MODULE_FORCE_UNLOAD is not set
62654 -# CONFIG_MODVERSIONS is not set
62655 -# CONFIG_MODULE_SRCVERSION_ALL is not set
62656 -# CONFIG_KMOD is not set
62658 -# CONFIG_LBD is not set
62659 -# CONFIG_BLK_DEV_IO_TRACE is not set
62660 -# CONFIG_LSF is not set
62661 -# CONFIG_BLK_DEV_BSG is not set
62666 -CONFIG_IOSCHED_NOOP=y
62667 -CONFIG_IOSCHED_AS=y
62668 -CONFIG_IOSCHED_DEADLINE=y
62669 -CONFIG_IOSCHED_CFQ=y
62670 -CONFIG_DEFAULT_AS=y
62671 -# CONFIG_DEFAULT_DEADLINE is not set
62672 -# CONFIG_DEFAULT_CFQ is not set
62673 -# CONFIG_DEFAULT_NOOP is not set
62674 -CONFIG_DEFAULT_IOSCHED="anticipatory"
62675 -CONFIG_CLASSIC_RCU=y
62678 -# Platform support
62680 -# CONFIG_PPC_MULTIPLATFORM is not set
62681 -# CONFIG_PPC_82xx is not set
62683 -# CONFIG_PPC_86xx is not set
62684 -# CONFIG_PPC_MPC512x is not set
62685 -# CONFIG_PPC_MPC5121 is not set
62686 -# CONFIG_PPC_CELL is not set
62687 -# CONFIG_PPC_CELL_NATIVE is not set
62688 -# CONFIG_PQ2ADS is not set
62690 -# CONFIG_MPC831x_RDB is not set
62691 -# CONFIG_MPC832x_MDS is not set
62692 -# CONFIG_MPC832x_RDB is not set
62693 -# CONFIG_MPC834x_MDS is not set
62694 -# CONFIG_MPC834x_ITX is not set
62695 -CONFIG_MPC836x_MDS=y
62696 -# CONFIG_MPC837x_MDS is not set
62697 -# CONFIG_MPC837x_RDB is not set
62698 -# CONFIG_SBC834x is not set
62700 -# CONFIG_MPIC is not set
62701 -# CONFIG_MPIC_WEIRD is not set
62702 -# CONFIG_PPC_I8259 is not set
62703 -# CONFIG_PPC_RTAS is not set
62704 -# CONFIG_MMIO_NVRAM is not set
62705 -# CONFIG_PPC_MPC106 is not set
62706 -# CONFIG_PPC_970_NAP is not set
62707 -# CONFIG_PPC_INDIRECT_IO is not set
62708 -# CONFIG_GENERIC_IOMAP is not set
62709 -# CONFIG_CPU_FREQ is not set
62710 -CONFIG_QUICC_ENGINE=y
62711 -# CONFIG_FSL_ULI1575 is not set
62716 -# CONFIG_HIGHMEM is not set
62717 -CONFIG_TICK_ONESHOT=y
62719 -CONFIG_HIGH_RES_TIMERS=y
62720 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
62721 -# CONFIG_HZ_100 is not set
62723 -# CONFIG_HZ_300 is not set
62724 -# CONFIG_HZ_1000 is not set
62726 -# CONFIG_SCHED_HRTICK is not set
62727 -CONFIG_PREEMPT_NONE=y
62728 -# CONFIG_PREEMPT_VOLUNTARY is not set
62729 -# CONFIG_PREEMPT is not set
62730 -CONFIG_BINFMT_ELF=y
62731 -# CONFIG_BINFMT_MISC is not set
62732 -# CONFIG_IOMMU_HELPER is not set
62733 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
62734 -CONFIG_ARCH_HAS_WALK_MEMORY=y
62735 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
62736 -CONFIG_ARCH_FLATMEM_ENABLE=y
62737 -CONFIG_ARCH_POPULATES_NODE_MAP=y
62738 -CONFIG_SELECT_MEMORY_MODEL=y
62739 -CONFIG_FLATMEM_MANUAL=y
62740 -# CONFIG_DISCONTIGMEM_MANUAL is not set
62741 -# CONFIG_SPARSEMEM_MANUAL is not set
62743 -CONFIG_FLAT_NODE_MEM_MAP=y
62744 -# CONFIG_SPARSEMEM_STATIC is not set
62745 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
62746 -CONFIG_SPLIT_PTLOCK_CPUS=4
62747 -# CONFIG_RESOURCES_64BIT is not set
62748 -CONFIG_ZONE_DMA_FLAG=1
62750 -CONFIG_VIRT_TO_BUS=y
62751 -CONFIG_PROC_DEVICETREE=y
62752 -# CONFIG_CMDLINE_BOOL is not set
62753 -# CONFIG_PM is not set
62755 -CONFIG_ISA_DMA_API=y
62761 -CONFIG_GENERIC_ISA_DMA=y
62762 -CONFIG_PPC_INDIRECT_PCI=y
62765 -CONFIG_PCI_DOMAINS=y
62766 -CONFIG_PCI_SYSCALL=y
62767 -# CONFIG_PCIEPORTBUS is not set
62768 -CONFIG_ARCH_SUPPORTS_MSI=y
62769 -# CONFIG_PCI_MSI is not set
62770 -CONFIG_PCI_LEGACY=y
62771 -# CONFIG_PCCARD is not set
62772 -# CONFIG_HOTPLUG_PCI is not set
62777 -# CONFIG_ADVANCED_OPTIONS is not set
62780 -# Default settings for advanced configuration options are used
62782 -CONFIG_HIGHMEM_START=0xfe000000
62783 -CONFIG_LOWMEM_SIZE=0x30000000
62784 -CONFIG_KERNEL_START=0xc0000000
62785 -CONFIG_TASK_SIZE=0xc0000000
62786 -CONFIG_BOOT_LOAD=0x00800000
62794 -# Networking options
62797 -# CONFIG_PACKET_MMAP is not set
62800 -# CONFIG_XFRM_USER is not set
62801 -# CONFIG_XFRM_SUB_POLICY is not set
62802 -# CONFIG_XFRM_MIGRATE is not set
62803 -# CONFIG_XFRM_STATISTICS is not set
62804 -# CONFIG_NET_KEY is not set
62806 -CONFIG_IP_MULTICAST=y
62807 -# CONFIG_IP_ADVANCED_ROUTER is not set
62808 -CONFIG_IP_FIB_HASH=y
62810 -CONFIG_IP_PNP_DHCP=y
62811 -CONFIG_IP_PNP_BOOTP=y
62812 -# CONFIG_IP_PNP_RARP is not set
62813 -# CONFIG_NET_IPIP is not set
62814 -# CONFIG_NET_IPGRE is not set
62815 -# CONFIG_IP_MROUTE is not set
62816 -# CONFIG_ARPD is not set
62817 -CONFIG_SYN_COOKIES=y
62818 -# CONFIG_INET_AH is not set
62819 -# CONFIG_INET_ESP is not set
62820 -# CONFIG_INET_IPCOMP is not set
62821 -# CONFIG_INET_XFRM_TUNNEL is not set
62822 -# CONFIG_INET_TUNNEL is not set
62823 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
62824 -CONFIG_INET_XFRM_MODE_TUNNEL=y
62825 -CONFIG_INET_XFRM_MODE_BEET=y
62826 -# CONFIG_INET_LRO is not set
62827 -CONFIG_INET_DIAG=y
62828 -CONFIG_INET_TCP_DIAG=y
62829 -# CONFIG_TCP_CONG_ADVANCED is not set
62830 -CONFIG_TCP_CONG_CUBIC=y
62831 -CONFIG_DEFAULT_TCP_CONG="cubic"
62832 -# CONFIG_TCP_MD5SIG is not set
62833 -# CONFIG_IPV6 is not set
62834 -# CONFIG_INET6_XFRM_TUNNEL is not set
62835 -# CONFIG_INET6_TUNNEL is not set
62836 -# CONFIG_NETWORK_SECMARK is not set
62837 -# CONFIG_NETFILTER is not set
62838 -# CONFIG_IP_DCCP is not set
62839 -# CONFIG_IP_SCTP is not set
62840 -# CONFIG_TIPC is not set
62841 -# CONFIG_ATM is not set
62842 -# CONFIG_BRIDGE is not set
62843 -# CONFIG_VLAN_8021Q is not set
62844 -# CONFIG_DECNET is not set
62845 -# CONFIG_LLC2 is not set
62846 -# CONFIG_IPX is not set
62847 -# CONFIG_ATALK is not set
62848 -# CONFIG_X25 is not set
62849 -# CONFIG_LAPB is not set
62850 -# CONFIG_ECONET is not set
62851 -# CONFIG_WAN_ROUTER is not set
62852 -# CONFIG_NET_SCHED is not set
62857 -# CONFIG_NET_PKTGEN is not set
62858 -# CONFIG_HAMRADIO is not set
62859 -# CONFIG_CAN is not set
62860 -# CONFIG_IRDA is not set
62861 -# CONFIG_BT is not set
62862 -# CONFIG_AF_RXRPC is not set
62867 -# CONFIG_CFG80211 is not set
62868 -# CONFIG_WIRELESS_EXT is not set
62869 -# CONFIG_MAC80211 is not set
62870 -# CONFIG_IEEE80211 is not set
62871 -# CONFIG_RFKILL is not set
62872 -# CONFIG_NET_9P is not set
62879 -# Generic Driver Options
62881 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
62882 -CONFIG_STANDALONE=y
62883 -CONFIG_PREVENT_FIRMWARE_BUILD=y
62884 -# CONFIG_FW_LOADER is not set
62885 -# CONFIG_SYS_HYPERVISOR is not set
62886 -# CONFIG_CONNECTOR is not set
62887 -# CONFIG_MTD is not set
62888 -CONFIG_OF_DEVICE=y
62889 -# CONFIG_PARPORT is not set
62891 -# CONFIG_BLK_DEV_FD is not set
62892 -# CONFIG_BLK_CPQ_DA is not set
62893 -# CONFIG_BLK_CPQ_CISS_DA is not set
62894 -# CONFIG_BLK_DEV_DAC960 is not set
62895 -# CONFIG_BLK_DEV_UMEM is not set
62896 -# CONFIG_BLK_DEV_COW_COMMON is not set
62897 -CONFIG_BLK_DEV_LOOP=y
62898 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
62899 -# CONFIG_BLK_DEV_NBD is not set
62900 -# CONFIG_BLK_DEV_SX8 is not set
62901 -CONFIG_BLK_DEV_RAM=y
62902 -CONFIG_BLK_DEV_RAM_COUNT=16
62903 -CONFIG_BLK_DEV_RAM_SIZE=32768
62904 -# CONFIG_BLK_DEV_XIP is not set
62905 -# CONFIG_CDROM_PKTCDVD is not set
62906 -# CONFIG_ATA_OVER_ETH is not set
62907 -CONFIG_MISC_DEVICES=y
62908 -# CONFIG_PHANTOM is not set
62909 -# CONFIG_EEPROM_93CX6 is not set
62910 -# CONFIG_SGI_IOC4 is not set
62911 -# CONFIG_TIFM_CORE is not set
62912 -# CONFIG_ENCLOSURE_SERVICES is not set
62914 -# CONFIG_IDE is not set
62917 -# SCSI device support
62919 -# CONFIG_RAID_ATTRS is not set
62922 -# CONFIG_SCSI_TGT is not set
62923 -# CONFIG_SCSI_NETLINK is not set
62924 -CONFIG_SCSI_PROC_FS=y
62927 -# SCSI support type (disk, tape, CD-ROM)
62929 -# CONFIG_BLK_DEV_SD is not set
62930 -# CONFIG_CHR_DEV_ST is not set
62931 -# CONFIG_CHR_DEV_OSST is not set
62932 -# CONFIG_BLK_DEV_SR is not set
62933 -# CONFIG_CHR_DEV_SG is not set
62934 -# CONFIG_CHR_DEV_SCH is not set
62937 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
62939 -# CONFIG_SCSI_MULTI_LUN is not set
62940 -# CONFIG_SCSI_CONSTANTS is not set
62941 -# CONFIG_SCSI_LOGGING is not set
62942 -# CONFIG_SCSI_SCAN_ASYNC is not set
62943 -CONFIG_SCSI_WAIT_SCAN=m
62948 -# CONFIG_SCSI_SPI_ATTRS is not set
62949 -# CONFIG_SCSI_FC_ATTRS is not set
62950 -# CONFIG_SCSI_ISCSI_ATTRS is not set
62951 -# CONFIG_SCSI_SAS_LIBSAS is not set
62952 -# CONFIG_SCSI_SRP_ATTRS is not set
62953 -CONFIG_SCSI_LOWLEVEL=y
62954 -# CONFIG_ISCSI_TCP is not set
62955 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
62956 -# CONFIG_SCSI_3W_9XXX is not set
62957 -# CONFIG_SCSI_ACARD is not set
62958 -# CONFIG_SCSI_AACRAID is not set
62959 -# CONFIG_SCSI_AIC7XXX is not set
62960 -# CONFIG_SCSI_AIC7XXX_OLD is not set
62961 -# CONFIG_SCSI_AIC79XX is not set
62962 -# CONFIG_SCSI_AIC94XX is not set
62963 -# CONFIG_SCSI_DPT_I2O is not set
62964 -# CONFIG_SCSI_ADVANSYS is not set
62965 -# CONFIG_SCSI_ARCMSR is not set
62966 -# CONFIG_MEGARAID_NEWGEN is not set
62967 -# CONFIG_MEGARAID_LEGACY is not set
62968 -# CONFIG_MEGARAID_SAS is not set
62969 -# CONFIG_SCSI_HPTIOP is not set
62970 -# CONFIG_SCSI_BUSLOGIC is not set
62971 -# CONFIG_SCSI_DMX3191D is not set
62972 -# CONFIG_SCSI_EATA is not set
62973 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
62974 -# CONFIG_SCSI_GDTH is not set
62975 -# CONFIG_SCSI_IPS is not set
62976 -# CONFIG_SCSI_INITIO is not set
62977 -# CONFIG_SCSI_INIA100 is not set
62978 -# CONFIG_SCSI_MVSAS is not set
62979 -# CONFIG_SCSI_STEX is not set
62980 -# CONFIG_SCSI_SYM53C8XX_2 is not set
62981 -# CONFIG_SCSI_QLOGIC_1280 is not set
62982 -# CONFIG_SCSI_QLA_FC is not set
62983 -# CONFIG_SCSI_QLA_ISCSI is not set
62984 -# CONFIG_SCSI_LPFC is not set
62985 -# CONFIG_SCSI_DC395x is not set
62986 -# CONFIG_SCSI_DC390T is not set
62987 -# CONFIG_SCSI_NSP32 is not set
62988 -# CONFIG_SCSI_DEBUG is not set
62989 -# CONFIG_SCSI_SRP is not set
62990 -# CONFIG_ATA is not set
62991 -# CONFIG_MD is not set
62992 -# CONFIG_FUSION is not set
62995 -# IEEE 1394 (FireWire) support
62997 -# CONFIG_FIREWIRE is not set
62998 -# CONFIG_IEEE1394 is not set
62999 -# CONFIG_I2O is not set
63000 -# CONFIG_MACINTOSH_DRIVERS is not set
63001 -CONFIG_NETDEVICES=y
63002 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
63003 -# CONFIG_DUMMY is not set
63004 -# CONFIG_BONDING is not set
63005 -# CONFIG_MACVLAN is not set
63006 -# CONFIG_EQUALIZER is not set
63007 -# CONFIG_TUN is not set
63008 -# CONFIG_VETH is not set
63009 -# CONFIG_ARCNET is not set
63013 -# MII PHY device drivers
63015 -CONFIG_MARVELL_PHY=y
63016 -# CONFIG_DAVICOM_PHY is not set
63017 -# CONFIG_QSEMI_PHY is not set
63018 -# CONFIG_LXT_PHY is not set
63019 -# CONFIG_CICADA_PHY is not set
63020 -# CONFIG_VITESSE_PHY is not set
63021 -# CONFIG_SMSC_PHY is not set
63022 -# CONFIG_BROADCOM_PHY is not set
63023 -# CONFIG_ICPLUS_PHY is not set
63024 -# CONFIG_REALTEK_PHY is not set
63025 -# CONFIG_FIXED_PHY is not set
63026 -# CONFIG_MDIO_BITBANG is not set
63027 -CONFIG_NET_ETHERNET=y
63029 -# CONFIG_HAPPYMEAL is not set
63030 -# CONFIG_SUNGEM is not set
63031 -# CONFIG_CASSINI is not set
63032 -# CONFIG_NET_VENDOR_3COM is not set
63033 -# CONFIG_NET_TULIP is not set
63034 -# CONFIG_HP100 is not set
63035 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
63036 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
63037 -# CONFIG_IBM_NEW_EMAC_TAH is not set
63038 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
63039 -# CONFIG_NET_PCI is not set
63040 -# CONFIG_B44 is not set
63041 -CONFIG_NETDEV_1000=y
63042 -# CONFIG_ACENIC is not set
63043 -# CONFIG_DL2K is not set
63044 -# CONFIG_E1000 is not set
63045 -# CONFIG_E1000E is not set
63046 -# CONFIG_E1000E_ENABLED is not set
63047 -# CONFIG_IP1000 is not set
63048 -# CONFIG_IGB is not set
63049 -# CONFIG_NS83820 is not set
63050 -# CONFIG_HAMACHI is not set
63051 -# CONFIG_YELLOWFIN is not set
63052 -# CONFIG_R8169 is not set
63053 -# CONFIG_SIS190 is not set
63054 -# CONFIG_SKGE is not set
63055 -# CONFIG_SKY2 is not set
63056 -# CONFIG_SK98LIN is not set
63057 -# CONFIG_VIA_VELOCITY is not set
63058 -# CONFIG_TIGON3 is not set
63059 -# CONFIG_BNX2 is not set
63060 -# CONFIG_GIANFAR is not set
63062 -# CONFIG_UGETH_NAPI is not set
63063 -# CONFIG_UGETH_MAGIC_PACKET is not set
63064 -# CONFIG_UGETH_FILTERING is not set
63065 -# CONFIG_UGETH_TX_ON_DEMAND is not set
63066 -# CONFIG_QLA3XXX is not set
63067 -# CONFIG_ATL1 is not set
63068 -CONFIG_NETDEV_10000=y
63069 -# CONFIG_CHELSIO_T1 is not set
63070 -# CONFIG_CHELSIO_T3 is not set
63071 -# CONFIG_IXGBE is not set
63072 -# CONFIG_IXGB is not set
63073 -# CONFIG_S2IO is not set
63074 -# CONFIG_MYRI10GE is not set
63075 -# CONFIG_NETXEN_NIC is not set
63076 -# CONFIG_NIU is not set
63077 -# CONFIG_MLX4_CORE is not set
63078 -# CONFIG_TEHUTI is not set
63079 -# CONFIG_BNX2X is not set
63080 -# CONFIG_TR is not set
63085 -# CONFIG_WLAN_PRE80211 is not set
63086 -# CONFIG_WLAN_80211 is not set
63087 -# CONFIG_WAN is not set
63088 -# CONFIG_FDDI is not set
63089 -# CONFIG_HIPPI is not set
63090 -# CONFIG_PPP is not set
63091 -# CONFIG_SLIP is not set
63092 -# CONFIG_NET_FC is not set
63093 -# CONFIG_NETCONSOLE is not set
63094 -# CONFIG_NETPOLL is not set
63095 -# CONFIG_NET_POLL_CONTROLLER is not set
63096 -# CONFIG_ISDN is not set
63097 -# CONFIG_PHONE is not set
63100 -# Input device support
63103 -# CONFIG_INPUT_FF_MEMLESS is not set
63104 -# CONFIG_INPUT_POLLDEV is not set
63107 -# Userland interfaces
63109 -# CONFIG_INPUT_MOUSEDEV is not set
63110 -# CONFIG_INPUT_JOYDEV is not set
63111 -# CONFIG_INPUT_EVDEV is not set
63112 -# CONFIG_INPUT_EVBUG is not set
63115 -# Input Device Drivers
63117 -# CONFIG_INPUT_KEYBOARD is not set
63118 -# CONFIG_INPUT_MOUSE is not set
63119 -# CONFIG_INPUT_JOYSTICK is not set
63120 -# CONFIG_INPUT_TABLET is not set
63121 -# CONFIG_INPUT_TOUCHSCREEN is not set
63122 -# CONFIG_INPUT_MISC is not set
63125 -# Hardware I/O ports
63127 -# CONFIG_SERIO is not set
63128 -# CONFIG_GAMEPORT is not set
63131 -# Character devices
63133 -# CONFIG_VT is not set
63134 -# CONFIG_SERIAL_NONSTANDARD is not set
63135 -# CONFIG_NOZOMI is not set
63140 -CONFIG_SERIAL_8250=y
63141 -CONFIG_SERIAL_8250_CONSOLE=y
63142 -CONFIG_SERIAL_8250_PCI=y
63143 -CONFIG_SERIAL_8250_NR_UARTS=4
63144 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
63145 -# CONFIG_SERIAL_8250_EXTENDED is not set
63148 -# Non-8250 serial port support
63150 -# CONFIG_SERIAL_UARTLITE is not set
63151 -CONFIG_SERIAL_CORE=y
63152 -CONFIG_SERIAL_CORE_CONSOLE=y
63153 -# CONFIG_SERIAL_JSM is not set
63154 -# CONFIG_SERIAL_OF_PLATFORM is not set
63155 -# CONFIG_SERIAL_QE is not set
63156 -CONFIG_UNIX98_PTYS=y
63157 -CONFIG_LEGACY_PTYS=y
63158 -CONFIG_LEGACY_PTY_COUNT=256
63159 -# CONFIG_IPMI_HANDLER is not set
63160 -CONFIG_HW_RANDOM=y
63161 -# CONFIG_NVRAM is not set
63162 -# CONFIG_GEN_RTC is not set
63163 -# CONFIG_R3964 is not set
63164 -# CONFIG_APPLICOM is not set
63165 -# CONFIG_RAW_DRIVER is not set
63166 -# CONFIG_TCG_TPM is not set
63169 -CONFIG_I2C_BOARDINFO=y
63170 -CONFIG_I2C_CHARDEV=y
63175 -# CONFIG_I2C_ALGOBIT is not set
63176 -# CONFIG_I2C_ALGOPCF is not set
63177 -# CONFIG_I2C_ALGOPCA is not set
63180 -# I2C Hardware Bus support
63182 -# CONFIG_I2C_ALI1535 is not set
63183 -# CONFIG_I2C_ALI1563 is not set
63184 -# CONFIG_I2C_ALI15X3 is not set
63185 -# CONFIG_I2C_AMD756 is not set
63186 -# CONFIG_I2C_AMD8111 is not set
63187 -# CONFIG_I2C_I801 is not set
63188 -# CONFIG_I2C_I810 is not set
63189 -# CONFIG_I2C_PIIX4 is not set
63191 -# CONFIG_I2C_NFORCE2 is not set
63192 -# CONFIG_I2C_OCORES is not set
63193 -# CONFIG_I2C_PARPORT_LIGHT is not set
63194 -# CONFIG_I2C_PROSAVAGE is not set
63195 -# CONFIG_I2C_SAVAGE4 is not set
63196 -# CONFIG_I2C_SIMTEC is not set
63197 -# CONFIG_I2C_SIS5595 is not set
63198 -# CONFIG_I2C_SIS630 is not set
63199 -# CONFIG_I2C_SIS96X is not set
63200 -# CONFIG_I2C_TAOS_EVM is not set
63201 -# CONFIG_I2C_STUB is not set
63202 -# CONFIG_I2C_VIA is not set
63203 -# CONFIG_I2C_VIAPRO is not set
63204 -# CONFIG_I2C_VOODOO3 is not set
63207 -# Miscellaneous I2C Chip support
63209 -# CONFIG_DS1682 is not set
63210 -# CONFIG_SENSORS_EEPROM is not set
63211 -# CONFIG_SENSORS_PCF8574 is not set
63212 -# CONFIG_PCF8575 is not set
63213 -# CONFIG_SENSORS_PCF8591 is not set
63214 -# CONFIG_TPS65010 is not set
63215 -# CONFIG_SENSORS_MAX6875 is not set
63216 -# CONFIG_SENSORS_TSL2550 is not set
63217 -# CONFIG_I2C_DEBUG_CORE is not set
63218 -# CONFIG_I2C_DEBUG_ALGO is not set
63219 -# CONFIG_I2C_DEBUG_BUS is not set
63220 -# CONFIG_I2C_DEBUG_CHIP is not set
63225 -# CONFIG_SPI is not set
63226 -# CONFIG_SPI_MASTER is not set
63227 -# CONFIG_W1 is not set
63228 -# CONFIG_POWER_SUPPLY is not set
63230 -# CONFIG_HWMON_VID is not set
63231 -# CONFIG_SENSORS_AD7418 is not set
63232 -# CONFIG_SENSORS_ADM1021 is not set
63233 -# CONFIG_SENSORS_ADM1025 is not set
63234 -# CONFIG_SENSORS_ADM1026 is not set
63235 -# CONFIG_SENSORS_ADM1029 is not set
63236 -# CONFIG_SENSORS_ADM1031 is not set
63237 -# CONFIG_SENSORS_ADM9240 is not set
63238 -# CONFIG_SENSORS_ADT7470 is not set
63239 -# CONFIG_SENSORS_ADT7473 is not set
63240 -# CONFIG_SENSORS_ATXP1 is not set
63241 -# CONFIG_SENSORS_DS1621 is not set
63242 -# CONFIG_SENSORS_I5K_AMB is not set
63243 -# CONFIG_SENSORS_F71805F is not set
63244 -# CONFIG_SENSORS_F71882FG is not set
63245 -# CONFIG_SENSORS_F75375S is not set
63246 -# CONFIG_SENSORS_GL518SM is not set
63247 -# CONFIG_SENSORS_GL520SM is not set
63248 -# CONFIG_SENSORS_IT87 is not set
63249 -# CONFIG_SENSORS_LM63 is not set
63250 -# CONFIG_SENSORS_LM75 is not set
63251 -# CONFIG_SENSORS_LM77 is not set
63252 -# CONFIG_SENSORS_LM78 is not set
63253 -# CONFIG_SENSORS_LM80 is not set
63254 -# CONFIG_SENSORS_LM83 is not set
63255 -# CONFIG_SENSORS_LM85 is not set
63256 -# CONFIG_SENSORS_LM87 is not set
63257 -# CONFIG_SENSORS_LM90 is not set
63258 -# CONFIG_SENSORS_LM92 is not set
63259 -# CONFIG_SENSORS_LM93 is not set
63260 -# CONFIG_SENSORS_MAX1619 is not set
63261 -# CONFIG_SENSORS_MAX6650 is not set
63262 -# CONFIG_SENSORS_PC87360 is not set
63263 -# CONFIG_SENSORS_PC87427 is not set
63264 -# CONFIG_SENSORS_SIS5595 is not set
63265 -# CONFIG_SENSORS_DME1737 is not set
63266 -# CONFIG_SENSORS_SMSC47M1 is not set
63267 -# CONFIG_SENSORS_SMSC47M192 is not set
63268 -# CONFIG_SENSORS_SMSC47B397 is not set
63269 -# CONFIG_SENSORS_ADS7828 is not set
63270 -# CONFIG_SENSORS_THMC50 is not set
63271 -# CONFIG_SENSORS_VIA686A is not set
63272 -# CONFIG_SENSORS_VT1211 is not set
63273 -# CONFIG_SENSORS_VT8231 is not set
63274 -# CONFIG_SENSORS_W83781D is not set
63275 -# CONFIG_SENSORS_W83791D is not set
63276 -# CONFIG_SENSORS_W83792D is not set
63277 -# CONFIG_SENSORS_W83793 is not set
63278 -# CONFIG_SENSORS_W83L785TS is not set
63279 -# CONFIG_SENSORS_W83L786NG is not set
63280 -# CONFIG_SENSORS_W83627HF is not set
63281 -# CONFIG_SENSORS_W83627EHF is not set
63282 -# CONFIG_HWMON_DEBUG_CHIP is not set
63283 -# CONFIG_THERMAL is not set
63285 -# CONFIG_WATCHDOG_NOWAYOUT is not set
63288 -# Watchdog Device Drivers
63290 -# CONFIG_SOFT_WATCHDOG is not set
63294 -# PCI-based Watchdog Cards
63296 -# CONFIG_PCIPCWATCHDOG is not set
63297 -# CONFIG_WDTPCI is not set
63300 -# Sonics Silicon Backplane
63302 -CONFIG_SSB_POSSIBLE=y
63303 -# CONFIG_SSB is not set
63306 -# Multifunction device drivers
63308 -# CONFIG_MFD_SM501 is not set
63311 -# Multimedia devices
63313 -# CONFIG_VIDEO_DEV is not set
63314 -# CONFIG_DVB_CORE is not set
63318 -# Graphics support
63320 -# CONFIG_AGP is not set
63321 -# CONFIG_DRM is not set
63322 -# CONFIG_VGASTATE is not set
63323 -CONFIG_VIDEO_OUTPUT_CONTROL=m
63324 -# CONFIG_FB is not set
63325 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
63328 -# Display device support
63330 -# CONFIG_DISPLAY_SUPPORT is not set
63335 -# CONFIG_SOUND is not set
63336 -CONFIG_HID_SUPPORT=y
63338 -# CONFIG_HID_DEBUG is not set
63339 -# CONFIG_HIDRAW is not set
63340 -CONFIG_USB_SUPPORT=y
63341 -CONFIG_USB_ARCH_HAS_HCD=y
63342 -CONFIG_USB_ARCH_HAS_OHCI=y
63343 -CONFIG_USB_ARCH_HAS_EHCI=y
63344 -# CONFIG_USB is not set
63347 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
63349 -# CONFIG_USB_GADGET is not set
63350 -# CONFIG_MMC is not set
63351 -# CONFIG_MEMSTICK is not set
63352 -# CONFIG_NEW_LEDS is not set
63353 -# CONFIG_INFINIBAND is not set
63354 -# CONFIG_EDAC is not set
63356 -CONFIG_RTC_CLASS=y
63357 -CONFIG_RTC_HCTOSYS=y
63358 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
63359 -# CONFIG_RTC_DEBUG is not set
63364 -CONFIG_RTC_INTF_SYSFS=y
63365 -CONFIG_RTC_INTF_PROC=y
63366 -CONFIG_RTC_INTF_DEV=y
63367 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
63368 -# CONFIG_RTC_DRV_TEST is not set
63373 -# CONFIG_RTC_DRV_DS1307 is not set
63374 -CONFIG_RTC_DRV_DS1374=y
63375 -# CONFIG_RTC_DRV_DS1672 is not set
63376 -# CONFIG_RTC_DRV_MAX6900 is not set
63377 -# CONFIG_RTC_DRV_RS5C372 is not set
63378 -# CONFIG_RTC_DRV_ISL1208 is not set
63379 -# CONFIG_RTC_DRV_X1205 is not set
63380 -# CONFIG_RTC_DRV_PCF8563 is not set
63381 -# CONFIG_RTC_DRV_PCF8583 is not set
63382 -# CONFIG_RTC_DRV_M41T80 is not set
63383 -# CONFIG_RTC_DRV_S35390A is not set
63390 -# Platform RTC drivers
63392 -# CONFIG_RTC_DRV_CMOS is not set
63393 -# CONFIG_RTC_DRV_DS1511 is not set
63394 -# CONFIG_RTC_DRV_DS1553 is not set
63395 -# CONFIG_RTC_DRV_DS1742 is not set
63396 -# CONFIG_RTC_DRV_STK17TA8 is not set
63397 -# CONFIG_RTC_DRV_M48T86 is not set
63398 -# CONFIG_RTC_DRV_M48T59 is not set
63399 -# CONFIG_RTC_DRV_V3020 is not set
63402 -# on-CPU RTC drivers
63404 -# CONFIG_DMADEVICES is not set
63409 -# CONFIG_UIO is not set
63415 -# CONFIG_EXT2_FS_XATTR is not set
63416 -# CONFIG_EXT2_FS_XIP is not set
63418 -CONFIG_EXT3_FS_XATTR=y
63419 -# CONFIG_EXT3_FS_POSIX_ACL is not set
63420 -# CONFIG_EXT3_FS_SECURITY is not set
63421 -# CONFIG_EXT4DEV_FS is not set
63423 -CONFIG_FS_MBCACHE=y
63424 -# CONFIG_REISERFS_FS is not set
63425 -# CONFIG_JFS_FS is not set
63426 -# CONFIG_FS_POSIX_ACL is not set
63427 -# CONFIG_XFS_FS is not set
63428 -# CONFIG_GFS2_FS is not set
63429 -# CONFIG_OCFS2_FS is not set
63432 -CONFIG_INOTIFY_USER=y
63433 -# CONFIG_QUOTA is not set
63434 -# CONFIG_AUTOFS_FS is not set
63435 -# CONFIG_AUTOFS4_FS is not set
63436 -# CONFIG_FUSE_FS is not set
63439 -# CD-ROM/DVD Filesystems
63441 -# CONFIG_ISO9660_FS is not set
63442 -# CONFIG_UDF_FS is not set
63445 -# DOS/FAT/NT Filesystems
63447 -# CONFIG_MSDOS_FS is not set
63448 -# CONFIG_VFAT_FS is not set
63449 -# CONFIG_NTFS_FS is not set
63452 -# Pseudo filesystems
63455 -CONFIG_PROC_KCORE=y
63456 -CONFIG_PROC_SYSCTL=y
63459 -# CONFIG_TMPFS_POSIX_ACL is not set
63460 -# CONFIG_HUGETLB_PAGE is not set
63461 -# CONFIG_CONFIGFS_FS is not set
63464 -# Miscellaneous filesystems
63466 -# CONFIG_ADFS_FS is not set
63467 -# CONFIG_AFFS_FS is not set
63468 -# CONFIG_HFS_FS is not set
63469 -# CONFIG_HFSPLUS_FS is not set
63470 -# CONFIG_BEFS_FS is not set
63471 -# CONFIG_BFS_FS is not set
63472 -# CONFIG_EFS_FS is not set
63473 -# CONFIG_CRAMFS is not set
63474 -# CONFIG_VXFS_FS is not set
63475 -# CONFIG_MINIX_FS is not set
63476 -# CONFIG_HPFS_FS is not set
63477 -# CONFIG_QNX4FS_FS is not set
63478 -# CONFIG_ROMFS_FS is not set
63479 -# CONFIG_SYSV_FS is not set
63480 -# CONFIG_UFS_FS is not set
63481 -CONFIG_NETWORK_FILESYSTEMS=y
63484 -# CONFIG_NFS_V3_ACL is not set
63486 -# CONFIG_NFS_DIRECTIO is not set
63487 -# CONFIG_NFSD is not set
63491 -CONFIG_NFS_COMMON=y
63493 -CONFIG_SUNRPC_GSS=y
63494 -# CONFIG_SUNRPC_BIND34 is not set
63495 -CONFIG_RPCSEC_GSS_KRB5=y
63496 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
63497 -# CONFIG_SMB_FS is not set
63498 -# CONFIG_CIFS is not set
63499 -# CONFIG_NCP_FS is not set
63500 -# CONFIG_CODA_FS is not set
63501 -# CONFIG_AFS_FS is not set
63506 -CONFIG_PARTITION_ADVANCED=y
63507 -# CONFIG_ACORN_PARTITION is not set
63508 -# CONFIG_OSF_PARTITION is not set
63509 -# CONFIG_AMIGA_PARTITION is not set
63510 -# CONFIG_ATARI_PARTITION is not set
63511 -# CONFIG_MAC_PARTITION is not set
63512 -# CONFIG_MSDOS_PARTITION is not set
63513 -# CONFIG_LDM_PARTITION is not set
63514 -# CONFIG_SGI_PARTITION is not set
63515 -# CONFIG_ULTRIX_PARTITION is not set
63516 -# CONFIG_SUN_PARTITION is not set
63517 -# CONFIG_KARMA_PARTITION is not set
63518 -# CONFIG_EFI_PARTITION is not set
63519 -# CONFIG_SYSV68_PARTITION is not set
63520 -# CONFIG_NLS is not set
63521 -# CONFIG_DLM is not set
63526 -# Library routines
63528 -CONFIG_BITREVERSE=y
63529 -# CONFIG_CRC_CCITT is not set
63530 -# CONFIG_CRC16 is not set
63531 -# CONFIG_CRC_ITU_T is not set
63533 -# CONFIG_CRC7 is not set
63534 -# CONFIG_LIBCRC32C is not set
63536 -CONFIG_HAS_IOMEM=y
63537 -CONFIG_HAS_IOPORT=y
63543 -# CONFIG_PRINTK_TIME is not set
63544 -CONFIG_ENABLE_WARN_DEPRECATED=y
63545 -CONFIG_ENABLE_MUST_CHECK=y
63546 -# CONFIG_MAGIC_SYSRQ is not set
63547 -# CONFIG_UNUSED_SYMBOLS is not set
63548 -# CONFIG_DEBUG_FS is not set
63549 -# CONFIG_HEADERS_CHECK is not set
63550 -# CONFIG_DEBUG_KERNEL is not set
63551 -# CONFIG_SLUB_DEBUG_ON is not set
63552 -# CONFIG_SLUB_STATS is not set
63553 -# CONFIG_DEBUG_BUGVERBOSE is not set
63554 -# CONFIG_SAMPLES is not set
63555 -# CONFIG_PPC_EARLY_DEBUG is not set
63558 -# Security options
63560 -# CONFIG_KEYS is not set
63561 -# CONFIG_SECURITY is not set
63562 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
63564 -CONFIG_CRYPTO_ALGAPI=y
63565 -CONFIG_CRYPTO_BLKCIPHER=y
63566 -# CONFIG_CRYPTO_SEQIV is not set
63567 -CONFIG_CRYPTO_MANAGER=y
63568 -# CONFIG_CRYPTO_HMAC is not set
63569 -# CONFIG_CRYPTO_XCBC is not set
63570 -# CONFIG_CRYPTO_NULL is not set
63571 -# CONFIG_CRYPTO_MD4 is not set
63572 -CONFIG_CRYPTO_MD5=y
63573 -# CONFIG_CRYPTO_SHA1 is not set
63574 -# CONFIG_CRYPTO_SHA256 is not set
63575 -# CONFIG_CRYPTO_SHA512 is not set
63576 -# CONFIG_CRYPTO_WP512 is not set
63577 -# CONFIG_CRYPTO_TGR192 is not set
63578 -# CONFIG_CRYPTO_GF128MUL is not set
63579 -CONFIG_CRYPTO_ECB=m
63580 -CONFIG_CRYPTO_CBC=y
63581 -CONFIG_CRYPTO_PCBC=m
63582 -# CONFIG_CRYPTO_LRW is not set
63583 -# CONFIG_CRYPTO_XTS is not set
63584 -# CONFIG_CRYPTO_CTR is not set
63585 -# CONFIG_CRYPTO_GCM is not set
63586 -# CONFIG_CRYPTO_CCM is not set
63587 -# CONFIG_CRYPTO_CRYPTD is not set
63588 -CONFIG_CRYPTO_DES=y
63589 -# CONFIG_CRYPTO_FCRYPT is not set
63590 -# CONFIG_CRYPTO_BLOWFISH is not set
63591 -# CONFIG_CRYPTO_TWOFISH is not set
63592 -# CONFIG_CRYPTO_SERPENT is not set
63593 -# CONFIG_CRYPTO_AES is not set
63594 -# CONFIG_CRYPTO_CAST5 is not set
63595 -# CONFIG_CRYPTO_CAST6 is not set
63596 -# CONFIG_CRYPTO_TEA is not set
63597 -# CONFIG_CRYPTO_ARC4 is not set
63598 -# CONFIG_CRYPTO_KHAZAD is not set
63599 -# CONFIG_CRYPTO_ANUBIS is not set
63600 -# CONFIG_CRYPTO_SEED is not set
63601 -# CONFIG_CRYPTO_SALSA20 is not set
63602 -# CONFIG_CRYPTO_DEFLATE is not set
63603 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
63604 -# CONFIG_CRYPTO_CRC32C is not set
63605 -# CONFIG_CRYPTO_CAMELLIA is not set
63606 -# CONFIG_CRYPTO_TEST is not set
63607 -# CONFIG_CRYPTO_AUTHENC is not set
63608 -# CONFIG_CRYPTO_LZO is not set
63609 -CONFIG_CRYPTO_HW=y
63610 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
63611 -# CONFIG_PPC_CLOCK is not set
63612 -CONFIG_PPC_LIB_RHEAP=y
63613 --- a/arch/powerpc/configs/mpc837x_mds_defconfig
63617 -# Automatically generated make config: don't edit
63618 -# Linux kernel version: 2.6.25-rc6
63619 -# Mon Mar 24 08:48:23 2008
63621 -# CONFIG_PPC64 is not set
63624 -# Processor support
63627 -# CONFIG_PPC_85xx is not set
63628 -# CONFIG_PPC_8xx is not set
63629 -# CONFIG_40x is not set
63630 -# CONFIG_44x is not set
63631 -# CONFIG_E200 is not set
63633 -# CONFIG_FSL_EMB_PERFMON is not set
63634 -CONFIG_PPC_STD_MMU=y
63635 -CONFIG_PPC_STD_MMU_32=y
63636 -# CONFIG_PPC_MM_SLICES is not set
63637 -# CONFIG_SMP is not set
63639 -CONFIG_WORD_SIZE=32
63640 -CONFIG_PPC_MERGE=y
63642 -CONFIG_GENERIC_CMOS_UPDATE=y
63643 -CONFIG_GENERIC_TIME=y
63644 -CONFIG_GENERIC_TIME_VSYSCALL=y
63645 -CONFIG_GENERIC_CLOCKEVENTS=y
63646 -CONFIG_GENERIC_HARDIRQS=y
63647 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
63648 -CONFIG_IRQ_PER_CPU=y
63649 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
63650 -CONFIG_ARCH_HAS_ILOG2_U32=y
63651 -CONFIG_GENERIC_HWEIGHT=y
63652 -CONFIG_GENERIC_CALIBRATE_DELAY=y
63653 -CONFIG_GENERIC_FIND_NEXT_BIT=y
63654 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
63656 -CONFIG_EARLY_PRINTK=y
63657 -CONFIG_GENERIC_NVRAM=y
63658 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
63659 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
63662 -CONFIG_PPC_UDBG_16550=y
63663 -# CONFIG_GENERIC_TBSYNC is not set
63664 -CONFIG_AUDIT_ARCH=y
63665 -CONFIG_GENERIC_BUG=y
63666 -CONFIG_DEFAULT_UIMAGE=y
63667 -# CONFIG_PPC_DCR_NATIVE is not set
63668 -# CONFIG_PPC_DCR_MMIO is not set
63669 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
63674 -CONFIG_EXPERIMENTAL=y
63675 -CONFIG_BROKEN_ON_SMP=y
63676 -CONFIG_INIT_ENV_ARG_LIMIT=32
63677 -CONFIG_LOCALVERSION=""
63678 -CONFIG_LOCALVERSION_AUTO=y
63681 -CONFIG_SYSVIPC_SYSCTL=y
63682 -# CONFIG_POSIX_MQUEUE is not set
63683 -# CONFIG_BSD_PROCESS_ACCT is not set
63684 -# CONFIG_TASKSTATS is not set
63685 -# CONFIG_AUDIT is not set
63686 -# CONFIG_IKCONFIG is not set
63687 -CONFIG_LOG_BUF_SHIFT=14
63688 -# CONFIG_CGROUPS is not set
63689 -CONFIG_GROUP_SCHED=y
63690 -CONFIG_FAIR_GROUP_SCHED=y
63691 -# CONFIG_RT_GROUP_SCHED is not set
63692 -CONFIG_USER_SCHED=y
63693 -# CONFIG_CGROUP_SCHED is not set
63694 -CONFIG_SYSFS_DEPRECATED=y
63695 -CONFIG_SYSFS_DEPRECATED_V2=y
63696 -# CONFIG_RELAY is not set
63697 -# CONFIG_NAMESPACES is not set
63698 -CONFIG_BLK_DEV_INITRD=y
63699 -CONFIG_INITRAMFS_SOURCE=""
63700 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
63703 -CONFIG_SYSCTL_SYSCALL=y
63705 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
63710 -CONFIG_COMPAT_BRK=y
63711 -CONFIG_BASE_FULL=y
63713 -CONFIG_ANON_INODES=y
63714 -# CONFIG_EPOLL is not set
63719 -CONFIG_VM_EVENT_COUNTERS=y
63721 -# CONFIG_SLUB is not set
63722 -# CONFIG_SLOB is not set
63723 -# CONFIG_PROFILING is not set
63724 -# CONFIG_MARKERS is not set
63725 -CONFIG_HAVE_OPROFILE=y
63726 -# CONFIG_KPROBES is not set
63727 -CONFIG_HAVE_KPROBES=y
63728 -CONFIG_HAVE_KRETPROBES=y
63729 -CONFIG_PROC_PAGE_MONITOR=y
63731 -CONFIG_RT_MUTEXES=y
63732 -# CONFIG_TINY_SHMEM is not set
63733 -CONFIG_BASE_SMALL=0
63735 -CONFIG_MODULE_UNLOAD=y
63736 -# CONFIG_MODULE_FORCE_UNLOAD is not set
63737 -# CONFIG_MODVERSIONS is not set
63738 -# CONFIG_MODULE_SRCVERSION_ALL is not set
63739 -# CONFIG_KMOD is not set
63741 -# CONFIG_LBD is not set
63742 -# CONFIG_BLK_DEV_IO_TRACE is not set
63743 -# CONFIG_LSF is not set
63744 -# CONFIG_BLK_DEV_BSG is not set
63749 -CONFIG_IOSCHED_NOOP=y
63750 -CONFIG_IOSCHED_AS=y
63751 -CONFIG_IOSCHED_DEADLINE=y
63752 -CONFIG_IOSCHED_CFQ=y
63753 -CONFIG_DEFAULT_AS=y
63754 -# CONFIG_DEFAULT_DEADLINE is not set
63755 -# CONFIG_DEFAULT_CFQ is not set
63756 -# CONFIG_DEFAULT_NOOP is not set
63757 -CONFIG_DEFAULT_IOSCHED="anticipatory"
63758 -CONFIG_CLASSIC_RCU=y
63761 -# Platform support
63763 -# CONFIG_PPC_MULTIPLATFORM is not set
63764 -# CONFIG_PPC_82xx is not set
63766 -# CONFIG_PPC_86xx is not set
63767 -# CONFIG_PPC_MPC512x is not set
63768 -# CONFIG_PPC_MPC5121 is not set
63769 -# CONFIG_PPC_CELL is not set
63770 -# CONFIG_PPC_CELL_NATIVE is not set
63771 -# CONFIG_PQ2ADS is not set
63773 -# CONFIG_MPC831x_RDB is not set
63774 -# CONFIG_MPC832x_MDS is not set
63775 -# CONFIG_MPC832x_RDB is not set
63776 -# CONFIG_MPC834x_MDS is not set
63777 -# CONFIG_MPC834x_ITX is not set
63778 -# CONFIG_MPC836x_MDS is not set
63779 -CONFIG_MPC837x_MDS=y
63780 -# CONFIG_MPC837x_RDB is not set
63781 -# CONFIG_SBC834x is not set
63782 -CONFIG_PPC_MPC837x=y
63784 -# CONFIG_MPIC is not set
63785 -# CONFIG_MPIC_WEIRD is not set
63786 -# CONFIG_PPC_I8259 is not set
63787 -# CONFIG_PPC_RTAS is not set
63788 -# CONFIG_MMIO_NVRAM is not set
63789 -# CONFIG_PPC_MPC106 is not set
63790 -# CONFIG_PPC_970_NAP is not set
63791 -# CONFIG_PPC_INDIRECT_IO is not set
63792 -# CONFIG_GENERIC_IOMAP is not set
63793 -# CONFIG_CPU_FREQ is not set
63794 -# CONFIG_FSL_ULI1575 is not set
63799 -# CONFIG_HIGHMEM is not set
63800 -# CONFIG_TICK_ONESHOT is not set
63801 -# CONFIG_NO_HZ is not set
63802 -# CONFIG_HIGH_RES_TIMERS is not set
63803 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
63804 -# CONFIG_HZ_100 is not set
63806 -# CONFIG_HZ_300 is not set
63807 -# CONFIG_HZ_1000 is not set
63809 -# CONFIG_SCHED_HRTICK is not set
63810 -CONFIG_PREEMPT_NONE=y
63811 -# CONFIG_PREEMPT_VOLUNTARY is not set
63812 -# CONFIG_PREEMPT is not set
63813 -CONFIG_BINFMT_ELF=y
63814 -# CONFIG_BINFMT_MISC is not set
63815 -# CONFIG_IOMMU_HELPER is not set
63816 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
63817 -CONFIG_ARCH_HAS_WALK_MEMORY=y
63818 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
63819 -CONFIG_ARCH_FLATMEM_ENABLE=y
63820 -CONFIG_ARCH_POPULATES_NODE_MAP=y
63821 -CONFIG_SELECT_MEMORY_MODEL=y
63822 -CONFIG_FLATMEM_MANUAL=y
63823 -# CONFIG_DISCONTIGMEM_MANUAL is not set
63824 -# CONFIG_SPARSEMEM_MANUAL is not set
63826 -CONFIG_FLAT_NODE_MEM_MAP=y
63827 -# CONFIG_SPARSEMEM_STATIC is not set
63828 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
63829 -CONFIG_SPLIT_PTLOCK_CPUS=4
63830 -# CONFIG_RESOURCES_64BIT is not set
63831 -CONFIG_ZONE_DMA_FLAG=1
63833 -CONFIG_VIRT_TO_BUS=y
63834 -CONFIG_PROC_DEVICETREE=y
63835 -# CONFIG_CMDLINE_BOOL is not set
63836 -# CONFIG_PM is not set
63838 -CONFIG_ISA_DMA_API=y
63844 -CONFIG_GENERIC_ISA_DMA=y
63845 -CONFIG_PPC_INDIRECT_PCI=y
63847 -# CONFIG_PCI is not set
63848 -# CONFIG_PCI_DOMAINS is not set
63849 -# CONFIG_PCI_SYSCALL is not set
63850 -# CONFIG_ARCH_SUPPORTS_MSI is not set
63851 -# CONFIG_PCCARD is not set
63856 -# CONFIG_ADVANCED_OPTIONS is not set
63859 -# Default settings for advanced configuration options are used
63861 -CONFIG_HIGHMEM_START=0xfe000000
63862 -CONFIG_LOWMEM_SIZE=0x30000000
63863 -CONFIG_KERNEL_START=0xc0000000
63864 -CONFIG_TASK_SIZE=0xc0000000
63865 -CONFIG_BOOT_LOAD=0x00800000
63873 -# Networking options
63876 -# CONFIG_PACKET_MMAP is not set
63879 -CONFIG_XFRM_USER=m
63880 -# CONFIG_XFRM_SUB_POLICY is not set
63881 -# CONFIG_XFRM_MIGRATE is not set
63882 -# CONFIG_XFRM_STATISTICS is not set
63883 -# CONFIG_NET_KEY is not set
63885 -CONFIG_IP_MULTICAST=y
63886 -# CONFIG_IP_ADVANCED_ROUTER is not set
63887 -CONFIG_IP_FIB_HASH=y
63889 -CONFIG_IP_PNP_DHCP=y
63890 -CONFIG_IP_PNP_BOOTP=y
63891 -# CONFIG_IP_PNP_RARP is not set
63892 -# CONFIG_NET_IPIP is not set
63893 -# CONFIG_NET_IPGRE is not set
63894 -# CONFIG_IP_MROUTE is not set
63895 -# CONFIG_ARPD is not set
63896 -CONFIG_SYN_COOKIES=y
63897 -# CONFIG_INET_AH is not set
63898 -# CONFIG_INET_ESP is not set
63899 -# CONFIG_INET_IPCOMP is not set
63900 -# CONFIG_INET_XFRM_TUNNEL is not set
63901 -# CONFIG_INET_TUNNEL is not set
63902 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
63903 -CONFIG_INET_XFRM_MODE_TUNNEL=y
63904 -CONFIG_INET_XFRM_MODE_BEET=y
63905 -# CONFIG_INET_LRO is not set
63906 -CONFIG_INET_DIAG=y
63907 -CONFIG_INET_TCP_DIAG=y
63908 -# CONFIG_TCP_CONG_ADVANCED is not set
63909 -CONFIG_TCP_CONG_CUBIC=y
63910 -CONFIG_DEFAULT_TCP_CONG="cubic"
63911 -# CONFIG_TCP_MD5SIG is not set
63912 -# CONFIG_IPV6 is not set
63913 -# CONFIG_INET6_XFRM_TUNNEL is not set
63914 -# CONFIG_INET6_TUNNEL is not set
63915 -# CONFIG_NETWORK_SECMARK is not set
63916 -# CONFIG_NETFILTER is not set
63917 -# CONFIG_IP_DCCP is not set
63918 -# CONFIG_IP_SCTP is not set
63919 -# CONFIG_TIPC is not set
63920 -# CONFIG_ATM is not set
63921 -# CONFIG_BRIDGE is not set
63922 -# CONFIG_VLAN_8021Q is not set
63923 -# CONFIG_DECNET is not set
63924 -# CONFIG_LLC2 is not set
63925 -# CONFIG_IPX is not set
63926 -# CONFIG_ATALK is not set
63927 -# CONFIG_X25 is not set
63928 -# CONFIG_LAPB is not set
63929 -# CONFIG_ECONET is not set
63930 -# CONFIG_WAN_ROUTER is not set
63931 -# CONFIG_NET_SCHED is not set
63936 -# CONFIG_NET_PKTGEN is not set
63937 -# CONFIG_HAMRADIO is not set
63938 -# CONFIG_CAN is not set
63939 -# CONFIG_IRDA is not set
63940 -# CONFIG_BT is not set
63941 -# CONFIG_AF_RXRPC is not set
63946 -# CONFIG_CFG80211 is not set
63947 -# CONFIG_WIRELESS_EXT is not set
63948 -# CONFIG_MAC80211 is not set
63949 -# CONFIG_IEEE80211 is not set
63950 -# CONFIG_RFKILL is not set
63951 -# CONFIG_NET_9P is not set
63958 -# Generic Driver Options
63960 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
63961 -CONFIG_STANDALONE=y
63962 -CONFIG_PREVENT_FIRMWARE_BUILD=y
63963 -# CONFIG_FW_LOADER is not set
63964 -# CONFIG_SYS_HYPERVISOR is not set
63965 -# CONFIG_CONNECTOR is not set
63966 -# CONFIG_MTD is not set
63967 -CONFIG_OF_DEVICE=y
63968 -# CONFIG_PARPORT is not set
63970 -# CONFIG_BLK_DEV_FD is not set
63971 -# CONFIG_BLK_DEV_COW_COMMON is not set
63972 -CONFIG_BLK_DEV_LOOP=y
63973 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
63974 -# CONFIG_BLK_DEV_NBD is not set
63975 -CONFIG_BLK_DEV_RAM=y
63976 -CONFIG_BLK_DEV_RAM_COUNT=16
63977 -CONFIG_BLK_DEV_RAM_SIZE=32768
63978 -# CONFIG_BLK_DEV_XIP is not set
63979 -# CONFIG_CDROM_PKTCDVD is not set
63980 -# CONFIG_ATA_OVER_ETH is not set
63981 -CONFIG_MISC_DEVICES=y
63982 -# CONFIG_EEPROM_93CX6 is not set
63983 -# CONFIG_ENCLOSURE_SERVICES is not set
63985 -# CONFIG_IDE is not set
63988 -# SCSI device support
63990 -# CONFIG_RAID_ATTRS is not set
63993 -# CONFIG_SCSI_TGT is not set
63994 -# CONFIG_SCSI_NETLINK is not set
63995 -CONFIG_SCSI_PROC_FS=y
63998 -# SCSI support type (disk, tape, CD-ROM)
64000 -CONFIG_BLK_DEV_SD=y
64001 -# CONFIG_CHR_DEV_ST is not set
64002 -# CONFIG_CHR_DEV_OSST is not set
64003 -# CONFIG_BLK_DEV_SR is not set
64004 -CONFIG_CHR_DEV_SG=y
64005 -# CONFIG_CHR_DEV_SCH is not set
64008 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
64010 -# CONFIG_SCSI_MULTI_LUN is not set
64011 -# CONFIG_SCSI_CONSTANTS is not set
64012 -# CONFIG_SCSI_LOGGING is not set
64013 -# CONFIG_SCSI_SCAN_ASYNC is not set
64014 -CONFIG_SCSI_WAIT_SCAN=m
64019 -# CONFIG_SCSI_SPI_ATTRS is not set
64020 -# CONFIG_SCSI_FC_ATTRS is not set
64021 -# CONFIG_SCSI_ISCSI_ATTRS is not set
64022 -# CONFIG_SCSI_SAS_LIBSAS is not set
64023 -# CONFIG_SCSI_SRP_ATTRS is not set
64024 -CONFIG_SCSI_LOWLEVEL=y
64025 -# CONFIG_ISCSI_TCP is not set
64026 -# CONFIG_SCSI_DEBUG is not set
64028 -# CONFIG_ATA_NONSTANDARD is not set
64029 -# CONFIG_SATA_MV is not set
64031 -# CONFIG_PATA_PLATFORM is not set
64032 -# CONFIG_MD is not set
64033 -# CONFIG_MACINTOSH_DRIVERS is not set
64034 -CONFIG_NETDEVICES=y
64035 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
64036 -# CONFIG_DUMMY is not set
64037 -# CONFIG_BONDING is not set
64038 -# CONFIG_MACVLAN is not set
64039 -# CONFIG_EQUALIZER is not set
64040 -# CONFIG_TUN is not set
64041 -# CONFIG_VETH is not set
64045 -# MII PHY device drivers
64047 -CONFIG_MARVELL_PHY=y
64048 -# CONFIG_DAVICOM_PHY is not set
64049 -# CONFIG_QSEMI_PHY is not set
64050 -# CONFIG_LXT_PHY is not set
64051 -# CONFIG_CICADA_PHY is not set
64052 -# CONFIG_VITESSE_PHY is not set
64053 -# CONFIG_SMSC_PHY is not set
64054 -# CONFIG_BROADCOM_PHY is not set
64055 -# CONFIG_ICPLUS_PHY is not set
64056 -# CONFIG_REALTEK_PHY is not set
64057 -# CONFIG_FIXED_PHY is not set
64058 -# CONFIG_MDIO_BITBANG is not set
64059 -CONFIG_NET_ETHERNET=y
64061 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
64062 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
64063 -# CONFIG_IBM_NEW_EMAC_TAH is not set
64064 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
64065 -# CONFIG_B44 is not set
64066 -CONFIG_NETDEV_1000=y
64067 -# CONFIG_E1000E_ENABLED is not set
64069 -# CONFIG_GFAR_NAPI is not set
64070 -CONFIG_NETDEV_10000=y
64075 -# CONFIG_WLAN_PRE80211 is not set
64076 -# CONFIG_WLAN_80211 is not set
64077 -# CONFIG_WAN is not set
64078 -# CONFIG_PPP is not set
64079 -# CONFIG_SLIP is not set
64080 -# CONFIG_NETCONSOLE is not set
64081 -# CONFIG_NETPOLL is not set
64082 -# CONFIG_NET_POLL_CONTROLLER is not set
64083 -# CONFIG_ISDN is not set
64084 -# CONFIG_PHONE is not set
64087 -# Input device support
64090 -# CONFIG_INPUT_FF_MEMLESS is not set
64091 -# CONFIG_INPUT_POLLDEV is not set
64094 -# Userland interfaces
64096 -# CONFIG_INPUT_MOUSEDEV is not set
64097 -# CONFIG_INPUT_JOYDEV is not set
64098 -# CONFIG_INPUT_EVDEV is not set
64099 -# CONFIG_INPUT_EVBUG is not set
64102 -# Input Device Drivers
64104 -# CONFIG_INPUT_KEYBOARD is not set
64105 -# CONFIG_INPUT_MOUSE is not set
64106 -# CONFIG_INPUT_JOYSTICK is not set
64107 -# CONFIG_INPUT_TABLET is not set
64108 -# CONFIG_INPUT_TOUCHSCREEN is not set
64109 -# CONFIG_INPUT_MISC is not set
64112 -# Hardware I/O ports
64114 -# CONFIG_SERIO is not set
64115 -# CONFIG_GAMEPORT is not set
64118 -# Character devices
64120 -# CONFIG_VT is not set
64121 -# CONFIG_SERIAL_NONSTANDARD is not set
64126 -CONFIG_SERIAL_8250=y
64127 -CONFIG_SERIAL_8250_CONSOLE=y
64128 -CONFIG_SERIAL_8250_NR_UARTS=4
64129 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
64130 -# CONFIG_SERIAL_8250_EXTENDED is not set
64133 -# Non-8250 serial port support
64135 -# CONFIG_SERIAL_UARTLITE is not set
64136 -CONFIG_SERIAL_CORE=y
64137 -CONFIG_SERIAL_CORE_CONSOLE=y
64138 -# CONFIG_SERIAL_OF_PLATFORM is not set
64139 -CONFIG_UNIX98_PTYS=y
64140 -CONFIG_LEGACY_PTYS=y
64141 -CONFIG_LEGACY_PTY_COUNT=256
64142 -# CONFIG_IPMI_HANDLER is not set
64143 -# CONFIG_HW_RANDOM is not set
64144 -# CONFIG_NVRAM is not set
64146 -# CONFIG_GEN_RTC_X is not set
64147 -# CONFIG_R3964 is not set
64148 -# CONFIG_RAW_DRIVER is not set
64149 -# CONFIG_TCG_TPM is not set
64151 -CONFIG_I2C_BOARDINFO=y
64152 -CONFIG_I2C_CHARDEV=y
64157 -# CONFIG_I2C_ALGOBIT is not set
64158 -# CONFIG_I2C_ALGOPCF is not set
64159 -# CONFIG_I2C_ALGOPCA is not set
64162 -# I2C Hardware Bus support
64165 -# CONFIG_I2C_OCORES is not set
64166 -# CONFIG_I2C_PARPORT_LIGHT is not set
64167 -# CONFIG_I2C_SIMTEC is not set
64168 -# CONFIG_I2C_TAOS_EVM is not set
64169 -# CONFIG_I2C_STUB is not set
64172 -# Miscellaneous I2C Chip support
64174 -# CONFIG_DS1682 is not set
64175 -# CONFIG_SENSORS_EEPROM is not set
64176 -# CONFIG_SENSORS_PCF8574 is not set
64177 -# CONFIG_PCF8575 is not set
64178 -# CONFIG_SENSORS_PCF8591 is not set
64179 -# CONFIG_TPS65010 is not set
64180 -# CONFIG_SENSORS_MAX6875 is not set
64181 -# CONFIG_SENSORS_TSL2550 is not set
64182 -# CONFIG_I2C_DEBUG_CORE is not set
64183 -# CONFIG_I2C_DEBUG_ALGO is not set
64184 -# CONFIG_I2C_DEBUG_BUS is not set
64185 -# CONFIG_I2C_DEBUG_CHIP is not set
64190 -# CONFIG_SPI is not set
64191 -# CONFIG_SPI_MASTER is not set
64192 -# CONFIG_W1 is not set
64193 -# CONFIG_POWER_SUPPLY is not set
64195 -# CONFIG_HWMON_VID is not set
64196 -# CONFIG_SENSORS_AD7418 is not set
64197 -# CONFIG_SENSORS_ADM1021 is not set
64198 -# CONFIG_SENSORS_ADM1025 is not set
64199 -# CONFIG_SENSORS_ADM1026 is not set
64200 -# CONFIG_SENSORS_ADM1029 is not set
64201 -# CONFIG_SENSORS_ADM1031 is not set
64202 -# CONFIG_SENSORS_ADM9240 is not set
64203 -# CONFIG_SENSORS_ADT7470 is not set
64204 -# CONFIG_SENSORS_ADT7473 is not set
64205 -# CONFIG_SENSORS_ATXP1 is not set
64206 -# CONFIG_SENSORS_DS1621 is not set
64207 -# CONFIG_SENSORS_F71805F is not set
64208 -# CONFIG_SENSORS_F71882FG is not set
64209 -# CONFIG_SENSORS_F75375S is not set
64210 -# CONFIG_SENSORS_GL518SM is not set
64211 -# CONFIG_SENSORS_GL520SM is not set
64212 -# CONFIG_SENSORS_IT87 is not set
64213 -# CONFIG_SENSORS_LM63 is not set
64214 -# CONFIG_SENSORS_LM75 is not set
64215 -# CONFIG_SENSORS_LM77 is not set
64216 -# CONFIG_SENSORS_LM78 is not set
64217 -# CONFIG_SENSORS_LM80 is not set
64218 -# CONFIG_SENSORS_LM83 is not set
64219 -# CONFIG_SENSORS_LM85 is not set
64220 -# CONFIG_SENSORS_LM87 is not set
64221 -# CONFIG_SENSORS_LM90 is not set
64222 -# CONFIG_SENSORS_LM92 is not set
64223 -# CONFIG_SENSORS_LM93 is not set
64224 -# CONFIG_SENSORS_MAX1619 is not set
64225 -# CONFIG_SENSORS_MAX6650 is not set
64226 -# CONFIG_SENSORS_PC87360 is not set
64227 -# CONFIG_SENSORS_PC87427 is not set
64228 -# CONFIG_SENSORS_DME1737 is not set
64229 -# CONFIG_SENSORS_SMSC47M1 is not set
64230 -# CONFIG_SENSORS_SMSC47M192 is not set
64231 -# CONFIG_SENSORS_SMSC47B397 is not set
64232 -# CONFIG_SENSORS_ADS7828 is not set
64233 -# CONFIG_SENSORS_THMC50 is not set
64234 -# CONFIG_SENSORS_VT1211 is not set
64235 -# CONFIG_SENSORS_W83781D is not set
64236 -# CONFIG_SENSORS_W83791D is not set
64237 -# CONFIG_SENSORS_W83792D is not set
64238 -# CONFIG_SENSORS_W83793 is not set
64239 -# CONFIG_SENSORS_W83L785TS is not set
64240 -# CONFIG_SENSORS_W83L786NG is not set
64241 -# CONFIG_SENSORS_W83627HF is not set
64242 -# CONFIG_SENSORS_W83627EHF is not set
64243 -# CONFIG_HWMON_DEBUG_CHIP is not set
64244 -# CONFIG_THERMAL is not set
64246 -# CONFIG_WATCHDOG_NOWAYOUT is not set
64249 -# Watchdog Device Drivers
64251 -# CONFIG_SOFT_WATCHDOG is not set
64255 -# Sonics Silicon Backplane
64257 -CONFIG_SSB_POSSIBLE=y
64258 -# CONFIG_SSB is not set
64261 -# Multifunction device drivers
64263 -# CONFIG_MFD_SM501 is not set
64266 -# Multimedia devices
64268 -# CONFIG_VIDEO_DEV is not set
64269 -# CONFIG_DVB_CORE is not set
64273 -# Graphics support
64275 -# CONFIG_VGASTATE is not set
64276 -CONFIG_VIDEO_OUTPUT_CONTROL=m
64277 -# CONFIG_FB is not set
64278 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
64281 -# Display device support
64283 -# CONFIG_DISPLAY_SUPPORT is not set
64288 -# CONFIG_SOUND is not set
64289 -CONFIG_HID_SUPPORT=y
64291 -# CONFIG_HID_DEBUG is not set
64292 -# CONFIG_HIDRAW is not set
64293 -CONFIG_USB_SUPPORT=y
64294 -CONFIG_USB_ARCH_HAS_HCD=y
64295 -# CONFIG_USB_ARCH_HAS_OHCI is not set
64296 -CONFIG_USB_ARCH_HAS_EHCI=y
64297 -# CONFIG_USB is not set
64300 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
64302 -# CONFIG_USB_GADGET is not set
64303 -# CONFIG_MMC is not set
64304 -# CONFIG_MEMSTICK is not set
64305 -# CONFIG_NEW_LEDS is not set
64306 -# CONFIG_EDAC is not set
64307 -# CONFIG_RTC_CLASS is not set
64308 -# CONFIG_DMADEVICES is not set
64313 -# CONFIG_UIO is not set
64319 -# CONFIG_EXT2_FS_XATTR is not set
64320 -# CONFIG_EXT2_FS_XIP is not set
64322 -CONFIG_EXT3_FS_XATTR=y
64323 -# CONFIG_EXT3_FS_POSIX_ACL is not set
64324 -# CONFIG_EXT3_FS_SECURITY is not set
64325 -# CONFIG_EXT4DEV_FS is not set
64327 -CONFIG_FS_MBCACHE=y
64328 -# CONFIG_REISERFS_FS is not set
64329 -# CONFIG_JFS_FS is not set
64330 -# CONFIG_FS_POSIX_ACL is not set
64331 -# CONFIG_XFS_FS is not set
64332 -# CONFIG_GFS2_FS is not set
64333 -# CONFIG_OCFS2_FS is not set
64336 -CONFIG_INOTIFY_USER=y
64337 -# CONFIG_QUOTA is not set
64338 -# CONFIG_AUTOFS_FS is not set
64339 -# CONFIG_AUTOFS4_FS is not set
64340 -# CONFIG_FUSE_FS is not set
64343 -# CD-ROM/DVD Filesystems
64345 -# CONFIG_ISO9660_FS is not set
64346 -# CONFIG_UDF_FS is not set
64349 -# DOS/FAT/NT Filesystems
64351 -# CONFIG_MSDOS_FS is not set
64352 -# CONFIG_VFAT_FS is not set
64353 -# CONFIG_NTFS_FS is not set
64356 -# Pseudo filesystems
64359 -CONFIG_PROC_KCORE=y
64360 -CONFIG_PROC_SYSCTL=y
64363 -# CONFIG_TMPFS_POSIX_ACL is not set
64364 -# CONFIG_HUGETLB_PAGE is not set
64365 -# CONFIG_CONFIGFS_FS is not set
64368 -# Miscellaneous filesystems
64370 -# CONFIG_ADFS_FS is not set
64371 -# CONFIG_AFFS_FS is not set
64372 -# CONFIG_HFS_FS is not set
64373 -# CONFIG_HFSPLUS_FS is not set
64374 -# CONFIG_BEFS_FS is not set
64375 -# CONFIG_BFS_FS is not set
64376 -# CONFIG_EFS_FS is not set
64377 -# CONFIG_CRAMFS is not set
64378 -# CONFIG_VXFS_FS is not set
64379 -# CONFIG_MINIX_FS is not set
64380 -# CONFIG_HPFS_FS is not set
64381 -# CONFIG_QNX4FS_FS is not set
64382 -# CONFIG_ROMFS_FS is not set
64383 -# CONFIG_SYSV_FS is not set
64384 -# CONFIG_UFS_FS is not set
64385 -CONFIG_NETWORK_FILESYSTEMS=y
64388 -# CONFIG_NFS_V3_ACL is not set
64390 -# CONFIG_NFS_DIRECTIO is not set
64391 -# CONFIG_NFSD is not set
64395 -CONFIG_NFS_COMMON=y
64397 -CONFIG_SUNRPC_GSS=y
64398 -# CONFIG_SUNRPC_BIND34 is not set
64399 -CONFIG_RPCSEC_GSS_KRB5=y
64400 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
64401 -# CONFIG_SMB_FS is not set
64402 -# CONFIG_CIFS is not set
64403 -# CONFIG_NCP_FS is not set
64404 -# CONFIG_CODA_FS is not set
64405 -# CONFIG_AFS_FS is not set
64410 -CONFIG_PARTITION_ADVANCED=y
64411 -# CONFIG_ACORN_PARTITION is not set
64412 -# CONFIG_OSF_PARTITION is not set
64413 -# CONFIG_AMIGA_PARTITION is not set
64414 -# CONFIG_ATARI_PARTITION is not set
64415 -# CONFIG_MAC_PARTITION is not set
64416 -CONFIG_MSDOS_PARTITION=y
64417 -# CONFIG_BSD_DISKLABEL is not set
64418 -# CONFIG_MINIX_SUBPARTITION is not set
64419 -# CONFIG_SOLARIS_X86_PARTITION is not set
64420 -# CONFIG_UNIXWARE_DISKLABEL is not set
64421 -# CONFIG_LDM_PARTITION is not set
64422 -# CONFIG_SGI_PARTITION is not set
64423 -# CONFIG_ULTRIX_PARTITION is not set
64424 -# CONFIG_SUN_PARTITION is not set
64425 -# CONFIG_KARMA_PARTITION is not set
64426 -# CONFIG_EFI_PARTITION is not set
64427 -# CONFIG_SYSV68_PARTITION is not set
64428 -# CONFIG_NLS is not set
64429 -# CONFIG_DLM is not set
64432 -# Library routines
64434 -CONFIG_BITREVERSE=y
64435 -# CONFIG_CRC_CCITT is not set
64436 -# CONFIG_CRC16 is not set
64437 -# CONFIG_CRC_ITU_T is not set
64439 -# CONFIG_CRC7 is not set
64440 -# CONFIG_LIBCRC32C is not set
64442 -CONFIG_HAS_IOMEM=y
64443 -CONFIG_HAS_IOPORT=y
64449 -# CONFIG_PRINTK_TIME is not set
64450 -CONFIG_ENABLE_WARN_DEPRECATED=y
64451 -CONFIG_ENABLE_MUST_CHECK=y
64452 -# CONFIG_MAGIC_SYSRQ is not set
64453 -# CONFIG_UNUSED_SYMBOLS is not set
64454 -# CONFIG_DEBUG_FS is not set
64455 -# CONFIG_HEADERS_CHECK is not set
64456 -# CONFIG_DEBUG_KERNEL is not set
64457 -# CONFIG_DEBUG_BUGVERBOSE is not set
64458 -# CONFIG_SAMPLES is not set
64459 -# CONFIG_PPC_EARLY_DEBUG is not set
64462 -# Security options
64464 -# CONFIG_KEYS is not set
64465 -# CONFIG_SECURITY is not set
64466 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
64468 -CONFIG_CRYPTO_ALGAPI=y
64469 -CONFIG_CRYPTO_BLKCIPHER=y
64470 -# CONFIG_CRYPTO_SEQIV is not set
64471 -CONFIG_CRYPTO_MANAGER=y
64472 -# CONFIG_CRYPTO_HMAC is not set
64473 -# CONFIG_CRYPTO_XCBC is not set
64474 -# CONFIG_CRYPTO_NULL is not set
64475 -# CONFIG_CRYPTO_MD4 is not set
64476 -CONFIG_CRYPTO_MD5=y
64477 -# CONFIG_CRYPTO_SHA1 is not set
64478 -# CONFIG_CRYPTO_SHA256 is not set
64479 -# CONFIG_CRYPTO_SHA512 is not set
64480 -# CONFIG_CRYPTO_WP512 is not set
64481 -# CONFIG_CRYPTO_TGR192 is not set
64482 -# CONFIG_CRYPTO_GF128MUL is not set
64483 -CONFIG_CRYPTO_ECB=m
64484 -CONFIG_CRYPTO_CBC=y
64485 -CONFIG_CRYPTO_PCBC=m
64486 -# CONFIG_CRYPTO_LRW is not set
64487 -# CONFIG_CRYPTO_XTS is not set
64488 -# CONFIG_CRYPTO_CTR is not set
64489 -# CONFIG_CRYPTO_GCM is not set
64490 -# CONFIG_CRYPTO_CCM is not set
64491 -# CONFIG_CRYPTO_CRYPTD is not set
64492 -CONFIG_CRYPTO_DES=y
64493 -# CONFIG_CRYPTO_FCRYPT is not set
64494 -# CONFIG_CRYPTO_BLOWFISH is not set
64495 -# CONFIG_CRYPTO_TWOFISH is not set
64496 -# CONFIG_CRYPTO_SERPENT is not set
64497 -# CONFIG_CRYPTO_AES is not set
64498 -# CONFIG_CRYPTO_CAST5 is not set
64499 -# CONFIG_CRYPTO_CAST6 is not set
64500 -# CONFIG_CRYPTO_TEA is not set
64501 -# CONFIG_CRYPTO_ARC4 is not set
64502 -# CONFIG_CRYPTO_KHAZAD is not set
64503 -# CONFIG_CRYPTO_ANUBIS is not set
64504 -# CONFIG_CRYPTO_SEED is not set
64505 -# CONFIG_CRYPTO_SALSA20 is not set
64506 -# CONFIG_CRYPTO_DEFLATE is not set
64507 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
64508 -# CONFIG_CRYPTO_CRC32C is not set
64509 -# CONFIG_CRYPTO_CAMELLIA is not set
64510 -# CONFIG_CRYPTO_TEST is not set
64511 -# CONFIG_CRYPTO_AUTHENC is not set
64512 -# CONFIG_CRYPTO_LZO is not set
64513 -CONFIG_CRYPTO_HW=y
64514 -# CONFIG_PPC_CLOCK is not set
64515 --- a/arch/powerpc/configs/mpc837x_rdb_defconfig
64519 -# Automatically generated make config: don't edit
64520 -# Linux kernel version: 2.6.25-rc6
64521 -# Mon Mar 24 08:48:24 2008
64523 -# CONFIG_PPC64 is not set
64526 -# Processor support
64529 -# CONFIG_PPC_85xx is not set
64530 -# CONFIG_PPC_8xx is not set
64531 -# CONFIG_40x is not set
64532 -# CONFIG_44x is not set
64533 -# CONFIG_E200 is not set
64535 -# CONFIG_FSL_EMB_PERFMON is not set
64536 -CONFIG_PPC_STD_MMU=y
64537 -CONFIG_PPC_STD_MMU_32=y
64538 -# CONFIG_PPC_MM_SLICES is not set
64539 -# CONFIG_SMP is not set
64541 -CONFIG_WORD_SIZE=32
64542 -CONFIG_PPC_MERGE=y
64544 -CONFIG_GENERIC_CMOS_UPDATE=y
64545 -CONFIG_GENERIC_TIME=y
64546 -CONFIG_GENERIC_TIME_VSYSCALL=y
64547 -CONFIG_GENERIC_CLOCKEVENTS=y
64548 -CONFIG_GENERIC_HARDIRQS=y
64549 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
64550 -CONFIG_IRQ_PER_CPU=y
64551 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
64552 -CONFIG_ARCH_HAS_ILOG2_U32=y
64553 -CONFIG_GENERIC_HWEIGHT=y
64554 -CONFIG_GENERIC_CALIBRATE_DELAY=y
64555 -CONFIG_GENERIC_FIND_NEXT_BIT=y
64556 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
64558 -CONFIG_EARLY_PRINTK=y
64559 -CONFIG_GENERIC_NVRAM=y
64560 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
64561 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
64564 -CONFIG_PPC_UDBG_16550=y
64565 -# CONFIG_GENERIC_TBSYNC is not set
64566 -CONFIG_AUDIT_ARCH=y
64567 -CONFIG_GENERIC_BUG=y
64568 -CONFIG_DEFAULT_UIMAGE=y
64569 -# CONFIG_PPC_DCR_NATIVE is not set
64570 -# CONFIG_PPC_DCR_MMIO is not set
64571 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
64576 -CONFIG_EXPERIMENTAL=y
64577 -CONFIG_BROKEN_ON_SMP=y
64578 -CONFIG_INIT_ENV_ARG_LIMIT=32
64579 -CONFIG_LOCALVERSION=""
64580 -CONFIG_LOCALVERSION_AUTO=y
64583 -CONFIG_SYSVIPC_SYSCTL=y
64584 -# CONFIG_POSIX_MQUEUE is not set
64585 -# CONFIG_BSD_PROCESS_ACCT is not set
64586 -# CONFIG_TASKSTATS is not set
64587 -# CONFIG_AUDIT is not set
64588 -# CONFIG_IKCONFIG is not set
64589 -CONFIG_LOG_BUF_SHIFT=14
64590 -# CONFIG_CGROUPS is not set
64591 -CONFIG_GROUP_SCHED=y
64592 -CONFIG_FAIR_GROUP_SCHED=y
64593 -# CONFIG_RT_GROUP_SCHED is not set
64594 -CONFIG_USER_SCHED=y
64595 -# CONFIG_CGROUP_SCHED is not set
64596 -CONFIG_SYSFS_DEPRECATED=y
64597 -CONFIG_SYSFS_DEPRECATED_V2=y
64598 -# CONFIG_RELAY is not set
64599 -# CONFIG_NAMESPACES is not set
64600 -CONFIG_BLK_DEV_INITRD=y
64601 -CONFIG_INITRAMFS_SOURCE=""
64602 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
64605 -CONFIG_SYSCTL_SYSCALL=y
64607 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
64612 -CONFIG_COMPAT_BRK=y
64613 -CONFIG_BASE_FULL=y
64615 -CONFIG_ANON_INODES=y
64616 -# CONFIG_EPOLL is not set
64621 -CONFIG_VM_EVENT_COUNTERS=y
64623 -# CONFIG_SLUB is not set
64624 -# CONFIG_SLOB is not set
64625 -# CONFIG_PROFILING is not set
64626 -# CONFIG_MARKERS is not set
64627 -CONFIG_HAVE_OPROFILE=y
64628 -# CONFIG_KPROBES is not set
64629 -CONFIG_HAVE_KPROBES=y
64630 -CONFIG_HAVE_KRETPROBES=y
64631 -CONFIG_PROC_PAGE_MONITOR=y
64633 -CONFIG_RT_MUTEXES=y
64634 -# CONFIG_TINY_SHMEM is not set
64635 -CONFIG_BASE_SMALL=0
64637 -CONFIG_MODULE_UNLOAD=y
64638 -# CONFIG_MODULE_FORCE_UNLOAD is not set
64639 -# CONFIG_MODVERSIONS is not set
64640 -# CONFIG_MODULE_SRCVERSION_ALL is not set
64641 -# CONFIG_KMOD is not set
64643 -# CONFIG_LBD is not set
64644 -# CONFIG_BLK_DEV_IO_TRACE is not set
64645 -# CONFIG_LSF is not set
64646 -# CONFIG_BLK_DEV_BSG is not set
64651 -CONFIG_IOSCHED_NOOP=y
64652 -CONFIG_IOSCHED_AS=y
64653 -CONFIG_IOSCHED_DEADLINE=y
64654 -CONFIG_IOSCHED_CFQ=y
64655 -CONFIG_DEFAULT_AS=y
64656 -# CONFIG_DEFAULT_DEADLINE is not set
64657 -# CONFIG_DEFAULT_CFQ is not set
64658 -# CONFIG_DEFAULT_NOOP is not set
64659 -CONFIG_DEFAULT_IOSCHED="anticipatory"
64660 -CONFIG_CLASSIC_RCU=y
64663 -# Platform support
64665 -# CONFIG_PPC_MULTIPLATFORM is not set
64666 -# CONFIG_PPC_82xx is not set
64668 -# CONFIG_PPC_86xx is not set
64669 -# CONFIG_PPC_MPC512x is not set
64670 -# CONFIG_PPC_MPC5121 is not set
64671 -# CONFIG_PPC_CELL is not set
64672 -# CONFIG_PPC_CELL_NATIVE is not set
64673 -# CONFIG_PQ2ADS is not set
64675 -# CONFIG_MPC831x_RDB is not set
64676 -# CONFIG_MPC832x_MDS is not set
64677 -# CONFIG_MPC832x_RDB is not set
64678 -# CONFIG_MPC834x_MDS is not set
64679 -# CONFIG_MPC834x_ITX is not set
64680 -# CONFIG_MPC836x_MDS is not set
64681 -# CONFIG_MPC837x_MDS is not set
64682 -CONFIG_MPC837x_RDB=y
64683 -# CONFIG_SBC834x is not set
64684 -CONFIG_PPC_MPC837x=y
64686 -# CONFIG_MPIC is not set
64687 -# CONFIG_MPIC_WEIRD is not set
64688 -# CONFIG_PPC_I8259 is not set
64689 -# CONFIG_PPC_RTAS is not set
64690 -# CONFIG_MMIO_NVRAM is not set
64691 -# CONFIG_PPC_MPC106 is not set
64692 -# CONFIG_PPC_970_NAP is not set
64693 -# CONFIG_PPC_INDIRECT_IO is not set
64694 -# CONFIG_GENERIC_IOMAP is not set
64695 -# CONFIG_CPU_FREQ is not set
64696 -# CONFIG_FSL_ULI1575 is not set
64701 -# CONFIG_HIGHMEM is not set
64702 -# CONFIG_TICK_ONESHOT is not set
64703 -# CONFIG_NO_HZ is not set
64704 -# CONFIG_HIGH_RES_TIMERS is not set
64705 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
64706 -# CONFIG_HZ_100 is not set
64708 -# CONFIG_HZ_300 is not set
64709 -# CONFIG_HZ_1000 is not set
64711 -# CONFIG_SCHED_HRTICK is not set
64712 -CONFIG_PREEMPT_NONE=y
64713 -# CONFIG_PREEMPT_VOLUNTARY is not set
64714 -# CONFIG_PREEMPT is not set
64715 -CONFIG_BINFMT_ELF=y
64716 -# CONFIG_BINFMT_MISC is not set
64717 -# CONFIG_IOMMU_HELPER is not set
64718 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
64719 -CONFIG_ARCH_HAS_WALK_MEMORY=y
64720 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
64721 -CONFIG_ARCH_FLATMEM_ENABLE=y
64722 -CONFIG_ARCH_POPULATES_NODE_MAP=y
64723 -CONFIG_SELECT_MEMORY_MODEL=y
64724 -CONFIG_FLATMEM_MANUAL=y
64725 -# CONFIG_DISCONTIGMEM_MANUAL is not set
64726 -# CONFIG_SPARSEMEM_MANUAL is not set
64728 -CONFIG_FLAT_NODE_MEM_MAP=y
64729 -# CONFIG_SPARSEMEM_STATIC is not set
64730 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
64731 -CONFIG_SPLIT_PTLOCK_CPUS=4
64732 -# CONFIG_RESOURCES_64BIT is not set
64733 -CONFIG_ZONE_DMA_FLAG=1
64735 -CONFIG_VIRT_TO_BUS=y
64736 -CONFIG_PROC_DEVICETREE=y
64737 -# CONFIG_CMDLINE_BOOL is not set
64738 -# CONFIG_PM is not set
64740 -CONFIG_ISA_DMA_API=y
64746 -CONFIG_GENERIC_ISA_DMA=y
64747 -CONFIG_PPC_INDIRECT_PCI=y
64749 -# CONFIG_PCI is not set
64750 -# CONFIG_PCI_DOMAINS is not set
64751 -# CONFIG_PCI_SYSCALL is not set
64752 -# CONFIG_ARCH_SUPPORTS_MSI is not set
64753 -# CONFIG_PCCARD is not set
64758 -# CONFIG_ADVANCED_OPTIONS is not set
64761 -# Default settings for advanced configuration options are used
64763 -CONFIG_HIGHMEM_START=0xfe000000
64764 -CONFIG_LOWMEM_SIZE=0x30000000
64765 -CONFIG_KERNEL_START=0xc0000000
64766 -CONFIG_TASK_SIZE=0xc0000000
64767 -CONFIG_BOOT_LOAD=0x00800000
64775 -# Networking options
64778 -# CONFIG_PACKET_MMAP is not set
64780 -# CONFIG_NET_KEY is not set
64782 -CONFIG_IP_MULTICAST=y
64783 -# CONFIG_IP_ADVANCED_ROUTER is not set
64784 -CONFIG_IP_FIB_HASH=y
64786 -CONFIG_IP_PNP_DHCP=y
64787 -CONFIG_IP_PNP_BOOTP=y
64788 -# CONFIG_IP_PNP_RARP is not set
64789 -# CONFIG_NET_IPIP is not set
64790 -# CONFIG_NET_IPGRE is not set
64791 -# CONFIG_IP_MROUTE is not set
64792 -# CONFIG_ARPD is not set
64793 -CONFIG_SYN_COOKIES=y
64794 -# CONFIG_INET_AH is not set
64795 -# CONFIG_INET_ESP is not set
64796 -# CONFIG_INET_IPCOMP is not set
64797 -# CONFIG_INET_XFRM_TUNNEL is not set
64798 -# CONFIG_INET_TUNNEL is not set
64799 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
64800 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
64801 -# CONFIG_INET_XFRM_MODE_BEET is not set
64802 -# CONFIG_INET_LRO is not set
64803 -CONFIG_INET_DIAG=y
64804 -CONFIG_INET_TCP_DIAG=y
64805 -# CONFIG_TCP_CONG_ADVANCED is not set
64806 -CONFIG_TCP_CONG_CUBIC=y
64807 -CONFIG_DEFAULT_TCP_CONG="cubic"
64808 -# CONFIG_TCP_MD5SIG is not set
64809 -# CONFIG_IPV6 is not set
64810 -# CONFIG_INET6_XFRM_TUNNEL is not set
64811 -# CONFIG_INET6_TUNNEL is not set
64812 -# CONFIG_NETWORK_SECMARK is not set
64813 -# CONFIG_NETFILTER is not set
64814 -# CONFIG_IP_DCCP is not set
64815 -# CONFIG_IP_SCTP is not set
64816 -# CONFIG_TIPC is not set
64817 -# CONFIG_ATM is not set
64818 -# CONFIG_BRIDGE is not set
64819 -# CONFIG_VLAN_8021Q is not set
64820 -# CONFIG_DECNET is not set
64821 -# CONFIG_LLC2 is not set
64822 -# CONFIG_IPX is not set
64823 -# CONFIG_ATALK is not set
64824 -# CONFIG_X25 is not set
64825 -# CONFIG_LAPB is not set
64826 -# CONFIG_ECONET is not set
64827 -# CONFIG_WAN_ROUTER is not set
64828 -# CONFIG_NET_SCHED is not set
64833 -# CONFIG_NET_PKTGEN is not set
64834 -# CONFIG_HAMRADIO is not set
64835 -# CONFIG_CAN is not set
64836 -# CONFIG_IRDA is not set
64837 -# CONFIG_BT is not set
64838 -# CONFIG_AF_RXRPC is not set
64843 -# CONFIG_CFG80211 is not set
64844 -# CONFIG_WIRELESS_EXT is not set
64845 -# CONFIG_MAC80211 is not set
64846 -# CONFIG_IEEE80211 is not set
64847 -# CONFIG_RFKILL is not set
64848 -# CONFIG_NET_9P is not set
64855 -# Generic Driver Options
64857 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
64858 -CONFIG_STANDALONE=y
64859 -CONFIG_PREVENT_FIRMWARE_BUILD=y
64860 -# CONFIG_FW_LOADER is not set
64861 -# CONFIG_SYS_HYPERVISOR is not set
64862 -# CONFIG_CONNECTOR is not set
64863 -# CONFIG_MTD is not set
64864 -CONFIG_OF_DEVICE=y
64865 -# CONFIG_PARPORT is not set
64867 -# CONFIG_BLK_DEV_FD is not set
64868 -# CONFIG_BLK_DEV_COW_COMMON is not set
64869 -CONFIG_BLK_DEV_LOOP=y
64870 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
64871 -# CONFIG_BLK_DEV_NBD is not set
64872 -CONFIG_BLK_DEV_RAM=y
64873 -CONFIG_BLK_DEV_RAM_COUNT=16
64874 -CONFIG_BLK_DEV_RAM_SIZE=32768
64875 -# CONFIG_BLK_DEV_XIP is not set
64876 -# CONFIG_CDROM_PKTCDVD is not set
64877 -# CONFIG_ATA_OVER_ETH is not set
64878 -CONFIG_MISC_DEVICES=y
64879 -# CONFIG_EEPROM_93CX6 is not set
64880 -# CONFIG_ENCLOSURE_SERVICES is not set
64882 -# CONFIG_IDE is not set
64885 -# SCSI device support
64887 -# CONFIG_RAID_ATTRS is not set
64890 -# CONFIG_SCSI_TGT is not set
64891 -# CONFIG_SCSI_NETLINK is not set
64892 -CONFIG_SCSI_PROC_FS=y
64895 -# SCSI support type (disk, tape, CD-ROM)
64897 -CONFIG_BLK_DEV_SD=y
64898 -# CONFIG_CHR_DEV_ST is not set
64899 -# CONFIG_CHR_DEV_OSST is not set
64900 -# CONFIG_BLK_DEV_SR is not set
64901 -CONFIG_CHR_DEV_SG=y
64902 -# CONFIG_CHR_DEV_SCH is not set
64905 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
64907 -# CONFIG_SCSI_MULTI_LUN is not set
64908 -# CONFIG_SCSI_CONSTANTS is not set
64909 -# CONFIG_SCSI_LOGGING is not set
64910 -# CONFIG_SCSI_SCAN_ASYNC is not set
64911 -CONFIG_SCSI_WAIT_SCAN=m
64916 -# CONFIG_SCSI_SPI_ATTRS is not set
64917 -# CONFIG_SCSI_FC_ATTRS is not set
64918 -# CONFIG_SCSI_ISCSI_ATTRS is not set
64919 -# CONFIG_SCSI_SAS_LIBSAS is not set
64920 -# CONFIG_SCSI_SRP_ATTRS is not set
64921 -CONFIG_SCSI_LOWLEVEL=y
64922 -# CONFIG_ISCSI_TCP is not set
64923 -# CONFIG_SCSI_DEBUG is not set
64925 -# CONFIG_ATA_NONSTANDARD is not set
64926 -# CONFIG_SATA_MV is not set
64928 -# CONFIG_PATA_PLATFORM is not set
64930 -CONFIG_BLK_DEV_MD=y
64931 -# CONFIG_MD_LINEAR is not set
64932 -# CONFIG_MD_RAID0 is not set
64934 -# CONFIG_MD_RAID10 is not set
64935 -CONFIG_MD_RAID456=y
64936 -CONFIG_MD_RAID5_RESHAPE=y
64937 -# CONFIG_MD_MULTIPATH is not set
64938 -# CONFIG_MD_FAULTY is not set
64939 -# CONFIG_BLK_DEV_DM is not set
64940 -# CONFIG_MACINTOSH_DRIVERS is not set
64941 -CONFIG_NETDEVICES=y
64942 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
64943 -# CONFIG_DUMMY is not set
64944 -# CONFIG_BONDING is not set
64945 -# CONFIG_MACVLAN is not set
64946 -# CONFIG_EQUALIZER is not set
64947 -# CONFIG_TUN is not set
64948 -# CONFIG_VETH is not set
64952 -# MII PHY device drivers
64954 -CONFIG_MARVELL_PHY=y
64955 -# CONFIG_DAVICOM_PHY is not set
64956 -# CONFIG_QSEMI_PHY is not set
64957 -# CONFIG_LXT_PHY is not set
64958 -# CONFIG_CICADA_PHY is not set
64959 -# CONFIG_VITESSE_PHY is not set
64960 -# CONFIG_SMSC_PHY is not set
64961 -# CONFIG_BROADCOM_PHY is not set
64962 -# CONFIG_ICPLUS_PHY is not set
64963 -# CONFIG_REALTEK_PHY is not set
64964 -# CONFIG_FIXED_PHY is not set
64965 -# CONFIG_MDIO_BITBANG is not set
64966 -CONFIG_NET_ETHERNET=y
64968 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
64969 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
64970 -# CONFIG_IBM_NEW_EMAC_TAH is not set
64971 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
64972 -# CONFIG_B44 is not set
64973 -CONFIG_NETDEV_1000=y
64974 -# CONFIG_E1000E_ENABLED is not set
64976 -CONFIG_GFAR_NAPI=y
64977 -# CONFIG_NETDEV_10000 is not set
64982 -# CONFIG_WLAN_PRE80211 is not set
64983 -# CONFIG_WLAN_80211 is not set
64984 -# CONFIG_WAN is not set
64985 -# CONFIG_PPP is not set
64986 -# CONFIG_SLIP is not set
64987 -# CONFIG_NETCONSOLE is not set
64988 -# CONFIG_NETPOLL is not set
64989 -# CONFIG_NET_POLL_CONTROLLER is not set
64990 -# CONFIG_ISDN is not set
64991 -# CONFIG_PHONE is not set
64994 -# Input device support
64997 -# CONFIG_INPUT_FF_MEMLESS is not set
64998 -# CONFIG_INPUT_POLLDEV is not set
65001 -# Userland interfaces
65003 -# CONFIG_INPUT_MOUSEDEV is not set
65004 -# CONFIG_INPUT_JOYDEV is not set
65005 -# CONFIG_INPUT_EVDEV is not set
65006 -# CONFIG_INPUT_EVBUG is not set
65009 -# Input Device Drivers
65011 -# CONFIG_INPUT_KEYBOARD is not set
65012 -# CONFIG_INPUT_MOUSE is not set
65013 -# CONFIG_INPUT_JOYSTICK is not set
65014 -# CONFIG_INPUT_TABLET is not set
65015 -# CONFIG_INPUT_TOUCHSCREEN is not set
65016 -# CONFIG_INPUT_MISC is not set
65019 -# Hardware I/O ports
65021 -# CONFIG_SERIO is not set
65022 -# CONFIG_GAMEPORT is not set
65025 -# Character devices
65027 -# CONFIG_VT is not set
65028 -# CONFIG_SERIAL_NONSTANDARD is not set
65033 -CONFIG_SERIAL_8250=y
65034 -CONFIG_SERIAL_8250_CONSOLE=y
65035 -CONFIG_SERIAL_8250_NR_UARTS=4
65036 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
65037 -# CONFIG_SERIAL_8250_EXTENDED is not set
65040 -# Non-8250 serial port support
65042 -# CONFIG_SERIAL_UARTLITE is not set
65043 -CONFIG_SERIAL_CORE=y
65044 -CONFIG_SERIAL_CORE_CONSOLE=y
65045 -# CONFIG_SERIAL_OF_PLATFORM is not set
65046 -CONFIG_UNIX98_PTYS=y
65047 -CONFIG_LEGACY_PTYS=y
65048 -CONFIG_LEGACY_PTY_COUNT=256
65049 -# CONFIG_IPMI_HANDLER is not set
65050 -# CONFIG_HW_RANDOM is not set
65051 -# CONFIG_NVRAM is not set
65053 -# CONFIG_GEN_RTC_X is not set
65054 -# CONFIG_R3964 is not set
65055 -# CONFIG_RAW_DRIVER is not set
65056 -# CONFIG_TCG_TPM is not set
65058 -CONFIG_I2C_BOARDINFO=y
65059 -CONFIG_I2C_CHARDEV=y
65064 -# CONFIG_I2C_ALGOBIT is not set
65065 -# CONFIG_I2C_ALGOPCF is not set
65066 -# CONFIG_I2C_ALGOPCA is not set
65069 -# I2C Hardware Bus support
65072 -# CONFIG_I2C_OCORES is not set
65073 -# CONFIG_I2C_PARPORT_LIGHT is not set
65074 -# CONFIG_I2C_SIMTEC is not set
65075 -# CONFIG_I2C_TAOS_EVM is not set
65076 -# CONFIG_I2C_STUB is not set
65079 -# Miscellaneous I2C Chip support
65081 -# CONFIG_DS1682 is not set
65082 -# CONFIG_SENSORS_EEPROM is not set
65083 -# CONFIG_SENSORS_PCF8574 is not set
65084 -# CONFIG_PCF8575 is not set
65085 -# CONFIG_SENSORS_PCF8591 is not set
65086 -# CONFIG_TPS65010 is not set
65087 -# CONFIG_SENSORS_MAX6875 is not set
65088 -# CONFIG_SENSORS_TSL2550 is not set
65089 -# CONFIG_I2C_DEBUG_CORE is not set
65090 -# CONFIG_I2C_DEBUG_ALGO is not set
65091 -# CONFIG_I2C_DEBUG_BUS is not set
65092 -# CONFIG_I2C_DEBUG_CHIP is not set
65097 -# CONFIG_SPI is not set
65098 -# CONFIG_SPI_MASTER is not set
65099 -# CONFIG_W1 is not set
65100 -# CONFIG_POWER_SUPPLY is not set
65102 -# CONFIG_HWMON_VID is not set
65103 -# CONFIG_SENSORS_AD7418 is not set
65104 -# CONFIG_SENSORS_ADM1021 is not set
65105 -# CONFIG_SENSORS_ADM1025 is not set
65106 -# CONFIG_SENSORS_ADM1026 is not set
65107 -# CONFIG_SENSORS_ADM1029 is not set
65108 -# CONFIG_SENSORS_ADM1031 is not set
65109 -# CONFIG_SENSORS_ADM9240 is not set
65110 -# CONFIG_SENSORS_ADT7470 is not set
65111 -# CONFIG_SENSORS_ADT7473 is not set
65112 -# CONFIG_SENSORS_ATXP1 is not set
65113 -# CONFIG_SENSORS_DS1621 is not set
65114 -# CONFIG_SENSORS_F71805F is not set
65115 -# CONFIG_SENSORS_F71882FG is not set
65116 -# CONFIG_SENSORS_F75375S is not set
65117 -# CONFIG_SENSORS_GL518SM is not set
65118 -# CONFIG_SENSORS_GL520SM is not set
65119 -# CONFIG_SENSORS_IT87 is not set
65120 -# CONFIG_SENSORS_LM63 is not set
65121 -# CONFIG_SENSORS_LM75 is not set
65122 -# CONFIG_SENSORS_LM77 is not set
65123 -# CONFIG_SENSORS_LM78 is not set
65124 -# CONFIG_SENSORS_LM80 is not set
65125 -# CONFIG_SENSORS_LM83 is not set
65126 -# CONFIG_SENSORS_LM85 is not set
65127 -# CONFIG_SENSORS_LM87 is not set
65128 -# CONFIG_SENSORS_LM90 is not set
65129 -# CONFIG_SENSORS_LM92 is not set
65130 -# CONFIG_SENSORS_LM93 is not set
65131 -# CONFIG_SENSORS_MAX1619 is not set
65132 -# CONFIG_SENSORS_MAX6650 is not set
65133 -# CONFIG_SENSORS_PC87360 is not set
65134 -# CONFIG_SENSORS_PC87427 is not set
65135 -# CONFIG_SENSORS_DME1737 is not set
65136 -# CONFIG_SENSORS_SMSC47M1 is not set
65137 -# CONFIG_SENSORS_SMSC47M192 is not set
65138 -# CONFIG_SENSORS_SMSC47B397 is not set
65139 -# CONFIG_SENSORS_ADS7828 is not set
65140 -# CONFIG_SENSORS_THMC50 is not set
65141 -# CONFIG_SENSORS_VT1211 is not set
65142 -# CONFIG_SENSORS_W83781D is not set
65143 -# CONFIG_SENSORS_W83791D is not set
65144 -# CONFIG_SENSORS_W83792D is not set
65145 -# CONFIG_SENSORS_W83793 is not set
65146 -# CONFIG_SENSORS_W83L785TS is not set
65147 -# CONFIG_SENSORS_W83L786NG is not set
65148 -# CONFIG_SENSORS_W83627HF is not set
65149 -# CONFIG_SENSORS_W83627EHF is not set
65150 -# CONFIG_HWMON_DEBUG_CHIP is not set
65151 -# CONFIG_THERMAL is not set
65153 -# CONFIG_WATCHDOG_NOWAYOUT is not set
65156 -# Watchdog Device Drivers
65158 -# CONFIG_SOFT_WATCHDOG is not set
65162 -# Sonics Silicon Backplane
65164 -CONFIG_SSB_POSSIBLE=y
65165 -# CONFIG_SSB is not set
65168 -# Multifunction device drivers
65170 -# CONFIG_MFD_SM501 is not set
65173 -# Multimedia devices
65175 -# CONFIG_VIDEO_DEV is not set
65176 -# CONFIG_DVB_CORE is not set
65180 -# Graphics support
65182 -# CONFIG_VGASTATE is not set
65183 -CONFIG_VIDEO_OUTPUT_CONTROL=m
65184 -# CONFIG_FB is not set
65185 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
65188 -# Display device support
65190 -# CONFIG_DISPLAY_SUPPORT is not set
65195 -# CONFIG_SOUND is not set
65196 -CONFIG_HID_SUPPORT=y
65198 -# CONFIG_HID_DEBUG is not set
65199 -# CONFIG_HIDRAW is not set
65200 -CONFIG_USB_SUPPORT=y
65201 -CONFIG_USB_ARCH_HAS_HCD=y
65202 -# CONFIG_USB_ARCH_HAS_OHCI is not set
65203 -CONFIG_USB_ARCH_HAS_EHCI=y
65205 -# CONFIG_USB_DEBUG is not set
65206 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
65209 -# Miscellaneous USB options
65211 -# CONFIG_USB_DEVICEFS is not set
65212 -CONFIG_USB_DEVICE_CLASS=y
65213 -# CONFIG_USB_DYNAMIC_MINORS is not set
65214 -# CONFIG_USB_OTG is not set
65217 -# USB Host Controller Drivers
65219 -CONFIG_USB_EHCI_HCD=y
65220 -CONFIG_USB_EHCI_ROOT_HUB_TT=y
65221 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
65222 -CONFIG_USB_EHCI_FSL=y
65223 -CONFIG_USB_EHCI_HCD_PPC_OF=y
65224 -# CONFIG_USB_ISP116X_HCD is not set
65225 -# CONFIG_USB_SL811_HCD is not set
65226 -# CONFIG_USB_R8A66597_HCD is not set
65229 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
65231 -# CONFIG_USB_GADGET is not set
65232 -# CONFIG_MMC is not set
65233 -# CONFIG_MEMSTICK is not set
65234 -# CONFIG_NEW_LEDS is not set
65235 -# CONFIG_EDAC is not set
65236 -# CONFIG_RTC_CLASS is not set
65237 -# CONFIG_DMADEVICES is not set
65242 -# CONFIG_UIO is not set
65248 -# CONFIG_EXT2_FS_XATTR is not set
65249 -# CONFIG_EXT2_FS_XIP is not set
65251 -CONFIG_EXT3_FS_XATTR=y
65252 -# CONFIG_EXT3_FS_POSIX_ACL is not set
65253 -# CONFIG_EXT3_FS_SECURITY is not set
65254 -# CONFIG_EXT4DEV_FS is not set
65256 -CONFIG_FS_MBCACHE=y
65257 -# CONFIG_REISERFS_FS is not set
65258 -# CONFIG_JFS_FS is not set
65259 -# CONFIG_FS_POSIX_ACL is not set
65260 -# CONFIG_XFS_FS is not set
65261 -# CONFIG_GFS2_FS is not set
65262 -# CONFIG_OCFS2_FS is not set
65265 -CONFIG_INOTIFY_USER=y
65266 -# CONFIG_QUOTA is not set
65267 -# CONFIG_AUTOFS_FS is not set
65268 -# CONFIG_AUTOFS4_FS is not set
65269 -# CONFIG_FUSE_FS is not set
65272 -# CD-ROM/DVD Filesystems
65274 -# CONFIG_ISO9660_FS is not set
65275 -# CONFIG_UDF_FS is not set
65278 -# DOS/FAT/NT Filesystems
65280 -# CONFIG_MSDOS_FS is not set
65281 -# CONFIG_VFAT_FS is not set
65282 -# CONFIG_NTFS_FS is not set
65285 -# Pseudo filesystems
65288 -CONFIG_PROC_KCORE=y
65289 -CONFIG_PROC_SYSCTL=y
65292 -# CONFIG_TMPFS_POSIX_ACL is not set
65293 -# CONFIG_HUGETLB_PAGE is not set
65294 -# CONFIG_CONFIGFS_FS is not set
65297 -# Miscellaneous filesystems
65299 -# CONFIG_ADFS_FS is not set
65300 -# CONFIG_AFFS_FS is not set
65301 -# CONFIG_HFS_FS is not set
65302 -# CONFIG_HFSPLUS_FS is not set
65303 -# CONFIG_BEFS_FS is not set
65304 -# CONFIG_BFS_FS is not set
65305 -# CONFIG_EFS_FS is not set
65306 -# CONFIG_CRAMFS is not set
65307 -# CONFIG_VXFS_FS is not set
65308 -# CONFIG_MINIX_FS is not set
65309 -# CONFIG_HPFS_FS is not set
65310 -# CONFIG_QNX4FS_FS is not set
65311 -# CONFIG_ROMFS_FS is not set
65312 -# CONFIG_SYSV_FS is not set
65313 -# CONFIG_UFS_FS is not set
65314 -CONFIG_NETWORK_FILESYSTEMS=y
65317 -# CONFIG_NFS_V3_ACL is not set
65319 -# CONFIG_NFS_DIRECTIO is not set
65320 -# CONFIG_NFSD is not set
65324 -CONFIG_NFS_COMMON=y
65326 -CONFIG_SUNRPC_GSS=y
65327 -# CONFIG_SUNRPC_BIND34 is not set
65328 -CONFIG_RPCSEC_GSS_KRB5=y
65329 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
65330 -# CONFIG_SMB_FS is not set
65331 -# CONFIG_CIFS is not set
65332 -# CONFIG_NCP_FS is not set
65333 -# CONFIG_CODA_FS is not set
65334 -# CONFIG_AFS_FS is not set
65339 -CONFIG_PARTITION_ADVANCED=y
65340 -# CONFIG_ACORN_PARTITION is not set
65341 -# CONFIG_OSF_PARTITION is not set
65342 -# CONFIG_AMIGA_PARTITION is not set
65343 -# CONFIG_ATARI_PARTITION is not set
65344 -# CONFIG_MAC_PARTITION is not set
65345 -CONFIG_MSDOS_PARTITION=y
65346 -# CONFIG_BSD_DISKLABEL is not set
65347 -# CONFIG_MINIX_SUBPARTITION is not set
65348 -# CONFIG_SOLARIS_X86_PARTITION is not set
65349 -# CONFIG_UNIXWARE_DISKLABEL is not set
65350 -# CONFIG_LDM_PARTITION is not set
65351 -# CONFIG_SGI_PARTITION is not set
65352 -# CONFIG_ULTRIX_PARTITION is not set
65353 -# CONFIG_SUN_PARTITION is not set
65354 -# CONFIG_KARMA_PARTITION is not set
65355 -# CONFIG_EFI_PARTITION is not set
65356 -# CONFIG_SYSV68_PARTITION is not set
65357 -# CONFIG_NLS is not set
65358 -# CONFIG_DLM is not set
65361 -# Library routines
65363 -CONFIG_BITREVERSE=y
65364 -# CONFIG_CRC_CCITT is not set
65365 -# CONFIG_CRC16 is not set
65366 -# CONFIG_CRC_ITU_T is not set
65368 -# CONFIG_CRC7 is not set
65369 -# CONFIG_LIBCRC32C is not set
65371 -CONFIG_HAS_IOMEM=y
65372 -CONFIG_HAS_IOPORT=y
65378 -# CONFIG_PRINTK_TIME is not set
65379 -CONFIG_ENABLE_WARN_DEPRECATED=y
65380 -# CONFIG_ENABLE_MUST_CHECK is not set
65381 -# CONFIG_MAGIC_SYSRQ is not set
65382 -# CONFIG_UNUSED_SYMBOLS is not set
65383 -# CONFIG_DEBUG_FS is not set
65384 -# CONFIG_HEADERS_CHECK is not set
65385 -# CONFIG_DEBUG_KERNEL is not set
65386 -# CONFIG_DEBUG_BUGVERBOSE is not set
65387 -# CONFIG_SAMPLES is not set
65388 -# CONFIG_PPC_EARLY_DEBUG is not set
65391 -# Security options
65393 -# CONFIG_KEYS is not set
65394 -# CONFIG_SECURITY is not set
65395 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
65396 -CONFIG_XOR_BLOCKS=y
65397 -CONFIG_ASYNC_CORE=y
65398 -CONFIG_ASYNC_MEMCPY=y
65399 -CONFIG_ASYNC_XOR=y
65401 -CONFIG_CRYPTO_ALGAPI=y
65402 -CONFIG_CRYPTO_BLKCIPHER=y
65403 -# CONFIG_CRYPTO_SEQIV is not set
65404 -CONFIG_CRYPTO_MANAGER=y
65405 -# CONFIG_CRYPTO_HMAC is not set
65406 -# CONFIG_CRYPTO_XCBC is not set
65407 -# CONFIG_CRYPTO_NULL is not set
65408 -# CONFIG_CRYPTO_MD4 is not set
65409 -CONFIG_CRYPTO_MD5=y
65410 -# CONFIG_CRYPTO_SHA1 is not set
65411 -# CONFIG_CRYPTO_SHA256 is not set
65412 -# CONFIG_CRYPTO_SHA512 is not set
65413 -# CONFIG_CRYPTO_WP512 is not set
65414 -# CONFIG_CRYPTO_TGR192 is not set
65415 -# CONFIG_CRYPTO_GF128MUL is not set
65416 -CONFIG_CRYPTO_ECB=m
65417 -CONFIG_CRYPTO_CBC=y
65418 -CONFIG_CRYPTO_PCBC=m
65419 -# CONFIG_CRYPTO_LRW is not set
65420 -# CONFIG_CRYPTO_XTS is not set
65421 -# CONFIG_CRYPTO_CTR is not set
65422 -# CONFIG_CRYPTO_GCM is not set
65423 -# CONFIG_CRYPTO_CCM is not set
65424 -# CONFIG_CRYPTO_CRYPTD is not set
65425 -CONFIG_CRYPTO_DES=y
65426 -# CONFIG_CRYPTO_FCRYPT is not set
65427 -# CONFIG_CRYPTO_BLOWFISH is not set
65428 -# CONFIG_CRYPTO_TWOFISH is not set
65429 -# CONFIG_CRYPTO_SERPENT is not set
65430 -# CONFIG_CRYPTO_AES is not set
65431 -# CONFIG_CRYPTO_CAST5 is not set
65432 -# CONFIG_CRYPTO_CAST6 is not set
65433 -# CONFIG_CRYPTO_TEA is not set
65434 -# CONFIG_CRYPTO_ARC4 is not set
65435 -# CONFIG_CRYPTO_KHAZAD is not set
65436 -# CONFIG_CRYPTO_ANUBIS is not set
65437 -# CONFIG_CRYPTO_SEED is not set
65438 -# CONFIG_CRYPTO_SALSA20 is not set
65439 -# CONFIG_CRYPTO_DEFLATE is not set
65440 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
65441 -# CONFIG_CRYPTO_CRC32C is not set
65442 -# CONFIG_CRYPTO_CAMELLIA is not set
65443 -# CONFIG_CRYPTO_TEST is not set
65444 -# CONFIG_CRYPTO_AUTHENC is not set
65445 -# CONFIG_CRYPTO_LZO is not set
65446 -CONFIG_CRYPTO_HW=y
65447 -# CONFIG_PPC_CLOCK is not set
65448 --- a/arch/powerpc/configs/mpc83xx_defconfig
65449 +++ b/arch/powerpc/configs/mpc83xx_defconfig
65452 # Automatically generated make config: don't edit
65453 -# Linux kernel version: 2.6.25-rc6
65454 -# Mon Mar 24 08:48:25 2008
65455 +# Linux kernel version: 2.6.25-rc9
65456 +# Tue Apr 15 18:07:36 2008
65458 # CONFIG_PPC64 is not set
65460 @@ -201,6 +201,7 @@ CONFIG_PREEMPT_NONE=y
65461 # CONFIG_PREEMPT is not set
65462 CONFIG_BINFMT_ELF=y
65463 # CONFIG_BINFMT_MISC is not set
65464 +CONFIG_FORCE_MAX_ZONEORDER=11
65465 CONFIG_MATH_EMULATION=y
65466 # CONFIG_IOMMU_HELPER is not set
65467 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
65468 @@ -353,7 +354,90 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
65469 # CONFIG_FW_LOADER is not set
65470 # CONFIG_SYS_HYPERVISOR is not set
65471 # CONFIG_CONNECTOR is not set
65472 -# CONFIG_MTD is not set
65474 +# CONFIG_MTD_DEBUG is not set
65475 +# CONFIG_MTD_CONCAT is not set
65476 +CONFIG_MTD_PARTITIONS=y
65477 +# CONFIG_MTD_REDBOOT_PARTS is not set
65478 +# CONFIG_MTD_CMDLINE_PARTS is not set
65479 +CONFIG_MTD_OF_PARTS=y
65482 +# User Modules And Translation Layers
65485 +CONFIG_MTD_BLKDEVS=y
65486 +CONFIG_MTD_BLOCK=y
65487 +# CONFIG_FTL is not set
65488 +# CONFIG_NFTL is not set
65489 +# CONFIG_INFTL is not set
65490 +# CONFIG_RFD_FTL is not set
65491 +# CONFIG_SSFDC is not set
65492 +# CONFIG_MTD_OOPS is not set
65495 +# RAM/ROM/Flash chip drivers
65498 +# CONFIG_MTD_JEDECPROBE is not set
65499 +CONFIG_MTD_GEN_PROBE=y
65500 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
65501 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
65502 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
65503 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
65504 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
65505 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
65506 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
65507 +CONFIG_MTD_CFI_I1=y
65508 +CONFIG_MTD_CFI_I2=y
65509 +# CONFIG_MTD_CFI_I4 is not set
65510 +# CONFIG_MTD_CFI_I8 is not set
65511 +# CONFIG_MTD_CFI_INTELEXT is not set
65512 +CONFIG_MTD_CFI_AMDSTD=y
65513 +# CONFIG_MTD_CFI_STAA is not set
65514 +CONFIG_MTD_CFI_UTIL=y
65515 +# CONFIG_MTD_RAM is not set
65516 +# CONFIG_MTD_ROM is not set
65517 +# CONFIG_MTD_ABSENT is not set
65520 +# Mapping drivers for chip access
65522 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
65523 +# CONFIG_MTD_PHYSMAP is not set
65524 +CONFIG_MTD_PHYSMAP_OF=y
65525 +# CONFIG_MTD_PLATRAM is not set
65528 +# Self-contained MTD device drivers
65530 +# CONFIG_MTD_SLRAM is not set
65531 +# CONFIG_MTD_PHRAM is not set
65532 +# CONFIG_MTD_MTDRAM is not set
65533 +# CONFIG_MTD_BLOCK2MTD is not set
65536 +# Disk-On-Chip Device Drivers
65538 +# CONFIG_MTD_DOC2000 is not set
65539 +# CONFIG_MTD_DOC2001 is not set
65540 +# CONFIG_MTD_DOC2001PLUS is not set
65542 +CONFIG_MTD_NAND_VERIFY_WRITE=y
65543 +# CONFIG_MTD_NAND_ECC_SMC is not set
65544 +# CONFIG_MTD_NAND_MUSEUM_IDS is not set
65545 +CONFIG_MTD_NAND_IDS=y
65546 +# CONFIG_MTD_NAND_DISKONCHIP is not set
65547 +# CONFIG_MTD_NAND_NANDSIM is not set
65548 +# CONFIG_MTD_NAND_PLATFORM is not set
65549 +# CONFIG_MTD_ALAUDA is not set
65550 +CONFIG_MTD_NAND_FSL_ELBC=y
65551 +# CONFIG_MTD_ONENAND is not set
65554 +# UBI - Unsorted block images
65556 +# CONFIG_MTD_UBI is not set
65558 # CONFIG_PARPORT is not set
65560 @@ -362,6 +446,7 @@ CONFIG_BLK_DEV=y
65561 CONFIG_BLK_DEV_LOOP=y
65562 # CONFIG_BLK_DEV_CRYPTOLOOP is not set
65563 # CONFIG_BLK_DEV_NBD is not set
65564 +# CONFIG_BLK_DEV_UB is not set
65565 CONFIG_BLK_DEV_RAM=y
65566 CONFIG_BLK_DEV_RAM_COUNT=16
65567 CONFIG_BLK_DEV_RAM_SIZE=32768
65568 @@ -469,6 +554,15 @@ CONFIG_NETDEV_10000=y
65570 # CONFIG_WLAN_PRE80211 is not set
65571 # CONFIG_WLAN_80211 is not set
65574 +# USB Network Adapters
65576 +# CONFIG_USB_CATC is not set
65577 +# CONFIG_USB_KAWETH is not set
65578 +# CONFIG_USB_PEGASUS is not set
65579 +# CONFIG_USB_RTL8150 is not set
65580 +# CONFIG_USB_USBNET is not set
65581 # CONFIG_WAN is not set
65582 # CONFIG_PPP is not set
65583 # CONFIG_SLIP is not set
65584 @@ -563,6 +657,7 @@ CONFIG_I2C_MPC=y
65585 # CONFIG_I2C_SIMTEC is not set
65586 # CONFIG_I2C_TAOS_EVM is not set
65587 # CONFIG_I2C_STUB is not set
65588 +# CONFIG_I2C_TINY_USB is not set
65591 # Miscellaneous I2C Chip support
65592 @@ -648,6 +743,11 @@ CONFIG_WATCHDOG=y
65596 +# USB-based Watchdog Cards
65598 +# CONFIG_USBPCWATCHDOG is not set
65601 # Sonics Silicon Backplane
65603 CONFIG_SSB_POSSIBLE=y
65604 @@ -664,6 +764,7 @@ CONFIG_SSB_POSSIBLE=y
65605 # CONFIG_VIDEO_DEV is not set
65606 # CONFIG_DVB_CORE is not set
65608 +# CONFIG_USB_DABUSB is not set
65612 @@ -686,6 +787,14 @@ CONFIG_HID_SUPPORT=y
65614 # CONFIG_HID_DEBUG is not set
65615 # CONFIG_HIDRAW is not set
65618 +# USB Input Devices
65621 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
65622 +# CONFIG_HID_FF is not set
65623 +# CONFIG_USB_HIDDEV is not set
65624 CONFIG_USB_SUPPORT=y
65625 CONFIG_USB_ARCH_HAS_HCD=y
65626 # CONFIG_USB_ARCH_HAS_OHCI is not set
65627 @@ -715,8 +824,55 @@ CONFIG_USB_EHCI_HCD_PPC_OF=y
65628 # CONFIG_USB_R8A66597_HCD is not set
65631 +# USB Device Class drivers
65633 +# CONFIG_USB_ACM is not set
65634 +# CONFIG_USB_PRINTER is not set
65637 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
65641 +# may also be needed; see USB_STORAGE Help for more information
65643 +# CONFIG_USB_STORAGE is not set
65644 +# CONFIG_USB_LIBUSUAL is not set
65647 +# USB Imaging devices
65649 +# CONFIG_USB_MDC800 is not set
65650 +# CONFIG_USB_MICROTEK is not set
65654 +# USB port drivers
65656 +# CONFIG_USB_SERIAL is not set
65659 +# USB Miscellaneous drivers
65661 +# CONFIG_USB_EMI62 is not set
65662 +# CONFIG_USB_EMI26 is not set
65663 +# CONFIG_USB_ADUTUX is not set
65664 +# CONFIG_USB_AUERSWALD is not set
65665 +# CONFIG_USB_RIO500 is not set
65666 +# CONFIG_USB_LEGOTOWER is not set
65667 +# CONFIG_USB_LCD is not set
65668 +# CONFIG_USB_BERRY_CHARGE is not set
65669 +# CONFIG_USB_LED is not set
65670 +# CONFIG_USB_CYPRESS_CY7C63 is not set
65671 +# CONFIG_USB_CYTHERM is not set
65672 +# CONFIG_USB_PHIDGET is not set
65673 +# CONFIG_USB_IDMOUSE is not set
65674 +# CONFIG_USB_FTDI_ELAN is not set
65675 +# CONFIG_USB_APPLEDISPLAY is not set
65676 +# CONFIG_USB_SISUSBVGA is not set
65677 +# CONFIG_USB_LD is not set
65678 +# CONFIG_USB_TRANCEVIBRATOR is not set
65679 +# CONFIG_USB_IOWARRIOR is not set
65680 # CONFIG_USB_GADGET is not set
65681 # CONFIG_MMC is not set
65682 # CONFIG_MEMSTICK is not set
65683 @@ -792,6 +948,7 @@ CONFIG_TMPFS=y
65684 # CONFIG_BEFS_FS is not set
65685 # CONFIG_BFS_FS is not set
65686 # CONFIG_EFS_FS is not set
65687 +# CONFIG_JFFS2_FS is not set
65688 # CONFIG_CRAMFS is not set
65689 # CONFIG_VXFS_FS is not set
65690 # CONFIG_MINIX_FS is not set
65691 @@ -862,6 +1019,7 @@ CONFIG_PLIST=y
65693 CONFIG_HAS_IOPORT=y
65699 --- a/arch/powerpc/configs/mpc8540_ads_defconfig
65703 -# Automatically generated make config: don't edit
65704 -# Linux kernel version: 2.6.25-rc6
65705 -# Mon Mar 24 08:48:25 2008
65707 -# CONFIG_PPC64 is not set
65710 -# Processor support
65712 -# CONFIG_6xx is not set
65714 -# CONFIG_PPC_8xx is not set
65715 -# CONFIG_40x is not set
65716 -# CONFIG_44x is not set
65717 -# CONFIG_E200 is not set
65720 -CONFIG_FSL_BOOKE=y
65721 -CONFIG_FSL_EMB_PERFMON=y
65722 -# CONFIG_PHYS_64BIT is not set
65724 -# CONFIG_PPC_MM_SLICES is not set
65726 -CONFIG_WORD_SIZE=32
65727 -CONFIG_PPC_MERGE=y
65729 -CONFIG_GENERIC_CMOS_UPDATE=y
65730 -CONFIG_GENERIC_TIME=y
65731 -CONFIG_GENERIC_TIME_VSYSCALL=y
65732 -CONFIG_GENERIC_CLOCKEVENTS=y
65733 -CONFIG_GENERIC_HARDIRQS=y
65734 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
65735 -CONFIG_IRQ_PER_CPU=y
65736 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
65737 -CONFIG_ARCH_HAS_ILOG2_U32=y
65738 -CONFIG_GENERIC_HWEIGHT=y
65739 -CONFIG_GENERIC_CALIBRATE_DELAY=y
65740 -CONFIG_GENERIC_FIND_NEXT_BIT=y
65741 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
65743 -CONFIG_EARLY_PRINTK=y
65744 -CONFIG_GENERIC_NVRAM=y
65745 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
65746 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
65749 -CONFIG_PPC_UDBG_16550=y
65750 -# CONFIG_GENERIC_TBSYNC is not set
65751 -CONFIG_AUDIT_ARCH=y
65752 -CONFIG_GENERIC_BUG=y
65753 -CONFIG_DEFAULT_UIMAGE=y
65754 -# CONFIG_PPC_DCR_NATIVE is not set
65755 -# CONFIG_PPC_DCR_MMIO is not set
65756 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
65761 -CONFIG_EXPERIMENTAL=y
65762 -CONFIG_BROKEN_ON_SMP=y
65763 -CONFIG_INIT_ENV_ARG_LIMIT=32
65764 -CONFIG_LOCALVERSION=""
65765 -CONFIG_LOCALVERSION_AUTO=y
65768 -CONFIG_SYSVIPC_SYSCTL=y
65769 -# CONFIG_POSIX_MQUEUE is not set
65770 -# CONFIG_BSD_PROCESS_ACCT is not set
65771 -# CONFIG_TASKSTATS is not set
65772 -# CONFIG_AUDIT is not set
65773 -# CONFIG_IKCONFIG is not set
65774 -CONFIG_LOG_BUF_SHIFT=14
65775 -# CONFIG_CGROUPS is not set
65776 -CONFIG_GROUP_SCHED=y
65777 -# CONFIG_FAIR_GROUP_SCHED is not set
65778 -# CONFIG_RT_GROUP_SCHED is not set
65779 -CONFIG_USER_SCHED=y
65780 -# CONFIG_CGROUP_SCHED is not set
65781 -CONFIG_SYSFS_DEPRECATED=y
65782 -CONFIG_SYSFS_DEPRECATED_V2=y
65783 -# CONFIG_RELAY is not set
65784 -# CONFIG_NAMESPACES is not set
65785 -CONFIG_BLK_DEV_INITRD=y
65786 -CONFIG_INITRAMFS_SOURCE=""
65787 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
65790 -CONFIG_SYSCTL_SYSCALL=y
65792 -# CONFIG_KALLSYMS_ALL is not set
65793 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
65798 -CONFIG_COMPAT_BRK=y
65799 -CONFIG_BASE_FULL=y
65801 -CONFIG_ANON_INODES=y
65807 -CONFIG_VM_EVENT_COUNTERS=y
65808 -CONFIG_SLUB_DEBUG=y
65809 -# CONFIG_SLAB is not set
65811 -# CONFIG_SLOB is not set
65812 -# CONFIG_PROFILING is not set
65813 -# CONFIG_MARKERS is not set
65814 -CONFIG_HAVE_OPROFILE=y
65815 -CONFIG_HAVE_KPROBES=y
65816 -CONFIG_HAVE_KRETPROBES=y
65817 -CONFIG_PROC_PAGE_MONITOR=y
65819 -CONFIG_RT_MUTEXES=y
65820 -# CONFIG_TINY_SHMEM is not set
65821 -CONFIG_BASE_SMALL=0
65822 -# CONFIG_MODULES is not set
65824 -# CONFIG_LBD is not set
65825 -# CONFIG_BLK_DEV_IO_TRACE is not set
65826 -# CONFIG_LSF is not set
65827 -# CONFIG_BLK_DEV_BSG is not set
65832 -CONFIG_IOSCHED_NOOP=y
65833 -CONFIG_IOSCHED_AS=y
65834 -CONFIG_IOSCHED_DEADLINE=y
65835 -CONFIG_IOSCHED_CFQ=y
65836 -CONFIG_DEFAULT_AS=y
65837 -# CONFIG_DEFAULT_DEADLINE is not set
65838 -# CONFIG_DEFAULT_CFQ is not set
65839 -# CONFIG_DEFAULT_NOOP is not set
65840 -CONFIG_DEFAULT_IOSCHED="anticipatory"
65841 -CONFIG_CLASSIC_RCU=y
65844 -# Platform support
65846 -# CONFIG_PPC_MPC512x is not set
65847 -# CONFIG_PPC_MPC5121 is not set
65848 -# CONFIG_PPC_CELL is not set
65849 -# CONFIG_PPC_CELL_NATIVE is not set
65850 -# CONFIG_PQ2ADS is not set
65852 -CONFIG_MPC8540_ADS=y
65853 -# CONFIG_MPC8560_ADS is not set
65854 -# CONFIG_MPC85xx_CDS is not set
65855 -# CONFIG_MPC85xx_MDS is not set
65856 -# CONFIG_MPC85xx_DS is not set
65857 -# CONFIG_STX_GP3 is not set
65858 -# CONFIG_TQM8540 is not set
65859 -# CONFIG_TQM8541 is not set
65860 -# CONFIG_TQM8555 is not set
65861 -# CONFIG_TQM8560 is not set
65862 -# CONFIG_SBC8548 is not set
65863 -# CONFIG_SBC8560 is not set
65864 -# CONFIG_IPIC is not set
65866 -# CONFIG_MPIC_WEIRD is not set
65867 -# CONFIG_PPC_I8259 is not set
65868 -# CONFIG_PPC_RTAS is not set
65869 -# CONFIG_MMIO_NVRAM is not set
65870 -# CONFIG_PPC_MPC106 is not set
65871 -# CONFIG_PPC_970_NAP is not set
65872 -# CONFIG_PPC_INDIRECT_IO is not set
65873 -# CONFIG_GENERIC_IOMAP is not set
65874 -# CONFIG_CPU_FREQ is not set
65875 -# CONFIG_CPM2 is not set
65876 -# CONFIG_FSL_ULI1575 is not set
65881 -# CONFIG_HIGHMEM is not set
65882 -CONFIG_TICK_ONESHOT=y
65884 -CONFIG_HIGH_RES_TIMERS=y
65885 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
65886 -# CONFIG_HZ_100 is not set
65888 -# CONFIG_HZ_300 is not set
65889 -# CONFIG_HZ_1000 is not set
65891 -# CONFIG_SCHED_HRTICK is not set
65892 -CONFIG_PREEMPT_NONE=y
65893 -# CONFIG_PREEMPT_VOLUNTARY is not set
65894 -# CONFIG_PREEMPT is not set
65895 -CONFIG_BINFMT_ELF=y
65896 -CONFIG_BINFMT_MISC=y
65897 -CONFIG_MATH_EMULATION=y
65898 -# CONFIG_IOMMU_HELPER is not set
65899 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
65900 -CONFIG_ARCH_HAS_WALK_MEMORY=y
65901 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
65902 -CONFIG_ARCH_FLATMEM_ENABLE=y
65903 -CONFIG_ARCH_POPULATES_NODE_MAP=y
65904 -CONFIG_SELECT_MEMORY_MODEL=y
65905 -CONFIG_FLATMEM_MANUAL=y
65906 -# CONFIG_DISCONTIGMEM_MANUAL is not set
65907 -# CONFIG_SPARSEMEM_MANUAL is not set
65909 -CONFIG_FLAT_NODE_MEM_MAP=y
65910 -# CONFIG_SPARSEMEM_STATIC is not set
65911 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
65912 -CONFIG_SPLIT_PTLOCK_CPUS=4
65913 -# CONFIG_RESOURCES_64BIT is not set
65914 -CONFIG_ZONE_DMA_FLAG=1
65916 -CONFIG_VIRT_TO_BUS=y
65917 -CONFIG_PROC_DEVICETREE=y
65918 -# CONFIG_CMDLINE_BOOL is not set
65919 -# CONFIG_PM is not set
65920 -# CONFIG_SECCOMP is not set
65921 -CONFIG_ISA_DMA_API=y
65928 -# CONFIG_PCI is not set
65929 -# CONFIG_PCI_DOMAINS is not set
65930 -# CONFIG_PCI_SYSCALL is not set
65931 -# CONFIG_ARCH_SUPPORTS_MSI is not set
65932 -# CONFIG_PCCARD is not set
65937 -# CONFIG_ADVANCED_OPTIONS is not set
65940 -# Default settings for advanced configuration options are used
65942 -CONFIG_HIGHMEM_START=0xfe000000
65943 -CONFIG_LOWMEM_SIZE=0x30000000
65944 -CONFIG_KERNEL_START=0xc0000000
65945 -CONFIG_TASK_SIZE=0xc0000000
65946 -CONFIG_BOOT_LOAD=0x00800000
65954 -# Networking options
65957 -# CONFIG_PACKET_MMAP is not set
65960 -CONFIG_XFRM_USER=y
65961 -# CONFIG_XFRM_SUB_POLICY is not set
65962 -# CONFIG_XFRM_MIGRATE is not set
65963 -# CONFIG_XFRM_STATISTICS is not set
65964 -# CONFIG_NET_KEY is not set
65966 -CONFIG_IP_MULTICAST=y
65967 -# CONFIG_IP_ADVANCED_ROUTER is not set
65968 -CONFIG_IP_FIB_HASH=y
65970 -CONFIG_IP_PNP_DHCP=y
65971 -CONFIG_IP_PNP_BOOTP=y
65972 -# CONFIG_IP_PNP_RARP is not set
65973 -# CONFIG_NET_IPIP is not set
65974 -# CONFIG_NET_IPGRE is not set
65975 -# CONFIG_IP_MROUTE is not set
65976 -# CONFIG_ARPD is not set
65977 -CONFIG_SYN_COOKIES=y
65978 -# CONFIG_INET_AH is not set
65979 -# CONFIG_INET_ESP is not set
65980 -# CONFIG_INET_IPCOMP is not set
65981 -# CONFIG_INET_XFRM_TUNNEL is not set
65982 -# CONFIG_INET_TUNNEL is not set
65983 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
65984 -CONFIG_INET_XFRM_MODE_TUNNEL=y
65985 -CONFIG_INET_XFRM_MODE_BEET=y
65986 -# CONFIG_INET_LRO is not set
65987 -CONFIG_INET_DIAG=y
65988 -CONFIG_INET_TCP_DIAG=y
65989 -# CONFIG_TCP_CONG_ADVANCED is not set
65990 -CONFIG_TCP_CONG_CUBIC=y
65991 -CONFIG_DEFAULT_TCP_CONG="cubic"
65992 -# CONFIG_TCP_MD5SIG is not set
65993 -# CONFIG_IPV6 is not set
65994 -# CONFIG_INET6_XFRM_TUNNEL is not set
65995 -# CONFIG_INET6_TUNNEL is not set
65996 -# CONFIG_NETWORK_SECMARK is not set
65997 -# CONFIG_NETFILTER is not set
65998 -# CONFIG_IP_DCCP is not set
65999 -# CONFIG_IP_SCTP is not set
66000 -# CONFIG_TIPC is not set
66001 -# CONFIG_ATM is not set
66002 -# CONFIG_BRIDGE is not set
66003 -# CONFIG_VLAN_8021Q is not set
66004 -# CONFIG_DECNET is not set
66005 -# CONFIG_LLC2 is not set
66006 -# CONFIG_IPX is not set
66007 -# CONFIG_ATALK is not set
66008 -# CONFIG_X25 is not set
66009 -# CONFIG_LAPB is not set
66010 -# CONFIG_ECONET is not set
66011 -# CONFIG_WAN_ROUTER is not set
66012 -# CONFIG_NET_SCHED is not set
66017 -# CONFIG_NET_PKTGEN is not set
66018 -# CONFIG_HAMRADIO is not set
66019 -# CONFIG_CAN is not set
66020 -# CONFIG_IRDA is not set
66021 -# CONFIG_BT is not set
66022 -# CONFIG_AF_RXRPC is not set
66027 -# CONFIG_CFG80211 is not set
66028 -# CONFIG_WIRELESS_EXT is not set
66029 -# CONFIG_MAC80211 is not set
66030 -# CONFIG_IEEE80211 is not set
66031 -# CONFIG_RFKILL is not set
66032 -# CONFIG_NET_9P is not set
66039 -# Generic Driver Options
66041 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
66042 -CONFIG_STANDALONE=y
66043 -CONFIG_PREVENT_FIRMWARE_BUILD=y
66044 -# CONFIG_FW_LOADER is not set
66045 -# CONFIG_DEBUG_DRIVER is not set
66046 -# CONFIG_DEBUG_DEVRES is not set
66047 -# CONFIG_SYS_HYPERVISOR is not set
66048 -# CONFIG_CONNECTOR is not set
66049 -# CONFIG_MTD is not set
66050 -CONFIG_OF_DEVICE=y
66051 -# CONFIG_PARPORT is not set
66053 -# CONFIG_BLK_DEV_FD is not set
66054 -# CONFIG_BLK_DEV_COW_COMMON is not set
66055 -CONFIG_BLK_DEV_LOOP=y
66056 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
66057 -# CONFIG_BLK_DEV_NBD is not set
66058 -CONFIG_BLK_DEV_RAM=y
66059 -CONFIG_BLK_DEV_RAM_COUNT=16
66060 -CONFIG_BLK_DEV_RAM_SIZE=32768
66061 -# CONFIG_BLK_DEV_XIP is not set
66062 -# CONFIG_CDROM_PKTCDVD is not set
66063 -# CONFIG_ATA_OVER_ETH is not set
66064 -CONFIG_MISC_DEVICES=y
66065 -# CONFIG_EEPROM_93CX6 is not set
66066 -# CONFIG_ENCLOSURE_SERVICES is not set
66068 -# CONFIG_IDE is not set
66071 -# SCSI device support
66073 -# CONFIG_RAID_ATTRS is not set
66074 -# CONFIG_SCSI is not set
66075 -# CONFIG_SCSI_DMA is not set
66076 -# CONFIG_SCSI_NETLINK is not set
66077 -# CONFIG_ATA is not set
66078 -# CONFIG_MD is not set
66079 -# CONFIG_MACINTOSH_DRIVERS is not set
66080 -CONFIG_NETDEVICES=y
66081 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
66082 -# CONFIG_DUMMY is not set
66083 -# CONFIG_BONDING is not set
66084 -# CONFIG_MACVLAN is not set
66085 -# CONFIG_EQUALIZER is not set
66086 -# CONFIG_TUN is not set
66087 -# CONFIG_VETH is not set
66091 -# MII PHY device drivers
66093 -# CONFIG_MARVELL_PHY is not set
66094 -# CONFIG_DAVICOM_PHY is not set
66095 -# CONFIG_QSEMI_PHY is not set
66096 -# CONFIG_LXT_PHY is not set
66097 -# CONFIG_CICADA_PHY is not set
66098 -# CONFIG_VITESSE_PHY is not set
66099 -# CONFIG_SMSC_PHY is not set
66100 -# CONFIG_BROADCOM_PHY is not set
66101 -# CONFIG_ICPLUS_PHY is not set
66102 -# CONFIG_REALTEK_PHY is not set
66103 -# CONFIG_FIXED_PHY is not set
66104 -# CONFIG_MDIO_BITBANG is not set
66105 -CONFIG_NET_ETHERNET=y
66107 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
66108 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
66109 -# CONFIG_IBM_NEW_EMAC_TAH is not set
66110 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
66111 -# CONFIG_B44 is not set
66112 -CONFIG_NETDEV_1000=y
66113 -# CONFIG_E1000E_ENABLED is not set
66115 -CONFIG_GFAR_NAPI=y
66116 -CONFIG_NETDEV_10000=y
66121 -# CONFIG_WLAN_PRE80211 is not set
66122 -# CONFIG_WLAN_80211 is not set
66123 -# CONFIG_WAN is not set
66124 -# CONFIG_PPP is not set
66125 -# CONFIG_SLIP is not set
66126 -# CONFIG_NETCONSOLE is not set
66127 -# CONFIG_NETPOLL is not set
66128 -# CONFIG_NET_POLL_CONTROLLER is not set
66129 -# CONFIG_ISDN is not set
66130 -# CONFIG_PHONE is not set
66133 -# Input device support
66136 -# CONFIG_INPUT_FF_MEMLESS is not set
66137 -# CONFIG_INPUT_POLLDEV is not set
66140 -# Userland interfaces
66142 -# CONFIG_INPUT_MOUSEDEV is not set
66143 -# CONFIG_INPUT_JOYDEV is not set
66144 -# CONFIG_INPUT_EVDEV is not set
66145 -# CONFIG_INPUT_EVBUG is not set
66148 -# Input Device Drivers
66150 -# CONFIG_INPUT_KEYBOARD is not set
66151 -# CONFIG_INPUT_MOUSE is not set
66152 -# CONFIG_INPUT_JOYSTICK is not set
66153 -# CONFIG_INPUT_TABLET is not set
66154 -# CONFIG_INPUT_TOUCHSCREEN is not set
66155 -# CONFIG_INPUT_MISC is not set
66158 -# Hardware I/O ports
66160 -# CONFIG_SERIO is not set
66161 -# CONFIG_GAMEPORT is not set
66164 -# Character devices
66166 -# CONFIG_VT is not set
66167 -# CONFIG_SERIAL_NONSTANDARD is not set
66172 -CONFIG_SERIAL_8250=y
66173 -CONFIG_SERIAL_8250_CONSOLE=y
66174 -CONFIG_SERIAL_8250_NR_UARTS=4
66175 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
66176 -# CONFIG_SERIAL_8250_EXTENDED is not set
66177 -CONFIG_SERIAL_8250_SHARE_IRQ=y
66180 -# Non-8250 serial port support
66182 -# CONFIG_SERIAL_UARTLITE is not set
66183 -CONFIG_SERIAL_CORE=y
66184 -CONFIG_SERIAL_CORE_CONSOLE=y
66185 -# CONFIG_SERIAL_OF_PLATFORM is not set
66186 -CONFIG_UNIX98_PTYS=y
66187 -CONFIG_LEGACY_PTYS=y
66188 -CONFIG_LEGACY_PTY_COUNT=256
66189 -# CONFIG_IPMI_HANDLER is not set
66190 -# CONFIG_HW_RANDOM is not set
66191 -# CONFIG_NVRAM is not set
66193 -# CONFIG_GEN_RTC_X is not set
66194 -# CONFIG_R3964 is not set
66195 -# CONFIG_RAW_DRIVER is not set
66196 -# CONFIG_TCG_TPM is not set
66197 -# CONFIG_I2C is not set
66202 -# CONFIG_SPI is not set
66203 -# CONFIG_SPI_MASTER is not set
66204 -# CONFIG_W1 is not set
66205 -# CONFIG_POWER_SUPPLY is not set
66207 -# CONFIG_HWMON_VID is not set
66208 -# CONFIG_SENSORS_F71805F is not set
66209 -# CONFIG_SENSORS_F71882FG is not set
66210 -# CONFIG_SENSORS_IT87 is not set
66211 -# CONFIG_SENSORS_PC87360 is not set
66212 -# CONFIG_SENSORS_PC87427 is not set
66213 -# CONFIG_SENSORS_SMSC47M1 is not set
66214 -# CONFIG_SENSORS_SMSC47B397 is not set
66215 -# CONFIG_SENSORS_VT1211 is not set
66216 -# CONFIG_SENSORS_W83627HF is not set
66217 -# CONFIG_SENSORS_W83627EHF is not set
66218 -# CONFIG_HWMON_DEBUG_CHIP is not set
66219 -# CONFIG_THERMAL is not set
66220 -# CONFIG_WATCHDOG is not set
66223 -# Sonics Silicon Backplane
66225 -CONFIG_SSB_POSSIBLE=y
66226 -# CONFIG_SSB is not set
66229 -# Multifunction device drivers
66231 -# CONFIG_MFD_SM501 is not set
66234 -# Multimedia devices
66236 -# CONFIG_VIDEO_DEV is not set
66237 -# CONFIG_DVB_CORE is not set
66241 -# Graphics support
66243 -# CONFIG_VGASTATE is not set
66244 -CONFIG_VIDEO_OUTPUT_CONTROL=y
66245 -# CONFIG_FB is not set
66246 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
66249 -# Display device support
66251 -# CONFIG_DISPLAY_SUPPORT is not set
66256 -# CONFIG_SOUND is not set
66257 -CONFIG_HID_SUPPORT=y
66259 -# CONFIG_HID_DEBUG is not set
66260 -# CONFIG_HIDRAW is not set
66261 -CONFIG_USB_SUPPORT=y
66262 -# CONFIG_USB_ARCH_HAS_HCD is not set
66263 -# CONFIG_USB_ARCH_HAS_OHCI is not set
66264 -# CONFIG_USB_ARCH_HAS_EHCI is not set
66267 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
66269 -# CONFIG_USB_GADGET is not set
66270 -# CONFIG_MMC is not set
66271 -# CONFIG_MEMSTICK is not set
66272 -# CONFIG_NEW_LEDS is not set
66273 -# CONFIG_EDAC is not set
66274 -# CONFIG_RTC_CLASS is not set
66275 -# CONFIG_DMADEVICES is not set
66280 -# CONFIG_UIO is not set
66286 -# CONFIG_EXT2_FS_XATTR is not set
66287 -# CONFIG_EXT2_FS_XIP is not set
66289 -CONFIG_EXT3_FS_XATTR=y
66290 -# CONFIG_EXT3_FS_POSIX_ACL is not set
66291 -# CONFIG_EXT3_FS_SECURITY is not set
66292 -# CONFIG_EXT4DEV_FS is not set
66294 -CONFIG_FS_MBCACHE=y
66295 -# CONFIG_REISERFS_FS is not set
66296 -# CONFIG_JFS_FS is not set
66297 -# CONFIG_FS_POSIX_ACL is not set
66298 -# CONFIG_XFS_FS is not set
66299 -# CONFIG_GFS2_FS is not set
66300 -# CONFIG_OCFS2_FS is not set
66303 -CONFIG_INOTIFY_USER=y
66304 -# CONFIG_QUOTA is not set
66305 -# CONFIG_AUTOFS_FS is not set
66306 -# CONFIG_AUTOFS4_FS is not set
66307 -# CONFIG_FUSE_FS is not set
66310 -# CD-ROM/DVD Filesystems
66312 -# CONFIG_ISO9660_FS is not set
66313 -# CONFIG_UDF_FS is not set
66316 -# DOS/FAT/NT Filesystems
66318 -# CONFIG_MSDOS_FS is not set
66319 -# CONFIG_VFAT_FS is not set
66320 -# CONFIG_NTFS_FS is not set
66323 -# Pseudo filesystems
66326 -CONFIG_PROC_KCORE=y
66327 -CONFIG_PROC_SYSCTL=y
66330 -# CONFIG_TMPFS_POSIX_ACL is not set
66331 -# CONFIG_HUGETLB_PAGE is not set
66332 -# CONFIG_CONFIGFS_FS is not set
66335 -# Miscellaneous filesystems
66337 -# CONFIG_ADFS_FS is not set
66338 -# CONFIG_AFFS_FS is not set
66339 -# CONFIG_HFS_FS is not set
66340 -# CONFIG_HFSPLUS_FS is not set
66341 -# CONFIG_BEFS_FS is not set
66342 -# CONFIG_BFS_FS is not set
66343 -# CONFIG_EFS_FS is not set
66344 -# CONFIG_CRAMFS is not set
66345 -# CONFIG_VXFS_FS is not set
66346 -# CONFIG_MINIX_FS is not set
66347 -# CONFIG_HPFS_FS is not set
66348 -# CONFIG_QNX4FS_FS is not set
66349 -# CONFIG_ROMFS_FS is not set
66350 -# CONFIG_SYSV_FS is not set
66351 -# CONFIG_UFS_FS is not set
66352 -CONFIG_NETWORK_FILESYSTEMS=y
66354 -# CONFIG_NFS_V3 is not set
66355 -# CONFIG_NFS_V4 is not set
66356 -# CONFIG_NFS_DIRECTIO is not set
66357 -# CONFIG_NFSD is not set
66360 -CONFIG_NFS_COMMON=y
66362 -# CONFIG_SUNRPC_BIND34 is not set
66363 -# CONFIG_RPCSEC_GSS_KRB5 is not set
66364 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
66365 -# CONFIG_SMB_FS is not set
66366 -# CONFIG_CIFS is not set
66367 -# CONFIG_NCP_FS is not set
66368 -# CONFIG_CODA_FS is not set
66369 -# CONFIG_AFS_FS is not set
66374 -CONFIG_PARTITION_ADVANCED=y
66375 -# CONFIG_ACORN_PARTITION is not set
66376 -# CONFIG_OSF_PARTITION is not set
66377 -# CONFIG_AMIGA_PARTITION is not set
66378 -# CONFIG_ATARI_PARTITION is not set
66379 -# CONFIG_MAC_PARTITION is not set
66380 -# CONFIG_MSDOS_PARTITION is not set
66381 -# CONFIG_LDM_PARTITION is not set
66382 -# CONFIG_SGI_PARTITION is not set
66383 -# CONFIG_ULTRIX_PARTITION is not set
66384 -# CONFIG_SUN_PARTITION is not set
66385 -# CONFIG_KARMA_PARTITION is not set
66386 -# CONFIG_EFI_PARTITION is not set
66387 -# CONFIG_SYSV68_PARTITION is not set
66388 -# CONFIG_NLS is not set
66389 -# CONFIG_DLM is not set
66392 -# Library routines
66394 -CONFIG_BITREVERSE=y
66395 -# CONFIG_CRC_CCITT is not set
66396 -# CONFIG_CRC16 is not set
66397 -# CONFIG_CRC_ITU_T is not set
66399 -# CONFIG_CRC7 is not set
66400 -# CONFIG_LIBCRC32C is not set
66402 -CONFIG_HAS_IOMEM=y
66403 -CONFIG_HAS_IOPORT=y
66409 -# CONFIG_PRINTK_TIME is not set
66410 -CONFIG_ENABLE_WARN_DEPRECATED=y
66411 -CONFIG_ENABLE_MUST_CHECK=y
66412 -# CONFIG_MAGIC_SYSRQ is not set
66413 -# CONFIG_UNUSED_SYMBOLS is not set
66414 -# CONFIG_DEBUG_FS is not set
66415 -# CONFIG_HEADERS_CHECK is not set
66416 -CONFIG_DEBUG_KERNEL=y
66417 -# CONFIG_DEBUG_SHIRQ is not set
66418 -CONFIG_DETECT_SOFTLOCKUP=y
66419 -CONFIG_SCHED_DEBUG=y
66420 -# CONFIG_SCHEDSTATS is not set
66421 -# CONFIG_TIMER_STATS is not set
66422 -# CONFIG_SLUB_DEBUG_ON is not set
66423 -# CONFIG_SLUB_STATS is not set
66424 -# CONFIG_DEBUG_RT_MUTEXES is not set
66425 -# CONFIG_RT_MUTEX_TESTER is not set
66426 -# CONFIG_DEBUG_SPINLOCK is not set
66427 -CONFIG_DEBUG_MUTEXES=y
66428 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
66429 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
66430 -# CONFIG_DEBUG_KOBJECT is not set
66431 -# CONFIG_DEBUG_BUGVERBOSE is not set
66432 -# CONFIG_DEBUG_INFO is not set
66433 -# CONFIG_DEBUG_VM is not set
66434 -# CONFIG_DEBUG_LIST is not set
66435 -# CONFIG_DEBUG_SG is not set
66436 -# CONFIG_BOOT_PRINTK_DELAY is not set
66437 -# CONFIG_BACKTRACE_SELF_TEST is not set
66438 -# CONFIG_FAULT_INJECTION is not set
66439 -# CONFIG_SAMPLES is not set
66440 -# CONFIG_DEBUG_STACKOVERFLOW is not set
66441 -# CONFIG_DEBUG_STACK_USAGE is not set
66442 -# CONFIG_DEBUG_PAGEALLOC is not set
66443 -# CONFIG_DEBUGGER is not set
66444 -# CONFIG_BDI_SWITCH is not set
66445 -# CONFIG_PPC_EARLY_DEBUG is not set
66448 -# Security options
66450 -# CONFIG_KEYS is not set
66451 -# CONFIG_SECURITY is not set
66452 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
66454 -# CONFIG_CRYPTO_SEQIV is not set
66455 -# CONFIG_CRYPTO_MANAGER is not set
66456 -# CONFIG_CRYPTO_HMAC is not set
66457 -# CONFIG_CRYPTO_XCBC is not set
66458 -# CONFIG_CRYPTO_NULL is not set
66459 -# CONFIG_CRYPTO_MD4 is not set
66460 -# CONFIG_CRYPTO_MD5 is not set
66461 -# CONFIG_CRYPTO_SHA1 is not set
66462 -# CONFIG_CRYPTO_SHA256 is not set
66463 -# CONFIG_CRYPTO_SHA512 is not set
66464 -# CONFIG_CRYPTO_WP512 is not set
66465 -# CONFIG_CRYPTO_TGR192 is not set
66466 -# CONFIG_CRYPTO_GF128MUL is not set
66467 -# CONFIG_CRYPTO_ECB is not set
66468 -# CONFIG_CRYPTO_CBC is not set
66469 -# CONFIG_CRYPTO_PCBC is not set
66470 -# CONFIG_CRYPTO_LRW is not set
66471 -# CONFIG_CRYPTO_XTS is not set
66472 -# CONFIG_CRYPTO_CTR is not set
66473 -# CONFIG_CRYPTO_GCM is not set
66474 -# CONFIG_CRYPTO_CCM is not set
66475 -# CONFIG_CRYPTO_CRYPTD is not set
66476 -# CONFIG_CRYPTO_DES is not set
66477 -# CONFIG_CRYPTO_FCRYPT is not set
66478 -# CONFIG_CRYPTO_BLOWFISH is not set
66479 -# CONFIG_CRYPTO_TWOFISH is not set
66480 -# CONFIG_CRYPTO_SERPENT is not set
66481 -# CONFIG_CRYPTO_AES is not set
66482 -# CONFIG_CRYPTO_CAST5 is not set
66483 -# CONFIG_CRYPTO_CAST6 is not set
66484 -# CONFIG_CRYPTO_TEA is not set
66485 -# CONFIG_CRYPTO_ARC4 is not set
66486 -# CONFIG_CRYPTO_KHAZAD is not set
66487 -# CONFIG_CRYPTO_ANUBIS is not set
66488 -# CONFIG_CRYPTO_SEED is not set
66489 -# CONFIG_CRYPTO_SALSA20 is not set
66490 -# CONFIG_CRYPTO_DEFLATE is not set
66491 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
66492 -# CONFIG_CRYPTO_CRC32C is not set
66493 -# CONFIG_CRYPTO_CAMELLIA is not set
66494 -# CONFIG_CRYPTO_AUTHENC is not set
66495 -# CONFIG_CRYPTO_LZO is not set
66496 -CONFIG_CRYPTO_HW=y
66497 -# CONFIG_PPC_CLOCK is not set
66498 --- a/arch/powerpc/configs/mpc8544_ds_defconfig
66502 -# Automatically generated make config: don't edit
66503 -# Linux kernel version: 2.6.25-rc7
66504 -# Mon Mar 31 11:37:03 2008
66506 -# CONFIG_PPC64 is not set
66509 -# Processor support
66511 -# CONFIG_6xx is not set
66513 -# CONFIG_PPC_8xx is not set
66514 -# CONFIG_40x is not set
66515 -# CONFIG_44x is not set
66516 -# CONFIG_E200 is not set
66519 -CONFIG_FSL_BOOKE=y
66520 -CONFIG_FSL_EMB_PERFMON=y
66521 -# CONFIG_PHYS_64BIT is not set
66523 -# CONFIG_PPC_MM_SLICES is not set
66525 -CONFIG_WORD_SIZE=32
66526 -CONFIG_PPC_MERGE=y
66528 -CONFIG_GENERIC_CMOS_UPDATE=y
66529 -CONFIG_GENERIC_TIME=y
66530 -CONFIG_GENERIC_TIME_VSYSCALL=y
66531 -CONFIG_GENERIC_CLOCKEVENTS=y
66532 -CONFIG_GENERIC_HARDIRQS=y
66533 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
66534 -CONFIG_IRQ_PER_CPU=y
66535 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
66536 -CONFIG_ARCH_HAS_ILOG2_U32=y
66537 -CONFIG_GENERIC_HWEIGHT=y
66538 -CONFIG_GENERIC_CALIBRATE_DELAY=y
66539 -CONFIG_GENERIC_FIND_NEXT_BIT=y
66540 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
66542 -CONFIG_EARLY_PRINTK=y
66543 -CONFIG_GENERIC_NVRAM=y
66544 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
66545 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
66548 -CONFIG_PPC_UDBG_16550=y
66549 -# CONFIG_GENERIC_TBSYNC is not set
66550 -CONFIG_AUDIT_ARCH=y
66551 -CONFIG_GENERIC_BUG=y
66552 -CONFIG_DEFAULT_UIMAGE=y
66553 -# CONFIG_PPC_DCR_NATIVE is not set
66554 -# CONFIG_PPC_DCR_MMIO is not set
66555 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
66560 -CONFIG_EXPERIMENTAL=y
66561 -CONFIG_BROKEN_ON_SMP=y
66562 -CONFIG_INIT_ENV_ARG_LIMIT=32
66563 -CONFIG_LOCALVERSION=""
66564 -CONFIG_LOCALVERSION_AUTO=y
66567 -CONFIG_SYSVIPC_SYSCTL=y
66568 -CONFIG_POSIX_MQUEUE=y
66569 -CONFIG_BSD_PROCESS_ACCT=y
66570 -# CONFIG_BSD_PROCESS_ACCT_V3 is not set
66571 -# CONFIG_TASKSTATS is not set
66573 -# CONFIG_AUDITSYSCALL is not set
66575 -CONFIG_IKCONFIG_PROC=y
66576 -CONFIG_LOG_BUF_SHIFT=14
66577 -# CONFIG_CGROUPS is not set
66578 -CONFIG_GROUP_SCHED=y
66579 -# CONFIG_FAIR_GROUP_SCHED is not set
66580 -# CONFIG_RT_GROUP_SCHED is not set
66581 -CONFIG_USER_SCHED=y
66582 -# CONFIG_CGROUP_SCHED is not set
66583 -CONFIG_SYSFS_DEPRECATED=y
66584 -CONFIG_SYSFS_DEPRECATED_V2=y
66585 -# CONFIG_RELAY is not set
66586 -# CONFIG_NAMESPACES is not set
66587 -CONFIG_BLK_DEV_INITRD=y
66588 -CONFIG_INITRAMFS_SOURCE=""
66589 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
66592 -CONFIG_SYSCTL_SYSCALL=y
66594 -CONFIG_KALLSYMS_ALL=y
66595 -CONFIG_KALLSYMS_EXTRA_PASS=y
66600 -CONFIG_COMPAT_BRK=y
66601 -CONFIG_BASE_FULL=y
66603 -CONFIG_ANON_INODES=y
66609 -CONFIG_VM_EVENT_COUNTERS=y
66610 -CONFIG_SLUB_DEBUG=y
66611 -# CONFIG_SLAB is not set
66613 -# CONFIG_SLOB is not set
66614 -# CONFIG_PROFILING is not set
66615 -# CONFIG_MARKERS is not set
66616 -CONFIG_HAVE_OPROFILE=y
66617 -# CONFIG_KPROBES is not set
66618 -CONFIG_HAVE_KPROBES=y
66619 -CONFIG_HAVE_KRETPROBES=y
66620 -CONFIG_PROC_PAGE_MONITOR=y
66622 -CONFIG_RT_MUTEXES=y
66623 -# CONFIG_TINY_SHMEM is not set
66624 -CONFIG_BASE_SMALL=0
66626 -CONFIG_MODULE_UNLOAD=y
66627 -CONFIG_MODULE_FORCE_UNLOAD=y
66628 -CONFIG_MODVERSIONS=y
66629 -# CONFIG_MODULE_SRCVERSION_ALL is not set
66633 -# CONFIG_BLK_DEV_IO_TRACE is not set
66634 -# CONFIG_LSF is not set
66635 -# CONFIG_BLK_DEV_BSG is not set
66640 -CONFIG_IOSCHED_NOOP=y
66641 -CONFIG_IOSCHED_AS=y
66642 -CONFIG_IOSCHED_DEADLINE=y
66643 -CONFIG_IOSCHED_CFQ=y
66644 -# CONFIG_DEFAULT_AS is not set
66645 -# CONFIG_DEFAULT_DEADLINE is not set
66646 -CONFIG_DEFAULT_CFQ=y
66647 -# CONFIG_DEFAULT_NOOP is not set
66648 -CONFIG_DEFAULT_IOSCHED="cfq"
66649 -CONFIG_CLASSIC_RCU=y
66652 -# Platform support
66654 -# CONFIG_PPC_MPC512x is not set
66655 -# CONFIG_PPC_MPC5121 is not set
66656 -# CONFIG_PPC_CELL is not set
66657 -# CONFIG_PPC_CELL_NATIVE is not set
66658 -# CONFIG_PQ2ADS is not set
66660 -# CONFIG_MPC8540_ADS is not set
66661 -# CONFIG_MPC8560_ADS is not set
66662 -# CONFIG_MPC85xx_CDS is not set
66663 -# CONFIG_MPC85xx_MDS is not set
66664 -CONFIG_MPC85xx_DS=y
66665 -# CONFIG_STX_GP3 is not set
66666 -# CONFIG_TQM8540 is not set
66667 -# CONFIG_TQM8541 is not set
66668 -# CONFIG_TQM8555 is not set
66669 -# CONFIG_TQM8560 is not set
66670 -# CONFIG_SBC8548 is not set
66671 -# CONFIG_SBC8560 is not set
66672 -# CONFIG_IPIC is not set
66674 -# CONFIG_MPIC_WEIRD is not set
66675 -CONFIG_PPC_I8259=y
66676 -# CONFIG_PPC_RTAS is not set
66677 -# CONFIG_MMIO_NVRAM is not set
66678 -# CONFIG_PPC_MPC106 is not set
66679 -# CONFIG_PPC_970_NAP is not set
66680 -# CONFIG_PPC_INDIRECT_IO is not set
66681 -# CONFIG_GENERIC_IOMAP is not set
66682 -# CONFIG_CPU_FREQ is not set
66683 -# CONFIG_CPM2 is not set
66684 -CONFIG_FSL_ULI1575=y
66690 -CONFIG_TICK_ONESHOT=y
66692 -CONFIG_HIGH_RES_TIMERS=y
66693 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
66694 -# CONFIG_HZ_100 is not set
66696 -# CONFIG_HZ_300 is not set
66697 -# CONFIG_HZ_1000 is not set
66699 -# CONFIG_SCHED_HRTICK is not set
66700 -CONFIG_PREEMPT_NONE=y
66701 -# CONFIG_PREEMPT_VOLUNTARY is not set
66702 -# CONFIG_PREEMPT is not set
66703 -CONFIG_BINFMT_ELF=y
66704 -CONFIG_BINFMT_MISC=m
66705 -CONFIG_MATH_EMULATION=y
66706 -# CONFIG_IOMMU_HELPER is not set
66707 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
66708 -CONFIG_ARCH_HAS_WALK_MEMORY=y
66709 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
66710 -CONFIG_ARCH_FLATMEM_ENABLE=y
66711 -CONFIG_ARCH_POPULATES_NODE_MAP=y
66712 -CONFIG_SELECT_MEMORY_MODEL=y
66713 -CONFIG_FLATMEM_MANUAL=y
66714 -# CONFIG_DISCONTIGMEM_MANUAL is not set
66715 -# CONFIG_SPARSEMEM_MANUAL is not set
66717 -CONFIG_FLAT_NODE_MEM_MAP=y
66718 -# CONFIG_SPARSEMEM_STATIC is not set
66719 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
66720 -CONFIG_SPLIT_PTLOCK_CPUS=4
66721 -# CONFIG_RESOURCES_64BIT is not set
66722 -CONFIG_ZONE_DMA_FLAG=1
66724 -CONFIG_VIRT_TO_BUS=y
66725 -CONFIG_PROC_DEVICETREE=y
66726 -# CONFIG_CMDLINE_BOOL is not set
66727 -# CONFIG_PM is not set
66729 -CONFIG_ISA_DMA_API=y
66735 -CONFIG_GENERIC_ISA_DMA=y
66736 -CONFIG_PPC_INDIRECT_PCI=y
66740 -CONFIG_PCI_DOMAINS=y
66741 -CONFIG_PCI_SYSCALL=y
66742 -# CONFIG_PCIEPORTBUS is not set
66743 -CONFIG_ARCH_SUPPORTS_MSI=y
66744 -# CONFIG_PCI_MSI is not set
66745 -CONFIG_PCI_LEGACY=y
66746 -# CONFIG_PCI_DEBUG is not set
66747 -# CONFIG_PCCARD is not set
66748 -# CONFIG_HOTPLUG_PCI is not set
66753 -# CONFIG_ADVANCED_OPTIONS is not set
66756 -# Default settings for advanced configuration options are used
66758 -CONFIG_HIGHMEM_START=0xfe000000
66759 -CONFIG_LOWMEM_SIZE=0x30000000
66760 -CONFIG_KERNEL_START=0xc0000000
66761 -CONFIG_TASK_SIZE=0xc0000000
66762 -CONFIG_BOOT_LOAD=0x00800000
66770 -# Networking options
66773 -# CONFIG_PACKET_MMAP is not set
66776 -CONFIG_XFRM_USER=y
66777 -# CONFIG_XFRM_SUB_POLICY is not set
66778 -# CONFIG_XFRM_MIGRATE is not set
66779 -# CONFIG_XFRM_STATISTICS is not set
66781 -# CONFIG_NET_KEY_MIGRATE is not set
66783 -CONFIG_IP_MULTICAST=y
66784 -CONFIG_IP_ADVANCED_ROUTER=y
66785 -CONFIG_ASK_IP_FIB_HASH=y
66786 -# CONFIG_IP_FIB_TRIE is not set
66787 -CONFIG_IP_FIB_HASH=y
66788 -CONFIG_IP_MULTIPLE_TABLES=y
66789 -CONFIG_IP_ROUTE_MULTIPATH=y
66790 -CONFIG_IP_ROUTE_VERBOSE=y
66792 -CONFIG_IP_PNP_DHCP=y
66793 -CONFIG_IP_PNP_BOOTP=y
66794 -CONFIG_IP_PNP_RARP=y
66796 -CONFIG_NET_IPGRE=y
66797 -CONFIG_NET_IPGRE_BROADCAST=y
66798 -CONFIG_IP_MROUTE=y
66799 -CONFIG_IP_PIMSM_V1=y
66800 -CONFIG_IP_PIMSM_V2=y
66802 -# CONFIG_SYN_COOKIES is not set
66803 -# CONFIG_INET_AH is not set
66804 -# CONFIG_INET_ESP is not set
66805 -# CONFIG_INET_IPCOMP is not set
66806 -# CONFIG_INET_XFRM_TUNNEL is not set
66807 -CONFIG_INET_TUNNEL=y
66808 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
66809 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
66810 -# CONFIG_INET_XFRM_MODE_BEET is not set
66811 -# CONFIG_INET_LRO is not set
66812 -CONFIG_INET_DIAG=y
66813 -CONFIG_INET_TCP_DIAG=y
66814 -# CONFIG_TCP_CONG_ADVANCED is not set
66815 -CONFIG_TCP_CONG_CUBIC=y
66816 -CONFIG_DEFAULT_TCP_CONG="cubic"
66817 -# CONFIG_TCP_MD5SIG is not set
66819 -# CONFIG_IPV6_PRIVACY is not set
66820 -# CONFIG_IPV6_ROUTER_PREF is not set
66821 -# CONFIG_IPV6_OPTIMISTIC_DAD is not set
66822 -# CONFIG_INET6_AH is not set
66823 -# CONFIG_INET6_ESP is not set
66824 -# CONFIG_INET6_IPCOMP is not set
66825 -# CONFIG_IPV6_MIP6 is not set
66826 -# CONFIG_INET6_XFRM_TUNNEL is not set
66827 -# CONFIG_INET6_TUNNEL is not set
66828 -CONFIG_INET6_XFRM_MODE_TRANSPORT=y
66829 -CONFIG_INET6_XFRM_MODE_TUNNEL=y
66830 -CONFIG_INET6_XFRM_MODE_BEET=y
66831 -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
66833 -# CONFIG_IPV6_TUNNEL is not set
66834 -# CONFIG_IPV6_MULTIPLE_TABLES is not set
66835 -# CONFIG_NETWORK_SECMARK is not set
66836 -# CONFIG_NETFILTER is not set
66837 -# CONFIG_IP_DCCP is not set
66839 -# CONFIG_SCTP_DBG_MSG is not set
66840 -# CONFIG_SCTP_DBG_OBJCNT is not set
66841 -# CONFIG_SCTP_HMAC_NONE is not set
66842 -# CONFIG_SCTP_HMAC_SHA1 is not set
66843 -CONFIG_SCTP_HMAC_MD5=y
66844 -# CONFIG_TIPC is not set
66845 -# CONFIG_ATM is not set
66846 -# CONFIG_BRIDGE is not set
66847 -# CONFIG_VLAN_8021Q is not set
66848 -# CONFIG_DECNET is not set
66849 -# CONFIG_LLC2 is not set
66850 -# CONFIG_IPX is not set
66851 -# CONFIG_ATALK is not set
66852 -# CONFIG_X25 is not set
66853 -# CONFIG_LAPB is not set
66854 -# CONFIG_ECONET is not set
66855 -# CONFIG_WAN_ROUTER is not set
66856 -# CONFIG_NET_SCHED is not set
66861 -# CONFIG_NET_PKTGEN is not set
66862 -# CONFIG_HAMRADIO is not set
66863 -# CONFIG_CAN is not set
66864 -# CONFIG_IRDA is not set
66865 -# CONFIG_BT is not set
66866 -# CONFIG_AF_RXRPC is not set
66867 -CONFIG_FIB_RULES=y
66872 -# CONFIG_CFG80211 is not set
66873 -# CONFIG_WIRELESS_EXT is not set
66874 -# CONFIG_MAC80211 is not set
66875 -# CONFIG_IEEE80211 is not set
66876 -# CONFIG_RFKILL is not set
66877 -# CONFIG_NET_9P is not set
66884 -# Generic Driver Options
66886 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
66887 -CONFIG_STANDALONE=y
66888 -CONFIG_PREVENT_FIRMWARE_BUILD=y
66889 -CONFIG_FW_LOADER=y
66890 -# CONFIG_DEBUG_DRIVER is not set
66891 -# CONFIG_DEBUG_DEVRES is not set
66892 -# CONFIG_SYS_HYPERVISOR is not set
66893 -# CONFIG_CONNECTOR is not set
66894 -# CONFIG_MTD is not set
66895 -CONFIG_OF_DEVICE=y
66896 -# CONFIG_PARPORT is not set
66898 -# CONFIG_BLK_DEV_FD is not set
66899 -# CONFIG_BLK_CPQ_DA is not set
66900 -# CONFIG_BLK_CPQ_CISS_DA is not set
66901 -# CONFIG_BLK_DEV_DAC960 is not set
66902 -# CONFIG_BLK_DEV_UMEM is not set
66903 -# CONFIG_BLK_DEV_COW_COMMON is not set
66904 -CONFIG_BLK_DEV_LOOP=y
66905 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
66906 -CONFIG_BLK_DEV_NBD=y
66907 -# CONFIG_BLK_DEV_SX8 is not set
66908 -# CONFIG_BLK_DEV_UB is not set
66909 -CONFIG_BLK_DEV_RAM=y
66910 -CONFIG_BLK_DEV_RAM_COUNT=16
66911 -CONFIG_BLK_DEV_RAM_SIZE=131072
66912 -# CONFIG_BLK_DEV_XIP is not set
66913 -# CONFIG_CDROM_PKTCDVD is not set
66914 -# CONFIG_ATA_OVER_ETH is not set
66915 -CONFIG_MISC_DEVICES=y
66916 -# CONFIG_PHANTOM is not set
66917 -# CONFIG_EEPROM_93CX6 is not set
66918 -# CONFIG_SGI_IOC4 is not set
66919 -# CONFIG_TIFM_CORE is not set
66920 -# CONFIG_ENCLOSURE_SERVICES is not set
66922 -# CONFIG_IDE is not set
66925 -# SCSI device support
66927 -# CONFIG_RAID_ATTRS is not set
66930 -# CONFIG_SCSI_TGT is not set
66931 -# CONFIG_SCSI_NETLINK is not set
66932 -CONFIG_SCSI_PROC_FS=y
66935 -# SCSI support type (disk, tape, CD-ROM)
66937 -CONFIG_BLK_DEV_SD=y
66938 -CONFIG_CHR_DEV_ST=y
66939 -# CONFIG_CHR_DEV_OSST is not set
66940 -CONFIG_BLK_DEV_SR=y
66941 -# CONFIG_BLK_DEV_SR_VENDOR is not set
66942 -CONFIG_CHR_DEV_SG=y
66943 -# CONFIG_CHR_DEV_SCH is not set
66946 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
66948 -CONFIG_SCSI_MULTI_LUN=y
66949 -# CONFIG_SCSI_CONSTANTS is not set
66950 -CONFIG_SCSI_LOGGING=y
66951 -# CONFIG_SCSI_SCAN_ASYNC is not set
66952 -CONFIG_SCSI_WAIT_SCAN=m
66957 -# CONFIG_SCSI_SPI_ATTRS is not set
66958 -# CONFIG_SCSI_FC_ATTRS is not set
66959 -# CONFIG_SCSI_ISCSI_ATTRS is not set
66960 -# CONFIG_SCSI_SAS_LIBSAS is not set
66961 -# CONFIG_SCSI_SRP_ATTRS is not set
66962 -CONFIG_SCSI_LOWLEVEL=y
66963 -# CONFIG_ISCSI_TCP is not set
66964 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
66965 -# CONFIG_SCSI_3W_9XXX is not set
66966 -# CONFIG_SCSI_ACARD is not set
66967 -# CONFIG_SCSI_AACRAID is not set
66968 -# CONFIG_SCSI_AIC7XXX is not set
66969 -# CONFIG_SCSI_AIC7XXX_OLD is not set
66970 -# CONFIG_SCSI_AIC79XX is not set
66971 -# CONFIG_SCSI_AIC94XX is not set
66972 -# CONFIG_SCSI_DPT_I2O is not set
66973 -# CONFIG_SCSI_ADVANSYS is not set
66974 -# CONFIG_SCSI_ARCMSR is not set
66975 -# CONFIG_MEGARAID_NEWGEN is not set
66976 -# CONFIG_MEGARAID_LEGACY is not set
66977 -# CONFIG_MEGARAID_SAS is not set
66978 -# CONFIG_SCSI_HPTIOP is not set
66979 -# CONFIG_SCSI_BUSLOGIC is not set
66980 -# CONFIG_SCSI_DMX3191D is not set
66981 -# CONFIG_SCSI_EATA is not set
66982 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
66983 -# CONFIG_SCSI_GDTH is not set
66984 -# CONFIG_SCSI_IPS is not set
66985 -# CONFIG_SCSI_INITIO is not set
66986 -# CONFIG_SCSI_INIA100 is not set
66987 -# CONFIG_SCSI_MVSAS is not set
66988 -# CONFIG_SCSI_STEX is not set
66989 -# CONFIG_SCSI_SYM53C8XX_2 is not set
66990 -# CONFIG_SCSI_IPR is not set
66991 -# CONFIG_SCSI_QLOGIC_1280 is not set
66992 -# CONFIG_SCSI_QLA_FC is not set
66993 -# CONFIG_SCSI_QLA_ISCSI is not set
66994 -# CONFIG_SCSI_LPFC is not set
66995 -# CONFIG_SCSI_DC395x is not set
66996 -# CONFIG_SCSI_DC390T is not set
66997 -# CONFIG_SCSI_NSP32 is not set
66998 -# CONFIG_SCSI_DEBUG is not set
66999 -# CONFIG_SCSI_SRP is not set
67001 -# CONFIG_ATA_NONSTANDARD is not set
67002 -CONFIG_SATA_AHCI=y
67003 -# CONFIG_SATA_SVW is not set
67004 -# CONFIG_ATA_PIIX is not set
67005 -# CONFIG_SATA_MV is not set
67006 -# CONFIG_SATA_NV is not set
67007 -# CONFIG_PDC_ADMA is not set
67008 -# CONFIG_SATA_QSTOR is not set
67009 -# CONFIG_SATA_PROMISE is not set
67010 -# CONFIG_SATA_SX4 is not set
67011 -# CONFIG_SATA_SIL is not set
67012 -# CONFIG_SATA_SIL24 is not set
67013 -# CONFIG_SATA_SIS is not set
67014 -# CONFIG_SATA_ULI is not set
67015 -# CONFIG_SATA_VIA is not set
67016 -# CONFIG_SATA_VITESSE is not set
67017 -# CONFIG_SATA_INIC162X is not set
67018 -# CONFIG_SATA_FSL is not set
67020 -# CONFIG_PATA_AMD is not set
67021 -# CONFIG_PATA_ARTOP is not set
67022 -# CONFIG_PATA_ATIIXP is not set
67023 -# CONFIG_PATA_CMD640_PCI is not set
67024 -# CONFIG_PATA_CMD64X is not set
67025 -# CONFIG_PATA_CS5520 is not set
67026 -# CONFIG_PATA_CS5530 is not set
67027 -# CONFIG_PATA_CYPRESS is not set
67028 -# CONFIG_PATA_EFAR is not set
67029 -# CONFIG_ATA_GENERIC is not set
67030 -# CONFIG_PATA_HPT366 is not set
67031 -# CONFIG_PATA_HPT37X is not set
67032 -# CONFIG_PATA_HPT3X2N is not set
67033 -# CONFIG_PATA_HPT3X3 is not set
67034 -# CONFIG_PATA_IT821X is not set
67035 -# CONFIG_PATA_IT8213 is not set
67036 -# CONFIG_PATA_JMICRON is not set
67037 -# CONFIG_PATA_TRIFLEX is not set
67038 -# CONFIG_PATA_MARVELL is not set
67039 -# CONFIG_PATA_MPIIX is not set
67040 -# CONFIG_PATA_OLDPIIX is not set
67041 -# CONFIG_PATA_NETCELL is not set
67042 -# CONFIG_PATA_NINJA32 is not set
67043 -# CONFIG_PATA_NS87410 is not set
67044 -# CONFIG_PATA_NS87415 is not set
67045 -# CONFIG_PATA_OPTI is not set
67046 -# CONFIG_PATA_OPTIDMA is not set
67047 -# CONFIG_PATA_PDC_OLD is not set
67048 -# CONFIG_PATA_RADISYS is not set
67049 -# CONFIG_PATA_RZ1000 is not set
67050 -# CONFIG_PATA_SC1200 is not set
67051 -# CONFIG_PATA_SERVERWORKS is not set
67052 -# CONFIG_PATA_PDC2027X is not set
67053 -# CONFIG_PATA_SIL680 is not set
67054 -# CONFIG_PATA_SIS is not set
67055 -# CONFIG_PATA_VIA is not set
67056 -# CONFIG_PATA_WINBOND is not set
67057 -# CONFIG_PATA_PLATFORM is not set
67058 -# CONFIG_MD is not set
67059 -# CONFIG_FUSION is not set
67062 -# IEEE 1394 (FireWire) support
67064 -# CONFIG_FIREWIRE is not set
67065 -# CONFIG_IEEE1394 is not set
67066 -# CONFIG_I2O is not set
67067 -# CONFIG_MACINTOSH_DRIVERS is not set
67068 -CONFIG_NETDEVICES=y
67069 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
67071 -# CONFIG_BONDING is not set
67072 -# CONFIG_MACVLAN is not set
67073 -# CONFIG_EQUALIZER is not set
67074 -# CONFIG_TUN is not set
67075 -# CONFIG_VETH is not set
67076 -# CONFIG_ARCNET is not set
67080 -# MII PHY device drivers
67082 -# CONFIG_MARVELL_PHY is not set
67083 -# CONFIG_DAVICOM_PHY is not set
67084 -# CONFIG_QSEMI_PHY is not set
67085 -# CONFIG_LXT_PHY is not set
67086 -# CONFIG_CICADA_PHY is not set
67087 -CONFIG_VITESSE_PHY=y
67088 -# CONFIG_SMSC_PHY is not set
67089 -# CONFIG_BROADCOM_PHY is not set
67090 -# CONFIG_ICPLUS_PHY is not set
67091 -# CONFIG_REALTEK_PHY is not set
67092 -# CONFIG_FIXED_PHY is not set
67093 -# CONFIG_MDIO_BITBANG is not set
67094 -CONFIG_NET_ETHERNET=y
67096 -# CONFIG_HAPPYMEAL is not set
67097 -# CONFIG_SUNGEM is not set
67098 -# CONFIG_CASSINI is not set
67099 -# CONFIG_NET_VENDOR_3COM is not set
67100 -# CONFIG_NET_TULIP is not set
67101 -# CONFIG_HP100 is not set
67102 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
67103 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
67104 -# CONFIG_IBM_NEW_EMAC_TAH is not set
67105 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
67106 -# CONFIG_NET_PCI is not set
67107 -# CONFIG_B44 is not set
67108 -CONFIG_NETDEV_1000=y
67109 -# CONFIG_ACENIC is not set
67110 -# CONFIG_DL2K is not set
67111 -# CONFIG_E1000 is not set
67112 -# CONFIG_E1000E is not set
67113 -# CONFIG_E1000E_ENABLED is not set
67114 -# CONFIG_IP1000 is not set
67115 -# CONFIG_IGB is not set
67116 -# CONFIG_NS83820 is not set
67117 -# CONFIG_HAMACHI is not set
67118 -# CONFIG_YELLOWFIN is not set
67119 -# CONFIG_R8169 is not set
67120 -# CONFIG_SIS190 is not set
67121 -# CONFIG_SKGE is not set
67122 -# CONFIG_SKY2 is not set
67123 -# CONFIG_SK98LIN is not set
67124 -# CONFIG_VIA_VELOCITY is not set
67125 -# CONFIG_TIGON3 is not set
67126 -# CONFIG_BNX2 is not set
67128 -CONFIG_GFAR_NAPI=y
67129 -# CONFIG_QLA3XXX is not set
67130 -# CONFIG_ATL1 is not set
67131 -CONFIG_NETDEV_10000=y
67132 -# CONFIG_CHELSIO_T1 is not set
67133 -# CONFIG_CHELSIO_T3 is not set
67134 -# CONFIG_IXGBE is not set
67135 -# CONFIG_IXGB is not set
67136 -# CONFIG_S2IO is not set
67137 -# CONFIG_MYRI10GE is not set
67138 -# CONFIG_NETXEN_NIC is not set
67139 -# CONFIG_NIU is not set
67140 -# CONFIG_MLX4_CORE is not set
67141 -# CONFIG_TEHUTI is not set
67142 -# CONFIG_BNX2X is not set
67143 -# CONFIG_TR is not set
67148 -# CONFIG_WLAN_PRE80211 is not set
67149 -# CONFIG_WLAN_80211 is not set
67152 -# USB Network Adapters
67154 -# CONFIG_USB_CATC is not set
67155 -# CONFIG_USB_KAWETH is not set
67156 -# CONFIG_USB_PEGASUS is not set
67157 -# CONFIG_USB_RTL8150 is not set
67158 -# CONFIG_USB_USBNET is not set
67159 -# CONFIG_WAN is not set
67160 -# CONFIG_FDDI is not set
67161 -# CONFIG_HIPPI is not set
67162 -# CONFIG_PPP is not set
67163 -# CONFIG_SLIP is not set
67164 -# CONFIG_NET_FC is not set
67165 -# CONFIG_NETCONSOLE is not set
67166 -# CONFIG_NETPOLL is not set
67167 -# CONFIG_NET_POLL_CONTROLLER is not set
67168 -# CONFIG_ISDN is not set
67169 -# CONFIG_PHONE is not set
67172 -# Input device support
67175 -# CONFIG_INPUT_FF_MEMLESS is not set
67176 -# CONFIG_INPUT_POLLDEV is not set
67179 -# Userland interfaces
67181 -# CONFIG_INPUT_MOUSEDEV is not set
67182 -# CONFIG_INPUT_JOYDEV is not set
67183 -# CONFIG_INPUT_EVDEV is not set
67184 -# CONFIG_INPUT_EVBUG is not set
67187 -# Input Device Drivers
67189 -# CONFIG_INPUT_KEYBOARD is not set
67190 -# CONFIG_INPUT_MOUSE is not set
67191 -# CONFIG_INPUT_JOYSTICK is not set
67192 -# CONFIG_INPUT_TABLET is not set
67193 -# CONFIG_INPUT_TOUCHSCREEN is not set
67194 -# CONFIG_INPUT_MISC is not set
67197 -# Hardware I/O ports
67200 -CONFIG_SERIO_I8042=y
67201 -CONFIG_SERIO_SERPORT=y
67202 -# CONFIG_SERIO_PCIPS2 is not set
67203 -CONFIG_SERIO_LIBPS2=y
67204 -# CONFIG_SERIO_RAW is not set
67205 -# CONFIG_GAMEPORT is not set
67208 -# Character devices
67211 -CONFIG_VT_CONSOLE=y
67212 -CONFIG_HW_CONSOLE=y
67213 -# CONFIG_VT_HW_CONSOLE_BINDING is not set
67214 -# CONFIG_SERIAL_NONSTANDARD is not set
67215 -# CONFIG_NOZOMI is not set
67220 -CONFIG_SERIAL_8250=y
67221 -CONFIG_SERIAL_8250_CONSOLE=y
67222 -CONFIG_SERIAL_8250_PCI=y
67223 -CONFIG_SERIAL_8250_NR_UARTS=2
67224 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
67225 -CONFIG_SERIAL_8250_EXTENDED=y
67226 -CONFIG_SERIAL_8250_MANY_PORTS=y
67227 -CONFIG_SERIAL_8250_SHARE_IRQ=y
67228 -CONFIG_SERIAL_8250_DETECT_IRQ=y
67229 -CONFIG_SERIAL_8250_RSA=y
67232 -# Non-8250 serial port support
67234 -# CONFIG_SERIAL_UARTLITE is not set
67235 -CONFIG_SERIAL_CORE=y
67236 -CONFIG_SERIAL_CORE_CONSOLE=y
67237 -# CONFIG_SERIAL_JSM is not set
67238 -# CONFIG_SERIAL_OF_PLATFORM is not set
67239 -CONFIG_UNIX98_PTYS=y
67240 -CONFIG_LEGACY_PTYS=y
67241 -CONFIG_LEGACY_PTY_COUNT=256
67242 -# CONFIG_IPMI_HANDLER is not set
67243 -# CONFIG_HW_RANDOM is not set
67245 -# CONFIG_GEN_RTC is not set
67246 -# CONFIG_R3964 is not set
67247 -# CONFIG_APPLICOM is not set
67248 -# CONFIG_RAW_DRIVER is not set
67249 -# CONFIG_TCG_TPM is not set
67252 -CONFIG_I2C_BOARDINFO=y
67253 -# CONFIG_I2C_CHARDEV is not set
67258 -# CONFIG_I2C_ALGOBIT is not set
67259 -# CONFIG_I2C_ALGOPCF is not set
67260 -# CONFIG_I2C_ALGOPCA is not set
67263 -# I2C Hardware Bus support
67265 -# CONFIG_I2C_ALI1535 is not set
67266 -# CONFIG_I2C_ALI1563 is not set
67267 -# CONFIG_I2C_ALI15X3 is not set
67268 -# CONFIG_I2C_AMD756 is not set
67269 -# CONFIG_I2C_AMD8111 is not set
67270 -# CONFIG_I2C_I801 is not set
67271 -# CONFIG_I2C_I810 is not set
67272 -# CONFIG_I2C_PIIX4 is not set
67274 -# CONFIG_I2C_NFORCE2 is not set
67275 -# CONFIG_I2C_OCORES is not set
67276 -# CONFIG_I2C_PARPORT_LIGHT is not set
67277 -# CONFIG_I2C_PROSAVAGE is not set
67278 -# CONFIG_I2C_SAVAGE4 is not set
67279 -# CONFIG_I2C_SIMTEC is not set
67280 -# CONFIG_I2C_SIS5595 is not set
67281 -# CONFIG_I2C_SIS630 is not set
67282 -# CONFIG_I2C_SIS96X is not set
67283 -# CONFIG_I2C_TAOS_EVM is not set
67284 -# CONFIG_I2C_STUB is not set
67285 -# CONFIG_I2C_TINY_USB is not set
67286 -# CONFIG_I2C_VIA is not set
67287 -# CONFIG_I2C_VIAPRO is not set
67288 -# CONFIG_I2C_VOODOO3 is not set
67291 -# Miscellaneous I2C Chip support
67293 -# CONFIG_DS1682 is not set
67294 -CONFIG_SENSORS_EEPROM=y
67295 -# CONFIG_SENSORS_PCF8574 is not set
67296 -# CONFIG_PCF8575 is not set
67297 -# CONFIG_SENSORS_PCF8591 is not set
67298 -# CONFIG_TPS65010 is not set
67299 -# CONFIG_SENSORS_MAX6875 is not set
67300 -# CONFIG_SENSORS_TSL2550 is not set
67301 -# CONFIG_I2C_DEBUG_CORE is not set
67302 -# CONFIG_I2C_DEBUG_ALGO is not set
67303 -# CONFIG_I2C_DEBUG_BUS is not set
67304 -# CONFIG_I2C_DEBUG_CHIP is not set
67309 -# CONFIG_SPI is not set
67310 -# CONFIG_SPI_MASTER is not set
67311 -# CONFIG_W1 is not set
67312 -# CONFIG_POWER_SUPPLY is not set
67313 -# CONFIG_HWMON is not set
67314 -# CONFIG_THERMAL is not set
67315 -# CONFIG_WATCHDOG is not set
67318 -# Sonics Silicon Backplane
67320 -CONFIG_SSB_POSSIBLE=y
67321 -# CONFIG_SSB is not set
67324 -# Multifunction device drivers
67326 -# CONFIG_MFD_SM501 is not set
67329 -# Multimedia devices
67331 -# CONFIG_VIDEO_DEV is not set
67333 -# CONFIG_DVB_CORE_ATTACH is not set
67334 -CONFIG_DVB_CAPTURE_DRIVERS=y
67337 -# Supported SAA7146 based PCI Adapters
67339 -# CONFIG_TTPCI_EEPROM is not set
67340 -# CONFIG_DVB_BUDGET_CORE is not set
67343 -# Supported USB Adapters
67345 -# CONFIG_DVB_USB is not set
67346 -# CONFIG_DVB_TTUSB_BUDGET is not set
67347 -# CONFIG_DVB_TTUSB_DEC is not set
67348 -# CONFIG_DVB_CINERGYT2 is not set
67351 -# Supported FlexCopII (B2C2) Adapters
67353 -# CONFIG_DVB_B2C2_FLEXCOP is not set
67356 -# Supported BT878 Adapters
67360 -# Supported Pluto2 Adapters
67362 -# CONFIG_DVB_PLUTO2 is not set
67365 -# Supported DVB Frontends
67369 -# Customise DVB Frontends
67371 -# CONFIG_DVB_FE_CUSTOMISE is not set
67374 -# DVB-S (satellite) frontends
67376 -# CONFIG_DVB_STV0299 is not set
67377 -# CONFIG_DVB_CX24110 is not set
67378 -# CONFIG_DVB_CX24123 is not set
67379 -# CONFIG_DVB_TDA8083 is not set
67380 -# CONFIG_DVB_MT312 is not set
67381 -# CONFIG_DVB_VES1X93 is not set
67382 -# CONFIG_DVB_S5H1420 is not set
67383 -# CONFIG_DVB_TDA10086 is not set
67386 -# DVB-T (terrestrial) frontends
67388 -# CONFIG_DVB_SP8870 is not set
67389 -# CONFIG_DVB_SP887X is not set
67390 -# CONFIG_DVB_CX22700 is not set
67391 -# CONFIG_DVB_CX22702 is not set
67392 -# CONFIG_DVB_L64781 is not set
67393 -# CONFIG_DVB_TDA1004X is not set
67394 -# CONFIG_DVB_NXT6000 is not set
67395 -# CONFIG_DVB_MT352 is not set
67396 -# CONFIG_DVB_ZL10353 is not set
67397 -# CONFIG_DVB_DIB3000MB is not set
67398 -# CONFIG_DVB_DIB3000MC is not set
67399 -# CONFIG_DVB_DIB7000M is not set
67400 -# CONFIG_DVB_DIB7000P is not set
67403 -# DVB-C (cable) frontends
67405 -# CONFIG_DVB_VES1820 is not set
67406 -# CONFIG_DVB_TDA10021 is not set
67407 -# CONFIG_DVB_TDA10023 is not set
67408 -# CONFIG_DVB_STV0297 is not set
67411 -# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
67413 -# CONFIG_DVB_NXT200X is not set
67414 -# CONFIG_DVB_OR51211 is not set
67415 -# CONFIG_DVB_OR51132 is not set
67416 -# CONFIG_DVB_BCM3510 is not set
67417 -# CONFIG_DVB_LGDT330X is not set
67418 -# CONFIG_DVB_S5H1409 is not set
67421 -# Tuners/PLL support
67423 -# CONFIG_DVB_PLL is not set
67424 -# CONFIG_DVB_TDA826X is not set
67425 -# CONFIG_DVB_TDA827X is not set
67426 -# CONFIG_DVB_TDA18271 is not set
67427 -# CONFIG_DVB_TUNER_QT1010 is not set
67428 -# CONFIG_DVB_TUNER_MT2060 is not set
67429 -# CONFIG_DVB_TUNER_MT2266 is not set
67430 -# CONFIG_DVB_TUNER_MT2131 is not set
67431 -# CONFIG_DVB_TUNER_DIB0070 is not set
67432 -# CONFIG_DVB_TUNER_XC5000 is not set
67435 -# Miscellaneous devices
67437 -# CONFIG_DVB_LNBP21 is not set
67438 -# CONFIG_DVB_ISL6421 is not set
67439 -# CONFIG_DVB_TUA6100 is not set
67441 -# CONFIG_USB_DABUSB is not set
67444 -# Graphics support
67446 -# CONFIG_AGP is not set
67447 -# CONFIG_DRM is not set
67448 -# CONFIG_VGASTATE is not set
67449 -CONFIG_VIDEO_OUTPUT_CONTROL=y
67450 -# CONFIG_FB is not set
67451 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
67454 -# Display device support
67456 -# CONFIG_DISPLAY_SUPPORT is not set
67459 -# Console display driver support
67461 -CONFIG_VGA_CONSOLE=y
67462 -# CONFIG_VGACON_SOFT_SCROLLBACK is not set
67463 -CONFIG_DUMMY_CONSOLE=y
67471 -# Advanced Linux Sound Architecture
67474 -CONFIG_SND_TIMER=y
67476 -# CONFIG_SND_SEQUENCER is not set
67477 -# CONFIG_SND_MIXER_OSS is not set
67478 -# CONFIG_SND_PCM_OSS is not set
67479 -# CONFIG_SND_DYNAMIC_MINORS is not set
67480 -CONFIG_SND_SUPPORT_OLD_API=y
67481 -CONFIG_SND_VERBOSE_PROCFS=y
67482 -# CONFIG_SND_VERBOSE_PRINTK is not set
67483 -# CONFIG_SND_DEBUG is not set
67488 -CONFIG_SND_AC97_CODEC=y
67489 -# CONFIG_SND_DUMMY is not set
67490 -# CONFIG_SND_MTPAV is not set
67491 -# CONFIG_SND_SERIAL_U16550 is not set
67492 -# CONFIG_SND_MPU401 is not set
67497 -# CONFIG_SND_AD1889 is not set
67498 -# CONFIG_SND_ALS300 is not set
67499 -# CONFIG_SND_ALS4000 is not set
67500 -# CONFIG_SND_ALI5451 is not set
67501 -# CONFIG_SND_ATIIXP is not set
67502 -# CONFIG_SND_ATIIXP_MODEM is not set
67503 -# CONFIG_SND_AU8810 is not set
67504 -# CONFIG_SND_AU8820 is not set
67505 -# CONFIG_SND_AU8830 is not set
67506 -# CONFIG_SND_AZT3328 is not set
67507 -# CONFIG_SND_BT87X is not set
67508 -# CONFIG_SND_CA0106 is not set
67509 -# CONFIG_SND_CMIPCI is not set
67510 -# CONFIG_SND_OXYGEN is not set
67511 -# CONFIG_SND_CS4281 is not set
67512 -# CONFIG_SND_CS46XX is not set
67513 -# CONFIG_SND_CS5530 is not set
67514 -# CONFIG_SND_DARLA20 is not set
67515 -# CONFIG_SND_GINA20 is not set
67516 -# CONFIG_SND_LAYLA20 is not set
67517 -# CONFIG_SND_DARLA24 is not set
67518 -# CONFIG_SND_GINA24 is not set
67519 -# CONFIG_SND_LAYLA24 is not set
67520 -# CONFIG_SND_MONA is not set
67521 -# CONFIG_SND_MIA is not set
67522 -# CONFIG_SND_ECHO3G is not set
67523 -# CONFIG_SND_INDIGO is not set
67524 -# CONFIG_SND_INDIGOIO is not set
67525 -# CONFIG_SND_INDIGODJ is not set
67526 -# CONFIG_SND_EMU10K1 is not set
67527 -# CONFIG_SND_EMU10K1X is not set
67528 -# CONFIG_SND_ENS1370 is not set
67529 -# CONFIG_SND_ENS1371 is not set
67530 -# CONFIG_SND_ES1938 is not set
67531 -# CONFIG_SND_ES1968 is not set
67532 -# CONFIG_SND_FM801 is not set
67533 -# CONFIG_SND_HDA_INTEL is not set
67534 -# CONFIG_SND_HDSP is not set
67535 -# CONFIG_SND_HDSPM is not set
67536 -# CONFIG_SND_HIFIER is not set
67537 -# CONFIG_SND_ICE1712 is not set
67538 -# CONFIG_SND_ICE1724 is not set
67539 -CONFIG_SND_INTEL8X0=y
67540 -# CONFIG_SND_INTEL8X0M is not set
67541 -# CONFIG_SND_KORG1212 is not set
67542 -# CONFIG_SND_MAESTRO3 is not set
67543 -# CONFIG_SND_MIXART is not set
67544 -# CONFIG_SND_NM256 is not set
67545 -# CONFIG_SND_PCXHR is not set
67546 -# CONFIG_SND_RIPTIDE is not set
67547 -# CONFIG_SND_RME32 is not set
67548 -# CONFIG_SND_RME96 is not set
67549 -# CONFIG_SND_RME9652 is not set
67550 -# CONFIG_SND_SONICVIBES is not set
67551 -# CONFIG_SND_TRIDENT is not set
67552 -# CONFIG_SND_VIA82XX is not set
67553 -# CONFIG_SND_VIA82XX_MODEM is not set
67554 -# CONFIG_SND_VIRTUOSO is not set
67555 -# CONFIG_SND_VX222 is not set
67556 -# CONFIG_SND_YMFPCI is not set
67557 -# CONFIG_SND_AC97_POWER_SAVE is not set
67560 -# ALSA PowerMac devices
67564 -# ALSA PowerPC devices
67570 -# CONFIG_SND_USB_AUDIO is not set
67571 -# CONFIG_SND_USB_USX2Y is not set
67572 -# CONFIG_SND_USB_CAIAQ is not set
67575 -# System on Chip audio support
67577 -# CONFIG_SND_SOC is not set
67580 -# SoC Audio support for SuperH
67584 -# ALSA SoC audio for Freescale SOCs
67588 -# Open Sound System
67590 -# CONFIG_SOUND_PRIME is not set
67592 -CONFIG_HID_SUPPORT=y
67594 -# CONFIG_HID_DEBUG is not set
67595 -# CONFIG_HIDRAW is not set
67598 -# USB Input Devices
67601 -# CONFIG_USB_HIDINPUT_POWERBOOK is not set
67602 -# CONFIG_HID_FF is not set
67603 -# CONFIG_USB_HIDDEV is not set
67604 -CONFIG_USB_SUPPORT=y
67605 -CONFIG_USB_ARCH_HAS_HCD=y
67606 -CONFIG_USB_ARCH_HAS_OHCI=y
67607 -CONFIG_USB_ARCH_HAS_EHCI=y
67609 -# CONFIG_USB_DEBUG is not set
67610 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
67613 -# Miscellaneous USB options
67615 -CONFIG_USB_DEVICEFS=y
67616 -CONFIG_USB_DEVICE_CLASS=y
67617 -# CONFIG_USB_DYNAMIC_MINORS is not set
67618 -# CONFIG_USB_OTG is not set
67621 -# USB Host Controller Drivers
67623 -CONFIG_USB_EHCI_HCD=y
67624 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
67625 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
67626 -# CONFIG_USB_EHCI_FSL is not set
67627 -CONFIG_USB_EHCI_HCD_PPC_OF=y
67628 -# CONFIG_USB_ISP116X_HCD is not set
67629 -CONFIG_USB_OHCI_HCD=y
67630 -CONFIG_USB_OHCI_HCD_PPC_OF=y
67631 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
67632 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
67633 -CONFIG_USB_OHCI_HCD_PCI=y
67634 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
67635 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
67636 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
67637 -# CONFIG_USB_UHCI_HCD is not set
67638 -# CONFIG_USB_SL811_HCD is not set
67639 -# CONFIG_USB_R8A66597_HCD is not set
67642 -# USB Device Class drivers
67644 -# CONFIG_USB_ACM is not set
67645 -# CONFIG_USB_PRINTER is not set
67648 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
67652 -# may also be needed; see USB_STORAGE Help for more information
67654 -CONFIG_USB_STORAGE=y
67655 -# CONFIG_USB_STORAGE_DEBUG is not set
67656 -# CONFIG_USB_STORAGE_DATAFAB is not set
67657 -# CONFIG_USB_STORAGE_FREECOM is not set
67658 -# CONFIG_USB_STORAGE_ISD200 is not set
67659 -# CONFIG_USB_STORAGE_DPCM is not set
67660 -# CONFIG_USB_STORAGE_USBAT is not set
67661 -# CONFIG_USB_STORAGE_SDDR09 is not set
67662 -# CONFIG_USB_STORAGE_SDDR55 is not set
67663 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
67664 -# CONFIG_USB_STORAGE_ALAUDA is not set
67665 -# CONFIG_USB_STORAGE_KARMA is not set
67666 -# CONFIG_USB_LIBUSUAL is not set
67669 -# USB Imaging devices
67671 -# CONFIG_USB_MDC800 is not set
67672 -# CONFIG_USB_MICROTEK is not set
67676 -# USB port drivers
67678 -# CONFIG_USB_SERIAL is not set
67681 -# USB Miscellaneous drivers
67683 -# CONFIG_USB_EMI62 is not set
67684 -# CONFIG_USB_EMI26 is not set
67685 -# CONFIG_USB_ADUTUX is not set
67686 -# CONFIG_USB_AUERSWALD is not set
67687 -# CONFIG_USB_RIO500 is not set
67688 -# CONFIG_USB_LEGOTOWER is not set
67689 -# CONFIG_USB_LCD is not set
67690 -# CONFIG_USB_BERRY_CHARGE is not set
67691 -# CONFIG_USB_LED is not set
67692 -# CONFIG_USB_CYPRESS_CY7C63 is not set
67693 -# CONFIG_USB_CYTHERM is not set
67694 -# CONFIG_USB_PHIDGET is not set
67695 -# CONFIG_USB_IDMOUSE is not set
67696 -# CONFIG_USB_FTDI_ELAN is not set
67697 -# CONFIG_USB_APPLEDISPLAY is not set
67698 -# CONFIG_USB_SISUSBVGA is not set
67699 -# CONFIG_USB_LD is not set
67700 -# CONFIG_USB_TRANCEVIBRATOR is not set
67701 -# CONFIG_USB_IOWARRIOR is not set
67702 -# CONFIG_USB_TEST is not set
67703 -# CONFIG_USB_GADGET is not set
67704 -# CONFIG_MMC is not set
67705 -# CONFIG_MEMSTICK is not set
67706 -# CONFIG_NEW_LEDS is not set
67707 -# CONFIG_INFINIBAND is not set
67708 -# CONFIG_EDAC is not set
67710 -CONFIG_RTC_CLASS=y
67711 -CONFIG_RTC_HCTOSYS=y
67712 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
67713 -# CONFIG_RTC_DEBUG is not set
67718 -CONFIG_RTC_INTF_SYSFS=y
67719 -CONFIG_RTC_INTF_PROC=y
67720 -CONFIG_RTC_INTF_DEV=y
67721 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
67722 -# CONFIG_RTC_DRV_TEST is not set
67727 -# CONFIG_RTC_DRV_DS1307 is not set
67728 -# CONFIG_RTC_DRV_DS1374 is not set
67729 -# CONFIG_RTC_DRV_DS1672 is not set
67730 -# CONFIG_RTC_DRV_MAX6900 is not set
67731 -# CONFIG_RTC_DRV_RS5C372 is not set
67732 -# CONFIG_RTC_DRV_ISL1208 is not set
67733 -# CONFIG_RTC_DRV_X1205 is not set
67734 -# CONFIG_RTC_DRV_PCF8563 is not set
67735 -# CONFIG_RTC_DRV_PCF8583 is not set
67736 -# CONFIG_RTC_DRV_M41T80 is not set
67737 -# CONFIG_RTC_DRV_S35390A is not set
67744 -# Platform RTC drivers
67746 -CONFIG_RTC_DRV_CMOS=y
67747 -# CONFIG_RTC_DRV_DS1511 is not set
67748 -# CONFIG_RTC_DRV_DS1553 is not set
67749 -# CONFIG_RTC_DRV_DS1742 is not set
67750 -# CONFIG_RTC_DRV_STK17TA8 is not set
67751 -# CONFIG_RTC_DRV_M48T86 is not set
67752 -# CONFIG_RTC_DRV_M48T59 is not set
67753 -# CONFIG_RTC_DRV_V3020 is not set
67756 -# on-CPU RTC drivers
67758 -# CONFIG_DMADEVICES is not set
67763 -# CONFIG_UIO is not set
67769 -# CONFIG_EXT2_FS_XATTR is not set
67770 -# CONFIG_EXT2_FS_XIP is not set
67772 -CONFIG_EXT3_FS_XATTR=y
67773 -# CONFIG_EXT3_FS_POSIX_ACL is not set
67774 -# CONFIG_EXT3_FS_SECURITY is not set
67775 -# CONFIG_EXT4DEV_FS is not set
67777 -CONFIG_FS_MBCACHE=y
67778 -# CONFIG_REISERFS_FS is not set
67779 -# CONFIG_JFS_FS is not set
67780 -# CONFIG_FS_POSIX_ACL is not set
67781 -# CONFIG_XFS_FS is not set
67782 -# CONFIG_GFS2_FS is not set
67783 -# CONFIG_OCFS2_FS is not set
67786 -CONFIG_INOTIFY_USER=y
67787 -# CONFIG_QUOTA is not set
67788 -# CONFIG_AUTOFS_FS is not set
67789 -# CONFIG_AUTOFS4_FS is not set
67790 -# CONFIG_FUSE_FS is not set
67793 -# CD-ROM/DVD Filesystems
67795 -CONFIG_ISO9660_FS=m
67802 -# DOS/FAT/NT Filesystems
67807 -CONFIG_FAT_DEFAULT_CODEPAGE=437
67808 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
67810 -# CONFIG_NTFS_DEBUG is not set
67811 -# CONFIG_NTFS_RW is not set
67814 -# Pseudo filesystems
67817 -CONFIG_PROC_KCORE=y
67818 -CONFIG_PROC_SYSCTL=y
67821 -# CONFIG_TMPFS_POSIX_ACL is not set
67822 -# CONFIG_HUGETLB_PAGE is not set
67823 -# CONFIG_CONFIGFS_FS is not set
67826 -# Miscellaneous filesystems
67829 -# CONFIG_ADFS_FS_RW is not set
67832 -CONFIG_HFSPLUS_FS=m
67834 -# CONFIG_BEFS_DEBUG is not set
67839 -# CONFIG_MINIX_FS is not set
67841 -CONFIG_QNX4FS_FS=m
67842 -# CONFIG_ROMFS_FS is not set
67845 -# CONFIG_UFS_FS_WRITE is not set
67846 -# CONFIG_UFS_DEBUG is not set
67847 -CONFIG_NETWORK_FILESYSTEMS=y
67850 -# CONFIG_NFS_V3_ACL is not set
67852 -# CONFIG_NFS_DIRECTIO is not set
67854 -# CONFIG_NFSD_V3 is not set
67860 -CONFIG_NFS_COMMON=y
67862 -CONFIG_SUNRPC_GSS=y
67863 -# CONFIG_SUNRPC_BIND34 is not set
67864 -CONFIG_RPCSEC_GSS_KRB5=y
67865 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
67866 -# CONFIG_SMB_FS is not set
67867 -# CONFIG_CIFS is not set
67868 -# CONFIG_NCP_FS is not set
67869 -# CONFIG_CODA_FS is not set
67870 -# CONFIG_AFS_FS is not set
67875 -CONFIG_PARTITION_ADVANCED=y
67876 -# CONFIG_ACORN_PARTITION is not set
67877 -# CONFIG_OSF_PARTITION is not set
67878 -# CONFIG_AMIGA_PARTITION is not set
67879 -# CONFIG_ATARI_PARTITION is not set
67880 -CONFIG_MAC_PARTITION=y
67881 -CONFIG_MSDOS_PARTITION=y
67882 -# CONFIG_BSD_DISKLABEL is not set
67883 -# CONFIG_MINIX_SUBPARTITION is not set
67884 -# CONFIG_SOLARIS_X86_PARTITION is not set
67885 -# CONFIG_UNIXWARE_DISKLABEL is not set
67886 -# CONFIG_LDM_PARTITION is not set
67887 -# CONFIG_SGI_PARTITION is not set
67888 -# CONFIG_ULTRIX_PARTITION is not set
67889 -# CONFIG_SUN_PARTITION is not set
67890 -# CONFIG_KARMA_PARTITION is not set
67891 -# CONFIG_EFI_PARTITION is not set
67892 -# CONFIG_SYSV68_PARTITION is not set
67894 -CONFIG_NLS_DEFAULT="iso8859-1"
67895 -# CONFIG_NLS_CODEPAGE_437 is not set
67896 -# CONFIG_NLS_CODEPAGE_737 is not set
67897 -# CONFIG_NLS_CODEPAGE_775 is not set
67898 -# CONFIG_NLS_CODEPAGE_850 is not set
67899 -# CONFIG_NLS_CODEPAGE_852 is not set
67900 -# CONFIG_NLS_CODEPAGE_855 is not set
67901 -# CONFIG_NLS_CODEPAGE_857 is not set
67902 -# CONFIG_NLS_CODEPAGE_860 is not set
67903 -# CONFIG_NLS_CODEPAGE_861 is not set
67904 -# CONFIG_NLS_CODEPAGE_862 is not set
67905 -# CONFIG_NLS_CODEPAGE_863 is not set
67906 -# CONFIG_NLS_CODEPAGE_864 is not set
67907 -# CONFIG_NLS_CODEPAGE_865 is not set
67908 -# CONFIG_NLS_CODEPAGE_866 is not set
67909 -# CONFIG_NLS_CODEPAGE_869 is not set
67910 -# CONFIG_NLS_CODEPAGE_936 is not set
67911 -# CONFIG_NLS_CODEPAGE_950 is not set
67912 -# CONFIG_NLS_CODEPAGE_932 is not set
67913 -# CONFIG_NLS_CODEPAGE_949 is not set
67914 -# CONFIG_NLS_CODEPAGE_874 is not set
67915 -# CONFIG_NLS_ISO8859_8 is not set
67916 -# CONFIG_NLS_CODEPAGE_1250 is not set
67917 -# CONFIG_NLS_CODEPAGE_1251 is not set
67918 -# CONFIG_NLS_ASCII is not set
67919 -# CONFIG_NLS_ISO8859_1 is not set
67920 -# CONFIG_NLS_ISO8859_2 is not set
67921 -# CONFIG_NLS_ISO8859_3 is not set
67922 -# CONFIG_NLS_ISO8859_4 is not set
67923 -# CONFIG_NLS_ISO8859_5 is not set
67924 -# CONFIG_NLS_ISO8859_6 is not set
67925 -# CONFIG_NLS_ISO8859_7 is not set
67926 -# CONFIG_NLS_ISO8859_9 is not set
67927 -# CONFIG_NLS_ISO8859_13 is not set
67928 -# CONFIG_NLS_ISO8859_14 is not set
67929 -# CONFIG_NLS_ISO8859_15 is not set
67930 -# CONFIG_NLS_KOI8_R is not set
67931 -# CONFIG_NLS_KOI8_U is not set
67933 -# CONFIG_DLM is not set
67936 -# Library routines
67938 -CONFIG_BITREVERSE=y
67939 -# CONFIG_CRC_CCITT is not set
67940 -# CONFIG_CRC16 is not set
67941 -# CONFIG_CRC_ITU_T is not set
67943 -# CONFIG_CRC7 is not set
67944 -CONFIG_LIBCRC32C=m
67945 -CONFIG_ZLIB_INFLATE=y
67947 -CONFIG_HAS_IOMEM=y
67948 -CONFIG_HAS_IOPORT=y
67954 -# CONFIG_PRINTK_TIME is not set
67955 -CONFIG_ENABLE_WARN_DEPRECATED=y
67956 -CONFIG_ENABLE_MUST_CHECK=y
67957 -# CONFIG_MAGIC_SYSRQ is not set
67958 -# CONFIG_UNUSED_SYMBOLS is not set
67959 -# CONFIG_DEBUG_FS is not set
67960 -# CONFIG_HEADERS_CHECK is not set
67961 -CONFIG_DEBUG_KERNEL=y
67962 -# CONFIG_DEBUG_SHIRQ is not set
67963 -CONFIG_DETECT_SOFTLOCKUP=y
67964 -CONFIG_SCHED_DEBUG=y
67965 -# CONFIG_SCHEDSTATS is not set
67966 -# CONFIG_TIMER_STATS is not set
67967 -# CONFIG_SLUB_DEBUG_ON is not set
67968 -# CONFIG_SLUB_STATS is not set
67969 -# CONFIG_DEBUG_RT_MUTEXES is not set
67970 -# CONFIG_RT_MUTEX_TESTER is not set
67971 -# CONFIG_DEBUG_SPINLOCK is not set
67972 -# CONFIG_DEBUG_MUTEXES is not set
67973 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
67974 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
67975 -# CONFIG_DEBUG_KOBJECT is not set
67976 -# CONFIG_DEBUG_HIGHMEM is not set
67977 -# CONFIG_DEBUG_BUGVERBOSE is not set
67978 -CONFIG_DEBUG_INFO=y
67979 -# CONFIG_DEBUG_VM is not set
67980 -# CONFIG_DEBUG_LIST is not set
67981 -# CONFIG_DEBUG_SG is not set
67982 -# CONFIG_BOOT_PRINTK_DELAY is not set
67983 -# CONFIG_RCU_TORTURE_TEST is not set
67984 -# CONFIG_BACKTRACE_SELF_TEST is not set
67985 -# CONFIG_FAULT_INJECTION is not set
67986 -# CONFIG_SAMPLES is not set
67987 -# CONFIG_DEBUG_STACKOVERFLOW is not set
67988 -# CONFIG_DEBUG_STACK_USAGE is not set
67989 -# CONFIG_DEBUG_PAGEALLOC is not set
67990 -# CONFIG_DEBUGGER is not set
67991 -# CONFIG_BDI_SWITCH is not set
67992 -# CONFIG_PPC_EARLY_DEBUG is not set
67995 -# Security options
67997 -# CONFIG_KEYS is not set
67998 -# CONFIG_SECURITY is not set
67999 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
68001 -CONFIG_CRYPTO_ALGAPI=y
68002 -CONFIG_CRYPTO_BLKCIPHER=y
68003 -# CONFIG_CRYPTO_SEQIV is not set
68004 -CONFIG_CRYPTO_HASH=y
68005 -CONFIG_CRYPTO_MANAGER=y
68006 -CONFIG_CRYPTO_HMAC=y
68007 -# CONFIG_CRYPTO_XCBC is not set
68008 -# CONFIG_CRYPTO_NULL is not set
68009 -# CONFIG_CRYPTO_MD4 is not set
68010 -CONFIG_CRYPTO_MD5=y
68011 -CONFIG_CRYPTO_SHA1=m
68012 -# CONFIG_CRYPTO_SHA256 is not set
68013 -# CONFIG_CRYPTO_SHA512 is not set
68014 -# CONFIG_CRYPTO_WP512 is not set
68015 -# CONFIG_CRYPTO_TGR192 is not set
68016 -# CONFIG_CRYPTO_GF128MUL is not set
68017 -# CONFIG_CRYPTO_ECB is not set
68018 -CONFIG_CRYPTO_CBC=y
68019 -CONFIG_CRYPTO_PCBC=m
68020 -# CONFIG_CRYPTO_LRW is not set
68021 -# CONFIG_CRYPTO_XTS is not set
68022 -# CONFIG_CRYPTO_CTR is not set
68023 -# CONFIG_CRYPTO_GCM is not set
68024 -# CONFIG_CRYPTO_CCM is not set
68025 -# CONFIG_CRYPTO_CRYPTD is not set
68026 -CONFIG_CRYPTO_DES=y
68027 -# CONFIG_CRYPTO_FCRYPT is not set
68028 -# CONFIG_CRYPTO_BLOWFISH is not set
68029 -# CONFIG_CRYPTO_TWOFISH is not set
68030 -# CONFIG_CRYPTO_SERPENT is not set
68031 -# CONFIG_CRYPTO_AES is not set
68032 -# CONFIG_CRYPTO_CAST5 is not set
68033 -# CONFIG_CRYPTO_CAST6 is not set
68034 -# CONFIG_CRYPTO_TEA is not set
68035 -# CONFIG_CRYPTO_ARC4 is not set
68036 -# CONFIG_CRYPTO_KHAZAD is not set
68037 -# CONFIG_CRYPTO_ANUBIS is not set
68038 -# CONFIG_CRYPTO_SEED is not set
68039 -# CONFIG_CRYPTO_SALSA20 is not set
68040 -# CONFIG_CRYPTO_DEFLATE is not set
68041 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
68042 -# CONFIG_CRYPTO_CRC32C is not set
68043 -# CONFIG_CRYPTO_CAMELLIA is not set
68044 -# CONFIG_CRYPTO_TEST is not set
68045 -# CONFIG_CRYPTO_AUTHENC is not set
68046 -# CONFIG_CRYPTO_LZO is not set
68047 -CONFIG_CRYPTO_HW=y
68048 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
68049 -# CONFIG_PPC_CLOCK is not set
68050 --- a/arch/powerpc/configs/mpc8560_ads_defconfig
68054 -# Automatically generated make config: don't edit
68055 -# Linux kernel version: 2.6.25-rc6
68056 -# Mon Mar 24 08:48:27 2008
68058 -# CONFIG_PPC64 is not set
68061 -# Processor support
68063 -# CONFIG_6xx is not set
68065 -# CONFIG_PPC_8xx is not set
68066 -# CONFIG_40x is not set
68067 -# CONFIG_44x is not set
68068 -# CONFIG_E200 is not set
68071 -CONFIG_FSL_BOOKE=y
68072 -CONFIG_FSL_EMB_PERFMON=y
68073 -# CONFIG_PHYS_64BIT is not set
68075 -# CONFIG_PPC_MM_SLICES is not set
68077 -CONFIG_WORD_SIZE=32
68078 -CONFIG_PPC_MERGE=y
68080 -CONFIG_GENERIC_CMOS_UPDATE=y
68081 -CONFIG_GENERIC_TIME=y
68082 -CONFIG_GENERIC_TIME_VSYSCALL=y
68083 -CONFIG_GENERIC_CLOCKEVENTS=y
68084 -CONFIG_GENERIC_HARDIRQS=y
68085 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
68086 -CONFIG_IRQ_PER_CPU=y
68087 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
68088 -CONFIG_ARCH_HAS_ILOG2_U32=y
68089 -CONFIG_GENERIC_HWEIGHT=y
68090 -CONFIG_GENERIC_CALIBRATE_DELAY=y
68091 -CONFIG_GENERIC_FIND_NEXT_BIT=y
68092 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
68094 -CONFIG_EARLY_PRINTK=y
68095 -CONFIG_GENERIC_NVRAM=y
68096 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
68097 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
68100 -CONFIG_PPC_UDBG_16550=y
68101 -# CONFIG_GENERIC_TBSYNC is not set
68102 -CONFIG_AUDIT_ARCH=y
68103 -CONFIG_GENERIC_BUG=y
68104 -CONFIG_DEFAULT_UIMAGE=y
68105 -# CONFIG_PPC_DCR_NATIVE is not set
68106 -# CONFIG_PPC_DCR_MMIO is not set
68107 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
68112 -CONFIG_EXPERIMENTAL=y
68113 -CONFIG_BROKEN_ON_SMP=y
68114 -CONFIG_INIT_ENV_ARG_LIMIT=32
68115 -CONFIG_LOCALVERSION=""
68116 -CONFIG_LOCALVERSION_AUTO=y
68119 -CONFIG_SYSVIPC_SYSCTL=y
68120 -# CONFIG_POSIX_MQUEUE is not set
68121 -# CONFIG_BSD_PROCESS_ACCT is not set
68122 -# CONFIG_TASKSTATS is not set
68123 -# CONFIG_AUDIT is not set
68124 -# CONFIG_IKCONFIG is not set
68125 -CONFIG_LOG_BUF_SHIFT=14
68126 -# CONFIG_CGROUPS is not set
68127 -CONFIG_GROUP_SCHED=y
68128 -# CONFIG_FAIR_GROUP_SCHED is not set
68129 -# CONFIG_RT_GROUP_SCHED is not set
68130 -CONFIG_USER_SCHED=y
68131 -# CONFIG_CGROUP_SCHED is not set
68132 -CONFIG_SYSFS_DEPRECATED=y
68133 -CONFIG_SYSFS_DEPRECATED_V2=y
68134 -# CONFIG_RELAY is not set
68135 -# CONFIG_NAMESPACES is not set
68136 -CONFIG_BLK_DEV_INITRD=y
68137 -CONFIG_INITRAMFS_SOURCE=""
68138 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
68141 -CONFIG_SYSCTL_SYSCALL=y
68143 -# CONFIG_KALLSYMS_ALL is not set
68144 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
68149 -CONFIG_COMPAT_BRK=y
68150 -CONFIG_BASE_FULL=y
68152 -CONFIG_ANON_INODES=y
68158 -CONFIG_VM_EVENT_COUNTERS=y
68159 -CONFIG_SLUB_DEBUG=y
68160 -# CONFIG_SLAB is not set
68162 -# CONFIG_SLOB is not set
68163 -# CONFIG_PROFILING is not set
68164 -# CONFIG_MARKERS is not set
68165 -CONFIG_HAVE_OPROFILE=y
68166 -CONFIG_HAVE_KPROBES=y
68167 -CONFIG_HAVE_KRETPROBES=y
68168 -CONFIG_PROC_PAGE_MONITOR=y
68170 -CONFIG_RT_MUTEXES=y
68171 -# CONFIG_TINY_SHMEM is not set
68172 -CONFIG_BASE_SMALL=0
68173 -# CONFIG_MODULES is not set
68175 -# CONFIG_LBD is not set
68176 -# CONFIG_BLK_DEV_IO_TRACE is not set
68177 -# CONFIG_LSF is not set
68178 -# CONFIG_BLK_DEV_BSG is not set
68183 -CONFIG_IOSCHED_NOOP=y
68184 -CONFIG_IOSCHED_AS=y
68185 -CONFIG_IOSCHED_DEADLINE=y
68186 -CONFIG_IOSCHED_CFQ=y
68187 -CONFIG_DEFAULT_AS=y
68188 -# CONFIG_DEFAULT_DEADLINE is not set
68189 -# CONFIG_DEFAULT_CFQ is not set
68190 -# CONFIG_DEFAULT_NOOP is not set
68191 -CONFIG_DEFAULT_IOSCHED="anticipatory"
68192 -CONFIG_CLASSIC_RCU=y
68195 -# Platform support
68197 -# CONFIG_PPC_MPC512x is not set
68198 -# CONFIG_PPC_MPC5121 is not set
68199 -# CONFIG_PPC_CELL is not set
68200 -# CONFIG_PPC_CELL_NATIVE is not set
68201 -# CONFIG_PQ2ADS is not set
68203 -# CONFIG_MPC8540_ADS is not set
68204 -CONFIG_MPC8560_ADS=y
68205 -# CONFIG_MPC85xx_CDS is not set
68206 -# CONFIG_MPC85xx_MDS is not set
68207 -# CONFIG_MPC85xx_DS is not set
68208 -# CONFIG_STX_GP3 is not set
68209 -# CONFIG_TQM8540 is not set
68210 -# CONFIG_TQM8541 is not set
68211 -# CONFIG_TQM8555 is not set
68212 -# CONFIG_TQM8560 is not set
68213 -# CONFIG_SBC8548 is not set
68214 -# CONFIG_SBC8560 is not set
68215 -# CONFIG_IPIC is not set
68217 -# CONFIG_MPIC_WEIRD is not set
68218 -# CONFIG_PPC_I8259 is not set
68219 -# CONFIG_PPC_RTAS is not set
68220 -# CONFIG_MMIO_NVRAM is not set
68221 -# CONFIG_PPC_MPC106 is not set
68222 -# CONFIG_PPC_970_NAP is not set
68223 -# CONFIG_PPC_INDIRECT_IO is not set
68224 -# CONFIG_GENERIC_IOMAP is not set
68225 -# CONFIG_CPU_FREQ is not set
68227 -CONFIG_PPC_CPM_NEW_BINDING=y
68228 -# CONFIG_FSL_ULI1575 is not set
68234 -# CONFIG_HIGHMEM is not set
68235 -# CONFIG_TICK_ONESHOT is not set
68236 -# CONFIG_NO_HZ is not set
68237 -# CONFIG_HIGH_RES_TIMERS is not set
68238 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
68239 -# CONFIG_HZ_100 is not set
68241 -# CONFIG_HZ_300 is not set
68242 -# CONFIG_HZ_1000 is not set
68244 -# CONFIG_SCHED_HRTICK is not set
68245 -CONFIG_PREEMPT_NONE=y
68246 -# CONFIG_PREEMPT_VOLUNTARY is not set
68247 -# CONFIG_PREEMPT is not set
68248 -CONFIG_BINFMT_ELF=y
68249 -CONFIG_BINFMT_MISC=y
68250 -CONFIG_MATH_EMULATION=y
68251 -# CONFIG_IOMMU_HELPER is not set
68252 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
68253 -CONFIG_ARCH_HAS_WALK_MEMORY=y
68254 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
68255 -CONFIG_ARCH_FLATMEM_ENABLE=y
68256 -CONFIG_ARCH_POPULATES_NODE_MAP=y
68257 -CONFIG_SELECT_MEMORY_MODEL=y
68258 -CONFIG_FLATMEM_MANUAL=y
68259 -# CONFIG_DISCONTIGMEM_MANUAL is not set
68260 -# CONFIG_SPARSEMEM_MANUAL is not set
68262 -CONFIG_FLAT_NODE_MEM_MAP=y
68263 -# CONFIG_SPARSEMEM_STATIC is not set
68264 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
68265 -CONFIG_SPLIT_PTLOCK_CPUS=4
68266 -# CONFIG_RESOURCES_64BIT is not set
68267 -CONFIG_ZONE_DMA_FLAG=1
68269 -CONFIG_VIRT_TO_BUS=y
68270 -# CONFIG_PROC_DEVICETREE is not set
68271 -# CONFIG_CMDLINE_BOOL is not set
68272 -# CONFIG_PM is not set
68273 -# CONFIG_SECCOMP is not set
68274 -CONFIG_ISA_DMA_API=y
68280 -CONFIG_PPC_INDIRECT_PCI=y
68284 -CONFIG_PCI_DOMAINS=y
68285 -CONFIG_PCI_SYSCALL=y
68286 -# CONFIG_PCIEPORTBUS is not set
68287 -CONFIG_ARCH_SUPPORTS_MSI=y
68288 -# CONFIG_PCI_MSI is not set
68289 -CONFIG_PCI_LEGACY=y
68290 -CONFIG_PCI_DEBUG=y
68291 -# CONFIG_PCCARD is not set
68292 -# CONFIG_HOTPLUG_PCI is not set
68297 -# CONFIG_ADVANCED_OPTIONS is not set
68300 -# Default settings for advanced configuration options are used
68302 -CONFIG_HIGHMEM_START=0xfe000000
68303 -CONFIG_LOWMEM_SIZE=0x30000000
68304 -CONFIG_KERNEL_START=0xc0000000
68305 -CONFIG_TASK_SIZE=0xc0000000
68306 -CONFIG_BOOT_LOAD=0x00800000
68314 -# Networking options
68317 -# CONFIG_PACKET_MMAP is not set
68320 -# CONFIG_XFRM_USER is not set
68321 -# CONFIG_XFRM_SUB_POLICY is not set
68322 -# CONFIG_XFRM_MIGRATE is not set
68323 -# CONFIG_XFRM_STATISTICS is not set
68324 -# CONFIG_NET_KEY is not set
68326 -CONFIG_IP_MULTICAST=y
68327 -# CONFIG_IP_ADVANCED_ROUTER is not set
68328 -CONFIG_IP_FIB_HASH=y
68330 -CONFIG_IP_PNP_DHCP=y
68331 -CONFIG_IP_PNP_BOOTP=y
68332 -# CONFIG_IP_PNP_RARP is not set
68333 -# CONFIG_NET_IPIP is not set
68334 -# CONFIG_NET_IPGRE is not set
68335 -# CONFIG_IP_MROUTE is not set
68336 -# CONFIG_ARPD is not set
68337 -CONFIG_SYN_COOKIES=y
68338 -# CONFIG_INET_AH is not set
68339 -# CONFIG_INET_ESP is not set
68340 -# CONFIG_INET_IPCOMP is not set
68341 -# CONFIG_INET_XFRM_TUNNEL is not set
68342 -# CONFIG_INET_TUNNEL is not set
68343 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
68344 -CONFIG_INET_XFRM_MODE_TUNNEL=y
68345 -CONFIG_INET_XFRM_MODE_BEET=y
68346 -# CONFIG_INET_LRO is not set
68347 -CONFIG_INET_DIAG=y
68348 -CONFIG_INET_TCP_DIAG=y
68349 -# CONFIG_TCP_CONG_ADVANCED is not set
68350 -CONFIG_TCP_CONG_CUBIC=y
68351 -CONFIG_DEFAULT_TCP_CONG="cubic"
68352 -# CONFIG_TCP_MD5SIG is not set
68353 -# CONFIG_IPV6 is not set
68354 -# CONFIG_INET6_XFRM_TUNNEL is not set
68355 -# CONFIG_INET6_TUNNEL is not set
68356 -# CONFIG_NETWORK_SECMARK is not set
68357 -# CONFIG_NETFILTER is not set
68358 -# CONFIG_IP_DCCP is not set
68359 -# CONFIG_IP_SCTP is not set
68360 -# CONFIG_TIPC is not set
68361 -# CONFIG_ATM is not set
68362 -# CONFIG_BRIDGE is not set
68363 -# CONFIG_VLAN_8021Q is not set
68364 -# CONFIG_DECNET is not set
68365 -# CONFIG_LLC2 is not set
68366 -# CONFIG_IPX is not set
68367 -# CONFIG_ATALK is not set
68368 -# CONFIG_X25 is not set
68369 -# CONFIG_LAPB is not set
68370 -# CONFIG_ECONET is not set
68371 -# CONFIG_WAN_ROUTER is not set
68372 -# CONFIG_NET_SCHED is not set
68377 -# CONFIG_NET_PKTGEN is not set
68378 -# CONFIG_HAMRADIO is not set
68379 -# CONFIG_CAN is not set
68380 -# CONFIG_IRDA is not set
68381 -# CONFIG_BT is not set
68382 -# CONFIG_AF_RXRPC is not set
68387 -# CONFIG_CFG80211 is not set
68388 -# CONFIG_WIRELESS_EXT is not set
68389 -# CONFIG_MAC80211 is not set
68390 -# CONFIG_IEEE80211 is not set
68391 -# CONFIG_RFKILL is not set
68392 -# CONFIG_NET_9P is not set
68399 -# Generic Driver Options
68401 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
68402 -CONFIG_STANDALONE=y
68403 -CONFIG_PREVENT_FIRMWARE_BUILD=y
68404 -# CONFIG_FW_LOADER is not set
68405 -# CONFIG_DEBUG_DRIVER is not set
68406 -# CONFIG_DEBUG_DEVRES is not set
68407 -# CONFIG_SYS_HYPERVISOR is not set
68408 -# CONFIG_CONNECTOR is not set
68409 -# CONFIG_MTD is not set
68410 -CONFIG_OF_DEVICE=y
68411 -# CONFIG_PARPORT is not set
68413 -# CONFIG_BLK_DEV_FD is not set
68414 -# CONFIG_BLK_CPQ_DA is not set
68415 -# CONFIG_BLK_CPQ_CISS_DA is not set
68416 -# CONFIG_BLK_DEV_DAC960 is not set
68417 -# CONFIG_BLK_DEV_UMEM is not set
68418 -# CONFIG_BLK_DEV_COW_COMMON is not set
68419 -CONFIG_BLK_DEV_LOOP=y
68420 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
68421 -# CONFIG_BLK_DEV_NBD is not set
68422 -# CONFIG_BLK_DEV_SX8 is not set
68423 -CONFIG_BLK_DEV_RAM=y
68424 -CONFIG_BLK_DEV_RAM_COUNT=16
68425 -CONFIG_BLK_DEV_RAM_SIZE=32768
68426 -# CONFIG_BLK_DEV_XIP is not set
68427 -# CONFIG_CDROM_PKTCDVD is not set
68428 -# CONFIG_ATA_OVER_ETH is not set
68429 -CONFIG_MISC_DEVICES=y
68430 -# CONFIG_PHANTOM is not set
68431 -# CONFIG_EEPROM_93CX6 is not set
68432 -# CONFIG_SGI_IOC4 is not set
68433 -# CONFIG_TIFM_CORE is not set
68434 -# CONFIG_ENCLOSURE_SERVICES is not set
68436 -# CONFIG_IDE is not set
68439 -# SCSI device support
68441 -# CONFIG_RAID_ATTRS is not set
68442 -# CONFIG_SCSI is not set
68443 -# CONFIG_SCSI_DMA is not set
68444 -# CONFIG_SCSI_NETLINK is not set
68445 -# CONFIG_ATA is not set
68446 -# CONFIG_MD is not set
68447 -# CONFIG_FUSION is not set
68450 -# IEEE 1394 (FireWire) support
68452 -# CONFIG_FIREWIRE is not set
68453 -# CONFIG_IEEE1394 is not set
68454 -# CONFIG_I2O is not set
68455 -# CONFIG_MACINTOSH_DRIVERS is not set
68456 -CONFIG_NETDEVICES=y
68457 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
68458 -# CONFIG_DUMMY is not set
68459 -# CONFIG_BONDING is not set
68460 -# CONFIG_MACVLAN is not set
68461 -# CONFIG_EQUALIZER is not set
68462 -# CONFIG_TUN is not set
68463 -# CONFIG_VETH is not set
68464 -# CONFIG_ARCNET is not set
68468 -# MII PHY device drivers
68470 -CONFIG_MARVELL_PHY=y
68471 -CONFIG_DAVICOM_PHY=y
68472 -# CONFIG_QSEMI_PHY is not set
68473 -# CONFIG_LXT_PHY is not set
68474 -# CONFIG_CICADA_PHY is not set
68475 -# CONFIG_VITESSE_PHY is not set
68476 -# CONFIG_SMSC_PHY is not set
68477 -# CONFIG_BROADCOM_PHY is not set
68478 -# CONFIG_ICPLUS_PHY is not set
68479 -# CONFIG_REALTEK_PHY is not set
68480 -# CONFIG_FIXED_PHY is not set
68481 -# CONFIG_MDIO_BITBANG is not set
68482 -CONFIG_NET_ETHERNET=y
68484 -# CONFIG_HAPPYMEAL is not set
68485 -# CONFIG_SUNGEM is not set
68486 -# CONFIG_CASSINI is not set
68487 -# CONFIG_NET_VENDOR_3COM is not set
68488 -# CONFIG_NET_TULIP is not set
68489 -# CONFIG_HP100 is not set
68490 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
68491 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
68492 -# CONFIG_IBM_NEW_EMAC_TAH is not set
68493 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
68494 -# CONFIG_NET_PCI is not set
68495 -# CONFIG_B44 is not set
68497 -# CONFIG_FS_ENET_HAS_SCC is not set
68498 -CONFIG_FS_ENET_HAS_FCC=y
68499 -# CONFIG_FS_ENET_MDIO_FCC is not set
68500 -CONFIG_NETDEV_1000=y
68501 -# CONFIG_ACENIC is not set
68502 -# CONFIG_DL2K is not set
68504 -CONFIG_E1000_NAPI=y
68505 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
68506 -# CONFIG_E1000E is not set
68507 -# CONFIG_E1000E_ENABLED is not set
68508 -# CONFIG_IP1000 is not set
68509 -# CONFIG_IGB is not set
68510 -# CONFIG_NS83820 is not set
68511 -# CONFIG_HAMACHI is not set
68512 -# CONFIG_YELLOWFIN is not set
68513 -# CONFIG_R8169 is not set
68514 -# CONFIG_SIS190 is not set
68515 -# CONFIG_SKGE is not set
68516 -# CONFIG_SKY2 is not set
68517 -# CONFIG_SK98LIN is not set
68518 -# CONFIG_VIA_VELOCITY is not set
68519 -# CONFIG_TIGON3 is not set
68520 -# CONFIG_BNX2 is not set
68522 -CONFIG_GFAR_NAPI=y
68523 -# CONFIG_QLA3XXX is not set
68524 -# CONFIG_ATL1 is not set
68525 -CONFIG_NETDEV_10000=y
68526 -# CONFIG_CHELSIO_T1 is not set
68527 -# CONFIG_CHELSIO_T3 is not set
68528 -# CONFIG_IXGBE is not set
68529 -# CONFIG_IXGB is not set
68530 -# CONFIG_S2IO is not set
68531 -# CONFIG_MYRI10GE is not set
68532 -# CONFIG_NETXEN_NIC is not set
68533 -# CONFIG_NIU is not set
68534 -# CONFIG_MLX4_CORE is not set
68535 -# CONFIG_TEHUTI is not set
68536 -# CONFIG_BNX2X is not set
68537 -# CONFIG_TR is not set
68542 -# CONFIG_WLAN_PRE80211 is not set
68543 -# CONFIG_WLAN_80211 is not set
68544 -# CONFIG_WAN is not set
68545 -# CONFIG_FDDI is not set
68546 -# CONFIG_HIPPI is not set
68547 -# CONFIG_PPP is not set
68548 -# CONFIG_SLIP is not set
68549 -# CONFIG_NETCONSOLE is not set
68550 -# CONFIG_NETPOLL is not set
68551 -# CONFIG_NET_POLL_CONTROLLER is not set
68552 -# CONFIG_ISDN is not set
68553 -# CONFIG_PHONE is not set
68556 -# Input device support
68559 -# CONFIG_INPUT_FF_MEMLESS is not set
68560 -# CONFIG_INPUT_POLLDEV is not set
68563 -# Userland interfaces
68565 -# CONFIG_INPUT_MOUSEDEV is not set
68566 -# CONFIG_INPUT_JOYDEV is not set
68567 -# CONFIG_INPUT_EVDEV is not set
68568 -# CONFIG_INPUT_EVBUG is not set
68571 -# Input Device Drivers
68573 -# CONFIG_INPUT_KEYBOARD is not set
68574 -# CONFIG_INPUT_MOUSE is not set
68575 -# CONFIG_INPUT_JOYSTICK is not set
68576 -# CONFIG_INPUT_TABLET is not set
68577 -# CONFIG_INPUT_TOUCHSCREEN is not set
68578 -# CONFIG_INPUT_MISC is not set
68581 -# Hardware I/O ports
68583 -# CONFIG_SERIO is not set
68584 -# CONFIG_GAMEPORT is not set
68587 -# Character devices
68589 -# CONFIG_VT is not set
68590 -# CONFIG_SERIAL_NONSTANDARD is not set
68591 -# CONFIG_NOZOMI is not set
68596 -# CONFIG_SERIAL_8250 is not set
68599 -# Non-8250 serial port support
68601 -# CONFIG_SERIAL_UARTLITE is not set
68602 -CONFIG_SERIAL_CORE=y
68603 -CONFIG_SERIAL_CORE_CONSOLE=y
68604 -CONFIG_SERIAL_CPM=y
68605 -CONFIG_SERIAL_CPM_CONSOLE=y
68606 -CONFIG_SERIAL_CPM_SCC1=y
68607 -CONFIG_SERIAL_CPM_SCC2=y
68608 -# CONFIG_SERIAL_CPM_SCC3 is not set
68609 -# CONFIG_SERIAL_CPM_SCC4 is not set
68610 -# CONFIG_SERIAL_CPM_SMC1 is not set
68611 -# CONFIG_SERIAL_CPM_SMC2 is not set
68612 -# CONFIG_SERIAL_JSM is not set
68613 -CONFIG_UNIX98_PTYS=y
68614 -CONFIG_LEGACY_PTYS=y
68615 -CONFIG_LEGACY_PTY_COUNT=256
68616 -# CONFIG_IPMI_HANDLER is not set
68617 -CONFIG_HW_RANDOM=y
68618 -# CONFIG_NVRAM is not set
68620 -# CONFIG_GEN_RTC_X is not set
68621 -# CONFIG_R3964 is not set
68622 -# CONFIG_APPLICOM is not set
68623 -# CONFIG_RAW_DRIVER is not set
68624 -# CONFIG_TCG_TPM is not set
68626 -# CONFIG_I2C is not set
68631 -# CONFIG_SPI is not set
68632 -# CONFIG_SPI_MASTER is not set
68633 -# CONFIG_W1 is not set
68634 -# CONFIG_POWER_SUPPLY is not set
68636 -# CONFIG_HWMON_VID is not set
68637 -# CONFIG_SENSORS_I5K_AMB is not set
68638 -# CONFIG_SENSORS_F71805F is not set
68639 -# CONFIG_SENSORS_F71882FG is not set
68640 -# CONFIG_SENSORS_IT87 is not set
68641 -# CONFIG_SENSORS_PC87360 is not set
68642 -# CONFIG_SENSORS_PC87427 is not set
68643 -# CONFIG_SENSORS_SIS5595 is not set
68644 -# CONFIG_SENSORS_SMSC47M1 is not set
68645 -# CONFIG_SENSORS_SMSC47B397 is not set
68646 -# CONFIG_SENSORS_VIA686A is not set
68647 -# CONFIG_SENSORS_VT1211 is not set
68648 -# CONFIG_SENSORS_VT8231 is not set
68649 -# CONFIG_SENSORS_W83627HF is not set
68650 -# CONFIG_SENSORS_W83627EHF is not set
68651 -# CONFIG_HWMON_DEBUG_CHIP is not set
68652 -# CONFIG_THERMAL is not set
68653 -# CONFIG_WATCHDOG is not set
68656 -# Sonics Silicon Backplane
68658 -CONFIG_SSB_POSSIBLE=y
68659 -# CONFIG_SSB is not set
68662 -# Multifunction device drivers
68664 -# CONFIG_MFD_SM501 is not set
68667 -# Multimedia devices
68669 -# CONFIG_VIDEO_DEV is not set
68670 -# CONFIG_DVB_CORE is not set
68674 -# Graphics support
68676 -# CONFIG_AGP is not set
68677 -# CONFIG_DRM is not set
68678 -# CONFIG_VGASTATE is not set
68679 -CONFIG_VIDEO_OUTPUT_CONTROL=y
68680 -# CONFIG_FB is not set
68681 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
68684 -# Display device support
68686 -# CONFIG_DISPLAY_SUPPORT is not set
68691 -# CONFIG_SOUND is not set
68692 -CONFIG_HID_SUPPORT=y
68694 -# CONFIG_HID_DEBUG is not set
68695 -# CONFIG_HIDRAW is not set
68696 -CONFIG_USB_SUPPORT=y
68697 -CONFIG_USB_ARCH_HAS_HCD=y
68698 -CONFIG_USB_ARCH_HAS_OHCI=y
68699 -CONFIG_USB_ARCH_HAS_EHCI=y
68700 -# CONFIG_USB is not set
68703 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
68705 -# CONFIG_USB_GADGET is not set
68706 -# CONFIG_MMC is not set
68707 -# CONFIG_MEMSTICK is not set
68708 -# CONFIG_NEW_LEDS is not set
68709 -# CONFIG_INFINIBAND is not set
68710 -# CONFIG_EDAC is not set
68711 -# CONFIG_RTC_CLASS is not set
68712 -# CONFIG_DMADEVICES is not set
68717 -# CONFIG_UIO is not set
68723 -# CONFIG_EXT2_FS_XATTR is not set
68724 -# CONFIG_EXT2_FS_XIP is not set
68726 -CONFIG_EXT3_FS_XATTR=y
68727 -# CONFIG_EXT3_FS_POSIX_ACL is not set
68728 -# CONFIG_EXT3_FS_SECURITY is not set
68729 -# CONFIG_EXT4DEV_FS is not set
68731 -CONFIG_FS_MBCACHE=y
68732 -# CONFIG_REISERFS_FS is not set
68733 -# CONFIG_JFS_FS is not set
68734 -# CONFIG_FS_POSIX_ACL is not set
68735 -# CONFIG_XFS_FS is not set
68736 -# CONFIG_GFS2_FS is not set
68737 -# CONFIG_OCFS2_FS is not set
68740 -CONFIG_INOTIFY_USER=y
68741 -# CONFIG_QUOTA is not set
68742 -# CONFIG_AUTOFS_FS is not set
68743 -# CONFIG_AUTOFS4_FS is not set
68744 -# CONFIG_FUSE_FS is not set
68747 -# CD-ROM/DVD Filesystems
68749 -# CONFIG_ISO9660_FS is not set
68750 -# CONFIG_UDF_FS is not set
68753 -# DOS/FAT/NT Filesystems
68755 -# CONFIG_MSDOS_FS is not set
68756 -# CONFIG_VFAT_FS is not set
68757 -# CONFIG_NTFS_FS is not set
68760 -# Pseudo filesystems
68763 -CONFIG_PROC_KCORE=y
68764 -CONFIG_PROC_SYSCTL=y
68767 -# CONFIG_TMPFS_POSIX_ACL is not set
68768 -# CONFIG_HUGETLB_PAGE is not set
68769 -# CONFIG_CONFIGFS_FS is not set
68772 -# Miscellaneous filesystems
68774 -# CONFIG_ADFS_FS is not set
68775 -# CONFIG_AFFS_FS is not set
68776 -# CONFIG_HFS_FS is not set
68777 -# CONFIG_HFSPLUS_FS is not set
68778 -# CONFIG_BEFS_FS is not set
68779 -# CONFIG_BFS_FS is not set
68780 -# CONFIG_EFS_FS is not set
68781 -# CONFIG_CRAMFS is not set
68782 -# CONFIG_VXFS_FS is not set
68783 -# CONFIG_MINIX_FS is not set
68784 -# CONFIG_HPFS_FS is not set
68785 -# CONFIG_QNX4FS_FS is not set
68786 -# CONFIG_ROMFS_FS is not set
68787 -# CONFIG_SYSV_FS is not set
68788 -# CONFIG_UFS_FS is not set
68789 -CONFIG_NETWORK_FILESYSTEMS=y
68791 -# CONFIG_NFS_V3 is not set
68792 -# CONFIG_NFS_V4 is not set
68793 -# CONFIG_NFS_DIRECTIO is not set
68794 -# CONFIG_NFSD is not set
68797 -CONFIG_NFS_COMMON=y
68799 -# CONFIG_SUNRPC_BIND34 is not set
68800 -# CONFIG_RPCSEC_GSS_KRB5 is not set
68801 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
68802 -# CONFIG_SMB_FS is not set
68803 -# CONFIG_CIFS is not set
68804 -# CONFIG_NCP_FS is not set
68805 -# CONFIG_CODA_FS is not set
68806 -# CONFIG_AFS_FS is not set
68811 -CONFIG_PARTITION_ADVANCED=y
68812 -# CONFIG_ACORN_PARTITION is not set
68813 -# CONFIG_OSF_PARTITION is not set
68814 -# CONFIG_AMIGA_PARTITION is not set
68815 -# CONFIG_ATARI_PARTITION is not set
68816 -# CONFIG_MAC_PARTITION is not set
68817 -# CONFIG_MSDOS_PARTITION is not set
68818 -# CONFIG_LDM_PARTITION is not set
68819 -# CONFIG_SGI_PARTITION is not set
68820 -# CONFIG_ULTRIX_PARTITION is not set
68821 -# CONFIG_SUN_PARTITION is not set
68822 -# CONFIG_KARMA_PARTITION is not set
68823 -# CONFIG_EFI_PARTITION is not set
68824 -# CONFIG_SYSV68_PARTITION is not set
68825 -# CONFIG_NLS is not set
68826 -# CONFIG_DLM is not set
68829 -# Library routines
68831 -CONFIG_BITREVERSE=y
68832 -# CONFIG_CRC_CCITT is not set
68833 -# CONFIG_CRC16 is not set
68834 -# CONFIG_CRC_ITU_T is not set
68836 -# CONFIG_CRC7 is not set
68837 -# CONFIG_LIBCRC32C is not set
68839 -CONFIG_HAS_IOMEM=y
68840 -CONFIG_HAS_IOPORT=y
68846 -# CONFIG_PRINTK_TIME is not set
68847 -CONFIG_ENABLE_WARN_DEPRECATED=y
68848 -CONFIG_ENABLE_MUST_CHECK=y
68849 -# CONFIG_MAGIC_SYSRQ is not set
68850 -# CONFIG_UNUSED_SYMBOLS is not set
68851 -# CONFIG_DEBUG_FS is not set
68852 -# CONFIG_HEADERS_CHECK is not set
68853 -CONFIG_DEBUG_KERNEL=y
68854 -# CONFIG_DEBUG_SHIRQ is not set
68855 -CONFIG_DETECT_SOFTLOCKUP=y
68856 -CONFIG_SCHED_DEBUG=y
68857 -# CONFIG_SCHEDSTATS is not set
68858 -# CONFIG_TIMER_STATS is not set
68859 -# CONFIG_SLUB_DEBUG_ON is not set
68860 -# CONFIG_SLUB_STATS is not set
68861 -# CONFIG_DEBUG_RT_MUTEXES is not set
68862 -# CONFIG_RT_MUTEX_TESTER is not set
68863 -# CONFIG_DEBUG_SPINLOCK is not set
68864 -CONFIG_DEBUG_MUTEXES=y
68865 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
68866 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
68867 -# CONFIG_DEBUG_KOBJECT is not set
68868 -# CONFIG_DEBUG_BUGVERBOSE is not set
68869 -# CONFIG_DEBUG_INFO is not set
68870 -# CONFIG_DEBUG_VM is not set
68871 -# CONFIG_DEBUG_LIST is not set
68872 -# CONFIG_DEBUG_SG is not set
68873 -# CONFIG_BOOT_PRINTK_DELAY is not set
68874 -# CONFIG_BACKTRACE_SELF_TEST is not set
68875 -# CONFIG_FAULT_INJECTION is not set
68876 -# CONFIG_SAMPLES is not set
68877 -# CONFIG_DEBUG_STACKOVERFLOW is not set
68878 -# CONFIG_DEBUG_STACK_USAGE is not set
68879 -# CONFIG_DEBUG_PAGEALLOC is not set
68880 -# CONFIG_DEBUGGER is not set
68881 -# CONFIG_KGDB_CONSOLE is not set
68882 -# CONFIG_BDI_SWITCH is not set
68883 -# CONFIG_PPC_EARLY_DEBUG is not set
68886 -# Security options
68888 -# CONFIG_KEYS is not set
68889 -# CONFIG_SECURITY is not set
68890 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
68892 -# CONFIG_CRYPTO_SEQIV is not set
68893 -# CONFIG_CRYPTO_MANAGER is not set
68894 -# CONFIG_CRYPTO_HMAC is not set
68895 -# CONFIG_CRYPTO_XCBC is not set
68896 -# CONFIG_CRYPTO_NULL is not set
68897 -# CONFIG_CRYPTO_MD4 is not set
68898 -# CONFIG_CRYPTO_MD5 is not set
68899 -# CONFIG_CRYPTO_SHA1 is not set
68900 -# CONFIG_CRYPTO_SHA256 is not set
68901 -# CONFIG_CRYPTO_SHA512 is not set
68902 -# CONFIG_CRYPTO_WP512 is not set
68903 -# CONFIG_CRYPTO_TGR192 is not set
68904 -# CONFIG_CRYPTO_GF128MUL is not set
68905 -# CONFIG_CRYPTO_ECB is not set
68906 -# CONFIG_CRYPTO_CBC is not set
68907 -# CONFIG_CRYPTO_PCBC is not set
68908 -# CONFIG_CRYPTO_LRW is not set
68909 -# CONFIG_CRYPTO_XTS is not set
68910 -# CONFIG_CRYPTO_CTR is not set
68911 -# CONFIG_CRYPTO_GCM is not set
68912 -# CONFIG_CRYPTO_CCM is not set
68913 -# CONFIG_CRYPTO_CRYPTD is not set
68914 -# CONFIG_CRYPTO_DES is not set
68915 -# CONFIG_CRYPTO_FCRYPT is not set
68916 -# CONFIG_CRYPTO_BLOWFISH is not set
68917 -# CONFIG_CRYPTO_TWOFISH is not set
68918 -# CONFIG_CRYPTO_SERPENT is not set
68919 -# CONFIG_CRYPTO_AES is not set
68920 -# CONFIG_CRYPTO_CAST5 is not set
68921 -# CONFIG_CRYPTO_CAST6 is not set
68922 -# CONFIG_CRYPTO_TEA is not set
68923 -# CONFIG_CRYPTO_ARC4 is not set
68924 -# CONFIG_CRYPTO_KHAZAD is not set
68925 -# CONFIG_CRYPTO_ANUBIS is not set
68926 -# CONFIG_CRYPTO_SEED is not set
68927 -# CONFIG_CRYPTO_SALSA20 is not set
68928 -# CONFIG_CRYPTO_DEFLATE is not set
68929 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
68930 -# CONFIG_CRYPTO_CRC32C is not set
68931 -# CONFIG_CRYPTO_CAMELLIA is not set
68932 -# CONFIG_CRYPTO_AUTHENC is not set
68933 -# CONFIG_CRYPTO_LZO is not set
68934 -CONFIG_CRYPTO_HW=y
68935 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
68936 -# CONFIG_PPC_CLOCK is not set
68937 -CONFIG_PPC_LIB_RHEAP=y
68938 --- a/arch/powerpc/configs/mpc8568mds_defconfig
68942 -# Automatically generated make config: don't edit
68943 -# Linux kernel version: 2.6.25-rc7
68944 -# Mon Mar 31 11:37:05 2008
68946 -# CONFIG_PPC64 is not set
68949 -# Processor support
68951 -# CONFIG_6xx is not set
68953 -# CONFIG_PPC_8xx is not set
68954 -# CONFIG_40x is not set
68955 -# CONFIG_44x is not set
68956 -# CONFIG_E200 is not set
68959 -CONFIG_FSL_BOOKE=y
68960 -CONFIG_FSL_EMB_PERFMON=y
68961 -# CONFIG_PHYS_64BIT is not set
68963 -# CONFIG_PPC_MM_SLICES is not set
68965 -CONFIG_WORD_SIZE=32
68966 -CONFIG_PPC_MERGE=y
68968 -CONFIG_GENERIC_CMOS_UPDATE=y
68969 -CONFIG_GENERIC_TIME=y
68970 -CONFIG_GENERIC_TIME_VSYSCALL=y
68971 -CONFIG_GENERIC_CLOCKEVENTS=y
68972 -CONFIG_GENERIC_HARDIRQS=y
68973 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
68974 -CONFIG_IRQ_PER_CPU=y
68975 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
68976 -CONFIG_ARCH_HAS_ILOG2_U32=y
68977 -CONFIG_GENERIC_HWEIGHT=y
68978 -CONFIG_GENERIC_CALIBRATE_DELAY=y
68979 -CONFIG_GENERIC_FIND_NEXT_BIT=y
68980 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
68982 -CONFIG_EARLY_PRINTK=y
68983 -CONFIG_GENERIC_NVRAM=y
68984 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
68985 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
68988 -CONFIG_PPC_UDBG_16550=y
68989 -# CONFIG_GENERIC_TBSYNC is not set
68990 -CONFIG_AUDIT_ARCH=y
68991 -CONFIG_GENERIC_BUG=y
68992 -CONFIG_DEFAULT_UIMAGE=y
68993 -# CONFIG_PPC_DCR_NATIVE is not set
68994 -# CONFIG_PPC_DCR_MMIO is not set
68995 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
69000 -CONFIG_EXPERIMENTAL=y
69001 -CONFIG_BROKEN_ON_SMP=y
69002 -CONFIG_INIT_ENV_ARG_LIMIT=32
69003 -CONFIG_LOCALVERSION=""
69004 -CONFIG_LOCALVERSION_AUTO=y
69007 -CONFIG_SYSVIPC_SYSCTL=y
69008 -# CONFIG_POSIX_MQUEUE is not set
69009 -# CONFIG_BSD_PROCESS_ACCT is not set
69010 -# CONFIG_TASKSTATS is not set
69011 -# CONFIG_AUDIT is not set
69012 -# CONFIG_IKCONFIG is not set
69013 -CONFIG_LOG_BUF_SHIFT=14
69014 -# CONFIG_CGROUPS is not set
69015 -CONFIG_GROUP_SCHED=y
69016 -# CONFIG_FAIR_GROUP_SCHED is not set
69017 -# CONFIG_RT_GROUP_SCHED is not set
69018 -CONFIG_USER_SCHED=y
69019 -# CONFIG_CGROUP_SCHED is not set
69020 -CONFIG_SYSFS_DEPRECATED=y
69021 -CONFIG_SYSFS_DEPRECATED_V2=y
69022 -# CONFIG_RELAY is not set
69023 -# CONFIG_NAMESPACES is not set
69024 -CONFIG_BLK_DEV_INITRD=y
69025 -CONFIG_INITRAMFS_SOURCE=""
69026 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
69029 -CONFIG_SYSCTL_SYSCALL=y
69030 -# CONFIG_KALLSYMS is not set
69035 -CONFIG_COMPAT_BRK=y
69036 -CONFIG_BASE_FULL=y
69038 -CONFIG_ANON_INODES=y
69039 -# CONFIG_EPOLL is not set
69044 -CONFIG_VM_EVENT_COUNTERS=y
69045 -CONFIG_SLUB_DEBUG=y
69046 -# CONFIG_SLAB is not set
69048 -# CONFIG_SLOB is not set
69049 -# CONFIG_PROFILING is not set
69050 -# CONFIG_MARKERS is not set
69051 -CONFIG_HAVE_OPROFILE=y
69052 -CONFIG_HAVE_KPROBES=y
69053 -CONFIG_HAVE_KRETPROBES=y
69054 -CONFIG_PROC_PAGE_MONITOR=y
69056 -CONFIG_RT_MUTEXES=y
69057 -# CONFIG_TINY_SHMEM is not set
69058 -CONFIG_BASE_SMALL=0
69060 -CONFIG_MODULE_UNLOAD=y
69061 -# CONFIG_MODULE_FORCE_UNLOAD is not set
69062 -# CONFIG_MODVERSIONS is not set
69063 -# CONFIG_MODULE_SRCVERSION_ALL is not set
69064 -# CONFIG_KMOD is not set
69066 -# CONFIG_LBD is not set
69067 -# CONFIG_BLK_DEV_IO_TRACE is not set
69068 -# CONFIG_LSF is not set
69069 -# CONFIG_BLK_DEV_BSG is not set
69074 -CONFIG_IOSCHED_NOOP=y
69075 -CONFIG_IOSCHED_AS=y
69076 -CONFIG_IOSCHED_DEADLINE=y
69077 -CONFIG_IOSCHED_CFQ=y
69078 -CONFIG_DEFAULT_AS=y
69079 -# CONFIG_DEFAULT_DEADLINE is not set
69080 -# CONFIG_DEFAULT_CFQ is not set
69081 -# CONFIG_DEFAULT_NOOP is not set
69082 -CONFIG_DEFAULT_IOSCHED="anticipatory"
69083 -CONFIG_CLASSIC_RCU=y
69086 -# Platform support
69088 -# CONFIG_PPC_MPC512x is not set
69089 -# CONFIG_PPC_MPC5121 is not set
69090 -# CONFIG_PPC_CELL is not set
69091 -# CONFIG_PPC_CELL_NATIVE is not set
69092 -# CONFIG_PQ2ADS is not set
69094 -# CONFIG_MPC8540_ADS is not set
69095 -# CONFIG_MPC8560_ADS is not set
69096 -# CONFIG_MPC85xx_CDS is not set
69097 -CONFIG_MPC85xx_MDS=y
69098 -# CONFIG_MPC85xx_DS is not set
69099 -# CONFIG_STX_GP3 is not set
69100 -# CONFIG_TQM8540 is not set
69101 -# CONFIG_TQM8541 is not set
69102 -# CONFIG_TQM8555 is not set
69103 -# CONFIG_TQM8560 is not set
69104 -# CONFIG_SBC8548 is not set
69105 -# CONFIG_SBC8560 is not set
69106 -# CONFIG_IPIC is not set
69108 -# CONFIG_MPIC_WEIRD is not set
69109 -# CONFIG_PPC_I8259 is not set
69110 -# CONFIG_PPC_RTAS is not set
69111 -# CONFIG_MMIO_NVRAM is not set
69112 -# CONFIG_PPC_MPC106 is not set
69113 -# CONFIG_PPC_970_NAP is not set
69114 -# CONFIG_PPC_INDIRECT_IO is not set
69115 -# CONFIG_GENERIC_IOMAP is not set
69116 -# CONFIG_CPU_FREQ is not set
69117 -CONFIG_QUICC_ENGINE=y
69118 -# CONFIG_CPM2 is not set
69119 -# CONFIG_FSL_ULI1575 is not set
69124 -# CONFIG_HIGHMEM is not set
69125 -CONFIG_TICK_ONESHOT=y
69127 -CONFIG_HIGH_RES_TIMERS=y
69128 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
69129 -# CONFIG_HZ_100 is not set
69131 -# CONFIG_HZ_300 is not set
69132 -# CONFIG_HZ_1000 is not set
69134 -# CONFIG_SCHED_HRTICK is not set
69135 -CONFIG_PREEMPT_NONE=y
69136 -# CONFIG_PREEMPT_VOLUNTARY is not set
69137 -# CONFIG_PREEMPT is not set
69138 -CONFIG_BINFMT_ELF=y
69139 -# CONFIG_BINFMT_MISC is not set
69140 -CONFIG_MATH_EMULATION=y
69141 -# CONFIG_IOMMU_HELPER is not set
69142 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
69143 -CONFIG_ARCH_HAS_WALK_MEMORY=y
69144 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
69145 -CONFIG_ARCH_FLATMEM_ENABLE=y
69146 -CONFIG_ARCH_POPULATES_NODE_MAP=y
69147 -CONFIG_SELECT_MEMORY_MODEL=y
69148 -CONFIG_FLATMEM_MANUAL=y
69149 -# CONFIG_DISCONTIGMEM_MANUAL is not set
69150 -# CONFIG_SPARSEMEM_MANUAL is not set
69152 -CONFIG_FLAT_NODE_MEM_MAP=y
69153 -# CONFIG_SPARSEMEM_STATIC is not set
69154 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
69155 -CONFIG_SPLIT_PTLOCK_CPUS=4
69156 -# CONFIG_RESOURCES_64BIT is not set
69157 -CONFIG_ZONE_DMA_FLAG=1
69159 -CONFIG_VIRT_TO_BUS=y
69160 -CONFIG_PROC_DEVICETREE=y
69161 -# CONFIG_CMDLINE_BOOL is not set
69162 -# CONFIG_PM is not set
69164 -CONFIG_ISA_DMA_API=y
69170 -CONFIG_PPC_INDIRECT_PCI=y
69174 -CONFIG_PCI_DOMAINS=y
69175 -CONFIG_PCI_SYSCALL=y
69176 -# CONFIG_PCIEPORTBUS is not set
69177 -CONFIG_ARCH_SUPPORTS_MSI=y
69178 -# CONFIG_PCI_MSI is not set
69179 -CONFIG_PCI_LEGACY=y
69180 -# CONFIG_PCI_DEBUG is not set
69181 -# CONFIG_PCCARD is not set
69182 -# CONFIG_HOTPLUG_PCI is not set
69187 -# CONFIG_ADVANCED_OPTIONS is not set
69190 -# Default settings for advanced configuration options are used
69192 -CONFIG_HIGHMEM_START=0xfe000000
69193 -CONFIG_LOWMEM_SIZE=0x30000000
69194 -CONFIG_KERNEL_START=0xc0000000
69195 -CONFIG_TASK_SIZE=0xc0000000
69196 -CONFIG_BOOT_LOAD=0x00800000
69204 -# Networking options
69207 -# CONFIG_PACKET_MMAP is not set
69210 -# CONFIG_XFRM_USER is not set
69211 -# CONFIG_XFRM_SUB_POLICY is not set
69212 -# CONFIG_XFRM_MIGRATE is not set
69213 -# CONFIG_XFRM_STATISTICS is not set
69214 -# CONFIG_NET_KEY is not set
69216 -CONFIG_IP_MULTICAST=y
69217 -# CONFIG_IP_ADVANCED_ROUTER is not set
69218 -CONFIG_IP_FIB_HASH=y
69220 -CONFIG_IP_PNP_DHCP=y
69221 -CONFIG_IP_PNP_BOOTP=y
69222 -# CONFIG_IP_PNP_RARP is not set
69223 -# CONFIG_NET_IPIP is not set
69224 -# CONFIG_NET_IPGRE is not set
69225 -# CONFIG_IP_MROUTE is not set
69226 -# CONFIG_ARPD is not set
69227 -CONFIG_SYN_COOKIES=y
69228 -# CONFIG_INET_AH is not set
69229 -# CONFIG_INET_ESP is not set
69230 -# CONFIG_INET_IPCOMP is not set
69231 -# CONFIG_INET_XFRM_TUNNEL is not set
69232 -# CONFIG_INET_TUNNEL is not set
69233 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
69234 -CONFIG_INET_XFRM_MODE_TUNNEL=y
69235 -CONFIG_INET_XFRM_MODE_BEET=y
69236 -# CONFIG_INET_LRO is not set
69237 -CONFIG_INET_DIAG=y
69238 -CONFIG_INET_TCP_DIAG=y
69239 -# CONFIG_TCP_CONG_ADVANCED is not set
69240 -CONFIG_TCP_CONG_CUBIC=y
69241 -CONFIG_DEFAULT_TCP_CONG="cubic"
69242 -# CONFIG_TCP_MD5SIG is not set
69243 -# CONFIG_IPV6 is not set
69244 -# CONFIG_INET6_XFRM_TUNNEL is not set
69245 -# CONFIG_INET6_TUNNEL is not set
69246 -# CONFIG_NETWORK_SECMARK is not set
69247 -# CONFIG_NETFILTER is not set
69248 -# CONFIG_IP_DCCP is not set
69249 -# CONFIG_IP_SCTP is not set
69250 -# CONFIG_TIPC is not set
69251 -# CONFIG_ATM is not set
69252 -# CONFIG_BRIDGE is not set
69253 -# CONFIG_VLAN_8021Q is not set
69254 -# CONFIG_DECNET is not set
69255 -# CONFIG_LLC2 is not set
69256 -# CONFIG_IPX is not set
69257 -# CONFIG_ATALK is not set
69258 -# CONFIG_X25 is not set
69259 -# CONFIG_LAPB is not set
69260 -# CONFIG_ECONET is not set
69261 -# CONFIG_WAN_ROUTER is not set
69262 -# CONFIG_NET_SCHED is not set
69267 -# CONFIG_NET_PKTGEN is not set
69268 -# CONFIG_HAMRADIO is not set
69269 -# CONFIG_CAN is not set
69270 -# CONFIG_IRDA is not set
69271 -# CONFIG_BT is not set
69272 -# CONFIG_AF_RXRPC is not set
69277 -# CONFIG_CFG80211 is not set
69278 -# CONFIG_WIRELESS_EXT is not set
69279 -# CONFIG_MAC80211 is not set
69280 -# CONFIG_IEEE80211 is not set
69281 -# CONFIG_RFKILL is not set
69282 -# CONFIG_NET_9P is not set
69289 -# Generic Driver Options
69291 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
69292 -CONFIG_STANDALONE=y
69293 -CONFIG_PREVENT_FIRMWARE_BUILD=y
69294 -# CONFIG_FW_LOADER is not set
69295 -# CONFIG_DEBUG_DRIVER is not set
69296 -# CONFIG_DEBUG_DEVRES is not set
69297 -# CONFIG_SYS_HYPERVISOR is not set
69298 -# CONFIG_CONNECTOR is not set
69299 -# CONFIG_MTD is not set
69300 -CONFIG_OF_DEVICE=y
69301 -# CONFIG_PARPORT is not set
69303 -# CONFIG_BLK_DEV_FD is not set
69304 -# CONFIG_BLK_CPQ_DA is not set
69305 -# CONFIG_BLK_CPQ_CISS_DA is not set
69306 -# CONFIG_BLK_DEV_DAC960 is not set
69307 -# CONFIG_BLK_DEV_UMEM is not set
69308 -# CONFIG_BLK_DEV_COW_COMMON is not set
69309 -CONFIG_BLK_DEV_LOOP=y
69310 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
69311 -# CONFIG_BLK_DEV_NBD is not set
69312 -# CONFIG_BLK_DEV_SX8 is not set
69313 -CONFIG_BLK_DEV_RAM=y
69314 -CONFIG_BLK_DEV_RAM_COUNT=16
69315 -CONFIG_BLK_DEV_RAM_SIZE=32768
69316 -# CONFIG_BLK_DEV_XIP is not set
69317 -# CONFIG_CDROM_PKTCDVD is not set
69318 -# CONFIG_ATA_OVER_ETH is not set
69319 -CONFIG_MISC_DEVICES=y
69320 -# CONFIG_PHANTOM is not set
69321 -# CONFIG_EEPROM_93CX6 is not set
69322 -# CONFIG_SGI_IOC4 is not set
69323 -# CONFIG_TIFM_CORE is not set
69324 -# CONFIG_ENCLOSURE_SERVICES is not set
69326 -# CONFIG_IDE is not set
69329 -# SCSI device support
69331 -# CONFIG_RAID_ATTRS is not set
69334 -# CONFIG_SCSI_TGT is not set
69335 -# CONFIG_SCSI_NETLINK is not set
69336 -CONFIG_SCSI_PROC_FS=y
69339 -# SCSI support type (disk, tape, CD-ROM)
69341 -# CONFIG_BLK_DEV_SD is not set
69342 -# CONFIG_CHR_DEV_ST is not set
69343 -# CONFIG_CHR_DEV_OSST is not set
69344 -# CONFIG_BLK_DEV_SR is not set
69345 -# CONFIG_CHR_DEV_SG is not set
69346 -# CONFIG_CHR_DEV_SCH is not set
69349 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
69351 -# CONFIG_SCSI_MULTI_LUN is not set
69352 -# CONFIG_SCSI_CONSTANTS is not set
69353 -# CONFIG_SCSI_LOGGING is not set
69354 -# CONFIG_SCSI_SCAN_ASYNC is not set
69355 -CONFIG_SCSI_WAIT_SCAN=m
69360 -# CONFIG_SCSI_SPI_ATTRS is not set
69361 -# CONFIG_SCSI_FC_ATTRS is not set
69362 -# CONFIG_SCSI_ISCSI_ATTRS is not set
69363 -# CONFIG_SCSI_SAS_LIBSAS is not set
69364 -# CONFIG_SCSI_SRP_ATTRS is not set
69365 -CONFIG_SCSI_LOWLEVEL=y
69366 -# CONFIG_ISCSI_TCP is not set
69367 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
69368 -# CONFIG_SCSI_3W_9XXX is not set
69369 -# CONFIG_SCSI_ACARD is not set
69370 -# CONFIG_SCSI_AACRAID is not set
69371 -# CONFIG_SCSI_AIC7XXX is not set
69372 -# CONFIG_SCSI_AIC7XXX_OLD is not set
69373 -# CONFIG_SCSI_AIC79XX is not set
69374 -# CONFIG_SCSI_AIC94XX is not set
69375 -# CONFIG_SCSI_DPT_I2O is not set
69376 -# CONFIG_SCSI_ADVANSYS is not set
69377 -# CONFIG_SCSI_ARCMSR is not set
69378 -# CONFIG_MEGARAID_NEWGEN is not set
69379 -# CONFIG_MEGARAID_LEGACY is not set
69380 -# CONFIG_MEGARAID_SAS is not set
69381 -# CONFIG_SCSI_HPTIOP is not set
69382 -# CONFIG_SCSI_BUSLOGIC is not set
69383 -# CONFIG_SCSI_DMX3191D is not set
69384 -# CONFIG_SCSI_EATA is not set
69385 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
69386 -# CONFIG_SCSI_GDTH is not set
69387 -# CONFIG_SCSI_IPS is not set
69388 -# CONFIG_SCSI_INITIO is not set
69389 -# CONFIG_SCSI_INIA100 is not set
69390 -# CONFIG_SCSI_MVSAS is not set
69391 -# CONFIG_SCSI_STEX is not set
69392 -# CONFIG_SCSI_SYM53C8XX_2 is not set
69393 -# CONFIG_SCSI_QLOGIC_1280 is not set
69394 -# CONFIG_SCSI_QLA_FC is not set
69395 -# CONFIG_SCSI_QLA_ISCSI is not set
69396 -# CONFIG_SCSI_LPFC is not set
69397 -# CONFIG_SCSI_DC395x is not set
69398 -# CONFIG_SCSI_DC390T is not set
69399 -# CONFIG_SCSI_NSP32 is not set
69400 -# CONFIG_SCSI_DEBUG is not set
69401 -# CONFIG_SCSI_SRP is not set
69402 -# CONFIG_ATA is not set
69403 -# CONFIG_MD is not set
69404 -# CONFIG_FUSION is not set
69407 -# IEEE 1394 (FireWire) support
69409 -# CONFIG_FIREWIRE is not set
69410 -# CONFIG_IEEE1394 is not set
69411 -# CONFIG_I2O is not set
69412 -# CONFIG_MACINTOSH_DRIVERS is not set
69413 -CONFIG_NETDEVICES=y
69414 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
69415 -# CONFIG_DUMMY is not set
69416 -# CONFIG_BONDING is not set
69417 -# CONFIG_MACVLAN is not set
69418 -# CONFIG_EQUALIZER is not set
69419 -# CONFIG_TUN is not set
69420 -# CONFIG_VETH is not set
69421 -# CONFIG_ARCNET is not set
69425 -# MII PHY device drivers
69427 -CONFIG_MARVELL_PHY=y
69428 -# CONFIG_DAVICOM_PHY is not set
69429 -# CONFIG_QSEMI_PHY is not set
69430 -# CONFIG_LXT_PHY is not set
69431 -# CONFIG_CICADA_PHY is not set
69432 -# CONFIG_VITESSE_PHY is not set
69433 -# CONFIG_SMSC_PHY is not set
69434 -# CONFIG_BROADCOM_PHY is not set
69435 -# CONFIG_ICPLUS_PHY is not set
69436 -# CONFIG_REALTEK_PHY is not set
69437 -# CONFIG_FIXED_PHY is not set
69438 -# CONFIG_MDIO_BITBANG is not set
69439 -CONFIG_NET_ETHERNET=y
69441 -# CONFIG_HAPPYMEAL is not set
69442 -# CONFIG_SUNGEM is not set
69443 -# CONFIG_CASSINI is not set
69444 -# CONFIG_NET_VENDOR_3COM is not set
69445 -# CONFIG_NET_TULIP is not set
69446 -# CONFIG_HP100 is not set
69447 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
69448 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
69449 -# CONFIG_IBM_NEW_EMAC_TAH is not set
69450 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
69451 -# CONFIG_NET_PCI is not set
69452 -# CONFIG_B44 is not set
69453 -CONFIG_NETDEV_1000=y
69454 -# CONFIG_ACENIC is not set
69455 -# CONFIG_DL2K is not set
69456 -# CONFIG_E1000 is not set
69457 -# CONFIG_E1000E is not set
69458 -# CONFIG_E1000E_ENABLED is not set
69459 -# CONFIG_IP1000 is not set
69460 -# CONFIG_IGB is not set
69461 -# CONFIG_NS83820 is not set
69462 -# CONFIG_HAMACHI is not set
69463 -# CONFIG_YELLOWFIN is not set
69464 -# CONFIG_R8169 is not set
69465 -# CONFIG_SIS190 is not set
69466 -# CONFIG_SKGE is not set
69467 -# CONFIG_SKY2 is not set
69468 -# CONFIG_SK98LIN is not set
69469 -# CONFIG_VIA_VELOCITY is not set
69470 -# CONFIG_TIGON3 is not set
69471 -# CONFIG_BNX2 is not set
69473 -CONFIG_GFAR_NAPI=y
69474 -# CONFIG_UCC_GETH is not set
69475 -# CONFIG_QLA3XXX is not set
69476 -# CONFIG_ATL1 is not set
69477 -CONFIG_NETDEV_10000=y
69478 -# CONFIG_CHELSIO_T1 is not set
69479 -# CONFIG_CHELSIO_T3 is not set
69480 -# CONFIG_IXGBE is not set
69481 -# CONFIG_IXGB is not set
69482 -# CONFIG_S2IO is not set
69483 -# CONFIG_MYRI10GE is not set
69484 -# CONFIG_NETXEN_NIC is not set
69485 -# CONFIG_NIU is not set
69486 -# CONFIG_MLX4_CORE is not set
69487 -# CONFIG_TEHUTI is not set
69488 -# CONFIG_BNX2X is not set
69489 -# CONFIG_TR is not set
69494 -# CONFIG_WLAN_PRE80211 is not set
69495 -# CONFIG_WLAN_80211 is not set
69496 -# CONFIG_WAN is not set
69497 -# CONFIG_FDDI is not set
69498 -# CONFIG_HIPPI is not set
69499 -# CONFIG_PPP is not set
69500 -# CONFIG_SLIP is not set
69501 -# CONFIG_NET_FC is not set
69502 -# CONFIG_NETCONSOLE is not set
69503 -# CONFIG_NETPOLL is not set
69504 -# CONFIG_NET_POLL_CONTROLLER is not set
69505 -# CONFIG_ISDN is not set
69506 -# CONFIG_PHONE is not set
69509 -# Input device support
69512 -# CONFIG_INPUT_FF_MEMLESS is not set
69513 -# CONFIG_INPUT_POLLDEV is not set
69516 -# Userland interfaces
69518 -# CONFIG_INPUT_MOUSEDEV is not set
69519 -# CONFIG_INPUT_JOYDEV is not set
69520 -# CONFIG_INPUT_EVDEV is not set
69521 -# CONFIG_INPUT_EVBUG is not set
69524 -# Input Device Drivers
69526 -# CONFIG_INPUT_KEYBOARD is not set
69527 -# CONFIG_INPUT_MOUSE is not set
69528 -# CONFIG_INPUT_JOYSTICK is not set
69529 -# CONFIG_INPUT_TABLET is not set
69530 -# CONFIG_INPUT_TOUCHSCREEN is not set
69531 -# CONFIG_INPUT_MISC is not set
69534 -# Hardware I/O ports
69536 -# CONFIG_SERIO is not set
69537 -# CONFIG_GAMEPORT is not set
69540 -# Character devices
69542 -# CONFIG_VT is not set
69543 -# CONFIG_SERIAL_NONSTANDARD is not set
69544 -# CONFIG_NOZOMI is not set
69549 -CONFIG_SERIAL_8250=y
69550 -CONFIG_SERIAL_8250_CONSOLE=y
69551 -CONFIG_SERIAL_8250_PCI=y
69552 -CONFIG_SERIAL_8250_NR_UARTS=4
69553 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
69554 -# CONFIG_SERIAL_8250_EXTENDED is not set
69555 -CONFIG_SERIAL_8250_SHARE_IRQ=y
69558 -# Non-8250 serial port support
69560 -# CONFIG_SERIAL_UARTLITE is not set
69561 -CONFIG_SERIAL_CORE=y
69562 -CONFIG_SERIAL_CORE_CONSOLE=y
69563 -# CONFIG_SERIAL_JSM is not set
69564 -# CONFIG_SERIAL_OF_PLATFORM is not set
69565 -# CONFIG_SERIAL_QE is not set
69566 -CONFIG_UNIX98_PTYS=y
69567 -CONFIG_LEGACY_PTYS=y
69568 -CONFIG_LEGACY_PTY_COUNT=256
69569 -# CONFIG_IPMI_HANDLER is not set
69570 -CONFIG_HW_RANDOM=y
69571 -# CONFIG_NVRAM is not set
69572 -# CONFIG_GEN_RTC is not set
69573 -# CONFIG_R3964 is not set
69574 -# CONFIG_APPLICOM is not set
69575 -# CONFIG_RAW_DRIVER is not set
69576 -# CONFIG_TCG_TPM is not set
69579 -CONFIG_I2C_BOARDINFO=y
69580 -CONFIG_I2C_CHARDEV=y
69585 -# CONFIG_I2C_ALGOBIT is not set
69586 -# CONFIG_I2C_ALGOPCF is not set
69587 -# CONFIG_I2C_ALGOPCA is not set
69590 -# I2C Hardware Bus support
69592 -# CONFIG_I2C_ALI1535 is not set
69593 -# CONFIG_I2C_ALI1563 is not set
69594 -# CONFIG_I2C_ALI15X3 is not set
69595 -# CONFIG_I2C_AMD756 is not set
69596 -# CONFIG_I2C_AMD8111 is not set
69597 -# CONFIG_I2C_I801 is not set
69598 -# CONFIG_I2C_I810 is not set
69599 -# CONFIG_I2C_PIIX4 is not set
69601 -# CONFIG_I2C_NFORCE2 is not set
69602 -# CONFIG_I2C_OCORES is not set
69603 -# CONFIG_I2C_PARPORT_LIGHT is not set
69604 -# CONFIG_I2C_PROSAVAGE is not set
69605 -# CONFIG_I2C_SAVAGE4 is not set
69606 -# CONFIG_I2C_SIMTEC is not set
69607 -# CONFIG_I2C_SIS5595 is not set
69608 -# CONFIG_I2C_SIS630 is not set
69609 -# CONFIG_I2C_SIS96X is not set
69610 -# CONFIG_I2C_TAOS_EVM is not set
69611 -# CONFIG_I2C_STUB is not set
69612 -# CONFIG_I2C_VIA is not set
69613 -# CONFIG_I2C_VIAPRO is not set
69614 -# CONFIG_I2C_VOODOO3 is not set
69617 -# Miscellaneous I2C Chip support
69619 -# CONFIG_DS1682 is not set
69620 -# CONFIG_SENSORS_EEPROM is not set
69621 -# CONFIG_SENSORS_PCF8574 is not set
69622 -# CONFIG_PCF8575 is not set
69623 -# CONFIG_SENSORS_PCF8591 is not set
69624 -# CONFIG_TPS65010 is not set
69625 -# CONFIG_SENSORS_MAX6875 is not set
69626 -# CONFIG_SENSORS_TSL2550 is not set
69627 -# CONFIG_I2C_DEBUG_CORE is not set
69628 -# CONFIG_I2C_DEBUG_ALGO is not set
69629 -# CONFIG_I2C_DEBUG_BUS is not set
69630 -# CONFIG_I2C_DEBUG_CHIP is not set
69635 -# CONFIG_SPI is not set
69636 -# CONFIG_SPI_MASTER is not set
69637 -# CONFIG_W1 is not set
69638 -# CONFIG_POWER_SUPPLY is not set
69640 -# CONFIG_HWMON_VID is not set
69641 -# CONFIG_SENSORS_AD7418 is not set
69642 -# CONFIG_SENSORS_ADM1021 is not set
69643 -# CONFIG_SENSORS_ADM1025 is not set
69644 -# CONFIG_SENSORS_ADM1026 is not set
69645 -# CONFIG_SENSORS_ADM1029 is not set
69646 -# CONFIG_SENSORS_ADM1031 is not set
69647 -# CONFIG_SENSORS_ADM9240 is not set
69648 -# CONFIG_SENSORS_ADT7470 is not set
69649 -# CONFIG_SENSORS_ADT7473 is not set
69650 -# CONFIG_SENSORS_ATXP1 is not set
69651 -# CONFIG_SENSORS_DS1621 is not set
69652 -# CONFIG_SENSORS_I5K_AMB is not set
69653 -# CONFIG_SENSORS_F71805F is not set
69654 -# CONFIG_SENSORS_F71882FG is not set
69655 -# CONFIG_SENSORS_F75375S is not set
69656 -# CONFIG_SENSORS_GL518SM is not set
69657 -# CONFIG_SENSORS_GL520SM is not set
69658 -# CONFIG_SENSORS_IT87 is not set
69659 -# CONFIG_SENSORS_LM63 is not set
69660 -# CONFIG_SENSORS_LM75 is not set
69661 -# CONFIG_SENSORS_LM77 is not set
69662 -# CONFIG_SENSORS_LM78 is not set
69663 -# CONFIG_SENSORS_LM80 is not set
69664 -# CONFIG_SENSORS_LM83 is not set
69665 -# CONFIG_SENSORS_LM85 is not set
69666 -# CONFIG_SENSORS_LM87 is not set
69667 -# CONFIG_SENSORS_LM90 is not set
69668 -# CONFIG_SENSORS_LM92 is not set
69669 -# CONFIG_SENSORS_LM93 is not set
69670 -# CONFIG_SENSORS_MAX1619 is not set
69671 -# CONFIG_SENSORS_MAX6650 is not set
69672 -# CONFIG_SENSORS_PC87360 is not set
69673 -# CONFIG_SENSORS_PC87427 is not set
69674 -# CONFIG_SENSORS_SIS5595 is not set
69675 -# CONFIG_SENSORS_DME1737 is not set
69676 -# CONFIG_SENSORS_SMSC47M1 is not set
69677 -# CONFIG_SENSORS_SMSC47M192 is not set
69678 -# CONFIG_SENSORS_SMSC47B397 is not set
69679 -# CONFIG_SENSORS_ADS7828 is not set
69680 -# CONFIG_SENSORS_THMC50 is not set
69681 -# CONFIG_SENSORS_VIA686A is not set
69682 -# CONFIG_SENSORS_VT1211 is not set
69683 -# CONFIG_SENSORS_VT8231 is not set
69684 -# CONFIG_SENSORS_W83781D is not set
69685 -# CONFIG_SENSORS_W83791D is not set
69686 -# CONFIG_SENSORS_W83792D is not set
69687 -# CONFIG_SENSORS_W83793 is not set
69688 -# CONFIG_SENSORS_W83L785TS is not set
69689 -# CONFIG_SENSORS_W83L786NG is not set
69690 -# CONFIG_SENSORS_W83627HF is not set
69691 -# CONFIG_SENSORS_W83627EHF is not set
69692 -# CONFIG_HWMON_DEBUG_CHIP is not set
69693 -# CONFIG_THERMAL is not set
69695 -# CONFIG_WATCHDOG_NOWAYOUT is not set
69698 -# Watchdog Device Drivers
69700 -# CONFIG_SOFT_WATCHDOG is not set
69701 -# CONFIG_BOOKE_WDT is not set
69704 -# PCI-based Watchdog Cards
69706 -# CONFIG_PCIPCWATCHDOG is not set
69707 -# CONFIG_WDTPCI is not set
69710 -# Sonics Silicon Backplane
69712 -CONFIG_SSB_POSSIBLE=y
69713 -# CONFIG_SSB is not set
69716 -# Multifunction device drivers
69718 -# CONFIG_MFD_SM501 is not set
69721 -# Multimedia devices
69723 -# CONFIG_VIDEO_DEV is not set
69724 -# CONFIG_DVB_CORE is not set
69728 -# Graphics support
69730 -# CONFIG_AGP is not set
69731 -# CONFIG_DRM is not set
69732 -# CONFIG_VGASTATE is not set
69733 -CONFIG_VIDEO_OUTPUT_CONTROL=m
69734 -# CONFIG_FB is not set
69735 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
69738 -# Display device support
69740 -# CONFIG_DISPLAY_SUPPORT is not set
69745 -# CONFIG_SOUND is not set
69746 -CONFIG_HID_SUPPORT=y
69748 -# CONFIG_HID_DEBUG is not set
69749 -# CONFIG_HIDRAW is not set
69750 -CONFIG_USB_SUPPORT=y
69751 -CONFIG_USB_ARCH_HAS_HCD=y
69752 -CONFIG_USB_ARCH_HAS_OHCI=y
69753 -CONFIG_USB_ARCH_HAS_EHCI=y
69754 -# CONFIG_USB is not set
69757 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
69759 -# CONFIG_USB_GADGET is not set
69760 -# CONFIG_MMC is not set
69761 -# CONFIG_MEMSTICK is not set
69762 -# CONFIG_NEW_LEDS is not set
69763 -# CONFIG_INFINIBAND is not set
69764 -# CONFIG_EDAC is not set
69766 -CONFIG_RTC_CLASS=y
69767 -CONFIG_RTC_HCTOSYS=y
69768 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
69769 -# CONFIG_RTC_DEBUG is not set
69774 -CONFIG_RTC_INTF_SYSFS=y
69775 -CONFIG_RTC_INTF_PROC=y
69776 -CONFIG_RTC_INTF_DEV=y
69777 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
69778 -# CONFIG_RTC_DRV_TEST is not set
69783 -# CONFIG_RTC_DRV_DS1307 is not set
69784 -CONFIG_RTC_DRV_DS1374=y
69785 -# CONFIG_RTC_DRV_DS1672 is not set
69786 -# CONFIG_RTC_DRV_MAX6900 is not set
69787 -# CONFIG_RTC_DRV_RS5C372 is not set
69788 -# CONFIG_RTC_DRV_ISL1208 is not set
69789 -# CONFIG_RTC_DRV_X1205 is not set
69790 -# CONFIG_RTC_DRV_PCF8563 is not set
69791 -# CONFIG_RTC_DRV_PCF8583 is not set
69792 -# CONFIG_RTC_DRV_M41T80 is not set
69793 -# CONFIG_RTC_DRV_S35390A is not set
69800 -# Platform RTC drivers
69802 -# CONFIG_RTC_DRV_CMOS is not set
69803 -# CONFIG_RTC_DRV_DS1511 is not set
69804 -# CONFIG_RTC_DRV_DS1553 is not set
69805 -# CONFIG_RTC_DRV_DS1742 is not set
69806 -# CONFIG_RTC_DRV_STK17TA8 is not set
69807 -# CONFIG_RTC_DRV_M48T86 is not set
69808 -# CONFIG_RTC_DRV_M48T59 is not set
69809 -# CONFIG_RTC_DRV_V3020 is not set
69812 -# on-CPU RTC drivers
69814 -# CONFIG_DMADEVICES is not set
69819 -# CONFIG_UIO is not set
69825 -# CONFIG_EXT2_FS_XATTR is not set
69826 -# CONFIG_EXT2_FS_XIP is not set
69828 -CONFIG_EXT3_FS_XATTR=y
69829 -# CONFIG_EXT3_FS_POSIX_ACL is not set
69830 -# CONFIG_EXT3_FS_SECURITY is not set
69831 -# CONFIG_EXT4DEV_FS is not set
69833 -CONFIG_FS_MBCACHE=y
69834 -# CONFIG_REISERFS_FS is not set
69835 -# CONFIG_JFS_FS is not set
69836 -# CONFIG_FS_POSIX_ACL is not set
69837 -# CONFIG_XFS_FS is not set
69838 -# CONFIG_GFS2_FS is not set
69839 -# CONFIG_OCFS2_FS is not set
69842 -CONFIG_INOTIFY_USER=y
69843 -# CONFIG_QUOTA is not set
69844 -# CONFIG_AUTOFS_FS is not set
69845 -# CONFIG_AUTOFS4_FS is not set
69846 -# CONFIG_FUSE_FS is not set
69849 -# CD-ROM/DVD Filesystems
69851 -# CONFIG_ISO9660_FS is not set
69852 -# CONFIG_UDF_FS is not set
69855 -# DOS/FAT/NT Filesystems
69857 -# CONFIG_MSDOS_FS is not set
69858 -# CONFIG_VFAT_FS is not set
69859 -# CONFIG_NTFS_FS is not set
69862 -# Pseudo filesystems
69865 -CONFIG_PROC_KCORE=y
69866 -CONFIG_PROC_SYSCTL=y
69869 -# CONFIG_TMPFS_POSIX_ACL is not set
69870 -# CONFIG_HUGETLB_PAGE is not set
69871 -# CONFIG_CONFIGFS_FS is not set
69874 -# Miscellaneous filesystems
69876 -# CONFIG_ADFS_FS is not set
69877 -# CONFIG_AFFS_FS is not set
69878 -# CONFIG_HFS_FS is not set
69879 -# CONFIG_HFSPLUS_FS is not set
69880 -# CONFIG_BEFS_FS is not set
69881 -# CONFIG_BFS_FS is not set
69882 -# CONFIG_EFS_FS is not set
69883 -# CONFIG_CRAMFS is not set
69884 -# CONFIG_VXFS_FS is not set
69885 -# CONFIG_MINIX_FS is not set
69886 -# CONFIG_HPFS_FS is not set
69887 -# CONFIG_QNX4FS_FS is not set
69888 -# CONFIG_ROMFS_FS is not set
69889 -# CONFIG_SYSV_FS is not set
69890 -# CONFIG_UFS_FS is not set
69891 -CONFIG_NETWORK_FILESYSTEMS=y
69894 -# CONFIG_NFS_V3_ACL is not set
69896 -# CONFIG_NFS_DIRECTIO is not set
69897 -# CONFIG_NFSD is not set
69901 -CONFIG_NFS_COMMON=y
69903 -CONFIG_SUNRPC_GSS=y
69904 -# CONFIG_SUNRPC_BIND34 is not set
69905 -CONFIG_RPCSEC_GSS_KRB5=y
69906 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
69907 -# CONFIG_SMB_FS is not set
69908 -# CONFIG_CIFS is not set
69909 -# CONFIG_NCP_FS is not set
69910 -# CONFIG_CODA_FS is not set
69911 -# CONFIG_AFS_FS is not set
69916 -CONFIG_PARTITION_ADVANCED=y
69917 -# CONFIG_ACORN_PARTITION is not set
69918 -# CONFIG_OSF_PARTITION is not set
69919 -# CONFIG_AMIGA_PARTITION is not set
69920 -# CONFIG_ATARI_PARTITION is not set
69921 -# CONFIG_MAC_PARTITION is not set
69922 -# CONFIG_MSDOS_PARTITION is not set
69923 -# CONFIG_LDM_PARTITION is not set
69924 -# CONFIG_SGI_PARTITION is not set
69925 -# CONFIG_ULTRIX_PARTITION is not set
69926 -# CONFIG_SUN_PARTITION is not set
69927 -# CONFIG_KARMA_PARTITION is not set
69928 -# CONFIG_EFI_PARTITION is not set
69929 -# CONFIG_SYSV68_PARTITION is not set
69930 -# CONFIG_NLS is not set
69931 -# CONFIG_DLM is not set
69934 -# Library routines
69936 -CONFIG_BITREVERSE=y
69937 -# CONFIG_CRC_CCITT is not set
69938 -# CONFIG_CRC16 is not set
69939 -# CONFIG_CRC_ITU_T is not set
69941 -# CONFIG_CRC7 is not set
69942 -# CONFIG_LIBCRC32C is not set
69944 -CONFIG_HAS_IOMEM=y
69945 -CONFIG_HAS_IOPORT=y
69951 -# CONFIG_PRINTK_TIME is not set
69952 -CONFIG_ENABLE_WARN_DEPRECATED=y
69953 -CONFIG_ENABLE_MUST_CHECK=y
69954 -# CONFIG_MAGIC_SYSRQ is not set
69955 -# CONFIG_UNUSED_SYMBOLS is not set
69956 -# CONFIG_DEBUG_FS is not set
69957 -# CONFIG_HEADERS_CHECK is not set
69958 -CONFIG_DEBUG_KERNEL=y
69959 -# CONFIG_DEBUG_SHIRQ is not set
69960 -CONFIG_DETECT_SOFTLOCKUP=y
69961 -CONFIG_SCHED_DEBUG=y
69962 -# CONFIG_SCHEDSTATS is not set
69963 -# CONFIG_TIMER_STATS is not set
69964 -# CONFIG_SLUB_DEBUG_ON is not set
69965 -# CONFIG_SLUB_STATS is not set
69966 -# CONFIG_DEBUG_RT_MUTEXES is not set
69967 -# CONFIG_RT_MUTEX_TESTER is not set
69968 -# CONFIG_DEBUG_SPINLOCK is not set
69969 -# CONFIG_DEBUG_MUTEXES is not set
69970 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
69971 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
69972 -# CONFIG_DEBUG_KOBJECT is not set
69973 -# CONFIG_DEBUG_BUGVERBOSE is not set
69974 -# CONFIG_DEBUG_INFO is not set
69975 -# CONFIG_DEBUG_VM is not set
69976 -# CONFIG_DEBUG_LIST is not set
69977 -# CONFIG_DEBUG_SG is not set
69978 -# CONFIG_BOOT_PRINTK_DELAY is not set
69979 -# CONFIG_RCU_TORTURE_TEST is not set
69980 -# CONFIG_BACKTRACE_SELF_TEST is not set
69981 -# CONFIG_FAULT_INJECTION is not set
69982 -# CONFIG_SAMPLES is not set
69983 -# CONFIG_DEBUG_STACKOVERFLOW is not set
69984 -# CONFIG_DEBUG_STACK_USAGE is not set
69985 -# CONFIG_DEBUG_PAGEALLOC is not set
69987 -# CONFIG_XMON is not set
69988 -# CONFIG_BDI_SWITCH is not set
69989 -CONFIG_PPC_EARLY_DEBUG=y
69990 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
69991 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
69992 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
69993 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
69994 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
69995 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
69996 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
69997 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
69998 -# CONFIG_PPC_EARLY_DEBUG_44x is not set
69999 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
70000 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
70003 -# Security options
70005 -# CONFIG_KEYS is not set
70006 -# CONFIG_SECURITY is not set
70007 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
70009 -CONFIG_CRYPTO_ALGAPI=y
70010 -CONFIG_CRYPTO_BLKCIPHER=y
70011 -# CONFIG_CRYPTO_SEQIV is not set
70012 -CONFIG_CRYPTO_MANAGER=y
70013 -# CONFIG_CRYPTO_HMAC is not set
70014 -# CONFIG_CRYPTO_XCBC is not set
70015 -# CONFIG_CRYPTO_NULL is not set
70016 -# CONFIG_CRYPTO_MD4 is not set
70017 -CONFIG_CRYPTO_MD5=y
70018 -# CONFIG_CRYPTO_SHA1 is not set
70019 -# CONFIG_CRYPTO_SHA256 is not set
70020 -# CONFIG_CRYPTO_SHA512 is not set
70021 -# CONFIG_CRYPTO_WP512 is not set
70022 -# CONFIG_CRYPTO_TGR192 is not set
70023 -# CONFIG_CRYPTO_GF128MUL is not set
70024 -CONFIG_CRYPTO_ECB=m
70025 -CONFIG_CRYPTO_CBC=y
70026 -CONFIG_CRYPTO_PCBC=m
70027 -# CONFIG_CRYPTO_LRW is not set
70028 -# CONFIG_CRYPTO_XTS is not set
70029 -# CONFIG_CRYPTO_CTR is not set
70030 -# CONFIG_CRYPTO_GCM is not set
70031 -# CONFIG_CRYPTO_CCM is not set
70032 -# CONFIG_CRYPTO_CRYPTD is not set
70033 -CONFIG_CRYPTO_DES=y
70034 -# CONFIG_CRYPTO_FCRYPT is not set
70035 -# CONFIG_CRYPTO_BLOWFISH is not set
70036 -# CONFIG_CRYPTO_TWOFISH is not set
70037 -# CONFIG_CRYPTO_SERPENT is not set
70038 -# CONFIG_CRYPTO_AES is not set
70039 -# CONFIG_CRYPTO_CAST5 is not set
70040 -# CONFIG_CRYPTO_CAST6 is not set
70041 -# CONFIG_CRYPTO_TEA is not set
70042 -# CONFIG_CRYPTO_ARC4 is not set
70043 -# CONFIG_CRYPTO_KHAZAD is not set
70044 -# CONFIG_CRYPTO_ANUBIS is not set
70045 -# CONFIG_CRYPTO_SEED is not set
70046 -# CONFIG_CRYPTO_SALSA20 is not set
70047 -# CONFIG_CRYPTO_DEFLATE is not set
70048 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
70049 -# CONFIG_CRYPTO_CRC32C is not set
70050 -# CONFIG_CRYPTO_CAMELLIA is not set
70051 -# CONFIG_CRYPTO_TEST is not set
70052 -# CONFIG_CRYPTO_AUTHENC is not set
70053 -# CONFIG_CRYPTO_LZO is not set
70054 -CONFIG_CRYPTO_HW=y
70055 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
70056 -# CONFIG_PPC_CLOCK is not set
70057 -CONFIG_PPC_LIB_RHEAP=y
70058 --- a/arch/powerpc/configs/mpc8572_ds_defconfig
70062 -# Automatically generated make config: don't edit
70063 -# Linux kernel version: 2.6.25-rc7
70064 -# Mon Mar 31 11:37:06 2008
70066 -# CONFIG_PPC64 is not set
70069 -# Processor support
70071 -# CONFIG_6xx is not set
70073 -# CONFIG_PPC_8xx is not set
70074 -# CONFIG_40x is not set
70075 -# CONFIG_44x is not set
70076 -# CONFIG_E200 is not set
70079 -CONFIG_FSL_BOOKE=y
70080 -CONFIG_FSL_EMB_PERFMON=y
70081 -# CONFIG_PHYS_64BIT is not set
70083 -# CONFIG_PPC_MM_SLICES is not set
70085 -CONFIG_WORD_SIZE=32
70086 -CONFIG_PPC_MERGE=y
70088 -CONFIG_GENERIC_CMOS_UPDATE=y
70089 -CONFIG_GENERIC_TIME=y
70090 -CONFIG_GENERIC_TIME_VSYSCALL=y
70091 -CONFIG_GENERIC_CLOCKEVENTS=y
70092 -CONFIG_GENERIC_HARDIRQS=y
70093 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
70094 -CONFIG_IRQ_PER_CPU=y
70095 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
70096 -CONFIG_ARCH_HAS_ILOG2_U32=y
70097 -CONFIG_GENERIC_HWEIGHT=y
70098 -CONFIG_GENERIC_CALIBRATE_DELAY=y
70099 -CONFIG_GENERIC_FIND_NEXT_BIT=y
70100 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
70102 -CONFIG_EARLY_PRINTK=y
70103 -CONFIG_GENERIC_NVRAM=y
70104 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
70105 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
70108 -CONFIG_PPC_UDBG_16550=y
70109 -# CONFIG_GENERIC_TBSYNC is not set
70110 -CONFIG_AUDIT_ARCH=y
70111 -CONFIG_GENERIC_BUG=y
70112 -CONFIG_DEFAULT_UIMAGE=y
70113 -# CONFIG_PPC_DCR_NATIVE is not set
70114 -# CONFIG_PPC_DCR_MMIO is not set
70115 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
70120 -CONFIG_EXPERIMENTAL=y
70121 -CONFIG_BROKEN_ON_SMP=y
70122 -CONFIG_INIT_ENV_ARG_LIMIT=32
70123 -CONFIG_LOCALVERSION=""
70124 -CONFIG_LOCALVERSION_AUTO=y
70127 -CONFIG_SYSVIPC_SYSCTL=y
70128 -CONFIG_POSIX_MQUEUE=y
70129 -CONFIG_BSD_PROCESS_ACCT=y
70130 -# CONFIG_BSD_PROCESS_ACCT_V3 is not set
70131 -# CONFIG_TASKSTATS is not set
70133 -# CONFIG_AUDITSYSCALL is not set
70135 -CONFIG_IKCONFIG_PROC=y
70136 -CONFIG_LOG_BUF_SHIFT=14
70137 -# CONFIG_CGROUPS is not set
70138 -CONFIG_GROUP_SCHED=y
70139 -# CONFIG_FAIR_GROUP_SCHED is not set
70140 -# CONFIG_RT_GROUP_SCHED is not set
70141 -CONFIG_USER_SCHED=y
70142 -# CONFIG_CGROUP_SCHED is not set
70143 -CONFIG_SYSFS_DEPRECATED=y
70144 -CONFIG_SYSFS_DEPRECATED_V2=y
70145 -# CONFIG_RELAY is not set
70146 -# CONFIG_NAMESPACES is not set
70147 -CONFIG_BLK_DEV_INITRD=y
70148 -CONFIG_INITRAMFS_SOURCE=""
70149 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
70152 -CONFIG_SYSCTL_SYSCALL=y
70154 -CONFIG_KALLSYMS_ALL=y
70155 -CONFIG_KALLSYMS_EXTRA_PASS=y
70160 -CONFIG_COMPAT_BRK=y
70161 -CONFIG_BASE_FULL=y
70163 -CONFIG_ANON_INODES=y
70169 -CONFIG_VM_EVENT_COUNTERS=y
70170 -CONFIG_SLUB_DEBUG=y
70171 -# CONFIG_SLAB is not set
70173 -# CONFIG_SLOB is not set
70174 -# CONFIG_PROFILING is not set
70175 -# CONFIG_MARKERS is not set
70176 -CONFIG_HAVE_OPROFILE=y
70177 -# CONFIG_KPROBES is not set
70178 -CONFIG_HAVE_KPROBES=y
70179 -CONFIG_HAVE_KRETPROBES=y
70180 -CONFIG_PROC_PAGE_MONITOR=y
70182 -CONFIG_RT_MUTEXES=y
70183 -# CONFIG_TINY_SHMEM is not set
70184 -CONFIG_BASE_SMALL=0
70186 -CONFIG_MODULE_UNLOAD=y
70187 -CONFIG_MODULE_FORCE_UNLOAD=y
70188 -CONFIG_MODVERSIONS=y
70189 -# CONFIG_MODULE_SRCVERSION_ALL is not set
70193 -# CONFIG_BLK_DEV_IO_TRACE is not set
70194 -# CONFIG_LSF is not set
70195 -# CONFIG_BLK_DEV_BSG is not set
70200 -CONFIG_IOSCHED_NOOP=y
70201 -CONFIG_IOSCHED_AS=y
70202 -CONFIG_IOSCHED_DEADLINE=y
70203 -CONFIG_IOSCHED_CFQ=y
70204 -# CONFIG_DEFAULT_AS is not set
70205 -# CONFIG_DEFAULT_DEADLINE is not set
70206 -CONFIG_DEFAULT_CFQ=y
70207 -# CONFIG_DEFAULT_NOOP is not set
70208 -CONFIG_DEFAULT_IOSCHED="cfq"
70209 -CONFIG_CLASSIC_RCU=y
70212 -# Platform support
70214 -# CONFIG_PPC_MPC512x is not set
70215 -# CONFIG_PPC_MPC5121 is not set
70216 -# CONFIG_PPC_CELL is not set
70217 -# CONFIG_PPC_CELL_NATIVE is not set
70218 -# CONFIG_PQ2ADS is not set
70220 -# CONFIG_MPC8540_ADS is not set
70221 -# CONFIG_MPC8560_ADS is not set
70222 -# CONFIG_MPC85xx_CDS is not set
70223 -# CONFIG_MPC85xx_MDS is not set
70224 -CONFIG_MPC85xx_DS=y
70225 -# CONFIG_STX_GP3 is not set
70226 -# CONFIG_TQM8540 is not set
70227 -# CONFIG_TQM8541 is not set
70228 -# CONFIG_TQM8555 is not set
70229 -# CONFIG_TQM8560 is not set
70230 -# CONFIG_SBC8548 is not set
70231 -# CONFIG_SBC8560 is not set
70232 -# CONFIG_IPIC is not set
70234 -# CONFIG_MPIC_WEIRD is not set
70235 -CONFIG_PPC_I8259=y
70236 -# CONFIG_PPC_RTAS is not set
70237 -# CONFIG_MMIO_NVRAM is not set
70238 -# CONFIG_PPC_MPC106 is not set
70239 -# CONFIG_PPC_970_NAP is not set
70240 -# CONFIG_PPC_INDIRECT_IO is not set
70241 -# CONFIG_GENERIC_IOMAP is not set
70242 -# CONFIG_CPU_FREQ is not set
70243 -# CONFIG_CPM2 is not set
70244 -CONFIG_FSL_ULI1575=y
70250 -CONFIG_TICK_ONESHOT=y
70252 -CONFIG_HIGH_RES_TIMERS=y
70253 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
70254 -# CONFIG_HZ_100 is not set
70256 -# CONFIG_HZ_300 is not set
70257 -# CONFIG_HZ_1000 is not set
70259 -# CONFIG_SCHED_HRTICK is not set
70260 -CONFIG_PREEMPT_NONE=y
70261 -# CONFIG_PREEMPT_VOLUNTARY is not set
70262 -# CONFIG_PREEMPT is not set
70263 -CONFIG_BINFMT_ELF=y
70264 -CONFIG_BINFMT_MISC=m
70265 -CONFIG_MATH_EMULATION=y
70266 -# CONFIG_IOMMU_HELPER is not set
70267 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
70268 -CONFIG_ARCH_HAS_WALK_MEMORY=y
70269 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
70270 -CONFIG_ARCH_FLATMEM_ENABLE=y
70271 -CONFIG_ARCH_POPULATES_NODE_MAP=y
70272 -CONFIG_SELECT_MEMORY_MODEL=y
70273 -CONFIG_FLATMEM_MANUAL=y
70274 -# CONFIG_DISCONTIGMEM_MANUAL is not set
70275 -# CONFIG_SPARSEMEM_MANUAL is not set
70277 -CONFIG_FLAT_NODE_MEM_MAP=y
70278 -# CONFIG_SPARSEMEM_STATIC is not set
70279 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
70280 -CONFIG_SPLIT_PTLOCK_CPUS=4
70281 -# CONFIG_RESOURCES_64BIT is not set
70282 -CONFIG_ZONE_DMA_FLAG=1
70284 -CONFIG_VIRT_TO_BUS=y
70285 -CONFIG_PROC_DEVICETREE=y
70286 -# CONFIG_CMDLINE_BOOL is not set
70287 -# CONFIG_PM is not set
70289 -CONFIG_ISA_DMA_API=y
70295 -CONFIG_GENERIC_ISA_DMA=y
70296 -CONFIG_PPC_INDIRECT_PCI=y
70300 -CONFIG_PCI_DOMAINS=y
70301 -CONFIG_PCI_SYSCALL=y
70302 -# CONFIG_PCIEPORTBUS is not set
70303 -CONFIG_ARCH_SUPPORTS_MSI=y
70304 -# CONFIG_PCI_MSI is not set
70305 -CONFIG_PCI_LEGACY=y
70306 -# CONFIG_PCI_DEBUG is not set
70307 -# CONFIG_PCCARD is not set
70308 -# CONFIG_HOTPLUG_PCI is not set
70313 -# CONFIG_ADVANCED_OPTIONS is not set
70316 -# Default settings for advanced configuration options are used
70318 -CONFIG_HIGHMEM_START=0xfe000000
70319 -CONFIG_LOWMEM_SIZE=0x30000000
70320 -CONFIG_KERNEL_START=0xc0000000
70321 -CONFIG_TASK_SIZE=0xc0000000
70322 -CONFIG_BOOT_LOAD=0x00800000
70330 -# Networking options
70333 -# CONFIG_PACKET_MMAP is not set
70336 -CONFIG_XFRM_USER=y
70337 -# CONFIG_XFRM_SUB_POLICY is not set
70338 -# CONFIG_XFRM_MIGRATE is not set
70339 -# CONFIG_XFRM_STATISTICS is not set
70341 -# CONFIG_NET_KEY_MIGRATE is not set
70343 -CONFIG_IP_MULTICAST=y
70344 -CONFIG_IP_ADVANCED_ROUTER=y
70345 -CONFIG_ASK_IP_FIB_HASH=y
70346 -# CONFIG_IP_FIB_TRIE is not set
70347 -CONFIG_IP_FIB_HASH=y
70348 -CONFIG_IP_MULTIPLE_TABLES=y
70349 -CONFIG_IP_ROUTE_MULTIPATH=y
70350 -CONFIG_IP_ROUTE_VERBOSE=y
70352 -CONFIG_IP_PNP_DHCP=y
70353 -CONFIG_IP_PNP_BOOTP=y
70354 -CONFIG_IP_PNP_RARP=y
70356 -CONFIG_NET_IPGRE=y
70357 -CONFIG_NET_IPGRE_BROADCAST=y
70358 -CONFIG_IP_MROUTE=y
70359 -CONFIG_IP_PIMSM_V1=y
70360 -CONFIG_IP_PIMSM_V2=y
70362 -# CONFIG_SYN_COOKIES is not set
70363 -# CONFIG_INET_AH is not set
70364 -# CONFIG_INET_ESP is not set
70365 -# CONFIG_INET_IPCOMP is not set
70366 -# CONFIG_INET_XFRM_TUNNEL is not set
70367 -CONFIG_INET_TUNNEL=y
70368 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
70369 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
70370 -# CONFIG_INET_XFRM_MODE_BEET is not set
70371 -# CONFIG_INET_LRO is not set
70372 -CONFIG_INET_DIAG=y
70373 -CONFIG_INET_TCP_DIAG=y
70374 -# CONFIG_TCP_CONG_ADVANCED is not set
70375 -CONFIG_TCP_CONG_CUBIC=y
70376 -CONFIG_DEFAULT_TCP_CONG="cubic"
70377 -# CONFIG_TCP_MD5SIG is not set
70379 -# CONFIG_IPV6_PRIVACY is not set
70380 -# CONFIG_IPV6_ROUTER_PREF is not set
70381 -# CONFIG_IPV6_OPTIMISTIC_DAD is not set
70382 -# CONFIG_INET6_AH is not set
70383 -# CONFIG_INET6_ESP is not set
70384 -# CONFIG_INET6_IPCOMP is not set
70385 -# CONFIG_IPV6_MIP6 is not set
70386 -# CONFIG_INET6_XFRM_TUNNEL is not set
70387 -# CONFIG_INET6_TUNNEL is not set
70388 -CONFIG_INET6_XFRM_MODE_TRANSPORT=y
70389 -CONFIG_INET6_XFRM_MODE_TUNNEL=y
70390 -CONFIG_INET6_XFRM_MODE_BEET=y
70391 -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
70393 -# CONFIG_IPV6_TUNNEL is not set
70394 -# CONFIG_IPV6_MULTIPLE_TABLES is not set
70395 -# CONFIG_NETWORK_SECMARK is not set
70396 -# CONFIG_NETFILTER is not set
70397 -# CONFIG_IP_DCCP is not set
70399 -# CONFIG_SCTP_DBG_MSG is not set
70400 -# CONFIG_SCTP_DBG_OBJCNT is not set
70401 -# CONFIG_SCTP_HMAC_NONE is not set
70402 -# CONFIG_SCTP_HMAC_SHA1 is not set
70403 -CONFIG_SCTP_HMAC_MD5=y
70404 -# CONFIG_TIPC is not set
70405 -# CONFIG_ATM is not set
70406 -# CONFIG_BRIDGE is not set
70407 -# CONFIG_VLAN_8021Q is not set
70408 -# CONFIG_DECNET is not set
70409 -# CONFIG_LLC2 is not set
70410 -# CONFIG_IPX is not set
70411 -# CONFIG_ATALK is not set
70412 -# CONFIG_X25 is not set
70413 -# CONFIG_LAPB is not set
70414 -# CONFIG_ECONET is not set
70415 -# CONFIG_WAN_ROUTER is not set
70416 -# CONFIG_NET_SCHED is not set
70421 -# CONFIG_NET_PKTGEN is not set
70422 -# CONFIG_HAMRADIO is not set
70423 -# CONFIG_CAN is not set
70424 -# CONFIG_IRDA is not set
70425 -# CONFIG_BT is not set
70426 -# CONFIG_AF_RXRPC is not set
70427 -CONFIG_FIB_RULES=y
70432 -# CONFIG_CFG80211 is not set
70433 -# CONFIG_WIRELESS_EXT is not set
70434 -# CONFIG_MAC80211 is not set
70435 -# CONFIG_IEEE80211 is not set
70436 -# CONFIG_RFKILL is not set
70437 -# CONFIG_NET_9P is not set
70444 -# Generic Driver Options
70446 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
70447 -CONFIG_STANDALONE=y
70448 -CONFIG_PREVENT_FIRMWARE_BUILD=y
70449 -CONFIG_FW_LOADER=y
70450 -# CONFIG_DEBUG_DRIVER is not set
70451 -# CONFIG_DEBUG_DEVRES is not set
70452 -# CONFIG_SYS_HYPERVISOR is not set
70453 -# CONFIG_CONNECTOR is not set
70454 -# CONFIG_MTD is not set
70455 -CONFIG_OF_DEVICE=y
70456 -# CONFIG_PARPORT is not set
70458 -# CONFIG_BLK_DEV_FD is not set
70459 -# CONFIG_BLK_CPQ_DA is not set
70460 -# CONFIG_BLK_CPQ_CISS_DA is not set
70461 -# CONFIG_BLK_DEV_DAC960 is not set
70462 -# CONFIG_BLK_DEV_UMEM is not set
70463 -# CONFIG_BLK_DEV_COW_COMMON is not set
70464 -CONFIG_BLK_DEV_LOOP=y
70465 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
70466 -CONFIG_BLK_DEV_NBD=y
70467 -# CONFIG_BLK_DEV_SX8 is not set
70468 -# CONFIG_BLK_DEV_UB is not set
70469 -CONFIG_BLK_DEV_RAM=y
70470 -CONFIG_BLK_DEV_RAM_COUNT=16
70471 -CONFIG_BLK_DEV_RAM_SIZE=131072
70472 -# CONFIG_BLK_DEV_XIP is not set
70473 -# CONFIG_CDROM_PKTCDVD is not set
70474 -# CONFIG_ATA_OVER_ETH is not set
70475 -CONFIG_MISC_DEVICES=y
70476 -# CONFIG_PHANTOM is not set
70477 -# CONFIG_EEPROM_93CX6 is not set
70478 -# CONFIG_SGI_IOC4 is not set
70479 -# CONFIG_TIFM_CORE is not set
70480 -# CONFIG_ENCLOSURE_SERVICES is not set
70482 -# CONFIG_IDE is not set
70485 -# SCSI device support
70487 -# CONFIG_RAID_ATTRS is not set
70490 -# CONFIG_SCSI_TGT is not set
70491 -# CONFIG_SCSI_NETLINK is not set
70492 -CONFIG_SCSI_PROC_FS=y
70495 -# SCSI support type (disk, tape, CD-ROM)
70497 -CONFIG_BLK_DEV_SD=y
70498 -CONFIG_CHR_DEV_ST=y
70499 -# CONFIG_CHR_DEV_OSST is not set
70500 -CONFIG_BLK_DEV_SR=y
70501 -# CONFIG_BLK_DEV_SR_VENDOR is not set
70502 -CONFIG_CHR_DEV_SG=y
70503 -# CONFIG_CHR_DEV_SCH is not set
70506 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
70508 -CONFIG_SCSI_MULTI_LUN=y
70509 -# CONFIG_SCSI_CONSTANTS is not set
70510 -CONFIG_SCSI_LOGGING=y
70511 -# CONFIG_SCSI_SCAN_ASYNC is not set
70512 -CONFIG_SCSI_WAIT_SCAN=m
70517 -# CONFIG_SCSI_SPI_ATTRS is not set
70518 -# CONFIG_SCSI_FC_ATTRS is not set
70519 -# CONFIG_SCSI_ISCSI_ATTRS is not set
70520 -# CONFIG_SCSI_SAS_LIBSAS is not set
70521 -# CONFIG_SCSI_SRP_ATTRS is not set
70522 -CONFIG_SCSI_LOWLEVEL=y
70523 -# CONFIG_ISCSI_TCP is not set
70524 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
70525 -# CONFIG_SCSI_3W_9XXX is not set
70526 -# CONFIG_SCSI_ACARD is not set
70527 -# CONFIG_SCSI_AACRAID is not set
70528 -# CONFIG_SCSI_AIC7XXX is not set
70529 -# CONFIG_SCSI_AIC7XXX_OLD is not set
70530 -# CONFIG_SCSI_AIC79XX is not set
70531 -# CONFIG_SCSI_AIC94XX is not set
70532 -# CONFIG_SCSI_DPT_I2O is not set
70533 -# CONFIG_SCSI_ADVANSYS is not set
70534 -# CONFIG_SCSI_ARCMSR is not set
70535 -# CONFIG_MEGARAID_NEWGEN is not set
70536 -# CONFIG_MEGARAID_LEGACY is not set
70537 -# CONFIG_MEGARAID_SAS is not set
70538 -# CONFIG_SCSI_HPTIOP is not set
70539 -# CONFIG_SCSI_BUSLOGIC is not set
70540 -# CONFIG_SCSI_DMX3191D is not set
70541 -# CONFIG_SCSI_EATA is not set
70542 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
70543 -# CONFIG_SCSI_GDTH is not set
70544 -# CONFIG_SCSI_IPS is not set
70545 -# CONFIG_SCSI_INITIO is not set
70546 -# CONFIG_SCSI_INIA100 is not set
70547 -# CONFIG_SCSI_MVSAS is not set
70548 -# CONFIG_SCSI_STEX is not set
70549 -# CONFIG_SCSI_SYM53C8XX_2 is not set
70550 -# CONFIG_SCSI_IPR is not set
70551 -# CONFIG_SCSI_QLOGIC_1280 is not set
70552 -# CONFIG_SCSI_QLA_FC is not set
70553 -# CONFIG_SCSI_QLA_ISCSI is not set
70554 -# CONFIG_SCSI_LPFC is not set
70555 -# CONFIG_SCSI_DC395x is not set
70556 -# CONFIG_SCSI_DC390T is not set
70557 -# CONFIG_SCSI_NSP32 is not set
70558 -# CONFIG_SCSI_DEBUG is not set
70559 -# CONFIG_SCSI_SRP is not set
70561 -# CONFIG_ATA_NONSTANDARD is not set
70562 -CONFIG_SATA_AHCI=y
70563 -# CONFIG_SATA_SVW is not set
70564 -# CONFIG_ATA_PIIX is not set
70565 -# CONFIG_SATA_MV is not set
70566 -# CONFIG_SATA_NV is not set
70567 -# CONFIG_PDC_ADMA is not set
70568 -# CONFIG_SATA_QSTOR is not set
70569 -# CONFIG_SATA_PROMISE is not set
70570 -# CONFIG_SATA_SX4 is not set
70571 -# CONFIG_SATA_SIL is not set
70572 -# CONFIG_SATA_SIL24 is not set
70573 -# CONFIG_SATA_SIS is not set
70574 -# CONFIG_SATA_ULI is not set
70575 -# CONFIG_SATA_VIA is not set
70576 -# CONFIG_SATA_VITESSE is not set
70577 -# CONFIG_SATA_INIC162X is not set
70578 -# CONFIG_SATA_FSL is not set
70580 -# CONFIG_PATA_AMD is not set
70581 -# CONFIG_PATA_ARTOP is not set
70582 -# CONFIG_PATA_ATIIXP is not set
70583 -# CONFIG_PATA_CMD640_PCI is not set
70584 -# CONFIG_PATA_CMD64X is not set
70585 -# CONFIG_PATA_CS5520 is not set
70586 -# CONFIG_PATA_CS5530 is not set
70587 -# CONFIG_PATA_CYPRESS is not set
70588 -# CONFIG_PATA_EFAR is not set
70589 -# CONFIG_ATA_GENERIC is not set
70590 -# CONFIG_PATA_HPT366 is not set
70591 -# CONFIG_PATA_HPT37X is not set
70592 -# CONFIG_PATA_HPT3X2N is not set
70593 -# CONFIG_PATA_HPT3X3 is not set
70594 -# CONFIG_PATA_IT821X is not set
70595 -# CONFIG_PATA_IT8213 is not set
70596 -# CONFIG_PATA_JMICRON is not set
70597 -# CONFIG_PATA_TRIFLEX is not set
70598 -# CONFIG_PATA_MARVELL is not set
70599 -# CONFIG_PATA_MPIIX is not set
70600 -# CONFIG_PATA_OLDPIIX is not set
70601 -# CONFIG_PATA_NETCELL is not set
70602 -# CONFIG_PATA_NINJA32 is not set
70603 -# CONFIG_PATA_NS87410 is not set
70604 -# CONFIG_PATA_NS87415 is not set
70605 -# CONFIG_PATA_OPTI is not set
70606 -# CONFIG_PATA_OPTIDMA is not set
70607 -# CONFIG_PATA_PDC_OLD is not set
70608 -# CONFIG_PATA_RADISYS is not set
70609 -# CONFIG_PATA_RZ1000 is not set
70610 -# CONFIG_PATA_SC1200 is not set
70611 -# CONFIG_PATA_SERVERWORKS is not set
70612 -# CONFIG_PATA_PDC2027X is not set
70613 -# CONFIG_PATA_SIL680 is not set
70614 -# CONFIG_PATA_SIS is not set
70615 -# CONFIG_PATA_VIA is not set
70616 -# CONFIG_PATA_WINBOND is not set
70617 -# CONFIG_PATA_PLATFORM is not set
70618 -# CONFIG_MD is not set
70619 -# CONFIG_FUSION is not set
70622 -# IEEE 1394 (FireWire) support
70624 -# CONFIG_FIREWIRE is not set
70625 -# CONFIG_IEEE1394 is not set
70626 -# CONFIG_I2O is not set
70627 -# CONFIG_MACINTOSH_DRIVERS is not set
70628 -CONFIG_NETDEVICES=y
70629 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
70631 -# CONFIG_BONDING is not set
70632 -# CONFIG_MACVLAN is not set
70633 -# CONFIG_EQUALIZER is not set
70634 -# CONFIG_TUN is not set
70635 -# CONFIG_VETH is not set
70636 -# CONFIG_ARCNET is not set
70640 -# MII PHY device drivers
70642 -# CONFIG_MARVELL_PHY is not set
70643 -# CONFIG_DAVICOM_PHY is not set
70644 -# CONFIG_QSEMI_PHY is not set
70645 -# CONFIG_LXT_PHY is not set
70646 -# CONFIG_CICADA_PHY is not set
70647 -CONFIG_VITESSE_PHY=y
70648 -# CONFIG_SMSC_PHY is not set
70649 -# CONFIG_BROADCOM_PHY is not set
70650 -# CONFIG_ICPLUS_PHY is not set
70651 -# CONFIG_REALTEK_PHY is not set
70652 -# CONFIG_FIXED_PHY is not set
70653 -# CONFIG_MDIO_BITBANG is not set
70654 -CONFIG_NET_ETHERNET=y
70656 -# CONFIG_HAPPYMEAL is not set
70657 -# CONFIG_SUNGEM is not set
70658 -# CONFIG_CASSINI is not set
70659 -# CONFIG_NET_VENDOR_3COM is not set
70660 -# CONFIG_NET_TULIP is not set
70661 -# CONFIG_HP100 is not set
70662 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
70663 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
70664 -# CONFIG_IBM_NEW_EMAC_TAH is not set
70665 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
70666 -# CONFIG_NET_PCI is not set
70667 -# CONFIG_B44 is not set
70668 -CONFIG_NETDEV_1000=y
70669 -# CONFIG_ACENIC is not set
70670 -# CONFIG_DL2K is not set
70671 -# CONFIG_E1000 is not set
70672 -# CONFIG_E1000E is not set
70673 -# CONFIG_E1000E_ENABLED is not set
70674 -# CONFIG_IP1000 is not set
70675 -# CONFIG_IGB is not set
70676 -# CONFIG_NS83820 is not set
70677 -# CONFIG_HAMACHI is not set
70678 -# CONFIG_YELLOWFIN is not set
70679 -# CONFIG_R8169 is not set
70680 -# CONFIG_SIS190 is not set
70681 -# CONFIG_SKGE is not set
70682 -# CONFIG_SKY2 is not set
70683 -# CONFIG_SK98LIN is not set
70684 -# CONFIG_VIA_VELOCITY is not set
70685 -# CONFIG_TIGON3 is not set
70686 -# CONFIG_BNX2 is not set
70688 -CONFIG_GFAR_NAPI=y
70689 -# CONFIG_QLA3XXX is not set
70690 -# CONFIG_ATL1 is not set
70691 -CONFIG_NETDEV_10000=y
70692 -# CONFIG_CHELSIO_T1 is not set
70693 -# CONFIG_CHELSIO_T3 is not set
70694 -# CONFIG_IXGBE is not set
70695 -# CONFIG_IXGB is not set
70696 -# CONFIG_S2IO is not set
70697 -# CONFIG_MYRI10GE is not set
70698 -# CONFIG_NETXEN_NIC is not set
70699 -# CONFIG_NIU is not set
70700 -# CONFIG_MLX4_CORE is not set
70701 -# CONFIG_TEHUTI is not set
70702 -# CONFIG_BNX2X is not set
70703 -# CONFIG_TR is not set
70708 -# CONFIG_WLAN_PRE80211 is not set
70709 -# CONFIG_WLAN_80211 is not set
70712 -# USB Network Adapters
70714 -# CONFIG_USB_CATC is not set
70715 -# CONFIG_USB_KAWETH is not set
70716 -# CONFIG_USB_PEGASUS is not set
70717 -# CONFIG_USB_RTL8150 is not set
70718 -# CONFIG_USB_USBNET is not set
70719 -# CONFIG_WAN is not set
70720 -# CONFIG_FDDI is not set
70721 -# CONFIG_HIPPI is not set
70722 -# CONFIG_PPP is not set
70723 -# CONFIG_SLIP is not set
70724 -# CONFIG_NET_FC is not set
70725 -# CONFIG_NETCONSOLE is not set
70726 -# CONFIG_NETPOLL is not set
70727 -# CONFIG_NET_POLL_CONTROLLER is not set
70728 -# CONFIG_ISDN is not set
70729 -# CONFIG_PHONE is not set
70732 -# Input device support
70735 -# CONFIG_INPUT_FF_MEMLESS is not set
70736 -# CONFIG_INPUT_POLLDEV is not set
70739 -# Userland interfaces
70741 -# CONFIG_INPUT_MOUSEDEV is not set
70742 -# CONFIG_INPUT_JOYDEV is not set
70743 -# CONFIG_INPUT_EVDEV is not set
70744 -# CONFIG_INPUT_EVBUG is not set
70747 -# Input Device Drivers
70749 -# CONFIG_INPUT_KEYBOARD is not set
70750 -# CONFIG_INPUT_MOUSE is not set
70751 -# CONFIG_INPUT_JOYSTICK is not set
70752 -# CONFIG_INPUT_TABLET is not set
70753 -# CONFIG_INPUT_TOUCHSCREEN is not set
70754 -# CONFIG_INPUT_MISC is not set
70757 -# Hardware I/O ports
70760 -CONFIG_SERIO_I8042=y
70761 -CONFIG_SERIO_SERPORT=y
70762 -# CONFIG_SERIO_PCIPS2 is not set
70763 -CONFIG_SERIO_LIBPS2=y
70764 -# CONFIG_SERIO_RAW is not set
70765 -# CONFIG_GAMEPORT is not set
70768 -# Character devices
70771 -CONFIG_VT_CONSOLE=y
70772 -CONFIG_HW_CONSOLE=y
70773 -# CONFIG_VT_HW_CONSOLE_BINDING is not set
70774 -# CONFIG_SERIAL_NONSTANDARD is not set
70775 -# CONFIG_NOZOMI is not set
70780 -CONFIG_SERIAL_8250=y
70781 -CONFIG_SERIAL_8250_CONSOLE=y
70782 -CONFIG_SERIAL_8250_PCI=y
70783 -CONFIG_SERIAL_8250_NR_UARTS=2
70784 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
70785 -CONFIG_SERIAL_8250_EXTENDED=y
70786 -CONFIG_SERIAL_8250_MANY_PORTS=y
70787 -CONFIG_SERIAL_8250_SHARE_IRQ=y
70788 -CONFIG_SERIAL_8250_DETECT_IRQ=y
70789 -CONFIG_SERIAL_8250_RSA=y
70792 -# Non-8250 serial port support
70794 -# CONFIG_SERIAL_UARTLITE is not set
70795 -CONFIG_SERIAL_CORE=y
70796 -CONFIG_SERIAL_CORE_CONSOLE=y
70797 -# CONFIG_SERIAL_JSM is not set
70798 -# CONFIG_SERIAL_OF_PLATFORM is not set
70799 -CONFIG_UNIX98_PTYS=y
70800 -CONFIG_LEGACY_PTYS=y
70801 -CONFIG_LEGACY_PTY_COUNT=256
70802 -# CONFIG_IPMI_HANDLER is not set
70803 -# CONFIG_HW_RANDOM is not set
70805 -# CONFIG_GEN_RTC is not set
70806 -# CONFIG_R3964 is not set
70807 -# CONFIG_APPLICOM is not set
70808 -# CONFIG_RAW_DRIVER is not set
70809 -# CONFIG_TCG_TPM is not set
70812 -CONFIG_I2C_BOARDINFO=y
70813 -# CONFIG_I2C_CHARDEV is not set
70818 -# CONFIG_I2C_ALGOBIT is not set
70819 -# CONFIG_I2C_ALGOPCF is not set
70820 -# CONFIG_I2C_ALGOPCA is not set
70823 -# I2C Hardware Bus support
70825 -# CONFIG_I2C_ALI1535 is not set
70826 -# CONFIG_I2C_ALI1563 is not set
70827 -# CONFIG_I2C_ALI15X3 is not set
70828 -# CONFIG_I2C_AMD756 is not set
70829 -# CONFIG_I2C_AMD8111 is not set
70830 -# CONFIG_I2C_I801 is not set
70831 -# CONFIG_I2C_I810 is not set
70832 -# CONFIG_I2C_PIIX4 is not set
70834 -# CONFIG_I2C_NFORCE2 is not set
70835 -# CONFIG_I2C_OCORES is not set
70836 -# CONFIG_I2C_PARPORT_LIGHT is not set
70837 -# CONFIG_I2C_PROSAVAGE is not set
70838 -# CONFIG_I2C_SAVAGE4 is not set
70839 -# CONFIG_I2C_SIMTEC is not set
70840 -# CONFIG_I2C_SIS5595 is not set
70841 -# CONFIG_I2C_SIS630 is not set
70842 -# CONFIG_I2C_SIS96X is not set
70843 -# CONFIG_I2C_TAOS_EVM is not set
70844 -# CONFIG_I2C_STUB is not set
70845 -# CONFIG_I2C_TINY_USB is not set
70846 -# CONFIG_I2C_VIA is not set
70847 -# CONFIG_I2C_VIAPRO is not set
70848 -# CONFIG_I2C_VOODOO3 is not set
70851 -# Miscellaneous I2C Chip support
70853 -# CONFIG_DS1682 is not set
70854 -CONFIG_SENSORS_EEPROM=y
70855 -# CONFIG_SENSORS_PCF8574 is not set
70856 -# CONFIG_PCF8575 is not set
70857 -# CONFIG_SENSORS_PCF8591 is not set
70858 -# CONFIG_TPS65010 is not set
70859 -# CONFIG_SENSORS_MAX6875 is not set
70860 -# CONFIG_SENSORS_TSL2550 is not set
70861 -# CONFIG_I2C_DEBUG_CORE is not set
70862 -# CONFIG_I2C_DEBUG_ALGO is not set
70863 -# CONFIG_I2C_DEBUG_BUS is not set
70864 -# CONFIG_I2C_DEBUG_CHIP is not set
70869 -# CONFIG_SPI is not set
70870 -# CONFIG_SPI_MASTER is not set
70871 -# CONFIG_W1 is not set
70872 -# CONFIG_POWER_SUPPLY is not set
70873 -# CONFIG_HWMON is not set
70874 -# CONFIG_THERMAL is not set
70875 -# CONFIG_WATCHDOG is not set
70878 -# Sonics Silicon Backplane
70880 -CONFIG_SSB_POSSIBLE=y
70881 -# CONFIG_SSB is not set
70884 -# Multifunction device drivers
70886 -# CONFIG_MFD_SM501 is not set
70889 -# Multimedia devices
70891 -# CONFIG_VIDEO_DEV is not set
70893 -# CONFIG_DVB_CORE_ATTACH is not set
70894 -CONFIG_DVB_CAPTURE_DRIVERS=y
70897 -# Supported SAA7146 based PCI Adapters
70899 -# CONFIG_TTPCI_EEPROM is not set
70900 -# CONFIG_DVB_BUDGET_CORE is not set
70903 -# Supported USB Adapters
70905 -# CONFIG_DVB_USB is not set
70906 -# CONFIG_DVB_TTUSB_BUDGET is not set
70907 -# CONFIG_DVB_TTUSB_DEC is not set
70908 -# CONFIG_DVB_CINERGYT2 is not set
70911 -# Supported FlexCopII (B2C2) Adapters
70913 -# CONFIG_DVB_B2C2_FLEXCOP is not set
70916 -# Supported BT878 Adapters
70920 -# Supported Pluto2 Adapters
70922 -# CONFIG_DVB_PLUTO2 is not set
70925 -# Supported DVB Frontends
70929 -# Customise DVB Frontends
70931 -# CONFIG_DVB_FE_CUSTOMISE is not set
70934 -# DVB-S (satellite) frontends
70936 -# CONFIG_DVB_STV0299 is not set
70937 -# CONFIG_DVB_CX24110 is not set
70938 -# CONFIG_DVB_CX24123 is not set
70939 -# CONFIG_DVB_TDA8083 is not set
70940 -# CONFIG_DVB_MT312 is not set
70941 -# CONFIG_DVB_VES1X93 is not set
70942 -# CONFIG_DVB_S5H1420 is not set
70943 -# CONFIG_DVB_TDA10086 is not set
70946 -# DVB-T (terrestrial) frontends
70948 -# CONFIG_DVB_SP8870 is not set
70949 -# CONFIG_DVB_SP887X is not set
70950 -# CONFIG_DVB_CX22700 is not set
70951 -# CONFIG_DVB_CX22702 is not set
70952 -# CONFIG_DVB_L64781 is not set
70953 -# CONFIG_DVB_TDA1004X is not set
70954 -# CONFIG_DVB_NXT6000 is not set
70955 -# CONFIG_DVB_MT352 is not set
70956 -# CONFIG_DVB_ZL10353 is not set
70957 -# CONFIG_DVB_DIB3000MB is not set
70958 -# CONFIG_DVB_DIB3000MC is not set
70959 -# CONFIG_DVB_DIB7000M is not set
70960 -# CONFIG_DVB_DIB7000P is not set
70963 -# DVB-C (cable) frontends
70965 -# CONFIG_DVB_VES1820 is not set
70966 -# CONFIG_DVB_TDA10021 is not set
70967 -# CONFIG_DVB_TDA10023 is not set
70968 -# CONFIG_DVB_STV0297 is not set
70971 -# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
70973 -# CONFIG_DVB_NXT200X is not set
70974 -# CONFIG_DVB_OR51211 is not set
70975 -# CONFIG_DVB_OR51132 is not set
70976 -# CONFIG_DVB_BCM3510 is not set
70977 -# CONFIG_DVB_LGDT330X is not set
70978 -# CONFIG_DVB_S5H1409 is not set
70981 -# Tuners/PLL support
70983 -# CONFIG_DVB_PLL is not set
70984 -# CONFIG_DVB_TDA826X is not set
70985 -# CONFIG_DVB_TDA827X is not set
70986 -# CONFIG_DVB_TDA18271 is not set
70987 -# CONFIG_DVB_TUNER_QT1010 is not set
70988 -# CONFIG_DVB_TUNER_MT2060 is not set
70989 -# CONFIG_DVB_TUNER_MT2266 is not set
70990 -# CONFIG_DVB_TUNER_MT2131 is not set
70991 -# CONFIG_DVB_TUNER_DIB0070 is not set
70992 -# CONFIG_DVB_TUNER_XC5000 is not set
70995 -# Miscellaneous devices
70997 -# CONFIG_DVB_LNBP21 is not set
70998 -# CONFIG_DVB_ISL6421 is not set
70999 -# CONFIG_DVB_TUA6100 is not set
71001 -# CONFIG_USB_DABUSB is not set
71004 -# Graphics support
71006 -# CONFIG_AGP is not set
71007 -# CONFIG_DRM is not set
71008 -# CONFIG_VGASTATE is not set
71009 -CONFIG_VIDEO_OUTPUT_CONTROL=y
71010 -# CONFIG_FB is not set
71011 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
71014 -# Display device support
71016 -# CONFIG_DISPLAY_SUPPORT is not set
71019 -# Console display driver support
71021 -CONFIG_VGA_CONSOLE=y
71022 -# CONFIG_VGACON_SOFT_SCROLLBACK is not set
71023 -CONFIG_DUMMY_CONSOLE=y
71031 -# Advanced Linux Sound Architecture
71034 -CONFIG_SND_TIMER=y
71036 -# CONFIG_SND_SEQUENCER is not set
71037 -# CONFIG_SND_MIXER_OSS is not set
71038 -# CONFIG_SND_PCM_OSS is not set
71039 -# CONFIG_SND_DYNAMIC_MINORS is not set
71040 -CONFIG_SND_SUPPORT_OLD_API=y
71041 -CONFIG_SND_VERBOSE_PROCFS=y
71042 -# CONFIG_SND_VERBOSE_PRINTK is not set
71043 -# CONFIG_SND_DEBUG is not set
71048 -CONFIG_SND_AC97_CODEC=y
71049 -# CONFIG_SND_DUMMY is not set
71050 -# CONFIG_SND_MTPAV is not set
71051 -# CONFIG_SND_SERIAL_U16550 is not set
71052 -# CONFIG_SND_MPU401 is not set
71057 -# CONFIG_SND_AD1889 is not set
71058 -# CONFIG_SND_ALS300 is not set
71059 -# CONFIG_SND_ALS4000 is not set
71060 -# CONFIG_SND_ALI5451 is not set
71061 -# CONFIG_SND_ATIIXP is not set
71062 -# CONFIG_SND_ATIIXP_MODEM is not set
71063 -# CONFIG_SND_AU8810 is not set
71064 -# CONFIG_SND_AU8820 is not set
71065 -# CONFIG_SND_AU8830 is not set
71066 -# CONFIG_SND_AZT3328 is not set
71067 -# CONFIG_SND_BT87X is not set
71068 -# CONFIG_SND_CA0106 is not set
71069 -# CONFIG_SND_CMIPCI is not set
71070 -# CONFIG_SND_OXYGEN is not set
71071 -# CONFIG_SND_CS4281 is not set
71072 -# CONFIG_SND_CS46XX is not set
71073 -# CONFIG_SND_CS5530 is not set
71074 -# CONFIG_SND_DARLA20 is not set
71075 -# CONFIG_SND_GINA20 is not set
71076 -# CONFIG_SND_LAYLA20 is not set
71077 -# CONFIG_SND_DARLA24 is not set
71078 -# CONFIG_SND_GINA24 is not set
71079 -# CONFIG_SND_LAYLA24 is not set
71080 -# CONFIG_SND_MONA is not set
71081 -# CONFIG_SND_MIA is not set
71082 -# CONFIG_SND_ECHO3G is not set
71083 -# CONFIG_SND_INDIGO is not set
71084 -# CONFIG_SND_INDIGOIO is not set
71085 -# CONFIG_SND_INDIGODJ is not set
71086 -# CONFIG_SND_EMU10K1 is not set
71087 -# CONFIG_SND_EMU10K1X is not set
71088 -# CONFIG_SND_ENS1370 is not set
71089 -# CONFIG_SND_ENS1371 is not set
71090 -# CONFIG_SND_ES1938 is not set
71091 -# CONFIG_SND_ES1968 is not set
71092 -# CONFIG_SND_FM801 is not set
71093 -# CONFIG_SND_HDA_INTEL is not set
71094 -# CONFIG_SND_HDSP is not set
71095 -# CONFIG_SND_HDSPM is not set
71096 -# CONFIG_SND_HIFIER is not set
71097 -# CONFIG_SND_ICE1712 is not set
71098 -# CONFIG_SND_ICE1724 is not set
71099 -CONFIG_SND_INTEL8X0=y
71100 -# CONFIG_SND_INTEL8X0M is not set
71101 -# CONFIG_SND_KORG1212 is not set
71102 -# CONFIG_SND_MAESTRO3 is not set
71103 -# CONFIG_SND_MIXART is not set
71104 -# CONFIG_SND_NM256 is not set
71105 -# CONFIG_SND_PCXHR is not set
71106 -# CONFIG_SND_RIPTIDE is not set
71107 -# CONFIG_SND_RME32 is not set
71108 -# CONFIG_SND_RME96 is not set
71109 -# CONFIG_SND_RME9652 is not set
71110 -# CONFIG_SND_SONICVIBES is not set
71111 -# CONFIG_SND_TRIDENT is not set
71112 -# CONFIG_SND_VIA82XX is not set
71113 -# CONFIG_SND_VIA82XX_MODEM is not set
71114 -# CONFIG_SND_VIRTUOSO is not set
71115 -# CONFIG_SND_VX222 is not set
71116 -# CONFIG_SND_YMFPCI is not set
71117 -# CONFIG_SND_AC97_POWER_SAVE is not set
71120 -# ALSA PowerMac devices
71124 -# ALSA PowerPC devices
71130 -# CONFIG_SND_USB_AUDIO is not set
71131 -# CONFIG_SND_USB_USX2Y is not set
71132 -# CONFIG_SND_USB_CAIAQ is not set
71135 -# System on Chip audio support
71137 -# CONFIG_SND_SOC is not set
71140 -# SoC Audio support for SuperH
71144 -# ALSA SoC audio for Freescale SOCs
71148 -# Open Sound System
71150 -# CONFIG_SOUND_PRIME is not set
71152 -CONFIG_HID_SUPPORT=y
71154 -# CONFIG_HID_DEBUG is not set
71155 -# CONFIG_HIDRAW is not set
71158 -# USB Input Devices
71161 -# CONFIG_USB_HIDINPUT_POWERBOOK is not set
71162 -# CONFIG_HID_FF is not set
71163 -# CONFIG_USB_HIDDEV is not set
71164 -CONFIG_USB_SUPPORT=y
71165 -CONFIG_USB_ARCH_HAS_HCD=y
71166 -CONFIG_USB_ARCH_HAS_OHCI=y
71167 -CONFIG_USB_ARCH_HAS_EHCI=y
71169 -# CONFIG_USB_DEBUG is not set
71170 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
71173 -# Miscellaneous USB options
71175 -CONFIG_USB_DEVICEFS=y
71176 -CONFIG_USB_DEVICE_CLASS=y
71177 -# CONFIG_USB_DYNAMIC_MINORS is not set
71178 -# CONFIG_USB_OTG is not set
71181 -# USB Host Controller Drivers
71183 -CONFIG_USB_EHCI_HCD=y
71184 -# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
71185 -# CONFIG_USB_EHCI_TT_NEWSCHED is not set
71186 -# CONFIG_USB_EHCI_FSL is not set
71187 -CONFIG_USB_EHCI_HCD_PPC_OF=y
71188 -# CONFIG_USB_ISP116X_HCD is not set
71189 -CONFIG_USB_OHCI_HCD=y
71190 -CONFIG_USB_OHCI_HCD_PPC_OF=y
71191 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
71192 -CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
71193 -CONFIG_USB_OHCI_HCD_PCI=y
71194 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
71195 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
71196 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
71197 -# CONFIG_USB_UHCI_HCD is not set
71198 -# CONFIG_USB_SL811_HCD is not set
71199 -# CONFIG_USB_R8A66597_HCD is not set
71202 -# USB Device Class drivers
71204 -# CONFIG_USB_ACM is not set
71205 -# CONFIG_USB_PRINTER is not set
71208 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
71212 -# may also be needed; see USB_STORAGE Help for more information
71214 -CONFIG_USB_STORAGE=y
71215 -# CONFIG_USB_STORAGE_DEBUG is not set
71216 -# CONFIG_USB_STORAGE_DATAFAB is not set
71217 -# CONFIG_USB_STORAGE_FREECOM is not set
71218 -# CONFIG_USB_STORAGE_ISD200 is not set
71219 -# CONFIG_USB_STORAGE_DPCM is not set
71220 -# CONFIG_USB_STORAGE_USBAT is not set
71221 -# CONFIG_USB_STORAGE_SDDR09 is not set
71222 -# CONFIG_USB_STORAGE_SDDR55 is not set
71223 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
71224 -# CONFIG_USB_STORAGE_ALAUDA is not set
71225 -# CONFIG_USB_STORAGE_KARMA is not set
71226 -# CONFIG_USB_LIBUSUAL is not set
71229 -# USB Imaging devices
71231 -# CONFIG_USB_MDC800 is not set
71232 -# CONFIG_USB_MICROTEK is not set
71236 -# USB port drivers
71238 -# CONFIG_USB_SERIAL is not set
71241 -# USB Miscellaneous drivers
71243 -# CONFIG_USB_EMI62 is not set
71244 -# CONFIG_USB_EMI26 is not set
71245 -# CONFIG_USB_ADUTUX is not set
71246 -# CONFIG_USB_AUERSWALD is not set
71247 -# CONFIG_USB_RIO500 is not set
71248 -# CONFIG_USB_LEGOTOWER is not set
71249 -# CONFIG_USB_LCD is not set
71250 -# CONFIG_USB_BERRY_CHARGE is not set
71251 -# CONFIG_USB_LED is not set
71252 -# CONFIG_USB_CYPRESS_CY7C63 is not set
71253 -# CONFIG_USB_CYTHERM is not set
71254 -# CONFIG_USB_PHIDGET is not set
71255 -# CONFIG_USB_IDMOUSE is not set
71256 -# CONFIG_USB_FTDI_ELAN is not set
71257 -# CONFIG_USB_APPLEDISPLAY is not set
71258 -# CONFIG_USB_SISUSBVGA is not set
71259 -# CONFIG_USB_LD is not set
71260 -# CONFIG_USB_TRANCEVIBRATOR is not set
71261 -# CONFIG_USB_IOWARRIOR is not set
71262 -# CONFIG_USB_TEST is not set
71263 -# CONFIG_USB_GADGET is not set
71264 -# CONFIG_MMC is not set
71265 -# CONFIG_MEMSTICK is not set
71266 -# CONFIG_NEW_LEDS is not set
71267 -# CONFIG_INFINIBAND is not set
71268 -# CONFIG_EDAC is not set
71270 -CONFIG_RTC_CLASS=y
71271 -CONFIG_RTC_HCTOSYS=y
71272 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
71273 -# CONFIG_RTC_DEBUG is not set
71278 -CONFIG_RTC_INTF_SYSFS=y
71279 -CONFIG_RTC_INTF_PROC=y
71280 -CONFIG_RTC_INTF_DEV=y
71281 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
71282 -# CONFIG_RTC_DRV_TEST is not set
71287 -# CONFIG_RTC_DRV_DS1307 is not set
71288 -# CONFIG_RTC_DRV_DS1374 is not set
71289 -# CONFIG_RTC_DRV_DS1672 is not set
71290 -# CONFIG_RTC_DRV_MAX6900 is not set
71291 -# CONFIG_RTC_DRV_RS5C372 is not set
71292 -# CONFIG_RTC_DRV_ISL1208 is not set
71293 -# CONFIG_RTC_DRV_X1205 is not set
71294 -# CONFIG_RTC_DRV_PCF8563 is not set
71295 -# CONFIG_RTC_DRV_PCF8583 is not set
71296 -# CONFIG_RTC_DRV_M41T80 is not set
71297 -# CONFIG_RTC_DRV_S35390A is not set
71304 -# Platform RTC drivers
71306 -CONFIG_RTC_DRV_CMOS=y
71307 -# CONFIG_RTC_DRV_DS1511 is not set
71308 -# CONFIG_RTC_DRV_DS1553 is not set
71309 -# CONFIG_RTC_DRV_DS1742 is not set
71310 -# CONFIG_RTC_DRV_STK17TA8 is not set
71311 -# CONFIG_RTC_DRV_M48T86 is not set
71312 -# CONFIG_RTC_DRV_M48T59 is not set
71313 -# CONFIG_RTC_DRV_V3020 is not set
71316 -# on-CPU RTC drivers
71318 -# CONFIG_DMADEVICES is not set
71323 -# CONFIG_UIO is not set
71329 -# CONFIG_EXT2_FS_XATTR is not set
71330 -# CONFIG_EXT2_FS_XIP is not set
71332 -CONFIG_EXT3_FS_XATTR=y
71333 -# CONFIG_EXT3_FS_POSIX_ACL is not set
71334 -# CONFIG_EXT3_FS_SECURITY is not set
71335 -# CONFIG_EXT4DEV_FS is not set
71337 -CONFIG_FS_MBCACHE=y
71338 -# CONFIG_REISERFS_FS is not set
71339 -# CONFIG_JFS_FS is not set
71340 -# CONFIG_FS_POSIX_ACL is not set
71341 -# CONFIG_XFS_FS is not set
71342 -# CONFIG_GFS2_FS is not set
71343 -# CONFIG_OCFS2_FS is not set
71346 -CONFIG_INOTIFY_USER=y
71347 -# CONFIG_QUOTA is not set
71348 -# CONFIG_AUTOFS_FS is not set
71349 -# CONFIG_AUTOFS4_FS is not set
71350 -# CONFIG_FUSE_FS is not set
71353 -# CD-ROM/DVD Filesystems
71355 -CONFIG_ISO9660_FS=m
71362 -# DOS/FAT/NT Filesystems
71367 -CONFIG_FAT_DEFAULT_CODEPAGE=437
71368 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
71370 -# CONFIG_NTFS_DEBUG is not set
71371 -# CONFIG_NTFS_RW is not set
71374 -# Pseudo filesystems
71377 -CONFIG_PROC_KCORE=y
71378 -CONFIG_PROC_SYSCTL=y
71381 -# CONFIG_TMPFS_POSIX_ACL is not set
71382 -# CONFIG_HUGETLB_PAGE is not set
71383 -# CONFIG_CONFIGFS_FS is not set
71386 -# Miscellaneous filesystems
71389 -# CONFIG_ADFS_FS_RW is not set
71392 -CONFIG_HFSPLUS_FS=m
71394 -# CONFIG_BEFS_DEBUG is not set
71399 -# CONFIG_MINIX_FS is not set
71401 -CONFIG_QNX4FS_FS=m
71402 -# CONFIG_ROMFS_FS is not set
71405 -# CONFIG_UFS_FS_WRITE is not set
71406 -# CONFIG_UFS_DEBUG is not set
71407 -CONFIG_NETWORK_FILESYSTEMS=y
71410 -# CONFIG_NFS_V3_ACL is not set
71412 -# CONFIG_NFS_DIRECTIO is not set
71414 -# CONFIG_NFSD_V3 is not set
71420 -CONFIG_NFS_COMMON=y
71422 -CONFIG_SUNRPC_GSS=y
71423 -# CONFIG_SUNRPC_BIND34 is not set
71424 -CONFIG_RPCSEC_GSS_KRB5=y
71425 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
71426 -# CONFIG_SMB_FS is not set
71427 -# CONFIG_CIFS is not set
71428 -# CONFIG_NCP_FS is not set
71429 -# CONFIG_CODA_FS is not set
71430 -# CONFIG_AFS_FS is not set
71435 -CONFIG_PARTITION_ADVANCED=y
71436 -# CONFIG_ACORN_PARTITION is not set
71437 -# CONFIG_OSF_PARTITION is not set
71438 -# CONFIG_AMIGA_PARTITION is not set
71439 -# CONFIG_ATARI_PARTITION is not set
71440 -CONFIG_MAC_PARTITION=y
71441 -CONFIG_MSDOS_PARTITION=y
71442 -# CONFIG_BSD_DISKLABEL is not set
71443 -# CONFIG_MINIX_SUBPARTITION is not set
71444 -# CONFIG_SOLARIS_X86_PARTITION is not set
71445 -# CONFIG_UNIXWARE_DISKLABEL is not set
71446 -# CONFIG_LDM_PARTITION is not set
71447 -# CONFIG_SGI_PARTITION is not set
71448 -# CONFIG_ULTRIX_PARTITION is not set
71449 -# CONFIG_SUN_PARTITION is not set
71450 -# CONFIG_KARMA_PARTITION is not set
71451 -# CONFIG_EFI_PARTITION is not set
71452 -# CONFIG_SYSV68_PARTITION is not set
71454 -CONFIG_NLS_DEFAULT="iso8859-1"
71455 -# CONFIG_NLS_CODEPAGE_437 is not set
71456 -# CONFIG_NLS_CODEPAGE_737 is not set
71457 -# CONFIG_NLS_CODEPAGE_775 is not set
71458 -# CONFIG_NLS_CODEPAGE_850 is not set
71459 -# CONFIG_NLS_CODEPAGE_852 is not set
71460 -# CONFIG_NLS_CODEPAGE_855 is not set
71461 -# CONFIG_NLS_CODEPAGE_857 is not set
71462 -# CONFIG_NLS_CODEPAGE_860 is not set
71463 -# CONFIG_NLS_CODEPAGE_861 is not set
71464 -# CONFIG_NLS_CODEPAGE_862 is not set
71465 -# CONFIG_NLS_CODEPAGE_863 is not set
71466 -# CONFIG_NLS_CODEPAGE_864 is not set
71467 -# CONFIG_NLS_CODEPAGE_865 is not set
71468 -# CONFIG_NLS_CODEPAGE_866 is not set
71469 -# CONFIG_NLS_CODEPAGE_869 is not set
71470 -# CONFIG_NLS_CODEPAGE_936 is not set
71471 -# CONFIG_NLS_CODEPAGE_950 is not set
71472 -# CONFIG_NLS_CODEPAGE_932 is not set
71473 -# CONFIG_NLS_CODEPAGE_949 is not set
71474 -# CONFIG_NLS_CODEPAGE_874 is not set
71475 -# CONFIG_NLS_ISO8859_8 is not set
71476 -# CONFIG_NLS_CODEPAGE_1250 is not set
71477 -# CONFIG_NLS_CODEPAGE_1251 is not set
71478 -# CONFIG_NLS_ASCII is not set
71479 -# CONFIG_NLS_ISO8859_1 is not set
71480 -# CONFIG_NLS_ISO8859_2 is not set
71481 -# CONFIG_NLS_ISO8859_3 is not set
71482 -# CONFIG_NLS_ISO8859_4 is not set
71483 -# CONFIG_NLS_ISO8859_5 is not set
71484 -# CONFIG_NLS_ISO8859_6 is not set
71485 -# CONFIG_NLS_ISO8859_7 is not set
71486 -# CONFIG_NLS_ISO8859_9 is not set
71487 -# CONFIG_NLS_ISO8859_13 is not set
71488 -# CONFIG_NLS_ISO8859_14 is not set
71489 -# CONFIG_NLS_ISO8859_15 is not set
71490 -# CONFIG_NLS_KOI8_R is not set
71491 -# CONFIG_NLS_KOI8_U is not set
71493 -# CONFIG_DLM is not set
71496 -# Library routines
71498 -CONFIG_BITREVERSE=y
71499 -# CONFIG_CRC_CCITT is not set
71500 -# CONFIG_CRC16 is not set
71501 -# CONFIG_CRC_ITU_T is not set
71503 -# CONFIG_CRC7 is not set
71504 -CONFIG_LIBCRC32C=m
71505 -CONFIG_ZLIB_INFLATE=y
71507 -CONFIG_HAS_IOMEM=y
71508 -CONFIG_HAS_IOPORT=y
71514 -# CONFIG_PRINTK_TIME is not set
71515 -CONFIG_ENABLE_WARN_DEPRECATED=y
71516 -CONFIG_ENABLE_MUST_CHECK=y
71517 -# CONFIG_MAGIC_SYSRQ is not set
71518 -# CONFIG_UNUSED_SYMBOLS is not set
71519 -# CONFIG_DEBUG_FS is not set
71520 -# CONFIG_HEADERS_CHECK is not set
71521 -CONFIG_DEBUG_KERNEL=y
71522 -# CONFIG_DEBUG_SHIRQ is not set
71523 -CONFIG_DETECT_SOFTLOCKUP=y
71524 -CONFIG_SCHED_DEBUG=y
71525 -# CONFIG_SCHEDSTATS is not set
71526 -# CONFIG_TIMER_STATS is not set
71527 -# CONFIG_SLUB_DEBUG_ON is not set
71528 -# CONFIG_SLUB_STATS is not set
71529 -# CONFIG_DEBUG_RT_MUTEXES is not set
71530 -# CONFIG_RT_MUTEX_TESTER is not set
71531 -# CONFIG_DEBUG_SPINLOCK is not set
71532 -# CONFIG_DEBUG_MUTEXES is not set
71533 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
71534 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
71535 -# CONFIG_DEBUG_KOBJECT is not set
71536 -# CONFIG_DEBUG_HIGHMEM is not set
71537 -# CONFIG_DEBUG_BUGVERBOSE is not set
71538 -CONFIG_DEBUG_INFO=y
71539 -# CONFIG_DEBUG_VM is not set
71540 -# CONFIG_DEBUG_LIST is not set
71541 -# CONFIG_DEBUG_SG is not set
71542 -# CONFIG_BOOT_PRINTK_DELAY is not set
71543 -# CONFIG_RCU_TORTURE_TEST is not set
71544 -# CONFIG_BACKTRACE_SELF_TEST is not set
71545 -# CONFIG_FAULT_INJECTION is not set
71546 -# CONFIG_SAMPLES is not set
71547 -# CONFIG_DEBUG_STACKOVERFLOW is not set
71548 -# CONFIG_DEBUG_STACK_USAGE is not set
71549 -# CONFIG_DEBUG_PAGEALLOC is not set
71550 -# CONFIG_DEBUGGER is not set
71551 -# CONFIG_BDI_SWITCH is not set
71552 -# CONFIG_PPC_EARLY_DEBUG is not set
71555 -# Security options
71557 -# CONFIG_KEYS is not set
71558 -# CONFIG_SECURITY is not set
71559 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
71561 -CONFIG_CRYPTO_ALGAPI=y
71562 -CONFIG_CRYPTO_BLKCIPHER=y
71563 -# CONFIG_CRYPTO_SEQIV is not set
71564 -CONFIG_CRYPTO_HASH=y
71565 -CONFIG_CRYPTO_MANAGER=y
71566 -CONFIG_CRYPTO_HMAC=y
71567 -# CONFIG_CRYPTO_XCBC is not set
71568 -# CONFIG_CRYPTO_NULL is not set
71569 -# CONFIG_CRYPTO_MD4 is not set
71570 -CONFIG_CRYPTO_MD5=y
71571 -CONFIG_CRYPTO_SHA1=m
71572 -# CONFIG_CRYPTO_SHA256 is not set
71573 -# CONFIG_CRYPTO_SHA512 is not set
71574 -# CONFIG_CRYPTO_WP512 is not set
71575 -# CONFIG_CRYPTO_TGR192 is not set
71576 -# CONFIG_CRYPTO_GF128MUL is not set
71577 -# CONFIG_CRYPTO_ECB is not set
71578 -CONFIG_CRYPTO_CBC=y
71579 -CONFIG_CRYPTO_PCBC=m
71580 -# CONFIG_CRYPTO_LRW is not set
71581 -# CONFIG_CRYPTO_XTS is not set
71582 -# CONFIG_CRYPTO_CTR is not set
71583 -# CONFIG_CRYPTO_GCM is not set
71584 -# CONFIG_CRYPTO_CCM is not set
71585 -# CONFIG_CRYPTO_CRYPTD is not set
71586 -CONFIG_CRYPTO_DES=y
71587 -# CONFIG_CRYPTO_FCRYPT is not set
71588 -# CONFIG_CRYPTO_BLOWFISH is not set
71589 -# CONFIG_CRYPTO_TWOFISH is not set
71590 -# CONFIG_CRYPTO_SERPENT is not set
71591 -# CONFIG_CRYPTO_AES is not set
71592 -# CONFIG_CRYPTO_CAST5 is not set
71593 -# CONFIG_CRYPTO_CAST6 is not set
71594 -# CONFIG_CRYPTO_TEA is not set
71595 -# CONFIG_CRYPTO_ARC4 is not set
71596 -# CONFIG_CRYPTO_KHAZAD is not set
71597 -# CONFIG_CRYPTO_ANUBIS is not set
71598 -# CONFIG_CRYPTO_SEED is not set
71599 -# CONFIG_CRYPTO_SALSA20 is not set
71600 -# CONFIG_CRYPTO_DEFLATE is not set
71601 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
71602 -# CONFIG_CRYPTO_CRC32C is not set
71603 -# CONFIG_CRYPTO_CAMELLIA is not set
71604 -# CONFIG_CRYPTO_TEST is not set
71605 -# CONFIG_CRYPTO_AUTHENC is not set
71606 -# CONFIG_CRYPTO_LZO is not set
71607 -CONFIG_CRYPTO_HW=y
71608 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
71609 -# CONFIG_PPC_CLOCK is not set
71610 --- a/arch/powerpc/configs/mpc85xx_cds_defconfig
71614 -# Automatically generated make config: don't edit
71615 -# Linux kernel version: 2.6.25-rc6
71616 -# Mon Mar 24 08:48:30 2008
71618 -# CONFIG_PPC64 is not set
71621 -# Processor support
71623 -# CONFIG_6xx is not set
71625 -# CONFIG_PPC_8xx is not set
71626 -# CONFIG_40x is not set
71627 -# CONFIG_44x is not set
71628 -# CONFIG_E200 is not set
71631 -CONFIG_FSL_BOOKE=y
71632 -CONFIG_FSL_EMB_PERFMON=y
71633 -# CONFIG_PHYS_64BIT is not set
71635 -# CONFIG_PPC_MM_SLICES is not set
71637 -CONFIG_WORD_SIZE=32
71638 -CONFIG_PPC_MERGE=y
71640 -CONFIG_GENERIC_CMOS_UPDATE=y
71641 -CONFIG_GENERIC_TIME=y
71642 -CONFIG_GENERIC_TIME_VSYSCALL=y
71643 -CONFIG_GENERIC_CLOCKEVENTS=y
71644 -CONFIG_GENERIC_HARDIRQS=y
71645 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
71646 -CONFIG_IRQ_PER_CPU=y
71647 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
71648 -CONFIG_ARCH_HAS_ILOG2_U32=y
71649 -CONFIG_GENERIC_HWEIGHT=y
71650 -CONFIG_GENERIC_CALIBRATE_DELAY=y
71651 -CONFIG_GENERIC_FIND_NEXT_BIT=y
71652 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
71654 -CONFIG_EARLY_PRINTK=y
71655 -CONFIG_GENERIC_NVRAM=y
71656 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
71657 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
71660 -CONFIG_PPC_UDBG_16550=y
71661 -# CONFIG_GENERIC_TBSYNC is not set
71662 -CONFIG_AUDIT_ARCH=y
71663 -CONFIG_GENERIC_BUG=y
71664 -CONFIG_DEFAULT_UIMAGE=y
71665 -# CONFIG_PPC_DCR_NATIVE is not set
71666 -# CONFIG_PPC_DCR_MMIO is not set
71667 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
71672 -CONFIG_EXPERIMENTAL=y
71673 -CONFIG_BROKEN_ON_SMP=y
71674 -CONFIG_INIT_ENV_ARG_LIMIT=32
71675 -CONFIG_LOCALVERSION=""
71676 -CONFIG_LOCALVERSION_AUTO=y
71679 -CONFIG_SYSVIPC_SYSCTL=y
71680 -# CONFIG_POSIX_MQUEUE is not set
71681 -# CONFIG_BSD_PROCESS_ACCT is not set
71682 -# CONFIG_TASKSTATS is not set
71683 -# CONFIG_AUDIT is not set
71684 -# CONFIG_IKCONFIG is not set
71685 -CONFIG_LOG_BUF_SHIFT=14
71686 -# CONFIG_CGROUPS is not set
71687 -CONFIG_GROUP_SCHED=y
71688 -# CONFIG_FAIR_GROUP_SCHED is not set
71689 -# CONFIG_RT_GROUP_SCHED is not set
71690 -CONFIG_USER_SCHED=y
71691 -# CONFIG_CGROUP_SCHED is not set
71692 -CONFIG_SYSFS_DEPRECATED=y
71693 -CONFIG_SYSFS_DEPRECATED_V2=y
71694 -# CONFIG_RELAY is not set
71695 -# CONFIG_NAMESPACES is not set
71696 -CONFIG_BLK_DEV_INITRD=y
71697 -CONFIG_INITRAMFS_SOURCE=""
71698 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
71701 -CONFIG_SYSCTL_SYSCALL=y
71703 -# CONFIG_KALLSYMS_ALL is not set
71704 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
71709 -CONFIG_COMPAT_BRK=y
71710 -CONFIG_BASE_FULL=y
71712 -CONFIG_ANON_INODES=y
71718 -CONFIG_VM_EVENT_COUNTERS=y
71719 -CONFIG_SLUB_DEBUG=y
71720 -# CONFIG_SLAB is not set
71722 -# CONFIG_SLOB is not set
71723 -# CONFIG_PROFILING is not set
71724 -# CONFIG_MARKERS is not set
71725 -CONFIG_HAVE_OPROFILE=y
71726 -CONFIG_HAVE_KPROBES=y
71727 -CONFIG_HAVE_KRETPROBES=y
71728 -CONFIG_PROC_PAGE_MONITOR=y
71730 -CONFIG_RT_MUTEXES=y
71731 -# CONFIG_TINY_SHMEM is not set
71732 -CONFIG_BASE_SMALL=0
71733 -# CONFIG_MODULES is not set
71735 -# CONFIG_LBD is not set
71736 -# CONFIG_BLK_DEV_IO_TRACE is not set
71737 -# CONFIG_LSF is not set
71738 -# CONFIG_BLK_DEV_BSG is not set
71743 -CONFIG_IOSCHED_NOOP=y
71744 -CONFIG_IOSCHED_AS=y
71745 -CONFIG_IOSCHED_DEADLINE=y
71746 -CONFIG_IOSCHED_CFQ=y
71747 -CONFIG_DEFAULT_AS=y
71748 -# CONFIG_DEFAULT_DEADLINE is not set
71749 -# CONFIG_DEFAULT_CFQ is not set
71750 -# CONFIG_DEFAULT_NOOP is not set
71751 -CONFIG_DEFAULT_IOSCHED="anticipatory"
71752 -CONFIG_CLASSIC_RCU=y
71755 -# Platform support
71757 -# CONFIG_PPC_MPC512x is not set
71758 -# CONFIG_PPC_MPC5121 is not set
71759 -# CONFIG_PPC_CELL is not set
71760 -# CONFIG_PPC_CELL_NATIVE is not set
71761 -# CONFIG_PQ2ADS is not set
71763 -# CONFIG_MPC8540_ADS is not set
71764 -# CONFIG_MPC8560_ADS is not set
71765 -CONFIG_MPC85xx_CDS=y
71766 -# CONFIG_MPC85xx_MDS is not set
71767 -# CONFIG_MPC85xx_DS is not set
71768 -# CONFIG_STX_GP3 is not set
71769 -# CONFIG_TQM8540 is not set
71770 -# CONFIG_TQM8541 is not set
71771 -# CONFIG_TQM8555 is not set
71772 -# CONFIG_TQM8560 is not set
71773 -# CONFIG_SBC8548 is not set
71774 -# CONFIG_SBC8560 is not set
71775 -# CONFIG_IPIC is not set
71777 -# CONFIG_MPIC_WEIRD is not set
71778 -CONFIG_PPC_I8259=y
71779 -# CONFIG_PPC_RTAS is not set
71780 -# CONFIG_MMIO_NVRAM is not set
71781 -# CONFIG_PPC_MPC106 is not set
71782 -# CONFIG_PPC_970_NAP is not set
71783 -# CONFIG_PPC_INDIRECT_IO is not set
71784 -# CONFIG_GENERIC_IOMAP is not set
71785 -# CONFIG_CPU_FREQ is not set
71786 -# CONFIG_CPM2 is not set
71787 -# CONFIG_FSL_ULI1575 is not set
71792 -# CONFIG_HIGHMEM is not set
71793 -CONFIG_TICK_ONESHOT=y
71795 -CONFIG_HIGH_RES_TIMERS=y
71796 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
71797 -# CONFIG_HZ_100 is not set
71799 -# CONFIG_HZ_300 is not set
71800 -# CONFIG_HZ_1000 is not set
71802 -# CONFIG_SCHED_HRTICK is not set
71803 -CONFIG_PREEMPT_NONE=y
71804 -# CONFIG_PREEMPT_VOLUNTARY is not set
71805 -# CONFIG_PREEMPT is not set
71806 -CONFIG_BINFMT_ELF=y
71807 -CONFIG_BINFMT_MISC=y
71808 -CONFIG_MATH_EMULATION=y
71809 -# CONFIG_IOMMU_HELPER is not set
71810 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
71811 -CONFIG_ARCH_HAS_WALK_MEMORY=y
71812 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
71813 -CONFIG_ARCH_FLATMEM_ENABLE=y
71814 -CONFIG_ARCH_POPULATES_NODE_MAP=y
71815 -CONFIG_SELECT_MEMORY_MODEL=y
71816 -CONFIG_FLATMEM_MANUAL=y
71817 -# CONFIG_DISCONTIGMEM_MANUAL is not set
71818 -# CONFIG_SPARSEMEM_MANUAL is not set
71820 -CONFIG_FLAT_NODE_MEM_MAP=y
71821 -# CONFIG_SPARSEMEM_STATIC is not set
71822 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
71823 -CONFIG_SPLIT_PTLOCK_CPUS=4
71824 -# CONFIG_RESOURCES_64BIT is not set
71825 -CONFIG_ZONE_DMA_FLAG=1
71827 -CONFIG_VIRT_TO_BUS=y
71828 -CONFIG_PROC_DEVICETREE=y
71829 -# CONFIG_CMDLINE_BOOL is not set
71830 -# CONFIG_PM is not set
71831 -# CONFIG_SECCOMP is not set
71832 -CONFIG_ISA_DMA_API=y
71838 -CONFIG_PPC_INDIRECT_PCI=y
71842 -CONFIG_PCI_DOMAINS=y
71843 -CONFIG_PCI_SYSCALL=y
71844 -# CONFIG_PCIEPORTBUS is not set
71845 -CONFIG_ARCH_SUPPORTS_MSI=y
71846 -# CONFIG_PCI_MSI is not set
71847 -CONFIG_PCI_LEGACY=y
71848 -# CONFIG_PCI_DEBUG is not set
71849 -# CONFIG_PCCARD is not set
71850 -# CONFIG_HOTPLUG_PCI is not set
71855 -# CONFIG_ADVANCED_OPTIONS is not set
71858 -# Default settings for advanced configuration options are used
71860 -CONFIG_HIGHMEM_START=0xfe000000
71861 -CONFIG_LOWMEM_SIZE=0x30000000
71862 -CONFIG_KERNEL_START=0xc0000000
71863 -CONFIG_TASK_SIZE=0xc0000000
71864 -CONFIG_BOOT_LOAD=0x00800000
71872 -# Networking options
71875 -# CONFIG_PACKET_MMAP is not set
71878 -CONFIG_XFRM_USER=y
71879 -# CONFIG_XFRM_SUB_POLICY is not set
71880 -# CONFIG_XFRM_MIGRATE is not set
71881 -# CONFIG_XFRM_STATISTICS is not set
71882 -# CONFIG_NET_KEY is not set
71884 -CONFIG_IP_MULTICAST=y
71885 -# CONFIG_IP_ADVANCED_ROUTER is not set
71886 -CONFIG_IP_FIB_HASH=y
71888 -CONFIG_IP_PNP_DHCP=y
71889 -CONFIG_IP_PNP_BOOTP=y
71890 -# CONFIG_IP_PNP_RARP is not set
71891 -# CONFIG_NET_IPIP is not set
71892 -# CONFIG_NET_IPGRE is not set
71893 -# CONFIG_IP_MROUTE is not set
71894 -# CONFIG_ARPD is not set
71895 -CONFIG_SYN_COOKIES=y
71896 -# CONFIG_INET_AH is not set
71897 -# CONFIG_INET_ESP is not set
71898 -# CONFIG_INET_IPCOMP is not set
71899 -# CONFIG_INET_XFRM_TUNNEL is not set
71900 -# CONFIG_INET_TUNNEL is not set
71901 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
71902 -CONFIG_INET_XFRM_MODE_TUNNEL=y
71903 -CONFIG_INET_XFRM_MODE_BEET=y
71904 -# CONFIG_INET_LRO is not set
71905 -CONFIG_INET_DIAG=y
71906 -CONFIG_INET_TCP_DIAG=y
71907 -# CONFIG_TCP_CONG_ADVANCED is not set
71908 -CONFIG_TCP_CONG_CUBIC=y
71909 -CONFIG_DEFAULT_TCP_CONG="cubic"
71910 -# CONFIG_TCP_MD5SIG is not set
71911 -# CONFIG_IPV6 is not set
71912 -# CONFIG_INET6_XFRM_TUNNEL is not set
71913 -# CONFIG_INET6_TUNNEL is not set
71914 -# CONFIG_NETWORK_SECMARK is not set
71915 -# CONFIG_NETFILTER is not set
71916 -# CONFIG_IP_DCCP is not set
71917 -# CONFIG_IP_SCTP is not set
71918 -# CONFIG_TIPC is not set
71919 -# CONFIG_ATM is not set
71920 -# CONFIG_BRIDGE is not set
71921 -# CONFIG_VLAN_8021Q is not set
71922 -# CONFIG_DECNET is not set
71923 -# CONFIG_LLC2 is not set
71924 -# CONFIG_IPX is not set
71925 -# CONFIG_ATALK is not set
71926 -# CONFIG_X25 is not set
71927 -# CONFIG_LAPB is not set
71928 -# CONFIG_ECONET is not set
71929 -# CONFIG_WAN_ROUTER is not set
71930 -# CONFIG_NET_SCHED is not set
71935 -# CONFIG_NET_PKTGEN is not set
71936 -# CONFIG_HAMRADIO is not set
71937 -# CONFIG_CAN is not set
71938 -# CONFIG_IRDA is not set
71939 -# CONFIG_BT is not set
71940 -# CONFIG_AF_RXRPC is not set
71945 -# CONFIG_CFG80211 is not set
71946 -# CONFIG_WIRELESS_EXT is not set
71947 -# CONFIG_MAC80211 is not set
71948 -# CONFIG_IEEE80211 is not set
71949 -# CONFIG_RFKILL is not set
71950 -# CONFIG_NET_9P is not set
71957 -# Generic Driver Options
71959 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
71960 -CONFIG_STANDALONE=y
71961 -CONFIG_PREVENT_FIRMWARE_BUILD=y
71962 -# CONFIG_FW_LOADER is not set
71963 -# CONFIG_DEBUG_DRIVER is not set
71964 -# CONFIG_DEBUG_DEVRES is not set
71965 -# CONFIG_SYS_HYPERVISOR is not set
71966 -# CONFIG_CONNECTOR is not set
71967 -# CONFIG_MTD is not set
71968 -CONFIG_OF_DEVICE=y
71969 -# CONFIG_PARPORT is not set
71971 -# CONFIG_BLK_DEV_FD is not set
71972 -# CONFIG_BLK_CPQ_DA is not set
71973 -# CONFIG_BLK_CPQ_CISS_DA is not set
71974 -# CONFIG_BLK_DEV_DAC960 is not set
71975 -# CONFIG_BLK_DEV_UMEM is not set
71976 -# CONFIG_BLK_DEV_COW_COMMON is not set
71977 -CONFIG_BLK_DEV_LOOP=y
71978 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
71979 -# CONFIG_BLK_DEV_NBD is not set
71980 -# CONFIG_BLK_DEV_SX8 is not set
71981 -CONFIG_BLK_DEV_RAM=y
71982 -CONFIG_BLK_DEV_RAM_COUNT=16
71983 -CONFIG_BLK_DEV_RAM_SIZE=32768
71984 -# CONFIG_BLK_DEV_XIP is not set
71985 -# CONFIG_CDROM_PKTCDVD is not set
71986 -# CONFIG_ATA_OVER_ETH is not set
71987 -CONFIG_MISC_DEVICES=y
71988 -# CONFIG_PHANTOM is not set
71989 -# CONFIG_EEPROM_93CX6 is not set
71990 -# CONFIG_SGI_IOC4 is not set
71991 -# CONFIG_TIFM_CORE is not set
71992 -# CONFIG_ENCLOSURE_SERVICES is not set
71995 -CONFIG_IDE_MAX_HWIFS=4
71996 -CONFIG_BLK_DEV_IDE=y
71999 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
72001 -# CONFIG_BLK_DEV_IDE_SATA is not set
72002 -# CONFIG_BLK_DEV_IDEDISK is not set
72003 -# CONFIG_IDEDISK_MULTI_MODE is not set
72004 -# CONFIG_BLK_DEV_IDECD is not set
72005 -# CONFIG_BLK_DEV_IDETAPE is not set
72006 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
72007 -# CONFIG_IDE_TASK_IOCTL is not set
72008 -CONFIG_IDE_PROC_FS=y
72011 -# IDE chipset support/bugfixes
72013 -CONFIG_IDE_GENERIC=y
72014 -# CONFIG_BLK_DEV_PLATFORM is not set
72015 -CONFIG_BLK_DEV_IDEDMA_SFF=y
72018 -# PCI IDE chipsets support
72020 -CONFIG_BLK_DEV_IDEPCI=y
72021 -CONFIG_IDEPCI_PCIBUS_ORDER=y
72022 -# CONFIG_BLK_DEV_OFFBOARD is not set
72023 -CONFIG_BLK_DEV_GENERIC=y
72024 -# CONFIG_BLK_DEV_OPTI621 is not set
72025 -CONFIG_BLK_DEV_IDEDMA_PCI=y
72026 -# CONFIG_BLK_DEV_AEC62XX is not set
72027 -# CONFIG_BLK_DEV_ALI15X3 is not set
72028 -# CONFIG_BLK_DEV_AMD74XX is not set
72029 -# CONFIG_BLK_DEV_CMD64X is not set
72030 -# CONFIG_BLK_DEV_TRIFLEX is not set
72031 -# CONFIG_BLK_DEV_CY82C693 is not set
72032 -# CONFIG_BLK_DEV_CS5520 is not set
72033 -# CONFIG_BLK_DEV_CS5530 is not set
72034 -# CONFIG_BLK_DEV_HPT34X is not set
72035 -# CONFIG_BLK_DEV_HPT366 is not set
72036 -# CONFIG_BLK_DEV_JMICRON is not set
72037 -# CONFIG_BLK_DEV_SC1200 is not set
72038 -# CONFIG_BLK_DEV_PIIX is not set
72039 -# CONFIG_BLK_DEV_IT8213 is not set
72040 -# CONFIG_BLK_DEV_IT821X is not set
72041 -# CONFIG_BLK_DEV_NS87415 is not set
72042 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
72043 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
72044 -# CONFIG_BLK_DEV_SVWKS is not set
72045 -# CONFIG_BLK_DEV_SIIMAGE is not set
72046 -# CONFIG_BLK_DEV_SL82C105 is not set
72047 -# CONFIG_BLK_DEV_SLC90E66 is not set
72048 -# CONFIG_BLK_DEV_TRM290 is not set
72049 -CONFIG_BLK_DEV_VIA82CXXX=y
72050 -# CONFIG_BLK_DEV_TC86C001 is not set
72051 -CONFIG_BLK_DEV_IDEDMA=y
72052 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
72053 -# CONFIG_BLK_DEV_HD is not set
72056 -# SCSI device support
72058 -# CONFIG_RAID_ATTRS is not set
72059 -# CONFIG_SCSI is not set
72060 -# CONFIG_SCSI_DMA is not set
72061 -# CONFIG_SCSI_NETLINK is not set
72062 -# CONFIG_ATA is not set
72063 -# CONFIG_MD is not set
72064 -# CONFIG_FUSION is not set
72067 -# IEEE 1394 (FireWire) support
72069 -# CONFIG_FIREWIRE is not set
72070 -# CONFIG_IEEE1394 is not set
72071 -# CONFIG_I2O is not set
72072 -# CONFIG_MACINTOSH_DRIVERS is not set
72073 -CONFIG_NETDEVICES=y
72074 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
72075 -# CONFIG_DUMMY is not set
72076 -# CONFIG_BONDING is not set
72077 -# CONFIG_MACVLAN is not set
72078 -# CONFIG_EQUALIZER is not set
72079 -# CONFIG_TUN is not set
72080 -# CONFIG_VETH is not set
72081 -# CONFIG_ARCNET is not set
72085 -# MII PHY device drivers
72087 -# CONFIG_MARVELL_PHY is not set
72088 -# CONFIG_DAVICOM_PHY is not set
72089 -# CONFIG_QSEMI_PHY is not set
72090 -# CONFIG_LXT_PHY is not set
72091 -# CONFIG_CICADA_PHY is not set
72092 -# CONFIG_VITESSE_PHY is not set
72093 -# CONFIG_SMSC_PHY is not set
72094 -# CONFIG_BROADCOM_PHY is not set
72095 -# CONFIG_ICPLUS_PHY is not set
72096 -# CONFIG_REALTEK_PHY is not set
72097 -# CONFIG_FIXED_PHY is not set
72098 -# CONFIG_MDIO_BITBANG is not set
72099 -CONFIG_NET_ETHERNET=y
72101 -# CONFIG_HAPPYMEAL is not set
72102 -# CONFIG_SUNGEM is not set
72103 -# CONFIG_CASSINI is not set
72104 -# CONFIG_NET_VENDOR_3COM is not set
72105 -# CONFIG_NET_TULIP is not set
72106 -# CONFIG_HP100 is not set
72107 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
72108 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
72109 -# CONFIG_IBM_NEW_EMAC_TAH is not set
72110 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
72111 -# CONFIG_NET_PCI is not set
72112 -# CONFIG_B44 is not set
72113 -CONFIG_NETDEV_1000=y
72114 -# CONFIG_ACENIC is not set
72115 -# CONFIG_DL2K is not set
72117 -CONFIG_E1000_NAPI=y
72118 -# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
72119 -# CONFIG_E1000E is not set
72120 -# CONFIG_E1000E_ENABLED is not set
72121 -# CONFIG_IP1000 is not set
72122 -# CONFIG_IGB is not set
72123 -# CONFIG_NS83820 is not set
72124 -# CONFIG_HAMACHI is not set
72125 -# CONFIG_YELLOWFIN is not set
72126 -# CONFIG_R8169 is not set
72127 -# CONFIG_SIS190 is not set
72128 -# CONFIG_SKGE is not set
72129 -# CONFIG_SKY2 is not set
72130 -# CONFIG_SK98LIN is not set
72131 -# CONFIG_VIA_VELOCITY is not set
72132 -# CONFIG_TIGON3 is not set
72133 -# CONFIG_BNX2 is not set
72135 -CONFIG_GFAR_NAPI=y
72136 -# CONFIG_QLA3XXX is not set
72137 -# CONFIG_ATL1 is not set
72138 -CONFIG_NETDEV_10000=y
72139 -# CONFIG_CHELSIO_T1 is not set
72140 -# CONFIG_CHELSIO_T3 is not set
72141 -# CONFIG_IXGBE is not set
72142 -# CONFIG_IXGB is not set
72143 -# CONFIG_S2IO is not set
72144 -# CONFIG_MYRI10GE is not set
72145 -# CONFIG_NETXEN_NIC is not set
72146 -# CONFIG_NIU is not set
72147 -# CONFIG_MLX4_CORE is not set
72148 -# CONFIG_TEHUTI is not set
72149 -# CONFIG_BNX2X is not set
72150 -# CONFIG_TR is not set
72155 -# CONFIG_WLAN_PRE80211 is not set
72156 -# CONFIG_WLAN_80211 is not set
72157 -# CONFIG_WAN is not set
72158 -# CONFIG_FDDI is not set
72159 -# CONFIG_HIPPI is not set
72160 -# CONFIG_PPP is not set
72161 -# CONFIG_SLIP is not set
72162 -# CONFIG_NETCONSOLE is not set
72163 -# CONFIG_NETPOLL is not set
72164 -# CONFIG_NET_POLL_CONTROLLER is not set
72165 -# CONFIG_ISDN is not set
72166 -# CONFIG_PHONE is not set
72169 -# Input device support
72172 -# CONFIG_INPUT_FF_MEMLESS is not set
72173 -# CONFIG_INPUT_POLLDEV is not set
72176 -# Userland interfaces
72178 -# CONFIG_INPUT_MOUSEDEV is not set
72179 -# CONFIG_INPUT_JOYDEV is not set
72180 -# CONFIG_INPUT_EVDEV is not set
72181 -# CONFIG_INPUT_EVBUG is not set
72184 -# Input Device Drivers
72186 -# CONFIG_INPUT_KEYBOARD is not set
72187 -# CONFIG_INPUT_MOUSE is not set
72188 -# CONFIG_INPUT_JOYSTICK is not set
72189 -# CONFIG_INPUT_TABLET is not set
72190 -# CONFIG_INPUT_TOUCHSCREEN is not set
72191 -# CONFIG_INPUT_MISC is not set
72194 -# Hardware I/O ports
72196 -# CONFIG_SERIO is not set
72197 -# CONFIG_GAMEPORT is not set
72200 -# Character devices
72202 -# CONFIG_VT is not set
72203 -# CONFIG_SERIAL_NONSTANDARD is not set
72204 -# CONFIG_NOZOMI is not set
72209 -CONFIG_SERIAL_8250=y
72210 -CONFIG_SERIAL_8250_CONSOLE=y
72211 -CONFIG_SERIAL_8250_PCI=y
72212 -CONFIG_SERIAL_8250_NR_UARTS=4
72213 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
72214 -# CONFIG_SERIAL_8250_EXTENDED is not set
72215 -CONFIG_SERIAL_8250_SHARE_IRQ=y
72218 -# Non-8250 serial port support
72220 -# CONFIG_SERIAL_UARTLITE is not set
72221 -CONFIG_SERIAL_CORE=y
72222 -CONFIG_SERIAL_CORE_CONSOLE=y
72223 -# CONFIG_SERIAL_JSM is not set
72224 -# CONFIG_SERIAL_OF_PLATFORM is not set
72225 -CONFIG_UNIX98_PTYS=y
72226 -CONFIG_LEGACY_PTYS=y
72227 -CONFIG_LEGACY_PTY_COUNT=256
72228 -# CONFIG_IPMI_HANDLER is not set
72229 -# CONFIG_HW_RANDOM is not set
72230 -# CONFIG_NVRAM is not set
72232 -# CONFIG_GEN_RTC_X is not set
72233 -# CONFIG_R3964 is not set
72234 -# CONFIG_APPLICOM is not set
72235 -# CONFIG_RAW_DRIVER is not set
72236 -# CONFIG_TCG_TPM is not set
72238 -# CONFIG_I2C is not set
72243 -# CONFIG_SPI is not set
72244 -# CONFIG_SPI_MASTER is not set
72245 -# CONFIG_W1 is not set
72246 -# CONFIG_POWER_SUPPLY is not set
72248 -# CONFIG_HWMON_VID is not set
72249 -# CONFIG_SENSORS_I5K_AMB is not set
72250 -# CONFIG_SENSORS_F71805F is not set
72251 -# CONFIG_SENSORS_F71882FG is not set
72252 -# CONFIG_SENSORS_IT87 is not set
72253 -# CONFIG_SENSORS_PC87360 is not set
72254 -# CONFIG_SENSORS_PC87427 is not set
72255 -# CONFIG_SENSORS_SIS5595 is not set
72256 -# CONFIG_SENSORS_SMSC47M1 is not set
72257 -# CONFIG_SENSORS_SMSC47B397 is not set
72258 -# CONFIG_SENSORS_VIA686A is not set
72259 -# CONFIG_SENSORS_VT1211 is not set
72260 -# CONFIG_SENSORS_VT8231 is not set
72261 -# CONFIG_SENSORS_W83627HF is not set
72262 -# CONFIG_SENSORS_W83627EHF is not set
72263 -# CONFIG_HWMON_DEBUG_CHIP is not set
72264 -# CONFIG_THERMAL is not set
72265 -# CONFIG_WATCHDOG is not set
72268 -# Sonics Silicon Backplane
72270 -CONFIG_SSB_POSSIBLE=y
72271 -# CONFIG_SSB is not set
72274 -# Multifunction device drivers
72276 -# CONFIG_MFD_SM501 is not set
72279 -# Multimedia devices
72281 -# CONFIG_VIDEO_DEV is not set
72282 -# CONFIG_DVB_CORE is not set
72286 -# Graphics support
72288 -# CONFIG_AGP is not set
72289 -# CONFIG_DRM is not set
72290 -# CONFIG_VGASTATE is not set
72291 -CONFIG_VIDEO_OUTPUT_CONTROL=y
72292 -# CONFIG_FB is not set
72293 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
72296 -# Display device support
72298 -# CONFIG_DISPLAY_SUPPORT is not set
72303 -# CONFIG_SOUND is not set
72304 -CONFIG_HID_SUPPORT=y
72306 -# CONFIG_HID_DEBUG is not set
72307 -# CONFIG_HIDRAW is not set
72308 -CONFIG_USB_SUPPORT=y
72309 -CONFIG_USB_ARCH_HAS_HCD=y
72310 -CONFIG_USB_ARCH_HAS_OHCI=y
72311 -CONFIG_USB_ARCH_HAS_EHCI=y
72312 -# CONFIG_USB is not set
72315 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
72317 -# CONFIG_USB_GADGET is not set
72318 -# CONFIG_MMC is not set
72319 -# CONFIG_MEMSTICK is not set
72320 -# CONFIG_NEW_LEDS is not set
72321 -# CONFIG_INFINIBAND is not set
72322 -# CONFIG_EDAC is not set
72323 -# CONFIG_RTC_CLASS is not set
72324 -# CONFIG_DMADEVICES is not set
72329 -# CONFIG_UIO is not set
72335 -# CONFIG_EXT2_FS_XATTR is not set
72336 -# CONFIG_EXT2_FS_XIP is not set
72338 -CONFIG_EXT3_FS_XATTR=y
72339 -# CONFIG_EXT3_FS_POSIX_ACL is not set
72340 -# CONFIG_EXT3_FS_SECURITY is not set
72341 -# CONFIG_EXT4DEV_FS is not set
72343 -CONFIG_FS_MBCACHE=y
72344 -# CONFIG_REISERFS_FS is not set
72345 -# CONFIG_JFS_FS is not set
72346 -# CONFIG_FS_POSIX_ACL is not set
72347 -# CONFIG_XFS_FS is not set
72348 -# CONFIG_GFS2_FS is not set
72349 -# CONFIG_OCFS2_FS is not set
72352 -CONFIG_INOTIFY_USER=y
72353 -# CONFIG_QUOTA is not set
72354 -# CONFIG_AUTOFS_FS is not set
72355 -# CONFIG_AUTOFS4_FS is not set
72356 -# CONFIG_FUSE_FS is not set
72359 -# CD-ROM/DVD Filesystems
72361 -# CONFIG_ISO9660_FS is not set
72362 -# CONFIG_UDF_FS is not set
72365 -# DOS/FAT/NT Filesystems
72367 -# CONFIG_MSDOS_FS is not set
72368 -# CONFIG_VFAT_FS is not set
72369 -# CONFIG_NTFS_FS is not set
72372 -# Pseudo filesystems
72375 -CONFIG_PROC_KCORE=y
72376 -CONFIG_PROC_SYSCTL=y
72379 -# CONFIG_TMPFS_POSIX_ACL is not set
72380 -# CONFIG_HUGETLB_PAGE is not set
72381 -# CONFIG_CONFIGFS_FS is not set
72384 -# Miscellaneous filesystems
72386 -# CONFIG_ADFS_FS is not set
72387 -# CONFIG_AFFS_FS is not set
72388 -# CONFIG_HFS_FS is not set
72389 -# CONFIG_HFSPLUS_FS is not set
72390 -# CONFIG_BEFS_FS is not set
72391 -# CONFIG_BFS_FS is not set
72392 -# CONFIG_EFS_FS is not set
72393 -# CONFIG_CRAMFS is not set
72394 -# CONFIG_VXFS_FS is not set
72395 -# CONFIG_MINIX_FS is not set
72396 -# CONFIG_HPFS_FS is not set
72397 -# CONFIG_QNX4FS_FS is not set
72398 -# CONFIG_ROMFS_FS is not set
72399 -# CONFIG_SYSV_FS is not set
72400 -# CONFIG_UFS_FS is not set
72401 -CONFIG_NETWORK_FILESYSTEMS=y
72403 -# CONFIG_NFS_V3 is not set
72404 -# CONFIG_NFS_V4 is not set
72405 -# CONFIG_NFS_DIRECTIO is not set
72406 -# CONFIG_NFSD is not set
72409 -CONFIG_NFS_COMMON=y
72411 -# CONFIG_SUNRPC_BIND34 is not set
72412 -# CONFIG_RPCSEC_GSS_KRB5 is not set
72413 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
72414 -# CONFIG_SMB_FS is not set
72415 -# CONFIG_CIFS is not set
72416 -# CONFIG_NCP_FS is not set
72417 -# CONFIG_CODA_FS is not set
72418 -# CONFIG_AFS_FS is not set
72423 -CONFIG_PARTITION_ADVANCED=y
72424 -# CONFIG_ACORN_PARTITION is not set
72425 -# CONFIG_OSF_PARTITION is not set
72426 -# CONFIG_AMIGA_PARTITION is not set
72427 -# CONFIG_ATARI_PARTITION is not set
72428 -# CONFIG_MAC_PARTITION is not set
72429 -# CONFIG_MSDOS_PARTITION is not set
72430 -# CONFIG_LDM_PARTITION is not set
72431 -# CONFIG_SGI_PARTITION is not set
72432 -# CONFIG_ULTRIX_PARTITION is not set
72433 -# CONFIG_SUN_PARTITION is not set
72434 -# CONFIG_KARMA_PARTITION is not set
72435 -# CONFIG_EFI_PARTITION is not set
72436 -# CONFIG_SYSV68_PARTITION is not set
72437 -# CONFIG_NLS is not set
72438 -# CONFIG_DLM is not set
72441 -# Library routines
72443 -CONFIG_BITREVERSE=y
72444 -# CONFIG_CRC_CCITT is not set
72445 -# CONFIG_CRC16 is not set
72446 -# CONFIG_CRC_ITU_T is not set
72448 -# CONFIG_CRC7 is not set
72449 -# CONFIG_LIBCRC32C is not set
72451 -CONFIG_HAS_IOMEM=y
72452 -CONFIG_HAS_IOPORT=y
72458 -# CONFIG_PRINTK_TIME is not set
72459 -CONFIG_ENABLE_WARN_DEPRECATED=y
72460 -CONFIG_ENABLE_MUST_CHECK=y
72461 -# CONFIG_MAGIC_SYSRQ is not set
72462 -# CONFIG_UNUSED_SYMBOLS is not set
72463 -# CONFIG_DEBUG_FS is not set
72464 -# CONFIG_HEADERS_CHECK is not set
72465 -CONFIG_DEBUG_KERNEL=y
72466 -# CONFIG_DEBUG_SHIRQ is not set
72467 -CONFIG_DETECT_SOFTLOCKUP=y
72468 -CONFIG_SCHED_DEBUG=y
72469 -# CONFIG_SCHEDSTATS is not set
72470 -# CONFIG_TIMER_STATS is not set
72471 -# CONFIG_SLUB_DEBUG_ON is not set
72472 -# CONFIG_SLUB_STATS is not set
72473 -# CONFIG_DEBUG_RT_MUTEXES is not set
72474 -# CONFIG_RT_MUTEX_TESTER is not set
72475 -# CONFIG_DEBUG_SPINLOCK is not set
72476 -CONFIG_DEBUG_MUTEXES=y
72477 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
72478 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
72479 -# CONFIG_DEBUG_KOBJECT is not set
72480 -# CONFIG_DEBUG_BUGVERBOSE is not set
72481 -# CONFIG_DEBUG_INFO is not set
72482 -# CONFIG_DEBUG_VM is not set
72483 -# CONFIG_DEBUG_LIST is not set
72484 -# CONFIG_DEBUG_SG is not set
72485 -# CONFIG_BOOT_PRINTK_DELAY is not set
72486 -# CONFIG_BACKTRACE_SELF_TEST is not set
72487 -# CONFIG_FAULT_INJECTION is not set
72488 -# CONFIG_SAMPLES is not set
72489 -# CONFIG_DEBUG_STACKOVERFLOW is not set
72490 -# CONFIG_DEBUG_STACK_USAGE is not set
72491 -# CONFIG_DEBUG_PAGEALLOC is not set
72492 -# CONFIG_DEBUGGER is not set
72493 -# CONFIG_BDI_SWITCH is not set
72494 -# CONFIG_PPC_EARLY_DEBUG is not set
72497 -# Security options
72499 -# CONFIG_KEYS is not set
72500 -# CONFIG_SECURITY is not set
72501 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
72503 -# CONFIG_CRYPTO_SEQIV is not set
72504 -# CONFIG_CRYPTO_MANAGER is not set
72505 -# CONFIG_CRYPTO_HMAC is not set
72506 -# CONFIG_CRYPTO_XCBC is not set
72507 -# CONFIG_CRYPTO_NULL is not set
72508 -# CONFIG_CRYPTO_MD4 is not set
72509 -# CONFIG_CRYPTO_MD5 is not set
72510 -# CONFIG_CRYPTO_SHA1 is not set
72511 -# CONFIG_CRYPTO_SHA256 is not set
72512 -# CONFIG_CRYPTO_SHA512 is not set
72513 -# CONFIG_CRYPTO_WP512 is not set
72514 -# CONFIG_CRYPTO_TGR192 is not set
72515 -# CONFIG_CRYPTO_GF128MUL is not set
72516 -# CONFIG_CRYPTO_ECB is not set
72517 -# CONFIG_CRYPTO_CBC is not set
72518 -# CONFIG_CRYPTO_PCBC is not set
72519 -# CONFIG_CRYPTO_LRW is not set
72520 -# CONFIG_CRYPTO_XTS is not set
72521 -# CONFIG_CRYPTO_CTR is not set
72522 -# CONFIG_CRYPTO_GCM is not set
72523 -# CONFIG_CRYPTO_CCM is not set
72524 -# CONFIG_CRYPTO_CRYPTD is not set
72525 -# CONFIG_CRYPTO_DES is not set
72526 -# CONFIG_CRYPTO_FCRYPT is not set
72527 -# CONFIG_CRYPTO_BLOWFISH is not set
72528 -# CONFIG_CRYPTO_TWOFISH is not set
72529 -# CONFIG_CRYPTO_SERPENT is not set
72530 -# CONFIG_CRYPTO_AES is not set
72531 -# CONFIG_CRYPTO_CAST5 is not set
72532 -# CONFIG_CRYPTO_CAST6 is not set
72533 -# CONFIG_CRYPTO_TEA is not set
72534 -# CONFIG_CRYPTO_ARC4 is not set
72535 -# CONFIG_CRYPTO_KHAZAD is not set
72536 -# CONFIG_CRYPTO_ANUBIS is not set
72537 -# CONFIG_CRYPTO_SEED is not set
72538 -# CONFIG_CRYPTO_SALSA20 is not set
72539 -# CONFIG_CRYPTO_DEFLATE is not set
72540 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
72541 -# CONFIG_CRYPTO_CRC32C is not set
72542 -# CONFIG_CRYPTO_CAMELLIA is not set
72543 -# CONFIG_CRYPTO_AUTHENC is not set
72544 -# CONFIG_CRYPTO_LZO is not set
72545 -CONFIG_CRYPTO_HW=y
72546 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
72547 -# CONFIG_PPC_CLOCK is not set
72548 --- a/arch/powerpc/configs/pmac32_defconfig
72549 +++ b/arch/powerpc/configs/pmac32_defconfig
72552 # Automatically generated make config: don't edit
72553 # Linux kernel version: 2.6.25-rc6
72554 -# Thu Mar 20 11:05:14 2008
72555 +# Thu Mar 27 13:56:21 2008
72557 # CONFIG_PPC64 is not set
72559 @@ -77,8 +77,6 @@ CONFIG_IKCONFIG_PROC=y
72560 CONFIG_LOG_BUF_SHIFT=14
72561 # CONFIG_CGROUPS is not set
72562 # CONFIG_GROUP_SCHED is not set
72563 -# CONFIG_USER_SCHED is not set
72564 -# CONFIG_CGROUP_SCHED is not set
72565 CONFIG_SYSFS_DEPRECATED=y
72566 CONFIG_SYSFS_DEPRECATED_V2=y
72567 # CONFIG_RELAY is not set
72568 @@ -272,7 +270,7 @@ CONFIG_PCI_SYSCALL=y
72569 # CONFIG_PCIEPORTBUS is not set
72570 CONFIG_ARCH_SUPPORTS_MSI=y
72571 # CONFIG_PCI_MSI is not set
72572 -CONFIG_PCI_LEGACY=y
72573 +# CONFIG_PCI_LEGACY is not set
72574 # CONFIG_PCI_DEBUG is not set
72576 # CONFIG_PCMCIA_DEBUG is not set
72577 @@ -1895,6 +1893,7 @@ CONFIG_PLIST=y
72579 CONFIG_HAS_IOPORT=y
72586 +++ b/arch/powerpc/configs/ppc40x_defconfig
72589 +# Automatically generated make config: don't edit
72590 +# Linux kernel version: 2.6.25-rc9
72591 +# Tue Apr 15 08:46:44 2008
72593 +# CONFIG_PPC64 is not set
72596 +# Processor support
72598 +# CONFIG_6xx is not set
72599 +# CONFIG_PPC_85xx is not set
72600 +# CONFIG_PPC_8xx is not set
72602 +# CONFIG_44x is not set
72603 +# CONFIG_E200 is not set
72605 +# CONFIG_PPC_MM_SLICES is not set
72606 +CONFIG_NOT_COHERENT_CACHE=y
72608 +CONFIG_WORD_SIZE=32
72609 +CONFIG_PPC_MERGE=y
72611 +CONFIG_GENERIC_CMOS_UPDATE=y
72612 +CONFIG_GENERIC_TIME=y
72613 +CONFIG_GENERIC_TIME_VSYSCALL=y
72614 +CONFIG_GENERIC_CLOCKEVENTS=y
72615 +CONFIG_GENERIC_HARDIRQS=y
72616 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
72617 +CONFIG_IRQ_PER_CPU=y
72618 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
72619 +CONFIG_ARCH_HAS_ILOG2_U32=y
72620 +CONFIG_GENERIC_HWEIGHT=y
72621 +CONFIG_GENERIC_CALIBRATE_DELAY=y
72622 +CONFIG_GENERIC_FIND_NEXT_BIT=y
72623 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
72625 +CONFIG_EARLY_PRINTK=y
72626 +CONFIG_GENERIC_NVRAM=y
72627 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
72628 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
72631 +CONFIG_PPC_UDBG_16550=y
72632 +# CONFIG_GENERIC_TBSYNC is not set
72633 +CONFIG_AUDIT_ARCH=y
72634 +CONFIG_GENERIC_BUG=y
72635 +# CONFIG_DEFAULT_UIMAGE is not set
72636 +CONFIG_PPC_DCR_NATIVE=y
72637 +# CONFIG_PPC_DCR_MMIO is not set
72639 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
72644 +CONFIG_EXPERIMENTAL=y
72645 +CONFIG_BROKEN_ON_SMP=y
72646 +CONFIG_INIT_ENV_ARG_LIMIT=32
72647 +CONFIG_LOCALVERSION=""
72648 +CONFIG_LOCALVERSION_AUTO=y
72651 +CONFIG_SYSVIPC_SYSCTL=y
72652 +CONFIG_POSIX_MQUEUE=y
72653 +# CONFIG_BSD_PROCESS_ACCT is not set
72654 +# CONFIG_TASKSTATS is not set
72655 +# CONFIG_AUDIT is not set
72656 +# CONFIG_IKCONFIG is not set
72657 +CONFIG_LOG_BUF_SHIFT=14
72658 +# CONFIG_CGROUPS is not set
72659 +CONFIG_GROUP_SCHED=y
72660 +CONFIG_FAIR_GROUP_SCHED=y
72661 +# CONFIG_RT_GROUP_SCHED is not set
72662 +CONFIG_USER_SCHED=y
72663 +# CONFIG_CGROUP_SCHED is not set
72664 +CONFIG_SYSFS_DEPRECATED=y
72665 +CONFIG_SYSFS_DEPRECATED_V2=y
72666 +# CONFIG_RELAY is not set
72667 +# CONFIG_NAMESPACES is not set
72668 +CONFIG_BLK_DEV_INITRD=y
72669 +CONFIG_INITRAMFS_SOURCE=""
72670 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
72673 +CONFIG_SYSCTL_SYSCALL=y
72675 +CONFIG_KALLSYMS_ALL=y
72676 +CONFIG_KALLSYMS_EXTRA_PASS=y
72681 +CONFIG_COMPAT_BRK=y
72682 +CONFIG_BASE_FULL=y
72684 +CONFIG_ANON_INODES=y
72690 +CONFIG_VM_EVENT_COUNTERS=y
72691 +CONFIG_SLUB_DEBUG=y
72692 +# CONFIG_SLAB is not set
72694 +# CONFIG_SLOB is not set
72695 +# CONFIG_PROFILING is not set
72696 +# CONFIG_MARKERS is not set
72697 +CONFIG_HAVE_OPROFILE=y
72698 +# CONFIG_KPROBES is not set
72699 +CONFIG_HAVE_KPROBES=y
72700 +CONFIG_HAVE_KRETPROBES=y
72701 +CONFIG_PROC_PAGE_MONITOR=y
72703 +CONFIG_RT_MUTEXES=y
72704 +# CONFIG_TINY_SHMEM is not set
72705 +CONFIG_BASE_SMALL=0
72707 +CONFIG_MODULE_UNLOAD=y
72708 +# CONFIG_MODULE_FORCE_UNLOAD is not set
72709 +# CONFIG_MODVERSIONS is not set
72710 +# CONFIG_MODULE_SRCVERSION_ALL is not set
72714 +# CONFIG_BLK_DEV_IO_TRACE is not set
72715 +# CONFIG_LSF is not set
72716 +# CONFIG_BLK_DEV_BSG is not set
72721 +CONFIG_IOSCHED_NOOP=y
72722 +CONFIG_IOSCHED_AS=y
72723 +CONFIG_IOSCHED_DEADLINE=y
72724 +CONFIG_IOSCHED_CFQ=y
72725 +CONFIG_DEFAULT_AS=y
72726 +# CONFIG_DEFAULT_DEADLINE is not set
72727 +# CONFIG_DEFAULT_CFQ is not set
72728 +# CONFIG_DEFAULT_NOOP is not set
72729 +CONFIG_DEFAULT_IOSCHED="anticipatory"
72730 +CONFIG_CLASSIC_RCU=y
72731 +CONFIG_PPC4xx_PCI_EXPRESS=y
72734 +# Platform support
72736 +# CONFIG_PPC_MPC512x is not set
72737 +# CONFIG_PPC_MPC5121 is not set
72738 +# CONFIG_PPC_CELL is not set
72739 +# CONFIG_PPC_CELL_NATIVE is not set
72740 +# CONFIG_PQ2ADS is not set
72745 +CONFIG_XILINX_VIRTEX_GENERIC_BOARD=y
72748 +CONFIG_XILINX_VIRTEX=y
72749 +CONFIG_XILINX_VIRTEX_II_PRO=y
72750 +CONFIG_XILINX_VIRTEX_4_FX=y
72751 +CONFIG_IBM405_ERR77=y
72752 +CONFIG_IBM405_ERR51=y
72753 +# CONFIG_IPIC is not set
72754 +# CONFIG_MPIC is not set
72755 +# CONFIG_MPIC_WEIRD is not set
72756 +# CONFIG_PPC_I8259 is not set
72757 +# CONFIG_PPC_RTAS is not set
72758 +# CONFIG_MMIO_NVRAM is not set
72759 +# CONFIG_PPC_MPC106 is not set
72760 +# CONFIG_PPC_970_NAP is not set
72761 +# CONFIG_PPC_INDIRECT_IO is not set
72762 +# CONFIG_GENERIC_IOMAP is not set
72763 +# CONFIG_CPU_FREQ is not set
72764 +# CONFIG_FSL_ULI1575 is not set
72770 +# CONFIG_HIGHMEM is not set
72771 +# CONFIG_TICK_ONESHOT is not set
72772 +# CONFIG_NO_HZ is not set
72773 +# CONFIG_HIGH_RES_TIMERS is not set
72774 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
72775 +# CONFIG_HZ_100 is not set
72777 +# CONFIG_HZ_300 is not set
72778 +# CONFIG_HZ_1000 is not set
72780 +# CONFIG_SCHED_HRTICK is not set
72781 +CONFIG_PREEMPT_NONE=y
72782 +# CONFIG_PREEMPT_VOLUNTARY is not set
72783 +# CONFIG_PREEMPT is not set
72784 +CONFIG_BINFMT_ELF=y
72785 +# CONFIG_BINFMT_MISC is not set
72786 +# CONFIG_MATH_EMULATION is not set
72787 +# CONFIG_IOMMU_HELPER is not set
72788 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
72789 +CONFIG_ARCH_HAS_WALK_MEMORY=y
72790 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
72791 +CONFIG_ARCH_FLATMEM_ENABLE=y
72792 +CONFIG_ARCH_POPULATES_NODE_MAP=y
72793 +CONFIG_SELECT_MEMORY_MODEL=y
72794 +CONFIG_FLATMEM_MANUAL=y
72795 +# CONFIG_DISCONTIGMEM_MANUAL is not set
72796 +# CONFIG_SPARSEMEM_MANUAL is not set
72798 +CONFIG_FLAT_NODE_MEM_MAP=y
72799 +# CONFIG_SPARSEMEM_STATIC is not set
72800 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
72801 +CONFIG_SPLIT_PTLOCK_CPUS=4
72802 +CONFIG_RESOURCES_64BIT=y
72803 +CONFIG_ZONE_DMA_FLAG=1
72805 +CONFIG_VIRT_TO_BUS=y
72806 +CONFIG_FORCE_MAX_ZONEORDER=11
72807 +CONFIG_PROC_DEVICETREE=y
72808 +# CONFIG_CMDLINE_BOOL is not set
72809 +# CONFIG_PM is not set
72811 +CONFIG_ISA_DMA_API=y
72817 +CONFIG_PPC_INDIRECT_PCI=y
72820 +CONFIG_PCI_DOMAINS=y
72821 +CONFIG_PCI_SYSCALL=y
72822 +# CONFIG_PCIEPORTBUS is not set
72823 +CONFIG_ARCH_SUPPORTS_MSI=y
72824 +# CONFIG_PCI_MSI is not set
72825 +# CONFIG_PCI_LEGACY is not set
72826 +# CONFIG_PCI_DEBUG is not set
72827 +# CONFIG_PCCARD is not set
72828 +# CONFIG_HOTPLUG_PCI is not set
72833 +# CONFIG_ADVANCED_OPTIONS is not set
72836 +# Default settings for advanced configuration options are used
72838 +CONFIG_HIGHMEM_START=0xfe000000
72839 +CONFIG_LOWMEM_SIZE=0x30000000
72840 +CONFIG_KERNEL_START=0xc0000000
72841 +CONFIG_TASK_SIZE=0xc0000000
72842 +CONFIG_CONSISTENT_START=0xff100000
72843 +CONFIG_CONSISTENT_SIZE=0x00200000
72844 +CONFIG_BOOT_LOAD=0x00400000
72852 +# Networking options
72855 +# CONFIG_PACKET_MMAP is not set
72857 +# CONFIG_NET_KEY is not set
72859 +# CONFIG_IP_MULTICAST is not set
72860 +# CONFIG_IP_ADVANCED_ROUTER is not set
72861 +CONFIG_IP_FIB_HASH=y
72863 +CONFIG_IP_PNP_DHCP=y
72864 +CONFIG_IP_PNP_BOOTP=y
72865 +# CONFIG_IP_PNP_RARP is not set
72866 +# CONFIG_NET_IPIP is not set
72867 +# CONFIG_NET_IPGRE is not set
72868 +# CONFIG_ARPD is not set
72869 +# CONFIG_SYN_COOKIES is not set
72870 +# CONFIG_INET_AH is not set
72871 +# CONFIG_INET_ESP is not set
72872 +# CONFIG_INET_IPCOMP is not set
72873 +# CONFIG_INET_XFRM_TUNNEL is not set
72874 +# CONFIG_INET_TUNNEL is not set
72875 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
72876 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
72877 +# CONFIG_INET_XFRM_MODE_BEET is not set
72878 +# CONFIG_INET_LRO is not set
72879 +CONFIG_INET_DIAG=y
72880 +CONFIG_INET_TCP_DIAG=y
72881 +# CONFIG_TCP_CONG_ADVANCED is not set
72882 +CONFIG_TCP_CONG_CUBIC=y
72883 +CONFIG_DEFAULT_TCP_CONG="cubic"
72884 +# CONFIG_TCP_MD5SIG is not set
72885 +# CONFIG_IPV6 is not set
72886 +# CONFIG_INET6_XFRM_TUNNEL is not set
72887 +# CONFIG_INET6_TUNNEL is not set
72888 +# CONFIG_NETWORK_SECMARK is not set
72889 +# CONFIG_NETFILTER is not set
72890 +# CONFIG_IP_DCCP is not set
72891 +# CONFIG_IP_SCTP is not set
72892 +# CONFIG_TIPC is not set
72893 +# CONFIG_ATM is not set
72894 +# CONFIG_BRIDGE is not set
72895 +# CONFIG_VLAN_8021Q is not set
72896 +# CONFIG_DECNET is not set
72897 +# CONFIG_LLC2 is not set
72898 +# CONFIG_IPX is not set
72899 +# CONFIG_ATALK is not set
72900 +# CONFIG_X25 is not set
72901 +# CONFIG_LAPB is not set
72902 +# CONFIG_ECONET is not set
72903 +# CONFIG_WAN_ROUTER is not set
72904 +# CONFIG_NET_SCHED is not set
72909 +# CONFIG_NET_PKTGEN is not set
72910 +# CONFIG_HAMRADIO is not set
72911 +# CONFIG_CAN is not set
72912 +# CONFIG_IRDA is not set
72913 +# CONFIG_BT is not set
72914 +# CONFIG_AF_RXRPC is not set
72919 +# CONFIG_CFG80211 is not set
72920 +# CONFIG_WIRELESS_EXT is not set
72921 +# CONFIG_MAC80211 is not set
72922 +# CONFIG_IEEE80211 is not set
72923 +# CONFIG_RFKILL is not set
72924 +# CONFIG_NET_9P is not set
72931 +# Generic Driver Options
72933 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
72934 +CONFIG_STANDALONE=y
72935 +CONFIG_PREVENT_FIRMWARE_BUILD=y
72936 +CONFIG_FW_LOADER=y
72937 +# CONFIG_DEBUG_DRIVER is not set
72938 +# CONFIG_DEBUG_DEVRES is not set
72939 +# CONFIG_SYS_HYPERVISOR is not set
72940 +CONFIG_CONNECTOR=y
72941 +CONFIG_PROC_EVENTS=y
72943 +# CONFIG_MTD_DEBUG is not set
72944 +# CONFIG_MTD_CONCAT is not set
72945 +CONFIG_MTD_PARTITIONS=y
72946 +# CONFIG_MTD_REDBOOT_PARTS is not set
72947 +CONFIG_MTD_CMDLINE_PARTS=y
72948 +CONFIG_MTD_OF_PARTS=y
72951 +# User Modules And Translation Layers
72954 +CONFIG_MTD_BLKDEVS=m
72955 +CONFIG_MTD_BLOCK=m
72956 +# CONFIG_MTD_BLOCK_RO is not set
72957 +# CONFIG_FTL is not set
72958 +# CONFIG_NFTL is not set
72959 +# CONFIG_INFTL is not set
72960 +# CONFIG_RFD_FTL is not set
72961 +# CONFIG_SSFDC is not set
72962 +# CONFIG_MTD_OOPS is not set
72965 +# RAM/ROM/Flash chip drivers
72968 +CONFIG_MTD_JEDECPROBE=y
72969 +CONFIG_MTD_GEN_PROBE=y
72970 +# CONFIG_MTD_CFI_ADV_OPTIONS is not set
72971 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
72972 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
72973 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
72974 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
72975 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
72976 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
72977 +CONFIG_MTD_CFI_I1=y
72978 +CONFIG_MTD_CFI_I2=y
72979 +# CONFIG_MTD_CFI_I4 is not set
72980 +# CONFIG_MTD_CFI_I8 is not set
72981 +# CONFIG_MTD_CFI_INTELEXT is not set
72982 +CONFIG_MTD_CFI_AMDSTD=y
72983 +# CONFIG_MTD_CFI_STAA is not set
72984 +CONFIG_MTD_CFI_UTIL=y
72985 +# CONFIG_MTD_RAM is not set
72986 +# CONFIG_MTD_ROM is not set
72987 +# CONFIG_MTD_ABSENT is not set
72990 +# Mapping drivers for chip access
72992 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
72993 +# CONFIG_MTD_PHYSMAP is not set
72994 +CONFIG_MTD_PHYSMAP_OF=y
72995 +# CONFIG_MTD_INTEL_VR_NOR is not set
72996 +# CONFIG_MTD_PLATRAM is not set
72999 +# Self-contained MTD device drivers
73001 +# CONFIG_MTD_PMC551 is not set
73002 +# CONFIG_MTD_SLRAM is not set
73003 +# CONFIG_MTD_PHRAM is not set
73004 +# CONFIG_MTD_MTDRAM is not set
73005 +# CONFIG_MTD_BLOCK2MTD is not set
73008 +# Disk-On-Chip Device Drivers
73010 +# CONFIG_MTD_DOC2000 is not set
73011 +# CONFIG_MTD_DOC2001 is not set
73012 +# CONFIG_MTD_DOC2001PLUS is not set
73013 +# CONFIG_MTD_NAND is not set
73014 +# CONFIG_MTD_ONENAND is not set
73017 +# UBI - Unsorted block images
73019 +# CONFIG_MTD_UBI is not set
73020 +CONFIG_OF_DEVICE=y
73021 +# CONFIG_PARPORT is not set
73023 +# CONFIG_BLK_DEV_FD is not set
73024 +# CONFIG_BLK_CPQ_DA is not set
73025 +# CONFIG_BLK_CPQ_CISS_DA is not set
73026 +# CONFIG_BLK_DEV_DAC960 is not set
73027 +# CONFIG_BLK_DEV_UMEM is not set
73028 +# CONFIG_BLK_DEV_COW_COMMON is not set
73029 +# CONFIG_BLK_DEV_LOOP is not set
73030 +# CONFIG_BLK_DEV_NBD is not set
73031 +# CONFIG_BLK_DEV_SX8 is not set
73032 +CONFIG_BLK_DEV_RAM=y
73033 +CONFIG_BLK_DEV_RAM_COUNT=16
73034 +CONFIG_BLK_DEV_RAM_SIZE=35000
73035 +# CONFIG_BLK_DEV_XIP is not set
73036 +# CONFIG_CDROM_PKTCDVD is not set
73037 +# CONFIG_ATA_OVER_ETH is not set
73038 +# CONFIG_XILINX_SYSACE is not set
73039 +CONFIG_MISC_DEVICES=y
73040 +# CONFIG_PHANTOM is not set
73041 +# CONFIG_EEPROM_93CX6 is not set
73042 +# CONFIG_SGI_IOC4 is not set
73043 +# CONFIG_TIFM_CORE is not set
73044 +# CONFIG_ENCLOSURE_SERVICES is not set
73046 +# CONFIG_IDE is not set
73049 +# SCSI device support
73051 +# CONFIG_RAID_ATTRS is not set
73052 +# CONFIG_SCSI is not set
73053 +# CONFIG_SCSI_DMA is not set
73054 +# CONFIG_SCSI_NETLINK is not set
73055 +# CONFIG_ATA is not set
73056 +# CONFIG_MD is not set
73057 +# CONFIG_FUSION is not set
73060 +# IEEE 1394 (FireWire) support
73062 +# CONFIG_FIREWIRE is not set
73063 +# CONFIG_IEEE1394 is not set
73064 +# CONFIG_I2O is not set
73065 +# CONFIG_MACINTOSH_DRIVERS is not set
73066 +CONFIG_NETDEVICES=y
73067 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
73068 +# CONFIG_DUMMY is not set
73069 +# CONFIG_BONDING is not set
73070 +# CONFIG_MACVLAN is not set
73071 +# CONFIG_EQUALIZER is not set
73072 +# CONFIG_TUN is not set
73073 +# CONFIG_VETH is not set
73074 +# CONFIG_ARCNET is not set
73075 +# CONFIG_PHYLIB is not set
73076 +CONFIG_NET_ETHERNET=y
73077 +# CONFIG_MII is not set
73078 +# CONFIG_HAPPYMEAL is not set
73079 +# CONFIG_SUNGEM is not set
73080 +# CONFIG_CASSINI is not set
73081 +# CONFIG_NET_VENDOR_3COM is not set
73082 +# CONFIG_NET_TULIP is not set
73083 +# CONFIG_HP100 is not set
73084 +CONFIG_IBM_NEW_EMAC=y
73085 +CONFIG_IBM_NEW_EMAC_RXB=128
73086 +CONFIG_IBM_NEW_EMAC_TXB=64
73087 +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
73088 +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
73089 +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
73090 +# CONFIG_IBM_NEW_EMAC_DEBUG is not set
73091 +CONFIG_IBM_NEW_EMAC_ZMII=y
73092 +CONFIG_IBM_NEW_EMAC_RGMII=y
73093 +# CONFIG_IBM_NEW_EMAC_TAH is not set
73094 +CONFIG_IBM_NEW_EMAC_EMAC4=y
73095 +# CONFIG_NET_PCI is not set
73096 +# CONFIG_B44 is not set
73097 +CONFIG_NETDEV_1000=y
73098 +# CONFIG_ACENIC is not set
73099 +# CONFIG_DL2K is not set
73100 +# CONFIG_E1000 is not set
73101 +# CONFIG_E1000E is not set
73102 +# CONFIG_E1000E_ENABLED is not set
73103 +# CONFIG_IP1000 is not set
73104 +# CONFIG_IGB is not set
73105 +# CONFIG_NS83820 is not set
73106 +# CONFIG_HAMACHI is not set
73107 +# CONFIG_YELLOWFIN is not set
73108 +# CONFIG_R8169 is not set
73109 +# CONFIG_SIS190 is not set
73110 +# CONFIG_SKGE is not set
73111 +# CONFIG_SKY2 is not set
73112 +# CONFIG_SK98LIN is not set
73113 +# CONFIG_VIA_VELOCITY is not set
73114 +# CONFIG_TIGON3 is not set
73115 +# CONFIG_BNX2 is not set
73116 +# CONFIG_QLA3XXX is not set
73117 +# CONFIG_ATL1 is not set
73118 +CONFIG_NETDEV_10000=y
73119 +# CONFIG_CHELSIO_T1 is not set
73120 +# CONFIG_CHELSIO_T3 is not set
73121 +# CONFIG_IXGBE is not set
73122 +# CONFIG_IXGB is not set
73123 +# CONFIG_S2IO is not set
73124 +# CONFIG_MYRI10GE is not set
73125 +# CONFIG_NETXEN_NIC is not set
73126 +# CONFIG_NIU is not set
73127 +# CONFIG_MLX4_CORE is not set
73128 +# CONFIG_TEHUTI is not set
73129 +# CONFIG_BNX2X is not set
73130 +# CONFIG_TR is not set
73135 +# CONFIG_WLAN_PRE80211 is not set
73136 +# CONFIG_WLAN_80211 is not set
73137 +# CONFIG_WAN is not set
73138 +# CONFIG_FDDI is not set
73139 +# CONFIG_HIPPI is not set
73140 +# CONFIG_PPP is not set
73141 +# CONFIG_SLIP is not set
73142 +# CONFIG_NETCONSOLE is not set
73143 +# CONFIG_NETPOLL is not set
73144 +# CONFIG_NET_POLL_CONTROLLER is not set
73145 +# CONFIG_ISDN is not set
73146 +# CONFIG_PHONE is not set
73149 +# Input device support
73151 +# CONFIG_INPUT is not set
73154 +# Hardware I/O ports
73156 +# CONFIG_SERIO is not set
73157 +# CONFIG_GAMEPORT is not set
73160 +# Character devices
73162 +# CONFIG_VT is not set
73163 +# CONFIG_SERIAL_NONSTANDARD is not set
73164 +# CONFIG_NOZOMI is not set
73169 +CONFIG_SERIAL_8250=y
73170 +CONFIG_SERIAL_8250_CONSOLE=y
73171 +CONFIG_SERIAL_8250_PCI=y
73172 +CONFIG_SERIAL_8250_NR_UARTS=4
73173 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4
73174 +CONFIG_SERIAL_8250_EXTENDED=y
73175 +# CONFIG_SERIAL_8250_MANY_PORTS is not set
73176 +CONFIG_SERIAL_8250_SHARE_IRQ=y
73177 +# CONFIG_SERIAL_8250_DETECT_IRQ is not set
73178 +# CONFIG_SERIAL_8250_RSA is not set
73181 +# Non-8250 serial port support
73183 +# CONFIG_SERIAL_UARTLITE is not set
73184 +CONFIG_SERIAL_CORE=y
73185 +CONFIG_SERIAL_CORE_CONSOLE=y
73186 +# CONFIG_SERIAL_JSM is not set
73187 +CONFIG_SERIAL_OF_PLATFORM=y
73188 +CONFIG_UNIX98_PTYS=y
73189 +CONFIG_LEGACY_PTYS=y
73190 +CONFIG_LEGACY_PTY_COUNT=256
73191 +# CONFIG_IPMI_HANDLER is not set
73192 +# CONFIG_HW_RANDOM is not set
73193 +# CONFIG_NVRAM is not set
73194 +# CONFIG_GEN_RTC is not set
73195 +CONFIG_XILINX_HWICAP=m
73196 +# CONFIG_R3964 is not set
73197 +# CONFIG_APPLICOM is not set
73198 +# CONFIG_RAW_DRIVER is not set
73199 +# CONFIG_TCG_TPM is not set
73201 +# CONFIG_I2C is not set
73206 +# CONFIG_SPI is not set
73207 +# CONFIG_SPI_MASTER is not set
73208 +# CONFIG_W1 is not set
73209 +# CONFIG_POWER_SUPPLY is not set
73210 +# CONFIG_HWMON is not set
73212 +# CONFIG_WATCHDOG is not set
73215 +# Sonics Silicon Backplane
73217 +CONFIG_SSB_POSSIBLE=y
73218 +# CONFIG_SSB is not set
73221 +# Multifunction device drivers
73223 +# CONFIG_MFD_SM501 is not set
73226 +# Multimedia devices
73228 +# CONFIG_VIDEO_DEV is not set
73229 +# CONFIG_DVB_CORE is not set
73230 +# CONFIG_DAB is not set
73233 +# Graphics support
73235 +# CONFIG_AGP is not set
73236 +# CONFIG_DRM is not set
73237 +# CONFIG_VGASTATE is not set
73238 +CONFIG_VIDEO_OUTPUT_CONTROL=m
73239 +# CONFIG_FB is not set
73240 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
73243 +# Display device support
73245 +# CONFIG_DISPLAY_SUPPORT is not set
73250 +# CONFIG_SOUND is not set
73251 +CONFIG_USB_SUPPORT=y
73252 +CONFIG_USB_ARCH_HAS_HCD=y
73253 +CONFIG_USB_ARCH_HAS_OHCI=y
73254 +CONFIG_USB_ARCH_HAS_EHCI=y
73255 +# CONFIG_USB is not set
73258 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
73260 +# CONFIG_USB_GADGET is not set
73261 +# CONFIG_MMC is not set
73262 +# CONFIG_MEMSTICK is not set
73263 +# CONFIG_NEW_LEDS is not set
73264 +# CONFIG_INFINIBAND is not set
73265 +# CONFIG_EDAC is not set
73266 +# CONFIG_RTC_CLASS is not set
73267 +# CONFIG_DMADEVICES is not set
73272 +# CONFIG_UIO is not set
73278 +# CONFIG_EXT2_FS_XATTR is not set
73279 +# CONFIG_EXT2_FS_XIP is not set
73280 +# CONFIG_EXT3_FS is not set
73281 +# CONFIG_EXT4DEV_FS is not set
73282 +# CONFIG_REISERFS_FS is not set
73283 +# CONFIG_JFS_FS is not set
73284 +# CONFIG_FS_POSIX_ACL is not set
73285 +# CONFIG_XFS_FS is not set
73286 +# CONFIG_GFS2_FS is not set
73287 +# CONFIG_OCFS2_FS is not set
73290 +CONFIG_INOTIFY_USER=y
73291 +# CONFIG_QUOTA is not set
73292 +# CONFIG_AUTOFS_FS is not set
73293 +# CONFIG_AUTOFS4_FS is not set
73294 +# CONFIG_FUSE_FS is not set
73297 +# CD-ROM/DVD Filesystems
73299 +# CONFIG_ISO9660_FS is not set
73300 +# CONFIG_UDF_FS is not set
73303 +# DOS/FAT/NT Filesystems
73305 +# CONFIG_MSDOS_FS is not set
73306 +# CONFIG_VFAT_FS is not set
73307 +# CONFIG_NTFS_FS is not set
73310 +# Pseudo filesystems
73313 +CONFIG_PROC_KCORE=y
73314 +CONFIG_PROC_SYSCTL=y
73317 +# CONFIG_TMPFS_POSIX_ACL is not set
73318 +# CONFIG_HUGETLB_PAGE is not set
73319 +# CONFIG_CONFIGFS_FS is not set
73322 +# Miscellaneous filesystems
73324 +# CONFIG_ADFS_FS is not set
73325 +# CONFIG_AFFS_FS is not set
73326 +# CONFIG_HFS_FS is not set
73327 +# CONFIG_HFSPLUS_FS is not set
73328 +# CONFIG_BEFS_FS is not set
73329 +# CONFIG_BFS_FS is not set
73330 +# CONFIG_EFS_FS is not set
73331 +# CONFIG_JFFS2_FS is not set
73333 +# CONFIG_VXFS_FS is not set
73334 +# CONFIG_MINIX_FS is not set
73335 +# CONFIG_HPFS_FS is not set
73336 +# CONFIG_QNX4FS_FS is not set
73337 +# CONFIG_ROMFS_FS is not set
73338 +# CONFIG_SYSV_FS is not set
73339 +# CONFIG_UFS_FS is not set
73340 +CONFIG_NETWORK_FILESYSTEMS=y
73343 +# CONFIG_NFS_V3_ACL is not set
73344 +# CONFIG_NFS_V4 is not set
73345 +# CONFIG_NFS_DIRECTIO is not set
73346 +# CONFIG_NFSD is not set
73350 +CONFIG_NFS_COMMON=y
73352 +# CONFIG_SUNRPC_BIND34 is not set
73353 +# CONFIG_RPCSEC_GSS_KRB5 is not set
73354 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
73355 +# CONFIG_SMB_FS is not set
73356 +# CONFIG_CIFS is not set
73357 +# CONFIG_NCP_FS is not set
73358 +# CONFIG_CODA_FS is not set
73359 +# CONFIG_AFS_FS is not set
73364 +# CONFIG_PARTITION_ADVANCED is not set
73365 +CONFIG_MSDOS_PARTITION=y
73366 +# CONFIG_NLS is not set
73367 +# CONFIG_DLM is not set
73370 +# Library routines
73372 +CONFIG_BITREVERSE=y
73373 +# CONFIG_CRC_CCITT is not set
73374 +# CONFIG_CRC16 is not set
73375 +# CONFIG_CRC_ITU_T is not set
73377 +# CONFIG_CRC7 is not set
73378 +# CONFIG_LIBCRC32C is not set
73379 +CONFIG_ZLIB_INFLATE=y
73381 +CONFIG_HAS_IOMEM=y
73382 +CONFIG_HAS_IOPORT=y
73389 +# CONFIG_PRINTK_TIME is not set
73390 +CONFIG_ENABLE_WARN_DEPRECATED=y
73391 +CONFIG_ENABLE_MUST_CHECK=y
73392 +CONFIG_MAGIC_SYSRQ=y
73393 +# CONFIG_UNUSED_SYMBOLS is not set
73395 +# CONFIG_HEADERS_CHECK is not set
73396 +CONFIG_DEBUG_KERNEL=y
73397 +# CONFIG_DEBUG_SHIRQ is not set
73398 +CONFIG_DETECT_SOFTLOCKUP=y
73399 +CONFIG_SCHED_DEBUG=y
73400 +# CONFIG_SCHEDSTATS is not set
73401 +# CONFIG_TIMER_STATS is not set
73402 +# CONFIG_SLUB_DEBUG_ON is not set
73403 +# CONFIG_SLUB_STATS is not set
73404 +# CONFIG_DEBUG_RT_MUTEXES is not set
73405 +# CONFIG_RT_MUTEX_TESTER is not set
73406 +# CONFIG_DEBUG_SPINLOCK is not set
73407 +# CONFIG_DEBUG_MUTEXES is not set
73408 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
73409 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
73410 +# CONFIG_DEBUG_KOBJECT is not set
73411 +CONFIG_DEBUG_BUGVERBOSE=y
73412 +# CONFIG_DEBUG_INFO is not set
73413 +# CONFIG_DEBUG_VM is not set
73414 +# CONFIG_DEBUG_LIST is not set
73415 +# CONFIG_DEBUG_SG is not set
73416 +# CONFIG_BOOT_PRINTK_DELAY is not set
73417 +# CONFIG_RCU_TORTURE_TEST is not set
73418 +# CONFIG_BACKTRACE_SELF_TEST is not set
73419 +# CONFIG_FAULT_INJECTION is not set
73420 +# CONFIG_SAMPLES is not set
73421 +# CONFIG_DEBUG_STACKOVERFLOW is not set
73422 +# CONFIG_DEBUG_STACK_USAGE is not set
73423 +# CONFIG_DEBUG_PAGEALLOC is not set
73424 +# CONFIG_DEBUGGER is not set
73425 +# CONFIG_VIRQ_DEBUG is not set
73426 +# CONFIG_BDI_SWITCH is not set
73427 +# CONFIG_PPC_EARLY_DEBUG is not set
73430 +# Security options
73432 +# CONFIG_KEYS is not set
73433 +# CONFIG_SECURITY is not set
73434 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
73436 +CONFIG_CRYPTO_ALGAPI=y
73437 +CONFIG_CRYPTO_BLKCIPHER=y
73438 +# CONFIG_CRYPTO_SEQIV is not set
73439 +CONFIG_CRYPTO_MANAGER=y
73440 +# CONFIG_CRYPTO_HMAC is not set
73441 +# CONFIG_CRYPTO_XCBC is not set
73442 +# CONFIG_CRYPTO_NULL is not set
73443 +# CONFIG_CRYPTO_MD4 is not set
73444 +CONFIG_CRYPTO_MD5=y
73445 +# CONFIG_CRYPTO_SHA1 is not set
73446 +# CONFIG_CRYPTO_SHA256 is not set
73447 +# CONFIG_CRYPTO_SHA512 is not set
73448 +# CONFIG_CRYPTO_WP512 is not set
73449 +# CONFIG_CRYPTO_TGR192 is not set
73450 +# CONFIG_CRYPTO_GF128MUL is not set
73451 +CONFIG_CRYPTO_ECB=y
73452 +CONFIG_CRYPTO_CBC=y
73453 +CONFIG_CRYPTO_PCBC=y
73454 +# CONFIG_CRYPTO_LRW is not set
73455 +# CONFIG_CRYPTO_XTS is not set
73456 +# CONFIG_CRYPTO_CTR is not set
73457 +# CONFIG_CRYPTO_GCM is not set
73458 +# CONFIG_CRYPTO_CCM is not set
73459 +# CONFIG_CRYPTO_CRYPTD is not set
73460 +CONFIG_CRYPTO_DES=y
73461 +# CONFIG_CRYPTO_FCRYPT is not set
73462 +# CONFIG_CRYPTO_BLOWFISH is not set
73463 +# CONFIG_CRYPTO_TWOFISH is not set
73464 +# CONFIG_CRYPTO_SERPENT is not set
73465 +# CONFIG_CRYPTO_AES is not set
73466 +# CONFIG_CRYPTO_CAST5 is not set
73467 +# CONFIG_CRYPTO_CAST6 is not set
73468 +# CONFIG_CRYPTO_TEA is not set
73469 +# CONFIG_CRYPTO_ARC4 is not set
73470 +# CONFIG_CRYPTO_KHAZAD is not set
73471 +# CONFIG_CRYPTO_ANUBIS is not set
73472 +# CONFIG_CRYPTO_SEED is not set
73473 +# CONFIG_CRYPTO_SALSA20 is not set
73474 +# CONFIG_CRYPTO_DEFLATE is not set
73475 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
73476 +# CONFIG_CRYPTO_CRC32C is not set
73477 +# CONFIG_CRYPTO_CAMELLIA is not set
73478 +# CONFIG_CRYPTO_TEST is not set
73479 +# CONFIG_CRYPTO_AUTHENC is not set
73480 +# CONFIG_CRYPTO_LZO is not set
73481 +CONFIG_CRYPTO_HW=y
73482 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
73483 +# CONFIG_PPC_CLOCK is not set
73484 --- a/arch/powerpc/configs/ppc44x_defconfig
73485 +++ b/arch/powerpc/configs/ppc44x_defconfig
73488 # Automatically generated make config: don't edit
73489 -# Linux kernel version: 2.6.25-rc2
73490 -# Fri Feb 15 21:57:35 2008
73491 +# Linux kernel version: 2.6.25-rc6
73492 +# Sat Apr 5 09:35:48 2008
73494 # CONFIG_PPC64 is not set
73496 @@ -79,6 +79,7 @@ CONFIG_FAIR_GROUP_SCHED=y
73497 CONFIG_USER_SCHED=y
73498 # CONFIG_CGROUP_SCHED is not set
73499 CONFIG_SYSFS_DEPRECATED=y
73500 +CONFIG_SYSFS_DEPRECATED_V2=y
73501 # CONFIG_RELAY is not set
73502 # CONFIG_NAMESPACES is not set
73503 CONFIG_BLK_DEV_INITRD=y
73504 @@ -113,6 +114,7 @@ CONFIG_SLUB=y
73505 CONFIG_HAVE_OPROFILE=y
73506 # CONFIG_KPROBES is not set
73507 CONFIG_HAVE_KPROBES=y
73508 +CONFIG_HAVE_KRETPROBES=y
73509 CONFIG_PROC_PAGE_MONITOR=y
73511 CONFIG_RT_MUTEXES=y
73512 @@ -143,7 +145,6 @@ CONFIG_DEFAULT_AS=y
73513 # CONFIG_DEFAULT_NOOP is not set
73514 CONFIG_DEFAULT_IOSCHED="anticipatory"
73515 CONFIG_CLASSIC_RCU=y
73516 -# CONFIG_PREEMPT_RCU is not set
73517 CONFIG_PPC4xx_PCI_EXPRESS=y
73520 @@ -161,12 +162,15 @@ CONFIG_TAISHAN=y
73524 +CONFIG_CANYONLANDS=y
73533 CONFIG_IBM440EP_ERR42=y
73534 # CONFIG_IPIC is not set
73535 # CONFIG_MPIC is not set
73536 @@ -199,7 +203,6 @@ CONFIG_HZ=250
73537 CONFIG_PREEMPT_NONE=y
73538 # CONFIG_PREEMPT_VOLUNTARY is not set
73539 # CONFIG_PREEMPT is not set
73540 -# CONFIG_RCU_TRACE is not set
73541 CONFIG_BINFMT_ELF=y
73542 # CONFIG_BINFMT_MISC is not set
73543 CONFIG_MATH_EMULATION=y
73544 @@ -232,6 +235,7 @@ CONFIG_ISA_DMA_API=y
73547 CONFIG_PPC_INDIRECT_PCI=y
73550 CONFIG_PCI_DOMAINS=y
73551 CONFIG_PCI_SYSCALL=y
73552 @@ -678,6 +682,7 @@ CONFIG_USB_ARCH_HAS_EHCI=y
73553 # CONFIG_INFINIBAND is not set
73554 # CONFIG_EDAC is not set
73555 # CONFIG_RTC_CLASS is not set
73556 +# CONFIG_DMADEVICES is not set
73560 @@ -805,6 +810,7 @@ CONFIG_PLIST=y
73562 CONFIG_HAS_IOPORT=y
73568 --- a/arch/powerpc/configs/ppc64_defconfig
73569 +++ b/arch/powerpc/configs/ppc64_defconfig
73572 # Automatically generated make config: don't edit
73573 # Linux kernel version: 2.6.25-rc6
73574 -# Thu Mar 20 11:06:28 2008
73575 +# Thu Mar 27 13:56:24 2008
73579 @@ -84,8 +84,6 @@ CONFIG_CGROUPS=y
73580 # CONFIG_CGROUP_NS is not set
73582 # CONFIG_GROUP_SCHED is not set
73583 -# CONFIG_USER_SCHED is not set
73584 -# CONFIG_CGROUP_SCHED is not set
73585 # CONFIG_CGROUP_CPUACCT is not set
73586 # CONFIG_RESOURCE_COUNTERS is not set
73587 CONFIG_SYSFS_DEPRECATED=y
73588 @@ -289,6 +287,7 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y
73589 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
73591 # CONFIG_CRASH_DUMP is not set
73592 +# CONFIG_PHYP_DUMP is not set
73593 CONFIG_IRQ_ALL_CPUS=y
73594 # CONFIG_NUMA is not set
73595 CONFIG_ARCH_SELECT_MEMORY_MODEL=y
73596 @@ -335,7 +334,7 @@ CONFIG_PCI_SYSCALL=y
73597 # CONFIG_PCIEPORTBUS is not set
73598 CONFIG_ARCH_SUPPORTS_MSI=y
73600 -CONFIG_PCI_LEGACY=y
73601 +# CONFIG_PCI_LEGACY is not set
73602 # CONFIG_PCI_DEBUG is not set
73604 # CONFIG_PCMCIA_DEBUG is not set
73605 @@ -1881,6 +1880,7 @@ CONFIG_PLIST=y
73607 CONFIG_HAS_IOPORT=y
73613 --- a/arch/powerpc/configs/pseries_defconfig
73614 +++ b/arch/powerpc/configs/pseries_defconfig
73617 # Automatically generated make config: don't edit
73618 # Linux kernel version: 2.6.25-rc6
73619 -# Thu Mar 20 11:08:01 2008
73620 +# Thu Mar 27 13:56:28 2008
73624 @@ -83,8 +83,6 @@ CONFIG_CGROUPS=y
73627 # CONFIG_GROUP_SCHED is not set
73628 -# CONFIG_USER_SCHED is not set
73629 -# CONFIG_CGROUP_SCHED is not set
73630 CONFIG_CGROUP_CPUACCT=y
73631 # CONFIG_RESOURCE_COUNTERS is not set
73632 CONFIG_SYSFS_DEPRECATED=y
73633 @@ -237,6 +235,7 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y
73634 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
73636 # CONFIG_CRASH_DUMP is not set
73637 +# CONFIG_PHYP_DUMP is not set
73638 CONFIG_IRQ_ALL_CPUS=y
73640 CONFIG_NODES_SHIFT=4
73641 @@ -283,7 +282,7 @@ CONFIG_PCI_SYSCALL=y
73642 # CONFIG_PCIEPORTBUS is not set
73643 CONFIG_ARCH_SUPPORTS_MSI=y
73645 -CONFIG_PCI_LEGACY=y
73646 +# CONFIG_PCI_LEGACY is not set
73647 # CONFIG_PCI_DEBUG is not set
73648 # CONFIG_PCCARD is not set
73649 CONFIG_HOTPLUG_PCI=m
73650 @@ -1519,6 +1518,7 @@ CONFIG_PLIST=y
73652 CONFIG_HAS_IOPORT=y
73658 --- a/arch/powerpc/configs/rainier_defconfig
73662 -# Automatically generated make config: don't edit
73663 -# Linux kernel version: 2.6.25-rc2
73664 -# Fri Feb 15 21:53:10 2008
73666 -# CONFIG_PPC64 is not set
73669 -# Processor support
73671 -# CONFIG_6xx is not set
73672 -# CONFIG_PPC_85xx is not set
73673 -# CONFIG_PPC_8xx is not set
73674 -# CONFIG_40x is not set
73676 -# CONFIG_E200 is not set
73679 -CONFIG_PTE_64BIT=y
73680 -CONFIG_PHYS_64BIT=y
73681 -# CONFIG_PPC_MM_SLICES is not set
73682 -CONFIG_NOT_COHERENT_CACHE=y
73684 -CONFIG_WORD_SIZE=32
73685 -CONFIG_PPC_MERGE=y
73687 -CONFIG_GENERIC_CMOS_UPDATE=y
73688 -CONFIG_GENERIC_TIME=y
73689 -CONFIG_GENERIC_TIME_VSYSCALL=y
73690 -CONFIG_GENERIC_CLOCKEVENTS=y
73691 -CONFIG_GENERIC_HARDIRQS=y
73692 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
73693 -CONFIG_IRQ_PER_CPU=y
73694 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
73695 -CONFIG_ARCH_HAS_ILOG2_U32=y
73696 -CONFIG_GENERIC_HWEIGHT=y
73697 -CONFIG_GENERIC_CALIBRATE_DELAY=y
73698 -CONFIG_GENERIC_FIND_NEXT_BIT=y
73699 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
73701 -CONFIG_EARLY_PRINTK=y
73702 -CONFIG_GENERIC_NVRAM=y
73703 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
73704 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
73707 -CONFIG_PPC_UDBG_16550=y
73708 -# CONFIG_GENERIC_TBSYNC is not set
73709 -CONFIG_AUDIT_ARCH=y
73710 -CONFIG_GENERIC_BUG=y
73711 -# CONFIG_DEFAULT_UIMAGE is not set
73712 -CONFIG_PPC_DCR_NATIVE=y
73713 -# CONFIG_PPC_DCR_MMIO is not set
73715 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
73720 -CONFIG_EXPERIMENTAL=y
73721 -CONFIG_BROKEN_ON_SMP=y
73722 -CONFIG_INIT_ENV_ARG_LIMIT=32
73723 -CONFIG_LOCALVERSION=""
73724 -CONFIG_LOCALVERSION_AUTO=y
73727 -CONFIG_SYSVIPC_SYSCTL=y
73728 -CONFIG_POSIX_MQUEUE=y
73729 -# CONFIG_BSD_PROCESS_ACCT is not set
73730 -# CONFIG_TASKSTATS is not set
73731 -# CONFIG_AUDIT is not set
73732 -# CONFIG_IKCONFIG is not set
73733 -CONFIG_LOG_BUF_SHIFT=14
73734 -# CONFIG_CGROUPS is not set
73735 -CONFIG_GROUP_SCHED=y
73736 -CONFIG_FAIR_GROUP_SCHED=y
73737 -# CONFIG_RT_GROUP_SCHED is not set
73738 -CONFIG_USER_SCHED=y
73739 -# CONFIG_CGROUP_SCHED is not set
73740 -CONFIG_SYSFS_DEPRECATED=y
73741 -# CONFIG_RELAY is not set
73742 -# CONFIG_NAMESPACES is not set
73743 -CONFIG_BLK_DEV_INITRD=y
73744 -CONFIG_INITRAMFS_SOURCE=""
73745 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
73748 -CONFIG_SYSCTL_SYSCALL=y
73750 -# CONFIG_KALLSYMS_ALL is not set
73751 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
73756 -CONFIG_COMPAT_BRK=y
73757 -CONFIG_BASE_FULL=y
73759 -CONFIG_ANON_INODES=y
73765 -CONFIG_VM_EVENT_COUNTERS=y
73766 -CONFIG_SLUB_DEBUG=y
73767 -# CONFIG_SLAB is not set
73769 -# CONFIG_SLOB is not set
73770 -# CONFIG_PROFILING is not set
73771 -# CONFIG_MARKERS is not set
73772 -CONFIG_HAVE_OPROFILE=y
73773 -# CONFIG_KPROBES is not set
73774 -CONFIG_HAVE_KPROBES=y
73775 -CONFIG_PROC_PAGE_MONITOR=y
73777 -CONFIG_RT_MUTEXES=y
73778 -# CONFIG_TINY_SHMEM is not set
73779 -CONFIG_BASE_SMALL=0
73781 -CONFIG_MODULE_UNLOAD=y
73782 -# CONFIG_MODULE_FORCE_UNLOAD is not set
73783 -# CONFIG_MODVERSIONS is not set
73784 -# CONFIG_MODULE_SRCVERSION_ALL is not set
73788 -# CONFIG_BLK_DEV_IO_TRACE is not set
73789 -# CONFIG_LSF is not set
73790 -# CONFIG_BLK_DEV_BSG is not set
73795 -CONFIG_IOSCHED_NOOP=y
73796 -CONFIG_IOSCHED_AS=y
73797 -CONFIG_IOSCHED_DEADLINE=y
73798 -CONFIG_IOSCHED_CFQ=y
73799 -CONFIG_DEFAULT_AS=y
73800 -# CONFIG_DEFAULT_DEADLINE is not set
73801 -# CONFIG_DEFAULT_CFQ is not set
73802 -# CONFIG_DEFAULT_NOOP is not set
73803 -CONFIG_DEFAULT_IOSCHED="anticipatory"
73804 -CONFIG_CLASSIC_RCU=y
73805 -# CONFIG_PREEMPT_RCU is not set
73806 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
73809 -# Platform support
73811 -# CONFIG_PPC_MPC512x is not set
73812 -# CONFIG_PPC_MPC5121 is not set
73813 -# CONFIG_PPC_CELL is not set
73814 -# CONFIG_PPC_CELL_NATIVE is not set
73815 -# CONFIG_PQ2ADS is not set
73816 -# CONFIG_BAMBOO is not set
73817 -# CONFIG_EBONY is not set
73818 -# CONFIG_SEQUOIA is not set
73819 -# CONFIG_TAISHAN is not set
73820 -# CONFIG_KATMAI is not set
73822 -# CONFIG_WARP is not set
73824 -# CONFIG_IPIC is not set
73825 -# CONFIG_MPIC is not set
73826 -# CONFIG_MPIC_WEIRD is not set
73827 -# CONFIG_PPC_I8259 is not set
73828 -# CONFIG_PPC_RTAS is not set
73829 -# CONFIG_MMIO_NVRAM is not set
73830 -# CONFIG_PPC_MPC106 is not set
73831 -# CONFIG_PPC_970_NAP is not set
73832 -# CONFIG_PPC_INDIRECT_IO is not set
73833 -# CONFIG_GENERIC_IOMAP is not set
73834 -# CONFIG_CPU_FREQ is not set
73835 -# CONFIG_FSL_ULI1575 is not set
73840 -# CONFIG_HIGHMEM is not set
73841 -# CONFIG_TICK_ONESHOT is not set
73842 -# CONFIG_NO_HZ is not set
73843 -# CONFIG_HIGH_RES_TIMERS is not set
73844 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
73845 -# CONFIG_HZ_100 is not set
73847 -# CONFIG_HZ_300 is not set
73848 -# CONFIG_HZ_1000 is not set
73850 -# CONFIG_SCHED_HRTICK is not set
73851 -CONFIG_PREEMPT_NONE=y
73852 -# CONFIG_PREEMPT_VOLUNTARY is not set
73853 -# CONFIG_PREEMPT is not set
73854 -CONFIG_RCU_TRACE=y
73855 -CONFIG_BINFMT_ELF=y
73856 -# CONFIG_BINFMT_MISC is not set
73857 -CONFIG_MATH_EMULATION=y
73858 -# CONFIG_IOMMU_HELPER is not set
73859 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
73860 -CONFIG_ARCH_HAS_WALK_MEMORY=y
73861 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
73862 -CONFIG_ARCH_FLATMEM_ENABLE=y
73863 -CONFIG_ARCH_POPULATES_NODE_MAP=y
73864 -CONFIG_SELECT_MEMORY_MODEL=y
73865 -CONFIG_FLATMEM_MANUAL=y
73866 -# CONFIG_DISCONTIGMEM_MANUAL is not set
73867 -# CONFIG_SPARSEMEM_MANUAL is not set
73869 -CONFIG_FLAT_NODE_MEM_MAP=y
73870 -# CONFIG_SPARSEMEM_STATIC is not set
73871 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
73872 -CONFIG_SPLIT_PTLOCK_CPUS=4
73873 -CONFIG_RESOURCES_64BIT=y
73874 -CONFIG_ZONE_DMA_FLAG=1
73876 -CONFIG_VIRT_TO_BUS=y
73877 -CONFIG_PROC_DEVICETREE=y
73878 -CONFIG_CMDLINE_BOOL=y
73881 -CONFIG_ISA_DMA_API=y
73887 -CONFIG_PPC_INDIRECT_PCI=y
73889 -CONFIG_PCI_DOMAINS=y
73890 -CONFIG_PCI_SYSCALL=y
73891 -# CONFIG_PCIEPORTBUS is not set
73892 -CONFIG_ARCH_SUPPORTS_MSI=y
73893 -# CONFIG_PCI_MSI is not set
73894 -CONFIG_PCI_LEGACY=y
73895 -# CONFIG_PCI_DEBUG is not set
73896 -# CONFIG_PCCARD is not set
73897 -# CONFIG_HOTPLUG_PCI is not set
73902 -# CONFIG_ADVANCED_OPTIONS is not set
73905 -# Default settings for advanced configuration options are used
73907 -CONFIG_HIGHMEM_START=0xfe000000
73908 -CONFIG_LOWMEM_SIZE=0x30000000
73909 -CONFIG_KERNEL_START=0xc0000000
73910 -CONFIG_TASK_SIZE=0xc0000000
73911 -CONFIG_CONSISTENT_START=0xff100000
73912 -CONFIG_CONSISTENT_SIZE=0x00200000
73913 -CONFIG_BOOT_LOAD=0x01000000
73921 -# Networking options
73924 -# CONFIG_PACKET_MMAP is not set
73926 -# CONFIG_NET_KEY is not set
73928 -# CONFIG_IP_MULTICAST is not set
73929 -# CONFIG_IP_ADVANCED_ROUTER is not set
73930 -CONFIG_IP_FIB_HASH=y
73932 -CONFIG_IP_PNP_DHCP=y
73933 -CONFIG_IP_PNP_BOOTP=y
73934 -# CONFIG_IP_PNP_RARP is not set
73935 -# CONFIG_NET_IPIP is not set
73936 -# CONFIG_NET_IPGRE is not set
73937 -# CONFIG_ARPD is not set
73938 -# CONFIG_SYN_COOKIES is not set
73939 -# CONFIG_INET_AH is not set
73940 -# CONFIG_INET_ESP is not set
73941 -# CONFIG_INET_IPCOMP is not set
73942 -# CONFIG_INET_XFRM_TUNNEL is not set
73943 -# CONFIG_INET_TUNNEL is not set
73944 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
73945 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
73946 -# CONFIG_INET_XFRM_MODE_BEET is not set
73947 -# CONFIG_INET_LRO is not set
73948 -CONFIG_INET_DIAG=y
73949 -CONFIG_INET_TCP_DIAG=y
73950 -# CONFIG_TCP_CONG_ADVANCED is not set
73951 -CONFIG_TCP_CONG_CUBIC=y
73952 -CONFIG_DEFAULT_TCP_CONG="cubic"
73953 -# CONFIG_TCP_MD5SIG is not set
73954 -# CONFIG_IPV6 is not set
73955 -# CONFIG_INET6_XFRM_TUNNEL is not set
73956 -# CONFIG_INET6_TUNNEL is not set
73957 -# CONFIG_NETWORK_SECMARK is not set
73958 -# CONFIG_NETFILTER is not set
73959 -# CONFIG_IP_DCCP is not set
73960 -# CONFIG_IP_SCTP is not set
73961 -# CONFIG_TIPC is not set
73962 -# CONFIG_ATM is not set
73963 -# CONFIG_BRIDGE is not set
73964 -# CONFIG_VLAN_8021Q is not set
73965 -# CONFIG_DECNET is not set
73966 -# CONFIG_LLC2 is not set
73967 -# CONFIG_IPX is not set
73968 -# CONFIG_ATALK is not set
73969 -# CONFIG_X25 is not set
73970 -# CONFIG_LAPB is not set
73971 -# CONFIG_ECONET is not set
73972 -# CONFIG_WAN_ROUTER is not set
73973 -# CONFIG_NET_SCHED is not set
73978 -# CONFIG_NET_PKTGEN is not set
73979 -# CONFIG_HAMRADIO is not set
73980 -# CONFIG_CAN is not set
73981 -# CONFIG_IRDA is not set
73982 -# CONFIG_BT is not set
73983 -# CONFIG_AF_RXRPC is not set
73988 -# CONFIG_CFG80211 is not set
73989 -# CONFIG_WIRELESS_EXT is not set
73990 -# CONFIG_MAC80211 is not set
73991 -# CONFIG_IEEE80211 is not set
73992 -# CONFIG_RFKILL is not set
73993 -# CONFIG_NET_9P is not set
74000 -# Generic Driver Options
74002 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
74003 -CONFIG_STANDALONE=y
74004 -CONFIG_PREVENT_FIRMWARE_BUILD=y
74005 -CONFIG_FW_LOADER=y
74006 -# CONFIG_DEBUG_DRIVER is not set
74007 -# CONFIG_DEBUG_DEVRES is not set
74008 -# CONFIG_SYS_HYPERVISOR is not set
74009 -CONFIG_CONNECTOR=y
74010 -CONFIG_PROC_EVENTS=y
74012 -# CONFIG_MTD_DEBUG is not set
74013 -# CONFIG_MTD_CONCAT is not set
74014 -CONFIG_MTD_PARTITIONS=y
74015 -# CONFIG_MTD_REDBOOT_PARTS is not set
74016 -CONFIG_MTD_CMDLINE_PARTS=y
74017 -CONFIG_MTD_OF_PARTS=y
74020 -# User Modules And Translation Layers
74023 -# CONFIG_MTD_BLKDEVS is not set
74024 -# CONFIG_MTD_BLOCK is not set
74025 -# CONFIG_MTD_BLOCK_RO is not set
74026 -# CONFIG_FTL is not set
74027 -# CONFIG_NFTL is not set
74028 -# CONFIG_INFTL is not set
74029 -# CONFIG_RFD_FTL is not set
74030 -# CONFIG_SSFDC is not set
74031 -# CONFIG_MTD_OOPS is not set
74034 -# RAM/ROM/Flash chip drivers
74037 -CONFIG_MTD_JEDECPROBE=y
74038 -CONFIG_MTD_GEN_PROBE=y
74039 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
74040 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
74041 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
74042 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
74043 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
74044 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
74045 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
74046 -CONFIG_MTD_CFI_I1=y
74047 -CONFIG_MTD_CFI_I2=y
74048 -# CONFIG_MTD_CFI_I4 is not set
74049 -# CONFIG_MTD_CFI_I8 is not set
74050 -CONFIG_MTD_CFI_INTELEXT=y
74051 -CONFIG_MTD_CFI_AMDSTD=y
74052 -# CONFIG_MTD_CFI_STAA is not set
74053 -CONFIG_MTD_CFI_UTIL=y
74054 -# CONFIG_MTD_RAM is not set
74055 -# CONFIG_MTD_ROM is not set
74056 -# CONFIG_MTD_ABSENT is not set
74059 -# Mapping drivers for chip access
74061 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
74062 -# CONFIG_MTD_PHYSMAP is not set
74063 -CONFIG_MTD_PHYSMAP_OF=y
74064 -# CONFIG_MTD_INTEL_VR_NOR is not set
74065 -# CONFIG_MTD_PLATRAM is not set
74068 -# Self-contained MTD device drivers
74070 -# CONFIG_MTD_PMC551 is not set
74071 -# CONFIG_MTD_SLRAM is not set
74072 -# CONFIG_MTD_PHRAM is not set
74073 -# CONFIG_MTD_MTDRAM is not set
74074 -# CONFIG_MTD_BLOCK2MTD is not set
74077 -# Disk-On-Chip Device Drivers
74079 -# CONFIG_MTD_DOC2000 is not set
74080 -# CONFIG_MTD_DOC2001 is not set
74081 -# CONFIG_MTD_DOC2001PLUS is not set
74082 -# CONFIG_MTD_NAND is not set
74083 -# CONFIG_MTD_ONENAND is not set
74086 -# UBI - Unsorted block images
74088 -# CONFIG_MTD_UBI is not set
74089 -CONFIG_OF_DEVICE=y
74090 -# CONFIG_PARPORT is not set
74092 -# CONFIG_BLK_DEV_FD is not set
74093 -# CONFIG_BLK_CPQ_DA is not set
74094 -# CONFIG_BLK_CPQ_CISS_DA is not set
74095 -# CONFIG_BLK_DEV_DAC960 is not set
74096 -# CONFIG_BLK_DEV_UMEM is not set
74097 -# CONFIG_BLK_DEV_COW_COMMON is not set
74098 -# CONFIG_BLK_DEV_LOOP is not set
74099 -# CONFIG_BLK_DEV_NBD is not set
74100 -# CONFIG_BLK_DEV_SX8 is not set
74101 -CONFIG_BLK_DEV_RAM=y
74102 -CONFIG_BLK_DEV_RAM_COUNT=16
74103 -CONFIG_BLK_DEV_RAM_SIZE=35000
74104 -# CONFIG_BLK_DEV_XIP is not set
74105 -# CONFIG_CDROM_PKTCDVD is not set
74106 -# CONFIG_ATA_OVER_ETH is not set
74107 -# CONFIG_XILINX_SYSACE is not set
74108 -CONFIG_MISC_DEVICES=y
74109 -# CONFIG_PHANTOM is not set
74110 -# CONFIG_EEPROM_93CX6 is not set
74111 -# CONFIG_SGI_IOC4 is not set
74112 -# CONFIG_TIFM_CORE is not set
74113 -# CONFIG_ENCLOSURE_SERVICES is not set
74115 -# CONFIG_IDE is not set
74118 -# SCSI device support
74120 -# CONFIG_RAID_ATTRS is not set
74121 -# CONFIG_SCSI is not set
74122 -# CONFIG_SCSI_DMA is not set
74123 -# CONFIG_SCSI_NETLINK is not set
74124 -# CONFIG_ATA is not set
74125 -# CONFIG_MD is not set
74126 -# CONFIG_FUSION is not set
74129 -# IEEE 1394 (FireWire) support
74131 -# CONFIG_FIREWIRE is not set
74132 -# CONFIG_IEEE1394 is not set
74133 -# CONFIG_I2O is not set
74134 -CONFIG_MACINTOSH_DRIVERS=y
74135 -# CONFIG_MAC_EMUMOUSEBTN is not set
74136 -# CONFIG_WINDFARM is not set
74137 -CONFIG_NETDEVICES=y
74138 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
74139 -# CONFIG_DUMMY is not set
74140 -# CONFIG_BONDING is not set
74141 -# CONFIG_MACVLAN is not set
74142 -# CONFIG_EQUALIZER is not set
74143 -# CONFIG_TUN is not set
74144 -# CONFIG_VETH is not set
74145 -# CONFIG_ARCNET is not set
74146 -# CONFIG_NET_ETHERNET is not set
74147 -CONFIG_IBM_NEW_EMAC_ZMII=y
74148 -CONFIG_IBM_NEW_EMAC_RGMII=y
74149 -CONFIG_IBM_NEW_EMAC_EMAC4=y
74150 -CONFIG_NETDEV_1000=y
74151 -# CONFIG_ACENIC is not set
74152 -# CONFIG_DL2K is not set
74153 -# CONFIG_E1000 is not set
74154 -# CONFIG_E1000E is not set
74155 -# CONFIG_E1000E_ENABLED is not set
74156 -# CONFIG_IP1000 is not set
74157 -# CONFIG_IGB is not set
74158 -# CONFIG_NS83820 is not set
74159 -# CONFIG_HAMACHI is not set
74160 -# CONFIG_YELLOWFIN is not set
74161 -# CONFIG_R8169 is not set
74162 -# CONFIG_SIS190 is not set
74163 -# CONFIG_SKGE is not set
74164 -# CONFIG_SKY2 is not set
74165 -# CONFIG_SK98LIN is not set
74166 -# CONFIG_VIA_VELOCITY is not set
74167 -# CONFIG_TIGON3 is not set
74168 -# CONFIG_BNX2 is not set
74169 -# CONFIG_QLA3XXX is not set
74170 -# CONFIG_ATL1 is not set
74171 -CONFIG_NETDEV_10000=y
74172 -# CONFIG_CHELSIO_T1 is not set
74173 -# CONFIG_CHELSIO_T3 is not set
74174 -# CONFIG_IXGBE is not set
74175 -# CONFIG_IXGB is not set
74176 -# CONFIG_S2IO is not set
74177 -# CONFIG_MYRI10GE is not set
74178 -# CONFIG_NETXEN_NIC is not set
74179 -# CONFIG_NIU is not set
74180 -# CONFIG_MLX4_CORE is not set
74181 -# CONFIG_TEHUTI is not set
74182 -# CONFIG_BNX2X is not set
74183 -# CONFIG_TR is not set
74188 -# CONFIG_WLAN_PRE80211 is not set
74189 -# CONFIG_WLAN_80211 is not set
74190 -# CONFIG_WAN is not set
74191 -# CONFIG_FDDI is not set
74192 -# CONFIG_HIPPI is not set
74193 -# CONFIG_PPP is not set
74194 -# CONFIG_SLIP is not set
74195 -# CONFIG_NETCONSOLE is not set
74196 -# CONFIG_NETPOLL is not set
74197 -# CONFIG_NET_POLL_CONTROLLER is not set
74198 -# CONFIG_ISDN is not set
74199 -# CONFIG_PHONE is not set
74202 -# Input device support
74204 -# CONFIG_INPUT is not set
74207 -# Hardware I/O ports
74209 -# CONFIG_SERIO is not set
74210 -# CONFIG_GAMEPORT is not set
74213 -# Character devices
74215 -# CONFIG_VT is not set
74216 -# CONFIG_SERIAL_NONSTANDARD is not set
74217 -# CONFIG_NOZOMI is not set
74222 -CONFIG_SERIAL_8250=y
74223 -CONFIG_SERIAL_8250_CONSOLE=y
74224 -# CONFIG_SERIAL_8250_PCI is not set
74225 -CONFIG_SERIAL_8250_NR_UARTS=4
74226 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
74227 -CONFIG_SERIAL_8250_EXTENDED=y
74228 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
74229 -CONFIG_SERIAL_8250_SHARE_IRQ=y
74230 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
74231 -# CONFIG_SERIAL_8250_RSA is not set
74234 -# Non-8250 serial port support
74236 -# CONFIG_SERIAL_UARTLITE is not set
74237 -CONFIG_SERIAL_CORE=y
74238 -CONFIG_SERIAL_CORE_CONSOLE=y
74239 -# CONFIG_SERIAL_JSM is not set
74240 -CONFIG_SERIAL_OF_PLATFORM=y
74241 -CONFIG_UNIX98_PTYS=y
74242 -CONFIG_LEGACY_PTYS=y
74243 -CONFIG_LEGACY_PTY_COUNT=256
74244 -# CONFIG_IPMI_HANDLER is not set
74245 -# CONFIG_HW_RANDOM is not set
74246 -# CONFIG_NVRAM is not set
74247 -# CONFIG_GEN_RTC is not set
74248 -# CONFIG_R3964 is not set
74249 -# CONFIG_APPLICOM is not set
74250 -# CONFIG_RAW_DRIVER is not set
74251 -# CONFIG_TCG_TPM is not set
74253 -# CONFIG_I2C is not set
74258 -# CONFIG_SPI is not set
74259 -# CONFIG_SPI_MASTER is not set
74260 -# CONFIG_W1 is not set
74261 -# CONFIG_POWER_SUPPLY is not set
74262 -# CONFIG_HWMON is not set
74264 -# CONFIG_WATCHDOG is not set
74267 -# Sonics Silicon Backplane
74269 -CONFIG_SSB_POSSIBLE=y
74270 -# CONFIG_SSB is not set
74273 -# Multifunction device drivers
74275 -# CONFIG_MFD_SM501 is not set
74278 -# Multimedia devices
74280 -# CONFIG_VIDEO_DEV is not set
74281 -# CONFIG_DVB_CORE is not set
74285 -# Graphics support
74287 -# CONFIG_AGP is not set
74288 -# CONFIG_DRM is not set
74289 -# CONFIG_VGASTATE is not set
74290 -CONFIG_VIDEO_OUTPUT_CONTROL=m
74291 -# CONFIG_FB is not set
74292 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
74295 -# Display device support
74297 -# CONFIG_DISPLAY_SUPPORT is not set
74302 -# CONFIG_SOUND is not set
74303 -CONFIG_USB_SUPPORT=y
74304 -CONFIG_USB_ARCH_HAS_HCD=y
74305 -CONFIG_USB_ARCH_HAS_OHCI=y
74306 -CONFIG_USB_ARCH_HAS_EHCI=y
74307 -# CONFIG_USB is not set
74310 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
74312 -# CONFIG_USB_GADGET is not set
74313 -# CONFIG_MMC is not set
74314 -# CONFIG_MEMSTICK is not set
74315 -# CONFIG_NEW_LEDS is not set
74316 -# CONFIG_INFINIBAND is not set
74317 -# CONFIG_EDAC is not set
74318 -# CONFIG_RTC_CLASS is not set
74323 -# CONFIG_UIO is not set
74329 -# CONFIG_EXT2_FS_XATTR is not set
74330 -# CONFIG_EXT2_FS_XIP is not set
74331 -# CONFIG_EXT3_FS is not set
74332 -# CONFIG_EXT4DEV_FS is not set
74333 -# CONFIG_REISERFS_FS is not set
74334 -# CONFIG_JFS_FS is not set
74335 -# CONFIG_FS_POSIX_ACL is not set
74336 -# CONFIG_XFS_FS is not set
74337 -# CONFIG_GFS2_FS is not set
74338 -# CONFIG_OCFS2_FS is not set
74341 -CONFIG_INOTIFY_USER=y
74342 -# CONFIG_QUOTA is not set
74343 -# CONFIG_AUTOFS_FS is not set
74344 -# CONFIG_AUTOFS4_FS is not set
74345 -# CONFIG_FUSE_FS is not set
74348 -# CD-ROM/DVD Filesystems
74350 -# CONFIG_ISO9660_FS is not set
74351 -# CONFIG_UDF_FS is not set
74354 -# DOS/FAT/NT Filesystems
74356 -# CONFIG_MSDOS_FS is not set
74357 -# CONFIG_VFAT_FS is not set
74358 -# CONFIG_NTFS_FS is not set
74361 -# Pseudo filesystems
74364 -CONFIG_PROC_KCORE=y
74365 -CONFIG_PROC_SYSCTL=y
74368 -# CONFIG_TMPFS_POSIX_ACL is not set
74369 -# CONFIG_HUGETLB_PAGE is not set
74370 -# CONFIG_CONFIGFS_FS is not set
74373 -# Miscellaneous filesystems
74375 -# CONFIG_ADFS_FS is not set
74376 -# CONFIG_AFFS_FS is not set
74377 -# CONFIG_HFS_FS is not set
74378 -# CONFIG_HFSPLUS_FS is not set
74379 -# CONFIG_BEFS_FS is not set
74380 -# CONFIG_BFS_FS is not set
74381 -# CONFIG_EFS_FS is not set
74383 -CONFIG_JFFS2_FS_DEBUG=0
74384 -CONFIG_JFFS2_FS_WRITEBUFFER=y
74385 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
74386 -# CONFIG_JFFS2_SUMMARY is not set
74387 -# CONFIG_JFFS2_FS_XATTR is not set
74388 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
74389 -CONFIG_JFFS2_ZLIB=y
74390 -# CONFIG_JFFS2_LZO is not set
74391 -CONFIG_JFFS2_RTIME=y
74392 -# CONFIG_JFFS2_RUBIN is not set
74394 -# CONFIG_VXFS_FS is not set
74395 -# CONFIG_MINIX_FS is not set
74396 -# CONFIG_HPFS_FS is not set
74397 -# CONFIG_QNX4FS_FS is not set
74398 -# CONFIG_ROMFS_FS is not set
74399 -# CONFIG_SYSV_FS is not set
74400 -# CONFIG_UFS_FS is not set
74401 -CONFIG_NETWORK_FILESYSTEMS=y
74404 -# CONFIG_NFS_V3_ACL is not set
74405 -# CONFIG_NFS_V4 is not set
74406 -# CONFIG_NFS_DIRECTIO is not set
74407 -# CONFIG_NFSD is not set
74411 -CONFIG_NFS_COMMON=y
74413 -# CONFIG_SUNRPC_BIND34 is not set
74414 -# CONFIG_RPCSEC_GSS_KRB5 is not set
74415 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
74416 -# CONFIG_SMB_FS is not set
74417 -# CONFIG_CIFS is not set
74418 -# CONFIG_NCP_FS is not set
74419 -# CONFIG_CODA_FS is not set
74420 -# CONFIG_AFS_FS is not set
74425 -# CONFIG_PARTITION_ADVANCED is not set
74426 -CONFIG_MSDOS_PARTITION=y
74427 -# CONFIG_NLS is not set
74428 -# CONFIG_DLM is not set
74431 -# Library routines
74433 -CONFIG_BITREVERSE=y
74434 -# CONFIG_CRC_CCITT is not set
74435 -# CONFIG_CRC16 is not set
74436 -# CONFIG_CRC_ITU_T is not set
74438 -# CONFIG_CRC7 is not set
74439 -# CONFIG_LIBCRC32C is not set
74440 -CONFIG_ZLIB_INFLATE=y
74441 -CONFIG_ZLIB_DEFLATE=y
74443 -CONFIG_HAS_IOMEM=y
74444 -CONFIG_HAS_IOPORT=y
74450 -# CONFIG_PRINTK_TIME is not set
74451 -CONFIG_ENABLE_WARN_DEPRECATED=y
74452 -CONFIG_ENABLE_MUST_CHECK=y
74453 -CONFIG_MAGIC_SYSRQ=y
74454 -# CONFIG_UNUSED_SYMBOLS is not set
74456 -# CONFIG_HEADERS_CHECK is not set
74457 -CONFIG_DEBUG_KERNEL=y
74458 -# CONFIG_DEBUG_SHIRQ is not set
74459 -CONFIG_DETECT_SOFTLOCKUP=y
74460 -CONFIG_SCHED_DEBUG=y
74461 -# CONFIG_SCHEDSTATS is not set
74462 -# CONFIG_TIMER_STATS is not set
74463 -# CONFIG_SLUB_DEBUG_ON is not set
74464 -# CONFIG_SLUB_STATS is not set
74465 -# CONFIG_DEBUG_RT_MUTEXES is not set
74466 -# CONFIG_RT_MUTEX_TESTER is not set
74467 -# CONFIG_DEBUG_SPINLOCK is not set
74468 -# CONFIG_DEBUG_MUTEXES is not set
74469 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
74470 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
74471 -# CONFIG_DEBUG_KOBJECT is not set
74472 -# CONFIG_DEBUG_BUGVERBOSE is not set
74473 -# CONFIG_DEBUG_INFO is not set
74474 -# CONFIG_DEBUG_VM is not set
74475 -# CONFIG_DEBUG_LIST is not set
74476 -# CONFIG_DEBUG_SG is not set
74477 -# CONFIG_BOOT_PRINTK_DELAY is not set
74478 -# CONFIG_RCU_TORTURE_TEST is not set
74479 -# CONFIG_BACKTRACE_SELF_TEST is not set
74480 -# CONFIG_FAULT_INJECTION is not set
74481 -# CONFIG_SAMPLES is not set
74482 -# CONFIG_DEBUG_STACKOVERFLOW is not set
74483 -# CONFIG_DEBUG_STACK_USAGE is not set
74484 -# CONFIG_DEBUG_PAGEALLOC is not set
74486 -# CONFIG_KGDB is not set
74487 -# CONFIG_XMON is not set
74488 -# CONFIG_VIRQ_DEBUG is not set
74489 -# CONFIG_BDI_SWITCH is not set
74490 -CONFIG_PPC_EARLY_DEBUG=y
74491 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
74492 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
74493 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
74494 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
74495 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
74496 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
74497 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
74498 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
74499 -CONFIG_PPC_EARLY_DEBUG_44x=y
74500 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
74501 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
74502 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
74503 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
74506 -# Security options
74508 -# CONFIG_KEYS is not set
74509 -# CONFIG_SECURITY is not set
74510 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
74512 -CONFIG_CRYPTO_ALGAPI=y
74513 -CONFIG_CRYPTO_BLKCIPHER=y
74514 -# CONFIG_CRYPTO_SEQIV is not set
74515 -CONFIG_CRYPTO_MANAGER=y
74516 -# CONFIG_CRYPTO_HMAC is not set
74517 -# CONFIG_CRYPTO_XCBC is not set
74518 -# CONFIG_CRYPTO_NULL is not set
74519 -# CONFIG_CRYPTO_MD4 is not set
74520 -CONFIG_CRYPTO_MD5=y
74521 -# CONFIG_CRYPTO_SHA1 is not set
74522 -# CONFIG_CRYPTO_SHA256 is not set
74523 -# CONFIG_CRYPTO_SHA512 is not set
74524 -# CONFIG_CRYPTO_WP512 is not set
74525 -# CONFIG_CRYPTO_TGR192 is not set
74526 -# CONFIG_CRYPTO_GF128MUL is not set
74527 -CONFIG_CRYPTO_ECB=y
74528 -CONFIG_CRYPTO_CBC=y
74529 -CONFIG_CRYPTO_PCBC=y
74530 -# CONFIG_CRYPTO_LRW is not set
74531 -# CONFIG_CRYPTO_XTS is not set
74532 -# CONFIG_CRYPTO_CTR is not set
74533 -# CONFIG_CRYPTO_GCM is not set
74534 -# CONFIG_CRYPTO_CCM is not set
74535 -# CONFIG_CRYPTO_CRYPTD is not set
74536 -CONFIG_CRYPTO_DES=y
74537 -# CONFIG_CRYPTO_FCRYPT is not set
74538 -# CONFIG_CRYPTO_BLOWFISH is not set
74539 -# CONFIG_CRYPTO_TWOFISH is not set
74540 -# CONFIG_CRYPTO_SERPENT is not set
74541 -# CONFIG_CRYPTO_AES is not set
74542 -# CONFIG_CRYPTO_CAST5 is not set
74543 -# CONFIG_CRYPTO_CAST6 is not set
74544 -# CONFIG_CRYPTO_TEA is not set
74545 -# CONFIG_CRYPTO_ARC4 is not set
74546 -# CONFIG_CRYPTO_KHAZAD is not set
74547 -# CONFIG_CRYPTO_ANUBIS is not set
74548 -# CONFIG_CRYPTO_SEED is not set
74549 -# CONFIG_CRYPTO_SALSA20 is not set
74550 -# CONFIG_CRYPTO_DEFLATE is not set
74551 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
74552 -# CONFIG_CRYPTO_CRC32C is not set
74553 -# CONFIG_CRYPTO_CAMELLIA is not set
74554 -# CONFIG_CRYPTO_TEST is not set
74555 -# CONFIG_CRYPTO_AUTHENC is not set
74556 -# CONFIG_CRYPTO_LZO is not set
74557 -CONFIG_CRYPTO_HW=y
74558 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
74559 -# CONFIG_PPC_CLOCK is not set
74560 --- a/arch/powerpc/configs/sbc834x_defconfig
74564 -# Automatically generated make config: don't edit
74565 -# Linux kernel version: 2.6.25-rc6
74566 -# Mon Mar 24 08:48:38 2008
74568 -# CONFIG_PPC64 is not set
74571 -# Processor support
74574 -# CONFIG_PPC_85xx is not set
74575 -# CONFIG_PPC_8xx is not set
74576 -# CONFIG_40x is not set
74577 -# CONFIG_44x is not set
74578 -# CONFIG_E200 is not set
74580 -# CONFIG_FSL_EMB_PERFMON is not set
74581 -CONFIG_PPC_STD_MMU=y
74582 -CONFIG_PPC_STD_MMU_32=y
74583 -# CONFIG_PPC_MM_SLICES is not set
74584 -# CONFIG_SMP is not set
74586 -CONFIG_WORD_SIZE=32
74587 -CONFIG_PPC_MERGE=y
74589 -CONFIG_GENERIC_CMOS_UPDATE=y
74590 -CONFIG_GENERIC_TIME=y
74591 -CONFIG_GENERIC_TIME_VSYSCALL=y
74592 -CONFIG_GENERIC_CLOCKEVENTS=y
74593 -CONFIG_GENERIC_HARDIRQS=y
74594 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
74595 -CONFIG_IRQ_PER_CPU=y
74596 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
74597 -CONFIG_ARCH_HAS_ILOG2_U32=y
74598 -CONFIG_GENERIC_HWEIGHT=y
74599 -CONFIG_GENERIC_CALIBRATE_DELAY=y
74600 -CONFIG_GENERIC_FIND_NEXT_BIT=y
74601 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
74603 -CONFIG_EARLY_PRINTK=y
74604 -CONFIG_GENERIC_NVRAM=y
74605 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
74606 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
74609 -CONFIG_PPC_UDBG_16550=y
74610 -# CONFIG_GENERIC_TBSYNC is not set
74611 -CONFIG_AUDIT_ARCH=y
74612 -CONFIG_GENERIC_BUG=y
74613 -CONFIG_DEFAULT_UIMAGE=y
74614 -# CONFIG_PPC_DCR_NATIVE is not set
74615 -# CONFIG_PPC_DCR_MMIO is not set
74616 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
74621 -CONFIG_EXPERIMENTAL=y
74622 -CONFIG_BROKEN_ON_SMP=y
74623 -CONFIG_INIT_ENV_ARG_LIMIT=32
74624 -CONFIG_LOCALVERSION=""
74625 -CONFIG_LOCALVERSION_AUTO=y
74628 -CONFIG_SYSVIPC_SYSCTL=y
74629 -# CONFIG_POSIX_MQUEUE is not set
74630 -# CONFIG_BSD_PROCESS_ACCT is not set
74631 -# CONFIG_TASKSTATS is not set
74632 -# CONFIG_AUDIT is not set
74633 -# CONFIG_IKCONFIG is not set
74634 -CONFIG_LOG_BUF_SHIFT=14
74635 -# CONFIG_CGROUPS is not set
74636 -CONFIG_GROUP_SCHED=y
74637 -CONFIG_FAIR_GROUP_SCHED=y
74638 -# CONFIG_RT_GROUP_SCHED is not set
74639 -CONFIG_USER_SCHED=y
74640 -# CONFIG_CGROUP_SCHED is not set
74641 -CONFIG_SYSFS_DEPRECATED=y
74642 -CONFIG_SYSFS_DEPRECATED_V2=y
74643 -# CONFIG_RELAY is not set
74644 -# CONFIG_NAMESPACES is not set
74645 -CONFIG_BLK_DEV_INITRD=y
74646 -CONFIG_INITRAMFS_SOURCE=""
74647 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
74650 -CONFIG_SYSCTL_SYSCALL=y
74651 -# CONFIG_KALLSYMS is not set
74656 -CONFIG_COMPAT_BRK=y
74657 -CONFIG_BASE_FULL=y
74659 -CONFIG_ANON_INODES=y
74660 -# CONFIG_EPOLL is not set
74665 -CONFIG_VM_EVENT_COUNTERS=y
74667 -# CONFIG_SLUB is not set
74668 -# CONFIG_SLOB is not set
74669 -# CONFIG_PROFILING is not set
74670 -# CONFIG_MARKERS is not set
74671 -CONFIG_HAVE_OPROFILE=y
74672 -CONFIG_HAVE_KPROBES=y
74673 -CONFIG_HAVE_KRETPROBES=y
74674 -CONFIG_PROC_PAGE_MONITOR=y
74676 -CONFIG_RT_MUTEXES=y
74677 -# CONFIG_TINY_SHMEM is not set
74678 -CONFIG_BASE_SMALL=0
74680 -CONFIG_MODULE_UNLOAD=y
74681 -# CONFIG_MODULE_FORCE_UNLOAD is not set
74682 -# CONFIG_MODVERSIONS is not set
74683 -# CONFIG_MODULE_SRCVERSION_ALL is not set
74684 -# CONFIG_KMOD is not set
74686 -# CONFIG_LBD is not set
74687 -# CONFIG_BLK_DEV_IO_TRACE is not set
74688 -# CONFIG_LSF is not set
74689 -# CONFIG_BLK_DEV_BSG is not set
74694 -CONFIG_IOSCHED_NOOP=y
74695 -CONFIG_IOSCHED_AS=y
74696 -CONFIG_IOSCHED_DEADLINE=y
74697 -CONFIG_IOSCHED_CFQ=y
74698 -CONFIG_DEFAULT_AS=y
74699 -# CONFIG_DEFAULT_DEADLINE is not set
74700 -# CONFIG_DEFAULT_CFQ is not set
74701 -# CONFIG_DEFAULT_NOOP is not set
74702 -CONFIG_DEFAULT_IOSCHED="anticipatory"
74703 -CONFIG_CLASSIC_RCU=y
74706 -# Platform support
74708 -# CONFIG_PPC_MULTIPLATFORM is not set
74709 -# CONFIG_PPC_82xx is not set
74711 -# CONFIG_PPC_86xx is not set
74712 -# CONFIG_PPC_MPC512x is not set
74713 -# CONFIG_PPC_MPC5121 is not set
74714 -# CONFIG_PPC_CELL is not set
74715 -# CONFIG_PPC_CELL_NATIVE is not set
74716 -# CONFIG_PQ2ADS is not set
74718 -# CONFIG_MPC831x_RDB is not set
74719 -# CONFIG_MPC832x_MDS is not set
74720 -# CONFIG_MPC832x_RDB is not set
74721 -# CONFIG_MPC834x_MDS is not set
74722 -# CONFIG_MPC834x_ITX is not set
74723 -# CONFIG_MPC836x_MDS is not set
74724 -# CONFIG_MPC837x_MDS is not set
74725 -# CONFIG_MPC837x_RDB is not set
74727 -CONFIG_PPC_MPC834x=y
74729 -# CONFIG_MPIC is not set
74730 -# CONFIG_MPIC_WEIRD is not set
74731 -# CONFIG_PPC_I8259 is not set
74732 -# CONFIG_PPC_RTAS is not set
74733 -# CONFIG_MMIO_NVRAM is not set
74734 -# CONFIG_PPC_MPC106 is not set
74735 -# CONFIG_PPC_970_NAP is not set
74736 -# CONFIG_PPC_INDIRECT_IO is not set
74737 -# CONFIG_GENERIC_IOMAP is not set
74738 -# CONFIG_CPU_FREQ is not set
74739 -# CONFIG_FSL_ULI1575 is not set
74744 -# CONFIG_HIGHMEM is not set
74745 -# CONFIG_TICK_ONESHOT is not set
74746 -# CONFIG_NO_HZ is not set
74747 -# CONFIG_HIGH_RES_TIMERS is not set
74748 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
74749 -# CONFIG_HZ_100 is not set
74751 -# CONFIG_HZ_300 is not set
74752 -# CONFIG_HZ_1000 is not set
74754 -# CONFIG_SCHED_HRTICK is not set
74755 -CONFIG_PREEMPT_NONE=y
74756 -# CONFIG_PREEMPT_VOLUNTARY is not set
74757 -# CONFIG_PREEMPT is not set
74758 -CONFIG_BINFMT_ELF=y
74759 -# CONFIG_BINFMT_MISC is not set
74760 -# CONFIG_IOMMU_HELPER is not set
74761 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
74762 -CONFIG_ARCH_HAS_WALK_MEMORY=y
74763 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
74764 -CONFIG_ARCH_FLATMEM_ENABLE=y
74765 -CONFIG_ARCH_POPULATES_NODE_MAP=y
74766 -CONFIG_SELECT_MEMORY_MODEL=y
74767 -CONFIG_FLATMEM_MANUAL=y
74768 -# CONFIG_DISCONTIGMEM_MANUAL is not set
74769 -# CONFIG_SPARSEMEM_MANUAL is not set
74771 -CONFIG_FLAT_NODE_MEM_MAP=y
74772 -# CONFIG_SPARSEMEM_STATIC is not set
74773 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
74774 -CONFIG_SPLIT_PTLOCK_CPUS=4
74775 -# CONFIG_RESOURCES_64BIT is not set
74776 -CONFIG_ZONE_DMA_FLAG=1
74778 -CONFIG_VIRT_TO_BUS=y
74779 -CONFIG_PROC_DEVICETREE=y
74780 -# CONFIG_CMDLINE_BOOL is not set
74781 -# CONFIG_PM is not set
74783 -CONFIG_ISA_DMA_API=y
74789 -CONFIG_GENERIC_ISA_DMA=y
74790 -CONFIG_PPC_INDIRECT_PCI=y
74792 -# CONFIG_PCI is not set
74793 -# CONFIG_PCI_DOMAINS is not set
74794 -# CONFIG_PCI_SYSCALL is not set
74795 -# CONFIG_ARCH_SUPPORTS_MSI is not set
74796 -# CONFIG_PCCARD is not set
74801 -# CONFIG_ADVANCED_OPTIONS is not set
74804 -# Default settings for advanced configuration options are used
74806 -CONFIG_HIGHMEM_START=0xfe000000
74807 -CONFIG_LOWMEM_SIZE=0x30000000
74808 -CONFIG_KERNEL_START=0xc0000000
74809 -CONFIG_TASK_SIZE=0xc0000000
74810 -CONFIG_BOOT_LOAD=0x00800000
74818 -# Networking options
74821 -# CONFIG_PACKET_MMAP is not set
74824 -CONFIG_XFRM_USER=m
74825 -# CONFIG_XFRM_SUB_POLICY is not set
74826 -# CONFIG_XFRM_MIGRATE is not set
74827 -# CONFIG_XFRM_STATISTICS is not set
74828 -# CONFIG_NET_KEY is not set
74830 -CONFIG_IP_MULTICAST=y
74831 -# CONFIG_IP_ADVANCED_ROUTER is not set
74832 -CONFIG_IP_FIB_HASH=y
74834 -CONFIG_IP_PNP_DHCP=y
74835 -CONFIG_IP_PNP_BOOTP=y
74836 -# CONFIG_IP_PNP_RARP is not set
74837 -# CONFIG_NET_IPIP is not set
74838 -# CONFIG_NET_IPGRE is not set
74839 -# CONFIG_IP_MROUTE is not set
74840 -# CONFIG_ARPD is not set
74841 -CONFIG_SYN_COOKIES=y
74842 -# CONFIG_INET_AH is not set
74843 -# CONFIG_INET_ESP is not set
74844 -# CONFIG_INET_IPCOMP is not set
74845 -# CONFIG_INET_XFRM_TUNNEL is not set
74846 -# CONFIG_INET_TUNNEL is not set
74847 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
74848 -CONFIG_INET_XFRM_MODE_TUNNEL=y
74849 -CONFIG_INET_XFRM_MODE_BEET=y
74850 -# CONFIG_INET_LRO is not set
74851 -CONFIG_INET_DIAG=y
74852 -CONFIG_INET_TCP_DIAG=y
74853 -# CONFIG_TCP_CONG_ADVANCED is not set
74854 -CONFIG_TCP_CONG_CUBIC=y
74855 -CONFIG_DEFAULT_TCP_CONG="cubic"
74856 -# CONFIG_TCP_MD5SIG is not set
74857 -# CONFIG_IPV6 is not set
74858 -# CONFIG_INET6_XFRM_TUNNEL is not set
74859 -# CONFIG_INET6_TUNNEL is not set
74860 -# CONFIG_NETWORK_SECMARK is not set
74861 -# CONFIG_NETFILTER is not set
74862 -# CONFIG_IP_DCCP is not set
74863 -# CONFIG_IP_SCTP is not set
74864 -# CONFIG_TIPC is not set
74865 -# CONFIG_ATM is not set
74866 -# CONFIG_BRIDGE is not set
74867 -# CONFIG_VLAN_8021Q is not set
74868 -# CONFIG_DECNET is not set
74869 -# CONFIG_LLC2 is not set
74870 -# CONFIG_IPX is not set
74871 -# CONFIG_ATALK is not set
74872 -# CONFIG_X25 is not set
74873 -# CONFIG_LAPB is not set
74874 -# CONFIG_ECONET is not set
74875 -# CONFIG_WAN_ROUTER is not set
74876 -# CONFIG_NET_SCHED is not set
74881 -# CONFIG_NET_PKTGEN is not set
74882 -# CONFIG_HAMRADIO is not set
74883 -# CONFIG_CAN is not set
74884 -# CONFIG_IRDA is not set
74885 -# CONFIG_BT is not set
74886 -# CONFIG_AF_RXRPC is not set
74891 -# CONFIG_CFG80211 is not set
74892 -# CONFIG_WIRELESS_EXT is not set
74893 -# CONFIG_MAC80211 is not set
74894 -# CONFIG_IEEE80211 is not set
74895 -# CONFIG_RFKILL is not set
74896 -# CONFIG_NET_9P is not set
74903 -# Generic Driver Options
74905 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
74906 -CONFIG_STANDALONE=y
74907 -CONFIG_PREVENT_FIRMWARE_BUILD=y
74908 -# CONFIG_FW_LOADER is not set
74909 -# CONFIG_SYS_HYPERVISOR is not set
74910 -# CONFIG_CONNECTOR is not set
74911 -# CONFIG_MTD is not set
74912 -CONFIG_OF_DEVICE=y
74913 -# CONFIG_PARPORT is not set
74915 -# CONFIG_BLK_DEV_FD is not set
74916 -# CONFIG_BLK_DEV_COW_COMMON is not set
74917 -CONFIG_BLK_DEV_LOOP=y
74918 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
74919 -# CONFIG_BLK_DEV_NBD is not set
74920 -CONFIG_BLK_DEV_RAM=y
74921 -CONFIG_BLK_DEV_RAM_COUNT=16
74922 -CONFIG_BLK_DEV_RAM_SIZE=32768
74923 -# CONFIG_BLK_DEV_XIP is not set
74924 -# CONFIG_CDROM_PKTCDVD is not set
74925 -# CONFIG_ATA_OVER_ETH is not set
74926 -CONFIG_MISC_DEVICES=y
74927 -# CONFIG_EEPROM_93CX6 is not set
74928 -# CONFIG_ENCLOSURE_SERVICES is not set
74930 -# CONFIG_IDE is not set
74933 -# SCSI device support
74935 -# CONFIG_RAID_ATTRS is not set
74936 -# CONFIG_SCSI is not set
74937 -# CONFIG_SCSI_DMA is not set
74938 -# CONFIG_SCSI_NETLINK is not set
74939 -# CONFIG_ATA is not set
74940 -# CONFIG_MD is not set
74941 -# CONFIG_MACINTOSH_DRIVERS is not set
74942 -CONFIG_NETDEVICES=y
74943 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
74944 -# CONFIG_DUMMY is not set
74945 -# CONFIG_BONDING is not set
74946 -# CONFIG_MACVLAN is not set
74947 -# CONFIG_EQUALIZER is not set
74948 -# CONFIG_TUN is not set
74949 -# CONFIG_VETH is not set
74953 -# MII PHY device drivers
74955 -# CONFIG_MARVELL_PHY is not set
74956 -# CONFIG_DAVICOM_PHY is not set
74957 -# CONFIG_QSEMI_PHY is not set
74958 -# CONFIG_LXT_PHY is not set
74959 -# CONFIG_CICADA_PHY is not set
74960 -# CONFIG_VITESSE_PHY is not set
74961 -# CONFIG_SMSC_PHY is not set
74962 -CONFIG_BROADCOM_PHY=y
74963 -# CONFIG_ICPLUS_PHY is not set
74964 -# CONFIG_REALTEK_PHY is not set
74965 -# CONFIG_FIXED_PHY is not set
74966 -# CONFIG_MDIO_BITBANG is not set
74967 -CONFIG_NET_ETHERNET=y
74969 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
74970 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
74971 -# CONFIG_IBM_NEW_EMAC_TAH is not set
74972 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
74973 -# CONFIG_B44 is not set
74974 -CONFIG_NETDEV_1000=y
74975 -# CONFIG_E1000E_ENABLED is not set
74977 -# CONFIG_GFAR_NAPI is not set
74978 -# CONFIG_NETDEV_10000 is not set
74983 -# CONFIG_WLAN_PRE80211 is not set
74984 -# CONFIG_WLAN_80211 is not set
74985 -# CONFIG_WAN is not set
74986 -# CONFIG_PPP is not set
74987 -# CONFIG_SLIP is not set
74988 -# CONFIG_NETCONSOLE is not set
74989 -# CONFIG_NETPOLL is not set
74990 -# CONFIG_NET_POLL_CONTROLLER is not set
74991 -# CONFIG_ISDN is not set
74992 -# CONFIG_PHONE is not set
74995 -# Input device support
74998 -# CONFIG_INPUT_FF_MEMLESS is not set
74999 -# CONFIG_INPUT_POLLDEV is not set
75002 -# Userland interfaces
75004 -# CONFIG_INPUT_MOUSEDEV is not set
75005 -# CONFIG_INPUT_JOYDEV is not set
75006 -# CONFIG_INPUT_EVDEV is not set
75007 -# CONFIG_INPUT_EVBUG is not set
75010 -# Input Device Drivers
75012 -# CONFIG_INPUT_KEYBOARD is not set
75013 -# CONFIG_INPUT_MOUSE is not set
75014 -# CONFIG_INPUT_JOYSTICK is not set
75015 -# CONFIG_INPUT_TABLET is not set
75016 -# CONFIG_INPUT_TOUCHSCREEN is not set
75017 -# CONFIG_INPUT_MISC is not set
75020 -# Hardware I/O ports
75022 -# CONFIG_SERIO is not set
75023 -# CONFIG_GAMEPORT is not set
75026 -# Character devices
75028 -# CONFIG_VT is not set
75029 -# CONFIG_SERIAL_NONSTANDARD is not set
75034 -CONFIG_SERIAL_8250=y
75035 -CONFIG_SERIAL_8250_CONSOLE=y
75036 -CONFIG_SERIAL_8250_NR_UARTS=4
75037 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
75038 -# CONFIG_SERIAL_8250_EXTENDED is not set
75041 -# Non-8250 serial port support
75043 -# CONFIG_SERIAL_UARTLITE is not set
75044 -CONFIG_SERIAL_CORE=y
75045 -CONFIG_SERIAL_CORE_CONSOLE=y
75046 -# CONFIG_SERIAL_OF_PLATFORM is not set
75047 -CONFIG_UNIX98_PTYS=y
75048 -CONFIG_LEGACY_PTYS=y
75049 -CONFIG_LEGACY_PTY_COUNT=256
75050 -# CONFIG_IPMI_HANDLER is not set
75051 -# CONFIG_HW_RANDOM is not set
75052 -# CONFIG_NVRAM is not set
75054 -# CONFIG_GEN_RTC_X is not set
75055 -# CONFIG_R3964 is not set
75056 -# CONFIG_RAW_DRIVER is not set
75057 -# CONFIG_TCG_TPM is not set
75059 -CONFIG_I2C_BOARDINFO=y
75060 -CONFIG_I2C_CHARDEV=y
75065 -# CONFIG_I2C_ALGOBIT is not set
75066 -# CONFIG_I2C_ALGOPCF is not set
75067 -# CONFIG_I2C_ALGOPCA is not set
75070 -# I2C Hardware Bus support
75073 -# CONFIG_I2C_OCORES is not set
75074 -# CONFIG_I2C_PARPORT_LIGHT is not set
75075 -# CONFIG_I2C_SIMTEC is not set
75076 -# CONFIG_I2C_TAOS_EVM is not set
75077 -# CONFIG_I2C_STUB is not set
75080 -# Miscellaneous I2C Chip support
75082 -# CONFIG_DS1682 is not set
75083 -# CONFIG_SENSORS_EEPROM is not set
75084 -# CONFIG_SENSORS_PCF8574 is not set
75085 -# CONFIG_PCF8575 is not set
75086 -# CONFIG_SENSORS_PCF8591 is not set
75087 -# CONFIG_TPS65010 is not set
75088 -# CONFIG_SENSORS_MAX6875 is not set
75089 -# CONFIG_SENSORS_TSL2550 is not set
75090 -# CONFIG_I2C_DEBUG_CORE is not set
75091 -# CONFIG_I2C_DEBUG_ALGO is not set
75092 -# CONFIG_I2C_DEBUG_BUS is not set
75093 -# CONFIG_I2C_DEBUG_CHIP is not set
75098 -# CONFIG_SPI is not set
75099 -# CONFIG_SPI_MASTER is not set
75100 -# CONFIG_W1 is not set
75101 -# CONFIG_POWER_SUPPLY is not set
75103 -# CONFIG_HWMON_VID is not set
75104 -# CONFIG_SENSORS_AD7418 is not set
75105 -# CONFIG_SENSORS_ADM1021 is not set
75106 -# CONFIG_SENSORS_ADM1025 is not set
75107 -# CONFIG_SENSORS_ADM1026 is not set
75108 -# CONFIG_SENSORS_ADM1029 is not set
75109 -# CONFIG_SENSORS_ADM1031 is not set
75110 -# CONFIG_SENSORS_ADM9240 is not set
75111 -# CONFIG_SENSORS_ADT7470 is not set
75112 -# CONFIG_SENSORS_ADT7473 is not set
75113 -# CONFIG_SENSORS_ATXP1 is not set
75114 -# CONFIG_SENSORS_DS1621 is not set
75115 -# CONFIG_SENSORS_F71805F is not set
75116 -# CONFIG_SENSORS_F71882FG is not set
75117 -# CONFIG_SENSORS_F75375S is not set
75118 -# CONFIG_SENSORS_GL518SM is not set
75119 -# CONFIG_SENSORS_GL520SM is not set
75120 -# CONFIG_SENSORS_IT87 is not set
75121 -# CONFIG_SENSORS_LM63 is not set
75122 -# CONFIG_SENSORS_LM75 is not set
75123 -# CONFIG_SENSORS_LM77 is not set
75124 -# CONFIG_SENSORS_LM78 is not set
75125 -# CONFIG_SENSORS_LM80 is not set
75126 -# CONFIG_SENSORS_LM83 is not set
75127 -# CONFIG_SENSORS_LM85 is not set
75128 -# CONFIG_SENSORS_LM87 is not set
75129 -# CONFIG_SENSORS_LM90 is not set
75130 -# CONFIG_SENSORS_LM92 is not set
75131 -# CONFIG_SENSORS_LM93 is not set
75132 -# CONFIG_SENSORS_MAX1619 is not set
75133 -# CONFIG_SENSORS_MAX6650 is not set
75134 -# CONFIG_SENSORS_PC87360 is not set
75135 -# CONFIG_SENSORS_PC87427 is not set
75136 -# CONFIG_SENSORS_DME1737 is not set
75137 -# CONFIG_SENSORS_SMSC47M1 is not set
75138 -# CONFIG_SENSORS_SMSC47M192 is not set
75139 -# CONFIG_SENSORS_SMSC47B397 is not set
75140 -# CONFIG_SENSORS_ADS7828 is not set
75141 -# CONFIG_SENSORS_THMC50 is not set
75142 -# CONFIG_SENSORS_VT1211 is not set
75143 -# CONFIG_SENSORS_W83781D is not set
75144 -# CONFIG_SENSORS_W83791D is not set
75145 -# CONFIG_SENSORS_W83792D is not set
75146 -# CONFIG_SENSORS_W83793 is not set
75147 -# CONFIG_SENSORS_W83L785TS is not set
75148 -# CONFIG_SENSORS_W83L786NG is not set
75149 -# CONFIG_SENSORS_W83627HF is not set
75150 -# CONFIG_SENSORS_W83627EHF is not set
75151 -# CONFIG_HWMON_DEBUG_CHIP is not set
75152 -# CONFIG_THERMAL is not set
75154 -# CONFIG_WATCHDOG_NOWAYOUT is not set
75157 -# Watchdog Device Drivers
75159 -# CONFIG_SOFT_WATCHDOG is not set
75163 -# Sonics Silicon Backplane
75165 -CONFIG_SSB_POSSIBLE=y
75166 -# CONFIG_SSB is not set
75169 -# Multifunction device drivers
75171 -# CONFIG_MFD_SM501 is not set
75174 -# Multimedia devices
75176 -# CONFIG_VIDEO_DEV is not set
75177 -# CONFIG_DVB_CORE is not set
75178 -# CONFIG_DAB is not set
75181 -# Graphics support
75183 -# CONFIG_VGASTATE is not set
75184 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
75185 -# CONFIG_FB is not set
75186 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
75189 -# Display device support
75191 -# CONFIG_DISPLAY_SUPPORT is not set
75196 -# CONFIG_SOUND is not set
75197 -CONFIG_HID_SUPPORT=y
75199 -# CONFIG_HID_DEBUG is not set
75200 -# CONFIG_HIDRAW is not set
75201 -# CONFIG_USB_SUPPORT is not set
75202 -# CONFIG_MMC is not set
75203 -# CONFIG_MEMSTICK is not set
75204 -# CONFIG_NEW_LEDS is not set
75205 -# CONFIG_EDAC is not set
75206 -# CONFIG_RTC_CLASS is not set
75207 -# CONFIG_DMADEVICES is not set
75212 -# CONFIG_UIO is not set
75217 -# CONFIG_EXT2_FS is not set
75218 -# CONFIG_EXT3_FS is not set
75219 -# CONFIG_EXT4DEV_FS is not set
75220 -# CONFIG_REISERFS_FS is not set
75221 -# CONFIG_JFS_FS is not set
75222 -# CONFIG_FS_POSIX_ACL is not set
75223 -# CONFIG_XFS_FS is not set
75224 -# CONFIG_GFS2_FS is not set
75225 -# CONFIG_OCFS2_FS is not set
75228 -CONFIG_INOTIFY_USER=y
75229 -# CONFIG_QUOTA is not set
75230 -# CONFIG_AUTOFS_FS is not set
75231 -# CONFIG_AUTOFS4_FS is not set
75232 -# CONFIG_FUSE_FS is not set
75235 -# CD-ROM/DVD Filesystems
75237 -# CONFIG_ISO9660_FS is not set
75238 -# CONFIG_UDF_FS is not set
75241 -# DOS/FAT/NT Filesystems
75243 -# CONFIG_MSDOS_FS is not set
75244 -# CONFIG_VFAT_FS is not set
75245 -# CONFIG_NTFS_FS is not set
75248 -# Pseudo filesystems
75251 -CONFIG_PROC_KCORE=y
75252 -CONFIG_PROC_SYSCTL=y
75255 -# CONFIG_TMPFS_POSIX_ACL is not set
75256 -# CONFIG_HUGETLB_PAGE is not set
75257 -# CONFIG_CONFIGFS_FS is not set
75260 -# Miscellaneous filesystems
75262 -# CONFIG_ADFS_FS is not set
75263 -# CONFIG_AFFS_FS is not set
75264 -# CONFIG_HFS_FS is not set
75265 -# CONFIG_HFSPLUS_FS is not set
75266 -# CONFIG_BEFS_FS is not set
75267 -# CONFIG_BFS_FS is not set
75268 -# CONFIG_EFS_FS is not set
75269 -# CONFIG_CRAMFS is not set
75270 -# CONFIG_VXFS_FS is not set
75271 -# CONFIG_MINIX_FS is not set
75272 -# CONFIG_HPFS_FS is not set
75273 -# CONFIG_QNX4FS_FS is not set
75274 -# CONFIG_ROMFS_FS is not set
75275 -# CONFIG_SYSV_FS is not set
75276 -# CONFIG_UFS_FS is not set
75277 -CONFIG_NETWORK_FILESYSTEMS=y
75280 -# CONFIG_NFS_V3_ACL is not set
75282 -# CONFIG_NFS_DIRECTIO is not set
75283 -# CONFIG_NFSD is not set
75287 -CONFIG_NFS_COMMON=y
75289 -CONFIG_SUNRPC_GSS=y
75290 -# CONFIG_SUNRPC_BIND34 is not set
75291 -CONFIG_RPCSEC_GSS_KRB5=y
75292 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
75293 -# CONFIG_SMB_FS is not set
75294 -# CONFIG_CIFS is not set
75295 -# CONFIG_NCP_FS is not set
75296 -# CONFIG_CODA_FS is not set
75297 -# CONFIG_AFS_FS is not set
75302 -# CONFIG_PARTITION_ADVANCED is not set
75303 -CONFIG_MSDOS_PARTITION=y
75304 -# CONFIG_NLS is not set
75305 -# CONFIG_DLM is not set
75308 -# Library routines
75310 -CONFIG_BITREVERSE=y
75311 -# CONFIG_CRC_CCITT is not set
75312 -# CONFIG_CRC16 is not set
75313 -# CONFIG_CRC_ITU_T is not set
75315 -# CONFIG_CRC7 is not set
75316 -# CONFIG_LIBCRC32C is not set
75318 -CONFIG_HAS_IOMEM=y
75319 -CONFIG_HAS_IOPORT=y
75325 -# CONFIG_PRINTK_TIME is not set
75326 -CONFIG_ENABLE_WARN_DEPRECATED=y
75327 -CONFIG_ENABLE_MUST_CHECK=y
75328 -# CONFIG_MAGIC_SYSRQ is not set
75329 -# CONFIG_UNUSED_SYMBOLS is not set
75330 -# CONFIG_DEBUG_FS is not set
75331 -# CONFIG_HEADERS_CHECK is not set
75332 -# CONFIG_DEBUG_KERNEL is not set
75333 -# CONFIG_DEBUG_BUGVERBOSE is not set
75334 -# CONFIG_SAMPLES is not set
75335 -# CONFIG_PPC_EARLY_DEBUG is not set
75338 -# Security options
75340 -# CONFIG_KEYS is not set
75341 -# CONFIG_SECURITY is not set
75342 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
75344 -CONFIG_CRYPTO_ALGAPI=y
75345 -CONFIG_CRYPTO_BLKCIPHER=y
75346 -# CONFIG_CRYPTO_SEQIV is not set
75347 -CONFIG_CRYPTO_MANAGER=y
75348 -# CONFIG_CRYPTO_HMAC is not set
75349 -# CONFIG_CRYPTO_XCBC is not set
75350 -# CONFIG_CRYPTO_NULL is not set
75351 -# CONFIG_CRYPTO_MD4 is not set
75352 -CONFIG_CRYPTO_MD5=y
75353 -# CONFIG_CRYPTO_SHA1 is not set
75354 -# CONFIG_CRYPTO_SHA256 is not set
75355 -# CONFIG_CRYPTO_SHA512 is not set
75356 -# CONFIG_CRYPTO_WP512 is not set
75357 -# CONFIG_CRYPTO_TGR192 is not set
75358 -# CONFIG_CRYPTO_GF128MUL is not set
75359 -CONFIG_CRYPTO_ECB=m
75360 -CONFIG_CRYPTO_CBC=y
75361 -CONFIG_CRYPTO_PCBC=m
75362 -# CONFIG_CRYPTO_LRW is not set
75363 -# CONFIG_CRYPTO_XTS is not set
75364 -# CONFIG_CRYPTO_CTR is not set
75365 -# CONFIG_CRYPTO_GCM is not set
75366 -# CONFIG_CRYPTO_CCM is not set
75367 -# CONFIG_CRYPTO_CRYPTD is not set
75368 -CONFIG_CRYPTO_DES=y
75369 -# CONFIG_CRYPTO_FCRYPT is not set
75370 -# CONFIG_CRYPTO_BLOWFISH is not set
75371 -# CONFIG_CRYPTO_TWOFISH is not set
75372 -# CONFIG_CRYPTO_SERPENT is not set
75373 -# CONFIG_CRYPTO_AES is not set
75374 -# CONFIG_CRYPTO_CAST5 is not set
75375 -# CONFIG_CRYPTO_CAST6 is not set
75376 -# CONFIG_CRYPTO_TEA is not set
75377 -# CONFIG_CRYPTO_ARC4 is not set
75378 -# CONFIG_CRYPTO_KHAZAD is not set
75379 -# CONFIG_CRYPTO_ANUBIS is not set
75380 -# CONFIG_CRYPTO_SEED is not set
75381 -# CONFIG_CRYPTO_SALSA20 is not set
75382 -# CONFIG_CRYPTO_DEFLATE is not set
75383 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
75384 -# CONFIG_CRYPTO_CRC32C is not set
75385 -# CONFIG_CRYPTO_CAMELLIA is not set
75386 -# CONFIG_CRYPTO_TEST is not set
75387 -# CONFIG_CRYPTO_AUTHENC is not set
75388 -# CONFIG_CRYPTO_LZO is not set
75389 -# CONFIG_CRYPTO_HW is not set
75390 -# CONFIG_PPC_CLOCK is not set
75391 --- a/arch/powerpc/configs/sbc8548_defconfig
75395 -# Automatically generated make config: don't edit
75396 -# Linux kernel version: 2.6.25-rc6
75397 -# Mon Mar 24 08:48:39 2008
75399 -# CONFIG_PPC64 is not set
75402 -# Processor support
75404 -# CONFIG_6xx is not set
75406 -# CONFIG_PPC_8xx is not set
75407 -# CONFIG_40x is not set
75408 -# CONFIG_44x is not set
75409 -# CONFIG_E200 is not set
75412 -CONFIG_FSL_BOOKE=y
75413 -CONFIG_FSL_EMB_PERFMON=y
75414 -# CONFIG_PHYS_64BIT is not set
75416 -# CONFIG_PPC_MM_SLICES is not set
75418 -CONFIG_WORD_SIZE=32
75419 -CONFIG_PPC_MERGE=y
75421 -CONFIG_GENERIC_CMOS_UPDATE=y
75422 -CONFIG_GENERIC_TIME=y
75423 -CONFIG_GENERIC_TIME_VSYSCALL=y
75424 -CONFIG_GENERIC_CLOCKEVENTS=y
75425 -CONFIG_GENERIC_HARDIRQS=y
75426 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
75427 -CONFIG_IRQ_PER_CPU=y
75428 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
75429 -CONFIG_ARCH_HAS_ILOG2_U32=y
75430 -CONFIG_GENERIC_HWEIGHT=y
75431 -CONFIG_GENERIC_CALIBRATE_DELAY=y
75432 -CONFIG_GENERIC_FIND_NEXT_BIT=y
75433 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
75435 -CONFIG_EARLY_PRINTK=y
75436 -CONFIG_GENERIC_NVRAM=y
75437 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
75438 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
75441 -CONFIG_PPC_UDBG_16550=y
75442 -# CONFIG_GENERIC_TBSYNC is not set
75443 -CONFIG_AUDIT_ARCH=y
75444 -CONFIG_GENERIC_BUG=y
75445 -CONFIG_DEFAULT_UIMAGE=y
75446 -# CONFIG_PPC_DCR_NATIVE is not set
75447 -# CONFIG_PPC_DCR_MMIO is not set
75448 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
75453 -CONFIG_EXPERIMENTAL=y
75454 -CONFIG_BROKEN_ON_SMP=y
75455 -CONFIG_INIT_ENV_ARG_LIMIT=32
75456 -CONFIG_LOCALVERSION=""
75457 -CONFIG_LOCALVERSION_AUTO=y
75460 -CONFIG_SYSVIPC_SYSCTL=y
75461 -# CONFIG_POSIX_MQUEUE is not set
75462 -# CONFIG_BSD_PROCESS_ACCT is not set
75463 -# CONFIG_TASKSTATS is not set
75464 -# CONFIG_AUDIT is not set
75465 -# CONFIG_IKCONFIG is not set
75466 -CONFIG_LOG_BUF_SHIFT=14
75467 -# CONFIG_CGROUPS is not set
75468 -CONFIG_GROUP_SCHED=y
75469 -CONFIG_FAIR_GROUP_SCHED=y
75470 -# CONFIG_RT_GROUP_SCHED is not set
75471 -CONFIG_USER_SCHED=y
75472 -# CONFIG_CGROUP_SCHED is not set
75473 -CONFIG_SYSFS_DEPRECATED=y
75474 -CONFIG_SYSFS_DEPRECATED_V2=y
75475 -# CONFIG_RELAY is not set
75476 -# CONFIG_NAMESPACES is not set
75477 -CONFIG_BLK_DEV_INITRD=y
75478 -CONFIG_INITRAMFS_SOURCE=""
75479 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
75482 -CONFIG_SYSCTL_SYSCALL=y
75484 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
75489 -CONFIG_COMPAT_BRK=y
75490 -CONFIG_BASE_FULL=y
75492 -CONFIG_ANON_INODES=y
75498 -CONFIG_VM_EVENT_COUNTERS=y
75500 -# CONFIG_SLUB is not set
75501 -# CONFIG_SLOB is not set
75502 -# CONFIG_PROFILING is not set
75503 -# CONFIG_MARKERS is not set
75504 -CONFIG_HAVE_OPROFILE=y
75505 -CONFIG_HAVE_KPROBES=y
75506 -CONFIG_HAVE_KRETPROBES=y
75507 -CONFIG_PROC_PAGE_MONITOR=y
75509 -CONFIG_RT_MUTEXES=y
75510 -# CONFIG_TINY_SHMEM is not set
75511 -CONFIG_BASE_SMALL=0
75512 -# CONFIG_MODULES is not set
75514 -# CONFIG_LBD is not set
75515 -# CONFIG_BLK_DEV_IO_TRACE is not set
75516 -# CONFIG_LSF is not set
75517 -# CONFIG_BLK_DEV_BSG is not set
75522 -CONFIG_IOSCHED_NOOP=y
75523 -CONFIG_IOSCHED_AS=y
75524 -CONFIG_IOSCHED_DEADLINE=y
75525 -CONFIG_IOSCHED_CFQ=y
75526 -CONFIG_DEFAULT_AS=y
75527 -# CONFIG_DEFAULT_DEADLINE is not set
75528 -# CONFIG_DEFAULT_CFQ is not set
75529 -# CONFIG_DEFAULT_NOOP is not set
75530 -CONFIG_DEFAULT_IOSCHED="anticipatory"
75531 -CONFIG_CLASSIC_RCU=y
75534 -# Platform support
75536 -# CONFIG_PPC_MPC512x is not set
75537 -# CONFIG_PPC_MPC5121 is not set
75538 -# CONFIG_PPC_CELL is not set
75539 -# CONFIG_PPC_CELL_NATIVE is not set
75540 -# CONFIG_PQ2ADS is not set
75542 -# CONFIG_MPC8540_ADS is not set
75543 -# CONFIG_MPC8560_ADS is not set
75544 -# CONFIG_MPC85xx_CDS is not set
75545 -# CONFIG_MPC85xx_MDS is not set
75546 -# CONFIG_MPC85xx_DS is not set
75547 -# CONFIG_STX_GP3 is not set
75548 -# CONFIG_TQM8540 is not set
75549 -# CONFIG_TQM8541 is not set
75550 -# CONFIG_TQM8555 is not set
75551 -# CONFIG_TQM8560 is not set
75553 -# CONFIG_SBC8560 is not set
75554 -# CONFIG_IPIC is not set
75556 -# CONFIG_MPIC_WEIRD is not set
75557 -# CONFIG_PPC_I8259 is not set
75558 -# CONFIG_PPC_RTAS is not set
75559 -# CONFIG_MMIO_NVRAM is not set
75560 -# CONFIG_PPC_MPC106 is not set
75561 -# CONFIG_PPC_970_NAP is not set
75562 -# CONFIG_PPC_INDIRECT_IO is not set
75563 -# CONFIG_GENERIC_IOMAP is not set
75564 -# CONFIG_CPU_FREQ is not set
75565 -# CONFIG_CPM2 is not set
75566 -# CONFIG_FSL_ULI1575 is not set
75571 -# CONFIG_HIGHMEM is not set
75572 -# CONFIG_TICK_ONESHOT is not set
75573 -# CONFIG_NO_HZ is not set
75574 -# CONFIG_HIGH_RES_TIMERS is not set
75575 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
75576 -# CONFIG_HZ_100 is not set
75578 -# CONFIG_HZ_300 is not set
75579 -# CONFIG_HZ_1000 is not set
75581 -# CONFIG_SCHED_HRTICK is not set
75582 -CONFIG_PREEMPT_NONE=y
75583 -# CONFIG_PREEMPT_VOLUNTARY is not set
75584 -# CONFIG_PREEMPT is not set
75585 -CONFIG_BINFMT_ELF=y
75586 -CONFIG_BINFMT_MISC=y
75587 -CONFIG_MATH_EMULATION=y
75588 -# CONFIG_IOMMU_HELPER is not set
75589 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
75590 -CONFIG_ARCH_HAS_WALK_MEMORY=y
75591 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
75592 -CONFIG_ARCH_FLATMEM_ENABLE=y
75593 -CONFIG_ARCH_POPULATES_NODE_MAP=y
75594 -CONFIG_SELECT_MEMORY_MODEL=y
75595 -CONFIG_FLATMEM_MANUAL=y
75596 -# CONFIG_DISCONTIGMEM_MANUAL is not set
75597 -# CONFIG_SPARSEMEM_MANUAL is not set
75599 -CONFIG_FLAT_NODE_MEM_MAP=y
75600 -# CONFIG_SPARSEMEM_STATIC is not set
75601 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
75602 -CONFIG_SPLIT_PTLOCK_CPUS=4
75603 -# CONFIG_RESOURCES_64BIT is not set
75604 -CONFIG_ZONE_DMA_FLAG=1
75606 -CONFIG_VIRT_TO_BUS=y
75607 -CONFIG_PROC_DEVICETREE=y
75608 -# CONFIG_CMDLINE_BOOL is not set
75609 -# CONFIG_PM is not set
75610 -# CONFIG_SECCOMP is not set
75611 -CONFIG_ISA_DMA_API=y
75617 -CONFIG_PPC_INDIRECT_PCI=y
75621 -CONFIG_PCI_DOMAINS=y
75622 -CONFIG_PCI_SYSCALL=y
75623 -# CONFIG_PCIEPORTBUS is not set
75624 -CONFIG_ARCH_SUPPORTS_MSI=y
75625 -# CONFIG_PCI_MSI is not set
75626 -CONFIG_PCI_LEGACY=y
75627 -# CONFIG_PCCARD is not set
75628 -# CONFIG_HOTPLUG_PCI is not set
75633 -# CONFIG_ADVANCED_OPTIONS is not set
75636 -# Default settings for advanced configuration options are used
75638 -CONFIG_HIGHMEM_START=0xfe000000
75639 -CONFIG_LOWMEM_SIZE=0x30000000
75640 -CONFIG_KERNEL_START=0xc0000000
75641 -CONFIG_TASK_SIZE=0xc0000000
75642 -CONFIG_BOOT_LOAD=0x00800000
75650 -# Networking options
75653 -# CONFIG_PACKET_MMAP is not set
75656 -CONFIG_XFRM_USER=y
75657 -# CONFIG_XFRM_SUB_POLICY is not set
75658 -# CONFIG_XFRM_MIGRATE is not set
75659 -# CONFIG_XFRM_STATISTICS is not set
75660 -# CONFIG_NET_KEY is not set
75662 -CONFIG_IP_MULTICAST=y
75663 -# CONFIG_IP_ADVANCED_ROUTER is not set
75664 -CONFIG_IP_FIB_HASH=y
75666 -CONFIG_IP_PNP_DHCP=y
75667 -CONFIG_IP_PNP_BOOTP=y
75668 -# CONFIG_IP_PNP_RARP is not set
75669 -# CONFIG_NET_IPIP is not set
75670 -# CONFIG_NET_IPGRE is not set
75671 -# CONFIG_IP_MROUTE is not set
75672 -# CONFIG_ARPD is not set
75673 -CONFIG_SYN_COOKIES=y
75674 -# CONFIG_INET_AH is not set
75675 -# CONFIG_INET_ESP is not set
75676 -# CONFIG_INET_IPCOMP is not set
75677 -# CONFIG_INET_XFRM_TUNNEL is not set
75678 -# CONFIG_INET_TUNNEL is not set
75679 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
75680 -CONFIG_INET_XFRM_MODE_TUNNEL=y
75681 -CONFIG_INET_XFRM_MODE_BEET=y
75682 -# CONFIG_INET_LRO is not set
75683 -CONFIG_INET_DIAG=y
75684 -CONFIG_INET_TCP_DIAG=y
75685 -# CONFIG_TCP_CONG_ADVANCED is not set
75686 -CONFIG_TCP_CONG_CUBIC=y
75687 -CONFIG_DEFAULT_TCP_CONG="cubic"
75688 -# CONFIG_TCP_MD5SIG is not set
75689 -# CONFIG_IPV6 is not set
75690 -# CONFIG_INET6_XFRM_TUNNEL is not set
75691 -# CONFIG_INET6_TUNNEL is not set
75692 -# CONFIG_NETWORK_SECMARK is not set
75693 -# CONFIG_NETFILTER is not set
75694 -# CONFIG_IP_DCCP is not set
75695 -# CONFIG_IP_SCTP is not set
75696 -# CONFIG_TIPC is not set
75697 -# CONFIG_ATM is not set
75698 -# CONFIG_BRIDGE is not set
75699 -# CONFIG_VLAN_8021Q is not set
75700 -# CONFIG_DECNET is not set
75701 -# CONFIG_LLC2 is not set
75702 -# CONFIG_IPX is not set
75703 -# CONFIG_ATALK is not set
75704 -# CONFIG_X25 is not set
75705 -# CONFIG_LAPB is not set
75706 -# CONFIG_ECONET is not set
75707 -# CONFIG_WAN_ROUTER is not set
75708 -# CONFIG_NET_SCHED is not set
75713 -# CONFIG_NET_PKTGEN is not set
75714 -# CONFIG_HAMRADIO is not set
75715 -# CONFIG_CAN is not set
75716 -# CONFIG_IRDA is not set
75717 -# CONFIG_BT is not set
75718 -# CONFIG_AF_RXRPC is not set
75723 -# CONFIG_CFG80211 is not set
75724 -# CONFIG_WIRELESS_EXT is not set
75725 -# CONFIG_MAC80211 is not set
75726 -# CONFIG_IEEE80211 is not set
75727 -# CONFIG_RFKILL is not set
75728 -# CONFIG_NET_9P is not set
75735 -# Generic Driver Options
75737 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
75738 -CONFIG_STANDALONE=y
75739 -CONFIG_PREVENT_FIRMWARE_BUILD=y
75740 -# CONFIG_FW_LOADER is not set
75741 -# CONFIG_SYS_HYPERVISOR is not set
75742 -# CONFIG_CONNECTOR is not set
75743 -# CONFIG_MTD is not set
75744 -CONFIG_OF_DEVICE=y
75745 -# CONFIG_PARPORT is not set
75747 -# CONFIG_BLK_DEV_FD is not set
75748 -# CONFIG_BLK_CPQ_DA is not set
75749 -# CONFIG_BLK_CPQ_CISS_DA is not set
75750 -# CONFIG_BLK_DEV_DAC960 is not set
75751 -# CONFIG_BLK_DEV_UMEM is not set
75752 -# CONFIG_BLK_DEV_COW_COMMON is not set
75753 -CONFIG_BLK_DEV_LOOP=y
75754 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
75755 -# CONFIG_BLK_DEV_NBD is not set
75756 -# CONFIG_BLK_DEV_SX8 is not set
75757 -CONFIG_BLK_DEV_RAM=y
75758 -CONFIG_BLK_DEV_RAM_COUNT=16
75759 -CONFIG_BLK_DEV_RAM_SIZE=4096
75760 -# CONFIG_BLK_DEV_XIP is not set
75761 -# CONFIG_CDROM_PKTCDVD is not set
75762 -# CONFIG_ATA_OVER_ETH is not set
75763 -CONFIG_MISC_DEVICES=y
75764 -# CONFIG_PHANTOM is not set
75765 -# CONFIG_EEPROM_93CX6 is not set
75766 -# CONFIG_SGI_IOC4 is not set
75767 -# CONFIG_TIFM_CORE is not set
75768 -# CONFIG_ENCLOSURE_SERVICES is not set
75770 -# CONFIG_IDE is not set
75773 -# SCSI device support
75775 -# CONFIG_RAID_ATTRS is not set
75776 -# CONFIG_SCSI is not set
75777 -# CONFIG_SCSI_DMA is not set
75778 -# CONFIG_SCSI_NETLINK is not set
75779 -# CONFIG_ATA is not set
75780 -# CONFIG_MD is not set
75781 -# CONFIG_FUSION is not set
75784 -# IEEE 1394 (FireWire) support
75786 -# CONFIG_FIREWIRE is not set
75787 -# CONFIG_IEEE1394 is not set
75788 -# CONFIG_I2O is not set
75789 -# CONFIG_MACINTOSH_DRIVERS is not set
75790 -CONFIG_NETDEVICES=y
75791 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
75792 -# CONFIG_DUMMY is not set
75793 -# CONFIG_BONDING is not set
75794 -# CONFIG_MACVLAN is not set
75795 -# CONFIG_EQUALIZER is not set
75796 -# CONFIG_TUN is not set
75797 -# CONFIG_VETH is not set
75798 -# CONFIG_ARCNET is not set
75802 -# MII PHY device drivers
75804 -# CONFIG_MARVELL_PHY is not set
75805 -# CONFIG_DAVICOM_PHY is not set
75806 -# CONFIG_QSEMI_PHY is not set
75807 -# CONFIG_LXT_PHY is not set
75808 -# CONFIG_CICADA_PHY is not set
75809 -# CONFIG_VITESSE_PHY is not set
75810 -# CONFIG_SMSC_PHY is not set
75811 -CONFIG_BROADCOM_PHY=y
75812 -# CONFIG_ICPLUS_PHY is not set
75813 -# CONFIG_REALTEK_PHY is not set
75814 -# CONFIG_FIXED_PHY is not set
75815 -# CONFIG_MDIO_BITBANG is not set
75816 -CONFIG_NET_ETHERNET=y
75818 -# CONFIG_HAPPYMEAL is not set
75819 -# CONFIG_SUNGEM is not set
75820 -# CONFIG_CASSINI is not set
75821 -# CONFIG_NET_VENDOR_3COM is not set
75822 -# CONFIG_NET_TULIP is not set
75823 -# CONFIG_HP100 is not set
75824 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
75825 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
75826 -# CONFIG_IBM_NEW_EMAC_TAH is not set
75827 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
75828 -# CONFIG_NET_PCI is not set
75829 -# CONFIG_B44 is not set
75830 -CONFIG_NETDEV_1000=y
75831 -# CONFIG_ACENIC is not set
75832 -# CONFIG_DL2K is not set
75833 -# CONFIG_E1000 is not set
75834 -# CONFIG_E1000E is not set
75835 -# CONFIG_E1000E_ENABLED is not set
75836 -# CONFIG_IP1000 is not set
75837 -# CONFIG_IGB is not set
75838 -# CONFIG_NS83820 is not set
75839 -# CONFIG_HAMACHI is not set
75840 -# CONFIG_YELLOWFIN is not set
75841 -# CONFIG_R8169 is not set
75842 -# CONFIG_SIS190 is not set
75843 -# CONFIG_SKGE is not set
75844 -# CONFIG_SKY2 is not set
75845 -# CONFIG_SK98LIN is not set
75846 -# CONFIG_VIA_VELOCITY is not set
75847 -# CONFIG_TIGON3 is not set
75848 -# CONFIG_BNX2 is not set
75850 -CONFIG_GFAR_NAPI=y
75851 -# CONFIG_QLA3XXX is not set
75852 -# CONFIG_ATL1 is not set
75853 -CONFIG_NETDEV_10000=y
75854 -# CONFIG_CHELSIO_T1 is not set
75855 -# CONFIG_CHELSIO_T3 is not set
75856 -# CONFIG_IXGBE is not set
75857 -# CONFIG_IXGB is not set
75858 -# CONFIG_S2IO is not set
75859 -# CONFIG_MYRI10GE is not set
75860 -# CONFIG_NETXEN_NIC is not set
75861 -# CONFIG_NIU is not set
75862 -# CONFIG_MLX4_CORE is not set
75863 -# CONFIG_TEHUTI is not set
75864 -# CONFIG_BNX2X is not set
75865 -# CONFIG_TR is not set
75870 -# CONFIG_WLAN_PRE80211 is not set
75871 -# CONFIG_WLAN_80211 is not set
75872 -# CONFIG_WAN is not set
75873 -# CONFIG_FDDI is not set
75874 -# CONFIG_HIPPI is not set
75875 -# CONFIG_PPP is not set
75876 -# CONFIG_SLIP is not set
75877 -# CONFIG_NETCONSOLE is not set
75878 -# CONFIG_NETPOLL is not set
75879 -# CONFIG_NET_POLL_CONTROLLER is not set
75880 -# CONFIG_ISDN is not set
75881 -# CONFIG_PHONE is not set
75884 -# Input device support
75887 -# CONFIG_INPUT_FF_MEMLESS is not set
75888 -# CONFIG_INPUT_POLLDEV is not set
75891 -# Userland interfaces
75893 -# CONFIG_INPUT_MOUSEDEV is not set
75894 -# CONFIG_INPUT_JOYDEV is not set
75895 -# CONFIG_INPUT_EVDEV is not set
75896 -# CONFIG_INPUT_EVBUG is not set
75899 -# Input Device Drivers
75901 -# CONFIG_INPUT_KEYBOARD is not set
75902 -# CONFIG_INPUT_MOUSE is not set
75903 -# CONFIG_INPUT_JOYSTICK is not set
75904 -# CONFIG_INPUT_TABLET is not set
75905 -# CONFIG_INPUT_TOUCHSCREEN is not set
75906 -# CONFIG_INPUT_MISC is not set
75909 -# Hardware I/O ports
75911 -# CONFIG_SERIO is not set
75912 -# CONFIG_GAMEPORT is not set
75915 -# Character devices
75917 -# CONFIG_VT is not set
75918 -# CONFIG_SERIAL_NONSTANDARD is not set
75919 -# CONFIG_NOZOMI is not set
75924 -CONFIG_SERIAL_8250=y
75925 -CONFIG_SERIAL_8250_CONSOLE=y
75926 -CONFIG_SERIAL_8250_PCI=y
75927 -CONFIG_SERIAL_8250_NR_UARTS=4
75928 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
75929 -# CONFIG_SERIAL_8250_EXTENDED is not set
75930 -CONFIG_SERIAL_8250_SHARE_IRQ=y
75933 -# Non-8250 serial port support
75935 -# CONFIG_SERIAL_UARTLITE is not set
75936 -CONFIG_SERIAL_CORE=y
75937 -CONFIG_SERIAL_CORE_CONSOLE=y
75938 -# CONFIG_SERIAL_JSM is not set
75939 -# CONFIG_SERIAL_OF_PLATFORM is not set
75940 -CONFIG_UNIX98_PTYS=y
75941 -CONFIG_LEGACY_PTYS=y
75942 -CONFIG_LEGACY_PTY_COUNT=256
75943 -# CONFIG_IPMI_HANDLER is not set
75944 -# CONFIG_HW_RANDOM is not set
75945 -# CONFIG_NVRAM is not set
75947 -# CONFIG_GEN_RTC_X is not set
75948 -# CONFIG_R3964 is not set
75949 -# CONFIG_APPLICOM is not set
75950 -# CONFIG_RAW_DRIVER is not set
75951 -# CONFIG_TCG_TPM is not set
75953 -# CONFIG_I2C is not set
75958 -# CONFIG_SPI is not set
75959 -# CONFIG_SPI_MASTER is not set
75960 -# CONFIG_W1 is not set
75961 -# CONFIG_POWER_SUPPLY is not set
75963 -# CONFIG_HWMON_VID is not set
75964 -# CONFIG_SENSORS_I5K_AMB is not set
75965 -# CONFIG_SENSORS_F71805F is not set
75966 -# CONFIG_SENSORS_F71882FG is not set
75967 -# CONFIG_SENSORS_IT87 is not set
75968 -# CONFIG_SENSORS_PC87360 is not set
75969 -# CONFIG_SENSORS_PC87427 is not set
75970 -# CONFIG_SENSORS_SIS5595 is not set
75971 -# CONFIG_SENSORS_SMSC47M1 is not set
75972 -# CONFIG_SENSORS_SMSC47B397 is not set
75973 -# CONFIG_SENSORS_VIA686A is not set
75974 -# CONFIG_SENSORS_VT1211 is not set
75975 -# CONFIG_SENSORS_VT8231 is not set
75976 -# CONFIG_SENSORS_W83627HF is not set
75977 -# CONFIG_SENSORS_W83627EHF is not set
75978 -# CONFIG_HWMON_DEBUG_CHIP is not set
75979 -# CONFIG_THERMAL is not set
75980 -# CONFIG_WATCHDOG is not set
75983 -# Sonics Silicon Backplane
75985 -CONFIG_SSB_POSSIBLE=y
75986 -# CONFIG_SSB is not set
75989 -# Multifunction device drivers
75991 -# CONFIG_MFD_SM501 is not set
75994 -# Multimedia devices
75996 -# CONFIG_VIDEO_DEV is not set
75997 -# CONFIG_DVB_CORE is not set
76001 -# Graphics support
76003 -# CONFIG_AGP is not set
76004 -# CONFIG_DRM is not set
76005 -# CONFIG_VGASTATE is not set
76006 -CONFIG_VIDEO_OUTPUT_CONTROL=y
76007 -# CONFIG_FB is not set
76008 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
76011 -# Display device support
76013 -# CONFIG_DISPLAY_SUPPORT is not set
76018 -# CONFIG_SOUND is not set
76019 -# CONFIG_HID_SUPPORT is not set
76020 -# CONFIG_USB_SUPPORT is not set
76021 -# CONFIG_MMC is not set
76022 -# CONFIG_MEMSTICK is not set
76023 -# CONFIG_NEW_LEDS is not set
76024 -# CONFIG_INFINIBAND is not set
76025 -# CONFIG_EDAC is not set
76026 -# CONFIG_RTC_CLASS is not set
76027 -# CONFIG_DMADEVICES is not set
76032 -# CONFIG_UIO is not set
76037 -# CONFIG_EXT2_FS is not set
76038 -# CONFIG_EXT3_FS is not set
76039 -# CONFIG_EXT4DEV_FS is not set
76040 -# CONFIG_REISERFS_FS is not set
76041 -# CONFIG_JFS_FS is not set
76042 -# CONFIG_FS_POSIX_ACL is not set
76043 -# CONFIG_XFS_FS is not set
76044 -# CONFIG_GFS2_FS is not set
76045 -# CONFIG_OCFS2_FS is not set
76048 -CONFIG_INOTIFY_USER=y
76049 -# CONFIG_QUOTA is not set
76050 -# CONFIG_AUTOFS_FS is not set
76051 -# CONFIG_AUTOFS4_FS is not set
76052 -# CONFIG_FUSE_FS is not set
76055 -# CD-ROM/DVD Filesystems
76057 -# CONFIG_ISO9660_FS is not set
76058 -# CONFIG_UDF_FS is not set
76061 -# DOS/FAT/NT Filesystems
76063 -# CONFIG_MSDOS_FS is not set
76064 -# CONFIG_VFAT_FS is not set
76065 -# CONFIG_NTFS_FS is not set
76068 -# Pseudo filesystems
76071 -CONFIG_PROC_KCORE=y
76072 -CONFIG_PROC_SYSCTL=y
76075 -# CONFIG_TMPFS_POSIX_ACL is not set
76076 -# CONFIG_HUGETLB_PAGE is not set
76077 -# CONFIG_CONFIGFS_FS is not set
76080 -# Miscellaneous filesystems
76082 -# CONFIG_ADFS_FS is not set
76083 -# CONFIG_AFFS_FS is not set
76084 -# CONFIG_HFS_FS is not set
76085 -# CONFIG_HFSPLUS_FS is not set
76086 -# CONFIG_BEFS_FS is not set
76087 -# CONFIG_BFS_FS is not set
76088 -# CONFIG_EFS_FS is not set
76089 -# CONFIG_CRAMFS is not set
76090 -# CONFIG_VXFS_FS is not set
76091 -# CONFIG_MINIX_FS is not set
76092 -# CONFIG_HPFS_FS is not set
76093 -# CONFIG_QNX4FS_FS is not set
76094 -# CONFIG_ROMFS_FS is not set
76095 -# CONFIG_SYSV_FS is not set
76096 -# CONFIG_UFS_FS is not set
76097 -CONFIG_NETWORK_FILESYSTEMS=y
76099 -# CONFIG_NFS_V3 is not set
76100 -# CONFIG_NFS_V4 is not set
76101 -# CONFIG_NFS_DIRECTIO is not set
76102 -# CONFIG_NFSD is not set
76105 -CONFIG_NFS_COMMON=y
76107 -# CONFIG_SUNRPC_BIND34 is not set
76108 -# CONFIG_RPCSEC_GSS_KRB5 is not set
76109 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
76110 -# CONFIG_SMB_FS is not set
76111 -# CONFIG_CIFS is not set
76112 -# CONFIG_NCP_FS is not set
76113 -# CONFIG_CODA_FS is not set
76114 -# CONFIG_AFS_FS is not set
76119 -# CONFIG_PARTITION_ADVANCED is not set
76120 -CONFIG_MSDOS_PARTITION=y
76121 -# CONFIG_NLS is not set
76122 -# CONFIG_DLM is not set
76125 -# Library routines
76127 -CONFIG_BITREVERSE=y
76128 -# CONFIG_CRC_CCITT is not set
76129 -# CONFIG_CRC16 is not set
76130 -# CONFIG_CRC_ITU_T is not set
76132 -# CONFIG_CRC7 is not set
76133 -# CONFIG_LIBCRC32C is not set
76135 -CONFIG_HAS_IOMEM=y
76136 -CONFIG_HAS_IOPORT=y
76142 -# CONFIG_PRINTK_TIME is not set
76143 -CONFIG_ENABLE_WARN_DEPRECATED=y
76144 -CONFIG_ENABLE_MUST_CHECK=y
76145 -# CONFIG_MAGIC_SYSRQ is not set
76146 -# CONFIG_UNUSED_SYMBOLS is not set
76147 -# CONFIG_DEBUG_FS is not set
76148 -# CONFIG_HEADERS_CHECK is not set
76149 -# CONFIG_DEBUG_KERNEL is not set
76150 -# CONFIG_DEBUG_BUGVERBOSE is not set
76151 -# CONFIG_SAMPLES is not set
76152 -# CONFIG_PPC_EARLY_DEBUG is not set
76155 -# Security options
76157 -# CONFIG_KEYS is not set
76158 -# CONFIG_SECURITY is not set
76159 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
76161 -# CONFIG_CRYPTO_SEQIV is not set
76162 -# CONFIG_CRYPTO_MANAGER is not set
76163 -# CONFIG_CRYPTO_HMAC is not set
76164 -# CONFIG_CRYPTO_XCBC is not set
76165 -# CONFIG_CRYPTO_NULL is not set
76166 -# CONFIG_CRYPTO_MD4 is not set
76167 -# CONFIG_CRYPTO_MD5 is not set
76168 -# CONFIG_CRYPTO_SHA1 is not set
76169 -# CONFIG_CRYPTO_SHA256 is not set
76170 -# CONFIG_CRYPTO_SHA512 is not set
76171 -# CONFIG_CRYPTO_WP512 is not set
76172 -# CONFIG_CRYPTO_TGR192 is not set
76173 -# CONFIG_CRYPTO_GF128MUL is not set
76174 -# CONFIG_CRYPTO_ECB is not set
76175 -# CONFIG_CRYPTO_CBC is not set
76176 -# CONFIG_CRYPTO_PCBC is not set
76177 -# CONFIG_CRYPTO_LRW is not set
76178 -# CONFIG_CRYPTO_XTS is not set
76179 -# CONFIG_CRYPTO_CTR is not set
76180 -# CONFIG_CRYPTO_GCM is not set
76181 -# CONFIG_CRYPTO_CCM is not set
76182 -# CONFIG_CRYPTO_CRYPTD is not set
76183 -# CONFIG_CRYPTO_DES is not set
76184 -# CONFIG_CRYPTO_FCRYPT is not set
76185 -# CONFIG_CRYPTO_BLOWFISH is not set
76186 -# CONFIG_CRYPTO_TWOFISH is not set
76187 -# CONFIG_CRYPTO_SERPENT is not set
76188 -# CONFIG_CRYPTO_AES is not set
76189 -# CONFIG_CRYPTO_CAST5 is not set
76190 -# CONFIG_CRYPTO_CAST6 is not set
76191 -# CONFIG_CRYPTO_TEA is not set
76192 -# CONFIG_CRYPTO_ARC4 is not set
76193 -# CONFIG_CRYPTO_KHAZAD is not set
76194 -# CONFIG_CRYPTO_ANUBIS is not set
76195 -# CONFIG_CRYPTO_SEED is not set
76196 -# CONFIG_CRYPTO_SALSA20 is not set
76197 -# CONFIG_CRYPTO_DEFLATE is not set
76198 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
76199 -# CONFIG_CRYPTO_CRC32C is not set
76200 -# CONFIG_CRYPTO_CAMELLIA is not set
76201 -# CONFIG_CRYPTO_AUTHENC is not set
76202 -# CONFIG_CRYPTO_LZO is not set
76203 -CONFIG_CRYPTO_HW=y
76204 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
76205 -# CONFIG_PPC_CLOCK is not set
76206 --- a/arch/powerpc/configs/sbc8560_defconfig
76210 -# Automatically generated make config: don't edit
76211 -# Linux kernel version: 2.6.25-rc6
76212 -# Mon Mar 24 08:48:39 2008
76214 -# CONFIG_PPC64 is not set
76217 -# Processor support
76219 -# CONFIG_6xx is not set
76221 -# CONFIG_PPC_8xx is not set
76222 -# CONFIG_40x is not set
76223 -# CONFIG_44x is not set
76224 -# CONFIG_E200 is not set
76227 -CONFIG_FSL_BOOKE=y
76228 -CONFIG_FSL_EMB_PERFMON=y
76229 -# CONFIG_PHYS_64BIT is not set
76231 -# CONFIG_PPC_MM_SLICES is not set
76233 -CONFIG_WORD_SIZE=32
76234 -CONFIG_PPC_MERGE=y
76236 -CONFIG_GENERIC_CMOS_UPDATE=y
76237 -CONFIG_GENERIC_TIME=y
76238 -CONFIG_GENERIC_TIME_VSYSCALL=y
76239 -CONFIG_GENERIC_CLOCKEVENTS=y
76240 -CONFIG_GENERIC_HARDIRQS=y
76241 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
76242 -CONFIG_IRQ_PER_CPU=y
76243 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
76244 -CONFIG_ARCH_HAS_ILOG2_U32=y
76245 -CONFIG_GENERIC_HWEIGHT=y
76246 -CONFIG_GENERIC_CALIBRATE_DELAY=y
76247 -CONFIG_GENERIC_FIND_NEXT_BIT=y
76248 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
76250 -CONFIG_EARLY_PRINTK=y
76251 -CONFIG_GENERIC_NVRAM=y
76252 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
76253 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
76256 -CONFIG_PPC_UDBG_16550=y
76257 -# CONFIG_GENERIC_TBSYNC is not set
76258 -CONFIG_AUDIT_ARCH=y
76259 -CONFIG_GENERIC_BUG=y
76260 -CONFIG_DEFAULT_UIMAGE=y
76261 -# CONFIG_PPC_DCR_NATIVE is not set
76262 -# CONFIG_PPC_DCR_MMIO is not set
76263 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
76268 -CONFIG_EXPERIMENTAL=y
76269 -CONFIG_BROKEN_ON_SMP=y
76270 -CONFIG_INIT_ENV_ARG_LIMIT=32
76271 -CONFIG_LOCALVERSION=""
76272 -CONFIG_LOCALVERSION_AUTO=y
76275 -CONFIG_SYSVIPC_SYSCTL=y
76276 -# CONFIG_POSIX_MQUEUE is not set
76277 -# CONFIG_BSD_PROCESS_ACCT is not set
76278 -# CONFIG_TASKSTATS is not set
76279 -# CONFIG_AUDIT is not set
76280 -# CONFIG_IKCONFIG is not set
76281 -CONFIG_LOG_BUF_SHIFT=14
76282 -# CONFIG_CGROUPS is not set
76283 -CONFIG_GROUP_SCHED=y
76284 -CONFIG_FAIR_GROUP_SCHED=y
76285 -# CONFIG_RT_GROUP_SCHED is not set
76286 -CONFIG_USER_SCHED=y
76287 -# CONFIG_CGROUP_SCHED is not set
76288 -CONFIG_SYSFS_DEPRECATED=y
76289 -CONFIG_SYSFS_DEPRECATED_V2=y
76290 -# CONFIG_RELAY is not set
76291 -# CONFIG_NAMESPACES is not set
76292 -CONFIG_BLK_DEV_INITRD=y
76293 -CONFIG_INITRAMFS_SOURCE=""
76294 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
76297 -CONFIG_SYSCTL_SYSCALL=y
76299 -# CONFIG_KALLSYMS_ALL is not set
76300 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
76305 -CONFIG_COMPAT_BRK=y
76306 -CONFIG_BASE_FULL=y
76308 -CONFIG_ANON_INODES=y
76314 -CONFIG_VM_EVENT_COUNTERS=y
76316 -# CONFIG_SLUB is not set
76317 -# CONFIG_SLOB is not set
76318 -# CONFIG_PROFILING is not set
76319 -# CONFIG_MARKERS is not set
76320 -CONFIG_HAVE_OPROFILE=y
76321 -CONFIG_HAVE_KPROBES=y
76322 -CONFIG_HAVE_KRETPROBES=y
76323 -CONFIG_PROC_PAGE_MONITOR=y
76325 -CONFIG_RT_MUTEXES=y
76326 -# CONFIG_TINY_SHMEM is not set
76327 -CONFIG_BASE_SMALL=0
76328 -# CONFIG_MODULES is not set
76330 -# CONFIG_LBD is not set
76331 -# CONFIG_BLK_DEV_IO_TRACE is not set
76332 -# CONFIG_LSF is not set
76333 -# CONFIG_BLK_DEV_BSG is not set
76338 -CONFIG_IOSCHED_NOOP=y
76339 -CONFIG_IOSCHED_AS=y
76340 -CONFIG_IOSCHED_DEADLINE=y
76341 -CONFIG_IOSCHED_CFQ=y
76342 -CONFIG_DEFAULT_AS=y
76343 -# CONFIG_DEFAULT_DEADLINE is not set
76344 -# CONFIG_DEFAULT_CFQ is not set
76345 -# CONFIG_DEFAULT_NOOP is not set
76346 -CONFIG_DEFAULT_IOSCHED="anticipatory"
76347 -CONFIG_CLASSIC_RCU=y
76350 -# Platform support
76352 -# CONFIG_PPC_MPC512x is not set
76353 -# CONFIG_PPC_MPC5121 is not set
76354 -# CONFIG_PPC_CELL is not set
76355 -# CONFIG_PPC_CELL_NATIVE is not set
76356 -# CONFIG_PQ2ADS is not set
76358 -# CONFIG_MPC8540_ADS is not set
76359 -# CONFIG_MPC8560_ADS is not set
76360 -# CONFIG_MPC85xx_CDS is not set
76361 -# CONFIG_MPC85xx_MDS is not set
76362 -# CONFIG_MPC85xx_DS is not set
76363 -# CONFIG_STX_GP3 is not set
76364 -# CONFIG_TQM8540 is not set
76365 -# CONFIG_TQM8541 is not set
76366 -# CONFIG_TQM8555 is not set
76367 -# CONFIG_TQM8560 is not set
76368 -# CONFIG_SBC8548 is not set
76370 -# CONFIG_IPIC is not set
76372 -# CONFIG_MPIC_WEIRD is not set
76373 -# CONFIG_PPC_I8259 is not set
76374 -# CONFIG_PPC_RTAS is not set
76375 -# CONFIG_MMIO_NVRAM is not set
76376 -# CONFIG_PPC_MPC106 is not set
76377 -# CONFIG_PPC_970_NAP is not set
76378 -# CONFIG_PPC_INDIRECT_IO is not set
76379 -# CONFIG_GENERIC_IOMAP is not set
76380 -# CONFIG_CPU_FREQ is not set
76381 -# CONFIG_CPM2 is not set
76382 -# CONFIG_FSL_ULI1575 is not set
76387 -# CONFIG_HIGHMEM is not set
76388 -# CONFIG_TICK_ONESHOT is not set
76389 -# CONFIG_NO_HZ is not set
76390 -# CONFIG_HIGH_RES_TIMERS is not set
76391 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
76392 -# CONFIG_HZ_100 is not set
76394 -# CONFIG_HZ_300 is not set
76395 -# CONFIG_HZ_1000 is not set
76397 -# CONFIG_SCHED_HRTICK is not set
76398 -CONFIG_PREEMPT_NONE=y
76399 -# CONFIG_PREEMPT_VOLUNTARY is not set
76400 -# CONFIG_PREEMPT is not set
76401 -CONFIG_BINFMT_ELF=y
76402 -CONFIG_BINFMT_MISC=y
76403 -# CONFIG_MATH_EMULATION is not set
76404 -# CONFIG_IOMMU_HELPER is not set
76405 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
76406 -CONFIG_ARCH_HAS_WALK_MEMORY=y
76407 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
76408 -CONFIG_ARCH_FLATMEM_ENABLE=y
76409 -CONFIG_ARCH_POPULATES_NODE_MAP=y
76410 -CONFIG_SELECT_MEMORY_MODEL=y
76411 -CONFIG_FLATMEM_MANUAL=y
76412 -# CONFIG_DISCONTIGMEM_MANUAL is not set
76413 -# CONFIG_SPARSEMEM_MANUAL is not set
76415 -CONFIG_FLAT_NODE_MEM_MAP=y
76416 -# CONFIG_SPARSEMEM_STATIC is not set
76417 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
76418 -CONFIG_SPLIT_PTLOCK_CPUS=4
76419 -# CONFIG_RESOURCES_64BIT is not set
76420 -CONFIG_ZONE_DMA_FLAG=1
76422 -CONFIG_VIRT_TO_BUS=y
76423 -CONFIG_PROC_DEVICETREE=y
76424 -# CONFIG_CMDLINE_BOOL is not set
76425 -# CONFIG_PM is not set
76426 -# CONFIG_SECCOMP is not set
76427 -CONFIG_ISA_DMA_API=y
76434 -# CONFIG_PCI is not set
76435 -# CONFIG_PCI_DOMAINS is not set
76436 -# CONFIG_PCI_SYSCALL is not set
76437 -# CONFIG_ARCH_SUPPORTS_MSI is not set
76438 -# CONFIG_PCCARD is not set
76443 -# CONFIG_ADVANCED_OPTIONS is not set
76446 -# Default settings for advanced configuration options are used
76448 -CONFIG_HIGHMEM_START=0xfe000000
76449 -CONFIG_LOWMEM_SIZE=0x30000000
76450 -CONFIG_KERNEL_START=0xc0000000
76451 -CONFIG_TASK_SIZE=0xc0000000
76452 -CONFIG_BOOT_LOAD=0x00800000
76460 -# Networking options
76463 -# CONFIG_PACKET_MMAP is not set
76466 -CONFIG_XFRM_USER=y
76467 -# CONFIG_XFRM_SUB_POLICY is not set
76468 -# CONFIG_XFRM_MIGRATE is not set
76469 -# CONFIG_XFRM_STATISTICS is not set
76470 -# CONFIG_NET_KEY is not set
76472 -CONFIG_IP_MULTICAST=y
76473 -# CONFIG_IP_ADVANCED_ROUTER is not set
76474 -CONFIG_IP_FIB_HASH=y
76476 -CONFIG_IP_PNP_DHCP=y
76477 -CONFIG_IP_PNP_BOOTP=y
76478 -# CONFIG_IP_PNP_RARP is not set
76479 -# CONFIG_NET_IPIP is not set
76480 -# CONFIG_NET_IPGRE is not set
76481 -# CONFIG_IP_MROUTE is not set
76482 -# CONFIG_ARPD is not set
76483 -CONFIG_SYN_COOKIES=y
76484 -# CONFIG_INET_AH is not set
76485 -# CONFIG_INET_ESP is not set
76486 -# CONFIG_INET_IPCOMP is not set
76487 -# CONFIG_INET_XFRM_TUNNEL is not set
76488 -# CONFIG_INET_TUNNEL is not set
76489 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
76490 -CONFIG_INET_XFRM_MODE_TUNNEL=y
76491 -CONFIG_INET_XFRM_MODE_BEET=y
76492 -# CONFIG_INET_LRO is not set
76493 -CONFIG_INET_DIAG=y
76494 -CONFIG_INET_TCP_DIAG=y
76495 -# CONFIG_TCP_CONG_ADVANCED is not set
76496 -CONFIG_TCP_CONG_CUBIC=y
76497 -CONFIG_DEFAULT_TCP_CONG="cubic"
76498 -# CONFIG_TCP_MD5SIG is not set
76499 -# CONFIG_IPV6 is not set
76500 -# CONFIG_INET6_XFRM_TUNNEL is not set
76501 -# CONFIG_INET6_TUNNEL is not set
76502 -# CONFIG_NETWORK_SECMARK is not set
76503 -# CONFIG_NETFILTER is not set
76504 -# CONFIG_IP_DCCP is not set
76505 -# CONFIG_IP_SCTP is not set
76506 -# CONFIG_TIPC is not set
76507 -# CONFIG_ATM is not set
76508 -# CONFIG_BRIDGE is not set
76509 -# CONFIG_VLAN_8021Q is not set
76510 -# CONFIG_DECNET is not set
76511 -# CONFIG_LLC2 is not set
76512 -# CONFIG_IPX is not set
76513 -# CONFIG_ATALK is not set
76514 -# CONFIG_X25 is not set
76515 -# CONFIG_LAPB is not set
76516 -# CONFIG_ECONET is not set
76517 -# CONFIG_WAN_ROUTER is not set
76518 -# CONFIG_NET_SCHED is not set
76523 -# CONFIG_NET_PKTGEN is not set
76524 -# CONFIG_HAMRADIO is not set
76525 -# CONFIG_CAN is not set
76526 -# CONFIG_IRDA is not set
76527 -# CONFIG_BT is not set
76528 -# CONFIG_AF_RXRPC is not set
76533 -# CONFIG_CFG80211 is not set
76534 -# CONFIG_WIRELESS_EXT is not set
76535 -# CONFIG_MAC80211 is not set
76536 -# CONFIG_IEEE80211 is not set
76537 -# CONFIG_RFKILL is not set
76538 -# CONFIG_NET_9P is not set
76545 -# Generic Driver Options
76547 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
76548 -CONFIG_STANDALONE=y
76549 -CONFIG_PREVENT_FIRMWARE_BUILD=y
76550 -# CONFIG_FW_LOADER is not set
76551 -# CONFIG_DEBUG_DRIVER is not set
76552 -# CONFIG_DEBUG_DEVRES is not set
76553 -# CONFIG_SYS_HYPERVISOR is not set
76554 -# CONFIG_CONNECTOR is not set
76555 -# CONFIG_MTD is not set
76556 -CONFIG_OF_DEVICE=y
76557 -# CONFIG_PARPORT is not set
76559 -# CONFIG_BLK_DEV_FD is not set
76560 -# CONFIG_BLK_DEV_COW_COMMON is not set
76561 -CONFIG_BLK_DEV_LOOP=y
76562 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
76563 -# CONFIG_BLK_DEV_NBD is not set
76564 -CONFIG_BLK_DEV_RAM=y
76565 -CONFIG_BLK_DEV_RAM_COUNT=16
76566 -CONFIG_BLK_DEV_RAM_SIZE=32768
76567 -# CONFIG_BLK_DEV_XIP is not set
76568 -# CONFIG_CDROM_PKTCDVD is not set
76569 -# CONFIG_ATA_OVER_ETH is not set
76570 -CONFIG_MISC_DEVICES=y
76571 -# CONFIG_EEPROM_93CX6 is not set
76572 -# CONFIG_ENCLOSURE_SERVICES is not set
76574 -# CONFIG_IDE is not set
76577 -# SCSI device support
76579 -# CONFIG_RAID_ATTRS is not set
76580 -# CONFIG_SCSI is not set
76581 -# CONFIG_SCSI_DMA is not set
76582 -# CONFIG_SCSI_NETLINK is not set
76583 -# CONFIG_ATA is not set
76584 -# CONFIG_MD is not set
76585 -# CONFIG_MACINTOSH_DRIVERS is not set
76586 -CONFIG_NETDEVICES=y
76587 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
76588 -# CONFIG_DUMMY is not set
76589 -# CONFIG_BONDING is not set
76590 -# CONFIG_MACVLAN is not set
76591 -# CONFIG_EQUALIZER is not set
76592 -# CONFIG_TUN is not set
76593 -# CONFIG_VETH is not set
76597 -# MII PHY device drivers
76599 -# CONFIG_MARVELL_PHY is not set
76600 -# CONFIG_DAVICOM_PHY is not set
76601 -# CONFIG_QSEMI_PHY is not set
76602 -# CONFIG_LXT_PHY is not set
76603 -# CONFIG_CICADA_PHY is not set
76604 -# CONFIG_VITESSE_PHY is not set
76605 -# CONFIG_SMSC_PHY is not set
76606 -CONFIG_BROADCOM_PHY=y
76607 -# CONFIG_ICPLUS_PHY is not set
76608 -# CONFIG_REALTEK_PHY is not set
76609 -# CONFIG_FIXED_PHY is not set
76610 -# CONFIG_MDIO_BITBANG is not set
76611 -CONFIG_NET_ETHERNET=y
76613 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
76614 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
76615 -# CONFIG_IBM_NEW_EMAC_TAH is not set
76616 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
76617 -# CONFIG_B44 is not set
76618 -CONFIG_NETDEV_1000=y
76619 -# CONFIG_E1000E_ENABLED is not set
76621 -CONFIG_GFAR_NAPI=y
76622 -CONFIG_NETDEV_10000=y
76627 -# CONFIG_WLAN_PRE80211 is not set
76628 -# CONFIG_WLAN_80211 is not set
76629 -# CONFIG_WAN is not set
76630 -# CONFIG_PPP is not set
76631 -# CONFIG_SLIP is not set
76632 -# CONFIG_NETCONSOLE is not set
76633 -# CONFIG_NETPOLL is not set
76634 -# CONFIG_NET_POLL_CONTROLLER is not set
76635 -# CONFIG_ISDN is not set
76636 -# CONFIG_PHONE is not set
76639 -# Input device support
76642 -# CONFIG_INPUT_FF_MEMLESS is not set
76643 -# CONFIG_INPUT_POLLDEV is not set
76646 -# Userland interfaces
76648 -# CONFIG_INPUT_MOUSEDEV is not set
76649 -# CONFIG_INPUT_JOYDEV is not set
76650 -# CONFIG_INPUT_EVDEV is not set
76651 -# CONFIG_INPUT_EVBUG is not set
76654 -# Input Device Drivers
76656 -# CONFIG_INPUT_KEYBOARD is not set
76657 -# CONFIG_INPUT_MOUSE is not set
76658 -# CONFIG_INPUT_JOYSTICK is not set
76659 -# CONFIG_INPUT_TABLET is not set
76660 -# CONFIG_INPUT_TOUCHSCREEN is not set
76661 -# CONFIG_INPUT_MISC is not set
76664 -# Hardware I/O ports
76666 -# CONFIG_SERIO is not set
76667 -# CONFIG_GAMEPORT is not set
76670 -# Character devices
76672 -# CONFIG_VT is not set
76673 -# CONFIG_SERIAL_NONSTANDARD is not set
76678 -CONFIG_SERIAL_8250=y
76679 -CONFIG_SERIAL_8250_CONSOLE=y
76680 -CONFIG_SERIAL_8250_NR_UARTS=2
76681 -CONFIG_SERIAL_8250_RUNTIME_UARTS=2
76682 -# CONFIG_SERIAL_8250_EXTENDED is not set
76683 -CONFIG_SERIAL_8250_SHARE_IRQ=y
76686 -# Non-8250 serial port support
76688 -# CONFIG_SERIAL_UARTLITE is not set
76689 -CONFIG_SERIAL_CORE=y
76690 -CONFIG_SERIAL_CORE_CONSOLE=y
76691 -# CONFIG_SERIAL_OF_PLATFORM is not set
76692 -CONFIG_UNIX98_PTYS=y
76693 -CONFIG_LEGACY_PTYS=y
76694 -CONFIG_LEGACY_PTY_COUNT=256
76695 -# CONFIG_IPMI_HANDLER is not set
76696 -# CONFIG_HW_RANDOM is not set
76697 -# CONFIG_NVRAM is not set
76698 -# CONFIG_GEN_RTC is not set
76699 -# CONFIG_R3964 is not set
76700 -# CONFIG_RAW_DRIVER is not set
76701 -# CONFIG_TCG_TPM is not set
76702 -# CONFIG_I2C is not set
76707 -# CONFIG_SPI is not set
76708 -# CONFIG_SPI_MASTER is not set
76709 -# CONFIG_W1 is not set
76710 -# CONFIG_POWER_SUPPLY is not set
76712 -# CONFIG_HWMON_VID is not set
76713 -# CONFIG_SENSORS_F71805F is not set
76714 -# CONFIG_SENSORS_F71882FG is not set
76715 -# CONFIG_SENSORS_IT87 is not set
76716 -# CONFIG_SENSORS_PC87360 is not set
76717 -# CONFIG_SENSORS_PC87427 is not set
76718 -# CONFIG_SENSORS_SMSC47M1 is not set
76719 -# CONFIG_SENSORS_SMSC47B397 is not set
76720 -# CONFIG_SENSORS_VT1211 is not set
76721 -# CONFIG_SENSORS_W83627HF is not set
76722 -# CONFIG_SENSORS_W83627EHF is not set
76723 -# CONFIG_HWMON_DEBUG_CHIP is not set
76724 -# CONFIG_THERMAL is not set
76725 -# CONFIG_WATCHDOG is not set
76728 -# Sonics Silicon Backplane
76730 -CONFIG_SSB_POSSIBLE=y
76731 -# CONFIG_SSB is not set
76734 -# Multifunction device drivers
76736 -# CONFIG_MFD_SM501 is not set
76739 -# Multimedia devices
76741 -# CONFIG_VIDEO_DEV is not set
76742 -# CONFIG_DVB_CORE is not set
76746 -# Graphics support
76748 -# CONFIG_VGASTATE is not set
76749 -CONFIG_VIDEO_OUTPUT_CONTROL=y
76750 -# CONFIG_FB is not set
76751 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
76754 -# Display device support
76756 -# CONFIG_DISPLAY_SUPPORT is not set
76761 -# CONFIG_SOUND is not set
76762 -CONFIG_HID_SUPPORT=y
76764 -# CONFIG_HID_DEBUG is not set
76765 -# CONFIG_HIDRAW is not set
76766 -CONFIG_USB_SUPPORT=y
76767 -# CONFIG_USB_ARCH_HAS_HCD is not set
76768 -# CONFIG_USB_ARCH_HAS_OHCI is not set
76769 -# CONFIG_USB_ARCH_HAS_EHCI is not set
76772 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
76774 -# CONFIG_USB_GADGET is not set
76775 -# CONFIG_MMC is not set
76776 -# CONFIG_MEMSTICK is not set
76777 -# CONFIG_NEW_LEDS is not set
76778 -# CONFIG_EDAC is not set
76780 -CONFIG_RTC_CLASS=y
76781 -CONFIG_RTC_HCTOSYS=y
76782 -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
76783 -# CONFIG_RTC_DEBUG is not set
76788 -CONFIG_RTC_INTF_SYSFS=y
76789 -CONFIG_RTC_INTF_PROC=y
76790 -CONFIG_RTC_INTF_DEV=y
76791 -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
76792 -# CONFIG_RTC_DRV_TEST is not set
76799 -# Platform RTC drivers
76801 -# CONFIG_RTC_DRV_CMOS is not set
76802 -# CONFIG_RTC_DRV_DS1511 is not set
76803 -# CONFIG_RTC_DRV_DS1553 is not set
76804 -# CONFIG_RTC_DRV_DS1742 is not set
76805 -# CONFIG_RTC_DRV_STK17TA8 is not set
76806 -# CONFIG_RTC_DRV_M48T86 is not set
76807 -CONFIG_RTC_DRV_M48T59=y
76808 -# CONFIG_RTC_DRV_V3020 is not set
76811 -# on-CPU RTC drivers
76813 -# CONFIG_DMADEVICES is not set
76818 -# CONFIG_UIO is not set
76823 -# CONFIG_EXT2_FS is not set
76824 -# CONFIG_EXT3_FS is not set
76825 -# CONFIG_EXT4DEV_FS is not set
76826 -# CONFIG_REISERFS_FS is not set
76827 -# CONFIG_JFS_FS is not set
76828 -# CONFIG_FS_POSIX_ACL is not set
76829 -# CONFIG_XFS_FS is not set
76830 -# CONFIG_GFS2_FS is not set
76831 -# CONFIG_OCFS2_FS is not set
76834 -CONFIG_INOTIFY_USER=y
76835 -# CONFIG_QUOTA is not set
76836 -# CONFIG_AUTOFS_FS is not set
76837 -# CONFIG_AUTOFS4_FS is not set
76838 -# CONFIG_FUSE_FS is not set
76841 -# CD-ROM/DVD Filesystems
76843 -# CONFIG_ISO9660_FS is not set
76844 -# CONFIG_UDF_FS is not set
76847 -# DOS/FAT/NT Filesystems
76849 -# CONFIG_MSDOS_FS is not set
76850 -# CONFIG_VFAT_FS is not set
76851 -# CONFIG_NTFS_FS is not set
76854 -# Pseudo filesystems
76857 -CONFIG_PROC_KCORE=y
76858 -CONFIG_PROC_SYSCTL=y
76861 -# CONFIG_TMPFS_POSIX_ACL is not set
76862 -# CONFIG_HUGETLB_PAGE is not set
76863 -# CONFIG_CONFIGFS_FS is not set
76866 -# Miscellaneous filesystems
76868 -# CONFIG_ADFS_FS is not set
76869 -# CONFIG_AFFS_FS is not set
76870 -# CONFIG_HFS_FS is not set
76871 -# CONFIG_HFSPLUS_FS is not set
76872 -# CONFIG_BEFS_FS is not set
76873 -# CONFIG_BFS_FS is not set
76874 -# CONFIG_EFS_FS is not set
76875 -# CONFIG_CRAMFS is not set
76876 -# CONFIG_VXFS_FS is not set
76877 -# CONFIG_MINIX_FS is not set
76878 -# CONFIG_HPFS_FS is not set
76879 -# CONFIG_QNX4FS_FS is not set
76880 -# CONFIG_ROMFS_FS is not set
76881 -# CONFIG_SYSV_FS is not set
76882 -# CONFIG_UFS_FS is not set
76883 -CONFIG_NETWORK_FILESYSTEMS=y
76885 -# CONFIG_NFS_V3 is not set
76886 -# CONFIG_NFS_V4 is not set
76887 -# CONFIG_NFS_DIRECTIO is not set
76888 -# CONFIG_NFSD is not set
76891 -CONFIG_NFS_COMMON=y
76893 -# CONFIG_SUNRPC_BIND34 is not set
76894 -# CONFIG_RPCSEC_GSS_KRB5 is not set
76895 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
76896 -# CONFIG_SMB_FS is not set
76897 -# CONFIG_CIFS is not set
76898 -# CONFIG_NCP_FS is not set
76899 -# CONFIG_CODA_FS is not set
76900 -# CONFIG_AFS_FS is not set
76905 -CONFIG_PARTITION_ADVANCED=y
76906 -# CONFIG_ACORN_PARTITION is not set
76907 -# CONFIG_OSF_PARTITION is not set
76908 -# CONFIG_AMIGA_PARTITION is not set
76909 -# CONFIG_ATARI_PARTITION is not set
76910 -# CONFIG_MAC_PARTITION is not set
76911 -# CONFIG_MSDOS_PARTITION is not set
76912 -# CONFIG_LDM_PARTITION is not set
76913 -# CONFIG_SGI_PARTITION is not set
76914 -# CONFIG_ULTRIX_PARTITION is not set
76915 -# CONFIG_SUN_PARTITION is not set
76916 -# CONFIG_KARMA_PARTITION is not set
76917 -# CONFIG_EFI_PARTITION is not set
76918 -# CONFIG_SYSV68_PARTITION is not set
76919 -# CONFIG_NLS is not set
76920 -# CONFIG_DLM is not set
76923 -# Library routines
76925 -CONFIG_BITREVERSE=y
76926 -# CONFIG_CRC_CCITT is not set
76927 -# CONFIG_CRC16 is not set
76928 -# CONFIG_CRC_ITU_T is not set
76930 -# CONFIG_CRC7 is not set
76931 -# CONFIG_LIBCRC32C is not set
76933 -CONFIG_HAS_IOMEM=y
76934 -CONFIG_HAS_IOPORT=y
76940 -# CONFIG_PRINTK_TIME is not set
76941 -CONFIG_ENABLE_WARN_DEPRECATED=y
76942 -CONFIG_ENABLE_MUST_CHECK=y
76943 -CONFIG_MAGIC_SYSRQ=y
76944 -# CONFIG_UNUSED_SYMBOLS is not set
76945 -# CONFIG_DEBUG_FS is not set
76946 -# CONFIG_HEADERS_CHECK is not set
76947 -CONFIG_DEBUG_KERNEL=y
76948 -# CONFIG_DEBUG_SHIRQ is not set
76949 -CONFIG_DETECT_SOFTLOCKUP=y
76950 -CONFIG_SCHED_DEBUG=y
76951 -# CONFIG_SCHEDSTATS is not set
76952 -# CONFIG_TIMER_STATS is not set
76953 -# CONFIG_DEBUG_SLAB is not set
76954 -# CONFIG_DEBUG_RT_MUTEXES is not set
76955 -# CONFIG_RT_MUTEX_TESTER is not set
76956 -# CONFIG_DEBUG_SPINLOCK is not set
76957 -CONFIG_DEBUG_MUTEXES=y
76958 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
76959 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
76960 -# CONFIG_DEBUG_KOBJECT is not set
76961 -# CONFIG_DEBUG_BUGVERBOSE is not set
76962 -# CONFIG_DEBUG_INFO is not set
76963 -# CONFIG_DEBUG_VM is not set
76964 -# CONFIG_DEBUG_LIST is not set
76965 -# CONFIG_DEBUG_SG is not set
76966 -# CONFIG_BOOT_PRINTK_DELAY is not set
76967 -# CONFIG_BACKTRACE_SELF_TEST is not set
76968 -# CONFIG_FAULT_INJECTION is not set
76969 -# CONFIG_SAMPLES is not set
76970 -# CONFIG_DEBUG_STACKOVERFLOW is not set
76971 -# CONFIG_DEBUG_STACK_USAGE is not set
76972 -# CONFIG_DEBUG_PAGEALLOC is not set
76973 -# CONFIG_DEBUGGER is not set
76974 -# CONFIG_BDI_SWITCH is not set
76975 -CONFIG_PPC_EARLY_DEBUG=y
76976 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
76977 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
76978 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
76979 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
76980 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
76981 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
76982 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
76983 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
76984 -# CONFIG_PPC_EARLY_DEBUG_44x is not set
76985 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
76986 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
76989 -# Security options
76991 -# CONFIG_KEYS is not set
76992 -# CONFIG_SECURITY is not set
76993 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
76995 -# CONFIG_CRYPTO_SEQIV is not set
76996 -# CONFIG_CRYPTO_MANAGER is not set
76997 -# CONFIG_CRYPTO_HMAC is not set
76998 -# CONFIG_CRYPTO_XCBC is not set
76999 -# CONFIG_CRYPTO_NULL is not set
77000 -# CONFIG_CRYPTO_MD4 is not set
77001 -# CONFIG_CRYPTO_MD5 is not set
77002 -# CONFIG_CRYPTO_SHA1 is not set
77003 -# CONFIG_CRYPTO_SHA256 is not set
77004 -# CONFIG_CRYPTO_SHA512 is not set
77005 -# CONFIG_CRYPTO_WP512 is not set
77006 -# CONFIG_CRYPTO_TGR192 is not set
77007 -# CONFIG_CRYPTO_GF128MUL is not set
77008 -# CONFIG_CRYPTO_ECB is not set
77009 -# CONFIG_CRYPTO_CBC is not set
77010 -# CONFIG_CRYPTO_PCBC is not set
77011 -# CONFIG_CRYPTO_LRW is not set
77012 -# CONFIG_CRYPTO_XTS is not set
77013 -# CONFIG_CRYPTO_CTR is not set
77014 -# CONFIG_CRYPTO_GCM is not set
77015 -# CONFIG_CRYPTO_CCM is not set
77016 -# CONFIG_CRYPTO_CRYPTD is not set
77017 -# CONFIG_CRYPTO_DES is not set
77018 -# CONFIG_CRYPTO_FCRYPT is not set
77019 -# CONFIG_CRYPTO_BLOWFISH is not set
77020 -# CONFIG_CRYPTO_TWOFISH is not set
77021 -# CONFIG_CRYPTO_SERPENT is not set
77022 -# CONFIG_CRYPTO_AES is not set
77023 -# CONFIG_CRYPTO_CAST5 is not set
77024 -# CONFIG_CRYPTO_CAST6 is not set
77025 -# CONFIG_CRYPTO_TEA is not set
77026 -# CONFIG_CRYPTO_ARC4 is not set
77027 -# CONFIG_CRYPTO_KHAZAD is not set
77028 -# CONFIG_CRYPTO_ANUBIS is not set
77029 -# CONFIG_CRYPTO_SEED is not set
77030 -# CONFIG_CRYPTO_SALSA20 is not set
77031 -# CONFIG_CRYPTO_DEFLATE is not set
77032 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
77033 -# CONFIG_CRYPTO_CRC32C is not set
77034 -# CONFIG_CRYPTO_CAMELLIA is not set
77035 -# CONFIG_CRYPTO_AUTHENC is not set
77036 -# CONFIG_CRYPTO_LZO is not set
77037 -CONFIG_CRYPTO_HW=y
77038 -# CONFIG_PPC_CLOCK is not set
77040 +++ b/arch/powerpc/configs/sbc8641d_defconfig
77043 +# Automatically generated make config: don't edit
77044 +# Linux kernel version: 2.6.25-rc6
77045 +# Thu Apr 10 18:03:25 2008
77047 +# CONFIG_PPC64 is not set
77050 +# Processor support
77053 +# CONFIG_PPC_85xx is not set
77054 +# CONFIG_PPC_8xx is not set
77055 +# CONFIG_40x is not set
77056 +# CONFIG_44x is not set
77057 +# CONFIG_E200 is not set
77060 +CONFIG_PPC_STD_MMU=y
77061 +CONFIG_PPC_STD_MMU_32=y
77062 +# CONFIG_PPC_MM_SLICES is not set
77066 +CONFIG_WORD_SIZE=32
77067 +CONFIG_PPC_MERGE=y
77069 +CONFIG_GENERIC_CMOS_UPDATE=y
77070 +CONFIG_GENERIC_TIME=y
77071 +CONFIG_GENERIC_TIME_VSYSCALL=y
77072 +CONFIG_GENERIC_CLOCKEVENTS=y
77073 +CONFIG_GENERIC_HARDIRQS=y
77074 +# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
77075 +CONFIG_IRQ_PER_CPU=y
77076 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
77077 +CONFIG_GENERIC_LOCKBREAK=y
77078 +CONFIG_ARCH_HAS_ILOG2_U32=y
77079 +CONFIG_GENERIC_HWEIGHT=y
77080 +CONFIG_GENERIC_CALIBRATE_DELAY=y
77081 +CONFIG_GENERIC_FIND_NEXT_BIT=y
77082 +# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
77084 +CONFIG_EARLY_PRINTK=y
77085 +CONFIG_GENERIC_NVRAM=y
77086 +CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
77087 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
77090 +CONFIG_PPC_UDBG_16550=y
77091 +CONFIG_GENERIC_TBSYNC=y
77092 +CONFIG_AUDIT_ARCH=y
77093 +CONFIG_GENERIC_BUG=y
77094 +CONFIG_DEFAULT_UIMAGE=y
77095 +# CONFIG_PPC_DCR_NATIVE is not set
77096 +# CONFIG_PPC_DCR_MMIO is not set
77097 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
77102 +CONFIG_EXPERIMENTAL=y
77103 +CONFIG_LOCK_KERNEL=y
77104 +CONFIG_INIT_ENV_ARG_LIMIT=32
77105 +CONFIG_LOCALVERSION=""
77106 +CONFIG_LOCALVERSION_AUTO=y
77109 +CONFIG_SYSVIPC_SYSCTL=y
77110 +CONFIG_POSIX_MQUEUE=y
77111 +CONFIG_BSD_PROCESS_ACCT=y
77112 +CONFIG_BSD_PROCESS_ACCT_V3=y
77113 +# CONFIG_TASKSTATS is not set
77114 +# CONFIG_AUDIT is not set
77116 +CONFIG_IKCONFIG_PROC=y
77117 +CONFIG_LOG_BUF_SHIFT=14
77118 +# CONFIG_CGROUPS is not set
77119 +CONFIG_GROUP_SCHED=y
77120 +CONFIG_FAIR_GROUP_SCHED=y
77121 +# CONFIG_RT_GROUP_SCHED is not set
77122 +CONFIG_USER_SCHED=y
77123 +# CONFIG_CGROUP_SCHED is not set
77124 +CONFIG_SYSFS_DEPRECATED=y
77125 +CONFIG_SYSFS_DEPRECATED_V2=y
77127 +# CONFIG_NAMESPACES is not set
77128 +CONFIG_BLK_DEV_INITRD=y
77129 +CONFIG_INITRAMFS_SOURCE=""
77130 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
77133 +CONFIG_SYSCTL_SYSCALL=y
77135 +# CONFIG_KALLSYMS_ALL is not set
77136 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
77141 +CONFIG_COMPAT_BRK=y
77142 +CONFIG_BASE_FULL=y
77144 +CONFIG_ANON_INODES=y
77150 +CONFIG_VM_EVENT_COUNTERS=y
77152 +# CONFIG_SLUB is not set
77153 +# CONFIG_SLOB is not set
77154 +# CONFIG_PROFILING is not set
77155 +# CONFIG_MARKERS is not set
77156 +CONFIG_HAVE_OPROFILE=y
77157 +# CONFIG_KPROBES is not set
77158 +CONFIG_HAVE_KPROBES=y
77159 +CONFIG_HAVE_KRETPROBES=y
77160 +CONFIG_PROC_PAGE_MONITOR=y
77162 +CONFIG_RT_MUTEXES=y
77163 +# CONFIG_TINY_SHMEM is not set
77164 +CONFIG_BASE_SMALL=0
77166 +CONFIG_MODULE_UNLOAD=y
77167 +# CONFIG_MODULE_FORCE_UNLOAD is not set
77168 +# CONFIG_MODVERSIONS is not set
77169 +# CONFIG_MODULE_SRCVERSION_ALL is not set
77171 +CONFIG_STOP_MACHINE=y
77173 +# CONFIG_LBD is not set
77174 +# CONFIG_BLK_DEV_IO_TRACE is not set
77175 +# CONFIG_LSF is not set
77176 +# CONFIG_BLK_DEV_BSG is not set
77181 +CONFIG_IOSCHED_NOOP=y
77182 +CONFIG_IOSCHED_AS=y
77183 +CONFIG_IOSCHED_DEADLINE=y
77184 +CONFIG_IOSCHED_CFQ=y
77185 +# CONFIG_DEFAULT_AS is not set
77186 +# CONFIG_DEFAULT_DEADLINE is not set
77187 +CONFIG_DEFAULT_CFQ=y
77188 +# CONFIG_DEFAULT_NOOP is not set
77189 +CONFIG_DEFAULT_IOSCHED="cfq"
77190 +CONFIG_CLASSIC_RCU=y
77193 +# Platform support
77195 +# CONFIG_PPC_MULTIPLATFORM is not set
77196 +# CONFIG_PPC_82xx is not set
77197 +# CONFIG_PPC_83xx is not set
77199 +# CONFIG_PPC_MPC512x is not set
77200 +# CONFIG_PPC_MPC5121 is not set
77201 +# CONFIG_PPC_CELL is not set
77202 +# CONFIG_PPC_CELL_NATIVE is not set
77203 +# CONFIG_PQ2ADS is not set
77204 +# CONFIG_MPC8641_HPCN is not set
77206 +# CONFIG_MPC8610_HPCD is not set
77208 +# CONFIG_IPIC is not set
77210 +# CONFIG_MPIC_WEIRD is not set
77211 +# CONFIG_PPC_I8259 is not set
77212 +# CONFIG_PPC_RTAS is not set
77213 +# CONFIG_MMIO_NVRAM is not set
77214 +# CONFIG_PPC_MPC106 is not set
77215 +# CONFIG_PPC_970_NAP is not set
77216 +# CONFIG_PPC_INDIRECT_IO is not set
77217 +# CONFIG_GENERIC_IOMAP is not set
77218 +# CONFIG_CPU_FREQ is not set
77219 +# CONFIG_FSL_ULI1575 is not set
77224 +# CONFIG_HIGHMEM is not set
77225 +CONFIG_TICK_ONESHOT=y
77226 +# CONFIG_NO_HZ is not set
77227 +CONFIG_HIGH_RES_TIMERS=y
77228 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
77229 +# CONFIG_HZ_100 is not set
77231 +# CONFIG_HZ_300 is not set
77232 +# CONFIG_HZ_1000 is not set
77234 +# CONFIG_SCHED_HRTICK is not set
77235 +# CONFIG_PREEMPT_NONE is not set
77236 +# CONFIG_PREEMPT_VOLUNTARY is not set
77238 +# CONFIG_PREEMPT_RCU is not set
77239 +CONFIG_BINFMT_ELF=y
77240 +CONFIG_BINFMT_MISC=m
77241 +CONFIG_FORCE_MAX_ZONEORDER=11
77242 +# CONFIG_IOMMU_HELPER is not set
77243 +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
77244 +CONFIG_ARCH_HAS_WALK_MEMORY=y
77245 +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
77246 +CONFIG_IRQ_ALL_CPUS=y
77247 +CONFIG_ARCH_FLATMEM_ENABLE=y
77248 +CONFIG_ARCH_POPULATES_NODE_MAP=y
77249 +CONFIG_SELECT_MEMORY_MODEL=y
77250 +CONFIG_FLATMEM_MANUAL=y
77251 +# CONFIG_DISCONTIGMEM_MANUAL is not set
77252 +# CONFIG_SPARSEMEM_MANUAL is not set
77254 +CONFIG_FLAT_NODE_MEM_MAP=y
77255 +# CONFIG_SPARSEMEM_STATIC is not set
77256 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
77257 +CONFIG_SPLIT_PTLOCK_CPUS=4
77258 +# CONFIG_RESOURCES_64BIT is not set
77259 +CONFIG_ZONE_DMA_FLAG=1
77261 +CONFIG_VIRT_TO_BUS=y
77262 +# CONFIG_PROC_DEVICETREE is not set
77263 +# CONFIG_CMDLINE_BOOL is not set
77264 +# CONFIG_PM is not set
77266 +CONFIG_ISA_DMA_API=y
77272 +CONFIG_GENERIC_ISA_DMA=y
77273 +CONFIG_PPC_INDIRECT_PCI=y
77277 +CONFIG_PCI_DOMAINS=y
77278 +CONFIG_PCI_SYSCALL=y
77279 +CONFIG_PCIEPORTBUS=y
77281 +CONFIG_ARCH_SUPPORTS_MSI=y
77282 +# CONFIG_PCI_MSI is not set
77283 +CONFIG_PCI_LEGACY=y
77284 +# CONFIG_PCI_DEBUG is not set
77285 +# CONFIG_PCCARD is not set
77286 +# CONFIG_HOTPLUG_PCI is not set
77291 +# CONFIG_ADVANCED_OPTIONS is not set
77294 +# Default settings for advanced configuration options are used
77296 +CONFIG_HIGHMEM_START=0xfe000000
77297 +CONFIG_LOWMEM_SIZE=0x30000000
77298 +CONFIG_KERNEL_START=0xc0000000
77299 +CONFIG_TASK_SIZE=0xc0000000
77300 +CONFIG_BOOT_LOAD=0x00800000
77308 +# Networking options
77311 +CONFIG_PACKET_MMAP=y
77314 +CONFIG_XFRM_USER=m
77315 +# CONFIG_XFRM_SUB_POLICY is not set
77316 +# CONFIG_XFRM_MIGRATE is not set
77317 +# CONFIG_XFRM_STATISTICS is not set
77319 +# CONFIG_NET_KEY_MIGRATE is not set
77321 +CONFIG_IP_MULTICAST=y
77322 +CONFIG_IP_ADVANCED_ROUTER=y
77323 +CONFIG_ASK_IP_FIB_HASH=y
77324 +# CONFIG_IP_FIB_TRIE is not set
77325 +CONFIG_IP_FIB_HASH=y
77326 +CONFIG_IP_MULTIPLE_TABLES=y
77327 +CONFIG_IP_ROUTE_MULTIPATH=y
77328 +CONFIG_IP_ROUTE_VERBOSE=y
77330 +CONFIG_IP_PNP_DHCP=y
77331 +CONFIG_IP_PNP_BOOTP=y
77332 +CONFIG_IP_PNP_RARP=y
77334 +CONFIG_NET_IPGRE=m
77335 +CONFIG_NET_IPGRE_BROADCAST=y
77336 +CONFIG_IP_MROUTE=y
77337 +CONFIG_IP_PIMSM_V1=y
77338 +CONFIG_IP_PIMSM_V2=y
77339 +# CONFIG_ARPD is not set
77340 +CONFIG_SYN_COOKIES=y
77343 +CONFIG_INET_IPCOMP=m
77344 +CONFIG_INET_XFRM_TUNNEL=m
77345 +CONFIG_INET_TUNNEL=m
77346 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
77347 +CONFIG_INET_XFRM_MODE_TUNNEL=y
77348 +CONFIG_INET_XFRM_MODE_BEET=y
77349 +# CONFIG_INET_LRO is not set
77350 +CONFIG_INET_DIAG=y
77351 +CONFIG_INET_TCP_DIAG=y
77352 +# CONFIG_TCP_CONG_ADVANCED is not set
77353 +CONFIG_TCP_CONG_CUBIC=y
77354 +CONFIG_DEFAULT_TCP_CONG="cubic"
77355 +# CONFIG_TCP_MD5SIG is not set
77356 +# CONFIG_IP_VS is not set
77358 +# CONFIG_IPV6_PRIVACY is not set
77359 +# CONFIG_IPV6_ROUTER_PREF is not set
77360 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
77362 +CONFIG_INET6_ESP=m
77363 +CONFIG_INET6_IPCOMP=m
77364 +# CONFIG_IPV6_MIP6 is not set
77365 +CONFIG_INET6_XFRM_TUNNEL=m
77366 +CONFIG_INET6_TUNNEL=m
77367 +CONFIG_INET6_XFRM_MODE_TRANSPORT=m
77368 +CONFIG_INET6_XFRM_MODE_TUNNEL=m
77369 +CONFIG_INET6_XFRM_MODE_BEET=m
77370 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
77372 +CONFIG_IPV6_TUNNEL=m
77373 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
77374 +# CONFIG_NETLABEL is not set
77375 +# CONFIG_NETWORK_SECMARK is not set
77376 +CONFIG_NETFILTER=y
77377 +# CONFIG_NETFILTER_DEBUG is not set
77378 +CONFIG_NETFILTER_ADVANCED=y
77379 +CONFIG_BRIDGE_NETFILTER=y
77382 +# Core Netfilter Configuration
77384 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
77385 +# CONFIG_NETFILTER_NETLINK_LOG is not set
77386 +# CONFIG_NF_CONNTRACK is not set
77387 +CONFIG_NETFILTER_XTABLES=m
77388 +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
77389 +# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
77390 +# CONFIG_NETFILTER_XT_TARGET_MARK is not set
77391 +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
77392 +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
77393 +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
77394 +# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
77395 +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
77396 +# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
77397 +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
77398 +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
77399 +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
77400 +# CONFIG_NETFILTER_XT_MATCH_ESP is not set
77401 +# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
77402 +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
77403 +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
77404 +# CONFIG_NETFILTER_XT_MATCH_MAC is not set
77405 +# CONFIG_NETFILTER_XT_MATCH_MARK is not set
77406 +# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
77407 +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
77408 +# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
77409 +# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
77410 +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
77411 +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
77412 +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
77413 +# CONFIG_NETFILTER_XT_MATCH_REALM is not set
77414 +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
77415 +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
77416 +# CONFIG_NETFILTER_XT_MATCH_STRING is not set
77417 +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
77418 +# CONFIG_NETFILTER_XT_MATCH_TIME is not set
77419 +# CONFIG_NETFILTER_XT_MATCH_U32 is not set
77420 +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
77423 +# IP: Netfilter Configuration
77425 +CONFIG_IP_NF_QUEUE=m
77426 +CONFIG_IP_NF_IPTABLES=m
77427 +CONFIG_IP_NF_MATCH_RECENT=m
77428 +CONFIG_IP_NF_MATCH_ECN=m
77429 +# CONFIG_IP_NF_MATCH_AH is not set
77430 +CONFIG_IP_NF_MATCH_TTL=m
77431 +CONFIG_IP_NF_MATCH_ADDRTYPE=m
77432 +CONFIG_IP_NF_FILTER=m
77433 +CONFIG_IP_NF_TARGET_REJECT=m
77434 +CONFIG_IP_NF_TARGET_LOG=m
77435 +CONFIG_IP_NF_TARGET_ULOG=m
77436 +CONFIG_IP_NF_MANGLE=m
77437 +CONFIG_IP_NF_TARGET_ECN=m
77438 +# CONFIG_IP_NF_TARGET_TTL is not set
77439 +CONFIG_IP_NF_RAW=m
77440 +CONFIG_IP_NF_ARPTABLES=m
77441 +CONFIG_IP_NF_ARPFILTER=m
77442 +CONFIG_IP_NF_ARP_MANGLE=m
77445 +# IPv6: Netfilter Configuration
77447 +CONFIG_IP6_NF_QUEUE=m
77448 +CONFIG_IP6_NF_IPTABLES=m
77449 +CONFIG_IP6_NF_MATCH_RT=m
77450 +CONFIG_IP6_NF_MATCH_OPTS=m
77451 +CONFIG_IP6_NF_MATCH_FRAG=m
77452 +CONFIG_IP6_NF_MATCH_HL=m
77453 +CONFIG_IP6_NF_MATCH_IPV6HEADER=m
77454 +# CONFIG_IP6_NF_MATCH_AH is not set
77455 +# CONFIG_IP6_NF_MATCH_MH is not set
77456 +CONFIG_IP6_NF_MATCH_EUI64=m
77457 +CONFIG_IP6_NF_FILTER=m
77458 +CONFIG_IP6_NF_TARGET_LOG=m
77459 +# CONFIG_IP6_NF_TARGET_REJECT is not set
77460 +CONFIG_IP6_NF_MANGLE=m
77461 +# CONFIG_IP6_NF_TARGET_HL is not set
77462 +CONFIG_IP6_NF_RAW=m
77465 +# Bridge: Netfilter Configuration
77467 +# CONFIG_BRIDGE_NF_EBTABLES is not set
77468 +# CONFIG_IP_DCCP is not set
77470 +# CONFIG_SCTP_DBG_MSG is not set
77471 +# CONFIG_SCTP_DBG_OBJCNT is not set
77472 +# CONFIG_SCTP_HMAC_NONE is not set
77473 +# CONFIG_SCTP_HMAC_SHA1 is not set
77474 +CONFIG_SCTP_HMAC_MD5=y
77476 +# CONFIG_TIPC_ADVANCED is not set
77477 +# CONFIG_TIPC_DEBUG is not set
77480 +# CONFIG_ATM_CLIP_NO_ICMP is not set
77483 +CONFIG_ATM_BR2684=m
77484 +# CONFIG_ATM_BR2684_IPFILTER is not set
77486 +CONFIG_VLAN_8021Q=m
77487 +# CONFIG_DECNET is not set
77489 +# CONFIG_LLC2 is not set
77490 +# CONFIG_IPX is not set
77491 +# CONFIG_ATALK is not set
77492 +# CONFIG_X25 is not set
77493 +# CONFIG_LAPB is not set
77494 +# CONFIG_ECONET is not set
77495 +CONFIG_WAN_ROUTER=m
77496 +CONFIG_NET_SCHED=y
77499 +# Queueing/Scheduling
77501 +CONFIG_NET_SCH_CBQ=m
77502 +CONFIG_NET_SCH_HTB=m
77503 +CONFIG_NET_SCH_HFSC=m
77504 +CONFIG_NET_SCH_ATM=m
77505 +CONFIG_NET_SCH_PRIO=m
77506 +# CONFIG_NET_SCH_RR is not set
77507 +CONFIG_NET_SCH_RED=m
77508 +CONFIG_NET_SCH_SFQ=m
77509 +CONFIG_NET_SCH_TEQL=m
77510 +CONFIG_NET_SCH_TBF=m
77511 +CONFIG_NET_SCH_GRED=m
77512 +CONFIG_NET_SCH_DSMARK=m
77513 +CONFIG_NET_SCH_NETEM=m
77519 +# CONFIG_NET_CLS_BASIC is not set
77520 +CONFIG_NET_CLS_TCINDEX=m
77521 +CONFIG_NET_CLS_ROUTE4=m
77522 +CONFIG_NET_CLS_ROUTE=y
77523 +CONFIG_NET_CLS_FW=m
77524 +CONFIG_NET_CLS_U32=m
77525 +# CONFIG_CLS_U32_PERF is not set
77526 +# CONFIG_CLS_U32_MARK is not set
77527 +CONFIG_NET_CLS_RSVP=m
77528 +CONFIG_NET_CLS_RSVP6=m
77529 +# CONFIG_NET_CLS_FLOW is not set
77530 +# CONFIG_NET_EMATCH is not set
77531 +# CONFIG_NET_CLS_ACT is not set
77532 +# CONFIG_NET_CLS_IND is not set
77533 +CONFIG_NET_SCH_FIFO=y
77538 +CONFIG_NET_PKTGEN=m
77539 +# CONFIG_HAMRADIO is not set
77540 +# CONFIG_CAN is not set
77541 +# CONFIG_IRDA is not set
77542 +# CONFIG_BT is not set
77543 +# CONFIG_AF_RXRPC is not set
77544 +CONFIG_FIB_RULES=y
77549 +# CONFIG_CFG80211 is not set
77550 +# CONFIG_WIRELESS_EXT is not set
77551 +# CONFIG_MAC80211 is not set
77552 +# CONFIG_IEEE80211 is not set
77553 +# CONFIG_RFKILL is not set
77554 +# CONFIG_NET_9P is not set
77561 +# Generic Driver Options
77563 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
77564 +CONFIG_STANDALONE=y
77565 +CONFIG_PREVENT_FIRMWARE_BUILD=y
77566 +# CONFIG_FW_LOADER is not set
77567 +# CONFIG_DEBUG_DRIVER is not set
77568 +# CONFIG_DEBUG_DEVRES is not set
77569 +# CONFIG_SYS_HYPERVISOR is not set
77570 +# CONFIG_CONNECTOR is not set
77572 +# CONFIG_MTD_DEBUG is not set
77573 +CONFIG_MTD_CONCAT=y
77574 +CONFIG_MTD_PARTITIONS=y
77575 +# CONFIG_MTD_REDBOOT_PARTS is not set
77576 +# CONFIG_MTD_CMDLINE_PARTS is not set
77577 +# CONFIG_MTD_OF_PARTS is not set
77580 +# User Modules And Translation Layers
77583 +CONFIG_MTD_BLKDEVS=y
77584 +CONFIG_MTD_BLOCK=y
77585 +# CONFIG_FTL is not set
77586 +# CONFIG_NFTL is not set
77587 +# CONFIG_INFTL is not set
77588 +# CONFIG_RFD_FTL is not set
77589 +# CONFIG_SSFDC is not set
77590 +# CONFIG_MTD_OOPS is not set
77593 +# RAM/ROM/Flash chip drivers
77596 +# CONFIG_MTD_JEDECPROBE is not set
77597 +CONFIG_MTD_GEN_PROBE=y
77598 +CONFIG_MTD_CFI_ADV_OPTIONS=y
77599 +# CONFIG_MTD_CFI_NOSWAP is not set
77600 +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
77601 +CONFIG_MTD_CFI_LE_BYTE_SWAP=y
77602 +# CONFIG_MTD_CFI_GEOMETRY is not set
77603 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
77604 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
77605 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
77606 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
77607 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
77608 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
77609 +CONFIG_MTD_CFI_I1=y
77610 +CONFIG_MTD_CFI_I2=y
77611 +# CONFIG_MTD_CFI_I4 is not set
77612 +# CONFIG_MTD_CFI_I8 is not set
77613 +# CONFIG_MTD_OTP is not set
77614 +CONFIG_MTD_CFI_INTELEXT=y
77615 +# CONFIG_MTD_CFI_AMDSTD is not set
77616 +# CONFIG_MTD_CFI_STAA is not set
77617 +CONFIG_MTD_CFI_UTIL=y
77618 +# CONFIG_MTD_RAM is not set
77619 +# CONFIG_MTD_ROM is not set
77620 +# CONFIG_MTD_ABSENT is not set
77623 +# Mapping drivers for chip access
77625 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
77626 +# CONFIG_MTD_PHYSMAP is not set
77627 +CONFIG_MTD_PHYSMAP_OF=y
77628 +# CONFIG_MTD_INTEL_VR_NOR is not set
77629 +# CONFIG_MTD_PLATRAM is not set
77632 +# Self-contained MTD device drivers
77634 +# CONFIG_MTD_PMC551 is not set
77635 +# CONFIG_MTD_SLRAM is not set
77636 +# CONFIG_MTD_PHRAM is not set
77637 +# CONFIG_MTD_MTDRAM is not set
77638 +# CONFIG_MTD_BLOCK2MTD is not set
77641 +# Disk-On-Chip Device Drivers
77643 +# CONFIG_MTD_DOC2000 is not set
77644 +# CONFIG_MTD_DOC2001 is not set
77645 +# CONFIG_MTD_DOC2001PLUS is not set
77646 +# CONFIG_MTD_NAND is not set
77647 +# CONFIG_MTD_ONENAND is not set
77650 +# UBI - Unsorted block images
77652 +# CONFIG_MTD_UBI is not set
77653 +CONFIG_OF_DEVICE=y
77654 +# CONFIG_PARPORT is not set
77656 +# CONFIG_BLK_DEV_FD is not set
77657 +# CONFIG_BLK_CPQ_DA is not set
77658 +# CONFIG_BLK_CPQ_CISS_DA is not set
77659 +# CONFIG_BLK_DEV_DAC960 is not set
77660 +# CONFIG_BLK_DEV_UMEM is not set
77661 +# CONFIG_BLK_DEV_COW_COMMON is not set
77662 +CONFIG_BLK_DEV_LOOP=m
77663 +CONFIG_BLK_DEV_CRYPTOLOOP=m
77664 +CONFIG_BLK_DEV_NBD=m
77665 +# CONFIG_BLK_DEV_SX8 is not set
77666 +CONFIG_BLK_DEV_RAM=y
77667 +CONFIG_BLK_DEV_RAM_COUNT=16
77668 +CONFIG_BLK_DEV_RAM_SIZE=4096
77669 +# CONFIG_BLK_DEV_XIP is not set
77670 +# CONFIG_CDROM_PKTCDVD is not set
77671 +# CONFIG_ATA_OVER_ETH is not set
77672 +CONFIG_MISC_DEVICES=y
77673 +# CONFIG_PHANTOM is not set
77674 +# CONFIG_EEPROM_93CX6 is not set
77675 +# CONFIG_SGI_IOC4 is not set
77676 +# CONFIG_TIFM_CORE is not set
77677 +# CONFIG_ENCLOSURE_SERVICES is not set
77679 +# CONFIG_IDE is not set
77682 +# SCSI device support
77684 +# CONFIG_RAID_ATTRS is not set
77685 +# CONFIG_SCSI is not set
77686 +# CONFIG_SCSI_DMA is not set
77687 +# CONFIG_SCSI_NETLINK is not set
77688 +# CONFIG_ATA is not set
77690 +CONFIG_BLK_DEV_MD=y
77691 +CONFIG_MD_LINEAR=y
77694 +CONFIG_MD_RAID10=y
77695 +# CONFIG_MD_RAID456 is not set
77696 +CONFIG_MD_MULTIPATH=y
77697 +CONFIG_MD_FAULTY=y
77698 +CONFIG_BLK_DEV_DM=y
77699 +# CONFIG_DM_DEBUG is not set
77701 +CONFIG_DM_SNAPSHOT=y
77702 +CONFIG_DM_MIRROR=y
77704 +# CONFIG_DM_MULTIPATH is not set
77705 +# CONFIG_DM_DELAY is not set
77706 +# CONFIG_DM_UEVENT is not set
77707 +# CONFIG_FUSION is not set
77710 +# IEEE 1394 (FireWire) support
77712 +# CONFIG_FIREWIRE is not set
77713 +# CONFIG_IEEE1394 is not set
77714 +# CONFIG_I2O is not set
77715 +# CONFIG_MACINTOSH_DRIVERS is not set
77716 +CONFIG_NETDEVICES=y
77717 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
77720 +# CONFIG_MACVLAN is not set
77721 +# CONFIG_EQUALIZER is not set
77723 +# CONFIG_VETH is not set
77724 +# CONFIG_ARCNET is not set
77728 +# MII PHY device drivers
77730 +# CONFIG_MARVELL_PHY is not set
77731 +# CONFIG_DAVICOM_PHY is not set
77732 +# CONFIG_QSEMI_PHY is not set
77733 +# CONFIG_LXT_PHY is not set
77734 +# CONFIG_CICADA_PHY is not set
77735 +# CONFIG_VITESSE_PHY is not set
77736 +# CONFIG_SMSC_PHY is not set
77737 +CONFIG_BROADCOM_PHY=y
77738 +# CONFIG_ICPLUS_PHY is not set
77739 +# CONFIG_REALTEK_PHY is not set
77740 +# CONFIG_FIXED_PHY is not set
77741 +# CONFIG_MDIO_BITBANG is not set
77742 +CONFIG_NET_ETHERNET=y
77744 +# CONFIG_HAPPYMEAL is not set
77745 +# CONFIG_SUNGEM is not set
77746 +# CONFIG_CASSINI is not set
77747 +# CONFIG_NET_VENDOR_3COM is not set
77748 +# CONFIG_NET_TULIP is not set
77749 +# CONFIG_HP100 is not set
77750 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
77751 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
77752 +# CONFIG_IBM_NEW_EMAC_TAH is not set
77753 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
77754 +# CONFIG_NET_PCI is not set
77755 +# CONFIG_B44 is not set
77756 +CONFIG_NETDEV_1000=y
77757 +# CONFIG_ACENIC is not set
77758 +# CONFIG_DL2K is not set
77759 +# CONFIG_E1000 is not set
77760 +# CONFIG_E1000E is not set
77761 +# CONFIG_E1000E_ENABLED is not set
77762 +# CONFIG_IP1000 is not set
77763 +# CONFIG_IGB is not set
77764 +# CONFIG_NS83820 is not set
77765 +# CONFIG_HAMACHI is not set
77766 +# CONFIG_YELLOWFIN is not set
77767 +# CONFIG_R8169 is not set
77768 +# CONFIG_SIS190 is not set
77769 +# CONFIG_SKGE is not set
77770 +# CONFIG_SKY2 is not set
77771 +# CONFIG_SK98LIN is not set
77772 +# CONFIG_VIA_VELOCITY is not set
77773 +# CONFIG_TIGON3 is not set
77774 +# CONFIG_BNX2 is not set
77776 +# CONFIG_GFAR_NAPI is not set
77777 +# CONFIG_QLA3XXX is not set
77778 +# CONFIG_ATL1 is not set
77779 +# CONFIG_NETDEV_10000 is not set
77780 +# CONFIG_TR is not set
77785 +# CONFIG_WLAN_PRE80211 is not set
77786 +# CONFIG_WLAN_80211 is not set
77787 +# CONFIG_WAN is not set
77788 +CONFIG_ATM_DRIVERS=y
77789 +# CONFIG_ATM_DUMMY is not set
77790 +# CONFIG_ATM_TCP is not set
77791 +# CONFIG_ATM_LANAI is not set
77792 +# CONFIG_ATM_ENI is not set
77793 +# CONFIG_ATM_FIRESTREAM is not set
77794 +# CONFIG_ATM_ZATM is not set
77795 +# CONFIG_ATM_NICSTAR is not set
77796 +# CONFIG_ATM_IDT77252 is not set
77797 +# CONFIG_ATM_AMBASSADOR is not set
77798 +# CONFIG_ATM_HORIZON is not set
77799 +# CONFIG_ATM_IA is not set
77800 +# CONFIG_ATM_FORE200E_MAYBE is not set
77801 +# CONFIG_ATM_HE is not set
77802 +# CONFIG_FDDI is not set
77803 +# CONFIG_HIPPI is not set
77805 +CONFIG_PPP_MULTILINK=y
77806 +CONFIG_PPP_FILTER=y
77807 +CONFIG_PPP_ASYNC=m
77808 +CONFIG_PPP_SYNC_TTY=m
77809 +CONFIG_PPP_DEFLATE=m
77810 +CONFIG_PPP_BSDCOMP=m
77811 +# CONFIG_PPP_MPPE is not set
77814 +# CONFIG_PPPOL2TP is not set
77816 +CONFIG_SLIP_COMPRESSED=y
77818 +CONFIG_SLIP_SMART=y
77819 +CONFIG_SLIP_MODE_SLIP6=y
77820 +CONFIG_NETCONSOLE=y
77821 +# CONFIG_NETCONSOLE_DYNAMIC is not set
77823 +CONFIG_NETPOLL_TRAP=y
77824 +CONFIG_NET_POLL_CONTROLLER=y
77825 +# CONFIG_ISDN is not set
77826 +# CONFIG_PHONE is not set
77829 +# Input device support
77832 +# CONFIG_INPUT_FF_MEMLESS is not set
77833 +# CONFIG_INPUT_POLLDEV is not set
77836 +# Userland interfaces
77838 +CONFIG_INPUT_MOUSEDEV=y
77839 +CONFIG_INPUT_MOUSEDEV_PSAUX=y
77840 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
77841 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
77842 +# CONFIG_INPUT_JOYDEV is not set
77843 +# CONFIG_INPUT_EVDEV is not set
77844 +# CONFIG_INPUT_EVBUG is not set
77847 +# Input Device Drivers
77849 +# CONFIG_INPUT_KEYBOARD is not set
77850 +# CONFIG_INPUT_MOUSE is not set
77851 +# CONFIG_INPUT_JOYSTICK is not set
77852 +# CONFIG_INPUT_TABLET is not set
77853 +# CONFIG_INPUT_TOUCHSCREEN is not set
77854 +# CONFIG_INPUT_MISC is not set
77857 +# Hardware I/O ports
77859 +# CONFIG_SERIO is not set
77860 +# CONFIG_GAMEPORT is not set
77863 +# Character devices
77866 +CONFIG_VT_CONSOLE=y
77867 +CONFIG_HW_CONSOLE=y
77868 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
77869 +# CONFIG_SERIAL_NONSTANDARD is not set
77870 +# CONFIG_NOZOMI is not set
77875 +CONFIG_SERIAL_8250=y
77876 +CONFIG_SERIAL_8250_CONSOLE=y
77877 +# CONFIG_SERIAL_8250_PCI is not set
77878 +CONFIG_SERIAL_8250_NR_UARTS=2
77879 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2
77880 +# CONFIG_SERIAL_8250_EXTENDED is not set
77883 +# Non-8250 serial port support
77885 +# CONFIG_SERIAL_UARTLITE is not set
77886 +CONFIG_SERIAL_CORE=y
77887 +CONFIG_SERIAL_CORE_CONSOLE=y
77888 +# CONFIG_SERIAL_JSM is not set
77889 +# CONFIG_SERIAL_OF_PLATFORM is not set
77890 +CONFIG_UNIX98_PTYS=y
77891 +CONFIG_LEGACY_PTYS=y
77892 +CONFIG_LEGACY_PTY_COUNT=256
77893 +# CONFIG_IPMI_HANDLER is not set
77894 +CONFIG_HW_RANDOM=m
77895 +# CONFIG_NVRAM is not set
77896 +# CONFIG_GEN_RTC is not set
77897 +# CONFIG_R3964 is not set
77898 +# CONFIG_APPLICOM is not set
77899 +# CONFIG_RAW_DRIVER is not set
77900 +# CONFIG_TCG_TPM is not set
77903 +CONFIG_I2C_BOARDINFO=y
77904 +CONFIG_I2C_CHARDEV=y
77909 +# CONFIG_I2C_ALGOBIT is not set
77910 +# CONFIG_I2C_ALGOPCF is not set
77911 +# CONFIG_I2C_ALGOPCA is not set
77914 +# I2C Hardware Bus support
77916 +# CONFIG_I2C_ALI1535 is not set
77917 +# CONFIG_I2C_ALI1563 is not set
77918 +# CONFIG_I2C_ALI15X3 is not set
77919 +# CONFIG_I2C_AMD756 is not set
77920 +# CONFIG_I2C_AMD8111 is not set
77921 +# CONFIG_I2C_I801 is not set
77922 +# CONFIG_I2C_I810 is not set
77923 +# CONFIG_I2C_PIIX4 is not set
77925 +# CONFIG_I2C_NFORCE2 is not set
77926 +# CONFIG_I2C_OCORES is not set
77927 +# CONFIG_I2C_PARPORT_LIGHT is not set
77928 +# CONFIG_I2C_PROSAVAGE is not set
77929 +# CONFIG_I2C_SAVAGE4 is not set
77930 +# CONFIG_I2C_SIMTEC is not set
77931 +# CONFIG_I2C_SIS5595 is not set
77932 +# CONFIG_I2C_SIS630 is not set
77933 +# CONFIG_I2C_SIS96X is not set
77934 +# CONFIG_I2C_TAOS_EVM is not set
77935 +# CONFIG_I2C_STUB is not set
77936 +# CONFIG_I2C_VIA is not set
77937 +# CONFIG_I2C_VIAPRO is not set
77938 +# CONFIG_I2C_VOODOO3 is not set
77941 +# Miscellaneous I2C Chip support
77943 +# CONFIG_DS1682 is not set
77944 +# CONFIG_SENSORS_EEPROM is not set
77945 +# CONFIG_SENSORS_PCF8574 is not set
77946 +# CONFIG_PCF8575 is not set
77947 +# CONFIG_SENSORS_PCF8591 is not set
77948 +# CONFIG_TPS65010 is not set
77949 +# CONFIG_SENSORS_MAX6875 is not set
77950 +# CONFIG_SENSORS_TSL2550 is not set
77951 +# CONFIG_I2C_DEBUG_CORE is not set
77952 +# CONFIG_I2C_DEBUG_ALGO is not set
77953 +# CONFIG_I2C_DEBUG_BUS is not set
77954 +# CONFIG_I2C_DEBUG_CHIP is not set
77959 +# CONFIG_SPI is not set
77960 +# CONFIG_SPI_MASTER is not set
77961 +# CONFIG_W1 is not set
77962 +# CONFIG_POWER_SUPPLY is not set
77964 +# CONFIG_HWMON_VID is not set
77965 +# CONFIG_SENSORS_AD7418 is not set
77966 +# CONFIG_SENSORS_ADM1021 is not set
77967 +# CONFIG_SENSORS_ADM1025 is not set
77968 +# CONFIG_SENSORS_ADM1026 is not set
77969 +# CONFIG_SENSORS_ADM1029 is not set
77970 +# CONFIG_SENSORS_ADM1031 is not set
77971 +# CONFIG_SENSORS_ADM9240 is not set
77972 +# CONFIG_SENSORS_ADT7470 is not set
77973 +# CONFIG_SENSORS_ADT7473 is not set
77974 +# CONFIG_SENSORS_ATXP1 is not set
77975 +# CONFIG_SENSORS_DS1621 is not set
77976 +# CONFIG_SENSORS_I5K_AMB is not set
77977 +# CONFIG_SENSORS_F71805F is not set
77978 +# CONFIG_SENSORS_F71882FG is not set
77979 +# CONFIG_SENSORS_F75375S is not set
77980 +# CONFIG_SENSORS_GL518SM is not set
77981 +# CONFIG_SENSORS_GL520SM is not set
77982 +# CONFIG_SENSORS_IT87 is not set
77983 +# CONFIG_SENSORS_LM63 is not set
77984 +# CONFIG_SENSORS_LM75 is not set
77985 +# CONFIG_SENSORS_LM77 is not set
77986 +# CONFIG_SENSORS_LM78 is not set
77987 +# CONFIG_SENSORS_LM80 is not set
77988 +# CONFIG_SENSORS_LM83 is not set
77989 +# CONFIG_SENSORS_LM85 is not set
77990 +# CONFIG_SENSORS_LM87 is not set
77991 +# CONFIG_SENSORS_LM90 is not set
77992 +# CONFIG_SENSORS_LM92 is not set
77993 +# CONFIG_SENSORS_LM93 is not set
77994 +# CONFIG_SENSORS_MAX1619 is not set
77995 +# CONFIG_SENSORS_MAX6650 is not set
77996 +# CONFIG_SENSORS_PC87360 is not set
77997 +# CONFIG_SENSORS_PC87427 is not set
77998 +# CONFIG_SENSORS_SIS5595 is not set
77999 +# CONFIG_SENSORS_DME1737 is not set
78000 +# CONFIG_SENSORS_SMSC47M1 is not set
78001 +# CONFIG_SENSORS_SMSC47M192 is not set
78002 +# CONFIG_SENSORS_SMSC47B397 is not set
78003 +# CONFIG_SENSORS_ADS7828 is not set
78004 +# CONFIG_SENSORS_THMC50 is not set
78005 +# CONFIG_SENSORS_VIA686A is not set
78006 +# CONFIG_SENSORS_VT1211 is not set
78007 +# CONFIG_SENSORS_VT8231 is not set
78008 +# CONFIG_SENSORS_W83781D is not set
78009 +# CONFIG_SENSORS_W83791D is not set
78010 +# CONFIG_SENSORS_W83792D is not set
78011 +# CONFIG_SENSORS_W83793 is not set
78012 +# CONFIG_SENSORS_W83L785TS is not set
78013 +# CONFIG_SENSORS_W83L786NG is not set
78014 +# CONFIG_SENSORS_W83627HF is not set
78015 +# CONFIG_SENSORS_W83627EHF is not set
78016 +# CONFIG_HWMON_DEBUG_CHIP is not set
78017 +# CONFIG_THERMAL is not set
78019 +# CONFIG_WATCHDOG_NOWAYOUT is not set
78022 +# Watchdog Device Drivers
78024 +CONFIG_SOFT_WATCHDOG=m
78027 +# PCI-based Watchdog Cards
78029 +# CONFIG_PCIPCWATCHDOG is not set
78030 +# CONFIG_WDTPCI is not set
78033 +# Sonics Silicon Backplane
78035 +CONFIG_SSB_POSSIBLE=y
78036 +# CONFIG_SSB is not set
78039 +# Multifunction device drivers
78041 +# CONFIG_MFD_SM501 is not set
78044 +# Multimedia devices
78046 +# CONFIG_VIDEO_DEV is not set
78047 +# CONFIG_DVB_CORE is not set
78051 +# Graphics support
78053 +# CONFIG_AGP is not set
78054 +# CONFIG_DRM is not set
78055 +# CONFIG_VGASTATE is not set
78056 +CONFIG_VIDEO_OUTPUT_CONTROL=m
78057 +# CONFIG_FB is not set
78058 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
78061 +# Display device support
78063 +# CONFIG_DISPLAY_SUPPORT is not set
78066 +# Console display driver support
78068 +CONFIG_VGA_CONSOLE=y
78069 +# CONFIG_VGACON_SOFT_SCROLLBACK is not set
78070 +CONFIG_DUMMY_CONSOLE=y
78075 +# CONFIG_SOUND is not set
78076 +CONFIG_HID_SUPPORT=y
78078 +# CONFIG_HID_DEBUG is not set
78079 +# CONFIG_HIDRAW is not set
78080 +CONFIG_USB_SUPPORT=y
78081 +CONFIG_USB_ARCH_HAS_HCD=y
78082 +CONFIG_USB_ARCH_HAS_OHCI=y
78083 +CONFIG_USB_ARCH_HAS_EHCI=y
78084 +# CONFIG_USB is not set
78087 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
78089 +# CONFIG_USB_GADGET is not set
78090 +# CONFIG_MMC is not set
78091 +# CONFIG_MEMSTICK is not set
78092 +# CONFIG_NEW_LEDS is not set
78093 +# CONFIG_INFINIBAND is not set
78094 +# CONFIG_EDAC is not set
78095 +# CONFIG_RTC_CLASS is not set
78096 +# CONFIG_DMADEVICES is not set
78101 +# CONFIG_UIO is not set
78107 +CONFIG_EXT2_FS_XATTR=y
78108 +CONFIG_EXT2_FS_POSIX_ACL=y
78109 +# CONFIG_EXT2_FS_SECURITY is not set
78110 +# CONFIG_EXT2_FS_XIP is not set
78112 +CONFIG_EXT3_FS_XATTR=y
78113 +CONFIG_EXT3_FS_POSIX_ACL=y
78114 +# CONFIG_EXT3_FS_SECURITY is not set
78115 +# CONFIG_EXT4DEV_FS is not set
78117 +# CONFIG_JBD_DEBUG is not set
78118 +CONFIG_FS_MBCACHE=y
78119 +CONFIG_REISERFS_FS=m
78120 +# CONFIG_REISERFS_CHECK is not set
78121 +# CONFIG_REISERFS_PROC_INFO is not set
78122 +CONFIG_REISERFS_FS_XATTR=y
78123 +CONFIG_REISERFS_FS_POSIX_ACL=y
78124 +# CONFIG_REISERFS_FS_SECURITY is not set
78125 +# CONFIG_JFS_FS is not set
78126 +CONFIG_FS_POSIX_ACL=y
78127 +# CONFIG_XFS_FS is not set
78128 +# CONFIG_GFS2_FS is not set
78130 +CONFIG_OCFS2_DEBUG_MASKLOG=y
78131 +# CONFIG_OCFS2_DEBUG_FS is not set
78134 +CONFIG_INOTIFY_USER=y
78135 +# CONFIG_QUOTA is not set
78136 +CONFIG_AUTOFS_FS=m
78137 +CONFIG_AUTOFS4_FS=m
78138 +# CONFIG_FUSE_FS is not set
78141 +# CD-ROM/DVD Filesystems
78143 +# CONFIG_ISO9660_FS is not set
78144 +# CONFIG_UDF_FS is not set
78147 +# DOS/FAT/NT Filesystems
78149 +# CONFIG_MSDOS_FS is not set
78150 +# CONFIG_VFAT_FS is not set
78151 +# CONFIG_NTFS_FS is not set
78154 +# Pseudo filesystems
78157 +CONFIG_PROC_KCORE=y
78158 +CONFIG_PROC_SYSCTL=y
78161 +# CONFIG_TMPFS_POSIX_ACL is not set
78162 +# CONFIG_HUGETLB_PAGE is not set
78163 +CONFIG_CONFIGFS_FS=m
78166 +# Miscellaneous filesystems
78168 +# CONFIG_ADFS_FS is not set
78169 +# CONFIG_AFFS_FS is not set
78170 +# CONFIG_HFS_FS is not set
78171 +# CONFIG_HFSPLUS_FS is not set
78172 +# CONFIG_BEFS_FS is not set
78173 +# CONFIG_BFS_FS is not set
78174 +# CONFIG_EFS_FS is not set
78175 +# CONFIG_JFFS2_FS is not set
78176 +# CONFIG_CRAMFS is not set
78177 +# CONFIG_VXFS_FS is not set
78179 +# CONFIG_HPFS_FS is not set
78180 +# CONFIG_QNX4FS_FS is not set
78182 +# CONFIG_SYSV_FS is not set
78183 +# CONFIG_UFS_FS is not set
78184 +CONFIG_NETWORK_FILESYSTEMS=y
78187 +# CONFIG_NFS_V3_ACL is not set
78189 +CONFIG_NFS_DIRECTIO=y
78190 +# CONFIG_NFSD is not set
78194 +CONFIG_NFS_COMMON=y
78196 +CONFIG_SUNRPC_GSS=y
78197 +# CONFIG_SUNRPC_BIND34 is not set
78198 +CONFIG_RPCSEC_GSS_KRB5=y
78199 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
78201 +CONFIG_SMB_NLS_DEFAULT=y
78202 +CONFIG_SMB_NLS_REMOTE="cp437"
78204 +# CONFIG_CIFS_STATS is not set
78205 +# CONFIG_CIFS_WEAK_PW_HASH is not set
78206 +CONFIG_CIFS_XATTR=y
78207 +CONFIG_CIFS_POSIX=y
78208 +# CONFIG_CIFS_DEBUG2 is not set
78209 +# CONFIG_CIFS_EXPERIMENTAL is not set
78210 +# CONFIG_NCP_FS is not set
78211 +# CONFIG_CODA_FS is not set
78212 +# CONFIG_AFS_FS is not set
78217 +# CONFIG_PARTITION_ADVANCED is not set
78218 +CONFIG_MSDOS_PARTITION=y
78220 +CONFIG_NLS_DEFAULT="iso8859-1"
78221 +CONFIG_NLS_CODEPAGE_437=m
78222 +CONFIG_NLS_CODEPAGE_737=m
78223 +CONFIG_NLS_CODEPAGE_775=m
78224 +CONFIG_NLS_CODEPAGE_850=m
78225 +CONFIG_NLS_CODEPAGE_852=m
78226 +CONFIG_NLS_CODEPAGE_855=m
78227 +CONFIG_NLS_CODEPAGE_857=m
78228 +CONFIG_NLS_CODEPAGE_860=m
78229 +CONFIG_NLS_CODEPAGE_861=m
78230 +CONFIG_NLS_CODEPAGE_862=m
78231 +CONFIG_NLS_CODEPAGE_863=m
78232 +CONFIG_NLS_CODEPAGE_864=m
78233 +CONFIG_NLS_CODEPAGE_865=m
78234 +CONFIG_NLS_CODEPAGE_866=m
78235 +CONFIG_NLS_CODEPAGE_869=m
78236 +CONFIG_NLS_CODEPAGE_936=m
78237 +CONFIG_NLS_CODEPAGE_950=m
78238 +CONFIG_NLS_CODEPAGE_932=m
78239 +CONFIG_NLS_CODEPAGE_949=m
78240 +CONFIG_NLS_CODEPAGE_874=m
78241 +CONFIG_NLS_ISO8859_8=m
78242 +CONFIG_NLS_CODEPAGE_1250=m
78243 +CONFIG_NLS_CODEPAGE_1251=m
78244 +CONFIG_NLS_ASCII=m
78245 +CONFIG_NLS_ISO8859_1=m
78246 +CONFIG_NLS_ISO8859_2=m
78247 +CONFIG_NLS_ISO8859_3=m
78248 +CONFIG_NLS_ISO8859_4=m
78249 +CONFIG_NLS_ISO8859_5=m
78250 +CONFIG_NLS_ISO8859_6=m
78251 +CONFIG_NLS_ISO8859_7=m
78252 +CONFIG_NLS_ISO8859_9=m
78253 +CONFIG_NLS_ISO8859_13=m
78254 +CONFIG_NLS_ISO8859_14=m
78255 +CONFIG_NLS_ISO8859_15=m
78256 +CONFIG_NLS_KOI8_R=m
78257 +CONFIG_NLS_KOI8_U=m
78259 +# CONFIG_DLM is not set
78262 +# Library routines
78264 +CONFIG_BITREVERSE=y
78265 +CONFIG_CRC_CCITT=m
78266 +# CONFIG_CRC16 is not set
78267 +# CONFIG_CRC_ITU_T is not set
78269 +# CONFIG_CRC7 is not set
78270 +CONFIG_LIBCRC32C=m
78271 +CONFIG_ZLIB_INFLATE=m
78272 +CONFIG_ZLIB_DEFLATE=m
78274 +CONFIG_HAS_IOMEM=y
78275 +CONFIG_HAS_IOPORT=y
78282 +# CONFIG_PRINTK_TIME is not set
78283 +CONFIG_ENABLE_WARN_DEPRECATED=y
78284 +CONFIG_ENABLE_MUST_CHECK=y
78285 +CONFIG_MAGIC_SYSRQ=y
78286 +# CONFIG_UNUSED_SYMBOLS is not set
78288 +# CONFIG_HEADERS_CHECK is not set
78289 +CONFIG_DEBUG_KERNEL=y
78290 +# CONFIG_DEBUG_SHIRQ is not set
78291 +CONFIG_DETECT_SOFTLOCKUP=y
78292 +CONFIG_SCHED_DEBUG=y
78293 +# CONFIG_SCHEDSTATS is not set
78294 +# CONFIG_TIMER_STATS is not set
78295 +# CONFIG_DEBUG_SLAB is not set
78296 +# CONFIG_DEBUG_RT_MUTEXES is not set
78297 +# CONFIG_RT_MUTEX_TESTER is not set
78298 +# CONFIG_DEBUG_SPINLOCK is not set
78299 +# CONFIG_DEBUG_MUTEXES is not set
78300 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
78301 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
78302 +# CONFIG_DEBUG_KOBJECT is not set
78303 +# CONFIG_DEBUG_BUGVERBOSE is not set
78304 +CONFIG_DEBUG_INFO=y
78305 +# CONFIG_DEBUG_VM is not set
78306 +# CONFIG_DEBUG_LIST is not set
78307 +# CONFIG_DEBUG_SG is not set
78308 +# CONFIG_BOOT_PRINTK_DELAY is not set
78309 +# CONFIG_RCU_TORTURE_TEST is not set
78310 +# CONFIG_BACKTRACE_SELF_TEST is not set
78311 +# CONFIG_FAULT_INJECTION is not set
78312 +# CONFIG_SAMPLES is not set
78313 +# CONFIG_DEBUG_STACKOVERFLOW is not set
78314 +# CONFIG_DEBUG_STACK_USAGE is not set
78315 +# CONFIG_DEBUG_PAGEALLOC is not set
78317 +# CONFIG_XMON is not set
78318 +# CONFIG_VIRQ_DEBUG is not set
78319 +# CONFIG_BDI_SWITCH is not set
78320 +# CONFIG_PPC_EARLY_DEBUG is not set
78323 +# Security options
78325 +# CONFIG_KEYS is not set
78327 +CONFIG_SECURITY_NETWORK=y
78328 +# CONFIG_SECURITY_NETWORK_XFRM is not set
78329 +CONFIG_SECURITY_CAPABILITIES=y
78330 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
78331 +CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
78333 +CONFIG_CRYPTO_ALGAPI=y
78334 +CONFIG_CRYPTO_AEAD=m
78335 +CONFIG_CRYPTO_BLKCIPHER=y
78336 +# CONFIG_CRYPTO_SEQIV is not set
78337 +CONFIG_CRYPTO_HASH=y
78338 +CONFIG_CRYPTO_MANAGER=y
78339 +CONFIG_CRYPTO_HMAC=y
78340 +# CONFIG_CRYPTO_XCBC is not set
78341 +CONFIG_CRYPTO_NULL=m
78342 +CONFIG_CRYPTO_MD4=m
78343 +CONFIG_CRYPTO_MD5=y
78344 +CONFIG_CRYPTO_SHA1=m
78345 +CONFIG_CRYPTO_SHA256=m
78346 +CONFIG_CRYPTO_SHA512=m
78347 +CONFIG_CRYPTO_WP512=m
78348 +# CONFIG_CRYPTO_TGR192 is not set
78349 +# CONFIG_CRYPTO_GF128MUL is not set
78350 +CONFIG_CRYPTO_ECB=m
78351 +CONFIG_CRYPTO_CBC=y
78352 +CONFIG_CRYPTO_PCBC=m
78353 +# CONFIG_CRYPTO_LRW is not set
78354 +# CONFIG_CRYPTO_XTS is not set
78355 +# CONFIG_CRYPTO_CTR is not set
78356 +# CONFIG_CRYPTO_GCM is not set
78357 +# CONFIG_CRYPTO_CCM is not set
78358 +# CONFIG_CRYPTO_CRYPTD is not set
78359 +CONFIG_CRYPTO_DES=y
78360 +# CONFIG_CRYPTO_FCRYPT is not set
78361 +CONFIG_CRYPTO_BLOWFISH=m
78362 +CONFIG_CRYPTO_TWOFISH=m
78363 +CONFIG_CRYPTO_TWOFISH_COMMON=m
78364 +CONFIG_CRYPTO_SERPENT=m
78365 +CONFIG_CRYPTO_AES=m
78366 +CONFIG_CRYPTO_CAST5=m
78367 +CONFIG_CRYPTO_CAST6=m
78368 +CONFIG_CRYPTO_TEA=m
78369 +CONFIG_CRYPTO_ARC4=m
78370 +CONFIG_CRYPTO_KHAZAD=m
78371 +CONFIG_CRYPTO_ANUBIS=m
78372 +# CONFIG_CRYPTO_SEED is not set
78373 +# CONFIG_CRYPTO_SALSA20 is not set
78374 +CONFIG_CRYPTO_DEFLATE=m
78375 +CONFIG_CRYPTO_MICHAEL_MIC=m
78376 +CONFIG_CRYPTO_CRC32C=m
78377 +# CONFIG_CRYPTO_CAMELLIA is not set
78378 +CONFIG_CRYPTO_TEST=m
78379 +CONFIG_CRYPTO_AUTHENC=m
78380 +# CONFIG_CRYPTO_LZO is not set
78381 +CONFIG_CRYPTO_HW=y
78382 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
78383 +# CONFIG_PPC_CLOCK is not set
78384 --- a/arch/powerpc/configs/sequoia_defconfig
78388 -# Automatically generated make config: don't edit
78389 -# Linux kernel version: 2.6.25-rc2
78390 -# Fri Feb 15 21:53:46 2008
78392 -# CONFIG_PPC64 is not set
78395 -# Processor support
78397 -# CONFIG_6xx is not set
78398 -# CONFIG_PPC_85xx is not set
78399 -# CONFIG_PPC_8xx is not set
78400 -# CONFIG_40x is not set
78402 -# CONFIG_E200 is not set
78406 -CONFIG_PTE_64BIT=y
78407 -CONFIG_PHYS_64BIT=y
78408 -# CONFIG_PPC_MM_SLICES is not set
78409 -CONFIG_NOT_COHERENT_CACHE=y
78411 -CONFIG_WORD_SIZE=32
78412 -CONFIG_PPC_MERGE=y
78414 -CONFIG_GENERIC_CMOS_UPDATE=y
78415 -CONFIG_GENERIC_TIME=y
78416 -CONFIG_GENERIC_TIME_VSYSCALL=y
78417 -CONFIG_GENERIC_CLOCKEVENTS=y
78418 -CONFIG_GENERIC_HARDIRQS=y
78419 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
78420 -CONFIG_IRQ_PER_CPU=y
78421 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
78422 -CONFIG_ARCH_HAS_ILOG2_U32=y
78423 -CONFIG_GENERIC_HWEIGHT=y
78424 -CONFIG_GENERIC_CALIBRATE_DELAY=y
78425 -CONFIG_GENERIC_FIND_NEXT_BIT=y
78426 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
78428 -CONFIG_EARLY_PRINTK=y
78429 -CONFIG_GENERIC_NVRAM=y
78430 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
78431 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
78434 -CONFIG_PPC_UDBG_16550=y
78435 -# CONFIG_GENERIC_TBSYNC is not set
78436 -CONFIG_AUDIT_ARCH=y
78437 -CONFIG_GENERIC_BUG=y
78438 -# CONFIG_DEFAULT_UIMAGE is not set
78439 -CONFIG_PPC_DCR_NATIVE=y
78440 -# CONFIG_PPC_DCR_MMIO is not set
78442 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
78447 -CONFIG_EXPERIMENTAL=y
78448 -CONFIG_BROKEN_ON_SMP=y
78449 -CONFIG_INIT_ENV_ARG_LIMIT=32
78450 -CONFIG_LOCALVERSION=""
78451 -CONFIG_LOCALVERSION_AUTO=y
78454 -CONFIG_SYSVIPC_SYSCTL=y
78455 -CONFIG_POSIX_MQUEUE=y
78456 -# CONFIG_BSD_PROCESS_ACCT is not set
78457 -# CONFIG_TASKSTATS is not set
78458 -# CONFIG_AUDIT is not set
78459 -# CONFIG_IKCONFIG is not set
78460 -CONFIG_LOG_BUF_SHIFT=14
78461 -# CONFIG_CGROUPS is not set
78462 -CONFIG_GROUP_SCHED=y
78463 -# CONFIG_FAIR_GROUP_SCHED is not set
78464 -# CONFIG_RT_GROUP_SCHED is not set
78465 -CONFIG_USER_SCHED=y
78466 -# CONFIG_CGROUP_SCHED is not set
78467 -CONFIG_SYSFS_DEPRECATED=y
78468 -# CONFIG_RELAY is not set
78469 -# CONFIG_NAMESPACES is not set
78470 -CONFIG_BLK_DEV_INITRD=y
78471 -CONFIG_INITRAMFS_SOURCE=""
78472 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
78475 -CONFIG_SYSCTL_SYSCALL=y
78477 -# CONFIG_KALLSYMS_ALL is not set
78478 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
78483 -CONFIG_COMPAT_BRK=y
78484 -CONFIG_BASE_FULL=y
78486 -CONFIG_ANON_INODES=y
78492 -CONFIG_VM_EVENT_COUNTERS=y
78493 -CONFIG_SLUB_DEBUG=y
78494 -# CONFIG_SLAB is not set
78496 -# CONFIG_SLOB is not set
78497 -# CONFIG_PROFILING is not set
78498 -# CONFIG_MARKERS is not set
78499 -CONFIG_HAVE_OPROFILE=y
78500 -# CONFIG_KPROBES is not set
78501 -CONFIG_HAVE_KPROBES=y
78502 -CONFIG_PROC_PAGE_MONITOR=y
78504 -CONFIG_RT_MUTEXES=y
78505 -# CONFIG_TINY_SHMEM is not set
78506 -CONFIG_BASE_SMALL=0
78508 -CONFIG_MODULE_UNLOAD=y
78509 -# CONFIG_MODULE_FORCE_UNLOAD is not set
78510 -# CONFIG_MODVERSIONS is not set
78511 -# CONFIG_MODULE_SRCVERSION_ALL is not set
78515 -# CONFIG_BLK_DEV_IO_TRACE is not set
78516 -# CONFIG_LSF is not set
78517 -# CONFIG_BLK_DEV_BSG is not set
78522 -CONFIG_IOSCHED_NOOP=y
78523 -CONFIG_IOSCHED_AS=y
78524 -CONFIG_IOSCHED_DEADLINE=y
78525 -CONFIG_IOSCHED_CFQ=y
78526 -CONFIG_DEFAULT_AS=y
78527 -# CONFIG_DEFAULT_DEADLINE is not set
78528 -# CONFIG_DEFAULT_CFQ is not set
78529 -# CONFIG_DEFAULT_NOOP is not set
78530 -CONFIG_DEFAULT_IOSCHED="anticipatory"
78531 -CONFIG_CLASSIC_RCU=y
78532 -# CONFIG_PREEMPT_RCU is not set
78533 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
78536 -# Platform support
78538 -# CONFIG_PPC_MPC512x is not set
78539 -# CONFIG_PPC_MPC5121 is not set
78540 -# CONFIG_PPC_CELL is not set
78541 -# CONFIG_PPC_CELL_NATIVE is not set
78542 -# CONFIG_PQ2ADS is not set
78543 -# CONFIG_BAMBOO is not set
78544 -# CONFIG_EBONY is not set
78546 -# CONFIG_TAISHAN is not set
78547 -# CONFIG_KATMAI is not set
78548 -# CONFIG_RAINIER is not set
78549 -# CONFIG_WARP is not set
78551 -# CONFIG_IPIC is not set
78552 -# CONFIG_MPIC is not set
78553 -# CONFIG_MPIC_WEIRD is not set
78554 -# CONFIG_PPC_I8259 is not set
78555 -# CONFIG_PPC_RTAS is not set
78556 -# CONFIG_MMIO_NVRAM is not set
78557 -# CONFIG_PPC_MPC106 is not set
78558 -# CONFIG_PPC_970_NAP is not set
78559 -# CONFIG_PPC_INDIRECT_IO is not set
78560 -# CONFIG_GENERIC_IOMAP is not set
78561 -# CONFIG_CPU_FREQ is not set
78562 -# CONFIG_FSL_ULI1575 is not set
78567 -# CONFIG_HIGHMEM is not set
78568 -CONFIG_TICK_ONESHOT=y
78570 -CONFIG_HIGH_RES_TIMERS=y
78571 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
78572 -# CONFIG_HZ_100 is not set
78574 -# CONFIG_HZ_300 is not set
78575 -# CONFIG_HZ_1000 is not set
78577 -# CONFIG_SCHED_HRTICK is not set
78578 -CONFIG_PREEMPT_NONE=y
78579 -# CONFIG_PREEMPT_VOLUNTARY is not set
78580 -# CONFIG_PREEMPT is not set
78581 -CONFIG_RCU_TRACE=y
78582 -CONFIG_BINFMT_ELF=y
78583 -# CONFIG_BINFMT_MISC is not set
78584 -# CONFIG_MATH_EMULATION is not set
78585 -# CONFIG_IOMMU_HELPER is not set
78586 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
78587 -CONFIG_ARCH_HAS_WALK_MEMORY=y
78588 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
78589 -CONFIG_ARCH_FLATMEM_ENABLE=y
78590 -CONFIG_ARCH_POPULATES_NODE_MAP=y
78591 -CONFIG_SELECT_MEMORY_MODEL=y
78592 -CONFIG_FLATMEM_MANUAL=y
78593 -# CONFIG_DISCONTIGMEM_MANUAL is not set
78594 -# CONFIG_SPARSEMEM_MANUAL is not set
78596 -CONFIG_FLAT_NODE_MEM_MAP=y
78597 -# CONFIG_SPARSEMEM_STATIC is not set
78598 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
78599 -CONFIG_SPLIT_PTLOCK_CPUS=4
78600 -CONFIG_RESOURCES_64BIT=y
78601 -CONFIG_ZONE_DMA_FLAG=1
78603 -CONFIG_VIRT_TO_BUS=y
78604 -CONFIG_PROC_DEVICETREE=y
78605 -CONFIG_CMDLINE_BOOL=y
78608 -CONFIG_ISA_DMA_API=y
78614 -CONFIG_PPC_INDIRECT_PCI=y
78616 -CONFIG_PCI_DOMAINS=y
78617 -CONFIG_PCI_SYSCALL=y
78618 -# CONFIG_PCIEPORTBUS is not set
78619 -CONFIG_ARCH_SUPPORTS_MSI=y
78620 -# CONFIG_PCI_MSI is not set
78621 -CONFIG_PCI_LEGACY=y
78622 -# CONFIG_PCI_DEBUG is not set
78623 -# CONFIG_PCCARD is not set
78624 -# CONFIG_HOTPLUG_PCI is not set
78629 -# CONFIG_ADVANCED_OPTIONS is not set
78632 -# Default settings for advanced configuration options are used
78634 -CONFIG_HIGHMEM_START=0xfe000000
78635 -CONFIG_LOWMEM_SIZE=0x30000000
78636 -CONFIG_KERNEL_START=0xc0000000
78637 -CONFIG_TASK_SIZE=0xc0000000
78638 -CONFIG_CONSISTENT_START=0xff100000
78639 -CONFIG_CONSISTENT_SIZE=0x00200000
78640 -CONFIG_BOOT_LOAD=0x01000000
78648 -# Networking options
78651 -# CONFIG_PACKET_MMAP is not set
78653 -# CONFIG_NET_KEY is not set
78655 -# CONFIG_IP_MULTICAST is not set
78656 -# CONFIG_IP_ADVANCED_ROUTER is not set
78657 -CONFIG_IP_FIB_HASH=y
78659 -CONFIG_IP_PNP_DHCP=y
78660 -CONFIG_IP_PNP_BOOTP=y
78661 -# CONFIG_IP_PNP_RARP is not set
78662 -# CONFIG_NET_IPIP is not set
78663 -# CONFIG_NET_IPGRE is not set
78664 -# CONFIG_ARPD is not set
78665 -# CONFIG_SYN_COOKIES is not set
78666 -# CONFIG_INET_AH is not set
78667 -# CONFIG_INET_ESP is not set
78668 -# CONFIG_INET_IPCOMP is not set
78669 -# CONFIG_INET_XFRM_TUNNEL is not set
78670 -# CONFIG_INET_TUNNEL is not set
78671 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
78672 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
78673 -# CONFIG_INET_XFRM_MODE_BEET is not set
78674 -# CONFIG_INET_LRO is not set
78675 -CONFIG_INET_DIAG=y
78676 -CONFIG_INET_TCP_DIAG=y
78677 -# CONFIG_TCP_CONG_ADVANCED is not set
78678 -CONFIG_TCP_CONG_CUBIC=y
78679 -CONFIG_DEFAULT_TCP_CONG="cubic"
78680 -# CONFIG_TCP_MD5SIG is not set
78681 -# CONFIG_IPV6 is not set
78682 -# CONFIG_INET6_XFRM_TUNNEL is not set
78683 -# CONFIG_INET6_TUNNEL is not set
78684 -# CONFIG_NETWORK_SECMARK is not set
78685 -# CONFIG_NETFILTER is not set
78686 -# CONFIG_IP_DCCP is not set
78687 -# CONFIG_IP_SCTP is not set
78688 -# CONFIG_TIPC is not set
78689 -# CONFIG_ATM is not set
78690 -# CONFIG_BRIDGE is not set
78691 -# CONFIG_VLAN_8021Q is not set
78692 -# CONFIG_DECNET is not set
78693 -# CONFIG_LLC2 is not set
78694 -# CONFIG_IPX is not set
78695 -# CONFIG_ATALK is not set
78696 -# CONFIG_X25 is not set
78697 -# CONFIG_LAPB is not set
78698 -# CONFIG_ECONET is not set
78699 -# CONFIG_WAN_ROUTER is not set
78700 -# CONFIG_NET_SCHED is not set
78705 -# CONFIG_NET_PKTGEN is not set
78706 -# CONFIG_HAMRADIO is not set
78707 -# CONFIG_CAN is not set
78708 -# CONFIG_IRDA is not set
78709 -# CONFIG_BT is not set
78710 -# CONFIG_AF_RXRPC is not set
78715 -# CONFIG_CFG80211 is not set
78716 -# CONFIG_WIRELESS_EXT is not set
78717 -# CONFIG_MAC80211 is not set
78718 -# CONFIG_IEEE80211 is not set
78719 -# CONFIG_RFKILL is not set
78720 -# CONFIG_NET_9P is not set
78727 -# Generic Driver Options
78729 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
78730 -CONFIG_STANDALONE=y
78731 -CONFIG_PREVENT_FIRMWARE_BUILD=y
78732 -CONFIG_FW_LOADER=y
78733 -# CONFIG_DEBUG_DRIVER is not set
78734 -# CONFIG_DEBUG_DEVRES is not set
78735 -# CONFIG_SYS_HYPERVISOR is not set
78736 -CONFIG_CONNECTOR=y
78737 -CONFIG_PROC_EVENTS=y
78739 -# CONFIG_MTD_DEBUG is not set
78740 -# CONFIG_MTD_CONCAT is not set
78741 -CONFIG_MTD_PARTITIONS=y
78742 -# CONFIG_MTD_REDBOOT_PARTS is not set
78743 -CONFIG_MTD_CMDLINE_PARTS=y
78744 -CONFIG_MTD_OF_PARTS=y
78747 -# User Modules And Translation Layers
78750 -# CONFIG_MTD_BLKDEVS is not set
78751 -# CONFIG_MTD_BLOCK is not set
78752 -# CONFIG_MTD_BLOCK_RO is not set
78753 -# CONFIG_FTL is not set
78754 -# CONFIG_NFTL is not set
78755 -# CONFIG_INFTL is not set
78756 -# CONFIG_RFD_FTL is not set
78757 -# CONFIG_SSFDC is not set
78758 -# CONFIG_MTD_OOPS is not set
78761 -# RAM/ROM/Flash chip drivers
78764 -CONFIG_MTD_JEDECPROBE=y
78765 -CONFIG_MTD_GEN_PROBE=y
78766 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
78767 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
78768 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
78769 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
78770 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
78771 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
78772 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
78773 -CONFIG_MTD_CFI_I1=y
78774 -CONFIG_MTD_CFI_I2=y
78775 -# CONFIG_MTD_CFI_I4 is not set
78776 -# CONFIG_MTD_CFI_I8 is not set
78777 -CONFIG_MTD_CFI_INTELEXT=y
78778 -CONFIG_MTD_CFI_AMDSTD=y
78779 -# CONFIG_MTD_CFI_STAA is not set
78780 -CONFIG_MTD_CFI_UTIL=y
78781 -# CONFIG_MTD_RAM is not set
78782 -# CONFIG_MTD_ROM is not set
78783 -# CONFIG_MTD_ABSENT is not set
78786 -# Mapping drivers for chip access
78788 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
78789 -# CONFIG_MTD_PHYSMAP is not set
78790 -CONFIG_MTD_PHYSMAP_OF=y
78791 -# CONFIG_MTD_INTEL_VR_NOR is not set
78792 -# CONFIG_MTD_PLATRAM is not set
78795 -# Self-contained MTD device drivers
78797 -# CONFIG_MTD_PMC551 is not set
78798 -# CONFIG_MTD_SLRAM is not set
78799 -# CONFIG_MTD_PHRAM is not set
78800 -# CONFIG_MTD_MTDRAM is not set
78801 -# CONFIG_MTD_BLOCK2MTD is not set
78804 -# Disk-On-Chip Device Drivers
78806 -# CONFIG_MTD_DOC2000 is not set
78807 -# CONFIG_MTD_DOC2001 is not set
78808 -# CONFIG_MTD_DOC2001PLUS is not set
78809 -# CONFIG_MTD_NAND is not set
78810 -# CONFIG_MTD_ONENAND is not set
78813 -# UBI - Unsorted block images
78815 -# CONFIG_MTD_UBI is not set
78816 -CONFIG_OF_DEVICE=y
78817 -# CONFIG_PARPORT is not set
78819 -# CONFIG_BLK_DEV_FD is not set
78820 -# CONFIG_BLK_CPQ_DA is not set
78821 -# CONFIG_BLK_CPQ_CISS_DA is not set
78822 -# CONFIG_BLK_DEV_DAC960 is not set
78823 -# CONFIG_BLK_DEV_UMEM is not set
78824 -# CONFIG_BLK_DEV_COW_COMMON is not set
78825 -# CONFIG_BLK_DEV_LOOP is not set
78826 -# CONFIG_BLK_DEV_NBD is not set
78827 -# CONFIG_BLK_DEV_SX8 is not set
78828 -CONFIG_BLK_DEV_RAM=y
78829 -CONFIG_BLK_DEV_RAM_COUNT=16
78830 -CONFIG_BLK_DEV_RAM_SIZE=35000
78831 -# CONFIG_BLK_DEV_XIP is not set
78832 -# CONFIG_CDROM_PKTCDVD is not set
78833 -# CONFIG_ATA_OVER_ETH is not set
78834 -# CONFIG_XILINX_SYSACE is not set
78835 -CONFIG_MISC_DEVICES=y
78836 -# CONFIG_PHANTOM is not set
78837 -# CONFIG_EEPROM_93CX6 is not set
78838 -# CONFIG_SGI_IOC4 is not set
78839 -# CONFIG_TIFM_CORE is not set
78840 -# CONFIG_ENCLOSURE_SERVICES is not set
78842 -# CONFIG_IDE is not set
78845 -# SCSI device support
78847 -# CONFIG_RAID_ATTRS is not set
78848 -# CONFIG_SCSI is not set
78849 -# CONFIG_SCSI_DMA is not set
78850 -# CONFIG_SCSI_NETLINK is not set
78851 -# CONFIG_ATA is not set
78852 -# CONFIG_MD is not set
78853 -# CONFIG_FUSION is not set
78856 -# IEEE 1394 (FireWire) support
78858 -# CONFIG_FIREWIRE is not set
78859 -# CONFIG_IEEE1394 is not set
78860 -# CONFIG_I2O is not set
78861 -# CONFIG_MACINTOSH_DRIVERS is not set
78862 -CONFIG_NETDEVICES=y
78863 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
78864 -# CONFIG_DUMMY is not set
78865 -# CONFIG_BONDING is not set
78866 -# CONFIG_MACVLAN is not set
78867 -# CONFIG_EQUALIZER is not set
78868 -# CONFIG_TUN is not set
78869 -# CONFIG_VETH is not set
78870 -# CONFIG_ARCNET is not set
78871 -# CONFIG_PHYLIB is not set
78872 -CONFIG_NET_ETHERNET=y
78873 -# CONFIG_MII is not set
78874 -# CONFIG_HAPPYMEAL is not set
78875 -# CONFIG_SUNGEM is not set
78876 -# CONFIG_CASSINI is not set
78877 -# CONFIG_NET_VENDOR_3COM is not set
78878 -# CONFIG_NET_TULIP is not set
78879 -# CONFIG_HP100 is not set
78880 -CONFIG_IBM_NEW_EMAC=y
78881 -CONFIG_IBM_NEW_EMAC_RXB=128
78882 -CONFIG_IBM_NEW_EMAC_TXB=64
78883 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
78884 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
78885 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
78886 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
78887 -CONFIG_IBM_NEW_EMAC_ZMII=y
78888 -CONFIG_IBM_NEW_EMAC_RGMII=y
78889 -# CONFIG_IBM_NEW_EMAC_TAH is not set
78890 -CONFIG_IBM_NEW_EMAC_EMAC4=y
78891 -# CONFIG_NET_PCI is not set
78892 -# CONFIG_B44 is not set
78893 -CONFIG_NETDEV_1000=y
78894 -# CONFIG_ACENIC is not set
78895 -# CONFIG_DL2K is not set
78896 -# CONFIG_E1000 is not set
78897 -# CONFIG_E1000E is not set
78898 -# CONFIG_E1000E_ENABLED is not set
78899 -# CONFIG_IP1000 is not set
78900 -# CONFIG_IGB is not set
78901 -# CONFIG_NS83820 is not set
78902 -# CONFIG_HAMACHI is not set
78903 -# CONFIG_YELLOWFIN is not set
78904 -# CONFIG_R8169 is not set
78905 -# CONFIG_SIS190 is not set
78906 -# CONFIG_SKGE is not set
78907 -# CONFIG_SKY2 is not set
78908 -# CONFIG_SK98LIN is not set
78909 -# CONFIG_VIA_VELOCITY is not set
78910 -# CONFIG_TIGON3 is not set
78911 -# CONFIG_BNX2 is not set
78912 -# CONFIG_QLA3XXX is not set
78913 -# CONFIG_ATL1 is not set
78914 -CONFIG_NETDEV_10000=y
78915 -# CONFIG_CHELSIO_T1 is not set
78916 -# CONFIG_CHELSIO_T3 is not set
78917 -# CONFIG_IXGBE is not set
78918 -# CONFIG_IXGB is not set
78919 -# CONFIG_S2IO is not set
78920 -# CONFIG_MYRI10GE is not set
78921 -# CONFIG_NETXEN_NIC is not set
78922 -# CONFIG_NIU is not set
78923 -# CONFIG_MLX4_CORE is not set
78924 -# CONFIG_TEHUTI is not set
78925 -# CONFIG_BNX2X is not set
78926 -# CONFIG_TR is not set
78931 -# CONFIG_WLAN_PRE80211 is not set
78932 -# CONFIG_WLAN_80211 is not set
78933 -# CONFIG_WAN is not set
78934 -# CONFIG_FDDI is not set
78935 -# CONFIG_HIPPI is not set
78936 -# CONFIG_PPP is not set
78937 -# CONFIG_SLIP is not set
78938 -# CONFIG_NETCONSOLE is not set
78939 -# CONFIG_NETPOLL is not set
78940 -# CONFIG_NET_POLL_CONTROLLER is not set
78941 -# CONFIG_ISDN is not set
78942 -# CONFIG_PHONE is not set
78945 -# Input device support
78947 -# CONFIG_INPUT is not set
78950 -# Hardware I/O ports
78952 -# CONFIG_SERIO is not set
78953 -# CONFIG_GAMEPORT is not set
78956 -# Character devices
78958 -# CONFIG_VT is not set
78959 -# CONFIG_SERIAL_NONSTANDARD is not set
78960 -# CONFIG_NOZOMI is not set
78965 -CONFIG_SERIAL_8250=y
78966 -CONFIG_SERIAL_8250_CONSOLE=y
78967 -# CONFIG_SERIAL_8250_PCI is not set
78968 -CONFIG_SERIAL_8250_NR_UARTS=4
78969 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
78970 -CONFIG_SERIAL_8250_EXTENDED=y
78971 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
78972 -CONFIG_SERIAL_8250_SHARE_IRQ=y
78973 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
78974 -# CONFIG_SERIAL_8250_RSA is not set
78977 -# Non-8250 serial port support
78979 -# CONFIG_SERIAL_UARTLITE is not set
78980 -CONFIG_SERIAL_CORE=y
78981 -CONFIG_SERIAL_CORE_CONSOLE=y
78982 -# CONFIG_SERIAL_JSM is not set
78983 -CONFIG_SERIAL_OF_PLATFORM=y
78984 -CONFIG_UNIX98_PTYS=y
78985 -CONFIG_LEGACY_PTYS=y
78986 -CONFIG_LEGACY_PTY_COUNT=256
78987 -# CONFIG_IPMI_HANDLER is not set
78988 -# CONFIG_HW_RANDOM is not set
78989 -# CONFIG_NVRAM is not set
78990 -# CONFIG_GEN_RTC is not set
78991 -# CONFIG_R3964 is not set
78992 -# CONFIG_APPLICOM is not set
78993 -# CONFIG_RAW_DRIVER is not set
78994 -# CONFIG_TCG_TPM is not set
78996 -# CONFIG_I2C is not set
79001 -# CONFIG_SPI is not set
79002 -# CONFIG_SPI_MASTER is not set
79003 -# CONFIG_W1 is not set
79004 -# CONFIG_POWER_SUPPLY is not set
79005 -# CONFIG_HWMON is not set
79007 -# CONFIG_WATCHDOG is not set
79010 -# Sonics Silicon Backplane
79012 -CONFIG_SSB_POSSIBLE=y
79013 -# CONFIG_SSB is not set
79016 -# Multifunction device drivers
79018 -# CONFIG_MFD_SM501 is not set
79021 -# Multimedia devices
79023 -# CONFIG_VIDEO_DEV is not set
79024 -# CONFIG_DVB_CORE is not set
79028 -# Graphics support
79030 -# CONFIG_AGP is not set
79031 -# CONFIG_DRM is not set
79032 -# CONFIG_VGASTATE is not set
79033 -CONFIG_VIDEO_OUTPUT_CONTROL=m
79034 -# CONFIG_FB is not set
79035 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
79038 -# Display device support
79040 -# CONFIG_DISPLAY_SUPPORT is not set
79045 -# CONFIG_SOUND is not set
79046 -CONFIG_USB_SUPPORT=y
79047 -CONFIG_USB_ARCH_HAS_HCD=y
79048 -CONFIG_USB_ARCH_HAS_OHCI=y
79049 -CONFIG_USB_ARCH_HAS_EHCI=y
79050 -# CONFIG_USB is not set
79053 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
79055 -# CONFIG_USB_GADGET is not set
79056 -# CONFIG_MMC is not set
79057 -# CONFIG_MEMSTICK is not set
79058 -# CONFIG_NEW_LEDS is not set
79059 -# CONFIG_INFINIBAND is not set
79060 -# CONFIG_EDAC is not set
79061 -# CONFIG_RTC_CLASS is not set
79066 -# CONFIG_UIO is not set
79072 -# CONFIG_EXT2_FS_XATTR is not set
79073 -# CONFIG_EXT2_FS_XIP is not set
79074 -# CONFIG_EXT3_FS is not set
79075 -# CONFIG_EXT4DEV_FS is not set
79076 -# CONFIG_REISERFS_FS is not set
79077 -# CONFIG_JFS_FS is not set
79078 -# CONFIG_FS_POSIX_ACL is not set
79079 -# CONFIG_XFS_FS is not set
79080 -# CONFIG_GFS2_FS is not set
79081 -# CONFIG_OCFS2_FS is not set
79084 -CONFIG_INOTIFY_USER=y
79085 -# CONFIG_QUOTA is not set
79086 -# CONFIG_AUTOFS_FS is not set
79087 -# CONFIG_AUTOFS4_FS is not set
79088 -# CONFIG_FUSE_FS is not set
79091 -# CD-ROM/DVD Filesystems
79093 -# CONFIG_ISO9660_FS is not set
79094 -# CONFIG_UDF_FS is not set
79097 -# DOS/FAT/NT Filesystems
79099 -# CONFIG_MSDOS_FS is not set
79100 -# CONFIG_VFAT_FS is not set
79101 -# CONFIG_NTFS_FS is not set
79104 -# Pseudo filesystems
79107 -CONFIG_PROC_KCORE=y
79108 -CONFIG_PROC_SYSCTL=y
79111 -# CONFIG_TMPFS_POSIX_ACL is not set
79112 -# CONFIG_HUGETLB_PAGE is not set
79113 -# CONFIG_CONFIGFS_FS is not set
79116 -# Miscellaneous filesystems
79118 -# CONFIG_ADFS_FS is not set
79119 -# CONFIG_AFFS_FS is not set
79120 -# CONFIG_HFS_FS is not set
79121 -# CONFIG_HFSPLUS_FS is not set
79122 -# CONFIG_BEFS_FS is not set
79123 -# CONFIG_BFS_FS is not set
79124 -# CONFIG_EFS_FS is not set
79126 -CONFIG_JFFS2_FS_DEBUG=0
79127 -CONFIG_JFFS2_FS_WRITEBUFFER=y
79128 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
79129 -# CONFIG_JFFS2_SUMMARY is not set
79130 -# CONFIG_JFFS2_FS_XATTR is not set
79131 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
79132 -CONFIG_JFFS2_ZLIB=y
79133 -# CONFIG_JFFS2_LZO is not set
79134 -CONFIG_JFFS2_RTIME=y
79135 -# CONFIG_JFFS2_RUBIN is not set
79137 -# CONFIG_VXFS_FS is not set
79138 -# CONFIG_MINIX_FS is not set
79139 -# CONFIG_HPFS_FS is not set
79140 -# CONFIG_QNX4FS_FS is not set
79141 -# CONFIG_ROMFS_FS is not set
79142 -# CONFIG_SYSV_FS is not set
79143 -# CONFIG_UFS_FS is not set
79144 -CONFIG_NETWORK_FILESYSTEMS=y
79147 -# CONFIG_NFS_V3_ACL is not set
79148 -# CONFIG_NFS_V4 is not set
79149 -# CONFIG_NFS_DIRECTIO is not set
79150 -# CONFIG_NFSD is not set
79154 -CONFIG_NFS_COMMON=y
79156 -# CONFIG_SUNRPC_BIND34 is not set
79157 -# CONFIG_RPCSEC_GSS_KRB5 is not set
79158 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
79159 -# CONFIG_SMB_FS is not set
79160 -# CONFIG_CIFS is not set
79161 -# CONFIG_NCP_FS is not set
79162 -# CONFIG_CODA_FS is not set
79163 -# CONFIG_AFS_FS is not set
79168 -# CONFIG_PARTITION_ADVANCED is not set
79169 -CONFIG_MSDOS_PARTITION=y
79170 -# CONFIG_NLS is not set
79171 -# CONFIG_DLM is not set
79174 -# Library routines
79176 -CONFIG_BITREVERSE=y
79177 -# CONFIG_CRC_CCITT is not set
79178 -# CONFIG_CRC16 is not set
79179 -# CONFIG_CRC_ITU_T is not set
79181 -# CONFIG_CRC7 is not set
79182 -# CONFIG_LIBCRC32C is not set
79183 -CONFIG_ZLIB_INFLATE=y
79184 -CONFIG_ZLIB_DEFLATE=y
79186 -CONFIG_HAS_IOMEM=y
79187 -CONFIG_HAS_IOPORT=y
79193 -# CONFIG_PRINTK_TIME is not set
79194 -CONFIG_ENABLE_WARN_DEPRECATED=y
79195 -CONFIG_ENABLE_MUST_CHECK=y
79196 -CONFIG_MAGIC_SYSRQ=y
79197 -# CONFIG_UNUSED_SYMBOLS is not set
79199 -# CONFIG_HEADERS_CHECK is not set
79200 -CONFIG_DEBUG_KERNEL=y
79201 -# CONFIG_DEBUG_SHIRQ is not set
79202 -CONFIG_DETECT_SOFTLOCKUP=y
79203 -CONFIG_SCHED_DEBUG=y
79204 -# CONFIG_SCHEDSTATS is not set
79205 -# CONFIG_TIMER_STATS is not set
79206 -# CONFIG_SLUB_DEBUG_ON is not set
79207 -# CONFIG_SLUB_STATS is not set
79208 -# CONFIG_DEBUG_RT_MUTEXES is not set
79209 -# CONFIG_RT_MUTEX_TESTER is not set
79210 -# CONFIG_DEBUG_SPINLOCK is not set
79211 -# CONFIG_DEBUG_MUTEXES is not set
79212 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
79213 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
79214 -# CONFIG_DEBUG_KOBJECT is not set
79215 -# CONFIG_DEBUG_BUGVERBOSE is not set
79216 -# CONFIG_DEBUG_INFO is not set
79217 -# CONFIG_DEBUG_VM is not set
79218 -# CONFIG_DEBUG_LIST is not set
79219 -# CONFIG_DEBUG_SG is not set
79220 -# CONFIG_BOOT_PRINTK_DELAY is not set
79221 -# CONFIG_RCU_TORTURE_TEST is not set
79222 -# CONFIG_BACKTRACE_SELF_TEST is not set
79223 -# CONFIG_FAULT_INJECTION is not set
79224 -# CONFIG_SAMPLES is not set
79225 -# CONFIG_DEBUG_STACKOVERFLOW is not set
79226 -# CONFIG_DEBUG_STACK_USAGE is not set
79227 -# CONFIG_DEBUG_PAGEALLOC is not set
79229 -# CONFIG_KGDB is not set
79230 -# CONFIG_XMON is not set
79231 -# CONFIG_VIRQ_DEBUG is not set
79232 -# CONFIG_BDI_SWITCH is not set
79233 -CONFIG_PPC_EARLY_DEBUG=y
79234 -# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
79235 -# CONFIG_PPC_EARLY_DEBUG_G5 is not set
79236 -# CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
79237 -# CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
79238 -# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
79239 -# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
79240 -# CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set
79241 -# CONFIG_PPC_EARLY_DEBUG_BEAT is not set
79242 -CONFIG_PPC_EARLY_DEBUG_44x=y
79243 -# CONFIG_PPC_EARLY_DEBUG_40x is not set
79244 -# CONFIG_PPC_EARLY_DEBUG_CPM is not set
79245 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
79246 -CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1
79249 -# Security options
79251 -# CONFIG_KEYS is not set
79252 -# CONFIG_SECURITY is not set
79253 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
79255 -CONFIG_CRYPTO_ALGAPI=y
79256 -CONFIG_CRYPTO_BLKCIPHER=y
79257 -# CONFIG_CRYPTO_SEQIV is not set
79258 -CONFIG_CRYPTO_MANAGER=y
79259 -# CONFIG_CRYPTO_HMAC is not set
79260 -# CONFIG_CRYPTO_XCBC is not set
79261 -# CONFIG_CRYPTO_NULL is not set
79262 -# CONFIG_CRYPTO_MD4 is not set
79263 -CONFIG_CRYPTO_MD5=y
79264 -# CONFIG_CRYPTO_SHA1 is not set
79265 -# CONFIG_CRYPTO_SHA256 is not set
79266 -# CONFIG_CRYPTO_SHA512 is not set
79267 -# CONFIG_CRYPTO_WP512 is not set
79268 -# CONFIG_CRYPTO_TGR192 is not set
79269 -# CONFIG_CRYPTO_GF128MUL is not set
79270 -CONFIG_CRYPTO_ECB=y
79271 -CONFIG_CRYPTO_CBC=y
79272 -CONFIG_CRYPTO_PCBC=y
79273 -# CONFIG_CRYPTO_LRW is not set
79274 -# CONFIG_CRYPTO_XTS is not set
79275 -# CONFIG_CRYPTO_CTR is not set
79276 -# CONFIG_CRYPTO_GCM is not set
79277 -# CONFIG_CRYPTO_CCM is not set
79278 -# CONFIG_CRYPTO_CRYPTD is not set
79279 -CONFIG_CRYPTO_DES=y
79280 -# CONFIG_CRYPTO_FCRYPT is not set
79281 -# CONFIG_CRYPTO_BLOWFISH is not set
79282 -# CONFIG_CRYPTO_TWOFISH is not set
79283 -# CONFIG_CRYPTO_SERPENT is not set
79284 -# CONFIG_CRYPTO_AES is not set
79285 -# CONFIG_CRYPTO_CAST5 is not set
79286 -# CONFIG_CRYPTO_CAST6 is not set
79287 -# CONFIG_CRYPTO_TEA is not set
79288 -# CONFIG_CRYPTO_ARC4 is not set
79289 -# CONFIG_CRYPTO_KHAZAD is not set
79290 -# CONFIG_CRYPTO_ANUBIS is not set
79291 -# CONFIG_CRYPTO_SEED is not set
79292 -# CONFIG_CRYPTO_SALSA20 is not set
79293 -# CONFIG_CRYPTO_DEFLATE is not set
79294 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
79295 -# CONFIG_CRYPTO_CRC32C is not set
79296 -# CONFIG_CRYPTO_CAMELLIA is not set
79297 -# CONFIG_CRYPTO_TEST is not set
79298 -# CONFIG_CRYPTO_AUTHENC is not set
79299 -# CONFIG_CRYPTO_LZO is not set
79300 -CONFIG_CRYPTO_HW=y
79301 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
79302 -# CONFIG_PPC_CLOCK is not set
79303 --- a/arch/powerpc/configs/stx_gp3_defconfig
79307 -# Automatically generated make config: don't edit
79308 -# Linux kernel version: 2.6.25-rc6
79309 -# Mon Mar 24 08:48:42 2008
79311 -# CONFIG_PPC64 is not set
79314 -# Processor support
79316 -# CONFIG_6xx is not set
79318 -# CONFIG_PPC_8xx is not set
79319 -# CONFIG_40x is not set
79320 -# CONFIG_44x is not set
79321 -# CONFIG_E200 is not set
79324 -CONFIG_FSL_BOOKE=y
79325 -CONFIG_FSL_EMB_PERFMON=y
79326 -# CONFIG_PHYS_64BIT is not set
79328 -# CONFIG_PPC_MM_SLICES is not set
79330 -CONFIG_WORD_SIZE=32
79331 -CONFIG_PPC_MERGE=y
79333 -CONFIG_GENERIC_CMOS_UPDATE=y
79334 -CONFIG_GENERIC_TIME=y
79335 -CONFIG_GENERIC_TIME_VSYSCALL=y
79336 -CONFIG_GENERIC_CLOCKEVENTS=y
79337 -CONFIG_GENERIC_HARDIRQS=y
79338 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
79339 -CONFIG_IRQ_PER_CPU=y
79340 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
79341 -CONFIG_ARCH_HAS_ILOG2_U32=y
79342 -CONFIG_GENERIC_HWEIGHT=y
79343 -CONFIG_GENERIC_CALIBRATE_DELAY=y
79344 -CONFIG_GENERIC_FIND_NEXT_BIT=y
79345 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
79347 -CONFIG_EARLY_PRINTK=y
79348 -CONFIG_GENERIC_NVRAM=y
79349 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
79350 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
79353 -CONFIG_PPC_UDBG_16550=y
79354 -# CONFIG_GENERIC_TBSYNC is not set
79355 -CONFIG_AUDIT_ARCH=y
79356 -CONFIG_GENERIC_BUG=y
79357 -CONFIG_DEFAULT_UIMAGE=y
79358 -# CONFIG_PPC_DCR_NATIVE is not set
79359 -# CONFIG_PPC_DCR_MMIO is not set
79360 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
79365 -CONFIG_EXPERIMENTAL=y
79366 -CONFIG_BROKEN_ON_SMP=y
79367 -CONFIG_INIT_ENV_ARG_LIMIT=32
79368 -CONFIG_LOCALVERSION=""
79369 -CONFIG_LOCALVERSION_AUTO=y
79372 -CONFIG_SYSVIPC_SYSCTL=y
79373 -# CONFIG_POSIX_MQUEUE is not set
79374 -# CONFIG_BSD_PROCESS_ACCT is not set
79375 -# CONFIG_TASKSTATS is not set
79376 -# CONFIG_AUDIT is not set
79377 -# CONFIG_IKCONFIG is not set
79378 -CONFIG_LOG_BUF_SHIFT=14
79379 -# CONFIG_CGROUPS is not set
79380 -CONFIG_GROUP_SCHED=y
79381 -CONFIG_FAIR_GROUP_SCHED=y
79382 -# CONFIG_RT_GROUP_SCHED is not set
79383 -CONFIG_USER_SCHED=y
79384 -# CONFIG_CGROUP_SCHED is not set
79385 -CONFIG_SYSFS_DEPRECATED=y
79386 -CONFIG_SYSFS_DEPRECATED_V2=y
79387 -# CONFIG_RELAY is not set
79388 -# CONFIG_NAMESPACES is not set
79389 -CONFIG_BLK_DEV_INITRD=y
79390 -CONFIG_INITRAMFS_SOURCE=""
79391 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
79394 -CONFIG_SYSCTL_SYSCALL=y
79396 -# CONFIG_KALLSYMS_ALL is not set
79397 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
79402 -CONFIG_COMPAT_BRK=y
79403 -CONFIG_BASE_FULL=y
79405 -CONFIG_ANON_INODES=y
79411 -CONFIG_VM_EVENT_COUNTERS=y
79412 -CONFIG_SLUB_DEBUG=y
79413 -# CONFIG_SLAB is not set
79415 -# CONFIG_SLOB is not set
79416 -# CONFIG_PROFILING is not set
79417 -# CONFIG_MARKERS is not set
79418 -CONFIG_HAVE_OPROFILE=y
79419 -# CONFIG_KPROBES is not set
79420 -CONFIG_HAVE_KPROBES=y
79421 -CONFIG_HAVE_KRETPROBES=y
79422 -CONFIG_PROC_PAGE_MONITOR=y
79424 -CONFIG_RT_MUTEXES=y
79425 -# CONFIG_TINY_SHMEM is not set
79426 -CONFIG_BASE_SMALL=0
79428 -# CONFIG_MODULE_UNLOAD is not set
79429 -CONFIG_MODVERSIONS=y
79430 -# CONFIG_MODULE_SRCVERSION_ALL is not set
79433 -# CONFIG_LBD is not set
79434 -# CONFIG_BLK_DEV_IO_TRACE is not set
79435 -# CONFIG_LSF is not set
79436 -# CONFIG_BLK_DEV_BSG is not set
79441 -CONFIG_IOSCHED_NOOP=y
79442 -CONFIG_IOSCHED_AS=y
79443 -CONFIG_IOSCHED_DEADLINE=y
79444 -CONFIG_IOSCHED_CFQ=y
79445 -# CONFIG_DEFAULT_AS is not set
79446 -# CONFIG_DEFAULT_DEADLINE is not set
79447 -CONFIG_DEFAULT_CFQ=y
79448 -# CONFIG_DEFAULT_NOOP is not set
79449 -CONFIG_DEFAULT_IOSCHED="cfq"
79450 -CONFIG_CLASSIC_RCU=y
79453 -# Platform support
79455 -# CONFIG_PPC_MPC512x is not set
79456 -# CONFIG_PPC_MPC5121 is not set
79457 -# CONFIG_PPC_CELL is not set
79458 -# CONFIG_PPC_CELL_NATIVE is not set
79459 -# CONFIG_PQ2ADS is not set
79461 -# CONFIG_MPC8540_ADS is not set
79462 -# CONFIG_MPC8560_ADS is not set
79463 -# CONFIG_MPC85xx_CDS is not set
79464 -# CONFIG_MPC85xx_MDS is not set
79465 -# CONFIG_MPC85xx_DS is not set
79467 -# CONFIG_TQM8540 is not set
79468 -# CONFIG_TQM8541 is not set
79469 -# CONFIG_TQM8555 is not set
79470 -# CONFIG_TQM8560 is not set
79471 -# CONFIG_SBC8548 is not set
79472 -# CONFIG_SBC8560 is not set
79473 -# CONFIG_IPIC is not set
79475 -# CONFIG_MPIC_WEIRD is not set
79476 -# CONFIG_PPC_I8259 is not set
79477 -# CONFIG_PPC_RTAS is not set
79478 -# CONFIG_MMIO_NVRAM is not set
79479 -# CONFIG_PPC_MPC106 is not set
79480 -# CONFIG_PPC_970_NAP is not set
79481 -# CONFIG_PPC_INDIRECT_IO is not set
79482 -# CONFIG_GENERIC_IOMAP is not set
79483 -# CONFIG_CPU_FREQ is not set
79485 -CONFIG_PPC_CPM_NEW_BINDING=y
79486 -# CONFIG_FSL_ULI1575 is not set
79493 -# CONFIG_TICK_ONESHOT is not set
79494 -# CONFIG_NO_HZ is not set
79495 -# CONFIG_HIGH_RES_TIMERS is not set
79496 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
79497 -# CONFIG_HZ_100 is not set
79499 -# CONFIG_HZ_300 is not set
79500 -# CONFIG_HZ_1000 is not set
79502 -# CONFIG_SCHED_HRTICK is not set
79503 -CONFIG_PREEMPT_NONE=y
79504 -# CONFIG_PREEMPT_VOLUNTARY is not set
79505 -# CONFIG_PREEMPT is not set
79506 -CONFIG_BINFMT_ELF=y
79507 -CONFIG_BINFMT_MISC=m
79508 -CONFIG_MATH_EMULATION=y
79509 -# CONFIG_IOMMU_HELPER is not set
79510 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
79511 -CONFIG_ARCH_HAS_WALK_MEMORY=y
79512 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
79513 -CONFIG_ARCH_FLATMEM_ENABLE=y
79514 -CONFIG_ARCH_POPULATES_NODE_MAP=y
79515 -CONFIG_SELECT_MEMORY_MODEL=y
79516 -CONFIG_FLATMEM_MANUAL=y
79517 -# CONFIG_DISCONTIGMEM_MANUAL is not set
79518 -# CONFIG_SPARSEMEM_MANUAL is not set
79520 -CONFIG_FLAT_NODE_MEM_MAP=y
79521 -# CONFIG_SPARSEMEM_STATIC is not set
79522 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
79523 -CONFIG_SPLIT_PTLOCK_CPUS=4
79524 -# CONFIG_RESOURCES_64BIT is not set
79525 -CONFIG_ZONE_DMA_FLAG=1
79527 -CONFIG_VIRT_TO_BUS=y
79528 -CONFIG_PROC_DEVICETREE=y
79529 -# CONFIG_CMDLINE_BOOL is not set
79530 -# CONFIG_PM is not set
79532 -CONFIG_ISA_DMA_API=y
79538 -CONFIG_PPC_INDIRECT_PCI=y
79542 -CONFIG_PCI_DOMAINS=y
79543 -CONFIG_PCI_SYSCALL=y
79544 -# CONFIG_PCIEPORTBUS is not set
79545 -CONFIG_ARCH_SUPPORTS_MSI=y
79546 -# CONFIG_PCI_MSI is not set
79547 -CONFIG_PCI_LEGACY=y
79548 -# CONFIG_PCI_DEBUG is not set
79549 -# CONFIG_PCCARD is not set
79550 -# CONFIG_HOTPLUG_PCI is not set
79555 -# CONFIG_ADVANCED_OPTIONS is not set
79558 -# Default settings for advanced configuration options are used
79560 -CONFIG_HIGHMEM_START=0xfe000000
79561 -CONFIG_LOWMEM_SIZE=0x30000000
79562 -CONFIG_KERNEL_START=0xc0000000
79563 -CONFIG_TASK_SIZE=0xc0000000
79564 -CONFIG_BOOT_LOAD=0x00800000
79572 -# Networking options
79575 -# CONFIG_PACKET_MMAP is not set
79578 -# CONFIG_XFRM_USER is not set
79579 -# CONFIG_XFRM_SUB_POLICY is not set
79580 -# CONFIG_XFRM_MIGRATE is not set
79581 -# CONFIG_XFRM_STATISTICS is not set
79582 -# CONFIG_NET_KEY is not set
79584 -# CONFIG_IP_MULTICAST is not set
79585 -# CONFIG_IP_ADVANCED_ROUTER is not set
79586 -CONFIG_IP_FIB_HASH=y
79588 -# CONFIG_IP_PNP_DHCP is not set
79589 -CONFIG_IP_PNP_BOOTP=y
79590 -# CONFIG_IP_PNP_RARP is not set
79591 -# CONFIG_NET_IPIP is not set
79592 -# CONFIG_NET_IPGRE is not set
79593 -# CONFIG_ARPD is not set
79594 -# CONFIG_SYN_COOKIES is not set
79595 -# CONFIG_INET_AH is not set
79596 -# CONFIG_INET_ESP is not set
79597 -# CONFIG_INET_IPCOMP is not set
79598 -# CONFIG_INET_XFRM_TUNNEL is not set
79599 -# CONFIG_INET_TUNNEL is not set
79600 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
79601 -CONFIG_INET_XFRM_MODE_TUNNEL=y
79602 -CONFIG_INET_XFRM_MODE_BEET=y
79603 -# CONFIG_INET_LRO is not set
79604 -CONFIG_INET_DIAG=y
79605 -CONFIG_INET_TCP_DIAG=y
79606 -# CONFIG_TCP_CONG_ADVANCED is not set
79607 -CONFIG_TCP_CONG_CUBIC=y
79608 -CONFIG_DEFAULT_TCP_CONG="cubic"
79609 -# CONFIG_TCP_MD5SIG is not set
79610 -# CONFIG_IP_VS is not set
79611 -# CONFIG_IPV6 is not set
79612 -# CONFIG_INET6_XFRM_TUNNEL is not set
79613 -# CONFIG_INET6_TUNNEL is not set
79614 -# CONFIG_NETWORK_SECMARK is not set
79615 -CONFIG_NETFILTER=y
79616 -# CONFIG_NETFILTER_DEBUG is not set
79617 -CONFIG_NETFILTER_ADVANCED=y
79620 -# Core Netfilter Configuration
79622 -# CONFIG_NETFILTER_NETLINK_QUEUE is not set
79623 -# CONFIG_NETFILTER_NETLINK_LOG is not set
79624 -# CONFIG_NF_CONNTRACK is not set
79625 -CONFIG_NETFILTER_XTABLES=m
79626 -# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
79627 -# CONFIG_NETFILTER_XT_TARGET_MARK is not set
79628 -# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
79629 -# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
79630 -# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
79631 -# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
79632 -# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
79633 -# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
79634 -# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
79635 -# CONFIG_NETFILTER_XT_MATCH_ESP is not set
79636 -# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
79637 -# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
79638 -# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
79639 -# CONFIG_NETFILTER_XT_MATCH_MAC is not set
79640 -# CONFIG_NETFILTER_XT_MATCH_MARK is not set
79641 -# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
79642 -# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
79643 -# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
79644 -# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
79645 -# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
79646 -# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
79647 -# CONFIG_NETFILTER_XT_MATCH_REALM is not set
79648 -# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
79649 -# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
79650 -# CONFIG_NETFILTER_XT_MATCH_STRING is not set
79651 -# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
79652 -# CONFIG_NETFILTER_XT_MATCH_TIME is not set
79653 -# CONFIG_NETFILTER_XT_MATCH_U32 is not set
79654 -# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
79657 -# IP: Netfilter Configuration
79659 -# CONFIG_IP_NF_QUEUE is not set
79660 -CONFIG_IP_NF_IPTABLES=m
79661 -# CONFIG_IP_NF_MATCH_RECENT is not set
79662 -# CONFIG_IP_NF_MATCH_ECN is not set
79663 -# CONFIG_IP_NF_MATCH_AH is not set
79664 -# CONFIG_IP_NF_MATCH_TTL is not set
79665 -# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
79666 -CONFIG_IP_NF_FILTER=m
79667 -# CONFIG_IP_NF_TARGET_REJECT is not set
79668 -# CONFIG_IP_NF_TARGET_LOG is not set
79669 -# CONFIG_IP_NF_TARGET_ULOG is not set
79670 -# CONFIG_IP_NF_MANGLE is not set
79671 -# CONFIG_IP_NF_RAW is not set
79672 -# CONFIG_IP_NF_ARPTABLES is not set
79673 -# CONFIG_IP_DCCP is not set
79674 -# CONFIG_IP_SCTP is not set
79675 -# CONFIG_TIPC is not set
79676 -# CONFIG_ATM is not set
79677 -# CONFIG_BRIDGE is not set
79678 -# CONFIG_VLAN_8021Q is not set
79679 -# CONFIG_DECNET is not set
79680 -# CONFIG_LLC2 is not set
79681 -# CONFIG_IPX is not set
79682 -# CONFIG_ATALK is not set
79683 -# CONFIG_X25 is not set
79684 -# CONFIG_LAPB is not set
79685 -# CONFIG_ECONET is not set
79686 -# CONFIG_WAN_ROUTER is not set
79687 -# CONFIG_NET_SCHED is not set
79692 -CONFIG_NET_PKTGEN=y
79693 -# CONFIG_HAMRADIO is not set
79694 -# CONFIG_CAN is not set
79695 -# CONFIG_IRDA is not set
79696 -# CONFIG_BT is not set
79697 -# CONFIG_AF_RXRPC is not set
79702 -# CONFIG_CFG80211 is not set
79703 -# CONFIG_WIRELESS_EXT is not set
79704 -# CONFIG_MAC80211 is not set
79705 -# CONFIG_IEEE80211 is not set
79706 -# CONFIG_RFKILL is not set
79707 -# CONFIG_NET_9P is not set
79714 -# Generic Driver Options
79716 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
79717 -CONFIG_STANDALONE=y
79718 -CONFIG_PREVENT_FIRMWARE_BUILD=y
79719 -# CONFIG_FW_LOADER is not set
79720 -# CONFIG_DEBUG_DRIVER is not set
79721 -# CONFIG_DEBUG_DEVRES is not set
79722 -# CONFIG_SYS_HYPERVISOR is not set
79723 -# CONFIG_CONNECTOR is not set
79724 -# CONFIG_MTD is not set
79725 -CONFIG_OF_DEVICE=y
79727 -CONFIG_PARPORT_PC=m
79728 -# CONFIG_PARPORT_PC_FIFO is not set
79729 -# CONFIG_PARPORT_PC_SUPERIO is not set
79730 -# CONFIG_PARPORT_GSC is not set
79731 -# CONFIG_PARPORT_AX88796 is not set
79732 -# CONFIG_PARPORT_1284 is not set
79734 -# CONFIG_BLK_DEV_FD is not set
79735 -# CONFIG_PARIDE is not set
79736 -# CONFIG_BLK_CPQ_DA is not set
79737 -# CONFIG_BLK_CPQ_CISS_DA is not set
79738 -# CONFIG_BLK_DEV_DAC960 is not set
79739 -# CONFIG_BLK_DEV_UMEM is not set
79740 -# CONFIG_BLK_DEV_COW_COMMON is not set
79741 -CONFIG_BLK_DEV_LOOP=m
79742 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
79743 -CONFIG_BLK_DEV_NBD=m
79744 -# CONFIG_BLK_DEV_SX8 is not set
79745 -CONFIG_BLK_DEV_RAM=y
79746 -CONFIG_BLK_DEV_RAM_COUNT=16
79747 -CONFIG_BLK_DEV_RAM_SIZE=32768
79748 -# CONFIG_BLK_DEV_XIP is not set
79749 -# CONFIG_CDROM_PKTCDVD is not set
79750 -# CONFIG_ATA_OVER_ETH is not set
79751 -CONFIG_MISC_DEVICES=y
79752 -# CONFIG_PHANTOM is not set
79753 -# CONFIG_EEPROM_93CX6 is not set
79754 -# CONFIG_SGI_IOC4 is not set
79755 -# CONFIG_TIFM_CORE is not set
79756 -# CONFIG_ENCLOSURE_SERVICES is not set
79759 -CONFIG_IDE_MAX_HWIFS=4
79760 -CONFIG_BLK_DEV_IDE=y
79763 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
79765 -# CONFIG_BLK_DEV_IDE_SATA is not set
79766 -CONFIG_BLK_DEV_IDEDISK=y
79767 -# CONFIG_IDEDISK_MULTI_MODE is not set
79768 -CONFIG_BLK_DEV_IDECD=m
79769 -CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
79770 -# CONFIG_BLK_DEV_IDETAPE is not set
79771 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
79772 -# CONFIG_BLK_DEV_IDESCSI is not set
79773 -# CONFIG_IDE_TASK_IOCTL is not set
79774 -CONFIG_IDE_PROC_FS=y
79777 -# IDE chipset support/bugfixes
79779 -CONFIG_IDE_GENERIC=y
79780 -# CONFIG_BLK_DEV_PLATFORM is not set
79783 -# PCI IDE chipsets support
79785 -# CONFIG_BLK_DEV_GENERIC is not set
79786 -# CONFIG_BLK_DEV_OPTI621 is not set
79787 -# CONFIG_BLK_DEV_AEC62XX is not set
79788 -# CONFIG_BLK_DEV_ALI15X3 is not set
79789 -# CONFIG_BLK_DEV_AMD74XX is not set
79790 -# CONFIG_BLK_DEV_CMD64X is not set
79791 -# CONFIG_BLK_DEV_TRIFLEX is not set
79792 -# CONFIG_BLK_DEV_CY82C693 is not set
79793 -# CONFIG_BLK_DEV_CS5520 is not set
79794 -# CONFIG_BLK_DEV_CS5530 is not set
79795 -# CONFIG_BLK_DEV_HPT34X is not set
79796 -# CONFIG_BLK_DEV_HPT366 is not set
79797 -# CONFIG_BLK_DEV_JMICRON is not set
79798 -# CONFIG_BLK_DEV_SC1200 is not set
79799 -# CONFIG_BLK_DEV_PIIX is not set
79800 -# CONFIG_BLK_DEV_IT8213 is not set
79801 -# CONFIG_BLK_DEV_IT821X is not set
79802 -# CONFIG_BLK_DEV_NS87415 is not set
79803 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
79804 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
79805 -# CONFIG_BLK_DEV_SVWKS is not set
79806 -# CONFIG_BLK_DEV_SIIMAGE is not set
79807 -# CONFIG_BLK_DEV_SL82C105 is not set
79808 -# CONFIG_BLK_DEV_SLC90E66 is not set
79809 -# CONFIG_BLK_DEV_TRM290 is not set
79810 -# CONFIG_BLK_DEV_VIA82CXXX is not set
79811 -# CONFIG_BLK_DEV_TC86C001 is not set
79812 -# CONFIG_BLK_DEV_IDEDMA is not set
79813 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
79814 -# CONFIG_BLK_DEV_HD is not set
79817 -# SCSI device support
79819 -# CONFIG_RAID_ATTRS is not set
79822 -# CONFIG_SCSI_TGT is not set
79823 -# CONFIG_SCSI_NETLINK is not set
79824 -CONFIG_SCSI_PROC_FS=y
79827 -# SCSI support type (disk, tape, CD-ROM)
79829 -CONFIG_BLK_DEV_SD=m
79830 -CONFIG_CHR_DEV_ST=m
79831 -# CONFIG_CHR_DEV_OSST is not set
79832 -CONFIG_BLK_DEV_SR=m
79833 -# CONFIG_BLK_DEV_SR_VENDOR is not set
79834 -CONFIG_CHR_DEV_SG=m
79835 -# CONFIG_CHR_DEV_SCH is not set
79838 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
79840 -CONFIG_SCSI_MULTI_LUN=y
79841 -CONFIG_SCSI_CONSTANTS=y
79842 -# CONFIG_SCSI_LOGGING is not set
79843 -# CONFIG_SCSI_SCAN_ASYNC is not set
79844 -CONFIG_SCSI_WAIT_SCAN=m
79849 -# CONFIG_SCSI_SPI_ATTRS is not set
79850 -# CONFIG_SCSI_FC_ATTRS is not set
79851 -# CONFIG_SCSI_ISCSI_ATTRS is not set
79852 -# CONFIG_SCSI_SAS_LIBSAS is not set
79853 -# CONFIG_SCSI_SRP_ATTRS is not set
79854 -CONFIG_SCSI_LOWLEVEL=y
79855 -# CONFIG_ISCSI_TCP is not set
79856 -# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
79857 -# CONFIG_SCSI_3W_9XXX is not set
79858 -# CONFIG_SCSI_ACARD is not set
79859 -# CONFIG_SCSI_AACRAID is not set
79860 -# CONFIG_SCSI_AIC7XXX is not set
79861 -# CONFIG_SCSI_AIC7XXX_OLD is not set
79862 -# CONFIG_SCSI_AIC79XX is not set
79863 -# CONFIG_SCSI_AIC94XX is not set
79864 -# CONFIG_SCSI_DPT_I2O is not set
79865 -# CONFIG_SCSI_ADVANSYS is not set
79866 -# CONFIG_SCSI_ARCMSR is not set
79867 -# CONFIG_MEGARAID_NEWGEN is not set
79868 -# CONFIG_MEGARAID_LEGACY is not set
79869 -# CONFIG_MEGARAID_SAS is not set
79870 -# CONFIG_SCSI_HPTIOP is not set
79871 -# CONFIG_SCSI_BUSLOGIC is not set
79872 -# CONFIG_SCSI_DMX3191D is not set
79873 -# CONFIG_SCSI_EATA is not set
79874 -# CONFIG_SCSI_FUTURE_DOMAIN is not set
79875 -# CONFIG_SCSI_GDTH is not set
79876 -# CONFIG_SCSI_IPS is not set
79877 -# CONFIG_SCSI_INITIO is not set
79878 -# CONFIG_SCSI_INIA100 is not set
79879 -# CONFIG_SCSI_PPA is not set
79880 -# CONFIG_SCSI_IMM is not set
79881 -# CONFIG_SCSI_MVSAS is not set
79882 -# CONFIG_SCSI_STEX is not set
79883 -# CONFIG_SCSI_SYM53C8XX_2 is not set
79884 -# CONFIG_SCSI_QLOGIC_1280 is not set
79885 -# CONFIG_SCSI_QLA_FC is not set
79886 -# CONFIG_SCSI_QLA_ISCSI is not set
79887 -# CONFIG_SCSI_LPFC is not set
79888 -# CONFIG_SCSI_DC395x is not set
79889 -# CONFIG_SCSI_DC390T is not set
79890 -# CONFIG_SCSI_NSP32 is not set
79891 -# CONFIG_SCSI_DEBUG is not set
79892 -# CONFIG_SCSI_SRP is not set
79893 -# CONFIG_ATA is not set
79894 -# CONFIG_MD is not set
79895 -# CONFIG_FUSION is not set
79898 -# IEEE 1394 (FireWire) support
79900 -# CONFIG_FIREWIRE is not set
79901 -# CONFIG_IEEE1394 is not set
79902 -# CONFIG_I2O is not set
79903 -# CONFIG_MACINTOSH_DRIVERS is not set
79904 -CONFIG_NETDEVICES=y
79905 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
79906 -# CONFIG_DUMMY is not set
79907 -# CONFIG_BONDING is not set
79908 -# CONFIG_MACVLAN is not set
79909 -# CONFIG_EQUALIZER is not set
79910 -# CONFIG_TUN is not set
79911 -# CONFIG_VETH is not set
79912 -# CONFIG_ARCNET is not set
79916 -# MII PHY device drivers
79918 -CONFIG_MARVELL_PHY=y
79919 -# CONFIG_DAVICOM_PHY is not set
79920 -# CONFIG_QSEMI_PHY is not set
79921 -# CONFIG_LXT_PHY is not set
79922 -# CONFIG_CICADA_PHY is not set
79923 -# CONFIG_VITESSE_PHY is not set
79924 -# CONFIG_SMSC_PHY is not set
79925 -# CONFIG_BROADCOM_PHY is not set
79926 -# CONFIG_ICPLUS_PHY is not set
79927 -# CONFIG_REALTEK_PHY is not set
79928 -# CONFIG_FIXED_PHY is not set
79929 -# CONFIG_MDIO_BITBANG is not set
79930 -CONFIG_NET_ETHERNET=y
79931 -# CONFIG_MII is not set
79932 -# CONFIG_HAPPYMEAL is not set
79933 -# CONFIG_SUNGEM is not set
79934 -# CONFIG_CASSINI is not set
79935 -# CONFIG_NET_VENDOR_3COM is not set
79936 -# CONFIG_NET_TULIP is not set
79937 -# CONFIG_HP100 is not set
79938 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
79939 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
79940 -# CONFIG_IBM_NEW_EMAC_TAH is not set
79941 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
79942 -# CONFIG_NET_PCI is not set
79943 -# CONFIG_B44 is not set
79944 -# CONFIG_NET_POCKET is not set
79945 -# CONFIG_FS_ENET is not set
79946 -CONFIG_NETDEV_1000=y
79947 -# CONFIG_ACENIC is not set
79948 -# CONFIG_DL2K is not set
79949 -# CONFIG_E1000 is not set
79950 -# CONFIG_E1000E is not set
79951 -# CONFIG_E1000E_ENABLED is not set
79952 -# CONFIG_IP1000 is not set
79953 -# CONFIG_IGB is not set
79954 -# CONFIG_NS83820 is not set
79955 -# CONFIG_HAMACHI is not set
79956 -# CONFIG_YELLOWFIN is not set
79957 -# CONFIG_R8169 is not set
79958 -# CONFIG_SIS190 is not set
79959 -# CONFIG_SKGE is not set
79960 -# CONFIG_SKY2 is not set
79961 -# CONFIG_SK98LIN is not set
79962 -# CONFIG_VIA_VELOCITY is not set
79963 -# CONFIG_TIGON3 is not set
79964 -# CONFIG_BNX2 is not set
79966 -CONFIG_GFAR_NAPI=y
79967 -# CONFIG_QLA3XXX is not set
79968 -# CONFIG_ATL1 is not set
79969 -CONFIG_NETDEV_10000=y
79970 -# CONFIG_CHELSIO_T1 is not set
79971 -# CONFIG_CHELSIO_T3 is not set
79972 -# CONFIG_IXGBE is not set
79973 -# CONFIG_IXGB is not set
79974 -# CONFIG_S2IO is not set
79975 -# CONFIG_MYRI10GE is not set
79976 -# CONFIG_NETXEN_NIC is not set
79977 -# CONFIG_NIU is not set
79978 -# CONFIG_MLX4_CORE is not set
79979 -# CONFIG_TEHUTI is not set
79980 -# CONFIG_BNX2X is not set
79981 -# CONFIG_TR is not set
79986 -# CONFIG_WLAN_PRE80211 is not set
79987 -# CONFIG_WLAN_80211 is not set
79988 -# CONFIG_WAN is not set
79989 -# CONFIG_FDDI is not set
79990 -# CONFIG_HIPPI is not set
79991 -# CONFIG_PLIP is not set
79992 -# CONFIG_PPP is not set
79993 -# CONFIG_SLIP is not set
79994 -# CONFIG_NET_FC is not set
79995 -# CONFIG_NETCONSOLE is not set
79996 -# CONFIG_NETPOLL is not set
79997 -# CONFIG_NET_POLL_CONTROLLER is not set
79998 -# CONFIG_ISDN is not set
79999 -# CONFIG_PHONE is not set
80002 -# Input device support
80005 -# CONFIG_INPUT_FF_MEMLESS is not set
80006 -# CONFIG_INPUT_POLLDEV is not set
80009 -# Userland interfaces
80011 -CONFIG_INPUT_MOUSEDEV=y
80012 -CONFIG_INPUT_MOUSEDEV_PSAUX=y
80013 -CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
80014 -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024
80015 -CONFIG_INPUT_JOYDEV=m
80016 -CONFIG_INPUT_EVDEV=m
80017 -# CONFIG_INPUT_EVBUG is not set
80020 -# Input Device Drivers
80022 -CONFIG_INPUT_KEYBOARD=y
80023 -CONFIG_KEYBOARD_ATKBD=y
80024 -# CONFIG_KEYBOARD_SUNKBD is not set
80025 -# CONFIG_KEYBOARD_LKKBD is not set
80026 -# CONFIG_KEYBOARD_XTKBD is not set
80027 -# CONFIG_KEYBOARD_NEWTON is not set
80028 -# CONFIG_KEYBOARD_STOWAWAY is not set
80029 -CONFIG_INPUT_MOUSE=y
80030 -CONFIG_MOUSE_PS2=y
80031 -CONFIG_MOUSE_PS2_ALPS=y
80032 -CONFIG_MOUSE_PS2_LOGIPS2PP=y
80033 -CONFIG_MOUSE_PS2_SYNAPTICS=y
80034 -CONFIG_MOUSE_PS2_LIFEBOOK=y
80035 -CONFIG_MOUSE_PS2_TRACKPOINT=y
80036 -# CONFIG_MOUSE_PS2_TOUCHKIT is not set
80037 -# CONFIG_MOUSE_SERIAL is not set
80038 -# CONFIG_MOUSE_APPLETOUCH is not set
80039 -# CONFIG_MOUSE_VSXXXAA is not set
80040 -# CONFIG_INPUT_JOYSTICK is not set
80041 -# CONFIG_INPUT_TABLET is not set
80042 -# CONFIG_INPUT_TOUCHSCREEN is not set
80043 -# CONFIG_INPUT_MISC is not set
80046 -# Hardware I/O ports
80049 -CONFIG_SERIO_I8042=y
80050 -CONFIG_SERIO_SERPORT=y
80051 -# CONFIG_SERIO_PARKBD is not set
80052 -# CONFIG_SERIO_PCIPS2 is not set
80053 -CONFIG_SERIO_LIBPS2=y
80054 -# CONFIG_SERIO_RAW is not set
80055 -# CONFIG_GAMEPORT is not set
80058 -# Character devices
80060 -# CONFIG_VT is not set
80061 -# CONFIG_SERIAL_NONSTANDARD is not set
80062 -# CONFIG_NOZOMI is not set
80067 -# CONFIG_SERIAL_8250 is not set
80070 -# Non-8250 serial port support
80072 -# CONFIG_SERIAL_UARTLITE is not set
80073 -CONFIG_SERIAL_CORE=y
80074 -CONFIG_SERIAL_CORE_CONSOLE=y
80075 -CONFIG_SERIAL_CPM=y
80076 -CONFIG_SERIAL_CPM_CONSOLE=y
80077 -# CONFIG_SERIAL_CPM_SCC1 is not set
80078 -CONFIG_SERIAL_CPM_SCC2=y
80079 -# CONFIG_SERIAL_CPM_SCC3 is not set
80080 -# CONFIG_SERIAL_CPM_SCC4 is not set
80081 -# CONFIG_SERIAL_CPM_SMC1 is not set
80082 -# CONFIG_SERIAL_CPM_SMC2 is not set
80083 -# CONFIG_SERIAL_JSM is not set
80084 -CONFIG_UNIX98_PTYS=y
80085 -CONFIG_LEGACY_PTYS=y
80086 -CONFIG_LEGACY_PTY_COUNT=256
80088 -# CONFIG_LP_CONSOLE is not set
80089 -# CONFIG_PPDEV is not set
80090 -# CONFIG_IPMI_HANDLER is not set
80091 -CONFIG_HW_RANDOM=m
80092 -# CONFIG_NVRAM is not set
80093 -# CONFIG_GEN_RTC is not set
80094 -# CONFIG_R3964 is not set
80095 -# CONFIG_APPLICOM is not set
80096 -# CONFIG_RAW_DRIVER is not set
80097 -# CONFIG_TCG_TPM is not set
80100 -CONFIG_I2C_BOARDINFO=y
80101 -CONFIG_I2C_CHARDEV=m
80106 -CONFIG_I2C_ALGOBIT=m
80107 -# CONFIG_I2C_ALGOPCF is not set
80108 -# CONFIG_I2C_ALGOPCA is not set
80111 -# I2C Hardware Bus support
80113 -# CONFIG_I2C_ALI1535 is not set
80114 -# CONFIG_I2C_ALI1563 is not set
80115 -# CONFIG_I2C_ALI15X3 is not set
80116 -# CONFIG_I2C_AMD756 is not set
80117 -# CONFIG_I2C_AMD8111 is not set
80118 -# CONFIG_I2C_I801 is not set
80119 -# CONFIG_I2C_I810 is not set
80120 -# CONFIG_I2C_PIIX4 is not set
80121 -# CONFIG_I2C_MPC is not set
80122 -# CONFIG_I2C_NFORCE2 is not set
80123 -# CONFIG_I2C_OCORES is not set
80124 -# CONFIG_I2C_PARPORT is not set
80125 -# CONFIG_I2C_PARPORT_LIGHT is not set
80126 -# CONFIG_I2C_PROSAVAGE is not set
80127 -# CONFIG_I2C_SAVAGE4 is not set
80128 -# CONFIG_I2C_SIMTEC is not set
80129 -# CONFIG_I2C_SIS5595 is not set
80130 -# CONFIG_I2C_SIS630 is not set
80131 -# CONFIG_I2C_SIS96X is not set
80132 -# CONFIG_I2C_TAOS_EVM is not set
80133 -# CONFIG_I2C_STUB is not set
80134 -# CONFIG_I2C_VIA is not set
80135 -# CONFIG_I2C_VIAPRO is not set
80136 -# CONFIG_I2C_VOODOO3 is not set
80139 -# Miscellaneous I2C Chip support
80141 -# CONFIG_DS1682 is not set
80142 -# CONFIG_SENSORS_EEPROM is not set
80143 -# CONFIG_SENSORS_PCF8574 is not set
80144 -# CONFIG_PCF8575 is not set
80145 -# CONFIG_SENSORS_PCF8591 is not set
80146 -# CONFIG_TPS65010 is not set
80147 -# CONFIG_SENSORS_MAX6875 is not set
80148 -# CONFIG_SENSORS_TSL2550 is not set
80149 -# CONFIG_I2C_DEBUG_CORE is not set
80150 -# CONFIG_I2C_DEBUG_ALGO is not set
80151 -# CONFIG_I2C_DEBUG_BUS is not set
80152 -# CONFIG_I2C_DEBUG_CHIP is not set
80157 -# CONFIG_SPI is not set
80158 -# CONFIG_SPI_MASTER is not set
80159 -# CONFIG_W1 is not set
80160 -# CONFIG_POWER_SUPPLY is not set
80162 -# CONFIG_HWMON_VID is not set
80163 -# CONFIG_SENSORS_AD7418 is not set
80164 -# CONFIG_SENSORS_ADM1021 is not set
80165 -# CONFIG_SENSORS_ADM1025 is not set
80166 -# CONFIG_SENSORS_ADM1026 is not set
80167 -# CONFIG_SENSORS_ADM1029 is not set
80168 -# CONFIG_SENSORS_ADM1031 is not set
80169 -# CONFIG_SENSORS_ADM9240 is not set
80170 -# CONFIG_SENSORS_ADT7470 is not set
80171 -# CONFIG_SENSORS_ADT7473 is not set
80172 -# CONFIG_SENSORS_ATXP1 is not set
80173 -# CONFIG_SENSORS_DS1621 is not set
80174 -# CONFIG_SENSORS_I5K_AMB is not set
80175 -# CONFIG_SENSORS_F71805F is not set
80176 -# CONFIG_SENSORS_F71882FG is not set
80177 -# CONFIG_SENSORS_F75375S is not set
80178 -# CONFIG_SENSORS_GL518SM is not set
80179 -# CONFIG_SENSORS_GL520SM is not set
80180 -# CONFIG_SENSORS_IT87 is not set
80181 -# CONFIG_SENSORS_LM63 is not set
80182 -# CONFIG_SENSORS_LM75 is not set
80183 -# CONFIG_SENSORS_LM77 is not set
80184 -# CONFIG_SENSORS_LM78 is not set
80185 -# CONFIG_SENSORS_LM80 is not set
80186 -# CONFIG_SENSORS_LM83 is not set
80187 -# CONFIG_SENSORS_LM85 is not set
80188 -# CONFIG_SENSORS_LM87 is not set
80189 -# CONFIG_SENSORS_LM90 is not set
80190 -# CONFIG_SENSORS_LM92 is not set
80191 -# CONFIG_SENSORS_LM93 is not set
80192 -# CONFIG_SENSORS_MAX1619 is not set
80193 -# CONFIG_SENSORS_MAX6650 is not set
80194 -# CONFIG_SENSORS_PC87360 is not set
80195 -# CONFIG_SENSORS_PC87427 is not set
80196 -# CONFIG_SENSORS_SIS5595 is not set
80197 -# CONFIG_SENSORS_DME1737 is not set
80198 -# CONFIG_SENSORS_SMSC47M1 is not set
80199 -# CONFIG_SENSORS_SMSC47M192 is not set
80200 -# CONFIG_SENSORS_SMSC47B397 is not set
80201 -# CONFIG_SENSORS_ADS7828 is not set
80202 -# CONFIG_SENSORS_THMC50 is not set
80203 -# CONFIG_SENSORS_VIA686A is not set
80204 -# CONFIG_SENSORS_VT1211 is not set
80205 -# CONFIG_SENSORS_VT8231 is not set
80206 -# CONFIG_SENSORS_W83781D is not set
80207 -# CONFIG_SENSORS_W83791D is not set
80208 -# CONFIG_SENSORS_W83792D is not set
80209 -# CONFIG_SENSORS_W83793 is not set
80210 -# CONFIG_SENSORS_W83L785TS is not set
80211 -# CONFIG_SENSORS_W83L786NG is not set
80212 -# CONFIG_SENSORS_W83627HF is not set
80213 -# CONFIG_SENSORS_W83627EHF is not set
80214 -# CONFIG_HWMON_DEBUG_CHIP is not set
80215 -# CONFIG_THERMAL is not set
80216 -# CONFIG_WATCHDOG is not set
80219 -# Sonics Silicon Backplane
80221 -CONFIG_SSB_POSSIBLE=y
80222 -# CONFIG_SSB is not set
80225 -# Multifunction device drivers
80227 -# CONFIG_MFD_SM501 is not set
80230 -# Multimedia devices
80232 -# CONFIG_VIDEO_DEV is not set
80233 -# CONFIG_DVB_CORE is not set
80237 -# Graphics support
80241 -# CONFIG_DRM_TDFX is not set
80242 -# CONFIG_DRM_R128 is not set
80243 -# CONFIG_DRM_RADEON is not set
80244 -# CONFIG_DRM_MGA is not set
80245 -# CONFIG_DRM_SIS is not set
80246 -# CONFIG_DRM_VIA is not set
80247 -# CONFIG_DRM_SAVAGE is not set
80248 -# CONFIG_VGASTATE is not set
80249 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
80250 -# CONFIG_FB is not set
80251 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
80254 -# Display device support
80256 -# CONFIG_DISPLAY_SUPPORT is not set
80264 -# Advanced Linux Sound Architecture
80266 -# CONFIG_SND is not set
80269 -# Open Sound System
80271 -# CONFIG_SOUND_PRIME is not set
80272 -CONFIG_HID_SUPPORT=y
80274 -# CONFIG_HID_DEBUG is not set
80275 -# CONFIG_HIDRAW is not set
80276 -CONFIG_USB_SUPPORT=y
80277 -CONFIG_USB_ARCH_HAS_HCD=y
80278 -CONFIG_USB_ARCH_HAS_OHCI=y
80279 -CONFIG_USB_ARCH_HAS_EHCI=y
80280 -# CONFIG_USB is not set
80283 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
80285 -# CONFIG_USB_GADGET is not set
80286 -# CONFIG_MMC is not set
80287 -# CONFIG_MEMSTICK is not set
80288 -# CONFIG_NEW_LEDS is not set
80289 -# CONFIG_INFINIBAND is not set
80290 -# CONFIG_EDAC is not set
80291 -# CONFIG_RTC_CLASS is not set
80292 -# CONFIG_DMADEVICES is not set
80293 -# CONFIG_AUXDISPLAY is not set
80298 -# CONFIG_UIO is not set
80304 -# CONFIG_EXT2_FS_XATTR is not set
80305 -# CONFIG_EXT2_FS_XIP is not set
80307 -CONFIG_EXT3_FS_XATTR=y
80308 -# CONFIG_EXT3_FS_POSIX_ACL is not set
80309 -# CONFIG_EXT3_FS_SECURITY is not set
80310 -# CONFIG_EXT4DEV_FS is not set
80312 -CONFIG_FS_MBCACHE=y
80313 -# CONFIG_REISERFS_FS is not set
80314 -# CONFIG_JFS_FS is not set
80315 -# CONFIG_FS_POSIX_ACL is not set
80316 -# CONFIG_XFS_FS is not set
80317 -# CONFIG_GFS2_FS is not set
80318 -# CONFIG_OCFS2_FS is not set
80321 -CONFIG_INOTIFY_USER=y
80322 -# CONFIG_QUOTA is not set
80323 -CONFIG_AUTOFS_FS=m
80324 -CONFIG_AUTOFS4_FS=y
80325 -# CONFIG_FUSE_FS is not set
80328 -# CD-ROM/DVD Filesystems
80330 -CONFIG_ISO9660_FS=m
80331 -# CONFIG_JOLIET is not set
80332 -# CONFIG_ZISOFS is not set
80337 -# DOS/FAT/NT Filesystems
80342 -CONFIG_FAT_DEFAULT_CODEPAGE=437
80343 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
80344 -# CONFIG_NTFS_FS is not set
80347 -# Pseudo filesystems
80350 -# CONFIG_PROC_KCORE is not set
80351 -CONFIG_PROC_SYSCTL=y
80354 -# CONFIG_TMPFS_POSIX_ACL is not set
80355 -# CONFIG_HUGETLB_PAGE is not set
80356 -# CONFIG_CONFIGFS_FS is not set
80359 -# Miscellaneous filesystems
80361 -# CONFIG_ADFS_FS is not set
80362 -# CONFIG_AFFS_FS is not set
80363 -# CONFIG_HFS_FS is not set
80364 -# CONFIG_HFSPLUS_FS is not set
80365 -# CONFIG_BEFS_FS is not set
80366 -# CONFIG_BFS_FS is not set
80367 -# CONFIG_EFS_FS is not set
80369 -# CONFIG_VXFS_FS is not set
80370 -# CONFIG_MINIX_FS is not set
80371 -# CONFIG_HPFS_FS is not set
80372 -# CONFIG_QNX4FS_FS is not set
80373 -# CONFIG_ROMFS_FS is not set
80374 -# CONFIG_SYSV_FS is not set
80375 -# CONFIG_UFS_FS is not set
80376 -CONFIG_NETWORK_FILESYSTEMS=y
80379 -# CONFIG_NFS_V3_ACL is not set
80380 -# CONFIG_NFS_V4 is not set
80381 -# CONFIG_NFS_DIRECTIO is not set
80382 -# CONFIG_NFSD is not set
80386 -CONFIG_NFS_COMMON=y
80388 -# CONFIG_SUNRPC_BIND34 is not set
80389 -# CONFIG_RPCSEC_GSS_KRB5 is not set
80390 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
80392 -# CONFIG_SMB_NLS_DEFAULT is not set
80393 -# CONFIG_CIFS is not set
80394 -# CONFIG_NCP_FS is not set
80395 -# CONFIG_CODA_FS is not set
80396 -# CONFIG_AFS_FS is not set
80401 -# CONFIG_PARTITION_ADVANCED is not set
80402 -CONFIG_MSDOS_PARTITION=y
80404 -CONFIG_NLS_DEFAULT="iso8859-1"
80405 -# CONFIG_NLS_CODEPAGE_437 is not set
80406 -# CONFIG_NLS_CODEPAGE_737 is not set
80407 -# CONFIG_NLS_CODEPAGE_775 is not set
80408 -# CONFIG_NLS_CODEPAGE_850 is not set
80409 -# CONFIG_NLS_CODEPAGE_852 is not set
80410 -# CONFIG_NLS_CODEPAGE_855 is not set
80411 -# CONFIG_NLS_CODEPAGE_857 is not set
80412 -# CONFIG_NLS_CODEPAGE_860 is not set
80413 -# CONFIG_NLS_CODEPAGE_861 is not set
80414 -# CONFIG_NLS_CODEPAGE_862 is not set
80415 -# CONFIG_NLS_CODEPAGE_863 is not set
80416 -# CONFIG_NLS_CODEPAGE_864 is not set
80417 -# CONFIG_NLS_CODEPAGE_865 is not set
80418 -# CONFIG_NLS_CODEPAGE_866 is not set
80419 -# CONFIG_NLS_CODEPAGE_869 is not set
80420 -# CONFIG_NLS_CODEPAGE_936 is not set
80421 -# CONFIG_NLS_CODEPAGE_950 is not set
80422 -# CONFIG_NLS_CODEPAGE_932 is not set
80423 -# CONFIG_NLS_CODEPAGE_949 is not set
80424 -# CONFIG_NLS_CODEPAGE_874 is not set
80425 -# CONFIG_NLS_ISO8859_8 is not set
80426 -# CONFIG_NLS_CODEPAGE_1250 is not set
80427 -# CONFIG_NLS_CODEPAGE_1251 is not set
80428 -# CONFIG_NLS_ASCII is not set
80429 -# CONFIG_NLS_ISO8859_1 is not set
80430 -# CONFIG_NLS_ISO8859_2 is not set
80431 -# CONFIG_NLS_ISO8859_3 is not set
80432 -# CONFIG_NLS_ISO8859_4 is not set
80433 -# CONFIG_NLS_ISO8859_5 is not set
80434 -# CONFIG_NLS_ISO8859_6 is not set
80435 -# CONFIG_NLS_ISO8859_7 is not set
80436 -# CONFIG_NLS_ISO8859_9 is not set
80437 -# CONFIG_NLS_ISO8859_13 is not set
80438 -# CONFIG_NLS_ISO8859_14 is not set
80439 -# CONFIG_NLS_ISO8859_15 is not set
80440 -# CONFIG_NLS_KOI8_R is not set
80441 -# CONFIG_NLS_KOI8_U is not set
80442 -# CONFIG_NLS_UTF8 is not set
80443 -# CONFIG_DLM is not set
80446 -# Library routines
80448 -CONFIG_BITREVERSE=y
80449 -CONFIG_CRC_CCITT=y
80450 -# CONFIG_CRC16 is not set
80451 -# CONFIG_CRC_ITU_T is not set
80453 -# CONFIG_CRC7 is not set
80454 -# CONFIG_LIBCRC32C is not set
80455 -CONFIG_ZLIB_INFLATE=m
80457 -CONFIG_HAS_IOMEM=y
80458 -CONFIG_HAS_IOPORT=y
80464 -# CONFIG_PRINTK_TIME is not set
80465 -CONFIG_ENABLE_WARN_DEPRECATED=y
80466 -CONFIG_ENABLE_MUST_CHECK=y
80467 -# CONFIG_MAGIC_SYSRQ is not set
80468 -# CONFIG_UNUSED_SYMBOLS is not set
80469 -# CONFIG_DEBUG_FS is not set
80470 -# CONFIG_HEADERS_CHECK is not set
80471 -CONFIG_DEBUG_KERNEL=y
80472 -# CONFIG_DEBUG_SHIRQ is not set
80473 -CONFIG_DETECT_SOFTLOCKUP=y
80474 -CONFIG_SCHED_DEBUG=y
80475 -# CONFIG_SCHEDSTATS is not set
80476 -# CONFIG_TIMER_STATS is not set
80477 -# CONFIG_SLUB_DEBUG_ON is not set
80478 -# CONFIG_SLUB_STATS is not set
80479 -# CONFIG_DEBUG_RT_MUTEXES is not set
80480 -# CONFIG_RT_MUTEX_TESTER is not set
80481 -# CONFIG_DEBUG_SPINLOCK is not set
80482 -# CONFIG_DEBUG_MUTEXES is not set
80483 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
80484 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
80485 -# CONFIG_DEBUG_KOBJECT is not set
80486 -# CONFIG_DEBUG_HIGHMEM is not set
80487 -# CONFIG_DEBUG_BUGVERBOSE is not set
80488 -# CONFIG_DEBUG_INFO is not set
80489 -# CONFIG_DEBUG_VM is not set
80490 -# CONFIG_DEBUG_LIST is not set
80491 -# CONFIG_DEBUG_SG is not set
80492 -# CONFIG_BOOT_PRINTK_DELAY is not set
80493 -# CONFIG_RCU_TORTURE_TEST is not set
80494 -# CONFIG_BACKTRACE_SELF_TEST is not set
80495 -# CONFIG_FAULT_INJECTION is not set
80496 -# CONFIG_SAMPLES is not set
80497 -# CONFIG_DEBUG_STACKOVERFLOW is not set
80498 -# CONFIG_DEBUG_STACK_USAGE is not set
80499 -# CONFIG_DEBUG_PAGEALLOC is not set
80500 -# CONFIG_DEBUGGER is not set
80501 -# CONFIG_KGDB_CONSOLE is not set
80502 -CONFIG_BDI_SWITCH=y
80503 -# CONFIG_PPC_EARLY_DEBUG is not set
80506 -# Security options
80508 -# CONFIG_KEYS is not set
80509 -# CONFIG_SECURITY is not set
80510 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
80512 -# CONFIG_CRYPTO_SEQIV is not set
80513 -# CONFIG_CRYPTO_MANAGER is not set
80514 -# CONFIG_CRYPTO_HMAC is not set
80515 -# CONFIG_CRYPTO_XCBC is not set
80516 -# CONFIG_CRYPTO_NULL is not set
80517 -# CONFIG_CRYPTO_MD4 is not set
80518 -# CONFIG_CRYPTO_MD5 is not set
80519 -# CONFIG_CRYPTO_SHA1 is not set
80520 -# CONFIG_CRYPTO_SHA256 is not set
80521 -# CONFIG_CRYPTO_SHA512 is not set
80522 -# CONFIG_CRYPTO_WP512 is not set
80523 -# CONFIG_CRYPTO_TGR192 is not set
80524 -# CONFIG_CRYPTO_GF128MUL is not set
80525 -# CONFIG_CRYPTO_ECB is not set
80526 -# CONFIG_CRYPTO_CBC is not set
80527 -# CONFIG_CRYPTO_PCBC is not set
80528 -# CONFIG_CRYPTO_LRW is not set
80529 -# CONFIG_CRYPTO_XTS is not set
80530 -# CONFIG_CRYPTO_CTR is not set
80531 -# CONFIG_CRYPTO_GCM is not set
80532 -# CONFIG_CRYPTO_CCM is not set
80533 -# CONFIG_CRYPTO_CRYPTD is not set
80534 -# CONFIG_CRYPTO_DES is not set
80535 -# CONFIG_CRYPTO_FCRYPT is not set
80536 -# CONFIG_CRYPTO_BLOWFISH is not set
80537 -# CONFIG_CRYPTO_TWOFISH is not set
80538 -# CONFIG_CRYPTO_SERPENT is not set
80539 -# CONFIG_CRYPTO_AES is not set
80540 -# CONFIG_CRYPTO_CAST5 is not set
80541 -# CONFIG_CRYPTO_CAST6 is not set
80542 -# CONFIG_CRYPTO_TEA is not set
80543 -# CONFIG_CRYPTO_ARC4 is not set
80544 -# CONFIG_CRYPTO_KHAZAD is not set
80545 -# CONFIG_CRYPTO_ANUBIS is not set
80546 -# CONFIG_CRYPTO_SEED is not set
80547 -# CONFIG_CRYPTO_SALSA20 is not set
80548 -# CONFIG_CRYPTO_DEFLATE is not set
80549 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
80550 -# CONFIG_CRYPTO_CRC32C is not set
80551 -# CONFIG_CRYPTO_CAMELLIA is not set
80552 -# CONFIG_CRYPTO_TEST is not set
80553 -# CONFIG_CRYPTO_AUTHENC is not set
80554 -# CONFIG_CRYPTO_LZO is not set
80555 -CONFIG_CRYPTO_HW=y
80556 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
80557 -# CONFIG_PPC_CLOCK is not set
80558 -CONFIG_PPC_LIB_RHEAP=y
80559 --- a/arch/powerpc/configs/taishan_defconfig
80563 -# Automatically generated make config: don't edit
80564 -# Linux kernel version: 2.6.25-rc2
80565 -# Fri Feb 15 21:40:44 2008
80567 -# CONFIG_PPC64 is not set
80570 -# Processor support
80572 -# CONFIG_6xx is not set
80573 -# CONFIG_PPC_85xx is not set
80574 -# CONFIG_PPC_8xx is not set
80575 -# CONFIG_40x is not set
80577 -# CONFIG_E200 is not set
80580 -CONFIG_PTE_64BIT=y
80581 -CONFIG_PHYS_64BIT=y
80582 -# CONFIG_PPC_MM_SLICES is not set
80583 -CONFIG_NOT_COHERENT_CACHE=y
80585 -CONFIG_WORD_SIZE=32
80586 -CONFIG_PPC_MERGE=y
80588 -CONFIG_GENERIC_CMOS_UPDATE=y
80589 -CONFIG_GENERIC_TIME=y
80590 -CONFIG_GENERIC_TIME_VSYSCALL=y
80591 -CONFIG_GENERIC_CLOCKEVENTS=y
80592 -CONFIG_GENERIC_HARDIRQS=y
80593 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
80594 -CONFIG_IRQ_PER_CPU=y
80595 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
80596 -CONFIG_ARCH_HAS_ILOG2_U32=y
80597 -CONFIG_GENERIC_HWEIGHT=y
80598 -CONFIG_GENERIC_CALIBRATE_DELAY=y
80599 -CONFIG_GENERIC_FIND_NEXT_BIT=y
80600 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
80602 -CONFIG_EARLY_PRINTK=y
80603 -CONFIG_GENERIC_NVRAM=y
80604 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
80605 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
80608 -CONFIG_PPC_UDBG_16550=y
80609 -# CONFIG_GENERIC_TBSYNC is not set
80610 -CONFIG_AUDIT_ARCH=y
80611 -CONFIG_GENERIC_BUG=y
80612 -# CONFIG_DEFAULT_UIMAGE is not set
80613 -CONFIG_PPC_DCR_NATIVE=y
80614 -# CONFIG_PPC_DCR_MMIO is not set
80616 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
80621 -CONFIG_EXPERIMENTAL=y
80622 -CONFIG_BROKEN_ON_SMP=y
80623 -CONFIG_INIT_ENV_ARG_LIMIT=32
80624 -CONFIG_LOCALVERSION=""
80625 -CONFIG_LOCALVERSION_AUTO=y
80628 -CONFIG_SYSVIPC_SYSCTL=y
80629 -CONFIG_POSIX_MQUEUE=y
80630 -# CONFIG_BSD_PROCESS_ACCT is not set
80631 -# CONFIG_TASKSTATS is not set
80632 -# CONFIG_AUDIT is not set
80633 -# CONFIG_IKCONFIG is not set
80634 -CONFIG_LOG_BUF_SHIFT=14
80635 -# CONFIG_CGROUPS is not set
80636 -CONFIG_GROUP_SCHED=y
80637 -CONFIG_FAIR_GROUP_SCHED=y
80638 -# CONFIG_RT_GROUP_SCHED is not set
80639 -CONFIG_USER_SCHED=y
80640 -# CONFIG_CGROUP_SCHED is not set
80641 -CONFIG_SYSFS_DEPRECATED=y
80642 -# CONFIG_RELAY is not set
80643 -# CONFIG_NAMESPACES is not set
80644 -CONFIG_BLK_DEV_INITRD=y
80645 -CONFIG_INITRAMFS_SOURCE=""
80646 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
80649 -CONFIG_SYSCTL_SYSCALL=y
80651 -# CONFIG_KALLSYMS_ALL is not set
80652 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
80657 -CONFIG_COMPAT_BRK=y
80658 -CONFIG_BASE_FULL=y
80660 -CONFIG_ANON_INODES=y
80666 -CONFIG_VM_EVENT_COUNTERS=y
80667 -CONFIG_SLUB_DEBUG=y
80668 -# CONFIG_SLAB is not set
80670 -# CONFIG_SLOB is not set
80671 -# CONFIG_PROFILING is not set
80672 -# CONFIG_MARKERS is not set
80673 -CONFIG_HAVE_OPROFILE=y
80674 -# CONFIG_KPROBES is not set
80675 -CONFIG_HAVE_KPROBES=y
80676 -CONFIG_PROC_PAGE_MONITOR=y
80678 -CONFIG_RT_MUTEXES=y
80679 -# CONFIG_TINY_SHMEM is not set
80680 -CONFIG_BASE_SMALL=0
80682 -CONFIG_MODULE_UNLOAD=y
80683 -# CONFIG_MODULE_FORCE_UNLOAD is not set
80684 -# CONFIG_MODVERSIONS is not set
80685 -# CONFIG_MODULE_SRCVERSION_ALL is not set
80689 -# CONFIG_BLK_DEV_IO_TRACE is not set
80690 -# CONFIG_LSF is not set
80691 -# CONFIG_BLK_DEV_BSG is not set
80696 -CONFIG_IOSCHED_NOOP=y
80697 -CONFIG_IOSCHED_AS=y
80698 -CONFIG_IOSCHED_DEADLINE=y
80699 -CONFIG_IOSCHED_CFQ=y
80700 -CONFIG_DEFAULT_AS=y
80701 -# CONFIG_DEFAULT_DEADLINE is not set
80702 -# CONFIG_DEFAULT_CFQ is not set
80703 -# CONFIG_DEFAULT_NOOP is not set
80704 -CONFIG_DEFAULT_IOSCHED="anticipatory"
80705 -CONFIG_CLASSIC_RCU=y
80706 -# CONFIG_PREEMPT_RCU is not set
80707 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
80710 -# Platform support
80712 -# CONFIG_PPC_MPC512x is not set
80713 -# CONFIG_PPC_MPC5121 is not set
80714 -# CONFIG_PPC_CELL is not set
80715 -# CONFIG_PPC_CELL_NATIVE is not set
80716 -# CONFIG_PQ2ADS is not set
80717 -# CONFIG_BAMBOO is not set
80718 -# CONFIG_EBONY is not set
80719 -# CONFIG_SEQUOIA is not set
80721 -# CONFIG_KATMAI is not set
80722 -# CONFIG_RAINIER is not set
80723 -# CONFIG_WARP is not set
80725 -# CONFIG_IPIC is not set
80726 -# CONFIG_MPIC is not set
80727 -# CONFIG_MPIC_WEIRD is not set
80728 -# CONFIG_PPC_I8259 is not set
80729 -# CONFIG_PPC_RTAS is not set
80730 -# CONFIG_MMIO_NVRAM is not set
80731 -# CONFIG_PPC_MPC106 is not set
80732 -# CONFIG_PPC_970_NAP is not set
80733 -# CONFIG_PPC_INDIRECT_IO is not set
80734 -# CONFIG_GENERIC_IOMAP is not set
80735 -# CONFIG_CPU_FREQ is not set
80736 -# CONFIG_FSL_ULI1575 is not set
80741 -# CONFIG_HIGHMEM is not set
80742 -# CONFIG_TICK_ONESHOT is not set
80743 -# CONFIG_NO_HZ is not set
80744 -# CONFIG_HIGH_RES_TIMERS is not set
80745 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
80746 -# CONFIG_HZ_100 is not set
80748 -# CONFIG_HZ_300 is not set
80749 -# CONFIG_HZ_1000 is not set
80751 -# CONFIG_SCHED_HRTICK is not set
80752 -CONFIG_PREEMPT_NONE=y
80753 -# CONFIG_PREEMPT_VOLUNTARY is not set
80754 -# CONFIG_PREEMPT is not set
80755 -CONFIG_RCU_TRACE=y
80756 -CONFIG_BINFMT_ELF=y
80757 -# CONFIG_BINFMT_MISC is not set
80758 -# CONFIG_MATH_EMULATION is not set
80759 -# CONFIG_IOMMU_HELPER is not set
80760 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
80761 -CONFIG_ARCH_HAS_WALK_MEMORY=y
80762 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
80763 -CONFIG_ARCH_FLATMEM_ENABLE=y
80764 -CONFIG_ARCH_POPULATES_NODE_MAP=y
80765 -CONFIG_SELECT_MEMORY_MODEL=y
80766 -CONFIG_FLATMEM_MANUAL=y
80767 -# CONFIG_DISCONTIGMEM_MANUAL is not set
80768 -# CONFIG_SPARSEMEM_MANUAL is not set
80770 -CONFIG_FLAT_NODE_MEM_MAP=y
80771 -# CONFIG_SPARSEMEM_STATIC is not set
80772 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
80773 -CONFIG_SPLIT_PTLOCK_CPUS=4
80774 -CONFIG_RESOURCES_64BIT=y
80775 -CONFIG_ZONE_DMA_FLAG=1
80777 -CONFIG_VIRT_TO_BUS=y
80778 -CONFIG_PROC_DEVICETREE=y
80779 -CONFIG_CMDLINE_BOOL=y
80782 -CONFIG_ISA_DMA_API=y
80788 -CONFIG_PPC_INDIRECT_PCI=y
80790 -CONFIG_PCI_DOMAINS=y
80791 -CONFIG_PCI_SYSCALL=y
80792 -# CONFIG_PCIEPORTBUS is not set
80793 -CONFIG_ARCH_SUPPORTS_MSI=y
80794 -# CONFIG_PCI_MSI is not set
80795 -CONFIG_PCI_LEGACY=y
80796 -# CONFIG_PCI_DEBUG is not set
80797 -# CONFIG_PCCARD is not set
80798 -# CONFIG_HOTPLUG_PCI is not set
80803 -# CONFIG_ADVANCED_OPTIONS is not set
80806 -# Default settings for advanced configuration options are used
80808 -CONFIG_HIGHMEM_START=0xfe000000
80809 -CONFIG_LOWMEM_SIZE=0x30000000
80810 -CONFIG_KERNEL_START=0xc0000000
80811 -CONFIG_TASK_SIZE=0xc0000000
80812 -CONFIG_CONSISTENT_START=0xff100000
80813 -CONFIG_CONSISTENT_SIZE=0x00200000
80814 -CONFIG_BOOT_LOAD=0x01000000
80822 -# Networking options
80825 -# CONFIG_PACKET_MMAP is not set
80827 -# CONFIG_NET_KEY is not set
80829 -# CONFIG_IP_MULTICAST is not set
80830 -# CONFIG_IP_ADVANCED_ROUTER is not set
80831 -CONFIG_IP_FIB_HASH=y
80833 -CONFIG_IP_PNP_DHCP=y
80834 -CONFIG_IP_PNP_BOOTP=y
80835 -# CONFIG_IP_PNP_RARP is not set
80836 -# CONFIG_NET_IPIP is not set
80837 -# CONFIG_NET_IPGRE is not set
80838 -# CONFIG_ARPD is not set
80839 -# CONFIG_SYN_COOKIES is not set
80840 -# CONFIG_INET_AH is not set
80841 -# CONFIG_INET_ESP is not set
80842 -# CONFIG_INET_IPCOMP is not set
80843 -# CONFIG_INET_XFRM_TUNNEL is not set
80844 -# CONFIG_INET_TUNNEL is not set
80845 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
80846 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
80847 -# CONFIG_INET_XFRM_MODE_BEET is not set
80848 -# CONFIG_INET_LRO is not set
80849 -CONFIG_INET_DIAG=y
80850 -CONFIG_INET_TCP_DIAG=y
80851 -# CONFIG_TCP_CONG_ADVANCED is not set
80852 -CONFIG_TCP_CONG_CUBIC=y
80853 -CONFIG_DEFAULT_TCP_CONG="cubic"
80854 -# CONFIG_TCP_MD5SIG is not set
80855 -# CONFIG_IPV6 is not set
80856 -# CONFIG_INET6_XFRM_TUNNEL is not set
80857 -# CONFIG_INET6_TUNNEL is not set
80858 -# CONFIG_NETWORK_SECMARK is not set
80859 -# CONFIG_NETFILTER is not set
80860 -# CONFIG_IP_DCCP is not set
80861 -# CONFIG_IP_SCTP is not set
80862 -# CONFIG_TIPC is not set
80863 -# CONFIG_ATM is not set
80864 -# CONFIG_BRIDGE is not set
80865 -# CONFIG_VLAN_8021Q is not set
80866 -# CONFIG_DECNET is not set
80867 -# CONFIG_LLC2 is not set
80868 -# CONFIG_IPX is not set
80869 -# CONFIG_ATALK is not set
80870 -# CONFIG_X25 is not set
80871 -# CONFIG_LAPB is not set
80872 -# CONFIG_ECONET is not set
80873 -# CONFIG_WAN_ROUTER is not set
80874 -# CONFIG_NET_SCHED is not set
80879 -# CONFIG_NET_PKTGEN is not set
80880 -# CONFIG_HAMRADIO is not set
80881 -# CONFIG_CAN is not set
80882 -# CONFIG_IRDA is not set
80883 -# CONFIG_BT is not set
80884 -# CONFIG_AF_RXRPC is not set
80889 -# CONFIG_CFG80211 is not set
80890 -# CONFIG_WIRELESS_EXT is not set
80891 -# CONFIG_MAC80211 is not set
80892 -# CONFIG_IEEE80211 is not set
80893 -# CONFIG_RFKILL is not set
80894 -# CONFIG_NET_9P is not set
80901 -# Generic Driver Options
80903 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
80904 -CONFIG_STANDALONE=y
80905 -CONFIG_PREVENT_FIRMWARE_BUILD=y
80906 -CONFIG_FW_LOADER=y
80907 -# CONFIG_DEBUG_DRIVER is not set
80908 -# CONFIG_DEBUG_DEVRES is not set
80909 -# CONFIG_SYS_HYPERVISOR is not set
80910 -CONFIG_CONNECTOR=y
80911 -CONFIG_PROC_EVENTS=y
80912 -# CONFIG_MTD is not set
80913 -CONFIG_OF_DEVICE=y
80914 -# CONFIG_PARPORT is not set
80916 -# CONFIG_BLK_DEV_FD is not set
80917 -# CONFIG_BLK_CPQ_DA is not set
80918 -# CONFIG_BLK_CPQ_CISS_DA is not set
80919 -# CONFIG_BLK_DEV_DAC960 is not set
80920 -# CONFIG_BLK_DEV_UMEM is not set
80921 -# CONFIG_BLK_DEV_COW_COMMON is not set
80922 -# CONFIG_BLK_DEV_LOOP is not set
80923 -# CONFIG_BLK_DEV_NBD is not set
80924 -# CONFIG_BLK_DEV_SX8 is not set
80925 -CONFIG_BLK_DEV_RAM=y
80926 -CONFIG_BLK_DEV_RAM_COUNT=16
80927 -CONFIG_BLK_DEV_RAM_SIZE=35000
80928 -# CONFIG_BLK_DEV_XIP is not set
80929 -# CONFIG_CDROM_PKTCDVD is not set
80930 -# CONFIG_ATA_OVER_ETH is not set
80931 -# CONFIG_XILINX_SYSACE is not set
80932 -CONFIG_MISC_DEVICES=y
80933 -# CONFIG_PHANTOM is not set
80934 -# CONFIG_EEPROM_93CX6 is not set
80935 -# CONFIG_SGI_IOC4 is not set
80936 -# CONFIG_TIFM_CORE is not set
80937 -# CONFIG_ENCLOSURE_SERVICES is not set
80939 -# CONFIG_IDE is not set
80942 -# SCSI device support
80944 -# CONFIG_RAID_ATTRS is not set
80945 -# CONFIG_SCSI is not set
80946 -# CONFIG_SCSI_DMA is not set
80947 -# CONFIG_SCSI_NETLINK is not set
80948 -# CONFIG_ATA is not set
80949 -# CONFIG_MD is not set
80950 -# CONFIG_FUSION is not set
80953 -# IEEE 1394 (FireWire) support
80955 -# CONFIG_FIREWIRE is not set
80956 -# CONFIG_IEEE1394 is not set
80957 -# CONFIG_I2O is not set
80958 -CONFIG_MACINTOSH_DRIVERS=y
80959 -# CONFIG_MAC_EMUMOUSEBTN is not set
80960 -# CONFIG_WINDFARM is not set
80961 -CONFIG_NETDEVICES=y
80962 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
80963 -# CONFIG_DUMMY is not set
80964 -# CONFIG_BONDING is not set
80965 -# CONFIG_MACVLAN is not set
80966 -# CONFIG_EQUALIZER is not set
80967 -# CONFIG_TUN is not set
80968 -# CONFIG_VETH is not set
80969 -# CONFIG_ARCNET is not set
80970 -# CONFIG_PHYLIB is not set
80971 -CONFIG_NET_ETHERNET=y
80972 -# CONFIG_MII is not set
80973 -# CONFIG_HAPPYMEAL is not set
80974 -# CONFIG_SUNGEM is not set
80975 -# CONFIG_CASSINI is not set
80976 -# CONFIG_NET_VENDOR_3COM is not set
80977 -# CONFIG_NET_TULIP is not set
80978 -# CONFIG_HP100 is not set
80979 -CONFIG_IBM_NEW_EMAC=y
80980 -CONFIG_IBM_NEW_EMAC_RXB=128
80981 -CONFIG_IBM_NEW_EMAC_TXB=64
80982 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
80983 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
80984 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
80985 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
80986 -CONFIG_IBM_NEW_EMAC_ZMII=y
80987 -CONFIG_IBM_NEW_EMAC_RGMII=y
80988 -CONFIG_IBM_NEW_EMAC_TAH=y
80989 -CONFIG_IBM_NEW_EMAC_EMAC4=y
80990 -# CONFIG_NET_PCI is not set
80991 -# CONFIG_B44 is not set
80992 -CONFIG_NETDEV_1000=y
80993 -# CONFIG_ACENIC is not set
80994 -# CONFIG_DL2K is not set
80995 -# CONFIG_E1000 is not set
80996 -# CONFIG_E1000E is not set
80997 -# CONFIG_E1000E_ENABLED is not set
80998 -# CONFIG_IP1000 is not set
80999 -# CONFIG_IGB is not set
81000 -# CONFIG_NS83820 is not set
81001 -# CONFIG_HAMACHI is not set
81002 -# CONFIG_YELLOWFIN is not set
81003 -# CONFIG_R8169 is not set
81004 -# CONFIG_SIS190 is not set
81005 -# CONFIG_SKGE is not set
81006 -# CONFIG_SKY2 is not set
81007 -# CONFIG_SK98LIN is not set
81008 -# CONFIG_VIA_VELOCITY is not set
81009 -# CONFIG_TIGON3 is not set
81010 -# CONFIG_BNX2 is not set
81011 -# CONFIG_QLA3XXX is not set
81012 -# CONFIG_ATL1 is not set
81013 -CONFIG_NETDEV_10000=y
81014 -# CONFIG_CHELSIO_T1 is not set
81015 -# CONFIG_CHELSIO_T3 is not set
81016 -# CONFIG_IXGBE is not set
81017 -# CONFIG_IXGB is not set
81018 -# CONFIG_S2IO is not set
81019 -# CONFIG_MYRI10GE is not set
81020 -# CONFIG_NETXEN_NIC is not set
81021 -# CONFIG_NIU is not set
81022 -# CONFIG_MLX4_CORE is not set
81023 -# CONFIG_TEHUTI is not set
81024 -# CONFIG_BNX2X is not set
81025 -# CONFIG_TR is not set
81030 -# CONFIG_WLAN_PRE80211 is not set
81031 -# CONFIG_WLAN_80211 is not set
81032 -# CONFIG_WAN is not set
81033 -# CONFIG_FDDI is not set
81034 -# CONFIG_HIPPI is not set
81035 -# CONFIG_PPP is not set
81036 -# CONFIG_SLIP is not set
81037 -# CONFIG_NETCONSOLE is not set
81038 -# CONFIG_NETPOLL is not set
81039 -# CONFIG_NET_POLL_CONTROLLER is not set
81040 -# CONFIG_ISDN is not set
81041 -# CONFIG_PHONE is not set
81044 -# Input device support
81046 -# CONFIG_INPUT is not set
81049 -# Hardware I/O ports
81051 -# CONFIG_SERIO is not set
81052 -# CONFIG_GAMEPORT is not set
81055 -# Character devices
81057 -# CONFIG_VT is not set
81058 -# CONFIG_SERIAL_NONSTANDARD is not set
81059 -# CONFIG_NOZOMI is not set
81064 -CONFIG_SERIAL_8250=y
81065 -CONFIG_SERIAL_8250_CONSOLE=y
81066 -# CONFIG_SERIAL_8250_PCI is not set
81067 -CONFIG_SERIAL_8250_NR_UARTS=4
81068 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
81069 -CONFIG_SERIAL_8250_EXTENDED=y
81070 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
81071 -CONFIG_SERIAL_8250_SHARE_IRQ=y
81072 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
81073 -# CONFIG_SERIAL_8250_RSA is not set
81076 -# Non-8250 serial port support
81078 -# CONFIG_SERIAL_UARTLITE is not set
81079 -CONFIG_SERIAL_CORE=y
81080 -CONFIG_SERIAL_CORE_CONSOLE=y
81081 -# CONFIG_SERIAL_JSM is not set
81082 -CONFIG_SERIAL_OF_PLATFORM=y
81083 -CONFIG_UNIX98_PTYS=y
81084 -CONFIG_LEGACY_PTYS=y
81085 -CONFIG_LEGACY_PTY_COUNT=256
81086 -# CONFIG_IPMI_HANDLER is not set
81087 -# CONFIG_HW_RANDOM is not set
81088 -# CONFIG_NVRAM is not set
81089 -# CONFIG_GEN_RTC is not set
81090 -# CONFIG_R3964 is not set
81091 -# CONFIG_APPLICOM is not set
81092 -# CONFIG_RAW_DRIVER is not set
81093 -# CONFIG_TCG_TPM is not set
81095 -# CONFIG_I2C is not set
81100 -# CONFIG_SPI is not set
81101 -# CONFIG_SPI_MASTER is not set
81102 -# CONFIG_W1 is not set
81103 -# CONFIG_POWER_SUPPLY is not set
81104 -# CONFIG_HWMON is not set
81106 -# CONFIG_WATCHDOG is not set
81109 -# Sonics Silicon Backplane
81111 -CONFIG_SSB_POSSIBLE=y
81112 -# CONFIG_SSB is not set
81115 -# Multifunction device drivers
81117 -# CONFIG_MFD_SM501 is not set
81120 -# Multimedia devices
81122 -# CONFIG_VIDEO_DEV is not set
81123 -# CONFIG_DVB_CORE is not set
81127 -# Graphics support
81129 -# CONFIG_AGP is not set
81130 -# CONFIG_DRM is not set
81131 -# CONFIG_VGASTATE is not set
81132 -CONFIG_VIDEO_OUTPUT_CONTROL=m
81133 -# CONFIG_FB is not set
81134 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
81137 -# Display device support
81139 -# CONFIG_DISPLAY_SUPPORT is not set
81144 -# CONFIG_SOUND is not set
81145 -CONFIG_USB_SUPPORT=y
81146 -CONFIG_USB_ARCH_HAS_HCD=y
81147 -CONFIG_USB_ARCH_HAS_OHCI=y
81148 -CONFIG_USB_ARCH_HAS_EHCI=y
81149 -# CONFIG_USB is not set
81152 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
81154 -# CONFIG_USB_GADGET is not set
81155 -# CONFIG_MMC is not set
81156 -# CONFIG_MEMSTICK is not set
81157 -# CONFIG_NEW_LEDS is not set
81158 -# CONFIG_INFINIBAND is not set
81159 -# CONFIG_EDAC is not set
81160 -# CONFIG_RTC_CLASS is not set
81165 -# CONFIG_UIO is not set
81171 -# CONFIG_EXT2_FS_XATTR is not set
81172 -# CONFIG_EXT2_FS_XIP is not set
81173 -# CONFIG_EXT3_FS is not set
81174 -# CONFIG_EXT4DEV_FS is not set
81175 -# CONFIG_REISERFS_FS is not set
81176 -# CONFIG_JFS_FS is not set
81177 -# CONFIG_FS_POSIX_ACL is not set
81178 -# CONFIG_XFS_FS is not set
81179 -# CONFIG_GFS2_FS is not set
81180 -# CONFIG_OCFS2_FS is not set
81183 -CONFIG_INOTIFY_USER=y
81184 -# CONFIG_QUOTA is not set
81185 -# CONFIG_AUTOFS_FS is not set
81186 -# CONFIG_AUTOFS4_FS is not set
81187 -# CONFIG_FUSE_FS is not set
81190 -# CD-ROM/DVD Filesystems
81192 -# CONFIG_ISO9660_FS is not set
81193 -# CONFIG_UDF_FS is not set
81196 -# DOS/FAT/NT Filesystems
81198 -# CONFIG_MSDOS_FS is not set
81199 -# CONFIG_VFAT_FS is not set
81200 -# CONFIG_NTFS_FS is not set
81203 -# Pseudo filesystems
81206 -CONFIG_PROC_KCORE=y
81207 -CONFIG_PROC_SYSCTL=y
81210 -# CONFIG_TMPFS_POSIX_ACL is not set
81211 -# CONFIG_HUGETLB_PAGE is not set
81212 -# CONFIG_CONFIGFS_FS is not set
81215 -# Miscellaneous filesystems
81217 -# CONFIG_ADFS_FS is not set
81218 -# CONFIG_AFFS_FS is not set
81219 -# CONFIG_HFS_FS is not set
81220 -# CONFIG_HFSPLUS_FS is not set
81221 -# CONFIG_BEFS_FS is not set
81222 -# CONFIG_BFS_FS is not set
81223 -# CONFIG_EFS_FS is not set
81225 -# CONFIG_VXFS_FS is not set
81226 -# CONFIG_MINIX_FS is not set
81227 -# CONFIG_HPFS_FS is not set
81228 -# CONFIG_QNX4FS_FS is not set
81229 -# CONFIG_ROMFS_FS is not set
81230 -# CONFIG_SYSV_FS is not set
81231 -# CONFIG_UFS_FS is not set
81232 -CONFIG_NETWORK_FILESYSTEMS=y
81235 -# CONFIG_NFS_V3_ACL is not set
81236 -# CONFIG_NFS_V4 is not set
81237 -# CONFIG_NFS_DIRECTIO is not set
81238 -# CONFIG_NFSD is not set
81242 -CONFIG_NFS_COMMON=y
81244 -# CONFIG_SUNRPC_BIND34 is not set
81245 -# CONFIG_RPCSEC_GSS_KRB5 is not set
81246 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
81247 -# CONFIG_SMB_FS is not set
81248 -# CONFIG_CIFS is not set
81249 -# CONFIG_NCP_FS is not set
81250 -# CONFIG_CODA_FS is not set
81251 -# CONFIG_AFS_FS is not set
81256 -# CONFIG_PARTITION_ADVANCED is not set
81257 -CONFIG_MSDOS_PARTITION=y
81258 -# CONFIG_NLS is not set
81259 -# CONFIG_DLM is not set
81262 -# Library routines
81264 -CONFIG_BITREVERSE=y
81265 -# CONFIG_CRC_CCITT is not set
81266 -# CONFIG_CRC16 is not set
81267 -# CONFIG_CRC_ITU_T is not set
81269 -# CONFIG_CRC7 is not set
81270 -# CONFIG_LIBCRC32C is not set
81271 -CONFIG_ZLIB_INFLATE=y
81273 -CONFIG_HAS_IOMEM=y
81274 -CONFIG_HAS_IOPORT=y
81280 -# CONFIG_PRINTK_TIME is not set
81281 -CONFIG_ENABLE_WARN_DEPRECATED=y
81282 -CONFIG_ENABLE_MUST_CHECK=y
81283 -CONFIG_MAGIC_SYSRQ=y
81284 -# CONFIG_UNUSED_SYMBOLS is not set
81286 -# CONFIG_HEADERS_CHECK is not set
81287 -CONFIG_DEBUG_KERNEL=y
81288 -# CONFIG_DEBUG_SHIRQ is not set
81289 -CONFIG_DETECT_SOFTLOCKUP=y
81290 -CONFIG_SCHED_DEBUG=y
81291 -# CONFIG_SCHEDSTATS is not set
81292 -# CONFIG_TIMER_STATS is not set
81293 -# CONFIG_SLUB_DEBUG_ON is not set
81294 -# CONFIG_SLUB_STATS is not set
81295 -# CONFIG_DEBUG_RT_MUTEXES is not set
81296 -# CONFIG_RT_MUTEX_TESTER is not set
81297 -# CONFIG_DEBUG_SPINLOCK is not set
81298 -# CONFIG_DEBUG_MUTEXES is not set
81299 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
81300 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
81301 -# CONFIG_DEBUG_KOBJECT is not set
81302 -# CONFIG_DEBUG_BUGVERBOSE is not set
81303 -# CONFIG_DEBUG_INFO is not set
81304 -# CONFIG_DEBUG_VM is not set
81305 -# CONFIG_DEBUG_LIST is not set
81306 -# CONFIG_DEBUG_SG is not set
81307 -# CONFIG_BOOT_PRINTK_DELAY is not set
81308 -# CONFIG_RCU_TORTURE_TEST is not set
81309 -# CONFIG_BACKTRACE_SELF_TEST is not set
81310 -# CONFIG_FAULT_INJECTION is not set
81311 -# CONFIG_SAMPLES is not set
81312 -# CONFIG_DEBUG_STACKOVERFLOW is not set
81313 -# CONFIG_DEBUG_STACK_USAGE is not set
81314 -# CONFIG_DEBUG_PAGEALLOC is not set
81316 -# CONFIG_KGDB is not set
81317 -# CONFIG_XMON is not set
81318 -# CONFIG_VIRQ_DEBUG is not set
81319 -# CONFIG_BDI_SWITCH is not set
81320 -# CONFIG_PPC_EARLY_DEBUG is not set
81323 -# Security options
81325 -# CONFIG_KEYS is not set
81326 -# CONFIG_SECURITY is not set
81327 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
81329 -CONFIG_CRYPTO_ALGAPI=y
81330 -CONFIG_CRYPTO_BLKCIPHER=y
81331 -# CONFIG_CRYPTO_SEQIV is not set
81332 -CONFIG_CRYPTO_MANAGER=y
81333 -# CONFIG_CRYPTO_HMAC is not set
81334 -# CONFIG_CRYPTO_XCBC is not set
81335 -# CONFIG_CRYPTO_NULL is not set
81336 -# CONFIG_CRYPTO_MD4 is not set
81337 -CONFIG_CRYPTO_MD5=y
81338 -# CONFIG_CRYPTO_SHA1 is not set
81339 -# CONFIG_CRYPTO_SHA256 is not set
81340 -# CONFIG_CRYPTO_SHA512 is not set
81341 -# CONFIG_CRYPTO_WP512 is not set
81342 -# CONFIG_CRYPTO_TGR192 is not set
81343 -# CONFIG_CRYPTO_GF128MUL is not set
81344 -CONFIG_CRYPTO_ECB=y
81345 -CONFIG_CRYPTO_CBC=y
81346 -CONFIG_CRYPTO_PCBC=y
81347 -# CONFIG_CRYPTO_LRW is not set
81348 -# CONFIG_CRYPTO_XTS is not set
81349 -# CONFIG_CRYPTO_CTR is not set
81350 -# CONFIG_CRYPTO_GCM is not set
81351 -# CONFIG_CRYPTO_CCM is not set
81352 -# CONFIG_CRYPTO_CRYPTD is not set
81353 -CONFIG_CRYPTO_DES=y
81354 -# CONFIG_CRYPTO_FCRYPT is not set
81355 -# CONFIG_CRYPTO_BLOWFISH is not set
81356 -# CONFIG_CRYPTO_TWOFISH is not set
81357 -# CONFIG_CRYPTO_SERPENT is not set
81358 -# CONFIG_CRYPTO_AES is not set
81359 -# CONFIG_CRYPTO_CAST5 is not set
81360 -# CONFIG_CRYPTO_CAST6 is not set
81361 -# CONFIG_CRYPTO_TEA is not set
81362 -# CONFIG_CRYPTO_ARC4 is not set
81363 -# CONFIG_CRYPTO_KHAZAD is not set
81364 -# CONFIG_CRYPTO_ANUBIS is not set
81365 -# CONFIG_CRYPTO_SEED is not set
81366 -# CONFIG_CRYPTO_SALSA20 is not set
81367 -# CONFIG_CRYPTO_DEFLATE is not set
81368 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
81369 -# CONFIG_CRYPTO_CRC32C is not set
81370 -# CONFIG_CRYPTO_CAMELLIA is not set
81371 -# CONFIG_CRYPTO_TEST is not set
81372 -# CONFIG_CRYPTO_AUTHENC is not set
81373 -# CONFIG_CRYPTO_LZO is not set
81374 -CONFIG_CRYPTO_HW=y
81375 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
81376 -# CONFIG_PPC_CLOCK is not set
81377 --- a/arch/powerpc/configs/tqm8540_defconfig
81381 -# Automatically generated make config: don't edit
81382 -# Linux kernel version: 2.6.25-rc6
81383 -# Mon Mar 24 08:48:43 2008
81385 -# CONFIG_PPC64 is not set
81388 -# Processor support
81390 -# CONFIG_6xx is not set
81392 -# CONFIG_PPC_8xx is not set
81393 -# CONFIG_40x is not set
81394 -# CONFIG_44x is not set
81395 -# CONFIG_E200 is not set
81398 -CONFIG_FSL_BOOKE=y
81399 -CONFIG_FSL_EMB_PERFMON=y
81400 -# CONFIG_PHYS_64BIT is not set
81402 -# CONFIG_PPC_MM_SLICES is not set
81404 -CONFIG_WORD_SIZE=32
81405 -CONFIG_PPC_MERGE=y
81407 -CONFIG_GENERIC_CMOS_UPDATE=y
81408 -CONFIG_GENERIC_TIME=y
81409 -CONFIG_GENERIC_TIME_VSYSCALL=y
81410 -CONFIG_GENERIC_CLOCKEVENTS=y
81411 -CONFIG_GENERIC_HARDIRQS=y
81412 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
81413 -CONFIG_IRQ_PER_CPU=y
81414 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
81415 -CONFIG_ARCH_HAS_ILOG2_U32=y
81416 -CONFIG_GENERIC_HWEIGHT=y
81417 -CONFIG_GENERIC_CALIBRATE_DELAY=y
81418 -CONFIG_GENERIC_FIND_NEXT_BIT=y
81419 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
81421 -CONFIG_EARLY_PRINTK=y
81422 -CONFIG_GENERIC_NVRAM=y
81423 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
81424 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
81427 -CONFIG_PPC_UDBG_16550=y
81428 -# CONFIG_GENERIC_TBSYNC is not set
81429 -CONFIG_AUDIT_ARCH=y
81430 -CONFIG_GENERIC_BUG=y
81431 -CONFIG_DEFAULT_UIMAGE=y
81432 -# CONFIG_PPC_DCR_NATIVE is not set
81433 -# CONFIG_PPC_DCR_MMIO is not set
81434 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
81439 -CONFIG_EXPERIMENTAL=y
81440 -CONFIG_BROKEN_ON_SMP=y
81441 -CONFIG_INIT_ENV_ARG_LIMIT=32
81442 -CONFIG_LOCALVERSION=""
81443 -CONFIG_LOCALVERSION_AUTO=y
81446 -CONFIG_SYSVIPC_SYSCTL=y
81447 -# CONFIG_POSIX_MQUEUE is not set
81448 -# CONFIG_BSD_PROCESS_ACCT is not set
81449 -# CONFIG_TASKSTATS is not set
81450 -# CONFIG_AUDIT is not set
81451 -# CONFIG_IKCONFIG is not set
81452 -CONFIG_LOG_BUF_SHIFT=14
81453 -# CONFIG_CGROUPS is not set
81454 -CONFIG_GROUP_SCHED=y
81455 -CONFIG_FAIR_GROUP_SCHED=y
81456 -# CONFIG_RT_GROUP_SCHED is not set
81457 -CONFIG_USER_SCHED=y
81458 -# CONFIG_CGROUP_SCHED is not set
81459 -CONFIG_SYSFS_DEPRECATED=y
81460 -CONFIG_SYSFS_DEPRECATED_V2=y
81461 -# CONFIG_RELAY is not set
81462 -# CONFIG_NAMESPACES is not set
81463 -CONFIG_BLK_DEV_INITRD=y
81464 -CONFIG_INITRAMFS_SOURCE=""
81465 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
81468 -CONFIG_SYSCTL_SYSCALL=y
81469 -# CONFIG_KALLSYMS is not set
81470 -# CONFIG_HOTPLUG is not set
81474 -CONFIG_COMPAT_BRK=y
81475 -CONFIG_BASE_FULL=y
81477 -CONFIG_ANON_INODES=y
81478 -# CONFIG_EPOLL is not set
81483 -CONFIG_VM_EVENT_COUNTERS=y
81484 -CONFIG_SLUB_DEBUG=y
81485 -# CONFIG_SLAB is not set
81487 -# CONFIG_SLOB is not set
81488 -# CONFIG_PROFILING is not set
81489 -# CONFIG_MARKERS is not set
81490 -CONFIG_HAVE_OPROFILE=y
81491 -CONFIG_HAVE_KPROBES=y
81492 -CONFIG_HAVE_KRETPROBES=y
81493 -CONFIG_PROC_PAGE_MONITOR=y
81495 -CONFIG_RT_MUTEXES=y
81496 -# CONFIG_TINY_SHMEM is not set
81497 -CONFIG_BASE_SMALL=0
81498 -# CONFIG_MODULES is not set
81500 -# CONFIG_LBD is not set
81501 -# CONFIG_BLK_DEV_IO_TRACE is not set
81502 -# CONFIG_LSF is not set
81503 -# CONFIG_BLK_DEV_BSG is not set
81508 -CONFIG_IOSCHED_NOOP=y
81509 -CONFIG_IOSCHED_AS=y
81510 -CONFIG_IOSCHED_DEADLINE=y
81511 -CONFIG_IOSCHED_CFQ=y
81512 -CONFIG_DEFAULT_AS=y
81513 -# CONFIG_DEFAULT_DEADLINE is not set
81514 -# CONFIG_DEFAULT_CFQ is not set
81515 -# CONFIG_DEFAULT_NOOP is not set
81516 -CONFIG_DEFAULT_IOSCHED="anticipatory"
81517 -CONFIG_CLASSIC_RCU=y
81520 -# Platform support
81522 -# CONFIG_PPC_MPC512x is not set
81523 -# CONFIG_PPC_MPC5121 is not set
81524 -# CONFIG_PPC_CELL is not set
81525 -# CONFIG_PPC_CELL_NATIVE is not set
81526 -# CONFIG_PQ2ADS is not set
81528 -# CONFIG_MPC8540_ADS is not set
81529 -# CONFIG_MPC8560_ADS is not set
81530 -# CONFIG_MPC85xx_CDS is not set
81531 -# CONFIG_MPC85xx_MDS is not set
81532 -# CONFIG_MPC85xx_DS is not set
81533 -# CONFIG_STX_GP3 is not set
81535 -# CONFIG_TQM8541 is not set
81536 -# CONFIG_TQM8555 is not set
81537 -# CONFIG_TQM8560 is not set
81538 -# CONFIG_SBC8548 is not set
81539 -# CONFIG_SBC8560 is not set
81541 -# CONFIG_IPIC is not set
81543 -# CONFIG_MPIC_WEIRD is not set
81544 -# CONFIG_PPC_I8259 is not set
81545 -# CONFIG_PPC_RTAS is not set
81546 -# CONFIG_MMIO_NVRAM is not set
81547 -# CONFIG_PPC_MPC106 is not set
81548 -# CONFIG_PPC_970_NAP is not set
81549 -# CONFIG_PPC_INDIRECT_IO is not set
81550 -# CONFIG_GENERIC_IOMAP is not set
81551 -# CONFIG_CPU_FREQ is not set
81552 -# CONFIG_CPM2 is not set
81553 -CONFIG_PPC_CPM_NEW_BINDING=y
81554 -# CONFIG_FSL_ULI1575 is not set
81559 -# CONFIG_HIGHMEM is not set
81560 -# CONFIG_TICK_ONESHOT is not set
81561 -# CONFIG_NO_HZ is not set
81562 -# CONFIG_HIGH_RES_TIMERS is not set
81563 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
81564 -# CONFIG_HZ_100 is not set
81566 -# CONFIG_HZ_300 is not set
81567 -# CONFIG_HZ_1000 is not set
81569 -# CONFIG_SCHED_HRTICK is not set
81570 -CONFIG_PREEMPT_NONE=y
81571 -# CONFIG_PREEMPT_VOLUNTARY is not set
81572 -# CONFIG_PREEMPT is not set
81573 -CONFIG_BINFMT_ELF=y
81574 -# CONFIG_BINFMT_MISC is not set
81575 -CONFIG_MATH_EMULATION=y
81576 -# CONFIG_IOMMU_HELPER is not set
81577 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
81578 -CONFIG_ARCH_HAS_WALK_MEMORY=y
81579 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
81580 -CONFIG_ARCH_FLATMEM_ENABLE=y
81581 -CONFIG_ARCH_POPULATES_NODE_MAP=y
81582 -CONFIG_SELECT_MEMORY_MODEL=y
81583 -CONFIG_FLATMEM_MANUAL=y
81584 -# CONFIG_DISCONTIGMEM_MANUAL is not set
81585 -# CONFIG_SPARSEMEM_MANUAL is not set
81587 -CONFIG_FLAT_NODE_MEM_MAP=y
81588 -# CONFIG_SPARSEMEM_STATIC is not set
81589 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
81590 -CONFIG_SPLIT_PTLOCK_CPUS=4
81591 -# CONFIG_RESOURCES_64BIT is not set
81592 -CONFIG_ZONE_DMA_FLAG=1
81594 -CONFIG_VIRT_TO_BUS=y
81595 -# CONFIG_PROC_DEVICETREE is not set
81596 -# CONFIG_CMDLINE_BOOL is not set
81597 -# CONFIG_PM is not set
81599 -CONFIG_ISA_DMA_API=y
81605 -CONFIG_PPC_INDIRECT_PCI=y
81609 -CONFIG_PCI_DOMAINS=y
81610 -CONFIG_PCI_SYSCALL=y
81611 -# CONFIG_PCIEPORTBUS is not set
81612 -CONFIG_ARCH_SUPPORTS_MSI=y
81613 -# CONFIG_PCI_MSI is not set
81614 -CONFIG_PCI_LEGACY=y
81619 -# CONFIG_ADVANCED_OPTIONS is not set
81622 -# Default settings for advanced configuration options are used
81624 -CONFIG_HIGHMEM_START=0xfe000000
81625 -CONFIG_LOWMEM_SIZE=0x30000000
81626 -CONFIG_KERNEL_START=0xc0000000
81627 -CONFIG_TASK_SIZE=0xc0000000
81628 -CONFIG_BOOT_LOAD=0x00800000
81636 -# Networking options
81639 -# CONFIG_PACKET_MMAP is not set
81642 -# CONFIG_XFRM_USER is not set
81643 -# CONFIG_XFRM_SUB_POLICY is not set
81644 -# CONFIG_XFRM_MIGRATE is not set
81645 -# CONFIG_XFRM_STATISTICS is not set
81646 -# CONFIG_NET_KEY is not set
81648 -CONFIG_IP_MULTICAST=y
81649 -# CONFIG_IP_ADVANCED_ROUTER is not set
81650 -CONFIG_IP_FIB_HASH=y
81652 -CONFIG_IP_PNP_DHCP=y
81653 -CONFIG_IP_PNP_BOOTP=y
81654 -# CONFIG_IP_PNP_RARP is not set
81655 -# CONFIG_NET_IPIP is not set
81656 -# CONFIG_NET_IPGRE is not set
81657 -# CONFIG_IP_MROUTE is not set
81658 -# CONFIG_ARPD is not set
81659 -CONFIG_SYN_COOKIES=y
81660 -# CONFIG_INET_AH is not set
81661 -# CONFIG_INET_ESP is not set
81662 -# CONFIG_INET_IPCOMP is not set
81663 -# CONFIG_INET_XFRM_TUNNEL is not set
81664 -# CONFIG_INET_TUNNEL is not set
81665 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
81666 -CONFIG_INET_XFRM_MODE_TUNNEL=y
81667 -CONFIG_INET_XFRM_MODE_BEET=y
81668 -# CONFIG_INET_LRO is not set
81669 -CONFIG_INET_DIAG=y
81670 -CONFIG_INET_TCP_DIAG=y
81671 -# CONFIG_TCP_CONG_ADVANCED is not set
81672 -CONFIG_TCP_CONG_CUBIC=y
81673 -CONFIG_DEFAULT_TCP_CONG="cubic"
81674 -# CONFIG_TCP_MD5SIG is not set
81675 -# CONFIG_IPV6 is not set
81676 -# CONFIG_INET6_XFRM_TUNNEL is not set
81677 -# CONFIG_INET6_TUNNEL is not set
81678 -# CONFIG_NETWORK_SECMARK is not set
81679 -# CONFIG_NETFILTER is not set
81680 -# CONFIG_IP_DCCP is not set
81681 -# CONFIG_IP_SCTP is not set
81682 -# CONFIG_TIPC is not set
81683 -# CONFIG_ATM is not set
81684 -# CONFIG_BRIDGE is not set
81685 -# CONFIG_VLAN_8021Q is not set
81686 -# CONFIG_DECNET is not set
81687 -# CONFIG_LLC2 is not set
81688 -# CONFIG_IPX is not set
81689 -# CONFIG_ATALK is not set
81690 -# CONFIG_X25 is not set
81691 -# CONFIG_LAPB is not set
81692 -# CONFIG_ECONET is not set
81693 -# CONFIG_WAN_ROUTER is not set
81694 -# CONFIG_NET_SCHED is not set
81699 -# CONFIG_NET_PKTGEN is not set
81700 -# CONFIG_HAMRADIO is not set
81701 -# CONFIG_CAN is not set
81702 -# CONFIG_IRDA is not set
81703 -# CONFIG_BT is not set
81704 -# CONFIG_AF_RXRPC is not set
81709 -# CONFIG_CFG80211 is not set
81710 -# CONFIG_WIRELESS_EXT is not set
81711 -# CONFIG_MAC80211 is not set
81712 -# CONFIG_IEEE80211 is not set
81713 -# CONFIG_RFKILL is not set
81714 -# CONFIG_NET_9P is not set
81721 -# Generic Driver Options
81723 -CONFIG_STANDALONE=y
81724 -CONFIG_PREVENT_FIRMWARE_BUILD=y
81725 -# CONFIG_SYS_HYPERVISOR is not set
81726 -# CONFIG_CONNECTOR is not set
81728 -# CONFIG_MTD_DEBUG is not set
81729 -CONFIG_MTD_CONCAT=y
81730 -CONFIG_MTD_PARTITIONS=y
81731 -# CONFIG_MTD_REDBOOT_PARTS is not set
81732 -CONFIG_MTD_CMDLINE_PARTS=y
81733 -# CONFIG_MTD_OF_PARTS is not set
81736 -# User Modules And Translation Layers
81739 -CONFIG_MTD_BLKDEVS=y
81740 -CONFIG_MTD_BLOCK=y
81741 -# CONFIG_FTL is not set
81742 -# CONFIG_NFTL is not set
81743 -# CONFIG_INFTL is not set
81744 -# CONFIG_RFD_FTL is not set
81745 -# CONFIG_SSFDC is not set
81746 -# CONFIG_MTD_OOPS is not set
81749 -# RAM/ROM/Flash chip drivers
81752 -# CONFIG_MTD_JEDECPROBE is not set
81753 -CONFIG_MTD_GEN_PROBE=y
81754 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
81755 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
81756 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
81757 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
81758 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
81759 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
81760 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
81761 -CONFIG_MTD_CFI_I1=y
81762 -CONFIG_MTD_CFI_I2=y
81763 -# CONFIG_MTD_CFI_I4 is not set
81764 -# CONFIG_MTD_CFI_I8 is not set
81765 -# CONFIG_MTD_CFI_INTELEXT is not set
81766 -CONFIG_MTD_CFI_AMDSTD=y
81767 -# CONFIG_MTD_CFI_STAA is not set
81768 -CONFIG_MTD_CFI_UTIL=y
81769 -# CONFIG_MTD_RAM is not set
81770 -# CONFIG_MTD_ROM is not set
81771 -# CONFIG_MTD_ABSENT is not set
81774 -# Mapping drivers for chip access
81776 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
81777 -# CONFIG_MTD_PHYSMAP is not set
81778 -# CONFIG_MTD_PHYSMAP_OF is not set
81779 -# CONFIG_MTD_INTEL_VR_NOR is not set
81780 -# CONFIG_MTD_PLATRAM is not set
81783 -# Self-contained MTD device drivers
81785 -# CONFIG_MTD_PMC551 is not set
81786 -# CONFIG_MTD_SLRAM is not set
81787 -# CONFIG_MTD_PHRAM is not set
81788 -# CONFIG_MTD_MTDRAM is not set
81789 -# CONFIG_MTD_BLOCK2MTD is not set
81792 -# Disk-On-Chip Device Drivers
81794 -# CONFIG_MTD_DOC2000 is not set
81795 -# CONFIG_MTD_DOC2001 is not set
81796 -# CONFIG_MTD_DOC2001PLUS is not set
81797 -# CONFIG_MTD_NAND is not set
81798 -# CONFIG_MTD_ONENAND is not set
81801 -# UBI - Unsorted block images
81803 -# CONFIG_MTD_UBI is not set
81804 -CONFIG_OF_DEVICE=y
81805 -# CONFIG_PARPORT is not set
81807 -# CONFIG_BLK_DEV_FD is not set
81808 -# CONFIG_BLK_CPQ_DA is not set
81809 -# CONFIG_BLK_CPQ_CISS_DA is not set
81810 -# CONFIG_BLK_DEV_DAC960 is not set
81811 -# CONFIG_BLK_DEV_UMEM is not set
81812 -# CONFIG_BLK_DEV_COW_COMMON is not set
81813 -CONFIG_BLK_DEV_LOOP=y
81814 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
81815 -# CONFIG_BLK_DEV_NBD is not set
81816 -# CONFIG_BLK_DEV_SX8 is not set
81817 -CONFIG_BLK_DEV_RAM=y
81818 -CONFIG_BLK_DEV_RAM_COUNT=16
81819 -CONFIG_BLK_DEV_RAM_SIZE=32768
81820 -# CONFIG_BLK_DEV_XIP is not set
81821 -# CONFIG_CDROM_PKTCDVD is not set
81822 -# CONFIG_ATA_OVER_ETH is not set
81823 -CONFIG_MISC_DEVICES=y
81824 -# CONFIG_PHANTOM is not set
81825 -# CONFIG_EEPROM_93CX6 is not set
81826 -# CONFIG_SGI_IOC4 is not set
81827 -# CONFIG_TIFM_CORE is not set
81828 -# CONFIG_ENCLOSURE_SERVICES is not set
81831 -CONFIG_IDE_MAX_HWIFS=4
81832 -CONFIG_BLK_DEV_IDE=y
81835 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
81837 -# CONFIG_BLK_DEV_IDE_SATA is not set
81838 -CONFIG_BLK_DEV_IDEDISK=y
81839 -# CONFIG_IDEDISK_MULTI_MODE is not set
81840 -# CONFIG_BLK_DEV_IDECD is not set
81841 -# CONFIG_BLK_DEV_IDETAPE is not set
81842 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
81843 -# CONFIG_IDE_TASK_IOCTL is not set
81844 -CONFIG_IDE_PROC_FS=y
81847 -# IDE chipset support/bugfixes
81849 -CONFIG_IDE_GENERIC=y
81850 -# CONFIG_BLK_DEV_PLATFORM is not set
81851 -CONFIG_BLK_DEV_IDEDMA_SFF=y
81854 -# PCI IDE chipsets support
81856 -CONFIG_BLK_DEV_IDEPCI=y
81857 -CONFIG_IDEPCI_PCIBUS_ORDER=y
81858 -# CONFIG_BLK_DEV_OFFBOARD is not set
81859 -CONFIG_BLK_DEV_GENERIC=y
81860 -# CONFIG_BLK_DEV_OPTI621 is not set
81861 -CONFIG_BLK_DEV_IDEDMA_PCI=y
81862 -# CONFIG_BLK_DEV_AEC62XX is not set
81863 -# CONFIG_BLK_DEV_ALI15X3 is not set
81864 -# CONFIG_BLK_DEV_AMD74XX is not set
81865 -# CONFIG_BLK_DEV_CMD64X is not set
81866 -# CONFIG_BLK_DEV_TRIFLEX is not set
81867 -# CONFIG_BLK_DEV_CY82C693 is not set
81868 -# CONFIG_BLK_DEV_CS5520 is not set
81869 -# CONFIG_BLK_DEV_CS5530 is not set
81870 -# CONFIG_BLK_DEV_HPT34X is not set
81871 -# CONFIG_BLK_DEV_HPT366 is not set
81872 -# CONFIG_BLK_DEV_JMICRON is not set
81873 -# CONFIG_BLK_DEV_SC1200 is not set
81874 -# CONFIG_BLK_DEV_PIIX is not set
81875 -# CONFIG_BLK_DEV_IT8213 is not set
81876 -# CONFIG_BLK_DEV_IT821X is not set
81877 -# CONFIG_BLK_DEV_NS87415 is not set
81878 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
81879 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
81880 -# CONFIG_BLK_DEV_SVWKS is not set
81881 -# CONFIG_BLK_DEV_SIIMAGE is not set
81882 -# CONFIG_BLK_DEV_SL82C105 is not set
81883 -# CONFIG_BLK_DEV_SLC90E66 is not set
81884 -# CONFIG_BLK_DEV_TRM290 is not set
81885 -CONFIG_BLK_DEV_VIA82CXXX=y
81886 -# CONFIG_BLK_DEV_TC86C001 is not set
81887 -CONFIG_BLK_DEV_IDEDMA=y
81888 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
81889 -# CONFIG_BLK_DEV_HD is not set
81892 -# SCSI device support
81894 -# CONFIG_RAID_ATTRS is not set
81895 -# CONFIG_SCSI is not set
81896 -# CONFIG_SCSI_DMA is not set
81897 -# CONFIG_SCSI_NETLINK is not set
81898 -# CONFIG_ATA is not set
81899 -# CONFIG_MD is not set
81900 -# CONFIG_FUSION is not set
81903 -# IEEE 1394 (FireWire) support
81905 -# CONFIG_FIREWIRE is not set
81906 -# CONFIG_IEEE1394 is not set
81907 -# CONFIG_I2O is not set
81908 -# CONFIG_MACINTOSH_DRIVERS is not set
81909 -CONFIG_NETDEVICES=y
81910 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
81911 -# CONFIG_DUMMY is not set
81912 -# CONFIG_BONDING is not set
81913 -# CONFIG_MACVLAN is not set
81914 -# CONFIG_EQUALIZER is not set
81915 -# CONFIG_TUN is not set
81916 -# CONFIG_VETH is not set
81917 -# CONFIG_ARCNET is not set
81921 -# MII PHY device drivers
81923 -# CONFIG_MARVELL_PHY is not set
81924 -# CONFIG_DAVICOM_PHY is not set
81925 -# CONFIG_QSEMI_PHY is not set
81926 -# CONFIG_LXT_PHY is not set
81927 -# CONFIG_CICADA_PHY is not set
81928 -# CONFIG_VITESSE_PHY is not set
81929 -# CONFIG_SMSC_PHY is not set
81930 -# CONFIG_BROADCOM_PHY is not set
81931 -# CONFIG_ICPLUS_PHY is not set
81932 -# CONFIG_REALTEK_PHY is not set
81933 -# CONFIG_FIXED_PHY is not set
81934 -# CONFIG_MDIO_BITBANG is not set
81935 -CONFIG_NET_ETHERNET=y
81937 -# CONFIG_HAPPYMEAL is not set
81938 -# CONFIG_SUNGEM is not set
81939 -# CONFIG_CASSINI is not set
81940 -# CONFIG_NET_VENDOR_3COM is not set
81941 -# CONFIG_NET_TULIP is not set
81942 -# CONFIG_HP100 is not set
81943 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
81944 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
81945 -# CONFIG_IBM_NEW_EMAC_TAH is not set
81946 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
81948 -# CONFIG_PCNET32 is not set
81949 -# CONFIG_AMD8111_ETH is not set
81950 -# CONFIG_ADAPTEC_STARFIRE is not set
81951 -# CONFIG_B44 is not set
81952 -# CONFIG_FORCEDETH is not set
81953 -# CONFIG_EEPRO100 is not set
81955 -# CONFIG_FEALNX is not set
81956 -# CONFIG_NATSEMI is not set
81957 -# CONFIG_NE2K_PCI is not set
81958 -# CONFIG_8139CP is not set
81959 -# CONFIG_8139TOO is not set
81960 -# CONFIG_R6040 is not set
81961 -# CONFIG_SIS900 is not set
81962 -# CONFIG_EPIC100 is not set
81963 -# CONFIG_SUNDANCE is not set
81964 -# CONFIG_TLAN is not set
81965 -# CONFIG_VIA_RHINE is not set
81966 -# CONFIG_SC92031 is not set
81967 -CONFIG_NETDEV_1000=y
81968 -# CONFIG_ACENIC is not set
81969 -# CONFIG_DL2K is not set
81970 -# CONFIG_E1000 is not set
81971 -# CONFIG_E1000E is not set
81972 -# CONFIG_E1000E_ENABLED is not set
81973 -# CONFIG_IP1000 is not set
81974 -# CONFIG_IGB is not set
81975 -# CONFIG_NS83820 is not set
81976 -# CONFIG_HAMACHI is not set
81977 -# CONFIG_YELLOWFIN is not set
81978 -# CONFIG_R8169 is not set
81979 -# CONFIG_SIS190 is not set
81980 -# CONFIG_SKGE is not set
81981 -# CONFIG_SKY2 is not set
81982 -# CONFIG_SK98LIN is not set
81983 -# CONFIG_VIA_VELOCITY is not set
81984 -# CONFIG_TIGON3 is not set
81985 -# CONFIG_BNX2 is not set
81987 -CONFIG_GFAR_NAPI=y
81988 -# CONFIG_QLA3XXX is not set
81989 -# CONFIG_ATL1 is not set
81990 -CONFIG_NETDEV_10000=y
81991 -# CONFIG_CHELSIO_T1 is not set
81992 -# CONFIG_CHELSIO_T3 is not set
81993 -# CONFIG_IXGBE is not set
81994 -# CONFIG_IXGB is not set
81995 -# CONFIG_S2IO is not set
81996 -# CONFIG_MYRI10GE is not set
81997 -# CONFIG_NETXEN_NIC is not set
81998 -# CONFIG_NIU is not set
81999 -# CONFIG_MLX4_CORE is not set
82000 -# CONFIG_TEHUTI is not set
82001 -# CONFIG_BNX2X is not set
82002 -# CONFIG_TR is not set
82007 -# CONFIG_WLAN_PRE80211 is not set
82008 -# CONFIG_WLAN_80211 is not set
82009 -# CONFIG_WAN is not set
82010 -# CONFIG_FDDI is not set
82011 -# CONFIG_HIPPI is not set
82012 -# CONFIG_PPP is not set
82013 -# CONFIG_SLIP is not set
82014 -# CONFIG_NETCONSOLE is not set
82015 -# CONFIG_NETPOLL is not set
82016 -# CONFIG_NET_POLL_CONTROLLER is not set
82017 -# CONFIG_ISDN is not set
82018 -# CONFIG_PHONE is not set
82021 -# Input device support
82024 -# CONFIG_INPUT_FF_MEMLESS is not set
82025 -# CONFIG_INPUT_POLLDEV is not set
82028 -# Userland interfaces
82030 -# CONFIG_INPUT_MOUSEDEV is not set
82031 -# CONFIG_INPUT_JOYDEV is not set
82032 -# CONFIG_INPUT_EVDEV is not set
82033 -# CONFIG_INPUT_EVBUG is not set
82036 -# Input Device Drivers
82038 -# CONFIG_INPUT_KEYBOARD is not set
82039 -# CONFIG_INPUT_MOUSE is not set
82040 -# CONFIG_INPUT_JOYSTICK is not set
82041 -# CONFIG_INPUT_TABLET is not set
82042 -# CONFIG_INPUT_TOUCHSCREEN is not set
82043 -# CONFIG_INPUT_MISC is not set
82046 -# Hardware I/O ports
82048 -# CONFIG_SERIO is not set
82049 -# CONFIG_GAMEPORT is not set
82052 -# Character devices
82054 -# CONFIG_VT is not set
82055 -# CONFIG_SERIAL_NONSTANDARD is not set
82056 -# CONFIG_NOZOMI is not set
82061 -CONFIG_SERIAL_8250=y
82062 -CONFIG_SERIAL_8250_CONSOLE=y
82063 -CONFIG_SERIAL_8250_PCI=y
82064 -CONFIG_SERIAL_8250_NR_UARTS=4
82065 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
82066 -# CONFIG_SERIAL_8250_EXTENDED is not set
82067 -CONFIG_SERIAL_8250_SHARE_IRQ=y
82070 -# Non-8250 serial port support
82072 -# CONFIG_SERIAL_UARTLITE is not set
82073 -CONFIG_SERIAL_CORE=y
82074 -CONFIG_SERIAL_CORE_CONSOLE=y
82075 -# CONFIG_SERIAL_JSM is not set
82076 -# CONFIG_SERIAL_OF_PLATFORM is not set
82077 -CONFIG_UNIX98_PTYS=y
82078 -CONFIG_LEGACY_PTYS=y
82079 -CONFIG_LEGACY_PTY_COUNT=256
82080 -# CONFIG_IPMI_HANDLER is not set
82081 -CONFIG_HW_RANDOM=y
82082 -# CONFIG_NVRAM is not set
82084 -# CONFIG_GEN_RTC_X is not set
82085 -# CONFIG_R3964 is not set
82086 -# CONFIG_APPLICOM is not set
82087 -# CONFIG_RAW_DRIVER is not set
82088 -# CONFIG_TCG_TPM is not set
82091 -CONFIG_I2C_BOARDINFO=y
82092 -CONFIG_I2C_CHARDEV=y
82097 -# CONFIG_I2C_ALGOBIT is not set
82098 -# CONFIG_I2C_ALGOPCF is not set
82099 -# CONFIG_I2C_ALGOPCA is not set
82102 -# I2C Hardware Bus support
82104 -# CONFIG_I2C_ALI1535 is not set
82105 -# CONFIG_I2C_ALI1563 is not set
82106 -# CONFIG_I2C_ALI15X3 is not set
82107 -# CONFIG_I2C_AMD756 is not set
82108 -# CONFIG_I2C_AMD8111 is not set
82109 -# CONFIG_I2C_I801 is not set
82110 -# CONFIG_I2C_I810 is not set
82111 -# CONFIG_I2C_PIIX4 is not set
82113 -# CONFIG_I2C_NFORCE2 is not set
82114 -# CONFIG_I2C_OCORES is not set
82115 -# CONFIG_I2C_PARPORT_LIGHT is not set
82116 -# CONFIG_I2C_PROSAVAGE is not set
82117 -# CONFIG_I2C_SAVAGE4 is not set
82118 -# CONFIG_I2C_SIMTEC is not set
82119 -# CONFIG_I2C_SIS5595 is not set
82120 -# CONFIG_I2C_SIS630 is not set
82121 -# CONFIG_I2C_SIS96X is not set
82122 -# CONFIG_I2C_TAOS_EVM is not set
82123 -# CONFIG_I2C_VIA is not set
82124 -# CONFIG_I2C_VIAPRO is not set
82125 -# CONFIG_I2C_VOODOO3 is not set
82128 -# Miscellaneous I2C Chip support
82130 -# CONFIG_DS1682 is not set
82131 -# CONFIG_SENSORS_EEPROM is not set
82132 -# CONFIG_SENSORS_PCF8574 is not set
82133 -# CONFIG_PCF8575 is not set
82134 -# CONFIG_SENSORS_PCF8591 is not set
82135 -# CONFIG_TPS65010 is not set
82136 -# CONFIG_SENSORS_MAX6875 is not set
82137 -# CONFIG_SENSORS_TSL2550 is not set
82138 -# CONFIG_I2C_DEBUG_CORE is not set
82139 -# CONFIG_I2C_DEBUG_ALGO is not set
82140 -# CONFIG_I2C_DEBUG_BUS is not set
82141 -# CONFIG_I2C_DEBUG_CHIP is not set
82146 -# CONFIG_SPI is not set
82147 -# CONFIG_SPI_MASTER is not set
82148 -# CONFIG_W1 is not set
82149 -# CONFIG_POWER_SUPPLY is not set
82151 -# CONFIG_HWMON_VID is not set
82152 -# CONFIG_SENSORS_AD7418 is not set
82153 -# CONFIG_SENSORS_ADM1021 is not set
82154 -# CONFIG_SENSORS_ADM1025 is not set
82155 -# CONFIG_SENSORS_ADM1026 is not set
82156 -# CONFIG_SENSORS_ADM1029 is not set
82157 -# CONFIG_SENSORS_ADM1031 is not set
82158 -# CONFIG_SENSORS_ADM9240 is not set
82159 -# CONFIG_SENSORS_ADT7470 is not set
82160 -# CONFIG_SENSORS_ADT7473 is not set
82161 -# CONFIG_SENSORS_ATXP1 is not set
82162 -# CONFIG_SENSORS_DS1621 is not set
82163 -# CONFIG_SENSORS_I5K_AMB is not set
82164 -# CONFIG_SENSORS_F71805F is not set
82165 -# CONFIG_SENSORS_F71882FG is not set
82166 -# CONFIG_SENSORS_F75375S is not set
82167 -# CONFIG_SENSORS_GL518SM is not set
82168 -# CONFIG_SENSORS_GL520SM is not set
82169 -# CONFIG_SENSORS_IT87 is not set
82170 -# CONFIG_SENSORS_LM63 is not set
82171 -CONFIG_SENSORS_LM75=y
82172 -# CONFIG_SENSORS_LM77 is not set
82173 -# CONFIG_SENSORS_LM78 is not set
82174 -# CONFIG_SENSORS_LM80 is not set
82175 -# CONFIG_SENSORS_LM83 is not set
82176 -# CONFIG_SENSORS_LM85 is not set
82177 -# CONFIG_SENSORS_LM87 is not set
82178 -# CONFIG_SENSORS_LM90 is not set
82179 -# CONFIG_SENSORS_LM92 is not set
82180 -# CONFIG_SENSORS_LM93 is not set
82181 -# CONFIG_SENSORS_MAX1619 is not set
82182 -# CONFIG_SENSORS_MAX6650 is not set
82183 -# CONFIG_SENSORS_PC87360 is not set
82184 -# CONFIG_SENSORS_PC87427 is not set
82185 -# CONFIG_SENSORS_SIS5595 is not set
82186 -# CONFIG_SENSORS_DME1737 is not set
82187 -# CONFIG_SENSORS_SMSC47M1 is not set
82188 -# CONFIG_SENSORS_SMSC47M192 is not set
82189 -# CONFIG_SENSORS_SMSC47B397 is not set
82190 -# CONFIG_SENSORS_ADS7828 is not set
82191 -# CONFIG_SENSORS_THMC50 is not set
82192 -# CONFIG_SENSORS_VIA686A is not set
82193 -# CONFIG_SENSORS_VT1211 is not set
82194 -# CONFIG_SENSORS_VT8231 is not set
82195 -# CONFIG_SENSORS_W83781D is not set
82196 -# CONFIG_SENSORS_W83791D is not set
82197 -# CONFIG_SENSORS_W83792D is not set
82198 -# CONFIG_SENSORS_W83793 is not set
82199 -# CONFIG_SENSORS_W83L785TS is not set
82200 -# CONFIG_SENSORS_W83L786NG is not set
82201 -# CONFIG_SENSORS_W83627HF is not set
82202 -# CONFIG_SENSORS_W83627EHF is not set
82203 -CONFIG_HWMON_DEBUG_CHIP=y
82204 -# CONFIG_THERMAL is not set
82205 -# CONFIG_WATCHDOG is not set
82208 -# Sonics Silicon Backplane
82210 -CONFIG_SSB_POSSIBLE=y
82211 -# CONFIG_SSB is not set
82214 -# Multifunction device drivers
82216 -# CONFIG_MFD_SM501 is not set
82219 -# Multimedia devices
82221 -# CONFIG_VIDEO_DEV is not set
82222 -# CONFIG_DVB_CORE is not set
82226 -# Graphics support
82228 -# CONFIG_AGP is not set
82229 -# CONFIG_DRM is not set
82230 -# CONFIG_VGASTATE is not set
82231 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
82232 -# CONFIG_FB is not set
82233 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
82236 -# Display device support
82238 -# CONFIG_DISPLAY_SUPPORT is not set
82243 -# CONFIG_SOUND is not set
82244 -CONFIG_HID_SUPPORT=y
82246 -# CONFIG_HID_DEBUG is not set
82247 -# CONFIG_HIDRAW is not set
82248 -CONFIG_USB_SUPPORT=y
82249 -CONFIG_USB_ARCH_HAS_HCD=y
82250 -CONFIG_USB_ARCH_HAS_OHCI=y
82251 -CONFIG_USB_ARCH_HAS_EHCI=y
82252 -# CONFIG_USB is not set
82255 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
82257 -# CONFIG_USB_GADGET is not set
82258 -# CONFIG_MMC is not set
82259 -# CONFIG_MEMSTICK is not set
82260 -# CONFIG_NEW_LEDS is not set
82261 -# CONFIG_INFINIBAND is not set
82262 -# CONFIG_EDAC is not set
82263 -# CONFIG_RTC_CLASS is not set
82264 -# CONFIG_DMADEVICES is not set
82269 -# CONFIG_UIO is not set
82275 -# CONFIG_EXT2_FS_XATTR is not set
82276 -# CONFIG_EXT2_FS_XIP is not set
82278 -CONFIG_EXT3_FS_XATTR=y
82279 -# CONFIG_EXT3_FS_POSIX_ACL is not set
82280 -# CONFIG_EXT3_FS_SECURITY is not set
82281 -# CONFIG_EXT4DEV_FS is not set
82283 -CONFIG_FS_MBCACHE=y
82284 -# CONFIG_REISERFS_FS is not set
82285 -# CONFIG_JFS_FS is not set
82286 -# CONFIG_FS_POSIX_ACL is not set
82287 -# CONFIG_XFS_FS is not set
82288 -# CONFIG_GFS2_FS is not set
82289 -# CONFIG_OCFS2_FS is not set
82292 -CONFIG_INOTIFY_USER=y
82293 -# CONFIG_QUOTA is not set
82294 -# CONFIG_AUTOFS_FS is not set
82295 -# CONFIG_AUTOFS4_FS is not set
82296 -# CONFIG_FUSE_FS is not set
82299 -# CD-ROM/DVD Filesystems
82301 -# CONFIG_ISO9660_FS is not set
82302 -# CONFIG_UDF_FS is not set
82305 -# DOS/FAT/NT Filesystems
82307 -# CONFIG_MSDOS_FS is not set
82308 -# CONFIG_VFAT_FS is not set
82309 -# CONFIG_NTFS_FS is not set
82312 -# Pseudo filesystems
82315 -CONFIG_PROC_KCORE=y
82316 -CONFIG_PROC_SYSCTL=y
82319 -# CONFIG_TMPFS_POSIX_ACL is not set
82320 -# CONFIG_HUGETLB_PAGE is not set
82321 -# CONFIG_CONFIGFS_FS is not set
82324 -# Miscellaneous filesystems
82326 -# CONFIG_ADFS_FS is not set
82327 -# CONFIG_AFFS_FS is not set
82328 -# CONFIG_HFS_FS is not set
82329 -# CONFIG_HFSPLUS_FS is not set
82330 -# CONFIG_BEFS_FS is not set
82331 -# CONFIG_BFS_FS is not set
82332 -# CONFIG_EFS_FS is not set
82334 -CONFIG_JFFS2_FS_DEBUG=0
82335 -CONFIG_JFFS2_FS_WRITEBUFFER=y
82336 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
82337 -# CONFIG_JFFS2_SUMMARY is not set
82338 -# CONFIG_JFFS2_FS_XATTR is not set
82339 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
82340 -CONFIG_JFFS2_ZLIB=y
82341 -# CONFIG_JFFS2_LZO is not set
82342 -CONFIG_JFFS2_RTIME=y
82343 -# CONFIG_JFFS2_RUBIN is not set
82345 -# CONFIG_VXFS_FS is not set
82346 -# CONFIG_MINIX_FS is not set
82347 -# CONFIG_HPFS_FS is not set
82348 -# CONFIG_QNX4FS_FS is not set
82349 -# CONFIG_ROMFS_FS is not set
82350 -# CONFIG_SYSV_FS is not set
82351 -# CONFIG_UFS_FS is not set
82352 -CONFIG_NETWORK_FILESYSTEMS=y
82354 -# CONFIG_NFS_V3 is not set
82355 -# CONFIG_NFS_V4 is not set
82356 -# CONFIG_NFS_DIRECTIO is not set
82357 -# CONFIG_NFSD is not set
82360 -CONFIG_NFS_COMMON=y
82362 -# CONFIG_SUNRPC_BIND34 is not set
82363 -# CONFIG_RPCSEC_GSS_KRB5 is not set
82364 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
82365 -# CONFIG_SMB_FS is not set
82366 -# CONFIG_CIFS is not set
82367 -# CONFIG_NCP_FS is not set
82368 -# CONFIG_CODA_FS is not set
82369 -# CONFIG_AFS_FS is not set
82374 -CONFIG_PARTITION_ADVANCED=y
82375 -# CONFIG_ACORN_PARTITION is not set
82376 -# CONFIG_OSF_PARTITION is not set
82377 -# CONFIG_AMIGA_PARTITION is not set
82378 -# CONFIG_ATARI_PARTITION is not set
82379 -# CONFIG_MAC_PARTITION is not set
82380 -# CONFIG_MSDOS_PARTITION is not set
82381 -# CONFIG_LDM_PARTITION is not set
82382 -# CONFIG_SGI_PARTITION is not set
82383 -# CONFIG_ULTRIX_PARTITION is not set
82384 -# CONFIG_SUN_PARTITION is not set
82385 -# CONFIG_KARMA_PARTITION is not set
82386 -# CONFIG_EFI_PARTITION is not set
82387 -# CONFIG_SYSV68_PARTITION is not set
82388 -# CONFIG_NLS is not set
82389 -# CONFIG_DLM is not set
82392 -# Library routines
82394 -CONFIG_BITREVERSE=y
82395 -# CONFIG_CRC_CCITT is not set
82396 -# CONFIG_CRC16 is not set
82397 -# CONFIG_CRC_ITU_T is not set
82399 -# CONFIG_CRC7 is not set
82400 -# CONFIG_LIBCRC32C is not set
82401 -CONFIG_ZLIB_INFLATE=y
82402 -CONFIG_ZLIB_DEFLATE=y
82404 -CONFIG_HAS_IOMEM=y
82405 -CONFIG_HAS_IOPORT=y
82411 -# CONFIG_PRINTK_TIME is not set
82412 -CONFIG_ENABLE_WARN_DEPRECATED=y
82413 -CONFIG_ENABLE_MUST_CHECK=y
82414 -# CONFIG_MAGIC_SYSRQ is not set
82415 -# CONFIG_UNUSED_SYMBOLS is not set
82416 -# CONFIG_DEBUG_FS is not set
82417 -# CONFIG_HEADERS_CHECK is not set
82418 -# CONFIG_DEBUG_KERNEL is not set
82419 -# CONFIG_SLUB_DEBUG_ON is not set
82420 -# CONFIG_SLUB_STATS is not set
82421 -# CONFIG_DEBUG_BUGVERBOSE is not set
82422 -# CONFIG_SAMPLES is not set
82423 -# CONFIG_PPC_EARLY_DEBUG is not set
82426 -# Security options
82428 -# CONFIG_KEYS is not set
82429 -# CONFIG_SECURITY is not set
82430 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
82432 -# CONFIG_CRYPTO_SEQIV is not set
82433 -# CONFIG_CRYPTO_MANAGER is not set
82434 -# CONFIG_CRYPTO_HMAC is not set
82435 -# CONFIG_CRYPTO_XCBC is not set
82436 -# CONFIG_CRYPTO_NULL is not set
82437 -# CONFIG_CRYPTO_MD4 is not set
82438 -# CONFIG_CRYPTO_MD5 is not set
82439 -# CONFIG_CRYPTO_SHA1 is not set
82440 -# CONFIG_CRYPTO_SHA256 is not set
82441 -# CONFIG_CRYPTO_SHA512 is not set
82442 -# CONFIG_CRYPTO_WP512 is not set
82443 -# CONFIG_CRYPTO_TGR192 is not set
82444 -# CONFIG_CRYPTO_GF128MUL is not set
82445 -# CONFIG_CRYPTO_ECB is not set
82446 -# CONFIG_CRYPTO_CBC is not set
82447 -# CONFIG_CRYPTO_PCBC is not set
82448 -# CONFIG_CRYPTO_LRW is not set
82449 -# CONFIG_CRYPTO_XTS is not set
82450 -# CONFIG_CRYPTO_CTR is not set
82451 -# CONFIG_CRYPTO_GCM is not set
82452 -# CONFIG_CRYPTO_CCM is not set
82453 -# CONFIG_CRYPTO_CRYPTD is not set
82454 -# CONFIG_CRYPTO_DES is not set
82455 -# CONFIG_CRYPTO_FCRYPT is not set
82456 -# CONFIG_CRYPTO_BLOWFISH is not set
82457 -# CONFIG_CRYPTO_TWOFISH is not set
82458 -# CONFIG_CRYPTO_SERPENT is not set
82459 -# CONFIG_CRYPTO_AES is not set
82460 -# CONFIG_CRYPTO_CAST5 is not set
82461 -# CONFIG_CRYPTO_CAST6 is not set
82462 -# CONFIG_CRYPTO_TEA is not set
82463 -# CONFIG_CRYPTO_ARC4 is not set
82464 -# CONFIG_CRYPTO_KHAZAD is not set
82465 -# CONFIG_CRYPTO_ANUBIS is not set
82466 -# CONFIG_CRYPTO_SEED is not set
82467 -# CONFIG_CRYPTO_SALSA20 is not set
82468 -# CONFIG_CRYPTO_DEFLATE is not set
82469 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
82470 -# CONFIG_CRYPTO_CRC32C is not set
82471 -# CONFIG_CRYPTO_CAMELLIA is not set
82472 -# CONFIG_CRYPTO_AUTHENC is not set
82473 -# CONFIG_CRYPTO_LZO is not set
82474 -CONFIG_CRYPTO_HW=y
82475 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
82476 -# CONFIG_PPC_CLOCK is not set
82477 --- a/arch/powerpc/configs/tqm8541_defconfig
82481 -# Automatically generated make config: don't edit
82482 -# Linux kernel version: 2.6.25-rc6
82483 -# Mon Mar 24 08:48:44 2008
82485 -# CONFIG_PPC64 is not set
82488 -# Processor support
82490 -# CONFIG_6xx is not set
82492 -# CONFIG_PPC_8xx is not set
82493 -# CONFIG_40x is not set
82494 -# CONFIG_44x is not set
82495 -# CONFIG_E200 is not set
82498 -CONFIG_FSL_BOOKE=y
82499 -CONFIG_FSL_EMB_PERFMON=y
82500 -# CONFIG_PHYS_64BIT is not set
82502 -# CONFIG_PPC_MM_SLICES is not set
82504 -CONFIG_WORD_SIZE=32
82505 -CONFIG_PPC_MERGE=y
82507 -CONFIG_GENERIC_CMOS_UPDATE=y
82508 -CONFIG_GENERIC_TIME=y
82509 -CONFIG_GENERIC_TIME_VSYSCALL=y
82510 -CONFIG_GENERIC_CLOCKEVENTS=y
82511 -CONFIG_GENERIC_HARDIRQS=y
82512 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
82513 -CONFIG_IRQ_PER_CPU=y
82514 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
82515 -CONFIG_ARCH_HAS_ILOG2_U32=y
82516 -CONFIG_GENERIC_HWEIGHT=y
82517 -CONFIG_GENERIC_CALIBRATE_DELAY=y
82518 -CONFIG_GENERIC_FIND_NEXT_BIT=y
82519 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
82521 -CONFIG_EARLY_PRINTK=y
82522 -CONFIG_GENERIC_NVRAM=y
82523 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
82524 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
82527 -CONFIG_PPC_UDBG_16550=y
82528 -# CONFIG_GENERIC_TBSYNC is not set
82529 -CONFIG_AUDIT_ARCH=y
82530 -CONFIG_GENERIC_BUG=y
82531 -CONFIG_DEFAULT_UIMAGE=y
82532 -# CONFIG_PPC_DCR_NATIVE is not set
82533 -# CONFIG_PPC_DCR_MMIO is not set
82534 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
82539 -CONFIG_EXPERIMENTAL=y
82540 -CONFIG_BROKEN_ON_SMP=y
82541 -CONFIG_INIT_ENV_ARG_LIMIT=32
82542 -CONFIG_LOCALVERSION=""
82543 -CONFIG_LOCALVERSION_AUTO=y
82546 -CONFIG_SYSVIPC_SYSCTL=y
82547 -# CONFIG_POSIX_MQUEUE is not set
82548 -# CONFIG_BSD_PROCESS_ACCT is not set
82549 -# CONFIG_TASKSTATS is not set
82550 -# CONFIG_AUDIT is not set
82551 -# CONFIG_IKCONFIG is not set
82552 -CONFIG_LOG_BUF_SHIFT=14
82553 -# CONFIG_CGROUPS is not set
82554 -CONFIG_GROUP_SCHED=y
82555 -CONFIG_FAIR_GROUP_SCHED=y
82556 -# CONFIG_RT_GROUP_SCHED is not set
82557 -CONFIG_USER_SCHED=y
82558 -# CONFIG_CGROUP_SCHED is not set
82559 -CONFIG_SYSFS_DEPRECATED=y
82560 -CONFIG_SYSFS_DEPRECATED_V2=y
82561 -# CONFIG_RELAY is not set
82562 -# CONFIG_NAMESPACES is not set
82563 -CONFIG_BLK_DEV_INITRD=y
82564 -CONFIG_INITRAMFS_SOURCE=""
82565 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
82568 -CONFIG_SYSCTL_SYSCALL=y
82569 -# CONFIG_KALLSYMS is not set
82570 -# CONFIG_HOTPLUG is not set
82574 -CONFIG_COMPAT_BRK=y
82575 -CONFIG_BASE_FULL=y
82577 -CONFIG_ANON_INODES=y
82578 -# CONFIG_EPOLL is not set
82583 -CONFIG_VM_EVENT_COUNTERS=y
82584 -CONFIG_SLUB_DEBUG=y
82585 -# CONFIG_SLAB is not set
82587 -# CONFIG_SLOB is not set
82588 -# CONFIG_PROFILING is not set
82589 -# CONFIG_MARKERS is not set
82590 -CONFIG_HAVE_OPROFILE=y
82591 -CONFIG_HAVE_KPROBES=y
82592 -CONFIG_HAVE_KRETPROBES=y
82593 -CONFIG_PROC_PAGE_MONITOR=y
82595 -CONFIG_RT_MUTEXES=y
82596 -# CONFIG_TINY_SHMEM is not set
82597 -CONFIG_BASE_SMALL=0
82598 -# CONFIG_MODULES is not set
82600 -# CONFIG_LBD is not set
82601 -# CONFIG_BLK_DEV_IO_TRACE is not set
82602 -# CONFIG_LSF is not set
82603 -# CONFIG_BLK_DEV_BSG is not set
82608 -CONFIG_IOSCHED_NOOP=y
82609 -CONFIG_IOSCHED_AS=y
82610 -CONFIG_IOSCHED_DEADLINE=y
82611 -CONFIG_IOSCHED_CFQ=y
82612 -CONFIG_DEFAULT_AS=y
82613 -# CONFIG_DEFAULT_DEADLINE is not set
82614 -# CONFIG_DEFAULT_CFQ is not set
82615 -# CONFIG_DEFAULT_NOOP is not set
82616 -CONFIG_DEFAULT_IOSCHED="anticipatory"
82617 -CONFIG_CLASSIC_RCU=y
82620 -# Platform support
82622 -# CONFIG_PPC_MPC512x is not set
82623 -# CONFIG_PPC_MPC5121 is not set
82624 -# CONFIG_PPC_CELL is not set
82625 -# CONFIG_PPC_CELL_NATIVE is not set
82626 -# CONFIG_PQ2ADS is not set
82628 -# CONFIG_MPC8540_ADS is not set
82629 -# CONFIG_MPC8560_ADS is not set
82630 -# CONFIG_MPC85xx_CDS is not set
82631 -# CONFIG_MPC85xx_MDS is not set
82632 -# CONFIG_MPC85xx_DS is not set
82633 -# CONFIG_STX_GP3 is not set
82634 -# CONFIG_TQM8540 is not set
82636 -# CONFIG_TQM8555 is not set
82637 -# CONFIG_TQM8560 is not set
82638 -# CONFIG_SBC8548 is not set
82639 -# CONFIG_SBC8560 is not set
82641 -# CONFIG_IPIC is not set
82643 -# CONFIG_MPIC_WEIRD is not set
82644 -# CONFIG_PPC_I8259 is not set
82645 -# CONFIG_PPC_RTAS is not set
82646 -# CONFIG_MMIO_NVRAM is not set
82647 -# CONFIG_PPC_MPC106 is not set
82648 -# CONFIG_PPC_970_NAP is not set
82649 -# CONFIG_PPC_INDIRECT_IO is not set
82650 -# CONFIG_GENERIC_IOMAP is not set
82651 -# CONFIG_CPU_FREQ is not set
82653 -CONFIG_PPC_CPM_NEW_BINDING=y
82654 -# CONFIG_FSL_ULI1575 is not set
82660 -# CONFIG_HIGHMEM is not set
82661 -# CONFIG_TICK_ONESHOT is not set
82662 -# CONFIG_NO_HZ is not set
82663 -# CONFIG_HIGH_RES_TIMERS is not set
82664 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
82665 -# CONFIG_HZ_100 is not set
82667 -# CONFIG_HZ_300 is not set
82668 -# CONFIG_HZ_1000 is not set
82670 -# CONFIG_SCHED_HRTICK is not set
82671 -CONFIG_PREEMPT_NONE=y
82672 -# CONFIG_PREEMPT_VOLUNTARY is not set
82673 -# CONFIG_PREEMPT is not set
82674 -CONFIG_BINFMT_ELF=y
82675 -# CONFIG_BINFMT_MISC is not set
82676 -CONFIG_MATH_EMULATION=y
82677 -# CONFIG_IOMMU_HELPER is not set
82678 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
82679 -CONFIG_ARCH_HAS_WALK_MEMORY=y
82680 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
82681 -CONFIG_ARCH_FLATMEM_ENABLE=y
82682 -CONFIG_ARCH_POPULATES_NODE_MAP=y
82683 -CONFIG_SELECT_MEMORY_MODEL=y
82684 -CONFIG_FLATMEM_MANUAL=y
82685 -# CONFIG_DISCONTIGMEM_MANUAL is not set
82686 -# CONFIG_SPARSEMEM_MANUAL is not set
82688 -CONFIG_FLAT_NODE_MEM_MAP=y
82689 -# CONFIG_SPARSEMEM_STATIC is not set
82690 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
82691 -CONFIG_SPLIT_PTLOCK_CPUS=4
82692 -# CONFIG_RESOURCES_64BIT is not set
82693 -CONFIG_ZONE_DMA_FLAG=1
82695 -CONFIG_VIRT_TO_BUS=y
82696 -# CONFIG_PROC_DEVICETREE is not set
82697 -# CONFIG_CMDLINE_BOOL is not set
82698 -# CONFIG_PM is not set
82700 -CONFIG_ISA_DMA_API=y
82706 -CONFIG_PPC_INDIRECT_PCI=y
82710 -CONFIG_PCI_DOMAINS=y
82711 -CONFIG_PCI_SYSCALL=y
82712 -# CONFIG_PCIEPORTBUS is not set
82713 -CONFIG_ARCH_SUPPORTS_MSI=y
82714 -# CONFIG_PCI_MSI is not set
82715 -CONFIG_PCI_LEGACY=y
82720 -# CONFIG_ADVANCED_OPTIONS is not set
82723 -# Default settings for advanced configuration options are used
82725 -CONFIG_HIGHMEM_START=0xfe000000
82726 -CONFIG_LOWMEM_SIZE=0x30000000
82727 -CONFIG_KERNEL_START=0xc0000000
82728 -CONFIG_TASK_SIZE=0xc0000000
82729 -CONFIG_BOOT_LOAD=0x00800000
82737 -# Networking options
82740 -# CONFIG_PACKET_MMAP is not set
82743 -# CONFIG_XFRM_USER is not set
82744 -# CONFIG_XFRM_SUB_POLICY is not set
82745 -# CONFIG_XFRM_MIGRATE is not set
82746 -# CONFIG_XFRM_STATISTICS is not set
82747 -# CONFIG_NET_KEY is not set
82749 -CONFIG_IP_MULTICAST=y
82750 -# CONFIG_IP_ADVANCED_ROUTER is not set
82751 -CONFIG_IP_FIB_HASH=y
82753 -CONFIG_IP_PNP_DHCP=y
82754 -CONFIG_IP_PNP_BOOTP=y
82755 -# CONFIG_IP_PNP_RARP is not set
82756 -# CONFIG_NET_IPIP is not set
82757 -# CONFIG_NET_IPGRE is not set
82758 -# CONFIG_IP_MROUTE is not set
82759 -# CONFIG_ARPD is not set
82760 -CONFIG_SYN_COOKIES=y
82761 -# CONFIG_INET_AH is not set
82762 -# CONFIG_INET_ESP is not set
82763 -# CONFIG_INET_IPCOMP is not set
82764 -# CONFIG_INET_XFRM_TUNNEL is not set
82765 -# CONFIG_INET_TUNNEL is not set
82766 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
82767 -CONFIG_INET_XFRM_MODE_TUNNEL=y
82768 -CONFIG_INET_XFRM_MODE_BEET=y
82769 -# CONFIG_INET_LRO is not set
82770 -CONFIG_INET_DIAG=y
82771 -CONFIG_INET_TCP_DIAG=y
82772 -# CONFIG_TCP_CONG_ADVANCED is not set
82773 -CONFIG_TCP_CONG_CUBIC=y
82774 -CONFIG_DEFAULT_TCP_CONG="cubic"
82775 -# CONFIG_TCP_MD5SIG is not set
82776 -# CONFIG_IPV6 is not set
82777 -# CONFIG_INET6_XFRM_TUNNEL is not set
82778 -# CONFIG_INET6_TUNNEL is not set
82779 -# CONFIG_NETWORK_SECMARK is not set
82780 -# CONFIG_NETFILTER is not set
82781 -# CONFIG_IP_DCCP is not set
82782 -# CONFIG_IP_SCTP is not set
82783 -# CONFIG_TIPC is not set
82784 -# CONFIG_ATM is not set
82785 -# CONFIG_BRIDGE is not set
82786 -# CONFIG_VLAN_8021Q is not set
82787 -# CONFIG_DECNET is not set
82788 -# CONFIG_LLC2 is not set
82789 -# CONFIG_IPX is not set
82790 -# CONFIG_ATALK is not set
82791 -# CONFIG_X25 is not set
82792 -# CONFIG_LAPB is not set
82793 -# CONFIG_ECONET is not set
82794 -# CONFIG_WAN_ROUTER is not set
82795 -# CONFIG_NET_SCHED is not set
82800 -# CONFIG_NET_PKTGEN is not set
82801 -# CONFIG_HAMRADIO is not set
82802 -# CONFIG_CAN is not set
82803 -# CONFIG_IRDA is not set
82804 -# CONFIG_BT is not set
82805 -# CONFIG_AF_RXRPC is not set
82810 -# CONFIG_CFG80211 is not set
82811 -# CONFIG_WIRELESS_EXT is not set
82812 -# CONFIG_MAC80211 is not set
82813 -# CONFIG_IEEE80211 is not set
82814 -# CONFIG_RFKILL is not set
82815 -# CONFIG_NET_9P is not set
82822 -# Generic Driver Options
82824 -CONFIG_STANDALONE=y
82825 -CONFIG_PREVENT_FIRMWARE_BUILD=y
82826 -# CONFIG_SYS_HYPERVISOR is not set
82827 -# CONFIG_CONNECTOR is not set
82829 -# CONFIG_MTD_DEBUG is not set
82830 -CONFIG_MTD_CONCAT=y
82831 -CONFIG_MTD_PARTITIONS=y
82832 -# CONFIG_MTD_REDBOOT_PARTS is not set
82833 -CONFIG_MTD_CMDLINE_PARTS=y
82834 -# CONFIG_MTD_OF_PARTS is not set
82837 -# User Modules And Translation Layers
82840 -CONFIG_MTD_BLKDEVS=y
82841 -CONFIG_MTD_BLOCK=y
82842 -# CONFIG_FTL is not set
82843 -# CONFIG_NFTL is not set
82844 -# CONFIG_INFTL is not set
82845 -# CONFIG_RFD_FTL is not set
82846 -# CONFIG_SSFDC is not set
82847 -# CONFIG_MTD_OOPS is not set
82850 -# RAM/ROM/Flash chip drivers
82853 -# CONFIG_MTD_JEDECPROBE is not set
82854 -CONFIG_MTD_GEN_PROBE=y
82855 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
82856 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
82857 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
82858 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
82859 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
82860 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
82861 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
82862 -CONFIG_MTD_CFI_I1=y
82863 -CONFIG_MTD_CFI_I2=y
82864 -# CONFIG_MTD_CFI_I4 is not set
82865 -# CONFIG_MTD_CFI_I8 is not set
82866 -# CONFIG_MTD_CFI_INTELEXT is not set
82867 -CONFIG_MTD_CFI_AMDSTD=y
82868 -# CONFIG_MTD_CFI_STAA is not set
82869 -CONFIG_MTD_CFI_UTIL=y
82870 -# CONFIG_MTD_RAM is not set
82871 -# CONFIG_MTD_ROM is not set
82872 -# CONFIG_MTD_ABSENT is not set
82875 -# Mapping drivers for chip access
82877 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
82878 -# CONFIG_MTD_PHYSMAP is not set
82879 -# CONFIG_MTD_PHYSMAP_OF is not set
82880 -# CONFIG_MTD_INTEL_VR_NOR is not set
82881 -# CONFIG_MTD_PLATRAM is not set
82884 -# Self-contained MTD device drivers
82886 -# CONFIG_MTD_PMC551 is not set
82887 -# CONFIG_MTD_SLRAM is not set
82888 -# CONFIG_MTD_PHRAM is not set
82889 -# CONFIG_MTD_MTDRAM is not set
82890 -# CONFIG_MTD_BLOCK2MTD is not set
82893 -# Disk-On-Chip Device Drivers
82895 -# CONFIG_MTD_DOC2000 is not set
82896 -# CONFIG_MTD_DOC2001 is not set
82897 -# CONFIG_MTD_DOC2001PLUS is not set
82898 -# CONFIG_MTD_NAND is not set
82899 -# CONFIG_MTD_ONENAND is not set
82902 -# UBI - Unsorted block images
82904 -# CONFIG_MTD_UBI is not set
82905 -CONFIG_OF_DEVICE=y
82906 -# CONFIG_PARPORT is not set
82908 -# CONFIG_BLK_DEV_FD is not set
82909 -# CONFIG_BLK_CPQ_DA is not set
82910 -# CONFIG_BLK_CPQ_CISS_DA is not set
82911 -# CONFIG_BLK_DEV_DAC960 is not set
82912 -# CONFIG_BLK_DEV_UMEM is not set
82913 -# CONFIG_BLK_DEV_COW_COMMON is not set
82914 -CONFIG_BLK_DEV_LOOP=y
82915 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
82916 -# CONFIG_BLK_DEV_NBD is not set
82917 -# CONFIG_BLK_DEV_SX8 is not set
82918 -CONFIG_BLK_DEV_RAM=y
82919 -CONFIG_BLK_DEV_RAM_COUNT=16
82920 -CONFIG_BLK_DEV_RAM_SIZE=32768
82921 -# CONFIG_BLK_DEV_XIP is not set
82922 -# CONFIG_CDROM_PKTCDVD is not set
82923 -# CONFIG_ATA_OVER_ETH is not set
82924 -CONFIG_MISC_DEVICES=y
82925 -# CONFIG_PHANTOM is not set
82926 -# CONFIG_EEPROM_93CX6 is not set
82927 -# CONFIG_SGI_IOC4 is not set
82928 -# CONFIG_TIFM_CORE is not set
82929 -# CONFIG_ENCLOSURE_SERVICES is not set
82932 -CONFIG_IDE_MAX_HWIFS=4
82933 -CONFIG_BLK_DEV_IDE=y
82936 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
82938 -# CONFIG_BLK_DEV_IDE_SATA is not set
82939 -CONFIG_BLK_DEV_IDEDISK=y
82940 -# CONFIG_IDEDISK_MULTI_MODE is not set
82941 -# CONFIG_BLK_DEV_IDECD is not set
82942 -# CONFIG_BLK_DEV_IDETAPE is not set
82943 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
82944 -# CONFIG_IDE_TASK_IOCTL is not set
82945 -CONFIG_IDE_PROC_FS=y
82948 -# IDE chipset support/bugfixes
82950 -CONFIG_IDE_GENERIC=y
82951 -# CONFIG_BLK_DEV_PLATFORM is not set
82952 -CONFIG_BLK_DEV_IDEDMA_SFF=y
82955 -# PCI IDE chipsets support
82957 -CONFIG_BLK_DEV_IDEPCI=y
82958 -CONFIG_IDEPCI_PCIBUS_ORDER=y
82959 -# CONFIG_BLK_DEV_OFFBOARD is not set
82960 -CONFIG_BLK_DEV_GENERIC=y
82961 -# CONFIG_BLK_DEV_OPTI621 is not set
82962 -CONFIG_BLK_DEV_IDEDMA_PCI=y
82963 -# CONFIG_BLK_DEV_AEC62XX is not set
82964 -# CONFIG_BLK_DEV_ALI15X3 is not set
82965 -# CONFIG_BLK_DEV_AMD74XX is not set
82966 -# CONFIG_BLK_DEV_CMD64X is not set
82967 -# CONFIG_BLK_DEV_TRIFLEX is not set
82968 -# CONFIG_BLK_DEV_CY82C693 is not set
82969 -# CONFIG_BLK_DEV_CS5520 is not set
82970 -# CONFIG_BLK_DEV_CS5530 is not set
82971 -# CONFIG_BLK_DEV_HPT34X is not set
82972 -# CONFIG_BLK_DEV_HPT366 is not set
82973 -# CONFIG_BLK_DEV_JMICRON is not set
82974 -# CONFIG_BLK_DEV_SC1200 is not set
82975 -# CONFIG_BLK_DEV_PIIX is not set
82976 -# CONFIG_BLK_DEV_IT8213 is not set
82977 -# CONFIG_BLK_DEV_IT821X is not set
82978 -# CONFIG_BLK_DEV_NS87415 is not set
82979 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
82980 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
82981 -# CONFIG_BLK_DEV_SVWKS is not set
82982 -# CONFIG_BLK_DEV_SIIMAGE is not set
82983 -# CONFIG_BLK_DEV_SL82C105 is not set
82984 -# CONFIG_BLK_DEV_SLC90E66 is not set
82985 -# CONFIG_BLK_DEV_TRM290 is not set
82986 -CONFIG_BLK_DEV_VIA82CXXX=y
82987 -# CONFIG_BLK_DEV_TC86C001 is not set
82988 -CONFIG_BLK_DEV_IDEDMA=y
82989 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
82990 -# CONFIG_BLK_DEV_HD is not set
82993 -# SCSI device support
82995 -# CONFIG_RAID_ATTRS is not set
82996 -# CONFIG_SCSI is not set
82997 -# CONFIG_SCSI_DMA is not set
82998 -# CONFIG_SCSI_NETLINK is not set
82999 -# CONFIG_ATA is not set
83000 -# CONFIG_MD is not set
83001 -# CONFIG_FUSION is not set
83004 -# IEEE 1394 (FireWire) support
83006 -# CONFIG_FIREWIRE is not set
83007 -# CONFIG_IEEE1394 is not set
83008 -# CONFIG_I2O is not set
83009 -# CONFIG_MACINTOSH_DRIVERS is not set
83010 -CONFIG_NETDEVICES=y
83011 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
83012 -# CONFIG_DUMMY is not set
83013 -# CONFIG_BONDING is not set
83014 -# CONFIG_MACVLAN is not set
83015 -# CONFIG_EQUALIZER is not set
83016 -# CONFIG_TUN is not set
83017 -# CONFIG_VETH is not set
83018 -# CONFIG_ARCNET is not set
83022 -# MII PHY device drivers
83024 -# CONFIG_MARVELL_PHY is not set
83025 -# CONFIG_DAVICOM_PHY is not set
83026 -# CONFIG_QSEMI_PHY is not set
83027 -# CONFIG_LXT_PHY is not set
83028 -# CONFIG_CICADA_PHY is not set
83029 -# CONFIG_VITESSE_PHY is not set
83030 -# CONFIG_SMSC_PHY is not set
83031 -# CONFIG_BROADCOM_PHY is not set
83032 -# CONFIG_ICPLUS_PHY is not set
83033 -# CONFIG_REALTEK_PHY is not set
83034 -# CONFIG_FIXED_PHY is not set
83035 -# CONFIG_MDIO_BITBANG is not set
83036 -CONFIG_NET_ETHERNET=y
83038 -# CONFIG_HAPPYMEAL is not set
83039 -# CONFIG_SUNGEM is not set
83040 -# CONFIG_CASSINI is not set
83041 -# CONFIG_NET_VENDOR_3COM is not set
83042 -# CONFIG_NET_TULIP is not set
83043 -# CONFIG_HP100 is not set
83044 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
83045 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
83046 -# CONFIG_IBM_NEW_EMAC_TAH is not set
83047 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
83049 -# CONFIG_PCNET32 is not set
83050 -# CONFIG_AMD8111_ETH is not set
83051 -# CONFIG_ADAPTEC_STARFIRE is not set
83052 -# CONFIG_B44 is not set
83053 -# CONFIG_FORCEDETH is not set
83054 -# CONFIG_EEPRO100 is not set
83056 -# CONFIG_FEALNX is not set
83057 -# CONFIG_NATSEMI is not set
83058 -# CONFIG_NE2K_PCI is not set
83059 -# CONFIG_8139CP is not set
83060 -# CONFIG_8139TOO is not set
83061 -# CONFIG_R6040 is not set
83062 -# CONFIG_SIS900 is not set
83063 -# CONFIG_EPIC100 is not set
83064 -# CONFIG_SUNDANCE is not set
83065 -# CONFIG_TLAN is not set
83066 -# CONFIG_VIA_RHINE is not set
83067 -# CONFIG_SC92031 is not set
83068 -# CONFIG_FS_ENET is not set
83069 -CONFIG_NETDEV_1000=y
83070 -# CONFIG_ACENIC is not set
83071 -# CONFIG_DL2K is not set
83072 -# CONFIG_E1000 is not set
83073 -# CONFIG_E1000E is not set
83074 -# CONFIG_E1000E_ENABLED is not set
83075 -# CONFIG_IP1000 is not set
83076 -# CONFIG_IGB is not set
83077 -# CONFIG_NS83820 is not set
83078 -# CONFIG_HAMACHI is not set
83079 -# CONFIG_YELLOWFIN is not set
83080 -# CONFIG_R8169 is not set
83081 -# CONFIG_SIS190 is not set
83082 -# CONFIG_SKGE is not set
83083 -# CONFIG_SKY2 is not set
83084 -# CONFIG_SK98LIN is not set
83085 -# CONFIG_VIA_VELOCITY is not set
83086 -# CONFIG_TIGON3 is not set
83087 -# CONFIG_BNX2 is not set
83089 -CONFIG_GFAR_NAPI=y
83090 -# CONFIG_QLA3XXX is not set
83091 -# CONFIG_ATL1 is not set
83092 -CONFIG_NETDEV_10000=y
83093 -# CONFIG_CHELSIO_T1 is not set
83094 -# CONFIG_CHELSIO_T3 is not set
83095 -# CONFIG_IXGBE is not set
83096 -# CONFIG_IXGB is not set
83097 -# CONFIG_S2IO is not set
83098 -# CONFIG_MYRI10GE is not set
83099 -# CONFIG_NETXEN_NIC is not set
83100 -# CONFIG_NIU is not set
83101 -# CONFIG_MLX4_CORE is not set
83102 -# CONFIG_TEHUTI is not set
83103 -# CONFIG_BNX2X is not set
83104 -# CONFIG_TR is not set
83109 -# CONFIG_WLAN_PRE80211 is not set
83110 -# CONFIG_WLAN_80211 is not set
83111 -# CONFIG_WAN is not set
83112 -# CONFIG_FDDI is not set
83113 -# CONFIG_HIPPI is not set
83114 -# CONFIG_PPP is not set
83115 -# CONFIG_SLIP is not set
83116 -# CONFIG_NETCONSOLE is not set
83117 -# CONFIG_NETPOLL is not set
83118 -# CONFIG_NET_POLL_CONTROLLER is not set
83119 -# CONFIG_ISDN is not set
83120 -# CONFIG_PHONE is not set
83123 -# Input device support
83126 -# CONFIG_INPUT_FF_MEMLESS is not set
83127 -# CONFIG_INPUT_POLLDEV is not set
83130 -# Userland interfaces
83132 -# CONFIG_INPUT_MOUSEDEV is not set
83133 -# CONFIG_INPUT_JOYDEV is not set
83134 -# CONFIG_INPUT_EVDEV is not set
83135 -# CONFIG_INPUT_EVBUG is not set
83138 -# Input Device Drivers
83140 -# CONFIG_INPUT_KEYBOARD is not set
83141 -# CONFIG_INPUT_MOUSE is not set
83142 -# CONFIG_INPUT_JOYSTICK is not set
83143 -# CONFIG_INPUT_TABLET is not set
83144 -# CONFIG_INPUT_TOUCHSCREEN is not set
83145 -# CONFIG_INPUT_MISC is not set
83148 -# Hardware I/O ports
83150 -# CONFIG_SERIO is not set
83151 -# CONFIG_GAMEPORT is not set
83154 -# Character devices
83156 -# CONFIG_VT is not set
83157 -# CONFIG_SERIAL_NONSTANDARD is not set
83158 -# CONFIG_NOZOMI is not set
83163 -CONFIG_SERIAL_8250=y
83164 -CONFIG_SERIAL_8250_CONSOLE=y
83165 -CONFIG_SERIAL_8250_PCI=y
83166 -CONFIG_SERIAL_8250_NR_UARTS=4
83167 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
83168 -# CONFIG_SERIAL_8250_EXTENDED is not set
83169 -CONFIG_SERIAL_8250_SHARE_IRQ=y
83172 -# Non-8250 serial port support
83174 -# CONFIG_SERIAL_UARTLITE is not set
83175 -CONFIG_SERIAL_CORE=y
83176 -CONFIG_SERIAL_CORE_CONSOLE=y
83177 -CONFIG_SERIAL_CPM=y
83178 -CONFIG_SERIAL_CPM_CONSOLE=y
83179 -CONFIG_SERIAL_CPM_SCC1=y
83180 -# CONFIG_SERIAL_CPM_SCC2 is not set
83181 -# CONFIG_SERIAL_CPM_SCC3 is not set
83182 -# CONFIG_SERIAL_CPM_SCC4 is not set
83183 -# CONFIG_SERIAL_CPM_SMC1 is not set
83184 -# CONFIG_SERIAL_CPM_SMC2 is not set
83185 -# CONFIG_SERIAL_JSM is not set
83186 -# CONFIG_SERIAL_OF_PLATFORM is not set
83187 -CONFIG_UNIX98_PTYS=y
83188 -CONFIG_LEGACY_PTYS=y
83189 -CONFIG_LEGACY_PTY_COUNT=256
83190 -# CONFIG_IPMI_HANDLER is not set
83191 -CONFIG_HW_RANDOM=y
83192 -# CONFIG_NVRAM is not set
83194 -# CONFIG_GEN_RTC_X is not set
83195 -# CONFIG_R3964 is not set
83196 -# CONFIG_APPLICOM is not set
83197 -# CONFIG_RAW_DRIVER is not set
83198 -# CONFIG_TCG_TPM is not set
83201 -CONFIG_I2C_BOARDINFO=y
83202 -CONFIG_I2C_CHARDEV=y
83207 -# CONFIG_I2C_ALGOBIT is not set
83208 -# CONFIG_I2C_ALGOPCF is not set
83209 -# CONFIG_I2C_ALGOPCA is not set
83212 -# I2C Hardware Bus support
83214 -# CONFIG_I2C_ALI1535 is not set
83215 -# CONFIG_I2C_ALI1563 is not set
83216 -# CONFIG_I2C_ALI15X3 is not set
83217 -# CONFIG_I2C_AMD756 is not set
83218 -# CONFIG_I2C_AMD8111 is not set
83219 -# CONFIG_I2C_I801 is not set
83220 -# CONFIG_I2C_I810 is not set
83221 -# CONFIG_I2C_PIIX4 is not set
83223 -# CONFIG_I2C_NFORCE2 is not set
83224 -# CONFIG_I2C_OCORES is not set
83225 -# CONFIG_I2C_PARPORT_LIGHT is not set
83226 -# CONFIG_I2C_PROSAVAGE is not set
83227 -# CONFIG_I2C_SAVAGE4 is not set
83228 -# CONFIG_I2C_SIMTEC is not set
83229 -# CONFIG_I2C_SIS5595 is not set
83230 -# CONFIG_I2C_SIS630 is not set
83231 -# CONFIG_I2C_SIS96X is not set
83232 -# CONFIG_I2C_TAOS_EVM is not set
83233 -# CONFIG_I2C_VIA is not set
83234 -# CONFIG_I2C_VIAPRO is not set
83235 -# CONFIG_I2C_VOODOO3 is not set
83238 -# Miscellaneous I2C Chip support
83240 -# CONFIG_DS1682 is not set
83241 -# CONFIG_SENSORS_EEPROM is not set
83242 -# CONFIG_SENSORS_PCF8574 is not set
83243 -# CONFIG_PCF8575 is not set
83244 -# CONFIG_SENSORS_PCF8591 is not set
83245 -# CONFIG_TPS65010 is not set
83246 -# CONFIG_SENSORS_MAX6875 is not set
83247 -# CONFIG_SENSORS_TSL2550 is not set
83248 -# CONFIG_I2C_DEBUG_CORE is not set
83249 -# CONFIG_I2C_DEBUG_ALGO is not set
83250 -# CONFIG_I2C_DEBUG_BUS is not set
83251 -# CONFIG_I2C_DEBUG_CHIP is not set
83256 -# CONFIG_SPI is not set
83257 -# CONFIG_SPI_MASTER is not set
83258 -# CONFIG_W1 is not set
83259 -# CONFIG_POWER_SUPPLY is not set
83261 -# CONFIG_HWMON_VID is not set
83262 -# CONFIG_SENSORS_AD7418 is not set
83263 -# CONFIG_SENSORS_ADM1021 is not set
83264 -# CONFIG_SENSORS_ADM1025 is not set
83265 -# CONFIG_SENSORS_ADM1026 is not set
83266 -# CONFIG_SENSORS_ADM1029 is not set
83267 -# CONFIG_SENSORS_ADM1031 is not set
83268 -# CONFIG_SENSORS_ADM9240 is not set
83269 -# CONFIG_SENSORS_ADT7470 is not set
83270 -# CONFIG_SENSORS_ADT7473 is not set
83271 -# CONFIG_SENSORS_ATXP1 is not set
83272 -# CONFIG_SENSORS_DS1621 is not set
83273 -# CONFIG_SENSORS_I5K_AMB is not set
83274 -# CONFIG_SENSORS_F71805F is not set
83275 -# CONFIG_SENSORS_F71882FG is not set
83276 -# CONFIG_SENSORS_F75375S is not set
83277 -# CONFIG_SENSORS_GL518SM is not set
83278 -# CONFIG_SENSORS_GL520SM is not set
83279 -# CONFIG_SENSORS_IT87 is not set
83280 -# CONFIG_SENSORS_LM63 is not set
83281 -CONFIG_SENSORS_LM75=y
83282 -# CONFIG_SENSORS_LM77 is not set
83283 -# CONFIG_SENSORS_LM78 is not set
83284 -# CONFIG_SENSORS_LM80 is not set
83285 -# CONFIG_SENSORS_LM83 is not set
83286 -# CONFIG_SENSORS_LM85 is not set
83287 -# CONFIG_SENSORS_LM87 is not set
83288 -# CONFIG_SENSORS_LM90 is not set
83289 -# CONFIG_SENSORS_LM92 is not set
83290 -# CONFIG_SENSORS_LM93 is not set
83291 -# CONFIG_SENSORS_MAX1619 is not set
83292 -# CONFIG_SENSORS_MAX6650 is not set
83293 -# CONFIG_SENSORS_PC87360 is not set
83294 -# CONFIG_SENSORS_PC87427 is not set
83295 -# CONFIG_SENSORS_SIS5595 is not set
83296 -# CONFIG_SENSORS_DME1737 is not set
83297 -# CONFIG_SENSORS_SMSC47M1 is not set
83298 -# CONFIG_SENSORS_SMSC47M192 is not set
83299 -# CONFIG_SENSORS_SMSC47B397 is not set
83300 -# CONFIG_SENSORS_ADS7828 is not set
83301 -# CONFIG_SENSORS_THMC50 is not set
83302 -# CONFIG_SENSORS_VIA686A is not set
83303 -# CONFIG_SENSORS_VT1211 is not set
83304 -# CONFIG_SENSORS_VT8231 is not set
83305 -# CONFIG_SENSORS_W83781D is not set
83306 -# CONFIG_SENSORS_W83791D is not set
83307 -# CONFIG_SENSORS_W83792D is not set
83308 -# CONFIG_SENSORS_W83793 is not set
83309 -# CONFIG_SENSORS_W83L785TS is not set
83310 -# CONFIG_SENSORS_W83L786NG is not set
83311 -# CONFIG_SENSORS_W83627HF is not set
83312 -# CONFIG_SENSORS_W83627EHF is not set
83313 -CONFIG_HWMON_DEBUG_CHIP=y
83314 -# CONFIG_THERMAL is not set
83315 -# CONFIG_WATCHDOG is not set
83318 -# Sonics Silicon Backplane
83320 -CONFIG_SSB_POSSIBLE=y
83321 -# CONFIG_SSB is not set
83324 -# Multifunction device drivers
83326 -# CONFIG_MFD_SM501 is not set
83329 -# Multimedia devices
83331 -# CONFIG_VIDEO_DEV is not set
83332 -# CONFIG_DVB_CORE is not set
83336 -# Graphics support
83338 -# CONFIG_AGP is not set
83339 -# CONFIG_DRM is not set
83340 -# CONFIG_VGASTATE is not set
83341 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
83342 -# CONFIG_FB is not set
83343 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
83346 -# Display device support
83348 -# CONFIG_DISPLAY_SUPPORT is not set
83353 -# CONFIG_SOUND is not set
83354 -CONFIG_HID_SUPPORT=y
83356 -# CONFIG_HID_DEBUG is not set
83357 -# CONFIG_HIDRAW is not set
83358 -CONFIG_USB_SUPPORT=y
83359 -CONFIG_USB_ARCH_HAS_HCD=y
83360 -CONFIG_USB_ARCH_HAS_OHCI=y
83361 -CONFIG_USB_ARCH_HAS_EHCI=y
83362 -# CONFIG_USB is not set
83365 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
83367 -# CONFIG_USB_GADGET is not set
83368 -# CONFIG_MMC is not set
83369 -# CONFIG_MEMSTICK is not set
83370 -# CONFIG_NEW_LEDS is not set
83371 -# CONFIG_INFINIBAND is not set
83372 -# CONFIG_EDAC is not set
83373 -# CONFIG_RTC_CLASS is not set
83374 -# CONFIG_DMADEVICES is not set
83379 -# CONFIG_UIO is not set
83385 -# CONFIG_EXT2_FS_XATTR is not set
83386 -# CONFIG_EXT2_FS_XIP is not set
83388 -CONFIG_EXT3_FS_XATTR=y
83389 -# CONFIG_EXT3_FS_POSIX_ACL is not set
83390 -# CONFIG_EXT3_FS_SECURITY is not set
83391 -# CONFIG_EXT4DEV_FS is not set
83393 -CONFIG_FS_MBCACHE=y
83394 -# CONFIG_REISERFS_FS is not set
83395 -# CONFIG_JFS_FS is not set
83396 -# CONFIG_FS_POSIX_ACL is not set
83397 -# CONFIG_XFS_FS is not set
83398 -# CONFIG_GFS2_FS is not set
83399 -# CONFIG_OCFS2_FS is not set
83402 -CONFIG_INOTIFY_USER=y
83403 -# CONFIG_QUOTA is not set
83404 -# CONFIG_AUTOFS_FS is not set
83405 -# CONFIG_AUTOFS4_FS is not set
83406 -# CONFIG_FUSE_FS is not set
83409 -# CD-ROM/DVD Filesystems
83411 -# CONFIG_ISO9660_FS is not set
83412 -# CONFIG_UDF_FS is not set
83415 -# DOS/FAT/NT Filesystems
83417 -# CONFIG_MSDOS_FS is not set
83418 -# CONFIG_VFAT_FS is not set
83419 -# CONFIG_NTFS_FS is not set
83422 -# Pseudo filesystems
83425 -CONFIG_PROC_KCORE=y
83426 -CONFIG_PROC_SYSCTL=y
83429 -# CONFIG_TMPFS_POSIX_ACL is not set
83430 -# CONFIG_HUGETLB_PAGE is not set
83431 -# CONFIG_CONFIGFS_FS is not set
83434 -# Miscellaneous filesystems
83436 -# CONFIG_ADFS_FS is not set
83437 -# CONFIG_AFFS_FS is not set
83438 -# CONFIG_HFS_FS is not set
83439 -# CONFIG_HFSPLUS_FS is not set
83440 -# CONFIG_BEFS_FS is not set
83441 -# CONFIG_BFS_FS is not set
83442 -# CONFIG_EFS_FS is not set
83444 -CONFIG_JFFS2_FS_DEBUG=0
83445 -CONFIG_JFFS2_FS_WRITEBUFFER=y
83446 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
83447 -# CONFIG_JFFS2_SUMMARY is not set
83448 -# CONFIG_JFFS2_FS_XATTR is not set
83449 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
83450 -CONFIG_JFFS2_ZLIB=y
83451 -# CONFIG_JFFS2_LZO is not set
83452 -CONFIG_JFFS2_RTIME=y
83453 -# CONFIG_JFFS2_RUBIN is not set
83455 -# CONFIG_VXFS_FS is not set
83456 -# CONFIG_MINIX_FS is not set
83457 -# CONFIG_HPFS_FS is not set
83458 -# CONFIG_QNX4FS_FS is not set
83459 -# CONFIG_ROMFS_FS is not set
83460 -# CONFIG_SYSV_FS is not set
83461 -# CONFIG_UFS_FS is not set
83462 -CONFIG_NETWORK_FILESYSTEMS=y
83464 -# CONFIG_NFS_V3 is not set
83465 -# CONFIG_NFS_V4 is not set
83466 -# CONFIG_NFS_DIRECTIO is not set
83467 -# CONFIG_NFSD is not set
83470 -CONFIG_NFS_COMMON=y
83472 -# CONFIG_SUNRPC_BIND34 is not set
83473 -# CONFIG_RPCSEC_GSS_KRB5 is not set
83474 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
83475 -# CONFIG_SMB_FS is not set
83476 -# CONFIG_CIFS is not set
83477 -# CONFIG_NCP_FS is not set
83478 -# CONFIG_CODA_FS is not set
83479 -# CONFIG_AFS_FS is not set
83484 -CONFIG_PARTITION_ADVANCED=y
83485 -# CONFIG_ACORN_PARTITION is not set
83486 -# CONFIG_OSF_PARTITION is not set
83487 -# CONFIG_AMIGA_PARTITION is not set
83488 -# CONFIG_ATARI_PARTITION is not set
83489 -# CONFIG_MAC_PARTITION is not set
83490 -# CONFIG_MSDOS_PARTITION is not set
83491 -# CONFIG_LDM_PARTITION is not set
83492 -# CONFIG_SGI_PARTITION is not set
83493 -# CONFIG_ULTRIX_PARTITION is not set
83494 -# CONFIG_SUN_PARTITION is not set
83495 -# CONFIG_KARMA_PARTITION is not set
83496 -# CONFIG_EFI_PARTITION is not set
83497 -# CONFIG_SYSV68_PARTITION is not set
83498 -# CONFIG_NLS is not set
83499 -# CONFIG_DLM is not set
83502 -# Library routines
83504 -CONFIG_BITREVERSE=y
83505 -# CONFIG_CRC_CCITT is not set
83506 -# CONFIG_CRC16 is not set
83507 -# CONFIG_CRC_ITU_T is not set
83509 -# CONFIG_CRC7 is not set
83510 -# CONFIG_LIBCRC32C is not set
83511 -CONFIG_ZLIB_INFLATE=y
83512 -CONFIG_ZLIB_DEFLATE=y
83514 -CONFIG_HAS_IOMEM=y
83515 -CONFIG_HAS_IOPORT=y
83521 -# CONFIG_PRINTK_TIME is not set
83522 -CONFIG_ENABLE_WARN_DEPRECATED=y
83523 -CONFIG_ENABLE_MUST_CHECK=y
83524 -# CONFIG_MAGIC_SYSRQ is not set
83525 -# CONFIG_UNUSED_SYMBOLS is not set
83526 -# CONFIG_DEBUG_FS is not set
83527 -# CONFIG_HEADERS_CHECK is not set
83528 -# CONFIG_DEBUG_KERNEL is not set
83529 -# CONFIG_SLUB_DEBUG_ON is not set
83530 -# CONFIG_SLUB_STATS is not set
83531 -# CONFIG_DEBUG_BUGVERBOSE is not set
83532 -# CONFIG_SAMPLES is not set
83533 -# CONFIG_KGDB_CONSOLE is not set
83534 -# CONFIG_PPC_EARLY_DEBUG is not set
83537 -# Security options
83539 -# CONFIG_KEYS is not set
83540 -# CONFIG_SECURITY is not set
83541 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
83543 -# CONFIG_CRYPTO_SEQIV is not set
83544 -# CONFIG_CRYPTO_MANAGER is not set
83545 -# CONFIG_CRYPTO_HMAC is not set
83546 -# CONFIG_CRYPTO_XCBC is not set
83547 -# CONFIG_CRYPTO_NULL is not set
83548 -# CONFIG_CRYPTO_MD4 is not set
83549 -# CONFIG_CRYPTO_MD5 is not set
83550 -# CONFIG_CRYPTO_SHA1 is not set
83551 -# CONFIG_CRYPTO_SHA256 is not set
83552 -# CONFIG_CRYPTO_SHA512 is not set
83553 -# CONFIG_CRYPTO_WP512 is not set
83554 -# CONFIG_CRYPTO_TGR192 is not set
83555 -# CONFIG_CRYPTO_GF128MUL is not set
83556 -# CONFIG_CRYPTO_ECB is not set
83557 -# CONFIG_CRYPTO_CBC is not set
83558 -# CONFIG_CRYPTO_PCBC is not set
83559 -# CONFIG_CRYPTO_LRW is not set
83560 -# CONFIG_CRYPTO_XTS is not set
83561 -# CONFIG_CRYPTO_CTR is not set
83562 -# CONFIG_CRYPTO_GCM is not set
83563 -# CONFIG_CRYPTO_CCM is not set
83564 -# CONFIG_CRYPTO_CRYPTD is not set
83565 -# CONFIG_CRYPTO_DES is not set
83566 -# CONFIG_CRYPTO_FCRYPT is not set
83567 -# CONFIG_CRYPTO_BLOWFISH is not set
83568 -# CONFIG_CRYPTO_TWOFISH is not set
83569 -# CONFIG_CRYPTO_SERPENT is not set
83570 -# CONFIG_CRYPTO_AES is not set
83571 -# CONFIG_CRYPTO_CAST5 is not set
83572 -# CONFIG_CRYPTO_CAST6 is not set
83573 -# CONFIG_CRYPTO_TEA is not set
83574 -# CONFIG_CRYPTO_ARC4 is not set
83575 -# CONFIG_CRYPTO_KHAZAD is not set
83576 -# CONFIG_CRYPTO_ANUBIS is not set
83577 -# CONFIG_CRYPTO_SEED is not set
83578 -# CONFIG_CRYPTO_SALSA20 is not set
83579 -# CONFIG_CRYPTO_DEFLATE is not set
83580 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
83581 -# CONFIG_CRYPTO_CRC32C is not set
83582 -# CONFIG_CRYPTO_CAMELLIA is not set
83583 -# CONFIG_CRYPTO_AUTHENC is not set
83584 -# CONFIG_CRYPTO_LZO is not set
83585 -CONFIG_CRYPTO_HW=y
83586 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
83587 -# CONFIG_PPC_CLOCK is not set
83588 -CONFIG_PPC_LIB_RHEAP=y
83589 --- a/arch/powerpc/configs/tqm8555_defconfig
83593 -# Automatically generated make config: don't edit
83594 -# Linux kernel version: 2.6.25-rc6
83595 -# Mon Mar 24 08:48:44 2008
83597 -# CONFIG_PPC64 is not set
83600 -# Processor support
83602 -# CONFIG_6xx is not set
83604 -# CONFIG_PPC_8xx is not set
83605 -# CONFIG_40x is not set
83606 -# CONFIG_44x is not set
83607 -# CONFIG_E200 is not set
83610 -CONFIG_FSL_BOOKE=y
83611 -CONFIG_FSL_EMB_PERFMON=y
83612 -# CONFIG_PHYS_64BIT is not set
83614 -# CONFIG_PPC_MM_SLICES is not set
83616 -CONFIG_WORD_SIZE=32
83617 -CONFIG_PPC_MERGE=y
83619 -CONFIG_GENERIC_CMOS_UPDATE=y
83620 -CONFIG_GENERIC_TIME=y
83621 -CONFIG_GENERIC_TIME_VSYSCALL=y
83622 -CONFIG_GENERIC_CLOCKEVENTS=y
83623 -CONFIG_GENERIC_HARDIRQS=y
83624 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
83625 -CONFIG_IRQ_PER_CPU=y
83626 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
83627 -CONFIG_ARCH_HAS_ILOG2_U32=y
83628 -CONFIG_GENERIC_HWEIGHT=y
83629 -CONFIG_GENERIC_CALIBRATE_DELAY=y
83630 -CONFIG_GENERIC_FIND_NEXT_BIT=y
83631 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
83633 -CONFIG_EARLY_PRINTK=y
83634 -CONFIG_GENERIC_NVRAM=y
83635 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
83636 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
83639 -CONFIG_PPC_UDBG_16550=y
83640 -# CONFIG_GENERIC_TBSYNC is not set
83641 -CONFIG_AUDIT_ARCH=y
83642 -CONFIG_GENERIC_BUG=y
83643 -CONFIG_DEFAULT_UIMAGE=y
83644 -# CONFIG_PPC_DCR_NATIVE is not set
83645 -# CONFIG_PPC_DCR_MMIO is not set
83646 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
83651 -CONFIG_EXPERIMENTAL=y
83652 -CONFIG_BROKEN_ON_SMP=y
83653 -CONFIG_INIT_ENV_ARG_LIMIT=32
83654 -CONFIG_LOCALVERSION=""
83655 -CONFIG_LOCALVERSION_AUTO=y
83658 -CONFIG_SYSVIPC_SYSCTL=y
83659 -# CONFIG_POSIX_MQUEUE is not set
83660 -# CONFIG_BSD_PROCESS_ACCT is not set
83661 -# CONFIG_TASKSTATS is not set
83662 -# CONFIG_AUDIT is not set
83663 -# CONFIG_IKCONFIG is not set
83664 -CONFIG_LOG_BUF_SHIFT=14
83665 -# CONFIG_CGROUPS is not set
83666 -CONFIG_GROUP_SCHED=y
83667 -CONFIG_FAIR_GROUP_SCHED=y
83668 -# CONFIG_RT_GROUP_SCHED is not set
83669 -CONFIG_USER_SCHED=y
83670 -# CONFIG_CGROUP_SCHED is not set
83671 -CONFIG_SYSFS_DEPRECATED=y
83672 -CONFIG_SYSFS_DEPRECATED_V2=y
83673 -# CONFIG_RELAY is not set
83674 -# CONFIG_NAMESPACES is not set
83675 -CONFIG_BLK_DEV_INITRD=y
83676 -CONFIG_INITRAMFS_SOURCE=""
83677 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
83680 -CONFIG_SYSCTL_SYSCALL=y
83681 -# CONFIG_KALLSYMS is not set
83682 -# CONFIG_HOTPLUG is not set
83686 -CONFIG_COMPAT_BRK=y
83687 -CONFIG_BASE_FULL=y
83689 -CONFIG_ANON_INODES=y
83690 -# CONFIG_EPOLL is not set
83695 -CONFIG_VM_EVENT_COUNTERS=y
83696 -CONFIG_SLUB_DEBUG=y
83697 -# CONFIG_SLAB is not set
83699 -# CONFIG_SLOB is not set
83700 -# CONFIG_PROFILING is not set
83701 -# CONFIG_MARKERS is not set
83702 -CONFIG_HAVE_OPROFILE=y
83703 -CONFIG_HAVE_KPROBES=y
83704 -CONFIG_HAVE_KRETPROBES=y
83705 -CONFIG_PROC_PAGE_MONITOR=y
83707 -CONFIG_RT_MUTEXES=y
83708 -# CONFIG_TINY_SHMEM is not set
83709 -CONFIG_BASE_SMALL=0
83710 -# CONFIG_MODULES is not set
83712 -# CONFIG_LBD is not set
83713 -# CONFIG_BLK_DEV_IO_TRACE is not set
83714 -# CONFIG_LSF is not set
83715 -# CONFIG_BLK_DEV_BSG is not set
83720 -CONFIG_IOSCHED_NOOP=y
83721 -CONFIG_IOSCHED_AS=y
83722 -CONFIG_IOSCHED_DEADLINE=y
83723 -CONFIG_IOSCHED_CFQ=y
83724 -CONFIG_DEFAULT_AS=y
83725 -# CONFIG_DEFAULT_DEADLINE is not set
83726 -# CONFIG_DEFAULT_CFQ is not set
83727 -# CONFIG_DEFAULT_NOOP is not set
83728 -CONFIG_DEFAULT_IOSCHED="anticipatory"
83729 -CONFIG_CLASSIC_RCU=y
83732 -# Platform support
83734 -# CONFIG_PPC_MPC512x is not set
83735 -# CONFIG_PPC_MPC5121 is not set
83736 -# CONFIG_PPC_CELL is not set
83737 -# CONFIG_PPC_CELL_NATIVE is not set
83738 -# CONFIG_PQ2ADS is not set
83740 -# CONFIG_MPC8540_ADS is not set
83741 -# CONFIG_MPC8560_ADS is not set
83742 -# CONFIG_MPC85xx_CDS is not set
83743 -# CONFIG_MPC85xx_MDS is not set
83744 -# CONFIG_MPC85xx_DS is not set
83745 -# CONFIG_STX_GP3 is not set
83746 -# CONFIG_TQM8540 is not set
83747 -# CONFIG_TQM8541 is not set
83749 -# CONFIG_TQM8560 is not set
83750 -# CONFIG_SBC8548 is not set
83751 -# CONFIG_SBC8560 is not set
83753 -# CONFIG_IPIC is not set
83755 -# CONFIG_MPIC_WEIRD is not set
83756 -# CONFIG_PPC_I8259 is not set
83757 -# CONFIG_PPC_RTAS is not set
83758 -# CONFIG_MMIO_NVRAM is not set
83759 -# CONFIG_PPC_MPC106 is not set
83760 -# CONFIG_PPC_970_NAP is not set
83761 -# CONFIG_PPC_INDIRECT_IO is not set
83762 -# CONFIG_GENERIC_IOMAP is not set
83763 -# CONFIG_CPU_FREQ is not set
83765 -CONFIG_PPC_CPM_NEW_BINDING=y
83766 -# CONFIG_FSL_ULI1575 is not set
83772 -# CONFIG_HIGHMEM is not set
83773 -# CONFIG_TICK_ONESHOT is not set
83774 -# CONFIG_NO_HZ is not set
83775 -# CONFIG_HIGH_RES_TIMERS is not set
83776 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
83777 -# CONFIG_HZ_100 is not set
83779 -# CONFIG_HZ_300 is not set
83780 -# CONFIG_HZ_1000 is not set
83782 -# CONFIG_SCHED_HRTICK is not set
83783 -CONFIG_PREEMPT_NONE=y
83784 -# CONFIG_PREEMPT_VOLUNTARY is not set
83785 -# CONFIG_PREEMPT is not set
83786 -CONFIG_BINFMT_ELF=y
83787 -# CONFIG_BINFMT_MISC is not set
83788 -CONFIG_MATH_EMULATION=y
83789 -# CONFIG_IOMMU_HELPER is not set
83790 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
83791 -CONFIG_ARCH_HAS_WALK_MEMORY=y
83792 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
83793 -CONFIG_ARCH_FLATMEM_ENABLE=y
83794 -CONFIG_ARCH_POPULATES_NODE_MAP=y
83795 -CONFIG_SELECT_MEMORY_MODEL=y
83796 -CONFIG_FLATMEM_MANUAL=y
83797 -# CONFIG_DISCONTIGMEM_MANUAL is not set
83798 -# CONFIG_SPARSEMEM_MANUAL is not set
83800 -CONFIG_FLAT_NODE_MEM_MAP=y
83801 -# CONFIG_SPARSEMEM_STATIC is not set
83802 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
83803 -CONFIG_SPLIT_PTLOCK_CPUS=4
83804 -# CONFIG_RESOURCES_64BIT is not set
83805 -CONFIG_ZONE_DMA_FLAG=1
83807 -CONFIG_VIRT_TO_BUS=y
83808 -# CONFIG_PROC_DEVICETREE is not set
83809 -# CONFIG_CMDLINE_BOOL is not set
83810 -# CONFIG_PM is not set
83812 -CONFIG_ISA_DMA_API=y
83818 -CONFIG_PPC_INDIRECT_PCI=y
83822 -CONFIG_PCI_DOMAINS=y
83823 -CONFIG_PCI_SYSCALL=y
83824 -# CONFIG_PCIEPORTBUS is not set
83825 -CONFIG_ARCH_SUPPORTS_MSI=y
83826 -# CONFIG_PCI_MSI is not set
83827 -CONFIG_PCI_LEGACY=y
83832 -# CONFIG_ADVANCED_OPTIONS is not set
83835 -# Default settings for advanced configuration options are used
83837 -CONFIG_HIGHMEM_START=0xfe000000
83838 -CONFIG_LOWMEM_SIZE=0x30000000
83839 -CONFIG_KERNEL_START=0xc0000000
83840 -CONFIG_TASK_SIZE=0xc0000000
83841 -CONFIG_BOOT_LOAD=0x00800000
83849 -# Networking options
83852 -# CONFIG_PACKET_MMAP is not set
83855 -# CONFIG_XFRM_USER is not set
83856 -# CONFIG_XFRM_SUB_POLICY is not set
83857 -# CONFIG_XFRM_MIGRATE is not set
83858 -# CONFIG_XFRM_STATISTICS is not set
83859 -# CONFIG_NET_KEY is not set
83861 -CONFIG_IP_MULTICAST=y
83862 -# CONFIG_IP_ADVANCED_ROUTER is not set
83863 -CONFIG_IP_FIB_HASH=y
83865 -CONFIG_IP_PNP_DHCP=y
83866 -CONFIG_IP_PNP_BOOTP=y
83867 -# CONFIG_IP_PNP_RARP is not set
83868 -# CONFIG_NET_IPIP is not set
83869 -# CONFIG_NET_IPGRE is not set
83870 -# CONFIG_IP_MROUTE is not set
83871 -# CONFIG_ARPD is not set
83872 -CONFIG_SYN_COOKIES=y
83873 -# CONFIG_INET_AH is not set
83874 -# CONFIG_INET_ESP is not set
83875 -# CONFIG_INET_IPCOMP is not set
83876 -# CONFIG_INET_XFRM_TUNNEL is not set
83877 -# CONFIG_INET_TUNNEL is not set
83878 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
83879 -CONFIG_INET_XFRM_MODE_TUNNEL=y
83880 -CONFIG_INET_XFRM_MODE_BEET=y
83881 -# CONFIG_INET_LRO is not set
83882 -CONFIG_INET_DIAG=y
83883 -CONFIG_INET_TCP_DIAG=y
83884 -# CONFIG_TCP_CONG_ADVANCED is not set
83885 -CONFIG_TCP_CONG_CUBIC=y
83886 -CONFIG_DEFAULT_TCP_CONG="cubic"
83887 -# CONFIG_TCP_MD5SIG is not set
83888 -# CONFIG_IPV6 is not set
83889 -# CONFIG_INET6_XFRM_TUNNEL is not set
83890 -# CONFIG_INET6_TUNNEL is not set
83891 -# CONFIG_NETWORK_SECMARK is not set
83892 -# CONFIG_NETFILTER is not set
83893 -# CONFIG_IP_DCCP is not set
83894 -# CONFIG_IP_SCTP is not set
83895 -# CONFIG_TIPC is not set
83896 -# CONFIG_ATM is not set
83897 -# CONFIG_BRIDGE is not set
83898 -# CONFIG_VLAN_8021Q is not set
83899 -# CONFIG_DECNET is not set
83900 -# CONFIG_LLC2 is not set
83901 -# CONFIG_IPX is not set
83902 -# CONFIG_ATALK is not set
83903 -# CONFIG_X25 is not set
83904 -# CONFIG_LAPB is not set
83905 -# CONFIG_ECONET is not set
83906 -# CONFIG_WAN_ROUTER is not set
83907 -# CONFIG_NET_SCHED is not set
83912 -# CONFIG_NET_PKTGEN is not set
83913 -# CONFIG_HAMRADIO is not set
83914 -# CONFIG_CAN is not set
83915 -# CONFIG_IRDA is not set
83916 -# CONFIG_BT is not set
83917 -# CONFIG_AF_RXRPC is not set
83922 -# CONFIG_CFG80211 is not set
83923 -# CONFIG_WIRELESS_EXT is not set
83924 -# CONFIG_MAC80211 is not set
83925 -# CONFIG_IEEE80211 is not set
83926 -# CONFIG_RFKILL is not set
83927 -# CONFIG_NET_9P is not set
83934 -# Generic Driver Options
83936 -CONFIG_STANDALONE=y
83937 -CONFIG_PREVENT_FIRMWARE_BUILD=y
83938 -# CONFIG_SYS_HYPERVISOR is not set
83939 -# CONFIG_CONNECTOR is not set
83941 -# CONFIG_MTD_DEBUG is not set
83942 -CONFIG_MTD_CONCAT=y
83943 -CONFIG_MTD_PARTITIONS=y
83944 -# CONFIG_MTD_REDBOOT_PARTS is not set
83945 -CONFIG_MTD_CMDLINE_PARTS=y
83946 -# CONFIG_MTD_OF_PARTS is not set
83949 -# User Modules And Translation Layers
83952 -CONFIG_MTD_BLKDEVS=y
83953 -CONFIG_MTD_BLOCK=y
83954 -# CONFIG_FTL is not set
83955 -# CONFIG_NFTL is not set
83956 -# CONFIG_INFTL is not set
83957 -# CONFIG_RFD_FTL is not set
83958 -# CONFIG_SSFDC is not set
83959 -# CONFIG_MTD_OOPS is not set
83962 -# RAM/ROM/Flash chip drivers
83965 -# CONFIG_MTD_JEDECPROBE is not set
83966 -CONFIG_MTD_GEN_PROBE=y
83967 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
83968 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
83969 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
83970 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
83971 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
83972 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
83973 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
83974 -CONFIG_MTD_CFI_I1=y
83975 -CONFIG_MTD_CFI_I2=y
83976 -# CONFIG_MTD_CFI_I4 is not set
83977 -# CONFIG_MTD_CFI_I8 is not set
83978 -# CONFIG_MTD_CFI_INTELEXT is not set
83979 -CONFIG_MTD_CFI_AMDSTD=y
83980 -# CONFIG_MTD_CFI_STAA is not set
83981 -CONFIG_MTD_CFI_UTIL=y
83982 -# CONFIG_MTD_RAM is not set
83983 -# CONFIG_MTD_ROM is not set
83984 -# CONFIG_MTD_ABSENT is not set
83987 -# Mapping drivers for chip access
83989 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
83990 -# CONFIG_MTD_PHYSMAP is not set
83991 -# CONFIG_MTD_PHYSMAP_OF is not set
83992 -# CONFIG_MTD_INTEL_VR_NOR is not set
83993 -# CONFIG_MTD_PLATRAM is not set
83996 -# Self-contained MTD device drivers
83998 -# CONFIG_MTD_PMC551 is not set
83999 -# CONFIG_MTD_SLRAM is not set
84000 -# CONFIG_MTD_PHRAM is not set
84001 -# CONFIG_MTD_MTDRAM is not set
84002 -# CONFIG_MTD_BLOCK2MTD is not set
84005 -# Disk-On-Chip Device Drivers
84007 -# CONFIG_MTD_DOC2000 is not set
84008 -# CONFIG_MTD_DOC2001 is not set
84009 -# CONFIG_MTD_DOC2001PLUS is not set
84010 -# CONFIG_MTD_NAND is not set
84011 -# CONFIG_MTD_ONENAND is not set
84014 -# UBI - Unsorted block images
84016 -# CONFIG_MTD_UBI is not set
84017 -CONFIG_OF_DEVICE=y
84018 -# CONFIG_PARPORT is not set
84020 -# CONFIG_BLK_DEV_FD is not set
84021 -# CONFIG_BLK_CPQ_DA is not set
84022 -# CONFIG_BLK_CPQ_CISS_DA is not set
84023 -# CONFIG_BLK_DEV_DAC960 is not set
84024 -# CONFIG_BLK_DEV_UMEM is not set
84025 -# CONFIG_BLK_DEV_COW_COMMON is not set
84026 -CONFIG_BLK_DEV_LOOP=y
84027 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
84028 -# CONFIG_BLK_DEV_NBD is not set
84029 -# CONFIG_BLK_DEV_SX8 is not set
84030 -CONFIG_BLK_DEV_RAM=y
84031 -CONFIG_BLK_DEV_RAM_COUNT=16
84032 -CONFIG_BLK_DEV_RAM_SIZE=32768
84033 -# CONFIG_BLK_DEV_XIP is not set
84034 -# CONFIG_CDROM_PKTCDVD is not set
84035 -# CONFIG_ATA_OVER_ETH is not set
84036 -CONFIG_MISC_DEVICES=y
84037 -# CONFIG_PHANTOM is not set
84038 -# CONFIG_EEPROM_93CX6 is not set
84039 -# CONFIG_SGI_IOC4 is not set
84040 -# CONFIG_TIFM_CORE is not set
84041 -# CONFIG_ENCLOSURE_SERVICES is not set
84044 -CONFIG_IDE_MAX_HWIFS=4
84045 -CONFIG_BLK_DEV_IDE=y
84048 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
84050 -# CONFIG_BLK_DEV_IDE_SATA is not set
84051 -CONFIG_BLK_DEV_IDEDISK=y
84052 -# CONFIG_IDEDISK_MULTI_MODE is not set
84053 -# CONFIG_BLK_DEV_IDECD is not set
84054 -# CONFIG_BLK_DEV_IDETAPE is not set
84055 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
84056 -# CONFIG_IDE_TASK_IOCTL is not set
84057 -CONFIG_IDE_PROC_FS=y
84060 -# IDE chipset support/bugfixes
84062 -CONFIG_IDE_GENERIC=y
84063 -# CONFIG_BLK_DEV_PLATFORM is not set
84064 -CONFIG_BLK_DEV_IDEDMA_SFF=y
84067 -# PCI IDE chipsets support
84069 -CONFIG_BLK_DEV_IDEPCI=y
84070 -CONFIG_IDEPCI_PCIBUS_ORDER=y
84071 -# CONFIG_BLK_DEV_OFFBOARD is not set
84072 -CONFIG_BLK_DEV_GENERIC=y
84073 -# CONFIG_BLK_DEV_OPTI621 is not set
84074 -CONFIG_BLK_DEV_IDEDMA_PCI=y
84075 -# CONFIG_BLK_DEV_AEC62XX is not set
84076 -# CONFIG_BLK_DEV_ALI15X3 is not set
84077 -# CONFIG_BLK_DEV_AMD74XX is not set
84078 -# CONFIG_BLK_DEV_CMD64X is not set
84079 -# CONFIG_BLK_DEV_TRIFLEX is not set
84080 -# CONFIG_BLK_DEV_CY82C693 is not set
84081 -# CONFIG_BLK_DEV_CS5520 is not set
84082 -# CONFIG_BLK_DEV_CS5530 is not set
84083 -# CONFIG_BLK_DEV_HPT34X is not set
84084 -# CONFIG_BLK_DEV_HPT366 is not set
84085 -# CONFIG_BLK_DEV_JMICRON is not set
84086 -# CONFIG_BLK_DEV_SC1200 is not set
84087 -# CONFIG_BLK_DEV_PIIX is not set
84088 -# CONFIG_BLK_DEV_IT8213 is not set
84089 -# CONFIG_BLK_DEV_IT821X is not set
84090 -# CONFIG_BLK_DEV_NS87415 is not set
84091 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
84092 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
84093 -# CONFIG_BLK_DEV_SVWKS is not set
84094 -# CONFIG_BLK_DEV_SIIMAGE is not set
84095 -# CONFIG_BLK_DEV_SL82C105 is not set
84096 -# CONFIG_BLK_DEV_SLC90E66 is not set
84097 -# CONFIG_BLK_DEV_TRM290 is not set
84098 -CONFIG_BLK_DEV_VIA82CXXX=y
84099 -# CONFIG_BLK_DEV_TC86C001 is not set
84100 -CONFIG_BLK_DEV_IDEDMA=y
84101 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
84102 -# CONFIG_BLK_DEV_HD is not set
84105 -# SCSI device support
84107 -# CONFIG_RAID_ATTRS is not set
84108 -# CONFIG_SCSI is not set
84109 -# CONFIG_SCSI_DMA is not set
84110 -# CONFIG_SCSI_NETLINK is not set
84111 -# CONFIG_ATA is not set
84112 -# CONFIG_MD is not set
84113 -# CONFIG_FUSION is not set
84116 -# IEEE 1394 (FireWire) support
84118 -# CONFIG_FIREWIRE is not set
84119 -# CONFIG_IEEE1394 is not set
84120 -# CONFIG_I2O is not set
84121 -# CONFIG_MACINTOSH_DRIVERS is not set
84122 -CONFIG_NETDEVICES=y
84123 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
84124 -# CONFIG_DUMMY is not set
84125 -# CONFIG_BONDING is not set
84126 -# CONFIG_MACVLAN is not set
84127 -# CONFIG_EQUALIZER is not set
84128 -# CONFIG_TUN is not set
84129 -# CONFIG_VETH is not set
84130 -# CONFIG_ARCNET is not set
84134 -# MII PHY device drivers
84136 -# CONFIG_MARVELL_PHY is not set
84137 -# CONFIG_DAVICOM_PHY is not set
84138 -# CONFIG_QSEMI_PHY is not set
84139 -# CONFIG_LXT_PHY is not set
84140 -# CONFIG_CICADA_PHY is not set
84141 -# CONFIG_VITESSE_PHY is not set
84142 -# CONFIG_SMSC_PHY is not set
84143 -# CONFIG_BROADCOM_PHY is not set
84144 -# CONFIG_ICPLUS_PHY is not set
84145 -# CONFIG_REALTEK_PHY is not set
84146 -# CONFIG_FIXED_PHY is not set
84147 -# CONFIG_MDIO_BITBANG is not set
84148 -CONFIG_NET_ETHERNET=y
84150 -# CONFIG_HAPPYMEAL is not set
84151 -# CONFIG_SUNGEM is not set
84152 -# CONFIG_CASSINI is not set
84153 -# CONFIG_NET_VENDOR_3COM is not set
84154 -# CONFIG_NET_TULIP is not set
84155 -# CONFIG_HP100 is not set
84156 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
84157 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
84158 -# CONFIG_IBM_NEW_EMAC_TAH is not set
84159 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
84161 -# CONFIG_PCNET32 is not set
84162 -# CONFIG_AMD8111_ETH is not set
84163 -# CONFIG_ADAPTEC_STARFIRE is not set
84164 -# CONFIG_B44 is not set
84165 -# CONFIG_FORCEDETH is not set
84166 -# CONFIG_EEPRO100 is not set
84168 -# CONFIG_FEALNX is not set
84169 -# CONFIG_NATSEMI is not set
84170 -# CONFIG_NE2K_PCI is not set
84171 -# CONFIG_8139CP is not set
84172 -# CONFIG_8139TOO is not set
84173 -# CONFIG_R6040 is not set
84174 -# CONFIG_SIS900 is not set
84175 -# CONFIG_EPIC100 is not set
84176 -# CONFIG_SUNDANCE is not set
84177 -# CONFIG_TLAN is not set
84178 -# CONFIG_VIA_RHINE is not set
84179 -# CONFIG_SC92031 is not set
84180 -# CONFIG_FS_ENET is not set
84181 -CONFIG_NETDEV_1000=y
84182 -# CONFIG_ACENIC is not set
84183 -# CONFIG_DL2K is not set
84184 -# CONFIG_E1000 is not set
84185 -# CONFIG_E1000E is not set
84186 -# CONFIG_E1000E_ENABLED is not set
84187 -# CONFIG_IP1000 is not set
84188 -# CONFIG_IGB is not set
84189 -# CONFIG_NS83820 is not set
84190 -# CONFIG_HAMACHI is not set
84191 -# CONFIG_YELLOWFIN is not set
84192 -# CONFIG_R8169 is not set
84193 -# CONFIG_SIS190 is not set
84194 -# CONFIG_SKGE is not set
84195 -# CONFIG_SKY2 is not set
84196 -# CONFIG_SK98LIN is not set
84197 -# CONFIG_VIA_VELOCITY is not set
84198 -# CONFIG_TIGON3 is not set
84199 -# CONFIG_BNX2 is not set
84201 -CONFIG_GFAR_NAPI=y
84202 -# CONFIG_QLA3XXX is not set
84203 -# CONFIG_ATL1 is not set
84204 -CONFIG_NETDEV_10000=y
84205 -# CONFIG_CHELSIO_T1 is not set
84206 -# CONFIG_CHELSIO_T3 is not set
84207 -# CONFIG_IXGBE is not set
84208 -# CONFIG_IXGB is not set
84209 -# CONFIG_S2IO is not set
84210 -# CONFIG_MYRI10GE is not set
84211 -# CONFIG_NETXEN_NIC is not set
84212 -# CONFIG_NIU is not set
84213 -# CONFIG_MLX4_CORE is not set
84214 -# CONFIG_TEHUTI is not set
84215 -# CONFIG_BNX2X is not set
84216 -# CONFIG_TR is not set
84221 -# CONFIG_WLAN_PRE80211 is not set
84222 -# CONFIG_WLAN_80211 is not set
84223 -# CONFIG_WAN is not set
84224 -# CONFIG_FDDI is not set
84225 -# CONFIG_HIPPI is not set
84226 -# CONFIG_PPP is not set
84227 -# CONFIG_SLIP is not set
84228 -# CONFIG_NETCONSOLE is not set
84229 -# CONFIG_NETPOLL is not set
84230 -# CONFIG_NET_POLL_CONTROLLER is not set
84231 -# CONFIG_ISDN is not set
84232 -# CONFIG_PHONE is not set
84235 -# Input device support
84238 -# CONFIG_INPUT_FF_MEMLESS is not set
84239 -# CONFIG_INPUT_POLLDEV is not set
84242 -# Userland interfaces
84244 -# CONFIG_INPUT_MOUSEDEV is not set
84245 -# CONFIG_INPUT_JOYDEV is not set
84246 -# CONFIG_INPUT_EVDEV is not set
84247 -# CONFIG_INPUT_EVBUG is not set
84250 -# Input Device Drivers
84252 -# CONFIG_INPUT_KEYBOARD is not set
84253 -# CONFIG_INPUT_MOUSE is not set
84254 -# CONFIG_INPUT_JOYSTICK is not set
84255 -# CONFIG_INPUT_TABLET is not set
84256 -# CONFIG_INPUT_TOUCHSCREEN is not set
84257 -# CONFIG_INPUT_MISC is not set
84260 -# Hardware I/O ports
84262 -# CONFIG_SERIO is not set
84263 -# CONFIG_GAMEPORT is not set
84266 -# Character devices
84268 -# CONFIG_VT is not set
84269 -# CONFIG_SERIAL_NONSTANDARD is not set
84270 -# CONFIG_NOZOMI is not set
84275 -CONFIG_SERIAL_8250=y
84276 -CONFIG_SERIAL_8250_CONSOLE=y
84277 -CONFIG_SERIAL_8250_PCI=y
84278 -CONFIG_SERIAL_8250_NR_UARTS=4
84279 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
84280 -# CONFIG_SERIAL_8250_EXTENDED is not set
84281 -CONFIG_SERIAL_8250_SHARE_IRQ=y
84284 -# Non-8250 serial port support
84286 -# CONFIG_SERIAL_UARTLITE is not set
84287 -CONFIG_SERIAL_CORE=y
84288 -CONFIG_SERIAL_CORE_CONSOLE=y
84289 -CONFIG_SERIAL_CPM=y
84290 -CONFIG_SERIAL_CPM_CONSOLE=y
84291 -CONFIG_SERIAL_CPM_SCC1=y
84292 -# CONFIG_SERIAL_CPM_SCC2 is not set
84293 -# CONFIG_SERIAL_CPM_SCC3 is not set
84294 -# CONFIG_SERIAL_CPM_SCC4 is not set
84295 -# CONFIG_SERIAL_CPM_SMC1 is not set
84296 -# CONFIG_SERIAL_CPM_SMC2 is not set
84297 -# CONFIG_SERIAL_JSM is not set
84298 -# CONFIG_SERIAL_OF_PLATFORM is not set
84299 -CONFIG_UNIX98_PTYS=y
84300 -CONFIG_LEGACY_PTYS=y
84301 -CONFIG_LEGACY_PTY_COUNT=256
84302 -# CONFIG_IPMI_HANDLER is not set
84303 -CONFIG_HW_RANDOM=y
84304 -# CONFIG_NVRAM is not set
84306 -# CONFIG_GEN_RTC_X is not set
84307 -# CONFIG_R3964 is not set
84308 -# CONFIG_APPLICOM is not set
84309 -# CONFIG_RAW_DRIVER is not set
84310 -# CONFIG_TCG_TPM is not set
84313 -CONFIG_I2C_BOARDINFO=y
84314 -CONFIG_I2C_CHARDEV=y
84319 -# CONFIG_I2C_ALGOBIT is not set
84320 -# CONFIG_I2C_ALGOPCF is not set
84321 -# CONFIG_I2C_ALGOPCA is not set
84324 -# I2C Hardware Bus support
84326 -# CONFIG_I2C_ALI1535 is not set
84327 -# CONFIG_I2C_ALI1563 is not set
84328 -# CONFIG_I2C_ALI15X3 is not set
84329 -# CONFIG_I2C_AMD756 is not set
84330 -# CONFIG_I2C_AMD8111 is not set
84331 -# CONFIG_I2C_I801 is not set
84332 -# CONFIG_I2C_I810 is not set
84333 -# CONFIG_I2C_PIIX4 is not set
84335 -# CONFIG_I2C_NFORCE2 is not set
84336 -# CONFIG_I2C_OCORES is not set
84337 -# CONFIG_I2C_PARPORT_LIGHT is not set
84338 -# CONFIG_I2C_PROSAVAGE is not set
84339 -# CONFIG_I2C_SAVAGE4 is not set
84340 -# CONFIG_I2C_SIMTEC is not set
84341 -# CONFIG_I2C_SIS5595 is not set
84342 -# CONFIG_I2C_SIS630 is not set
84343 -# CONFIG_I2C_SIS96X is not set
84344 -# CONFIG_I2C_TAOS_EVM is not set
84345 -# CONFIG_I2C_VIA is not set
84346 -# CONFIG_I2C_VIAPRO is not set
84347 -# CONFIG_I2C_VOODOO3 is not set
84350 -# Miscellaneous I2C Chip support
84352 -# CONFIG_DS1682 is not set
84353 -# CONFIG_SENSORS_EEPROM is not set
84354 -# CONFIG_SENSORS_PCF8574 is not set
84355 -# CONFIG_PCF8575 is not set
84356 -# CONFIG_SENSORS_PCF8591 is not set
84357 -# CONFIG_TPS65010 is not set
84358 -# CONFIG_SENSORS_MAX6875 is not set
84359 -# CONFIG_SENSORS_TSL2550 is not set
84360 -# CONFIG_I2C_DEBUG_CORE is not set
84361 -# CONFIG_I2C_DEBUG_ALGO is not set
84362 -# CONFIG_I2C_DEBUG_BUS is not set
84363 -# CONFIG_I2C_DEBUG_CHIP is not set
84368 -# CONFIG_SPI is not set
84369 -# CONFIG_SPI_MASTER is not set
84370 -# CONFIG_W1 is not set
84371 -# CONFIG_POWER_SUPPLY is not set
84373 -# CONFIG_HWMON_VID is not set
84374 -# CONFIG_SENSORS_AD7418 is not set
84375 -# CONFIG_SENSORS_ADM1021 is not set
84376 -# CONFIG_SENSORS_ADM1025 is not set
84377 -# CONFIG_SENSORS_ADM1026 is not set
84378 -# CONFIG_SENSORS_ADM1029 is not set
84379 -# CONFIG_SENSORS_ADM1031 is not set
84380 -# CONFIG_SENSORS_ADM9240 is not set
84381 -# CONFIG_SENSORS_ADT7470 is not set
84382 -# CONFIG_SENSORS_ADT7473 is not set
84383 -# CONFIG_SENSORS_ATXP1 is not set
84384 -# CONFIG_SENSORS_DS1621 is not set
84385 -# CONFIG_SENSORS_I5K_AMB is not set
84386 -# CONFIG_SENSORS_F71805F is not set
84387 -# CONFIG_SENSORS_F71882FG is not set
84388 -# CONFIG_SENSORS_F75375S is not set
84389 -# CONFIG_SENSORS_GL518SM is not set
84390 -# CONFIG_SENSORS_GL520SM is not set
84391 -# CONFIG_SENSORS_IT87 is not set
84392 -# CONFIG_SENSORS_LM63 is not set
84393 -CONFIG_SENSORS_LM75=y
84394 -# CONFIG_SENSORS_LM77 is not set
84395 -# CONFIG_SENSORS_LM78 is not set
84396 -# CONFIG_SENSORS_LM80 is not set
84397 -# CONFIG_SENSORS_LM83 is not set
84398 -# CONFIG_SENSORS_LM85 is not set
84399 -# CONFIG_SENSORS_LM87 is not set
84400 -# CONFIG_SENSORS_LM90 is not set
84401 -# CONFIG_SENSORS_LM92 is not set
84402 -# CONFIG_SENSORS_LM93 is not set
84403 -# CONFIG_SENSORS_MAX1619 is not set
84404 -# CONFIG_SENSORS_MAX6650 is not set
84405 -# CONFIG_SENSORS_PC87360 is not set
84406 -# CONFIG_SENSORS_PC87427 is not set
84407 -# CONFIG_SENSORS_SIS5595 is not set
84408 -# CONFIG_SENSORS_DME1737 is not set
84409 -# CONFIG_SENSORS_SMSC47M1 is not set
84410 -# CONFIG_SENSORS_SMSC47M192 is not set
84411 -# CONFIG_SENSORS_SMSC47B397 is not set
84412 -# CONFIG_SENSORS_ADS7828 is not set
84413 -# CONFIG_SENSORS_THMC50 is not set
84414 -# CONFIG_SENSORS_VIA686A is not set
84415 -# CONFIG_SENSORS_VT1211 is not set
84416 -# CONFIG_SENSORS_VT8231 is not set
84417 -# CONFIG_SENSORS_W83781D is not set
84418 -# CONFIG_SENSORS_W83791D is not set
84419 -# CONFIG_SENSORS_W83792D is not set
84420 -# CONFIG_SENSORS_W83793 is not set
84421 -# CONFIG_SENSORS_W83L785TS is not set
84422 -# CONFIG_SENSORS_W83L786NG is not set
84423 -# CONFIG_SENSORS_W83627HF is not set
84424 -# CONFIG_SENSORS_W83627EHF is not set
84425 -CONFIG_HWMON_DEBUG_CHIP=y
84426 -# CONFIG_THERMAL is not set
84427 -# CONFIG_WATCHDOG is not set
84430 -# Sonics Silicon Backplane
84432 -CONFIG_SSB_POSSIBLE=y
84433 -# CONFIG_SSB is not set
84436 -# Multifunction device drivers
84438 -# CONFIG_MFD_SM501 is not set
84441 -# Multimedia devices
84443 -# CONFIG_VIDEO_DEV is not set
84444 -# CONFIG_DVB_CORE is not set
84448 -# Graphics support
84450 -# CONFIG_AGP is not set
84451 -# CONFIG_DRM is not set
84452 -# CONFIG_VGASTATE is not set
84453 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
84454 -# CONFIG_FB is not set
84455 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
84458 -# Display device support
84460 -# CONFIG_DISPLAY_SUPPORT is not set
84465 -# CONFIG_SOUND is not set
84466 -CONFIG_HID_SUPPORT=y
84468 -# CONFIG_HID_DEBUG is not set
84469 -# CONFIG_HIDRAW is not set
84470 -CONFIG_USB_SUPPORT=y
84471 -CONFIG_USB_ARCH_HAS_HCD=y
84472 -CONFIG_USB_ARCH_HAS_OHCI=y
84473 -CONFIG_USB_ARCH_HAS_EHCI=y
84474 -# CONFIG_USB is not set
84477 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
84479 -# CONFIG_USB_GADGET is not set
84480 -# CONFIG_MMC is not set
84481 -# CONFIG_MEMSTICK is not set
84482 -# CONFIG_NEW_LEDS is not set
84483 -# CONFIG_INFINIBAND is not set
84484 -# CONFIG_EDAC is not set
84485 -# CONFIG_RTC_CLASS is not set
84486 -# CONFIG_DMADEVICES is not set
84491 -# CONFIG_UIO is not set
84497 -# CONFIG_EXT2_FS_XATTR is not set
84498 -# CONFIG_EXT2_FS_XIP is not set
84500 -CONFIG_EXT3_FS_XATTR=y
84501 -# CONFIG_EXT3_FS_POSIX_ACL is not set
84502 -# CONFIG_EXT3_FS_SECURITY is not set
84503 -# CONFIG_EXT4DEV_FS is not set
84505 -CONFIG_FS_MBCACHE=y
84506 -# CONFIG_REISERFS_FS is not set
84507 -# CONFIG_JFS_FS is not set
84508 -# CONFIG_FS_POSIX_ACL is not set
84509 -# CONFIG_XFS_FS is not set
84510 -# CONFIG_GFS2_FS is not set
84511 -# CONFIG_OCFS2_FS is not set
84514 -CONFIG_INOTIFY_USER=y
84515 -# CONFIG_QUOTA is not set
84516 -# CONFIG_AUTOFS_FS is not set
84517 -# CONFIG_AUTOFS4_FS is not set
84518 -# CONFIG_FUSE_FS is not set
84521 -# CD-ROM/DVD Filesystems
84523 -# CONFIG_ISO9660_FS is not set
84524 -# CONFIG_UDF_FS is not set
84527 -# DOS/FAT/NT Filesystems
84529 -# CONFIG_MSDOS_FS is not set
84530 -# CONFIG_VFAT_FS is not set
84531 -# CONFIG_NTFS_FS is not set
84534 -# Pseudo filesystems
84537 -CONFIG_PROC_KCORE=y
84538 -CONFIG_PROC_SYSCTL=y
84541 -# CONFIG_TMPFS_POSIX_ACL is not set
84542 -# CONFIG_HUGETLB_PAGE is not set
84543 -# CONFIG_CONFIGFS_FS is not set
84546 -# Miscellaneous filesystems
84548 -# CONFIG_ADFS_FS is not set
84549 -# CONFIG_AFFS_FS is not set
84550 -# CONFIG_HFS_FS is not set
84551 -# CONFIG_HFSPLUS_FS is not set
84552 -# CONFIG_BEFS_FS is not set
84553 -# CONFIG_BFS_FS is not set
84554 -# CONFIG_EFS_FS is not set
84556 -CONFIG_JFFS2_FS_DEBUG=0
84557 -CONFIG_JFFS2_FS_WRITEBUFFER=y
84558 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
84559 -# CONFIG_JFFS2_SUMMARY is not set
84560 -# CONFIG_JFFS2_FS_XATTR is not set
84561 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
84562 -CONFIG_JFFS2_ZLIB=y
84563 -# CONFIG_JFFS2_LZO is not set
84564 -CONFIG_JFFS2_RTIME=y
84565 -# CONFIG_JFFS2_RUBIN is not set
84567 -# CONFIG_VXFS_FS is not set
84568 -# CONFIG_MINIX_FS is not set
84569 -# CONFIG_HPFS_FS is not set
84570 -# CONFIG_QNX4FS_FS is not set
84571 -# CONFIG_ROMFS_FS is not set
84572 -# CONFIG_SYSV_FS is not set
84573 -# CONFIG_UFS_FS is not set
84574 -CONFIG_NETWORK_FILESYSTEMS=y
84576 -# CONFIG_NFS_V3 is not set
84577 -# CONFIG_NFS_V4 is not set
84578 -# CONFIG_NFS_DIRECTIO is not set
84579 -# CONFIG_NFSD is not set
84582 -CONFIG_NFS_COMMON=y
84584 -# CONFIG_SUNRPC_BIND34 is not set
84585 -# CONFIG_RPCSEC_GSS_KRB5 is not set
84586 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
84587 -# CONFIG_SMB_FS is not set
84588 -# CONFIG_CIFS is not set
84589 -# CONFIG_NCP_FS is not set
84590 -# CONFIG_CODA_FS is not set
84591 -# CONFIG_AFS_FS is not set
84596 -CONFIG_PARTITION_ADVANCED=y
84597 -# CONFIG_ACORN_PARTITION is not set
84598 -# CONFIG_OSF_PARTITION is not set
84599 -# CONFIG_AMIGA_PARTITION is not set
84600 -# CONFIG_ATARI_PARTITION is not set
84601 -# CONFIG_MAC_PARTITION is not set
84602 -# CONFIG_MSDOS_PARTITION is not set
84603 -# CONFIG_LDM_PARTITION is not set
84604 -# CONFIG_SGI_PARTITION is not set
84605 -# CONFIG_ULTRIX_PARTITION is not set
84606 -# CONFIG_SUN_PARTITION is not set
84607 -# CONFIG_KARMA_PARTITION is not set
84608 -# CONFIG_EFI_PARTITION is not set
84609 -# CONFIG_SYSV68_PARTITION is not set
84610 -# CONFIG_NLS is not set
84611 -# CONFIG_DLM is not set
84614 -# Library routines
84616 -CONFIG_BITREVERSE=y
84617 -# CONFIG_CRC_CCITT is not set
84618 -# CONFIG_CRC16 is not set
84619 -# CONFIG_CRC_ITU_T is not set
84621 -# CONFIG_CRC7 is not set
84622 -# CONFIG_LIBCRC32C is not set
84623 -CONFIG_ZLIB_INFLATE=y
84624 -CONFIG_ZLIB_DEFLATE=y
84626 -CONFIG_HAS_IOMEM=y
84627 -CONFIG_HAS_IOPORT=y
84633 -# CONFIG_PRINTK_TIME is not set
84634 -CONFIG_ENABLE_WARN_DEPRECATED=y
84635 -CONFIG_ENABLE_MUST_CHECK=y
84636 -# CONFIG_MAGIC_SYSRQ is not set
84637 -# CONFIG_UNUSED_SYMBOLS is not set
84638 -# CONFIG_DEBUG_FS is not set
84639 -# CONFIG_HEADERS_CHECK is not set
84640 -# CONFIG_DEBUG_KERNEL is not set
84641 -# CONFIG_SLUB_DEBUG_ON is not set
84642 -# CONFIG_SLUB_STATS is not set
84643 -# CONFIG_DEBUG_BUGVERBOSE is not set
84644 -# CONFIG_SAMPLES is not set
84645 -# CONFIG_KGDB_CONSOLE is not set
84646 -# CONFIG_PPC_EARLY_DEBUG is not set
84649 -# Security options
84651 -# CONFIG_KEYS is not set
84652 -# CONFIG_SECURITY is not set
84653 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
84655 -# CONFIG_CRYPTO_SEQIV is not set
84656 -# CONFIG_CRYPTO_MANAGER is not set
84657 -# CONFIG_CRYPTO_HMAC is not set
84658 -# CONFIG_CRYPTO_XCBC is not set
84659 -# CONFIG_CRYPTO_NULL is not set
84660 -# CONFIG_CRYPTO_MD4 is not set
84661 -# CONFIG_CRYPTO_MD5 is not set
84662 -# CONFIG_CRYPTO_SHA1 is not set
84663 -# CONFIG_CRYPTO_SHA256 is not set
84664 -# CONFIG_CRYPTO_SHA512 is not set
84665 -# CONFIG_CRYPTO_WP512 is not set
84666 -# CONFIG_CRYPTO_TGR192 is not set
84667 -# CONFIG_CRYPTO_GF128MUL is not set
84668 -# CONFIG_CRYPTO_ECB is not set
84669 -# CONFIG_CRYPTO_CBC is not set
84670 -# CONFIG_CRYPTO_PCBC is not set
84671 -# CONFIG_CRYPTO_LRW is not set
84672 -# CONFIG_CRYPTO_XTS is not set
84673 -# CONFIG_CRYPTO_CTR is not set
84674 -# CONFIG_CRYPTO_GCM is not set
84675 -# CONFIG_CRYPTO_CCM is not set
84676 -# CONFIG_CRYPTO_CRYPTD is not set
84677 -# CONFIG_CRYPTO_DES is not set
84678 -# CONFIG_CRYPTO_FCRYPT is not set
84679 -# CONFIG_CRYPTO_BLOWFISH is not set
84680 -# CONFIG_CRYPTO_TWOFISH is not set
84681 -# CONFIG_CRYPTO_SERPENT is not set
84682 -# CONFIG_CRYPTO_AES is not set
84683 -# CONFIG_CRYPTO_CAST5 is not set
84684 -# CONFIG_CRYPTO_CAST6 is not set
84685 -# CONFIG_CRYPTO_TEA is not set
84686 -# CONFIG_CRYPTO_ARC4 is not set
84687 -# CONFIG_CRYPTO_KHAZAD is not set
84688 -# CONFIG_CRYPTO_ANUBIS is not set
84689 -# CONFIG_CRYPTO_SEED is not set
84690 -# CONFIG_CRYPTO_SALSA20 is not set
84691 -# CONFIG_CRYPTO_DEFLATE is not set
84692 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
84693 -# CONFIG_CRYPTO_CRC32C is not set
84694 -# CONFIG_CRYPTO_CAMELLIA is not set
84695 -# CONFIG_CRYPTO_AUTHENC is not set
84696 -# CONFIG_CRYPTO_LZO is not set
84697 -CONFIG_CRYPTO_HW=y
84698 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
84699 -# CONFIG_PPC_CLOCK is not set
84700 -CONFIG_PPC_LIB_RHEAP=y
84701 --- a/arch/powerpc/configs/tqm8560_defconfig
84705 -# Automatically generated make config: don't edit
84706 -# Linux kernel version: 2.6.25-rc6
84707 -# Mon Mar 24 08:48:45 2008
84709 -# CONFIG_PPC64 is not set
84712 -# Processor support
84714 -# CONFIG_6xx is not set
84716 -# CONFIG_PPC_8xx is not set
84717 -# CONFIG_40x is not set
84718 -# CONFIG_44x is not set
84719 -# CONFIG_E200 is not set
84722 -CONFIG_FSL_BOOKE=y
84723 -CONFIG_FSL_EMB_PERFMON=y
84724 -# CONFIG_PHYS_64BIT is not set
84726 -# CONFIG_PPC_MM_SLICES is not set
84728 -CONFIG_WORD_SIZE=32
84729 -CONFIG_PPC_MERGE=y
84731 -CONFIG_GENERIC_CMOS_UPDATE=y
84732 -CONFIG_GENERIC_TIME=y
84733 -CONFIG_GENERIC_TIME_VSYSCALL=y
84734 -CONFIG_GENERIC_CLOCKEVENTS=y
84735 -CONFIG_GENERIC_HARDIRQS=y
84736 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
84737 -CONFIG_IRQ_PER_CPU=y
84738 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
84739 -CONFIG_ARCH_HAS_ILOG2_U32=y
84740 -CONFIG_GENERIC_HWEIGHT=y
84741 -CONFIG_GENERIC_CALIBRATE_DELAY=y
84742 -CONFIG_GENERIC_FIND_NEXT_BIT=y
84743 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
84745 -CONFIG_EARLY_PRINTK=y
84746 -CONFIG_GENERIC_NVRAM=y
84747 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
84748 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
84751 -CONFIG_PPC_UDBG_16550=y
84752 -# CONFIG_GENERIC_TBSYNC is not set
84753 -CONFIG_AUDIT_ARCH=y
84754 -CONFIG_GENERIC_BUG=y
84755 -CONFIG_DEFAULT_UIMAGE=y
84756 -# CONFIG_PPC_DCR_NATIVE is not set
84757 -# CONFIG_PPC_DCR_MMIO is not set
84758 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
84763 -CONFIG_EXPERIMENTAL=y
84764 -CONFIG_BROKEN_ON_SMP=y
84765 -CONFIG_INIT_ENV_ARG_LIMIT=32
84766 -CONFIG_LOCALVERSION=""
84767 -CONFIG_LOCALVERSION_AUTO=y
84770 -CONFIG_SYSVIPC_SYSCTL=y
84771 -# CONFIG_POSIX_MQUEUE is not set
84772 -# CONFIG_BSD_PROCESS_ACCT is not set
84773 -# CONFIG_TASKSTATS is not set
84774 -# CONFIG_AUDIT is not set
84775 -# CONFIG_IKCONFIG is not set
84776 -CONFIG_LOG_BUF_SHIFT=14
84777 -# CONFIG_CGROUPS is not set
84778 -CONFIG_GROUP_SCHED=y
84779 -CONFIG_FAIR_GROUP_SCHED=y
84780 -# CONFIG_RT_GROUP_SCHED is not set
84781 -CONFIG_USER_SCHED=y
84782 -# CONFIG_CGROUP_SCHED is not set
84783 -CONFIG_SYSFS_DEPRECATED=y
84784 -CONFIG_SYSFS_DEPRECATED_V2=y
84785 -# CONFIG_RELAY is not set
84786 -# CONFIG_NAMESPACES is not set
84787 -CONFIG_BLK_DEV_INITRD=y
84788 -CONFIG_INITRAMFS_SOURCE=""
84789 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
84792 -CONFIG_SYSCTL_SYSCALL=y
84793 -# CONFIG_KALLSYMS is not set
84794 -# CONFIG_HOTPLUG is not set
84798 -CONFIG_COMPAT_BRK=y
84799 -CONFIG_BASE_FULL=y
84801 -CONFIG_ANON_INODES=y
84802 -# CONFIG_EPOLL is not set
84807 -CONFIG_VM_EVENT_COUNTERS=y
84808 -CONFIG_SLUB_DEBUG=y
84809 -# CONFIG_SLAB is not set
84811 -# CONFIG_SLOB is not set
84812 -# CONFIG_PROFILING is not set
84813 -# CONFIG_MARKERS is not set
84814 -CONFIG_HAVE_OPROFILE=y
84815 -CONFIG_HAVE_KPROBES=y
84816 -CONFIG_HAVE_KRETPROBES=y
84817 -CONFIG_PROC_PAGE_MONITOR=y
84819 -CONFIG_RT_MUTEXES=y
84820 -# CONFIG_TINY_SHMEM is not set
84821 -CONFIG_BASE_SMALL=0
84822 -# CONFIG_MODULES is not set
84824 -# CONFIG_LBD is not set
84825 -# CONFIG_BLK_DEV_IO_TRACE is not set
84826 -# CONFIG_LSF is not set
84827 -# CONFIG_BLK_DEV_BSG is not set
84832 -CONFIG_IOSCHED_NOOP=y
84833 -CONFIG_IOSCHED_AS=y
84834 -CONFIG_IOSCHED_DEADLINE=y
84835 -CONFIG_IOSCHED_CFQ=y
84836 -CONFIG_DEFAULT_AS=y
84837 -# CONFIG_DEFAULT_DEADLINE is not set
84838 -# CONFIG_DEFAULT_CFQ is not set
84839 -# CONFIG_DEFAULT_NOOP is not set
84840 -CONFIG_DEFAULT_IOSCHED="anticipatory"
84841 -CONFIG_CLASSIC_RCU=y
84844 -# Platform support
84846 -# CONFIG_PPC_MPC512x is not set
84847 -# CONFIG_PPC_MPC5121 is not set
84848 -# CONFIG_PPC_CELL is not set
84849 -# CONFIG_PPC_CELL_NATIVE is not set
84850 -# CONFIG_PQ2ADS is not set
84852 -# CONFIG_MPC8540_ADS is not set
84853 -# CONFIG_MPC8560_ADS is not set
84854 -# CONFIG_MPC85xx_CDS is not set
84855 -# CONFIG_MPC85xx_MDS is not set
84856 -# CONFIG_MPC85xx_DS is not set
84857 -# CONFIG_STX_GP3 is not set
84858 -# CONFIG_TQM8540 is not set
84859 -# CONFIG_TQM8541 is not set
84860 -# CONFIG_TQM8555 is not set
84862 -# CONFIG_SBC8548 is not set
84863 -# CONFIG_SBC8560 is not set
84865 -# CONFIG_IPIC is not set
84867 -# CONFIG_MPIC_WEIRD is not set
84868 -# CONFIG_PPC_I8259 is not set
84869 -# CONFIG_PPC_RTAS is not set
84870 -# CONFIG_MMIO_NVRAM is not set
84871 -# CONFIG_PPC_MPC106 is not set
84872 -# CONFIG_PPC_970_NAP is not set
84873 -# CONFIG_PPC_INDIRECT_IO is not set
84874 -# CONFIG_GENERIC_IOMAP is not set
84875 -# CONFIG_CPU_FREQ is not set
84877 -CONFIG_PPC_CPM_NEW_BINDING=y
84878 -# CONFIG_FSL_ULI1575 is not set
84884 -# CONFIG_HIGHMEM is not set
84885 -# CONFIG_TICK_ONESHOT is not set
84886 -# CONFIG_NO_HZ is not set
84887 -# CONFIG_HIGH_RES_TIMERS is not set
84888 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
84889 -# CONFIG_HZ_100 is not set
84891 -# CONFIG_HZ_300 is not set
84892 -# CONFIG_HZ_1000 is not set
84894 -# CONFIG_SCHED_HRTICK is not set
84895 -CONFIG_PREEMPT_NONE=y
84896 -# CONFIG_PREEMPT_VOLUNTARY is not set
84897 -# CONFIG_PREEMPT is not set
84898 -CONFIG_BINFMT_ELF=y
84899 -# CONFIG_BINFMT_MISC is not set
84900 -CONFIG_MATH_EMULATION=y
84901 -# CONFIG_IOMMU_HELPER is not set
84902 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
84903 -CONFIG_ARCH_HAS_WALK_MEMORY=y
84904 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
84905 -CONFIG_ARCH_FLATMEM_ENABLE=y
84906 -CONFIG_ARCH_POPULATES_NODE_MAP=y
84907 -CONFIG_SELECT_MEMORY_MODEL=y
84908 -CONFIG_FLATMEM_MANUAL=y
84909 -# CONFIG_DISCONTIGMEM_MANUAL is not set
84910 -# CONFIG_SPARSEMEM_MANUAL is not set
84912 -CONFIG_FLAT_NODE_MEM_MAP=y
84913 -# CONFIG_SPARSEMEM_STATIC is not set
84914 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
84915 -CONFIG_SPLIT_PTLOCK_CPUS=4
84916 -# CONFIG_RESOURCES_64BIT is not set
84917 -CONFIG_ZONE_DMA_FLAG=1
84919 -CONFIG_VIRT_TO_BUS=y
84920 -# CONFIG_PROC_DEVICETREE is not set
84921 -# CONFIG_CMDLINE_BOOL is not set
84922 -# CONFIG_PM is not set
84924 -CONFIG_ISA_DMA_API=y
84930 -CONFIG_PPC_INDIRECT_PCI=y
84934 -CONFIG_PCI_DOMAINS=y
84935 -CONFIG_PCI_SYSCALL=y
84936 -# CONFIG_PCIEPORTBUS is not set
84937 -CONFIG_ARCH_SUPPORTS_MSI=y
84938 -# CONFIG_PCI_MSI is not set
84939 -CONFIG_PCI_LEGACY=y
84944 -# CONFIG_ADVANCED_OPTIONS is not set
84947 -# Default settings for advanced configuration options are used
84949 -CONFIG_HIGHMEM_START=0xfe000000
84950 -CONFIG_LOWMEM_SIZE=0x30000000
84951 -CONFIG_KERNEL_START=0xc0000000
84952 -CONFIG_TASK_SIZE=0xc0000000
84953 -CONFIG_BOOT_LOAD=0x00800000
84961 -# Networking options
84964 -# CONFIG_PACKET_MMAP is not set
84967 -# CONFIG_XFRM_USER is not set
84968 -# CONFIG_XFRM_SUB_POLICY is not set
84969 -# CONFIG_XFRM_MIGRATE is not set
84970 -# CONFIG_XFRM_STATISTICS is not set
84971 -# CONFIG_NET_KEY is not set
84973 -CONFIG_IP_MULTICAST=y
84974 -# CONFIG_IP_ADVANCED_ROUTER is not set
84975 -CONFIG_IP_FIB_HASH=y
84977 -CONFIG_IP_PNP_DHCP=y
84978 -CONFIG_IP_PNP_BOOTP=y
84979 -# CONFIG_IP_PNP_RARP is not set
84980 -# CONFIG_NET_IPIP is not set
84981 -# CONFIG_NET_IPGRE is not set
84982 -# CONFIG_IP_MROUTE is not set
84983 -# CONFIG_ARPD is not set
84984 -CONFIG_SYN_COOKIES=y
84985 -# CONFIG_INET_AH is not set
84986 -# CONFIG_INET_ESP is not set
84987 -# CONFIG_INET_IPCOMP is not set
84988 -# CONFIG_INET_XFRM_TUNNEL is not set
84989 -# CONFIG_INET_TUNNEL is not set
84990 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
84991 -CONFIG_INET_XFRM_MODE_TUNNEL=y
84992 -CONFIG_INET_XFRM_MODE_BEET=y
84993 -# CONFIG_INET_LRO is not set
84994 -CONFIG_INET_DIAG=y
84995 -CONFIG_INET_TCP_DIAG=y
84996 -# CONFIG_TCP_CONG_ADVANCED is not set
84997 -CONFIG_TCP_CONG_CUBIC=y
84998 -CONFIG_DEFAULT_TCP_CONG="cubic"
84999 -# CONFIG_TCP_MD5SIG is not set
85000 -# CONFIG_IPV6 is not set
85001 -# CONFIG_INET6_XFRM_TUNNEL is not set
85002 -# CONFIG_INET6_TUNNEL is not set
85003 -# CONFIG_NETWORK_SECMARK is not set
85004 -# CONFIG_NETFILTER is not set
85005 -# CONFIG_IP_DCCP is not set
85006 -# CONFIG_IP_SCTP is not set
85007 -# CONFIG_TIPC is not set
85008 -# CONFIG_ATM is not set
85009 -# CONFIG_BRIDGE is not set
85010 -# CONFIG_VLAN_8021Q is not set
85011 -# CONFIG_DECNET is not set
85012 -# CONFIG_LLC2 is not set
85013 -# CONFIG_IPX is not set
85014 -# CONFIG_ATALK is not set
85015 -# CONFIG_X25 is not set
85016 -# CONFIG_LAPB is not set
85017 -# CONFIG_ECONET is not set
85018 -# CONFIG_WAN_ROUTER is not set
85019 -# CONFIG_NET_SCHED is not set
85024 -# CONFIG_NET_PKTGEN is not set
85025 -# CONFIG_HAMRADIO is not set
85026 -# CONFIG_CAN is not set
85027 -# CONFIG_IRDA is not set
85028 -# CONFIG_BT is not set
85029 -# CONFIG_AF_RXRPC is not set
85034 -# CONFIG_CFG80211 is not set
85035 -# CONFIG_WIRELESS_EXT is not set
85036 -# CONFIG_MAC80211 is not set
85037 -# CONFIG_IEEE80211 is not set
85038 -# CONFIG_RFKILL is not set
85039 -# CONFIG_NET_9P is not set
85046 -# Generic Driver Options
85048 -CONFIG_STANDALONE=y
85049 -CONFIG_PREVENT_FIRMWARE_BUILD=y
85050 -# CONFIG_SYS_HYPERVISOR is not set
85051 -# CONFIG_CONNECTOR is not set
85053 -# CONFIG_MTD_DEBUG is not set
85054 -CONFIG_MTD_CONCAT=y
85055 -CONFIG_MTD_PARTITIONS=y
85056 -# CONFIG_MTD_REDBOOT_PARTS is not set
85057 -CONFIG_MTD_CMDLINE_PARTS=y
85058 -# CONFIG_MTD_OF_PARTS is not set
85061 -# User Modules And Translation Layers
85064 -CONFIG_MTD_BLKDEVS=y
85065 -CONFIG_MTD_BLOCK=y
85066 -# CONFIG_FTL is not set
85067 -# CONFIG_NFTL is not set
85068 -# CONFIG_INFTL is not set
85069 -# CONFIG_RFD_FTL is not set
85070 -# CONFIG_SSFDC is not set
85071 -# CONFIG_MTD_OOPS is not set
85074 -# RAM/ROM/Flash chip drivers
85077 -# CONFIG_MTD_JEDECPROBE is not set
85078 -CONFIG_MTD_GEN_PROBE=y
85079 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
85080 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
85081 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
85082 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
85083 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
85084 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
85085 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
85086 -CONFIG_MTD_CFI_I1=y
85087 -CONFIG_MTD_CFI_I2=y
85088 -# CONFIG_MTD_CFI_I4 is not set
85089 -# CONFIG_MTD_CFI_I8 is not set
85090 -# CONFIG_MTD_CFI_INTELEXT is not set
85091 -CONFIG_MTD_CFI_AMDSTD=y
85092 -# CONFIG_MTD_CFI_STAA is not set
85093 -CONFIG_MTD_CFI_UTIL=y
85094 -# CONFIG_MTD_RAM is not set
85095 -# CONFIG_MTD_ROM is not set
85096 -# CONFIG_MTD_ABSENT is not set
85099 -# Mapping drivers for chip access
85101 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
85102 -# CONFIG_MTD_PHYSMAP is not set
85103 -# CONFIG_MTD_PHYSMAP_OF is not set
85104 -# CONFIG_MTD_INTEL_VR_NOR is not set
85105 -# CONFIG_MTD_PLATRAM is not set
85108 -# Self-contained MTD device drivers
85110 -# CONFIG_MTD_PMC551 is not set
85111 -# CONFIG_MTD_SLRAM is not set
85112 -# CONFIG_MTD_PHRAM is not set
85113 -# CONFIG_MTD_MTDRAM is not set
85114 -# CONFIG_MTD_BLOCK2MTD is not set
85117 -# Disk-On-Chip Device Drivers
85119 -# CONFIG_MTD_DOC2000 is not set
85120 -# CONFIG_MTD_DOC2001 is not set
85121 -# CONFIG_MTD_DOC2001PLUS is not set
85122 -# CONFIG_MTD_NAND is not set
85123 -# CONFIG_MTD_ONENAND is not set
85126 -# UBI - Unsorted block images
85128 -# CONFIG_MTD_UBI is not set
85129 -CONFIG_OF_DEVICE=y
85130 -# CONFIG_PARPORT is not set
85132 -# CONFIG_BLK_DEV_FD is not set
85133 -# CONFIG_BLK_CPQ_DA is not set
85134 -# CONFIG_BLK_CPQ_CISS_DA is not set
85135 -# CONFIG_BLK_DEV_DAC960 is not set
85136 -# CONFIG_BLK_DEV_UMEM is not set
85137 -# CONFIG_BLK_DEV_COW_COMMON is not set
85138 -CONFIG_BLK_DEV_LOOP=y
85139 -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
85140 -# CONFIG_BLK_DEV_NBD is not set
85141 -# CONFIG_BLK_DEV_SX8 is not set
85142 -CONFIG_BLK_DEV_RAM=y
85143 -CONFIG_BLK_DEV_RAM_COUNT=16
85144 -CONFIG_BLK_DEV_RAM_SIZE=32768
85145 -# CONFIG_BLK_DEV_XIP is not set
85146 -# CONFIG_CDROM_PKTCDVD is not set
85147 -# CONFIG_ATA_OVER_ETH is not set
85148 -CONFIG_MISC_DEVICES=y
85149 -# CONFIG_PHANTOM is not set
85150 -# CONFIG_EEPROM_93CX6 is not set
85151 -# CONFIG_SGI_IOC4 is not set
85152 -# CONFIG_TIFM_CORE is not set
85153 -# CONFIG_ENCLOSURE_SERVICES is not set
85156 -CONFIG_IDE_MAX_HWIFS=4
85157 -CONFIG_BLK_DEV_IDE=y
85160 -# Please see Documentation/ide/ide.txt for help/info on IDE drives
85162 -# CONFIG_BLK_DEV_IDE_SATA is not set
85163 -CONFIG_BLK_DEV_IDEDISK=y
85164 -# CONFIG_IDEDISK_MULTI_MODE is not set
85165 -# CONFIG_BLK_DEV_IDECD is not set
85166 -# CONFIG_BLK_DEV_IDETAPE is not set
85167 -# CONFIG_BLK_DEV_IDEFLOPPY is not set
85168 -# CONFIG_IDE_TASK_IOCTL is not set
85169 -CONFIG_IDE_PROC_FS=y
85172 -# IDE chipset support/bugfixes
85174 -CONFIG_IDE_GENERIC=y
85175 -# CONFIG_BLK_DEV_PLATFORM is not set
85176 -CONFIG_BLK_DEV_IDEDMA_SFF=y
85179 -# PCI IDE chipsets support
85181 -CONFIG_BLK_DEV_IDEPCI=y
85182 -CONFIG_IDEPCI_PCIBUS_ORDER=y
85183 -# CONFIG_BLK_DEV_OFFBOARD is not set
85184 -CONFIG_BLK_DEV_GENERIC=y
85185 -# CONFIG_BLK_DEV_OPTI621 is not set
85186 -CONFIG_BLK_DEV_IDEDMA_PCI=y
85187 -# CONFIG_BLK_DEV_AEC62XX is not set
85188 -# CONFIG_BLK_DEV_ALI15X3 is not set
85189 -# CONFIG_BLK_DEV_AMD74XX is not set
85190 -# CONFIG_BLK_DEV_CMD64X is not set
85191 -# CONFIG_BLK_DEV_TRIFLEX is not set
85192 -# CONFIG_BLK_DEV_CY82C693 is not set
85193 -# CONFIG_BLK_DEV_CS5520 is not set
85194 -# CONFIG_BLK_DEV_CS5530 is not set
85195 -# CONFIG_BLK_DEV_HPT34X is not set
85196 -# CONFIG_BLK_DEV_HPT366 is not set
85197 -# CONFIG_BLK_DEV_JMICRON is not set
85198 -# CONFIG_BLK_DEV_SC1200 is not set
85199 -# CONFIG_BLK_DEV_PIIX is not set
85200 -# CONFIG_BLK_DEV_IT8213 is not set
85201 -# CONFIG_BLK_DEV_IT821X is not set
85202 -# CONFIG_BLK_DEV_NS87415 is not set
85203 -# CONFIG_BLK_DEV_PDC202XX_OLD is not set
85204 -# CONFIG_BLK_DEV_PDC202XX_NEW is not set
85205 -# CONFIG_BLK_DEV_SVWKS is not set
85206 -# CONFIG_BLK_DEV_SIIMAGE is not set
85207 -# CONFIG_BLK_DEV_SL82C105 is not set
85208 -# CONFIG_BLK_DEV_SLC90E66 is not set
85209 -# CONFIG_BLK_DEV_TRM290 is not set
85210 -CONFIG_BLK_DEV_VIA82CXXX=y
85211 -# CONFIG_BLK_DEV_TC86C001 is not set
85212 -CONFIG_BLK_DEV_IDEDMA=y
85213 -CONFIG_IDE_ARCH_OBSOLETE_INIT=y
85214 -# CONFIG_BLK_DEV_HD is not set
85217 -# SCSI device support
85219 -# CONFIG_RAID_ATTRS is not set
85220 -# CONFIG_SCSI is not set
85221 -# CONFIG_SCSI_DMA is not set
85222 -# CONFIG_SCSI_NETLINK is not set
85223 -# CONFIG_ATA is not set
85224 -# CONFIG_MD is not set
85225 -# CONFIG_FUSION is not set
85228 -# IEEE 1394 (FireWire) support
85230 -# CONFIG_FIREWIRE is not set
85231 -# CONFIG_IEEE1394 is not set
85232 -# CONFIG_I2O is not set
85233 -# CONFIG_MACINTOSH_DRIVERS is not set
85234 -CONFIG_NETDEVICES=y
85235 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
85236 -# CONFIG_DUMMY is not set
85237 -# CONFIG_BONDING is not set
85238 -# CONFIG_MACVLAN is not set
85239 -# CONFIG_EQUALIZER is not set
85240 -# CONFIG_TUN is not set
85241 -# CONFIG_VETH is not set
85242 -# CONFIG_ARCNET is not set
85246 -# MII PHY device drivers
85248 -# CONFIG_MARVELL_PHY is not set
85249 -# CONFIG_DAVICOM_PHY is not set
85250 -# CONFIG_QSEMI_PHY is not set
85251 -# CONFIG_LXT_PHY is not set
85252 -# CONFIG_CICADA_PHY is not set
85253 -# CONFIG_VITESSE_PHY is not set
85254 -# CONFIG_SMSC_PHY is not set
85255 -# CONFIG_BROADCOM_PHY is not set
85256 -# CONFIG_ICPLUS_PHY is not set
85257 -# CONFIG_REALTEK_PHY is not set
85258 -# CONFIG_FIXED_PHY is not set
85259 -# CONFIG_MDIO_BITBANG is not set
85260 -CONFIG_NET_ETHERNET=y
85262 -# CONFIG_HAPPYMEAL is not set
85263 -# CONFIG_SUNGEM is not set
85264 -# CONFIG_CASSINI is not set
85265 -# CONFIG_NET_VENDOR_3COM is not set
85266 -# CONFIG_NET_TULIP is not set
85267 -# CONFIG_HP100 is not set
85268 -# CONFIG_IBM_NEW_EMAC_ZMII is not set
85269 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
85270 -# CONFIG_IBM_NEW_EMAC_TAH is not set
85271 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
85273 -# CONFIG_PCNET32 is not set
85274 -# CONFIG_AMD8111_ETH is not set
85275 -# CONFIG_ADAPTEC_STARFIRE is not set
85276 -# CONFIG_B44 is not set
85277 -# CONFIG_FORCEDETH is not set
85278 -# CONFIG_EEPRO100 is not set
85280 -# CONFIG_FEALNX is not set
85281 -# CONFIG_NATSEMI is not set
85282 -# CONFIG_NE2K_PCI is not set
85283 -# CONFIG_8139CP is not set
85284 -# CONFIG_8139TOO is not set
85285 -# CONFIG_R6040 is not set
85286 -# CONFIG_SIS900 is not set
85287 -# CONFIG_EPIC100 is not set
85288 -# CONFIG_SUNDANCE is not set
85289 -# CONFIG_TLAN is not set
85290 -# CONFIG_VIA_RHINE is not set
85291 -# CONFIG_SC92031 is not set
85292 -# CONFIG_FS_ENET is not set
85293 -CONFIG_NETDEV_1000=y
85294 -# CONFIG_ACENIC is not set
85295 -# CONFIG_DL2K is not set
85296 -# CONFIG_E1000 is not set
85297 -# CONFIG_E1000E is not set
85298 -# CONFIG_E1000E_ENABLED is not set
85299 -# CONFIG_IP1000 is not set
85300 -# CONFIG_IGB is not set
85301 -# CONFIG_NS83820 is not set
85302 -# CONFIG_HAMACHI is not set
85303 -# CONFIG_YELLOWFIN is not set
85304 -# CONFIG_R8169 is not set
85305 -# CONFIG_SIS190 is not set
85306 -# CONFIG_SKGE is not set
85307 -# CONFIG_SKY2 is not set
85308 -# CONFIG_SK98LIN is not set
85309 -# CONFIG_VIA_VELOCITY is not set
85310 -# CONFIG_TIGON3 is not set
85311 -# CONFIG_BNX2 is not set
85313 -CONFIG_GFAR_NAPI=y
85314 -# CONFIG_QLA3XXX is not set
85315 -# CONFIG_ATL1 is not set
85316 -CONFIG_NETDEV_10000=y
85317 -# CONFIG_CHELSIO_T1 is not set
85318 -# CONFIG_CHELSIO_T3 is not set
85319 -# CONFIG_IXGBE is not set
85320 -# CONFIG_IXGB is not set
85321 -# CONFIG_S2IO is not set
85322 -# CONFIG_MYRI10GE is not set
85323 -# CONFIG_NETXEN_NIC is not set
85324 -# CONFIG_NIU is not set
85325 -# CONFIG_MLX4_CORE is not set
85326 -# CONFIG_TEHUTI is not set
85327 -# CONFIG_BNX2X is not set
85328 -# CONFIG_TR is not set
85333 -# CONFIG_WLAN_PRE80211 is not set
85334 -# CONFIG_WLAN_80211 is not set
85335 -# CONFIG_WAN is not set
85336 -# CONFIG_FDDI is not set
85337 -# CONFIG_HIPPI is not set
85338 -# CONFIG_PPP is not set
85339 -# CONFIG_SLIP is not set
85340 -# CONFIG_NETCONSOLE is not set
85341 -# CONFIG_NETPOLL is not set
85342 -# CONFIG_NET_POLL_CONTROLLER is not set
85343 -# CONFIG_ISDN is not set
85344 -# CONFIG_PHONE is not set
85347 -# Input device support
85350 -# CONFIG_INPUT_FF_MEMLESS is not set
85351 -# CONFIG_INPUT_POLLDEV is not set
85354 -# Userland interfaces
85356 -# CONFIG_INPUT_MOUSEDEV is not set
85357 -# CONFIG_INPUT_JOYDEV is not set
85358 -# CONFIG_INPUT_EVDEV is not set
85359 -# CONFIG_INPUT_EVBUG is not set
85362 -# Input Device Drivers
85364 -# CONFIG_INPUT_KEYBOARD is not set
85365 -# CONFIG_INPUT_MOUSE is not set
85366 -# CONFIG_INPUT_JOYSTICK is not set
85367 -# CONFIG_INPUT_TABLET is not set
85368 -# CONFIG_INPUT_TOUCHSCREEN is not set
85369 -# CONFIG_INPUT_MISC is not set
85372 -# Hardware I/O ports
85374 -# CONFIG_SERIO is not set
85375 -# CONFIG_GAMEPORT is not set
85378 -# Character devices
85380 -# CONFIG_VT is not set
85381 -# CONFIG_SERIAL_NONSTANDARD is not set
85382 -# CONFIG_NOZOMI is not set
85387 -CONFIG_SERIAL_8250=y
85388 -CONFIG_SERIAL_8250_CONSOLE=y
85389 -CONFIG_SERIAL_8250_PCI=y
85390 -CONFIG_SERIAL_8250_NR_UARTS=4
85391 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
85392 -# CONFIG_SERIAL_8250_EXTENDED is not set
85393 -CONFIG_SERIAL_8250_SHARE_IRQ=y
85396 -# Non-8250 serial port support
85398 -# CONFIG_SERIAL_UARTLITE is not set
85399 -CONFIG_SERIAL_CORE=y
85400 -CONFIG_SERIAL_CORE_CONSOLE=y
85401 -CONFIG_SERIAL_CPM=y
85402 -CONFIG_SERIAL_CPM_CONSOLE=y
85403 -CONFIG_SERIAL_CPM_SCC1=y
85404 -# CONFIG_SERIAL_CPM_SCC2 is not set
85405 -# CONFIG_SERIAL_CPM_SCC3 is not set
85406 -# CONFIG_SERIAL_CPM_SCC4 is not set
85407 -# CONFIG_SERIAL_CPM_SMC1 is not set
85408 -# CONFIG_SERIAL_CPM_SMC2 is not set
85409 -# CONFIG_SERIAL_JSM is not set
85410 -# CONFIG_SERIAL_OF_PLATFORM is not set
85411 -CONFIG_UNIX98_PTYS=y
85412 -CONFIG_LEGACY_PTYS=y
85413 -CONFIG_LEGACY_PTY_COUNT=256
85414 -# CONFIG_IPMI_HANDLER is not set
85415 -CONFIG_HW_RANDOM=y
85416 -# CONFIG_NVRAM is not set
85418 -# CONFIG_GEN_RTC_X is not set
85419 -# CONFIG_R3964 is not set
85420 -# CONFIG_APPLICOM is not set
85421 -# CONFIG_RAW_DRIVER is not set
85422 -# CONFIG_TCG_TPM is not set
85425 -CONFIG_I2C_BOARDINFO=y
85426 -CONFIG_I2C_CHARDEV=y
85431 -# CONFIG_I2C_ALGOBIT is not set
85432 -# CONFIG_I2C_ALGOPCF is not set
85433 -# CONFIG_I2C_ALGOPCA is not set
85436 -# I2C Hardware Bus support
85438 -# CONFIG_I2C_ALI1535 is not set
85439 -# CONFIG_I2C_ALI1563 is not set
85440 -# CONFIG_I2C_ALI15X3 is not set
85441 -# CONFIG_I2C_AMD756 is not set
85442 -# CONFIG_I2C_AMD8111 is not set
85443 -# CONFIG_I2C_I801 is not set
85444 -# CONFIG_I2C_I810 is not set
85445 -# CONFIG_I2C_PIIX4 is not set
85447 -# CONFIG_I2C_NFORCE2 is not set
85448 -# CONFIG_I2C_OCORES is not set
85449 -# CONFIG_I2C_PARPORT_LIGHT is not set
85450 -# CONFIG_I2C_PROSAVAGE is not set
85451 -# CONFIG_I2C_SAVAGE4 is not set
85452 -# CONFIG_I2C_SIMTEC is not set
85453 -# CONFIG_I2C_SIS5595 is not set
85454 -# CONFIG_I2C_SIS630 is not set
85455 -# CONFIG_I2C_SIS96X is not set
85456 -# CONFIG_I2C_TAOS_EVM is not set
85457 -# CONFIG_I2C_VIA is not set
85458 -# CONFIG_I2C_VIAPRO is not set
85459 -# CONFIG_I2C_VOODOO3 is not set
85462 -# Miscellaneous I2C Chip support
85464 -# CONFIG_DS1682 is not set
85465 -# CONFIG_SENSORS_EEPROM is not set
85466 -# CONFIG_SENSORS_PCF8574 is not set
85467 -# CONFIG_PCF8575 is not set
85468 -# CONFIG_SENSORS_PCF8591 is not set
85469 -# CONFIG_TPS65010 is not set
85470 -# CONFIG_SENSORS_MAX6875 is not set
85471 -# CONFIG_SENSORS_TSL2550 is not set
85472 -# CONFIG_I2C_DEBUG_CORE is not set
85473 -# CONFIG_I2C_DEBUG_ALGO is not set
85474 -# CONFIG_I2C_DEBUG_BUS is not set
85475 -# CONFIG_I2C_DEBUG_CHIP is not set
85480 -# CONFIG_SPI is not set
85481 -# CONFIG_SPI_MASTER is not set
85482 -# CONFIG_W1 is not set
85483 -# CONFIG_POWER_SUPPLY is not set
85485 -# CONFIG_HWMON_VID is not set
85486 -# CONFIG_SENSORS_AD7418 is not set
85487 -# CONFIG_SENSORS_ADM1021 is not set
85488 -# CONFIG_SENSORS_ADM1025 is not set
85489 -# CONFIG_SENSORS_ADM1026 is not set
85490 -# CONFIG_SENSORS_ADM1029 is not set
85491 -# CONFIG_SENSORS_ADM1031 is not set
85492 -# CONFIG_SENSORS_ADM9240 is not set
85493 -# CONFIG_SENSORS_ADT7470 is not set
85494 -# CONFIG_SENSORS_ADT7473 is not set
85495 -# CONFIG_SENSORS_ATXP1 is not set
85496 -# CONFIG_SENSORS_DS1621 is not set
85497 -# CONFIG_SENSORS_I5K_AMB is not set
85498 -# CONFIG_SENSORS_F71805F is not set
85499 -# CONFIG_SENSORS_F71882FG is not set
85500 -# CONFIG_SENSORS_F75375S is not set
85501 -# CONFIG_SENSORS_GL518SM is not set
85502 -# CONFIG_SENSORS_GL520SM is not set
85503 -# CONFIG_SENSORS_IT87 is not set
85504 -# CONFIG_SENSORS_LM63 is not set
85505 -CONFIG_SENSORS_LM75=y
85506 -# CONFIG_SENSORS_LM77 is not set
85507 -# CONFIG_SENSORS_LM78 is not set
85508 -# CONFIG_SENSORS_LM80 is not set
85509 -# CONFIG_SENSORS_LM83 is not set
85510 -# CONFIG_SENSORS_LM85 is not set
85511 -# CONFIG_SENSORS_LM87 is not set
85512 -# CONFIG_SENSORS_LM90 is not set
85513 -# CONFIG_SENSORS_LM92 is not set
85514 -# CONFIG_SENSORS_LM93 is not set
85515 -# CONFIG_SENSORS_MAX1619 is not set
85516 -# CONFIG_SENSORS_MAX6650 is not set
85517 -# CONFIG_SENSORS_PC87360 is not set
85518 -# CONFIG_SENSORS_PC87427 is not set
85519 -# CONFIG_SENSORS_SIS5595 is not set
85520 -# CONFIG_SENSORS_DME1737 is not set
85521 -# CONFIG_SENSORS_SMSC47M1 is not set
85522 -# CONFIG_SENSORS_SMSC47M192 is not set
85523 -# CONFIG_SENSORS_SMSC47B397 is not set
85524 -# CONFIG_SENSORS_ADS7828 is not set
85525 -# CONFIG_SENSORS_THMC50 is not set
85526 -# CONFIG_SENSORS_VIA686A is not set
85527 -# CONFIG_SENSORS_VT1211 is not set
85528 -# CONFIG_SENSORS_VT8231 is not set
85529 -# CONFIG_SENSORS_W83781D is not set
85530 -# CONFIG_SENSORS_W83791D is not set
85531 -# CONFIG_SENSORS_W83792D is not set
85532 -# CONFIG_SENSORS_W83793 is not set
85533 -# CONFIG_SENSORS_W83L785TS is not set
85534 -# CONFIG_SENSORS_W83L786NG is not set
85535 -# CONFIG_SENSORS_W83627HF is not set
85536 -# CONFIG_SENSORS_W83627EHF is not set
85537 -CONFIG_HWMON_DEBUG_CHIP=y
85538 -# CONFIG_THERMAL is not set
85539 -# CONFIG_WATCHDOG is not set
85542 -# Sonics Silicon Backplane
85544 -CONFIG_SSB_POSSIBLE=y
85545 -# CONFIG_SSB is not set
85548 -# Multifunction device drivers
85550 -# CONFIG_MFD_SM501 is not set
85553 -# Multimedia devices
85555 -# CONFIG_VIDEO_DEV is not set
85556 -# CONFIG_DVB_CORE is not set
85560 -# Graphics support
85562 -# CONFIG_AGP is not set
85563 -# CONFIG_DRM is not set
85564 -# CONFIG_VGASTATE is not set
85565 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
85566 -# CONFIG_FB is not set
85567 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
85570 -# Display device support
85572 -# CONFIG_DISPLAY_SUPPORT is not set
85577 -# CONFIG_SOUND is not set
85578 -CONFIG_HID_SUPPORT=y
85580 -# CONFIG_HID_DEBUG is not set
85581 -# CONFIG_HIDRAW is not set
85582 -CONFIG_USB_SUPPORT=y
85583 -CONFIG_USB_ARCH_HAS_HCD=y
85584 -CONFIG_USB_ARCH_HAS_OHCI=y
85585 -CONFIG_USB_ARCH_HAS_EHCI=y
85586 -# CONFIG_USB is not set
85589 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
85591 -# CONFIG_USB_GADGET is not set
85592 -# CONFIG_MMC is not set
85593 -# CONFIG_MEMSTICK is not set
85594 -# CONFIG_NEW_LEDS is not set
85595 -# CONFIG_INFINIBAND is not set
85596 -# CONFIG_EDAC is not set
85597 -# CONFIG_RTC_CLASS is not set
85598 -# CONFIG_DMADEVICES is not set
85603 -# CONFIG_UIO is not set
85609 -# CONFIG_EXT2_FS_XATTR is not set
85610 -# CONFIG_EXT2_FS_XIP is not set
85612 -CONFIG_EXT3_FS_XATTR=y
85613 -# CONFIG_EXT3_FS_POSIX_ACL is not set
85614 -# CONFIG_EXT3_FS_SECURITY is not set
85615 -# CONFIG_EXT4DEV_FS is not set
85617 -CONFIG_FS_MBCACHE=y
85618 -# CONFIG_REISERFS_FS is not set
85619 -# CONFIG_JFS_FS is not set
85620 -# CONFIG_FS_POSIX_ACL is not set
85621 -# CONFIG_XFS_FS is not set
85622 -# CONFIG_GFS2_FS is not set
85623 -# CONFIG_OCFS2_FS is not set
85626 -CONFIG_INOTIFY_USER=y
85627 -# CONFIG_QUOTA is not set
85628 -# CONFIG_AUTOFS_FS is not set
85629 -# CONFIG_AUTOFS4_FS is not set
85630 -# CONFIG_FUSE_FS is not set
85633 -# CD-ROM/DVD Filesystems
85635 -# CONFIG_ISO9660_FS is not set
85636 -# CONFIG_UDF_FS is not set
85639 -# DOS/FAT/NT Filesystems
85641 -# CONFIG_MSDOS_FS is not set
85642 -# CONFIG_VFAT_FS is not set
85643 -# CONFIG_NTFS_FS is not set
85646 -# Pseudo filesystems
85649 -CONFIG_PROC_KCORE=y
85650 -CONFIG_PROC_SYSCTL=y
85653 -# CONFIG_TMPFS_POSIX_ACL is not set
85654 -# CONFIG_HUGETLB_PAGE is not set
85655 -# CONFIG_CONFIGFS_FS is not set
85658 -# Miscellaneous filesystems
85660 -# CONFIG_ADFS_FS is not set
85661 -# CONFIG_AFFS_FS is not set
85662 -# CONFIG_HFS_FS is not set
85663 -# CONFIG_HFSPLUS_FS is not set
85664 -# CONFIG_BEFS_FS is not set
85665 -# CONFIG_BFS_FS is not set
85666 -# CONFIG_EFS_FS is not set
85668 -CONFIG_JFFS2_FS_DEBUG=0
85669 -CONFIG_JFFS2_FS_WRITEBUFFER=y
85670 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
85671 -# CONFIG_JFFS2_SUMMARY is not set
85672 -# CONFIG_JFFS2_FS_XATTR is not set
85673 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
85674 -CONFIG_JFFS2_ZLIB=y
85675 -# CONFIG_JFFS2_LZO is not set
85676 -CONFIG_JFFS2_RTIME=y
85677 -# CONFIG_JFFS2_RUBIN is not set
85679 -# CONFIG_VXFS_FS is not set
85680 -# CONFIG_MINIX_FS is not set
85681 -# CONFIG_HPFS_FS is not set
85682 -# CONFIG_QNX4FS_FS is not set
85683 -# CONFIG_ROMFS_FS is not set
85684 -# CONFIG_SYSV_FS is not set
85685 -# CONFIG_UFS_FS is not set
85686 -CONFIG_NETWORK_FILESYSTEMS=y
85688 -# CONFIG_NFS_V3 is not set
85689 -# CONFIG_NFS_V4 is not set
85690 -# CONFIG_NFS_DIRECTIO is not set
85691 -# CONFIG_NFSD is not set
85694 -CONFIG_NFS_COMMON=y
85696 -# CONFIG_SUNRPC_BIND34 is not set
85697 -# CONFIG_RPCSEC_GSS_KRB5 is not set
85698 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
85699 -# CONFIG_SMB_FS is not set
85700 -# CONFIG_CIFS is not set
85701 -# CONFIG_NCP_FS is not set
85702 -# CONFIG_CODA_FS is not set
85703 -# CONFIG_AFS_FS is not set
85708 -CONFIG_PARTITION_ADVANCED=y
85709 -# CONFIG_ACORN_PARTITION is not set
85710 -# CONFIG_OSF_PARTITION is not set
85711 -# CONFIG_AMIGA_PARTITION is not set
85712 -# CONFIG_ATARI_PARTITION is not set
85713 -# CONFIG_MAC_PARTITION is not set
85714 -# CONFIG_MSDOS_PARTITION is not set
85715 -# CONFIG_LDM_PARTITION is not set
85716 -# CONFIG_SGI_PARTITION is not set
85717 -# CONFIG_ULTRIX_PARTITION is not set
85718 -# CONFIG_SUN_PARTITION is not set
85719 -# CONFIG_KARMA_PARTITION is not set
85720 -# CONFIG_EFI_PARTITION is not set
85721 -# CONFIG_SYSV68_PARTITION is not set
85722 -# CONFIG_NLS is not set
85723 -# CONFIG_DLM is not set
85726 -# Library routines
85728 -CONFIG_BITREVERSE=y
85729 -# CONFIG_CRC_CCITT is not set
85730 -# CONFIG_CRC16 is not set
85731 -# CONFIG_CRC_ITU_T is not set
85733 -# CONFIG_CRC7 is not set
85734 -# CONFIG_LIBCRC32C is not set
85735 -CONFIG_ZLIB_INFLATE=y
85736 -CONFIG_ZLIB_DEFLATE=y
85738 -CONFIG_HAS_IOMEM=y
85739 -CONFIG_HAS_IOPORT=y
85745 -# CONFIG_PRINTK_TIME is not set
85746 -CONFIG_ENABLE_WARN_DEPRECATED=y
85747 -CONFIG_ENABLE_MUST_CHECK=y
85748 -# CONFIG_MAGIC_SYSRQ is not set
85749 -# CONFIG_UNUSED_SYMBOLS is not set
85750 -# CONFIG_DEBUG_FS is not set
85751 -# CONFIG_HEADERS_CHECK is not set
85752 -# CONFIG_DEBUG_KERNEL is not set
85753 -# CONFIG_SLUB_DEBUG_ON is not set
85754 -# CONFIG_SLUB_STATS is not set
85755 -# CONFIG_DEBUG_BUGVERBOSE is not set
85756 -# CONFIG_SAMPLES is not set
85757 -# CONFIG_KGDB_CONSOLE is not set
85758 -# CONFIG_PPC_EARLY_DEBUG is not set
85761 -# Security options
85763 -# CONFIG_KEYS is not set
85764 -# CONFIG_SECURITY is not set
85765 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
85767 -# CONFIG_CRYPTO_SEQIV is not set
85768 -# CONFIG_CRYPTO_MANAGER is not set
85769 -# CONFIG_CRYPTO_HMAC is not set
85770 -# CONFIG_CRYPTO_XCBC is not set
85771 -# CONFIG_CRYPTO_NULL is not set
85772 -# CONFIG_CRYPTO_MD4 is not set
85773 -# CONFIG_CRYPTO_MD5 is not set
85774 -# CONFIG_CRYPTO_SHA1 is not set
85775 -# CONFIG_CRYPTO_SHA256 is not set
85776 -# CONFIG_CRYPTO_SHA512 is not set
85777 -# CONFIG_CRYPTO_WP512 is not set
85778 -# CONFIG_CRYPTO_TGR192 is not set
85779 -# CONFIG_CRYPTO_GF128MUL is not set
85780 -# CONFIG_CRYPTO_ECB is not set
85781 -# CONFIG_CRYPTO_CBC is not set
85782 -# CONFIG_CRYPTO_PCBC is not set
85783 -# CONFIG_CRYPTO_LRW is not set
85784 -# CONFIG_CRYPTO_XTS is not set
85785 -# CONFIG_CRYPTO_CTR is not set
85786 -# CONFIG_CRYPTO_GCM is not set
85787 -# CONFIG_CRYPTO_CCM is not set
85788 -# CONFIG_CRYPTO_CRYPTD is not set
85789 -# CONFIG_CRYPTO_DES is not set
85790 -# CONFIG_CRYPTO_FCRYPT is not set
85791 -# CONFIG_CRYPTO_BLOWFISH is not set
85792 -# CONFIG_CRYPTO_TWOFISH is not set
85793 -# CONFIG_CRYPTO_SERPENT is not set
85794 -# CONFIG_CRYPTO_AES is not set
85795 -# CONFIG_CRYPTO_CAST5 is not set
85796 -# CONFIG_CRYPTO_CAST6 is not set
85797 -# CONFIG_CRYPTO_TEA is not set
85798 -# CONFIG_CRYPTO_ARC4 is not set
85799 -# CONFIG_CRYPTO_KHAZAD is not set
85800 -# CONFIG_CRYPTO_ANUBIS is not set
85801 -# CONFIG_CRYPTO_SEED is not set
85802 -# CONFIG_CRYPTO_SALSA20 is not set
85803 -# CONFIG_CRYPTO_DEFLATE is not set
85804 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
85805 -# CONFIG_CRYPTO_CRC32C is not set
85806 -# CONFIG_CRYPTO_CAMELLIA is not set
85807 -# CONFIG_CRYPTO_AUTHENC is not set
85808 -# CONFIG_CRYPTO_LZO is not set
85809 -CONFIG_CRYPTO_HW=y
85810 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
85811 -# CONFIG_PPC_CLOCK is not set
85812 -CONFIG_PPC_LIB_RHEAP=y
85813 --- a/arch/powerpc/configs/walnut_defconfig
85817 -# Automatically generated make config: don't edit
85818 -# Linux kernel version: 2.6.25-rc2
85819 -# Fri Feb 15 21:54:12 2008
85821 -# CONFIG_PPC64 is not set
85824 -# Processor support
85826 -# CONFIG_6xx is not set
85827 -# CONFIG_PPC_85xx is not set
85828 -# CONFIG_PPC_8xx is not set
85830 -# CONFIG_44x is not set
85831 -# CONFIG_E200 is not set
85833 -# CONFIG_PPC_MM_SLICES is not set
85834 -CONFIG_NOT_COHERENT_CACHE=y
85836 -CONFIG_WORD_SIZE=32
85837 -CONFIG_PPC_MERGE=y
85839 -CONFIG_GENERIC_CMOS_UPDATE=y
85840 -CONFIG_GENERIC_TIME=y
85841 -CONFIG_GENERIC_TIME_VSYSCALL=y
85842 -CONFIG_GENERIC_CLOCKEVENTS=y
85843 -CONFIG_GENERIC_HARDIRQS=y
85844 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
85845 -CONFIG_IRQ_PER_CPU=y
85846 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
85847 -CONFIG_ARCH_HAS_ILOG2_U32=y
85848 -CONFIG_GENERIC_HWEIGHT=y
85849 -CONFIG_GENERIC_CALIBRATE_DELAY=y
85850 -CONFIG_GENERIC_FIND_NEXT_BIT=y
85851 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
85853 -CONFIG_EARLY_PRINTK=y
85854 -CONFIG_GENERIC_NVRAM=y
85855 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
85856 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
85859 -CONFIG_PPC_UDBG_16550=y
85860 -# CONFIG_GENERIC_TBSYNC is not set
85861 -CONFIG_AUDIT_ARCH=y
85862 -CONFIG_GENERIC_BUG=y
85863 -# CONFIG_DEFAULT_UIMAGE is not set
85864 -CONFIG_PPC_DCR_NATIVE=y
85865 -# CONFIG_PPC_DCR_MMIO is not set
85867 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
85872 -CONFIG_EXPERIMENTAL=y
85873 -CONFIG_BROKEN_ON_SMP=y
85874 -CONFIG_INIT_ENV_ARG_LIMIT=32
85875 -CONFIG_LOCALVERSION=""
85876 -CONFIG_LOCALVERSION_AUTO=y
85879 -CONFIG_SYSVIPC_SYSCTL=y
85880 -CONFIG_POSIX_MQUEUE=y
85881 -# CONFIG_BSD_PROCESS_ACCT is not set
85882 -# CONFIG_TASKSTATS is not set
85883 -# CONFIG_AUDIT is not set
85884 -# CONFIG_IKCONFIG is not set
85885 -CONFIG_LOG_BUF_SHIFT=14
85886 -# CONFIG_CGROUPS is not set
85887 -CONFIG_GROUP_SCHED=y
85888 -CONFIG_FAIR_GROUP_SCHED=y
85889 -# CONFIG_RT_GROUP_SCHED is not set
85890 -CONFIG_USER_SCHED=y
85891 -# CONFIG_CGROUP_SCHED is not set
85892 -CONFIG_SYSFS_DEPRECATED=y
85893 -# CONFIG_RELAY is not set
85894 -# CONFIG_NAMESPACES is not set
85895 -CONFIG_BLK_DEV_INITRD=y
85896 -CONFIG_INITRAMFS_SOURCE=""
85897 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
85900 -CONFIG_SYSCTL_SYSCALL=y
85902 -CONFIG_KALLSYMS_ALL=y
85903 -CONFIG_KALLSYMS_EXTRA_PASS=y
85908 -CONFIG_COMPAT_BRK=y
85909 -CONFIG_BASE_FULL=y
85911 -CONFIG_ANON_INODES=y
85917 -CONFIG_VM_EVENT_COUNTERS=y
85918 -CONFIG_SLUB_DEBUG=y
85919 -# CONFIG_SLAB is not set
85921 -# CONFIG_SLOB is not set
85922 -# CONFIG_PROFILING is not set
85923 -# CONFIG_MARKERS is not set
85924 -CONFIG_HAVE_OPROFILE=y
85925 -# CONFIG_KPROBES is not set
85926 -CONFIG_HAVE_KPROBES=y
85927 -CONFIG_PROC_PAGE_MONITOR=y
85929 -CONFIG_RT_MUTEXES=y
85930 -# CONFIG_TINY_SHMEM is not set
85931 -CONFIG_BASE_SMALL=0
85933 -CONFIG_MODULE_UNLOAD=y
85934 -# CONFIG_MODULE_FORCE_UNLOAD is not set
85935 -# CONFIG_MODVERSIONS is not set
85936 -# CONFIG_MODULE_SRCVERSION_ALL is not set
85940 -# CONFIG_BLK_DEV_IO_TRACE is not set
85941 -# CONFIG_LSF is not set
85942 -# CONFIG_BLK_DEV_BSG is not set
85947 -CONFIG_IOSCHED_NOOP=y
85948 -CONFIG_IOSCHED_AS=y
85949 -CONFIG_IOSCHED_DEADLINE=y
85950 -CONFIG_IOSCHED_CFQ=y
85951 -CONFIG_DEFAULT_AS=y
85952 -# CONFIG_DEFAULT_DEADLINE is not set
85953 -# CONFIG_DEFAULT_CFQ is not set
85954 -# CONFIG_DEFAULT_NOOP is not set
85955 -CONFIG_DEFAULT_IOSCHED="anticipatory"
85956 -CONFIG_CLASSIC_RCU=y
85957 -# CONFIG_PREEMPT_RCU is not set
85958 -# CONFIG_PPC4xx_PCI_EXPRESS is not set
85961 -# Platform support
85963 -# CONFIG_PPC_MPC512x is not set
85964 -# CONFIG_PPC_MPC5121 is not set
85965 -# CONFIG_PPC_CELL is not set
85966 -# CONFIG_PPC_CELL_NATIVE is not set
85967 -# CONFIG_PQ2ADS is not set
85968 -# CONFIG_EP405 is not set
85969 -# CONFIG_KILAUEA is not set
85970 -# CONFIG_MAKALU is not set
85972 -# CONFIG_XILINX_VIRTEX_GENERIC_BOARD is not set
85974 -CONFIG_IBM405_ERR77=y
85975 -CONFIG_IBM405_ERR51=y
85976 -# CONFIG_IPIC is not set
85977 -# CONFIG_MPIC is not set
85978 -# CONFIG_MPIC_WEIRD is not set
85979 -# CONFIG_PPC_I8259 is not set
85980 -# CONFIG_PPC_RTAS is not set
85981 -# CONFIG_MMIO_NVRAM is not set
85982 -# CONFIG_PPC_MPC106 is not set
85983 -# CONFIG_PPC_970_NAP is not set
85984 -# CONFIG_PPC_INDIRECT_IO is not set
85985 -# CONFIG_GENERIC_IOMAP is not set
85986 -# CONFIG_CPU_FREQ is not set
85987 -# CONFIG_FSL_ULI1575 is not set
85993 -# CONFIG_HIGHMEM is not set
85994 -# CONFIG_TICK_ONESHOT is not set
85995 -# CONFIG_NO_HZ is not set
85996 -# CONFIG_HIGH_RES_TIMERS is not set
85997 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
85998 -# CONFIG_HZ_100 is not set
86000 -# CONFIG_HZ_300 is not set
86001 -# CONFIG_HZ_1000 is not set
86003 -# CONFIG_SCHED_HRTICK is not set
86004 -CONFIG_PREEMPT_NONE=y
86005 -# CONFIG_PREEMPT_VOLUNTARY is not set
86006 -# CONFIG_PREEMPT is not set
86007 -CONFIG_RCU_TRACE=y
86008 -CONFIG_BINFMT_ELF=y
86009 -# CONFIG_BINFMT_MISC is not set
86010 -# CONFIG_MATH_EMULATION is not set
86011 -# CONFIG_IOMMU_HELPER is not set
86012 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
86013 -CONFIG_ARCH_HAS_WALK_MEMORY=y
86014 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
86015 -CONFIG_ARCH_FLATMEM_ENABLE=y
86016 -CONFIG_ARCH_POPULATES_NODE_MAP=y
86017 -CONFIG_SELECT_MEMORY_MODEL=y
86018 -CONFIG_FLATMEM_MANUAL=y
86019 -# CONFIG_DISCONTIGMEM_MANUAL is not set
86020 -# CONFIG_SPARSEMEM_MANUAL is not set
86022 -CONFIG_FLAT_NODE_MEM_MAP=y
86023 -# CONFIG_SPARSEMEM_STATIC is not set
86024 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
86025 -CONFIG_SPLIT_PTLOCK_CPUS=4
86026 -CONFIG_RESOURCES_64BIT=y
86027 -CONFIG_ZONE_DMA_FLAG=1
86029 -CONFIG_VIRT_TO_BUS=y
86030 -CONFIG_PROC_DEVICETREE=y
86031 -# CONFIG_CMDLINE_BOOL is not set
86032 -# CONFIG_PM is not set
86034 -CONFIG_ISA_DMA_API=y
86040 -CONFIG_PPC_INDIRECT_PCI=y
86042 -CONFIG_PCI_DOMAINS=y
86043 -CONFIG_PCI_SYSCALL=y
86044 -# CONFIG_PCIEPORTBUS is not set
86045 -CONFIG_ARCH_SUPPORTS_MSI=y
86046 -# CONFIG_PCI_MSI is not set
86047 -# CONFIG_PCI_LEGACY is not set
86048 -# CONFIG_PCI_DEBUG is not set
86049 -# CONFIG_PCCARD is not set
86050 -# CONFIG_HOTPLUG_PCI is not set
86055 -# CONFIG_ADVANCED_OPTIONS is not set
86058 -# Default settings for advanced configuration options are used
86060 -CONFIG_HIGHMEM_START=0xfe000000
86061 -CONFIG_LOWMEM_SIZE=0x30000000
86062 -CONFIG_KERNEL_START=0xc0000000
86063 -CONFIG_TASK_SIZE=0xc0000000
86064 -CONFIG_CONSISTENT_START=0xff100000
86065 -CONFIG_CONSISTENT_SIZE=0x00200000
86066 -CONFIG_BOOT_LOAD=0x00400000
86074 -# Networking options
86077 -# CONFIG_PACKET_MMAP is not set
86079 -# CONFIG_NET_KEY is not set
86081 -# CONFIG_IP_MULTICAST is not set
86082 -# CONFIG_IP_ADVANCED_ROUTER is not set
86083 -CONFIG_IP_FIB_HASH=y
86085 -CONFIG_IP_PNP_DHCP=y
86086 -CONFIG_IP_PNP_BOOTP=y
86087 -# CONFIG_IP_PNP_RARP is not set
86088 -# CONFIG_NET_IPIP is not set
86089 -# CONFIG_NET_IPGRE is not set
86090 -# CONFIG_ARPD is not set
86091 -# CONFIG_SYN_COOKIES is not set
86092 -# CONFIG_INET_AH is not set
86093 -# CONFIG_INET_ESP is not set
86094 -# CONFIG_INET_IPCOMP is not set
86095 -# CONFIG_INET_XFRM_TUNNEL is not set
86096 -# CONFIG_INET_TUNNEL is not set
86097 -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
86098 -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
86099 -# CONFIG_INET_XFRM_MODE_BEET is not set
86100 -# CONFIG_INET_LRO is not set
86101 -CONFIG_INET_DIAG=y
86102 -CONFIG_INET_TCP_DIAG=y
86103 -# CONFIG_TCP_CONG_ADVANCED is not set
86104 -CONFIG_TCP_CONG_CUBIC=y
86105 -CONFIG_DEFAULT_TCP_CONG="cubic"
86106 -# CONFIG_TCP_MD5SIG is not set
86107 -# CONFIG_IPV6 is not set
86108 -# CONFIG_INET6_XFRM_TUNNEL is not set
86109 -# CONFIG_INET6_TUNNEL is not set
86110 -# CONFIG_NETWORK_SECMARK is not set
86111 -# CONFIG_NETFILTER is not set
86112 -# CONFIG_IP_DCCP is not set
86113 -# CONFIG_IP_SCTP is not set
86114 -# CONFIG_TIPC is not set
86115 -# CONFIG_ATM is not set
86116 -# CONFIG_BRIDGE is not set
86117 -# CONFIG_VLAN_8021Q is not set
86118 -# CONFIG_DECNET is not set
86119 -# CONFIG_LLC2 is not set
86120 -# CONFIG_IPX is not set
86121 -# CONFIG_ATALK is not set
86122 -# CONFIG_X25 is not set
86123 -# CONFIG_LAPB is not set
86124 -# CONFIG_ECONET is not set
86125 -# CONFIG_WAN_ROUTER is not set
86126 -# CONFIG_NET_SCHED is not set
86131 -# CONFIG_NET_PKTGEN is not set
86132 -# CONFIG_HAMRADIO is not set
86133 -# CONFIG_CAN is not set
86134 -# CONFIG_IRDA is not set
86135 -# CONFIG_BT is not set
86136 -# CONFIG_AF_RXRPC is not set
86141 -# CONFIG_CFG80211 is not set
86142 -# CONFIG_WIRELESS_EXT is not set
86143 -# CONFIG_MAC80211 is not set
86144 -# CONFIG_IEEE80211 is not set
86145 -# CONFIG_RFKILL is not set
86146 -# CONFIG_NET_9P is not set
86153 -# Generic Driver Options
86155 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
86156 -CONFIG_STANDALONE=y
86157 -CONFIG_PREVENT_FIRMWARE_BUILD=y
86158 -CONFIG_FW_LOADER=y
86159 -# CONFIG_DEBUG_DRIVER is not set
86160 -# CONFIG_DEBUG_DEVRES is not set
86161 -# CONFIG_SYS_HYPERVISOR is not set
86162 -CONFIG_CONNECTOR=y
86163 -CONFIG_PROC_EVENTS=y
86165 -# CONFIG_MTD_DEBUG is not set
86166 -# CONFIG_MTD_CONCAT is not set
86167 -CONFIG_MTD_PARTITIONS=y
86168 -# CONFIG_MTD_REDBOOT_PARTS is not set
86169 -CONFIG_MTD_CMDLINE_PARTS=y
86170 -CONFIG_MTD_OF_PARTS=y
86173 -# User Modules And Translation Layers
86176 -CONFIG_MTD_BLKDEVS=m
86177 -CONFIG_MTD_BLOCK=m
86178 -# CONFIG_MTD_BLOCK_RO is not set
86179 -# CONFIG_FTL is not set
86180 -# CONFIG_NFTL is not set
86181 -# CONFIG_INFTL is not set
86182 -# CONFIG_RFD_FTL is not set
86183 -# CONFIG_SSFDC is not set
86184 -# CONFIG_MTD_OOPS is not set
86187 -# RAM/ROM/Flash chip drivers
86190 -CONFIG_MTD_JEDECPROBE=y
86191 -CONFIG_MTD_GEN_PROBE=y
86192 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
86193 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
86194 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
86195 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
86196 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
86197 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
86198 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
86199 -CONFIG_MTD_CFI_I1=y
86200 -CONFIG_MTD_CFI_I2=y
86201 -# CONFIG_MTD_CFI_I4 is not set
86202 -# CONFIG_MTD_CFI_I8 is not set
86203 -# CONFIG_MTD_CFI_INTELEXT is not set
86204 -CONFIG_MTD_CFI_AMDSTD=y
86205 -# CONFIG_MTD_CFI_STAA is not set
86206 -CONFIG_MTD_CFI_UTIL=y
86207 -# CONFIG_MTD_RAM is not set
86208 -# CONFIG_MTD_ROM is not set
86209 -# CONFIG_MTD_ABSENT is not set
86212 -# Mapping drivers for chip access
86214 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
86215 -# CONFIG_MTD_PHYSMAP is not set
86216 -CONFIG_MTD_PHYSMAP_OF=y
86217 -# CONFIG_MTD_INTEL_VR_NOR is not set
86218 -# CONFIG_MTD_PLATRAM is not set
86221 -# Self-contained MTD device drivers
86223 -# CONFIG_MTD_PMC551 is not set
86224 -# CONFIG_MTD_SLRAM is not set
86225 -# CONFIG_MTD_PHRAM is not set
86226 -# CONFIG_MTD_MTDRAM is not set
86227 -# CONFIG_MTD_BLOCK2MTD is not set
86230 -# Disk-On-Chip Device Drivers
86232 -# CONFIG_MTD_DOC2000 is not set
86233 -# CONFIG_MTD_DOC2001 is not set
86234 -# CONFIG_MTD_DOC2001PLUS is not set
86235 -# CONFIG_MTD_NAND is not set
86236 -# CONFIG_MTD_ONENAND is not set
86239 -# UBI - Unsorted block images
86241 -# CONFIG_MTD_UBI is not set
86242 -CONFIG_OF_DEVICE=y
86243 -# CONFIG_PARPORT is not set
86245 -# CONFIG_BLK_DEV_FD is not set
86246 -# CONFIG_BLK_CPQ_DA is not set
86247 -# CONFIG_BLK_CPQ_CISS_DA is not set
86248 -# CONFIG_BLK_DEV_DAC960 is not set
86249 -# CONFIG_BLK_DEV_UMEM is not set
86250 -# CONFIG_BLK_DEV_COW_COMMON is not set
86251 -# CONFIG_BLK_DEV_LOOP is not set
86252 -# CONFIG_BLK_DEV_NBD is not set
86253 -# CONFIG_BLK_DEV_SX8 is not set
86254 -CONFIG_BLK_DEV_RAM=y
86255 -CONFIG_BLK_DEV_RAM_COUNT=16
86256 -CONFIG_BLK_DEV_RAM_SIZE=35000
86257 -# CONFIG_BLK_DEV_XIP is not set
86258 -# CONFIG_CDROM_PKTCDVD is not set
86259 -# CONFIG_ATA_OVER_ETH is not set
86260 -# CONFIG_XILINX_SYSACE is not set
86261 -CONFIG_MISC_DEVICES=y
86262 -# CONFIG_PHANTOM is not set
86263 -# CONFIG_EEPROM_93CX6 is not set
86264 -# CONFIG_SGI_IOC4 is not set
86265 -# CONFIG_TIFM_CORE is not set
86266 -# CONFIG_ENCLOSURE_SERVICES is not set
86268 -# CONFIG_IDE is not set
86271 -# SCSI device support
86273 -# CONFIG_RAID_ATTRS is not set
86274 -# CONFIG_SCSI is not set
86275 -# CONFIG_SCSI_DMA is not set
86276 -# CONFIG_SCSI_NETLINK is not set
86277 -# CONFIG_ATA is not set
86278 -# CONFIG_MD is not set
86279 -# CONFIG_FUSION is not set
86282 -# IEEE 1394 (FireWire) support
86284 -# CONFIG_FIREWIRE is not set
86285 -# CONFIG_IEEE1394 is not set
86286 -# CONFIG_I2O is not set
86287 -# CONFIG_MACINTOSH_DRIVERS is not set
86288 -CONFIG_NETDEVICES=y
86289 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
86290 -# CONFIG_DUMMY is not set
86291 -# CONFIG_BONDING is not set
86292 -# CONFIG_MACVLAN is not set
86293 -# CONFIG_EQUALIZER is not set
86294 -# CONFIG_TUN is not set
86295 -# CONFIG_VETH is not set
86296 -# CONFIG_ARCNET is not set
86297 -# CONFIG_PHYLIB is not set
86298 -CONFIG_NET_ETHERNET=y
86299 -# CONFIG_MII is not set
86300 -# CONFIG_HAPPYMEAL is not set
86301 -# CONFIG_SUNGEM is not set
86302 -# CONFIG_CASSINI is not set
86303 -# CONFIG_NET_VENDOR_3COM is not set
86304 -# CONFIG_NET_TULIP is not set
86305 -# CONFIG_HP100 is not set
86306 -CONFIG_IBM_NEW_EMAC=y
86307 -CONFIG_IBM_NEW_EMAC_RXB=128
86308 -CONFIG_IBM_NEW_EMAC_TXB=64
86309 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
86310 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
86311 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
86312 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
86313 -CONFIG_IBM_NEW_EMAC_ZMII=y
86314 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
86315 -# CONFIG_IBM_NEW_EMAC_TAH is not set
86316 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
86317 -# CONFIG_NET_PCI is not set
86318 -# CONFIG_B44 is not set
86319 -CONFIG_NETDEV_1000=y
86320 -# CONFIG_ACENIC is not set
86321 -# CONFIG_DL2K is not set
86322 -# CONFIG_E1000 is not set
86323 -# CONFIG_E1000E is not set
86324 -# CONFIG_E1000E_ENABLED is not set
86325 -# CONFIG_IP1000 is not set
86326 -# CONFIG_IGB is not set
86327 -# CONFIG_NS83820 is not set
86328 -# CONFIG_HAMACHI is not set
86329 -# CONFIG_YELLOWFIN is not set
86330 -# CONFIG_R8169 is not set
86331 -# CONFIG_SIS190 is not set
86332 -# CONFIG_SKGE is not set
86333 -# CONFIG_SKY2 is not set
86334 -# CONFIG_SK98LIN is not set
86335 -# CONFIG_VIA_VELOCITY is not set
86336 -# CONFIG_TIGON3 is not set
86337 -# CONFIG_BNX2 is not set
86338 -# CONFIG_QLA3XXX is not set
86339 -# CONFIG_ATL1 is not set
86340 -CONFIG_NETDEV_10000=y
86341 -# CONFIG_CHELSIO_T1 is not set
86342 -# CONFIG_CHELSIO_T3 is not set
86343 -# CONFIG_IXGBE is not set
86344 -# CONFIG_IXGB is not set
86345 -# CONFIG_S2IO is not set
86346 -# CONFIG_MYRI10GE is not set
86347 -# CONFIG_NETXEN_NIC is not set
86348 -# CONFIG_NIU is not set
86349 -# CONFIG_MLX4_CORE is not set
86350 -# CONFIG_TEHUTI is not set
86351 -# CONFIG_BNX2X is not set
86352 -# CONFIG_TR is not set
86357 -# CONFIG_WLAN_PRE80211 is not set
86358 -# CONFIG_WLAN_80211 is not set
86359 -# CONFIG_WAN is not set
86360 -# CONFIG_FDDI is not set
86361 -# CONFIG_HIPPI is not set
86362 -# CONFIG_PPP is not set
86363 -# CONFIG_SLIP is not set
86364 -# CONFIG_NETCONSOLE is not set
86365 -# CONFIG_NETPOLL is not set
86366 -# CONFIG_NET_POLL_CONTROLLER is not set
86367 -# CONFIG_ISDN is not set
86368 -# CONFIG_PHONE is not set
86371 -# Input device support
86373 -# CONFIG_INPUT is not set
86376 -# Hardware I/O ports
86378 -# CONFIG_SERIO is not set
86379 -# CONFIG_GAMEPORT is not set
86382 -# Character devices
86384 -# CONFIG_VT is not set
86385 -# CONFIG_SERIAL_NONSTANDARD is not set
86386 -# CONFIG_NOZOMI is not set
86391 -CONFIG_SERIAL_8250=y
86392 -CONFIG_SERIAL_8250_CONSOLE=y
86393 -CONFIG_SERIAL_8250_PCI=y
86394 -CONFIG_SERIAL_8250_NR_UARTS=4
86395 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
86396 -CONFIG_SERIAL_8250_EXTENDED=y
86397 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
86398 -CONFIG_SERIAL_8250_SHARE_IRQ=y
86399 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
86400 -# CONFIG_SERIAL_8250_RSA is not set
86403 -# Non-8250 serial port support
86405 -# CONFIG_SERIAL_UARTLITE is not set
86406 -CONFIG_SERIAL_CORE=y
86407 -CONFIG_SERIAL_CORE_CONSOLE=y
86408 -# CONFIG_SERIAL_JSM is not set
86409 -CONFIG_SERIAL_OF_PLATFORM=y
86410 -CONFIG_UNIX98_PTYS=y
86411 -CONFIG_LEGACY_PTYS=y
86412 -CONFIG_LEGACY_PTY_COUNT=256
86413 -# CONFIG_IPMI_HANDLER is not set
86414 -# CONFIG_HW_RANDOM is not set
86415 -# CONFIG_NVRAM is not set
86416 -# CONFIG_GEN_RTC is not set
86417 -# CONFIG_R3964 is not set
86418 -# CONFIG_APPLICOM is not set
86419 -# CONFIG_RAW_DRIVER is not set
86420 -# CONFIG_TCG_TPM is not set
86422 -# CONFIG_I2C is not set
86427 -# CONFIG_SPI is not set
86428 -# CONFIG_SPI_MASTER is not set
86429 -# CONFIG_W1 is not set
86430 -# CONFIG_POWER_SUPPLY is not set
86431 -# CONFIG_HWMON is not set
86433 -# CONFIG_WATCHDOG is not set
86436 -# Sonics Silicon Backplane
86438 -CONFIG_SSB_POSSIBLE=y
86439 -# CONFIG_SSB is not set
86442 -# Multifunction device drivers
86444 -# CONFIG_MFD_SM501 is not set
86447 -# Multimedia devices
86449 -# CONFIG_VIDEO_DEV is not set
86450 -# CONFIG_DVB_CORE is not set
86451 -# CONFIG_DAB is not set
86454 -# Graphics support
86456 -# CONFIG_AGP is not set
86457 -# CONFIG_DRM is not set
86458 -# CONFIG_VGASTATE is not set
86459 -CONFIG_VIDEO_OUTPUT_CONTROL=m
86460 -# CONFIG_FB is not set
86461 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
86464 -# Display device support
86466 -# CONFIG_DISPLAY_SUPPORT is not set
86471 -# CONFIG_SOUND is not set
86472 -CONFIG_USB_SUPPORT=y
86473 -CONFIG_USB_ARCH_HAS_HCD=y
86474 -CONFIG_USB_ARCH_HAS_OHCI=y
86475 -CONFIG_USB_ARCH_HAS_EHCI=y
86476 -# CONFIG_USB is not set
86479 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
86481 -# CONFIG_USB_GADGET is not set
86482 -# CONFIG_MMC is not set
86483 -# CONFIG_MEMSTICK is not set
86484 -# CONFIG_NEW_LEDS is not set
86485 -# CONFIG_INFINIBAND is not set
86486 -# CONFIG_EDAC is not set
86487 -# CONFIG_RTC_CLASS is not set
86492 -# CONFIG_UIO is not set
86498 -# CONFIG_EXT2_FS_XATTR is not set
86499 -# CONFIG_EXT2_FS_XIP is not set
86500 -# CONFIG_EXT3_FS is not set
86501 -# CONFIG_EXT4DEV_FS is not set
86502 -# CONFIG_REISERFS_FS is not set
86503 -# CONFIG_JFS_FS is not set
86504 -# CONFIG_FS_POSIX_ACL is not set
86505 -# CONFIG_XFS_FS is not set
86506 -# CONFIG_GFS2_FS is not set
86507 -# CONFIG_OCFS2_FS is not set
86510 -CONFIG_INOTIFY_USER=y
86511 -# CONFIG_QUOTA is not set
86512 -# CONFIG_AUTOFS_FS is not set
86513 -# CONFIG_AUTOFS4_FS is not set
86514 -# CONFIG_FUSE_FS is not set
86517 -# CD-ROM/DVD Filesystems
86519 -# CONFIG_ISO9660_FS is not set
86520 -# CONFIG_UDF_FS is not set
86523 -# DOS/FAT/NT Filesystems
86525 -# CONFIG_MSDOS_FS is not set
86526 -# CONFIG_VFAT_FS is not set
86527 -# CONFIG_NTFS_FS is not set
86530 -# Pseudo filesystems
86533 -CONFIG_PROC_KCORE=y
86534 -CONFIG_PROC_SYSCTL=y
86537 -# CONFIG_TMPFS_POSIX_ACL is not set
86538 -# CONFIG_HUGETLB_PAGE is not set
86539 -# CONFIG_CONFIGFS_FS is not set
86542 -# Miscellaneous filesystems
86544 -# CONFIG_ADFS_FS is not set
86545 -# CONFIG_AFFS_FS is not set
86546 -# CONFIG_HFS_FS is not set
86547 -# CONFIG_HFSPLUS_FS is not set
86548 -# CONFIG_BEFS_FS is not set
86549 -# CONFIG_BFS_FS is not set
86550 -# CONFIG_EFS_FS is not set
86551 -# CONFIG_JFFS2_FS is not set
86553 -# CONFIG_VXFS_FS is not set
86554 -# CONFIG_MINIX_FS is not set
86555 -# CONFIG_HPFS_FS is not set
86556 -# CONFIG_QNX4FS_FS is not set
86557 -# CONFIG_ROMFS_FS is not set
86558 -# CONFIG_SYSV_FS is not set
86559 -# CONFIG_UFS_FS is not set
86560 -CONFIG_NETWORK_FILESYSTEMS=y
86563 -# CONFIG_NFS_V3_ACL is not set
86564 -# CONFIG_NFS_V4 is not set
86565 -# CONFIG_NFS_DIRECTIO is not set
86566 -# CONFIG_NFSD is not set
86570 -CONFIG_NFS_COMMON=y
86572 -# CONFIG_SUNRPC_BIND34 is not set
86573 -# CONFIG_RPCSEC_GSS_KRB5 is not set
86574 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
86575 -# CONFIG_SMB_FS is not set
86576 -# CONFIG_CIFS is not set
86577 -# CONFIG_NCP_FS is not set
86578 -# CONFIG_CODA_FS is not set
86579 -# CONFIG_AFS_FS is not set
86584 -# CONFIG_PARTITION_ADVANCED is not set
86585 -CONFIG_MSDOS_PARTITION=y
86586 -# CONFIG_NLS is not set
86587 -# CONFIG_DLM is not set
86590 -# Library routines
86592 -CONFIG_BITREVERSE=y
86593 -# CONFIG_CRC_CCITT is not set
86594 -# CONFIG_CRC16 is not set
86595 -# CONFIG_CRC_ITU_T is not set
86597 -# CONFIG_CRC7 is not set
86598 -# CONFIG_LIBCRC32C is not set
86599 -CONFIG_ZLIB_INFLATE=y
86601 -CONFIG_HAS_IOMEM=y
86602 -CONFIG_HAS_IOPORT=y
86608 -# CONFIG_PRINTK_TIME is not set
86609 -CONFIG_ENABLE_WARN_DEPRECATED=y
86610 -CONFIG_ENABLE_MUST_CHECK=y
86611 -CONFIG_MAGIC_SYSRQ=y
86612 -# CONFIG_UNUSED_SYMBOLS is not set
86614 -# CONFIG_HEADERS_CHECK is not set
86615 -CONFIG_DEBUG_KERNEL=y
86616 -# CONFIG_DEBUG_SHIRQ is not set
86617 -CONFIG_DETECT_SOFTLOCKUP=y
86618 -CONFIG_SCHED_DEBUG=y
86619 -# CONFIG_SCHEDSTATS is not set
86620 -# CONFIG_TIMER_STATS is not set
86621 -# CONFIG_SLUB_DEBUG_ON is not set
86622 -# CONFIG_SLUB_STATS is not set
86623 -# CONFIG_DEBUG_RT_MUTEXES is not set
86624 -# CONFIG_RT_MUTEX_TESTER is not set
86625 -# CONFIG_DEBUG_SPINLOCK is not set
86626 -# CONFIG_DEBUG_MUTEXES is not set
86627 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
86628 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
86629 -# CONFIG_DEBUG_KOBJECT is not set
86630 -CONFIG_DEBUG_BUGVERBOSE=y
86631 -# CONFIG_DEBUG_INFO is not set
86632 -# CONFIG_DEBUG_VM is not set
86633 -# CONFIG_DEBUG_LIST is not set
86634 -# CONFIG_DEBUG_SG is not set
86635 -# CONFIG_BOOT_PRINTK_DELAY is not set
86636 -# CONFIG_RCU_TORTURE_TEST is not set
86637 -# CONFIG_BACKTRACE_SELF_TEST is not set
86638 -# CONFIG_FAULT_INJECTION is not set
86639 -# CONFIG_SAMPLES is not set
86640 -# CONFIG_DEBUG_STACKOVERFLOW is not set
86641 -# CONFIG_DEBUG_STACK_USAGE is not set
86642 -# CONFIG_DEBUG_PAGEALLOC is not set
86643 -# CONFIG_DEBUGGER is not set
86644 -# CONFIG_VIRQ_DEBUG is not set
86645 -# CONFIG_BDI_SWITCH is not set
86646 -# CONFIG_PPC_EARLY_DEBUG is not set
86649 -# Security options
86651 -# CONFIG_KEYS is not set
86652 -# CONFIG_SECURITY is not set
86653 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
86655 -CONFIG_CRYPTO_ALGAPI=y
86656 -CONFIG_CRYPTO_BLKCIPHER=y
86657 -# CONFIG_CRYPTO_SEQIV is not set
86658 -CONFIG_CRYPTO_MANAGER=y
86659 -# CONFIG_CRYPTO_HMAC is not set
86660 -# CONFIG_CRYPTO_XCBC is not set
86661 -# CONFIG_CRYPTO_NULL is not set
86662 -# CONFIG_CRYPTO_MD4 is not set
86663 -CONFIG_CRYPTO_MD5=y
86664 -# CONFIG_CRYPTO_SHA1 is not set
86665 -# CONFIG_CRYPTO_SHA256 is not set
86666 -# CONFIG_CRYPTO_SHA512 is not set
86667 -# CONFIG_CRYPTO_WP512 is not set
86668 -# CONFIG_CRYPTO_TGR192 is not set
86669 -# CONFIG_CRYPTO_GF128MUL is not set
86670 -CONFIG_CRYPTO_ECB=y
86671 -CONFIG_CRYPTO_CBC=y
86672 -CONFIG_CRYPTO_PCBC=y
86673 -# CONFIG_CRYPTO_LRW is not set
86674 -# CONFIG_CRYPTO_XTS is not set
86675 -# CONFIG_CRYPTO_CTR is not set
86676 -# CONFIG_CRYPTO_GCM is not set
86677 -# CONFIG_CRYPTO_CCM is not set
86678 -# CONFIG_CRYPTO_CRYPTD is not set
86679 -CONFIG_CRYPTO_DES=y
86680 -# CONFIG_CRYPTO_FCRYPT is not set
86681 -# CONFIG_CRYPTO_BLOWFISH is not set
86682 -# CONFIG_CRYPTO_TWOFISH is not set
86683 -# CONFIG_CRYPTO_SERPENT is not set
86684 -# CONFIG_CRYPTO_AES is not set
86685 -# CONFIG_CRYPTO_CAST5 is not set
86686 -# CONFIG_CRYPTO_CAST6 is not set
86687 -# CONFIG_CRYPTO_TEA is not set
86688 -# CONFIG_CRYPTO_ARC4 is not set
86689 -# CONFIG_CRYPTO_KHAZAD is not set
86690 -# CONFIG_CRYPTO_ANUBIS is not set
86691 -# CONFIG_CRYPTO_SEED is not set
86692 -# CONFIG_CRYPTO_SALSA20 is not set
86693 -# CONFIG_CRYPTO_DEFLATE is not set
86694 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
86695 -# CONFIG_CRYPTO_CRC32C is not set
86696 -# CONFIG_CRYPTO_CAMELLIA is not set
86697 -# CONFIG_CRYPTO_TEST is not set
86698 -# CONFIG_CRYPTO_AUTHENC is not set
86699 -# CONFIG_CRYPTO_LZO is not set
86700 -CONFIG_CRYPTO_HW=y
86701 -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
86702 -# CONFIG_PPC_CLOCK is not set
86703 --- a/arch/powerpc/configs/warp_defconfig
86707 -# Automatically generated make config: don't edit
86708 -# Linux kernel version: 2.6.25-rc2
86709 -# Fri Feb 15 21:54:43 2008
86711 -# CONFIG_PPC64 is not set
86714 -# Processor support
86716 -# CONFIG_6xx is not set
86717 -# CONFIG_PPC_85xx is not set
86718 -# CONFIG_PPC_8xx is not set
86719 -# CONFIG_40x is not set
86721 -# CONFIG_E200 is not set
86725 -CONFIG_PTE_64BIT=y
86726 -CONFIG_PHYS_64BIT=y
86727 -# CONFIG_PPC_MM_SLICES is not set
86728 -CONFIG_NOT_COHERENT_CACHE=y
86730 -CONFIG_WORD_SIZE=32
86731 -CONFIG_PPC_MERGE=y
86733 -CONFIG_GENERIC_CMOS_UPDATE=y
86734 -CONFIG_GENERIC_TIME=y
86735 -CONFIG_GENERIC_TIME_VSYSCALL=y
86736 -CONFIG_GENERIC_CLOCKEVENTS=y
86737 -CONFIG_GENERIC_HARDIRQS=y
86738 -# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
86739 -CONFIG_IRQ_PER_CPU=y
86740 -CONFIG_RWSEM_XCHGADD_ALGORITHM=y
86741 -CONFIG_ARCH_HAS_ILOG2_U32=y
86742 -CONFIG_GENERIC_HWEIGHT=y
86743 -CONFIG_GENERIC_CALIBRATE_DELAY=y
86744 -CONFIG_GENERIC_FIND_NEXT_BIT=y
86745 -# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
86747 -CONFIG_EARLY_PRINTK=y
86748 -CONFIG_GENERIC_NVRAM=y
86749 -CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
86750 -CONFIG_ARCH_MAY_HAVE_PC_FDC=y
86753 -CONFIG_PPC_UDBG_16550=y
86754 -# CONFIG_GENERIC_TBSYNC is not set
86755 -CONFIG_AUDIT_ARCH=y
86756 -CONFIG_GENERIC_BUG=y
86757 -# CONFIG_DEFAULT_UIMAGE is not set
86758 -CONFIG_PPC_DCR_NATIVE=y
86759 -# CONFIG_PPC_DCR_MMIO is not set
86761 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
86766 -CONFIG_EXPERIMENTAL=y
86767 -CONFIG_BROKEN_ON_SMP=y
86768 -CONFIG_INIT_ENV_ARG_LIMIT=32
86769 -CONFIG_LOCALVERSION="-pika"
86770 -# CONFIG_LOCALVERSION_AUTO is not set
86773 -CONFIG_SYSVIPC_SYSCTL=y
86774 -# CONFIG_POSIX_MQUEUE is not set
86775 -# CONFIG_BSD_PROCESS_ACCT is not set
86776 -# CONFIG_TASKSTATS is not set
86777 -# CONFIG_AUDIT is not set
86778 -# CONFIG_IKCONFIG is not set
86779 -CONFIG_LOG_BUF_SHIFT=14
86780 -# CONFIG_CGROUPS is not set
86781 -CONFIG_GROUP_SCHED=y
86782 -CONFIG_FAIR_GROUP_SCHED=y
86783 -# CONFIG_RT_GROUP_SCHED is not set
86784 -CONFIG_USER_SCHED=y
86785 -# CONFIG_CGROUP_SCHED is not set
86786 -CONFIG_SYSFS_DEPRECATED=y
86787 -# CONFIG_RELAY is not set
86788 -# CONFIG_NAMESPACES is not set
86789 -CONFIG_BLK_DEV_INITRD=y
86790 -CONFIG_INITRAMFS_SOURCE=""
86791 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
86794 -CONFIG_SYSCTL_SYSCALL=y
86796 -# CONFIG_KALLSYMS_ALL is not set
86797 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
86798 -# CONFIG_HOTPLUG is not set
86802 -CONFIG_COMPAT_BRK=y
86803 -CONFIG_BASE_FULL=y
86805 -CONFIG_ANON_INODES=y
86811 -CONFIG_VM_EVENT_COUNTERS=y
86813 -# CONFIG_SLUB is not set
86814 -# CONFIG_SLOB is not set
86815 -# CONFIG_PROFILING is not set
86816 -# CONFIG_MARKERS is not set
86817 -CONFIG_HAVE_OPROFILE=y
86818 -# CONFIG_KPROBES is not set
86819 -CONFIG_HAVE_KPROBES=y
86820 -CONFIG_PROC_PAGE_MONITOR=y
86822 -CONFIG_RT_MUTEXES=y
86823 -# CONFIG_TINY_SHMEM is not set
86824 -CONFIG_BASE_SMALL=0
86826 -CONFIG_MODULE_UNLOAD=y
86827 -# CONFIG_MODULE_FORCE_UNLOAD is not set
86828 -# CONFIG_MODVERSIONS is not set
86829 -# CONFIG_MODULE_SRCVERSION_ALL is not set
86832 -# CONFIG_LBD is not set
86833 -# CONFIG_BLK_DEV_IO_TRACE is not set
86834 -# CONFIG_LSF is not set
86835 -# CONFIG_BLK_DEV_BSG is not set
86840 -CONFIG_IOSCHED_NOOP=y
86841 -CONFIG_IOSCHED_AS=y
86842 -CONFIG_IOSCHED_DEADLINE=y
86843 -CONFIG_IOSCHED_CFQ=y
86844 -CONFIG_DEFAULT_AS=y
86845 -# CONFIG_DEFAULT_DEADLINE is not set
86846 -# CONFIG_DEFAULT_CFQ is not set
86847 -# CONFIG_DEFAULT_NOOP is not set
86848 -CONFIG_DEFAULT_IOSCHED="anticipatory"
86849 -CONFIG_CLASSIC_RCU=y
86850 -# CONFIG_PREEMPT_RCU is not set
86853 -# Platform support
86855 -# CONFIG_PPC_MPC512x is not set
86856 -# CONFIG_PPC_MPC5121 is not set
86857 -# CONFIG_PPC_CELL is not set
86858 -# CONFIG_PPC_CELL_NATIVE is not set
86859 -# CONFIG_PQ2ADS is not set
86860 -# CONFIG_BAMBOO is not set
86861 -# CONFIG_EBONY is not set
86862 -# CONFIG_SEQUOIA is not set
86863 -# CONFIG_TAISHAN is not set
86864 -# CONFIG_KATMAI is not set
86865 -# CONFIG_RAINIER is not set
86868 -CONFIG_IBM440EP_ERR42=y
86869 -# CONFIG_IPIC is not set
86870 -# CONFIG_MPIC is not set
86871 -# CONFIG_MPIC_WEIRD is not set
86872 -# CONFIG_PPC_I8259 is not set
86873 -# CONFIG_PPC_RTAS is not set
86874 -# CONFIG_MMIO_NVRAM is not set
86875 -# CONFIG_PPC_MPC106 is not set
86876 -# CONFIG_PPC_970_NAP is not set
86877 -# CONFIG_PPC_INDIRECT_IO is not set
86878 -# CONFIG_GENERIC_IOMAP is not set
86879 -# CONFIG_CPU_FREQ is not set
86880 -# CONFIG_FSL_ULI1575 is not set
86885 -# CONFIG_HIGHMEM is not set
86886 -# CONFIG_TICK_ONESHOT is not set
86887 -# CONFIG_NO_HZ is not set
86888 -# CONFIG_HIGH_RES_TIMERS is not set
86889 -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
86890 -# CONFIG_HZ_100 is not set
86891 -# CONFIG_HZ_250 is not set
86892 -# CONFIG_HZ_300 is not set
86895 -# CONFIG_SCHED_HRTICK is not set
86896 -CONFIG_PREEMPT_NONE=y
86897 -# CONFIG_PREEMPT_VOLUNTARY is not set
86898 -# CONFIG_PREEMPT is not set
86899 -CONFIG_RCU_TRACE=y
86900 -CONFIG_BINFMT_ELF=y
86901 -# CONFIG_BINFMT_MISC is not set
86902 -# CONFIG_MATH_EMULATION is not set
86903 -# CONFIG_IOMMU_HELPER is not set
86904 -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
86905 -CONFIG_ARCH_HAS_WALK_MEMORY=y
86906 -CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
86907 -CONFIG_ARCH_FLATMEM_ENABLE=y
86908 -CONFIG_ARCH_POPULATES_NODE_MAP=y
86909 -CONFIG_SELECT_MEMORY_MODEL=y
86910 -CONFIG_FLATMEM_MANUAL=y
86911 -# CONFIG_DISCONTIGMEM_MANUAL is not set
86912 -# CONFIG_SPARSEMEM_MANUAL is not set
86914 -CONFIG_FLAT_NODE_MEM_MAP=y
86915 -# CONFIG_SPARSEMEM_STATIC is not set
86916 -# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
86917 -CONFIG_SPLIT_PTLOCK_CPUS=4
86918 -CONFIG_RESOURCES_64BIT=y
86919 -CONFIG_ZONE_DMA_FLAG=1
86921 -CONFIG_VIRT_TO_BUS=y
86922 -CONFIG_PROC_DEVICETREE=y
86923 -CONFIG_CMDLINE_BOOL=y
86924 -CONFIG_CMDLINE="ip=on"
86926 -CONFIG_ISA_DMA_API=y
86932 -# CONFIG_PCI is not set
86933 -# CONFIG_PCI_DOMAINS is not set
86934 -# CONFIG_PCI_SYSCALL is not set
86935 -# CONFIG_ARCH_SUPPORTS_MSI is not set
86940 -# CONFIG_ADVANCED_OPTIONS is not set
86943 -# Default settings for advanced configuration options are used
86945 -CONFIG_HIGHMEM_START=0xfe000000
86946 -CONFIG_LOWMEM_SIZE=0x30000000
86947 -CONFIG_KERNEL_START=0xc0000000
86948 -CONFIG_TASK_SIZE=0xc0000000
86949 -CONFIG_CONSISTENT_START=0xff100000
86950 -CONFIG_CONSISTENT_SIZE=0x00200000
86951 -CONFIG_BOOT_LOAD=0x01000000
86959 -# Networking options
86962 -# CONFIG_PACKET_MMAP is not set
86965 -# CONFIG_XFRM_USER is not set
86966 -# CONFIG_XFRM_SUB_POLICY is not set
86967 -# CONFIG_XFRM_MIGRATE is not set
86968 -# CONFIG_XFRM_STATISTICS is not set
86969 -# CONFIG_NET_KEY is not set
86971 -# CONFIG_IP_MULTICAST is not set
86972 -# CONFIG_IP_ADVANCED_ROUTER is not set
86973 -CONFIG_IP_FIB_HASH=y
86975 -CONFIG_IP_PNP_DHCP=y
86976 -# CONFIG_IP_PNP_BOOTP is not set
86977 -# CONFIG_IP_PNP_RARP is not set
86978 -# CONFIG_NET_IPIP is not set
86979 -# CONFIG_NET_IPGRE is not set
86980 -# CONFIG_ARPD is not set
86981 -# CONFIG_SYN_COOKIES is not set
86982 -# CONFIG_INET_AH is not set
86983 -# CONFIG_INET_ESP is not set
86984 -# CONFIG_INET_IPCOMP is not set
86985 -# CONFIG_INET_XFRM_TUNNEL is not set
86986 -# CONFIG_INET_TUNNEL is not set
86987 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
86988 -CONFIG_INET_XFRM_MODE_TUNNEL=y
86989 -CONFIG_INET_XFRM_MODE_BEET=y
86990 -# CONFIG_INET_LRO is not set
86991 -CONFIG_INET_DIAG=y
86992 -CONFIG_INET_TCP_DIAG=y
86993 -# CONFIG_TCP_CONG_ADVANCED is not set
86994 -CONFIG_TCP_CONG_CUBIC=y
86995 -CONFIG_DEFAULT_TCP_CONG="cubic"
86996 -# CONFIG_TCP_MD5SIG is not set
86997 -# CONFIG_IP_VS is not set
86998 -# CONFIG_IPV6 is not set
86999 -# CONFIG_INET6_XFRM_TUNNEL is not set
87000 -# CONFIG_INET6_TUNNEL is not set
87001 -# CONFIG_NETWORK_SECMARK is not set
87002 -CONFIG_NETFILTER=y
87003 -# CONFIG_NETFILTER_DEBUG is not set
87004 -CONFIG_NETFILTER_ADVANCED=y
87007 -# Core Netfilter Configuration
87009 -# CONFIG_NETFILTER_NETLINK_QUEUE is not set
87010 -# CONFIG_NETFILTER_NETLINK_LOG is not set
87011 -# CONFIG_NF_CONNTRACK is not set
87012 -# CONFIG_NETFILTER_XTABLES is not set
87015 -# IP: Netfilter Configuration
87017 -# CONFIG_IP_NF_QUEUE is not set
87018 -# CONFIG_IP_NF_IPTABLES is not set
87019 -# CONFIG_IP_NF_ARPTABLES is not set
87020 -# CONFIG_IP_DCCP is not set
87021 -# CONFIG_IP_SCTP is not set
87022 -# CONFIG_TIPC is not set
87023 -# CONFIG_ATM is not set
87024 -# CONFIG_BRIDGE is not set
87025 -CONFIG_VLAN_8021Q=y
87026 -# CONFIG_DECNET is not set
87027 -# CONFIG_LLC2 is not set
87028 -# CONFIG_IPX is not set
87029 -# CONFIG_ATALK is not set
87030 -# CONFIG_X25 is not set
87031 -# CONFIG_LAPB is not set
87032 -# CONFIG_ECONET is not set
87033 -# CONFIG_WAN_ROUTER is not set
87034 -# CONFIG_NET_SCHED is not set
87039 -# CONFIG_NET_PKTGEN is not set
87040 -# CONFIG_HAMRADIO is not set
87041 -# CONFIG_CAN is not set
87042 -# CONFIG_IRDA is not set
87043 -# CONFIG_BT is not set
87044 -# CONFIG_AF_RXRPC is not set
87049 -# CONFIG_CFG80211 is not set
87050 -# CONFIG_WIRELESS_EXT is not set
87051 -# CONFIG_MAC80211 is not set
87052 -# CONFIG_IEEE80211 is not set
87053 -# CONFIG_RFKILL is not set
87054 -# CONFIG_NET_9P is not set
87061 -# Generic Driver Options
87063 -# CONFIG_STANDALONE is not set
87064 -CONFIG_PREVENT_FIRMWARE_BUILD=y
87065 -# CONFIG_DEBUG_DRIVER is not set
87066 -# CONFIG_DEBUG_DEVRES is not set
87067 -# CONFIG_SYS_HYPERVISOR is not set
87068 -# CONFIG_CONNECTOR is not set
87070 -# CONFIG_MTD_DEBUG is not set
87071 -# CONFIG_MTD_CONCAT is not set
87072 -CONFIG_MTD_PARTITIONS=y
87073 -# CONFIG_MTD_REDBOOT_PARTS is not set
87074 -# CONFIG_MTD_CMDLINE_PARTS is not set
87075 -CONFIG_MTD_OF_PARTS=y
87078 -# User Modules And Translation Layers
87081 -CONFIG_MTD_BLKDEVS=y
87082 -CONFIG_MTD_BLOCK=y
87083 -# CONFIG_FTL is not set
87084 -# CONFIG_NFTL is not set
87085 -# CONFIG_INFTL is not set
87086 -# CONFIG_RFD_FTL is not set
87087 -# CONFIG_SSFDC is not set
87091 -# RAM/ROM/Flash chip drivers
87094 -# CONFIG_MTD_JEDECPROBE is not set
87095 -CONFIG_MTD_GEN_PROBE=y
87096 -# CONFIG_MTD_CFI_ADV_OPTIONS is not set
87097 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
87098 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
87099 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
87100 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
87101 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
87102 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
87103 -CONFIG_MTD_CFI_I1=y
87104 -CONFIG_MTD_CFI_I2=y
87105 -# CONFIG_MTD_CFI_I4 is not set
87106 -# CONFIG_MTD_CFI_I8 is not set
87107 -# CONFIG_MTD_CFI_INTELEXT is not set
87108 -CONFIG_MTD_CFI_AMDSTD=y
87109 -# CONFIG_MTD_CFI_STAA is not set
87110 -CONFIG_MTD_CFI_UTIL=y
87111 -# CONFIG_MTD_RAM is not set
87112 -# CONFIG_MTD_ROM is not set
87113 -# CONFIG_MTD_ABSENT is not set
87116 -# Mapping drivers for chip access
87118 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
87119 -# CONFIG_MTD_PHYSMAP is not set
87120 -CONFIG_MTD_PHYSMAP_OF=y
87121 -# CONFIG_MTD_PLATRAM is not set
87124 -# Self-contained MTD device drivers
87126 -# CONFIG_MTD_SLRAM is not set
87127 -# CONFIG_MTD_PHRAM is not set
87128 -# CONFIG_MTD_MTDRAM is not set
87129 -# CONFIG_MTD_BLOCK2MTD is not set
87132 -# Disk-On-Chip Device Drivers
87134 -# CONFIG_MTD_DOC2000 is not set
87135 -# CONFIG_MTD_DOC2001 is not set
87136 -# CONFIG_MTD_DOC2001PLUS is not set
87138 -# CONFIG_MTD_NAND_VERIFY_WRITE is not set
87139 -CONFIG_MTD_NAND_ECC_SMC=y
87140 -# CONFIG_MTD_NAND_MUSEUM_IDS is not set
87141 -CONFIG_MTD_NAND_IDS=y
87142 -# CONFIG_MTD_NAND_DISKONCHIP is not set
87143 -# CONFIG_MTD_NAND_NANDSIM is not set
87144 -# CONFIG_MTD_NAND_PLATFORM is not set
87145 -# CONFIG_MTD_ALAUDA is not set
87146 -# CONFIG_MTD_NAND_FSL_ELBC is not set
87147 -# CONFIG_MTD_ONENAND is not set
87150 -# UBI - Unsorted block images
87152 -# CONFIG_MTD_UBI is not set
87153 -CONFIG_OF_DEVICE=y
87154 -# CONFIG_PARPORT is not set
87156 -# CONFIG_BLK_DEV_FD is not set
87157 -# CONFIG_BLK_DEV_COW_COMMON is not set
87158 -# CONFIG_BLK_DEV_LOOP is not set
87159 -# CONFIG_BLK_DEV_NBD is not set
87160 -# CONFIG_BLK_DEV_UB is not set
87161 -CONFIG_BLK_DEV_RAM=y
87162 -CONFIG_BLK_DEV_RAM_COUNT=16
87163 -CONFIG_BLK_DEV_RAM_SIZE=4096
87164 -# CONFIG_BLK_DEV_XIP is not set
87165 -# CONFIG_CDROM_PKTCDVD is not set
87166 -# CONFIG_ATA_OVER_ETH is not set
87167 -# CONFIG_XILINX_SYSACE is not set
87168 -CONFIG_MISC_DEVICES=y
87169 -# CONFIG_EEPROM_93CX6 is not set
87170 -# CONFIG_ENCLOSURE_SERVICES is not set
87172 -# CONFIG_IDE is not set
87175 -# SCSI device support
87177 -# CONFIG_RAID_ATTRS is not set
87180 -# CONFIG_SCSI_TGT is not set
87181 -# CONFIG_SCSI_NETLINK is not set
87182 -CONFIG_SCSI_PROC_FS=y
87185 -# SCSI support type (disk, tape, CD-ROM)
87187 -CONFIG_BLK_DEV_SD=y
87188 -# CONFIG_CHR_DEV_ST is not set
87189 -# CONFIG_CHR_DEV_OSST is not set
87190 -# CONFIG_BLK_DEV_SR is not set
87191 -# CONFIG_CHR_DEV_SG is not set
87192 -# CONFIG_CHR_DEV_SCH is not set
87195 -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
87197 -# CONFIG_SCSI_MULTI_LUN is not set
87198 -# CONFIG_SCSI_CONSTANTS is not set
87199 -# CONFIG_SCSI_LOGGING is not set
87200 -# CONFIG_SCSI_SCAN_ASYNC is not set
87201 -CONFIG_SCSI_WAIT_SCAN=m
87206 -CONFIG_SCSI_SPI_ATTRS=y
87207 -# CONFIG_SCSI_FC_ATTRS is not set
87208 -# CONFIG_SCSI_ISCSI_ATTRS is not set
87209 -# CONFIG_SCSI_SAS_LIBSAS is not set
87210 -# CONFIG_SCSI_SRP_ATTRS is not set
87211 -# CONFIG_SCSI_LOWLEVEL is not set
87212 -# CONFIG_ATA is not set
87213 -# CONFIG_MD is not set
87214 -# CONFIG_MACINTOSH_DRIVERS is not set
87215 -CONFIG_NETDEVICES=y
87216 -# CONFIG_NETDEVICES_MULTIQUEUE is not set
87217 -# CONFIG_DUMMY is not set
87218 -# CONFIG_BONDING is not set
87219 -# CONFIG_MACVLAN is not set
87220 -# CONFIG_EQUALIZER is not set
87221 -# CONFIG_TUN is not set
87222 -# CONFIG_VETH is not set
87223 -# CONFIG_PHYLIB is not set
87224 -CONFIG_NET_ETHERNET=y
87226 -CONFIG_IBM_NEW_EMAC=y
87227 -CONFIG_IBM_NEW_EMAC_RXB=128
87228 -CONFIG_IBM_NEW_EMAC_TXB=64
87229 -CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
87230 -CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
87231 -CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
87232 -# CONFIG_IBM_NEW_EMAC_DEBUG is not set
87233 -CONFIG_IBM_NEW_EMAC_ZMII=y
87234 -# CONFIG_IBM_NEW_EMAC_RGMII is not set
87235 -# CONFIG_IBM_NEW_EMAC_TAH is not set
87236 -# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
87237 -# CONFIG_B44 is not set
87238 -# CONFIG_NETDEV_1000 is not set
87239 -# CONFIG_NETDEV_10000 is not set
87244 -# CONFIG_WLAN_PRE80211 is not set
87245 -# CONFIG_WLAN_80211 is not set
87248 -# USB Network Adapters
87250 -# CONFIG_USB_CATC is not set
87251 -# CONFIG_USB_KAWETH is not set
87252 -# CONFIG_USB_PEGASUS is not set
87253 -# CONFIG_USB_RTL8150 is not set
87254 -# CONFIG_USB_USBNET is not set
87255 -# CONFIG_WAN is not set
87256 -# CONFIG_PPP is not set
87257 -# CONFIG_SLIP is not set
87258 -# CONFIG_NETCONSOLE is not set
87259 -# CONFIG_NETPOLL is not set
87260 -# CONFIG_NET_POLL_CONTROLLER is not set
87261 -# CONFIG_ISDN is not set
87262 -# CONFIG_PHONE is not set
87265 -# Input device support
87267 -# CONFIG_INPUT is not set
87270 -# Hardware I/O ports
87272 -# CONFIG_SERIO is not set
87273 -# CONFIG_GAMEPORT is not set
87276 -# Character devices
87278 -# CONFIG_VT is not set
87279 -# CONFIG_SERIAL_NONSTANDARD is not set
87284 -CONFIG_SERIAL_8250=y
87285 -CONFIG_SERIAL_8250_CONSOLE=y
87286 -CONFIG_SERIAL_8250_NR_UARTS=4
87287 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
87288 -CONFIG_SERIAL_8250_EXTENDED=y
87289 -# CONFIG_SERIAL_8250_MANY_PORTS is not set
87290 -CONFIG_SERIAL_8250_SHARE_IRQ=y
87291 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
87292 -# CONFIG_SERIAL_8250_RSA is not set
87295 -# Non-8250 serial port support
87297 -# CONFIG_SERIAL_UARTLITE is not set
87298 -CONFIG_SERIAL_CORE=y
87299 -CONFIG_SERIAL_CORE_CONSOLE=y
87300 -# CONFIG_SERIAL_OF_PLATFORM is not set
87301 -CONFIG_UNIX98_PTYS=y
87302 -CONFIG_LEGACY_PTYS=y
87303 -CONFIG_LEGACY_PTY_COUNT=256
87304 -# CONFIG_IPMI_HANDLER is not set
87305 -CONFIG_HW_RANDOM=y
87306 -# CONFIG_NVRAM is not set
87307 -# CONFIG_GEN_RTC is not set
87308 -# CONFIG_R3964 is not set
87309 -# CONFIG_RAW_DRIVER is not set
87310 -# CONFIG_TCG_TPM is not set
87312 -CONFIG_I2C_BOARDINFO=y
87313 -# CONFIG_I2C_CHARDEV is not set
87318 -# CONFIG_I2C_ALGOBIT is not set
87319 -# CONFIG_I2C_ALGOPCF is not set
87320 -# CONFIG_I2C_ALGOPCA is not set
87323 -# I2C Hardware Bus support
87325 -# CONFIG_I2C_MPC is not set
87326 -# CONFIG_I2C_OCORES is not set
87327 -# CONFIG_I2C_PARPORT_LIGHT is not set
87328 -# CONFIG_I2C_SIMTEC is not set
87329 -# CONFIG_I2C_TAOS_EVM is not set
87330 -# CONFIG_I2C_STUB is not set
87331 -# CONFIG_I2C_TINY_USB is not set
87334 -# Miscellaneous I2C Chip support
87336 -# CONFIG_DS1682 is not set
87337 -CONFIG_SENSORS_EEPROM=y
87338 -# CONFIG_SENSORS_PCF8574 is not set
87339 -# CONFIG_PCF8575 is not set
87340 -# CONFIG_SENSORS_PCF8591 is not set
87341 -# CONFIG_TPS65010 is not set
87342 -# CONFIG_SENSORS_MAX6875 is not set
87343 -# CONFIG_SENSORS_TSL2550 is not set
87344 -# CONFIG_I2C_DEBUG_CORE is not set
87345 -# CONFIG_I2C_DEBUG_ALGO is not set
87346 -# CONFIG_I2C_DEBUG_BUS is not set
87347 -# CONFIG_I2C_DEBUG_CHIP is not set
87352 -# CONFIG_SPI is not set
87353 -# CONFIG_SPI_MASTER is not set
87354 -# CONFIG_W1 is not set
87355 -# CONFIG_POWER_SUPPLY is not set
87357 -# CONFIG_HWMON_VID is not set
87358 -# CONFIG_SENSORS_AD7418 is not set
87359 -# CONFIG_SENSORS_ADM1021 is not set
87360 -# CONFIG_SENSORS_ADM1025 is not set
87361 -# CONFIG_SENSORS_ADM1026 is not set
87362 -# CONFIG_SENSORS_ADM1029 is not set
87363 -# CONFIG_SENSORS_ADM1031 is not set
87364 -# CONFIG_SENSORS_ADM9240 is not set
87365 -# CONFIG_SENSORS_ADT7470 is not set
87366 -# CONFIG_SENSORS_ATXP1 is not set
87367 -# CONFIG_SENSORS_DS1621 is not set
87368 -# CONFIG_SENSORS_F71805F is not set
87369 -# CONFIG_SENSORS_F71882FG is not set
87370 -# CONFIG_SENSORS_F75375S is not set
87371 -# CONFIG_SENSORS_GL518SM is not set
87372 -# CONFIG_SENSORS_GL520SM is not set
87373 -# CONFIG_SENSORS_IT87 is not set
87374 -# CONFIG_SENSORS_LM63 is not set
87375 -# CONFIG_SENSORS_LM75 is not set
87376 -# CONFIG_SENSORS_LM77 is not set
87377 -# CONFIG_SENSORS_LM78 is not set
87378 -# CONFIG_SENSORS_LM80 is not set
87379 -# CONFIG_SENSORS_LM83 is not set
87380 -# CONFIG_SENSORS_LM85 is not set
87381 -# CONFIG_SENSORS_LM87 is not set
87382 -# CONFIG_SENSORS_LM90 is not set
87383 -# CONFIG_SENSORS_LM92 is not set
87384 -# CONFIG_SENSORS_LM93 is not set
87385 -# CONFIG_SENSORS_MAX1619 is not set
87386 -# CONFIG_SENSORS_MAX6650 is not set
87387 -# CONFIG_SENSORS_PC87360 is not set
87388 -# CONFIG_SENSORS_PC87427 is not set
87389 -# CONFIG_SENSORS_DME1737 is not set
87390 -# CONFIG_SENSORS_SMSC47M1 is not set
87391 -# CONFIG_SENSORS_SMSC47M192 is not set
87392 -# CONFIG_SENSORS_SMSC47B397 is not set
87393 -# CONFIG_SENSORS_ADS7828 is not set
87394 -# CONFIG_SENSORS_THMC50 is not set
87395 -# CONFIG_SENSORS_VT1211 is not set
87396 -# CONFIG_SENSORS_W83781D is not set
87397 -# CONFIG_SENSORS_W83791D is not set
87398 -# CONFIG_SENSORS_W83792D is not set
87399 -# CONFIG_SENSORS_W83793 is not set
87400 -# CONFIG_SENSORS_W83L785TS is not set
87401 -# CONFIG_SENSORS_W83L786NG is not set
87402 -# CONFIG_SENSORS_W83627HF is not set
87403 -# CONFIG_SENSORS_W83627EHF is not set
87404 -# CONFIG_HWMON_DEBUG_CHIP is not set
87406 -# CONFIG_WATCHDOG is not set
87409 -# Sonics Silicon Backplane
87411 -CONFIG_SSB_POSSIBLE=y
87412 -# CONFIG_SSB is not set
87415 -# Multifunction device drivers
87417 -# CONFIG_MFD_SM501 is not set
87420 -# Multimedia devices
87422 -# CONFIG_VIDEO_DEV is not set
87423 -# CONFIG_DVB_CORE is not set
87424 -# CONFIG_DAB is not set
87427 -# Graphics support
87429 -# CONFIG_VGASTATE is not set
87430 -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
87431 -# CONFIG_FB is not set
87432 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
87435 -# Display device support
87437 -# CONFIG_DISPLAY_SUPPORT is not set
87442 -# CONFIG_SOUND is not set
87443 -CONFIG_USB_SUPPORT=y
87444 -CONFIG_USB_ARCH_HAS_HCD=y
87445 -CONFIG_USB_ARCH_HAS_OHCI=y
87446 -# CONFIG_USB_ARCH_HAS_EHCI is not set
87448 -# CONFIG_USB_DEBUG is not set
87449 -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
87452 -# Miscellaneous USB options
87454 -# CONFIG_USB_DEVICEFS is not set
87455 -CONFIG_USB_DEVICE_CLASS=y
87456 -# CONFIG_USB_DYNAMIC_MINORS is not set
87457 -# CONFIG_USB_OTG is not set
87460 -# USB Host Controller Drivers
87462 -# CONFIG_USB_ISP116X_HCD is not set
87463 -CONFIG_USB_OHCI_HCD=y
87464 -CONFIG_USB_OHCI_HCD_PPC_OF=y
87465 -CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
87466 -# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
87467 -CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
87468 -CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
87469 -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
87470 -# CONFIG_USB_SL811_HCD is not set
87471 -# CONFIG_USB_R8A66597_HCD is not set
87474 -# USB Device Class drivers
87476 -# CONFIG_USB_ACM is not set
87477 -# CONFIG_USB_PRINTER is not set
87480 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
87484 -# may also be needed; see USB_STORAGE Help for more information
87486 -CONFIG_USB_STORAGE=y
87487 -# CONFIG_USB_STORAGE_DEBUG is not set
87488 -# CONFIG_USB_STORAGE_DATAFAB is not set
87489 -# CONFIG_USB_STORAGE_FREECOM is not set
87490 -# CONFIG_USB_STORAGE_ISD200 is not set
87491 -# CONFIG_USB_STORAGE_DPCM is not set
87492 -# CONFIG_USB_STORAGE_USBAT is not set
87493 -# CONFIG_USB_STORAGE_SDDR09 is not set
87494 -# CONFIG_USB_STORAGE_SDDR55 is not set
87495 -# CONFIG_USB_STORAGE_JUMPSHOT is not set
87496 -# CONFIG_USB_STORAGE_ALAUDA is not set
87497 -# CONFIG_USB_STORAGE_KARMA is not set
87498 -# CONFIG_USB_LIBUSUAL is not set
87501 -# USB Imaging devices
87503 -# CONFIG_USB_MDC800 is not set
87504 -# CONFIG_USB_MICROTEK is not set
87508 -# USB port drivers
87510 -# CONFIG_USB_SERIAL is not set
87513 -# USB Miscellaneous drivers
87515 -# CONFIG_USB_EMI62 is not set
87516 -# CONFIG_USB_EMI26 is not set
87517 -# CONFIG_USB_ADUTUX is not set
87518 -# CONFIG_USB_AUERSWALD is not set
87519 -# CONFIG_USB_RIO500 is not set
87520 -# CONFIG_USB_LEGOTOWER is not set
87521 -# CONFIG_USB_LCD is not set
87522 -# CONFIG_USB_BERRY_CHARGE is not set
87523 -# CONFIG_USB_LED is not set
87524 -# CONFIG_USB_CYPRESS_CY7C63 is not set
87525 -# CONFIG_USB_CYTHERM is not set
87526 -# CONFIG_USB_PHIDGET is not set
87527 -# CONFIG_USB_IDMOUSE is not set
87528 -# CONFIG_USB_FTDI_ELAN is not set
87529 -# CONFIG_USB_APPLEDISPLAY is not set
87530 -# CONFIG_USB_LD is not set
87531 -# CONFIG_USB_TRANCEVIBRATOR is not set
87532 -# CONFIG_USB_IOWARRIOR is not set
87533 -# CONFIG_USB_GADGET is not set
87535 -# CONFIG_MMC_DEBUG is not set
87536 -# CONFIG_MMC_UNSAFE_RESUME is not set
87539 -# MMC/SD Card Drivers
87541 -CONFIG_MMC_BLOCK=m
87542 -CONFIG_MMC_BLOCK_BOUNCE=y
87543 -# CONFIG_SDIO_UART is not set
87546 -# MMC/SD Host Controller Drivers
87548 -# CONFIG_MMC_WBSD is not set
87549 -# CONFIG_MEMSTICK is not set
87550 -# CONFIG_NEW_LEDS is not set
87551 -# CONFIG_EDAC is not set
87552 -# CONFIG_RTC_CLASS is not set
87557 -# CONFIG_UIO is not set
87563 -# CONFIG_EXT2_FS_XATTR is not set
87564 -# CONFIG_EXT2_FS_XIP is not set
87565 -# CONFIG_EXT3_FS is not set
87566 -# CONFIG_EXT4DEV_FS is not set
87567 -# CONFIG_REISERFS_FS is not set
87568 -# CONFIG_JFS_FS is not set
87569 -# CONFIG_FS_POSIX_ACL is not set
87570 -# CONFIG_XFS_FS is not set
87571 -# CONFIG_GFS2_FS is not set
87572 -# CONFIG_OCFS2_FS is not set
87575 -CONFIG_INOTIFY_USER=y
87576 -# CONFIG_QUOTA is not set
87577 -# CONFIG_AUTOFS_FS is not set
87578 -# CONFIG_AUTOFS4_FS is not set
87579 -# CONFIG_FUSE_FS is not set
87582 -# CD-ROM/DVD Filesystems
87584 -# CONFIG_ISO9660_FS is not set
87585 -# CONFIG_UDF_FS is not set
87588 -# DOS/FAT/NT Filesystems
87593 -CONFIG_FAT_DEFAULT_CODEPAGE=437
87594 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
87595 -# CONFIG_NTFS_FS is not set
87598 -# Pseudo filesystems
87601 -CONFIG_PROC_KCORE=y
87602 -CONFIG_PROC_SYSCTL=y
87604 -# CONFIG_TMPFS is not set
87605 -# CONFIG_HUGETLB_PAGE is not set
87606 -# CONFIG_CONFIGFS_FS is not set
87609 -# Miscellaneous filesystems
87611 -# CONFIG_ADFS_FS is not set
87612 -# CONFIG_AFFS_FS is not set
87613 -# CONFIG_HFS_FS is not set
87614 -# CONFIG_HFSPLUS_FS is not set
87615 -# CONFIG_BEFS_FS is not set
87616 -# CONFIG_BFS_FS is not set
87617 -# CONFIG_EFS_FS is not set
87619 -CONFIG_JFFS2_FS_DEBUG=0
87620 -CONFIG_JFFS2_FS_WRITEBUFFER=y
87621 -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
87622 -# CONFIG_JFFS2_SUMMARY is not set
87623 -# CONFIG_JFFS2_FS_XATTR is not set
87624 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
87625 -CONFIG_JFFS2_ZLIB=y
87626 -# CONFIG_JFFS2_LZO is not set
87627 -CONFIG_JFFS2_RTIME=y
87628 -# CONFIG_JFFS2_RUBIN is not set
87630 -# CONFIG_VXFS_FS is not set
87631 -# CONFIG_MINIX_FS is not set
87632 -# CONFIG_HPFS_FS is not set
87633 -# CONFIG_QNX4FS_FS is not set
87634 -# CONFIG_ROMFS_FS is not set
87635 -# CONFIG_SYSV_FS is not set
87636 -# CONFIG_UFS_FS is not set
87637 -CONFIG_NETWORK_FILESYSTEMS=y
87640 -# CONFIG_NFS_V3_ACL is not set
87641 -# CONFIG_NFS_V4 is not set
87642 -# CONFIG_NFS_DIRECTIO is not set
87643 -# CONFIG_NFSD is not set
87647 -CONFIG_NFS_COMMON=y
87649 -# CONFIG_SUNRPC_BIND34 is not set
87650 -# CONFIG_RPCSEC_GSS_KRB5 is not set
87651 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
87652 -# CONFIG_SMB_FS is not set
87653 -# CONFIG_CIFS is not set
87654 -# CONFIG_NCP_FS is not set
87655 -# CONFIG_CODA_FS is not set
87656 -# CONFIG_AFS_FS is not set
87661 -# CONFIG_PARTITION_ADVANCED is not set
87662 -CONFIG_MSDOS_PARTITION=y
87664 -CONFIG_NLS_DEFAULT="iso8859-1"
87665 -CONFIG_NLS_CODEPAGE_437=y
87666 -# CONFIG_NLS_CODEPAGE_737 is not set
87667 -# CONFIG_NLS_CODEPAGE_775 is not set
87668 -CONFIG_NLS_CODEPAGE_850=y
87669 -# CONFIG_NLS_CODEPAGE_852 is not set
87670 -# CONFIG_NLS_CODEPAGE_855 is not set
87671 -# CONFIG_NLS_CODEPAGE_857 is not set
87672 -# CONFIG_NLS_CODEPAGE_860 is not set
87673 -# CONFIG_NLS_CODEPAGE_861 is not set
87674 -# CONFIG_NLS_CODEPAGE_862 is not set
87675 -# CONFIG_NLS_CODEPAGE_863 is not set
87676 -# CONFIG_NLS_CODEPAGE_864 is not set
87677 -# CONFIG_NLS_CODEPAGE_865 is not set
87678 -# CONFIG_NLS_CODEPAGE_866 is not set
87679 -# CONFIG_NLS_CODEPAGE_869 is not set
87680 -# CONFIG_NLS_CODEPAGE_936 is not set
87681 -# CONFIG_NLS_CODEPAGE_950 is not set
87682 -# CONFIG_NLS_CODEPAGE_932 is not set
87683 -# CONFIG_NLS_CODEPAGE_949 is not set
87684 -# CONFIG_NLS_CODEPAGE_874 is not set
87685 -# CONFIG_NLS_ISO8859_8 is not set
87686 -# CONFIG_NLS_CODEPAGE_1250 is not set
87687 -# CONFIG_NLS_CODEPAGE_1251 is not set
87688 -CONFIG_NLS_ASCII=y
87689 -CONFIG_NLS_ISO8859_1=y
87690 -# CONFIG_NLS_ISO8859_2 is not set
87691 -# CONFIG_NLS_ISO8859_3 is not set
87692 -# CONFIG_NLS_ISO8859_4 is not set
87693 -# CONFIG_NLS_ISO8859_5 is not set
87694 -# CONFIG_NLS_ISO8859_6 is not set
87695 -# CONFIG_NLS_ISO8859_7 is not set
87696 -# CONFIG_NLS_ISO8859_9 is not set
87697 -# CONFIG_NLS_ISO8859_13 is not set
87698 -# CONFIG_NLS_ISO8859_14 is not set
87699 -CONFIG_NLS_ISO8859_15=y
87700 -# CONFIG_NLS_KOI8_R is not set
87701 -# CONFIG_NLS_KOI8_U is not set
87703 -# CONFIG_DLM is not set
87706 -# Library routines
87708 -CONFIG_BITREVERSE=y
87709 -CONFIG_CRC_CCITT=y
87710 -# CONFIG_CRC16 is not set
87711 -# CONFIG_CRC_ITU_T is not set
87713 -# CONFIG_CRC7 is not set
87714 -# CONFIG_LIBCRC32C is not set
87715 -CONFIG_ZLIB_INFLATE=y
87716 -CONFIG_ZLIB_DEFLATE=y
87718 -CONFIG_HAS_IOMEM=y
87719 -CONFIG_HAS_IOPORT=y
87725 -# CONFIG_PRINTK_TIME is not set
87726 -CONFIG_ENABLE_WARN_DEPRECATED=y
87727 -CONFIG_ENABLE_MUST_CHECK=y
87728 -CONFIG_MAGIC_SYSRQ=y
87729 -# CONFIG_UNUSED_SYMBOLS is not set
87731 -# CONFIG_HEADERS_CHECK is not set
87732 -CONFIG_DEBUG_KERNEL=y
87733 -# CONFIG_DEBUG_SHIRQ is not set
87734 -CONFIG_DETECT_SOFTLOCKUP=y
87735 -# CONFIG_SCHED_DEBUG is not set
87736 -# CONFIG_SCHEDSTATS is not set
87737 -# CONFIG_TIMER_STATS is not set
87738 -# CONFIG_DEBUG_SLAB is not set
87739 -# CONFIG_DEBUG_RT_MUTEXES is not set
87740 -# CONFIG_RT_MUTEX_TESTER is not set
87741 -# CONFIG_DEBUG_SPINLOCK is not set
87742 -# CONFIG_DEBUG_MUTEXES is not set
87743 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
87744 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
87745 -# CONFIG_DEBUG_KOBJECT is not set
87746 -# CONFIG_DEBUG_BUGVERBOSE is not set
87747 -CONFIG_DEBUG_INFO=y
87748 -# CONFIG_DEBUG_VM is not set
87749 -# CONFIG_DEBUG_LIST is not set
87750 -# CONFIG_DEBUG_SG is not set
87751 -# CONFIG_BOOT_PRINTK_DELAY is not set
87752 -# CONFIG_RCU_TORTURE_TEST is not set
87753 -# CONFIG_BACKTRACE_SELF_TEST is not set
87754 -# CONFIG_FAULT_INJECTION is not set
87755 -# CONFIG_SAMPLES is not set
87756 -# CONFIG_DEBUG_STACKOVERFLOW is not set
87757 -# CONFIG_DEBUG_STACK_USAGE is not set
87758 -# CONFIG_DEBUG_PAGEALLOC is not set
87759 -# CONFIG_DEBUGGER is not set
87760 -# CONFIG_VIRQ_DEBUG is not set
87761 -CONFIG_BDI_SWITCH=y
87762 -# CONFIG_PPC_EARLY_DEBUG is not set
87765 -# Security options
87767 -# CONFIG_KEYS is not set
87768 -# CONFIG_SECURITY is not set
87769 -# CONFIG_SECURITY_FILE_CAPABILITIES is not set
87771 -# CONFIG_CRYPTO_SEQIV is not set
87772 -# CONFIG_CRYPTO_MANAGER is not set
87773 -# CONFIG_CRYPTO_HMAC is not set
87774 -# CONFIG_CRYPTO_XCBC is not set
87775 -# CONFIG_CRYPTO_NULL is not set
87776 -# CONFIG_CRYPTO_MD4 is not set
87777 -# CONFIG_CRYPTO_MD5 is not set
87778 -# CONFIG_CRYPTO_SHA1 is not set
87779 -# CONFIG_CRYPTO_SHA256 is not set
87780 -# CONFIG_CRYPTO_SHA512 is not set
87781 -# CONFIG_CRYPTO_WP512 is not set
87782 -# CONFIG_CRYPTO_TGR192 is not set
87783 -# CONFIG_CRYPTO_GF128MUL is not set
87784 -# CONFIG_CRYPTO_ECB is not set
87785 -# CONFIG_CRYPTO_CBC is not set
87786 -# CONFIG_CRYPTO_PCBC is not set
87787 -# CONFIG_CRYPTO_LRW is not set
87788 -# CONFIG_CRYPTO_XTS is not set
87789 -# CONFIG_CRYPTO_CTR is not set
87790 -# CONFIG_CRYPTO_GCM is not set
87791 -# CONFIG_CRYPTO_CCM is not set
87792 -# CONFIG_CRYPTO_CRYPTD is not set
87793 -# CONFIG_CRYPTO_DES is not set
87794 -# CONFIG_CRYPTO_FCRYPT is not set
87795 -# CONFIG_CRYPTO_BLOWFISH is not set
87796 -# CONFIG_CRYPTO_TWOFISH is not set
87797 -# CONFIG_CRYPTO_SERPENT is not set
87798 -# CONFIG_CRYPTO_AES is not set
87799 -# CONFIG_CRYPTO_CAST5 is not set
87800 -# CONFIG_CRYPTO_CAST6 is not set
87801 -# CONFIG_CRYPTO_TEA is not set
87802 -# CONFIG_CRYPTO_ARC4 is not set
87803 -# CONFIG_CRYPTO_KHAZAD is not set
87804 -# CONFIG_CRYPTO_ANUBIS is not set
87805 -# CONFIG_CRYPTO_SEED is not set
87806 -# CONFIG_CRYPTO_SALSA20 is not set
87807 -# CONFIG_CRYPTO_DEFLATE is not set
87808 -# CONFIG_CRYPTO_MICHAEL_MIC is not set
87809 -# CONFIG_CRYPTO_CRC32C is not set
87810 -# CONFIG_CRYPTO_CAMELLIA is not set
87811 -# CONFIG_CRYPTO_TEST is not set
87812 -# CONFIG_CRYPTO_AUTHENC is not set
87813 -# CONFIG_CRYPTO_LZO is not set
87814 -CONFIG_CRYPTO_HW=y
87815 -# CONFIG_PPC_CLOCK is not set
87816 --- a/arch/powerpc/kernel/Makefile
87817 +++ b/arch/powerpc/kernel/Makefile
87818 @@ -67,6 +67,7 @@ obj-$(CONFIG_BOOTX_TEXT) += btext.o
87819 obj-$(CONFIG_SMP) += smp.o
87820 obj-$(CONFIG_KPROBES) += kprobes.o
87821 obj-$(CONFIG_PPC_UDBG_16550) += legacy_serial.o udbg_16550.o
87822 +obj-$(CONFIG_STACKTRACE) += stacktrace.o
87824 pci64-$(CONFIG_PPC64) += pci_dn.o isa-bridge.o
87825 obj-$(CONFIG_PCI) += pci_$(CONFIG_WORD_SIZE).o $(pci64-y) \
87826 --- a/arch/powerpc/kernel/asm-offsets.c
87827 +++ b/arch/powerpc/kernel/asm-offsets.c
87829 #ifdef CONFIG_PPC64
87830 #include <linux/time.h>
87831 #include <linux/hardirq.h>
87833 -#include <linux/ptrace.h>
87836 #include <asm/io.h>
87838 #include <asm/mmu.h>
87839 #include <asm/hvcall.h>
87841 +#ifdef CONFIG_PPC_ISERIES
87842 +#include <asm/iseries/alpaca.h>
87845 #define DEFINE(sym, val) \
87846 asm volatile("\n->" #sym " %0 " #val : : "i" (val))
87847 @@ -60,7 +61,6 @@ int main(void)
87848 DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context));
87850 DEFINE(THREAD_INFO, offsetof(struct task_struct, stack));
87851 - DEFINE(PTRACE, offsetof(struct task_struct, ptrace));
87852 #endif /* CONFIG_PPC64 */
87854 DEFINE(KSP, offsetof(struct thread_struct, ksp));
87855 @@ -80,7 +80,6 @@ int main(void)
87856 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir));
87857 #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
87858 DEFINE(THREAD_DBCR0, offsetof(struct thread_struct, dbcr0));
87859 - DEFINE(PT_PTRACED, PT_PTRACED);
87862 DEFINE(THREAD_EVR0, offsetof(struct thread_struct, evr[0]));
87863 @@ -325,6 +324,9 @@ int main(void)
87864 DEFINE(PAGE_OFFSET_VSID, KERNEL_VSID(PAGE_OFFSET));
87865 DEFINE(VMALLOC_START_ESID, GET_ESID(VMALLOC_START));
87866 DEFINE(VMALLOC_START_VSID, KERNEL_VSID(VMALLOC_START));
87869 + DEFINE(ALPACA_SIZE, sizeof(struct alpaca));
87872 DEFINE(PGD_TABLE_SIZE, PGD_TABLE_SIZE);
87873 --- a/arch/powerpc/kernel/btext.c
87874 +++ b/arch/powerpc/kernel/btext.c
87876 #include <linux/string.h>
87877 #include <linux/init.h>
87878 #include <linux/module.h>
87879 +#include <linux/lmb.h>
87881 #include <asm/sections.h>
87882 #include <asm/prom.h>
87884 #include <asm/mmu.h>
87885 #include <asm/pgtable.h>
87886 #include <asm/io.h>
87887 -#include <asm/lmb.h>
87888 +#include <asm/prom.h>
87889 #include <asm/processor.h>
87890 #include <asm/udbg.h>
87892 --- a/arch/powerpc/kernel/cpu_setup_44x.S
87893 +++ b/arch/powerpc/kernel/cpu_setup_44x.S
87895 * Valentine Barshak <vbarshak@ru.mvista.com>
87896 * MontaVista Software, Inc (c) 2007
87898 - * Based on cpu_setup_6xx code by
87899 + * Based on cpu_setup_6xx code by
87900 * Benjamin Herrenschmidt <benh@kernel.crashing.org>
87902 * This program is free software; you can redistribute it and/or
87903 @@ -32,6 +32,9 @@ _GLOBAL(__setup_cpu_440grx)
87904 bl __fixup_440A_mcheck
87907 +_GLOBAL(__setup_cpu_460ex)
87908 +_GLOBAL(__setup_cpu_460gt)
87910 _GLOBAL(__setup_cpu_440gx)
87911 _GLOBAL(__setup_cpu_440spe)
87912 b __fixup_440A_mcheck
87913 --- a/arch/powerpc/kernel/cputable.c
87914 +++ b/arch/powerpc/kernel/cputable.c
87915 @@ -36,6 +36,8 @@ extern void __setup_cpu_440epx(unsigned
87916 extern void __setup_cpu_440gx(unsigned long offset, struct cpu_spec* spec);
87917 extern void __setup_cpu_440grx(unsigned long offset, struct cpu_spec* spec);
87918 extern void __setup_cpu_440spe(unsigned long offset, struct cpu_spec* spec);
87919 +extern void __setup_cpu_460ex(unsigned long offset, struct cpu_spec* spec);
87920 +extern void __setup_cpu_460gt(unsigned long offset, struct cpu_spec* spec);
87921 extern void __setup_cpu_603(unsigned long offset, struct cpu_spec* spec);
87922 extern void __setup_cpu_604(unsigned long offset, struct cpu_spec* spec);
87923 extern void __setup_cpu_750(unsigned long offset, struct cpu_spec* spec);
87924 @@ -1397,6 +1399,30 @@ static struct cpu_spec __initdata cpu_sp
87925 .machine_check = machine_check_440A,
87926 .platform = "ppc440",
87929 + .pvr_mask = 0xffff0002,
87930 + .pvr_value = 0x13020002,
87931 + .cpu_name = "460EX",
87932 + .cpu_features = CPU_FTRS_44X,
87933 + .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
87934 + .icache_bsize = 32,
87935 + .dcache_bsize = 32,
87936 + .cpu_setup = __setup_cpu_460ex,
87937 + .machine_check = machine_check_440A,
87938 + .platform = "ppc440",
87941 + .pvr_mask = 0xffff0002,
87942 + .pvr_value = 0x13020000,
87943 + .cpu_name = "460GT",
87944 + .cpu_features = CPU_FTRS_44X,
87945 + .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
87946 + .icache_bsize = 32,
87947 + .dcache_bsize = 32,
87948 + .cpu_setup = __setup_cpu_460gt,
87949 + .machine_check = machine_check_440A,
87950 + .platform = "ppc440",
87952 #endif /* CONFIG_44x */
87953 #ifdef CONFIG_FSL_BOOKE
87955 @@ -1512,7 +1538,7 @@ struct cpu_spec * __init identify_cpu(un
87957 *PTRRELOC(&cur_cpu_spec) = &the_cpu_spec;
87958 #if defined(CONFIG_PPC64) || defined(CONFIG_BOOKE)
87959 - /* ppc64 and booke expect identify_cpu to also call
87960 + /* ppc64 and booke expect identify_cpu to also call
87961 * setup_cpu for that processor. I will consolidate
87962 * that at a later time, for now, just use #ifdef.
87963 * we also don't need to PTRRELOC the function pointer
87964 --- a/arch/powerpc/kernel/crash.c
87965 +++ b/arch/powerpc/kernel/crash.c
87966 @@ -24,12 +24,13 @@
87967 #include <linux/init.h>
87968 #include <linux/irq.h>
87969 #include <linux/types.h>
87970 +#include <linux/lmb.h>
87972 #include <asm/processor.h>
87973 #include <asm/machdep.h>
87974 #include <asm/kexec.h>
87975 #include <asm/kdump.h>
87976 -#include <asm/lmb.h>
87977 +#include <asm/prom.h>
87978 #include <asm/firmware.h>
87979 #include <asm/smp.h>
87980 #include <asm/system.h>
87981 --- a/arch/powerpc/kernel/crash_dump.c
87982 +++ b/arch/powerpc/kernel/crash_dump.c
87985 #include <linux/crash_dump.h>
87986 #include <linux/bootmem.h>
87987 +#include <linux/lmb.h>
87988 #include <asm/kdump.h>
87989 -#include <asm/lmb.h>
87990 +#include <asm/prom.h>
87991 #include <asm/firmware.h>
87992 #include <asm/uaccess.h>
87994 --- a/arch/powerpc/kernel/entry_32.S
87995 +++ b/arch/powerpc/kernel/entry_32.S
87996 @@ -110,9 +110,9 @@ transfer_to_handler:
87997 stw r11,PT_REGS(r12)
87998 #if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
87999 /* Check to see if the dbcr0 register is set up to debug. Use the
88000 - single-step bit to do this. */
88001 + internal debug mode bit to do this. */
88002 lwz r12,THREAD_DBCR0(r12)
88003 - andis. r12,r12,DBCR0_IC@h
88004 + andis. r12,r12,DBCR0_IDM@h
88006 /* From user and task is ptraced - load up global dbcr0 */
88007 li r12,-1 /* clear all pending debug events */
88008 @@ -120,6 +120,12 @@ transfer_to_handler:
88009 lis r11,global_dbcr0@ha
88011 addi r11,r11,global_dbcr0@l
88013 + rlwinm r9,r1,0,0,(31-THREAD_SHIFT)
88014 + lwz r9,TI_CPU(r9)
88019 mtspr SPRN_DBCR0,r12
88021 @@ -238,10 +244,10 @@ ret_from_syscall:
88024 #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
88025 - /* If the process has its own DBCR0 value, load it up. The single
88026 - step bit tells us that dbcr0 should be loaded. */
88027 + /* If the process has its own DBCR0 value, load it up. The internal
88028 + debug mode bit tells us that dbcr0 should be loaded. */
88029 lwz r0,THREAD+THREAD_DBCR0(r2)
88030 - andis. r10,r0,DBCR0_IC@h
88031 + andis. r10,r0,DBCR0_IDM@h
88035 @@ -666,10 +672,10 @@ user_exc_return: /* r10 contains MSR_KE
88038 #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
88039 - /* Check whether this process has its own DBCR0 value. The single
88040 - step bit tells us that dbcr0 should be loaded. */
88041 + /* Check whether this process has its own DBCR0 value. The internal
88042 + debug mode bit tells us that dbcr0 should be loaded. */
88043 lwz r0,THREAD+THREAD_DBCR0(r2)
88044 - andis. r10,r0,DBCR0_IC@h
88045 + andis. r10,r0,DBCR0_IDM@h
88049 @@ -879,6 +885,12 @@ load_dbcr0:
88050 mfspr r10,SPRN_DBCR0
88051 lis r11,global_dbcr0@ha
88052 addi r11,r11,global_dbcr0@l
88054 + rlwinm r9,r1,0,0,(31-THREAD_SHIFT)
88055 + lwz r9,TI_CPU(r9)
88060 mtspr SPRN_DBCR0,r0
88062 @@ -891,7 +903,7 @@ load_dbcr0:
88069 #endif /* !(CONFIG_4xx || CONFIG_BOOKE) */
88071 --- a/arch/powerpc/kernel/entry_64.S
88072 +++ b/arch/powerpc/kernel/entry_64.S
88074 #include <asm/cputable.h>
88075 #include <asm/firmware.h>
88076 #include <asm/bug.h>
88077 +#include <asm/ptrace.h>
88078 +#include <asm/irqflags.h>
88084 /* This value is used to mark exception frames on the stack. */
88086 - .tc ID_72656773_68657265[TC],0x7265677368657265
88087 + .tc ID_EXC_MARKER[TC],STACK_FRAME_REGS_MARKER
88091 @@ -88,6 +90,14 @@ system_call_common:
88092 addi r9,r1,STACK_FRAME_OVERHEAD
88093 ld r11,exception_marker@toc(r2)
88094 std r11,-16(r9) /* "regshere" marker */
88095 +#ifdef CONFIG_TRACE_IRQFLAGS
88096 + bl .trace_hardirqs_on
88100 + addi r9,r1,STACK_FRAME_OVERHEAD
88102 +#endif /* CONFIG_TRACE_IRQFLAGS */
88104 stb r10,PACASOFTIRQEN(r13)
88105 stb r10,PACAHARDIRQEN(r13)
88106 @@ -102,7 +112,7 @@ BEGIN_FW_FTR_SECTION
88107 b hardware_interrupt_entry
88109 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88111 +#endif /* CONFIG_PPC_ISERIES */
88115 @@ -504,6 +514,10 @@ BEGIN_FW_FTR_SECTION
88118 stb r3,PACASOFTIRQEN(r13) /* ensure we are soft-disabled */
88119 +#ifdef CONFIG_TRACE_IRQFLAGS
88120 + bl .trace_hardirqs_off
88124 mtmsrd r10 /* hard-enable again */
88125 addi r3,r1,STACK_FRAME_OVERHEAD
88126 @@ -512,7 +526,7 @@ BEGIN_FW_FTR_SECTION
88128 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88130 - stb r5,PACASOFTIRQEN(r13)
88131 + TRACE_AND_RESTORE_IRQ(r5);
88133 /* extract EE bit and use it to restore paca->hard_enabled */
88135 @@ -580,6 +594,16 @@ do_work:
88137 /* here we are preempting the current task */
88139 +#ifdef CONFIG_TRACE_IRQFLAGS
88140 + bl .trace_hardirqs_on
88141 + /* Note: we just clobbered r10 which used to contain the previous
88142 + * MSR before the hard-disabling done by the caller of do_work.
88143 + * We don't have that value anymore, but it doesn't matter as
88144 + * we will hard-enable unconditionally, we can just reload the
88145 + * current MSR into r10
88148 +#endif /* CONFIG_TRACE_IRQFLAGS */
88150 stb r0,PACASOFTIRQEN(r13)
88151 stb r0,PACAHARDIRQEN(r13)
88152 --- a/arch/powerpc/kernel/head_32.S
88153 +++ b/arch/powerpc/kernel/head_32.S
88155 #include <asm/thread_info.h>
88156 #include <asm/ppc_asm.h>
88157 #include <asm/asm-offsets.h>
88158 +#include <asm/ptrace.h>
88160 /* 601 only have IBAT; cr0.eq is set on 601 when using this macro */
88161 #define LOAD_BAT(n, reg, RA, RB) \
88162 @@ -268,8 +269,8 @@ __secondary_hold_acknowledge:
88163 li r10,MSR_KERNEL & ~(MSR_IR|MSR_DR); /* can take exceptions */ \
88164 MTMSRD(r10); /* (except for mach check in rtas) */ \
88165 stw r0,GPR0(r11); \
88166 - lis r10,0x7265; /* put exception frame marker */ \
88167 - addi r10,r10,0x6773; \
88168 + lis r10,STACK_FRAME_REGS_MARKER@ha; /* exception frame marker */ \
88169 + addi r10,r10,STACK_FRAME_REGS_MARKER@l; \
88171 SAVE_4GPRS(3, r11); \
88173 @@ -763,23 +764,6 @@ load_up_altivec:
88174 b fast_exception_return
88177 - * AltiVec unavailable trap from kernel - print a message, but let
88178 - * the task use AltiVec in the kernel until it returns to user mode.
88182 - oris r3,r3,MSR_VEC@h
88183 - stw r3,_MSR(r1) /* enable use of AltiVec after return */
88186 - mr r4,r2 /* current */
88189 - b ret_from_except
88190 -87: .string "AltiVec used in kernel (task=%p, pc=%x) \n"
88194 * giveup_altivec(tsk)
88195 * Disable AltiVec for the task given as the argument,
88196 * and save the AltiVec registers in its thread_struct.
88197 --- a/arch/powerpc/kernel/head_44x.S
88198 +++ b/arch/powerpc/kernel/head_44x.S
88199 @@ -211,7 +211,7 @@ skpinv: addi r4,r4,1 /* Increment */
88200 SET_IVOR(12, WatchdogTimer);
88201 SET_IVOR(13, DataTLBError);
88202 SET_IVOR(14, InstructionTLBError);
88203 - SET_IVOR(15, Debug);
88204 + SET_IVOR(15, DebugCrit);
88206 /* Establish the interrupt vector base */
88207 lis r4,interrupt_base@h /* IVPR only uses the high 16-bits */
88208 @@ -578,7 +578,7 @@ interrupt_base:
88209 b InstructionStorage
88211 /* Debug Interrupt */
88213 + DEBUG_CRIT_EXCEPTION
88217 --- a/arch/powerpc/kernel/head_64.S
88218 +++ b/arch/powerpc/kernel/head_64.S
88220 #include <asm/firmware.h>
88221 #include <asm/page_64.h>
88222 #include <asm/exception.h>
88224 -#define DO_SOFT_DISABLE
88225 +#include <asm/irqflags.h>
88228 * We layout physical memory as follows:
88229 @@ -450,8 +449,8 @@ bad_stack:
88231 fast_exc_return_irq: /* restores irq state too */
88233 + TRACE_AND_RESTORE_IRQ(r3);
88235 - stb r3,PACASOFTIRQEN(r13) /* restore paca->soft_enabled */
88236 rldicl r4,r12,49,63 /* get MSR_EE to LSB */
88237 stb r4,PACAHARDIRQEN(r13) /* restore paca->hard_enabled */
88239 @@ -621,7 +620,7 @@ END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISER
88242 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
88248 @@ -643,6 +642,22 @@ END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISER
88250 b . /* prevent speculative execution */
88253 +#ifdef CONFIG_PPC_ISERIES
88254 +BEGIN_FW_FTR_SECTION
88256 +END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88257 +#endif /* CONFIG_PPC_ISERIES */
88258 + mfspr r11,SPRN_SRR0
88259 + clrrdi r10,r13,32
88260 + LOAD_HANDLER(r10,unrecov_slb)
88261 + mtspr SPRN_SRR0,r10
88263 + ori r10,r10,MSR_IR|MSR_DR|MSR_RI
88264 + mtspr SPRN_SRR1,r10
88269 EXCEPTION_PROLOG_COMMON(0x4100, PACA_EXSLB)
88271 @@ -808,7 +823,7 @@ _STATIC(load_up_altivec)
88275 -_GLOBAL(do_hash_page)
88276 +_STATIC(do_hash_page)
88280 @@ -820,6 +835,27 @@ BEGIN_FTR_SECTION
88281 END_FTR_SECTION_IFCLR(CPU_FTR_SLB)
88284 + * On iSeries, we soft-disable interrupts here, then
88285 + * hard-enable interrupts so that the hash_page code can spin on
88286 + * the hash_table_lock without problems on a shared processor.
88291 + * Currently, trace_hardirqs_off() will be called by DISABLE_INTS
88292 + * and will clobber volatile registers when irq tracing is enabled
88293 + * so we need to reload them. It may be possible to be smarter here
88294 + * and move the irq tracing elsewhere but let's keep it simple for
88297 +#ifdef CONFIG_TRACE_IRQFLAGS
88303 +#endif /* CONFIG_TRACE_IRQFLAGS */
88305 * We need to set the _PAGE_USER bit if MSR_PR is set or if we are
88306 * accessing a userspace segment (even from the kernel). We assume
88307 * kernel addresses always have the high bit set.
88308 @@ -832,13 +868,6 @@ END_FTR_SECTION_IFCLR(CPU_FTR_SLB)
88309 rlwimi r4,r5,22+2,31-2,31-2 /* Set _PAGE_EXEC if trap is 0x400 */
88312 - * On iSeries, we soft-disable interrupts here, then
88313 - * hard-enable interrupts so that the hash_page code can spin on
88314 - * the hash_table_lock without problems on a shared processor.
88319 * r3 contains the faulting address
88320 * r4 contains the required access permissions
88321 * r5 contains the trap number
88322 @@ -848,7 +877,6 @@ END_FTR_SECTION_IFCLR(CPU_FTR_SLB)
88323 bl .hash_page /* build HPTE if possible */
88324 cmpdi r3,0 /* see if hash_page succeeded */
88326 -#ifdef DO_SOFT_DISABLE
88327 BEGIN_FW_FTR_SECTION
88329 * If we had interrupts soft-enabled at the point where the
88330 @@ -860,7 +888,7 @@ BEGIN_FW_FTR_SECTION
88333 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
88336 BEGIN_FW_FTR_SECTION
88338 * Here we have interrupts hard-disabled, so it is sufficient
88339 @@ -874,11 +902,12 @@ END_FW_FTR_SECTION_IFCLR(FW_FEATURE_ISER
88342 * hash_page couldn't handle it, set soft interrupt enable back
88343 - * to what it was before the trap. Note that .local_irq_restore
88344 + * to what it was before the trap. Note that .raw_local_irq_restore
88345 * handles any interrupts pending at this point.
88348 - bl .local_irq_restore
88349 + TRACE_AND_RESTORE_IRQ_PARTIAL(r3, 11f)
88350 + bl .raw_local_irq_restore
88353 /* Here we have a page fault that hash_page can't handle. */
88354 @@ -1477,6 +1506,10 @@ _INIT_STATIC(start_here_multiplatform)
88358 + /* Set initial ptr to current */
88359 + LOAD_REG_IMMEDIATE(r4, init_task)
88360 + std r4,PACACURRENT(r13)
88362 /* Do very early kernel initializations, including initial hash table,
88363 * stab and slb setup before we turn on relocation. */
88365 @@ -1505,10 +1538,6 @@ _INIT_GLOBAL(start_here_common)
88367 stdu r0,-STACK_FRAME_OVERHEAD(r1)
88369 - /* ptr to current */
88370 - LOAD_REG_IMMEDIATE(r4, init_task)
88371 - std r4,PACACURRENT(r13)
88375 std r1,PACAKSAVE(r13)
88376 --- a/arch/powerpc/kernel/head_booke.h
88377 +++ b/arch/powerpc/kernel/head_booke.h
88379 * is necessary since the MMU is always on, for Book-E parts, and the stacks
88380 * are offset from KERNELBASE.
88382 + * There is some space optimization to be had here if desired. However
88383 + * to allow for a common kernel with support for debug exceptions either
88384 + * going to critical or their own debug level we aren't currently
88385 + * providing configurations that micro-optimize space usage.
88387 -#define BOOKE_EXCEPTION_STACK_SIZE (8192)
88389 +#define NUM_EXCEPTION_LVLS 2
88391 +#define NUM_EXCEPTION_LVLS 3
88393 +#define BOOKE_EXCEPTION_STACK_SIZE (4096 * NUM_EXCEPTION_LVLS)
88395 /* CRIT_SPRG only used in critical exception handling */
88396 #define CRIT_SPRG SPRN_SPRG2
88398 #define CRIT_STACK_TOP (exception_stack_top)
88400 /* only on e200 for now */
88401 -#define DEBUG_STACK_TOP (exception_stack_top - 4096)
88402 +#define DEBUG_STACK_TOP (exception_stack_top - 8192)
88403 #define DEBUG_SPRG SPRN_SPRG6W
88406 @@ -212,9 +221,8 @@ label:
88407 * save (and later restore) the MSR via SPRN_CSRR1, which will still have
88408 * the MSR_DE bit set.
88410 -#ifdef CONFIG_E200
88411 -#define DEBUG_EXCEPTION \
88412 - START_EXCEPTION(Debug); \
88413 +#define DEBUG_DEBUG_EXCEPTION \
88414 + START_EXCEPTION(DebugDebug); \
88415 DEBUG_EXCEPTION_PROLOG; \
88418 @@ -234,8 +242,8 @@ label:
88420 blt+ 2f; /* addr below exception vectors */ \
88422 - lis r10,Debug@h; \
88423 - ori r10,r10,Debug@l; \
88424 + lis r10,DebugDebug@h; \
88425 + ori r10,r10,DebugDebug@l; \
88427 bgt+ 2f; /* addr above exception vectors */ \
88429 @@ -265,9 +273,9 @@ label:
88430 2: mfspr r4,SPRN_DBSR; \
88431 addi r3,r1,STACK_FRAME_OVERHEAD; \
88432 EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_transfer_to_handler, ret_from_debug_exc)
88434 -#define DEBUG_EXCEPTION \
88435 - START_EXCEPTION(Debug); \
88437 +#define DEBUG_CRIT_EXCEPTION \
88438 + START_EXCEPTION(DebugCrit); \
88439 CRITICAL_EXCEPTION_PROLOG; \
88442 @@ -287,8 +295,8 @@ label:
88444 blt+ 2f; /* addr below exception vectors */ \
88446 - lis r10,Debug@h; \
88447 - ori r10,r10,Debug@l; \
88448 + lis r10,DebugCrit@h; \
88449 + ori r10,r10,DebugCrit@l; \
88451 bgt+ 2f; /* addr above exception vectors */ \
88453 @@ -318,7 +326,6 @@ label:
88454 2: mfspr r4,SPRN_DBSR; \
88455 addi r3,r1,STACK_FRAME_OVERHEAD; \
88456 EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, crit_transfer_to_handler, ret_from_crit_exc)
88459 #define INSTRUCTION_STORAGE_EXCEPTION \
88460 START_EXCEPTION(InstructionStorage) \
88461 --- a/arch/powerpc/kernel/head_fsl_booke.S
88462 +++ b/arch/powerpc/kernel/head_fsl_booke.S
88463 @@ -68,7 +68,9 @@ _ENTRY(_start);
88467 + li r25,0 /* phys kernel start (low) */
88468 li r24,0 /* CPU number */
88469 + li r23,0 /* phys kernel start (high) */
88471 /* We try to not make any assumptions about how the boot loader
88472 * setup or used the TLBs. We invalidate all mappings from the
88473 @@ -167,7 +169,28 @@ skpinv: addi r6,r6,1 /* Increment */
88477 - /* Just modify the entry ID, EPN and RPN for the temp mapping */
88478 + /* grab and fixup the RPN */
88479 + mfspr r6,SPRN_MAS1 /* extract MAS1[SIZE] */
88480 + rlwinm r6,r6,25,27,30
88483 + slw r6,r8,r6 /* convert to mask */
88485 + bl 1f /* Find our address */
88488 + mfspr r8,SPRN_MAS3
88489 +#ifdef CONFIG_PHYS_64BIT
88490 + mfspr r23,SPRN_MAS7
88493 + subfic r9,r6,-4096
88497 + ori r8,r25,(MAS3_SX|MAS3_SW|MAS3_SR)
88499 + /* Just modify the entry ID and EPN for the temp mapping */
88500 lis r7,0x1000 /* Set MAS0(TLBSEL) = 1 */
88501 rlwimi r7,r5,16,4,15 /* Setup MAS0 = TLBSEL | ESEL(r5) */
88503 @@ -177,12 +200,10 @@ skpinv: addi r6,r6,1 /* Increment */
88504 ori r6,r6,(MAS1_TSIZE(BOOKE_PAGESZ_4K))@l
88507 - lis r7,PHYSICAL_START@h
88508 + li r7,0 /* temp EPN = 0 */
88509 rlwimi r7,r6,0,20,31
88511 - mfspr r6,SPRN_MAS3
88512 - rlwimi r7,r6,0,20,31
88513 - mtspr SPRN_MAS3,r7
88514 + mtspr SPRN_MAS3,r8
88518 @@ -232,8 +253,7 @@ skpinv: addi r6,r6,1 /* Increment */
88519 ori r6,r6,PAGE_OFFSET@l
88520 rlwimi r6,r7,0,20,31
88522 - li r7,(MAS3_SX|MAS3_SW|MAS3_SR)
88523 - mtspr SPRN_MAS3,r7
88524 + mtspr SPRN_MAS3,r8
88527 /* 7. Jump to KERNELBASE mapping */
88528 @@ -283,7 +303,10 @@ skpinv: addi r6,r6,1 /* Increment */
88529 SET_IVOR(12, WatchdogTimer);
88530 SET_IVOR(13, DataTLBError);
88531 SET_IVOR(14, InstructionTLBError);
88532 - SET_IVOR(15, Debug);
88533 + SET_IVOR(15, DebugDebug);
88534 +#if defined(CONFIG_E500)
88535 + SET_IVOR(15, DebugCrit);
88537 SET_IVOR(32, SPEUnavailable);
88538 SET_IVOR(33, SPEFloatingPointData);
88539 SET_IVOR(34, SPEFloatingPointRound);
88540 @@ -718,7 +741,10 @@ interrupt_base:
88543 /* Debug Interrupt */
88545 + DEBUG_DEBUG_EXCEPTION
88546 +#if defined(CONFIG_E500)
88547 + DEBUG_CRIT_EXCEPTION
88552 --- a/arch/powerpc/kernel/ibmebus.c
88553 +++ b/arch/powerpc/kernel/ibmebus.c
88554 @@ -183,7 +183,7 @@ static int ibmebus_create_devices(const
88555 ret = ibmebus_create_device(child);
88557 printk(KERN_ERR "%s: failed to create device (%i)",
88558 - __FUNCTION__, ret);
88560 of_node_put(child);
88563 @@ -269,7 +269,7 @@ static ssize_t ibmebus_store_probe(struc
88564 if (bus_find_device(&ibmebus_bus_type, NULL, path,
88565 ibmebus_match_path)) {
88566 printk(KERN_WARNING "%s: %s has already been probed\n",
88567 - __FUNCTION__, path);
88572 @@ -279,7 +279,7 @@ static ssize_t ibmebus_store_probe(struc
88575 printk(KERN_WARNING "%s: no such device node: %s\n",
88576 - __FUNCTION__, path);
88581 @@ -308,7 +308,7 @@ static ssize_t ibmebus_store_remove(stru
88584 printk(KERN_WARNING "%s: %s not on the bus\n",
88585 - __FUNCTION__, path);
88590 @@ -337,14 +337,14 @@ static int __init ibmebus_bus_init(void)
88591 err = of_bus_type_init(&ibmebus_bus_type, "ibmebus");
88593 printk(KERN_ERR "%s: failed to register IBM eBus.\n",
88599 err = device_register(&ibmebus_bus_device);
88601 printk(KERN_WARNING "%s: device_register returned %i\n",
88602 - __FUNCTION__, err);
88604 bus_unregister(&ibmebus_bus_type);
88607 --- a/arch/powerpc/kernel/iommu.c
88608 +++ b/arch/powerpc/kernel/iommu.c
88609 @@ -520,7 +520,7 @@ void iommu_free_table(struct iommu_table
88610 unsigned int order;
88612 if (!tbl || !tbl->it_map) {
88613 - printk(KERN_ERR "%s: expected TCE map for %s\n", __FUNCTION__,
88614 + printk(KERN_ERR "%s: expected TCE map for %s\n", __func__,
88618 @@ -530,7 +530,7 @@ void iommu_free_table(struct iommu_table
88619 for (i = 0; i < (tbl->it_size/64); i++) {
88620 if (tbl->it_map[i] != 0) {
88621 printk(KERN_WARNING "%s: Unexpected TCEs for %s\n",
88622 - __FUNCTION__, node_name);
88623 + __func__, node_name);
88627 --- a/arch/powerpc/kernel/irq.c
88628 +++ b/arch/powerpc/kernel/irq.c
88629 @@ -114,7 +114,7 @@ static inline void set_soft_enabled(unsi
88630 : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled)));
88633 -void local_irq_restore(unsigned long en)
88634 +void raw_local_irq_restore(unsigned long en)
88637 * get_paca()->soft_enabled = en;
88638 @@ -174,6 +174,7 @@ void local_irq_restore(unsigned long en)
88640 __hard_irq_enable();
88642 +EXPORT_SYMBOL(raw_local_irq_restore);
88643 #endif /* CONFIG_PPC64 */
88645 int show_interrupts(struct seq_file *p, void *v)
88646 @@ -310,8 +311,21 @@ void do_IRQ(struct pt_regs *regs)
88647 handler = &__do_IRQ;
88648 irqtp->task = curtp->task;
88651 + /* Copy the softirq bits in preempt_count so that the
88652 + * softirq checks work in the hardirq context.
88654 + irqtp->preempt_count =
88655 + (irqtp->preempt_count & ~SOFTIRQ_MASK) |
88656 + (curtp->preempt_count & SOFTIRQ_MASK);
88658 call_handle_irq(irq, desc, irqtp, handler);
88659 irqtp->task = NULL;
88662 + /* Set any flag that may have been set on the
88663 + * alternate stack
88666 set_bits(irqtp->flags, &curtp->flags);
88668 @@ -357,7 +371,7 @@ void irq_ctx_init(void)
88669 memset((void *)softirq_ctx[i], 0, THREAD_SIZE);
88670 tp = softirq_ctx[i];
88672 - tp->preempt_count = SOFTIRQ_OFFSET;
88673 + tp->preempt_count = 0;
88675 memset((void *)hardirq_ctx[i], 0, THREAD_SIZE);
88676 tp = hardirq_ctx[i];
88677 --- a/arch/powerpc/kernel/isa-bridge.c
88678 +++ b/arch/powerpc/kernel/isa-bridge.c
88679 @@ -80,13 +80,13 @@ static void __devinit pci_process_ISA_OF
88680 * (size depending on dev->n_addr_cells)
88681 * cell 5: the size of the range
88683 - if ((range->isa_addr.a_hi && ISA_SPACE_MASK) != ISA_SPACE_IO) {
88684 + if ((range->isa_addr.a_hi & ISA_SPACE_MASK) != ISA_SPACE_IO) {
88686 rlen -= sizeof(struct isa_range);
88687 if (rlen < sizeof(struct isa_range))
88690 - if ((range->isa_addr.a_hi && ISA_SPACE_MASK) != ISA_SPACE_IO)
88691 + if ((range->isa_addr.a_hi & ISA_SPACE_MASK) != ISA_SPACE_IO)
88694 isa_addr = range->isa_addr.a_lo;
88695 @@ -99,7 +99,7 @@ static void __devinit pci_process_ISA_OF
88697 if ((pci_addr != 0) || (isa_addr != 0)) {
88698 printk(KERN_ERR "unexpected isa to pci mapping: %s\n",
88704 --- a/arch/powerpc/kernel/lparcfg.c
88705 +++ b/arch/powerpc/kernel/lparcfg.c
88706 @@ -226,7 +226,7 @@ static void parse_system_parameter_strin
88707 unsigned char *local_buffer = kmalloc(SPLPAR_MAXLENGTH, GFP_KERNEL);
88708 if (!local_buffer) {
88709 printk(KERN_ERR "%s %s kmalloc failure at line %d \n",
88710 - __FILE__, __FUNCTION__, __LINE__);
88711 + __FILE__, __func__, __LINE__);
88715 @@ -243,14 +243,14 @@ static void parse_system_parameter_strin
88716 if (call_status != 0) {
88718 "%s %s Error calling get-system-parameter (0x%x)\n",
88719 - __FILE__, __FUNCTION__, call_status);
88720 + __FILE__, __func__, call_status);
88724 char *workbuffer = kzalloc(SPLPAR_MAXLENGTH, GFP_KERNEL);
88726 printk(KERN_ERR "%s %s kmalloc failure at line %d \n",
88727 - __FILE__, __FUNCTION__, __LINE__);
88728 + __FILE__, __func__, __LINE__);
88729 kfree(local_buffer);
88732 @@ -484,10 +484,10 @@ static ssize_t lparcfg_write(struct file
88733 current_weight = (resource >> 5 * 8) & 0xFF;
88735 pr_debug("%s: current_entitled = %lu, current_weight = %u\n",
88736 - __FUNCTION__, current_entitled, current_weight);
88737 + __func__, current_entitled, current_weight);
88739 pr_debug("%s: new_entitled = %lu, new_weight = %u\n",
88740 - __FUNCTION__, *new_entitled_ptr, *new_weight_ptr);
88741 + __func__, *new_entitled_ptr, *new_weight_ptr);
88743 retval = plpar_hcall_norets(H_SET_PPP, *new_entitled_ptr,
88745 @@ -502,7 +502,7 @@ static ssize_t lparcfg_write(struct file
88748 printk(KERN_WARNING "%s: received unknown hv return code %ld",
88749 - __FUNCTION__, retval);
88750 + __func__, retval);
88754 --- a/arch/powerpc/kernel/machine_kexec.c
88755 +++ b/arch/powerpc/kernel/machine_kexec.c
88757 #include <linux/kexec.h>
88758 #include <linux/reboot.h>
88759 #include <linux/threads.h>
88760 +#include <linux/lmb.h>
88761 #include <asm/machdep.h>
88762 -#include <asm/lmb.h>
88763 +#include <asm/prom.h>
88765 void machine_crash_shutdown(struct pt_regs *regs)
88767 --- a/arch/powerpc/kernel/paca.c
88768 +++ b/arch/powerpc/kernel/paca.c
88770 #include <asm/ptrace.h>
88771 #include <asm/page.h>
88772 #include <asm/lppaca.h>
88773 -#include <asm/iseries/it_lp_reg_save.h>
88774 #include <asm/paca.h>
88775 #include <asm/mmu.h>
88777 @@ -25,13 +24,13 @@
88778 extern unsigned long __toc_start;
88781 - * iSeries structure which the hypervisor knows about - this structure
88782 + * The structure which the hypervisor knows about - this structure
88783 * should not cross a page boundary. The vpa_init/register_vpa call
88784 * is now known to fail if the lppaca structure crosses a page
88785 - * boundary. The lppaca is also used on POWER5 pSeries boxes. The
88786 - * lppaca is 640 bytes long, and cannot readily change since the
88787 - * hypervisor knows its layout, so a 1kB alignment will suffice to
88788 - * ensure that it doesn't cross a page boundary.
88789 + * boundary. The lppaca is also used on legacy iSeries and POWER5
88790 + * pSeries boxes. The lppaca is 640 bytes long, and cannot readily
88791 + * change since the hypervisor knows its layout, so a 1kB alignment
88792 + * will suffice to ensure that it doesn't cross a page boundary.
88794 struct lppaca lppaca[] = {
88795 [0 ... (NR_CPUS-1)] = {
88796 @@ -66,32 +65,17 @@ struct slb_shadow slb_shadow[] __cacheli
88797 * processors. The processor VPD array needs one entry per physical
88798 * processor (not thread).
88800 -#define PACA_INIT_COMMON(number) \
88801 +#define PACA_INIT(number) \
88803 .lppaca_ptr = &lppaca[number], \
88804 .lock_token = 0x8000, \
88805 .paca_index = (number), /* Paca Index */ \
88806 .kernel_toc = (unsigned long)(&__toc_start) + 0x8000UL, \
88807 .hw_cpu_id = 0xffff, \
88808 - .slb_shadow_ptr = &slb_shadow[number],
88810 -#ifdef CONFIG_PPC_ISERIES
88811 -#define PACA_INIT_ISERIES(number) \
88812 - .reg_save_ptr = &iseries_reg_save[number],
88814 -#define PACA_INIT(number) \
88816 - PACA_INIT_COMMON(number) \
88817 - PACA_INIT_ISERIES(number) \
88818 + .slb_shadow_ptr = &slb_shadow[number], \
88819 + .__current = &init_task, \
88823 -#define PACA_INIT(number) \
88825 - PACA_INIT_COMMON(number) \
88830 struct paca_struct paca[] = {
88833 --- a/arch/powerpc/kernel/ppc_ksyms.c
88834 +++ b/arch/powerpc/kernel/ppc_ksyms.c
88836 #include <asm/signal.h>
88837 #include <asm/dcr.h>
88839 -#ifdef CONFIG_PPC64
88840 -EXPORT_SYMBOL(local_irq_restore);
88843 #ifdef CONFIG_PPC32
88844 extern void transfer_to_handler(void);
88845 extern void do_IRQ(struct pt_regs *regs);
88846 @@ -58,7 +54,6 @@ extern void program_check_exception(stru
88847 extern void single_step_exception(struct pt_regs *regs);
88848 extern int sys_sigreturn(struct pt_regs *regs);
88850 -EXPORT_SYMBOL(empty_zero_page);
88851 EXPORT_SYMBOL(clear_pages);
88852 EXPORT_SYMBOL(copy_page);
88853 EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
88854 @@ -79,6 +74,7 @@ EXPORT_SYMBOL(strncpy);
88855 EXPORT_SYMBOL(strcat);
88856 EXPORT_SYMBOL(strlen);
88857 EXPORT_SYMBOL(strcmp);
88858 +EXPORT_SYMBOL(strncmp);
88860 EXPORT_SYMBOL(csum_partial);
88861 EXPORT_SYMBOL(csum_partial_copy_generic);
88862 @@ -192,3 +188,4 @@ EXPORT_SYMBOL(intercept_table);
88863 EXPORT_SYMBOL(__mtdcr);
88864 EXPORT_SYMBOL(__mfdcr);
88866 +EXPORT_SYMBOL(empty_zero_page);
88867 --- a/arch/powerpc/kernel/process.c
88868 +++ b/arch/powerpc/kernel/process.c
88869 @@ -868,11 +868,6 @@ int sys_execve(unsigned long a0, unsigne
88870 flush_spe_to_thread(current);
88871 error = do_execve(filename, (char __user * __user *) a1,
88872 (char __user * __user *) a2, regs);
88873 - if (error == 0) {
88874 - task_lock(current);
88875 - current->ptrace &= ~PT_DTRACE;
88876 - task_unlock(current);
88881 @@ -919,20 +914,6 @@ int validate_sp(unsigned long sp, struct
88882 return valid_irq_stack(sp, p, nbytes);
88885 -#ifdef CONFIG_PPC64
88886 -#define MIN_STACK_FRAME 112 /* same as STACK_FRAME_OVERHEAD, in fact */
88887 -#define FRAME_LR_SAVE 2
88888 -#define INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD + 288)
88889 -#define REGS_MARKER 0x7265677368657265ul
88890 -#define FRAME_MARKER 12
88892 -#define MIN_STACK_FRAME 16
88893 -#define FRAME_LR_SAVE 1
88894 -#define INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD)
88895 -#define REGS_MARKER 0x72656773ul
88896 -#define FRAME_MARKER 2
88899 EXPORT_SYMBOL(validate_sp);
88901 unsigned long get_wchan(struct task_struct *p)
88902 @@ -944,15 +925,15 @@ unsigned long get_wchan(struct task_stru
88905 sp = p->thread.ksp;
88906 - if (!validate_sp(sp, p, MIN_STACK_FRAME))
88907 + if (!validate_sp(sp, p, STACK_FRAME_OVERHEAD))
88911 sp = *(unsigned long *)sp;
88912 - if (!validate_sp(sp, p, MIN_STACK_FRAME))
88913 + if (!validate_sp(sp, p, STACK_FRAME_OVERHEAD))
88916 - ip = ((unsigned long *)sp)[FRAME_LR_SAVE];
88917 + ip = ((unsigned long *)sp)[STACK_FRAME_LR_SAVE];
88918 if (!in_sched_functions(ip))
88921 @@ -981,12 +962,12 @@ void show_stack(struct task_struct *tsk,
88923 printk("Call Trace:\n");
88925 - if (!validate_sp(sp, tsk, MIN_STACK_FRAME))
88926 + if (!validate_sp(sp, tsk, STACK_FRAME_OVERHEAD))
88929 stack = (unsigned long *) sp;
88931 - ip = stack[FRAME_LR_SAVE];
88932 + ip = stack[STACK_FRAME_LR_SAVE];
88933 if (!firstframe || ip != lr) {
88934 printk("["REG"] ["REG"] ", sp, ip);
88935 print_symbol("%s", ip);
88936 @@ -1000,8 +981,8 @@ void show_stack(struct task_struct *tsk,
88937 * See if this is an exception frame.
88938 * We look for the "regshere" marker in the current frame.
88940 - if (validate_sp(sp, tsk, INT_FRAME_SIZE)
88941 - && stack[FRAME_MARKER] == REGS_MARKER) {
88942 + if (validate_sp(sp, tsk, STACK_INT_FRAME_SIZE)
88943 + && stack[STACK_FRAME_MARKER] == STACK_FRAME_REGS_MARKER) {
88944 struct pt_regs *regs = (struct pt_regs *)
88945 (sp + STACK_FRAME_OVERHEAD);
88946 printk("--- Exception: %lx", regs->trap);
88947 --- a/arch/powerpc/kernel/prom.c
88948 +++ b/arch/powerpc/kernel/prom.c
88949 @@ -31,10 +31,10 @@
88950 #include <linux/kexec.h>
88951 #include <linux/debugfs.h>
88952 #include <linux/irq.h>
88953 +#include <linux/lmb.h>
88955 #include <asm/prom.h>
88956 #include <asm/rtas.h>
88957 -#include <asm/lmb.h>
88958 #include <asm/page.h>
88959 #include <asm/processor.h>
88960 #include <asm/irq.h>
88962 #include <asm/machdep.h>
88963 #include <asm/pSeries_reconfig.h>
88964 #include <asm/pci-bridge.h>
88965 +#include <asm/phyp_dump.h>
88966 #include <asm/kexec.h>
88969 @@ -436,7 +437,7 @@ early_param("mem", early_parse_mem);
88970 * The device tree may be allocated beyond our memory limit, or inside the
88971 * crash kernel region for kdump. If so, move it out of the way.
88973 -static void move_device_tree(void)
88974 +static void __init move_device_tree(void)
88976 unsigned long start, size;
88978 @@ -1040,6 +1041,87 @@ static void __init early_reserve_mem(voi
88982 +#ifdef CONFIG_PHYP_DUMP
88984 + * phyp_dump_calculate_reserve_size() - reserve variable boot area 5% or arg
88986 + * Function to find the largest size we need to reserve
88987 + * during early boot process.
88989 + * It either looks for boot param and returns that OR
88990 + * returns larger of 256 or 5% rounded down to multiples of 256MB.
88993 +static inline unsigned long phyp_dump_calculate_reserve_size(void)
88995 + unsigned long tmp;
88997 + if (phyp_dump_info->reserve_bootvar)
88998 + return phyp_dump_info->reserve_bootvar;
89000 + /* divide by 20 to get 5% of value */
89001 + tmp = lmb_end_of_DRAM();
89004 + /* round it down in multiples of 256 */
89005 + tmp = tmp & ~0x0FFFFFFFUL;
89007 + return (tmp > PHYP_DUMP_RMR_END ? tmp : PHYP_DUMP_RMR_END);
89011 + * phyp_dump_reserve_mem() - reserve all not-yet-dumped mmemory
89013 + * This routine may reserve memory regions in the kernel only
89014 + * if the system is supported and a dump was taken in last
89015 + * boot instance or if the hardware is supported and the
89016 + * scratch area needs to be setup. In other instances it returns
89017 + * without reserving anything. The memory in case of dump being
89018 + * active is freed when the dump is collected (by userland tools).
89020 +static void __init phyp_dump_reserve_mem(void)
89022 + unsigned long base, size;
89023 + unsigned long variable_reserve_size;
89025 + if (!phyp_dump_info->phyp_dump_configured) {
89026 + printk(KERN_ERR "Phyp-dump not supported on this hardware\n");
89030 + if (!phyp_dump_info->phyp_dump_at_boot) {
89031 + printk(KERN_INFO "Phyp-dump disabled at boot time\n");
89035 + variable_reserve_size = phyp_dump_calculate_reserve_size();
89037 + if (phyp_dump_info->phyp_dump_is_active) {
89038 + /* Reserve *everything* above RMR.Area freed by userland tools*/
89039 + base = variable_reserve_size;
89040 + size = lmb_end_of_DRAM() - base;
89042 + /* XXX crashed_ram_end is wrong, since it may be beyond
89043 + * the memory_limit, it will need to be adjusted. */
89044 + lmb_reserve(base, size);
89046 + phyp_dump_info->init_reserve_start = base;
89047 + phyp_dump_info->init_reserve_size = size;
89049 + size = phyp_dump_info->cpu_state_size +
89050 + phyp_dump_info->hpte_region_size +
89051 + variable_reserve_size;
89052 + base = lmb_end_of_DRAM() - size;
89053 + lmb_reserve(base, size);
89054 + phyp_dump_info->init_reserve_start = base;
89055 + phyp_dump_info->init_reserve_size = size;
89059 +static inline void __init phyp_dump_reserve_mem(void) {}
89060 +#endif /* CONFIG_PHYP_DUMP && CONFIG_PPC_RTAS */
89063 void __init early_init_devtree(void *params)
89065 DBG(" -> early_init_devtree(%p)\n", params);
89066 @@ -1052,6 +1134,11 @@ void __init early_init_devtree(void *par
89067 of_scan_flat_dt(early_init_dt_scan_rtas, NULL);
89070 +#ifdef CONFIG_PHYP_DUMP
89071 + /* scan tree to see if dump occured during last boot */
89072 + of_scan_flat_dt(early_init_dt_scan_phyp_dump, NULL);
89075 /* Retrieve various informations from the /chosen node of the
89076 * device-tree, including the platform type, initrd location and
89077 * size, TCE reserve, and more ...
89078 @@ -1072,6 +1159,7 @@ void __init early_init_devtree(void *par
89079 reserve_kdump_trampoline();
89080 reserve_crashkernel();
89081 early_reserve_mem();
89082 + phyp_dump_reserve_mem();
89084 lmb_enforce_memory_limit(memory_limit);
89086 @@ -1244,12 +1332,14 @@ EXPORT_SYMBOL(of_node_put);
89088 void of_attach_node(struct device_node *np)
89090 - write_lock(&devtree_lock);
89091 + unsigned long flags;
89093 + write_lock_irqsave(&devtree_lock, flags);
89094 np->sibling = np->parent->child;
89095 np->allnext = allnodes;
89096 np->parent->child = np;
89098 - write_unlock(&devtree_lock);
89099 + write_unlock_irqrestore(&devtree_lock, flags);
89103 @@ -1260,8 +1350,9 @@ void of_attach_node(struct device_node *
89104 void of_detach_node(struct device_node *np)
89106 struct device_node *parent;
89107 + unsigned long flags;
89109 - write_lock(&devtree_lock);
89110 + write_lock_irqsave(&devtree_lock, flags);
89112 parent = np->parent;
89114 @@ -1292,7 +1383,7 @@ void of_detach_node(struct device_node *
89115 of_node_set_flag(np, OF_DETACHED);
89118 - write_unlock(&devtree_lock);
89119 + write_unlock_irqrestore(&devtree_lock, flags);
89122 #ifdef CONFIG_PPC_PSERIES
89123 @@ -1373,20 +1464,21 @@ __initcall(prom_reconfig_setup);
89124 int prom_add_property(struct device_node* np, struct property* prop)
89126 struct property **next;
89127 + unsigned long flags;
89130 - write_lock(&devtree_lock);
89131 + write_lock_irqsave(&devtree_lock, flags);
89132 next = &np->properties;
89134 if (strcmp(prop->name, (*next)->name) == 0) {
89135 /* duplicate ! don't insert it */
89136 - write_unlock(&devtree_lock);
89137 + write_unlock_irqrestore(&devtree_lock, flags);
89140 next = &(*next)->next;
89143 - write_unlock(&devtree_lock);
89144 + write_unlock_irqrestore(&devtree_lock, flags);
89146 #ifdef CONFIG_PROC_DEVICETREE
89147 /* try to add to proc as well if it was initialized */
89148 @@ -1406,9 +1498,10 @@ int prom_add_property(struct device_node
89149 int prom_remove_property(struct device_node *np, struct property *prop)
89151 struct property **next;
89152 + unsigned long flags;
89155 - write_lock(&devtree_lock);
89156 + write_lock_irqsave(&devtree_lock, flags);
89157 next = &np->properties;
89159 if (*next == prop) {
89160 @@ -1421,7 +1514,7 @@ int prom_remove_property(struct device_n
89162 next = &(*next)->next;
89164 - write_unlock(&devtree_lock);
89165 + write_unlock_irqrestore(&devtree_lock, flags);
89169 @@ -1447,9 +1540,10 @@ int prom_update_property(struct device_n
89170 struct property *oldprop)
89172 struct property **next;
89173 + unsigned long flags;
89176 - write_lock(&devtree_lock);
89177 + write_lock_irqsave(&devtree_lock, flags);
89178 next = &np->properties;
89180 if (*next == oldprop) {
89181 @@ -1463,7 +1557,7 @@ int prom_update_property(struct device_n
89183 next = &(*next)->next;
89185 - write_unlock(&devtree_lock);
89186 + write_unlock_irqrestore(&devtree_lock, flags);
89190 --- a/arch/powerpc/kernel/prom_init.c
89191 +++ b/arch/powerpc/kernel/prom_init.c
89192 @@ -2240,6 +2240,14 @@ static void __init fixup_device_tree_efi
89193 if (rv != PROM_ERROR && (strcmp(prop, "chrp") == 0))
89194 prom_setprop(node, "/", "device_type", "efika", sizeof("efika"));
89196 + /* CODEGEN,description is exposed in /proc/cpuinfo so
89198 + rv = prom_getprop(node, "CODEGEN,description", prop, sizeof(prop));
89199 + if (rv != PROM_ERROR && (strstr(prop, "CHRP")))
89200 + prom_setprop(node, "/", "CODEGEN,description",
89201 + "Efika 5200B PowerPC System",
89202 + sizeof("Efika 5200B PowerPC System"));
89204 /* Fixup bestcomm interrupts property */
89205 node = call_prom("finddevice", 1, 1, ADDR("/builtin/bestcomm"));
89206 if (PHANDLE_VALID(node)) {
89207 --- a/arch/powerpc/kernel/rtas.c
89208 +++ b/arch/powerpc/kernel/rtas.c
89210 #include <linux/smp.h>
89211 #include <linux/completion.h>
89212 #include <linux/cpumask.h>
89213 +#include <linux/lmb.h>
89215 #include <asm/prom.h>
89216 #include <asm/rtas.h>
89218 #include <asm/system.h>
89219 #include <asm/delay.h>
89220 #include <asm/uaccess.h>
89221 -#include <asm/lmb.h>
89222 #include <asm/udbg.h>
89223 #include <asm/syscalls.h>
89224 #include <asm/smp.h>
89225 @@ -507,7 +507,7 @@ int rtas_error_rc(int rtas_rc)
89228 printk(KERN_ERR "%s: unexpected RTAS error %d\n",
89229 - __FUNCTION__, rtas_rc);
89230 + __func__, rtas_rc);
89234 --- a/arch/powerpc/kernel/rtas_flash.c
89235 +++ b/arch/powerpc/kernel/rtas_flash.c
89236 @@ -807,7 +807,7 @@ int __init rtas_flash_init(void)
89238 if (!flash_block_cache) {
89239 printk(KERN_ERR "%s: failed to create block cache\n",
89245 --- a/arch/powerpc/kernel/rtas_pci.c
89246 +++ b/arch/powerpc/kernel/rtas_pci.c
89247 @@ -56,21 +56,6 @@ static inline int config_access_valid(st
89251 -static int of_device_available(struct device_node * dn)
89253 - const char *status;
89255 - status = of_get_property(dn, "status", NULL);
89260 - if (!strcmp(status, "okay"))
89266 int rtas_read_config(struct pci_dn *pdn, int where, int size, u32 *val)
89268 int returnval = -1;
89269 @@ -117,7 +102,7 @@ static int rtas_pci_read_config(struct p
89270 for (dn = busdn->child; dn; dn = dn->sibling) {
89271 struct pci_dn *pdn = PCI_DN(dn);
89272 if (pdn && pdn->devfn == devfn
89273 - && of_device_available(dn))
89274 + && of_device_is_available(dn))
89275 return rtas_read_config(pdn, where, size, val);
89278 @@ -164,7 +149,7 @@ static int rtas_pci_write_config(struct
89279 for (dn = busdn->child; dn; dn = dn->sibling) {
89280 struct pci_dn *pdn = PCI_DN(dn);
89281 if (pdn && pdn->devfn == devfn
89282 - && of_device_available(dn))
89283 + && of_device_is_available(dn))
89284 return rtas_write_config(pdn, where, size, val);
89286 return PCIBIOS_DEVICE_NOT_FOUND;
89287 @@ -326,7 +311,7 @@ int pcibios_remove_root_bus(struct pci_c
89289 res = b->resource[0];
89291 - printk(KERN_ERR "%s: no IO resource for PHB %s\n", __FUNCTION__,
89292 + printk(KERN_ERR "%s: no IO resource for PHB %s\n", __func__,
89296 @@ -334,13 +319,13 @@ int pcibios_remove_root_bus(struct pci_c
89297 rc = pcibios_unmap_io_space(b);
89299 printk(KERN_ERR "%s: failed to unmap IO on bus %s\n",
89300 - __FUNCTION__, b->name);
89301 + __func__, b->name);
89305 if (release_resource(res)) {
89306 printk(KERN_ERR "%s: failed to release IO on bus %s\n",
89307 - __FUNCTION__, b->name);
89308 + __func__, b->name);
89312 @@ -348,13 +333,13 @@ int pcibios_remove_root_bus(struct pci_c
89313 res = b->resource[i];
89314 if (!res->flags && i == 0) {
89315 printk(KERN_ERR "%s: no MEM resource for PHB %s\n",
89316 - __FUNCTION__, b->name);
89317 + __func__, b->name);
89320 if (res->flags && release_resource(res)) {
89322 "%s: failed to release IO %d on bus %s\n",
89323 - __FUNCTION__, i, b->name);
89324 + __func__, i, b->name);
89328 --- a/arch/powerpc/kernel/setup-common.c
89329 +++ b/arch/powerpc/kernel/setup-common.c
89331 #include <linux/serial_8250.h>
89332 #include <linux/debugfs.h>
89333 #include <linux/percpu.h>
89334 +#include <linux/lmb.h>
89335 #include <asm/io.h>
89336 #include <asm/prom.h>
89337 #include <asm/processor.h>
89339 #include <asm/cache.h>
89340 #include <asm/page.h>
89341 #include <asm/mmu.h>
89342 -#include <asm/lmb.h>
89343 #include <asm/xmon.h>
89344 #include <asm/cputhreads.h>
89346 @@ -167,6 +167,8 @@ static int show_cpuinfo(struct seq_file
89347 unsigned short min;
89349 if (cpu_id == NR_CPUS) {
89350 + struct device_node *root;
89351 + const char *model = NULL;
89352 #if defined(CONFIG_SMP) && defined(CONFIG_PPC32)
89353 unsigned long bogosum = 0;
89355 @@ -178,6 +180,13 @@ static int show_cpuinfo(struct seq_file
89356 seq_printf(m, "timebase\t: %lu\n", ppc_tb_freq);
89358 seq_printf(m, "platform\t: %s\n", ppc_md.name);
89359 + root = of_find_node_by_path("/");
89361 + model = of_get_property(root, "model", NULL);
89363 + seq_printf(m, "model\t\t: %s\n", model);
89364 + of_node_put(root);
89366 if (ppc_md.show_cpuinfo != NULL)
89367 ppc_md.show_cpuinfo(m);
89369 --- a/arch/powerpc/kernel/setup_32.c
89370 +++ b/arch/powerpc/kernel/setup_32.c
89371 @@ -172,6 +172,18 @@ int __init ppc_setup_l2cr(char *str)
89373 __setup("l2cr=", ppc_setup_l2cr);
89375 +/* Checks "l3cr=xxxx" command-line option */
89376 +int __init ppc_setup_l3cr(char *str)
89378 + if (cpu_has_feature(CPU_FTR_L3CR)) {
89379 + unsigned long val = simple_strtoul(str, NULL, 0);
89380 + printk(KERN_INFO "l3cr set to %lx\n", val);
89381 + _set_L3CR(val); /* and enable it */
89385 +__setup("l3cr=", ppc_setup_l3cr);
89387 #ifdef CONFIG_GENERIC_NVRAM
89389 /* Generic nvram hooks used by drivers/char/gen_nvram.c */
89390 @@ -277,7 +289,7 @@ void __init setup_arch(char **cmdline_p)
89394 - init_mm.start_code = PAGE_OFFSET;
89395 + init_mm.start_code = (unsigned long)_stext;
89396 init_mm.end_code = (unsigned long) _etext;
89397 init_mm.end_data = (unsigned long) _edata;
89398 init_mm.brk = klimit;
89399 --- a/arch/powerpc/kernel/setup_64.c
89400 +++ b/arch/powerpc/kernel/setup_64.c
89402 #include <linux/serial_8250.h>
89403 #include <linux/bootmem.h>
89404 #include <linux/pci.h>
89405 +#include <linux/lockdep.h>
89406 +#include <linux/lmb.h>
89407 #include <asm/io.h>
89408 #include <asm/kdump.h>
89409 #include <asm/prom.h>
89411 #include <asm/cache.h>
89412 #include <asm/page.h>
89413 #include <asm/mmu.h>
89414 -#include <asm/lmb.h>
89415 #include <asm/firmware.h>
89416 #include <asm/xmon.h>
89417 #include <asm/udbg.h>
89418 @@ -178,6 +179,9 @@ void __init early_setup(unsigned long dt
89419 /* Enable early debugging if any specified (see udbg.h) */
89422 + /* Initialize lockdep early or else spinlocks will blow */
89425 DBG(" -> early_setup(), dt_ptr: 0x%lx\n", dt_ptr);
89428 @@ -510,7 +514,7 @@ void __init setup_arch(char **cmdline_p)
89432 - init_mm.start_code = PAGE_OFFSET;
89433 + init_mm.start_code = (unsigned long)_stext;
89434 init_mm.end_code = (unsigned long) _etext;
89435 init_mm.end_data = (unsigned long) _edata;
89436 init_mm.brk = klimit;
89438 +++ b/arch/powerpc/kernel/stacktrace.c
89441 + * Stack trace utility
89443 + * Copyright 2008 Christoph Hellwig, IBM Corp.
89446 + * This program is free software; you can redistribute it and/or
89447 + * modify it under the terms of the GNU General Public License
89448 + * as published by the Free Software Foundation; either version
89449 + * 2 of the License, or (at your option) any later version.
89452 +#include <linux/sched.h>
89453 +#include <linux/stacktrace.h>
89454 +#include <asm/ptrace.h>
89455 +#include <asm/asm-offsets.h>
89458 + * Save stack-backtrace addresses into a stack_trace buffer.
89460 +void save_stack_trace(struct stack_trace *trace)
89462 + unsigned long sp;
89464 + asm("mr %0,1" : "=r" (sp));
89467 + unsigned long *stack = (unsigned long *) sp;
89468 + unsigned long newsp, ip;
89470 + if (!validate_sp(sp, current, STACK_FRAME_OVERHEAD))
89473 + newsp = stack[0];
89474 + ip = stack[STACK_FRAME_LR_SAVE];
89476 + if (!trace->skip)
89477 + trace->entries[trace->nr_entries++] = ip;
89481 + if (trace->nr_entries >= trace->max_entries)
89487 --- a/arch/powerpc/kernel/sys_ppc32.c
89488 +++ b/arch/powerpc/kernel/sys_ppc32.c
89489 @@ -368,11 +368,6 @@ long compat_sys_execve(unsigned long a0,
89491 error = compat_do_execve(filename, compat_ptr(a1), compat_ptr(a2), regs);
89493 - if (error == 0) {
89494 - task_lock(current);
89495 - current->ptrace &= ~PT_DTRACE;
89496 - task_unlock(current);
89501 --- a/arch/powerpc/kernel/vdso.c
89502 +++ b/arch/powerpc/kernel/vdso.c
89503 @@ -21,13 +21,14 @@
89504 #include <linux/elf.h>
89505 #include <linux/security.h>
89506 #include <linux/bootmem.h>
89507 +#include <linux/lmb.h>
89509 #include <asm/pgtable.h>
89510 #include <asm/system.h>
89511 #include <asm/processor.h>
89512 #include <asm/mmu.h>
89513 #include <asm/mmu_context.h>
89514 -#include <asm/lmb.h>
89515 +#include <asm/prom.h>
89516 #include <asm/machdep.h>
89517 #include <asm/cputable.h>
89518 #include <asm/sections.h>
89519 --- a/arch/powerpc/kernel/vio.c
89520 +++ b/arch/powerpc/kernel/vio.c
89521 @@ -139,7 +139,7 @@ static int vio_bus_remove(struct device
89523 int vio_register_driver(struct vio_driver *viodrv)
89525 - printk(KERN_DEBUG "%s: driver %s registering\n", __FUNCTION__,
89526 + printk(KERN_DEBUG "%s: driver %s registering\n", __func__,
89527 viodrv->driver.name);
89529 /* fill in 'struct driver' fields */
89530 @@ -184,7 +184,7 @@ struct vio_dev *vio_register_device_node
89531 /* we need the 'device_type' property, in order to match with drivers */
89532 if (of_node->type == NULL) {
89533 printk(KERN_WARNING "%s: node %s missing 'device_type'\n",
89536 of_node->name ? of_node->name : "<unknown>");
89539 @@ -192,7 +192,7 @@ struct vio_dev *vio_register_device_node
89540 unit_address = of_get_property(of_node, "reg", NULL);
89541 if (unit_address == NULL) {
89542 printk(KERN_WARNING "%s: node %s missing 'reg'\n",
89545 of_node->name ? of_node->name : "<unknown>");
89548 @@ -227,7 +227,7 @@ struct vio_dev *vio_register_device_node
89549 /* register with generic device framework */
89550 if (device_register(&viodev->dev)) {
89551 printk(KERN_ERR "%s: failed to register device %s\n",
89552 - __FUNCTION__, viodev->dev.bus_id);
89553 + __func__, viodev->dev.bus_id);
89554 /* XXX free TCE table */
89557 @@ -258,7 +258,7 @@ static int __init vio_bus_init(void)
89558 err = device_register(&vio_bus_device.dev);
89560 printk(KERN_WARNING "%s: device_register returned %i\n",
89561 - __FUNCTION__, err);
89566 --- a/arch/powerpc/kernel/vmlinux.lds.S
89567 +++ b/arch/powerpc/kernel/vmlinux.lds.S
89569 #ifdef CONFIG_PPC64
89570 -#include <asm/page.h>
89571 #define PROVIDE32(x) PROVIDE(__unused__##x)
89573 -#define PAGE_SIZE 4096
89574 -#define KERNELBASE CONFIG_KERNEL_START
89575 #define PROVIDE32(x) PROVIDE(x)
89577 +#include <asm/page.h>
89578 #include <asm-generic/vmlinux.lds.h>
89579 #include <asm/cache.h>
89581 @@ -33,7 +31,7 @@ SECTIONS
89584 /* Text and gots */
89586 + .text : AT(ADDR(.text) - LOAD_OFFSET) {
89590 @@ -58,7 +56,7 @@ SECTIONS
89593 /* Exception & bug tables */
89595 + __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) {
89596 __start___ex_table = .;
89598 __stop___ex_table = .;
89599 @@ -74,7 +72,7 @@ SECTIONS
89600 . = ALIGN(PAGE_SIZE);
89604 + .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
89608 @@ -83,11 +81,11 @@ SECTIONS
89609 /* .exit.text is discarded at runtime, not link time,
89610 * to deal with references from __bug_table
89613 + .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
89618 + .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
89620 __vtop_table_begin = .;
89622 @@ -103,19 +101,19 @@ SECTIONS
89627 + .init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {
89633 - .initcall.init : {
89634 + .initcall.init : AT(ADDR(.initcall.init) - LOAD_OFFSET) {
89635 __initcall_start = .;
89637 __initcall_end = .;
89640 - .con_initcall.init : {
89641 + .con_initcall.init : AT(ADDR(.con_initcall.init) - LOAD_OFFSET) {
89642 __con_initcall_start = .;
89643 *(.con_initcall.init)
89644 __con_initcall_end = .;
89645 @@ -124,14 +122,14 @@ SECTIONS
89650 + __ftr_fixup : AT(ADDR(__ftr_fixup) - LOAD_OFFSET) {
89651 __start___ftr_fixup = .;
89653 __stop___ftr_fixup = .;
89655 #ifdef CONFIG_PPC64
89657 - __fw_ftr_fixup : {
89658 + __fw_ftr_fixup : AT(ADDR(__fw_ftr_fixup) - LOAD_OFFSET) {
89659 __start___fw_ftr_fixup = .;
89661 __stop___fw_ftr_fixup = .;
89662 @@ -139,14 +137,14 @@ SECTIONS
89664 #ifdef CONFIG_BLK_DEV_INITRD
89665 . = ALIGN(PAGE_SIZE);
89667 + .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
89668 __initramfs_start = .;
89670 __initramfs_end = .;
89673 . = ALIGN(PAGE_SIZE);
89675 + .data.percpu : AT(ADDR(.data.percpu) - LOAD_OFFSET) {
89676 __per_cpu_start = .;
89678 *(.data.percpu.shared_aligned)
89679 @@ -154,7 +152,7 @@ SECTIONS
89683 - .machine.desc : {
89684 + .machine.desc : AT(ADDR(.machine.desc) - LOAD_OFFSET) {
89685 __machine_desc_start = . ;
89687 __machine_desc_end = . ;
89688 @@ -172,25 +170,24 @@ SECTIONS
89691 #ifdef CONFIG_PPC32
89694 + .data : AT(ADDR(.data) - LOAD_OFFSET) {
89697 *(.got.plt) *(.got)
89701 + .data : AT(ADDR(.data) - LOAD_OFFSET) {
89709 + .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
89714 + .got : AT(ADDR(.got) - LOAD_OFFSET) {
89718 @@ -207,26 +204,26 @@ SECTIONS
89722 - .data.init_task : {
89723 + .data.init_task : AT(ADDR(.data.init_task) - LOAD_OFFSET) {
89727 . = ALIGN(PAGE_SIZE);
89728 - .data.page_aligned : {
89729 + .data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET) {
89730 *(.data.page_aligned)
89733 - .data.cacheline_aligned : {
89734 + .data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET) {
89735 *(.data.cacheline_aligned)
89738 . = ALIGN(L1_CACHE_BYTES);
89739 - .data.read_mostly : {
89740 + .data.read_mostly : AT(ADDR(.data.read_mostly) - LOAD_OFFSET) {
89741 *(.data.read_mostly)
89744 . = ALIGN(PAGE_SIZE);
89745 - __data_nosave : {
89746 + .data_nosave : AT(ADDR(.data_nosave) - LOAD_OFFSET) {
89747 __nosave_begin = .;
89749 . = ALIGN(PAGE_SIZE);
89750 @@ -237,7 +234,7 @@ SECTIONS
89751 * And finally the bss
89755 + .bss : AT(ADDR(.bss) - LOAD_OFFSET) {
89757 *(.sbss) *(.scommon)
89759 --- a/arch/powerpc/lib/rheap.c
89760 +++ b/arch/powerpc/lib/rheap.c
89761 @@ -54,7 +54,7 @@ static int grow(rh_info_t * info, int ma
89763 new_blocks = max_blocks - info->max_blocks;
89765 - block = kmalloc(sizeof(rh_block_t) * max_blocks, GFP_KERNEL);
89766 + block = kmalloc(sizeof(rh_block_t) * max_blocks, GFP_ATOMIC);
89770 @@ -258,7 +258,7 @@ rh_info_t *rh_create(unsigned int alignm
89771 if ((alignment & (alignment - 1)) != 0)
89772 return ERR_PTR(-EINVAL);
89774 - info = kmalloc(sizeof(*info), GFP_KERNEL);
89775 + info = kmalloc(sizeof(*info), GFP_ATOMIC);
89777 return ERR_PTR(-ENOMEM);
89779 --- a/arch/powerpc/lib/string.S
89780 +++ b/arch/powerpc/lib/string.S
89781 @@ -75,6 +75,20 @@ _GLOBAL(strcmp)
89802 --- a/arch/powerpc/math-emu/fabs.c
89803 +++ b/arch/powerpc/math-emu/fabs.c
89804 @@ -9,7 +9,7 @@ fabs(u32 *frD, u32 *frB)
89808 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
89809 + printk("%s: D %p, B %p: ", __func__, frD, frB);
89813 --- a/arch/powerpc/math-emu/fadd.c
89814 +++ b/arch/powerpc/math-emu/fadd.c
89815 @@ -14,7 +14,7 @@ fadd(void *frD, void *frA, void *frB)
89819 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
89820 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
89823 __FP_UNPACK_D(A, frA);
89824 --- a/arch/powerpc/math-emu/fadds.c
89825 +++ b/arch/powerpc/math-emu/fadds.c
89826 @@ -15,7 +15,7 @@ fadds(void *frD, void *frA, void *frB)
89830 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
89831 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
89834 __FP_UNPACK_D(A, frA);
89835 --- a/arch/powerpc/math-emu/fcmpo.c
89836 +++ b/arch/powerpc/math-emu/fcmpo.c
89837 @@ -15,7 +15,7 @@ fcmpo(u32 *ccr, int crfD, void *frA, voi
89841 - printk("%s: %p (%08x) %d %p %p\n", __FUNCTION__, ccr, *ccr, crfD, frA, frB);
89842 + printk("%s: %p (%08x) %d %p %p\n", __func__, ccr, *ccr, crfD, frA, frB);
89845 __FP_UNPACK_D(A, frA);
89846 --- a/arch/powerpc/math-emu/fcmpu.c
89847 +++ b/arch/powerpc/math-emu/fcmpu.c
89848 @@ -14,7 +14,7 @@ fcmpu(u32 *ccr, int crfD, void *frA, voi
89852 - printk("%s: %p (%08x) %d %p %p\n", __FUNCTION__, ccr, *ccr, crfD, frA, frB);
89853 + printk("%s: %p (%08x) %d %p %p\n", __func__, ccr, *ccr, crfD, frA, frB);
89856 __FP_UNPACK_D(A, frA);
89857 --- a/arch/powerpc/math-emu/fctiw.c
89858 +++ b/arch/powerpc/math-emu/fctiw.c
89859 @@ -16,7 +16,7 @@ fctiw(u32 *frD, void *frB)
89863 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
89864 + printk("%s: D %p, B %p: ", __func__, frD, frB);
89868 --- a/arch/powerpc/math-emu/fctiwz.c
89869 +++ b/arch/powerpc/math-emu/fctiwz.c
89870 @@ -23,7 +23,7 @@ fctiwz(u32 *frD, void *frB)
89871 __FPU_FPSCR = fpscr;
89874 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
89875 + printk("%s: D %p, B %p: ", __func__, frD, frB);
89879 --- a/arch/powerpc/math-emu/fdiv.c
89880 +++ b/arch/powerpc/math-emu/fdiv.c
89881 @@ -14,7 +14,7 @@ fdiv(void *frD, void *frA, void *frB)
89885 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
89886 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
89889 __FP_UNPACK_D(A, frA);
89890 @@ -28,13 +28,13 @@ fdiv(void *frD, void *frA, void *frB)
89891 if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) {
89892 ret |= EFLAG_VXZDZ;
89894 - printk("%s: FPSCR_VXZDZ raised\n", __FUNCTION__);
89895 + printk("%s: FPSCR_VXZDZ raised\n", __func__);
89898 if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) {
89899 ret |= EFLAG_VXIDI;
89901 - printk("%s: FPSCR_VXIDI raised\n", __FUNCTION__);
89902 + printk("%s: FPSCR_VXIDI raised\n", __func__);
89906 --- a/arch/powerpc/math-emu/fdivs.c
89907 +++ b/arch/powerpc/math-emu/fdivs.c
89908 @@ -15,7 +15,7 @@ fdivs(void *frD, void *frA, void *frB)
89912 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
89913 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
89916 __FP_UNPACK_D(A, frA);
89917 @@ -29,13 +29,13 @@ fdivs(void *frD, void *frA, void *frB)
89918 if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) {
89919 ret |= EFLAG_VXZDZ;
89921 - printk("%s: FPSCR_VXZDZ raised\n", __FUNCTION__);
89922 + printk("%s: FPSCR_VXZDZ raised\n", __func__);
89925 if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) {
89926 ret |= EFLAG_VXIDI;
89928 - printk("%s: FPSCR_VXIDI raised\n", __FUNCTION__);
89929 + printk("%s: FPSCR_VXIDI raised\n", __func__);
89933 --- a/arch/powerpc/math-emu/fmadd.c
89934 +++ b/arch/powerpc/math-emu/fmadd.c
89935 @@ -16,7 +16,7 @@ fmadd(void *frD, void *frA, void *frB, v
89939 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
89940 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
89943 __FP_UNPACK_D(A, frA);
89944 --- a/arch/powerpc/math-emu/fmadds.c
89945 +++ b/arch/powerpc/math-emu/fmadds.c
89946 @@ -17,7 +17,7 @@ fmadds(void *frD, void *frA, void *frB,
89950 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
89951 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
89954 __FP_UNPACK_D(A, frA);
89955 --- a/arch/powerpc/math-emu/fmr.c
89956 +++ b/arch/powerpc/math-emu/fmr.c
89957 @@ -9,7 +9,7 @@ fmr(u32 *frD, u32 *frB)
89961 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
89962 + printk("%s: D %p, B %p: ", __func__, frD, frB);
89966 --- a/arch/powerpc/math-emu/fmsub.c
89967 +++ b/arch/powerpc/math-emu/fmsub.c
89968 @@ -16,7 +16,7 @@ fmsub(void *frD, void *frA, void *frB, v
89972 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
89973 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
89976 __FP_UNPACK_D(A, frA);
89977 --- a/arch/powerpc/math-emu/fmsubs.c
89978 +++ b/arch/powerpc/math-emu/fmsubs.c
89979 @@ -17,7 +17,7 @@ fmsubs(void *frD, void *frA, void *frB,
89983 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
89984 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
89987 __FP_UNPACK_D(A, frA);
89988 --- a/arch/powerpc/math-emu/fmul.c
89989 +++ b/arch/powerpc/math-emu/fmul.c
89990 @@ -14,7 +14,7 @@ fmul(void *frD, void *frA, void *frB)
89994 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
89995 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
89998 __FP_UNPACK_D(A, frA);
89999 --- a/arch/powerpc/math-emu/fmuls.c
90000 +++ b/arch/powerpc/math-emu/fmuls.c
90001 @@ -15,7 +15,7 @@ fmuls(void *frD, void *frA, void *frB)
90005 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90006 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90009 __FP_UNPACK_D(A, frA);
90010 --- a/arch/powerpc/math-emu/fnabs.c
90011 +++ b/arch/powerpc/math-emu/fnabs.c
90012 @@ -9,7 +9,7 @@ fnabs(u32 *frD, u32 *frB)
90016 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90017 + printk("%s: D %p, B %p: ", __func__, frD, frB);
90021 --- a/arch/powerpc/math-emu/fneg.c
90022 +++ b/arch/powerpc/math-emu/fneg.c
90023 @@ -9,7 +9,7 @@ fneg(u32 *frD, u32 *frB)
90027 - printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
90028 + printk("%s: D %p, B %p: ", __func__, frD, frB);
90032 --- a/arch/powerpc/math-emu/fnmadd.c
90033 +++ b/arch/powerpc/math-emu/fnmadd.c
90034 @@ -16,7 +16,7 @@ fnmadd(void *frD, void *frA, void *frB,
90038 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90039 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90042 __FP_UNPACK_D(A, frA);
90043 --- a/arch/powerpc/math-emu/fnmadds.c
90044 +++ b/arch/powerpc/math-emu/fnmadds.c
90045 @@ -17,7 +17,7 @@ fnmadds(void *frD, void *frA, void *frB,
90049 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90050 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90053 __FP_UNPACK_D(A, frA);
90054 --- a/arch/powerpc/math-emu/fnmsub.c
90055 +++ b/arch/powerpc/math-emu/fnmsub.c
90056 @@ -16,7 +16,7 @@ fnmsub(void *frD, void *frA, void *frB,
90060 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90061 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90064 __FP_UNPACK_D(A, frA);
90065 --- a/arch/powerpc/math-emu/fnmsubs.c
90066 +++ b/arch/powerpc/math-emu/fnmsubs.c
90067 @@ -17,7 +17,7 @@ fnmsubs(void *frD, void *frA, void *frB,
90071 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90072 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90075 __FP_UNPACK_D(A, frA);
90076 --- a/arch/powerpc/math-emu/fres.c
90077 +++ b/arch/powerpc/math-emu/fres.c
90078 @@ -6,7 +6,7 @@ int
90079 fres(void *frD, void *frB)
90082 - printk("%s: %p %p\n", __FUNCTION__, frD, frB);
90083 + printk("%s: %p %p\n", __func__, frD, frB);
90087 --- a/arch/powerpc/math-emu/frsp.c
90088 +++ b/arch/powerpc/math-emu/frsp.c
90089 @@ -12,7 +12,7 @@ frsp(void *frD, void *frB)
90093 - printk("%s: D %p, B %p\n", __FUNCTION__, frD, frB);
90094 + printk("%s: D %p, B %p\n", __func__, frD, frB);
90097 __FP_UNPACK_D(B, frB);
90098 --- a/arch/powerpc/math-emu/frsqrte.c
90099 +++ b/arch/powerpc/math-emu/frsqrte.c
90100 @@ -6,7 +6,7 @@ int
90101 frsqrte(void *frD, void *frB)
90104 - printk("%s: %p %p\n", __FUNCTION__, frD, frB);
90105 + printk("%s: %p %p\n", __func__, frD, frB);
90109 --- a/arch/powerpc/math-emu/fsel.c
90110 +++ b/arch/powerpc/math-emu/fsel.c
90111 @@ -11,7 +11,7 @@ fsel(u32 *frD, void *frA, u32 *frB, u32
90115 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frA, frB, frC);
90116 + printk("%s: %p %p %p %p\n", __func__, frD, frA, frB, frC);
90119 __FP_UNPACK_D(A, frA);
90120 --- a/arch/powerpc/math-emu/fsqrt.c
90121 +++ b/arch/powerpc/math-emu/fsqrt.c
90122 @@ -13,7 +13,7 @@ fsqrt(void *frD, void *frB)
90126 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frB);
90127 + printk("%s: %p %p %p %p\n", __func__, frD, frB);
90130 __FP_UNPACK_D(B, frB);
90131 --- a/arch/powerpc/math-emu/fsqrts.c
90132 +++ b/arch/powerpc/math-emu/fsqrts.c
90133 @@ -14,7 +14,7 @@ fsqrts(void *frD, void *frB)
90137 - printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frB);
90138 + printk("%s: %p %p %p %p\n", __func__, frD, frB);
90141 __FP_UNPACK_D(B, frB);
90142 --- a/arch/powerpc/math-emu/fsub.c
90143 +++ b/arch/powerpc/math-emu/fsub.c
90144 @@ -14,7 +14,7 @@ fsub(void *frD, void *frA, void *frB)
90148 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90149 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90152 __FP_UNPACK_D(A, frA);
90153 --- a/arch/powerpc/math-emu/fsubs.c
90154 +++ b/arch/powerpc/math-emu/fsubs.c
90155 @@ -15,7 +15,7 @@ fsubs(void *frD, void *frA, void *frB)
90159 - printk("%s: %p %p %p\n", __FUNCTION__, frD, frA, frB);
90160 + printk("%s: %p %p %p\n", __func__, frD, frA, frB);
90163 __FP_UNPACK_D(A, frA);
90164 --- a/arch/powerpc/math-emu/lfd.c
90165 +++ b/arch/powerpc/math-emu/lfd.c
90166 @@ -11,7 +11,7 @@ lfd(void *frD, void *ea)
90167 if (copy_from_user(frD, ea, sizeof(double)))
90170 - printk("%s: D %p, ea %p: ", __FUNCTION__, frD, ea);
90171 + printk("%s: D %p, ea %p: ", __func__, frD, ea);
90175 --- a/arch/powerpc/math-emu/lfs.c
90176 +++ b/arch/powerpc/math-emu/lfs.c
90177 @@ -14,7 +14,7 @@ lfs(void *frD, void *ea)
90181 - printk("%s: D %p, ea %p\n", __FUNCTION__, frD, ea);
90182 + printk("%s: D %p, ea %p\n", __func__, frD, ea);
90185 if (copy_from_user(&f, ea, sizeof(float)))
90186 --- a/arch/powerpc/math-emu/mcrfs.c
90187 +++ b/arch/powerpc/math-emu/mcrfs.c
90188 @@ -10,7 +10,7 @@ mcrfs(u32 *ccr, u32 crfD, u32 crfS)
90192 - printk("%s: %p (%08x) %d %d\n", __FUNCTION__, ccr, *ccr, crfD, crfS);
90193 + printk("%s: %p (%08x) %d %d\n", __func__, ccr, *ccr, crfD, crfS);
90196 clear = 15 << ((7 - crfS) << 2);
90197 @@ -24,7 +24,7 @@ mcrfs(u32 *ccr, u32 crfD, u32 crfS)
90198 *ccr |= (value << ((7 - crfD) << 2));
90201 - printk("CR: %08x\n", __FUNCTION__, *ccr);
90202 + printk("CR: %08x\n", __func__, *ccr);
90206 --- a/arch/powerpc/math-emu/mffs.c
90207 +++ b/arch/powerpc/math-emu/mffs.c
90208 @@ -10,7 +10,7 @@ mffs(u32 *frD)
90209 frD[1] = __FPU_FPSCR;
90212 - printk("%s: frD %p: %08x.%08x\n", __FUNCTION__, frD, frD[0], frD[1]);
90213 + printk("%s: frD %p: %08x.%08x\n", __func__, frD, frD[0], frD[1]);
90217 --- a/arch/powerpc/math-emu/mtfsb0.c
90218 +++ b/arch/powerpc/math-emu/mtfsb0.c
90219 @@ -11,7 +11,7 @@ mtfsb0(int crbD)
90220 __FPU_FPSCR &= ~(1 << (31 - crbD));
90223 - printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR);
90224 + printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
90228 --- a/arch/powerpc/math-emu/mtfsb1.c
90229 +++ b/arch/powerpc/math-emu/mtfsb1.c
90230 @@ -11,7 +11,7 @@ mtfsb1(int crbD)
90231 __FPU_FPSCR |= (1 << (31 - crbD));
90234 - printk("%s: %d %08lx\n", __FUNCTION__, crbD, __FPU_FPSCR);
90235 + printk("%s: %d %08lx\n", __func__, crbD, __FPU_FPSCR);
90239 --- a/arch/powerpc/math-emu/mtfsf.c
90240 +++ b/arch/powerpc/math-emu/mtfsf.c
90241 @@ -38,7 +38,7 @@ mtfsf(unsigned int FM, u32 *frB)
90242 __FPU_FPSCR |= (frB[1] & mask);
90245 - printk("%s: %02x %p: %08lx\n", __FUNCTION__, FM, frB, __FPU_FPSCR);
90246 + printk("%s: %02x %p: %08lx\n", __func__, FM, frB, __FPU_FPSCR);
90250 --- a/arch/powerpc/math-emu/mtfsfi.c
90251 +++ b/arch/powerpc/math-emu/mtfsfi.c
90252 @@ -16,7 +16,7 @@ mtfsfi(unsigned int crfD, unsigned int I
90253 __FPU_FPSCR |= (IMM & 0xf) << ((7 - crfD) << 2);
90256 - printk("%s: %d %x: %08lx\n", __FUNCTION__, crfD, IMM, __FPU_FPSCR);
90257 + printk("%s: %d %x: %08lx\n", __func__, crfD, IMM, __FPU_FPSCR);
90261 --- a/arch/powerpc/math-emu/stfd.c
90262 +++ b/arch/powerpc/math-emu/stfd.c
90263 @@ -7,7 +7,7 @@ stfd(void *frS, void *ea)
90267 - printk("%s: S %p, ea %p: ", __FUNCTION__, frS, ea);
90268 + printk("%s: S %p, ea %p: ", __func__, frS, ea);
90272 --- a/arch/powerpc/math-emu/stfiwx.c
90273 +++ b/arch/powerpc/math-emu/stfiwx.c
90274 @@ -6,7 +6,7 @@ int
90275 stfiwx(u32 *frS, void *ea)
90278 - printk("%s: %p %p\n", __FUNCTION__, frS, ea);
90279 + printk("%s: %p %p\n", __func__, frS, ea);
90282 if (copy_to_user(ea, &frS[1], sizeof(frS[1])))
90283 --- a/arch/powerpc/math-emu/stfs.c
90284 +++ b/arch/powerpc/math-emu/stfs.c
90285 @@ -15,7 +15,7 @@ stfs(void *frS, void *ea)
90289 - printk("%s: S %p, ea %p\n", __FUNCTION__, frS, ea);
90290 + printk("%s: S %p, ea %p\n", __func__, frS, ea);
90293 __FP_UNPACK_D(A, frS);
90294 --- a/arch/powerpc/mm/40x_mmu.c
90295 +++ b/arch/powerpc/mm/40x_mmu.c
90296 @@ -97,7 +97,7 @@ unsigned long __init mmu_mapin_ram(void)
90300 - p = PPC_MEMSTART;
90304 if (__map_without_ltlbs)
90305 --- a/arch/powerpc/mm/44x_mmu.c
90306 +++ b/arch/powerpc/mm/44x_mmu.c
90307 @@ -67,7 +67,7 @@ unsigned long __init mmu_mapin_ram(void)
90309 /* Pin in enough TLBs to cover any lowmem not covered by the
90310 * initial 256M mapping established in head_44x.S */
90311 - for (addr = PPC_PIN_SIZE; addr < total_lowmem;
90312 + for (addr = PPC_PIN_SIZE; addr < lowmem_end_addr;
90313 addr += PPC_PIN_SIZE)
90314 ppc44x_pin_tlb(addr + PAGE_OFFSET, addr);
90316 --- a/arch/powerpc/mm/Makefile
90317 +++ b/arch/powerpc/mm/Makefile
90318 @@ -6,7 +6,7 @@ ifeq ($(CONFIG_PPC64),y)
90319 EXTRA_CFLAGS += -mno-minimal-toc
90322 -obj-y := fault.o mem.o lmb.o \
90323 +obj-y := fault.o mem.o \
90324 init_$(CONFIG_WORD_SIZE).o \
90325 pgtable_$(CONFIG_WORD_SIZE).o \
90326 mmu_context_$(CONFIG_WORD_SIZE).o
90327 --- a/arch/powerpc/mm/fsl_booke_mmu.c
90328 +++ b/arch/powerpc/mm/fsl_booke_mmu.c
90329 @@ -49,18 +49,15 @@
90330 #include <asm/mmu.h>
90331 #include <asm/uaccess.h>
90332 #include <asm/smp.h>
90333 -#include <asm/bootx.h>
90334 #include <asm/machdep.h>
90335 #include <asm/setup.h>
90337 +#include "mmu_decl.h"
90339 extern void loadcam_entry(unsigned int index);
90340 unsigned int tlbcam_index;
90341 unsigned int num_tlbcam_entries;
90342 static unsigned long __cam0, __cam1, __cam2;
90343 -extern unsigned long total_lowmem;
90344 -extern unsigned long __max_low_memory;
90345 -extern unsigned long __initial_memory_limit;
90346 -#define MAX_LOW_MEM CONFIG_LOWMEM_SIZE
90348 #define NUM_TLBCAMS (16)
90350 @@ -165,15 +162,15 @@ void invalidate_tlbcam_entry(int index)
90351 void __init cam_mapin_ram(unsigned long cam0, unsigned long cam1,
90352 unsigned long cam2)
90354 - settlbcam(0, PAGE_OFFSET, PPC_MEMSTART, cam0, _PAGE_KERNEL, 0);
90355 + settlbcam(0, PAGE_OFFSET, memstart_addr, cam0, _PAGE_KERNEL, 0);
90359 - settlbcam(1, PAGE_OFFSET+cam0, PPC_MEMSTART+cam0, cam1, _PAGE_KERNEL, 0);
90360 + settlbcam(1, PAGE_OFFSET+cam0, memstart_addr+cam0, cam1, _PAGE_KERNEL, 0);
90364 - settlbcam(2, PAGE_OFFSET+cam0+cam1, PPC_MEMSTART+cam0+cam1, cam2, _PAGE_KERNEL, 0);
90365 + settlbcam(2, PAGE_OFFSET+cam0+cam1, memstart_addr+cam0+cam1, cam2, _PAGE_KERNEL, 0);
90369 @@ -196,35 +193,32 @@ unsigned long __init mmu_mapin_ram(void)
90371 adjust_total_lowmem(void)
90373 - unsigned long max_low_mem = MAX_LOW_MEM;
90374 - unsigned long cam_max = 0x10000000;
90375 - unsigned long ram;
90377 - /* adjust CAM size to max_low_mem */
90378 - if (max_low_mem < cam_max)
90379 - cam_max = max_low_mem;
90381 - /* adjust lowmem size to max_low_mem */
90382 - if (max_low_mem < total_lowmem)
90383 - ram = max_low_mem;
90385 - ram = total_lowmem;
90386 + phys_addr_t max_lowmem_size = __max_low_memory;
90387 + phys_addr_t cam_max_size = 0x10000000;
90390 + /* adjust CAM size to max_lowmem_size */
90391 + if (max_lowmem_size < cam_max_size)
90392 + cam_max_size = max_lowmem_size;
90394 + /* adjust lowmem size to max_lowmem_size */
90395 + ram = min(max_lowmem_size, total_lowmem);
90397 /* Calculate CAM values */
90398 __cam0 = 1UL << 2 * (__ilog2(ram) / 2);
90399 - if (__cam0 > cam_max)
90400 - __cam0 = cam_max;
90401 + if (__cam0 > cam_max_size)
90402 + __cam0 = cam_max_size;
90405 __cam1 = 1UL << 2 * (__ilog2(ram) / 2);
90406 - if (__cam1 > cam_max)
90407 - __cam1 = cam_max;
90408 + if (__cam1 > cam_max_size)
90409 + __cam1 = cam_max_size;
90413 __cam2 = 1UL << 2 * (__ilog2(ram) / 2);
90414 - if (__cam2 > cam_max)
90415 - __cam2 = cam_max;
90416 + if (__cam2 > cam_max_size)
90417 + __cam2 = cam_max_size;
90421 @@ -232,6 +226,6 @@ adjust_total_lowmem(void)
90422 " CAM2=%ldMb residual: %ldMb\n",
90423 __cam0 >> 20, __cam1 >> 20, __cam2 >> 20,
90424 (total_lowmem - __cam0 - __cam1 - __cam2) >> 20);
90425 - __max_low_memory = max_low_mem = __cam0 + __cam1 + __cam2;
90426 - __initial_memory_limit = __max_low_memory;
90427 + __max_low_memory = __cam0 + __cam1 + __cam2;
90428 + __initial_memory_limit_addr = memstart_addr + __max_low_memory;
90430 --- a/arch/powerpc/mm/hash_utils_64.c
90431 +++ b/arch/powerpc/mm/hash_utils_64.c
90433 #include <linux/cache.h>
90434 #include <linux/init.h>
90435 #include <linux/signal.h>
90436 +#include <linux/lmb.h>
90438 #include <asm/processor.h>
90439 #include <asm/pgtable.h>
90441 #include <asm/system.h>
90442 #include <asm/uaccess.h>
90443 #include <asm/machdep.h>
90444 -#include <asm/lmb.h>
90445 +#include <asm/prom.h>
90446 #include <asm/abs_addr.h>
90447 #include <asm/tlbflush.h>
90448 #include <asm/io.h>
90449 @@ -191,6 +192,29 @@ int htab_bolt_mapping(unsigned long vsta
90450 return ret < 0 ? ret : 0;
90453 +#ifdef CONFIG_MEMORY_HOTPLUG
90454 +static int htab_remove_mapping(unsigned long vstart, unsigned long vend,
90455 + int psize, int ssize)
90457 + unsigned long vaddr;
90458 + unsigned int step, shift;
90460 + shift = mmu_psize_defs[psize].shift;
90461 + step = 1 << shift;
90463 + if (!ppc_md.hpte_removebolted) {
90464 + printk(KERN_WARNING "Platform doesn't implement "
90465 + "hpte_removebolted\n");
90469 + for (vaddr = vstart; vaddr < vend; vaddr += step)
90470 + ppc_md.hpte_removebolted(vaddr, psize, ssize);
90474 +#endif /* CONFIG_MEMORY_HOTPLUG */
90476 static int __init htab_dt_scan_seg_sizes(unsigned long node,
90477 const char *uname, int depth,
90479 @@ -434,6 +458,12 @@ void create_section_mapping(unsigned lon
90480 _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX,
90481 mmu_linear_psize, mmu_kernel_ssize));
90484 +int remove_section_mapping(unsigned long start, unsigned long end)
90486 + return htab_remove_mapping(start, end, mmu_linear_psize,
90487 + mmu_kernel_ssize);
90489 #endif /* CONFIG_MEMORY_HOTPLUG */
90491 static inline void make_bl(unsigned int *insn_addr, void *func)
90492 --- a/arch/powerpc/mm/init_32.c
90493 +++ b/arch/powerpc/mm/init_32.c
90495 #include <linux/highmem.h>
90496 #include <linux/initrd.h>
90497 #include <linux/pagemap.h>
90498 +#include <linux/lmb.h>
90500 #include <asm/pgalloc.h>
90501 #include <asm/prom.h>
90503 #include <asm/machdep.h>
90504 #include <asm/btext.h>
90505 #include <asm/tlb.h>
90506 -#include <asm/lmb.h>
90507 #include <asm/sections.h>
90509 #include "mmu_decl.h"
90510 @@ -59,8 +59,8 @@ DEFINE_PER_CPU(struct mmu_gather, mmu_ga
90511 unsigned long total_memory;
90512 unsigned long total_lowmem;
90514 -unsigned long ppc_memstart;
90515 -unsigned long ppc_memoffset = PAGE_OFFSET;
90516 +phys_addr_t memstart_addr;
90517 +phys_addr_t lowmem_end_addr;
90520 #ifdef CONFIG_PPC_PMAC
90521 @@ -95,10 +95,10 @@ int __map_without_ltlbs;
90522 unsigned long __max_low_memory = MAX_LOW_MEM;
90525 - * limit of what is accessible with initial MMU setup -
90526 + * address of the limit of what is accessible with initial MMU setup -
90527 * 256MB usually, but only 16MB on 601.
90529 -unsigned long __initial_memory_limit = 0x10000000;
90530 +phys_addr_t __initial_memory_limit_addr = (phys_addr_t)0x10000000;
90533 * Check for command-line options that affect what MMU_init will do.
90534 @@ -131,10 +131,10 @@ void __init MMU_init(void)
90536 /* 601 can only access 16MB at the moment */
90537 if (PVR_VER(mfspr(SPRN_PVR)) == 1)
90538 - __initial_memory_limit = 0x01000000;
90539 + __initial_memory_limit_addr = 0x01000000;
90540 /* 8xx can only access 8MB at the moment */
90541 if (PVR_VER(mfspr(SPRN_PVR)) == 0x50)
90542 - __initial_memory_limit = 0x00800000;
90543 + __initial_memory_limit_addr = 0x00800000;
90545 /* parse args from command line */
90547 @@ -145,8 +145,8 @@ void __init MMU_init(void)
90548 printk(KERN_WARNING "Only using first contiguous memory region");
90551 - total_memory = lmb_end_of_DRAM();
90552 - total_lowmem = total_memory;
90553 + total_lowmem = total_memory = lmb_end_of_DRAM() - memstart_addr;
90554 + lowmem_end_addr = memstart_addr + total_lowmem;
90556 #ifdef CONFIG_FSL_BOOKE
90557 /* Freescale Book-E parts expect lowmem to be mapped by fixed TLB
90558 @@ -157,9 +157,10 @@ void __init MMU_init(void)
90560 if (total_lowmem > __max_low_memory) {
90561 total_lowmem = __max_low_memory;
90562 + lowmem_end_addr = memstart_addr + total_lowmem;
90563 #ifndef CONFIG_HIGHMEM
90564 total_memory = total_lowmem;
90565 - lmb_enforce_memory_limit(total_lowmem);
90566 + lmb_enforce_memory_limit(lowmem_end_addr);
90568 #endif /* CONFIG_HIGHMEM */
90570 @@ -184,8 +185,6 @@ void __init MMU_init(void)
90571 /* Map in I/O resources */
90572 if (ppc_md.progress)
90573 ppc_md.progress("MMU:setio", 0x302);
90574 - if (ppc_md.setup_io_mappings)
90575 - ppc_md.setup_io_mappings();
90577 /* Initialize the context management stuff */
90578 mmu_context_init();
90579 @@ -208,7 +207,7 @@ void __init *early_get_page(void)
90580 p = alloc_bootmem_pages(PAGE_SIZE);
90582 p = __va(lmb_alloc_base(PAGE_SIZE, PAGE_SIZE,
90583 - __initial_memory_limit));
90584 + __initial_memory_limit_addr));
90588 @@ -276,7 +275,7 @@ static int __init setup_kcore(void)
90590 kcore_mem = kmalloc(sizeof(struct kcore_list), GFP_ATOMIC);
90592 - panic("%s: kmalloc failed\n", __FUNCTION__);
90593 + panic("%s: kmalloc failed\n", __func__);
90595 /* must stay under 32 bits */
90596 if ( 0xfffffffful - (unsigned long)__va(base) < size) {
90597 --- a/arch/powerpc/mm/init_64.c
90598 +++ b/arch/powerpc/mm/init_64.c
90599 @@ -38,11 +38,11 @@
90600 #include <linux/nodemask.h>
90601 #include <linux/module.h>
90602 #include <linux/poison.h>
90603 +#include <linux/lmb.h>
90605 #include <asm/pgalloc.h>
90606 #include <asm/page.h>
90607 #include <asm/prom.h>
90608 -#include <asm/lmb.h>
90609 #include <asm/rtas.h>
90610 #include <asm/io.h>
90611 #include <asm/mmu_context.h>
90613 #warning TASK_SIZE is smaller than it needs to be.
90616 -/* max amount of RAM to use */
90617 -unsigned long __max_memory;
90618 +phys_addr_t memstart_addr;
90620 void free_initmem(void)
90622 @@ -122,7 +121,7 @@ static int __init setup_kcore(void)
90623 /* GFP_ATOMIC to avoid might_sleep warnings during boot */
90624 kcore_mem = kmalloc(sizeof(struct kcore_list), GFP_ATOMIC);
90626 - panic("%s: kmalloc failed\n", __FUNCTION__);
90627 + panic("%s: kmalloc failed\n", __func__);
90629 kclist_add(kcore_mem, __va(base), size);
90631 --- a/arch/powerpc/mm/lmb.c
90635 - * Procedures for maintaining information about logical memory blocks.
90637 - * Peter Bergner, IBM Corp. June 2001.
90638 - * Copyright (C) 2001 Peter Bergner.
90640 - * This program is free software; you can redistribute it and/or
90641 - * modify it under the terms of the GNU General Public License
90642 - * as published by the Free Software Foundation; either version
90643 - * 2 of the License, or (at your option) any later version.
90646 -#include <linux/kernel.h>
90647 -#include <linux/init.h>
90648 -#include <linux/bitops.h>
90649 -#include <asm/types.h>
90650 -#include <asm/page.h>
90651 -#include <asm/prom.h>
90652 -#include <asm/lmb.h>
90653 -#ifdef CONFIG_PPC32
90654 -#include "mmu_decl.h" /* for __max_low_memory */
90660 -#include <asm/udbg.h>
90661 -#define DBG(fmt...) udbg_printf(fmt)
90663 -#define DBG(fmt...)
90666 -#define LMB_ALLOC_ANYWHERE 0
90670 -void lmb_dump_all(void)
90675 - DBG("lmb_dump_all:\n");
90676 - DBG(" memory.cnt = 0x%lx\n", lmb.memory.cnt);
90677 - DBG(" memory.size = 0x%lx\n", lmb.memory.size);
90678 - for (i=0; i < lmb.memory.cnt ;i++) {
90679 - DBG(" memory.region[0x%x].base = 0x%lx\n",
90680 - i, lmb.memory.region[i].base);
90681 - DBG(" .size = 0x%lx\n",
90682 - lmb.memory.region[i].size);
90685 - DBG("\n reserved.cnt = 0x%lx\n", lmb.reserved.cnt);
90686 - DBG(" reserved.size = 0x%lx\n", lmb.reserved.size);
90687 - for (i=0; i < lmb.reserved.cnt ;i++) {
90688 - DBG(" reserved.region[0x%x].base = 0x%lx\n",
90689 - i, lmb.reserved.region[i].base);
90690 - DBG(" .size = 0x%lx\n",
90691 - lmb.reserved.region[i].size);
90693 -#endif /* DEBUG */
90696 -static unsigned long __init lmb_addrs_overlap(unsigned long base1,
90697 - unsigned long size1, unsigned long base2, unsigned long size2)
90699 - return ((base1 < (base2+size2)) && (base2 < (base1+size1)));
90702 -static long __init lmb_addrs_adjacent(unsigned long base1, unsigned long size1,
90703 - unsigned long base2, unsigned long size2)
90705 - if (base2 == base1 + size1)
90707 - else if (base1 == base2 + size2)
90713 -static long __init lmb_regions_adjacent(struct lmb_region *rgn,
90714 - unsigned long r1, unsigned long r2)
90716 - unsigned long base1 = rgn->region[r1].base;
90717 - unsigned long size1 = rgn->region[r1].size;
90718 - unsigned long base2 = rgn->region[r2].base;
90719 - unsigned long size2 = rgn->region[r2].size;
90721 - return lmb_addrs_adjacent(base1, size1, base2, size2);
90724 -static void __init lmb_remove_region(struct lmb_region *rgn, unsigned long r)
90728 - for (i = r; i < rgn->cnt - 1; i++) {
90729 - rgn->region[i].base = rgn->region[i + 1].base;
90730 - rgn->region[i].size = rgn->region[i + 1].size;
90735 -/* Assumption: base addr of region 1 < base addr of region 2 */
90736 -static void __init lmb_coalesce_regions(struct lmb_region *rgn,
90737 - unsigned long r1, unsigned long r2)
90739 - rgn->region[r1].size += rgn->region[r2].size;
90740 - lmb_remove_region(rgn, r2);
90743 -/* This routine called with relocation disabled. */
90744 -void __init lmb_init(void)
90746 - /* Create a dummy zero size LMB which will get coalesced away later.
90747 - * This simplifies the lmb_add() code below...
90749 - lmb.memory.region[0].base = 0;
90750 - lmb.memory.region[0].size = 0;
90751 - lmb.memory.cnt = 1;
90754 - lmb.reserved.region[0].base = 0;
90755 - lmb.reserved.region[0].size = 0;
90756 - lmb.reserved.cnt = 1;
90759 -/* This routine may be called with relocation disabled. */
90760 -void __init lmb_analyze(void)
90764 - lmb.memory.size = 0;
90766 - for (i = 0; i < lmb.memory.cnt; i++)
90767 - lmb.memory.size += lmb.memory.region[i].size;
90770 -/* This routine called with relocation disabled. */
90771 -static long __init lmb_add_region(struct lmb_region *rgn, unsigned long base,
90772 - unsigned long size)
90774 - unsigned long coalesced = 0;
90775 - long adjacent, i;
90777 - /* First try and coalesce this LMB with another. */
90778 - for (i=0; i < rgn->cnt; i++) {
90779 - unsigned long rgnbase = rgn->region[i].base;
90780 - unsigned long rgnsize = rgn->region[i].size;
90782 - if ((rgnbase == base) && (rgnsize == size))
90783 - /* Already have this region, so we're done */
90786 - adjacent = lmb_addrs_adjacent(base,size,rgnbase,rgnsize);
90787 - if ( adjacent > 0 ) {
90788 - rgn->region[i].base -= size;
90789 - rgn->region[i].size += size;
90793 - else if ( adjacent < 0 ) {
90794 - rgn->region[i].size += size;
90800 - if ((i < rgn->cnt-1) && lmb_regions_adjacent(rgn, i, i+1) ) {
90801 - lmb_coalesce_regions(rgn, i, i+1);
90806 - return coalesced;
90807 - if (rgn->cnt >= MAX_LMB_REGIONS)
90810 - /* Couldn't coalesce the LMB, so add it to the sorted table. */
90811 - for (i = rgn->cnt-1; i >= 0; i--) {
90812 - if (base < rgn->region[i].base) {
90813 - rgn->region[i+1].base = rgn->region[i].base;
90814 - rgn->region[i+1].size = rgn->region[i].size;
90816 - rgn->region[i+1].base = base;
90817 - rgn->region[i+1].size = size;
90826 -/* This routine may be called with relocation disabled. */
90827 -long __init lmb_add(unsigned long base, unsigned long size)
90829 - struct lmb_region *_rgn = &(lmb.memory);
90831 - /* On pSeries LPAR systems, the first LMB is our RMO region. */
90833 - lmb.rmo_size = size;
90835 - return lmb_add_region(_rgn, base, size);
90839 -long __init lmb_reserve(unsigned long base, unsigned long size)
90841 - struct lmb_region *_rgn = &(lmb.reserved);
90843 - BUG_ON(0 == size);
90845 - return lmb_add_region(_rgn, base, size);
90848 -long __init lmb_overlaps_region(struct lmb_region *rgn, unsigned long base,
90849 - unsigned long size)
90853 - for (i=0; i < rgn->cnt; i++) {
90854 - unsigned long rgnbase = rgn->region[i].base;
90855 - unsigned long rgnsize = rgn->region[i].size;
90856 - if ( lmb_addrs_overlap(base,size,rgnbase,rgnsize) ) {
90861 - return (i < rgn->cnt) ? i : -1;
90864 -unsigned long __init lmb_alloc(unsigned long size, unsigned long align)
90866 - return lmb_alloc_base(size, align, LMB_ALLOC_ANYWHERE);
90869 -unsigned long __init lmb_alloc_base(unsigned long size, unsigned long align,
90870 - unsigned long max_addr)
90872 - unsigned long alloc;
90874 - alloc = __lmb_alloc_base(size, align, max_addr);
90877 - panic("ERROR: Failed to allocate 0x%lx bytes below 0x%lx.\n",
90883 -unsigned long __init __lmb_alloc_base(unsigned long size, unsigned long align,
90884 - unsigned long max_addr)
90887 - unsigned long base = 0;
90889 - BUG_ON(0 == size);
90891 -#ifdef CONFIG_PPC32
90892 - /* On 32-bit, make sure we allocate lowmem */
90893 - if (max_addr == LMB_ALLOC_ANYWHERE)
90894 - max_addr = __max_low_memory;
90896 - for (i = lmb.memory.cnt-1; i >= 0; i--) {
90897 - unsigned long lmbbase = lmb.memory.region[i].base;
90898 - unsigned long lmbsize = lmb.memory.region[i].size;
90900 - if (max_addr == LMB_ALLOC_ANYWHERE)
90901 - base = _ALIGN_DOWN(lmbbase + lmbsize - size, align);
90902 - else if (lmbbase < max_addr) {
90903 - base = min(lmbbase + lmbsize, max_addr);
90904 - base = _ALIGN_DOWN(base - size, align);
90908 - while ((lmbbase <= base) &&
90909 - ((j = lmb_overlaps_region(&lmb.reserved, base, size)) >= 0) )
90910 - base = _ALIGN_DOWN(lmb.reserved.region[j].base - size,
90913 - if ((base != 0) && (lmbbase <= base))
90920 - lmb_add_region(&lmb.reserved, base, size);
90925 -/* You must call lmb_analyze() before this. */
90926 -unsigned long __init lmb_phys_mem_size(void)
90928 - return lmb.memory.size;
90931 -unsigned long __init lmb_end_of_DRAM(void)
90933 - int idx = lmb.memory.cnt - 1;
90935 - return (lmb.memory.region[idx].base + lmb.memory.region[idx].size);
90938 -/* You must call lmb_analyze() after this. */
90939 -void __init lmb_enforce_memory_limit(unsigned long memory_limit)
90941 - unsigned long i, limit;
90942 - struct lmb_property *p;
90944 - if (! memory_limit)
90947 - /* Truncate the lmb regions to satisfy the memory limit. */
90948 - limit = memory_limit;
90949 - for (i = 0; i < lmb.memory.cnt; i++) {
90950 - if (limit > lmb.memory.region[i].size) {
90951 - limit -= lmb.memory.region[i].size;
90955 - lmb.memory.region[i].size = limit;
90956 - lmb.memory.cnt = i + 1;
90960 - if (lmb.memory.region[0].size < lmb.rmo_size)
90961 - lmb.rmo_size = lmb.memory.region[0].size;
90963 - /* And truncate any reserves above the limit also. */
90964 - for (i = 0; i < lmb.reserved.cnt; i++) {
90965 - p = &lmb.reserved.region[i];
90967 - if (p->base > memory_limit)
90969 - else if ((p->base + p->size) > memory_limit)
90970 - p->size = memory_limit - p->base;
90972 - if (p->size == 0) {
90973 - lmb_remove_region(&lmb.reserved, i);
90979 -int __init lmb_is_reserved(unsigned long addr)
90983 - for (i = 0; i < lmb.reserved.cnt; i++) {
90984 - unsigned long upper = lmb.reserved.region[i].base +
90985 - lmb.reserved.region[i].size - 1;
90986 - if ((addr >= lmb.reserved.region[i].base) && (addr <= upper))
90991 --- a/arch/powerpc/mm/mem.c
90992 +++ b/arch/powerpc/mm/mem.c
90994 #include <linux/initrd.h>
90995 #include <linux/pagemap.h>
90996 #include <linux/suspend.h>
90997 +#include <linux/lmb.h>
90999 #include <asm/pgalloc.h>
91000 #include <asm/prom.h>
91002 #include <asm/machdep.h>
91003 #include <asm/btext.h>
91004 #include <asm/tlb.h>
91005 -#include <asm/lmb.h>
91006 #include <asm/sections.h>
91007 #include <asm/vdso.h>
91009 @@ -111,7 +111,7 @@ int memory_add_physaddr_to_nid(u64 start
91013 -int __devinit arch_add_memory(int nid, u64 start, u64 size)
91014 +int arch_add_memory(int nid, u64 start, u64 size)
91016 struct pglist_data *pgdata;
91018 @@ -175,7 +175,6 @@ void show_mem(void)
91020 printk("Mem-info:\n");
91022 - printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
91023 for_each_online_pgdat(pgdat) {
91024 unsigned long flags;
91025 pgdat_resize_lock(pgdat, &flags);
91026 @@ -217,9 +216,11 @@ void __init do_init_bootmem(void)
91027 unsigned long total_pages;
91030 - max_pfn = total_pages = lmb_end_of_DRAM() >> PAGE_SHIFT;
91031 + max_pfn = lmb_end_of_DRAM() >> PAGE_SHIFT;
91032 + total_pages = (lmb_end_of_DRAM() - memstart_addr) >> PAGE_SHIFT;
91033 #ifdef CONFIG_HIGHMEM
91034 total_pages = total_lowmem >> PAGE_SHIFT;
91035 + max_low_pfn = lowmem_end_addr >> PAGE_SHIFT;
91039 @@ -245,18 +246,18 @@ void __init do_init_bootmem(void)
91042 #ifdef CONFIG_HIGHMEM
91043 - free_bootmem_with_active_regions(0, total_lowmem >> PAGE_SHIFT);
91044 + free_bootmem_with_active_regions(0, lowmem_end_addr >> PAGE_SHIFT);
91046 /* reserve the sections we're already using */
91047 for (i = 0; i < lmb.reserved.cnt; i++) {
91048 unsigned long addr = lmb.reserved.region[i].base +
91049 lmb_size_bytes(&lmb.reserved, i) - 1;
91050 - if (addr < total_lowmem)
91051 + if (addr < lowmem_end_addr)
91052 reserve_bootmem(lmb.reserved.region[i].base,
91053 lmb_size_bytes(&lmb.reserved, i),
91055 - else if (lmb.reserved.region[i].base < total_lowmem) {
91056 - unsigned long adjusted_size = total_lowmem -
91057 + else if (lmb.reserved.region[i].base < lowmem_end_addr) {
91058 + unsigned long adjusted_size = lowmem_end_addr -
91059 lmb.reserved.region[i].base;
91060 reserve_bootmem(lmb.reserved.region[i].base,
91061 adjusted_size, BOOTMEM_DEFAULT);
91062 @@ -326,7 +327,7 @@ void __init paging_init(void)
91063 (top_of_ram - total_ram) >> 20);
91064 memset(max_zone_pfns, 0, sizeof(max_zone_pfns));
91065 #ifdef CONFIG_HIGHMEM
91066 - max_zone_pfns[ZONE_DMA] = total_lowmem >> PAGE_SHIFT;
91067 + max_zone_pfns[ZONE_DMA] = lowmem_end_addr >> PAGE_SHIFT;
91068 max_zone_pfns[ZONE_HIGHMEM] = top_of_ram >> PAGE_SHIFT;
91070 max_zone_pfns[ZONE_DMA] = top_of_ram >> PAGE_SHIFT;
91071 @@ -381,7 +382,7 @@ void __init mem_init(void)
91073 unsigned long pfn, highmem_mapnr;
91075 - highmem_mapnr = total_lowmem >> PAGE_SHIFT;
91076 + highmem_mapnr = lowmem_end_addr >> PAGE_SHIFT;
91077 for (pfn = highmem_mapnr; pfn < max_mapnr; ++pfn) {
91078 struct page *page = pfn_to_page(pfn);
91079 if (lmb_is_reserved(pfn << PAGE_SHIFT))
91080 --- a/arch/powerpc/mm/mmu_decl.h
91081 +++ b/arch/powerpc/mm/mmu_decl.h
91082 @@ -48,9 +48,11 @@ extern unsigned int num_tlbcam_entries;
91084 extern unsigned long ioremap_bot;
91085 extern unsigned long __max_low_memory;
91086 -extern unsigned long __initial_memory_limit;
91087 +extern phys_addr_t __initial_memory_limit_addr;
91088 extern unsigned long total_memory;
91089 extern unsigned long total_lowmem;
91090 +extern phys_addr_t memstart_addr;
91091 +extern phys_addr_t lowmem_end_addr;
91093 /* ...and now those things that may be slightly different between processor
91094 * architectures. -- Dan
91095 --- a/arch/powerpc/mm/numa.c
91096 +++ b/arch/powerpc/mm/numa.c
91098 #include <linux/nodemask.h>
91099 #include <linux/cpu.h>
91100 #include <linux/notifier.h>
91101 +#include <linux/lmb.h>
91102 #include <asm/sparsemem.h>
91103 -#include <asm/lmb.h>
91104 +#include <asm/prom.h>
91105 #include <asm/system.h>
91106 #include <asm/smp.h>
91108 --- a/arch/powerpc/mm/pgtable_32.c
91109 +++ b/arch/powerpc/mm/pgtable_32.c
91110 @@ -281,12 +281,13 @@ int map_page(unsigned long va, phys_addr
91112 void __init mapin_ram(void)
91114 - unsigned long v, p, s, f;
91115 + unsigned long v, s, f;
91119 s = mmu_mapin_ram();
91120 v = KERNELBASE + s;
91121 - p = PPC_MEMSTART + s;
91122 + p = memstart_addr + s;
91123 for (; s < total_lowmem; s += PAGE_SIZE) {
91124 ktext = ((char *) v >= _stext && (char *) v < etext);
91125 f = ktext ?_PAGE_RAM_TEXT : _PAGE_RAM;
91126 --- a/arch/powerpc/mm/ppc_mmu_32.c
91127 +++ b/arch/powerpc/mm/ppc_mmu_32.c
91128 @@ -26,11 +26,11 @@
91129 #include <linux/mm.h>
91130 #include <linux/init.h>
91131 #include <linux/highmem.h>
91132 +#include <linux/lmb.h>
91134 #include <asm/prom.h>
91135 #include <asm/mmu.h>
91136 #include <asm/machdep.h>
91137 -#include <asm/lmb.h>
91139 #include "mmu_decl.h"
91141 @@ -82,7 +82,6 @@ unsigned long __init mmu_mapin_ram(void)
91143 unsigned long tot, bl, done;
91144 unsigned long max_size = (256<<20);
91145 - unsigned long align;
91147 if (__map_without_bats) {
91148 printk(KERN_DEBUG "RAM mapped without BATs\n");
91149 @@ -93,19 +92,13 @@ unsigned long __init mmu_mapin_ram(void)
91151 /* Make sure we don't map a block larger than the
91152 smallest alignment of the physical address. */
91153 - /* alignment of PPC_MEMSTART */
91154 - align = ~(PPC_MEMSTART-1) & PPC_MEMSTART;
91155 - /* set BAT block size to MIN(max_size, align) */
91156 - if (align && align < max_size)
91157 - max_size = align;
91159 tot = total_lowmem;
91160 for (bl = 128<<10; bl < max_size; bl <<= 1) {
91165 - setbat(2, KERNELBASE, PPC_MEMSTART, bl, _PAGE_RAM);
91166 + setbat(2, KERNELBASE, 0, bl, _PAGE_RAM);
91167 done = (unsigned long)bat_addrs[2].limit - KERNELBASE + 1;
91168 if ((done < tot) && !bat_addrs[3].limit) {
91169 /* use BAT3 to cover a bit more */
91170 @@ -113,7 +106,7 @@ unsigned long __init mmu_mapin_ram(void)
91171 for (bl = 128<<10; bl < max_size; bl <<= 1)
91174 - setbat(3, KERNELBASE+done, PPC_MEMSTART+done, bl, _PAGE_RAM);
91175 + setbat(3, KERNELBASE+done, done, bl, _PAGE_RAM);
91176 done = (unsigned long)bat_addrs[3].limit - KERNELBASE + 1;
91179 @@ -240,7 +233,7 @@ void __init MMU_init_hw(void)
91181 if ( ppc_md.progress ) ppc_md.progress("hash:find piece", 0x322);
91182 Hash = __va(lmb_alloc_base(Hash_size, Hash_size,
91183 - __initial_memory_limit));
91184 + __initial_memory_limit_addr));
91185 cacheable_memzero(Hash, Hash_size);
91186 _SDR1 = __pa(Hash) | SDR1_LOW_BITS;
91188 --- a/arch/powerpc/mm/stab.c
91189 +++ b/arch/powerpc/mm/stab.c
91190 @@ -12,12 +12,14 @@
91191 * 2 of the License, or (at your option) any later version.
91194 +#include <linux/lmb.h>
91196 #include <asm/pgtable.h>
91197 #include <asm/mmu.h>
91198 #include <asm/mmu_context.h>
91199 #include <asm/paca.h>
91200 #include <asm/cputable.h>
91201 -#include <asm/lmb.h>
91202 +#include <asm/prom.h>
91203 #include <asm/abs_addr.h>
91204 #include <asm/firmware.h>
91205 #include <asm/iseries/hv_call.h>
91206 --- a/arch/powerpc/oprofile/cell/spu_task_sync.c
91207 +++ b/arch/powerpc/oprofile/cell/spu_task_sync.c
91208 @@ -68,7 +68,7 @@ static struct cached_info *get_cached_in
91209 if (spu_num >= num_spu_nodes) {
91210 printk(KERN_ERR "SPU_PROF: "
91211 "%s, line %d: Invalid index %d into spu info cache\n",
91212 - __FUNCTION__, __LINE__, spu_num);
91213 + __func__, __LINE__, spu_num);
91217 @@ -115,7 +115,7 @@ prepare_cached_spu_info(struct spu *spu,
91219 printk(KERN_ERR "SPU_PROF: "
91220 "%s, line %d: create vma_map failed\n",
91221 - __FUNCTION__, __LINE__);
91222 + __func__, __LINE__);
91226 @@ -123,7 +123,7 @@ prepare_cached_spu_info(struct spu *spu,
91228 printk(KERN_ERR "SPU_PROF: "
91229 "%s, line %d: create vma_map failed\n",
91230 - __FUNCTION__, __LINE__);
91231 + __func__, __LINE__);
91235 @@ -171,7 +171,7 @@ static int release_cached_info(int spu_i
91236 printk(KERN_ERR "SPU_PROF: "
91238 "Invalid index %d into spu info cache\n",
91239 - __FUNCTION__, __LINE__, spu_index);
91240 + __func__, __LINE__, spu_index);
91243 end = spu_index + 1;
91244 @@ -273,7 +273,7 @@ fail_no_image_cookie:
91246 printk(KERN_ERR "SPU_PROF: "
91247 "%s, line %d: Cannot find dcookie for SPU binary\n",
91248 - __FUNCTION__, __LINE__);
91249 + __func__, __LINE__);
91253 @@ -467,7 +467,7 @@ int spu_sync_stop(void)
91255 printk(KERN_ERR "SPU_PROF: "
91256 "%s, line %d: spu_switch_event_unregister returned %d\n",
91257 - __FUNCTION__, __LINE__, ret);
91258 + __func__, __LINE__, ret);
91262 --- a/arch/powerpc/oprofile/cell/vma_map.c
91263 +++ b/arch/powerpc/oprofile/cell/vma_map.c
91264 @@ -72,7 +72,7 @@ vma_map_add(struct vma_to_fileoffset_map
91265 kzalloc(sizeof(struct vma_to_fileoffset_map), GFP_KERNEL);
91267 printk(KERN_ERR "SPU_PROF: %s, line %d: malloc failed\n",
91268 - __FUNCTION__, __LINE__);
91269 + __func__, __LINE__);
91273 @@ -134,19 +134,19 @@ struct vma_to_fileoffset_map *create_vma
91274 if (memcmp(ehdr.e_ident, expected, EI_PAD) != 0) {
91275 printk(KERN_ERR "SPU_PROF: "
91276 "%s, line %d: Unexpected e_ident parsing SPU ELF\n",
91277 - __FUNCTION__, __LINE__);
91278 + __func__, __LINE__);
91281 if (ehdr.e_machine != EM_SPU) {
91282 printk(KERN_ERR "SPU_PROF: "
91283 "%s, line %d: Unexpected e_machine parsing SPU ELF\n",
91284 - __FUNCTION__, __LINE__);
91285 + __func__, __LINE__);
91288 if (ehdr.e_type != ET_EXEC) {
91289 printk(KERN_ERR "SPU_PROF: "
91290 "%s, line %d: Unexpected e_type parsing SPU ELF\n",
91291 - __FUNCTION__, __LINE__);
91292 + __func__, __LINE__);
91295 phdr_start = spu_elf_start + ehdr.e_phoff;
91296 @@ -232,7 +232,7 @@ struct vma_to_fileoffset_map *create_vma
91297 if (overlay_tbl_offset < 0) {
91298 printk(KERN_ERR "SPU_PROF: "
91299 "%s, line %d: Error finding SPU overlay table\n",
91300 - __FUNCTION__, __LINE__);
91301 + __func__, __LINE__);
91304 ovly_table = spu_elf_start + overlay_tbl_offset;
91305 --- a/arch/powerpc/oprofile/op_model_cell.c
91306 +++ b/arch/powerpc/oprofile/op_model_cell.c
91307 @@ -216,7 +216,7 @@ static void pm_rtas_reset_signals(u32 no
91308 * failure to stop OProfile.
91310 printk(KERN_WARNING "%s: rtas returned: %d\n",
91311 - __FUNCTION__, ret);
91315 static int pm_rtas_activate_signals(u32 node, u32 count)
91316 @@ -255,7 +255,7 @@ static int pm_rtas_activate_signals(u32
91318 if (unlikely(ret)) {
91319 printk(KERN_WARNING "%s: rtas returned: %d\n",
91320 - __FUNCTION__, ret);
91325 @@ -560,7 +560,7 @@ static int cell_reg_setup(struct op_coun
91326 if (unlikely(spu_rtas_token == RTAS_UNKNOWN_SERVICE)) {
91328 "%s: rtas token ibm,cbe-spu-perftools unknown\n",
91334 @@ -576,7 +576,7 @@ static int cell_reg_setup(struct op_coun
91335 if (unlikely(pm_rtas_token == RTAS_UNKNOWN_SERVICE)) {
91337 "%s: rtas token ibm,cbe-perftools unknown\n",
91343 @@ -853,7 +853,7 @@ static int pm_rtas_activate_spu_profilin
91345 if (unlikely(ret)) {
91346 printk(KERN_WARNING "%s: rtas returned: %d\n",
91347 - __FUNCTION__, ret);
91352 @@ -949,7 +949,7 @@ static int cell_global_start_spu(struct
91353 if (unlikely(ret != 0)) {
91355 "%s: rtas call ibm,cbe-spu-perftools failed, return = %d\n",
91356 - __FUNCTION__, ret);
91361 @@ -1061,7 +1061,7 @@ static void cell_global_stop_spu(void)
91362 if (unlikely(rtn_value != 0)) {
91364 "%s: rtas call ibm,cbe-spu-perftools failed, return = %d\n",
91365 - __FUNCTION__, rtn_value);
91366 + __func__, rtn_value);
91369 /* Deactivate the signals */
91370 --- a/arch/powerpc/platforms/40x/ep405.c
91371 +++ b/arch/powerpc/platforms/40x/ep405.c
91373 #include <asm/time.h>
91374 #include <asm/uic.h>
91375 #include <asm/pci-bridge.h>
91376 +#include <asm/ppc4xx.h>
91378 static struct device_node *bcsr_node;
91379 static void __iomem *bcsr_regs;
91380 @@ -119,5 +120,6 @@ define_machine(ep405) {
91381 .progress = udbg_progress,
91382 .init_IRQ = uic_init_tree,
91383 .get_irq = uic_get_irq,
91384 + .restart = ppc4xx_reset_system,
91385 .calibrate_decr = generic_calibrate_decr,
91387 --- a/arch/powerpc/platforms/40x/kilauea.c
91388 +++ b/arch/powerpc/platforms/40x/kilauea.c
91391 * Kilauea board specific routines
91393 - * Copyright 2007 DENX Software Engineering, Stefan Roese <sr@denx.de>
91394 + * Copyright 2007-2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
91396 * Based on the Walnut code by
91397 * Josh Boyer <jwboyer@linux.vnet.ibm.com>
91399 #include <asm/time.h>
91400 #include <asm/uic.h>
91401 #include <asm/pci-bridge.h>
91402 +#include <asm/ppc4xx.h>
91404 static __initdata struct of_device_id kilauea_of_bus[] = {
91405 { .compatible = "ibm,plb4", },
91406 @@ -54,5 +55,6 @@ define_machine(kilauea) {
91407 .progress = udbg_progress,
91408 .init_IRQ = uic_init_tree,
91409 .get_irq = uic_get_irq,
91410 + .restart = ppc4xx_reset_system,
91411 .calibrate_decr = generic_calibrate_decr,
91413 --- a/arch/powerpc/platforms/40x/makalu.c
91414 +++ b/arch/powerpc/platforms/40x/makalu.c
91416 #include <asm/time.h>
91417 #include <asm/uic.h>
91418 #include <asm/pci-bridge.h>
91419 +#include <asm/ppc4xx.h>
91421 static __initdata struct of_device_id makalu_of_bus[] = {
91422 { .compatible = "ibm,plb4", },
91423 @@ -54,5 +55,6 @@ define_machine(makalu) {
91424 .progress = udbg_progress,
91425 .init_IRQ = uic_init_tree,
91426 .get_irq = uic_get_irq,
91427 + .restart = ppc4xx_reset_system,
91428 .calibrate_decr = generic_calibrate_decr,
91430 --- a/arch/powerpc/platforms/40x/virtex.c
91431 +++ b/arch/powerpc/platforms/40x/virtex.c
91433 #include <asm/prom.h>
91434 #include <asm/time.h>
91435 #include <asm/xilinx_intc.h>
91436 +#include <asm/ppc4xx.h>
91438 static struct of_device_id xilinx_of_bus_ids[] __initdata = {
91439 { .compatible = "xlnx,plb-v46-1.00.a", },
91440 @@ -48,5 +49,6 @@ define_machine(virtex) {
91441 .probe = virtex_probe,
91442 .init_IRQ = xilinx_intc_init_tree,
91443 .get_irq = xilinx_intc_get_irq,
91444 + .restart = ppc4xx_reset_system,
91445 .calibrate_decr = generic_calibrate_decr,
91447 --- a/arch/powerpc/platforms/40x/walnut.c
91448 +++ b/arch/powerpc/platforms/40x/walnut.c
91450 #include <asm/time.h>
91451 #include <asm/uic.h>
91452 #include <asm/pci-bridge.h>
91453 +#include <asm/ppc4xx.h>
91455 static __initdata struct of_device_id walnut_of_bus[] = {
91456 { .compatible = "ibm,plb3", },
91457 @@ -61,5 +62,6 @@ define_machine(walnut) {
91458 .progress = udbg_progress,
91459 .init_IRQ = uic_init_tree,
91460 .get_irq = uic_get_irq,
91461 - .calibrate_decr = generic_calibrate_decr,
91462 + .restart = ppc4xx_reset_system,
91463 + .calibrate_decr = generic_calibrate_decr,
91465 --- a/arch/powerpc/platforms/44x/44x.h
91466 +++ b/arch/powerpc/platforms/44x/44x.h
91469 extern u8 as1_readb(volatile u8 __iomem *addr);
91470 extern void as1_writeb(u8 data, volatile u8 __iomem *addr);
91471 -extern void ppc44x_reset_system(char *cmd);
91473 #endif /* __POWERPC_PLATFORMS_44X_44X_H */
91474 --- a/arch/powerpc/platforms/44x/Kconfig
91475 +++ b/arch/powerpc/platforms/44x/Kconfig
91476 @@ -67,6 +67,25 @@ config WARP
91477 See http://www.pikatechnologies.com/ and follow the "PIKA for Computer
91478 Telephony Developers" link for more information.
91480 +config CANYONLANDS
91481 + bool "Canyonlands"
91486 + select PPC4xx_PCI_EXPRESS
91488 + This option enables support for the AMCC PPC460EX evaluation board.
91497 + This option enables support for the AMCC PPC440EP evaluation board.
91502 @@ -122,6 +141,14 @@ config 440SPe
91504 select IBM_NEW_EMAC_EMAC4
91509 + select IBM_NEW_EMAC_EMAC4
91510 + select IBM_NEW_EMAC_RGMII
91511 + select IBM_NEW_EMAC_ZMII
91512 + select IBM_NEW_EMAC_TAH
91514 # 44x errata/workaround config symbols, selected by the CPU models above
91515 config IBM440EP_ERR42
91517 --- a/arch/powerpc/platforms/44x/Makefile
91518 +++ b/arch/powerpc/platforms/44x/Makefile
91520 -obj-$(CONFIG_44x) := misc_44x.o
91521 +obj-$(CONFIG_44x) := misc_44x.o idle.o
91522 obj-$(CONFIG_EBONY) += ebony.o
91523 obj-$(CONFIG_TAISHAN) += taishan.o
91524 obj-$(CONFIG_BAMBOO) += bamboo.o
91525 +obj-$(CONFIG_YOSEMITE) += bamboo.o
91526 obj-$(CONFIG_SEQUOIA) += sequoia.o
91527 obj-$(CONFIG_KATMAI) += katmai.o
91528 obj-$(CONFIG_RAINIER) += rainier.o
91529 obj-$(CONFIG_WARP) += warp.o
91530 obj-$(CONFIG_WARP) += warp-nand.o
91531 +obj-$(CONFIG_CANYONLANDS) += canyonlands.o
91532 --- a/arch/powerpc/platforms/44x/bamboo.c
91533 +++ b/arch/powerpc/platforms/44x/bamboo.c
91535 #include <asm/time.h>
91536 #include <asm/uic.h>
91537 #include <asm/pci-bridge.h>
91540 +#include <asm/ppc4xx.h>
91542 static __initdata struct of_device_id bamboo_of_bus[] = {
91543 { .compatible = "ibm,plb4", },
91544 @@ -53,11 +52,11 @@ static int __init bamboo_probe(void)
91547 define_machine(bamboo) {
91548 - .name = "Bamboo",
91549 - .probe = bamboo_probe,
91550 - .progress = udbg_progress,
91551 - .init_IRQ = uic_init_tree,
91552 - .get_irq = uic_get_irq,
91553 - .restart = ppc44x_reset_system,
91554 + .name = "Bamboo",
91555 + .probe = bamboo_probe,
91556 + .progress = udbg_progress,
91557 + .init_IRQ = uic_init_tree,
91558 + .get_irq = uic_get_irq,
91559 + .restart = ppc4xx_reset_system,
91560 .calibrate_decr = generic_calibrate_decr,
91563 +++ b/arch/powerpc/platforms/44x/canyonlands.c
91566 + * Canyonlands board specific routines
91568 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
91570 + * Based on the Katmai code by
91571 + * Benjamin Herrenschmidt <benh@kernel.crashing.org>
91572 + * Copyright 2007 IBM Corp.
91573 + * Josh Boyer <jwboyer@linux.vnet.ibm.com>
91574 + * Copyright 2007 IBM Corporation
91576 + * This program is free software; you can redistribute it and/or modify it
91577 + * under the terms of the GNU General Public License as published by the
91578 + * Free Software Foundation; either version 2 of the License, or (at your
91579 + * option) any later version.
91581 +#include <linux/init.h>
91582 +#include <linux/of_platform.h>
91584 +#include <asm/machdep.h>
91585 +#include <asm/prom.h>
91586 +#include <asm/udbg.h>
91587 +#include <asm/time.h>
91588 +#include <asm/uic.h>
91589 +#include <asm/pci-bridge.h>
91590 +#include <asm/ppc4xx.h>
91592 +static __initdata struct of_device_id canyonlands_of_bus[] = {
91593 + { .compatible = "ibm,plb4", },
91594 + { .compatible = "ibm,opb", },
91595 + { .compatible = "ibm,ebc", },
91599 +static int __init canyonlands_device_probe(void)
91601 + of_platform_bus_probe(NULL, canyonlands_of_bus, NULL);
91605 +machine_device_initcall(canyonlands, canyonlands_device_probe);
91607 +static int __init canyonlands_probe(void)
91609 + unsigned long root = of_get_flat_dt_root();
91611 + if (!of_flat_dt_is_compatible(root, "amcc,canyonlands"))
91614 + ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
91619 +define_machine(canyonlands) {
91620 + .name = "Canyonlands",
91621 + .probe = canyonlands_probe,
91622 + .progress = udbg_progress,
91623 + .init_IRQ = uic_init_tree,
91624 + .get_irq = uic_get_irq,
91625 + .restart = ppc4xx_reset_system,
91626 + .calibrate_decr = generic_calibrate_decr,
91628 --- a/arch/powerpc/platforms/44x/ebony.c
91629 +++ b/arch/powerpc/platforms/44x/ebony.c
91631 #include <asm/time.h>
91632 #include <asm/uic.h>
91633 #include <asm/pci-bridge.h>
91636 +#include <asm/ppc4xx.h>
91638 static __initdata struct of_device_id ebony_of_bus[] = {
91639 { .compatible = "ibm,plb4", },
91640 @@ -66,6 +65,6 @@ define_machine(ebony) {
91641 .progress = udbg_progress,
91642 .init_IRQ = uic_init_tree,
91643 .get_irq = uic_get_irq,
91644 - .restart = ppc44x_reset_system,
91645 + .restart = ppc4xx_reset_system,
91646 .calibrate_decr = generic_calibrate_decr,
91649 +++ b/arch/powerpc/platforms/44x/idle.c
91652 + * Copyright 2008 IBM Corp.
91654 + * Based on arch/powerpc/platforms/pasemi/idle.c:
91655 + * Copyright (C) 2006-2007 PA Semi, Inc
91657 + * Added by: Jerone Young <jyoung5@us.ibm.com>
91659 + * This program is free software; you can redistribute it and/or modify
91660 + * it under the terms of the GNU General Public License version 2 as
91661 + * published by the Free Software Foundation.
91663 + * This program is distributed in the hope that it will be useful,
91664 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
91665 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
91666 + * GNU General Public License for more details.
91668 + * You should have received a copy of the GNU General Public License
91669 + * along with this program; if not, write to the Free Software
91670 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
91674 +#include <linux/of.h>
91675 +#include <linux/kernel.h>
91676 +#include <asm/machdep.h>
91678 +static int mode_spin;
91680 +static void ppc44x_idle(void)
91682 + unsigned long msr_save;
91684 + msr_save = mfmsr();
91685 + /* set wait state MSR */
91686 + mtmsr(msr_save|MSR_WE|MSR_EE|MSR_CE|MSR_DE);
91688 + /* return to initial state */
91693 +int __init ppc44x_idle_init(void)
91695 + if (!mode_spin) {
91696 + /* If we are not setting spin mode
91697 + then we set to wait mode */
91698 + ppc_md.power_save = &ppc44x_idle;
91704 +arch_initcall(ppc44x_idle_init);
91706 +static int __init idle_param(char *p)
91709 + if (!strcmp("spin", p)) {
91711 + ppc_md.power_save = NULL;
91717 +early_param("idle", idle_param);
91718 --- a/arch/powerpc/platforms/44x/katmai.c
91719 +++ b/arch/powerpc/platforms/44x/katmai.c
91721 #include <asm/time.h>
91722 #include <asm/uic.h>
91723 #include <asm/pci-bridge.h>
91726 +#include <asm/ppc4xx.h>
91728 static __initdata struct of_device_id katmai_of_bus[] = {
91729 { .compatible = "ibm,plb4", },
91730 @@ -58,6 +57,6 @@ define_machine(katmai) {
91731 .progress = udbg_progress,
91732 .init_IRQ = uic_init_tree,
91733 .get_irq = uic_get_irq,
91734 - .restart = ppc44x_reset_system,
91735 + .restart = ppc4xx_reset_system,
91736 .calibrate_decr = generic_calibrate_decr,
91738 --- a/arch/powerpc/platforms/44x/misc_44x.S
91739 +++ b/arch/powerpc/platforms/44x/misc_44x.S
91740 @@ -44,14 +44,3 @@ _GLOBAL(as1_writeb)
91746 - * void ppc44x_reset_system(char *cmd)
91748 - * At present, this routine just applies a system reset.
91750 -_GLOBAL(ppc44x_reset_system)
91751 - mfspr r13,SPRN_DBCR0
91752 - oris r13,r13,DBCR0_RST_SYSTEM@h
91753 - mtspr SPRN_DBCR0,r13
91754 - b . /* Just in case the reset doesn't work */
91755 --- a/arch/powerpc/platforms/44x/rainier.c
91756 +++ b/arch/powerpc/platforms/44x/rainier.c
91758 #include <asm/time.h>
91759 #include <asm/uic.h>
91760 #include <asm/pci-bridge.h>
91762 +#include <asm/ppc4xx.h>
91764 static __initdata struct of_device_id rainier_of_bus[] = {
91765 { .compatible = "ibm,plb4", },
91766 @@ -57,6 +57,6 @@ define_machine(rainier) {
91767 .progress = udbg_progress,
91768 .init_IRQ = uic_init_tree,
91769 .get_irq = uic_get_irq,
91770 - .restart = ppc44x_reset_system,
91771 + .restart = ppc4xx_reset_system,
91772 .calibrate_decr = generic_calibrate_decr,
91774 --- a/arch/powerpc/platforms/44x/sequoia.c
91775 +++ b/arch/powerpc/platforms/44x/sequoia.c
91777 #include <asm/uic.h>
91778 #include <asm/pci-bridge.h>
91781 +#include <asm/ppc4xx.h>
91783 static __initdata struct of_device_id sequoia_of_bus[] = {
91784 { .compatible = "ibm,plb4", },
91785 @@ -58,6 +58,6 @@ define_machine(sequoia) {
91786 .progress = udbg_progress,
91787 .init_IRQ = uic_init_tree,
91788 .get_irq = uic_get_irq,
91789 - .restart = ppc44x_reset_system,
91790 + .restart = ppc4xx_reset_system,
91791 .calibrate_decr = generic_calibrate_decr,
91793 --- a/arch/powerpc/platforms/44x/taishan.c
91794 +++ b/arch/powerpc/platforms/44x/taishan.c
91796 #include <asm/time.h>
91797 #include <asm/uic.h>
91798 #include <asm/pci-bridge.h>
91801 +#include <asm/ppc4xx.h>
91803 static __initdata struct of_device_id taishan_of_bus[] = {
91804 { .compatible = "ibm,plb4", },
91805 @@ -68,6 +67,6 @@ define_machine(taishan) {
91806 .progress = udbg_progress,
91807 .init_IRQ = uic_init_tree,
91808 .get_irq = uic_get_irq,
91809 - .restart = ppc44x_reset_system,
91810 + .restart = ppc4xx_reset_system,
91811 .calibrate_decr = generic_calibrate_decr,
91813 --- a/arch/powerpc/platforms/44x/warp-nand.c
91814 +++ b/arch/powerpc/platforms/44x/warp-nand.c
91816 #include <linux/mtd/partitions.h>
91817 #include <linux/mtd/nand.h>
91818 #include <linux/mtd/ndfc.h>
91819 +#include <asm/machdep.h>
91821 #ifdef CONFIG_MTD_NAND_NDFC
91823 @@ -100,6 +101,6 @@ static int warp_setup_nand_flash(void)
91827 -device_initcall(warp_setup_nand_flash);
91828 +machine_device_initcall(warp, warp_setup_nand_flash);
91831 --- a/arch/powerpc/platforms/44x/warp.c
91832 +++ b/arch/powerpc/platforms/44x/warp.c
91834 #include <asm/udbg.h>
91835 #include <asm/time.h>
91836 #include <asm/uic.h>
91840 +#include <asm/ppc4xx.h>
91842 static __initdata struct of_device_id warp_of_bus[] = {
91843 { .compatible = "ibm,plb4", },
91844 @@ -49,7 +47,7 @@ define_machine(warp) {
91845 .progress = udbg_progress,
91846 .init_IRQ = uic_init_tree,
91847 .get_irq = uic_get_irq,
91848 - .restart = ppc44x_reset_system,
91849 + .restart = ppc4xx_reset_system,
91850 .calibrate_decr = generic_calibrate_decr,
91853 --- a/arch/powerpc/platforms/52xx/lite5200.c
91854 +++ b/arch/powerpc/platforms/52xx/lite5200.c
91855 @@ -63,7 +63,7 @@ lite5200_fix_clock_config(void)
91858 printk(KERN_ERR "%s() failed; expect abnormal behaviour\n",
91864 @@ -98,7 +98,7 @@ lite5200_fix_port_config(void)
91867 printk(KERN_ERR "%s() failed. expect abnormal behavior\n",
91873 --- a/arch/powerpc/platforms/82xx/Kconfig
91874 +++ b/arch/powerpc/platforms/82xx/Kconfig
91875 @@ -11,7 +11,6 @@ config MPC8272_ADS
91878 select PQ2_ADS_PCI_PIC if PCI
91879 - select PPC_CPM_NEW_BINDING
91881 This option enables support for the MPC8272 ADS board
91883 @@ -22,7 +21,6 @@ config PQ2FADS
91886 select PQ2_ADS_PCI_PIC if PCI
91887 - select PPC_CPM_NEW_BINDING
91889 This option enables support for the PQ2FADS board
91891 @@ -31,7 +29,6 @@ config EP8248E
91895 - select PPC_CPM_NEW_BINDING
91896 select MDIO_BITBANG
91898 This enables support for the Embedded Planet EP8248E board.
91899 --- a/arch/powerpc/platforms/83xx/mpc837x_rdb.c
91900 +++ b/arch/powerpc/platforms/83xx/mpc837x_rdb.c
91901 @@ -46,6 +46,7 @@ static void __init mpc837x_rdb_setup_arc
91902 static struct of_device_id mpc837x_ids[] = {
91903 { .type = "soc", },
91904 { .compatible = "soc", },
91905 + { .compatible = "simple-bus", },
91909 --- a/arch/powerpc/platforms/83xx/mpc83xx.h
91910 +++ b/arch/powerpc/platforms/83xx/mpc83xx.h
91912 #define MPC83XX_SCCR_USB_DRCM_10 0x00200000
91913 #define MPC8315_SCCR_USB_MASK 0x00c00000
91914 #define MPC8315_SCCR_USB_DRCM_11 0x00c00000
91915 +#define MPC8315_SCCR_USB_DRCM_01 0x00400000
91916 #define MPC837X_SCCR_USB_DRCM_11 0x00c00000
91918 /* system i/o configuration register low */
91920 /* USB Control Register */
91921 #define FSL_USB2_CONTROL_OFFS 0x500
91922 #define CONTROL_UTMI_PHY_EN 0x00000200
91923 +#define CONTROL_REFSEL_24MHZ 0x00000040
91924 #define CONTROL_REFSEL_48MHZ 0x00000080
91925 #define CONTROL_PHY_CLK_SEL_ULPI 0x00000400
91926 #define CONTROL_OTG_PORT 0x00000020
91927 --- a/arch/powerpc/platforms/83xx/usb.c
91928 +++ b/arch/powerpc/platforms/83xx/usb.c
91929 @@ -129,7 +129,7 @@ int mpc831x_usb_cfg(void)
91930 if (immr_node && of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
91931 clrsetbits_be32(immap + MPC83XX_SCCR_OFFS,
91932 MPC8315_SCCR_USB_MASK,
91933 - MPC8315_SCCR_USB_DRCM_11);
91934 + MPC8315_SCCR_USB_DRCM_01);
91936 clrsetbits_be32(immap + MPC83XX_SCCR_OFFS,
91937 MPC83XX_SCCR_USB_MASK,
91938 @@ -164,9 +164,15 @@ int mpc831x_usb_cfg(void)
91939 /* Using on-chip PHY */
91940 if (prop && (!strcmp(prop, "utmi_wide") ||
91941 !strcmp(prop, "utmi"))) {
91942 - /* Set UTMI_PHY_EN, REFSEL to 48MHZ */
91945 + if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
91946 + refsel = CONTROL_REFSEL_24MHZ;
91948 + refsel = CONTROL_REFSEL_48MHZ;
91949 + /* Set UTMI_PHY_EN and REFSEL */
91950 out_be32(usb_regs + FSL_USB2_CONTROL_OFFS,
91951 - CONTROL_UTMI_PHY_EN | CONTROL_REFSEL_48MHZ);
91952 + CONTROL_UTMI_PHY_EN | refsel);
91953 /* Using external UPLI PHY */
91954 } else if (prop && !strcmp(prop, "ulpi")) {
91955 /* Set PHY_CLK_SEL to ULPI */
91956 --- a/arch/powerpc/platforms/85xx/Kconfig
91957 +++ b/arch/powerpc/platforms/85xx/Kconfig
91958 @@ -19,7 +19,6 @@ config MPC8540_ADS
91960 bool "Freescale MPC8560 ADS"
91961 select DEFAULT_UIMAGE
91962 - select PPC_CPM_NEW_BINDING
91965 This option enables support for the MPC 8560 ADS board
91966 @@ -46,6 +45,12 @@ config MPC85xx_DS
91968 This option enables support for the MPC85xx DS (MPC8544 DS) board
91971 + bool "Emerson KSI8560"
91972 + select DEFAULT_UIMAGE
91974 + This option enables support for the Emerson KSI8560 board
91977 bool "Silicon Turnkey Express GP3"
91979 @@ -53,14 +58,12 @@ config STX_GP3
91982 select DEFAULT_UIMAGE
91983 - select PPC_CPM_NEW_BINDING
91986 bool "TQ Components TQM8540"
91988 This option enables support for the TQ Components TQM8540 board.
91989 select DEFAULT_UIMAGE
91990 - select PPC_CPM_NEW_BINDING
91994 @@ -68,7 +71,6 @@ config TQM8541
91996 This option enables support for the TQ Components TQM8541 board.
91997 select DEFAULT_UIMAGE
91998 - select PPC_CPM_NEW_BINDING
92002 @@ -77,7 +79,6 @@ config TQM8555
92004 This option enables support for the TQ Components TQM8555 board.
92005 select DEFAULT_UIMAGE
92006 - select PPC_CPM_NEW_BINDING
92010 @@ -86,7 +87,6 @@ config TQM8560
92012 This option enables support for the TQ Components TQM8560 board.
92013 select DEFAULT_UIMAGE
92014 - select PPC_CPM_NEW_BINDING
92018 @@ -99,7 +99,6 @@ config SBC8548
92020 bool "Wind River SBC8560"
92021 select DEFAULT_UIMAGE
92022 - select PPC_CPM_NEW_BINDING if CPM2
92024 This option enables support for the Wind River SBC8560 board
92026 --- a/arch/powerpc/platforms/85xx/Makefile
92027 +++ b/arch/powerpc/platforms/85xx/Makefile
92028 @@ -10,3 +10,4 @@ obj-$(CONFIG_STX_GP3) += stx_gp3.o
92029 obj-$(CONFIG_TQM85xx) += tqm85xx.o
92030 obj-$(CONFIG_SBC8560) += sbc8560.o
92031 obj-$(CONFIG_SBC8548) += sbc8548.o
92032 +obj-$(CONFIG_KSI8560) += ksi8560.o
92034 +++ b/arch/powerpc/platforms/85xx/ksi8560.c
92037 + * Board setup routines for the Emerson KSI8560
92039 + * Author: Alexandr Smirnov <asmirnov@ru.mvista.com>
92041 + * Based on mpc85xx_ads.c maintained by Kumar Gala
92043 + * 2008 (c) MontaVista, Software, Inc. This file is licensed under
92044 + * the terms of the GNU General Public License version 2. This program
92045 + * is licensed "as is" without any warranty of any kind, whether express
92050 +#include <linux/stddef.h>
92051 +#include <linux/kernel.h>
92052 +#include <linux/pci.h>
92053 +#include <linux/kdev_t.h>
92054 +#include <linux/delay.h>
92055 +#include <linux/seq_file.h>
92056 +#include <linux/of_platform.h>
92058 +#include <asm/system.h>
92059 +#include <asm/time.h>
92060 +#include <asm/machdep.h>
92061 +#include <asm/pci-bridge.h>
92062 +#include <asm/mpic.h>
92063 +#include <mm/mmu_decl.h>
92064 +#include <asm/udbg.h>
92065 +#include <asm/prom.h>
92067 +#include <sysdev/fsl_soc.h>
92068 +#include <sysdev/fsl_pci.h>
92070 +#include <asm/cpm2.h>
92071 +#include <sysdev/cpm2_pic.h>
92074 +#define KSI8560_CPLD_HVR 0x04 /* Hardware Version Register */
92075 +#define KSI8560_CPLD_PVR 0x08 /* PLD Version Register */
92076 +#define KSI8560_CPLD_RCR1 0x30 /* Reset Command Register 1 */
92078 +#define KSI8560_CPLD_RCR1_CPUHR 0x80 /* CPU Hard Reset */
92080 +static void __iomem *cpld_base = NULL;
92082 +static void machine_restart(char *cmd)
92085 + out_8(cpld_base + KSI8560_CPLD_RCR1, KSI8560_CPLD_RCR1_CPUHR);
92087 + printk(KERN_ERR "Can't find CPLD base, hang forever\n");
92092 +static void cpm2_cascade(unsigned int irq, struct irq_desc *desc)
92096 + while ((cascade_irq = cpm2_get_irq()) >= 0)
92097 + generic_handle_irq(cascade_irq);
92099 + desc->chip->eoi(irq);
92102 +static void __init ksi8560_pic_init(void)
92104 + struct mpic *mpic;
92105 + struct resource r;
92106 + struct device_node *np;
92107 +#ifdef CONFIG_CPM2
92111 + np = of_find_node_by_type(NULL, "open-pic");
92113 + if (np == NULL) {
92114 + printk(KERN_ERR "Could not find open-pic node\n");
92118 + if (of_address_to_resource(np, 0, &r)) {
92119 + printk(KERN_ERR "Could not map mpic register space\n");
92124 + mpic = mpic_alloc(np, r.start,
92125 + MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN,
92126 + 0, 256, " OpenPIC ");
92127 + BUG_ON(mpic == NULL);
92132 +#ifdef CONFIG_CPM2
92133 + /* Setup CPM2 PIC */
92134 + np = of_find_compatible_node(NULL, NULL, "fsl,cpm2-pic");
92135 + if (np == NULL) {
92136 + printk(KERN_ERR "PIC init: can not find fsl,cpm2-pic node\n");
92139 + irq = irq_of_parse_and_map(np, 0);
92141 + cpm2_pic_init(np);
92143 + set_irq_chained_handler(irq, cpm2_cascade);
92145 + setup_irq(0, NULL);
92149 +#ifdef CONFIG_CPM2
92151 + * Setup I/O ports
92154 + int port, pin, flags;
92157 +static struct cpm_pin __initdata ksi8560_pins[] = {
92159 + {3, 29, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92160 + {3, 30, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92161 + {3, 31, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92164 + {3, 26, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92165 + {3, 27, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92166 + {3, 28, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92169 + {0, 14, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92170 + {0, 15, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92171 + {0, 16, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92172 + {0, 17, CPM_PIN_INPUT | CPM_PIN_PRIMARY},
92173 + {0, 18, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92174 + {0, 19, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92175 + {0, 20, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92176 + {0, 21, CPM_PIN_OUTPUT | CPM_PIN_PRIMARY},
92177 + {0, 26, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92178 + {0, 27, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92179 + {0, 28, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92180 + {0, 29, CPM_PIN_OUTPUT | CPM_PIN_SECONDARY},
92181 + {0, 30, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92182 + {0, 31, CPM_PIN_INPUT | CPM_PIN_SECONDARY},
92183 + {2, 23, CPM_PIN_INPUT | CPM_PIN_PRIMARY}, /* CLK9 */
92184 + {2, 22, CPM_PIN_INPUT | CPM_PIN_PRIMARY}, /* CLK10 */
92188 +static void __init init_ioports(void)
92192 + for (i = 0; i < ARRAY_SIZE(ksi8560_pins); i++) {
92193 + struct cpm_pin *pin = &ksi8560_pins[i];
92194 + cpm2_set_pin(pin->port, pin->pin, pin->flags);
92197 + cpm2_clk_setup(CPM_CLK_SCC1, CPM_BRG1, CPM_CLK_RX);
92198 + cpm2_clk_setup(CPM_CLK_SCC1, CPM_BRG1, CPM_CLK_TX);
92199 + cpm2_clk_setup(CPM_CLK_SCC2, CPM_BRG2, CPM_CLK_RX);
92200 + cpm2_clk_setup(CPM_CLK_SCC2, CPM_BRG2, CPM_CLK_TX);
92201 + cpm2_clk_setup(CPM_CLK_FCC1, CPM_CLK9, CPM_CLK_RX);
92202 + cpm2_clk_setup(CPM_CLK_FCC1, CPM_CLK10, CPM_CLK_TX);
92207 + * Setup the architecture
92209 +static void __init ksi8560_setup_arch(void)
92211 + struct device_node *cpld;
92213 + cpld = of_find_compatible_node(NULL, NULL, "emerson,KSI8560-cpld");
92215 + cpld_base = of_iomap(cpld, 0);
92217 + printk(KERN_ERR "Can't find CPLD in device tree\n");
92219 + if (ppc_md.progress)
92220 + ppc_md.progress("ksi8560_setup_arch()", 0);
92222 +#ifdef CONFIG_CPM2
92228 +static void ksi8560_show_cpuinfo(struct seq_file *m)
92230 + uint pvid, svid, phid1;
92231 + uint memsize = total_memory;
92233 + pvid = mfspr(SPRN_PVR);
92234 + svid = mfspr(SPRN_SVR);
92236 + seq_printf(m, "Vendor\t\t: Emerson Network Power\n");
92237 + seq_printf(m, "Board\t\t: KSI8560\n");
92240 + seq_printf(m, "Hardware rev\t: %d\n",
92241 + in_8(cpld_base + KSI8560_CPLD_HVR));
92242 + seq_printf(m, "CPLD rev\t: %d\n",
92243 + in_8(cpld_base + KSI8560_CPLD_PVR));
92245 + seq_printf(m, "Unknown Hardware and CPLD revs\n");
92247 + seq_printf(m, "PVR\t\t: 0x%x\n", pvid);
92248 + seq_printf(m, "SVR\t\t: 0x%x\n", svid);
92250 + /* Display cpu Pll setting */
92251 + phid1 = mfspr(SPRN_HID1);
92252 + seq_printf(m, "PLL setting\t: 0x%x\n", ((phid1 >> 24) & 0x3f));
92254 + /* Display the amount of memory */
92255 + seq_printf(m, "Memory\t\t: %d MB\n", memsize / (1024 * 1024));
92258 +static struct of_device_id __initdata of_bus_ids[] = {
92259 + { .type = "soc", },
92260 + { .name = "cpm", },
92261 + { .name = "localbus", },
92265 +static int __init declare_of_platform_devices(void)
92267 + of_platform_bus_probe(NULL, of_bus_ids, NULL);
92271 +machine_device_initcall(ksi8560, declare_of_platform_devices);
92274 + * Called very early, device-tree isn't unflattened
92276 +static int __init ksi8560_probe(void)
92278 + unsigned long root = of_get_flat_dt_root();
92280 + return of_flat_dt_is_compatible(root, "emerson,KSI8560");
92283 +define_machine(ksi8560) {
92284 + .name = "KSI8560",
92285 + .probe = ksi8560_probe,
92286 + .setup_arch = ksi8560_setup_arch,
92287 + .init_IRQ = ksi8560_pic_init,
92288 + .show_cpuinfo = ksi8560_show_cpuinfo,
92289 + .get_irq = mpic_get_irq,
92290 + .restart = machine_restart,
92291 + .calibrate_decr = generic_calibrate_decr,
92293 --- a/arch/powerpc/platforms/85xx/mpc85xx_ads.c
92294 +++ b/arch/powerpc/platforms/85xx/mpc85xx_ads.c
92295 @@ -165,7 +165,7 @@ static void __init init_ioports(void)
92298 for (i = 0; i < ARRAY_SIZE(mpc8560_ads_pins); i++) {
92299 - struct cpm_pin *pin = &mpc8560_ads_pins[i];
92300 + const struct cpm_pin *pin = &mpc8560_ads_pins[i];
92301 cpm2_set_pin(pin->port, pin->pin, pin->flags);
92304 --- a/arch/powerpc/platforms/85xx/mpc85xx_ds.c
92305 +++ b/arch/powerpc/platforms/85xx/mpc85xx_ds.c
92307 #include <linux/delay.h>
92308 #include <linux/seq_file.h>
92309 #include <linux/interrupt.h>
92310 +#include <linux/of_platform.h>
92312 #include <asm/system.h>
92313 #include <asm/time.h>
92318 -#define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args)
92319 +#define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ## args)
92321 #define DBG(fmt, args...)
92323 @@ -183,6 +184,18 @@ static int __init mpc8544_ds_probe(void)
92327 +static struct of_device_id mpc85xxds_ids[] = {
92328 + { .type = "soc", },
92329 + { .compatible = "soc", },
92333 +static int __init mpc85xxds_publish_devices(void)
92335 + return of_platform_bus_probe(NULL, mpc85xxds_ids, NULL);
92337 +machine_device_initcall(mpc8544_ds, mpc85xxds_publish_devices);
92340 * Called very early, device-tree isn't unflattened
92342 --- a/arch/powerpc/platforms/86xx/Kconfig
92343 +++ b/arch/powerpc/platforms/86xx/Kconfig
92344 @@ -11,6 +11,12 @@ config MPC8641_HPCN
92346 This option enables support for the MPC8641 HPCN board.
92349 + bool "Wind River SBC8641D"
92350 + select DEFAULT_UIMAGE
92352 + This option enables support for the WRS SBC8641D board.
92354 config MPC8610_HPCD
92355 bool "Freescale MPC8610 HPCD"
92356 select DEFAULT_UIMAGE
92357 @@ -24,7 +30,7 @@ config MPC8641
92358 select FSL_PCI if PCI
92359 select PPC_UDBG_16550
92361 - default y if MPC8641_HPCN
92362 + default y if MPC8641_HPCN || SBC8641D
92366 --- a/arch/powerpc/platforms/86xx/Makefile
92367 +++ b/arch/powerpc/platforms/86xx/Makefile
92370 obj-$(CONFIG_SMP) += mpc86xx_smp.o
92371 obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o
92372 +obj-$(CONFIG_SBC8641D) += sbc8641d.o
92373 obj-$(CONFIG_MPC8610_HPCD) += mpc8610_hpcd.o
92374 --- a/arch/powerpc/platforms/86xx/mpc8610_hpcd.c
92375 +++ b/arch/powerpc/platforms/86xx/mpc8610_hpcd.c
92376 @@ -52,7 +52,7 @@ static int __init mpc8610_declare_of_pla
92378 machine_device_initcall(mpc86xx_hpcd, mpc8610_declare_of_platform_devices);
92381 +static void __init
92382 mpc86xx_hpcd_init_irq(void)
92384 struct mpic *mpic1;
92385 @@ -200,7 +200,7 @@ static int __init mpc86xx_hpcd_probe(voi
92390 +static long __init
92391 mpc86xx_time_init(void)
92394 --- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
92395 +++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
92396 @@ -55,7 +55,7 @@ static void mpc86xx_8259_cascade(unsigne
92398 #endif /* CONFIG_PCI */
92401 +static void __init
92402 mpc86xx_hpcn_init_irq(void)
92404 struct mpic *mpic1;
92405 @@ -162,7 +162,7 @@ mpc86xx_hpcn_setup_arch(void)
92411 mpc86xx_hpcn_show_cpuinfo(struct seq_file *m)
92413 struct device_node *root;
92414 @@ -190,13 +190,19 @@ static int __init mpc86xx_hpcn_probe(voi
92416 unsigned long root = of_get_flat_dt_root();
92418 - if (of_flat_dt_is_compatible(root, "mpc86xx"))
92419 + if (of_flat_dt_is_compatible(root, "fsl,mpc8641hpcn"))
92420 return 1; /* Looks good */
92422 + /* Be nice and don't give silent boot death. Delete this in 2.6.27 */
92423 + if (of_flat_dt_is_compatible(root, "mpc86xx")) {
92424 + pr_warning("WARNING: your dts/dtb is old. You must update before the next kernel release\n");
92432 +static long __init
92433 mpc86xx_time_init(void)
92437 +++ b/arch/powerpc/platforms/86xx/sbc8641d.c
92440 + * SBC8641D board specific routines
92442 + * Copyright 2008 Wind River Systems Inc.
92444 + * By Paul Gortmaker (see MAINTAINERS for contact information)
92446 + * Based largely on the 8641 HPCN support by Freescale Semiconductor Inc.
92448 + * This program is free software; you can redistribute it and/or modify it
92449 + * under the terms of the GNU General Public License as published by the
92450 + * Free Software Foundation; either version 2 of the License, or (at your
92451 + * option) any later version.
92454 +#include <linux/stddef.h>
92455 +#include <linux/kernel.h>
92456 +#include <linux/pci.h>
92457 +#include <linux/kdev_t.h>
92458 +#include <linux/delay.h>
92459 +#include <linux/seq_file.h>
92460 +#include <linux/of_platform.h>
92462 +#include <asm/system.h>
92463 +#include <asm/time.h>
92464 +#include <asm/machdep.h>
92465 +#include <asm/pci-bridge.h>
92466 +#include <asm/mpc86xx.h>
92467 +#include <asm/prom.h>
92468 +#include <mm/mmu_decl.h>
92469 +#include <asm/udbg.h>
92471 +#include <asm/mpic.h>
92473 +#include <sysdev/fsl_pci.h>
92474 +#include <sysdev/fsl_soc.h>
92476 +#include "mpc86xx.h"
92478 +static void __init
92479 +sbc8641_init_irq(void)
92481 + struct mpic *mpic1;
92482 + struct device_node *np;
92483 + struct resource res;
92485 + /* Determine PIC address. */
92486 + np = of_find_node_by_type(NULL, "open-pic");
92489 + of_address_to_resource(np, 0, &res);
92491 + /* Alloc mpic structure and per isu has 16 INT entries. */
92492 + mpic1 = mpic_alloc(np, res.start,
92493 + MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN,
92494 + 0, 256, " MPIC ");
92496 + BUG_ON(mpic1 == NULL);
92498 + mpic_init(mpic1);
92501 +static void __init
92502 +sbc8641_setup_arch(void)
92505 + struct device_node *np;
92508 + if (ppc_md.progress)
92509 + ppc_md.progress("sbc8641_setup_arch()", 0);
92512 + for_each_compatible_node(np, "pci", "fsl,mpc8641-pcie")
92513 + fsl_add_bridge(np, 0);
92516 + printk("SBC8641 board from Wind River\n");
92519 + mpc86xx_smp_init();
92525 +sbc8641_show_cpuinfo(struct seq_file *m)
92527 + struct device_node *root;
92528 + uint memsize = total_memory;
92529 + const char *model = "";
92530 + uint svid = mfspr(SPRN_SVR);
92532 + seq_printf(m, "Vendor\t\t: Wind River Systems\n");
92534 + root = of_find_node_by_path("/");
92536 + model = of_get_property(root, "model", NULL);
92537 + seq_printf(m, "Machine\t\t: %s\n", model);
92538 + of_node_put(root);
92540 + seq_printf(m, "SVR\t\t: 0x%x\n", svid);
92541 + seq_printf(m, "Memory\t\t: %d MB\n", memsize / (1024 * 1024));
92546 + * Called very early, device-tree isn't unflattened
92548 +static int __init sbc8641_probe(void)
92550 + unsigned long root = of_get_flat_dt_root();
92552 + if (of_flat_dt_is_compatible(root, "wind,sbc8641"))
92553 + return 1; /* Looks good */
92558 +static long __init
92559 +mpc86xx_time_init(void)
92561 + unsigned int temp;
92563 + /* Set the time base to zero */
92564 + mtspr(SPRN_TBWL, 0);
92565 + mtspr(SPRN_TBWU, 0);
92567 + temp = mfspr(SPRN_HID0);
92568 + temp |= HID0_TBEN;
92569 + mtspr(SPRN_HID0, temp);
92570 + asm volatile("isync");
92575 +static __initdata struct of_device_id of_bus_ids[] = {
92576 + { .compatible = "simple-bus", },
92580 +static int __init declare_of_platform_devices(void)
92582 + of_platform_bus_probe(NULL, of_bus_ids, NULL);
92586 +machine_device_initcall(sbc8641, declare_of_platform_devices);
92588 +define_machine(sbc8641) {
92589 + .name = "SBC8641D",
92590 + .probe = sbc8641_probe,
92591 + .setup_arch = sbc8641_setup_arch,
92592 + .init_IRQ = sbc8641_init_irq,
92593 + .show_cpuinfo = sbc8641_show_cpuinfo,
92594 + .get_irq = mpic_get_irq,
92595 + .restart = fsl_rstcr_restart,
92596 + .time_init = mpc86xx_time_init,
92597 + .calibrate_decr = generic_calibrate_decr,
92598 + .progress = udbg_progress,
92600 + .pcibios_fixup_bus = fsl_pcibios_fixup_bus,
92603 --- a/arch/powerpc/platforms/8xx/Kconfig
92604 +++ b/arch/powerpc/platforms/8xx/Kconfig
92605 @@ -18,7 +18,6 @@ config MPC8XXFADS
92609 - select PPC_CPM_NEW_BINDING
92611 MPC86x Application Development System by Freescale Semiconductor.
92612 The MPC86xADS is meant to serve as a platform for s/w and h/w
92613 @@ -27,7 +26,6 @@ config MPC86XADS
92617 - select PPC_CPM_NEW_BINDING
92619 Freescale Semiconductor MPC885 Application Development System (ADS).
92620 Also known as DUET.
92621 @@ -37,7 +35,6 @@ config MPC885ADS
92623 bool "Embedded Planet EP88xC (a.k.a. CWH-PPC-885XN-VE)"
92625 - select PPC_CPM_NEW_BINDING
92627 This enables support for the Embedded Planet EP88xC board.
92629 @@ -47,7 +44,6 @@ config PPC_EP88XC
92630 config PPC_ADDER875
92631 bool "Analogue & Micro Adder 875"
92633 - select PPC_CPM_NEW_BINDING
92636 This enables support for the Analogue & Micro Adder 875
92637 --- a/arch/powerpc/platforms/8xx/m8xx_setup.c
92638 +++ b/arch/powerpc/platforms/8xx/m8xx_setup.c
92639 @@ -111,17 +111,12 @@ void __init mpc8xx_calibrate_decr(void)
92641 /* Processor frequency is MHz.
92643 - ppc_tb_freq = 50000000;
92644 - if (!get_freq("bus-frequency", &ppc_tb_freq)) {
92645 - printk(KERN_ERR "WARNING: Estimating decrementer frequency "
92646 - "(not found)\n");
92648 - ppc_tb_freq /= 16;
92649 ppc_proc_freq = 50000000;
92650 if (!get_freq("clock-frequency", &ppc_proc_freq))
92651 printk(KERN_ERR "WARNING: Estimating processor frequency "
92654 + ppc_tb_freq = ppc_proc_freq / 16;
92655 printk("Decrementer Frequency = 0x%lx\n", ppc_tb_freq);
92657 /* Perform some more timer/timebase initialization. This used
92658 --- a/arch/powerpc/platforms/Kconfig
92659 +++ b/arch/powerpc/platforms/Kconfig
92660 @@ -290,13 +290,7 @@ config CPM2
92661 config PPC_CPM_NEW_BINDING
92663 depends on CPM1 || CPM2
92665 - Select this if your board has been converted to use the new
92666 - device tree bindings for CPM, and no longer needs the
92667 - ioport callbacks or the platform device glue code.
92669 - The fs_enet and cpm_uart drivers will be built as
92670 - of_platform devices.
92674 tristate "Axon DDR2 memory device driver"
92675 --- a/arch/powerpc/platforms/Kconfig.cputype
92676 +++ b/arch/powerpc/platforms/Kconfig.cputype
92677 @@ -41,11 +41,13 @@ config 40x
92679 select PPC_DCR_NATIVE
92680 select PPC_UDBG_16550
92685 select PPC_DCR_NATIVE
92686 select PPC_UDBG_16550
92690 bool "Freescale e200"
92691 --- a/arch/powerpc/platforms/cell/iommu.c
92692 +++ b/arch/powerpc/platforms/cell/iommu.c
92693 @@ -28,13 +28,13 @@
92694 #include <linux/notifier.h>
92695 #include <linux/of.h>
92696 #include <linux/of_platform.h>
92697 +#include <linux/lmb.h>
92699 #include <asm/prom.h>
92700 #include <asm/iommu.h>
92701 #include <asm/machdep.h>
92702 #include <asm/pci-bridge.h>
92703 #include <asm/udbg.h>
92704 -#include <asm/lmb.h>
92705 #include <asm/firmware.h>
92706 #include <asm/cell-regs.h>
92708 @@ -316,7 +316,7 @@ static void cell_iommu_setup_stab(struct
92709 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT;
92711 pr_debug("%s: iommu[%d]: segments: %lu\n",
92712 - __FUNCTION__, iommu->nid, segments);
92713 + __func__, iommu->nid, segments);
92715 /* set up the segment table */
92716 stab_size = segments * sizeof(unsigned long);
92717 @@ -343,7 +343,7 @@ static unsigned long *cell_iommu_alloc_p
92718 (1 << 12) / sizeof(unsigned long));
92720 ptab_size = segments * pages_per_segment * sizeof(unsigned long);
92721 - pr_debug("%s: iommu[%d]: ptab_size: %lu, order: %d\n", __FUNCTION__,
92722 + pr_debug("%s: iommu[%d]: ptab_size: %lu, order: %d\n", __func__,
92723 iommu->nid, ptab_size, get_order(ptab_size));
92724 page = alloc_pages_node(iommu->nid, GFP_KERNEL, get_order(ptab_size));
92726 @@ -355,7 +355,7 @@ static unsigned long *cell_iommu_alloc_p
92727 n_pte_pages = (pages_per_segment * sizeof(unsigned long)) >> 12;
92729 pr_debug("%s: iommu[%d]: stab at %p, ptab at %p, n_pte_pages: %lu\n",
92730 - __FUNCTION__, iommu->nid, iommu->stab, ptab,
92731 + __func__, iommu->nid, iommu->stab, ptab,
92734 /* initialise the STEs */
92735 @@ -394,7 +394,7 @@ static void cell_iommu_enable_hardware(s
92737 if (cell_iommu_find_ioc(iommu->nid, &xlate_base))
92738 panic("%s: missing IOC register mappings for node %d\n",
92739 - __FUNCTION__, iommu->nid);
92740 + __func__, iommu->nid);
92742 iommu->xlate_regs = ioremap(xlate_base, IOC_Reg_Size);
92743 iommu->cmd_regs = iommu->xlate_regs + IOC_IOCmd_Offset;
92744 --- a/arch/powerpc/platforms/cell/pervasive.c
92745 +++ b/arch/powerpc/platforms/cell/pervasive.c
92746 @@ -65,7 +65,7 @@ static void cbe_power_save(void)
92749 printk(KERN_WARNING "%s: unknown configuration\n",
92754 mtspr(SPRN_TSC_CELL, thread_switch_control);
92755 --- a/arch/powerpc/platforms/cell/ras.c
92756 +++ b/arch/powerpc/platforms/cell/ras.c
92757 @@ -132,7 +132,7 @@ static int __init cbe_ptcal_enable_on_no
92758 (unsigned int)(addr >> 32),
92759 (unsigned int)(addr & 0xffffffff))) {
92760 printk(KERN_ERR "%s: error enabling PTCAL on node %d!\n",
92761 - __FUNCTION__, nid);
92763 goto out_free_pages;
92766 @@ -162,7 +162,7 @@ static int __init cbe_ptcal_enable(void)
92770 - pr_debug("%s: enabling PTCAL, size = 0x%x\n", __FUNCTION__, *size);
92771 + pr_debug("%s: enabling PTCAL, size = 0x%x\n", __func__, *size);
92772 order = get_order(*size);
92775 @@ -180,7 +180,7 @@ static int __init cbe_ptcal_enable(void)
92776 const u32 *nid = of_get_property(np, "node-id", NULL);
92778 printk(KERN_ERR "%s: node %s is missing node-id?\n",
92779 - __FUNCTION__, np->full_name);
92780 + __func__, np->full_name);
92783 cbe_ptcal_enable_on_node(*nid, order);
92784 @@ -195,13 +195,13 @@ static int cbe_ptcal_disable(void)
92785 struct ptcal_area *area, *tmp;
92788 - pr_debug("%s: disabling PTCAL\n", __FUNCTION__);
92789 + pr_debug("%s: disabling PTCAL\n", __func__);
92791 list_for_each_entry_safe(area, tmp, &ptcal_list, list) {
92792 /* disable ptcal on this node */
92793 if (rtas_call(ptcal_stop_tok, 1, 1, NULL, area->nid)) {
92794 printk(KERN_ERR "%s: error disabling PTCAL "
92795 - "on node %d!\n", __FUNCTION__,
92796 + "on node %d!\n", __func__,
92800 --- a/arch/powerpc/platforms/cell/spu_base.c
92801 +++ b/arch/powerpc/platforms/cell/spu_base.c
92802 @@ -165,7 +165,7 @@ static int __spu_trap_data_seg(struct sp
92803 struct spu_slb slb;
92806 - pr_debug("%s\n", __FUNCTION__);
92807 + pr_debug("%s\n", __func__);
92809 slb.esid = (ea & ESID_MASK) | SLB_ESID_V;
92811 @@ -215,7 +215,7 @@ static int __spu_trap_data_seg(struct sp
92812 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap); //XXX
92813 static int __spu_trap_data_map(struct spu *spu, unsigned long ea, u64 dsisr)
92815 - pr_debug("%s, %lx, %lx\n", __FUNCTION__, dsisr, ea);
92816 + pr_debug("%s, %lx, %lx\n", __func__, dsisr, ea);
92818 /* Handle kernel space hash faults immediately.
92819 User hash faults need to be deferred to process context. */
92820 @@ -351,7 +351,7 @@ spu_irq_class_1(int irq, void *data)
92821 __spu_trap_data_seg(spu, dar);
92823 spin_unlock(&spu->register_lock);
92824 - pr_debug("%s: %lx %lx %lx %lx\n", __FUNCTION__, mask, stat,
92825 + pr_debug("%s: %lx %lx %lx %lx\n", __func__, mask, stat,
92828 if (stat & CLASS1_STORAGE_FAULT_INTR)
92829 @@ -726,7 +726,7 @@ static int __init init_spu_base(void)
92832 printk(KERN_WARNING "%s: Error initializing spus\n",
92835 goto out_unregister_sysdev_class;
92838 --- a/arch/powerpc/platforms/cell/spu_callbacks.c
92839 +++ b/arch/powerpc/platforms/cell/spu_callbacks.c
92840 @@ -54,7 +54,7 @@ long spu_sys_callback(struct spu_syscall
92841 long (*syscall)(u64 a1, u64 a2, u64 a3, u64 a4, u64 a5, u64 a6);
92843 if (s->nr_ret >= ARRAY_SIZE(spu_syscall_table)) {
92844 - pr_debug("%s: invalid syscall #%ld", __FUNCTION__, s->nr_ret);
92845 + pr_debug("%s: invalid syscall #%ld", __func__, s->nr_ret);
92849 --- a/arch/powerpc/platforms/cell/spu_manage.c
92850 +++ b/arch/powerpc/platforms/cell/spu_manage.c
92851 @@ -92,7 +92,7 @@ static int __init spu_map_interrupts_old
92853 tmp = of_get_property(np->parent->parent, "node-id", NULL);
92855 - printk(KERN_WARNING "%s: can't find node-id\n", __FUNCTION__);
92856 + printk(KERN_WARNING "%s: can't find node-id\n", __func__);
92860 @@ -296,7 +296,7 @@ static int __init of_enumerate_spus(int
92863 printk(KERN_WARNING "%s: Error initializing %s\n",
92864 - __FUNCTION__, node->name);
92865 + __func__, node->name);
92869 @@ -327,7 +327,7 @@ static int __init of_create_spu(struct s
92872 printk(KERN_WARNING "%s: Legacy device tree found, "
92873 - "trying to map old style\n", __FUNCTION__);
92874 + "trying to map old style\n", __func__);
92876 ret = spu_map_device_old(spu);
92878 @@ -342,7 +342,7 @@ static int __init of_create_spu(struct s
92881 printk(KERN_WARNING "%s: Legacy device tree found, "
92882 - "trying old style irq\n", __FUNCTION__);
92883 + "trying old style irq\n", __func__);
92885 ret = spu_map_interrupts_old(spu, spe);
92887 --- a/arch/powerpc/platforms/cell/spufs/coredump.c
92888 +++ b/arch/powerpc/platforms/cell/spufs/coredump.c
92889 @@ -133,8 +133,6 @@ static struct spu_context *coredump_next
92890 if (ctx->flags & SPU_CREATE_NOSCHED)
92893 - /* start searching the next fd next time we're called */
92898 @@ -157,6 +155,9 @@ int spufs_coredump_extra_notes_size(void
92903 + /* start searching the next fd next time */
92908 @@ -239,6 +240,9 @@ int spufs_coredump_extra_notes_write(str
92911 spu_release_saved(ctx);
92913 + /* start searching the next fd next time */
92918 --- a/arch/powerpc/platforms/cell/spufs/file.c
92919 +++ b/arch/powerpc/platforms/cell/spufs/file.c
92920 @@ -1337,7 +1337,7 @@ static u64 spufs_signal1_type_get(struct
92921 return ctx->ops->signal1_type_get(ctx);
92923 DEFINE_SPUFS_ATTRIBUTE(spufs_signal1_type, spufs_signal1_type_get,
92924 - spufs_signal1_type_set, "%llu", SPU_ATTR_ACQUIRE);
92925 + spufs_signal1_type_set, "%llu\n", SPU_ATTR_ACQUIRE);
92928 static int spufs_signal2_type_set(void *data, u64 val)
92929 @@ -1359,7 +1359,7 @@ static u64 spufs_signal2_type_get(struct
92930 return ctx->ops->signal2_type_get(ctx);
92932 DEFINE_SPUFS_ATTRIBUTE(spufs_signal2_type, spufs_signal2_type_get,
92933 - spufs_signal2_type_set, "%llu", SPU_ATTR_ACQUIRE);
92934 + spufs_signal2_type_set, "%llu\n", SPU_ATTR_ACQUIRE);
92937 static unsigned long spufs_mss_mmap_nopfn(struct vm_area_struct *vma,
92938 @@ -1556,7 +1556,7 @@ void spufs_mfc_callback(struct spu *spu)
92940 wake_up_all(&ctx->mfc_wq);
92942 - pr_debug("%s %s\n", __FUNCTION__, spu->name);
92943 + pr_debug("%s %s\n", __func__, spu->name);
92944 if (ctx->mfc_fasync) {
92945 u32 free_elements, tagstatus;
92947 @@ -1790,7 +1790,7 @@ static unsigned int spufs_mfc_poll(struc
92948 if (tagstatus & ctx->tagwait)
92949 mask |= POLLIN | POLLRDNORM;
92951 - pr_debug("%s: free %d tagstatus %d tagwait %d\n", __FUNCTION__,
92952 + pr_debug("%s: free %d tagstatus %d tagwait %d\n", __func__,
92953 free_elements, tagstatus, ctx->tagwait);
92956 --- a/arch/powerpc/platforms/cell/spufs/run.c
92957 +++ b/arch/powerpc/platforms/cell/spufs/run.c
92958 @@ -98,7 +98,7 @@ static int spu_setup_isolated(struct spu
92959 != MFC_CNTL_PURGE_DMA_COMPLETE) {
92960 if (time_after(jiffies, timeout)) {
92961 printk(KERN_ERR "%s: timeout flushing MFC DMA queue\n",
92967 @@ -124,7 +124,7 @@ static int spu_setup_isolated(struct spu
92969 if (time_after(jiffies, timeout)) {
92970 printk(KERN_ERR "%s: timeout waiting for loader\n",
92974 goto out_drop_priv;
92976 @@ -134,7 +134,7 @@ static int spu_setup_isolated(struct spu
92977 if (!(status & SPU_STATUS_RUNNING)) {
92978 /* If isolated LOAD has failed: run SPU, we will get a stop-and
92980 - pr_debug("%s: isolated LOAD failed\n", __FUNCTION__);
92981 + pr_debug("%s: isolated LOAD failed\n", __func__);
92982 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE);
92984 goto out_drop_priv;
92985 @@ -142,7 +142,7 @@ static int spu_setup_isolated(struct spu
92987 if (!(status & SPU_STATUS_ISOLATED_STATE)) {
92988 /* This isn't allowed by the CBEA, but check anyway */
92989 - pr_debug("%s: SPU fell out of isolated mode?\n", __FUNCTION__);
92990 + pr_debug("%s: SPU fell out of isolated mode?\n", __func__);
92991 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_STOP);
92993 goto out_drop_priv;
92994 @@ -282,7 +282,7 @@ static int spu_handle_restartsys(struct
92997 printk(KERN_WARNING "%s: unexpected return code %ld\n",
92998 - __FUNCTION__, *spu_ret);
92999 + __func__, *spu_ret);
93003 @@ -323,6 +323,10 @@ static int spu_process_callback(struct s
93007 + /* need to re-get the ls, as it may have changed when we released the
93009 + ls = (void __iomem *)ctx->ops->get_ls(ctx);
93011 /* write result, jump over indirect pointer */
93012 memcpy_toio(ls + ls_pointer, &spu_ret, sizeof(spu_ret));
93013 ctx->ops->npc_write(ctx, npc);
93014 --- a/arch/powerpc/platforms/cell/spufs/switch.c
93015 +++ b/arch/powerpc/platforms/cell/spufs/switch.c
93016 @@ -1815,6 +1815,7 @@ static void save_csa(struct spu_state *p
93017 save_mfc_csr_ato(prev, spu); /* Step 24. */
93018 save_mfc_tclass_id(prev, spu); /* Step 25. */
93019 set_mfc_tclass_id(prev, spu); /* Step 26. */
93020 + save_mfc_cmd(prev, spu); /* Step 26a - moved from 44. */
93021 purge_mfc_queue(prev, spu); /* Step 27. */
93022 wait_purge_complete(prev, spu); /* Step 28. */
93023 setup_mfc_sr1(prev, spu); /* Step 30. */
93024 @@ -1831,7 +1832,6 @@ static void save_csa(struct spu_state *p
93025 save_ppuint_mb(prev, spu); /* Step 41. */
93026 save_ch_part1(prev, spu); /* Step 42. */
93027 save_spu_mb(prev, spu); /* Step 43. */
93028 - save_mfc_cmd(prev, spu); /* Step 44. */
93029 reset_ch(prev, spu); /* Step 45. */
93032 --- a/arch/powerpc/platforms/celleb/beat.c
93033 +++ b/arch/powerpc/platforms/celleb/beat.c
93034 @@ -48,6 +48,7 @@ void beat_power_off(void)
93037 u64 beat_halt_code = 0x1000000000000000UL;
93038 +EXPORT_SYMBOL(beat_halt_code);
93040 void beat_halt(void)
93042 @@ -94,9 +95,8 @@ ssize_t beat_nvram_read(char *buf, size_
93044 if (len > BEAT_NVRW_CNT)
93045 len = BEAT_NVRW_CNT;
93046 - if (beat_eeprom_read(i, len, p)) {
93047 + if (beat_eeprom_read(i, len, p))
93053 @@ -121,9 +121,8 @@ ssize_t beat_nvram_write(char *buf, size
93055 if (len > BEAT_NVRW_CNT)
93056 len = BEAT_NVRW_CNT;
93057 - if (beat_eeprom_write(i, len, p)) {
93058 + if (beat_eeprom_write(i, len, p))
93064 @@ -149,13 +148,14 @@ int64_t beat_get_term_char(u64 vterm, u6
93068 - ret = beat_get_characters_from_console(vterm, len, (u8*)db);
93069 + ret = beat_get_characters_from_console(vterm, len, (u8 *)db);
93076 +EXPORT_SYMBOL(beat_get_term_char);
93078 int64_t beat_put_term_char(u64 vterm, u64 len, u64 t1, u64 t2)
93080 @@ -163,8 +163,9 @@ int64_t beat_put_term_char(u64 vterm, u6
93084 - return beat_put_characters_to_console(vterm, len, (u8*)db);
93085 + return beat_put_characters_to_console(vterm, len, (u8 *)db);
93087 +EXPORT_SYMBOL(beat_put_term_char);
93089 void beat_power_save(void)
93091 @@ -261,7 +262,3 @@ static int __init beat_event_init(void)
93094 device_initcall(beat_event_init);
93096 -EXPORT_SYMBOL(beat_get_term_char);
93097 -EXPORT_SYMBOL(beat_put_term_char);
93098 -EXPORT_SYMBOL(beat_halt_code);
93099 --- a/arch/powerpc/platforms/celleb/beat.h
93100 +++ b/arch/powerpc/platforms/celleb/beat.h
93102 #ifndef _CELLEB_BEAT_H
93103 #define _CELLEB_BEAT_H
93105 -int64_t beat_get_term_char(uint64_t,uint64_t*,uint64_t*,uint64_t*);
93106 -int64_t beat_put_term_char(uint64_t,uint64_t,uint64_t,uint64_t);
93107 +int64_t beat_get_term_char(uint64_t, uint64_t *, uint64_t *, uint64_t *);
93108 +int64_t beat_put_term_char(uint64_t, uint64_t, uint64_t, uint64_t);
93109 int64_t beat_repository_encode(int, const char *, uint64_t[4]);
93110 void beat_restart(char *);
93111 void beat_power_off(void);
93112 --- a/arch/powerpc/platforms/celleb/beat_wrapper.h
93113 +++ b/arch/powerpc/platforms/celleb/beat_wrapper.h
93114 @@ -197,7 +197,8 @@ static inline s64 beat_put_characters_to
93117 memcpy(b, buffer, len);
93118 - return beat_hcall_norets(HV_put_characters_to_console, termno, len, b[0], b[1]);
93119 + return beat_hcall_norets(HV_put_characters_to_console, termno, len,
93123 static inline s64 beat_get_spe_privileged_state_1_registers(
93124 --- a/arch/powerpc/platforms/celleb/htab.c
93125 +++ b/arch/powerpc/platforms/celleb/htab.c
93127 #include "beat_wrapper.h"
93130 -#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while(0)
93131 +#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while (0)
93133 -#define DBG_LOW(fmt...) do { } while(0)
93134 +#define DBG_LOW(fmt...) do { } while (0)
93137 static DEFINE_SPINLOCK(beat_htab_lock);
93138 @@ -116,7 +116,8 @@ static long beat_lpar_hpte_insert(unsign
93139 hpte_r &= ~_PAGE_COHERENT;
93141 spin_lock(&beat_htab_lock);
93142 - if ((lpar_rc = beat_read_mask(hpte_group)) == 0) {
93143 + lpar_rc = beat_read_mask(hpte_group);
93144 + if (lpar_rc == 0) {
93145 if (!(vflags & HPTE_V_BOLTED))
93146 DBG_LOW(" full\n");
93147 spin_unlock(&beat_htab_lock);
93148 --- a/arch/powerpc/platforms/celleb/interrupt.c
93149 +++ b/arch/powerpc/platforms/celleb/interrupt.c
93150 @@ -34,7 +34,7 @@ static DEFINE_SPINLOCK(beatic_irq_mask_l
93151 static uint64_t beatic_irq_mask_enable[(MAX_IRQS+255)/64];
93152 static uint64_t beatic_irq_mask_ack[(MAX_IRQS+255)/64];
93154 -static struct irq_host *beatic_host = NULL;
93155 +static struct irq_host *beatic_host;
93158 * In this implementation, "virq" == "IRQ plug number",
93159 @@ -49,13 +49,13 @@ static inline void beatic_update_irq_mas
93161 off = (irq_plug / 256) * 4;
93162 masks[0] = beatic_irq_mask_enable[off + 0]
93163 - & beatic_irq_mask_ack[off + 0];
93164 + & beatic_irq_mask_ack[off + 0];
93165 masks[1] = beatic_irq_mask_enable[off + 1]
93166 - & beatic_irq_mask_ack[off + 1];
93167 + & beatic_irq_mask_ack[off + 1];
93168 masks[2] = beatic_irq_mask_enable[off + 2]
93169 - & beatic_irq_mask_ack[off + 2];
93170 + & beatic_irq_mask_ack[off + 2];
93171 masks[3] = beatic_irq_mask_enable[off + 3]
93172 - & beatic_irq_mask_ack[off + 3];
93173 + & beatic_irq_mask_ack[off + 3];
93174 if (beat_set_interrupt_mask(irq_plug&~255UL,
93175 masks[0], masks[1], masks[2], masks[3]) != 0)
93176 panic("Failed to set mask IRQ!");
93177 @@ -96,7 +96,8 @@ static void beatic_end_irq(unsigned int
93179 unsigned long flags;
93181 - if ((err = beat_downcount_of_interrupt(irq_plug)) != 0) {
93182 + err = beat_downcount_of_interrupt(irq_plug);
93184 if ((err & 0xFFFFFFFF) != 0xFFFFFFF5) /* -11: wrong state */
93185 panic("Failed to downcount IRQ! Error = %16lx", err);
93187 @@ -138,7 +139,8 @@ static int beatic_pic_host_map(struct ir
93188 struct irq_desc *desc = get_irq_desc(virq);
93191 - if ((err = beat_construct_and_connect_irq_plug(virq, hw)) < 0)
93192 + err = beat_construct_and_connect_irq_plug(virq, hw);
93196 desc->status |= IRQ_LEVEL;
93197 @@ -202,22 +204,22 @@ static inline unsigned int beatic_get_ir
93198 beat_detect_pending_interrupts(i, pending);
93199 __asm__ ("cntlzd %0,%1":"=r"(ub):
93200 "r"(pending[0] & beatic_irq_mask_enable[i/64+0]
93201 - & beatic_irq_mask_ack[i/64+0]));
93202 + & beatic_irq_mask_ack[i/64+0]));
93205 __asm__ ("cntlzd %0,%1":"=r"(ub):
93206 "r"(pending[1] & beatic_irq_mask_enable[i/64+1]
93207 - & beatic_irq_mask_ack[i/64+1]));
93208 + & beatic_irq_mask_ack[i/64+1]));
93210 return i + ub + 64;
93211 __asm__ ("cntlzd %0,%1":"=r"(ub):
93212 "r"(pending[2] & beatic_irq_mask_enable[i/64+2]
93213 - & beatic_irq_mask_ack[i/64+2]));
93214 + & beatic_irq_mask_ack[i/64+2]));
93216 return i + ub + 128;
93217 __asm__ ("cntlzd %0,%1":"=r"(ub):
93218 "r"(pending[3] & beatic_irq_mask_enable[i/64+3]
93219 - & beatic_irq_mask_ack[i/64+3]));
93220 + & beatic_irq_mask_ack[i/64+3]));
93222 return i + ub + 192;
93224 @@ -250,7 +252,7 @@ void __init beatic_init_IRQ(void)
93226 /* Allocate an irq host */
93227 beatic_host = irq_alloc_host(NULL, IRQ_HOST_MAP_NOMAP, 0,
93228 - &beatic_pic_host_ops,
93229 + &beatic_pic_host_ops,
93231 BUG_ON(beatic_host == NULL);
93232 irq_set_default_host(beatic_host);
93233 --- a/arch/powerpc/platforms/celleb/scc_epci.c
93234 +++ b/arch/powerpc/platforms/celleb/scc_epci.c
93235 @@ -161,9 +161,9 @@ static PCI_IO_ADDR celleb_epci_make_conf
93236 if (bus != hose->bus)
93237 addr = celleb_epci_get_epci_cfg(hose) +
93238 (((bus->number & 0xff) << 16)
93239 - | ((devfn & 0xff) << 8)
93242 + | ((devfn & 0xff) << 8)
93246 addr = celleb_epci_get_epci_cfg(hose) +
93247 (((devfn & 0xff) << 8) | (where & 0xff));
93248 @@ -174,7 +174,7 @@ static PCI_IO_ADDR celleb_epci_make_conf
93251 static int celleb_epci_read_config(struct pci_bus *bus,
93252 - unsigned int devfn, int where, int size, u32 * val)
93253 + unsigned int devfn, int where, int size, u32 *val)
93255 PCI_IO_ADDR epci_base;
93257 --- a/arch/powerpc/platforms/celleb/scc_sio.c
93258 +++ b/arch/powerpc/platforms/celleb/scc_sio.c
93261 /* sio irq0=0xb00010022 irq0=0xb00010023 irq2=0xb00010024
93262 mmio=0xfff000-0x1000,0xff2000-0x1000 */
93263 -static int txx9_serial_bitmap __initdata = 0;
93264 +static int txx9_serial_bitmap __initdata;
93268 @@ -84,7 +84,7 @@ static int __init txx9_serial_config(cha
93272 - switch(get_option(&ptr, &i)) {
93273 + switch (get_option(&ptr, &i)) {
93277 --- a/arch/powerpc/platforms/celleb/spu_priv1.c
93278 +++ b/arch/powerpc/platforms/celleb/spu_priv1.c
93279 @@ -183,8 +183,7 @@ static u64 resource_allocation_enable_ge
93283 -const struct spu_priv1_ops spu_priv1_beat_ops =
93285 +const struct spu_priv1_ops spu_priv1_beat_ops = {
93286 .int_mask_and = int_mask_and,
93287 .int_mask_or = int_mask_or,
93288 .int_mask_set = int_mask_set,
93289 --- a/arch/powerpc/platforms/celleb/udbg_beat.c
93290 +++ b/arch/powerpc/platforms/celleb/udbg_beat.c
93291 @@ -54,7 +54,8 @@ static int udbg_getc_poll_beat(void)
93292 if (inbuflen == 0) {
93293 /* get some more chars. */
93295 - rc = beat_get_term_char(celleb_vtermno, &inbuflen, inbuf+0, inbuf+1);
93296 + rc = beat_get_term_char(celleb_vtermno, &inbuflen,
93297 + inbuf+0, inbuf+1);
93299 inbuflen = 0; /* otherwise inbuflen is garbage */
93301 @@ -78,7 +79,7 @@ static int udbg_getc_beat(void)
93303 /* This shouldn't be needed...but... */
93304 volatile unsigned long delay;
93305 - for (delay=0; delay < 2000000; delay++)
93306 + for (delay = 0; delay < 2000000; delay++)
93310 --- a/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
93311 +++ b/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
93312 @@ -117,11 +117,11 @@ static void __init mpc7448_hpc2_init_IRQ
93315 if (mpic_paddr == 0) {
93316 - printk("%s: No tsi108 PIC found !\n", __FUNCTION__);
93317 + printk("%s: No tsi108 PIC found !\n", __func__);
93321 - DBG("%s: tsi108 pic phys_addr = 0x%x\n", __FUNCTION__,
93322 + DBG("%s: tsi108 pic phys_addr = 0x%x\n", __func__,
93325 mpic = mpic_alloc(tsi_pic, mpic_paddr,
93326 @@ -140,17 +140,17 @@ static void __init mpc7448_hpc2_init_IRQ
93328 tsi_pci = of_find_node_by_type(NULL, "pci");
93329 if (tsi_pci == NULL) {
93330 - printk("%s: No tsi108 pci node found !\n", __FUNCTION__);
93331 + printk("%s: No tsi108 pci node found !\n", __func__);
93334 cascade_node = of_find_node_by_type(NULL, "pic-router");
93335 if (cascade_node == NULL) {
93336 - printk("%s: No tsi108 pci cascade node found !\n", __FUNCTION__);
93337 + printk("%s: No tsi108 pci cascade node found !\n", __func__);
93341 cascade_pci_irq = irq_of_parse_and_map(tsi_pci, 0);
93342 - DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __FUNCTION__,
93343 + DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __func__,
93344 (u32) cascade_pci_irq);
93345 tsi108_pci_int_init(cascade_node);
93346 set_irq_data(cascade_pci_irq, mpic);
93347 --- a/arch/powerpc/platforms/embedded6xx/prpmc2800.c
93348 +++ b/arch/powerpc/platforms/embedded6xx/prpmc2800.c
93349 @@ -49,13 +49,13 @@ static void __init prpmc2800_setup_arch(
93350 * ioremap mpp and gpp registers in case they are later
93351 * needed by prpmc2800_reset_board().
93353 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-mpp");
93354 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-mpp");
93355 reg = of_get_property(np, "reg", NULL);
93356 paddr = of_translate_address(np, reg);
93358 mv64x60_mpp_reg_base = ioremap(paddr, reg[1]);
93360 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-gpp");
93361 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-gpp");
93362 reg = of_get_property(np, "reg", NULL);
93363 paddr = of_translate_address(np, reg);
93365 --- a/arch/powerpc/platforms/iseries/exception.S
93366 +++ b/arch/powerpc/platforms/iseries/exception.S
93367 @@ -38,11 +38,19 @@
93369 .globl system_reset_iSeries
93370 system_reset_iSeries:
93371 - mfspr r13,SPRN_SPRG3 /* Get paca address */
93372 + mfspr r13,SPRN_SPRG3 /* Get alpaca address */
93373 + LOAD_REG_IMMEDIATE(r23, alpaca)
93374 + li r0,ALPACA_SIZE
93376 + divdu r23,r23,r0 /* r23 has cpu number */
93377 + LOAD_REG_IMMEDIATE(r13, paca)
93378 + mulli r0,r23,PACA_SIZE
93380 + mtspr SPRN_SPRG3,r13 /* Save it away for the future */
93383 mtmsrd r24 /* RI on */
93384 - lhz r24,PACAPACAINDEX(r13) /* Get processor # */
93386 cmpwi 0,r24,0 /* Are we processor 0? */
93388 b .__start_initialization_iSeries /* Start up the first processor */
93389 --- a/arch/powerpc/platforms/iseries/ipl_parms.h
93390 +++ b/arch/powerpc/platforms/iseries/ipl_parms.h
93391 @@ -65,6 +65,4 @@ struct ItIplParmsReal {
93392 u64 xRsvd13; // Reserved x38-x3F
93395 -extern struct ItIplParmsReal xItIplParmsReal;
93397 #endif /* _ISERIES_IPL_PARMS_H */
93398 --- a/arch/powerpc/platforms/iseries/lpardata.c
93399 +++ b/arch/powerpc/platforms/iseries/lpardata.c
93400 @@ -14,10 +14,10 @@
93401 #include <asm/ptrace.h>
93402 #include <asm/abs_addr.h>
93403 #include <asm/lppaca.h>
93404 -#include <asm/iseries/it_lp_reg_save.h>
93405 #include <asm/paca.h>
93406 #include <asm/iseries/lpar_map.h>
93407 #include <asm/iseries/it_lp_queue.h>
93408 +#include <asm/iseries/alpaca.h>
93411 #include "vpd_areas.h"
93413 /* The HvReleaseData is the root of the information shared between
93414 * the hypervisor and Linux.
93416 -struct HvReleaseData hvReleaseData = {
93417 +const struct HvReleaseData hvReleaseData = {
93418 .xDesc = 0xc8a5d9c4, /* "HvRD" ebcdic */
93419 .xSize = sizeof(struct HvReleaseData),
93420 .xVpdAreasPtrOffset = offsetof(struct naca_struct, xItVpdAreas),
93421 @@ -61,6 +61,63 @@ struct naca_struct naca = {
93425 +struct ItLpRegSave {
93426 + u32 xDesc; // Eye catcher "LpRS" ebcdic 000-003
93427 + u16 xSize; // Size of this class 004-005
93428 + u8 xInUse; // Area is live 006-007
93429 + u8 xRsvd1[9]; // Reserved 007-00F
93431 + u8 xFixedRegSave[352]; // Fixed Register Save Area 010-16F
93432 + u32 xCTRL; // Control Register 170-173
93433 + u32 xDEC; // Decrementer 174-177
93434 + u32 xFPSCR; // FP Status and Control Reg 178-17B
93435 + u32 xPVR; // Processor Version Number 17C-17F
93437 + u64 xMMCR0; // Monitor Mode Control Reg 0 180-187
93438 + u32 xPMC1; // Perf Monitor Counter 1 188-18B
93439 + u32 xPMC2; // Perf Monitor Counter 2 18C-18F
93440 + u32 xPMC3; // Perf Monitor Counter 3 190-193
93441 + u32 xPMC4; // Perf Monitor Counter 4 194-197
93442 + u32 xPIR; // Processor ID Reg 198-19B
93444 + u32 xMMCR1; // Monitor Mode Control Reg 1 19C-19F
93445 + u32 xMMCRA; // Monitor Mode Control Reg A 1A0-1A3
93446 + u32 xPMC5; // Perf Monitor Counter 5 1A4-1A7
93447 + u32 xPMC6; // Perf Monitor Counter 6 1A8-1AB
93448 + u32 xPMC7; // Perf Monitor Counter 7 1AC-1AF
93449 + u32 xPMC8; // Perf Monitor Counter 8 1B0-1B3
93450 + u32 xTSC; // Thread Switch Control 1B4-1B7
93451 + u32 xTST; // Thread Switch Timeout 1B8-1BB
93452 + u32 xRsvd; // Reserved 1BC-1BF
93454 + u64 xACCR; // Address Compare Control Reg 1C0-1C7
93455 + u64 xIMR; // Instruction Match Register 1C8-1CF
93456 + u64 xSDR1; // Storage Description Reg 1 1D0-1D7
93457 + u64 xSPRG0; // Special Purpose Reg General0 1D8-1DF
93458 + u64 xSPRG1; // Special Purpose Reg General1 1E0-1E7
93459 + u64 xSPRG2; // Special Purpose Reg General2 1E8-1EF
93460 + u64 xSPRG3; // Special Purpose Reg General3 1F0-1F7
93461 + u64 xTB; // Time Base Register 1F8-1FF
93463 + u64 xFPR[32]; // Floating Point Registers 200-2FF
93465 + u64 xMSR; // Machine State Register 300-307
93466 + u64 xNIA; // Next Instruction Address 308-30F
93468 + u64 xDABR; // Data Address Breakpoint Reg 310-317
93469 + u64 xIABR; // Inst Address Breakpoint Reg 318-31F
93471 + u64 xHID0; // HW Implementation Dependent0 320-327
93473 + u64 xHID4; // HW Implementation Dependent4 328-32F
93474 + u64 xSCOMd; // SCON Data Reg (SPRG4) 330-337
93475 + u64 xSCOMc; // SCON Command Reg (SPRG5) 338-33F
93476 + u64 xSDAR; // Sample Data Address Register 340-347
93477 + u64 xSIAR; // Sample Inst Address Register 348-34F
93479 + u8 xRsvd3[176]; // Reserved 350-3FF
93482 extern void system_reset_iSeries(void);
93483 extern void machine_check_iSeries(void);
93484 extern void data_access_iSeries(void);
93485 @@ -129,7 +186,7 @@ struct ItLpNaca itLpNaca = {
93488 /* May be filled in by the hypervisor so cannot end up in the BSS */
93489 -struct ItIplParmsReal xItIplParmsReal __attribute__((__section__(".data")));
93490 +static struct ItIplParmsReal xItIplParmsReal __attribute__((__section__(".data")));
93492 /* May be filled in by the hypervisor so cannot end up in the BSS */
93493 struct ItExtVpdPanel xItExtVpdPanel __attribute__((__section__(".data")));
93494 @@ -152,13 +209,54 @@ u64 xMsVpd[3400] __attribute__((__sec
93496 /* Space for Recovery Log Buffer */
93497 /* May be filled in by the hypervisor so cannot end up in the BSS */
93498 -u64 xRecoveryLogBuffer[32] __attribute__((__section__(".data")));
93499 +static u64 xRecoveryLogBuffer[32] __attribute__((__section__(".data")));
93501 -struct SpCommArea xSpCommArea = {
93502 +static const struct SpCommArea xSpCommArea = {
93503 .xDesc = 0xE2D7C3C2,
93507 +static const struct ItLpRegSave iseries_reg_save[] = {
93508 + [0 ... (NR_CPUS-1)] = {
93509 + .xDesc = 0xd397d9e2, /* "LpRS" */
93510 + .xSize = sizeof(struct ItLpRegSave),
93514 +#define ALPACA_INIT(number) \
93516 + .lppaca_ptr = &lppaca[number], \
93517 + .reg_save_ptr = &iseries_reg_save[number], \
93520 +const struct alpaca alpaca[] = {
93523 + ALPACA_INIT( 1), ALPACA_INIT( 2), ALPACA_INIT( 3),
93525 + ALPACA_INIT( 4), ALPACA_INIT( 5), ALPACA_INIT( 6), ALPACA_INIT( 7),
93527 + ALPACA_INIT( 8), ALPACA_INIT( 9), ALPACA_INIT(10), ALPACA_INIT(11),
93528 + ALPACA_INIT(12), ALPACA_INIT(13), ALPACA_INIT(14), ALPACA_INIT(15),
93529 + ALPACA_INIT(16), ALPACA_INIT(17), ALPACA_INIT(18), ALPACA_INIT(19),
93530 + ALPACA_INIT(20), ALPACA_INIT(21), ALPACA_INIT(22), ALPACA_INIT(23),
93531 + ALPACA_INIT(24), ALPACA_INIT(25), ALPACA_INIT(26), ALPACA_INIT(27),
93532 + ALPACA_INIT(28), ALPACA_INIT(29), ALPACA_INIT(30), ALPACA_INIT(31),
93534 + ALPACA_INIT(32), ALPACA_INIT(33), ALPACA_INIT(34), ALPACA_INIT(35),
93535 + ALPACA_INIT(36), ALPACA_INIT(37), ALPACA_INIT(38), ALPACA_INIT(39),
93536 + ALPACA_INIT(40), ALPACA_INIT(41), ALPACA_INIT(42), ALPACA_INIT(43),
93537 + ALPACA_INIT(44), ALPACA_INIT(45), ALPACA_INIT(46), ALPACA_INIT(47),
93538 + ALPACA_INIT(48), ALPACA_INIT(49), ALPACA_INIT(50), ALPACA_INIT(51),
93539 + ALPACA_INIT(52), ALPACA_INIT(53), ALPACA_INIT(54), ALPACA_INIT(55),
93540 + ALPACA_INIT(56), ALPACA_INIT(57), ALPACA_INIT(58), ALPACA_INIT(59),
93541 + ALPACA_INIT(60), ALPACA_INIT(61), ALPACA_INIT(62), ALPACA_INIT(63),
93548 /* The LparMap data is now located at offset 0x6000 in head.S
93549 * It was put there so that the HvReleaseData could address it
93550 * with a 32-bit offset as required by the iSeries hypervisor
93551 @@ -167,7 +265,7 @@ struct SpCommArea xSpCommArea = {
93552 * the Naca via the HvReleaseData area. The HvReleaseData has the
93553 * offset into the Naca of the pointer to the ItVpdAreas.
93555 -struct ItVpdAreas itVpdAreas = {
93556 +const struct ItVpdAreas itVpdAreas = {
93557 .xSlicDesc = 0xc9a3e5c1, /* "ItVA" */
93558 .xSlicSize = sizeof(struct ItVpdAreas),
93559 .xSlicVpdEntries = ItVpdMaxEntries, /* # VPD array entries */
93560 @@ -185,7 +283,7 @@ struct ItVpdAreas itVpdAreas = {
93561 .xSlicVpdLens = { /* VPD lengths */
93563 sizeof(xItExtVpdPanel), /* 3 Extended VPD */
93564 - sizeof(struct paca_struct), /* 4 length of Paca */
93565 + sizeof(struct alpaca), /* 4 length of (fake) Paca */
93567 sizeof(struct ItIplParmsReal),/* 6 length of IPL parms */
93568 26992, /* 7 length of MS VPD */
93569 @@ -203,7 +301,7 @@ struct ItVpdAreas itVpdAreas = {
93570 .xSlicVpdAdrs = { /* VPD addresses */
93572 &xItExtVpdPanel, /* 3 Extended VPD */
93573 - &paca[0], /* 4 first Paca */
93574 + &alpaca[0], /* 4 first (fake) Paca */
93576 &xItIplParmsReal, /* 6 IPL parms */
93577 &xMsVpd, /* 7 MS Vpd */
93578 @@ -219,10 +317,3 @@ struct ItVpdAreas itVpdAreas = {
93583 -struct ItLpRegSave iseries_reg_save[] = {
93584 - [0 ... (NR_CPUS-1)] = {
93585 - .xDesc = 0xd397d9e2, /* "LpRS" */
93586 - .xSize = sizeof(struct ItLpRegSave),
93589 --- a/arch/powerpc/platforms/iseries/naca.h
93590 +++ b/arch/powerpc/platforms/iseries/naca.h
93593 struct naca_struct {
93594 /* Kernel only data - undefined for user space */
93595 - void *xItVpdAreas; /* VPD Data 0x00 */
93596 + const void *xItVpdAreas; /* VPD Data 0x00 */
93597 void *xRamDisk; /* iSeries ramdisk 0x08 */
93598 u64 xRamDiskSize; /* In pages 0x10 */
93600 --- a/arch/powerpc/platforms/iseries/pci.c
93601 +++ b/arch/powerpc/platforms/iseries/pci.c
93606 +#include <linux/jiffies.h>
93607 #include <linux/kernel.h>
93608 #include <linux/list.h>
93609 #include <linux/string.h>
93610 @@ -586,7 +587,7 @@ static inline struct device_node *xlate_
93611 static unsigned long last_jiffies;
93612 static int num_printed;
93614 - if ((jiffies - last_jiffies) > 60 * HZ) {
93615 + if (time_after(jiffies, last_jiffies + 60 * HZ)) {
93616 last_jiffies = jiffies;
93619 --- a/arch/powerpc/platforms/iseries/release_data.h
93620 +++ b/arch/powerpc/platforms/iseries/release_data.h
93621 @@ -58,6 +58,6 @@ struct HvReleaseData {
93622 char xRsvd3[20]; /* Reserved x2C-x3F */
93625 -extern struct HvReleaseData hvReleaseData;
93626 +extern const struct HvReleaseData hvReleaseData;
93628 #endif /* _ISERIES_RELEASE_DATA_H */
93629 --- a/arch/powerpc/platforms/iseries/spcomm_area.h
93630 +++ b/arch/powerpc/platforms/iseries/spcomm_area.h
93631 @@ -31,6 +31,4 @@ struct SpCommArea {
93632 u8 xRsvd2[80]; // Reserved 030-07F
93635 -extern struct SpCommArea xSpCommArea;
93637 #endif /* _ISERIES_SPCOMM_AREA_H */
93638 --- a/arch/powerpc/platforms/iseries/vpd_areas.h
93639 +++ b/arch/powerpc/platforms/iseries/vpd_areas.h
93640 @@ -80,9 +80,9 @@ struct ItVpdAreas {
93641 u32 xPlicDmaLens[ItDmaMaxEntries];// Array of DMA lengths 080-0A7
93642 u32 xPlicDmaToks[ItDmaMaxEntries];// Array of DMA tokens 0A8-0CF
93643 u32 xSlicVpdLens[ItVpdMaxEntries];// Array of VPD lengths 0D0-12F
93644 - void *xSlicVpdAdrs[ItVpdMaxEntries];// Array of VPD buffers 130-1EF
93645 + const void *xSlicVpdAdrs[ItVpdMaxEntries];// Array of VPD buffers 130-1EF
93648 -extern struct ItVpdAreas itVpdAreas;
93649 +extern const struct ItVpdAreas itVpdAreas;
93651 #endif /* _ISERIES_VPD_AREAS_H */
93652 --- a/arch/powerpc/platforms/maple/pci.c
93653 +++ b/arch/powerpc/platforms/maple/pci.c
93654 @@ -592,50 +592,3 @@ int maple_pci_get_legacy_ide_irq(struct
93659 -/* XXX: To remove once all firmwares are ok */
93660 -static void fixup_maple_ide(struct pci_dev* dev)
93662 - if (!machine_is(maple))
93665 -#if 0 /* Enable this to enable IDE port 0 */
93669 - pci_read_config_byte(dev, 0x40, &v);
93671 - pci_write_config_byte(dev, 0x40, v);
93674 -#if 0 /* fix bus master base */
93675 - pci_write_config_dword(dev, 0x20, 0xcc01);
93676 - printk("old ide resource: %lx -> %lx \n",
93677 - dev->resource[4].start, dev->resource[4].end);
93678 - dev->resource[4].start = 0xcc00;
93679 - dev->resource[4].end = 0xcc10;
93681 -#if 0 /* Enable this to fixup IDE sense/polarity of irqs in IO-APICs */
93683 - struct pci_dev *apicdev;
93686 - apicdev = pci_get_slot (dev->bus, PCI_DEVFN(5,0));
93687 - if (apicdev == NULL)
93688 - printk("IDE Fixup IRQ: Can't find IO-APIC !\n");
93690 - pci_write_config_byte(apicdev, 0xf2, 0x10 + 2*14);
93691 - pci_read_config_dword(apicdev, 0xf4, &v);
93692 - v &= ~0x00000022;
93693 - pci_write_config_dword(apicdev, 0xf4, v);
93694 - pci_write_config_byte(apicdev, 0xf2, 0x10 + 2*15);
93695 - pci_read_config_dword(apicdev, 0xf4, &v);
93696 - v &= ~0x00000022;
93697 - pci_write_config_dword(apicdev, 0xf4, v);
93698 - pci_dev_put(apicdev);
93703 -DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8111_IDE,
93704 - fixup_maple_ide);
93705 --- a/arch/powerpc/platforms/maple/setup.c
93706 +++ b/arch/powerpc/platforms/maple/setup.c
93708 #include <linux/smp.h>
93709 #include <linux/bitops.h>
93710 #include <linux/of_device.h>
93711 +#include <linux/lmb.h>
93713 #include <asm/processor.h>
93714 #include <asm/sections.h>
93716 #include <asm/dma.h>
93717 #include <asm/cputable.h>
93718 #include <asm/time.h>
93719 -#include <asm/lmb.h>
93720 #include <asm/mpic.h>
93721 #include <asm/rtas.h>
93722 #include <asm/udbg.h>
93723 @@ -319,7 +319,7 @@ static int __init maple_probe(void)
93727 -define_machine(maple_md) {
93728 +define_machine(maple) {
93730 .probe = maple_probe,
93731 .setup_arch = maple_setup_arch,
93732 --- a/arch/powerpc/platforms/pasemi/dma_lib.c
93733 +++ b/arch/powerpc/platforms/pasemi/dma_lib.c
93735 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
93738 +#include <linux/kernel.h>
93739 #include <linux/init.h>
93740 #include <linux/module.h>
93741 #include <linux/pci.h>
93744 #define MAX_TXCH 64
93745 #define MAX_RXCH 64
93746 +#define MAX_FLAGS 64
93749 static struct pasdma_status *dma_status;
93751 @@ -43,6 +46,8 @@ static struct pci_dev *dma_pdev;
93753 static DECLARE_BITMAP(txch_free, MAX_TXCH);
93754 static DECLARE_BITMAP(rxch_free, MAX_RXCH);
93755 +static DECLARE_BITMAP(flags_free, MAX_FLAGS);
93756 +static DECLARE_BITMAP(fun_free, MAX_FUN);
93758 /* pasemi_read_iob_reg - read IOB register
93759 * @reg: Register to read (offset into PCI CFG space)
93760 @@ -373,6 +378,106 @@ void pasemi_dma_free_buf(struct pasemi_d
93762 EXPORT_SYMBOL(pasemi_dma_free_buf);
93764 +/* pasemi_dma_alloc_flag - Allocate a flag (event) for channel syncronization
93766 + * Allocates a flag for use with channel syncronization (event descriptors).
93767 + * Returns allocated flag (0-63), < 0 on error.
93769 +int pasemi_dma_alloc_flag(void)
93774 + bit = find_next_bit(flags_free, MAX_FLAGS, 0);
93775 + if (bit >= MAX_FLAGS)
93777 + if (!test_and_clear_bit(bit, flags_free))
93782 +EXPORT_SYMBOL(pasemi_dma_alloc_flag);
93785 +/* pasemi_dma_free_flag - Deallocates a flag (event)
93786 + * @flag: Flag number to deallocate
93788 + * Frees up a flag so it can be reused for other purposes.
93790 +void pasemi_dma_free_flag(int flag)
93792 + BUG_ON(test_bit(flag, flags_free));
93793 + BUG_ON(flag >= MAX_FLAGS);
93794 + set_bit(flag, flags_free);
93796 +EXPORT_SYMBOL(pasemi_dma_free_flag);
93799 +/* pasemi_dma_set_flag - Sets a flag (event) to 1
93800 + * @flag: Flag number to set active
93802 + * Sets the flag provided to 1.
93804 +void pasemi_dma_set_flag(int flag)
93806 + BUG_ON(flag >= MAX_FLAGS);
93808 + pasemi_write_dma_reg(PAS_DMA_TXF_SFLG0, 1 << flag);
93810 + pasemi_write_dma_reg(PAS_DMA_TXF_SFLG1, 1 << flag);
93812 +EXPORT_SYMBOL(pasemi_dma_set_flag);
93814 +/* pasemi_dma_clear_flag - Sets a flag (event) to 0
93815 + * @flag: Flag number to set inactive
93817 + * Sets the flag provided to 0.
93819 +void pasemi_dma_clear_flag(int flag)
93821 + BUG_ON(flag >= MAX_FLAGS);
93823 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG0, 1 << flag);
93825 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG1, 1 << flag);
93827 +EXPORT_SYMBOL(pasemi_dma_clear_flag);
93829 +/* pasemi_dma_alloc_fun - Allocate a function engine
93831 + * Allocates a function engine to use for crypto/checksum offload
93832 + * Returns allocated engine (0-8), < 0 on error.
93834 +int pasemi_dma_alloc_fun(void)
93839 + bit = find_next_bit(fun_free, MAX_FLAGS, 0);
93840 + if (bit >= MAX_FLAGS)
93842 + if (!test_and_clear_bit(bit, fun_free))
93847 +EXPORT_SYMBOL(pasemi_dma_alloc_fun);
93850 +/* pasemi_dma_free_fun - Deallocates a function engine
93851 + * @flag: Engine number to deallocate
93853 + * Frees up a function engine so it can be used for other purposes.
93855 +void pasemi_dma_free_fun(int fun)
93857 + BUG_ON(test_bit(fun, fun_free));
93858 + BUG_ON(fun >= MAX_FLAGS);
93859 + set_bit(fun, fun_free);
93861 +EXPORT_SYMBOL(pasemi_dma_free_fun);
93864 static void *map_onedev(struct pci_dev *p, int index)
93866 struct device_node *dn;
93867 @@ -410,6 +515,7 @@ int pasemi_dma_init(void)
93868 struct resource res;
93869 struct device_node *dn;
93870 int i, intf, err = 0;
93871 + unsigned long timeout;
93874 if (!machine_is(pasemi))
93875 @@ -478,6 +584,44 @@ int pasemi_dma_init(void)
93876 for (i = 0; i < MAX_RXCH; i++)
93877 __set_bit(i, rxch_free);
93879 + timeout = jiffies + HZ;
93880 + pasemi_write_dma_reg(PAS_DMA_COM_RXCMD, 0);
93881 + while (pasemi_read_dma_reg(PAS_DMA_COM_RXSTA) & 1) {
93882 + if (time_after(jiffies, timeout)) {
93883 + pr_warning("Warning: Could not disable RX section\n");
93888 + timeout = jiffies + HZ;
93889 + pasemi_write_dma_reg(PAS_DMA_COM_TXCMD, 0);
93890 + while (pasemi_read_dma_reg(PAS_DMA_COM_TXSTA) & 1) {
93891 + if (time_after(jiffies, timeout)) {
93892 + pr_warning("Warning: Could not disable TX section\n");
93897 + /* setup resource allocations for the different DMA sections */
93898 + tmp = pasemi_read_dma_reg(PAS_DMA_COM_CFG);
93899 + pasemi_write_dma_reg(PAS_DMA_COM_CFG, tmp | 0x18000000);
93901 + /* enable tx section */
93902 + pasemi_write_dma_reg(PAS_DMA_COM_TXCMD, PAS_DMA_COM_TXCMD_EN);
93904 + /* enable rx section */
93905 + pasemi_write_dma_reg(PAS_DMA_COM_RXCMD, PAS_DMA_COM_RXCMD_EN);
93907 + for (i = 0; i < MAX_FLAGS; i++)
93908 + __set_bit(i, flags_free);
93910 + for (i = 0; i < MAX_FUN; i++)
93911 + __set_bit(i, fun_free);
93913 + /* clear all status flags */
93914 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG0, 0xffffffff);
93915 + pasemi_write_dma_reg(PAS_DMA_TXF_CFLG1, 0xffffffff);
93917 printk(KERN_INFO "PA Semi PWRficient DMA library initialized "
93918 "(%d tx, %d rx channels)\n", num_txch, num_rxch);
93920 --- a/arch/powerpc/platforms/pasemi/iommu.c
93921 +++ b/arch/powerpc/platforms/pasemi/iommu.c
93924 - * Copyright (C) 2005-2007, PA Semi, Inc
93925 + * Copyright (C) 2005-2008, PA Semi, Inc
93927 * Maintained by: Olof Johansson <olof@lixom.net>
93930 #include <asm/abs_addr.h>
93931 #include <asm/firmware.h>
93934 #define IOBMAP_PAGE_SHIFT 12
93935 #define IOBMAP_PAGE_SIZE (1 << IOBMAP_PAGE_SHIFT)
93936 #define IOBMAP_PAGE_MASK (IOBMAP_PAGE_SIZE - 1)
93937 @@ -35,13 +34,13 @@
93938 #define IOB_BASE 0xe0000000
93939 #define IOB_SIZE 0x3000
93940 /* Configuration registers */
93941 -#define IOBCAP_REG 0x10
93942 -#define IOBCOM_REG 0x40
93943 +#define IOBCAP_REG 0x40
93944 +#define IOBCOM_REG 0x100
93945 /* Enable IOB address translation */
93946 #define IOBCOM_ATEN 0x00000100
93948 /* Address decode configuration register */
93949 -#define IOB_AD_REG 0x53
93950 +#define IOB_AD_REG 0x14c
93951 /* IOBCOM_AD_REG fields */
93952 #define IOB_AD_VGPRT 0x00000e00
93953 #define IOB_AD_VGAEN 0x00000100
93954 @@ -56,13 +55,13 @@
93955 #define IOB_AD_TRNG_2G 0x00000001
93956 #define IOB_AD_TRNG_128G 0x00000003
93958 -#define IOB_TABLEBASE_REG 0x55
93959 +#define IOB_TABLEBASE_REG 0x154
93961 /* Base of the 64 4-byte L1 registers */
93962 -#define IOB_XLT_L1_REGBASE 0xac0
93963 +#define IOB_XLT_L1_REGBASE 0x2b00
93965 /* Register to invalidate TLB entries */
93966 -#define IOB_AT_INVAL_TLB_REG 0xb40
93967 +#define IOB_AT_INVAL_TLB_REG 0x2d00
93969 /* The top two bits of the level 1 entry contains valid and type flags */
93970 #define IOBMAP_L1E_V 0x40000000
93972 #define IOBMAP_L2E_V 0x80000000
93973 #define IOBMAP_L2E_V_CACHED 0xc0000000
93975 -static u32 __iomem *iob;
93976 +static void __iomem *iob;
93977 static u32 iob_l1_emptyval;
93978 static u32 iob_l2_emptyval;
93979 static u32 *iob_l2_base;
93980 @@ -219,7 +218,7 @@ int __init iob_init(struct device_node *
93981 for (i = 0; i < 64; i++) {
93982 /* Each L1 covers 32MB, i.e. 8K entries = 32K of ram */
93983 regword = IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12);
93984 - out_le32(iob+IOB_XLT_L1_REGBASE+i, regword);
93985 + out_le32(iob+IOB_XLT_L1_REGBASE+i*4, regword);
93988 /* set 2GB translation window, based at 0 */
93989 --- a/arch/powerpc/platforms/powermac/setup.c
93990 +++ b/arch/powerpc/platforms/powermac/setup.c
93992 #include <linux/suspend.h>
93993 #include <linux/of_device.h>
93994 #include <linux/of_platform.h>
93995 +#include <linux/lmb.h>
93997 #include <asm/reg.h>
93998 #include <asm/sections.h>
94000 #include <asm/iommu.h>
94001 #include <asm/smu.h>
94002 #include <asm/pmc.h>
94003 -#include <asm/lmb.h>
94004 #include <asm/udbg.h>
94007 --- a/arch/powerpc/platforms/ps3/device-init.c
94008 +++ b/arch/powerpc/platforms/ps3/device-init.c
94009 @@ -499,41 +499,14 @@ static int __init ps3_register_graphics_
94013 - * ps3_register_repository_device - Register a device from the repositiory info.
94015 + * ps3_setup_dynamic_device - Setup a dynamic device from the repository
94018 -static int ps3_register_repository_device(
94019 - const struct ps3_repository_device *repo)
94020 +static int ps3_setup_dynamic_device(const struct ps3_repository_device *repo)
94024 switch (repo->dev_type) {
94025 - case PS3_DEV_TYPE_SB_GELIC:
94026 - result = ps3_setup_gelic_device(repo);
94028 - pr_debug("%s:%d ps3_setup_gelic_device failed\n",
94029 - __func__, __LINE__);
94032 - case PS3_DEV_TYPE_SB_USB:
94034 - /* Each USB device has both an EHCI and an OHCI HC */
94036 - result = ps3_setup_ehci_device(repo);
94039 - pr_debug("%s:%d ps3_setup_ehci_device failed\n",
94040 - __func__, __LINE__);
94043 - result = ps3_setup_ohci_device(repo);
94046 - pr_debug("%s:%d ps3_setup_ohci_device failed\n",
94047 - __func__, __LINE__);
94050 case PS3_DEV_TYPE_STOR_DISK:
94051 result = ps3_setup_storage_dev(repo, PS3_MATCH_ID_STOR_DISK);
94053 @@ -572,6 +545,48 @@ static int ps3_register_repository_devic
94058 + * ps3_setup_static_device - Setup a static device from the repository
94061 +static int __init ps3_setup_static_device(const struct ps3_repository_device *repo)
94065 + switch (repo->dev_type) {
94066 + case PS3_DEV_TYPE_SB_GELIC:
94067 + result = ps3_setup_gelic_device(repo);
94069 + pr_debug("%s:%d ps3_setup_gelic_device failed\n",
94070 + __func__, __LINE__);
94073 + case PS3_DEV_TYPE_SB_USB:
94075 + /* Each USB device has both an EHCI and an OHCI HC */
94077 + result = ps3_setup_ehci_device(repo);
94080 + pr_debug("%s:%d ps3_setup_ehci_device failed\n",
94081 + __func__, __LINE__);
94084 + result = ps3_setup_ohci_device(repo);
94087 + pr_debug("%s:%d ps3_setup_ohci_device failed\n",
94088 + __func__, __LINE__);
94093 + return ps3_setup_dynamic_device(repo);
94099 static void ps3_find_and_add_device(u64 bus_id, u64 dev_id)
94101 struct ps3_repository_device repo;
94102 @@ -601,7 +616,7 @@ found:
94103 pr_debug("%s:%u: device %lu:%lu found after %u retries\n",
94104 __func__, __LINE__, bus_id, dev_id, retries);
94106 - ps3_register_repository_device(&repo);
94107 + ps3_setup_dynamic_device(&repo);
94111 @@ -905,8 +920,7 @@ static int __init ps3_register_devices(v
94113 ps3_register_graphics_devices();
94115 - ps3_repository_find_devices(PS3_BUS_TYPE_SB,
94116 - ps3_register_repository_device);
94117 + ps3_repository_find_devices(PS3_BUS_TYPE_SB, ps3_setup_static_device);
94119 ps3_register_sound_devices();
94121 --- a/arch/powerpc/platforms/ps3/htab.c
94122 +++ b/arch/powerpc/platforms/ps3/htab.c
94126 #include <linux/kernel.h>
94127 +#include <linux/lmb.h>
94129 #include <asm/machdep.h>
94130 -#include <asm/lmb.h>
94131 +#include <asm/prom.h>
94132 #include <asm/udbg.h>
94133 #include <asm/lv1call.h>
94134 #include <asm/ps3fb.h>
94135 --- a/arch/powerpc/platforms/ps3/interrupt.c
94136 +++ b/arch/powerpc/platforms/ps3/interrupt.c
94137 @@ -709,7 +709,7 @@ static unsigned int ps3_get_irq(void)
94138 asm volatile("cntlzd %0,%1" : "=r" (plug) : "r" (x));
94141 - if (unlikely(plug) == NO_IRQ) {
94142 + if (unlikely(plug == NO_IRQ)) {
94143 pr_debug("%s:%d: no plug found: thread_id %lu\n", __func__,
94144 __LINE__, pd->thread_id);
94145 dump_bmp(&per_cpu(ps3_private, 0));
94146 --- a/arch/powerpc/platforms/ps3/mm.c
94147 +++ b/arch/powerpc/platforms/ps3/mm.c
94149 #include <linux/kernel.h>
94150 #include <linux/module.h>
94151 #include <linux/memory_hotplug.h>
94152 +#include <linux/lmb.h>
94154 #include <asm/firmware.h>
94155 -#include <asm/lmb.h>
94156 +#include <asm/prom.h>
94157 #include <asm/udbg.h>
94158 #include <asm/lv1call.h>
94160 --- a/arch/powerpc/platforms/ps3/os-area.c
94161 +++ b/arch/powerpc/platforms/ps3/os-area.c
94163 #include <linux/fs.h>
94164 #include <linux/syscalls.h>
94165 #include <linux/ctype.h>
94166 +#include <linux/lmb.h>
94168 -#include <asm/lmb.h>
94169 +#include <asm/prom.h>
94171 #include "platform.h"
94173 --- a/arch/powerpc/platforms/ps3/setup.c
94174 +++ b/arch/powerpc/platforms/ps3/setup.c
94175 @@ -95,6 +95,14 @@ static void ps3_power_off(void)
94176 ps3_sys_manager_power_off(); /* never returns */
94179 +static void ps3_halt(void)
94181 + DBG("%s:%d\n", __func__, __LINE__);
94184 + ps3_sys_manager_halt(); /* never returns */
94187 static void ps3_panic(char *str)
94189 DBG("%s:%d %s\n", __func__, __LINE__, str);
94190 @@ -105,7 +113,8 @@ static void ps3_panic(char *str)
94191 printk(" Please press POWER button.\n");
94199 #if defined(CONFIG_FB_PS3) || defined(CONFIG_FB_PS3_MODULE) || \
94200 @@ -117,7 +126,7 @@ static void __init prealloc(struct ps3_p
94202 p->address = __alloc_bootmem(p->size, p->align, __pa(MAX_DMA_ADDRESS));
94204 - printk(KERN_ERR "%s: Cannot allocate %s\n", __FUNCTION__,
94205 + printk(KERN_ERR "%s: Cannot allocate %s\n", __func__,
94209 @@ -266,6 +275,7 @@ define_machine(ps3) {
94210 .progress = ps3_progress,
94211 .restart = ps3_restart,
94212 .power_off = ps3_power_off,
94213 + .halt = ps3_halt,
94214 #if defined(CONFIG_KEXEC)
94215 .kexec_cpu_down = ps3_kexec_cpu_down,
94216 .machine_kexec = default_machine_kexec,
94217 --- a/arch/powerpc/platforms/ps3/spu.c
94218 +++ b/arch/powerpc/platforms/ps3/spu.c
94220 #include <asm/spu.h>
94221 #include <asm/spu_priv1.h>
94222 #include <asm/lv1call.h>
94223 +#include <asm/ps3.h>
94225 #include "../cell/spufs/spufs.h"
94226 #include "platform.h"
94227 @@ -140,6 +141,12 @@ static void _dump_areas(unsigned int spe
94228 pr_debug("%s:%d: shadow: %lxh\n", func, line, shadow);
94231 +inline u64 ps3_get_spe_id(void *arg)
94233 + return spu_pdata(arg)->spe_id;
94235 +EXPORT_SYMBOL_GPL(ps3_get_spe_id);
94237 static unsigned long get_vas_id(void)
94240 --- a/arch/powerpc/platforms/pseries/Makefile
94241 +++ b/arch/powerpc/platforms/pseries/Makefile
94242 @@ -18,3 +18,4 @@ obj-$(CONFIG_HOTPLUG_CPU) += hotplug-cpu
94243 obj-$(CONFIG_HVC_CONSOLE) += hvconsole.o
94244 obj-$(CONFIG_HVCS) += hvcserver.o
94245 obj-$(CONFIG_HCALL_STATS) += hvCall_inst.o
94246 +obj-$(CONFIG_PHYP_DUMP) += phyp_dump.o
94247 --- a/arch/powerpc/platforms/pseries/eeh.c
94248 +++ b/arch/powerpc/platforms/pseries/eeh.c
94249 @@ -945,7 +945,6 @@ static void *early_enable_eeh(struct dev
94250 unsigned int rets[3];
94251 struct eeh_early_enable_info *info = data;
94253 - const char *status = of_get_property(dn, "status", NULL);
94254 const u32 *class_code = of_get_property(dn, "class-code", NULL);
94255 const u32 *vendor_id = of_get_property(dn, "vendor-id", NULL);
94256 const u32 *device_id = of_get_property(dn, "device-id", NULL);
94257 @@ -959,8 +958,8 @@ static void *early_enable_eeh(struct dev
94258 pdn->eeh_freeze_count = 0;
94259 pdn->eeh_false_positives = 0;
94261 - if (status && strncmp(status, "ok", 2) != 0)
94262 - return NULL; /* ignore devices with bad status */
94263 + if (!of_device_is_available(dn))
94266 /* Ignore bad nodes. */
94267 if (!class_code || !vendor_id || !device_id)
94268 --- a/arch/powerpc/platforms/pseries/lpar.c
94269 +++ b/arch/powerpc/platforms/pseries/lpar.c
94271 #include <asm/smp.h>
94273 #include "plpar_wrappers.h"
94274 +#include "pseries.h"
94277 #define DBG_LOW(fmt...) do { udbg_printf(fmt); } while(0)
94278 @@ -203,7 +204,6 @@ void __init find_udbg_vterm(void)
94279 struct device_node *stdout_node;
94284 /* find the boot console from /chosen/stdout */
94286 @@ -219,8 +219,6 @@ void __init find_udbg_vterm(void)
94287 printk(KERN_WARNING "stdout node missing 'name' property!\n");
94290 - /* The user has requested a console so this is already set up. */
94291 - add_console = !strstr(cmd_line, "console=");
94293 /* Check if it's a virtual terminal */
94294 if (strncmp(name, "vty", 3) != 0)
94295 @@ -234,15 +232,13 @@ void __init find_udbg_vterm(void)
94296 udbg_putc = udbg_putcLP;
94297 udbg_getc = udbg_getcLP;
94298 udbg_getc_poll = udbg_getc_pollLP;
94300 - add_preferred_console("hvc", termno[0] & 0xff, NULL);
94301 + add_preferred_console("hvc", termno[0] & 0xff, NULL);
94302 } else if (of_device_is_compatible(stdout_node, "hvterm-protocol")) {
94303 vtermno = termno[0];
94304 udbg_putc = udbg_hvsi_putc;
94305 udbg_getc = udbg_hvsi_getc;
94306 udbg_getc_poll = udbg_hvsi_getc_poll;
94308 - add_preferred_console("hvsi", termno[0] & 0xff, NULL);
94309 + add_preferred_console("hvsi", termno[0] & 0xff, NULL);
94312 of_node_put(stdout_node);
94313 @@ -520,6 +516,20 @@ static void pSeries_lpar_hpte_invalidate
94314 BUG_ON(lpar_rc != H_SUCCESS);
94317 +static void pSeries_lpar_hpte_removebolted(unsigned long ea,
94318 + int psize, int ssize)
94320 + unsigned long slot, vsid, va;
94322 + vsid = get_kernel_vsid(ea, ssize);
94323 + va = hpt_va(ea, vsid, ssize);
94325 + slot = pSeries_lpar_hpte_find(va, psize, ssize);
94326 + BUG_ON(slot == -1);
94328 + pSeries_lpar_hpte_invalidate(slot, va, psize, ssize, 0);
94331 /* Flag bits for H_BULK_REMOVE */
94332 #define HBR_REQUEST 0x4000000000000000UL
94333 #define HBR_RESPONSE 0x8000000000000000UL
94334 @@ -597,6 +607,7 @@ void __init hpte_init_lpar(void)
94335 ppc_md.hpte_updateboltedpp = pSeries_lpar_hpte_updateboltedpp;
94336 ppc_md.hpte_insert = pSeries_lpar_hpte_insert;
94337 ppc_md.hpte_remove = pSeries_lpar_hpte_remove;
94338 + ppc_md.hpte_removebolted = pSeries_lpar_hpte_removebolted;
94339 ppc_md.flush_hash_range = pSeries_lpar_flush_hash_range;
94340 ppc_md.hpte_clear_all = pSeries_lpar_hptab_clear;
94342 --- a/arch/powerpc/platforms/pseries/pci_dlpar.c
94343 +++ b/arch/powerpc/platforms/pseries/pci_dlpar.c
94344 @@ -123,7 +123,7 @@ pcibios_pci_config_bridge(struct pci_dev
94345 /* Add to children of PCI bridge dev->bus */
94346 child_bus = pci_add_new_bus(dev->bus, dev, sec_busno);
94348 - printk (KERN_ERR "%s: could not add second bus\n", __FUNCTION__);
94349 + printk (KERN_ERR "%s: could not add second bus\n", __func__);
94352 sprintf(child_bus->name, "PCI Bus #%02x", child_bus->number);
94354 +++ b/arch/powerpc/platforms/pseries/phyp_dump.c
94357 + * Hypervisor-assisted dump
94359 + * Linas Vepstas, Manish Ahuja 2008
94360 + * Copyright 2008 IBM Corp.
94362 + * This program is free software; you can redistribute it and/or
94363 + * modify it under the terms of the GNU General Public License
94364 + * as published by the Free Software Foundation; either version
94365 + * 2 of the License, or (at your option) any later version.
94369 +#include <linux/init.h>
94370 +#include <linux/kobject.h>
94371 +#include <linux/mm.h>
94372 +#include <linux/of.h>
94373 +#include <linux/pfn.h>
94374 +#include <linux/swap.h>
94375 +#include <linux/sysfs.h>
94377 +#include <asm/page.h>
94378 +#include <asm/phyp_dump.h>
94379 +#include <asm/machdep.h>
94380 +#include <asm/prom.h>
94381 +#include <asm/rtas.h>
94383 +/* Variables, used to communicate data between early boot and late boot */
94384 +static struct phyp_dump phyp_dump_vars;
94385 +struct phyp_dump *phyp_dump_info = &phyp_dump_vars;
94387 +static int ibm_configure_kernel_dump;
94388 +/* ------------------------------------------------- */
94389 +/* RTAS interfaces to declare the dump regions */
94391 +struct dump_section {
94395 + u64 source_address;
94396 + u64 source_length;
94397 + u64 length_copied;
94398 + u64 destination_address;
94401 +struct phyp_dump_header {
94403 + u16 num_of_sections;
94406 + u32 first_offset_section;
94407 + u32 dump_disk_section;
94408 + u64 block_num_dd;
94409 + u64 num_of_blocks_dd;
94411 + u32 maxtime_to_auto;
94412 + /* No dump disk path string used */
94414 + struct dump_section cpu_data;
94415 + struct dump_section hpte_data;
94416 + struct dump_section kernel_data;
94419 +/* The dump header *must be* in low memory, so .bss it */
94420 +static struct phyp_dump_header phdr;
94422 +#define NUM_DUMP_SECTIONS 3
94423 +#define DUMP_HEADER_VERSION 0x1
94424 +#define DUMP_REQUEST_FLAG 0x1
94425 +#define DUMP_SOURCE_CPU 0x0001
94426 +#define DUMP_SOURCE_HPTE 0x0002
94427 +#define DUMP_SOURCE_RMO 0x0011
94428 +#define DUMP_ERROR_FLAG 0x2000
94429 +#define DUMP_TRIGGERED 0x4000
94430 +#define DUMP_PERFORMED 0x8000
94434 + * init_dump_header() - initialize the header declaring a dump
94435 + * Returns: length of dump save area.
94437 + * When the hypervisor saves crashed state, it needs to put
94438 + * it somewhere. The dump header tells the hypervisor where
94439 + * the data can be saved.
94441 +static unsigned long init_dump_header(struct phyp_dump_header *ph)
94443 + unsigned long addr_offset = 0;
94445 + /* Set up the dump header */
94446 + ph->version = DUMP_HEADER_VERSION;
94447 + ph->num_of_sections = NUM_DUMP_SECTIONS;
94450 + ph->first_offset_section =
94451 + (u32)offsetof(struct phyp_dump_header, cpu_data);
94452 + ph->dump_disk_section = 0;
94453 + ph->block_num_dd = 0;
94454 + ph->num_of_blocks_dd = 0;
94455 + ph->offset_dd = 0;
94457 + ph->maxtime_to_auto = 0; /* disabled */
94459 + /* The first two sections are mandatory */
94460 + ph->cpu_data.dump_flags = DUMP_REQUEST_FLAG;
94461 + ph->cpu_data.source_type = DUMP_SOURCE_CPU;
94462 + ph->cpu_data.source_address = 0;
94463 + ph->cpu_data.source_length = phyp_dump_info->cpu_state_size;
94464 + ph->cpu_data.destination_address = addr_offset;
94465 + addr_offset += phyp_dump_info->cpu_state_size;
94467 + ph->hpte_data.dump_flags = DUMP_REQUEST_FLAG;
94468 + ph->hpte_data.source_type = DUMP_SOURCE_HPTE;
94469 + ph->hpte_data.source_address = 0;
94470 + ph->hpte_data.source_length = phyp_dump_info->hpte_region_size;
94471 + ph->hpte_data.destination_address = addr_offset;
94472 + addr_offset += phyp_dump_info->hpte_region_size;
94474 + /* This section describes the low kernel region */
94475 + ph->kernel_data.dump_flags = DUMP_REQUEST_FLAG;
94476 + ph->kernel_data.source_type = DUMP_SOURCE_RMO;
94477 + ph->kernel_data.source_address = PHYP_DUMP_RMR_START;
94478 + ph->kernel_data.source_length = PHYP_DUMP_RMR_END;
94479 + ph->kernel_data.destination_address = addr_offset;
94480 + addr_offset += ph->kernel_data.source_length;
94482 + return addr_offset;
94485 +static void print_dump_header(const struct phyp_dump_header *ph)
94488 + printk(KERN_INFO "dump header:\n");
94489 + /* setup some ph->sections required */
94490 + printk(KERN_INFO "version = %d\n", ph->version);
94491 + printk(KERN_INFO "Sections = %d\n", ph->num_of_sections);
94492 + printk(KERN_INFO "Status = 0x%x\n", ph->status);
94494 + /* No ph->disk, so all should be set to 0 */
94495 + printk(KERN_INFO "Offset to first section 0x%x\n",
94496 + ph->first_offset_section);
94497 + printk(KERN_INFO "dump disk sections should be zero\n");
94498 + printk(KERN_INFO "dump disk section = %d\n", ph->dump_disk_section);
94499 + printk(KERN_INFO "block num = %ld\n", ph->block_num_dd);
94500 + printk(KERN_INFO "number of blocks = %ld\n", ph->num_of_blocks_dd);
94501 + printk(KERN_INFO "dump disk offset = %d\n", ph->offset_dd);
94502 + printk(KERN_INFO "Max auto time= %d\n", ph->maxtime_to_auto);
94504 + /*set cpu state and hpte states as well scratch pad area */
94505 + printk(KERN_INFO " CPU AREA \n");
94506 + printk(KERN_INFO "cpu dump_flags =%d\n", ph->cpu_data.dump_flags);
94507 + printk(KERN_INFO "cpu source_type =%d\n", ph->cpu_data.source_type);
94508 + printk(KERN_INFO "cpu error_flags =%d\n", ph->cpu_data.error_flags);
94509 + printk(KERN_INFO "cpu source_address =%lx\n",
94510 + ph->cpu_data.source_address);
94511 + printk(KERN_INFO "cpu source_length =%lx\n",
94512 + ph->cpu_data.source_length);
94513 + printk(KERN_INFO "cpu length_copied =%lx\n",
94514 + ph->cpu_data.length_copied);
94516 + printk(KERN_INFO " HPTE AREA \n");
94517 + printk(KERN_INFO "HPTE dump_flags =%d\n", ph->hpte_data.dump_flags);
94518 + printk(KERN_INFO "HPTE source_type =%d\n", ph->hpte_data.source_type);
94519 + printk(KERN_INFO "HPTE error_flags =%d\n", ph->hpte_data.error_flags);
94520 + printk(KERN_INFO "HPTE source_address =%lx\n",
94521 + ph->hpte_data.source_address);
94522 + printk(KERN_INFO "HPTE source_length =%lx\n",
94523 + ph->hpte_data.source_length);
94524 + printk(KERN_INFO "HPTE length_copied =%lx\n",
94525 + ph->hpte_data.length_copied);
94527 + printk(KERN_INFO " SRSD AREA \n");
94528 + printk(KERN_INFO "SRSD dump_flags =%d\n", ph->kernel_data.dump_flags);
94529 + printk(KERN_INFO "SRSD source_type =%d\n", ph->kernel_data.source_type);
94530 + printk(KERN_INFO "SRSD error_flags =%d\n", ph->kernel_data.error_flags);
94531 + printk(KERN_INFO "SRSD source_address =%lx\n",
94532 + ph->kernel_data.source_address);
94533 + printk(KERN_INFO "SRSD source_length =%lx\n",
94534 + ph->kernel_data.source_length);
94535 + printk(KERN_INFO "SRSD length_copied =%lx\n",
94536 + ph->kernel_data.length_copied);
94540 +static ssize_t show_phyp_dump_active(struct kobject *kobj,
94541 + struct kobj_attribute *attr, char *buf)
94544 + /* create filesystem entry so kdump is phyp-dump aware */
94545 + return sprintf(buf, "%lx\n", phyp_dump_info->phyp_dump_at_boot);
94548 +static struct kobj_attribute pdl = __ATTR(phyp_dump_active, 0600,
94549 + show_phyp_dump_active,
94552 +static void register_dump_area(struct phyp_dump_header *ph, unsigned long addr)
94556 + /* Add addr value if not initialized before */
94557 + if (ph->cpu_data.destination_address == 0) {
94558 + ph->cpu_data.destination_address += addr;
94559 + ph->hpte_data.destination_address += addr;
94560 + ph->kernel_data.destination_address += addr;
94563 + /* ToDo Invalidate kdump and free memory range. */
94566 + rc = rtas_call(ibm_configure_kernel_dump, 3, 1, NULL,
94567 + 1, ph, sizeof(struct phyp_dump_header));
94568 + } while (rtas_busy_delay(rc));
94571 + printk(KERN_ERR "phyp-dump: unexpected error (%d) on "
94572 + "register\n", rc);
94573 + print_dump_header(ph);
94577 + rc = sysfs_create_file(kernel_kobj, &pdl.attr);
94579 + printk(KERN_ERR "phyp-dump: unable to create sysfs"
94580 + " file (%d)\n", rc);
94584 +void invalidate_last_dump(struct phyp_dump_header *ph, unsigned long addr)
94588 + /* Add addr value if not initialized before */
94589 + if (ph->cpu_data.destination_address == 0) {
94590 + ph->cpu_data.destination_address += addr;
94591 + ph->hpte_data.destination_address += addr;
94592 + ph->kernel_data.destination_address += addr;
94596 + rc = rtas_call(ibm_configure_kernel_dump, 3, 1, NULL,
94597 + 2, ph, sizeof(struct phyp_dump_header));
94598 + } while (rtas_busy_delay(rc));
94601 + printk(KERN_ERR "phyp-dump: unexpected error (%d) "
94602 + "on invalidate\n", rc);
94603 + print_dump_header(ph);
94607 +/* ------------------------------------------------- */
94609 + * release_memory_range -- release memory previously lmb_reserved
94610 + * @start_pfn: starting physical frame number
94611 + * @nr_pages: number of pages to free.
94613 + * This routine will release memory that had been previously
94614 + * lmb_reserved in early boot. The released memory becomes
94615 + * available for genreal use.
94617 +static void release_memory_range(unsigned long start_pfn,
94618 + unsigned long nr_pages)
94620 + struct page *rpage;
94621 + unsigned long end_pfn;
94624 + end_pfn = start_pfn + nr_pages;
94626 + for (i = start_pfn; i <= end_pfn; i++) {
94627 + rpage = pfn_to_page(i);
94628 + if (PageReserved(rpage)) {
94629 + ClearPageReserved(rpage);
94630 + init_page_count(rpage);
94631 + __free_page(rpage);
94632 + totalram_pages++;
94638 + * track_freed_range -- Counts the range being freed.
94639 + * Once the counter goes to zero, it re-registers dump for
94643 +track_freed_range(unsigned long addr, unsigned long length)
94645 + static unsigned long scratch_area_size, reserved_area_size;
94647 + if (addr < phyp_dump_info->init_reserve_start)
94650 + if ((addr >= phyp_dump_info->init_reserve_start) &&
94651 + (addr <= phyp_dump_info->init_reserve_start +
94652 + phyp_dump_info->init_reserve_size))
94653 + reserved_area_size += length;
94655 + if ((addr >= phyp_dump_info->reserved_scratch_addr) &&
94656 + (addr <= phyp_dump_info->reserved_scratch_addr +
94657 + phyp_dump_info->reserved_scratch_size))
94658 + scratch_area_size += length;
94660 + if ((reserved_area_size == phyp_dump_info->init_reserve_size) &&
94661 + (scratch_area_size == phyp_dump_info->reserved_scratch_size)) {
94663 + invalidate_last_dump(&phdr,
94664 + phyp_dump_info->reserved_scratch_addr);
94665 + register_dump_area(&phdr,
94666 + phyp_dump_info->reserved_scratch_addr);
94670 +/* ------------------------------------------------- */
94672 + * sysfs_release_region -- sysfs interface to release memory range.
94675 + * "echo <start addr> <length> > /sys/kernel/release_region"
94678 + * "echo 0x40000000 0x10000000 > /sys/kernel/release_region"
94680 + * will release 256MB starting at 1GB.
94682 +static ssize_t store_release_region(struct kobject *kobj,
94683 + struct kobj_attribute *attr,
94684 + const char *buf, size_t count)
94686 + unsigned long start_addr, length, end_addr;
94687 + unsigned long start_pfn, nr_pages;
94690 + ret = sscanf(buf, "%lx %lx", &start_addr, &length);
94694 + track_freed_range(start_addr, length);
94696 + /* Range-check - don't free any reserved memory that
94697 + * wasn't reserved for phyp-dump */
94698 + if (start_addr < phyp_dump_info->init_reserve_start)
94699 + start_addr = phyp_dump_info->init_reserve_start;
94701 + end_addr = phyp_dump_info->init_reserve_start +
94702 + phyp_dump_info->init_reserve_size;
94703 + if (start_addr+length > end_addr)
94704 + length = end_addr - start_addr;
94706 + /* Release the region of memory assed in by user */
94707 + start_pfn = PFN_DOWN(start_addr);
94708 + nr_pages = PFN_DOWN(length);
94709 + release_memory_range(start_pfn, nr_pages);
94714 +static ssize_t show_release_region(struct kobject *kobj,
94715 + struct kobj_attribute *attr, char *buf)
94717 + u64 second_addr_range;
94719 + /* total reserved size - start of scratch area */
94720 + second_addr_range = phyp_dump_info->init_reserve_size -
94721 + phyp_dump_info->reserved_scratch_size;
94722 + return sprintf(buf, "CPU:0x%lx-0x%lx: HPTE:0x%lx-0x%lx:"
94723 + " DUMP:0x%lx-0x%lx, 0x%lx-0x%lx:\n",
94724 + phdr.cpu_data.destination_address,
94725 + phdr.cpu_data.length_copied,
94726 + phdr.hpte_data.destination_address,
94727 + phdr.hpte_data.length_copied,
94728 + phdr.kernel_data.destination_address,
94729 + phdr.kernel_data.length_copied,
94730 + phyp_dump_info->init_reserve_start,
94731 + second_addr_range);
94734 +static struct kobj_attribute rr = __ATTR(release_region, 0600,
94735 + show_release_region,
94736 + store_release_region);
94738 +static int __init phyp_dump_setup(void)
94740 + struct device_node *rtas;
94741 + const struct phyp_dump_header *dump_header = NULL;
94742 + unsigned long dump_area_start;
94743 + unsigned long dump_area_length;
94744 + int header_len = 0;
94747 + /* If no memory was reserved in early boot, there is nothing to do */
94748 + if (phyp_dump_info->init_reserve_size == 0)
94751 + /* Return if phyp dump not supported */
94752 + if (!phyp_dump_info->phyp_dump_configured)
94755 + /* Is there dump data waiting for us? If there isn't,
94756 + * then register a new dump area, and release all of
94757 + * the rest of the reserved ram.
94759 + * The /rtas/ibm,kernel-dump rtas node is present only
94760 + * if there is dump data waiting for us.
94762 + rtas = of_find_node_by_path("/rtas");
94764 + dump_header = of_get_property(rtas, "ibm,kernel-dump",
94766 + of_node_put(rtas);
94769 + print_dump_header(dump_header);
94770 + dump_area_length = init_dump_header(&phdr);
94772 + dump_area_start = phyp_dump_info->init_reserve_start & PAGE_MASK;
94774 + if (dump_header == NULL) {
94775 + register_dump_area(&phdr, dump_area_start);
94779 + /* re-register the dump area, if old dump was invalid */
94780 + if ((dump_header) && (dump_header->status & DUMP_ERROR_FLAG)) {
94781 + invalidate_last_dump(&phdr, dump_area_start);
94782 + register_dump_area(&phdr, dump_area_start);
94786 + if (dump_header) {
94787 + phyp_dump_info->reserved_scratch_addr =
94788 + dump_header->cpu_data.destination_address;
94789 + phyp_dump_info->reserved_scratch_size =
94790 + dump_header->cpu_data.source_length +
94791 + dump_header->hpte_data.source_length +
94792 + dump_header->kernel_data.source_length;
94795 + /* Should we create a dump_subsys, analogous to s390/ipl.c ? */
94796 + rc = sysfs_create_file(kernel_kobj, &rr.attr);
94798 + printk(KERN_ERR "phyp-dump: unable to create sysfs file (%d)\n",
94801 + /* ToDo: re-register the dump area, for next time. */
94804 +machine_subsys_initcall(pseries, phyp_dump_setup);
94806 +int __init early_init_dt_scan_phyp_dump(unsigned long node,
94807 + const char *uname, int depth, void *data)
94809 + const unsigned int *sizes;
94811 + phyp_dump_info->phyp_dump_configured = 0;
94812 + phyp_dump_info->phyp_dump_is_active = 0;
94814 + if (depth != 1 || strcmp(uname, "rtas") != 0)
94817 + if (of_get_flat_dt_prop(node, "ibm,configure-kernel-dump", NULL))
94818 + phyp_dump_info->phyp_dump_configured++;
94820 + if (of_get_flat_dt_prop(node, "ibm,dump-kernel", NULL))
94821 + phyp_dump_info->phyp_dump_is_active++;
94823 + sizes = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes",
94828 + if (sizes[0] == 1)
94829 + phyp_dump_info->cpu_state_size = *((unsigned long *)&sizes[1]);
94831 + if (sizes[3] == 2)
94832 + phyp_dump_info->hpte_region_size =
94833 + *((unsigned long *)&sizes[4]);
94837 +/* Look for phyp_dump= cmdline option */
94838 +static int __init early_phyp_dump_enabled(char *p)
94840 + phyp_dump_info->phyp_dump_at_boot = 1;
94845 + if (strncmp(p, "1", 1) == 0)
94846 + phyp_dump_info->phyp_dump_at_boot = 1;
94847 + else if (strncmp(p, "0", 1) == 0)
94848 + phyp_dump_info->phyp_dump_at_boot = 0;
94852 +early_param("phyp_dump", early_phyp_dump_enabled);
94854 +/* Look for phyp_dump_reserve_size= cmdline option */
94855 +static int __init early_phyp_dump_reserve_size(char *p)
94858 + phyp_dump_info->reserve_bootvar = memparse(p, &p);
94862 +early_param("phyp_dump_reserve_size", early_phyp_dump_reserve_size);
94863 --- a/arch/powerpc/platforms/pseries/pseries.h
94864 +++ b/arch/powerpc/platforms/pseries/pseries.h
94865 @@ -38,4 +38,6 @@ extern void pSeries_final_fixup(void);
94866 /* Poweron flag used for enabling auto ups restart */
94867 extern unsigned long rtas_poweron_auto;
94869 +extern void find_udbg_vterm(void);
94871 #endif /* _PSERIES_PSERIES_H */
94872 --- a/arch/powerpc/platforms/pseries/reconfig.c
94873 +++ b/arch/powerpc/platforms/pseries/reconfig.c
94874 @@ -222,14 +222,14 @@ static char * parse_next_property(char *
94875 tmp = strchr(buf, ' ');
94877 printk(KERN_ERR "property parse failed in %s at line %d\n",
94878 - __FUNCTION__, __LINE__);
94879 + __func__, __LINE__);
94884 if (++tmp >= end) {
94885 printk(KERN_ERR "property parse failed in %s at line %d\n",
94886 - __FUNCTION__, __LINE__);
94887 + __func__, __LINE__);
94891 @@ -238,12 +238,12 @@ static char * parse_next_property(char *
94892 *length = simple_strtoul(tmp, &tmp, 10);
94893 if (*length == -1) {
94894 printk(KERN_ERR "property parse failed in %s at line %d\n",
94895 - __FUNCTION__, __LINE__);
94896 + __func__, __LINE__);
94899 if (*tmp != ' ' || ++tmp >= end) {
94900 printk(KERN_ERR "property parse failed in %s at line %d\n",
94901 - __FUNCTION__, __LINE__);
94902 + __func__, __LINE__);
94906 @@ -252,12 +252,12 @@ static char * parse_next_property(char *
94909 printk(KERN_ERR "property parse failed in %s at line %d\n",
94910 - __FUNCTION__, __LINE__);
94911 + __func__, __LINE__);
94914 else if (tmp < end && *tmp != ' ' && *tmp != '\0') {
94915 printk(KERN_ERR "property parse failed in %s at line %d\n",
94916 - __FUNCTION__, __LINE__);
94917 + __func__, __LINE__);
94921 --- a/arch/powerpc/platforms/pseries/scanlog.c
94922 +++ b/arch/powerpc/platforms/pseries/scanlog.c
94923 @@ -195,31 +195,30 @@ const struct file_operations scanlog_fop
94924 static int __init scanlog_init(void)
94926 struct proc_dir_entry *ent;
94928 + int err = -ENOMEM;
94930 ibm_scan_log_dump = rtas_token("ibm,scan-log-dump");
94931 - if (ibm_scan_log_dump == RTAS_UNKNOWN_SERVICE) {
94932 - printk(KERN_ERR "scan-log-dump not implemented on this system\n");
94935 + if (ibm_scan_log_dump == RTAS_UNKNOWN_SERVICE)
94938 - ent = create_proc_entry("ppc64/rtas/scan-log-dump", S_IRUSR, NULL);
94940 - ent->proc_fops = &scanlog_fops;
94941 - /* Ideally we could allocate a buffer < 4G */
94942 - ent->data = kmalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL);
94943 - if (!ent->data) {
94944 - printk(KERN_ERR "Failed to allocate a buffer\n");
94945 - remove_proc_entry("scan-log-dump", ent->parent);
94948 - ((unsigned int *)ent->data)[0] = 0;
94950 - printk(KERN_ERR "Failed to create ppc64/scan-log-dump proc entry\n");
94953 + /* Ideally we could allocate a buffer < 4G */
94954 + data = kzalloc(RTAS_DATA_BUF_SIZE, GFP_KERNEL);
94958 + ent = proc_create("ppc64/rtas/scan-log-dump", S_IRUSR, NULL,
94963 + ent->data = data;
94964 proc_ppc64_scan_log_dump = ent;
94972 static void __exit scanlog_cleanup(void)
94973 --- a/arch/powerpc/platforms/pseries/setup.c
94974 +++ b/arch/powerpc/platforms/pseries/setup.c
94976 #define DBG(fmt...)
94979 -/* move those away to a .h */
94980 -extern void find_udbg_vterm(void);
94982 int fwnmi_active; /* TRUE if an FWNMI handler is present */
94984 static void pseries_shared_idle_sleep(void);
94985 @@ -127,14 +124,60 @@ void pseries_8259_cascade(unsigned int i
94986 desc->chip->eoi(irq);
94989 -static void __init pseries_mpic_init_IRQ(void)
94990 +static void __init pseries_setup_i8259_cascade(void)
94992 - struct device_node *np, *old, *cascade = NULL;
94993 - const unsigned int *addrp;
94994 + struct device_node *np, *old, *found = NULL;
94995 + unsigned int cascade;
94996 + const u32 *addrp;
94997 unsigned long intack = 0;
95000 + for_each_node_by_type(np, "interrupt-controller") {
95001 + if (of_device_is_compatible(np, "chrp,iic")) {
95007 + if (found == NULL) {
95008 + printk(KERN_DEBUG "pic: no ISA interrupt controller\n");
95012 + cascade = irq_of_parse_and_map(found, 0);
95013 + if (cascade == NO_IRQ) {
95014 + printk(KERN_ERR "pic: failed to map cascade interrupt");
95017 + pr_debug("pic: cascade mapped to irq %d\n", cascade);
95019 + for (old = of_node_get(found); old != NULL ; old = np) {
95020 + np = of_get_parent(old);
95021 + of_node_put(old);
95024 + if (strcmp(np->name, "pci") != 0)
95026 + addrp = of_get_property(np, "8259-interrupt-acknowledge", NULL);
95027 + if (addrp == NULL)
95029 + naddr = of_n_addr_cells(np);
95030 + intack = addrp[naddr-1];
95032 + intack |= ((unsigned long)addrp[naddr-2]) << 32;
95035 + printk(KERN_DEBUG "pic: PCI 8259 intack at 0x%016lx\n", intack);
95036 + i8259_init(found, intack);
95037 + of_node_put(found);
95038 + set_irq_chained_handler(cascade, pseries_8259_cascade);
95041 +static void __init pseries_mpic_init_IRQ(void)
95043 + struct device_node *np;
95044 const unsigned int *opprop;
95045 unsigned long openpic_addr = 0;
95046 - unsigned int cascade_irq;
95047 int naddr, n, i, opplen;
95050 @@ -167,43 +210,13 @@ static void __init pseries_mpic_init_IRQ
95053 /* Look for cascade */
95054 - for_each_node_by_type(np, "interrupt-controller")
95055 - if (of_device_is_compatible(np, "chrp,iic")) {
95059 - if (cascade == NULL)
95062 - cascade_irq = irq_of_parse_and_map(cascade, 0);
95063 - if (cascade_irq == NO_IRQ) {
95064 - printk(KERN_ERR "mpic: failed to map cascade interrupt");
95067 + pseries_setup_i8259_cascade();
95070 - /* Check ACK type */
95071 - for (old = of_node_get(cascade); old != NULL ; old = np) {
95072 - np = of_get_parent(old);
95073 - of_node_put(old);
95076 - if (strcmp(np->name, "pci") != 0)
95078 - addrp = of_get_property(np, "8259-interrupt-acknowledge",
95080 - if (addrp == NULL)
95082 - naddr = of_n_addr_cells(np);
95083 - intack = addrp[naddr-1];
95085 - intack |= ((unsigned long)addrp[naddr-2]) << 32;
95088 - printk(KERN_DEBUG "mpic: PCI 8259 intack at 0x%016lx\n",
95090 - i8259_init(cascade, intack);
95091 - of_node_put(cascade);
95092 - set_irq_chained_handler(cascade_irq, pseries_8259_cascade);
95093 +static void __init pseries_xics_init_IRQ(void)
95096 + pseries_setup_i8259_cascade();
95099 static void pseries_lpar_enable_pmcs(void)
95100 @@ -235,7 +248,7 @@ static void __init pseries_discover_pic(
95101 smp_init_pseries_mpic();
95103 } else if (strstr(typep, "ppc-xicp")) {
95104 - ppc_md.init_IRQ = xics_init_IRQ;
95105 + ppc_md.init_IRQ = pseries_xics_init_IRQ;
95106 setup_kexec_cpu_down_xics();
95107 smp_init_pseries_xics();
95109 @@ -393,6 +406,7 @@ static void pseries_dedicated_idle_sleep
95111 unsigned int cpu = smp_processor_id();
95112 unsigned long start_snooze;
95113 + unsigned long in_purr, out_purr;
95116 * Indicate to the HV that we are idle. Now would be
95117 @@ -400,6 +414,7 @@ static void pseries_dedicated_idle_sleep
95119 get_lppaca()->idle = 1;
95120 get_lppaca()->donate_dedicated_cpu = 1;
95121 + in_purr = mfspr(SPRN_PURR);
95124 * We come in with interrupts disabled, and need_resched()
95125 @@ -432,6 +447,8 @@ static void pseries_dedicated_idle_sleep
95129 + out_purr = mfspr(SPRN_PURR);
95130 + get_lppaca()->wait_state_cycles += out_purr - in_purr;
95131 get_lppaca()->donate_dedicated_cpu = 0;
95132 get_lppaca()->idle = 0;
95134 --- a/arch/powerpc/platforms/pseries/xics.c
95135 +++ b/arch/powerpc/platforms/pseries/xics.c
95136 @@ -516,6 +516,8 @@ static struct irq_chip xics_pic_lpar = {
95137 .set_affinity = xics_set_affinity
95140 +/* Points to the irq_chip we're actually using */
95141 +static struct irq_chip *xics_irq_chip;
95143 static int xics_host_match(struct irq_host *h, struct device_node *node)
95145 @@ -526,23 +528,13 @@ static int xics_host_match(struct irq_ho
95146 return !of_device_is_compatible(node, "chrp,iic");
95149 -static int xics_host_map_direct(struct irq_host *h, unsigned int virq,
95150 - irq_hw_number_t hw)
95151 +static int xics_host_map(struct irq_host *h, unsigned int virq,
95152 + irq_hw_number_t hw)
95154 - pr_debug("xics: map_direct virq %d, hwirq 0x%lx\n", virq, hw);
95155 + pr_debug("xics: map virq %d, hwirq 0x%lx\n", virq, hw);
95157 get_irq_desc(virq)->status |= IRQ_LEVEL;
95158 - set_irq_chip_and_handler(virq, &xics_pic_direct, handle_fasteoi_irq);
95162 -static int xics_host_map_lpar(struct irq_host *h, unsigned int virq,
95163 - irq_hw_number_t hw)
95165 - pr_debug("xics: map_direct virq %d, hwirq 0x%lx\n", virq, hw);
95167 - get_irq_desc(virq)->status |= IRQ_LEVEL;
95168 - set_irq_chip_and_handler(virq, &xics_pic_lpar, handle_fasteoi_irq);
95169 + set_irq_chip_and_handler(virq, xics_irq_chip, handle_fasteoi_irq);
95173 @@ -561,27 +553,20 @@ static int xics_host_xlate(struct irq_ho
95177 -static struct irq_host_ops xics_host_direct_ops = {
95178 - .match = xics_host_match,
95179 - .map = xics_host_map_direct,
95180 - .xlate = xics_host_xlate,
95183 -static struct irq_host_ops xics_host_lpar_ops = {
95184 +static struct irq_host_ops xics_host_ops = {
95185 .match = xics_host_match,
95186 - .map = xics_host_map_lpar,
95187 + .map = xics_host_map,
95188 .xlate = xics_host_xlate,
95191 static void __init xics_init_host(void)
95193 - struct irq_host_ops *ops;
95195 if (firmware_has_feature(FW_FEATURE_LPAR))
95196 - ops = &xics_host_lpar_ops;
95197 + xics_irq_chip = &xics_pic_lpar;
95199 - ops = &xics_host_direct_ops;
95200 - xics_host = irq_alloc_host(NULL, IRQ_HOST_MAP_TREE, 0, ops,
95201 + xics_irq_chip = &xics_pic_direct;
95203 + xics_host = irq_alloc_host(NULL, IRQ_HOST_MAP_TREE, 0, &xics_host_ops,
95204 XICS_IRQ_SPURIOUS);
95205 BUG_ON(xics_host == NULL);
95206 irq_set_default_host(xics_host);
95207 @@ -655,52 +640,6 @@ static void __init xics_init_one_node(st
95212 -static void __init xics_setup_8259_cascade(void)
95214 - struct device_node *np, *old, *found = NULL;
95215 - int cascade, naddr;
95216 - const u32 *addrp;
95217 - unsigned long intack = 0;
95219 - for_each_node_by_type(np, "interrupt-controller")
95220 - if (of_device_is_compatible(np, "chrp,iic")) {
95224 - if (found == NULL) {
95225 - printk(KERN_DEBUG "xics: no ISA interrupt controller\n");
95228 - cascade = irq_of_parse_and_map(found, 0);
95229 - if (cascade == NO_IRQ) {
95230 - printk(KERN_ERR "xics: failed to map cascade interrupt");
95233 - pr_debug("xics: cascade mapped to irq %d\n", cascade);
95235 - for (old = of_node_get(found); old != NULL ; old = np) {
95236 - np = of_get_parent(old);
95237 - of_node_put(old);
95240 - if (strcmp(np->name, "pci") != 0)
95242 - addrp = of_get_property(np, "8259-interrupt-acknowledge", NULL);
95243 - if (addrp == NULL)
95245 - naddr = of_n_addr_cells(np);
95246 - intack = addrp[naddr-1];
95248 - intack |= ((unsigned long)addrp[naddr-2]) << 32;
95251 - printk(KERN_DEBUG "xics: PCI 8259 intack at 0x%016lx\n", intack);
95252 - i8259_init(found, intack);
95253 - of_node_put(found);
95254 - set_irq_chained_handler(cascade, pseries_8259_cascade);
95257 void __init xics_init_IRQ(void)
95259 struct device_node *np;
95260 @@ -733,8 +672,6 @@ void __init xics_init_IRQ(void)
95264 - xics_setup_8259_cascade();
95266 ppc64_boot_msg(0x21, "XICS Done");
95269 --- a/arch/powerpc/platforms/pseries/xics.h
95270 +++ b/arch/powerpc/platforms/pseries/xics.h
95271 @@ -28,7 +28,4 @@ struct xics_ipi_struct {
95273 extern struct xics_ipi_struct xics_ipi_message[NR_CPUS] __cacheline_aligned;
95276 -extern void pseries_8259_cascade(unsigned int irq, struct irq_desc *desc);
95278 #endif /* _POWERPC_KERNEL_XICS_H */
95279 --- a/arch/powerpc/sysdev/Makefile
95280 +++ b/arch/powerpc/sysdev/Makefile
95281 @@ -12,6 +12,7 @@ obj-$(CONFIG_U3_DART) += dart_iommu.o
95282 obj-$(CONFIG_MMIO_NVRAM) += mmio_nvram.o
95283 obj-$(CONFIG_FSL_SOC) += fsl_soc.o
95284 obj-$(CONFIG_FSL_PCI) += fsl_pci.o
95285 +obj-$(CONFIG_FSL_LBC) += fsl_lbc.o
95286 obj-$(CONFIG_RAPIDIO) += fsl_rio.o
95287 obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o
95288 obj-$(CONFIG_QUICC_ENGINE) += qe_lib/
95289 @@ -27,6 +28,7 @@ obj-$(CONFIG_PPC_INDIRECT_PCI) += indire
95290 obj-$(CONFIG_PPC_I8259) += i8259.o
95291 obj-$(CONFIG_IPIC) += ipic.o
95292 obj-$(CONFIG_4xx) += uic.o
95293 +obj-$(CONFIG_4xx_SOC) += ppc4xx_soc.o
95294 obj-$(CONFIG_XILINX_VIRTEX) += xilinx_intc.o
95295 obj-$(CONFIG_OF_RTC) += of_rtc.o
95296 ifeq ($(CONFIG_PCI),y)
95297 --- a/arch/powerpc/sysdev/cpm1.c
95298 +++ b/arch/powerpc/sysdev/cpm1.c
95301 #define CPM_MAP_SIZE (0x4000)
95303 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95304 -static void m8xx_cpm_dpinit(void);
95306 cpm8xx_t __iomem *cpmp; /* Pointer to comm processor space */
95307 immap_t __iomem *mpc8xx_immr;
95308 static cpic8xx_t __iomem *cpic_reg;
95309 @@ -229,12 +226,7 @@ void __init cpm_reset(void)
95310 out_be32(&siu_conf->sc_sdcr, 1);
95311 immr_unmap(siu_conf);
95313 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
95316 - /* Reclaim the DP memory for our use. */
95317 - m8xx_cpm_dpinit();
95321 static DEFINE_SPINLOCK(cmd_lock);
95322 @@ -257,7 +249,7 @@ int cpm_command(u32 command, u8 opcode)
95323 if ((in_be16(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0)
95326 - printk(KERN_ERR "%s(): Not able to issue CPM command\n", __FUNCTION__);
95327 + printk(KERN_ERR "%s(): Not able to issue CPM command\n", __func__);
95330 spin_unlock_irqrestore(&cmd_lock, flags);
95331 @@ -293,110 +285,6 @@ cpm_setbrg(uint brg, uint rate)
95332 CPM_BRG_EN | CPM_BRG_DIV16);
95335 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95337 - * dpalloc / dpfree bits.
95339 -static spinlock_t cpm_dpmem_lock;
95341 - * 16 blocks should be enough to satisfy all requests
95342 - * until the memory subsystem goes up...
95344 -static rh_block_t cpm_boot_dpmem_rh_block[16];
95345 -static rh_info_t cpm_dpmem_info;
95347 -#define CPM_DPMEM_ALIGNMENT 8
95348 -static u8 __iomem *dpram_vbase;
95349 -static phys_addr_t dpram_pbase;
95351 -static void m8xx_cpm_dpinit(void)
95353 - spin_lock_init(&cpm_dpmem_lock);
95355 - dpram_vbase = cpmp->cp_dpmem;
95356 - dpram_pbase = get_immrbase() + offsetof(immap_t, im_cpm.cp_dpmem);
95358 - /* Initialize the info header */
95359 - rh_init(&cpm_dpmem_info, CPM_DPMEM_ALIGNMENT,
95360 - sizeof(cpm_boot_dpmem_rh_block) /
95361 - sizeof(cpm_boot_dpmem_rh_block[0]),
95362 - cpm_boot_dpmem_rh_block);
95365 - * Attach the usable dpmem area.
95366 - * XXX: This is actually crap. CPM_DATAONLY_BASE and
95367 - * CPM_DATAONLY_SIZE are a subset of the available dparm. It varies
95368 - * with the processor and the microcode patches applied / activated.
95369 - * But the following should be at least safe.
95371 - rh_attach_region(&cpm_dpmem_info, CPM_DATAONLY_BASE, CPM_DATAONLY_SIZE);
95375 - * Allocate the requested size worth of DP memory.
95376 - * This function returns an offset into the DPRAM area.
95377 - * Use cpm_dpram_addr() to get the virtual address of the area.
95379 -unsigned long cpm_dpalloc(uint size, uint align)
95381 - unsigned long start;
95382 - unsigned long flags;
95384 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95385 - cpm_dpmem_info.alignment = align;
95386 - start = rh_alloc(&cpm_dpmem_info, size, "commproc");
95387 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95389 - return (uint)start;
95391 -EXPORT_SYMBOL(cpm_dpalloc);
95393 -int cpm_dpfree(unsigned long offset)
95396 - unsigned long flags;
95398 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95399 - ret = rh_free(&cpm_dpmem_info, offset);
95400 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95404 -EXPORT_SYMBOL(cpm_dpfree);
95406 -unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align)
95408 - unsigned long start;
95409 - unsigned long flags;
95411 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95412 - cpm_dpmem_info.alignment = align;
95413 - start = rh_alloc_fixed(&cpm_dpmem_info, offset, size, "commproc");
95414 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95418 -EXPORT_SYMBOL(cpm_dpalloc_fixed);
95420 -void cpm_dpdump(void)
95422 - rh_dump(&cpm_dpmem_info);
95424 -EXPORT_SYMBOL(cpm_dpdump);
95426 -void *cpm_dpram_addr(unsigned long offset)
95428 - return (void *)(dpram_vbase + offset);
95430 -EXPORT_SYMBOL(cpm_dpram_addr);
95432 -uint cpm_dpram_phys(u8 *addr)
95434 - return (dpram_pbase + (uint)(addr - dpram_vbase));
95436 -EXPORT_SYMBOL(cpm_dpram_phys);
95437 -#endif /* !CONFIG_PPC_CPM_NEW_BINDING */
95439 struct cpm_ioport16 {
95440 __be16 dir, par, odr_sor, dat, intr;
95442 --- a/arch/powerpc/sysdev/cpm2.c
95443 +++ b/arch/powerpc/sysdev/cpm2.c
95446 #include <sysdev/fsl_soc.h>
95448 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95449 -static void cpm2_dpinit(void);
95452 cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor space */
95454 /* We allocate this here because it is used almost exclusively for
95455 @@ -71,15 +67,17 @@ void __init cpm2_reset(void)
95457 /* Reclaim the DP memory for our use.
95459 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
95465 /* Tell everyone where the comm processor resides.
95467 cpmp = &cpm2_immr->im_cpm;
95469 +#ifndef CONFIG_PPC_EARLY_DEBUG_CPM
95470 + /* Reset the CPM.
95472 + cpm_command(CPM_CR_RST, 0);
95476 static DEFINE_SPINLOCK(cmd_lock);
95477 @@ -99,7 +97,7 @@ int cpm_command(u32 command, u8 opcode)
95478 if ((in_be32(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0)
95481 - printk(KERN_ERR "%s(): Not able to issue CPM command\n", __FUNCTION__);
95482 + printk(KERN_ERR "%s(): Not able to issue CPM command\n", __func__);
95485 spin_unlock_irqrestore(&cmd_lock, flags);
95486 @@ -347,95 +345,6 @@ int cpm2_smc_clk_setup(enum cpm_clk_targ
95490 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95492 - * dpalloc / dpfree bits.
95494 -static spinlock_t cpm_dpmem_lock;
95495 -/* 16 blocks should be enough to satisfy all requests
95496 - * until the memory subsystem goes up... */
95497 -static rh_block_t cpm_boot_dpmem_rh_block[16];
95498 -static rh_info_t cpm_dpmem_info;
95499 -static u8 __iomem *im_dprambase;
95501 -static void cpm2_dpinit(void)
95503 - spin_lock_init(&cpm_dpmem_lock);
95505 - /* initialize the info header */
95506 - rh_init(&cpm_dpmem_info, 1,
95507 - sizeof(cpm_boot_dpmem_rh_block) /
95508 - sizeof(cpm_boot_dpmem_rh_block[0]),
95509 - cpm_boot_dpmem_rh_block);
95511 - im_dprambase = cpm2_immr;
95513 - /* Attach the usable dpmem area */
95514 - /* XXX: This is actually crap. CPM_DATAONLY_BASE and
95515 - * CPM_DATAONLY_SIZE is only a subset of the available dpram. It
95516 - * varies with the processor and the microcode patches activated.
95517 - * But the following should be at least safe.
95519 - rh_attach_region(&cpm_dpmem_info, CPM_DATAONLY_BASE, CPM_DATAONLY_SIZE);
95522 -/* This function returns an index into the DPRAM area.
95524 -unsigned long cpm_dpalloc(uint size, uint align)
95526 - unsigned long start;
95527 - unsigned long flags;
95529 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95530 - cpm_dpmem_info.alignment = align;
95531 - start = rh_alloc(&cpm_dpmem_info, size, "commproc");
95532 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95534 - return (uint)start;
95536 -EXPORT_SYMBOL(cpm_dpalloc);
95538 -int cpm_dpfree(unsigned long offset)
95541 - unsigned long flags;
95543 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95544 - ret = rh_free(&cpm_dpmem_info, offset);
95545 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95549 -EXPORT_SYMBOL(cpm_dpfree);
95551 -/* not sure if this is ever needed */
95552 -unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align)
95554 - unsigned long start;
95555 - unsigned long flags;
95557 - spin_lock_irqsave(&cpm_dpmem_lock, flags);
95558 - cpm_dpmem_info.alignment = align;
95559 - start = rh_alloc_fixed(&cpm_dpmem_info, offset, size, "commproc");
95560 - spin_unlock_irqrestore(&cpm_dpmem_lock, flags);
95564 -EXPORT_SYMBOL(cpm_dpalloc_fixed);
95566 -void cpm_dpdump(void)
95568 - rh_dump(&cpm_dpmem_info);
95570 -EXPORT_SYMBOL(cpm_dpdump);
95572 -void *cpm_dpram_addr(unsigned long offset)
95574 - return (void *)(im_dprambase + offset);
95576 -EXPORT_SYMBOL(cpm_dpram_addr);
95577 -#endif /* !CONFIG_PPC_CPM_NEW_BINDING */
95579 struct cpm2_ioports {
95580 u32 dir, par, sor, odr, dat;
95582 --- a/arch/powerpc/sysdev/cpm_common.c
95583 +++ b/arch/powerpc/sysdev/cpm_common.c
95584 @@ -58,7 +58,6 @@ void __init udbg_init_cpm(void)
95588 -#ifdef CONFIG_PPC_CPM_NEW_BINDING
95589 static spinlock_t cpm_muram_lock;
95590 static rh_block_t cpm_boot_muram_rh_block[16];
95591 static rh_info_t cpm_muram_info;
95592 @@ -199,5 +198,3 @@ dma_addr_t cpm_muram_dma(void __iomem *a
95593 return muram_pbase + ((u8 __iomem *)addr - muram_vbase);
95595 EXPORT_SYMBOL(cpm_muram_dma);
95597 -#endif /* CONFIG_PPC_CPM_NEW_BINDING */
95598 --- a/arch/powerpc/sysdev/dart_iommu.c
95599 +++ b/arch/powerpc/sysdev/dart_iommu.c
95601 #include <linux/dma-mapping.h>
95602 #include <linux/vmalloc.h>
95603 #include <linux/suspend.h>
95604 +#include <linux/lmb.h>
95605 #include <asm/io.h>
95606 #include <asm/prom.h>
95607 #include <asm/iommu.h>
95609 #include <asm/machdep.h>
95610 #include <asm/abs_addr.h>
95611 #include <asm/cacheflush.h>
95612 -#include <asm/lmb.h>
95613 #include <asm/ppc-pci.h>
95617 +++ b/arch/powerpc/sysdev/fsl_lbc.c
95620 + * Freescale LBC and UPM routines.
95622 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
95624 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
95626 + * This program is free software; you can redistribute it and/or modify
95627 + * it under the terms of the GNU General Public License as published by
95628 + * the Free Software Foundation; either version 2 of the License, or
95629 + * (at your option) any later version.
95632 +#include <linux/kernel.h>
95633 +#include <linux/of.h>
95634 +#include <asm/fsl_lbc.h>
95636 +spinlock_t fsl_lbc_lock = __SPIN_LOCK_UNLOCKED(fsl_lbc_lock);
95638 +struct fsl_lbc_regs __iomem *fsl_lbc_regs;
95639 +EXPORT_SYMBOL(fsl_lbc_regs);
95641 +static char __initdata *compat_lbc[] = {
95642 + "fsl,pq2-localbus",
95643 + "fsl,pq2pro-localbus",
95644 + "fsl,pq3-localbus",
95648 +static int __init fsl_lbc_init(void)
95650 + struct device_node *lbus;
95653 + for (i = 0; i < ARRAY_SIZE(compat_lbc); i++) {
95654 + lbus = of_find_compatible_node(NULL, NULL, compat_lbc[i]);
95661 + fsl_lbc_regs = of_iomap(lbus, 0);
95662 + of_node_put(lbus);
95663 + if (!fsl_lbc_regs)
95667 +arch_initcall(fsl_lbc_init);
95670 + * fsl_lbc_find - find Localbus bank
95671 + * @addr_base: base address of the memory bank
95673 + * This function walks LBC banks comparing "Base address" field of the BR
95674 + * registers with the supplied addr_base argument. When bases match this
95675 + * function returns bank number (starting with 0), otherwise it returns
95676 + * appropriate errno value.
95678 +int fsl_lbc_find(phys_addr_t addr_base)
95682 + if (!fsl_lbc_regs)
95685 + for (i = 0; i < ARRAY_SIZE(fsl_lbc_regs->bank); i++) {
95686 + __be32 br = in_be32(&fsl_lbc_regs->bank[i].br);
95687 + __be32 or = in_be32(&fsl_lbc_regs->bank[i].or);
95689 + if (br & BR_V && (br & or & BR_BA) == addr_base)
95695 +EXPORT_SYMBOL(fsl_lbc_find);
95698 + * fsl_upm_find - find pre-programmed UPM via base address
95699 + * @addr_base: base address of the memory bank controlled by the UPM
95700 + * @upm: pointer to the allocated fsl_upm structure
95702 + * This function fills fsl_upm structure so you can use it with the rest of
95703 + * UPM API. On success this function returns 0, otherwise it returns
95704 + * appropriate errno value.
95706 +int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm)
95711 + bank = fsl_lbc_find(addr_base);
95715 + br = in_be32(&fsl_lbc_regs->bank[bank].br);
95717 + switch (br & BR_MSEL) {
95719 + upm->mxmr = &fsl_lbc_regs->mamr;
95722 + upm->mxmr = &fsl_lbc_regs->mbmr;
95725 + upm->mxmr = &fsl_lbc_regs->mcmr;
95731 + switch (br & BR_PS) {
95747 +EXPORT_SYMBOL(fsl_upm_find);
95748 --- a/arch/powerpc/sysdev/fsl_soc.c
95749 +++ b/arch/powerpc/sysdev/fsl_soc.c
95750 @@ -75,6 +75,33 @@ phys_addr_t get_immrbase(void)
95752 EXPORT_SYMBOL(get_immrbase);
95754 +static u32 sysfreq = -1;
95756 +u32 fsl_get_sys_freq(void)
95758 + struct device_node *soc;
95762 + if (sysfreq != -1)
95765 + soc = of_find_node_by_type(NULL, "soc");
95769 + prop = of_get_property(soc, "clock-frequency", &size);
95770 + if (!prop || size != sizeof(*prop) || *prop == 0)
95771 + prop = of_get_property(soc, "bus-frequency", &size);
95773 + if (prop && size == sizeof(*prop))
95776 + of_node_put(soc);
95779 +EXPORT_SYMBOL(fsl_get_sys_freq);
95781 #if defined(CONFIG_CPM2) || defined(CONFIG_QUICC_ENGINE) || defined(CONFIG_8xx)
95783 static u32 brgfreq = -1;
95784 @@ -516,9 +543,9 @@ arch_initcall(fsl_i2c_of_init);
95785 static int __init mpc83xx_wdt_init(void)
95788 - struct device_node *soc, *np;
95789 + struct device_node *np;
95790 struct platform_device *dev;
95791 - const unsigned int *freq;
95792 + u32 freq = fsl_get_sys_freq();
95795 np = of_find_compatible_node(NULL, "watchdog", "mpc83xx_wdt");
95796 @@ -528,19 +555,6 @@ static int __init mpc83xx_wdt_init(void)
95800 - soc = of_find_node_by_type(NULL, "soc");
95807 - freq = of_get_property(soc, "bus-frequency", NULL);
95813 memset(&r, 0, sizeof(r));
95815 ret = of_address_to_resource(np, 0, &r);
95816 @@ -553,20 +567,16 @@ static int __init mpc83xx_wdt_init(void)
95820 - ret = platform_device_add_data(dev, freq, sizeof(int));
95821 + ret = platform_device_add_data(dev, &freq, sizeof(freq));
95825 - of_node_put(soc);
95831 platform_device_unregister(dev);
95833 - of_node_put(soc);
95838 @@ -735,547 +745,6 @@ err:
95840 arch_initcall(fsl_usb_of_init);
95842 -#ifndef CONFIG_PPC_CPM_NEW_BINDING
95843 -#ifdef CONFIG_CPM2
95845 -extern void init_scc_ioports(struct fs_uart_platform_info*);
95847 -static const char fcc_regs[] = "fcc_regs";
95848 -static const char fcc_regs_c[] = "fcc_regs_c";
95849 -static const char fcc_pram[] = "fcc_pram";
95850 -static char bus_id[9][BUS_ID_SIZE];
95852 -static int __init fs_enet_of_init(void)
95854 - struct device_node *np;
95856 - struct platform_device *fs_enet_dev;
95857 - struct resource res;
95860 - for (np = NULL, i = 0;
95861 - (np = of_find_compatible_node(np, "network", "fs_enet")) != NULL;
95863 - struct resource r[4];
95864 - struct device_node *phy, *mdio;
95865 - struct fs_platform_info fs_enet_data;
95866 - const unsigned int *id, *phy_addr, *phy_irq;
95867 - const void *mac_addr;
95868 - const phandle *ph;
95869 - const char *model;
95871 - memset(r, 0, sizeof(r));
95872 - memset(&fs_enet_data, 0, sizeof(fs_enet_data));
95874 - ret = of_address_to_resource(np, 0, &r[0]);
95877 - r[0].name = fcc_regs;
95879 - ret = of_address_to_resource(np, 1, &r[1]);
95882 - r[1].name = fcc_pram;
95884 - ret = of_address_to_resource(np, 2, &r[2]);
95887 - r[2].name = fcc_regs_c;
95888 - fs_enet_data.fcc_regs_c = r[2].start;
95890 - of_irq_to_resource(np, 0, &r[3]);
95893 - platform_device_register_simple("fsl-cpm-fcc", i, &r[0], 4);
95895 - if (IS_ERR(fs_enet_dev)) {
95896 - ret = PTR_ERR(fs_enet_dev);
95900 - model = of_get_property(np, "model", NULL);
95901 - if (model == NULL) {
95906 - mac_addr = of_get_mac_address(np);
95908 - memcpy(fs_enet_data.macaddr, mac_addr, 6);
95910 - ph = of_get_property(np, "phy-handle", NULL);
95911 - phy = of_find_node_by_phandle(*ph);
95913 - if (phy == NULL) {
95918 - phy_addr = of_get_property(phy, "reg", NULL);
95919 - fs_enet_data.phy_addr = *phy_addr;
95921 - phy_irq = of_get_property(phy, "interrupts", NULL);
95923 - id = of_get_property(np, "device-id", NULL);
95924 - fs_enet_data.fs_no = *id;
95925 - strcpy(fs_enet_data.fs_type, model);
95927 - mdio = of_get_parent(phy);
95928 - ret = of_address_to_resource(mdio, 0, &res);
95930 - of_node_put(phy);
95931 - of_node_put(mdio);
95935 - fs_enet_data.clk_rx = *((u32 *)of_get_property(np,
95936 - "rx-clock", NULL));
95937 - fs_enet_data.clk_tx = *((u32 *)of_get_property(np,
95938 - "tx-clock", NULL));
95940 - if (strstr(model, "FCC")) {
95941 - int fcc_index = *id - 1;
95942 - const unsigned char *mdio_bb_prop;
95944 - fs_enet_data.dpram_offset = (u32)cpm_dpram_addr(0);
95945 - fs_enet_data.rx_ring = 32;
95946 - fs_enet_data.tx_ring = 32;
95947 - fs_enet_data.rx_copybreak = 240;
95948 - fs_enet_data.use_napi = 0;
95949 - fs_enet_data.napi_weight = 17;
95950 - fs_enet_data.mem_offset = FCC_MEM_OFFSET(fcc_index);
95951 - fs_enet_data.cp_page = CPM_CR_FCC_PAGE(fcc_index);
95952 - fs_enet_data.cp_block = CPM_CR_FCC_SBLOCK(fcc_index);
95954 - snprintf((char*)&bus_id[(*id)], BUS_ID_SIZE, "%x:%02x",
95955 - (u32)res.start, fs_enet_data.phy_addr);
95956 - fs_enet_data.bus_id = (char*)&bus_id[(*id)];
95957 - fs_enet_data.init_ioports = init_fcc_ioports;
95959 - mdio_bb_prop = of_get_property(phy, "bitbang", NULL);
95960 - if (mdio_bb_prop) {
95961 - struct platform_device *fs_enet_mdio_bb_dev;
95962 - struct fs_mii_bb_platform_info fs_enet_mdio_bb_data;
95964 - fs_enet_mdio_bb_dev =
95965 - platform_device_register_simple("fsl-bb-mdio",
95967 - memset(&fs_enet_mdio_bb_data, 0,
95968 - sizeof(struct fs_mii_bb_platform_info));
95969 - fs_enet_mdio_bb_data.mdio_dat.bit =
95971 - fs_enet_mdio_bb_data.mdio_dir.bit =
95973 - fs_enet_mdio_bb_data.mdc_dat.bit =
95975 - fs_enet_mdio_bb_data.mdio_port =
95977 - fs_enet_mdio_bb_data.mdc_port =
95979 - fs_enet_mdio_bb_data.delay =
95982 - fs_enet_mdio_bb_data.irq[0] = phy_irq[0];
95983 - fs_enet_mdio_bb_data.irq[1] = -1;
95984 - fs_enet_mdio_bb_data.irq[2] = -1;
95985 - fs_enet_mdio_bb_data.irq[3] = phy_irq[0];
95986 - fs_enet_mdio_bb_data.irq[31] = -1;
95988 - fs_enet_mdio_bb_data.mdio_dat.offset =
95989 - (u32)&cpm2_immr->im_ioport.iop_pdatc;
95990 - fs_enet_mdio_bb_data.mdio_dir.offset =
95991 - (u32)&cpm2_immr->im_ioport.iop_pdirc;
95992 - fs_enet_mdio_bb_data.mdc_dat.offset =
95993 - (u32)&cpm2_immr->im_ioport.iop_pdatc;
95995 - ret = platform_device_add_data(
95996 - fs_enet_mdio_bb_dev,
95997 - &fs_enet_mdio_bb_data,
95998 - sizeof(struct fs_mii_bb_platform_info));
96003 - of_node_put(phy);
96004 - of_node_put(mdio);
96006 - ret = platform_device_add_data(fs_enet_dev, &fs_enet_data,
96008 - fs_platform_info));
96016 - platform_device_unregister(fs_enet_dev);
96021 -arch_initcall(fs_enet_of_init);
96023 -static const char scc_regs[] = "regs";
96024 -static const char scc_pram[] = "pram";
96026 -static int __init cpm_uart_of_init(void)
96028 - struct device_node *np;
96030 - struct platform_device *cpm_uart_dev;
96033 - for (np = NULL, i = 0;
96034 - (np = of_find_compatible_node(np, "serial", "cpm_uart")) != NULL;
96036 - struct resource r[3];
96037 - struct fs_uart_platform_info cpm_uart_data;
96039 - const char *model;
96041 - memset(r, 0, sizeof(r));
96042 - memset(&cpm_uart_data, 0, sizeof(cpm_uart_data));
96044 - ret = of_address_to_resource(np, 0, &r[0]);
96048 - r[0].name = scc_regs;
96050 - ret = of_address_to_resource(np, 1, &r[1]);
96053 - r[1].name = scc_pram;
96055 - of_irq_to_resource(np, 0, &r[2]);
96058 - platform_device_register_simple("fsl-cpm-scc:uart", i, &r[0], 3);
96060 - if (IS_ERR(cpm_uart_dev)) {
96061 - ret = PTR_ERR(cpm_uart_dev);
96065 - id = of_get_property(np, "device-id", NULL);
96066 - cpm_uart_data.fs_no = *id;
96068 - model = of_get_property(np, "model", NULL);
96069 - strcpy(cpm_uart_data.fs_type, model);
96071 - cpm_uart_data.uart_clk = ppc_proc_freq;
96073 - cpm_uart_data.tx_num_fifo = 4;
96074 - cpm_uart_data.tx_buf_size = 32;
96075 - cpm_uart_data.rx_num_fifo = 4;
96076 - cpm_uart_data.rx_buf_size = 32;
96077 - cpm_uart_data.clk_rx = *((u32 *)of_get_property(np,
96078 - "rx-clock", NULL));
96079 - cpm_uart_data.clk_tx = *((u32 *)of_get_property(np,
96080 - "tx-clock", NULL));
96083 - platform_device_add_data(cpm_uart_dev, &cpm_uart_data,
96085 - fs_uart_platform_info));
96093 - platform_device_unregister(cpm_uart_dev);
96098 -arch_initcall(cpm_uart_of_init);
96099 -#endif /* CONFIG_CPM2 */
96103 -extern void init_scc_ioports(struct fs_platform_info*);
96104 -extern int platform_device_skip(const char *model, int id);
96106 -static int __init fs_enet_mdio_of_init(void)
96108 - struct device_node *np;
96110 - struct platform_device *mdio_dev;
96111 - struct resource res;
96114 - for (np = NULL, i = 0;
96115 - (np = of_find_compatible_node(np, "mdio", "fs_enet")) != NULL;
96117 - struct fs_mii_fec_platform_info mdio_data;
96119 - memset(&res, 0, sizeof(res));
96120 - memset(&mdio_data, 0, sizeof(mdio_data));
96122 - ret = of_address_to_resource(np, 0, &res);
96127 - platform_device_register_simple("fsl-cpm-fec-mdio",
96128 - res.start, &res, 1);
96129 - if (IS_ERR(mdio_dev)) {
96130 - ret = PTR_ERR(mdio_dev);
96134 - mdio_data.mii_speed = ((((ppc_proc_freq + 4999999) / 2500000) / 2) & 0x3F) << 1;
96137 - platform_device_add_data(mdio_dev, &mdio_data,
96138 - sizeof(struct fs_mii_fec_platform_info));
96145 - platform_device_unregister(mdio_dev);
96150 -arch_initcall(fs_enet_mdio_of_init);
96152 -static const char *enet_regs = "regs";
96153 -static const char *enet_pram = "pram";
96154 -static const char *enet_irq = "interrupt";
96155 -static char bus_id[9][BUS_ID_SIZE];
96157 -static int __init fs_enet_of_init(void)
96159 - struct device_node *np;
96161 - struct platform_device *fs_enet_dev = NULL;
96162 - struct resource res;
96165 - for (np = NULL, i = 0;
96166 - (np = of_find_compatible_node(np, "network", "fs_enet")) != NULL;
96168 - struct resource r[4];
96169 - struct device_node *phy = NULL, *mdio = NULL;
96170 - struct fs_platform_info fs_enet_data;
96171 - const unsigned int *id;
96172 - const unsigned int *phy_addr;
96173 - const void *mac_addr;
96174 - const phandle *ph;
96175 - const char *model;
96177 - memset(r, 0, sizeof(r));
96178 - memset(&fs_enet_data, 0, sizeof(fs_enet_data));
96180 - model = of_get_property(np, "model", NULL);
96181 - if (model == NULL) {
96186 - id = of_get_property(np, "device-id", NULL);
96187 - fs_enet_data.fs_no = *id;
96189 - if (platform_device_skip(model, *id))
96192 - ret = of_address_to_resource(np, 0, &r[0]);
96195 - r[0].name = enet_regs;
96197 - mac_addr = of_get_mac_address(np);
96199 - memcpy(fs_enet_data.macaddr, mac_addr, 6);
96201 - ph = of_get_property(np, "phy-handle", NULL);
96203 - phy = of_find_node_by_phandle(*ph);
96205 - if (phy != NULL) {
96206 - phy_addr = of_get_property(phy, "reg", NULL);
96207 - fs_enet_data.phy_addr = *phy_addr;
96208 - fs_enet_data.has_phy = 1;
96210 - mdio = of_get_parent(phy);
96211 - ret = of_address_to_resource(mdio, 0, &res);
96213 - of_node_put(phy);
96214 - of_node_put(mdio);
96219 - model = of_get_property(np, "model", NULL);
96220 - strcpy(fs_enet_data.fs_type, model);
96222 - if (strstr(model, "FEC")) {
96223 - r[1].start = r[1].end = irq_of_parse_and_map(np, 0);
96224 - r[1].flags = IORESOURCE_IRQ;
96225 - r[1].name = enet_irq;
96228 - platform_device_register_simple("fsl-cpm-fec", i, &r[0], 2);
96230 - if (IS_ERR(fs_enet_dev)) {
96231 - ret = PTR_ERR(fs_enet_dev);
96235 - fs_enet_data.rx_ring = 128;
96236 - fs_enet_data.tx_ring = 16;
96237 - fs_enet_data.rx_copybreak = 240;
96238 - fs_enet_data.use_napi = 1;
96239 - fs_enet_data.napi_weight = 17;
96241 - snprintf((char*)&bus_id[i], BUS_ID_SIZE, "%x:%02x",
96242 - (u32)res.start, fs_enet_data.phy_addr);
96243 - fs_enet_data.bus_id = (char*)&bus_id[i];
96244 - fs_enet_data.init_ioports = init_fec_ioports;
96246 - if (strstr(model, "SCC")) {
96247 - ret = of_address_to_resource(np, 1, &r[1]);
96250 - r[1].name = enet_pram;
96252 - r[2].start = r[2].end = irq_of_parse_and_map(np, 0);
96253 - r[2].flags = IORESOURCE_IRQ;
96254 - r[2].name = enet_irq;
96257 - platform_device_register_simple("fsl-cpm-scc", i, &r[0], 3);
96259 - if (IS_ERR(fs_enet_dev)) {
96260 - ret = PTR_ERR(fs_enet_dev);
96264 - fs_enet_data.rx_ring = 64;
96265 - fs_enet_data.tx_ring = 8;
96266 - fs_enet_data.rx_copybreak = 240;
96267 - fs_enet_data.use_napi = 1;
96268 - fs_enet_data.napi_weight = 17;
96270 - snprintf((char*)&bus_id[i], BUS_ID_SIZE, "%s", "fixed@10:1");
96271 - fs_enet_data.bus_id = (char*)&bus_id[i];
96272 - fs_enet_data.init_ioports = init_scc_ioports;
96275 - of_node_put(phy);
96276 - of_node_put(mdio);
96278 - ret = platform_device_add_data(fs_enet_dev, &fs_enet_data,
96280 - fs_platform_info));
96287 - platform_device_unregister(fs_enet_dev);
96292 -arch_initcall(fs_enet_of_init);
96294 -static int __init fsl_pcmcia_of_init(void)
96296 - struct device_node *np;
96298 - * Register all the devices which type is "pcmcia"
96300 - for_each_compatible_node(np, "pcmcia", "fsl,pq-pcmcia")
96301 - of_platform_device_create(np, "m8xx-pcmcia", NULL);
96305 -arch_initcall(fsl_pcmcia_of_init);
96307 -static const char *smc_regs = "regs";
96308 -static const char *smc_pram = "pram";
96310 -static int __init cpm_smc_uart_of_init(void)
96312 - struct device_node *np;
96314 - struct platform_device *cpm_uart_dev;
96317 - for (np = NULL, i = 0;
96318 - (np = of_find_compatible_node(np, "serial", "cpm_uart")) != NULL;
96320 - struct resource r[3];
96321 - struct fs_uart_platform_info cpm_uart_data;
96323 - const char *model;
96325 - memset(r, 0, sizeof(r));
96326 - memset(&cpm_uart_data, 0, sizeof(cpm_uart_data));
96328 - ret = of_address_to_resource(np, 0, &r[0]);
96332 - r[0].name = smc_regs;
96334 - ret = of_address_to_resource(np, 1, &r[1]);
96337 - r[1].name = smc_pram;
96339 - r[2].start = r[2].end = irq_of_parse_and_map(np, 0);
96340 - r[2].flags = IORESOURCE_IRQ;
96343 - platform_device_register_simple("fsl-cpm-smc:uart", i, &r[0], 3);
96345 - if (IS_ERR(cpm_uart_dev)) {
96346 - ret = PTR_ERR(cpm_uart_dev);
96350 - model = of_get_property(np, "model", NULL);
96351 - strcpy(cpm_uart_data.fs_type, model);
96353 - id = of_get_property(np, "device-id", NULL);
96354 - cpm_uart_data.fs_no = *id;
96355 - cpm_uart_data.uart_clk = ppc_proc_freq;
96357 - cpm_uart_data.tx_num_fifo = 4;
96358 - cpm_uart_data.tx_buf_size = 32;
96359 - cpm_uart_data.rx_num_fifo = 4;
96360 - cpm_uart_data.rx_buf_size = 32;
96363 - platform_device_add_data(cpm_uart_dev, &cpm_uart_data,
96365 - fs_uart_platform_info));
96373 - platform_device_unregister(cpm_uart_dev);
96378 -arch_initcall(cpm_smc_uart_of_init);
96380 -#endif /* CONFIG_8xx */
96381 -#endif /* CONFIG_PPC_CPM_NEW_BINDING */
96383 static int __init of_fsl_spi_probe(char *type, char *compatible, u32 sysclk,
96384 struct spi_board_info *board_infos,
96385 unsigned int num_board_infos,
96386 @@ -1371,25 +840,9 @@ int __init fsl_spi_init(struct spi_board
96387 sysclk = get_brgfreq();
96389 if (sysclk == -1) {
96390 - struct device_node *np;
96394 - np = of_find_node_by_type(NULL, "soc");
96396 + sysclk = fsl_get_sys_freq();
96397 + if (sysclk == -1)
96400 - freq = of_get_property(np, "clock-frequency", &size);
96401 - if (!freq || size != sizeof(*freq) || *freq == 0) {
96402 - freq = of_get_property(np, "bus-frequency", &size);
96403 - if (!freq || size != sizeof(*freq) || *freq == 0) {
96413 ret = of_fsl_spi_probe(NULL, "fsl,spi", sysclk, board_infos,
96414 --- a/arch/powerpc/sysdev/fsl_soc.h
96415 +++ b/arch/powerpc/sysdev/fsl_soc.h
96417 extern phys_addr_t get_immrbase(void);
96418 extern u32 get_brgfreq(void);
96419 extern u32 get_baudrate(void);
96420 +extern u32 fsl_get_sys_freq(void);
96422 struct spi_board_info;
96424 --- a/arch/powerpc/sysdev/mpic.c
96425 +++ b/arch/powerpc/sysdev/mpic.c
96426 @@ -175,13 +175,16 @@ static inline void _mpic_write(enum mpic
96428 #ifdef CONFIG_PPC_DCR
96429 case mpic_access_dcr:
96430 - return dcr_write(rb->dhost, reg, value);
96431 + dcr_write(rb->dhost, reg, value);
96434 case mpic_access_mmio_be:
96435 - return out_be32(rb->base + (reg >> 2), value);
96436 + out_be32(rb->base + (reg >> 2), value);
96438 case mpic_access_mmio_le:
96440 - return out_le32(rb->base + (reg >> 2), value);
96441 + out_le32(rb->base + (reg >> 2), value);
96446 @@ -1000,7 +1003,7 @@ struct mpic * __init mpic_alloc(struct d
96451 + u32 greg_feature;
96455 @@ -1064,7 +1067,8 @@ struct mpic * __init mpic_alloc(struct d
96457 /* Look for protected sources */
96459 - unsigned int psize, bits, mapsize;
96461 + unsigned int bits, mapsize;
96463 of_get_property(node, "protected-sources", &psize);
96465 @@ -1107,8 +1111,7 @@ struct mpic * __init mpic_alloc(struct d
96466 * in, try to obtain one
96468 if (paddr == 0 && !(mpic->flags & MPIC_USES_DCR)) {
96470 - reg = of_get_property(node, "reg", NULL);
96471 + const u32 *reg = of_get_property(node, "reg", NULL);
96472 BUG_ON(reg == NULL);
96473 paddr = of_translate_address(node, reg);
96474 BUG_ON(paddr == OF_BAD_ADDR);
96475 @@ -1137,12 +1140,13 @@ struct mpic * __init mpic_alloc(struct d
96476 * MPICs, num sources as well. On ISU MPICs, sources are counted
96477 * as ISUs are added
96479 - reg = mpic_read(mpic->gregs, MPIC_INFO(GREG_FEATURE_0));
96480 - mpic->num_cpus = ((reg & MPIC_GREG_FEATURE_LAST_CPU_MASK)
96481 + greg_feature = mpic_read(mpic->gregs, MPIC_INFO(GREG_FEATURE_0));
96482 + mpic->num_cpus = ((greg_feature & MPIC_GREG_FEATURE_LAST_CPU_MASK)
96483 >> MPIC_GREG_FEATURE_LAST_CPU_SHIFT) + 1;
96485 - mpic->num_sources = ((reg & MPIC_GREG_FEATURE_LAST_SRC_MASK)
96486 - >> MPIC_GREG_FEATURE_LAST_SRC_SHIFT) + 1;
96487 + mpic->num_sources =
96488 + ((greg_feature & MPIC_GREG_FEATURE_LAST_SRC_MASK)
96489 + >> MPIC_GREG_FEATURE_LAST_SRC_SHIFT) + 1;
96491 /* Map the per-CPU registers */
96492 for (i = 0; i < mpic->num_cpus; i++) {
96493 @@ -1161,7 +1165,7 @@ struct mpic * __init mpic_alloc(struct d
96494 mpic->isu_mask = (1 << mpic->isu_shift) - 1;
96496 /* Display version */
96497 - switch (reg & MPIC_GREG_FEATURE_VERSION_MASK) {
96498 + switch (greg_feature & MPIC_GREG_FEATURE_VERSION_MASK) {
96502 @@ -1321,7 +1325,7 @@ void __init mpic_set_serial_int(struct m
96504 void mpic_irq_set_priority(unsigned int irq, unsigned int pri)
96507 + unsigned int is_ipi;
96508 struct mpic *mpic = mpic_find(irq, &is_ipi);
96509 unsigned int src = mpic_irq_to_hw(irq);
96510 unsigned long flags;
96511 @@ -1344,7 +1348,7 @@ void mpic_irq_set_priority(unsigned int
96513 unsigned int mpic_irq_get_priority(unsigned int irq)
96516 + unsigned int is_ipi;
96517 struct mpic *mpic = mpic_find(irq, &is_ipi);
96518 unsigned int src = mpic_irq_to_hw(irq);
96519 unsigned long flags;
96520 @@ -1406,11 +1410,6 @@ void mpic_cpu_set_priority(int prio)
96521 mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), prio);
96525 - * XXX: someone who knows mpic should check this.
96526 - * do we need to eoi the ipi including for kexec cpu here (see xics comments)?
96527 - * or can we reset the mpic in the new kernel?
96529 void mpic_teardown_this_cpu(int secondary)
96531 struct mpic *mpic = mpic_primary;
96532 @@ -1430,6 +1429,10 @@ void mpic_teardown_this_cpu(int secondar
96534 /* Set current processor priority to max */
96535 mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), 0xf);
96536 + /* We need to EOI the IPI since not all platforms reset the MPIC
96537 + * on boot and new interrupts wouldn't get delivered otherwise.
96541 spin_unlock_irqrestore(&mpic_lock, flags);
96543 --- a/arch/powerpc/sysdev/mv64x60_dev.c
96544 +++ b/arch/powerpc/sysdev/mv64x60_dev.c
96545 @@ -127,7 +127,7 @@ static int __init mv64x60_mpsc_device_se
96549 - prop = of_get_property(np, "block-index", NULL);
96550 + prop = of_get_property(np, "cell-index", NULL);
96553 port_number = *(int *)prop;
96554 @@ -136,6 +136,7 @@ static int __init mv64x60_mpsc_device_se
96556 pdata.cache_mgmt = 1; /* All current revs need this set */
96558 + pdata.max_idle = 40; /* default */
96559 prop = of_get_property(np, "max_idle", NULL);
96561 pdata.max_idle = *prop;
96562 @@ -205,30 +206,24 @@ error:
96564 * Create mv64x60_eth platform devices
96566 -static int __init eth_register_shared_pdev(struct device_node *np)
96567 +static struct platform_device * __init mv64x60_eth_register_shared_pdev(
96568 + struct device_node *np, int id)
96570 struct platform_device *pdev;
96571 struct resource r[1];
96574 - np = of_get_parent(np);
96578 err = of_address_to_resource(np, 0, &r[0]);
96582 + return ERR_PTR(err);
96584 - pdev = platform_device_register_simple(MV643XX_ETH_SHARED_NAME, 0,
96585 + pdev = platform_device_register_simple(MV643XX_ETH_SHARED_NAME, id,
96587 - if (IS_ERR(pdev))
96588 - return PTR_ERR(pdev);
96594 -static int __init mv64x60_eth_device_setup(struct device_node *np, int id)
96595 +static int __init mv64x60_eth_device_setup(struct device_node *np, int id,
96596 + struct platform_device *shared_pdev)
96598 struct resource r[1];
96599 struct mv643xx_eth_platform_data pdata;
96600 @@ -239,16 +234,12 @@ static int __init mv64x60_eth_device_set
96604 - /* only register the shared platform device the first time through */
96605 - if (id == 0 && (err = eth_register_shared_pdev(np)))
96608 memset(r, 0, sizeof(r));
96609 of_irq_to_resource(np, 0, &r[0]);
96611 memset(&pdata, 0, sizeof(pdata));
96613 - prop = of_get_property(np, "block-index", NULL);
96614 + prop = of_get_property(np, "reg", NULL);
96617 pdata.port_number = *prop;
96618 @@ -301,7 +292,7 @@ static int __init mv64x60_eth_device_set
96622 - pdev = platform_device_alloc(MV643XX_ETH_NAME, pdata.port_number);
96623 + pdev = platform_device_alloc(MV643XX_ETH_NAME, id);
96627 @@ -345,21 +336,19 @@ static int __init mv64x60_i2c_device_set
96629 memset(&pdata, 0, sizeof(pdata));
96631 + pdata.freq_m = 8; /* default */
96632 prop = of_get_property(np, "freq_m", NULL);
96635 pdata.freq_m = *prop;
96637 + pdata.freq_m = 3; /* default */
96638 prop = of_get_property(np, "freq_n", NULL);
96641 pdata.freq_n = *prop;
96643 - prop = of_get_property(np, "timeout", NULL);
96645 - pdata.timeout = *prop;
96647 - pdata.timeout = 1000; /* 1 second */
96648 + pdata.timeout = 1000; /* default: 1 second */
96650 pdev = platform_device_alloc(MV64XXX_I2C_CTLR_NAME, id);
96652 @@ -401,10 +390,7 @@ static int __init mv64x60_wdt_device_set
96654 memset(&pdata, 0, sizeof(pdata));
96656 - prop = of_get_property(np, "timeout", NULL);
96659 - pdata.timeout = *prop;
96660 + pdata.timeout = 10; /* Default: 10 seconds */
96662 np = of_get_parent(np);
96664 @@ -441,27 +427,43 @@ error:
96666 static int __init mv64x60_device_setup(void)
96668 - struct device_node *np = NULL;
96670 + struct device_node *np, *np2;
96671 + struct platform_device *pdev;
96676 - for_each_compatible_node(np, "serial", "marvell,mpsc")
96677 + for_each_compatible_node(np, "serial", "marvell,mv64360-mpsc")
96678 if ((err = mv64x60_mpsc_device_setup(np, id++)))
96682 - for_each_compatible_node(np, "network", "marvell,mv64x60-eth")
96683 - if ((err = mv64x60_eth_device_setup(np, id++)))
96685 + for_each_compatible_node(np, NULL, "marvell,mv64360-eth-group") {
96686 + pdev = mv64x60_eth_register_shared_pdev(np, id++);
96687 + if (IS_ERR(pdev)) {
96688 + err = PTR_ERR(pdev);
96691 + for_each_child_of_node(np, np2) {
96692 + if (!of_device_is_compatible(np2,
96693 + "marvell,mv64360-eth"))
96695 + err = mv64x60_eth_device_setup(np2, id2++, pdev);
96697 + of_node_put(np2);
96704 - for_each_compatible_node(np, "i2c", "marvell,mv64x60-i2c")
96705 + for_each_compatible_node(np, "i2c", "marvell,mv64360-i2c")
96706 if ((err = mv64x60_i2c_device_setup(np, id++)))
96709 /* support up to one watchdog timer */
96710 - np = of_find_compatible_node(np, NULL, "marvell,mv64x60-wdt");
96711 + np = of_find_compatible_node(np, NULL, "marvell,mv64360-wdt");
96713 if ((err = mv64x60_wdt_device_setup(np, id)))
96715 @@ -489,10 +491,10 @@ static int __init mv64x60_add_mpsc_conso
96719 - if (!of_device_is_compatible(np, "marvell,mpsc"))
96720 + if (!of_device_is_compatible(np, "marvell,mv64360-mpsc"))
96723 - prop = of_get_property(np, "block-index", NULL);
96724 + prop = of_get_property(np, "cell-index", NULL);
96728 --- a/arch/powerpc/sysdev/mv64x60_pci.c
96729 +++ b/arch/powerpc/sysdev/mv64x60_pci.c
96730 @@ -86,14 +86,14 @@ static int __init mv64x60_sysfs_init(voi
96731 struct platform_device *pdev;
96732 const unsigned int *prop;
96734 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60");
96735 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360");
96739 prop = of_get_property(np, "hs_reg_valid", NULL);
96742 - pdev = platform_device_register_simple("marvell,mv64x60", 0, NULL, 0);
96743 + pdev = platform_device_register_simple("marvell,mv64360", 0, NULL, 0);
96745 return PTR_ERR(pdev);
96747 @@ -166,6 +166,6 @@ void __init mv64x60_pci_init(void)
96749 struct device_node *np;
96751 - for_each_compatible_node(np, "pci", "marvell,mv64x60-pci")
96752 + for_each_compatible_node(np, "pci", "marvell,mv64360-pci")
96753 mv64x60_add_bridge(np);
96755 --- a/arch/powerpc/sysdev/mv64x60_pic.c
96756 +++ b/arch/powerpc/sysdev/mv64x60_pic.c
96757 @@ -238,13 +238,13 @@ void __init mv64x60_init_irq(void)
96758 const unsigned int *reg;
96759 unsigned long flags;
96761 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-gpp");
96762 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-gpp");
96763 reg = of_get_property(np, "reg", &size);
96764 paddr = of_translate_address(np, reg);
96765 mv64x60_gpp_reg_base = ioremap(paddr, reg[1]);
96768 - np = of_find_compatible_node(NULL, NULL, "marvell,mv64x60-pic");
96769 + np = of_find_compatible_node(NULL, NULL, "marvell,mv64360-pic");
96770 reg = of_get_property(np, "reg", &size);
96771 paddr = of_translate_address(np, reg);
96772 mv64x60_irq_reg_base = ioremap(paddr, reg[1]);
96773 --- a/arch/powerpc/sysdev/mv64x60_udbg.c
96774 +++ b/arch/powerpc/sysdev/mv64x60_udbg.c
96775 @@ -85,7 +85,7 @@ static void mv64x60_udbg_init(void)
96779 - for_each_compatible_node(np, "serial", "marvell,mpsc") {
96780 + for_each_compatible_node(np, "serial", "marvell,mv64360-mpsc") {
96784 --- a/arch/powerpc/sysdev/ppc4xx_pci.c
96785 +++ b/arch/powerpc/sysdev/ppc4xx_pci.c
96786 @@ -527,6 +527,7 @@ static void __init ppc4xx_probe_pcix_bri
96788 * ibm,plb-pciex-440spe
96789 * ibm,plb-pciex-405ex
96790 + * ibm,plb-pciex-460ex
96792 * Anything else will be rejected for now as they are all subtly
96793 * different unfortunately.
96794 @@ -645,7 +646,7 @@ static int __init ppc440spe_pciex_core_i
96797 /* Set PLL clock receiver to LVPECL */
96798 - mtdcri(SDR0, PESDR0_PLLLCT1, mfdcri(SDR0, PESDR0_PLLLCT1) | 1 << 28);
96799 + dcri_clrset(SDR0, PESDR0_PLLLCT1, 0, 1 << 28);
96801 /* Shouldn't we do all the calibration stuff etc... here ? */
96802 if (ppc440spe_pciex_check_reset(np))
96803 @@ -659,8 +660,7 @@ static int __init ppc440spe_pciex_core_i
96806 /* De-assert reset of PCIe PLL, wait for lock */
96807 - mtdcri(SDR0, PESDR0_PLLLCT1,
96808 - mfdcri(SDR0, PESDR0_PLLLCT1) & ~(1 << 24));
96809 + dcri_clrset(SDR0, PESDR0_PLLLCT1, 1 << 24, 0);
96813 @@ -712,9 +712,8 @@ static int ppc440spe_pciex_init_port_hw(
96814 mtdcri(SDR0, port->sdr_base + PESDRn_440SPE_HSSL7SET1,
96817 - val = mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET);
96818 - mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
96819 - (val & ~(1 << 24 | 1 << 16)) | 1 << 12);
96820 + dcri_clrset(SDR0, port->sdr_base + PESDRn_RCSSET,
96821 + (1 << 24) | (1 << 16), 1 << 12);
96825 @@ -775,6 +774,115 @@ static struct ppc4xx_pciex_hwops ppc440s
96826 .setup_utl = ppc440speB_pciex_init_utl,
96829 +static int __init ppc460ex_pciex_core_init(struct device_node *np)
96831 + /* Nothing to do, return 2 ports */
96835 +static int ppc460ex_pciex_init_port_hw(struct ppc4xx_pciex_port *port)
96840 + if (port->endpoint)
96841 + val = PTYPE_LEGACY_ENDPOINT << 20;
96843 + val = PTYPE_ROOT_PORT << 20;
96845 + if (port->index == 0) {
96846 + val |= LNKW_X1 << 12;
96847 + utlset1 = 0x20000000;
96849 + val |= LNKW_X4 << 12;
96850 + utlset1 = 0x20101101;
96853 + mtdcri(SDR0, port->sdr_base + PESDRn_DLPSET, val);
96854 + mtdcri(SDR0, port->sdr_base + PESDRn_UTLSET1, utlset1);
96855 + mtdcri(SDR0, port->sdr_base + PESDRn_UTLSET2, 0x01210000);
96857 + switch (port->index) {
96859 + mtdcri(SDR0, PESDR0_460EX_L0CDRCTL, 0x00003230);
96860 + mtdcri(SDR0, PESDR0_460EX_L0DRV, 0x00000136);
96861 + mtdcri(SDR0, PESDR0_460EX_L0CLK, 0x00000006);
96863 + mtdcri(SDR0, PESDR0_460EX_PHY_CTL_RST,0x10000000);
96867 + mtdcri(SDR0, PESDR1_460EX_L0CDRCTL, 0x00003230);
96868 + mtdcri(SDR0, PESDR1_460EX_L1CDRCTL, 0x00003230);
96869 + mtdcri(SDR0, PESDR1_460EX_L2CDRCTL, 0x00003230);
96870 + mtdcri(SDR0, PESDR1_460EX_L3CDRCTL, 0x00003230);
96871 + mtdcri(SDR0, PESDR1_460EX_L0DRV, 0x00000136);
96872 + mtdcri(SDR0, PESDR1_460EX_L1DRV, 0x00000136);
96873 + mtdcri(SDR0, PESDR1_460EX_L2DRV, 0x00000136);
96874 + mtdcri(SDR0, PESDR1_460EX_L3DRV, 0x00000136);
96875 + mtdcri(SDR0, PESDR1_460EX_L0CLK, 0x00000006);
96876 + mtdcri(SDR0, PESDR1_460EX_L1CLK, 0x00000006);
96877 + mtdcri(SDR0, PESDR1_460EX_L2CLK, 0x00000006);
96878 + mtdcri(SDR0, PESDR1_460EX_L3CLK, 0x00000006);
96880 + mtdcri(SDR0, PESDR1_460EX_PHY_CTL_RST,0x10000000);
96884 + mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
96885 + mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) |
96886 + (PESDRx_RCSSET_RSTGU | PESDRx_RCSSET_RSTPYN));
96888 + /* Poll for PHY reset */
96889 + /* XXX FIXME add timeout */
96890 + switch (port->index) {
96892 + while (!(mfdcri(SDR0, PESDR0_460EX_RSTSTA) & 0x1))
96896 + while (!(mfdcri(SDR0, PESDR1_460EX_RSTSTA) & 0x1))
96901 + mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
96902 + (mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) &
96903 + ~(PESDRx_RCSSET_RSTGU | PESDRx_RCSSET_RSTDL)) |
96904 + PESDRx_RCSSET_RSTPYN);
96906 + port->has_ibpre = 1;
96911 +static int ppc460ex_pciex_init_utl(struct ppc4xx_pciex_port *port)
96913 + dcr_write(port->dcrs, DCRO_PEGPL_SPECIAL, 0x0);
96916 + * Set buffer allocations and then assert VRB and TXE.
96918 + out_be32(port->utl_base + PEUTL_PBCTL, 0x0800000c);
96919 + out_be32(port->utl_base + PEUTL_OUTTR, 0x08000000);
96920 + out_be32(port->utl_base + PEUTL_INTR, 0x02000000);
96921 + out_be32(port->utl_base + PEUTL_OPDBSZ, 0x04000000);
96922 + out_be32(port->utl_base + PEUTL_PBBSZ, 0x00000000);
96923 + out_be32(port->utl_base + PEUTL_IPHBSZ, 0x02000000);
96924 + out_be32(port->utl_base + PEUTL_IPDBSZ, 0x04000000);
96925 + out_be32(port->utl_base + PEUTL_RCIRQEN,0x00f00000);
96926 + out_be32(port->utl_base + PEUTL_PCTL, 0x80800066);
96931 +static struct ppc4xx_pciex_hwops ppc460ex_pcie_hwops __initdata =
96933 + .core_init = ppc460ex_pciex_core_init,
96934 + .port_init_hw = ppc460ex_pciex_init_port_hw,
96935 + .setup_utl = ppc460ex_pciex_init_utl,
96938 #endif /* CONFIG_44x */
96941 @@ -830,17 +938,9 @@ static int ppc405ex_pciex_init_port_hw(s
96942 * PCIe boards don't show this problem.
96943 * This has to be re-tested and fixed in a later release!
96945 -#if 0 /* XXX FIXME: Not resetting the PHY will leave all resources
96946 - * configured as done previously by U-Boot. Then Linux will currently
96947 - * not reassign them. So the PHY reset is now done always. This will
96948 - * lead to problems with the Atheros PCIe board again.
96950 val = mfdcri(SDR0, port->sdr_base + PESDRn_LOOP);
96951 if (!(val & 0x00001000))
96952 ppc405ex_pcie_phy_reset(port);
96954 - ppc405ex_pcie_phy_reset(port);
96957 dcr_write(port->dcrs, DCRO_PEGPL_CFG, 0x10000000); /* guarded on */
96959 @@ -896,6 +996,8 @@ static int __init ppc4xx_pciex_check_cor
96961 ppc4xx_pciex_hwops = &ppc440speB_pcie_hwops;
96963 + if (of_device_is_compatible(np, "ibm,plb-pciex-460ex"))
96964 + ppc4xx_pciex_hwops = &ppc460ex_pcie_hwops;
96965 #endif /* CONFIG_44x */
96967 if (of_device_is_compatible(np, "ibm,plb-pciex-405ex"))
96968 @@ -1042,8 +1144,7 @@ static int __init ppc4xx_pciex_port_init
96972 - mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET,
96973 - mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) | 1 << 20);
96974 + dcri_clrset(SDR0, port->sdr_base + PESDRn_RCSSET, 0, 1 << 20);
96978 --- a/arch/powerpc/sysdev/ppc4xx_pci.h
96979 +++ b/arch/powerpc/sysdev/ppc4xx_pci.h
96980 @@ -271,6 +271,59 @@
96981 #define PESDR1_405EX_PHYSTA 0x044C
96984 + * 460EX additional DCRs
96986 +#define PESDR0_460EX_L0BIST 0x0308
96987 +#define PESDR0_460EX_L0BISTSTS 0x0309
96988 +#define PESDR0_460EX_L0CDRCTL 0x030A
96989 +#define PESDR0_460EX_L0DRV 0x030B
96990 +#define PESDR0_460EX_L0REC 0x030C
96991 +#define PESDR0_460EX_L0LPB 0x030D
96992 +#define PESDR0_460EX_L0CLK 0x030E
96993 +#define PESDR0_460EX_PHY_CTL_RST 0x030F
96994 +#define PESDR0_460EX_RSTSTA 0x0310
96995 +#define PESDR0_460EX_OBS 0x0311
96996 +#define PESDR0_460EX_L0ERRC 0x0320
96998 +#define PESDR1_460EX_L0BIST 0x0348
96999 +#define PESDR1_460EX_L1BIST 0x0349
97000 +#define PESDR1_460EX_L2BIST 0x034A
97001 +#define PESDR1_460EX_L3BIST 0x034B
97002 +#define PESDR1_460EX_L0BISTSTS 0x034C
97003 +#define PESDR1_460EX_L1BISTSTS 0x034D
97004 +#define PESDR1_460EX_L2BISTSTS 0x034E
97005 +#define PESDR1_460EX_L3BISTSTS 0x034F
97006 +#define PESDR1_460EX_L0CDRCTL 0x0350
97007 +#define PESDR1_460EX_L1CDRCTL 0x0351
97008 +#define PESDR1_460EX_L2CDRCTL 0x0352
97009 +#define PESDR1_460EX_L3CDRCTL 0x0353
97010 +#define PESDR1_460EX_L0DRV 0x0354
97011 +#define PESDR1_460EX_L1DRV 0x0355
97012 +#define PESDR1_460EX_L2DRV 0x0356
97013 +#define PESDR1_460EX_L3DRV 0x0357
97014 +#define PESDR1_460EX_L0REC 0x0358
97015 +#define PESDR1_460EX_L1REC 0x0359
97016 +#define PESDR1_460EX_L2REC 0x035A
97017 +#define PESDR1_460EX_L3REC 0x035B
97018 +#define PESDR1_460EX_L0LPB 0x035C
97019 +#define PESDR1_460EX_L1LPB 0x035D
97020 +#define PESDR1_460EX_L2LPB 0x035E
97021 +#define PESDR1_460EX_L3LPB 0x035F
97022 +#define PESDR1_460EX_L0CLK 0x0360
97023 +#define PESDR1_460EX_L1CLK 0x0361
97024 +#define PESDR1_460EX_L2CLK 0x0362
97025 +#define PESDR1_460EX_L3CLK 0x0363
97026 +#define PESDR1_460EX_PHY_CTL_RST 0x0364
97027 +#define PESDR1_460EX_RSTSTA 0x0365
97028 +#define PESDR1_460EX_OBS 0x0366
97029 +#define PESDR1_460EX_L0ERRC 0x0368
97030 +#define PESDR1_460EX_L1ERRC 0x0369
97031 +#define PESDR1_460EX_L2ERRC 0x036A
97032 +#define PESDR1_460EX_L3ERRC 0x036B
97033 +#define PESDR0_460EX_IHS1 0x036C
97034 +#define PESDR0_460EX_IHS2 0x036D
97037 * Of the above, some are common offsets from the base
97039 #define PESDRn_UTLSET1 0x00
97040 @@ -353,6 +406,12 @@
97041 #define PECFG_POM2LAL 0x390
97042 #define PECFG_POM2LAH 0x394
97044 +/* SDR Bit Mappings */
97045 +#define PESDRx_RCSSET_HLDPLB 0x10000000
97046 +#define PESDRx_RCSSET_RSTGU 0x01000000
97047 +#define PESDRx_RCSSET_RDY 0x00100000
97048 +#define PESDRx_RCSSET_RSTDL 0x00010000
97049 +#define PESDRx_RCSSET_RSTPYN 0x00001000
97054 +++ b/arch/powerpc/sysdev/ppc4xx_soc.c
97057 + * IBM/AMCC PPC4xx SoC setup code
97059 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
97061 + * L2 cache routines cloned from arch/ppc/syslib/ibm440gx_common.c which is:
97062 + * Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net>
97063 + * Copyright (c) 2003 - 2006 Zultys Technologies
97065 + * This program is free software; you can redistribute it and/or modify it
97066 + * under the terms of the GNU General Public License as published by the
97067 + * Free Software Foundation; either version 2 of the License, or (at your
97068 + * option) any later version.
97071 +#include <linux/stddef.h>
97072 +#include <linux/kernel.h>
97073 +#include <linux/init.h>
97074 +#include <linux/errno.h>
97075 +#include <linux/interrupt.h>
97076 +#include <linux/irq.h>
97077 +#include <linux/of_platform.h>
97079 +#include <asm/dcr.h>
97080 +#include <asm/dcr-regs.h>
97081 +#include <asm/reg.h>
97083 +static u32 dcrbase_l2c;
97089 +/* Issue L2C diagnostic command */
97090 +static inline u32 l2c_diag(u32 addr)
97092 + mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, addr);
97093 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_DIAG);
97094 + while (!(mfdcr(dcrbase_l2c + DCRN_L2C0_SR) & L2C_SR_CC))
97097 + return mfdcr(dcrbase_l2c + DCRN_L2C0_DATA);
97100 +static irqreturn_t l2c_error_handler(int irq, void *dev)
97102 + u32 sr = mfdcr(dcrbase_l2c + DCRN_L2C0_SR);
97104 + if (sr & L2C_SR_CPE) {
97105 + /* Read cache trapped address */
97106 + u32 addr = l2c_diag(0x42000000);
97107 + printk(KERN_EMERG "L2C: Cache Parity Error, addr[16:26] = 0x%08x\n",
97110 + if (sr & L2C_SR_TPE) {
97111 + /* Read tag trapped address */
97112 + u32 addr = l2c_diag(0x82000000) >> 16;
97113 + printk(KERN_EMERG "L2C: Tag Parity Error, addr[16:26] = 0x%08x\n",
97117 + /* Clear parity errors */
97118 + if (sr & (L2C_SR_CPE | L2C_SR_TPE)){
97119 + mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, 0);
97120 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_CCP | L2C_CMD_CTE);
97122 + printk(KERN_EMERG "L2C: LRU error\n");
97125 + return IRQ_HANDLED;
97128 +static int __init ppc4xx_l2c_probe(void)
97130 + struct device_node *np;
97132 + unsigned long flags;
97134 + const u32 *dcrreg;
97135 + u32 dcrbase_isram;
97140 + np = of_find_compatible_node(NULL, NULL, "ibm,l2-cache");
97144 + /* Get l2 cache size */
97145 + prop = of_get_property(np, "cache-size", NULL);
97146 + if (prop == NULL) {
97147 + printk(KERN_ERR "%s: Can't get cache-size!\n", np->full_name);
97151 + l2_size = prop[0];
97154 + dcrreg = of_get_property(np, "dcr-reg", &len);
97155 + if (!dcrreg || (len != 4 * sizeof(u32))) {
97156 + printk(KERN_ERR "%s: Can't get DCR register base !",
97161 + dcrbase_isram = dcrreg[0];
97162 + dcrbase_l2c = dcrreg[2];
97164 + /* Get and map irq number from device tree */
97165 + irq = irq_of_parse_and_map(np, 0);
97166 + if (irq == NO_IRQ) {
97167 + printk(KERN_ERR "irq_of_parse_and_map failed\n");
97172 + /* Install error handler */
97173 + if (request_irq(irq, l2c_error_handler, IRQF_DISABLED, "L2C", 0) < 0) {
97174 + printk(KERN_ERR "Cannot install L2C error handler"
97175 + ", cache is not enabled\n");
97180 + local_irq_save(flags);
97181 + asm volatile ("sync" ::: "memory");
97183 + /* Disable SRAM */
97184 + mtdcr(dcrbase_isram + DCRN_SRAM0_DPC,
97185 + mfdcr(dcrbase_isram + DCRN_SRAM0_DPC) & ~SRAM_DPC_ENABLE);
97186 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB0CR,
97187 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB0CR) & ~SRAM_SBCR_BU_MASK);
97188 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB1CR,
97189 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB1CR) & ~SRAM_SBCR_BU_MASK);
97190 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB2CR,
97191 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB2CR) & ~SRAM_SBCR_BU_MASK);
97192 + mtdcr(dcrbase_isram + DCRN_SRAM0_SB3CR,
97193 + mfdcr(dcrbase_isram + DCRN_SRAM0_SB3CR) & ~SRAM_SBCR_BU_MASK);
97195 + /* Enable L2_MODE without ICU/DCU */
97196 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_CFG) &
97197 + ~(L2C_CFG_ICU | L2C_CFG_DCU | L2C_CFG_SS_MASK);
97198 + r |= L2C_CFG_L2M | L2C_CFG_SS_256;
97199 + mtdcr(dcrbase_l2c + DCRN_L2C0_CFG, r);
97201 + mtdcr(dcrbase_l2c + DCRN_L2C0_ADDR, 0);
97203 + /* Hardware Clear Command */
97204 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_HCC);
97205 + while (!(mfdcr(dcrbase_l2c + DCRN_L2C0_SR) & L2C_SR_CC))
97208 + /* Clear Cache Parity and Tag Errors */
97209 + mtdcr(dcrbase_l2c + DCRN_L2C0_CMD, L2C_CMD_CCP | L2C_CMD_CTE);
97211 + /* Enable 64G snoop region starting at 0 */
97212 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_SNP0) &
97213 + ~(L2C_SNP_BA_MASK | L2C_SNP_SSR_MASK);
97214 + r |= L2C_SNP_SSR_32G | L2C_SNP_ESR;
97215 + mtdcr(dcrbase_l2c + DCRN_L2C0_SNP0, r);
97217 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_SNP1) &
97218 + ~(L2C_SNP_BA_MASK | L2C_SNP_SSR_MASK);
97219 + r |= 0x80000000 | L2C_SNP_SSR_32G | L2C_SNP_ESR;
97220 + mtdcr(dcrbase_l2c + DCRN_L2C0_SNP1, r);
97222 + asm volatile ("sync" ::: "memory");
97224 + /* Enable ICU/DCU ports */
97225 + r = mfdcr(dcrbase_l2c + DCRN_L2C0_CFG);
97226 + r &= ~(L2C_CFG_DCW_MASK | L2C_CFG_PMUX_MASK | L2C_CFG_PMIM
97227 + | L2C_CFG_TPEI | L2C_CFG_CPEI | L2C_CFG_NAM | L2C_CFG_NBRM);
97228 + r |= L2C_CFG_ICU | L2C_CFG_DCU | L2C_CFG_TPC | L2C_CFG_CPC | L2C_CFG_FRAN
97229 + | L2C_CFG_CPIM | L2C_CFG_TPIM | L2C_CFG_LIM | L2C_CFG_SMCM;
97231 + /* Check for 460EX/GT special handling */
97232 + if (of_device_is_compatible(np, "ibm,l2-cache-460ex"))
97233 + r |= L2C_CFG_RDBW;
97235 + mtdcr(dcrbase_l2c + DCRN_L2C0_CFG, r);
97237 + asm volatile ("sync; isync" ::: "memory");
97238 + local_irq_restore(flags);
97240 + printk(KERN_INFO "%dk L2-cache enabled\n", l2_size >> 10);
97245 +arch_initcall(ppc4xx_l2c_probe);
97248 + * At present, this routine just applies a system reset.
97250 +void ppc4xx_reset_system(char *cmd)
97252 + mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_RST_SYSTEM);
97254 + ; /* Just in case the reset doesn't work */
97256 --- a/arch/powerpc/sysdev/qe_lib/qe.c
97257 +++ b/arch/powerpc/sysdev/qe_lib/qe.c
97258 @@ -55,7 +55,7 @@ struct qe_snum {
97259 /* We allocate this here because it is used almost exclusively for
97260 * the communication processor devices.
97262 -struct qe_immap *qe_immr = NULL;
97263 +struct qe_immap __iomem *qe_immr;
97264 EXPORT_SYMBOL(qe_immr);
97266 static struct qe_snum snums[QE_NUM_OF_SNUM]; /* Dynamically allocated SNUMs */
97267 @@ -156,7 +156,7 @@ EXPORT_SYMBOL(qe_issue_cmd);
97269 static unsigned int brg_clk = 0;
97271 -unsigned int get_brg_clk(void)
97272 +unsigned int qe_get_brg_clk(void)
97274 struct device_node *qe;
97276 @@ -180,6 +180,7 @@ unsigned int get_brg_clk(void)
97280 +EXPORT_SYMBOL(qe_get_brg_clk);
97282 /* Program the BRG to the given sampling rate and multiplier
97284 @@ -197,7 +198,7 @@ int qe_setbrg(enum qe_clock brg, unsigne
97285 if ((brg < QE_BRG1) || (brg > QE_BRG16))
97288 - divisor = get_brg_clk() / (rate * multiplier);
97289 + divisor = qe_get_brg_clk() / (rate * multiplier);
97291 if (divisor > QE_BRGC_DIVISOR_MAX + 1) {
97292 div16 = QE_BRGC_DIV16;
97293 @@ -415,12 +416,6 @@ void qe_muram_dump(void)
97295 EXPORT_SYMBOL(qe_muram_dump);
97297 -void *qe_muram_addr(unsigned long offset)
97299 - return (void *)&qe_immr->muram[offset];
97301 -EXPORT_SYMBOL(qe_muram_addr);
97303 /* The maximum number of RISCs we support */
97304 #define MAX_QE_RISC 2
97306 --- a/arch/powerpc/sysdev/qe_lib/qe_io.c
97307 +++ b/arch/powerpc/sysdev/qe_lib/qe_io.c
97309 #include <linux/ioport.h>
97311 #include <asm/io.h>
97312 +#include <asm/qe.h>
97313 #include <asm/prom.h>
97314 #include <sysdev/fsl_soc.h>
97316 @@ -41,7 +42,7 @@ struct port_regs {
97320 -static struct port_regs *par_io = NULL;
97321 +static struct port_regs __iomem *par_io;
97322 static int num_par_io_ports = 0;
97324 int par_io_init(struct device_node *np)
97325 @@ -165,7 +166,7 @@ int par_io_of_config(struct device_node
97328 ph = of_get_property(np, "pio-handle", NULL);
97330 + if (ph == NULL) {
97331 printk(KERN_ERR "pio-handle not available \n");
97334 @@ -200,7 +201,7 @@ static void dump_par_io(void)
97338 - printk(KERN_INFO "%s: par_io=%p\n", __FUNCTION__, par_io);
97339 + printk(KERN_INFO "%s: par_io=%p\n", __func__, par_io);
97340 for (i = 0; i < num_par_io_ports; i++) {
97341 printk(KERN_INFO " cpodr[%u]=%08x\n", i,
97342 in_be32(&par_io[i].cpodr));
97343 --- a/arch/powerpc/sysdev/qe_lib/ucc_fast.c
97344 +++ b/arch/powerpc/sysdev/qe_lib/ucc_fast.c
97345 @@ -148,57 +148,57 @@ int ucc_fast_init(struct ucc_fast_info *
97347 /* check if the UCC port number is in range. */
97348 if ((uf_info->ucc_num < 0) || (uf_info->ucc_num > UCC_MAX_NUM - 1)) {
97349 - printk(KERN_ERR "%s: illegal UCC number\n", __FUNCTION__);
97350 + printk(KERN_ERR "%s: illegal UCC number\n", __func__);
97354 /* Check that 'max_rx_buf_length' is properly aligned (4). */
97355 if (uf_info->max_rx_buf_length & (UCC_FAST_MRBLR_ALIGNMENT - 1)) {
97356 printk(KERN_ERR "%s: max_rx_buf_length not aligned\n",
97362 /* Validate Virtual Fifo register values */
97363 if (uf_info->urfs < UCC_FAST_URFS_MIN_VAL) {
97364 - printk(KERN_ERR "%s: urfs is too small\n", __FUNCTION__);
97365 + printk(KERN_ERR "%s: urfs is too small\n", __func__);
97369 if (uf_info->urfs & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97370 - printk(KERN_ERR "%s: urfs is not aligned\n", __FUNCTION__);
97371 + printk(KERN_ERR "%s: urfs is not aligned\n", __func__);
97375 if (uf_info->urfet & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97376 - printk(KERN_ERR "%s: urfet is not aligned.\n", __FUNCTION__);
97377 + printk(KERN_ERR "%s: urfet is not aligned.\n", __func__);
97381 if (uf_info->urfset & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97382 - printk(KERN_ERR "%s: urfset is not aligned\n", __FUNCTION__);
97383 + printk(KERN_ERR "%s: urfset is not aligned\n", __func__);
97387 if (uf_info->utfs & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97388 - printk(KERN_ERR "%s: utfs is not aligned\n", __FUNCTION__);
97389 + printk(KERN_ERR "%s: utfs is not aligned\n", __func__);
97393 if (uf_info->utfet & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97394 - printk(KERN_ERR "%s: utfet is not aligned\n", __FUNCTION__);
97395 + printk(KERN_ERR "%s: utfet is not aligned\n", __func__);
97399 if (uf_info->utftt & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
97400 - printk(KERN_ERR "%s: utftt is not aligned\n", __FUNCTION__);
97401 + printk(KERN_ERR "%s: utftt is not aligned\n", __func__);
97405 uccf = kzalloc(sizeof(struct ucc_fast_private), GFP_KERNEL);
97407 printk(KERN_ERR "%s: Cannot allocate private data\n",
97413 @@ -207,7 +207,7 @@ int ucc_fast_init(struct ucc_fast_info *
97414 /* Set the PHY base address */
97415 uccf->uf_regs = ioremap(uf_info->regs, sizeof(struct ucc_fast));
97416 if (uccf->uf_regs == NULL) {
97417 - printk(KERN_ERR "%s: Cannot map UCC registers\n", __FUNCTION__);
97418 + printk(KERN_ERR "%s: Cannot map UCC registers\n", __func__);
97422 @@ -230,7 +230,7 @@ int ucc_fast_init(struct ucc_fast_info *
97423 /* Set UCC to fast type */
97424 ret = ucc_set_type(uf_info->ucc_num, UCC_SPEED_TYPE_FAST);
97426 - printk(KERN_ERR "%s: cannot set UCC type\n", __FUNCTION__);
97427 + printk(KERN_ERR "%s: cannot set UCC type\n", __func__);
97428 ucc_fast_free(uccf);
97431 @@ -270,7 +270,7 @@ int ucc_fast_init(struct ucc_fast_info *
97432 qe_muram_alloc(uf_info->utfs, UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT);
97433 if (IS_ERR_VALUE(uccf->ucc_fast_tx_virtual_fifo_base_offset)) {
97434 printk(KERN_ERR "%s: cannot allocate MURAM for TX FIFO\n",
97437 uccf->ucc_fast_tx_virtual_fifo_base_offset = 0;
97438 ucc_fast_free(uccf);
97440 @@ -283,7 +283,7 @@ int ucc_fast_init(struct ucc_fast_info *
97441 UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT);
97442 if (IS_ERR_VALUE(uccf->ucc_fast_rx_virtual_fifo_base_offset)) {
97443 printk(KERN_ERR "%s: cannot allocate MURAM for RX FIFO\n",
97446 uccf->ucc_fast_rx_virtual_fifo_base_offset = 0;
97447 ucc_fast_free(uccf);
97449 @@ -314,7 +314,7 @@ int ucc_fast_init(struct ucc_fast_info *
97450 ucc_set_qe_mux_rxtx(uf_info->ucc_num, uf_info->rx_clock,
97452 printk(KERN_ERR "%s: illegal value for RX clock\n",
97455 ucc_fast_free(uccf);
97458 @@ -323,7 +323,7 @@ int ucc_fast_init(struct ucc_fast_info *
97459 ucc_set_qe_mux_rxtx(uf_info->ucc_num, uf_info->tx_clock,
97461 printk(KERN_ERR "%s: illegal value for TX clock\n",
97464 ucc_fast_free(uccf);
97467 --- a/arch/powerpc/sysdev/qe_lib/ucc_slow.c
97468 +++ b/arch/powerpc/sysdev/qe_lib/ucc_slow.c
97469 @@ -142,7 +142,7 @@ int ucc_slow_init(struct ucc_slow_info *
97471 /* check if the UCC port number is in range. */
97472 if ((us_info->ucc_num < 0) || (us_info->ucc_num > UCC_MAX_NUM - 1)) {
97473 - printk(KERN_ERR "%s: illegal UCC number\n", __FUNCTION__);
97474 + printk(KERN_ERR "%s: illegal UCC number\n", __func__);
97478 @@ -161,7 +161,7 @@ int ucc_slow_init(struct ucc_slow_info *
97479 uccs = kzalloc(sizeof(struct ucc_slow_private), GFP_KERNEL);
97481 printk(KERN_ERR "%s: Cannot allocate private data\n",
97487 @@ -170,7 +170,7 @@ int ucc_slow_init(struct ucc_slow_info *
97488 /* Set the PHY base address */
97489 uccs->us_regs = ioremap(us_info->regs, sizeof(struct ucc_slow));
97490 if (uccs->us_regs == NULL) {
97491 - printk(KERN_ERR "%s: Cannot map UCC registers\n", __FUNCTION__);
97492 + printk(KERN_ERR "%s: Cannot map UCC registers\n", __func__);
97496 @@ -189,7 +189,7 @@ int ucc_slow_init(struct ucc_slow_info *
97497 uccs->us_pram_offset =
97498 qe_muram_alloc(UCC_SLOW_PRAM_SIZE, ALIGNMENT_OF_UCC_SLOW_PRAM);
97499 if (IS_ERR_VALUE(uccs->us_pram_offset)) {
97500 - printk(KERN_ERR "%s: cannot allocate MURAM for PRAM", __FUNCTION__);
97501 + printk(KERN_ERR "%s: cannot allocate MURAM for PRAM", __func__);
97502 ucc_slow_free(uccs);
97505 @@ -202,7 +202,7 @@ int ucc_slow_init(struct ucc_slow_info *
97506 /* Set UCC to slow type */
97507 ret = ucc_set_type(us_info->ucc_num, UCC_SPEED_TYPE_SLOW);
97509 - printk(KERN_ERR "%s: cannot set UCC type", __FUNCTION__);
97510 + printk(KERN_ERR "%s: cannot set UCC type", __func__);
97511 ucc_slow_free(uccs);
97514 @@ -216,7 +216,7 @@ int ucc_slow_init(struct ucc_slow_info *
97515 qe_muram_alloc(us_info->rx_bd_ring_len * sizeof(struct qe_bd),
97516 QE_ALIGNMENT_OF_BD);
97517 if (IS_ERR_VALUE(uccs->rx_base_offset)) {
97518 - printk(KERN_ERR "%s: cannot allocate %u RX BDs\n", __FUNCTION__,
97519 + printk(KERN_ERR "%s: cannot allocate %u RX BDs\n", __func__,
97520 us_info->rx_bd_ring_len);
97521 uccs->rx_base_offset = 0;
97522 ucc_slow_free(uccs);
97523 @@ -227,7 +227,7 @@ int ucc_slow_init(struct ucc_slow_info *
97524 qe_muram_alloc(us_info->tx_bd_ring_len * sizeof(struct qe_bd),
97525 QE_ALIGNMENT_OF_BD);
97526 if (IS_ERR_VALUE(uccs->tx_base_offset)) {
97527 - printk(KERN_ERR "%s: cannot allocate TX BDs", __FUNCTION__);
97528 + printk(KERN_ERR "%s: cannot allocate TX BDs", __func__);
97529 uccs->tx_base_offset = 0;
97530 ucc_slow_free(uccs);
97532 @@ -317,7 +317,7 @@ int ucc_slow_init(struct ucc_slow_info *
97533 if (ucc_set_qe_mux_rxtx(us_info->ucc_num, us_info->rx_clock,
97535 printk(KERN_ERR "%s: illegal value for RX clock\n",
97538 ucc_slow_free(uccs);
97541 @@ -325,7 +325,7 @@ int ucc_slow_init(struct ucc_slow_info *
97542 if (ucc_set_qe_mux_rxtx(us_info->ucc_num, us_info->tx_clock,
97544 printk(KERN_ERR "%s: illegal value for TX clock\n",
97547 ucc_slow_free(uccs);
97550 --- a/arch/powerpc/sysdev/rtc_cmos_setup.c
97551 +++ b/arch/powerpc/sysdev/rtc_cmos_setup.c
97552 @@ -56,3 +56,5 @@ static int __init add_rtc(void)
97555 fs_initcall(add_rtc);
97557 +MODULE_LICENSE("GPL");
97558 --- a/arch/powerpc/sysdev/tsi108_dev.c
97559 +++ b/arch/powerpc/sysdev/tsi108_dev.c
97560 @@ -84,7 +84,7 @@ static int __init tsi108_eth_of_init(voi
97562 ret = of_address_to_resource(np, 0, &r[0]);
97563 DBG("%s: name:start->end = %s:0x%lx-> 0x%lx\n",
97564 - __FUNCTION__,r[0].name, r[0].start, r[0].end);
97565 + __func__,r[0].name, r[0].start, r[0].end);
97569 @@ -93,7 +93,7 @@ static int __init tsi108_eth_of_init(voi
97570 r[1].end = irq_of_parse_and_map(np, 0);
97571 r[1].flags = IORESOURCE_IRQ;
97572 DBG("%s: name:start->end = %s:0x%lx-> 0x%lx\n",
97573 - __FUNCTION__,r[1].name, r[1].start, r[1].end);
97574 + __func__,r[1].name, r[1].start, r[1].end);
97577 platform_device_register_simple("tsi-ethernet", i++, &r[0],
97578 --- a/arch/powerpc/sysdev/tsi108_pci.c
97579 +++ b/arch/powerpc/sysdev/tsi108_pci.c
97580 @@ -207,7 +207,7 @@ int __init tsi108_setup_pci(struct devic
97581 /* PCI Config mapping */
97582 tsi108_pci_cfg_base = (u32)ioremap(cfg_phys, TSI108_PCI_CFG_SIZE);
97583 tsi108_pci_cfg_phys = cfg_phys;
97584 - DBG("TSI_PCI: %s tsi108_pci_cfg_base=0x%x\n", __FUNCTION__,
97585 + DBG("TSI_PCI: %s tsi108_pci_cfg_base=0x%x\n", __func__,
97586 tsi108_pci_cfg_base);
97588 /* Fetch host bridge registers address */
97589 @@ -395,7 +395,7 @@ static int pci_irq_host_xlate(struct irq
97590 static int pci_irq_host_map(struct irq_host *h, unsigned int virq,
97591 irq_hw_number_t hw)
97592 { unsigned int irq;
97593 - DBG("%s(%d, 0x%lx)\n", __FUNCTION__, virq, hw);
97594 + DBG("%s(%d, 0x%lx)\n", __func__, virq, hw);
97595 if ((virq >= 1) && (virq <= 4)){
97596 irq = virq + IRQ_PCI_INTAD_BASE - 1;
97597 get_irq_desc(irq)->status |= IRQ_LEVEL;
97598 --- a/arch/powerpc/xmon/xmon.c
97599 +++ b/arch/powerpc/xmon/xmon.c
97601 #ifdef CONFIG_PPC64
97602 #include <asm/hvcall.h>
97603 #include <asm/paca.h>
97604 -#include <asm/iseries/it_lp_reg_save.h>
97607 #include "nonstdio.h"
97608 @@ -1244,15 +1243,12 @@ static void get_function_bounds(unsigned
97610 static int xmon_depth_to_print = 64;
97612 -#ifdef CONFIG_PPC64
97613 -#define LRSAVE_OFFSET 0x10
97614 -#define REG_FRAME_MARKER 0x7265677368657265ul /* "regshere" */
97615 -#define MARKER_OFFSET 0x60
97616 +#define LRSAVE_OFFSET (STACK_FRAME_LR_SAVE * sizeof(unsigned long))
97617 +#define MARKER_OFFSET (STACK_FRAME_MARKER * sizeof(unsigned long))
97619 +#ifdef __powerpc64__
97620 #define REGS_OFFSET 0x70
97622 -#define LRSAVE_OFFSET 4
97623 -#define REG_FRAME_MARKER 0x72656773
97624 -#define MARKER_OFFSET 8
97625 #define REGS_OFFSET 16
97628 @@ -1318,7 +1314,7 @@ static void xmon_show_stack(unsigned lon
97629 /* Look for "regshere" marker to see if this is
97630 an exception frame. */
97631 if (mread(sp + MARKER_OFFSET, &marker, sizeof(unsigned long))
97632 - && marker == REG_FRAME_MARKER) {
97633 + && marker == STACK_FRAME_REGS_MARKER) {
97634 if (mread(sp + REGS_OFFSET, ®s, sizeof(regs))
97636 printf("Couldn't read registers at %lx\n",
97637 @@ -1598,7 +1594,6 @@ void super_regs(void)
97638 if (firmware_has_feature(FW_FEATURE_ISERIES)) {
97639 struct paca_struct *ptrPaca;
97640 struct lppaca *ptrLpPaca;
97641 - struct ItLpRegSave *ptrLpRegSave;
97643 /* Dump out relevant Paca data areas. */
97644 printf("Paca: \n");
97645 @@ -1611,15 +1606,6 @@ void super_regs(void)
97646 printf(" Saved Gpr3=%.16lx Saved Gpr4=%.16lx \n",
97647 ptrLpPaca->saved_gpr3, ptrLpPaca->saved_gpr4);
97648 printf(" Saved Gpr5=%.16lx \n", ptrLpPaca->saved_gpr5);
97650 - printf(" Local Processor Register Save Area (LpRegSave): \n");
97651 - ptrLpRegSave = ptrPaca->reg_save_ptr;
97652 - printf(" Saved Sprg0=%.16lx Saved Sprg1=%.16lx \n",
97653 - ptrLpRegSave->xSPRG0, ptrLpRegSave->xSPRG0);
97654 - printf(" Saved Sprg2=%.16lx Saved Sprg3=%.16lx \n",
97655 - ptrLpRegSave->xSPRG2, ptrLpRegSave->xSPRG3);
97656 - printf(" Saved Msr =%.16lx Saved Nia =%.16lx \n",
97657 - ptrLpRegSave->xMSR, ptrLpRegSave->xNIA);
97661 --- a/arch/ppc/8xx_io/commproc.c
97662 +++ b/arch/ppc/8xx_io/commproc.c
97665 u32 offset = offsetof(immap_t, member); \
97666 void *addr = ioremap (IMAP_ADDR + offset, \
97667 - sizeof( ((immap_t*)0)->member)); \
97668 + FIELD_SIZEOF(immap_t, member)); \
97672 --- a/arch/ppc/8xx_io/fec.c
97673 +++ b/arch/ppc/8xx_io/fec.c
97674 @@ -520,7 +520,7 @@ fec_enet_interrupt(int irq, void * dev_i
97675 #ifdef CONFIG_USE_MDIO
97678 -printk("%s[%d] %s: unexpected FEC_ENET_MII event\n", __FILE__,__LINE__,__FUNCTION__);
97679 +printk("%s[%d] %s: unexpected FEC_ENET_MII event\n", __FILE__, __LINE__, __func__);
97680 #endif /* CONFIG_USE_MDIO */
97683 @@ -1441,7 +1441,7 @@ irqreturn_t mii_link_interrupt(int irq,
97684 fecp->fec_ecntrl = ecntrl; /* restore old settings */
97687 -printk("%s[%d] %s: unexpected Link interrupt\n", __FILE__,__LINE__,__FUNCTION__);
97688 +printk("%s[%d] %s: unexpected Link interrupt\n", __FILE__, __LINE__, __func__);
97689 #endif /* CONFIG_USE_MDIO */
97691 #ifndef CONFIG_RPXCLASSIC
97692 --- a/arch/ppc/kernel/head.S
97693 +++ b/arch/ppc/kernel/head.S
97694 @@ -701,23 +701,6 @@ load_up_altivec:
97695 b fast_exception_return
97698 - * AltiVec unavailable trap from kernel - print a message, but let
97699 - * the task use AltiVec in the kernel until it returns to user mode.
97703 - oris r3,r3,MSR_VEC@h
97704 - stw r3,_MSR(r1) /* enable use of AltiVec after return */
97707 - mr r4,r2 /* current */
97710 - b ret_from_except
97711 -87: .string "AltiVec used in kernel (task=%p, pc=%x) \n"
97715 * giveup_altivec(tsk)
97716 * Disable AltiVec for the task given as the argument,
97717 * and save the AltiVec registers in its thread_struct.
97718 --- a/arch/ppc/mm/init.c
97719 +++ b/arch/ppc/mm/init.c
97720 @@ -109,7 +109,6 @@ void show_mem(void)
97722 printk("Mem-info:\n");
97724 - printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
97728 --- a/arch/ppc/platforms/radstone_ppc7d.c
97729 +++ b/arch/ppc/platforms/radstone_ppc7d.c
97730 @@ -512,7 +512,7 @@ static void __init ppc7d_init_irq(void)
97734 - pr_debug("%s\n", __FUNCTION__);
97735 + pr_debug("%s\n", __func__);
97737 mv64360_init_irq();
97739 @@ -569,7 +569,7 @@ static int __init ppc7d_map_irq(struct p
97741 const long min_idsel = 10, max_idsel = 14, irqs_per_slot = 4;
97743 - pr_debug("%s: %04x/%04x/%x: idsel=%hx pin=%hu\n", __FUNCTION__,
97744 + pr_debug("%s: %04x/%04x/%x: idsel=%hx pin=%hu\n", __func__,
97745 dev->vendor, dev->device, PCI_FUNC(dev->devfn), idsel, pin);
97747 return PCI_IRQ_TABLE_LOOKUP;
97748 @@ -1300,7 +1300,7 @@ static void ppc7d_init2(void)
97752 - pr_debug("%s: enter\n", __FUNCTION__);
97753 + pr_debug("%s: enter\n", __func__);
97755 /* Wait for debugger? */
97756 if (ppc7d_wait_debugger) {
97757 @@ -1333,7 +1333,7 @@ static void ppc7d_init2(void)
97758 ppc_md.set_rtc_time = ppc7d_set_rtc_time;
97759 ppc_md.get_rtc_time = ppc7d_get_rtc_time;
97761 - pr_debug("%s: exit\n", __FUNCTION__);
97762 + pr_debug("%s: exit\n", __func__);
97765 /* Called from machine_init(), early, before any of the __init functions
97766 --- a/arch/ppc/syslib/mpc52xx_setup.c
97767 +++ b/arch/ppc/syslib/mpc52xx_setup.c
97768 @@ -279,7 +279,7 @@ int mpc52xx_match_psc_function(int psc_i
97770 int mpc52xx_set_psc_clkdiv(int psc_id, int clkdiv)
97772 - static spinlock_t lock = SPIN_LOCK_UNLOCKED;
97773 + static DEFINE_SPINLOCK(lock);
97774 struct mpc52xx_cdm __iomem *cdm;
97775 unsigned long flags;
97777 --- a/arch/sparc64/Kconfig
97778 +++ b/arch/sparc64/Kconfig
97779 @@ -16,6 +16,7 @@ config SPARC64
97785 SPARC is a family of RISC microprocessors designed and marketed by
97786 Sun Microsystems, incorporated. This port covers the newer 64-bit
97787 --- a/drivers/block/viodasd.c
97788 +++ b/drivers/block/viodasd.c
97789 @@ -69,7 +69,7 @@ MODULE_LICENSE("GPL");
97791 PARTITION_SHIFT = 3,
97792 MAX_DISKNO = HVMAXARCHITECTEDVIRTUALDISKS,
97793 - MAX_DISK_NAME = sizeof(((struct gendisk *)0)->disk_name)
97794 + MAX_DISK_NAME = FIELD_SIZEOF(struct gendisk, disk_name)
97797 static DEFINE_SPINLOCK(viodasd_spinlock);
97798 --- a/drivers/char/hvc_beat.c
97799 +++ b/drivers/char/hvc_beat.c
97800 @@ -78,8 +78,8 @@ static int hvc_beat_put_chars(uint32_t v
97801 for (rest = cnt; rest > 0; rest -= nlen) {
97802 nlen = (rest > 16) ? 16 : rest;
97803 memcpy(kb, buf, nlen);
97804 - beat_put_term_char(vtermno, rest, kb[0], kb[1]);
97806 + beat_put_term_char(vtermno, nlen, kb[0], kb[1]);
97811 --- a/drivers/char/xilinx_hwicap/buffer_icap.c
97812 +++ b/drivers/char/xilinx_hwicap/buffer_icap.c
97816 * buffer_icap_get_status - Get the contents of the status register.
97817 - * @base_address: is the base address of the device
97818 + * @drvdata: a pointer to the drvdata.
97820 * The status register contains the ICAP status and the done bit.
97826 -static inline u32 buffer_icap_get_status(void __iomem *base_address)
97827 +u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata)
97829 - return in_be32(base_address + XHI_STATUS_REG_OFFSET);
97830 + return in_be32(drvdata->base_address + XHI_STATUS_REG_OFFSET);
97834 @@ -117,20 +117,8 @@ static inline u32 buffer_icap_get_bram(v
97836 static inline bool buffer_icap_busy(void __iomem *base_address)
97838 - return (buffer_icap_get_status(base_address) & 1) == XHI_NOT_FINISHED;
97842 - * buffer_icap_busy - Return true if the icap device is not busy
97843 - * @base_address: is the base address of the device
97845 - * The queries the low order bit of the status register, which
97846 - * indicates whether the current configuration or readback operation
97849 -static inline bool buffer_icap_done(void __iomem *base_address)
97851 - return (buffer_icap_get_status(base_address) & 1) == XHI_FINISHED;
97852 + u32 status = in_be32(base_address + XHI_STATUS_REG_OFFSET);
97853 + return (status & 1) == XHI_NOT_FINISHED;
97857 --- a/drivers/char/xilinx_hwicap/buffer_icap.h
97858 +++ b/drivers/char/xilinx_hwicap/buffer_icap.h
97860 #include <asm/io.h>
97861 #include "xilinx_hwicap.h"
97863 -void buffer_icap_reset(struct hwicap_drvdata *drvdata);
97865 /* Loads a partial bitstream from system memory. */
97866 int buffer_icap_set_configuration(struct hwicap_drvdata *drvdata, u32 *data,
97868 @@ -54,4 +52,7 @@ int buffer_icap_set_configuration(struct
97869 int buffer_icap_get_configuration(struct hwicap_drvdata *drvdata, u32 *data,
97872 +u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata);
97873 +void buffer_icap_reset(struct hwicap_drvdata *drvdata);
97876 --- a/drivers/char/xilinx_hwicap/fifo_icap.c
97877 +++ b/drivers/char/xilinx_hwicap/fifo_icap.c
97879 #define XHI_CR_READ_MASK 0x00000002 /* Read from ICAP to FIFO */
97880 #define XHI_CR_WRITE_MASK 0x00000001 /* Write from FIFO to ICAP */
97882 -/* Status Register (SR) */
97883 -#define XHI_SR_CFGERR_N_MASK 0x00000100 /* Config Error Mask */
97884 -#define XHI_SR_DALIGN_MASK 0x00000080 /* Data Alignment Mask */
97885 -#define XHI_SR_RIP_MASK 0x00000040 /* Read back Mask */
97886 -#define XHI_SR_IN_ABORT_N_MASK 0x00000020 /* Select Map Abort Mask */
97887 -#define XHI_SR_DONE_MASK 0x00000001 /* Done bit Mask */
97890 #define XHI_WFO_MAX_VACANCY 1024 /* Max Write FIFO Vacancy, in words */
97891 #define XHI_RFO_MAX_OCCUPANCY 256 /* Max Read FIFO Occupancy, in words */
97892 @@ -152,13 +145,35 @@ static inline void fifo_icap_start_readb
97896 + * fifo_icap_get_status - Get the contents of the status register.
97897 + * @drvdata: a pointer to the drvdata.
97899 + * The status register contains the ICAP status and the done bit.
97904 + * D5 - in_abort_l
97911 +u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata)
97913 + u32 status = in_be32(drvdata->base_address + XHI_SR_OFFSET);
97914 + dev_dbg(drvdata->dev, "Getting status = %x\n", status);
97919 * fifo_icap_busy - Return true if the ICAP is still processing a transaction.
97920 * @drvdata: a pointer to the drvdata.
97922 static inline u32 fifo_icap_busy(struct hwicap_drvdata *drvdata)
97924 u32 status = in_be32(drvdata->base_address + XHI_SR_OFFSET);
97925 - dev_dbg(drvdata->dev, "Getting status = %x\n", status);
97926 return (status & XHI_SR_DONE_MASK) ? 0 : 1;
97929 --- a/drivers/char/xilinx_hwicap/fifo_icap.h
97930 +++ b/drivers/char/xilinx_hwicap/fifo_icap.h
97931 @@ -56,6 +56,7 @@ int fifo_icap_set_configuration(
97935 +u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata);
97936 void fifo_icap_reset(struct hwicap_drvdata *drvdata);
97937 void fifo_icap_flush_fifo(struct hwicap_drvdata *drvdata);
97939 --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.c
97940 +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.c
97942 *****************************************************************************/
97945 - * This is the code behind /dev/xilinx_icap -- it allows a user-space
97946 + * This is the code behind /dev/icap* -- it allows a user-space
97947 * application to use the Xilinx ICAP subsystem.
97949 * The following operations are possible:
97951 * user-space application code that uses this device. The simplest
97952 * way to use this interface is simply:
97954 - * cp foo.bit /dev/xilinx_icap
97955 + * cp foo.bit /dev/icap0
97957 * Note that unless foo.bit is an appropriately constructed partial
97958 * bitstream, this has a high likelyhood of overwriting the design
97959 @@ -105,18 +105,14 @@
97960 #include "buffer_icap.h"
97961 #include "fifo_icap.h"
97963 -#define DRIVER_NAME "xilinx_icap"
97964 +#define DRIVER_NAME "icap"
97966 #define HWICAP_REGS (0x10000)
97968 -/* dynamically allocate device number */
97969 -static int xhwicap_major;
97970 -static int xhwicap_minor;
97971 +#define XHWICAP_MAJOR 259
97972 +#define XHWICAP_MINOR 0
97973 #define HWICAP_DEVICES 1
97975 -module_param(xhwicap_major, int, S_IRUGO);
97976 -module_param(xhwicap_minor, int, S_IRUGO);
97978 /* An array, which is set to true when the device is registered. */
97979 static bool probed_devices[HWICAP_DEVICES];
97980 static struct mutex icap_sem;
97981 @@ -250,8 +246,26 @@ static int hwicap_get_configuration_regi
97982 * Create the data to be written to the ICAP.
97984 buffer[index++] = XHI_DUMMY_PACKET;
97985 + buffer[index++] = XHI_NOOP_PACKET;
97986 buffer[index++] = XHI_SYNC_PACKET;
97987 buffer[index++] = XHI_NOOP_PACKET;
97988 + buffer[index++] = XHI_NOOP_PACKET;
97991 + * Write the data to the FIFO and initiate the transfer of data present
97992 + * in the FIFO to the ICAP device.
97994 + status = drvdata->config->set_configuration(drvdata,
97995 + &buffer[0], index);
97999 + /* If the syncword was not found, then we need to start over. */
98000 + status = drvdata->config->get_status(drvdata);
98001 + if ((status & XHI_SR_DALIGN_MASK) != XHI_SR_DALIGN_MASK)
98005 buffer[index++] = hwicap_type_1_read(reg) | 1;
98006 buffer[index++] = XHI_NOOP_PACKET;
98007 buffer[index++] = XHI_NOOP_PACKET;
98008 @@ -587,7 +601,7 @@ static int __devinit hwicap_setup(struct
98009 probed_devices[id] = 1;
98010 mutex_unlock(&icap_sem);
98012 - devt = MKDEV(xhwicap_major, xhwicap_minor + id);
98013 + devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR + id);
98015 drvdata = kzalloc(sizeof(struct hwicap_drvdata), GFP_KERNEL);
98017 @@ -664,12 +678,14 @@ static int __devinit hwicap_setup(struct
98018 static struct hwicap_driver_config buffer_icap_config = {
98019 .get_configuration = buffer_icap_get_configuration,
98020 .set_configuration = buffer_icap_set_configuration,
98021 + .get_status = buffer_icap_get_status,
98022 .reset = buffer_icap_reset,
98025 static struct hwicap_driver_config fifo_icap_config = {
98026 .get_configuration = fifo_icap_get_configuration,
98027 .set_configuration = fifo_icap_set_configuration,
98028 + .get_status = fifo_icap_get_status,
98029 .reset = fifo_icap_reset,
98032 @@ -690,7 +706,7 @@ static int __devexit hwicap_remove(struc
98033 dev_set_drvdata(dev, NULL);
98035 mutex_lock(&icap_sem);
98036 - probed_devices[MINOR(dev->devt)-xhwicap_minor] = 0;
98037 + probed_devices[MINOR(dev->devt)-XHWICAP_MINOR] = 0;
98038 mutex_unlock(&icap_sem);
98039 return 0; /* success */
98041 @@ -830,23 +846,12 @@ static int __init hwicap_module_init(voi
98042 icap_class = class_create(THIS_MODULE, "xilinx_config");
98043 mutex_init(&icap_sem);
98045 - if (xhwicap_major) {
98046 - devt = MKDEV(xhwicap_major, xhwicap_minor);
98047 - retval = register_chrdev_region(
98054 - retval = alloc_chrdev_region(&devt,
98060 - xhwicap_major = MAJOR(devt);
98062 + devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR);
98063 + retval = register_chrdev_region(devt,
98069 retval = platform_driver_register(&hwicap_platform_driver);
98071 @@ -871,7 +876,7 @@ static int __init hwicap_module_init(voi
98073 static void __exit hwicap_module_cleanup(void)
98075 - dev_t devt = MKDEV(xhwicap_major, xhwicap_minor);
98076 + dev_t devt = MKDEV(XHWICAP_MAJOR, XHWICAP_MINOR);
98078 class_destroy(icap_class);
98080 --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.h
98081 +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.h
98082 @@ -65,10 +65,27 @@ struct hwicap_drvdata {
98085 struct hwicap_driver_config {
98086 + /* Read configuration data given by size into the data buffer.
98087 + Return 0 if successful. */
98088 int (*get_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
98090 + /* Write configuration data given by size from the data buffer.
98091 + Return 0 if successful. */
98092 int (*set_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
98094 + /* Get the status register, bit pattern given by:
98095 + * D8 - 0 = configuration error
98096 + * D7 - 1 = alignment found
98097 + * D6 - 1 = readback in progress
98098 + * D5 - 0 = abort in progress
98103 + * D0 - 1 = operation completed
98105 + u32 (*get_status)(struct hwicap_drvdata *drvdata);
98106 + /* Reset the hw */
98107 void (*reset)(struct hwicap_drvdata *drvdata);
98110 @@ -163,6 +180,13 @@ struct config_registers {
98111 /* Constant to use for CRC check when CRC has been disabled */
98112 #define XHI_DISABLED_AUTO_CRC 0x0000DEFCUL
98114 +/* Meanings of the bits returned by get_status */
98115 +#define XHI_SR_CFGERR_N_MASK 0x00000100 /* Config Error Mask */
98116 +#define XHI_SR_DALIGN_MASK 0x00000080 /* Data Alignment Mask */
98117 +#define XHI_SR_RIP_MASK 0x00000040 /* Read back Mask */
98118 +#define XHI_SR_IN_ABORT_N_MASK 0x00000020 /* Select Map Abort Mask */
98119 +#define XHI_SR_DONE_MASK 0x00000001 /* Done bit Mask */
98122 * hwicap_type_1_read - Generates a Type 1 read packet header.
98123 * @reg: is the address of the register to be read back.
98124 --- a/drivers/mtd/nand/fsl_elbc_nand.c
98125 +++ b/drivers/mtd/nand/fsl_elbc_nand.c
98126 @@ -36,207 +36,12 @@
98127 #include <linux/mtd/partitions.h>
98129 #include <asm/io.h>
98131 +#include <asm/fsl_lbc.h>
98133 #define MAX_BANKS 8
98134 #define ERR_BYTE 0xFF /* Value returned for read bytes when read failed */
98135 #define FCM_TIMEOUT_MSECS 500 /* Maximum number of mSecs to wait for FCM */
98137 -struct elbc_bank {
98138 - __be32 br; /**< Base Register */
98139 -#define BR_BA 0xFFFF8000
98140 -#define BR_BA_SHIFT 15
98141 -#define BR_PS 0x00001800
98142 -#define BR_PS_SHIFT 11
98143 -#define BR_PS_8 0x00000800 /* Port Size 8 bit */
98144 -#define BR_PS_16 0x00001000 /* Port Size 16 bit */
98145 -#define BR_PS_32 0x00001800 /* Port Size 32 bit */
98146 -#define BR_DECC 0x00000600
98147 -#define BR_DECC_SHIFT 9
98148 -#define BR_DECC_OFF 0x00000000 /* HW ECC checking and generation off */
98149 -#define BR_DECC_CHK 0x00000200 /* HW ECC checking on, generation off */
98150 -#define BR_DECC_CHK_GEN 0x00000400 /* HW ECC checking and generation on */
98151 -#define BR_WP 0x00000100
98152 -#define BR_WP_SHIFT 8
98153 -#define BR_MSEL 0x000000E0
98154 -#define BR_MSEL_SHIFT 5
98155 -#define BR_MS_GPCM 0x00000000 /* GPCM */
98156 -#define BR_MS_FCM 0x00000020 /* FCM */
98157 -#define BR_MS_SDRAM 0x00000060 /* SDRAM */
98158 -#define BR_MS_UPMA 0x00000080 /* UPMA */
98159 -#define BR_MS_UPMB 0x000000A0 /* UPMB */
98160 -#define BR_MS_UPMC 0x000000C0 /* UPMC */
98161 -#define BR_V 0x00000001
98162 -#define BR_V_SHIFT 0
98163 -#define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
98165 - __be32 or; /**< Base Register */
98166 -#define OR0 0x5004
98167 -#define OR1 0x500C
98168 -#define OR2 0x5014
98169 -#define OR3 0x501C
98170 -#define OR4 0x5024
98171 -#define OR5 0x502C
98172 -#define OR6 0x5034
98173 -#define OR7 0x503C
98175 -#define OR_FCM_AM 0xFFFF8000
98176 -#define OR_FCM_AM_SHIFT 15
98177 -#define OR_FCM_BCTLD 0x00001000
98178 -#define OR_FCM_BCTLD_SHIFT 12
98179 -#define OR_FCM_PGS 0x00000400
98180 -#define OR_FCM_PGS_SHIFT 10
98181 -#define OR_FCM_CSCT 0x00000200
98182 -#define OR_FCM_CSCT_SHIFT 9
98183 -#define OR_FCM_CST 0x00000100
98184 -#define OR_FCM_CST_SHIFT 8
98185 -#define OR_FCM_CHT 0x00000080
98186 -#define OR_FCM_CHT_SHIFT 7
98187 -#define OR_FCM_SCY 0x00000070
98188 -#define OR_FCM_SCY_SHIFT 4
98189 -#define OR_FCM_SCY_1 0x00000010
98190 -#define OR_FCM_SCY_2 0x00000020
98191 -#define OR_FCM_SCY_3 0x00000030
98192 -#define OR_FCM_SCY_4 0x00000040
98193 -#define OR_FCM_SCY_5 0x00000050
98194 -#define OR_FCM_SCY_6 0x00000060
98195 -#define OR_FCM_SCY_7 0x00000070
98196 -#define OR_FCM_RST 0x00000008
98197 -#define OR_FCM_RST_SHIFT 3
98198 -#define OR_FCM_TRLX 0x00000004
98199 -#define OR_FCM_TRLX_SHIFT 2
98200 -#define OR_FCM_EHTR 0x00000002
98201 -#define OR_FCM_EHTR_SHIFT 1
98204 -struct elbc_regs {
98205 - struct elbc_bank bank[8];
98207 - __be32 mar; /**< UPM Address Register */
98209 - __be32 mamr; /**< UPMA Mode Register */
98210 - __be32 mbmr; /**< UPMB Mode Register */
98211 - __be32 mcmr; /**< UPMC Mode Register */
98213 - __be32 mrtpr; /**< Memory Refresh Timer Prescaler Register */
98214 - __be32 mdr; /**< UPM Data Register */
98216 - __be32 lsor; /**< Special Operation Initiation Register */
98217 - __be32 lsdmr; /**< SDRAM Mode Register */
98219 - __be32 lurt; /**< UPM Refresh Timer */
98220 - __be32 lsrt; /**< SDRAM Refresh Timer */
98222 - __be32 ltesr; /**< Transfer Error Status Register */
98223 -#define LTESR_BM 0x80000000
98224 -#define LTESR_FCT 0x40000000
98225 -#define LTESR_PAR 0x20000000
98226 -#define LTESR_WP 0x04000000
98227 -#define LTESR_ATMW 0x00800000
98228 -#define LTESR_ATMR 0x00400000
98229 -#define LTESR_CS 0x00080000
98230 -#define LTESR_CC 0x00000001
98231 -#define LTESR_NAND_MASK (LTESR_FCT | LTESR_PAR | LTESR_CC)
98232 - __be32 ltedr; /**< Transfer Error Disable Register */
98233 - __be32 lteir; /**< Transfer Error Interrupt Register */
98234 - __be32 lteatr; /**< Transfer Error Attributes Register */
98235 - __be32 ltear; /**< Transfer Error Address Register */
98237 - __be32 lbcr; /**< Configuration Register */
98238 -#define LBCR_LDIS 0x80000000
98239 -#define LBCR_LDIS_SHIFT 31
98240 -#define LBCR_BCTLC 0x00C00000
98241 -#define LBCR_BCTLC_SHIFT 22
98242 -#define LBCR_AHD 0x00200000
98243 -#define LBCR_LPBSE 0x00020000
98244 -#define LBCR_LPBSE_SHIFT 17
98245 -#define LBCR_EPAR 0x00010000
98246 -#define LBCR_EPAR_SHIFT 16
98247 -#define LBCR_BMT 0x0000FF00
98248 -#define LBCR_BMT_SHIFT 8
98249 -#define LBCR_INIT 0x00040000
98250 - __be32 lcrr; /**< Clock Ratio Register */
98251 -#define LCRR_DBYP 0x80000000
98252 -#define LCRR_DBYP_SHIFT 31
98253 -#define LCRR_BUFCMDC 0x30000000
98254 -#define LCRR_BUFCMDC_SHIFT 28
98255 -#define LCRR_ECL 0x03000000
98256 -#define LCRR_ECL_SHIFT 24
98257 -#define LCRR_EADC 0x00030000
98258 -#define LCRR_EADC_SHIFT 16
98259 -#define LCRR_CLKDIV 0x0000000F
98260 -#define LCRR_CLKDIV_SHIFT 0
98262 - __be32 fmr; /**< Flash Mode Register */
98263 -#define FMR_CWTO 0x0000F000
98264 -#define FMR_CWTO_SHIFT 12
98265 -#define FMR_BOOT 0x00000800
98266 -#define FMR_ECCM 0x00000100
98267 -#define FMR_AL 0x00000030
98268 -#define FMR_AL_SHIFT 4
98269 -#define FMR_OP 0x00000003
98270 -#define FMR_OP_SHIFT 0
98271 - __be32 fir; /**< Flash Instruction Register */
98272 -#define FIR_OP0 0xF0000000
98273 -#define FIR_OP0_SHIFT 28
98274 -#define FIR_OP1 0x0F000000
98275 -#define FIR_OP1_SHIFT 24
98276 -#define FIR_OP2 0x00F00000
98277 -#define FIR_OP2_SHIFT 20
98278 -#define FIR_OP3 0x000F0000
98279 -#define FIR_OP3_SHIFT 16
98280 -#define FIR_OP4 0x0000F000
98281 -#define FIR_OP4_SHIFT 12
98282 -#define FIR_OP5 0x00000F00
98283 -#define FIR_OP5_SHIFT 8
98284 -#define FIR_OP6 0x000000F0
98285 -#define FIR_OP6_SHIFT 4
98286 -#define FIR_OP7 0x0000000F
98287 -#define FIR_OP7_SHIFT 0
98288 -#define FIR_OP_NOP 0x0 /* No operation and end of sequence */
98289 -#define FIR_OP_CA 0x1 /* Issue current column address */
98290 -#define FIR_OP_PA 0x2 /* Issue current block+page address */
98291 -#define FIR_OP_UA 0x3 /* Issue user defined address */
98292 -#define FIR_OP_CM0 0x4 /* Issue command from FCR[CMD0] */
98293 -#define FIR_OP_CM1 0x5 /* Issue command from FCR[CMD1] */
98294 -#define FIR_OP_CM2 0x6 /* Issue command from FCR[CMD2] */
98295 -#define FIR_OP_CM3 0x7 /* Issue command from FCR[CMD3] */
98296 -#define FIR_OP_WB 0x8 /* Write FBCR bytes from FCM buffer */
98297 -#define FIR_OP_WS 0x9 /* Write 1 or 2 bytes from MDR[AS] */
98298 -#define FIR_OP_RB 0xA /* Read FBCR bytes to FCM buffer */
98299 -#define FIR_OP_RS 0xB /* Read 1 or 2 bytes to MDR[AS] */
98300 -#define FIR_OP_CW0 0xC /* Wait then issue FCR[CMD0] */
98301 -#define FIR_OP_CW1 0xD /* Wait then issue FCR[CMD1] */
98302 -#define FIR_OP_RBW 0xE /* Wait then read FBCR bytes */
98303 -#define FIR_OP_RSW 0xE /* Wait then read 1 or 2 bytes */
98304 - __be32 fcr; /**< Flash Command Register */
98305 -#define FCR_CMD0 0xFF000000
98306 -#define FCR_CMD0_SHIFT 24
98307 -#define FCR_CMD1 0x00FF0000
98308 -#define FCR_CMD1_SHIFT 16
98309 -#define FCR_CMD2 0x0000FF00
98310 -#define FCR_CMD2_SHIFT 8
98311 -#define FCR_CMD3 0x000000FF
98312 -#define FCR_CMD3_SHIFT 0
98313 - __be32 fbar; /**< Flash Block Address Register */
98314 -#define FBAR_BLK 0x00FFFFFF
98315 - __be32 fpar; /**< Flash Page Address Register */
98316 -#define FPAR_SP_PI 0x00007C00
98317 -#define FPAR_SP_PI_SHIFT 10
98318 -#define FPAR_SP_MS 0x00000200
98319 -#define FPAR_SP_CI 0x000001FF
98320 -#define FPAR_SP_CI_SHIFT 0
98321 -#define FPAR_LP_PI 0x0003F000
98322 -#define FPAR_LP_PI_SHIFT 12
98323 -#define FPAR_LP_MS 0x00000800
98324 -#define FPAR_LP_CI 0x000007FF
98325 -#define FPAR_LP_CI_SHIFT 0
98326 - __be32 fbcr; /**< Flash Byte Count Register */
98327 -#define FBCR_BC 0x00000FFF
98332 struct fsl_elbc_ctrl;
98334 /* mtd information per set */
98335 @@ -261,7 +66,7 @@ struct fsl_elbc_ctrl {
98338 struct device *dev;
98339 - struct elbc_regs __iomem *regs;
98340 + struct fsl_lbc_regs __iomem *regs;
98342 wait_queue_head_t irq_wait;
98343 unsigned int irq_status; /* status read from LTESR by irq handler */
98344 @@ -322,7 +127,7 @@ static void set_addr(struct mtd_info *mt
98345 struct nand_chip *chip = mtd->priv;
98346 struct fsl_elbc_mtd *priv = chip->priv;
98347 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98348 - struct elbc_regs __iomem *lbc = ctrl->regs;
98349 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98352 ctrl->page = page_addr;
98353 @@ -363,7 +168,7 @@ static int fsl_elbc_run_command(struct m
98354 struct nand_chip *chip = mtd->priv;
98355 struct fsl_elbc_mtd *priv = chip->priv;
98356 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98357 - struct elbc_regs __iomem *lbc = ctrl->regs;
98358 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98360 /* Setup the FMR[OP] to execute without write protection */
98361 out_be32(&lbc->fmr, priv->fmr | 3);
98362 @@ -406,7 +211,7 @@ static void fsl_elbc_do_read(struct nand
98364 struct fsl_elbc_mtd *priv = chip->priv;
98365 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98366 - struct elbc_regs __iomem *lbc = ctrl->regs;
98367 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98369 if (priv->page_size) {
98370 out_be32(&lbc->fir,
98371 @@ -439,7 +244,7 @@ static void fsl_elbc_cmdfunc(struct mtd_
98372 struct nand_chip *chip = mtd->priv;
98373 struct fsl_elbc_mtd *priv = chip->priv;
98374 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98375 - struct elbc_regs __iomem *lbc = ctrl->regs;
98376 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98380 @@ -775,7 +580,7 @@ static int fsl_elbc_wait(struct mtd_info
98382 struct fsl_elbc_mtd *priv = chip->priv;
98383 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98384 - struct elbc_regs __iomem *lbc = ctrl->regs;
98385 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98387 if (ctrl->status != LTESR_CC)
98388 return NAND_STATUS_FAIL;
98389 @@ -807,7 +612,7 @@ static int fsl_elbc_chip_init_tail(struc
98390 struct nand_chip *chip = mtd->priv;
98391 struct fsl_elbc_mtd *priv = chip->priv;
98392 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98393 - struct elbc_regs __iomem *lbc = ctrl->regs;
98394 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98397 /* calculate FMR Address Length field */
98398 @@ -922,7 +727,7 @@ static void fsl_elbc_write_page(struct m
98399 static int fsl_elbc_chip_init(struct fsl_elbc_mtd *priv)
98401 struct fsl_elbc_ctrl *ctrl = priv->ctrl;
98402 - struct elbc_regs __iomem *lbc = ctrl->regs;
98403 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98404 struct nand_chip *chip = &priv->chip;
98406 dev_dbg(priv->dev, "eLBC Set Information for bank %d\n", priv->bank);
98407 @@ -986,7 +791,7 @@ static int fsl_elbc_chip_remove(struct f
98408 static int fsl_elbc_chip_probe(struct fsl_elbc_ctrl *ctrl,
98409 struct device_node *node)
98411 - struct elbc_regs __iomem *lbc = ctrl->regs;
98412 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98413 struct fsl_elbc_mtd *priv;
98414 struct resource res;
98415 #ifdef CONFIG_MTD_PARTITIONS
98416 @@ -1083,7 +888,7 @@ err:
98418 static int __devinit fsl_elbc_ctrl_init(struct fsl_elbc_ctrl *ctrl)
98420 - struct elbc_regs __iomem *lbc = ctrl->regs;
98421 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98423 /* clear event registers */
98424 setbits32(&lbc->ltesr, LTESR_NAND_MASK);
98425 @@ -1128,7 +933,7 @@ static int __devexit fsl_elbc_ctrl_remov
98426 static irqreturn_t fsl_elbc_ctrl_irq(int irqno, void *data)
98428 struct fsl_elbc_ctrl *ctrl = data;
98429 - struct elbc_regs __iomem *lbc = ctrl->regs;
98430 + struct fsl_lbc_regs __iomem *lbc = ctrl->regs;
98431 __be32 status = in_be32(&lbc->ltesr) & LTESR_NAND_MASK;
98434 --- a/drivers/net/Makefile
98435 +++ b/drivers/net/Makefile
98436 @@ -219,7 +219,8 @@ obj-$(CONFIG_SMC911X) += smc911x.o
98437 obj-$(CONFIG_BFIN_MAC) += bfin_mac.o
98438 obj-$(CONFIG_DM9000) += dm9000.o
98439 obj-$(CONFIG_FEC_8XX) += fec_8xx/
98440 -obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o
98441 +obj-$(CONFIG_PASEMI_MAC) += pasemi_mac_driver.o
98442 +pasemi_mac_driver-objs := pasemi_mac.o pasemi_mac_ethtool.o
98443 obj-$(CONFIG_MLX4_CORE) += mlx4/
98444 obj-$(CONFIG_ENC28J60) += enc28j60.o
98446 --- a/drivers/net/iseries_veth.c
98447 +++ b/drivers/net/iseries_veth.c
98448 @@ -308,7 +308,8 @@ static void veth_complete_allocation(voi
98450 static int veth_allocate_events(HvLpIndex rlp, int number)
98452 - struct veth_allocation vc = { COMPLETION_INITIALIZER(vc.c), 0 };
98453 + struct veth_allocation vc =
98454 + { COMPLETION_INITIALIZER_ONSTACK(vc.c), 0 };
98456 mf_allocate_lp_events(rlp, HvLpEvent_Type_VirtualLan,
98457 sizeof(struct veth_lpevent), number,
98458 --- a/drivers/net/pasemi_mac.c
98459 +++ b/drivers/net/pasemi_mac.c
98460 @@ -55,15 +55,10 @@
98461 * - Multiqueue RX/TX
98465 -/* Must be a power of two */
98466 -#define RX_RING_SIZE 2048
98467 -#define TX_RING_SIZE 4096
98469 #define LRO_MAX_AGGR 64
98471 #define PE_MIN_MTU 64
98472 -#define PE_MAX_MTU 1500
98473 +#define PE_MAX_MTU 9000
98474 #define PE_DEF_MTU ETH_DATA_LEN
98476 #define DEFAULT_MSG_ENABLE \
98478 NETIF_MSG_RX_ERR | \
98481 -#define TX_DESC(tx, num) ((tx)->chan.ring_virt[(num) & (TX_RING_SIZE-1)])
98482 -#define TX_DESC_INFO(tx, num) ((tx)->ring_info[(num) & (TX_RING_SIZE-1)])
98483 -#define RX_DESC(rx, num) ((rx)->chan.ring_virt[(num) & (RX_RING_SIZE-1)])
98484 -#define RX_DESC_INFO(rx, num) ((rx)->ring_info[(num) & (RX_RING_SIZE-1)])
98485 -#define RX_BUFF(rx, num) ((rx)->buffers[(num) & (RX_RING_SIZE-1)])
98487 -#define RING_USED(ring) (((ring)->next_to_fill - (ring)->next_to_clean) \
98488 - & ((ring)->size - 1))
98489 -#define RING_AVAIL(ring) ((ring->size) - RING_USED(ring))
98491 MODULE_LICENSE("GPL");
98492 MODULE_AUTHOR ("Olof Johansson <olof@lixom.net>");
98493 MODULE_DESCRIPTION("PA Semi PWRficient Ethernet driver");
98494 @@ -94,6 +79,8 @@ static int debug = -1; /* -1 == use DEFA
98495 module_param(debug, int, 0);
98496 MODULE_PARM_DESC(debug, "PA Semi MAC bitmapped debugging message enable value");
98498 +extern const struct ethtool_ops pasemi_mac_ethtool_ops;
98500 static int translation_enabled(void)
98502 #if defined(CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE)
98503 @@ -322,6 +309,104 @@ static int pasemi_mac_unmap_tx_skb(struc
98504 return (nfrags + 3) & ~1;
98507 +static struct pasemi_mac_csring *pasemi_mac_setup_csring(struct pasemi_mac *mac)
98509 + struct pasemi_mac_csring *ring;
98511 + unsigned int cfg;
98514 + ring = pasemi_dma_alloc_chan(TXCHAN, sizeof(struct pasemi_mac_csring),
98515 + offsetof(struct pasemi_mac_csring, chan));
98518 + dev_err(&mac->pdev->dev, "Can't allocate checksum channel\n");
98522 + chno = ring->chan.chno;
98524 + ring->size = CS_RING_SIZE;
98525 + ring->next_to_fill = 0;
98527 + /* Allocate descriptors */
98528 + if (pasemi_dma_alloc_ring(&ring->chan, CS_RING_SIZE))
98529 + goto out_ring_desc;
98531 + write_dma_reg(PAS_DMA_TXCHAN_BASEL(chno),
98532 + PAS_DMA_TXCHAN_BASEL_BRBL(ring->chan.ring_dma));
98533 + val = PAS_DMA_TXCHAN_BASEU_BRBH(ring->chan.ring_dma >> 32);
98534 + val |= PAS_DMA_TXCHAN_BASEU_SIZ(CS_RING_SIZE >> 3);
98536 + write_dma_reg(PAS_DMA_TXCHAN_BASEU(chno), val);
98538 + ring->events[0] = pasemi_dma_alloc_flag();
98539 + ring->events[1] = pasemi_dma_alloc_flag();
98540 + if (ring->events[0] < 0 || ring->events[1] < 0)
98543 + pasemi_dma_clear_flag(ring->events[0]);
98544 + pasemi_dma_clear_flag(ring->events[1]);
98546 + ring->fun = pasemi_dma_alloc_fun();
98547 + if (ring->fun < 0)
98550 + cfg = PAS_DMA_TXCHAN_CFG_TY_FUNC | PAS_DMA_TXCHAN_CFG_UP |
98551 + PAS_DMA_TXCHAN_CFG_TATTR(ring->fun) |
98552 + PAS_DMA_TXCHAN_CFG_LPSQ | PAS_DMA_TXCHAN_CFG_LPDQ;
98554 + if (translation_enabled())
98555 + cfg |= PAS_DMA_TXCHAN_CFG_TRD | PAS_DMA_TXCHAN_CFG_TRR;
98557 + write_dma_reg(PAS_DMA_TXCHAN_CFG(chno), cfg);
98559 + /* enable channel */
98560 + pasemi_dma_start_chan(&ring->chan, PAS_DMA_TXCHAN_TCMDSTA_SZ |
98561 + PAS_DMA_TXCHAN_TCMDSTA_DB |
98562 + PAS_DMA_TXCHAN_TCMDSTA_DE |
98563 + PAS_DMA_TXCHAN_TCMDSTA_DA);
98569 + if (ring->events[0] >= 0)
98570 + pasemi_dma_free_flag(ring->events[0]);
98571 + if (ring->events[1] >= 0)
98572 + pasemi_dma_free_flag(ring->events[1]);
98573 + pasemi_dma_free_ring(&ring->chan);
98575 + pasemi_dma_free_chan(&ring->chan);
98581 +static void pasemi_mac_setup_csrings(struct pasemi_mac *mac)
98584 + mac->cs[0] = pasemi_mac_setup_csring(mac);
98585 + if (mac->type == MAC_TYPE_XAUI)
98586 + mac->cs[1] = pasemi_mac_setup_csring(mac);
98590 + for (i = 0; i < MAX_CS; i++)
98595 +static void pasemi_mac_free_csring(struct pasemi_mac_csring *csring)
98597 + pasemi_dma_stop_chan(&csring->chan);
98598 + pasemi_dma_free_flag(csring->events[0]);
98599 + pasemi_dma_free_flag(csring->events[1]);
98600 + pasemi_dma_free_ring(&csring->chan);
98601 + pasemi_dma_free_chan(&csring->chan);
98602 + pasemi_dma_free_fun(csring->fun);
98605 static int pasemi_mac_setup_rx_resources(const struct net_device *dev)
98607 struct pasemi_mac_rxring *ring;
98608 @@ -445,7 +530,7 @@ pasemi_mac_setup_tx_resources(const stru
98609 cfg = PAS_DMA_TXCHAN_CFG_TY_IFACE |
98610 PAS_DMA_TXCHAN_CFG_TATTR(mac->dma_if) |
98611 PAS_DMA_TXCHAN_CFG_UP |
98612 - PAS_DMA_TXCHAN_CFG_WT(2);
98613 + PAS_DMA_TXCHAN_CFG_WT(4);
98615 if (translation_enabled())
98616 cfg |= PAS_DMA_TXCHAN_CFG_TRD | PAS_DMA_TXCHAN_CFG_TRR;
98617 @@ -810,13 +895,21 @@ restart:
98618 u64 mactx = TX_DESC(txring, i);
98619 struct sk_buff *skb;
98621 - skb = TX_DESC_INFO(txring, i+1).skb;
98622 - nr_frags = TX_DESC_INFO(txring, i).dma;
98624 if ((mactx & XCT_MACTX_E) ||
98625 (*chan->status & PAS_STATUS_ERROR))
98626 pasemi_mac_tx_error(mac, mactx);
98628 + /* Skip over control descriptors */
98629 + if (!(mactx & XCT_MACTX_LLEN_M)) {
98630 + TX_DESC(txring, i) = 0;
98631 + TX_DESC(txring, i+1) = 0;
98636 + skb = TX_DESC_INFO(txring, i+1).skb;
98637 + nr_frags = TX_DESC_INFO(txring, i).dma;
98639 if (unlikely(mactx & XCT_MACTX_O))
98640 /* Not yet transmitted */
98642 @@ -1041,13 +1134,7 @@ static int pasemi_mac_open(struct net_de
98644 struct pasemi_mac *mac = netdev_priv(dev);
98645 unsigned int flags;
98648 - /* enable rx section */
98649 - write_dma_reg(PAS_DMA_COM_RXCMD, PAS_DMA_COM_RXCMD_EN);
98651 - /* enable tx section */
98652 - write_dma_reg(PAS_DMA_COM_TXCMD, PAS_DMA_COM_TXCMD_EN);
98655 flags = PAS_MAC_CFG_TXP_FCE | PAS_MAC_CFG_TXP_FPC(3) |
98656 PAS_MAC_CFG_TXP_SL(3) | PAS_MAC_CFG_TXP_COB(0xf) |
98657 @@ -1064,6 +1151,19 @@ static int pasemi_mac_open(struct net_de
98661 + /* We might already have allocated rings in case mtu was changed
98662 + * before interface was brought up.
98664 + if (dev->mtu > 1500 && !mac->num_cs) {
98665 + pasemi_mac_setup_csrings(mac);
98666 + if (!mac->num_cs)
98667 + goto out_tx_ring;
98670 + /* Zero out rmon counters */
98671 + for (i = 0; i < 32; i++)
98672 + write_mac_reg(mac, PAS_MAC_RMON(i), 0);
98674 /* 0x3ff with 33MHz clock is about 31us */
98675 write_iob_reg(PAS_IOB_DMA_COM_TIMEOUTCFG,
98676 PAS_IOB_DMA_COM_TIMEOUTCFG_TCNT(0x3ff));
98677 @@ -1247,7 +1347,7 @@ static int pasemi_mac_close(struct net_d
98679 struct pasemi_mac *mac = netdev_priv(dev);
98682 + int rxch, txch, i;
98684 rxch = rx_ring(mac)->chan.chno;
98685 txch = tx_ring(mac)->chan.chno;
98686 @@ -1292,6 +1392,13 @@ static int pasemi_mac_close(struct net_d
98687 free_irq(mac->tx->chan.irq, mac->tx);
98688 free_irq(mac->rx->chan.irq, mac->rx);
98690 + for (i = 0; i < mac->num_cs; i++) {
98691 + pasemi_mac_free_csring(mac->cs[i]);
98692 + mac->cs[i] = NULL;
98697 /* Free resources */
98698 pasemi_mac_free_rx_resources(mac);
98699 pasemi_mac_free_tx_resources(mac);
98700 @@ -1299,35 +1406,113 @@ static int pasemi_mac_close(struct net_d
98704 +static void pasemi_mac_queue_csdesc(const struct sk_buff *skb,
98705 + const dma_addr_t *map,
98706 + const unsigned int *map_size,
98707 + struct pasemi_mac_txring *txring,
98708 + struct pasemi_mac_csring *csring)
98711 + dma_addr_t cs_dest;
98712 + const int nh_off = skb_network_offset(skb);
98713 + const int nh_len = skb_network_header_len(skb);
98714 + const int nfrags = skb_shinfo(skb)->nr_frags;
98715 + int cs_size, i, fill, hdr, cpyhdr, evt;
98716 + dma_addr_t csdma;
98718 + fund = XCT_FUN_ST | XCT_FUN_RR_8BRES |
98719 + XCT_FUN_O | XCT_FUN_FUN(csring->fun) |
98720 + XCT_FUN_CRM_SIG | XCT_FUN_LLEN(skb->len - nh_off) |
98721 + XCT_FUN_SHL(nh_len >> 2) | XCT_FUN_SE;
98723 + switch (ip_hdr(skb)->protocol) {
98724 + case IPPROTO_TCP:
98725 + fund |= XCT_FUN_SIG_TCP4;
98726 + /* TCP checksum is 16 bytes into the header */
98727 + cs_dest = map[0] + skb_transport_offset(skb) + 16;
98729 + case IPPROTO_UDP:
98730 + fund |= XCT_FUN_SIG_UDP4;
98731 + /* UDP checksum is 6 bytes into the header */
98732 + cs_dest = map[0] + skb_transport_offset(skb) + 6;
98738 + /* Do the checksum offloaded */
98739 + fill = csring->next_to_fill;
98742 + CS_DESC(csring, fill++) = fund;
98743 + /* Room for 8BRES. Checksum result is really 2 bytes into it */
98744 + csdma = csring->chan.ring_dma + (fill & (CS_RING_SIZE-1)) * 8 + 2;
98745 + CS_DESC(csring, fill++) = 0;
98747 + CS_DESC(csring, fill) = XCT_PTR_LEN(map_size[0]-nh_off) | XCT_PTR_ADDR(map[0]+nh_off);
98748 + for (i = 1; i <= nfrags; i++)
98749 + CS_DESC(csring, fill+i) = XCT_PTR_LEN(map_size[i]) | XCT_PTR_ADDR(map[i]);
98755 + /* Copy the result into the TCP packet */
98757 + CS_DESC(csring, fill++) = XCT_FUN_O | XCT_FUN_FUN(csring->fun) |
98758 + XCT_FUN_LLEN(2) | XCT_FUN_SE;
98759 + CS_DESC(csring, fill++) = XCT_PTR_LEN(2) | XCT_PTR_ADDR(cs_dest) | XCT_PTR_T;
98760 + CS_DESC(csring, fill++) = XCT_PTR_LEN(2) | XCT_PTR_ADDR(csdma);
98763 + evt = !csring->last_event;
98764 + csring->last_event = evt;
98766 + /* Event handshaking with MAC TX */
98767 + CS_DESC(csring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
98768 + CTRL_CMD_ETYPE_SET | CTRL_CMD_REG(csring->events[evt]);
98769 + CS_DESC(csring, fill++) = 0;
98770 + CS_DESC(csring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
98771 + CTRL_CMD_ETYPE_WCLR | CTRL_CMD_REG(csring->events[!evt]);
98772 + CS_DESC(csring, fill++) = 0;
98773 + csring->next_to_fill = fill & (CS_RING_SIZE-1);
98775 + cs_size = fill - hdr;
98776 + write_dma_reg(PAS_DMA_TXCHAN_INCR(csring->chan.chno), (cs_size) >> 1);
98778 + /* TX-side event handshaking */
98779 + fill = txring->next_to_fill;
98780 + TX_DESC(txring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
98781 + CTRL_CMD_ETYPE_WSET | CTRL_CMD_REG(csring->events[evt]);
98782 + TX_DESC(txring, fill++) = 0;
98783 + TX_DESC(txring, fill++) = CTRL_CMD_T | CTRL_CMD_META_EVT | CTRL_CMD_O |
98784 + CTRL_CMD_ETYPE_CLR | CTRL_CMD_REG(csring->events[!evt]);
98785 + TX_DESC(txring, fill++) = 0;
98786 + txring->next_to_fill = fill;
98788 + write_dma_reg(PAS_DMA_TXCHAN_INCR(txring->chan.chno), 2);
98793 static int pasemi_mac_start_tx(struct sk_buff *skb, struct net_device *dev)
98795 - struct pasemi_mac *mac = netdev_priv(dev);
98796 - struct pasemi_mac_txring *txring;
98797 - u64 dflags, mactx;
98798 + struct pasemi_mac * const mac = netdev_priv(dev);
98799 + struct pasemi_mac_txring * const txring = tx_ring(mac);
98800 + struct pasemi_mac_csring *csring;
98803 dma_addr_t map[MAX_SKB_FRAGS+1];
98804 unsigned int map_size[MAX_SKB_FRAGS+1];
98805 unsigned long flags;
98808 + const int nh_off = skb_network_offset(skb);
98809 + const int nh_len = skb_network_header_len(skb);
98811 - dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_CRC_PAD;
98813 - if (skb->ip_summed == CHECKSUM_PARTIAL) {
98814 - const unsigned char *nh = skb_network_header(skb);
98815 + prefetch(&txring->ring_info);
98817 - switch (ip_hdr(skb)->protocol) {
98818 - case IPPROTO_TCP:
98819 - dflags |= XCT_MACTX_CSUM_TCP;
98820 - dflags |= XCT_MACTX_IPH(skb_network_header_len(skb) >> 2);
98821 - dflags |= XCT_MACTX_IPO(nh - skb->data);
98823 - case IPPROTO_UDP:
98824 - dflags |= XCT_MACTX_CSUM_UDP;
98825 - dflags |= XCT_MACTX_IPH(skb_network_header_len(skb) >> 2);
98826 - dflags |= XCT_MACTX_IPO(nh - skb->data);
98830 + dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_CRC_PAD;
98832 nfrags = skb_shinfo(skb)->nr_frags;
98834 @@ -1350,24 +1535,46 @@ static int pasemi_mac_start_tx(struct sk
98838 - mactx = dflags | XCT_MACTX_LLEN(skb->len);
98839 + if (skb->ip_summed == CHECKSUM_PARTIAL && skb->len <= 1540) {
98840 + switch (ip_hdr(skb)->protocol) {
98841 + case IPPROTO_TCP:
98842 + dflags |= XCT_MACTX_CSUM_TCP;
98843 + dflags |= XCT_MACTX_IPH(nh_len >> 2);
98844 + dflags |= XCT_MACTX_IPO(nh_off);
98846 + case IPPROTO_UDP:
98847 + dflags |= XCT_MACTX_CSUM_UDP;
98848 + dflags |= XCT_MACTX_IPH(nh_len >> 2);
98849 + dflags |= XCT_MACTX_IPO(nh_off);
98856 - txring = tx_ring(mac);
98857 + mactx = dflags | XCT_MACTX_LLEN(skb->len);
98859 spin_lock_irqsave(&txring->lock, flags);
98861 - fill = txring->next_to_fill;
98863 /* Avoid stepping on the same cache line that the DMA controller
98864 * is currently about to send, so leave at least 8 words available.
98865 * Total free space needed is mactx + fragments + 8
98867 - if (RING_AVAIL(txring) < nfrags + 10) {
98868 + if (RING_AVAIL(txring) < nfrags + 14) {
98869 /* no room -- stop the queue and wait for tx intr */
98870 netif_stop_queue(dev);
98874 + /* Queue up checksum + event descriptors, if needed */
98875 + if (mac->num_cs && skb->ip_summed == CHECKSUM_PARTIAL && skb->len > 1540) {
98876 + csring = mac->cs[mac->last_cs];
98877 + mac->last_cs = (mac->last_cs + 1) % mac->num_cs;
98879 + pasemi_mac_queue_csdesc(skb, map, map_size, txring, csring);
98882 + fill = txring->next_to_fill;
98883 TX_DESC(txring, fill) = mactx;
98884 TX_DESC_INFO(txring, fill).dma = nfrags;
98886 @@ -1441,12 +1648,33 @@ static int pasemi_mac_poll(struct napi_s
98890 +#ifdef CONFIG_NET_POLL_CONTROLLER
98892 + * Polling 'interrupt' - used by things like netconsole to send skbs
98893 + * without having to re-enable interrupts. It's not called while
98894 + * the interrupt routine is executing.
98896 +static void pasemi_mac_netpoll(struct net_device *dev)
98898 + const struct pasemi_mac *mac = netdev_priv(dev);
98900 + disable_irq(mac->tx->chan.irq);
98901 + pasemi_mac_tx_intr(mac->tx->chan.irq, mac->tx);
98902 + enable_irq(mac->tx->chan.irq);
98904 + disable_irq(mac->rx->chan.irq);
98905 + pasemi_mac_rx_intr(mac->rx->chan.irq, mac->rx);
98906 + enable_irq(mac->rx->chan.irq);
98910 static int pasemi_mac_change_mtu(struct net_device *dev, int new_mtu)
98912 struct pasemi_mac *mac = netdev_priv(dev);
98914 - unsigned int rcmdsta;
98915 + unsigned int rcmdsta = 0;
98919 if (new_mtu < PE_MIN_MTU || new_mtu > PE_MAX_MTU)
98921 @@ -1468,6 +1696,16 @@ static int pasemi_mac_change_mtu(struct
98922 pasemi_mac_pause_rxint(mac);
98923 pasemi_mac_clean_rx(rx_ring(mac), RX_RING_SIZE);
98924 pasemi_mac_free_rx_buffers(mac);
98928 + /* Setup checksum channels if large MTU and none already allocated */
98929 + if (new_mtu > 1500 && !mac->num_cs) {
98930 + pasemi_mac_setup_csrings(mac);
98931 + if (!mac->num_cs) {
98937 /* Change maxf, i.e. what size frames are accepted.
98938 @@ -1482,6 +1720,7 @@ static int pasemi_mac_change_mtu(struct
98939 /* MTU + ETH_HLEN + VLAN_HLEN + 2 64B cachelines */
98940 mac->bufsz = new_mtu + ETH_HLEN + ETH_FCS_LEN + LOCAL_SKB_ALIGN + 128;
98944 write_dma_reg(PAS_DMA_RXINT_RCMDSTA(mac->dma_if),
98945 rcmdsta | PAS_DMA_RXINT_RCMDSTA_EN);
98946 @@ -1494,7 +1733,7 @@ static int pasemi_mac_change_mtu(struct
98947 pasemi_mac_intf_enable(mac);
98954 static int __devinit
98955 @@ -1528,7 +1767,7 @@ pasemi_mac_probe(struct pci_dev *pdev, c
98956 netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);
98958 dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG |
98960 + NETIF_F_HIGHDMA | NETIF_F_GSO;
98962 mac->lro_mgr.max_aggr = LRO_MAX_AGGR;
98963 mac->lro_mgr.max_desc = MAX_LRO_DESCRIPTORS;
98964 @@ -1588,8 +1827,12 @@ pasemi_mac_probe(struct pci_dev *pdev, c
98965 dev->mtu = PE_DEF_MTU;
98966 /* 1500 MTU + ETH_HLEN + VLAN_HLEN + 2 64B cachelines */
98967 mac->bufsz = dev->mtu + ETH_HLEN + ETH_FCS_LEN + LOCAL_SKB_ALIGN + 128;
98968 +#ifdef CONFIG_NET_POLL_CONTROLLER
98969 + dev->poll_controller = pasemi_mac_netpoll;
98972 dev->change_mtu = pasemi_mac_change_mtu;
98973 + dev->ethtool_ops = &pasemi_mac_ethtool_ops;
98977 --- a/drivers/net/pasemi_mac.h
98978 +++ b/drivers/net/pasemi_mac.h
98980 #include <linux/spinlock.h>
98981 #include <linux/phy.h>
98983 +/* Must be a power of two */
98984 +#define RX_RING_SIZE 2048
98985 +#define TX_RING_SIZE 4096
98986 +#define CS_RING_SIZE (TX_RING_SIZE*2)
98989 #define MAX_LRO_DESCRIPTORS 8
98992 struct pasemi_mac_txring {
98993 struct pasemi_dmachan chan; /* Must be first */
98994 @@ -51,6 +58,15 @@ struct pasemi_mac_rxring {
98995 struct pasemi_mac *mac; /* Needed in intr handler */
98998 +struct pasemi_mac_csring {
98999 + struct pasemi_dmachan chan;
99000 + unsigned int size;
99001 + unsigned int next_to_fill;
99007 struct pasemi_mac {
99008 struct net_device *netdev;
99009 struct pci_dev *pdev;
99010 @@ -60,10 +76,12 @@ struct pasemi_mac {
99011 struct napi_struct napi;
99013 int bufsz; /* RX ring buffer size */
99018 #define MAC_TYPE_GMAC 1
99019 #define MAC_TYPE_XAUI 2
99024 @@ -74,6 +92,7 @@ struct pasemi_mac {
99026 struct pasemi_mac_txring *tx;
99027 struct pasemi_mac_rxring *rx;
99028 + struct pasemi_mac_csring *cs[MAX_CS];
99029 char tx_irq_name[10]; /* "eth%d tx" */
99030 char rx_irq_name[10]; /* "eth%d rx" */
99032 @@ -90,6 +109,16 @@ struct pasemi_mac_buffer {
99036 +#define TX_DESC(tx, num) ((tx)->chan.ring_virt[(num) & (TX_RING_SIZE-1)])
99037 +#define TX_DESC_INFO(tx, num) ((tx)->ring_info[(num) & (TX_RING_SIZE-1)])
99038 +#define RX_DESC(rx, num) ((rx)->chan.ring_virt[(num) & (RX_RING_SIZE-1)])
99039 +#define RX_DESC_INFO(rx, num) ((rx)->ring_info[(num) & (RX_RING_SIZE-1)])
99040 +#define RX_BUFF(rx, num) ((rx)->buffers[(num) & (RX_RING_SIZE-1)])
99041 +#define CS_DESC(cs, num) ((cs)->chan.ring_virt[(num) & (CS_RING_SIZE-1)])
99043 +#define RING_USED(ring) (((ring)->next_to_fill - (ring)->next_to_clean) \
99044 + & ((ring)->size - 1))
99045 +#define RING_AVAIL(ring) ((ring->size) - RING_USED(ring))
99047 /* PCI register offsets and formats */
99049 @@ -101,6 +130,7 @@ enum {
99050 PAS_MAC_CFG_ADR0 = 0x8c,
99051 PAS_MAC_CFG_ADR1 = 0x90,
99052 PAS_MAC_CFG_TXP = 0x98,
99053 + PAS_MAC_CFG_RMON = 0x100,
99054 PAS_MAC_IPC_CHNL = 0x208,
99057 @@ -172,6 +202,8 @@ enum {
99058 #define PAS_MAC_CFG_TXP_TIFG(x) (((x) << PAS_MAC_CFG_TXP_TIFG_S) & \
99059 PAS_MAC_CFG_TXP_TIFG_M)
99061 +#define PAS_MAC_RMON(r) (0x100+(r)*4)
99063 #define PAS_MAC_IPC_CHNL_DCHNO_M 0x003f0000
99064 #define PAS_MAC_IPC_CHNL_DCHNO_S 16
99065 #define PAS_MAC_IPC_CHNL_DCHNO(x) (((x) << PAS_MAC_IPC_CHNL_DCHNO_S) & \
99066 @@ -181,4 +213,5 @@ enum {
99067 #define PAS_MAC_IPC_CHNL_BCH(x) (((x) << PAS_MAC_IPC_CHNL_BCH_S) & \
99068 PAS_MAC_IPC_CHNL_BCH_M)
99071 #endif /* PASEMI_MAC_H */
99073 +++ b/drivers/net/pasemi_mac_ethtool.c
99076 + * Copyright (C) 2006-2008 PA Semi, Inc
99078 + * Ethtool hooks for the PA Semi PWRficient onchip 1G/10G Ethernet MACs
99080 + * This program is free software; you can redistribute it and/or modify
99081 + * it under the terms of the GNU General Public License version 2 as
99082 + * published by the Free Software Foundation.
99084 + * This program is distributed in the hope that it will be useful,
99085 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
99086 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
99087 + * GNU General Public License for more details.
99089 + * You should have received a copy of the GNU General Public License
99090 + * along with this program; if not, write to the Free Software
99091 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
99095 +#include <linux/netdevice.h>
99096 +#include <linux/ethtool.h>
99097 +#include <linux/pci.h>
99098 +#include <linux/inet_lro.h>
99100 +#include <asm/pasemi_dma.h>
99101 +#include "pasemi_mac.h"
99104 + const char str[ETH_GSTRING_LEN];
99105 +} ethtool_stats_keys[] = {
99108 + { "rx-packets" },
99109 + { "rx-broadcast-packets" },
99110 + { "rx-multicast-packets" },
99111 + { "rx-crc-errors" },
99112 + { "rx-undersize-errors" },
99113 + { "rx-oversize-errors" },
99114 + { "rx-short-fragment-errors" },
99115 + { "rx-jabber-errors" },
99116 + { "rx-64-byte-packets" },
99117 + { "rx-65-127-byte-packets" },
99118 + { "rx-128-255-byte-packets" },
99119 + { "rx-256-511-byte-packets" },
99120 + { "rx-512-1023-byte-packets" },
99121 + { "rx-1024-1518-byte-packets" },
99122 + { "rx-pause-frames" },
99124 + { "tx-packets" },
99125 + { "tx-broadcast-packets" },
99126 + { "tx-multicast-packets" },
99127 + { "tx-collisions" },
99128 + { "tx-late-collisions" },
99129 + { "tx-excessive-collisions" },
99130 + { "tx-crc-errors" },
99131 + { "tx-undersize-errors" },
99132 + { "tx-oversize-errors" },
99133 + { "tx-64-byte-packets" },
99134 + { "tx-65-127-byte-packets" },
99135 + { "tx-128-255-byte-packets" },
99136 + { "tx-256-511-byte-packets" },
99137 + { "tx-512-1023-byte-packets" },
99138 + { "tx-1024-1518-byte-packets" },
99142 +pasemi_mac_ethtool_get_settings(struct net_device *netdev,
99143 + struct ethtool_cmd *cmd)
99145 + struct pasemi_mac *mac = netdev_priv(netdev);
99146 + struct phy_device *phydev = mac->phydev;
99148 + return phy_ethtool_gset(phydev, cmd);
99152 +pasemi_mac_ethtool_get_drvinfo(struct net_device *netdev,
99153 + struct ethtool_drvinfo *drvinfo)
99155 + struct pasemi_mac *mac;
99156 + mac = netdev_priv(netdev);
99158 + /* clear and fill out info */
99159 + memset(drvinfo, 0, sizeof(struct ethtool_drvinfo));
99160 + strncpy(drvinfo->driver, "pasemi_mac", 12);
99161 + strcpy(drvinfo->version, "N/A");
99162 + strcpy(drvinfo->fw_version, "N/A");
99163 + strncpy(drvinfo->bus_info, pci_name(mac->pdev), 32);
99167 +pasemi_mac_ethtool_get_msglevel(struct net_device *netdev)
99169 + struct pasemi_mac *mac = netdev_priv(netdev);
99170 + return mac->msg_enable;
99174 +pasemi_mac_ethtool_set_msglevel(struct net_device *netdev,
99177 + struct pasemi_mac *mac = netdev_priv(netdev);
99178 + mac->msg_enable = level;
99183 +pasemi_mac_ethtool_get_ringparam(struct net_device *netdev,
99184 + struct ethtool_ringparam *ering)
99186 + struct pasemi_mac *mac = netdev->priv;
99188 + ering->tx_max_pending = TX_RING_SIZE/2;
99189 + ering->tx_pending = RING_USED(mac->tx)/2;
99190 + ering->rx_max_pending = RX_RING_SIZE/4;
99191 + ering->rx_pending = RING_USED(mac->rx)/4;
99194 +static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset)
99197 + case ETH_SS_STATS:
99198 + return ARRAY_SIZE(ethtool_stats_keys);
99200 + return -EOPNOTSUPP;
99204 +static void pasemi_mac_get_ethtool_stats(struct net_device *netdev,
99205 + struct ethtool_stats *stats, u64 *data)
99207 + struct pasemi_mac *mac = netdev->priv;
99210 + data[0] = pasemi_read_dma_reg(PAS_DMA_RXINT_RCMDSTA(mac->dma_if))
99211 + >> PAS_DMA_RXINT_RCMDSTA_DROPS_S;
99212 + for (i = 0; i < 32; i++)
99213 + data[1+i] = pasemi_read_mac_reg(mac->dma_if, PAS_MAC_RMON(i));
99216 +static void pasemi_mac_get_strings(struct net_device *netdev, u32 stringset,
99219 + memcpy(data, ethtool_stats_keys, sizeof(ethtool_stats_keys));
99222 +const struct ethtool_ops pasemi_mac_ethtool_ops = {
99223 + .get_settings = pasemi_mac_ethtool_get_settings,
99224 + .get_drvinfo = pasemi_mac_ethtool_get_drvinfo,
99225 + .get_msglevel = pasemi_mac_ethtool_get_msglevel,
99226 + .set_msglevel = pasemi_mac_ethtool_set_msglevel,
99227 + .get_link = ethtool_op_get_link,
99228 + .get_ringparam = pasemi_mac_ethtool_get_ringparam,
99229 + .get_strings = pasemi_mac_get_strings,
99230 + .get_sset_count = pasemi_mac_get_sset_count,
99231 + .get_ethtool_stats = pasemi_mac_get_ethtool_stats,
99234 --- a/drivers/net/ps3_gelic_net.c
99235 +++ b/drivers/net/ps3_gelic_net.c
99236 @@ -1266,6 +1266,85 @@ int gelic_net_set_rx_csum(struct net_dev
99240 +static void gelic_net_get_wol(struct net_device *netdev,
99241 + struct ethtool_wolinfo *wol)
99243 + if (0 <= ps3_compare_firmware_version(2, 2, 0))
99244 + wol->supported = WAKE_MAGIC;
99246 + wol->supported = 0;
99248 + wol->wolopts = ps3_sys_manager_get_wol() ? wol->supported : 0;
99249 + memset(&wol->sopass, 0, sizeof(wol->sopass));
99251 +static int gelic_net_set_wol(struct net_device *netdev,
99252 + struct ethtool_wolinfo *wol)
99255 + struct gelic_card *card;
99258 + if (ps3_compare_firmware_version(2, 2, 0) < 0 ||
99259 + !capable(CAP_NET_ADMIN))
99262 + if (wol->wolopts & ~WAKE_MAGIC)
99265 + card = netdev_card(netdev);
99266 + if (wol->wolopts & WAKE_MAGIC) {
99267 + status = lv1_net_control(bus_id(card), dev_id(card),
99268 + GELIC_LV1_SET_WOL,
99269 + GELIC_LV1_WOL_MAGIC_PACKET,
99270 + 0, GELIC_LV1_WOL_MP_ENABLE,
99273 + pr_info("%s: enabling WOL failed %d\n", __func__,
99278 + status = lv1_net_control(bus_id(card), dev_id(card),
99279 + GELIC_LV1_SET_WOL,
99280 + GELIC_LV1_WOL_ADD_MATCH_ADDR,
99281 + 0, GELIC_LV1_WOL_MATCH_ALL,
99284 + ps3_sys_manager_set_wol(1);
99286 + pr_info("%s: enabling WOL filter failed %d\n",
99287 + __func__, status);
99291 + status = lv1_net_control(bus_id(card), dev_id(card),
99292 + GELIC_LV1_SET_WOL,
99293 + GELIC_LV1_WOL_MAGIC_PACKET,
99294 + 0, GELIC_LV1_WOL_MP_DISABLE,
99297 + pr_info("%s: disabling WOL failed %d\n", __func__,
99302 + status = lv1_net_control(bus_id(card), dev_id(card),
99303 + GELIC_LV1_SET_WOL,
99304 + GELIC_LV1_WOL_DELETE_MATCH_ADDR,
99305 + 0, GELIC_LV1_WOL_MATCH_ALL,
99308 + ps3_sys_manager_set_wol(0);
99310 + pr_info("%s: removing WOL filter failed %d\n",
99311 + __func__, status);
99319 static struct ethtool_ops gelic_ether_ethtool_ops = {
99320 .get_drvinfo = gelic_net_get_drvinfo,
99321 .get_settings = gelic_ether_get_settings,
99322 @@ -1274,6 +1353,8 @@ static struct ethtool_ops gelic_ether_et
99323 .set_tx_csum = ethtool_op_set_tx_csum,
99324 .get_rx_csum = gelic_net_get_rx_csum,
99325 .set_rx_csum = gelic_net_set_rx_csum,
99326 + .get_wol = gelic_net_get_wol,
99327 + .set_wol = gelic_net_set_wol,
99331 --- a/drivers/net/ps3_gelic_net.h
99332 +++ b/drivers/net/ps3_gelic_net.h
99333 @@ -182,12 +182,32 @@ enum gelic_lv1_net_control_code {
99334 GELIC_LV1_GET_ETH_PORT_STATUS = 2,
99335 GELIC_LV1_SET_NEGOTIATION_MODE = 3,
99336 GELIC_LV1_GET_VLAN_ID = 4,
99337 + GELIC_LV1_SET_WOL = 5,
99338 GELIC_LV1_GET_CHANNEL = 6,
99339 GELIC_LV1_POST_WLAN_CMD = 9,
99340 GELIC_LV1_GET_WLAN_CMD_RESULT = 10,
99341 GELIC_LV1_GET_WLAN_EVENT = 11
99344 +/* for GELIC_LV1_SET_WOL */
99345 +enum gelic_lv1_wol_command {
99346 + GELIC_LV1_WOL_MAGIC_PACKET = 1,
99347 + GELIC_LV1_WOL_ADD_MATCH_ADDR = 6,
99348 + GELIC_LV1_WOL_DELETE_MATCH_ADDR = 7,
99351 +/* for GELIC_LV1_WOL_MAGIC_PACKET */
99352 +enum gelic_lv1_wol_mp_arg {
99353 + GELIC_LV1_WOL_MP_DISABLE = 0,
99354 + GELIC_LV1_WOL_MP_ENABLE = 1,
99357 +/* for GELIC_LV1_WOL_{ADD,DELETE}_MATCH_ADDR */
99358 +enum gelic_lv1_wol_match_arg {
99359 + GELIC_LV1_WOL_MATCH_INDIVIDUAL = 0,
99360 + GELIC_LV1_WOL_MATCH_ALL = 1,
99363 /* status returened from GET_ETH_PORT_STATUS */
99364 enum gelic_lv1_ether_port_status {
99365 GELIC_LV1_ETHER_LINK_UP = 0x0000000000000001L,
99366 --- a/drivers/net/ucc_geth.c
99367 +++ b/drivers/net/ucc_geth.c
99368 @@ -3853,7 +3853,13 @@ static int ucc_geth_probe(struct of_devi
99370 ugeth_vdbg("%s: IN", __FUNCTION__);
99372 - prop = of_get_property(np, "device-id", NULL);
99373 + prop = of_get_property(np, "cell-index", NULL);
99375 + prop = of_get_property(np, "device-id", NULL);
99380 ucc_num = *prop - 1;
99381 if ((ucc_num < 0) || (ucc_num > 7))
99383 --- a/drivers/net/ucc_geth_mii.c
99384 +++ b/drivers/net/ucc_geth_mii.c
99385 @@ -203,9 +203,14 @@ static int uec_mdio_probe(struct of_devi
99386 if ((res.start >= tempres.start) &&
99387 (res.end <= tempres.end)) {
99388 /* set this UCC to be the MII master */
99389 - const u32 *id = of_get_property(tempnp, "device-id", NULL);
99391 - goto bus_register_fail;
99394 + id = of_get_property(tempnp, "cell-index", NULL);
99396 + id = of_get_property(tempnp, "device-id", NULL);
99398 + goto bus_register_fail;
99401 ucc_set_qe_mux_mii_mng(*id - 1);
99403 --- a/drivers/of/Kconfig
99404 +++ b/drivers/of/Kconfig
99408 depends on OF && (SPARC || PPC_OF)
99412 + depends on OF && PPC_OF && HAVE_GPIO_LIB
99414 + OpenFirmware GPIO accessors
99418 + depends on OF && I2C
99420 + OpenFirmware I2C accessors
99421 --- a/drivers/of/Makefile
99422 +++ b/drivers/of/Makefile
99425 obj-$(CONFIG_OF_DEVICE) += device.o platform.o
99426 +obj-$(CONFIG_OF_GPIO) += gpio.o
99427 +obj-$(CONFIG_OF_I2C) += i2c.o
99428 --- a/drivers/of/base.c
99429 +++ b/drivers/of/base.c
99430 @@ -117,6 +117,32 @@ int of_device_is_compatible(const struct
99431 EXPORT_SYMBOL(of_device_is_compatible);
99434 + * of_device_is_available - check if a device is available for use
99436 + * @device: Node to check for availability
99438 + * Returns 1 if the status property is absent or set to "okay" or "ok",
99441 +int of_device_is_available(const struct device_node *device)
99443 + const char *status;
99446 + status = of_get_property(device, "status", &statlen);
99447 + if (status == NULL)
99450 + if (statlen > 0) {
99451 + if (!strcmp(status, "okay") || !strcmp(status, "ok"))
99457 +EXPORT_SYMBOL(of_device_is_available);
99460 * of_get_parent - Get a node's parent if any
99461 * @node: Node to get parent
99464 +++ b/drivers/of/gpio.c
99467 + * OF helpers for the GPIO API
99469 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
99471 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
99473 + * This program is free software; you can redistribute it and/or modify
99474 + * it under the terms of the GNU General Public License as published by
99475 + * the Free Software Foundation; either version 2 of the License, or
99476 + * (at your option) any later version.
99479 +#include <linux/kernel.h>
99480 +#include <linux/errno.h>
99481 +#include <linux/io.h>
99482 +#include <linux/of.h>
99483 +#include <linux/of_gpio.h>
99484 +#include <asm/prom.h>
99487 + * of_get_gpio - Get a GPIO number from the device tree to use with GPIO API
99488 + * @np: device node to get GPIO from
99489 + * @index: index of the GPIO
99491 + * Returns GPIO number to use with Linux generic GPIO API, or one of the errno
99492 + * value on the error condition.
99494 +int of_get_gpio(struct device_node *np, int index)
99496 + int ret = -EINVAL;
99497 + struct device_node *gc;
99498 + struct of_gpio_chip *of_gc = NULL;
99500 + const u32 *gpios;
99503 + const void *gpio_spec;
99504 + const u32 *gpio_cells;
99505 + int gpio_index = 0;
99507 + gpios = of_get_property(np, "gpios", &size);
99512 + nr_cells = size / sizeof(u32);
99514 + for (i = 0; i < nr_cells; gpio_index++) {
99515 + const phandle *gpio_phandle;
99517 + gpio_phandle = gpios + i;
99518 + gpio_spec = gpio_phandle + 1;
99520 + /* one cell hole in the gpios = <>; */
99521 + if (!*gpio_phandle) {
99522 + if (gpio_index == index)
99528 + gc = of_find_node_by_phandle(*gpio_phandle);
99530 + pr_debug("%s: could not find phandle for gpios\n",
99535 + of_gc = gc->data;
99537 + pr_debug("%s: gpio controller %s isn't registered\n",
99538 + np->full_name, gc->full_name);
99542 + gpio_cells = of_get_property(gc, "#gpio-cells", &size);
99543 + if (!gpio_cells || size != sizeof(*gpio_cells) ||
99544 + *gpio_cells != of_gc->gpio_cells) {
99545 + pr_debug("%s: wrong #gpio-cells for %s\n",
99546 + np->full_name, gc->full_name);
99550 + /* Next phandle is at phandle cells + #gpio-cells */
99551 + i += sizeof(*gpio_phandle) / sizeof(u32) + *gpio_cells;
99552 + if (i >= nr_cells + 1) {
99553 + pr_debug("%s: insufficient gpio-spec length\n",
99558 + if (gpio_index == index)
99570 + ret = of_gc->xlate(of_gc, np, gpio_spec);
99574 + ret += of_gc->gc.base;
99578 + pr_debug("%s exited with status %d\n", __func__, ret);
99581 +EXPORT_SYMBOL(of_get_gpio);
99584 + * of_gpio_simple_xlate - translate gpio_spec to the GPIO number
99585 + * @of_gc: pointer to the of_gpio_chip structure
99586 + * @np: device node of the GPIO chip
99587 + * @gpio_spec: gpio specifier as found in the device tree
99589 + * This is simple translation function, suitable for the most 1:1 mapped
99590 + * gpio chips. This function performs only one sanity check: whether gpio
99591 + * is less than ngpios (that is specified in the gpio_chip).
99593 +int of_gpio_simple_xlate(struct of_gpio_chip *of_gc, struct device_node *np,
99594 + const void *gpio_spec)
99596 + const u32 *gpio = gpio_spec;
99598 + if (*gpio > of_gc->gc.ngpio)
99603 +EXPORT_SYMBOL(of_gpio_simple_xlate);
99605 +/* Should be sufficient for now, later we'll use dynamic bases. */
99606 +#if defined(CONFIG_PPC32) || defined(CONFIG_SPARC32)
99607 +#define GPIOS_PER_CHIP 32
99609 +#define GPIOS_PER_CHIP 64
99612 +static int of_get_gpiochip_base(struct device_node *np)
99614 + struct device_node *gc = NULL;
99615 + int gpiochip_base = 0;
99617 + while ((gc = of_find_all_nodes(gc))) {
99618 + if (!of_get_property(gc, "gpio-controller", NULL))
99622 + gpiochip_base += GPIOS_PER_CHIP;
99628 + if (gpiochip_base >= ARCH_NR_GPIOS)
99631 + return gpiochip_base;
99638 + * of_mm_gpiochip_add - Add memory mapped GPIO chip (bank)
99639 + * @np: device node of the GPIO chip
99640 + * @mm_gc: pointer to the of_mm_gpio_chip allocated structure
99642 + * To use this function you should allocate and fill mm_gc with:
99644 + * 1) In the gpio_chip structure:
99645 + * - all the callbacks
99647 + * 2) In the of_gpio_chip structure:
99649 + * - xlate callback (optional)
99651 + * 3) In the of_mm_gpio_chip structure:
99652 + * - save_regs callback (optional)
99654 + * If succeeded, this function will map bank's memory and will
99655 + * do all necessary work for you. Then you'll able to use .regs
99656 + * to manage GPIOs from the callbacks.
99658 +int of_mm_gpiochip_add(struct device_node *np,
99659 + struct of_mm_gpio_chip *mm_gc)
99661 + int ret = -ENOMEM;
99662 + struct of_gpio_chip *of_gc = &mm_gc->of_gc;
99663 + struct gpio_chip *gc = &of_gc->gc;
99665 + gc->label = kstrdup(np->full_name, GFP_KERNEL);
99669 + mm_gc->regs = of_iomap(np, 0);
99670 + if (!mm_gc->regs)
99673 + gc->base = of_get_gpiochip_base(np);
99674 + if (gc->base < 0) {
99679 + if (!of_gc->xlate)
99680 + of_gc->xlate = of_gpio_simple_xlate;
99682 + if (mm_gc->save_regs)
99683 + mm_gc->save_regs(mm_gc);
99685 + np->data = of_gc;
99687 + ret = gpiochip_add(gc);
99691 + /* We don't want to lose the node and its ->data */
99694 + pr_debug("%s: registered as generic GPIO chip, base is %d\n",
99695 + np->full_name, gc->base);
99699 + iounmap(mm_gc->regs);
99701 + kfree(gc->label);
99703 + pr_err("%s: GPIO chip registration failed with status %d\n",
99704 + np->full_name, ret);
99707 +EXPORT_SYMBOL(of_mm_gpiochip_add);
99709 +++ b/drivers/of/i2c.c
99712 + * OF helpers for the I2C API
99714 + * Copyright (c) 2008 Jochen Friedrich <jochen@scram.de>
99716 + * Based on a previous patch from Jon Smirl <jonsmirl@gmail.com>
99718 + * This program is free software; you can redistribute it and/or modify
99719 + * it under the terms of the GNU General Public License as published by
99720 + * the Free Software Foundation; either version 2 of the License, or
99721 + * (at your option) any later version.
99724 +#include <linux/i2c.h>
99725 +#include <linux/of.h>
99727 +struct i2c_driver_device {
99732 +static struct i2c_driver_device i2c_devices[] = {
99733 + { "dallas,ds1374", "rtc-ds1374" },
99736 +static int of_find_i2c_driver(struct device_node *node,
99737 + struct i2c_board_info *info)
99740 + const char *compatible;
99743 + /* 1. search for exception list entry */
99744 + for (i = 0; i < ARRAY_SIZE(i2c_devices); i++) {
99745 + if (!of_device_is_compatible(node, i2c_devices[i].of_device))
99747 + if (strlcpy(info->type, i2c_devices[i].i2c_type,
99748 + I2C_NAME_SIZE) >= I2C_NAME_SIZE)
99754 + compatible = of_get_property(node, "compatible", &cplen);
99758 + /* 2. search for linux,<i2c-type> entry */
99760 + while (cplen > 0) {
99761 + if (!strncmp(p, "linux,", 6)) {
99763 + if (strlcpy(info->type, p,
99764 + I2C_NAME_SIZE) >= I2C_NAME_SIZE)
99769 + i = strlen(p) + 1;
99774 + /* 3. take fist compatible entry and strip manufacturer */
99775 + p = strchr(compatible, ',');
99779 + if (strlcpy(info->type, p, I2C_NAME_SIZE) >= I2C_NAME_SIZE)
99784 +void of_register_i2c_devices(struct i2c_adapter *adap,
99785 + struct device_node *adap_node)
99788 + struct device_node *node;
99790 + for_each_child_of_node(adap_node, node) {
99791 + struct i2c_board_info info = {};
99795 + addr = of_get_property(node, "reg", &len);
99796 + if (!addr || len < sizeof(int) || *addr > (1 << 10) - 1) {
99798 + "of-i2c: invalid i2c device entry\n");
99802 + info.irq = irq_of_parse_and_map(node, 0);
99803 + if (info.irq == NO_IRQ)
99806 + if (of_find_i2c_driver(node, &info) < 0) {
99807 + irq_dispose_mapping(info.irq);
99811 + info.addr = *addr;
99813 + request_module(info.type);
99815 + result = i2c_new_device(adap, &info);
99816 + if (result == NULL) {
99818 + "of-i2c: Failed to load driver for %s\n",
99820 + irq_dispose_mapping(info.irq);
99825 +EXPORT_SYMBOL(of_register_i2c_devices);
99826 --- a/drivers/ps3/ps3-sys-manager.c
99827 +++ b/drivers/ps3/ps3-sys-manager.c
99829 #include <linux/reboot.h>
99831 #include <asm/firmware.h>
99832 +#include <asm/lv1call.h>
99833 #include <asm/ps3.h>
99836 @@ -187,6 +188,7 @@ enum ps3_sys_manager_next_op {
99837 * controller, and bluetooth controller.
99838 * @PS3_SM_WAKE_RTC:
99839 * @PS3_SM_WAKE_RTC_ERROR:
99840 + * @PS3_SM_WAKE_W_O_L: Ether or wireless LAN.
99841 * @PS3_SM_WAKE_P_O_R: Power on reset.
99843 * Additional wakeup sources when specifying PS3_SM_NEXT_OP_SYS_SHUTDOWN.
99844 @@ -200,10 +202,19 @@ enum ps3_sys_manager_wake_source {
99845 PS3_SM_WAKE_DEFAULT = 0,
99846 PS3_SM_WAKE_RTC = 0x00000040,
99847 PS3_SM_WAKE_RTC_ERROR = 0x00000080,
99848 + PS3_SM_WAKE_W_O_L = 0x00000400,
99849 PS3_SM_WAKE_P_O_R = 0x80000000,
99853 + * user_wake_sources - User specified wakeup sources.
99855 + * Logical OR of enum ps3_sys_manager_wake_source types.
99858 +static u32 user_wake_sources = PS3_SM_WAKE_DEFAULT;
99861 * enum ps3_sys_manager_cmd - Command from system manager to guest.
99863 * The guest completes the actions needed, then acks or naks the command via
99864 @@ -581,6 +592,23 @@ fail_id:
99868 +static void ps3_sys_manager_fin(struct ps3_system_bus_device *dev)
99870 + ps3_sys_manager_send_request_shutdown(dev);
99872 + pr_emerg("System Halted, OK to turn off power\n");
99874 + while (ps3_sys_manager_handle_msg(dev)) {
99875 + /* pause until next DEC interrupt */
99880 + /* pause, ignoring DEC interrupt */
99886 * ps3_sys_manager_final_power_off - The final platform machine_power_off routine.
99888 @@ -601,13 +629,9 @@ static void ps3_sys_manager_final_power_
99889 ps3_vuart_cancel_async(dev);
99891 ps3_sys_manager_send_next_op(dev, PS3_SM_NEXT_OP_SYS_SHUTDOWN,
99892 - PS3_SM_WAKE_DEFAULT);
99893 - ps3_sys_manager_send_request_shutdown(dev);
99895 - pr_emerg("System Halted, OK to turn off power\n");
99896 + user_wake_sources);
99899 - ps3_sys_manager_handle_msg(dev);
99900 + ps3_sys_manager_fin(dev);
99904 @@ -638,14 +662,42 @@ static void ps3_sys_manager_final_restar
99906 ps3_sys_manager_send_attr(dev, 0);
99907 ps3_sys_manager_send_next_op(dev, PS3_SM_NEXT_OP_SYS_REBOOT,
99908 - PS3_SM_WAKE_DEFAULT);
99909 - ps3_sys_manager_send_request_shutdown(dev);
99910 + user_wake_sources);
99912 - pr_emerg("System Halted, OK to turn off power\n");
99913 + ps3_sys_manager_fin(dev);
99917 + * ps3_sys_manager_get_wol - Get wake-on-lan setting.
99920 +int ps3_sys_manager_get_wol(void)
99922 + pr_debug("%s:%d\n", __func__, __LINE__);
99924 + return (user_wake_sources & PS3_SM_WAKE_W_O_L) != 0;
99926 +EXPORT_SYMBOL_GPL(ps3_sys_manager_get_wol);
99929 + * ps3_sys_manager_set_wol - Set wake-on-lan setting.
99932 +void ps3_sys_manager_set_wol(int state)
99934 + static DEFINE_MUTEX(mutex);
99936 + mutex_lock(&mutex);
99938 + pr_debug("%s:%d: %d\n", __func__, __LINE__, state);
99941 - ps3_sys_manager_handle_msg(dev);
99943 + user_wake_sources |= PS3_SM_WAKE_W_O_L;
99945 + user_wake_sources &= ~PS3_SM_WAKE_W_O_L;
99946 + mutex_unlock(&mutex);
99948 +EXPORT_SYMBOL_GPL(ps3_sys_manager_set_wol);
99951 * ps3_sys_manager_work - Asynchronous read handler.
99952 --- a/drivers/ps3/sys-manager-core.c
99953 +++ b/drivers/ps3/sys-manager-core.c
99957 #include <linux/kernel.h>
99958 +#include <asm/lv1call.h>
99959 #include <asm/ps3.h>
99962 @@ -50,10 +51,7 @@ void ps3_sys_manager_power_off(void)
99963 if (ps3_sys_manager_ops.power_off)
99964 ps3_sys_manager_ops.power_off(ps3_sys_manager_ops.dev);
99966 - printk(KERN_EMERG "System Halted, OK to turn off power\n");
99967 - local_irq_disable();
99970 + ps3_sys_manager_halt();
99973 void ps3_sys_manager_restart(void)
99974 @@ -61,8 +59,14 @@ void ps3_sys_manager_restart(void)
99975 if (ps3_sys_manager_ops.restart)
99976 ps3_sys_manager_ops.restart(ps3_sys_manager_ops.dev);
99978 - printk(KERN_EMERG "System Halted, OK to turn off power\n");
99979 + ps3_sys_manager_halt();
99982 +void ps3_sys_manager_halt(void)
99984 + pr_emerg("System Halted, OK to turn off power\n");
99985 local_irq_disable();
99991 --- a/drivers/serial/cpm_uart/cpm_uart.h
99992 +++ b/drivers/serial/cpm_uart/cpm_uart.h
99993 @@ -92,6 +92,9 @@ extern struct uart_cpm_port cpm_uart_por
99995 /* these are located in their respective files */
99996 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd);
99997 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
99998 + struct device_node *np);
99999 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram);
100000 int cpm_uart_init_portdesc(void);
100001 int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con);
100002 void cpm_uart_freebuf(struct uart_cpm_port *pinfo);
100003 --- a/drivers/serial/cpm_uart/cpm_uart_core.c
100004 +++ b/drivers/serial/cpm_uart/cpm_uart_core.c
100005 @@ -966,24 +966,23 @@ static int cpm_uart_init_port(struct dev
100009 - pram = of_iomap(np, 1);
100015 if (of_device_is_compatible(np, "fsl,cpm1-scc-uart") ||
100016 of_device_is_compatible(np, "fsl,cpm2-scc-uart")) {
100019 + pinfo->sccup = pram = cpm_uart_map_pram(pinfo, np);
100020 } else if (of_device_is_compatible(np, "fsl,cpm1-smc-uart") ||
100021 of_device_is_compatible(np, "fsl,cpm2-smc-uart")) {
100022 pinfo->flags |= FLAG_SMC;
100025 + pinfo->smcup = pram = cpm_uart_map_pram(pinfo, np);
100037 pinfo->tx_nrfifos = TX_NUM_FIFO;
100038 @@ -1007,7 +1006,7 @@ static int cpm_uart_init_port(struct dev
100039 return cpm_uart_request_port(&pinfo->port);
100043 + cpm_uart_unmap_pram(pinfo, pram);
100047 --- a/drivers/serial/cpm_uart/cpm_uart_cpm1.c
100048 +++ b/drivers/serial/cpm_uart/cpm_uart_cpm1.c
100050 #include <linux/serial_core.h>
100051 #include <linux/kernel.h>
100057 /**************************************************************/
100058 @@ -54,6 +56,18 @@ void cpm_line_cr_cmd(struct uart_cpm_por
100060 cpm_command(port->command, cmd);
100063 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
100064 + struct device_node *np)
100066 + return of_iomap(np, 1);
100069 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram)
100075 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd)
100077 --- a/drivers/serial/cpm_uart/cpm_uart_cpm2.c
100078 +++ b/drivers/serial/cpm_uart/cpm_uart_cpm2.c
100083 +#ifdef CONFIG_PPC_CPM_NEW_BINDING
100087 #include <linux/serial_core.h>
100088 #include <linux/kernel.h>
100089 @@ -54,6 +57,55 @@ void cpm_line_cr_cmd(struct uart_cpm_por
100091 cpm_command(port->command, cmd);
100094 +void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port,
100095 + struct device_node *np)
100098 + unsigned long offset;
100102 + /* Don't remap parameter RAM if it has already been initialized
100103 + * during console setup.
100105 + if (IS_SMC(port) && port->smcup)
100107 + else if (!IS_SMC(port) && port->sccup)
100110 + if (of_address_to_resource(np, 1, &res))
100113 + len = 1 + res.end - res.start;
100114 + pram = ioremap(res.start, len);
100122 + printk(KERN_WARNING "cpm_uart[%d]: device tree references "
100123 + "SMC pram, using boot loader/wrapper pram mapping. "
100124 + "Please fix your device tree to reference the pram "
100125 + "base register instead.\n",
100130 + offset = cpm_dpalloc(PROFF_SMC_SIZE, 64);
100131 + out_be16(pram, offset);
100133 + return cpm_muram_addr(offset);
100136 +void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram)
100143 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd)
100145 --- a/drivers/serial/of_serial.c
100146 +++ b/drivers/serial/of_serial.c
100147 @@ -56,7 +56,9 @@ static int __devinit of_platform_serial_
100148 port->flags = UPF_SHARE_IRQ | UPF_BOOT_AUTOCONF | UPF_IOREMAP
100150 port->dev = &ofdev->dev;
100151 - port->custom_divisor = *clk / (16 * (*spd));
100152 + /* If current-speed was set, then try not to change it. */
100154 + port->custom_divisor = *clk / (16 * (*spd));
100158 --- a/drivers/serial/ucc_uart.c
100159 +++ b/drivers/serial/ucc_uart.c
100160 @@ -1270,10 +1270,18 @@ static int ucc_uart_probe(struct of_devi
100162 /* Get the UCC number (device ID) */
100163 /* UCCs are numbered 1-7 */
100164 - iprop = of_get_property(np, "device-id", NULL);
100165 - if (!iprop || (*iprop < 1) || (*iprop > UCC_MAX_NUM)) {
100167 - "missing or invalid UCC specified in device tree\n");
100168 + iprop = of_get_property(np, "cell-index", NULL);
100170 + iprop = of_get_property(np, "device-id", NULL);
100172 + dev_err(&ofdev->dev, "UCC is unspecified in "
100178 + if ((*iprop < 1) || (*iprop > UCC_MAX_NUM)) {
100179 + dev_err(&ofdev->dev, "no support for UCC%u\n", *iprop);
100183 --- a/include/asm-powerpc/Kbuild
100184 +++ b/include/asm-powerpc/Kbuild
100186 include include/asm-generic/Kbuild.asm
100192 @@ -23,7 +24,6 @@ header-y += sigcontext.h
100197 unifdef-y += asm-compat.h
100199 unifdef-y += byteorder.h
100200 --- a/include/asm-powerpc/abs_addr.h
100201 +++ b/include/asm-powerpc/abs_addr.h
100203 * 2 of the License, or (at your option) any later version.
100206 +#include <linux/lmb.h>
100212 #include <asm/firmware.h>
100215 --- a/include/asm-powerpc/bitops.h
100216 +++ b/include/asm-powerpc/bitops.h
100217 @@ -312,24 +312,26 @@ static __inline__ int fls(unsigned int x
100218 asm ("cntlzw %0,%1" : "=r" (lz) : "r" (x));
100223 + * 64-bit can do this using one cntlzd (count leading zeroes doubleword)
100224 + * instruction; for 32-bit we use the generic version, which does two
100228 +static __inline__ int fls64(__u64 x)
100232 + asm ("cntlzd %0,%1" : "=r" (lz) : "r" (x));
100236 #include <asm-generic/bitops/fls64.h>
100237 +#endif /* __powerpc64__ */
100239 #include <asm-generic/bitops/hweight.h>
100241 -#define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0)
100242 -unsigned long find_next_zero_bit(const unsigned long *addr,
100243 - unsigned long size, unsigned long offset);
100245 - * find_first_bit - find the first set bit in a memory region
100246 - * @addr: The address to start the search at
100247 - * @size: The maximum size to search
100249 - * Returns the bit-number of the first set bit, not the number of the byte
100252 -#define find_first_bit(addr, size) find_next_bit((addr), (size), 0)
100253 -unsigned long find_next_bit(const unsigned long *addr,
100254 - unsigned long size, unsigned long offset);
100255 +#include <asm-generic/bitops/find.h>
100257 /* Little-endian versions */
100259 --- a/include/asm-powerpc/cpm.h
100260 +++ b/include/asm-powerpc/cpm.h
100262 #include <linux/compiler.h>
100263 #include <linux/types.h>
100265 +/* Opcodes common to CPM1 and CPM2
100267 +#define CPM_CR_INIT_TRX ((ushort)0x0000)
100268 +#define CPM_CR_INIT_RX ((ushort)0x0001)
100269 +#define CPM_CR_INIT_TX ((ushort)0x0002)
100270 +#define CPM_CR_HUNT_MODE ((ushort)0x0003)
100271 +#define CPM_CR_STOP_TX ((ushort)0x0004)
100272 +#define CPM_CR_GRA_STOP_TX ((ushort)0x0005)
100273 +#define CPM_CR_RESTART_TX ((ushort)0x0006)
100274 +#define CPM_CR_CLOSE_RX_BD ((ushort)0x0007)
100275 +#define CPM_CR_SET_GADDR ((ushort)0x0008)
100276 +#define CPM_CR_SET_TIMER ((ushort)0x0008)
100277 +#define CPM_CR_STOP_IDMA ((ushort)0x000b)
100279 /* Buffer descriptors used by many of the CPM protocols. */
100280 typedef struct cpm_buf_desc {
100281 ushort cbd_sc; /* Status and Control */
100282 --- a/include/asm-powerpc/cpm1.h
100283 +++ b/include/asm-powerpc/cpm1.h
100285 #define CPM_CR_CHAN ((ushort)0x00f0)
100286 #define CPM_CR_FLG ((ushort)0x0001)
100288 -/* Some commands (there are more...later)
100290 -#define CPM_CR_INIT_TRX ((ushort)0x0000)
100291 -#define CPM_CR_INIT_RX ((ushort)0x0001)
100292 -#define CPM_CR_INIT_TX ((ushort)0x0002)
100293 -#define CPM_CR_HUNT_MODE ((ushort)0x0003)
100294 -#define CPM_CR_STOP_TX ((ushort)0x0004)
100295 -#define CPM_CR_GRA_STOP_TX ((ushort)0x0005)
100296 -#define CPM_CR_RESTART_TX ((ushort)0x0006)
100297 -#define CPM_CR_CLOSE_RX_BD ((ushort)0x0007)
100298 -#define CPM_CR_SET_GADDR ((ushort)0x0008)
100299 -#define CPM_CR_SET_TIMER CPM_CR_SET_GADDR
100303 #define CPM_CR_CH_SCC1 ((ushort)0x0000)
100304 --- a/include/asm-powerpc/cpm2.h
100305 +++ b/include/asm-powerpc/cpm2.h
100308 #define CPM_CR_FCC_PAGE(x) (x + 0x04)
100310 -/* Some opcodes (there are more...later)
100311 +/* CPM2-specific opcodes (see cpm.h for common opcodes)
100313 -#define CPM_CR_INIT_TRX ((ushort)0x0000)
100314 -#define CPM_CR_INIT_RX ((ushort)0x0001)
100315 -#define CPM_CR_INIT_TX ((ushort)0x0002)
100316 -#define CPM_CR_HUNT_MODE ((ushort)0x0003)
100317 -#define CPM_CR_STOP_TX ((ushort)0x0004)
100318 -#define CPM_CR_GRA_STOP_TX ((ushort)0x0005)
100319 -#define CPM_CR_RESTART_TX ((ushort)0x0006)
100320 -#define CPM_CR_SET_GADDR ((ushort)0x0008)
100321 #define CPM_CR_START_IDMA ((ushort)0x0009)
100322 -#define CPM_CR_STOP_IDMA ((ushort)0x000b)
100324 #define mk_cr_cmd(PG, SBC, MCN, OP) \
100325 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
100326 --- a/include/asm-powerpc/cputhreads.h
100327 +++ b/include/asm-powerpc/cputhreads.h
100328 @@ -35,7 +35,7 @@ static inline cpumask_t cpu_thread_mask_
100331 for (i = 0; i < NR_CPUS; i += threads_per_core) {
100332 - cpus_shift_right(tmp, threads_core_mask, i);
100333 + cpus_shift_left(tmp, threads_core_mask, i);
100334 if (cpus_intersects(threads, tmp))
100337 --- a/include/asm-powerpc/dcr-native.h
100338 +++ b/include/asm-powerpc/dcr-native.h
100339 @@ -82,6 +82,19 @@ static inline void __mtdcri(int base_add
100340 spin_unlock_irqrestore(&dcr_ind_lock, flags);
100343 +static inline void __dcri_clrset(int base_addr, int base_data, int reg,
100344 + unsigned clr, unsigned set)
100349 + spin_lock_irqsave(&dcr_ind_lock, flags);
100350 + __mtdcr(base_addr, reg);
100351 + val = (__mfdcr(base_data) & ~clr) | set;
100352 + __mtdcr(base_data, val);
100353 + spin_unlock_irqrestore(&dcr_ind_lock, flags);
100356 #define mfdcri(base, reg) __mfdcri(DCRN_ ## base ## _CONFIG_ADDR, \
100357 DCRN_ ## base ## _CONFIG_DATA, \
100359 @@ -90,6 +103,10 @@ static inline void __mtdcri(int base_add
100360 DCRN_ ## base ## _CONFIG_DATA, \
100363 +#define dcri_clrset(base, reg, clr, set) __dcri_clrset(DCRN_ ## base ## _CONFIG_ADDR, \
100364 + DCRN_ ## base ## _CONFIG_DATA, \
100367 #endif /* __ASSEMBLY__ */
100368 #endif /* __KERNEL__ */
100369 #endif /* _ASM_POWERPC_DCR_NATIVE_H */
100370 --- a/include/asm-powerpc/dcr-regs.h
100371 +++ b/include/asm-powerpc/dcr-regs.h
100373 #define SDR0_UART3 0x0123
100374 #define SDR0_CUST0 0x4000
100377 + * All those DCR register addresses are offsets from the base address
100378 + * for the SRAM0 controller (e.g. 0x20 on 440GX). The base address is
100379 + * excluded here and configured in the device tree.
100381 +#define DCRN_SRAM0_SB0CR 0x00
100382 +#define DCRN_SRAM0_SB1CR 0x01
100383 +#define DCRN_SRAM0_SB2CR 0x02
100384 +#define DCRN_SRAM0_SB3CR 0x03
100385 +#define SRAM_SBCR_BU_MASK 0x00000180
100386 +#define SRAM_SBCR_BS_64KB 0x00000800
100387 +#define SRAM_SBCR_BU_RO 0x00000080
100388 +#define SRAM_SBCR_BU_RW 0x00000180
100389 +#define DCRN_SRAM0_BEAR 0x04
100390 +#define DCRN_SRAM0_BESR0 0x05
100391 +#define DCRN_SRAM0_BESR1 0x06
100392 +#define DCRN_SRAM0_PMEG 0x07
100393 +#define DCRN_SRAM0_CID 0x08
100394 +#define DCRN_SRAM0_REVID 0x09
100395 +#define DCRN_SRAM0_DPC 0x0a
100396 +#define SRAM_DPC_ENABLE 0x80000000
100399 + * All those DCR register addresses are offsets from the base address
100400 + * for the SRAM0 controller (e.g. 0x30 on 440GX). The base address is
100401 + * excluded here and configured in the device tree.
100403 +#define DCRN_L2C0_CFG 0x00
100404 +#define L2C_CFG_L2M 0x80000000
100405 +#define L2C_CFG_ICU 0x40000000
100406 +#define L2C_CFG_DCU 0x20000000
100407 +#define L2C_CFG_DCW_MASK 0x1e000000
100408 +#define L2C_CFG_TPC 0x01000000
100409 +#define L2C_CFG_CPC 0x00800000
100410 +#define L2C_CFG_FRAN 0x00200000
100411 +#define L2C_CFG_SS_MASK 0x00180000
100412 +#define L2C_CFG_SS_256 0x00000000
100413 +#define L2C_CFG_CPIM 0x00040000
100414 +#define L2C_CFG_TPIM 0x00020000
100415 +#define L2C_CFG_LIM 0x00010000
100416 +#define L2C_CFG_PMUX_MASK 0x00007000
100417 +#define L2C_CFG_PMUX_SNP 0x00000000
100418 +#define L2C_CFG_PMUX_IF 0x00001000
100419 +#define L2C_CFG_PMUX_DF 0x00002000
100420 +#define L2C_CFG_PMUX_DS 0x00003000
100421 +#define L2C_CFG_PMIM 0x00000800
100422 +#define L2C_CFG_TPEI 0x00000400
100423 +#define L2C_CFG_CPEI 0x00000200
100424 +#define L2C_CFG_NAM 0x00000100
100425 +#define L2C_CFG_SMCM 0x00000080
100426 +#define L2C_CFG_NBRM 0x00000040
100427 +#define L2C_CFG_RDBW 0x00000008 /* only 460EX/GT */
100428 +#define DCRN_L2C0_CMD 0x01
100429 +#define L2C_CMD_CLR 0x80000000
100430 +#define L2C_CMD_DIAG 0x40000000
100431 +#define L2C_CMD_INV 0x20000000
100432 +#define L2C_CMD_CCP 0x10000000
100433 +#define L2C_CMD_CTE 0x08000000
100434 +#define L2C_CMD_STRC 0x04000000
100435 +#define L2C_CMD_STPC 0x02000000
100436 +#define L2C_CMD_RPMC 0x01000000
100437 +#define L2C_CMD_HCC 0x00800000
100438 +#define DCRN_L2C0_ADDR 0x02
100439 +#define DCRN_L2C0_DATA 0x03
100440 +#define DCRN_L2C0_SR 0x04
100441 +#define L2C_SR_CC 0x80000000
100442 +#define L2C_SR_CPE 0x40000000
100443 +#define L2C_SR_TPE 0x20000000
100444 +#define L2C_SR_LRU 0x10000000
100445 +#define L2C_SR_PCS 0x08000000
100446 +#define DCRN_L2C0_REVID 0x05
100447 +#define DCRN_L2C0_SNP0 0x06
100448 +#define DCRN_L2C0_SNP1 0x07
100449 +#define L2C_SNP_BA_MASK 0xffff0000
100450 +#define L2C_SNP_SSR_MASK 0x0000f000
100451 +#define L2C_SNP_SSR_32G 0x0000f000
100452 +#define L2C_SNP_ESR 0x00000800
100454 #endif /* __DCR_REGS_H__ */
100455 --- a/include/asm-powerpc/exception.h
100456 +++ b/include/asm-powerpc/exception.h
100457 @@ -228,18 +228,18 @@ label##_pSeries: \
100458 BEGIN_FW_FTR_SECTION; \
100459 stb r11,PACAHARDIRQEN(r13); \
100460 END_FW_FTR_SECTION_IFCLR(FW_FEATURE_ISERIES); \
100461 + TRACE_DISABLE_INTS; \
100462 BEGIN_FW_FTR_SECTION; \
100466 END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES)
100471 stb r11,PACASOFTIRQEN(r13); \
100472 - stb r11,PACAHARDIRQEN(r13)
100474 + stb r11,PACAHARDIRQEN(r13); \
100476 #endif /* CONFIG_PPC_ISERIES */
100480 +++ b/include/asm-powerpc/fsl_lbc.h
100482 +/* Freescale Local Bus Controller
100484 + * Copyright (c) 2006-2007 Freescale Semiconductor
100486 + * Authors: Nick Spence <nick.spence@freescale.com>,
100487 + * Scott Wood <scottwood@freescale.com>
100489 + * This program is free software; you can redistribute it and/or modify
100490 + * it under the terms of the GNU General Public License as published by
100491 + * the Free Software Foundation; either version 2 of the License, or
100492 + * (at your option) any later version.
100494 + * This program is distributed in the hope that it will be useful,
100495 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
100496 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
100497 + * GNU General Public License for more details.
100499 + * You should have received a copy of the GNU General Public License
100500 + * along with this program; if not, write to the Free Software
100501 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
100504 +#ifndef __ASM_FSL_LBC_H
100505 +#define __ASM_FSL_LBC_H
100507 +#include <linux/types.h>
100508 +#include <linux/spinlock.h>
100512 + __be32 br; /**< Base Register */
100513 +#define BR_BA 0xFFFF8000
100514 +#define BR_BA_SHIFT 15
100515 +#define BR_PS 0x00001800
100516 +#define BR_PS_SHIFT 11
100517 +#define BR_PS_8 0x00000800 /* Port Size 8 bit */
100518 +#define BR_PS_16 0x00001000 /* Port Size 16 bit */
100519 +#define BR_PS_32 0x00001800 /* Port Size 32 bit */
100520 +#define BR_DECC 0x00000600
100521 +#define BR_DECC_SHIFT 9
100522 +#define BR_DECC_OFF 0x00000000 /* HW ECC checking and generation off */
100523 +#define BR_DECC_CHK 0x00000200 /* HW ECC checking on, generation off */
100524 +#define BR_DECC_CHK_GEN 0x00000400 /* HW ECC checking and generation on */
100525 +#define BR_WP 0x00000100
100527 +#define BR_MSEL 0x000000E0
100528 +#define BR_MSEL_SHIFT 5
100529 +#define BR_MS_GPCM 0x00000000 /* GPCM */
100530 +#define BR_MS_FCM 0x00000020 /* FCM */
100531 +#define BR_MS_SDRAM 0x00000060 /* SDRAM */
100532 +#define BR_MS_UPMA 0x00000080 /* UPMA */
100533 +#define BR_MS_UPMB 0x000000A0 /* UPMB */
100534 +#define BR_MS_UPMC 0x000000C0 /* UPMC */
100535 +#define BR_V 0x00000001
100537 +#define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
100539 + __be32 or; /**< Base Register */
100549 +#define OR_FCM_AM 0xFFFF8000
100550 +#define OR_FCM_AM_SHIFT 15
100551 +#define OR_FCM_BCTLD 0x00001000
100552 +#define OR_FCM_BCTLD_SHIFT 12
100553 +#define OR_FCM_PGS 0x00000400
100554 +#define OR_FCM_PGS_SHIFT 10
100555 +#define OR_FCM_CSCT 0x00000200
100556 +#define OR_FCM_CSCT_SHIFT 9
100557 +#define OR_FCM_CST 0x00000100
100558 +#define OR_FCM_CST_SHIFT 8
100559 +#define OR_FCM_CHT 0x00000080
100560 +#define OR_FCM_CHT_SHIFT 7
100561 +#define OR_FCM_SCY 0x00000070
100562 +#define OR_FCM_SCY_SHIFT 4
100563 +#define OR_FCM_SCY_1 0x00000010
100564 +#define OR_FCM_SCY_2 0x00000020
100565 +#define OR_FCM_SCY_3 0x00000030
100566 +#define OR_FCM_SCY_4 0x00000040
100567 +#define OR_FCM_SCY_5 0x00000050
100568 +#define OR_FCM_SCY_6 0x00000060
100569 +#define OR_FCM_SCY_7 0x00000070
100570 +#define OR_FCM_RST 0x00000008
100571 +#define OR_FCM_RST_SHIFT 3
100572 +#define OR_FCM_TRLX 0x00000004
100573 +#define OR_FCM_TRLX_SHIFT 2
100574 +#define OR_FCM_EHTR 0x00000002
100575 +#define OR_FCM_EHTR_SHIFT 1
100579 + struct fsl_lbc_bank bank[8];
100581 + __be32 mar; /**< UPM Address Register */
100583 + __be32 mamr; /**< UPMA Mode Register */
100584 +#define MxMR_OP_NO (0 << 28) /**< normal operation */
100585 +#define MxMR_OP_WA (1 << 28) /**< write array */
100586 +#define MxMR_OP_RA (2 << 28) /**< read array */
100587 +#define MxMR_OP_RP (3 << 28) /**< run pattern */
100588 +#define MxMR_MAD 0x3f /**< machine address */
100589 + __be32 mbmr; /**< UPMB Mode Register */
100590 + __be32 mcmr; /**< UPMC Mode Register */
100592 + __be32 mrtpr; /**< Memory Refresh Timer Prescaler Register */
100593 + __be32 mdr; /**< UPM Data Register */
100595 + __be32 lsor; /**< Special Operation Initiation Register */
100596 + __be32 lsdmr; /**< SDRAM Mode Register */
100598 + __be32 lurt; /**< UPM Refresh Timer */
100599 + __be32 lsrt; /**< SDRAM Refresh Timer */
100601 + __be32 ltesr; /**< Transfer Error Status Register */
100602 +#define LTESR_BM 0x80000000
100603 +#define LTESR_FCT 0x40000000
100604 +#define LTESR_PAR 0x20000000
100605 +#define LTESR_WP 0x04000000
100606 +#define LTESR_ATMW 0x00800000
100607 +#define LTESR_ATMR 0x00400000
100608 +#define LTESR_CS 0x00080000
100609 +#define LTESR_CC 0x00000001
100610 +#define LTESR_NAND_MASK (LTESR_FCT | LTESR_PAR | LTESR_CC)
100611 + __be32 ltedr; /**< Transfer Error Disable Register */
100612 + __be32 lteir; /**< Transfer Error Interrupt Register */
100613 + __be32 lteatr; /**< Transfer Error Attributes Register */
100614 + __be32 ltear; /**< Transfer Error Address Register */
100616 + __be32 lbcr; /**< Configuration Register */
100617 +#define LBCR_LDIS 0x80000000
100618 +#define LBCR_LDIS_SHIFT 31
100619 +#define LBCR_BCTLC 0x00C00000
100620 +#define LBCR_BCTLC_SHIFT 22
100621 +#define LBCR_AHD 0x00200000
100622 +#define LBCR_LPBSE 0x00020000
100623 +#define LBCR_LPBSE_SHIFT 17
100624 +#define LBCR_EPAR 0x00010000
100625 +#define LBCR_EPAR_SHIFT 16
100626 +#define LBCR_BMT 0x0000FF00
100627 +#define LBCR_BMT_SHIFT 8
100628 +#define LBCR_INIT 0x00040000
100629 + __be32 lcrr; /**< Clock Ratio Register */
100630 +#define LCRR_DBYP 0x80000000
100631 +#define LCRR_DBYP_SHIFT 31
100632 +#define LCRR_BUFCMDC 0x30000000
100633 +#define LCRR_BUFCMDC_SHIFT 28
100634 +#define LCRR_ECL 0x03000000
100635 +#define LCRR_ECL_SHIFT 24
100636 +#define LCRR_EADC 0x00030000
100637 +#define LCRR_EADC_SHIFT 16
100638 +#define LCRR_CLKDIV 0x0000000F
100639 +#define LCRR_CLKDIV_SHIFT 0
100641 + __be32 fmr; /**< Flash Mode Register */
100642 +#define FMR_CWTO 0x0000F000
100643 +#define FMR_CWTO_SHIFT 12
100644 +#define FMR_BOOT 0x00000800
100645 +#define FMR_ECCM 0x00000100
100646 +#define FMR_AL 0x00000030
100647 +#define FMR_AL_SHIFT 4
100648 +#define FMR_OP 0x00000003
100649 +#define FMR_OP_SHIFT 0
100650 + __be32 fir; /**< Flash Instruction Register */
100651 +#define FIR_OP0 0xF0000000
100652 +#define FIR_OP0_SHIFT 28
100653 +#define FIR_OP1 0x0F000000
100654 +#define FIR_OP1_SHIFT 24
100655 +#define FIR_OP2 0x00F00000
100656 +#define FIR_OP2_SHIFT 20
100657 +#define FIR_OP3 0x000F0000
100658 +#define FIR_OP3_SHIFT 16
100659 +#define FIR_OP4 0x0000F000
100660 +#define FIR_OP4_SHIFT 12
100661 +#define FIR_OP5 0x00000F00
100662 +#define FIR_OP5_SHIFT 8
100663 +#define FIR_OP6 0x000000F0
100664 +#define FIR_OP6_SHIFT 4
100665 +#define FIR_OP7 0x0000000F
100666 +#define FIR_OP7_SHIFT 0
100667 +#define FIR_OP_NOP 0x0 /* No operation and end of sequence */
100668 +#define FIR_OP_CA 0x1 /* Issue current column address */
100669 +#define FIR_OP_PA 0x2 /* Issue current block+page address */
100670 +#define FIR_OP_UA 0x3 /* Issue user defined address */
100671 +#define FIR_OP_CM0 0x4 /* Issue command from FCR[CMD0] */
100672 +#define FIR_OP_CM1 0x5 /* Issue command from FCR[CMD1] */
100673 +#define FIR_OP_CM2 0x6 /* Issue command from FCR[CMD2] */
100674 +#define FIR_OP_CM3 0x7 /* Issue command from FCR[CMD3] */
100675 +#define FIR_OP_WB 0x8 /* Write FBCR bytes from FCM buffer */
100676 +#define FIR_OP_WS 0x9 /* Write 1 or 2 bytes from MDR[AS] */
100677 +#define FIR_OP_RB 0xA /* Read FBCR bytes to FCM buffer */
100678 +#define FIR_OP_RS 0xB /* Read 1 or 2 bytes to MDR[AS] */
100679 +#define FIR_OP_CW0 0xC /* Wait then issue FCR[CMD0] */
100680 +#define FIR_OP_CW1 0xD /* Wait then issue FCR[CMD1] */
100681 +#define FIR_OP_RBW 0xE /* Wait then read FBCR bytes */
100682 +#define FIR_OP_RSW 0xE /* Wait then read 1 or 2 bytes */
100683 + __be32 fcr; /**< Flash Command Register */
100684 +#define FCR_CMD0 0xFF000000
100685 +#define FCR_CMD0_SHIFT 24
100686 +#define FCR_CMD1 0x00FF0000
100687 +#define FCR_CMD1_SHIFT 16
100688 +#define FCR_CMD2 0x0000FF00
100689 +#define FCR_CMD2_SHIFT 8
100690 +#define FCR_CMD3 0x000000FF
100691 +#define FCR_CMD3_SHIFT 0
100692 + __be32 fbar; /**< Flash Block Address Register */
100693 +#define FBAR_BLK 0x00FFFFFF
100694 + __be32 fpar; /**< Flash Page Address Register */
100695 +#define FPAR_SP_PI 0x00007C00
100696 +#define FPAR_SP_PI_SHIFT 10
100697 +#define FPAR_SP_MS 0x00000200
100698 +#define FPAR_SP_CI 0x000001FF
100699 +#define FPAR_SP_CI_SHIFT 0
100700 +#define FPAR_LP_PI 0x0003F000
100701 +#define FPAR_LP_PI_SHIFT 12
100702 +#define FPAR_LP_MS 0x00000800
100703 +#define FPAR_LP_CI 0x000007FF
100704 +#define FPAR_LP_CI_SHIFT 0
100705 + __be32 fbcr; /**< Flash Byte Count Register */
100706 +#define FBCR_BC 0x00000FFF
100711 +extern struct fsl_lbc_regs __iomem *fsl_lbc_regs;
100712 +extern spinlock_t fsl_lbc_lock;
100718 + __be32 __iomem *mxmr;
100722 +extern int fsl_lbc_find(phys_addr_t addr_base);
100723 +extern int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm);
100726 + * fsl_upm_start_pattern - start UPM patterns execution
100727 + * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
100728 + * @pat_offset: UPM pattern offset for the command to be executed
100730 + * This routine programmes UPM so the next memory access that hits an UPM
100731 + * will trigger pattern execution, starting at pat_offset.
100733 +static inline void fsl_upm_start_pattern(struct fsl_upm *upm, u8 pat_offset)
100735 + clrsetbits_be32(upm->mxmr, MxMR_MAD, MxMR_OP_RP | pat_offset);
100739 + * fsl_upm_end_pattern - end UPM patterns execution
100740 + * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
100742 + * This routine reverts UPM to normal operation mode.
100744 +static inline void fsl_upm_end_pattern(struct fsl_upm *upm)
100746 + clrbits32(upm->mxmr, MxMR_OP_RP);
100748 + while (in_be32(upm->mxmr) & MxMR_OP_RP)
100753 + * fsl_upm_run_pattern - actually run an UPM pattern
100754 + * @upm: pointer to the fsl_upm structure obtained via fsl_upm_find
100755 + * @io_base: remapped pointer to where memory access should happen
100756 + * @mar: MAR register content during pattern execution
100758 + * This function triggers dummy write to the memory specified by the io_base,
100759 + * thus UPM pattern actually executed. Note that mar usage depends on the
100760 + * pre-programmed AMX bits in the UPM RAM.
100762 +static inline int fsl_upm_run_pattern(struct fsl_upm *upm,
100763 + void __iomem *io_base, u32 mar)
100768 + spin_lock_irqsave(&fsl_lbc_lock, flags);
100770 + out_be32(&fsl_lbc_regs->mar, mar << (32 - upm->width));
100772 + switch (upm->width) {
100777 + out_be16(io_base, 0x0);
100780 + out_be32(io_base, 0x0);
100787 + spin_unlock_irqrestore(&fsl_lbc_lock, flags);
100792 +#endif /* __ASM_FSL_LBC_H */
100794 +++ b/include/asm-powerpc/gpio.h
100797 + * Generic GPIO API implementation for PowerPC.
100799 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
100801 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
100803 + * This program is free software; you can redistribute it and/or modify
100804 + * it under the terms of the GNU General Public License as published by
100805 + * the Free Software Foundation; either version 2 of the License, or
100806 + * (at your option) any later version.
100809 +#ifndef __ASM_POWERPC_GPIO_H
100810 +#define __ASM_POWERPC_GPIO_H
100812 +#include <linux/errno.h>
100813 +#include <asm-generic/gpio.h>
100815 +#ifdef CONFIG_HAVE_GPIO_LIB
100818 + * We don't (yet) implement inlined/rapid versions for on-chip gpios.
100821 +static inline int gpio_get_value(unsigned int gpio)
100823 + return __gpio_get_value(gpio);
100826 +static inline void gpio_set_value(unsigned int gpio, int value)
100828 + __gpio_set_value(gpio, value);
100831 +static inline int gpio_cansleep(unsigned int gpio)
100833 + return __gpio_cansleep(gpio);
100837 + * Not implemented, yet.
100839 +static inline int gpio_to_irq(unsigned int gpio)
100844 +static inline int irq_to_gpio(unsigned int irq)
100849 +#endif /* CONFIG_HAVE_GPIO_LIB */
100851 +#endif /* __ASM_POWERPC_GPIO_H */
100852 --- a/include/asm-powerpc/hw_irq.h
100853 +++ b/include/asm-powerpc/hw_irq.h
100854 @@ -27,7 +27,7 @@ static inline unsigned long local_get_fl
100858 -static inline unsigned long local_irq_disable(void)
100859 +static inline unsigned long raw_local_irq_disable(void)
100861 unsigned long flags, zero;
100863 @@ -39,14 +39,15 @@ static inline unsigned long local_irq_di
100867 -extern void local_irq_restore(unsigned long);
100868 +extern void raw_local_irq_restore(unsigned long);
100869 extern void iseries_handle_interrupts(void);
100871 -#define local_irq_enable() local_irq_restore(1)
100872 -#define local_save_flags(flags) ((flags) = local_get_flags())
100873 -#define local_irq_save(flags) ((flags) = local_irq_disable())
100874 +#define raw_local_irq_enable() raw_local_irq_restore(1)
100875 +#define raw_local_save_flags(flags) ((flags) = local_get_flags())
100876 +#define raw_local_irq_save(flags) ((flags) = raw_local_irq_disable())
100878 -#define irqs_disabled() (local_get_flags() == 0)
100879 +#define raw_irqs_disabled() (local_get_flags() == 0)
100880 +#define raw_irqs_disabled_flags(flags) ((flags) == 0)
100882 #define __hard_irq_enable() __mtmsrd(mfmsr() | MSR_EE, 1)
100883 #define __hard_irq_disable() __mtmsrd(mfmsr() & ~MSR_EE, 1)
100884 --- a/include/asm-powerpc/immap_qe.h
100885 +++ b/include/asm-powerpc/immap_qe.h
100889 #include <linux/kernel.h>
100892 #define QE_IMMAP_SIZE (1024 * 1024) /* 1MB from 1MB+IMMR */
100894 @@ -468,7 +469,7 @@ struct qe_immap {
100895 u8 res18[0xC0000]; /* 0x140000 - 0x200000 */
100896 } __attribute__ ((packed));
100898 -extern struct qe_immap *qe_immr;
100899 +extern struct qe_immap __iomem *qe_immr;
100900 extern phys_addr_t get_qe_base(void);
100902 static inline unsigned long immrbar_virt_to_phys(void *address)
100903 --- a/include/asm-powerpc/irqflags.h
100904 +++ b/include/asm-powerpc/irqflags.h
100906 * include/asm-powerpc/irqflags.h
100910 - * This file gets included from lowlevel asm headers too, to provide
100911 - * wrapped versions of the local_irq_*() APIs, based on the
100912 - * raw_local_irq_*() macros from the lowlevel headers.
100914 #ifndef _ASM_IRQFLAGS_H
100915 #define _ASM_IRQFLAGS_H
100919 * Get definitions for raw_local_save_flags(x), etc.
100921 #include <asm-powerpc/hw_irq.h>
100924 +#ifdef CONFIG_TRACE_IRQFLAGS
100926 - * Do the CPU's IRQ-state tracing from assembly code. We call a
100927 - * C function, so save all the C-clobbered registers:
100928 + * Most of the CPU's IRQ-state tracing is done from assembly code; we
100929 + * have to call a C function so call a wrapper that saves all the
100930 + * C-clobbered registers.
100932 -#ifdef CONFIG_TRACE_IRQFLAGS
100934 -#error No support on PowerPC yet for CONFIG_TRACE_IRQFLAGS
100936 +#define TRACE_ENABLE_INTS bl .trace_hardirqs_on
100937 +#define TRACE_DISABLE_INTS bl .trace_hardirqs_off
100938 +#define TRACE_AND_RESTORE_IRQ_PARTIAL(en,skip) \
100941 + stb en,PACASOFTIRQEN(r13); \
100942 + bl .trace_hardirqs_off; \
100944 +95: bl .trace_hardirqs_on; \
100946 +#define TRACE_AND_RESTORE_IRQ(en) \
100947 + TRACE_AND_RESTORE_IRQ_PARTIAL(en,96f); \
100948 +96: stb en,PACASOFTIRQEN(r13)
100950 -# define TRACE_IRQS_ON
100951 -# define TRACE_IRQS_OFF
100952 +#define TRACE_ENABLE_INTS
100953 +#define TRACE_DISABLE_INTS
100954 +#define TRACE_AND_RESTORE_IRQ_PARTIAL(en,skip)
100955 +#define TRACE_AND_RESTORE_IRQ(en) \
100956 + stb en,PACASOFTIRQEN(r13)
100962 +++ b/include/asm-powerpc/iseries/alpaca.h
100965 + * Copyright © 2008 Stephen Rothwell IBM Corporation
100967 + * This program is free software; you can redistribute it and/or modify
100968 + * it under the terms of the GNU General Public License as published by
100969 + * the Free Software Foundation; either version 2 of the License, or
100970 + * (at your option) any later version.
100972 + * This program is distributed in the hope that it will be useful,
100973 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
100974 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
100975 + * GNU General Public License for more details.
100977 + * You should have received a copy of the GNU General Public License
100978 + * along with this program; if not, write to the Free Software
100979 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
100981 +#ifndef _ASM_POWERPC_ISERIES_ALPACA_H
100982 +#define _ASM_POWERPC_ISERIES_ALPACA_H
100985 + * This is the part of the paca that the iSeries hypervisor
100986 + * needs to be statically initialised. Immediately after boot
100987 + * we switch to the normal Linux paca.
100990 + struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */
100991 + const void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */
100994 +#endif /* _ASM_POWERPC_ISERIES_ALPACA_H */
100995 --- a/include/asm-powerpc/iseries/it_lp_reg_save.h
100999 - * Copyright (C) 2001 Mike Corrigan IBM Corporation
101001 - * This program is free software; you can redistribute it and/or modify
101002 - * it under the terms of the GNU General Public License as published by
101003 - * the Free Software Foundation; either version 2 of the License, or
101004 - * (at your option) any later version.
101006 - * This program is distributed in the hope that it will be useful,
101007 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
101008 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
101009 - * GNU General Public License for more details.
101011 - * You should have received a copy of the GNU General Public License
101012 - * along with this program; if not, write to the Free Software
101013 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
101015 -#ifndef _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H
101016 -#define _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H
101019 - * This control block contains the data that is shared between PLIC
101024 - u32 xDesc; // Eye catcher "LpRS" ebcdic 000-003
101025 - u16 xSize; // Size of this class 004-005
101026 - u8 xInUse; // Area is live 006-007
101027 - u8 xRsvd1[9]; // Reserved 007-00F
101029 - u8 xFixedRegSave[352]; // Fixed Register Save Area 010-16F
101030 - u32 xCTRL; // Control Register 170-173
101031 - u32 xDEC; // Decrementer 174-177
101032 - u32 xFPSCR; // FP Status and Control Reg 178-17B
101033 - u32 xPVR; // Processor Version Number 17C-17F
101035 - u64 xMMCR0; // Monitor Mode Control Reg 0 180-187
101036 - u32 xPMC1; // Perf Monitor Counter 1 188-18B
101037 - u32 xPMC2; // Perf Monitor Counter 2 18C-18F
101038 - u32 xPMC3; // Perf Monitor Counter 3 190-193
101039 - u32 xPMC4; // Perf Monitor Counter 4 194-197
101040 - u32 xPIR; // Processor ID Reg 198-19B
101042 - u32 xMMCR1; // Monitor Mode Control Reg 1 19C-19F
101043 - u32 xMMCRA; // Monitor Mode Control Reg A 1A0-1A3
101044 - u32 xPMC5; // Perf Monitor Counter 5 1A4-1A7
101045 - u32 xPMC6; // Perf Monitor Counter 6 1A8-1AB
101046 - u32 xPMC7; // Perf Monitor Counter 7 1AC-1AF
101047 - u32 xPMC8; // Perf Monitor Counter 8 1B0-1B3
101048 - u32 xTSC; // Thread Switch Control 1B4-1B7
101049 - u32 xTST; // Thread Switch Timeout 1B8-1BB
101050 - u32 xRsvd; // Reserved 1BC-1BF
101052 - u64 xACCR; // Address Compare Control Reg 1C0-1C7
101053 - u64 xIMR; // Instruction Match Register 1C8-1CF
101054 - u64 xSDR1; // Storage Description Reg 1 1D0-1D7
101055 - u64 xSPRG0; // Special Purpose Reg General0 1D8-1DF
101056 - u64 xSPRG1; // Special Purpose Reg General1 1E0-1E7
101057 - u64 xSPRG2; // Special Purpose Reg General2 1E8-1EF
101058 - u64 xSPRG3; // Special Purpose Reg General3 1F0-1F7
101059 - u64 xTB; // Time Base Register 1F8-1FF
101061 - u64 xFPR[32]; // Floating Point Registers 200-2FF
101063 - u64 xMSR; // Machine State Register 300-307
101064 - u64 xNIA; // Next Instruction Address 308-30F
101066 - u64 xDABR; // Data Address Breakpoint Reg 310-317
101067 - u64 xIABR; // Inst Address Breakpoint Reg 318-31F
101069 - u64 xHID0; // HW Implementation Dependent0 320-327
101071 - u64 xHID4; // HW Implementation Dependent4 328-32F
101072 - u64 xSCOMd; // SCON Data Reg (SPRG4) 330-337
101073 - u64 xSCOMc; // SCON Command Reg (SPRG5) 338-33F
101074 - u64 xSDAR; // Sample Data Address Register 340-347
101075 - u64 xSIAR; // Sample Inst Address Register 348-34F
101077 - u8 xRsvd3[176]; // Reserved 350-3FF
101080 -extern struct ItLpRegSave iseries_reg_save[];
101082 -#endif /* _ASM_POWERPC_ISERIES_IT_LP_REG_SAVE_H */
101083 --- a/include/asm-powerpc/lmb.h
101084 +++ b/include/asm-powerpc/lmb.h
101086 #ifndef _ASM_POWERPC_LMB_H
101087 #define _ASM_POWERPC_LMB_H
101091 - * Definitions for talking to the Open Firmware PROM on
101092 - * Power Macintosh computers.
101094 - * Copyright (C) 2001 Peter Bergner, IBM Corp.
101096 - * This program is free software; you can redistribute it and/or
101097 - * modify it under the terms of the GNU General Public License
101098 - * as published by the Free Software Foundation; either version
101099 - * 2 of the License, or (at your option) any later version.
101103 -#include <linux/init.h>
101105 +#define LMB_DBG(fmt...) udbg_printf(fmt)
101107 -#define MAX_LMB_REGIONS 128
101109 +extern phys_addr_t lowmem_end_addr;
101110 +#define LMB_REAL_LIMIT lowmem_end_addr
101112 +#define LMB_REAL_LIMIT 0
101123 - struct lmb_property region[MAX_LMB_REGIONS+1];
101128 - unsigned long rmo_size;
101129 - struct lmb_region memory;
101130 - struct lmb_region reserved;
101133 -extern struct lmb lmb;
101135 -extern void __init lmb_init(void);
101136 -extern void __init lmb_analyze(void);
101137 -extern long __init lmb_add(unsigned long base, unsigned long size);
101138 -extern long __init lmb_reserve(unsigned long base, unsigned long size);
101139 -extern unsigned long __init lmb_alloc(unsigned long size, unsigned long align);
101140 -extern unsigned long __init lmb_alloc_base(unsigned long size,
101141 - unsigned long align, unsigned long max_addr);
101142 -extern unsigned long __init __lmb_alloc_base(unsigned long size,
101143 - unsigned long align, unsigned long max_addr);
101144 -extern unsigned long __init lmb_phys_mem_size(void);
101145 -extern unsigned long __init lmb_end_of_DRAM(void);
101146 -extern void __init lmb_enforce_memory_limit(unsigned long memory_limit);
101147 -extern int __init lmb_is_reserved(unsigned long addr);
101149 -extern void lmb_dump_all(void);
101151 -static inline unsigned long
101152 -lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
101154 - return type->region[region_nr].size;
101156 -static inline unsigned long
101157 -lmb_size_pages(struct lmb_region *type, unsigned long region_nr)
101159 - return lmb_size_bytes(type, region_nr) >> PAGE_SHIFT;
101161 -static inline unsigned long
101162 -lmb_start_pfn(struct lmb_region *type, unsigned long region_nr)
101164 - return type->region[region_nr].base >> PAGE_SHIFT;
101166 -static inline unsigned long
101167 -lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
101169 - return lmb_start_pfn(type, region_nr) +
101170 - lmb_size_pages(type, region_nr);
101173 -#endif /* __KERNEL__ */
101174 #endif /* _ASM_POWERPC_LMB_H */
101175 --- a/include/asm-powerpc/machdep.h
101176 +++ b/include/asm-powerpc/machdep.h
101177 @@ -68,6 +68,8 @@ struct machdep_calls {
101180 long (*hpte_remove)(unsigned long hpte_group);
101181 + void (*hpte_removebolted)(unsigned long ea,
101182 + int psize, int ssize);
101183 void (*flush_hash_range)(unsigned long number, int local);
101185 /* special for kexec, to be called in real mode, linar mapping is
101186 @@ -196,9 +198,6 @@ struct machdep_calls {
101190 - void (*setup_io_mappings)(void);
101192 - void (*early_serial_map)(void);
101193 void (*kgdb_map_scc)(void);
101196 --- a/include/asm-powerpc/macio.h
101197 +++ b/include/asm-powerpc/macio.h
101199 #define __MACIO_ASIC_H__
101202 -#include <asm/of_device.h>
101203 +#include <linux/of_device.h>
101205 extern struct bus_type macio_bus_type;
101207 --- a/include/asm-powerpc/mmu-40x.h
101208 +++ b/include/asm-powerpc/mmu-40x.h
101213 -typedef unsigned long phys_addr_t;
101217 unsigned long vdso_base;
101218 --- a/include/asm-powerpc/mmu-44x.h
101219 +++ b/include/asm-powerpc/mmu-44x.h
101224 -typedef unsigned long long phys_addr_t;
101228 unsigned long vdso_base;
101229 --- a/include/asm-powerpc/mmu-8xx.h
101230 +++ b/include/asm-powerpc/mmu-8xx.h
101235 -typedef unsigned long phys_addr_t;
101239 unsigned long vdso_base;
101240 --- a/include/asm-powerpc/mmu-fsl-booke.h
101241 +++ b/include/asm-powerpc/mmu-fsl-booke.h
101246 -#ifndef CONFIG_PHYS_64BIT
101247 -typedef unsigned long phys_addr_t;
101249 -typedef unsigned long long phys_addr_t;
101254 unsigned long vdso_base;
101255 --- a/include/asm-powerpc/mmu-hash32.h
101256 +++ b/include/asm-powerpc/mmu-hash32.h
101257 @@ -84,8 +84,6 @@ typedef struct {
101258 unsigned long vdso_base;
101261 -typedef unsigned long phys_addr_t;
101263 #endif /* !__ASSEMBLY__ */
101265 #endif /* _ASM_POWERPC_MMU_HASH32_H_ */
101266 --- a/include/asm-powerpc/mmu-hash64.h
101267 +++ b/include/asm-powerpc/mmu-hash64.h
101268 @@ -469,9 +469,6 @@ static inline unsigned long get_vsid(uns
101270 #define KERNEL_VSID(ea) VSID_SCRAMBLE(GET_ESID(ea))
101272 -/* Physical address used by some IO functions */
101273 -typedef unsigned long phys_addr_t;
101275 #endif /* __ASSEMBLY__ */
101277 #endif /* _ASM_POWERPC_MMU_HASH64_H_ */
101278 --- a/include/asm-powerpc/paca.h
101279 +++ b/include/asm-powerpc/paca.h
101280 @@ -42,10 +42,7 @@ struct task_struct;
101281 * Defines the layout of the paca.
101283 * This structure is not directly accessed by firmware or the service
101284 - * processor except for the first two pointers that point to the
101285 - * lppaca area and the ItLpRegSave area for this CPU. The lppaca
101286 - * object is currently contained within the PACA but it doesn't need
101292 @@ -55,14 +52,7 @@ struct paca_struct {
101293 * avoid cacheline bouncing.
101297 - * MAGIC: These first two pointers can't be moved - they're
101298 - * accessed by the firmware
101300 struct lppaca *lppaca_ptr; /* Pointer to LpPaca for PLIC */
101301 -#ifdef CONFIG_PPC_ISERIES
101302 - void *reg_save_ptr; /* Pointer to LpRegSave for PLIC */
101303 -#endif /* CONFIG_PPC_ISERIES */
101306 * MAGIC: the spinlock functions in arch/powerpc/lib/locks.c
101307 --- a/include/asm-powerpc/page.h
101308 +++ b/include/asm-powerpc/page.h
101311 #define PAGE_OFFSET ASM_CONST(CONFIG_KERNEL_START)
101312 #define KERNELBASE (PAGE_OFFSET + PHYSICAL_START)
101313 +#define LOAD_OFFSET PAGE_OFFSET
101316 #define pfn_valid(pfn) ((pfn) < max_mapnr)
101317 --- a/include/asm-powerpc/page_32.h
101318 +++ b/include/asm-powerpc/page_32.h
101321 #define VM_DATA_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS32
101323 -#define PPC_MEMSTART 0
101325 #ifdef CONFIG_NOT_COHERENT_CACHE
101326 #define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES
101328 --- a/include/asm-powerpc/pasemi_dma.h
101329 +++ b/include/asm-powerpc/pasemi_dma.h
101332 - * Copyright (C) 2006 PA Semi, Inc
101333 + * Copyright (C) 2006-2008 PA Semi, Inc
101335 * Hardware register layout and descriptor formats for the on-board
101336 * DMA engine on PA Semi PWRficient. Used by ethernet, function and security
101337 @@ -40,6 +40,11 @@ enum {
101338 PAS_DMA_COM_TXSTA = 0x104, /* Transmit Status Register */
101339 PAS_DMA_COM_RXCMD = 0x108, /* Receive Command Register */
101340 PAS_DMA_COM_RXSTA = 0x10c, /* Receive Status Register */
101341 + PAS_DMA_COM_CFG = 0x114, /* Common config reg */
101342 + PAS_DMA_TXF_SFLG0 = 0x140, /* Set flags */
101343 + PAS_DMA_TXF_SFLG1 = 0x144, /* Set flags */
101344 + PAS_DMA_TXF_CFLG0 = 0x148, /* Set flags */
101345 + PAS_DMA_TXF_CFLG1 = 0x14c, /* Set flags */
101349 @@ -123,11 +128,16 @@ enum {
101350 #define PAS_DMA_TXCHAN_TCMDSTA_DA 0x00000100
101351 #define PAS_DMA_TXCHAN_CFG(c) (0x304+(c)*_PAS_DMA_TXCHAN_STRIDE)
101352 #define PAS_DMA_TXCHAN_CFG_TY_IFACE 0x00000000 /* Type = interface */
101353 +#define PAS_DMA_TXCHAN_CFG_TY_COPY 0x00000001 /* Type = copy only */
101354 +#define PAS_DMA_TXCHAN_CFG_TY_FUNC 0x00000002 /* Type = function */
101355 +#define PAS_DMA_TXCHAN_CFG_TY_XOR 0x00000003 /* Type = xor only */
101356 #define PAS_DMA_TXCHAN_CFG_TATTR_M 0x0000003c
101357 #define PAS_DMA_TXCHAN_CFG_TATTR_S 2
101358 #define PAS_DMA_TXCHAN_CFG_TATTR(x) (((x) << PAS_DMA_TXCHAN_CFG_TATTR_S) & \
101359 PAS_DMA_TXCHAN_CFG_TATTR_M)
101360 -#define PAS_DMA_TXCHAN_CFG_WT_M 0x000001c0
101361 +#define PAS_DMA_TXCHAN_CFG_LPDQ 0x00000800
101362 +#define PAS_DMA_TXCHAN_CFG_LPSQ 0x00000400
101363 +#define PAS_DMA_TXCHAN_CFG_WT_M 0x000003c0
101364 #define PAS_DMA_TXCHAN_CFG_WT_S 6
101365 #define PAS_DMA_TXCHAN_CFG_WT(x) (((x) << PAS_DMA_TXCHAN_CFG_WT_S) & \
101366 PAS_DMA_TXCHAN_CFG_WT_M)
101367 @@ -394,11 +404,62 @@ enum {
101369 #define XCT_COPY_SE 0x0000000000000001ull
101371 +/* Function descriptor fields */
101372 +#define XCT_FUN_T 0x8000000000000000ull
101373 +#define XCT_FUN_ST 0x4000000000000000ull
101374 +#define XCT_FUN_RR_M 0x3000000000000000ull
101375 +#define XCT_FUN_RR_NORES 0x0000000000000000ull
101376 +#define XCT_FUN_RR_8BRES 0x1000000000000000ull
101377 +#define XCT_FUN_RR_24BRES 0x2000000000000000ull
101378 +#define XCT_FUN_RR_40BRES 0x3000000000000000ull
101379 +#define XCT_FUN_I 0x0800000000000000ull
101380 +#define XCT_FUN_O 0x0400000000000000ull
101381 +#define XCT_FUN_E 0x0200000000000000ull
101382 +#define XCT_FUN_FUN_M 0x01c0000000000000ull
101383 +#define XCT_FUN_FUN_S 54
101384 +#define XCT_FUN_FUN(x) ((((long)(x)) << XCT_FUN_FUN_S) & XCT_FUN_FUN_M)
101385 +#define XCT_FUN_CRM_M 0x0038000000000000ull
101386 +#define XCT_FUN_CRM_NOP 0x0000000000000000ull
101387 +#define XCT_FUN_CRM_SIG 0x0008000000000000ull
101388 +#define XCT_FUN_LLEN_M 0x0007ffff00000000ull
101389 +#define XCT_FUN_LLEN_S 32
101390 +#define XCT_FUN_LLEN(x) ((((long)(x)) << XCT_FUN_LLEN_S) & XCT_FUN_LLEN_M)
101391 +#define XCT_FUN_SHL_M 0x00000000f8000000ull
101392 +#define XCT_FUN_SHL_S 27
101393 +#define XCT_FUN_SHL(x) ((((long)(x)) << XCT_FUN_SHL_S) & XCT_FUN_SHL_M)
101394 +#define XCT_FUN_CHL_M 0x0000000007c00000ull
101395 +#define XCT_FUN_HSZ_M 0x00000000003c0000ull
101396 +#define XCT_FUN_ALG_M 0x0000000000038000ull
101397 +#define XCT_FUN_HP 0x0000000000004000ull
101398 +#define XCT_FUN_BCM_M 0x0000000000003800ull
101399 +#define XCT_FUN_BCP_M 0x0000000000000600ull
101400 +#define XCT_FUN_SIG_M 0x00000000000001f0ull
101401 +#define XCT_FUN_SIG_TCP4 0x0000000000000140ull
101402 +#define XCT_FUN_SIG_TCP6 0x0000000000000150ull
101403 +#define XCT_FUN_SIG_UDP4 0x0000000000000160ull
101404 +#define XCT_FUN_SIG_UDP6 0x0000000000000170ull
101405 +#define XCT_FUN_A 0x0000000000000008ull
101406 +#define XCT_FUN_C 0x0000000000000004ull
101407 +#define XCT_FUN_AL2 0x0000000000000002ull
101408 +#define XCT_FUN_SE 0x0000000000000001ull
101410 +/* Function descriptor 8byte result fields */
101411 +#define XCT_FUNRES_8B_CS_M 0x0000ffff00000000ull
101412 +#define XCT_FUNRES_8B_CS_S 32
101413 +#define XCT_FUNRES_8B_CRC_M 0x00000000ffffffffull
101414 +#define XCT_FUNRES_8B_CRC_S 0
101416 /* Control descriptor fields */
101417 #define CTRL_CMD_T 0x8000000000000000ull
101418 #define CTRL_CMD_META_EVT 0x2000000000000000ull
101419 #define CTRL_CMD_O 0x0400000000000000ull
101420 -#define CTRL_CMD_REG_M 0x000000000000000full
101421 +#define CTRL_CMD_ETYPE_M 0x0038000000000000ull
101422 +#define CTRL_CMD_ETYPE_EXT 0x0000000000000000ull
101423 +#define CTRL_CMD_ETYPE_WSET 0x0020000000000000ull
101424 +#define CTRL_CMD_ETYPE_WCLR 0x0028000000000000ull
101425 +#define CTRL_CMD_ETYPE_SET 0x0030000000000000ull
101426 +#define CTRL_CMD_ETYPE_CLR 0x0038000000000000ull
101427 +#define CTRL_CMD_REG_M 0x000000000000007full
101428 #define CTRL_CMD_REG_S 0
101429 #define CTRL_CMD_REG(x) ((((long)(x)) << CTRL_CMD_REG_S) & \
101431 @@ -461,6 +522,16 @@ extern void *pasemi_dma_alloc_buf(struct
101432 extern void pasemi_dma_free_buf(struct pasemi_dmachan *chan, int size,
101435 +/* Routines to allocate flags (events) for channel syncronization */
101436 +extern int pasemi_dma_alloc_flag(void);
101437 +extern void pasemi_dma_free_flag(int flag);
101438 +extern void pasemi_dma_set_flag(int flag);
101439 +extern void pasemi_dma_clear_flag(int flag);
101441 +/* Routines to allocate function engines */
101442 +extern int pasemi_dma_alloc_fun(void);
101443 +extern void pasemi_dma_free_fun(int fun);
101445 /* Initialize the library, must be called before any other functions */
101446 extern int pasemi_dma_init(void);
101448 --- a/include/asm-powerpc/pci-bridge.h
101449 +++ b/include/asm-powerpc/pci-bridge.h
101450 @@ -117,7 +117,7 @@ struct pci_controller {
101454 -static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
101455 +static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus)
101459 @@ -235,7 +235,7 @@ extern void pcibios_fixup_new_pci_device
101461 extern int pcibios_remove_root_bus(struct pci_controller *phb);
101463 -static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
101464 +static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus)
101466 struct device_node *busdn = bus->sysdata;
101468 --- a/include/asm-powerpc/pgtable-ppc32.h
101469 +++ b/include/asm-powerpc/pgtable-ppc32.h
101470 @@ -98,9 +98,6 @@ extern int icache_44x_need_flush;
101471 #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
101472 #define FIRST_USER_ADDRESS 0
101474 -#define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)
101475 -#define KERNEL_PGD_PTRS (PTRS_PER_PGD-USER_PGD_PTRS)
101478 printk("%s:%d: bad pte %llx.\n", __FILE__, __LINE__, \
101479 (unsigned long long)pte_val(e))
101480 @@ -420,7 +417,8 @@ extern int icache_44x_need_flush;
101481 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
101482 #define _PAGE_RAM (_PAGE_KERNEL | _PAGE_HWEXEC)
101484 -#if defined(CONFIG_KGDB) || defined(CONFIG_XMON) || defined(CONFIG_BDI_SWITCH)
101485 +#if defined(CONFIG_KGDB) || defined(CONFIG_XMON) || defined(CONFIG_BDI_SWITCH) ||\
101486 + defined(CONFIG_KPROBES)
101487 /* We want the debuggers to be able to set breakpoints anywhere, so
101488 * don't write protect the kernel text */
101489 #define _PAGE_RAM_TEXT _PAGE_RAM
101490 @@ -692,7 +690,7 @@ extern pgprot_t phys_mem_access_prot(str
101491 #define pmd_page_vaddr(pmd) \
101492 ((unsigned long) (pmd_val(pmd) & PAGE_MASK))
101493 #define pmd_page(pmd) \
101494 - (mem_map + (__pa(pmd_val(pmd)) >> PAGE_SHIFT))
101495 + pfn_to_page((__pa(pmd_val(pmd)) >> PAGE_SHIFT))
101498 /* to find an entry in a kernel page-table-directory */
101500 +++ b/include/asm-powerpc/phyp_dump.h
101503 + * Hypervisor-assisted dump
101505 + * Linas Vepstas, Manish Ahuja 2008
101506 + * Copyright 2008 IBM Corp.
101508 + * This program is free software; you can redistribute it and/or
101509 + * modify it under the terms of the GNU General Public License
101510 + * as published by the Free Software Foundation; either version
101511 + * 2 of the License, or (at your option) any later version.
101514 +#ifndef _PPC64_PHYP_DUMP_H
101515 +#define _PPC64_PHYP_DUMP_H
101517 +#ifdef CONFIG_PHYP_DUMP
101519 +/* The RMR region will be saved for later dumping
101520 + * whenever the kernel crashes. Set this to 256MB. */
101521 +#define PHYP_DUMP_RMR_START 0x0
101522 +#define PHYP_DUMP_RMR_END (1UL<<28)
101525 + /* Memory that is reserved during very early boot. */
101526 + unsigned long init_reserve_start;
101527 + unsigned long init_reserve_size;
101528 + /* cmd line options during boot */
101529 + unsigned long reserve_bootvar;
101530 + unsigned long phyp_dump_at_boot;
101531 + /* Check status during boot if dump supported, active & present*/
101532 + unsigned long phyp_dump_configured;
101533 + unsigned long phyp_dump_is_active;
101534 + /* store cpu & hpte size */
101535 + unsigned long cpu_state_size;
101536 + unsigned long hpte_region_size;
101537 + /* previous scratch area values */
101538 + unsigned long reserved_scratch_addr;
101539 + unsigned long reserved_scratch_size;
101542 +extern struct phyp_dump *phyp_dump_info;
101544 +int early_init_dt_scan_phyp_dump(unsigned long node,
101545 + const char *uname, int depth, void *data);
101547 +#endif /* CONFIG_PHYP_DUMP */
101548 +#endif /* _PPC64_PHYP_DUMP_H */
101549 --- a/include/asm-powerpc/pmi.h
101550 +++ b/include/asm-powerpc/pmi.h
101555 -#include <asm/of_device.h>
101557 #define PMI_TYPE_FREQ_CHANGE 0x01
101558 #define PMI_READ_TYPE 0
101559 #define PMI_READ_DATA0 1
101561 +++ b/include/asm-powerpc/ppc4xx.h
101564 + * PPC4xx Prototypes and definitions
101566 + * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
101568 + * This is free software; you can redistribute it and/or modify it
101569 + * under the terms of the GNU General Public License as published by
101570 + * the Free Software Foundation; either version 2 of the License, or
101571 + * (at your option) any later version.
101575 +#ifndef __ASM_POWERPC_PPC4xx_H__
101576 +#define __ASM_POWERPC_PPC4xx_H__
101578 +extern void ppc4xx_reset_system(char *cmd);
101580 +#endif /* __ASM_POWERPC_PPC4xx_H__ */
101581 --- a/include/asm-powerpc/ps3.h
101582 +++ b/include/asm-powerpc/ps3.h
101583 @@ -434,8 +434,11 @@ struct ps3_sys_manager_ops {
101586 void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops);
101587 -void ps3_sys_manager_power_off(void);
101588 -void ps3_sys_manager_restart(void);
101589 +void __noreturn ps3_sys_manager_power_off(void);
101590 +void __noreturn ps3_sys_manager_restart(void);
101591 +void __noreturn ps3_sys_manager_halt(void);
101592 +int ps3_sys_manager_get_wol(void);
101593 +void ps3_sys_manager_set_wol(int state);
101597 --- a/include/asm-powerpc/ptrace.h
101598 +++ b/include/asm-powerpc/ptrace.h
101599 @@ -58,6 +58,11 @@ struct pt_regs {
101600 #define __ARCH_WANT_COMPAT_SYS_PTRACE
101602 #define STACK_FRAME_OVERHEAD 112 /* size of minimum stack frame */
101603 +#define STACK_FRAME_LR_SAVE 2 /* Location of LR in stack frame */
101604 +#define STACK_FRAME_REGS_MARKER ASM_CONST(0x7265677368657265)
101605 +#define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + \
101606 + STACK_FRAME_OVERHEAD + 288)
101607 +#define STACK_FRAME_MARKER 12
101609 /* Size of dummy stack frame allocated when calling signal handler. */
101610 #define __SIGNAL_FRAMESIZE 128
101611 @@ -66,6 +71,10 @@ struct pt_regs {
101612 #else /* __powerpc64__ */
101614 #define STACK_FRAME_OVERHEAD 16 /* size of minimum stack frame */
101615 +#define STACK_FRAME_LR_SAVE 1 /* Location of LR in stack frame */
101616 +#define STACK_FRAME_REGS_MARKER ASM_CONST(0x72656773)
101617 +#define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD)
101618 +#define STACK_FRAME_MARKER 2
101620 /* Size of stack frame allocated when calling signal handler. */
101621 #define __SIGNAL_FRAMESIZE 64
101622 --- a/include/asm-powerpc/qe.h
101623 +++ b/include/asm-powerpc/qe.h
101624 @@ -85,6 +85,7 @@ extern int par_io_data_set(u8 port, u8 p
101626 int qe_issue_cmd(u32 cmd, u32 device, u8 mcn_protocol, u32 cmd_input);
101627 enum qe_clock qe_clock_source(const char *source);
101628 +unsigned int qe_get_brg_clk(void);
101629 int qe_setbrg(enum qe_clock brg, unsigned int rate, unsigned int multiplier);
101631 void qe_put_snum(u8 snum);
101632 @@ -92,7 +93,16 @@ unsigned long qe_muram_alloc(int size, i
101633 int qe_muram_free(unsigned long offset);
101634 unsigned long qe_muram_alloc_fixed(unsigned long offset, int size);
101635 void qe_muram_dump(void);
101636 -void *qe_muram_addr(unsigned long offset);
101638 +static inline void __iomem *qe_muram_addr(unsigned long offset)
101640 + return (void __iomem *)&qe_immr->muram[offset];
101643 +static inline unsigned long qe_muram_offset(void __iomem *addr)
101645 + return addr - (void __iomem *)qe_immr->muram;
101648 /* Structure that defines QE firmware binary files.
101650 --- a/include/asm-powerpc/rwsem.h
101651 +++ b/include/asm-powerpc/rwsem.h
101652 @@ -32,11 +32,20 @@ struct rw_semaphore {
101653 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS)
101655 struct list_head wait_list;
101656 +#ifdef CONFIG_DEBUG_LOCK_ALLOC
101657 + struct lockdep_map dep_map;
101661 +#ifdef CONFIG_DEBUG_LOCK_ALLOC
101662 +# define __RWSEM_DEP_MAP_INIT(lockname) , .dep_map = { .name = #lockname }
101664 +# define __RWSEM_DEP_MAP_INIT(lockname)
101667 #define __RWSEM_INITIALIZER(name) \
101668 - { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, \
101669 - LIST_HEAD_INIT((name).wait_list) }
101670 + { RWSEM_UNLOCKED_VALUE, __SPIN_LOCK_UNLOCKED((name).wait_lock), \
101671 + LIST_HEAD_INIT((name).wait_list) __RWSEM_DEP_MAP_INIT(name) }
101673 #define DECLARE_RWSEM(name) \
101674 struct rw_semaphore name = __RWSEM_INITIALIZER(name)
101675 @@ -46,12 +55,15 @@ extern struct rw_semaphore *rwsem_down_w
101676 extern struct rw_semaphore *rwsem_wake(struct rw_semaphore *sem);
101677 extern struct rw_semaphore *rwsem_downgrade_wake(struct rw_semaphore *sem);
101679 -static inline void init_rwsem(struct rw_semaphore *sem)
101681 - sem->count = RWSEM_UNLOCKED_VALUE;
101682 - spin_lock_init(&sem->wait_lock);
101683 - INIT_LIST_HEAD(&sem->wait_list);
101685 +extern void __init_rwsem(struct rw_semaphore *sem, const char *name,
101686 + struct lock_class_key *key);
101688 +#define init_rwsem(sem) \
101690 + static struct lock_class_key __key; \
101692 + __init_rwsem((sem), #sem, &__key); \
101697 @@ -78,7 +90,7 @@ static inline int __down_read_trylock(st
101701 -static inline void __down_write(struct rw_semaphore *sem)
101702 +static inline void __down_write_nested(struct rw_semaphore *sem, int subclass)
101706 @@ -88,6 +100,11 @@ static inline void __down_write(struct r
101707 rwsem_down_write_failed(sem);
101710 +static inline void __down_write(struct rw_semaphore *sem)
101712 + __down_write_nested(sem, 0);
101715 static inline int __down_write_trylock(struct rw_semaphore *sem)
101718 --- a/include/asm-powerpc/sparsemem.h
101719 +++ b/include/asm-powerpc/sparsemem.h
101722 #ifdef CONFIG_MEMORY_HOTPLUG
101723 extern void create_section_mapping(unsigned long start, unsigned long end);
101724 +extern int remove_section_mapping(unsigned long start, unsigned long end);
101726 extern int hot_add_scn_to_nid(unsigned long scn_addr);
101728 --- a/include/asm-powerpc/spinlock.h
101729 +++ b/include/asm-powerpc/spinlock.h
101732 * (the type definitions are in asm/spinlock_types.h)
101734 +#include <linux/irqflags.h>
101737 #include <asm/hvcall.h>
101738 --- a/include/asm-powerpc/string.h
101739 +++ b/include/asm-powerpc/string.h
101741 #define __HAVE_ARCH_STRNCPY
101742 #define __HAVE_ARCH_STRLEN
101743 #define __HAVE_ARCH_STRCMP
101744 +#define __HAVE_ARCH_STRNCMP
101745 #define __HAVE_ARCH_STRCAT
101746 #define __HAVE_ARCH_MEMSET
101747 #define __HAVE_ARCH_MEMCPY
101748 @@ -18,6 +19,7 @@ extern char * strcpy(char *,const char *
101749 extern char * strncpy(char *,const char *, __kernel_size_t);
101750 extern __kernel_size_t strlen(const char *);
101751 extern int strcmp(const char *,const char *);
101752 +extern int strncmp(const char *, const char *, __kernel_size_t);
101753 extern char * strcat(char *, const char *);
101754 extern void * memset(void *,int,__kernel_size_t);
101755 extern void * memcpy(void *,const void *,__kernel_size_t);
101756 --- a/include/asm-powerpc/types.h
101757 +++ b/include/asm-powerpc/types.h
101758 @@ -84,6 +84,13 @@ typedef unsigned long long u64;
101760 typedef __vector128 vector128;
101762 +/* Physical address used by some IO functions */
101763 +#if defined(CONFIG_PPC64) || defined(CONFIG_PHYS_64BIT)
101764 +typedef u64 phys_addr_t;
101766 +typedef u32 phys_addr_t;
101770 typedef u64 dma_addr_t;
101773 +++ b/include/asm-sparc64/lmb.h
101775 +#ifndef _SPARC64_LMB_H
101776 +#define _SPARC64_LMB_H
101778 +#include <asm/oplib.h>
101780 +#define LMB_DBG(fmt...) prom_printf(fmt)
101782 +#define LMB_REAL_LIMIT 0
101784 +#endif /* !(_SPARC64_LMB_H) */
101786 +++ b/include/linux/lmb.h
101793 + * Logical memory blocks.
101795 + * Copyright (C) 2001 Peter Bergner, IBM Corp.
101797 + * This program is free software; you can redistribute it and/or
101798 + * modify it under the terms of the GNU General Public License
101799 + * as published by the Free Software Foundation; either version
101800 + * 2 of the License, or (at your option) any later version.
101803 +#include <linux/init.h>
101806 +#define MAX_LMB_REGIONS 128
101816 + struct lmb_property region[MAX_LMB_REGIONS+1];
101822 + struct lmb_region memory;
101823 + struct lmb_region reserved;
101826 +extern struct lmb lmb;
101828 +extern void __init lmb_init(void);
101829 +extern void __init lmb_analyze(void);
101830 +extern long __init lmb_add(u64 base, u64 size);
101831 +extern long __init lmb_reserve(u64 base, u64 size);
101832 +extern u64 __init lmb_alloc_nid(u64 size, u64 align, int nid,
101833 + u64 (*nid_range)(u64, u64, int *));
101834 +extern u64 __init lmb_alloc(u64 size, u64 align);
101835 +extern u64 __init lmb_alloc_base(u64 size,
101837 +extern u64 __init __lmb_alloc_base(u64 size,
101838 + u64 align, u64 max_addr);
101839 +extern u64 __init lmb_phys_mem_size(void);
101840 +extern u64 __init lmb_end_of_DRAM(void);
101841 +extern void __init lmb_enforce_memory_limit(u64 memory_limit);
101842 +extern int __init lmb_is_reserved(u64 addr);
101844 +extern void lmb_dump_all(void);
101847 +lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
101849 + return type->region[region_nr].size;
101852 +lmb_size_pages(struct lmb_region *type, unsigned long region_nr)
101854 + return lmb_size_bytes(type, region_nr) >> PAGE_SHIFT;
101857 +lmb_start_pfn(struct lmb_region *type, unsigned long region_nr)
101859 + return type->region[region_nr].base >> PAGE_SHIFT;
101862 +lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
101864 + return lmb_start_pfn(type, region_nr) +
101865 + lmb_size_pages(type, region_nr);
101870 +#endif /* __KERNEL__ */
101872 +#endif /* _LINUX_LMB_H */
101873 --- a/include/linux/of.h
101874 +++ b/include/linux/of.h
101875 @@ -62,6 +62,7 @@ extern struct property *of_find_property
101877 extern int of_device_is_compatible(const struct device_node *device,
101879 +extern int of_device_is_available(const struct device_node *device);
101880 extern const void *of_get_property(const struct device_node *node,
101884 +++ b/include/linux/of_gpio.h
101887 + * OF helpers for the GPIO API
101889 + * Copyright (c) 2007-2008 MontaVista Software, Inc.
101891 + * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
101893 + * This program is free software; you can redistribute it and/or modify
101894 + * it under the terms of the GNU General Public License as published by
101895 + * the Free Software Foundation; either version 2 of the License, or
101896 + * (at your option) any later version.
101899 +#ifndef __LINUX_OF_GPIO_H
101900 +#define __LINUX_OF_GPIO_H
101902 +#include <linux/errno.h>
101908 + * Generic OF GPIO chip
101913 + int (*xlate)(struct of_gpio_chip *of_gc, struct device_node *np,
101914 + const void *gpio_spec);
101917 +static inline struct of_gpio_chip *to_of_gpio_chip(struct gpio_chip *gc)
101919 + return container_of(gc, struct of_gpio_chip, gc);
101923 + * OF GPIO chip for memory mapped banks
101925 +struct of_mm_gpio_chip {
101926 + struct of_gpio_chip of_gc;
101927 + void (*save_regs)(struct of_mm_gpio_chip *mm_gc);
101931 +static inline struct of_mm_gpio_chip *to_of_mm_gpio_chip(struct gpio_chip *gc)
101933 + struct of_gpio_chip *of_gc = to_of_gpio_chip(gc);
101935 + return container_of(of_gc, struct of_mm_gpio_chip, of_gc);
101938 +extern int of_get_gpio(struct device_node *np, int index);
101939 +extern int of_mm_gpiochip_add(struct device_node *np,
101940 + struct of_mm_gpio_chip *mm_gc);
101941 +extern int of_gpio_simple_xlate(struct of_gpio_chip *of_gc,
101942 + struct device_node *np,
101943 + const void *gpio_spec);
101946 +/* Drivers may not strictly depend on the GPIO support, so let them link. */
101947 +static inline int of_get_gpio(struct device_node *np, int index)
101952 +#endif /* CONFIG_OF_GPIO */
101954 +#endif /* __LINUX_OF_GPIO_H */
101956 +++ b/include/linux/of_i2c.h
101959 + * Generic I2C API implementation for PowerPC.
101961 + * Copyright (c) 2008 Jochen Friedrich <jochen@scram.de>
101963 + * This program is free software; you can redistribute it and/or modify
101964 + * it under the terms of the GNU General Public License as published by
101965 + * the Free Software Foundation; either version 2 of the License, or
101966 + * (at your option) any later version.
101969 +#ifndef __LINUX_OF_I2C_H
101970 +#define __LINUX_OF_I2C_H
101972 +#include <linux/i2c.h>
101976 +void of_register_i2c_devices(struct i2c_adapter *adap,
101977 + struct device_node *adap_node);
101979 +#endif /* CONFIG_OF_I2C */
101981 +#endif /* __LINUX_OF_I2C_H */
101984 @@ -141,4 +141,7 @@ config HAS_DMA
101994 @@ -70,6 +70,8 @@ obj-$(CONFIG_FAULT_INJECTION) += fault-i
101996 lib-$(CONFIG_GENERIC_BUG) += bug.o
101998 +obj-$(CONFIG_HAVE_LMB) += lmb.o
102000 hostprogs-y := gen_crc32table
102001 clean-files := crc32table.h
102007 + * Procedures for maintaining information about logical memory blocks.
102009 + * Peter Bergner, IBM Corp. June 2001.
102010 + * Copyright (C) 2001 Peter Bergner.
102012 + * This program is free software; you can redistribute it and/or
102013 + * modify it under the terms of the GNU General Public License
102014 + * as published by the Free Software Foundation; either version
102015 + * 2 of the License, or (at your option) any later version.
102018 +#include <linux/kernel.h>
102019 +#include <linux/init.h>
102020 +#include <linux/bitops.h>
102021 +#include <linux/lmb.h>
102023 +#define LMB_ALLOC_ANYWHERE 0
102027 +void lmb_dump_all(void)
102032 + pr_debug("lmb_dump_all:\n");
102033 + pr_debug(" memory.cnt = 0x%lx\n", lmb.memory.cnt);
102034 + pr_debug(" memory.size = 0x%llx\n",
102035 + (unsigned long long)lmb.memory.size);
102036 + for (i=0; i < lmb.memory.cnt ;i++) {
102037 + pr_debug(" memory.region[0x%x].base = 0x%llx\n",
102038 + i, (unsigned long long)lmb.memory.region[i].base);
102039 + pr_debug(" .size = 0x%llx\n",
102040 + (unsigned long long)lmb.memory.region[i].size);
102043 + pr_debug(" reserved.cnt = 0x%lx\n", lmb.reserved.cnt);
102044 + pr_debug(" reserved.size = 0x%lx\n", lmb.reserved.size);
102045 + for (i=0; i < lmb.reserved.cnt ;i++) {
102046 + pr_debug(" reserved.region[0x%x].base = 0x%llx\n",
102047 + i, (unsigned long long)lmb.reserved.region[i].base);
102048 + pr_debug(" .size = 0x%llx\n",
102049 + (unsigned long long)lmb.reserved.region[i].size);
102054 +static unsigned long __init lmb_addrs_overlap(u64 base1, u64 size1,
102055 + u64 base2, u64 size2)
102057 + return ((base1 < (base2 + size2)) && (base2 < (base1 + size1)));
102060 +static long __init lmb_addrs_adjacent(u64 base1, u64 size1,
102061 + u64 base2, u64 size2)
102063 + if (base2 == base1 + size1)
102065 + else if (base1 == base2 + size2)
102071 +static long __init lmb_regions_adjacent(struct lmb_region *rgn,
102072 + unsigned long r1, unsigned long r2)
102074 + u64 base1 = rgn->region[r1].base;
102075 + u64 size1 = rgn->region[r1].size;
102076 + u64 base2 = rgn->region[r2].base;
102077 + u64 size2 = rgn->region[r2].size;
102079 + return lmb_addrs_adjacent(base1, size1, base2, size2);
102082 +static void __init lmb_remove_region(struct lmb_region *rgn, unsigned long r)
102086 + for (i = r; i < rgn->cnt - 1; i++) {
102087 + rgn->region[i].base = rgn->region[i + 1].base;
102088 + rgn->region[i].size = rgn->region[i + 1].size;
102093 +/* Assumption: base addr of region 1 < base addr of region 2 */
102094 +static void __init lmb_coalesce_regions(struct lmb_region *rgn,
102095 + unsigned long r1, unsigned long r2)
102097 + rgn->region[r1].size += rgn->region[r2].size;
102098 + lmb_remove_region(rgn, r2);
102101 +void __init lmb_init(void)
102103 + /* Create a dummy zero size LMB which will get coalesced away later.
102104 + * This simplifies the lmb_add() code below...
102106 + lmb.memory.region[0].base = 0;
102107 + lmb.memory.region[0].size = 0;
102111 + lmb.reserved.region[0].base = 0;
102112 + lmb.reserved.region[0].size = 0;
102113 + lmb.reserved.cnt = 1;
102116 +void __init lmb_analyze(void)
102122 + for (i = 0; i < lmb.memory.cnt; i++)
102123 + lmb.memory.size += lmb.memory.region[i].size;
102126 +static long __init lmb_add_region(struct lmb_region *rgn, u64 base, u64 size)
102128 + unsigned long coalesced = 0;
102131 + if ((rgn->cnt == 1) && (rgn->region[0].size == 0)) {
102132 + rgn->region[0].base = base;
102133 + rgn->region[0].size = size;
102137 + /* First try and coalesce this LMB with another. */
102138 + for (i = 0; i < rgn->cnt; i++) {
102139 + u64 rgnbase = rgn->region[i].base;
102140 + u64 rgnsize = rgn->region[i].size;
102142 + if ((rgnbase == base) && (rgnsize == size))
102143 + /* Already have this region, so we're done */
102146 + adjacent = lmb_addrs_adjacent(base, size, rgnbase, rgnsize);
102148 + rgn->region[i].base -= size;
102149 + rgn->region[i].size += size;
102152 + } else if (adjacent < 0) {
102153 + rgn->region[i].size += size;
102159 + if ((i < rgn->cnt - 1) && lmb_regions_adjacent(rgn, i, i+1)) {
102160 + lmb_coalesce_regions(rgn, i, i+1);
102166 + if (rgn->cnt >= MAX_LMB_REGIONS)
102169 + /* Couldn't coalesce the LMB, so add it to the sorted table. */
102170 + for (i = rgn->cnt - 1; i >= 0; i--) {
102171 + if (base < rgn->region[i].base) {
102172 + rgn->region[i+1].base = rgn->region[i].base;
102173 + rgn->region[i+1].size = rgn->region[i].size;
102175 + rgn->region[i+1].base = base;
102176 + rgn->region[i+1].size = size;
102181 + if (base < rgn->region[0].base) {
102182 + rgn->region[0].base = base;
102183 + rgn->region[0].size = size;
102190 +long __init lmb_add(u64 base, u64 size)
102192 + struct lmb_region *_rgn = &lmb.memory;
102194 + /* On pSeries LPAR systems, the first LMB is our RMO region. */
102198 + return lmb_add_region(_rgn, base, size);
102202 +long __init lmb_reserve(u64 base, u64 size)
102204 + struct lmb_region *_rgn = &lmb.reserved;
102208 + return lmb_add_region(_rgn, base, size);
102211 +long __init lmb_overlaps_region(struct lmb_region *rgn, u64 base, u64 size)
102215 + for (i = 0; i < rgn->cnt; i++) {
102216 + u64 rgnbase = rgn->region[i].base;
102217 + u64 rgnsize = rgn->region[i].size;
102218 + if (lmb_addrs_overlap(base, size, rgnbase, rgnsize))
102222 + return (i < rgn->cnt) ? i : -1;
102225 +static u64 lmb_align_down(u64 addr, u64 size)
102227 + return addr & ~(size - 1);
102230 +static u64 lmb_align_up(u64 addr, u64 size)
102232 + return (addr + (size - 1)) & ~(size - 1);
102235 +static u64 __init lmb_alloc_nid_unreserved(u64 start, u64 end,
102241 + base = lmb_align_down((end - size), align);
102242 + while (start <= base) {
102243 + j = lmb_overlaps_region(&lmb.reserved, base, size);
102245 + /* this area isn't reserved, take it */
102246 + if (lmb_add_region(&lmb.reserved, base,
102247 + lmb_align_up(size, align)) < 0)
102251 + res_base = lmb.reserved.region[j].base;
102254 + base = lmb_align_down(res_base - size, align);
102260 +static u64 __init lmb_alloc_nid_region(struct lmb_property *mp,
102261 + u64 (*nid_range)(u64, u64, int *),
102262 + u64 size, u64 align, int nid)
102267 + end = start + mp->size;
102269 + start = lmb_align_up(start, align);
102270 + while (start < end) {
102274 + this_end = nid_range(start, end, &this_nid);
102275 + if (this_nid == nid) {
102276 + u64 ret = lmb_alloc_nid_unreserved(start, this_end,
102287 +u64 __init lmb_alloc_nid(u64 size, u64 align, int nid,
102288 + u64 (*nid_range)(u64 start, u64 end, int *nid))
102290 + struct lmb_region *mem = &lmb.memory;
102293 + for (i = 0; i < mem->cnt; i++) {
102294 + u64 ret = lmb_alloc_nid_region(&mem->region[i],
102301 + return lmb_alloc(size, align);
102304 +u64 __init lmb_alloc(u64 size, u64 align)
102306 + return lmb_alloc_base(size, align, LMB_ALLOC_ANYWHERE);
102309 +u64 __init lmb_alloc_base(u64 size, u64 align, u64 max_addr)
102313 + alloc = __lmb_alloc_base(size, align, max_addr);
102316 + panic("ERROR: Failed to allocate 0x%llx bytes below 0x%llx.\n",
102317 + (unsigned long long) size, (unsigned long long) max_addr);
102322 +u64 __init __lmb_alloc_base(u64 size, u64 align, u64 max_addr)
102330 + /* On some platforms, make sure we allocate lowmem */
102331 + /* Note that LMB_REAL_LIMIT may be LMB_ALLOC_ANYWHERE */
102332 + if (max_addr == LMB_ALLOC_ANYWHERE)
102333 + max_addr = LMB_REAL_LIMIT;
102335 + for (i = lmb.memory.cnt - 1; i >= 0; i--) {
102336 + u64 lmbbase = lmb.memory.region[i].base;
102337 + u64 lmbsize = lmb.memory.region[i].size;
102341 + if (max_addr == LMB_ALLOC_ANYWHERE)
102342 + base = lmb_align_down(lmbbase + lmbsize - size, align);
102343 + else if (lmbbase < max_addr) {
102344 + base = min(lmbbase + lmbsize, max_addr);
102345 + base = lmb_align_down(base - size, align);
102349 + while (base && lmbbase <= base) {
102350 + j = lmb_overlaps_region(&lmb.reserved, base, size);
102352 + /* this area isn't reserved, take it */
102353 + if (lmb_add_region(&lmb.reserved, base,
102358 + res_base = lmb.reserved.region[j].base;
102361 + base = lmb_align_down(res_base - size, align);
102367 +/* You must call lmb_analyze() before this. */
102368 +u64 __init lmb_phys_mem_size(void)
102370 + return lmb.memory.size;
102373 +u64 __init lmb_end_of_DRAM(void)
102375 + int idx = lmb.memory.cnt - 1;
102377 + return (lmb.memory.region[idx].base + lmb.memory.region[idx].size);
102380 +/* You must call lmb_analyze() after this. */
102381 +void __init lmb_enforce_memory_limit(u64 memory_limit)
102385 + struct lmb_property *p;
102390 + /* Truncate the lmb regions to satisfy the memory limit. */
102391 + limit = memory_limit;
102392 + for (i = 0; i < lmb.memory.cnt; i++) {
102393 + if (limit > lmb.memory.region[i].size) {
102394 + limit -= lmb.memory.region[i].size;
102398 + lmb.memory.region[i].size = limit;
102399 + lmb.memory.cnt = i + 1;
102403 + if (lmb.memory.region[0].size < lmb.rmo_size)
102404 + lmb.rmo_size = lmb.memory.region[0].size;
102406 + /* And truncate any reserves above the limit also. */
102407 + for (i = 0; i < lmb.reserved.cnt; i++) {
102408 + p = &lmb.reserved.region[i];
102410 + if (p->base > memory_limit)
102412 + else if ((p->base + p->size) > memory_limit)
102413 + p->size = memory_limit - p->base;
102416 + lmb_remove_region(&lmb.reserved, i);
102422 +int __init lmb_is_reserved(u64 addr)
102426 + for (i = 0; i < lmb.reserved.cnt; i++) {
102427 + u64 upper = lmb.reserved.region[i].base +
102428 + lmb.reserved.region[i].size - 1;
102429 + if ((addr >= lmb.reserved.region[i].base) && (addr <= upper))