diff options
| -rw-r--r-- | arch/powerpc/configs/cell_defconfig | 175 | ||||
| -rw-r--r-- | arch/powerpc/configs/g5_defconfig | 53 | ||||
| -rw-r--r-- | arch/powerpc/configs/iseries_defconfig | 159 | ||||
| -rw-r--r-- | arch/powerpc/configs/maple_defconfig | 155 | ||||
| -rw-r--r-- | arch/powerpc/configs/pseries_defconfig | 4 |
5 files changed, 361 insertions, 185 deletions
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig index 67ffecbc05cb..4b433411b9e3 100644 --- a/arch/powerpc/configs/cell_defconfig +++ b/arch/powerpc/configs/cell_defconfig | |||
| @@ -1,18 +1,33 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.14-rc4 | 3 | # Linux kernel version: 2.6.15-rc1 |
| 4 | # Thu Oct 20 08:29:10 2005 | 4 | # Tue Nov 15 14:36:20 2005 |
| 5 | # | 5 | # |
| 6 | CONFIG_PPC64=y | ||
| 6 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
| 8 | CONFIG_PPC_MERGE=y | ||
| 7 | CONFIG_MMU=y | 9 | CONFIG_MMU=y |
| 10 | CONFIG_GENERIC_HARDIRQS=y | ||
| 8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 11 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 12 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 10 | CONFIG_GENERIC_ISA_DMA=y | 13 | CONFIG_PPC=y |
| 11 | CONFIG_EARLY_PRINTK=y | 14 | CONFIG_EARLY_PRINTK=y |
| 12 | CONFIG_COMPAT=y | 15 | CONFIG_COMPAT=y |
| 16 | CONFIG_SYSVIPC_COMPAT=y | ||
| 13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
| 15 | CONFIG_FORCE_MAX_ZONEORDER=13 | 19 | |
| 20 | # | ||
| 21 | # Processor support | ||
| 22 | # | ||
| 23 | # CONFIG_POWER4_ONLY is not set | ||
| 24 | CONFIG_POWER3=y | ||
| 25 | CONFIG_POWER4=y | ||
| 26 | CONFIG_PPC_FPU=y | ||
| 27 | CONFIG_ALTIVEC=y | ||
| 28 | CONFIG_PPC_STD_MMU=y | ||
| 29 | CONFIG_SMP=y | ||
| 30 | CONFIG_NR_CPUS=4 | ||
| 16 | 31 | ||
| 17 | # | 32 | # |
| 18 | # Code maturity level options | 33 | # Code maturity level options |
| @@ -66,31 +81,69 @@ CONFIG_OBSOLETE_MODPARM=y | |||
| 66 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 81 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 67 | # CONFIG_KMOD is not set | 82 | # CONFIG_KMOD is not set |
| 68 | CONFIG_STOP_MACHINE=y | 83 | CONFIG_STOP_MACHINE=y |
| 69 | CONFIG_SYSVIPC_COMPAT=y | 84 | |
| 85 | # | ||
| 86 | # Block layer | ||
| 87 | # | ||
| 88 | |||
| 89 | # | ||
| 90 | # IO Schedulers | ||
| 91 | # | ||
| 92 | CONFIG_IOSCHED_NOOP=y | ||
| 93 | CONFIG_IOSCHED_AS=y | ||
| 94 | CONFIG_IOSCHED_DEADLINE=y | ||
| 95 | CONFIG_IOSCHED_CFQ=y | ||
| 96 | CONFIG_DEFAULT_AS=y | ||
| 97 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 98 | # CONFIG_DEFAULT_CFQ is not set | ||
| 99 | # CONFIG_DEFAULT_NOOP is not set | ||
| 100 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 70 | 101 | ||
| 71 | # | 102 | # |
| 72 | # Platform support | 103 | # Platform support |
| 73 | # | 104 | # |
| 74 | # CONFIG_PPC_ISERIES is not set | ||
| 75 | CONFIG_PPC_MULTIPLATFORM=y | 105 | CONFIG_PPC_MULTIPLATFORM=y |
| 106 | # CONFIG_PPC_ISERIES is not set | ||
| 107 | # CONFIG_EMBEDDED6xx is not set | ||
| 108 | # CONFIG_APUS is not set | ||
| 76 | # CONFIG_PPC_PSERIES is not set | 109 | # CONFIG_PPC_PSERIES is not set |
| 77 | CONFIG_PPC_BPA=y | ||
| 78 | # CONFIG_PPC_PMAC is not set | 110 | # CONFIG_PPC_PMAC is not set |
| 79 | # CONFIG_PPC_MAPLE is not set | 111 | # CONFIG_PPC_MAPLE is not set |
| 80 | CONFIG_PPC=y | 112 | CONFIG_PPC_CELL=y |
| 81 | CONFIG_PPC64=y | ||
| 82 | CONFIG_PPC_OF=y | 113 | CONFIG_PPC_OF=y |
| 83 | CONFIG_BPA_IIC=y | ||
| 84 | CONFIG_ALTIVEC=y | ||
| 85 | CONFIG_KEXEC=y | ||
| 86 | # CONFIG_U3_DART is not set | 114 | # CONFIG_U3_DART is not set |
| 87 | # CONFIG_BOOTX_TEXT is not set | 115 | CONFIG_PPC_RTAS=y |
| 88 | # CONFIG_POWER4_ONLY is not set | 116 | # CONFIG_RTAS_ERROR_LOGGING is not set |
| 117 | CONFIG_RTAS_PROC=y | ||
| 118 | CONFIG_RTAS_FLASH=y | ||
| 119 | CONFIG_MMIO_NVRAM=y | ||
| 120 | CONFIG_CELL_IIC=y | ||
| 121 | # CONFIG_PPC_MPC106 is not set | ||
| 122 | # CONFIG_GENERIC_TBSYNC is not set | ||
| 123 | # CONFIG_CPU_FREQ is not set | ||
| 124 | # CONFIG_WANT_EARLY_SERIAL is not set | ||
| 125 | |||
| 126 | # | ||
| 127 | # Kernel options | ||
| 128 | # | ||
| 129 | # CONFIG_HZ_100 is not set | ||
| 130 | CONFIG_HZ_250=y | ||
| 131 | # CONFIG_HZ_1000 is not set | ||
| 132 | CONFIG_HZ=250 | ||
| 133 | CONFIG_PREEMPT_NONE=y | ||
| 134 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 135 | # CONFIG_PREEMPT is not set | ||
| 136 | CONFIG_PREEMPT_BKL=y | ||
| 137 | CONFIG_BINFMT_ELF=y | ||
| 138 | # CONFIG_BINFMT_MISC is not set | ||
| 139 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
| 89 | # CONFIG_IOMMU_VMERGE is not set | 140 | # CONFIG_IOMMU_VMERGE is not set |
| 90 | CONFIG_SMP=y | 141 | CONFIG_KEXEC=y |
| 91 | CONFIG_NR_CPUS=4 | 142 | CONFIG_IRQ_ALL_CPUS=y |
| 143 | # CONFIG_NUMA is not set | ||
| 92 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 144 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| 93 | CONFIG_ARCH_FLATMEM_ENABLE=y | 145 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 146 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
| 94 | CONFIG_SELECT_MEMORY_MODEL=y | 147 | CONFIG_SELECT_MEMORY_MODEL=y |
| 95 | CONFIG_FLATMEM_MANUAL=y | 148 | CONFIG_FLATMEM_MANUAL=y |
| 96 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 149 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
| @@ -98,30 +151,21 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 98 | CONFIG_FLATMEM=y | 151 | CONFIG_FLATMEM=y |
| 99 | CONFIG_FLAT_NODE_MEM_MAP=y | 152 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 100 | # CONFIG_SPARSEMEM_STATIC is not set | 153 | # CONFIG_SPARSEMEM_STATIC is not set |
| 101 | # CONFIG_NUMA is not set | 154 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
| 155 | # CONFIG_PPC_64K_PAGES is not set | ||
| 102 | CONFIG_SCHED_SMT=y | 156 | CONFIG_SCHED_SMT=y |
| 103 | CONFIG_PREEMPT_NONE=y | ||
| 104 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 105 | # CONFIG_PREEMPT is not set | ||
| 106 | CONFIG_PREEMPT_BKL=y | ||
| 107 | # CONFIG_HZ_100 is not set | ||
| 108 | CONFIG_HZ_250=y | ||
| 109 | # CONFIG_HZ_1000 is not set | ||
| 110 | CONFIG_HZ=250 | ||
| 111 | CONFIG_GENERIC_HARDIRQS=y | ||
| 112 | CONFIG_PPC_RTAS=y | ||
| 113 | CONFIG_RTAS_PROC=y | ||
| 114 | CONFIG_RTAS_FLASH=y | ||
| 115 | CONFIG_SECCOMP=y | ||
| 116 | CONFIG_BINFMT_ELF=y | ||
| 117 | # CONFIG_BINFMT_MISC is not set | ||
| 118 | CONFIG_PROC_DEVICETREE=y | 157 | CONFIG_PROC_DEVICETREE=y |
| 119 | # CONFIG_CMDLINE_BOOL is not set | 158 | # CONFIG_CMDLINE_BOOL is not set |
| 159 | # CONFIG_PM is not set | ||
| 160 | CONFIG_SECCOMP=y | ||
| 120 | CONFIG_ISA_DMA_API=y | 161 | CONFIG_ISA_DMA_API=y |
| 121 | 162 | ||
| 122 | # | 163 | # |
| 123 | # Bus Options | 164 | # Bus options |
| 124 | # | 165 | # |
| 166 | CONFIG_GENERIC_ISA_DMA=y | ||
| 167 | # CONFIG_PPC_I8259 is not set | ||
| 168 | # CONFIG_PPC_INDIRECT_PCI is not set | ||
| 125 | CONFIG_PCI=y | 169 | CONFIG_PCI=y |
| 126 | CONFIG_PCI_DOMAINS=y | 170 | CONFIG_PCI_DOMAINS=y |
| 127 | CONFIG_PCI_LEGACY_PROC=y | 171 | CONFIG_PCI_LEGACY_PROC=y |
| @@ -136,6 +180,7 @@ CONFIG_PCI_LEGACY_PROC=y | |||
| 136 | # PCI Hotplug Support | 180 | # PCI Hotplug Support |
| 137 | # | 181 | # |
| 138 | # CONFIG_HOTPLUG_PCI is not set | 182 | # CONFIG_HOTPLUG_PCI is not set |
| 183 | CONFIG_KERNEL_START=0xc000000000000000 | ||
| 139 | 184 | ||
| 140 | # | 185 | # |
| 141 | # Networking | 186 | # Networking |
| @@ -183,6 +228,10 @@ CONFIG_INET6_TUNNEL=m | |||
| 183 | CONFIG_IPV6_TUNNEL=m | 228 | CONFIG_IPV6_TUNNEL=m |
| 184 | CONFIG_NETFILTER=y | 229 | CONFIG_NETFILTER=y |
| 185 | # CONFIG_NETFILTER_DEBUG is not set | 230 | # CONFIG_NETFILTER_DEBUG is not set |
| 231 | |||
| 232 | # | ||
| 233 | # Core Netfilter Configuration | ||
| 234 | # | ||
| 186 | # CONFIG_NETFILTER_NETLINK is not set | 235 | # CONFIG_NETFILTER_NETLINK is not set |
| 187 | 236 | ||
| 188 | # | 237 | # |
| @@ -284,6 +333,10 @@ CONFIG_IP_NF_ARP_MANGLE=m | |||
| 284 | # CONFIG_NET_DIVERT is not set | 333 | # CONFIG_NET_DIVERT is not set |
| 285 | # CONFIG_ECONET is not set | 334 | # CONFIG_ECONET is not set |
| 286 | # CONFIG_WAN_ROUTER is not set | 335 | # CONFIG_WAN_ROUTER is not set |
| 336 | |||
| 337 | # | ||
| 338 | # QoS and/or fair queueing | ||
| 339 | # | ||
| 287 | # CONFIG_NET_SCHED is not set | 340 | # CONFIG_NET_SCHED is not set |
| 288 | CONFIG_NET_CLS_ROUTE=y | 341 | CONFIG_NET_CLS_ROUTE=y |
| 289 | 342 | ||
| @@ -345,14 +398,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
| 345 | CONFIG_BLK_DEV_RAM_SIZE=131072 | 398 | CONFIG_BLK_DEV_RAM_SIZE=131072 |
| 346 | CONFIG_BLK_DEV_INITRD=y | 399 | CONFIG_BLK_DEV_INITRD=y |
| 347 | # CONFIG_CDROM_PKTCDVD is not set | 400 | # CONFIG_CDROM_PKTCDVD is not set |
| 348 | |||
| 349 | # | ||
| 350 | # IO Schedulers | ||
| 351 | # | ||
| 352 | CONFIG_IOSCHED_NOOP=y | ||
| 353 | CONFIG_IOSCHED_AS=y | ||
| 354 | CONFIG_IOSCHED_DEADLINE=y | ||
| 355 | CONFIG_IOSCHED_CFQ=y | ||
| 356 | # CONFIG_ATA_OVER_ETH is not set | 401 | # CONFIG_ATA_OVER_ETH is not set |
| 357 | 402 | ||
| 358 | # | 403 | # |
| @@ -442,6 +487,7 @@ CONFIG_IDEDMA_AUTO=y | |||
| 442 | # | 487 | # |
| 443 | # Macintosh device drivers | 488 | # Macintosh device drivers |
| 444 | # | 489 | # |
| 490 | # CONFIG_WINDFARM is not set | ||
| 445 | 491 | ||
| 446 | # | 492 | # |
| 447 | # Network device support | 493 | # Network device support |
| @@ -495,7 +541,6 @@ CONFIG_SKGE=m | |||
| 495 | # CONFIG_SK98LIN is not set | 541 | # CONFIG_SK98LIN is not set |
| 496 | # CONFIG_TIGON3 is not set | 542 | # CONFIG_TIGON3 is not set |
| 497 | # CONFIG_BNX2 is not set | 543 | # CONFIG_BNX2 is not set |
| 498 | # CONFIG_SPIDER_NET is not set | ||
| 499 | # CONFIG_MV643XX_ETH is not set | 544 | # CONFIG_MV643XX_ETH is not set |
| 500 | 545 | ||
| 501 | # | 546 | # |
| @@ -625,7 +670,7 @@ CONFIG_WATCHDOG=y | |||
| 625 | # Watchdog Device Drivers | 670 | # Watchdog Device Drivers |
| 626 | # | 671 | # |
| 627 | # CONFIG_SOFT_WATCHDOG is not set | 672 | # CONFIG_SOFT_WATCHDOG is not set |
| 628 | CONFIG_WATCHDOG_RTAS=y | 673 | # CONFIG_WATCHDOG_RTAS is not set |
| 629 | 674 | ||
| 630 | # | 675 | # |
| 631 | # PCI-based Watchdog Cards | 676 | # PCI-based Watchdog Cards |
| @@ -633,6 +678,8 @@ CONFIG_WATCHDOG_RTAS=y | |||
| 633 | # CONFIG_PCIPCWATCHDOG is not set | 678 | # CONFIG_PCIPCWATCHDOG is not set |
| 634 | # CONFIG_WDTPCI is not set | 679 | # CONFIG_WDTPCI is not set |
| 635 | # CONFIG_RTC is not set | 680 | # CONFIG_RTC is not set |
| 681 | CONFIG_GEN_RTC=y | ||
| 682 | # CONFIG_GEN_RTC_X is not set | ||
| 636 | # CONFIG_DTLK is not set | 683 | # CONFIG_DTLK is not set |
| 637 | # CONFIG_R3964 is not set | 684 | # CONFIG_R3964 is not set |
| 638 | # CONFIG_APPLICOM is not set | 685 | # CONFIG_APPLICOM is not set |
| @@ -649,6 +696,7 @@ CONFIG_WATCHDOG_RTAS=y | |||
| 649 | # TPM devices | 696 | # TPM devices |
| 650 | # | 697 | # |
| 651 | # CONFIG_TCG_TPM is not set | 698 | # CONFIG_TCG_TPM is not set |
| 699 | # CONFIG_TELCLOCK is not set | ||
| 652 | 700 | ||
| 653 | # | 701 | # |
| 654 | # I2C support | 702 | # I2C support |
| @@ -699,6 +747,7 @@ CONFIG_I2C_ALGOBIT=y | |||
| 699 | # CONFIG_SENSORS_PCF8591 is not set | 747 | # CONFIG_SENSORS_PCF8591 is not set |
| 700 | # CONFIG_SENSORS_RTC8564 is not set | 748 | # CONFIG_SENSORS_RTC8564 is not set |
| 701 | # CONFIG_SENSORS_MAX6875 is not set | 749 | # CONFIG_SENSORS_MAX6875 is not set |
| 750 | # CONFIG_RTC_X1205_I2C is not set | ||
| 702 | # CONFIG_I2C_DEBUG_CORE is not set | 751 | # CONFIG_I2C_DEBUG_CORE is not set |
| 703 | # CONFIG_I2C_DEBUG_ALGO is not set | 752 | # CONFIG_I2C_DEBUG_ALGO is not set |
| 704 | # CONFIG_I2C_DEBUG_BUS is not set | 753 | # CONFIG_I2C_DEBUG_BUS is not set |
| @@ -757,6 +806,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
| 757 | # CONFIG_USB is not set | 806 | # CONFIG_USB is not set |
| 758 | 807 | ||
| 759 | # | 808 | # |
| 809 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 810 | # | ||
| 811 | |||
| 812 | # | ||
| 760 | # USB Gadget Support | 813 | # USB Gadget Support |
| 761 | # | 814 | # |
| 762 | # CONFIG_USB_GADGET is not set | 815 | # CONFIG_USB_GADGET is not set |
| @@ -943,9 +996,24 @@ CONFIG_NLS_ISO8859_15=m | |||
| 943 | # CONFIG_NLS_UTF8 is not set | 996 | # CONFIG_NLS_UTF8 is not set |
| 944 | 997 | ||
| 945 | # | 998 | # |
| 946 | # Profiling support | 999 | # Library routines |
| 1000 | # | ||
| 1001 | # CONFIG_CRC_CCITT is not set | ||
| 1002 | # CONFIG_CRC16 is not set | ||
| 1003 | CONFIG_CRC32=y | ||
| 1004 | # CONFIG_LIBCRC32C is not set | ||
| 1005 | CONFIG_ZLIB_INFLATE=m | ||
| 1006 | CONFIG_ZLIB_DEFLATE=m | ||
| 1007 | CONFIG_TEXTSEARCH=y | ||
| 1008 | CONFIG_TEXTSEARCH_KMP=m | ||
| 1009 | CONFIG_TEXTSEARCH_BM=m | ||
| 1010 | CONFIG_TEXTSEARCH_FSM=m | ||
| 1011 | |||
| 1012 | # | ||
| 1013 | # Instrumentation Support | ||
| 947 | # | 1014 | # |
| 948 | # CONFIG_PROFILING is not set | 1015 | # CONFIG_PROFILING is not set |
| 1016 | # CONFIG_KPROBES is not set | ||
| 949 | 1017 | ||
| 950 | # | 1018 | # |
| 951 | # Kernel hacking | 1019 | # Kernel hacking |
| @@ -962,13 +1030,14 @@ CONFIG_DEBUG_SPINLOCK_SLEEP=y | |||
| 962 | # CONFIG_DEBUG_KOBJECT is not set | 1030 | # CONFIG_DEBUG_KOBJECT is not set |
| 963 | # CONFIG_DEBUG_INFO is not set | 1031 | # CONFIG_DEBUG_INFO is not set |
| 964 | CONFIG_DEBUG_FS=y | 1032 | CONFIG_DEBUG_FS=y |
| 1033 | # CONFIG_DEBUG_VM is not set | ||
| 1034 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 965 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1035 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 966 | # CONFIG_KPROBES is not set | ||
| 967 | # CONFIG_DEBUG_STACK_USAGE is not set | 1036 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 968 | CONFIG_DEBUGGER=y | 1037 | CONFIG_DEBUGGER=y |
| 969 | # CONFIG_XMON is not set | 1038 | # CONFIG_XMON is not set |
| 970 | # CONFIG_PPCDBG is not set | ||
| 971 | CONFIG_IRQSTACKS=y | 1039 | CONFIG_IRQSTACKS=y |
| 1040 | # CONFIG_BOOTX_TEXT is not set | ||
| 972 | 1041 | ||
| 973 | # | 1042 | # |
| 974 | # Security options | 1043 | # Security options |
| @@ -1008,17 +1077,3 @@ CONFIG_CRYPTO_DEFLATE=m | |||
| 1008 | # | 1077 | # |
| 1009 | # Hardware crypto devices | 1078 | # Hardware crypto devices |
| 1010 | # | 1079 | # |
| 1011 | |||
| 1012 | # | ||
| 1013 | # Library routines | ||
| 1014 | # | ||
| 1015 | # CONFIG_CRC_CCITT is not set | ||
| 1016 | # CONFIG_CRC16 is not set | ||
| 1017 | CONFIG_CRC32=y | ||
| 1018 | # CONFIG_LIBCRC32C is not set | ||
| 1019 | CONFIG_ZLIB_INFLATE=m | ||
| 1020 | CONFIG_ZLIB_DEFLATE=m | ||
| 1021 | CONFIG_TEXTSEARCH=y | ||
| 1022 | CONFIG_TEXTSEARCH_KMP=m | ||
| 1023 | CONFIG_TEXTSEARCH_BM=m | ||
| 1024 | CONFIG_TEXTSEARCH_FSM=m | ||
diff --git a/arch/powerpc/configs/g5_defconfig b/arch/powerpc/configs/g5_defconfig index e76854f8c121..e7c23e3902b8 100644 --- a/arch/powerpc/configs/g5_defconfig +++ b/arch/powerpc/configs/g5_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.14 | 3 | # Linux kernel version: 2.6.15-rc1 |
| 4 | # Mon Nov 7 13:37:59 2005 | 4 | # Tue Nov 15 14:39:20 2005 |
| 5 | # | 5 | # |
| 6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
| 7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
| @@ -83,6 +83,23 @@ CONFIG_KMOD=y | |||
| 83 | CONFIG_STOP_MACHINE=y | 83 | CONFIG_STOP_MACHINE=y |
| 84 | 84 | ||
| 85 | # | 85 | # |
| 86 | # Block layer | ||
| 87 | # | ||
| 88 | |||
| 89 | # | ||
| 90 | # IO Schedulers | ||
| 91 | # | ||
| 92 | CONFIG_IOSCHED_NOOP=y | ||
| 93 | CONFIG_IOSCHED_AS=y | ||
| 94 | CONFIG_IOSCHED_DEADLINE=y | ||
| 95 | CONFIG_IOSCHED_CFQ=y | ||
| 96 | CONFIG_DEFAULT_AS=y | ||
| 97 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 98 | # CONFIG_DEFAULT_CFQ is not set | ||
| 99 | # CONFIG_DEFAULT_NOOP is not set | ||
| 100 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 101 | |||
| 102 | # | ||
| 86 | # Platform support | 103 | # Platform support |
| 87 | # | 104 | # |
| 88 | CONFIG_PPC_MULTIPLATFORM=y | 105 | CONFIG_PPC_MULTIPLATFORM=y |
| @@ -137,6 +154,7 @@ CONFIG_IRQ_ALL_CPUS=y | |||
| 137 | # CONFIG_NUMA is not set | 154 | # CONFIG_NUMA is not set |
| 138 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 155 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| 139 | CONFIG_ARCH_FLATMEM_ENABLE=y | 156 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 157 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
| 140 | CONFIG_SELECT_MEMORY_MODEL=y | 158 | CONFIG_SELECT_MEMORY_MODEL=y |
| 141 | CONFIG_FLATMEM_MANUAL=y | 159 | CONFIG_FLATMEM_MANUAL=y |
| 142 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 160 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
| @@ -144,7 +162,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 144 | CONFIG_FLATMEM=y | 162 | CONFIG_FLATMEM=y |
| 145 | CONFIG_FLAT_NODE_MEM_MAP=y | 163 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 146 | # CONFIG_SPARSEMEM_STATIC is not set | 164 | # CONFIG_SPARSEMEM_STATIC is not set |
| 147 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 165 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
| 148 | # CONFIG_PPC_64K_PAGES is not set | 166 | # CONFIG_PPC_64K_PAGES is not set |
| 149 | # CONFIG_SCHED_SMT is not set | 167 | # CONFIG_SCHED_SMT is not set |
| 150 | CONFIG_PROC_DEVICETREE=y | 168 | CONFIG_PROC_DEVICETREE=y |
| @@ -215,6 +233,10 @@ CONFIG_TCP_CONG_BIC=y | |||
| 215 | # CONFIG_IPV6 is not set | 233 | # CONFIG_IPV6 is not set |
| 216 | CONFIG_NETFILTER=y | 234 | CONFIG_NETFILTER=y |
| 217 | # CONFIG_NETFILTER_DEBUG is not set | 235 | # CONFIG_NETFILTER_DEBUG is not set |
| 236 | |||
| 237 | # | ||
| 238 | # Core Netfilter Configuration | ||
| 239 | # | ||
| 218 | # CONFIG_NETFILTER_NETLINK is not set | 240 | # CONFIG_NETFILTER_NETLINK is not set |
| 219 | 241 | ||
| 220 | # | 242 | # |
| @@ -382,19 +404,6 @@ CONFIG_BLK_DEV_INITRD=y | |||
| 382 | CONFIG_CDROM_PKTCDVD=m | 404 | CONFIG_CDROM_PKTCDVD=m |
| 383 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | 405 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 |
| 384 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | 406 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set |
| 385 | |||
| 386 | # | ||
| 387 | # IO Schedulers | ||
| 388 | # | ||
| 389 | CONFIG_IOSCHED_NOOP=y | ||
| 390 | CONFIG_IOSCHED_AS=y | ||
| 391 | CONFIG_IOSCHED_DEADLINE=y | ||
| 392 | CONFIG_IOSCHED_CFQ=y | ||
| 393 | CONFIG_DEFAULT_AS=y | ||
| 394 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 395 | # CONFIG_DEFAULT_CFQ is not set | ||
| 396 | # CONFIG_DEFAULT_NOOP is not set | ||
| 397 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 398 | # CONFIG_ATA_OVER_ETH is not set | 407 | # CONFIG_ATA_OVER_ETH is not set |
| 399 | 408 | ||
| 400 | # | 409 | # |
| @@ -656,7 +665,6 @@ CONFIG_SUNGEM=y | |||
| 656 | # CONFIG_NET_TULIP is not set | 665 | # CONFIG_NET_TULIP is not set |
| 657 | # CONFIG_HP100 is not set | 666 | # CONFIG_HP100 is not set |
| 658 | # CONFIG_NET_PCI is not set | 667 | # CONFIG_NET_PCI is not set |
| 659 | # CONFIG_FEC_8XX is not set | ||
| 660 | 668 | ||
| 661 | # | 669 | # |
| 662 | # Ethernet (1000 Mbit) | 670 | # Ethernet (1000 Mbit) |
| @@ -710,6 +718,7 @@ CONFIG_PPP_ASYNC=m | |||
| 710 | CONFIG_PPP_SYNC_TTY=m | 718 | CONFIG_PPP_SYNC_TTY=m |
| 711 | CONFIG_PPP_DEFLATE=m | 719 | CONFIG_PPP_DEFLATE=m |
| 712 | CONFIG_PPP_BSDCOMP=m | 720 | CONFIG_PPP_BSDCOMP=m |
| 721 | # CONFIG_PPP_MPPE is not set | ||
| 713 | CONFIG_PPPOE=m | 722 | CONFIG_PPPOE=m |
| 714 | # CONFIG_SLIP is not set | 723 | # CONFIG_SLIP is not set |
| 715 | # CONFIG_NET_FC is not set | 724 | # CONFIG_NET_FC is not set |
| @@ -804,6 +813,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 804 | # | 813 | # |
| 805 | # CONFIG_WATCHDOG is not set | 814 | # CONFIG_WATCHDOG is not set |
| 806 | # CONFIG_RTC is not set | 815 | # CONFIG_RTC is not set |
| 816 | CONFIG_GEN_RTC=y | ||
| 817 | # CONFIG_GEN_RTC_X is not set | ||
| 807 | # CONFIG_DTLK is not set | 818 | # CONFIG_DTLK is not set |
| 808 | # CONFIG_R3964 is not set | 819 | # CONFIG_R3964 is not set |
| 809 | # CONFIG_APPLICOM is not set | 820 | # CONFIG_APPLICOM is not set |
| @@ -917,7 +928,6 @@ CONFIG_FB=y | |||
| 917 | CONFIG_FB_CFB_FILLRECT=y | 928 | CONFIG_FB_CFB_FILLRECT=y |
| 918 | CONFIG_FB_CFB_COPYAREA=y | 929 | CONFIG_FB_CFB_COPYAREA=y |
| 919 | CONFIG_FB_CFB_IMAGEBLIT=y | 930 | CONFIG_FB_CFB_IMAGEBLIT=y |
| 920 | CONFIG_FB_SOFT_CURSOR=y | ||
| 921 | CONFIG_FB_MACMODES=y | 931 | CONFIG_FB_MACMODES=y |
| 922 | CONFIG_FB_MODE_HELPERS=y | 932 | CONFIG_FB_MODE_HELPERS=y |
| 923 | CONFIG_FB_TILEBLITTING=y | 933 | CONFIG_FB_TILEBLITTING=y |
| @@ -932,6 +942,7 @@ CONFIG_FB_OF=y | |||
| 932 | # CONFIG_FB_ASILIANT is not set | 942 | # CONFIG_FB_ASILIANT is not set |
| 933 | # CONFIG_FB_IMSTT is not set | 943 | # CONFIG_FB_IMSTT is not set |
| 934 | # CONFIG_FB_VGA16 is not set | 944 | # CONFIG_FB_VGA16 is not set |
| 945 | # CONFIG_FB_S1D13XXX is not set | ||
| 935 | CONFIG_FB_NVIDIA=y | 946 | CONFIG_FB_NVIDIA=y |
| 936 | CONFIG_FB_NVIDIA_I2C=y | 947 | CONFIG_FB_NVIDIA_I2C=y |
| 937 | # CONFIG_FB_RIVA is not set | 948 | # CONFIG_FB_RIVA is not set |
| @@ -950,7 +961,6 @@ CONFIG_FB_RADEON_I2C=y | |||
| 950 | # CONFIG_FB_VOODOO1 is not set | 961 | # CONFIG_FB_VOODOO1 is not set |
| 951 | # CONFIG_FB_CYBLA is not set | 962 | # CONFIG_FB_CYBLA is not set |
| 952 | # CONFIG_FB_TRIDENT is not set | 963 | # CONFIG_FB_TRIDENT is not set |
| 953 | # CONFIG_FB_S1D13XXX is not set | ||
| 954 | # CONFIG_FB_VIRTUAL is not set | 964 | # CONFIG_FB_VIRTUAL is not set |
| 955 | 965 | ||
| 956 | # | 966 | # |
| @@ -959,6 +969,7 @@ CONFIG_FB_RADEON_I2C=y | |||
| 959 | # CONFIG_VGA_CONSOLE is not set | 969 | # CONFIG_VGA_CONSOLE is not set |
| 960 | CONFIG_DUMMY_CONSOLE=y | 970 | CONFIG_DUMMY_CONSOLE=y |
| 961 | CONFIG_FRAMEBUFFER_CONSOLE=y | 971 | CONFIG_FRAMEBUFFER_CONSOLE=y |
| 972 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
| 962 | # CONFIG_FONTS is not set | 973 | # CONFIG_FONTS is not set |
| 963 | CONFIG_FONT_8x8=y | 974 | CONFIG_FONT_8x8=y |
| 964 | CONFIG_FONT_8x16=y | 975 | CONFIG_FONT_8x16=y |
| @@ -1474,10 +1485,11 @@ CONFIG_TEXTSEARCH_BM=m | |||
| 1474 | CONFIG_TEXTSEARCH_FSM=m | 1485 | CONFIG_TEXTSEARCH_FSM=m |
| 1475 | 1486 | ||
| 1476 | # | 1487 | # |
| 1477 | # Profiling support | 1488 | # Instrumentation Support |
| 1478 | # | 1489 | # |
| 1479 | CONFIG_PROFILING=y | 1490 | CONFIG_PROFILING=y |
| 1480 | CONFIG_OPROFILE=y | 1491 | CONFIG_OPROFILE=y |
| 1492 | # CONFIG_KPROBES is not set | ||
| 1481 | 1493 | ||
| 1482 | # | 1494 | # |
| 1483 | # Kernel hacking | 1495 | # Kernel hacking |
| @@ -1497,7 +1509,6 @@ CONFIG_DEBUG_FS=y | |||
| 1497 | # CONFIG_DEBUG_VM is not set | 1509 | # CONFIG_DEBUG_VM is not set |
| 1498 | # CONFIG_RCU_TORTURE_TEST is not set | 1510 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1499 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1511 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1500 | # CONFIG_KPROBES is not set | ||
| 1501 | # CONFIG_DEBUG_STACK_USAGE is not set | 1512 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1502 | # CONFIG_DEBUGGER is not set | 1513 | # CONFIG_DEBUGGER is not set |
| 1503 | CONFIG_IRQSTACKS=y | 1514 | CONFIG_IRQSTACKS=y |
diff --git a/arch/powerpc/configs/iseries_defconfig b/arch/powerpc/configs/iseries_defconfig index 62e92c7e9e27..5d0866707a75 100644 --- a/arch/powerpc/configs/iseries_defconfig +++ b/arch/powerpc/configs/iseries_defconfig | |||
| @@ -1,18 +1,33 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.14-rc4 | 3 | # Linux kernel version: 2.6.15-rc1 |
| 4 | # Thu Oct 20 08:30:56 2005 | 4 | # Tue Nov 15 14:38:09 2005 |
| 5 | # | 5 | # |
| 6 | CONFIG_PPC64=y | ||
| 6 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
| 8 | CONFIG_PPC_MERGE=y | ||
| 7 | CONFIG_MMU=y | 9 | CONFIG_MMU=y |
| 10 | CONFIG_GENERIC_HARDIRQS=y | ||
| 8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 11 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 12 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 10 | CONFIG_GENERIC_ISA_DMA=y | 13 | CONFIG_PPC=y |
| 11 | CONFIG_EARLY_PRINTK=y | 14 | CONFIG_EARLY_PRINTK=y |
| 12 | CONFIG_COMPAT=y | 15 | CONFIG_COMPAT=y |
| 16 | CONFIG_SYSVIPC_COMPAT=y | ||
| 13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
| 15 | CONFIG_FORCE_MAX_ZONEORDER=13 | 19 | |
| 20 | # | ||
| 21 | # Processor support | ||
| 22 | # | ||
| 23 | # CONFIG_POWER4_ONLY is not set | ||
| 24 | CONFIG_POWER3=y | ||
| 25 | CONFIG_POWER4=y | ||
| 26 | CONFIG_PPC_FPU=y | ||
| 27 | # CONFIG_ALTIVEC is not set | ||
| 28 | CONFIG_PPC_STD_MMU=y | ||
| 29 | CONFIG_SMP=y | ||
| 30 | CONFIG_NR_CPUS=32 | ||
| 16 | 31 | ||
| 17 | # | 32 | # |
| 18 | # Code maturity level options | 33 | # Code maturity level options |
| @@ -68,22 +83,60 @@ CONFIG_MODVERSIONS=y | |||
| 68 | CONFIG_MODULE_SRCVERSION_ALL=y | 83 | CONFIG_MODULE_SRCVERSION_ALL=y |
| 69 | CONFIG_KMOD=y | 84 | CONFIG_KMOD=y |
| 70 | CONFIG_STOP_MACHINE=y | 85 | CONFIG_STOP_MACHINE=y |
| 71 | CONFIG_SYSVIPC_COMPAT=y | 86 | |
| 87 | # | ||
| 88 | # Block layer | ||
| 89 | # | ||
| 90 | |||
| 91 | # | ||
| 92 | # IO Schedulers | ||
| 93 | # | ||
| 94 | CONFIG_IOSCHED_NOOP=y | ||
| 95 | CONFIG_IOSCHED_AS=y | ||
| 96 | CONFIG_IOSCHED_DEADLINE=y | ||
| 97 | CONFIG_IOSCHED_CFQ=y | ||
| 98 | CONFIG_DEFAULT_AS=y | ||
| 99 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 100 | # CONFIG_DEFAULT_CFQ is not set | ||
| 101 | # CONFIG_DEFAULT_NOOP is not set | ||
| 102 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 72 | 103 | ||
| 73 | # | 104 | # |
| 74 | # Platform support | 105 | # Platform support |
| 75 | # | 106 | # |
| 76 | CONFIG_PPC_ISERIES=y | ||
| 77 | # CONFIG_PPC_MULTIPLATFORM is not set | 107 | # CONFIG_PPC_MULTIPLATFORM is not set |
| 78 | CONFIG_PPC=y | 108 | CONFIG_PPC_ISERIES=y |
| 79 | CONFIG_PPC64=y | 109 | # CONFIG_EMBEDDED6xx is not set |
| 110 | # CONFIG_APUS is not set | ||
| 111 | # CONFIG_PPC_RTAS is not set | ||
| 112 | # CONFIG_MMIO_NVRAM is not set | ||
| 80 | CONFIG_IBMVIO=y | 113 | CONFIG_IBMVIO=y |
| 81 | # CONFIG_POWER4_ONLY is not set | 114 | # CONFIG_PPC_MPC106 is not set |
| 115 | # CONFIG_GENERIC_TBSYNC is not set | ||
| 116 | # CONFIG_CPU_FREQ is not set | ||
| 117 | # CONFIG_WANT_EARLY_SERIAL is not set | ||
| 118 | |||
| 119 | # | ||
| 120 | # Kernel options | ||
| 121 | # | ||
| 122 | # CONFIG_HZ_100 is not set | ||
| 123 | CONFIG_HZ_250=y | ||
| 124 | # CONFIG_HZ_1000 is not set | ||
| 125 | CONFIG_HZ=250 | ||
| 126 | CONFIG_PREEMPT_NONE=y | ||
| 127 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 128 | # CONFIG_PREEMPT is not set | ||
| 129 | # CONFIG_PREEMPT_BKL is not set | ||
| 130 | CONFIG_BINFMT_ELF=y | ||
| 131 | # CONFIG_BINFMT_MISC is not set | ||
| 132 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
| 82 | CONFIG_IOMMU_VMERGE=y | 133 | CONFIG_IOMMU_VMERGE=y |
| 83 | CONFIG_SMP=y | 134 | CONFIG_IRQ_ALL_CPUS=y |
| 84 | CONFIG_NR_CPUS=32 | 135 | CONFIG_LPARCFG=y |
| 136 | # CONFIG_NUMA is not set | ||
| 85 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 137 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| 86 | CONFIG_ARCH_FLATMEM_ENABLE=y | 138 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 139 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
| 87 | CONFIG_SELECT_MEMORY_MODEL=y | 140 | CONFIG_SELECT_MEMORY_MODEL=y |
| 88 | CONFIG_FLATMEM_MANUAL=y | 141 | CONFIG_FLATMEM_MANUAL=y |
| 89 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 142 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
| @@ -91,26 +144,20 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 91 | CONFIG_FLATMEM=y | 144 | CONFIG_FLATMEM=y |
| 92 | CONFIG_FLAT_NODE_MEM_MAP=y | 145 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 93 | # CONFIG_SPARSEMEM_STATIC is not set | 146 | # CONFIG_SPARSEMEM_STATIC is not set |
| 94 | # CONFIG_NUMA is not set | 147 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
| 148 | # CONFIG_PPC_64K_PAGES is not set | ||
| 95 | # CONFIG_SCHED_SMT is not set | 149 | # CONFIG_SCHED_SMT is not set |
| 96 | CONFIG_PREEMPT_NONE=y | 150 | CONFIG_PROC_DEVICETREE=y |
| 97 | # CONFIG_PREEMPT_VOLUNTARY is not set | 151 | # CONFIG_PM is not set |
| 98 | # CONFIG_PREEMPT is not set | ||
| 99 | # CONFIG_PREEMPT_BKL is not set | ||
| 100 | # CONFIG_HZ_100 is not set | ||
| 101 | CONFIG_HZ_250=y | ||
| 102 | # CONFIG_HZ_1000 is not set | ||
| 103 | CONFIG_HZ=250 | ||
| 104 | CONFIG_GENERIC_HARDIRQS=y | ||
| 105 | CONFIG_LPARCFG=y | ||
| 106 | CONFIG_SECCOMP=y | 152 | CONFIG_SECCOMP=y |
| 107 | CONFIG_BINFMT_ELF=y | ||
| 108 | # CONFIG_BINFMT_MISC is not set | ||
| 109 | CONFIG_ISA_DMA_API=y | 153 | CONFIG_ISA_DMA_API=y |
| 110 | 154 | ||
| 111 | # | 155 | # |
| 112 | # Bus Options | 156 | # Bus options |
| 113 | # | 157 | # |
| 158 | CONFIG_GENERIC_ISA_DMA=y | ||
| 159 | # CONFIG_PPC_I8259 is not set | ||
| 160 | # CONFIG_PPC_INDIRECT_PCI is not set | ||
| 114 | CONFIG_PCI=y | 161 | CONFIG_PCI=y |
| 115 | CONFIG_PCI_DOMAINS=y | 162 | CONFIG_PCI_DOMAINS=y |
| 116 | CONFIG_PCI_LEGACY_PROC=y | 163 | CONFIG_PCI_LEGACY_PROC=y |
| @@ -125,6 +172,7 @@ CONFIG_PCI_LEGACY_PROC=y | |||
| 125 | # PCI Hotplug Support | 172 | # PCI Hotplug Support |
| 126 | # | 173 | # |
| 127 | # CONFIG_HOTPLUG_PCI is not set | 174 | # CONFIG_HOTPLUG_PCI is not set |
| 175 | CONFIG_KERNEL_START=0xc000000000000000 | ||
| 128 | 176 | ||
| 129 | # | 177 | # |
| 130 | # Networking | 178 | # Networking |
| @@ -166,6 +214,10 @@ CONFIG_TCP_CONG_BIC=y | |||
| 166 | # CONFIG_IPV6 is not set | 214 | # CONFIG_IPV6 is not set |
| 167 | CONFIG_NETFILTER=y | 215 | CONFIG_NETFILTER=y |
| 168 | # CONFIG_NETFILTER_DEBUG is not set | 216 | # CONFIG_NETFILTER_DEBUG is not set |
| 217 | |||
| 218 | # | ||
| 219 | # Core Netfilter Configuration | ||
| 220 | # | ||
| 169 | # CONFIG_NETFILTER_NETLINK is not set | 221 | # CONFIG_NETFILTER_NETLINK is not set |
| 170 | 222 | ||
| 171 | # | 223 | # |
| @@ -265,6 +317,10 @@ CONFIG_LLC=y | |||
| 265 | # CONFIG_NET_DIVERT is not set | 317 | # CONFIG_NET_DIVERT is not set |
| 266 | # CONFIG_ECONET is not set | 318 | # CONFIG_ECONET is not set |
| 267 | # CONFIG_WAN_ROUTER is not set | 319 | # CONFIG_WAN_ROUTER is not set |
| 320 | |||
| 321 | # | ||
| 322 | # QoS and/or fair queueing | ||
| 323 | # | ||
| 268 | # CONFIG_NET_SCHED is not set | 324 | # CONFIG_NET_SCHED is not set |
| 269 | CONFIG_NET_CLS_ROUTE=y | 325 | CONFIG_NET_CLS_ROUTE=y |
| 270 | 326 | ||
| @@ -326,14 +382,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
| 326 | CONFIG_BLK_DEV_RAM_SIZE=65536 | 382 | CONFIG_BLK_DEV_RAM_SIZE=65536 |
| 327 | CONFIG_BLK_DEV_INITRD=y | 383 | CONFIG_BLK_DEV_INITRD=y |
| 328 | # CONFIG_CDROM_PKTCDVD is not set | 384 | # CONFIG_CDROM_PKTCDVD is not set |
| 329 | |||
| 330 | # | ||
| 331 | # IO Schedulers | ||
| 332 | # | ||
| 333 | CONFIG_IOSCHED_NOOP=y | ||
| 334 | CONFIG_IOSCHED_AS=y | ||
| 335 | CONFIG_IOSCHED_DEADLINE=y | ||
| 336 | CONFIG_IOSCHED_CFQ=y | ||
| 337 | # CONFIG_ATA_OVER_ETH is not set | 385 | # CONFIG_ATA_OVER_ETH is not set |
| 338 | 386 | ||
| 339 | # | 387 | # |
| @@ -377,6 +425,7 @@ CONFIG_SCSI_FC_ATTRS=y | |||
| 377 | # | 425 | # |
| 378 | # SCSI low-level drivers | 426 | # SCSI low-level drivers |
| 379 | # | 427 | # |
| 428 | # CONFIG_ISCSI_TCP is not set | ||
| 380 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 429 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
| 381 | # CONFIG_SCSI_3W_9XXX is not set | 430 | # CONFIG_SCSI_3W_9XXX is not set |
| 382 | # CONFIG_SCSI_ACARD is not set | 431 | # CONFIG_SCSI_ACARD is not set |
| @@ -454,6 +503,7 @@ CONFIG_DM_ZERO=m | |||
| 454 | # | 503 | # |
| 455 | # Macintosh device drivers | 504 | # Macintosh device drivers |
| 456 | # | 505 | # |
| 506 | # CONFIG_WINDFARM is not set | ||
| 457 | 507 | ||
| 458 | # | 508 | # |
| 459 | # Network device support | 509 | # Network device support |
| @@ -561,6 +611,7 @@ CONFIG_PPP_ASYNC=m | |||
| 561 | CONFIG_PPP_SYNC_TTY=m | 611 | CONFIG_PPP_SYNC_TTY=m |
| 562 | CONFIG_PPP_DEFLATE=m | 612 | CONFIG_PPP_DEFLATE=m |
| 563 | CONFIG_PPP_BSDCOMP=m | 613 | CONFIG_PPP_BSDCOMP=m |
| 614 | # CONFIG_PPP_MPPE is not set | ||
| 564 | CONFIG_PPPOE=m | 615 | CONFIG_PPPOE=m |
| 565 | # CONFIG_SLIP is not set | 616 | # CONFIG_SLIP is not set |
| 566 | # CONFIG_NET_FC is not set | 617 | # CONFIG_NET_FC is not set |
| @@ -643,6 +694,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 643 | # | 694 | # |
| 644 | # CONFIG_WATCHDOG is not set | 695 | # CONFIG_WATCHDOG is not set |
| 645 | # CONFIG_RTC is not set | 696 | # CONFIG_RTC is not set |
| 697 | CONFIG_GEN_RTC=y | ||
| 698 | # CONFIG_GEN_RTC_X is not set | ||
| 646 | # CONFIG_DTLK is not set | 699 | # CONFIG_DTLK is not set |
| 647 | # CONFIG_R3964 is not set | 700 | # CONFIG_R3964 is not set |
| 648 | # CONFIG_APPLICOM is not set | 701 | # CONFIG_APPLICOM is not set |
| @@ -660,6 +713,7 @@ CONFIG_MAX_RAW_DEVS=256 | |||
| 660 | # TPM devices | 713 | # TPM devices |
| 661 | # | 714 | # |
| 662 | # CONFIG_TCG_TPM is not set | 715 | # CONFIG_TCG_TPM is not set |
| 716 | # CONFIG_TELCLOCK is not set | ||
| 663 | 717 | ||
| 664 | # | 718 | # |
| 665 | # I2C support | 719 | # I2C support |
| @@ -713,6 +767,10 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
| 713 | # CONFIG_USB is not set | 767 | # CONFIG_USB is not set |
| 714 | 768 | ||
| 715 | # | 769 | # |
| 770 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 771 | # | ||
| 772 | |||
| 773 | # | ||
| 716 | # USB Gadget Support | 774 | # USB Gadget Support |
| 717 | # | 775 | # |
| 718 | # CONFIG_USB_GADGET is not set | 776 | # CONFIG_USB_GADGET is not set |
| @@ -917,10 +975,25 @@ CONFIG_VIOTAPE=m | |||
| 917 | CONFIG_VIOPATH=y | 975 | CONFIG_VIOPATH=y |
| 918 | 976 | ||
| 919 | # | 977 | # |
| 920 | # Profiling support | 978 | # Library routines |
| 979 | # | ||
| 980 | CONFIG_CRC_CCITT=m | ||
| 981 | # CONFIG_CRC16 is not set | ||
| 982 | CONFIG_CRC32=y | ||
| 983 | CONFIG_LIBCRC32C=m | ||
| 984 | CONFIG_ZLIB_INFLATE=y | ||
| 985 | CONFIG_ZLIB_DEFLATE=m | ||
| 986 | CONFIG_TEXTSEARCH=y | ||
| 987 | CONFIG_TEXTSEARCH_KMP=m | ||
| 988 | CONFIG_TEXTSEARCH_BM=m | ||
| 989 | CONFIG_TEXTSEARCH_FSM=m | ||
| 990 | |||
| 991 | # | ||
| 992 | # Instrumentation Support | ||
| 921 | # | 993 | # |
| 922 | CONFIG_PROFILING=y | 994 | CONFIG_PROFILING=y |
| 923 | CONFIG_OPROFILE=y | 995 | CONFIG_OPROFILE=y |
| 996 | # CONFIG_KPROBES is not set | ||
| 924 | 997 | ||
| 925 | # | 998 | # |
| 926 | # Kernel hacking | 999 | # Kernel hacking |
| @@ -937,11 +1010,11 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
| 937 | # CONFIG_DEBUG_KOBJECT is not set | 1010 | # CONFIG_DEBUG_KOBJECT is not set |
| 938 | # CONFIG_DEBUG_INFO is not set | 1011 | # CONFIG_DEBUG_INFO is not set |
| 939 | CONFIG_DEBUG_FS=y | 1012 | CONFIG_DEBUG_FS=y |
| 1013 | # CONFIG_DEBUG_VM is not set | ||
| 1014 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 940 | CONFIG_DEBUG_STACKOVERFLOW=y | 1015 | CONFIG_DEBUG_STACKOVERFLOW=y |
| 941 | # CONFIG_KPROBES is not set | ||
| 942 | CONFIG_DEBUG_STACK_USAGE=y | 1016 | CONFIG_DEBUG_STACK_USAGE=y |
| 943 | # CONFIG_DEBUGGER is not set | 1017 | # CONFIG_DEBUGGER is not set |
| 944 | # CONFIG_PPCDBG is not set | ||
| 945 | CONFIG_IRQSTACKS=y | 1018 | CONFIG_IRQSTACKS=y |
| 946 | 1019 | ||
| 947 | # | 1020 | # |
| @@ -982,17 +1055,3 @@ CONFIG_CRYPTO_TEST=m | |||
| 982 | # | 1055 | # |
| 983 | # Hardware crypto devices | 1056 | # Hardware crypto devices |
| 984 | # | 1057 | # |
| 985 | |||
| 986 | # | ||
| 987 | # Library routines | ||
| 988 | # | ||
| 989 | CONFIG_CRC_CCITT=m | ||
| 990 | # CONFIG_CRC16 is not set | ||
| 991 | CONFIG_CRC32=y | ||
| 992 | CONFIG_LIBCRC32C=m | ||
| 993 | CONFIG_ZLIB_INFLATE=y | ||
| 994 | CONFIG_ZLIB_DEFLATE=m | ||
| 995 | CONFIG_TEXTSEARCH=y | ||
| 996 | CONFIG_TEXTSEARCH_KMP=m | ||
| 997 | CONFIG_TEXTSEARCH_BM=m | ||
| 998 | CONFIG_TEXTSEARCH_FSM=m | ||
diff --git a/arch/powerpc/configs/maple_defconfig b/arch/powerpc/configs/maple_defconfig index 7b480f3d1406..92e42613ef06 100644 --- a/arch/powerpc/configs/maple_defconfig +++ b/arch/powerpc/configs/maple_defconfig | |||
| @@ -1,18 +1,32 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.14-rc4 | 3 | # Linux kernel version: 2.6.15-rc1 |
| 4 | # Thu Oct 20 08:31:24 2005 | 4 | # Tue Nov 15 14:38:58 2005 |
| 5 | # | 5 | # |
| 6 | CONFIG_PPC64=y | ||
| 6 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
| 8 | CONFIG_PPC_MERGE=y | ||
| 7 | CONFIG_MMU=y | 9 | CONFIG_MMU=y |
| 10 | CONFIG_GENERIC_HARDIRQS=y | ||
| 8 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 11 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 9 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 12 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 10 | CONFIG_GENERIC_ISA_DMA=y | 13 | CONFIG_PPC=y |
| 11 | CONFIG_EARLY_PRINTK=y | 14 | CONFIG_EARLY_PRINTK=y |
| 12 | CONFIG_COMPAT=y | 15 | CONFIG_COMPAT=y |
| 16 | CONFIG_SYSVIPC_COMPAT=y | ||
| 13 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 17 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 14 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 18 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
| 15 | CONFIG_FORCE_MAX_ZONEORDER=13 | 19 | |
| 20 | # | ||
| 21 | # Processor support | ||
| 22 | # | ||
| 23 | CONFIG_POWER4_ONLY=y | ||
| 24 | CONFIG_POWER4=y | ||
| 25 | CONFIG_PPC_FPU=y | ||
| 26 | # CONFIG_ALTIVEC is not set | ||
| 27 | CONFIG_PPC_STD_MMU=y | ||
| 28 | CONFIG_SMP=y | ||
| 29 | CONFIG_NR_CPUS=2 | ||
| 16 | 30 | ||
| 17 | # | 31 | # |
| 18 | # Code maturity level options | 32 | # Code maturity level options |
| @@ -67,32 +81,67 @@ CONFIG_MODVERSIONS=y | |||
| 67 | CONFIG_MODULE_SRCVERSION_ALL=y | 81 | CONFIG_MODULE_SRCVERSION_ALL=y |
| 68 | CONFIG_KMOD=y | 82 | CONFIG_KMOD=y |
| 69 | CONFIG_STOP_MACHINE=y | 83 | CONFIG_STOP_MACHINE=y |
| 70 | CONFIG_SYSVIPC_COMPAT=y | 84 | |
| 85 | # | ||
| 86 | # Block layer | ||
| 87 | # | ||
| 88 | |||
| 89 | # | ||
| 90 | # IO Schedulers | ||
| 91 | # | ||
| 92 | CONFIG_IOSCHED_NOOP=y | ||
| 93 | CONFIG_IOSCHED_AS=y | ||
| 94 | CONFIG_IOSCHED_DEADLINE=y | ||
| 95 | CONFIG_IOSCHED_CFQ=y | ||
| 96 | CONFIG_DEFAULT_AS=y | ||
| 97 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 98 | # CONFIG_DEFAULT_CFQ is not set | ||
| 99 | # CONFIG_DEFAULT_NOOP is not set | ||
| 100 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 71 | 101 | ||
| 72 | # | 102 | # |
| 73 | # Platform support | 103 | # Platform support |
| 74 | # | 104 | # |
| 75 | # CONFIG_PPC_ISERIES is not set | ||
| 76 | CONFIG_PPC_MULTIPLATFORM=y | 105 | CONFIG_PPC_MULTIPLATFORM=y |
| 106 | # CONFIG_PPC_ISERIES is not set | ||
| 107 | # CONFIG_EMBEDDED6xx is not set | ||
| 108 | # CONFIG_APUS is not set | ||
| 77 | # CONFIG_PPC_PSERIES is not set | 109 | # CONFIG_PPC_PSERIES is not set |
| 78 | # CONFIG_PPC_BPA is not set | ||
| 79 | # CONFIG_PPC_PMAC is not set | 110 | # CONFIG_PPC_PMAC is not set |
| 80 | CONFIG_PPC_MAPLE=y | 111 | CONFIG_PPC_MAPLE=y |
| 81 | CONFIG_PPC=y | 112 | # CONFIG_PPC_CELL is not set |
| 82 | CONFIG_PPC64=y | ||
| 83 | CONFIG_PPC_OF=y | 113 | CONFIG_PPC_OF=y |
| 84 | CONFIG_MPIC=y | ||
| 85 | # CONFIG_ALTIVEC is not set | ||
| 86 | CONFIG_KEXEC=y | ||
| 87 | CONFIG_U3_DART=y | 114 | CONFIG_U3_DART=y |
| 115 | CONFIG_MPIC=y | ||
| 116 | # CONFIG_PPC_RTAS is not set | ||
| 117 | # CONFIG_MMIO_NVRAM is not set | ||
| 88 | CONFIG_MPIC_BROKEN_U3=y | 118 | CONFIG_MPIC_BROKEN_U3=y |
| 89 | CONFIG_BOOTX_TEXT=y | 119 | # CONFIG_PPC_MPC106 is not set |
| 90 | CONFIG_POWER4_ONLY=y | 120 | CONFIG_GENERIC_TBSYNC=y |
| 121 | # CONFIG_CPU_FREQ is not set | ||
| 122 | # CONFIG_WANT_EARLY_SERIAL is not set | ||
| 123 | |||
| 124 | # | ||
| 125 | # Kernel options | ||
| 126 | # | ||
| 127 | # CONFIG_HZ_100 is not set | ||
| 128 | CONFIG_HZ_250=y | ||
| 129 | # CONFIG_HZ_1000 is not set | ||
| 130 | CONFIG_HZ=250 | ||
| 131 | CONFIG_PREEMPT_NONE=y | ||
| 132 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 133 | # CONFIG_PREEMPT is not set | ||
| 134 | # CONFIG_PREEMPT_BKL is not set | ||
| 135 | CONFIG_BINFMT_ELF=y | ||
| 136 | # CONFIG_BINFMT_MISC is not set | ||
| 137 | CONFIG_FORCE_MAX_ZONEORDER=13 | ||
| 91 | CONFIG_IOMMU_VMERGE=y | 138 | CONFIG_IOMMU_VMERGE=y |
| 92 | CONFIG_SMP=y | 139 | CONFIG_KEXEC=y |
| 93 | CONFIG_NR_CPUS=2 | 140 | CONFIG_IRQ_ALL_CPUS=y |
| 141 | # CONFIG_NUMA is not set | ||
| 94 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 142 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| 95 | CONFIG_ARCH_FLATMEM_ENABLE=y | 143 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 144 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
| 96 | CONFIG_SELECT_MEMORY_MODEL=y | 145 | CONFIG_SELECT_MEMORY_MODEL=y |
| 97 | CONFIG_FLATMEM_MANUAL=y | 146 | CONFIG_FLATMEM_MANUAL=y |
| 98 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 147 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
| @@ -100,27 +149,21 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 100 | CONFIG_FLATMEM=y | 149 | CONFIG_FLATMEM=y |
| 101 | CONFIG_FLAT_NODE_MEM_MAP=y | 150 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 102 | # CONFIG_SPARSEMEM_STATIC is not set | 151 | # CONFIG_SPARSEMEM_STATIC is not set |
| 103 | # CONFIG_NUMA is not set | 152 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
| 153 | # CONFIG_PPC_64K_PAGES is not set | ||
| 104 | # CONFIG_SCHED_SMT is not set | 154 | # CONFIG_SCHED_SMT is not set |
| 105 | CONFIG_PREEMPT_NONE=y | ||
| 106 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 107 | # CONFIG_PREEMPT is not set | ||
| 108 | # CONFIG_PREEMPT_BKL is not set | ||
| 109 | # CONFIG_HZ_100 is not set | ||
| 110 | CONFIG_HZ_250=y | ||
| 111 | # CONFIG_HZ_1000 is not set | ||
| 112 | CONFIG_HZ=250 | ||
| 113 | CONFIG_GENERIC_HARDIRQS=y | ||
| 114 | CONFIG_SECCOMP=y | ||
| 115 | CONFIG_BINFMT_ELF=y | ||
| 116 | # CONFIG_BINFMT_MISC is not set | ||
| 117 | CONFIG_PROC_DEVICETREE=y | 155 | CONFIG_PROC_DEVICETREE=y |
| 118 | # CONFIG_CMDLINE_BOOL is not set | 156 | # CONFIG_CMDLINE_BOOL is not set |
| 157 | # CONFIG_PM is not set | ||
| 158 | CONFIG_SECCOMP=y | ||
| 119 | CONFIG_ISA_DMA_API=y | 159 | CONFIG_ISA_DMA_API=y |
| 120 | 160 | ||
| 121 | # | 161 | # |
| 122 | # Bus Options | 162 | # Bus options |
| 123 | # | 163 | # |
| 164 | CONFIG_GENERIC_ISA_DMA=y | ||
| 165 | # CONFIG_PPC_I8259 is not set | ||
| 166 | # CONFIG_PPC_INDIRECT_PCI is not set | ||
| 124 | CONFIG_PCI=y | 167 | CONFIG_PCI=y |
| 125 | CONFIG_PCI_DOMAINS=y | 168 | CONFIG_PCI_DOMAINS=y |
| 126 | CONFIG_PCI_LEGACY_PROC=y | 169 | CONFIG_PCI_LEGACY_PROC=y |
| @@ -135,6 +178,7 @@ CONFIG_PCI_LEGACY_PROC=y | |||
| 135 | # PCI Hotplug Support | 178 | # PCI Hotplug Support |
| 136 | # | 179 | # |
| 137 | # CONFIG_HOTPLUG_PCI is not set | 180 | # CONFIG_HOTPLUG_PCI is not set |
| 181 | CONFIG_KERNEL_START=0xc000000000000000 | ||
| 138 | 182 | ||
| 139 | # | 183 | # |
| 140 | # Networking | 184 | # Networking |
| @@ -193,6 +237,10 @@ CONFIG_TCP_CONG_BIC=y | |||
| 193 | # CONFIG_NET_DIVERT is not set | 237 | # CONFIG_NET_DIVERT is not set |
| 194 | # CONFIG_ECONET is not set | 238 | # CONFIG_ECONET is not set |
| 195 | # CONFIG_WAN_ROUTER is not set | 239 | # CONFIG_WAN_ROUTER is not set |
| 240 | |||
| 241 | # | ||
| 242 | # QoS and/or fair queueing | ||
| 243 | # | ||
| 196 | # CONFIG_NET_SCHED is not set | 244 | # CONFIG_NET_SCHED is not set |
| 197 | # CONFIG_NET_CLS_ROUTE is not set | 245 | # CONFIG_NET_CLS_ROUTE is not set |
| 198 | 246 | ||
| @@ -254,14 +302,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 | |||
| 254 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 302 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
| 255 | # CONFIG_BLK_DEV_INITRD is not set | 303 | # CONFIG_BLK_DEV_INITRD is not set |
| 256 | # CONFIG_CDROM_PKTCDVD is not set | 304 | # CONFIG_CDROM_PKTCDVD is not set |
| 257 | |||
| 258 | # | ||
| 259 | # IO Schedulers | ||
| 260 | # | ||
| 261 | CONFIG_IOSCHED_NOOP=y | ||
| 262 | CONFIG_IOSCHED_AS=y | ||
| 263 | CONFIG_IOSCHED_DEADLINE=y | ||
| 264 | CONFIG_IOSCHED_CFQ=y | ||
| 265 | # CONFIG_ATA_OVER_ETH is not set | 305 | # CONFIG_ATA_OVER_ETH is not set |
| 266 | 306 | ||
| 267 | # | 307 | # |
| @@ -351,6 +391,7 @@ CONFIG_IDEDMA_AUTO=y | |||
| 351 | # | 391 | # |
| 352 | # Macintosh device drivers | 392 | # Macintosh device drivers |
| 353 | # | 393 | # |
| 394 | # CONFIG_WINDFARM is not set | ||
| 354 | 395 | ||
| 355 | # | 396 | # |
| 356 | # Network device support | 397 | # Network device support |
| @@ -533,6 +574,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 533 | # | 574 | # |
| 534 | # CONFIG_WATCHDOG is not set | 575 | # CONFIG_WATCHDOG is not set |
| 535 | # CONFIG_RTC is not set | 576 | # CONFIG_RTC is not set |
| 577 | CONFIG_GEN_RTC=y | ||
| 578 | # CONFIG_GEN_RTC_X is not set | ||
| 536 | # CONFIG_DTLK is not set | 579 | # CONFIG_DTLK is not set |
| 537 | # CONFIG_R3964 is not set | 580 | # CONFIG_R3964 is not set |
| 538 | # CONFIG_APPLICOM is not set | 581 | # CONFIG_APPLICOM is not set |
| @@ -549,6 +592,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 549 | # TPM devices | 592 | # TPM devices |
| 550 | # | 593 | # |
| 551 | # CONFIG_TCG_TPM is not set | 594 | # CONFIG_TCG_TPM is not set |
| 595 | # CONFIG_TELCLOCK is not set | ||
| 552 | 596 | ||
| 553 | # | 597 | # |
| 554 | # I2C support | 598 | # I2C support |
| @@ -599,6 +643,7 @@ CONFIG_I2C_AMD8111=y | |||
| 599 | # CONFIG_SENSORS_PCF8591 is not set | 643 | # CONFIG_SENSORS_PCF8591 is not set |
| 600 | # CONFIG_SENSORS_RTC8564 is not set | 644 | # CONFIG_SENSORS_RTC8564 is not set |
| 601 | # CONFIG_SENSORS_MAX6875 is not set | 645 | # CONFIG_SENSORS_MAX6875 is not set |
| 646 | # CONFIG_RTC_X1205_I2C is not set | ||
| 602 | # CONFIG_I2C_DEBUG_CORE is not set | 647 | # CONFIG_I2C_DEBUG_CORE is not set |
| 603 | # CONFIG_I2C_DEBUG_ALGO is not set | 648 | # CONFIG_I2C_DEBUG_ALGO is not set |
| 604 | # CONFIG_I2C_DEBUG_BUS is not set | 649 | # CONFIG_I2C_DEBUG_BUS is not set |
| @@ -681,12 +726,15 @@ CONFIG_USB_UHCI_HCD=y | |||
| 681 | # | 726 | # |
| 682 | # USB Device Class drivers | 727 | # USB Device Class drivers |
| 683 | # | 728 | # |
| 684 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
| 685 | # CONFIG_USB_ACM is not set | 729 | # CONFIG_USB_ACM is not set |
| 686 | # CONFIG_USB_PRINTER is not set | 730 | # CONFIG_USB_PRINTER is not set |
| 687 | 731 | ||
| 688 | # | 732 | # |
| 689 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | 733 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 734 | # | ||
| 735 | |||
| 736 | # | ||
| 737 | # may also be needed; see USB_STORAGE Help for more information | ||
| 690 | # | 738 | # |
| 691 | # CONFIG_USB_STORAGE is not set | 739 | # CONFIG_USB_STORAGE is not set |
| 692 | 740 | ||
| @@ -776,6 +824,7 @@ CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y | |||
| 776 | # CONFIG_USB_SERIAL_KLSI is not set | 824 | # CONFIG_USB_SERIAL_KLSI is not set |
| 777 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set | 825 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set |
| 778 | # CONFIG_USB_SERIAL_MCT_U232 is not set | 826 | # CONFIG_USB_SERIAL_MCT_U232 is not set |
| 827 | # CONFIG_USB_SERIAL_NOKIA_DKU2 is not set | ||
| 779 | # CONFIG_USB_SERIAL_PL2303 is not set | 828 | # CONFIG_USB_SERIAL_PL2303 is not set |
| 780 | # CONFIG_USB_SERIAL_HP4X is not set | 829 | # CONFIG_USB_SERIAL_HP4X is not set |
| 781 | # CONFIG_USB_SERIAL_SAFE is not set | 830 | # CONFIG_USB_SERIAL_SAFE is not set |
| @@ -985,9 +1034,19 @@ CONFIG_NLS_DEFAULT="utf-8" | |||
| 985 | CONFIG_NLS_UTF8=y | 1034 | CONFIG_NLS_UTF8=y |
| 986 | 1035 | ||
| 987 | # | 1036 | # |
| 988 | # Profiling support | 1037 | # Library routines |
| 1038 | # | ||
| 1039 | CONFIG_CRC_CCITT=y | ||
| 1040 | # CONFIG_CRC16 is not set | ||
| 1041 | CONFIG_CRC32=y | ||
| 1042 | # CONFIG_LIBCRC32C is not set | ||
| 1043 | CONFIG_ZLIB_INFLATE=y | ||
| 1044 | |||
| 1045 | # | ||
| 1046 | # Instrumentation Support | ||
| 989 | # | 1047 | # |
| 990 | # CONFIG_PROFILING is not set | 1048 | # CONFIG_PROFILING is not set |
| 1049 | # CONFIG_KPROBES is not set | ||
| 991 | 1050 | ||
| 992 | # | 1051 | # |
| 993 | # Kernel hacking | 1052 | # Kernel hacking |
| @@ -1004,14 +1063,15 @@ CONFIG_DEBUG_SPINLOCK_SLEEP=y | |||
| 1004 | # CONFIG_DEBUG_KOBJECT is not set | 1063 | # CONFIG_DEBUG_KOBJECT is not set |
| 1005 | # CONFIG_DEBUG_INFO is not set | 1064 | # CONFIG_DEBUG_INFO is not set |
| 1006 | CONFIG_DEBUG_FS=y | 1065 | CONFIG_DEBUG_FS=y |
| 1066 | # CONFIG_DEBUG_VM is not set | ||
| 1067 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1007 | CONFIG_DEBUG_STACKOVERFLOW=y | 1068 | CONFIG_DEBUG_STACKOVERFLOW=y |
| 1008 | # CONFIG_KPROBES is not set | ||
| 1009 | CONFIG_DEBUG_STACK_USAGE=y | 1069 | CONFIG_DEBUG_STACK_USAGE=y |
| 1010 | CONFIG_DEBUGGER=y | 1070 | CONFIG_DEBUGGER=y |
| 1011 | CONFIG_XMON=y | 1071 | CONFIG_XMON=y |
| 1012 | CONFIG_XMON_DEFAULT=y | 1072 | CONFIG_XMON_DEFAULT=y |
| 1013 | # CONFIG_PPCDBG is not set | ||
| 1014 | # CONFIG_IRQSTACKS is not set | 1073 | # CONFIG_IRQSTACKS is not set |
| 1074 | CONFIG_BOOTX_TEXT=y | ||
| 1015 | 1075 | ||
| 1016 | # | 1076 | # |
| 1017 | # Security options | 1077 | # Security options |
| @@ -1051,12 +1111,3 @@ CONFIG_CRYPTO_DES=y | |||
| 1051 | # | 1111 | # |
| 1052 | # Hardware crypto devices | 1112 | # Hardware crypto devices |
| 1053 | # | 1113 | # |
| 1054 | |||
| 1055 | # | ||
| 1056 | # Library routines | ||
| 1057 | # | ||
| 1058 | CONFIG_CRC_CCITT=y | ||
| 1059 | # CONFIG_CRC16 is not set | ||
| 1060 | CONFIG_CRC32=y | ||
| 1061 | # CONFIG_LIBCRC32C is not set | ||
| 1062 | CONFIG_ZLIB_INFLATE=y | ||
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index 913962c1dae0..b4745c918a4a 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.15-rc1 | 3 | # Linux kernel version: 2.6.15-rc1 |
| 4 | # Mon Nov 14 15:27:00 2005 | 4 | # Tue Nov 15 14:36:55 2005 |
| 5 | # | 5 | # |
| 6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
| 7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
| @@ -144,7 +144,7 @@ CONFIG_FORCE_MAX_ZONEORDER=13 | |||
| 144 | CONFIG_IOMMU_VMERGE=y | 144 | CONFIG_IOMMU_VMERGE=y |
| 145 | CONFIG_HOTPLUG_CPU=y | 145 | CONFIG_HOTPLUG_CPU=y |
| 146 | CONFIG_KEXEC=y | 146 | CONFIG_KEXEC=y |
| 147 | # CONFIG_IRQ_ALL_CPUS is not set | 147 | CONFIG_IRQ_ALL_CPUS=y |
| 148 | CONFIG_PPC_SPLPAR=y | 148 | CONFIG_PPC_SPLPAR=y |
| 149 | CONFIG_EEH=y | 149 | CONFIG_EEH=y |
| 150 | CONFIG_SCANLOG=m | 150 | CONFIG_SCANLOG=m |
