diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-05-13 18:28:42 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-13 18:28:42 -0400 |
commit | 25991b90d7087c9ced2a31cacae4cb4655348a41 (patch) | |
tree | 8d5d4245595b515adcc89dd1e24c18c26c85cab0 /arch/powerpc/configs | |
parent | 08af66b137d9213dfc051a222144adceb41dee4b (diff) |
powerpc/embedded6xx: Update defconfigs
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/c2k_defconfig | 128 | ||||
-rw-r--r-- | arch/powerpc/configs/ep8248e_defconfig | 74 | ||||
-rw-r--r-- | arch/powerpc/configs/linkstation_defconfig | 96 | ||||
-rw-r--r-- | arch/powerpc/configs/mgcoge_defconfig | 74 | ||||
-rw-r--r-- | arch/powerpc/configs/mpc7448_hpc2_defconfig | 91 | ||||
-rw-r--r-- | arch/powerpc/configs/mpc8272_ads_defconfig | 77 | ||||
-rw-r--r-- | arch/powerpc/configs/pq2fads_defconfig | 90 | ||||
-rw-r--r-- | arch/powerpc/configs/prpmc2800_defconfig | 120 | ||||
-rw-r--r-- | arch/powerpc/configs/storcenter_defconfig | 71 |
9 files changed, 600 insertions, 221 deletions
diff --git a/arch/powerpc/configs/c2k_defconfig b/arch/powerpc/configs/c2k_defconfig index 5103319a7f56..9ffa8de92803 100644 --- a/arch/powerpc/configs/c2k_defconfig +++ b/arch/powerpc/configs/c2k_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.29-rc2 | 3 | # Linux kernel version: 2.6.30-rc3 |
4 | # Mon Jan 26 15:35:26 2009 | 4 | # Wed May 13 17:21:51 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -14,6 +14,7 @@ CONFIG_6xx=y | |||
14 | # CONFIG_40x is not set | 14 | # CONFIG_40x is not set |
15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
17 | CONFIG_PPC_BOOK3S=y | ||
17 | CONFIG_PPC_FPU=y | 18 | CONFIG_PPC_FPU=y |
18 | # CONFIG_ALTIVEC is not set | 19 | # CONFIG_ALTIVEC is not set |
19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
@@ -56,6 +57,7 @@ CONFIG_GENERIC_BUG=y | |||
56 | # CONFIG_DEFAULT_UIMAGE is not set | 57 | # CONFIG_DEFAULT_UIMAGE is not set |
57 | # CONFIG_PPC_DCR_NATIVE is not set | 58 | # CONFIG_PPC_DCR_NATIVE is not set |
58 | # CONFIG_PPC_DCR_MMIO is not set | 59 | # CONFIG_PPC_DCR_MMIO is not set |
60 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | ||
59 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
60 | 62 | ||
61 | # | 63 | # |
@@ -70,12 +72,22 @@ CONFIG_SWAP=y | |||
70 | CONFIG_SYSVIPC=y | 72 | CONFIG_SYSVIPC=y |
71 | CONFIG_SYSVIPC_SYSCTL=y | 73 | CONFIG_SYSVIPC_SYSCTL=y |
72 | CONFIG_POSIX_MQUEUE=y | 74 | CONFIG_POSIX_MQUEUE=y |
75 | CONFIG_POSIX_MQUEUE_SYSCTL=y | ||
73 | CONFIG_BSD_PROCESS_ACCT=y | 76 | CONFIG_BSD_PROCESS_ACCT=y |
74 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 77 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
75 | # CONFIG_TASKSTATS is not set | 78 | # CONFIG_TASKSTATS is not set |
76 | CONFIG_AUDIT=y | 79 | CONFIG_AUDIT=y |
77 | CONFIG_AUDITSYSCALL=y | 80 | CONFIG_AUDITSYSCALL=y |
78 | CONFIG_AUDIT_TREE=y | 81 | CONFIG_AUDIT_TREE=y |
82 | |||
83 | # | ||
84 | # RCU Subsystem | ||
85 | # | ||
86 | CONFIG_CLASSIC_RCU=y | ||
87 | # CONFIG_TREE_RCU is not set | ||
88 | # CONFIG_PREEMPT_RCU is not set | ||
89 | # CONFIG_TREE_RCU_TRACE is not set | ||
90 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
79 | # CONFIG_IKCONFIG is not set | 91 | # CONFIG_IKCONFIG is not set |
80 | CONFIG_LOG_BUF_SHIFT=17 | 92 | CONFIG_LOG_BUF_SHIFT=17 |
81 | CONFIG_GROUP_SCHED=y | 93 | CONFIG_GROUP_SCHED=y |
@@ -92,23 +104,27 @@ CONFIG_NAMESPACES=y | |||
92 | # CONFIG_IPC_NS is not set | 104 | # CONFIG_IPC_NS is not set |
93 | # CONFIG_USER_NS is not set | 105 | # CONFIG_USER_NS is not set |
94 | # CONFIG_PID_NS is not set | 106 | # CONFIG_PID_NS is not set |
107 | # CONFIG_NET_NS is not set | ||
95 | CONFIG_BLK_DEV_INITRD=y | 108 | CONFIG_BLK_DEV_INITRD=y |
96 | CONFIG_INITRAMFS_SOURCE="" | 109 | CONFIG_INITRAMFS_SOURCE="" |
110 | CONFIG_RD_GZIP=y | ||
111 | CONFIG_RD_BZIP2=y | ||
112 | CONFIG_RD_LZMA=y | ||
97 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 113 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
98 | CONFIG_SYSCTL=y | 114 | CONFIG_SYSCTL=y |
115 | CONFIG_ANON_INODES=y | ||
99 | # CONFIG_EMBEDDED is not set | 116 | # CONFIG_EMBEDDED is not set |
100 | CONFIG_SYSCTL_SYSCALL=y | 117 | CONFIG_SYSCTL_SYSCALL=y |
101 | CONFIG_KALLSYMS=y | 118 | CONFIG_KALLSYMS=y |
102 | # CONFIG_KALLSYMS_ALL is not set | 119 | # CONFIG_KALLSYMS_ALL is not set |
103 | CONFIG_KALLSYMS_EXTRA_PASS=y | 120 | CONFIG_KALLSYMS_EXTRA_PASS=y |
121 | # CONFIG_STRIP_ASM_SYMS is not set | ||
104 | CONFIG_HOTPLUG=y | 122 | CONFIG_HOTPLUG=y |
105 | CONFIG_PRINTK=y | 123 | CONFIG_PRINTK=y |
106 | CONFIG_BUG=y | 124 | CONFIG_BUG=y |
107 | CONFIG_ELF_CORE=y | 125 | CONFIG_ELF_CORE=y |
108 | CONFIG_COMPAT_BRK=y | ||
109 | CONFIG_BASE_FULL=y | 126 | CONFIG_BASE_FULL=y |
110 | CONFIG_FUTEX=y | 127 | CONFIG_FUTEX=y |
111 | CONFIG_ANON_INODES=y | ||
112 | CONFIG_EPOLL=y | 128 | CONFIG_EPOLL=y |
113 | CONFIG_SIGNALFD=y | 129 | CONFIG_SIGNALFD=y |
114 | CONFIG_TIMERFD=y | 130 | CONFIG_TIMERFD=y |
@@ -118,6 +134,7 @@ CONFIG_AIO=y | |||
118 | CONFIG_VM_EVENT_COUNTERS=y | 134 | CONFIG_VM_EVENT_COUNTERS=y |
119 | CONFIG_PCI_QUIRKS=y | 135 | CONFIG_PCI_QUIRKS=y |
120 | CONFIG_SLUB_DEBUG=y | 136 | CONFIG_SLUB_DEBUG=y |
137 | CONFIG_COMPAT_BRK=y | ||
121 | # CONFIG_SLAB is not set | 138 | # CONFIG_SLAB is not set |
122 | CONFIG_SLUB=y | 139 | CONFIG_SLUB=y |
123 | # CONFIG_SLOB is not set | 140 | # CONFIG_SLOB is not set |
@@ -133,6 +150,7 @@ CONFIG_HAVE_IOREMAP_PROT=y | |||
133 | CONFIG_HAVE_KPROBES=y | 150 | CONFIG_HAVE_KPROBES=y |
134 | CONFIG_HAVE_KRETPROBES=y | 151 | CONFIG_HAVE_KRETPROBES=y |
135 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 152 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
153 | # CONFIG_SLOW_WORK is not set | ||
136 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 154 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
137 | CONFIG_SLABINFO=y | 155 | CONFIG_SLABINFO=y |
138 | CONFIG_RT_MUTEXES=y | 156 | CONFIG_RT_MUTEXES=y |
@@ -145,7 +163,6 @@ CONFIG_MODVERSIONS=y | |||
145 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 163 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
146 | CONFIG_BLOCK=y | 164 | CONFIG_BLOCK=y |
147 | CONFIG_LBD=y | 165 | CONFIG_LBD=y |
148 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
149 | # CONFIG_BLK_DEV_BSG is not set | 166 | # CONFIG_BLK_DEV_BSG is not set |
150 | # CONFIG_BLK_DEV_INTEGRITY is not set | 167 | # CONFIG_BLK_DEV_INTEGRITY is not set |
151 | 168 | ||
@@ -161,18 +178,11 @@ CONFIG_IOSCHED_CFQ=y | |||
161 | CONFIG_DEFAULT_CFQ=y | 178 | CONFIG_DEFAULT_CFQ=y |
162 | # CONFIG_DEFAULT_NOOP is not set | 179 | # CONFIG_DEFAULT_NOOP is not set |
163 | CONFIG_DEFAULT_IOSCHED="cfq" | 180 | CONFIG_DEFAULT_IOSCHED="cfq" |
164 | CONFIG_CLASSIC_RCU=y | ||
165 | # CONFIG_TREE_RCU is not set | ||
166 | # CONFIG_PREEMPT_RCU is not set | ||
167 | # CONFIG_TREE_RCU_TRACE is not set | ||
168 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
169 | # CONFIG_FREEZER is not set | 181 | # CONFIG_FREEZER is not set |
170 | 182 | ||
171 | # | 183 | # |
172 | # Platform support | 184 | # Platform support |
173 | # | 185 | # |
174 | CONFIG_PPC_MULTIPLATFORM=y | ||
175 | CONFIG_CLASSIC32=y | ||
176 | # CONFIG_PPC_CHRP is not set | 186 | # CONFIG_PPC_CHRP is not set |
177 | # CONFIG_MPC5121_ADS is not set | 187 | # CONFIG_MPC5121_ADS is not set |
178 | # CONFIG_MPC5121_GENERIC is not set | 188 | # CONFIG_MPC5121_GENERIC is not set |
@@ -192,6 +202,8 @@ CONFIG_EMBEDDED6xx=y | |||
192 | # CONFIG_PPC_PRPMC2800 is not set | 202 | # CONFIG_PPC_PRPMC2800 is not set |
193 | CONFIG_PPC_C2K=y | 203 | CONFIG_PPC_C2K=y |
194 | CONFIG_MV64X60=y | 204 | CONFIG_MV64X60=y |
205 | # CONFIG_AMIGAONE is not set | ||
206 | CONFIG_PPC_OF_BOOT_TRAMPOLINE=y | ||
195 | # CONFIG_IPIC is not set | 207 | # CONFIG_IPIC is not set |
196 | # CONFIG_MPIC is not set | 208 | # CONFIG_MPIC is not set |
197 | # CONFIG_MPIC_WEIRD is not set | 209 | # CONFIG_MPIC_WEIRD is not set |
@@ -268,9 +280,12 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
268 | CONFIG_BOUNCE=y | 280 | CONFIG_BOUNCE=y |
269 | CONFIG_VIRT_TO_BUS=y | 281 | CONFIG_VIRT_TO_BUS=y |
270 | CONFIG_UNEVICTABLE_LRU=y | 282 | CONFIG_UNEVICTABLE_LRU=y |
283 | CONFIG_HAVE_MLOCK=y | ||
284 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
271 | CONFIG_PPC_4K_PAGES=y | 285 | CONFIG_PPC_4K_PAGES=y |
272 | # CONFIG_PPC_16K_PAGES is not set | 286 | # CONFIG_PPC_16K_PAGES is not set |
273 | # CONFIG_PPC_64K_PAGES is not set | 287 | # CONFIG_PPC_64K_PAGES is not set |
288 | # CONFIG_PPC_256K_PAGES is not set | ||
274 | CONFIG_FORCE_MAX_ZONEORDER=11 | 289 | CONFIG_FORCE_MAX_ZONEORDER=11 |
275 | # CONFIG_PROC_DEVICETREE is not set | 290 | # CONFIG_PROC_DEVICETREE is not set |
276 | # CONFIG_CMDLINE_BOOL is not set | 291 | # CONFIG_CMDLINE_BOOL is not set |
@@ -295,6 +310,7 @@ CONFIG_PCI_MSI=y | |||
295 | # CONFIG_PCI_LEGACY is not set | 310 | # CONFIG_PCI_LEGACY is not set |
296 | # CONFIG_PCI_DEBUG is not set | 311 | # CONFIG_PCI_DEBUG is not set |
297 | # CONFIG_PCI_STUB is not set | 312 | # CONFIG_PCI_STUB is not set |
313 | # CONFIG_PCI_IOV is not set | ||
298 | # CONFIG_PCCARD is not set | 314 | # CONFIG_PCCARD is not set |
299 | CONFIG_HOTPLUG_PCI=y | 315 | CONFIG_HOTPLUG_PCI=y |
300 | # CONFIG_HOTPLUG_PCI_FAKE is not set | 316 | # CONFIG_HOTPLUG_PCI_FAKE is not set |
@@ -315,15 +331,11 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
315 | CONFIG_KERNEL_START=0xc0000000 | 331 | CONFIG_KERNEL_START=0xc0000000 |
316 | CONFIG_PHYSICAL_START=0x00000000 | 332 | CONFIG_PHYSICAL_START=0x00000000 |
317 | CONFIG_TASK_SIZE=0xc0000000 | 333 | CONFIG_TASK_SIZE=0xc0000000 |
318 | CONFIG_CONSISTENT_START=0xff100000 | ||
319 | CONFIG_CONSISTENT_SIZE=0x00200000 | ||
320 | CONFIG_NET=y | 334 | CONFIG_NET=y |
321 | 335 | ||
322 | # | 336 | # |
323 | # Networking options | 337 | # Networking options |
324 | # | 338 | # |
325 | # CONFIG_NET_NS is not set | ||
326 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
327 | CONFIG_PACKET=y | 339 | CONFIG_PACKET=y |
328 | CONFIG_PACKET_MMAP=y | 340 | CONFIG_PACKET_MMAP=y |
329 | CONFIG_UNIX=y | 341 | CONFIG_UNIX=y |
@@ -364,7 +376,7 @@ CONFIG_INET_TUNNEL=m | |||
364 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 376 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
365 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 377 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
366 | CONFIG_INET_XFRM_MODE_BEET=y | 378 | CONFIG_INET_XFRM_MODE_BEET=y |
367 | CONFIG_INET_LRO=m | 379 | CONFIG_INET_LRO=y |
368 | CONFIG_INET_DIAG=y | 380 | CONFIG_INET_DIAG=y |
369 | CONFIG_INET_TCP_DIAG=y | 381 | CONFIG_INET_TCP_DIAG=y |
370 | # CONFIG_TCP_CONG_ADVANCED is not set | 382 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -403,9 +415,11 @@ CONFIG_BRIDGE_NETFILTER=y | |||
403 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set | 415 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set |
404 | # CONFIG_NETFILTER_NETLINK_LOG is not set | 416 | # CONFIG_NETFILTER_NETLINK_LOG is not set |
405 | # CONFIG_NF_CONNTRACK is not set | 417 | # CONFIG_NF_CONNTRACK is not set |
418 | # CONFIG_NETFILTER_TPROXY is not set | ||
406 | CONFIG_NETFILTER_XTABLES=m | 419 | CONFIG_NETFILTER_XTABLES=m |
407 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set | 420 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set |
408 | # CONFIG_NETFILTER_XT_TARGET_DSCP is not set | 421 | # CONFIG_NETFILTER_XT_TARGET_DSCP is not set |
422 | # CONFIG_NETFILTER_XT_TARGET_HL is not set | ||
409 | # CONFIG_NETFILTER_XT_TARGET_MARK is not set | 423 | # CONFIG_NETFILTER_XT_TARGET_MARK is not set |
410 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set | 424 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set |
411 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set | 425 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set |
@@ -419,6 +433,7 @@ CONFIG_NETFILTER_XTABLES=m | |||
419 | # CONFIG_NETFILTER_XT_MATCH_DSCP is not set | 433 | # CONFIG_NETFILTER_XT_MATCH_DSCP is not set |
420 | # CONFIG_NETFILTER_XT_MATCH_ESP is not set | 434 | # CONFIG_NETFILTER_XT_MATCH_ESP is not set |
421 | # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set | 435 | # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set |
436 | CONFIG_NETFILTER_XT_MATCH_HL=m | ||
422 | # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set | 437 | # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set |
423 | # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set | 438 | # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set |
424 | # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set | 439 | # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set |
@@ -508,11 +523,11 @@ CONFIG_IP6_NF_MATCH_HL=m | |||
508 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | 523 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m |
509 | # CONFIG_IP6_NF_MATCH_MH is not set | 524 | # CONFIG_IP6_NF_MATCH_MH is not set |
510 | CONFIG_IP6_NF_MATCH_RT=m | 525 | CONFIG_IP6_NF_MATCH_RT=m |
526 | # CONFIG_IP6_NF_TARGET_HL is not set | ||
511 | CONFIG_IP6_NF_TARGET_LOG=m | 527 | CONFIG_IP6_NF_TARGET_LOG=m |
512 | CONFIG_IP6_NF_FILTER=m | 528 | CONFIG_IP6_NF_FILTER=m |
513 | # CONFIG_IP6_NF_TARGET_REJECT is not set | 529 | # CONFIG_IP6_NF_TARGET_REJECT is not set |
514 | CONFIG_IP6_NF_MANGLE=m | 530 | CONFIG_IP6_NF_MANGLE=m |
515 | # CONFIG_IP6_NF_TARGET_HL is not set | ||
516 | CONFIG_IP6_NF_RAW=m | 531 | CONFIG_IP6_NF_RAW=m |
517 | # CONFIG_IP6_NF_SECURITY is not set | 532 | # CONFIG_IP6_NF_SECURITY is not set |
518 | CONFIG_BRIDGE_NF_EBTABLES=m | 533 | CONFIG_BRIDGE_NF_EBTABLES=m |
@@ -544,6 +559,7 @@ CONFIG_IP_SCTP=m | |||
544 | # CONFIG_SCTP_HMAC_NONE is not set | 559 | # CONFIG_SCTP_HMAC_NONE is not set |
545 | # CONFIG_SCTP_HMAC_SHA1 is not set | 560 | # CONFIG_SCTP_HMAC_SHA1 is not set |
546 | CONFIG_SCTP_HMAC_MD5=y | 561 | CONFIG_SCTP_HMAC_MD5=y |
562 | # CONFIG_RDS is not set | ||
547 | # CONFIG_TIPC is not set | 563 | # CONFIG_TIPC is not set |
548 | CONFIG_ATM=m | 564 | CONFIG_ATM=m |
549 | CONFIG_ATM_CLIP=m | 565 | CONFIG_ATM_CLIP=m |
@@ -566,6 +582,7 @@ CONFIG_LLC=m | |||
566 | # CONFIG_LAPB is not set | 582 | # CONFIG_LAPB is not set |
567 | # CONFIG_ECONET is not set | 583 | # CONFIG_ECONET is not set |
568 | # CONFIG_WAN_ROUTER is not set | 584 | # CONFIG_WAN_ROUTER is not set |
585 | # CONFIG_PHONET is not set | ||
569 | CONFIG_NET_SCHED=y | 586 | CONFIG_NET_SCHED=y |
570 | 587 | ||
571 | # | 588 | # |
@@ -612,6 +629,7 @@ CONFIG_NET_SCH_FIFO=y | |||
612 | # | 629 | # |
613 | # CONFIG_NET_PKTGEN is not set | 630 | # CONFIG_NET_PKTGEN is not set |
614 | # CONFIG_NET_TCPPROBE is not set | 631 | # CONFIG_NET_TCPPROBE is not set |
632 | # CONFIG_NET_DROP_MONITOR is not set | ||
615 | # CONFIG_HAMRADIO is not set | 633 | # CONFIG_HAMRADIO is not set |
616 | # CONFIG_CAN is not set | 634 | # CONFIG_CAN is not set |
617 | # CONFIG_IRDA is not set | 635 | # CONFIG_IRDA is not set |
@@ -638,7 +656,6 @@ CONFIG_BT_HCIBCM203X=m | |||
638 | CONFIG_BT_HCIBFUSB=m | 656 | CONFIG_BT_HCIBFUSB=m |
639 | CONFIG_BT_HCIVHCI=m | 657 | CONFIG_BT_HCIVHCI=m |
640 | # CONFIG_AF_RXRPC is not set | 658 | # CONFIG_AF_RXRPC is not set |
641 | # CONFIG_PHONET is not set | ||
642 | CONFIG_FIB_RULES=y | 659 | CONFIG_FIB_RULES=y |
643 | CONFIG_WIRELESS=y | 660 | CONFIG_WIRELESS=y |
644 | # CONFIG_CFG80211 is not set | 661 | # CONFIG_CFG80211 is not set |
@@ -748,7 +765,6 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
748 | # LPDDR flash memory drivers | 765 | # LPDDR flash memory drivers |
749 | # | 766 | # |
750 | # CONFIG_MTD_LPDDR is not set | 767 | # CONFIG_MTD_LPDDR is not set |
751 | # CONFIG_MTD_QINFO_PROBE is not set | ||
752 | 768 | ||
753 | # | 769 | # |
754 | # UBI - Unsorted block images | 770 | # UBI - Unsorted block images |
@@ -846,9 +862,11 @@ CONFIG_MEGARAID_MM=m | |||
846 | CONFIG_MEGARAID_MAILBOX=m | 862 | CONFIG_MEGARAID_MAILBOX=m |
847 | # CONFIG_MEGARAID_LEGACY is not set | 863 | # CONFIG_MEGARAID_LEGACY is not set |
848 | CONFIG_MEGARAID_SAS=m | 864 | CONFIG_MEGARAID_SAS=m |
865 | # CONFIG_SCSI_MPT2SAS is not set | ||
849 | # CONFIG_SCSI_HPTIOP is not set | 866 | # CONFIG_SCSI_HPTIOP is not set |
850 | # CONFIG_SCSI_BUSLOGIC is not set | 867 | # CONFIG_SCSI_BUSLOGIC is not set |
851 | # CONFIG_LIBFC is not set | 868 | # CONFIG_LIBFC is not set |
869 | # CONFIG_LIBFCOE is not set | ||
852 | # CONFIG_FCOE is not set | 870 | # CONFIG_FCOE is not set |
853 | # CONFIG_SCSI_DMX3191D is not set | 871 | # CONFIG_SCSI_DMX3191D is not set |
854 | # CONFIG_SCSI_EATA is not set | 872 | # CONFIG_SCSI_EATA is not set |
@@ -875,6 +893,7 @@ CONFIG_SCSI_LPFC=m | |||
875 | # CONFIG_SCSI_DEBUG is not set | 893 | # CONFIG_SCSI_DEBUG is not set |
876 | # CONFIG_SCSI_SRP is not set | 894 | # CONFIG_SCSI_SRP is not set |
877 | # CONFIG_SCSI_DH is not set | 895 | # CONFIG_SCSI_DH is not set |
896 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
878 | # CONFIG_ATA is not set | 897 | # CONFIG_ATA is not set |
879 | # CONFIG_MD is not set | 898 | # CONFIG_MD is not set |
880 | # CONFIG_FUSION is not set | 899 | # CONFIG_FUSION is not set |
@@ -891,6 +910,7 @@ CONFIG_SCSI_LPFC=m | |||
891 | # CONFIG_I2O is not set | 910 | # CONFIG_I2O is not set |
892 | # CONFIG_MACINTOSH_DRIVERS is not set | 911 | # CONFIG_MACINTOSH_DRIVERS is not set |
893 | CONFIG_NETDEVICES=y | 912 | CONFIG_NETDEVICES=y |
913 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
894 | CONFIG_DUMMY=m | 914 | CONFIG_DUMMY=m |
895 | CONFIG_BONDING=m | 915 | CONFIG_BONDING=m |
896 | # CONFIG_MACVLAN is not set | 916 | # CONFIG_MACVLAN is not set |
@@ -924,6 +944,8 @@ CONFIG_MII=y | |||
924 | # CONFIG_SUNGEM is not set | 944 | # CONFIG_SUNGEM is not set |
925 | # CONFIG_CASSINI is not set | 945 | # CONFIG_CASSINI is not set |
926 | # CONFIG_NET_VENDOR_3COM is not set | 946 | # CONFIG_NET_VENDOR_3COM is not set |
947 | # CONFIG_ETHOC is not set | ||
948 | # CONFIG_DNET is not set | ||
927 | # CONFIG_NET_TULIP is not set | 949 | # CONFIG_NET_TULIP is not set |
928 | # CONFIG_HP100 is not set | 950 | # CONFIG_HP100 is not set |
929 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 951 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -943,6 +965,7 @@ CONFIG_NETDEV_1000=y | |||
943 | # CONFIG_E1000E is not set | 965 | # CONFIG_E1000E is not set |
944 | # CONFIG_IP1000 is not set | 966 | # CONFIG_IP1000 is not set |
945 | # CONFIG_IGB is not set | 967 | # CONFIG_IGB is not set |
968 | # CONFIG_IGBVF is not set | ||
946 | # CONFIG_NS83820 is not set | 969 | # CONFIG_NS83820 is not set |
947 | # CONFIG_HAMACHI is not set | 970 | # CONFIG_HAMACHI is not set |
948 | # CONFIG_YELLOWFIN is not set | 971 | # CONFIG_YELLOWFIN is not set |
@@ -957,6 +980,7 @@ CONFIG_MV643XX_ETH=y | |||
957 | # CONFIG_QLA3XXX is not set | 980 | # CONFIG_QLA3XXX is not set |
958 | # CONFIG_ATL1 is not set | 981 | # CONFIG_ATL1 is not set |
959 | # CONFIG_ATL1E is not set | 982 | # CONFIG_ATL1E is not set |
983 | # CONFIG_ATL1C is not set | ||
960 | # CONFIG_JME is not set | 984 | # CONFIG_JME is not set |
961 | # CONFIG_NETDEV_10000 is not set | 985 | # CONFIG_NETDEV_10000 is not set |
962 | # CONFIG_TR is not set | 986 | # CONFIG_TR is not set |
@@ -966,7 +990,6 @@ CONFIG_MV643XX_ETH=y | |||
966 | # | 990 | # |
967 | # CONFIG_WLAN_PRE80211 is not set | 991 | # CONFIG_WLAN_PRE80211 is not set |
968 | # CONFIG_WLAN_80211 is not set | 992 | # CONFIG_WLAN_80211 is not set |
969 | # CONFIG_IWLWIFI_LEDS is not set | ||
970 | 993 | ||
971 | # | 994 | # |
972 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 995 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -1084,6 +1107,7 @@ CONFIG_UNIX98_PTYS=y | |||
1084 | # CONFIG_HVC_UDBG is not set | 1107 | # CONFIG_HVC_UDBG is not set |
1085 | # CONFIG_IPMI_HANDLER is not set | 1108 | # CONFIG_IPMI_HANDLER is not set |
1086 | CONFIG_HW_RANDOM=m | 1109 | CONFIG_HW_RANDOM=m |
1110 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||
1087 | CONFIG_NVRAM=m | 1111 | CONFIG_NVRAM=m |
1088 | CONFIG_GEN_RTC=m | 1112 | CONFIG_GEN_RTC=m |
1089 | # CONFIG_GEN_RTC_X is not set | 1113 | # CONFIG_GEN_RTC_X is not set |
@@ -1150,12 +1174,9 @@ CONFIG_I2C_MV64XXX=m | |||
1150 | # Miscellaneous I2C Chip support | 1174 | # Miscellaneous I2C Chip support |
1151 | # | 1175 | # |
1152 | # CONFIG_DS1682 is not set | 1176 | # CONFIG_DS1682 is not set |
1153 | # CONFIG_EEPROM_AT24 is not set | ||
1154 | CONFIG_EEPROM_LEGACY=m | ||
1155 | CONFIG_SENSORS_PCF8574=m | 1177 | CONFIG_SENSORS_PCF8574=m |
1156 | # CONFIG_PCF8575 is not set | 1178 | # CONFIG_PCF8575 is not set |
1157 | # CONFIG_SENSORS_PCA9539 is not set | 1179 | # CONFIG_SENSORS_PCA9539 is not set |
1158 | CONFIG_SENSORS_PCF8591=m | ||
1159 | # CONFIG_SENSORS_MAX6875 is not set | 1180 | # CONFIG_SENSORS_MAX6875 is not set |
1160 | # CONFIG_SENSORS_TSL2550 is not set | 1181 | # CONFIG_SENSORS_TSL2550 is not set |
1161 | # CONFIG_I2C_DEBUG_CORE is not set | 1182 | # CONFIG_I2C_DEBUG_CORE is not set |
@@ -1187,6 +1208,7 @@ CONFIG_SENSORS_DS1621=m | |||
1187 | # CONFIG_SENSORS_F71805F is not set | 1208 | # CONFIG_SENSORS_F71805F is not set |
1188 | # CONFIG_SENSORS_F71882FG is not set | 1209 | # CONFIG_SENSORS_F71882FG is not set |
1189 | # CONFIG_SENSORS_F75375S is not set | 1210 | # CONFIG_SENSORS_F75375S is not set |
1211 | # CONFIG_SENSORS_G760A is not set | ||
1190 | CONFIG_SENSORS_GL518SM=m | 1212 | CONFIG_SENSORS_GL518SM=m |
1191 | # CONFIG_SENSORS_GL520SM is not set | 1213 | # CONFIG_SENSORS_GL520SM is not set |
1192 | CONFIG_SENSORS_IT87=m | 1214 | CONFIG_SENSORS_IT87=m |
@@ -1201,11 +1223,14 @@ CONFIG_SENSORS_LM87=m | |||
1201 | CONFIG_SENSORS_LM90=m | 1223 | CONFIG_SENSORS_LM90=m |
1202 | # CONFIG_SENSORS_LM92 is not set | 1224 | # CONFIG_SENSORS_LM92 is not set |
1203 | # CONFIG_SENSORS_LM93 is not set | 1225 | # CONFIG_SENSORS_LM93 is not set |
1226 | # CONFIG_SENSORS_LTC4215 is not set | ||
1204 | # CONFIG_SENSORS_LTC4245 is not set | 1227 | # CONFIG_SENSORS_LTC4245 is not set |
1228 | # CONFIG_SENSORS_LM95241 is not set | ||
1205 | CONFIG_SENSORS_MAX1619=m | 1229 | CONFIG_SENSORS_MAX1619=m |
1206 | # CONFIG_SENSORS_MAX6650 is not set | 1230 | # CONFIG_SENSORS_MAX6650 is not set |
1207 | # CONFIG_SENSORS_PC87360 is not set | 1231 | # CONFIG_SENSORS_PC87360 is not set |
1208 | # CONFIG_SENSORS_PC87427 is not set | 1232 | # CONFIG_SENSORS_PC87427 is not set |
1233 | CONFIG_SENSORS_PCF8591=m | ||
1209 | # CONFIG_SENSORS_SIS5595 is not set | 1234 | # CONFIG_SENSORS_SIS5595 is not set |
1210 | # CONFIG_SENSORS_DME1737 is not set | 1235 | # CONFIG_SENSORS_DME1737 is not set |
1211 | CONFIG_SENSORS_SMSC47M1=m | 1236 | CONFIG_SENSORS_SMSC47M1=m |
@@ -1363,21 +1388,21 @@ CONFIG_USB_PRINTER=m | |||
1363 | # CONFIG_USB_TMC is not set | 1388 | # CONFIG_USB_TMC is not set |
1364 | 1389 | ||
1365 | # | 1390 | # |
1366 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | 1391 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may |
1367 | # | 1392 | # |
1368 | 1393 | ||
1369 | # | 1394 | # |
1370 | # see USB_STORAGE Help for more information | 1395 | # also be needed; see USB_STORAGE Help for more info |
1371 | # | 1396 | # |
1372 | CONFIG_USB_STORAGE=m | 1397 | CONFIG_USB_STORAGE=m |
1373 | # CONFIG_USB_STORAGE_DEBUG is not set | 1398 | # CONFIG_USB_STORAGE_DEBUG is not set |
1374 | CONFIG_USB_STORAGE_DATAFAB=y | 1399 | CONFIG_USB_STORAGE_DATAFAB=m |
1375 | CONFIG_USB_STORAGE_FREECOM=y | 1400 | CONFIG_USB_STORAGE_FREECOM=m |
1376 | CONFIG_USB_STORAGE_ISD200=y | 1401 | CONFIG_USB_STORAGE_ISD200=m |
1377 | # CONFIG_USB_STORAGE_USBAT is not set | 1402 | # CONFIG_USB_STORAGE_USBAT is not set |
1378 | CONFIG_USB_STORAGE_SDDR09=y | 1403 | CONFIG_USB_STORAGE_SDDR09=m |
1379 | CONFIG_USB_STORAGE_SDDR55=y | 1404 | CONFIG_USB_STORAGE_SDDR55=m |
1380 | CONFIG_USB_STORAGE_JUMPSHOT=y | 1405 | CONFIG_USB_STORAGE_JUMPSHOT=m |
1381 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1406 | # CONFIG_USB_STORAGE_ALAUDA is not set |
1382 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1407 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
1383 | # CONFIG_USB_STORAGE_KARMA is not set | 1408 | # CONFIG_USB_STORAGE_KARMA is not set |
@@ -1402,7 +1427,7 @@ CONFIG_USB_SERIAL_BELKIN=m | |||
1402 | # CONFIG_USB_SERIAL_CH341 is not set | 1427 | # CONFIG_USB_SERIAL_CH341 is not set |
1403 | CONFIG_USB_SERIAL_WHITEHEAT=m | 1428 | CONFIG_USB_SERIAL_WHITEHEAT=m |
1404 | CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m | 1429 | CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m |
1405 | # CONFIG_USB_SERIAL_CP2101 is not set | 1430 | # CONFIG_USB_SERIAL_CP210X is not set |
1406 | # CONFIG_USB_SERIAL_CYPRESS_M8 is not set | 1431 | # CONFIG_USB_SERIAL_CYPRESS_M8 is not set |
1407 | CONFIG_USB_SERIAL_EMPEG=m | 1432 | CONFIG_USB_SERIAL_EMPEG=m |
1408 | CONFIG_USB_SERIAL_FTDI_SIO=m | 1433 | CONFIG_USB_SERIAL_FTDI_SIO=m |
@@ -1438,12 +1463,14 @@ CONFIG_USB_SERIAL_MCT_U232=m | |||
1438 | # CONFIG_USB_SERIAL_NAVMAN is not set | 1463 | # CONFIG_USB_SERIAL_NAVMAN is not set |
1439 | CONFIG_USB_SERIAL_PL2303=m | 1464 | CONFIG_USB_SERIAL_PL2303=m |
1440 | # CONFIG_USB_SERIAL_OTI6858 is not set | 1465 | # CONFIG_USB_SERIAL_OTI6858 is not set |
1466 | # CONFIG_USB_SERIAL_QUALCOMM is not set | ||
1441 | # CONFIG_USB_SERIAL_SPCP8X5 is not set | 1467 | # CONFIG_USB_SERIAL_SPCP8X5 is not set |
1442 | # CONFIG_USB_SERIAL_HP4X is not set | 1468 | # CONFIG_USB_SERIAL_HP4X is not set |
1443 | CONFIG_USB_SERIAL_SAFE=m | 1469 | CONFIG_USB_SERIAL_SAFE=m |
1444 | CONFIG_USB_SERIAL_SAFE_PADDED=y | 1470 | CONFIG_USB_SERIAL_SAFE_PADDED=y |
1445 | # CONFIG_USB_SERIAL_SIEMENS_MPI is not set | 1471 | # CONFIG_USB_SERIAL_SIEMENS_MPI is not set |
1446 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set | 1472 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set |
1473 | # CONFIG_USB_SERIAL_SYMBOL is not set | ||
1447 | # CONFIG_USB_SERIAL_TI is not set | 1474 | # CONFIG_USB_SERIAL_TI is not set |
1448 | CONFIG_USB_SERIAL_CYBERJACK=m | 1475 | CONFIG_USB_SERIAL_CYBERJACK=m |
1449 | CONFIG_USB_SERIAL_XIRCOM=m | 1476 | CONFIG_USB_SERIAL_XIRCOM=m |
@@ -1466,7 +1493,6 @@ CONFIG_USB_LCD=m | |||
1466 | CONFIG_USB_LED=m | 1493 | CONFIG_USB_LED=m |
1467 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1494 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1468 | # CONFIG_USB_CYTHERM is not set | 1495 | # CONFIG_USB_CYTHERM is not set |
1469 | # CONFIG_USB_PHIDGET is not set | ||
1470 | # CONFIG_USB_IDMOUSE is not set | 1496 | # CONFIG_USB_IDMOUSE is not set |
1471 | # CONFIG_USB_FTDI_ELAN is not set | 1497 | # CONFIG_USB_FTDI_ELAN is not set |
1472 | # CONFIG_USB_APPLEDISPLAY is not set | 1498 | # CONFIG_USB_APPLEDISPLAY is not set |
@@ -1487,6 +1513,7 @@ CONFIG_USB_SPEEDTOUCH=m | |||
1487 | # | 1513 | # |
1488 | # OTG and related infrastructure | 1514 | # OTG and related infrastructure |
1489 | # | 1515 | # |
1516 | # CONFIG_NOP_USB_XCEIV is not set | ||
1490 | # CONFIG_UWB is not set | 1517 | # CONFIG_UWB is not set |
1491 | # CONFIG_MMC is not set | 1518 | # CONFIG_MMC is not set |
1492 | # CONFIG_MEMSTICK is not set | 1519 | # CONFIG_MEMSTICK is not set |
@@ -1516,6 +1543,7 @@ CONFIG_DMADEVICES=y | |||
1516 | # | 1543 | # |
1517 | # DMA Devices | 1544 | # DMA Devices |
1518 | # | 1545 | # |
1546 | # CONFIG_AUXDISPLAY is not set | ||
1519 | # CONFIG_UIO is not set | 1547 | # CONFIG_UIO is not set |
1520 | # CONFIG_STAGING is not set | 1548 | # CONFIG_STAGING is not set |
1521 | 1549 | ||
@@ -1524,6 +1552,7 @@ CONFIG_DMADEVICES=y | |||
1524 | # | 1552 | # |
1525 | # CONFIG_EXT2_FS is not set | 1553 | # CONFIG_EXT2_FS is not set |
1526 | CONFIG_EXT3_FS=m | 1554 | CONFIG_EXT3_FS=m |
1555 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
1527 | CONFIG_EXT3_FS_XATTR=y | 1556 | CONFIG_EXT3_FS_XATTR=y |
1528 | CONFIG_EXT3_FS_POSIX_ACL=y | 1557 | CONFIG_EXT3_FS_POSIX_ACL=y |
1529 | CONFIG_EXT3_FS_SECURITY=y | 1558 | CONFIG_EXT3_FS_SECURITY=y |
@@ -1554,6 +1583,11 @@ CONFIG_AUTOFS4_FS=m | |||
1554 | # CONFIG_FUSE_FS is not set | 1583 | # CONFIG_FUSE_FS is not set |
1555 | 1584 | ||
1556 | # | 1585 | # |
1586 | # Caches | ||
1587 | # | ||
1588 | # CONFIG_FSCACHE is not set | ||
1589 | |||
1590 | # | ||
1557 | # CD-ROM/DVD Filesystems | 1591 | # CD-ROM/DVD Filesystems |
1558 | # | 1592 | # |
1559 | # CONFIG_ISO9660_FS is not set | 1593 | # CONFIG_ISO9660_FS is not set |
@@ -1612,6 +1646,7 @@ CONFIG_VXFS_FS=m | |||
1612 | # CONFIG_ROMFS_FS is not set | 1646 | # CONFIG_ROMFS_FS is not set |
1613 | # CONFIG_SYSV_FS is not set | 1647 | # CONFIG_SYSV_FS is not set |
1614 | # CONFIG_UFS_FS is not set | 1648 | # CONFIG_UFS_FS is not set |
1649 | # CONFIG_NILFS2_FS is not set | ||
1615 | CONFIG_NETWORK_FILESYSTEMS=y | 1650 | CONFIG_NETWORK_FILESYSTEMS=y |
1616 | CONFIG_NFS_FS=y | 1651 | CONFIG_NFS_FS=y |
1617 | CONFIG_NFS_V3=y | 1652 | CONFIG_NFS_V3=y |
@@ -1626,7 +1661,6 @@ CONFIG_NFS_COMMON=y | |||
1626 | CONFIG_SUNRPC=y | 1661 | CONFIG_SUNRPC=y |
1627 | CONFIG_SUNRPC_GSS=y | 1662 | CONFIG_SUNRPC_GSS=y |
1628 | CONFIG_SUNRPC_XPRT_RDMA=m | 1663 | CONFIG_SUNRPC_XPRT_RDMA=m |
1629 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
1630 | CONFIG_RPCSEC_GSS_KRB5=y | 1664 | CONFIG_RPCSEC_GSS_KRB5=y |
1631 | CONFIG_RPCSEC_GSS_SPKM3=m | 1665 | CONFIG_RPCSEC_GSS_SPKM3=m |
1632 | # CONFIG_SMB_FS is not set | 1666 | # CONFIG_SMB_FS is not set |
@@ -1637,6 +1671,7 @@ CONFIG_CIFS=m | |||
1637 | CONFIG_CIFS_XATTR=y | 1671 | CONFIG_CIFS_XATTR=y |
1638 | CONFIG_CIFS_POSIX=y | 1672 | CONFIG_CIFS_POSIX=y |
1639 | # CONFIG_CIFS_DEBUG2 is not set | 1673 | # CONFIG_CIFS_DEBUG2 is not set |
1674 | # CONFIG_CIFS_DFS_UPCALL is not set | ||
1640 | # CONFIG_CIFS_EXPERIMENTAL is not set | 1675 | # CONFIG_CIFS_EXPERIMENTAL is not set |
1641 | # CONFIG_NCP_FS is not set | 1676 | # CONFIG_NCP_FS is not set |
1642 | # CONFIG_CODA_FS is not set | 1677 | # CONFIG_CODA_FS is not set |
@@ -1704,6 +1739,7 @@ CONFIG_NLS_KOI8_R=m | |||
1704 | CONFIG_NLS_KOI8_U=m | 1739 | CONFIG_NLS_KOI8_U=m |
1705 | CONFIG_NLS_UTF8=m | 1740 | CONFIG_NLS_UTF8=m |
1706 | # CONFIG_DLM is not set | 1741 | # CONFIG_DLM is not set |
1742 | CONFIG_BINARY_PRINTF=y | ||
1707 | 1743 | ||
1708 | # | 1744 | # |
1709 | # Library routines | 1745 | # Library routines |
@@ -1719,12 +1755,15 @@ CONFIG_CRC32=y | |||
1719 | CONFIG_LIBCRC32C=m | 1755 | CONFIG_LIBCRC32C=m |
1720 | CONFIG_ZLIB_INFLATE=y | 1756 | CONFIG_ZLIB_INFLATE=y |
1721 | CONFIG_ZLIB_DEFLATE=y | 1757 | CONFIG_ZLIB_DEFLATE=y |
1722 | CONFIG_PLIST=y | 1758 | CONFIG_DECOMPRESS_GZIP=y |
1759 | CONFIG_DECOMPRESS_BZIP2=y | ||
1760 | CONFIG_DECOMPRESS_LZMA=y | ||
1723 | CONFIG_HAS_IOMEM=y | 1761 | CONFIG_HAS_IOMEM=y |
1724 | CONFIG_HAS_IOPORT=y | 1762 | CONFIG_HAS_IOPORT=y |
1725 | CONFIG_HAS_DMA=y | 1763 | CONFIG_HAS_DMA=y |
1726 | CONFIG_CHECK_SIGNATURE=y | 1764 | CONFIG_CHECK_SIGNATURE=y |
1727 | CONFIG_HAVE_LMB=y | 1765 | CONFIG_HAVE_LMB=y |
1766 | CONFIG_NLATTR=y | ||
1728 | 1767 | ||
1729 | # | 1768 | # |
1730 | # Kernel hacking | 1769 | # Kernel hacking |
@@ -1742,6 +1781,9 @@ CONFIG_DEBUG_KERNEL=y | |||
1742 | CONFIG_DETECT_SOFTLOCKUP=y | 1781 | CONFIG_DETECT_SOFTLOCKUP=y |
1743 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | 1782 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set |
1744 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | 1783 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 |
1784 | CONFIG_DETECT_HUNG_TASK=y | ||
1785 | # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set | ||
1786 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 | ||
1745 | CONFIG_SCHED_DEBUG=y | 1787 | CONFIG_SCHED_DEBUG=y |
1746 | # CONFIG_SCHEDSTATS is not set | 1788 | # CONFIG_SCHEDSTATS is not set |
1747 | # CONFIG_TIMER_STATS is not set | 1789 | # CONFIG_TIMER_STATS is not set |
@@ -1775,12 +1817,15 @@ CONFIG_DEBUG_MEMORY_INIT=y | |||
1775 | # CONFIG_FAULT_INJECTION is not set | 1817 | # CONFIG_FAULT_INJECTION is not set |
1776 | # CONFIG_LATENCYTOP is not set | 1818 | # CONFIG_LATENCYTOP is not set |
1777 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1819 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
1820 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1778 | CONFIG_NOP_TRACER=y | 1821 | CONFIG_NOP_TRACER=y |
1779 | CONFIG_HAVE_FUNCTION_TRACER=y | 1822 | CONFIG_HAVE_FUNCTION_TRACER=y |
1823 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
1780 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 1824 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
1781 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | 1825 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y |
1782 | CONFIG_RING_BUFFER=y | 1826 | CONFIG_RING_BUFFER=y |
1783 | CONFIG_TRACING=y | 1827 | CONFIG_TRACING=y |
1828 | CONFIG_TRACING_SUPPORT=y | ||
1784 | 1829 | ||
1785 | # | 1830 | # |
1786 | # Tracers | 1831 | # Tracers |
@@ -1788,18 +1833,21 @@ CONFIG_TRACING=y | |||
1788 | # CONFIG_FUNCTION_TRACER is not set | 1833 | # CONFIG_FUNCTION_TRACER is not set |
1789 | # CONFIG_SCHED_TRACER is not set | 1834 | # CONFIG_SCHED_TRACER is not set |
1790 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | 1835 | # CONFIG_CONTEXT_SWITCH_TRACER is not set |
1836 | # CONFIG_EVENT_TRACER is not set | ||
1791 | # CONFIG_BOOT_TRACER is not set | 1837 | # CONFIG_BOOT_TRACER is not set |
1792 | # CONFIG_TRACE_BRANCH_PROFILING is not set | 1838 | # CONFIG_TRACE_BRANCH_PROFILING is not set |
1793 | # CONFIG_STACK_TRACER is not set | 1839 | # CONFIG_STACK_TRACER is not set |
1840 | # CONFIG_KMEMTRACE is not set | ||
1841 | # CONFIG_WORKQUEUE_TRACER is not set | ||
1842 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
1794 | # CONFIG_FTRACE_STARTUP_TEST is not set | 1843 | # CONFIG_FTRACE_STARTUP_TEST is not set |
1795 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 1844 | # CONFIG_DYNAMIC_DEBUG is not set |
1796 | # CONFIG_SAMPLES is not set | 1845 | # CONFIG_SAMPLES is not set |
1797 | CONFIG_HAVE_ARCH_KGDB=y | 1846 | CONFIG_HAVE_ARCH_KGDB=y |
1798 | # CONFIG_KGDB is not set | 1847 | # CONFIG_KGDB is not set |
1799 | CONFIG_PRINT_STACK_DEPTH=64 | 1848 | CONFIG_PRINT_STACK_DEPTH=64 |
1800 | CONFIG_DEBUG_STACKOVERFLOW=y | 1849 | CONFIG_DEBUG_STACKOVERFLOW=y |
1801 | CONFIG_DEBUG_STACK_USAGE=y | 1850 | CONFIG_DEBUG_STACK_USAGE=y |
1802 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1803 | # CONFIG_CODE_PATCHING_SELFTEST is not set | 1851 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
1804 | # CONFIG_FTR_FIXUP_SELFTEST is not set | 1852 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
1805 | # CONFIG_MSI_BITMAP_SELFTEST is not set | 1853 | # CONFIG_MSI_BITMAP_SELFTEST is not set |
@@ -1830,6 +1878,7 @@ CONFIG_SECURITY_SELINUX_DEVELOP=y | |||
1830 | CONFIG_SECURITY_SELINUX_AVC_STATS=y | 1878 | CONFIG_SECURITY_SELINUX_AVC_STATS=y |
1831 | CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 | 1879 | CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 |
1832 | # CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set | 1880 | # CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set |
1881 | # CONFIG_SECURITY_TOMOYO is not set | ||
1833 | CONFIG_CRYPTO=y | 1882 | CONFIG_CRYPTO=y |
1834 | 1883 | ||
1835 | # | 1884 | # |
@@ -1845,10 +1894,12 @@ CONFIG_CRYPTO_BLKCIPHER2=y | |||
1845 | CONFIG_CRYPTO_HASH=y | 1894 | CONFIG_CRYPTO_HASH=y |
1846 | CONFIG_CRYPTO_HASH2=y | 1895 | CONFIG_CRYPTO_HASH2=y |
1847 | CONFIG_CRYPTO_RNG2=y | 1896 | CONFIG_CRYPTO_RNG2=y |
1897 | CONFIG_CRYPTO_PCOMP=y | ||
1848 | CONFIG_CRYPTO_MANAGER=y | 1898 | CONFIG_CRYPTO_MANAGER=y |
1849 | CONFIG_CRYPTO_MANAGER2=y | 1899 | CONFIG_CRYPTO_MANAGER2=y |
1850 | # CONFIG_CRYPTO_GF128MUL is not set | 1900 | # CONFIG_CRYPTO_GF128MUL is not set |
1851 | CONFIG_CRYPTO_NULL=m | 1901 | CONFIG_CRYPTO_NULL=m |
1902 | CONFIG_CRYPTO_WORKQUEUE=y | ||
1852 | # CONFIG_CRYPTO_CRYPTD is not set | 1903 | # CONFIG_CRYPTO_CRYPTD is not set |
1853 | CONFIG_CRYPTO_AUTHENC=m | 1904 | CONFIG_CRYPTO_AUTHENC=m |
1854 | # CONFIG_CRYPTO_TEST is not set | 1905 | # CONFIG_CRYPTO_TEST is not set |
@@ -1918,6 +1969,7 @@ CONFIG_CRYPTO_TWOFISH_COMMON=m | |||
1918 | # Compression | 1969 | # Compression |
1919 | # | 1970 | # |
1920 | CONFIG_CRYPTO_DEFLATE=m | 1971 | CONFIG_CRYPTO_DEFLATE=m |
1972 | # CONFIG_CRYPTO_ZLIB is not set | ||
1921 | # CONFIG_CRYPTO_LZO is not set | 1973 | # CONFIG_CRYPTO_LZO is not set |
1922 | 1974 | ||
1923 | # | 1975 | # |
diff --git a/arch/powerpc/configs/ep8248e_defconfig b/arch/powerpc/configs/ep8248e_defconfig index add6419c15d9..04915c3a43f6 100644 --- a/arch/powerpc/configs/ep8248e_defconfig +++ b/arch/powerpc/configs/ep8248e_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.29-rc2 | 3 | # Linux kernel version: 2.6.30-rc3 |
4 | # Mon Jan 26 15:35:27 2009 | 4 | # Wed May 13 17:21:52 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -14,6 +14,7 @@ CONFIG_6xx=y | |||
14 | # CONFIG_40x is not set | 14 | # CONFIG_40x is not set |
15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
17 | CONFIG_PPC_BOOK3S=y | ||
17 | CONFIG_PPC_FPU=y | 18 | CONFIG_PPC_FPU=y |
18 | # CONFIG_ALTIVEC is not set | 19 | # CONFIG_ALTIVEC is not set |
19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
@@ -55,6 +56,7 @@ CONFIG_GENERIC_BUG=y | |||
55 | # CONFIG_DEFAULT_UIMAGE is not set | 56 | # CONFIG_DEFAULT_UIMAGE is not set |
56 | # CONFIG_PPC_DCR_NATIVE is not set | 57 | # CONFIG_PPC_DCR_NATIVE is not set |
57 | # CONFIG_PPC_DCR_MMIO is not set | 58 | # CONFIG_PPC_DCR_MMIO is not set |
59 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | ||
58 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 60 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
59 | 61 | ||
60 | # | 62 | # |
@@ -71,6 +73,15 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
71 | # CONFIG_BSD_PROCESS_ACCT is not set | 73 | # CONFIG_BSD_PROCESS_ACCT is not set |
72 | # CONFIG_TASKSTATS is not set | 74 | # CONFIG_TASKSTATS is not set |
73 | # CONFIG_AUDIT is not set | 75 | # CONFIG_AUDIT is not set |
76 | |||
77 | # | ||
78 | # RCU Subsystem | ||
79 | # | ||
80 | CONFIG_CLASSIC_RCU=y | ||
81 | # CONFIG_TREE_RCU is not set | ||
82 | # CONFIG_PREEMPT_RCU is not set | ||
83 | # CONFIG_TREE_RCU_TRACE is not set | ||
84 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
74 | CONFIG_IKCONFIG=y | 85 | CONFIG_IKCONFIG=y |
75 | CONFIG_IKCONFIG_PROC=y | 86 | CONFIG_IKCONFIG_PROC=y |
76 | CONFIG_LOG_BUF_SHIFT=14 | 87 | CONFIG_LOG_BUF_SHIFT=14 |
@@ -82,20 +93,19 @@ CONFIG_SYSFS_DEPRECATED_V2=y | |||
82 | # CONFIG_BLK_DEV_INITRD is not set | 93 | # CONFIG_BLK_DEV_INITRD is not set |
83 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 94 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
84 | CONFIG_SYSCTL=y | 95 | CONFIG_SYSCTL=y |
96 | CONFIG_ANON_INODES=y | ||
85 | CONFIG_EMBEDDED=y | 97 | CONFIG_EMBEDDED=y |
86 | CONFIG_SYSCTL_SYSCALL=y | 98 | CONFIG_SYSCTL_SYSCALL=y |
87 | CONFIG_KALLSYMS=y | 99 | CONFIG_KALLSYMS=y |
88 | CONFIG_KALLSYMS_ALL=y | 100 | CONFIG_KALLSYMS_ALL=y |
89 | CONFIG_KALLSYMS_STRIP_GENERATED=y | ||
90 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 101 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
102 | # CONFIG_STRIP_ASM_SYMS is not set | ||
91 | CONFIG_HOTPLUG=y | 103 | CONFIG_HOTPLUG=y |
92 | CONFIG_PRINTK=y | 104 | CONFIG_PRINTK=y |
93 | CONFIG_BUG=y | 105 | CONFIG_BUG=y |
94 | CONFIG_ELF_CORE=y | 106 | CONFIG_ELF_CORE=y |
95 | CONFIG_COMPAT_BRK=y | ||
96 | CONFIG_BASE_FULL=y | 107 | CONFIG_BASE_FULL=y |
97 | CONFIG_FUTEX=y | 108 | CONFIG_FUTEX=y |
98 | CONFIG_ANON_INODES=y | ||
99 | CONFIG_EPOLL=y | 109 | CONFIG_EPOLL=y |
100 | CONFIG_SIGNALFD=y | 110 | CONFIG_SIGNALFD=y |
101 | CONFIG_TIMERFD=y | 111 | CONFIG_TIMERFD=y |
@@ -104,10 +114,12 @@ CONFIG_SHMEM=y | |||
104 | CONFIG_AIO=y | 114 | CONFIG_AIO=y |
105 | CONFIG_VM_EVENT_COUNTERS=y | 115 | CONFIG_VM_EVENT_COUNTERS=y |
106 | CONFIG_PCI_QUIRKS=y | 116 | CONFIG_PCI_QUIRKS=y |
117 | CONFIG_COMPAT_BRK=y | ||
107 | CONFIG_SLAB=y | 118 | CONFIG_SLAB=y |
108 | # CONFIG_SLUB is not set | 119 | # CONFIG_SLUB is not set |
109 | # CONFIG_SLOB is not set | 120 | # CONFIG_SLOB is not set |
110 | # CONFIG_PROFILING is not set | 121 | # CONFIG_PROFILING is not set |
122 | # CONFIG_MARKERS is not set | ||
111 | CONFIG_HAVE_OPROFILE=y | 123 | CONFIG_HAVE_OPROFILE=y |
112 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 124 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
113 | CONFIG_HAVE_IOREMAP_PROT=y | 125 | CONFIG_HAVE_IOREMAP_PROT=y |
@@ -115,6 +127,7 @@ CONFIG_HAVE_KPROBES=y | |||
115 | CONFIG_HAVE_KRETPROBES=y | 127 | CONFIG_HAVE_KRETPROBES=y |
116 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 128 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
117 | CONFIG_HAVE_CLK=y | 129 | CONFIG_HAVE_CLK=y |
130 | # CONFIG_SLOW_WORK is not set | ||
118 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 131 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
119 | CONFIG_SLABINFO=y | 132 | CONFIG_SLABINFO=y |
120 | CONFIG_RT_MUTEXES=y | 133 | CONFIG_RT_MUTEXES=y |
@@ -122,7 +135,6 @@ CONFIG_BASE_SMALL=0 | |||
122 | # CONFIG_MODULES is not set | 135 | # CONFIG_MODULES is not set |
123 | CONFIG_BLOCK=y | 136 | CONFIG_BLOCK=y |
124 | # CONFIG_LBD is not set | 137 | # CONFIG_LBD is not set |
125 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
126 | # CONFIG_BLK_DEV_INTEGRITY is not set | 138 | # CONFIG_BLK_DEV_INTEGRITY is not set |
127 | 139 | ||
128 | # | 140 | # |
@@ -137,18 +149,11 @@ CONFIG_DEFAULT_DEADLINE=y | |||
137 | # CONFIG_DEFAULT_CFQ is not set | 149 | # CONFIG_DEFAULT_CFQ is not set |
138 | # CONFIG_DEFAULT_NOOP is not set | 150 | # CONFIG_DEFAULT_NOOP is not set |
139 | CONFIG_DEFAULT_IOSCHED="deadline" | 151 | CONFIG_DEFAULT_IOSCHED="deadline" |
140 | CONFIG_CLASSIC_RCU=y | ||
141 | # CONFIG_TREE_RCU is not set | ||
142 | # CONFIG_PREEMPT_RCU is not set | ||
143 | # CONFIG_TREE_RCU_TRACE is not set | ||
144 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
145 | # CONFIG_FREEZER is not set | 152 | # CONFIG_FREEZER is not set |
146 | 153 | ||
147 | # | 154 | # |
148 | # Platform support | 155 | # Platform support |
149 | # | 156 | # |
150 | CONFIG_PPC_MULTIPLATFORM=y | ||
151 | CONFIG_CLASSIC32=y | ||
152 | # CONFIG_PPC_CHRP is not set | 157 | # CONFIG_PPC_CHRP is not set |
153 | # CONFIG_MPC5121_ADS is not set | 158 | # CONFIG_MPC5121_ADS is not set |
154 | # CONFIG_MPC5121_GENERIC is not set | 159 | # CONFIG_MPC5121_GENERIC is not set |
@@ -167,6 +172,8 @@ CONFIG_8272=y | |||
167 | # CONFIG_PPC_83xx is not set | 172 | # CONFIG_PPC_83xx is not set |
168 | # CONFIG_PPC_86xx is not set | 173 | # CONFIG_PPC_86xx is not set |
169 | # CONFIG_EMBEDDED6xx is not set | 174 | # CONFIG_EMBEDDED6xx is not set |
175 | # CONFIG_AMIGAONE is not set | ||
176 | CONFIG_PPC_OF_BOOT_TRAMPOLINE=y | ||
170 | # CONFIG_IPIC is not set | 177 | # CONFIG_IPIC is not set |
171 | # CONFIG_MPIC is not set | 178 | # CONFIG_MPIC is not set |
172 | # CONFIG_MPIC_WEIRD is not set | 179 | # CONFIG_MPIC_WEIRD is not set |
@@ -222,9 +229,12 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
222 | CONFIG_BOUNCE=y | 229 | CONFIG_BOUNCE=y |
223 | CONFIG_VIRT_TO_BUS=y | 230 | CONFIG_VIRT_TO_BUS=y |
224 | CONFIG_UNEVICTABLE_LRU=y | 231 | CONFIG_UNEVICTABLE_LRU=y |
232 | CONFIG_HAVE_MLOCK=y | ||
233 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
225 | CONFIG_PPC_4K_PAGES=y | 234 | CONFIG_PPC_4K_PAGES=y |
226 | # CONFIG_PPC_16K_PAGES is not set | 235 | # CONFIG_PPC_16K_PAGES is not set |
227 | # CONFIG_PPC_64K_PAGES is not set | 236 | # CONFIG_PPC_64K_PAGES is not set |
237 | # CONFIG_PPC_256K_PAGES is not set | ||
228 | CONFIG_FORCE_MAX_ZONEORDER=11 | 238 | CONFIG_FORCE_MAX_ZONEORDER=11 |
229 | CONFIG_PROC_DEVICETREE=y | 239 | CONFIG_PROC_DEVICETREE=y |
230 | # CONFIG_CMDLINE_BOOL is not set | 240 | # CONFIG_CMDLINE_BOOL is not set |
@@ -250,6 +260,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
250 | # CONFIG_PCI_LEGACY is not set | 260 | # CONFIG_PCI_LEGACY is not set |
251 | # CONFIG_PCI_DEBUG is not set | 261 | # CONFIG_PCI_DEBUG is not set |
252 | # CONFIG_PCI_STUB is not set | 262 | # CONFIG_PCI_STUB is not set |
263 | # CONFIG_PCI_IOV is not set | ||
253 | # CONFIG_PCCARD is not set | 264 | # CONFIG_PCCARD is not set |
254 | # CONFIG_HOTPLUG_PCI is not set | 265 | # CONFIG_HOTPLUG_PCI is not set |
255 | # CONFIG_HAS_RAPIDIO is not set | 266 | # CONFIG_HAS_RAPIDIO is not set |
@@ -272,7 +283,6 @@ CONFIG_NET=y | |||
272 | # | 283 | # |
273 | # Networking options | 284 | # Networking options |
274 | # | 285 | # |
275 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
276 | CONFIG_PACKET=y | 286 | CONFIG_PACKET=y |
277 | # CONFIG_PACKET_MMAP is not set | 287 | # CONFIG_PACKET_MMAP is not set |
278 | CONFIG_UNIX=y | 288 | CONFIG_UNIX=y |
@@ -353,6 +363,7 @@ CONFIG_NETFILTER_ADVANCED=y | |||
353 | # CONFIG_LLC2 is not set | 363 | # CONFIG_LLC2 is not set |
354 | # CONFIG_IPX is not set | 364 | # CONFIG_IPX is not set |
355 | # CONFIG_ATALK is not set | 365 | # CONFIG_ATALK is not set |
366 | # CONFIG_PHONET is not set | ||
356 | # CONFIG_NET_SCHED is not set | 367 | # CONFIG_NET_SCHED is not set |
357 | # CONFIG_DCB is not set | 368 | # CONFIG_DCB is not set |
358 | 369 | ||
@@ -364,7 +375,6 @@ CONFIG_NETFILTER_ADVANCED=y | |||
364 | # CONFIG_CAN is not set | 375 | # CONFIG_CAN is not set |
365 | # CONFIG_IRDA is not set | 376 | # CONFIG_IRDA is not set |
366 | # CONFIG_BT is not set | 377 | # CONFIG_BT is not set |
367 | # CONFIG_PHONET is not set | ||
368 | CONFIG_WIRELESS=y | 378 | CONFIG_WIRELESS=y |
369 | # CONFIG_CFG80211 is not set | 379 | # CONFIG_CFG80211 is not set |
370 | CONFIG_WIRELESS_OLD_REGULATORY=y | 380 | CONFIG_WIRELESS_OLD_REGULATORY=y |
@@ -468,7 +478,6 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
468 | # LPDDR flash memory drivers | 478 | # LPDDR flash memory drivers |
469 | # | 479 | # |
470 | # CONFIG_MTD_LPDDR is not set | 480 | # CONFIG_MTD_LPDDR is not set |
471 | # CONFIG_MTD_QINFO_PROBE is not set | ||
472 | 481 | ||
473 | # | 482 | # |
474 | # UBI - Unsorted block images | 483 | # UBI - Unsorted block images |
@@ -517,6 +526,7 @@ CONFIG_HAVE_IDE=y | |||
517 | # CONFIG_I2O is not set | 526 | # CONFIG_I2O is not set |
518 | # CONFIG_MACINTOSH_DRIVERS is not set | 527 | # CONFIG_MACINTOSH_DRIVERS is not set |
519 | CONFIG_NETDEVICES=y | 528 | CONFIG_NETDEVICES=y |
529 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
520 | # CONFIG_DUMMY is not set | 530 | # CONFIG_DUMMY is not set |
521 | # CONFIG_BONDING is not set | 531 | # CONFIG_BONDING is not set |
522 | # CONFIG_EQUALIZER is not set | 532 | # CONFIG_EQUALIZER is not set |
@@ -550,6 +560,8 @@ CONFIG_MII=y | |||
550 | # CONFIG_SUNGEM is not set | 560 | # CONFIG_SUNGEM is not set |
551 | # CONFIG_CASSINI is not set | 561 | # CONFIG_CASSINI is not set |
552 | # CONFIG_NET_VENDOR_3COM is not set | 562 | # CONFIG_NET_VENDOR_3COM is not set |
563 | # CONFIG_ETHOC is not set | ||
564 | # CONFIG_DNET is not set | ||
553 | # CONFIG_NET_TULIP is not set | 565 | # CONFIG_NET_TULIP is not set |
554 | # CONFIG_HP100 is not set | 566 | # CONFIG_HP100 is not set |
555 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 567 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -572,6 +584,7 @@ CONFIG_NETDEV_1000=y | |||
572 | # CONFIG_E1000 is not set | 584 | # CONFIG_E1000 is not set |
573 | # CONFIG_E1000E is not set | 585 | # CONFIG_E1000E is not set |
574 | # CONFIG_IGB is not set | 586 | # CONFIG_IGB is not set |
587 | # CONFIG_IGBVF is not set | ||
575 | # CONFIG_NS83820 is not set | 588 | # CONFIG_NS83820 is not set |
576 | # CONFIG_HAMACHI is not set | 589 | # CONFIG_HAMACHI is not set |
577 | # CONFIG_R8169 is not set | 590 | # CONFIG_R8169 is not set |
@@ -581,8 +594,8 @@ CONFIG_NETDEV_1000=y | |||
581 | # CONFIG_VIA_VELOCITY is not set | 594 | # CONFIG_VIA_VELOCITY is not set |
582 | # CONFIG_TIGON3 is not set | 595 | # CONFIG_TIGON3 is not set |
583 | # CONFIG_BNX2 is not set | 596 | # CONFIG_BNX2 is not set |
597 | # CONFIG_FSL_PQ_MDIO is not set | ||
584 | # CONFIG_GIANFAR is not set | 598 | # CONFIG_GIANFAR is not set |
585 | # CONFIG_MV643XX_ETH is not set | ||
586 | # CONFIG_QLA3XXX is not set | 599 | # CONFIG_QLA3XXX is not set |
587 | # CONFIG_ATL1 is not set | 600 | # CONFIG_ATL1 is not set |
588 | # CONFIG_JME is not set | 601 | # CONFIG_JME is not set |
@@ -594,6 +607,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
594 | # CONFIG_IXGBE is not set | 607 | # CONFIG_IXGBE is not set |
595 | # CONFIG_IXGB is not set | 608 | # CONFIG_IXGB is not set |
596 | # CONFIG_S2IO is not set | 609 | # CONFIG_S2IO is not set |
610 | # CONFIG_VXGE is not set | ||
597 | # CONFIG_MYRI10GE is not set | 611 | # CONFIG_MYRI10GE is not set |
598 | # CONFIG_NETXEN_NIC is not set | 612 | # CONFIG_NETXEN_NIC is not set |
599 | # CONFIG_NIU is not set | 613 | # CONFIG_NIU is not set |
@@ -603,6 +617,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
603 | # CONFIG_BNX2X is not set | 617 | # CONFIG_BNX2X is not set |
604 | # CONFIG_QLGE is not set | 618 | # CONFIG_QLGE is not set |
605 | # CONFIG_SFC is not set | 619 | # CONFIG_SFC is not set |
620 | # CONFIG_BE2NET is not set | ||
606 | # CONFIG_TR is not set | 621 | # CONFIG_TR is not set |
607 | 622 | ||
608 | # | 623 | # |
@@ -610,7 +625,6 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
610 | # | 625 | # |
611 | # CONFIG_WLAN_PRE80211 is not set | 626 | # CONFIG_WLAN_PRE80211 is not set |
612 | # CONFIG_WLAN_80211 is not set | 627 | # CONFIG_WLAN_80211 is not set |
613 | # CONFIG_IWLWIFI_LEDS is not set | ||
614 | 628 | ||
615 | # | 629 | # |
616 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 630 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -662,6 +676,7 @@ CONFIG_LEGACY_PTYS=y | |||
662 | CONFIG_LEGACY_PTY_COUNT=256 | 676 | CONFIG_LEGACY_PTY_COUNT=256 |
663 | # CONFIG_IPMI_HANDLER is not set | 677 | # CONFIG_IPMI_HANDLER is not set |
664 | CONFIG_HW_RANDOM=y | 678 | CONFIG_HW_RANDOM=y |
679 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||
665 | # CONFIG_NVRAM is not set | 680 | # CONFIG_NVRAM is not set |
666 | # CONFIG_GEN_RTC is not set | 681 | # CONFIG_GEN_RTC is not set |
667 | # CONFIG_R3964 is not set | 682 | # CONFIG_R3964 is not set |
@@ -751,8 +766,10 @@ CONFIG_DAB=y | |||
751 | # CONFIG_NEW_LEDS is not set | 766 | # CONFIG_NEW_LEDS is not set |
752 | # CONFIG_ACCESSIBILITY is not set | 767 | # CONFIG_ACCESSIBILITY is not set |
753 | # CONFIG_INFINIBAND is not set | 768 | # CONFIG_INFINIBAND is not set |
769 | # CONFIG_EDAC is not set | ||
754 | # CONFIG_RTC_CLASS is not set | 770 | # CONFIG_RTC_CLASS is not set |
755 | # CONFIG_DMADEVICES is not set | 771 | # CONFIG_DMADEVICES is not set |
772 | # CONFIG_AUXDISPLAY is not set | ||
756 | # CONFIG_UIO is not set | 773 | # CONFIG_UIO is not set |
757 | # CONFIG_STAGING is not set | 774 | # CONFIG_STAGING is not set |
758 | 775 | ||
@@ -763,6 +780,7 @@ CONFIG_EXT2_FS=y | |||
763 | # CONFIG_EXT2_FS_XATTR is not set | 780 | # CONFIG_EXT2_FS_XATTR is not set |
764 | # CONFIG_EXT2_FS_XIP is not set | 781 | # CONFIG_EXT2_FS_XIP is not set |
765 | CONFIG_EXT3_FS=y | 782 | CONFIG_EXT3_FS=y |
783 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
766 | # CONFIG_EXT3_FS_XATTR is not set | 784 | # CONFIG_EXT3_FS_XATTR is not set |
767 | # CONFIG_EXT4_FS is not set | 785 | # CONFIG_EXT4_FS is not set |
768 | CONFIG_JBD=y | 786 | CONFIG_JBD=y |
@@ -781,6 +799,10 @@ CONFIG_AUTOFS4_FS=y | |||
781 | # CONFIG_FUSE_FS is not set | 799 | # CONFIG_FUSE_FS is not set |
782 | 800 | ||
783 | # | 801 | # |
802 | # Caches | ||
803 | # | ||
804 | |||
805 | # | ||
784 | # CD-ROM/DVD Filesystems | 806 | # CD-ROM/DVD Filesystems |
785 | # | 807 | # |
786 | # CONFIG_ISO9660_FS is not set | 808 | # CONFIG_ISO9660_FS is not set |
@@ -894,6 +916,7 @@ CONFIG_NLS_ISO8859_1=y | |||
894 | # CONFIG_NLS_KOI8_R is not set | 916 | # CONFIG_NLS_KOI8_R is not set |
895 | # CONFIG_NLS_KOI8_U is not set | 917 | # CONFIG_NLS_KOI8_U is not set |
896 | CONFIG_NLS_UTF8=y | 918 | CONFIG_NLS_UTF8=y |
919 | # CONFIG_BINARY_PRINTF is not set | ||
897 | 920 | ||
898 | # | 921 | # |
899 | # Library routines | 922 | # Library routines |
@@ -907,11 +930,11 @@ CONFIG_GENERIC_FIND_LAST_BIT=y | |||
907 | # CONFIG_CRC7 is not set | 930 | # CONFIG_CRC7 is not set |
908 | # CONFIG_LIBCRC32C is not set | 931 | # CONFIG_LIBCRC32C is not set |
909 | CONFIG_ZLIB_INFLATE=y | 932 | CONFIG_ZLIB_INFLATE=y |
910 | CONFIG_PLIST=y | ||
911 | CONFIG_HAS_IOMEM=y | 933 | CONFIG_HAS_IOMEM=y |
912 | CONFIG_HAS_IOPORT=y | 934 | CONFIG_HAS_IOPORT=y |
913 | CONFIG_HAS_DMA=y | 935 | CONFIG_HAS_DMA=y |
914 | CONFIG_HAVE_LMB=y | 936 | CONFIG_HAVE_LMB=y |
937 | CONFIG_NLATTR=y | ||
915 | 938 | ||
916 | # | 939 | # |
917 | # Kernel hacking | 940 | # Kernel hacking |
@@ -927,6 +950,7 @@ CONFIG_MAGIC_SYSRQ=y | |||
927 | CONFIG_DEBUG_KERNEL=y | 950 | CONFIG_DEBUG_KERNEL=y |
928 | # CONFIG_DEBUG_SHIRQ is not set | 951 | # CONFIG_DEBUG_SHIRQ is not set |
929 | # CONFIG_DETECT_SOFTLOCKUP is not set | 952 | # CONFIG_DETECT_SOFTLOCKUP is not set |
953 | # CONFIG_DETECT_HUNG_TASK is not set | ||
930 | # CONFIG_SCHED_DEBUG is not set | 954 | # CONFIG_SCHED_DEBUG is not set |
931 | # CONFIG_SCHEDSTATS is not set | 955 | # CONFIG_SCHEDSTATS is not set |
932 | # CONFIG_TIMER_STATS is not set | 956 | # CONFIG_TIMER_STATS is not set |
@@ -955,9 +979,12 @@ CONFIG_DEBUG_INFO=y | |||
955 | # CONFIG_FAULT_INJECTION is not set | 979 | # CONFIG_FAULT_INJECTION is not set |
956 | # CONFIG_LATENCYTOP is not set | 980 | # CONFIG_LATENCYTOP is not set |
957 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 981 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
982 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
958 | CONFIG_HAVE_FUNCTION_TRACER=y | 983 | CONFIG_HAVE_FUNCTION_TRACER=y |
984 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
959 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 985 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
960 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | 986 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y |
987 | CONFIG_TRACING_SUPPORT=y | ||
961 | 988 | ||
962 | # | 989 | # |
963 | # Tracers | 990 | # Tracers |
@@ -965,16 +992,18 @@ CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | |||
965 | # CONFIG_FUNCTION_TRACER is not set | 992 | # CONFIG_FUNCTION_TRACER is not set |
966 | # CONFIG_SCHED_TRACER is not set | 993 | # CONFIG_SCHED_TRACER is not set |
967 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | 994 | # CONFIG_CONTEXT_SWITCH_TRACER is not set |
995 | # CONFIG_EVENT_TRACER is not set | ||
968 | # CONFIG_BOOT_TRACER is not set | 996 | # CONFIG_BOOT_TRACER is not set |
969 | # CONFIG_TRACE_BRANCH_PROFILING is not set | 997 | # CONFIG_TRACE_BRANCH_PROFILING is not set |
970 | # CONFIG_STACK_TRACER is not set | 998 | # CONFIG_STACK_TRACER is not set |
971 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 999 | # CONFIG_KMEMTRACE is not set |
1000 | # CONFIG_WORKQUEUE_TRACER is not set | ||
1001 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
972 | # CONFIG_SAMPLES is not set | 1002 | # CONFIG_SAMPLES is not set |
973 | CONFIG_HAVE_ARCH_KGDB=y | 1003 | CONFIG_HAVE_ARCH_KGDB=y |
974 | CONFIG_PRINT_STACK_DEPTH=64 | 1004 | CONFIG_PRINT_STACK_DEPTH=64 |
975 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1005 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
976 | # CONFIG_DEBUG_STACK_USAGE is not set | 1006 | # CONFIG_DEBUG_STACK_USAGE is not set |
977 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
978 | # CONFIG_CODE_PATCHING_SELFTEST is not set | 1007 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
979 | # CONFIG_FTR_FIXUP_SELFTEST is not set | 1008 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
980 | # CONFIG_MSI_BITMAP_SELFTEST is not set | 1009 | # CONFIG_MSI_BITMAP_SELFTEST is not set |
@@ -1005,9 +1034,11 @@ CONFIG_CRYPTO_BLKCIPHER2=y | |||
1005 | CONFIG_CRYPTO_HASH=y | 1034 | CONFIG_CRYPTO_HASH=y |
1006 | CONFIG_CRYPTO_HASH2=y | 1035 | CONFIG_CRYPTO_HASH2=y |
1007 | CONFIG_CRYPTO_RNG2=y | 1036 | CONFIG_CRYPTO_RNG2=y |
1037 | CONFIG_CRYPTO_PCOMP=y | ||
1008 | CONFIG_CRYPTO_MANAGER=y | 1038 | CONFIG_CRYPTO_MANAGER=y |
1009 | CONFIG_CRYPTO_MANAGER2=y | 1039 | CONFIG_CRYPTO_MANAGER2=y |
1010 | # CONFIG_CRYPTO_NULL is not set | 1040 | # CONFIG_CRYPTO_NULL is not set |
1041 | CONFIG_CRYPTO_WORKQUEUE=y | ||
1011 | # CONFIG_CRYPTO_CRYPTD is not set | 1042 | # CONFIG_CRYPTO_CRYPTD is not set |
1012 | # CONFIG_CRYPTO_AUTHENC is not set | 1043 | # CONFIG_CRYPTO_AUTHENC is not set |
1013 | 1044 | ||
@@ -1071,6 +1102,7 @@ CONFIG_CRYPTO_DES=y | |||
1071 | # Compression | 1102 | # Compression |
1072 | # | 1103 | # |
1073 | # CONFIG_CRYPTO_DEFLATE is not set | 1104 | # CONFIG_CRYPTO_DEFLATE is not set |
1105 | # CONFIG_CRYPTO_ZLIB is not set | ||
1074 | # CONFIG_CRYPTO_LZO is not set | 1106 | # CONFIG_CRYPTO_LZO is not set |
1075 | 1107 | ||
1076 | # | 1108 | # |
diff --git a/arch/powerpc/configs/linkstation_defconfig b/arch/powerpc/configs/linkstation_defconfig index 15900dcf0bfa..a4053ab9e244 100644 --- a/arch/powerpc/configs/linkstation_defconfig +++ b/arch/powerpc/configs/linkstation_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.29-rc6 | 3 | # Linux kernel version: 2.6.30-rc3 |
4 | # Fri Mar 6 00:07:38 2009 | 4 | # Wed May 13 17:21:54 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -14,6 +14,7 @@ CONFIG_6xx=y | |||
14 | # CONFIG_40x is not set | 14 | # CONFIG_40x is not set |
15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
17 | CONFIG_PPC_BOOK3S=y | ||
17 | CONFIG_PPC_FPU=y | 18 | CONFIG_PPC_FPU=y |
18 | # CONFIG_ALTIVEC is not set | 19 | # CONFIG_ALTIVEC is not set |
19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
@@ -54,6 +55,7 @@ CONFIG_GENERIC_BUG=y | |||
54 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
55 | # CONFIG_PPC_DCR_NATIVE is not set | 56 | # CONFIG_PPC_DCR_NATIVE is not set |
56 | # CONFIG_PPC_DCR_MMIO is not set | 57 | # CONFIG_PPC_DCR_MMIO is not set |
58 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | ||
57 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 59 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
58 | 60 | ||
59 | # | 61 | # |
@@ -68,6 +70,7 @@ CONFIG_SWAP=y | |||
68 | CONFIG_SYSVIPC=y | 70 | CONFIG_SYSVIPC=y |
69 | CONFIG_SYSVIPC_SYSCTL=y | 71 | CONFIG_SYSVIPC_SYSCTL=y |
70 | CONFIG_POSIX_MQUEUE=y | 72 | CONFIG_POSIX_MQUEUE=y |
73 | CONFIG_POSIX_MQUEUE_SYSCTL=y | ||
71 | # CONFIG_BSD_PROCESS_ACCT is not set | 74 | # CONFIG_BSD_PROCESS_ACCT is not set |
72 | # CONFIG_TASKSTATS is not set | 75 | # CONFIG_TASKSTATS is not set |
73 | # CONFIG_AUDIT is not set | 76 | # CONFIG_AUDIT is not set |
@@ -100,21 +103,24 @@ CONFIG_NAMESPACES=y | |||
100 | # CONFIG_NET_NS is not set | 103 | # CONFIG_NET_NS is not set |
101 | CONFIG_BLK_DEV_INITRD=y | 104 | CONFIG_BLK_DEV_INITRD=y |
102 | CONFIG_INITRAMFS_SOURCE="" | 105 | CONFIG_INITRAMFS_SOURCE="" |
106 | CONFIG_RD_GZIP=y | ||
107 | CONFIG_RD_BZIP2=y | ||
108 | CONFIG_RD_LZMA=y | ||
103 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 109 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
104 | CONFIG_SYSCTL=y | 110 | CONFIG_SYSCTL=y |
111 | CONFIG_ANON_INODES=y | ||
105 | # CONFIG_EMBEDDED is not set | 112 | # CONFIG_EMBEDDED is not set |
106 | CONFIG_SYSCTL_SYSCALL=y | 113 | CONFIG_SYSCTL_SYSCALL=y |
107 | CONFIG_KALLSYMS=y | 114 | CONFIG_KALLSYMS=y |
108 | # CONFIG_KALLSYMS_ALL is not set | 115 | # CONFIG_KALLSYMS_ALL is not set |
109 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 116 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
117 | # CONFIG_STRIP_ASM_SYMS is not set | ||
110 | CONFIG_HOTPLUG=y | 118 | CONFIG_HOTPLUG=y |
111 | CONFIG_PRINTK=y | 119 | CONFIG_PRINTK=y |
112 | CONFIG_BUG=y | 120 | CONFIG_BUG=y |
113 | CONFIG_ELF_CORE=y | 121 | CONFIG_ELF_CORE=y |
114 | # CONFIG_COMPAT_BRK is not set | ||
115 | CONFIG_BASE_FULL=y | 122 | CONFIG_BASE_FULL=y |
116 | CONFIG_FUTEX=y | 123 | CONFIG_FUTEX=y |
117 | CONFIG_ANON_INODES=y | ||
118 | CONFIG_EPOLL=y | 124 | CONFIG_EPOLL=y |
119 | CONFIG_SIGNALFD=y | 125 | CONFIG_SIGNALFD=y |
120 | CONFIG_TIMERFD=y | 126 | CONFIG_TIMERFD=y |
@@ -124,10 +130,12 @@ CONFIG_AIO=y | |||
124 | CONFIG_VM_EVENT_COUNTERS=y | 130 | CONFIG_VM_EVENT_COUNTERS=y |
125 | CONFIG_PCI_QUIRKS=y | 131 | CONFIG_PCI_QUIRKS=y |
126 | CONFIG_SLUB_DEBUG=y | 132 | CONFIG_SLUB_DEBUG=y |
133 | # CONFIG_COMPAT_BRK is not set | ||
127 | # CONFIG_SLAB is not set | 134 | # CONFIG_SLAB is not set |
128 | CONFIG_SLUB=y | 135 | CONFIG_SLUB=y |
129 | # CONFIG_SLOB is not set | 136 | # CONFIG_SLOB is not set |
130 | # CONFIG_PROFILING is not set | 137 | # CONFIG_PROFILING is not set |
138 | # CONFIG_MARKERS is not set | ||
131 | CONFIG_HAVE_OPROFILE=y | 139 | CONFIG_HAVE_OPROFILE=y |
132 | # CONFIG_KPROBES is not set | 140 | # CONFIG_KPROBES is not set |
133 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 141 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
@@ -135,6 +143,7 @@ CONFIG_HAVE_IOREMAP_PROT=y | |||
135 | CONFIG_HAVE_KPROBES=y | 143 | CONFIG_HAVE_KPROBES=y |
136 | CONFIG_HAVE_KRETPROBES=y | 144 | CONFIG_HAVE_KRETPROBES=y |
137 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 145 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
146 | # CONFIG_SLOW_WORK is not set | ||
138 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 147 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
139 | CONFIG_SLABINFO=y | 148 | CONFIG_SLABINFO=y |
140 | CONFIG_RT_MUTEXES=y | 149 | CONFIG_RT_MUTEXES=y |
@@ -147,7 +156,6 @@ CONFIG_MODULE_UNLOAD=y | |||
147 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 156 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
148 | CONFIG_BLOCK=y | 157 | CONFIG_BLOCK=y |
149 | # CONFIG_LBD is not set | 158 | # CONFIG_LBD is not set |
150 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
151 | # CONFIG_BLK_DEV_BSG is not set | 159 | # CONFIG_BLK_DEV_BSG is not set |
152 | # CONFIG_BLK_DEV_INTEGRITY is not set | 160 | # CONFIG_BLK_DEV_INTEGRITY is not set |
153 | 161 | ||
@@ -168,8 +176,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
168 | # | 176 | # |
169 | # Platform support | 177 | # Platform support |
170 | # | 178 | # |
171 | CONFIG_PPC_MULTIPLATFORM=y | ||
172 | CONFIG_CLASSIC32=y | ||
173 | # CONFIG_PPC_CHRP is not set | 179 | # CONFIG_PPC_CHRP is not set |
174 | # CONFIG_MPC5121_ADS is not set | 180 | # CONFIG_MPC5121_ADS is not set |
175 | # CONFIG_MPC5121_GENERIC is not set | 181 | # CONFIG_MPC5121_GENERIC is not set |
@@ -191,6 +197,8 @@ CONFIG_LINKSTATION=y | |||
191 | CONFIG_MPC10X_BRIDGE=y | 197 | CONFIG_MPC10X_BRIDGE=y |
192 | CONFIG_MPC10X_OPENPIC=y | 198 | CONFIG_MPC10X_OPENPIC=y |
193 | # CONFIG_MPC10X_STORE_GATHERING is not set | 199 | # CONFIG_MPC10X_STORE_GATHERING is not set |
200 | # CONFIG_AMIGAONE is not set | ||
201 | CONFIG_PPC_OF_BOOT_TRAMPOLINE=y | ||
194 | # CONFIG_IPIC is not set | 202 | # CONFIG_IPIC is not set |
195 | CONFIG_MPIC=y | 203 | CONFIG_MPIC=y |
196 | # CONFIG_MPIC_WEIRD is not set | 204 | # CONFIG_MPIC_WEIRD is not set |
@@ -250,9 +258,12 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
250 | CONFIG_BOUNCE=y | 258 | CONFIG_BOUNCE=y |
251 | CONFIG_VIRT_TO_BUS=y | 259 | CONFIG_VIRT_TO_BUS=y |
252 | CONFIG_UNEVICTABLE_LRU=y | 260 | CONFIG_UNEVICTABLE_LRU=y |
261 | CONFIG_HAVE_MLOCK=y | ||
262 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
253 | CONFIG_PPC_4K_PAGES=y | 263 | CONFIG_PPC_4K_PAGES=y |
254 | # CONFIG_PPC_16K_PAGES is not set | 264 | # CONFIG_PPC_16K_PAGES is not set |
255 | # CONFIG_PPC_64K_PAGES is not set | 265 | # CONFIG_PPC_64K_PAGES is not set |
266 | # CONFIG_PPC_256K_PAGES is not set | ||
256 | CONFIG_FORCE_MAX_ZONEORDER=11 | 267 | CONFIG_FORCE_MAX_ZONEORDER=11 |
257 | CONFIG_PROC_DEVICETREE=y | 268 | CONFIG_PROC_DEVICETREE=y |
258 | # CONFIG_CMDLINE_BOOL is not set | 269 | # CONFIG_CMDLINE_BOOL is not set |
@@ -277,6 +288,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
277 | # CONFIG_PCI_LEGACY is not set | 288 | # CONFIG_PCI_LEGACY is not set |
278 | # CONFIG_PCI_DEBUG is not set | 289 | # CONFIG_PCI_DEBUG is not set |
279 | # CONFIG_PCI_STUB is not set | 290 | # CONFIG_PCI_STUB is not set |
291 | # CONFIG_PCI_IOV is not set | ||
280 | # CONFIG_PCCARD is not set | 292 | # CONFIG_PCCARD is not set |
281 | # CONFIG_HOTPLUG_PCI is not set | 293 | # CONFIG_HOTPLUG_PCI is not set |
282 | # CONFIG_HAS_RAPIDIO is not set | 294 | # CONFIG_HAS_RAPIDIO is not set |
@@ -299,7 +311,6 @@ CONFIG_NET=y | |||
299 | # | 311 | # |
300 | # Networking options | 312 | # Networking options |
301 | # | 313 | # |
302 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
303 | CONFIG_PACKET=y | 314 | CONFIG_PACKET=y |
304 | CONFIG_PACKET_MMAP=y | 315 | CONFIG_PACKET_MMAP=y |
305 | CONFIG_UNIX=y | 316 | CONFIG_UNIX=y |
@@ -371,6 +382,7 @@ CONFIG_NETFILTER_XTABLES=m | |||
371 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set | 382 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set |
372 | # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set | 383 | # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set |
373 | # CONFIG_NETFILTER_XT_TARGET_DSCP is not set | 384 | # CONFIG_NETFILTER_XT_TARGET_DSCP is not set |
385 | CONFIG_NETFILTER_XT_TARGET_HL=m | ||
374 | # CONFIG_NETFILTER_XT_TARGET_MARK is not set | 386 | # CONFIG_NETFILTER_XT_TARGET_MARK is not set |
375 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set | 387 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set |
376 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set | 388 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set |
@@ -379,6 +391,7 @@ CONFIG_NETFILTER_XTABLES=m | |||
379 | # CONFIG_NETFILTER_XT_TARGET_TRACE is not set | 391 | # CONFIG_NETFILTER_XT_TARGET_TRACE is not set |
380 | # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set | 392 | # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set |
381 | # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set | 393 | # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set |
394 | # CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set | ||
382 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set | 395 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set |
383 | # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set | 396 | # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set |
384 | # CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set | 397 | # CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set |
@@ -389,6 +402,7 @@ CONFIG_NETFILTER_XTABLES=m | |||
389 | # CONFIG_NETFILTER_XT_MATCH_ESP is not set | 402 | # CONFIG_NETFILTER_XT_MATCH_ESP is not set |
390 | # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set | 403 | # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set |
391 | # CONFIG_NETFILTER_XT_MATCH_HELPER is not set | 404 | # CONFIG_NETFILTER_XT_MATCH_HELPER is not set |
405 | # CONFIG_NETFILTER_XT_MATCH_HL is not set | ||
392 | # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set | 406 | # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set |
393 | # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set | 407 | # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set |
394 | # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set | 408 | # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set |
@@ -465,6 +479,7 @@ CONFIG_IP_NF_ARP_MANGLE=m | |||
465 | # CONFIG_LAPB is not set | 479 | # CONFIG_LAPB is not set |
466 | # CONFIG_ECONET is not set | 480 | # CONFIG_ECONET is not set |
467 | # CONFIG_WAN_ROUTER is not set | 481 | # CONFIG_WAN_ROUTER is not set |
482 | # CONFIG_PHONET is not set | ||
468 | # CONFIG_NET_SCHED is not set | 483 | # CONFIG_NET_SCHED is not set |
469 | # CONFIG_DCB is not set | 484 | # CONFIG_DCB is not set |
470 | 485 | ||
@@ -477,7 +492,6 @@ CONFIG_IP_NF_ARP_MANGLE=m | |||
477 | # CONFIG_IRDA is not set | 492 | # CONFIG_IRDA is not set |
478 | # CONFIG_BT is not set | 493 | # CONFIG_BT is not set |
479 | # CONFIG_AF_RXRPC is not set | 494 | # CONFIG_AF_RXRPC is not set |
480 | # CONFIG_PHONET is not set | ||
481 | CONFIG_WIRELESS=y | 495 | CONFIG_WIRELESS=y |
482 | # CONFIG_CFG80211 is not set | 496 | # CONFIG_CFG80211 is not set |
483 | CONFIG_WIRELESS_OLD_REGULATORY=y | 497 | CONFIG_WIRELESS_OLD_REGULATORY=y |
@@ -625,6 +639,7 @@ CONFIG_MISC_DEVICES=y | |||
625 | # CONFIG_ICS932S401 is not set | 639 | # CONFIG_ICS932S401 is not set |
626 | # CONFIG_ENCLOSURE_SERVICES is not set | 640 | # CONFIG_ENCLOSURE_SERVICES is not set |
627 | # CONFIG_HP_ILO is not set | 641 | # CONFIG_HP_ILO is not set |
642 | # CONFIG_ISL29003 is not set | ||
628 | # CONFIG_C2PORT is not set | 643 | # CONFIG_C2PORT is not set |
629 | 644 | ||
630 | # | 645 | # |
@@ -690,9 +705,11 @@ CONFIG_SCSI_LOWLEVEL=y | |||
690 | # CONFIG_MEGARAID_NEWGEN is not set | 705 | # CONFIG_MEGARAID_NEWGEN is not set |
691 | # CONFIG_MEGARAID_LEGACY is not set | 706 | # CONFIG_MEGARAID_LEGACY is not set |
692 | # CONFIG_MEGARAID_SAS is not set | 707 | # CONFIG_MEGARAID_SAS is not set |
708 | # CONFIG_SCSI_MPT2SAS is not set | ||
693 | # CONFIG_SCSI_HPTIOP is not set | 709 | # CONFIG_SCSI_HPTIOP is not set |
694 | # CONFIG_SCSI_BUSLOGIC is not set | 710 | # CONFIG_SCSI_BUSLOGIC is not set |
695 | # CONFIG_LIBFC is not set | 711 | # CONFIG_LIBFC is not set |
712 | # CONFIG_LIBFCOE is not set | ||
696 | # CONFIG_FCOE is not set | 713 | # CONFIG_FCOE is not set |
697 | # CONFIG_SCSI_DMX3191D is not set | 714 | # CONFIG_SCSI_DMX3191D is not set |
698 | # CONFIG_SCSI_EATA is not set | 715 | # CONFIG_SCSI_EATA is not set |
@@ -715,6 +732,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
715 | # CONFIG_SCSI_DEBUG is not set | 732 | # CONFIG_SCSI_DEBUG is not set |
716 | # CONFIG_SCSI_SRP is not set | 733 | # CONFIG_SCSI_SRP is not set |
717 | # CONFIG_SCSI_DH is not set | 734 | # CONFIG_SCSI_DH is not set |
735 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
718 | CONFIG_ATA=y | 736 | CONFIG_ATA=y |
719 | # CONFIG_ATA_NONSTANDARD is not set | 737 | # CONFIG_ATA_NONSTANDARD is not set |
720 | CONFIG_SATA_PMP=y | 738 | CONFIG_SATA_PMP=y |
@@ -791,6 +809,7 @@ CONFIG_PATA_SIL680=y | |||
791 | # CONFIG_I2O is not set | 809 | # CONFIG_I2O is not set |
792 | # CONFIG_MACINTOSH_DRIVERS is not set | 810 | # CONFIG_MACINTOSH_DRIVERS is not set |
793 | CONFIG_NETDEVICES=y | 811 | CONFIG_NETDEVICES=y |
812 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
794 | # CONFIG_DUMMY is not set | 813 | # CONFIG_DUMMY is not set |
795 | # CONFIG_BONDING is not set | 814 | # CONFIG_BONDING is not set |
796 | # CONFIG_MACVLAN is not set | 815 | # CONFIG_MACVLAN is not set |
@@ -805,6 +824,8 @@ CONFIG_MII=y | |||
805 | # CONFIG_SUNGEM is not set | 824 | # CONFIG_SUNGEM is not set |
806 | # CONFIG_CASSINI is not set | 825 | # CONFIG_CASSINI is not set |
807 | # CONFIG_NET_VENDOR_3COM is not set | 826 | # CONFIG_NET_VENDOR_3COM is not set |
827 | # CONFIG_ETHOC is not set | ||
828 | # CONFIG_DNET is not set | ||
808 | CONFIG_NET_TULIP=y | 829 | CONFIG_NET_TULIP=y |
809 | # CONFIG_DE2104X is not set | 830 | # CONFIG_DE2104X is not set |
810 | CONFIG_TULIP=y | 831 | CONFIG_TULIP=y |
@@ -833,6 +854,7 @@ CONFIG_NETDEV_1000=y | |||
833 | # CONFIG_E1000E is not set | 854 | # CONFIG_E1000E is not set |
834 | # CONFIG_IP1000 is not set | 855 | # CONFIG_IP1000 is not set |
835 | # CONFIG_IGB is not set | 856 | # CONFIG_IGB is not set |
857 | # CONFIG_IGBVF is not set | ||
836 | # CONFIG_NS83820 is not set | 858 | # CONFIG_NS83820 is not set |
837 | # CONFIG_HAMACHI is not set | 859 | # CONFIG_HAMACHI is not set |
838 | # CONFIG_YELLOWFIN is not set | 860 | # CONFIG_YELLOWFIN is not set |
@@ -843,8 +865,8 @@ CONFIG_R8169=y | |||
843 | # CONFIG_VIA_VELOCITY is not set | 865 | # CONFIG_VIA_VELOCITY is not set |
844 | # CONFIG_TIGON3 is not set | 866 | # CONFIG_TIGON3 is not set |
845 | # CONFIG_BNX2 is not set | 867 | # CONFIG_BNX2 is not set |
868 | # CONFIG_FSL_PQ_MDIO is not set | ||
846 | # CONFIG_GIANFAR is not set | 869 | # CONFIG_GIANFAR is not set |
847 | # CONFIG_MV643XX_ETH is not set | ||
848 | # CONFIG_QLA3XXX is not set | 870 | # CONFIG_QLA3XXX is not set |
849 | # CONFIG_ATL1 is not set | 871 | # CONFIG_ATL1 is not set |
850 | # CONFIG_ATL1E is not set | 872 | # CONFIG_ATL1E is not set |
@@ -858,6 +880,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
858 | # CONFIG_IXGBE is not set | 880 | # CONFIG_IXGBE is not set |
859 | # CONFIG_IXGB is not set | 881 | # CONFIG_IXGB is not set |
860 | # CONFIG_S2IO is not set | 882 | # CONFIG_S2IO is not set |
883 | # CONFIG_VXGE is not set | ||
861 | # CONFIG_MYRI10GE is not set | 884 | # CONFIG_MYRI10GE is not set |
862 | # CONFIG_NETXEN_NIC is not set | 885 | # CONFIG_NETXEN_NIC is not set |
863 | # CONFIG_NIU is not set | 886 | # CONFIG_NIU is not set |
@@ -867,6 +890,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
867 | # CONFIG_BNX2X is not set | 890 | # CONFIG_BNX2X is not set |
868 | # CONFIG_QLGE is not set | 891 | # CONFIG_QLGE is not set |
869 | # CONFIG_SFC is not set | 892 | # CONFIG_SFC is not set |
893 | # CONFIG_BE2NET is not set | ||
870 | # CONFIG_TR is not set | 894 | # CONFIG_TR is not set |
871 | 895 | ||
872 | # | 896 | # |
@@ -874,7 +898,6 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
874 | # | 898 | # |
875 | # CONFIG_WLAN_PRE80211 is not set | 899 | # CONFIG_WLAN_PRE80211 is not set |
876 | # CONFIG_WLAN_80211 is not set | 900 | # CONFIG_WLAN_80211 is not set |
877 | # CONFIG_IWLWIFI_LEDS is not set | ||
878 | 901 | ||
879 | # | 902 | # |
880 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 903 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -985,6 +1008,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
985 | # CONFIG_HVC_UDBG is not set | 1008 | # CONFIG_HVC_UDBG is not set |
986 | # CONFIG_IPMI_HANDLER is not set | 1009 | # CONFIG_IPMI_HANDLER is not set |
987 | CONFIG_HW_RANDOM=y | 1010 | CONFIG_HW_RANDOM=y |
1011 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||
988 | # CONFIG_NVRAM is not set | 1012 | # CONFIG_NVRAM is not set |
989 | # CONFIG_R3964 is not set | 1013 | # CONFIG_R3964 is not set |
990 | # CONFIG_APPLICOM is not set | 1014 | # CONFIG_APPLICOM is not set |
@@ -1050,7 +1074,6 @@ CONFIG_I2C_MPC=y | |||
1050 | # CONFIG_SENSORS_PCF8574 is not set | 1074 | # CONFIG_SENSORS_PCF8574 is not set |
1051 | # CONFIG_PCF8575 is not set | 1075 | # CONFIG_PCF8575 is not set |
1052 | # CONFIG_SENSORS_PCA9539 is not set | 1076 | # CONFIG_SENSORS_PCA9539 is not set |
1053 | # CONFIG_SENSORS_PCF8591 is not set | ||
1054 | # CONFIG_SENSORS_MAX6875 is not set | 1077 | # CONFIG_SENSORS_MAX6875 is not set |
1055 | # CONFIG_SENSORS_TSL2550 is not set | 1078 | # CONFIG_SENSORS_TSL2550 is not set |
1056 | # CONFIG_I2C_DEBUG_CORE is not set | 1079 | # CONFIG_I2C_DEBUG_CORE is not set |
@@ -1082,6 +1105,7 @@ CONFIG_HWMON=y | |||
1082 | # CONFIG_SENSORS_F71805F is not set | 1105 | # CONFIG_SENSORS_F71805F is not set |
1083 | # CONFIG_SENSORS_F71882FG is not set | 1106 | # CONFIG_SENSORS_F71882FG is not set |
1084 | # CONFIG_SENSORS_F75375S is not set | 1107 | # CONFIG_SENSORS_F75375S is not set |
1108 | # CONFIG_SENSORS_G760A is not set | ||
1085 | # CONFIG_SENSORS_GL518SM is not set | 1109 | # CONFIG_SENSORS_GL518SM is not set |
1086 | # CONFIG_SENSORS_GL520SM is not set | 1110 | # CONFIG_SENSORS_GL520SM is not set |
1087 | # CONFIG_SENSORS_IT87 is not set | 1111 | # CONFIG_SENSORS_IT87 is not set |
@@ -1096,11 +1120,14 @@ CONFIG_HWMON=y | |||
1096 | # CONFIG_SENSORS_LM90 is not set | 1120 | # CONFIG_SENSORS_LM90 is not set |
1097 | # CONFIG_SENSORS_LM92 is not set | 1121 | # CONFIG_SENSORS_LM92 is not set |
1098 | # CONFIG_SENSORS_LM93 is not set | 1122 | # CONFIG_SENSORS_LM93 is not set |
1123 | # CONFIG_SENSORS_LTC4215 is not set | ||
1099 | # CONFIG_SENSORS_LTC4245 is not set | 1124 | # CONFIG_SENSORS_LTC4245 is not set |
1125 | # CONFIG_SENSORS_LM95241 is not set | ||
1100 | # CONFIG_SENSORS_MAX1619 is not set | 1126 | # CONFIG_SENSORS_MAX1619 is not set |
1101 | # CONFIG_SENSORS_MAX6650 is not set | 1127 | # CONFIG_SENSORS_MAX6650 is not set |
1102 | # CONFIG_SENSORS_PC87360 is not set | 1128 | # CONFIG_SENSORS_PC87360 is not set |
1103 | # CONFIG_SENSORS_PC87427 is not set | 1129 | # CONFIG_SENSORS_PC87427 is not set |
1130 | # CONFIG_SENSORS_PCF8591 is not set | ||
1104 | # CONFIG_SENSORS_SIS5595 is not set | 1131 | # CONFIG_SENSORS_SIS5595 is not set |
1105 | # CONFIG_SENSORS_DME1737 is not set | 1132 | # CONFIG_SENSORS_DME1737 is not set |
1106 | # CONFIG_SENSORS_SMSC47M1 is not set | 1133 | # CONFIG_SENSORS_SMSC47M1 is not set |
@@ -1195,7 +1222,6 @@ CONFIG_HID=m | |||
1195 | # | 1222 | # |
1196 | # Special HID drivers | 1223 | # Special HID drivers |
1197 | # | 1224 | # |
1198 | CONFIG_HID_COMPAT=y | ||
1199 | CONFIG_USB_SUPPORT=y | 1225 | CONFIG_USB_SUPPORT=y |
1200 | CONFIG_USB_ARCH_HAS_HCD=y | 1226 | CONFIG_USB_ARCH_HAS_HCD=y |
1201 | CONFIG_USB_ARCH_HAS_OHCI=y | 1227 | CONFIG_USB_ARCH_HAS_OHCI=y |
@@ -1250,11 +1276,11 @@ CONFIG_USB_PRINTER=m | |||
1250 | # CONFIG_USB_TMC is not set | 1276 | # CONFIG_USB_TMC is not set |
1251 | 1277 | ||
1252 | # | 1278 | # |
1253 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | 1279 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may |
1254 | # | 1280 | # |
1255 | 1281 | ||
1256 | # | 1282 | # |
1257 | # see USB_STORAGE Help for more information | 1283 | # also be needed; see USB_STORAGE Help for more info |
1258 | # | 1284 | # |
1259 | CONFIG_USB_STORAGE=m | 1285 | CONFIG_USB_STORAGE=m |
1260 | # CONFIG_USB_STORAGE_DEBUG is not set | 1286 | # CONFIG_USB_STORAGE_DEBUG is not set |
@@ -1290,7 +1316,7 @@ CONFIG_USB_SERIAL_CONSOLE=y | |||
1290 | # CONFIG_USB_SERIAL_CH341 is not set | 1316 | # CONFIG_USB_SERIAL_CH341 is not set |
1291 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | 1317 | # CONFIG_USB_SERIAL_WHITEHEAT is not set |
1292 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set | 1318 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set |
1293 | # CONFIG_USB_SERIAL_CP2101 is not set | 1319 | # CONFIG_USB_SERIAL_CP210X is not set |
1294 | # CONFIG_USB_SERIAL_CYPRESS_M8 is not set | 1320 | # CONFIG_USB_SERIAL_CYPRESS_M8 is not set |
1295 | # CONFIG_USB_SERIAL_EMPEG is not set | 1321 | # CONFIG_USB_SERIAL_EMPEG is not set |
1296 | CONFIG_USB_SERIAL_FTDI_SIO=y | 1322 | CONFIG_USB_SERIAL_FTDI_SIO=y |
@@ -1314,11 +1340,13 @@ CONFIG_USB_SERIAL_FTDI_SIO=y | |||
1314 | # CONFIG_USB_SERIAL_NAVMAN is not set | 1340 | # CONFIG_USB_SERIAL_NAVMAN is not set |
1315 | # CONFIG_USB_SERIAL_PL2303 is not set | 1341 | # CONFIG_USB_SERIAL_PL2303 is not set |
1316 | # CONFIG_USB_SERIAL_OTI6858 is not set | 1342 | # CONFIG_USB_SERIAL_OTI6858 is not set |
1343 | # CONFIG_USB_SERIAL_QUALCOMM is not set | ||
1317 | # CONFIG_USB_SERIAL_SPCP8X5 is not set | 1344 | # CONFIG_USB_SERIAL_SPCP8X5 is not set |
1318 | # CONFIG_USB_SERIAL_HP4X is not set | 1345 | # CONFIG_USB_SERIAL_HP4X is not set |
1319 | # CONFIG_USB_SERIAL_SAFE is not set | 1346 | # CONFIG_USB_SERIAL_SAFE is not set |
1320 | # CONFIG_USB_SERIAL_SIEMENS_MPI is not set | 1347 | # CONFIG_USB_SERIAL_SIEMENS_MPI is not set |
1321 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set | 1348 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set |
1349 | # CONFIG_USB_SERIAL_SYMBOL is not set | ||
1322 | # CONFIG_USB_SERIAL_TI is not set | 1350 | # CONFIG_USB_SERIAL_TI is not set |
1323 | # CONFIG_USB_SERIAL_CYBERJACK is not set | 1351 | # CONFIG_USB_SERIAL_CYBERJACK is not set |
1324 | # CONFIG_USB_SERIAL_XIRCOM is not set | 1352 | # CONFIG_USB_SERIAL_XIRCOM is not set |
@@ -1341,7 +1369,6 @@ CONFIG_USB_SERIAL_FTDI_SIO=y | |||
1341 | # CONFIG_USB_LED is not set | 1369 | # CONFIG_USB_LED is not set |
1342 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1370 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1343 | # CONFIG_USB_CYTHERM is not set | 1371 | # CONFIG_USB_CYTHERM is not set |
1344 | # CONFIG_USB_PHIDGET is not set | ||
1345 | # CONFIG_USB_IDMOUSE is not set | 1372 | # CONFIG_USB_IDMOUSE is not set |
1346 | # CONFIG_USB_FTDI_ELAN is not set | 1373 | # CONFIG_USB_FTDI_ELAN is not set |
1347 | # CONFIG_USB_APPLEDISPLAY is not set | 1374 | # CONFIG_USB_APPLEDISPLAY is not set |
@@ -1357,6 +1384,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=y | |||
1357 | # | 1384 | # |
1358 | # OTG and related infrastructure | 1385 | # OTG and related infrastructure |
1359 | # | 1386 | # |
1387 | # CONFIG_NOP_USB_XCEIV is not set | ||
1360 | # CONFIG_UWB is not set | 1388 | # CONFIG_UWB is not set |
1361 | # CONFIG_MMC is not set | 1389 | # CONFIG_MMC is not set |
1362 | # CONFIG_MEMSTICK is not set | 1390 | # CONFIG_MEMSTICK is not set |
@@ -1418,8 +1446,9 @@ CONFIG_RTC_DRV_RS5C372=y | |||
1418 | # | 1446 | # |
1419 | # on-CPU RTC drivers | 1447 | # on-CPU RTC drivers |
1420 | # | 1448 | # |
1421 | # CONFIG_RTC_DRV_PPC is not set | 1449 | # CONFIG_RTC_DRV_GENERIC is not set |
1422 | # CONFIG_DMADEVICES is not set | 1450 | # CONFIG_DMADEVICES is not set |
1451 | # CONFIG_AUXDISPLAY is not set | ||
1423 | # CONFIG_UIO is not set | 1452 | # CONFIG_UIO is not set |
1424 | # CONFIG_STAGING is not set | 1453 | # CONFIG_STAGING is not set |
1425 | 1454 | ||
@@ -1430,6 +1459,7 @@ CONFIG_EXT2_FS=y | |||
1430 | # CONFIG_EXT2_FS_XATTR is not set | 1459 | # CONFIG_EXT2_FS_XATTR is not set |
1431 | # CONFIG_EXT2_FS_XIP is not set | 1460 | # CONFIG_EXT2_FS_XIP is not set |
1432 | CONFIG_EXT3_FS=y | 1461 | CONFIG_EXT3_FS=y |
1462 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
1433 | CONFIG_EXT3_FS_XATTR=y | 1463 | CONFIG_EXT3_FS_XATTR=y |
1434 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 1464 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
1435 | # CONFIG_EXT3_FS_SECURITY is not set | 1465 | # CONFIG_EXT3_FS_SECURITY is not set |
@@ -1456,6 +1486,11 @@ CONFIG_INOTIFY_USER=y | |||
1456 | # CONFIG_FUSE_FS is not set | 1486 | # CONFIG_FUSE_FS is not set |
1457 | 1487 | ||
1458 | # | 1488 | # |
1489 | # Caches | ||
1490 | # | ||
1491 | # CONFIG_FSCACHE is not set | ||
1492 | |||
1493 | # | ||
1459 | # CD-ROM/DVD Filesystems | 1494 | # CD-ROM/DVD Filesystems |
1460 | # | 1495 | # |
1461 | CONFIG_ISO9660_FS=m | 1496 | CONFIG_ISO9660_FS=m |
@@ -1507,6 +1542,7 @@ CONFIG_MISC_FILESYSTEMS=y | |||
1507 | # CONFIG_ROMFS_FS is not set | 1542 | # CONFIG_ROMFS_FS is not set |
1508 | # CONFIG_SYSV_FS is not set | 1543 | # CONFIG_SYSV_FS is not set |
1509 | # CONFIG_UFS_FS is not set | 1544 | # CONFIG_UFS_FS is not set |
1545 | # CONFIG_NILFS2_FS is not set | ||
1510 | CONFIG_NETWORK_FILESYSTEMS=y | 1546 | CONFIG_NETWORK_FILESYSTEMS=y |
1511 | CONFIG_NFS_FS=y | 1547 | CONFIG_NFS_FS=y |
1512 | CONFIG_NFS_V3=y | 1548 | CONFIG_NFS_V3=y |
@@ -1524,7 +1560,6 @@ CONFIG_NFS_ACL_SUPPORT=y | |||
1524 | CONFIG_NFS_COMMON=y | 1560 | CONFIG_NFS_COMMON=y |
1525 | CONFIG_SUNRPC=y | 1561 | CONFIG_SUNRPC=y |
1526 | CONFIG_SUNRPC_GSS=y | 1562 | CONFIG_SUNRPC_GSS=y |
1527 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
1528 | CONFIG_RPCSEC_GSS_KRB5=y | 1563 | CONFIG_RPCSEC_GSS_KRB5=y |
1529 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1564 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1530 | # CONFIG_SMB_FS is not set | 1565 | # CONFIG_SMB_FS is not set |
@@ -1584,6 +1619,7 @@ CONFIG_NLS_ISO8859_1=m | |||
1584 | # CONFIG_NLS_KOI8_U is not set | 1619 | # CONFIG_NLS_KOI8_U is not set |
1585 | CONFIG_NLS_UTF8=m | 1620 | CONFIG_NLS_UTF8=m |
1586 | # CONFIG_DLM is not set | 1621 | # CONFIG_DLM is not set |
1622 | # CONFIG_BINARY_PRINTF is not set | ||
1587 | 1623 | ||
1588 | # | 1624 | # |
1589 | # Library routines | 1625 | # Library routines |
@@ -1597,15 +1633,18 @@ CONFIG_CRC_ITU_T=m | |||
1597 | CONFIG_CRC32=y | 1633 | CONFIG_CRC32=y |
1598 | # CONFIG_CRC7 is not set | 1634 | # CONFIG_CRC7 is not set |
1599 | CONFIG_LIBCRC32C=m | 1635 | CONFIG_LIBCRC32C=m |
1600 | CONFIG_ZLIB_INFLATE=m | 1636 | CONFIG_ZLIB_INFLATE=y |
1601 | CONFIG_ZLIB_DEFLATE=m | 1637 | CONFIG_ZLIB_DEFLATE=m |
1638 | CONFIG_DECOMPRESS_GZIP=y | ||
1639 | CONFIG_DECOMPRESS_BZIP2=y | ||
1640 | CONFIG_DECOMPRESS_LZMA=y | ||
1602 | CONFIG_TEXTSEARCH=y | 1641 | CONFIG_TEXTSEARCH=y |
1603 | CONFIG_TEXTSEARCH_KMP=m | 1642 | CONFIG_TEXTSEARCH_KMP=m |
1604 | CONFIG_PLIST=y | ||
1605 | CONFIG_HAS_IOMEM=y | 1643 | CONFIG_HAS_IOMEM=y |
1606 | CONFIG_HAS_IOPORT=y | 1644 | CONFIG_HAS_IOPORT=y |
1607 | CONFIG_HAS_DMA=y | 1645 | CONFIG_HAS_DMA=y |
1608 | CONFIG_HAVE_LMB=y | 1646 | CONFIG_HAVE_LMB=y |
1647 | CONFIG_NLATTR=y | ||
1609 | 1648 | ||
1610 | # | 1649 | # |
1611 | # Kernel hacking | 1650 | # Kernel hacking |
@@ -1623,6 +1662,9 @@ CONFIG_DEBUG_KERNEL=y | |||
1623 | CONFIG_DETECT_SOFTLOCKUP=y | 1662 | CONFIG_DETECT_SOFTLOCKUP=y |
1624 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | 1663 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set |
1625 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | 1664 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 |
1665 | CONFIG_DETECT_HUNG_TASK=y | ||
1666 | # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set | ||
1667 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 | ||
1626 | CONFIG_SCHED_DEBUG=y | 1668 | CONFIG_SCHED_DEBUG=y |
1627 | # CONFIG_SCHEDSTATS is not set | 1669 | # CONFIG_SCHEDSTATS is not set |
1628 | # CONFIG_TIMER_STATS is not set | 1670 | # CONFIG_TIMER_STATS is not set |
@@ -1652,9 +1694,12 @@ CONFIG_DEBUG_MEMORY_INIT=y | |||
1652 | # CONFIG_FAULT_INJECTION is not set | 1694 | # CONFIG_FAULT_INJECTION is not set |
1653 | # CONFIG_LATENCYTOP is not set | 1695 | # CONFIG_LATENCYTOP is not set |
1654 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1696 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
1697 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1655 | CONFIG_HAVE_FUNCTION_TRACER=y | 1698 | CONFIG_HAVE_FUNCTION_TRACER=y |
1699 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
1656 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 1700 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
1657 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | 1701 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y |
1702 | CONFIG_TRACING_SUPPORT=y | ||
1658 | 1703 | ||
1659 | # | 1704 | # |
1660 | # Tracers | 1705 | # Tracers |
@@ -1662,17 +1707,19 @@ CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | |||
1662 | # CONFIG_FUNCTION_TRACER is not set | 1707 | # CONFIG_FUNCTION_TRACER is not set |
1663 | # CONFIG_SCHED_TRACER is not set | 1708 | # CONFIG_SCHED_TRACER is not set |
1664 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | 1709 | # CONFIG_CONTEXT_SWITCH_TRACER is not set |
1710 | # CONFIG_EVENT_TRACER is not set | ||
1665 | # CONFIG_BOOT_TRACER is not set | 1711 | # CONFIG_BOOT_TRACER is not set |
1666 | # CONFIG_TRACE_BRANCH_PROFILING is not set | 1712 | # CONFIG_TRACE_BRANCH_PROFILING is not set |
1667 | # CONFIG_STACK_TRACER is not set | 1713 | # CONFIG_STACK_TRACER is not set |
1668 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 1714 | # CONFIG_KMEMTRACE is not set |
1715 | # CONFIG_WORKQUEUE_TRACER is not set | ||
1716 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
1669 | # CONFIG_SAMPLES is not set | 1717 | # CONFIG_SAMPLES is not set |
1670 | CONFIG_HAVE_ARCH_KGDB=y | 1718 | CONFIG_HAVE_ARCH_KGDB=y |
1671 | # CONFIG_KGDB is not set | 1719 | # CONFIG_KGDB is not set |
1672 | CONFIG_PRINT_STACK_DEPTH=64 | 1720 | CONFIG_PRINT_STACK_DEPTH=64 |
1673 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1721 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
1674 | # CONFIG_DEBUG_STACK_USAGE is not set | 1722 | # CONFIG_DEBUG_STACK_USAGE is not set |
1675 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1676 | # CONFIG_CODE_PATCHING_SELFTEST is not set | 1723 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
1677 | # CONFIG_FTR_FIXUP_SELFTEST is not set | 1724 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
1678 | # CONFIG_MSI_BITMAP_SELFTEST is not set | 1725 | # CONFIG_MSI_BITMAP_SELFTEST is not set |
@@ -1703,10 +1750,12 @@ CONFIG_CRYPTO_BLKCIPHER2=y | |||
1703 | CONFIG_CRYPTO_HASH=y | 1750 | CONFIG_CRYPTO_HASH=y |
1704 | CONFIG_CRYPTO_HASH2=y | 1751 | CONFIG_CRYPTO_HASH2=y |
1705 | CONFIG_CRYPTO_RNG2=y | 1752 | CONFIG_CRYPTO_RNG2=y |
1753 | CONFIG_CRYPTO_PCOMP=y | ||
1706 | CONFIG_CRYPTO_MANAGER=y | 1754 | CONFIG_CRYPTO_MANAGER=y |
1707 | CONFIG_CRYPTO_MANAGER2=y | 1755 | CONFIG_CRYPTO_MANAGER2=y |
1708 | # CONFIG_CRYPTO_GF128MUL is not set | 1756 | # CONFIG_CRYPTO_GF128MUL is not set |
1709 | # CONFIG_CRYPTO_NULL is not set | 1757 | # CONFIG_CRYPTO_NULL is not set |
1758 | CONFIG_CRYPTO_WORKQUEUE=y | ||
1710 | # CONFIG_CRYPTO_CRYPTD is not set | 1759 | # CONFIG_CRYPTO_CRYPTD is not set |
1711 | # CONFIG_CRYPTO_AUTHENC is not set | 1760 | # CONFIG_CRYPTO_AUTHENC is not set |
1712 | # CONFIG_CRYPTO_TEST is not set | 1761 | # CONFIG_CRYPTO_TEST is not set |
@@ -1776,6 +1825,7 @@ CONFIG_CRYPTO_TWOFISH_COMMON=m | |||
1776 | # Compression | 1825 | # Compression |
1777 | # | 1826 | # |
1778 | CONFIG_CRYPTO_DEFLATE=m | 1827 | CONFIG_CRYPTO_DEFLATE=m |
1828 | # CONFIG_CRYPTO_ZLIB is not set | ||
1779 | # CONFIG_CRYPTO_LZO is not set | 1829 | # CONFIG_CRYPTO_LZO is not set |
1780 | 1830 | ||
1781 | # | 1831 | # |
diff --git a/arch/powerpc/configs/mgcoge_defconfig b/arch/powerpc/configs/mgcoge_defconfig index c58c38d5b7a6..31e1df665157 100644 --- a/arch/powerpc/configs/mgcoge_defconfig +++ b/arch/powerpc/configs/mgcoge_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.29-rc2 | 3 | # Linux kernel version: 2.6.30-rc3 |
4 | # Mon Jan 26 15:35:30 2009 | 4 | # Wed May 13 17:21:55 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -14,6 +14,7 @@ CONFIG_6xx=y | |||
14 | # CONFIG_40x is not set | 14 | # CONFIG_40x is not set |
15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
17 | CONFIG_PPC_BOOK3S=y | ||
17 | CONFIG_PPC_FPU=y | 18 | CONFIG_PPC_FPU=y |
18 | # CONFIG_ALTIVEC is not set | 19 | # CONFIG_ALTIVEC is not set |
19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
@@ -57,6 +58,7 @@ CONFIG_HIBERNATE_32=y | |||
57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | 58 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y |
58 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
59 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
61 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | ||
60 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 62 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
61 | 63 | ||
62 | # | 64 | # |
@@ -73,6 +75,15 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
73 | # CONFIG_BSD_PROCESS_ACCT is not set | 75 | # CONFIG_BSD_PROCESS_ACCT is not set |
74 | # CONFIG_TASKSTATS is not set | 76 | # CONFIG_TASKSTATS is not set |
75 | # CONFIG_AUDIT is not set | 77 | # CONFIG_AUDIT is not set |
78 | |||
79 | # | ||
80 | # RCU Subsystem | ||
81 | # | ||
82 | CONFIG_CLASSIC_RCU=y | ||
83 | # CONFIG_TREE_RCU is not set | ||
84 | # CONFIG_PREEMPT_RCU is not set | ||
85 | # CONFIG_TREE_RCU_TRACE is not set | ||
86 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
76 | CONFIG_IKCONFIG=y | 87 | CONFIG_IKCONFIG=y |
77 | CONFIG_IKCONFIG_PROC=y | 88 | CONFIG_IKCONFIG_PROC=y |
78 | CONFIG_LOG_BUF_SHIFT=14 | 89 | CONFIG_LOG_BUF_SHIFT=14 |
@@ -83,23 +94,25 @@ CONFIG_SYSFS_DEPRECATED_V2=y | |||
83 | # CONFIG_NAMESPACES is not set | 94 | # CONFIG_NAMESPACES is not set |
84 | CONFIG_BLK_DEV_INITRD=y | 95 | CONFIG_BLK_DEV_INITRD=y |
85 | CONFIG_INITRAMFS_SOURCE="" | 96 | CONFIG_INITRAMFS_SOURCE="" |
97 | CONFIG_RD_GZIP=y | ||
98 | # CONFIG_RD_BZIP2 is not set | ||
99 | # CONFIG_RD_LZMA is not set | ||
86 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 100 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
87 | CONFIG_SYSCTL=y | 101 | CONFIG_SYSCTL=y |
102 | CONFIG_ANON_INODES=y | ||
88 | CONFIG_EMBEDDED=y | 103 | CONFIG_EMBEDDED=y |
89 | CONFIG_SYSCTL_SYSCALL=y | 104 | CONFIG_SYSCTL_SYSCALL=y |
90 | CONFIG_KALLSYMS=y | 105 | CONFIG_KALLSYMS=y |
91 | CONFIG_KALLSYMS_ALL=y | 106 | CONFIG_KALLSYMS_ALL=y |
92 | CONFIG_KALLSYMS_STRIP_GENERATED=y | ||
93 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 107 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
108 | # CONFIG_STRIP_ASM_SYMS is not set | ||
94 | CONFIG_HOTPLUG=y | 109 | CONFIG_HOTPLUG=y |
95 | CONFIG_PRINTK=y | 110 | CONFIG_PRINTK=y |
96 | CONFIG_BUG=y | 111 | CONFIG_BUG=y |
97 | CONFIG_ELF_CORE=y | 112 | CONFIG_ELF_CORE=y |
98 | CONFIG_PCSPKR_PLATFORM=y | 113 | CONFIG_PCSPKR_PLATFORM=y |
99 | CONFIG_COMPAT_BRK=y | ||
100 | CONFIG_BASE_FULL=y | 114 | CONFIG_BASE_FULL=y |
101 | CONFIG_FUTEX=y | 115 | CONFIG_FUTEX=y |
102 | CONFIG_ANON_INODES=y | ||
103 | CONFIG_EPOLL=y | 116 | CONFIG_EPOLL=y |
104 | CONFIG_SIGNALFD=y | 117 | CONFIG_SIGNALFD=y |
105 | CONFIG_TIMERFD=y | 118 | CONFIG_TIMERFD=y |
@@ -108,10 +121,12 @@ CONFIG_SHMEM=y | |||
108 | CONFIG_AIO=y | 121 | CONFIG_AIO=y |
109 | CONFIG_VM_EVENT_COUNTERS=y | 122 | CONFIG_VM_EVENT_COUNTERS=y |
110 | CONFIG_PCI_QUIRKS=y | 123 | CONFIG_PCI_QUIRKS=y |
124 | CONFIG_COMPAT_BRK=y | ||
111 | CONFIG_SLAB=y | 125 | CONFIG_SLAB=y |
112 | # CONFIG_SLUB is not set | 126 | # CONFIG_SLUB is not set |
113 | # CONFIG_SLOB is not set | 127 | # CONFIG_SLOB is not set |
114 | # CONFIG_PROFILING is not set | 128 | # CONFIG_PROFILING is not set |
129 | # CONFIG_MARKERS is not set | ||
115 | CONFIG_HAVE_OPROFILE=y | 130 | CONFIG_HAVE_OPROFILE=y |
116 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 131 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
117 | CONFIG_HAVE_IOREMAP_PROT=y | 132 | CONFIG_HAVE_IOREMAP_PROT=y |
@@ -119,6 +134,7 @@ CONFIG_HAVE_KPROBES=y | |||
119 | CONFIG_HAVE_KRETPROBES=y | 134 | CONFIG_HAVE_KRETPROBES=y |
120 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 135 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
121 | CONFIG_HAVE_CLK=y | 136 | CONFIG_HAVE_CLK=y |
137 | # CONFIG_SLOW_WORK is not set | ||
122 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 138 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
123 | CONFIG_SLABINFO=y | 139 | CONFIG_SLABINFO=y |
124 | CONFIG_RT_MUTEXES=y | 140 | CONFIG_RT_MUTEXES=y |
@@ -126,7 +142,6 @@ CONFIG_BASE_SMALL=0 | |||
126 | # CONFIG_MODULES is not set | 142 | # CONFIG_MODULES is not set |
127 | CONFIG_BLOCK=y | 143 | CONFIG_BLOCK=y |
128 | # CONFIG_LBD is not set | 144 | # CONFIG_LBD is not set |
129 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
130 | # CONFIG_BLK_DEV_INTEGRITY is not set | 145 | # CONFIG_BLK_DEV_INTEGRITY is not set |
131 | 146 | ||
132 | # | 147 | # |
@@ -141,18 +156,11 @@ CONFIG_DEFAULT_DEADLINE=y | |||
141 | # CONFIG_DEFAULT_CFQ is not set | 156 | # CONFIG_DEFAULT_CFQ is not set |
142 | # CONFIG_DEFAULT_NOOP is not set | 157 | # CONFIG_DEFAULT_NOOP is not set |
143 | CONFIG_DEFAULT_IOSCHED="deadline" | 158 | CONFIG_DEFAULT_IOSCHED="deadline" |
144 | CONFIG_CLASSIC_RCU=y | ||
145 | # CONFIG_TREE_RCU is not set | ||
146 | # CONFIG_PREEMPT_RCU is not set | ||
147 | # CONFIG_TREE_RCU_TRACE is not set | ||
148 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
149 | # CONFIG_FREEZER is not set | 159 | # CONFIG_FREEZER is not set |
150 | 160 | ||
151 | # | 161 | # |
152 | # Platform support | 162 | # Platform support |
153 | # | 163 | # |
154 | CONFIG_PPC_MULTIPLATFORM=y | ||
155 | CONFIG_CLASSIC32=y | ||
156 | CONFIG_PPC_CHRP=y | 164 | CONFIG_PPC_CHRP=y |
157 | # CONFIG_MPC5121_ADS is not set | 165 | # CONFIG_MPC5121_ADS is not set |
158 | # CONFIG_MPC5121_GENERIC is not set | 166 | # CONFIG_MPC5121_GENERIC is not set |
@@ -171,7 +179,9 @@ CONFIG_8272=y | |||
171 | # CONFIG_PPC_83xx is not set | 179 | # CONFIG_PPC_83xx is not set |
172 | # CONFIG_PPC_86xx is not set | 180 | # CONFIG_PPC_86xx is not set |
173 | # CONFIG_EMBEDDED6xx is not set | 181 | # CONFIG_EMBEDDED6xx is not set |
182 | # CONFIG_AMIGAONE is not set | ||
174 | CONFIG_PPC_NATIVE=y | 183 | CONFIG_PPC_NATIVE=y |
184 | CONFIG_PPC_OF_BOOT_TRAMPOLINE=y | ||
175 | # CONFIG_UDBG_RTAS_CONSOLE is not set | 185 | # CONFIG_UDBG_RTAS_CONSOLE is not set |
176 | # CONFIG_IPIC is not set | 186 | # CONFIG_IPIC is not set |
177 | CONFIG_MPIC=y | 187 | CONFIG_MPIC=y |
@@ -231,9 +241,12 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
231 | CONFIG_BOUNCE=y | 241 | CONFIG_BOUNCE=y |
232 | CONFIG_VIRT_TO_BUS=y | 242 | CONFIG_VIRT_TO_BUS=y |
233 | CONFIG_UNEVICTABLE_LRU=y | 243 | CONFIG_UNEVICTABLE_LRU=y |
244 | CONFIG_HAVE_MLOCK=y | ||
245 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
234 | CONFIG_PPC_4K_PAGES=y | 246 | CONFIG_PPC_4K_PAGES=y |
235 | # CONFIG_PPC_16K_PAGES is not set | 247 | # CONFIG_PPC_16K_PAGES is not set |
236 | # CONFIG_PPC_64K_PAGES is not set | 248 | # CONFIG_PPC_64K_PAGES is not set |
249 | # CONFIG_PPC_256K_PAGES is not set | ||
237 | CONFIG_FORCE_MAX_ZONEORDER=11 | 250 | CONFIG_FORCE_MAX_ZONEORDER=11 |
238 | CONFIG_PROC_DEVICETREE=y | 251 | CONFIG_PROC_DEVICETREE=y |
239 | # CONFIG_CMDLINE_BOOL is not set | 252 | # CONFIG_CMDLINE_BOOL is not set |
@@ -260,6 +273,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
260 | # CONFIG_PCI_LEGACY is not set | 273 | # CONFIG_PCI_LEGACY is not set |
261 | # CONFIG_PCI_DEBUG is not set | 274 | # CONFIG_PCI_DEBUG is not set |
262 | # CONFIG_PCI_STUB is not set | 275 | # CONFIG_PCI_STUB is not set |
276 | # CONFIG_PCI_IOV is not set | ||
263 | # CONFIG_PCCARD is not set | 277 | # CONFIG_PCCARD is not set |
264 | # CONFIG_HOTPLUG_PCI is not set | 278 | # CONFIG_HOTPLUG_PCI is not set |
265 | # CONFIG_HAS_RAPIDIO is not set | 279 | # CONFIG_HAS_RAPIDIO is not set |
@@ -282,7 +296,6 @@ CONFIG_NET=y | |||
282 | # | 296 | # |
283 | # Networking options | 297 | # Networking options |
284 | # | 298 | # |
285 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
286 | CONFIG_PACKET=y | 299 | CONFIG_PACKET=y |
287 | # CONFIG_PACKET_MMAP is not set | 300 | # CONFIG_PACKET_MMAP is not set |
288 | CONFIG_UNIX=y | 301 | CONFIG_UNIX=y |
@@ -344,6 +357,7 @@ CONFIG_NETFILTER_ADVANCED=y | |||
344 | # CONFIG_LLC2 is not set | 357 | # CONFIG_LLC2 is not set |
345 | # CONFIG_IPX is not set | 358 | # CONFIG_IPX is not set |
346 | # CONFIG_ATALK is not set | 359 | # CONFIG_ATALK is not set |
360 | # CONFIG_PHONET is not set | ||
347 | # CONFIG_NET_SCHED is not set | 361 | # CONFIG_NET_SCHED is not set |
348 | # CONFIG_DCB is not set | 362 | # CONFIG_DCB is not set |
349 | 363 | ||
@@ -355,7 +369,6 @@ CONFIG_NETFILTER_ADVANCED=y | |||
355 | # CONFIG_CAN is not set | 369 | # CONFIG_CAN is not set |
356 | # CONFIG_IRDA is not set | 370 | # CONFIG_IRDA is not set |
357 | # CONFIG_BT is not set | 371 | # CONFIG_BT is not set |
358 | # CONFIG_PHONET is not set | ||
359 | CONFIG_WIRELESS=y | 372 | CONFIG_WIRELESS=y |
360 | # CONFIG_CFG80211 is not set | 373 | # CONFIG_CFG80211 is not set |
361 | CONFIG_WIRELESS_OLD_REGULATORY=y | 374 | CONFIG_WIRELESS_OLD_REGULATORY=y |
@@ -464,7 +477,6 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
464 | # LPDDR flash memory drivers | 477 | # LPDDR flash memory drivers |
465 | # | 478 | # |
466 | # CONFIG_MTD_LPDDR is not set | 479 | # CONFIG_MTD_LPDDR is not set |
467 | # CONFIG_MTD_QINFO_PROBE is not set | ||
468 | 480 | ||
469 | # | 481 | # |
470 | # UBI - Unsorted block images | 482 | # UBI - Unsorted block images |
@@ -517,6 +529,7 @@ CONFIG_HAVE_IDE=y | |||
517 | # CONFIG_I2O is not set | 529 | # CONFIG_I2O is not set |
518 | # CONFIG_MACINTOSH_DRIVERS is not set | 530 | # CONFIG_MACINTOSH_DRIVERS is not set |
519 | CONFIG_NETDEVICES=y | 531 | CONFIG_NETDEVICES=y |
532 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
520 | # CONFIG_DUMMY is not set | 533 | # CONFIG_DUMMY is not set |
521 | # CONFIG_BONDING is not set | 534 | # CONFIG_BONDING is not set |
522 | # CONFIG_EQUALIZER is not set | 535 | # CONFIG_EQUALIZER is not set |
@@ -551,6 +564,8 @@ CONFIG_MII=y | |||
551 | # CONFIG_SUNGEM is not set | 564 | # CONFIG_SUNGEM is not set |
552 | # CONFIG_CASSINI is not set | 565 | # CONFIG_CASSINI is not set |
553 | # CONFIG_NET_VENDOR_3COM is not set | 566 | # CONFIG_NET_VENDOR_3COM is not set |
567 | # CONFIG_ETHOC is not set | ||
568 | # CONFIG_DNET is not set | ||
554 | # CONFIG_NET_TULIP is not set | 569 | # CONFIG_NET_TULIP is not set |
555 | # CONFIG_HP100 is not set | 570 | # CONFIG_HP100 is not set |
556 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 571 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -576,7 +591,6 @@ CONFIG_FS_ENET_HAS_SCC=y | |||
576 | # | 591 | # |
577 | # CONFIG_WLAN_PRE80211 is not set | 592 | # CONFIG_WLAN_PRE80211 is not set |
578 | # CONFIG_WLAN_80211 is not set | 593 | # CONFIG_WLAN_80211 is not set |
579 | # CONFIG_IWLWIFI_LEDS is not set | ||
580 | 594 | ||
581 | # | 595 | # |
582 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 596 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -631,6 +645,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
631 | # CONFIG_HVC_RTAS is not set | 645 | # CONFIG_HVC_RTAS is not set |
632 | # CONFIG_IPMI_HANDLER is not set | 646 | # CONFIG_IPMI_HANDLER is not set |
633 | CONFIG_HW_RANDOM=y | 647 | CONFIG_HW_RANDOM=y |
648 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||
634 | # CONFIG_NVRAM is not set | 649 | # CONFIG_NVRAM is not set |
635 | # CONFIG_GEN_RTC is not set | 650 | # CONFIG_GEN_RTC is not set |
636 | # CONFIG_R3964 is not set | 651 | # CONFIG_R3964 is not set |
@@ -720,8 +735,10 @@ CONFIG_SSB_POSSIBLE=y | |||
720 | # CONFIG_NEW_LEDS is not set | 735 | # CONFIG_NEW_LEDS is not set |
721 | # CONFIG_ACCESSIBILITY is not set | 736 | # CONFIG_ACCESSIBILITY is not set |
722 | # CONFIG_INFINIBAND is not set | 737 | # CONFIG_INFINIBAND is not set |
738 | # CONFIG_EDAC is not set | ||
723 | # CONFIG_RTC_CLASS is not set | 739 | # CONFIG_RTC_CLASS is not set |
724 | # CONFIG_DMADEVICES is not set | 740 | # CONFIG_DMADEVICES is not set |
741 | # CONFIG_AUXDISPLAY is not set | ||
725 | # CONFIG_UIO is not set | 742 | # CONFIG_UIO is not set |
726 | # CONFIG_STAGING is not set | 743 | # CONFIG_STAGING is not set |
727 | 744 | ||
@@ -732,6 +749,7 @@ CONFIG_EXT2_FS=y | |||
732 | # CONFIG_EXT2_FS_XATTR is not set | 749 | # CONFIG_EXT2_FS_XATTR is not set |
733 | # CONFIG_EXT2_FS_XIP is not set | 750 | # CONFIG_EXT2_FS_XIP is not set |
734 | CONFIG_EXT3_FS=y | 751 | CONFIG_EXT3_FS=y |
752 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
735 | # CONFIG_EXT3_FS_XATTR is not set | 753 | # CONFIG_EXT3_FS_XATTR is not set |
736 | # CONFIG_EXT4_FS is not set | 754 | # CONFIG_EXT4_FS is not set |
737 | CONFIG_JBD=y | 755 | CONFIG_JBD=y |
@@ -751,6 +769,10 @@ CONFIG_AUTOFS4_FS=y | |||
751 | # CONFIG_FUSE_FS is not set | 769 | # CONFIG_FUSE_FS is not set |
752 | 770 | ||
753 | # | 771 | # |
772 | # Caches | ||
773 | # | ||
774 | |||
775 | # | ||
754 | # CD-ROM/DVD Filesystems | 776 | # CD-ROM/DVD Filesystems |
755 | # | 777 | # |
756 | # CONFIG_ISO9660_FS is not set | 778 | # CONFIG_ISO9660_FS is not set |
@@ -872,6 +894,7 @@ CONFIG_NLS_ISO8859_1=y | |||
872 | # CONFIG_NLS_KOI8_R is not set | 894 | # CONFIG_NLS_KOI8_R is not set |
873 | # CONFIG_NLS_KOI8_U is not set | 895 | # CONFIG_NLS_KOI8_U is not set |
874 | CONFIG_NLS_UTF8=y | 896 | CONFIG_NLS_UTF8=y |
897 | # CONFIG_BINARY_PRINTF is not set | ||
875 | 898 | ||
876 | # | 899 | # |
877 | # Library routines | 900 | # Library routines |
@@ -887,11 +910,12 @@ CONFIG_CRC32=y | |||
887 | # CONFIG_LIBCRC32C is not set | 910 | # CONFIG_LIBCRC32C is not set |
888 | CONFIG_ZLIB_INFLATE=y | 911 | CONFIG_ZLIB_INFLATE=y |
889 | CONFIG_ZLIB_DEFLATE=y | 912 | CONFIG_ZLIB_DEFLATE=y |
890 | CONFIG_PLIST=y | 913 | CONFIG_DECOMPRESS_GZIP=y |
891 | CONFIG_HAS_IOMEM=y | 914 | CONFIG_HAS_IOMEM=y |
892 | CONFIG_HAS_IOPORT=y | 915 | CONFIG_HAS_IOPORT=y |
893 | CONFIG_HAS_DMA=y | 916 | CONFIG_HAS_DMA=y |
894 | CONFIG_HAVE_LMB=y | 917 | CONFIG_HAVE_LMB=y |
918 | CONFIG_NLATTR=y | ||
895 | 919 | ||
896 | # | 920 | # |
897 | # Kernel hacking | 921 | # Kernel hacking |
@@ -907,6 +931,7 @@ CONFIG_DEBUG_FS=y | |||
907 | CONFIG_DEBUG_KERNEL=y | 931 | CONFIG_DEBUG_KERNEL=y |
908 | # CONFIG_DEBUG_SHIRQ is not set | 932 | # CONFIG_DEBUG_SHIRQ is not set |
909 | # CONFIG_DETECT_SOFTLOCKUP is not set | 933 | # CONFIG_DETECT_SOFTLOCKUP is not set |
934 | # CONFIG_DETECT_HUNG_TASK is not set | ||
910 | # CONFIG_SCHED_DEBUG is not set | 935 | # CONFIG_SCHED_DEBUG is not set |
911 | # CONFIG_SCHEDSTATS is not set | 936 | # CONFIG_SCHEDSTATS is not set |
912 | # CONFIG_TIMER_STATS is not set | 937 | # CONFIG_TIMER_STATS is not set |
@@ -935,9 +960,12 @@ CONFIG_DEBUG_INFO=y | |||
935 | # CONFIG_FAULT_INJECTION is not set | 960 | # CONFIG_FAULT_INJECTION is not set |
936 | # CONFIG_LATENCYTOP is not set | 961 | # CONFIG_LATENCYTOP is not set |
937 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 962 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
963 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
938 | CONFIG_HAVE_FUNCTION_TRACER=y | 964 | CONFIG_HAVE_FUNCTION_TRACER=y |
965 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
939 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 966 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
940 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | 967 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y |
968 | CONFIG_TRACING_SUPPORT=y | ||
941 | 969 | ||
942 | # | 970 | # |
943 | # Tracers | 971 | # Tracers |
@@ -945,16 +973,19 @@ CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | |||
945 | # CONFIG_FUNCTION_TRACER is not set | 973 | # CONFIG_FUNCTION_TRACER is not set |
946 | # CONFIG_SCHED_TRACER is not set | 974 | # CONFIG_SCHED_TRACER is not set |
947 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | 975 | # CONFIG_CONTEXT_SWITCH_TRACER is not set |
976 | # CONFIG_EVENT_TRACER is not set | ||
948 | # CONFIG_BOOT_TRACER is not set | 977 | # CONFIG_BOOT_TRACER is not set |
949 | # CONFIG_TRACE_BRANCH_PROFILING is not set | 978 | # CONFIG_TRACE_BRANCH_PROFILING is not set |
950 | # CONFIG_STACK_TRACER is not set | 979 | # CONFIG_STACK_TRACER is not set |
951 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 980 | # CONFIG_KMEMTRACE is not set |
981 | # CONFIG_WORKQUEUE_TRACER is not set | ||
982 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
983 | # CONFIG_DYNAMIC_DEBUG is not set | ||
952 | # CONFIG_SAMPLES is not set | 984 | # CONFIG_SAMPLES is not set |
953 | CONFIG_HAVE_ARCH_KGDB=y | 985 | CONFIG_HAVE_ARCH_KGDB=y |
954 | CONFIG_PRINT_STACK_DEPTH=64 | 986 | CONFIG_PRINT_STACK_DEPTH=64 |
955 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 987 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
956 | # CONFIG_DEBUG_STACK_USAGE is not set | 988 | # CONFIG_DEBUG_STACK_USAGE is not set |
957 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
958 | # CONFIG_CODE_PATCHING_SELFTEST is not set | 989 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
959 | # CONFIG_FTR_FIXUP_SELFTEST is not set | 990 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
960 | # CONFIG_MSI_BITMAP_SELFTEST is not set | 991 | # CONFIG_MSI_BITMAP_SELFTEST is not set |
@@ -986,9 +1017,11 @@ CONFIG_CRYPTO_BLKCIPHER2=y | |||
986 | CONFIG_CRYPTO_HASH=y | 1017 | CONFIG_CRYPTO_HASH=y |
987 | CONFIG_CRYPTO_HASH2=y | 1018 | CONFIG_CRYPTO_HASH2=y |
988 | CONFIG_CRYPTO_RNG2=y | 1019 | CONFIG_CRYPTO_RNG2=y |
1020 | CONFIG_CRYPTO_PCOMP=y | ||
989 | CONFIG_CRYPTO_MANAGER=y | 1021 | CONFIG_CRYPTO_MANAGER=y |
990 | CONFIG_CRYPTO_MANAGER2=y | 1022 | CONFIG_CRYPTO_MANAGER2=y |
991 | # CONFIG_CRYPTO_NULL is not set | 1023 | # CONFIG_CRYPTO_NULL is not set |
1024 | CONFIG_CRYPTO_WORKQUEUE=y | ||
992 | # CONFIG_CRYPTO_CRYPTD is not set | 1025 | # CONFIG_CRYPTO_CRYPTD is not set |
993 | # CONFIG_CRYPTO_AUTHENC is not set | 1026 | # CONFIG_CRYPTO_AUTHENC is not set |
994 | 1027 | ||
@@ -1052,6 +1085,7 @@ CONFIG_CRYPTO_DES=y | |||
1052 | # Compression | 1085 | # Compression |
1053 | # | 1086 | # |
1054 | # CONFIG_CRYPTO_DEFLATE is not set | 1087 | # CONFIG_CRYPTO_DEFLATE is not set |
1088 | # CONFIG_CRYPTO_ZLIB is not set | ||
1055 | # CONFIG_CRYPTO_LZO is not set | 1089 | # CONFIG_CRYPTO_LZO is not set |
1056 | 1090 | ||
1057 | # | 1091 | # |
diff --git a/arch/powerpc/configs/mpc7448_hpc2_defconfig b/arch/powerpc/configs/mpc7448_hpc2_defconfig index 38712e861c46..642ab67c8431 100644 --- a/arch/powerpc/configs/mpc7448_hpc2_defconfig +++ b/arch/powerpc/configs/mpc7448_hpc2_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.29-rc2 | 3 | # Linux kernel version: 2.6.30-rc3 |
4 | # Mon Jan 26 15:35:33 2009 | 4 | # Wed May 13 17:21:56 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -14,6 +14,7 @@ CONFIG_6xx=y | |||
14 | # CONFIG_40x is not set | 14 | # CONFIG_40x is not set |
15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
17 | CONFIG_PPC_BOOK3S=y | ||
17 | CONFIG_PPC_FPU=y | 18 | CONFIG_PPC_FPU=y |
18 | CONFIG_ALTIVEC=y | 19 | CONFIG_ALTIVEC=y |
19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
@@ -54,6 +55,7 @@ CONFIG_GENERIC_BUG=y | |||
54 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
55 | # CONFIG_PPC_DCR_NATIVE is not set | 56 | # CONFIG_PPC_DCR_NATIVE is not set |
56 | # CONFIG_PPC_DCR_MMIO is not set | 57 | # CONFIG_PPC_DCR_MMIO is not set |
58 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | ||
57 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 59 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
58 | 60 | ||
59 | # | 61 | # |
@@ -71,6 +73,15 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
71 | # CONFIG_BSD_PROCESS_ACCT is not set | 73 | # CONFIG_BSD_PROCESS_ACCT is not set |
72 | # CONFIG_TASKSTATS is not set | 74 | # CONFIG_TASKSTATS is not set |
73 | # CONFIG_AUDIT is not set | 75 | # CONFIG_AUDIT is not set |
76 | |||
77 | # | ||
78 | # RCU Subsystem | ||
79 | # | ||
80 | CONFIG_CLASSIC_RCU=y | ||
81 | # CONFIG_TREE_RCU is not set | ||
82 | # CONFIG_PREEMPT_RCU is not set | ||
83 | # CONFIG_TREE_RCU_TRACE is not set | ||
84 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
74 | # CONFIG_IKCONFIG is not set | 85 | # CONFIG_IKCONFIG is not set |
75 | CONFIG_LOG_BUF_SHIFT=14 | 86 | CONFIG_LOG_BUF_SHIFT=14 |
76 | CONFIG_GROUP_SCHED=y | 87 | CONFIG_GROUP_SCHED=y |
@@ -85,20 +96,23 @@ CONFIG_SYSFS_DEPRECATED_V2=y | |||
85 | # CONFIG_NAMESPACES is not set | 96 | # CONFIG_NAMESPACES is not set |
86 | CONFIG_BLK_DEV_INITRD=y | 97 | CONFIG_BLK_DEV_INITRD=y |
87 | CONFIG_INITRAMFS_SOURCE="" | 98 | CONFIG_INITRAMFS_SOURCE="" |
99 | CONFIG_RD_GZIP=y | ||
100 | # CONFIG_RD_BZIP2 is not set | ||
101 | # CONFIG_RD_LZMA is not set | ||
88 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 102 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
89 | CONFIG_SYSCTL=y | 103 | CONFIG_SYSCTL=y |
104 | CONFIG_ANON_INODES=y | ||
90 | CONFIG_EMBEDDED=y | 105 | CONFIG_EMBEDDED=y |
91 | CONFIG_SYSCTL_SYSCALL=y | 106 | CONFIG_SYSCTL_SYSCALL=y |
92 | CONFIG_KALLSYMS=y | 107 | CONFIG_KALLSYMS=y |
93 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 108 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
109 | # CONFIG_STRIP_ASM_SYMS is not set | ||
94 | CONFIG_HOTPLUG=y | 110 | CONFIG_HOTPLUG=y |
95 | CONFIG_PRINTK=y | 111 | CONFIG_PRINTK=y |
96 | CONFIG_BUG=y | 112 | CONFIG_BUG=y |
97 | CONFIG_ELF_CORE=y | 113 | CONFIG_ELF_CORE=y |
98 | CONFIG_COMPAT_BRK=y | ||
99 | CONFIG_BASE_FULL=y | 114 | CONFIG_BASE_FULL=y |
100 | CONFIG_FUTEX=y | 115 | CONFIG_FUTEX=y |
101 | CONFIG_ANON_INODES=y | ||
102 | CONFIG_EPOLL=y | 116 | CONFIG_EPOLL=y |
103 | CONFIG_SIGNALFD=y | 117 | CONFIG_SIGNALFD=y |
104 | CONFIG_TIMERFD=y | 118 | CONFIG_TIMERFD=y |
@@ -108,16 +122,19 @@ CONFIG_AIO=y | |||
108 | CONFIG_VM_EVENT_COUNTERS=y | 122 | CONFIG_VM_EVENT_COUNTERS=y |
109 | CONFIG_PCI_QUIRKS=y | 123 | CONFIG_PCI_QUIRKS=y |
110 | CONFIG_SLUB_DEBUG=y | 124 | CONFIG_SLUB_DEBUG=y |
125 | CONFIG_COMPAT_BRK=y | ||
111 | # CONFIG_SLAB is not set | 126 | # CONFIG_SLAB is not set |
112 | CONFIG_SLUB=y | 127 | CONFIG_SLUB=y |
113 | # CONFIG_SLOB is not set | 128 | # CONFIG_SLOB is not set |
114 | # CONFIG_PROFILING is not set | 129 | # CONFIG_PROFILING is not set |
130 | # CONFIG_MARKERS is not set | ||
115 | CONFIG_HAVE_OPROFILE=y | 131 | CONFIG_HAVE_OPROFILE=y |
116 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 132 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
117 | CONFIG_HAVE_IOREMAP_PROT=y | 133 | CONFIG_HAVE_IOREMAP_PROT=y |
118 | CONFIG_HAVE_KPROBES=y | 134 | CONFIG_HAVE_KPROBES=y |
119 | CONFIG_HAVE_KRETPROBES=y | 135 | CONFIG_HAVE_KRETPROBES=y |
120 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 136 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
137 | # CONFIG_SLOW_WORK is not set | ||
121 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 138 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
122 | CONFIG_SLABINFO=y | 139 | CONFIG_SLABINFO=y |
123 | CONFIG_RT_MUTEXES=y | 140 | CONFIG_RT_MUTEXES=y |
@@ -125,7 +142,6 @@ CONFIG_BASE_SMALL=0 | |||
125 | # CONFIG_MODULES is not set | 142 | # CONFIG_MODULES is not set |
126 | CONFIG_BLOCK=y | 143 | CONFIG_BLOCK=y |
127 | CONFIG_LBD=y | 144 | CONFIG_LBD=y |
128 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
129 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
130 | # CONFIG_BLK_DEV_INTEGRITY is not set | 146 | # CONFIG_BLK_DEV_INTEGRITY is not set |
131 | 147 | ||
@@ -141,18 +157,11 @@ CONFIG_DEFAULT_AS=y | |||
141 | # CONFIG_DEFAULT_CFQ is not set | 157 | # CONFIG_DEFAULT_CFQ is not set |
142 | # CONFIG_DEFAULT_NOOP is not set | 158 | # CONFIG_DEFAULT_NOOP is not set |
143 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 159 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
144 | CONFIG_CLASSIC_RCU=y | ||
145 | # CONFIG_TREE_RCU is not set | ||
146 | # CONFIG_PREEMPT_RCU is not set | ||
147 | # CONFIG_TREE_RCU_TRACE is not set | ||
148 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
149 | # CONFIG_FREEZER is not set | 160 | # CONFIG_FREEZER is not set |
150 | 161 | ||
151 | # | 162 | # |
152 | # Platform support | 163 | # Platform support |
153 | # | 164 | # |
154 | CONFIG_PPC_MULTIPLATFORM=y | ||
155 | CONFIG_CLASSIC32=y | ||
156 | # CONFIG_PPC_CHRP is not set | 165 | # CONFIG_PPC_CHRP is not set |
157 | # CONFIG_MPC5121_ADS is not set | 166 | # CONFIG_MPC5121_ADS is not set |
158 | # CONFIG_MPC5121_GENERIC is not set | 167 | # CONFIG_MPC5121_GENERIC is not set |
@@ -172,6 +181,8 @@ CONFIG_MPC7448HPC2=y | |||
172 | # CONFIG_PPC_PRPMC2800 is not set | 181 | # CONFIG_PPC_PRPMC2800 is not set |
173 | # CONFIG_PPC_C2K is not set | 182 | # CONFIG_PPC_C2K is not set |
174 | CONFIG_TSI108_BRIDGE=y | 183 | CONFIG_TSI108_BRIDGE=y |
184 | # CONFIG_AMIGAONE is not set | ||
185 | CONFIG_PPC_OF_BOOT_TRAMPOLINE=y | ||
175 | # CONFIG_IPIC is not set | 186 | # CONFIG_IPIC is not set |
176 | CONFIG_MPIC=y | 187 | CONFIG_MPIC=y |
177 | CONFIG_MPIC_WEIRD=y | 188 | CONFIG_MPIC_WEIRD=y |
@@ -230,9 +241,12 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
230 | CONFIG_BOUNCE=y | 241 | CONFIG_BOUNCE=y |
231 | CONFIG_VIRT_TO_BUS=y | 242 | CONFIG_VIRT_TO_BUS=y |
232 | CONFIG_UNEVICTABLE_LRU=y | 243 | CONFIG_UNEVICTABLE_LRU=y |
244 | CONFIG_HAVE_MLOCK=y | ||
245 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
233 | CONFIG_PPC_4K_PAGES=y | 246 | CONFIG_PPC_4K_PAGES=y |
234 | # CONFIG_PPC_16K_PAGES is not set | 247 | # CONFIG_PPC_16K_PAGES is not set |
235 | # CONFIG_PPC_64K_PAGES is not set | 248 | # CONFIG_PPC_64K_PAGES is not set |
249 | # CONFIG_PPC_256K_PAGES is not set | ||
236 | CONFIG_FORCE_MAX_ZONEORDER=11 | 250 | CONFIG_FORCE_MAX_ZONEORDER=11 |
237 | CONFIG_PROC_DEVICETREE=y | 251 | CONFIG_PROC_DEVICETREE=y |
238 | # CONFIG_CMDLINE_BOOL is not set | 252 | # CONFIG_CMDLINE_BOOL is not set |
@@ -255,6 +269,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
255 | # CONFIG_PCI_MSI is not set | 269 | # CONFIG_PCI_MSI is not set |
256 | # CONFIG_PCI_LEGACY is not set | 270 | # CONFIG_PCI_LEGACY is not set |
257 | # CONFIG_PCI_STUB is not set | 271 | # CONFIG_PCI_STUB is not set |
272 | # CONFIG_PCI_IOV is not set | ||
258 | # CONFIG_PCCARD is not set | 273 | # CONFIG_PCCARD is not set |
259 | # CONFIG_HOTPLUG_PCI is not set | 274 | # CONFIG_HOTPLUG_PCI is not set |
260 | # CONFIG_HAS_RAPIDIO is not set | 275 | # CONFIG_HAS_RAPIDIO is not set |
@@ -277,7 +292,6 @@ CONFIG_NET=y | |||
277 | # | 292 | # |
278 | # Networking options | 293 | # Networking options |
279 | # | 294 | # |
280 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
281 | CONFIG_PACKET=y | 295 | CONFIG_PACKET=y |
282 | # CONFIG_PACKET_MMAP is not set | 296 | # CONFIG_PACKET_MMAP is not set |
283 | CONFIG_UNIX=y | 297 | CONFIG_UNIX=y |
@@ -333,6 +347,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
333 | # CONFIG_LAPB is not set | 347 | # CONFIG_LAPB is not set |
334 | # CONFIG_ECONET is not set | 348 | # CONFIG_ECONET is not set |
335 | # CONFIG_WAN_ROUTER is not set | 349 | # CONFIG_WAN_ROUTER is not set |
350 | # CONFIG_PHONET is not set | ||
336 | # CONFIG_NET_SCHED is not set | 351 | # CONFIG_NET_SCHED is not set |
337 | # CONFIG_DCB is not set | 352 | # CONFIG_DCB is not set |
338 | 353 | ||
@@ -345,7 +360,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
345 | # CONFIG_IRDA is not set | 360 | # CONFIG_IRDA is not set |
346 | # CONFIG_BT is not set | 361 | # CONFIG_BT is not set |
347 | # CONFIG_AF_RXRPC is not set | 362 | # CONFIG_AF_RXRPC is not set |
348 | # CONFIG_PHONET is not set | ||
349 | CONFIG_WIRELESS=y | 363 | CONFIG_WIRELESS=y |
350 | # CONFIG_CFG80211 is not set | 364 | # CONFIG_CFG80211 is not set |
351 | CONFIG_WIRELESS_OLD_REGULATORY=y | 365 | CONFIG_WIRELESS_OLD_REGULATORY=y |
@@ -392,12 +406,16 @@ CONFIG_BLK_DEV_RAM_SIZE=131072 | |||
392 | # CONFIG_BLK_DEV_HD is not set | 406 | # CONFIG_BLK_DEV_HD is not set |
393 | CONFIG_MISC_DEVICES=y | 407 | CONFIG_MISC_DEVICES=y |
394 | # CONFIG_PHANTOM is not set | 408 | # CONFIG_PHANTOM is not set |
395 | # CONFIG_EEPROM_93CX6 is not set | ||
396 | # CONFIG_SGI_IOC4 is not set | 409 | # CONFIG_SGI_IOC4 is not set |
397 | # CONFIG_TIFM_CORE is not set | 410 | # CONFIG_TIFM_CORE is not set |
398 | # CONFIG_ENCLOSURE_SERVICES is not set | 411 | # CONFIG_ENCLOSURE_SERVICES is not set |
399 | # CONFIG_HP_ILO is not set | 412 | # CONFIG_HP_ILO is not set |
400 | # CONFIG_C2PORT is not set | 413 | # CONFIG_C2PORT is not set |
414 | |||
415 | # | ||
416 | # EEPROM support | ||
417 | # | ||
418 | # CONFIG_EEPROM_93CX6 is not set | ||
401 | CONFIG_HAVE_IDE=y | 419 | CONFIG_HAVE_IDE=y |
402 | # CONFIG_IDE is not set | 420 | # CONFIG_IDE is not set |
403 | 421 | ||
@@ -454,9 +472,11 @@ CONFIG_SCSI_LOWLEVEL=y | |||
454 | # CONFIG_MEGARAID_NEWGEN is not set | 472 | # CONFIG_MEGARAID_NEWGEN is not set |
455 | # CONFIG_MEGARAID_LEGACY is not set | 473 | # CONFIG_MEGARAID_LEGACY is not set |
456 | # CONFIG_MEGARAID_SAS is not set | 474 | # CONFIG_MEGARAID_SAS is not set |
475 | # CONFIG_SCSI_MPT2SAS is not set | ||
457 | # CONFIG_SCSI_HPTIOP is not set | 476 | # CONFIG_SCSI_HPTIOP is not set |
458 | # CONFIG_SCSI_BUSLOGIC is not set | 477 | # CONFIG_SCSI_BUSLOGIC is not set |
459 | # CONFIG_LIBFC is not set | 478 | # CONFIG_LIBFC is not set |
479 | # CONFIG_LIBFCOE is not set | ||
460 | # CONFIG_FCOE is not set | 480 | # CONFIG_FCOE is not set |
461 | # CONFIG_SCSI_DMX3191D is not set | 481 | # CONFIG_SCSI_DMX3191D is not set |
462 | # CONFIG_SCSI_EATA is not set | 482 | # CONFIG_SCSI_EATA is not set |
@@ -479,6 +499,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
479 | # CONFIG_SCSI_DEBUG is not set | 499 | # CONFIG_SCSI_DEBUG is not set |
480 | # CONFIG_SCSI_SRP is not set | 500 | # CONFIG_SCSI_SRP is not set |
481 | # CONFIG_SCSI_DH is not set | 501 | # CONFIG_SCSI_DH is not set |
502 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
482 | CONFIG_ATA=y | 503 | CONFIG_ATA=y |
483 | # CONFIG_ATA_NONSTANDARD is not set | 504 | # CONFIG_ATA_NONSTANDARD is not set |
484 | CONFIG_SATA_PMP=y | 505 | CONFIG_SATA_PMP=y |
@@ -554,6 +575,7 @@ CONFIG_SATA_MV=y | |||
554 | # CONFIG_I2O is not set | 575 | # CONFIG_I2O is not set |
555 | # CONFIG_MACINTOSH_DRIVERS is not set | 576 | # CONFIG_MACINTOSH_DRIVERS is not set |
556 | CONFIG_NETDEVICES=y | 577 | CONFIG_NETDEVICES=y |
578 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
557 | # CONFIG_DUMMY is not set | 579 | # CONFIG_DUMMY is not set |
558 | # CONFIG_BONDING is not set | 580 | # CONFIG_BONDING is not set |
559 | # CONFIG_MACVLAN is not set | 581 | # CONFIG_MACVLAN is not set |
@@ -587,6 +609,8 @@ CONFIG_MII=y | |||
587 | # CONFIG_SUNGEM is not set | 609 | # CONFIG_SUNGEM is not set |
588 | # CONFIG_CASSINI is not set | 610 | # CONFIG_CASSINI is not set |
589 | # CONFIG_NET_VENDOR_3COM is not set | 611 | # CONFIG_NET_VENDOR_3COM is not set |
612 | # CONFIG_ETHOC is not set | ||
613 | # CONFIG_DNET is not set | ||
590 | # CONFIG_NET_TULIP is not set | 614 | # CONFIG_NET_TULIP is not set |
591 | # CONFIG_HP100 is not set | 615 | # CONFIG_HP100 is not set |
592 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 616 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -628,6 +652,7 @@ CONFIG_NETDEV_1000=y | |||
628 | # CONFIG_E1000E is not set | 652 | # CONFIG_E1000E is not set |
629 | # CONFIG_IP1000 is not set | 653 | # CONFIG_IP1000 is not set |
630 | # CONFIG_IGB is not set | 654 | # CONFIG_IGB is not set |
655 | # CONFIG_IGBVF is not set | ||
631 | # CONFIG_NS83820 is not set | 656 | # CONFIG_NS83820 is not set |
632 | # CONFIG_HAMACHI is not set | 657 | # CONFIG_HAMACHI is not set |
633 | # CONFIG_YELLOWFIN is not set | 658 | # CONFIG_YELLOWFIN is not set |
@@ -639,10 +664,10 @@ CONFIG_NETDEV_1000=y | |||
639 | # CONFIG_TIGON3 is not set | 664 | # CONFIG_TIGON3 is not set |
640 | # CONFIG_BNX2 is not set | 665 | # CONFIG_BNX2 is not set |
641 | CONFIG_TSI108_ETH=y | 666 | CONFIG_TSI108_ETH=y |
642 | # CONFIG_MV643XX_ETH is not set | ||
643 | # CONFIG_QLA3XXX is not set | 667 | # CONFIG_QLA3XXX is not set |
644 | # CONFIG_ATL1 is not set | 668 | # CONFIG_ATL1 is not set |
645 | # CONFIG_ATL1E is not set | 669 | # CONFIG_ATL1E is not set |
670 | # CONFIG_ATL1C is not set | ||
646 | # CONFIG_JME is not set | 671 | # CONFIG_JME is not set |
647 | CONFIG_NETDEV_10000=y | 672 | CONFIG_NETDEV_10000=y |
648 | # CONFIG_CHELSIO_T1 is not set | 673 | # CONFIG_CHELSIO_T1 is not set |
@@ -652,6 +677,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
652 | # CONFIG_IXGBE is not set | 677 | # CONFIG_IXGBE is not set |
653 | # CONFIG_IXGB is not set | 678 | # CONFIG_IXGB is not set |
654 | # CONFIG_S2IO is not set | 679 | # CONFIG_S2IO is not set |
680 | # CONFIG_VXGE is not set | ||
655 | # CONFIG_MYRI10GE is not set | 681 | # CONFIG_MYRI10GE is not set |
656 | # CONFIG_NETXEN_NIC is not set | 682 | # CONFIG_NETXEN_NIC is not set |
657 | # CONFIG_NIU is not set | 683 | # CONFIG_NIU is not set |
@@ -661,6 +687,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
661 | # CONFIG_BNX2X is not set | 687 | # CONFIG_BNX2X is not set |
662 | # CONFIG_QLGE is not set | 688 | # CONFIG_QLGE is not set |
663 | # CONFIG_SFC is not set | 689 | # CONFIG_SFC is not set |
690 | # CONFIG_BE2NET is not set | ||
664 | # CONFIG_TR is not set | 691 | # CONFIG_TR is not set |
665 | 692 | ||
666 | # | 693 | # |
@@ -668,7 +695,6 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
668 | # | 695 | # |
669 | # CONFIG_WLAN_PRE80211 is not set | 696 | # CONFIG_WLAN_PRE80211 is not set |
670 | # CONFIG_WLAN_80211 is not set | 697 | # CONFIG_WLAN_80211 is not set |
671 | # CONFIG_IWLWIFI_LEDS is not set | ||
672 | 698 | ||
673 | # | 699 | # |
674 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 700 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -839,7 +865,6 @@ CONFIG_HID=y | |||
839 | # | 865 | # |
840 | # Special HID drivers | 866 | # Special HID drivers |
841 | # | 867 | # |
842 | CONFIG_HID_COMPAT=y | ||
843 | CONFIG_USB_SUPPORT=y | 868 | CONFIG_USB_SUPPORT=y |
844 | CONFIG_USB_ARCH_HAS_HCD=y | 869 | CONFIG_USB_ARCH_HAS_HCD=y |
845 | CONFIG_USB_ARCH_HAS_OHCI=y | 870 | CONFIG_USB_ARCH_HAS_OHCI=y |
@@ -853,7 +878,7 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
853 | # | 878 | # |
854 | 879 | ||
855 | # | 880 | # |
856 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | 881 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may |
857 | # | 882 | # |
858 | # CONFIG_USB_GADGET is not set | 883 | # CONFIG_USB_GADGET is not set |
859 | 884 | ||
@@ -869,6 +894,7 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
869 | # CONFIG_EDAC is not set | 894 | # CONFIG_EDAC is not set |
870 | # CONFIG_RTC_CLASS is not set | 895 | # CONFIG_RTC_CLASS is not set |
871 | # CONFIG_DMADEVICES is not set | 896 | # CONFIG_DMADEVICES is not set |
897 | # CONFIG_AUXDISPLAY is not set | ||
872 | # CONFIG_UIO is not set | 898 | # CONFIG_UIO is not set |
873 | # CONFIG_STAGING is not set | 899 | # CONFIG_STAGING is not set |
874 | 900 | ||
@@ -879,6 +905,7 @@ CONFIG_EXT2_FS=y | |||
879 | # CONFIG_EXT2_FS_XATTR is not set | 905 | # CONFIG_EXT2_FS_XATTR is not set |
880 | # CONFIG_EXT2_FS_XIP is not set | 906 | # CONFIG_EXT2_FS_XIP is not set |
881 | CONFIG_EXT3_FS=y | 907 | CONFIG_EXT3_FS=y |
908 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
882 | CONFIG_EXT3_FS_XATTR=y | 909 | CONFIG_EXT3_FS_XATTR=y |
883 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 910 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
884 | # CONFIG_EXT3_FS_SECURITY is not set | 911 | # CONFIG_EXT3_FS_SECURITY is not set |
@@ -902,6 +929,11 @@ CONFIG_INOTIFY_USER=y | |||
902 | # CONFIG_FUSE_FS is not set | 929 | # CONFIG_FUSE_FS is not set |
903 | 930 | ||
904 | # | 931 | # |
932 | # Caches | ||
933 | # | ||
934 | # CONFIG_FSCACHE is not set | ||
935 | |||
936 | # | ||
905 | # CD-ROM/DVD Filesystems | 937 | # CD-ROM/DVD Filesystems |
906 | # | 938 | # |
907 | # CONFIG_ISO9660_FS is not set | 939 | # CONFIG_ISO9660_FS is not set |
@@ -944,6 +976,7 @@ CONFIG_MISC_FILESYSTEMS=y | |||
944 | # CONFIG_ROMFS_FS is not set | 976 | # CONFIG_ROMFS_FS is not set |
945 | # CONFIG_SYSV_FS is not set | 977 | # CONFIG_SYSV_FS is not set |
946 | # CONFIG_UFS_FS is not set | 978 | # CONFIG_UFS_FS is not set |
979 | # CONFIG_NILFS2_FS is not set | ||
947 | CONFIG_NETWORK_FILESYSTEMS=y | 980 | CONFIG_NETWORK_FILESYSTEMS=y |
948 | CONFIG_NFS_FS=y | 981 | CONFIG_NFS_FS=y |
949 | # CONFIG_NFS_V3 is not set | 982 | # CONFIG_NFS_V3 is not set |
@@ -953,7 +986,6 @@ CONFIG_ROOT_NFS=y | |||
953 | CONFIG_LOCKD=y | 986 | CONFIG_LOCKD=y |
954 | CONFIG_NFS_COMMON=y | 987 | CONFIG_NFS_COMMON=y |
955 | CONFIG_SUNRPC=y | 988 | CONFIG_SUNRPC=y |
956 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
957 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 989 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
958 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 990 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
959 | # CONFIG_SMB_FS is not set | 991 | # CONFIG_SMB_FS is not set |
@@ -985,6 +1017,7 @@ CONFIG_MSDOS_PARTITION=y | |||
985 | # CONFIG_SYSV68_PARTITION is not set | 1017 | # CONFIG_SYSV68_PARTITION is not set |
986 | # CONFIG_NLS is not set | 1018 | # CONFIG_NLS is not set |
987 | # CONFIG_DLM is not set | 1019 | # CONFIG_DLM is not set |
1020 | # CONFIG_BINARY_PRINTF is not set | ||
988 | 1021 | ||
989 | # | 1022 | # |
990 | # Library routines | 1023 | # Library routines |
@@ -998,11 +1031,13 @@ CONFIG_CRC_T10DIF=y | |||
998 | CONFIG_CRC32=y | 1031 | CONFIG_CRC32=y |
999 | # CONFIG_CRC7 is not set | 1032 | # CONFIG_CRC7 is not set |
1000 | # CONFIG_LIBCRC32C is not set | 1033 | # CONFIG_LIBCRC32C is not set |
1001 | CONFIG_PLIST=y | 1034 | CONFIG_ZLIB_INFLATE=y |
1035 | CONFIG_DECOMPRESS_GZIP=y | ||
1002 | CONFIG_HAS_IOMEM=y | 1036 | CONFIG_HAS_IOMEM=y |
1003 | CONFIG_HAS_IOPORT=y | 1037 | CONFIG_HAS_IOPORT=y |
1004 | CONFIG_HAS_DMA=y | 1038 | CONFIG_HAS_DMA=y |
1005 | CONFIG_HAVE_LMB=y | 1039 | CONFIG_HAVE_LMB=y |
1040 | CONFIG_NLATTR=y | ||
1006 | 1041 | ||
1007 | # | 1042 | # |
1008 | # Kernel hacking | 1043 | # Kernel hacking |
@@ -1024,13 +1059,24 @@ CONFIG_FRAME_WARN=1024 | |||
1024 | # CONFIG_LATENCYTOP is not set | 1059 | # CONFIG_LATENCYTOP is not set |
1025 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1060 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
1026 | CONFIG_HAVE_FUNCTION_TRACER=y | 1061 | CONFIG_HAVE_FUNCTION_TRACER=y |
1062 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
1027 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 1063 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
1028 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | 1064 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y |
1065 | CONFIG_TRACING_SUPPORT=y | ||
1029 | 1066 | ||
1030 | # | 1067 | # |
1031 | # Tracers | 1068 | # Tracers |
1032 | # | 1069 | # |
1033 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 1070 | # CONFIG_FUNCTION_TRACER is not set |
1071 | # CONFIG_SCHED_TRACER is not set | ||
1072 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1073 | # CONFIG_EVENT_TRACER is not set | ||
1074 | # CONFIG_BOOT_TRACER is not set | ||
1075 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1076 | # CONFIG_STACK_TRACER is not set | ||
1077 | # CONFIG_KMEMTRACE is not set | ||
1078 | # CONFIG_WORKQUEUE_TRACER is not set | ||
1079 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
1034 | # CONFIG_SAMPLES is not set | 1080 | # CONFIG_SAMPLES is not set |
1035 | CONFIG_HAVE_ARCH_KGDB=y | 1081 | CONFIG_HAVE_ARCH_KGDB=y |
1036 | CONFIG_PRINT_STACK_DEPTH=64 | 1082 | CONFIG_PRINT_STACK_DEPTH=64 |
@@ -1122,6 +1168,7 @@ CONFIG_CRYPTO=y | |||
1122 | # Compression | 1168 | # Compression |
1123 | # | 1169 | # |
1124 | # CONFIG_CRYPTO_DEFLATE is not set | 1170 | # CONFIG_CRYPTO_DEFLATE is not set |
1171 | # CONFIG_CRYPTO_ZLIB is not set | ||
1125 | # CONFIG_CRYPTO_LZO is not set | 1172 | # CONFIG_CRYPTO_LZO is not set |
1126 | 1173 | ||
1127 | # | 1174 | # |
diff --git a/arch/powerpc/configs/mpc8272_ads_defconfig b/arch/powerpc/configs/mpc8272_ads_defconfig index d85a43cb821f..cb966ca2ce89 100644 --- a/arch/powerpc/configs/mpc8272_ads_defconfig +++ b/arch/powerpc/configs/mpc8272_ads_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.29-rc2 | 3 | # Linux kernel version: 2.6.30-rc3 |
4 | # Mon Jan 26 15:35:35 2009 | 4 | # Wed May 13 17:21:57 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -14,6 +14,7 @@ CONFIG_6xx=y | |||
14 | # CONFIG_40x is not set | 14 | # CONFIG_40x is not set |
15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
17 | CONFIG_PPC_BOOK3S=y | ||
17 | CONFIG_PPC_FPU=y | 18 | CONFIG_PPC_FPU=y |
18 | # CONFIG_ALTIVEC is not set | 19 | # CONFIG_ALTIVEC is not set |
19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
@@ -55,6 +56,7 @@ CONFIG_GENERIC_BUG=y | |||
55 | CONFIG_DEFAULT_UIMAGE=y | 56 | CONFIG_DEFAULT_UIMAGE=y |
56 | # CONFIG_PPC_DCR_NATIVE is not set | 57 | # CONFIG_PPC_DCR_NATIVE is not set |
57 | # CONFIG_PPC_DCR_MMIO is not set | 58 | # CONFIG_PPC_DCR_MMIO is not set |
59 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | ||
58 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 60 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
59 | 61 | ||
60 | # | 62 | # |
@@ -71,6 +73,15 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
71 | # CONFIG_BSD_PROCESS_ACCT is not set | 73 | # CONFIG_BSD_PROCESS_ACCT is not set |
72 | # CONFIG_TASKSTATS is not set | 74 | # CONFIG_TASKSTATS is not set |
73 | # CONFIG_AUDIT is not set | 75 | # CONFIG_AUDIT is not set |
76 | |||
77 | # | ||
78 | # RCU Subsystem | ||
79 | # | ||
80 | CONFIG_CLASSIC_RCU=y | ||
81 | # CONFIG_TREE_RCU is not set | ||
82 | # CONFIG_PREEMPT_RCU is not set | ||
83 | # CONFIG_TREE_RCU_TRACE is not set | ||
84 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
74 | CONFIG_IKCONFIG=y | 85 | CONFIG_IKCONFIG=y |
75 | CONFIG_IKCONFIG_PROC=y | 86 | CONFIG_IKCONFIG_PROC=y |
76 | CONFIG_LOG_BUF_SHIFT=14 | 87 | CONFIG_LOG_BUF_SHIFT=14 |
@@ -82,20 +93,19 @@ CONFIG_SYSFS_DEPRECATED_V2=y | |||
82 | # CONFIG_BLK_DEV_INITRD is not set | 93 | # CONFIG_BLK_DEV_INITRD is not set |
83 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 94 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
84 | CONFIG_SYSCTL=y | 95 | CONFIG_SYSCTL=y |
96 | CONFIG_ANON_INODES=y | ||
85 | CONFIG_EMBEDDED=y | 97 | CONFIG_EMBEDDED=y |
86 | CONFIG_SYSCTL_SYSCALL=y | 98 | CONFIG_SYSCTL_SYSCALL=y |
87 | CONFIG_KALLSYMS=y | 99 | CONFIG_KALLSYMS=y |
88 | CONFIG_KALLSYMS_ALL=y | 100 | CONFIG_KALLSYMS_ALL=y |
89 | CONFIG_KALLSYMS_STRIP_GENERATED=y | ||
90 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 101 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
102 | # CONFIG_STRIP_ASM_SYMS is not set | ||
91 | CONFIG_HOTPLUG=y | 103 | CONFIG_HOTPLUG=y |
92 | CONFIG_PRINTK=y | 104 | CONFIG_PRINTK=y |
93 | CONFIG_BUG=y | 105 | CONFIG_BUG=y |
94 | CONFIG_ELF_CORE=y | 106 | CONFIG_ELF_CORE=y |
95 | CONFIG_COMPAT_BRK=y | ||
96 | CONFIG_BASE_FULL=y | 107 | CONFIG_BASE_FULL=y |
97 | CONFIG_FUTEX=y | 108 | CONFIG_FUTEX=y |
98 | CONFIG_ANON_INODES=y | ||
99 | CONFIG_EPOLL=y | 109 | CONFIG_EPOLL=y |
100 | CONFIG_SIGNALFD=y | 110 | CONFIG_SIGNALFD=y |
101 | CONFIG_TIMERFD=y | 111 | CONFIG_TIMERFD=y |
@@ -105,10 +115,12 @@ CONFIG_AIO=y | |||
105 | CONFIG_VM_EVENT_COUNTERS=y | 115 | CONFIG_VM_EVENT_COUNTERS=y |
106 | CONFIG_PCI_QUIRKS=y | 116 | CONFIG_PCI_QUIRKS=y |
107 | CONFIG_SLUB_DEBUG=y | 117 | CONFIG_SLUB_DEBUG=y |
118 | CONFIG_COMPAT_BRK=y | ||
108 | # CONFIG_SLAB is not set | 119 | # CONFIG_SLAB is not set |
109 | CONFIG_SLUB=y | 120 | CONFIG_SLUB=y |
110 | # CONFIG_SLOB is not set | 121 | # CONFIG_SLOB is not set |
111 | # CONFIG_PROFILING is not set | 122 | # CONFIG_PROFILING is not set |
123 | # CONFIG_MARKERS is not set | ||
112 | CONFIG_HAVE_OPROFILE=y | 124 | CONFIG_HAVE_OPROFILE=y |
113 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 125 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
114 | CONFIG_HAVE_IOREMAP_PROT=y | 126 | CONFIG_HAVE_IOREMAP_PROT=y |
@@ -116,6 +128,7 @@ CONFIG_HAVE_KPROBES=y | |||
116 | CONFIG_HAVE_KRETPROBES=y | 128 | CONFIG_HAVE_KRETPROBES=y |
117 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 129 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
118 | CONFIG_HAVE_CLK=y | 130 | CONFIG_HAVE_CLK=y |
131 | # CONFIG_SLOW_WORK is not set | ||
119 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 132 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
120 | CONFIG_SLABINFO=y | 133 | CONFIG_SLABINFO=y |
121 | CONFIG_RT_MUTEXES=y | 134 | CONFIG_RT_MUTEXES=y |
@@ -123,7 +136,6 @@ CONFIG_BASE_SMALL=0 | |||
123 | # CONFIG_MODULES is not set | 136 | # CONFIG_MODULES is not set |
124 | CONFIG_BLOCK=y | 137 | CONFIG_BLOCK=y |
125 | # CONFIG_LBD is not set | 138 | # CONFIG_LBD is not set |
126 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
127 | # CONFIG_BLK_DEV_INTEGRITY is not set | 139 | # CONFIG_BLK_DEV_INTEGRITY is not set |
128 | 140 | ||
129 | # | 141 | # |
@@ -138,18 +150,11 @@ CONFIG_DEFAULT_AS=y | |||
138 | # CONFIG_DEFAULT_CFQ is not set | 150 | # CONFIG_DEFAULT_CFQ is not set |
139 | # CONFIG_DEFAULT_NOOP is not set | 151 | # CONFIG_DEFAULT_NOOP is not set |
140 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 152 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
141 | CONFIG_CLASSIC_RCU=y | ||
142 | # CONFIG_TREE_RCU is not set | ||
143 | # CONFIG_PREEMPT_RCU is not set | ||
144 | # CONFIG_TREE_RCU_TRACE is not set | ||
145 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
146 | # CONFIG_FREEZER is not set | 153 | # CONFIG_FREEZER is not set |
147 | 154 | ||
148 | # | 155 | # |
149 | # Platform support | 156 | # Platform support |
150 | # | 157 | # |
151 | CONFIG_PPC_MULTIPLATFORM=y | ||
152 | CONFIG_CLASSIC32=y | ||
153 | # CONFIG_PPC_CHRP is not set | 158 | # CONFIG_PPC_CHRP is not set |
154 | # CONFIG_MPC5121_ADS is not set | 159 | # CONFIG_MPC5121_ADS is not set |
155 | # CONFIG_MPC5121_GENERIC is not set | 160 | # CONFIG_MPC5121_GENERIC is not set |
@@ -169,6 +174,8 @@ CONFIG_PQ2_ADS_PCI_PIC=y | |||
169 | # CONFIG_PPC_83xx is not set | 174 | # CONFIG_PPC_83xx is not set |
170 | # CONFIG_PPC_86xx is not set | 175 | # CONFIG_PPC_86xx is not set |
171 | # CONFIG_EMBEDDED6xx is not set | 176 | # CONFIG_EMBEDDED6xx is not set |
177 | # CONFIG_AMIGAONE is not set | ||
178 | CONFIG_PPC_OF_BOOT_TRAMPOLINE=y | ||
172 | # CONFIG_IPIC is not set | 179 | # CONFIG_IPIC is not set |
173 | # CONFIG_MPIC is not set | 180 | # CONFIG_MPIC is not set |
174 | # CONFIG_MPIC_WEIRD is not set | 181 | # CONFIG_MPIC_WEIRD is not set |
@@ -225,9 +232,12 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
225 | CONFIG_BOUNCE=y | 232 | CONFIG_BOUNCE=y |
226 | CONFIG_VIRT_TO_BUS=y | 233 | CONFIG_VIRT_TO_BUS=y |
227 | CONFIG_UNEVICTABLE_LRU=y | 234 | CONFIG_UNEVICTABLE_LRU=y |
235 | CONFIG_HAVE_MLOCK=y | ||
236 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
228 | CONFIG_PPC_4K_PAGES=y | 237 | CONFIG_PPC_4K_PAGES=y |
229 | # CONFIG_PPC_16K_PAGES is not set | 238 | # CONFIG_PPC_16K_PAGES is not set |
230 | # CONFIG_PPC_64K_PAGES is not set | 239 | # CONFIG_PPC_64K_PAGES is not set |
240 | # CONFIG_PPC_256K_PAGES is not set | ||
231 | CONFIG_FORCE_MAX_ZONEORDER=11 | 241 | CONFIG_FORCE_MAX_ZONEORDER=11 |
232 | CONFIG_PROC_DEVICETREE=y | 242 | CONFIG_PROC_DEVICETREE=y |
233 | # CONFIG_CMDLINE_BOOL is not set | 243 | # CONFIG_CMDLINE_BOOL is not set |
@@ -253,6 +263,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
253 | # CONFIG_PCI_LEGACY is not set | 263 | # CONFIG_PCI_LEGACY is not set |
254 | # CONFIG_PCI_DEBUG is not set | 264 | # CONFIG_PCI_DEBUG is not set |
255 | # CONFIG_PCI_STUB is not set | 265 | # CONFIG_PCI_STUB is not set |
266 | # CONFIG_PCI_IOV is not set | ||
256 | # CONFIG_PCCARD is not set | 267 | # CONFIG_PCCARD is not set |
257 | # CONFIG_HOTPLUG_PCI is not set | 268 | # CONFIG_HOTPLUG_PCI is not set |
258 | # CONFIG_HAS_RAPIDIO is not set | 269 | # CONFIG_HAS_RAPIDIO is not set |
@@ -275,7 +286,6 @@ CONFIG_NET=y | |||
275 | # | 286 | # |
276 | # Networking options | 287 | # Networking options |
277 | # | 288 | # |
278 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
279 | CONFIG_PACKET=y | 289 | CONFIG_PACKET=y |
280 | # CONFIG_PACKET_MMAP is not set | 290 | # CONFIG_PACKET_MMAP is not set |
281 | CONFIG_UNIX=y | 291 | CONFIG_UNIX=y |
@@ -356,6 +366,7 @@ CONFIG_NETFILTER_ADVANCED=y | |||
356 | # CONFIG_LLC2 is not set | 366 | # CONFIG_LLC2 is not set |
357 | # CONFIG_IPX is not set | 367 | # CONFIG_IPX is not set |
358 | # CONFIG_ATALK is not set | 368 | # CONFIG_ATALK is not set |
369 | # CONFIG_PHONET is not set | ||
359 | # CONFIG_NET_SCHED is not set | 370 | # CONFIG_NET_SCHED is not set |
360 | # CONFIG_DCB is not set | 371 | # CONFIG_DCB is not set |
361 | 372 | ||
@@ -367,7 +378,6 @@ CONFIG_NETFILTER_ADVANCED=y | |||
367 | # CONFIG_CAN is not set | 378 | # CONFIG_CAN is not set |
368 | # CONFIG_IRDA is not set | 379 | # CONFIG_IRDA is not set |
369 | # CONFIG_BT is not set | 380 | # CONFIG_BT is not set |
370 | # CONFIG_PHONET is not set | ||
371 | CONFIG_WIRELESS=y | 381 | CONFIG_WIRELESS=y |
372 | # CONFIG_CFG80211 is not set | 382 | # CONFIG_CFG80211 is not set |
373 | CONFIG_WIRELESS_OLD_REGULATORY=y | 383 | CONFIG_WIRELESS_OLD_REGULATORY=y |
@@ -472,7 +482,6 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
472 | # LPDDR flash memory drivers | 482 | # LPDDR flash memory drivers |
473 | # | 483 | # |
474 | # CONFIG_MTD_LPDDR is not set | 484 | # CONFIG_MTD_LPDDR is not set |
475 | # CONFIG_MTD_QINFO_PROBE is not set | ||
476 | 485 | ||
477 | # | 486 | # |
478 | # UBI - Unsorted block images | 487 | # UBI - Unsorted block images |
@@ -521,6 +530,7 @@ CONFIG_HAVE_IDE=y | |||
521 | # CONFIG_I2O is not set | 530 | # CONFIG_I2O is not set |
522 | # CONFIG_MACINTOSH_DRIVERS is not set | 531 | # CONFIG_MACINTOSH_DRIVERS is not set |
523 | CONFIG_NETDEVICES=y | 532 | CONFIG_NETDEVICES=y |
533 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
524 | # CONFIG_DUMMY is not set | 534 | # CONFIG_DUMMY is not set |
525 | # CONFIG_BONDING is not set | 535 | # CONFIG_BONDING is not set |
526 | # CONFIG_EQUALIZER is not set | 536 | # CONFIG_EQUALIZER is not set |
@@ -554,6 +564,8 @@ CONFIG_MII=y | |||
554 | # CONFIG_SUNGEM is not set | 564 | # CONFIG_SUNGEM is not set |
555 | # CONFIG_CASSINI is not set | 565 | # CONFIG_CASSINI is not set |
556 | # CONFIG_NET_VENDOR_3COM is not set | 566 | # CONFIG_NET_VENDOR_3COM is not set |
567 | # CONFIG_ETHOC is not set | ||
568 | # CONFIG_DNET is not set | ||
557 | # CONFIG_NET_TULIP is not set | 569 | # CONFIG_NET_TULIP is not set |
558 | # CONFIG_HP100 is not set | 570 | # CONFIG_HP100 is not set |
559 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 571 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -576,6 +588,7 @@ CONFIG_NETDEV_1000=y | |||
576 | # CONFIG_E1000 is not set | 588 | # CONFIG_E1000 is not set |
577 | # CONFIG_E1000E is not set | 589 | # CONFIG_E1000E is not set |
578 | # CONFIG_IGB is not set | 590 | # CONFIG_IGB is not set |
591 | # CONFIG_IGBVF is not set | ||
579 | # CONFIG_NS83820 is not set | 592 | # CONFIG_NS83820 is not set |
580 | # CONFIG_HAMACHI is not set | 593 | # CONFIG_HAMACHI is not set |
581 | # CONFIG_R8169 is not set | 594 | # CONFIG_R8169 is not set |
@@ -585,8 +598,8 @@ CONFIG_NETDEV_1000=y | |||
585 | # CONFIG_VIA_VELOCITY is not set | 598 | # CONFIG_VIA_VELOCITY is not set |
586 | # CONFIG_TIGON3 is not set | 599 | # CONFIG_TIGON3 is not set |
587 | # CONFIG_BNX2 is not set | 600 | # CONFIG_BNX2 is not set |
601 | # CONFIG_FSL_PQ_MDIO is not set | ||
588 | # CONFIG_GIANFAR is not set | 602 | # CONFIG_GIANFAR is not set |
589 | # CONFIG_MV643XX_ETH is not set | ||
590 | # CONFIG_QLA3XXX is not set | 603 | # CONFIG_QLA3XXX is not set |
591 | # CONFIG_ATL1 is not set | 604 | # CONFIG_ATL1 is not set |
592 | # CONFIG_JME is not set | 605 | # CONFIG_JME is not set |
@@ -598,6 +611,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
598 | # CONFIG_IXGBE is not set | 611 | # CONFIG_IXGBE is not set |
599 | # CONFIG_IXGB is not set | 612 | # CONFIG_IXGB is not set |
600 | # CONFIG_S2IO is not set | 613 | # CONFIG_S2IO is not set |
614 | # CONFIG_VXGE is not set | ||
601 | # CONFIG_MYRI10GE is not set | 615 | # CONFIG_MYRI10GE is not set |
602 | # CONFIG_NETXEN_NIC is not set | 616 | # CONFIG_NETXEN_NIC is not set |
603 | # CONFIG_NIU is not set | 617 | # CONFIG_NIU is not set |
@@ -607,6 +621,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
607 | # CONFIG_BNX2X is not set | 621 | # CONFIG_BNX2X is not set |
608 | # CONFIG_QLGE is not set | 622 | # CONFIG_QLGE is not set |
609 | # CONFIG_SFC is not set | 623 | # CONFIG_SFC is not set |
624 | # CONFIG_BE2NET is not set | ||
610 | # CONFIG_TR is not set | 625 | # CONFIG_TR is not set |
611 | 626 | ||
612 | # | 627 | # |
@@ -614,7 +629,6 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
614 | # | 629 | # |
615 | # CONFIG_WLAN_PRE80211 is not set | 630 | # CONFIG_WLAN_PRE80211 is not set |
616 | # CONFIG_WLAN_80211 is not set | 631 | # CONFIG_WLAN_80211 is not set |
617 | # CONFIG_IWLWIFI_LEDS is not set | ||
618 | 632 | ||
619 | # | 633 | # |
620 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 634 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -668,7 +682,6 @@ CONFIG_MOUSE_PS2=y | |||
668 | CONFIG_MOUSE_PS2_ALPS=y | 682 | CONFIG_MOUSE_PS2_ALPS=y |
669 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | 683 | CONFIG_MOUSE_PS2_LOGIPS2PP=y |
670 | CONFIG_MOUSE_PS2_SYNAPTICS=y | 684 | CONFIG_MOUSE_PS2_SYNAPTICS=y |
671 | CONFIG_MOUSE_PS2_LIFEBOOK=y | ||
672 | CONFIG_MOUSE_PS2_TRACKPOINT=y | 685 | CONFIG_MOUSE_PS2_TRACKPOINT=y |
673 | # CONFIG_MOUSE_PS2_ELANTECH is not set | 686 | # CONFIG_MOUSE_PS2_ELANTECH is not set |
674 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | 687 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set |
@@ -719,6 +732,7 @@ CONFIG_LEGACY_PTYS=y | |||
719 | CONFIG_LEGACY_PTY_COUNT=256 | 732 | CONFIG_LEGACY_PTY_COUNT=256 |
720 | # CONFIG_IPMI_HANDLER is not set | 733 | # CONFIG_IPMI_HANDLER is not set |
721 | CONFIG_HW_RANDOM=y | 734 | CONFIG_HW_RANDOM=y |
735 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||
722 | # CONFIG_NVRAM is not set | 736 | # CONFIG_NVRAM is not set |
723 | # CONFIG_GEN_RTC is not set | 737 | # CONFIG_GEN_RTC is not set |
724 | # CONFIG_R3964 is not set | 738 | # CONFIG_R3964 is not set |
@@ -809,8 +823,10 @@ CONFIG_DAB=y | |||
809 | # CONFIG_NEW_LEDS is not set | 823 | # CONFIG_NEW_LEDS is not set |
810 | # CONFIG_ACCESSIBILITY is not set | 824 | # CONFIG_ACCESSIBILITY is not set |
811 | # CONFIG_INFINIBAND is not set | 825 | # CONFIG_INFINIBAND is not set |
826 | # CONFIG_EDAC is not set | ||
812 | # CONFIG_RTC_CLASS is not set | 827 | # CONFIG_RTC_CLASS is not set |
813 | # CONFIG_DMADEVICES is not set | 828 | # CONFIG_DMADEVICES is not set |
829 | # CONFIG_AUXDISPLAY is not set | ||
814 | # CONFIG_UIO is not set | 830 | # CONFIG_UIO is not set |
815 | # CONFIG_STAGING is not set | 831 | # CONFIG_STAGING is not set |
816 | 832 | ||
@@ -821,6 +837,7 @@ CONFIG_EXT2_FS=y | |||
821 | # CONFIG_EXT2_FS_XATTR is not set | 837 | # CONFIG_EXT2_FS_XATTR is not set |
822 | # CONFIG_EXT2_FS_XIP is not set | 838 | # CONFIG_EXT2_FS_XIP is not set |
823 | CONFIG_EXT3_FS=y | 839 | CONFIG_EXT3_FS=y |
840 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
824 | CONFIG_EXT3_FS_XATTR=y | 841 | CONFIG_EXT3_FS_XATTR=y |
825 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 842 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
826 | # CONFIG_EXT3_FS_SECURITY is not set | 843 | # CONFIG_EXT3_FS_SECURITY is not set |
@@ -842,6 +859,10 @@ CONFIG_AUTOFS4_FS=y | |||
842 | # CONFIG_FUSE_FS is not set | 859 | # CONFIG_FUSE_FS is not set |
843 | 860 | ||
844 | # | 861 | # |
862 | # Caches | ||
863 | # | ||
864 | |||
865 | # | ||
845 | # CD-ROM/DVD Filesystems | 866 | # CD-ROM/DVD Filesystems |
846 | # | 867 | # |
847 | # CONFIG_ISO9660_FS is not set | 868 | # CONFIG_ISO9660_FS is not set |
@@ -956,6 +977,7 @@ CONFIG_NLS_ISO8859_1=y | |||
956 | # CONFIG_NLS_KOI8_R is not set | 977 | # CONFIG_NLS_KOI8_R is not set |
957 | # CONFIG_NLS_KOI8_U is not set | 978 | # CONFIG_NLS_KOI8_U is not set |
958 | CONFIG_NLS_UTF8=y | 979 | CONFIG_NLS_UTF8=y |
980 | # CONFIG_BINARY_PRINTF is not set | ||
959 | 981 | ||
960 | # | 982 | # |
961 | # Library routines | 983 | # Library routines |
@@ -971,11 +993,11 @@ CONFIG_CRC32=y | |||
971 | # CONFIG_LIBCRC32C is not set | 993 | # CONFIG_LIBCRC32C is not set |
972 | CONFIG_ZLIB_INFLATE=y | 994 | CONFIG_ZLIB_INFLATE=y |
973 | CONFIG_ZLIB_DEFLATE=y | 995 | CONFIG_ZLIB_DEFLATE=y |
974 | CONFIG_PLIST=y | ||
975 | CONFIG_HAS_IOMEM=y | 996 | CONFIG_HAS_IOMEM=y |
976 | CONFIG_HAS_IOPORT=y | 997 | CONFIG_HAS_IOPORT=y |
977 | CONFIG_HAS_DMA=y | 998 | CONFIG_HAS_DMA=y |
978 | CONFIG_HAVE_LMB=y | 999 | CONFIG_HAVE_LMB=y |
1000 | CONFIG_NLATTR=y | ||
979 | 1001 | ||
980 | # | 1002 | # |
981 | # Kernel hacking | 1003 | # Kernel hacking |
@@ -993,6 +1015,9 @@ CONFIG_DEBUG_KERNEL=y | |||
993 | CONFIG_DETECT_SOFTLOCKUP=y | 1015 | CONFIG_DETECT_SOFTLOCKUP=y |
994 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | 1016 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set |
995 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | 1017 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 |
1018 | CONFIG_DETECT_HUNG_TASK=y | ||
1019 | # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set | ||
1020 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 | ||
996 | CONFIG_SCHED_DEBUG=y | 1021 | CONFIG_SCHED_DEBUG=y |
997 | # CONFIG_SCHEDSTATS is not set | 1022 | # CONFIG_SCHEDSTATS is not set |
998 | # CONFIG_TIMER_STATS is not set | 1023 | # CONFIG_TIMER_STATS is not set |
@@ -1022,9 +1047,12 @@ CONFIG_DEBUG_INFO=y | |||
1022 | # CONFIG_FAULT_INJECTION is not set | 1047 | # CONFIG_FAULT_INJECTION is not set |
1023 | # CONFIG_LATENCYTOP is not set | 1048 | # CONFIG_LATENCYTOP is not set |
1024 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1049 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
1050 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1025 | CONFIG_HAVE_FUNCTION_TRACER=y | 1051 | CONFIG_HAVE_FUNCTION_TRACER=y |
1052 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
1026 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 1053 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
1027 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | 1054 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y |
1055 | CONFIG_TRACING_SUPPORT=y | ||
1028 | 1056 | ||
1029 | # | 1057 | # |
1030 | # Tracers | 1058 | # Tracers |
@@ -1032,16 +1060,18 @@ CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | |||
1032 | # CONFIG_FUNCTION_TRACER is not set | 1060 | # CONFIG_FUNCTION_TRACER is not set |
1033 | # CONFIG_SCHED_TRACER is not set | 1061 | # CONFIG_SCHED_TRACER is not set |
1034 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | 1062 | # CONFIG_CONTEXT_SWITCH_TRACER is not set |
1063 | # CONFIG_EVENT_TRACER is not set | ||
1035 | # CONFIG_BOOT_TRACER is not set | 1064 | # CONFIG_BOOT_TRACER is not set |
1036 | # CONFIG_TRACE_BRANCH_PROFILING is not set | 1065 | # CONFIG_TRACE_BRANCH_PROFILING is not set |
1037 | # CONFIG_STACK_TRACER is not set | 1066 | # CONFIG_STACK_TRACER is not set |
1038 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 1067 | # CONFIG_KMEMTRACE is not set |
1068 | # CONFIG_WORKQUEUE_TRACER is not set | ||
1069 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
1039 | # CONFIG_SAMPLES is not set | 1070 | # CONFIG_SAMPLES is not set |
1040 | CONFIG_HAVE_ARCH_KGDB=y | 1071 | CONFIG_HAVE_ARCH_KGDB=y |
1041 | CONFIG_PRINT_STACK_DEPTH=64 | 1072 | CONFIG_PRINT_STACK_DEPTH=64 |
1042 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1073 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
1043 | # CONFIG_DEBUG_STACK_USAGE is not set | 1074 | # CONFIG_DEBUG_STACK_USAGE is not set |
1044 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1045 | # CONFIG_CODE_PATCHING_SELFTEST is not set | 1075 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
1046 | # CONFIG_FTR_FIXUP_SELFTEST is not set | 1076 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
1047 | # CONFIG_MSI_BITMAP_SELFTEST is not set | 1077 | # CONFIG_MSI_BITMAP_SELFTEST is not set |
@@ -1072,9 +1102,11 @@ CONFIG_CRYPTO_BLKCIPHER2=y | |||
1072 | CONFIG_CRYPTO_HASH=y | 1102 | CONFIG_CRYPTO_HASH=y |
1073 | CONFIG_CRYPTO_HASH2=y | 1103 | CONFIG_CRYPTO_HASH2=y |
1074 | CONFIG_CRYPTO_RNG2=y | 1104 | CONFIG_CRYPTO_RNG2=y |
1105 | CONFIG_CRYPTO_PCOMP=y | ||
1075 | CONFIG_CRYPTO_MANAGER=y | 1106 | CONFIG_CRYPTO_MANAGER=y |
1076 | CONFIG_CRYPTO_MANAGER2=y | 1107 | CONFIG_CRYPTO_MANAGER2=y |
1077 | # CONFIG_CRYPTO_NULL is not set | 1108 | # CONFIG_CRYPTO_NULL is not set |
1109 | CONFIG_CRYPTO_WORKQUEUE=y | ||
1078 | # CONFIG_CRYPTO_CRYPTD is not set | 1110 | # CONFIG_CRYPTO_CRYPTD is not set |
1079 | # CONFIG_CRYPTO_AUTHENC is not set | 1111 | # CONFIG_CRYPTO_AUTHENC is not set |
1080 | 1112 | ||
@@ -1138,6 +1170,7 @@ CONFIG_CRYPTO_DES=y | |||
1138 | # Compression | 1170 | # Compression |
1139 | # | 1171 | # |
1140 | # CONFIG_CRYPTO_DEFLATE is not set | 1172 | # CONFIG_CRYPTO_DEFLATE is not set |
1173 | # CONFIG_CRYPTO_ZLIB is not set | ||
1141 | # CONFIG_CRYPTO_LZO is not set | 1174 | # CONFIG_CRYPTO_LZO is not set |
1142 | 1175 | ||
1143 | # | 1176 | # |
diff --git a/arch/powerpc/configs/pq2fads_defconfig b/arch/powerpc/configs/pq2fads_defconfig index fdded96633a1..129d80860f2a 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.29-rc2 | 3 | # Linux kernel version: 2.6.30-rc3 |
4 | # Mon Jan 26 15:35:42 2009 | 4 | # Wed May 13 17:22:02 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -14,6 +14,7 @@ CONFIG_6xx=y | |||
14 | # CONFIG_40x is not set | 14 | # CONFIG_40x is not set |
15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
17 | CONFIG_PPC_BOOK3S=y | ||
17 | CONFIG_PPC_FPU=y | 18 | CONFIG_PPC_FPU=y |
18 | # CONFIG_ALTIVEC is not set | 19 | # CONFIG_ALTIVEC is not set |
19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
@@ -55,6 +56,7 @@ CONFIG_GENERIC_BUG=y | |||
55 | CONFIG_DEFAULT_UIMAGE=y | 56 | CONFIG_DEFAULT_UIMAGE=y |
56 | # CONFIG_PPC_DCR_NATIVE is not set | 57 | # CONFIG_PPC_DCR_NATIVE is not set |
57 | # CONFIG_PPC_DCR_MMIO is not set | 58 | # CONFIG_PPC_DCR_MMIO is not set |
59 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | ||
58 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 60 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
59 | 61 | ||
60 | # | 62 | # |
@@ -71,6 +73,15 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
71 | # CONFIG_BSD_PROCESS_ACCT is not set | 73 | # CONFIG_BSD_PROCESS_ACCT is not set |
72 | # CONFIG_TASKSTATS is not set | 74 | # CONFIG_TASKSTATS is not set |
73 | # CONFIG_AUDIT is not set | 75 | # CONFIG_AUDIT is not set |
76 | |||
77 | # | ||
78 | # RCU Subsystem | ||
79 | # | ||
80 | CONFIG_CLASSIC_RCU=y | ||
81 | # CONFIG_TREE_RCU is not set | ||
82 | # CONFIG_PREEMPT_RCU is not set | ||
83 | # CONFIG_TREE_RCU_TRACE is not set | ||
84 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
74 | CONFIG_IKCONFIG=y | 85 | CONFIG_IKCONFIG=y |
75 | CONFIG_IKCONFIG_PROC=y | 86 | CONFIG_IKCONFIG_PROC=y |
76 | CONFIG_LOG_BUF_SHIFT=14 | 87 | CONFIG_LOG_BUF_SHIFT=14 |
@@ -81,22 +92,24 @@ CONFIG_SYSFS_DEPRECATED_V2=y | |||
81 | # CONFIG_NAMESPACES is not set | 92 | # CONFIG_NAMESPACES is not set |
82 | CONFIG_BLK_DEV_INITRD=y | 93 | CONFIG_BLK_DEV_INITRD=y |
83 | CONFIG_INITRAMFS_SOURCE="" | 94 | CONFIG_INITRAMFS_SOURCE="" |
95 | CONFIG_RD_GZIP=y | ||
96 | # CONFIG_RD_BZIP2 is not set | ||
97 | # CONFIG_RD_LZMA is not set | ||
84 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 98 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
85 | CONFIG_SYSCTL=y | 99 | CONFIG_SYSCTL=y |
100 | CONFIG_ANON_INODES=y | ||
86 | CONFIG_EMBEDDED=y | 101 | CONFIG_EMBEDDED=y |
87 | CONFIG_SYSCTL_SYSCALL=y | 102 | CONFIG_SYSCTL_SYSCALL=y |
88 | CONFIG_KALLSYMS=y | 103 | CONFIG_KALLSYMS=y |
89 | CONFIG_KALLSYMS_ALL=y | 104 | CONFIG_KALLSYMS_ALL=y |
90 | CONFIG_KALLSYMS_STRIP_GENERATED=y | ||
91 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 105 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
106 | # CONFIG_STRIP_ASM_SYMS is not set | ||
92 | CONFIG_HOTPLUG=y | 107 | CONFIG_HOTPLUG=y |
93 | CONFIG_PRINTK=y | 108 | CONFIG_PRINTK=y |
94 | CONFIG_BUG=y | 109 | CONFIG_BUG=y |
95 | CONFIG_ELF_CORE=y | 110 | CONFIG_ELF_CORE=y |
96 | CONFIG_COMPAT_BRK=y | ||
97 | CONFIG_BASE_FULL=y | 111 | CONFIG_BASE_FULL=y |
98 | CONFIG_FUTEX=y | 112 | CONFIG_FUTEX=y |
99 | CONFIG_ANON_INODES=y | ||
100 | CONFIG_EPOLL=y | 113 | CONFIG_EPOLL=y |
101 | CONFIG_SIGNALFD=y | 114 | CONFIG_SIGNALFD=y |
102 | CONFIG_TIMERFD=y | 115 | CONFIG_TIMERFD=y |
@@ -106,10 +119,12 @@ CONFIG_AIO=y | |||
106 | CONFIG_VM_EVENT_COUNTERS=y | 119 | CONFIG_VM_EVENT_COUNTERS=y |
107 | CONFIG_PCI_QUIRKS=y | 120 | CONFIG_PCI_QUIRKS=y |
108 | CONFIG_SLUB_DEBUG=y | 121 | CONFIG_SLUB_DEBUG=y |
122 | CONFIG_COMPAT_BRK=y | ||
109 | # CONFIG_SLAB is not set | 123 | # CONFIG_SLAB is not set |
110 | CONFIG_SLUB=y | 124 | CONFIG_SLUB=y |
111 | # CONFIG_SLOB is not set | 125 | # CONFIG_SLOB is not set |
112 | # CONFIG_PROFILING is not set | 126 | # CONFIG_PROFILING is not set |
127 | # CONFIG_MARKERS is not set | ||
113 | CONFIG_HAVE_OPROFILE=y | 128 | CONFIG_HAVE_OPROFILE=y |
114 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 129 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
115 | CONFIG_HAVE_IOREMAP_PROT=y | 130 | CONFIG_HAVE_IOREMAP_PROT=y |
@@ -117,6 +132,7 @@ CONFIG_HAVE_KPROBES=y | |||
117 | CONFIG_HAVE_KRETPROBES=y | 132 | CONFIG_HAVE_KRETPROBES=y |
118 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 133 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
119 | CONFIG_HAVE_CLK=y | 134 | CONFIG_HAVE_CLK=y |
135 | # CONFIG_SLOW_WORK is not set | ||
120 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 136 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
121 | CONFIG_SLABINFO=y | 137 | CONFIG_SLABINFO=y |
122 | CONFIG_RT_MUTEXES=y | 138 | CONFIG_RT_MUTEXES=y |
@@ -124,7 +140,6 @@ CONFIG_BASE_SMALL=0 | |||
124 | # CONFIG_MODULES is not set | 140 | # CONFIG_MODULES is not set |
125 | CONFIG_BLOCK=y | 141 | CONFIG_BLOCK=y |
126 | # CONFIG_LBD is not set | 142 | # CONFIG_LBD is not set |
127 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
128 | # CONFIG_BLK_DEV_INTEGRITY is not set | 143 | # CONFIG_BLK_DEV_INTEGRITY is not set |
129 | 144 | ||
130 | # | 145 | # |
@@ -139,18 +154,11 @@ CONFIG_DEFAULT_AS=y | |||
139 | # CONFIG_DEFAULT_CFQ is not set | 154 | # CONFIG_DEFAULT_CFQ is not set |
140 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
141 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
142 | CONFIG_CLASSIC_RCU=y | ||
143 | # CONFIG_TREE_RCU is not set | ||
144 | # CONFIG_PREEMPT_RCU is not set | ||
145 | # CONFIG_TREE_RCU_TRACE is not set | ||
146 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
147 | # CONFIG_FREEZER is not set | 157 | # CONFIG_FREEZER is not set |
148 | 158 | ||
149 | # | 159 | # |
150 | # Platform support | 160 | # Platform support |
151 | # | 161 | # |
152 | CONFIG_PPC_MULTIPLATFORM=y | ||
153 | CONFIG_CLASSIC32=y | ||
154 | # CONFIG_PPC_CHRP is not set | 162 | # CONFIG_PPC_CHRP is not set |
155 | # CONFIG_MPC5121_ADS is not set | 163 | # CONFIG_MPC5121_ADS is not set |
156 | # CONFIG_MPC5121_GENERIC is not set | 164 | # CONFIG_MPC5121_GENERIC is not set |
@@ -169,6 +177,8 @@ CONFIG_PQ2_ADS_PCI_PIC=y | |||
169 | # CONFIG_PPC_83xx is not set | 177 | # CONFIG_PPC_83xx is not set |
170 | # CONFIG_PPC_86xx is not set | 178 | # CONFIG_PPC_86xx is not set |
171 | # CONFIG_EMBEDDED6xx is not set | 179 | # CONFIG_EMBEDDED6xx is not set |
180 | # CONFIG_AMIGAONE is not set | ||
181 | CONFIG_PPC_OF_BOOT_TRAMPOLINE=y | ||
172 | # CONFIG_IPIC is not set | 182 | # CONFIG_IPIC is not set |
173 | # CONFIG_MPIC is not set | 183 | # CONFIG_MPIC is not set |
174 | # CONFIG_MPIC_WEIRD is not set | 184 | # CONFIG_MPIC_WEIRD is not set |
@@ -225,9 +235,12 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
225 | CONFIG_BOUNCE=y | 235 | CONFIG_BOUNCE=y |
226 | CONFIG_VIRT_TO_BUS=y | 236 | CONFIG_VIRT_TO_BUS=y |
227 | CONFIG_UNEVICTABLE_LRU=y | 237 | CONFIG_UNEVICTABLE_LRU=y |
238 | CONFIG_HAVE_MLOCK=y | ||
239 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
228 | CONFIG_PPC_4K_PAGES=y | 240 | CONFIG_PPC_4K_PAGES=y |
229 | # CONFIG_PPC_16K_PAGES is not set | 241 | # CONFIG_PPC_16K_PAGES is not set |
230 | # CONFIG_PPC_64K_PAGES is not set | 242 | # CONFIG_PPC_64K_PAGES is not set |
243 | # CONFIG_PPC_256K_PAGES is not set | ||
231 | CONFIG_FORCE_MAX_ZONEORDER=11 | 244 | CONFIG_FORCE_MAX_ZONEORDER=11 |
232 | CONFIG_PROC_DEVICETREE=y | 245 | CONFIG_PROC_DEVICETREE=y |
233 | # CONFIG_CMDLINE_BOOL is not set | 246 | # CONFIG_CMDLINE_BOOL is not set |
@@ -254,6 +267,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
254 | # CONFIG_PCI_LEGACY is not set | 267 | # CONFIG_PCI_LEGACY is not set |
255 | # CONFIG_PCI_DEBUG is not set | 268 | # CONFIG_PCI_DEBUG is not set |
256 | # CONFIG_PCI_STUB is not set | 269 | # CONFIG_PCI_STUB is not set |
270 | # CONFIG_PCI_IOV is not set | ||
257 | # CONFIG_PCCARD is not set | 271 | # CONFIG_PCCARD is not set |
258 | # CONFIG_HOTPLUG_PCI is not set | 272 | # CONFIG_HOTPLUG_PCI is not set |
259 | # CONFIG_HAS_RAPIDIO is not set | 273 | # CONFIG_HAS_RAPIDIO is not set |
@@ -276,7 +290,6 @@ CONFIG_NET=y | |||
276 | # | 290 | # |
277 | # Networking options | 291 | # Networking options |
278 | # | 292 | # |
279 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
280 | CONFIG_PACKET=y | 293 | CONFIG_PACKET=y |
281 | # CONFIG_PACKET_MMAP is not set | 294 | # CONFIG_PACKET_MMAP is not set |
282 | CONFIG_UNIX=y | 295 | CONFIG_UNIX=y |
@@ -357,6 +370,7 @@ CONFIG_NETFILTER_ADVANCED=y | |||
357 | # CONFIG_LLC2 is not set | 370 | # CONFIG_LLC2 is not set |
358 | # CONFIG_IPX is not set | 371 | # CONFIG_IPX is not set |
359 | # CONFIG_ATALK is not set | 372 | # CONFIG_ATALK is not set |
373 | # CONFIG_PHONET is not set | ||
360 | # CONFIG_NET_SCHED is not set | 374 | # CONFIG_NET_SCHED is not set |
361 | # CONFIG_DCB is not set | 375 | # CONFIG_DCB is not set |
362 | 376 | ||
@@ -368,7 +382,6 @@ CONFIG_NETFILTER_ADVANCED=y | |||
368 | # CONFIG_CAN is not set | 382 | # CONFIG_CAN is not set |
369 | # CONFIG_IRDA is not set | 383 | # CONFIG_IRDA is not set |
370 | # CONFIG_BT is not set | 384 | # CONFIG_BT is not set |
371 | # CONFIG_PHONET is not set | ||
372 | CONFIG_WIRELESS=y | 385 | CONFIG_WIRELESS=y |
373 | # CONFIG_CFG80211 is not set | 386 | # CONFIG_CFG80211 is not set |
374 | CONFIG_WIRELESS_OLD_REGULATORY=y | 387 | CONFIG_WIRELESS_OLD_REGULATORY=y |
@@ -473,7 +486,6 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
473 | # LPDDR flash memory drivers | 486 | # LPDDR flash memory drivers |
474 | # | 487 | # |
475 | # CONFIG_MTD_LPDDR is not set | 488 | # CONFIG_MTD_LPDDR is not set |
476 | # CONFIG_MTD_QINFO_PROBE is not set | ||
477 | 489 | ||
478 | # | 490 | # |
479 | # UBI - Unsorted block images | 491 | # UBI - Unsorted block images |
@@ -498,10 +510,14 @@ CONFIG_BLK_DEV_LOOP=y | |||
498 | # CONFIG_BLK_DEV_HD is not set | 510 | # CONFIG_BLK_DEV_HD is not set |
499 | CONFIG_MISC_DEVICES=y | 511 | CONFIG_MISC_DEVICES=y |
500 | # CONFIG_PHANTOM is not set | 512 | # CONFIG_PHANTOM is not set |
501 | # CONFIG_EEPROM_93CX6 is not set | ||
502 | # CONFIG_SGI_IOC4 is not set | 513 | # CONFIG_SGI_IOC4 is not set |
503 | # CONFIG_ENCLOSURE_SERVICES is not set | 514 | # CONFIG_ENCLOSURE_SERVICES is not set |
504 | # CONFIG_HP_ILO is not set | 515 | # CONFIG_HP_ILO is not set |
516 | |||
517 | # | ||
518 | # EEPROM support | ||
519 | # | ||
520 | # CONFIG_EEPROM_93CX6 is not set | ||
505 | CONFIG_HAVE_IDE=y | 521 | CONFIG_HAVE_IDE=y |
506 | CONFIG_IDE=y | 522 | CONFIG_IDE=y |
507 | 523 | ||
@@ -573,6 +589,7 @@ CONFIG_IDE_PROC_FS=y | |||
573 | # CONFIG_I2O is not set | 589 | # CONFIG_I2O is not set |
574 | # CONFIG_MACINTOSH_DRIVERS is not set | 590 | # CONFIG_MACINTOSH_DRIVERS is not set |
575 | CONFIG_NETDEVICES=y | 591 | CONFIG_NETDEVICES=y |
592 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
576 | # CONFIG_DUMMY is not set | 593 | # CONFIG_DUMMY is not set |
577 | # CONFIG_BONDING is not set | 594 | # CONFIG_BONDING is not set |
578 | # CONFIG_EQUALIZER is not set | 595 | # CONFIG_EQUALIZER is not set |
@@ -606,6 +623,8 @@ CONFIG_MII=y | |||
606 | # CONFIG_SUNGEM is not set | 623 | # CONFIG_SUNGEM is not set |
607 | # CONFIG_CASSINI is not set | 624 | # CONFIG_CASSINI is not set |
608 | # CONFIG_NET_VENDOR_3COM is not set | 625 | # CONFIG_NET_VENDOR_3COM is not set |
626 | # CONFIG_ETHOC is not set | ||
627 | # CONFIG_DNET is not set | ||
609 | # CONFIG_NET_TULIP is not set | 628 | # CONFIG_NET_TULIP is not set |
610 | # CONFIG_HP100 is not set | 629 | # CONFIG_HP100 is not set |
611 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 630 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -628,6 +647,7 @@ CONFIG_NETDEV_1000=y | |||
628 | # CONFIG_E1000 is not set | 647 | # CONFIG_E1000 is not set |
629 | # CONFIG_E1000E is not set | 648 | # CONFIG_E1000E is not set |
630 | # CONFIG_IGB is not set | 649 | # CONFIG_IGB is not set |
650 | # CONFIG_IGBVF is not set | ||
631 | # CONFIG_NS83820 is not set | 651 | # CONFIG_NS83820 is not set |
632 | # CONFIG_HAMACHI is not set | 652 | # CONFIG_HAMACHI is not set |
633 | # CONFIG_R8169 is not set | 653 | # CONFIG_R8169 is not set |
@@ -637,8 +657,8 @@ CONFIG_NETDEV_1000=y | |||
637 | # CONFIG_VIA_VELOCITY is not set | 657 | # CONFIG_VIA_VELOCITY is not set |
638 | # CONFIG_TIGON3 is not set | 658 | # CONFIG_TIGON3 is not set |
639 | # CONFIG_BNX2 is not set | 659 | # CONFIG_BNX2 is not set |
660 | # CONFIG_FSL_PQ_MDIO is not set | ||
640 | # CONFIG_GIANFAR is not set | 661 | # CONFIG_GIANFAR is not set |
641 | # CONFIG_MV643XX_ETH is not set | ||
642 | # CONFIG_QLA3XXX is not set | 662 | # CONFIG_QLA3XXX is not set |
643 | # CONFIG_ATL1 is not set | 663 | # CONFIG_ATL1 is not set |
644 | # CONFIG_JME is not set | 664 | # CONFIG_JME is not set |
@@ -650,6 +670,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
650 | # CONFIG_IXGBE is not set | 670 | # CONFIG_IXGBE is not set |
651 | # CONFIG_IXGB is not set | 671 | # CONFIG_IXGB is not set |
652 | # CONFIG_S2IO is not set | 672 | # CONFIG_S2IO is not set |
673 | # CONFIG_VXGE is not set | ||
653 | # CONFIG_MYRI10GE is not set | 674 | # CONFIG_MYRI10GE is not set |
654 | # CONFIG_NETXEN_NIC is not set | 675 | # CONFIG_NETXEN_NIC is not set |
655 | # CONFIG_NIU is not set | 676 | # CONFIG_NIU is not set |
@@ -659,6 +680,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
659 | # CONFIG_BNX2X is not set | 680 | # CONFIG_BNX2X is not set |
660 | # CONFIG_QLGE is not set | 681 | # CONFIG_QLGE is not set |
661 | # CONFIG_SFC is not set | 682 | # CONFIG_SFC is not set |
683 | # CONFIG_BE2NET is not set | ||
662 | # CONFIG_TR is not set | 684 | # CONFIG_TR is not set |
663 | 685 | ||
664 | # | 686 | # |
@@ -666,7 +688,6 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
666 | # | 688 | # |
667 | # CONFIG_WLAN_PRE80211 is not set | 689 | # CONFIG_WLAN_PRE80211 is not set |
668 | # CONFIG_WLAN_80211 is not set | 690 | # CONFIG_WLAN_80211 is not set |
669 | # CONFIG_IWLWIFI_LEDS is not set | ||
670 | 691 | ||
671 | # | 692 | # |
672 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 693 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -720,7 +741,6 @@ CONFIG_MOUSE_PS2=y | |||
720 | CONFIG_MOUSE_PS2_ALPS=y | 741 | CONFIG_MOUSE_PS2_ALPS=y |
721 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | 742 | CONFIG_MOUSE_PS2_LOGIPS2PP=y |
722 | CONFIG_MOUSE_PS2_SYNAPTICS=y | 743 | CONFIG_MOUSE_PS2_SYNAPTICS=y |
723 | CONFIG_MOUSE_PS2_LIFEBOOK=y | ||
724 | CONFIG_MOUSE_PS2_TRACKPOINT=y | 744 | CONFIG_MOUSE_PS2_TRACKPOINT=y |
725 | # CONFIG_MOUSE_PS2_ELANTECH is not set | 745 | # CONFIG_MOUSE_PS2_ELANTECH is not set |
726 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | 746 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set |
@@ -773,6 +793,7 @@ CONFIG_LEGACY_PTYS=y | |||
773 | CONFIG_LEGACY_PTY_COUNT=256 | 793 | CONFIG_LEGACY_PTY_COUNT=256 |
774 | # CONFIG_IPMI_HANDLER is not set | 794 | # CONFIG_IPMI_HANDLER is not set |
775 | CONFIG_HW_RANDOM=y | 795 | CONFIG_HW_RANDOM=y |
796 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||
776 | # CONFIG_NVRAM is not set | 797 | # CONFIG_NVRAM is not set |
777 | # CONFIG_GEN_RTC is not set | 798 | # CONFIG_GEN_RTC is not set |
778 | # CONFIG_R3964 is not set | 799 | # CONFIG_R3964 is not set |
@@ -868,7 +889,7 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
868 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | 889 | # CONFIG_USB_GADGET_MUSB_HDRC is not set |
869 | 890 | ||
870 | # | 891 | # |
871 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | 892 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may |
872 | # | 893 | # |
873 | CONFIG_USB_GADGET=y | 894 | CONFIG_USB_GADGET=y |
874 | # CONFIG_USB_GADGET_DEBUG is not set | 895 | # CONFIG_USB_GADGET_DEBUG is not set |
@@ -907,13 +928,16 @@ CONFIG_USB_ETH_RNDIS=y | |||
907 | # OTG and related infrastructure | 928 | # OTG and related infrastructure |
908 | # | 929 | # |
909 | # CONFIG_USB_GPIO_VBUS is not set | 930 | # CONFIG_USB_GPIO_VBUS is not set |
931 | # CONFIG_NOP_USB_XCEIV is not set | ||
910 | # CONFIG_MMC is not set | 932 | # CONFIG_MMC is not set |
911 | # CONFIG_MEMSTICK is not set | 933 | # CONFIG_MEMSTICK is not set |
912 | # CONFIG_NEW_LEDS is not set | 934 | # CONFIG_NEW_LEDS is not set |
913 | # CONFIG_ACCESSIBILITY is not set | 935 | # CONFIG_ACCESSIBILITY is not set |
914 | # CONFIG_INFINIBAND is not set | 936 | # CONFIG_INFINIBAND is not set |
937 | # CONFIG_EDAC is not set | ||
915 | # CONFIG_RTC_CLASS is not set | 938 | # CONFIG_RTC_CLASS is not set |
916 | # CONFIG_DMADEVICES is not set | 939 | # CONFIG_DMADEVICES is not set |
940 | # CONFIG_AUXDISPLAY is not set | ||
917 | # CONFIG_UIO is not set | 941 | # CONFIG_UIO is not set |
918 | # CONFIG_STAGING is not set | 942 | # CONFIG_STAGING is not set |
919 | 943 | ||
@@ -924,6 +948,7 @@ CONFIG_EXT2_FS=y | |||
924 | # CONFIG_EXT2_FS_XATTR is not set | 948 | # CONFIG_EXT2_FS_XATTR is not set |
925 | # CONFIG_EXT2_FS_XIP is not set | 949 | # CONFIG_EXT2_FS_XIP is not set |
926 | CONFIG_EXT3_FS=y | 950 | CONFIG_EXT3_FS=y |
951 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
927 | CONFIG_EXT3_FS_XATTR=y | 952 | CONFIG_EXT3_FS_XATTR=y |
928 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 953 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
929 | # CONFIG_EXT3_FS_SECURITY is not set | 954 | # CONFIG_EXT3_FS_SECURITY is not set |
@@ -945,6 +970,10 @@ CONFIG_AUTOFS4_FS=y | |||
945 | # CONFIG_FUSE_FS is not set | 970 | # CONFIG_FUSE_FS is not set |
946 | 971 | ||
947 | # | 972 | # |
973 | # Caches | ||
974 | # | ||
975 | |||
976 | # | ||
948 | # CD-ROM/DVD Filesystems | 977 | # CD-ROM/DVD Filesystems |
949 | # | 978 | # |
950 | # CONFIG_ISO9660_FS is not set | 979 | # CONFIG_ISO9660_FS is not set |
@@ -1059,6 +1088,7 @@ CONFIG_NLS_ISO8859_1=y | |||
1059 | # CONFIG_NLS_KOI8_R is not set | 1088 | # CONFIG_NLS_KOI8_R is not set |
1060 | # CONFIG_NLS_KOI8_U is not set | 1089 | # CONFIG_NLS_KOI8_U is not set |
1061 | CONFIG_NLS_UTF8=y | 1090 | CONFIG_NLS_UTF8=y |
1091 | # CONFIG_BINARY_PRINTF is not set | ||
1062 | 1092 | ||
1063 | # | 1093 | # |
1064 | # Library routines | 1094 | # Library routines |
@@ -1074,11 +1104,12 @@ CONFIG_CRC32=y | |||
1074 | # CONFIG_LIBCRC32C is not set | 1104 | # CONFIG_LIBCRC32C is not set |
1075 | CONFIG_ZLIB_INFLATE=y | 1105 | CONFIG_ZLIB_INFLATE=y |
1076 | CONFIG_ZLIB_DEFLATE=y | 1106 | CONFIG_ZLIB_DEFLATE=y |
1077 | CONFIG_PLIST=y | 1107 | CONFIG_DECOMPRESS_GZIP=y |
1078 | CONFIG_HAS_IOMEM=y | 1108 | CONFIG_HAS_IOMEM=y |
1079 | CONFIG_HAS_IOPORT=y | 1109 | CONFIG_HAS_IOPORT=y |
1080 | CONFIG_HAS_DMA=y | 1110 | CONFIG_HAS_DMA=y |
1081 | CONFIG_HAVE_LMB=y | 1111 | CONFIG_HAVE_LMB=y |
1112 | CONFIG_NLATTR=y | ||
1082 | 1113 | ||
1083 | # | 1114 | # |
1084 | # Kernel hacking | 1115 | # Kernel hacking |
@@ -1096,6 +1127,9 @@ CONFIG_DEBUG_KERNEL=y | |||
1096 | CONFIG_DETECT_SOFTLOCKUP=y | 1127 | CONFIG_DETECT_SOFTLOCKUP=y |
1097 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | 1128 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set |
1098 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | 1129 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 |
1130 | CONFIG_DETECT_HUNG_TASK=y | ||
1131 | # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set | ||
1132 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 | ||
1099 | # CONFIG_SCHED_DEBUG is not set | 1133 | # CONFIG_SCHED_DEBUG is not set |
1100 | # CONFIG_SCHEDSTATS is not set | 1134 | # CONFIG_SCHEDSTATS is not set |
1101 | # CONFIG_TIMER_STATS is not set | 1135 | # CONFIG_TIMER_STATS is not set |
@@ -1125,9 +1159,12 @@ CONFIG_DEBUG_INFO=y | |||
1125 | # CONFIG_FAULT_INJECTION is not set | 1159 | # CONFIG_FAULT_INJECTION is not set |
1126 | # CONFIG_LATENCYTOP is not set | 1160 | # CONFIG_LATENCYTOP is not set |
1127 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1161 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
1162 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1128 | CONFIG_HAVE_FUNCTION_TRACER=y | 1163 | CONFIG_HAVE_FUNCTION_TRACER=y |
1164 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
1129 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 1165 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
1130 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | 1166 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y |
1167 | CONFIG_TRACING_SUPPORT=y | ||
1131 | 1168 | ||
1132 | # | 1169 | # |
1133 | # Tracers | 1170 | # Tracers |
@@ -1135,16 +1172,18 @@ CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | |||
1135 | # CONFIG_FUNCTION_TRACER is not set | 1172 | # CONFIG_FUNCTION_TRACER is not set |
1136 | # CONFIG_SCHED_TRACER is not set | 1173 | # CONFIG_SCHED_TRACER is not set |
1137 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | 1174 | # CONFIG_CONTEXT_SWITCH_TRACER is not set |
1175 | # CONFIG_EVENT_TRACER is not set | ||
1138 | # CONFIG_BOOT_TRACER is not set | 1176 | # CONFIG_BOOT_TRACER is not set |
1139 | # CONFIG_TRACE_BRANCH_PROFILING is not set | 1177 | # CONFIG_TRACE_BRANCH_PROFILING is not set |
1140 | # CONFIG_STACK_TRACER is not set | 1178 | # CONFIG_STACK_TRACER is not set |
1141 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 1179 | # CONFIG_KMEMTRACE is not set |
1180 | # CONFIG_WORKQUEUE_TRACER is not set | ||
1181 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
1142 | # CONFIG_SAMPLES is not set | 1182 | # CONFIG_SAMPLES is not set |
1143 | CONFIG_HAVE_ARCH_KGDB=y | 1183 | CONFIG_HAVE_ARCH_KGDB=y |
1144 | CONFIG_PRINT_STACK_DEPTH=64 | 1184 | CONFIG_PRINT_STACK_DEPTH=64 |
1145 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1185 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
1146 | # CONFIG_DEBUG_STACK_USAGE is not set | 1186 | # CONFIG_DEBUG_STACK_USAGE is not set |
1147 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1148 | # CONFIG_CODE_PATCHING_SELFTEST is not set | 1187 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
1149 | # CONFIG_FTR_FIXUP_SELFTEST is not set | 1188 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
1150 | # CONFIG_MSI_BITMAP_SELFTEST is not set | 1189 | # CONFIG_MSI_BITMAP_SELFTEST is not set |
@@ -1175,9 +1214,11 @@ CONFIG_CRYPTO_BLKCIPHER2=y | |||
1175 | CONFIG_CRYPTO_HASH=y | 1214 | CONFIG_CRYPTO_HASH=y |
1176 | CONFIG_CRYPTO_HASH2=y | 1215 | CONFIG_CRYPTO_HASH2=y |
1177 | CONFIG_CRYPTO_RNG2=y | 1216 | CONFIG_CRYPTO_RNG2=y |
1217 | CONFIG_CRYPTO_PCOMP=y | ||
1178 | CONFIG_CRYPTO_MANAGER=y | 1218 | CONFIG_CRYPTO_MANAGER=y |
1179 | CONFIG_CRYPTO_MANAGER2=y | 1219 | CONFIG_CRYPTO_MANAGER2=y |
1180 | # CONFIG_CRYPTO_NULL is not set | 1220 | # CONFIG_CRYPTO_NULL is not set |
1221 | CONFIG_CRYPTO_WORKQUEUE=y | ||
1181 | # CONFIG_CRYPTO_CRYPTD is not set | 1222 | # CONFIG_CRYPTO_CRYPTD is not set |
1182 | # CONFIG_CRYPTO_AUTHENC is not set | 1223 | # CONFIG_CRYPTO_AUTHENC is not set |
1183 | 1224 | ||
@@ -1241,6 +1282,7 @@ CONFIG_CRYPTO_DES=y | |||
1241 | # Compression | 1282 | # Compression |
1242 | # | 1283 | # |
1243 | # CONFIG_CRYPTO_DEFLATE is not set | 1284 | # CONFIG_CRYPTO_DEFLATE is not set |
1285 | # CONFIG_CRYPTO_ZLIB is not set | ||
1244 | # CONFIG_CRYPTO_LZO is not set | 1286 | # CONFIG_CRYPTO_LZO is not set |
1245 | 1287 | ||
1246 | # | 1288 | # |
diff --git a/arch/powerpc/configs/prpmc2800_defconfig b/arch/powerpc/configs/prpmc2800_defconfig index e971db171138..e9f287f313fa 100644 --- a/arch/powerpc/configs/prpmc2800_defconfig +++ b/arch/powerpc/configs/prpmc2800_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.29-rc2 | 3 | # Linux kernel version: 2.6.30-rc3 |
4 | # Mon Jan 26 15:35:44 2009 | 4 | # Wed May 13 17:22:03 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -14,6 +14,7 @@ CONFIG_6xx=y | |||
14 | # CONFIG_40x is not set | 14 | # CONFIG_40x is not set |
15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
17 | CONFIG_PPC_BOOK3S=y | ||
17 | CONFIG_PPC_FPU=y | 18 | CONFIG_PPC_FPU=y |
18 | CONFIG_ALTIVEC=y | 19 | CONFIG_ALTIVEC=y |
19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
@@ -56,6 +57,7 @@ CONFIG_GENERIC_BUG=y | |||
56 | # CONFIG_DEFAULT_UIMAGE is not set | 57 | # CONFIG_DEFAULT_UIMAGE is not set |
57 | # CONFIG_PPC_DCR_NATIVE is not set | 58 | # CONFIG_PPC_DCR_NATIVE is not set |
58 | # CONFIG_PPC_DCR_MMIO is not set | 59 | # CONFIG_PPC_DCR_MMIO is not set |
60 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | ||
59 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
60 | 62 | ||
61 | # | 63 | # |
@@ -70,9 +72,19 @@ CONFIG_SWAP=y | |||
70 | CONFIG_SYSVIPC=y | 72 | CONFIG_SYSVIPC=y |
71 | CONFIG_SYSVIPC_SYSCTL=y | 73 | CONFIG_SYSVIPC_SYSCTL=y |
72 | CONFIG_POSIX_MQUEUE=y | 74 | CONFIG_POSIX_MQUEUE=y |
75 | CONFIG_POSIX_MQUEUE_SYSCTL=y | ||
73 | # CONFIG_BSD_PROCESS_ACCT is not set | 76 | # CONFIG_BSD_PROCESS_ACCT is not set |
74 | # CONFIG_TASKSTATS is not set | 77 | # CONFIG_TASKSTATS is not set |
75 | # CONFIG_AUDIT is not set | 78 | # CONFIG_AUDIT is not set |
79 | |||
80 | # | ||
81 | # RCU Subsystem | ||
82 | # | ||
83 | CONFIG_CLASSIC_RCU=y | ||
84 | # CONFIG_TREE_RCU is not set | ||
85 | # CONFIG_PREEMPT_RCU is not set | ||
86 | # CONFIG_TREE_RCU_TRACE is not set | ||
87 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
76 | # CONFIG_IKCONFIG is not set | 88 | # CONFIG_IKCONFIG is not set |
77 | CONFIG_LOG_BUF_SHIFT=14 | 89 | CONFIG_LOG_BUF_SHIFT=14 |
78 | CONFIG_GROUP_SCHED=y | 90 | CONFIG_GROUP_SCHED=y |
@@ -89,22 +101,26 @@ CONFIG_NAMESPACES=y | |||
89 | # CONFIG_IPC_NS is not set | 101 | # CONFIG_IPC_NS is not set |
90 | # CONFIG_USER_NS is not set | 102 | # CONFIG_USER_NS is not set |
91 | # CONFIG_PID_NS is not set | 103 | # CONFIG_PID_NS is not set |
104 | # CONFIG_NET_NS is not set | ||
92 | CONFIG_BLK_DEV_INITRD=y | 105 | CONFIG_BLK_DEV_INITRD=y |
93 | CONFIG_INITRAMFS_SOURCE="" | 106 | CONFIG_INITRAMFS_SOURCE="" |
107 | CONFIG_RD_GZIP=y | ||
108 | CONFIG_RD_BZIP2=y | ||
109 | CONFIG_RD_LZMA=y | ||
94 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 110 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
95 | CONFIG_SYSCTL=y | 111 | CONFIG_SYSCTL=y |
112 | CONFIG_ANON_INODES=y | ||
96 | # CONFIG_EMBEDDED is not set | 113 | # CONFIG_EMBEDDED is not set |
97 | CONFIG_SYSCTL_SYSCALL=y | 114 | CONFIG_SYSCTL_SYSCALL=y |
98 | CONFIG_KALLSYMS=y | 115 | CONFIG_KALLSYMS=y |
99 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 116 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
117 | # CONFIG_STRIP_ASM_SYMS is not set | ||
100 | CONFIG_HOTPLUG=y | 118 | CONFIG_HOTPLUG=y |
101 | CONFIG_PRINTK=y | 119 | CONFIG_PRINTK=y |
102 | CONFIG_BUG=y | 120 | CONFIG_BUG=y |
103 | CONFIG_ELF_CORE=y | 121 | CONFIG_ELF_CORE=y |
104 | CONFIG_COMPAT_BRK=y | ||
105 | CONFIG_BASE_FULL=y | 122 | CONFIG_BASE_FULL=y |
106 | CONFIG_FUTEX=y | 123 | CONFIG_FUTEX=y |
107 | CONFIG_ANON_INODES=y | ||
108 | CONFIG_EPOLL=y | 124 | CONFIG_EPOLL=y |
109 | CONFIG_SIGNALFD=y | 125 | CONFIG_SIGNALFD=y |
110 | CONFIG_TIMERFD=y | 126 | CONFIG_TIMERFD=y |
@@ -114,16 +130,19 @@ CONFIG_AIO=y | |||
114 | CONFIG_VM_EVENT_COUNTERS=y | 130 | CONFIG_VM_EVENT_COUNTERS=y |
115 | CONFIG_PCI_QUIRKS=y | 131 | CONFIG_PCI_QUIRKS=y |
116 | CONFIG_SLUB_DEBUG=y | 132 | CONFIG_SLUB_DEBUG=y |
133 | CONFIG_COMPAT_BRK=y | ||
117 | # CONFIG_SLAB is not set | 134 | # CONFIG_SLAB is not set |
118 | CONFIG_SLUB=y | 135 | CONFIG_SLUB=y |
119 | # CONFIG_SLOB is not set | 136 | # CONFIG_SLOB is not set |
120 | # CONFIG_PROFILING is not set | 137 | # CONFIG_PROFILING is not set |
138 | # CONFIG_MARKERS is not set | ||
121 | CONFIG_HAVE_OPROFILE=y | 139 | CONFIG_HAVE_OPROFILE=y |
122 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 140 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
123 | CONFIG_HAVE_IOREMAP_PROT=y | 141 | CONFIG_HAVE_IOREMAP_PROT=y |
124 | CONFIG_HAVE_KPROBES=y | 142 | CONFIG_HAVE_KPROBES=y |
125 | CONFIG_HAVE_KRETPROBES=y | 143 | CONFIG_HAVE_KRETPROBES=y |
126 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 144 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
145 | # CONFIG_SLOW_WORK is not set | ||
127 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 146 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
128 | CONFIG_SLABINFO=y | 147 | CONFIG_SLABINFO=y |
129 | CONFIG_RT_MUTEXES=y | 148 | CONFIG_RT_MUTEXES=y |
@@ -131,7 +150,6 @@ CONFIG_BASE_SMALL=0 | |||
131 | # CONFIG_MODULES is not set | 150 | # CONFIG_MODULES is not set |
132 | CONFIG_BLOCK=y | 151 | CONFIG_BLOCK=y |
133 | CONFIG_LBD=y | 152 | CONFIG_LBD=y |
134 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
135 | # CONFIG_BLK_DEV_BSG is not set | 153 | # CONFIG_BLK_DEV_BSG is not set |
136 | # CONFIG_BLK_DEV_INTEGRITY is not set | 154 | # CONFIG_BLK_DEV_INTEGRITY is not set |
137 | 155 | ||
@@ -147,18 +165,11 @@ CONFIG_DEFAULT_AS=y | |||
147 | # CONFIG_DEFAULT_CFQ is not set | 165 | # CONFIG_DEFAULT_CFQ is not set |
148 | # CONFIG_DEFAULT_NOOP is not set | 166 | # CONFIG_DEFAULT_NOOP is not set |
149 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 167 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
150 | CONFIG_CLASSIC_RCU=y | ||
151 | # CONFIG_TREE_RCU is not set | ||
152 | # CONFIG_PREEMPT_RCU is not set | ||
153 | # CONFIG_TREE_RCU_TRACE is not set | ||
154 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
155 | # CONFIG_FREEZER is not set | 168 | # CONFIG_FREEZER is not set |
156 | 169 | ||
157 | # | 170 | # |
158 | # Platform support | 171 | # Platform support |
159 | # | 172 | # |
160 | CONFIG_PPC_MULTIPLATFORM=y | ||
161 | CONFIG_CLASSIC32=y | ||
162 | # CONFIG_PPC_CHRP is not set | 173 | # CONFIG_PPC_CHRP is not set |
163 | # CONFIG_MPC5121_ADS is not set | 174 | # CONFIG_MPC5121_ADS is not set |
164 | # CONFIG_MPC5121_GENERIC is not set | 175 | # CONFIG_MPC5121_GENERIC is not set |
@@ -178,6 +189,8 @@ CONFIG_EMBEDDED6xx=y | |||
178 | CONFIG_PPC_PRPMC2800=y | 189 | CONFIG_PPC_PRPMC2800=y |
179 | # CONFIG_PPC_C2K is not set | 190 | # CONFIG_PPC_C2K is not set |
180 | CONFIG_MV64X60=y | 191 | CONFIG_MV64X60=y |
192 | # CONFIG_AMIGAONE is not set | ||
193 | CONFIG_PPC_OF_BOOT_TRAMPOLINE=y | ||
181 | # CONFIG_IPIC is not set | 194 | # CONFIG_IPIC is not set |
182 | # CONFIG_MPIC is not set | 195 | # CONFIG_MPIC is not set |
183 | # CONFIG_MPIC_WEIRD is not set | 196 | # CONFIG_MPIC_WEIRD is not set |
@@ -237,9 +250,12 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
237 | CONFIG_BOUNCE=y | 250 | CONFIG_BOUNCE=y |
238 | CONFIG_VIRT_TO_BUS=y | 251 | CONFIG_VIRT_TO_BUS=y |
239 | CONFIG_UNEVICTABLE_LRU=y | 252 | CONFIG_UNEVICTABLE_LRU=y |
253 | CONFIG_HAVE_MLOCK=y | ||
254 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
240 | CONFIG_PPC_4K_PAGES=y | 255 | CONFIG_PPC_4K_PAGES=y |
241 | # CONFIG_PPC_16K_PAGES is not set | 256 | # CONFIG_PPC_16K_PAGES is not set |
242 | # CONFIG_PPC_64K_PAGES is not set | 257 | # CONFIG_PPC_64K_PAGES is not set |
258 | # CONFIG_PPC_256K_PAGES is not set | ||
243 | CONFIG_FORCE_MAX_ZONEORDER=11 | 259 | CONFIG_FORCE_MAX_ZONEORDER=11 |
244 | CONFIG_PROC_DEVICETREE=y | 260 | CONFIG_PROC_DEVICETREE=y |
245 | # CONFIG_CMDLINE_BOOL is not set | 261 | # CONFIG_CMDLINE_BOOL is not set |
@@ -262,6 +278,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
262 | # CONFIG_PCI_MSI is not set | 278 | # CONFIG_PCI_MSI is not set |
263 | # CONFIG_PCI_LEGACY is not set | 279 | # CONFIG_PCI_LEGACY is not set |
264 | # CONFIG_PCI_STUB is not set | 280 | # CONFIG_PCI_STUB is not set |
281 | # CONFIG_PCI_IOV is not set | ||
265 | # CONFIG_PCCARD is not set | 282 | # CONFIG_PCCARD is not set |
266 | # CONFIG_HOTPLUG_PCI is not set | 283 | # CONFIG_HOTPLUG_PCI is not set |
267 | # CONFIG_HAS_RAPIDIO is not set | 284 | # CONFIG_HAS_RAPIDIO is not set |
@@ -279,15 +296,11 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
279 | CONFIG_KERNEL_START=0xc0000000 | 296 | CONFIG_KERNEL_START=0xc0000000 |
280 | CONFIG_PHYSICAL_START=0x00000000 | 297 | CONFIG_PHYSICAL_START=0x00000000 |
281 | CONFIG_TASK_SIZE=0xc0000000 | 298 | CONFIG_TASK_SIZE=0xc0000000 |
282 | CONFIG_CONSISTENT_START=0xff100000 | ||
283 | CONFIG_CONSISTENT_SIZE=0x00200000 | ||
284 | CONFIG_NET=y | 299 | CONFIG_NET=y |
285 | 300 | ||
286 | # | 301 | # |
287 | # Networking options | 302 | # Networking options |
288 | # | 303 | # |
289 | # CONFIG_NET_NS is not set | ||
290 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
291 | CONFIG_PACKET=y | 304 | CONFIG_PACKET=y |
292 | # CONFIG_PACKET_MMAP is not set | 305 | # CONFIG_PACKET_MMAP is not set |
293 | CONFIG_UNIX=y | 306 | CONFIG_UNIX=y |
@@ -318,7 +331,7 @@ CONFIG_SYN_COOKIES=y | |||
318 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 331 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
319 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 332 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
320 | CONFIG_INET_XFRM_MODE_BEET=y | 333 | CONFIG_INET_XFRM_MODE_BEET=y |
321 | # CONFIG_INET_LRO is not set | 334 | CONFIG_INET_LRO=y |
322 | CONFIG_INET_DIAG=y | 335 | CONFIG_INET_DIAG=y |
323 | CONFIG_INET_TCP_DIAG=y | 336 | CONFIG_INET_TCP_DIAG=y |
324 | # CONFIG_TCP_CONG_ADVANCED is not set | 337 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -343,6 +356,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
343 | # CONFIG_LAPB is not set | 356 | # CONFIG_LAPB is not set |
344 | # CONFIG_ECONET is not set | 357 | # CONFIG_ECONET is not set |
345 | # CONFIG_WAN_ROUTER is not set | 358 | # CONFIG_WAN_ROUTER is not set |
359 | # CONFIG_PHONET is not set | ||
346 | # CONFIG_NET_SCHED is not set | 360 | # CONFIG_NET_SCHED is not set |
347 | # CONFIG_DCB is not set | 361 | # CONFIG_DCB is not set |
348 | 362 | ||
@@ -355,7 +369,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
355 | # CONFIG_IRDA is not set | 369 | # CONFIG_IRDA is not set |
356 | # CONFIG_BT is not set | 370 | # CONFIG_BT is not set |
357 | # CONFIG_AF_RXRPC is not set | 371 | # CONFIG_AF_RXRPC is not set |
358 | # CONFIG_PHONET is not set | ||
359 | CONFIG_WIRELESS=y | 372 | CONFIG_WIRELESS=y |
360 | # CONFIG_CFG80211 is not set | 373 | # CONFIG_CFG80211 is not set |
361 | CONFIG_WIRELESS_OLD_REGULATORY=y | 374 | CONFIG_WIRELESS_OLD_REGULATORY=y |
@@ -459,7 +472,6 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
459 | # LPDDR flash memory drivers | 472 | # LPDDR flash memory drivers |
460 | # | 473 | # |
461 | # CONFIG_MTD_LPDDR is not set | 474 | # CONFIG_MTD_LPDDR is not set |
462 | # CONFIG_MTD_QINFO_PROBE is not set | ||
463 | 475 | ||
464 | # | 476 | # |
465 | # UBI - Unsorted block images | 477 | # UBI - Unsorted block images |
@@ -489,19 +501,27 @@ CONFIG_BLK_DEV_RAM_SIZE=131072 | |||
489 | # CONFIG_BLK_DEV_HD is not set | 501 | # CONFIG_BLK_DEV_HD is not set |
490 | CONFIG_MISC_DEVICES=y | 502 | CONFIG_MISC_DEVICES=y |
491 | # CONFIG_PHANTOM is not set | 503 | # CONFIG_PHANTOM is not set |
492 | # CONFIG_EEPROM_93CX6 is not set | ||
493 | # CONFIG_SGI_IOC4 is not set | 504 | # CONFIG_SGI_IOC4 is not set |
494 | # CONFIG_TIFM_CORE is not set | 505 | # CONFIG_TIFM_CORE is not set |
495 | # CONFIG_ICS932S401 is not set | 506 | # CONFIG_ICS932S401 is not set |
496 | # CONFIG_ENCLOSURE_SERVICES is not set | 507 | # CONFIG_ENCLOSURE_SERVICES is not set |
497 | # CONFIG_HP_ILO is not set | 508 | # CONFIG_HP_ILO is not set |
509 | # CONFIG_ISL29003 is not set | ||
498 | # CONFIG_C2PORT is not set | 510 | # CONFIG_C2PORT is not set |
511 | |||
512 | # | ||
513 | # EEPROM support | ||
514 | # | ||
515 | # CONFIG_EEPROM_AT24 is not set | ||
516 | # CONFIG_EEPROM_LEGACY is not set | ||
517 | # CONFIG_EEPROM_93CX6 is not set | ||
499 | CONFIG_HAVE_IDE=y | 518 | CONFIG_HAVE_IDE=y |
500 | CONFIG_IDE=y | 519 | CONFIG_IDE=y |
501 | 520 | ||
502 | # | 521 | # |
503 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 522 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
504 | # | 523 | # |
524 | CONFIG_IDE_XFER_MODE=y | ||
505 | # CONFIG_BLK_DEV_IDE_SATA is not set | 525 | # CONFIG_BLK_DEV_IDE_SATA is not set |
506 | CONFIG_IDE_GD=y | 526 | CONFIG_IDE_GD=y |
507 | CONFIG_IDE_GD_ATA=y | 527 | CONFIG_IDE_GD_ATA=y |
@@ -605,9 +625,11 @@ CONFIG_SCSI_LOWLEVEL=y | |||
605 | # CONFIG_MEGARAID_NEWGEN is not set | 625 | # CONFIG_MEGARAID_NEWGEN is not set |
606 | # CONFIG_MEGARAID_LEGACY is not set | 626 | # CONFIG_MEGARAID_LEGACY is not set |
607 | # CONFIG_MEGARAID_SAS is not set | 627 | # CONFIG_MEGARAID_SAS is not set |
628 | # CONFIG_SCSI_MPT2SAS is not set | ||
608 | # CONFIG_SCSI_HPTIOP is not set | 629 | # CONFIG_SCSI_HPTIOP is not set |
609 | # CONFIG_SCSI_BUSLOGIC is not set | 630 | # CONFIG_SCSI_BUSLOGIC is not set |
610 | # CONFIG_LIBFC is not set | 631 | # CONFIG_LIBFC is not set |
632 | # CONFIG_LIBFCOE is not set | ||
611 | # CONFIG_FCOE is not set | 633 | # CONFIG_FCOE is not set |
612 | # CONFIG_SCSI_DMX3191D is not set | 634 | # CONFIG_SCSI_DMX3191D is not set |
613 | # CONFIG_SCSI_EATA is not set | 635 | # CONFIG_SCSI_EATA is not set |
@@ -630,6 +652,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
630 | # CONFIG_SCSI_DEBUG is not set | 652 | # CONFIG_SCSI_DEBUG is not set |
631 | # CONFIG_SCSI_SRP is not set | 653 | # CONFIG_SCSI_SRP is not set |
632 | # CONFIG_SCSI_DH is not set | 654 | # CONFIG_SCSI_DH is not set |
655 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
633 | CONFIG_ATA=y | 656 | CONFIG_ATA=y |
634 | # CONFIG_ATA_NONSTANDARD is not set | 657 | # CONFIG_ATA_NONSTANDARD is not set |
635 | CONFIG_SATA_PMP=y | 658 | CONFIG_SATA_PMP=y |
@@ -707,6 +730,7 @@ CONFIG_MACINTOSH_DRIVERS=y | |||
707 | # CONFIG_MAC_EMUMOUSEBTN is not set | 730 | # CONFIG_MAC_EMUMOUSEBTN is not set |
708 | # CONFIG_WINDFARM is not set | 731 | # CONFIG_WINDFARM is not set |
709 | CONFIG_NETDEVICES=y | 732 | CONFIG_NETDEVICES=y |
733 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
710 | # CONFIG_DUMMY is not set | 734 | # CONFIG_DUMMY is not set |
711 | # CONFIG_BONDING is not set | 735 | # CONFIG_BONDING is not set |
712 | # CONFIG_MACVLAN is not set | 736 | # CONFIG_MACVLAN is not set |
@@ -740,6 +764,8 @@ CONFIG_MII=y | |||
740 | # CONFIG_SUNGEM is not set | 764 | # CONFIG_SUNGEM is not set |
741 | # CONFIG_CASSINI is not set | 765 | # CONFIG_CASSINI is not set |
742 | # CONFIG_NET_VENDOR_3COM is not set | 766 | # CONFIG_NET_VENDOR_3COM is not set |
767 | # CONFIG_ETHOC is not set | ||
768 | # CONFIG_DNET is not set | ||
743 | # CONFIG_NET_TULIP is not set | 769 | # CONFIG_NET_TULIP is not set |
744 | # CONFIG_HP100 is not set | 770 | # CONFIG_HP100 is not set |
745 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 771 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -781,6 +807,7 @@ CONFIG_E1000=y | |||
781 | # CONFIG_E1000E is not set | 807 | # CONFIG_E1000E is not set |
782 | # CONFIG_IP1000 is not set | 808 | # CONFIG_IP1000 is not set |
783 | # CONFIG_IGB is not set | 809 | # CONFIG_IGB is not set |
810 | # CONFIG_IGBVF is not set | ||
784 | # CONFIG_NS83820 is not set | 811 | # CONFIG_NS83820 is not set |
785 | # CONFIG_HAMACHI is not set | 812 | # CONFIG_HAMACHI is not set |
786 | # CONFIG_YELLOWFIN is not set | 813 | # CONFIG_YELLOWFIN is not set |
@@ -795,6 +822,7 @@ CONFIG_MV643XX_ETH=y | |||
795 | # CONFIG_QLA3XXX is not set | 822 | # CONFIG_QLA3XXX is not set |
796 | # CONFIG_ATL1 is not set | 823 | # CONFIG_ATL1 is not set |
797 | # CONFIG_ATL1E is not set | 824 | # CONFIG_ATL1E is not set |
825 | # CONFIG_ATL1C is not set | ||
798 | # CONFIG_JME is not set | 826 | # CONFIG_JME is not set |
799 | CONFIG_NETDEV_10000=y | 827 | CONFIG_NETDEV_10000=y |
800 | # CONFIG_CHELSIO_T1 is not set | 828 | # CONFIG_CHELSIO_T1 is not set |
@@ -804,6 +832,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
804 | # CONFIG_IXGBE is not set | 832 | # CONFIG_IXGBE is not set |
805 | # CONFIG_IXGB is not set | 833 | # CONFIG_IXGB is not set |
806 | # CONFIG_S2IO is not set | 834 | # CONFIG_S2IO is not set |
835 | # CONFIG_VXGE is not set | ||
807 | # CONFIG_MYRI10GE is not set | 836 | # CONFIG_MYRI10GE is not set |
808 | # CONFIG_NETXEN_NIC is not set | 837 | # CONFIG_NETXEN_NIC is not set |
809 | # CONFIG_NIU is not set | 838 | # CONFIG_NIU is not set |
@@ -813,6 +842,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
813 | # CONFIG_BNX2X is not set | 842 | # CONFIG_BNX2X is not set |
814 | # CONFIG_QLGE is not set | 843 | # CONFIG_QLGE is not set |
815 | # CONFIG_SFC is not set | 844 | # CONFIG_SFC is not set |
845 | # CONFIG_BE2NET is not set | ||
816 | # CONFIG_TR is not set | 846 | # CONFIG_TR is not set |
817 | 847 | ||
818 | # | 848 | # |
@@ -820,7 +850,6 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
820 | # | 850 | # |
821 | # CONFIG_WLAN_PRE80211 is not set | 851 | # CONFIG_WLAN_PRE80211 is not set |
822 | # CONFIG_WLAN_80211 is not set | 852 | # CONFIG_WLAN_80211 is not set |
823 | # CONFIG_IWLWIFI_LEDS is not set | ||
824 | 853 | ||
825 | # | 854 | # |
826 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 855 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -975,12 +1004,9 @@ CONFIG_I2C_MV64XXX=y | |||
975 | # Miscellaneous I2C Chip support | 1004 | # Miscellaneous I2C Chip support |
976 | # | 1005 | # |
977 | # CONFIG_DS1682 is not set | 1006 | # CONFIG_DS1682 is not set |
978 | # CONFIG_EEPROM_AT24 is not set | ||
979 | # CONFIG_EEPROM_LEGACY is not set | ||
980 | # CONFIG_SENSORS_PCF8574 is not set | 1007 | # CONFIG_SENSORS_PCF8574 is not set |
981 | # CONFIG_PCF8575 is not set | 1008 | # CONFIG_PCF8575 is not set |
982 | # CONFIG_SENSORS_PCA9539 is not set | 1009 | # CONFIG_SENSORS_PCA9539 is not set |
983 | # CONFIG_SENSORS_PCF8591 is not set | ||
984 | # CONFIG_SENSORS_MAX6875 is not set | 1010 | # CONFIG_SENSORS_MAX6875 is not set |
985 | # CONFIG_SENSORS_TSL2550 is not set | 1011 | # CONFIG_SENSORS_TSL2550 is not set |
986 | # CONFIG_I2C_DEBUG_CORE is not set | 1012 | # CONFIG_I2C_DEBUG_CORE is not set |
@@ -1012,6 +1038,7 @@ CONFIG_HWMON=y | |||
1012 | # CONFIG_SENSORS_F71805F is not set | 1038 | # CONFIG_SENSORS_F71805F is not set |
1013 | # CONFIG_SENSORS_F71882FG is not set | 1039 | # CONFIG_SENSORS_F71882FG is not set |
1014 | # CONFIG_SENSORS_F75375S is not set | 1040 | # CONFIG_SENSORS_F75375S is not set |
1041 | # CONFIG_SENSORS_G760A is not set | ||
1015 | # CONFIG_SENSORS_GL518SM is not set | 1042 | # CONFIG_SENSORS_GL518SM is not set |
1016 | # CONFIG_SENSORS_GL520SM is not set | 1043 | # CONFIG_SENSORS_GL520SM is not set |
1017 | # CONFIG_SENSORS_IT87 is not set | 1044 | # CONFIG_SENSORS_IT87 is not set |
@@ -1026,11 +1053,14 @@ CONFIG_HWMON=y | |||
1026 | # CONFIG_SENSORS_LM90 is not set | 1053 | # CONFIG_SENSORS_LM90 is not set |
1027 | # CONFIG_SENSORS_LM92 is not set | 1054 | # CONFIG_SENSORS_LM92 is not set |
1028 | # CONFIG_SENSORS_LM93 is not set | 1055 | # CONFIG_SENSORS_LM93 is not set |
1056 | # CONFIG_SENSORS_LTC4215 is not set | ||
1029 | # CONFIG_SENSORS_LTC4245 is not set | 1057 | # CONFIG_SENSORS_LTC4245 is not set |
1058 | # CONFIG_SENSORS_LM95241 is not set | ||
1030 | # CONFIG_SENSORS_MAX1619 is not set | 1059 | # CONFIG_SENSORS_MAX1619 is not set |
1031 | # CONFIG_SENSORS_MAX6650 is not set | 1060 | # CONFIG_SENSORS_MAX6650 is not set |
1032 | # CONFIG_SENSORS_PC87360 is not set | 1061 | # CONFIG_SENSORS_PC87360 is not set |
1033 | # CONFIG_SENSORS_PC87427 is not set | 1062 | # CONFIG_SENSORS_PC87427 is not set |
1063 | # CONFIG_SENSORS_PCF8591 is not set | ||
1034 | # CONFIG_SENSORS_SIS5595 is not set | 1064 | # CONFIG_SENSORS_SIS5595 is not set |
1035 | # CONFIG_SENSORS_DME1737 is not set | 1065 | # CONFIG_SENSORS_DME1737 is not set |
1036 | # CONFIG_SENSORS_SMSC47M1 is not set | 1066 | # CONFIG_SENSORS_SMSC47M1 is not set |
@@ -1127,15 +1157,17 @@ CONFIG_USB_HID=y | |||
1127 | # | 1157 | # |
1128 | # Special HID drivers | 1158 | # Special HID drivers |
1129 | # | 1159 | # |
1130 | CONFIG_HID_COMPAT=y | ||
1131 | CONFIG_HID_A4TECH=y | 1160 | CONFIG_HID_A4TECH=y |
1132 | CONFIG_HID_APPLE=y | 1161 | CONFIG_HID_APPLE=y |
1133 | CONFIG_HID_BELKIN=y | 1162 | CONFIG_HID_BELKIN=y |
1134 | CONFIG_HID_CHERRY=y | 1163 | CONFIG_HID_CHERRY=y |
1135 | CONFIG_HID_CHICONY=y | 1164 | CONFIG_HID_CHICONY=y |
1136 | CONFIG_HID_CYPRESS=y | 1165 | CONFIG_HID_CYPRESS=y |
1166 | # CONFIG_DRAGONRISE_FF is not set | ||
1137 | CONFIG_HID_EZKEY=y | 1167 | CONFIG_HID_EZKEY=y |
1168 | CONFIG_HID_KYE=y | ||
1138 | CONFIG_HID_GYRATION=y | 1169 | CONFIG_HID_GYRATION=y |
1170 | CONFIG_HID_KENSINGTON=y | ||
1139 | CONFIG_HID_LOGITECH=y | 1171 | CONFIG_HID_LOGITECH=y |
1140 | # CONFIG_LOGITECH_FF is not set | 1172 | # CONFIG_LOGITECH_FF is not set |
1141 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | 1173 | # CONFIG_LOGIRUMBLEPAD2_FF is not set |
@@ -1202,11 +1234,11 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
1202 | # CONFIG_USB_TMC is not set | 1234 | # CONFIG_USB_TMC is not set |
1203 | 1235 | ||
1204 | # | 1236 | # |
1205 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | 1237 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may |
1206 | # | 1238 | # |
1207 | 1239 | ||
1208 | # | 1240 | # |
1209 | # see USB_STORAGE Help for more information | 1241 | # also be needed; see USB_STORAGE Help for more info |
1210 | # | 1242 | # |
1211 | # CONFIG_USB_STORAGE is not set | 1243 | # CONFIG_USB_STORAGE is not set |
1212 | # CONFIG_USB_LIBUSUAL is not set | 1244 | # CONFIG_USB_LIBUSUAL is not set |
@@ -1236,7 +1268,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
1236 | # CONFIG_USB_LED is not set | 1268 | # CONFIG_USB_LED is not set |
1237 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1269 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1238 | # CONFIG_USB_CYTHERM is not set | 1270 | # CONFIG_USB_CYTHERM is not set |
1239 | # CONFIG_USB_PHIDGET is not set | ||
1240 | # CONFIG_USB_IDMOUSE is not set | 1271 | # CONFIG_USB_IDMOUSE is not set |
1241 | # CONFIG_USB_FTDI_ELAN is not set | 1272 | # CONFIG_USB_FTDI_ELAN is not set |
1242 | # CONFIG_USB_APPLEDISPLAY is not set | 1273 | # CONFIG_USB_APPLEDISPLAY is not set |
@@ -1252,6 +1283,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
1252 | # | 1283 | # |
1253 | # OTG and related infrastructure | 1284 | # OTG and related infrastructure |
1254 | # | 1285 | # |
1286 | # CONFIG_NOP_USB_XCEIV is not set | ||
1255 | # CONFIG_UWB is not set | 1287 | # CONFIG_UWB is not set |
1256 | # CONFIG_MMC is not set | 1288 | # CONFIG_MMC is not set |
1257 | # CONFIG_MEMSTICK is not set | 1289 | # CONFIG_MEMSTICK is not set |
@@ -1313,8 +1345,9 @@ CONFIG_RTC_DRV_MAX6900=y | |||
1313 | # | 1345 | # |
1314 | # on-CPU RTC drivers | 1346 | # on-CPU RTC drivers |
1315 | # | 1347 | # |
1316 | # CONFIG_RTC_DRV_PPC is not set | 1348 | # CONFIG_RTC_DRV_GENERIC is not set |
1317 | # CONFIG_DMADEVICES is not set | 1349 | # CONFIG_DMADEVICES is not set |
1350 | # CONFIG_AUXDISPLAY is not set | ||
1318 | # CONFIG_UIO is not set | 1351 | # CONFIG_UIO is not set |
1319 | # CONFIG_STAGING is not set | 1352 | # CONFIG_STAGING is not set |
1320 | 1353 | ||
@@ -1325,6 +1358,7 @@ CONFIG_EXT2_FS=y | |||
1325 | # CONFIG_EXT2_FS_XATTR is not set | 1358 | # CONFIG_EXT2_FS_XATTR is not set |
1326 | # CONFIG_EXT2_FS_XIP is not set | 1359 | # CONFIG_EXT2_FS_XIP is not set |
1327 | CONFIG_EXT3_FS=y | 1360 | CONFIG_EXT3_FS=y |
1361 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
1328 | CONFIG_EXT3_FS_XATTR=y | 1362 | CONFIG_EXT3_FS_XATTR=y |
1329 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 1363 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
1330 | # CONFIG_EXT3_FS_SECURITY is not set | 1364 | # CONFIG_EXT3_FS_SECURITY is not set |
@@ -1348,6 +1382,11 @@ CONFIG_INOTIFY_USER=y | |||
1348 | # CONFIG_FUSE_FS is not set | 1382 | # CONFIG_FUSE_FS is not set |
1349 | 1383 | ||
1350 | # | 1384 | # |
1385 | # Caches | ||
1386 | # | ||
1387 | # CONFIG_FSCACHE is not set | ||
1388 | |||
1389 | # | ||
1351 | # CD-ROM/DVD Filesystems | 1390 | # CD-ROM/DVD Filesystems |
1352 | # | 1391 | # |
1353 | # CONFIG_ISO9660_FS is not set | 1392 | # CONFIG_ISO9660_FS is not set |
@@ -1391,6 +1430,7 @@ CONFIG_MISC_FILESYSTEMS=y | |||
1391 | # CONFIG_ROMFS_FS is not set | 1430 | # CONFIG_ROMFS_FS is not set |
1392 | # CONFIG_SYSV_FS is not set | 1431 | # CONFIG_SYSV_FS is not set |
1393 | # CONFIG_UFS_FS is not set | 1432 | # CONFIG_UFS_FS is not set |
1433 | # CONFIG_NILFS2_FS is not set | ||
1394 | CONFIG_NETWORK_FILESYSTEMS=y | 1434 | CONFIG_NETWORK_FILESYSTEMS=y |
1395 | CONFIG_NFS_FS=y | 1435 | CONFIG_NFS_FS=y |
1396 | # CONFIG_NFS_V3 is not set | 1436 | # CONFIG_NFS_V3 is not set |
@@ -1400,7 +1440,6 @@ CONFIG_ROOT_NFS=y | |||
1400 | CONFIG_LOCKD=y | 1440 | CONFIG_LOCKD=y |
1401 | CONFIG_NFS_COMMON=y | 1441 | CONFIG_NFS_COMMON=y |
1402 | CONFIG_SUNRPC=y | 1442 | CONFIG_SUNRPC=y |
1403 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
1404 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1443 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1405 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1444 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1406 | # CONFIG_SMB_FS is not set | 1445 | # CONFIG_SMB_FS is not set |
@@ -1432,6 +1471,7 @@ CONFIG_MSDOS_PARTITION=y | |||
1432 | # CONFIG_SYSV68_PARTITION is not set | 1471 | # CONFIG_SYSV68_PARTITION is not set |
1433 | # CONFIG_NLS is not set | 1472 | # CONFIG_NLS is not set |
1434 | # CONFIG_DLM is not set | 1473 | # CONFIG_DLM is not set |
1474 | # CONFIG_BINARY_PRINTF is not set | ||
1435 | 1475 | ||
1436 | # | 1476 | # |
1437 | # Library routines | 1477 | # Library routines |
@@ -1445,11 +1485,15 @@ CONFIG_CRC_T10DIF=y | |||
1445 | CONFIG_CRC32=y | 1485 | CONFIG_CRC32=y |
1446 | # CONFIG_CRC7 is not set | 1486 | # CONFIG_CRC7 is not set |
1447 | # CONFIG_LIBCRC32C is not set | 1487 | # CONFIG_LIBCRC32C is not set |
1448 | CONFIG_PLIST=y | 1488 | CONFIG_ZLIB_INFLATE=y |
1489 | CONFIG_DECOMPRESS_GZIP=y | ||
1490 | CONFIG_DECOMPRESS_BZIP2=y | ||
1491 | CONFIG_DECOMPRESS_LZMA=y | ||
1449 | CONFIG_HAS_IOMEM=y | 1492 | CONFIG_HAS_IOMEM=y |
1450 | CONFIG_HAS_IOPORT=y | 1493 | CONFIG_HAS_IOPORT=y |
1451 | CONFIG_HAS_DMA=y | 1494 | CONFIG_HAS_DMA=y |
1452 | CONFIG_HAVE_LMB=y | 1495 | CONFIG_HAVE_LMB=y |
1496 | CONFIG_NLATTR=y | ||
1453 | 1497 | ||
1454 | # | 1498 | # |
1455 | # Kernel hacking | 1499 | # Kernel hacking |
@@ -1471,13 +1515,24 @@ CONFIG_DEBUG_MEMORY_INIT=y | |||
1471 | # CONFIG_LATENCYTOP is not set | 1515 | # CONFIG_LATENCYTOP is not set |
1472 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1516 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
1473 | CONFIG_HAVE_FUNCTION_TRACER=y | 1517 | CONFIG_HAVE_FUNCTION_TRACER=y |
1518 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
1474 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 1519 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
1475 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | 1520 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y |
1521 | CONFIG_TRACING_SUPPORT=y | ||
1476 | 1522 | ||
1477 | # | 1523 | # |
1478 | # Tracers | 1524 | # Tracers |
1479 | # | 1525 | # |
1480 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 1526 | # CONFIG_FUNCTION_TRACER is not set |
1527 | # CONFIG_SCHED_TRACER is not set | ||
1528 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1529 | # CONFIG_EVENT_TRACER is not set | ||
1530 | # CONFIG_BOOT_TRACER is not set | ||
1531 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1532 | # CONFIG_STACK_TRACER is not set | ||
1533 | # CONFIG_KMEMTRACE is not set | ||
1534 | # CONFIG_WORKQUEUE_TRACER is not set | ||
1535 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
1481 | # CONFIG_SAMPLES is not set | 1536 | # CONFIG_SAMPLES is not set |
1482 | CONFIG_HAVE_ARCH_KGDB=y | 1537 | CONFIG_HAVE_ARCH_KGDB=y |
1483 | CONFIG_PRINT_STACK_DEPTH=64 | 1538 | CONFIG_PRINT_STACK_DEPTH=64 |
@@ -1569,6 +1624,7 @@ CONFIG_CRYPTO=y | |||
1569 | # Compression | 1624 | # Compression |
1570 | # | 1625 | # |
1571 | # CONFIG_CRYPTO_DEFLATE is not set | 1626 | # CONFIG_CRYPTO_DEFLATE is not set |
1627 | # CONFIG_CRYPTO_ZLIB is not set | ||
1572 | # CONFIG_CRYPTO_LZO is not set | 1628 | # CONFIG_CRYPTO_LZO is not set |
1573 | 1629 | ||
1574 | # | 1630 | # |
diff --git a/arch/powerpc/configs/storcenter_defconfig b/arch/powerpc/configs/storcenter_defconfig index 94903465ea12..bd4a8d435c50 100644 --- a/arch/powerpc/configs/storcenter_defconfig +++ b/arch/powerpc/configs/storcenter_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.29-rc6 | 3 | # Linux kernel version: 2.6.30-rc3 |
4 | # Fri Mar 6 00:09:08 2009 | 4 | # Wed May 13 17:22:04 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -14,6 +14,7 @@ CONFIG_6xx=y | |||
14 | # CONFIG_40x is not set | 14 | # CONFIG_40x is not set |
15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
17 | CONFIG_PPC_BOOK3S=y | ||
17 | CONFIG_PPC_FPU=y | 18 | CONFIG_PPC_FPU=y |
18 | # CONFIG_ALTIVEC is not set | 19 | # CONFIG_ALTIVEC is not set |
19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
@@ -54,6 +55,7 @@ CONFIG_GENERIC_BUG=y | |||
54 | # CONFIG_DEFAULT_UIMAGE is not set | 55 | # CONFIG_DEFAULT_UIMAGE is not set |
55 | # CONFIG_PPC_DCR_NATIVE is not set | 56 | # CONFIG_PPC_DCR_NATIVE is not set |
56 | # CONFIG_PPC_DCR_MMIO is not set | 57 | # CONFIG_PPC_DCR_MMIO is not set |
58 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | ||
57 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 59 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
58 | 60 | ||
59 | # | 61 | # |
@@ -95,17 +97,17 @@ CONFIG_SYSFS_DEPRECATED_V2=y | |||
95 | # CONFIG_BLK_DEV_INITRD is not set | 97 | # CONFIG_BLK_DEV_INITRD is not set |
96 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 98 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
97 | CONFIG_SYSCTL=y | 99 | CONFIG_SYSCTL=y |
100 | CONFIG_ANON_INODES=y | ||
98 | CONFIG_EMBEDDED=y | 101 | CONFIG_EMBEDDED=y |
99 | CONFIG_SYSCTL_SYSCALL=y | 102 | CONFIG_SYSCTL_SYSCALL=y |
100 | # CONFIG_KALLSYMS is not set | 103 | # CONFIG_KALLSYMS is not set |
104 | # CONFIG_STRIP_ASM_SYMS is not set | ||
101 | CONFIG_HOTPLUG=y | 105 | CONFIG_HOTPLUG=y |
102 | CONFIG_PRINTK=y | 106 | CONFIG_PRINTK=y |
103 | CONFIG_BUG=y | 107 | CONFIG_BUG=y |
104 | CONFIG_ELF_CORE=y | 108 | CONFIG_ELF_CORE=y |
105 | CONFIG_COMPAT_BRK=y | ||
106 | CONFIG_BASE_FULL=y | 109 | CONFIG_BASE_FULL=y |
107 | CONFIG_FUTEX=y | 110 | CONFIG_FUTEX=y |
108 | CONFIG_ANON_INODES=y | ||
109 | CONFIG_EPOLL=y | 111 | CONFIG_EPOLL=y |
110 | CONFIG_SIGNALFD=y | 112 | CONFIG_SIGNALFD=y |
111 | CONFIG_TIMERFD=y | 113 | CONFIG_TIMERFD=y |
@@ -115,16 +117,19 @@ CONFIG_AIO=y | |||
115 | CONFIG_VM_EVENT_COUNTERS=y | 117 | CONFIG_VM_EVENT_COUNTERS=y |
116 | CONFIG_PCI_QUIRKS=y | 118 | CONFIG_PCI_QUIRKS=y |
117 | CONFIG_SLUB_DEBUG=y | 119 | CONFIG_SLUB_DEBUG=y |
120 | CONFIG_COMPAT_BRK=y | ||
118 | # CONFIG_SLAB is not set | 121 | # CONFIG_SLAB is not set |
119 | CONFIG_SLUB=y | 122 | CONFIG_SLUB=y |
120 | # CONFIG_SLOB is not set | 123 | # CONFIG_SLOB is not set |
121 | # CONFIG_PROFILING is not set | 124 | # CONFIG_PROFILING is not set |
125 | # CONFIG_MARKERS is not set | ||
122 | CONFIG_HAVE_OPROFILE=y | 126 | CONFIG_HAVE_OPROFILE=y |
123 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 127 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
124 | CONFIG_HAVE_IOREMAP_PROT=y | 128 | CONFIG_HAVE_IOREMAP_PROT=y |
125 | CONFIG_HAVE_KPROBES=y | 129 | CONFIG_HAVE_KPROBES=y |
126 | CONFIG_HAVE_KRETPROBES=y | 130 | CONFIG_HAVE_KRETPROBES=y |
127 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 131 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
132 | # CONFIG_SLOW_WORK is not set | ||
128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 133 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
129 | CONFIG_SLABINFO=y | 134 | CONFIG_SLABINFO=y |
130 | CONFIG_RT_MUTEXES=y | 135 | CONFIG_RT_MUTEXES=y |
@@ -137,7 +142,6 @@ CONFIG_MODULE_UNLOAD=y | |||
137 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 142 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
138 | CONFIG_BLOCK=y | 143 | CONFIG_BLOCK=y |
139 | CONFIG_LBD=y | 144 | CONFIG_LBD=y |
140 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
141 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
142 | # CONFIG_BLK_DEV_INTEGRITY is not set | 146 | # CONFIG_BLK_DEV_INTEGRITY is not set |
143 | 147 | ||
@@ -158,8 +162,6 @@ CONFIG_DEFAULT_IOSCHED="cfq" | |||
158 | # | 162 | # |
159 | # Platform support | 163 | # Platform support |
160 | # | 164 | # |
161 | CONFIG_PPC_MULTIPLATFORM=y | ||
162 | CONFIG_CLASSIC32=y | ||
163 | # CONFIG_PPC_CHRP is not set | 165 | # CONFIG_PPC_CHRP is not set |
164 | # CONFIG_MPC5121_ADS is not set | 166 | # CONFIG_MPC5121_ADS is not set |
165 | # CONFIG_MPC5121_GENERIC is not set | 167 | # CONFIG_MPC5121_GENERIC is not set |
@@ -181,6 +183,8 @@ CONFIG_STORCENTER=y | |||
181 | CONFIG_MPC10X_BRIDGE=y | 183 | CONFIG_MPC10X_BRIDGE=y |
182 | CONFIG_MPC10X_OPENPIC=y | 184 | CONFIG_MPC10X_OPENPIC=y |
183 | # CONFIG_MPC10X_STORE_GATHERING is not set | 185 | # CONFIG_MPC10X_STORE_GATHERING is not set |
186 | # CONFIG_AMIGAONE is not set | ||
187 | CONFIG_PPC_OF_BOOT_TRAMPOLINE=y | ||
184 | # CONFIG_IPIC is not set | 188 | # CONFIG_IPIC is not set |
185 | CONFIG_MPIC=y | 189 | CONFIG_MPIC=y |
186 | # CONFIG_MPIC_WEIRD is not set | 190 | # CONFIG_MPIC_WEIRD is not set |
@@ -239,9 +243,12 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
239 | CONFIG_BOUNCE=y | 243 | CONFIG_BOUNCE=y |
240 | CONFIG_VIRT_TO_BUS=y | 244 | CONFIG_VIRT_TO_BUS=y |
241 | CONFIG_UNEVICTABLE_LRU=y | 245 | CONFIG_UNEVICTABLE_LRU=y |
246 | CONFIG_HAVE_MLOCK=y | ||
247 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
242 | CONFIG_PPC_4K_PAGES=y | 248 | CONFIG_PPC_4K_PAGES=y |
243 | # CONFIG_PPC_16K_PAGES is not set | 249 | # CONFIG_PPC_16K_PAGES is not set |
244 | # CONFIG_PPC_64K_PAGES is not set | 250 | # CONFIG_PPC_64K_PAGES is not set |
251 | # CONFIG_PPC_256K_PAGES is not set | ||
245 | CONFIG_FORCE_MAX_ZONEORDER=11 | 252 | CONFIG_FORCE_MAX_ZONEORDER=11 |
246 | CONFIG_PROC_DEVICETREE=y | 253 | CONFIG_PROC_DEVICETREE=y |
247 | CONFIG_CMDLINE_BOOL=y | 254 | CONFIG_CMDLINE_BOOL=y |
@@ -266,6 +273,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
266 | # CONFIG_PCI_MSI is not set | 273 | # CONFIG_PCI_MSI is not set |
267 | # CONFIG_PCI_LEGACY is not set | 274 | # CONFIG_PCI_LEGACY is not set |
268 | # CONFIG_PCI_STUB is not set | 275 | # CONFIG_PCI_STUB is not set |
276 | # CONFIG_PCI_IOV is not set | ||
269 | # CONFIG_PCCARD is not set | 277 | # CONFIG_PCCARD is not set |
270 | # CONFIG_HOTPLUG_PCI is not set | 278 | # CONFIG_HOTPLUG_PCI is not set |
271 | # CONFIG_HAS_RAPIDIO is not set | 279 | # CONFIG_HAS_RAPIDIO is not set |
@@ -288,7 +296,6 @@ CONFIG_NET=y | |||
288 | # | 296 | # |
289 | # Networking options | 297 | # Networking options |
290 | # | 298 | # |
291 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
292 | CONFIG_PACKET=m | 299 | CONFIG_PACKET=m |
293 | # CONFIG_PACKET_MMAP is not set | 300 | # CONFIG_PACKET_MMAP is not set |
294 | CONFIG_UNIX=y | 301 | CONFIG_UNIX=y |
@@ -339,6 +346,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
339 | # CONFIG_LAPB is not set | 346 | # CONFIG_LAPB is not set |
340 | # CONFIG_ECONET is not set | 347 | # CONFIG_ECONET is not set |
341 | # CONFIG_WAN_ROUTER is not set | 348 | # CONFIG_WAN_ROUTER is not set |
349 | # CONFIG_PHONET is not set | ||
342 | # CONFIG_NET_SCHED is not set | 350 | # CONFIG_NET_SCHED is not set |
343 | # CONFIG_DCB is not set | 351 | # CONFIG_DCB is not set |
344 | 352 | ||
@@ -351,7 +359,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
351 | # CONFIG_IRDA is not set | 359 | # CONFIG_IRDA is not set |
352 | # CONFIG_BT is not set | 360 | # CONFIG_BT is not set |
353 | # CONFIG_AF_RXRPC is not set | 361 | # CONFIG_AF_RXRPC is not set |
354 | # CONFIG_PHONET is not set | ||
355 | CONFIG_WIRELESS=y | 362 | CONFIG_WIRELESS=y |
356 | # CONFIG_CFG80211 is not set | 363 | # CONFIG_CFG80211 is not set |
357 | CONFIG_WIRELESS_OLD_REGULATORY=y | 364 | CONFIG_WIRELESS_OLD_REGULATORY=y |
@@ -486,6 +493,7 @@ CONFIG_MISC_DEVICES=y | |||
486 | # CONFIG_ICS932S401 is not set | 493 | # CONFIG_ICS932S401 is not set |
487 | # CONFIG_ENCLOSURE_SERVICES is not set | 494 | # CONFIG_ENCLOSURE_SERVICES is not set |
488 | # CONFIG_HP_ILO is not set | 495 | # CONFIG_HP_ILO is not set |
496 | # CONFIG_ISL29003 is not set | ||
489 | # CONFIG_C2PORT is not set | 497 | # CONFIG_C2PORT is not set |
490 | 498 | ||
491 | # | 499 | # |
@@ -500,6 +508,7 @@ CONFIG_IDE=y | |||
500 | # | 508 | # |
501 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 509 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
502 | # | 510 | # |
511 | CONFIG_IDE_XFER_MODE=y | ||
503 | CONFIG_IDE_TIMINGS=y | 512 | CONFIG_IDE_TIMINGS=y |
504 | # CONFIG_BLK_DEV_IDE_SATA is not set | 513 | # CONFIG_BLK_DEV_IDE_SATA is not set |
505 | CONFIG_IDE_GD=y | 514 | CONFIG_IDE_GD=y |
@@ -604,9 +613,11 @@ CONFIG_SCSI_LOWLEVEL=y | |||
604 | # CONFIG_MEGARAID_NEWGEN is not set | 613 | # CONFIG_MEGARAID_NEWGEN is not set |
605 | # CONFIG_MEGARAID_LEGACY is not set | 614 | # CONFIG_MEGARAID_LEGACY is not set |
606 | # CONFIG_MEGARAID_SAS is not set | 615 | # CONFIG_MEGARAID_SAS is not set |
616 | # CONFIG_SCSI_MPT2SAS is not set | ||
607 | # CONFIG_SCSI_HPTIOP is not set | 617 | # CONFIG_SCSI_HPTIOP is not set |
608 | # CONFIG_SCSI_BUSLOGIC is not set | 618 | # CONFIG_SCSI_BUSLOGIC is not set |
609 | # CONFIG_LIBFC is not set | 619 | # CONFIG_LIBFC is not set |
620 | # CONFIG_LIBFCOE is not set | ||
610 | # CONFIG_FCOE is not set | 621 | # CONFIG_FCOE is not set |
611 | # CONFIG_SCSI_DMX3191D is not set | 622 | # CONFIG_SCSI_DMX3191D is not set |
612 | # CONFIG_SCSI_EATA is not set | 623 | # CONFIG_SCSI_EATA is not set |
@@ -628,6 +639,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
628 | # CONFIG_SCSI_DEBUG is not set | 639 | # CONFIG_SCSI_DEBUG is not set |
629 | # CONFIG_SCSI_SRP is not set | 640 | # CONFIG_SCSI_SRP is not set |
630 | # CONFIG_SCSI_DH is not set | 641 | # CONFIG_SCSI_DH is not set |
642 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
631 | # CONFIG_ATA is not set | 643 | # CONFIG_ATA is not set |
632 | CONFIG_MD=y | 644 | CONFIG_MD=y |
633 | CONFIG_BLK_DEV_MD=y | 645 | CONFIG_BLK_DEV_MD=y |
@@ -637,7 +649,7 @@ CONFIG_MD_RAID0=y | |||
637 | CONFIG_MD_RAID1=y | 649 | CONFIG_MD_RAID1=y |
638 | # CONFIG_MD_RAID10 is not set | 650 | # CONFIG_MD_RAID10 is not set |
639 | CONFIG_MD_RAID456=y | 651 | CONFIG_MD_RAID456=y |
640 | CONFIG_MD_RAID5_RESHAPE=y | 652 | CONFIG_MD_RAID6_PQ=y |
641 | # CONFIG_MD_MULTIPATH is not set | 653 | # CONFIG_MD_MULTIPATH is not set |
642 | # CONFIG_MD_FAULTY is not set | 654 | # CONFIG_MD_FAULTY is not set |
643 | # CONFIG_BLK_DEV_DM is not set | 655 | # CONFIG_BLK_DEV_DM is not set |
@@ -655,6 +667,7 @@ CONFIG_MD_RAID5_RESHAPE=y | |||
655 | # CONFIG_I2O is not set | 667 | # CONFIG_I2O is not set |
656 | # CONFIG_MACINTOSH_DRIVERS is not set | 668 | # CONFIG_MACINTOSH_DRIVERS is not set |
657 | CONFIG_NETDEVICES=y | 669 | CONFIG_NETDEVICES=y |
670 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
658 | CONFIG_DUMMY=m | 671 | CONFIG_DUMMY=m |
659 | # CONFIG_BONDING is not set | 672 | # CONFIG_BONDING is not set |
660 | # CONFIG_MACVLAN is not set | 673 | # CONFIG_MACVLAN is not set |
@@ -671,6 +684,7 @@ CONFIG_NETDEV_1000=y | |||
671 | # CONFIG_E1000E is not set | 684 | # CONFIG_E1000E is not set |
672 | # CONFIG_IP1000 is not set | 685 | # CONFIG_IP1000 is not set |
673 | # CONFIG_IGB is not set | 686 | # CONFIG_IGB is not set |
687 | # CONFIG_IGBVF is not set | ||
674 | # CONFIG_NS83820 is not set | 688 | # CONFIG_NS83820 is not set |
675 | # CONFIG_HAMACHI is not set | 689 | # CONFIG_HAMACHI is not set |
676 | # CONFIG_YELLOWFIN is not set | 690 | # CONFIG_YELLOWFIN is not set |
@@ -681,8 +695,8 @@ CONFIG_R8169=y | |||
681 | # CONFIG_VIA_VELOCITY is not set | 695 | # CONFIG_VIA_VELOCITY is not set |
682 | # CONFIG_TIGON3 is not set | 696 | # CONFIG_TIGON3 is not set |
683 | # CONFIG_BNX2 is not set | 697 | # CONFIG_BNX2 is not set |
698 | # CONFIG_FSL_PQ_MDIO is not set | ||
684 | # CONFIG_GIANFAR is not set | 699 | # CONFIG_GIANFAR is not set |
685 | # CONFIG_MV643XX_ETH is not set | ||
686 | # CONFIG_QLA3XXX is not set | 700 | # CONFIG_QLA3XXX is not set |
687 | # CONFIG_ATL1 is not set | 701 | # CONFIG_ATL1 is not set |
688 | # CONFIG_ATL1E is not set | 702 | # CONFIG_ATL1E is not set |
@@ -696,7 +710,6 @@ CONFIG_R8169=y | |||
696 | # | 710 | # |
697 | # CONFIG_WLAN_PRE80211 is not set | 711 | # CONFIG_WLAN_PRE80211 is not set |
698 | # CONFIG_WLAN_80211 is not set | 712 | # CONFIG_WLAN_80211 is not set |
699 | # CONFIG_IWLWIFI_LEDS is not set | ||
700 | 713 | ||
701 | # | 714 | # |
702 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 715 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -766,6 +779,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
766 | # CONFIG_HVC_UDBG is not set | 779 | # CONFIG_HVC_UDBG is not set |
767 | # CONFIG_IPMI_HANDLER is not set | 780 | # CONFIG_IPMI_HANDLER is not set |
768 | CONFIG_HW_RANDOM=m | 781 | CONFIG_HW_RANDOM=m |
782 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||
769 | CONFIG_NVRAM=y | 783 | CONFIG_NVRAM=y |
770 | # CONFIG_R3964 is not set | 784 | # CONFIG_R3964 is not set |
771 | # CONFIG_APPLICOM is not set | 785 | # CONFIG_APPLICOM is not set |
@@ -831,7 +845,6 @@ CONFIG_I2C_MPC=y | |||
831 | # CONFIG_SENSORS_PCF8574 is not set | 845 | # CONFIG_SENSORS_PCF8574 is not set |
832 | # CONFIG_PCF8575 is not set | 846 | # CONFIG_PCF8575 is not set |
833 | # CONFIG_SENSORS_PCA9539 is not set | 847 | # CONFIG_SENSORS_PCA9539 is not set |
834 | # CONFIG_SENSORS_PCF8591 is not set | ||
835 | # CONFIG_SENSORS_MAX6875 is not set | 848 | # CONFIG_SENSORS_MAX6875 is not set |
836 | # CONFIG_SENSORS_TSL2550 is not set | 849 | # CONFIG_SENSORS_TSL2550 is not set |
837 | # CONFIG_I2C_DEBUG_CORE is not set | 850 | # CONFIG_I2C_DEBUG_CORE is not set |
@@ -952,11 +965,11 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
952 | # CONFIG_USB_TMC is not set | 965 | # CONFIG_USB_TMC is not set |
953 | 966 | ||
954 | # | 967 | # |
955 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | 968 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may |
956 | # | 969 | # |
957 | 970 | ||
958 | # | 971 | # |
959 | # see USB_STORAGE Help for more information | 972 | # also be needed; see USB_STORAGE Help for more info |
960 | # | 973 | # |
961 | CONFIG_USB_STORAGE=y | 974 | CONFIG_USB_STORAGE=y |
962 | # CONFIG_USB_STORAGE_DEBUG is not set | 975 | # CONFIG_USB_STORAGE_DEBUG is not set |
@@ -997,7 +1010,6 @@ CONFIG_USB_STORAGE=y | |||
997 | # CONFIG_USB_LED is not set | 1010 | # CONFIG_USB_LED is not set |
998 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1011 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
999 | # CONFIG_USB_CYTHERM is not set | 1012 | # CONFIG_USB_CYTHERM is not set |
1000 | # CONFIG_USB_PHIDGET is not set | ||
1001 | # CONFIG_USB_IDMOUSE is not set | 1013 | # CONFIG_USB_IDMOUSE is not set |
1002 | # CONFIG_USB_FTDI_ELAN is not set | 1014 | # CONFIG_USB_FTDI_ELAN is not set |
1003 | # CONFIG_USB_APPLEDISPLAY is not set | 1015 | # CONFIG_USB_APPLEDISPLAY is not set |
@@ -1013,6 +1025,7 @@ CONFIG_USB_STORAGE=y | |||
1013 | # | 1025 | # |
1014 | # OTG and related infrastructure | 1026 | # OTG and related infrastructure |
1015 | # | 1027 | # |
1028 | # CONFIG_NOP_USB_XCEIV is not set | ||
1016 | # CONFIG_UWB is not set | 1029 | # CONFIG_UWB is not set |
1017 | # CONFIG_MMC is not set | 1030 | # CONFIG_MMC is not set |
1018 | # CONFIG_MEMSTICK is not set | 1031 | # CONFIG_MEMSTICK is not set |
@@ -1074,8 +1087,9 @@ CONFIG_RTC_DRV_DS1307=y | |||
1074 | # | 1087 | # |
1075 | # on-CPU RTC drivers | 1088 | # on-CPU RTC drivers |
1076 | # | 1089 | # |
1077 | # CONFIG_RTC_DRV_PPC is not set | 1090 | # CONFIG_RTC_DRV_GENERIC is not set |
1078 | # CONFIG_DMADEVICES is not set | 1091 | # CONFIG_DMADEVICES is not set |
1092 | # CONFIG_AUXDISPLAY is not set | ||
1079 | # CONFIG_UIO is not set | 1093 | # CONFIG_UIO is not set |
1080 | # CONFIG_STAGING is not set | 1094 | # CONFIG_STAGING is not set |
1081 | 1095 | ||
@@ -1086,6 +1100,7 @@ CONFIG_EXT2_FS=y | |||
1086 | # CONFIG_EXT2_FS_XATTR is not set | 1100 | # CONFIG_EXT2_FS_XATTR is not set |
1087 | # CONFIG_EXT2_FS_XIP is not set | 1101 | # CONFIG_EXT2_FS_XIP is not set |
1088 | CONFIG_EXT3_FS=y | 1102 | CONFIG_EXT3_FS=y |
1103 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
1089 | CONFIG_EXT3_FS_XATTR=y | 1104 | CONFIG_EXT3_FS_XATTR=y |
1090 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 1105 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
1091 | # CONFIG_EXT3_FS_SECURITY is not set | 1106 | # CONFIG_EXT3_FS_SECURITY is not set |
@@ -1113,6 +1128,11 @@ CONFIG_INOTIFY_USER=y | |||
1113 | # CONFIG_FUSE_FS is not set | 1128 | # CONFIG_FUSE_FS is not set |
1114 | 1129 | ||
1115 | # | 1130 | # |
1131 | # Caches | ||
1132 | # | ||
1133 | # CONFIG_FSCACHE is not set | ||
1134 | |||
1135 | # | ||
1116 | # CD-ROM/DVD Filesystems | 1136 | # CD-ROM/DVD Filesystems |
1117 | # | 1137 | # |
1118 | # CONFIG_ISO9660_FS is not set | 1138 | # CONFIG_ISO9660_FS is not set |
@@ -1166,6 +1186,7 @@ CONFIG_JFFS2_RTIME=y | |||
1166 | # CONFIG_ROMFS_FS is not set | 1186 | # CONFIG_ROMFS_FS is not set |
1167 | # CONFIG_SYSV_FS is not set | 1187 | # CONFIG_SYSV_FS is not set |
1168 | # CONFIG_UFS_FS is not set | 1188 | # CONFIG_UFS_FS is not set |
1189 | # CONFIG_NILFS2_FS is not set | ||
1169 | # CONFIG_NETWORK_FILESYSTEMS is not set | 1190 | # CONFIG_NETWORK_FILESYSTEMS is not set |
1170 | CONFIG_EXPORTFS=m | 1191 | CONFIG_EXPORTFS=m |
1171 | 1192 | ||
@@ -1231,6 +1252,7 @@ CONFIG_NLS_ISO8859_1=y | |||
1231 | # CONFIG_NLS_KOI8_U is not set | 1252 | # CONFIG_NLS_KOI8_U is not set |
1232 | CONFIG_NLS_UTF8=y | 1253 | CONFIG_NLS_UTF8=y |
1233 | # CONFIG_DLM is not set | 1254 | # CONFIG_DLM is not set |
1255 | # CONFIG_BINARY_PRINTF is not set | ||
1234 | 1256 | ||
1235 | # | 1257 | # |
1236 | # Library routines | 1258 | # Library routines |
@@ -1246,11 +1268,11 @@ CONFIG_CRC32=y | |||
1246 | # CONFIG_LIBCRC32C is not set | 1268 | # CONFIG_LIBCRC32C is not set |
1247 | CONFIG_ZLIB_INFLATE=y | 1269 | CONFIG_ZLIB_INFLATE=y |
1248 | CONFIG_ZLIB_DEFLATE=y | 1270 | CONFIG_ZLIB_DEFLATE=y |
1249 | CONFIG_PLIST=y | ||
1250 | CONFIG_HAS_IOMEM=y | 1271 | CONFIG_HAS_IOMEM=y |
1251 | CONFIG_HAS_IOPORT=y | 1272 | CONFIG_HAS_IOPORT=y |
1252 | CONFIG_HAS_DMA=y | 1273 | CONFIG_HAS_DMA=y |
1253 | CONFIG_HAVE_LMB=y | 1274 | CONFIG_HAVE_LMB=y |
1275 | CONFIG_NLATTR=y | ||
1254 | 1276 | ||
1255 | # | 1277 | # |
1256 | # Kernel hacking | 1278 | # Kernel hacking |
@@ -1272,13 +1294,24 @@ CONFIG_FRAME_WARN=1024 | |||
1272 | # CONFIG_LATENCYTOP is not set | 1294 | # CONFIG_LATENCYTOP is not set |
1273 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1295 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
1274 | CONFIG_HAVE_FUNCTION_TRACER=y | 1296 | CONFIG_HAVE_FUNCTION_TRACER=y |
1297 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
1275 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 1298 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
1276 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | 1299 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y |
1300 | CONFIG_TRACING_SUPPORT=y | ||
1277 | 1301 | ||
1278 | # | 1302 | # |
1279 | # Tracers | 1303 | # Tracers |
1280 | # | 1304 | # |
1281 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 1305 | # CONFIG_FUNCTION_TRACER is not set |
1306 | # CONFIG_SCHED_TRACER is not set | ||
1307 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1308 | # CONFIG_EVENT_TRACER is not set | ||
1309 | # CONFIG_BOOT_TRACER is not set | ||
1310 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1311 | # CONFIG_STACK_TRACER is not set | ||
1312 | # CONFIG_KMEMTRACE is not set | ||
1313 | # CONFIG_WORKQUEUE_TRACER is not set | ||
1314 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
1282 | # CONFIG_SAMPLES is not set | 1315 | # CONFIG_SAMPLES is not set |
1283 | CONFIG_HAVE_ARCH_KGDB=y | 1316 | CONFIG_HAVE_ARCH_KGDB=y |
1284 | CONFIG_PRINT_STACK_DEPTH=64 | 1317 | CONFIG_PRINT_STACK_DEPTH=64 |