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/sequoia_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/sequoia_defconfig')
-rw-r--r-- | arch/powerpc/configs/sequoia_defconfig | 111 |
1 files changed, 57 insertions, 54 deletions
diff --git a/arch/powerpc/configs/sequoia_defconfig b/arch/powerpc/configs/sequoia_defconfig index 45a4ca0e0d7d..bc3c086ddfc0 100644 --- a/arch/powerpc/configs/sequoia_defconfig +++ b/arch/powerpc/configs/sequoia_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-rc6 | 3 | # Linux kernel version: 2.6.24-rc4 |
4 | # Fri Sep 14 13:20:06 2007 | 4 | # Thu Dec 6 16:49:17 2007 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -22,8 +22,13 @@ CONFIG_PHYS_64BIT=y | |||
22 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
23 | CONFIG_NOT_COHERENT_CACHE=y | 23 | CONFIG_NOT_COHERENT_CACHE=y |
24 | CONFIG_PPC32=y | 24 | CONFIG_PPC32=y |
25 | CONFIG_WORD_SIZE=32 | ||
25 | CONFIG_PPC_MERGE=y | 26 | CONFIG_PPC_MERGE=y |
26 | CONFIG_MMU=y | 27 | CONFIG_MMU=y |
28 | CONFIG_GENERIC_CMOS_UPDATE=y | ||
29 | CONFIG_GENERIC_TIME=y | ||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
31 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
27 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
28 | CONFIG_IRQ_PER_CPU=y | 33 | CONFIG_IRQ_PER_CPU=y |
29 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
@@ -64,9 +69,12 @@ CONFIG_POSIX_MQUEUE=y | |||
64 | # CONFIG_BSD_PROCESS_ACCT is not set | 69 | # CONFIG_BSD_PROCESS_ACCT is not set |
65 | # CONFIG_TASKSTATS is not set | 70 | # CONFIG_TASKSTATS is not set |
66 | # CONFIG_USER_NS is not set | 71 | # CONFIG_USER_NS is not set |
72 | # CONFIG_PID_NS is not set | ||
67 | # CONFIG_AUDIT is not set | 73 | # CONFIG_AUDIT is not set |
68 | # CONFIG_IKCONFIG is not set | 74 | # CONFIG_IKCONFIG is not set |
69 | CONFIG_LOG_BUF_SHIFT=14 | 75 | CONFIG_LOG_BUF_SHIFT=14 |
76 | # CONFIG_CGROUPS is not set | ||
77 | # CONFIG_FAIR_GROUP_SCHED is not set | ||
70 | CONFIG_SYSFS_DEPRECATED=y | 78 | CONFIG_SYSFS_DEPRECATED=y |
71 | # CONFIG_RELAY is not set | 79 | # CONFIG_RELAY is not set |
72 | CONFIG_BLK_DEV_INITRD=y | 80 | CONFIG_BLK_DEV_INITRD=y |
@@ -87,7 +95,6 @@ CONFIG_FUTEX=y | |||
87 | CONFIG_ANON_INODES=y | 95 | CONFIG_ANON_INODES=y |
88 | CONFIG_EPOLL=y | 96 | CONFIG_EPOLL=y |
89 | CONFIG_SIGNALFD=y | 97 | CONFIG_SIGNALFD=y |
90 | CONFIG_TIMERFD=y | ||
91 | CONFIG_EVENTFD=y | 98 | CONFIG_EVENTFD=y |
92 | CONFIG_SHMEM=y | 99 | CONFIG_SHMEM=y |
93 | CONFIG_VM_EVENT_COUNTERS=y | 100 | CONFIG_VM_EVENT_COUNTERS=y |
@@ -153,6 +160,10 @@ CONFIG_440A=y | |||
153 | # Kernel options | 160 | # Kernel options |
154 | # | 161 | # |
155 | # CONFIG_HIGHMEM is not set | 162 | # CONFIG_HIGHMEM is not set |
163 | CONFIG_TICK_ONESHOT=y | ||
164 | CONFIG_NO_HZ=y | ||
165 | CONFIG_HIGH_RES_TIMERS=y | ||
166 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
156 | # CONFIG_HZ_100 is not set | 167 | # CONFIG_HZ_100 is not set |
157 | CONFIG_HZ_250=y | 168 | CONFIG_HZ_250=y |
158 | # CONFIG_HZ_300 is not set | 169 | # CONFIG_HZ_300 is not set |
@@ -174,6 +185,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
174 | CONFIG_FLATMEM=y | 185 | CONFIG_FLATMEM=y |
175 | CONFIG_FLAT_NODE_MEM_MAP=y | 186 | CONFIG_FLAT_NODE_MEM_MAP=y |
176 | # CONFIG_SPARSEMEM_STATIC is not set | 187 | # CONFIG_SPARSEMEM_STATIC is not set |
188 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
177 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 189 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
178 | CONFIG_RESOURCES_64BIT=y | 190 | CONFIG_RESOURCES_64BIT=y |
179 | CONFIG_ZONE_DMA_FLAG=1 | 191 | CONFIG_ZONE_DMA_FLAG=1 |
@@ -198,11 +210,8 @@ CONFIG_PCI_SYSCALL=y | |||
198 | # CONFIG_PCIEPORTBUS is not set | 210 | # CONFIG_PCIEPORTBUS is not set |
199 | CONFIG_ARCH_SUPPORTS_MSI=y | 211 | CONFIG_ARCH_SUPPORTS_MSI=y |
200 | # CONFIG_PCI_MSI is not set | 212 | # CONFIG_PCI_MSI is not set |
213 | CONFIG_PCI_LEGACY=y | ||
201 | # CONFIG_PCI_DEBUG is not set | 214 | # CONFIG_PCI_DEBUG is not set |
202 | |||
203 | # | ||
204 | # PCCARD (PCMCIA/CardBus) support | ||
205 | # | ||
206 | # CONFIG_PCCARD is not set | 215 | # CONFIG_PCCARD is not set |
207 | # CONFIG_HOTPLUG_PCI is not set | 216 | # CONFIG_HOTPLUG_PCI is not set |
208 | 217 | ||
@@ -217,7 +226,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
217 | CONFIG_HIGHMEM_START=0xfe000000 | 226 | CONFIG_HIGHMEM_START=0xfe000000 |
218 | CONFIG_LOWMEM_SIZE=0x30000000 | 227 | CONFIG_LOWMEM_SIZE=0x30000000 |
219 | CONFIG_KERNEL_START=0xc0000000 | 228 | CONFIG_KERNEL_START=0xc0000000 |
220 | CONFIG_TASK_SIZE=0x80000000 | 229 | CONFIG_TASK_SIZE=0xc0000000 |
221 | CONFIG_CONSISTENT_START=0xff100000 | 230 | CONFIG_CONSISTENT_START=0xff100000 |
222 | CONFIG_CONSISTENT_SIZE=0x00200000 | 231 | CONFIG_CONSISTENT_SIZE=0x00200000 |
223 | CONFIG_BOOT_LOAD=0x01000000 | 232 | CONFIG_BOOT_LOAD=0x01000000 |
@@ -254,6 +263,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
254 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | 263 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set |
255 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | 264 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set |
256 | # CONFIG_INET_XFRM_MODE_BEET is not set | 265 | # CONFIG_INET_XFRM_MODE_BEET is not set |
266 | # CONFIG_INET_LRO is not set | ||
257 | CONFIG_INET_DIAG=y | 267 | CONFIG_INET_DIAG=y |
258 | CONFIG_INET_TCP_DIAG=y | 268 | CONFIG_INET_TCP_DIAG=y |
259 | # CONFIG_TCP_CONG_ADVANCED is not set | 269 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -279,10 +289,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
279 | # CONFIG_LAPB is not set | 289 | # CONFIG_LAPB is not set |
280 | # CONFIG_ECONET is not set | 290 | # CONFIG_ECONET is not set |
281 | # CONFIG_WAN_ROUTER is not set | 291 | # CONFIG_WAN_ROUTER is not set |
282 | |||
283 | # | ||
284 | # QoS and/or fair queueing | ||
285 | # | ||
286 | # CONFIG_NET_SCHED is not set | 292 | # CONFIG_NET_SCHED is not set |
287 | 293 | ||
288 | # | 294 | # |
@@ -311,6 +317,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
311 | # | 317 | # |
312 | # Generic Driver Options | 318 | # Generic Driver Options |
313 | # | 319 | # |
320 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
314 | CONFIG_STANDALONE=y | 321 | CONFIG_STANDALONE=y |
315 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 322 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
316 | CONFIG_FW_LOADER=y | 323 | CONFIG_FW_LOADER=y |
@@ -338,6 +345,7 @@ CONFIG_MTD_CHAR=y | |||
338 | # CONFIG_INFTL is not set | 345 | # CONFIG_INFTL is not set |
339 | # CONFIG_RFD_FTL is not set | 346 | # CONFIG_RFD_FTL is not set |
340 | # CONFIG_SSFDC is not set | 347 | # CONFIG_SSFDC is not set |
348 | # CONFIG_MTD_OOPS is not set | ||
341 | 349 | ||
342 | # | 350 | # |
343 | # RAM/ROM/Flash chip drivers | 351 | # RAM/ROM/Flash chip drivers |
@@ -370,6 +378,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
370 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 378 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
371 | # CONFIG_MTD_PHYSMAP is not set | 379 | # CONFIG_MTD_PHYSMAP is not set |
372 | CONFIG_MTD_PHYSMAP_OF=y | 380 | CONFIG_MTD_PHYSMAP_OF=y |
381 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
373 | # CONFIG_MTD_PLATRAM is not set | 382 | # CONFIG_MTD_PLATRAM is not set |
374 | 383 | ||
375 | # | 384 | # |
@@ -429,10 +438,6 @@ CONFIG_MISC_DEVICES=y | |||
429 | # CONFIG_SCSI_NETLINK is not set | 438 | # CONFIG_SCSI_NETLINK is not set |
430 | # CONFIG_ATA is not set | 439 | # CONFIG_ATA is not set |
431 | # CONFIG_MD is not set | 440 | # CONFIG_MD is not set |
432 | |||
433 | # | ||
434 | # Fusion MPT device support | ||
435 | # | ||
436 | # CONFIG_FUSION is not set | 441 | # CONFIG_FUSION is not set |
437 | 442 | ||
438 | # | 443 | # |
@@ -451,12 +456,18 @@ CONFIG_NETDEVICES=y | |||
451 | # CONFIG_MACVLAN is not set | 456 | # CONFIG_MACVLAN is not set |
452 | # CONFIG_EQUALIZER is not set | 457 | # CONFIG_EQUALIZER is not set |
453 | # CONFIG_TUN is not set | 458 | # CONFIG_TUN is not set |
459 | # CONFIG_VETH is not set | ||
460 | # CONFIG_IP1000 is not set | ||
454 | # CONFIG_ARCNET is not set | 461 | # CONFIG_ARCNET is not set |
455 | # CONFIG_NET_ETHERNET is not set | 462 | # CONFIG_NET_ETHERNET is not set |
463 | CONFIG_IBM_NEW_EMAC_ZMII=y | ||
464 | CONFIG_IBM_NEW_EMAC_RGMII=y | ||
465 | CONFIG_IBM_NEW_EMAC_EMAC4=y | ||
456 | CONFIG_NETDEV_1000=y | 466 | CONFIG_NETDEV_1000=y |
457 | # CONFIG_ACENIC is not set | 467 | # CONFIG_ACENIC is not set |
458 | # CONFIG_DL2K is not set | 468 | # CONFIG_DL2K is not set |
459 | # CONFIG_E1000 is not set | 469 | # CONFIG_E1000 is not set |
470 | # CONFIG_E1000E is not set | ||
460 | # CONFIG_NS83820 is not set | 471 | # CONFIG_NS83820 is not set |
461 | # CONFIG_HAMACHI is not set | 472 | # CONFIG_HAMACHI is not set |
462 | # CONFIG_YELLOWFIN is not set | 473 | # CONFIG_YELLOWFIN is not set |
@@ -464,6 +475,7 @@ CONFIG_NETDEV_1000=y | |||
464 | # CONFIG_SIS190 is not set | 475 | # CONFIG_SIS190 is not set |
465 | # CONFIG_SKGE is not set | 476 | # CONFIG_SKGE is not set |
466 | # CONFIG_SKY2 is not set | 477 | # CONFIG_SKY2 is not set |
478 | # CONFIG_SK98LIN is not set | ||
467 | # CONFIG_VIA_VELOCITY is not set | 479 | # CONFIG_VIA_VELOCITY is not set |
468 | # CONFIG_TIGON3 is not set | 480 | # CONFIG_TIGON3 is not set |
469 | # CONFIG_BNX2 is not set | 481 | # CONFIG_BNX2 is not set |
@@ -472,11 +484,14 @@ CONFIG_NETDEV_1000=y | |||
472 | CONFIG_NETDEV_10000=y | 484 | CONFIG_NETDEV_10000=y |
473 | # CONFIG_CHELSIO_T1 is not set | 485 | # CONFIG_CHELSIO_T1 is not set |
474 | # CONFIG_CHELSIO_T3 is not set | 486 | # CONFIG_CHELSIO_T3 is not set |
487 | # CONFIG_IXGBE is not set | ||
475 | # CONFIG_IXGB is not set | 488 | # CONFIG_IXGB is not set |
476 | # CONFIG_S2IO is not set | 489 | # CONFIG_S2IO is not set |
477 | # CONFIG_MYRI10GE is not set | 490 | # CONFIG_MYRI10GE is not set |
478 | # CONFIG_NETXEN_NIC is not set | 491 | # CONFIG_NETXEN_NIC is not set |
492 | # CONFIG_NIU is not set | ||
479 | # CONFIG_MLX4_CORE is not set | 493 | # CONFIG_MLX4_CORE is not set |
494 | # CONFIG_TEHUTI is not set | ||
480 | # CONFIG_TR is not set | 495 | # CONFIG_TR is not set |
481 | 496 | ||
482 | # | 497 | # |
@@ -539,14 +554,11 @@ CONFIG_UNIX98_PTYS=y | |||
539 | CONFIG_LEGACY_PTYS=y | 554 | CONFIG_LEGACY_PTYS=y |
540 | CONFIG_LEGACY_PTY_COUNT=256 | 555 | CONFIG_LEGACY_PTY_COUNT=256 |
541 | # CONFIG_IPMI_HANDLER is not set | 556 | # CONFIG_IPMI_HANDLER is not set |
542 | # CONFIG_WATCHDOG is not set | ||
543 | # CONFIG_HW_RANDOM is not set | 557 | # CONFIG_HW_RANDOM is not set |
544 | # CONFIG_NVRAM is not set | 558 | # CONFIG_NVRAM is not set |
545 | # CONFIG_GEN_RTC is not set | 559 | # CONFIG_GEN_RTC is not set |
546 | # CONFIG_R3964 is not set | 560 | # CONFIG_R3964 is not set |
547 | # CONFIG_APPLICOM is not set | 561 | # CONFIG_APPLICOM is not set |
548 | # CONFIG_AGP is not set | ||
549 | # CONFIG_DRM is not set | ||
550 | # CONFIG_RAW_DRIVER is not set | 562 | # CONFIG_RAW_DRIVER is not set |
551 | # CONFIG_TCG_TPM is not set | 563 | # CONFIG_TCG_TPM is not set |
552 | CONFIG_DEVPORT=y | 564 | CONFIG_DEVPORT=y |
@@ -560,6 +572,13 @@ CONFIG_DEVPORT=y | |||
560 | # CONFIG_W1 is not set | 572 | # CONFIG_W1 is not set |
561 | # CONFIG_POWER_SUPPLY is not set | 573 | # CONFIG_POWER_SUPPLY is not set |
562 | # CONFIG_HWMON is not set | 574 | # CONFIG_HWMON is not set |
575 | # CONFIG_WATCHDOG is not set | ||
576 | |||
577 | # | ||
578 | # Sonics Silicon Backplane | ||
579 | # | ||
580 | CONFIG_SSB_POSSIBLE=y | ||
581 | # CONFIG_SSB is not set | ||
563 | 582 | ||
564 | # | 583 | # |
565 | # Multifunction device drivers | 584 | # Multifunction device drivers |
@@ -576,16 +595,17 @@ CONFIG_DAB=y | |||
576 | # | 595 | # |
577 | # Graphics support | 596 | # Graphics support |
578 | # | 597 | # |
598 | # CONFIG_AGP is not set | ||
599 | # CONFIG_DRM is not set | ||
600 | # CONFIG_VGASTATE is not set | ||
601 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
602 | # CONFIG_FB is not set | ||
579 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 603 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
580 | 604 | ||
581 | # | 605 | # |
582 | # Display device support | 606 | # Display device support |
583 | # | 607 | # |
584 | # CONFIG_DISPLAY_SUPPORT is not set | 608 | # CONFIG_DISPLAY_SUPPORT is not set |
585 | # CONFIG_VGASTATE is not set | ||
586 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
587 | # CONFIG_FB is not set | ||
588 | # CONFIG_FB_IBM_GXT4500 is not set | ||
589 | 609 | ||
590 | # | 610 | # |
591 | # Sound | 611 | # Sound |
@@ -612,19 +632,6 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
612 | # CONFIG_RTC_CLASS is not set | 632 | # CONFIG_RTC_CLASS is not set |
613 | 633 | ||
614 | # | 634 | # |
615 | # DMA Engine support | ||
616 | # | ||
617 | # CONFIG_DMA_ENGINE is not set | ||
618 | |||
619 | # | ||
620 | # DMA Clients | ||
621 | # | ||
622 | |||
623 | # | ||
624 | # DMA Devices | ||
625 | # | ||
626 | |||
627 | # | ||
628 | # Userspace I/O | 635 | # Userspace I/O |
629 | # | 636 | # |
630 | # CONFIG_UIO is not set | 637 | # CONFIG_UIO is not set |
@@ -676,7 +683,6 @@ CONFIG_SYSFS=y | |||
676 | CONFIG_TMPFS=y | 683 | CONFIG_TMPFS=y |
677 | # CONFIG_TMPFS_POSIX_ACL is not set | 684 | # CONFIG_TMPFS_POSIX_ACL is not set |
678 | # CONFIG_HUGETLB_PAGE is not set | 685 | # CONFIG_HUGETLB_PAGE is not set |
679 | CONFIG_RAMFS=y | ||
680 | # CONFIG_CONFIGFS_FS is not set | 686 | # CONFIG_CONFIGFS_FS is not set |
681 | 687 | ||
682 | # | 688 | # |
@@ -692,10 +698,12 @@ CONFIG_RAMFS=y | |||
692 | CONFIG_JFFS2_FS=y | 698 | CONFIG_JFFS2_FS=y |
693 | CONFIG_JFFS2_FS_DEBUG=0 | 699 | CONFIG_JFFS2_FS_DEBUG=0 |
694 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 700 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
701 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
695 | # CONFIG_JFFS2_SUMMARY is not set | 702 | # CONFIG_JFFS2_SUMMARY is not set |
696 | # CONFIG_JFFS2_FS_XATTR is not set | 703 | # CONFIG_JFFS2_FS_XATTR is not set |
697 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 704 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
698 | CONFIG_JFFS2_ZLIB=y | 705 | CONFIG_JFFS2_ZLIB=y |
706 | # CONFIG_JFFS2_LZO is not set | ||
699 | CONFIG_JFFS2_RTIME=y | 707 | CONFIG_JFFS2_RTIME=y |
700 | # CONFIG_JFFS2_RUBIN is not set | 708 | # CONFIG_JFFS2_RUBIN is not set |
701 | CONFIG_CRAMFS=y | 709 | CONFIG_CRAMFS=y |
@@ -704,10 +712,7 @@ CONFIG_CRAMFS=y | |||
704 | # CONFIG_QNX4FS_FS is not set | 712 | # CONFIG_QNX4FS_FS is not set |
705 | # CONFIG_SYSV_FS is not set | 713 | # CONFIG_SYSV_FS is not set |
706 | # CONFIG_UFS_FS is not set | 714 | # CONFIG_UFS_FS is not set |
707 | 715 | CONFIG_NETWORK_FILESYSTEMS=y | |
708 | # | ||
709 | # Network File Systems | ||
710 | # | ||
711 | CONFIG_NFS_FS=y | 716 | CONFIG_NFS_FS=y |
712 | CONFIG_NFS_V3=y | 717 | CONFIG_NFS_V3=y |
713 | # CONFIG_NFS_V3_ACL is not set | 718 | # CONFIG_NFS_V3_ACL is not set |
@@ -733,15 +738,7 @@ CONFIG_SUNRPC=y | |||
733 | # | 738 | # |
734 | # CONFIG_PARTITION_ADVANCED is not set | 739 | # CONFIG_PARTITION_ADVANCED is not set |
735 | CONFIG_MSDOS_PARTITION=y | 740 | CONFIG_MSDOS_PARTITION=y |
736 | |||
737 | # | ||
738 | # Native Language Support | ||
739 | # | ||
740 | # CONFIG_NLS is not set | 741 | # CONFIG_NLS is not set |
741 | |||
742 | # | ||
743 | # Distributed Lock Manager | ||
744 | # | ||
745 | # CONFIG_DLM is not set | 742 | # CONFIG_DLM is not set |
746 | # CONFIG_UCC_SLOW is not set | 743 | # CONFIG_UCC_SLOW is not set |
747 | 744 | ||
@@ -761,16 +758,13 @@ CONFIG_PLIST=y | |||
761 | CONFIG_HAS_IOMEM=y | 758 | CONFIG_HAS_IOMEM=y |
762 | CONFIG_HAS_IOPORT=y | 759 | CONFIG_HAS_IOPORT=y |
763 | CONFIG_HAS_DMA=y | 760 | CONFIG_HAS_DMA=y |
764 | 761 | # CONFIG_INSTRUMENTATION is not set | |
765 | # | ||
766 | # Instrumentation Support | ||
767 | # | ||
768 | # CONFIG_PROFILING is not set | ||
769 | 762 | ||
770 | # | 763 | # |
771 | # Kernel hacking | 764 | # Kernel hacking |
772 | # | 765 | # |
773 | # CONFIG_PRINTK_TIME is not set | 766 | # CONFIG_PRINTK_TIME is not set |
767 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
774 | CONFIG_ENABLE_MUST_CHECK=y | 768 | CONFIG_ENABLE_MUST_CHECK=y |
775 | CONFIG_MAGIC_SYSRQ=y | 769 | CONFIG_MAGIC_SYSRQ=y |
776 | # CONFIG_UNUSED_SYMBOLS is not set | 770 | # CONFIG_UNUSED_SYMBOLS is not set |
@@ -794,9 +788,12 @@ CONFIG_SCHED_DEBUG=y | |||
794 | # CONFIG_DEBUG_INFO is not set | 788 | # CONFIG_DEBUG_INFO is not set |
795 | # CONFIG_DEBUG_VM is not set | 789 | # CONFIG_DEBUG_VM is not set |
796 | # CONFIG_DEBUG_LIST is not set | 790 | # CONFIG_DEBUG_LIST is not set |
791 | # CONFIG_DEBUG_SG is not set | ||
797 | CONFIG_FORCED_INLINING=y | 792 | CONFIG_FORCED_INLINING=y |
793 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
798 | # CONFIG_RCU_TORTURE_TEST is not set | 794 | # CONFIG_RCU_TORTURE_TEST is not set |
799 | # CONFIG_FAULT_INJECTION is not set | 795 | # CONFIG_FAULT_INJECTION is not set |
796 | # CONFIG_SAMPLES is not set | ||
800 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 797 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
801 | # CONFIG_DEBUG_STACK_USAGE is not set | 798 | # CONFIG_DEBUG_STACK_USAGE is not set |
802 | # CONFIG_DEBUG_PAGEALLOC is not set | 799 | # CONFIG_DEBUG_PAGEALLOC is not set |
@@ -814,6 +811,7 @@ CONFIG_PPC_EARLY_DEBUG=y | |||
814 | # CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set | 811 | # CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set |
815 | # CONFIG_PPC_EARLY_DEBUG_BEAT is not set | 812 | # CONFIG_PPC_EARLY_DEBUG_BEAT is not set |
816 | CONFIG_PPC_EARLY_DEBUG_44x=y | 813 | CONFIG_PPC_EARLY_DEBUG_44x=y |
814 | # CONFIG_PPC_EARLY_DEBUG_CPM is not set | ||
817 | CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300 | 815 | CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300 |
818 | CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1 | 816 | CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1 |
819 | 817 | ||
@@ -822,6 +820,7 @@ CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1 | |||
822 | # | 820 | # |
823 | # CONFIG_KEYS is not set | 821 | # CONFIG_KEYS is not set |
824 | # CONFIG_SECURITY is not set | 822 | # CONFIG_SECURITY is not set |
823 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
825 | CONFIG_CRYPTO=y | 824 | CONFIG_CRYPTO=y |
826 | CONFIG_CRYPTO_ALGAPI=y | 825 | CONFIG_CRYPTO_ALGAPI=y |
827 | CONFIG_CRYPTO_BLKCIPHER=y | 826 | CONFIG_CRYPTO_BLKCIPHER=y |
@@ -841,6 +840,7 @@ CONFIG_CRYPTO_ECB=y | |||
841 | CONFIG_CRYPTO_CBC=y | 840 | CONFIG_CRYPTO_CBC=y |
842 | CONFIG_CRYPTO_PCBC=y | 841 | CONFIG_CRYPTO_PCBC=y |
843 | # CONFIG_CRYPTO_LRW is not set | 842 | # CONFIG_CRYPTO_LRW is not set |
843 | # CONFIG_CRYPTO_XTS is not set | ||
844 | # CONFIG_CRYPTO_CRYPTD is not set | 844 | # CONFIG_CRYPTO_CRYPTD is not set |
845 | CONFIG_CRYPTO_DES=y | 845 | CONFIG_CRYPTO_DES=y |
846 | # CONFIG_CRYPTO_FCRYPT is not set | 846 | # CONFIG_CRYPTO_FCRYPT is not set |
@@ -854,9 +854,12 @@ CONFIG_CRYPTO_DES=y | |||
854 | # CONFIG_CRYPTO_ARC4 is not set | 854 | # CONFIG_CRYPTO_ARC4 is not set |
855 | # CONFIG_CRYPTO_KHAZAD is not set | 855 | # CONFIG_CRYPTO_KHAZAD is not set |
856 | # CONFIG_CRYPTO_ANUBIS is not set | 856 | # CONFIG_CRYPTO_ANUBIS is not set |
857 | # CONFIG_CRYPTO_SEED is not set | ||
857 | # CONFIG_CRYPTO_DEFLATE is not set | 858 | # CONFIG_CRYPTO_DEFLATE is not set |
858 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 859 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
859 | # CONFIG_CRYPTO_CRC32C is not set | 860 | # CONFIG_CRYPTO_CRC32C is not set |
860 | # CONFIG_CRYPTO_CAMELLIA is not set | 861 | # CONFIG_CRYPTO_CAMELLIA is not set |
861 | # CONFIG_CRYPTO_TEST is not set | 862 | # CONFIG_CRYPTO_TEST is not set |
863 | # CONFIG_CRYPTO_AUTHENC is not set | ||
862 | CONFIG_CRYPTO_HW=y | 864 | CONFIG_CRYPTO_HW=y |
865 | # CONFIG_PPC_CLOCK is not set | ||