diff options
Diffstat (limited to 'arch/powerpc/configs/g5_defconfig')
-rw-r--r-- | arch/powerpc/configs/g5_defconfig | 227 |
1 files changed, 125 insertions, 102 deletions
diff --git a/arch/powerpc/configs/g5_defconfig b/arch/powerpc/configs/g5_defconfig index 0ccc6e493dcb..cfa5d053ee5e 100644 --- a/arch/powerpc/configs/g5_defconfig +++ b/arch/powerpc/configs/g5_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.26-rc6 | 3 | # Linux kernel version: 2.6.27-rc4 |
4 | # Mon Jun 16 21:08:31 2008 | 4 | # Tue Aug 26 13:15:06 2008 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
7 | 7 | ||
@@ -13,6 +13,7 @@ CONFIG_POWER4=y | |||
13 | # CONFIG_TUNE_CELL is not set | 13 | # CONFIG_TUNE_CELL is not set |
14 | CONFIG_PPC_FPU=y | 14 | CONFIG_PPC_FPU=y |
15 | CONFIG_ALTIVEC=y | 15 | CONFIG_ALTIVEC=y |
16 | # CONFIG_VSX is not set | ||
16 | CONFIG_PPC_STD_MMU=y | 17 | CONFIG_PPC_STD_MMU=y |
17 | CONFIG_PPC_MM_SLICES=y | 18 | CONFIG_PPC_MM_SLICES=y |
18 | CONFIG_VIRT_CPU_ACCOUNTING=y | 19 | CONFIG_VIRT_CPU_ACCOUNTING=y |
@@ -30,6 +31,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
30 | CONFIG_HAVE_SETUP_PER_CPU_AREA=y | 31 | CONFIG_HAVE_SETUP_PER_CPU_AREA=y |
31 | CONFIG_IRQ_PER_CPU=y | 32 | CONFIG_IRQ_PER_CPU=y |
32 | CONFIG_STACKTRACE_SUPPORT=y | 33 | CONFIG_STACKTRACE_SUPPORT=y |
34 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
33 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 35 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
34 | CONFIG_LOCKDEP_SUPPORT=y | 36 | CONFIG_LOCKDEP_SUPPORT=y |
35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
@@ -94,9 +96,8 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y | |||
94 | CONFIG_SYSCTL=y | 96 | CONFIG_SYSCTL=y |
95 | # CONFIG_EMBEDDED is not set | 97 | # CONFIG_EMBEDDED is not set |
96 | CONFIG_SYSCTL_SYSCALL=y | 98 | CONFIG_SYSCTL_SYSCALL=y |
97 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
98 | CONFIG_KALLSYMS=y | 99 | CONFIG_KALLSYMS=y |
99 | # CONFIG_KALLSYMS_ALL is not set | 100 | CONFIG_KALLSYMS_ALL=y |
100 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 101 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
101 | CONFIG_HOTPLUG=y | 102 | CONFIG_HOTPLUG=y |
102 | CONFIG_PRINTK=y | 103 | CONFIG_PRINTK=y |
@@ -121,10 +122,16 @@ CONFIG_PROFILING=y | |||
121 | CONFIG_OPROFILE=y | 122 | CONFIG_OPROFILE=y |
122 | CONFIG_HAVE_OPROFILE=y | 123 | CONFIG_HAVE_OPROFILE=y |
123 | # CONFIG_KPROBES is not set | 124 | # CONFIG_KPROBES is not set |
125 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
126 | CONFIG_HAVE_IOREMAP_PROT=y | ||
124 | CONFIG_HAVE_KPROBES=y | 127 | CONFIG_HAVE_KPROBES=y |
125 | CONFIG_HAVE_KRETPROBES=y | 128 | CONFIG_HAVE_KRETPROBES=y |
126 | # CONFIG_HAVE_DMA_ATTRS is not set | 129 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
130 | CONFIG_HAVE_DMA_ATTRS=y | ||
131 | CONFIG_USE_GENERIC_SMP_HELPERS=y | ||
132 | # CONFIG_HAVE_CLK is not set | ||
127 | CONFIG_PROC_PAGE_MONITOR=y | 133 | CONFIG_PROC_PAGE_MONITOR=y |
134 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
128 | CONFIG_SLABINFO=y | 135 | CONFIG_SLABINFO=y |
129 | CONFIG_RT_MUTEXES=y | 136 | CONFIG_RT_MUTEXES=y |
130 | # CONFIG_TINY_SHMEM is not set | 137 | # CONFIG_TINY_SHMEM is not set |
@@ -140,6 +147,7 @@ CONFIG_STOP_MACHINE=y | |||
140 | CONFIG_BLOCK=y | 147 | CONFIG_BLOCK=y |
141 | # CONFIG_BLK_DEV_IO_TRACE is not set | 148 | # CONFIG_BLK_DEV_IO_TRACE is not set |
142 | CONFIG_BLK_DEV_BSG=y | 149 | CONFIG_BLK_DEV_BSG=y |
150 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
143 | CONFIG_BLOCK_COMPAT=y | 151 | CONFIG_BLOCK_COMPAT=y |
144 | 152 | ||
145 | # | 153 | # |
@@ -160,13 +168,8 @@ CONFIG_CLASSIC_RCU=y | |||
160 | # Platform support | 168 | # Platform support |
161 | # | 169 | # |
162 | CONFIG_PPC_MULTIPLATFORM=y | 170 | CONFIG_PPC_MULTIPLATFORM=y |
163 | # CONFIG_PPC_82xx is not set | ||
164 | # CONFIG_PPC_83xx is not set | ||
165 | # CONFIG_PPC_86xx is not set | ||
166 | # CONFIG_PPC_PSERIES is not set | 171 | # CONFIG_PPC_PSERIES is not set |
167 | # CONFIG_PPC_ISERIES is not set | 172 | # CONFIG_PPC_ISERIES is not set |
168 | # CONFIG_PPC_MPC512x is not set | ||
169 | # CONFIG_PPC_MPC5121 is not set | ||
170 | CONFIG_PPC_PMAC=y | 173 | CONFIG_PPC_PMAC=y |
171 | CONFIG_PPC_PMAC64=y | 174 | CONFIG_PPC_PMAC64=y |
172 | # CONFIG_PPC_MAPLE is not set | 175 | # CONFIG_PPC_MAPLE is not set |
@@ -224,7 +227,7 @@ CONFIG_HZ_250=y | |||
224 | # CONFIG_HZ_300 is not set | 227 | # CONFIG_HZ_300 is not set |
225 | # CONFIG_HZ_1000 is not set | 228 | # CONFIG_HZ_1000 is not set |
226 | CONFIG_HZ=250 | 229 | CONFIG_HZ=250 |
227 | # CONFIG_SCHED_HRTICK is not set | 230 | CONFIG_SCHED_HRTICK=y |
228 | CONFIG_PREEMPT_NONE=y | 231 | CONFIG_PREEMPT_NONE=y |
229 | # CONFIG_PREEMPT_VOLUNTARY is not set | 232 | # CONFIG_PREEMPT_VOLUNTARY is not set |
230 | # CONFIG_PREEMPT is not set | 233 | # CONFIG_PREEMPT is not set |
@@ -256,6 +259,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
256 | CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y | 259 | CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y |
257 | CONFIG_PAGEFLAGS_EXTENDED=y | 260 | CONFIG_PAGEFLAGS_EXTENDED=y |
258 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 261 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
262 | # CONFIG_MIGRATION is not set | ||
259 | CONFIG_RESOURCES_64BIT=y | 263 | CONFIG_RESOURCES_64BIT=y |
260 | CONFIG_ZONE_DMA_FLAG=1 | 264 | CONFIG_ZONE_DMA_FLAG=1 |
261 | CONFIG_BOUNCE=y | 265 | CONFIG_BOUNCE=y |
@@ -265,6 +269,7 @@ CONFIG_FORCE_MAX_ZONEORDER=13 | |||
265 | # CONFIG_SCHED_SMT is not set | 269 | # CONFIG_SCHED_SMT is not set |
266 | CONFIG_PROC_DEVICETREE=y | 270 | CONFIG_PROC_DEVICETREE=y |
267 | # CONFIG_CMDLINE_BOOL is not set | 271 | # CONFIG_CMDLINE_BOOL is not set |
272 | CONFIG_EXTRA_TARGETS="" | ||
268 | CONFIG_ARCH_WANTS_FREEZER_CONTROL=y | 273 | CONFIG_ARCH_WANTS_FREEZER_CONTROL=y |
269 | # CONFIG_PM is not set | 274 | # CONFIG_PM is not set |
270 | CONFIG_SECCOMP=y | 275 | CONFIG_SECCOMP=y |
@@ -290,10 +295,6 @@ CONFIG_PCI_MSI=y | |||
290 | CONFIG_PAGE_OFFSET=0xc000000000000000 | 295 | CONFIG_PAGE_OFFSET=0xc000000000000000 |
291 | CONFIG_KERNEL_START=0xc000000000000000 | 296 | CONFIG_KERNEL_START=0xc000000000000000 |
292 | CONFIG_PHYSICAL_START=0x00000000 | 297 | CONFIG_PHYSICAL_START=0x00000000 |
293 | |||
294 | # | ||
295 | # Networking | ||
296 | # | ||
297 | CONFIG_NET=y | 298 | CONFIG_NET=y |
298 | 299 | ||
299 | # | 300 | # |
@@ -307,6 +308,7 @@ CONFIG_XFRM_USER=m | |||
307 | # CONFIG_XFRM_SUB_POLICY is not set | 308 | # CONFIG_XFRM_SUB_POLICY is not set |
308 | # CONFIG_XFRM_MIGRATE is not set | 309 | # CONFIG_XFRM_MIGRATE is not set |
309 | # CONFIG_XFRM_STATISTICS is not set | 310 | # CONFIG_XFRM_STATISTICS is not set |
311 | CONFIG_XFRM_IPCOMP=m | ||
310 | CONFIG_NET_KEY=m | 312 | CONFIG_NET_KEY=m |
311 | # CONFIG_NET_KEY_MIGRATE is not set | 313 | # CONFIG_NET_KEY_MIGRATE is not set |
312 | CONFIG_INET=y | 314 | CONFIG_INET=y |
@@ -422,6 +424,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
422 | CONFIG_STANDALONE=y | 424 | CONFIG_STANDALONE=y |
423 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 425 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
424 | CONFIG_FW_LOADER=y | 426 | CONFIG_FW_LOADER=y |
427 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
428 | CONFIG_EXTRA_FIRMWARE="" | ||
425 | # CONFIG_DEBUG_DRIVER is not set | 429 | # CONFIG_DEBUG_DRIVER is not set |
426 | # CONFIG_DEBUG_DEVRES is not set | 430 | # CONFIG_DEBUG_DEVRES is not set |
427 | # CONFIG_SYS_HYPERVISOR is not set | 431 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -449,12 +453,14 @@ CONFIG_CDROM_PKTCDVD=m | |||
449 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 453 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
450 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 454 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
451 | # CONFIG_ATA_OVER_ETH is not set | 455 | # CONFIG_ATA_OVER_ETH is not set |
456 | # CONFIG_BLK_DEV_HD is not set | ||
452 | CONFIG_MISC_DEVICES=y | 457 | CONFIG_MISC_DEVICES=y |
453 | # CONFIG_PHANTOM is not set | 458 | # CONFIG_PHANTOM is not set |
454 | # CONFIG_EEPROM_93CX6 is not set | 459 | # CONFIG_EEPROM_93CX6 is not set |
455 | # CONFIG_SGI_IOC4 is not set | 460 | # CONFIG_SGI_IOC4 is not set |
456 | # CONFIG_TIFM_CORE is not set | 461 | # CONFIG_TIFM_CORE is not set |
457 | # CONFIG_ENCLOSURE_SERVICES is not set | 462 | # CONFIG_ENCLOSURE_SERVICES is not set |
463 | # CONFIG_HP_ILO is not set | ||
458 | CONFIG_HAVE_IDE=y | 464 | CONFIG_HAVE_IDE=y |
459 | CONFIG_IDE=y | 465 | CONFIG_IDE=y |
460 | CONFIG_BLK_DEV_IDE=y | 466 | CONFIG_BLK_DEV_IDE=y |
@@ -462,6 +468,7 @@ CONFIG_BLK_DEV_IDE=y | |||
462 | # | 468 | # |
463 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 469 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
464 | # | 470 | # |
471 | CONFIG_IDE_TIMINGS=y | ||
465 | # CONFIG_BLK_DEV_IDE_SATA is not set | 472 | # CONFIG_BLK_DEV_IDE_SATA is not set |
466 | CONFIG_BLK_DEV_IDEDISK=y | 473 | CONFIG_BLK_DEV_IDEDISK=y |
467 | # CONFIG_IDEDISK_MULTI_MODE is not set | 474 | # CONFIG_IDEDISK_MULTI_MODE is not set |
@@ -492,10 +499,8 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
492 | # CONFIG_BLK_DEV_AMD74XX is not set | 499 | # CONFIG_BLK_DEV_AMD74XX is not set |
493 | # CONFIG_BLK_DEV_CMD64X is not set | 500 | # CONFIG_BLK_DEV_CMD64X is not set |
494 | # CONFIG_BLK_DEV_TRIFLEX is not set | 501 | # CONFIG_BLK_DEV_TRIFLEX is not set |
495 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
496 | # CONFIG_BLK_DEV_CS5520 is not set | 502 | # CONFIG_BLK_DEV_CS5520 is not set |
497 | # CONFIG_BLK_DEV_CS5530 is not set | 503 | # CONFIG_BLK_DEV_CS5530 is not set |
498 | # CONFIG_BLK_DEV_HPT34X is not set | ||
499 | # CONFIG_BLK_DEV_HPT366 is not set | 504 | # CONFIG_BLK_DEV_HPT366 is not set |
500 | # CONFIG_BLK_DEV_JMICRON is not set | 505 | # CONFIG_BLK_DEV_JMICRON is not set |
501 | # CONFIG_BLK_DEV_SC1200 is not set | 506 | # CONFIG_BLK_DEV_SC1200 is not set |
@@ -516,8 +521,6 @@ CONFIG_BLK_DEV_IDE_PMAC=y | |||
516 | CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y | 521 | CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y |
517 | CONFIG_BLK_DEV_IDEDMA_PMAC=y | 522 | CONFIG_BLK_DEV_IDEDMA_PMAC=y |
518 | CONFIG_BLK_DEV_IDEDMA=y | 523 | CONFIG_BLK_DEV_IDEDMA=y |
519 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
520 | # CONFIG_BLK_DEV_HD is not set | ||
521 | 524 | ||
522 | # | 525 | # |
523 | # SCSI device support | 526 | # SCSI device support |
@@ -592,6 +595,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
592 | # CONFIG_SCSI_DC390T is not set | 595 | # CONFIG_SCSI_DC390T is not set |
593 | # CONFIG_SCSI_DEBUG is not set | 596 | # CONFIG_SCSI_DEBUG is not set |
594 | # CONFIG_SCSI_SRP is not set | 597 | # CONFIG_SCSI_SRP is not set |
598 | # CONFIG_SCSI_DH is not set | ||
595 | CONFIG_ATA=y | 599 | CONFIG_ATA=y |
596 | # CONFIG_ATA_NONSTANDARD is not set | 600 | # CONFIG_ATA_NONSTANDARD is not set |
597 | CONFIG_SATA_PMP=y | 601 | CONFIG_SATA_PMP=y |
@@ -675,29 +679,21 @@ CONFIG_DM_ZERO=m | |||
675 | # | 679 | # |
676 | # IEEE 1394 (FireWire) support | 680 | # IEEE 1394 (FireWire) support |
677 | # | 681 | # |
678 | # CONFIG_FIREWIRE is not set | ||
679 | CONFIG_IEEE1394=y | ||
680 | |||
681 | # | ||
682 | # Subsystem Options | ||
683 | # | ||
684 | # CONFIG_IEEE1394_VERBOSEDEBUG is not set | ||
685 | 682 | ||
686 | # | 683 | # |
687 | # Controllers | 684 | # Enable only one of the two stacks, unless you know what you are doing |
688 | # | 685 | # |
689 | # CONFIG_IEEE1394_PCILYNX is not set | 686 | # CONFIG_FIREWIRE is not set |
687 | CONFIG_IEEE1394=y | ||
690 | CONFIG_IEEE1394_OHCI1394=y | 688 | CONFIG_IEEE1394_OHCI1394=y |
691 | 689 | # CONFIG_IEEE1394_PCILYNX is not set | |
692 | # | ||
693 | # Protocols | ||
694 | # | ||
695 | CONFIG_IEEE1394_VIDEO1394=m | ||
696 | CONFIG_IEEE1394_SBP2=m | 690 | CONFIG_IEEE1394_SBP2=m |
697 | CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y | 691 | CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y |
698 | CONFIG_IEEE1394_ETH1394=m | 692 | CONFIG_IEEE1394_ETH1394=m |
699 | CONFIG_IEEE1394_DV1394=m | ||
700 | CONFIG_IEEE1394_RAWIO=y | 693 | CONFIG_IEEE1394_RAWIO=y |
694 | CONFIG_IEEE1394_VIDEO1394=m | ||
695 | CONFIG_IEEE1394_DV1394=m | ||
696 | # CONFIG_IEEE1394_VERBOSEDEBUG is not set | ||
701 | # CONFIG_I2O is not set | 697 | # CONFIG_I2O is not set |
702 | CONFIG_MACINTOSH_DRIVERS=y | 698 | CONFIG_MACINTOSH_DRIVERS=y |
703 | CONFIG_ADB_PMU=y | 699 | CONFIG_ADB_PMU=y |
@@ -712,7 +708,6 @@ CONFIG_WINDFARM_PM112=y | |||
712 | CONFIG_WINDFARM_PM121=y | 708 | CONFIG_WINDFARM_PM121=y |
713 | # CONFIG_PMAC_RACKMETER is not set | 709 | # CONFIG_PMAC_RACKMETER is not set |
714 | CONFIG_NETDEVICES=y | 710 | CONFIG_NETDEVICES=y |
715 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
716 | CONFIG_DUMMY=m | 711 | CONFIG_DUMMY=m |
717 | CONFIG_BONDING=m | 712 | CONFIG_BONDING=m |
718 | # CONFIG_MACVLAN is not set | 713 | # CONFIG_MACVLAN is not set |
@@ -720,7 +715,23 @@ CONFIG_BONDING=m | |||
720 | CONFIG_TUN=m | 715 | CONFIG_TUN=m |
721 | # CONFIG_VETH is not set | 716 | # CONFIG_VETH is not set |
722 | # CONFIG_ARCNET is not set | 717 | # CONFIG_ARCNET is not set |
723 | # CONFIG_PHYLIB is not set | 718 | CONFIG_PHYLIB=y |
719 | |||
720 | # | ||
721 | # MII PHY device drivers | ||
722 | # | ||
723 | # CONFIG_MARVELL_PHY is not set | ||
724 | # CONFIG_DAVICOM_PHY is not set | ||
725 | # CONFIG_QSEMI_PHY is not set | ||
726 | # CONFIG_LXT_PHY is not set | ||
727 | # CONFIG_CICADA_PHY is not set | ||
728 | # CONFIG_VITESSE_PHY is not set | ||
729 | # CONFIG_SMSC_PHY is not set | ||
730 | # CONFIG_BROADCOM_PHY is not set | ||
731 | # CONFIG_ICPLUS_PHY is not set | ||
732 | # CONFIG_REALTEK_PHY is not set | ||
733 | # CONFIG_FIXED_PHY is not set | ||
734 | # CONFIG_MDIO_BITBANG is not set | ||
724 | CONFIG_NET_ETHERNET=y | 735 | CONFIG_NET_ETHERNET=y |
725 | CONFIG_MII=y | 736 | CONFIG_MII=y |
726 | # CONFIG_HAPPYMEAL is not set | 737 | # CONFIG_HAPPYMEAL is not set |
@@ -740,10 +751,8 @@ CONFIG_ACENIC=y | |||
740 | CONFIG_ACENIC_OMIT_TIGON_I=y | 751 | CONFIG_ACENIC_OMIT_TIGON_I=y |
741 | # CONFIG_DL2K is not set | 752 | # CONFIG_DL2K is not set |
742 | CONFIG_E1000=y | 753 | CONFIG_E1000=y |
743 | # CONFIG_E1000_NAPI is not set | ||
744 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 754 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
745 | # CONFIG_E1000E is not set | 755 | # CONFIG_E1000E is not set |
746 | # CONFIG_E1000E_ENABLED is not set | ||
747 | # CONFIG_IP1000 is not set | 756 | # CONFIG_IP1000 is not set |
748 | # CONFIG_IGB is not set | 757 | # CONFIG_IGB is not set |
749 | # CONFIG_NS83820 is not set | 758 | # CONFIG_NS83820 is not set |
@@ -758,6 +767,7 @@ CONFIG_TIGON3=y | |||
758 | # CONFIG_BNX2 is not set | 767 | # CONFIG_BNX2 is not set |
759 | # CONFIG_QLA3XXX is not set | 768 | # CONFIG_QLA3XXX is not set |
760 | # CONFIG_ATL1 is not set | 769 | # CONFIG_ATL1 is not set |
770 | # CONFIG_ATL1E is not set | ||
761 | CONFIG_NETDEV_10000=y | 771 | CONFIG_NETDEV_10000=y |
762 | # CONFIG_CHELSIO_T1 is not set | 772 | # CONFIG_CHELSIO_T1 is not set |
763 | # CONFIG_CHELSIO_T3 is not set | 773 | # CONFIG_CHELSIO_T3 is not set |
@@ -855,6 +865,7 @@ CONFIG_INPUT_MOUSE=y | |||
855 | # CONFIG_MOUSE_PS2 is not set | 865 | # CONFIG_MOUSE_PS2 is not set |
856 | # CONFIG_MOUSE_SERIAL is not set | 866 | # CONFIG_MOUSE_SERIAL is not set |
857 | # CONFIG_MOUSE_APPLETOUCH is not set | 867 | # CONFIG_MOUSE_APPLETOUCH is not set |
868 | # CONFIG_MOUSE_BCM5974 is not set | ||
858 | # CONFIG_MOUSE_VSXXXAA is not set | 869 | # CONFIG_MOUSE_VSXXXAA is not set |
859 | # CONFIG_INPUT_JOYSTICK is not set | 870 | # CONFIG_INPUT_JOYSTICK is not set |
860 | # CONFIG_INPUT_TABLET is not set | 871 | # CONFIG_INPUT_TABLET is not set |
@@ -869,12 +880,14 @@ CONFIG_SERIO=y | |||
869 | # CONFIG_SERIO_SERPORT is not set | 880 | # CONFIG_SERIO_SERPORT is not set |
870 | # CONFIG_SERIO_PCIPS2 is not set | 881 | # CONFIG_SERIO_PCIPS2 is not set |
871 | # CONFIG_SERIO_RAW is not set | 882 | # CONFIG_SERIO_RAW is not set |
883 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
872 | # CONFIG_GAMEPORT is not set | 884 | # CONFIG_GAMEPORT is not set |
873 | 885 | ||
874 | # | 886 | # |
875 | # Character devices | 887 | # Character devices |
876 | # | 888 | # |
877 | CONFIG_VT=y | 889 | CONFIG_VT=y |
890 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
878 | CONFIG_VT_CONSOLE=y | 891 | CONFIG_VT_CONSOLE=y |
879 | CONFIG_HW_CONSOLE=y | 892 | CONFIG_HW_CONSOLE=y |
880 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 893 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
@@ -909,44 +922,69 @@ CONFIG_DEVPORT=y | |||
909 | CONFIG_I2C=y | 922 | CONFIG_I2C=y |
910 | CONFIG_I2C_BOARDINFO=y | 923 | CONFIG_I2C_BOARDINFO=y |
911 | CONFIG_I2C_CHARDEV=y | 924 | CONFIG_I2C_CHARDEV=y |
925 | CONFIG_I2C_HELPER_AUTO=y | ||
912 | CONFIG_I2C_ALGOBIT=y | 926 | CONFIG_I2C_ALGOBIT=y |
913 | 927 | ||
914 | # | 928 | # |
915 | # I2C Hardware Bus support | 929 | # I2C Hardware Bus support |
916 | # | 930 | # |
931 | |||
932 | # | ||
933 | # PC SMBus host controller drivers | ||
934 | # | ||
917 | # CONFIG_I2C_ALI1535 is not set | 935 | # CONFIG_I2C_ALI1535 is not set |
918 | # CONFIG_I2C_ALI1563 is not set | 936 | # CONFIG_I2C_ALI1563 is not set |
919 | # CONFIG_I2C_ALI15X3 is not set | 937 | # CONFIG_I2C_ALI15X3 is not set |
920 | # CONFIG_I2C_AMD756 is not set | 938 | # CONFIG_I2C_AMD756 is not set |
921 | # CONFIG_I2C_AMD8111 is not set | 939 | # CONFIG_I2C_AMD8111 is not set |
922 | # CONFIG_I2C_I801 is not set | 940 | # CONFIG_I2C_I801 is not set |
923 | # CONFIG_I2C_I810 is not set | 941 | # CONFIG_I2C_ISCH is not set |
924 | # CONFIG_I2C_PIIX4 is not set | 942 | # CONFIG_I2C_PIIX4 is not set |
925 | CONFIG_I2C_POWERMAC=y | ||
926 | # CONFIG_I2C_NFORCE2 is not set | 943 | # CONFIG_I2C_NFORCE2 is not set |
927 | # CONFIG_I2C_OCORES is not set | ||
928 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
929 | # CONFIG_I2C_PROSAVAGE is not set | ||
930 | # CONFIG_I2C_SAVAGE4 is not set | ||
931 | # CONFIG_I2C_SIMTEC is not set | ||
932 | # CONFIG_I2C_SIS5595 is not set | 944 | # CONFIG_I2C_SIS5595 is not set |
933 | # CONFIG_I2C_SIS630 is not set | 945 | # CONFIG_I2C_SIS630 is not set |
934 | # CONFIG_I2C_SIS96X is not set | 946 | # CONFIG_I2C_SIS96X is not set |
935 | # CONFIG_I2C_TAOS_EVM is not set | ||
936 | # CONFIG_I2C_STUB is not set | ||
937 | # CONFIG_I2C_TINY_USB is not set | ||
938 | # CONFIG_I2C_VIA is not set | 947 | # CONFIG_I2C_VIA is not set |
939 | # CONFIG_I2C_VIAPRO is not set | 948 | # CONFIG_I2C_VIAPRO is not set |
949 | |||
950 | # | ||
951 | # Mac SMBus host controller drivers | ||
952 | # | ||
953 | CONFIG_I2C_POWERMAC=y | ||
954 | |||
955 | # | ||
956 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
957 | # | ||
958 | # CONFIG_I2C_OCORES is not set | ||
959 | # CONFIG_I2C_SIMTEC is not set | ||
960 | |||
961 | # | ||
962 | # External I2C/SMBus adapter drivers | ||
963 | # | ||
964 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
965 | # CONFIG_I2C_TAOS_EVM is not set | ||
966 | # CONFIG_I2C_TINY_USB is not set | ||
967 | |||
968 | # | ||
969 | # Graphics adapter I2C/DDC channel drivers | ||
970 | # | ||
940 | # CONFIG_I2C_VOODOO3 is not set | 971 | # CONFIG_I2C_VOODOO3 is not set |
972 | |||
973 | # | ||
974 | # Other I2C/SMBus bus drivers | ||
975 | # | ||
941 | # CONFIG_I2C_PCA_PLATFORM is not set | 976 | # CONFIG_I2C_PCA_PLATFORM is not set |
977 | # CONFIG_I2C_STUB is not set | ||
942 | 978 | ||
943 | # | 979 | # |
944 | # Miscellaneous I2C Chip support | 980 | # Miscellaneous I2C Chip support |
945 | # | 981 | # |
946 | # CONFIG_DS1682 is not set | 982 | # CONFIG_DS1682 is not set |
983 | # CONFIG_AT24 is not set | ||
947 | # CONFIG_SENSORS_EEPROM is not set | 984 | # CONFIG_SENSORS_EEPROM is not set |
948 | # CONFIG_SENSORS_PCF8574 is not set | 985 | # CONFIG_SENSORS_PCF8574 is not set |
949 | # CONFIG_PCF8575 is not set | 986 | # CONFIG_PCF8575 is not set |
987 | # CONFIG_SENSORS_PCA9539 is not set | ||
950 | # CONFIG_SENSORS_PCF8591 is not set | 988 | # CONFIG_SENSORS_PCF8591 is not set |
951 | # CONFIG_SENSORS_MAX6875 is not set | 989 | # CONFIG_SENSORS_MAX6875 is not set |
952 | # CONFIG_SENSORS_TSL2550 is not set | 990 | # CONFIG_SENSORS_TSL2550 is not set |
@@ -955,10 +993,13 @@ CONFIG_I2C_POWERMAC=y | |||
955 | # CONFIG_I2C_DEBUG_BUS is not set | 993 | # CONFIG_I2C_DEBUG_BUS is not set |
956 | # CONFIG_I2C_DEBUG_CHIP is not set | 994 | # CONFIG_I2C_DEBUG_CHIP is not set |
957 | # CONFIG_SPI is not set | 995 | # CONFIG_SPI is not set |
996 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
997 | # CONFIG_GPIOLIB is not set | ||
958 | # CONFIG_W1 is not set | 998 | # CONFIG_W1 is not set |
959 | # CONFIG_POWER_SUPPLY is not set | 999 | # CONFIG_POWER_SUPPLY is not set |
960 | # CONFIG_HWMON is not set | 1000 | # CONFIG_HWMON is not set |
961 | # CONFIG_THERMAL is not set | 1001 | # CONFIG_THERMAL is not set |
1002 | # CONFIG_THERMAL_HWMON is not set | ||
962 | # CONFIG_WATCHDOG is not set | 1003 | # CONFIG_WATCHDOG is not set |
963 | 1004 | ||
964 | # | 1005 | # |
@@ -970,8 +1011,10 @@ CONFIG_SSB_POSSIBLE=y | |||
970 | # | 1011 | # |
971 | # Multifunction device drivers | 1012 | # Multifunction device drivers |
972 | # | 1013 | # |
1014 | # CONFIG_MFD_CORE is not set | ||
973 | # CONFIG_MFD_SM501 is not set | 1015 | # CONFIG_MFD_SM501 is not set |
974 | # CONFIG_HTC_PASIC3 is not set | 1016 | # CONFIG_HTC_PASIC3 is not set |
1017 | # CONFIG_MFD_TMIO is not set | ||
975 | 1018 | ||
976 | # | 1019 | # |
977 | # Multimedia devices | 1020 | # Multimedia devices |
@@ -1050,10 +1093,13 @@ CONFIG_FB_RADEON_BACKLIGHT=y | |||
1050 | # CONFIG_FB_TRIDENT is not set | 1093 | # CONFIG_FB_TRIDENT is not set |
1051 | # CONFIG_FB_ARK is not set | 1094 | # CONFIG_FB_ARK is not set |
1052 | # CONFIG_FB_PM3 is not set | 1095 | # CONFIG_FB_PM3 is not set |
1096 | # CONFIG_FB_CARMINE is not set | ||
1053 | # CONFIG_FB_IBM_GXT4500 is not set | 1097 | # CONFIG_FB_IBM_GXT4500 is not set |
1054 | # CONFIG_FB_VIRTUAL is not set | 1098 | # CONFIG_FB_VIRTUAL is not set |
1055 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 1099 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
1056 | CONFIG_LCD_CLASS_DEVICE=m | 1100 | CONFIG_LCD_CLASS_DEVICE=m |
1101 | # CONFIG_LCD_ILI9320 is not set | ||
1102 | # CONFIG_LCD_PLATFORM is not set | ||
1057 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | 1103 | CONFIG_BACKLIGHT_CLASS_DEVICE=y |
1058 | # CONFIG_BACKLIGHT_CORGI is not set | 1104 | # CONFIG_BACKLIGHT_CORGI is not set |
1059 | 1105 | ||
@@ -1077,15 +1123,7 @@ CONFIG_LOGO=y | |||
1077 | CONFIG_LOGO_LINUX_MONO=y | 1123 | CONFIG_LOGO_LINUX_MONO=y |
1078 | CONFIG_LOGO_LINUX_VGA16=y | 1124 | CONFIG_LOGO_LINUX_VGA16=y |
1079 | CONFIG_LOGO_LINUX_CLUT224=y | 1125 | CONFIG_LOGO_LINUX_CLUT224=y |
1080 | |||
1081 | # | ||
1082 | # Sound | ||
1083 | # | ||
1084 | CONFIG_SOUND=m | 1126 | CONFIG_SOUND=m |
1085 | |||
1086 | # | ||
1087 | # Advanced Linux Sound Architecture | ||
1088 | # | ||
1089 | CONFIG_SND=m | 1127 | CONFIG_SND=m |
1090 | CONFIG_SND_TIMER=m | 1128 | CONFIG_SND_TIMER=m |
1091 | CONFIG_SND_PCM=m | 1129 | CONFIG_SND_PCM=m |
@@ -1103,19 +1141,13 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
1103 | CONFIG_SND_VERBOSE_PROCFS=y | 1141 | CONFIG_SND_VERBOSE_PROCFS=y |
1104 | # CONFIG_SND_VERBOSE_PRINTK is not set | 1142 | # CONFIG_SND_VERBOSE_PRINTK is not set |
1105 | # CONFIG_SND_DEBUG is not set | 1143 | # CONFIG_SND_DEBUG is not set |
1106 | 1144 | CONFIG_SND_DRIVERS=y | |
1107 | # | ||
1108 | # Generic devices | ||
1109 | # | ||
1110 | # CONFIG_SND_DUMMY is not set | 1145 | # CONFIG_SND_DUMMY is not set |
1111 | # CONFIG_SND_VIRMIDI is not set | 1146 | # CONFIG_SND_VIRMIDI is not set |
1112 | # CONFIG_SND_MTPAV is not set | 1147 | # CONFIG_SND_MTPAV is not set |
1113 | # CONFIG_SND_SERIAL_U16550 is not set | 1148 | # CONFIG_SND_SERIAL_U16550 is not set |
1114 | # CONFIG_SND_MPU401 is not set | 1149 | # CONFIG_SND_MPU401 is not set |
1115 | 1150 | CONFIG_SND_PCI=y | |
1116 | # | ||
1117 | # PCI devices | ||
1118 | # | ||
1119 | # CONFIG_SND_AD1889 is not set | 1151 | # CONFIG_SND_AD1889 is not set |
1120 | # CONFIG_SND_ALS300 is not set | 1152 | # CONFIG_SND_ALS300 is not set |
1121 | # CONFIG_SND_ALS4000 is not set | 1153 | # CONFIG_SND_ALS4000 is not set |
@@ -1177,20 +1209,9 @@ CONFIG_SND_VERBOSE_PROCFS=y | |||
1177 | # CONFIG_SND_VIRTUOSO is not set | 1209 | # CONFIG_SND_VIRTUOSO is not set |
1178 | # CONFIG_SND_VX222 is not set | 1210 | # CONFIG_SND_VX222 is not set |
1179 | # CONFIG_SND_YMFPCI is not set | 1211 | # CONFIG_SND_YMFPCI is not set |
1180 | 1212 | CONFIG_SND_PPC=y | |
1181 | # | ||
1182 | # ALSA PowerMac devices | ||
1183 | # | ||
1184 | CONFIG_SND_POWERMAC=m | 1213 | CONFIG_SND_POWERMAC=m |
1185 | CONFIG_SND_POWERMAC_AUTO_DRC=y | 1214 | CONFIG_SND_POWERMAC_AUTO_DRC=y |
1186 | |||
1187 | # | ||
1188 | # ALSA PowerPC devices | ||
1189 | # | ||
1190 | |||
1191 | # | ||
1192 | # Apple Onboard Audio driver | ||
1193 | # | ||
1194 | CONFIG_SND_AOA=m | 1215 | CONFIG_SND_AOA=m |
1195 | CONFIG_SND_AOA_FABRIC_LAYOUT=m | 1216 | CONFIG_SND_AOA_FABRIC_LAYOUT=m |
1196 | CONFIG_SND_AOA_ONYX=m | 1217 | CONFIG_SND_AOA_ONYX=m |
@@ -1198,30 +1219,11 @@ CONFIG_SND_AOA_TAS=m | |||
1198 | CONFIG_SND_AOA_TOONIE=m | 1219 | CONFIG_SND_AOA_TOONIE=m |
1199 | CONFIG_SND_AOA_SOUNDBUS=m | 1220 | CONFIG_SND_AOA_SOUNDBUS=m |
1200 | CONFIG_SND_AOA_SOUNDBUS_I2S=m | 1221 | CONFIG_SND_AOA_SOUNDBUS_I2S=m |
1201 | 1222 | CONFIG_SND_USB=y | |
1202 | # | ||
1203 | # USB devices | ||
1204 | # | ||
1205 | CONFIG_SND_USB_AUDIO=m | 1223 | CONFIG_SND_USB_AUDIO=m |
1206 | # CONFIG_SND_USB_USX2Y is not set | 1224 | # CONFIG_SND_USB_USX2Y is not set |
1207 | # CONFIG_SND_USB_CAIAQ is not set | 1225 | # CONFIG_SND_USB_CAIAQ is not set |
1208 | |||
1209 | # | ||
1210 | # System on Chip audio support | ||
1211 | # | ||
1212 | # CONFIG_SND_SOC is not set | 1226 | # CONFIG_SND_SOC is not set |
1213 | |||
1214 | # | ||
1215 | # ALSA SoC audio for Freescale SOCs | ||
1216 | # | ||
1217 | |||
1218 | # | ||
1219 | # SoC Audio for the Texas Instruments OMAP | ||
1220 | # | ||
1221 | |||
1222 | # | ||
1223 | # Open Sound System | ||
1224 | # | ||
1225 | # CONFIG_SOUND_PRIME is not set | 1227 | # CONFIG_SOUND_PRIME is not set |
1226 | CONFIG_HID_SUPPORT=y | 1228 | CONFIG_HID_SUPPORT=y |
1227 | CONFIG_HID=y | 1229 | CONFIG_HID=y |
@@ -1256,6 +1258,7 @@ CONFIG_USB_DEVICEFS=y | |||
1256 | CONFIG_USB_DEVICE_CLASS=y | 1258 | CONFIG_USB_DEVICE_CLASS=y |
1257 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1259 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1258 | # CONFIG_USB_OTG is not set | 1260 | # CONFIG_USB_OTG is not set |
1261 | CONFIG_USB_MON=y | ||
1259 | 1262 | ||
1260 | # | 1263 | # |
1261 | # USB Host Controller Drivers | 1264 | # USB Host Controller Drivers |
@@ -1306,6 +1309,7 @@ CONFIG_USB_STORAGE_JUMPSHOT=y | |||
1306 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1309 | # CONFIG_USB_STORAGE_ALAUDA is not set |
1307 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1310 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
1308 | # CONFIG_USB_STORAGE_KARMA is not set | 1311 | # CONFIG_USB_STORAGE_KARMA is not set |
1312 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
1309 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1313 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
1310 | # CONFIG_USB_LIBUSUAL is not set | 1314 | # CONFIG_USB_LIBUSUAL is not set |
1311 | 1315 | ||
@@ -1314,7 +1318,6 @@ CONFIG_USB_STORAGE_JUMPSHOT=y | |||
1314 | # | 1318 | # |
1315 | # CONFIG_USB_MDC800 is not set | 1319 | # CONFIG_USB_MDC800 is not set |
1316 | # CONFIG_USB_MICROTEK is not set | 1320 | # CONFIG_USB_MICROTEK is not set |
1317 | CONFIG_USB_MON=y | ||
1318 | 1321 | ||
1319 | # | 1322 | # |
1320 | # USB port drivers | 1323 | # USB port drivers |
@@ -1323,7 +1326,6 @@ CONFIG_USB_SERIAL=m | |||
1323 | CONFIG_USB_EZUSB=y | 1326 | CONFIG_USB_EZUSB=y |
1324 | CONFIG_USB_SERIAL_GENERIC=y | 1327 | CONFIG_USB_SERIAL_GENERIC=y |
1325 | # CONFIG_USB_SERIAL_AIRCABLE is not set | 1328 | # CONFIG_USB_SERIAL_AIRCABLE is not set |
1326 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
1327 | # CONFIG_USB_SERIAL_ARK3116 is not set | 1329 | # CONFIG_USB_SERIAL_ARK3116 is not set |
1328 | CONFIG_USB_SERIAL_BELKIN=m | 1330 | CONFIG_USB_SERIAL_BELKIN=m |
1329 | # CONFIG_USB_SERIAL_CH341 is not set | 1331 | # CONFIG_USB_SERIAL_CH341 is not set |
@@ -1383,7 +1385,6 @@ CONFIG_USB_SERIAL_OMNINET=m | |||
1383 | # CONFIG_USB_EMI62 is not set | 1385 | # CONFIG_USB_EMI62 is not set |
1384 | # CONFIG_USB_EMI26 is not set | 1386 | # CONFIG_USB_EMI26 is not set |
1385 | # CONFIG_USB_ADUTUX is not set | 1387 | # CONFIG_USB_ADUTUX is not set |
1386 | # CONFIG_USB_AUERSWALD is not set | ||
1387 | # CONFIG_USB_RIO500 is not set | 1388 | # CONFIG_USB_RIO500 is not set |
1388 | # CONFIG_USB_LEGOTOWER is not set | 1389 | # CONFIG_USB_LEGOTOWER is not set |
1389 | # CONFIG_USB_LCD is not set | 1390 | # CONFIG_USB_LCD is not set |
@@ -1497,6 +1498,7 @@ CONFIG_HFSPLUS_FS=m | |||
1497 | CONFIG_CRAMFS=y | 1498 | CONFIG_CRAMFS=y |
1498 | # CONFIG_VXFS_FS is not set | 1499 | # CONFIG_VXFS_FS is not set |
1499 | # CONFIG_MINIX_FS is not set | 1500 | # CONFIG_MINIX_FS is not set |
1501 | # CONFIG_OMFS_FS is not set | ||
1500 | # CONFIG_HPFS_FS is not set | 1502 | # CONFIG_HPFS_FS is not set |
1501 | # CONFIG_QNX4FS_FS is not set | 1503 | # CONFIG_QNX4FS_FS is not set |
1502 | # CONFIG_ROMFS_FS is not set | 1504 | # CONFIG_ROMFS_FS is not set |
@@ -1519,7 +1521,6 @@ CONFIG_NFS_ACL_SUPPORT=y | |||
1519 | CONFIG_NFS_COMMON=y | 1521 | CONFIG_NFS_COMMON=y |
1520 | CONFIG_SUNRPC=y | 1522 | CONFIG_SUNRPC=y |
1521 | CONFIG_SUNRPC_GSS=y | 1523 | CONFIG_SUNRPC_GSS=y |
1522 | # CONFIG_SUNRPC_BIND34 is not set | ||
1523 | CONFIG_RPCSEC_GSS_KRB5=y | 1524 | CONFIG_RPCSEC_GSS_KRB5=y |
1524 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1525 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1525 | # CONFIG_SMB_FS is not set | 1526 | # CONFIG_SMB_FS is not set |
@@ -1603,6 +1604,7 @@ CONFIG_BITREVERSE=y | |||
1603 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1604 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
1604 | CONFIG_CRC_CCITT=m | 1605 | CONFIG_CRC_CCITT=m |
1605 | # CONFIG_CRC16 is not set | 1606 | # CONFIG_CRC16 is not set |
1607 | CONFIG_CRC_T10DIF=y | ||
1606 | CONFIG_CRC_ITU_T=m | 1608 | CONFIG_CRC_ITU_T=m |
1607 | CONFIG_CRC32=y | 1609 | CONFIG_CRC32=y |
1608 | # CONFIG_CRC7 is not set | 1610 | # CONFIG_CRC7 is not set |
@@ -1629,8 +1631,10 @@ CONFIG_DEBUG_FS=y | |||
1629 | CONFIG_DEBUG_KERNEL=y | 1631 | CONFIG_DEBUG_KERNEL=y |
1630 | # CONFIG_DEBUG_SHIRQ is not set | 1632 | # CONFIG_DEBUG_SHIRQ is not set |
1631 | CONFIG_DETECT_SOFTLOCKUP=y | 1633 | CONFIG_DETECT_SOFTLOCKUP=y |
1634 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1635 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1632 | CONFIG_SCHED_DEBUG=y | 1636 | CONFIG_SCHED_DEBUG=y |
1633 | # CONFIG_SCHEDSTATS is not set | 1637 | CONFIG_SCHEDSTATS=y |
1634 | # CONFIG_TIMER_STATS is not set | 1638 | # CONFIG_TIMER_STATS is not set |
1635 | # CONFIG_DEBUG_OBJECTS is not set | 1639 | # CONFIG_DEBUG_OBJECTS is not set |
1636 | # CONFIG_SLUB_DEBUG_ON is not set | 1640 | # CONFIG_SLUB_DEBUG_ON is not set |
@@ -1644,22 +1648,37 @@ CONFIG_DEBUG_MUTEXES=y | |||
1644 | # CONFIG_LOCK_STAT is not set | 1648 | # CONFIG_LOCK_STAT is not set |
1645 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1649 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1646 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 1650 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
1651 | CONFIG_STACKTRACE=y | ||
1647 | # CONFIG_DEBUG_KOBJECT is not set | 1652 | # CONFIG_DEBUG_KOBJECT is not set |
1648 | CONFIG_DEBUG_BUGVERBOSE=y | 1653 | CONFIG_DEBUG_BUGVERBOSE=y |
1649 | # CONFIG_DEBUG_INFO is not set | 1654 | # CONFIG_DEBUG_INFO is not set |
1650 | # CONFIG_DEBUG_VM is not set | 1655 | # CONFIG_DEBUG_VM is not set |
1651 | # CONFIG_DEBUG_WRITECOUNT is not set | 1656 | # CONFIG_DEBUG_WRITECOUNT is not set |
1657 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1652 | # CONFIG_DEBUG_LIST is not set | 1658 | # CONFIG_DEBUG_LIST is not set |
1653 | # CONFIG_DEBUG_SG is not set | 1659 | # CONFIG_DEBUG_SG is not set |
1660 | CONFIG_FRAME_POINTER=y | ||
1654 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1661 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1655 | # CONFIG_RCU_TORTURE_TEST is not set | 1662 | # CONFIG_RCU_TORTURE_TEST is not set |
1656 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1663 | # CONFIG_BACKTRACE_SELF_TEST is not set |
1657 | # CONFIG_FAULT_INJECTION is not set | 1664 | # CONFIG_FAULT_INJECTION is not set |
1665 | CONFIG_LATENCYTOP=y | ||
1666 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
1667 | CONFIG_HAVE_FTRACE=y | ||
1668 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1669 | # CONFIG_FTRACE is not set | ||
1670 | # CONFIG_IRQSOFF_TRACER is not set | ||
1671 | # CONFIG_SCHED_TRACER is not set | ||
1672 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1658 | # CONFIG_SAMPLES is not set | 1673 | # CONFIG_SAMPLES is not set |
1674 | CONFIG_HAVE_ARCH_KGDB=y | ||
1675 | # CONFIG_KGDB is not set | ||
1659 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1676 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
1660 | # CONFIG_DEBUG_STACK_USAGE is not set | 1677 | # CONFIG_DEBUG_STACK_USAGE is not set |
1661 | # CONFIG_DEBUG_PAGEALLOC is not set | 1678 | # CONFIG_DEBUG_PAGEALLOC is not set |
1662 | # CONFIG_DEBUGGER is not set | 1679 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
1680 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
1681 | # CONFIG_XMON is not set | ||
1663 | CONFIG_IRQSTACKS=y | 1682 | CONFIG_IRQSTACKS=y |
1664 | # CONFIG_VIRQ_DEBUG is not set | 1683 | # CONFIG_VIRQ_DEBUG is not set |
1665 | CONFIG_BOOTX_TEXT=y | 1684 | CONFIG_BOOTX_TEXT=y |
@@ -1718,6 +1737,10 @@ CONFIG_CRYPTO_CRC32C=m | |||
1718 | CONFIG_CRYPTO_MD4=m | 1737 | CONFIG_CRYPTO_MD4=m |
1719 | CONFIG_CRYPTO_MD5=y | 1738 | CONFIG_CRYPTO_MD5=y |
1720 | CONFIG_CRYPTO_MICHAEL_MIC=m | 1739 | CONFIG_CRYPTO_MICHAEL_MIC=m |
1740 | # CONFIG_CRYPTO_RMD128 is not set | ||
1741 | # CONFIG_CRYPTO_RMD160 is not set | ||
1742 | # CONFIG_CRYPTO_RMD256 is not set | ||
1743 | # CONFIG_CRYPTO_RMD320 is not set | ||
1721 | CONFIG_CRYPTO_SHA1=m | 1744 | CONFIG_CRYPTO_SHA1=m |
1722 | CONFIG_CRYPTO_SHA256=m | 1745 | CONFIG_CRYPTO_SHA256=m |
1723 | CONFIG_CRYPTO_SHA512=m | 1746 | CONFIG_CRYPTO_SHA512=m |