diff options
Diffstat (limited to 'arch/powerpc/configs/83xx/mpc8315_rdb_defconfig')
-rw-r--r-- | arch/powerpc/configs/83xx/mpc8315_rdb_defconfig | 76 |
1 files changed, 51 insertions, 25 deletions
diff --git a/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig b/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig index 76237d466702..7bf71d577033 100644 --- a/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig +++ b/arch/powerpc/configs/83xx/mpc8315_rdb_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.31-rc4 | 3 | # Linux kernel version: 2.6.32-rc5 |
4 | # Wed Jul 29 23:32:05 2009 | 4 | # Thu Nov 5 08:20:23 2009 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -35,6 +35,7 @@ CONFIG_GENERIC_CLOCKEVENTS=y | |||
35 | CONFIG_GENERIC_HARDIRQS=y | 35 | CONFIG_GENERIC_HARDIRQS=y |
36 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | 36 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y |
37 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 37 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
38 | # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set | ||
38 | CONFIG_IRQ_PER_CPU=y | 39 | CONFIG_IRQ_PER_CPU=y |
39 | CONFIG_STACKTRACE_SUPPORT=y | 40 | CONFIG_STACKTRACE_SUPPORT=y |
40 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | 41 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y |
@@ -84,11 +85,12 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
84 | # | 85 | # |
85 | # RCU Subsystem | 86 | # RCU Subsystem |
86 | # | 87 | # |
87 | CONFIG_CLASSIC_RCU=y | 88 | CONFIG_TREE_RCU=y |
88 | # CONFIG_TREE_RCU is not set | 89 | # CONFIG_TREE_PREEMPT_RCU is not set |
89 | # CONFIG_PREEMPT_RCU is not set | 90 | # CONFIG_RCU_TRACE is not set |
91 | CONFIG_RCU_FANOUT=32 | ||
92 | # CONFIG_RCU_FANOUT_EXACT is not set | ||
90 | # CONFIG_TREE_RCU_TRACE is not set | 93 | # CONFIG_TREE_RCU_TRACE is not set |
91 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
92 | # CONFIG_IKCONFIG is not set | 94 | # CONFIG_IKCONFIG is not set |
93 | CONFIG_LOG_BUF_SHIFT=14 | 95 | CONFIG_LOG_BUF_SHIFT=14 |
94 | CONFIG_GROUP_SCHED=y | 96 | CONFIG_GROUP_SCHED=y |
@@ -124,28 +126,29 @@ CONFIG_TIMERFD=y | |||
124 | CONFIG_EVENTFD=y | 126 | CONFIG_EVENTFD=y |
125 | CONFIG_SHMEM=y | 127 | CONFIG_SHMEM=y |
126 | CONFIG_AIO=y | 128 | CONFIG_AIO=y |
127 | CONFIG_HAVE_PERF_COUNTERS=y | 129 | CONFIG_HAVE_PERF_EVENTS=y |
128 | 130 | ||
129 | # | 131 | # |
130 | # Performance Counters | 132 | # Kernel Performance Events And Counters |
131 | # | 133 | # |
134 | # CONFIG_PERF_EVENTS is not set | ||
132 | # CONFIG_PERF_COUNTERS is not set | 135 | # CONFIG_PERF_COUNTERS is not set |
133 | CONFIG_VM_EVENT_COUNTERS=y | 136 | CONFIG_VM_EVENT_COUNTERS=y |
134 | CONFIG_PCI_QUIRKS=y | 137 | CONFIG_PCI_QUIRKS=y |
135 | CONFIG_SLUB_DEBUG=y | 138 | CONFIG_SLUB_DEBUG=y |
136 | # CONFIG_STRIP_ASM_SYMS is not set | ||
137 | CONFIG_COMPAT_BRK=y | 139 | CONFIG_COMPAT_BRK=y |
138 | # CONFIG_SLAB is not set | 140 | # CONFIG_SLAB is not set |
139 | CONFIG_SLUB=y | 141 | CONFIG_SLUB=y |
140 | # CONFIG_SLOB is not set | 142 | # CONFIG_SLOB is not set |
141 | # CONFIG_PROFILING is not set | 143 | # CONFIG_PROFILING is not set |
142 | # CONFIG_MARKERS is not set | ||
143 | CONFIG_HAVE_OPROFILE=y | 144 | CONFIG_HAVE_OPROFILE=y |
144 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 145 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
145 | CONFIG_HAVE_IOREMAP_PROT=y | 146 | CONFIG_HAVE_IOREMAP_PROT=y |
146 | CONFIG_HAVE_KPROBES=y | 147 | CONFIG_HAVE_KPROBES=y |
147 | CONFIG_HAVE_KRETPROBES=y | 148 | CONFIG_HAVE_KRETPROBES=y |
148 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 149 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
150 | CONFIG_HAVE_DMA_ATTRS=y | ||
151 | CONFIG_HAVE_DMA_API_DEBUG=y | ||
149 | 152 | ||
150 | # | 153 | # |
151 | # GCOV-based kernel profiling | 154 | # GCOV-based kernel profiling |
@@ -256,6 +259,7 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y | |||
256 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 259 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
257 | # CONFIG_KEXEC is not set | 260 | # CONFIG_KEXEC is not set |
258 | # CONFIG_CRASH_DUMP is not set | 261 | # CONFIG_CRASH_DUMP is not set |
262 | CONFIG_MAX_ACTIVE_REGIONS=32 | ||
259 | CONFIG_ARCH_FLATMEM_ENABLE=y | 263 | CONFIG_ARCH_FLATMEM_ENABLE=y |
260 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 264 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
261 | CONFIG_SELECT_MEMORY_MODEL=y | 265 | CONFIG_SELECT_MEMORY_MODEL=y |
@@ -273,6 +277,7 @@ CONFIG_BOUNCE=y | |||
273 | CONFIG_VIRT_TO_BUS=y | 277 | CONFIG_VIRT_TO_BUS=y |
274 | CONFIG_HAVE_MLOCK=y | 278 | CONFIG_HAVE_MLOCK=y |
275 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | 279 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y |
280 | # CONFIG_KSM is not set | ||
276 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | 281 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 |
277 | CONFIG_PPC_4K_PAGES=y | 282 | CONFIG_PPC_4K_PAGES=y |
278 | # CONFIG_PPC_16K_PAGES is not set | 283 | # CONFIG_PPC_16K_PAGES is not set |
@@ -369,6 +374,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
369 | # CONFIG_NETFILTER is not set | 374 | # CONFIG_NETFILTER is not set |
370 | # CONFIG_IP_DCCP is not set | 375 | # CONFIG_IP_DCCP is not set |
371 | # CONFIG_IP_SCTP is not set | 376 | # CONFIG_IP_SCTP is not set |
377 | # CONFIG_RDS is not set | ||
372 | # CONFIG_TIPC is not set | 378 | # CONFIG_TIPC is not set |
373 | # CONFIG_ATM is not set | 379 | # CONFIG_ATM is not set |
374 | # CONFIG_BRIDGE is not set | 380 | # CONFIG_BRIDGE is not set |
@@ -398,6 +404,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
398 | # CONFIG_AF_RXRPC is not set | 404 | # CONFIG_AF_RXRPC is not set |
399 | CONFIG_WIRELESS=y | 405 | CONFIG_WIRELESS=y |
400 | # CONFIG_CFG80211 is not set | 406 | # CONFIG_CFG80211 is not set |
407 | CONFIG_CFG80211_DEFAULT_PS_VALUE=0 | ||
401 | CONFIG_WIRELESS_OLD_REGULATORY=y | 408 | CONFIG_WIRELESS_OLD_REGULATORY=y |
402 | # CONFIG_WIRELESS_EXT is not set | 409 | # CONFIG_WIRELESS_EXT is not set |
403 | # CONFIG_LIB80211 is not set | 410 | # CONFIG_LIB80211 is not set |
@@ -405,7 +412,6 @@ CONFIG_WIRELESS_OLD_REGULATORY=y | |||
405 | # | 412 | # |
406 | # CFG80211 needs to be enabled for MAC80211 | 413 | # CFG80211 needs to be enabled for MAC80211 |
407 | # | 414 | # |
408 | CONFIG_MAC80211_DEFAULT_PS_VALUE=0 | ||
409 | # CONFIG_WIMAX is not set | 415 | # CONFIG_WIMAX is not set |
410 | # CONFIG_RFKILL is not set | 416 | # CONFIG_RFKILL is not set |
411 | # CONFIG_NET_9P is not set | 417 | # CONFIG_NET_9P is not set |
@@ -418,6 +424,7 @@ CONFIG_MAC80211_DEFAULT_PS_VALUE=0 | |||
418 | # Generic Driver Options | 424 | # Generic Driver Options |
419 | # | 425 | # |
420 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 426 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
427 | # CONFIG_DEVTMPFS is not set | ||
421 | CONFIG_STANDALONE=y | 428 | CONFIG_STANDALONE=y |
422 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 429 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
423 | # CONFIG_FW_LOADER is not set | 430 | # CONFIG_FW_LOADER is not set |
@@ -427,9 +434,9 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
427 | # CONFIG_CONNECTOR is not set | 434 | # CONFIG_CONNECTOR is not set |
428 | CONFIG_MTD=y | 435 | CONFIG_MTD=y |
429 | # CONFIG_MTD_DEBUG is not set | 436 | # CONFIG_MTD_DEBUG is not set |
437 | # CONFIG_MTD_TESTS is not set | ||
430 | # CONFIG_MTD_CONCAT is not set | 438 | # CONFIG_MTD_CONCAT is not set |
431 | CONFIG_MTD_PARTITIONS=y | 439 | CONFIG_MTD_PARTITIONS=y |
432 | # CONFIG_MTD_TESTS is not set | ||
433 | # CONFIG_MTD_REDBOOT_PARTS is not set | 440 | # CONFIG_MTD_REDBOOT_PARTS is not set |
434 | # CONFIG_MTD_CMDLINE_PARTS is not set | 441 | # CONFIG_MTD_CMDLINE_PARTS is not set |
435 | # CONFIG_MTD_OF_PARTS is not set | 442 | # CONFIG_MTD_OF_PARTS is not set |
@@ -488,6 +495,7 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
488 | # CONFIG_MTD_PMC551 is not set | 495 | # CONFIG_MTD_PMC551 is not set |
489 | # CONFIG_MTD_DATAFLASH is not set | 496 | # CONFIG_MTD_DATAFLASH is not set |
490 | # CONFIG_MTD_M25P80 is not set | 497 | # CONFIG_MTD_M25P80 is not set |
498 | # CONFIG_MTD_SST25L is not set | ||
491 | # CONFIG_MTD_SLRAM is not set | 499 | # CONFIG_MTD_SLRAM is not set |
492 | # CONFIG_MTD_PHRAM is not set | 500 | # CONFIG_MTD_PHRAM is not set |
493 | # CONFIG_MTD_MTDRAM is not set | 501 | # CONFIG_MTD_MTDRAM is not set |
@@ -605,6 +613,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
605 | # CONFIG_ISCSI_TCP is not set | 613 | # CONFIG_ISCSI_TCP is not set |
606 | # CONFIG_SCSI_CXGB3_ISCSI is not set | 614 | # CONFIG_SCSI_CXGB3_ISCSI is not set |
607 | # CONFIG_SCSI_BNX2_ISCSI is not set | 615 | # CONFIG_SCSI_BNX2_ISCSI is not set |
616 | # CONFIG_BE2ISCSI is not set | ||
608 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 617 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
609 | # CONFIG_SCSI_3W_9XXX is not set | 618 | # CONFIG_SCSI_3W_9XXX is not set |
610 | # CONFIG_SCSI_ACARD is not set | 619 | # CONFIG_SCSI_ACARD is not set |
@@ -644,11 +653,14 @@ CONFIG_SCSI_LOWLEVEL=y | |||
644 | # CONFIG_SCSI_DC390T is not set | 653 | # CONFIG_SCSI_DC390T is not set |
645 | # CONFIG_SCSI_NSP32 is not set | 654 | # CONFIG_SCSI_NSP32 is not set |
646 | # CONFIG_SCSI_DEBUG is not set | 655 | # CONFIG_SCSI_DEBUG is not set |
656 | # CONFIG_SCSI_PMCRAID is not set | ||
647 | # CONFIG_SCSI_SRP is not set | 657 | # CONFIG_SCSI_SRP is not set |
658 | # CONFIG_SCSI_BFA_FC is not set | ||
648 | # CONFIG_SCSI_DH is not set | 659 | # CONFIG_SCSI_DH is not set |
649 | # CONFIG_SCSI_OSD_INITIATOR is not set | 660 | # CONFIG_SCSI_OSD_INITIATOR is not set |
650 | CONFIG_ATA=y | 661 | CONFIG_ATA=y |
651 | # CONFIG_ATA_NONSTANDARD is not set | 662 | # CONFIG_ATA_NONSTANDARD is not set |
663 | CONFIG_ATA_VERBOSE_ERROR=y | ||
652 | CONFIG_SATA_PMP=y | 664 | CONFIG_SATA_PMP=y |
653 | # CONFIG_SATA_AHCI is not set | 665 | # CONFIG_SATA_AHCI is not set |
654 | # CONFIG_SATA_SIL24 is not set | 666 | # CONFIG_SATA_SIL24 is not set |
@@ -671,6 +683,7 @@ CONFIG_ATA_SFF=y | |||
671 | # CONFIG_PATA_ALI is not set | 683 | # CONFIG_PATA_ALI is not set |
672 | # CONFIG_PATA_AMD is not set | 684 | # CONFIG_PATA_AMD is not set |
673 | # CONFIG_PATA_ARTOP is not set | 685 | # CONFIG_PATA_ARTOP is not set |
686 | # CONFIG_PATA_ATP867X is not set | ||
674 | # CONFIG_PATA_ATIIXP is not set | 687 | # CONFIG_PATA_ATIIXP is not set |
675 | # CONFIG_PATA_CMD640_PCI is not set | 688 | # CONFIG_PATA_CMD640_PCI is not set |
676 | # CONFIG_PATA_CMD64X is not set | 689 | # CONFIG_PATA_CMD64X is not set |
@@ -698,6 +711,7 @@ CONFIG_ATA_SFF=y | |||
698 | # CONFIG_PATA_OPTIDMA is not set | 711 | # CONFIG_PATA_OPTIDMA is not set |
699 | # CONFIG_PATA_PDC_OLD is not set | 712 | # CONFIG_PATA_PDC_OLD is not set |
700 | # CONFIG_PATA_RADISYS is not set | 713 | # CONFIG_PATA_RADISYS is not set |
714 | # CONFIG_PATA_RDC is not set | ||
701 | # CONFIG_PATA_RZ1000 is not set | 715 | # CONFIG_PATA_RZ1000 is not set |
702 | # CONFIG_PATA_SC1200 is not set | 716 | # CONFIG_PATA_SC1200 is not set |
703 | # CONFIG_PATA_SERVERWORKS is not set | 717 | # CONFIG_PATA_SERVERWORKS is not set |
@@ -802,9 +816,11 @@ CONFIG_E100=y | |||
802 | # CONFIG_TLAN is not set | 816 | # CONFIG_TLAN is not set |
803 | # CONFIG_KS8842 is not set | 817 | # CONFIG_KS8842 is not set |
804 | # CONFIG_KS8851 is not set | 818 | # CONFIG_KS8851 is not set |
819 | # CONFIG_KS8851_MLL is not set | ||
805 | # CONFIG_VIA_RHINE is not set | 820 | # CONFIG_VIA_RHINE is not set |
806 | # CONFIG_SC92031 is not set | 821 | # CONFIG_SC92031 is not set |
807 | # CONFIG_ATL2 is not set | 822 | # CONFIG_ATL2 is not set |
823 | # CONFIG_XILINX_EMACLITE is not set | ||
808 | CONFIG_NETDEV_1000=y | 824 | CONFIG_NETDEV_1000=y |
809 | # CONFIG_ACENIC is not set | 825 | # CONFIG_ACENIC is not set |
810 | # CONFIG_DL2K is not set | 826 | # CONFIG_DL2K is not set |
@@ -852,10 +868,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
852 | # CONFIG_SFC is not set | 868 | # CONFIG_SFC is not set |
853 | # CONFIG_BE2NET is not set | 869 | # CONFIG_BE2NET is not set |
854 | # CONFIG_TR is not set | 870 | # CONFIG_TR is not set |
855 | 871 | CONFIG_WLAN=y | |
856 | # | ||
857 | # Wireless LAN | ||
858 | # | ||
859 | # CONFIG_WLAN_PRE80211 is not set | 872 | # CONFIG_WLAN_PRE80211 is not set |
860 | # CONFIG_WLAN_80211 is not set | 873 | # CONFIG_WLAN_80211 is not set |
861 | 874 | ||
@@ -957,6 +970,7 @@ CONFIG_HW_RANDOM=y | |||
957 | CONFIG_DEVPORT=y | 970 | CONFIG_DEVPORT=y |
958 | CONFIG_I2C=y | 971 | CONFIG_I2C=y |
959 | CONFIG_I2C_BOARDINFO=y | 972 | CONFIG_I2C_BOARDINFO=y |
973 | CONFIG_I2C_COMPAT=y | ||
960 | CONFIG_I2C_CHARDEV=y | 974 | CONFIG_I2C_CHARDEV=y |
961 | CONFIG_I2C_HELPER_AUTO=y | 975 | CONFIG_I2C_HELPER_AUTO=y |
962 | 976 | ||
@@ -1011,9 +1025,6 @@ CONFIG_I2C_MPC=y | |||
1011 | # Miscellaneous I2C Chip support | 1025 | # Miscellaneous I2C Chip support |
1012 | # | 1026 | # |
1013 | # CONFIG_DS1682 is not set | 1027 | # CONFIG_DS1682 is not set |
1014 | # CONFIG_SENSORS_PCF8574 is not set | ||
1015 | # CONFIG_PCF8575 is not set | ||
1016 | # CONFIG_SENSORS_PCA9539 is not set | ||
1017 | # CONFIG_SENSORS_TSL2550 is not set | 1028 | # CONFIG_SENSORS_TSL2550 is not set |
1018 | # CONFIG_I2C_DEBUG_CORE is not set | 1029 | # CONFIG_I2C_DEBUG_CORE is not set |
1019 | # CONFIG_I2C_DEBUG_ALGO is not set | 1030 | # CONFIG_I2C_DEBUG_ALGO is not set |
@@ -1045,6 +1056,11 @@ CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | |||
1045 | # CONFIG_POWER_SUPPLY is not set | 1056 | # CONFIG_POWER_SUPPLY is not set |
1046 | CONFIG_HWMON=y | 1057 | CONFIG_HWMON=y |
1047 | # CONFIG_HWMON_VID is not set | 1058 | # CONFIG_HWMON_VID is not set |
1059 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
1060 | |||
1061 | # | ||
1062 | # Native drivers | ||
1063 | # | ||
1048 | # CONFIG_SENSORS_AD7414 is not set | 1064 | # CONFIG_SENSORS_AD7414 is not set |
1049 | # CONFIG_SENSORS_AD7418 is not set | 1065 | # CONFIG_SENSORS_AD7418 is not set |
1050 | # CONFIG_SENSORS_ADCXX is not set | 1066 | # CONFIG_SENSORS_ADCXX is not set |
@@ -1097,6 +1113,7 @@ CONFIG_HWMON=y | |||
1097 | # CONFIG_SENSORS_ADS7828 is not set | 1113 | # CONFIG_SENSORS_ADS7828 is not set |
1098 | # CONFIG_SENSORS_THMC50 is not set | 1114 | # CONFIG_SENSORS_THMC50 is not set |
1099 | # CONFIG_SENSORS_TMP401 is not set | 1115 | # CONFIG_SENSORS_TMP401 is not set |
1116 | # CONFIG_SENSORS_TMP421 is not set | ||
1100 | # CONFIG_SENSORS_VIA686A is not set | 1117 | # CONFIG_SENSORS_VIA686A is not set |
1101 | # CONFIG_SENSORS_VT1211 is not set | 1118 | # CONFIG_SENSORS_VT1211 is not set |
1102 | # CONFIG_SENSORS_VT8231 is not set | 1119 | # CONFIG_SENSORS_VT8231 is not set |
@@ -1109,9 +1126,7 @@ CONFIG_HWMON=y | |||
1109 | # CONFIG_SENSORS_W83627HF is not set | 1126 | # CONFIG_SENSORS_W83627HF is not set |
1110 | # CONFIG_SENSORS_W83627EHF is not set | 1127 | # CONFIG_SENSORS_W83627EHF is not set |
1111 | # CONFIG_SENSORS_LIS3_SPI is not set | 1128 | # CONFIG_SENSORS_LIS3_SPI is not set |
1112 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
1113 | # CONFIG_THERMAL is not set | 1129 | # CONFIG_THERMAL is not set |
1114 | # CONFIG_THERMAL_HWMON is not set | ||
1115 | CONFIG_WATCHDOG=y | 1130 | CONFIG_WATCHDOG=y |
1116 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 1131 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
1117 | 1132 | ||
@@ -1149,8 +1164,10 @@ CONFIG_SSB_POSSIBLE=y | |||
1149 | # CONFIG_MFD_TMIO is not set | 1164 | # CONFIG_MFD_TMIO is not set |
1150 | # CONFIG_PMIC_DA903X is not set | 1165 | # CONFIG_PMIC_DA903X is not set |
1151 | # CONFIG_MFD_WM8400 is not set | 1166 | # CONFIG_MFD_WM8400 is not set |
1167 | # CONFIG_MFD_WM831X is not set | ||
1152 | # CONFIG_MFD_WM8350_I2C is not set | 1168 | # CONFIG_MFD_WM8350_I2C is not set |
1153 | # CONFIG_MFD_PCF50633 is not set | 1169 | # CONFIG_MFD_PCF50633 is not set |
1170 | # CONFIG_MFD_MC13783 is not set | ||
1154 | # CONFIG_AB3100_CORE is not set | 1171 | # CONFIG_AB3100_CORE is not set |
1155 | # CONFIG_EZX_PCAP is not set | 1172 | # CONFIG_EZX_PCAP is not set |
1156 | # CONFIG_REGULATOR is not set | 1173 | # CONFIG_REGULATOR is not set |
@@ -1160,6 +1177,7 @@ CONFIG_SSB_POSSIBLE=y | |||
1160 | # Graphics support | 1177 | # Graphics support |
1161 | # | 1178 | # |
1162 | # CONFIG_AGP is not set | 1179 | # CONFIG_AGP is not set |
1180 | CONFIG_VGA_ARB=y | ||
1163 | # CONFIG_DRM is not set | 1181 | # CONFIG_DRM is not set |
1164 | # CONFIG_VGASTATE is not set | 1182 | # CONFIG_VGASTATE is not set |
1165 | CONFIG_VIDEO_OUTPUT_CONTROL=m | 1183 | CONFIG_VIDEO_OUTPUT_CONTROL=m |
@@ -1173,7 +1191,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
1173 | # CONFIG_SOUND is not set | 1191 | # CONFIG_SOUND is not set |
1174 | CONFIG_HID_SUPPORT=y | 1192 | CONFIG_HID_SUPPORT=y |
1175 | CONFIG_HID=y | 1193 | CONFIG_HID=y |
1176 | # CONFIG_HID_DEBUG is not set | ||
1177 | # CONFIG_HIDRAW is not set | 1194 | # CONFIG_HIDRAW is not set |
1178 | 1195 | ||
1179 | # | 1196 | # |
@@ -1225,6 +1242,7 @@ CONFIG_USB_EHCI_HCD_PPC_OF=y | |||
1225 | # CONFIG_USB_OXU210HP_HCD is not set | 1242 | # CONFIG_USB_OXU210HP_HCD is not set |
1226 | # CONFIG_USB_ISP116X_HCD is not set | 1243 | # CONFIG_USB_ISP116X_HCD is not set |
1227 | # CONFIG_USB_ISP1760_HCD is not set | 1244 | # CONFIG_USB_ISP1760_HCD is not set |
1245 | # CONFIG_USB_ISP1362_HCD is not set | ||
1228 | CONFIG_USB_OHCI_HCD=y | 1246 | CONFIG_USB_OHCI_HCD=y |
1229 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | 1247 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y |
1230 | # CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set | 1248 | # CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set |
@@ -1316,6 +1334,7 @@ CONFIG_USB_GADGET_SELECTED=y | |||
1316 | # CONFIG_USB_GADGET_LH7A40X is not set | 1334 | # CONFIG_USB_GADGET_LH7A40X is not set |
1317 | # CONFIG_USB_GADGET_OMAP is not set | 1335 | # CONFIG_USB_GADGET_OMAP is not set |
1318 | # CONFIG_USB_GADGET_PXA25X is not set | 1336 | # CONFIG_USB_GADGET_PXA25X is not set |
1337 | # CONFIG_USB_GADGET_R8A66597 is not set | ||
1319 | # CONFIG_USB_GADGET_PXA27X is not set | 1338 | # CONFIG_USB_GADGET_PXA27X is not set |
1320 | # CONFIG_USB_GADGET_S3C_HSOTG is not set | 1339 | # CONFIG_USB_GADGET_S3C_HSOTG is not set |
1321 | # CONFIG_USB_GADGET_IMX is not set | 1340 | # CONFIG_USB_GADGET_IMX is not set |
@@ -1334,6 +1353,7 @@ CONFIG_USB_GADGET_DUALSPEED=y | |||
1334 | # CONFIG_USB_AUDIO is not set | 1353 | # CONFIG_USB_AUDIO is not set |
1335 | CONFIG_USB_ETH=y | 1354 | CONFIG_USB_ETH=y |
1336 | CONFIG_USB_ETH_RNDIS=y | 1355 | CONFIG_USB_ETH_RNDIS=y |
1356 | # CONFIG_USB_ETH_EEM is not set | ||
1337 | # CONFIG_USB_GADGETFS is not set | 1357 | # CONFIG_USB_GADGETFS is not set |
1338 | # CONFIG_USB_FILE_STORAGE is not set | 1358 | # CONFIG_USB_FILE_STORAGE is not set |
1339 | # CONFIG_USB_G_SERIAL is not set | 1359 | # CONFIG_USB_G_SERIAL is not set |
@@ -1395,6 +1415,7 @@ CONFIG_RTC_DRV_DS1307=y | |||
1395 | # CONFIG_RTC_DRV_R9701 is not set | 1415 | # CONFIG_RTC_DRV_R9701 is not set |
1396 | # CONFIG_RTC_DRV_RS5C348 is not set | 1416 | # CONFIG_RTC_DRV_RS5C348 is not set |
1397 | # CONFIG_RTC_DRV_DS3234 is not set | 1417 | # CONFIG_RTC_DRV_DS3234 is not set |
1418 | # CONFIG_RTC_DRV_PCF2123 is not set | ||
1398 | 1419 | ||
1399 | # | 1420 | # |
1400 | # Platform RTC drivers | 1421 | # Platform RTC drivers |
@@ -1445,6 +1466,7 @@ CONFIG_FS_MBCACHE=y | |||
1445 | # CONFIG_GFS2_FS is not set | 1466 | # CONFIG_GFS2_FS is not set |
1446 | # CONFIG_OCFS2_FS is not set | 1467 | # CONFIG_OCFS2_FS is not set |
1447 | # CONFIG_BTRFS_FS is not set | 1468 | # CONFIG_BTRFS_FS is not set |
1469 | # CONFIG_NILFS2_FS is not set | ||
1448 | CONFIG_FILE_LOCKING=y | 1470 | CONFIG_FILE_LOCKING=y |
1449 | CONFIG_FSNOTIFY=y | 1471 | CONFIG_FSNOTIFY=y |
1450 | CONFIG_DNOTIFY=y | 1472 | CONFIG_DNOTIFY=y |
@@ -1514,7 +1536,6 @@ CONFIG_JFFS2_RTIME=y | |||
1514 | # CONFIG_ROMFS_FS is not set | 1536 | # CONFIG_ROMFS_FS is not set |
1515 | # CONFIG_SYSV_FS is not set | 1537 | # CONFIG_SYSV_FS is not set |
1516 | # CONFIG_UFS_FS is not set | 1538 | # CONFIG_UFS_FS is not set |
1517 | # CONFIG_NILFS2_FS is not set | ||
1518 | CONFIG_NETWORK_FILESYSTEMS=y | 1539 | CONFIG_NETWORK_FILESYSTEMS=y |
1519 | CONFIG_NFS_FS=y | 1540 | CONFIG_NFS_FS=y |
1520 | CONFIG_NFS_V3=y | 1541 | CONFIG_NFS_V3=y |
@@ -1630,6 +1651,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y | |||
1630 | CONFIG_ENABLE_MUST_CHECK=y | 1651 | CONFIG_ENABLE_MUST_CHECK=y |
1631 | CONFIG_FRAME_WARN=1024 | 1652 | CONFIG_FRAME_WARN=1024 |
1632 | # CONFIG_MAGIC_SYSRQ is not set | 1653 | # CONFIG_MAGIC_SYSRQ is not set |
1654 | # CONFIG_STRIP_ASM_SYMS is not set | ||
1633 | # CONFIG_UNUSED_SYMBOLS is not set | 1655 | # CONFIG_UNUSED_SYMBOLS is not set |
1634 | # CONFIG_DEBUG_FS is not set | 1656 | # CONFIG_DEBUG_FS is not set |
1635 | # CONFIG_HEADERS_CHECK is not set | 1657 | # CONFIG_HEADERS_CHECK is not set |
@@ -1647,6 +1669,7 @@ CONFIG_SCHED_DEBUG=y | |||
1647 | # CONFIG_DEBUG_OBJECTS is not set | 1669 | # CONFIG_DEBUG_OBJECTS is not set |
1648 | # CONFIG_SLUB_DEBUG_ON is not set | 1670 | # CONFIG_SLUB_DEBUG_ON is not set |
1649 | # CONFIG_SLUB_STATS is not set | 1671 | # CONFIG_SLUB_STATS is not set |
1672 | # CONFIG_DEBUG_KMEMLEAK is not set | ||
1650 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1673 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1651 | # CONFIG_RT_MUTEX_TESTER is not set | 1674 | # CONFIG_RT_MUTEX_TESTER is not set |
1652 | # CONFIG_DEBUG_SPINLOCK is not set | 1675 | # CONFIG_DEBUG_SPINLOCK is not set |
@@ -1665,10 +1688,12 @@ CONFIG_SCHED_DEBUG=y | |||
1665 | # CONFIG_DEBUG_LIST is not set | 1688 | # CONFIG_DEBUG_LIST is not set |
1666 | # CONFIG_DEBUG_SG is not set | 1689 | # CONFIG_DEBUG_SG is not set |
1667 | # CONFIG_DEBUG_NOTIFIERS is not set | 1690 | # CONFIG_DEBUG_NOTIFIERS is not set |
1691 | # CONFIG_DEBUG_CREDENTIALS is not set | ||
1668 | # CONFIG_RCU_TORTURE_TEST is not set | 1692 | # CONFIG_RCU_TORTURE_TEST is not set |
1669 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 1693 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
1670 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1694 | # CONFIG_BACKTRACE_SELF_TEST is not set |
1671 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | 1695 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set |
1696 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | ||
1672 | # CONFIG_FAULT_INJECTION is not set | 1697 | # CONFIG_FAULT_INJECTION is not set |
1673 | # CONFIG_LATENCYTOP is not set | 1698 | # CONFIG_LATENCYTOP is not set |
1674 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1699 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
@@ -1691,10 +1716,10 @@ CONFIG_BRANCH_PROFILE_NONE=y | |||
1691 | # CONFIG_KMEMTRACE is not set | 1716 | # CONFIG_KMEMTRACE is not set |
1692 | # CONFIG_WORKQUEUE_TRACER is not set | 1717 | # CONFIG_WORKQUEUE_TRACER is not set |
1693 | # CONFIG_BLK_DEV_IO_TRACE is not set | 1718 | # CONFIG_BLK_DEV_IO_TRACE is not set |
1719 | # CONFIG_DMA_API_DEBUG is not set | ||
1694 | # CONFIG_SAMPLES is not set | 1720 | # CONFIG_SAMPLES is not set |
1695 | CONFIG_HAVE_ARCH_KGDB=y | 1721 | CONFIG_HAVE_ARCH_KGDB=y |
1696 | # CONFIG_KGDB is not set | 1722 | # CONFIG_KGDB is not set |
1697 | # CONFIG_KMEMCHECK is not set | ||
1698 | # CONFIG_PPC_DISABLE_WERROR is not set | 1723 | # CONFIG_PPC_DISABLE_WERROR is not set |
1699 | CONFIG_PPC_WERROR=y | 1724 | CONFIG_PPC_WERROR=y |
1700 | CONFIG_PRINT_STACK_DEPTH=64 | 1725 | CONFIG_PRINT_STACK_DEPTH=64 |
@@ -1721,7 +1746,6 @@ CONFIG_CRYPTO=y | |||
1721 | # | 1746 | # |
1722 | # Crypto core or helper | 1747 | # Crypto core or helper |
1723 | # | 1748 | # |
1724 | # CONFIG_CRYPTO_FIPS is not set | ||
1725 | CONFIG_CRYPTO_ALGAPI=y | 1749 | CONFIG_CRYPTO_ALGAPI=y |
1726 | CONFIG_CRYPTO_ALGAPI2=y | 1750 | CONFIG_CRYPTO_ALGAPI2=y |
1727 | CONFIG_CRYPTO_AEAD2=y | 1751 | CONFIG_CRYPTO_AEAD2=y |
@@ -1763,11 +1787,13 @@ CONFIG_CRYPTO_PCBC=m | |||
1763 | # | 1787 | # |
1764 | # CONFIG_CRYPTO_HMAC is not set | 1788 | # CONFIG_CRYPTO_HMAC is not set |
1765 | # CONFIG_CRYPTO_XCBC is not set | 1789 | # CONFIG_CRYPTO_XCBC is not set |
1790 | # CONFIG_CRYPTO_VMAC is not set | ||
1766 | 1791 | ||
1767 | # | 1792 | # |
1768 | # Digest | 1793 | # Digest |
1769 | # | 1794 | # |
1770 | # CONFIG_CRYPTO_CRC32C is not set | 1795 | # CONFIG_CRYPTO_CRC32C is not set |
1796 | # CONFIG_CRYPTO_GHASH is not set | ||
1771 | # CONFIG_CRYPTO_MD4 is not set | 1797 | # CONFIG_CRYPTO_MD4 is not set |
1772 | CONFIG_CRYPTO_MD5=y | 1798 | CONFIG_CRYPTO_MD5=y |
1773 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1799 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |