diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-02-15 23:00:19 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-02-15 23:00:19 -0500 |
commit | 8eb70ea2dbba1d0b15f693a85b60d1f56c527ff2 (patch) | |
tree | da6ba6162788d54f5e9aaaa510d68d1d8d5fdc62 /arch/powerpc/configs/rainier_defconfig | |
parent | e563db977f58836c30ce3ee7cb6719c47feac4be (diff) |
[POWERPC] 4xx: Update defconfigs for 2.6.25
Update the 4xx defconfigs to remove WANT_DEVICE_TREE and add MTD_OF_PARTS
where appropriate.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/configs/rainier_defconfig')
-rw-r--r-- | arch/powerpc/configs/rainier_defconfig | 82 |
1 files changed, 54 insertions, 28 deletions
diff --git a/arch/powerpc/configs/rainier_defconfig b/arch/powerpc/configs/rainier_defconfig index 7b95001a22a8..dec18ca73519 100644 --- a/arch/powerpc/configs/rainier_defconfig +++ b/arch/powerpc/configs/rainier_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.24-rc6 | 3 | # Linux kernel version: 2.6.25-rc2 |
4 | # Mon Dec 24 11:22:40 2007 | 4 | # Fri Feb 15 21:53:10 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -29,6 +29,7 @@ CONFIG_GENERIC_TIME=y | |||
29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | ||
32 | CONFIG_IRQ_PER_CPU=y | 33 | CONFIG_IRQ_PER_CPU=y |
33 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
34 | CONFIG_ARCH_HAS_ILOG2_U32=y | 35 | CONFIG_ARCH_HAS_ILOG2_U32=y |
@@ -67,17 +68,18 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
67 | CONFIG_POSIX_MQUEUE=y | 68 | CONFIG_POSIX_MQUEUE=y |
68 | # CONFIG_BSD_PROCESS_ACCT is not set | 69 | # CONFIG_BSD_PROCESS_ACCT is not set |
69 | # CONFIG_TASKSTATS is not set | 70 | # CONFIG_TASKSTATS is not set |
70 | # CONFIG_USER_NS is not set | ||
71 | # CONFIG_PID_NS is not set | ||
72 | # CONFIG_AUDIT is not set | 71 | # CONFIG_AUDIT is not set |
73 | # CONFIG_IKCONFIG is not set | 72 | # CONFIG_IKCONFIG is not set |
74 | CONFIG_LOG_BUF_SHIFT=14 | 73 | CONFIG_LOG_BUF_SHIFT=14 |
75 | # CONFIG_CGROUPS is not set | 74 | # CONFIG_CGROUPS is not set |
75 | CONFIG_GROUP_SCHED=y | ||
76 | CONFIG_FAIR_GROUP_SCHED=y | 76 | CONFIG_FAIR_GROUP_SCHED=y |
77 | CONFIG_FAIR_USER_SCHED=y | 77 | # CONFIG_RT_GROUP_SCHED is not set |
78 | # CONFIG_FAIR_CGROUP_SCHED is not set | 78 | CONFIG_USER_SCHED=y |
79 | # CONFIG_CGROUP_SCHED is not set | ||
79 | CONFIG_SYSFS_DEPRECATED=y | 80 | CONFIG_SYSFS_DEPRECATED=y |
80 | # CONFIG_RELAY is not set | 81 | # CONFIG_RELAY is not set |
82 | # CONFIG_NAMESPACES is not set | ||
81 | CONFIG_BLK_DEV_INITRD=y | 83 | CONFIG_BLK_DEV_INITRD=y |
82 | CONFIG_INITRAMFS_SOURCE="" | 84 | CONFIG_INITRAMFS_SOURCE="" |
83 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 85 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
@@ -91,11 +93,13 @@ CONFIG_HOTPLUG=y | |||
91 | CONFIG_PRINTK=y | 93 | CONFIG_PRINTK=y |
92 | CONFIG_BUG=y | 94 | CONFIG_BUG=y |
93 | CONFIG_ELF_CORE=y | 95 | CONFIG_ELF_CORE=y |
96 | CONFIG_COMPAT_BRK=y | ||
94 | CONFIG_BASE_FULL=y | 97 | CONFIG_BASE_FULL=y |
95 | CONFIG_FUTEX=y | 98 | CONFIG_FUTEX=y |
96 | CONFIG_ANON_INODES=y | 99 | CONFIG_ANON_INODES=y |
97 | CONFIG_EPOLL=y | 100 | CONFIG_EPOLL=y |
98 | CONFIG_SIGNALFD=y | 101 | CONFIG_SIGNALFD=y |
102 | CONFIG_TIMERFD=y | ||
99 | CONFIG_EVENTFD=y | 103 | CONFIG_EVENTFD=y |
100 | CONFIG_SHMEM=y | 104 | CONFIG_SHMEM=y |
101 | CONFIG_VM_EVENT_COUNTERS=y | 105 | CONFIG_VM_EVENT_COUNTERS=y |
@@ -103,6 +107,13 @@ CONFIG_SLUB_DEBUG=y | |||
103 | # CONFIG_SLAB is not set | 107 | # CONFIG_SLAB is not set |
104 | CONFIG_SLUB=y | 108 | CONFIG_SLUB=y |
105 | # CONFIG_SLOB is not set | 109 | # CONFIG_SLOB is not set |
110 | # CONFIG_PROFILING is not set | ||
111 | # CONFIG_MARKERS is not set | ||
112 | CONFIG_HAVE_OPROFILE=y | ||
113 | # CONFIG_KPROBES is not set | ||
114 | CONFIG_HAVE_KPROBES=y | ||
115 | CONFIG_PROC_PAGE_MONITOR=y | ||
116 | CONFIG_SLABINFO=y | ||
106 | CONFIG_RT_MUTEXES=y | 117 | CONFIG_RT_MUTEXES=y |
107 | # CONFIG_TINY_SHMEM is not set | 118 | # CONFIG_TINY_SHMEM is not set |
108 | CONFIG_BASE_SMALL=0 | 119 | CONFIG_BASE_SMALL=0 |
@@ -130,13 +141,15 @@ CONFIG_DEFAULT_AS=y | |||
130 | # CONFIG_DEFAULT_CFQ is not set | 141 | # CONFIG_DEFAULT_CFQ is not set |
131 | # CONFIG_DEFAULT_NOOP is not set | 142 | # CONFIG_DEFAULT_NOOP is not set |
132 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 143 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
144 | CONFIG_CLASSIC_RCU=y | ||
145 | # CONFIG_PREEMPT_RCU is not set | ||
133 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 146 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
134 | 147 | ||
135 | # | 148 | # |
136 | # Platform support | 149 | # Platform support |
137 | # | 150 | # |
138 | # CONFIG_PPC_MPC52xx is not set | 151 | # CONFIG_PPC_MPC512x is not set |
139 | # CONFIG_PPC_MPC5200 is not set | 152 | # CONFIG_PPC_MPC5121 is not set |
140 | # CONFIG_PPC_CELL is not set | 153 | # CONFIG_PPC_CELL is not set |
141 | # CONFIG_PPC_CELL_NATIVE is not set | 154 | # CONFIG_PPC_CELL_NATIVE is not set |
142 | # CONFIG_PQ2ADS is not set | 155 | # CONFIG_PQ2ADS is not set |
@@ -146,7 +159,9 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
146 | # CONFIG_TAISHAN is not set | 159 | # CONFIG_TAISHAN is not set |
147 | # CONFIG_KATMAI is not set | 160 | # CONFIG_KATMAI is not set |
148 | CONFIG_RAINIER=y | 161 | CONFIG_RAINIER=y |
162 | # CONFIG_WARP is not set | ||
149 | CONFIG_440GRX=y | 163 | CONFIG_440GRX=y |
164 | # CONFIG_IPIC is not set | ||
150 | # CONFIG_MPIC is not set | 165 | # CONFIG_MPIC is not set |
151 | # CONFIG_MPIC_WEIRD is not set | 166 | # CONFIG_MPIC_WEIRD is not set |
152 | # CONFIG_PPC_I8259 is not set | 167 | # CONFIG_PPC_I8259 is not set |
@@ -157,7 +172,6 @@ CONFIG_440GRX=y | |||
157 | # CONFIG_PPC_INDIRECT_IO is not set | 172 | # CONFIG_PPC_INDIRECT_IO is not set |
158 | # CONFIG_GENERIC_IOMAP is not set | 173 | # CONFIG_GENERIC_IOMAP is not set |
159 | # CONFIG_CPU_FREQ is not set | 174 | # CONFIG_CPU_FREQ is not set |
160 | # CONFIG_CPM2 is not set | ||
161 | # CONFIG_FSL_ULI1575 is not set | 175 | # CONFIG_FSL_ULI1575 is not set |
162 | 176 | ||
163 | # | 177 | # |
@@ -173,13 +187,18 @@ CONFIG_HZ_250=y | |||
173 | # CONFIG_HZ_300 is not set | 187 | # CONFIG_HZ_300 is not set |
174 | # CONFIG_HZ_1000 is not set | 188 | # CONFIG_HZ_1000 is not set |
175 | CONFIG_HZ=250 | 189 | CONFIG_HZ=250 |
190 | # CONFIG_SCHED_HRTICK is not set | ||
176 | CONFIG_PREEMPT_NONE=y | 191 | CONFIG_PREEMPT_NONE=y |
177 | # CONFIG_PREEMPT_VOLUNTARY is not set | 192 | # CONFIG_PREEMPT_VOLUNTARY is not set |
178 | # CONFIG_PREEMPT is not set | 193 | # CONFIG_PREEMPT is not set |
194 | CONFIG_RCU_TRACE=y | ||
179 | CONFIG_BINFMT_ELF=y | 195 | CONFIG_BINFMT_ELF=y |
180 | # CONFIG_BINFMT_MISC is not set | 196 | # CONFIG_BINFMT_MISC is not set |
181 | CONFIG_MATH_EMULATION=y | 197 | CONFIG_MATH_EMULATION=y |
198 | # CONFIG_IOMMU_HELPER is not set | ||
182 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 199 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
200 | CONFIG_ARCH_HAS_WALK_MEMORY=y | ||
201 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | ||
183 | CONFIG_ARCH_FLATMEM_ENABLE=y | 202 | CONFIG_ARCH_FLATMEM_ENABLE=y |
184 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 203 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
185 | CONFIG_SELECT_MEMORY_MODEL=y | 204 | CONFIG_SELECT_MEMORY_MODEL=y |
@@ -199,8 +218,6 @@ CONFIG_PROC_DEVICETREE=y | |||
199 | CONFIG_CMDLINE_BOOL=y | 218 | CONFIG_CMDLINE_BOOL=y |
200 | CONFIG_CMDLINE="" | 219 | CONFIG_CMDLINE="" |
201 | CONFIG_SECCOMP=y | 220 | CONFIG_SECCOMP=y |
202 | CONFIG_WANT_DEVICE_TREE=y | ||
203 | CONFIG_DEVICE_TREE="rainier.dts" | ||
204 | CONFIG_ISA_DMA_API=y | 221 | CONFIG_ISA_DMA_API=y |
205 | 222 | ||
206 | # | 223 | # |
@@ -300,6 +317,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
300 | # | 317 | # |
301 | # CONFIG_NET_PKTGEN is not set | 318 | # CONFIG_NET_PKTGEN is not set |
302 | # CONFIG_HAMRADIO is not set | 319 | # CONFIG_HAMRADIO is not set |
320 | # CONFIG_CAN is not set | ||
303 | # CONFIG_IRDA is not set | 321 | # CONFIG_IRDA is not set |
304 | # CONFIG_BT is not set | 322 | # CONFIG_BT is not set |
305 | # CONFIG_AF_RXRPC is not set | 323 | # CONFIG_AF_RXRPC is not set |
@@ -336,6 +354,7 @@ CONFIG_MTD=y | |||
336 | CONFIG_MTD_PARTITIONS=y | 354 | CONFIG_MTD_PARTITIONS=y |
337 | # CONFIG_MTD_REDBOOT_PARTS is not set | 355 | # CONFIG_MTD_REDBOOT_PARTS is not set |
338 | CONFIG_MTD_CMDLINE_PARTS=y | 356 | CONFIG_MTD_CMDLINE_PARTS=y |
357 | CONFIG_MTD_OF_PARTS=y | ||
339 | 358 | ||
340 | # | 359 | # |
341 | # User Modules And Translation Layers | 360 | # User Modules And Translation Layers |
@@ -422,7 +441,7 @@ CONFIG_BLK_DEV=y | |||
422 | CONFIG_BLK_DEV_RAM=y | 441 | CONFIG_BLK_DEV_RAM=y |
423 | CONFIG_BLK_DEV_RAM_COUNT=16 | 442 | CONFIG_BLK_DEV_RAM_COUNT=16 |
424 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 443 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
425 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 444 | # CONFIG_BLK_DEV_XIP is not set |
426 | # CONFIG_CDROM_PKTCDVD is not set | 445 | # CONFIG_CDROM_PKTCDVD is not set |
427 | # CONFIG_ATA_OVER_ETH is not set | 446 | # CONFIG_ATA_OVER_ETH is not set |
428 | # CONFIG_XILINX_SYSACE is not set | 447 | # CONFIG_XILINX_SYSACE is not set |
@@ -431,6 +450,8 @@ CONFIG_MISC_DEVICES=y | |||
431 | # CONFIG_EEPROM_93CX6 is not set | 450 | # CONFIG_EEPROM_93CX6 is not set |
432 | # CONFIG_SGI_IOC4 is not set | 451 | # CONFIG_SGI_IOC4 is not set |
433 | # CONFIG_TIFM_CORE is not set | 452 | # CONFIG_TIFM_CORE is not set |
453 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
454 | CONFIG_HAVE_IDE=y | ||
434 | # CONFIG_IDE is not set | 455 | # CONFIG_IDE is not set |
435 | 456 | ||
436 | # | 457 | # |
@@ -461,7 +482,6 @@ CONFIG_NETDEVICES=y | |||
461 | # CONFIG_EQUALIZER is not set | 482 | # CONFIG_EQUALIZER is not set |
462 | # CONFIG_TUN is not set | 483 | # CONFIG_TUN is not set |
463 | # CONFIG_VETH is not set | 484 | # CONFIG_VETH is not set |
464 | # CONFIG_IP1000 is not set | ||
465 | # CONFIG_ARCNET is not set | 485 | # CONFIG_ARCNET is not set |
466 | # CONFIG_NET_ETHERNET is not set | 486 | # CONFIG_NET_ETHERNET is not set |
467 | CONFIG_IBM_NEW_EMAC_ZMII=y | 487 | CONFIG_IBM_NEW_EMAC_ZMII=y |
@@ -472,6 +492,9 @@ CONFIG_NETDEV_1000=y | |||
472 | # CONFIG_DL2K is not set | 492 | # CONFIG_DL2K is not set |
473 | # CONFIG_E1000 is not set | 493 | # CONFIG_E1000 is not set |
474 | # CONFIG_E1000E is not set | 494 | # CONFIG_E1000E is not set |
495 | # CONFIG_E1000E_ENABLED is not set | ||
496 | # CONFIG_IP1000 is not set | ||
497 | # CONFIG_IGB is not set | ||
475 | # CONFIG_NS83820 is not set | 498 | # CONFIG_NS83820 is not set |
476 | # CONFIG_HAMACHI is not set | 499 | # CONFIG_HAMACHI is not set |
477 | # CONFIG_YELLOWFIN is not set | 500 | # CONFIG_YELLOWFIN is not set |
@@ -496,6 +519,7 @@ CONFIG_NETDEV_10000=y | |||
496 | # CONFIG_NIU is not set | 519 | # CONFIG_NIU is not set |
497 | # CONFIG_MLX4_CORE is not set | 520 | # CONFIG_MLX4_CORE is not set |
498 | # CONFIG_TEHUTI is not set | 521 | # CONFIG_TEHUTI is not set |
522 | # CONFIG_BNX2X is not set | ||
499 | # CONFIG_TR is not set | 523 | # CONFIG_TR is not set |
500 | 524 | ||
501 | # | 525 | # |
@@ -508,7 +532,6 @@ CONFIG_NETDEV_10000=y | |||
508 | # CONFIG_HIPPI is not set | 532 | # CONFIG_HIPPI is not set |
509 | # CONFIG_PPP is not set | 533 | # CONFIG_PPP is not set |
510 | # CONFIG_SLIP is not set | 534 | # CONFIG_SLIP is not set |
511 | # CONFIG_SHAPER is not set | ||
512 | # CONFIG_NETCONSOLE is not set | 535 | # CONFIG_NETCONSOLE is not set |
513 | # CONFIG_NETPOLL is not set | 536 | # CONFIG_NETPOLL is not set |
514 | # CONFIG_NET_POLL_CONTROLLER is not set | 537 | # CONFIG_NET_POLL_CONTROLLER is not set |
@@ -531,6 +554,7 @@ CONFIG_NETDEV_10000=y | |||
531 | # | 554 | # |
532 | # CONFIG_VT is not set | 555 | # CONFIG_VT is not set |
533 | # CONFIG_SERIAL_NONSTANDARD is not set | 556 | # CONFIG_SERIAL_NONSTANDARD is not set |
557 | # CONFIG_NOZOMI is not set | ||
534 | 558 | ||
535 | # | 559 | # |
536 | # Serial drivers | 560 | # Serial drivers |
@@ -576,6 +600,7 @@ CONFIG_DEVPORT=y | |||
576 | # CONFIG_W1 is not set | 600 | # CONFIG_W1 is not set |
577 | # CONFIG_POWER_SUPPLY is not set | 601 | # CONFIG_POWER_SUPPLY is not set |
578 | # CONFIG_HWMON is not set | 602 | # CONFIG_HWMON is not set |
603 | CONFIG_THERMAL=y | ||
579 | # CONFIG_WATCHDOG is not set | 604 | # CONFIG_WATCHDOG is not set |
580 | 605 | ||
581 | # | 606 | # |
@@ -624,12 +649,9 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
624 | # | 649 | # |
625 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 650 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
626 | # | 651 | # |
627 | |||
628 | # | ||
629 | # USB Gadget Support | ||
630 | # | ||
631 | # CONFIG_USB_GADGET is not set | 652 | # CONFIG_USB_GADGET is not set |
632 | # CONFIG_MMC is not set | 653 | # CONFIG_MMC is not set |
654 | # CONFIG_MEMSTICK is not set | ||
633 | # CONFIG_NEW_LEDS is not set | 655 | # CONFIG_NEW_LEDS is not set |
634 | # CONFIG_INFINIBAND is not set | 656 | # CONFIG_INFINIBAND is not set |
635 | # CONFIG_EDAC is not set | 657 | # CONFIG_EDAC is not set |
@@ -654,12 +676,10 @@ CONFIG_EXT2_FS=y | |||
654 | # CONFIG_XFS_FS is not set | 676 | # CONFIG_XFS_FS is not set |
655 | # CONFIG_GFS2_FS is not set | 677 | # CONFIG_GFS2_FS is not set |
656 | # CONFIG_OCFS2_FS is not set | 678 | # CONFIG_OCFS2_FS is not set |
657 | # CONFIG_MINIX_FS is not set | 679 | CONFIG_DNOTIFY=y |
658 | # CONFIG_ROMFS_FS is not set | ||
659 | CONFIG_INOTIFY=y | 680 | CONFIG_INOTIFY=y |
660 | CONFIG_INOTIFY_USER=y | 681 | CONFIG_INOTIFY_USER=y |
661 | # CONFIG_QUOTA is not set | 682 | # CONFIG_QUOTA is not set |
662 | CONFIG_DNOTIFY=y | ||
663 | # CONFIG_AUTOFS_FS is not set | 683 | # CONFIG_AUTOFS_FS is not set |
664 | # CONFIG_AUTOFS4_FS is not set | 684 | # CONFIG_AUTOFS4_FS is not set |
665 | # CONFIG_FUSE_FS is not set | 685 | # CONFIG_FUSE_FS is not set |
@@ -712,8 +732,10 @@ CONFIG_JFFS2_RTIME=y | |||
712 | # CONFIG_JFFS2_RUBIN is not set | 732 | # CONFIG_JFFS2_RUBIN is not set |
713 | CONFIG_CRAMFS=y | 733 | CONFIG_CRAMFS=y |
714 | # CONFIG_VXFS_FS is not set | 734 | # CONFIG_VXFS_FS is not set |
735 | # CONFIG_MINIX_FS is not set | ||
715 | # CONFIG_HPFS_FS is not set | 736 | # CONFIG_HPFS_FS is not set |
716 | # CONFIG_QNX4FS_FS is not set | 737 | # CONFIG_QNX4FS_FS is not set |
738 | # CONFIG_ROMFS_FS is not set | ||
717 | # CONFIG_SYSV_FS is not set | 739 | # CONFIG_SYSV_FS is not set |
718 | # CONFIG_UFS_FS is not set | 740 | # CONFIG_UFS_FS is not set |
719 | CONFIG_NETWORK_FILESYSTEMS=y | 741 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -744,7 +766,6 @@ CONFIG_SUNRPC=y | |||
744 | CONFIG_MSDOS_PARTITION=y | 766 | CONFIG_MSDOS_PARTITION=y |
745 | # CONFIG_NLS is not set | 767 | # CONFIG_NLS is not set |
746 | # CONFIG_DLM is not set | 768 | # CONFIG_DLM is not set |
747 | # CONFIG_UCC_SLOW is not set | ||
748 | 769 | ||
749 | # | 770 | # |
750 | # Library routines | 771 | # Library routines |
@@ -762,10 +783,6 @@ CONFIG_PLIST=y | |||
762 | CONFIG_HAS_IOMEM=y | 783 | CONFIG_HAS_IOMEM=y |
763 | CONFIG_HAS_IOPORT=y | 784 | CONFIG_HAS_IOPORT=y |
764 | CONFIG_HAS_DMA=y | 785 | CONFIG_HAS_DMA=y |
765 | CONFIG_INSTRUMENTATION=y | ||
766 | # CONFIG_PROFILING is not set | ||
767 | # CONFIG_KPROBES is not set | ||
768 | # CONFIG_MARKERS is not set | ||
769 | 786 | ||
770 | # | 787 | # |
771 | # Kernel hacking | 788 | # Kernel hacking |
@@ -775,7 +792,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y | |||
775 | CONFIG_ENABLE_MUST_CHECK=y | 792 | CONFIG_ENABLE_MUST_CHECK=y |
776 | CONFIG_MAGIC_SYSRQ=y | 793 | CONFIG_MAGIC_SYSRQ=y |
777 | # CONFIG_UNUSED_SYMBOLS is not set | 794 | # CONFIG_UNUSED_SYMBOLS is not set |
778 | # CONFIG_DEBUG_FS is not set | 795 | CONFIG_DEBUG_FS=y |
779 | # CONFIG_HEADERS_CHECK is not set | 796 | # CONFIG_HEADERS_CHECK is not set |
780 | CONFIG_DEBUG_KERNEL=y | 797 | CONFIG_DEBUG_KERNEL=y |
781 | # CONFIG_DEBUG_SHIRQ is not set | 798 | # CONFIG_DEBUG_SHIRQ is not set |
@@ -784,6 +801,7 @@ CONFIG_SCHED_DEBUG=y | |||
784 | # CONFIG_SCHEDSTATS is not set | 801 | # CONFIG_SCHEDSTATS is not set |
785 | # CONFIG_TIMER_STATS is not set | 802 | # CONFIG_TIMER_STATS is not set |
786 | # CONFIG_SLUB_DEBUG_ON is not set | 803 | # CONFIG_SLUB_DEBUG_ON is not set |
804 | # CONFIG_SLUB_STATS is not set | ||
787 | # CONFIG_DEBUG_RT_MUTEXES is not set | 805 | # CONFIG_DEBUG_RT_MUTEXES is not set |
788 | # CONFIG_RT_MUTEX_TESTER is not set | 806 | # CONFIG_RT_MUTEX_TESTER is not set |
789 | # CONFIG_DEBUG_SPINLOCK is not set | 807 | # CONFIG_DEBUG_SPINLOCK is not set |
@@ -796,9 +814,9 @@ CONFIG_SCHED_DEBUG=y | |||
796 | # CONFIG_DEBUG_VM is not set | 814 | # CONFIG_DEBUG_VM is not set |
797 | # CONFIG_DEBUG_LIST is not set | 815 | # CONFIG_DEBUG_LIST is not set |
798 | # CONFIG_DEBUG_SG is not set | 816 | # CONFIG_DEBUG_SG is not set |
799 | CONFIG_FORCED_INLINING=y | ||
800 | # CONFIG_BOOT_PRINTK_DELAY is not set | 817 | # CONFIG_BOOT_PRINTK_DELAY is not set |
801 | # CONFIG_RCU_TORTURE_TEST is not set | 818 | # CONFIG_RCU_TORTURE_TEST is not set |
819 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
802 | # CONFIG_FAULT_INJECTION is not set | 820 | # CONFIG_FAULT_INJECTION is not set |
803 | # CONFIG_SAMPLES is not set | 821 | # CONFIG_SAMPLES is not set |
804 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 822 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
@@ -807,6 +825,7 @@ CONFIG_FORCED_INLINING=y | |||
807 | CONFIG_DEBUGGER=y | 825 | CONFIG_DEBUGGER=y |
808 | # CONFIG_KGDB is not set | 826 | # CONFIG_KGDB is not set |
809 | # CONFIG_XMON is not set | 827 | # CONFIG_XMON is not set |
828 | # CONFIG_VIRQ_DEBUG is not set | ||
810 | # CONFIG_BDI_SWITCH is not set | 829 | # CONFIG_BDI_SWITCH is not set |
811 | CONFIG_PPC_EARLY_DEBUG=y | 830 | CONFIG_PPC_EARLY_DEBUG=y |
812 | # CONFIG_PPC_EARLY_DEBUG_LPAR is not set | 831 | # CONFIG_PPC_EARLY_DEBUG_LPAR is not set |
@@ -832,6 +851,7 @@ CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1 | |||
832 | CONFIG_CRYPTO=y | 851 | CONFIG_CRYPTO=y |
833 | CONFIG_CRYPTO_ALGAPI=y | 852 | CONFIG_CRYPTO_ALGAPI=y |
834 | CONFIG_CRYPTO_BLKCIPHER=y | 853 | CONFIG_CRYPTO_BLKCIPHER=y |
854 | # CONFIG_CRYPTO_SEQIV is not set | ||
835 | CONFIG_CRYPTO_MANAGER=y | 855 | CONFIG_CRYPTO_MANAGER=y |
836 | # CONFIG_CRYPTO_HMAC is not set | 856 | # CONFIG_CRYPTO_HMAC is not set |
837 | # CONFIG_CRYPTO_XCBC is not set | 857 | # CONFIG_CRYPTO_XCBC is not set |
@@ -849,6 +869,9 @@ CONFIG_CRYPTO_CBC=y | |||
849 | CONFIG_CRYPTO_PCBC=y | 869 | CONFIG_CRYPTO_PCBC=y |
850 | # CONFIG_CRYPTO_LRW is not set | 870 | # CONFIG_CRYPTO_LRW is not set |
851 | # CONFIG_CRYPTO_XTS is not set | 871 | # CONFIG_CRYPTO_XTS is not set |
872 | # CONFIG_CRYPTO_CTR is not set | ||
873 | # CONFIG_CRYPTO_GCM is not set | ||
874 | # CONFIG_CRYPTO_CCM is not set | ||
852 | # CONFIG_CRYPTO_CRYPTD is not set | 875 | # CONFIG_CRYPTO_CRYPTD is not set |
853 | CONFIG_CRYPTO_DES=y | 876 | CONFIG_CRYPTO_DES=y |
854 | # CONFIG_CRYPTO_FCRYPT is not set | 877 | # CONFIG_CRYPTO_FCRYPT is not set |
@@ -863,11 +886,14 @@ CONFIG_CRYPTO_DES=y | |||
863 | # CONFIG_CRYPTO_KHAZAD is not set | 886 | # CONFIG_CRYPTO_KHAZAD is not set |
864 | # CONFIG_CRYPTO_ANUBIS is not set | 887 | # CONFIG_CRYPTO_ANUBIS is not set |
865 | # CONFIG_CRYPTO_SEED is not set | 888 | # CONFIG_CRYPTO_SEED is not set |
889 | # CONFIG_CRYPTO_SALSA20 is not set | ||
866 | # CONFIG_CRYPTO_DEFLATE is not set | 890 | # CONFIG_CRYPTO_DEFLATE is not set |
867 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 891 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
868 | # CONFIG_CRYPTO_CRC32C is not set | 892 | # CONFIG_CRYPTO_CRC32C is not set |
869 | # CONFIG_CRYPTO_CAMELLIA is not set | 893 | # CONFIG_CRYPTO_CAMELLIA is not set |
870 | # CONFIG_CRYPTO_TEST is not set | 894 | # CONFIG_CRYPTO_TEST is not set |
871 | # CONFIG_CRYPTO_AUTHENC is not set | 895 | # CONFIG_CRYPTO_AUTHENC is not set |
896 | # CONFIG_CRYPTO_LZO is not set | ||
872 | CONFIG_CRYPTO_HW=y | 897 | CONFIG_CRYPTO_HW=y |
898 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
873 | # CONFIG_PPC_CLOCK is not set | 899 | # CONFIG_PPC_CLOCK is not set |