diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-01-29 00:52:27 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2010-01-29 00:52:27 -0500 |
commit | e90c52e03b07a77675aa1584141846d3c221ea67 (patch) | |
tree | 8532f049e43c2ab8436f9d78d3be91d3bbaec5ca /arch/powerpc/configs/44x/canyonlands_defconfig | |
parent | d234b3c36ff600b2a51cff74c9263cba5b2c24ee (diff) | |
parent | 02ea22896a66026f70ecee43527b15f9ca21b116 (diff) |
Merge commit 'jwb/merge' into merge
Diffstat (limited to 'arch/powerpc/configs/44x/canyonlands_defconfig')
-rw-r--r-- | arch/powerpc/configs/44x/canyonlands_defconfig | 141 |
1 files changed, 102 insertions, 39 deletions
diff --git a/arch/powerpc/configs/44x/canyonlands_defconfig b/arch/powerpc/configs/44x/canyonlands_defconfig index b312b166be66..4ef8bcab61f8 100644 --- a/arch/powerpc/configs/44x/canyonlands_defconfig +++ b/arch/powerpc/configs/44x/canyonlands_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.33-rc1 |
4 | # Wed Jul 29 17:27:20 2009 | 4 | # Mon Jan 4 14:12:20 2010 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -20,6 +20,7 @@ CONFIG_BOOKE=y | |||
20 | CONFIG_PTE_64BIT=y | 20 | CONFIG_PTE_64BIT=y |
21 | CONFIG_PHYS_64BIT=y | 21 | CONFIG_PHYS_64BIT=y |
22 | CONFIG_PPC_MMU_NOHASH=y | 22 | CONFIG_PPC_MMU_NOHASH=y |
23 | CONFIG_PPC_MMU_NOHASH_32=y | ||
23 | # CONFIG_PPC_MM_SLICES is not set | 24 | # CONFIG_PPC_MM_SLICES is not set |
24 | CONFIG_NOT_COHERENT_CACHE=y | 25 | CONFIG_NOT_COHERENT_CACHE=y |
25 | CONFIG_PPC32=y | 26 | CONFIG_PPC32=y |
@@ -33,7 +34,9 @@ CONFIG_GENERIC_CLOCKEVENTS=y | |||
33 | CONFIG_GENERIC_HARDIRQS=y | 34 | CONFIG_GENERIC_HARDIRQS=y |
34 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | 35 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y |
35 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 36 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
37 | # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set | ||
36 | CONFIG_IRQ_PER_CPU=y | 38 | CONFIG_IRQ_PER_CPU=y |
39 | CONFIG_NR_IRQS=512 | ||
37 | CONFIG_STACKTRACE_SUPPORT=y | 40 | CONFIG_STACKTRACE_SUPPORT=y |
38 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | 41 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y |
39 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 42 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
@@ -56,6 +59,7 @@ CONFIG_AUDIT_ARCH=y | |||
56 | CONFIG_GENERIC_BUG=y | 59 | CONFIG_GENERIC_BUG=y |
57 | CONFIG_DTC=y | 60 | CONFIG_DTC=y |
58 | # CONFIG_DEFAULT_UIMAGE is not set | 61 | # CONFIG_DEFAULT_UIMAGE is not set |
62 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
59 | CONFIG_PPC_DCR_NATIVE=y | 63 | CONFIG_PPC_DCR_NATIVE=y |
60 | # CONFIG_PPC_DCR_MMIO is not set | 64 | # CONFIG_PPC_DCR_MMIO is not set |
61 | CONFIG_PPC_DCR=y | 65 | CONFIG_PPC_DCR=y |
@@ -83,11 +87,13 @@ CONFIG_POSIX_MQUEUE_SYSCTL=y | |||
83 | # | 87 | # |
84 | # RCU Subsystem | 88 | # RCU Subsystem |
85 | # | 89 | # |
86 | CONFIG_CLASSIC_RCU=y | 90 | CONFIG_TREE_RCU=y |
87 | # CONFIG_TREE_RCU is not set | 91 | # CONFIG_TREE_PREEMPT_RCU is not set |
88 | # CONFIG_PREEMPT_RCU is not set | 92 | # CONFIG_TINY_RCU is not set |
93 | # CONFIG_RCU_TRACE is not set | ||
94 | CONFIG_RCU_FANOUT=32 | ||
95 | # CONFIG_RCU_FANOUT_EXACT is not set | ||
89 | # CONFIG_TREE_RCU_TRACE is not set | 96 | # CONFIG_TREE_RCU_TRACE is not set |
90 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
91 | # CONFIG_IKCONFIG is not set | 97 | # CONFIG_IKCONFIG is not set |
92 | CONFIG_LOG_BUF_SHIFT=14 | 98 | CONFIG_LOG_BUF_SHIFT=14 |
93 | # CONFIG_GROUP_SCHED is not set | 99 | # CONFIG_GROUP_SCHED is not set |
@@ -121,22 +127,21 @@ CONFIG_TIMERFD=y | |||
121 | CONFIG_EVENTFD=y | 127 | CONFIG_EVENTFD=y |
122 | CONFIG_SHMEM=y | 128 | CONFIG_SHMEM=y |
123 | CONFIG_AIO=y | 129 | CONFIG_AIO=y |
124 | CONFIG_HAVE_PERF_COUNTERS=y | 130 | CONFIG_HAVE_PERF_EVENTS=y |
125 | 131 | ||
126 | # | 132 | # |
127 | # Performance Counters | 133 | # Kernel Performance Events And Counters |
128 | # | 134 | # |
135 | # CONFIG_PERF_EVENTS is not set | ||
129 | # CONFIG_PERF_COUNTERS is not set | 136 | # CONFIG_PERF_COUNTERS is not set |
130 | CONFIG_VM_EVENT_COUNTERS=y | 137 | CONFIG_VM_EVENT_COUNTERS=y |
131 | CONFIG_PCI_QUIRKS=y | 138 | CONFIG_PCI_QUIRKS=y |
132 | CONFIG_SLUB_DEBUG=y | 139 | CONFIG_SLUB_DEBUG=y |
133 | # CONFIG_STRIP_ASM_SYMS is not set | ||
134 | CONFIG_COMPAT_BRK=y | 140 | CONFIG_COMPAT_BRK=y |
135 | # CONFIG_SLAB is not set | 141 | # CONFIG_SLAB is not set |
136 | CONFIG_SLUB=y | 142 | CONFIG_SLUB=y |
137 | # CONFIG_SLOB is not set | 143 | # CONFIG_SLOB is not set |
138 | # CONFIG_PROFILING is not set | 144 | # CONFIG_PROFILING is not set |
139 | # CONFIG_MARKERS is not set | ||
140 | CONFIG_HAVE_OPROFILE=y | 145 | CONFIG_HAVE_OPROFILE=y |
141 | # CONFIG_KPROBES is not set | 146 | # CONFIG_KPROBES is not set |
142 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | 147 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y |
@@ -144,6 +149,8 @@ CONFIG_HAVE_IOREMAP_PROT=y | |||
144 | CONFIG_HAVE_KPROBES=y | 149 | CONFIG_HAVE_KPROBES=y |
145 | CONFIG_HAVE_KRETPROBES=y | 150 | CONFIG_HAVE_KRETPROBES=y |
146 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 151 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
152 | CONFIG_HAVE_DMA_ATTRS=y | ||
153 | CONFIG_HAVE_DMA_API_DEBUG=y | ||
147 | 154 | ||
148 | # | 155 | # |
149 | # GCOV-based kernel profiling | 156 | # GCOV-based kernel profiling |
@@ -169,14 +176,41 @@ CONFIG_LBDAF=y | |||
169 | # IO Schedulers | 176 | # IO Schedulers |
170 | # | 177 | # |
171 | CONFIG_IOSCHED_NOOP=y | 178 | CONFIG_IOSCHED_NOOP=y |
172 | CONFIG_IOSCHED_AS=y | ||
173 | CONFIG_IOSCHED_DEADLINE=y | 179 | CONFIG_IOSCHED_DEADLINE=y |
174 | CONFIG_IOSCHED_CFQ=y | 180 | CONFIG_IOSCHED_CFQ=y |
175 | CONFIG_DEFAULT_AS=y | ||
176 | # CONFIG_DEFAULT_DEADLINE is not set | 181 | # CONFIG_DEFAULT_DEADLINE is not set |
177 | # CONFIG_DEFAULT_CFQ is not set | 182 | CONFIG_DEFAULT_CFQ=y |
178 | # CONFIG_DEFAULT_NOOP is not set | 183 | # CONFIG_DEFAULT_NOOP is not set |
179 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 184 | CONFIG_DEFAULT_IOSCHED="cfq" |
185 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
186 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
187 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
188 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
189 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
190 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
191 | CONFIG_INLINE_SPIN_UNLOCK=y | ||
192 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
193 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y | ||
194 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
195 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
196 | # CONFIG_INLINE_READ_LOCK is not set | ||
197 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
198 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
199 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
200 | CONFIG_INLINE_READ_UNLOCK=y | ||
201 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
202 | CONFIG_INLINE_READ_UNLOCK_IRQ=y | ||
203 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
204 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
205 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
206 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
207 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
208 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
209 | CONFIG_INLINE_WRITE_UNLOCK=y | ||
210 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
211 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y | ||
212 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
213 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
180 | # CONFIG_FREEZER is not set | 214 | # CONFIG_FREEZER is not set |
181 | CONFIG_PPC4xx_PCI_EXPRESS=y | 215 | CONFIG_PPC4xx_PCI_EXPRESS=y |
182 | 216 | ||
@@ -198,6 +232,7 @@ CONFIG_PPC4xx_PCI_EXPRESS=y | |||
198 | CONFIG_CANYONLANDS=y | 232 | CONFIG_CANYONLANDS=y |
199 | # CONFIG_GLACIER is not set | 233 | # CONFIG_GLACIER is not set |
200 | # CONFIG_REDWOOD is not set | 234 | # CONFIG_REDWOOD is not set |
235 | # CONFIG_EIGER is not set | ||
201 | # CONFIG_YOSEMITE is not set | 236 | # CONFIG_YOSEMITE is not set |
202 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | 237 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set |
203 | CONFIG_PPC44x_SIMPLE=y | 238 | CONFIG_PPC44x_SIMPLE=y |
@@ -241,10 +276,11 @@ CONFIG_BINFMT_ELF=y | |||
241 | # CONFIG_MATH_EMULATION is not set | 276 | # CONFIG_MATH_EMULATION is not set |
242 | # CONFIG_IOMMU_HELPER is not set | 277 | # CONFIG_IOMMU_HELPER is not set |
243 | # CONFIG_SWIOTLB is not set | 278 | # CONFIG_SWIOTLB is not set |
244 | CONFIG_PPC_NEED_DMA_SYNC_OPS=y | ||
245 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 279 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
246 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 280 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
247 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 281 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
282 | CONFIG_SPARSE_IRQ=y | ||
283 | CONFIG_MAX_ACTIVE_REGIONS=32 | ||
248 | CONFIG_ARCH_FLATMEM_ENABLE=y | 284 | CONFIG_ARCH_FLATMEM_ENABLE=y |
249 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 285 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
250 | CONFIG_SELECT_MEMORY_MODEL=y | 286 | CONFIG_SELECT_MEMORY_MODEL=y |
@@ -260,8 +296,7 @@ CONFIG_PHYS_ADDR_T_64BIT=y | |||
260 | CONFIG_ZONE_DMA_FLAG=1 | 296 | CONFIG_ZONE_DMA_FLAG=1 |
261 | CONFIG_BOUNCE=y | 297 | CONFIG_BOUNCE=y |
262 | CONFIG_VIRT_TO_BUS=y | 298 | CONFIG_VIRT_TO_BUS=y |
263 | CONFIG_HAVE_MLOCK=y | 299 | # CONFIG_KSM is not set |
264 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
265 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | 300 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 |
266 | CONFIG_STDBINUTILS=y | 301 | CONFIG_STDBINUTILS=y |
267 | CONFIG_PPC_4K_PAGES=y | 302 | CONFIG_PPC_4K_PAGES=y |
@@ -352,6 +387,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
352 | # CONFIG_NETFILTER is not set | 387 | # CONFIG_NETFILTER is not set |
353 | # CONFIG_IP_DCCP is not set | 388 | # CONFIG_IP_DCCP is not set |
354 | # CONFIG_IP_SCTP is not set | 389 | # CONFIG_IP_SCTP is not set |
390 | # CONFIG_RDS is not set | ||
355 | # CONFIG_TIPC is not set | 391 | # CONFIG_TIPC is not set |
356 | # CONFIG_ATM is not set | 392 | # CONFIG_ATM is not set |
357 | # CONFIG_BRIDGE is not set | 393 | # CONFIG_BRIDGE is not set |
@@ -379,7 +415,13 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
379 | # CONFIG_IRDA is not set | 415 | # CONFIG_IRDA is not set |
380 | # CONFIG_BT is not set | 416 | # CONFIG_BT is not set |
381 | # CONFIG_AF_RXRPC is not set | 417 | # CONFIG_AF_RXRPC is not set |
382 | # CONFIG_WIRELESS is not set | 418 | CONFIG_WIRELESS=y |
419 | # CONFIG_CFG80211 is not set | ||
420 | # CONFIG_LIB80211 is not set | ||
421 | |||
422 | # | ||
423 | # CFG80211 needs to be enabled for MAC80211 | ||
424 | # | ||
383 | # CONFIG_WIMAX is not set | 425 | # CONFIG_WIMAX is not set |
384 | # CONFIG_RFKILL is not set | 426 | # CONFIG_RFKILL is not set |
385 | # CONFIG_NET_9P is not set | 427 | # CONFIG_NET_9P is not set |
@@ -392,6 +434,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
392 | # Generic Driver Options | 434 | # Generic Driver Options |
393 | # | 435 | # |
394 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 436 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
437 | # CONFIG_DEVTMPFS is not set | ||
395 | CONFIG_STANDALONE=y | 438 | CONFIG_STANDALONE=y |
396 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 439 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
397 | CONFIG_FW_LOADER=y | 440 | CONFIG_FW_LOADER=y |
@@ -404,9 +447,9 @@ CONFIG_CONNECTOR=y | |||
404 | CONFIG_PROC_EVENTS=y | 447 | CONFIG_PROC_EVENTS=y |
405 | CONFIG_MTD=y | 448 | CONFIG_MTD=y |
406 | # CONFIG_MTD_DEBUG is not set | 449 | # CONFIG_MTD_DEBUG is not set |
450 | # CONFIG_MTD_TESTS is not set | ||
407 | # CONFIG_MTD_CONCAT is not set | 451 | # CONFIG_MTD_CONCAT is not set |
408 | CONFIG_MTD_PARTITIONS=y | 452 | CONFIG_MTD_PARTITIONS=y |
409 | # CONFIG_MTD_TESTS is not set | ||
410 | # CONFIG_MTD_REDBOOT_PARTS is not set | 453 | # CONFIG_MTD_REDBOOT_PARTS is not set |
411 | CONFIG_MTD_CMDLINE_PARTS=y | 454 | CONFIG_MTD_CMDLINE_PARTS=y |
412 | CONFIG_MTD_OF_PARTS=y | 455 | CONFIG_MTD_OF_PARTS=y |
@@ -508,6 +551,7 @@ CONFIG_BLK_DEV=y | |||
508 | # CONFIG_BLK_DEV_UMEM is not set | 551 | # CONFIG_BLK_DEV_UMEM is not set |
509 | # CONFIG_BLK_DEV_COW_COMMON is not set | 552 | # CONFIG_BLK_DEV_COW_COMMON is not set |
510 | # CONFIG_BLK_DEV_LOOP is not set | 553 | # CONFIG_BLK_DEV_LOOP is not set |
554 | # CONFIG_BLK_DEV_DRBD is not set | ||
511 | # CONFIG_BLK_DEV_NBD is not set | 555 | # CONFIG_BLK_DEV_NBD is not set |
512 | # CONFIG_BLK_DEV_SX8 is not set | 556 | # CONFIG_BLK_DEV_SX8 is not set |
513 | # CONFIG_BLK_DEV_UB is not set | 557 | # CONFIG_BLK_DEV_UB is not set |
@@ -585,16 +629,18 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
585 | # CONFIG_NET_PCI is not set | 629 | # CONFIG_NET_PCI is not set |
586 | # CONFIG_B44 is not set | 630 | # CONFIG_B44 is not set |
587 | # CONFIG_KS8842 is not set | 631 | # CONFIG_KS8842 is not set |
632 | # CONFIG_KS8851_MLL is not set | ||
588 | # CONFIG_ATL2 is not set | 633 | # CONFIG_ATL2 is not set |
634 | # CONFIG_XILINX_EMACLITE is not set | ||
589 | # CONFIG_NETDEV_1000 is not set | 635 | # CONFIG_NETDEV_1000 is not set |
590 | # CONFIG_NETDEV_10000 is not set | 636 | # CONFIG_NETDEV_10000 is not set |
591 | # CONFIG_TR is not set | 637 | # CONFIG_TR is not set |
592 | 638 | CONFIG_WLAN=y | |
593 | # | 639 | # CONFIG_AIRO is not set |
594 | # Wireless LAN | 640 | # CONFIG_ATMEL is not set |
595 | # | 641 | # CONFIG_PRISM54 is not set |
596 | # CONFIG_WLAN_PRE80211 is not set | 642 | # CONFIG_USB_ZD1201 is not set |
597 | # CONFIG_WLAN_80211 is not set | 643 | # CONFIG_HOSTAP is not set |
598 | 644 | ||
599 | # | 645 | # |
600 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 646 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -616,6 +662,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
616 | # CONFIG_NETCONSOLE is not set | 662 | # CONFIG_NETCONSOLE is not set |
617 | # CONFIG_NETPOLL is not set | 663 | # CONFIG_NETPOLL is not set |
618 | # CONFIG_NET_POLL_CONTROLLER is not set | 664 | # CONFIG_NET_POLL_CONTROLLER is not set |
665 | # CONFIG_VMXNET3 is not set | ||
619 | # CONFIG_ISDN is not set | 666 | # CONFIG_ISDN is not set |
620 | # CONFIG_PHONE is not set | 667 | # CONFIG_PHONE is not set |
621 | 668 | ||
@@ -661,6 +708,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
661 | # CONFIG_SERIAL_JSM is not set | 708 | # CONFIG_SERIAL_JSM is not set |
662 | CONFIG_SERIAL_OF_PLATFORM=y | 709 | CONFIG_SERIAL_OF_PLATFORM=y |
663 | # CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set | 710 | # CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set |
711 | # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set | ||
664 | CONFIG_UNIX98_PTYS=y | 712 | CONFIG_UNIX98_PTYS=y |
665 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | 713 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set |
666 | CONFIG_LEGACY_PTYS=y | 714 | CONFIG_LEGACY_PTYS=y |
@@ -676,6 +724,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
676 | CONFIG_DEVPORT=y | 724 | CONFIG_DEVPORT=y |
677 | CONFIG_I2C=y | 725 | CONFIG_I2C=y |
678 | CONFIG_I2C_BOARDINFO=y | 726 | CONFIG_I2C_BOARDINFO=y |
727 | CONFIG_I2C_COMPAT=y | ||
679 | CONFIG_I2C_CHARDEV=y | 728 | CONFIG_I2C_CHARDEV=y |
680 | CONFIG_I2C_HELPER_AUTO=y | 729 | CONFIG_I2C_HELPER_AUTO=y |
681 | 730 | ||
@@ -717,11 +766,6 @@ CONFIG_I2C_IBM_IIC=y | |||
717 | # CONFIG_I2C_TINY_USB is not set | 766 | # CONFIG_I2C_TINY_USB is not set |
718 | 767 | ||
719 | # | 768 | # |
720 | # Graphics adapter I2C/DDC channel drivers | ||
721 | # | ||
722 | # CONFIG_I2C_VOODOO3 is not set | ||
723 | |||
724 | # | ||
725 | # Other I2C/SMBus bus drivers | 769 | # Other I2C/SMBus bus drivers |
726 | # | 770 | # |
727 | # CONFIG_I2C_PCA_PLATFORM is not set | 771 | # CONFIG_I2C_PCA_PLATFORM is not set |
@@ -730,10 +774,6 @@ CONFIG_I2C_IBM_IIC=y | |||
730 | # | 774 | # |
731 | # Miscellaneous I2C Chip support | 775 | # Miscellaneous I2C Chip support |
732 | # | 776 | # |
733 | # CONFIG_DS1682 is not set | ||
734 | # CONFIG_SENSORS_PCF8574 is not set | ||
735 | # CONFIG_PCF8575 is not set | ||
736 | # CONFIG_SENSORS_PCA9539 is not set | ||
737 | # CONFIG_SENSORS_TSL2550 is not set | 777 | # CONFIG_SENSORS_TSL2550 is not set |
738 | # CONFIG_I2C_DEBUG_CORE is not set | 778 | # CONFIG_I2C_DEBUG_CORE is not set |
739 | # CONFIG_I2C_DEBUG_ALGO is not set | 779 | # CONFIG_I2C_DEBUG_ALGO is not set |
@@ -751,6 +791,11 @@ CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | |||
751 | # CONFIG_POWER_SUPPLY is not set | 791 | # CONFIG_POWER_SUPPLY is not set |
752 | CONFIG_HWMON=y | 792 | CONFIG_HWMON=y |
753 | # CONFIG_HWMON_VID is not set | 793 | # CONFIG_HWMON_VID is not set |
794 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
795 | |||
796 | # | ||
797 | # Native drivers | ||
798 | # | ||
754 | CONFIG_SENSORS_AD7414=y | 799 | CONFIG_SENSORS_AD7414=y |
755 | # CONFIG_SENSORS_AD7418 is not set | 800 | # CONFIG_SENSORS_AD7418 is not set |
756 | # CONFIG_SENSORS_ADM1021 is not set | 801 | # CONFIG_SENSORS_ADM1021 is not set |
@@ -774,6 +819,7 @@ CONFIG_SENSORS_AD7414=y | |||
774 | # CONFIG_SENSORS_GL520SM is not set | 819 | # CONFIG_SENSORS_GL520SM is not set |
775 | # CONFIG_SENSORS_IT87 is not set | 820 | # CONFIG_SENSORS_IT87 is not set |
776 | # CONFIG_SENSORS_LM63 is not set | 821 | # CONFIG_SENSORS_LM63 is not set |
822 | # CONFIG_SENSORS_LM73 is not set | ||
777 | # CONFIG_SENSORS_LM75 is not set | 823 | # CONFIG_SENSORS_LM75 is not set |
778 | # CONFIG_SENSORS_LM77 is not set | 824 | # CONFIG_SENSORS_LM77 is not set |
779 | # CONFIG_SENSORS_LM78 is not set | 825 | # CONFIG_SENSORS_LM78 is not set |
@@ -800,6 +846,7 @@ CONFIG_SENSORS_AD7414=y | |||
800 | # CONFIG_SENSORS_ADS7828 is not set | 846 | # CONFIG_SENSORS_ADS7828 is not set |
801 | # CONFIG_SENSORS_THMC50 is not set | 847 | # CONFIG_SENSORS_THMC50 is not set |
802 | # CONFIG_SENSORS_TMP401 is not set | 848 | # CONFIG_SENSORS_TMP401 is not set |
849 | # CONFIG_SENSORS_TMP421 is not set | ||
803 | # CONFIG_SENSORS_VIA686A is not set | 850 | # CONFIG_SENSORS_VIA686A is not set |
804 | # CONFIG_SENSORS_VT1211 is not set | 851 | # CONFIG_SENSORS_VT1211 is not set |
805 | # CONFIG_SENSORS_VT8231 is not set | 852 | # CONFIG_SENSORS_VT8231 is not set |
@@ -811,9 +858,7 @@ CONFIG_SENSORS_AD7414=y | |||
811 | # CONFIG_SENSORS_W83L786NG is not set | 858 | # CONFIG_SENSORS_W83L786NG is not set |
812 | # CONFIG_SENSORS_W83627HF is not set | 859 | # CONFIG_SENSORS_W83627HF is not set |
813 | # CONFIG_SENSORS_W83627EHF is not set | 860 | # CONFIG_SENSORS_W83627EHF is not set |
814 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
815 | # CONFIG_THERMAL is not set | 861 | # CONFIG_THERMAL is not set |
816 | # CONFIG_THERMAL_HWMON is not set | ||
817 | # CONFIG_WATCHDOG is not set | 862 | # CONFIG_WATCHDOG is not set |
818 | CONFIG_SSB_POSSIBLE=y | 863 | CONFIG_SSB_POSSIBLE=y |
819 | 864 | ||
@@ -831,10 +876,13 @@ CONFIG_SSB_POSSIBLE=y | |||
831 | # CONFIG_TWL4030_CORE is not set | 876 | # CONFIG_TWL4030_CORE is not set |
832 | # CONFIG_MFD_TMIO is not set | 877 | # CONFIG_MFD_TMIO is not set |
833 | # CONFIG_PMIC_DA903X is not set | 878 | # CONFIG_PMIC_DA903X is not set |
879 | # CONFIG_PMIC_ADP5520 is not set | ||
834 | # CONFIG_MFD_WM8400 is not set | 880 | # CONFIG_MFD_WM8400 is not set |
881 | # CONFIG_MFD_WM831X is not set | ||
835 | # CONFIG_MFD_WM8350_I2C is not set | 882 | # CONFIG_MFD_WM8350_I2C is not set |
836 | # CONFIG_MFD_PCF50633 is not set | 883 | # CONFIG_MFD_PCF50633 is not set |
837 | # CONFIG_AB3100_CORE is not set | 884 | # CONFIG_AB3100_CORE is not set |
885 | # CONFIG_MFD_88PM8607 is not set | ||
838 | # CONFIG_REGULATOR is not set | 886 | # CONFIG_REGULATOR is not set |
839 | # CONFIG_MEDIA_SUPPORT is not set | 887 | # CONFIG_MEDIA_SUPPORT is not set |
840 | 888 | ||
@@ -842,6 +890,7 @@ CONFIG_SSB_POSSIBLE=y | |||
842 | # Graphics support | 890 | # Graphics support |
843 | # | 891 | # |
844 | # CONFIG_AGP is not set | 892 | # CONFIG_AGP is not set |
893 | CONFIG_VGA_ARB=y | ||
845 | # CONFIG_DRM is not set | 894 | # CONFIG_DRM is not set |
846 | # CONFIG_VGASTATE is not set | 895 | # CONFIG_VGASTATE is not set |
847 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | 896 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set |
@@ -882,10 +931,12 @@ CONFIG_USB_MON=y | |||
882 | CONFIG_USB_EHCI_HCD=m | 931 | CONFIG_USB_EHCI_HCD=m |
883 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | 932 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set |
884 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 933 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
934 | # CONFIG_XPS_USB_HCD_XILINX is not set | ||
885 | CONFIG_USB_EHCI_HCD_PPC_OF=y | 935 | CONFIG_USB_EHCI_HCD_PPC_OF=y |
886 | # CONFIG_USB_OXU210HP_HCD is not set | 936 | # CONFIG_USB_OXU210HP_HCD is not set |
887 | # CONFIG_USB_ISP116X_HCD is not set | 937 | # CONFIG_USB_ISP116X_HCD is not set |
888 | # CONFIG_USB_ISP1760_HCD is not set | 938 | # CONFIG_USB_ISP1760_HCD is not set |
939 | # CONFIG_USB_ISP1362_HCD is not set | ||
889 | CONFIG_USB_OHCI_HCD=y | 940 | CONFIG_USB_OHCI_HCD=y |
890 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | 941 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y |
891 | CONFIG_USB_OHCI_HCD_PPC_OF_LE=y | 942 | CONFIG_USB_OHCI_HCD_PPC_OF_LE=y |
@@ -993,6 +1044,7 @@ CONFIG_RTC_INTF_DEV=y | |||
993 | # CONFIG_RTC_DRV_PCF8583 is not set | 1044 | # CONFIG_RTC_DRV_PCF8583 is not set |
994 | CONFIG_RTC_DRV_M41T80=y | 1045 | CONFIG_RTC_DRV_M41T80=y |
995 | # CONFIG_RTC_DRV_M41T80_WDT is not set | 1046 | # CONFIG_RTC_DRV_M41T80_WDT is not set |
1047 | # CONFIG_RTC_DRV_BQ32K is not set | ||
996 | # CONFIG_RTC_DRV_S35390A is not set | 1048 | # CONFIG_RTC_DRV_S35390A is not set |
997 | # CONFIG_RTC_DRV_FM3130 is not set | 1049 | # CONFIG_RTC_DRV_FM3130 is not set |
998 | # CONFIG_RTC_DRV_RX8581 is not set | 1050 | # CONFIG_RTC_DRV_RX8581 is not set |
@@ -1014,7 +1066,9 @@ CONFIG_RTC_DRV_M41T80=y | |||
1014 | # CONFIG_RTC_DRV_M48T86 is not set | 1066 | # CONFIG_RTC_DRV_M48T86 is not set |
1015 | # CONFIG_RTC_DRV_M48T35 is not set | 1067 | # CONFIG_RTC_DRV_M48T35 is not set |
1016 | # CONFIG_RTC_DRV_M48T59 is not set | 1068 | # CONFIG_RTC_DRV_M48T59 is not set |
1069 | # CONFIG_RTC_DRV_MSM6242 is not set | ||
1017 | # CONFIG_RTC_DRV_BQ4802 is not set | 1070 | # CONFIG_RTC_DRV_BQ4802 is not set |
1071 | # CONFIG_RTC_DRV_RP5C01 is not set | ||
1018 | # CONFIG_RTC_DRV_V3020 is not set | 1072 | # CONFIG_RTC_DRV_V3020 is not set |
1019 | 1073 | ||
1020 | # | 1074 | # |
@@ -1038,6 +1092,7 @@ CONFIG_EXT2_FS=y | |||
1038 | # CONFIG_EXT2_FS_XIP is not set | 1092 | # CONFIG_EXT2_FS_XIP is not set |
1039 | # CONFIG_EXT3_FS is not set | 1093 | # CONFIG_EXT3_FS is not set |
1040 | # CONFIG_EXT4_FS is not set | 1094 | # CONFIG_EXT4_FS is not set |
1095 | CONFIG_EXT4_USE_FOR_EXT23=y | ||
1041 | # CONFIG_REISERFS_FS is not set | 1096 | # CONFIG_REISERFS_FS is not set |
1042 | # CONFIG_JFS_FS is not set | 1097 | # CONFIG_JFS_FS is not set |
1043 | # CONFIG_FS_POSIX_ACL is not set | 1098 | # CONFIG_FS_POSIX_ACL is not set |
@@ -1045,6 +1100,7 @@ CONFIG_EXT2_FS=y | |||
1045 | # CONFIG_GFS2_FS is not set | 1100 | # CONFIG_GFS2_FS is not set |
1046 | # CONFIG_OCFS2_FS is not set | 1101 | # CONFIG_OCFS2_FS is not set |
1047 | # CONFIG_BTRFS_FS is not set | 1102 | # CONFIG_BTRFS_FS is not set |
1103 | # CONFIG_NILFS2_FS is not set | ||
1048 | CONFIG_FILE_LOCKING=y | 1104 | CONFIG_FILE_LOCKING=y |
1049 | CONFIG_FSNOTIFY=y | 1105 | CONFIG_FSNOTIFY=y |
1050 | CONFIG_DNOTIFY=y | 1106 | CONFIG_DNOTIFY=y |
@@ -1104,7 +1160,6 @@ CONFIG_CRAMFS=y | |||
1104 | # CONFIG_ROMFS_FS is not set | 1160 | # CONFIG_ROMFS_FS is not set |
1105 | # CONFIG_SYSV_FS is not set | 1161 | # CONFIG_SYSV_FS is not set |
1106 | # CONFIG_UFS_FS is not set | 1162 | # CONFIG_UFS_FS is not set |
1107 | # CONFIG_NILFS2_FS is not set | ||
1108 | CONFIG_NETWORK_FILESYSTEMS=y | 1163 | CONFIG_NETWORK_FILESYSTEMS=y |
1109 | CONFIG_NFS_FS=y | 1164 | CONFIG_NFS_FS=y |
1110 | CONFIG_NFS_V3=y | 1165 | CONFIG_NFS_V3=y |
@@ -1201,6 +1256,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y | |||
1201 | CONFIG_ENABLE_MUST_CHECK=y | 1256 | CONFIG_ENABLE_MUST_CHECK=y |
1202 | CONFIG_FRAME_WARN=1024 | 1257 | CONFIG_FRAME_WARN=1024 |
1203 | CONFIG_MAGIC_SYSRQ=y | 1258 | CONFIG_MAGIC_SYSRQ=y |
1259 | # CONFIG_STRIP_ASM_SYMS is not set | ||
1204 | # CONFIG_UNUSED_SYMBOLS is not set | 1260 | # CONFIG_UNUSED_SYMBOLS is not set |
1205 | CONFIG_DEBUG_FS=y | 1261 | CONFIG_DEBUG_FS=y |
1206 | # CONFIG_HEADERS_CHECK is not set | 1262 | # CONFIG_HEADERS_CHECK is not set |
@@ -1218,6 +1274,7 @@ CONFIG_SCHED_DEBUG=y | |||
1218 | # CONFIG_DEBUG_OBJECTS is not set | 1274 | # CONFIG_DEBUG_OBJECTS is not set |
1219 | # CONFIG_SLUB_DEBUG_ON is not set | 1275 | # CONFIG_SLUB_DEBUG_ON is not set |
1220 | # CONFIG_SLUB_STATS is not set | 1276 | # CONFIG_SLUB_STATS is not set |
1277 | # CONFIG_DEBUG_KMEMLEAK is not set | ||
1221 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1278 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1222 | # CONFIG_RT_MUTEX_TESTER is not set | 1279 | # CONFIG_RT_MUTEX_TESTER is not set |
1223 | # CONFIG_DEBUG_SPINLOCK is not set | 1280 | # CONFIG_DEBUG_SPINLOCK is not set |
@@ -1236,10 +1293,12 @@ CONFIG_SCHED_DEBUG=y | |||
1236 | # CONFIG_DEBUG_LIST is not set | 1293 | # CONFIG_DEBUG_LIST is not set |
1237 | # CONFIG_DEBUG_SG is not set | 1294 | # CONFIG_DEBUG_SG is not set |
1238 | # CONFIG_DEBUG_NOTIFIERS is not set | 1295 | # CONFIG_DEBUG_NOTIFIERS is not set |
1296 | # CONFIG_DEBUG_CREDENTIALS is not set | ||
1239 | # CONFIG_RCU_TORTURE_TEST is not set | 1297 | # CONFIG_RCU_TORTURE_TEST is not set |
1240 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 1298 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
1241 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1299 | # CONFIG_BACKTRACE_SELF_TEST is not set |
1242 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | 1300 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set |
1301 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | ||
1243 | # CONFIG_FAULT_INJECTION is not set | 1302 | # CONFIG_FAULT_INJECTION is not set |
1244 | # CONFIG_LATENCYTOP is not set | 1303 | # CONFIG_LATENCYTOP is not set |
1245 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1304 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
@@ -1263,10 +1322,10 @@ CONFIG_BRANCH_PROFILE_NONE=y | |||
1263 | # CONFIG_WORKQUEUE_TRACER is not set | 1322 | # CONFIG_WORKQUEUE_TRACER is not set |
1264 | # CONFIG_BLK_DEV_IO_TRACE is not set | 1323 | # CONFIG_BLK_DEV_IO_TRACE is not set |
1265 | # CONFIG_DYNAMIC_DEBUG is not set | 1324 | # CONFIG_DYNAMIC_DEBUG is not set |
1325 | # CONFIG_DMA_API_DEBUG is not set | ||
1266 | # CONFIG_SAMPLES is not set | 1326 | # CONFIG_SAMPLES is not set |
1267 | CONFIG_HAVE_ARCH_KGDB=y | 1327 | CONFIG_HAVE_ARCH_KGDB=y |
1268 | # CONFIG_KGDB is not set | 1328 | # CONFIG_KGDB is not set |
1269 | # CONFIG_KMEMCHECK is not set | ||
1270 | # CONFIG_PPC_DISABLE_WERROR is not set | 1329 | # CONFIG_PPC_DISABLE_WERROR is not set |
1271 | CONFIG_PPC_WERROR=y | 1330 | CONFIG_PPC_WERROR=y |
1272 | CONFIG_PRINT_STACK_DEPTH=64 | 1331 | CONFIG_PRINT_STACK_DEPTH=64 |
@@ -1288,7 +1347,11 @@ CONFIG_PRINT_STACK_DEPTH=64 | |||
1288 | # CONFIG_KEYS is not set | 1347 | # CONFIG_KEYS is not set |
1289 | # CONFIG_SECURITY is not set | 1348 | # CONFIG_SECURITY is not set |
1290 | # CONFIG_SECURITYFS is not set | 1349 | # CONFIG_SECURITYFS is not set |
1291 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1350 | # CONFIG_DEFAULT_SECURITY_SELINUX is not set |
1351 | # CONFIG_DEFAULT_SECURITY_SMACK is not set | ||
1352 | # CONFIG_DEFAULT_SECURITY_TOMOYO is not set | ||
1353 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
1354 | CONFIG_DEFAULT_SECURITY="" | ||
1292 | # CONFIG_CRYPTO is not set | 1355 | # CONFIG_CRYPTO is not set |
1293 | # CONFIG_PPC_CLOCK is not set | 1356 | # CONFIG_PPC_CLOCK is not set |
1294 | # CONFIG_VIRTUALIZATION is not set | 1357 | # CONFIG_VIRTUALIZATION is not set |