Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc

* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
powerpc: Move cpu hotplug driver lock from pseries to powerpc
powerpc: Move /proc/ppc64 to /proc/powerpc update
powerpc/8xx: Fix user space TLB walk in dcbX fixup
powerpc: Fix decrementer setup on 1GHz boards
powerpc/iseries: Initialise on-stack completion
powerpc/hvc: Driver build breaks with !HVC_CONSOLE
serial/pmac_zilog: Workaround problem due to interrupt on closed port
powerpc/macintosh: Make Open Firmware device id constant
powerpc: Use helpers for rlimits
powerpc: cpumask_of_node() should handle -1 as a node
powerpc/pseries: Fix dlpar compile warning without CONFIG_PROC_DEVICETREE
powerpc/pseries: Fix xics interrupt affinity
powerpc/swsusp_32: Fix TLB invalidation
powerpc/8xx: Always pin kernel instruction TLB
powerpc: 2.6.33 update of defconfigs for embedded 6xx/7xxx, 8xx, 8xxx
powerpc: Use scripts/mkuboot.sh instead of 'mkimage'
powerpc/5200: update defconfigs

+3837 -1175
+5 -2
arch/powerpc/boot/wrapper
··· 43 43 # cross-compilation prefix 44 44 CROSS= 45 45 46 + # mkimage wrapper script 47 + MKIMAGE=$srctree/scripts/mkuboot.sh 48 + 46 49 # directory for object and other files used by this script 47 50 object=arch/powerpc/boot 48 51 objbin=$object ··· 270 267 case "$platform" in 271 268 uboot) 272 269 rm -f "$ofile" 273 - mkimage -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \ 270 + ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \ 274 271 $uboot_version -d "$vmz" "$ofile" 275 272 if [ -z "$cacheit" ]; then 276 273 rm -f "$vmz" ··· 330 327 ;; 331 328 cuboot*) 332 329 gzip -f -9 "$ofile" 333 - mkimage -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \ 330 + ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \ 334 331 $uboot_version -d "$ofile".gz "$ofile" 335 332 ;; 336 333 treeboot*)
+61 -14
arch/powerpc/configs/52xx/cm5200_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc4 4 - # Thu Oct 15 10:33:22 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Wed Dec 30 14:45:07 2009 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 59 58 CONFIG_GENERIC_BUG=y 60 59 CONFIG_DTC=y 61 60 CONFIG_DEFAULT_UIMAGE=y 61 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 62 62 # CONFIG_PPC_DCR_NATIVE is not set 63 63 # CONFIG_PPC_DCR_MMIO is not set 64 64 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 87 85 # 88 86 CONFIG_TREE_RCU=y 89 87 # CONFIG_TREE_PREEMPT_RCU is not set 88 + # CONFIG_TINY_RCU is not set 90 89 # CONFIG_RCU_TRACE is not set 91 90 CONFIG_RCU_FANOUT=32 92 91 # CONFIG_RCU_FANOUT_EXACT is not set ··· 169 166 # IO Schedulers 170 167 # 171 168 CONFIG_IOSCHED_NOOP=y 172 - CONFIG_IOSCHED_AS=y 173 169 CONFIG_IOSCHED_DEADLINE=y 174 170 CONFIG_IOSCHED_CFQ=y 175 - CONFIG_DEFAULT_AS=y 176 171 # CONFIG_DEFAULT_DEADLINE is not set 177 - # CONFIG_DEFAULT_CFQ is not set 172 + CONFIG_DEFAULT_CFQ=y 178 173 # CONFIG_DEFAULT_NOOP is not set 179 - CONFIG_DEFAULT_IOSCHED="anticipatory" 174 + CONFIG_DEFAULT_IOSCHED="cfq" 175 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 176 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 177 + # CONFIG_INLINE_SPIN_LOCK is not set 178 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 179 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 180 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 181 + CONFIG_INLINE_SPIN_UNLOCK=y 182 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 183 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 184 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 185 + # CONFIG_INLINE_READ_TRYLOCK is not set 186 + # CONFIG_INLINE_READ_LOCK is not set 187 + # CONFIG_INLINE_READ_LOCK_BH is not set 188 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 189 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 190 + CONFIG_INLINE_READ_UNLOCK=y 191 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 192 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 193 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 194 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 195 + # CONFIG_INLINE_WRITE_LOCK is not set 196 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 197 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 198 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 199 + CONFIG_INLINE_WRITE_UNLOCK=y 200 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 201 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 202 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 203 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 180 204 # CONFIG_FREEZER is not set 181 205 182 206 # ··· 219 189 # CONFIG_PPC_MEDIA5200 is not set 220 190 # CONFIG_PPC_MPC5200_BUGFIX is not set 221 191 # CONFIG_PPC_MPC5200_GPIO is not set 192 + # CONFIG_PPC_MPC5200_LPBFIFO is not set 222 193 # CONFIG_PPC_PMAC is not set 223 194 # CONFIG_PPC_CELL is not set 224 195 # CONFIG_PPC_CELL_NATIVE is not set ··· 274 243 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 275 244 # CONFIG_KEXEC is not set 276 245 # CONFIG_CRASH_DUMP is not set 246 + CONFIG_SPARSE_IRQ=y 277 247 CONFIG_MAX_ACTIVE_REGIONS=32 278 248 CONFIG_ARCH_FLATMEM_ENABLE=y 279 249 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 291 259 CONFIG_ZONE_DMA_FLAG=1 292 260 CONFIG_BOUNCE=y 293 261 CONFIG_VIRT_TO_BUS=y 294 - CONFIG_HAVE_MLOCK=y 295 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 296 262 # CONFIG_KSM is not set 297 263 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 298 264 CONFIG_PPC_4K_PAGES=y ··· 303 273 CONFIG_EXTRA_TARGETS="" 304 274 CONFIG_PM=y 305 275 # CONFIG_PM_DEBUG is not set 276 + # CONFIG_HIBERNATION is not set 306 277 # CONFIG_PM_RUNTIME is not set 307 278 CONFIG_SECCOMP=y 308 279 CONFIG_ISA_DMA_API=y ··· 409 378 # CONFIG_IRDA is not set 410 379 # CONFIG_BT is not set 411 380 # CONFIG_AF_RXRPC is not set 412 - # CONFIG_WIRELESS is not set 381 + CONFIG_WIRELESS=y 382 + # CONFIG_CFG80211 is not set 383 + # CONFIG_LIB80211 is not set 384 + 385 + # 386 + # CFG80211 needs to be enabled for MAC80211 387 + # 413 388 # CONFIG_WIMAX is not set 414 389 # CONFIG_RFKILL is not set 415 390 # CONFIG_NET_9P is not set ··· 526 489 # CONFIG_BLK_DEV_COW_COMMON is not set 527 490 CONFIG_BLK_DEV_LOOP=y 528 491 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 492 + 493 + # 494 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 495 + # 529 496 # CONFIG_BLK_DEV_NBD is not set 530 497 # CONFIG_BLK_DEV_UB is not set 531 498 CONFIG_BLK_DEV_RAM=y ··· 628 587 # CONFIG_NETDEV_1000 is not set 629 588 # CONFIG_NETDEV_10000 is not set 630 589 CONFIG_WLAN=y 631 - # CONFIG_WLAN_PRE80211 is not set 632 - # CONFIG_WLAN_80211 is not set 590 + # CONFIG_USB_ZD1201 is not set 591 + # CONFIG_HOSTAP is not set 633 592 634 593 # 635 594 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 684 643 CONFIG_SERIAL_MPC52xx=y 685 644 CONFIG_SERIAL_MPC52xx_CONSOLE=y 686 645 CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=57600 646 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 687 647 CONFIG_UNIX98_PTYS=y 688 648 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 689 649 CONFIG_LEGACY_PTYS=y ··· 730 688 # 731 689 # Miscellaneous I2C Chip support 732 690 # 733 - # CONFIG_DS1682 is not set 734 691 # CONFIG_SENSORS_TSL2550 is not set 735 692 # CONFIG_I2C_DEBUG_CORE is not set 736 693 # CONFIG_I2C_DEBUG_ALGO is not set ··· 776 735 # CONFIG_TWL4030_CORE is not set 777 736 # CONFIG_MFD_TMIO is not set 778 737 # CONFIG_PMIC_DA903X is not set 738 + # CONFIG_PMIC_ADP5520 is not set 779 739 # CONFIG_MFD_WM8400 is not set 780 740 # CONFIG_MFD_WM831X is not set 781 741 # CONFIG_MFD_WM8350_I2C is not set 782 742 # CONFIG_MFD_PCF50633 is not set 783 743 # CONFIG_AB3100_CORE is not set 744 + # CONFIG_MFD_88PM8607 is not set 784 745 # CONFIG_REGULATOR is not set 785 746 # CONFIG_MEDIA_SUPPORT is not set 786 747 ··· 840 797 # CONFIG_USB_SL811_HCD is not set 841 798 # CONFIG_USB_R8A66597_HCD is not set 842 799 # CONFIG_USB_HWA_HCD is not set 843 - # CONFIG_USB_MUSB_HDRC is not set 844 800 845 801 # 846 802 # USB Device Class drivers ··· 1179 1137 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1180 1138 # CONFIG_FAULT_INJECTION is not set 1181 1139 # CONFIG_LATENCYTOP is not set 1140 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1182 1141 # CONFIG_DEBUG_PAGEALLOC is not set 1183 1142 CONFIG_HAVE_FUNCTION_TRACER=y 1184 1143 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1223 1180 # CONFIG_KEYS is not set 1224 1181 # CONFIG_SECURITY is not set 1225 1182 # CONFIG_SECURITYFS is not set 1226 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1183 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1184 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1185 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1186 + CONFIG_DEFAULT_SECURITY_DAC=y 1187 + CONFIG_DEFAULT_SECURITY="" 1227 1188 CONFIG_CRYPTO=y 1228 1189 1229 1190 #
+71 -19
arch/powerpc/configs/52xx/lite5200b_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc4 4 - # Thu Oct 15 10:33:24 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Wed Dec 30 14:45:09 2009 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 59 58 CONFIG_GENERIC_BUG=y 60 59 CONFIG_DTC=y 61 60 CONFIG_DEFAULT_UIMAGE=y 61 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 62 62 CONFIG_ARCH_SUSPEND_POSSIBLE=y 63 63 # CONFIG_PPC_DCR_NATIVE is not set 64 64 # CONFIG_PPC_DCR_MMIO is not set ··· 88 86 # 89 87 CONFIG_TREE_RCU=y 90 88 # CONFIG_TREE_PREEMPT_RCU is not set 89 + # CONFIG_TINY_RCU is not set 91 90 # CONFIG_RCU_TRACE is not set 92 91 CONFIG_RCU_FANOUT=32 93 92 # CONFIG_RCU_FANOUT_EXACT is not set ··· 176 173 # IO Schedulers 177 174 # 178 175 CONFIG_IOSCHED_NOOP=y 179 - CONFIG_IOSCHED_AS=y 180 176 CONFIG_IOSCHED_DEADLINE=y 181 177 CONFIG_IOSCHED_CFQ=y 182 - CONFIG_DEFAULT_AS=y 183 178 # CONFIG_DEFAULT_DEADLINE is not set 184 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 185 180 # CONFIG_DEFAULT_NOOP is not set 186 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + CONFIG_INLINE_SPIN_UNLOCK=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_READ_UNLOCK=y 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_WRITE_UNLOCK=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 187 211 CONFIG_FREEZER=y 188 212 189 213 # ··· 226 196 # CONFIG_PPC_MEDIA5200 is not set 227 197 # CONFIG_PPC_MPC5200_BUGFIX is not set 228 198 # CONFIG_PPC_MPC5200_GPIO is not set 199 + # CONFIG_PPC_MPC5200_LPBFIFO is not set 229 200 # CONFIG_PPC_PMAC is not set 230 201 # CONFIG_PPC_CELL is not set 231 202 # CONFIG_PPC_CELL_NATIVE is not set ··· 283 252 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 284 253 # CONFIG_KEXEC is not set 285 254 # CONFIG_CRASH_DUMP is not set 255 + CONFIG_SPARSE_IRQ=y 286 256 CONFIG_MAX_ACTIVE_REGIONS=32 287 257 CONFIG_ARCH_FLATMEM_ENABLE=y 288 258 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 300 268 CONFIG_ZONE_DMA_FLAG=1 301 269 CONFIG_BOUNCE=y 302 270 CONFIG_VIRT_TO_BUS=y 303 - CONFIG_HAVE_MLOCK=y 304 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 305 271 # CONFIG_KSM is not set 306 272 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 307 273 CONFIG_PPC_4K_PAGES=y ··· 315 285 CONFIG_PM_SLEEP=y 316 286 CONFIG_SUSPEND=y 317 287 CONFIG_SUSPEND_FREEZER=y 288 + # CONFIG_HIBERNATION is not set 318 289 # CONFIG_PM_RUNTIME is not set 319 290 CONFIG_SECCOMP=y 320 291 CONFIG_ISA_DMA_API=y ··· 429 398 # CONFIG_IRDA is not set 430 399 # CONFIG_BT is not set 431 400 # CONFIG_AF_RXRPC is not set 432 - # CONFIG_WIRELESS is not set 401 + CONFIG_WIRELESS=y 402 + # CONFIG_CFG80211 is not set 403 + # CONFIG_LIB80211 is not set 404 + 405 + # 406 + # CFG80211 needs to be enabled for MAC80211 407 + # 433 408 # CONFIG_WIMAX is not set 434 409 # CONFIG_RFKILL is not set 435 410 # CONFIG_NET_9P is not set ··· 470 433 # CONFIG_BLK_DEV_COW_COMMON is not set 471 434 CONFIG_BLK_DEV_LOOP=y 472 435 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 436 + 437 + # 438 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 439 + # 473 440 # CONFIG_BLK_DEV_NBD is not set 474 441 # CONFIG_BLK_DEV_SX8 is not set 475 442 CONFIG_BLK_DEV_RAM=y ··· 484 443 # CONFIG_ATA_OVER_ETH is not set 485 444 # CONFIG_BLK_DEV_HD is not set 486 445 CONFIG_MISC_DEVICES=y 446 + # CONFIG_AD525X_DPOT is not set 487 447 # CONFIG_PHANTOM is not set 488 448 # CONFIG_SGI_IOC4 is not set 489 449 # CONFIG_TIFM_CORE is not set ··· 492 450 # CONFIG_ENCLOSURE_SERVICES is not set 493 451 # CONFIG_HP_ILO is not set 494 452 # CONFIG_ISL29003 is not set 453 + # CONFIG_DS1682 is not set 495 454 # CONFIG_C2PORT is not set 496 455 497 456 # ··· 545 502 # CONFIG_SCSI_BNX2_ISCSI is not set 546 503 # CONFIG_BE2ISCSI is not set 547 504 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 505 + # CONFIG_SCSI_HPSA is not set 548 506 # CONFIG_SCSI_3W_9XXX is not set 507 + # CONFIG_SCSI_3W_SAS is not set 549 508 # CONFIG_SCSI_ACARD is not set 550 509 # CONFIG_SCSI_AACRAID is not set 551 510 # CONFIG_SCSI_AIC7XXX is not set ··· 586 541 # CONFIG_SCSI_NSP32 is not set 587 542 # CONFIG_SCSI_DEBUG is not set 588 543 # CONFIG_SCSI_PMCRAID is not set 544 + # CONFIG_SCSI_PM8001 is not set 589 545 # CONFIG_SCSI_SRP is not set 590 546 # CONFIG_SCSI_BFA_FC is not set 591 547 # CONFIG_SCSI_DH is not set ··· 642 596 # CONFIG_PATA_NS87415 is not set 643 597 # CONFIG_PATA_OPTI is not set 644 598 # CONFIG_PATA_OPTIDMA is not set 599 + # CONFIG_PATA_PDC2027X is not set 645 600 # CONFIG_PATA_PDC_OLD is not set 646 601 # CONFIG_PATA_RADISYS is not set 647 602 # CONFIG_PATA_RDC is not set 648 603 # CONFIG_PATA_RZ1000 is not set 649 604 # CONFIG_PATA_SC1200 is not set 650 605 # CONFIG_PATA_SERVERWORKS is not set 651 - # CONFIG_PATA_PDC2027X is not set 652 606 # CONFIG_PATA_SIL680 is not set 653 607 # CONFIG_PATA_SIS is not set 608 + # CONFIG_PATA_TOSHIBA is not set 654 609 # CONFIG_PATA_VIA is not set 655 610 # CONFIG_PATA_WINBOND is not set 656 611 # CONFIG_PATA_PLATFORM is not set ··· 773 726 # CONFIG_BE2NET is not set 774 727 # CONFIG_TR is not set 775 728 CONFIG_WLAN=y 776 - # CONFIG_WLAN_PRE80211 is not set 777 - # CONFIG_WLAN_80211 is not set 729 + # CONFIG_AIRO is not set 730 + # CONFIG_ATMEL is not set 731 + # CONFIG_PRISM54 is not set 732 + # CONFIG_HOSTAP is not set 778 733 779 734 # 780 735 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 790 741 # CONFIG_NETCONSOLE is not set 791 742 # CONFIG_NETPOLL is not set 792 743 # CONFIG_NET_POLL_CONTROLLER is not set 744 + # CONFIG_VMXNET3 is not set 793 745 # CONFIG_ISDN is not set 794 746 # CONFIG_PHONE is not set 795 747 ··· 828 778 CONFIG_SERIAL_MPC52xx_CONSOLE=y 829 779 CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200 830 780 # CONFIG_SERIAL_JSM is not set 781 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 831 782 CONFIG_UNIX98_PTYS=y 832 783 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 833 784 CONFIG_LEGACY_PTYS=y ··· 887 836 # CONFIG_I2C_TAOS_EVM is not set 888 837 889 838 # 890 - # Graphics adapter I2C/DDC channel drivers 891 - # 892 - # CONFIG_I2C_VOODOO3 is not set 893 - 894 - # 895 839 # Other I2C/SMBus bus drivers 896 840 # 897 841 # CONFIG_I2C_PCA_PLATFORM is not set ··· 895 849 # 896 850 # Miscellaneous I2C Chip support 897 851 # 898 - # CONFIG_DS1682 is not set 899 852 # CONFIG_SENSORS_TSL2550 is not set 900 853 # CONFIG_I2C_DEBUG_CORE is not set 901 854 # CONFIG_I2C_DEBUG_ALGO is not set ··· 929 884 # CONFIG_TWL4030_CORE is not set 930 885 # CONFIG_MFD_TMIO is not set 931 886 # CONFIG_PMIC_DA903X is not set 887 + # CONFIG_PMIC_ADP5520 is not set 932 888 # CONFIG_MFD_WM8400 is not set 933 889 # CONFIG_MFD_WM831X is not set 934 890 # CONFIG_MFD_WM8350_I2C is not set 935 891 # CONFIG_MFD_PCF50633 is not set 936 892 # CONFIG_AB3100_CORE is not set 893 + # CONFIG_MFD_88PM8607 is not set 937 894 # CONFIG_REGULATOR is not set 938 895 # CONFIG_MEDIA_SUPPORT is not set 939 896 ··· 1176 1129 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1177 1130 # CONFIG_FAULT_INJECTION is not set 1178 1131 # CONFIG_LATENCYTOP is not set 1132 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1179 1133 # CONFIG_DEBUG_PAGEALLOC is not set 1180 1134 CONFIG_HAVE_FUNCTION_TRACER=y 1181 1135 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1220 1172 # CONFIG_KEYS is not set 1221 1173 # CONFIG_SECURITY is not set 1222 1174 # CONFIG_SECURITYFS is not set 1223 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1175 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1176 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1177 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1178 + CONFIG_DEFAULT_SECURITY_DAC=y 1179 + CONFIG_DEFAULT_SECURITY="" 1224 1180 CONFIG_CRYPTO=y 1225 1181 1226 1182 #
+66 -13
arch/powerpc/configs/52xx/motionpro_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc4 4 - # Thu Oct 15 10:33:22 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Wed Dec 30 14:45:08 2009 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 59 58 CONFIG_GENERIC_BUG=y 60 59 CONFIG_DTC=y 61 60 CONFIG_DEFAULT_UIMAGE=y 61 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 62 62 # CONFIG_PPC_DCR_NATIVE is not set 63 63 # CONFIG_PPC_DCR_MMIO is not set 64 64 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 87 85 # 88 86 CONFIG_TREE_RCU=y 89 87 # CONFIG_TREE_PREEMPT_RCU is not set 88 + # CONFIG_TINY_RCU is not set 90 89 # CONFIG_RCU_TRACE is not set 91 90 CONFIG_RCU_FANOUT=32 92 91 # CONFIG_RCU_FANOUT_EXACT is not set ··· 169 166 # IO Schedulers 170 167 # 171 168 CONFIG_IOSCHED_NOOP=y 172 - CONFIG_IOSCHED_AS=y 173 169 CONFIG_IOSCHED_DEADLINE=y 174 170 CONFIG_IOSCHED_CFQ=y 175 - CONFIG_DEFAULT_AS=y 176 171 # CONFIG_DEFAULT_DEADLINE is not set 177 - # CONFIG_DEFAULT_CFQ is not set 172 + CONFIG_DEFAULT_CFQ=y 178 173 # CONFIG_DEFAULT_NOOP is not set 179 - CONFIG_DEFAULT_IOSCHED="anticipatory" 174 + CONFIG_DEFAULT_IOSCHED="cfq" 175 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 176 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 177 + # CONFIG_INLINE_SPIN_LOCK is not set 178 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 179 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 180 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 181 + CONFIG_INLINE_SPIN_UNLOCK=y 182 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 183 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 184 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 185 + # CONFIG_INLINE_READ_TRYLOCK is not set 186 + # CONFIG_INLINE_READ_LOCK is not set 187 + # CONFIG_INLINE_READ_LOCK_BH is not set 188 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 189 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 190 + CONFIG_INLINE_READ_UNLOCK=y 191 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 192 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 193 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 194 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 195 + # CONFIG_INLINE_WRITE_LOCK is not set 196 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 197 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 198 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 199 + CONFIG_INLINE_WRITE_UNLOCK=y 200 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 201 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 202 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 203 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 180 204 # CONFIG_FREEZER is not set 181 205 182 206 # ··· 219 189 # CONFIG_PPC_MEDIA5200 is not set 220 190 # CONFIG_PPC_MPC5200_BUGFIX is not set 221 191 # CONFIG_PPC_MPC5200_GPIO is not set 192 + # CONFIG_PPC_MPC5200_LPBFIFO is not set 222 193 # CONFIG_PPC_PMAC is not set 223 194 # CONFIG_PPC_CELL is not set 224 195 # CONFIG_PPC_CELL_NATIVE is not set ··· 275 244 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 276 245 # CONFIG_KEXEC is not set 277 246 # CONFIG_CRASH_DUMP is not set 247 + CONFIG_SPARSE_IRQ=y 278 248 CONFIG_MAX_ACTIVE_REGIONS=32 279 249 CONFIG_ARCH_FLATMEM_ENABLE=y 280 250 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 292 260 CONFIG_ZONE_DMA_FLAG=1 293 261 CONFIG_BOUNCE=y 294 262 CONFIG_VIRT_TO_BUS=y 295 - CONFIG_HAVE_MLOCK=y 296 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 297 263 # CONFIG_KSM is not set 298 264 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 299 265 CONFIG_PPC_4K_PAGES=y ··· 304 274 CONFIG_EXTRA_TARGETS="" 305 275 CONFIG_PM=y 306 276 # CONFIG_PM_DEBUG is not set 277 + # CONFIG_HIBERNATION is not set 307 278 # CONFIG_PM_RUNTIME is not set 308 279 CONFIG_SECCOMP=y 309 280 CONFIG_ISA_DMA_API=y ··· 410 379 # CONFIG_IRDA is not set 411 380 # CONFIG_BT is not set 412 381 # CONFIG_AF_RXRPC is not set 413 - # CONFIG_WIRELESS is not set 382 + CONFIG_WIRELESS=y 383 + # CONFIG_CFG80211 is not set 384 + # CONFIG_LIB80211 is not set 385 + 386 + # 387 + # CFG80211 needs to be enabled for MAC80211 388 + # 414 389 # CONFIG_WIMAX is not set 415 390 # CONFIG_RFKILL is not set 416 391 # CONFIG_NET_9P is not set ··· 527 490 # CONFIG_BLK_DEV_COW_COMMON is not set 528 491 CONFIG_BLK_DEV_LOOP=y 529 492 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 493 + 494 + # 495 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 496 + # 530 497 # CONFIG_BLK_DEV_NBD is not set 531 498 CONFIG_BLK_DEV_RAM=y 532 499 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 540 499 # CONFIG_ATA_OVER_ETH is not set 541 500 # CONFIG_BLK_DEV_HD is not set 542 501 CONFIG_MISC_DEVICES=y 502 + # CONFIG_AD525X_DPOT is not set 543 503 # CONFIG_ICS932S401 is not set 544 504 # CONFIG_ENCLOSURE_SERVICES is not set 545 505 # CONFIG_ISL29003 is not set 506 + # CONFIG_DS1682 is not set 546 507 # CONFIG_C2PORT is not set 547 508 548 509 # ··· 653 610 # CONFIG_NETDEV_1000 is not set 654 611 # CONFIG_NETDEV_10000 is not set 655 612 CONFIG_WLAN=y 656 - # CONFIG_WLAN_PRE80211 is not set 657 - # CONFIG_WLAN_80211 is not set 613 + # CONFIG_HOSTAP is not set 658 614 659 615 # 660 616 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 699 657 CONFIG_SERIAL_MPC52xx=y 700 658 CONFIG_SERIAL_MPC52xx_CONSOLE=y 701 659 CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200 660 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 702 661 CONFIG_UNIX98_PTYS=y 703 662 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 704 663 CONFIG_LEGACY_PTYS=y ··· 743 700 # 744 701 # Miscellaneous I2C Chip support 745 702 # 746 - # CONFIG_DS1682 is not set 747 703 # CONFIG_SENSORS_TSL2550 is not set 748 704 # CONFIG_I2C_DEBUG_CORE is not set 749 705 # CONFIG_I2C_DEBUG_ALGO is not set ··· 787 745 # CONFIG_SENSORS_GL520SM is not set 788 746 # CONFIG_SENSORS_IT87 is not set 789 747 # CONFIG_SENSORS_LM63 is not set 748 + # CONFIG_SENSORS_LM73 is not set 790 749 # CONFIG_SENSORS_LM75 is not set 791 750 # CONFIG_SENSORS_LM77 is not set 792 751 # CONFIG_SENSORS_LM78 is not set ··· 848 805 # CONFIG_TWL4030_CORE is not set 849 806 # CONFIG_MFD_TMIO is not set 850 807 # CONFIG_PMIC_DA903X is not set 808 + # CONFIG_PMIC_ADP5520 is not set 851 809 # CONFIG_MFD_WM8400 is not set 852 810 # CONFIG_MFD_WM831X is not set 853 811 # CONFIG_MFD_WM8350_I2C is not set 854 812 # CONFIG_MFD_PCF50633 is not set 855 813 # CONFIG_AB3100_CORE is not set 814 + # CONFIG_MFD_88PM8607 is not set 856 815 # CONFIG_REGULATOR is not set 857 816 # CONFIG_MEDIA_SUPPORT is not set 858 817 ··· 926 881 # CONFIG_RTC_DRV_PCF8563 is not set 927 882 # CONFIG_RTC_DRV_PCF8583 is not set 928 883 # CONFIG_RTC_DRV_M41T80 is not set 884 + # CONFIG_RTC_DRV_BQ32K is not set 929 885 # CONFIG_RTC_DRV_S35390A is not set 930 886 # CONFIG_RTC_DRV_FM3130 is not set 931 887 # CONFIG_RTC_DRV_RX8581 is not set ··· 948 902 # CONFIG_RTC_DRV_M48T86 is not set 949 903 # CONFIG_RTC_DRV_M48T35 is not set 950 904 # CONFIG_RTC_DRV_M48T59 is not set 905 + # CONFIG_RTC_DRV_MSM6242 is not set 951 906 # CONFIG_RTC_DRV_BQ4802 is not set 907 + # CONFIG_RTC_DRV_RP5C01 is not set 952 908 # CONFIG_RTC_DRV_V3020 is not set 953 909 954 910 # ··· 1220 1172 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1221 1173 # CONFIG_FAULT_INJECTION is not set 1222 1174 # CONFIG_LATENCYTOP is not set 1175 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1223 1176 # CONFIG_DEBUG_PAGEALLOC is not set 1224 1177 CONFIG_HAVE_FUNCTION_TRACER=y 1225 1178 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1264 1215 # CONFIG_KEYS is not set 1265 1216 # CONFIG_SECURITY is not set 1266 1217 # CONFIG_SECURITYFS is not set 1267 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1218 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1219 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1220 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1221 + CONFIG_DEFAULT_SECURITY_DAC=y 1222 + CONFIG_DEFAULT_SECURITY="" 1268 1223 CONFIG_CRYPTO=y 1269 1224 1270 1225 #
+64 -19
arch/powerpc/configs/52xx/pcm030_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc4 4 - # Thu Oct 15 10:33:25 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Wed Dec 30 14:45:10 2009 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 59 58 CONFIG_GENERIC_BUG=y 60 59 CONFIG_DTC=y 61 60 CONFIG_DEFAULT_UIMAGE=y 61 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 62 62 # CONFIG_PPC_DCR_NATIVE is not set 63 63 # CONFIG_PPC_DCR_MMIO is not set 64 64 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 175 172 # IO Schedulers 176 173 # 177 174 CONFIG_IOSCHED_NOOP=y 178 - # CONFIG_IOSCHED_AS is not set 179 175 # CONFIG_IOSCHED_DEADLINE is not set 180 176 # CONFIG_IOSCHED_CFQ is not set 181 - # CONFIG_DEFAULT_AS is not set 182 177 # CONFIG_DEFAULT_DEADLINE is not set 183 178 # CONFIG_DEFAULT_CFQ is not set 184 179 CONFIG_DEFAULT_NOOP=y 185 180 CONFIG_DEFAULT_IOSCHED="noop" 181 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 182 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 183 + # CONFIG_INLINE_SPIN_LOCK is not set 184 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 185 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 187 + # CONFIG_INLINE_SPIN_UNLOCK is not set 188 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 189 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 190 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 191 + # CONFIG_INLINE_READ_TRYLOCK is not set 192 + # CONFIG_INLINE_READ_LOCK is not set 193 + # CONFIG_INLINE_READ_LOCK_BH is not set 194 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 196 + # CONFIG_INLINE_READ_UNLOCK is not set 197 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 198 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 199 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 200 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 201 + # CONFIG_INLINE_WRITE_LOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 203 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 205 + # CONFIG_INLINE_WRITE_UNLOCK is not set 206 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 207 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 208 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 209 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 186 210 # CONFIG_FREEZER is not set 187 211 188 212 # ··· 225 195 # CONFIG_PPC_MEDIA5200 is not set 226 196 # CONFIG_PPC_MPC5200_BUGFIX is not set 227 197 # CONFIG_PPC_MPC5200_GPIO is not set 198 + # CONFIG_PPC_MPC5200_LPBFIFO is not set 228 199 # CONFIG_PPC_PMAC is not set 229 200 # CONFIG_PPC_CELL is not set 230 201 # CONFIG_PPC_CELL_NATIVE is not set ··· 282 251 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 283 252 # CONFIG_KEXEC is not set 284 253 # CONFIG_CRASH_DUMP is not set 254 + CONFIG_SPARSE_IRQ=y 285 255 CONFIG_MAX_ACTIVE_REGIONS=32 286 256 CONFIG_ARCH_FLATMEM_ENABLE=y 287 257 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 299 267 CONFIG_ZONE_DMA_FLAG=1 300 268 CONFIG_BOUNCE=y 301 269 CONFIG_VIRT_TO_BUS=y 302 - CONFIG_HAVE_MLOCK=y 303 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 304 270 # CONFIG_KSM is not set 305 271 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 306 272 CONFIG_PPC_4K_PAGES=y ··· 415 385 # CONFIG_IRDA is not set 416 386 # CONFIG_BT is not set 417 387 # CONFIG_AF_RXRPC is not set 418 - # CONFIG_WIRELESS is not set 388 + CONFIG_WIRELESS=y 389 + # CONFIG_CFG80211 is not set 390 + # CONFIG_LIB80211 is not set 391 + 392 + # 393 + # CFG80211 needs to be enabled for MAC80211 394 + # 419 395 # CONFIG_WIMAX is not set 420 396 # CONFIG_RFKILL is not set 421 397 # CONFIG_NET_9P is not set ··· 621 585 # CONFIG_PATA_NS87415 is not set 622 586 # CONFIG_PATA_OPTI is not set 623 587 # CONFIG_PATA_OPTIDMA is not set 588 + # CONFIG_PATA_PDC2027X is not set 624 589 # CONFIG_PATA_PDC_OLD is not set 625 590 # CONFIG_PATA_RADISYS is not set 626 591 # CONFIG_PATA_RDC is not set 627 592 # CONFIG_PATA_RZ1000 is not set 628 593 # CONFIG_PATA_SC1200 is not set 629 594 # CONFIG_PATA_SERVERWORKS is not set 630 - # CONFIG_PATA_PDC2027X is not set 631 595 # CONFIG_PATA_SIL680 is not set 632 596 # CONFIG_PATA_SIS is not set 597 + # CONFIG_PATA_TOSHIBA is not set 633 598 # CONFIG_PATA_VIA is not set 634 599 # CONFIG_PATA_WINBOND is not set 635 600 # CONFIG_PATA_PLATFORM is not set ··· 710 673 # CONFIG_NETDEV_10000 is not set 711 674 # CONFIG_TR is not set 712 675 CONFIG_WLAN=y 713 - # CONFIG_WLAN_PRE80211 is not set 714 - # CONFIG_WLAN_80211 is not set 676 + # CONFIG_AIRO is not set 677 + # CONFIG_ATMEL is not set 678 + # CONFIG_PRISM54 is not set 679 + # CONFIG_USB_ZD1201 is not set 680 + # CONFIG_HOSTAP is not set 715 681 716 682 # 717 683 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 737 697 # CONFIG_NETCONSOLE is not set 738 698 # CONFIG_NETPOLL is not set 739 699 # CONFIG_NET_POLL_CONTROLLER is not set 700 + # CONFIG_VMXNET3 is not set 740 701 # CONFIG_ISDN is not set 741 702 # CONFIG_PHONE is not set 742 703 ··· 775 734 CONFIG_SERIAL_MPC52xx_CONSOLE=y 776 735 CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=9600 777 736 # CONFIG_SERIAL_JSM is not set 737 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 778 738 CONFIG_UNIX98_PTYS=y 779 739 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 780 740 # CONFIG_LEGACY_PTYS is not set ··· 833 791 # CONFIG_I2C_TINY_USB is not set 834 792 835 793 # 836 - # Graphics adapter I2C/DDC channel drivers 837 - # 838 - # CONFIG_I2C_VOODOO3 is not set 839 - 840 - # 841 794 # Other I2C/SMBus bus drivers 842 795 # 843 796 # CONFIG_I2C_PCA_PLATFORM is not set ··· 841 804 # 842 805 # Miscellaneous I2C Chip support 843 806 # 844 - # CONFIG_DS1682 is not set 845 807 # CONFIG_SENSORS_TSL2550 is not set 846 808 # CONFIG_I2C_DEBUG_CORE is not set 847 809 # CONFIG_I2C_DEBUG_ALGO is not set ··· 875 839 # CONFIG_TWL4030_CORE is not set 876 840 # CONFIG_MFD_TMIO is not set 877 841 # CONFIG_PMIC_DA903X is not set 842 + # CONFIG_PMIC_ADP5520 is not set 878 843 # CONFIG_MFD_WM8400 is not set 879 844 # CONFIG_MFD_WM831X is not set 880 845 # CONFIG_MFD_WM8350_I2C is not set 881 846 # CONFIG_MFD_PCF50633 is not set 882 847 # CONFIG_AB3100_CORE is not set 848 + # CONFIG_MFD_88PM8607 is not set 883 849 # CONFIG_REGULATOR is not set 884 850 # CONFIG_MEDIA_SUPPORT is not set 885 851 ··· 946 908 # CONFIG_USB_R8A66597_HCD is not set 947 909 # CONFIG_USB_WHCI_HCD is not set 948 910 # CONFIG_USB_HWA_HCD is not set 949 - # CONFIG_USB_MUSB_HDRC is not set 950 911 951 912 # 952 913 # USB Device Class drivers ··· 1048 1011 CONFIG_RTC_DRV_PCF8563=m 1049 1012 # CONFIG_RTC_DRV_PCF8583 is not set 1050 1013 # CONFIG_RTC_DRV_M41T80 is not set 1014 + # CONFIG_RTC_DRV_BQ32K is not set 1051 1015 # CONFIG_RTC_DRV_S35390A is not set 1052 1016 # CONFIG_RTC_DRV_FM3130 is not set 1053 1017 # CONFIG_RTC_DRV_RX8581 is not set ··· 1070 1032 # CONFIG_RTC_DRV_M48T86 is not set 1071 1033 # CONFIG_RTC_DRV_M48T35 is not set 1072 1034 # CONFIG_RTC_DRV_M48T59 is not set 1035 + # CONFIG_RTC_DRV_MSM6242 is not set 1073 1036 # CONFIG_RTC_DRV_BQ4802 is not set 1037 + # CONFIG_RTC_DRV_RP5C01 is not set 1074 1038 # CONFIG_RTC_DRV_V3020 is not set 1075 1039 1076 1040 # ··· 1283 1243 # CONFIG_DEBUG_FS is not set 1284 1244 # CONFIG_HEADERS_CHECK is not set 1285 1245 # CONFIG_DEBUG_KERNEL is not set 1286 - # CONFIG_DEBUG_BUGVERBOSE is not set 1246 + CONFIG_DEBUG_BUGVERBOSE=y 1287 1247 # CONFIG_DEBUG_MEMORY_INIT is not set 1288 1248 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1289 1249 # CONFIG_LATENCYTOP is not set 1250 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1290 1251 CONFIG_HAVE_FUNCTION_TRACER=y 1291 1252 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1292 1253 CONFIG_HAVE_DYNAMIC_FTRACE=y ··· 1310 1269 # CONFIG_KEYS is not set 1311 1270 # CONFIG_SECURITY is not set 1312 1271 # CONFIG_SECURITYFS is not set 1313 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1272 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1273 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1274 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1275 + CONFIG_DEFAULT_SECURITY_DAC=y 1276 + CONFIG_DEFAULT_SECURITY="" 1314 1277 # CONFIG_CRYPTO is not set 1315 1278 CONFIG_PPC_CLOCK=y 1316 1279 CONFIG_PPC_LIB_RHEAP=y
+65 -14
arch/powerpc/configs/52xx/tqm5200_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc4 4 - # Thu Oct 15 10:33:23 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Wed Dec 30 14:45:09 2009 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 59 58 CONFIG_GENERIC_BUG=y 60 59 CONFIG_DTC=y 61 60 CONFIG_DEFAULT_UIMAGE=y 61 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 62 62 # CONFIG_PPC_DCR_NATIVE is not set 63 63 # CONFIG_PPC_DCR_MMIO is not set 64 64 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 87 85 # 88 86 CONFIG_TREE_RCU=y 89 87 # CONFIG_TREE_PREEMPT_RCU is not set 88 + # CONFIG_TINY_RCU is not set 90 89 # CONFIG_RCU_TRACE is not set 91 90 CONFIG_RCU_FANOUT=32 92 91 # CONFIG_RCU_FANOUT_EXACT is not set ··· 174 171 # IO Schedulers 175 172 # 176 173 CONFIG_IOSCHED_NOOP=y 177 - CONFIG_IOSCHED_AS=y 178 174 CONFIG_IOSCHED_DEADLINE=y 179 175 CONFIG_IOSCHED_CFQ=y 180 - CONFIG_DEFAULT_AS=y 181 176 # CONFIG_DEFAULT_DEADLINE is not set 182 - # CONFIG_DEFAULT_CFQ is not set 177 + CONFIG_DEFAULT_CFQ=y 183 178 # CONFIG_DEFAULT_NOOP is not set 184 - CONFIG_DEFAULT_IOSCHED="anticipatory" 179 + CONFIG_DEFAULT_IOSCHED="cfq" 180 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 181 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 182 + # CONFIG_INLINE_SPIN_LOCK is not set 183 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 185 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 186 + CONFIG_INLINE_SPIN_UNLOCK=y 187 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 188 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 190 + # CONFIG_INLINE_READ_TRYLOCK is not set 191 + # CONFIG_INLINE_READ_LOCK is not set 192 + # CONFIG_INLINE_READ_LOCK_BH is not set 193 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 194 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 195 + CONFIG_INLINE_READ_UNLOCK=y 196 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 197 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 198 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 199 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 200 + # CONFIG_INLINE_WRITE_LOCK is not set 201 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 202 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 203 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 204 + CONFIG_INLINE_WRITE_UNLOCK=y 205 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 206 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 208 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 185 209 # CONFIG_FREEZER is not set 186 210 187 211 # ··· 224 194 # CONFIG_PPC_MEDIA5200 is not set 225 195 CONFIG_PPC_MPC5200_BUGFIX=y 226 196 # CONFIG_PPC_MPC5200_GPIO is not set 197 + # CONFIG_PPC_MPC5200_LPBFIFO is not set 227 198 # CONFIG_PPC_PMAC is not set 228 199 # CONFIG_PPC_CELL is not set 229 200 # CONFIG_PPC_CELL_NATIVE is not set ··· 280 249 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 281 250 # CONFIG_KEXEC is not set 282 251 # CONFIG_CRASH_DUMP is not set 252 + CONFIG_SPARSE_IRQ=y 283 253 CONFIG_MAX_ACTIVE_REGIONS=32 284 254 CONFIG_ARCH_FLATMEM_ENABLE=y 285 255 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 297 265 CONFIG_ZONE_DMA_FLAG=1 298 266 CONFIG_BOUNCE=y 299 267 CONFIG_VIRT_TO_BUS=y 300 - CONFIG_HAVE_MLOCK=y 301 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 302 268 # CONFIG_KSM is not set 303 269 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 304 270 CONFIG_PPC_4K_PAGES=y ··· 309 279 CONFIG_EXTRA_TARGETS="" 310 280 CONFIG_PM=y 311 281 # CONFIG_PM_DEBUG is not set 282 + # CONFIG_HIBERNATION is not set 312 283 # CONFIG_PM_RUNTIME is not set 313 284 CONFIG_SECCOMP=y 314 285 CONFIG_ISA_DMA_API=y ··· 415 384 # CONFIG_IRDA is not set 416 385 # CONFIG_BT is not set 417 386 # CONFIG_AF_RXRPC is not set 418 - # CONFIG_WIRELESS is not set 387 + CONFIG_WIRELESS=y 388 + # CONFIG_CFG80211 is not set 389 + # CONFIG_LIB80211 is not set 390 + 391 + # 392 + # CFG80211 needs to be enabled for MAC80211 393 + # 419 394 # CONFIG_WIMAX is not set 420 395 # CONFIG_RFKILL is not set 421 396 # CONFIG_NET_9P is not set ··· 533 496 # CONFIG_BLK_DEV_COW_COMMON is not set 534 497 CONFIG_BLK_DEV_LOOP=y 535 498 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 499 + 500 + # 501 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 502 + # 536 503 # CONFIG_BLK_DEV_NBD is not set 537 504 # CONFIG_BLK_DEV_UB is not set 538 505 CONFIG_BLK_DEV_RAM=y ··· 648 607 # CONFIG_NETDEV_1000 is not set 649 608 # CONFIG_NETDEV_10000 is not set 650 609 CONFIG_WLAN=y 651 - # CONFIG_WLAN_PRE80211 is not set 652 - # CONFIG_WLAN_80211 is not set 610 + # CONFIG_USB_ZD1201 is not set 611 + # CONFIG_HOSTAP is not set 653 612 654 613 # 655 614 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 704 663 CONFIG_SERIAL_MPC52xx=y 705 664 CONFIG_SERIAL_MPC52xx_CONSOLE=y 706 665 CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200 666 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 707 667 CONFIG_UNIX98_PTYS=y 708 668 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 709 669 CONFIG_LEGACY_PTYS=y ··· 750 708 # 751 709 # Miscellaneous I2C Chip support 752 710 # 753 - # CONFIG_DS1682 is not set 754 711 # CONFIG_SENSORS_TSL2550 is not set 755 712 # CONFIG_I2C_DEBUG_CORE is not set 756 713 # CONFIG_I2C_DEBUG_ALGO is not set ··· 794 753 # CONFIG_SENSORS_GL520SM is not set 795 754 # CONFIG_SENSORS_IT87 is not set 796 755 # CONFIG_SENSORS_LM63 is not set 756 + # CONFIG_SENSORS_LM73 is not set 797 757 # CONFIG_SENSORS_LM75 is not set 798 758 # CONFIG_SENSORS_LM77 is not set 799 759 # CONFIG_SENSORS_LM78 is not set ··· 860 818 # CONFIG_TWL4030_CORE is not set 861 819 # CONFIG_MFD_TMIO is not set 862 820 # CONFIG_PMIC_DA903X is not set 821 + # CONFIG_PMIC_ADP5520 is not set 863 822 # CONFIG_MFD_WM8400 is not set 864 823 # CONFIG_MFD_WM831X is not set 865 824 # CONFIG_MFD_WM8350_I2C is not set 866 825 # CONFIG_MFD_PCF50633 is not set 867 826 # CONFIG_AB3100_CORE is not set 827 + # CONFIG_MFD_88PM8607 is not set 868 828 # CONFIG_REGULATOR is not set 869 829 # CONFIG_MEDIA_SUPPORT is not set 870 830 ··· 924 880 # CONFIG_USB_SL811_HCD is not set 925 881 # CONFIG_USB_R8A66597_HCD is not set 926 882 # CONFIG_USB_HWA_HCD is not set 927 - # CONFIG_USB_MUSB_HDRC is not set 928 883 929 884 # 930 885 # USB Device Class drivers ··· 1027 984 # CONFIG_RTC_DRV_PCF8563 is not set 1028 985 # CONFIG_RTC_DRV_PCF8583 is not set 1029 986 # CONFIG_RTC_DRV_M41T80 is not set 987 + # CONFIG_RTC_DRV_BQ32K is not set 1030 988 # CONFIG_RTC_DRV_S35390A is not set 1031 989 # CONFIG_RTC_DRV_FM3130 is not set 1032 990 # CONFIG_RTC_DRV_RX8581 is not set ··· 1049 1005 # CONFIG_RTC_DRV_M48T86 is not set 1050 1006 # CONFIG_RTC_DRV_M48T35 is not set 1051 1007 # CONFIG_RTC_DRV_M48T59 is not set 1008 + # CONFIG_RTC_DRV_MSM6242 is not set 1052 1009 # CONFIG_RTC_DRV_BQ4802 is not set 1010 + # CONFIG_RTC_DRV_RP5C01 is not set 1053 1011 # CONFIG_RTC_DRV_V3020 is not set 1054 1012 1055 1013 # ··· 1321 1275 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1322 1276 # CONFIG_FAULT_INJECTION is not set 1323 1277 # CONFIG_LATENCYTOP is not set 1278 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1324 1279 # CONFIG_DEBUG_PAGEALLOC is not set 1325 1280 CONFIG_HAVE_FUNCTION_TRACER=y 1326 1281 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1365 1318 # CONFIG_KEYS is not set 1366 1319 # CONFIG_SECURITY is not set 1367 1320 # CONFIG_SECURITYFS is not set 1368 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1321 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1322 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1323 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1324 + CONFIG_DEFAULT_SECURITY_DAC=y 1325 + CONFIG_DEFAULT_SECURITY="" 1369 1326 CONFIG_CRYPTO=y 1370 1327 1371 1328 #
+66 -22
arch/powerpc/configs/83xx/asp8347_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:20 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:14 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 61 60 CONFIG_DTC=y 62 61 # CONFIG_DEFAULT_UIMAGE is not set 63 62 CONFIG_REDBOOT=y 63 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 64 64 CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 65 # CONFIG_PPC_DCR_NATIVE is not set 66 66 # CONFIG_PPC_DCR_MMIO is not set ··· 90 88 # 91 89 CONFIG_TREE_RCU=y 92 90 # CONFIG_TREE_PREEMPT_RCU is not set 91 + # CONFIG_TINY_RCU is not set 93 92 # CONFIG_RCU_TRACE is not set 94 93 CONFIG_RCU_FANOUT=32 95 94 # CONFIG_RCU_FANOUT_EXACT is not set ··· 177 174 # IO Schedulers 178 175 # 179 176 CONFIG_IOSCHED_NOOP=y 180 - CONFIG_IOSCHED_AS=y 181 177 CONFIG_IOSCHED_DEADLINE=y 182 178 CONFIG_IOSCHED_CFQ=y 183 - CONFIG_DEFAULT_AS=y 184 179 # CONFIG_DEFAULT_DEADLINE is not set 185 - # CONFIG_DEFAULT_CFQ is not set 180 + CONFIG_DEFAULT_CFQ=y 186 181 # CONFIG_DEFAULT_NOOP is not set 187 - CONFIG_DEFAULT_IOSCHED="anticipatory" 182 + CONFIG_DEFAULT_IOSCHED="cfq" 183 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 184 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 185 + # CONFIG_INLINE_SPIN_LOCK is not set 186 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 188 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 189 + CONFIG_INLINE_SPIN_UNLOCK=y 190 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 191 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 192 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 193 + # CONFIG_INLINE_READ_TRYLOCK is not set 194 + # CONFIG_INLINE_READ_LOCK is not set 195 + # CONFIG_INLINE_READ_LOCK_BH is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 197 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 198 + CONFIG_INLINE_READ_UNLOCK=y 199 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 200 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 201 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 202 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK is not set 204 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 206 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 207 + CONFIG_INLINE_WRITE_UNLOCK=y 208 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 209 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 210 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 211 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 188 212 # CONFIG_FREEZER is not set 189 213 190 214 # ··· 290 260 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 291 261 # CONFIG_KEXEC is not set 292 262 # CONFIG_CRASH_DUMP is not set 263 + CONFIG_SPARSE_IRQ=y 293 264 CONFIG_MAX_ACTIVE_REGIONS=32 294 265 CONFIG_ARCH_FLATMEM_ENABLE=y 295 266 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 307 276 CONFIG_ZONE_DMA_FLAG=1 308 277 CONFIG_BOUNCE=y 309 278 CONFIG_VIRT_TO_BUS=y 310 - CONFIG_HAVE_MLOCK=y 311 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 312 279 # CONFIG_KSM is not set 313 280 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 314 281 CONFIG_PPC_4K_PAGES=y ··· 433 404 # CONFIG_AF_RXRPC is not set 434 405 CONFIG_WIRELESS=y 435 406 # CONFIG_CFG80211 is not set 436 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 437 - CONFIG_WIRELESS_OLD_REGULATORY=y 438 - # CONFIG_WIRELESS_EXT is not set 439 407 # CONFIG_LIB80211 is not set 440 408 441 409 # ··· 556 530 # CONFIG_BLK_DEV_COW_COMMON is not set 557 531 CONFIG_BLK_DEV_LOOP=y 558 532 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 533 + 534 + # 535 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 536 + # 559 537 # CONFIG_BLK_DEV_NBD is not set 560 538 # CONFIG_BLK_DEV_SX8 is not set 561 539 # CONFIG_BLK_DEV_UB is not set ··· 571 541 # CONFIG_ATA_OVER_ETH is not set 572 542 # CONFIG_BLK_DEV_HD is not set 573 543 CONFIG_MISC_DEVICES=y 544 + # CONFIG_AD525X_DPOT is not set 574 545 # CONFIG_PHANTOM is not set 575 546 # CONFIG_SGI_IOC4 is not set 576 547 # CONFIG_TIFM_CORE is not set ··· 579 548 # CONFIG_ENCLOSURE_SERVICES is not set 580 549 # CONFIG_HP_ILO is not set 581 550 # CONFIG_ISL29003 is not set 551 + # CONFIG_DS1682 is not set 582 552 # CONFIG_C2PORT is not set 583 553 584 554 # ··· 613 581 # 614 582 615 583 # 616 - # See the help texts for more information. 584 + # The newer stack is recommended. 617 585 # 618 586 # CONFIG_FIREWIRE is not set 619 587 # CONFIG_IEEE1394 is not set ··· 700 668 # CONFIG_NETDEV_10000 is not set 701 669 # CONFIG_TR is not set 702 670 CONFIG_WLAN=y 703 - # CONFIG_WLAN_PRE80211 is not set 704 - # CONFIG_WLAN_80211 is not set 671 + # CONFIG_AIRO is not set 672 + # CONFIG_ATMEL is not set 673 + # CONFIG_PRISM54 is not set 674 + # CONFIG_USB_ZD1201 is not set 675 + # CONFIG_HOSTAP is not set 705 676 706 677 # 707 678 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 726 691 # CONFIG_NETCONSOLE is not set 727 692 # CONFIG_NETPOLL is not set 728 693 # CONFIG_NET_POLL_CONTROLLER is not set 694 + # CONFIG_VMXNET3 is not set 729 695 # CONFIG_ISDN is not set 730 696 # CONFIG_PHONE is not set 731 697 ··· 736 700 CONFIG_INPUT=y 737 701 # CONFIG_INPUT_FF_MEMLESS is not set 738 702 # CONFIG_INPUT_POLLDEV is not set 703 + # CONFIG_INPUT_SPARSEKMAP is not set 739 704 740 705 # 741 706 # Userland interfaces ··· 788 751 CONFIG_SERIAL_CORE_CONSOLE=y 789 752 # CONFIG_SERIAL_JSM is not set 790 753 # CONFIG_SERIAL_OF_PLATFORM is not set 754 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 791 755 CONFIG_UNIX98_PTYS=y 792 756 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 793 757 CONFIG_LEGACY_PTYS=y ··· 845 807 # CONFIG_I2C_TINY_USB is not set 846 808 847 809 # 848 - # Graphics adapter I2C/DDC channel drivers 849 - # 850 - # CONFIG_I2C_VOODOO3 is not set 851 - 852 - # 853 810 # Other I2C/SMBus bus drivers 854 811 # 855 812 # CONFIG_I2C_PCA_PLATFORM is not set ··· 853 820 # 854 821 # Miscellaneous I2C Chip support 855 822 # 856 - # CONFIG_DS1682 is not set 857 823 # CONFIG_SENSORS_TSL2550 is not set 858 824 # CONFIG_I2C_DEBUG_CORE is not set 859 825 # CONFIG_I2C_DEBUG_ALGO is not set ··· 898 866 # CONFIG_SENSORS_GL520SM is not set 899 867 # CONFIG_SENSORS_IT87 is not set 900 868 # CONFIG_SENSORS_LM63 is not set 869 + # CONFIG_SENSORS_LM73 is not set 901 870 # CONFIG_SENSORS_LM75 is not set 902 871 # CONFIG_SENSORS_LM77 is not set 903 872 # CONFIG_SENSORS_LM78 is not set ··· 937 904 # CONFIG_SENSORS_W83L786NG is not set 938 905 # CONFIG_SENSORS_W83627HF is not set 939 906 # CONFIG_SENSORS_W83627EHF is not set 907 + # CONFIG_SENSORS_LIS3_I2C is not set 940 908 CONFIG_THERMAL=y 941 909 # CONFIG_THERMAL_HWMON is not set 942 910 CONFIG_WATCHDOG=y ··· 976 942 # CONFIG_TWL4030_CORE is not set 977 943 # CONFIG_MFD_TMIO is not set 978 944 # CONFIG_PMIC_DA903X is not set 945 + # CONFIG_PMIC_ADP5520 is not set 979 946 # CONFIG_MFD_WM8400 is not set 980 947 # CONFIG_MFD_WM831X is not set 981 948 # CONFIG_MFD_WM8350_I2C is not set 982 949 # CONFIG_MFD_PCF50633 is not set 983 950 # CONFIG_AB3100_CORE is not set 951 + # CONFIG_MFD_88PM8607 is not set 984 952 # CONFIG_REGULATOR is not set 985 953 # CONFIG_MEDIA_SUPPORT is not set 986 954 ··· 1032 996 CONFIG_USB_EHCI_HCD=y 1033 997 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1034 998 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 999 + # CONFIG_XPS_USB_HCD_XILINX is not set 1035 1000 CONFIG_USB_EHCI_FSL=y 1036 1001 CONFIG_USB_EHCI_HCD_PPC_OF=y 1037 1002 # CONFIG_USB_OXU210HP_HCD is not set ··· 1138 1101 # CONFIG_RTC_DRV_PCF8563 is not set 1139 1102 # CONFIG_RTC_DRV_PCF8583 is not set 1140 1103 # CONFIG_RTC_DRV_M41T80 is not set 1104 + # CONFIG_RTC_DRV_BQ32K is not set 1141 1105 # CONFIG_RTC_DRV_S35390A is not set 1142 1106 # CONFIG_RTC_DRV_FM3130 is not set 1143 1107 # CONFIG_RTC_DRV_RX8581 is not set ··· 1160 1122 # CONFIG_RTC_DRV_M48T86 is not set 1161 1123 # CONFIG_RTC_DRV_M48T35 is not set 1162 1124 # CONFIG_RTC_DRV_M48T59 is not set 1125 + # CONFIG_RTC_DRV_MSM6242 is not set 1163 1126 # CONFIG_RTC_DRV_BQ4802 is not set 1127 + # CONFIG_RTC_DRV_RP5C01 is not set 1164 1128 # CONFIG_RTC_DRV_V3020 is not set 1165 1129 1166 1130 # ··· 1387 1347 # CONFIG_DEBUG_KERNEL is not set 1388 1348 # CONFIG_SLUB_DEBUG_ON is not set 1389 1349 # CONFIG_SLUB_STATS is not set 1390 - # CONFIG_DEBUG_BUGVERBOSE is not set 1350 + CONFIG_DEBUG_BUGVERBOSE=y 1391 1351 # CONFIG_DEBUG_MEMORY_INIT is not set 1392 1352 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1393 1353 # CONFIG_LATENCYTOP is not set ··· 1414 1374 # CONFIG_KEYS is not set 1415 1375 # CONFIG_SECURITY is not set 1416 1376 # CONFIG_SECURITYFS is not set 1417 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1377 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1378 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1379 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1380 + CONFIG_DEFAULT_SECURITY_DAC=y 1381 + CONFIG_DEFAULT_SECURITY="" 1418 1382 CONFIG_CRYPTO=y 1419 1383 1420 1384 #
+56 -12
arch/powerpc/configs/83xx/kmeter1_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:21 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:14 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 91 89 # 92 90 CONFIG_TREE_RCU=y 93 91 # CONFIG_TREE_PREEMPT_RCU is not set 92 + # CONFIG_TINY_RCU is not set 94 93 # CONFIG_RCU_TRACE is not set 95 94 CONFIG_RCU_FANOUT=32 96 95 # CONFIG_RCU_FANOUT_EXACT is not set ··· 171 168 # IO Schedulers 172 169 # 173 170 CONFIG_IOSCHED_NOOP=y 174 - # CONFIG_IOSCHED_AS is not set 175 171 # CONFIG_IOSCHED_DEADLINE is not set 176 172 # CONFIG_IOSCHED_CFQ is not set 177 - # CONFIG_DEFAULT_AS is not set 178 173 # CONFIG_DEFAULT_DEADLINE is not set 179 174 # CONFIG_DEFAULT_CFQ is not set 180 175 CONFIG_DEFAULT_NOOP=y 181 176 CONFIG_DEFAULT_IOSCHED="noop" 177 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 178 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 179 + # CONFIG_INLINE_SPIN_LOCK is not set 180 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 181 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 182 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 183 + # CONFIG_INLINE_SPIN_UNLOCK is not set 184 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 185 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 186 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 187 + # CONFIG_INLINE_READ_TRYLOCK is not set 188 + # CONFIG_INLINE_READ_LOCK is not set 189 + # CONFIG_INLINE_READ_LOCK_BH is not set 190 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 191 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 192 + # CONFIG_INLINE_READ_UNLOCK is not set 193 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 194 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 195 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 196 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 197 + # CONFIG_INLINE_WRITE_LOCK is not set 198 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 199 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 200 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 201 + # CONFIG_INLINE_WRITE_UNLOCK is not set 202 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 203 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 204 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 205 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 182 206 # CONFIG_FREEZER is not set 183 207 184 208 # ··· 283 253 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 284 254 # CONFIG_KEXEC is not set 285 255 # CONFIG_CRASH_DUMP is not set 256 + CONFIG_SPARSE_IRQ=y 286 257 CONFIG_MAX_ACTIVE_REGIONS=32 287 258 CONFIG_ARCH_FLATMEM_ENABLE=y 288 259 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 300 269 CONFIG_ZONE_DMA_FLAG=1 301 270 CONFIG_BOUNCE=y 302 271 CONFIG_VIRT_TO_BUS=y 303 - CONFIG_HAVE_MLOCK=y 304 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 305 272 # CONFIG_KSM is not set 306 273 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 307 274 CONFIG_PPC_4K_PAGES=y ··· 413 384 # CONFIG_IRDA is not set 414 385 # CONFIG_BT is not set 415 386 # CONFIG_AF_RXRPC is not set 416 - # CONFIG_WIRELESS is not set 387 + CONFIG_WIRELESS=y 388 + # CONFIG_CFG80211 is not set 389 + # CONFIG_LIB80211 is not set 390 + 391 + # 392 + # CFG80211 needs to be enabled for MAC80211 393 + # 417 394 # CONFIG_WIMAX is not set 418 395 # CONFIG_RFKILL is not set 419 396 # CONFIG_NET_9P is not set ··· 547 512 # CONFIG_BLK_DEV_FD is not set 548 513 # CONFIG_BLK_DEV_COW_COMMON is not set 549 514 # CONFIG_BLK_DEV_LOOP is not set 515 + 516 + # 517 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 518 + # 550 519 # CONFIG_BLK_DEV_NBD is not set 551 520 # CONFIG_BLK_DEV_RAM is not set 552 521 # CONFIG_CDROM_PKTCDVD is not set ··· 620 581 # CONFIG_MV643XX_ETH is not set 621 582 # CONFIG_NETDEV_10000 is not set 622 583 CONFIG_WLAN=y 623 - # CONFIG_WLAN_PRE80211 is not set 624 - # CONFIG_WLAN_80211 is not set 584 + # CONFIG_HOSTAP is not set 625 585 626 586 # 627 587 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 690 652 CONFIG_SERIAL_CORE_CONSOLE=y 691 653 # CONFIG_SERIAL_OF_PLATFORM is not set 692 654 # CONFIG_SERIAL_QE is not set 655 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 693 656 CONFIG_UNIX98_PTYS=y 694 657 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 695 658 CONFIG_LEGACY_PTYS=y ··· 736 697 # 737 698 # Miscellaneous I2C Chip support 738 699 # 739 - # CONFIG_DS1682 is not set 740 700 # CONFIG_SENSORS_TSL2550 is not set 741 701 # CONFIG_I2C_DEBUG_CORE is not set 742 702 # CONFIG_I2C_DEBUG_ALGO is not set ··· 770 732 # CONFIG_TWL4030_CORE is not set 771 733 # CONFIG_MFD_TMIO is not set 772 734 # CONFIG_PMIC_DA903X is not set 735 + # CONFIG_PMIC_ADP5520 is not set 773 736 # CONFIG_MFD_WM8400 is not set 774 737 # CONFIG_MFD_WM831X is not set 775 738 # CONFIG_MFD_WM8350_I2C is not set 776 739 # CONFIG_MFD_PCF50633 is not set 777 740 # CONFIG_AB3100_CORE is not set 741 + # CONFIG_MFD_88PM8607 is not set 778 742 # CONFIG_REGULATOR is not set 779 743 # CONFIG_MEDIA_SUPPORT is not set 780 744 ··· 973 933 CONFIG_DEBUG_FS=y 974 934 # CONFIG_HEADERS_CHECK is not set 975 935 # CONFIG_DEBUG_KERNEL is not set 976 - # CONFIG_DEBUG_BUGVERBOSE is not set 936 + CONFIG_DEBUG_BUGVERBOSE=y 977 937 # CONFIG_DEBUG_MEMORY_INIT is not set 978 938 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 979 939 # CONFIG_LATENCYTOP is not set ··· 1003 963 # CONFIG_KEYS is not set 1004 964 # CONFIG_SECURITY is not set 1005 965 # CONFIG_SECURITYFS is not set 1006 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 966 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 967 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 968 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 969 + CONFIG_DEFAULT_SECURITY_DAC=y 970 + CONFIG_DEFAULT_SECURITY="" 1007 971 # CONFIG_CRYPTO is not set 1008 972 # CONFIG_PPC_CLOCK is not set 1009 973 CONFIG_PPC_LIB_RHEAP=y
+75 -22
arch/powerpc/configs/83xx/mpc8313_rdb_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:22 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:15 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 176 173 # IO Schedulers 177 174 # 178 175 CONFIG_IOSCHED_NOOP=y 179 - CONFIG_IOSCHED_AS=y 180 176 CONFIG_IOSCHED_DEADLINE=y 181 177 CONFIG_IOSCHED_CFQ=y 182 - CONFIG_DEFAULT_AS=y 183 178 # CONFIG_DEFAULT_DEADLINE is not set 184 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 185 180 # CONFIG_DEFAULT_NOOP is not set 186 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + CONFIG_INLINE_SPIN_UNLOCK=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_READ_UNLOCK=y 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_WRITE_UNLOCK=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 187 211 # CONFIG_FREEZER is not set 188 212 189 213 # ··· 289 259 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 290 260 # CONFIG_KEXEC is not set 291 261 # CONFIG_CRASH_DUMP is not set 262 + CONFIG_SPARSE_IRQ=y 292 263 CONFIG_MAX_ACTIVE_REGIONS=32 293 264 CONFIG_ARCH_FLATMEM_ENABLE=y 294 265 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 306 275 CONFIG_ZONE_DMA_FLAG=1 307 276 CONFIG_BOUNCE=y 308 277 CONFIG_VIRT_TO_BUS=y 309 - CONFIG_HAVE_MLOCK=y 310 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 311 278 # CONFIG_KSM is not set 312 279 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 313 280 CONFIG_PPC_4K_PAGES=y ··· 433 404 # CONFIG_AF_RXRPC is not set 434 405 CONFIG_WIRELESS=y 435 406 # CONFIG_CFG80211 is not set 436 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 437 - CONFIG_WIRELESS_OLD_REGULATORY=y 438 - # CONFIG_WIRELESS_EXT is not set 439 407 # CONFIG_LIB80211 is not set 440 408 441 409 # ··· 570 544 # CONFIG_BLK_DEV_COW_COMMON is not set 571 545 CONFIG_BLK_DEV_LOOP=y 572 546 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 547 + 548 + # 549 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 550 + # 573 551 # CONFIG_BLK_DEV_NBD is not set 574 552 # CONFIG_BLK_DEV_SX8 is not set 575 553 # CONFIG_BLK_DEV_UB is not set ··· 585 555 # CONFIG_ATA_OVER_ETH is not set 586 556 # CONFIG_BLK_DEV_HD is not set 587 557 CONFIG_MISC_DEVICES=y 558 + # CONFIG_AD525X_DPOT is not set 588 559 # CONFIG_PHANTOM is not set 589 560 # CONFIG_SGI_IOC4 is not set 590 561 # CONFIG_TIFM_CORE is not set ··· 593 562 # CONFIG_ENCLOSURE_SERVICES is not set 594 563 # CONFIG_HP_ILO is not set 595 564 # CONFIG_ISL29003 is not set 565 + # CONFIG_DS1682 is not set 566 + # CONFIG_TI_DAC7512 is not set 596 567 # CONFIG_C2PORT is not set 597 568 598 569 # ··· 648 615 # CONFIG_SCSI_BNX2_ISCSI is not set 649 616 # CONFIG_BE2ISCSI is not set 650 617 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 618 + # CONFIG_SCSI_HPSA is not set 651 619 # CONFIG_SCSI_3W_9XXX is not set 620 + # CONFIG_SCSI_3W_SAS is not set 652 621 # CONFIG_SCSI_ACARD is not set 653 622 # CONFIG_SCSI_AACRAID is not set 654 623 # CONFIG_SCSI_AIC7XXX is not set ··· 688 653 # CONFIG_SCSI_NSP32 is not set 689 654 # CONFIG_SCSI_DEBUG is not set 690 655 # CONFIG_SCSI_PMCRAID is not set 656 + # CONFIG_SCSI_PM8001 is not set 691 657 # CONFIG_SCSI_SRP is not set 692 658 # CONFIG_SCSI_BFA_FC is not set 693 659 # CONFIG_SCSI_DH is not set ··· 716 680 # 717 681 718 682 # 719 - # See the help texts for more information. 683 + # The newer stack is recommended. 720 684 # 721 685 # CONFIG_FIREWIRE is not set 722 686 # CONFIG_IEEE1394 is not set ··· 841 805 # CONFIG_BE2NET is not set 842 806 # CONFIG_TR is not set 843 807 CONFIG_WLAN=y 844 - # CONFIG_WLAN_PRE80211 is not set 845 - # CONFIG_WLAN_80211 is not set 808 + # CONFIG_AIRO is not set 809 + # CONFIG_ATMEL is not set 810 + # CONFIG_PRISM54 is not set 811 + # CONFIG_USB_ZD1201 is not set 812 + # CONFIG_HOSTAP is not set 846 813 847 814 # 848 815 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 868 829 # CONFIG_NETCONSOLE is not set 869 830 # CONFIG_NETPOLL is not set 870 831 # CONFIG_NET_POLL_CONTROLLER is not set 832 + # CONFIG_VMXNET3 is not set 871 833 # CONFIG_ISDN is not set 872 834 # CONFIG_PHONE is not set 873 835 ··· 878 838 CONFIG_INPUT=y 879 839 # CONFIG_INPUT_FF_MEMLESS is not set 880 840 # CONFIG_INPUT_POLLDEV is not set 841 + # CONFIG_INPUT_SPARSEKMAP is not set 881 842 882 843 # 883 844 # Userland interfaces ··· 931 890 CONFIG_SERIAL_CORE_CONSOLE=y 932 891 # CONFIG_SERIAL_JSM is not set 933 892 # CONFIG_SERIAL_OF_PLATFORM is not set 893 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 934 894 CONFIG_UNIX98_PTYS=y 935 895 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 936 896 CONFIG_LEGACY_PTYS=y ··· 989 947 # CONFIG_I2C_TINY_USB is not set 990 948 991 949 # 992 - # Graphics adapter I2C/DDC channel drivers 993 - # 994 - # CONFIG_I2C_VOODOO3 is not set 995 - 996 - # 997 950 # Other I2C/SMBus bus drivers 998 951 # 999 952 # CONFIG_I2C_PCA_PLATFORM is not set ··· 997 960 # 998 961 # Miscellaneous I2C Chip support 999 962 # 1000 - # CONFIG_DS1682 is not set 1001 963 # CONFIG_SENSORS_TSL2550 is not set 1002 964 # CONFIG_I2C_DEBUG_CORE is not set 1003 965 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1011 975 # 1012 976 CONFIG_SPI_BITBANG=y 1013 977 # CONFIG_SPI_MPC8xxx is not set 978 + # CONFIG_SPI_XILINX is not set 979 + # CONFIG_SPI_DESIGNWARE is not set 1014 980 1015 981 # 1016 982 # SPI Protocol Masters ··· 1060 1022 # CONFIG_SENSORS_IT87 is not set 1061 1023 # CONFIG_SENSORS_LM63 is not set 1062 1024 # CONFIG_SENSORS_LM70 is not set 1025 + # CONFIG_SENSORS_LM73 is not set 1063 1026 # CONFIG_SENSORS_LM75 is not set 1064 1027 # CONFIG_SENSORS_LM77 is not set 1065 1028 # CONFIG_SENSORS_LM78 is not set ··· 1101 1062 # CONFIG_SENSORS_W83627HF is not set 1102 1063 # CONFIG_SENSORS_W83627EHF is not set 1103 1064 # CONFIG_SENSORS_LIS3_SPI is not set 1065 + # CONFIG_SENSORS_LIS3_I2C is not set 1104 1066 # CONFIG_THERMAL is not set 1105 1067 CONFIG_WATCHDOG=y 1106 1068 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1139 1099 # CONFIG_TWL4030_CORE is not set 1140 1100 # CONFIG_MFD_TMIO is not set 1141 1101 # CONFIG_PMIC_DA903X is not set 1102 + # CONFIG_PMIC_ADP5520 is not set 1142 1103 # CONFIG_MFD_WM8400 is not set 1143 1104 # CONFIG_MFD_WM831X is not set 1144 1105 # CONFIG_MFD_WM8350_I2C is not set ··· 1147 1106 # CONFIG_MFD_MC13783 is not set 1148 1107 # CONFIG_AB3100_CORE is not set 1149 1108 # CONFIG_EZX_PCAP is not set 1109 + # CONFIG_MFD_88PM8607 is not set 1110 + # CONFIG_AB4500_CORE is not set 1150 1111 # CONFIG_REGULATOR is not set 1151 1112 # CONFIG_MEDIA_SUPPORT is not set 1152 1113 ··· 1216 1173 CONFIG_USB_EHCI_HCD=y 1217 1174 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1218 1175 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1176 + # CONFIG_XPS_USB_HCD_XILINX is not set 1219 1177 CONFIG_USB_EHCI_FSL=y 1220 1178 CONFIG_USB_EHCI_HCD_PPC_OF=y 1221 1179 # CONFIG_USB_OXU210HP_HCD is not set ··· 1331 1287 CONFIG_USB_GADGET_DUALSPEED=y 1332 1288 # CONFIG_USB_ZERO is not set 1333 1289 # CONFIG_USB_AUDIO is not set 1334 - CONFIG_USB_ETH=y 1290 + CONFIG_USB_ETH=m 1335 1291 CONFIG_USB_ETH_RNDIS=y 1336 1292 # CONFIG_USB_ETH_EEM is not set 1337 1293 # CONFIG_USB_GADGETFS is not set 1338 1294 # CONFIG_USB_FILE_STORAGE is not set 1295 + # CONFIG_USB_MASS_STORAGE is not set 1339 1296 # CONFIG_USB_G_SERIAL is not set 1340 1297 # CONFIG_USB_MIDI_GADGET is not set 1341 1298 # CONFIG_USB_G_PRINTER is not set 1342 1299 # CONFIG_USB_CDC_COMPOSITE is not set 1300 + # CONFIG_USB_G_MULTI is not set 1343 1301 1344 1302 # 1345 1303 # OTG and related infrastructure ··· 1382 1336 # CONFIG_RTC_DRV_PCF8563 is not set 1383 1337 # CONFIG_RTC_DRV_PCF8583 is not set 1384 1338 # CONFIG_RTC_DRV_M41T80 is not set 1339 + # CONFIG_RTC_DRV_BQ32K is not set 1385 1340 # CONFIG_RTC_DRV_S35390A is not set 1386 1341 # CONFIG_RTC_DRV_FM3130 is not set 1387 1342 # CONFIG_RTC_DRV_RX8581 is not set ··· 1412 1365 # CONFIG_RTC_DRV_M48T86 is not set 1413 1366 # CONFIG_RTC_DRV_M48T35 is not set 1414 1367 # CONFIG_RTC_DRV_M48T59 is not set 1368 + # CONFIG_RTC_DRV_MSM6242 is not set 1415 1369 # CONFIG_RTC_DRV_BQ4802 is not set 1370 + # CONFIG_RTC_DRV_RP5C01 is not set 1416 1371 # CONFIG_RTC_DRV_V3020 is not set 1417 1372 1418 1373 # ··· 1725 1676 # CONFIG_KEYS is not set 1726 1677 # CONFIG_SECURITY is not set 1727 1678 # CONFIG_SECURITYFS is not set 1728 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1679 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1680 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1681 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1682 + CONFIG_DEFAULT_SECURITY_DAC=y 1683 + CONFIG_DEFAULT_SECURITY="" 1729 1684 CONFIG_CRYPTO=y 1730 1685 1731 1686 #
+77 -23
arch/powerpc/configs/83xx/mpc8315_rdb_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:23 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:16 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 176 173 # IO Schedulers 177 174 # 178 175 CONFIG_IOSCHED_NOOP=y 179 - CONFIG_IOSCHED_AS=y 180 176 CONFIG_IOSCHED_DEADLINE=y 181 177 CONFIG_IOSCHED_CFQ=y 182 - CONFIG_DEFAULT_AS=y 183 178 # CONFIG_DEFAULT_DEADLINE is not set 184 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 185 180 # CONFIG_DEFAULT_NOOP is not set 186 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + CONFIG_INLINE_SPIN_UNLOCK=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_READ_UNLOCK=y 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_WRITE_UNLOCK=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 187 211 # CONFIG_FREEZER is not set 188 212 189 213 # ··· 289 259 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 290 260 # CONFIG_KEXEC is not set 291 261 # CONFIG_CRASH_DUMP is not set 262 + CONFIG_SPARSE_IRQ=y 292 263 CONFIG_MAX_ACTIVE_REGIONS=32 293 264 CONFIG_ARCH_FLATMEM_ENABLE=y 294 265 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 306 275 CONFIG_ZONE_DMA_FLAG=1 307 276 CONFIG_BOUNCE=y 308 277 CONFIG_VIRT_TO_BUS=y 309 - CONFIG_HAVE_MLOCK=y 310 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 311 278 # CONFIG_KSM is not set 312 279 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 313 280 CONFIG_PPC_4K_PAGES=y ··· 433 404 # CONFIG_AF_RXRPC is not set 434 405 CONFIG_WIRELESS=y 435 406 # CONFIG_CFG80211 is not set 436 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 437 - CONFIG_WIRELESS_OLD_REGULATORY=y 438 - # CONFIG_WIRELESS_EXT is not set 439 407 # CONFIG_LIB80211 is not set 440 408 441 409 # ··· 570 544 # CONFIG_BLK_DEV_COW_COMMON is not set 571 545 CONFIG_BLK_DEV_LOOP=y 572 546 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 547 + 548 + # 549 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 550 + # 573 551 # CONFIG_BLK_DEV_NBD is not set 574 552 # CONFIG_BLK_DEV_SX8 is not set 575 553 # CONFIG_BLK_DEV_UB is not set ··· 585 555 # CONFIG_ATA_OVER_ETH is not set 586 556 # CONFIG_BLK_DEV_HD is not set 587 557 CONFIG_MISC_DEVICES=y 558 + # CONFIG_AD525X_DPOT is not set 588 559 # CONFIG_PHANTOM is not set 589 560 # CONFIG_SGI_IOC4 is not set 590 561 # CONFIG_TIFM_CORE is not set ··· 593 562 # CONFIG_ENCLOSURE_SERVICES is not set 594 563 # CONFIG_HP_ILO is not set 595 564 # CONFIG_ISL29003 is not set 565 + # CONFIG_DS1682 is not set 566 + # CONFIG_TI_DAC7512 is not set 596 567 # CONFIG_C2PORT is not set 597 568 598 569 # ··· 648 615 # CONFIG_SCSI_BNX2_ISCSI is not set 649 616 # CONFIG_BE2ISCSI is not set 650 617 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 618 + # CONFIG_SCSI_HPSA is not set 651 619 # CONFIG_SCSI_3W_9XXX is not set 620 + # CONFIG_SCSI_3W_SAS is not set 652 621 # CONFIG_SCSI_ACARD is not set 653 622 # CONFIG_SCSI_AACRAID is not set 654 623 # CONFIG_SCSI_AIC7XXX is not set ··· 689 654 # CONFIG_SCSI_NSP32 is not set 690 655 # CONFIG_SCSI_DEBUG is not set 691 656 # CONFIG_SCSI_PMCRAID is not set 657 + # CONFIG_SCSI_PM8001 is not set 692 658 # CONFIG_SCSI_SRP is not set 693 659 # CONFIG_SCSI_BFA_FC is not set 694 660 # CONFIG_SCSI_DH is not set ··· 745 709 # CONFIG_PATA_NS87415 is not set 746 710 # CONFIG_PATA_OPTI is not set 747 711 # CONFIG_PATA_OPTIDMA is not set 712 + # CONFIG_PATA_PDC2027X is not set 748 713 # CONFIG_PATA_PDC_OLD is not set 749 714 # CONFIG_PATA_RADISYS is not set 750 715 # CONFIG_PATA_RDC is not set 751 716 # CONFIG_PATA_RZ1000 is not set 752 717 # CONFIG_PATA_SC1200 is not set 753 718 # CONFIG_PATA_SERVERWORKS is not set 754 - # CONFIG_PATA_PDC2027X is not set 755 719 # CONFIG_PATA_SIL680 is not set 756 720 # CONFIG_PATA_SIS is not set 721 + # CONFIG_PATA_TOSHIBA is not set 757 722 # CONFIG_PATA_VIA is not set 758 723 # CONFIG_PATA_WINBOND is not set 759 724 # CONFIG_PATA_PLATFORM is not set ··· 781 744 # 782 745 783 746 # 784 - # See the help texts for more information. 747 + # The newer stack is recommended. 785 748 # 786 749 # CONFIG_FIREWIRE is not set 787 750 # CONFIG_IEEE1394 is not set ··· 906 869 # CONFIG_BE2NET is not set 907 870 # CONFIG_TR is not set 908 871 CONFIG_WLAN=y 909 - # CONFIG_WLAN_PRE80211 is not set 910 - # CONFIG_WLAN_80211 is not set 872 + # CONFIG_AIRO is not set 873 + # CONFIG_ATMEL is not set 874 + # CONFIG_PRISM54 is not set 875 + # CONFIG_USB_ZD1201 is not set 876 + # CONFIG_HOSTAP is not set 911 877 912 878 # 913 879 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 933 893 # CONFIG_NETCONSOLE is not set 934 894 # CONFIG_NETPOLL is not set 935 895 # CONFIG_NET_POLL_CONTROLLER is not set 896 + # CONFIG_VMXNET3 is not set 936 897 # CONFIG_ISDN is not set 937 898 # CONFIG_PHONE is not set 938 899 ··· 943 902 CONFIG_INPUT=y 944 903 # CONFIG_INPUT_FF_MEMLESS is not set 945 904 # CONFIG_INPUT_POLLDEV is not set 905 + # CONFIG_INPUT_SPARSEKMAP is not set 946 906 947 907 # 948 908 # Userland interfaces ··· 996 954 CONFIG_SERIAL_CORE_CONSOLE=y 997 955 # CONFIG_SERIAL_JSM is not set 998 956 # CONFIG_SERIAL_OF_PLATFORM is not set 957 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 999 958 CONFIG_UNIX98_PTYS=y 1000 959 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1001 960 CONFIG_LEGACY_PTYS=y ··· 1054 1011 # CONFIG_I2C_TINY_USB is not set 1055 1012 1056 1013 # 1057 - # Graphics adapter I2C/DDC channel drivers 1058 - # 1059 - # CONFIG_I2C_VOODOO3 is not set 1060 - 1061 - # 1062 1014 # Other I2C/SMBus bus drivers 1063 1015 # 1064 1016 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1062 1024 # 1063 1025 # Miscellaneous I2C Chip support 1064 1026 # 1065 - # CONFIG_DS1682 is not set 1066 1027 # CONFIG_SENSORS_TSL2550 is not set 1067 1028 # CONFIG_I2C_DEBUG_CORE is not set 1068 1029 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1076 1039 # 1077 1040 CONFIG_SPI_BITBANG=y 1078 1041 # CONFIG_SPI_MPC8xxx is not set 1042 + # CONFIG_SPI_XILINX is not set 1043 + # CONFIG_SPI_DESIGNWARE is not set 1079 1044 1080 1045 # 1081 1046 # SPI Protocol Masters ··· 1125 1086 # CONFIG_SENSORS_IT87 is not set 1126 1087 # CONFIG_SENSORS_LM63 is not set 1127 1088 # CONFIG_SENSORS_LM70 is not set 1089 + # CONFIG_SENSORS_LM73 is not set 1128 1090 # CONFIG_SENSORS_LM75 is not set 1129 1091 # CONFIG_SENSORS_LM77 is not set 1130 1092 # CONFIG_SENSORS_LM78 is not set ··· 1166 1126 # CONFIG_SENSORS_W83627HF is not set 1167 1127 # CONFIG_SENSORS_W83627EHF is not set 1168 1128 # CONFIG_SENSORS_LIS3_SPI is not set 1129 + # CONFIG_SENSORS_LIS3_I2C is not set 1169 1130 # CONFIG_THERMAL is not set 1170 1131 CONFIG_WATCHDOG=y 1171 1132 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1204 1163 # CONFIG_TWL4030_CORE is not set 1205 1164 # CONFIG_MFD_TMIO is not set 1206 1165 # CONFIG_PMIC_DA903X is not set 1166 + # CONFIG_PMIC_ADP5520 is not set 1207 1167 # CONFIG_MFD_WM8400 is not set 1208 1168 # CONFIG_MFD_WM831X is not set 1209 1169 # CONFIG_MFD_WM8350_I2C is not set ··· 1212 1170 # CONFIG_MFD_MC13783 is not set 1213 1171 # CONFIG_AB3100_CORE is not set 1214 1172 # CONFIG_EZX_PCAP is not set 1173 + # CONFIG_MFD_88PM8607 is not set 1174 + # CONFIG_AB4500_CORE is not set 1215 1175 # CONFIG_REGULATOR is not set 1216 1176 # CONFIG_MEDIA_SUPPORT is not set 1217 1177 ··· 1281 1237 CONFIG_USB_EHCI_HCD=y 1282 1238 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1283 1239 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1240 + # CONFIG_XPS_USB_HCD_XILINX is not set 1284 1241 CONFIG_USB_EHCI_FSL=y 1285 1242 CONFIG_USB_EHCI_HCD_PPC_OF=y 1286 1243 # CONFIG_USB_OXU210HP_HCD is not set ··· 1396 1351 CONFIG_USB_GADGET_DUALSPEED=y 1397 1352 # CONFIG_USB_ZERO is not set 1398 1353 # CONFIG_USB_AUDIO is not set 1399 - CONFIG_USB_ETH=y 1354 + CONFIG_USB_ETH=m 1400 1355 CONFIG_USB_ETH_RNDIS=y 1401 1356 # CONFIG_USB_ETH_EEM is not set 1402 1357 # CONFIG_USB_GADGETFS is not set 1403 1358 # CONFIG_USB_FILE_STORAGE is not set 1359 + # CONFIG_USB_MASS_STORAGE is not set 1404 1360 # CONFIG_USB_G_SERIAL is not set 1405 1361 # CONFIG_USB_MIDI_GADGET is not set 1406 1362 # CONFIG_USB_G_PRINTER is not set 1407 1363 # CONFIG_USB_CDC_COMPOSITE is not set 1364 + # CONFIG_USB_G_MULTI is not set 1408 1365 1409 1366 # 1410 1367 # OTG and related infrastructure ··· 1447 1400 # CONFIG_RTC_DRV_PCF8563 is not set 1448 1401 # CONFIG_RTC_DRV_PCF8583 is not set 1449 1402 # CONFIG_RTC_DRV_M41T80 is not set 1403 + # CONFIG_RTC_DRV_BQ32K is not set 1450 1404 # CONFIG_RTC_DRV_S35390A is not set 1451 1405 # CONFIG_RTC_DRV_FM3130 is not set 1452 1406 # CONFIG_RTC_DRV_RX8581 is not set ··· 1477 1429 # CONFIG_RTC_DRV_M48T86 is not set 1478 1430 # CONFIG_RTC_DRV_M48T35 is not set 1479 1431 # CONFIG_RTC_DRV_M48T59 is not set 1432 + # CONFIG_RTC_DRV_MSM6242 is not set 1480 1433 # CONFIG_RTC_DRV_BQ4802 is not set 1434 + # CONFIG_RTC_DRV_RP5C01 is not set 1481 1435 # CONFIG_RTC_DRV_V3020 is not set 1482 1436 1483 1437 # ··· 1790 1740 # CONFIG_KEYS is not set 1791 1741 # CONFIG_SECURITY is not set 1792 1742 # CONFIG_SECURITYFS is not set 1793 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1743 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1744 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1745 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1746 + CONFIG_DEFAULT_SECURITY_DAC=y 1747 + CONFIG_DEFAULT_SECURITY="" 1794 1748 CONFIG_CRYPTO=y 1795 1749 1796 1750 #
+67 -22
arch/powerpc/configs/83xx/mpc832x_mds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:24 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:17 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 176 173 # IO Schedulers 177 174 # 178 175 CONFIG_IOSCHED_NOOP=y 179 - CONFIG_IOSCHED_AS=y 180 176 CONFIG_IOSCHED_DEADLINE=y 181 177 CONFIG_IOSCHED_CFQ=y 182 - CONFIG_DEFAULT_AS=y 183 178 # CONFIG_DEFAULT_DEADLINE is not set 184 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 185 180 # CONFIG_DEFAULT_NOOP is not set 186 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + CONFIG_INLINE_SPIN_UNLOCK=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_READ_UNLOCK=y 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_WRITE_UNLOCK=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 187 211 # CONFIG_FREEZER is not set 188 212 189 213 # ··· 290 260 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 291 261 # CONFIG_KEXEC is not set 292 262 # CONFIG_CRASH_DUMP is not set 263 + CONFIG_SPARSE_IRQ=y 293 264 CONFIG_MAX_ACTIVE_REGIONS=32 294 265 CONFIG_ARCH_FLATMEM_ENABLE=y 295 266 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 307 276 CONFIG_ZONE_DMA_FLAG=1 308 277 CONFIG_BOUNCE=y 309 278 CONFIG_VIRT_TO_BUS=y 310 - CONFIG_HAVE_MLOCK=y 311 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 312 279 # CONFIG_KSM is not set 313 280 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 314 281 CONFIG_PPC_4K_PAGES=y ··· 433 404 # CONFIG_AF_RXRPC is not set 434 405 CONFIG_WIRELESS=y 435 406 # CONFIG_CFG80211 is not set 436 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 437 - CONFIG_WIRELESS_OLD_REGULATORY=y 438 - # CONFIG_WIRELESS_EXT is not set 439 407 # CONFIG_LIB80211 is not set 440 408 441 409 # ··· 470 444 # CONFIG_BLK_DEV_COW_COMMON is not set 471 445 CONFIG_BLK_DEV_LOOP=y 472 446 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 447 + 448 + # 449 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 450 + # 473 451 # CONFIG_BLK_DEV_NBD is not set 474 452 # CONFIG_BLK_DEV_SX8 is not set 475 453 CONFIG_BLK_DEV_RAM=y ··· 484 454 # CONFIG_ATA_OVER_ETH is not set 485 455 # CONFIG_BLK_DEV_HD is not set 486 456 CONFIG_MISC_DEVICES=y 457 + # CONFIG_AD525X_DPOT is not set 487 458 # CONFIG_PHANTOM is not set 488 459 # CONFIG_SGI_IOC4 is not set 489 460 # CONFIG_TIFM_CORE is not set ··· 492 461 # CONFIG_ENCLOSURE_SERVICES is not set 493 462 # CONFIG_HP_ILO is not set 494 463 # CONFIG_ISL29003 is not set 464 + # CONFIG_DS1682 is not set 495 465 # CONFIG_C2PORT is not set 496 466 497 467 # ··· 545 513 # CONFIG_SCSI_BNX2_ISCSI is not set 546 514 # CONFIG_BE2ISCSI is not set 547 515 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 516 + # CONFIG_SCSI_HPSA is not set 548 517 # CONFIG_SCSI_3W_9XXX is not set 518 + # CONFIG_SCSI_3W_SAS is not set 549 519 # CONFIG_SCSI_ACARD is not set 550 520 # CONFIG_SCSI_AACRAID is not set 551 521 # CONFIG_SCSI_AIC7XXX is not set ··· 585 551 # CONFIG_SCSI_NSP32 is not set 586 552 # CONFIG_SCSI_DEBUG is not set 587 553 # CONFIG_SCSI_PMCRAID is not set 554 + # CONFIG_SCSI_PM8001 is not set 588 555 # CONFIG_SCSI_SRP is not set 589 556 # CONFIG_SCSI_BFA_FC is not set 590 557 # CONFIG_SCSI_DH is not set ··· 603 568 # 604 569 605 570 # 606 - # See the help texts for more information. 571 + # The newer stack is recommended. 607 572 # 608 573 # CONFIG_FIREWIRE is not set 609 574 # CONFIG_IEEE1394 is not set ··· 710 675 # CONFIG_BE2NET is not set 711 676 # CONFIG_TR is not set 712 677 CONFIG_WLAN=y 713 - # CONFIG_WLAN_PRE80211 is not set 714 - # CONFIG_WLAN_80211 is not set 678 + # CONFIG_AIRO is not set 679 + # CONFIG_ATMEL is not set 680 + # CONFIG_PRISM54 is not set 681 + # CONFIG_HOSTAP is not set 715 682 716 683 # 717 684 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 727 690 # CONFIG_NETCONSOLE is not set 728 691 # CONFIG_NETPOLL is not set 729 692 # CONFIG_NET_POLL_CONTROLLER is not set 693 + # CONFIG_VMXNET3 is not set 730 694 # CONFIG_ISDN is not set 731 695 # CONFIG_PHONE is not set 732 696 ··· 737 699 CONFIG_INPUT=y 738 700 # CONFIG_INPUT_FF_MEMLESS is not set 739 701 # CONFIG_INPUT_POLLDEV is not set 702 + # CONFIG_INPUT_SPARSEKMAP is not set 740 703 741 704 # 742 705 # Userland interfaces ··· 790 751 # CONFIG_SERIAL_JSM is not set 791 752 # CONFIG_SERIAL_OF_PLATFORM is not set 792 753 # CONFIG_SERIAL_QE is not set 754 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 793 755 CONFIG_UNIX98_PTYS=y 794 756 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 795 757 CONFIG_LEGACY_PTYS=y ··· 847 807 # CONFIG_I2C_TAOS_EVM is not set 848 808 849 809 # 850 - # Graphics adapter I2C/DDC channel drivers 851 - # 852 - # CONFIG_I2C_VOODOO3 is not set 853 - 854 - # 855 810 # Other I2C/SMBus bus drivers 856 811 # 857 812 # CONFIG_I2C_PCA_PLATFORM is not set ··· 855 820 # 856 821 # Miscellaneous I2C Chip support 857 822 # 858 - # CONFIG_DS1682 is not set 859 823 # CONFIG_SENSORS_TSL2550 is not set 860 824 # CONFIG_I2C_DEBUG_CORE is not set 861 825 # CONFIG_I2C_DEBUG_ALGO is not set ··· 900 866 # CONFIG_SENSORS_GL520SM is not set 901 867 # CONFIG_SENSORS_IT87 is not set 902 868 # CONFIG_SENSORS_LM63 is not set 869 + # CONFIG_SENSORS_LM73 is not set 903 870 # CONFIG_SENSORS_LM75 is not set 904 871 # CONFIG_SENSORS_LM77 is not set 905 872 # CONFIG_SENSORS_LM78 is not set ··· 939 904 # CONFIG_SENSORS_W83L786NG is not set 940 905 # CONFIG_SENSORS_W83627HF is not set 941 906 # CONFIG_SENSORS_W83627EHF is not set 907 + # CONFIG_SENSORS_LIS3_I2C is not set 942 908 # CONFIG_THERMAL is not set 943 909 CONFIG_WATCHDOG=y 944 910 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 972 936 # CONFIG_TWL4030_CORE is not set 973 937 # CONFIG_MFD_TMIO is not set 974 938 # CONFIG_PMIC_DA903X is not set 939 + # CONFIG_PMIC_ADP5520 is not set 975 940 # CONFIG_MFD_WM8400 is not set 976 941 # CONFIG_MFD_WM831X is not set 977 942 # CONFIG_MFD_WM8350_I2C is not set 978 943 # CONFIG_MFD_PCF50633 is not set 979 944 # CONFIG_AB3100_CORE is not set 945 + # CONFIG_MFD_88PM8607 is not set 980 946 # CONFIG_REGULATOR is not set 981 947 # CONFIG_MEDIA_SUPPORT is not set 982 948 ··· 1061 1023 # CONFIG_RTC_DRV_PCF8563 is not set 1062 1024 # CONFIG_RTC_DRV_PCF8583 is not set 1063 1025 # CONFIG_RTC_DRV_M41T80 is not set 1026 + # CONFIG_RTC_DRV_BQ32K is not set 1064 1027 # CONFIG_RTC_DRV_S35390A is not set 1065 1028 # CONFIG_RTC_DRV_FM3130 is not set 1066 1029 # CONFIG_RTC_DRV_RX8581 is not set ··· 1083 1044 # CONFIG_RTC_DRV_M48T86 is not set 1084 1045 # CONFIG_RTC_DRV_M48T35 is not set 1085 1046 # CONFIG_RTC_DRV_M48T59 is not set 1047 + # CONFIG_RTC_DRV_MSM6242 is not set 1086 1048 # CONFIG_RTC_DRV_BQ4802 is not set 1049 + # CONFIG_RTC_DRV_RP5C01 is not set 1087 1050 # CONFIG_RTC_DRV_V3020 is not set 1088 1051 1089 1052 # ··· 1261 1220 # CONFIG_DEBUG_KERNEL is not set 1262 1221 # CONFIG_SLUB_DEBUG_ON is not set 1263 1222 # CONFIG_SLUB_STATS is not set 1264 - # CONFIG_DEBUG_BUGVERBOSE is not set 1223 + CONFIG_DEBUG_BUGVERBOSE=y 1265 1224 # CONFIG_DEBUG_MEMORY_INIT is not set 1266 1225 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1267 1226 # CONFIG_LATENCYTOP is not set ··· 1288 1247 # CONFIG_KEYS is not set 1289 1248 # CONFIG_SECURITY is not set 1290 1249 # CONFIG_SECURITYFS is not set 1291 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1250 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1251 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1252 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1253 + CONFIG_DEFAULT_SECURITY_DAC=y 1254 + CONFIG_DEFAULT_SECURITY="" 1292 1255 CONFIG_CRYPTO=y 1293 1256 1294 1257 #
+71 -22
arch/powerpc/configs/83xx/mpc832x_rdb_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:24 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:18 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 176 173 # IO Schedulers 177 174 # 178 175 CONFIG_IOSCHED_NOOP=y 179 - CONFIG_IOSCHED_AS=y 180 176 CONFIG_IOSCHED_DEADLINE=y 181 177 CONFIG_IOSCHED_CFQ=y 182 - CONFIG_DEFAULT_AS=y 183 178 # CONFIG_DEFAULT_DEADLINE is not set 184 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 185 180 # CONFIG_DEFAULT_NOOP is not set 186 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + CONFIG_INLINE_SPIN_UNLOCK=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_READ_UNLOCK=y 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_WRITE_UNLOCK=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 187 211 # CONFIG_FREEZER is not set 188 212 189 213 # ··· 290 260 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 291 261 # CONFIG_KEXEC is not set 292 262 # CONFIG_CRASH_DUMP is not set 263 + CONFIG_SPARSE_IRQ=y 293 264 CONFIG_MAX_ACTIVE_REGIONS=32 294 265 CONFIG_ARCH_FLATMEM_ENABLE=y 295 266 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 307 276 CONFIG_ZONE_DMA_FLAG=1 308 277 CONFIG_BOUNCE=y 309 278 CONFIG_VIRT_TO_BUS=y 310 - CONFIG_HAVE_MLOCK=y 311 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 312 279 # CONFIG_KSM is not set 313 280 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 314 281 CONFIG_PPC_4K_PAGES=y ··· 433 404 # CONFIG_AF_RXRPC is not set 434 405 CONFIG_WIRELESS=y 435 406 # CONFIG_CFG80211 is not set 436 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 437 - CONFIG_WIRELESS_OLD_REGULATORY=y 438 - # CONFIG_WIRELESS_EXT is not set 439 407 # CONFIG_LIB80211 is not set 440 408 441 409 # ··· 471 445 # CONFIG_BLK_DEV_COW_COMMON is not set 472 446 CONFIG_BLK_DEV_LOOP=y 473 447 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 448 + 449 + # 450 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 451 + # 474 452 # CONFIG_BLK_DEV_NBD is not set 475 453 # CONFIG_BLK_DEV_SX8 is not set 476 454 # CONFIG_BLK_DEV_UB is not set ··· 486 456 # CONFIG_ATA_OVER_ETH is not set 487 457 # CONFIG_BLK_DEV_HD is not set 488 458 CONFIG_MISC_DEVICES=y 459 + # CONFIG_AD525X_DPOT is not set 489 460 # CONFIG_PHANTOM is not set 490 461 # CONFIG_SGI_IOC4 is not set 491 462 # CONFIG_TIFM_CORE is not set ··· 494 463 # CONFIG_ENCLOSURE_SERVICES is not set 495 464 # CONFIG_HP_ILO is not set 496 465 # CONFIG_ISL29003 is not set 466 + # CONFIG_DS1682 is not set 467 + # CONFIG_TI_DAC7512 is not set 497 468 # CONFIG_C2PORT is not set 498 469 499 470 # ··· 507 474 # CONFIG_EEPROM_MAX6875 is not set 508 475 # CONFIG_EEPROM_93CX6 is not set 509 476 # CONFIG_CB710_CORE is not set 477 + # CONFIG_IWMC3200TOP is not set 510 478 CONFIG_HAVE_IDE=y 511 479 # CONFIG_IDE is not set 512 480 ··· 550 516 # CONFIG_SCSI_BNX2_ISCSI is not set 551 517 # CONFIG_BE2ISCSI is not set 552 518 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 519 + # CONFIG_SCSI_HPSA is not set 553 520 # CONFIG_SCSI_3W_9XXX is not set 521 + # CONFIG_SCSI_3W_SAS is not set 554 522 # CONFIG_SCSI_ACARD is not set 555 523 # CONFIG_SCSI_AACRAID is not set 556 524 # CONFIG_SCSI_AIC7XXX is not set ··· 590 554 # CONFIG_SCSI_NSP32 is not set 591 555 # CONFIG_SCSI_DEBUG is not set 592 556 # CONFIG_SCSI_PMCRAID is not set 557 + # CONFIG_SCSI_PM8001 is not set 593 558 # CONFIG_SCSI_SRP is not set 594 559 # CONFIG_SCSI_BFA_FC is not set 595 560 # CONFIG_SCSI_DH is not set ··· 608 571 # 609 572 610 573 # 611 - # See the help texts for more information. 574 + # The newer stack is recommended. 612 575 # 613 576 # CONFIG_FIREWIRE is not set 614 577 # CONFIG_IEEE1394 is not set ··· 717 680 # CONFIG_BE2NET is not set 718 681 # CONFIG_TR is not set 719 682 CONFIG_WLAN=y 720 - # CONFIG_WLAN_PRE80211 is not set 721 - # CONFIG_WLAN_80211 is not set 683 + # CONFIG_AIRO is not set 684 + # CONFIG_ATMEL is not set 685 + # CONFIG_PRISM54 is not set 686 + # CONFIG_USB_ZD1201 is not set 687 + # CONFIG_HOSTAP is not set 722 688 723 689 # 724 690 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 744 704 # CONFIG_NETCONSOLE is not set 745 705 # CONFIG_NETPOLL is not set 746 706 # CONFIG_NET_POLL_CONTROLLER is not set 707 + # CONFIG_VMXNET3 is not set 747 708 # CONFIG_ISDN is not set 748 709 # CONFIG_PHONE is not set 749 710 ··· 754 713 CONFIG_INPUT=y 755 714 # CONFIG_INPUT_FF_MEMLESS is not set 756 715 # CONFIG_INPUT_POLLDEV is not set 716 + # CONFIG_INPUT_SPARSEKMAP is not set 757 717 758 718 # 759 719 # Userland interfaces ··· 808 766 # CONFIG_SERIAL_JSM is not set 809 767 # CONFIG_SERIAL_OF_PLATFORM is not set 810 768 # CONFIG_SERIAL_QE is not set 769 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 811 770 CONFIG_UNIX98_PTYS=y 812 771 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 813 772 CONFIG_LEGACY_PTYS=y ··· 868 825 # CONFIG_I2C_TINY_USB is not set 869 826 870 827 # 871 - # Graphics adapter I2C/DDC channel drivers 872 - # 873 - # CONFIG_I2C_VOODOO3 is not set 874 - 875 - # 876 828 # Other I2C/SMBus bus drivers 877 829 # 878 830 # CONFIG_I2C_PCA_PLATFORM is not set ··· 876 838 # 877 839 # Miscellaneous I2C Chip support 878 840 # 879 - # CONFIG_DS1682 is not set 880 841 # CONFIG_SENSORS_TSL2550 is not set 881 842 # CONFIG_I2C_DEBUG_CORE is not set 882 843 # CONFIG_I2C_DEBUG_ALGO is not set ··· 889 852 # 890 853 CONFIG_SPI_BITBANG=y 891 854 # CONFIG_SPI_MPC8xxx is not set 855 + # CONFIG_SPI_XILINX is not set 856 + # CONFIG_SPI_DESIGNWARE is not set 892 857 893 858 # 894 859 # SPI Protocol Masters ··· 938 899 # CONFIG_SENSORS_IT87 is not set 939 900 # CONFIG_SENSORS_LM63 is not set 940 901 # CONFIG_SENSORS_LM70 is not set 902 + # CONFIG_SENSORS_LM73 is not set 941 903 # CONFIG_SENSORS_LM75 is not set 942 904 # CONFIG_SENSORS_LM77 is not set 943 905 # CONFIG_SENSORS_LM78 is not set ··· 979 939 # CONFIG_SENSORS_W83627HF is not set 980 940 # CONFIG_SENSORS_W83627EHF is not set 981 941 # CONFIG_SENSORS_LIS3_SPI is not set 942 + # CONFIG_SENSORS_LIS3_I2C is not set 982 943 # CONFIG_THERMAL is not set 983 944 CONFIG_WATCHDOG=y 984 945 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1017 976 # CONFIG_TWL4030_CORE is not set 1018 977 # CONFIG_MFD_TMIO is not set 1019 978 # CONFIG_PMIC_DA903X is not set 979 + # CONFIG_PMIC_ADP5520 is not set 1020 980 # CONFIG_MFD_WM8400 is not set 1021 981 # CONFIG_MFD_WM831X is not set 1022 982 # CONFIG_MFD_WM8350_I2C is not set ··· 1025 983 # CONFIG_MFD_MC13783 is not set 1026 984 # CONFIG_AB3100_CORE is not set 1027 985 # CONFIG_EZX_PCAP is not set 986 + # CONFIG_MFD_88PM8607 is not set 987 + # CONFIG_AB4500_CORE is not set 1028 988 # CONFIG_REGULATOR is not set 1029 989 # CONFIG_MEDIA_SUPPORT is not set 1030 990 ··· 1094 1050 CONFIG_USB_EHCI_HCD=y 1095 1051 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1096 1052 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1053 + # CONFIG_XPS_USB_HCD_XILINX is not set 1097 1054 # CONFIG_USB_EHCI_FSL is not set 1098 1055 CONFIG_USB_EHCI_HCD_PPC_OF=y 1099 1056 # CONFIG_USB_OXU210HP_HCD is not set ··· 1432 1387 # CONFIG_DEBUG_KERNEL is not set 1433 1388 # CONFIG_SLUB_DEBUG_ON is not set 1434 1389 # CONFIG_SLUB_STATS is not set 1435 - # CONFIG_DEBUG_BUGVERBOSE is not set 1390 + CONFIG_DEBUG_BUGVERBOSE=y 1436 1391 # CONFIG_DEBUG_MEMORY_INIT is not set 1437 1392 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1438 1393 # CONFIG_LATENCYTOP is not set ··· 1459 1414 # CONFIG_KEYS is not set 1460 1415 # CONFIG_SECURITY is not set 1461 1416 # CONFIG_SECURITYFS is not set 1462 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1417 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1418 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1419 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1420 + CONFIG_DEFAULT_SECURITY_DAC=y 1421 + CONFIG_DEFAULT_SECURITY="" 1463 1422 CONFIG_CRYPTO=y 1464 1423 1465 1424 #
+72 -23
arch/powerpc/configs/83xx/mpc834x_itx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:25 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:19 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 176 173 # IO Schedulers 177 174 # 178 175 CONFIG_IOSCHED_NOOP=y 179 - CONFIG_IOSCHED_AS=y 180 176 CONFIG_IOSCHED_DEADLINE=y 181 177 CONFIG_IOSCHED_CFQ=y 182 - CONFIG_DEFAULT_AS=y 183 178 # CONFIG_DEFAULT_DEADLINE is not set 184 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 185 180 # CONFIG_DEFAULT_NOOP is not set 186 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + CONFIG_INLINE_SPIN_UNLOCK=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_READ_UNLOCK=y 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_WRITE_UNLOCK=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 187 211 # CONFIG_FREEZER is not set 188 212 189 213 # ··· 289 259 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 290 260 # CONFIG_KEXEC is not set 291 261 # CONFIG_CRASH_DUMP is not set 262 + CONFIG_SPARSE_IRQ=y 292 263 CONFIG_MAX_ACTIVE_REGIONS=32 293 264 CONFIG_ARCH_FLATMEM_ENABLE=y 294 265 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 306 275 CONFIG_ZONE_DMA_FLAG=1 307 276 CONFIG_BOUNCE=y 308 277 CONFIG_VIRT_TO_BUS=y 309 - CONFIG_HAVE_MLOCK=y 310 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 311 278 # CONFIG_KSM is not set 312 279 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 313 280 CONFIG_PPC_4K_PAGES=y ··· 432 403 # CONFIG_AF_RXRPC is not set 433 404 CONFIG_WIRELESS=y 434 405 # CONFIG_CFG80211 is not set 435 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 436 - CONFIG_WIRELESS_OLD_REGULATORY=y 437 - # CONFIG_WIRELESS_EXT is not set 438 406 # CONFIG_LIB80211 is not set 439 407 440 408 # ··· 554 528 # CONFIG_BLK_DEV_COW_COMMON is not set 555 529 CONFIG_BLK_DEV_LOOP=y 556 530 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 531 + 532 + # 533 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 534 + # 557 535 # CONFIG_BLK_DEV_NBD is not set 558 536 # CONFIG_BLK_DEV_SX8 is not set 559 537 # CONFIG_BLK_DEV_UB is not set ··· 569 539 # CONFIG_ATA_OVER_ETH is not set 570 540 # CONFIG_BLK_DEV_HD is not set 571 541 CONFIG_MISC_DEVICES=y 542 + # CONFIG_AD525X_DPOT is not set 572 543 # CONFIG_PHANTOM is not set 573 544 # CONFIG_SGI_IOC4 is not set 574 545 # CONFIG_TIFM_CORE is not set ··· 577 546 # CONFIG_ENCLOSURE_SERVICES is not set 578 547 # CONFIG_HP_ILO is not set 579 548 # CONFIG_ISL29003 is not set 549 + # CONFIG_DS1682 is not set 550 + # CONFIG_TI_DAC7512 is not set 580 551 # CONFIG_C2PORT is not set 581 552 582 553 # ··· 680 647 # CONFIG_SCSI_BNX2_ISCSI is not set 681 648 # CONFIG_BE2ISCSI is not set 682 649 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 650 + # CONFIG_SCSI_HPSA is not set 683 651 # CONFIG_SCSI_3W_9XXX is not set 652 + # CONFIG_SCSI_3W_SAS is not set 684 653 # CONFIG_SCSI_ACARD is not set 685 654 # CONFIG_SCSI_AACRAID is not set 686 655 # CONFIG_SCSI_AIC7XXX is not set ··· 721 686 # CONFIG_SCSI_NSP32 is not set 722 687 # CONFIG_SCSI_DEBUG is not set 723 688 # CONFIG_SCSI_PMCRAID is not set 689 + # CONFIG_SCSI_PM8001 is not set 724 690 # CONFIG_SCSI_SRP is not set 725 691 # CONFIG_SCSI_BFA_FC is not set 726 692 # CONFIG_SCSI_DH is not set ··· 777 741 # CONFIG_PATA_NS87415 is not set 778 742 # CONFIG_PATA_OPTI is not set 779 743 # CONFIG_PATA_OPTIDMA is not set 744 + # CONFIG_PATA_PDC2027X is not set 780 745 # CONFIG_PATA_PDC_OLD is not set 781 746 # CONFIG_PATA_RADISYS is not set 782 747 # CONFIG_PATA_RDC is not set 783 748 # CONFIG_PATA_RZ1000 is not set 784 749 # CONFIG_PATA_SC1200 is not set 785 750 # CONFIG_PATA_SERVERWORKS is not set 786 - # CONFIG_PATA_PDC2027X is not set 787 751 # CONFIG_PATA_SIL680 is not set 788 752 # CONFIG_PATA_SIS is not set 753 + # CONFIG_PATA_TOSHIBA is not set 789 754 # CONFIG_PATA_VIA is not set 790 755 # CONFIG_PATA_WINBOND is not set 791 756 CONFIG_PATA_PLATFORM=y ··· 814 777 # 815 778 816 779 # 817 - # See the help texts for more information. 780 + # The newer stack is recommended. 818 781 # 819 782 # CONFIG_FIREWIRE is not set 820 783 # CONFIG_IEEE1394 is not set ··· 897 860 # CONFIG_BE2NET is not set 898 861 # CONFIG_TR is not set 899 862 CONFIG_WLAN=y 900 - # CONFIG_WLAN_PRE80211 is not set 901 - # CONFIG_WLAN_80211 is not set 863 + # CONFIG_AIRO is not set 864 + # CONFIG_ATMEL is not set 865 + # CONFIG_PRISM54 is not set 866 + # CONFIG_USB_ZD1201 is not set 867 + # CONFIG_HOSTAP is not set 902 868 903 869 # 904 870 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 924 884 # CONFIG_NETCONSOLE is not set 925 885 # CONFIG_NETPOLL is not set 926 886 # CONFIG_NET_POLL_CONTROLLER is not set 887 + # CONFIG_VMXNET3 is not set 927 888 # CONFIG_ISDN is not set 928 889 # CONFIG_PHONE is not set 929 890 ··· 966 925 CONFIG_SERIAL_CORE_CONSOLE=y 967 926 # CONFIG_SERIAL_JSM is not set 968 927 # CONFIG_SERIAL_OF_PLATFORM is not set 928 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 969 929 CONFIG_UNIX98_PTYS=y 970 930 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 971 931 CONFIG_LEGACY_PTYS=y ··· 1024 982 # CONFIG_I2C_TINY_USB is not set 1025 983 1026 984 # 1027 - # Graphics adapter I2C/DDC channel drivers 1028 - # 1029 - # CONFIG_I2C_VOODOO3 is not set 1030 - 1031 - # 1032 985 # Other I2C/SMBus bus drivers 1033 986 # 1034 987 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1032 995 # 1033 996 # Miscellaneous I2C Chip support 1034 997 # 1035 - # CONFIG_DS1682 is not set 1036 998 # CONFIG_SENSORS_TSL2550 is not set 1037 999 # CONFIG_I2C_DEBUG_CORE is not set 1038 1000 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1045 1009 # 1046 1010 CONFIG_SPI_BITBANG=y 1047 1011 # CONFIG_SPI_MPC8xxx is not set 1012 + # CONFIG_SPI_XILINX is not set 1013 + # CONFIG_SPI_DESIGNWARE is not set 1048 1014 1049 1015 # 1050 1016 # SPI Protocol Masters ··· 1100 1062 # CONFIG_TWL4030_CORE is not set 1101 1063 # CONFIG_MFD_TMIO is not set 1102 1064 # CONFIG_PMIC_DA903X is not set 1065 + # CONFIG_PMIC_ADP5520 is not set 1103 1066 # CONFIG_MFD_WM8400 is not set 1104 1067 # CONFIG_MFD_WM831X is not set 1105 1068 # CONFIG_MFD_WM8350_I2C is not set ··· 1108 1069 # CONFIG_MFD_MC13783 is not set 1109 1070 # CONFIG_AB3100_CORE is not set 1110 1071 # CONFIG_EZX_PCAP is not set 1072 + # CONFIG_MFD_88PM8607 is not set 1073 + # CONFIG_AB4500_CORE is not set 1111 1074 # CONFIG_REGULATOR is not set 1112 1075 # CONFIG_MEDIA_SUPPORT is not set 1113 1076 ··· 1158 1117 CONFIG_USB_EHCI_HCD=y 1159 1118 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1160 1119 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1120 + # CONFIG_XPS_USB_HCD_XILINX is not set 1161 1121 CONFIG_USB_EHCI_FSL=y 1162 1122 CONFIG_USB_EHCI_HCD_PPC_OF=y 1163 1123 # CONFIG_USB_OXU210HP_HCD is not set ··· 1277 1235 # CONFIG_RTC_DRV_PCF8563 is not set 1278 1236 # CONFIG_RTC_DRV_PCF8583 is not set 1279 1237 # CONFIG_RTC_DRV_M41T80 is not set 1238 + # CONFIG_RTC_DRV_BQ32K is not set 1280 1239 # CONFIG_RTC_DRV_S35390A is not set 1281 1240 # CONFIG_RTC_DRV_FM3130 is not set 1282 1241 # CONFIG_RTC_DRV_RX8581 is not set ··· 1307 1264 # CONFIG_RTC_DRV_M48T86 is not set 1308 1265 # CONFIG_RTC_DRV_M48T35 is not set 1309 1266 # CONFIG_RTC_DRV_M48T59 is not set 1267 + # CONFIG_RTC_DRV_MSM6242 is not set 1310 1268 # CONFIG_RTC_DRV_BQ4802 is not set 1269 + # CONFIG_RTC_DRV_RP5C01 is not set 1311 1270 # CONFIG_RTC_DRV_V3020 is not set 1312 1271 1313 1272 # ··· 1530 1485 # CONFIG_DEBUG_KERNEL is not set 1531 1486 # CONFIG_SLUB_DEBUG_ON is not set 1532 1487 # CONFIG_SLUB_STATS is not set 1533 - # CONFIG_DEBUG_BUGVERBOSE is not set 1488 + CONFIG_DEBUG_BUGVERBOSE=y 1534 1489 # CONFIG_DEBUG_MEMORY_INIT is not set 1535 1490 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1536 1491 # CONFIG_LATENCYTOP is not set ··· 1557 1512 # CONFIG_KEYS is not set 1558 1513 # CONFIG_SECURITY is not set 1559 1514 # CONFIG_SECURITYFS is not set 1560 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1515 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1516 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1517 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1518 + CONFIG_DEFAULT_SECURITY_DAC=y 1519 + CONFIG_DEFAULT_SECURITY="" 1561 1520 CONFIG_CRYPTO=y 1562 1521 1563 1522 #
+70 -22
arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:26 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:20 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 176 173 # IO Schedulers 177 174 # 178 175 CONFIG_IOSCHED_NOOP=y 179 - CONFIG_IOSCHED_AS=y 180 176 CONFIG_IOSCHED_DEADLINE=y 181 177 CONFIG_IOSCHED_CFQ=y 182 - CONFIG_DEFAULT_AS=y 183 178 # CONFIG_DEFAULT_DEADLINE is not set 184 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 185 180 # CONFIG_DEFAULT_NOOP is not set 186 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + CONFIG_INLINE_SPIN_UNLOCK=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_READ_UNLOCK=y 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_WRITE_UNLOCK=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 187 211 # CONFIG_FREEZER is not set 188 212 189 213 # ··· 289 259 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 290 260 # CONFIG_KEXEC is not set 291 261 # CONFIG_CRASH_DUMP is not set 262 + CONFIG_SPARSE_IRQ=y 292 263 CONFIG_MAX_ACTIVE_REGIONS=32 293 264 CONFIG_ARCH_FLATMEM_ENABLE=y 294 265 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 306 275 CONFIG_ZONE_DMA_FLAG=1 307 276 CONFIG_BOUNCE=y 308 277 CONFIG_VIRT_TO_BUS=y 309 - CONFIG_HAVE_MLOCK=y 310 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 311 278 # CONFIG_KSM is not set 312 279 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 313 280 CONFIG_PPC_4K_PAGES=y ··· 432 403 # CONFIG_AF_RXRPC is not set 433 404 CONFIG_WIRELESS=y 434 405 # CONFIG_CFG80211 is not set 435 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 436 - CONFIG_WIRELESS_OLD_REGULATORY=y 437 - # CONFIG_WIRELESS_EXT is not set 438 406 # CONFIG_LIB80211 is not set 439 407 440 408 # ··· 554 528 # CONFIG_BLK_DEV_COW_COMMON is not set 555 529 CONFIG_BLK_DEV_LOOP=y 556 530 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 531 + 532 + # 533 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 534 + # 557 535 # CONFIG_BLK_DEV_NBD is not set 558 536 # CONFIG_BLK_DEV_SX8 is not set 559 537 # CONFIG_BLK_DEV_UB is not set ··· 569 539 # CONFIG_ATA_OVER_ETH is not set 570 540 # CONFIG_BLK_DEV_HD is not set 571 541 CONFIG_MISC_DEVICES=y 542 + # CONFIG_AD525X_DPOT is not set 572 543 # CONFIG_PHANTOM is not set 573 544 # CONFIG_SGI_IOC4 is not set 574 545 # CONFIG_TIFM_CORE is not set ··· 577 546 # CONFIG_ENCLOSURE_SERVICES is not set 578 547 # CONFIG_HP_ILO is not set 579 548 # CONFIG_ISL29003 is not set 549 + # CONFIG_DS1682 is not set 550 + # CONFIG_TI_DAC7512 is not set 580 551 # CONFIG_C2PORT is not set 581 552 582 553 # ··· 632 599 # CONFIG_SCSI_BNX2_ISCSI is not set 633 600 # CONFIG_BE2ISCSI is not set 634 601 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 602 + # CONFIG_SCSI_HPSA is not set 635 603 # CONFIG_SCSI_3W_9XXX is not set 604 + # CONFIG_SCSI_3W_SAS is not set 636 605 # CONFIG_SCSI_ACARD is not set 637 606 # CONFIG_SCSI_AACRAID is not set 638 607 # CONFIG_SCSI_AIC7XXX is not set ··· 672 637 # CONFIG_SCSI_NSP32 is not set 673 638 # CONFIG_SCSI_DEBUG is not set 674 639 # CONFIG_SCSI_PMCRAID is not set 640 + # CONFIG_SCSI_PM8001 is not set 675 641 # CONFIG_SCSI_SRP is not set 676 642 # CONFIG_SCSI_BFA_FC is not set 677 643 # CONFIG_SCSI_DH is not set ··· 690 654 # 691 655 692 656 # 693 - # See the help texts for more information. 657 + # The newer stack is recommended. 694 658 # 695 659 # CONFIG_FIREWIRE is not set 696 660 # CONFIG_IEEE1394 is not set ··· 773 737 # CONFIG_BE2NET is not set 774 738 # CONFIG_TR is not set 775 739 CONFIG_WLAN=y 776 - # CONFIG_WLAN_PRE80211 is not set 777 - # CONFIG_WLAN_80211 is not set 740 + # CONFIG_AIRO is not set 741 + # CONFIG_ATMEL is not set 742 + # CONFIG_PRISM54 is not set 743 + # CONFIG_USB_ZD1201 is not set 744 + # CONFIG_HOSTAP is not set 778 745 779 746 # 780 747 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 800 761 # CONFIG_NETCONSOLE is not set 801 762 # CONFIG_NETPOLL is not set 802 763 # CONFIG_NET_POLL_CONTROLLER is not set 764 + # CONFIG_VMXNET3 is not set 803 765 # CONFIG_ISDN is not set 804 766 # CONFIG_PHONE is not set 805 767 ··· 842 802 CONFIG_SERIAL_CORE_CONSOLE=y 843 803 # CONFIG_SERIAL_JSM is not set 844 804 # CONFIG_SERIAL_OF_PLATFORM is not set 805 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 845 806 CONFIG_UNIX98_PTYS=y 846 807 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 847 808 CONFIG_LEGACY_PTYS=y ··· 900 859 # CONFIG_I2C_TINY_USB is not set 901 860 902 861 # 903 - # Graphics adapter I2C/DDC channel drivers 904 - # 905 - # CONFIG_I2C_VOODOO3 is not set 906 - 907 - # 908 862 # Other I2C/SMBus bus drivers 909 863 # 910 864 # CONFIG_I2C_PCA_PLATFORM is not set ··· 908 872 # 909 873 # Miscellaneous I2C Chip support 910 874 # 911 - # CONFIG_DS1682 is not set 912 875 # CONFIG_SENSORS_TSL2550 is not set 913 876 # CONFIG_I2C_DEBUG_CORE is not set 914 877 # CONFIG_I2C_DEBUG_ALGO is not set ··· 921 886 # 922 887 CONFIG_SPI_BITBANG=y 923 888 # CONFIG_SPI_MPC8xxx is not set 889 + # CONFIG_SPI_XILINX is not set 890 + # CONFIG_SPI_DESIGNWARE is not set 924 891 925 892 # 926 893 # SPI Protocol Masters ··· 976 939 # CONFIG_TWL4030_CORE is not set 977 940 # CONFIG_MFD_TMIO is not set 978 941 # CONFIG_PMIC_DA903X is not set 942 + # CONFIG_PMIC_ADP5520 is not set 979 943 # CONFIG_MFD_WM8400 is not set 980 944 # CONFIG_MFD_WM831X is not set 981 945 # CONFIG_MFD_WM8350_I2C is not set ··· 984 946 # CONFIG_MFD_MC13783 is not set 985 947 # CONFIG_AB3100_CORE is not set 986 948 # CONFIG_EZX_PCAP is not set 949 + # CONFIG_MFD_88PM8607 is not set 950 + # CONFIG_AB4500_CORE is not set 987 951 # CONFIG_REGULATOR is not set 988 952 # CONFIG_MEDIA_SUPPORT is not set 989 953 ··· 1034 994 CONFIG_USB_EHCI_HCD=y 1035 995 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1036 996 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 997 + # CONFIG_XPS_USB_HCD_XILINX is not set 1037 998 CONFIG_USB_EHCI_FSL=y 1038 999 CONFIG_USB_EHCI_HCD_PPC_OF=y 1039 1000 # CONFIG_USB_OXU210HP_HCD is not set ··· 1153 1112 # CONFIG_RTC_DRV_PCF8563 is not set 1154 1113 # CONFIG_RTC_DRV_PCF8583 is not set 1155 1114 # CONFIG_RTC_DRV_M41T80 is not set 1115 + # CONFIG_RTC_DRV_BQ32K is not set 1156 1116 # CONFIG_RTC_DRV_S35390A is not set 1157 1117 # CONFIG_RTC_DRV_FM3130 is not set 1158 1118 # CONFIG_RTC_DRV_RX8581 is not set ··· 1183 1141 # CONFIG_RTC_DRV_M48T86 is not set 1184 1142 # CONFIG_RTC_DRV_M48T35 is not set 1185 1143 # CONFIG_RTC_DRV_M48T59 is not set 1144 + # CONFIG_RTC_DRV_MSM6242 is not set 1186 1145 # CONFIG_RTC_DRV_BQ4802 is not set 1146 + # CONFIG_RTC_DRV_RP5C01 is not set 1187 1147 # CONFIG_RTC_DRV_V3020 is not set 1188 1148 1189 1149 # ··· 1406 1362 # CONFIG_DEBUG_KERNEL is not set 1407 1363 # CONFIG_SLUB_DEBUG_ON is not set 1408 1364 # CONFIG_SLUB_STATS is not set 1409 - # CONFIG_DEBUG_BUGVERBOSE is not set 1365 + CONFIG_DEBUG_BUGVERBOSE=y 1410 1366 # CONFIG_DEBUG_MEMORY_INIT is not set 1411 1367 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1412 1368 # CONFIG_LATENCYTOP is not set ··· 1433 1389 # CONFIG_KEYS is not set 1434 1390 # CONFIG_SECURITY is not set 1435 1391 # CONFIG_SECURITYFS is not set 1436 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1392 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1393 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1394 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1395 + CONFIG_DEFAULT_SECURITY_DAC=y 1396 + CONFIG_DEFAULT_SECURITY="" 1437 1397 CONFIG_CRYPTO=y 1438 1398 1439 1399 #
+64 -22
arch/powerpc/configs/83xx/mpc834x_mds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:27 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:21 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 176 173 # IO Schedulers 177 174 # 178 175 CONFIG_IOSCHED_NOOP=y 179 - CONFIG_IOSCHED_AS=y 180 176 CONFIG_IOSCHED_DEADLINE=y 181 177 CONFIG_IOSCHED_CFQ=y 182 - CONFIG_DEFAULT_AS=y 183 178 # CONFIG_DEFAULT_DEADLINE is not set 184 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 185 180 # CONFIG_DEFAULT_NOOP is not set 186 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + CONFIG_INLINE_SPIN_UNLOCK=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_READ_UNLOCK=y 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_WRITE_UNLOCK=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 187 211 # CONFIG_FREEZER is not set 188 212 189 213 # ··· 289 259 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 290 260 # CONFIG_KEXEC is not set 291 261 # CONFIG_CRASH_DUMP is not set 262 + CONFIG_SPARSE_IRQ=y 292 263 CONFIG_MAX_ACTIVE_REGIONS=32 293 264 CONFIG_ARCH_FLATMEM_ENABLE=y 294 265 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 306 275 CONFIG_ZONE_DMA_FLAG=1 307 276 CONFIG_BOUNCE=y 308 277 CONFIG_VIRT_TO_BUS=y 309 - CONFIG_HAVE_MLOCK=y 310 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 311 278 # CONFIG_KSM is not set 312 279 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 313 280 CONFIG_PPC_4K_PAGES=y ··· 432 403 # CONFIG_AF_RXRPC is not set 433 404 CONFIG_WIRELESS=y 434 405 # CONFIG_CFG80211 is not set 435 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 436 - CONFIG_WIRELESS_OLD_REGULATORY=y 437 - # CONFIG_WIRELESS_EXT is not set 438 406 # CONFIG_LIB80211 is not set 439 407 440 408 # ··· 469 443 # CONFIG_BLK_DEV_COW_COMMON is not set 470 444 CONFIG_BLK_DEV_LOOP=y 471 445 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 446 + 447 + # 448 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 449 + # 472 450 # CONFIG_BLK_DEV_NBD is not set 473 451 # CONFIG_BLK_DEV_SX8 is not set 474 452 CONFIG_BLK_DEV_RAM=y ··· 483 453 # CONFIG_ATA_OVER_ETH is not set 484 454 # CONFIG_BLK_DEV_HD is not set 485 455 CONFIG_MISC_DEVICES=y 456 + # CONFIG_AD525X_DPOT is not set 486 457 # CONFIG_PHANTOM is not set 487 458 # CONFIG_SGI_IOC4 is not set 488 459 # CONFIG_TIFM_CORE is not set ··· 491 460 # CONFIG_ENCLOSURE_SERVICES is not set 492 461 # CONFIG_HP_ILO is not set 493 462 # CONFIG_ISL29003 is not set 463 + # CONFIG_DS1682 is not set 494 464 # CONFIG_C2PORT is not set 495 465 496 466 # ··· 525 493 # 526 494 527 495 # 528 - # See the help texts for more information. 496 + # The newer stack is recommended. 529 497 # 530 498 # CONFIG_FIREWIRE is not set 531 499 # CONFIG_IEEE1394 is not set ··· 648 616 # CONFIG_BE2NET is not set 649 617 # CONFIG_TR is not set 650 618 CONFIG_WLAN=y 651 - # CONFIG_WLAN_PRE80211 is not set 652 - # CONFIG_WLAN_80211 is not set 619 + # CONFIG_AIRO is not set 620 + # CONFIG_ATMEL is not set 621 + # CONFIG_PRISM54 is not set 622 + # CONFIG_HOSTAP is not set 653 623 654 624 # 655 625 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 664 630 # CONFIG_NETCONSOLE is not set 665 631 # CONFIG_NETPOLL is not set 666 632 # CONFIG_NET_POLL_CONTROLLER is not set 633 + # CONFIG_VMXNET3 is not set 667 634 # CONFIG_ISDN is not set 668 635 # CONFIG_PHONE is not set 669 636 ··· 674 639 CONFIG_INPUT=y 675 640 # CONFIG_INPUT_FF_MEMLESS is not set 676 641 # CONFIG_INPUT_POLLDEV is not set 642 + # CONFIG_INPUT_SPARSEKMAP is not set 677 643 678 644 # 679 645 # Userland interfaces ··· 726 690 CONFIG_SERIAL_CORE_CONSOLE=y 727 691 # CONFIG_SERIAL_JSM is not set 728 692 # CONFIG_SERIAL_OF_PLATFORM is not set 693 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 729 694 CONFIG_UNIX98_PTYS=y 730 695 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 731 696 CONFIG_LEGACY_PTYS=y ··· 782 745 # CONFIG_I2C_TAOS_EVM is not set 783 746 784 747 # 785 - # Graphics adapter I2C/DDC channel drivers 786 - # 787 - # CONFIG_I2C_VOODOO3 is not set 788 - 789 - # 790 748 # Other I2C/SMBus bus drivers 791 749 # 792 750 # CONFIG_I2C_PCA_PLATFORM is not set ··· 790 758 # 791 759 # Miscellaneous I2C Chip support 792 760 # 793 - # CONFIG_DS1682 is not set 794 761 # CONFIG_SENSORS_TSL2550 is not set 795 762 # CONFIG_I2C_DEBUG_CORE is not set 796 763 # CONFIG_I2C_DEBUG_ALGO is not set ··· 835 804 # CONFIG_SENSORS_GL520SM is not set 836 805 # CONFIG_SENSORS_IT87 is not set 837 806 # CONFIG_SENSORS_LM63 is not set 807 + # CONFIG_SENSORS_LM73 is not set 838 808 # CONFIG_SENSORS_LM75 is not set 839 809 # CONFIG_SENSORS_LM77 is not set 840 810 # CONFIG_SENSORS_LM78 is not set ··· 874 842 # CONFIG_SENSORS_W83L786NG is not set 875 843 # CONFIG_SENSORS_W83627HF is not set 876 844 # CONFIG_SENSORS_W83627EHF is not set 845 + # CONFIG_SENSORS_LIS3_I2C is not set 877 846 # CONFIG_THERMAL is not set 878 847 CONFIG_WATCHDOG=y 879 848 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 907 874 # CONFIG_TWL4030_CORE is not set 908 875 # CONFIG_MFD_TMIO is not set 909 876 # CONFIG_PMIC_DA903X is not set 877 + # CONFIG_PMIC_ADP5520 is not set 910 878 # CONFIG_MFD_WM8400 is not set 911 879 # CONFIG_MFD_WM831X is not set 912 880 # CONFIG_MFD_WM8350_I2C is not set 913 881 # CONFIG_MFD_PCF50633 is not set 914 882 # CONFIG_AB3100_CORE is not set 883 + # CONFIG_MFD_88PM8607 is not set 915 884 # CONFIG_REGULATOR is not set 916 885 # CONFIG_MEDIA_SUPPORT is not set 917 886 ··· 996 961 # CONFIG_RTC_DRV_PCF8563 is not set 997 962 # CONFIG_RTC_DRV_PCF8583 is not set 998 963 # CONFIG_RTC_DRV_M41T80 is not set 964 + # CONFIG_RTC_DRV_BQ32K is not set 999 965 # CONFIG_RTC_DRV_S35390A is not set 1000 966 # CONFIG_RTC_DRV_FM3130 is not set 1001 967 # CONFIG_RTC_DRV_RX8581 is not set ··· 1018 982 # CONFIG_RTC_DRV_M48T86 is not set 1019 983 # CONFIG_RTC_DRV_M48T35 is not set 1020 984 # CONFIG_RTC_DRV_M48T59 is not set 985 + # CONFIG_RTC_DRV_MSM6242 is not set 1021 986 # CONFIG_RTC_DRV_BQ4802 is not set 987 + # CONFIG_RTC_DRV_RP5C01 is not set 1022 988 # CONFIG_RTC_DRV_V3020 is not set 1023 989 1024 990 # ··· 1194 1156 # CONFIG_DEBUG_KERNEL is not set 1195 1157 # CONFIG_SLUB_DEBUG_ON is not set 1196 1158 # CONFIG_SLUB_STATS is not set 1197 - # CONFIG_DEBUG_BUGVERBOSE is not set 1159 + CONFIG_DEBUG_BUGVERBOSE=y 1198 1160 # CONFIG_DEBUG_MEMORY_INIT is not set 1199 1161 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1200 1162 # CONFIG_LATENCYTOP is not set ··· 1221 1183 # CONFIG_KEYS is not set 1222 1184 # CONFIG_SECURITY is not set 1223 1185 # CONFIG_SECURITYFS is not set 1224 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1186 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1187 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1188 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1189 + CONFIG_DEFAULT_SECURITY_DAC=y 1190 + CONFIG_DEFAULT_SECURITY="" 1225 1191 CONFIG_CRYPTO=y 1226 1192 1227 1193 #
+67 -22
arch/powerpc/configs/83xx/mpc836x_mds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:28 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:21 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 176 173 # IO Schedulers 177 174 # 178 175 CONFIG_IOSCHED_NOOP=y 179 - CONFIG_IOSCHED_AS=y 180 176 CONFIG_IOSCHED_DEADLINE=y 181 177 CONFIG_IOSCHED_CFQ=y 182 - CONFIG_DEFAULT_AS=y 183 178 # CONFIG_DEFAULT_DEADLINE is not set 184 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 185 180 # CONFIG_DEFAULT_NOOP is not set 186 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + CONFIG_INLINE_SPIN_UNLOCK=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_READ_UNLOCK=y 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_WRITE_UNLOCK=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 187 211 # CONFIG_FREEZER is not set 188 212 189 213 # ··· 288 258 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 289 259 # CONFIG_KEXEC is not set 290 260 # CONFIG_CRASH_DUMP is not set 261 + CONFIG_SPARSE_IRQ=y 291 262 CONFIG_MAX_ACTIVE_REGIONS=32 292 263 CONFIG_ARCH_FLATMEM_ENABLE=y 293 264 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 305 274 CONFIG_ZONE_DMA_FLAG=1 306 275 CONFIG_BOUNCE=y 307 276 CONFIG_VIRT_TO_BUS=y 308 - CONFIG_HAVE_MLOCK=y 309 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 310 277 # CONFIG_KSM is not set 311 278 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 312 279 CONFIG_PPC_4K_PAGES=y ··· 431 402 # CONFIG_AF_RXRPC is not set 432 403 CONFIG_WIRELESS=y 433 404 # CONFIG_CFG80211 is not set 434 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 435 - CONFIG_WIRELESS_OLD_REGULATORY=y 436 - # CONFIG_WIRELESS_EXT is not set 437 405 # CONFIG_LIB80211 is not set 438 406 439 407 # ··· 551 525 # CONFIG_BLK_DEV_COW_COMMON is not set 552 526 CONFIG_BLK_DEV_LOOP=y 553 527 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 528 + 529 + # 530 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 531 + # 554 532 # CONFIG_BLK_DEV_NBD is not set 555 533 # CONFIG_BLK_DEV_SX8 is not set 556 534 CONFIG_BLK_DEV_RAM=y ··· 565 535 # CONFIG_ATA_OVER_ETH is not set 566 536 # CONFIG_BLK_DEV_HD is not set 567 537 CONFIG_MISC_DEVICES=y 538 + # CONFIG_AD525X_DPOT is not set 568 539 # CONFIG_PHANTOM is not set 569 540 # CONFIG_SGI_IOC4 is not set 570 541 # CONFIG_TIFM_CORE is not set ··· 573 542 # CONFIG_ENCLOSURE_SERVICES is not set 574 543 # CONFIG_HP_ILO is not set 575 544 # CONFIG_ISL29003 is not set 545 + # CONFIG_DS1682 is not set 576 546 # CONFIG_C2PORT is not set 577 547 578 548 # ··· 626 594 # CONFIG_SCSI_BNX2_ISCSI is not set 627 595 # CONFIG_BE2ISCSI is not set 628 596 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 597 + # CONFIG_SCSI_HPSA is not set 629 598 # CONFIG_SCSI_3W_9XXX is not set 599 + # CONFIG_SCSI_3W_SAS is not set 630 600 # CONFIG_SCSI_ACARD is not set 631 601 # CONFIG_SCSI_AACRAID is not set 632 602 # CONFIG_SCSI_AIC7XXX is not set ··· 666 632 # CONFIG_SCSI_NSP32 is not set 667 633 # CONFIG_SCSI_DEBUG is not set 668 634 # CONFIG_SCSI_PMCRAID is not set 635 + # CONFIG_SCSI_PM8001 is not set 669 636 # CONFIG_SCSI_SRP is not set 670 637 # CONFIG_SCSI_BFA_FC is not set 671 638 # CONFIG_SCSI_DH is not set ··· 684 649 # 685 650 686 651 # 687 - # See the help texts for more information. 652 + # The newer stack is recommended. 688 653 # 689 654 # CONFIG_FIREWIRE is not set 690 655 # CONFIG_IEEE1394 is not set ··· 791 756 # CONFIG_BE2NET is not set 792 757 # CONFIG_TR is not set 793 758 CONFIG_WLAN=y 794 - # CONFIG_WLAN_PRE80211 is not set 795 - # CONFIG_WLAN_80211 is not set 759 + # CONFIG_AIRO is not set 760 + # CONFIG_ATMEL is not set 761 + # CONFIG_PRISM54 is not set 762 + # CONFIG_HOSTAP is not set 796 763 797 764 # 798 765 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 808 771 # CONFIG_NETCONSOLE is not set 809 772 # CONFIG_NETPOLL is not set 810 773 # CONFIG_NET_POLL_CONTROLLER is not set 774 + # CONFIG_VMXNET3 is not set 811 775 # CONFIG_ISDN is not set 812 776 # CONFIG_PHONE is not set 813 777 ··· 818 780 CONFIG_INPUT=y 819 781 # CONFIG_INPUT_FF_MEMLESS is not set 820 782 # CONFIG_INPUT_POLLDEV is not set 783 + # CONFIG_INPUT_SPARSEKMAP is not set 821 784 822 785 # 823 786 # Userland interfaces ··· 871 832 # CONFIG_SERIAL_JSM is not set 872 833 # CONFIG_SERIAL_OF_PLATFORM is not set 873 834 # CONFIG_SERIAL_QE is not set 835 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 874 836 CONFIG_UNIX98_PTYS=y 875 837 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 876 838 CONFIG_LEGACY_PTYS=y ··· 928 888 # CONFIG_I2C_TAOS_EVM is not set 929 889 930 890 # 931 - # Graphics adapter I2C/DDC channel drivers 932 - # 933 - # CONFIG_I2C_VOODOO3 is not set 934 - 935 - # 936 891 # Other I2C/SMBus bus drivers 937 892 # 938 893 # CONFIG_I2C_PCA_PLATFORM is not set ··· 936 901 # 937 902 # Miscellaneous I2C Chip support 938 903 # 939 - # CONFIG_DS1682 is not set 940 904 # CONFIG_SENSORS_TSL2550 is not set 941 905 # CONFIG_I2C_DEBUG_CORE is not set 942 906 # CONFIG_I2C_DEBUG_ALGO is not set ··· 981 947 # CONFIG_SENSORS_GL520SM is not set 982 948 # CONFIG_SENSORS_IT87 is not set 983 949 # CONFIG_SENSORS_LM63 is not set 950 + # CONFIG_SENSORS_LM73 is not set 984 951 # CONFIG_SENSORS_LM75 is not set 985 952 # CONFIG_SENSORS_LM77 is not set 986 953 # CONFIG_SENSORS_LM78 is not set ··· 1020 985 # CONFIG_SENSORS_W83L786NG is not set 1021 986 # CONFIG_SENSORS_W83627HF is not set 1022 987 # CONFIG_SENSORS_W83627EHF is not set 988 + # CONFIG_SENSORS_LIS3_I2C is not set 1023 989 # CONFIG_THERMAL is not set 1024 990 CONFIG_WATCHDOG=y 1025 991 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1053 1017 # CONFIG_TWL4030_CORE is not set 1054 1018 # CONFIG_MFD_TMIO is not set 1055 1019 # CONFIG_PMIC_DA903X is not set 1020 + # CONFIG_PMIC_ADP5520 is not set 1056 1021 # CONFIG_MFD_WM8400 is not set 1057 1022 # CONFIG_MFD_WM831X is not set 1058 1023 # CONFIG_MFD_WM8350_I2C is not set 1059 1024 # CONFIG_MFD_PCF50633 is not set 1060 1025 # CONFIG_AB3100_CORE is not set 1026 + # CONFIG_MFD_88PM8607 is not set 1061 1027 # CONFIG_REGULATOR is not set 1062 1028 # CONFIG_MEDIA_SUPPORT is not set 1063 1029 ··· 1142 1104 # CONFIG_RTC_DRV_PCF8563 is not set 1143 1105 # CONFIG_RTC_DRV_PCF8583 is not set 1144 1106 # CONFIG_RTC_DRV_M41T80 is not set 1107 + # CONFIG_RTC_DRV_BQ32K is not set 1145 1108 # CONFIG_RTC_DRV_S35390A is not set 1146 1109 # CONFIG_RTC_DRV_FM3130 is not set 1147 1110 # CONFIG_RTC_DRV_RX8581 is not set ··· 1164 1125 # CONFIG_RTC_DRV_M48T86 is not set 1165 1126 # CONFIG_RTC_DRV_M48T35 is not set 1166 1127 # CONFIG_RTC_DRV_M48T59 is not set 1128 + # CONFIG_RTC_DRV_MSM6242 is not set 1167 1129 # CONFIG_RTC_DRV_BQ4802 is not set 1130 + # CONFIG_RTC_DRV_RP5C01 is not set 1168 1131 # CONFIG_RTC_DRV_V3020 is not set 1169 1132 1170 1133 # ··· 1343 1302 # CONFIG_DEBUG_KERNEL is not set 1344 1303 # CONFIG_SLUB_DEBUG_ON is not set 1345 1304 # CONFIG_SLUB_STATS is not set 1346 - # CONFIG_DEBUG_BUGVERBOSE is not set 1305 + CONFIG_DEBUG_BUGVERBOSE=y 1347 1306 # CONFIG_DEBUG_MEMORY_INIT is not set 1348 1307 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1349 1308 # CONFIG_LATENCYTOP is not set ··· 1370 1329 # CONFIG_KEYS is not set 1371 1330 # CONFIG_SECURITY is not set 1372 1331 # CONFIG_SECURITYFS is not set 1373 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1332 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1333 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1334 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1335 + CONFIG_DEFAULT_SECURITY_DAC=y 1336 + CONFIG_DEFAULT_SECURITY="" 1374 1337 CONFIG_CRYPTO=y 1375 1338 1376 1339 #
+65 -22
arch/powerpc/configs/83xx/mpc836x_rdk_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:30 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:23 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 61 60 CONFIG_GENERIC_BUG=y 62 61 CONFIG_DTC=y 63 62 CONFIG_DEFAULT_UIMAGE=y 63 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 64 64 CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 65 # CONFIG_PPC_DCR_NATIVE is not set 66 66 # CONFIG_PPC_DCR_MMIO is not set ··· 90 88 # 91 89 CONFIG_TREE_RCU=y 92 90 # CONFIG_TREE_PREEMPT_RCU is not set 91 + # CONFIG_TINY_RCU is not set 93 92 # CONFIG_RCU_TRACE is not set 94 93 CONFIG_RCU_FANOUT=32 95 94 # CONFIG_RCU_FANOUT_EXACT is not set ··· 177 174 # IO Schedulers 178 175 # 179 176 CONFIG_IOSCHED_NOOP=y 180 - CONFIG_IOSCHED_AS=y 181 177 CONFIG_IOSCHED_DEADLINE=y 182 178 CONFIG_IOSCHED_CFQ=y 183 - CONFIG_DEFAULT_AS=y 184 179 # CONFIG_DEFAULT_DEADLINE is not set 185 - # CONFIG_DEFAULT_CFQ is not set 180 + CONFIG_DEFAULT_CFQ=y 186 181 # CONFIG_DEFAULT_NOOP is not set 187 - CONFIG_DEFAULT_IOSCHED="anticipatory" 182 + CONFIG_DEFAULT_IOSCHED="cfq" 183 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 184 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 185 + # CONFIG_INLINE_SPIN_LOCK is not set 186 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 188 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 189 + CONFIG_INLINE_SPIN_UNLOCK=y 190 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 191 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 192 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 193 + # CONFIG_INLINE_READ_TRYLOCK is not set 194 + # CONFIG_INLINE_READ_LOCK is not set 195 + # CONFIG_INLINE_READ_LOCK_BH is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 197 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 198 + CONFIG_INLINE_READ_UNLOCK=y 199 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 200 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 201 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 202 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK is not set 204 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 206 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 207 + CONFIG_INLINE_WRITE_UNLOCK=y 208 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 209 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 210 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 211 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 188 212 # CONFIG_FREEZER is not set 189 213 190 214 # ··· 288 258 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 289 259 # CONFIG_KEXEC is not set 290 260 # CONFIG_CRASH_DUMP is not set 261 + CONFIG_SPARSE_IRQ=y 291 262 CONFIG_MAX_ACTIVE_REGIONS=32 292 263 CONFIG_ARCH_FLATMEM_ENABLE=y 293 264 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 305 274 CONFIG_ZONE_DMA_FLAG=1 306 275 CONFIG_BOUNCE=y 307 276 CONFIG_VIRT_TO_BUS=y 308 - CONFIG_HAVE_MLOCK=y 309 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 310 277 # CONFIG_KSM is not set 311 278 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 312 279 CONFIG_PPC_4K_PAGES=y ··· 433 404 # CONFIG_AF_RXRPC is not set 434 405 CONFIG_WIRELESS=y 435 406 # CONFIG_CFG80211 is not set 436 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 437 - CONFIG_WIRELESS_OLD_REGULATORY=y 438 - # CONFIG_WIRELESS_EXT is not set 439 407 # CONFIG_LIB80211 is not set 440 408 441 409 # ··· 565 539 # CONFIG_BLK_DEV_COW_COMMON is not set 566 540 CONFIG_BLK_DEV_LOOP=y 567 541 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 542 + 543 + # 544 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 545 + # 568 546 # CONFIG_BLK_DEV_NBD is not set 569 547 # CONFIG_BLK_DEV_SX8 is not set 570 548 CONFIG_BLK_DEV_RAM=y ··· 579 549 # CONFIG_ATA_OVER_ETH is not set 580 550 # CONFIG_BLK_DEV_HD is not set 581 551 CONFIG_MISC_DEVICES=y 552 + # CONFIG_AD525X_DPOT is not set 582 553 # CONFIG_PHANTOM is not set 583 554 # CONFIG_SGI_IOC4 is not set 584 555 # CONFIG_TIFM_CORE is not set ··· 587 556 # CONFIG_ENCLOSURE_SERVICES is not set 588 557 # CONFIG_HP_ILO is not set 589 558 # CONFIG_ISL29003 is not set 559 + # CONFIG_DS1682 is not set 560 + # CONFIG_TI_DAC7512 is not set 590 561 # CONFIG_C2PORT is not set 591 562 592 563 # ··· 623 590 # 624 591 625 592 # 626 - # See the help texts for more information. 593 + # The newer stack is recommended. 627 594 # 628 595 # CONFIG_FIREWIRE is not set 629 596 # CONFIG_IEEE1394 is not set ··· 690 657 # CONFIG_NETDEV_10000 is not set 691 658 # CONFIG_TR is not set 692 659 CONFIG_WLAN=y 693 - # CONFIG_WLAN_PRE80211 is not set 694 - # CONFIG_WLAN_80211 is not set 660 + # CONFIG_AIRO is not set 661 + # CONFIG_ATMEL is not set 662 + # CONFIG_PRISM54 is not set 663 + # CONFIG_HOSTAP is not set 695 664 696 665 # 697 666 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 706 671 # CONFIG_NETCONSOLE is not set 707 672 # CONFIG_NETPOLL is not set 708 673 # CONFIG_NET_POLL_CONTROLLER is not set 674 + # CONFIG_VMXNET3 is not set 709 675 # CONFIG_ISDN is not set 710 676 # CONFIG_PHONE is not set 711 677 ··· 716 680 CONFIG_INPUT=y 717 681 # CONFIG_INPUT_FF_MEMLESS is not set 718 682 # CONFIG_INPUT_POLLDEV is not set 683 + # CONFIG_INPUT_SPARSEKMAP is not set 719 684 720 685 # 721 686 # Userland interfaces ··· 774 737 # CONFIG_SERIAL_JSM is not set 775 738 # CONFIG_SERIAL_OF_PLATFORM is not set 776 739 CONFIG_SERIAL_QE=y 740 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 777 741 CONFIG_UNIX98_PTYS=y 778 742 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 779 743 CONFIG_LEGACY_PTYS=y ··· 833 795 # CONFIG_I2C_TAOS_EVM is not set 834 796 835 797 # 836 - # Graphics adapter I2C/DDC channel drivers 837 - # 838 - # CONFIG_I2C_VOODOO3 is not set 839 - 840 - # 841 798 # Other I2C/SMBus bus drivers 842 799 # 843 800 # CONFIG_I2C_PCA_PLATFORM is not set ··· 841 808 # 842 809 # Miscellaneous I2C Chip support 843 810 # 844 - # CONFIG_DS1682 is not set 845 811 # CONFIG_SENSORS_TSL2550 is not set 846 812 # CONFIG_I2C_DEBUG_CORE is not set 847 813 # CONFIG_I2C_DEBUG_ALGO is not set ··· 855 823 CONFIG_SPI_BITBANG=y 856 824 # CONFIG_SPI_GPIO is not set 857 825 # CONFIG_SPI_MPC8xxx is not set 826 + # CONFIG_SPI_XILINX is not set 827 + # CONFIG_SPI_DESIGNWARE is not set 858 828 859 829 # 860 830 # SPI Protocol Masters ··· 888 854 # 889 855 # PCI GPIO expanders: 890 856 # 857 + # CONFIG_GPIO_CS5535 is not set 891 858 # CONFIG_GPIO_BT8XX is not set 892 859 # CONFIG_GPIO_LANGWELL is not set 893 860 ··· 938 903 # CONFIG_TWL4030_CORE is not set 939 904 # CONFIG_MFD_TMIO is not set 940 905 # CONFIG_PMIC_DA903X is not set 906 + # CONFIG_PMIC_ADP5520 is not set 941 907 # CONFIG_MFD_WM8400 is not set 942 908 # CONFIG_MFD_WM831X is not set 943 909 # CONFIG_MFD_WM8350_I2C is not set ··· 946 910 # CONFIG_MFD_MC13783 is not set 947 911 # CONFIG_AB3100_CORE is not set 948 912 # CONFIG_EZX_PCAP is not set 913 + # CONFIG_MFD_88PM8607 is not set 914 + # CONFIG_AB4500_CORE is not set 949 915 # CONFIG_REGULATOR is not set 950 916 # CONFIG_MEDIA_SUPPORT is not set 951 917 ··· 1237 1199 # CONFIG_DEBUG_KERNEL is not set 1238 1200 # CONFIG_SLUB_DEBUG_ON is not set 1239 1201 # CONFIG_SLUB_STATS is not set 1240 - # CONFIG_DEBUG_BUGVERBOSE is not set 1202 + CONFIG_DEBUG_BUGVERBOSE=y 1241 1203 # CONFIG_DEBUG_MEMORY_INIT is not set 1242 1204 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1243 1205 # CONFIG_LATENCYTOP is not set ··· 1268 1230 # CONFIG_PPC_EARLY_DEBUG_44x is not set 1269 1231 # CONFIG_PPC_EARLY_DEBUG_40x is not set 1270 1232 # CONFIG_PPC_EARLY_DEBUG_CPM is not set 1233 + # CONFIG_PPC_EARLY_DEBUG_USBGECKO is not set 1271 1234 1272 1235 # 1273 1236 # Security options ··· 1276 1237 # CONFIG_KEYS is not set 1277 1238 # CONFIG_SECURITY is not set 1278 1239 # CONFIG_SECURITYFS is not set 1279 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1240 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1241 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1242 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1243 + CONFIG_DEFAULT_SECURITY_DAC=y 1244 + CONFIG_DEFAULT_SECURITY="" 1280 1245 CONFIG_CRYPTO=y 1281 1246 1282 1247 #
+66 -23
arch/powerpc/configs/83xx/mpc837x_mds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:29 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:22 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 177 174 # IO Schedulers 178 175 # 179 176 CONFIG_IOSCHED_NOOP=y 180 - CONFIG_IOSCHED_AS=y 181 177 CONFIG_IOSCHED_DEADLINE=y 182 178 CONFIG_IOSCHED_CFQ=y 183 - CONFIG_DEFAULT_AS=y 184 179 # CONFIG_DEFAULT_DEADLINE is not set 185 - # CONFIG_DEFAULT_CFQ is not set 180 + CONFIG_DEFAULT_CFQ=y 186 181 # CONFIG_DEFAULT_NOOP is not set 187 - CONFIG_DEFAULT_IOSCHED="anticipatory" 182 + CONFIG_DEFAULT_IOSCHED="cfq" 183 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 184 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 185 + # CONFIG_INLINE_SPIN_LOCK is not set 186 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 188 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 189 + CONFIG_INLINE_SPIN_UNLOCK=y 190 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 191 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 192 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 193 + # CONFIG_INLINE_READ_TRYLOCK is not set 194 + # CONFIG_INLINE_READ_LOCK is not set 195 + # CONFIG_INLINE_READ_LOCK_BH is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 197 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 198 + CONFIG_INLINE_READ_UNLOCK=y 199 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 200 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 201 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 202 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK is not set 204 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 206 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 207 + CONFIG_INLINE_WRITE_UNLOCK=y 208 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 209 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 210 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 211 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 188 212 # CONFIG_FREEZER is not set 189 213 190 214 # ··· 289 259 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 290 260 # CONFIG_KEXEC is not set 291 261 # CONFIG_CRASH_DUMP is not set 262 + CONFIG_SPARSE_IRQ=y 292 263 CONFIG_MAX_ACTIVE_REGIONS=32 293 264 CONFIG_ARCH_FLATMEM_ENABLE=y 294 265 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 306 275 CONFIG_ZONE_DMA_FLAG=1 307 276 CONFIG_BOUNCE=y 308 277 CONFIG_VIRT_TO_BUS=y 309 - CONFIG_HAVE_MLOCK=y 310 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 311 278 # CONFIG_KSM is not set 312 279 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 313 280 CONFIG_PPC_4K_PAGES=y ··· 432 403 # CONFIG_AF_RXRPC is not set 433 404 CONFIG_WIRELESS=y 434 405 # CONFIG_CFG80211 is not set 435 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 436 - CONFIG_WIRELESS_OLD_REGULATORY=y 437 - # CONFIG_WIRELESS_EXT is not set 438 406 # CONFIG_LIB80211 is not set 439 407 440 408 # ··· 469 443 # CONFIG_BLK_DEV_COW_COMMON is not set 470 444 CONFIG_BLK_DEV_LOOP=y 471 445 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 446 + 447 + # 448 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 449 + # 472 450 # CONFIG_BLK_DEV_NBD is not set 473 451 # CONFIG_BLK_DEV_SX8 is not set 474 452 CONFIG_BLK_DEV_RAM=y ··· 483 453 # CONFIG_ATA_OVER_ETH is not set 484 454 # CONFIG_BLK_DEV_HD is not set 485 455 CONFIG_MISC_DEVICES=y 456 + # CONFIG_AD525X_DPOT is not set 486 457 # CONFIG_PHANTOM is not set 487 458 # CONFIG_SGI_IOC4 is not set 488 459 # CONFIG_TIFM_CORE is not set ··· 491 460 # CONFIG_ENCLOSURE_SERVICES is not set 492 461 # CONFIG_HP_ILO is not set 493 462 # CONFIG_ISL29003 is not set 463 + # CONFIG_DS1682 is not set 494 464 # CONFIG_C2PORT is not set 495 465 496 466 # ··· 544 512 # CONFIG_SCSI_BNX2_ISCSI is not set 545 513 # CONFIG_BE2ISCSI is not set 546 514 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 515 + # CONFIG_SCSI_HPSA is not set 547 516 # CONFIG_SCSI_3W_9XXX is not set 517 + # CONFIG_SCSI_3W_SAS is not set 548 518 # CONFIG_SCSI_ACARD is not set 549 519 # CONFIG_SCSI_AACRAID is not set 550 520 # CONFIG_SCSI_AIC7XXX is not set ··· 585 551 # CONFIG_SCSI_NSP32 is not set 586 552 # CONFIG_SCSI_DEBUG is not set 587 553 # CONFIG_SCSI_PMCRAID is not set 554 + # CONFIG_SCSI_PM8001 is not set 588 555 # CONFIG_SCSI_SRP is not set 589 556 # CONFIG_SCSI_BFA_FC is not set 590 557 # CONFIG_SCSI_DH is not set ··· 641 606 # CONFIG_PATA_NS87415 is not set 642 607 # CONFIG_PATA_OPTI is not set 643 608 # CONFIG_PATA_OPTIDMA is not set 609 + # CONFIG_PATA_PDC2027X is not set 644 610 # CONFIG_PATA_PDC_OLD is not set 645 611 # CONFIG_PATA_RADISYS is not set 646 612 # CONFIG_PATA_RDC is not set 647 613 # CONFIG_PATA_RZ1000 is not set 648 614 # CONFIG_PATA_SC1200 is not set 649 615 # CONFIG_PATA_SERVERWORKS is not set 650 - # CONFIG_PATA_PDC2027X is not set 651 616 # CONFIG_PATA_SIL680 is not set 652 617 # CONFIG_PATA_SIS is not set 618 + # CONFIG_PATA_TOSHIBA is not set 653 619 # CONFIG_PATA_VIA is not set 654 620 # CONFIG_PATA_WINBOND is not set 655 621 # CONFIG_PATA_PLATFORM is not set ··· 667 631 # 668 632 669 633 # 670 - # See the help texts for more information. 634 + # The newer stack is recommended. 671 635 # 672 636 # CONFIG_FIREWIRE is not set 673 637 # CONFIG_IEEE1394 is not set ··· 772 736 # CONFIG_BE2NET is not set 773 737 # CONFIG_TR is not set 774 738 CONFIG_WLAN=y 775 - # CONFIG_WLAN_PRE80211 is not set 776 - # CONFIG_WLAN_80211 is not set 739 + # CONFIG_AIRO is not set 740 + # CONFIG_ATMEL is not set 741 + # CONFIG_PRISM54 is not set 742 + # CONFIG_HOSTAP is not set 777 743 778 744 # 779 745 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 789 751 # CONFIG_NETCONSOLE is not set 790 752 # CONFIG_NETPOLL is not set 791 753 # CONFIG_NET_POLL_CONTROLLER is not set 754 + # CONFIG_VMXNET3 is not set 792 755 # CONFIG_ISDN is not set 793 756 # CONFIG_PHONE is not set 794 757 ··· 799 760 CONFIG_INPUT=y 800 761 # CONFIG_INPUT_FF_MEMLESS is not set 801 762 # CONFIG_INPUT_POLLDEV is not set 763 + # CONFIG_INPUT_SPARSEKMAP is not set 802 764 803 765 # 804 766 # Userland interfaces ··· 851 811 CONFIG_SERIAL_CORE_CONSOLE=y 852 812 # CONFIG_SERIAL_JSM is not set 853 813 # CONFIG_SERIAL_OF_PLATFORM is not set 814 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 854 815 CONFIG_UNIX98_PTYS=y 855 816 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 856 817 CONFIG_LEGACY_PTYS=y ··· 909 868 # CONFIG_I2C_TAOS_EVM is not set 910 869 911 870 # 912 - # Graphics adapter I2C/DDC channel drivers 913 - # 914 - # CONFIG_I2C_VOODOO3 is not set 915 - 916 - # 917 871 # Other I2C/SMBus bus drivers 918 872 # 919 873 # CONFIG_I2C_PCA_PLATFORM is not set ··· 917 881 # 918 882 # Miscellaneous I2C Chip support 919 883 # 920 - # CONFIG_DS1682 is not set 921 884 # CONFIG_SENSORS_TSL2550 is not set 922 885 # CONFIG_I2C_DEBUG_CORE is not set 923 886 # CONFIG_I2C_DEBUG_ALGO is not set ··· 962 927 # CONFIG_SENSORS_GL520SM is not set 963 928 # CONFIG_SENSORS_IT87 is not set 964 929 # CONFIG_SENSORS_LM63 is not set 930 + # CONFIG_SENSORS_LM73 is not set 965 931 # CONFIG_SENSORS_LM75 is not set 966 932 # CONFIG_SENSORS_LM77 is not set 967 933 # CONFIG_SENSORS_LM78 is not set ··· 1001 965 # CONFIG_SENSORS_W83L786NG is not set 1002 966 # CONFIG_SENSORS_W83627HF is not set 1003 967 # CONFIG_SENSORS_W83627EHF is not set 968 + # CONFIG_SENSORS_LIS3_I2C is not set 1004 969 # CONFIG_THERMAL is not set 1005 970 CONFIG_WATCHDOG=y 1006 971 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1034 997 # CONFIG_TWL4030_CORE is not set 1035 998 # CONFIG_MFD_TMIO is not set 1036 999 # CONFIG_PMIC_DA903X is not set 1000 + # CONFIG_PMIC_ADP5520 is not set 1037 1001 # CONFIG_MFD_WM8400 is not set 1038 1002 # CONFIG_MFD_WM831X is not set 1039 1003 # CONFIG_MFD_WM8350_I2C is not set 1040 1004 # CONFIG_MFD_PCF50633 is not set 1041 1005 # CONFIG_AB3100_CORE is not set 1006 + # CONFIG_MFD_88PM8607 is not set 1042 1007 # CONFIG_REGULATOR is not set 1043 1008 # CONFIG_MEDIA_SUPPORT is not set 1044 1009 ··· 1265 1226 # CONFIG_DEBUG_FS is not set 1266 1227 # CONFIG_HEADERS_CHECK is not set 1267 1228 # CONFIG_DEBUG_KERNEL is not set 1268 - # CONFIG_DEBUG_BUGVERBOSE is not set 1229 + CONFIG_DEBUG_BUGVERBOSE=y 1269 1230 # CONFIG_DEBUG_MEMORY_INIT is not set 1270 1231 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1271 1232 # CONFIG_LATENCYTOP is not set ··· 1292 1253 # CONFIG_KEYS is not set 1293 1254 # CONFIG_SECURITY is not set 1294 1255 # CONFIG_SECURITYFS is not set 1295 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1256 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1257 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1258 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1259 + CONFIG_DEFAULT_SECURITY_DAC=y 1260 + CONFIG_DEFAULT_SECURITY="" 1296 1261 CONFIG_CRYPTO=y 1297 1262 1298 1263 #
+68 -23
arch/powerpc/configs/83xx/mpc837x_rdb_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:30 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:24 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 177 174 # IO Schedulers 178 175 # 179 176 CONFIG_IOSCHED_NOOP=y 180 - CONFIG_IOSCHED_AS=y 181 177 CONFIG_IOSCHED_DEADLINE=y 182 178 CONFIG_IOSCHED_CFQ=y 183 - CONFIG_DEFAULT_AS=y 184 179 # CONFIG_DEFAULT_DEADLINE is not set 185 - # CONFIG_DEFAULT_CFQ is not set 180 + CONFIG_DEFAULT_CFQ=y 186 181 # CONFIG_DEFAULT_NOOP is not set 187 - CONFIG_DEFAULT_IOSCHED="anticipatory" 182 + CONFIG_DEFAULT_IOSCHED="cfq" 183 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 184 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 185 + # CONFIG_INLINE_SPIN_LOCK is not set 186 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 188 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 189 + CONFIG_INLINE_SPIN_UNLOCK=y 190 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 191 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 192 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 193 + # CONFIG_INLINE_READ_TRYLOCK is not set 194 + # CONFIG_INLINE_READ_LOCK is not set 195 + # CONFIG_INLINE_READ_LOCK_BH is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 197 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 198 + CONFIG_INLINE_READ_UNLOCK=y 199 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 200 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 201 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 202 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK is not set 204 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 206 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 207 + CONFIG_INLINE_WRITE_UNLOCK=y 208 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 209 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 210 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 211 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 188 212 # CONFIG_FREEZER is not set 189 213 190 214 # ··· 289 259 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 290 260 # CONFIG_KEXEC is not set 291 261 # CONFIG_CRASH_DUMP is not set 262 + CONFIG_SPARSE_IRQ=y 292 263 CONFIG_MAX_ACTIVE_REGIONS=32 293 264 CONFIG_ARCH_FLATMEM_ENABLE=y 294 265 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 306 275 CONFIG_ZONE_DMA_FLAG=1 307 276 CONFIG_BOUNCE=y 308 277 CONFIG_VIRT_TO_BUS=y 309 - CONFIG_HAVE_MLOCK=y 310 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 311 278 # CONFIG_KSM is not set 312 279 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 313 280 CONFIG_PPC_4K_PAGES=y ··· 427 398 # CONFIG_AF_RXRPC is not set 428 399 CONFIG_WIRELESS=y 429 400 # CONFIG_CFG80211 is not set 430 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 431 - CONFIG_WIRELESS_OLD_REGULATORY=y 432 - # CONFIG_WIRELESS_EXT is not set 433 401 # CONFIG_LIB80211 is not set 434 402 435 403 # ··· 464 438 # CONFIG_BLK_DEV_COW_COMMON is not set 465 439 CONFIG_BLK_DEV_LOOP=y 466 440 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 441 + 442 + # 443 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 444 + # 467 445 # CONFIG_BLK_DEV_NBD is not set 468 446 # CONFIG_BLK_DEV_SX8 is not set 469 447 # CONFIG_BLK_DEV_UB is not set ··· 479 449 # CONFIG_ATA_OVER_ETH is not set 480 450 # CONFIG_BLK_DEV_HD is not set 481 451 CONFIG_MISC_DEVICES=y 452 + # CONFIG_AD525X_DPOT is not set 482 453 # CONFIG_PHANTOM is not set 483 454 # CONFIG_SGI_IOC4 is not set 484 455 # CONFIG_TIFM_CORE is not set ··· 487 456 # CONFIG_ENCLOSURE_SERVICES is not set 488 457 # CONFIG_HP_ILO is not set 489 458 # CONFIG_ISL29003 is not set 459 + # CONFIG_DS1682 is not set 490 460 # CONFIG_C2PORT is not set 491 461 492 462 # ··· 539 507 # CONFIG_SCSI_BNX2_ISCSI is not set 540 508 # CONFIG_BE2ISCSI is not set 541 509 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 510 + # CONFIG_SCSI_HPSA is not set 542 511 # CONFIG_SCSI_3W_9XXX is not set 512 + # CONFIG_SCSI_3W_SAS is not set 543 513 # CONFIG_SCSI_ACARD is not set 544 514 # CONFIG_SCSI_AACRAID is not set 545 515 # CONFIG_SCSI_AIC7XXX is not set ··· 580 546 # CONFIG_SCSI_NSP32 is not set 581 547 # CONFIG_SCSI_DEBUG is not set 582 548 # CONFIG_SCSI_PMCRAID is not set 549 + # CONFIG_SCSI_PM8001 is not set 583 550 # CONFIG_SCSI_SRP is not set 584 551 # CONFIG_SCSI_BFA_FC is not set 585 552 # CONFIG_SCSI_DH is not set ··· 636 601 # CONFIG_PATA_NS87415 is not set 637 602 # CONFIG_PATA_OPTI is not set 638 603 # CONFIG_PATA_OPTIDMA is not set 604 + # CONFIG_PATA_PDC2027X is not set 639 605 # CONFIG_PATA_PDC_OLD is not set 640 606 # CONFIG_PATA_RADISYS is not set 641 607 # CONFIG_PATA_RDC is not set 642 608 # CONFIG_PATA_RZ1000 is not set 643 609 # CONFIG_PATA_SC1200 is not set 644 610 # CONFIG_PATA_SERVERWORKS is not set 645 - # CONFIG_PATA_PDC2027X is not set 646 611 # CONFIG_PATA_SIL680 is not set 647 612 # CONFIG_PATA_SIS is not set 613 + # CONFIG_PATA_TOSHIBA is not set 648 614 # CONFIG_PATA_VIA is not set 649 615 # CONFIG_PATA_WINBOND is not set 650 616 # CONFIG_PATA_PLATFORM is not set ··· 674 638 # 675 639 676 640 # 677 - # See the help texts for more information. 641 + # The newer stack is recommended. 678 642 # 679 643 # CONFIG_FIREWIRE is not set 680 644 # CONFIG_IEEE1394 is not set ··· 761 725 # CONFIG_NETDEV_10000 is not set 762 726 # CONFIG_TR is not set 763 727 CONFIG_WLAN=y 764 - # CONFIG_WLAN_PRE80211 is not set 765 - # CONFIG_WLAN_80211 is not set 728 + # CONFIG_AIRO is not set 729 + # CONFIG_ATMEL is not set 730 + # CONFIG_PRISM54 is not set 731 + # CONFIG_USB_ZD1201 is not set 732 + # CONFIG_HOSTAP is not set 766 733 767 734 # 768 735 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 788 749 # CONFIG_NETCONSOLE is not set 789 750 # CONFIG_NETPOLL is not set 790 751 # CONFIG_NET_POLL_CONTROLLER is not set 752 + # CONFIG_VMXNET3 is not set 791 753 # CONFIG_ISDN is not set 792 754 # CONFIG_PHONE is not set 793 755 ··· 798 758 CONFIG_INPUT=y 799 759 CONFIG_INPUT_FF_MEMLESS=m 800 760 # CONFIG_INPUT_POLLDEV is not set 761 + # CONFIG_INPUT_SPARSEKMAP is not set 801 762 802 763 # 803 764 # Userland interfaces ··· 850 809 CONFIG_SERIAL_CORE_CONSOLE=y 851 810 # CONFIG_SERIAL_JSM is not set 852 811 # CONFIG_SERIAL_OF_PLATFORM is not set 812 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 853 813 CONFIG_UNIX98_PTYS=y 854 814 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 855 815 CONFIG_LEGACY_PTYS=y ··· 909 867 # CONFIG_I2C_TINY_USB is not set 910 868 911 869 # 912 - # Graphics adapter I2C/DDC channel drivers 913 - # 914 - # CONFIG_I2C_VOODOO3 is not set 915 - 916 - # 917 870 # Other I2C/SMBus bus drivers 918 871 # 919 872 # CONFIG_I2C_PCA_PLATFORM is not set ··· 917 880 # 918 881 # Miscellaneous I2C Chip support 919 882 # 920 - # CONFIG_DS1682 is not set 921 883 # CONFIG_SENSORS_TSL2550 is not set 922 884 # CONFIG_I2C_DEBUG_CORE is not set 923 885 # CONFIG_I2C_DEBUG_ALGO is not set ··· 962 926 # CONFIG_SENSORS_GL520SM is not set 963 927 # CONFIG_SENSORS_IT87 is not set 964 928 # CONFIG_SENSORS_LM63 is not set 929 + # CONFIG_SENSORS_LM73 is not set 965 930 # CONFIG_SENSORS_LM75 is not set 966 931 # CONFIG_SENSORS_LM77 is not set 967 932 # CONFIG_SENSORS_LM78 is not set ··· 1001 964 # CONFIG_SENSORS_W83L786NG is not set 1002 965 # CONFIG_SENSORS_W83627HF is not set 1003 966 # CONFIG_SENSORS_W83627EHF is not set 967 + # CONFIG_SENSORS_LIS3_I2C is not set 1004 968 # CONFIG_THERMAL is not set 1005 969 CONFIG_WATCHDOG=y 1006 970 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1039 1001 # CONFIG_TWL4030_CORE is not set 1040 1002 # CONFIG_MFD_TMIO is not set 1041 1003 # CONFIG_PMIC_DA903X is not set 1004 + # CONFIG_PMIC_ADP5520 is not set 1042 1005 # CONFIG_MFD_WM8400 is not set 1043 1006 # CONFIG_MFD_WM831X is not set 1044 1007 # CONFIG_MFD_WM8350_I2C is not set 1045 1008 # CONFIG_MFD_PCF50633 is not set 1046 1009 # CONFIG_AB3100_CORE is not set 1010 + # CONFIG_MFD_88PM8607 is not set 1047 1011 # CONFIG_REGULATOR is not set 1048 1012 # CONFIG_MEDIA_SUPPORT is not set 1049 1013 ··· 1137 1097 CONFIG_USB_EHCI_HCD=y 1138 1098 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1139 1099 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1100 + # CONFIG_XPS_USB_HCD_XILINX is not set 1140 1101 CONFIG_USB_EHCI_FSL=y 1141 1102 CONFIG_USB_EHCI_HCD_PPC_OF=y 1142 1103 # CONFIG_USB_OXU210HP_HCD is not set ··· 1426 1385 # CONFIG_DEBUG_FS is not set 1427 1386 # CONFIG_HEADERS_CHECK is not set 1428 1387 # CONFIG_DEBUG_KERNEL is not set 1429 - # CONFIG_DEBUG_BUGVERBOSE is not set 1388 + CONFIG_DEBUG_BUGVERBOSE=y 1430 1389 # CONFIG_DEBUG_MEMORY_INIT is not set 1431 1390 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1432 1391 # CONFIG_LATENCYTOP is not set ··· 1453 1412 # CONFIG_KEYS is not set 1454 1413 # CONFIG_SECURITY is not set 1455 1414 # CONFIG_SECURITYFS is not set 1456 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1415 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1416 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1417 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1418 + CONFIG_DEFAULT_SECURITY_DAC=y 1419 + CONFIG_DEFAULT_SECURITY="" 1457 1420 CONFIG_XOR_BLOCKS=y 1458 1421 CONFIG_ASYNC_CORE=y 1459 1422 CONFIG_ASYNC_MEMCPY=y
+63 -22
arch/powerpc/configs/83xx/sbc834x_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:31 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:25 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 175 172 # IO Schedulers 176 173 # 177 174 CONFIG_IOSCHED_NOOP=y 178 - CONFIG_IOSCHED_AS=y 179 175 CONFIG_IOSCHED_DEADLINE=y 180 176 CONFIG_IOSCHED_CFQ=y 181 - CONFIG_DEFAULT_AS=y 182 177 # CONFIG_DEFAULT_DEADLINE is not set 183 - # CONFIG_DEFAULT_CFQ is not set 178 + CONFIG_DEFAULT_CFQ=y 184 179 # CONFIG_DEFAULT_NOOP is not set 185 - CONFIG_DEFAULT_IOSCHED="anticipatory" 180 + CONFIG_DEFAULT_IOSCHED="cfq" 181 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 182 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 183 + # CONFIG_INLINE_SPIN_LOCK is not set 184 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 185 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 187 + CONFIG_INLINE_SPIN_UNLOCK=y 188 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 189 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 190 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 191 + # CONFIG_INLINE_READ_TRYLOCK is not set 192 + # CONFIG_INLINE_READ_LOCK is not set 193 + # CONFIG_INLINE_READ_LOCK_BH is not set 194 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 196 + CONFIG_INLINE_READ_UNLOCK=y 197 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 198 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 199 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 200 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 201 + # CONFIG_INLINE_WRITE_LOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 203 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 205 + CONFIG_INLINE_WRITE_UNLOCK=y 206 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 207 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 208 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 209 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 186 210 # CONFIG_FREEZER is not set 187 211 188 212 # ··· 287 257 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 288 258 # CONFIG_KEXEC is not set 289 259 # CONFIG_CRASH_DUMP is not set 260 + CONFIG_SPARSE_IRQ=y 290 261 CONFIG_MAX_ACTIVE_REGIONS=32 291 262 CONFIG_ARCH_FLATMEM_ENABLE=y 292 263 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 304 273 CONFIG_ZONE_DMA_FLAG=1 305 274 CONFIG_BOUNCE=y 306 275 CONFIG_VIRT_TO_BUS=y 307 - CONFIG_HAVE_MLOCK=y 308 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 309 276 # CONFIG_KSM is not set 310 277 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 311 278 CONFIG_PPC_4K_PAGES=y ··· 430 401 # CONFIG_AF_RXRPC is not set 431 402 CONFIG_WIRELESS=y 432 403 # CONFIG_CFG80211 is not set 433 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 434 - CONFIG_WIRELESS_OLD_REGULATORY=y 435 - # CONFIG_WIRELESS_EXT is not set 436 404 # CONFIG_LIB80211 is not set 437 405 438 406 # ··· 550 524 # CONFIG_BLK_DEV_COW_COMMON is not set 551 525 CONFIG_BLK_DEV_LOOP=y 552 526 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 527 + 528 + # 529 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 530 + # 553 531 # CONFIG_BLK_DEV_NBD is not set 554 532 # CONFIG_BLK_DEV_SX8 is not set 555 533 # CONFIG_BLK_DEV_UB is not set ··· 565 535 # CONFIG_ATA_OVER_ETH is not set 566 536 # CONFIG_BLK_DEV_HD is not set 567 537 CONFIG_MISC_DEVICES=y 538 + # CONFIG_AD525X_DPOT is not set 568 539 # CONFIG_PHANTOM is not set 569 540 # CONFIG_SGI_IOC4 is not set 570 541 # CONFIG_TIFM_CORE is not set ··· 573 542 # CONFIG_ENCLOSURE_SERVICES is not set 574 543 # CONFIG_HP_ILO is not set 575 544 # CONFIG_ISL29003 is not set 545 + # CONFIG_DS1682 is not set 576 546 # CONFIG_C2PORT is not set 577 547 578 548 # ··· 636 604 # 637 605 638 606 # 639 - # See the help texts for more information. 607 + # The newer stack is recommended. 640 608 # 641 609 # CONFIG_FIREWIRE is not set 642 610 # CONFIG_IEEE1394 is not set ··· 723 691 # CONFIG_NETDEV_10000 is not set 724 692 # CONFIG_TR is not set 725 693 CONFIG_WLAN=y 726 - # CONFIG_WLAN_PRE80211 is not set 727 - # CONFIG_WLAN_80211 is not set 694 + # CONFIG_AIRO is not set 695 + # CONFIG_ATMEL is not set 696 + # CONFIG_PRISM54 is not set 697 + # CONFIG_USB_ZD1201 is not set 698 + # CONFIG_HOSTAP is not set 728 699 729 700 # 730 701 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 750 715 # CONFIG_NETCONSOLE is not set 751 716 # CONFIG_NETPOLL is not set 752 717 # CONFIG_NET_POLL_CONTROLLER is not set 718 + # CONFIG_VMXNET3 is not set 753 719 # CONFIG_ISDN is not set 754 720 # CONFIG_PHONE is not set 755 721 ··· 760 724 CONFIG_INPUT=y 761 725 # CONFIG_INPUT_FF_MEMLESS is not set 762 726 # CONFIG_INPUT_POLLDEV is not set 727 + # CONFIG_INPUT_SPARSEKMAP is not set 763 728 764 729 # 765 730 # Userland interfaces ··· 812 775 CONFIG_SERIAL_CORE_CONSOLE=y 813 776 # CONFIG_SERIAL_JSM is not set 814 777 # CONFIG_SERIAL_OF_PLATFORM is not set 778 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 815 779 CONFIG_UNIX98_PTYS=y 816 780 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 817 781 CONFIG_LEGACY_PTYS=y ··· 871 833 # CONFIG_I2C_TINY_USB is not set 872 834 873 835 # 874 - # Graphics adapter I2C/DDC channel drivers 875 - # 876 - # CONFIG_I2C_VOODOO3 is not set 877 - 878 - # 879 836 # Other I2C/SMBus bus drivers 880 837 # 881 838 # CONFIG_I2C_PCA_PLATFORM is not set ··· 879 846 # 880 847 # Miscellaneous I2C Chip support 881 848 # 882 - # CONFIG_DS1682 is not set 883 849 # CONFIG_SENSORS_TSL2550 is not set 884 850 # CONFIG_I2C_DEBUG_CORE is not set 885 851 # CONFIG_I2C_DEBUG_ALGO is not set ··· 924 892 # CONFIG_SENSORS_GL520SM is not set 925 893 # CONFIG_SENSORS_IT87 is not set 926 894 # CONFIG_SENSORS_LM63 is not set 895 + # CONFIG_SENSORS_LM73 is not set 927 896 # CONFIG_SENSORS_LM75 is not set 928 897 # CONFIG_SENSORS_LM77 is not set 929 898 # CONFIG_SENSORS_LM78 is not set ··· 963 930 # CONFIG_SENSORS_W83L786NG is not set 964 931 # CONFIG_SENSORS_W83627HF is not set 965 932 # CONFIG_SENSORS_W83627EHF is not set 933 + # CONFIG_SENSORS_LIS3_I2C is not set 966 934 # CONFIG_THERMAL is not set 967 935 CONFIG_WATCHDOG=y 968 936 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1001 967 # CONFIG_TWL4030_CORE is not set 1002 968 # CONFIG_MFD_TMIO is not set 1003 969 # CONFIG_PMIC_DA903X is not set 970 + # CONFIG_PMIC_ADP5520 is not set 1004 971 # CONFIG_MFD_WM8400 is not set 1005 972 # CONFIG_MFD_WM831X is not set 1006 973 # CONFIG_MFD_WM8350_I2C is not set 1007 974 # CONFIG_MFD_PCF50633 is not set 1008 975 # CONFIG_AB3100_CORE is not set 976 + # CONFIG_MFD_88PM8607 is not set 1009 977 # CONFIG_REGULATOR is not set 1010 978 # CONFIG_MEDIA_SUPPORT is not set 1011 979 ··· 1075 1039 CONFIG_USB_EHCI_HCD=y 1076 1040 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1077 1041 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1042 + # CONFIG_XPS_USB_HCD_XILINX is not set 1078 1043 CONFIG_USB_EHCI_FSL=y 1079 1044 CONFIG_USB_EHCI_HCD_PPC_OF=y 1080 1045 # CONFIG_USB_OXU210HP_HCD is not set ··· 1358 1321 # CONFIG_DEBUG_FS is not set 1359 1322 # CONFIG_HEADERS_CHECK is not set 1360 1323 # CONFIG_DEBUG_KERNEL is not set 1361 - # CONFIG_DEBUG_BUGVERBOSE is not set 1324 + CONFIG_DEBUG_BUGVERBOSE=y 1362 1325 # CONFIG_DEBUG_MEMORY_INIT is not set 1363 1326 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1364 1327 # CONFIG_LATENCYTOP is not set ··· 1385 1348 # CONFIG_KEYS is not set 1386 1349 # CONFIG_SECURITY is not set 1387 1350 # CONFIG_SECURITYFS is not set 1388 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1351 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1352 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1353 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1354 + CONFIG_DEFAULT_SECURITY_DAC=y 1355 + CONFIG_DEFAULT_SECURITY="" 1389 1356 CONFIG_CRYPTO=y 1390 1357 1391 1358 #
+53 -16
arch/powerpc/configs/85xx/ksi8560_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:32 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:26 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 63 62 CONFIG_GENERIC_BUG=y 64 63 CONFIG_DTC=y 65 64 CONFIG_DEFAULT_UIMAGE=y 65 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 66 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 67 # CONFIG_PPC_DCR_NATIVE is not set 67 68 # CONFIG_PPC_DCR_MMIO is not set 68 69 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 92 89 # 93 90 CONFIG_TREE_RCU=y 94 91 # CONFIG_TREE_PREEMPT_RCU is not set 92 + # CONFIG_TINY_RCU is not set 95 93 # CONFIG_RCU_TRACE is not set 96 94 CONFIG_RCU_FANOUT=32 97 95 # CONFIG_RCU_FANOUT_EXACT is not set ··· 173 169 # IO Schedulers 174 170 # 175 171 CONFIG_IOSCHED_NOOP=y 176 - CONFIG_IOSCHED_AS=y 177 172 CONFIG_IOSCHED_DEADLINE=y 178 173 CONFIG_IOSCHED_CFQ=y 179 - CONFIG_DEFAULT_AS=y 180 174 # CONFIG_DEFAULT_DEADLINE is not set 181 - # CONFIG_DEFAULT_CFQ is not set 175 + CONFIG_DEFAULT_CFQ=y 182 176 # CONFIG_DEFAULT_NOOP is not set 183 - CONFIG_DEFAULT_IOSCHED="anticipatory" 177 + CONFIG_DEFAULT_IOSCHED="cfq" 178 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 179 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 180 + # CONFIG_INLINE_SPIN_LOCK is not set 181 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 182 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 183 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 184 + CONFIG_INLINE_SPIN_UNLOCK=y 185 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 186 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 187 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 188 + # CONFIG_INLINE_READ_TRYLOCK is not set 189 + # CONFIG_INLINE_READ_LOCK is not set 190 + # CONFIG_INLINE_READ_LOCK_BH is not set 191 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 192 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 193 + CONFIG_INLINE_READ_UNLOCK=y 194 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 195 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 196 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 197 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 198 + # CONFIG_INLINE_WRITE_LOCK is not set 199 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 200 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 201 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 202 + CONFIG_INLINE_WRITE_UNLOCK=y 203 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 204 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 205 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 206 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 184 207 # CONFIG_FREEZER is not set 185 208 186 209 # ··· 216 185 # CONFIG_PPC_CELL is not set 217 186 # CONFIG_PPC_CELL_NATIVE is not set 218 187 # CONFIG_PQ2ADS is not set 219 - CONFIG_MPC85xx=y 188 + CONFIG_FSL_SOC_BOOKE=y 220 189 # CONFIG_MPC8540_ADS is not set 221 190 # CONFIG_MPC8560_ADS is not set 222 191 # CONFIG_MPC85xx_CDS is not set ··· 235 204 # CONFIG_TQM8560 is not set 236 205 # CONFIG_SBC8548 is not set 237 206 # CONFIG_SBC8560 is not set 207 + # CONFIG_P4080_DS is not set 238 208 # CONFIG_IPIC is not set 239 209 CONFIG_MPIC=y 240 210 # CONFIG_MPIC_WEIRD is not set ··· 280 248 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 281 249 CONFIG_ARCH_HAS_WALK_MEMORY=y 282 250 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 251 + CONFIG_SPARSE_IRQ=y 283 252 CONFIG_MAX_ACTIVE_REGIONS=32 284 253 CONFIG_ARCH_FLATMEM_ENABLE=y 285 254 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 297 264 CONFIG_ZONE_DMA_FLAG=1 298 265 CONFIG_BOUNCE=y 299 266 CONFIG_VIRT_TO_BUS=y 300 - CONFIG_HAVE_MLOCK=y 301 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 302 267 # CONFIG_KSM is not set 303 268 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 304 269 CONFIG_PPC_4K_PAGES=y ··· 416 385 # CONFIG_AF_RXRPC is not set 417 386 CONFIG_WIRELESS=y 418 387 # CONFIG_CFG80211 is not set 419 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 420 - CONFIG_WIRELESS_OLD_REGULATORY=y 421 - # CONFIG_WIRELESS_EXT is not set 422 388 # CONFIG_LIB80211 is not set 423 389 424 390 # ··· 531 503 # CONFIG_BLK_DEV_COW_COMMON is not set 532 504 CONFIG_BLK_DEV_LOOP=y 533 505 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 506 + 507 + # 508 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 509 + # 534 510 # CONFIG_BLK_DEV_NBD is not set 535 511 CONFIG_BLK_DEV_RAM=y 536 512 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 635 603 # CONFIG_MV643XX_ETH is not set 636 604 CONFIG_NETDEV_10000=y 637 605 CONFIG_WLAN=y 638 - # CONFIG_WLAN_PRE80211 is not set 639 - # CONFIG_WLAN_80211 is not set 606 + # CONFIG_HOSTAP is not set 640 607 641 608 # 642 609 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 655 624 CONFIG_INPUT=y 656 625 # CONFIG_INPUT_FF_MEMLESS is not set 657 626 # CONFIG_INPUT_POLLDEV is not set 627 + # CONFIG_INPUT_SPARSEKMAP is not set 658 628 659 629 # 660 630 # Userland interfaces ··· 701 669 CONFIG_SERIAL_CORE_CONSOLE=y 702 670 CONFIG_SERIAL_CPM=y 703 671 CONFIG_SERIAL_CPM_CONSOLE=y 672 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 704 673 CONFIG_UNIX98_PTYS=y 705 674 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 706 675 CONFIG_LEGACY_PTYS=y ··· 1084 1051 # CONFIG_KEYS is not set 1085 1052 # CONFIG_SECURITY is not set 1086 1053 # CONFIG_SECURITYFS is not set 1087 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1054 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1055 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1056 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1057 + CONFIG_DEFAULT_SECURITY_DAC=y 1058 + CONFIG_DEFAULT_SECURITY="" 1088 1059 CONFIG_CRYPTO=y 1089 1060 1090 1061 #
+53 -16
arch/powerpc/configs/85xx/mpc8540_ads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:33 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:27 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_GENERIC_BUG=y 63 62 CONFIG_DTC=y 64 63 CONFIG_DEFAULT_UIMAGE=y 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 66 # CONFIG_PPC_DCR_NATIVE is not set 66 67 # CONFIG_PPC_DCR_MMIO is not set 67 68 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 91 88 # 92 89 CONFIG_TREE_RCU=y 93 90 # CONFIG_TREE_PREEMPT_RCU is not set 91 + # CONFIG_TINY_RCU is not set 94 92 # CONFIG_RCU_TRACE is not set 95 93 CONFIG_RCU_FANOUT=32 96 94 # CONFIG_RCU_FANOUT_EXACT is not set ··· 174 170 # IO Schedulers 175 171 # 176 172 CONFIG_IOSCHED_NOOP=y 177 - CONFIG_IOSCHED_AS=y 178 173 CONFIG_IOSCHED_DEADLINE=y 179 174 CONFIG_IOSCHED_CFQ=y 180 - CONFIG_DEFAULT_AS=y 181 175 # CONFIG_DEFAULT_DEADLINE is not set 182 - # CONFIG_DEFAULT_CFQ is not set 176 + CONFIG_DEFAULT_CFQ=y 183 177 # CONFIG_DEFAULT_NOOP is not set 184 - CONFIG_DEFAULT_IOSCHED="anticipatory" 178 + CONFIG_DEFAULT_IOSCHED="cfq" 179 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 180 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 181 + # CONFIG_INLINE_SPIN_LOCK is not set 182 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 183 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 184 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 185 + CONFIG_INLINE_SPIN_UNLOCK=y 186 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 187 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 188 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 189 + # CONFIG_INLINE_READ_TRYLOCK is not set 190 + # CONFIG_INLINE_READ_LOCK is not set 191 + # CONFIG_INLINE_READ_LOCK_BH is not set 192 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 193 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 194 + CONFIG_INLINE_READ_UNLOCK=y 195 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 196 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 197 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 198 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 199 + # CONFIG_INLINE_WRITE_LOCK is not set 200 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 201 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 202 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 203 + CONFIG_INLINE_WRITE_UNLOCK=y 204 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 205 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 206 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 207 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 185 208 # CONFIG_FREEZER is not set 186 209 187 210 # ··· 217 186 # CONFIG_PPC_CELL is not set 218 187 # CONFIG_PPC_CELL_NATIVE is not set 219 188 # CONFIG_PQ2ADS is not set 220 - CONFIG_MPC85xx=y 189 + CONFIG_FSL_SOC_BOOKE=y 221 190 CONFIG_MPC8540_ADS=y 222 191 # CONFIG_MPC8560_ADS is not set 223 192 # CONFIG_MPC85xx_CDS is not set ··· 236 205 # CONFIG_TQM8560 is not set 237 206 # CONFIG_SBC8548 is not set 238 207 # CONFIG_SBC8560 is not set 208 + # CONFIG_P4080_DS is not set 239 209 # CONFIG_IPIC is not set 240 210 CONFIG_MPIC=y 241 211 # CONFIG_MPIC_WEIRD is not set ··· 281 249 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 282 250 CONFIG_ARCH_HAS_WALK_MEMORY=y 283 251 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 252 + CONFIG_SPARSE_IRQ=y 284 253 CONFIG_MAX_ACTIVE_REGIONS=32 285 254 CONFIG_ARCH_FLATMEM_ENABLE=y 286 255 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 298 265 CONFIG_ZONE_DMA_FLAG=1 299 266 CONFIG_BOUNCE=y 300 267 CONFIG_VIRT_TO_BUS=y 301 - CONFIG_HAVE_MLOCK=y 302 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 303 268 # CONFIG_KSM is not set 304 269 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 305 270 CONFIG_PPC_4K_PAGES=y ··· 417 386 # CONFIG_AF_RXRPC is not set 418 387 CONFIG_WIRELESS=y 419 388 # CONFIG_CFG80211 is not set 420 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 421 - CONFIG_WIRELESS_OLD_REGULATORY=y 422 - # CONFIG_WIRELESS_EXT is not set 423 389 # CONFIG_LIB80211 is not set 424 390 425 391 # ··· 451 423 # CONFIG_BLK_DEV_COW_COMMON is not set 452 424 CONFIG_BLK_DEV_LOOP=y 453 425 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 426 + 427 + # 428 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 429 + # 454 430 # CONFIG_BLK_DEV_NBD is not set 455 431 CONFIG_BLK_DEV_RAM=y 456 432 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 532 500 # CONFIG_MV643XX_ETH is not set 533 501 CONFIG_NETDEV_10000=y 534 502 CONFIG_WLAN=y 535 - # CONFIG_WLAN_PRE80211 is not set 536 - # CONFIG_WLAN_80211 is not set 503 + # CONFIG_HOSTAP is not set 537 504 538 505 # 539 506 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 552 521 CONFIG_INPUT=y 553 522 # CONFIG_INPUT_FF_MEMLESS is not set 554 523 # CONFIG_INPUT_POLLDEV is not set 524 + # CONFIG_INPUT_SPARSEKMAP is not set 555 525 556 526 # 557 527 # Userland interfaces ··· 602 570 CONFIG_SERIAL_CORE=y 603 571 CONFIG_SERIAL_CORE_CONSOLE=y 604 572 # CONFIG_SERIAL_OF_PLATFORM is not set 573 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 605 574 CONFIG_UNIX98_PTYS=y 606 575 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 607 576 CONFIG_LEGACY_PTYS=y ··· 953 920 # CONFIG_KEYS is not set 954 921 # CONFIG_SECURITY is not set 955 922 # CONFIG_SECURITYFS is not set 956 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 923 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 924 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 925 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 926 + CONFIG_DEFAULT_SECURITY_DAC=y 927 + CONFIG_DEFAULT_SECURITY="" 957 928 CONFIG_CRYPTO=y 958 929 959 930 #
+59 -17
arch/powerpc/configs/85xx/mpc8560_ads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:34 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:28 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 63 62 CONFIG_GENERIC_BUG=y 64 63 CONFIG_DTC=y 65 64 CONFIG_DEFAULT_UIMAGE=y 65 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 66 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 67 # CONFIG_PPC_DCR_NATIVE is not set 67 68 # CONFIG_PPC_DCR_MMIO is not set 68 69 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 92 89 # 93 90 CONFIG_TREE_RCU=y 94 91 # CONFIG_TREE_PREEMPT_RCU is not set 92 + # CONFIG_TINY_RCU is not set 95 93 # CONFIG_RCU_TRACE is not set 96 94 CONFIG_RCU_FANOUT=32 97 95 # CONFIG_RCU_FANOUT_EXACT is not set ··· 177 173 # IO Schedulers 178 174 # 179 175 CONFIG_IOSCHED_NOOP=y 180 - CONFIG_IOSCHED_AS=y 181 176 CONFIG_IOSCHED_DEADLINE=y 182 177 CONFIG_IOSCHED_CFQ=y 183 - CONFIG_DEFAULT_AS=y 184 178 # CONFIG_DEFAULT_DEADLINE is not set 185 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 186 180 # CONFIG_DEFAULT_NOOP is not set 187 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + CONFIG_INLINE_SPIN_UNLOCK=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_READ_UNLOCK=y 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_WRITE_UNLOCK=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 188 211 # CONFIG_FREEZER is not set 189 212 190 213 # ··· 220 189 # CONFIG_PPC_CELL is not set 221 190 # CONFIG_PPC_CELL_NATIVE is not set 222 191 # CONFIG_PQ2ADS is not set 223 - CONFIG_MPC85xx=y 192 + CONFIG_FSL_SOC_BOOKE=y 224 193 # CONFIG_MPC8540_ADS is not set 225 194 CONFIG_MPC8560_ADS=y 226 195 # CONFIG_MPC85xx_CDS is not set ··· 239 208 # CONFIG_TQM8560 is not set 240 209 # CONFIG_SBC8548 is not set 241 210 # CONFIG_SBC8560 is not set 211 + # CONFIG_P4080_DS is not set 242 212 # CONFIG_IPIC is not set 243 213 CONFIG_MPIC=y 244 214 # CONFIG_MPIC_WEIRD is not set ··· 284 252 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 285 253 CONFIG_ARCH_HAS_WALK_MEMORY=y 286 254 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 255 + CONFIG_SPARSE_IRQ=y 287 256 CONFIG_MAX_ACTIVE_REGIONS=32 288 257 CONFIG_ARCH_FLATMEM_ENABLE=y 289 258 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 301 268 CONFIG_ZONE_DMA_FLAG=1 302 269 CONFIG_BOUNCE=y 303 270 CONFIG_VIRT_TO_BUS=y 304 - CONFIG_HAVE_MLOCK=y 305 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 306 271 # CONFIG_KSM is not set 307 272 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 308 273 CONFIG_PPC_4K_PAGES=y ··· 429 398 # CONFIG_AF_RXRPC is not set 430 399 CONFIG_WIRELESS=y 431 400 # CONFIG_CFG80211 is not set 432 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 433 - CONFIG_WIRELESS_OLD_REGULATORY=y 434 - # CONFIG_WIRELESS_EXT is not set 435 401 # CONFIG_LIB80211 is not set 436 402 437 403 # ··· 468 440 # CONFIG_BLK_DEV_COW_COMMON is not set 469 441 CONFIG_BLK_DEV_LOOP=y 470 442 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 443 + 444 + # 445 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 446 + # 471 447 # CONFIG_BLK_DEV_NBD is not set 472 448 # CONFIG_BLK_DEV_SX8 is not set 473 449 CONFIG_BLK_DEV_RAM=y ··· 517 485 # 518 486 519 487 # 520 - # See the help texts for more information. 488 + # The newer stack is recommended. 521 489 # 522 490 # CONFIG_FIREWIRE is not set 523 491 # CONFIG_IEEE1394 is not set ··· 626 594 # CONFIG_BE2NET is not set 627 595 # CONFIG_TR is not set 628 596 CONFIG_WLAN=y 629 - # CONFIG_WLAN_PRE80211 is not set 630 - # CONFIG_WLAN_80211 is not set 597 + # CONFIG_AIRO is not set 598 + # CONFIG_ATMEL is not set 599 + # CONFIG_PRISM54 is not set 600 + # CONFIG_HOSTAP is not set 631 601 632 602 # 633 603 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 642 608 # CONFIG_NETCONSOLE is not set 643 609 # CONFIG_NETPOLL is not set 644 610 # CONFIG_NET_POLL_CONTROLLER is not set 611 + # CONFIG_VMXNET3 is not set 645 612 # CONFIG_ISDN is not set 646 613 # CONFIG_PHONE is not set 647 614 ··· 652 617 CONFIG_INPUT=y 653 618 # CONFIG_INPUT_FF_MEMLESS is not set 654 619 # CONFIG_INPUT_POLLDEV is not set 620 + # CONFIG_INPUT_SPARSEKMAP is not set 655 621 656 622 # 657 623 # Userland interfaces ··· 700 664 CONFIG_SERIAL_CPM=y 701 665 CONFIG_SERIAL_CPM_CONSOLE=y 702 666 # CONFIG_SERIAL_JSM is not set 667 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 703 668 CONFIG_UNIX98_PTYS=y 704 669 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 705 670 CONFIG_LEGACY_PTYS=y ··· 742 705 # 743 706 # PCI GPIO expanders: 744 707 # 708 + # CONFIG_GPIO_CS5535 is not set 745 709 # CONFIG_GPIO_BT8XX is not set 746 710 # CONFIG_GPIO_LANGWELL is not set 747 711 ··· 1092 1054 # CONFIG_KEYS is not set 1093 1055 # CONFIG_SECURITY is not set 1094 1056 # CONFIG_SECURITYFS is not set 1095 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1057 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1058 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1059 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1060 + CONFIG_DEFAULT_SECURITY_DAC=y 1061 + CONFIG_DEFAULT_SECURITY="" 1096 1062 CONFIG_CRYPTO=y 1097 1063 1098 1064 #
+58 -17
arch/powerpc/configs/85xx/mpc85xx_cds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:35 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:29 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_GENERIC_BUG=y 63 62 CONFIG_DTC=y 64 63 CONFIG_DEFAULT_UIMAGE=y 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 66 # CONFIG_PPC_DCR_NATIVE is not set 66 67 # CONFIG_PPC_DCR_MMIO is not set 67 68 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 91 88 # 92 89 CONFIG_TREE_RCU=y 93 90 # CONFIG_TREE_PREEMPT_RCU is not set 91 + # CONFIG_TINY_RCU is not set 94 92 # CONFIG_RCU_TRACE is not set 95 93 CONFIG_RCU_FANOUT=32 96 94 # CONFIG_RCU_FANOUT_EXACT is not set ··· 175 171 # IO Schedulers 176 172 # 177 173 CONFIG_IOSCHED_NOOP=y 178 - CONFIG_IOSCHED_AS=y 179 174 CONFIG_IOSCHED_DEADLINE=y 180 175 CONFIG_IOSCHED_CFQ=y 181 - CONFIG_DEFAULT_AS=y 182 176 # CONFIG_DEFAULT_DEADLINE is not set 183 - # CONFIG_DEFAULT_CFQ is not set 177 + CONFIG_DEFAULT_CFQ=y 184 178 # CONFIG_DEFAULT_NOOP is not set 185 - CONFIG_DEFAULT_IOSCHED="anticipatory" 179 + CONFIG_DEFAULT_IOSCHED="cfq" 180 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 181 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 182 + # CONFIG_INLINE_SPIN_LOCK is not set 183 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 185 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 186 + CONFIG_INLINE_SPIN_UNLOCK=y 187 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 188 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 190 + # CONFIG_INLINE_READ_TRYLOCK is not set 191 + # CONFIG_INLINE_READ_LOCK is not set 192 + # CONFIG_INLINE_READ_LOCK_BH is not set 193 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 194 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 195 + CONFIG_INLINE_READ_UNLOCK=y 196 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 197 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 198 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 199 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 200 + # CONFIG_INLINE_WRITE_LOCK is not set 201 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 202 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 203 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 204 + CONFIG_INLINE_WRITE_UNLOCK=y 205 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 206 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 208 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 186 209 # CONFIG_FREEZER is not set 187 210 188 211 # ··· 218 187 # CONFIG_PPC_CELL is not set 219 188 # CONFIG_PPC_CELL_NATIVE is not set 220 189 # CONFIG_PQ2ADS is not set 221 - CONFIG_MPC85xx=y 190 + CONFIG_FSL_SOC_BOOKE=y 222 191 # CONFIG_MPC8540_ADS is not set 223 192 # CONFIG_MPC8560_ADS is not set 224 193 CONFIG_MPC85xx_CDS=y ··· 237 206 # CONFIG_TQM8560 is not set 238 207 # CONFIG_SBC8548 is not set 239 208 # CONFIG_SBC8560 is not set 209 + # CONFIG_P4080_DS is not set 240 210 # CONFIG_IPIC is not set 241 211 CONFIG_MPIC=y 242 212 # CONFIG_MPIC_WEIRD is not set ··· 282 250 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 283 251 CONFIG_ARCH_HAS_WALK_MEMORY=y 284 252 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 253 + CONFIG_SPARSE_IRQ=y 285 254 CONFIG_MAX_ACTIVE_REGIONS=32 286 255 CONFIG_ARCH_FLATMEM_ENABLE=y 287 256 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 299 266 CONFIG_ZONE_DMA_FLAG=1 300 267 CONFIG_BOUNCE=y 301 268 CONFIG_VIRT_TO_BUS=y 302 - CONFIG_HAVE_MLOCK=y 303 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 304 269 # CONFIG_KSM is not set 305 270 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 306 271 CONFIG_PPC_4K_PAGES=y ··· 427 396 # CONFIG_AF_RXRPC is not set 428 397 CONFIG_WIRELESS=y 429 398 # CONFIG_CFG80211 is not set 430 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 431 - CONFIG_WIRELESS_OLD_REGULATORY=y 432 - # CONFIG_WIRELESS_EXT is not set 433 399 # CONFIG_LIB80211 is not set 434 400 435 401 # ··· 465 437 # CONFIG_BLK_DEV_COW_COMMON is not set 466 438 CONFIG_BLK_DEV_LOOP=y 467 439 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 440 + 441 + # 442 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 443 + # 468 444 # CONFIG_BLK_DEV_NBD is not set 469 445 # CONFIG_BLK_DEV_SX8 is not set 470 446 CONFIG_BLK_DEV_RAM=y ··· 569 537 # 570 538 571 539 # 572 - # See the help texts for more information. 540 + # The newer stack is recommended. 573 541 # 574 542 # CONFIG_FIREWIRE is not set 575 543 # CONFIG_IEEE1394 is not set ··· 674 642 # CONFIG_BE2NET is not set 675 643 # CONFIG_TR is not set 676 644 CONFIG_WLAN=y 677 - # CONFIG_WLAN_PRE80211 is not set 678 - # CONFIG_WLAN_80211 is not set 645 + # CONFIG_AIRO is not set 646 + # CONFIG_ATMEL is not set 647 + # CONFIG_PRISM54 is not set 648 + # CONFIG_HOSTAP is not set 679 649 680 650 # 681 651 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 690 656 # CONFIG_NETCONSOLE is not set 691 657 # CONFIG_NETPOLL is not set 692 658 # CONFIG_NET_POLL_CONTROLLER is not set 659 + # CONFIG_VMXNET3 is not set 693 660 # CONFIG_ISDN is not set 694 661 # CONFIG_PHONE is not set 695 662 ··· 700 665 CONFIG_INPUT=y 701 666 # CONFIG_INPUT_FF_MEMLESS is not set 702 667 # CONFIG_INPUT_POLLDEV is not set 668 + # CONFIG_INPUT_SPARSEKMAP is not set 703 669 704 670 # 705 671 # Userland interfaces ··· 753 717 CONFIG_SERIAL_CORE_CONSOLE=y 754 718 # CONFIG_SERIAL_JSM is not set 755 719 # CONFIG_SERIAL_OF_PLATFORM is not set 720 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 756 721 CONFIG_UNIX98_PTYS=y 757 722 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 758 723 CONFIG_LEGACY_PTYS=y ··· 1116 1079 # CONFIG_KEYS is not set 1117 1080 # CONFIG_SECURITY is not set 1118 1081 # CONFIG_SECURITYFS is not set 1119 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1082 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1083 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1084 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1085 + CONFIG_DEFAULT_SECURITY_DAC=y 1086 + CONFIG_DEFAULT_SECURITY="" 1120 1087 CONFIG_CRYPTO=y 1121 1088 1122 1089 #
+59 -18
arch/powerpc/configs/85xx/sbc8548_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:36 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:29 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_GENERIC_BUG=y 63 62 CONFIG_DTC=y 64 63 CONFIG_DEFAULT_UIMAGE=y 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 66 # CONFIG_PPC_DCR_NATIVE is not set 66 67 # CONFIG_PPC_DCR_MMIO is not set 67 68 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 91 88 # 92 89 CONFIG_TREE_RCU=y 93 90 # CONFIG_TREE_PREEMPT_RCU is not set 91 + # CONFIG_TINY_RCU is not set 94 92 # CONFIG_RCU_TRACE is not set 95 93 CONFIG_RCU_FANOUT=32 96 94 # CONFIG_RCU_FANOUT_EXACT is not set ··· 173 169 # IO Schedulers 174 170 # 175 171 CONFIG_IOSCHED_NOOP=y 176 - CONFIG_IOSCHED_AS=y 177 172 CONFIG_IOSCHED_DEADLINE=y 178 173 CONFIG_IOSCHED_CFQ=y 179 - CONFIG_DEFAULT_AS=y 180 174 # CONFIG_DEFAULT_DEADLINE is not set 181 - # CONFIG_DEFAULT_CFQ is not set 175 + CONFIG_DEFAULT_CFQ=y 182 176 # CONFIG_DEFAULT_NOOP is not set 183 - CONFIG_DEFAULT_IOSCHED="anticipatory" 177 + CONFIG_DEFAULT_IOSCHED="cfq" 178 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 179 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 180 + # CONFIG_INLINE_SPIN_LOCK is not set 181 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 182 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 183 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 184 + CONFIG_INLINE_SPIN_UNLOCK=y 185 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 186 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 187 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 188 + # CONFIG_INLINE_READ_TRYLOCK is not set 189 + # CONFIG_INLINE_READ_LOCK is not set 190 + # CONFIG_INLINE_READ_LOCK_BH is not set 191 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 192 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 193 + CONFIG_INLINE_READ_UNLOCK=y 194 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 195 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 196 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 197 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 198 + # CONFIG_INLINE_WRITE_LOCK is not set 199 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 200 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 201 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 202 + CONFIG_INLINE_WRITE_UNLOCK=y 203 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 204 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 205 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 206 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 184 207 # CONFIG_FREEZER is not set 185 208 186 209 # ··· 216 185 # CONFIG_PPC_CELL is not set 217 186 # CONFIG_PPC_CELL_NATIVE is not set 218 187 # CONFIG_PQ2ADS is not set 219 - CONFIG_MPC85xx=y 188 + CONFIG_FSL_SOC_BOOKE=y 220 189 # CONFIG_MPC8540_ADS is not set 221 190 # CONFIG_MPC8560_ADS is not set 222 191 # CONFIG_MPC85xx_CDS is not set ··· 235 204 # CONFIG_TQM8560 is not set 236 205 CONFIG_SBC8548=y 237 206 # CONFIG_SBC8560 is not set 207 + # CONFIG_P4080_DS is not set 238 208 # CONFIG_IPIC is not set 239 209 CONFIG_MPIC=y 240 210 # CONFIG_MPIC_WEIRD is not set ··· 279 247 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 280 248 CONFIG_ARCH_HAS_WALK_MEMORY=y 281 249 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 250 + CONFIG_SPARSE_IRQ=y 282 251 CONFIG_MAX_ACTIVE_REGIONS=32 283 252 CONFIG_ARCH_FLATMEM_ENABLE=y 284 253 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 296 263 CONFIG_ZONE_DMA_FLAG=1 297 264 CONFIG_BOUNCE=y 298 265 CONFIG_VIRT_TO_BUS=y 299 - CONFIG_HAVE_MLOCK=y 300 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 301 266 # CONFIG_KSM is not set 302 267 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 303 268 CONFIG_PPC_4K_PAGES=y ··· 423 392 # CONFIG_AF_RXRPC is not set 424 393 CONFIG_WIRELESS=y 425 394 # CONFIG_CFG80211 is not set 426 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 427 - CONFIG_WIRELESS_OLD_REGULATORY=y 428 - # CONFIG_WIRELESS_EXT is not set 429 395 # CONFIG_LIB80211 is not set 430 396 431 397 # ··· 459 431 # CONFIG_BLK_DEV_COW_COMMON is not set 460 432 CONFIG_BLK_DEV_LOOP=y 461 433 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 434 + 435 + # 436 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 437 + # 462 438 # CONFIG_BLK_DEV_NBD is not set 463 439 # CONFIG_BLK_DEV_SX8 is not set 464 440 CONFIG_BLK_DEV_RAM=y ··· 508 476 # 509 477 510 478 # 511 - # See the help texts for more information. 479 + # The newer stack is recommended. 512 480 # 513 481 # CONFIG_FIREWIRE is not set 514 482 # CONFIG_IEEE1394 is not set ··· 613 581 # CONFIG_BE2NET is not set 614 582 # CONFIG_TR is not set 615 583 CONFIG_WLAN=y 616 - # CONFIG_WLAN_PRE80211 is not set 617 - # CONFIG_WLAN_80211 is not set 584 + # CONFIG_AIRO is not set 585 + # CONFIG_ATMEL is not set 586 + # CONFIG_PRISM54 is not set 587 + # CONFIG_HOSTAP is not set 618 588 619 589 # 620 590 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 629 595 # CONFIG_NETCONSOLE is not set 630 596 # CONFIG_NETPOLL is not set 631 597 # CONFIG_NET_POLL_CONTROLLER is not set 598 + # CONFIG_VMXNET3 is not set 632 599 # CONFIG_ISDN is not set 633 600 # CONFIG_PHONE is not set 634 601 ··· 639 604 CONFIG_INPUT=y 640 605 # CONFIG_INPUT_FF_MEMLESS is not set 641 606 # CONFIG_INPUT_POLLDEV is not set 607 + # CONFIG_INPUT_SPARSEKMAP is not set 642 608 643 609 # 644 610 # Userland interfaces ··· 692 656 CONFIG_SERIAL_CORE_CONSOLE=y 693 657 # CONFIG_SERIAL_JSM is not set 694 658 # CONFIG_SERIAL_OF_PLATFORM is not set 659 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 695 660 CONFIG_UNIX98_PTYS=y 696 661 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 697 662 CONFIG_LEGACY_PTYS=y ··· 926 889 # CONFIG_DEBUG_FS is not set 927 890 # CONFIG_HEADERS_CHECK is not set 928 891 # CONFIG_DEBUG_KERNEL is not set 929 - # CONFIG_DEBUG_BUGVERBOSE is not set 892 + CONFIG_DEBUG_BUGVERBOSE=y 930 893 # CONFIG_DEBUG_MEMORY_INIT is not set 931 894 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 932 895 # CONFIG_LATENCYTOP is not set ··· 952 915 # CONFIG_KEYS is not set 953 916 # CONFIG_SECURITY is not set 954 917 # CONFIG_SECURITYFS is not set 955 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 918 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 919 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 920 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 921 + CONFIG_DEFAULT_SECURITY_DAC=y 922 + CONFIG_DEFAULT_SECURITY="" 956 923 CONFIG_CRYPTO=y 957 924 958 925 #
+56 -16
arch/powerpc/configs/85xx/sbc8560_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:37 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:30 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_GENERIC_BUG=y 63 62 CONFIG_DTC=y 64 63 CONFIG_DEFAULT_UIMAGE=y 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 66 # CONFIG_PPC_DCR_NATIVE is not set 66 67 # CONFIG_PPC_DCR_MMIO is not set 67 68 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 91 88 # 92 89 CONFIG_TREE_RCU=y 93 90 # CONFIG_TREE_PREEMPT_RCU is not set 91 + # CONFIG_TINY_RCU is not set 94 92 # CONFIG_RCU_TRACE is not set 95 93 CONFIG_RCU_FANOUT=32 96 94 # CONFIG_RCU_FANOUT_EXACT is not set ··· 173 169 # IO Schedulers 174 170 # 175 171 CONFIG_IOSCHED_NOOP=y 176 - CONFIG_IOSCHED_AS=y 177 172 CONFIG_IOSCHED_DEADLINE=y 178 173 CONFIG_IOSCHED_CFQ=y 179 - CONFIG_DEFAULT_AS=y 180 174 # CONFIG_DEFAULT_DEADLINE is not set 181 - # CONFIG_DEFAULT_CFQ is not set 175 + CONFIG_DEFAULT_CFQ=y 182 176 # CONFIG_DEFAULT_NOOP is not set 183 - CONFIG_DEFAULT_IOSCHED="anticipatory" 177 + CONFIG_DEFAULT_IOSCHED="cfq" 178 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 179 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 180 + # CONFIG_INLINE_SPIN_LOCK is not set 181 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 182 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 183 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 184 + CONFIG_INLINE_SPIN_UNLOCK=y 185 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 186 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 187 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 188 + # CONFIG_INLINE_READ_TRYLOCK is not set 189 + # CONFIG_INLINE_READ_LOCK is not set 190 + # CONFIG_INLINE_READ_LOCK_BH is not set 191 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 192 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 193 + CONFIG_INLINE_READ_UNLOCK=y 194 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 195 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 196 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 197 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 198 + # CONFIG_INLINE_WRITE_LOCK is not set 199 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 200 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 201 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 202 + CONFIG_INLINE_WRITE_UNLOCK=y 203 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 204 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 205 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 206 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 184 207 # CONFIG_FREEZER is not set 185 208 186 209 # ··· 216 185 # CONFIG_PPC_CELL is not set 217 186 # CONFIG_PPC_CELL_NATIVE is not set 218 187 # CONFIG_PQ2ADS is not set 219 - CONFIG_MPC85xx=y 188 + CONFIG_FSL_SOC_BOOKE=y 220 189 # CONFIG_MPC8540_ADS is not set 221 190 # CONFIG_MPC8560_ADS is not set 222 191 # CONFIG_MPC85xx_CDS is not set ··· 235 204 # CONFIG_TQM8560 is not set 236 205 # CONFIG_SBC8548 is not set 237 206 CONFIG_SBC8560=y 207 + # CONFIG_P4080_DS is not set 238 208 # CONFIG_IPIC is not set 239 209 CONFIG_MPIC=y 240 210 # CONFIG_MPIC_WEIRD is not set ··· 279 247 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 280 248 CONFIG_ARCH_HAS_WALK_MEMORY=y 281 249 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 250 + CONFIG_SPARSE_IRQ=y 282 251 CONFIG_MAX_ACTIVE_REGIONS=32 283 252 CONFIG_ARCH_FLATMEM_ENABLE=y 284 253 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 296 263 CONFIG_ZONE_DMA_FLAG=1 297 264 CONFIG_BOUNCE=y 298 265 CONFIG_VIRT_TO_BUS=y 299 - CONFIG_HAVE_MLOCK=y 300 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 301 266 # CONFIG_KSM is not set 302 267 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 303 268 CONFIG_PPC_4K_PAGES=y ··· 415 384 # CONFIG_AF_RXRPC is not set 416 385 CONFIG_WIRELESS=y 417 386 # CONFIG_CFG80211 is not set 418 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 419 - CONFIG_WIRELESS_OLD_REGULATORY=y 420 - # CONFIG_WIRELESS_EXT is not set 421 387 # CONFIG_LIB80211 is not set 422 388 423 389 # ··· 449 421 # CONFIG_BLK_DEV_COW_COMMON is not set 450 422 CONFIG_BLK_DEV_LOOP=y 451 423 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 424 + 425 + # 426 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 427 + # 452 428 # CONFIG_BLK_DEV_NBD is not set 453 429 CONFIG_BLK_DEV_RAM=y 454 430 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 530 498 # CONFIG_MV643XX_ETH is not set 531 499 CONFIG_NETDEV_10000=y 532 500 CONFIG_WLAN=y 533 - # CONFIG_WLAN_PRE80211 is not set 534 - # CONFIG_WLAN_80211 is not set 501 + # CONFIG_HOSTAP is not set 535 502 536 503 # 537 504 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 550 519 CONFIG_INPUT=y 551 520 # CONFIG_INPUT_FF_MEMLESS is not set 552 521 # CONFIG_INPUT_POLLDEV is not set 522 + # CONFIG_INPUT_SPARSEKMAP is not set 553 523 554 524 # 555 525 # Userland interfaces ··· 600 568 CONFIG_SERIAL_CORE=y 601 569 CONFIG_SERIAL_CORE_CONSOLE=y 602 570 # CONFIG_SERIAL_OF_PLATFORM is not set 571 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 603 572 CONFIG_UNIX98_PTYS=y 604 573 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 605 574 CONFIG_LEGACY_PTYS=y ··· 735 702 # CONFIG_RTC_DRV_M48T86 is not set 736 703 # CONFIG_RTC_DRV_M48T35 is not set 737 704 CONFIG_RTC_DRV_M48T59=y 705 + # CONFIG_RTC_DRV_MSM6242 is not set 738 706 # CONFIG_RTC_DRV_BQ4802 is not set 707 + # CONFIG_RTC_DRV_RP5C01 is not set 739 708 # CONFIG_RTC_DRV_V3020 is not set 740 709 741 710 # ··· 983 948 # CONFIG_PPC_EARLY_DEBUG_44x is not set 984 949 # CONFIG_PPC_EARLY_DEBUG_40x is not set 985 950 # CONFIG_PPC_EARLY_DEBUG_CPM is not set 951 + # CONFIG_PPC_EARLY_DEBUG_USBGECKO is not set 986 952 987 953 # 988 954 # Security options ··· 991 955 # CONFIG_KEYS is not set 992 956 # CONFIG_SECURITY is not set 993 957 # CONFIG_SECURITYFS is not set 994 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 958 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 959 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 960 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 961 + CONFIG_DEFAULT_SECURITY_DAC=y 962 + CONFIG_DEFAULT_SECURITY="" 995 963 CONFIG_CRYPTO=y 996 964 997 965 #
+75 -24
arch/powerpc/configs/85xx/socrates_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:37 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:31 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_GENERIC_BUG=y 63 62 CONFIG_DTC=y 64 63 CONFIG_DEFAULT_UIMAGE=y 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 66 # CONFIG_PPC_DCR_NATIVE is not set 66 67 # CONFIG_PPC_DCR_MMIO is not set 67 68 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 91 88 # 92 89 CONFIG_TREE_RCU=y 93 90 # CONFIG_TREE_PREEMPT_RCU is not set 91 + # CONFIG_TINY_RCU is not set 94 92 # CONFIG_RCU_TRACE is not set 95 93 CONFIG_RCU_FANOUT=32 96 94 # CONFIG_RCU_FANOUT_EXACT is not set ··· 178 174 # IO Schedulers 179 175 # 180 176 CONFIG_IOSCHED_NOOP=y 181 - CONFIG_IOSCHED_AS=y 182 177 CONFIG_IOSCHED_DEADLINE=y 183 178 CONFIG_IOSCHED_CFQ=y 184 - CONFIG_DEFAULT_AS=y 185 179 # CONFIG_DEFAULT_DEADLINE is not set 186 - # CONFIG_DEFAULT_CFQ is not set 180 + CONFIG_DEFAULT_CFQ=y 187 181 # CONFIG_DEFAULT_NOOP is not set 188 - CONFIG_DEFAULT_IOSCHED="anticipatory" 182 + CONFIG_DEFAULT_IOSCHED="cfq" 183 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 184 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 185 + # CONFIG_INLINE_SPIN_LOCK is not set 186 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 188 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 189 + CONFIG_INLINE_SPIN_UNLOCK=y 190 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 191 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 192 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 193 + # CONFIG_INLINE_READ_TRYLOCK is not set 194 + # CONFIG_INLINE_READ_LOCK is not set 195 + # CONFIG_INLINE_READ_LOCK_BH is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 197 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 198 + CONFIG_INLINE_READ_UNLOCK=y 199 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 200 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 201 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 202 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK is not set 204 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 206 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 207 + CONFIG_INLINE_WRITE_UNLOCK=y 208 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 209 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 210 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 211 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 189 212 # CONFIG_FREEZER is not set 190 213 191 214 # ··· 221 190 # CONFIG_PPC_CELL is not set 222 191 # CONFIG_PPC_CELL_NATIVE is not set 223 192 # CONFIG_PQ2ADS is not set 224 - CONFIG_MPC85xx=y 193 + CONFIG_FSL_SOC_BOOKE=y 225 194 # CONFIG_MPC8540_ADS is not set 226 195 # CONFIG_MPC8560_ADS is not set 227 196 # CONFIG_MPC85xx_CDS is not set ··· 240 209 # CONFIG_TQM8560 is not set 241 210 # CONFIG_SBC8548 is not set 242 211 # CONFIG_SBC8560 is not set 212 + # CONFIG_P4080_DS is not set 243 213 # CONFIG_IPIC is not set 244 214 CONFIG_MPIC=y 245 215 # CONFIG_MPIC_WEIRD is not set ··· 284 252 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 285 253 CONFIG_ARCH_HAS_WALK_MEMORY=y 286 254 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 255 + CONFIG_SPARSE_IRQ=y 287 256 CONFIG_MAX_ACTIVE_REGIONS=32 288 257 CONFIG_ARCH_FLATMEM_ENABLE=y 289 258 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 301 268 CONFIG_ZONE_DMA_FLAG=1 302 269 CONFIG_BOUNCE=y 303 270 CONFIG_VIRT_TO_BUS=y 304 - CONFIG_HAVE_MLOCK=y 305 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 306 271 # CONFIG_KSM is not set 307 272 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 308 273 CONFIG_PPC_4K_PAGES=y ··· 435 404 # CONFIG_AF_RXRPC is not set 436 405 CONFIG_WIRELESS=y 437 406 # CONFIG_CFG80211 is not set 438 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 439 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 440 - # CONFIG_WIRELESS_EXT is not set 441 407 # CONFIG_LIB80211 is not set 442 408 443 409 # ··· 568 540 # CONFIG_BLK_DEV_COW_COMMON is not set 569 541 CONFIG_BLK_DEV_LOOP=y 570 542 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 543 + 544 + # 545 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 546 + # 571 547 # CONFIG_BLK_DEV_NBD is not set 572 548 # CONFIG_BLK_DEV_SX8 is not set 573 549 # CONFIG_BLK_DEV_UB is not set ··· 583 551 # CONFIG_ATA_OVER_ETH is not set 584 552 # CONFIG_BLK_DEV_HD is not set 585 553 CONFIG_MISC_DEVICES=y 554 + # CONFIG_AD525X_DPOT is not set 586 555 # CONFIG_PHANTOM is not set 587 556 # CONFIG_SGI_IOC4 is not set 588 557 # CONFIG_TIFM_CORE is not set ··· 591 558 # CONFIG_ENCLOSURE_SERVICES is not set 592 559 # CONFIG_HP_ILO is not set 593 560 # CONFIG_ISL29003 is not set 561 + # CONFIG_DS1682 is not set 562 + # CONFIG_TI_DAC7512 is not set 594 563 # CONFIG_C2PORT is not set 595 564 596 565 # ··· 656 621 # 657 622 658 623 # 659 - # See the help texts for more information. 624 + # The newer stack is recommended. 660 625 # 661 626 # CONFIG_FIREWIRE is not set 662 627 # CONFIG_IEEE1394 is not set ··· 745 710 # CONFIG_NETDEV_10000 is not set 746 711 # CONFIG_TR is not set 747 712 CONFIG_WLAN=y 748 - # CONFIG_WLAN_PRE80211 is not set 749 - # CONFIG_WLAN_80211 is not set 713 + # CONFIG_AIRO is not set 714 + # CONFIG_ATMEL is not set 715 + # CONFIG_PRISM54 is not set 716 + # CONFIG_USB_ZD1201 is not set 717 + # CONFIG_HOSTAP is not set 750 718 751 719 # 752 720 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 772 734 # CONFIG_NETCONSOLE is not set 773 735 # CONFIG_NETPOLL is not set 774 736 # CONFIG_NET_POLL_CONTROLLER is not set 737 + # CONFIG_VMXNET3 is not set 775 738 # CONFIG_ISDN is not set 776 739 # CONFIG_PHONE is not set 777 740 ··· 782 743 CONFIG_INPUT=y 783 744 # CONFIG_INPUT_FF_MEMLESS is not set 784 745 # CONFIG_INPUT_POLLDEV is not set 746 + # CONFIG_INPUT_SPARSEKMAP is not set 785 747 786 748 # 787 749 # Userland interfaces ··· 808 768 # CONFIG_TOUCHSCREEN_AD7879_I2C is not set 809 769 # CONFIG_TOUCHSCREEN_AD7879_SPI is not set 810 770 # CONFIG_TOUCHSCREEN_AD7879 is not set 771 + # CONFIG_TOUCHSCREEN_DYNAPRO is not set 811 772 # CONFIG_TOUCHSCREEN_EETI is not set 812 773 # CONFIG_TOUCHSCREEN_FUJITSU is not set 813 774 # CONFIG_TOUCHSCREEN_GUNZE is not set ··· 867 826 CONFIG_SERIAL_CORE_CONSOLE=y 868 827 # CONFIG_SERIAL_JSM is not set 869 828 # CONFIG_SERIAL_OF_PLATFORM is not set 829 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 870 830 CONFIG_UNIX98_PTYS=y 871 831 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 872 832 CONFIG_LEGACY_PTYS=y ··· 925 883 # CONFIG_I2C_TINY_USB is not set 926 884 927 885 # 928 - # Graphics adapter I2C/DDC channel drivers 929 - # 930 - # CONFIG_I2C_VOODOO3 is not set 931 - 932 - # 933 886 # Other I2C/SMBus bus drivers 934 887 # 935 888 # CONFIG_I2C_PCA_PLATFORM is not set ··· 933 896 # 934 897 # Miscellaneous I2C Chip support 935 898 # 936 - # CONFIG_DS1682 is not set 937 899 # CONFIG_SENSORS_TSL2550 is not set 938 900 # CONFIG_I2C_DEBUG_CORE is not set 939 901 # CONFIG_I2C_DEBUG_ALGO is not set ··· 946 910 # 947 911 # CONFIG_SPI_BITBANG is not set 948 912 # CONFIG_SPI_MPC8xxx is not set 913 + # CONFIG_SPI_XILINX is not set 914 + # CONFIG_SPI_DESIGNWARE is not set 949 915 950 916 # 951 917 # SPI Protocol Masters ··· 995 957 # CONFIG_SENSORS_IT87 is not set 996 958 # CONFIG_SENSORS_LM63 is not set 997 959 # CONFIG_SENSORS_LM70 is not set 960 + # CONFIG_SENSORS_LM73 is not set 998 961 CONFIG_SENSORS_LM75=y 999 962 # CONFIG_SENSORS_LM77 is not set 1000 963 # CONFIG_SENSORS_LM78 is not set ··· 1036 997 # CONFIG_SENSORS_W83627HF is not set 1037 998 # CONFIG_SENSORS_W83627EHF is not set 1038 999 # CONFIG_SENSORS_LIS3_SPI is not set 1000 + # CONFIG_SENSORS_LIS3_I2C is not set 1039 1001 # CONFIG_THERMAL is not set 1040 1002 # CONFIG_WATCHDOG is not set 1041 1003 CONFIG_SSB_POSSIBLE=y ··· 1055 1015 # CONFIG_TWL4030_CORE is not set 1056 1016 # CONFIG_MFD_TMIO is not set 1057 1017 # CONFIG_PMIC_DA903X is not set 1018 + # CONFIG_PMIC_ADP5520 is not set 1058 1019 # CONFIG_MFD_WM8400 is not set 1059 1020 # CONFIG_MFD_WM831X is not set 1060 1021 # CONFIG_MFD_WM8350_I2C is not set ··· 1063 1022 # CONFIG_MFD_MC13783 is not set 1064 1023 # CONFIG_AB3100_CORE is not set 1065 1024 # CONFIG_EZX_PCAP is not set 1025 + # CONFIG_MFD_88PM8607 is not set 1026 + # CONFIG_AB4500_CORE is not set 1066 1027 # CONFIG_REGULATOR is not set 1067 1028 # CONFIG_MEDIA_SUPPORT is not set 1068 1029 ··· 1235 1192 CONFIG_USB_EHCI_HCD=y 1236 1193 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1237 1194 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1195 + # CONFIG_XPS_USB_HCD_XILINX is not set 1238 1196 # CONFIG_USB_EHCI_FSL is not set 1239 1197 CONFIG_USB_EHCI_HCD_PPC_OF=y 1240 1198 # CONFIG_USB_OXU210HP_HCD is not set ··· 1362 1318 # CONFIG_RTC_DRV_PCF8563 is not set 1363 1319 # CONFIG_RTC_DRV_PCF8583 is not set 1364 1320 # CONFIG_RTC_DRV_M41T80 is not set 1321 + # CONFIG_RTC_DRV_BQ32K is not set 1365 1322 # CONFIG_RTC_DRV_S35390A is not set 1366 1323 # CONFIG_RTC_DRV_FM3130 is not set 1367 1324 # CONFIG_RTC_DRV_RX8581 is not set ··· 1392 1347 # CONFIG_RTC_DRV_M48T86 is not set 1393 1348 # CONFIG_RTC_DRV_M48T35 is not set 1394 1349 # CONFIG_RTC_DRV_M48T59 is not set 1350 + # CONFIG_RTC_DRV_MSM6242 is not set 1395 1351 # CONFIG_RTC_DRV_BQ4802 is not set 1352 + # CONFIG_RTC_DRV_RP5C01 is not set 1396 1353 # CONFIG_RTC_DRV_V3020 is not set 1397 1354 1398 1355 # ··· 1621 1574 # CONFIG_DEBUG_KERNEL is not set 1622 1575 # CONFIG_SLUB_DEBUG_ON is not set 1623 1576 # CONFIG_SLUB_STATS is not set 1624 - # CONFIG_DEBUG_BUGVERBOSE is not set 1577 + CONFIG_DEBUG_BUGVERBOSE=y 1625 1578 # CONFIG_DEBUG_MEMORY_INIT is not set 1626 1579 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1627 1580 # CONFIG_LATENCYTOP is not set ··· 1647 1600 # CONFIG_KEYS is not set 1648 1601 # CONFIG_SECURITY is not set 1649 1602 # CONFIG_SECURITYFS is not set 1650 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1603 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1604 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1605 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1606 + CONFIG_DEFAULT_SECURITY_DAC=y 1607 + CONFIG_DEFAULT_SECURITY="" 1651 1608 CONFIG_CRYPTO=y 1652 1609 1653 1610 #
+65 -22
arch/powerpc/configs/85xx/stx_gp3_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:38 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:32 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 63 62 CONFIG_GENERIC_BUG=y 64 63 CONFIG_DTC=y 65 64 CONFIG_DEFAULT_UIMAGE=y 65 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 66 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 67 # CONFIG_PPC_DCR_NATIVE is not set 67 68 # CONFIG_PPC_DCR_MMIO is not set 68 69 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 92 89 # 93 90 CONFIG_TREE_RCU=y 94 91 # CONFIG_TREE_PREEMPT_RCU is not set 92 + # CONFIG_TINY_RCU is not set 95 93 # CONFIG_RCU_TRACE is not set 96 94 CONFIG_RCU_FANOUT=32 97 95 # CONFIG_RCU_FANOUT_EXACT is not set ··· 182 178 # IO Schedulers 183 179 # 184 180 CONFIG_IOSCHED_NOOP=y 185 - CONFIG_IOSCHED_AS=y 186 181 CONFIG_IOSCHED_DEADLINE=y 187 182 CONFIG_IOSCHED_CFQ=y 188 - # CONFIG_DEFAULT_AS is not set 189 183 # CONFIG_DEFAULT_DEADLINE is not set 190 184 CONFIG_DEFAULT_CFQ=y 191 185 # CONFIG_DEFAULT_NOOP is not set 192 186 CONFIG_DEFAULT_IOSCHED="cfq" 187 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 188 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 189 + # CONFIG_INLINE_SPIN_LOCK is not set 190 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 191 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 192 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 193 + CONFIG_INLINE_SPIN_UNLOCK=y 194 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 195 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 196 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 197 + # CONFIG_INLINE_READ_TRYLOCK is not set 198 + # CONFIG_INLINE_READ_LOCK is not set 199 + # CONFIG_INLINE_READ_LOCK_BH is not set 200 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 201 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 202 + CONFIG_INLINE_READ_UNLOCK=y 203 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 204 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 205 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 206 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 207 + # CONFIG_INLINE_WRITE_LOCK is not set 208 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 209 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 210 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 211 + CONFIG_INLINE_WRITE_UNLOCK=y 212 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 213 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 214 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 215 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 193 216 # CONFIG_FREEZER is not set 194 217 195 218 # ··· 225 194 # CONFIG_PPC_CELL is not set 226 195 # CONFIG_PPC_CELL_NATIVE is not set 227 196 # CONFIG_PQ2ADS is not set 228 - CONFIG_MPC85xx=y 197 + CONFIG_FSL_SOC_BOOKE=y 229 198 # CONFIG_MPC8540_ADS is not set 230 199 # CONFIG_MPC8560_ADS is not set 231 200 # CONFIG_MPC85xx_CDS is not set ··· 244 213 # CONFIG_TQM8560 is not set 245 214 # CONFIG_SBC8548 is not set 246 215 # CONFIG_SBC8560 is not set 216 + # CONFIG_P4080_DS is not set 247 217 # CONFIG_IPIC is not set 248 218 CONFIG_MPIC=y 249 219 # CONFIG_MPIC_WEIRD is not set ··· 289 257 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 290 258 CONFIG_ARCH_HAS_WALK_MEMORY=y 291 259 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 260 + CONFIG_SPARSE_IRQ=y 292 261 CONFIG_MAX_ACTIVE_REGIONS=32 293 262 CONFIG_ARCH_FLATMEM_ENABLE=y 294 263 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 306 273 CONFIG_ZONE_DMA_FLAG=1 307 274 CONFIG_BOUNCE=y 308 275 CONFIG_VIRT_TO_BUS=y 309 - CONFIG_HAVE_MLOCK=y 310 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 311 276 # CONFIG_KSM is not set 312 277 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 313 278 CONFIG_PPC_4K_PAGES=y ··· 494 463 # CONFIG_AF_RXRPC is not set 495 464 CONFIG_WIRELESS=y 496 465 # CONFIG_CFG80211 is not set 497 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 498 - CONFIG_WIRELESS_OLD_REGULATORY=y 499 - # CONFIG_WIRELESS_EXT is not set 500 466 # CONFIG_LIB80211 is not set 501 467 502 468 # ··· 541 513 # CONFIG_BLK_DEV_COW_COMMON is not set 542 514 CONFIG_BLK_DEV_LOOP=m 543 515 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 516 + 517 + # 518 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 519 + # 544 520 CONFIG_BLK_DEV_NBD=m 545 521 # CONFIG_BLK_DEV_SX8 is not set 546 522 CONFIG_BLK_DEV_RAM=y ··· 555 523 # CONFIG_ATA_OVER_ETH is not set 556 524 # CONFIG_BLK_DEV_HD is not set 557 525 CONFIG_MISC_DEVICES=y 526 + # CONFIG_AD525X_DPOT is not set 558 527 # CONFIG_PHANTOM is not set 559 528 # CONFIG_SGI_IOC4 is not set 560 529 # CONFIG_TIFM_CORE is not set ··· 563 530 # CONFIG_ENCLOSURE_SERVICES is not set 564 531 # CONFIG_HP_ILO is not set 565 532 # CONFIG_ISL29003 is not set 533 + # CONFIG_DS1682 is not set 566 534 # CONFIG_C2PORT is not set 567 535 568 536 # ··· 667 633 # CONFIG_SCSI_BNX2_ISCSI is not set 668 634 # CONFIG_BE2ISCSI is not set 669 635 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 636 + # CONFIG_SCSI_HPSA is not set 670 637 # CONFIG_SCSI_3W_9XXX is not set 638 + # CONFIG_SCSI_3W_SAS is not set 671 639 # CONFIG_SCSI_ACARD is not set 672 640 # CONFIG_SCSI_AACRAID is not set 673 641 # CONFIG_SCSI_AIC7XXX is not set ··· 709 673 # CONFIG_SCSI_NSP32 is not set 710 674 # CONFIG_SCSI_DEBUG is not set 711 675 # CONFIG_SCSI_PMCRAID is not set 676 + # CONFIG_SCSI_PM8001 is not set 712 677 # CONFIG_SCSI_SRP is not set 713 678 # CONFIG_SCSI_BFA_FC is not set 714 679 # CONFIG_SCSI_DH is not set ··· 727 690 # 728 691 729 692 # 730 - # See the help texts for more information. 693 + # The newer stack is recommended. 731 694 # 732 695 # CONFIG_FIREWIRE is not set 733 696 # CONFIG_IEEE1394 is not set ··· 834 797 # CONFIG_BE2NET is not set 835 798 # CONFIG_TR is not set 836 799 CONFIG_WLAN=y 837 - # CONFIG_WLAN_PRE80211 is not set 838 - # CONFIG_WLAN_80211 is not set 800 + # CONFIG_AIRO is not set 801 + # CONFIG_ATMEL is not set 802 + # CONFIG_PRISM54 is not set 803 + # CONFIG_HOSTAP is not set 839 804 840 805 # 841 806 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 852 813 # CONFIG_NETCONSOLE is not set 853 814 # CONFIG_NETPOLL is not set 854 815 # CONFIG_NET_POLL_CONTROLLER is not set 816 + # CONFIG_VMXNET3 is not set 855 817 # CONFIG_ISDN is not set 856 818 # CONFIG_PHONE is not set 857 819 ··· 862 822 CONFIG_INPUT=y 863 823 # CONFIG_INPUT_FF_MEMLESS is not set 864 824 # CONFIG_INPUT_POLLDEV is not set 825 + # CONFIG_INPUT_SPARSEKMAP is not set 865 826 866 827 # 867 828 # Userland interfaces ··· 922 881 CONFIG_SERIO_LIBPS2=y 923 882 # CONFIG_SERIO_RAW is not set 924 883 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 884 + # CONFIG_SERIO_ALTERA_PS2 is not set 925 885 # CONFIG_GAMEPORT is not set 926 886 927 887 # ··· 947 905 CONFIG_SERIAL_CPM=y 948 906 CONFIG_SERIAL_CPM_CONSOLE=y 949 907 # CONFIG_SERIAL_JSM is not set 908 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 950 909 CONFIG_UNIX98_PTYS=y 951 910 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 952 911 CONFIG_LEGACY_PTYS=y ··· 1013 970 # CONFIG_I2C_TAOS_EVM is not set 1014 971 1015 972 # 1016 - # Graphics adapter I2C/DDC channel drivers 1017 - # 1018 - # CONFIG_I2C_VOODOO3 is not set 1019 - 1020 - # 1021 973 # Other I2C/SMBus bus drivers 1022 974 # 1023 975 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1021 983 # 1022 984 # Miscellaneous I2C Chip support 1023 985 # 1024 - # CONFIG_DS1682 is not set 1025 986 # CONFIG_SENSORS_TSL2550 is not set 1026 987 # CONFIG_I2C_DEBUG_CORE is not set 1027 988 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1053 1016 # 1054 1017 # PCI GPIO expanders: 1055 1018 # 1019 + # CONFIG_GPIO_CS5535 is not set 1056 1020 # CONFIG_GPIO_BT8XX is not set 1057 1021 # CONFIG_GPIO_LANGWELL is not set 1058 1022 ··· 1096 1058 # CONFIG_SENSORS_GL520SM is not set 1097 1059 # CONFIG_SENSORS_IT87 is not set 1098 1060 # CONFIG_SENSORS_LM63 is not set 1061 + # CONFIG_SENSORS_LM73 is not set 1099 1062 # CONFIG_SENSORS_LM75 is not set 1100 1063 # CONFIG_SENSORS_LM77 is not set 1101 1064 # CONFIG_SENSORS_LM78 is not set ··· 1136 1097 # CONFIG_SENSORS_W83L786NG is not set 1137 1098 # CONFIG_SENSORS_W83627HF is not set 1138 1099 # CONFIG_SENSORS_W83627EHF is not set 1100 + # CONFIG_SENSORS_LIS3_I2C is not set 1139 1101 # CONFIG_THERMAL is not set 1140 1102 # CONFIG_WATCHDOG is not set 1141 1103 CONFIG_SSB_POSSIBLE=y ··· 1155 1115 # CONFIG_TPS65010 is not set 1156 1116 # CONFIG_MFD_TMIO is not set 1157 1117 # CONFIG_MFD_WM8400 is not set 1158 - # CONFIG_MFD_WM831X is not set 1159 1118 # CONFIG_MFD_WM8350_I2C is not set 1160 1119 # CONFIG_MFD_PCF50633 is not set 1161 1120 # CONFIG_AB3100_CORE is not set ··· 1504 1465 # CONFIG_KEYS is not set 1505 1466 # CONFIG_SECURITY is not set 1506 1467 # CONFIG_SECURITYFS is not set 1507 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1468 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1469 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1470 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1471 + CONFIG_DEFAULT_SECURITY_DAC=y 1472 + CONFIG_DEFAULT_SECURITY="" 1508 1473 CONFIG_CRYPTO=y 1509 1474 1510 1475 #
+65 -24
arch/powerpc/configs/85xx/tqm8540_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:39 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:33 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_GENERIC_BUG=y 63 62 CONFIG_DTC=y 64 63 CONFIG_DEFAULT_UIMAGE=y 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 66 # CONFIG_PPC_DCR_NATIVE is not set 66 67 # CONFIG_PPC_DCR_MMIO is not set 67 68 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 91 88 # 92 89 CONFIG_TREE_RCU=y 93 90 # CONFIG_TREE_PREEMPT_RCU is not set 91 + # CONFIG_TINY_RCU is not set 94 92 # CONFIG_RCU_TRACE is not set 95 93 CONFIG_RCU_FANOUT=32 96 94 # CONFIG_RCU_FANOUT_EXACT is not set ··· 173 169 # IO Schedulers 174 170 # 175 171 CONFIG_IOSCHED_NOOP=y 176 - CONFIG_IOSCHED_AS=y 177 172 CONFIG_IOSCHED_DEADLINE=y 178 173 CONFIG_IOSCHED_CFQ=y 179 - CONFIG_DEFAULT_AS=y 180 174 # CONFIG_DEFAULT_DEADLINE is not set 181 - # CONFIG_DEFAULT_CFQ is not set 175 + CONFIG_DEFAULT_CFQ=y 182 176 # CONFIG_DEFAULT_NOOP is not set 183 - CONFIG_DEFAULT_IOSCHED="anticipatory" 177 + CONFIG_DEFAULT_IOSCHED="cfq" 178 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 179 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 180 + # CONFIG_INLINE_SPIN_LOCK is not set 181 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 182 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 183 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 184 + CONFIG_INLINE_SPIN_UNLOCK=y 185 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 186 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 187 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 188 + # CONFIG_INLINE_READ_TRYLOCK is not set 189 + # CONFIG_INLINE_READ_LOCK is not set 190 + # CONFIG_INLINE_READ_LOCK_BH is not set 191 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 192 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 193 + CONFIG_INLINE_READ_UNLOCK=y 194 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 195 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 196 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 197 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 198 + # CONFIG_INLINE_WRITE_LOCK is not set 199 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 200 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 201 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 202 + CONFIG_INLINE_WRITE_UNLOCK=y 203 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 204 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 205 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 206 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 184 207 # CONFIG_FREEZER is not set 185 208 186 209 # ··· 216 185 # CONFIG_PPC_CELL is not set 217 186 # CONFIG_PPC_CELL_NATIVE is not set 218 187 # CONFIG_PQ2ADS is not set 219 - CONFIG_MPC85xx=y 188 + CONFIG_FSL_SOC_BOOKE=y 220 189 # CONFIG_MPC8540_ADS is not set 221 190 # CONFIG_MPC8560_ADS is not set 222 191 # CONFIG_MPC85xx_CDS is not set ··· 235 204 # CONFIG_TQM8560 is not set 236 205 # CONFIG_SBC8548 is not set 237 206 # CONFIG_SBC8560 is not set 207 + # CONFIG_P4080_DS is not set 238 208 CONFIG_TQM85xx=y 239 209 # CONFIG_IPIC is not set 240 210 CONFIG_MPIC=y ··· 280 248 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 281 249 CONFIG_ARCH_HAS_WALK_MEMORY=y 282 250 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 251 + CONFIG_SPARSE_IRQ=y 283 252 CONFIG_MAX_ACTIVE_REGIONS=32 284 253 CONFIG_ARCH_FLATMEM_ENABLE=y 285 254 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 297 264 CONFIG_ZONE_DMA_FLAG=1 298 265 CONFIG_BOUNCE=y 299 266 CONFIG_VIRT_TO_BUS=y 300 - CONFIG_HAVE_MLOCK=y 301 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 302 267 # CONFIG_KSM is not set 303 268 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 304 269 CONFIG_PPC_4K_PAGES=y ··· 422 391 # CONFIG_AF_RXRPC is not set 423 392 CONFIG_WIRELESS=y 424 393 # CONFIG_CFG80211 is not set 425 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 426 - CONFIG_WIRELESS_OLD_REGULATORY=y 427 - # CONFIG_WIRELESS_EXT is not set 428 394 # CONFIG_LIB80211 is not set 429 395 430 396 # ··· 538 510 # CONFIG_BLK_DEV_COW_COMMON is not set 539 511 CONFIG_BLK_DEV_LOOP=y 540 512 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 513 + 514 + # 515 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 516 + # 541 517 # CONFIG_BLK_DEV_NBD is not set 542 518 # CONFIG_BLK_DEV_SX8 is not set 543 519 CONFIG_BLK_DEV_RAM=y ··· 552 520 # CONFIG_ATA_OVER_ETH is not set 553 521 # CONFIG_BLK_DEV_HD is not set 554 522 CONFIG_MISC_DEVICES=y 523 + # CONFIG_AD525X_DPOT is not set 555 524 # CONFIG_PHANTOM is not set 556 525 # CONFIG_SGI_IOC4 is not set 557 526 # CONFIG_TIFM_CORE is not set ··· 560 527 # CONFIG_ENCLOSURE_SERVICES is not set 561 528 # CONFIG_HP_ILO is not set 562 529 # CONFIG_ISL29003 is not set 530 + # CONFIG_DS1682 is not set 563 531 # CONFIG_C2PORT is not set 564 532 565 533 # ··· 649 615 # 650 616 651 617 # 652 - # See the help texts for more information. 618 + # The newer stack is recommended. 653 619 # 654 620 # CONFIG_FIREWIRE is not set 655 621 # CONFIG_IEEE1394 is not set ··· 772 738 # CONFIG_BE2NET is not set 773 739 # CONFIG_TR is not set 774 740 CONFIG_WLAN=y 775 - # CONFIG_WLAN_PRE80211 is not set 776 - # CONFIG_WLAN_80211 is not set 741 + # CONFIG_AIRO is not set 742 + # CONFIG_ATMEL is not set 743 + # CONFIG_PRISM54 is not set 744 + # CONFIG_HOSTAP is not set 777 745 778 746 # 779 747 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 788 752 # CONFIG_NETCONSOLE is not set 789 753 # CONFIG_NETPOLL is not set 790 754 # CONFIG_NET_POLL_CONTROLLER is not set 755 + # CONFIG_VMXNET3 is not set 791 756 # CONFIG_ISDN is not set 792 757 # CONFIG_PHONE is not set 793 758 ··· 798 761 CONFIG_INPUT=y 799 762 # CONFIG_INPUT_FF_MEMLESS is not set 800 763 # CONFIG_INPUT_POLLDEV is not set 764 + # CONFIG_INPUT_SPARSEKMAP is not set 801 765 802 766 # 803 767 # Userland interfaces ··· 851 813 CONFIG_SERIAL_CORE_CONSOLE=y 852 814 # CONFIG_SERIAL_JSM is not set 853 815 # CONFIG_SERIAL_OF_PLATFORM is not set 816 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 854 817 CONFIG_UNIX98_PTYS=y 855 818 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 856 819 CONFIG_LEGACY_PTYS=y ··· 910 871 # CONFIG_I2C_TAOS_EVM is not set 911 872 912 873 # 913 - # Graphics adapter I2C/DDC channel drivers 914 - # 915 - # CONFIG_I2C_VOODOO3 is not set 916 - 917 - # 918 874 # Other I2C/SMBus bus drivers 919 875 # 920 876 # CONFIG_I2C_PCA_PLATFORM is not set ··· 917 883 # 918 884 # Miscellaneous I2C Chip support 919 885 # 920 - # CONFIG_DS1682 is not set 921 886 # CONFIG_SENSORS_TSL2550 is not set 922 887 # CONFIG_I2C_DEBUG_CORE is not set 923 888 # CONFIG_I2C_DEBUG_ALGO is not set ··· 962 929 # CONFIG_SENSORS_GL520SM is not set 963 930 # CONFIG_SENSORS_IT87 is not set 964 931 # CONFIG_SENSORS_LM63 is not set 932 + # CONFIG_SENSORS_LM73 is not set 965 933 CONFIG_SENSORS_LM75=y 966 934 # CONFIG_SENSORS_LM77 is not set 967 935 # CONFIG_SENSORS_LM78 is not set ··· 1001 967 # CONFIG_SENSORS_W83L786NG is not set 1002 968 # CONFIG_SENSORS_W83627HF is not set 1003 969 # CONFIG_SENSORS_W83627EHF is not set 970 + # CONFIG_SENSORS_LIS3_I2C is not set 1004 971 # CONFIG_THERMAL is not set 1005 972 # CONFIG_WATCHDOG is not set 1006 973 CONFIG_SSB_POSSIBLE=y ··· 1020 985 # CONFIG_TWL4030_CORE is not set 1021 986 # CONFIG_MFD_TMIO is not set 1022 987 # CONFIG_PMIC_DA903X is not set 988 + # CONFIG_PMIC_ADP5520 is not set 1023 989 # CONFIG_MFD_WM8400 is not set 1024 990 # CONFIG_MFD_WM831X is not set 1025 991 # CONFIG_MFD_WM8350_I2C is not set 1026 992 # CONFIG_MFD_PCF50633 is not set 1027 993 # CONFIG_AB3100_CORE is not set 994 + # CONFIG_MFD_88PM8607 is not set 1028 995 # CONFIG_REGULATOR is not set 1029 996 # CONFIG_MEDIA_SUPPORT is not set 1030 997 ··· 1257 1220 # CONFIG_DEBUG_KERNEL is not set 1258 1221 # CONFIG_SLUB_DEBUG_ON is not set 1259 1222 # CONFIG_SLUB_STATS is not set 1260 - # CONFIG_DEBUG_BUGVERBOSE is not set 1223 + CONFIG_DEBUG_BUGVERBOSE=y 1261 1224 # CONFIG_DEBUG_MEMORY_INIT is not set 1262 1225 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1263 1226 # CONFIG_LATENCYTOP is not set ··· 1283 1246 # CONFIG_KEYS is not set 1284 1247 # CONFIG_SECURITY is not set 1285 1248 # CONFIG_SECURITYFS is not set 1286 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1249 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1250 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1251 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1252 + CONFIG_DEFAULT_SECURITY_DAC=y 1253 + CONFIG_DEFAULT_SECURITY="" 1287 1254 CONFIG_CRYPTO=y 1288 1255 1289 1256 #
+66 -24
arch/powerpc/configs/85xx/tqm8541_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:40 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:34 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 63 62 CONFIG_GENERIC_BUG=y 64 63 CONFIG_DTC=y 65 64 CONFIG_DEFAULT_UIMAGE=y 65 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 66 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 67 # CONFIG_PPC_DCR_NATIVE is not set 67 68 # CONFIG_PPC_DCR_MMIO is not set 68 69 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 92 89 # 93 90 CONFIG_TREE_RCU=y 94 91 # CONFIG_TREE_PREEMPT_RCU is not set 92 + # CONFIG_TINY_RCU is not set 95 93 # CONFIG_RCU_TRACE is not set 96 94 CONFIG_RCU_FANOUT=32 97 95 # CONFIG_RCU_FANOUT_EXACT is not set ··· 175 171 # IO Schedulers 176 172 # 177 173 CONFIG_IOSCHED_NOOP=y 178 - CONFIG_IOSCHED_AS=y 179 174 CONFIG_IOSCHED_DEADLINE=y 180 175 CONFIG_IOSCHED_CFQ=y 181 - CONFIG_DEFAULT_AS=y 182 176 # CONFIG_DEFAULT_DEADLINE is not set 183 - # CONFIG_DEFAULT_CFQ is not set 177 + CONFIG_DEFAULT_CFQ=y 184 178 # CONFIG_DEFAULT_NOOP is not set 185 - CONFIG_DEFAULT_IOSCHED="anticipatory" 179 + CONFIG_DEFAULT_IOSCHED="cfq" 180 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 181 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 182 + # CONFIG_INLINE_SPIN_LOCK is not set 183 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 185 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 186 + CONFIG_INLINE_SPIN_UNLOCK=y 187 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 188 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 190 + # CONFIG_INLINE_READ_TRYLOCK is not set 191 + # CONFIG_INLINE_READ_LOCK is not set 192 + # CONFIG_INLINE_READ_LOCK_BH is not set 193 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 194 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 195 + CONFIG_INLINE_READ_UNLOCK=y 196 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 197 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 198 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 199 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 200 + # CONFIG_INLINE_WRITE_LOCK is not set 201 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 202 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 203 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 204 + CONFIG_INLINE_WRITE_UNLOCK=y 205 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 206 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 208 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 186 209 # CONFIG_FREEZER is not set 187 210 188 211 # ··· 218 187 # CONFIG_PPC_CELL is not set 219 188 # CONFIG_PPC_CELL_NATIVE is not set 220 189 # CONFIG_PQ2ADS is not set 221 - CONFIG_MPC85xx=y 190 + CONFIG_FSL_SOC_BOOKE=y 222 191 # CONFIG_MPC8540_ADS is not set 223 192 # CONFIG_MPC8560_ADS is not set 224 193 # CONFIG_MPC85xx_CDS is not set ··· 237 206 # CONFIG_TQM8560 is not set 238 207 # CONFIG_SBC8548 is not set 239 208 # CONFIG_SBC8560 is not set 209 + # CONFIG_P4080_DS is not set 240 210 CONFIG_TQM85xx=y 241 211 # CONFIG_IPIC is not set 242 212 CONFIG_MPIC=y ··· 283 251 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 284 252 CONFIG_ARCH_HAS_WALK_MEMORY=y 285 253 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 254 + CONFIG_SPARSE_IRQ=y 286 255 CONFIG_MAX_ACTIVE_REGIONS=32 287 256 CONFIG_ARCH_FLATMEM_ENABLE=y 288 257 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 300 267 CONFIG_ZONE_DMA_FLAG=1 301 268 CONFIG_BOUNCE=y 302 269 CONFIG_VIRT_TO_BUS=y 303 - CONFIG_HAVE_MLOCK=y 304 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 305 270 # CONFIG_KSM is not set 306 271 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 307 272 CONFIG_PPC_4K_PAGES=y ··· 425 394 # CONFIG_AF_RXRPC is not set 426 395 CONFIG_WIRELESS=y 427 396 # CONFIG_CFG80211 is not set 428 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 429 - CONFIG_WIRELESS_OLD_REGULATORY=y 430 - # CONFIG_WIRELESS_EXT is not set 431 397 # CONFIG_LIB80211 is not set 432 398 433 399 # ··· 542 514 # CONFIG_BLK_DEV_COW_COMMON is not set 543 515 CONFIG_BLK_DEV_LOOP=y 544 516 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 517 + 518 + # 519 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 520 + # 545 521 # CONFIG_BLK_DEV_NBD is not set 546 522 # CONFIG_BLK_DEV_SX8 is not set 547 523 CONFIG_BLK_DEV_RAM=y ··· 556 524 # CONFIG_ATA_OVER_ETH is not set 557 525 # CONFIG_BLK_DEV_HD is not set 558 526 CONFIG_MISC_DEVICES=y 527 + # CONFIG_AD525X_DPOT is not set 559 528 # CONFIG_PHANTOM is not set 560 529 # CONFIG_SGI_IOC4 is not set 561 530 # CONFIG_TIFM_CORE is not set ··· 564 531 # CONFIG_ENCLOSURE_SERVICES is not set 565 532 # CONFIG_HP_ILO is not set 566 533 # CONFIG_ISL29003 is not set 534 + # CONFIG_DS1682 is not set 567 535 # CONFIG_C2PORT is not set 568 536 569 537 # ··· 653 619 # 654 620 655 621 # 656 - # See the help texts for more information. 622 + # The newer stack is recommended. 657 623 # 658 624 # CONFIG_FIREWIRE is not set 659 625 # CONFIG_IEEE1394 is not set ··· 777 743 # CONFIG_BE2NET is not set 778 744 # CONFIG_TR is not set 779 745 CONFIG_WLAN=y 780 - # CONFIG_WLAN_PRE80211 is not set 781 - # CONFIG_WLAN_80211 is not set 746 + # CONFIG_AIRO is not set 747 + # CONFIG_ATMEL is not set 748 + # CONFIG_PRISM54 is not set 749 + # CONFIG_HOSTAP is not set 782 750 783 751 # 784 752 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 793 757 # CONFIG_NETCONSOLE is not set 794 758 # CONFIG_NETPOLL is not set 795 759 # CONFIG_NET_POLL_CONTROLLER is not set 760 + # CONFIG_VMXNET3 is not set 796 761 # CONFIG_ISDN is not set 797 762 # CONFIG_PHONE is not set 798 763 ··· 803 766 CONFIG_INPUT=y 804 767 # CONFIG_INPUT_FF_MEMLESS is not set 805 768 # CONFIG_INPUT_POLLDEV is not set 769 + # CONFIG_INPUT_SPARSEKMAP is not set 806 770 807 771 # 808 772 # Userland interfaces ··· 858 820 CONFIG_SERIAL_CPM_CONSOLE=y 859 821 # CONFIG_SERIAL_JSM is not set 860 822 # CONFIG_SERIAL_OF_PLATFORM is not set 823 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 861 824 CONFIG_UNIX98_PTYS=y 862 825 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 863 826 CONFIG_LEGACY_PTYS=y ··· 920 881 # CONFIG_I2C_TAOS_EVM is not set 921 882 922 883 # 923 - # Graphics adapter I2C/DDC channel drivers 924 - # 925 - # CONFIG_I2C_VOODOO3 is not set 926 - 927 - # 928 884 # Other I2C/SMBus bus drivers 929 885 # 930 886 # CONFIG_I2C_PCA_PLATFORM is not set ··· 927 893 # 928 894 # Miscellaneous I2C Chip support 929 895 # 930 - # CONFIG_DS1682 is not set 931 896 # CONFIG_SENSORS_TSL2550 is not set 932 897 # CONFIG_I2C_DEBUG_CORE is not set 933 898 # CONFIG_I2C_DEBUG_ALGO is not set ··· 958 925 # 959 926 # PCI GPIO expanders: 960 927 # 928 + # CONFIG_GPIO_CS5535 is not set 961 929 # CONFIG_GPIO_BT8XX is not set 962 930 # CONFIG_GPIO_LANGWELL is not set 963 931 ··· 1001 967 # CONFIG_SENSORS_GL520SM is not set 1002 968 # CONFIG_SENSORS_IT87 is not set 1003 969 # CONFIG_SENSORS_LM63 is not set 970 + # CONFIG_SENSORS_LM73 is not set 1004 971 CONFIG_SENSORS_LM75=y 1005 972 # CONFIG_SENSORS_LM77 is not set 1006 973 # CONFIG_SENSORS_LM78 is not set ··· 1041 1006 # CONFIG_SENSORS_W83L786NG is not set 1042 1007 # CONFIG_SENSORS_W83627HF is not set 1043 1008 # CONFIG_SENSORS_W83627EHF is not set 1009 + # CONFIG_SENSORS_LIS3_I2C is not set 1044 1010 # CONFIG_THERMAL is not set 1045 1011 # CONFIG_WATCHDOG is not set 1046 1012 CONFIG_SSB_POSSIBLE=y ··· 1061 1025 # CONFIG_TWL4030_CORE is not set 1062 1026 # CONFIG_MFD_TMIO is not set 1063 1027 # CONFIG_PMIC_DA903X is not set 1028 + # CONFIG_PMIC_ADP5520 is not set 1064 1029 # CONFIG_MFD_WM8400 is not set 1065 1030 # CONFIG_MFD_WM831X is not set 1066 1031 # CONFIG_MFD_WM8350_I2C is not set 1067 1032 # CONFIG_MFD_PCF50633 is not set 1068 1033 # CONFIG_AB3100_CORE is not set 1034 + # CONFIG_MFD_88PM8607 is not set 1069 1035 # CONFIG_REGULATOR is not set 1070 1036 # CONFIG_MEDIA_SUPPORT is not set 1071 1037 ··· 1298 1260 # CONFIG_DEBUG_KERNEL is not set 1299 1261 # CONFIG_SLUB_DEBUG_ON is not set 1300 1262 # CONFIG_SLUB_STATS is not set 1301 - # CONFIG_DEBUG_BUGVERBOSE is not set 1263 + CONFIG_DEBUG_BUGVERBOSE=y 1302 1264 # CONFIG_DEBUG_MEMORY_INIT is not set 1303 1265 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1304 1266 # CONFIG_LATENCYTOP is not set ··· 1324 1286 # CONFIG_KEYS is not set 1325 1287 # CONFIG_SECURITY is not set 1326 1288 # CONFIG_SECURITYFS is not set 1327 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1289 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1290 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1291 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1292 + CONFIG_DEFAULT_SECURITY_DAC=y 1293 + CONFIG_DEFAULT_SECURITY="" 1328 1294 CONFIG_CRYPTO=y 1329 1295 1330 1296 #
+74 -21
arch/powerpc/configs/85xx/tqm8548_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:41 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:35 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_GENERIC_BUG=y 63 62 CONFIG_DTC=y 64 63 CONFIG_DEFAULT_UIMAGE=y 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 66 # CONFIG_PPC_DCR_NATIVE is not set 66 67 # CONFIG_PPC_DCR_MMIO is not set 67 68 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 91 88 # 92 89 CONFIG_TREE_RCU=y 93 90 # CONFIG_TREE_PREEMPT_RCU is not set 91 + # CONFIG_TINY_RCU is not set 94 92 # CONFIG_RCU_TRACE is not set 95 93 CONFIG_RCU_FANOUT=32 96 94 # CONFIG_RCU_FANOUT_EXACT is not set ··· 181 177 # IO Schedulers 182 178 # 183 179 CONFIG_IOSCHED_NOOP=y 184 - CONFIG_IOSCHED_AS=y 185 180 CONFIG_IOSCHED_DEADLINE=y 186 181 CONFIG_IOSCHED_CFQ=y 187 - CONFIG_DEFAULT_AS=y 188 182 # CONFIG_DEFAULT_DEADLINE is not set 189 - # CONFIG_DEFAULT_CFQ is not set 183 + CONFIG_DEFAULT_CFQ=y 190 184 # CONFIG_DEFAULT_NOOP is not set 191 - CONFIG_DEFAULT_IOSCHED="anticipatory" 185 + CONFIG_DEFAULT_IOSCHED="cfq" 186 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 187 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 188 + # CONFIG_INLINE_SPIN_LOCK is not set 189 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 190 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 191 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 192 + CONFIG_INLINE_SPIN_UNLOCK=y 193 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 194 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 195 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 196 + # CONFIG_INLINE_READ_TRYLOCK is not set 197 + # CONFIG_INLINE_READ_LOCK is not set 198 + # CONFIG_INLINE_READ_LOCK_BH is not set 199 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 200 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 201 + CONFIG_INLINE_READ_UNLOCK=y 202 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 203 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 204 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 205 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 206 + # CONFIG_INLINE_WRITE_LOCK is not set 207 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 208 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 209 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 210 + CONFIG_INLINE_WRITE_UNLOCK=y 211 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 212 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 213 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 214 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 192 215 # CONFIG_FREEZER is not set 193 216 194 217 # ··· 224 193 # CONFIG_PPC_CELL is not set 225 194 # CONFIG_PPC_CELL_NATIVE is not set 226 195 # CONFIG_PQ2ADS is not set 227 - CONFIG_MPC85xx=y 196 + CONFIG_FSL_SOC_BOOKE=y 228 197 # CONFIG_MPC8540_ADS is not set 229 198 # CONFIG_MPC8560_ADS is not set 230 199 # CONFIG_MPC85xx_CDS is not set ··· 243 212 # CONFIG_TQM8560 is not set 244 213 # CONFIG_SBC8548 is not set 245 214 # CONFIG_SBC8560 is not set 215 + # CONFIG_P4080_DS is not set 246 216 CONFIG_TQM85xx=y 247 217 # CONFIG_IPIC is not set 248 218 CONFIG_MPIC=y ··· 289 257 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 290 258 CONFIG_ARCH_HAS_WALK_MEMORY=y 291 259 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 260 + CONFIG_SPARSE_IRQ=y 292 261 CONFIG_MAX_ACTIVE_REGIONS=32 293 262 CONFIG_ARCH_FLATMEM_ENABLE=y 294 263 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 306 273 CONFIG_ZONE_DMA_FLAG=1 307 274 CONFIG_BOUNCE=y 308 275 CONFIG_VIRT_TO_BUS=y 309 - CONFIG_HAVE_MLOCK=y 310 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 311 276 # CONFIG_KSM is not set 312 277 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 313 278 CONFIG_PPC_4K_PAGES=y ··· 437 406 # CONFIG_IRDA is not set 438 407 # CONFIG_BT is not set 439 408 # CONFIG_AF_RXRPC is not set 440 - # CONFIG_WIRELESS is not set 409 + CONFIG_WIRELESS=y 410 + # CONFIG_CFG80211 is not set 411 + # CONFIG_LIB80211 is not set 412 + 413 + # 414 + # CFG80211 needs to be enabled for MAC80211 415 + # 441 416 # CONFIG_WIMAX is not set 442 417 # CONFIG_RFKILL is not set 443 418 # CONFIG_NET_9P is not set ··· 572 535 # CONFIG_BLK_DEV_COW_COMMON is not set 573 536 CONFIG_BLK_DEV_LOOP=y 574 537 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 538 + 539 + # 540 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 541 + # 575 542 # CONFIG_BLK_DEV_NBD is not set 576 543 # CONFIG_BLK_DEV_SX8 is not set 577 544 CONFIG_BLK_DEV_RAM=y ··· 586 545 # CONFIG_ATA_OVER_ETH is not set 587 546 # CONFIG_BLK_DEV_HD is not set 588 547 CONFIG_MISC_DEVICES=y 548 + # CONFIG_AD525X_DPOT is not set 589 549 # CONFIG_PHANTOM is not set 590 550 # CONFIG_SGI_IOC4 is not set 591 551 # CONFIG_TIFM_CORE is not set ··· 594 552 # CONFIG_ENCLOSURE_SERVICES is not set 595 553 # CONFIG_HP_ILO is not set 596 554 # CONFIG_ISL29003 is not set 555 + # CONFIG_DS1682 is not set 597 556 # CONFIG_C2PORT is not set 598 557 599 558 # ··· 628 585 # 629 586 630 587 # 631 - # See the help texts for more information. 588 + # The newer stack is recommended. 632 589 # 633 590 # CONFIG_FIREWIRE is not set 634 591 # CONFIG_IEEE1394 is not set ··· 733 690 # CONFIG_BE2NET is not set 734 691 # CONFIG_TR is not set 735 692 CONFIG_WLAN=y 736 - # CONFIG_WLAN_PRE80211 is not set 737 - # CONFIG_WLAN_80211 is not set 693 + # CONFIG_AIRO is not set 694 + # CONFIG_ATMEL is not set 695 + # CONFIG_PRISM54 is not set 696 + # CONFIG_HOSTAP is not set 738 697 739 698 # 740 699 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 749 704 # CONFIG_NETCONSOLE is not set 750 705 # CONFIG_NETPOLL is not set 751 706 # CONFIG_NET_POLL_CONTROLLER is not set 707 + # CONFIG_VMXNET3 is not set 752 708 # CONFIG_ISDN is not set 753 709 # CONFIG_PHONE is not set 754 710 ··· 759 713 CONFIG_INPUT=y 760 714 # CONFIG_INPUT_FF_MEMLESS is not set 761 715 # CONFIG_INPUT_POLLDEV is not set 716 + # CONFIG_INPUT_SPARSEKMAP is not set 762 717 763 718 # 764 719 # Userland interfaces ··· 812 765 CONFIG_SERIAL_CORE_CONSOLE=y 813 766 # CONFIG_SERIAL_JSM is not set 814 767 # CONFIG_SERIAL_OF_PLATFORM is not set 768 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 815 769 CONFIG_UNIX98_PTYS=y 816 770 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 817 771 CONFIG_LEGACY_PTYS=y ··· 868 820 # CONFIG_I2C_TAOS_EVM is not set 869 821 870 822 # 871 - # Graphics adapter I2C/DDC channel drivers 872 - # 873 - # CONFIG_I2C_VOODOO3 is not set 874 - 875 - # 876 823 # Other I2C/SMBus bus drivers 877 824 # 878 825 # CONFIG_I2C_PCA_PLATFORM is not set ··· 876 833 # 877 834 # Miscellaneous I2C Chip support 878 835 # 879 - # CONFIG_DS1682 is not set 880 836 # CONFIG_SENSORS_TSL2550 is not set 881 837 # CONFIG_I2C_DEBUG_CORE is not set 882 838 # CONFIG_I2C_DEBUG_ALGO is not set ··· 921 879 # CONFIG_SENSORS_GL520SM is not set 922 880 # CONFIG_SENSORS_IT87 is not set 923 881 # CONFIG_SENSORS_LM63 is not set 882 + # CONFIG_SENSORS_LM73 is not set 924 883 CONFIG_SENSORS_LM75=y 925 884 # CONFIG_SENSORS_LM77 is not set 926 885 # CONFIG_SENSORS_LM78 is not set ··· 960 917 # CONFIG_SENSORS_W83L786NG is not set 961 918 # CONFIG_SENSORS_W83627HF is not set 962 919 # CONFIG_SENSORS_W83627EHF is not set 920 + # CONFIG_SENSORS_LIS3_I2C is not set 963 921 # CONFIG_THERMAL is not set 964 922 # CONFIG_WATCHDOG is not set 965 923 CONFIG_SSB_POSSIBLE=y ··· 979 935 # CONFIG_TWL4030_CORE is not set 980 936 # CONFIG_MFD_TMIO is not set 981 937 # CONFIG_PMIC_DA903X is not set 938 + # CONFIG_PMIC_ADP5520 is not set 982 939 # CONFIG_MFD_WM8400 is not set 983 940 # CONFIG_MFD_WM831X is not set 984 941 # CONFIG_MFD_WM8350_I2C is not set 985 942 # CONFIG_MFD_PCF50633 is not set 986 943 # CONFIG_AB3100_CORE is not set 944 + # CONFIG_MFD_88PM8607 is not set 987 945 # CONFIG_REGULATOR is not set 988 946 # CONFIG_MEDIA_SUPPORT is not set 989 947 ··· 1049 1003 # CONFIG_RTC_DRV_PCF8563 is not set 1050 1004 # CONFIG_RTC_DRV_PCF8583 is not set 1051 1005 # CONFIG_RTC_DRV_M41T80 is not set 1006 + # CONFIG_RTC_DRV_BQ32K is not set 1052 1007 # CONFIG_RTC_DRV_S35390A is not set 1053 1008 # CONFIG_RTC_DRV_FM3130 is not set 1054 1009 # CONFIG_RTC_DRV_RX8581 is not set ··· 1071 1024 # CONFIG_RTC_DRV_M48T86 is not set 1072 1025 # CONFIG_RTC_DRV_M48T35 is not set 1073 1026 # CONFIG_RTC_DRV_M48T59 is not set 1027 + # CONFIG_RTC_DRV_MSM6242 is not set 1074 1028 # CONFIG_RTC_DRV_BQ4802 is not set 1029 + # CONFIG_RTC_DRV_RP5C01 is not set 1075 1030 # CONFIG_RTC_DRV_V3020 is not set 1076 1031 1077 1032 # ··· 1329 1280 # CONFIG_KEYS is not set 1330 1281 # CONFIG_SECURITY is not set 1331 1282 # CONFIG_SECURITYFS is not set 1332 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1283 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1284 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1285 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1286 + CONFIG_DEFAULT_SECURITY_DAC=y 1287 + CONFIG_DEFAULT_SECURITY="" 1333 1288 CONFIG_CRYPTO=y 1334 1289 1335 1290 #
+66 -24
arch/powerpc/configs/85xx/tqm8555_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:42 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:36 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 63 62 CONFIG_GENERIC_BUG=y 64 63 CONFIG_DTC=y 65 64 CONFIG_DEFAULT_UIMAGE=y 65 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 66 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 67 # CONFIG_PPC_DCR_NATIVE is not set 67 68 # CONFIG_PPC_DCR_MMIO is not set 68 69 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 92 89 # 93 90 CONFIG_TREE_RCU=y 94 91 # CONFIG_TREE_PREEMPT_RCU is not set 92 + # CONFIG_TINY_RCU is not set 95 93 # CONFIG_RCU_TRACE is not set 96 94 CONFIG_RCU_FANOUT=32 97 95 # CONFIG_RCU_FANOUT_EXACT is not set ··· 175 171 # IO Schedulers 176 172 # 177 173 CONFIG_IOSCHED_NOOP=y 178 - CONFIG_IOSCHED_AS=y 179 174 CONFIG_IOSCHED_DEADLINE=y 180 175 CONFIG_IOSCHED_CFQ=y 181 - CONFIG_DEFAULT_AS=y 182 176 # CONFIG_DEFAULT_DEADLINE is not set 183 - # CONFIG_DEFAULT_CFQ is not set 177 + CONFIG_DEFAULT_CFQ=y 184 178 # CONFIG_DEFAULT_NOOP is not set 185 - CONFIG_DEFAULT_IOSCHED="anticipatory" 179 + CONFIG_DEFAULT_IOSCHED="cfq" 180 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 181 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 182 + # CONFIG_INLINE_SPIN_LOCK is not set 183 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 185 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 186 + CONFIG_INLINE_SPIN_UNLOCK=y 187 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 188 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 190 + # CONFIG_INLINE_READ_TRYLOCK is not set 191 + # CONFIG_INLINE_READ_LOCK is not set 192 + # CONFIG_INLINE_READ_LOCK_BH is not set 193 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 194 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 195 + CONFIG_INLINE_READ_UNLOCK=y 196 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 197 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 198 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 199 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 200 + # CONFIG_INLINE_WRITE_LOCK is not set 201 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 202 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 203 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 204 + CONFIG_INLINE_WRITE_UNLOCK=y 205 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 206 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 208 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 186 209 # CONFIG_FREEZER is not set 187 210 188 211 # ··· 218 187 # CONFIG_PPC_CELL is not set 219 188 # CONFIG_PPC_CELL_NATIVE is not set 220 189 # CONFIG_PQ2ADS is not set 221 - CONFIG_MPC85xx=y 190 + CONFIG_FSL_SOC_BOOKE=y 222 191 # CONFIG_MPC8540_ADS is not set 223 192 # CONFIG_MPC8560_ADS is not set 224 193 # CONFIG_MPC85xx_CDS is not set ··· 237 206 # CONFIG_TQM8560 is not set 238 207 # CONFIG_SBC8548 is not set 239 208 # CONFIG_SBC8560 is not set 209 + # CONFIG_P4080_DS is not set 240 210 CONFIG_TQM85xx=y 241 211 # CONFIG_IPIC is not set 242 212 CONFIG_MPIC=y ··· 283 251 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 284 252 CONFIG_ARCH_HAS_WALK_MEMORY=y 285 253 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 254 + CONFIG_SPARSE_IRQ=y 286 255 CONFIG_MAX_ACTIVE_REGIONS=32 287 256 CONFIG_ARCH_FLATMEM_ENABLE=y 288 257 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 300 267 CONFIG_ZONE_DMA_FLAG=1 301 268 CONFIG_BOUNCE=y 302 269 CONFIG_VIRT_TO_BUS=y 303 - CONFIG_HAVE_MLOCK=y 304 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 305 270 # CONFIG_KSM is not set 306 271 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 307 272 CONFIG_PPC_4K_PAGES=y ··· 425 394 # CONFIG_AF_RXRPC is not set 426 395 CONFIG_WIRELESS=y 427 396 # CONFIG_CFG80211 is not set 428 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 429 - CONFIG_WIRELESS_OLD_REGULATORY=y 430 - # CONFIG_WIRELESS_EXT is not set 431 397 # CONFIG_LIB80211 is not set 432 398 433 399 # ··· 542 514 # CONFIG_BLK_DEV_COW_COMMON is not set 543 515 CONFIG_BLK_DEV_LOOP=y 544 516 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 517 + 518 + # 519 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 520 + # 545 521 # CONFIG_BLK_DEV_NBD is not set 546 522 # CONFIG_BLK_DEV_SX8 is not set 547 523 CONFIG_BLK_DEV_RAM=y ··· 556 524 # CONFIG_ATA_OVER_ETH is not set 557 525 # CONFIG_BLK_DEV_HD is not set 558 526 CONFIG_MISC_DEVICES=y 527 + # CONFIG_AD525X_DPOT is not set 559 528 # CONFIG_PHANTOM is not set 560 529 # CONFIG_SGI_IOC4 is not set 561 530 # CONFIG_TIFM_CORE is not set ··· 564 531 # CONFIG_ENCLOSURE_SERVICES is not set 565 532 # CONFIG_HP_ILO is not set 566 533 # CONFIG_ISL29003 is not set 534 + # CONFIG_DS1682 is not set 567 535 # CONFIG_C2PORT is not set 568 536 569 537 # ··· 653 619 # 654 620 655 621 # 656 - # See the help texts for more information. 622 + # The newer stack is recommended. 657 623 # 658 624 # CONFIG_FIREWIRE is not set 659 625 # CONFIG_IEEE1394 is not set ··· 777 743 # CONFIG_BE2NET is not set 778 744 # CONFIG_TR is not set 779 745 CONFIG_WLAN=y 780 - # CONFIG_WLAN_PRE80211 is not set 781 - # CONFIG_WLAN_80211 is not set 746 + # CONFIG_AIRO is not set 747 + # CONFIG_ATMEL is not set 748 + # CONFIG_PRISM54 is not set 749 + # CONFIG_HOSTAP is not set 782 750 783 751 # 784 752 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 793 757 # CONFIG_NETCONSOLE is not set 794 758 # CONFIG_NETPOLL is not set 795 759 # CONFIG_NET_POLL_CONTROLLER is not set 760 + # CONFIG_VMXNET3 is not set 796 761 # CONFIG_ISDN is not set 797 762 # CONFIG_PHONE is not set 798 763 ··· 803 766 CONFIG_INPUT=y 804 767 # CONFIG_INPUT_FF_MEMLESS is not set 805 768 # CONFIG_INPUT_POLLDEV is not set 769 + # CONFIG_INPUT_SPARSEKMAP is not set 806 770 807 771 # 808 772 # Userland interfaces ··· 858 820 CONFIG_SERIAL_CPM_CONSOLE=y 859 821 # CONFIG_SERIAL_JSM is not set 860 822 # CONFIG_SERIAL_OF_PLATFORM is not set 823 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 861 824 CONFIG_UNIX98_PTYS=y 862 825 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 863 826 CONFIG_LEGACY_PTYS=y ··· 920 881 # CONFIG_I2C_TAOS_EVM is not set 921 882 922 883 # 923 - # Graphics adapter I2C/DDC channel drivers 924 - # 925 - # CONFIG_I2C_VOODOO3 is not set 926 - 927 - # 928 884 # Other I2C/SMBus bus drivers 929 885 # 930 886 # CONFIG_I2C_PCA_PLATFORM is not set ··· 927 893 # 928 894 # Miscellaneous I2C Chip support 929 895 # 930 - # CONFIG_DS1682 is not set 931 896 # CONFIG_SENSORS_TSL2550 is not set 932 897 # CONFIG_I2C_DEBUG_CORE is not set 933 898 # CONFIG_I2C_DEBUG_ALGO is not set ··· 958 925 # 959 926 # PCI GPIO expanders: 960 927 # 928 + # CONFIG_GPIO_CS5535 is not set 961 929 # CONFIG_GPIO_BT8XX is not set 962 930 # CONFIG_GPIO_LANGWELL is not set 963 931 ··· 1001 967 # CONFIG_SENSORS_GL520SM is not set 1002 968 # CONFIG_SENSORS_IT87 is not set 1003 969 # CONFIG_SENSORS_LM63 is not set 970 + # CONFIG_SENSORS_LM73 is not set 1004 971 CONFIG_SENSORS_LM75=y 1005 972 # CONFIG_SENSORS_LM77 is not set 1006 973 # CONFIG_SENSORS_LM78 is not set ··· 1041 1006 # CONFIG_SENSORS_W83L786NG is not set 1042 1007 # CONFIG_SENSORS_W83627HF is not set 1043 1008 # CONFIG_SENSORS_W83627EHF is not set 1009 + # CONFIG_SENSORS_LIS3_I2C is not set 1044 1010 # CONFIG_THERMAL is not set 1045 1011 # CONFIG_WATCHDOG is not set 1046 1012 CONFIG_SSB_POSSIBLE=y ··· 1061 1025 # CONFIG_TWL4030_CORE is not set 1062 1026 # CONFIG_MFD_TMIO is not set 1063 1027 # CONFIG_PMIC_DA903X is not set 1028 + # CONFIG_PMIC_ADP5520 is not set 1064 1029 # CONFIG_MFD_WM8400 is not set 1065 1030 # CONFIG_MFD_WM831X is not set 1066 1031 # CONFIG_MFD_WM8350_I2C is not set 1067 1032 # CONFIG_MFD_PCF50633 is not set 1068 1033 # CONFIG_AB3100_CORE is not set 1034 + # CONFIG_MFD_88PM8607 is not set 1069 1035 # CONFIG_REGULATOR is not set 1070 1036 # CONFIG_MEDIA_SUPPORT is not set 1071 1037 ··· 1298 1260 # CONFIG_DEBUG_KERNEL is not set 1299 1261 # CONFIG_SLUB_DEBUG_ON is not set 1300 1262 # CONFIG_SLUB_STATS is not set 1301 - # CONFIG_DEBUG_BUGVERBOSE is not set 1263 + CONFIG_DEBUG_BUGVERBOSE=y 1302 1264 # CONFIG_DEBUG_MEMORY_INIT is not set 1303 1265 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1304 1266 # CONFIG_LATENCYTOP is not set ··· 1324 1286 # CONFIG_KEYS is not set 1325 1287 # CONFIG_SECURITY is not set 1326 1288 # CONFIG_SECURITYFS is not set 1327 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1289 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1290 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1291 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1292 + CONFIG_DEFAULT_SECURITY_DAC=y 1293 + CONFIG_DEFAULT_SECURITY="" 1328 1294 CONFIG_CRYPTO=y 1329 1295 1330 1296 #
+66 -24
arch/powerpc/configs/85xx/tqm8560_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:43 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:36 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 63 62 CONFIG_GENERIC_BUG=y 64 63 CONFIG_DTC=y 65 64 CONFIG_DEFAULT_UIMAGE=y 65 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 66 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 67 # CONFIG_PPC_DCR_NATIVE is not set 67 68 # CONFIG_PPC_DCR_MMIO is not set 68 69 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 92 89 # 93 90 CONFIG_TREE_RCU=y 94 91 # CONFIG_TREE_PREEMPT_RCU is not set 92 + # CONFIG_TINY_RCU is not set 95 93 # CONFIG_RCU_TRACE is not set 96 94 CONFIG_RCU_FANOUT=32 97 95 # CONFIG_RCU_FANOUT_EXACT is not set ··· 175 171 # IO Schedulers 176 172 # 177 173 CONFIG_IOSCHED_NOOP=y 178 - CONFIG_IOSCHED_AS=y 179 174 CONFIG_IOSCHED_DEADLINE=y 180 175 CONFIG_IOSCHED_CFQ=y 181 - CONFIG_DEFAULT_AS=y 182 176 # CONFIG_DEFAULT_DEADLINE is not set 183 - # CONFIG_DEFAULT_CFQ is not set 177 + CONFIG_DEFAULT_CFQ=y 184 178 # CONFIG_DEFAULT_NOOP is not set 185 - CONFIG_DEFAULT_IOSCHED="anticipatory" 179 + CONFIG_DEFAULT_IOSCHED="cfq" 180 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 181 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 182 + # CONFIG_INLINE_SPIN_LOCK is not set 183 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 185 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 186 + CONFIG_INLINE_SPIN_UNLOCK=y 187 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 188 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 189 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 190 + # CONFIG_INLINE_READ_TRYLOCK is not set 191 + # CONFIG_INLINE_READ_LOCK is not set 192 + # CONFIG_INLINE_READ_LOCK_BH is not set 193 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 194 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 195 + CONFIG_INLINE_READ_UNLOCK=y 196 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 197 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 198 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 199 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 200 + # CONFIG_INLINE_WRITE_LOCK is not set 201 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 202 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 203 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 204 + CONFIG_INLINE_WRITE_UNLOCK=y 205 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 206 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 207 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 208 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 186 209 # CONFIG_FREEZER is not set 187 210 188 211 # ··· 218 187 # CONFIG_PPC_CELL is not set 219 188 # CONFIG_PPC_CELL_NATIVE is not set 220 189 # CONFIG_PQ2ADS is not set 221 - CONFIG_MPC85xx=y 190 + CONFIG_FSL_SOC_BOOKE=y 222 191 # CONFIG_MPC8540_ADS is not set 223 192 # CONFIG_MPC8560_ADS is not set 224 193 # CONFIG_MPC85xx_CDS is not set ··· 237 206 CONFIG_TQM8560=y 238 207 # CONFIG_SBC8548 is not set 239 208 # CONFIG_SBC8560 is not set 209 + # CONFIG_P4080_DS is not set 240 210 CONFIG_TQM85xx=y 241 211 # CONFIG_IPIC is not set 242 212 CONFIG_MPIC=y ··· 283 251 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 284 252 CONFIG_ARCH_HAS_WALK_MEMORY=y 285 253 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 254 + CONFIG_SPARSE_IRQ=y 286 255 CONFIG_MAX_ACTIVE_REGIONS=32 287 256 CONFIG_ARCH_FLATMEM_ENABLE=y 288 257 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 300 267 CONFIG_ZONE_DMA_FLAG=1 301 268 CONFIG_BOUNCE=y 302 269 CONFIG_VIRT_TO_BUS=y 303 - CONFIG_HAVE_MLOCK=y 304 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 305 270 # CONFIG_KSM is not set 306 271 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 307 272 CONFIG_PPC_4K_PAGES=y ··· 425 394 # CONFIG_AF_RXRPC is not set 426 395 CONFIG_WIRELESS=y 427 396 # CONFIG_CFG80211 is not set 428 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 429 - CONFIG_WIRELESS_OLD_REGULATORY=y 430 - # CONFIG_WIRELESS_EXT is not set 431 397 # CONFIG_LIB80211 is not set 432 398 433 399 # ··· 542 514 # CONFIG_BLK_DEV_COW_COMMON is not set 543 515 CONFIG_BLK_DEV_LOOP=y 544 516 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 517 + 518 + # 519 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 520 + # 545 521 # CONFIG_BLK_DEV_NBD is not set 546 522 # CONFIG_BLK_DEV_SX8 is not set 547 523 CONFIG_BLK_DEV_RAM=y ··· 556 524 # CONFIG_ATA_OVER_ETH is not set 557 525 # CONFIG_BLK_DEV_HD is not set 558 526 CONFIG_MISC_DEVICES=y 527 + # CONFIG_AD525X_DPOT is not set 559 528 # CONFIG_PHANTOM is not set 560 529 # CONFIG_SGI_IOC4 is not set 561 530 # CONFIG_TIFM_CORE is not set ··· 564 531 # CONFIG_ENCLOSURE_SERVICES is not set 565 532 # CONFIG_HP_ILO is not set 566 533 # CONFIG_ISL29003 is not set 534 + # CONFIG_DS1682 is not set 567 535 # CONFIG_C2PORT is not set 568 536 569 537 # ··· 653 619 # 654 620 655 621 # 656 - # See the help texts for more information. 622 + # The newer stack is recommended. 657 623 # 658 624 # CONFIG_FIREWIRE is not set 659 625 # CONFIG_IEEE1394 is not set ··· 777 743 # CONFIG_BE2NET is not set 778 744 # CONFIG_TR is not set 779 745 CONFIG_WLAN=y 780 - # CONFIG_WLAN_PRE80211 is not set 781 - # CONFIG_WLAN_80211 is not set 746 + # CONFIG_AIRO is not set 747 + # CONFIG_ATMEL is not set 748 + # CONFIG_PRISM54 is not set 749 + # CONFIG_HOSTAP is not set 782 750 783 751 # 784 752 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 793 757 # CONFIG_NETCONSOLE is not set 794 758 # CONFIG_NETPOLL is not set 795 759 # CONFIG_NET_POLL_CONTROLLER is not set 760 + # CONFIG_VMXNET3 is not set 796 761 # CONFIG_ISDN is not set 797 762 # CONFIG_PHONE is not set 798 763 ··· 803 766 CONFIG_INPUT=y 804 767 # CONFIG_INPUT_FF_MEMLESS is not set 805 768 # CONFIG_INPUT_POLLDEV is not set 769 + # CONFIG_INPUT_SPARSEKMAP is not set 806 770 807 771 # 808 772 # Userland interfaces ··· 858 820 CONFIG_SERIAL_CPM_CONSOLE=y 859 821 # CONFIG_SERIAL_JSM is not set 860 822 # CONFIG_SERIAL_OF_PLATFORM is not set 823 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 861 824 CONFIG_UNIX98_PTYS=y 862 825 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 863 826 CONFIG_LEGACY_PTYS=y ··· 920 881 # CONFIG_I2C_TAOS_EVM is not set 921 882 922 883 # 923 - # Graphics adapter I2C/DDC channel drivers 924 - # 925 - # CONFIG_I2C_VOODOO3 is not set 926 - 927 - # 928 884 # Other I2C/SMBus bus drivers 929 885 # 930 886 # CONFIG_I2C_PCA_PLATFORM is not set ··· 927 893 # 928 894 # Miscellaneous I2C Chip support 929 895 # 930 - # CONFIG_DS1682 is not set 931 896 # CONFIG_SENSORS_TSL2550 is not set 932 897 # CONFIG_I2C_DEBUG_CORE is not set 933 898 # CONFIG_I2C_DEBUG_ALGO is not set ··· 958 925 # 959 926 # PCI GPIO expanders: 960 927 # 928 + # CONFIG_GPIO_CS5535 is not set 961 929 # CONFIG_GPIO_BT8XX is not set 962 930 # CONFIG_GPIO_LANGWELL is not set 963 931 ··· 1001 967 # CONFIG_SENSORS_GL520SM is not set 1002 968 # CONFIG_SENSORS_IT87 is not set 1003 969 # CONFIG_SENSORS_LM63 is not set 970 + # CONFIG_SENSORS_LM73 is not set 1004 971 CONFIG_SENSORS_LM75=y 1005 972 # CONFIG_SENSORS_LM77 is not set 1006 973 # CONFIG_SENSORS_LM78 is not set ··· 1041 1006 # CONFIG_SENSORS_W83L786NG is not set 1042 1007 # CONFIG_SENSORS_W83627HF is not set 1043 1008 # CONFIG_SENSORS_W83627EHF is not set 1009 + # CONFIG_SENSORS_LIS3_I2C is not set 1044 1010 # CONFIG_THERMAL is not set 1045 1011 # CONFIG_WATCHDOG is not set 1046 1012 CONFIG_SSB_POSSIBLE=y ··· 1061 1025 # CONFIG_TWL4030_CORE is not set 1062 1026 # CONFIG_MFD_TMIO is not set 1063 1027 # CONFIG_PMIC_DA903X is not set 1028 + # CONFIG_PMIC_ADP5520 is not set 1064 1029 # CONFIG_MFD_WM8400 is not set 1065 1030 # CONFIG_MFD_WM831X is not set 1066 1031 # CONFIG_MFD_WM8350_I2C is not set 1067 1032 # CONFIG_MFD_PCF50633 is not set 1068 1033 # CONFIG_AB3100_CORE is not set 1034 + # CONFIG_MFD_88PM8607 is not set 1069 1035 # CONFIG_REGULATOR is not set 1070 1036 # CONFIG_MEDIA_SUPPORT is not set 1071 1037 ··· 1298 1260 # CONFIG_DEBUG_KERNEL is not set 1299 1261 # CONFIG_SLUB_DEBUG_ON is not set 1300 1262 # CONFIG_SLUB_STATS is not set 1301 - # CONFIG_DEBUG_BUGVERBOSE is not set 1263 + CONFIG_DEBUG_BUGVERBOSE=y 1302 1264 # CONFIG_DEBUG_MEMORY_INIT is not set 1303 1265 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1304 1266 # CONFIG_LATENCYTOP is not set ··· 1324 1286 # CONFIG_KEYS is not set 1325 1287 # CONFIG_SECURITY is not set 1326 1288 # CONFIG_SECURITYFS is not set 1327 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1289 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1290 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1291 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1292 + CONFIG_DEFAULT_SECURITY_DAC=y 1293 + CONFIG_DEFAULT_SECURITY="" 1328 1294 CONFIG_CRYPTO=y 1329 1295 1330 1296 #
+82 -21
arch/powerpc/configs/85xx/xes_mpc85xx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:44 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:37 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 40 40 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 41 41 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 42 42 CONFIG_IRQ_PER_CPU=y 43 + CONFIG_NR_IRQS=512 43 44 CONFIG_STACKTRACE_SUPPORT=y 44 45 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 45 46 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 64 63 CONFIG_GENERIC_BUG=y 65 64 CONFIG_DTC=y 66 65 CONFIG_DEFAULT_UIMAGE=y 66 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 67 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 67 68 # CONFIG_PPC_DCR_NATIVE is not set 68 69 # CONFIG_PPC_DCR_MMIO is not set 69 70 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 96 93 # 97 94 CONFIG_TREE_RCU=y 98 95 # CONFIG_TREE_PREEMPT_RCU is not set 96 + # CONFIG_TINY_RCU is not set 99 97 # CONFIG_RCU_TRACE is not set 100 98 CONFIG_RCU_FANOUT=32 101 99 # CONFIG_RCU_FANOUT_EXACT is not set ··· 185 181 # IO Schedulers 186 182 # 187 183 CONFIG_IOSCHED_NOOP=y 188 - CONFIG_IOSCHED_AS=y 189 184 CONFIG_IOSCHED_DEADLINE=y 190 185 CONFIG_IOSCHED_CFQ=y 191 - # CONFIG_DEFAULT_AS is not set 192 186 # CONFIG_DEFAULT_DEADLINE is not set 193 187 CONFIG_DEFAULT_CFQ=y 194 188 # CONFIG_DEFAULT_NOOP is not set 195 189 CONFIG_DEFAULT_IOSCHED="cfq" 190 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 191 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 192 + # CONFIG_INLINE_SPIN_LOCK is not set 193 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 194 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 195 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 196 + CONFIG_INLINE_SPIN_UNLOCK=y 197 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 198 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 199 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 200 + # CONFIG_INLINE_READ_TRYLOCK is not set 201 + # CONFIG_INLINE_READ_LOCK is not set 202 + # CONFIG_INLINE_READ_LOCK_BH is not set 203 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 204 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 205 + CONFIG_INLINE_READ_UNLOCK=y 206 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 207 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 208 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 209 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 210 + # CONFIG_INLINE_WRITE_LOCK is not set 211 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 212 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 213 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 214 + CONFIG_INLINE_WRITE_UNLOCK=y 215 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 216 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 217 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 218 + CONFIG_MUTEX_SPIN_ON_OWNER=y 196 219 # CONFIG_FREEZER is not set 197 220 CONFIG_PPC_MSI_BITMAP=y 198 221 ··· 229 198 # CONFIG_PPC_CELL is not set 230 199 # CONFIG_PPC_CELL_NATIVE is not set 231 200 # CONFIG_PQ2ADS is not set 232 - CONFIG_MPC85xx=y 201 + CONFIG_FSL_SOC_BOOKE=y 233 202 # CONFIG_MPC8540_ADS is not set 234 203 # CONFIG_MPC8560_ADS is not set 235 204 # CONFIG_MPC85xx_CDS is not set ··· 248 217 # CONFIG_TQM8560 is not set 249 218 # CONFIG_SBC8548 is not set 250 219 # CONFIG_SBC8560 is not set 220 + # CONFIG_P4080_DS is not set 251 221 # CONFIG_IPIC is not set 252 222 CONFIG_MPIC=y 253 223 # CONFIG_MPIC_WEIRD is not set ··· 293 261 CONFIG_ARCH_HAS_WALK_MEMORY=y 294 262 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 295 263 # CONFIG_IRQ_ALL_CPUS is not set 264 + CONFIG_SPARSE_IRQ=y 296 265 CONFIG_MAX_ACTIVE_REGIONS=32 297 266 CONFIG_ARCH_FLATMEM_ENABLE=y 298 267 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 310 277 CONFIG_ZONE_DMA_FLAG=1 311 278 CONFIG_BOUNCE=y 312 279 CONFIG_VIRT_TO_BUS=y 313 - CONFIG_HAVE_MLOCK=y 314 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 315 280 # CONFIG_KSM is not set 316 281 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 317 282 CONFIG_PPC_4K_PAGES=y ··· 435 404 CONFIG_INET6_XFRM_MODE_BEET=y 436 405 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 437 406 CONFIG_IPV6_SIT=y 407 + # CONFIG_IPV6_SIT_6RD is not set 438 408 CONFIG_IPV6_NDISC_NODETYPE=y 439 409 # CONFIG_IPV6_TUNNEL is not set 440 410 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 473 441 # CONFIG_BT is not set 474 442 # CONFIG_AF_RXRPC is not set 475 443 CONFIG_FIB_RULES=y 476 - # CONFIG_WIRELESS is not set 444 + CONFIG_WIRELESS=y 445 + # CONFIG_CFG80211 is not set 446 + # CONFIG_LIB80211 is not set 447 + 448 + # 449 + # CFG80211 needs to be enabled for MAC80211 450 + # 477 451 # CONFIG_WIMAX is not set 478 452 # CONFIG_RFKILL is not set 479 453 # CONFIG_NET_9P is not set ··· 614 576 # CONFIG_BLK_DEV_COW_COMMON is not set 615 577 CONFIG_BLK_DEV_LOOP=y 616 578 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 579 + 580 + # 581 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 582 + # 617 583 CONFIG_BLK_DEV_NBD=y 618 584 # CONFIG_BLK_DEV_SX8 is not set 619 585 # CONFIG_BLK_DEV_UB is not set ··· 629 587 # CONFIG_ATA_OVER_ETH is not set 630 588 # CONFIG_BLK_DEV_HD is not set 631 589 CONFIG_MISC_DEVICES=y 590 + # CONFIG_AD525X_DPOT is not set 632 591 # CONFIG_PHANTOM is not set 633 592 # CONFIG_SGI_IOC4 is not set 634 593 # CONFIG_TIFM_CORE is not set ··· 637 594 # CONFIG_ENCLOSURE_SERVICES is not set 638 595 # CONFIG_HP_ILO is not set 639 596 # CONFIG_ISL29003 is not set 597 + # CONFIG_DS1682 is not set 640 598 # CONFIG_C2PORT is not set 641 599 642 600 # ··· 690 646 # CONFIG_SCSI_BNX2_ISCSI is not set 691 647 # CONFIG_BE2ISCSI is not set 692 648 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 649 + # CONFIG_SCSI_HPSA is not set 693 650 # CONFIG_SCSI_3W_9XXX is not set 651 + # CONFIG_SCSI_3W_SAS is not set 694 652 # CONFIG_SCSI_ACARD is not set 695 653 # CONFIG_SCSI_AACRAID is not set 696 654 # CONFIG_SCSI_AIC7XXX is not set ··· 731 685 # CONFIG_SCSI_NSP32 is not set 732 686 # CONFIG_SCSI_DEBUG is not set 733 687 # CONFIG_SCSI_PMCRAID is not set 688 + # CONFIG_SCSI_PM8001 is not set 734 689 # CONFIG_SCSI_SRP is not set 735 690 # CONFIG_SCSI_BFA_FC is not set 736 691 # CONFIG_SCSI_DH is not set ··· 787 740 # CONFIG_PATA_NS87415 is not set 788 741 # CONFIG_PATA_OPTI is not set 789 742 # CONFIG_PATA_OPTIDMA is not set 743 + # CONFIG_PATA_PDC2027X is not set 790 744 # CONFIG_PATA_PDC_OLD is not set 791 745 # CONFIG_PATA_RADISYS is not set 792 746 # CONFIG_PATA_RDC is not set 793 747 # CONFIG_PATA_RZ1000 is not set 794 748 # CONFIG_PATA_SC1200 is not set 795 749 # CONFIG_PATA_SERVERWORKS is not set 796 - # CONFIG_PATA_PDC2027X is not set 797 750 # CONFIG_PATA_SIL680 is not set 798 751 # CONFIG_PATA_SIS is not set 752 + # CONFIG_PATA_TOSHIBA is not set 799 753 # CONFIG_PATA_VIA is not set 800 754 # CONFIG_PATA_WINBOND is not set 801 755 # CONFIG_PATA_PLATFORM is not set ··· 813 765 # 814 766 815 767 # 816 - # See the help texts for more information. 768 + # The newer stack is recommended. 817 769 # 818 770 # CONFIG_FIREWIRE is not set 819 771 # CONFIG_IEEE1394 is not set ··· 900 852 # CONFIG_NETDEV_10000 is not set 901 853 # CONFIG_TR is not set 902 854 CONFIG_WLAN=y 903 - # CONFIG_WLAN_PRE80211 is not set 904 - # CONFIG_WLAN_80211 is not set 855 + # CONFIG_AIRO is not set 856 + # CONFIG_ATMEL is not set 857 + # CONFIG_PRISM54 is not set 858 + # CONFIG_USB_ZD1201 is not set 859 + # CONFIG_HOSTAP is not set 905 860 906 861 # 907 862 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 927 876 # CONFIG_NETCONSOLE is not set 928 877 # CONFIG_NETPOLL is not set 929 878 # CONFIG_NET_POLL_CONTROLLER is not set 879 + # CONFIG_VMXNET3 is not set 930 880 # CONFIG_ISDN is not set 931 881 # CONFIG_PHONE is not set 932 882 ··· 937 885 CONFIG_INPUT=y 938 886 # CONFIG_INPUT_FF_MEMLESS is not set 939 887 # CONFIG_INPUT_POLLDEV is not set 888 + # CONFIG_INPUT_SPARSEKMAP is not set 940 889 941 890 # 942 891 # Userland interfaces ··· 967 914 CONFIG_SERIO_LIBPS2=y 968 915 # CONFIG_SERIO_RAW is not set 969 916 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 917 + # CONFIG_SERIO_ALTERA_PS2 is not set 970 918 # CONFIG_GAMEPORT is not set 971 919 972 920 # ··· 1004 950 CONFIG_SERIAL_CORE_CONSOLE=y 1005 951 # CONFIG_SERIAL_JSM is not set 1006 952 # CONFIG_SERIAL_OF_PLATFORM is not set 953 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 1007 954 CONFIG_UNIX98_PTYS=y 1008 955 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1009 956 CONFIG_LEGACY_PTYS=y ··· 1062 1007 # CONFIG_I2C_TINY_USB is not set 1063 1008 1064 1009 # 1065 - # Graphics adapter I2C/DDC channel drivers 1066 - # 1067 - # CONFIG_I2C_VOODOO3 is not set 1068 - 1069 - # 1070 1010 # Other I2C/SMBus bus drivers 1071 1011 # 1072 1012 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1070 1020 # 1071 1021 # Miscellaneous I2C Chip support 1072 1022 # 1073 - # CONFIG_DS1682 is not set 1074 1023 # CONFIG_SENSORS_TSL2550 is not set 1075 1024 # CONFIG_I2C_DEBUG_CORE is not set 1076 1025 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1102 1053 # 1103 1054 # PCI GPIO expanders: 1104 1055 # 1056 + # CONFIG_GPIO_CS5535 is not set 1105 1057 # CONFIG_GPIO_BT8XX is not set 1106 1058 # CONFIG_GPIO_LANGWELL is not set 1107 1059 ··· 1145 1095 # CONFIG_SENSORS_GL520SM is not set 1146 1096 # CONFIG_SENSORS_IT87 is not set 1147 1097 # CONFIG_SENSORS_LM63 is not set 1098 + # CONFIG_SENSORS_LM73 is not set 1148 1099 # CONFIG_SENSORS_LM75 is not set 1149 1100 # CONFIG_SENSORS_LM77 is not set 1150 1101 # CONFIG_SENSORS_LM78 is not set ··· 1185 1134 # CONFIG_SENSORS_W83L786NG is not set 1186 1135 # CONFIG_SENSORS_W83627HF is not set 1187 1136 # CONFIG_SENSORS_W83627EHF is not set 1137 + # CONFIG_SENSORS_LIS3_I2C is not set 1188 1138 # CONFIG_THERMAL is not set 1189 1139 CONFIG_WATCHDOG=y 1190 1140 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1224 1172 # CONFIG_TWL4030_CORE is not set 1225 1173 # CONFIG_MFD_TMIO is not set 1226 1174 # CONFIG_PMIC_DA903X is not set 1175 + # CONFIG_PMIC_ADP5520 is not set 1227 1176 # CONFIG_MFD_WM8400 is not set 1228 1177 # CONFIG_MFD_WM831X is not set 1229 1178 # CONFIG_MFD_WM8350_I2C is not set 1230 1179 # CONFIG_MFD_PCF50633 is not set 1231 1180 # CONFIG_AB3100_CORE is not set 1181 + # CONFIG_MFD_88PM8607 is not set 1232 1182 # CONFIG_REGULATOR is not set 1233 1183 # CONFIG_MEDIA_SUPPORT is not set 1234 1184 ··· 1422 1368 # CONFIG_LEDS_LP3944 is not set 1423 1369 CONFIG_LEDS_PCA955X=y 1424 1370 # CONFIG_LEDS_BD2802 is not set 1371 + # CONFIG_LEDS_LT3593 is not set 1425 1372 1426 1373 # 1427 1374 # LED Triggers ··· 1446 1391 # 1447 1392 # CONFIG_EDAC_DEBUG is not set 1448 1393 CONFIG_EDAC_MM_EDAC=y 1449 - CONFIG_EDAC_MPC85XX=y 1450 1394 CONFIG_RTC_LIB=y 1451 1395 CONFIG_RTC_CLASS=y 1452 1396 CONFIG_RTC_HCTOSYS=y ··· 1474 1420 # CONFIG_RTC_DRV_PCF8563 is not set 1475 1421 # CONFIG_RTC_DRV_PCF8583 is not set 1476 1422 # CONFIG_RTC_DRV_M41T80 is not set 1423 + # CONFIG_RTC_DRV_BQ32K is not set 1477 1424 # CONFIG_RTC_DRV_S35390A is not set 1478 1425 # CONFIG_RTC_DRV_FM3130 is not set 1479 1426 # CONFIG_RTC_DRV_RX8581 is not set ··· 1496 1441 # CONFIG_RTC_DRV_M48T86 is not set 1497 1442 # CONFIG_RTC_DRV_M48T35 is not set 1498 1443 # CONFIG_RTC_DRV_M48T59 is not set 1444 + # CONFIG_RTC_DRV_MSM6242 is not set 1499 1445 # CONFIG_RTC_DRV_BQ4802 is not set 1446 + # CONFIG_RTC_DRV_RP5C01 is not set 1500 1447 # CONFIG_RTC_DRV_V3020 is not set 1501 1448 1502 1449 # ··· 1829 1772 # CONFIG_KEYS is not set 1830 1773 # CONFIG_SECURITY is not set 1831 1774 # CONFIG_SECURITYFS is not set 1832 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1775 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1776 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1777 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1778 + CONFIG_DEFAULT_SECURITY_DAC=y 1779 + CONFIG_DEFAULT_SECURITY="" 1833 1780 CONFIG_CRYPTO=y 1834 1781 1835 1782 #
+82 -20
arch/powerpc/configs/86xx/gef_ppc9a_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:49 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:43 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 38 38 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 39 39 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 40 40 CONFIG_IRQ_PER_CPU=y 41 + CONFIG_NR_IRQS=512 41 42 CONFIG_STACKTRACE_SUPPORT=y 42 43 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 43 44 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 63 62 CONFIG_GENERIC_BUG=y 64 63 CONFIG_DTC=y 65 64 CONFIG_DEFAULT_UIMAGE=y 65 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 66 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 67 # CONFIG_PPC_DCR_NATIVE is not set 67 68 # CONFIG_PPC_DCR_MMIO is not set 68 69 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 94 91 # 95 92 CONFIG_TREE_RCU=y 96 93 # CONFIG_TREE_PREEMPT_RCU is not set 94 + # CONFIG_TINY_RCU is not set 97 95 # CONFIG_RCU_TRACE is not set 98 96 CONFIG_RCU_FANOUT=32 99 97 # CONFIG_RCU_FANOUT_EXACT is not set ··· 185 181 # IO Schedulers 186 182 # 187 183 CONFIG_IOSCHED_NOOP=y 188 - CONFIG_IOSCHED_AS=y 189 184 CONFIG_IOSCHED_DEADLINE=y 190 185 CONFIG_IOSCHED_CFQ=y 191 - # CONFIG_DEFAULT_AS is not set 192 186 # CONFIG_DEFAULT_DEADLINE is not set 193 187 CONFIG_DEFAULT_CFQ=y 194 188 # CONFIG_DEFAULT_NOOP is not set 195 189 CONFIG_DEFAULT_IOSCHED="cfq" 190 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 191 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 192 + # CONFIG_INLINE_SPIN_LOCK is not set 193 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 194 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 195 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 196 + # CONFIG_INLINE_SPIN_UNLOCK is not set 197 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 198 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 199 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 200 + # CONFIG_INLINE_READ_TRYLOCK is not set 201 + # CONFIG_INLINE_READ_LOCK is not set 202 + # CONFIG_INLINE_READ_LOCK_BH is not set 203 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 204 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 205 + # CONFIG_INLINE_READ_UNLOCK is not set 206 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 207 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 208 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 209 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 210 + # CONFIG_INLINE_WRITE_LOCK is not set 211 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 212 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 213 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 214 + # CONFIG_INLINE_WRITE_UNLOCK is not set 215 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 216 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 217 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 218 + CONFIG_MUTEX_SPIN_ON_OWNER=y 196 219 # CONFIG_FREEZER is not set 197 220 198 221 # ··· 290 259 # CONFIG_KEXEC is not set 291 260 # CONFIG_CRASH_DUMP is not set 292 261 CONFIG_IRQ_ALL_CPUS=y 262 + CONFIG_SPARSE_IRQ=y 293 263 CONFIG_MAX_ACTIVE_REGIONS=32 294 264 CONFIG_ARCH_FLATMEM_ENABLE=y 295 265 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 307 275 CONFIG_ZONE_DMA_FLAG=1 308 276 CONFIG_BOUNCE=y 309 277 CONFIG_VIRT_TO_BUS=y 310 - CONFIG_HAVE_MLOCK=y 311 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 312 278 # CONFIG_KSM is not set 313 279 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 314 280 CONFIG_PPC_4K_PAGES=y ··· 344 314 # CONFIG_PCI_STUB is not set 345 315 # CONFIG_PCI_IOV is not set 346 316 CONFIG_PCCARD=y 347 - # CONFIG_PCMCIA_DEBUG is not set 348 317 CONFIG_PCMCIA=y 349 318 # CONFIG_PCMCIA_LOAD_CIS is not set 350 319 # CONFIG_PCMCIA_IOCTL is not set ··· 443 414 CONFIG_INET6_XFRM_MODE_BEET=m 444 415 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 445 416 CONFIG_IPV6_SIT=m 417 + # CONFIG_IPV6_SIT_6RD is not set 446 418 CONFIG_IPV6_NDISC_NODETYPE=y 447 419 CONFIG_IPV6_TUNNEL=m 448 420 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 481 451 # CONFIG_BT is not set 482 452 # CONFIG_AF_RXRPC is not set 483 453 CONFIG_FIB_RULES=y 484 - # CONFIG_WIRELESS is not set 454 + CONFIG_WIRELESS=y 455 + # CONFIG_CFG80211 is not set 456 + # CONFIG_LIB80211 is not set 457 + 458 + # 459 + # CFG80211 needs to be enabled for MAC80211 460 + # 485 461 # CONFIG_WIMAX is not set 486 462 # CONFIG_RFKILL is not set 487 463 # CONFIG_NET_9P is not set ··· 606 570 # CONFIG_BLK_DEV_COW_COMMON is not set 607 571 CONFIG_BLK_DEV_LOOP=m 608 572 CONFIG_BLK_DEV_CRYPTOLOOP=m 573 + 574 + # 575 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 576 + # 609 577 CONFIG_BLK_DEV_NBD=m 610 578 # CONFIG_BLK_DEV_SX8 is not set 611 579 # CONFIG_BLK_DEV_UB is not set ··· 621 581 # CONFIG_ATA_OVER_ETH is not set 622 582 # CONFIG_BLK_DEV_HD is not set 623 583 CONFIG_MISC_DEVICES=y 584 + # CONFIG_AD525X_DPOT is not set 624 585 # CONFIG_PHANTOM is not set 625 586 # CONFIG_SGI_IOC4 is not set 626 587 # CONFIG_TIFM_CORE is not set ··· 629 588 # CONFIG_ENCLOSURE_SERVICES is not set 630 589 # CONFIG_HP_ILO is not set 631 590 # CONFIG_ISL29003 is not set 591 + CONFIG_DS1682=y 632 592 # CONFIG_C2PORT is not set 633 593 634 594 # ··· 731 689 # CONFIG_SCSI_BNX2_ISCSI is not set 732 690 # CONFIG_BE2ISCSI is not set 733 691 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 692 + # CONFIG_SCSI_HPSA is not set 734 693 # CONFIG_SCSI_3W_9XXX is not set 694 + # CONFIG_SCSI_3W_SAS is not set 735 695 # CONFIG_SCSI_ACARD is not set 736 696 # CONFIG_SCSI_AACRAID is not set 737 697 # CONFIG_SCSI_AIC7XXX is not set ··· 772 728 # CONFIG_SCSI_NSP32 is not set 773 729 # CONFIG_SCSI_DEBUG is not set 774 730 # CONFIG_SCSI_PMCRAID is not set 731 + # CONFIG_SCSI_PM8001 is not set 775 732 # CONFIG_SCSI_SRP is not set 776 733 # CONFIG_SCSI_BFA_FC is not set 777 734 # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set ··· 830 785 # CONFIG_PATA_OPTI is not set 831 786 # CONFIG_PATA_OPTIDMA is not set 832 787 # CONFIG_PATA_PCMCIA is not set 788 + # CONFIG_PATA_PDC2027X is not set 833 789 # CONFIG_PATA_PDC_OLD is not set 834 790 # CONFIG_PATA_RADISYS is not set 835 791 # CONFIG_PATA_RDC is not set 836 792 # CONFIG_PATA_RZ1000 is not set 837 793 # CONFIG_PATA_SC1200 is not set 838 794 # CONFIG_PATA_SERVERWORKS is not set 839 - # CONFIG_PATA_PDC2027X is not set 840 795 # CONFIG_PATA_SIL680 is not set 841 796 # CONFIG_PATA_SIS is not set 797 + # CONFIG_PATA_TOSHIBA is not set 842 798 # CONFIG_PATA_VIA is not set 843 799 # CONFIG_PATA_WINBOND is not set 844 800 # CONFIG_PATA_PLATFORM is not set ··· 856 810 # 857 811 858 812 # 859 - # See the help texts for more information. 813 + # The newer stack is recommended. 860 814 # 861 815 # CONFIG_FIREWIRE is not set 862 816 # CONFIG_IEEE1394 is not set ··· 943 897 # CONFIG_NETDEV_10000 is not set 944 898 # CONFIG_TR is not set 945 899 CONFIG_WLAN=y 946 - # CONFIG_WLAN_PRE80211 is not set 947 - # CONFIG_WLAN_80211 is not set 900 + # CONFIG_PCMCIA_RAYCS is not set 901 + # CONFIG_AIRO is not set 902 + # CONFIG_ATMEL is not set 903 + # CONFIG_AIRO_CS is not set 904 + # CONFIG_PCMCIA_WL3501 is not set 905 + # CONFIG_PRISM54 is not set 906 + # CONFIG_USB_ZD1201 is not set 907 + # CONFIG_HOSTAP is not set 948 908 949 909 # 950 910 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 989 937 CONFIG_NETPOLL=y 990 938 CONFIG_NETPOLL_TRAP=y 991 939 CONFIG_NET_POLL_CONTROLLER=y 940 + # CONFIG_VMXNET3 is not set 992 941 # CONFIG_ISDN is not set 993 942 # CONFIG_PHONE is not set 994 943 ··· 999 946 CONFIG_INPUT=y 1000 947 # CONFIG_INPUT_FF_MEMLESS is not set 1001 948 # CONFIG_INPUT_POLLDEV is not set 949 + # CONFIG_INPUT_SPARSEKMAP is not set 1002 950 1003 951 # 1004 952 # Userland interfaces ··· 1059 1005 CONFIG_SERIAL_CORE_CONSOLE=y 1060 1006 # CONFIG_SERIAL_JSM is not set 1061 1007 # CONFIG_SERIAL_OF_PLATFORM is not set 1008 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 1062 1009 CONFIG_UNIX98_PTYS=y 1063 1010 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1064 1011 # CONFIG_LEGACY_PTYS is not set ··· 1125 1070 # CONFIG_I2C_TINY_USB is not set 1126 1071 1127 1072 # 1128 - # Graphics adapter I2C/DDC channel drivers 1129 - # 1130 - # CONFIG_I2C_VOODOO3 is not set 1131 - 1132 - # 1133 1073 # Other I2C/SMBus bus drivers 1134 1074 # 1135 1075 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1133 1083 # 1134 1084 # Miscellaneous I2C Chip support 1135 1085 # 1136 - CONFIG_DS1682=y 1137 1086 # CONFIG_SENSORS_TSL2550 is not set 1138 1087 # CONFIG_I2C_DEBUG_CORE is not set 1139 1088 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1164 1115 # 1165 1116 # PCI GPIO expanders: 1166 1117 # 1118 + # CONFIG_GPIO_CS5535 is not set 1167 1119 # CONFIG_GPIO_BT8XX is not set 1168 1120 # CONFIG_GPIO_LANGWELL is not set 1169 1121 ··· 1207 1157 # CONFIG_SENSORS_GL520SM is not set 1208 1158 # CONFIG_SENSORS_IT87 is not set 1209 1159 # CONFIG_SENSORS_LM63 is not set 1160 + # CONFIG_SENSORS_LM73 is not set 1210 1161 # CONFIG_SENSORS_LM75 is not set 1211 1162 # CONFIG_SENSORS_LM77 is not set 1212 1163 # CONFIG_SENSORS_LM78 is not set ··· 1247 1196 # CONFIG_SENSORS_W83L786NG is not set 1248 1197 # CONFIG_SENSORS_W83627HF is not set 1249 1198 # CONFIG_SENSORS_W83627EHF is not set 1199 + # CONFIG_SENSORS_LIS3_I2C is not set 1250 1200 # CONFIG_THERMAL is not set 1251 1201 CONFIG_WATCHDOG=y 1252 1202 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1287 1235 # CONFIG_TWL4030_CORE is not set 1288 1236 # CONFIG_MFD_TMIO is not set 1289 1237 # CONFIG_PMIC_DA903X is not set 1238 + # CONFIG_PMIC_ADP5520 is not set 1290 1239 # CONFIG_MFD_WM8400 is not set 1291 1240 # CONFIG_MFD_WM831X is not set 1292 1241 # CONFIG_MFD_WM8350_I2C is not set 1293 1242 # CONFIG_MFD_PCF50633 is not set 1294 1243 # CONFIG_AB3100_CORE is not set 1244 + # CONFIG_MFD_88PM8607 is not set 1295 1245 # CONFIG_REGULATOR is not set 1296 1246 # CONFIG_MEDIA_SUPPORT is not set 1297 1247 ··· 1392 1338 CONFIG_USB_EHCI_HCD=y 1393 1339 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1394 1340 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1341 + # CONFIG_XPS_USB_HCD_XILINX is not set 1395 1342 # CONFIG_USB_EHCI_FSL is not set 1396 1343 # CONFIG_USB_EHCI_HCD_PPC_OF is not set 1397 1344 # CONFIG_USB_OXU210HP_HCD is not set ··· 1519 1464 # CONFIG_RTC_DRV_PCF8563 is not set 1520 1465 # CONFIG_RTC_DRV_PCF8583 is not set 1521 1466 # CONFIG_RTC_DRV_M41T80 is not set 1467 + # CONFIG_RTC_DRV_BQ32K is not set 1522 1468 # CONFIG_RTC_DRV_S35390A is not set 1523 1469 # CONFIG_RTC_DRV_FM3130 is not set 1524 1470 CONFIG_RTC_DRV_RX8581=y ··· 1541 1485 # CONFIG_RTC_DRV_M48T86 is not set 1542 1486 # CONFIG_RTC_DRV_M48T35 is not set 1543 1487 # CONFIG_RTC_DRV_M48T59 is not set 1488 + # CONFIG_RTC_DRV_MSM6242 is not set 1544 1489 # CONFIG_RTC_DRV_BQ4802 is not set 1490 + # CONFIG_RTC_DRV_RP5C01 is not set 1545 1491 # CONFIG_RTC_DRV_V3020 is not set 1546 1492 1547 1493 # ··· 1768 1710 # CONFIG_DEBUG_FS is not set 1769 1711 # CONFIG_HEADERS_CHECK is not set 1770 1712 # CONFIG_DEBUG_KERNEL is not set 1771 - # CONFIG_DEBUG_BUGVERBOSE is not set 1713 + CONFIG_DEBUG_BUGVERBOSE=y 1772 1714 # CONFIG_DEBUG_MEMORY_INIT is not set 1773 1715 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1774 1716 # CONFIG_LATENCYTOP is not set ··· 1795 1737 # CONFIG_KEYS is not set 1796 1738 # CONFIG_SECURITY is not set 1797 1739 # CONFIG_SECURITYFS is not set 1798 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1740 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1741 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1742 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1743 + CONFIG_DEFAULT_SECURITY_DAC=y 1744 + CONFIG_DEFAULT_SECURITY="" 1799 1745 CONFIG_CRYPTO=y 1800 1746 1801 1747 #
+80 -19
arch/powerpc/configs/86xx/gef_sbc310_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:47 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:41 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 38 38 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 39 39 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 40 40 CONFIG_IRQ_PER_CPU=y 41 + CONFIG_NR_IRQS=512 41 42 CONFIG_STACKTRACE_SUPPORT=y 42 43 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 43 44 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 63 62 CONFIG_GENERIC_BUG=y 64 63 CONFIG_DTC=y 65 64 CONFIG_DEFAULT_UIMAGE=y 65 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 66 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 67 # CONFIG_PPC_DCR_NATIVE is not set 67 68 # CONFIG_PPC_DCR_MMIO is not set 68 69 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 94 91 # 95 92 CONFIG_TREE_RCU=y 96 93 # CONFIG_TREE_PREEMPT_RCU is not set 94 + # CONFIG_TINY_RCU is not set 97 95 # CONFIG_RCU_TRACE is not set 98 96 CONFIG_RCU_FANOUT=32 99 97 # CONFIG_RCU_FANOUT_EXACT is not set ··· 185 181 # IO Schedulers 186 182 # 187 183 CONFIG_IOSCHED_NOOP=y 188 - CONFIG_IOSCHED_AS=y 189 184 CONFIG_IOSCHED_DEADLINE=y 190 185 CONFIG_IOSCHED_CFQ=y 191 - # CONFIG_DEFAULT_AS is not set 192 186 # CONFIG_DEFAULT_DEADLINE is not set 193 187 CONFIG_DEFAULT_CFQ=y 194 188 # CONFIG_DEFAULT_NOOP is not set 195 189 CONFIG_DEFAULT_IOSCHED="cfq" 190 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 191 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 192 + # CONFIG_INLINE_SPIN_LOCK is not set 193 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 194 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 195 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 196 + # CONFIG_INLINE_SPIN_UNLOCK is not set 197 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 198 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 199 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 200 + # CONFIG_INLINE_READ_TRYLOCK is not set 201 + # CONFIG_INLINE_READ_LOCK is not set 202 + # CONFIG_INLINE_READ_LOCK_BH is not set 203 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 204 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 205 + # CONFIG_INLINE_READ_UNLOCK is not set 206 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 207 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 208 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 209 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 210 + # CONFIG_INLINE_WRITE_LOCK is not set 211 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 212 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 213 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 214 + # CONFIG_INLINE_WRITE_UNLOCK is not set 215 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 216 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 217 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 218 + CONFIG_MUTEX_SPIN_ON_OWNER=y 196 219 # CONFIG_FREEZER is not set 197 220 198 221 # ··· 290 259 # CONFIG_KEXEC is not set 291 260 # CONFIG_CRASH_DUMP is not set 292 261 CONFIG_IRQ_ALL_CPUS=y 262 + CONFIG_SPARSE_IRQ=y 293 263 CONFIG_MAX_ACTIVE_REGIONS=32 294 264 CONFIG_ARCH_FLATMEM_ENABLE=y 295 265 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 307 275 CONFIG_ZONE_DMA_FLAG=1 308 276 CONFIG_BOUNCE=y 309 277 CONFIG_VIRT_TO_BUS=y 310 - CONFIG_HAVE_MLOCK=y 311 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 312 278 # CONFIG_KSM is not set 313 279 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 314 280 CONFIG_PPC_4K_PAGES=y ··· 344 314 # CONFIG_PCI_STUB is not set 345 315 # CONFIG_PCI_IOV is not set 346 316 CONFIG_PCCARD=y 347 - # CONFIG_PCMCIA_DEBUG is not set 348 317 CONFIG_PCMCIA=y 349 318 # CONFIG_PCMCIA_LOAD_CIS is not set 350 319 # CONFIG_PCMCIA_IOCTL is not set ··· 443 414 CONFIG_INET6_XFRM_MODE_BEET=m 444 415 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 445 416 CONFIG_IPV6_SIT=m 417 + # CONFIG_IPV6_SIT_6RD is not set 446 418 CONFIG_IPV6_NDISC_NODETYPE=y 447 419 CONFIG_IPV6_TUNNEL=m 448 420 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 481 451 # CONFIG_BT is not set 482 452 # CONFIG_AF_RXRPC is not set 483 453 CONFIG_FIB_RULES=y 484 - # CONFIG_WIRELESS is not set 454 + CONFIG_WIRELESS=y 455 + # CONFIG_CFG80211 is not set 456 + # CONFIG_LIB80211 is not set 457 + 458 + # 459 + # CFG80211 needs to be enabled for MAC80211 460 + # 485 461 # CONFIG_WIMAX is not set 486 462 # CONFIG_RFKILL is not set 487 463 # CONFIG_NET_9P is not set ··· 606 570 # CONFIG_BLK_DEV_COW_COMMON is not set 607 571 CONFIG_BLK_DEV_LOOP=m 608 572 CONFIG_BLK_DEV_CRYPTOLOOP=m 573 + 574 + # 575 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 576 + # 609 577 CONFIG_BLK_DEV_NBD=m 610 578 # CONFIG_BLK_DEV_SX8 is not set 611 579 # CONFIG_BLK_DEV_UB is not set ··· 621 581 # CONFIG_ATA_OVER_ETH is not set 622 582 # CONFIG_BLK_DEV_HD is not set 623 583 CONFIG_MISC_DEVICES=y 584 + # CONFIG_AD525X_DPOT is not set 624 585 # CONFIG_PHANTOM is not set 625 586 # CONFIG_SGI_IOC4 is not set 626 587 # CONFIG_TIFM_CORE is not set ··· 629 588 # CONFIG_ENCLOSURE_SERVICES is not set 630 589 # CONFIG_HP_ILO is not set 631 590 # CONFIG_ISL29003 is not set 591 + CONFIG_DS1682=y 632 592 # CONFIG_C2PORT is not set 633 593 634 594 # ··· 731 689 # CONFIG_SCSI_BNX2_ISCSI is not set 732 690 # CONFIG_BE2ISCSI is not set 733 691 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 692 + # CONFIG_SCSI_HPSA is not set 734 693 # CONFIG_SCSI_3W_9XXX is not set 694 + # CONFIG_SCSI_3W_SAS is not set 735 695 # CONFIG_SCSI_ACARD is not set 736 696 # CONFIG_SCSI_AACRAID is not set 737 697 # CONFIG_SCSI_AIC7XXX is not set ··· 772 728 # CONFIG_SCSI_NSP32 is not set 773 729 # CONFIG_SCSI_DEBUG is not set 774 730 # CONFIG_SCSI_PMCRAID is not set 731 + # CONFIG_SCSI_PM8001 is not set 775 732 # CONFIG_SCSI_SRP is not set 776 733 # CONFIG_SCSI_BFA_FC is not set 777 734 # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set ··· 798 753 # 799 754 800 755 # 801 - # See the help texts for more information. 756 + # The newer stack is recommended. 802 757 # 803 758 # CONFIG_FIREWIRE is not set 804 759 # CONFIG_IEEE1394 is not set ··· 885 840 # CONFIG_NETDEV_10000 is not set 886 841 # CONFIG_TR is not set 887 842 CONFIG_WLAN=y 888 - # CONFIG_WLAN_PRE80211 is not set 889 - # CONFIG_WLAN_80211 is not set 843 + # CONFIG_PCMCIA_RAYCS is not set 844 + # CONFIG_AIRO is not set 845 + # CONFIG_ATMEL is not set 846 + # CONFIG_AIRO_CS is not set 847 + # CONFIG_PCMCIA_WL3501 is not set 848 + # CONFIG_PRISM54 is not set 849 + # CONFIG_USB_ZD1201 is not set 850 + # CONFIG_HOSTAP is not set 890 851 891 852 # 892 853 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 931 880 CONFIG_NETPOLL=y 932 881 CONFIG_NETPOLL_TRAP=y 933 882 CONFIG_NET_POLL_CONTROLLER=y 883 + # CONFIG_VMXNET3 is not set 934 884 # CONFIG_ISDN is not set 935 885 # CONFIG_PHONE is not set 936 886 ··· 941 889 CONFIG_INPUT=y 942 890 # CONFIG_INPUT_FF_MEMLESS is not set 943 891 # CONFIG_INPUT_POLLDEV is not set 892 + # CONFIG_INPUT_SPARSEKMAP is not set 944 893 945 894 # 946 895 # Userland interfaces ··· 1001 948 CONFIG_SERIAL_CORE_CONSOLE=y 1002 949 # CONFIG_SERIAL_JSM is not set 1003 950 # CONFIG_SERIAL_OF_PLATFORM is not set 951 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 1004 952 CONFIG_UNIX98_PTYS=y 1005 953 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1006 954 # CONFIG_LEGACY_PTYS is not set ··· 1067 1013 # CONFIG_I2C_TINY_USB is not set 1068 1014 1069 1015 # 1070 - # Graphics adapter I2C/DDC channel drivers 1071 - # 1072 - # CONFIG_I2C_VOODOO3 is not set 1073 - 1074 - # 1075 1016 # Other I2C/SMBus bus drivers 1076 1017 # 1077 1018 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1075 1026 # 1076 1027 # Miscellaneous I2C Chip support 1077 1028 # 1078 - CONFIG_DS1682=y 1079 1029 # CONFIG_SENSORS_TSL2550 is not set 1080 1030 # CONFIG_I2C_DEBUG_CORE is not set 1081 1031 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1106 1058 # 1107 1059 # PCI GPIO expanders: 1108 1060 # 1061 + # CONFIG_GPIO_CS5535 is not set 1109 1062 # CONFIG_GPIO_BT8XX is not set 1110 1063 # CONFIG_GPIO_LANGWELL is not set 1111 1064 ··· 1149 1100 # CONFIG_SENSORS_GL520SM is not set 1150 1101 # CONFIG_SENSORS_IT87 is not set 1151 1102 # CONFIG_SENSORS_LM63 is not set 1103 + # CONFIG_SENSORS_LM73 is not set 1152 1104 # CONFIG_SENSORS_LM75 is not set 1153 1105 # CONFIG_SENSORS_LM77 is not set 1154 1106 # CONFIG_SENSORS_LM78 is not set ··· 1189 1139 # CONFIG_SENSORS_W83L786NG is not set 1190 1140 # CONFIG_SENSORS_W83627HF is not set 1191 1141 # CONFIG_SENSORS_W83627EHF is not set 1142 + # CONFIG_SENSORS_LIS3_I2C is not set 1192 1143 # CONFIG_THERMAL is not set 1193 1144 CONFIG_WATCHDOG=y 1194 1145 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1229 1178 # CONFIG_TWL4030_CORE is not set 1230 1179 # CONFIG_MFD_TMIO is not set 1231 1180 # CONFIG_PMIC_DA903X is not set 1181 + # CONFIG_PMIC_ADP5520 is not set 1232 1182 # CONFIG_MFD_WM8400 is not set 1233 1183 # CONFIG_MFD_WM831X is not set 1234 1184 # CONFIG_MFD_WM8350_I2C is not set 1235 1185 # CONFIG_MFD_PCF50633 is not set 1236 1186 # CONFIG_AB3100_CORE is not set 1187 + # CONFIG_MFD_88PM8607 is not set 1237 1188 # CONFIG_REGULATOR is not set 1238 1189 # CONFIG_MEDIA_SUPPORT is not set 1239 1190 ··· 1334 1281 CONFIG_USB_EHCI_HCD=y 1335 1282 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1336 1283 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1284 + # CONFIG_XPS_USB_HCD_XILINX is not set 1337 1285 # CONFIG_USB_EHCI_FSL is not set 1338 1286 # CONFIG_USB_EHCI_HCD_PPC_OF is not set 1339 1287 # CONFIG_USB_OXU210HP_HCD is not set ··· 1461 1407 # CONFIG_RTC_DRV_PCF8563 is not set 1462 1408 # CONFIG_RTC_DRV_PCF8583 is not set 1463 1409 # CONFIG_RTC_DRV_M41T80 is not set 1410 + # CONFIG_RTC_DRV_BQ32K is not set 1464 1411 # CONFIG_RTC_DRV_S35390A is not set 1465 1412 # CONFIG_RTC_DRV_FM3130 is not set 1466 1413 CONFIG_RTC_DRV_RX8581=y ··· 1483 1428 # CONFIG_RTC_DRV_M48T86 is not set 1484 1429 # CONFIG_RTC_DRV_M48T35 is not set 1485 1430 # CONFIG_RTC_DRV_M48T59 is not set 1431 + # CONFIG_RTC_DRV_MSM6242 is not set 1486 1432 # CONFIG_RTC_DRV_BQ4802 is not set 1433 + # CONFIG_RTC_DRV_RP5C01 is not set 1487 1434 # CONFIG_RTC_DRV_V3020 is not set 1488 1435 1489 1436 # ··· 1710 1653 # CONFIG_DEBUG_FS is not set 1711 1654 # CONFIG_HEADERS_CHECK is not set 1712 1655 # CONFIG_DEBUG_KERNEL is not set 1713 - # CONFIG_DEBUG_BUGVERBOSE is not set 1656 + CONFIG_DEBUG_BUGVERBOSE=y 1714 1657 # CONFIG_DEBUG_MEMORY_INIT is not set 1715 1658 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1716 1659 # CONFIG_LATENCYTOP is not set ··· 1737 1680 # CONFIG_KEYS is not set 1738 1681 # CONFIG_SECURITY is not set 1739 1682 # CONFIG_SECURITYFS is not set 1740 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1683 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1684 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1685 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1686 + CONFIG_DEFAULT_SECURITY_DAC=y 1687 + CONFIG_DEFAULT_SECURITY="" 1741 1688 CONFIG_CRYPTO=y 1742 1689 1743 1690 #
+71 -21
arch/powerpc/configs/86xx/gef_sbc610_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:48 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:42 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 38 38 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 39 39 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 40 40 CONFIG_IRQ_PER_CPU=y 41 + CONFIG_NR_IRQS=512 41 42 CONFIG_STACKTRACE_SUPPORT=y 42 43 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 43 44 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 63 62 CONFIG_GENERIC_BUG=y 64 63 CONFIG_DTC=y 65 64 CONFIG_DEFAULT_UIMAGE=y 65 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 66 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 67 # CONFIG_PPC_DCR_NATIVE is not set 67 68 # CONFIG_PPC_DCR_MMIO is not set 68 69 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 94 91 # 95 92 CONFIG_TREE_RCU=y 96 93 # CONFIG_TREE_PREEMPT_RCU is not set 94 + # CONFIG_TINY_RCU is not set 97 95 # CONFIG_RCU_TRACE is not set 98 96 CONFIG_RCU_FANOUT=32 99 97 # CONFIG_RCU_FANOUT_EXACT is not set ··· 186 182 # IO Schedulers 187 183 # 188 184 CONFIG_IOSCHED_NOOP=y 189 - CONFIG_IOSCHED_AS=y 190 185 CONFIG_IOSCHED_DEADLINE=y 191 186 CONFIG_IOSCHED_CFQ=y 192 - # CONFIG_DEFAULT_AS is not set 193 187 # CONFIG_DEFAULT_DEADLINE is not set 194 188 CONFIG_DEFAULT_CFQ=y 195 189 # CONFIG_DEFAULT_NOOP is not set 196 190 CONFIG_DEFAULT_IOSCHED="cfq" 191 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 192 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 193 + # CONFIG_INLINE_SPIN_LOCK is not set 194 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 195 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 196 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 197 + # CONFIG_INLINE_SPIN_UNLOCK is not set 198 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 199 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 200 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_READ_TRYLOCK is not set 202 + # CONFIG_INLINE_READ_LOCK is not set 203 + # CONFIG_INLINE_READ_LOCK_BH is not set 204 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 205 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 206 + # CONFIG_INLINE_READ_UNLOCK is not set 207 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 208 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 209 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 211 + # CONFIG_INLINE_WRITE_LOCK is not set 212 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 213 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 214 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 215 + # CONFIG_INLINE_WRITE_UNLOCK is not set 216 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 217 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 218 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 219 + CONFIG_MUTEX_SPIN_ON_OWNER=y 197 220 # CONFIG_FREEZER is not set 198 221 199 222 # ··· 291 260 # CONFIG_KEXEC is not set 292 261 # CONFIG_CRASH_DUMP is not set 293 262 CONFIG_IRQ_ALL_CPUS=y 263 + CONFIG_SPARSE_IRQ=y 294 264 CONFIG_MAX_ACTIVE_REGIONS=32 295 265 CONFIG_ARCH_FLATMEM_ENABLE=y 296 266 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 308 276 CONFIG_ZONE_DMA_FLAG=1 309 277 CONFIG_BOUNCE=y 310 278 CONFIG_VIRT_TO_BUS=y 311 - CONFIG_HAVE_MLOCK=y 312 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 313 279 # CONFIG_KSM is not set 314 280 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 315 281 CONFIG_PPC_4K_PAGES=y ··· 430 400 CONFIG_INET6_XFRM_MODE_BEET=m 431 401 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 432 402 CONFIG_IPV6_SIT=m 403 + # CONFIG_IPV6_SIT_6RD is not set 433 404 CONFIG_IPV6_NDISC_NODETYPE=y 434 405 CONFIG_IPV6_TUNNEL=m 435 406 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 619 588 CONFIG_FIB_RULES=y 620 589 CONFIG_WIRELESS=y 621 590 # CONFIG_CFG80211 is not set 622 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 623 - CONFIG_WIRELESS_OLD_REGULATORY=y 624 - # CONFIG_WIRELESS_EXT is not set 625 591 # CONFIG_LIB80211 is not set 626 592 627 593 # ··· 747 719 # CONFIG_BLK_DEV_COW_COMMON is not set 748 720 CONFIG_BLK_DEV_LOOP=m 749 721 CONFIG_BLK_DEV_CRYPTOLOOP=m 722 + 723 + # 724 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 725 + # 750 726 CONFIG_BLK_DEV_NBD=m 751 727 # CONFIG_BLK_DEV_SX8 is not set 752 728 # CONFIG_BLK_DEV_UB is not set ··· 762 730 # CONFIG_ATA_OVER_ETH is not set 763 731 # CONFIG_BLK_DEV_HD is not set 764 732 CONFIG_MISC_DEVICES=y 733 + # CONFIG_AD525X_DPOT is not set 765 734 # CONFIG_PHANTOM is not set 766 735 # CONFIG_SGI_IOC4 is not set 767 736 # CONFIG_TIFM_CORE is not set ··· 770 737 # CONFIG_ENCLOSURE_SERVICES is not set 771 738 # CONFIG_HP_ILO is not set 772 739 # CONFIG_ISL29003 is not set 740 + CONFIG_DS1682=y 773 741 # CONFIG_C2PORT is not set 774 742 775 743 # ··· 823 789 # CONFIG_SCSI_BNX2_ISCSI is not set 824 790 # CONFIG_BE2ISCSI is not set 825 791 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 792 + # CONFIG_SCSI_HPSA is not set 826 793 # CONFIG_SCSI_3W_9XXX is not set 794 + # CONFIG_SCSI_3W_SAS is not set 827 795 # CONFIG_SCSI_ACARD is not set 828 796 # CONFIG_SCSI_AACRAID is not set 829 797 # CONFIG_SCSI_AIC7XXX is not set ··· 864 828 # CONFIG_SCSI_NSP32 is not set 865 829 # CONFIG_SCSI_DEBUG is not set 866 830 # CONFIG_SCSI_PMCRAID is not set 831 + # CONFIG_SCSI_PM8001 is not set 867 832 # CONFIG_SCSI_SRP is not set 868 833 # CONFIG_SCSI_BFA_FC is not set 869 834 # CONFIG_SCSI_DH is not set ··· 920 883 # CONFIG_PATA_NS87415 is not set 921 884 # CONFIG_PATA_OPTI is not set 922 885 # CONFIG_PATA_OPTIDMA is not set 886 + # CONFIG_PATA_PDC2027X is not set 923 887 # CONFIG_PATA_PDC_OLD is not set 924 888 # CONFIG_PATA_RADISYS is not set 925 889 # CONFIG_PATA_RDC is not set 926 890 # CONFIG_PATA_RZ1000 is not set 927 891 # CONFIG_PATA_SC1200 is not set 928 892 # CONFIG_PATA_SERVERWORKS is not set 929 - # CONFIG_PATA_PDC2027X is not set 930 893 # CONFIG_PATA_SIL680 is not set 931 894 # CONFIG_PATA_SIS is not set 895 + # CONFIG_PATA_TOSHIBA is not set 932 896 # CONFIG_PATA_VIA is not set 933 897 # CONFIG_PATA_WINBOND is not set 934 898 # CONFIG_PATA_PLATFORM is not set ··· 946 908 # 947 909 948 910 # 949 - # See the help texts for more information. 911 + # The newer stack is recommended. 950 912 # 951 913 # CONFIG_FIREWIRE is not set 952 914 # CONFIG_IEEE1394 is not set ··· 1033 995 # CONFIG_NETDEV_10000 is not set 1034 996 # CONFIG_TR is not set 1035 997 CONFIG_WLAN=y 1036 - # CONFIG_WLAN_PRE80211 is not set 1037 - # CONFIG_WLAN_80211 is not set 998 + # CONFIG_AIRO is not set 999 + # CONFIG_ATMEL is not set 1000 + # CONFIG_PRISM54 is not set 1001 + # CONFIG_USB_ZD1201 is not set 1002 + # CONFIG_HOSTAP is not set 1038 1003 1039 1004 # 1040 1005 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 1091 1050 CONFIG_NETPOLL=y 1092 1051 CONFIG_NETPOLL_TRAP=y 1093 1052 CONFIG_NET_POLL_CONTROLLER=y 1053 + # CONFIG_VMXNET3 is not set 1094 1054 # CONFIG_ISDN is not set 1095 1055 # CONFIG_PHONE is not set 1096 1056 ··· 1101 1059 CONFIG_INPUT=y 1102 1060 CONFIG_INPUT_FF_MEMLESS=m 1103 1061 # CONFIG_INPUT_POLLDEV is not set 1062 + # CONFIG_INPUT_SPARSEKMAP is not set 1104 1063 1105 1064 # 1106 1065 # Userland interfaces ··· 1160 1117 CONFIG_SERIAL_CORE_CONSOLE=y 1161 1118 # CONFIG_SERIAL_JSM is not set 1162 1119 # CONFIG_SERIAL_OF_PLATFORM is not set 1120 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 1163 1121 CONFIG_UNIX98_PTYS=y 1164 1122 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1165 1123 # CONFIG_LEGACY_PTYS is not set ··· 1218 1174 # CONFIG_I2C_TINY_USB is not set 1219 1175 1220 1176 # 1221 - # Graphics adapter I2C/DDC channel drivers 1222 - # 1223 - # CONFIG_I2C_VOODOO3 is not set 1224 - 1225 - # 1226 1177 # Other I2C/SMBus bus drivers 1227 1178 # 1228 1179 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1226 1187 # 1227 1188 # Miscellaneous I2C Chip support 1228 1189 # 1229 - CONFIG_DS1682=y 1230 1190 # CONFIG_SENSORS_TSL2550 is not set 1231 1191 # CONFIG_I2C_DEBUG_CORE is not set 1232 1192 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1258 1220 # 1259 1221 # PCI GPIO expanders: 1260 1222 # 1223 + # CONFIG_GPIO_CS5535 is not set 1261 1224 # CONFIG_GPIO_BT8XX is not set 1262 1225 # CONFIG_GPIO_LANGWELL is not set 1263 1226 ··· 1301 1262 # CONFIG_SENSORS_GL520SM is not set 1302 1263 # CONFIG_SENSORS_IT87 is not set 1303 1264 # CONFIG_SENSORS_LM63 is not set 1265 + # CONFIG_SENSORS_LM73 is not set 1304 1266 # CONFIG_SENSORS_LM75 is not set 1305 1267 # CONFIG_SENSORS_LM77 is not set 1306 1268 # CONFIG_SENSORS_LM78 is not set ··· 1341 1301 # CONFIG_SENSORS_W83L786NG is not set 1342 1302 # CONFIG_SENSORS_W83627HF is not set 1343 1303 # CONFIG_SENSORS_W83627EHF is not set 1304 + # CONFIG_SENSORS_LIS3_I2C is not set 1344 1305 # CONFIG_THERMAL is not set 1345 1306 CONFIG_WATCHDOG=y 1346 1307 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1381 1340 # CONFIG_TWL4030_CORE is not set 1382 1341 # CONFIG_MFD_TMIO is not set 1383 1342 # CONFIG_PMIC_DA903X is not set 1343 + # CONFIG_PMIC_ADP5520 is not set 1384 1344 # CONFIG_MFD_WM8400 is not set 1385 1345 # CONFIG_MFD_WM831X is not set 1386 1346 # CONFIG_MFD_WM8350_I2C is not set 1387 1347 # CONFIG_MFD_PCF50633 is not set 1388 1348 # CONFIG_AB3100_CORE is not set 1349 + # CONFIG_MFD_88PM8607 is not set 1389 1350 # CONFIG_REGULATOR is not set 1390 1351 # CONFIG_MEDIA_SUPPORT is not set 1391 1352 ··· 1486 1443 CONFIG_USB_EHCI_HCD=y 1487 1444 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1488 1445 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1446 + # CONFIG_XPS_USB_HCD_XILINX is not set 1489 1447 # CONFIG_USB_EHCI_FSL is not set 1490 1448 # CONFIG_USB_EHCI_HCD_PPC_OF is not set 1491 1449 # CONFIG_USB_OXU210HP_HCD is not set ··· 1614 1570 # CONFIG_RTC_DRV_PCF8563 is not set 1615 1571 # CONFIG_RTC_DRV_PCF8583 is not set 1616 1572 # CONFIG_RTC_DRV_M41T80 is not set 1573 + # CONFIG_RTC_DRV_BQ32K is not set 1617 1574 # CONFIG_RTC_DRV_S35390A is not set 1618 1575 # CONFIG_RTC_DRV_FM3130 is not set 1619 1576 CONFIG_RTC_DRV_RX8581=y ··· 1636 1591 # CONFIG_RTC_DRV_M48T86 is not set 1637 1592 # CONFIG_RTC_DRV_M48T35 is not set 1638 1593 # CONFIG_RTC_DRV_M48T59 is not set 1594 + # CONFIG_RTC_DRV_MSM6242 is not set 1639 1595 # CONFIG_RTC_DRV_BQ4802 is not set 1596 + # CONFIG_RTC_DRV_RP5C01 is not set 1640 1597 # CONFIG_RTC_DRV_V3020 is not set 1641 1598 1642 1599 # ··· 1938 1891 CONFIG_SECURITY_NETWORK=y 1939 1892 # CONFIG_SECURITY_NETWORK_XFRM is not set 1940 1893 # CONFIG_SECURITY_PATH is not set 1941 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1942 - # CONFIG_SECURITY_ROOTPLUG is not set 1943 1894 # CONFIG_SECURITY_TOMOYO is not set 1895 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1896 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1897 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1898 + CONFIG_DEFAULT_SECURITY_DAC=y 1899 + CONFIG_DEFAULT_SECURITY="" 1944 1900 CONFIG_CRYPTO=y 1945 1901 1946 1902 #
+68 -20
arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:45 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:39 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 63 64 # CONFIG_PPC_DCR_NATIVE is not set 64 65 # CONFIG_PPC_DCR_MMIO is not set 65 66 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 89 86 # 90 87 CONFIG_TREE_RCU=y 91 88 # CONFIG_TREE_PREEMPT_RCU is not set 89 + # CONFIG_TINY_RCU is not set 92 90 # CONFIG_RCU_TRACE is not set 93 91 CONFIG_RCU_FANOUT=32 94 92 # CONFIG_RCU_FANOUT_EXACT is not set ··· 180 176 # IO Schedulers 181 177 # 182 178 CONFIG_IOSCHED_NOOP=y 183 - # CONFIG_IOSCHED_AS is not set 184 179 CONFIG_IOSCHED_DEADLINE=y 185 180 # CONFIG_IOSCHED_CFQ is not set 186 - # CONFIG_DEFAULT_AS is not set 187 181 CONFIG_DEFAULT_DEADLINE=y 188 182 # CONFIG_DEFAULT_CFQ is not set 189 183 # CONFIG_DEFAULT_NOOP is not set 190 184 CONFIG_DEFAULT_IOSCHED="deadline" 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 191 214 # CONFIG_FREEZER is not set 192 215 193 216 # ··· 285 254 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 286 255 # CONFIG_KEXEC is not set 287 256 # CONFIG_CRASH_DUMP is not set 257 + CONFIG_SPARSE_IRQ=y 288 258 CONFIG_MAX_ACTIVE_REGIONS=32 289 259 CONFIG_ARCH_FLATMEM_ENABLE=y 290 260 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 302 270 CONFIG_ZONE_DMA_FLAG=1 303 271 CONFIG_BOUNCE=y 304 272 CONFIG_VIRT_TO_BUS=y 305 - CONFIG_HAVE_MLOCK=y 306 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 307 273 # CONFIG_KSM is not set 308 274 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 309 275 CONFIG_PPC_4K_PAGES=y ··· 412 382 CONFIG_INET6_XFRM_MODE_BEET=y 413 383 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 414 384 CONFIG_IPV6_SIT=y 385 + # CONFIG_IPV6_SIT_6RD is not set 415 386 CONFIG_IPV6_NDISC_NODETYPE=y 416 387 # CONFIG_IPV6_TUNNEL is not set 417 388 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 451 420 # CONFIG_AF_RXRPC is not set 452 421 CONFIG_WIRELESS=y 453 422 # CONFIG_CFG80211 is not set 454 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 455 - CONFIG_WIRELESS_OLD_REGULATORY=y 456 - # CONFIG_WIRELESS_EXT is not set 457 423 # CONFIG_LIB80211 is not set 458 424 459 425 # ··· 583 555 # CONFIG_BLK_DEV_COW_COMMON is not set 584 556 CONFIG_BLK_DEV_LOOP=y 585 557 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 558 + 559 + # 560 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 561 + # 586 562 # CONFIG_BLK_DEV_NBD is not set 587 563 # CONFIG_BLK_DEV_SX8 is not set 588 564 CONFIG_BLK_DEV_RAM=y ··· 597 565 # CONFIG_ATA_OVER_ETH is not set 598 566 # CONFIG_BLK_DEV_HD is not set 599 567 CONFIG_MISC_DEVICES=y 568 + # CONFIG_AD525X_DPOT is not set 600 569 # CONFIG_PHANTOM is not set 601 570 # CONFIG_SGI_IOC4 is not set 602 571 # CONFIG_TIFM_CORE is not set ··· 605 572 # CONFIG_ENCLOSURE_SERVICES is not set 606 573 # CONFIG_HP_ILO is not set 607 574 # CONFIG_ISL29003 is not set 575 + # CONFIG_DS1682 is not set 608 576 # CONFIG_C2PORT is not set 609 577 610 578 # ··· 705 671 # CONFIG_SCSI_BNX2_ISCSI is not set 706 672 # CONFIG_BE2ISCSI is not set 707 673 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 674 + # CONFIG_SCSI_HPSA is not set 708 675 # CONFIG_SCSI_3W_9XXX is not set 676 + # CONFIG_SCSI_3W_SAS is not set 709 677 # CONFIG_SCSI_ACARD is not set 710 678 # CONFIG_SCSI_AACRAID is not set 711 679 # CONFIG_SCSI_AIC7XXX is not set ··· 746 710 # CONFIG_SCSI_NSP32 is not set 747 711 # CONFIG_SCSI_DEBUG is not set 748 712 # CONFIG_SCSI_PMCRAID is not set 713 + # CONFIG_SCSI_PM8001 is not set 749 714 # CONFIG_SCSI_SRP is not set 750 715 # CONFIG_SCSI_BFA_FC is not set 751 716 # CONFIG_SCSI_DH is not set ··· 802 765 # CONFIG_PATA_NS87415 is not set 803 766 # CONFIG_PATA_OPTI is not set 804 767 # CONFIG_PATA_OPTIDMA is not set 768 + # CONFIG_PATA_PDC2027X is not set 805 769 # CONFIG_PATA_PDC_OLD is not set 806 770 # CONFIG_PATA_RADISYS is not set 807 771 # CONFIG_PATA_RDC is not set 808 772 # CONFIG_PATA_RZ1000 is not set 809 773 # CONFIG_PATA_SC1200 is not set 810 774 # CONFIG_PATA_SERVERWORKS is not set 811 - # CONFIG_PATA_PDC2027X is not set 812 775 # CONFIG_PATA_SIL680 is not set 813 776 # CONFIG_PATA_SIS is not set 777 + # CONFIG_PATA_TOSHIBA is not set 814 778 # CONFIG_PATA_VIA is not set 815 779 # CONFIG_PATA_WINBOND is not set 816 780 # CONFIG_PATA_PLATFORM is not set ··· 828 790 # 829 791 830 792 # 831 - # See the help texts for more information. 793 + # The newer stack is recommended. 832 794 # 833 795 # CONFIG_FIREWIRE is not set 834 796 # CONFIG_IEEE1394 is not set ··· 876 838 # CONFIG_NETDEV_10000 is not set 877 839 # CONFIG_TR is not set 878 840 CONFIG_WLAN=y 879 - # CONFIG_WLAN_PRE80211 is not set 880 - # CONFIG_WLAN_80211 is not set 841 + # CONFIG_AIRO is not set 842 + # CONFIG_ATMEL is not set 843 + # CONFIG_PRISM54 is not set 844 + # CONFIG_HOSTAP is not set 881 845 882 846 # 883 847 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 893 853 # CONFIG_NETCONSOLE is not set 894 854 # CONFIG_NETPOLL is not set 895 855 # CONFIG_NET_POLL_CONTROLLER is not set 856 + # CONFIG_VMXNET3 is not set 896 857 # CONFIG_ISDN is not set 897 858 # CONFIG_PHONE is not set 898 859 ··· 903 862 CONFIG_INPUT=y 904 863 # CONFIG_INPUT_FF_MEMLESS is not set 905 864 # CONFIG_INPUT_POLLDEV is not set 865 + # CONFIG_INPUT_SPARSEKMAP is not set 906 866 907 867 # 908 868 # Userland interfaces ··· 933 891 CONFIG_SERIO_LIBPS2=y 934 892 # CONFIG_SERIO_RAW is not set 935 893 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 894 + # CONFIG_SERIO_ALTERA_PS2 is not set 936 895 # CONFIG_GAMEPORT is not set 937 896 938 897 # ··· 970 927 CONFIG_SERIAL_CORE_CONSOLE=y 971 928 # CONFIG_SERIAL_JSM is not set 972 929 # CONFIG_SERIAL_OF_PLATFORM is not set 930 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 973 931 CONFIG_UNIX98_PTYS=y 974 932 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 975 933 # CONFIG_LEGACY_PTYS is not set ··· 1025 981 # CONFIG_I2C_TAOS_EVM is not set 1026 982 1027 983 # 1028 - # Graphics adapter I2C/DDC channel drivers 1029 - # 1030 - # CONFIG_I2C_VOODOO3 is not set 1031 - 1032 - # 1033 984 # Other I2C/SMBus bus drivers 1034 985 # 1035 986 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1033 994 # 1034 995 # Miscellaneous I2C Chip support 1035 996 # 1036 - # CONFIG_DS1682 is not set 1037 997 # CONFIG_SENSORS_TSL2550 is not set 1038 998 # CONFIG_I2C_DEBUG_CORE is not set 1039 999 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1067 1029 # CONFIG_TWL4030_CORE is not set 1068 1030 # CONFIG_MFD_TMIO is not set 1069 1031 # CONFIG_PMIC_DA903X is not set 1032 + # CONFIG_PMIC_ADP5520 is not set 1070 1033 # CONFIG_MFD_WM8400 is not set 1071 1034 # CONFIG_MFD_WM831X is not set 1072 1035 # CONFIG_MFD_WM8350_I2C is not set 1073 1036 # CONFIG_MFD_PCF50633 is not set 1074 1037 # CONFIG_AB3100_CORE is not set 1038 + # CONFIG_MFD_88PM8607 is not set 1075 1039 # CONFIG_REGULATOR is not set 1076 1040 # CONFIG_MEDIA_SUPPORT is not set 1077 1041 ··· 1203 1163 # CONFIG_SND_CS4281 is not set 1204 1164 # CONFIG_SND_CS46XX is not set 1205 1165 # CONFIG_SND_CS5530 is not set 1166 + # CONFIG_SND_CS5535AUDIO is not set 1206 1167 # CONFIG_SND_CTXFI is not set 1207 1168 # CONFIG_SND_DARLA20 is not set 1208 1169 # CONFIG_SND_GINA20 is not set ··· 1323 1282 # CONFIG_RTC_DRV_PCF8563 is not set 1324 1283 # CONFIG_RTC_DRV_PCF8583 is not set 1325 1284 # CONFIG_RTC_DRV_M41T80 is not set 1285 + # CONFIG_RTC_DRV_BQ32K is not set 1326 1286 # CONFIG_RTC_DRV_S35390A is not set 1327 1287 # CONFIG_RTC_DRV_FM3130 is not set 1328 1288 # CONFIG_RTC_DRV_RX8581 is not set ··· 1345 1303 # CONFIG_RTC_DRV_M48T86 is not set 1346 1304 # CONFIG_RTC_DRV_M48T35 is not set 1347 1305 # CONFIG_RTC_DRV_M48T59 is not set 1306 + # CONFIG_RTC_DRV_MSM6242 is not set 1348 1307 # CONFIG_RTC_DRV_BQ4802 is not set 1308 + # CONFIG_RTC_DRV_RP5C01 is not set 1349 1309 # CONFIG_RTC_DRV_V3020 is not set 1350 1310 1351 1311 # ··· 1650 1606 # CONFIG_KEYS is not set 1651 1607 # CONFIG_SECURITY is not set 1652 1608 # CONFIG_SECURITYFS is not set 1653 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1609 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1610 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1611 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1612 + CONFIG_DEFAULT_SECURITY_DAC=y 1613 + CONFIG_DEFAULT_SECURITY="" 1654 1614 CONFIG_CRYPTO=y 1655 1615 1656 1616 #
+70 -20
arch/powerpc/configs/86xx/mpc8641_hpcn_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:46 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:40 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 38 38 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 39 39 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 40 40 CONFIG_IRQ_PER_CPU=y 41 + CONFIG_NR_IRQS=512 41 42 CONFIG_STACKTRACE_SUPPORT=y 42 43 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 43 44 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 61 60 CONFIG_GENERIC_BUG=y 62 61 CONFIG_DTC=y 63 62 CONFIG_DEFAULT_UIMAGE=y 63 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 64 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 65 # CONFIG_PPC_DCR_NATIVE is not set 65 66 # CONFIG_PPC_DCR_MMIO is not set 66 67 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 93 90 # 94 91 CONFIG_TREE_RCU=y 95 92 # CONFIG_TREE_PREEMPT_RCU is not set 93 + # CONFIG_TINY_RCU is not set 96 94 # CONFIG_RCU_TRACE is not set 97 95 CONFIG_RCU_FANOUT=32 98 96 # CONFIG_RCU_FANOUT_EXACT is not set ··· 186 182 # IO Schedulers 187 183 # 188 184 CONFIG_IOSCHED_NOOP=y 189 - CONFIG_IOSCHED_AS=y 190 185 CONFIG_IOSCHED_DEADLINE=y 191 186 CONFIG_IOSCHED_CFQ=y 192 - # CONFIG_DEFAULT_AS is not set 193 187 # CONFIG_DEFAULT_DEADLINE is not set 194 188 CONFIG_DEFAULT_CFQ=y 195 189 # CONFIG_DEFAULT_NOOP is not set 196 190 CONFIG_DEFAULT_IOSCHED="cfq" 191 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 192 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 193 + # CONFIG_INLINE_SPIN_LOCK is not set 194 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 195 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 196 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 197 + CONFIG_INLINE_SPIN_UNLOCK=y 198 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 199 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 200 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_READ_TRYLOCK is not set 202 + # CONFIG_INLINE_READ_LOCK is not set 203 + # CONFIG_INLINE_READ_LOCK_BH is not set 204 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 205 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 206 + CONFIG_INLINE_READ_UNLOCK=y 207 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 208 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 209 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 211 + # CONFIG_INLINE_WRITE_LOCK is not set 212 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 213 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 214 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 215 + CONFIG_INLINE_WRITE_UNLOCK=y 216 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 217 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 218 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 219 + CONFIG_MUTEX_SPIN_ON_OWNER=y 197 220 # CONFIG_FREEZER is not set 198 221 199 222 # ··· 291 260 # CONFIG_KEXEC is not set 292 261 # CONFIG_CRASH_DUMP is not set 293 262 # CONFIG_IRQ_ALL_CPUS is not set 263 + CONFIG_SPARSE_IRQ=y 294 264 CONFIG_MAX_ACTIVE_REGIONS=32 295 265 CONFIG_ARCH_FLATMEM_ENABLE=y 296 266 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 308 276 CONFIG_ZONE_DMA_FLAG=1 309 277 CONFIG_BOUNCE=y 310 278 CONFIG_VIRT_TO_BUS=y 311 - CONFIG_HAVE_MLOCK=y 312 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 313 279 # CONFIG_KSM is not set 314 280 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 315 281 CONFIG_PPC_4K_PAGES=y ··· 425 395 CONFIG_INET6_XFRM_MODE_BEET=y 426 396 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 427 397 CONFIG_IPV6_SIT=y 398 + # CONFIG_IPV6_SIT_6RD is not set 428 399 CONFIG_IPV6_NDISC_NODETYPE=y 429 400 # CONFIG_IPV6_TUNNEL is not set 430 401 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 470 439 CONFIG_FIB_RULES=y 471 440 CONFIG_WIRELESS=y 472 441 # CONFIG_CFG80211 is not set 473 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 474 - CONFIG_WIRELESS_OLD_REGULATORY=y 475 - # CONFIG_WIRELESS_EXT is not set 476 442 # CONFIG_LIB80211 is not set 477 443 478 444 # ··· 511 483 # CONFIG_BLK_DEV_COW_COMMON is not set 512 484 CONFIG_BLK_DEV_LOOP=y 513 485 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 486 + 487 + # 488 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 489 + # 514 490 CONFIG_BLK_DEV_NBD=y 515 491 # CONFIG_BLK_DEV_SX8 is not set 516 492 # CONFIG_BLK_DEV_UB is not set ··· 526 494 # CONFIG_ATA_OVER_ETH is not set 527 495 # CONFIG_BLK_DEV_HD is not set 528 496 CONFIG_MISC_DEVICES=y 497 + # CONFIG_AD525X_DPOT is not set 529 498 # CONFIG_PHANTOM is not set 530 499 # CONFIG_SGI_IOC4 is not set 531 500 # CONFIG_TIFM_CORE is not set ··· 534 501 # CONFIG_ENCLOSURE_SERVICES is not set 535 502 # CONFIG_HP_ILO is not set 536 503 # CONFIG_ISL29003 is not set 504 + # CONFIG_DS1682 is not set 537 505 # CONFIG_C2PORT is not set 538 506 539 507 # ··· 588 554 # CONFIG_SCSI_BNX2_ISCSI is not set 589 555 # CONFIG_BE2ISCSI is not set 590 556 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 557 + # CONFIG_SCSI_HPSA is not set 591 558 # CONFIG_SCSI_3W_9XXX is not set 559 + # CONFIG_SCSI_3W_SAS is not set 592 560 # CONFIG_SCSI_ACARD is not set 593 561 # CONFIG_SCSI_AACRAID is not set 594 562 # CONFIG_SCSI_AIC7XXX is not set ··· 629 593 # CONFIG_SCSI_NSP32 is not set 630 594 # CONFIG_SCSI_DEBUG is not set 631 595 # CONFIG_SCSI_PMCRAID is not set 596 + # CONFIG_SCSI_PM8001 is not set 632 597 # CONFIG_SCSI_SRP is not set 633 598 # CONFIG_SCSI_BFA_FC is not set 634 599 # CONFIG_SCSI_DH is not set ··· 685 648 # CONFIG_PATA_NS87415 is not set 686 649 # CONFIG_PATA_OPTI is not set 687 650 # CONFIG_PATA_OPTIDMA is not set 651 + # CONFIG_PATA_PDC2027X is not set 688 652 # CONFIG_PATA_PDC_OLD is not set 689 653 # CONFIG_PATA_RADISYS is not set 690 654 # CONFIG_PATA_RDC is not set 691 655 # CONFIG_PATA_RZ1000 is not set 692 656 # CONFIG_PATA_SC1200 is not set 693 657 # CONFIG_PATA_SERVERWORKS is not set 694 - # CONFIG_PATA_PDC2027X is not set 695 658 # CONFIG_PATA_SIL680 is not set 696 659 # CONFIG_PATA_SIS is not set 660 + # CONFIG_PATA_TOSHIBA is not set 697 661 # CONFIG_PATA_VIA is not set 698 662 # CONFIG_PATA_WINBOND is not set 699 663 # CONFIG_PATA_PLATFORM is not set ··· 711 673 # 712 674 713 675 # 714 - # See the help texts for more information. 676 + # The newer stack is recommended. 715 677 # 716 678 # CONFIG_FIREWIRE is not set 717 679 # CONFIG_IEEE1394 is not set ··· 816 778 # CONFIG_BE2NET is not set 817 779 # CONFIG_TR is not set 818 780 CONFIG_WLAN=y 819 - # CONFIG_WLAN_PRE80211 is not set 820 - # CONFIG_WLAN_80211 is not set 781 + # CONFIG_AIRO is not set 782 + # CONFIG_ATMEL is not set 783 + # CONFIG_PRISM54 is not set 784 + # CONFIG_USB_ZD1201 is not set 785 + # CONFIG_HOSTAP is not set 821 786 822 787 # 823 788 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 843 802 # CONFIG_NETCONSOLE is not set 844 803 # CONFIG_NETPOLL is not set 845 804 # CONFIG_NET_POLL_CONTROLLER is not set 805 + # CONFIG_VMXNET3 is not set 846 806 # CONFIG_ISDN is not set 847 807 # CONFIG_PHONE is not set 848 808 ··· 853 811 CONFIG_INPUT=y 854 812 CONFIG_INPUT_FF_MEMLESS=m 855 813 # CONFIG_INPUT_POLLDEV is not set 814 + # CONFIG_INPUT_SPARSEKMAP is not set 856 815 857 816 # 858 817 # Userland interfaces ··· 883 840 CONFIG_SERIO_LIBPS2=y 884 841 # CONFIG_SERIO_RAW is not set 885 842 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 843 + # CONFIG_SERIO_ALTERA_PS2 is not set 886 844 # CONFIG_GAMEPORT is not set 887 845 888 846 # ··· 920 876 CONFIG_SERIAL_CORE_CONSOLE=y 921 877 # CONFIG_SERIAL_JSM is not set 922 878 # CONFIG_SERIAL_OF_PLATFORM is not set 879 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 923 880 CONFIG_UNIX98_PTYS=y 924 881 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 925 882 CONFIG_LEGACY_PTYS=y ··· 977 932 # CONFIG_I2C_TINY_USB is not set 978 933 979 934 # 980 - # Graphics adapter I2C/DDC channel drivers 981 - # 982 - # CONFIG_I2C_VOODOO3 is not set 983 - 984 - # 985 935 # Other I2C/SMBus bus drivers 986 936 # 987 937 # CONFIG_I2C_PCA_PLATFORM is not set ··· 985 945 # 986 946 # Miscellaneous I2C Chip support 987 947 # 988 - # CONFIG_DS1682 is not set 989 948 # CONFIG_SENSORS_TSL2550 is not set 990 949 # CONFIG_I2C_DEBUG_CORE is not set 991 950 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1019 980 # CONFIG_TWL4030_CORE is not set 1020 981 # CONFIG_MFD_TMIO is not set 1021 982 # CONFIG_PMIC_DA903X is not set 983 + # CONFIG_PMIC_ADP5520 is not set 1022 984 # CONFIG_MFD_WM8400 is not set 1023 985 # CONFIG_MFD_WM831X is not set 1024 986 # CONFIG_MFD_WM8350_I2C is not set 1025 987 # CONFIG_MFD_PCF50633 is not set 1026 988 # CONFIG_AB3100_CORE is not set 989 + # CONFIG_MFD_88PM8607 is not set 1027 990 # CONFIG_REGULATOR is not set 1028 991 # CONFIG_MEDIA_SUPPORT is not set 1029 992 ··· 1100 1059 # CONFIG_SND_CS4281 is not set 1101 1060 # CONFIG_SND_CS46XX is not set 1102 1061 # CONFIG_SND_CS5530 is not set 1062 + # CONFIG_SND_CS5535AUDIO is not set 1103 1063 # CONFIG_SND_CTXFI is not set 1104 1064 # CONFIG_SND_DARLA20 is not set 1105 1065 # CONFIG_SND_GINA20 is not set ··· 1228 1186 CONFIG_USB_EHCI_HCD=y 1229 1187 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1230 1188 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1189 + # CONFIG_XPS_USB_HCD_XILINX is not set 1231 1190 # CONFIG_USB_EHCI_FSL is not set 1232 1191 CONFIG_USB_EHCI_HCD_PPC_OF=y 1233 1192 # CONFIG_USB_OXU210HP_HCD is not set ··· 1355 1312 # CONFIG_RTC_DRV_PCF8563 is not set 1356 1313 # CONFIG_RTC_DRV_PCF8583 is not set 1357 1314 # CONFIG_RTC_DRV_M41T80 is not set 1315 + # CONFIG_RTC_DRV_BQ32K is not set 1358 1316 # CONFIG_RTC_DRV_S35390A is not set 1359 1317 # CONFIG_RTC_DRV_FM3130 is not set 1360 1318 # CONFIG_RTC_DRV_RX8581 is not set ··· 1377 1333 # CONFIG_RTC_DRV_M48T86 is not set 1378 1334 # CONFIG_RTC_DRV_M48T35 is not set 1379 1335 # CONFIG_RTC_DRV_M48T59 is not set 1336 + # CONFIG_RTC_DRV_MSM6242 is not set 1380 1337 # CONFIG_RTC_DRV_BQ4802 is not set 1338 + # CONFIG_RTC_DRV_RP5C01 is not set 1381 1339 # CONFIG_RTC_DRV_V3020 is not set 1382 1340 1383 1341 # ··· 1694 1648 # CONFIG_KEYS is not set 1695 1649 # CONFIG_SECURITY is not set 1696 1650 # CONFIG_SECURITYFS is not set 1697 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1651 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1652 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1653 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1654 + CONFIG_DEFAULT_SECURITY_DAC=y 1655 + CONFIG_DEFAULT_SECURITY="" 1698 1656 CONFIG_CRYPTO=y 1699 1657 1700 1658 #
+61 -20
arch/powerpc/configs/86xx/sbc8641d_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:45 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:38 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 38 38 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 39 39 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 40 40 CONFIG_IRQ_PER_CPU=y 41 + CONFIG_NR_IRQS=512 41 42 CONFIG_STACKTRACE_SUPPORT=y 42 43 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 43 44 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_GENERIC_BUG=y 63 62 CONFIG_DTC=y 64 63 CONFIG_DEFAULT_UIMAGE=y 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 66 # CONFIG_PPC_DCR_NATIVE is not set 66 67 # CONFIG_PPC_DCR_MMIO is not set 67 68 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 93 90 # 94 91 CONFIG_TREE_RCU=y 95 92 # CONFIG_TREE_PREEMPT_RCU is not set 93 + # CONFIG_TINY_RCU is not set 96 94 # CONFIG_RCU_TRACE is not set 97 95 CONFIG_RCU_FANOUT=32 98 96 # CONFIG_RCU_FANOUT_EXACT is not set ··· 166 162 # 167 163 # CONFIG_GCOV_KERNEL is not set 168 164 CONFIG_SLOW_WORK=y 165 + # CONFIG_SLOW_WORK_DEBUG is not set 169 166 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 170 167 CONFIG_SLABINFO=y 171 168 CONFIG_RT_MUTEXES=y ··· 187 182 # IO Schedulers 188 183 # 189 184 CONFIG_IOSCHED_NOOP=y 190 - CONFIG_IOSCHED_AS=y 191 185 CONFIG_IOSCHED_DEADLINE=y 192 186 CONFIG_IOSCHED_CFQ=y 193 - # CONFIG_DEFAULT_AS is not set 194 187 # CONFIG_DEFAULT_DEADLINE is not set 195 188 CONFIG_DEFAULT_CFQ=y 196 189 # CONFIG_DEFAULT_NOOP is not set 197 190 CONFIG_DEFAULT_IOSCHED="cfq" 191 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 192 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 193 + # CONFIG_INLINE_SPIN_LOCK is not set 194 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 195 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 196 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 197 + # CONFIG_INLINE_SPIN_UNLOCK is not set 198 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 199 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 200 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_READ_TRYLOCK is not set 202 + # CONFIG_INLINE_READ_LOCK is not set 203 + # CONFIG_INLINE_READ_LOCK_BH is not set 204 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 205 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 206 + # CONFIG_INLINE_READ_UNLOCK is not set 207 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 208 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 209 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 210 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 211 + # CONFIG_INLINE_WRITE_LOCK is not set 212 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 213 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 214 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 215 + # CONFIG_INLINE_WRITE_UNLOCK is not set 216 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 217 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 218 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 219 + CONFIG_MUTEX_SPIN_ON_OWNER=y 198 220 # CONFIG_FREEZER is not set 199 221 200 222 # ··· 292 260 # CONFIG_KEXEC is not set 293 261 # CONFIG_CRASH_DUMP is not set 294 262 CONFIG_IRQ_ALL_CPUS=y 263 + CONFIG_SPARSE_IRQ=y 295 264 CONFIG_MAX_ACTIVE_REGIONS=32 296 265 CONFIG_ARCH_FLATMEM_ENABLE=y 297 266 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 309 276 CONFIG_ZONE_DMA_FLAG=1 310 277 CONFIG_BOUNCE=y 311 278 CONFIG_VIRT_TO_BUS=y 312 - CONFIG_HAVE_MLOCK=y 313 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 314 279 # CONFIG_KSM is not set 315 280 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 316 281 CONFIG_PPC_4K_PAGES=y ··· 430 399 CONFIG_INET6_XFRM_MODE_BEET=m 431 400 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 432 401 CONFIG_IPV6_SIT=m 402 + # CONFIG_IPV6_SIT_6RD is not set 433 403 CONFIG_IPV6_NDISC_NODETYPE=y 434 404 CONFIG_IPV6_TUNNEL=m 435 405 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 619 587 CONFIG_FIB_RULES=y 620 588 CONFIG_WIRELESS=y 621 589 # CONFIG_CFG80211 is not set 622 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 623 - CONFIG_WIRELESS_OLD_REGULATORY=y 624 - # CONFIG_WIRELESS_EXT is not set 625 590 # CONFIG_LIB80211 is not set 626 591 627 592 # ··· 746 717 # CONFIG_BLK_DEV_COW_COMMON is not set 747 718 CONFIG_BLK_DEV_LOOP=m 748 719 CONFIG_BLK_DEV_CRYPTOLOOP=m 720 + 721 + # 722 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 723 + # 749 724 CONFIG_BLK_DEV_NBD=m 750 725 # CONFIG_BLK_DEV_SX8 is not set 751 726 CONFIG_BLK_DEV_RAM=y ··· 760 727 # CONFIG_ATA_OVER_ETH is not set 761 728 # CONFIG_BLK_DEV_HD is not set 762 729 CONFIG_MISC_DEVICES=y 730 + # CONFIG_AD525X_DPOT is not set 763 731 # CONFIG_PHANTOM is not set 764 732 # CONFIG_SGI_IOC4 is not set 765 733 # CONFIG_TIFM_CORE is not set ··· 768 734 # CONFIG_ENCLOSURE_SERVICES is not set 769 735 # CONFIG_HP_ILO is not set 770 736 # CONFIG_ISL29003 is not set 737 + # CONFIG_DS1682 is not set 771 738 # CONFIG_C2PORT is not set 772 739 773 740 # ··· 821 786 # 822 787 823 788 # 824 - # See the help texts for more information. 789 + # The newer stack is recommended. 825 790 # 826 791 # CONFIG_FIREWIRE is not set 827 792 # CONFIG_IEEE1394 is not set ··· 908 873 # CONFIG_NETDEV_10000 is not set 909 874 # CONFIG_TR is not set 910 875 CONFIG_WLAN=y 911 - # CONFIG_WLAN_PRE80211 is not set 912 - # CONFIG_WLAN_80211 is not set 876 + # CONFIG_AIRO is not set 877 + # CONFIG_ATMEL is not set 878 + # CONFIG_PRISM54 is not set 879 + # CONFIG_HOSTAP is not set 913 880 914 881 # 915 882 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 955 918 CONFIG_NETPOLL=y 956 919 CONFIG_NETPOLL_TRAP=y 957 920 CONFIG_NET_POLL_CONTROLLER=y 921 + # CONFIG_VMXNET3 is not set 958 922 # CONFIG_ISDN is not set 959 923 # CONFIG_PHONE is not set 960 924 ··· 965 927 CONFIG_INPUT=y 966 928 # CONFIG_INPUT_FF_MEMLESS is not set 967 929 # CONFIG_INPUT_POLLDEV is not set 930 + # CONFIG_INPUT_SPARSEKMAP is not set 968 931 969 932 # 970 933 # Userland interfaces ··· 1024 985 CONFIG_SERIAL_CORE_CONSOLE=y 1025 986 # CONFIG_SERIAL_JSM is not set 1026 987 # CONFIG_SERIAL_OF_PLATFORM is not set 988 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 1027 989 CONFIG_UNIX98_PTYS=y 1028 990 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1029 991 CONFIG_LEGACY_PTYS=y ··· 1082 1042 # CONFIG_I2C_TAOS_EVM is not set 1083 1043 1084 1044 # 1085 - # Graphics adapter I2C/DDC channel drivers 1086 - # 1087 - # CONFIG_I2C_VOODOO3 is not set 1088 - 1089 - # 1090 1045 # Other I2C/SMBus bus drivers 1091 1046 # 1092 1047 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1090 1055 # 1091 1056 # Miscellaneous I2C Chip support 1092 1057 # 1093 - # CONFIG_DS1682 is not set 1094 1058 # CONFIG_SENSORS_TSL2550 is not set 1095 1059 # CONFIG_I2C_DEBUG_CORE is not set 1096 1060 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1135 1101 # CONFIG_SENSORS_GL520SM is not set 1136 1102 # CONFIG_SENSORS_IT87 is not set 1137 1103 # CONFIG_SENSORS_LM63 is not set 1104 + # CONFIG_SENSORS_LM73 is not set 1138 1105 # CONFIG_SENSORS_LM75 is not set 1139 1106 # CONFIG_SENSORS_LM77 is not set 1140 1107 # CONFIG_SENSORS_LM78 is not set ··· 1174 1139 # CONFIG_SENSORS_W83L786NG is not set 1175 1140 # CONFIG_SENSORS_W83627HF is not set 1176 1141 # CONFIG_SENSORS_W83627EHF is not set 1142 + # CONFIG_SENSORS_LIS3_I2C is not set 1177 1143 # CONFIG_THERMAL is not set 1178 1144 CONFIG_WATCHDOG=y 1179 1145 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1207 1171 # CONFIG_TWL4030_CORE is not set 1208 1172 # CONFIG_MFD_TMIO is not set 1209 1173 # CONFIG_PMIC_DA903X is not set 1174 + # CONFIG_PMIC_ADP5520 is not set 1210 1175 # CONFIG_MFD_WM8400 is not set 1211 1176 # CONFIG_MFD_WM831X is not set 1212 1177 # CONFIG_MFD_WM8350_I2C is not set 1213 1178 # CONFIG_MFD_PCF50633 is not set 1214 1179 # CONFIG_AB3100_CORE is not set 1180 + # CONFIG_MFD_88PM8607 is not set 1215 1181 # CONFIG_REGULATOR is not set 1216 1182 # CONFIG_MEDIA_SUPPORT is not set 1217 1183 ··· 1319 1281 CONFIG_OCFS2_FS_STATS=y 1320 1282 CONFIG_OCFS2_DEBUG_MASKLOG=y 1321 1283 # CONFIG_OCFS2_DEBUG_FS is not set 1322 - # CONFIG_OCFS2_FS_POSIX_ACL is not set 1323 1284 # CONFIG_BTRFS_FS is not set 1324 1285 # CONFIG_NILFS2_FS is not set 1325 1286 CONFIG_FILE_LOCKING=y ··· 1593 1556 CONFIG_SECURITY_NETWORK=y 1594 1557 # CONFIG_SECURITY_NETWORK_XFRM is not set 1595 1558 # CONFIG_SECURITY_PATH is not set 1596 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1597 1559 # CONFIG_SECURITY_TOMOYO is not set 1560 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1561 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1562 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1563 + CONFIG_DEFAULT_SECURITY_DAC=y 1564 + CONFIG_DEFAULT_SECURITY="" 1598 1565 CONFIG_CRYPTO=y 1599 1566 1600 1567 #
+45 -12
arch/powerpc/configs/adder875_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:04 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:23:58 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 32 32 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 33 33 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 34 34 CONFIG_IRQ_PER_CPU=y 35 + CONFIG_NR_IRQS=512 35 36 CONFIG_STACKTRACE_SUPPORT=y 36 37 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 37 38 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 56 55 CONFIG_DTC=y 57 56 # CONFIG_DEFAULT_UIMAGE is not set 58 57 CONFIG_REDBOOT=y 58 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 59 59 # CONFIG_PPC_DCR_NATIVE is not set 60 60 # CONFIG_PPC_DCR_MMIO is not set 61 61 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 84 82 # 85 83 CONFIG_TREE_RCU=y 86 84 # CONFIG_TREE_PREEMPT_RCU is not set 85 + # CONFIG_TINY_RCU is not set 87 86 # CONFIG_RCU_TRACE is not set 88 87 CONFIG_RCU_FANOUT=32 89 88 # CONFIG_RCU_FANOUT_EXACT is not set ··· 164 161 # IO Schedulers 165 162 # 166 163 CONFIG_IOSCHED_NOOP=y 167 - # CONFIG_IOSCHED_AS is not set 168 164 CONFIG_IOSCHED_DEADLINE=y 169 165 # CONFIG_IOSCHED_CFQ is not set 170 - # CONFIG_DEFAULT_AS is not set 171 166 CONFIG_DEFAULT_DEADLINE=y 172 167 # CONFIG_DEFAULT_CFQ is not set 173 168 # CONFIG_DEFAULT_NOOP is not set 174 169 CONFIG_DEFAULT_IOSCHED="deadline" 170 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 171 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 172 + # CONFIG_INLINE_SPIN_LOCK is not set 173 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 174 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 175 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 176 + CONFIG_INLINE_SPIN_UNLOCK=y 177 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 178 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 179 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 180 + # CONFIG_INLINE_READ_TRYLOCK is not set 181 + # CONFIG_INLINE_READ_LOCK is not set 182 + # CONFIG_INLINE_READ_LOCK_BH is not set 183 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 184 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 185 + CONFIG_INLINE_READ_UNLOCK=y 186 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 187 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 188 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 189 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 190 + # CONFIG_INLINE_WRITE_LOCK is not set 191 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 192 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 193 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 194 + CONFIG_INLINE_WRITE_UNLOCK=y 195 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 196 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 197 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 198 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 175 199 # CONFIG_FREEZER is not set 176 200 177 201 # ··· 272 242 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 273 243 CONFIG_ARCH_HAS_WALK_MEMORY=y 274 244 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 245 + CONFIG_SPARSE_IRQ=y 275 246 CONFIG_MAX_ACTIVE_REGIONS=32 276 247 CONFIG_ARCH_FLATMEM_ENABLE=y 277 248 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 289 258 CONFIG_ZONE_DMA_FLAG=1 290 259 CONFIG_BOUNCE=y 291 260 CONFIG_VIRT_TO_BUS=y 292 - CONFIG_HAVE_MLOCK=y 293 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 294 261 # CONFIG_KSM is not set 295 262 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 296 263 CONFIG_PPC_4K_PAGES=y ··· 402 373 # CONFIG_AF_RXRPC is not set 403 374 CONFIG_WIRELESS=y 404 375 # CONFIG_CFG80211 is not set 405 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 406 - CONFIG_WIRELESS_OLD_REGULATORY=y 407 - # CONFIG_WIRELESS_EXT is not set 408 376 # CONFIG_LIB80211 is not set 409 377 410 378 # ··· 572 546 # CONFIG_NETDEV_1000 is not set 573 547 # CONFIG_NETDEV_10000 is not set 574 548 CONFIG_WLAN=y 575 - # CONFIG_WLAN_PRE80211 is not set 576 - # CONFIG_WLAN_80211 is not set 549 + # CONFIG_HOSTAP is not set 577 550 578 551 # 579 552 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 592 567 CONFIG_INPUT=y 593 568 # CONFIG_INPUT_FF_MEMLESS is not set 594 569 # CONFIG_INPUT_POLLDEV is not set 570 + # CONFIG_INPUT_SPARSEKMAP is not set 595 571 596 572 # 597 573 # Userland interfaces ··· 641 615 CONFIG_SERIO_LIBPS2=y 642 616 # CONFIG_SERIO_RAW is not set 643 617 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 618 + # CONFIG_SERIO_ALTERA_PS2 is not set 644 619 # CONFIG_GAMEPORT is not set 645 620 646 621 # ··· 664 637 CONFIG_SERIAL_CORE_CONSOLE=y 665 638 CONFIG_SERIAL_CPM=y 666 639 CONFIG_SERIAL_CPM_CONSOLE=y 640 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 667 641 CONFIG_UNIX98_PTYS=y 668 642 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 669 643 # CONFIG_LEGACY_PTYS is not set ··· 926 898 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 927 899 # CONFIG_FAULT_INJECTION is not set 928 900 # CONFIG_LATENCYTOP is not set 901 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 929 902 # CONFIG_DEBUG_PAGEALLOC is not set 930 903 CONFIG_HAVE_FUNCTION_TRACER=y 931 904 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 972 943 # CONFIG_KEYS is not set 973 944 # CONFIG_SECURITY is not set 974 945 # CONFIG_SECURITYFS is not set 975 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 946 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 947 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 948 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 949 + CONFIG_DEFAULT_SECURITY_DAC=y 950 + CONFIG_DEFAULT_SECURITY="" 976 951 # CONFIG_CRYPTO is not set 977 952 CONFIG_PPC_CLOCK=y 978 953 CONFIG_PPC_LIB_RHEAP=y
+65 -25
arch/powerpc/configs/c2k_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:05 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:23:59 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_GENERIC_BUG=y 63 62 CONFIG_DTC=y 64 63 # CONFIG_DEFAULT_UIMAGE is not set 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 65 # CONFIG_PPC_DCR_NATIVE is not set 66 66 # CONFIG_PPC_DCR_MMIO is not set 67 67 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 94 92 # 95 93 CONFIG_TREE_RCU=y 96 94 # CONFIG_TREE_PREEMPT_RCU is not set 95 + # CONFIG_TINY_RCU is not set 97 96 # CONFIG_RCU_TRACE is not set 98 97 CONFIG_RCU_FANOUT=32 99 98 # CONFIG_RCU_FANOUT_EXACT is not set ··· 176 173 # 177 174 # CONFIG_GCOV_KERNEL is not set 178 175 CONFIG_SLOW_WORK=y 176 + # CONFIG_SLOW_WORK_DEBUG is not set 179 177 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 180 178 CONFIG_SLABINFO=y 181 179 CONFIG_RT_MUTEXES=y ··· 196 192 # IO Schedulers 197 193 # 198 194 CONFIG_IOSCHED_NOOP=y 199 - CONFIG_IOSCHED_AS=y 200 195 CONFIG_IOSCHED_DEADLINE=y 201 196 CONFIG_IOSCHED_CFQ=y 202 - # CONFIG_DEFAULT_AS is not set 203 197 # CONFIG_DEFAULT_DEADLINE is not set 204 198 CONFIG_DEFAULT_CFQ=y 205 199 # CONFIG_DEFAULT_NOOP is not set 206 200 CONFIG_DEFAULT_IOSCHED="cfq" 201 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 202 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 203 + # CONFIG_INLINE_SPIN_LOCK is not set 204 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 205 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 206 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 207 + # CONFIG_INLINE_SPIN_UNLOCK is not set 208 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 209 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 210 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 211 + # CONFIG_INLINE_READ_TRYLOCK is not set 212 + # CONFIG_INLINE_READ_LOCK is not set 213 + # CONFIG_INLINE_READ_LOCK_BH is not set 214 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 215 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 216 + # CONFIG_INLINE_READ_UNLOCK is not set 217 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 218 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 219 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 220 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 221 + # CONFIG_INLINE_WRITE_LOCK is not set 222 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 223 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 224 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 225 + # CONFIG_INLINE_WRITE_UNLOCK is not set 226 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 227 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 228 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 229 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 207 230 # CONFIG_FREEZER is not set 208 231 209 232 # ··· 255 224 # CONFIG_PPC_PRPMC2800 is not set 256 225 CONFIG_PPC_C2K=y 257 226 CONFIG_MV64X60=y 227 + # CONFIG_GAMECUBE is not set 228 + # CONFIG_WII is not set 258 229 # CONFIG_AMIGAONE is not set 259 230 CONFIG_PPC_OF_BOOT_TRAMPOLINE=y 260 231 # CONFIG_IPIC is not set ··· 319 286 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 320 287 # CONFIG_KEXEC is not set 321 288 # CONFIG_CRASH_DUMP is not set 289 + CONFIG_SPARSE_IRQ=y 322 290 CONFIG_MAX_ACTIVE_REGIONS=32 323 291 CONFIG_ARCH_FLATMEM_ENABLE=y 324 292 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 330 296 CONFIG_FLATMEM=y 331 297 CONFIG_FLAT_NODE_MEM_MAP=y 332 298 CONFIG_PAGEFLAGS_EXTENDED=y 333 - CONFIG_SPLIT_PTLOCK_CPUS=4 299 + CONFIG_SPLIT_PTLOCK_CPUS=999999 334 300 CONFIG_MIGRATION=y 335 301 # CONFIG_PHYS_ADDR_T_64BIT is not set 336 302 CONFIG_ZONE_DMA_FLAG=1 337 303 CONFIG_BOUNCE=y 338 304 CONFIG_VIRT_TO_BUS=y 339 - CONFIG_HAVE_MLOCK=y 340 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 341 305 # CONFIG_KSM is not set 342 306 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 343 307 CONFIG_PPC_4K_PAGES=y ··· 348 316 CONFIG_EXTRA_TARGETS="" 349 317 CONFIG_PM=y 350 318 # CONFIG_PM_DEBUG is not set 319 + # CONFIG_HIBERNATION is not set 351 320 # CONFIG_PM_RUNTIME is not set 352 321 CONFIG_SECCOMP=y 353 322 CONFIG_ISA_DMA_API=y ··· 457 424 CONFIG_INET6_XFRM_MODE_BEET=m 458 425 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 459 426 CONFIG_IPV6_SIT=m 427 + # CONFIG_IPV6_SIT_6RD is not set 460 428 CONFIG_IPV6_NDISC_NODETYPE=y 461 429 CONFIG_IPV6_TUNNEL=m 462 430 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 721 687 CONFIG_FIB_RULES=y 722 688 CONFIG_WIRELESS=y 723 689 # CONFIG_CFG80211 is not set 724 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 725 - CONFIG_WIRELESS_OLD_REGULATORY=y 726 - CONFIG_WIRELESS_EXT=y 727 - CONFIG_WIRELESS_EXT_SYSFS=y 728 690 # CONFIG_LIB80211 is not set 729 691 730 692 # ··· 803 773 # CONFIG_MTD_PHYSMAP is not set 804 774 CONFIG_MTD_PHYSMAP_OF=y 805 775 # CONFIG_MTD_PCI is not set 806 - # CONFIG_MTD_GPIO_ADDR is not set 807 776 # CONFIG_MTD_INTEL_VR_NOR is not set 808 777 # CONFIG_MTD_PLATRAM is not set 809 778 ··· 846 817 # CONFIG_BLK_DEV_COW_COMMON is not set 847 818 CONFIG_BLK_DEV_LOOP=m 848 819 CONFIG_BLK_DEV_CRYPTOLOOP=m 820 + 821 + # 822 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 823 + # 849 824 CONFIG_BLK_DEV_NBD=m 850 825 # CONFIG_BLK_DEV_SX8 is not set 851 826 # CONFIG_BLK_DEV_UB is not set ··· 903 870 # CONFIG_SCSI_BNX2_ISCSI is not set 904 871 # CONFIG_BE2ISCSI is not set 905 872 CONFIG_BLK_DEV_3W_XXXX_RAID=m 873 + # CONFIG_SCSI_HPSA is not set 906 874 CONFIG_SCSI_3W_9XXX=m 875 + # CONFIG_SCSI_3W_SAS is not set 907 876 CONFIG_SCSI_ACARD=m 908 877 CONFIG_SCSI_AACRAID=m 909 878 CONFIG_SCSI_AIC7XXX=m ··· 960 925 # CONFIG_SCSI_NSP32 is not set 961 926 # CONFIG_SCSI_DEBUG is not set 962 927 # CONFIG_SCSI_PMCRAID is not set 928 + # CONFIG_SCSI_PM8001 is not set 963 929 # CONFIG_SCSI_SRP is not set 964 930 # CONFIG_SCSI_BFA_FC is not set 965 931 # CONFIG_SCSI_DH is not set ··· 978 942 # 979 943 980 944 # 981 - # See the help texts for more information. 945 + # The newer stack is recommended. 982 946 # 983 947 # CONFIG_FIREWIRE is not set 984 948 # CONFIG_IEEE1394 is not set ··· 1063 1027 # CONFIG_NETDEV_10000 is not set 1064 1028 # CONFIG_TR is not set 1065 1029 CONFIG_WLAN=y 1066 - # CONFIG_WLAN_PRE80211 is not set 1067 - # CONFIG_WLAN_80211 is not set 1030 + # CONFIG_AIRO is not set 1031 + # CONFIG_ATMEL is not set 1032 + # CONFIG_PRISM54 is not set 1033 + # CONFIG_USB_ZD1201 is not set 1034 + # CONFIG_HOSTAP is not set 1068 1035 1069 1036 # 1070 1037 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 1093 1054 CONFIG_NETPOLL=y 1094 1055 CONFIG_NETPOLL_TRAP=y 1095 1056 CONFIG_NET_POLL_CONTROLLER=y 1057 + # CONFIG_VMXNET3 is not set 1096 1058 # CONFIG_ISDN is not set 1097 1059 # CONFIG_PHONE is not set 1098 1060 ··· 1103 1063 CONFIG_INPUT=y 1104 1064 # CONFIG_INPUT_FF_MEMLESS is not set 1105 1065 # CONFIG_INPUT_POLLDEV is not set 1066 + # CONFIG_INPUT_SPARSEKMAP is not set 1106 1067 1107 1068 # 1108 1069 # Userland interfaces ··· 1162 1121 # CONFIG_N_HDLC is not set 1163 1122 # CONFIG_RISCOM8 is not set 1164 1123 # CONFIG_SPECIALIX is not set 1165 - # CONFIG_SX is not set 1166 - # CONFIG_RIO is not set 1167 1124 # CONFIG_STALDRV is not set 1168 1125 # CONFIG_NOZOMI is not set 1169 1126 ··· 1179 1140 CONFIG_SERIAL_CORE=y 1180 1141 CONFIG_SERIAL_CORE_CONSOLE=y 1181 1142 # CONFIG_SERIAL_JSM is not set 1143 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 1182 1144 CONFIG_UNIX98_PTYS=y 1183 1145 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1184 1146 # CONFIG_LEGACY_PTYS is not set ··· 1240 1200 # CONFIG_I2C_TINY_USB is not set 1241 1201 1242 1202 # 1243 - # Graphics adapter I2C/DDC channel drivers 1244 - # 1245 - # CONFIG_I2C_VOODOO3 is not set 1246 - 1247 - # 1248 1203 # Other I2C/SMBus bus drivers 1249 1204 # 1250 1205 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1248 1213 # 1249 1214 # Miscellaneous I2C Chip support 1250 1215 # 1251 - # CONFIG_DS1682 is not set 1252 1216 # CONFIG_SENSORS_TSL2550 is not set 1253 1217 # CONFIG_I2C_DEBUG_CORE is not set 1254 1218 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1293 1259 # CONFIG_SENSORS_GL520SM is not set 1294 1260 CONFIG_SENSORS_IT87=m 1295 1261 # CONFIG_SENSORS_LM63 is not set 1262 + # CONFIG_SENSORS_LM73 is not set 1296 1263 CONFIG_SENSORS_LM75=m 1297 1264 CONFIG_SENSORS_LM77=m 1298 1265 CONFIG_SENSORS_LM78=m ··· 1332 1297 # CONFIG_SENSORS_W83L786NG is not set 1333 1298 CONFIG_SENSORS_W83627HF=m 1334 1299 # CONFIG_SENSORS_W83627EHF is not set 1300 + # CONFIG_SENSORS_LIS3_I2C is not set 1335 1301 # CONFIG_THERMAL is not set 1336 1302 CONFIG_WATCHDOG=y 1337 1303 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1369 1333 # CONFIG_HTC_PASIC3 is not set 1370 1334 # CONFIG_MFD_TMIO is not set 1371 1335 # CONFIG_MFD_WM8400 is not set 1372 - # CONFIG_MFD_WM831X is not set 1373 1336 # CONFIG_MFD_WM8350_I2C is not set 1374 1337 # CONFIG_MFD_PCF50633 is not set 1375 1338 # CONFIG_AB3100_CORE is not set ··· 1427 1392 CONFIG_USB_EHCI_HCD=m 1428 1393 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1429 1394 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1395 + # CONFIG_XPS_USB_HCD_XILINX is not set 1430 1396 CONFIG_USB_EHCI_HCD_PPC_OF=y 1431 1397 # CONFIG_USB_OXU210HP_HCD is not set 1432 1398 # CONFIG_USB_ISP116X_HCD is not set ··· 1959 1923 CONFIG_SECURITY_NETWORK=y 1960 1924 # CONFIG_SECURITY_NETWORK_XFRM is not set 1961 1925 # CONFIG_SECURITY_PATH is not set 1962 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1963 1926 CONFIG_LSM_MMAP_MIN_ADDR=65536 1964 1927 CONFIG_SECURITY_SELINUX=y 1965 1928 CONFIG_SECURITY_SELINUX_BOOTPARAM=y ··· 1969 1934 CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 1970 1935 # CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set 1971 1936 # CONFIG_SECURITY_TOMOYO is not set 1937 + CONFIG_DEFAULT_SECURITY_SELINUX=y 1938 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1939 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1940 + # CONFIG_DEFAULT_SECURITY_DAC is not set 1941 + CONFIG_DEFAULT_SECURITY="selinux" 1972 1942 CONFIG_CRYPTO=y 1973 1943 1974 1944 #
+51 -13
arch/powerpc/configs/ep8248e_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:06 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:23:59 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 # CONFIG_DEFAULT_UIMAGE is not set 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 # CONFIG_PPC_DCR_NATIVE is not set 64 64 # CONFIG_PPC_DCR_MMIO is not set 65 65 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 87 85 # 88 86 CONFIG_TREE_RCU=y 89 87 # CONFIG_TREE_PREEMPT_RCU is not set 88 + # CONFIG_TINY_RCU is not set 90 89 # CONFIG_RCU_TRACE is not set 91 90 CONFIG_RCU_FANOUT=32 92 91 # CONFIG_RCU_FANOUT_EXACT is not set ··· 163 160 # IO Schedulers 164 161 # 165 162 CONFIG_IOSCHED_NOOP=y 166 - # CONFIG_IOSCHED_AS is not set 167 163 CONFIG_IOSCHED_DEADLINE=y 168 164 # CONFIG_IOSCHED_CFQ is not set 169 - # CONFIG_DEFAULT_AS is not set 170 165 CONFIG_DEFAULT_DEADLINE=y 171 166 # CONFIG_DEFAULT_CFQ is not set 172 167 # CONFIG_DEFAULT_NOOP is not set 173 168 CONFIG_DEFAULT_IOSCHED="deadline" 169 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 170 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 171 + # CONFIG_INLINE_SPIN_LOCK is not set 172 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 173 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 174 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 175 + CONFIG_INLINE_SPIN_UNLOCK=y 176 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 177 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 178 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 179 + # CONFIG_INLINE_READ_TRYLOCK is not set 180 + # CONFIG_INLINE_READ_LOCK is not set 181 + # CONFIG_INLINE_READ_LOCK_BH is not set 182 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 183 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 184 + CONFIG_INLINE_READ_UNLOCK=y 185 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 186 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 187 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 188 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 189 + # CONFIG_INLINE_WRITE_LOCK is not set 190 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 191 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 192 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 193 + CONFIG_INLINE_WRITE_UNLOCK=y 194 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 195 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 196 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 197 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 174 198 # CONFIG_FREEZER is not set 175 199 176 200 # ··· 267 237 CONFIG_ARCH_HAS_WALK_MEMORY=y 268 238 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 269 239 # CONFIG_CRASH_DUMP is not set 240 + CONFIG_SPARSE_IRQ=y 270 241 CONFIG_MAX_ACTIVE_REGIONS=32 271 242 CONFIG_ARCH_FLATMEM_ENABLE=y 272 243 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 280 249 CONFIG_ZONE_DMA_FLAG=1 281 250 CONFIG_BOUNCE=y 282 251 CONFIG_VIRT_TO_BUS=y 283 - CONFIG_HAVE_MLOCK=y 284 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 285 252 # CONFIG_KSM is not set 286 253 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 287 254 CONFIG_PPC_4K_PAGES=y ··· 429 400 # CONFIG_BT is not set 430 401 CONFIG_WIRELESS=y 431 402 # CONFIG_CFG80211 is not set 432 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 433 - CONFIG_WIRELESS_OLD_REGULATORY=y 434 - # CONFIG_WIRELESS_EXT is not set 435 403 # CONFIG_LIB80211 is not set 436 404 437 405 # ··· 549 523 # CONFIG_BLK_DEV_COW_COMMON is not set 550 524 CONFIG_BLK_DEV_LOOP=y 551 525 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 526 + 527 + # 528 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 529 + # 552 530 # CONFIG_BLK_DEV_NBD is not set 553 531 # CONFIG_BLK_DEV_SX8 is not set 554 532 # CONFIG_BLK_DEV_RAM is not set ··· 583 553 # 584 554 585 555 # 586 - # See the help texts for more information. 556 + # The newer stack is recommended. 587 557 # 588 558 # CONFIG_FIREWIRE is not set 589 559 # CONFIG_IEEE1394 is not set ··· 688 658 # CONFIG_BE2NET is not set 689 659 # CONFIG_TR is not set 690 660 CONFIG_WLAN=y 691 - # CONFIG_WLAN_PRE80211 is not set 692 - # CONFIG_WLAN_80211 is not set 661 + # CONFIG_AIRO is not set 662 + # CONFIG_ATMEL is not set 663 + # CONFIG_HOSTAP is not set 693 664 694 665 # 695 666 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 701 670 # CONFIG_SLIP is not set 702 671 # CONFIG_NETPOLL is not set 703 672 # CONFIG_NET_POLL_CONTROLLER is not set 673 + # CONFIG_VMXNET3 is not set 704 674 # CONFIG_ISDN is not set 705 675 # CONFIG_PHONE is not set 706 676 ··· 737 705 CONFIG_SERIAL_CPM=y 738 706 CONFIG_SERIAL_CPM_CONSOLE=y 739 707 # CONFIG_SERIAL_JSM is not set 708 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 740 709 CONFIG_UNIX98_PTYS=y 741 710 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 742 711 CONFIG_LEGACY_PTYS=y ··· 774 741 # 775 742 # PCI GPIO expanders: 776 743 # 744 + # CONFIG_GPIO_CS5535 is not set 777 745 # CONFIG_GPIO_BT8XX is not set 778 746 # CONFIG_GPIO_LANGWELL is not set 779 747 ··· 1095 1061 # CONFIG_KEYS is not set 1096 1062 # CONFIG_SECURITY is not set 1097 1063 # CONFIG_SECURITYFS is not set 1098 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1064 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1065 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1066 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1067 + CONFIG_DEFAULT_SECURITY_DAC=y 1068 + CONFIG_DEFAULT_SECURITY="" 1099 1069 CONFIG_CRYPTO=y 1100 1070 1101 1071 #
+43 -12
arch/powerpc/configs/ep88xc_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:07 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:00 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 32 32 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 33 33 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 34 34 CONFIG_IRQ_PER_CPU=y 35 + CONFIG_NR_IRQS=512 35 36 CONFIG_STACKTRACE_SUPPORT=y 36 37 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 37 38 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 55 54 CONFIG_GENERIC_BUG=y 56 55 CONFIG_DTC=y 57 56 # CONFIG_DEFAULT_UIMAGE is not set 57 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 58 # CONFIG_PPC_DCR_NATIVE is not set 59 59 # CONFIG_PPC_DCR_MMIO is not set 60 60 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 83 81 # 84 82 CONFIG_TREE_RCU=y 85 83 # CONFIG_TREE_PREEMPT_RCU is not set 84 + # CONFIG_TINY_RCU is not set 86 85 # CONFIG_RCU_TRACE is not set 87 86 CONFIG_RCU_FANOUT=32 88 87 # CONFIG_RCU_FANOUT_EXACT is not set ··· 162 159 # IO Schedulers 163 160 # 164 161 CONFIG_IOSCHED_NOOP=y 165 - # CONFIG_IOSCHED_AS is not set 166 162 CONFIG_IOSCHED_DEADLINE=y 167 163 # CONFIG_IOSCHED_CFQ is not set 168 - # CONFIG_DEFAULT_AS is not set 169 164 CONFIG_DEFAULT_DEADLINE=y 170 165 # CONFIG_DEFAULT_CFQ is not set 171 166 # CONFIG_DEFAULT_NOOP is not set 172 167 CONFIG_DEFAULT_IOSCHED="deadline" 168 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 169 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 170 + # CONFIG_INLINE_SPIN_LOCK is not set 171 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 172 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 173 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 174 + CONFIG_INLINE_SPIN_UNLOCK=y 175 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 176 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 177 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 178 + # CONFIG_INLINE_READ_TRYLOCK is not set 179 + # CONFIG_INLINE_READ_LOCK is not set 180 + # CONFIG_INLINE_READ_LOCK_BH is not set 181 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 182 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 183 + CONFIG_INLINE_READ_UNLOCK=y 184 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 185 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 186 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 187 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 188 + # CONFIG_INLINE_WRITE_LOCK is not set 189 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 190 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 191 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 192 + CONFIG_INLINE_WRITE_UNLOCK=y 193 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 194 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 195 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 196 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 173 197 # CONFIG_FREEZER is not set 174 198 175 199 # ··· 271 241 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 272 242 CONFIG_ARCH_HAS_WALK_MEMORY=y 273 243 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 244 + CONFIG_SPARSE_IRQ=y 274 245 CONFIG_MAX_ACTIVE_REGIONS=32 275 246 CONFIG_ARCH_FLATMEM_ENABLE=y 276 247 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 288 257 CONFIG_ZONE_DMA_FLAG=1 289 258 CONFIG_BOUNCE=y 290 259 CONFIG_VIRT_TO_BUS=y 291 - CONFIG_HAVE_MLOCK=y 292 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 293 260 # CONFIG_KSM is not set 294 261 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 295 262 CONFIG_PPC_4K_PAGES=y ··· 401 372 # CONFIG_AF_RXRPC is not set 402 373 CONFIG_WIRELESS=y 403 374 # CONFIG_CFG80211 is not set 404 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 405 - CONFIG_WIRELESS_OLD_REGULATORY=y 406 - # CONFIG_WIRELESS_EXT is not set 407 375 # CONFIG_LIB80211 is not set 408 376 409 377 # ··· 571 545 # CONFIG_NETDEV_1000 is not set 572 546 # CONFIG_NETDEV_10000 is not set 573 547 CONFIG_WLAN=y 574 - # CONFIG_WLAN_PRE80211 is not set 575 - # CONFIG_WLAN_80211 is not set 548 + # CONFIG_HOSTAP is not set 576 549 577 550 # 578 551 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 616 591 CONFIG_SERIAL_CORE_CONSOLE=y 617 592 CONFIG_SERIAL_CPM=y 618 593 CONFIG_SERIAL_CPM_CONSOLE=y 594 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 619 595 CONFIG_UNIX98_PTYS=y 620 596 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 621 597 # CONFIG_LEGACY_PTYS is not set ··· 877 851 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 878 852 # CONFIG_FAULT_INJECTION is not set 879 853 # CONFIG_LATENCYTOP is not set 854 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 880 855 # CONFIG_DEBUG_PAGEALLOC is not set 881 856 CONFIG_HAVE_FUNCTION_TRACER=y 882 857 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 920 893 # CONFIG_KEYS is not set 921 894 # CONFIG_SECURITY is not set 922 895 # CONFIG_SECURITYFS is not set 923 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 896 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 897 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 898 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 899 + CONFIG_DEFAULT_SECURITY_DAC=y 900 + CONFIG_DEFAULT_SECURITY="" 924 901 # CONFIG_CRYPTO is not set 925 902 CONFIG_PPC_CLOCK=y 926 903 CONFIG_PPC_LIB_RHEAP=y
+73 -23
arch/powerpc/configs/linkstation_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:08 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:01 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 59 58 CONFIG_GENERIC_BUG=y 60 59 CONFIG_DTC=y 61 60 CONFIG_DEFAULT_UIMAGE=y 61 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 62 62 # CONFIG_PPC_DCR_NATIVE is not set 63 63 # CONFIG_PPC_DCR_MMIO is not set 64 64 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 88 86 # 89 87 CONFIG_TREE_RCU=y 90 88 # CONFIG_TREE_PREEMPT_RCU is not set 89 + # CONFIG_TINY_RCU is not set 91 90 # CONFIG_RCU_TRACE is not set 92 91 CONFIG_RCU_FANOUT=32 93 92 # CONFIG_RCU_FANOUT_EXACT is not set ··· 184 181 # IO Schedulers 185 182 # 186 183 CONFIG_IOSCHED_NOOP=y 187 - CONFIG_IOSCHED_AS=y 188 184 CONFIG_IOSCHED_DEADLINE=y 189 185 CONFIG_IOSCHED_CFQ=y 190 - CONFIG_DEFAULT_AS=y 191 186 # CONFIG_DEFAULT_DEADLINE is not set 192 - # CONFIG_DEFAULT_CFQ is not set 187 + CONFIG_DEFAULT_CFQ=y 193 188 # CONFIG_DEFAULT_NOOP is not set 194 - CONFIG_DEFAULT_IOSCHED="anticipatory" 189 + CONFIG_DEFAULT_IOSCHED="cfq" 190 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 191 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 192 + # CONFIG_INLINE_SPIN_LOCK is not set 193 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 194 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 195 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 196 + CONFIG_INLINE_SPIN_UNLOCK=y 197 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 198 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 199 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 200 + # CONFIG_INLINE_READ_TRYLOCK is not set 201 + # CONFIG_INLINE_READ_LOCK is not set 202 + # CONFIG_INLINE_READ_LOCK_BH is not set 203 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 204 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 205 + CONFIG_INLINE_READ_UNLOCK=y 206 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 207 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 208 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 209 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 210 + # CONFIG_INLINE_WRITE_LOCK is not set 211 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 212 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 213 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 214 + CONFIG_INLINE_WRITE_UNLOCK=y 215 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 216 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 217 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 218 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 195 219 # CONFIG_FREEZER is not set 196 220 197 221 # ··· 245 215 CONFIG_MPC10X_BRIDGE=y 246 216 CONFIG_MPC10X_OPENPIC=y 247 217 # CONFIG_MPC10X_STORE_GATHERING is not set 218 + # CONFIG_GAMECUBE is not set 219 + # CONFIG_WII is not set 248 220 # CONFIG_AMIGAONE is not set 249 221 CONFIG_PPC_OF_BOOT_TRAMPOLINE=y 250 222 # CONFIG_IPIC is not set ··· 293 261 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 294 262 # CONFIG_KEXEC is not set 295 263 # CONFIG_CRASH_DUMP is not set 264 + CONFIG_SPARSE_IRQ=y 296 265 CONFIG_MAX_ACTIVE_REGIONS=32 297 266 CONFIG_ARCH_FLATMEM_ENABLE=y 298 267 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 310 277 CONFIG_ZONE_DMA_FLAG=1 311 278 CONFIG_BOUNCE=y 312 279 CONFIG_VIRT_TO_BUS=y 313 - CONFIG_HAVE_MLOCK=y 314 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 315 280 # CONFIG_KSM is not set 316 281 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 317 282 CONFIG_PPC_4K_PAGES=y ··· 548 517 # CONFIG_AF_RXRPC is not set 549 518 CONFIG_WIRELESS=y 550 519 # CONFIG_CFG80211 is not set 551 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 552 - CONFIG_WIRELESS_OLD_REGULATORY=y 553 - CONFIG_WIRELESS_EXT=y 554 - CONFIG_WIRELESS_EXT_SYSFS=y 555 520 # CONFIG_LIB80211 is not set 556 521 557 522 # ··· 677 650 # CONFIG_BLK_DEV_COW_COMMON is not set 678 651 CONFIG_BLK_DEV_LOOP=y 679 652 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 653 + 654 + # 655 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 656 + # 680 657 # CONFIG_BLK_DEV_NBD is not set 681 658 # CONFIG_BLK_DEV_SX8 is not set 682 659 # CONFIG_BLK_DEV_UB is not set ··· 692 661 # CONFIG_ATA_OVER_ETH is not set 693 662 # CONFIG_BLK_DEV_HD is not set 694 663 CONFIG_MISC_DEVICES=y 664 + # CONFIG_AD525X_DPOT is not set 695 665 # CONFIG_PHANTOM is not set 696 666 # CONFIG_SGI_IOC4 is not set 697 667 # CONFIG_TIFM_CORE is not set ··· 700 668 # CONFIG_ENCLOSURE_SERVICES is not set 701 669 # CONFIG_HP_ILO is not set 702 670 # CONFIG_ISL29003 is not set 671 + # CONFIG_DS1682 is not set 703 672 # CONFIG_C2PORT is not set 704 673 705 674 # ··· 753 720 # CONFIG_SCSI_BNX2_ISCSI is not set 754 721 # CONFIG_BE2ISCSI is not set 755 722 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 723 + # CONFIG_SCSI_HPSA is not set 756 724 # CONFIG_SCSI_3W_9XXX is not set 725 + # CONFIG_SCSI_3W_SAS is not set 757 726 # CONFIG_SCSI_ACARD is not set 758 727 # CONFIG_SCSI_AACRAID is not set 759 728 # CONFIG_SCSI_AIC7XXX is not set ··· 794 759 # CONFIG_SCSI_NSP32 is not set 795 760 # CONFIG_SCSI_DEBUG is not set 796 761 # CONFIG_SCSI_PMCRAID is not set 762 + # CONFIG_SCSI_PM8001 is not set 797 763 # CONFIG_SCSI_SRP is not set 798 764 # CONFIG_SCSI_BFA_FC is not set 799 765 # CONFIG_SCSI_DH is not set ··· 850 814 # CONFIG_PATA_NS87415 is not set 851 815 # CONFIG_PATA_OPTI is not set 852 816 # CONFIG_PATA_OPTIDMA is not set 817 + # CONFIG_PATA_PDC2027X is not set 853 818 # CONFIG_PATA_PDC_OLD is not set 854 819 # CONFIG_PATA_RADISYS is not set 855 820 # CONFIG_PATA_RDC is not set 856 821 # CONFIG_PATA_RZ1000 is not set 857 822 # CONFIG_PATA_SC1200 is not set 858 823 # CONFIG_PATA_SERVERWORKS is not set 859 - # CONFIG_PATA_PDC2027X is not set 860 824 CONFIG_PATA_SIL680=y 861 825 # CONFIG_PATA_SIS is not set 826 + # CONFIG_PATA_TOSHIBA is not set 862 827 # CONFIG_PATA_VIA is not set 863 828 # CONFIG_PATA_WINBOND is not set 864 829 # CONFIG_PATA_PLATFORM is not set ··· 876 839 # 877 840 878 841 # 879 - # See the help texts for more information. 842 + # The newer stack is recommended. 880 843 # 881 844 # CONFIG_FIREWIRE is not set 882 845 # CONFIG_IEEE1394 is not set ··· 971 934 # CONFIG_BE2NET is not set 972 935 # CONFIG_TR is not set 973 936 CONFIG_WLAN=y 974 - # CONFIG_WLAN_PRE80211 is not set 975 - # CONFIG_WLAN_80211 is not set 937 + # CONFIG_AIRO is not set 938 + # CONFIG_ATMEL is not set 939 + # CONFIG_PRISM54 is not set 940 + # CONFIG_USB_ZD1201 is not set 941 + # CONFIG_HOSTAP is not set 976 942 977 943 # 978 944 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 1000 960 CONFIG_NETPOLL=y 1001 961 # CONFIG_NETPOLL_TRAP is not set 1002 962 CONFIG_NET_POLL_CONTROLLER=y 963 + # CONFIG_VMXNET3 is not set 1003 964 # CONFIG_ISDN is not set 1004 965 # CONFIG_PHONE is not set 1005 966 ··· 1010 969 CONFIG_INPUT=y 1011 970 # CONFIG_INPUT_FF_MEMLESS is not set 1012 971 # CONFIG_INPUT_POLLDEV is not set 972 + # CONFIG_INPUT_SPARSEKMAP is not set 1013 973 1014 974 # 1015 975 # Userland interfaces ··· 1049 1007 # CONFIG_SERIO_PCIPS2 is not set 1050 1008 # CONFIG_SERIO_RAW is not set 1051 1009 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 1010 + # CONFIG_SERIO_ALTERA_PS2 is not set 1052 1011 # CONFIG_GAMEPORT is not set 1053 1012 1054 1013 # ··· 1082 1039 CONFIG_SERIAL_CORE_CONSOLE=y 1083 1040 # CONFIG_SERIAL_JSM is not set 1084 1041 # CONFIG_SERIAL_OF_PLATFORM is not set 1042 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 1085 1043 CONFIG_UNIX98_PTYS=y 1086 1044 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1087 1045 CONFIG_LEGACY_PTYS=y ··· 1140 1096 # CONFIG_I2C_TINY_USB is not set 1141 1097 1142 1098 # 1143 - # Graphics adapter I2C/DDC channel drivers 1144 - # 1145 - # CONFIG_I2C_VOODOO3 is not set 1146 - 1147 - # 1148 1099 # Other I2C/SMBus bus drivers 1149 1100 # 1150 1101 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1148 1109 # 1149 1110 # Miscellaneous I2C Chip support 1150 1111 # 1151 - # CONFIG_DS1682 is not set 1152 1112 # CONFIG_SENSORS_TSL2550 is not set 1153 1113 # CONFIG_I2C_DEBUG_CORE is not set 1154 1114 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1193 1155 # CONFIG_SENSORS_GL520SM is not set 1194 1156 # CONFIG_SENSORS_IT87 is not set 1195 1157 # CONFIG_SENSORS_LM63 is not set 1158 + # CONFIG_SENSORS_LM73 is not set 1196 1159 # CONFIG_SENSORS_LM75 is not set 1197 1160 # CONFIG_SENSORS_LM77 is not set 1198 1161 # CONFIG_SENSORS_LM78 is not set ··· 1232 1193 # CONFIG_SENSORS_W83L786NG is not set 1233 1194 # CONFIG_SENSORS_W83627HF is not set 1234 1195 # CONFIG_SENSORS_W83627EHF is not set 1196 + # CONFIG_SENSORS_LIS3_I2C is not set 1235 1197 # CONFIG_THERMAL is not set 1236 1198 # CONFIG_WATCHDOG is not set 1237 1199 CONFIG_SSB_POSSIBLE=y ··· 1251 1211 # CONFIG_TWL4030_CORE is not set 1252 1212 # CONFIG_MFD_TMIO is not set 1253 1213 # CONFIG_PMIC_DA903X is not set 1214 + # CONFIG_PMIC_ADP5520 is not set 1254 1215 # CONFIG_MFD_WM8400 is not set 1255 1216 # CONFIG_MFD_WM831X is not set 1256 1217 # CONFIG_MFD_WM8350_I2C is not set 1257 1218 # CONFIG_MFD_PCF50633 is not set 1258 1219 # CONFIG_AB3100_CORE is not set 1220 + # CONFIG_MFD_88PM8607 is not set 1259 1221 # CONFIG_REGULATOR is not set 1260 1222 # CONFIG_MEDIA_SUPPORT is not set 1261 1223 ··· 1323 1281 CONFIG_USB_EHCI_HCD=y 1324 1282 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1325 1283 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1284 + # CONFIG_XPS_USB_HCD_XILINX is not set 1326 1285 # CONFIG_USB_EHCI_FSL is not set 1327 1286 CONFIG_USB_EHCI_HCD_PPC_OF=y 1328 1287 # CONFIG_USB_OXU210HP_HCD is not set ··· 1497 1454 # CONFIG_RTC_DRV_PCF8563 is not set 1498 1455 # CONFIG_RTC_DRV_PCF8583 is not set 1499 1456 # CONFIG_RTC_DRV_M41T80 is not set 1457 + # CONFIG_RTC_DRV_BQ32K is not set 1500 1458 # CONFIG_RTC_DRV_S35390A is not set 1501 1459 # CONFIG_RTC_DRV_FM3130 is not set 1502 1460 # CONFIG_RTC_DRV_RX8581 is not set ··· 1519 1475 # CONFIG_RTC_DRV_M48T86 is not set 1520 1476 # CONFIG_RTC_DRV_M48T35 is not set 1521 1477 # CONFIG_RTC_DRV_M48T59 is not set 1478 + # CONFIG_RTC_DRV_MSM6242 is not set 1522 1479 # CONFIG_RTC_DRV_BQ4802 is not set 1480 + # CONFIG_RTC_DRV_RP5C01 is not set 1523 1481 # CONFIG_RTC_DRV_V3020 is not set 1524 1482 1525 1483 # ··· 1832 1786 # CONFIG_KEYS is not set 1833 1787 # CONFIG_SECURITY is not set 1834 1788 # CONFIG_SECURITYFS is not set 1835 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1789 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1790 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1791 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1792 + CONFIG_DEFAULT_SECURITY_DAC=y 1793 + CONFIG_DEFAULT_SECURITY="" 1836 1794 CONFIG_CRYPTO=y 1837 1795 1838 1796 #
+54 -20
arch/powerpc/configs/mgcoge_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:09 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:02 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 # CONFIG_DEFAULT_UIMAGE is not set 63 - CONFIG_HIBERNATE_32=y 64 62 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 63 # CONFIG_PPC_DCR_NATIVE is not set 66 64 # CONFIG_PPC_DCR_MMIO is not set ··· 87 87 # 88 88 CONFIG_TREE_RCU=y 89 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 90 91 # CONFIG_RCU_TRACE is not set 91 92 CONFIG_RCU_FANOUT=32 92 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 169 168 # IO Schedulers 170 169 # 171 170 CONFIG_IOSCHED_NOOP=y 172 - # CONFIG_IOSCHED_AS is not set 173 171 CONFIG_IOSCHED_DEADLINE=y 174 172 # CONFIG_IOSCHED_CFQ is not set 175 - # CONFIG_DEFAULT_AS is not set 176 173 CONFIG_DEFAULT_DEADLINE=y 177 174 # CONFIG_DEFAULT_CFQ is not set 178 175 # CONFIG_DEFAULT_NOOP is not set 179 176 CONFIG_DEFAULT_IOSCHED="deadline" 177 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 178 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 179 + # CONFIG_INLINE_SPIN_LOCK is not set 180 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 181 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 182 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 183 + CONFIG_INLINE_SPIN_UNLOCK=y 184 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 185 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 186 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 187 + # CONFIG_INLINE_READ_TRYLOCK is not set 188 + # CONFIG_INLINE_READ_LOCK is not set 189 + # CONFIG_INLINE_READ_LOCK_BH is not set 190 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 191 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 192 + CONFIG_INLINE_READ_UNLOCK=y 193 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 194 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 195 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 196 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 197 + # CONFIG_INLINE_WRITE_LOCK is not set 198 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 199 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 200 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 201 + CONFIG_INLINE_WRITE_UNLOCK=y 202 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 203 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 204 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 205 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 180 206 # CONFIG_FREEZER is not set 181 207 182 208 # ··· 236 208 # CONFIG_MPIC_WEIRD is not set 237 209 CONFIG_PPC_I8259=y 238 210 CONFIG_PPC_RTAS=y 239 - # CONFIG_RTAS_ERROR_LOGGING is not set 211 + CONFIG_RTAS_ERROR_LOGGING=y 212 + CONFIG_PPC_RTAS_DAEMON=y 240 213 CONFIG_RTAS_PROC=y 241 214 # CONFIG_MMIO_NVRAM is not set 242 215 CONFIG_PPC_MPC106=y ··· 279 250 CONFIG_ARCH_HAS_WALK_MEMORY=y 280 251 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 281 252 # CONFIG_CRASH_DUMP is not set 253 + CONFIG_SPARSE_IRQ=y 282 254 CONFIG_MAX_ACTIVE_REGIONS=32 283 255 CONFIG_ARCH_FLATMEM_ENABLE=y 284 256 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 292 262 CONFIG_ZONE_DMA_FLAG=1 293 263 CONFIG_BOUNCE=y 294 264 CONFIG_VIRT_TO_BUS=y 295 - CONFIG_HAVE_MLOCK=y 296 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 297 265 # CONFIG_KSM is not set 298 266 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 299 267 CONFIG_PPC_4K_PAGES=y ··· 423 395 # CONFIG_BT is not set 424 396 CONFIG_WIRELESS=y 425 397 # CONFIG_CFG80211 is not set 426 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 427 - CONFIG_WIRELESS_OLD_REGULATORY=y 428 - # CONFIG_WIRELESS_EXT is not set 429 398 # CONFIG_LIB80211 is not set 430 399 431 400 # ··· 550 525 # CONFIG_BLK_DEV_COW_COMMON is not set 551 526 CONFIG_BLK_DEV_LOOP=y 552 527 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 528 + 529 + # 530 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 531 + # 553 532 # CONFIG_BLK_DEV_NBD is not set 554 533 # CONFIG_BLK_DEV_SX8 is not set 555 534 CONFIG_BLK_DEV_RAM=y ··· 587 558 # 588 559 589 560 # 590 - # See the help texts for more information. 561 + # The newer stack is recommended. 591 562 # 592 563 # CONFIG_FIREWIRE is not set 593 564 # CONFIG_IEEE1394 is not set ··· 654 625 # CONFIG_NETDEV_10000 is not set 655 626 # CONFIG_TR is not set 656 627 CONFIG_WLAN=y 657 - # CONFIG_WLAN_PRE80211 is not set 658 - # CONFIG_WLAN_80211 is not set 628 + # CONFIG_AIRO is not set 629 + # CONFIG_ATMEL is not set 630 + # CONFIG_HOSTAP is not set 659 631 660 632 # 661 633 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 667 637 # CONFIG_SLIP is not set 668 638 # CONFIG_NETPOLL is not set 669 639 # CONFIG_NET_POLL_CONTROLLER is not set 640 + # CONFIG_VMXNET3 is not set 670 641 # CONFIG_ISDN is not set 671 642 # CONFIG_PHONE is not set 672 643 ··· 704 673 CONFIG_SERIAL_CPM=y 705 674 CONFIG_SERIAL_CPM_CONSOLE=y 706 675 # CONFIG_SERIAL_JSM is not set 676 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 707 677 CONFIG_UNIX98_PTYS=y 708 678 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 709 679 CONFIG_LEGACY_PTYS=y ··· 766 734 # CONFIG_I2C_PARPORT_LIGHT is not set 767 735 768 736 # 769 - # Graphics adapter I2C/DDC channel drivers 770 - # 771 - # CONFIG_I2C_VOODOO3 is not set 772 - 773 - # 774 737 # Other I2C/SMBus bus drivers 775 738 # 776 739 # CONFIG_I2C_PCA_PLATFORM is not set ··· 802 775 # 803 776 # PCI GPIO expanders: 804 777 # 778 + # CONFIG_GPIO_CS5535 is not set 805 779 # CONFIG_GPIO_BT8XX is not set 806 780 # CONFIG_GPIO_LANGWELL is not set 807 781 ··· 835 807 # CONFIG_TWL4030_CORE is not set 836 808 # CONFIG_MFD_TMIO is not set 837 809 # CONFIG_PMIC_DA903X is not set 810 + # CONFIG_PMIC_ADP5520 is not set 838 811 # CONFIG_MFD_WM8400 is not set 839 812 # CONFIG_MFD_WM831X is not set 840 813 # CONFIG_MFD_WM8350_I2C is not set 841 814 # CONFIG_MFD_PCF50633 is not set 842 815 # CONFIG_AB3100_CORE is not set 816 + # CONFIG_MFD_88PM8607 is not set 843 817 # CONFIG_REGULATOR is not set 844 818 # CONFIG_MEDIA_SUPPORT is not set 845 819 ··· 1148 1118 # CONFIG_KEYS is not set 1149 1119 # CONFIG_SECURITY is not set 1150 1120 # CONFIG_SECURITYFS is not set 1151 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1121 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1122 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1123 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1124 + CONFIG_DEFAULT_SECURITY_DAC=y 1125 + CONFIG_DEFAULT_SECURITY="" 1152 1126 CONFIG_CRYPTO=y 1153 1127 1154 1128 #
+49 -14
arch/powerpc/configs/mgsuvd_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:10 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:03 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 32 32 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 33 33 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 34 34 CONFIG_IRQ_PER_CPU=y 35 + CONFIG_NR_IRQS=512 35 36 CONFIG_STACKTRACE_SUPPORT=y 36 37 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 37 38 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 54 53 CONFIG_AUDIT_ARCH=y 55 54 CONFIG_DTC=y 56 55 # CONFIG_DEFAULT_UIMAGE is not set 56 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 57 57 # CONFIG_PPC_DCR_NATIVE is not set 58 58 # CONFIG_PPC_DCR_MMIO is not set 59 59 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 82 80 # 83 81 CONFIG_TREE_RCU=y 84 82 # CONFIG_TREE_PREEMPT_RCU is not set 83 + # CONFIG_TINY_RCU is not set 85 84 # CONFIG_RCU_TRACE is not set 86 85 CONFIG_RCU_FANOUT=32 87 86 # CONFIG_RCU_FANOUT_EXACT is not set ··· 165 162 # IO Schedulers 166 163 # 167 164 CONFIG_IOSCHED_NOOP=y 168 - CONFIG_IOSCHED_AS=y 169 165 CONFIG_IOSCHED_DEADLINE=y 170 166 CONFIG_IOSCHED_CFQ=y 171 - CONFIG_DEFAULT_AS=y 172 167 # CONFIG_DEFAULT_DEADLINE is not set 173 - # CONFIG_DEFAULT_CFQ is not set 168 + CONFIG_DEFAULT_CFQ=y 174 169 # CONFIG_DEFAULT_NOOP is not set 175 - CONFIG_DEFAULT_IOSCHED="anticipatory" 170 + CONFIG_DEFAULT_IOSCHED="cfq" 171 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 172 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 173 + # CONFIG_INLINE_SPIN_LOCK is not set 174 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 175 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 176 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 177 + CONFIG_INLINE_SPIN_UNLOCK=y 178 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 179 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 180 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 181 + # CONFIG_INLINE_READ_TRYLOCK is not set 182 + # CONFIG_INLINE_READ_LOCK is not set 183 + # CONFIG_INLINE_READ_LOCK_BH is not set 184 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 185 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 186 + CONFIG_INLINE_READ_UNLOCK=y 187 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 188 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 189 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 190 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 191 + # CONFIG_INLINE_WRITE_LOCK is not set 192 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 193 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 194 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 195 + CONFIG_INLINE_WRITE_UNLOCK=y 196 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 197 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 198 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 199 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 176 200 # CONFIG_FREEZER is not set 177 201 178 202 # ··· 274 244 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 275 245 CONFIG_ARCH_HAS_WALK_MEMORY=y 276 246 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 247 + CONFIG_SPARSE_IRQ=y 277 248 CONFIG_MAX_ACTIVE_REGIONS=32 278 249 CONFIG_ARCH_FLATMEM_ENABLE=y 279 250 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 291 260 CONFIG_ZONE_DMA_FLAG=1 292 261 CONFIG_BOUNCE=y 293 262 CONFIG_VIRT_TO_BUS=y 294 - CONFIG_HAVE_MLOCK=y 295 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 296 263 # CONFIG_KSM is not set 297 264 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 298 265 CONFIG_PPC_4K_PAGES=y ··· 408 379 # CONFIG_AF_RXRPC is not set 409 380 CONFIG_WIRELESS=y 410 381 # CONFIG_CFG80211 is not set 411 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 412 - CONFIG_WIRELESS_OLD_REGULATORY=y 413 - # CONFIG_WIRELESS_EXT is not set 414 382 # CONFIG_LIB80211 is not set 415 383 416 384 # ··· 523 497 # CONFIG_BLK_DEV_COW_COMMON is not set 524 498 CONFIG_BLK_DEV_LOOP=y 525 499 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 500 + 501 + # 502 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 503 + # 526 504 # CONFIG_BLK_DEV_NBD is not set 527 505 CONFIG_BLK_DEV_RAM=y 528 506 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 598 568 # CONFIG_NETDEV_1000 is not set 599 569 # CONFIG_NETDEV_10000 is not set 600 570 CONFIG_WLAN=y 601 - # CONFIG_WLAN_PRE80211 is not set 602 - # CONFIG_WLAN_80211 is not set 571 + # CONFIG_HOSTAP is not set 603 572 604 573 # 605 574 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 643 614 CONFIG_SERIAL_CORE_CONSOLE=y 644 615 CONFIG_SERIAL_CPM=y 645 616 CONFIG_SERIAL_CPM_CONSOLE=y 617 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 646 618 CONFIG_UNIX98_PTYS=y 647 619 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 648 620 # CONFIG_LEGACY_PTYS is not set ··· 893 863 # CONFIG_DEBUG_MEMORY_INIT is not set 894 864 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 895 865 # CONFIG_LATENCYTOP is not set 866 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 896 867 CONFIG_HAVE_FUNCTION_TRACER=y 897 868 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 898 869 CONFIG_HAVE_DYNAMIC_FTRACE=y ··· 918 887 # CONFIG_KEYS is not set 919 888 # CONFIG_SECURITY is not set 920 889 # CONFIG_SECURITYFS is not set 921 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 890 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 891 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 892 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 893 + CONFIG_DEFAULT_SECURITY_DAC=y 894 + CONFIG_DEFAULT_SECURITY="" 922 895 CONFIG_CRYPTO=y 923 896 924 897 #
+86 -20
arch/powerpc/configs/mpc5200_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc4 4 - # Thu Oct 15 10:33:21 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Wed Dec 30 15:08:52 2009 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 CONFIG_ARCH_SUSPEND_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set ··· 89 87 # 90 88 CONFIG_TREE_RCU=y 91 89 # CONFIG_TREE_PREEMPT_RCU is not set 90 + # CONFIG_TINY_RCU is not set 92 91 # CONFIG_RCU_TRACE is not set 93 92 CONFIG_RCU_FANOUT=32 94 93 # CONFIG_RCU_FANOUT_EXACT is not set ··· 173 170 # IO Schedulers 174 171 # 175 172 CONFIG_IOSCHED_NOOP=y 176 - CONFIG_IOSCHED_AS=y 177 173 CONFIG_IOSCHED_DEADLINE=y 178 174 CONFIG_IOSCHED_CFQ=y 179 - CONFIG_DEFAULT_AS=y 180 175 # CONFIG_DEFAULT_DEADLINE is not set 181 - # CONFIG_DEFAULT_CFQ is not set 176 + CONFIG_DEFAULT_CFQ=y 182 177 # CONFIG_DEFAULT_NOOP is not set 183 - CONFIG_DEFAULT_IOSCHED="anticipatory" 178 + CONFIG_DEFAULT_IOSCHED="cfq" 179 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 180 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 181 + # CONFIG_INLINE_SPIN_LOCK is not set 182 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 183 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 184 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 185 + CONFIG_INLINE_SPIN_UNLOCK=y 186 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 187 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 188 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 189 + # CONFIG_INLINE_READ_TRYLOCK is not set 190 + # CONFIG_INLINE_READ_LOCK is not set 191 + # CONFIG_INLINE_READ_LOCK_BH is not set 192 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 193 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 194 + CONFIG_INLINE_READ_UNLOCK=y 195 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 196 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 197 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 198 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 199 + # CONFIG_INLINE_WRITE_LOCK is not set 200 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 201 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 202 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 203 + CONFIG_INLINE_WRITE_UNLOCK=y 204 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 205 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 206 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 207 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 184 208 CONFIG_FREEZER=y 185 209 186 210 # ··· 223 193 CONFIG_PPC_MEDIA5200=y 224 194 CONFIG_PPC_MPC5200_BUGFIX=y 225 195 CONFIG_PPC_MPC5200_GPIO=y 196 + CONFIG_PPC_MPC5200_LPBFIFO=m 226 197 # CONFIG_PPC_PMAC is not set 227 198 # CONFIG_PPC_CELL is not set 228 199 # CONFIG_PPC_CELL_NATIVE is not set ··· 242 211 # CONFIG_PPC_I8259 is not set 243 212 CONFIG_PPC_RTAS=y 244 213 # CONFIG_RTAS_ERROR_LOGGING is not set 214 + # CONFIG_PPC_RTAS_DAEMON is not set 245 215 CONFIG_RTAS_PROC=y 246 216 # CONFIG_MMIO_NVRAM is not set 247 217 # CONFIG_PPC_MPC106 is not set ··· 255 223 CONFIG_PPC_BESTCOMM=y 256 224 CONFIG_PPC_BESTCOMM_ATA=y 257 225 CONFIG_PPC_BESTCOMM_FEC=y 226 + CONFIG_PPC_BESTCOMM_GEN_BD=m 258 227 CONFIG_SIMPLE_GPIO=y 259 228 260 229 # ··· 286 253 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 287 254 # CONFIG_KEXEC is not set 288 255 # CONFIG_CRASH_DUMP is not set 256 + CONFIG_SPARSE_IRQ=y 289 257 CONFIG_MAX_ACTIVE_REGIONS=32 290 258 CONFIG_ARCH_FLATMEM_ENABLE=y 291 259 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 303 269 CONFIG_ZONE_DMA_FLAG=1 304 270 CONFIG_BOUNCE=y 305 271 CONFIG_VIRT_TO_BUS=y 306 - CONFIG_HAVE_MLOCK=y 307 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 308 272 # CONFIG_KSM is not set 309 273 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 310 274 CONFIG_PPC_4K_PAGES=y ··· 318 286 CONFIG_PM_SLEEP=y 319 287 CONFIG_SUSPEND=y 320 288 CONFIG_SUSPEND_FREEZER=y 289 + # CONFIG_HIBERNATION is not set 321 290 # CONFIG_PM_RUNTIME is not set 322 291 CONFIG_SECCOMP=y 323 292 CONFIG_ISA_DMA_API=y ··· 432 399 # CONFIG_IRDA is not set 433 400 # CONFIG_BT is not set 434 401 # CONFIG_AF_RXRPC is not set 435 - # CONFIG_WIRELESS is not set 402 + CONFIG_WIRELESS=y 403 + # CONFIG_CFG80211 is not set 404 + # CONFIG_LIB80211 is not set 405 + 406 + # 407 + # CFG80211 needs to be enabled for MAC80211 408 + # 436 409 # CONFIG_WIMAX is not set 437 410 # CONFIG_RFKILL is not set 438 411 # CONFIG_NET_9P is not set ··· 569 530 # CONFIG_BLK_DEV_COW_COMMON is not set 570 531 CONFIG_BLK_DEV_LOOP=y 571 532 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 533 + 534 + # 535 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 536 + # 572 537 # CONFIG_BLK_DEV_NBD is not set 573 538 # CONFIG_BLK_DEV_SX8 is not set 574 539 # CONFIG_BLK_DEV_UB is not set ··· 584 541 # CONFIG_ATA_OVER_ETH is not set 585 542 # CONFIG_BLK_DEV_HD is not set 586 543 CONFIG_MISC_DEVICES=y 544 + # CONFIG_AD525X_DPOT is not set 587 545 # CONFIG_PHANTOM is not set 588 546 # CONFIG_SGI_IOC4 is not set 589 547 # CONFIG_TIFM_CORE is not set ··· 592 548 # CONFIG_ENCLOSURE_SERVICES is not set 593 549 # CONFIG_HP_ILO is not set 594 550 # CONFIG_ISL29003 is not set 551 + # CONFIG_DS1682 is not set 552 + # CONFIG_TI_DAC7512 is not set 595 553 # CONFIG_C2PORT is not set 596 554 597 555 # ··· 646 600 # CONFIG_SCSI_BNX2_ISCSI is not set 647 601 # CONFIG_BE2ISCSI is not set 648 602 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 603 + # CONFIG_SCSI_HPSA is not set 649 604 # CONFIG_SCSI_3W_9XXX is not set 605 + # CONFIG_SCSI_3W_SAS is not set 650 606 # CONFIG_SCSI_ACARD is not set 651 607 # CONFIG_SCSI_AACRAID is not set 652 608 # CONFIG_SCSI_AIC7XXX is not set ··· 687 639 # CONFIG_SCSI_NSP32 is not set 688 640 # CONFIG_SCSI_DEBUG is not set 689 641 # CONFIG_SCSI_PMCRAID is not set 642 + # CONFIG_SCSI_PM8001 is not set 690 643 # CONFIG_SCSI_SRP is not set 691 644 # CONFIG_SCSI_BFA_FC is not set 692 645 # CONFIG_SCSI_DH is not set ··· 743 694 # CONFIG_PATA_NS87415 is not set 744 695 # CONFIG_PATA_OPTI is not set 745 696 # CONFIG_PATA_OPTIDMA is not set 697 + # CONFIG_PATA_PDC2027X is not set 746 698 # CONFIG_PATA_PDC_OLD is not set 747 699 # CONFIG_PATA_RADISYS is not set 748 700 # CONFIG_PATA_RDC is not set 749 701 # CONFIG_PATA_RZ1000 is not set 750 702 # CONFIG_PATA_SC1200 is not set 751 703 # CONFIG_PATA_SERVERWORKS is not set 752 - # CONFIG_PATA_PDC2027X is not set 753 704 # CONFIG_PATA_SIL680 is not set 754 705 # CONFIG_PATA_SIS is not set 706 + # CONFIG_PATA_TOSHIBA is not set 755 707 # CONFIG_PATA_VIA is not set 756 708 # CONFIG_PATA_WINBOND is not set 757 709 CONFIG_PATA_PLATFORM=y ··· 835 785 # CONFIG_NETDEV_10000 is not set 836 786 # CONFIG_TR is not set 837 787 CONFIG_WLAN=y 838 - # CONFIG_WLAN_PRE80211 is not set 839 - # CONFIG_WLAN_80211 is not set 788 + # CONFIG_AIRO is not set 789 + # CONFIG_ATMEL is not set 790 + # CONFIG_PRISM54 is not set 791 + # CONFIG_USB_ZD1201 is not set 792 + # CONFIG_HOSTAP is not set 840 793 841 794 # 842 795 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 862 809 # CONFIG_NETCONSOLE is not set 863 810 # CONFIG_NETPOLL is not set 864 811 # CONFIG_NET_POLL_CONTROLLER is not set 812 + # CONFIG_VMXNET3 is not set 865 813 # CONFIG_ISDN is not set 866 814 # CONFIG_PHONE is not set 867 815 ··· 872 818 CONFIG_INPUT=y 873 819 # CONFIG_INPUT_FF_MEMLESS is not set 874 820 # CONFIG_INPUT_POLLDEV is not set 821 + # CONFIG_INPUT_SPARSEKMAP is not set 875 822 876 823 # 877 824 # Userland interfaces ··· 929 874 CONFIG_SERIAL_MPC52xx_CONSOLE=y 930 875 CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200 931 876 # CONFIG_SERIAL_JSM is not set 877 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 932 878 CONFIG_UNIX98_PTYS=y 933 879 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 934 880 CONFIG_LEGACY_PTYS=y ··· 990 934 # CONFIG_I2C_TINY_USB is not set 991 935 992 936 # 993 - # Graphics adapter I2C/DDC channel drivers 994 - # 995 - # CONFIG_I2C_VOODOO3 is not set 996 - 997 - # 998 937 # Other I2C/SMBus bus drivers 999 938 # 1000 939 # CONFIG_I2C_PCA_PLATFORM is not set ··· 998 947 # 999 948 # Miscellaneous I2C Chip support 1000 949 # 1001 - # CONFIG_DS1682 is not set 1002 950 # CONFIG_SENSORS_TSL2550 is not set 1003 951 # CONFIG_I2C_DEBUG_CORE is not set 1004 952 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1012 962 # 1013 963 # CONFIG_SPI_BITBANG is not set 1014 964 # CONFIG_SPI_GPIO is not set 965 + # CONFIG_SPI_MPC52xx is not set 1015 966 CONFIG_SPI_MPC52xx_PSC=m 967 + # CONFIG_SPI_XILINX is not set 968 + # CONFIG_SPI_DESIGNWARE is not set 1016 969 1017 970 # 1018 971 # SPI Protocol Masters ··· 1048 995 # 1049 996 # PCI GPIO expanders: 1050 997 # 998 + # CONFIG_GPIO_CS5535 is not set 1051 999 # CONFIG_GPIO_BT8XX is not set 1052 1000 # CONFIG_GPIO_LANGWELL is not set 1053 1001 ··· 1096 1042 # CONFIG_SENSORS_IT87 is not set 1097 1043 # CONFIG_SENSORS_LM63 is not set 1098 1044 # CONFIG_SENSORS_LM70 is not set 1045 + # CONFIG_SENSORS_LM73 is not set 1099 1046 # CONFIG_SENSORS_LM75 is not set 1100 1047 # CONFIG_SENSORS_LM77 is not set 1101 1048 # CONFIG_SENSORS_LM78 is not set ··· 1138 1083 # CONFIG_SENSORS_W83627HF is not set 1139 1084 # CONFIG_SENSORS_W83627EHF is not set 1140 1085 # CONFIG_SENSORS_LIS3_SPI is not set 1086 + # CONFIG_SENSORS_LIS3_I2C is not set 1141 1087 # CONFIG_THERMAL is not set 1142 1088 CONFIG_WATCHDOG=y 1143 1089 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1178 1122 # CONFIG_TWL4030_CORE is not set 1179 1123 # CONFIG_MFD_TMIO is not set 1180 1124 # CONFIG_PMIC_DA903X is not set 1125 + # CONFIG_PMIC_ADP5520 is not set 1181 1126 # CONFIG_MFD_WM8400 is not set 1182 1127 # CONFIG_MFD_WM831X is not set 1183 1128 # CONFIG_MFD_WM8350_I2C is not set ··· 1186 1129 # CONFIG_MFD_MC13783 is not set 1187 1130 # CONFIG_AB3100_CORE is not set 1188 1131 # CONFIG_EZX_PCAP is not set 1132 + # CONFIG_MFD_88PM8607 is not set 1133 + # CONFIG_AB4500_CORE is not set 1189 1134 # CONFIG_REGULATOR is not set 1190 1135 # CONFIG_MEDIA_SUPPORT is not set 1191 1136 ··· 1381 1322 # CONFIG_USB_R8A66597_HCD is not set 1382 1323 # CONFIG_USB_WHCI_HCD is not set 1383 1324 # CONFIG_USB_HWA_HCD is not set 1384 - # CONFIG_USB_MUSB_HDRC is not set 1385 1325 1386 1326 # 1387 1327 # USB Device Class drivers ··· 1498 1440 # CONFIG_RTC_DRV_PCF8563 is not set 1499 1441 # CONFIG_RTC_DRV_PCF8583 is not set 1500 1442 # CONFIG_RTC_DRV_M41T80 is not set 1443 + # CONFIG_RTC_DRV_BQ32K is not set 1501 1444 # CONFIG_RTC_DRV_S35390A is not set 1502 1445 # CONFIG_RTC_DRV_FM3130 is not set 1503 1446 # CONFIG_RTC_DRV_RX8581 is not set ··· 1528 1469 # CONFIG_RTC_DRV_M48T86 is not set 1529 1470 # CONFIG_RTC_DRV_M48T35 is not set 1530 1471 # CONFIG_RTC_DRV_M48T59 is not set 1472 + # CONFIG_RTC_DRV_MSM6242 is not set 1531 1473 # CONFIG_RTC_DRV_BQ4802 is not set 1474 + # CONFIG_RTC_DRV_RP5C01 is not set 1532 1475 # CONFIG_RTC_DRV_V3020 is not set 1533 1476 1534 1477 # ··· 1792 1731 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1793 1732 # CONFIG_FAULT_INJECTION is not set 1794 1733 # CONFIG_LATENCYTOP is not set 1734 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1795 1735 # CONFIG_DEBUG_PAGEALLOC is not set 1796 1736 CONFIG_HAVE_FUNCTION_TRACER=y 1797 1737 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1836 1774 # CONFIG_KEYS is not set 1837 1775 # CONFIG_SECURITY is not set 1838 1776 # CONFIG_SECURITYFS is not set 1839 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1777 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1778 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1779 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1780 + CONFIG_DEFAULT_SECURITY_DAC=y 1781 + CONFIG_DEFAULT_SECURITY="" 1840 1782 CONFIG_CRYPTO=y 1841 1783 1842 1784 #
+62 -17
arch/powerpc/configs/mpc7448_hpc2_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:10 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:04 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 59 58 CONFIG_GENERIC_BUG=y 60 59 CONFIG_DTC=y 61 60 CONFIG_DEFAULT_UIMAGE=y 61 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 62 62 # CONFIG_PPC_DCR_NATIVE is not set 63 63 # CONFIG_PPC_DCR_MMIO is not set 64 64 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 87 85 # 88 86 CONFIG_TREE_RCU=y 89 87 # CONFIG_TREE_PREEMPT_RCU is not set 88 + # CONFIG_TINY_RCU is not set 90 89 # CONFIG_RCU_TRACE is not set 91 90 CONFIG_RCU_FANOUT=32 92 91 # CONFIG_RCU_FANOUT_EXACT is not set ··· 170 167 # IO Schedulers 171 168 # 172 169 CONFIG_IOSCHED_NOOP=y 173 - CONFIG_IOSCHED_AS=y 174 170 CONFIG_IOSCHED_DEADLINE=y 175 171 CONFIG_IOSCHED_CFQ=y 176 - CONFIG_DEFAULT_AS=y 177 172 # CONFIG_DEFAULT_DEADLINE is not set 178 - # CONFIG_DEFAULT_CFQ is not set 173 + CONFIG_DEFAULT_CFQ=y 179 174 # CONFIG_DEFAULT_NOOP is not set 180 - CONFIG_DEFAULT_IOSCHED="anticipatory" 175 + CONFIG_DEFAULT_IOSCHED="cfq" 176 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 177 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 178 + # CONFIG_INLINE_SPIN_LOCK is not set 179 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 180 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 181 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 182 + CONFIG_INLINE_SPIN_UNLOCK=y 183 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 184 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 185 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 186 + # CONFIG_INLINE_READ_TRYLOCK is not set 187 + # CONFIG_INLINE_READ_LOCK is not set 188 + # CONFIG_INLINE_READ_LOCK_BH is not set 189 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 190 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 191 + CONFIG_INLINE_READ_UNLOCK=y 192 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 193 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 194 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 195 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 196 + # CONFIG_INLINE_WRITE_LOCK is not set 197 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 198 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 199 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 200 + CONFIG_INLINE_WRITE_UNLOCK=y 201 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 202 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 203 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 204 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 181 205 # CONFIG_FREEZER is not set 182 206 183 207 # ··· 229 199 # CONFIG_PPC_PRPMC2800 is not set 230 200 # CONFIG_PPC_C2K is not set 231 201 CONFIG_TSI108_BRIDGE=y 202 + # CONFIG_GAMECUBE is not set 203 + # CONFIG_WII is not set 232 204 # CONFIG_AMIGAONE is not set 233 205 CONFIG_PPC_OF_BOOT_TRAMPOLINE=y 234 206 # CONFIG_IPIC is not set ··· 276 244 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 277 245 # CONFIG_KEXEC is not set 278 246 # CONFIG_CRASH_DUMP is not set 247 + CONFIG_SPARSE_IRQ=y 279 248 CONFIG_MAX_ACTIVE_REGIONS=32 280 249 CONFIG_ARCH_FLATMEM_ENABLE=y 281 250 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 293 260 CONFIG_ZONE_DMA_FLAG=1 294 261 CONFIG_BOUNCE=y 295 262 CONFIG_VIRT_TO_BUS=y 296 - CONFIG_HAVE_MLOCK=y 297 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 298 263 # CONFIG_KSM is not set 299 264 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 300 265 CONFIG_PPC_4K_PAGES=y ··· 416 385 # CONFIG_AF_RXRPC is not set 417 386 CONFIG_WIRELESS=y 418 387 # CONFIG_CFG80211 is not set 419 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 420 - CONFIG_WIRELESS_OLD_REGULATORY=y 421 - # CONFIG_WIRELESS_EXT is not set 422 388 # CONFIG_LIB80211 is not set 423 389 424 390 # ··· 452 424 # CONFIG_BLK_DEV_COW_COMMON is not set 453 425 CONFIG_BLK_DEV_LOOP=y 454 426 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 427 + 428 + # 429 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 430 + # 455 431 # CONFIG_BLK_DEV_NBD is not set 456 432 # CONFIG_BLK_DEV_SX8 is not set 457 433 CONFIG_BLK_DEV_RAM=y ··· 519 487 # CONFIG_SCSI_BNX2_ISCSI is not set 520 488 # CONFIG_BE2ISCSI is not set 521 489 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 490 + # CONFIG_SCSI_HPSA is not set 522 491 # CONFIG_SCSI_3W_9XXX is not set 492 + # CONFIG_SCSI_3W_SAS is not set 523 493 # CONFIG_SCSI_ACARD is not set 524 494 # CONFIG_SCSI_AACRAID is not set 525 495 # CONFIG_SCSI_AIC7XXX is not set ··· 560 526 # CONFIG_SCSI_NSP32 is not set 561 527 # CONFIG_SCSI_DEBUG is not set 562 528 # CONFIG_SCSI_PMCRAID is not set 529 + # CONFIG_SCSI_PM8001 is not set 563 530 # CONFIG_SCSI_SRP is not set 564 531 # CONFIG_SCSI_BFA_FC is not set 565 532 # CONFIG_SCSI_DH is not set ··· 615 580 # CONFIG_PATA_NS87415 is not set 616 581 # CONFIG_PATA_OPTI is not set 617 582 # CONFIG_PATA_OPTIDMA is not set 583 + # CONFIG_PATA_PDC2027X is not set 618 584 # CONFIG_PATA_PDC_OLD is not set 619 585 # CONFIG_PATA_RADISYS is not set 620 586 # CONFIG_PATA_RDC is not set 621 587 # CONFIG_PATA_RZ1000 is not set 622 588 # CONFIG_PATA_SC1200 is not set 623 589 # CONFIG_PATA_SERVERWORKS is not set 624 - # CONFIG_PATA_PDC2027X is not set 625 590 # CONFIG_PATA_SIL680 is not set 626 591 # CONFIG_PATA_SIS is not set 592 + # CONFIG_PATA_TOSHIBA is not set 627 593 # CONFIG_PATA_VIA is not set 628 594 # CONFIG_PATA_WINBOND is not set 629 595 # CONFIG_PATA_PLATFORM is not set ··· 641 605 # 642 606 643 607 # 644 - # See the help texts for more information. 608 + # The newer stack is recommended. 645 609 # 646 610 # CONFIG_FIREWIRE is not set 647 611 # CONFIG_IEEE1394 is not set ··· 767 731 # CONFIG_BE2NET is not set 768 732 # CONFIG_TR is not set 769 733 CONFIG_WLAN=y 770 - # CONFIG_WLAN_PRE80211 is not set 771 - # CONFIG_WLAN_80211 is not set 734 + # CONFIG_AIRO is not set 735 + # CONFIG_ATMEL is not set 736 + # CONFIG_PRISM54 is not set 737 + # CONFIG_HOSTAP is not set 772 738 773 739 # 774 740 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 784 746 # CONFIG_NETCONSOLE is not set 785 747 # CONFIG_NETPOLL is not set 786 748 # CONFIG_NET_POLL_CONTROLLER is not set 749 + # CONFIG_VMXNET3 is not set 787 750 # CONFIG_ISDN is not set 788 751 # CONFIG_PHONE is not set 789 752 ··· 794 755 CONFIG_INPUT=y 795 756 # CONFIG_INPUT_FF_MEMLESS is not set 796 757 # CONFIG_INPUT_POLLDEV is not set 758 + # CONFIG_INPUT_SPARSEKMAP is not set 797 759 798 760 # 799 761 # Userland interfaces ··· 846 806 CONFIG_SERIAL_CORE_CONSOLE=y 847 807 # CONFIG_SERIAL_JSM is not set 848 808 # CONFIG_SERIAL_OF_PLATFORM is not set 809 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 849 810 CONFIG_UNIX98_PTYS=y 850 811 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 851 812 CONFIG_LEGACY_PTYS=y ··· 1132 1091 # CONFIG_DEBUG_KERNEL is not set 1133 1092 # CONFIG_SLUB_DEBUG_ON is not set 1134 1093 # CONFIG_SLUB_STATS is not set 1135 - # CONFIG_DEBUG_BUGVERBOSE is not set 1094 + CONFIG_DEBUG_BUGVERBOSE=y 1136 1095 # CONFIG_DEBUG_MEMORY_INIT is not set 1137 1096 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1138 1097 # CONFIG_LATENCYTOP is not set ··· 1159 1118 # CONFIG_KEYS is not set 1160 1119 # CONFIG_SECURITY is not set 1161 1120 # CONFIG_SECURITYFS is not set 1162 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1121 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1122 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1123 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1124 + CONFIG_DEFAULT_SECURITY_DAC=y 1125 + CONFIG_DEFAULT_SECURITY="" 1163 1126 CONFIG_CRYPTO=y 1164 1127 1165 1128 #
+55 -15
arch/powerpc/configs/mpc8272_ads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:11 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:05 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 # CONFIG_PPC_DCR_NATIVE is not set 64 64 # CONFIG_PPC_DCR_MMIO is not set 65 65 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 87 85 # 88 86 CONFIG_TREE_RCU=y 89 87 # CONFIG_TREE_PREEMPT_RCU is not set 88 + # CONFIG_TINY_RCU is not set 90 89 # CONFIG_RCU_TRACE is not set 91 90 CONFIG_RCU_FANOUT=32 92 91 # CONFIG_RCU_FANOUT_EXACT is not set ··· 164 161 # IO Schedulers 165 162 # 166 163 CONFIG_IOSCHED_NOOP=y 167 - CONFIG_IOSCHED_AS=y 168 164 CONFIG_IOSCHED_DEADLINE=y 169 165 CONFIG_IOSCHED_CFQ=y 170 - CONFIG_DEFAULT_AS=y 171 166 # CONFIG_DEFAULT_DEADLINE is not set 172 - # CONFIG_DEFAULT_CFQ is not set 167 + CONFIG_DEFAULT_CFQ=y 173 168 # CONFIG_DEFAULT_NOOP is not set 174 - CONFIG_DEFAULT_IOSCHED="anticipatory" 169 + CONFIG_DEFAULT_IOSCHED="cfq" 170 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 171 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 172 + # CONFIG_INLINE_SPIN_LOCK is not set 173 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 174 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 175 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 176 + CONFIG_INLINE_SPIN_UNLOCK=y 177 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 178 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 179 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 180 + # CONFIG_INLINE_READ_TRYLOCK is not set 181 + # CONFIG_INLINE_READ_LOCK is not set 182 + # CONFIG_INLINE_READ_LOCK_BH is not set 183 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 184 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 185 + CONFIG_INLINE_READ_UNLOCK=y 186 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 187 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 188 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 189 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 190 + # CONFIG_INLINE_WRITE_LOCK is not set 191 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 192 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 193 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 194 + CONFIG_INLINE_WRITE_UNLOCK=y 195 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 196 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 197 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 198 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 175 199 # CONFIG_FREEZER is not set 176 200 177 201 # ··· 270 240 CONFIG_ARCH_HAS_WALK_MEMORY=y 271 241 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 272 242 # CONFIG_CRASH_DUMP is not set 243 + CONFIG_SPARSE_IRQ=y 273 244 CONFIG_MAX_ACTIVE_REGIONS=32 274 245 CONFIG_ARCH_FLATMEM_ENABLE=y 275 246 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 283 252 CONFIG_ZONE_DMA_FLAG=1 284 253 CONFIG_BOUNCE=y 285 254 CONFIG_VIRT_TO_BUS=y 286 - CONFIG_HAVE_MLOCK=y 287 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 288 255 # CONFIG_KSM is not set 289 256 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 290 257 CONFIG_PPC_4K_PAGES=y ··· 432 403 # CONFIG_BT is not set 433 404 CONFIG_WIRELESS=y 434 405 # CONFIG_CFG80211 is not set 435 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 436 - CONFIG_WIRELESS_OLD_REGULATORY=y 437 - # CONFIG_WIRELESS_EXT is not set 438 406 # CONFIG_LIB80211 is not set 439 407 440 408 # ··· 552 526 # CONFIG_BLK_DEV_COW_COMMON is not set 553 527 CONFIG_BLK_DEV_LOOP=y 554 528 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 529 + 530 + # 531 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 532 + # 555 533 # CONFIG_BLK_DEV_NBD is not set 556 534 # CONFIG_BLK_DEV_SX8 is not set 557 535 # CONFIG_BLK_DEV_RAM is not set ··· 586 556 # 587 557 588 558 # 589 - # See the help texts for more information. 559 + # The newer stack is recommended. 590 560 # 591 561 # CONFIG_FIREWIRE is not set 592 562 # CONFIG_IEEE1394 is not set ··· 691 661 # CONFIG_BE2NET is not set 692 662 # CONFIG_TR is not set 693 663 CONFIG_WLAN=y 694 - # CONFIG_WLAN_PRE80211 is not set 695 - # CONFIG_WLAN_80211 is not set 664 + # CONFIG_AIRO is not set 665 + # CONFIG_ATMEL is not set 666 + # CONFIG_HOSTAP is not set 696 667 697 668 # 698 669 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 710 679 CONFIG_SLHC=y 711 680 # CONFIG_NETPOLL is not set 712 681 # CONFIG_NET_POLL_CONTROLLER is not set 682 + # CONFIG_VMXNET3 is not set 713 683 # CONFIG_ISDN is not set 714 684 # CONFIG_PHONE is not set 715 685 ··· 720 688 CONFIG_INPUT=y 721 689 # CONFIG_INPUT_FF_MEMLESS is not set 722 690 # CONFIG_INPUT_POLLDEV is not set 691 + # CONFIG_INPUT_SPARSEKMAP is not set 723 692 724 693 # 725 694 # Userland interfaces ··· 773 740 CONFIG_SERIO_LIBPS2=y 774 741 # CONFIG_SERIO_RAW is not set 775 742 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 743 + # CONFIG_SERIO_ALTERA_PS2 is not set 776 744 # CONFIG_GAMEPORT is not set 777 745 778 746 # ··· 797 763 CONFIG_SERIAL_CPM=y 798 764 CONFIG_SERIAL_CPM_CONSOLE=y 799 765 # CONFIG_SERIAL_JSM is not set 766 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 800 767 CONFIG_UNIX98_PTYS=y 801 768 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 802 769 CONFIG_LEGACY_PTYS=y ··· 834 799 # 835 800 # PCI GPIO expanders: 836 801 # 802 + # CONFIG_GPIO_CS5535 is not set 837 803 # CONFIG_GPIO_BT8XX is not set 838 804 # CONFIG_GPIO_LANGWELL is not set 839 805 ··· 1167 1131 # CONFIG_KEYS is not set 1168 1132 # CONFIG_SECURITY is not set 1169 1133 # CONFIG_SECURITYFS is not set 1170 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1134 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1135 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1136 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1137 + CONFIG_DEFAULT_SECURITY_DAC=y 1138 + CONFIG_DEFAULT_SECURITY="" 1171 1139 CONFIG_CRYPTO=y 1172 1140 1173 1141 #
+69 -23
arch/powerpc/configs/mpc83xx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:12 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:06 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 37 37 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 38 38 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 39 39 CONFIG_IRQ_PER_CPU=y 40 + CONFIG_NR_IRQS=512 40 41 CONFIG_STACKTRACE_SUPPORT=y 41 42 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 42 43 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_DTC=y 63 62 CONFIG_DEFAULT_UIMAGE=y 64 63 CONFIG_REDBOOT=y 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 65 CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 66 # CONFIG_PPC_DCR_NATIVE is not set 67 67 # CONFIG_PPC_DCR_MMIO is not set ··· 91 89 # 92 90 CONFIG_TREE_RCU=y 93 91 # CONFIG_TREE_PREEMPT_RCU is not set 92 + # CONFIG_TINY_RCU is not set 94 93 # CONFIG_RCU_TRACE is not set 95 94 CONFIG_RCU_FANOUT=32 96 95 # CONFIG_RCU_FANOUT_EXACT is not set ··· 179 176 # IO Schedulers 180 177 # 181 178 CONFIG_IOSCHED_NOOP=y 182 - CONFIG_IOSCHED_AS=y 183 179 CONFIG_IOSCHED_DEADLINE=y 184 180 CONFIG_IOSCHED_CFQ=y 185 - CONFIG_DEFAULT_AS=y 186 181 # CONFIG_DEFAULT_DEADLINE is not set 187 - # CONFIG_DEFAULT_CFQ is not set 182 + CONFIG_DEFAULT_CFQ=y 188 183 # CONFIG_DEFAULT_NOOP is not set 189 - 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 190 214 # CONFIG_FREEZER is not set 191 215 192 216 # ··· 296 266 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 297 267 # CONFIG_KEXEC is not set 298 268 # CONFIG_CRASH_DUMP is not set 269 + CONFIG_SPARSE_IRQ=y 299 270 CONFIG_MAX_ACTIVE_REGIONS=32 300 271 CONFIG_ARCH_FLATMEM_ENABLE=y 301 272 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 313 282 CONFIG_ZONE_DMA_FLAG=1 314 283 CONFIG_BOUNCE=y 315 284 CONFIG_VIRT_TO_BUS=y 316 - CONFIG_HAVE_MLOCK=y 317 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 318 285 # CONFIG_KSM is not set 319 286 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 320 287 CONFIG_PPC_4K_PAGES=y ··· 442 413 # CONFIG_AF_RXRPC is not set 443 414 CONFIG_WIRELESS=y 444 415 # CONFIG_CFG80211 is not set 445 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 446 - CONFIG_WIRELESS_OLD_REGULATORY=y 447 - # CONFIG_WIRELESS_EXT is not set 448 416 # CONFIG_LIB80211 is not set 449 417 450 418 # ··· 574 548 # CONFIG_BLK_DEV_COW_COMMON is not set 575 549 CONFIG_BLK_DEV_LOOP=y 576 550 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 551 + 552 + # 553 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 554 + # 577 555 # CONFIG_BLK_DEV_NBD is not set 578 556 # CONFIG_BLK_DEV_SX8 is not set 579 557 # CONFIG_BLK_DEV_UB is not set ··· 589 559 # CONFIG_ATA_OVER_ETH is not set 590 560 # CONFIG_BLK_DEV_HD is not set 591 561 CONFIG_MISC_DEVICES=y 562 + # CONFIG_AD525X_DPOT is not set 592 563 # CONFIG_PHANTOM is not set 593 564 # CONFIG_SGI_IOC4 is not set 594 565 # CONFIG_TIFM_CORE is not set ··· 597 566 # CONFIG_ENCLOSURE_SERVICES is not set 598 567 # CONFIG_HP_ILO is not set 599 568 # CONFIG_ISL29003 is not set 569 + # CONFIG_DS1682 is not set 600 570 # CONFIG_C2PORT is not set 601 571 602 572 # ··· 650 618 # CONFIG_SCSI_BNX2_ISCSI is not set 651 619 # CONFIG_BE2ISCSI is not set 652 620 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 621 + # CONFIG_SCSI_HPSA is not set 653 622 # CONFIG_SCSI_3W_9XXX is not set 623 + # CONFIG_SCSI_3W_SAS is not set 654 624 # CONFIG_SCSI_ACARD is not set 655 625 # CONFIG_SCSI_AACRAID is not set 656 626 # CONFIG_SCSI_AIC7XXX is not set ··· 691 657 # CONFIG_SCSI_NSP32 is not set 692 658 # CONFIG_SCSI_DEBUG is not set 693 659 # CONFIG_SCSI_PMCRAID is not set 660 + # CONFIG_SCSI_PM8001 is not set 694 661 # CONFIG_SCSI_SRP is not set 695 662 # CONFIG_SCSI_BFA_FC is not set 696 663 # CONFIG_SCSI_DH is not set ··· 747 712 # CONFIG_PATA_NS87415 is not set 748 713 # CONFIG_PATA_OPTI is not set 749 714 # CONFIG_PATA_OPTIDMA is not set 715 + # CONFIG_PATA_PDC2027X is not set 750 716 # CONFIG_PATA_PDC_OLD is not set 751 717 # CONFIG_PATA_RADISYS is not set 752 718 # CONFIG_PATA_RDC is not set 753 719 # CONFIG_PATA_RZ1000 is not set 754 720 # CONFIG_PATA_SC1200 is not set 755 721 # CONFIG_PATA_SERVERWORKS is not set 756 - # CONFIG_PATA_PDC2027X is not set 757 722 # CONFIG_PATA_SIL680 is not set 758 723 # CONFIG_PATA_SIS is not set 724 + # CONFIG_PATA_TOSHIBA is not set 759 725 # CONFIG_PATA_VIA is not set 760 726 # CONFIG_PATA_WINBOND is not set 761 727 # CONFIG_PATA_PLATFORM is not set ··· 773 737 # 774 738 775 739 # 776 - # See the help texts for more information. 740 + # The newer stack is recommended. 777 741 # 778 742 # CONFIG_FIREWIRE is not set 779 743 # CONFIG_IEEE1394 is not set ··· 880 844 # CONFIG_BE2NET is not set 881 845 # CONFIG_TR is not set 882 846 CONFIG_WLAN=y 883 - # CONFIG_WLAN_PRE80211 is not set 884 - # CONFIG_WLAN_80211 is not set 847 + # CONFIG_AIRO is not set 848 + # CONFIG_ATMEL is not set 849 + # CONFIG_PRISM54 is not set 850 + # CONFIG_USB_ZD1201 is not set 851 + # CONFIG_HOSTAP is not set 885 852 886 853 # 887 854 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 907 868 # CONFIG_NETCONSOLE is not set 908 869 # CONFIG_NETPOLL is not set 909 870 # CONFIG_NET_POLL_CONTROLLER is not set 871 + # CONFIG_VMXNET3 is not set 910 872 # CONFIG_ISDN is not set 911 873 # CONFIG_PHONE is not set 912 874 ··· 917 877 CONFIG_INPUT=y 918 878 CONFIG_INPUT_FF_MEMLESS=m 919 879 # CONFIG_INPUT_POLLDEV is not set 880 + # CONFIG_INPUT_SPARSEKMAP is not set 920 881 921 882 # 922 883 # Userland interfaces ··· 970 929 # CONFIG_SERIAL_JSM is not set 971 930 # CONFIG_SERIAL_OF_PLATFORM is not set 972 931 # CONFIG_SERIAL_QE is not set 932 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 973 933 CONFIG_UNIX98_PTYS=y 974 934 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 975 935 CONFIG_LEGACY_PTYS=y ··· 1031 989 # CONFIG_I2C_TINY_USB is not set 1032 990 1033 991 # 1034 - # Graphics adapter I2C/DDC channel drivers 1035 - # 1036 - # CONFIG_I2C_VOODOO3 is not set 1037 - 1038 - # 1039 992 # Other I2C/SMBus bus drivers 1040 993 # 1041 994 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1039 1002 # 1040 1003 # Miscellaneous I2C Chip support 1041 1004 # 1042 - # CONFIG_DS1682 is not set 1043 1005 # CONFIG_SENSORS_TSL2550 is not set 1044 1006 # CONFIG_I2C_DEBUG_CORE is not set 1045 1007 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1070 1034 # 1071 1035 # PCI GPIO expanders: 1072 1036 # 1037 + # CONFIG_GPIO_CS5535 is not set 1073 1038 # CONFIG_GPIO_BT8XX is not set 1074 1039 # CONFIG_GPIO_LANGWELL is not set 1075 1040 ··· 1113 1076 # CONFIG_SENSORS_GL520SM is not set 1114 1077 # CONFIG_SENSORS_IT87 is not set 1115 1078 # CONFIG_SENSORS_LM63 is not set 1079 + # CONFIG_SENSORS_LM73 is not set 1116 1080 # CONFIG_SENSORS_LM75 is not set 1117 1081 # CONFIG_SENSORS_LM77 is not set 1118 1082 # CONFIG_SENSORS_LM78 is not set ··· 1153 1115 # CONFIG_SENSORS_W83L786NG is not set 1154 1116 # CONFIG_SENSORS_W83627HF is not set 1155 1117 # CONFIG_SENSORS_W83627EHF is not set 1118 + # CONFIG_SENSORS_LIS3_I2C is not set 1156 1119 # CONFIG_THERMAL is not set 1157 1120 CONFIG_WATCHDOG=y 1158 1121 # CONFIG_WATCHDOG_NOWAYOUT is not set ··· 1192 1153 # CONFIG_TWL4030_CORE is not set 1193 1154 # CONFIG_MFD_TMIO is not set 1194 1155 # CONFIG_PMIC_DA903X is not set 1156 + # CONFIG_PMIC_ADP5520 is not set 1195 1157 # CONFIG_MFD_WM8400 is not set 1196 1158 # CONFIG_MFD_WM831X is not set 1197 1159 # CONFIG_MFD_WM8350_I2C is not set 1198 1160 # CONFIG_MFD_PCF50633 is not set 1199 1161 # CONFIG_AB3100_CORE is not set 1162 + # CONFIG_MFD_88PM8607 is not set 1200 1163 # CONFIG_REGULATOR is not set 1201 1164 # CONFIG_MEDIA_SUPPORT is not set 1202 1165 ··· 1290 1249 CONFIG_USB_EHCI_HCD=y 1291 1250 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1292 1251 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1252 + # CONFIG_XPS_USB_HCD_XILINX is not set 1293 1253 CONFIG_USB_EHCI_FSL=y 1294 1254 CONFIG_USB_EHCI_HCD_PPC_OF=y 1295 1255 # CONFIG_USB_OXU210HP_HCD is not set ··· 1584 1542 # CONFIG_DEBUG_FS is not set 1585 1543 # CONFIG_HEADERS_CHECK is not set 1586 1544 # CONFIG_DEBUG_KERNEL is not set 1587 - # CONFIG_DEBUG_BUGVERBOSE is not set 1545 + CONFIG_DEBUG_BUGVERBOSE=y 1588 1546 # CONFIG_DEBUG_MEMORY_INIT is not set 1589 1547 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1590 1548 # CONFIG_LATENCYTOP is not set ··· 1611 1569 # CONFIG_KEYS is not set 1612 1570 # CONFIG_SECURITY is not set 1613 1571 # CONFIG_SECURITYFS is not set 1614 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1572 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1573 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1574 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1575 + CONFIG_DEFAULT_SECURITY_DAC=y 1576 + CONFIG_DEFAULT_SECURITY="" 1615 1577 CONFIG_CRYPTO=y 1616 1578 1617 1579 #
+74 -23
arch/powerpc/configs/mpc85xx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:25:20 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:06 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 39 39 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 40 40 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 41 41 CONFIG_IRQ_PER_CPU=y 42 + CONFIG_NR_IRQS=512 42 43 CONFIG_STACKTRACE_SUPPORT=y 43 44 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 44 45 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 63 62 CONFIG_GENERIC_BUG=y 64 63 CONFIG_DTC=y 65 64 CONFIG_DEFAULT_UIMAGE=y 65 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 66 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 66 67 # CONFIG_PPC_DCR_NATIVE is not set 67 68 # CONFIG_PPC_DCR_MMIO is not set 68 69 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 95 92 # 96 93 CONFIG_TREE_RCU=y 97 94 # CONFIG_TREE_PREEMPT_RCU is not set 95 + # CONFIG_TINY_RCU is not set 98 96 # CONFIG_RCU_TRACE is not set 99 97 CONFIG_RCU_FANOUT=32 100 98 # CONFIG_RCU_FANOUT_EXACT is not set ··· 188 184 # IO Schedulers 189 185 # 190 186 CONFIG_IOSCHED_NOOP=y 191 - CONFIG_IOSCHED_AS=y 192 187 CONFIG_IOSCHED_DEADLINE=y 193 188 CONFIG_IOSCHED_CFQ=y 194 - # CONFIG_DEFAULT_AS is not set 195 189 # CONFIG_DEFAULT_DEADLINE is not set 196 190 CONFIG_DEFAULT_CFQ=y 197 191 # CONFIG_DEFAULT_NOOP is not set 198 192 CONFIG_DEFAULT_IOSCHED="cfq" 193 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 194 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 195 + # CONFIG_INLINE_SPIN_LOCK is not set 196 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 197 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 198 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 199 + CONFIG_INLINE_SPIN_UNLOCK=y 200 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 201 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 202 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 203 + # CONFIG_INLINE_READ_TRYLOCK is not set 204 + # CONFIG_INLINE_READ_LOCK is not set 205 + # CONFIG_INLINE_READ_LOCK_BH is not set 206 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 207 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 208 + CONFIG_INLINE_READ_UNLOCK=y 209 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 210 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 211 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 212 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 213 + # CONFIG_INLINE_WRITE_LOCK is not set 214 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 215 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 216 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 217 + CONFIG_INLINE_WRITE_UNLOCK=y 218 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 219 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 220 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 221 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 199 222 # CONFIG_FREEZER is not set 200 223 CONFIG_PPC_MSI_BITMAP=y 201 224 ··· 232 201 # CONFIG_PPC_CELL is not set 233 202 # CONFIG_PPC_CELL_NATIVE is not set 234 203 # CONFIG_PQ2ADS is not set 235 - CONFIG_MPC85xx=y 204 + CONFIG_FSL_SOC_BOOKE=y 236 205 CONFIG_MPC8540_ADS=y 237 206 CONFIG_MPC8560_ADS=y 238 207 CONFIG_MPC85xx_CDS=y ··· 251 220 CONFIG_TQM8560=y 252 221 CONFIG_SBC8548=y 253 222 # CONFIG_SBC8560 is not set 223 + # CONFIG_P4080_DS is not set 254 224 CONFIG_TQM85xx=y 255 225 # CONFIG_IPIC is not set 256 226 CONFIG_MPIC=y ··· 299 267 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 300 268 CONFIG_ARCH_HAS_WALK_MEMORY=y 301 269 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 270 + CONFIG_SPARSE_IRQ=y 302 271 CONFIG_MAX_ACTIVE_REGIONS=32 303 272 CONFIG_ARCH_FLATMEM_ENABLE=y 304 273 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 316 283 CONFIG_ZONE_DMA_FLAG=1 317 284 CONFIG_BOUNCE=y 318 285 CONFIG_VIRT_TO_BUS=y 319 - CONFIG_HAVE_MLOCK=y 320 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 321 286 # CONFIG_KSM is not set 322 287 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 323 288 CONFIG_PPC_4K_PAGES=y ··· 436 405 CONFIG_INET6_XFRM_MODE_BEET=y 437 406 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 438 407 CONFIG_IPV6_SIT=y 408 + # CONFIG_IPV6_SIT_6RD is not set 439 409 CONFIG_IPV6_NDISC_NODETYPE=y 440 410 # CONFIG_IPV6_TUNNEL is not set 441 411 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 481 449 CONFIG_FIB_RULES=y 482 450 CONFIG_WIRELESS=y 483 451 # CONFIG_CFG80211 is not set 484 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 485 - CONFIG_WIRELESS_OLD_REGULATORY=y 486 - # CONFIG_WIRELESS_EXT is not set 487 452 # CONFIG_LIB80211 is not set 488 453 489 454 # ··· 523 494 # CONFIG_BLK_DEV_COW_COMMON is not set 524 495 CONFIG_BLK_DEV_LOOP=y 525 496 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 497 + 498 + # 499 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 500 + # 526 501 CONFIG_BLK_DEV_NBD=y 527 502 # CONFIG_BLK_DEV_SX8 is not set 528 503 # CONFIG_BLK_DEV_UB is not set ··· 538 505 # CONFIG_ATA_OVER_ETH is not set 539 506 # CONFIG_BLK_DEV_HD is not set 540 507 CONFIG_MISC_DEVICES=y 508 + # CONFIG_AD525X_DPOT is not set 541 509 # CONFIG_PHANTOM is not set 542 510 # CONFIG_SGI_IOC4 is not set 543 511 # CONFIG_TIFM_CORE is not set ··· 546 512 # CONFIG_ENCLOSURE_SERVICES is not set 547 513 # CONFIG_HP_ILO is not set 548 514 # CONFIG_ISL29003 is not set 515 + # CONFIG_DS1682 is not set 549 516 # CONFIG_C2PORT is not set 550 517 551 518 # ··· 600 565 # CONFIG_SCSI_BNX2_ISCSI is not set 601 566 # CONFIG_BE2ISCSI is not set 602 567 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 568 + # CONFIG_SCSI_HPSA is not set 603 569 # CONFIG_SCSI_3W_9XXX is not set 570 + # CONFIG_SCSI_3W_SAS is not set 604 571 # CONFIG_SCSI_ACARD is not set 605 572 # CONFIG_SCSI_AACRAID is not set 606 573 # CONFIG_SCSI_AIC7XXX is not set ··· 641 604 # CONFIG_SCSI_NSP32 is not set 642 605 # CONFIG_SCSI_DEBUG is not set 643 606 # CONFIG_SCSI_PMCRAID is not set 607 + # CONFIG_SCSI_PM8001 is not set 644 608 # CONFIG_SCSI_SRP is not set 645 609 # CONFIG_SCSI_BFA_FC is not set 646 610 # CONFIG_SCSI_DH is not set ··· 697 659 # CONFIG_PATA_NS87415 is not set 698 660 # CONFIG_PATA_OPTI is not set 699 661 # CONFIG_PATA_OPTIDMA is not set 662 + # CONFIG_PATA_PDC2027X is not set 700 663 # CONFIG_PATA_PDC_OLD is not set 701 664 # CONFIG_PATA_RADISYS is not set 702 665 # CONFIG_PATA_RDC is not set 703 666 # CONFIG_PATA_RZ1000 is not set 704 667 # CONFIG_PATA_SC1200 is not set 705 668 # CONFIG_PATA_SERVERWORKS is not set 706 - # CONFIG_PATA_PDC2027X is not set 707 669 # CONFIG_PATA_SIL680 is not set 708 670 # CONFIG_PATA_SIS is not set 671 + # CONFIG_PATA_TOSHIBA is not set 709 672 # CONFIG_PATA_VIA is not set 710 673 # CONFIG_PATA_WINBOND is not set 711 674 # CONFIG_PATA_PLATFORM is not set ··· 723 684 # 724 685 725 686 # 726 - # See the help texts for more information. 687 + # The newer stack is recommended. 727 688 # 728 689 # CONFIG_FIREWIRE is not set 729 690 # CONFIG_IEEE1394 is not set ··· 834 795 # CONFIG_BE2NET is not set 835 796 # CONFIG_TR is not set 836 797 CONFIG_WLAN=y 837 - # CONFIG_WLAN_PRE80211 is not set 838 - # CONFIG_WLAN_80211 is not set 798 + # CONFIG_AIRO is not set 799 + # CONFIG_ATMEL is not set 800 + # CONFIG_PRISM54 is not set 801 + # CONFIG_USB_ZD1201 is not set 802 + # CONFIG_HOSTAP is not set 839 803 840 804 # 841 805 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 862 820 # CONFIG_NETCONSOLE is not set 863 821 # CONFIG_NETPOLL is not set 864 822 # CONFIG_NET_POLL_CONTROLLER is not set 823 + # CONFIG_VMXNET3 is not set 865 824 # CONFIG_ISDN is not set 866 825 # CONFIG_PHONE is not set 867 826 ··· 872 829 CONFIG_INPUT=y 873 830 CONFIG_INPUT_FF_MEMLESS=m 874 831 # CONFIG_INPUT_POLLDEV is not set 832 + # CONFIG_INPUT_SPARSEKMAP is not set 875 833 876 834 # 877 835 # Userland interfaces ··· 902 858 CONFIG_SERIO_LIBPS2=y 903 859 # CONFIG_SERIO_RAW is not set 904 860 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 861 + # CONFIG_SERIO_ALTERA_PS2 is not set 905 862 # CONFIG_GAMEPORT is not set 906 863 907 864 # ··· 941 896 # CONFIG_SERIAL_JSM is not set 942 897 # CONFIG_SERIAL_OF_PLATFORM is not set 943 898 CONFIG_SERIAL_QE=m 899 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 944 900 CONFIG_UNIX98_PTYS=y 945 901 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 946 902 CONFIG_LEGACY_PTYS=y ··· 1002 956 # CONFIG_I2C_TINY_USB is not set 1003 957 1004 958 # 1005 - # Graphics adapter I2C/DDC channel drivers 1006 - # 1007 - # CONFIG_I2C_VOODOO3 is not set 1008 - 1009 - # 1010 959 # Other I2C/SMBus bus drivers 1011 960 # 1012 961 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1010 969 # 1011 970 # Miscellaneous I2C Chip support 1012 971 # 1013 - # CONFIG_DS1682 is not set 1014 972 # CONFIG_SENSORS_TSL2550 is not set 1015 973 # CONFIG_I2C_DEBUG_CORE is not set 1016 974 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1042 1002 # 1043 1003 # PCI GPIO expanders: 1044 1004 # 1005 + # CONFIG_GPIO_CS5535 is not set 1045 1006 # CONFIG_GPIO_BT8XX is not set 1046 1007 # CONFIG_GPIO_LANGWELL is not set 1047 1008 ··· 1076 1035 # CONFIG_TWL4030_CORE is not set 1077 1036 # CONFIG_MFD_TMIO is not set 1078 1037 # CONFIG_PMIC_DA903X is not set 1038 + # CONFIG_PMIC_ADP5520 is not set 1079 1039 # CONFIG_MFD_WM8400 is not set 1080 1040 # CONFIG_MFD_WM831X is not set 1081 1041 # CONFIG_MFD_WM8350_I2C is not set 1082 1042 # CONFIG_MFD_PCF50633 is not set 1083 1043 # CONFIG_AB3100_CORE is not set 1044 + # CONFIG_MFD_88PM8607 is not set 1084 1045 # CONFIG_REGULATOR is not set 1085 1046 # CONFIG_MEDIA_SUPPORT is not set 1086 1047 ··· 1157 1114 # CONFIG_SND_CS4281 is not set 1158 1115 # CONFIG_SND_CS46XX is not set 1159 1116 # CONFIG_SND_CS5530 is not set 1117 + # CONFIG_SND_CS5535AUDIO is not set 1160 1118 # CONFIG_SND_CTXFI is not set 1161 1119 # CONFIG_SND_DARLA20 is not set 1162 1120 # CONFIG_SND_GINA20 is not set ··· 1285 1241 CONFIG_USB_EHCI_HCD=y 1286 1242 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1287 1243 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1244 + # CONFIG_XPS_USB_HCD_XILINX is not set 1288 1245 CONFIG_USB_EHCI_FSL=y 1289 1246 CONFIG_USB_EHCI_HCD_PPC_OF=y 1290 1247 # CONFIG_USB_OXU210HP_HCD is not set ··· 1392 1347 # 1393 1348 # CONFIG_EDAC_DEBUG is not set 1394 1349 CONFIG_EDAC_MM_EDAC=y 1395 - CONFIG_EDAC_MPC85XX=y 1396 1350 CONFIG_RTC_LIB=y 1397 1351 CONFIG_RTC_CLASS=y 1398 1352 CONFIG_RTC_HCTOSYS=y ··· 1420 1376 # CONFIG_RTC_DRV_PCF8563 is not set 1421 1377 # CONFIG_RTC_DRV_PCF8583 is not set 1422 1378 # CONFIG_RTC_DRV_M41T80 is not set 1379 + # CONFIG_RTC_DRV_BQ32K is not set 1423 1380 # CONFIG_RTC_DRV_S35390A is not set 1424 1381 # CONFIG_RTC_DRV_FM3130 is not set 1425 1382 # CONFIG_RTC_DRV_RX8581 is not set ··· 1442 1397 # CONFIG_RTC_DRV_M48T86 is not set 1443 1398 # CONFIG_RTC_DRV_M48T35 is not set 1444 1399 # CONFIG_RTC_DRV_M48T59 is not set 1400 + # CONFIG_RTC_DRV_MSM6242 is not set 1445 1401 # CONFIG_RTC_DRV_BQ4802 is not set 1402 + # CONFIG_RTC_DRV_RP5C01 is not set 1446 1403 # CONFIG_RTC_DRV_V3020 is not set 1447 1404 1448 1405 # ··· 1778 1731 # CONFIG_KEYS is not set 1779 1732 # CONFIG_SECURITY is not set 1780 1733 # CONFIG_SECURITYFS is not set 1781 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1734 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1735 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1736 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1737 + CONFIG_DEFAULT_SECURITY_DAC=y 1738 + CONFIG_DEFAULT_SECURITY="" 1782 1739 CONFIG_CRYPTO=y 1783 1740 1784 1741 #
+74 -23
arch/powerpc/configs/mpc85xx_smp_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:26:01 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:07 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 16 16 # CONFIG_E200 is not set 17 17 CONFIG_E500=y 18 18 # CONFIG_PPC_E500MC is not set 19 + CONFIG_FSL_EMB_PERFMON=y 19 20 CONFIG_BOOKE=y 20 21 CONFIG_FSL_BOOKE=y 21 - CONFIG_FSL_EMB_PERFMON=y 22 22 # CONFIG_PHYS_64BIT is not set 23 23 CONFIG_SPE=y 24 24 CONFIG_PPC_MMU_NOHASH=y ··· 40 40 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 41 41 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 42 42 CONFIG_IRQ_PER_CPU=y 43 + CONFIG_NR_IRQS=512 43 44 CONFIG_STACKTRACE_SUPPORT=y 44 45 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 45 46 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 64 63 CONFIG_GENERIC_BUG=y 65 64 CONFIG_DTC=y 66 65 CONFIG_DEFAULT_UIMAGE=y 66 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 67 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 67 68 # CONFIG_PPC_DCR_NATIVE is not set 68 69 # CONFIG_PPC_DCR_MMIO is not set 69 70 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 96 93 # 97 94 CONFIG_TREE_RCU=y 98 95 # CONFIG_TREE_PREEMPT_RCU is not set 96 + # CONFIG_TINY_RCU is not set 99 97 # CONFIG_RCU_TRACE is not set 100 98 CONFIG_RCU_FANOUT=32 101 99 # CONFIG_RCU_FANOUT_EXACT is not set ··· 191 187 # IO Schedulers 192 188 # 193 189 CONFIG_IOSCHED_NOOP=y 194 - CONFIG_IOSCHED_AS=y 195 190 CONFIG_IOSCHED_DEADLINE=y 196 191 CONFIG_IOSCHED_CFQ=y 197 - # CONFIG_DEFAULT_AS is not set 198 192 # CONFIG_DEFAULT_DEADLINE is not set 199 193 CONFIG_DEFAULT_CFQ=y 200 194 # CONFIG_DEFAULT_NOOP is not set 201 195 CONFIG_DEFAULT_IOSCHED="cfq" 196 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 197 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 198 + # CONFIG_INLINE_SPIN_LOCK is not set 199 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 200 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 201 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 202 + CONFIG_INLINE_SPIN_UNLOCK=y 203 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 204 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 205 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 206 + # CONFIG_INLINE_READ_TRYLOCK is not set 207 + # CONFIG_INLINE_READ_LOCK is not set 208 + # CONFIG_INLINE_READ_LOCK_BH is not set 209 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 210 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 211 + CONFIG_INLINE_READ_UNLOCK=y 212 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 213 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 214 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 215 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 216 + # CONFIG_INLINE_WRITE_LOCK is not set 217 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 218 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 219 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 220 + CONFIG_INLINE_WRITE_UNLOCK=y 221 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 222 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 223 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 224 + CONFIG_MUTEX_SPIN_ON_OWNER=y 202 225 # CONFIG_FREEZER is not set 203 226 CONFIG_PPC_MSI_BITMAP=y 204 227 ··· 235 204 # CONFIG_PPC_CELL is not set 236 205 # CONFIG_PPC_CELL_NATIVE is not set 237 206 # CONFIG_PQ2ADS is not set 238 - CONFIG_MPC85xx=y 207 + CONFIG_FSL_SOC_BOOKE=y 239 208 CONFIG_MPC8540_ADS=y 240 209 CONFIG_MPC8560_ADS=y 241 210 CONFIG_MPC85xx_CDS=y ··· 254 223 CONFIG_TQM8560=y 255 224 CONFIG_SBC8548=y 256 225 # CONFIG_SBC8560 is not set 226 + # CONFIG_P4080_DS is not set 257 227 CONFIG_TQM85xx=y 258 228 # CONFIG_IPIC is not set 259 229 CONFIG_MPIC=y ··· 303 271 CONFIG_ARCH_HAS_WALK_MEMORY=y 304 272 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 305 273 # CONFIG_IRQ_ALL_CPUS is not set 274 + CONFIG_SPARSE_IRQ=y 306 275 CONFIG_MAX_ACTIVE_REGIONS=32 307 276 CONFIG_ARCH_FLATMEM_ENABLE=y 308 277 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 320 287 CONFIG_ZONE_DMA_FLAG=1 321 288 CONFIG_BOUNCE=y 322 289 CONFIG_VIRT_TO_BUS=y 323 - CONFIG_HAVE_MLOCK=y 324 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 325 290 # CONFIG_KSM is not set 326 291 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 327 292 CONFIG_PPC_4K_PAGES=y ··· 440 409 CONFIG_INET6_XFRM_MODE_BEET=y 441 410 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 442 411 CONFIG_IPV6_SIT=y 412 + # CONFIG_IPV6_SIT_6RD is not set 443 413 CONFIG_IPV6_NDISC_NODETYPE=y 444 414 # CONFIG_IPV6_TUNNEL is not set 445 415 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 485 453 CONFIG_FIB_RULES=y 486 454 CONFIG_WIRELESS=y 487 455 # CONFIG_CFG80211 is not set 488 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 489 - CONFIG_WIRELESS_OLD_REGULATORY=y 490 - # CONFIG_WIRELESS_EXT is not set 491 456 # CONFIG_LIB80211 is not set 492 457 493 458 # ··· 527 498 # CONFIG_BLK_DEV_COW_COMMON is not set 528 499 CONFIG_BLK_DEV_LOOP=y 529 500 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 501 + 502 + # 503 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 504 + # 530 505 CONFIG_BLK_DEV_NBD=y 531 506 # CONFIG_BLK_DEV_SX8 is not set 532 507 # CONFIG_BLK_DEV_UB is not set ··· 542 509 # CONFIG_ATA_OVER_ETH is not set 543 510 # CONFIG_BLK_DEV_HD is not set 544 511 CONFIG_MISC_DEVICES=y 512 + # CONFIG_AD525X_DPOT is not set 545 513 # CONFIG_PHANTOM is not set 546 514 # CONFIG_SGI_IOC4 is not set 547 515 # CONFIG_TIFM_CORE is not set ··· 550 516 # CONFIG_ENCLOSURE_SERVICES is not set 551 517 # CONFIG_HP_ILO is not set 552 518 # CONFIG_ISL29003 is not set 519 + # CONFIG_DS1682 is not set 553 520 # CONFIG_C2PORT is not set 554 521 555 522 # ··· 604 569 # CONFIG_SCSI_BNX2_ISCSI is not set 605 570 # CONFIG_BE2ISCSI is not set 606 571 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 572 + # CONFIG_SCSI_HPSA is not set 607 573 # CONFIG_SCSI_3W_9XXX is not set 574 + # CONFIG_SCSI_3W_SAS is not set 608 575 # CONFIG_SCSI_ACARD is not set 609 576 # CONFIG_SCSI_AACRAID is not set 610 577 # CONFIG_SCSI_AIC7XXX is not set ··· 645 608 # CONFIG_SCSI_NSP32 is not set 646 609 # CONFIG_SCSI_DEBUG is not set 647 610 # CONFIG_SCSI_PMCRAID is not set 611 + # CONFIG_SCSI_PM8001 is not set 648 612 # CONFIG_SCSI_SRP is not set 649 613 # CONFIG_SCSI_BFA_FC is not set 650 614 # CONFIG_SCSI_DH is not set ··· 701 663 # CONFIG_PATA_NS87415 is not set 702 664 # CONFIG_PATA_OPTI is not set 703 665 # CONFIG_PATA_OPTIDMA is not set 666 + # CONFIG_PATA_PDC2027X is not set 704 667 # CONFIG_PATA_PDC_OLD is not set 705 668 # CONFIG_PATA_RADISYS is not set 706 669 # CONFIG_PATA_RDC is not set 707 670 # CONFIG_PATA_RZ1000 is not set 708 671 # CONFIG_PATA_SC1200 is not set 709 672 # CONFIG_PATA_SERVERWORKS is not set 710 - # CONFIG_PATA_PDC2027X is not set 711 673 # CONFIG_PATA_SIL680 is not set 712 674 # CONFIG_PATA_SIS is not set 675 + # CONFIG_PATA_TOSHIBA is not set 713 676 # CONFIG_PATA_VIA is not set 714 677 # CONFIG_PATA_WINBOND is not set 715 678 # CONFIG_PATA_PLATFORM is not set ··· 727 688 # 728 689 729 690 # 730 - # See the help texts for more information. 691 + # The newer stack is recommended. 731 692 # 732 693 # CONFIG_FIREWIRE is not set 733 694 # CONFIG_IEEE1394 is not set ··· 838 799 # CONFIG_BE2NET is not set 839 800 # CONFIG_TR is not set 840 801 CONFIG_WLAN=y 841 - # CONFIG_WLAN_PRE80211 is not set 842 - # CONFIG_WLAN_80211 is not set 802 + # CONFIG_AIRO is not set 803 + # CONFIG_ATMEL is not set 804 + # CONFIG_PRISM54 is not set 805 + # CONFIG_USB_ZD1201 is not set 806 + # CONFIG_HOSTAP is not set 843 807 844 808 # 845 809 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 866 824 # CONFIG_NETCONSOLE is not set 867 825 # CONFIG_NETPOLL is not set 868 826 # CONFIG_NET_POLL_CONTROLLER is not set 827 + # CONFIG_VMXNET3 is not set 869 828 # CONFIG_ISDN is not set 870 829 # CONFIG_PHONE is not set 871 830 ··· 876 833 CONFIG_INPUT=y 877 834 CONFIG_INPUT_FF_MEMLESS=m 878 835 # CONFIG_INPUT_POLLDEV is not set 836 + # CONFIG_INPUT_SPARSEKMAP is not set 879 837 880 838 # 881 839 # Userland interfaces ··· 906 862 CONFIG_SERIO_LIBPS2=y 907 863 # CONFIG_SERIO_RAW is not set 908 864 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 865 + # CONFIG_SERIO_ALTERA_PS2 is not set 909 866 # CONFIG_GAMEPORT is not set 910 867 911 868 # ··· 945 900 # CONFIG_SERIAL_JSM is not set 946 901 # CONFIG_SERIAL_OF_PLATFORM is not set 947 902 CONFIG_SERIAL_QE=m 903 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 948 904 CONFIG_UNIX98_PTYS=y 949 905 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 950 906 CONFIG_LEGACY_PTYS=y ··· 1006 960 # CONFIG_I2C_TINY_USB is not set 1007 961 1008 962 # 1009 - # Graphics adapter I2C/DDC channel drivers 1010 - # 1011 - # CONFIG_I2C_VOODOO3 is not set 1012 - 1013 - # 1014 963 # Other I2C/SMBus bus drivers 1015 964 # 1016 965 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1014 973 # 1015 974 # Miscellaneous I2C Chip support 1016 975 # 1017 - # CONFIG_DS1682 is not set 1018 976 # CONFIG_SENSORS_TSL2550 is not set 1019 977 # CONFIG_I2C_DEBUG_CORE is not set 1020 978 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1046 1006 # 1047 1007 # PCI GPIO expanders: 1048 1008 # 1009 + # CONFIG_GPIO_CS5535 is not set 1049 1010 # CONFIG_GPIO_BT8XX is not set 1050 1011 # CONFIG_GPIO_LANGWELL is not set 1051 1012 ··· 1080 1039 # CONFIG_TWL4030_CORE is not set 1081 1040 # CONFIG_MFD_TMIO is not set 1082 1041 # CONFIG_PMIC_DA903X is not set 1042 + # CONFIG_PMIC_ADP5520 is not set 1083 1043 # CONFIG_MFD_WM8400 is not set 1084 1044 # CONFIG_MFD_WM831X is not set 1085 1045 # CONFIG_MFD_WM8350_I2C is not set 1086 1046 # CONFIG_MFD_PCF50633 is not set 1087 1047 # CONFIG_AB3100_CORE is not set 1048 + # CONFIG_MFD_88PM8607 is not set 1088 1049 # CONFIG_REGULATOR is not set 1089 1050 # CONFIG_MEDIA_SUPPORT is not set 1090 1051 ··· 1161 1118 # CONFIG_SND_CS4281 is not set 1162 1119 # CONFIG_SND_CS46XX is not set 1163 1120 # CONFIG_SND_CS5530 is not set 1121 + # CONFIG_SND_CS5535AUDIO is not set 1164 1122 # CONFIG_SND_CTXFI is not set 1165 1123 # CONFIG_SND_DARLA20 is not set 1166 1124 # CONFIG_SND_GINA20 is not set ··· 1289 1245 CONFIG_USB_EHCI_HCD=y 1290 1246 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1291 1247 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1248 + # CONFIG_XPS_USB_HCD_XILINX is not set 1292 1249 CONFIG_USB_EHCI_FSL=y 1293 1250 CONFIG_USB_EHCI_HCD_PPC_OF=y 1294 1251 # CONFIG_USB_OXU210HP_HCD is not set ··· 1396 1351 # 1397 1352 # CONFIG_EDAC_DEBUG is not set 1398 1353 CONFIG_EDAC_MM_EDAC=y 1399 - CONFIG_EDAC_MPC85XX=y 1400 1354 CONFIG_RTC_LIB=y 1401 1355 CONFIG_RTC_CLASS=y 1402 1356 CONFIG_RTC_HCTOSYS=y ··· 1424 1380 # CONFIG_RTC_DRV_PCF8563 is not set 1425 1381 # CONFIG_RTC_DRV_PCF8583 is not set 1426 1382 # CONFIG_RTC_DRV_M41T80 is not set 1383 + # CONFIG_RTC_DRV_BQ32K is not set 1427 1384 # CONFIG_RTC_DRV_S35390A is not set 1428 1385 # CONFIG_RTC_DRV_FM3130 is not set 1429 1386 # CONFIG_RTC_DRV_RX8581 is not set ··· 1446 1401 # CONFIG_RTC_DRV_M48T86 is not set 1447 1402 # CONFIG_RTC_DRV_M48T35 is not set 1448 1403 # CONFIG_RTC_DRV_M48T59 is not set 1404 + # CONFIG_RTC_DRV_MSM6242 is not set 1449 1405 # CONFIG_RTC_DRV_BQ4802 is not set 1406 + # CONFIG_RTC_DRV_RP5C01 is not set 1450 1407 # CONFIG_RTC_DRV_V3020 is not set 1451 1408 1452 1409 # ··· 1782 1735 # CONFIG_KEYS is not set 1783 1736 # CONFIG_SECURITY is not set 1784 1737 # CONFIG_SECURITYFS is not set 1785 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1738 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1739 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1740 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1741 + CONFIG_DEFAULT_SECURITY_DAC=y 1742 + CONFIG_DEFAULT_SECURITY="" 1786 1743 CONFIG_CRYPTO=y 1787 1744 1788 1745 #
+51 -14
arch/powerpc/configs/mpc866_ads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:15 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:08 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 32 32 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 33 33 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 34 34 CONFIG_IRQ_PER_CPU=y 35 + CONFIG_NR_IRQS=512 35 36 CONFIG_STACKTRACE_SUPPORT=y 36 37 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 37 38 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 54 53 CONFIG_AUDIT_ARCH=y 55 54 CONFIG_DTC=y 56 55 # CONFIG_DEFAULT_UIMAGE is not set 56 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 57 57 # CONFIG_PPC_DCR_NATIVE is not set 58 58 # CONFIG_PPC_DCR_MMIO is not set 59 59 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 82 80 # 83 81 CONFIG_TREE_RCU=y 84 82 # CONFIG_TREE_PREEMPT_RCU is not set 83 + # CONFIG_TINY_RCU is not set 85 84 # CONFIG_RCU_TRACE is not set 86 85 CONFIG_RCU_FANOUT=32 87 86 # CONFIG_RCU_FANOUT_EXACT is not set ··· 161 158 # IO Schedulers 162 159 # 163 160 CONFIG_IOSCHED_NOOP=y 164 - CONFIG_IOSCHED_AS=y 165 161 CONFIG_IOSCHED_DEADLINE=y 166 162 CONFIG_IOSCHED_CFQ=y 167 - CONFIG_DEFAULT_AS=y 168 163 # CONFIG_DEFAULT_DEADLINE is not set 169 - # CONFIG_DEFAULT_CFQ is not set 164 + CONFIG_DEFAULT_CFQ=y 170 165 # CONFIG_DEFAULT_NOOP is not set 171 - CONFIG_DEFAULT_IOSCHED="anticipatory" 166 + CONFIG_DEFAULT_IOSCHED="cfq" 167 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 168 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 169 + # CONFIG_INLINE_SPIN_LOCK is not set 170 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 171 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 172 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 173 + CONFIG_INLINE_SPIN_UNLOCK=y 174 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 175 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 176 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 177 + # CONFIG_INLINE_READ_TRYLOCK is not set 178 + # CONFIG_INLINE_READ_LOCK is not set 179 + # CONFIG_INLINE_READ_LOCK_BH is not set 180 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 181 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 182 + CONFIG_INLINE_READ_UNLOCK=y 183 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 184 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 185 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 186 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 187 + # CONFIG_INLINE_WRITE_LOCK is not set 188 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 189 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 190 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 191 + CONFIG_INLINE_WRITE_UNLOCK=y 192 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 193 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 194 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 195 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 172 196 # CONFIG_FREEZER is not set 173 197 174 198 # ··· 270 240 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 271 241 CONFIG_ARCH_HAS_WALK_MEMORY=y 272 242 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 243 + CONFIG_SPARSE_IRQ=y 273 244 CONFIG_MAX_ACTIVE_REGIONS=32 274 245 CONFIG_ARCH_FLATMEM_ENABLE=y 275 246 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 287 256 CONFIG_ZONE_DMA_FLAG=1 288 257 CONFIG_BOUNCE=y 289 258 CONFIG_VIRT_TO_BUS=y 290 - CONFIG_HAVE_MLOCK=y 291 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 292 259 # CONFIG_KSM is not set 293 260 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 294 261 CONFIG_PPC_4K_PAGES=y ··· 404 375 # CONFIG_AF_RXRPC is not set 405 376 CONFIG_WIRELESS=y 406 377 # CONFIG_CFG80211 is not set 407 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 408 - CONFIG_WIRELESS_OLD_REGULATORY=y 409 - # CONFIG_WIRELESS_EXT is not set 410 378 # CONFIG_LIB80211 is not set 411 379 412 380 # ··· 433 407 # CONFIG_BLK_DEV_COW_COMMON is not set 434 408 CONFIG_BLK_DEV_LOOP=y 435 409 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 410 + 411 + # 412 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 413 + # 436 414 # CONFIG_BLK_DEV_NBD is not set 437 415 # CONFIG_BLK_DEV_RAM is not set 438 416 # CONFIG_CDROM_PKTCDVD is not set ··· 515 485 # CONFIG_MV643XX_ETH is not set 516 486 CONFIG_NETDEV_10000=y 517 487 CONFIG_WLAN=y 518 - # CONFIG_WLAN_PRE80211 is not set 519 - # CONFIG_WLAN_80211 is not set 488 + # CONFIG_HOSTAP is not set 520 489 521 490 # 522 491 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 535 506 CONFIG_INPUT=y 536 507 # CONFIG_INPUT_FF_MEMLESS is not set 537 508 # CONFIG_INPUT_POLLDEV is not set 509 + # CONFIG_INPUT_SPARSEKMAP is not set 538 510 539 511 # 540 512 # Userland interfaces ··· 584 554 CONFIG_SERIO_LIBPS2=y 585 555 # CONFIG_SERIO_RAW is not set 586 556 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 557 + # CONFIG_SERIO_ALTERA_PS2 is not set 587 558 # CONFIG_GAMEPORT is not set 588 559 589 560 # ··· 607 576 CONFIG_SERIAL_CORE_CONSOLE=y 608 577 CONFIG_SERIAL_CPM=y 609 578 CONFIG_SERIAL_CPM_CONSOLE=y 579 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 610 580 CONFIG_UNIX98_PTYS=y 611 581 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 612 582 # CONFIG_LEGACY_PTYS is not set ··· 887 855 # CONFIG_DEBUG_MEMORY_INIT is not set 888 856 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 889 857 # CONFIG_LATENCYTOP is not set 858 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 890 859 CONFIG_HAVE_FUNCTION_TRACER=y 891 860 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 892 861 CONFIG_HAVE_DYNAMIC_FTRACE=y ··· 909 876 # CONFIG_KEYS is not set 910 877 # CONFIG_SECURITY is not set 911 878 # CONFIG_SECURITYFS is not set 912 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 879 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 880 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 881 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 882 + CONFIG_DEFAULT_SECURITY_DAC=y 883 + CONFIG_DEFAULT_SECURITY="" 913 884 CONFIG_CRYPTO=y 914 885 915 886 #
+72 -21
arch/powerpc/configs/mpc86xx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:16 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:09 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 38 38 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 39 39 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 40 40 CONFIG_IRQ_PER_CPU=y 41 + CONFIG_NR_IRQS=512 41 42 CONFIG_STACKTRACE_SUPPORT=y 42 43 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 43 44 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 62 61 CONFIG_GENERIC_BUG=y 63 62 CONFIG_DTC=y 64 63 CONFIG_DEFAULT_UIMAGE=y 64 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 65 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 65 66 # CONFIG_PPC_DCR_NATIVE is not set 66 67 # CONFIG_PPC_DCR_MMIO is not set 67 68 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 94 91 # 95 92 CONFIG_TREE_RCU=y 96 93 # CONFIG_TREE_PREEMPT_RCU is not set 94 + # CONFIG_TINY_RCU is not set 97 95 # CONFIG_RCU_TRACE is not set 98 96 CONFIG_RCU_FANOUT=32 99 97 # CONFIG_RCU_FANOUT_EXACT is not set ··· 187 183 # IO Schedulers 188 184 # 189 185 CONFIG_IOSCHED_NOOP=y 190 - CONFIG_IOSCHED_AS=y 191 186 CONFIG_IOSCHED_DEADLINE=y 192 187 CONFIG_IOSCHED_CFQ=y 193 - # CONFIG_DEFAULT_AS is not set 194 188 # CONFIG_DEFAULT_DEADLINE is not set 195 189 CONFIG_DEFAULT_CFQ=y 196 190 # CONFIG_DEFAULT_NOOP is not set 197 191 CONFIG_DEFAULT_IOSCHED="cfq" 192 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 193 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 194 + # CONFIG_INLINE_SPIN_LOCK is not set 195 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 196 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 197 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 198 + CONFIG_INLINE_SPIN_UNLOCK=y 199 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 200 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 201 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 202 + # CONFIG_INLINE_READ_TRYLOCK is not set 203 + # CONFIG_INLINE_READ_LOCK is not set 204 + # CONFIG_INLINE_READ_LOCK_BH is not set 205 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 206 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 207 + CONFIG_INLINE_READ_UNLOCK=y 208 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 209 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 210 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 211 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 212 + # CONFIG_INLINE_WRITE_LOCK is not set 213 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 214 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 215 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 216 + CONFIG_INLINE_WRITE_UNLOCK=y 217 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 218 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 219 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 220 + CONFIG_MUTEX_SPIN_ON_OWNER=y 198 221 # CONFIG_FREEZER is not set 199 222 200 223 # ··· 252 221 # CONFIG_MPIC_WEIRD is not set 253 222 CONFIG_PPC_I8259=y 254 223 # CONFIG_PPC_RTAS is not set 255 - # CONFIG_MMIO_NVRAM is not set 224 + CONFIG_MMIO_NVRAM=y 256 225 # CONFIG_PPC_MPC106 is not set 257 226 # CONFIG_PPC_970_NAP is not set 258 227 # CONFIG_PPC_INDIRECT_IO is not set ··· 293 262 # CONFIG_KEXEC is not set 294 263 # CONFIG_CRASH_DUMP is not set 295 264 # CONFIG_IRQ_ALL_CPUS is not set 265 + CONFIG_SPARSE_IRQ=y 296 266 CONFIG_MAX_ACTIVE_REGIONS=32 297 267 CONFIG_ARCH_FLATMEM_ENABLE=y 298 268 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 310 278 CONFIG_ZONE_DMA_FLAG=1 311 279 CONFIG_BOUNCE=y 312 280 CONFIG_VIRT_TO_BUS=y 313 - CONFIG_HAVE_MLOCK=y 314 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 315 281 # CONFIG_KSM is not set 316 282 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 317 283 CONFIG_PPC_4K_PAGES=y ··· 427 397 CONFIG_INET6_XFRM_MODE_BEET=y 428 398 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 429 399 CONFIG_IPV6_SIT=y 400 + # CONFIG_IPV6_SIT_6RD is not set 430 401 CONFIG_IPV6_NDISC_NODETYPE=y 431 402 # CONFIG_IPV6_TUNNEL is not set 432 403 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 472 441 CONFIG_FIB_RULES=y 473 442 CONFIG_WIRELESS=y 474 443 # CONFIG_CFG80211 is not set 475 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 476 - CONFIG_WIRELESS_OLD_REGULATORY=y 477 - # CONFIG_WIRELESS_EXT is not set 478 444 # CONFIG_LIB80211 is not set 479 445 480 446 # ··· 514 486 # CONFIG_BLK_DEV_COW_COMMON is not set 515 487 CONFIG_BLK_DEV_LOOP=y 516 488 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 489 + 490 + # 491 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 492 + # 517 493 CONFIG_BLK_DEV_NBD=y 518 494 # CONFIG_BLK_DEV_SX8 is not set 519 495 # CONFIG_BLK_DEV_UB is not set ··· 529 497 # CONFIG_ATA_OVER_ETH is not set 530 498 # CONFIG_BLK_DEV_HD is not set 531 499 CONFIG_MISC_DEVICES=y 500 + # CONFIG_AD525X_DPOT is not set 532 501 # CONFIG_PHANTOM is not set 533 502 # CONFIG_SGI_IOC4 is not set 534 503 # CONFIG_TIFM_CORE is not set ··· 537 504 # CONFIG_ENCLOSURE_SERVICES is not set 538 505 # CONFIG_HP_ILO is not set 539 506 # CONFIG_ISL29003 is not set 507 + # CONFIG_DS1682 is not set 540 508 # CONFIG_C2PORT is not set 541 509 542 510 # ··· 591 557 # CONFIG_SCSI_BNX2_ISCSI is not set 592 558 # CONFIG_BE2ISCSI is not set 593 559 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 560 + # CONFIG_SCSI_HPSA is not set 594 561 # CONFIG_SCSI_3W_9XXX is not set 562 + # CONFIG_SCSI_3W_SAS is not set 595 563 # CONFIG_SCSI_ACARD is not set 596 564 # CONFIG_SCSI_AACRAID is not set 597 565 # CONFIG_SCSI_AIC7XXX is not set ··· 632 596 # CONFIG_SCSI_NSP32 is not set 633 597 # CONFIG_SCSI_DEBUG is not set 634 598 # CONFIG_SCSI_PMCRAID is not set 599 + # CONFIG_SCSI_PM8001 is not set 635 600 # CONFIG_SCSI_SRP is not set 636 601 # CONFIG_SCSI_BFA_FC is not set 637 602 # CONFIG_SCSI_DH is not set ··· 688 651 # CONFIG_PATA_NS87415 is not set 689 652 # CONFIG_PATA_OPTI is not set 690 653 # CONFIG_PATA_OPTIDMA is not set 654 + # CONFIG_PATA_PDC2027X is not set 691 655 # CONFIG_PATA_PDC_OLD is not set 692 656 # CONFIG_PATA_RADISYS is not set 693 657 # CONFIG_PATA_RDC is not set 694 658 # CONFIG_PATA_RZ1000 is not set 695 659 # CONFIG_PATA_SC1200 is not set 696 660 # CONFIG_PATA_SERVERWORKS is not set 697 - # CONFIG_PATA_PDC2027X is not set 698 661 # CONFIG_PATA_SIL680 is not set 699 662 # CONFIG_PATA_SIS is not set 663 + # CONFIG_PATA_TOSHIBA is not set 700 664 # CONFIG_PATA_VIA is not set 701 665 # CONFIG_PATA_WINBOND is not set 702 666 # CONFIG_PATA_PLATFORM is not set ··· 714 676 # 715 677 716 678 # 717 - # See the help texts for more information. 679 + # The newer stack is recommended. 718 680 # 719 681 # CONFIG_FIREWIRE is not set 720 682 # CONFIG_IEEE1394 is not set ··· 819 781 # CONFIG_BE2NET is not set 820 782 # CONFIG_TR is not set 821 783 CONFIG_WLAN=y 822 - # CONFIG_WLAN_PRE80211 is not set 823 - # CONFIG_WLAN_80211 is not set 784 + # CONFIG_AIRO is not set 785 + # CONFIG_ATMEL is not set 786 + # CONFIG_PRISM54 is not set 787 + # CONFIG_USB_ZD1201 is not set 788 + # CONFIG_HOSTAP is not set 824 789 825 790 # 826 791 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 846 805 # CONFIG_NETCONSOLE is not set 847 806 # CONFIG_NETPOLL is not set 848 807 # CONFIG_NET_POLL_CONTROLLER is not set 808 + # CONFIG_VMXNET3 is not set 849 809 # CONFIG_ISDN is not set 850 810 # CONFIG_PHONE is not set 851 811 ··· 856 814 CONFIG_INPUT=y 857 815 CONFIG_INPUT_FF_MEMLESS=m 858 816 # CONFIG_INPUT_POLLDEV is not set 817 + # CONFIG_INPUT_SPARSEKMAP is not set 859 818 860 819 # 861 820 # Userland interfaces ··· 886 843 CONFIG_SERIO_LIBPS2=y 887 844 # CONFIG_SERIO_RAW is not set 888 845 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 846 + # CONFIG_SERIO_ALTERA_PS2 is not set 889 847 # CONFIG_GAMEPORT is not set 890 848 891 849 # ··· 923 879 CONFIG_SERIAL_CORE_CONSOLE=y 924 880 # CONFIG_SERIAL_JSM is not set 925 881 # CONFIG_SERIAL_OF_PLATFORM is not set 882 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 926 883 CONFIG_UNIX98_PTYS=y 927 884 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 928 885 CONFIG_LEGACY_PTYS=y ··· 981 936 # CONFIG_I2C_TINY_USB is not set 982 937 983 938 # 984 - # Graphics adapter I2C/DDC channel drivers 985 - # 986 - # CONFIG_I2C_VOODOO3 is not set 987 - 988 - # 989 939 # Other I2C/SMBus bus drivers 990 940 # 991 941 # CONFIG_I2C_PCA_PLATFORM is not set ··· 989 949 # 990 950 # Miscellaneous I2C Chip support 991 951 # 992 - # CONFIG_DS1682 is not set 993 952 # CONFIG_SENSORS_TSL2550 is not set 994 953 # CONFIG_I2C_DEBUG_CORE is not set 995 954 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1021 982 # 1022 983 # PCI GPIO expanders: 1023 984 # 985 + # CONFIG_GPIO_CS5535 is not set 1024 986 # CONFIG_GPIO_BT8XX is not set 1025 987 # CONFIG_GPIO_LANGWELL is not set 1026 988 ··· 1055 1015 # CONFIG_TWL4030_CORE is not set 1056 1016 # CONFIG_MFD_TMIO is not set 1057 1017 # CONFIG_PMIC_DA903X is not set 1018 + # CONFIG_PMIC_ADP5520 is not set 1058 1019 # CONFIG_MFD_WM8400 is not set 1059 1020 # CONFIG_MFD_WM831X is not set 1060 1021 # CONFIG_MFD_WM8350_I2C is not set 1061 1022 # CONFIG_MFD_PCF50633 is not set 1062 1023 # CONFIG_AB3100_CORE is not set 1024 + # CONFIG_MFD_88PM8607 is not set 1063 1025 # CONFIG_REGULATOR is not set 1064 1026 # CONFIG_MEDIA_SUPPORT is not set 1065 1027 ··· 1136 1094 # CONFIG_SND_CS4281 is not set 1137 1095 # CONFIG_SND_CS46XX is not set 1138 1096 # CONFIG_SND_CS5530 is not set 1097 + # CONFIG_SND_CS5535AUDIO is not set 1139 1098 # CONFIG_SND_CTXFI is not set 1140 1099 # CONFIG_SND_DARLA20 is not set 1141 1100 # CONFIG_SND_GINA20 is not set ··· 1264 1221 CONFIG_USB_EHCI_HCD=y 1265 1222 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1266 1223 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1224 + # CONFIG_XPS_USB_HCD_XILINX is not set 1267 1225 # CONFIG_USB_EHCI_FSL is not set 1268 1226 CONFIG_USB_EHCI_HCD_PPC_OF=y 1269 1227 # CONFIG_USB_OXU210HP_HCD is not set ··· 1392 1348 # CONFIG_RTC_DRV_PCF8563 is not set 1393 1349 # CONFIG_RTC_DRV_PCF8583 is not set 1394 1350 # CONFIG_RTC_DRV_M41T80 is not set 1351 + # CONFIG_RTC_DRV_BQ32K is not set 1395 1352 # CONFIG_RTC_DRV_S35390A is not set 1396 1353 # CONFIG_RTC_DRV_FM3130 is not set 1397 1354 # CONFIG_RTC_DRV_RX8581 is not set ··· 1414 1369 # CONFIG_RTC_DRV_M48T86 is not set 1415 1370 # CONFIG_RTC_DRV_M48T35 is not set 1416 1371 # CONFIG_RTC_DRV_M48T59 is not set 1372 + # CONFIG_RTC_DRV_MSM6242 is not set 1417 1373 # CONFIG_RTC_DRV_BQ4802 is not set 1374 + # CONFIG_RTC_DRV_RP5C01 is not set 1418 1375 # CONFIG_RTC_DRV_V3020 is not set 1419 1376 1420 1377 # ··· 1731 1684 # CONFIG_KEYS is not set 1732 1685 # CONFIG_SECURITY is not set 1733 1686 # CONFIG_SECURITYFS is not set 1734 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1687 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1688 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1689 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1690 + CONFIG_DEFAULT_SECURITY_DAC=y 1691 + CONFIG_DEFAULT_SECURITY="" 1735 1692 CONFIG_CRYPTO=y 1736 1693 1737 1694 #
+43 -12
arch/powerpc/configs/mpc885_ads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:17 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:10 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 32 32 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 33 33 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 34 34 CONFIG_IRQ_PER_CPU=y 35 + CONFIG_NR_IRQS=512 35 36 CONFIG_STACKTRACE_SUPPORT=y 36 37 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 37 38 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 55 54 CONFIG_GENERIC_BUG=y 56 55 CONFIG_DTC=y 57 56 # CONFIG_DEFAULT_UIMAGE is not set 57 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 58 # CONFIG_PPC_DCR_NATIVE is not set 59 59 # CONFIG_PPC_DCR_MMIO is not set 60 60 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 83 81 # 84 82 CONFIG_TREE_RCU=y 85 83 # CONFIG_TREE_PREEMPT_RCU is not set 84 + # CONFIG_TINY_RCU is not set 86 85 # CONFIG_RCU_TRACE is not set 87 86 CONFIG_RCU_FANOUT=32 88 87 # CONFIG_RCU_FANOUT_EXACT is not set ··· 162 159 # IO Schedulers 163 160 # 164 161 CONFIG_IOSCHED_NOOP=y 165 - # CONFIG_IOSCHED_AS is not set 166 162 CONFIG_IOSCHED_DEADLINE=y 167 163 # CONFIG_IOSCHED_CFQ is not set 168 - # CONFIG_DEFAULT_AS is not set 169 164 CONFIG_DEFAULT_DEADLINE=y 170 165 # CONFIG_DEFAULT_CFQ is not set 171 166 # CONFIG_DEFAULT_NOOP is not set 172 167 CONFIG_DEFAULT_IOSCHED="deadline" 168 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 169 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 170 + # CONFIG_INLINE_SPIN_LOCK is not set 171 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 172 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 173 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 174 + CONFIG_INLINE_SPIN_UNLOCK=y 175 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 176 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 177 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 178 + # CONFIG_INLINE_READ_TRYLOCK is not set 179 + # CONFIG_INLINE_READ_LOCK is not set 180 + # CONFIG_INLINE_READ_LOCK_BH is not set 181 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 182 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 183 + CONFIG_INLINE_READ_UNLOCK=y 184 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 185 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 186 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 187 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 188 + # CONFIG_INLINE_WRITE_LOCK is not set 189 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 190 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 191 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 192 + CONFIG_INLINE_WRITE_UNLOCK=y 193 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 194 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 195 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 196 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 173 197 # CONFIG_FREEZER is not set 174 198 175 199 # ··· 278 248 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 279 249 CONFIG_ARCH_HAS_WALK_MEMORY=y 280 250 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 251 + CONFIG_SPARSE_IRQ=y 281 252 CONFIG_MAX_ACTIVE_REGIONS=32 282 253 CONFIG_ARCH_FLATMEM_ENABLE=y 283 254 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 295 264 CONFIG_ZONE_DMA_FLAG=1 296 265 CONFIG_BOUNCE=y 297 266 CONFIG_VIRT_TO_BUS=y 298 - CONFIG_HAVE_MLOCK=y 299 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 300 267 # CONFIG_KSM is not set 301 268 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 302 269 CONFIG_PPC_4K_PAGES=y ··· 408 379 # CONFIG_AF_RXRPC is not set 409 380 CONFIG_WIRELESS=y 410 381 # CONFIG_CFG80211 is not set 411 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 412 - CONFIG_WIRELESS_OLD_REGULATORY=y 413 - # CONFIG_WIRELESS_EXT is not set 414 382 # CONFIG_LIB80211 is not set 415 383 416 384 # ··· 582 556 # CONFIG_NETDEV_1000 is not set 583 557 # CONFIG_NETDEV_10000 is not set 584 558 CONFIG_WLAN=y 585 - # CONFIG_WLAN_PRE80211 is not set 586 - # CONFIG_WLAN_80211 is not set 559 + # CONFIG_HOSTAP is not set 587 560 588 561 # 589 562 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 627 602 CONFIG_SERIAL_CORE_CONSOLE=y 628 603 CONFIG_SERIAL_CPM=y 629 604 CONFIG_SERIAL_CPM_CONSOLE=y 605 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 630 606 CONFIG_UNIX98_PTYS=y 631 607 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 632 608 # CONFIG_LEGACY_PTYS is not set ··· 888 862 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 889 863 # CONFIG_FAULT_INJECTION is not set 890 864 # CONFIG_LATENCYTOP is not set 865 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 891 866 # CONFIG_DEBUG_PAGEALLOC is not set 892 867 CONFIG_HAVE_FUNCTION_TRACER=y 893 868 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 931 904 # CONFIG_KEYS is not set 932 905 # CONFIG_SECURITY is not set 933 906 # CONFIG_SECURITYFS is not set 934 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 907 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 908 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 909 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 910 + CONFIG_DEFAULT_SECURITY_DAC=y 911 + CONFIG_DEFAULT_SECURITY="" 935 912 # CONFIG_CRYPTO is not set 936 913 CONFIG_PPC_CLOCK=y 937 914 CONFIG_PPC_LIB_RHEAP=y
+57 -15
arch/powerpc/configs/pq2fads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:17 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:11 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 60 59 CONFIG_GENERIC_BUG=y 61 60 CONFIG_DTC=y 62 61 CONFIG_DEFAULT_UIMAGE=y 62 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 63 63 # CONFIG_PPC_DCR_NATIVE is not set 64 64 # CONFIG_PPC_DCR_MMIO is not set 65 65 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 87 85 # 88 86 CONFIG_TREE_RCU=y 89 87 # CONFIG_TREE_PREEMPT_RCU is not set 88 + # CONFIG_TINY_RCU is not set 90 89 # CONFIG_RCU_TRACE is not set 91 90 CONFIG_RCU_FANOUT=32 92 91 # CONFIG_RCU_FANOUT_EXACT is not set ··· 168 165 # IO Schedulers 169 166 # 170 167 CONFIG_IOSCHED_NOOP=y 171 - CONFIG_IOSCHED_AS=y 172 168 CONFIG_IOSCHED_DEADLINE=y 173 169 CONFIG_IOSCHED_CFQ=y 174 - CONFIG_DEFAULT_AS=y 175 170 # CONFIG_DEFAULT_DEADLINE is not set 176 - # CONFIG_DEFAULT_CFQ is not set 171 + CONFIG_DEFAULT_CFQ=y 177 172 # CONFIG_DEFAULT_NOOP is not set 178 - CONFIG_DEFAULT_IOSCHED="anticipatory" 173 + CONFIG_DEFAULT_IOSCHED="cfq" 174 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 175 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 176 + # CONFIG_INLINE_SPIN_LOCK is not set 177 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 178 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 179 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 180 + CONFIG_INLINE_SPIN_UNLOCK=y 181 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 182 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 183 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 184 + # CONFIG_INLINE_READ_TRYLOCK is not set 185 + # CONFIG_INLINE_READ_LOCK is not set 186 + # CONFIG_INLINE_READ_LOCK_BH is not set 187 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 188 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 189 + CONFIG_INLINE_READ_UNLOCK=y 190 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 191 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 192 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 193 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 194 + # CONFIG_INLINE_WRITE_LOCK is not set 195 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 196 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 197 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 198 + CONFIG_INLINE_WRITE_UNLOCK=y 199 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 200 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 201 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 202 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 179 203 # CONFIG_FREEZER is not set 180 204 181 205 # ··· 273 243 CONFIG_ARCH_HAS_WALK_MEMORY=y 274 244 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 275 245 # CONFIG_CRASH_DUMP is not set 246 + CONFIG_SPARSE_IRQ=y 276 247 CONFIG_MAX_ACTIVE_REGIONS=32 277 248 CONFIG_ARCH_FLATMEM_ENABLE=y 278 249 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 286 255 CONFIG_ZONE_DMA_FLAG=1 287 256 CONFIG_BOUNCE=y 288 257 CONFIG_VIRT_TO_BUS=y 289 - CONFIG_HAVE_MLOCK=y 290 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 291 258 # CONFIG_KSM is not set 292 259 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 293 260 CONFIG_PPC_4K_PAGES=y ··· 436 407 # CONFIG_BT is not set 437 408 CONFIG_WIRELESS=y 438 409 # CONFIG_CFG80211 is not set 439 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 440 - CONFIG_WIRELESS_OLD_REGULATORY=y 441 - # CONFIG_WIRELESS_EXT is not set 442 410 # CONFIG_LIB80211 is not set 443 411 444 412 # ··· 556 530 # CONFIG_BLK_DEV_COW_COMMON is not set 557 531 CONFIG_BLK_DEV_LOOP=y 558 532 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 533 + 534 + # 535 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 536 + # 559 537 # CONFIG_BLK_DEV_NBD is not set 560 538 # CONFIG_BLK_DEV_SX8 is not set 561 539 # CONFIG_BLK_DEV_RAM is not set ··· 646 616 # 647 617 648 618 # 649 - # See the help texts for more information. 619 + # The newer stack is recommended. 650 620 # 651 621 # CONFIG_FIREWIRE is not set 652 622 # CONFIG_IEEE1394 is not set ··· 751 721 # CONFIG_BE2NET is not set 752 722 # CONFIG_TR is not set 753 723 CONFIG_WLAN=y 754 - # CONFIG_WLAN_PRE80211 is not set 755 - # CONFIG_WLAN_80211 is not set 724 + # CONFIG_AIRO is not set 725 + # CONFIG_ATMEL is not set 726 + # CONFIG_HOSTAP is not set 756 727 757 728 # 758 729 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 770 739 CONFIG_SLHC=y 771 740 # CONFIG_NETPOLL is not set 772 741 # CONFIG_NET_POLL_CONTROLLER is not set 742 + # CONFIG_VMXNET3 is not set 773 743 # CONFIG_ISDN is not set 774 744 # CONFIG_PHONE is not set 775 745 ··· 780 748 CONFIG_INPUT=y 781 749 # CONFIG_INPUT_FF_MEMLESS is not set 782 750 # CONFIG_INPUT_POLLDEV is not set 751 + # CONFIG_INPUT_SPARSEKMAP is not set 783 752 784 753 # 785 754 # Userland interfaces ··· 835 802 CONFIG_SERIO_LIBPS2=y 836 803 # CONFIG_SERIO_RAW is not set 837 804 # CONFIG_SERIO_XILINX_XPS_PS2 is not set 805 + # CONFIG_SERIO_ALTERA_PS2 is not set 838 806 # CONFIG_GAMEPORT is not set 839 807 840 808 # ··· 859 825 CONFIG_SERIAL_CPM=y 860 826 CONFIG_SERIAL_CPM_CONSOLE=y 861 827 # CONFIG_SERIAL_JSM is not set 828 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 862 829 CONFIG_UNIX98_PTYS=y 863 830 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 864 831 CONFIG_LEGACY_PTYS=y ··· 896 861 # 897 862 # PCI GPIO expanders: 898 863 # 864 + # CONFIG_GPIO_CS5535 is not set 899 865 # CONFIG_GPIO_BT8XX is not set 900 866 # CONFIG_GPIO_LANGWELL is not set 901 867 ··· 991 955 # CONFIG_USB_ETH_EEM is not set 992 956 # CONFIG_USB_GADGETFS is not set 993 957 # CONFIG_USB_FILE_STORAGE is not set 958 + # CONFIG_USB_MASS_STORAGE is not set 994 959 # CONFIG_USB_G_SERIAL is not set 995 960 # CONFIG_USB_MIDI_GADGET is not set 996 961 # CONFIG_USB_G_PRINTER is not set 997 962 # CONFIG_USB_CDC_COMPOSITE is not set 963 + # CONFIG_USB_G_MULTI is not set 998 964 999 965 # 1000 966 # OTG and related infrastructure ··· 1286 1248 # CONFIG_KEYS is not set 1287 1249 # CONFIG_SECURITY is not set 1288 1250 # CONFIG_SECURITYFS is not set 1289 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1251 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1252 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1253 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1254 + CONFIG_DEFAULT_SECURITY_DAC=y 1255 + CONFIG_DEFAULT_SECURITY="" 1290 1256 CONFIG_CRYPTO=y 1291 1257 1292 1258 #
+72 -22
arch/powerpc/configs/prpmc2800_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:18 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:12 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 38 38 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 39 39 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 40 40 CONFIG_IRQ_PER_CPU=y 41 + CONFIG_NR_IRQS=512 41 42 CONFIG_STACKTRACE_SUPPORT=y 42 43 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 43 44 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 61 60 CONFIG_GENERIC_BUG=y 62 61 CONFIG_DTC=y 63 62 # CONFIG_DEFAULT_UIMAGE is not set 63 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 64 64 # CONFIG_PPC_DCR_NATIVE is not set 65 65 # CONFIG_PPC_DCR_MMIO is not set 66 66 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 90 88 # 91 89 CONFIG_TREE_RCU=y 92 90 # CONFIG_TREE_PREEMPT_RCU is not set 91 + # CONFIG_TINY_RCU is not set 93 92 # CONFIG_RCU_TRACE is not set 94 93 CONFIG_RCU_FANOUT=32 95 94 # CONFIG_RCU_FANOUT_EXACT is not set ··· 178 175 # IO Schedulers 179 176 # 180 177 CONFIG_IOSCHED_NOOP=y 181 - CONFIG_IOSCHED_AS=y 182 178 # CONFIG_IOSCHED_DEADLINE is not set 183 179 # CONFIG_IOSCHED_CFQ is not set 184 - CONFIG_DEFAULT_AS=y 185 180 # CONFIG_DEFAULT_DEADLINE is not set 186 181 # CONFIG_DEFAULT_CFQ is not set 187 - # CONFIG_DEFAULT_NOOP is not set 188 - CONFIG_DEFAULT_IOSCHED="anticipatory" 182 + CONFIG_DEFAULT_NOOP=y 183 + CONFIG_DEFAULT_IOSCHED="noop" 184 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 185 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK is not set 187 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 188 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 189 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 190 + CONFIG_INLINE_SPIN_UNLOCK=y 191 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 192 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 193 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 194 + # CONFIG_INLINE_READ_TRYLOCK is not set 195 + # CONFIG_INLINE_READ_LOCK is not set 196 + # CONFIG_INLINE_READ_LOCK_BH is not set 197 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 198 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 199 + CONFIG_INLINE_READ_UNLOCK=y 200 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 201 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 202 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 203 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 204 + # CONFIG_INLINE_WRITE_LOCK is not set 205 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 206 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 207 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 208 + CONFIG_INLINE_WRITE_UNLOCK=y 209 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 210 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 211 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 212 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 189 213 # CONFIG_FREEZER is not set 190 214 191 215 # ··· 237 207 CONFIG_PPC_PRPMC2800=y 238 208 # CONFIG_PPC_C2K is not set 239 209 CONFIG_MV64X60=y 210 + # CONFIG_GAMECUBE is not set 211 + # CONFIG_WII is not set 240 212 # CONFIG_AMIGAONE is not set 241 213 CONFIG_PPC_OF_BOOT_TRAMPOLINE=y 242 214 # CONFIG_IPIC is not set ··· 284 252 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 285 253 # CONFIG_KEXEC is not set 286 254 # CONFIG_CRASH_DUMP is not set 255 + CONFIG_SPARSE_IRQ=y 287 256 CONFIG_MAX_ACTIVE_REGIONS=32 288 257 CONFIG_ARCH_FLATMEM_ENABLE=y 289 258 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 301 268 CONFIG_ZONE_DMA_FLAG=1 302 269 CONFIG_BOUNCE=y 303 270 CONFIG_VIRT_TO_BUS=y 304 - CONFIG_HAVE_MLOCK=y 305 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 306 271 # CONFIG_KSM is not set 307 272 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 308 273 CONFIG_PPC_4K_PAGES=y ··· 425 394 # CONFIG_AF_RXRPC is not set 426 395 CONFIG_WIRELESS=y 427 396 # CONFIG_CFG80211 is not set 428 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 429 - CONFIG_WIRELESS_OLD_REGULATORY=y 430 - # CONFIG_WIRELESS_EXT is not set 431 397 # CONFIG_LIB80211 is not set 432 398 433 399 # ··· 546 518 # CONFIG_BLK_DEV_COW_COMMON is not set 547 519 CONFIG_BLK_DEV_LOOP=y 548 520 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 521 + 522 + # 523 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 524 + # 549 525 # CONFIG_BLK_DEV_NBD is not set 550 526 # CONFIG_BLK_DEV_SX8 is not set 551 527 # CONFIG_BLK_DEV_UB is not set ··· 561 529 # CONFIG_ATA_OVER_ETH is not set 562 530 # CONFIG_BLK_DEV_HD is not set 563 531 CONFIG_MISC_DEVICES=y 532 + # CONFIG_AD525X_DPOT is not set 564 533 # CONFIG_PHANTOM is not set 565 534 # CONFIG_SGI_IOC4 is not set 566 535 # CONFIG_TIFM_CORE is not set ··· 569 536 # CONFIG_ENCLOSURE_SERVICES is not set 570 537 # CONFIG_HP_ILO is not set 571 538 # CONFIG_ISL29003 is not set 539 + # CONFIG_DS1682 is not set 572 540 # CONFIG_C2PORT is not set 573 541 574 542 # ··· 675 641 # CONFIG_SCSI_BNX2_ISCSI is not set 676 642 # CONFIG_BE2ISCSI is not set 677 643 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 644 + # CONFIG_SCSI_HPSA is not set 678 645 # CONFIG_SCSI_3W_9XXX is not set 646 + # CONFIG_SCSI_3W_SAS is not set 679 647 # CONFIG_SCSI_ACARD is not set 680 648 # CONFIG_SCSI_AACRAID is not set 681 649 # CONFIG_SCSI_AIC7XXX is not set ··· 716 680 # CONFIG_SCSI_NSP32 is not set 717 681 # CONFIG_SCSI_DEBUG is not set 718 682 # CONFIG_SCSI_PMCRAID is not set 683 + # CONFIG_SCSI_PM8001 is not set 719 684 # CONFIG_SCSI_SRP is not set 720 685 # CONFIG_SCSI_BFA_FC is not set 721 686 # CONFIG_SCSI_DH is not set ··· 771 734 # CONFIG_PATA_NS87415 is not set 772 735 # CONFIG_PATA_OPTI is not set 773 736 # CONFIG_PATA_OPTIDMA is not set 737 + # CONFIG_PATA_PDC2027X is not set 774 738 # CONFIG_PATA_PDC_OLD is not set 775 739 # CONFIG_PATA_RADISYS is not set 776 740 # CONFIG_PATA_RDC is not set 777 741 # CONFIG_PATA_RZ1000 is not set 778 742 # CONFIG_PATA_SC1200 is not set 779 743 # CONFIG_PATA_SERVERWORKS is not set 780 - # CONFIG_PATA_PDC2027X is not set 781 744 # CONFIG_PATA_SIL680 is not set 782 745 # CONFIG_PATA_SIS is not set 746 + # CONFIG_PATA_TOSHIBA is not set 783 747 # CONFIG_PATA_VIA is not set 784 748 # CONFIG_PATA_WINBOND is not set 785 749 # CONFIG_PATA_PLATFORM is not set ··· 797 759 # 798 760 799 761 # 800 - # See the help texts for more information. 762 + # The newer stack is recommended. 801 763 # 802 764 # CONFIG_FIREWIRE is not set 803 765 # CONFIG_IEEE1394 is not set ··· 924 886 # CONFIG_BE2NET is not set 925 887 # CONFIG_TR is not set 926 888 CONFIG_WLAN=y 927 - # CONFIG_WLAN_PRE80211 is not set 928 - # CONFIG_WLAN_80211 is not set 889 + # CONFIG_AIRO is not set 890 + # CONFIG_ATMEL is not set 891 + # CONFIG_PRISM54 is not set 892 + # CONFIG_USB_ZD1201 is not set 893 + # CONFIG_HOSTAP is not set 929 894 930 895 # 931 896 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 951 910 # CONFIG_NETCONSOLE is not set 952 911 # CONFIG_NETPOLL is not set 953 912 # CONFIG_NET_POLL_CONTROLLER is not set 913 + # CONFIG_VMXNET3 is not set 954 914 # CONFIG_ISDN is not set 955 915 # CONFIG_PHONE is not set 956 916 ··· 961 919 CONFIG_INPUT=y 962 920 CONFIG_INPUT_FF_MEMLESS=y 963 921 # CONFIG_INPUT_POLLDEV is not set 922 + # CONFIG_INPUT_SPARSEKMAP is not set 964 923 965 924 # 966 925 # Userland interfaces ··· 1016 973 CONFIG_SERIAL_CORE=y 1017 974 CONFIG_SERIAL_CORE_CONSOLE=y 1018 975 # CONFIG_SERIAL_JSM is not set 976 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 1019 977 CONFIG_UNIX98_PTYS=y 1020 978 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1021 979 CONFIG_LEGACY_PTYS=y ··· 1074 1030 # CONFIG_I2C_TINY_USB is not set 1075 1031 1076 1032 # 1077 - # Graphics adapter I2C/DDC channel drivers 1078 - # 1079 - # CONFIG_I2C_VOODOO3 is not set 1080 - 1081 - # 1082 1033 # Other I2C/SMBus bus drivers 1083 1034 # 1084 1035 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1081 1042 # 1082 1043 # Miscellaneous I2C Chip support 1083 1044 # 1084 - # CONFIG_DS1682 is not set 1085 1045 # CONFIG_SENSORS_TSL2550 is not set 1086 1046 # CONFIG_I2C_DEBUG_CORE is not set 1087 1047 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1126 1088 # CONFIG_SENSORS_GL520SM is not set 1127 1089 # CONFIG_SENSORS_IT87 is not set 1128 1090 # CONFIG_SENSORS_LM63 is not set 1091 + # CONFIG_SENSORS_LM73 is not set 1129 1092 # CONFIG_SENSORS_LM75 is not set 1130 1093 # CONFIG_SENSORS_LM77 is not set 1131 1094 # CONFIG_SENSORS_LM78 is not set ··· 1165 1126 # CONFIG_SENSORS_W83L786NG is not set 1166 1127 # CONFIG_SENSORS_W83627HF is not set 1167 1128 # CONFIG_SENSORS_W83627EHF is not set 1129 + # CONFIG_SENSORS_LIS3_I2C is not set 1168 1130 # CONFIG_THERMAL is not set 1169 1131 # CONFIG_WATCHDOG is not set 1170 1132 CONFIG_SSB_POSSIBLE=y ··· 1184 1144 # CONFIG_TWL4030_CORE is not set 1185 1145 # CONFIG_MFD_TMIO is not set 1186 1146 # CONFIG_PMIC_DA903X is not set 1147 + # CONFIG_PMIC_ADP5520 is not set 1187 1148 # CONFIG_MFD_WM8400 is not set 1188 1149 # CONFIG_MFD_WM831X is not set 1189 1150 # CONFIG_MFD_WM8350_I2C is not set 1190 1151 # CONFIG_MFD_PCF50633 is not set 1191 1152 # CONFIG_AB3100_CORE is not set 1153 + # CONFIG_MFD_88PM8607 is not set 1192 1154 # CONFIG_REGULATOR is not set 1193 1155 # CONFIG_MEDIA_SUPPORT is not set 1194 1156 ··· 1292 1250 CONFIG_USB_EHCI_HCD=y 1293 1251 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1294 1252 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1253 + # CONFIG_XPS_USB_HCD_XILINX is not set 1295 1254 CONFIG_USB_EHCI_HCD_PPC_OF=y 1296 1255 # CONFIG_USB_OXU210HP_HCD is not set 1297 1256 # CONFIG_USB_ISP116X_HCD is not set ··· 1405 1362 # CONFIG_RTC_DRV_PCF8563 is not set 1406 1363 # CONFIG_RTC_DRV_PCF8583 is not set 1407 1364 # CONFIG_RTC_DRV_M41T80 is not set 1365 + # CONFIG_RTC_DRV_BQ32K is not set 1408 1366 # CONFIG_RTC_DRV_S35390A is not set 1409 1367 # CONFIG_RTC_DRV_FM3130 is not set 1410 1368 # CONFIG_RTC_DRV_RX8581 is not set ··· 1427 1383 # CONFIG_RTC_DRV_M48T86 is not set 1428 1384 # CONFIG_RTC_DRV_M48T35 is not set 1429 1385 # CONFIG_RTC_DRV_M48T59 is not set 1386 + # CONFIG_RTC_DRV_MSM6242 is not set 1430 1387 # CONFIG_RTC_DRV_BQ4802 is not set 1388 + # CONFIG_RTC_DRV_RP5C01 is not set 1431 1389 # CONFIG_RTC_DRV_V3020 is not set 1432 1390 1433 1391 # ··· 1672 1626 # CONFIG_KEYS is not set 1673 1627 # CONFIG_SECURITY is not set 1674 1628 # CONFIG_SECURITYFS is not set 1675 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1629 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1630 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1631 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1632 + CONFIG_DEFAULT_SECURITY_DAC=y 1633 + CONFIG_DEFAULT_SECURITY="" 1676 1634 CONFIG_CRYPTO=y 1677 1635 1678 1636 #
+66 -20
arch/powerpc/configs/storcenter_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.32-rc5 4 - # Thu Nov 5 08:20:19 2009 3 + # Linux kernel version: 2.6.33-rc3 4 + # Wed Jan 6 09:24:13 2010 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 36 36 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 37 37 # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 38 38 CONFIG_IRQ_PER_CPU=y 39 + CONFIG_NR_IRQS=512 39 40 CONFIG_STACKTRACE_SUPPORT=y 40 41 CONFIG_HAVE_LATENCYTOP_SUPPORT=y 41 42 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 59 58 CONFIG_GENERIC_BUG=y 60 59 CONFIG_DTC=y 61 60 # CONFIG_DEFAULT_UIMAGE is not set 61 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 62 62 # CONFIG_PPC_DCR_NATIVE is not set 63 63 # CONFIG_PPC_DCR_MMIO is not set 64 64 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y ··· 87 85 # 88 86 CONFIG_TREE_RCU=y 89 87 # CONFIG_TREE_PREEMPT_RCU is not set 88 + # CONFIG_TINY_RCU is not set 90 89 # CONFIG_RCU_TRACE is not set 91 90 CONFIG_RCU_FANOUT=32 92 91 # CONFIG_RCU_FANOUT_EXACT is not set ··· 170 167 # IO Schedulers 171 168 # 172 169 CONFIG_IOSCHED_NOOP=y 173 - CONFIG_IOSCHED_AS=y 174 170 CONFIG_IOSCHED_DEADLINE=y 175 171 CONFIG_IOSCHED_CFQ=y 176 - # CONFIG_DEFAULT_AS is not set 177 172 # CONFIG_DEFAULT_DEADLINE is not set 178 173 CONFIG_DEFAULT_CFQ=y 179 174 # CONFIG_DEFAULT_NOOP is not set 180 175 CONFIG_DEFAULT_IOSCHED="cfq" 176 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 177 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 178 + # CONFIG_INLINE_SPIN_LOCK is not set 179 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 180 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 181 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 182 + CONFIG_INLINE_SPIN_UNLOCK=y 183 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 184 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 185 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 186 + # CONFIG_INLINE_READ_TRYLOCK is not set 187 + # CONFIG_INLINE_READ_LOCK is not set 188 + # CONFIG_INLINE_READ_LOCK_BH is not set 189 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 190 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 191 + CONFIG_INLINE_READ_UNLOCK=y 192 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 193 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 194 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 195 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 196 + # CONFIG_INLINE_WRITE_LOCK is not set 197 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 198 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 199 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 200 + CONFIG_INLINE_WRITE_UNLOCK=y 201 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 202 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 203 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 204 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 181 205 # CONFIG_FREEZER is not set 182 206 183 207 # ··· 231 201 CONFIG_MPC10X_BRIDGE=y 232 202 CONFIG_MPC10X_OPENPIC=y 233 203 # CONFIG_MPC10X_STORE_GATHERING is not set 204 + # CONFIG_GAMECUBE is not set 205 + # CONFIG_WII is not set 234 206 # CONFIG_AMIGAONE is not set 235 207 CONFIG_PPC_OF_BOOT_TRAMPOLINE=y 236 208 # CONFIG_IPIC is not set ··· 278 246 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 279 247 # CONFIG_KEXEC is not set 280 248 # CONFIG_CRASH_DUMP is not set 249 + CONFIG_SPARSE_IRQ=y 281 250 CONFIG_MAX_ACTIVE_REGIONS=32 282 251 CONFIG_ARCH_FLATMEM_ENABLE=y 283 252 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 295 262 CONFIG_ZONE_DMA_FLAG=1 296 263 CONFIG_BOUNCE=y 297 264 CONFIG_VIRT_TO_BUS=y 298 - CONFIG_HAVE_MLOCK=y 299 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 300 265 # CONFIG_KSM is not set 301 266 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 302 267 CONFIG_PPC_4K_PAGES=y ··· 415 384 # CONFIG_AF_RXRPC is not set 416 385 CONFIG_WIRELESS=y 417 386 # CONFIG_CFG80211 is not set 418 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 419 - CONFIG_WIRELESS_OLD_REGULATORY=y 420 - # CONFIG_WIRELESS_EXT is not set 421 387 # CONFIG_LIB80211 is not set 422 388 423 389 # ··· 535 507 # CONFIG_BLK_DEV_UMEM is not set 536 508 # CONFIG_BLK_DEV_COW_COMMON is not set 537 509 # CONFIG_BLK_DEV_LOOP is not set 510 + 511 + # 512 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 513 + # 538 514 # CONFIG_BLK_DEV_NBD is not set 539 515 # CONFIG_BLK_DEV_SX8 is not set 540 516 # CONFIG_BLK_DEV_UB is not set ··· 547 515 # CONFIG_ATA_OVER_ETH is not set 548 516 # CONFIG_BLK_DEV_HD is not set 549 517 CONFIG_MISC_DEVICES=y 518 + # CONFIG_AD525X_DPOT is not set 550 519 # CONFIG_PHANTOM is not set 551 520 # CONFIG_SGI_IOC4 is not set 552 521 # CONFIG_TIFM_CORE is not set ··· 555 522 # CONFIG_ENCLOSURE_SERVICES is not set 556 523 # CONFIG_HP_ILO is not set 557 524 # CONFIG_ISL29003 is not set 525 + # CONFIG_DS1682 is not set 558 526 # CONFIG_C2PORT is not set 559 527 560 528 # ··· 662 628 # CONFIG_SCSI_BNX2_ISCSI is not set 663 629 # CONFIG_BE2ISCSI is not set 664 630 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 631 + # CONFIG_SCSI_HPSA is not set 665 632 # CONFIG_SCSI_3W_9XXX is not set 633 + # CONFIG_SCSI_3W_SAS is not set 666 634 # CONFIG_SCSI_ACARD is not set 667 635 # CONFIG_SCSI_AACRAID is not set 668 636 # CONFIG_SCSI_AIC7XXX is not set ··· 702 666 # CONFIG_SCSI_NSP32 is not set 703 667 # CONFIG_SCSI_DEBUG is not set 704 668 # CONFIG_SCSI_PMCRAID is not set 669 + # CONFIG_SCSI_PM8001 is not set 705 670 # CONFIG_SCSI_SRP is not set 706 671 # CONFIG_SCSI_BFA_FC is not set 707 672 # CONFIG_SCSI_DH is not set ··· 732 695 # 733 696 734 697 # 735 - # See the help texts for more information. 698 + # The newer stack is recommended. 736 699 # 737 700 # CONFIG_FIREWIRE is not set 738 701 # CONFIG_IEEE1394 is not set ··· 778 741 # CONFIG_NETDEV_10000 is not set 779 742 # CONFIG_TR is not set 780 743 CONFIG_WLAN=y 781 - # CONFIG_WLAN_PRE80211 is not set 782 - # CONFIG_WLAN_80211 is not set 744 + # CONFIG_AIRO is not set 745 + # CONFIG_ATMEL is not set 746 + # CONFIG_PRISM54 is not set 747 + # CONFIG_USB_ZD1201 is not set 748 + # CONFIG_HOSTAP is not set 783 749 784 750 # 785 751 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 805 765 # CONFIG_NETCONSOLE is not set 806 766 # CONFIG_NETPOLL is not set 807 767 # CONFIG_NET_POLL_CONTROLLER is not set 768 + # CONFIG_VMXNET3 is not set 808 769 # CONFIG_ISDN is not set 809 770 # CONFIG_PHONE is not set 810 771 ··· 846 805 CONFIG_SERIAL_CORE_CONSOLE=y 847 806 # CONFIG_SERIAL_JSM is not set 848 807 # CONFIG_SERIAL_OF_PLATFORM is not set 808 + # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set 849 809 CONFIG_UNIX98_PTYS=y 850 810 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 851 811 CONFIG_LEGACY_PTYS=y ··· 904 862 # CONFIG_I2C_TINY_USB is not set 905 863 906 864 # 907 - # Graphics adapter I2C/DDC channel drivers 908 - # 909 - # CONFIG_I2C_VOODOO3 is not set 910 - 911 - # 912 865 # Other I2C/SMBus bus drivers 913 866 # 914 867 # CONFIG_I2C_PCA_PLATFORM is not set ··· 912 875 # 913 876 # Miscellaneous I2C Chip support 914 877 # 915 - # CONFIG_DS1682 is not set 916 878 # CONFIG_SENSORS_TSL2550 is not set 917 879 # CONFIG_I2C_DEBUG_CORE is not set 918 880 # CONFIG_I2C_DEBUG_ALGO is not set ··· 946 910 # CONFIG_TWL4030_CORE is not set 947 911 # CONFIG_MFD_TMIO is not set 948 912 # CONFIG_PMIC_DA903X is not set 913 + # CONFIG_PMIC_ADP5520 is not set 949 914 # CONFIG_MFD_WM8400 is not set 950 915 # CONFIG_MFD_WM831X is not set 951 916 # CONFIG_MFD_WM8350_I2C is not set 952 917 # CONFIG_MFD_PCF50633 is not set 953 918 # CONFIG_AB3100_CORE is not set 919 + # CONFIG_MFD_88PM8607 is not set 954 920 # CONFIG_REGULATOR is not set 955 921 # CONFIG_MEDIA_SUPPORT is not set 956 922 ··· 1001 963 CONFIG_USB_EHCI_HCD=y 1002 964 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1003 965 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 966 + # CONFIG_XPS_USB_HCD_XILINX is not set 1004 967 # CONFIG_USB_EHCI_FSL is not set 1005 968 CONFIG_USB_EHCI_HCD_PPC_OF=y 1006 969 # CONFIG_USB_OXU210HP_HCD is not set ··· 1126 1087 # CONFIG_RTC_DRV_PCF8563 is not set 1127 1088 # CONFIG_RTC_DRV_PCF8583 is not set 1128 1089 # CONFIG_RTC_DRV_M41T80 is not set 1090 + # CONFIG_RTC_DRV_BQ32K is not set 1129 1091 # CONFIG_RTC_DRV_S35390A is not set 1130 1092 # CONFIG_RTC_DRV_FM3130 is not set 1131 1093 # CONFIG_RTC_DRV_RX8581 is not set ··· 1148 1108 # CONFIG_RTC_DRV_M48T86 is not set 1149 1109 # CONFIG_RTC_DRV_M48T35 is not set 1150 1110 # CONFIG_RTC_DRV_M48T59 is not set 1111 + # CONFIG_RTC_DRV_MSM6242 is not set 1151 1112 # CONFIG_RTC_DRV_BQ4802 is not set 1113 + # CONFIG_RTC_DRV_RP5C01 is not set 1152 1114 # CONFIG_RTC_DRV_V3020 is not set 1153 1115 1154 1116 # ··· 1364 1322 # CONFIG_DEBUG_KERNEL is not set 1365 1323 # CONFIG_SLUB_DEBUG_ON is not set 1366 1324 # CONFIG_SLUB_STATS is not set 1367 - # CONFIG_DEBUG_BUGVERBOSE is not set 1325 + CONFIG_DEBUG_BUGVERBOSE=y 1368 1326 # CONFIG_DEBUG_MEMORY_INIT is not set 1369 1327 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1370 1328 # CONFIG_LATENCYTOP is not set ··· 1391 1349 # CONFIG_KEYS is not set 1392 1350 # CONFIG_SECURITY is not set 1393 1351 # CONFIG_SECURITYFS is not set 1394 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1352 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1353 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1354 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1355 + CONFIG_DEFAULT_SECURITY_DAC=y 1356 + CONFIG_DEFAULT_SECURITY="" 1395 1357 CONFIG_XOR_BLOCKS=y 1396 1358 CONFIG_ASYNC_CORE=y 1397 1359 CONFIG_ASYNC_MEMCPY=y
+3 -1
arch/powerpc/include/asm/topology.h
··· 17 17 18 18 #define parent_node(node) (node) 19 19 20 - #define cpumask_of_node(node) (&numa_cpumask_lookup_table[node]) 20 + #define cpumask_of_node(node) ((node) == -1 ? \ 21 + cpu_all_mask : \ 22 + &numa_cpumask_lookup_table[node]) 21 23 22 24 int of_node_to_nid(struct device_node *device); 23 25
+6 -6
arch/powerpc/kernel/head_8xx.S
··· 542 542 FixupDAR:/* Entry point for dcbx workaround. */ 543 543 /* fetch instruction from memory. */ 544 544 mfspr r10, SPRN_SRR0 545 + andis. r11, r10, 0x8000 /* Address >= 0x80000000 */ 545 546 DO_8xx_CPU6(0x3780, r3) 546 547 mtspr SPRN_MD_EPN, r10 547 548 mfspr r11, SPRN_M_TWB /* Get level 1 table entry address */ 548 - cmplwi cr0, r11, 0x0800 549 - blt- 3f /* Branch if user space */ 549 + beq- 3f /* Branch if user space */ 550 550 lis r11, (swapper_pg_dir-PAGE_OFFSET)@h 551 551 ori r11, r11, (swapper_pg_dir-PAGE_OFFSET)@l 552 552 rlwimi r11, r10, 32-20, 0xffc /* r11 = r11&~0xffc|(r10>>20)&0xffc */ ··· 768 768 */ 769 769 initial_mmu: 770 770 tlbia /* Invalidate all TLB entries */ 771 - #ifdef CONFIG_PIN_TLB 771 + /* Always pin the first 8 MB ITLB to prevent ITLB 772 + misses while mucking around with SRR0/SRR1 in asm 773 + */ 772 774 lis r8, MI_RSV4I@h 773 775 ori r8, r8, 0x1c00 774 - #else 775 - li r8, 0 776 - #endif 776 + 777 777 mtspr SPRN_MI_CTR, r8 /* Set instruction MMU control */ 778 778 779 779 #ifdef CONFIG_PIN_TLB
+7 -7
arch/powerpc/kernel/rtas-proc.c
··· 262 262 if (rtas_node == NULL) 263 263 return -ENODEV; 264 264 265 - proc_create("ppc64/rtas/progress", S_IRUGO|S_IWUSR, NULL, 265 + proc_create("powerpc/rtas/progress", S_IRUGO|S_IWUSR, NULL, 266 266 &ppc_rtas_progress_operations); 267 - proc_create("ppc64/rtas/clock", S_IRUGO|S_IWUSR, NULL, 267 + proc_create("powerpc/rtas/clock", S_IRUGO|S_IWUSR, NULL, 268 268 &ppc_rtas_clock_operations); 269 - proc_create("ppc64/rtas/poweron", S_IWUSR|S_IRUGO, NULL, 269 + proc_create("powerpc/rtas/poweron", S_IWUSR|S_IRUGO, NULL, 270 270 &ppc_rtas_poweron_operations); 271 - proc_create("ppc64/rtas/sensors", S_IRUGO, NULL, 271 + proc_create("powerpc/rtas/sensors", S_IRUGO, NULL, 272 272 &ppc_rtas_sensors_operations); 273 - proc_create("ppc64/rtas/frequency", S_IWUSR|S_IRUGO, NULL, 273 + proc_create("powerpc/rtas/frequency", S_IWUSR|S_IRUGO, NULL, 274 274 &ppc_rtas_tone_freq_operations); 275 - proc_create("ppc64/rtas/volume", S_IWUSR|S_IRUGO, NULL, 275 + proc_create("powerpc/rtas/volume", S_IWUSR|S_IRUGO, NULL, 276 276 &ppc_rtas_tone_volume_operations); 277 - proc_create("ppc64/rtas/rmo_buffer", S_IRUSR, NULL, 277 + proc_create("powerpc/rtas/rmo_buffer", S_IRUSR, NULL, 278 278 &ppc_rtas_rmo_buf_ops); 279 279 return 0; 280 280 }
+12
arch/powerpc/kernel/smp.c
··· 619 619 if (smp_ops->cpu_die) 620 620 smp_ops->cpu_die(cpu); 621 621 } 622 + 623 + static DEFINE_MUTEX(powerpc_cpu_hotplug_driver_mutex); 624 + 625 + void cpu_hotplug_driver_lock() 626 + { 627 + mutex_lock(&powerpc_cpu_hotplug_driver_mutex); 628 + } 629 + 630 + void cpu_hotplug_driver_unlock() 631 + { 632 + mutex_unlock(&powerpc_cpu_hotplug_driver_mutex); 633 + } 622 634 #endif
+1 -1
arch/powerpc/kernel/swsusp_32.S
··· 303 303 lis r4,0x1000 304 304 1: addic. r4,r4,-0x1000 305 305 tlbie r4 306 - blt 1b 306 + bgt 1b 307 307 sync 308 308 309 309 /* restore the MSR and turn on the MMU */
+10 -1
arch/powerpc/kernel/time.c
··· 903 903 decrementer_set_next_event(DECREMENTER_MAX, dev); 904 904 } 905 905 906 + static inline uint64_t div_sc64(unsigned long ticks, unsigned long nsec, 907 + int shift) 908 + { 909 + uint64_t tmp = ((uint64_t)ticks) << shift; 910 + 911 + do_div(tmp, nsec); 912 + return tmp; 913 + } 914 + 906 915 static void __init setup_clockevent_multiplier(unsigned long hz) 907 916 { 908 917 u64 mult, shift = 32; 909 918 910 919 while (1) { 911 - mult = div_sc(hz, NSEC_PER_SEC, shift); 920 + mult = div_sc64(hz, NSEC_PER_SEC, shift); 912 921 if (mult && (mult >> 32UL) == 0UL) 913 922 break; 914 923
+2 -2
arch/powerpc/mm/mmap_64.c
··· 47 47 if (current->personality & ADDR_COMPAT_LAYOUT) 48 48 return 1; 49 49 50 - if (current->signal->rlim[RLIMIT_STACK].rlim_cur == RLIM_INFINITY) 50 + if (rlimit(RLIMIT_STACK) == RLIM_INFINITY) 51 51 return 1; 52 52 53 53 return sysctl_legacy_va_layout; ··· 77 77 78 78 static inline unsigned long mmap_base(void) 79 79 { 80 - unsigned long gap = current->signal->rlim[RLIMIT_STACK].rlim_cur; 80 + unsigned long gap = rlimit(RLIMIT_STACK); 81 81 82 82 if (gap < MIN_GAP) 83 83 gap = MIN_GAP;
+1 -1
arch/powerpc/platforms/cell/spufs/coredump.c
··· 54 54 */ 55 55 static int spufs_dump_write(struct file *file, const void *addr, int nr, loff_t *foffset) 56 56 { 57 - unsigned long limit = current->signal->rlim[RLIMIT_CORE].rlim_cur; 57 + unsigned long limit = rlimit(RLIMIT_CORE); 58 58 ssize_t written; 59 59 60 60 if (*foffset + nr > limit)
+2
arch/powerpc/platforms/iseries/vio.c
··· 474 474 struct vio_waitevent we; 475 475 int ret; 476 476 477 + init_completion(&we.com); 478 + 477 479 ret = viopath_open(viopath_hostLp, viomajorsubtype_tape, 2); 478 480 if (ret) { 479 481 printk(KERN_WARNING "get_viotape_info: "
+3 -15
arch/powerpc/platforms/pseries/dlpar.c
··· 236 236 237 237 int dlpar_attach_node(struct device_node *dn) 238 238 { 239 + #ifdef CONFIG_PROC_DEVICETREE 239 240 struct proc_dir_entry *ent; 241 + #endif 240 242 int rc; 241 243 242 244 of_node_set_flag(dn, OF_DYNAMIC); ··· 269 267 270 268 int dlpar_detach_node(struct device_node *dn) 271 269 { 270 + #ifdef CONFIG_PROC_DEVICETREE 272 271 struct device_node *parent = dn->parent; 273 272 struct property *prop = dn->properties; 274 273 275 - #ifdef CONFIG_PROC_DEVICETREE 276 274 while (prop) { 277 275 remove_proc_entry(prop->name, dn->pde); 278 276 prop = prop->next; ··· 345 343 } 346 344 347 345 #ifdef CONFIG_ARCH_CPU_PROBE_RELEASE 348 - 349 - static DEFINE_MUTEX(pseries_cpu_hotplug_mutex); 350 - 351 - void cpu_hotplug_driver_lock(void) 352 - __acquires(pseries_cpu_hotplug_mutex) 353 - { 354 - mutex_lock(&pseries_cpu_hotplug_mutex); 355 - } 356 - 357 - void cpu_hotplug_driver_unlock(void) 358 - __releases(pseries_cpu_hotplug_mutex) 359 - { 360 - mutex_unlock(&pseries_cpu_hotplug_mutex); 361 - } 362 346 363 347 static int dlpar_online_cpu(struct device_node *dn) 364 348 {
+6 -6
arch/powerpc/platforms/pseries/xics.c
··· 163 163 /* Interface to generic irq subsystem */ 164 164 165 165 #ifdef CONFIG_SMP 166 - static int get_irq_server(unsigned int virq, unsigned int strict_check) 166 + static int get_irq_server(unsigned int virq, cpumask_t cpumask, 167 + unsigned int strict_check) 167 168 { 168 169 int server; 169 170 /* For the moment only implement delivery to all cpus or one cpu */ 170 - cpumask_t cpumask; 171 171 cpumask_t tmp = CPU_MASK_NONE; 172 172 173 - cpumask_copy(&cpumask, irq_to_desc(virq)->affinity); 174 173 if (!distribute_irqs) 175 174 return default_server; 176 175 ··· 191 192 return default_server; 192 193 } 193 194 #else 194 - static int get_irq_server(unsigned int virq, unsigned int strict_check) 195 + static int get_irq_server(unsigned int virq, cpumask_t cpumask, 196 + unsigned int strict_check) 195 197 { 196 198 return default_server; 197 199 } ··· 211 211 if (irq == XICS_IPI || irq == XICS_IRQ_SPURIOUS) 212 212 return; 213 213 214 - server = get_irq_server(virq, 0); 214 + server = get_irq_server(virq, *(irq_to_desc(virq)->affinity), 0); 215 215 216 216 call_status = rtas_call(ibm_set_xive, 3, 1, NULL, irq, server, 217 217 DEFAULT_PRIORITY); ··· 405 405 * For the moment only implement delivery to all cpus or one cpu. 406 406 * Get current irq_server for the given irq 407 407 */ 408 - irq_server = get_irq_server(virq, 1); 408 + irq_server = get_irq_server(virq, *cpumask, 1); 409 409 if (irq_server == -1) { 410 410 char cpulist[128]; 411 411 cpumask_scnprintf(cpulist, sizeof(cpulist), cpumask);
+1 -1
drivers/char/Kconfig
··· 669 669 670 670 config HVCS 671 671 tristate "IBM Hypervisor Virtual Console Server support" 672 - depends on PPC_PSERIES 672 + depends on PPC_PSERIES && HVC_CONSOLE 673 673 help 674 674 Partitionable IBM Power5 ppc64 machines allow hosting of 675 675 firmware virtual consoles from one Linux partition by
+1 -1
drivers/macintosh/smu.c
··· 660 660 return 0; 661 661 } 662 662 663 - static struct of_device_id smu_platform_match[] = 663 + static const struct of_device_id smu_platform_match[] = 664 664 { 665 665 { 666 666 .type = "smu",
+1 -1
drivers/macintosh/therm_pm72.c
··· 2211 2211 return 0; 2212 2212 } 2213 2213 2214 - static struct of_device_id fcu_match[] = 2214 + static const struct of_device_id fcu_match[] = 2215 2215 { 2216 2216 { 2217 2217 .type = "fcu",
+1 -1
drivers/macintosh/therm_windtunnel.c
··· 457 457 return 0; 458 458 } 459 459 460 - static struct of_device_id therm_of_match[] = {{ 460 + static const struct of_device_id therm_of_match[] = {{ 461 461 .name = "fan", 462 462 .compatible = "adm1030" 463 463 }, {}
+11
drivers/serial/pmac_zilog.c
··· 411 411 goto ack_tx_int; 412 412 } 413 413 414 + /* Under some circumstances, we see interrupts reported for 415 + * a closed channel. The interrupt mask in R1 is clear, but 416 + * R3 still signals the interrupts and we see them when taking 417 + * an interrupt for the other channel (this could be a qemu 418 + * bug but since the ESCC doc doesn't specify precsiely whether 419 + * R3 interrup status bits are masked by R1 interrupt enable 420 + * bits, better safe than sorry). --BenH. 421 + */ 422 + if (!ZS_IS_OPEN(uap)) 423 + goto ack_tx_int; 424 + 414 425 if (uap->port.x_char) { 415 426 uap->flags |= PMACZILOG_FLAG_TX_ACTIVE; 416 427 write_zsdata(uap, uap->port.x_char);