diff options
Diffstat (limited to 'arch/powerpc/configs/mpc7448_hpc2_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc7448_hpc2_defconfig | 119 |
1 files changed, 94 insertions, 25 deletions
diff --git a/arch/powerpc/configs/mpc7448_hpc2_defconfig b/arch/powerpc/configs/mpc7448_hpc2_defconfig index b0266de48491..a3d52e3f2ded 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.24-rc4 | 3 | # Linux kernel version: 2.6.25-rc6 |
4 | # Thu Dec 6 16:48:28 2007 | 4 | # Mon Mar 24 08:48:11 2008 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -29,6 +29,7 @@ CONFIG_GENERIC_TIME=y | |||
29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | ||
32 | CONFIG_IRQ_PER_CPU=y | 33 | CONFIG_IRQ_PER_CPU=y |
33 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
34 | CONFIG_ARCH_HAS_ILOG2_U32=y | 35 | CONFIG_ARCH_HAS_ILOG2_U32=y |
@@ -66,15 +67,19 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
66 | # CONFIG_POSIX_MQUEUE is not set | 67 | # CONFIG_POSIX_MQUEUE is not set |
67 | # CONFIG_BSD_PROCESS_ACCT is not set | 68 | # CONFIG_BSD_PROCESS_ACCT is not set |
68 | # CONFIG_TASKSTATS is not set | 69 | # CONFIG_TASKSTATS is not set |
69 | # CONFIG_USER_NS is not set | ||
70 | # CONFIG_PID_NS is not set | ||
71 | # CONFIG_AUDIT is not set | 70 | # CONFIG_AUDIT is not set |
72 | # CONFIG_IKCONFIG is not set | 71 | # CONFIG_IKCONFIG is not set |
73 | CONFIG_LOG_BUF_SHIFT=14 | 72 | CONFIG_LOG_BUF_SHIFT=14 |
74 | # CONFIG_CGROUPS is not set | 73 | # CONFIG_CGROUPS is not set |
74 | CONFIG_GROUP_SCHED=y | ||
75 | # CONFIG_FAIR_GROUP_SCHED is not set | 75 | # CONFIG_FAIR_GROUP_SCHED is not set |
76 | # CONFIG_RT_GROUP_SCHED is not set | ||
77 | CONFIG_USER_SCHED=y | ||
78 | # CONFIG_CGROUP_SCHED is not set | ||
76 | CONFIG_SYSFS_DEPRECATED=y | 79 | CONFIG_SYSFS_DEPRECATED=y |
80 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
77 | # CONFIG_RELAY is not set | 81 | # CONFIG_RELAY is not set |
82 | # CONFIG_NAMESPACES is not set | ||
78 | CONFIG_BLK_DEV_INITRD=y | 83 | CONFIG_BLK_DEV_INITRD=y |
79 | CONFIG_INITRAMFS_SOURCE="" | 84 | CONFIG_INITRAMFS_SOURCE="" |
80 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 85 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
@@ -87,11 +92,13 @@ CONFIG_HOTPLUG=y | |||
87 | CONFIG_PRINTK=y | 92 | CONFIG_PRINTK=y |
88 | CONFIG_BUG=y | 93 | CONFIG_BUG=y |
89 | CONFIG_ELF_CORE=y | 94 | CONFIG_ELF_CORE=y |
95 | CONFIG_COMPAT_BRK=y | ||
90 | CONFIG_BASE_FULL=y | 96 | CONFIG_BASE_FULL=y |
91 | CONFIG_FUTEX=y | 97 | CONFIG_FUTEX=y |
92 | CONFIG_ANON_INODES=y | 98 | CONFIG_ANON_INODES=y |
93 | CONFIG_EPOLL=y | 99 | CONFIG_EPOLL=y |
94 | CONFIG_SIGNALFD=y | 100 | CONFIG_SIGNALFD=y |
101 | CONFIG_TIMERFD=y | ||
95 | CONFIG_EVENTFD=y | 102 | CONFIG_EVENTFD=y |
96 | CONFIG_SHMEM=y | 103 | CONFIG_SHMEM=y |
97 | CONFIG_VM_EVENT_COUNTERS=y | 104 | CONFIG_VM_EVENT_COUNTERS=y |
@@ -99,6 +106,13 @@ CONFIG_SLUB_DEBUG=y | |||
99 | # CONFIG_SLAB is not set | 106 | # CONFIG_SLAB is not set |
100 | CONFIG_SLUB=y | 107 | CONFIG_SLUB=y |
101 | # CONFIG_SLOB is not set | 108 | # CONFIG_SLOB is not set |
109 | # CONFIG_PROFILING is not set | ||
110 | # CONFIG_MARKERS is not set | ||
111 | CONFIG_HAVE_OPROFILE=y | ||
112 | CONFIG_HAVE_KPROBES=y | ||
113 | CONFIG_HAVE_KRETPROBES=y | ||
114 | CONFIG_PROC_PAGE_MONITOR=y | ||
115 | CONFIG_SLABINFO=y | ||
102 | CONFIG_RT_MUTEXES=y | 116 | CONFIG_RT_MUTEXES=y |
103 | # CONFIG_TINY_SHMEM is not set | 117 | # CONFIG_TINY_SHMEM is not set |
104 | CONFIG_BASE_SMALL=0 | 118 | CONFIG_BASE_SMALL=0 |
@@ -121,6 +135,7 @@ CONFIG_DEFAULT_AS=y | |||
121 | # CONFIG_DEFAULT_CFQ is not set | 135 | # CONFIG_DEFAULT_CFQ is not set |
122 | # CONFIG_DEFAULT_NOOP is not set | 136 | # CONFIG_DEFAULT_NOOP is not set |
123 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 137 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
138 | CONFIG_CLASSIC_RCU=y | ||
124 | 139 | ||
125 | # | 140 | # |
126 | # Platform support | 141 | # Platform support |
@@ -131,20 +146,22 @@ CONFIG_PPC_MULTIPLATFORM=y | |||
131 | # CONFIG_PPC_86xx is not set | 146 | # CONFIG_PPC_86xx is not set |
132 | CONFIG_CLASSIC32=y | 147 | CONFIG_CLASSIC32=y |
133 | # CONFIG_PPC_CHRP is not set | 148 | # CONFIG_PPC_CHRP is not set |
149 | # CONFIG_PPC_MPC512x is not set | ||
150 | # CONFIG_PPC_MPC5121 is not set | ||
151 | # CONFIG_MPC5121_ADS is not set | ||
134 | # CONFIG_PPC_MPC52xx is not set | 152 | # CONFIG_PPC_MPC52xx is not set |
135 | # CONFIG_PPC_MPC5200 is not set | ||
136 | # CONFIG_PPC_EFIKA is not set | ||
137 | # CONFIG_PPC_LITE5200 is not set | ||
138 | # CONFIG_PPC_PMAC is not set | 153 | # CONFIG_PPC_PMAC is not set |
139 | # CONFIG_PPC_CELL is not set | 154 | # CONFIG_PPC_CELL is not set |
140 | # CONFIG_PPC_CELL_NATIVE is not set | 155 | # CONFIG_PPC_CELL_NATIVE is not set |
141 | # CONFIG_PQ2ADS is not set | 156 | # CONFIG_PQ2ADS is not set |
142 | CONFIG_EMBEDDED6xx=y | 157 | CONFIG_EMBEDDED6xx=y |
143 | # CONFIG_LINKSTATION is not set | 158 | # CONFIG_LINKSTATION is not set |
159 | # CONFIG_STORCENTER is not set | ||
144 | CONFIG_MPC7448HPC2=y | 160 | CONFIG_MPC7448HPC2=y |
145 | # CONFIG_PPC_HOLLY is not set | 161 | # CONFIG_PPC_HOLLY is not set |
146 | # CONFIG_PPC_PRPMC2800 is not set | 162 | # CONFIG_PPC_PRPMC2800 is not set |
147 | CONFIG_TSI108_BRIDGE=y | 163 | CONFIG_TSI108_BRIDGE=y |
164 | # CONFIG_IPIC is not set | ||
148 | CONFIG_MPIC=y | 165 | CONFIG_MPIC=y |
149 | CONFIG_MPIC_WEIRD=y | 166 | CONFIG_MPIC_WEIRD=y |
150 | # CONFIG_PPC_I8259 is not set | 167 | # CONFIG_PPC_I8259 is not set |
@@ -156,7 +173,6 @@ CONFIG_MPIC_WEIRD=y | |||
156 | # CONFIG_GENERIC_IOMAP is not set | 173 | # CONFIG_GENERIC_IOMAP is not set |
157 | # CONFIG_CPU_FREQ is not set | 174 | # CONFIG_CPU_FREQ is not set |
158 | # CONFIG_TAU is not set | 175 | # CONFIG_TAU is not set |
159 | # CONFIG_CPM2 is not set | ||
160 | # CONFIG_FSL_ULI1575 is not set | 176 | # CONFIG_FSL_ULI1575 is not set |
161 | 177 | ||
162 | # | 178 | # |
@@ -172,12 +188,16 @@ CONFIG_HZ_250=y | |||
172 | # CONFIG_HZ_300 is not set | 188 | # CONFIG_HZ_300 is not set |
173 | # CONFIG_HZ_1000 is not set | 189 | # CONFIG_HZ_1000 is not set |
174 | CONFIG_HZ=250 | 190 | CONFIG_HZ=250 |
191 | # CONFIG_SCHED_HRTICK is not set | ||
175 | CONFIG_PREEMPT_NONE=y | 192 | CONFIG_PREEMPT_NONE=y |
176 | # CONFIG_PREEMPT_VOLUNTARY is not set | 193 | # CONFIG_PREEMPT_VOLUNTARY is not set |
177 | # CONFIG_PREEMPT is not set | 194 | # CONFIG_PREEMPT is not set |
178 | CONFIG_BINFMT_ELF=y | 195 | CONFIG_BINFMT_ELF=y |
179 | CONFIG_BINFMT_MISC=y | 196 | CONFIG_BINFMT_MISC=y |
197 | # CONFIG_IOMMU_HELPER is not set | ||
180 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 198 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
199 | CONFIG_ARCH_HAS_WALK_MEMORY=y | ||
200 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | ||
181 | # CONFIG_KEXEC is not set | 201 | # CONFIG_KEXEC is not set |
182 | CONFIG_ARCH_FLATMEM_ENABLE=y | 202 | CONFIG_ARCH_FLATMEM_ENABLE=y |
183 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 203 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
@@ -197,11 +217,7 @@ CONFIG_VIRT_TO_BUS=y | |||
197 | CONFIG_PROC_DEVICETREE=y | 217 | CONFIG_PROC_DEVICETREE=y |
198 | # CONFIG_CMDLINE_BOOL is not set | 218 | # CONFIG_CMDLINE_BOOL is not set |
199 | # CONFIG_PM is not set | 219 | # CONFIG_PM is not set |
200 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
201 | CONFIG_HIBERNATION_UP_POSSIBLE=y | ||
202 | # CONFIG_SECCOMP is not set | 220 | # CONFIG_SECCOMP is not set |
203 | CONFIG_WANT_DEVICE_TREE=y | ||
204 | CONFIG_DEVICE_TREE="" | ||
205 | CONFIG_ISA_DMA_API=y | 221 | CONFIG_ISA_DMA_API=y |
206 | 222 | ||
207 | # | 223 | # |
@@ -249,6 +265,7 @@ CONFIG_XFRM=y | |||
249 | CONFIG_XFRM_USER=y | 265 | CONFIG_XFRM_USER=y |
250 | # CONFIG_XFRM_SUB_POLICY is not set | 266 | # CONFIG_XFRM_SUB_POLICY is not set |
251 | # CONFIG_XFRM_MIGRATE is not set | 267 | # CONFIG_XFRM_MIGRATE is not set |
268 | # CONFIG_XFRM_STATISTICS is not set | ||
252 | # CONFIG_NET_KEY is not set | 269 | # CONFIG_NET_KEY is not set |
253 | CONFIG_INET=y | 270 | CONFIG_INET=y |
254 | CONFIG_IP_MULTICAST=y | 271 | CONFIG_IP_MULTICAST=y |
@@ -304,6 +321,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
304 | # | 321 | # |
305 | # CONFIG_NET_PKTGEN is not set | 322 | # CONFIG_NET_PKTGEN is not set |
306 | # CONFIG_HAMRADIO is not set | 323 | # CONFIG_HAMRADIO is not set |
324 | # CONFIG_CAN is not set | ||
307 | # CONFIG_IRDA is not set | 325 | # CONFIG_IRDA is not set |
308 | # CONFIG_BT is not set | 326 | # CONFIG_BT is not set |
309 | # CONFIG_AF_RXRPC is not set | 327 | # CONFIG_AF_RXRPC is not set |
@@ -348,7 +366,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
348 | CONFIG_BLK_DEV_RAM=y | 366 | CONFIG_BLK_DEV_RAM=y |
349 | CONFIG_BLK_DEV_RAM_COUNT=16 | 367 | CONFIG_BLK_DEV_RAM_COUNT=16 |
350 | CONFIG_BLK_DEV_RAM_SIZE=131072 | 368 | CONFIG_BLK_DEV_RAM_SIZE=131072 |
351 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 369 | # CONFIG_BLK_DEV_XIP is not set |
352 | # CONFIG_CDROM_PKTCDVD is not set | 370 | # CONFIG_CDROM_PKTCDVD is not set |
353 | # CONFIG_ATA_OVER_ETH is not set | 371 | # CONFIG_ATA_OVER_ETH is not set |
354 | CONFIG_MISC_DEVICES=y | 372 | CONFIG_MISC_DEVICES=y |
@@ -356,6 +374,8 @@ CONFIG_MISC_DEVICES=y | |||
356 | # CONFIG_EEPROM_93CX6 is not set | 374 | # CONFIG_EEPROM_93CX6 is not set |
357 | # CONFIG_SGI_IOC4 is not set | 375 | # CONFIG_SGI_IOC4 is not set |
358 | # CONFIG_TIFM_CORE is not set | 376 | # CONFIG_TIFM_CORE is not set |
377 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
378 | CONFIG_HAVE_IDE=y | ||
359 | # CONFIG_IDE is not set | 379 | # CONFIG_IDE is not set |
360 | 380 | ||
361 | # | 381 | # |
@@ -419,6 +439,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
419 | # CONFIG_SCSI_IPS is not set | 439 | # CONFIG_SCSI_IPS is not set |
420 | # CONFIG_SCSI_INITIO is not set | 440 | # CONFIG_SCSI_INITIO is not set |
421 | # CONFIG_SCSI_INIA100 is not set | 441 | # CONFIG_SCSI_INIA100 is not set |
442 | # CONFIG_SCSI_MVSAS is not set | ||
422 | # CONFIG_SCSI_STEX is not set | 443 | # CONFIG_SCSI_STEX is not set |
423 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 444 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
424 | # CONFIG_SCSI_IPR is not set | 445 | # CONFIG_SCSI_IPR is not set |
@@ -472,6 +493,7 @@ CONFIG_SATA_MV=y | |||
472 | # CONFIG_PATA_MPIIX is not set | 493 | # CONFIG_PATA_MPIIX is not set |
473 | # CONFIG_PATA_OLDPIIX is not set | 494 | # CONFIG_PATA_OLDPIIX is not set |
474 | # CONFIG_PATA_NETCELL is not set | 495 | # CONFIG_PATA_NETCELL is not set |
496 | # CONFIG_PATA_NINJA32 is not set | ||
475 | # CONFIG_PATA_NS87410 is not set | 497 | # CONFIG_PATA_NS87410 is not set |
476 | # CONFIG_PATA_NS87415 is not set | 498 | # CONFIG_PATA_NS87415 is not set |
477 | # CONFIG_PATA_OPTI is not set | 499 | # CONFIG_PATA_OPTI is not set |
@@ -505,7 +527,6 @@ CONFIG_NETDEVICES=y | |||
505 | # CONFIG_EQUALIZER is not set | 527 | # CONFIG_EQUALIZER is not set |
506 | # CONFIG_TUN is not set | 528 | # CONFIG_TUN is not set |
507 | # CONFIG_VETH is not set | 529 | # CONFIG_VETH is not set |
508 | # CONFIG_IP1000 is not set | ||
509 | # CONFIG_ARCNET is not set | 530 | # CONFIG_ARCNET is not set |
510 | CONFIG_PHYLIB=y | 531 | CONFIG_PHYLIB=y |
511 | 532 | ||
@@ -521,6 +542,7 @@ CONFIG_PHYLIB=y | |||
521 | # CONFIG_SMSC_PHY is not set | 542 | # CONFIG_SMSC_PHY is not set |
522 | # CONFIG_BROADCOM_PHY is not set | 543 | # CONFIG_BROADCOM_PHY is not set |
523 | # CONFIG_ICPLUS_PHY is not set | 544 | # CONFIG_ICPLUS_PHY is not set |
545 | # CONFIG_REALTEK_PHY is not set | ||
524 | # CONFIG_FIXED_PHY is not set | 546 | # CONFIG_FIXED_PHY is not set |
525 | # CONFIG_MDIO_BITBANG is not set | 547 | # CONFIG_MDIO_BITBANG is not set |
526 | CONFIG_NET_ETHERNET=y | 548 | CONFIG_NET_ETHERNET=y |
@@ -552,6 +574,7 @@ CONFIG_8139TOO=y | |||
552 | # CONFIG_8139TOO_TUNE_TWISTER is not set | 574 | # CONFIG_8139TOO_TUNE_TWISTER is not set |
553 | # CONFIG_8139TOO_8129 is not set | 575 | # CONFIG_8139TOO_8129 is not set |
554 | # CONFIG_8139_OLD_RX_RESET is not set | 576 | # CONFIG_8139_OLD_RX_RESET is not set |
577 | # CONFIG_R6040 is not set | ||
555 | # CONFIG_SIS900 is not set | 578 | # CONFIG_SIS900 is not set |
556 | # CONFIG_EPIC100 is not set | 579 | # CONFIG_EPIC100 is not set |
557 | # CONFIG_SUNDANCE is not set | 580 | # CONFIG_SUNDANCE is not set |
@@ -563,6 +586,9 @@ CONFIG_NETDEV_1000=y | |||
563 | # CONFIG_DL2K is not set | 586 | # CONFIG_DL2K is not set |
564 | # CONFIG_E1000 is not set | 587 | # CONFIG_E1000 is not set |
565 | # CONFIG_E1000E is not set | 588 | # CONFIG_E1000E is not set |
589 | # CONFIG_E1000E_ENABLED is not set | ||
590 | # CONFIG_IP1000 is not set | ||
591 | # CONFIG_IGB is not set | ||
566 | # CONFIG_NS83820 is not set | 592 | # CONFIG_NS83820 is not set |
567 | # CONFIG_HAMACHI is not set | 593 | # CONFIG_HAMACHI is not set |
568 | # CONFIG_YELLOWFIN is not set | 594 | # CONFIG_YELLOWFIN is not set |
@@ -589,6 +615,7 @@ CONFIG_NETDEV_10000=y | |||
589 | # CONFIG_NIU is not set | 615 | # CONFIG_NIU is not set |
590 | # CONFIG_MLX4_CORE is not set | 616 | # CONFIG_MLX4_CORE is not set |
591 | # CONFIG_TEHUTI is not set | 617 | # CONFIG_TEHUTI is not set |
618 | # CONFIG_BNX2X is not set | ||
592 | # CONFIG_TR is not set | 619 | # CONFIG_TR is not set |
593 | 620 | ||
594 | # | 621 | # |
@@ -602,7 +629,6 @@ CONFIG_NETDEV_10000=y | |||
602 | # CONFIG_PPP is not set | 629 | # CONFIG_PPP is not set |
603 | # CONFIG_SLIP is not set | 630 | # CONFIG_SLIP is not set |
604 | # CONFIG_NET_FC is not set | 631 | # CONFIG_NET_FC is not set |
605 | # CONFIG_SHAPER is not set | ||
606 | # CONFIG_NETCONSOLE is not set | 632 | # CONFIG_NETCONSOLE is not set |
607 | # CONFIG_NETPOLL is not set | 633 | # CONFIG_NETPOLL is not set |
608 | # CONFIG_NET_POLL_CONTROLLER is not set | 634 | # CONFIG_NET_POLL_CONTROLLER is not set |
@@ -645,6 +671,7 @@ CONFIG_INPUT=y | |||
645 | # | 671 | # |
646 | # CONFIG_VT is not set | 672 | # CONFIG_VT is not set |
647 | # CONFIG_SERIAL_NONSTANDARD is not set | 673 | # CONFIG_SERIAL_NONSTANDARD is not set |
674 | # CONFIG_NOZOMI is not set | ||
648 | 675 | ||
649 | # | 676 | # |
650 | # Serial drivers | 677 | # Serial drivers |
@@ -703,6 +730,7 @@ CONFIG_HWMON=y | |||
703 | # CONFIG_SENSORS_W83627HF is not set | 730 | # CONFIG_SENSORS_W83627HF is not set |
704 | # CONFIG_SENSORS_W83627EHF is not set | 731 | # CONFIG_SENSORS_W83627EHF is not set |
705 | # CONFIG_HWMON_DEBUG_CHIP is not set | 732 | # CONFIG_HWMON_DEBUG_CHIP is not set |
733 | # CONFIG_THERMAL is not set | ||
706 | # CONFIG_WATCHDOG is not set | 734 | # CONFIG_WATCHDOG is not set |
707 | 735 | ||
708 | # | 736 | # |
@@ -755,16 +783,14 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
755 | # | 783 | # |
756 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 784 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
757 | # | 785 | # |
758 | |||
759 | # | ||
760 | # USB Gadget Support | ||
761 | # | ||
762 | # CONFIG_USB_GADGET is not set | 786 | # CONFIG_USB_GADGET is not set |
763 | # CONFIG_MMC is not set | 787 | # CONFIG_MMC is not set |
788 | # CONFIG_MEMSTICK is not set | ||
764 | # CONFIG_NEW_LEDS is not set | 789 | # CONFIG_NEW_LEDS is not set |
765 | # CONFIG_INFINIBAND is not set | 790 | # CONFIG_INFINIBAND is not set |
766 | # CONFIG_EDAC is not set | 791 | # CONFIG_EDAC is not set |
767 | # CONFIG_RTC_CLASS is not set | 792 | # CONFIG_RTC_CLASS is not set |
793 | # CONFIG_DMADEVICES is not set | ||
768 | 794 | ||
769 | # | 795 | # |
770 | # Userspace I/O | 796 | # Userspace I/O |
@@ -790,12 +816,10 @@ CONFIG_FS_MBCACHE=y | |||
790 | # CONFIG_XFS_FS is not set | 816 | # CONFIG_XFS_FS is not set |
791 | # CONFIG_GFS2_FS is not set | 817 | # CONFIG_GFS2_FS is not set |
792 | # CONFIG_OCFS2_FS is not set | 818 | # CONFIG_OCFS2_FS is not set |
793 | # CONFIG_MINIX_FS is not set | 819 | CONFIG_DNOTIFY=y |
794 | # CONFIG_ROMFS_FS is not set | ||
795 | CONFIG_INOTIFY=y | 820 | CONFIG_INOTIFY=y |
796 | CONFIG_INOTIFY_USER=y | 821 | CONFIG_INOTIFY_USER=y |
797 | # CONFIG_QUOTA is not set | 822 | # CONFIG_QUOTA is not set |
798 | CONFIG_DNOTIFY=y | ||
799 | # CONFIG_AUTOFS_FS is not set | 823 | # CONFIG_AUTOFS_FS is not set |
800 | # CONFIG_AUTOFS4_FS is not set | 824 | # CONFIG_AUTOFS4_FS is not set |
801 | # CONFIG_FUSE_FS is not set | 825 | # CONFIG_FUSE_FS is not set |
@@ -837,8 +861,10 @@ CONFIG_TMPFS=y | |||
837 | # CONFIG_EFS_FS is not set | 861 | # CONFIG_EFS_FS is not set |
838 | # CONFIG_CRAMFS is not set | 862 | # CONFIG_CRAMFS is not set |
839 | # CONFIG_VXFS_FS is not set | 863 | # CONFIG_VXFS_FS is not set |
864 | # CONFIG_MINIX_FS is not set | ||
840 | # CONFIG_HPFS_FS is not set | 865 | # CONFIG_HPFS_FS is not set |
841 | # CONFIG_QNX4FS_FS is not set | 866 | # CONFIG_QNX4FS_FS is not set |
867 | # CONFIG_ROMFS_FS is not set | ||
842 | # CONFIG_SYSV_FS is not set | 868 | # CONFIG_SYSV_FS is not set |
843 | # CONFIG_UFS_FS is not set | 869 | # CONFIG_UFS_FS is not set |
844 | CONFIG_NETWORK_FILESYSTEMS=y | 870 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -883,7 +909,6 @@ CONFIG_MSDOS_PARTITION=y | |||
883 | # CONFIG_SYSV68_PARTITION is not set | 909 | # CONFIG_SYSV68_PARTITION is not set |
884 | # CONFIG_NLS is not set | 910 | # CONFIG_NLS is not set |
885 | # CONFIG_DLM is not set | 911 | # CONFIG_DLM is not set |
886 | # CONFIG_UCC_SLOW is not set | ||
887 | 912 | ||
888 | # | 913 | # |
889 | # Library routines | 914 | # Library routines |
@@ -899,7 +924,6 @@ CONFIG_PLIST=y | |||
899 | CONFIG_HAS_IOMEM=y | 924 | CONFIG_HAS_IOMEM=y |
900 | CONFIG_HAS_IOPORT=y | 925 | CONFIG_HAS_IOPORT=y |
901 | CONFIG_HAS_DMA=y | 926 | CONFIG_HAS_DMA=y |
902 | # CONFIG_INSTRUMENTATION is not set | ||
903 | 927 | ||
904 | # | 928 | # |
905 | # Kernel hacking | 929 | # Kernel hacking |
@@ -913,6 +937,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
913 | # CONFIG_HEADERS_CHECK is not set | 937 | # CONFIG_HEADERS_CHECK is not set |
914 | # CONFIG_DEBUG_KERNEL is not set | 938 | # CONFIG_DEBUG_KERNEL is not set |
915 | # CONFIG_SLUB_DEBUG_ON is not set | 939 | # CONFIG_SLUB_DEBUG_ON is not set |
940 | # CONFIG_SLUB_STATS is not set | ||
916 | # CONFIG_DEBUG_BUGVERBOSE is not set | 941 | # CONFIG_DEBUG_BUGVERBOSE is not set |
917 | # CONFIG_SAMPLES is not set | 942 | # CONFIG_SAMPLES is not set |
918 | # CONFIG_BOOTX_TEXT is not set | 943 | # CONFIG_BOOTX_TEXT is not set |
@@ -924,5 +949,49 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
924 | # CONFIG_KEYS is not set | 949 | # CONFIG_KEYS is not set |
925 | # CONFIG_SECURITY is not set | 950 | # CONFIG_SECURITY is not set |
926 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 951 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
927 | # CONFIG_CRYPTO is not set | 952 | CONFIG_CRYPTO=y |
953 | # CONFIG_CRYPTO_SEQIV is not set | ||
954 | # CONFIG_CRYPTO_MANAGER is not set | ||
955 | # CONFIG_CRYPTO_HMAC is not set | ||
956 | # CONFIG_CRYPTO_XCBC is not set | ||
957 | # CONFIG_CRYPTO_NULL is not set | ||
958 | # CONFIG_CRYPTO_MD4 is not set | ||
959 | # CONFIG_CRYPTO_MD5 is not set | ||
960 | # CONFIG_CRYPTO_SHA1 is not set | ||
961 | # CONFIG_CRYPTO_SHA256 is not set | ||
962 | # CONFIG_CRYPTO_SHA512 is not set | ||
963 | # CONFIG_CRYPTO_WP512 is not set | ||
964 | # CONFIG_CRYPTO_TGR192 is not set | ||
965 | # CONFIG_CRYPTO_GF128MUL is not set | ||
966 | # CONFIG_CRYPTO_ECB is not set | ||
967 | # CONFIG_CRYPTO_CBC is not set | ||
968 | # CONFIG_CRYPTO_PCBC is not set | ||
969 | # CONFIG_CRYPTO_LRW is not set | ||
970 | # CONFIG_CRYPTO_XTS is not set | ||
971 | # CONFIG_CRYPTO_CTR is not set | ||
972 | # CONFIG_CRYPTO_GCM is not set | ||
973 | # CONFIG_CRYPTO_CCM is not set | ||
974 | # CONFIG_CRYPTO_CRYPTD is not set | ||
975 | # CONFIG_CRYPTO_DES is not set | ||
976 | # CONFIG_CRYPTO_FCRYPT is not set | ||
977 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
978 | # CONFIG_CRYPTO_TWOFISH is not set | ||
979 | # CONFIG_CRYPTO_SERPENT is not set | ||
980 | # CONFIG_CRYPTO_AES is not set | ||
981 | # CONFIG_CRYPTO_CAST5 is not set | ||
982 | # CONFIG_CRYPTO_CAST6 is not set | ||
983 | # CONFIG_CRYPTO_TEA is not set | ||
984 | # CONFIG_CRYPTO_ARC4 is not set | ||
985 | # CONFIG_CRYPTO_KHAZAD is not set | ||
986 | # CONFIG_CRYPTO_ANUBIS is not set | ||
987 | # CONFIG_CRYPTO_SEED is not set | ||
988 | # CONFIG_CRYPTO_SALSA20 is not set | ||
989 | # CONFIG_CRYPTO_DEFLATE is not set | ||
990 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
991 | # CONFIG_CRYPTO_CRC32C is not set | ||
992 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
993 | # CONFIG_CRYPTO_AUTHENC is not set | ||
994 | # CONFIG_CRYPTO_LZO is not set | ||
995 | CONFIG_CRYPTO_HW=y | ||
996 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
928 | # CONFIG_PPC_CLOCK is not set | 997 | # CONFIG_PPC_CLOCK is not set |