Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6

* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
[IA64] Update generic config
[IA64] Fix uniprocessor build w.r.t. SGI_XP and SGI_GRU
[IA64] Eliminate trailing backquote in IA64_SGI_UV
[IA64] update generic_defconfig to support sn2.
[IA64] update generic_defconfig for 2.6.27-rc1
[IA64] Allow ia64 to CONFIG_NR_CPUS up to 4096
[IA64] Cleanup generated file not ignored by .gitignore
[IA64] pv_ops: fix ivt.S paravirtualization

+406 -249
+5 -5
arch/ia64/Kconfig
··· 171 171 to select this option. If in doubt, select ia64 generic support 172 172 instead. 173 173 174 - config IA64_SGI_UV` 175 - bool "SGI-UV`" 174 + config IA64_SGI_UV 175 + bool "SGI-UV" 176 176 select NUMA 177 177 select ACPI_NUMA 178 178 select SWIOTLB ··· 321 321 If you don't know what to do here, say N. 322 322 323 323 config NR_CPUS 324 - int "Maximum number of CPUs (2-1024)" 325 - range 2 1024 324 + int "Maximum number of CPUs (2-4096)" 325 + range 2 4096 326 326 depends on SMP 327 - default "1024" 327 + default "4096" 328 328 help 329 329 You should set this to the number of CPUs in your system, but 330 330 keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but
+396 -240
arch/ia64/configs/generic_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.22 4 - # Thu Jul 19 13:55:32 2007 3 + # Linux kernel version: 2.6.27-rc1 4 + # Mon Aug 4 15:38:01 2008 5 5 # 6 6 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 7 7 8 8 # 9 - # Code maturity level options 9 + # General setup 10 10 # 11 11 CONFIG_EXPERIMENTAL=y 12 12 CONFIG_LOCK_KERNEL=y 13 13 CONFIG_INIT_ENV_ARG_LIMIT=32 14 - 15 - # 16 - # General setup 17 - # 18 14 CONFIG_LOCALVERSION="" 19 15 CONFIG_LOCALVERSION_AUTO=y 20 16 CONFIG_SWAP=y ··· 19 23 CONFIG_POSIX_MQUEUE=y 20 24 # CONFIG_BSD_PROCESS_ACCT is not set 21 25 # CONFIG_TASKSTATS is not set 22 - # CONFIG_USER_NS is not set 23 26 # CONFIG_AUDIT is not set 24 27 CONFIG_IKCONFIG=y 25 28 CONFIG_IKCONFIG_PROC=y 26 29 CONFIG_LOG_BUF_SHIFT=20 27 - # CONFIG_CPUSETS is not set 30 + CONFIG_CGROUPS=y 31 + # CONFIG_CGROUP_DEBUG is not set 32 + # CONFIG_CGROUP_NS is not set 33 + # CONFIG_CGROUP_DEVICE is not set 34 + CONFIG_CPUSETS=y 35 + # CONFIG_GROUP_SCHED is not set 36 + # CONFIG_CGROUP_CPUACCT is not set 37 + # CONFIG_RESOURCE_COUNTERS is not set 28 38 CONFIG_SYSFS_DEPRECATED=y 39 + CONFIG_SYSFS_DEPRECATED_V2=y 40 + CONFIG_PROC_PID_CPUSET=y 29 41 # CONFIG_RELAY is not set 42 + CONFIG_NAMESPACES=y 43 + # CONFIG_UTS_NS is not set 44 + # CONFIG_IPC_NS is not set 45 + # CONFIG_USER_NS is not set 46 + # CONFIG_PID_NS is not set 30 47 CONFIG_BLK_DEV_INITRD=y 31 48 CONFIG_INITRAMFS_SOURCE="" 32 49 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 33 50 CONFIG_SYSCTL=y 34 51 # CONFIG_EMBEDDED is not set 35 52 CONFIG_SYSCTL_SYSCALL=y 53 + CONFIG_SYSCTL_SYSCALL_CHECK=y 36 54 CONFIG_KALLSYMS=y 37 55 CONFIG_KALLSYMS_ALL=y 38 56 # CONFIG_KALLSYMS_EXTRA_PASS is not set ··· 54 44 CONFIG_PRINTK=y 55 45 CONFIG_BUG=y 56 46 CONFIG_ELF_CORE=y 47 + CONFIG_COMPAT_BRK=y 57 48 CONFIG_BASE_FULL=y 58 49 CONFIG_FUTEX=y 59 50 CONFIG_ANON_INODES=y ··· 64 53 CONFIG_EVENTFD=y 65 54 CONFIG_SHMEM=y 66 55 CONFIG_VM_EVENT_COUNTERS=y 56 + CONFIG_SLUB_DEBUG=y 57 + # CONFIG_SLAB is not set 67 58 CONFIG_SLUB=y 68 59 # CONFIG_SLOB is not set 60 + # CONFIG_PROFILING is not set 61 + # CONFIG_MARKERS is not set 62 + CONFIG_HAVE_OPROFILE=y 63 + # CONFIG_KPROBES is not set 64 + # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set 65 + # CONFIG_HAVE_IOREMAP_PROT is not set 66 + CONFIG_HAVE_KPROBES=y 67 + CONFIG_HAVE_KRETPROBES=y 68 + # CONFIG_HAVE_ARCH_TRACEHOOK is not set 69 + CONFIG_HAVE_DMA_ATTRS=y 70 + CONFIG_USE_GENERIC_SMP_HELPERS=y 71 + # CONFIG_HAVE_CLK is not set 72 + CONFIG_PROC_PAGE_MONITOR=y 73 + # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 74 + CONFIG_SLABINFO=y 69 75 CONFIG_RT_MUTEXES=y 70 76 # CONFIG_TINY_SHMEM is not set 71 77 CONFIG_BASE_SMALL=0 72 78 CONFIG_MODULES=y 79 + # CONFIG_MODULE_FORCE_LOAD is not set 73 80 CONFIG_MODULE_UNLOAD=y 74 81 # CONFIG_MODULE_FORCE_UNLOAD is not set 75 82 CONFIG_MODVERSIONS=y ··· 97 68 CONFIG_BLOCK=y 98 69 # CONFIG_BLK_DEV_IO_TRACE is not set 99 70 # CONFIG_BLK_DEV_BSG is not set 71 + # CONFIG_BLK_DEV_INTEGRITY is not set 72 + CONFIG_BLOCK_COMPAT=y 100 73 101 74 # 102 75 # IO Schedulers ··· 112 81 # CONFIG_DEFAULT_CFQ is not set 113 82 # CONFIG_DEFAULT_NOOP is not set 114 83 CONFIG_DEFAULT_IOSCHED="anticipatory" 84 + CONFIG_CLASSIC_RCU=y 115 85 116 86 # 117 87 # Processor type and features ··· 123 91 CONFIG_QUICKLIST=y 124 92 CONFIG_MMU=y 125 93 CONFIG_SWIOTLB=y 94 + CONFIG_IOMMU_HELPER=y 126 95 CONFIG_RWSEM_XCHGADD_ALGORITHM=y 127 96 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 128 97 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 98 + CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y 129 99 CONFIG_GENERIC_FIND_NEXT_BIT=y 130 100 CONFIG_GENERIC_CALIBRATE_DELAY=y 131 101 CONFIG_GENERIC_TIME=y 102 + CONFIG_GENERIC_TIME_VSYSCALL=y 103 + CONFIG_HAVE_SETUP_PER_CPU_AREA=y 132 104 CONFIG_DMI=y 133 105 CONFIG_EFI=y 134 106 CONFIG_GENERIC_IOMAP=y 135 107 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 108 + CONFIG_IA64_UNCACHED_ALLOCATOR=y 136 109 CONFIG_AUDIT_ARCH=y 137 110 CONFIG_IA64_GENERIC=y 138 111 # CONFIG_IA64_DIG is not set 139 112 # CONFIG_IA64_HP_ZX1 is not set 140 113 # CONFIG_IA64_HP_ZX1_SWIOTLB is not set 141 114 # CONFIG_IA64_SGI_SN2 is not set 115 + # CONFIG_IA64_SGI_UV is not set 142 116 # CONFIG_IA64_HP_SIM is not set 143 117 # CONFIG_ITANIUM is not set 144 118 CONFIG_MCKINLEY=y ··· 154 116 CONFIG_IA64_PAGE_SIZE_64KB=y 155 117 CONFIG_PGTABLE_3=y 156 118 # CONFIG_PGTABLE_4 is not set 119 + CONFIG_HZ=250 157 120 # CONFIG_HZ_100 is not set 158 121 CONFIG_HZ_250=y 159 122 # CONFIG_HZ_300 is not set 160 123 # CONFIG_HZ_1000 is not set 161 - CONFIG_HZ=250 124 + # CONFIG_SCHED_HRTICK is not set 162 125 CONFIG_IA64_L1_CACHE_SHIFT=7 163 126 CONFIG_IA64_CYCLONE=y 164 127 CONFIG_IOSAPIC=y 165 - # CONFIG_IA64_SGI_SN_XP is not set 166 128 CONFIG_FORCE_MAX_ZONEORDER=17 129 + # CONFIG_VIRT_CPU_ACCOUNTING is not set 167 130 CONFIG_SMP=y 168 - CONFIG_NR_CPUS=512 131 + CONFIG_NR_CPUS=4096 169 132 CONFIG_HOTPLUG_CPU=y 170 133 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 134 + CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 171 135 # CONFIG_SCHED_SMT is not set 172 136 # CONFIG_PERMIT_BSP_REMOVE is not set 137 + CONFIG_PREEMPT_NONE=y 138 + # CONFIG_PREEMPT_VOLUNTARY is not set 173 139 # CONFIG_PREEMPT is not set 174 140 CONFIG_SELECT_MEMORY_MODEL=y 175 141 # CONFIG_FLATMEM_MANUAL is not set ··· 183 141 CONFIG_FLAT_NODE_MEM_MAP=y 184 142 CONFIG_NEED_MULTIPLE_NODES=y 185 143 # CONFIG_SPARSEMEM_STATIC is not set 144 + CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y 145 + CONFIG_PAGEFLAGS_EXTENDED=y 186 146 CONFIG_SPLIT_PTLOCK_CPUS=4 187 147 CONFIG_MIGRATION=y 188 148 CONFIG_RESOURCES_64BIT=y ··· 192 148 CONFIG_BOUNCE=y 193 149 CONFIG_NR_QUICK=1 194 150 CONFIG_VIRT_TO_BUS=y 151 + CONFIG_MMU_NOTIFIER=y 195 152 CONFIG_ARCH_SELECT_MEMORY_MODEL=y 196 153 CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 197 154 CONFIG_ARCH_FLATMEM_ENABLE=y ··· 207 162 CONFIG_HAVE_ARCH_NODEDATA_EXTENSION=y 208 163 CONFIG_IA32_SUPPORT=y 209 164 CONFIG_COMPAT=y 165 + CONFIG_COMPAT_FOR_U64_ALIGNMENT=y 210 166 CONFIG_IA64_MCA_RECOVERY=y 211 167 CONFIG_PERFMON=y 212 168 CONFIG_IA64_PALINFO=y 213 169 # CONFIG_IA64_MC_ERR_INJECT is not set 214 170 CONFIG_SGI_SN=y 215 171 # CONFIG_IA64_ESI is not set 172 + # CONFIG_IA64_HP_AML_NFW is not set 216 173 217 174 # 218 175 # SN Devices ··· 226 179 # 227 180 # Firmware Drivers 228 181 # 182 + # CONFIG_FIRMWARE_MEMMAP is not set 229 183 CONFIG_EFI_VARS=y 230 184 CONFIG_EFI_PCDP=y 231 185 CONFIG_DMIID=y ··· 237 189 # Power management and ACPI 238 190 # 239 191 CONFIG_PM=y 240 - CONFIG_PM_LEGACY=y 241 192 # CONFIG_PM_DEBUG is not set 242 - 243 - # 244 - # ACPI (Advanced Configuration and Power Interface) Support 245 - # 246 193 CONFIG_ACPI=y 247 194 CONFIG_ACPI_PROCFS=y 195 + CONFIG_ACPI_PROCFS_POWER=y 196 + CONFIG_ACPI_SYSFS_POWER=y 197 + CONFIG_ACPI_PROC_EVENT=y 248 198 CONFIG_ACPI_BUTTON=m 249 199 CONFIG_ACPI_FAN=m 250 - # CONFIG_ACPI_DOCK is not set 200 + CONFIG_ACPI_DOCK=y 201 + # CONFIG_ACPI_BAY is not set 251 202 CONFIG_ACPI_PROCESSOR=m 252 203 CONFIG_ACPI_HOTPLUG_CPU=y 253 204 CONFIG_ACPI_THERMAL=m 254 205 CONFIG_ACPI_NUMA=y 206 + # CONFIG_ACPI_CUSTOM_DSDT is not set 255 207 CONFIG_ACPI_BLACKLIST_YEAR=0 256 208 # CONFIG_ACPI_DEBUG is not set 257 209 CONFIG_ACPI_EC=y 210 + # CONFIG_ACPI_PCI_SLOT is not set 258 211 CONFIG_ACPI_POWER=y 259 212 CONFIG_ACPI_SYSTEM=y 260 213 CONFIG_ACPI_CONTAINER=m ··· 274 225 # CONFIG_PCIEPORTBUS is not set 275 226 CONFIG_ARCH_SUPPORTS_MSI=y 276 227 # CONFIG_PCI_MSI is not set 228 + CONFIG_PCI_LEGACY=y 277 229 # CONFIG_PCI_DEBUG is not set 278 230 CONFIG_HOTPLUG_PCI=m 279 231 # CONFIG_HOTPLUG_PCI_FAKE is not set ··· 283 233 # CONFIG_HOTPLUG_PCI_CPCI is not set 284 234 # CONFIG_HOTPLUG_PCI_SHPC is not set 285 235 # CONFIG_HOTPLUG_PCI_SGI is not set 286 - 287 - # 288 - # PCCARD (PCMCIA/CardBus) support 289 - # 290 236 # CONFIG_PCCARD is not set 291 - 292 - # 293 - # Networking 294 - # 295 237 CONFIG_NET=y 296 238 297 239 # ··· 296 254 # CONFIG_XFRM_USER is not set 297 255 # CONFIG_XFRM_SUB_POLICY is not set 298 256 # CONFIG_XFRM_MIGRATE is not set 257 + # CONFIG_XFRM_STATISTICS is not set 299 258 # CONFIG_NET_KEY is not set 300 259 CONFIG_INET=y 301 260 CONFIG_IP_MULTICAST=y ··· 316 273 CONFIG_INET_XFRM_MODE_TRANSPORT=y 317 274 CONFIG_INET_XFRM_MODE_TUNNEL=y 318 275 CONFIG_INET_XFRM_MODE_BEET=y 276 + CONFIG_INET_LRO=m 319 277 CONFIG_INET_DIAG=y 320 278 CONFIG_INET_TCP_DIAG=y 321 279 # CONFIG_TCP_CONG_ADVANCED is not set ··· 324 280 CONFIG_DEFAULT_TCP_CONG="cubic" 325 281 # CONFIG_TCP_MD5SIG is not set 326 282 # CONFIG_IPV6 is not set 327 - # CONFIG_INET6_XFRM_TUNNEL is not set 328 - # CONFIG_INET6_TUNNEL is not set 329 283 # CONFIG_NETWORK_SECMARK is not set 330 284 # CONFIG_NETFILTER is not set 331 285 # CONFIG_IP_DCCP is not set ··· 340 298 # CONFIG_LAPB is not set 341 299 # CONFIG_ECONET is not set 342 300 # CONFIG_WAN_ROUTER is not set 343 - 344 - # 345 - # QoS and/or fair queueing 346 - # 347 301 # CONFIG_NET_SCHED is not set 348 302 349 303 # ··· 347 309 # 348 310 # CONFIG_NET_PKTGEN is not set 349 311 # CONFIG_HAMRADIO is not set 312 + # CONFIG_CAN is not set 350 313 # CONFIG_IRDA is not set 351 314 # CONFIG_BT is not set 352 315 # CONFIG_AF_RXRPC is not set ··· 369 330 # 370 331 # Generic Driver Options 371 332 # 333 + CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 372 334 CONFIG_STANDALONE=y 373 335 CONFIG_PREVENT_FIRMWARE_BUILD=y 374 - CONFIG_FW_LOADER=m 336 + CONFIG_FW_LOADER=y 337 + CONFIG_FIRMWARE_IN_KERNEL=y 338 + CONFIG_EXTRA_FIRMWARE="" 375 339 # CONFIG_DEBUG_DRIVER is not set 376 340 # CONFIG_DEBUG_DEVRES is not set 377 341 # CONFIG_SYS_HYPERVISOR is not set 378 - # CONFIG_CONNECTOR is not set 342 + CONFIG_CONNECTOR=y 343 + CONFIG_PROC_EVENTS=y 379 344 # CONFIG_MTD is not set 380 345 # CONFIG_PARPORT is not set 381 346 CONFIG_PNP=y ··· 403 360 CONFIG_BLK_DEV_RAM=y 404 361 CONFIG_BLK_DEV_RAM_COUNT=16 405 362 CONFIG_BLK_DEV_RAM_SIZE=4096 406 - CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 363 + # CONFIG_BLK_DEV_XIP is not set 407 364 # CONFIG_CDROM_PKTCDVD is not set 408 365 # CONFIG_ATA_OVER_ETH is not set 366 + # CONFIG_BLK_DEV_HD is not set 409 367 CONFIG_MISC_DEVICES=y 410 368 # CONFIG_PHANTOM is not set 411 369 # CONFIG_EEPROM_93CX6 is not set 412 370 CONFIG_SGI_IOC4=y 413 371 # CONFIG_TIFM_CORE is not set 372 + # CONFIG_ENCLOSURE_SERVICES is not set 373 + CONFIG_SGI_XP=m 374 + # CONFIG_HP_ILO is not set 375 + CONFIG_SGI_GRU=m 376 + # CONFIG_SGI_GRU_DEBUG is not set 377 + CONFIG_HAVE_IDE=y 414 378 CONFIG_IDE=y 415 379 CONFIG_IDE_MAX_HWIFS=4 416 380 CONFIG_BLK_DEV_IDE=y 417 381 418 382 # 419 - # Please see Documentation/ide.txt for help/info on IDE drives 383 + # Please see Documentation/ide/ide.txt for help/info on IDE drives 420 384 # 385 + CONFIG_IDE_TIMINGS=y 386 + CONFIG_IDE_ATAPI=y 421 387 # CONFIG_BLK_DEV_IDE_SATA is not set 422 388 CONFIG_BLK_DEV_IDEDISK=y 423 389 # CONFIG_IDEDISK_MULTI_MODE is not set 424 390 CONFIG_BLK_DEV_IDECD=y 391 + CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 425 392 # CONFIG_BLK_DEV_IDETAPE is not set 426 393 CONFIG_BLK_DEV_IDEFLOPPY=y 427 394 CONFIG_BLK_DEV_IDESCSI=m ··· 443 390 # IDE chipset support/bugfixes 444 391 # 445 392 # CONFIG_IDE_GENERIC is not set 393 + # CONFIG_BLK_DEV_PLATFORM is not set 446 394 # CONFIG_BLK_DEV_IDEPNP is not set 395 + CONFIG_BLK_DEV_IDEDMA_SFF=y 396 + 397 + # 398 + # PCI IDE chipsets support 399 + # 447 400 CONFIG_BLK_DEV_IDEPCI=y 448 - CONFIG_IDEPCI_SHARE_IRQ=y 449 401 CONFIG_IDEPCI_PCIBUS_ORDER=y 450 402 # CONFIG_BLK_DEV_OFFBOARD is not set 451 403 CONFIG_BLK_DEV_GENERIC=y 452 404 # CONFIG_BLK_DEV_OPTI621 is not set 453 405 CONFIG_BLK_DEV_IDEDMA_PCI=y 454 - # CONFIG_BLK_DEV_IDEDMA_FORCED is not set 455 - # CONFIG_IDEDMA_ONLYDISK is not set 456 406 # CONFIG_BLK_DEV_AEC62XX is not set 457 407 # CONFIG_BLK_DEV_ALI15X3 is not set 458 408 # CONFIG_BLK_DEV_AMD74XX is not set 459 409 CONFIG_BLK_DEV_CMD64X=y 460 410 # CONFIG_BLK_DEV_TRIFLEX is not set 461 - # CONFIG_BLK_DEV_CY82C693 is not set 462 411 # CONFIG_BLK_DEV_CS5520 is not set 463 412 # CONFIG_BLK_DEV_CS5530 is not set 464 - # CONFIG_BLK_DEV_HPT34X is not set 465 413 # CONFIG_BLK_DEV_HPT366 is not set 466 414 # CONFIG_BLK_DEV_JMICRON is not set 467 415 # CONFIG_BLK_DEV_SC1200 is not set ··· 479 425 # CONFIG_BLK_DEV_TRM290 is not set 480 426 # CONFIG_BLK_DEV_VIA82CXXX is not set 481 427 # CONFIG_BLK_DEV_TC86C001 is not set 482 - # CONFIG_IDE_ARM is not set 483 428 CONFIG_BLK_DEV_IDEDMA=y 484 - # CONFIG_IDEDMA_IVB is not set 485 - # CONFIG_BLK_DEV_HD is not set 486 429 487 430 # 488 431 # SCSI device support ··· 519 468 # CONFIG_SCSI_ISCSI_ATTRS is not set 520 469 CONFIG_SCSI_SAS_ATTRS=y 521 470 # CONFIG_SCSI_SAS_LIBSAS is not set 522 - 523 - # 524 - # SCSI low-level drivers 525 - # 471 + # CONFIG_SCSI_SRP_ATTRS is not set 472 + CONFIG_SCSI_LOWLEVEL=y 526 473 # CONFIG_ISCSI_TCP is not set 527 474 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 528 475 # CONFIG_SCSI_3W_9XXX is not set ··· 530 481 # CONFIG_SCSI_AIC7XXX_OLD is not set 531 482 # CONFIG_SCSI_AIC79XX is not set 532 483 # CONFIG_SCSI_AIC94XX is not set 484 + # CONFIG_SCSI_DPT_I2O is not set 485 + # CONFIG_SCSI_ADVANSYS is not set 533 486 # CONFIG_SCSI_ARCMSR is not set 534 487 # CONFIG_MEGARAID_NEWGEN is not set 535 488 # CONFIG_MEGARAID_LEGACY is not set ··· 542 491 # CONFIG_SCSI_IPS is not set 543 492 # CONFIG_SCSI_INITIO is not set 544 493 # CONFIG_SCSI_INIA100 is not set 494 + # CONFIG_SCSI_MVSAS is not set 545 495 # CONFIG_SCSI_STEX is not set 546 496 CONFIG_SCSI_SYM53C8XX_2=y 547 497 CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 548 498 CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 549 499 CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 550 500 CONFIG_SCSI_SYM53C8XX_MMIO=y 501 + # CONFIG_SCSI_IPR is not set 551 502 CONFIG_SCSI_QLOGIC_1280=y 552 503 # CONFIG_SCSI_QLA_FC is not set 553 504 # CONFIG_SCSI_QLA_ISCSI is not set ··· 558 505 # CONFIG_SCSI_DC390T is not set 559 506 # CONFIG_SCSI_DEBUG is not set 560 507 # CONFIG_SCSI_SRP is not set 561 - # CONFIG_ATA is not set 508 + # CONFIG_SCSI_DH is not set 509 + CONFIG_ATA=y 510 + CONFIG_ATA_NONSTANDARD=y 511 + CONFIG_ATA_ACPI=y 512 + CONFIG_SATA_PMP=y 513 + # CONFIG_SATA_AHCI is not set 514 + # CONFIG_SATA_SIL24 is not set 515 + CONFIG_ATA_SFF=y 516 + # CONFIG_SATA_SVW is not set 517 + CONFIG_ATA_PIIX=y 518 + # CONFIG_SATA_MV is not set 519 + # CONFIG_SATA_NV is not set 520 + # CONFIG_PDC_ADMA is not set 521 + # CONFIG_SATA_QSTOR is not set 522 + # CONFIG_SATA_PROMISE is not set 523 + # CONFIG_SATA_SX4 is not set 524 + # CONFIG_SATA_SIL is not set 525 + # CONFIG_SATA_SIS is not set 526 + # CONFIG_SATA_ULI is not set 527 + # CONFIG_SATA_VIA is not set 528 + # CONFIG_SATA_VITESSE is not set 529 + # CONFIG_SATA_INIC162X is not set 530 + # CONFIG_PATA_ACPI is not set 531 + # CONFIG_PATA_ALI is not set 532 + # CONFIG_PATA_AMD is not set 533 + # CONFIG_PATA_ARTOP is not set 534 + # CONFIG_PATA_ATIIXP is not set 535 + # CONFIG_PATA_CMD640_PCI is not set 536 + # CONFIG_PATA_CMD64X is not set 537 + # CONFIG_PATA_CS5520 is not set 538 + # CONFIG_PATA_CS5530 is not set 539 + # CONFIG_PATA_CYPRESS is not set 540 + # CONFIG_PATA_EFAR is not set 541 + # CONFIG_ATA_GENERIC is not set 542 + # CONFIG_PATA_HPT366 is not set 543 + # CONFIG_PATA_HPT37X is not set 544 + # CONFIG_PATA_HPT3X2N is not set 545 + # CONFIG_PATA_HPT3X3 is not set 546 + # CONFIG_PATA_IT821X is not set 547 + # CONFIG_PATA_IT8213 is not set 548 + # CONFIG_PATA_JMICRON is not set 549 + # CONFIG_PATA_TRIFLEX is not set 550 + # CONFIG_PATA_MARVELL is not set 551 + # CONFIG_PATA_MPIIX is not set 552 + # CONFIG_PATA_OLDPIIX is not set 553 + # CONFIG_PATA_NETCELL is not set 554 + # CONFIG_PATA_NINJA32 is not set 555 + # CONFIG_PATA_NS87410 is not set 556 + # CONFIG_PATA_NS87415 is not set 557 + # CONFIG_PATA_OPTI is not set 558 + # CONFIG_PATA_OPTIDMA is not set 559 + # CONFIG_PATA_PDC_OLD is not set 560 + # CONFIG_PATA_RADISYS is not set 561 + # CONFIG_PATA_RZ1000 is not set 562 + # CONFIG_PATA_SC1200 is not set 563 + # CONFIG_PATA_SERVERWORKS is not set 564 + # CONFIG_PATA_PDC2027X is not set 565 + # CONFIG_PATA_SIL680 is not set 566 + # CONFIG_PATA_SIS is not set 567 + # CONFIG_PATA_VIA is not set 568 + # CONFIG_PATA_WINBOND is not set 569 + # CONFIG_PATA_SCH is not set 562 570 CONFIG_MD=y 563 571 CONFIG_BLK_DEV_MD=m 564 572 CONFIG_MD_LINEAR=m ··· 636 522 CONFIG_DM_MIRROR=m 637 523 CONFIG_DM_ZERO=m 638 524 CONFIG_DM_MULTIPATH=m 639 - # CONFIG_DM_MULTIPATH_EMC is not set 640 - # CONFIG_DM_MULTIPATH_RDAC is not set 641 525 # CONFIG_DM_DELAY is not set 642 - 643 - # 644 - # Fusion MPT device support 645 - # 526 + # CONFIG_DM_UEVENT is not set 646 527 CONFIG_FUSION=y 647 528 CONFIG_FUSION_SPI=y 648 529 CONFIG_FUSION_FC=m 649 530 CONFIG_FUSION_SAS=y 650 531 CONFIG_FUSION_MAX_SGE=128 651 532 # CONFIG_FUSION_CTL is not set 533 + # CONFIG_FUSION_LOGGING is not set 652 534 653 535 # 654 536 # IEEE 1394 (FireWire) support 537 + # 538 + 539 + # 540 + # Enable only one of the two stacks, unless you know what you are doing 655 541 # 656 542 # CONFIG_FIREWIRE is not set 657 543 # CONFIG_IEEE1394 is not set 658 544 # CONFIG_I2O is not set 659 545 CONFIG_NETDEVICES=y 660 - # CONFIG_NETDEVICES_MULTIQUEUE is not set 661 546 CONFIG_DUMMY=m 662 547 # CONFIG_BONDING is not set 663 548 # CONFIG_MACVLAN is not set 664 549 # CONFIG_EQUALIZER is not set 665 550 # CONFIG_TUN is not set 551 + # CONFIG_VETH is not set 666 552 # CONFIG_NET_SB1000 is not set 667 553 # CONFIG_ARCNET is not set 668 - # CONFIG_PHYLIB is not set 554 + CONFIG_PHYLIB=y 555 + 556 + # 557 + # MII PHY device drivers 558 + # 559 + # CONFIG_MARVELL_PHY is not set 560 + # CONFIG_DAVICOM_PHY is not set 561 + # CONFIG_QSEMI_PHY is not set 562 + # CONFIG_LXT_PHY is not set 563 + # CONFIG_CICADA_PHY is not set 564 + # CONFIG_VITESSE_PHY is not set 565 + # CONFIG_SMSC_PHY is not set 566 + # CONFIG_BROADCOM_PHY is not set 567 + # CONFIG_ICPLUS_PHY is not set 568 + # CONFIG_REALTEK_PHY is not set 569 + # CONFIG_FIXED_PHY is not set 570 + # CONFIG_MDIO_BITBANG is not set 669 571 CONFIG_NET_ETHERNET=y 670 572 CONFIG_MII=m 671 573 # CONFIG_HAPPYMEAL is not set ··· 699 569 # CONFIG_DM9102 is not set 700 570 # CONFIG_ULI526X is not set 701 571 # CONFIG_HP100 is not set 572 + # CONFIG_IBM_NEW_EMAC_ZMII is not set 573 + # CONFIG_IBM_NEW_EMAC_RGMII is not set 574 + # CONFIG_IBM_NEW_EMAC_TAH is not set 575 + # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 702 576 CONFIG_NET_PCI=y 703 577 # CONFIG_PCNET32 is not set 704 578 # CONFIG_AMD8111_ETH is not set 705 579 # CONFIG_ADAPTEC_STARFIRE is not set 706 580 # CONFIG_B44 is not set 707 581 # CONFIG_FORCEDETH is not set 708 - # CONFIG_DGRS is not set 709 582 CONFIG_EEPRO100=m 710 583 CONFIG_E100=m 711 584 # CONFIG_FEALNX is not set ··· 716 583 # CONFIG_NE2K_PCI is not set 717 584 # CONFIG_8139CP is not set 718 585 # CONFIG_8139TOO is not set 586 + # CONFIG_R6040 is not set 719 587 # CONFIG_SIS900 is not set 720 588 # CONFIG_EPIC100 is not set 721 589 # CONFIG_SUNDANCE is not set 590 + # CONFIG_TLAN is not set 722 591 # CONFIG_VIA_RHINE is not set 723 592 # CONFIG_SC92031 is not set 724 593 CONFIG_NETDEV_1000=y 725 594 # CONFIG_ACENIC is not set 726 595 # CONFIG_DL2K is not set 727 596 CONFIG_E1000=y 728 - # CONFIG_E1000_NAPI is not set 729 597 # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 598 + # CONFIG_E1000E is not set 599 + # CONFIG_IP1000 is not set 600 + CONFIG_IGB=y 601 + # CONFIG_IGB_LRO is not set 730 602 # CONFIG_NS83820 is not set 731 603 # CONFIG_HAMACHI is not set 732 604 # CONFIG_YELLOWFIN is not set ··· 744 606 # CONFIG_BNX2 is not set 745 607 # CONFIG_QLA3XXX is not set 746 608 # CONFIG_ATL1 is not set 609 + # CONFIG_ATL1E is not set 747 610 CONFIG_NETDEV_10000=y 748 611 # CONFIG_CHELSIO_T1 is not set 749 612 # CONFIG_CHELSIO_T3 is not set 613 + # CONFIG_IXGBE is not set 750 614 # CONFIG_IXGB is not set 751 615 # CONFIG_S2IO is not set 752 616 # CONFIG_MYRI10GE is not set 753 617 # CONFIG_NETXEN_NIC is not set 618 + # CONFIG_NIU is not set 754 619 # CONFIG_MLX4_CORE is not set 620 + # CONFIG_TEHUTI is not set 621 + # CONFIG_BNX2X is not set 622 + # CONFIG_SFC is not set 755 623 # CONFIG_TR is not set 756 624 757 625 # ··· 765 621 # 766 622 # CONFIG_WLAN_PRE80211 is not set 767 623 # CONFIG_WLAN_80211 is not set 624 + # CONFIG_IWLWIFI_LEDS is not set 768 625 769 626 # 770 627 # USB Network Adapters ··· 774 629 # CONFIG_USB_KAWETH is not set 775 630 # CONFIG_USB_PEGASUS is not set 776 631 # CONFIG_USB_RTL8150 is not set 777 - # CONFIG_USB_USBNET_MII is not set 778 632 # CONFIG_USB_USBNET is not set 779 633 # CONFIG_WAN is not set 780 634 # CONFIG_FDDI is not set ··· 781 637 # CONFIG_PPP is not set 782 638 # CONFIG_SLIP is not set 783 639 # CONFIG_NET_FC is not set 784 - # CONFIG_SHAPER is not set 785 640 CONFIG_NETCONSOLE=y 641 + # CONFIG_NETCONSOLE_DYNAMIC is not set 786 642 CONFIG_NETPOLL=y 787 643 # CONFIG_NETPOLL_TRAP is not set 788 644 CONFIG_NET_POLL_CONTROLLER=y ··· 804 660 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 805 661 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 806 662 # CONFIG_INPUT_JOYDEV is not set 807 - # CONFIG_INPUT_TSDEV is not set 808 663 # CONFIG_INPUT_EVDEV is not set 809 664 # CONFIG_INPUT_EVBUG is not set 810 665 ··· 852 709 # Character devices 853 710 # 854 711 CONFIG_VT=y 712 + CONFIG_CONSOLE_TRANSLATIONS=y 855 713 CONFIG_VT_CONSOLE=y 856 714 CONFIG_HW_CONSOLE=y 857 715 # CONFIG_VT_HW_CONSOLE_BINDING is not set 716 + CONFIG_DEVKMEM=y 858 717 CONFIG_SERIAL_NONSTANDARD=y 859 718 # CONFIG_COMPUTONE is not set 860 719 # CONFIG_ROCKETPORT is not set ··· 864 719 # CONFIG_DIGIEPCA is not set 865 720 # CONFIG_MOXA_INTELLIO is not set 866 721 # CONFIG_MOXA_SMARTIO is not set 867 - # CONFIG_MOXA_SMARTIO_NEW is not set 868 722 # CONFIG_ISI is not set 869 723 # CONFIG_SYNCLINKMP is not set 870 724 # CONFIG_SYNCLINK_GT is not set 871 725 # CONFIG_N_HDLC is not set 726 + # CONFIG_RISCOM8 is not set 872 727 # CONFIG_SPECIALIX is not set 873 728 # CONFIG_SX is not set 874 729 # CONFIG_RIO is not set 875 730 # CONFIG_STALDRV is not set 731 + # CONFIG_NOZOMI is not set 876 732 CONFIG_SGI_SNSC=y 877 733 CONFIG_SGI_TIOCX=y 878 734 CONFIG_SGI_MBCS=m ··· 905 759 CONFIG_LEGACY_PTYS=y 906 760 CONFIG_LEGACY_PTY_COUNT=256 907 761 # CONFIG_IPMI_HANDLER is not set 908 - # CONFIG_WATCHDOG is not set 909 762 # CONFIG_HW_RANDOM is not set 910 763 CONFIG_EFI_RTC=y 911 764 # CONFIG_R3964 is not set 912 765 # CONFIG_APPLICOM is not set 766 + CONFIG_RAW_DRIVER=m 767 + CONFIG_MAX_RAW_DEVS=256 768 + CONFIG_HPET=y 769 + CONFIG_HPET_MMAP=y 770 + # CONFIG_HANGCHECK_TIMER is not set 771 + CONFIG_MMTIMER=y 772 + # CONFIG_TCG_TPM is not set 773 + CONFIG_DEVPORT=y 774 + # CONFIG_I2C is not set 775 + # CONFIG_SPI is not set 776 + # CONFIG_W1 is not set 777 + CONFIG_POWER_SUPPLY=y 778 + # CONFIG_POWER_SUPPLY_DEBUG is not set 779 + # CONFIG_PDA_POWER is not set 780 + # CONFIG_BATTERY_DS2760 is not set 781 + CONFIG_HWMON=y 782 + # CONFIG_HWMON_VID is not set 783 + # CONFIG_SENSORS_I5K_AMB is not set 784 + # CONFIG_SENSORS_F71805F is not set 785 + # CONFIG_SENSORS_F71882FG is not set 786 + # CONFIG_SENSORS_IT87 is not set 787 + # CONFIG_SENSORS_PC87360 is not set 788 + # CONFIG_SENSORS_PC87427 is not set 789 + # CONFIG_SENSORS_SIS5595 is not set 790 + # CONFIG_SENSORS_SMSC47M1 is not set 791 + # CONFIG_SENSORS_SMSC47B397 is not set 792 + # CONFIG_SENSORS_VIA686A is not set 793 + # CONFIG_SENSORS_VT1211 is not set 794 + # CONFIG_SENSORS_VT8231 is not set 795 + # CONFIG_SENSORS_W83627HF is not set 796 + # CONFIG_SENSORS_W83627EHF is not set 797 + # CONFIG_HWMON_DEBUG_CHIP is not set 798 + CONFIG_THERMAL=m 799 + # CONFIG_THERMAL_HWMON is not set 800 + # CONFIG_WATCHDOG is not set 801 + 802 + # 803 + # Sonics Silicon Backplane 804 + # 805 + CONFIG_SSB_POSSIBLE=y 806 + # CONFIG_SSB is not set 807 + 808 + # 809 + # Multifunction device drivers 810 + # 811 + # CONFIG_MFD_CORE is not set 812 + # CONFIG_MFD_SM501 is not set 813 + # CONFIG_HTC_PASIC3 is not set 814 + 815 + # 816 + # Multimedia devices 817 + # 818 + 819 + # 820 + # Multimedia core support 821 + # 822 + # CONFIG_VIDEO_DEV is not set 823 + # CONFIG_DVB_CORE is not set 824 + # CONFIG_VIDEO_MEDIA is not set 825 + 826 + # 827 + # Multimedia drivers 828 + # 829 + CONFIG_DAB=y 830 + # CONFIG_USB_DABUSB is not set 831 + 832 + # 833 + # Graphics support 834 + # 913 835 CONFIG_AGP=m 914 836 CONFIG_AGP_I460=m 915 837 CONFIG_AGP_HP_ZX1=m ··· 990 776 CONFIG_DRM_SIS=m 991 777 # CONFIG_DRM_VIA is not set 992 778 # CONFIG_DRM_SAVAGE is not set 993 - CONFIG_RAW_DRIVER=m 994 - CONFIG_MAX_RAW_DEVS=256 995 - CONFIG_HPET=y 996 - # CONFIG_HPET_RTC_IRQ is not set 997 - CONFIG_HPET_MMAP=y 998 - # CONFIG_HANGCHECK_TIMER is not set 999 - CONFIG_MMTIMER=y 1000 - # CONFIG_TCG_TPM is not set 1001 - CONFIG_DEVPORT=y 1002 - # CONFIG_I2C is not set 1003 - 1004 - # 1005 - # SPI support 1006 - # 1007 - # CONFIG_SPI is not set 1008 - # CONFIG_SPI_MASTER is not set 1009 - # CONFIG_W1 is not set 1010 - # CONFIG_POWER_SUPPLY is not set 1011 - CONFIG_HWMON=y 1012 - # CONFIG_HWMON_VID is not set 1013 - # CONFIG_SENSORS_ABITUGURU is not set 1014 - # CONFIG_SENSORS_F71805F is not set 1015 - # CONFIG_SENSORS_PC87427 is not set 1016 - # CONFIG_SENSORS_SMSC47M1 is not set 1017 - # CONFIG_SENSORS_SMSC47B397 is not set 1018 - # CONFIG_SENSORS_VT1211 is not set 1019 - # CONFIG_SENSORS_W83627HF is not set 1020 - # CONFIG_HWMON_DEBUG_CHIP is not set 1021 - 1022 - # 1023 - # Multifunction device drivers 1024 - # 1025 - # CONFIG_MFD_SM501 is not set 1026 - 1027 - # 1028 - # Multimedia devices 1029 - # 1030 - # CONFIG_VIDEO_DEV is not set 1031 - # CONFIG_DVB_CORE is not set 1032 - CONFIG_DAB=y 1033 - # CONFIG_USB_DABUSB is not set 1034 - 1035 - # 1036 - # Graphics support 1037 - # 779 + # CONFIG_VGASTATE is not set 780 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 781 + # CONFIG_FB is not set 1038 782 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1039 783 1040 784 # 1041 785 # Display device support 1042 786 # 1043 787 # CONFIG_DISPLAY_SUPPORT is not set 1044 - # CONFIG_VGASTATE is not set 1045 - # CONFIG_FB is not set 1046 788 1047 789 # 1048 790 # Console display driver support ··· 1006 836 CONFIG_VGA_CONSOLE=y 1007 837 # CONFIG_VGACON_SOFT_SCROLLBACK is not set 1008 838 CONFIG_DUMMY_CONSOLE=y 1009 - 1010 - # 1011 - # Sound 1012 - # 1013 839 CONFIG_SOUND=m 1014 - 1015 - # 1016 - # Advanced Linux Sound Architecture 1017 - # 1018 840 CONFIG_SND=m 1019 841 CONFIG_SND_TIMER=m 1020 842 CONFIG_SND_PCM=m ··· 1024 862 CONFIG_SND_VERBOSE_PROCFS=y 1025 863 CONFIG_SND_VERBOSE_PRINTK=y 1026 864 # CONFIG_SND_DEBUG is not set 1027 - 1028 - # 1029 - # Generic devices 1030 - # 865 + CONFIG_SND_VMASTER=y 1031 866 CONFIG_SND_MPU401_UART=m 1032 867 CONFIG_SND_OPL3_LIB=m 1033 868 CONFIG_SND_AC97_CODEC=m 869 + CONFIG_SND_DRIVERS=y 1034 870 CONFIG_SND_DUMMY=m 1035 871 CONFIG_SND_VIRMIDI=m 1036 872 CONFIG_SND_MTPAV=m 1037 873 CONFIG_SND_SERIAL_U16550=m 1038 874 CONFIG_SND_MPU401=m 1039 - 1040 - # 1041 - # PCI devices 1042 - # 875 + # CONFIG_SND_AC97_POWER_SAVE is not set 876 + CONFIG_SND_PCI=y 1043 877 # CONFIG_SND_AD1889 is not set 1044 878 # CONFIG_SND_ALS300 is not set 1045 879 # CONFIG_SND_ALI5451 is not set ··· 1044 886 # CONFIG_SND_AU8810 is not set 1045 887 # CONFIG_SND_AU8820 is not set 1046 888 # CONFIG_SND_AU8830 is not set 889 + # CONFIG_SND_AW2 is not set 1047 890 # CONFIG_SND_AZT3328 is not set 1048 891 # CONFIG_SND_BT87X is not set 1049 892 # CONFIG_SND_CA0106 is not set 1050 893 # CONFIG_SND_CMIPCI is not set 894 + # CONFIG_SND_OXYGEN is not set 1051 895 CONFIG_SND_CS4281=m 1052 896 CONFIG_SND_CS46XX=m 1053 897 CONFIG_SND_CS46XX_NEW_DSP=y ··· 1072 912 # CONFIG_SND_ES1938 is not set 1073 913 # CONFIG_SND_ES1968 is not set 1074 914 CONFIG_SND_FM801=m 1075 - # CONFIG_SND_FM801_TEA575X_BOOL is not set 1076 915 # CONFIG_SND_HDA_INTEL is not set 1077 916 # CONFIG_SND_HDSP is not set 1078 917 # CONFIG_SND_HDSPM is not set 918 + # CONFIG_SND_HIFIER is not set 1079 919 # CONFIG_SND_ICE1712 is not set 1080 920 # CONFIG_SND_ICE1724 is not set 1081 921 # CONFIG_SND_INTEL8X0 is not set ··· 1093 933 # CONFIG_SND_TRIDENT is not set 1094 934 # CONFIG_SND_VIA82XX is not set 1095 935 # CONFIG_SND_VIA82XX_MODEM is not set 936 + # CONFIG_SND_VIRTUOSO is not set 1096 937 # CONFIG_SND_VX222 is not set 1097 938 # CONFIG_SND_YMFPCI is not set 1098 - # CONFIG_SND_AC97_POWER_SAVE is not set 1099 - 1100 - # 1101 - # USB devices 1102 - # 939 + CONFIG_SND_USB=y 1103 940 # CONFIG_SND_USB_AUDIO is not set 1104 941 # CONFIG_SND_USB_CAIAQ is not set 1105 - 1106 - # 1107 - # System on Chip audio support 1108 - # 1109 942 # CONFIG_SND_SOC is not set 1110 - 1111 - # 1112 - # Open Sound System 1113 - # 1114 943 # CONFIG_SOUND_PRIME is not set 1115 944 CONFIG_AC97_BUS=m 1116 945 CONFIG_HID_SUPPORT=y 1117 946 CONFIG_HID=y 1118 947 # CONFIG_HID_DEBUG is not set 948 + # CONFIG_HIDRAW is not set 1119 949 1120 950 # 1121 951 # USB Input Devices ··· 1126 976 CONFIG_USB_ARCH_HAS_EHCI=y 1127 977 CONFIG_USB=m 1128 978 # CONFIG_USB_DEBUG is not set 979 + # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set 1129 980 1130 981 # 1131 982 # Miscellaneous USB options ··· 1135 984 CONFIG_USB_DEVICE_CLASS=y 1136 985 # CONFIG_USB_DYNAMIC_MINORS is not set 1137 986 # CONFIG_USB_SUSPEND is not set 1138 - # CONFIG_USB_PERSIST is not set 1139 987 # CONFIG_USB_OTG is not set 1140 988 1141 989 # 1142 990 # USB Host Controller Drivers 1143 991 # 992 + # CONFIG_USB_C67X00_HCD is not set 1144 993 CONFIG_USB_EHCI_HCD=m 1145 - # CONFIG_USB_EHCI_SPLIT_ISO is not set 1146 994 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1147 995 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1148 996 # CONFIG_USB_ISP116X_HCD is not set 997 + # CONFIG_USB_ISP1760_HCD is not set 1149 998 CONFIG_USB_OHCI_HCD=m 1150 999 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 1151 1000 # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set ··· 1159 1008 # 1160 1009 # CONFIG_USB_ACM is not set 1161 1010 # CONFIG_USB_PRINTER is not set 1011 + # CONFIG_USB_WDM is not set 1162 1012 1163 1013 # 1164 1014 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1179 1027 # CONFIG_USB_STORAGE_SDDR55 is not set 1180 1028 # CONFIG_USB_STORAGE_JUMPSHOT is not set 1181 1029 # CONFIG_USB_STORAGE_ALAUDA is not set 1030 + # CONFIG_USB_STORAGE_ONETOUCH is not set 1182 1031 # CONFIG_USB_STORAGE_KARMA is not set 1032 + # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1183 1033 # CONFIG_USB_LIBUSUAL is not set 1184 1034 1185 1035 # ··· 1193 1039 1194 1040 # 1195 1041 # USB port drivers 1196 - # 1197 - 1198 - # 1199 - # USB Serial Converter support 1200 1042 # 1201 1043 # CONFIG_USB_SERIAL is not set 1202 1044 ··· 1219 1069 # CONFIG_USB_TRANCEVIBRATOR is not set 1220 1070 # CONFIG_USB_IOWARRIOR is not set 1221 1071 # CONFIG_USB_TEST is not set 1222 - 1223 - # 1224 - # USB DSL modem support 1225 - # 1226 - 1227 - # 1228 - # USB Gadget Support 1229 - # 1072 + # CONFIG_USB_ISIGHTFW is not set 1230 1073 # CONFIG_USB_GADGET is not set 1231 1074 # CONFIG_MMC is not set 1232 - 1233 - # 1234 - # LED devices 1235 - # 1075 + # CONFIG_MEMSTICK is not set 1236 1076 # CONFIG_NEW_LEDS is not set 1237 - 1238 - # 1239 - # LED drivers 1240 - # 1241 - 1242 - # 1243 - # LED Triggers 1244 - # 1077 + # CONFIG_ACCESSIBILITY is not set 1245 1078 CONFIG_INFINIBAND=m 1246 1079 # CONFIG_INFINIBAND_USER_MAD is not set 1247 1080 # CONFIG_INFINIBAND_USER_ACCESS is not set 1248 1081 CONFIG_INFINIBAND_ADDR_TRANS=y 1249 1082 CONFIG_INFINIBAND_MTHCA=m 1250 1083 CONFIG_INFINIBAND_MTHCA_DEBUG=y 1084 + # CONFIG_INFINIBAND_IPATH is not set 1251 1085 # CONFIG_INFINIBAND_AMSO1100 is not set 1252 1086 # CONFIG_MLX4_INFINIBAND is not set 1087 + # CONFIG_INFINIBAND_NES is not set 1253 1088 CONFIG_INFINIBAND_IPOIB=m 1254 1089 # CONFIG_INFINIBAND_IPOIB_CM is not set 1255 1090 CONFIG_INFINIBAND_IPOIB_DEBUG=y 1256 1091 # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set 1257 1092 # CONFIG_INFINIBAND_SRP is not set 1258 1093 # CONFIG_INFINIBAND_ISER is not set 1259 - 1260 - # 1261 - # Real Time Clock 1262 - # 1263 1094 # CONFIG_RTC_CLASS is not set 1264 - 1265 - # 1266 - # DMA Engine support 1267 - # 1268 - # CONFIG_DMA_ENGINE is not set 1269 - 1270 - # 1271 - # DMA Clients 1272 - # 1273 - 1274 - # 1275 - # DMA Devices 1276 - # 1277 - 1278 - # 1279 - # Userspace I/O 1280 - # 1095 + # CONFIG_DMADEVICES is not set 1281 1096 # CONFIG_UIO is not set 1282 - # CONFIG_MSPEC is not set 1097 + CONFIG_MSPEC=m 1283 1098 1284 1099 # 1285 1100 # File systems ··· 1260 1145 CONFIG_EXT3_FS_SECURITY=y 1261 1146 # CONFIG_EXT4DEV_FS is not set 1262 1147 CONFIG_JBD=y 1263 - # CONFIG_JBD_DEBUG is not set 1264 1148 CONFIG_FS_MBCACHE=y 1265 1149 CONFIG_REISERFS_FS=y 1266 1150 # CONFIG_REISERFS_CHECK is not set ··· 1271 1157 CONFIG_FS_POSIX_ACL=y 1272 1158 CONFIG_XFS_FS=y 1273 1159 # CONFIG_XFS_QUOTA is not set 1274 - # CONFIG_XFS_SECURITY is not set 1275 1160 # CONFIG_XFS_POSIX_ACL is not set 1276 1161 # CONFIG_XFS_RT is not set 1162 + # CONFIG_XFS_DEBUG is not set 1277 1163 # CONFIG_GFS2_FS is not set 1278 1164 # CONFIG_OCFS2_FS is not set 1279 - # CONFIG_MINIX_FS is not set 1280 - # CONFIG_ROMFS_FS is not set 1165 + CONFIG_DNOTIFY=y 1281 1166 CONFIG_INOTIFY=y 1282 1167 CONFIG_INOTIFY_USER=y 1283 1168 # CONFIG_QUOTA is not set 1284 - CONFIG_DNOTIFY=y 1285 1169 CONFIG_AUTOFS_FS=y 1286 1170 CONFIG_AUTOFS4_FS=y 1287 1171 # CONFIG_FUSE_FS is not set ··· 1317 1205 # CONFIG_TMPFS_POSIX_ACL is not set 1318 1206 CONFIG_HUGETLBFS=y 1319 1207 CONFIG_HUGETLB_PAGE=y 1320 - CONFIG_RAMFS=y 1321 1208 # CONFIG_CONFIGFS_FS is not set 1322 1209 1323 1210 # ··· 1331 1220 # CONFIG_EFS_FS is not set 1332 1221 # CONFIG_CRAMFS is not set 1333 1222 # CONFIG_VXFS_FS is not set 1223 + # CONFIG_MINIX_FS is not set 1224 + # CONFIG_OMFS_FS is not set 1334 1225 # CONFIG_HPFS_FS is not set 1335 1226 # CONFIG_QNX4FS_FS is not set 1227 + # CONFIG_ROMFS_FS is not set 1336 1228 # CONFIG_SYSV_FS is not set 1337 1229 # CONFIG_UFS_FS is not set 1338 - 1339 - # 1340 - # Network File Systems 1341 - # 1230 + CONFIG_NETWORK_FILESYSTEMS=y 1342 1231 CONFIG_NFS_FS=m 1343 1232 CONFIG_NFS_V3=y 1344 1233 # CONFIG_NFS_V3_ACL is not set 1345 1234 CONFIG_NFS_V4=y 1346 - CONFIG_NFS_DIRECTIO=y 1347 1235 CONFIG_NFSD=m 1348 1236 CONFIG_NFSD_V3=y 1349 1237 # CONFIG_NFSD_V3_ACL is not set 1350 1238 CONFIG_NFSD_V4=y 1351 - CONFIG_NFSD_TCP=y 1352 1239 CONFIG_LOCKD=m 1353 1240 CONFIG_LOCKD_V4=y 1354 1241 CONFIG_EXPORTFS=m 1355 1242 CONFIG_NFS_COMMON=y 1356 1243 CONFIG_SUNRPC=m 1357 1244 CONFIG_SUNRPC_GSS=m 1358 - # CONFIG_SUNRPC_BIND34 is not set 1359 - CONFIG_RPCSEC_GSS_KRB5=y 1245 + CONFIG_SUNRPC_XPRT_RDMA=m 1246 + CONFIG_RPCSEC_GSS_KRB5=m 1360 1247 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1361 1248 CONFIG_SMB_FS=m 1362 1249 CONFIG_SMB_NLS_DEFAULT=y ··· 1390 1281 # CONFIG_KARMA_PARTITION is not set 1391 1282 CONFIG_EFI_PARTITION=y 1392 1283 # CONFIG_SYSV68_PARTITION is not set 1393 - 1394 - # 1395 - # Native Language Support 1396 - # 1397 1284 CONFIG_NLS=y 1398 1285 CONFIG_NLS_DEFAULT="iso8859-1" 1399 1286 CONFIG_NLS_CODEPAGE_437=y ··· 1430 1325 CONFIG_NLS_KOI8_R=m 1431 1326 CONFIG_NLS_KOI8_U=m 1432 1327 CONFIG_NLS_UTF8=m 1433 - 1434 - # 1435 - # Distributed Lock Manager 1436 - # 1437 1328 # CONFIG_DLM is not set 1329 + CONFIG_HAVE_KVM=y 1330 + CONFIG_VIRTUALIZATION=y 1331 + # CONFIG_KVM is not set 1438 1332 1439 1333 # 1440 1334 # Library routines 1441 1335 # 1442 1336 CONFIG_BITREVERSE=y 1337 + # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1443 1338 # CONFIG_CRC_CCITT is not set 1444 1339 # CONFIG_CRC16 is not set 1445 - # CONFIG_CRC_ITU_T is not set 1340 + CONFIG_CRC_T10DIF=y 1341 + CONFIG_CRC_ITU_T=m 1446 1342 CONFIG_CRC32=y 1447 1343 # CONFIG_CRC7 is not set 1448 1344 # CONFIG_LIBCRC32C is not set 1345 + CONFIG_GENERIC_ALLOCATOR=y 1449 1346 CONFIG_PLIST=y 1450 1347 CONFIG_HAS_IOMEM=y 1451 1348 CONFIG_HAS_IOPORT=y ··· 1465 1358 # CONFIG_HP_SIMSCSI is not set 1466 1359 1467 1360 # 1468 - # Instrumentation Support 1469 - # 1470 - # CONFIG_PROFILING is not set 1471 - # CONFIG_KPROBES is not set 1472 - 1473 - # 1474 1361 # Kernel hacking 1475 1362 # 1476 1363 # CONFIG_PRINTK_TIME is not set 1364 + CONFIG_ENABLE_WARN_DEPRECATED=y 1477 1365 CONFIG_ENABLE_MUST_CHECK=y 1366 + CONFIG_FRAME_WARN=2048 1478 1367 CONFIG_MAGIC_SYSRQ=y 1479 1368 # CONFIG_UNUSED_SYMBOLS is not set 1480 1369 # CONFIG_DEBUG_FS is not set ··· 1478 1375 CONFIG_DEBUG_KERNEL=y 1479 1376 # CONFIG_DEBUG_SHIRQ is not set 1480 1377 CONFIG_DETECT_SOFTLOCKUP=y 1378 + # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set 1379 + CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 1481 1380 CONFIG_SCHED_DEBUG=y 1482 1381 # CONFIG_SCHEDSTATS is not set 1483 1382 # CONFIG_TIMER_STATS is not set 1484 - # CONFIG_DEBUG_SLAB is not set 1383 + # CONFIG_DEBUG_OBJECTS is not set 1384 + # CONFIG_SLUB_DEBUG_ON is not set 1385 + # CONFIG_SLUB_STATS is not set 1485 1386 # CONFIG_DEBUG_RT_MUTEXES is not set 1486 1387 # CONFIG_RT_MUTEX_TESTER is not set 1487 1388 # CONFIG_DEBUG_SPINLOCK is not set ··· 1495 1388 # CONFIG_DEBUG_KOBJECT is not set 1496 1389 # CONFIG_DEBUG_INFO is not set 1497 1390 # CONFIG_DEBUG_VM is not set 1391 + # CONFIG_DEBUG_WRITECOUNT is not set 1392 + CONFIG_DEBUG_MEMORY_INIT=y 1498 1393 # CONFIG_DEBUG_LIST is not set 1499 - CONFIG_FORCED_INLINING=y 1394 + # CONFIG_DEBUG_SG is not set 1395 + # CONFIG_BOOT_PRINTK_DELAY is not set 1500 1396 # CONFIG_RCU_TORTURE_TEST is not set 1397 + # CONFIG_BACKTRACE_SELF_TEST is not set 1501 1398 # CONFIG_FAULT_INJECTION is not set 1399 + # CONFIG_SAMPLES is not set 1502 1400 CONFIG_IA64_GRANULE_16MB=y 1503 1401 # CONFIG_IA64_GRANULE_64MB is not set 1504 1402 # CONFIG_IA64_PRINT_HAZARDS is not set ··· 1517 1405 # 1518 1406 # CONFIG_KEYS is not set 1519 1407 # CONFIG_SECURITY is not set 1408 + # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1520 1409 CONFIG_CRYPTO=y 1410 + 1411 + # 1412 + # Crypto core or helper 1413 + # 1521 1414 CONFIG_CRYPTO_ALGAPI=y 1522 1415 CONFIG_CRYPTO_BLKCIPHER=m 1523 1416 CONFIG_CRYPTO_MANAGER=m 1417 + # CONFIG_CRYPTO_GF128MUL is not set 1418 + # CONFIG_CRYPTO_NULL is not set 1419 + # CONFIG_CRYPTO_CRYPTD is not set 1420 + # CONFIG_CRYPTO_AUTHENC is not set 1421 + # CONFIG_CRYPTO_TEST is not set 1422 + 1423 + # 1424 + # Authenticated Encryption with Associated Data 1425 + # 1426 + # CONFIG_CRYPTO_CCM is not set 1427 + # CONFIG_CRYPTO_GCM is not set 1428 + # CONFIG_CRYPTO_SEQIV is not set 1429 + 1430 + # 1431 + # Block modes 1432 + # 1433 + CONFIG_CRYPTO_CBC=m 1434 + # CONFIG_CRYPTO_CTR is not set 1435 + # CONFIG_CRYPTO_CTS is not set 1436 + CONFIG_CRYPTO_ECB=m 1437 + # CONFIG_CRYPTO_LRW is not set 1438 + CONFIG_CRYPTO_PCBC=m 1439 + # CONFIG_CRYPTO_XTS is not set 1440 + 1441 + # 1442 + # Hash modes 1443 + # 1524 1444 # CONFIG_CRYPTO_HMAC is not set 1525 1445 # CONFIG_CRYPTO_XCBC is not set 1526 - # CONFIG_CRYPTO_NULL is not set 1446 + 1447 + # 1448 + # Digest 1449 + # 1450 + # CONFIG_CRYPTO_CRC32C is not set 1527 1451 # CONFIG_CRYPTO_MD4 is not set 1528 1452 CONFIG_CRYPTO_MD5=y 1453 + # CONFIG_CRYPTO_MICHAEL_MIC is not set 1454 + # CONFIG_CRYPTO_RMD128 is not set 1455 + # CONFIG_CRYPTO_RMD160 is not set 1456 + # CONFIG_CRYPTO_RMD256 is not set 1457 + # CONFIG_CRYPTO_RMD320 is not set 1529 1458 # CONFIG_CRYPTO_SHA1 is not set 1530 1459 # CONFIG_CRYPTO_SHA256 is not set 1531 1460 # CONFIG_CRYPTO_SHA512 is not set 1532 - # CONFIG_CRYPTO_WP512 is not set 1533 1461 # CONFIG_CRYPTO_TGR192 is not set 1534 - # CONFIG_CRYPTO_GF128MUL is not set 1535 - CONFIG_CRYPTO_ECB=m 1536 - CONFIG_CRYPTO_CBC=m 1537 - CONFIG_CRYPTO_PCBC=m 1538 - # CONFIG_CRYPTO_LRW is not set 1539 - # CONFIG_CRYPTO_CRYPTD is not set 1540 - CONFIG_CRYPTO_DES=m 1541 - # CONFIG_CRYPTO_FCRYPT is not set 1542 - # CONFIG_CRYPTO_BLOWFISH is not set 1543 - # CONFIG_CRYPTO_TWOFISH is not set 1544 - # CONFIG_CRYPTO_SERPENT is not set 1462 + # CONFIG_CRYPTO_WP512 is not set 1463 + 1464 + # 1465 + # Ciphers 1466 + # 1545 1467 # CONFIG_CRYPTO_AES is not set 1468 + # CONFIG_CRYPTO_ANUBIS is not set 1469 + # CONFIG_CRYPTO_ARC4 is not set 1470 + # CONFIG_CRYPTO_BLOWFISH is not set 1471 + # CONFIG_CRYPTO_CAMELLIA is not set 1546 1472 # CONFIG_CRYPTO_CAST5 is not set 1547 1473 # CONFIG_CRYPTO_CAST6 is not set 1548 - # CONFIG_CRYPTO_TEA is not set 1549 - # CONFIG_CRYPTO_ARC4 is not set 1474 + CONFIG_CRYPTO_DES=m 1475 + # CONFIG_CRYPTO_FCRYPT is not set 1550 1476 # CONFIG_CRYPTO_KHAZAD is not set 1551 - # CONFIG_CRYPTO_ANUBIS is not set 1477 + # CONFIG_CRYPTO_SALSA20 is not set 1478 + # CONFIG_CRYPTO_SEED is not set 1479 + # CONFIG_CRYPTO_SERPENT is not set 1480 + # CONFIG_CRYPTO_TEA is not set 1481 + # CONFIG_CRYPTO_TWOFISH is not set 1482 + 1483 + # 1484 + # Compression 1485 + # 1552 1486 # CONFIG_CRYPTO_DEFLATE is not set 1553 - # CONFIG_CRYPTO_MICHAEL_MIC is not set 1554 - # CONFIG_CRYPTO_CRC32C is not set 1555 - # CONFIG_CRYPTO_CAMELLIA is not set 1556 - # CONFIG_CRYPTO_TEST is not set 1487 + # CONFIG_CRYPTO_LZO is not set 1557 1488 CONFIG_CRYPTO_HW=y 1489 + # CONFIG_CRYPTO_DEV_HIFN_795X is not set
+1
arch/ia64/kernel/.gitignore
··· 1 1 gate.lds 2 + vmlinux.lds
+2 -2
arch/ia64/kernel/ivt.S
··· 1243 1243 1244 1244 add r17=r17,r18 // now add the offset 1245 1245 ;; 1246 - MOV_FROM_IIP(r17) 1246 + MOV_TO_IIP(r17, r19) 1247 1247 dep r16=0,r16,41,2 // clear EI 1248 1248 ;; 1249 1249 1250 - MOV_FROM_IPSR(p0, r16) 1250 + MOV_TO_IPSR(p0, r16, r19) 1251 1251 ;; 1252 1252 1253 1253 RFI
+2 -2
drivers/misc/Kconfig
··· 427 427 config SGI_XP 428 428 tristate "Support communication between SGI SSIs" 429 429 depends on NET 430 - depends on IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || (X86_64 && SMP) 430 + depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_64) && SMP 431 431 select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 432 432 select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 433 - select SGI_GRU if IA64_GENERIC || IA64_SGI_UV || (X86_64 && SMP) 433 + select SGI_GRU if (IA64_GENERIC || IA64_SGI_UV || X86_64) && SMP 434 434 ---help--- 435 435 An SGI machine can be divided into multiple Single System 436 436 Images which act independently of each other and have