diff options
Diffstat (limited to 'arch/powerpc/configs/mpc866_ads_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc866_ads_defconfig | 64 |
1 files changed, 42 insertions, 22 deletions
diff --git a/arch/powerpc/configs/mpc866_ads_defconfig b/arch/powerpc/configs/mpc866_ads_defconfig index 8272b1ac71f9..1793d08e9c01 100644 --- a/arch/powerpc/configs/mpc866_ads_defconfig +++ b/arch/powerpc/configs/mpc866_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.28-rc3 | 3 | # Linux kernel version: 2.6.29-rc2 |
4 | # Sat Nov 8 12:39:43 2008 | 4 | # Mon Jan 26 15:35:38 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -15,6 +15,7 @@ CONFIG_PPC_8xx=y | |||
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_8xx=y | 17 | CONFIG_8xx=y |
18 | CONFIG_PPC_MMU_NOHASH=y | ||
18 | # CONFIG_PPC_MM_SLICES is not set | 19 | # CONFIG_PPC_MM_SLICES is not set |
19 | CONFIG_NOT_COHERENT_CACHE=y | 20 | CONFIG_NOT_COHERENT_CACHE=y |
20 | CONFIG_PPC32=y | 21 | CONFIG_PPC32=y |
@@ -40,7 +41,7 @@ CONFIG_GENERIC_FIND_NEXT_BIT=y | |||
40 | CONFIG_PPC=y | 41 | CONFIG_PPC=y |
41 | CONFIG_EARLY_PRINTK=y | 42 | CONFIG_EARLY_PRINTK=y |
42 | CONFIG_GENERIC_NVRAM=y | 43 | CONFIG_GENERIC_NVRAM=y |
43 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 44 | CONFIG_SCHED_OMIT_FRAME_POINTER=y |
44 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 45 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
45 | CONFIG_PPC_OF=y | 46 | CONFIG_PPC_OF=y |
46 | CONFIG_OF=y | 47 | CONFIG_OF=y |
@@ -69,12 +70,12 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
69 | # CONFIG_AUDIT is not set | 70 | # CONFIG_AUDIT is not set |
70 | # CONFIG_IKCONFIG is not set | 71 | # CONFIG_IKCONFIG is not set |
71 | CONFIG_LOG_BUF_SHIFT=14 | 72 | CONFIG_LOG_BUF_SHIFT=14 |
72 | # CONFIG_CGROUPS is not set | ||
73 | CONFIG_GROUP_SCHED=y | 73 | CONFIG_GROUP_SCHED=y |
74 | # CONFIG_FAIR_GROUP_SCHED is not set | 74 | # CONFIG_FAIR_GROUP_SCHED is not set |
75 | # CONFIG_RT_GROUP_SCHED is not set | 75 | # CONFIG_RT_GROUP_SCHED is not set |
76 | CONFIG_USER_SCHED=y | 76 | CONFIG_USER_SCHED=y |
77 | # CONFIG_CGROUP_SCHED is not set | 77 | # CONFIG_CGROUP_SCHED is not set |
78 | # CONFIG_CGROUPS is not set | ||
78 | CONFIG_SYSFS_DEPRECATED=y | 79 | CONFIG_SYSFS_DEPRECATED=y |
79 | CONFIG_SYSFS_DEPRECATED_V2=y | 80 | CONFIG_SYSFS_DEPRECATED_V2=y |
80 | # CONFIG_RELAY is not set | 81 | # CONFIG_RELAY is not set |
@@ -106,7 +107,6 @@ CONFIG_SLUB_DEBUG=y | |||
106 | CONFIG_SLUB=y | 107 | CONFIG_SLUB=y |
107 | # CONFIG_SLOB is not set | 108 | # CONFIG_SLOB is not set |
108 | # CONFIG_PROFILING is not set | 109 | # CONFIG_PROFILING is not set |
109 | # CONFIG_MARKERS is not set | ||
110 | CONFIG_HAVE_OPROFILE=y | 110 | CONFIG_HAVE_OPROFILE=y |
111 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 111 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
112 | CONFIG_HAVE_IOREMAP_PROT=y | 112 | CONFIG_HAVE_IOREMAP_PROT=y |
@@ -117,13 +117,11 @@ CONFIG_HAVE_CLK=y | |||
117 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 117 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
118 | CONFIG_SLABINFO=y | 118 | CONFIG_SLABINFO=y |
119 | CONFIG_RT_MUTEXES=y | 119 | CONFIG_RT_MUTEXES=y |
120 | # CONFIG_TINY_SHMEM is not set | ||
121 | CONFIG_BASE_SMALL=1 | 120 | CONFIG_BASE_SMALL=1 |
122 | # CONFIG_MODULES is not set | 121 | # CONFIG_MODULES is not set |
123 | CONFIG_BLOCK=y | 122 | CONFIG_BLOCK=y |
124 | # CONFIG_LBD is not set | 123 | # CONFIG_LBD is not set |
125 | # CONFIG_BLK_DEV_IO_TRACE is not set | 124 | # CONFIG_BLK_DEV_IO_TRACE is not set |
126 | # CONFIG_LSF is not set | ||
127 | # CONFIG_BLK_DEV_BSG is not set | 125 | # CONFIG_BLK_DEV_BSG is not set |
128 | # CONFIG_BLK_DEV_INTEGRITY is not set | 126 | # CONFIG_BLK_DEV_INTEGRITY is not set |
129 | 127 | ||
@@ -140,6 +138,10 @@ CONFIG_DEFAULT_AS=y | |||
140 | # CONFIG_DEFAULT_NOOP is not set | 138 | # CONFIG_DEFAULT_NOOP is not set |
141 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 139 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
142 | CONFIG_CLASSIC_RCU=y | 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 | ||
143 | # CONFIG_FREEZER is not set | 145 | # CONFIG_FREEZER is not set |
144 | 146 | ||
145 | # | 147 | # |
@@ -185,6 +187,7 @@ CONFIG_NO_UCODE_PATCH=y | |||
185 | # CONFIG_QUICC_ENGINE is not set | 187 | # CONFIG_QUICC_ENGINE is not set |
186 | # CONFIG_FSL_ULI1575 is not set | 188 | # CONFIG_FSL_ULI1575 is not set |
187 | CONFIG_CPM=y | 189 | CONFIG_CPM=y |
190 | # CONFIG_SIMPLE_GPIO is not set | ||
188 | 191 | ||
189 | # | 192 | # |
190 | # Kernel options | 193 | # Kernel options |
@@ -209,6 +212,7 @@ CONFIG_BINFMT_ELF=y | |||
209 | # CONFIG_BINFMT_MISC is not set | 212 | # CONFIG_BINFMT_MISC is not set |
210 | CONFIG_MATH_EMULATION=y | 213 | CONFIG_MATH_EMULATION=y |
211 | # CONFIG_IOMMU_HELPER is not set | 214 | # CONFIG_IOMMU_HELPER is not set |
215 | CONFIG_PPC_NEED_DMA_SYNC_OPS=y | ||
212 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 216 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
213 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 217 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
214 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 218 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
@@ -223,12 +227,14 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
223 | CONFIG_PAGEFLAGS_EXTENDED=y | 227 | CONFIG_PAGEFLAGS_EXTENDED=y |
224 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 228 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
225 | CONFIG_MIGRATION=y | 229 | CONFIG_MIGRATION=y |
226 | # CONFIG_RESOURCES_64BIT is not set | ||
227 | # CONFIG_PHYS_ADDR_T_64BIT is not set | 230 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
228 | CONFIG_ZONE_DMA_FLAG=1 | 231 | CONFIG_ZONE_DMA_FLAG=1 |
229 | CONFIG_BOUNCE=y | 232 | CONFIG_BOUNCE=y |
230 | CONFIG_VIRT_TO_BUS=y | 233 | CONFIG_VIRT_TO_BUS=y |
231 | CONFIG_UNEVICTABLE_LRU=y | 234 | CONFIG_UNEVICTABLE_LRU=y |
235 | CONFIG_PPC_4K_PAGES=y | ||
236 | # CONFIG_PPC_16K_PAGES is not set | ||
237 | # CONFIG_PPC_64K_PAGES is not set | ||
232 | CONFIG_FORCE_MAX_ZONEORDER=11 | 238 | CONFIG_FORCE_MAX_ZONEORDER=11 |
233 | # CONFIG_PROC_DEVICETREE is not set | 239 | # CONFIG_PROC_DEVICETREE is not set |
234 | # CONFIG_CMDLINE_BOOL is not set | 240 | # CONFIG_CMDLINE_BOOL is not set |
@@ -269,6 +275,7 @@ CONFIG_NET=y | |||
269 | # | 275 | # |
270 | # Networking options | 276 | # Networking options |
271 | # | 277 | # |
278 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
272 | CONFIG_PACKET=y | 279 | CONFIG_PACKET=y |
273 | # CONFIG_PACKET_MMAP is not set | 280 | # CONFIG_PACKET_MMAP is not set |
274 | CONFIG_UNIX=y | 281 | CONFIG_UNIX=y |
@@ -325,6 +332,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
325 | # CONFIG_ECONET is not set | 332 | # CONFIG_ECONET is not set |
326 | # CONFIG_WAN_ROUTER is not set | 333 | # CONFIG_WAN_ROUTER is not set |
327 | # CONFIG_NET_SCHED is not set | 334 | # CONFIG_NET_SCHED is not set |
335 | # CONFIG_DCB is not set | ||
328 | 336 | ||
329 | # | 337 | # |
330 | # Network testing | 338 | # Network testing |
@@ -340,8 +348,9 @@ CONFIG_WIRELESS=y | |||
340 | # CONFIG_CFG80211 is not set | 348 | # CONFIG_CFG80211 is not set |
341 | CONFIG_WIRELESS_OLD_REGULATORY=y | 349 | CONFIG_WIRELESS_OLD_REGULATORY=y |
342 | # CONFIG_WIRELESS_EXT is not set | 350 | # CONFIG_WIRELESS_EXT is not set |
351 | # CONFIG_LIB80211 is not set | ||
343 | # CONFIG_MAC80211 is not set | 352 | # CONFIG_MAC80211 is not set |
344 | # CONFIG_IEEE80211 is not set | 353 | # CONFIG_WIMAX is not set |
345 | # CONFIG_RFKILL is not set | 354 | # CONFIG_RFKILL is not set |
346 | # CONFIG_NET_9P is not set | 355 | # CONFIG_NET_9P is not set |
347 | 356 | ||
@@ -372,6 +381,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
372 | CONFIG_MISC_DEVICES=y | 381 | CONFIG_MISC_DEVICES=y |
373 | # CONFIG_EEPROM_93CX6 is not set | 382 | # CONFIG_EEPROM_93CX6 is not set |
374 | # CONFIG_ENCLOSURE_SERVICES is not set | 383 | # CONFIG_ENCLOSURE_SERVICES is not set |
384 | # CONFIG_C2PORT is not set | ||
375 | CONFIG_HAVE_IDE=y | 385 | CONFIG_HAVE_IDE=y |
376 | # CONFIG_IDE is not set | 386 | # CONFIG_IDE is not set |
377 | 387 | ||
@@ -407,6 +417,9 @@ CONFIG_PHYLIB=y | |||
407 | # CONFIG_BROADCOM_PHY is not set | 417 | # CONFIG_BROADCOM_PHY is not set |
408 | # CONFIG_ICPLUS_PHY is not set | 418 | # CONFIG_ICPLUS_PHY is not set |
409 | # CONFIG_REALTEK_PHY is not set | 419 | # CONFIG_REALTEK_PHY is not set |
420 | # CONFIG_NATIONAL_PHY is not set | ||
421 | # CONFIG_STE10XP is not set | ||
422 | # CONFIG_LSI_ET1011C_PHY is not set | ||
410 | CONFIG_FIXED_PHY=y | 423 | CONFIG_FIXED_PHY=y |
411 | # CONFIG_MDIO_BITBANG is not set | 424 | # CONFIG_MDIO_BITBANG is not set |
412 | CONFIG_NET_ETHERNET=y | 425 | CONFIG_NET_ETHERNET=y |
@@ -433,6 +446,10 @@ CONFIG_NETDEV_10000=y | |||
433 | # CONFIG_WLAN_PRE80211 is not set | 446 | # CONFIG_WLAN_PRE80211 is not set |
434 | # CONFIG_WLAN_80211 is not set | 447 | # CONFIG_WLAN_80211 is not set |
435 | # CONFIG_IWLWIFI_LEDS is not set | 448 | # CONFIG_IWLWIFI_LEDS is not set |
449 | |||
450 | # | ||
451 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
452 | # | ||
436 | # CONFIG_WAN is not set | 453 | # CONFIG_WAN is not set |
437 | # CONFIG_PPP is not set | 454 | # CONFIG_PPP is not set |
438 | # CONFIG_SLIP is not set | 455 | # CONFIG_SLIP is not set |
@@ -518,7 +535,9 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
518 | CONFIG_SERIAL_CPM=y | 535 | CONFIG_SERIAL_CPM=y |
519 | CONFIG_SERIAL_CPM_CONSOLE=y | 536 | CONFIG_SERIAL_CPM_CONSOLE=y |
520 | CONFIG_UNIX98_PTYS=y | 537 | CONFIG_UNIX98_PTYS=y |
538 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
521 | # CONFIG_LEGACY_PTYS is not set | 539 | # CONFIG_LEGACY_PTYS is not set |
540 | # CONFIG_HVC_UDBG is not set | ||
522 | # CONFIG_IPMI_HANDLER is not set | 541 | # CONFIG_IPMI_HANDLER is not set |
523 | CONFIG_HW_RANDOM=y | 542 | CONFIG_HW_RANDOM=y |
524 | # CONFIG_NVRAM is not set | 543 | # CONFIG_NVRAM is not set |
@@ -549,11 +568,11 @@ CONFIG_HWMON=y | |||
549 | # CONFIG_THERMAL is not set | 568 | # CONFIG_THERMAL is not set |
550 | # CONFIG_THERMAL_HWMON is not set | 569 | # CONFIG_THERMAL_HWMON is not set |
551 | # CONFIG_WATCHDOG is not set | 570 | # CONFIG_WATCHDOG is not set |
571 | CONFIG_SSB_POSSIBLE=y | ||
552 | 572 | ||
553 | # | 573 | # |
554 | # Sonics Silicon Backplane | 574 | # Sonics Silicon Backplane |
555 | # | 575 | # |
556 | CONFIG_SSB_POSSIBLE=y | ||
557 | # CONFIG_SSB is not set | 576 | # CONFIG_SSB is not set |
558 | 577 | ||
559 | # | 578 | # |
@@ -563,14 +582,7 @@ CONFIG_SSB_POSSIBLE=y | |||
563 | # CONFIG_MFD_SM501 is not set | 582 | # CONFIG_MFD_SM501 is not set |
564 | # CONFIG_HTC_PASIC3 is not set | 583 | # CONFIG_HTC_PASIC3 is not set |
565 | # CONFIG_MFD_TMIO is not set | 584 | # CONFIG_MFD_TMIO is not set |
566 | |||
567 | # | ||
568 | # Voltage and Current regulators | ||
569 | # | ||
570 | # CONFIG_REGULATOR is not set | 585 | # CONFIG_REGULATOR is not set |
571 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
572 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
573 | # CONFIG_REGULATOR_BQ24022 is not set | ||
574 | 586 | ||
575 | # | 587 | # |
576 | # Multimedia devices | 588 | # Multimedia devices |
@@ -623,9 +635,13 @@ CONFIG_USB_SUPPORT=y | |||
623 | # | 635 | # |
624 | 636 | ||
625 | # | 637 | # |
626 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 638 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; |
627 | # | 639 | # |
628 | # CONFIG_USB_GADGET is not set | 640 | # CONFIG_USB_GADGET is not set |
641 | |||
642 | # | ||
643 | # OTG and related infrastructure | ||
644 | # | ||
629 | # CONFIG_MMC is not set | 645 | # CONFIG_MMC is not set |
630 | # CONFIG_MEMSTICK is not set | 646 | # CONFIG_MEMSTICK is not set |
631 | # CONFIG_NEW_LEDS is not set | 647 | # CONFIG_NEW_LEDS is not set |
@@ -657,6 +673,7 @@ CONFIG_FS_MBCACHE=y | |||
657 | CONFIG_FILE_LOCKING=y | 673 | CONFIG_FILE_LOCKING=y |
658 | # CONFIG_XFS_FS is not set | 674 | # CONFIG_XFS_FS is not set |
659 | # CONFIG_OCFS2_FS is not set | 675 | # CONFIG_OCFS2_FS is not set |
676 | # CONFIG_BTRFS_FS is not set | ||
660 | CONFIG_DNOTIFY=y | 677 | CONFIG_DNOTIFY=y |
661 | CONFIG_INOTIFY=y | 678 | CONFIG_INOTIFY=y |
662 | CONFIG_INOTIFY_USER=y | 679 | CONFIG_INOTIFY_USER=y |
@@ -690,10 +707,7 @@ CONFIG_TMPFS=y | |||
690 | # CONFIG_TMPFS_POSIX_ACL is not set | 707 | # CONFIG_TMPFS_POSIX_ACL is not set |
691 | # CONFIG_HUGETLB_PAGE is not set | 708 | # CONFIG_HUGETLB_PAGE is not set |
692 | # CONFIG_CONFIGFS_FS is not set | 709 | # CONFIG_CONFIGFS_FS is not set |
693 | 710 | CONFIG_MISC_FILESYSTEMS=y | |
694 | # | ||
695 | # Miscellaneous filesystems | ||
696 | # | ||
697 | # CONFIG_ADFS_FS is not set | 711 | # CONFIG_ADFS_FS is not set |
698 | # CONFIG_AFFS_FS is not set | 712 | # CONFIG_AFFS_FS is not set |
699 | # CONFIG_HFS_FS is not set | 713 | # CONFIG_HFS_FS is not set |
@@ -702,6 +716,7 @@ CONFIG_TMPFS=y | |||
702 | # CONFIG_BFS_FS is not set | 716 | # CONFIG_BFS_FS is not set |
703 | # CONFIG_EFS_FS is not set | 717 | # CONFIG_EFS_FS is not set |
704 | CONFIG_CRAMFS=y | 718 | CONFIG_CRAMFS=y |
719 | # CONFIG_SQUASHFS is not set | ||
705 | # CONFIG_VXFS_FS is not set | 720 | # CONFIG_VXFS_FS is not set |
706 | # CONFIG_MINIX_FS is not set | 721 | # CONFIG_MINIX_FS is not set |
707 | # CONFIG_OMFS_FS is not set | 722 | # CONFIG_OMFS_FS is not set |
@@ -758,6 +773,7 @@ CONFIG_MSDOS_PARTITION=y | |||
758 | # Library routines | 773 | # Library routines |
759 | # | 774 | # |
760 | CONFIG_BITREVERSE=y | 775 | CONFIG_BITREVERSE=y |
776 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
761 | CONFIG_CRC_CCITT=y | 777 | CONFIG_CRC_CCITT=y |
762 | # CONFIG_CRC16 is not set | 778 | # CONFIG_CRC16 is not set |
763 | # CONFIG_CRC_T10DIF is not set | 779 | # CONFIG_CRC_T10DIF is not set |
@@ -790,6 +806,8 @@ CONFIG_FRAME_WARN=1024 | |||
790 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 806 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
791 | # CONFIG_LATENCYTOP is not set | 807 | # CONFIG_LATENCYTOP is not set |
792 | CONFIG_HAVE_FUNCTION_TRACER=y | 808 | CONFIG_HAVE_FUNCTION_TRACER=y |
809 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
810 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | ||
793 | 811 | ||
794 | # | 812 | # |
795 | # Tracers | 813 | # Tracers |
@@ -797,6 +815,7 @@ CONFIG_HAVE_FUNCTION_TRACER=y | |||
797 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 815 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set |
798 | # CONFIG_SAMPLES is not set | 816 | # CONFIG_SAMPLES is not set |
799 | CONFIG_HAVE_ARCH_KGDB=y | 817 | CONFIG_HAVE_ARCH_KGDB=y |
818 | CONFIG_PRINT_STACK_DEPTH=64 | ||
800 | # CONFIG_IRQSTACKS is not set | 819 | # CONFIG_IRQSTACKS is not set |
801 | # CONFIG_PPC_EARLY_DEBUG is not set | 820 | # CONFIG_PPC_EARLY_DEBUG is not set |
802 | 821 | ||
@@ -814,6 +833,7 @@ CONFIG_CRYPTO=y | |||
814 | # | 833 | # |
815 | # CONFIG_CRYPTO_FIPS is not set | 834 | # CONFIG_CRYPTO_FIPS is not set |
816 | # CONFIG_CRYPTO_MANAGER is not set | 835 | # CONFIG_CRYPTO_MANAGER is not set |
836 | # CONFIG_CRYPTO_MANAGER2 is not set | ||
817 | # CONFIG_CRYPTO_GF128MUL is not set | 837 | # CONFIG_CRYPTO_GF128MUL is not set |
818 | # CONFIG_CRYPTO_NULL is not set | 838 | # CONFIG_CRYPTO_NULL is not set |
819 | # CONFIG_CRYPTO_CRYPTD is not set | 839 | # CONFIG_CRYPTO_CRYPTD is not set |