diff options
author | Paul Mackerras <paulus@samba.org> | 2007-12-06 00:53:35 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-06 00:54:02 -0500 |
commit | 43af66e1359999e3a6e306d4ee6edfc6c7d26595 (patch) | |
tree | a7e979e144ce52c24829d4cf38fc05296c2f050f /arch/powerpc/configs/pq2fads_defconfig | |
parent | b3330def90865ce0400f8d6919846f9201d0feff (diff) |
[POWERPC] Update defconfigs
This updates all the defconfigs in arch/powerpc/configs except iseries
and ps3, which were updated by the preceding commits.
This mostly takes the defaults, except that I turned on tickless idle
and high-resolution timers for everything, and turned off instrumentation
support and "Fair group CPU scheduler" for the smaller/embedded platforms.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs/pq2fads_defconfig')
-rw-r--r-- | arch/powerpc/configs/pq2fads_defconfig | 148 |
1 files changed, 88 insertions, 60 deletions
diff --git a/arch/powerpc/configs/pq2fads_defconfig b/arch/powerpc/configs/pq2fads_defconfig index 9191f557b044..142d206d6870 100644 --- a/arch/powerpc/configs/pq2fads_defconfig +++ b/arch/powerpc/configs/pq2fads_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.23-rc4 | 3 | # Linux kernel version: 2.6.24-rc4 |
4 | # Thu Aug 30 11:58:17 2007 | 4 | # Thu Dec 6 16:49:09 2007 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -20,8 +20,13 @@ CONFIG_PPC_STD_MMU_32=y | |||
20 | # CONFIG_PPC_MM_SLICES is not set | 20 | # CONFIG_PPC_MM_SLICES is not set |
21 | # CONFIG_SMP is not set | 21 | # CONFIG_SMP is not set |
22 | CONFIG_PPC32=y | 22 | CONFIG_PPC32=y |
23 | CONFIG_WORD_SIZE=32 | ||
23 | CONFIG_PPC_MERGE=y | 24 | CONFIG_PPC_MERGE=y |
24 | CONFIG_MMU=y | 25 | CONFIG_MMU=y |
26 | CONFIG_GENERIC_CMOS_UPDATE=y | ||
27 | CONFIG_GENERIC_TIME=y | ||
28 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
29 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
25 | CONFIG_GENERIC_HARDIRQS=y | 30 | CONFIG_GENERIC_HARDIRQS=y |
26 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
27 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 32 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
@@ -63,6 +68,8 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
63 | CONFIG_IKCONFIG=y | 68 | CONFIG_IKCONFIG=y |
64 | CONFIG_IKCONFIG_PROC=y | 69 | CONFIG_IKCONFIG_PROC=y |
65 | CONFIG_LOG_BUF_SHIFT=14 | 70 | CONFIG_LOG_BUF_SHIFT=14 |
71 | # CONFIG_CGROUPS is not set | ||
72 | # CONFIG_FAIR_GROUP_SCHED is not set | ||
66 | # CONFIG_SYSFS_DEPRECATED is not set | 73 | # CONFIG_SYSFS_DEPRECATED is not set |
67 | # CONFIG_RELAY is not set | 74 | # CONFIG_RELAY is not set |
68 | CONFIG_BLK_DEV_INITRD=y | 75 | CONFIG_BLK_DEV_INITRD=y |
@@ -82,7 +89,6 @@ CONFIG_FUTEX=y | |||
82 | CONFIG_ANON_INODES=y | 89 | CONFIG_ANON_INODES=y |
83 | CONFIG_EPOLL=y | 90 | CONFIG_EPOLL=y |
84 | CONFIG_SIGNALFD=y | 91 | CONFIG_SIGNALFD=y |
85 | CONFIG_TIMERFD=y | ||
86 | CONFIG_EVENTFD=y | 92 | CONFIG_EVENTFD=y |
87 | CONFIG_SHMEM=y | 93 | CONFIG_SHMEM=y |
88 | CONFIG_VM_EVENT_COUNTERS=y | 94 | CONFIG_VM_EVENT_COUNTERS=y |
@@ -116,7 +122,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
116 | # Platform support | 122 | # Platform support |
117 | # | 123 | # |
118 | # CONFIG_PPC_MULTIPLATFORM is not set | 124 | # CONFIG_PPC_MULTIPLATFORM is not set |
119 | # CONFIG_EMBEDDED6xx is not set | ||
120 | CONFIG_PPC_82xx=y | 125 | CONFIG_PPC_82xx=y |
121 | # CONFIG_PPC_83xx is not set | 126 | # CONFIG_PPC_83xx is not set |
122 | # CONFIG_PPC_86xx is not set | 127 | # CONFIG_PPC_86xx is not set |
@@ -126,7 +131,6 @@ CONFIG_PPC_82xx=y | |||
126 | # CONFIG_PPC_CELL_NATIVE is not set | 131 | # CONFIG_PPC_CELL_NATIVE is not set |
127 | # CONFIG_MPC8272_ADS is not set | 132 | # CONFIG_MPC8272_ADS is not set |
128 | CONFIG_PQ2FADS=y | 133 | CONFIG_PQ2FADS=y |
129 | # CONFIG_EP8248E is not set | ||
130 | CONFIG_PQ2ADS=y | 134 | CONFIG_PQ2ADS=y |
131 | CONFIG_8260=y | 135 | CONFIG_8260=y |
132 | CONFIG_PQ2_ADS_PCI_PIC=y | 136 | CONFIG_PQ2_ADS_PCI_PIC=y |
@@ -149,6 +153,10 @@ CONFIG_CPM=y | |||
149 | # Kernel options | 153 | # Kernel options |
150 | # | 154 | # |
151 | # CONFIG_HIGHMEM is not set | 155 | # CONFIG_HIGHMEM is not set |
156 | CONFIG_TICK_ONESHOT=y | ||
157 | CONFIG_NO_HZ=y | ||
158 | CONFIG_HIGH_RES_TIMERS=y | ||
159 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
152 | # CONFIG_HZ_100 is not set | 160 | # CONFIG_HZ_100 is not set |
153 | CONFIG_HZ_250=y | 161 | CONFIG_HZ_250=y |
154 | # CONFIG_HZ_300 is not set | 162 | # CONFIG_HZ_300 is not set |
@@ -165,6 +173,7 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
165 | CONFIG_FLATMEM=y | 173 | CONFIG_FLATMEM=y |
166 | CONFIG_FLAT_NODE_MEM_MAP=y | 174 | CONFIG_FLAT_NODE_MEM_MAP=y |
167 | # CONFIG_SPARSEMEM_STATIC is not set | 175 | # CONFIG_SPARSEMEM_STATIC is not set |
176 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
168 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 177 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
169 | # CONFIG_RESOURCES_64BIT is not set | 178 | # CONFIG_RESOURCES_64BIT is not set |
170 | CONFIG_ZONE_DMA_FLAG=1 | 179 | CONFIG_ZONE_DMA_FLAG=1 |
@@ -173,6 +182,8 @@ CONFIG_VIRT_TO_BUS=y | |||
173 | CONFIG_PROC_DEVICETREE=y | 182 | CONFIG_PROC_DEVICETREE=y |
174 | # CONFIG_CMDLINE_BOOL is not set | 183 | # CONFIG_CMDLINE_BOOL is not set |
175 | # CONFIG_PM is not set | 184 | # CONFIG_PM is not set |
185 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
186 | CONFIG_HIBERNATION_UP_POSSIBLE=y | ||
176 | CONFIG_SECCOMP=y | 187 | CONFIG_SECCOMP=y |
177 | CONFIG_WANT_DEVICE_TREE=y | 188 | CONFIG_WANT_DEVICE_TREE=y |
178 | CONFIG_DEVICE_TREE="pq2fads.dts" | 189 | CONFIG_DEVICE_TREE="pq2fads.dts" |
@@ -192,11 +203,8 @@ CONFIG_PCI_8260=y | |||
192 | # CONFIG_PCIEPORTBUS is not set | 203 | # CONFIG_PCIEPORTBUS is not set |
193 | CONFIG_ARCH_SUPPORTS_MSI=y | 204 | CONFIG_ARCH_SUPPORTS_MSI=y |
194 | # CONFIG_PCI_MSI is not set | 205 | # CONFIG_PCI_MSI is not set |
206 | CONFIG_PCI_LEGACY=y | ||
195 | # CONFIG_PCI_DEBUG is not set | 207 | # CONFIG_PCI_DEBUG is not set |
196 | |||
197 | # | ||
198 | # PCCARD (PCMCIA/CardBus) support | ||
199 | # | ||
200 | # CONFIG_PCCARD is not set | 208 | # CONFIG_PCCARD is not set |
201 | 209 | ||
202 | # | 210 | # |
@@ -210,7 +218,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
210 | CONFIG_HIGHMEM_START=0xfe000000 | 218 | CONFIG_HIGHMEM_START=0xfe000000 |
211 | CONFIG_LOWMEM_SIZE=0x30000000 | 219 | CONFIG_LOWMEM_SIZE=0x30000000 |
212 | CONFIG_KERNEL_START=0xc0000000 | 220 | CONFIG_KERNEL_START=0xc0000000 |
213 | CONFIG_TASK_SIZE=0x80000000 | 221 | CONFIG_TASK_SIZE=0xc0000000 |
214 | CONFIG_BOOT_LOAD=0x00400000 | 222 | CONFIG_BOOT_LOAD=0x00400000 |
215 | 223 | ||
216 | # | 224 | # |
@@ -247,6 +255,7 @@ CONFIG_INET_TUNNEL=y | |||
247 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 255 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
248 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 256 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
249 | CONFIG_INET_XFRM_MODE_BEET=y | 257 | CONFIG_INET_XFRM_MODE_BEET=y |
258 | # CONFIG_INET_LRO is not set | ||
250 | CONFIG_INET_DIAG=y | 259 | CONFIG_INET_DIAG=y |
251 | CONFIG_INET_TCP_DIAG=y | 260 | CONFIG_INET_TCP_DIAG=y |
252 | # CONFIG_TCP_CONG_ADVANCED is not set | 261 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -290,10 +299,6 @@ CONFIG_NETFILTER=y | |||
290 | # CONFIG_LLC2 is not set | 299 | # CONFIG_LLC2 is not set |
291 | # CONFIG_IPX is not set | 300 | # CONFIG_IPX is not set |
292 | # CONFIG_ATALK is not set | 301 | # CONFIG_ATALK is not set |
293 | |||
294 | # | ||
295 | # QoS and/or fair queueing | ||
296 | # | ||
297 | # CONFIG_NET_SCHED is not set | 302 | # CONFIG_NET_SCHED is not set |
298 | 303 | ||
299 | # | 304 | # |
@@ -319,6 +324,7 @@ CONFIG_NETFILTER=y | |||
319 | # | 324 | # |
320 | # Generic Driver Options | 325 | # Generic Driver Options |
321 | # | 326 | # |
327 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
322 | CONFIG_STANDALONE=y | 328 | CONFIG_STANDALONE=y |
323 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 329 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
324 | # CONFIG_FW_LOADER is not set | 330 | # CONFIG_FW_LOADER is not set |
@@ -342,6 +348,7 @@ CONFIG_MTD_BLOCK=y | |||
342 | # CONFIG_INFTL is not set | 348 | # CONFIG_INFTL is not set |
343 | # CONFIG_RFD_FTL is not set | 349 | # CONFIG_RFD_FTL is not set |
344 | # CONFIG_SSFDC is not set | 350 | # CONFIG_SSFDC is not set |
351 | # CONFIG_MTD_OOPS is not set | ||
345 | 352 | ||
346 | # | 353 | # |
347 | # RAM/ROM/Flash chip drivers | 354 | # RAM/ROM/Flash chip drivers |
@@ -380,6 +387,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
380 | # CONFIG_MTD_PHYSMAP is not set | 387 | # CONFIG_MTD_PHYSMAP is not set |
381 | CONFIG_MTD_PHYSMAP_OF=y | 388 | CONFIG_MTD_PHYSMAP_OF=y |
382 | # CONFIG_MTD_SBC8240 is not set | 389 | # CONFIG_MTD_SBC8240 is not set |
390 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
383 | # CONFIG_MTD_PLATRAM is not set | 391 | # CONFIG_MTD_PLATRAM is not set |
384 | 392 | ||
385 | # | 393 | # |
@@ -442,10 +450,40 @@ CONFIG_IDE_PROC_FS=y | |||
442 | # IDE chipset support/bugfixes | 450 | # IDE chipset support/bugfixes |
443 | # | 451 | # |
444 | # CONFIG_IDE_GENERIC is not set | 452 | # CONFIG_IDE_GENERIC is not set |
445 | # CONFIG_BLK_DEV_IDEPCI is not set | 453 | # CONFIG_BLK_DEV_PLATFORM is not set |
454 | |||
455 | # | ||
456 | # PCI IDE chipsets support | ||
457 | # | ||
446 | # CONFIG_IDEPCI_PCIBUS_ORDER is not set | 458 | # CONFIG_IDEPCI_PCIBUS_ORDER is not set |
459 | # CONFIG_BLK_DEV_GENERIC is not set | ||
460 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
461 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
462 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
463 | # CONFIG_BLK_DEV_CMD64X is not set | ||
464 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
465 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
466 | # CONFIG_BLK_DEV_CS5530 is not set | ||
467 | # CONFIG_BLK_DEV_HPT34X is not set | ||
468 | # CONFIG_BLK_DEV_HPT366 is not set | ||
469 | # CONFIG_BLK_DEV_JMICRON is not set | ||
470 | # CONFIG_BLK_DEV_SC1200 is not set | ||
471 | # CONFIG_BLK_DEV_PIIX is not set | ||
472 | # CONFIG_BLK_DEV_IT8213 is not set | ||
473 | # CONFIG_BLK_DEV_IT821X is not set | ||
474 | # CONFIG_BLK_DEV_NS87415 is not set | ||
475 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
476 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
477 | # CONFIG_BLK_DEV_SVWKS is not set | ||
478 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
479 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
480 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
481 | # CONFIG_BLK_DEV_TRM290 is not set | ||
482 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
483 | # CONFIG_BLK_DEV_TC86C001 is not set | ||
447 | # CONFIG_IDE_ARM is not set | 484 | # CONFIG_IDE_ARM is not set |
448 | # CONFIG_BLK_DEV_IDEDMA is not set | 485 | # CONFIG_BLK_DEV_IDEDMA is not set |
486 | CONFIG_IDE_ARCH_OBSOLETE_INIT=y | ||
449 | # CONFIG_BLK_DEV_HD is not set | 487 | # CONFIG_BLK_DEV_HD is not set |
450 | 488 | ||
451 | # | 489 | # |
@@ -457,10 +495,6 @@ CONFIG_IDE_PROC_FS=y | |||
457 | # CONFIG_SCSI_NETLINK is not set | 495 | # CONFIG_SCSI_NETLINK is not set |
458 | # CONFIG_ATA is not set | 496 | # CONFIG_ATA is not set |
459 | # CONFIG_MD is not set | 497 | # CONFIG_MD is not set |
460 | |||
461 | # | ||
462 | # Fusion MPT device support | ||
463 | # | ||
464 | # CONFIG_FUSION is not set | 498 | # CONFIG_FUSION is not set |
465 | 499 | ||
466 | # | 500 | # |
@@ -479,6 +513,7 @@ CONFIG_NETDEVICES=y | |||
479 | # CONFIG_BONDING is not set | 513 | # CONFIG_BONDING is not set |
480 | # CONFIG_EQUALIZER is not set | 514 | # CONFIG_EQUALIZER is not set |
481 | CONFIG_TUN=y | 515 | CONFIG_TUN=y |
516 | # CONFIG_VETH is not set | ||
482 | # CONFIG_ARCNET is not set | 517 | # CONFIG_ARCNET is not set |
483 | CONFIG_PHYLIB=y | 518 | CONFIG_PHYLIB=y |
484 | 519 | ||
@@ -504,20 +539,28 @@ CONFIG_MII=y | |||
504 | # CONFIG_NET_VENDOR_3COM is not set | 539 | # CONFIG_NET_VENDOR_3COM is not set |
505 | # CONFIG_NET_TULIP is not set | 540 | # CONFIG_NET_TULIP is not set |
506 | # CONFIG_HP100 is not set | 541 | # CONFIG_HP100 is not set |
542 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
543 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
544 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
545 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
507 | # CONFIG_NET_PCI is not set | 546 | # CONFIG_NET_PCI is not set |
547 | # CONFIG_B44 is not set | ||
508 | CONFIG_FS_ENET=y | 548 | CONFIG_FS_ENET=y |
509 | # CONFIG_FS_ENET_HAS_SCC is not set | 549 | # CONFIG_FS_ENET_HAS_SCC is not set |
510 | CONFIG_FS_ENET_HAS_FCC=y | 550 | CONFIG_FS_ENET_HAS_FCC=y |
551 | # CONFIG_FS_ENET_MDIO_FCC is not set | ||
511 | CONFIG_NETDEV_1000=y | 552 | CONFIG_NETDEV_1000=y |
512 | # CONFIG_ACENIC is not set | 553 | # CONFIG_ACENIC is not set |
513 | # CONFIG_DL2K is not set | 554 | # CONFIG_DL2K is not set |
514 | # CONFIG_E1000 is not set | 555 | # CONFIG_E1000 is not set |
556 | # CONFIG_E1000E is not set | ||
515 | # CONFIG_NS83820 is not set | 557 | # CONFIG_NS83820 is not set |
516 | # CONFIG_HAMACHI is not set | 558 | # CONFIG_HAMACHI is not set |
517 | # CONFIG_R8169 is not set | 559 | # CONFIG_R8169 is not set |
518 | # CONFIG_SIS190 is not set | 560 | # CONFIG_SIS190 is not set |
519 | # CONFIG_SKGE is not set | 561 | # CONFIG_SKGE is not set |
520 | # CONFIG_SKY2 is not set | 562 | # CONFIG_SKY2 is not set |
563 | # CONFIG_SK98LIN is not set | ||
521 | # CONFIG_VIA_VELOCITY is not set | 564 | # CONFIG_VIA_VELOCITY is not set |
522 | # CONFIG_TIGON3 is not set | 565 | # CONFIG_TIGON3 is not set |
523 | # CONFIG_BNX2 is not set | 566 | # CONFIG_BNX2 is not set |
@@ -525,11 +568,14 @@ CONFIG_NETDEV_1000=y | |||
525 | CONFIG_NETDEV_10000=y | 568 | CONFIG_NETDEV_10000=y |
526 | # CONFIG_CHELSIO_T1 is not set | 569 | # CONFIG_CHELSIO_T1 is not set |
527 | # CONFIG_CHELSIO_T3 is not set | 570 | # CONFIG_CHELSIO_T3 is not set |
571 | # CONFIG_IXGBE is not set | ||
528 | # CONFIG_IXGB is not set | 572 | # CONFIG_IXGB is not set |
529 | # CONFIG_S2IO is not set | 573 | # CONFIG_S2IO is not set |
530 | # CONFIG_MYRI10GE is not set | 574 | # CONFIG_MYRI10GE is not set |
531 | # CONFIG_NETXEN_NIC is not set | 575 | # CONFIG_NETXEN_NIC is not set |
576 | # CONFIG_NIU is not set | ||
532 | # CONFIG_MLX4_CORE is not set | 577 | # CONFIG_MLX4_CORE is not set |
578 | # CONFIG_TEHUTI is not set | ||
533 | # CONFIG_TR is not set | 579 | # CONFIG_TR is not set |
534 | 580 | ||
535 | # | 581 | # |
@@ -567,7 +613,6 @@ CONFIG_INPUT_MOUSEDEV_PSAUX=y | |||
567 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 613 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
568 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 614 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
569 | # CONFIG_INPUT_JOYDEV is not set | 615 | # CONFIG_INPUT_JOYDEV is not set |
570 | # CONFIG_INPUT_TSDEV is not set | ||
571 | CONFIG_INPUT_EVDEV=y | 616 | CONFIG_INPUT_EVDEV=y |
572 | # CONFIG_INPUT_EVBUG is not set | 617 | # CONFIG_INPUT_EVBUG is not set |
573 | 618 | ||
@@ -638,14 +683,11 @@ CONFIG_UNIX98_PTYS=y | |||
638 | CONFIG_LEGACY_PTYS=y | 683 | CONFIG_LEGACY_PTYS=y |
639 | CONFIG_LEGACY_PTY_COUNT=256 | 684 | CONFIG_LEGACY_PTY_COUNT=256 |
640 | # CONFIG_IPMI_HANDLER is not set | 685 | # CONFIG_IPMI_HANDLER is not set |
641 | # CONFIG_WATCHDOG is not set | ||
642 | CONFIG_HW_RANDOM=y | 686 | CONFIG_HW_RANDOM=y |
643 | # CONFIG_NVRAM is not set | 687 | # CONFIG_NVRAM is not set |
644 | # CONFIG_GEN_RTC is not set | 688 | # CONFIG_GEN_RTC is not set |
645 | # CONFIG_R3964 is not set | 689 | # CONFIG_R3964 is not set |
646 | # CONFIG_APPLICOM is not set | 690 | # CONFIG_APPLICOM is not set |
647 | # CONFIG_AGP is not set | ||
648 | # CONFIG_DRM is not set | ||
649 | # CONFIG_RAW_DRIVER is not set | 691 | # CONFIG_RAW_DRIVER is not set |
650 | CONFIG_DEVPORT=y | 692 | CONFIG_DEVPORT=y |
651 | # CONFIG_I2C is not set | 693 | # CONFIG_I2C is not set |
@@ -658,6 +700,13 @@ CONFIG_DEVPORT=y | |||
658 | # CONFIG_W1 is not set | 700 | # CONFIG_W1 is not set |
659 | # CONFIG_POWER_SUPPLY is not set | 701 | # CONFIG_POWER_SUPPLY is not set |
660 | # CONFIG_HWMON is not set | 702 | # CONFIG_HWMON is not set |
703 | # CONFIG_WATCHDOG is not set | ||
704 | |||
705 | # | ||
706 | # Sonics Silicon Backplane | ||
707 | # | ||
708 | CONFIG_SSB_POSSIBLE=y | ||
709 | # CONFIG_SSB is not set | ||
661 | 710 | ||
662 | # | 711 | # |
663 | # Multifunction device drivers | 712 | # Multifunction device drivers |
@@ -674,16 +723,17 @@ CONFIG_DAB=y | |||
674 | # | 723 | # |
675 | # Graphics support | 724 | # Graphics support |
676 | # | 725 | # |
726 | # CONFIG_AGP is not set | ||
727 | # CONFIG_DRM is not set | ||
728 | # CONFIG_VGASTATE is not set | ||
729 | CONFIG_VIDEO_OUTPUT_CONTROL=y | ||
730 | # CONFIG_FB is not set | ||
677 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 731 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
678 | 732 | ||
679 | # | 733 | # |
680 | # Display device support | 734 | # Display device support |
681 | # | 735 | # |
682 | # CONFIG_DISPLAY_SUPPORT is not set | 736 | # CONFIG_DISPLAY_SUPPORT is not set |
683 | # CONFIG_VGASTATE is not set | ||
684 | CONFIG_VIDEO_OUTPUT_CONTROL=y | ||
685 | # CONFIG_FB is not set | ||
686 | # CONFIG_FB_IBM_GXT4500 is not set | ||
687 | 737 | ||
688 | # | 738 | # |
689 | # Sound | 739 | # Sound |
@@ -707,6 +757,7 @@ CONFIG_USB_GADGET=y | |||
707 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | 757 | # CONFIG_USB_GADGET_DEBUG_FILES is not set |
708 | CONFIG_USB_GADGET_SELECTED=y | 758 | CONFIG_USB_GADGET_SELECTED=y |
709 | # CONFIG_USB_GADGET_AMD5536UDC is not set | 759 | # CONFIG_USB_GADGET_AMD5536UDC is not set |
760 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | ||
710 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 761 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
711 | # CONFIG_USB_GADGET_NET2280 is not set | 762 | # CONFIG_USB_GADGET_NET2280 is not set |
712 | # CONFIG_USB_GADGET_PXA2XX is not set | 763 | # CONFIG_USB_GADGET_PXA2XX is not set |
@@ -731,19 +782,6 @@ CONFIG_USB_ETH=y | |||
731 | # CONFIG_RTC_CLASS is not set | 782 | # CONFIG_RTC_CLASS is not set |
732 | 783 | ||
733 | # | 784 | # |
734 | # DMA Engine support | ||
735 | # | ||
736 | # CONFIG_DMA_ENGINE is not set | ||
737 | |||
738 | # | ||
739 | # DMA Clients | ||
740 | # | ||
741 | |||
742 | # | ||
743 | # DMA Devices | ||
744 | # | ||
745 | |||
746 | # | ||
747 | # Userspace I/O | 785 | # Userspace I/O |
748 | # | 786 | # |
749 | # CONFIG_UIO is not set | 787 | # CONFIG_UIO is not set |
@@ -759,7 +797,6 @@ CONFIG_EXT3_FS_XATTR=y | |||
759 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 797 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
760 | # CONFIG_EXT3_FS_SECURITY is not set | 798 | # CONFIG_EXT3_FS_SECURITY is not set |
761 | CONFIG_JBD=y | 799 | CONFIG_JBD=y |
762 | # CONFIG_JBD_DEBUG is not set | ||
763 | CONFIG_FS_MBCACHE=y | 800 | CONFIG_FS_MBCACHE=y |
764 | # CONFIG_REISERFS_FS is not set | 801 | # CONFIG_REISERFS_FS is not set |
765 | # CONFIG_JFS_FS is not set | 802 | # CONFIG_JFS_FS is not set |
@@ -799,7 +836,6 @@ CONFIG_SYSFS=y | |||
799 | CONFIG_TMPFS=y | 836 | CONFIG_TMPFS=y |
800 | # CONFIG_TMPFS_POSIX_ACL is not set | 837 | # CONFIG_TMPFS_POSIX_ACL is not set |
801 | # CONFIG_HUGETLB_PAGE is not set | 838 | # CONFIG_HUGETLB_PAGE is not set |
802 | CONFIG_RAMFS=y | ||
803 | 839 | ||
804 | # | 840 | # |
805 | # Miscellaneous filesystems | 841 | # Miscellaneous filesystems |
@@ -812,10 +848,7 @@ CONFIG_CRAMFS=y | |||
812 | # CONFIG_QNX4FS_FS is not set | 848 | # CONFIG_QNX4FS_FS is not set |
813 | # CONFIG_SYSV_FS is not set | 849 | # CONFIG_SYSV_FS is not set |
814 | # CONFIG_UFS_FS is not set | 850 | # CONFIG_UFS_FS is not set |
815 | 851 | CONFIG_NETWORK_FILESYSTEMS=y | |
816 | # | ||
817 | # Network File Systems | ||
818 | # | ||
819 | CONFIG_NFS_FS=y | 852 | CONFIG_NFS_FS=y |
820 | CONFIG_NFS_V3=y | 853 | CONFIG_NFS_V3=y |
821 | CONFIG_NFS_V3_ACL=y | 854 | CONFIG_NFS_V3_ACL=y |
@@ -853,10 +886,6 @@ CONFIG_MSDOS_PARTITION=y | |||
853 | # CONFIG_KARMA_PARTITION is not set | 886 | # CONFIG_KARMA_PARTITION is not set |
854 | # CONFIG_EFI_PARTITION is not set | 887 | # CONFIG_EFI_PARTITION is not set |
855 | # CONFIG_SYSV68_PARTITION is not set | 888 | # CONFIG_SYSV68_PARTITION is not set |
856 | |||
857 | # | ||
858 | # Native Language Support | ||
859 | # | ||
860 | CONFIG_NLS=y | 889 | CONFIG_NLS=y |
861 | CONFIG_NLS_DEFAULT="iso8859-1" | 890 | CONFIG_NLS_DEFAULT="iso8859-1" |
862 | CONFIG_NLS_CODEPAGE_437=y | 891 | CONFIG_NLS_CODEPAGE_437=y |
@@ -915,11 +944,13 @@ CONFIG_PLIST=y | |||
915 | CONFIG_HAS_IOMEM=y | 944 | CONFIG_HAS_IOMEM=y |
916 | CONFIG_HAS_IOPORT=y | 945 | CONFIG_HAS_IOPORT=y |
917 | CONFIG_HAS_DMA=y | 946 | CONFIG_HAS_DMA=y |
947 | # CONFIG_INSTRUMENTATION is not set | ||
918 | 948 | ||
919 | # | 949 | # |
920 | # Kernel hacking | 950 | # Kernel hacking |
921 | # | 951 | # |
922 | # CONFIG_PRINTK_TIME is not set | 952 | # CONFIG_PRINTK_TIME is not set |
953 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
923 | CONFIG_ENABLE_MUST_CHECK=y | 954 | CONFIG_ENABLE_MUST_CHECK=y |
924 | CONFIG_MAGIC_SYSRQ=y | 955 | CONFIG_MAGIC_SYSRQ=y |
925 | # CONFIG_UNUSED_SYMBOLS is not set | 956 | # CONFIG_UNUSED_SYMBOLS is not set |
@@ -943,8 +974,11 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
943 | CONFIG_DEBUG_INFO=y | 974 | CONFIG_DEBUG_INFO=y |
944 | # CONFIG_DEBUG_VM is not set | 975 | # CONFIG_DEBUG_VM is not set |
945 | # CONFIG_DEBUG_LIST is not set | 976 | # CONFIG_DEBUG_LIST is not set |
977 | # CONFIG_DEBUG_SG is not set | ||
946 | CONFIG_FORCED_INLINING=y | 978 | CONFIG_FORCED_INLINING=y |
979 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
947 | # CONFIG_FAULT_INJECTION is not set | 980 | # CONFIG_FAULT_INJECTION is not set |
981 | # CONFIG_SAMPLES is not set | ||
948 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 982 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
949 | # CONFIG_DEBUG_STACK_USAGE is not set | 983 | # CONFIG_DEBUG_STACK_USAGE is not set |
950 | # CONFIG_DEBUG_PAGEALLOC is not set | 984 | # CONFIG_DEBUG_PAGEALLOC is not set |
@@ -952,16 +986,6 @@ CONFIG_FORCED_INLINING=y | |||
952 | # CONFIG_KGDB_CONSOLE is not set | 986 | # CONFIG_KGDB_CONSOLE is not set |
953 | CONFIG_BDI_SWITCH=y | 987 | CONFIG_BDI_SWITCH=y |
954 | # CONFIG_PPC_EARLY_DEBUG is not set | 988 | # CONFIG_PPC_EARLY_DEBUG is not set |
955 | # CONFIG_PPC_EARLY_DEBUG_LPAR is not set | ||
956 | # CONFIG_PPC_EARLY_DEBUG_G5 is not set | ||
957 | # CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set | ||
958 | # CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set | ||
959 | # CONFIG_PPC_EARLY_DEBUG_MAPLE is not set | ||
960 | # CONFIG_PPC_EARLY_DEBUG_ISERIES is not set | ||
961 | # CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set | ||
962 | # CONFIG_PPC_EARLY_DEBUG_BEAT is not set | ||
963 | # CONFIG_PPC_EARLY_DEBUG_44x is not set | ||
964 | # CONFIG_PPC_EARLY_DEBUG_CPM is not set | ||
965 | 989 | ||
966 | # | 990 | # |
967 | # Security options | 991 | # Security options |
@@ -997,8 +1021,12 @@ CONFIG_CRYPTO_DES=y | |||
997 | # CONFIG_CRYPTO_ARC4 is not set | 1021 | # CONFIG_CRYPTO_ARC4 is not set |
998 | # CONFIG_CRYPTO_KHAZAD is not set | 1022 | # CONFIG_CRYPTO_KHAZAD is not set |
999 | # CONFIG_CRYPTO_ANUBIS is not set | 1023 | # CONFIG_CRYPTO_ANUBIS is not set |
1024 | # CONFIG_CRYPTO_SEED is not set | ||
1000 | # CONFIG_CRYPTO_DEFLATE is not set | 1025 | # CONFIG_CRYPTO_DEFLATE is not set |
1001 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1026 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
1002 | # CONFIG_CRYPTO_CRC32C is not set | 1027 | # CONFIG_CRYPTO_CRC32C is not set |
1003 | # CONFIG_CRYPTO_CAMELLIA is not set | 1028 | # CONFIG_CRYPTO_CAMELLIA is not set |
1029 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1004 | CONFIG_CRYPTO_HW=y | 1030 | CONFIG_CRYPTO_HW=y |
1031 | # CONFIG_PPC_CLOCK is not set | ||
1032 | CONFIG_PPC_LIB_RHEAP=y | ||