Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus

* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] Au1200: MMC resource size off by one
[MIPS] TANBAC: Update defconfig
[MIPS] Vr41xx: Initialize PCI io_map_base
[MIPS] Malta: Always compile MTD platform device registration code.
[MIPS] Malta: Fix build errors for 64-bit kernels
[MIPS] Lasat: sysctl fixup
[MIPS] Fix buggy use of kmap_coherent.
[MIPS] Lasat: bring back from the dead
[MIPS] vpe_id is required for VSMP and SMTC builds
[MIPS] Export smp_call_function and smp_call_function_single.
[MIPS] Bring the SWARM defconfig up to date
[MIPS] Sibyte: Build RTC support as an object
[MIPS] Fix the fix for divide by zero error in build_{clear,copy}_page
[MIPS] Fix build for PNX platforms.
[MIPS] Add RM200 with R5000 CPU to known ARC machines
[MIPS] Better load address for big endian SNI RM
[MIPS] SB1250: Initialize io_map_base
[MIPS] Alchemy: Add au1500 reserved interrupt
[MIPS] Export empty_zero_page for sake of the ext4 module.

+816 -822
+11 -7
arch/mips/Makefile
··· 538 # Sibyte SWARM board 539 # Sibyte BCM91x80 (BigSur) board 540 # 541 - libs-$(CONFIG_SIBYTE_CARMEL) += arch/mips/sibyte/swarm/ 542 load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000 543 - libs-$(CONFIG_SIBYTE_CRHINE) += arch/mips/sibyte/swarm/ 544 load-$(CONFIG_SIBYTE_CRHINE) := 0xffffffff80100000 545 - libs-$(CONFIG_SIBYTE_CRHONE) += arch/mips/sibyte/swarm/ 546 load-$(CONFIG_SIBYTE_CRHONE) := 0xffffffff80100000 547 - libs-$(CONFIG_SIBYTE_RHONE) += arch/mips/sibyte/swarm/ 548 load-$(CONFIG_SIBYTE_RHONE) := 0xffffffff80100000 549 - libs-$(CONFIG_SIBYTE_SENTOSA) += arch/mips/sibyte/swarm/ 550 load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000 551 - libs-$(CONFIG_SIBYTE_SWARM) += arch/mips/sibyte/swarm/ 552 load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000 553 - libs-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/ 554 load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 555 556 # ··· 565 # 566 core-$(CONFIG_SNI_RM) += arch/mips/sni/ 567 cflags-$(CONFIG_SNI_RM) += -Iinclude/asm-mips/mach-rm 568 load-$(CONFIG_SNI_RM) += 0xffffffff80600000 569 all-$(CONFIG_SNI_RM) := vmlinux.ecoff 570 571 #
··· 538 # Sibyte SWARM board 539 # Sibyte BCM91x80 (BigSur) board 540 # 541 + core-$(CONFIG_SIBYTE_CARMEL) += arch/mips/sibyte/swarm/ 542 load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000 543 + core-$(CONFIG_SIBYTE_CRHINE) += arch/mips/sibyte/swarm/ 544 load-$(CONFIG_SIBYTE_CRHINE) := 0xffffffff80100000 545 + core-$(CONFIG_SIBYTE_CRHONE) += arch/mips/sibyte/swarm/ 546 load-$(CONFIG_SIBYTE_CRHONE) := 0xffffffff80100000 547 + core-$(CONFIG_SIBYTE_RHONE) += arch/mips/sibyte/swarm/ 548 load-$(CONFIG_SIBYTE_RHONE) := 0xffffffff80100000 549 + core-$(CONFIG_SIBYTE_SENTOSA) += arch/mips/sibyte/swarm/ 550 load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000 551 + core-$(CONFIG_SIBYTE_SWARM) += arch/mips/sibyte/swarm/ 552 load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000 553 + core-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/ 554 load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 555 556 # ··· 565 # 566 core-$(CONFIG_SNI_RM) += arch/mips/sni/ 567 cflags-$(CONFIG_SNI_RM) += -Iinclude/asm-mips/mach-rm 568 + ifdef CONFIG_CPU_LITTLE_ENDIAN 569 load-$(CONFIG_SNI_RM) += 0xffffffff80600000 570 + else 571 + load-$(CONFIG_SNI_RM) += 0xffffffff80030000 572 + endif 573 all-$(CONFIG_SNI_RM) := vmlinux.ecoff 574 575 #
+2 -2
arch/mips/au1000/common/platform.c
··· 165 static struct resource au1xxx_mmc_resources[] = { 166 [0] = { 167 .start = SD0_PHYS_ADDR, 168 - .end = SD0_PHYS_ADDR + 0x40, 169 .flags = IORESOURCE_MEM, 170 }, 171 [1] = { 172 .start = SD1_PHYS_ADDR, 173 - .end = SD1_PHYS_ADDR + 0x40, 174 .flags = IORESOURCE_MEM, 175 }, 176 [2] = {
··· 165 static struct resource au1xxx_mmc_resources[] = { 166 [0] = { 167 .start = SD0_PHYS_ADDR, 168 + .end = SD0_PHYS_ADDR + 0x7ffff, 169 .flags = IORESOURCE_MEM, 170 }, 171 [1] = { 172 .start = SD1_PHYS_ADDR, 173 + .end = SD1_PHYS_ADDR + 0x7ffff, 174 .flags = IORESOURCE_MEM, 175 }, 176 [2] = {
+369 -331
arch/mips/configs/sb1250-swarm_defconfig
··· 1 # 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20 4 - # Tue Feb 20 21:47:40 2007 5 # 6 CONFIG_MIPS=y 7 8 # 9 # Machine selection 10 # 11 - CONFIG_ZONE_DMA=y 12 - # CONFIG_MIPS_MTX1 is not set 13 - # CONFIG_MIPS_BOSPORUS is not set 14 - # CONFIG_MIPS_PB1000 is not set 15 - # CONFIG_MIPS_PB1100 is not set 16 - # CONFIG_MIPS_PB1500 is not set 17 - # CONFIG_MIPS_PB1550 is not set 18 - # CONFIG_MIPS_PB1200 is not set 19 - # CONFIG_MIPS_DB1000 is not set 20 - # CONFIG_MIPS_DB1100 is not set 21 - # CONFIG_MIPS_DB1500 is not set 22 - # CONFIG_MIPS_DB1550 is not set 23 - # CONFIG_MIPS_DB1200 is not set 24 - # CONFIG_MIPS_MIRAGE is not set 25 # CONFIG_BASLER_EXCITE is not set 26 # CONFIG_MIPS_COBALT is not set 27 # CONFIG_MACH_DECSTATION is not set 28 # CONFIG_MACH_JAZZ is not set 29 # CONFIG_MIPS_ATLAS is not set 30 # CONFIG_MIPS_MALTA is not set 31 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 36 # CONFIG_PNX8550_JBS is not set 37 # CONFIG_PNX8550_STB810 is not set 38 - # CONFIG_MACH_VR41XX is not set 39 # CONFIG_PMC_YOSEMITE is not set 40 - # CONFIG_MARKEINS is not set 41 # CONFIG_SGI_IP22 is not set 42 # CONFIG_SGI_IP27 is not set 43 # CONFIG_SGI_IP32 is not set 44 - # CONFIG_SIBYTE_BIGSUR is not set 45 - CONFIG_SIBYTE_SWARM=y 46 - # CONFIG_SIBYTE_SENTOSA is not set 47 - # CONFIG_SIBYTE_RHONE is not set 48 - # CONFIG_SIBYTE_CARMEL is not set 49 - # CONFIG_SIBYTE_LITTLESUR is not set 50 # CONFIG_SIBYTE_CRHINE is not set 51 # CONFIG_SIBYTE_CRHONE is not set 52 # CONFIG_SNI_RM is not set 53 # CONFIG_TOSHIBA_JMR3927 is not set 54 # CONFIG_TOSHIBA_RBTX4927 is not set 55 # CONFIG_TOSHIBA_RBTX4938 is not set 56 CONFIG_SIBYTE_SB1250=y 57 CONFIG_SIBYTE_SB1xxx_SOC=y 58 - CONFIG_CPU_SB1_PASS_1=y 59 # CONFIG_CPU_SB1_PASS_2_1250 is not set 60 - # CONFIG_CPU_SB1_PASS_2_2 is not set 61 # CONFIG_CPU_SB1_PASS_4 is not set 62 # CONFIG_CPU_SB1_PASS_2_112x is not set 63 # CONFIG_CPU_SB1_PASS_3 is not set 64 CONFIG_SIBYTE_HAS_LDT=y 65 # CONFIG_SIMULATION is not set 66 # CONFIG_SB1_CEX_ALWAYS_FATAL is not set 67 # CONFIG_SB1_CERR_STALL is not set ··· 60 # CONFIG_SIBYTE_CFE_CONSOLE is not set 61 # CONFIG_SIBYTE_BUS_WATCHER is not set 62 # CONFIG_SIBYTE_TBPROF is not set 63 CONFIG_RWSEM_GENERIC_SPINLOCK=y 64 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 65 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 66 CONFIG_GENERIC_FIND_NEXT_BIT=y 67 CONFIG_GENERIC_HWEIGHT=y 68 CONFIG_GENERIC_CALIBRATE_DELAY=y 69 CONFIG_GENERIC_TIME=y 70 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 71 # CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ is not set 72 CONFIG_DMA_COHERENT=y 73 CONFIG_CPU_BIG_ENDIAN=y 74 # CONFIG_CPU_LITTLE_ENDIAN is not set 75 CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y 76 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y 77 CONFIG_SWAP_IO_SPACE=y 78 CONFIG_BOOT_ELF32=y 79 CONFIG_MIPS_L1_CACHE_SHIFT=5 ··· 93 # 94 # CPU selection 95 # 96 # CONFIG_CPU_MIPS32_R1 is not set 97 # CONFIG_CPU_MIPS32_R2 is not set 98 # CONFIG_CPU_MIPS64_R1 is not set ··· 134 CONFIG_MIPS_MT_DISABLED=y 135 # CONFIG_MIPS_MT_SMP is not set 136 # CONFIG_MIPS_MT_SMTC is not set 137 - # CONFIG_MIPS_VPE_LOADER is not set 138 - CONFIG_SB1_PASS_1_WORKAROUNDS=y 139 CONFIG_CPU_HAS_LLSC=y 140 CONFIG_CPU_HAS_SYNC=y 141 CONFIG_GENERIC_HARDIRQS=y ··· 143 CONFIG_CPU_SUPPORTS_HIGHMEM=y 144 CONFIG_SYS_SUPPORTS_HIGHMEM=y 145 CONFIG_ARCH_FLATMEM_ENABLE=y 146 CONFIG_SELECT_MEMORY_MODEL=y 147 CONFIG_FLATMEM_MANUAL=y 148 # CONFIG_DISCONTIGMEM_MANUAL is not set ··· 151 CONFIG_FLATMEM=y 152 CONFIG_FLAT_NODE_MEM_MAP=y 153 # CONFIG_SPARSEMEM_STATIC is not set 154 CONFIG_SPLIT_PTLOCK_CPUS=4 155 CONFIG_RESOURCES_64BIT=y 156 - CONFIG_ZONE_DMA_FLAG=1 157 CONFIG_SMP=y 158 CONFIG_SYS_SUPPORTS_SMP=y 159 CONFIG_NR_CPUS_DEFAULT_2=y 160 CONFIG_NR_CPUS=2 161 # CONFIG_HZ_48 is not set 162 # CONFIG_HZ_100 is not set 163 # CONFIG_HZ_128 is not set ··· 176 CONFIG_PREEMPT_NONE=y 177 # CONFIG_PREEMPT_VOLUNTARY is not set 178 # CONFIG_PREEMPT is not set 179 - CONFIG_PREEMPT_BKL=y 180 # CONFIG_KEXEC is not set 181 CONFIG_LOCKDEP_SUPPORT=y 182 CONFIG_STACKTRACE_SUPPORT=y 183 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 184 185 # 186 - # Code maturity level options 187 # 188 CONFIG_EXPERIMENTAL=y 189 CONFIG_LOCK_KERNEL=y 190 CONFIG_INIT_ENV_ARG_LIMIT=32 191 - 192 - # 193 - # General setup 194 - # 195 CONFIG_LOCALVERSION="" 196 CONFIG_LOCALVERSION_AUTO=y 197 CONFIG_SWAP=y 198 CONFIG_SYSVIPC=y 199 - # CONFIG_IPC_NS is not set 200 CONFIG_SYSVIPC_SYSCTL=y 201 # CONFIG_POSIX_MQUEUE is not set 202 # CONFIG_BSD_PROCESS_ACCT is not set 203 # CONFIG_TASKSTATS is not set 204 - # CONFIG_UTS_NS is not set 205 # CONFIG_AUDIT is not set 206 # CONFIG_IKCONFIG is not set 207 CONFIG_CGROUPS=y 208 CONFIG_CPUSETS=y 209 - CONFIG_SYSFS_DEPRECATED=y 210 CONFIG_RELAY=y 211 CONFIG_INITRAMFS_SOURCE="" 212 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 213 CONFIG_SYSCTL=y ··· 230 CONFIG_PRINTK=y 231 CONFIG_BUG=y 232 CONFIG_ELF_CORE=y 233 CONFIG_BASE_FULL=y 234 CONFIG_FUTEX=y 235 CONFIG_EPOLL=y 236 CONFIG_SHMEM=y 237 - CONFIG_SLAB=y 238 CONFIG_VM_EVENT_COUNTERS=y 239 CONFIG_RT_MUTEXES=y 240 # CONFIG_TINY_SHMEM is not set 241 CONFIG_BASE_SMALL=0 242 - # CONFIG_SLOB is not set 243 - 244 - # 245 - # Loadable module support 246 - # 247 CONFIG_MODULES=y 248 CONFIG_MODULE_UNLOAD=y 249 # CONFIG_MODULE_FORCE_UNLOAD is not set ··· 260 CONFIG_MODULE_SRCVERSION_ALL=y 261 CONFIG_KMOD=y 262 CONFIG_STOP_MACHINE=y 263 - 264 - # 265 - # Block layer 266 - # 267 CONFIG_BLOCK=y 268 # CONFIG_BLK_DEV_IO_TRACE is not set 269 270 # 271 # IO Schedulers ··· 277 # CONFIG_DEFAULT_CFQ is not set 278 # CONFIG_DEFAULT_NOOP is not set 279 CONFIG_DEFAULT_IOSCHED="anticipatory" 280 281 # 282 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 283 # 284 CONFIG_HW_HAS_PCI=y 285 CONFIG_PCI=y 286 CONFIG_MMU=y 287 - 288 - # 289 - # PCCARD (PCMCIA/CardBus) support 290 - # 291 # CONFIG_PCCARD is not set 292 - 293 - # 294 - # PCI Hotplug Support 295 - # 296 # CONFIG_HOTPLUG_PCI is not set 297 298 # ··· 297 # 298 CONFIG_BINFMT_ELF=y 299 # CONFIG_BINFMT_MISC is not set 300 - # CONFIG_BUILD_ELF64 is not set 301 CONFIG_MIPS32_COMPAT=y 302 CONFIG_COMPAT=y 303 CONFIG_SYSVIPC_COMPAT=y ··· 310 CONFIG_PM=y 311 # CONFIG_PM_LEGACY is not set 312 # CONFIG_PM_DEBUG is not set 313 - # CONFIG_PM_SYSFS_DEPRECATED is not set 314 315 # 316 # Networking ··· 319 # 320 # Networking options 321 # 322 - # CONFIG_NETDEBUG is not set 323 CONFIG_PACKET=y 324 CONFIG_PACKET_MMAP=y 325 CONFIG_UNIX=y ··· 326 CONFIG_XFRM_USER=m 327 # CONFIG_XFRM_SUB_POLICY is not set 328 CONFIG_XFRM_MIGRATE=y 329 CONFIG_NET_KEY=y 330 CONFIG_NET_KEY_MIGRATE=y 331 CONFIG_INET=y ··· 349 CONFIG_INET_XFRM_MODE_TRANSPORT=m 350 CONFIG_INET_XFRM_MODE_TUNNEL=m 351 CONFIG_INET_XFRM_MODE_BEET=m 352 CONFIG_INET_DIAG=y 353 CONFIG_INET_TCP_DIAG=y 354 # CONFIG_TCP_CONG_ADVANCED is not set ··· 357 CONFIG_DEFAULT_TCP_CONG="cubic" 358 CONFIG_TCP_MD5SIG=y 359 # CONFIG_IPV6 is not set 360 - # CONFIG_INET6_XFRM_TUNNEL is not set 361 - # CONFIG_INET6_TUNNEL is not set 362 CONFIG_NETWORK_SECMARK=y 363 # CONFIG_NETFILTER is not set 364 - 365 - # 366 - # DCCP Configuration (EXPERIMENTAL) 367 - # 368 # CONFIG_IP_DCCP is not set 369 - 370 - # 371 - # SCTP Configuration (EXPERIMENTAL) 372 - # 373 - # CONFIG_IP_SCTP is not set 374 - 375 - # 376 - # TIPC Configuration (EXPERIMENTAL) 377 - # 378 # CONFIG_TIPC is not set 379 # CONFIG_ATM is not set 380 # CONFIG_BRIDGE is not set ··· 378 # CONFIG_LAPB is not set 379 # CONFIG_ECONET is not set 380 # CONFIG_WAN_ROUTER is not set 381 - 382 - # 383 - # QoS and/or fair queueing 384 - # 385 # CONFIG_NET_SCHED is not set 386 387 # 388 # Network testing 389 # 390 # CONFIG_NET_PKTGEN is not set 391 # CONFIG_HAMRADIO is not set 392 # CONFIG_IRDA is not set 393 # CONFIG_BT is not set 394 CONFIG_IEEE80211=m 395 # CONFIG_IEEE80211_DEBUG is not set 396 CONFIG_IEEE80211_CRYPT_WEP=m 397 CONFIG_IEEE80211_CRYPT_CCMP=m 398 - CONFIG_IEEE80211_SOFTMAC=m 399 - # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set 400 - CONFIG_WIRELESS_EXT=y 401 402 # 403 # Device Drivers ··· 432 # 433 # Generic Driver Options 434 # 435 CONFIG_STANDALONE=y 436 CONFIG_PREVENT_FIRMWARE_BUILD=y 437 CONFIG_FW_LOADER=m 438 # CONFIG_SYS_HYPERVISOR is not set 439 - 440 - # 441 - # Connector - unified userspace <-> kernelspace linker 442 - # 443 CONFIG_CONNECTOR=m 444 - 445 - # 446 - # Memory Technology Devices (MTD) 447 - # 448 # CONFIG_MTD is not set 449 - 450 - # 451 - # Parallel port support 452 - # 453 # CONFIG_PARPORT is not set 454 - 455 - # 456 - # Plug and Play support 457 - # 458 - # CONFIG_PNPACPI is not set 459 - 460 - # 461 - # Block devices 462 - # 463 # CONFIG_BLK_CPQ_DA is not set 464 # CONFIG_BLK_CPQ_CISS_DA is not set 465 # CONFIG_BLK_DEV_DAC960 is not set ··· 449 # CONFIG_BLK_DEV_LOOP is not set 450 # CONFIG_BLK_DEV_NBD is not set 451 # CONFIG_BLK_DEV_SX8 is not set 452 CONFIG_BLK_DEV_RAM=y 453 CONFIG_BLK_DEV_RAM_COUNT=16 454 CONFIG_BLK_DEV_RAM_SIZE=9220 455 - CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 456 - CONFIG_BLK_DEV_INITRD=y 457 CONFIG_CDROM_PKTCDVD=m 458 CONFIG_CDROM_PKTCDVD_BUFFERS=8 459 # CONFIG_CDROM_PKTCDVD_WCACHE is not set 460 CONFIG_ATA_OVER_ETH=m 461 - 462 - # 463 - # Misc devices 464 - # 465 CONFIG_SGI_IOC4=m 466 # CONFIG_TIFM_CORE is not set 467 - 468 - # 469 - # ATA/ATAPI/MFM/RLL support 470 - # 471 CONFIG_IDE=y 472 CONFIG_IDE_MAX_HWIFS=4 473 CONFIG_BLK_DEV_IDE=y 474 475 # 476 - # Please see Documentation/ide.txt for help/info on IDE drives 477 # 478 # CONFIG_BLK_DEV_IDE_SATA is not set 479 CONFIG_BLK_DEV_IDEDISK=y 480 # CONFIG_IDEDISK_MULTI_MODE is not set 481 CONFIG_BLK_DEV_IDECD=y 482 CONFIG_BLK_DEV_IDETAPE=y 483 CONFIG_BLK_DEV_IDEFLOPPY=y 484 # CONFIG_IDE_TASK_IOCTL is not set 485 486 # 487 # IDE chipset support/bugfixes 488 # 489 - CONFIG_IDE_GENERIC=y 490 - # CONFIG_BLK_DEV_IDEPCI is not set 491 CONFIG_BLK_DEV_IDE_SWARM=y 492 - # CONFIG_IDE_ARM is not set 493 # CONFIG_BLK_DEV_IDEDMA is not set 494 - # CONFIG_IDEDMA_AUTO is not set 495 # CONFIG_BLK_DEV_HD is not set 496 497 # ··· 527 # 528 CONFIG_RAID_ATTRS=m 529 # CONFIG_SCSI is not set 530 # CONFIG_SCSI_NETLINK is not set 531 - 532 - # 533 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 534 - # 535 # CONFIG_ATA is not set 536 - 537 - # 538 - # Multi-device support (RAID and LVM) 539 - # 540 # CONFIG_MD is not set 541 - 542 - # 543 - # Fusion MPT device support 544 - # 545 # CONFIG_FUSION is not set 546 547 # 548 # IEEE 1394 (FireWire) support 549 # 550 # CONFIG_IEEE1394 is not set 551 - 552 - # 553 - # I2O device support 554 - # 555 # CONFIG_I2O is not set 556 - 557 - # 558 - # Network device support 559 - # 560 CONFIG_NETDEVICES=y 561 # CONFIG_DUMMY is not set 562 # CONFIG_BONDING is not set 563 # CONFIG_EQUALIZER is not set 564 # CONFIG_TUN is not set 565 - 566 - # 567 - # ARCnet devices 568 - # 569 # CONFIG_ARCNET is not set 570 - 571 - # 572 - # PHY device support 573 - # 574 - CONFIG_PHYLIB=m 575 576 # 577 # MII PHY device drivers 578 # 579 - CONFIG_MARVELL_PHY=m 580 - CONFIG_DAVICOM_PHY=m 581 - CONFIG_QSEMI_PHY=m 582 - CONFIG_LXT_PHY=m 583 - CONFIG_CICADA_PHY=m 584 - CONFIG_VITESSE_PHY=m 585 - CONFIG_SMSC_PHY=m 586 - # CONFIG_BROADCOM_PHY is not set 587 # CONFIG_FIXED_PHY is not set 588 - 589 - # 590 - # Ethernet (10 or 100Mbit) 591 - # 592 CONFIG_NET_ETHERNET=y 593 CONFIG_MII=y 594 # CONFIG_HAPPYMEAL is not set 595 # CONFIG_SUNGEM is not set 596 # CONFIG_CASSINI is not set 597 # CONFIG_NET_VENDOR_3COM is not set 598 # CONFIG_DM9000 is not set 599 - 600 - # 601 - # Tulip family network device support 602 - # 603 # CONFIG_NET_TULIP is not set 604 # CONFIG_HP100 is not set 605 # CONFIG_NET_PCI is not set 606 - 607 - # 608 - # Ethernet (1000 Mbit) 609 - # 610 # CONFIG_ACENIC is not set 611 # CONFIG_DL2K is not set 612 # CONFIG_E1000 is not set 613 # CONFIG_NS83820 is not set 614 # CONFIG_HAMACHI is not set 615 # CONFIG_YELLOWFIN is not set ··· 597 # CONFIG_SIS190 is not set 598 # CONFIG_SKGE is not set 599 # CONFIG_SKY2 is not set 600 - # CONFIG_SK98LIN is not set 601 # CONFIG_TIGON3 is not set 602 # CONFIG_BNX2 is not set 603 - CONFIG_QLA3XXX=m 604 # CONFIG_ATL1 is not set 605 - 606 - # 607 - # Ethernet (10000 Mbit) 608 - # 609 # CONFIG_CHELSIO_T1 is not set 610 - CONFIG_CHELSIO_T3=m 611 # CONFIG_IXGB is not set 612 # CONFIG_S2IO is not set 613 # CONFIG_MYRI10GE is not set 614 - CONFIG_NETXEN_NIC=m 615 - 616 - # 617 - # Token Ring devices 618 - # 619 # CONFIG_TR is not set 620 621 # 622 - # Wireless LAN (non-hamradio) 623 # 624 - # CONFIG_NET_RADIO is not set 625 626 # 627 - # Wan interfaces 628 # 629 # CONFIG_WAN is not set 630 # CONFIG_FDDI is not set 631 # CONFIG_HIPPI is not set 632 # CONFIG_PPP is not set 633 # CONFIG_SLIP is not set 634 - # CONFIG_SHAPER is not set 635 # CONFIG_NETCONSOLE is not set 636 # CONFIG_NETPOLL is not set 637 # CONFIG_NET_POLL_CONTROLLER is not set 638 - 639 - # 640 - # ISDN subsystem 641 - # 642 # CONFIG_ISDN is not set 643 - 644 - # 645 - # Telephony Support 646 - # 647 # CONFIG_PHONE is not set 648 649 # ··· 683 # Character devices 684 # 685 # CONFIG_VT is not set 686 - CONFIG_SERIAL_NONSTANDARD=y 687 - # CONFIG_COMPUTONE is not set 688 - # CONFIG_ROCKETPORT is not set 689 - # CONFIG_CYCLADES is not set 690 - # CONFIG_DIGIEPCA is not set 691 - # CONFIG_MOXA_INTELLIO is not set 692 - # CONFIG_MOXA_SMARTIO is not set 693 - CONFIG_MOXA_SMARTIO_NEW=m 694 - # CONFIG_ISI is not set 695 - # CONFIG_SYNCLINKMP is not set 696 - # CONFIG_SYNCLINK_GT is not set 697 - # CONFIG_N_HDLC is not set 698 - # CONFIG_SPECIALIX is not set 699 - # CONFIG_SX is not set 700 - # CONFIG_RIO is not set 701 - # CONFIG_STALDRV is not set 702 - CONFIG_SERIAL_SB1250_DUART=y 703 - CONFIG_SERIAL_SB1250_DUART_CONSOLE=y 704 705 # 706 # Serial drivers ··· 694 # 695 # Non-8250 serial port support 696 # 697 # CONFIG_SERIAL_JSM is not set 698 CONFIG_UNIX98_PTYS=y 699 CONFIG_LEGACY_PTYS=y 700 CONFIG_LEGACY_PTY_COUNT=256 701 - 702 - # 703 - # IPMI 704 - # 705 # CONFIG_IPMI_HANDLER is not set 706 - 707 - # 708 - # Watchdog Cards 709 - # 710 - # CONFIG_WATCHDOG is not set 711 # CONFIG_HW_RANDOM is not set 712 # CONFIG_RTC is not set 713 - # CONFIG_GEN_RTC is not set 714 - # CONFIG_DTLK is not set 715 # CONFIG_R3964 is not set 716 # CONFIG_APPLICOM is not set 717 - # CONFIG_DRM is not set 718 # CONFIG_RAW_DRIVER is not set 719 - 720 - # 721 - # TPM devices 722 - # 723 # CONFIG_TCG_TPM is not set 724 - 725 - # 726 - # I2C support 727 - # 728 # CONFIG_I2C is not set 729 730 # ··· 717 # 718 # CONFIG_SPI is not set 719 # CONFIG_SPI_MASTER is not set 720 - 721 - # 722 - # Dallas's 1-wire bus 723 - # 724 # CONFIG_W1 is not set 725 726 # 727 - # Hardware Monitoring support 728 # 729 - # CONFIG_HWMON is not set 730 - # CONFIG_HWMON_VID is not set 731 732 # 733 # Multimedia devices 734 # 735 # CONFIG_VIDEO_DEV is not set 736 - 737 - # 738 - # Digital Video Broadcasting Devices 739 - # 740 - # CONFIG_DVB is not set 741 742 # 743 # Graphics support 744 # 745 - # CONFIG_FIRMWARE_EDID is not set 746 # CONFIG_FB is not set 747 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 748 749 # 750 # Sound 751 # 752 # CONFIG_SOUND is not set 753 - 754 - # 755 - # USB support 756 - # 757 CONFIG_USB_ARCH_HAS_HCD=y 758 CONFIG_USB_ARCH_HAS_OHCI=y 759 CONFIG_USB_ARCH_HAS_EHCI=y 760 - # CONFIG_USB is not set 761 762 # 763 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 764 # 765 766 # 767 - # USB Gadget Support 768 # 769 # CONFIG_USB_GADGET is not set 770 - 771 - # 772 - # MMC/SD Card support 773 - # 774 # CONFIG_MMC is not set 775 - 776 - # 777 - # LED devices 778 - # 779 # CONFIG_NEW_LEDS is not set 780 - 781 - # 782 - # LED drivers 783 - # 784 - 785 - # 786 - # LED Triggers 787 - # 788 - 789 - # 790 - # InfiniBand support 791 - # 792 # CONFIG_INFINIBAND is not set 793 - 794 - # 795 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 796 - # 797 - 798 - # 799 - # Real Time Clock 800 - # 801 # CONFIG_RTC_CLASS is not set 802 803 # 804 - # DMA Engine support 805 # 806 - # CONFIG_DMA_ENGINE is not set 807 - 808 - # 809 - # DMA Clients 810 - # 811 - 812 - # 813 - # DMA Devices 814 - # 815 - 816 - # 817 - # Auxiliary Display support 818 - # 819 - 820 - # 821 - # Virtualization 822 - # 823 824 # 825 # File systems ··· 868 # CONFIG_XFS_FS is not set 869 # CONFIG_GFS2_FS is not set 870 # CONFIG_OCFS2_FS is not set 871 - # CONFIG_MINIX_FS is not set 872 - # CONFIG_ROMFS_FS is not set 873 CONFIG_INOTIFY=y 874 CONFIG_INOTIFY_USER=y 875 # CONFIG_QUOTA is not set 876 - CONFIG_DNOTIFY=y 877 # CONFIG_AUTOFS_FS is not set 878 # CONFIG_AUTOFS4_FS is not set 879 CONFIG_FUSE_FS=m 880 881 # 882 # CD-ROM/DVD Filesystems ··· 897 CONFIG_PROC_KCORE=y 898 CONFIG_PROC_SYSCTL=y 899 CONFIG_SYSFS=y 900 - # CONFIG_TMPFS is not set 901 # CONFIG_HUGETLB_PAGE is not set 902 - CONFIG_RAMFS=y 903 CONFIG_CONFIGFS_FS=m 904 905 # ··· 915 # CONFIG_EFS_FS is not set 916 # CONFIG_CRAMFS is not set 917 # CONFIG_VXFS_FS is not set 918 # CONFIG_HPFS_FS is not set 919 # CONFIG_QNX4FS_FS is not set 920 # CONFIG_SYSV_FS is not set 921 # CONFIG_UFS_FS is not set 922 - 923 - # 924 - # Network File Systems 925 - # 926 CONFIG_NFS_FS=y 927 CONFIG_NFS_V3=y 928 # CONFIG_NFS_V3_ACL is not set ··· 933 CONFIG_LOCKD_V4=y 934 CONFIG_NFS_COMMON=y 935 CONFIG_SUNRPC=y 936 # CONFIG_RPCSEC_GSS_KRB5 is not set 937 # CONFIG_RPCSEC_GSS_SPKM3 is not set 938 # CONFIG_SMB_FS is not set ··· 941 # CONFIG_NCP_FS is not set 942 # CONFIG_CODA_FS is not set 943 # CONFIG_AFS_FS is not set 944 - # CONFIG_9P_FS is not set 945 946 # 947 # Partition Types 948 # 949 # CONFIG_PARTITION_ADVANCED is not set 950 CONFIG_MSDOS_PARTITION=y 951 - 952 - # 953 - # Native Language Support 954 - # 955 # CONFIG_NLS is not set 956 - 957 - # 958 - # Distributed Lock Manager 959 - # 960 CONFIG_DLM=m 961 - CONFIG_DLM_TCP=y 962 - # CONFIG_DLM_SCTP is not set 963 # CONFIG_DLM_DEBUG is not set 964 - 965 - # 966 - # Profiling support 967 - # 968 - # CONFIG_PROFILING is not set 969 970 # 971 # Kernel hacking 972 # 973 CONFIG_TRACE_IRQFLAGS_SUPPORT=y 974 # CONFIG_PRINTK_TIME is not set 975 CONFIG_ENABLE_MUST_CHECK=y 976 # CONFIG_MAGIC_SYSRQ is not set 977 # CONFIG_UNUSED_SYMBOLS is not set 978 # CONFIG_DEBUG_FS is not set 979 # CONFIG_HEADERS_CHECK is not set 980 # CONFIG_DEBUG_KERNEL is not set 981 - CONFIG_LOG_BUF_SHIFT=15 982 - CONFIG_CROSSCOMPILE=y 983 CONFIG_CMDLINE="" 984 CONFIG_SYS_SUPPORTS_KGDB=y 985 # CONFIG_SB1XXX_CORELIS is not set ··· 974 CONFIG_KEYS=y 975 CONFIG_KEYS_DEBUG_PROC_KEYS=y 976 # CONFIG_SECURITY is not set 977 - 978 - # 979 - # Cryptographic options 980 - # 981 CONFIG_CRYPTO=y 982 CONFIG_CRYPTO_ALGAPI=y 983 CONFIG_CRYPTO_BLKCIPHER=m 984 CONFIG_CRYPTO_HASH=y 985 CONFIG_CRYPTO_MANAGER=y 986 CONFIG_CRYPTO_HMAC=y ··· 997 CONFIG_CRYPTO_CBC=m 998 CONFIG_CRYPTO_PCBC=m 999 CONFIG_CRYPTO_LRW=m 1000 CONFIG_CRYPTO_DES=m 1001 CONFIG_CRYPTO_FCRYPT=m 1002 CONFIG_CRYPTO_BLOWFISH=m ··· 1015 CONFIG_CRYPTO_ARC4=m 1016 CONFIG_CRYPTO_KHAZAD=m 1017 CONFIG_CRYPTO_ANUBIS=m 1018 CONFIG_CRYPTO_DEFLATE=m 1019 CONFIG_CRYPTO_MICHAEL_MIC=m 1020 CONFIG_CRYPTO_CRC32C=m 1021 CONFIG_CRYPTO_CAMELLIA=m 1022 # CONFIG_CRYPTO_TEST is not set 1023 - 1024 - # 1025 - # Hardware crypto devices 1026 - # 1027 1028 # 1029 # Library routines ··· 1032 CONFIG_BITREVERSE=y 1033 # CONFIG_CRC_CCITT is not set 1034 CONFIG_CRC16=m 1035 CONFIG_CRC32=y 1036 CONFIG_LIBCRC32C=m 1037 CONFIG_ZLIB_INFLATE=m 1038 CONFIG_ZLIB_DEFLATE=m 1039 CONFIG_PLIST=y 1040 CONFIG_HAS_IOMEM=y 1041 CONFIG_HAS_IOPORT=y
··· 1 # 2 # Automatically generated make config: don't edit 3 + # Linux kernel version: 2.6.25 4 + # Sat May 3 00:38:11 2008 5 # 6 CONFIG_MIPS=y 7 8 # 9 # Machine selection 10 # 11 + # CONFIG_MACH_ALCHEMY is not set 12 # CONFIG_BASLER_EXCITE is not set 13 + # CONFIG_BCM47XX is not set 14 # CONFIG_MIPS_COBALT is not set 15 # CONFIG_MACH_DECSTATION is not set 16 # CONFIG_MACH_JAZZ is not set 17 + # CONFIG_LASAT is not set 18 + # CONFIG_LEMOTE_FULONG is not set 19 # CONFIG_MIPS_ATLAS is not set 20 # CONFIG_MIPS_MALTA is not set 21 # CONFIG_MIPS_SEAD is not set 22 # CONFIG_MIPS_SIM is not set 23 + # CONFIG_MARKEINS is not set 24 + # CONFIG_MACH_VR41XX is not set 25 # CONFIG_PNX8550_JBS is not set 26 # CONFIG_PNX8550_STB810 is not set 27 + # CONFIG_PMC_MSP is not set 28 # CONFIG_PMC_YOSEMITE is not set 29 # CONFIG_SGI_IP22 is not set 30 # CONFIG_SGI_IP27 is not set 31 + # CONFIG_SGI_IP28 is not set 32 # CONFIG_SGI_IP32 is not set 33 # CONFIG_SIBYTE_CRHINE is not set 34 + # CONFIG_SIBYTE_CARMEL is not set 35 # CONFIG_SIBYTE_CRHONE is not set 36 + # CONFIG_SIBYTE_RHONE is not set 37 + CONFIG_SIBYTE_SWARM=y 38 + # CONFIG_SIBYTE_LITTLESUR is not set 39 + # CONFIG_SIBYTE_SENTOSA is not set 40 + # CONFIG_SIBYTE_BIGSUR is not set 41 # CONFIG_SNI_RM is not set 42 # CONFIG_TOSHIBA_JMR3927 is not set 43 # CONFIG_TOSHIBA_RBTX4927 is not set 44 # CONFIG_TOSHIBA_RBTX4938 is not set 45 + # CONFIG_WR_PPMC is not set 46 CONFIG_SIBYTE_SB1250=y 47 CONFIG_SIBYTE_SB1xxx_SOC=y 48 + # CONFIG_CPU_SB1_PASS_1 is not set 49 # CONFIG_CPU_SB1_PASS_2_1250 is not set 50 + CONFIG_CPU_SB1_PASS_2_2=y 51 # CONFIG_CPU_SB1_PASS_4 is not set 52 # CONFIG_CPU_SB1_PASS_2_112x is not set 53 # CONFIG_CPU_SB1_PASS_3 is not set 54 CONFIG_SIBYTE_HAS_LDT=y 55 + CONFIG_SIBYTE_ENABLE_LDT_IF_PCI=y 56 # CONFIG_SIMULATION is not set 57 # CONFIG_SB1_CEX_ALWAYS_FATAL is not set 58 # CONFIG_SB1_CERR_STALL is not set ··· 69 # CONFIG_SIBYTE_CFE_CONSOLE is not set 70 # CONFIG_SIBYTE_BUS_WATCHER is not set 71 # CONFIG_SIBYTE_TBPROF is not set 72 + CONFIG_SIBYTE_HAS_ZBUS_PROFILING=y 73 CONFIG_RWSEM_GENERIC_SPINLOCK=y 74 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 75 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 76 + CONFIG_ARCH_SUPPORTS_OPROFILE=y 77 CONFIG_GENERIC_FIND_NEXT_BIT=y 78 CONFIG_GENERIC_HWEIGHT=y 79 CONFIG_GENERIC_CALIBRATE_DELAY=y 80 + CONFIG_GENERIC_CLOCKEVENTS=y 81 CONFIG_GENERIC_TIME=y 82 + CONFIG_GENERIC_CMOS_UPDATE=y 83 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 84 # CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ is not set 85 + CONFIG_CEVT_SB1250=y 86 + CONFIG_CSRC_SB1250=y 87 + CONFIG_CFE=y 88 CONFIG_DMA_COHERENT=y 89 + CONFIG_EARLY_PRINTK=y 90 + CONFIG_SYS_HAS_EARLY_PRINTK=y 91 + # CONFIG_HOTPLUG_CPU is not set 92 + # CONFIG_NO_IOPORT is not set 93 CONFIG_CPU_BIG_ENDIAN=y 94 # CONFIG_CPU_LITTLE_ENDIAN is not set 95 CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y 96 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y 97 + CONFIG_IRQ_CPU=y 98 CONFIG_SWAP_IO_SPACE=y 99 CONFIG_BOOT_ELF32=y 100 CONFIG_MIPS_L1_CACHE_SHIFT=5 ··· 90 # 91 # CPU selection 92 # 93 + # CONFIG_CPU_LOONGSON2 is not set 94 # CONFIG_CPU_MIPS32_R1 is not set 95 # CONFIG_CPU_MIPS32_R2 is not set 96 # CONFIG_CPU_MIPS64_R1 is not set ··· 130 CONFIG_MIPS_MT_DISABLED=y 131 # CONFIG_MIPS_MT_SMP is not set 132 # CONFIG_MIPS_MT_SMTC is not set 133 + CONFIG_SB1_PASS_2_WORKAROUNDS=y 134 CONFIG_CPU_HAS_LLSC=y 135 CONFIG_CPU_HAS_SYNC=y 136 CONFIG_GENERIC_HARDIRQS=y ··· 140 CONFIG_CPU_SUPPORTS_HIGHMEM=y 141 CONFIG_SYS_SUPPORTS_HIGHMEM=y 142 CONFIG_ARCH_FLATMEM_ENABLE=y 143 + CONFIG_ARCH_POPULATES_NODE_MAP=y 144 CONFIG_SELECT_MEMORY_MODEL=y 145 CONFIG_FLATMEM_MANUAL=y 146 # CONFIG_DISCONTIGMEM_MANUAL is not set ··· 147 CONFIG_FLATMEM=y 148 CONFIG_FLAT_NODE_MEM_MAP=y 149 # CONFIG_SPARSEMEM_STATIC is not set 150 + # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 151 CONFIG_SPLIT_PTLOCK_CPUS=4 152 CONFIG_RESOURCES_64BIT=y 153 + CONFIG_ZONE_DMA_FLAG=0 154 + CONFIG_VIRT_TO_BUS=y 155 CONFIG_SMP=y 156 CONFIG_SYS_SUPPORTS_SMP=y 157 CONFIG_NR_CPUS_DEFAULT_2=y 158 CONFIG_NR_CPUS=2 159 + CONFIG_TICK_ONESHOT=y 160 + # CONFIG_NO_HZ is not set 161 + CONFIG_HIGH_RES_TIMERS=y 162 + CONFIG_GENERIC_CLOCKEVENTS_BUILD=y 163 # CONFIG_HZ_48 is not set 164 # CONFIG_HZ_100 is not set 165 # CONFIG_HZ_128 is not set ··· 166 CONFIG_PREEMPT_NONE=y 167 # CONFIG_PREEMPT_VOLUNTARY is not set 168 # CONFIG_PREEMPT is not set 169 # CONFIG_KEXEC is not set 170 + CONFIG_SECCOMP=y 171 CONFIG_LOCKDEP_SUPPORT=y 172 CONFIG_STACKTRACE_SUPPORT=y 173 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 174 175 # 176 + # General setup 177 # 178 CONFIG_EXPERIMENTAL=y 179 CONFIG_LOCK_KERNEL=y 180 CONFIG_INIT_ENV_ARG_LIMIT=32 181 CONFIG_LOCALVERSION="" 182 CONFIG_LOCALVERSION_AUTO=y 183 CONFIG_SWAP=y 184 CONFIG_SYSVIPC=y 185 CONFIG_SYSVIPC_SYSCTL=y 186 # CONFIG_POSIX_MQUEUE is not set 187 # CONFIG_BSD_PROCESS_ACCT is not set 188 # CONFIG_TASKSTATS is not set 189 # CONFIG_AUDIT is not set 190 # CONFIG_IKCONFIG is not set 191 + CONFIG_LOG_BUF_SHIFT=15 192 CONFIG_CGROUPS=y 193 + # CONFIG_CGROUP_DEBUG is not set 194 + # CONFIG_CGROUP_NS is not set 195 CONFIG_CPUSETS=y 196 + CONFIG_GROUP_SCHED=y 197 + CONFIG_FAIR_GROUP_SCHED=y 198 + # CONFIG_RT_GROUP_SCHED is not set 199 + CONFIG_USER_SCHED=y 200 + # CONFIG_CGROUP_SCHED is not set 201 + CONFIG_CGROUP_CPUACCT=y 202 + # CONFIG_RESOURCE_COUNTERS is not set 203 + # CONFIG_SYSFS_DEPRECATED_V2 is not set 204 + # CONFIG_PROC_PID_CPUSET is not set 205 CONFIG_RELAY=y 206 + CONFIG_NAMESPACES=y 207 + # CONFIG_UTS_NS is not set 208 + # CONFIG_IPC_NS is not set 209 + # CONFIG_USER_NS is not set 210 + # CONFIG_PID_NS is not set 211 + CONFIG_BLK_DEV_INITRD=y 212 CONFIG_INITRAMFS_SOURCE="" 213 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 214 CONFIG_SYSCTL=y ··· 209 CONFIG_PRINTK=y 210 CONFIG_BUG=y 211 CONFIG_ELF_CORE=y 212 + # CONFIG_COMPAT_BRK is not set 213 CONFIG_BASE_FULL=y 214 CONFIG_FUTEX=y 215 + CONFIG_ANON_INODES=y 216 CONFIG_EPOLL=y 217 + CONFIG_SIGNALFD=y 218 + CONFIG_TIMERFD=y 219 + CONFIG_EVENTFD=y 220 CONFIG_SHMEM=y 221 CONFIG_VM_EVENT_COUNTERS=y 222 + CONFIG_SLAB=y 223 + # CONFIG_SLUB is not set 224 + # CONFIG_SLOB is not set 225 + # CONFIG_PROFILING is not set 226 + # CONFIG_MARKERS is not set 227 + CONFIG_HAVE_OPROFILE=y 228 + # CONFIG_HAVE_KPROBES is not set 229 + # CONFIG_HAVE_KRETPROBES is not set 230 + CONFIG_PROC_PAGE_MONITOR=y 231 + CONFIG_SLABINFO=y 232 CONFIG_RT_MUTEXES=y 233 # CONFIG_TINY_SHMEM is not set 234 CONFIG_BASE_SMALL=0 235 CONFIG_MODULES=y 236 CONFIG_MODULE_UNLOAD=y 237 # CONFIG_MODULE_FORCE_UNLOAD is not set ··· 230 CONFIG_MODULE_SRCVERSION_ALL=y 231 CONFIG_KMOD=y 232 CONFIG_STOP_MACHINE=y 233 CONFIG_BLOCK=y 234 # CONFIG_BLK_DEV_IO_TRACE is not set 235 + CONFIG_BLK_DEV_BSG=y 236 + CONFIG_BLOCK_COMPAT=y 237 238 # 239 # IO Schedulers ··· 249 # CONFIG_DEFAULT_CFQ is not set 250 # CONFIG_DEFAULT_NOOP is not set 251 CONFIG_DEFAULT_IOSCHED="anticipatory" 252 + CONFIG_CLASSIC_RCU=y 253 254 # 255 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 256 # 257 CONFIG_HW_HAS_PCI=y 258 CONFIG_PCI=y 259 + CONFIG_PCI_DOMAINS=y 260 + # CONFIG_ARCH_SUPPORTS_MSI is not set 261 + # CONFIG_PCI_LEGACY is not set 262 CONFIG_MMU=y 263 + CONFIG_ZONE_DMA32=y 264 # CONFIG_PCCARD is not set 265 # CONFIG_HOTPLUG_PCI is not set 266 267 # ··· 272 # 273 CONFIG_BINFMT_ELF=y 274 # CONFIG_BINFMT_MISC is not set 275 CONFIG_MIPS32_COMPAT=y 276 CONFIG_COMPAT=y 277 CONFIG_SYSVIPC_COMPAT=y ··· 286 CONFIG_PM=y 287 # CONFIG_PM_LEGACY is not set 288 # CONFIG_PM_DEBUG is not set 289 290 # 291 # Networking ··· 296 # 297 # Networking options 298 # 299 CONFIG_PACKET=y 300 CONFIG_PACKET_MMAP=y 301 CONFIG_UNIX=y ··· 304 CONFIG_XFRM_USER=m 305 # CONFIG_XFRM_SUB_POLICY is not set 306 CONFIG_XFRM_MIGRATE=y 307 + # CONFIG_XFRM_STATISTICS is not set 308 CONFIG_NET_KEY=y 309 CONFIG_NET_KEY_MIGRATE=y 310 CONFIG_INET=y ··· 326 CONFIG_INET_XFRM_MODE_TRANSPORT=m 327 CONFIG_INET_XFRM_MODE_TUNNEL=m 328 CONFIG_INET_XFRM_MODE_BEET=m 329 + CONFIG_INET_LRO=m 330 CONFIG_INET_DIAG=y 331 CONFIG_INET_TCP_DIAG=y 332 # CONFIG_TCP_CONG_ADVANCED is not set ··· 333 CONFIG_DEFAULT_TCP_CONG="cubic" 334 CONFIG_TCP_MD5SIG=y 335 # CONFIG_IPV6 is not set 336 CONFIG_NETWORK_SECMARK=y 337 # CONFIG_NETFILTER is not set 338 # CONFIG_IP_DCCP is not set 339 + CONFIG_IP_SCTP=m 340 + # CONFIG_SCTP_DBG_MSG is not set 341 + # CONFIG_SCTP_DBG_OBJCNT is not set 342 + # CONFIG_SCTP_HMAC_NONE is not set 343 + # CONFIG_SCTP_HMAC_SHA1 is not set 344 + CONFIG_SCTP_HMAC_MD5=y 345 # CONFIG_TIPC is not set 346 # CONFIG_ATM is not set 347 # CONFIG_BRIDGE is not set ··· 363 # CONFIG_LAPB is not set 364 # CONFIG_ECONET is not set 365 # CONFIG_WAN_ROUTER is not set 366 # CONFIG_NET_SCHED is not set 367 + CONFIG_NET_SCH_FIFO=y 368 369 # 370 # Network testing 371 # 372 # CONFIG_NET_PKTGEN is not set 373 # CONFIG_HAMRADIO is not set 374 + # CONFIG_CAN is not set 375 # CONFIG_IRDA is not set 376 # CONFIG_BT is not set 377 + # CONFIG_AF_RXRPC is not set 378 + 379 + # 380 + # Wireless 381 + # 382 + CONFIG_CFG80211=m 383 + CONFIG_NL80211=y 384 + CONFIG_WIRELESS_EXT=y 385 + CONFIG_MAC80211=m 386 + 387 + # 388 + # Rate control algorithm selection 389 + # 390 + CONFIG_MAC80211_RC_DEFAULT_PID=y 391 + # CONFIG_MAC80211_RC_DEFAULT_NONE is not set 392 + 393 + # 394 + # Selecting 'y' for an algorithm will 395 + # 396 + 397 + # 398 + # build the algorithm into mac80211. 399 + # 400 + CONFIG_MAC80211_RC_DEFAULT="pid" 401 + CONFIG_MAC80211_RC_PID=y 402 + # CONFIG_MAC80211_MESH is not set 403 + # CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT is not set 404 + # CONFIG_MAC80211_DEBUG is not set 405 CONFIG_IEEE80211=m 406 # CONFIG_IEEE80211_DEBUG is not set 407 CONFIG_IEEE80211_CRYPT_WEP=m 408 CONFIG_IEEE80211_CRYPT_CCMP=m 409 + CONFIG_IEEE80211_CRYPT_TKIP=m 410 + CONFIG_RFKILL=m 411 + # CONFIG_NET_9P is not set 412 413 # 414 # Device Drivers ··· 391 # 392 # Generic Driver Options 393 # 394 + CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 395 CONFIG_STANDALONE=y 396 CONFIG_PREVENT_FIRMWARE_BUILD=y 397 CONFIG_FW_LOADER=m 398 # CONFIG_SYS_HYPERVISOR is not set 399 CONFIG_CONNECTOR=m 400 # CONFIG_MTD is not set 401 # CONFIG_PARPORT is not set 402 + CONFIG_BLK_DEV=y 403 # CONFIG_BLK_CPQ_DA is not set 404 # CONFIG_BLK_CPQ_CISS_DA is not set 405 # CONFIG_BLK_DEV_DAC960 is not set ··· 427 # CONFIG_BLK_DEV_LOOP is not set 428 # CONFIG_BLK_DEV_NBD is not set 429 # CONFIG_BLK_DEV_SX8 is not set 430 + # CONFIG_BLK_DEV_UB is not set 431 CONFIG_BLK_DEV_RAM=y 432 CONFIG_BLK_DEV_RAM_COUNT=16 433 CONFIG_BLK_DEV_RAM_SIZE=9220 434 + # CONFIG_BLK_DEV_XIP is not set 435 CONFIG_CDROM_PKTCDVD=m 436 CONFIG_CDROM_PKTCDVD_BUFFERS=8 437 # CONFIG_CDROM_PKTCDVD_WCACHE is not set 438 CONFIG_ATA_OVER_ETH=m 439 + CONFIG_MISC_DEVICES=y 440 + # CONFIG_PHANTOM is not set 441 + # CONFIG_EEPROM_93CX6 is not set 442 CONFIG_SGI_IOC4=m 443 # CONFIG_TIFM_CORE is not set 444 + # CONFIG_ENCLOSURE_SERVICES is not set 445 + CONFIG_HAVE_IDE=y 446 CONFIG_IDE=y 447 CONFIG_IDE_MAX_HWIFS=4 448 CONFIG_BLK_DEV_IDE=y 449 450 # 451 + # Please see Documentation/ide/ide.txt for help/info on IDE drives 452 # 453 # CONFIG_BLK_DEV_IDE_SATA is not set 454 CONFIG_BLK_DEV_IDEDISK=y 455 # CONFIG_IDEDISK_MULTI_MODE is not set 456 CONFIG_BLK_DEV_IDECD=y 457 + CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 458 CONFIG_BLK_DEV_IDETAPE=y 459 CONFIG_BLK_DEV_IDEFLOPPY=y 460 # CONFIG_IDE_TASK_IOCTL is not set 461 + CONFIG_IDE_PROC_FS=y 462 463 # 464 # IDE chipset support/bugfixes 465 # 466 + # CONFIG_IDE_GENERIC is not set 467 + # CONFIG_BLK_DEV_PLATFORM is not set 468 + 469 + # 470 + # PCI IDE chipsets support 471 + # 472 + # CONFIG_BLK_DEV_GENERIC is not set 473 + # CONFIG_BLK_DEV_OPTI621 is not set 474 + # CONFIG_BLK_DEV_AEC62XX is not set 475 + # CONFIG_BLK_DEV_ALI15X3 is not set 476 + # CONFIG_BLK_DEV_AMD74XX is not set 477 + # CONFIG_BLK_DEV_CMD64X is not set 478 + # CONFIG_BLK_DEV_TRIFLEX is not set 479 + # CONFIG_BLK_DEV_CY82C693 is not set 480 + # CONFIG_BLK_DEV_CS5520 is not set 481 + # CONFIG_BLK_DEV_CS5530 is not set 482 + # CONFIG_BLK_DEV_HPT34X is not set 483 + # CONFIG_BLK_DEV_HPT366 is not set 484 + # CONFIG_BLK_DEV_JMICRON is not set 485 + # CONFIG_BLK_DEV_SC1200 is not set 486 + # CONFIG_BLK_DEV_PIIX is not set 487 + # CONFIG_BLK_DEV_IT8213 is not set 488 + # CONFIG_BLK_DEV_IT821X is not set 489 + # CONFIG_BLK_DEV_NS87415 is not set 490 + # CONFIG_BLK_DEV_PDC202XX_OLD is not set 491 + # CONFIG_BLK_DEV_PDC202XX_NEW is not set 492 + # CONFIG_BLK_DEV_SVWKS is not set 493 + # CONFIG_BLK_DEV_SIIMAGE is not set 494 + # CONFIG_BLK_DEV_SLC90E66 is not set 495 + # CONFIG_BLK_DEV_TRM290 is not set 496 + # CONFIG_BLK_DEV_VIA82CXXX is not set 497 + # CONFIG_BLK_DEV_TC86C001 is not set 498 CONFIG_BLK_DEV_IDE_SWARM=y 499 # CONFIG_BLK_DEV_IDEDMA is not set 500 + # CONFIG_BLK_DEV_HD_ONLY is not set 501 # CONFIG_BLK_DEV_HD is not set 502 503 # ··· 477 # 478 CONFIG_RAID_ATTRS=m 479 # CONFIG_SCSI is not set 480 + # CONFIG_SCSI_DMA is not set 481 # CONFIG_SCSI_NETLINK is not set 482 # CONFIG_ATA is not set 483 # CONFIG_MD is not set 484 # CONFIG_FUSION is not set 485 486 # 487 # IEEE 1394 (FireWire) support 488 # 489 + # CONFIG_FIREWIRE is not set 490 # CONFIG_IEEE1394 is not set 491 # CONFIG_I2O is not set 492 CONFIG_NETDEVICES=y 493 + CONFIG_NETDEVICES_MULTIQUEUE=y 494 # CONFIG_DUMMY is not set 495 # CONFIG_BONDING is not set 496 + CONFIG_MACVLAN=m 497 # CONFIG_EQUALIZER is not set 498 # CONFIG_TUN is not set 499 + # CONFIG_VETH is not set 500 # CONFIG_ARCNET is not set 501 + CONFIG_PHYLIB=y 502 503 # 504 # MII PHY device drivers 505 # 506 + # CONFIG_MARVELL_PHY is not set 507 + # CONFIG_DAVICOM_PHY is not set 508 + # CONFIG_QSEMI_PHY is not set 509 + # CONFIG_LXT_PHY is not set 510 + # CONFIG_CICADA_PHY is not set 511 + # CONFIG_VITESSE_PHY is not set 512 + # CONFIG_SMSC_PHY is not set 513 + CONFIG_BROADCOM_PHY=y 514 + # CONFIG_ICPLUS_PHY is not set 515 + # CONFIG_REALTEK_PHY is not set 516 # CONFIG_FIXED_PHY is not set 517 + # CONFIG_MDIO_BITBANG is not set 518 CONFIG_NET_ETHERNET=y 519 CONFIG_MII=y 520 + # CONFIG_AX88796 is not set 521 # CONFIG_HAPPYMEAL is not set 522 # CONFIG_SUNGEM is not set 523 # CONFIG_CASSINI is not set 524 # CONFIG_NET_VENDOR_3COM is not set 525 # CONFIG_DM9000 is not set 526 # CONFIG_NET_TULIP is not set 527 # CONFIG_HP100 is not set 528 + # CONFIG_IBM_NEW_EMAC_ZMII is not set 529 + # CONFIG_IBM_NEW_EMAC_RGMII is not set 530 + # CONFIG_IBM_NEW_EMAC_TAH is not set 531 + # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 532 # CONFIG_NET_PCI is not set 533 + # CONFIG_B44 is not set 534 + CONFIG_NETDEV_1000=y 535 # CONFIG_ACENIC is not set 536 # CONFIG_DL2K is not set 537 # CONFIG_E1000 is not set 538 + # CONFIG_E1000E is not set 539 + # CONFIG_E1000E_ENABLED is not set 540 + # CONFIG_IP1000 is not set 541 + # CONFIG_IGB is not set 542 # CONFIG_NS83820 is not set 543 # CONFIG_HAMACHI is not set 544 # CONFIG_YELLOWFIN is not set ··· 568 # CONFIG_SIS190 is not set 569 # CONFIG_SKGE is not set 570 # CONFIG_SKY2 is not set 571 + # CONFIG_VIA_VELOCITY is not set 572 # CONFIG_TIGON3 is not set 573 # CONFIG_BNX2 is not set 574 + # CONFIG_QLA3XXX is not set 575 # CONFIG_ATL1 is not set 576 + CONFIG_NETDEV_10000=y 577 # CONFIG_CHELSIO_T1 is not set 578 + # CONFIG_CHELSIO_T3 is not set 579 + # CONFIG_IXGBE is not set 580 # CONFIG_IXGB is not set 581 # CONFIG_S2IO is not set 582 # CONFIG_MYRI10GE is not set 583 + # CONFIG_NETXEN_NIC is not set 584 + # CONFIG_NIU is not set 585 + # CONFIG_MLX4_CORE is not set 586 + # CONFIG_TEHUTI is not set 587 + # CONFIG_BNX2X is not set 588 # CONFIG_TR is not set 589 590 # 591 + # Wireless LAN 592 # 593 + # CONFIG_WLAN_PRE80211 is not set 594 + CONFIG_WLAN_80211=y 595 + # CONFIG_IPW2100 is not set 596 + # CONFIG_IPW2200 is not set 597 + # CONFIG_LIBERTAS is not set 598 + # CONFIG_HERMES is not set 599 + # CONFIG_ATMEL is not set 600 + # CONFIG_PRISM54 is not set 601 + # CONFIG_USB_ZD1201 is not set 602 + # CONFIG_USB_NET_RNDIS_WLAN is not set 603 + # CONFIG_RTL8180 is not set 604 + # CONFIG_RTL8187 is not set 605 + # CONFIG_ADM8211 is not set 606 + # CONFIG_P54_COMMON is not set 607 + # CONFIG_ATH5K is not set 608 + # CONFIG_IWLCORE is not set 609 + # CONFIG_IWLWIFI_LEDS is not set 610 + # CONFIG_IWL4965 is not set 611 + # CONFIG_IWL3945 is not set 612 + # CONFIG_HOSTAP is not set 613 + # CONFIG_B43 is not set 614 + # CONFIG_B43LEGACY is not set 615 + # CONFIG_ZD1211RW is not set 616 + # CONFIG_RT2X00 is not set 617 618 # 619 + # USB Network Adapters 620 # 621 + # CONFIG_USB_CATC is not set 622 + # CONFIG_USB_KAWETH is not set 623 + # CONFIG_USB_PEGASUS is not set 624 + # CONFIG_USB_RTL8150 is not set 625 + # CONFIG_USB_USBNET is not set 626 # CONFIG_WAN is not set 627 # CONFIG_FDDI is not set 628 # CONFIG_HIPPI is not set 629 # CONFIG_PPP is not set 630 # CONFIG_SLIP is not set 631 # CONFIG_NETCONSOLE is not set 632 # CONFIG_NETPOLL is not set 633 # CONFIG_NET_POLL_CONTROLLER is not set 634 # CONFIG_ISDN is not set 635 # CONFIG_PHONE is not set 636 637 # ··· 637 # Character devices 638 # 639 # CONFIG_VT is not set 640 + # CONFIG_SERIAL_NONSTANDARD is not set 641 + # CONFIG_NOZOMI is not set 642 643 # 644 # Serial drivers ··· 664 # 665 # Non-8250 serial port support 666 # 667 + CONFIG_SERIAL_SB1250_DUART=y 668 + CONFIG_SERIAL_SB1250_DUART_CONSOLE=y 669 + CONFIG_SERIAL_CORE=y 670 + CONFIG_SERIAL_CORE_CONSOLE=y 671 # CONFIG_SERIAL_JSM is not set 672 CONFIG_UNIX98_PTYS=y 673 CONFIG_LEGACY_PTYS=y 674 CONFIG_LEGACY_PTY_COUNT=256 675 # CONFIG_IPMI_HANDLER is not set 676 # CONFIG_HW_RANDOM is not set 677 # CONFIG_RTC is not set 678 # CONFIG_R3964 is not set 679 # CONFIG_APPLICOM is not set 680 # CONFIG_RAW_DRIVER is not set 681 # CONFIG_TCG_TPM is not set 682 + CONFIG_DEVPORT=y 683 # CONFIG_I2C is not set 684 685 # ··· 702 # 703 # CONFIG_SPI is not set 704 # CONFIG_SPI_MASTER is not set 705 # CONFIG_W1 is not set 706 + # CONFIG_POWER_SUPPLY is not set 707 + # CONFIG_HWMON is not set 708 + # CONFIG_THERMAL is not set 709 + # CONFIG_WATCHDOG is not set 710 711 # 712 + # Sonics Silicon Backplane 713 # 714 + CONFIG_SSB_POSSIBLE=y 715 + # CONFIG_SSB is not set 716 + 717 + # 718 + # Multifunction device drivers 719 + # 720 + # CONFIG_MFD_SM501 is not set 721 722 # 723 # Multimedia devices 724 # 725 # CONFIG_VIDEO_DEV is not set 726 + # CONFIG_DVB_CORE is not set 727 + # CONFIG_DAB is not set 728 729 # 730 # Graphics support 731 # 732 + # CONFIG_DRM is not set 733 + # CONFIG_VGASTATE is not set 734 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 735 # CONFIG_FB is not set 736 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 737 + 738 + # 739 + # Display device support 740 + # 741 + # CONFIG_DISPLAY_SUPPORT is not set 742 743 # 744 # Sound 745 # 746 # CONFIG_SOUND is not set 747 + CONFIG_USB_SUPPORT=y 748 CONFIG_USB_ARCH_HAS_HCD=y 749 CONFIG_USB_ARCH_HAS_OHCI=y 750 CONFIG_USB_ARCH_HAS_EHCI=y 751 + CONFIG_USB=y 752 + # CONFIG_USB_DEBUG is not set 753 + # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set 754 + 755 + # 756 + # Miscellaneous USB options 757 + # 758 + CONFIG_USB_DEVICEFS=y 759 + CONFIG_USB_DEVICE_CLASS=y 760 + # CONFIG_USB_DYNAMIC_MINORS is not set 761 + # CONFIG_USB_SUSPEND is not set 762 + # CONFIG_USB_PERSIST is not set 763 + # CONFIG_USB_OTG is not set 764 + 765 + # 766 + # USB Host Controller Drivers 767 + # 768 + # CONFIG_USB_EHCI_HCD is not set 769 + # CONFIG_USB_ISP116X_HCD is not set 770 + CONFIG_USB_OHCI_HCD=y 771 + # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 772 + # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set 773 + CONFIG_USB_OHCI_LITTLE_ENDIAN=y 774 + # CONFIG_USB_UHCI_HCD is not set 775 + # CONFIG_USB_SL811_HCD is not set 776 + # CONFIG_USB_R8A66597_HCD is not set 777 + 778 + # 779 + # USB Device Class drivers 780 + # 781 + # CONFIG_USB_ACM is not set 782 + # CONFIG_USB_PRINTER is not set 783 784 # 785 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 786 # 787 788 # 789 + # may also be needed; see USB_STORAGE Help for more information 790 # 791 + # CONFIG_USB_LIBUSUAL is not set 792 + 793 + # 794 + # USB Imaging devices 795 + # 796 + # CONFIG_USB_MDC800 is not set 797 + CONFIG_USB_MON=y 798 + 799 + # 800 + # USB port drivers 801 + # 802 + # CONFIG_USB_SERIAL is not set 803 + 804 + # 805 + # USB Miscellaneous drivers 806 + # 807 + # CONFIG_USB_EMI62 is not set 808 + # CONFIG_USB_EMI26 is not set 809 + # CONFIG_USB_ADUTUX is not set 810 + # CONFIG_USB_AUERSWALD is not set 811 + # CONFIG_USB_RIO500 is not set 812 + # CONFIG_USB_LEGOTOWER is not set 813 + # CONFIG_USB_LCD is not set 814 + # CONFIG_USB_BERRY_CHARGE is not set 815 + # CONFIG_USB_LED is not set 816 + # CONFIG_USB_CYPRESS_CY7C63 is not set 817 + # CONFIG_USB_CYTHERM is not set 818 + # CONFIG_USB_PHIDGET is not set 819 + # CONFIG_USB_IDMOUSE is not set 820 + # CONFIG_USB_FTDI_ELAN is not set 821 + # CONFIG_USB_APPLEDISPLAY is not set 822 + # CONFIG_USB_LD is not set 823 + # CONFIG_USB_TRANCEVIBRATOR is not set 824 + # CONFIG_USB_IOWARRIOR is not set 825 + # CONFIG_USB_TEST is not set 826 # CONFIG_USB_GADGET is not set 827 # CONFIG_MMC is not set 828 + # CONFIG_MEMSTICK is not set 829 # CONFIG_NEW_LEDS is not set 830 # CONFIG_INFINIBAND is not set 831 + CONFIG_RTC_LIB=y 832 # CONFIG_RTC_CLASS is not set 833 834 # 835 + # Userspace I/O 836 # 837 + # CONFIG_UIO is not set 838 839 # 840 # File systems ··· 823 # CONFIG_XFS_FS is not set 824 # CONFIG_GFS2_FS is not set 825 # CONFIG_OCFS2_FS is not set 826 + CONFIG_DNOTIFY=y 827 CONFIG_INOTIFY=y 828 CONFIG_INOTIFY_USER=y 829 # CONFIG_QUOTA is not set 830 # CONFIG_AUTOFS_FS is not set 831 # CONFIG_AUTOFS4_FS is not set 832 CONFIG_FUSE_FS=m 833 + CONFIG_GENERIC_ACL=y 834 835 # 836 # CD-ROM/DVD Filesystems ··· 853 CONFIG_PROC_KCORE=y 854 CONFIG_PROC_SYSCTL=y 855 CONFIG_SYSFS=y 856 + CONFIG_TMPFS=y 857 + CONFIG_TMPFS_POSIX_ACL=y 858 # CONFIG_HUGETLB_PAGE is not set 859 CONFIG_CONFIGFS_FS=m 860 861 # ··· 871 # CONFIG_EFS_FS is not set 872 # CONFIG_CRAMFS is not set 873 # CONFIG_VXFS_FS is not set 874 + # CONFIG_MINIX_FS is not set 875 # CONFIG_HPFS_FS is not set 876 # CONFIG_QNX4FS_FS is not set 877 + # CONFIG_ROMFS_FS is not set 878 # CONFIG_SYSV_FS is not set 879 # CONFIG_UFS_FS is not set 880 + CONFIG_NETWORK_FILESYSTEMS=y 881 CONFIG_NFS_FS=y 882 CONFIG_NFS_V3=y 883 # CONFIG_NFS_V3_ACL is not set ··· 890 CONFIG_LOCKD_V4=y 891 CONFIG_NFS_COMMON=y 892 CONFIG_SUNRPC=y 893 + # CONFIG_SUNRPC_BIND34 is not set 894 # CONFIG_RPCSEC_GSS_KRB5 is not set 895 # CONFIG_RPCSEC_GSS_SPKM3 is not set 896 # CONFIG_SMB_FS is not set ··· 897 # CONFIG_NCP_FS is not set 898 # CONFIG_CODA_FS is not set 899 # CONFIG_AFS_FS is not set 900 901 # 902 # Partition Types 903 # 904 # CONFIG_PARTITION_ADVANCED is not set 905 CONFIG_MSDOS_PARTITION=y 906 # CONFIG_NLS is not set 907 CONFIG_DLM=m 908 # CONFIG_DLM_DEBUG is not set 909 910 # 911 # Kernel hacking 912 # 913 CONFIG_TRACE_IRQFLAGS_SUPPORT=y 914 # CONFIG_PRINTK_TIME is not set 915 + CONFIG_ENABLE_WARN_DEPRECATED=y 916 CONFIG_ENABLE_MUST_CHECK=y 917 # CONFIG_MAGIC_SYSRQ is not set 918 # CONFIG_UNUSED_SYMBOLS is not set 919 # CONFIG_DEBUG_FS is not set 920 # CONFIG_HEADERS_CHECK is not set 921 # CONFIG_DEBUG_KERNEL is not set 922 + # CONFIG_SAMPLES is not set 923 CONFIG_CMDLINE="" 924 CONFIG_SYS_SUPPORTS_KGDB=y 925 # CONFIG_SB1XXX_CORELIS is not set ··· 946 CONFIG_KEYS=y 947 CONFIG_KEYS_DEBUG_PROC_KEYS=y 948 # CONFIG_SECURITY is not set 949 + # CONFIG_SECURITY_FILE_CAPABILITIES is not set 950 CONFIG_CRYPTO=y 951 CONFIG_CRYPTO_ALGAPI=y 952 + CONFIG_CRYPTO_AEAD=m 953 CONFIG_CRYPTO_BLKCIPHER=m 954 + CONFIG_CRYPTO_SEQIV=m 955 CONFIG_CRYPTO_HASH=y 956 CONFIG_CRYPTO_MANAGER=y 957 CONFIG_CRYPTO_HMAC=y ··· 970 CONFIG_CRYPTO_CBC=m 971 CONFIG_CRYPTO_PCBC=m 972 CONFIG_CRYPTO_LRW=m 973 + CONFIG_CRYPTO_XTS=m 974 + CONFIG_CRYPTO_CTR=m 975 + CONFIG_CRYPTO_GCM=m 976 + CONFIG_CRYPTO_CCM=m 977 + CONFIG_CRYPTO_CRYPTD=m 978 CONFIG_CRYPTO_DES=m 979 CONFIG_CRYPTO_FCRYPT=m 980 CONFIG_CRYPTO_BLOWFISH=m ··· 983 CONFIG_CRYPTO_ARC4=m 984 CONFIG_CRYPTO_KHAZAD=m 985 CONFIG_CRYPTO_ANUBIS=m 986 + CONFIG_CRYPTO_SEED=m 987 + CONFIG_CRYPTO_SALSA20=m 988 CONFIG_CRYPTO_DEFLATE=m 989 CONFIG_CRYPTO_MICHAEL_MIC=m 990 CONFIG_CRYPTO_CRC32C=m 991 CONFIG_CRYPTO_CAMELLIA=m 992 # CONFIG_CRYPTO_TEST is not set 993 + CONFIG_CRYPTO_AUTHENC=m 994 + CONFIG_CRYPTO_LZO=m 995 + # CONFIG_CRYPTO_HW is not set 996 997 # 998 # Library routines ··· 999 CONFIG_BITREVERSE=y 1000 # CONFIG_CRC_CCITT is not set 1001 CONFIG_CRC16=m 1002 + # CONFIG_CRC_ITU_T is not set 1003 CONFIG_CRC32=y 1004 + # CONFIG_CRC7 is not set 1005 CONFIG_LIBCRC32C=m 1006 CONFIG_ZLIB_INFLATE=m 1007 CONFIG_ZLIB_DEFLATE=m 1008 + CONFIG_LZO_COMPRESS=m 1009 + CONFIG_LZO_DECOMPRESS=m 1010 CONFIG_PLIST=y 1011 CONFIG_HAS_IOMEM=y 1012 CONFIG_HAS_IOPORT=y 1013 + CONFIG_HAS_DMA=y
+97 -95
arch/mips/configs/tb0219_defconfig
··· 1 # 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.23-rc2 4 - # Wed Aug 8 16:11:47 2007 5 # 6 CONFIG_MIPS=y 7 ··· 10 # 11 # CONFIG_MACH_ALCHEMY is not set 12 # CONFIG_BASLER_EXCITE is not set 13 # CONFIG_MIPS_COBALT is not set 14 # CONFIG_MACH_DECSTATION is not set 15 # CONFIG_MACH_JAZZ is not set 16 # CONFIG_LEMOTE_FULONG is not set 17 # CONFIG_MIPS_ATLAS is not set 18 # CONFIG_MIPS_MALTA is not set ··· 28 # CONFIG_PMC_YOSEMITE is not set 29 # CONFIG_SGI_IP22 is not set 30 # CONFIG_SGI_IP27 is not set 31 # CONFIG_SGI_IP32 is not set 32 # CONFIG_SIBYTE_CRHINE is not set 33 # CONFIG_SIBYTE_CARMEL is not set ··· 56 CONFIG_RWSEM_GENERIC_SPINLOCK=y 57 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 58 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 59 CONFIG_GENERIC_FIND_NEXT_BIT=y 60 CONFIG_GENERIC_HWEIGHT=y 61 CONFIG_GENERIC_CALIBRATE_DELAY=y 62 CONFIG_GENERIC_TIME=y 63 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 64 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 65 CONFIG_DMA_NONCOHERENT=y 66 CONFIG_DMA_NEED_PCI_MAP_STATE=y 67 # CONFIG_HOTPLUG_CPU is not set ··· 121 CONFIG_GENERIC_HARDIRQS=y 122 CONFIG_GENERIC_IRQ_PROBE=y 123 CONFIG_ARCH_FLATMEM_ENABLE=y 124 CONFIG_SELECT_MEMORY_MODEL=y 125 CONFIG_FLATMEM_MANUAL=y 126 # CONFIG_DISCONTIGMEM_MANUAL is not set ··· 129 CONFIG_FLATMEM=y 130 CONFIG_FLAT_NODE_MEM_MAP=y 131 # CONFIG_SPARSEMEM_STATIC is not set 132 CONFIG_SPLIT_PTLOCK_CPUS=4 133 # CONFIG_RESOURCES_64BIT is not set 134 CONFIG_ZONE_DMA_FLAG=0 135 CONFIG_VIRT_TO_BUS=y 136 # CONFIG_HZ_48 is not set 137 # CONFIG_HZ_100 is not set 138 # CONFIG_HZ_128 is not set ··· 171 # CONFIG_POSIX_MQUEUE is not set 172 # CONFIG_BSD_PROCESS_ACCT is not set 173 # CONFIG_TASKSTATS is not set 174 - # CONFIG_USER_NS is not set 175 # CONFIG_AUDIT is not set 176 # CONFIG_IKCONFIG is not set 177 CONFIG_LOG_BUF_SHIFT=14 178 CONFIG_SYSFS_DEPRECATED=y 179 # CONFIG_RELAY is not set 180 # CONFIG_BLK_DEV_INITRD is not set 181 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 182 CONFIG_SYSCTL=y 183 CONFIG_EMBEDDED=y 184 CONFIG_SYSCTL_SYSCALL=y 185 CONFIG_KALLSYMS=y 186 # CONFIG_KALLSYMS_EXTRA_PASS is not set 187 CONFIG_HOTPLUG=y 188 CONFIG_PRINTK=y 189 CONFIG_BUG=y 190 CONFIG_ELF_CORE=y 191 CONFIG_BASE_FULL=y 192 CONFIG_FUTEX=y 193 CONFIG_ANON_INODES=y ··· 206 CONFIG_SLAB=y 207 # CONFIG_SLUB is not set 208 # CONFIG_SLOB is not set 209 CONFIG_RT_MUTEXES=y 210 # CONFIG_TINY_SHMEM is not set 211 CONFIG_BASE_SMALL=0 212 CONFIG_MODULES=y 213 CONFIG_MODULE_UNLOAD=y 214 CONFIG_MODULE_FORCE_UNLOAD=y 215 CONFIG_MODVERSIONS=y ··· 242 # CONFIG_DEFAULT_CFQ is not set 243 # CONFIG_DEFAULT_NOOP is not set 244 CONFIG_DEFAULT_IOSCHED="anticipatory" 245 246 # 247 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 248 # 249 CONFIG_HW_HAS_PCI=y 250 CONFIG_PCI=y 251 # CONFIG_ARCH_SUPPORTS_MSI is not set 252 CONFIG_MMU=y 253 - 254 - # 255 - # PCCARD (PCMCIA/CardBus) support 256 - # 257 # CONFIG_PCCARD is not set 258 # CONFIG_HOTPLUG_PCI is not set 259 ··· 266 # 267 # Power management options 268 # 269 # CONFIG_PM is not set 270 271 # ··· 308 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 309 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 310 # CONFIG_INET_XFRM_MODE_BEET is not set 311 CONFIG_INET_DIAG=y 312 CONFIG_INET_TCP_DIAG=y 313 # CONFIG_TCP_CONG_ADVANCED is not set ··· 316 CONFIG_DEFAULT_TCP_CONG="cubic" 317 # CONFIG_TCP_MD5SIG is not set 318 # CONFIG_IPV6 is not set 319 - # CONFIG_INET6_XFRM_TUNNEL is not set 320 - # CONFIG_INET6_TUNNEL is not set 321 CONFIG_NETWORK_SECMARK=y 322 # CONFIG_NETFILTER is not set 323 # CONFIG_IP_DCCP is not set 324 # CONFIG_IP_SCTP is not set 325 - # CONFIG_SCTP_HMAC_NONE is not set 326 - # CONFIG_SCTP_HMAC_SHA1 is not set 327 - # CONFIG_SCTP_HMAC_MD5 is not set 328 # CONFIG_TIPC is not set 329 # CONFIG_ATM is not set 330 # CONFIG_BRIDGE is not set ··· 332 # CONFIG_LAPB is not set 333 # CONFIG_ECONET is not set 334 # CONFIG_WAN_ROUTER is not set 335 - 336 - # 337 - # QoS and/or fair queueing 338 - # 339 # CONFIG_NET_SCHED is not set 340 341 # ··· 339 # 340 # CONFIG_NET_PKTGEN is not set 341 # CONFIG_HAMRADIO is not set 342 # CONFIG_IRDA is not set 343 # CONFIG_BT is not set 344 # CONFIG_AF_RXRPC is not set ··· 362 # 363 # Generic Driver Options 364 # 365 CONFIG_STANDALONE=y 366 CONFIG_PREVENT_FIRMWARE_BUILD=y 367 CONFIG_FW_LOADER=m ··· 384 CONFIG_BLK_DEV_RAM=y 385 CONFIG_BLK_DEV_RAM_COUNT=16 386 CONFIG_BLK_DEV_RAM_SIZE=4096 387 - CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 388 # CONFIG_CDROM_PKTCDVD is not set 389 # CONFIG_ATA_OVER_ETH is not set 390 # CONFIG_MISC_DEVICES is not set 391 # CONFIG_IDE is not set 392 393 # ··· 400 # CONFIG_SCSI_NETLINK is not set 401 # CONFIG_ATA is not set 402 # CONFIG_MD is not set 403 - 404 - # 405 - # Fusion MPT device support 406 - # 407 # CONFIG_FUSION is not set 408 409 # ··· 415 # CONFIG_MACVLAN is not set 416 # CONFIG_EQUALIZER is not set 417 # CONFIG_TUN is not set 418 # CONFIG_ARCNET is not set 419 CONFIG_PHYLIB=m 420 ··· 431 CONFIG_SMSC_PHY=m 432 # CONFIG_BROADCOM_PHY is not set 433 # CONFIG_ICPLUS_PHY is not set 434 - # CONFIG_FIXED_PHY is not set 435 CONFIG_NET_ETHERNET=y 436 CONFIG_MII=y 437 # CONFIG_AX88796 is not set ··· 443 # CONFIG_DM9000 is not set 444 # CONFIG_NET_TULIP is not set 445 # CONFIG_HP100 is not set 446 CONFIG_NET_PCI=y 447 # CONFIG_PCNET32 is not set 448 # CONFIG_AMD8111_ETH is not set ··· 454 # CONFIG_B44 is not set 455 # CONFIG_FORCEDETH is not set 456 # CONFIG_TC35815 is not set 457 - # CONFIG_DGRS is not set 458 # CONFIG_EEPRO100 is not set 459 # CONFIG_E100 is not set 460 # CONFIG_FEALNX is not set ··· 465 # CONFIG_8139TOO_TUNE_TWISTER is not set 466 # CONFIG_8139TOO_8129 is not set 467 # CONFIG_8139_OLD_RX_RESET is not set 468 # CONFIG_SIS900 is not set 469 # CONFIG_EPIC100 is not set 470 # CONFIG_SUNDANCE is not set ··· 478 # CONFIG_ACENIC is not set 479 # CONFIG_DL2K is not set 480 # CONFIG_E1000 is not set 481 # CONFIG_NS83820 is not set 482 # CONFIG_HAMACHI is not set 483 # CONFIG_YELLOWFIN is not set ··· 503 # 504 # CONFIG_WLAN_PRE80211 is not set 505 # CONFIG_WLAN_80211 is not set 506 507 # 508 # USB Network Adapters ··· 512 # CONFIG_USB_KAWETH is not set 513 # CONFIG_USB_PEGASUS is not set 514 # CONFIG_USB_RTL8150 is not set 515 - # CONFIG_USB_USBNET_MII is not set 516 # CONFIG_USB_USBNET is not set 517 # CONFIG_WAN is not set 518 # CONFIG_FDDI is not set 519 # CONFIG_HIPPI is not set 520 # CONFIG_PPP is not set 521 # CONFIG_SLIP is not set 522 - # CONFIG_SHAPER is not set 523 # CONFIG_NETCONSOLE is not set 524 # CONFIG_NETPOLL is not set 525 # CONFIG_NET_POLL_CONTROLLER is not set ··· 536 # 537 # CONFIG_INPUT_MOUSEDEV is not set 538 # CONFIG_INPUT_JOYDEV is not set 539 - # CONFIG_INPUT_TSDEV is not set 540 # CONFIG_INPUT_EVDEV is not set 541 # CONFIG_INPUT_EVBUG is not set 542 ··· 562 CONFIG_VT_CONSOLE=y 563 CONFIG_HW_CONSOLE=y 564 CONFIG_VT_HW_CONSOLE_BINDING=y 565 # CONFIG_SERIAL_NONSTANDARD is not set 566 567 # 568 # Serial drivers ··· 583 CONFIG_LEGACY_PTYS=y 584 CONFIG_LEGACY_PTY_COUNT=256 585 # CONFIG_IPMI_HANDLER is not set 586 - # CONFIG_WATCHDOG is not set 587 # CONFIG_HW_RANDOM is not set 588 - # CONFIG_RTC is not set 589 # CONFIG_R3964 is not set 590 # CONFIG_APPLICOM is not set 591 CONFIG_GPIO_TB0219=y 592 - # CONFIG_DRM is not set 593 CONFIG_GPIO_VR41XX=y 594 # CONFIG_RAW_DRIVER is not set 595 # CONFIG_TCG_TPM is not set 596 CONFIG_DEVPORT=y 597 # CONFIG_I2C is not set 598 - 599 - # 600 - # SPI support 601 - # 602 # CONFIG_SPI is not set 603 - # CONFIG_SPI_MASTER is not set 604 # CONFIG_W1 is not set 605 # CONFIG_POWER_SUPPLY is not set 606 # CONFIG_HWMON is not set 607 608 # 609 # Multifunction device drivers 610 # 611 # CONFIG_MFD_SM501 is not set 612 613 # 614 # Multimedia devices 615 # 616 # CONFIG_VIDEO_DEV is not set 617 # CONFIG_DVB_CORE is not set 618 # CONFIG_DAB is not set 619 620 # 621 # Graphics support 622 # 623 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 624 625 # 626 # Display device support 627 # 628 # CONFIG_DISPLAY_SUPPORT is not set 629 - # CONFIG_VGASTATE is not set 630 - # CONFIG_VIDEO_OUTPUT_CONTROL is not set 631 - # CONFIG_FB is not set 632 633 # 634 # Console display driver support ··· 657 CONFIG_USB_ARCH_HAS_EHCI=y 658 CONFIG_USB=m 659 # CONFIG_USB_DEBUG is not set 660 661 # 662 # Miscellaneous USB options ··· 666 CONFIG_USB_DEVICE_CLASS=y 667 # CONFIG_USB_DYNAMIC_MINORS is not set 668 # CONFIG_USB_OTG is not set 669 670 # 671 # USB Host Controller Drivers 672 # 673 CONFIG_USB_EHCI_HCD=m 674 - # CONFIG_USB_EHCI_SPLIT_ISO is not set 675 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 676 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 677 # CONFIG_USB_ISP116X_HCD is not set 678 CONFIG_USB_OHCI_HCD=m 679 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 680 # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set ··· 710 # 711 # USB port drivers 712 # 713 - 714 - # 715 - # USB Serial Converter support 716 - # 717 # CONFIG_USB_SERIAL is not set 718 719 # ··· 735 # CONFIG_USB_TRANCEVIBRATOR is not set 736 # CONFIG_USB_IOWARRIOR is not set 737 # CONFIG_USB_TEST is not set 738 - 739 - # 740 - # USB DSL modem support 741 - # 742 - 743 - # 744 - # USB Gadget Support 745 - # 746 # CONFIG_USB_GADGET is not set 747 # CONFIG_MMC is not set 748 # CONFIG_NEW_LEDS is not set 749 # CONFIG_INFINIBAND is not set 750 CONFIG_RTC_LIB=y 751 CONFIG_RTC_CLASS=y ··· 764 # Platform RTC drivers 765 # 766 # CONFIG_RTC_DRV_CMOS is not set 767 # CONFIG_RTC_DRV_DS1553 is not set 768 - # CONFIG_RTC_DRV_STK17TA8 is not set 769 # CONFIG_RTC_DRV_DS1742 is not set 770 # CONFIG_RTC_DRV_M48T86 is not set 771 # CONFIG_RTC_DRV_M48T59 is not set 772 # CONFIG_RTC_DRV_V3020 is not set ··· 776 # on-CPU RTC drivers 777 # 778 CONFIG_RTC_DRV_VR41XX=y 779 - 780 - # 781 - # DMA Engine support 782 - # 783 - # CONFIG_DMA_ENGINE is not set 784 - 785 - # 786 - # DMA Clients 787 - # 788 - 789 - # 790 - # DMA Devices 791 - # 792 - 793 - # 794 - # Userspace I/O 795 - # 796 # CONFIG_UIO is not set 797 798 # ··· 790 # CONFIG_EXT3_FS_SECURITY is not set 791 # CONFIG_EXT4DEV_FS is not set 792 CONFIG_JBD=y 793 - # CONFIG_JBD_DEBUG is not set 794 CONFIG_FS_MBCACHE=y 795 # CONFIG_REISERFS_FS is not set 796 # CONFIG_JFS_FS is not set 797 CONFIG_FS_POSIX_ACL=y 798 # CONFIG_XFS_FS is not set 799 - # CONFIG_GFS2_FS is not set 800 # CONFIG_OCFS2_FS is not set 801 - # CONFIG_MINIX_FS is not set 802 - CONFIG_ROMFS_FS=m 803 CONFIG_INOTIFY=y 804 CONFIG_INOTIFY_USER=y 805 # CONFIG_QUOTA is not set 806 - CONFIG_DNOTIFY=y 807 # CONFIG_AUTOFS_FS is not set 808 CONFIG_AUTOFS4_FS=y 809 # CONFIG_FUSE_FS is not set ··· 828 CONFIG_TMPFS=y 829 CONFIG_TMPFS_POSIX_ACL=y 830 # CONFIG_HUGETLB_PAGE is not set 831 - CONFIG_RAMFS=y 832 # CONFIG_CONFIGFS_FS is not set 833 834 # ··· 842 # CONFIG_EFS_FS is not set 843 CONFIG_CRAMFS=m 844 # CONFIG_VXFS_FS is not set 845 # CONFIG_HPFS_FS is not set 846 # CONFIG_QNX4FS_FS is not set 847 # CONFIG_SYSV_FS is not set 848 # CONFIG_UFS_FS is not set 849 - 850 - # 851 - # Network File Systems 852 - # 853 CONFIG_NFS_FS=y 854 CONFIG_NFS_V3=y 855 # CONFIG_NFS_V3_ACL is not set 856 # CONFIG_NFS_V4 is not set 857 - # CONFIG_NFS_DIRECTIO is not set 858 CONFIG_NFSD=y 859 CONFIG_NFSD_V3=y 860 # CONFIG_NFSD_V3_ACL is not set 861 # CONFIG_NFSD_V4 is not set 862 - CONFIG_NFSD_TCP=y 863 CONFIG_ROOT_NFS=y 864 CONFIG_LOCKD=y 865 CONFIG_LOCKD_V4=y ··· 877 # 878 # CONFIG_PARTITION_ADVANCED is not set 879 CONFIG_MSDOS_PARTITION=y 880 - 881 - # 882 - # Native Language Support 883 - # 884 # CONFIG_NLS is not set 885 - 886 - # 887 - # Distributed Lock Manager 888 - # 889 # CONFIG_DLM is not set 890 - 891 - # 892 - # Profiling support 893 - # 894 - # CONFIG_PROFILING is not set 895 896 # 897 # Kernel hacking 898 # 899 CONFIG_TRACE_IRQFLAGS_SUPPORT=y 900 # CONFIG_PRINTK_TIME is not set 901 CONFIG_ENABLE_MUST_CHECK=y 902 # CONFIG_MAGIC_SYSRQ is not set 903 # CONFIG_UNUSED_SYMBOLS is not set 904 # CONFIG_DEBUG_FS is not set 905 # CONFIG_HEADERS_CHECK is not set 906 # CONFIG_DEBUG_KERNEL is not set 907 - CONFIG_CROSSCOMPILE=y 908 - CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" 909 910 # 911 # Security options 912 # 913 # CONFIG_KEYS is not set 914 # CONFIG_SECURITY is not set 915 # CONFIG_CRYPTO is not set 916 917 # 918 # Library routines 919 # 920 CONFIG_BITREVERSE=y 921 CONFIG_CRC_CCITT=y 922 # CONFIG_CRC16 is not set 923 # CONFIG_CRC_ITU_T is not set
··· 1 # 2 # Automatically generated make config: don't edit 3 + # Linux kernel version: 2.6.26-rc1 4 + # Mon May 12 11:54:51 2008 5 # 6 CONFIG_MIPS=y 7 ··· 10 # 11 # CONFIG_MACH_ALCHEMY is not set 12 # CONFIG_BASLER_EXCITE is not set 13 + # CONFIG_BCM47XX is not set 14 # CONFIG_MIPS_COBALT is not set 15 # CONFIG_MACH_DECSTATION is not set 16 # CONFIG_MACH_JAZZ is not set 17 + # CONFIG_LASAT is not set 18 # CONFIG_LEMOTE_FULONG is not set 19 # CONFIG_MIPS_ATLAS is not set 20 # CONFIG_MIPS_MALTA is not set ··· 26 # CONFIG_PMC_YOSEMITE is not set 27 # CONFIG_SGI_IP22 is not set 28 # CONFIG_SGI_IP27 is not set 29 + # CONFIG_SGI_IP28 is not set 30 # CONFIG_SGI_IP32 is not set 31 # CONFIG_SIBYTE_CRHINE is not set 32 # CONFIG_SIBYTE_CARMEL is not set ··· 53 CONFIG_RWSEM_GENERIC_SPINLOCK=y 54 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 55 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 56 + CONFIG_ARCH_SUPPORTS_OPROFILE=y 57 CONFIG_GENERIC_FIND_NEXT_BIT=y 58 CONFIG_GENERIC_HWEIGHT=y 59 CONFIG_GENERIC_CALIBRATE_DELAY=y 60 + CONFIG_GENERIC_CLOCKEVENTS=y 61 CONFIG_GENERIC_TIME=y 62 + CONFIG_GENERIC_CMOS_UPDATE=y 63 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 64 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 65 + CONFIG_CEVT_R4K=y 66 + CONFIG_CSRC_R4K=y 67 CONFIG_DMA_NONCOHERENT=y 68 CONFIG_DMA_NEED_PCI_MAP_STATE=y 69 # CONFIG_HOTPLUG_CPU is not set ··· 113 CONFIG_GENERIC_HARDIRQS=y 114 CONFIG_GENERIC_IRQ_PROBE=y 115 CONFIG_ARCH_FLATMEM_ENABLE=y 116 + CONFIG_ARCH_POPULATES_NODE_MAP=y 117 CONFIG_SELECT_MEMORY_MODEL=y 118 CONFIG_FLATMEM_MANUAL=y 119 # CONFIG_DISCONTIGMEM_MANUAL is not set ··· 120 CONFIG_FLATMEM=y 121 CONFIG_FLAT_NODE_MEM_MAP=y 122 # CONFIG_SPARSEMEM_STATIC is not set 123 + # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 124 + CONFIG_PAGEFLAGS_EXTENDED=y 125 CONFIG_SPLIT_PTLOCK_CPUS=4 126 # CONFIG_RESOURCES_64BIT is not set 127 CONFIG_ZONE_DMA_FLAG=0 128 CONFIG_VIRT_TO_BUS=y 129 + # CONFIG_TICK_ONESHOT is not set 130 + # CONFIG_NO_HZ is not set 131 + # CONFIG_HIGH_RES_TIMERS is not set 132 + CONFIG_GENERIC_CLOCKEVENTS_BUILD=y 133 # CONFIG_HZ_48 is not set 134 # CONFIG_HZ_100 is not set 135 # CONFIG_HZ_128 is not set ··· 156 # CONFIG_POSIX_MQUEUE is not set 157 # CONFIG_BSD_PROCESS_ACCT is not set 158 # CONFIG_TASKSTATS is not set 159 # CONFIG_AUDIT is not set 160 # CONFIG_IKCONFIG is not set 161 CONFIG_LOG_BUF_SHIFT=14 162 + # CONFIG_CGROUPS is not set 163 + # CONFIG_GROUP_SCHED is not set 164 CONFIG_SYSFS_DEPRECATED=y 165 + CONFIG_SYSFS_DEPRECATED_V2=y 166 # CONFIG_RELAY is not set 167 + # CONFIG_NAMESPACES is not set 168 # CONFIG_BLK_DEV_INITRD is not set 169 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 170 CONFIG_SYSCTL=y 171 CONFIG_EMBEDDED=y 172 CONFIG_SYSCTL_SYSCALL=y 173 + CONFIG_SYSCTL_SYSCALL_CHECK=y 174 CONFIG_KALLSYMS=y 175 # CONFIG_KALLSYMS_EXTRA_PASS is not set 176 CONFIG_HOTPLUG=y 177 CONFIG_PRINTK=y 178 CONFIG_BUG=y 179 CONFIG_ELF_CORE=y 180 + # CONFIG_PCSPKR_PLATFORM is not set 181 + CONFIG_COMPAT_BRK=y 182 CONFIG_BASE_FULL=y 183 CONFIG_FUTEX=y 184 CONFIG_ANON_INODES=y ··· 185 CONFIG_SLAB=y 186 # CONFIG_SLUB is not set 187 # CONFIG_SLOB is not set 188 + # CONFIG_PROFILING is not set 189 + # CONFIG_MARKERS is not set 190 + CONFIG_HAVE_OPROFILE=y 191 + # CONFIG_HAVE_KPROBES is not set 192 + # CONFIG_HAVE_KRETPROBES is not set 193 + # CONFIG_HAVE_DMA_ATTRS is not set 194 + CONFIG_PROC_PAGE_MONITOR=y 195 + CONFIG_SLABINFO=y 196 CONFIG_RT_MUTEXES=y 197 # CONFIG_TINY_SHMEM is not set 198 CONFIG_BASE_SMALL=0 199 CONFIG_MODULES=y 200 + # CONFIG_MODULE_FORCE_LOAD is not set 201 CONFIG_MODULE_UNLOAD=y 202 CONFIG_MODULE_FORCE_UNLOAD=y 203 CONFIG_MODVERSIONS=y ··· 212 # CONFIG_DEFAULT_CFQ is not set 213 # CONFIG_DEFAULT_NOOP is not set 214 CONFIG_DEFAULT_IOSCHED="anticipatory" 215 + CONFIG_CLASSIC_RCU=y 216 217 # 218 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 219 # 220 CONFIG_HW_HAS_PCI=y 221 CONFIG_PCI=y 222 + CONFIG_PCI_DOMAINS=y 223 # CONFIG_ARCH_SUPPORTS_MSI is not set 224 + CONFIG_PCI_LEGACY=y 225 CONFIG_MMU=y 226 # CONFIG_PCCARD is not set 227 # CONFIG_HOTPLUG_PCI is not set 228 ··· 237 # 238 # Power management options 239 # 240 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 241 # CONFIG_PM is not set 242 243 # ··· 278 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 279 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 280 # CONFIG_INET_XFRM_MODE_BEET is not set 281 + # CONFIG_INET_LRO is not set 282 CONFIG_INET_DIAG=y 283 CONFIG_INET_TCP_DIAG=y 284 # CONFIG_TCP_CONG_ADVANCED is not set ··· 285 CONFIG_DEFAULT_TCP_CONG="cubic" 286 # CONFIG_TCP_MD5SIG is not set 287 # CONFIG_IPV6 is not set 288 CONFIG_NETWORK_SECMARK=y 289 # CONFIG_NETFILTER is not set 290 # CONFIG_IP_DCCP is not set 291 # CONFIG_IP_SCTP is not set 292 # CONFIG_TIPC is not set 293 # CONFIG_ATM is not set 294 # CONFIG_BRIDGE is not set ··· 306 # CONFIG_LAPB is not set 307 # CONFIG_ECONET is not set 308 # CONFIG_WAN_ROUTER is not set 309 # CONFIG_NET_SCHED is not set 310 311 # ··· 317 # 318 # CONFIG_NET_PKTGEN is not set 319 # CONFIG_HAMRADIO is not set 320 + # CONFIG_CAN is not set 321 # CONFIG_IRDA is not set 322 # CONFIG_BT is not set 323 # CONFIG_AF_RXRPC is not set ··· 339 # 340 # Generic Driver Options 341 # 342 + CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 343 CONFIG_STANDALONE=y 344 CONFIG_PREVENT_FIRMWARE_BUILD=y 345 CONFIG_FW_LOADER=m ··· 360 CONFIG_BLK_DEV_RAM=y 361 CONFIG_BLK_DEV_RAM_COUNT=16 362 CONFIG_BLK_DEV_RAM_SIZE=4096 363 + CONFIG_BLK_DEV_XIP=y 364 # CONFIG_CDROM_PKTCDVD is not set 365 # CONFIG_ATA_OVER_ETH is not set 366 # CONFIG_MISC_DEVICES is not set 367 + CONFIG_HAVE_IDE=y 368 # CONFIG_IDE is not set 369 370 # ··· 375 # CONFIG_SCSI_NETLINK is not set 376 # CONFIG_ATA is not set 377 # CONFIG_MD is not set 378 # CONFIG_FUSION is not set 379 380 # ··· 394 # CONFIG_MACVLAN is not set 395 # CONFIG_EQUALIZER is not set 396 # CONFIG_TUN is not set 397 + # CONFIG_VETH is not set 398 # CONFIG_ARCNET is not set 399 CONFIG_PHYLIB=m 400 ··· 409 CONFIG_SMSC_PHY=m 410 # CONFIG_BROADCOM_PHY is not set 411 # CONFIG_ICPLUS_PHY is not set 412 + # CONFIG_REALTEK_PHY is not set 413 + # CONFIG_MDIO_BITBANG is not set 414 CONFIG_NET_ETHERNET=y 415 CONFIG_MII=y 416 # CONFIG_AX88796 is not set ··· 420 # CONFIG_DM9000 is not set 421 # CONFIG_NET_TULIP is not set 422 # CONFIG_HP100 is not set 423 + # CONFIG_IBM_NEW_EMAC_ZMII is not set 424 + # CONFIG_IBM_NEW_EMAC_RGMII is not set 425 + # CONFIG_IBM_NEW_EMAC_TAH is not set 426 + # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 427 CONFIG_NET_PCI=y 428 # CONFIG_PCNET32 is not set 429 # CONFIG_AMD8111_ETH is not set ··· 427 # CONFIG_B44 is not set 428 # CONFIG_FORCEDETH is not set 429 # CONFIG_TC35815 is not set 430 # CONFIG_EEPRO100 is not set 431 # CONFIG_E100 is not set 432 # CONFIG_FEALNX is not set ··· 439 # CONFIG_8139TOO_TUNE_TWISTER is not set 440 # CONFIG_8139TOO_8129 is not set 441 # CONFIG_8139_OLD_RX_RESET is not set 442 + # CONFIG_R6040 is not set 443 # CONFIG_SIS900 is not set 444 # CONFIG_EPIC100 is not set 445 # CONFIG_SUNDANCE is not set ··· 451 # CONFIG_ACENIC is not set 452 # CONFIG_DL2K is not set 453 # CONFIG_E1000 is not set 454 + # CONFIG_E1000E is not set 455 + # CONFIG_E1000E_ENABLED is not set 456 + # CONFIG_IP1000 is not set 457 + # CONFIG_IGB is not set 458 # CONFIG_NS83820 is not set 459 # CONFIG_HAMACHI is not set 460 # CONFIG_YELLOWFIN is not set ··· 472 # 473 # CONFIG_WLAN_PRE80211 is not set 474 # CONFIG_WLAN_80211 is not set 475 + # CONFIG_IWLWIFI_LEDS is not set 476 477 # 478 # USB Network Adapters ··· 480 # CONFIG_USB_KAWETH is not set 481 # CONFIG_USB_PEGASUS is not set 482 # CONFIG_USB_RTL8150 is not set 483 # CONFIG_USB_USBNET is not set 484 # CONFIG_WAN is not set 485 # CONFIG_FDDI is not set 486 # CONFIG_HIPPI is not set 487 # CONFIG_PPP is not set 488 # CONFIG_SLIP is not set 489 # CONFIG_NETCONSOLE is not set 490 # CONFIG_NETPOLL is not set 491 # CONFIG_NET_POLL_CONTROLLER is not set ··· 506 # 507 # CONFIG_INPUT_MOUSEDEV is not set 508 # CONFIG_INPUT_JOYDEV is not set 509 # CONFIG_INPUT_EVDEV is not set 510 # CONFIG_INPUT_EVBUG is not set 511 ··· 533 CONFIG_VT_CONSOLE=y 534 CONFIG_HW_CONSOLE=y 535 CONFIG_VT_HW_CONSOLE_BINDING=y 536 + # CONFIG_DEVKMEM is not set 537 # CONFIG_SERIAL_NONSTANDARD is not set 538 + # CONFIG_NOZOMI is not set 539 540 # 541 # Serial drivers ··· 552 CONFIG_LEGACY_PTYS=y 553 CONFIG_LEGACY_PTY_COUNT=256 554 # CONFIG_IPMI_HANDLER is not set 555 # CONFIG_HW_RANDOM is not set 556 # CONFIG_R3964 is not set 557 # CONFIG_APPLICOM is not set 558 CONFIG_GPIO_TB0219=y 559 CONFIG_GPIO_VR41XX=y 560 # CONFIG_RAW_DRIVER is not set 561 # CONFIG_TCG_TPM is not set 562 CONFIG_DEVPORT=y 563 # CONFIG_I2C is not set 564 # CONFIG_SPI is not set 565 # CONFIG_W1 is not set 566 # CONFIG_POWER_SUPPLY is not set 567 # CONFIG_HWMON is not set 568 + # CONFIG_THERMAL is not set 569 + # CONFIG_WATCHDOG is not set 570 + 571 + # 572 + # Sonics Silicon Backplane 573 + # 574 + CONFIG_SSB_POSSIBLE=y 575 + # CONFIG_SSB is not set 576 577 # 578 # Multifunction device drivers 579 # 580 # CONFIG_MFD_SM501 is not set 581 + # CONFIG_HTC_PASIC3 is not set 582 583 # 584 # Multimedia devices 585 # 586 + 587 + # 588 + # Multimedia core support 589 + # 590 # CONFIG_VIDEO_DEV is not set 591 # CONFIG_DVB_CORE is not set 592 + 593 + # 594 + # Multimedia drivers 595 + # 596 # CONFIG_DAB is not set 597 598 # 599 # Graphics support 600 # 601 + # CONFIG_DRM is not set 602 + # CONFIG_VGASTATE is not set 603 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 604 + # CONFIG_FB is not set 605 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 606 607 # 608 # Display device support 609 # 610 # CONFIG_DISPLAY_SUPPORT is not set 611 612 # 613 # Console display driver support ··· 616 CONFIG_USB_ARCH_HAS_EHCI=y 617 CONFIG_USB=m 618 # CONFIG_USB_DEBUG is not set 619 + # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set 620 621 # 622 # Miscellaneous USB options ··· 624 CONFIG_USB_DEVICE_CLASS=y 625 # CONFIG_USB_DYNAMIC_MINORS is not set 626 # CONFIG_USB_OTG is not set 627 + # CONFIG_USB_OTG_WHITELIST is not set 628 + # CONFIG_USB_OTG_BLACKLIST_HUB is not set 629 630 # 631 # USB Host Controller Drivers 632 # 633 + # CONFIG_USB_C67X00_HCD is not set 634 CONFIG_USB_EHCI_HCD=m 635 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 636 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 637 # CONFIG_USB_ISP116X_HCD is not set 638 + # CONFIG_USB_ISP1760_HCD is not set 639 CONFIG_USB_OHCI_HCD=m 640 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 641 # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set ··· 665 # 666 # USB port drivers 667 # 668 # CONFIG_USB_SERIAL is not set 669 670 # ··· 694 # CONFIG_USB_TRANCEVIBRATOR is not set 695 # CONFIG_USB_IOWARRIOR is not set 696 # CONFIG_USB_TEST is not set 697 # CONFIG_USB_GADGET is not set 698 # CONFIG_MMC is not set 699 + # CONFIG_MEMSTICK is not set 700 # CONFIG_NEW_LEDS is not set 701 + # CONFIG_ACCESSIBILITY is not set 702 # CONFIG_INFINIBAND is not set 703 CONFIG_RTC_LIB=y 704 CONFIG_RTC_CLASS=y ··· 729 # Platform RTC drivers 730 # 731 # CONFIG_RTC_DRV_CMOS is not set 732 + # CONFIG_RTC_DRV_DS1511 is not set 733 # CONFIG_RTC_DRV_DS1553 is not set 734 # CONFIG_RTC_DRV_DS1742 is not set 735 + # CONFIG_RTC_DRV_STK17TA8 is not set 736 # CONFIG_RTC_DRV_M48T86 is not set 737 # CONFIG_RTC_DRV_M48T59 is not set 738 # CONFIG_RTC_DRV_V3020 is not set ··· 740 # on-CPU RTC drivers 741 # 742 CONFIG_RTC_DRV_VR41XX=y 743 # CONFIG_UIO is not set 744 745 # ··· 771 # CONFIG_EXT3_FS_SECURITY is not set 772 # CONFIG_EXT4DEV_FS is not set 773 CONFIG_JBD=y 774 CONFIG_FS_MBCACHE=y 775 # CONFIG_REISERFS_FS is not set 776 # CONFIG_JFS_FS is not set 777 CONFIG_FS_POSIX_ACL=y 778 # CONFIG_XFS_FS is not set 779 # CONFIG_OCFS2_FS is not set 780 + CONFIG_DNOTIFY=y 781 CONFIG_INOTIFY=y 782 CONFIG_INOTIFY_USER=y 783 # CONFIG_QUOTA is not set 784 # CONFIG_AUTOFS_FS is not set 785 CONFIG_AUTOFS4_FS=y 786 # CONFIG_FUSE_FS is not set ··· 813 CONFIG_TMPFS=y 814 CONFIG_TMPFS_POSIX_ACL=y 815 # CONFIG_HUGETLB_PAGE is not set 816 # CONFIG_CONFIGFS_FS is not set 817 818 # ··· 828 # CONFIG_EFS_FS is not set 829 CONFIG_CRAMFS=m 830 # CONFIG_VXFS_FS is not set 831 + # CONFIG_MINIX_FS is not set 832 # CONFIG_HPFS_FS is not set 833 # CONFIG_QNX4FS_FS is not set 834 + CONFIG_ROMFS_FS=m 835 # CONFIG_SYSV_FS is not set 836 # CONFIG_UFS_FS is not set 837 + CONFIG_NETWORK_FILESYSTEMS=y 838 CONFIG_NFS_FS=y 839 CONFIG_NFS_V3=y 840 # CONFIG_NFS_V3_ACL is not set 841 # CONFIG_NFS_V4 is not set 842 CONFIG_NFSD=y 843 CONFIG_NFSD_V3=y 844 # CONFIG_NFSD_V3_ACL is not set 845 # CONFIG_NFSD_V4 is not set 846 CONFIG_ROOT_NFS=y 847 CONFIG_LOCKD=y 848 CONFIG_LOCKD_V4=y ··· 866 # 867 # CONFIG_PARTITION_ADVANCED is not set 868 CONFIG_MSDOS_PARTITION=y 869 # CONFIG_NLS is not set 870 # CONFIG_DLM is not set 871 872 # 873 # Kernel hacking 874 # 875 CONFIG_TRACE_IRQFLAGS_SUPPORT=y 876 # CONFIG_PRINTK_TIME is not set 877 + CONFIG_ENABLE_WARN_DEPRECATED=y 878 CONFIG_ENABLE_MUST_CHECK=y 879 + CONFIG_FRAME_WARN=1024 880 # CONFIG_MAGIC_SYSRQ is not set 881 # CONFIG_UNUSED_SYMBOLS is not set 882 # CONFIG_DEBUG_FS is not set 883 # CONFIG_HEADERS_CHECK is not set 884 # CONFIG_DEBUG_KERNEL is not set 885 + # CONFIG_SAMPLES is not set 886 + CONFIG_CMDLINE="cca=3 mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" 887 888 # 889 # Security options 890 # 891 # CONFIG_KEYS is not set 892 # CONFIG_SECURITY is not set 893 + # CONFIG_SECURITY_FILE_CAPABILITIES is not set 894 # CONFIG_CRYPTO is not set 895 896 # 897 # Library routines 898 # 899 CONFIG_BITREVERSE=y 900 + # CONFIG_GENERIC_FIND_FIRST_BIT is not set 901 CONFIG_CRC_CCITT=y 902 # CONFIG_CRC16 is not set 903 # CONFIG_CRC_ITU_T is not set
+96 -96
arch/mips/configs/tb0226_defconfig
··· 1 # 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.23-rc2 4 - # Thu Aug 9 11:16:55 2007 5 # 6 CONFIG_MIPS=y 7 ··· 10 # 11 # CONFIG_MACH_ALCHEMY is not set 12 # CONFIG_BASLER_EXCITE is not set 13 # CONFIG_MIPS_COBALT is not set 14 # CONFIG_MACH_DECSTATION is not set 15 # CONFIG_MACH_JAZZ is not set 16 # CONFIG_LEMOTE_FULONG is not set 17 # CONFIG_MIPS_ATLAS is not set 18 # CONFIG_MIPS_MALTA is not set ··· 28 # CONFIG_PMC_YOSEMITE is not set 29 # CONFIG_SGI_IP22 is not set 30 # CONFIG_SGI_IP27 is not set 31 # CONFIG_SGI_IP32 is not set 32 # CONFIG_SIBYTE_CRHINE is not set 33 # CONFIG_SIBYTE_CARMEL is not set ··· 56 CONFIG_RWSEM_GENERIC_SPINLOCK=y 57 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 58 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 59 CONFIG_GENERIC_FIND_NEXT_BIT=y 60 CONFIG_GENERIC_HWEIGHT=y 61 CONFIG_GENERIC_CALIBRATE_DELAY=y 62 CONFIG_GENERIC_TIME=y 63 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 64 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 65 CONFIG_DMA_NONCOHERENT=y 66 CONFIG_DMA_NEED_PCI_MAP_STATE=y 67 # CONFIG_HOTPLUG_CPU is not set ··· 121 CONFIG_GENERIC_HARDIRQS=y 122 CONFIG_GENERIC_IRQ_PROBE=y 123 CONFIG_ARCH_FLATMEM_ENABLE=y 124 CONFIG_SELECT_MEMORY_MODEL=y 125 CONFIG_FLATMEM_MANUAL=y 126 # CONFIG_DISCONTIGMEM_MANUAL is not set ··· 129 CONFIG_FLATMEM=y 130 CONFIG_FLAT_NODE_MEM_MAP=y 131 # CONFIG_SPARSEMEM_STATIC is not set 132 CONFIG_SPLIT_PTLOCK_CPUS=4 133 # CONFIG_RESOURCES_64BIT is not set 134 CONFIG_ZONE_DMA_FLAG=0 135 CONFIG_VIRT_TO_BUS=y 136 # CONFIG_HZ_48 is not set 137 # CONFIG_HZ_100 is not set 138 # CONFIG_HZ_128 is not set ··· 171 # CONFIG_POSIX_MQUEUE is not set 172 # CONFIG_BSD_PROCESS_ACCT is not set 173 # CONFIG_TASKSTATS is not set 174 - # CONFIG_USER_NS is not set 175 # CONFIG_AUDIT is not set 176 # CONFIG_IKCONFIG is not set 177 CONFIG_LOG_BUF_SHIFT=14 178 CONFIG_SYSFS_DEPRECATED=y 179 # CONFIG_RELAY is not set 180 # CONFIG_BLK_DEV_INITRD is not set 181 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 182 CONFIG_SYSCTL=y 183 CONFIG_EMBEDDED=y 184 CONFIG_SYSCTL_SYSCALL=y 185 CONFIG_KALLSYMS=y 186 # CONFIG_KALLSYMS_EXTRA_PASS is not set 187 CONFIG_HOTPLUG=y 188 CONFIG_PRINTK=y 189 CONFIG_BUG=y 190 CONFIG_ELF_CORE=y 191 CONFIG_BASE_FULL=y 192 CONFIG_FUTEX=y 193 CONFIG_ANON_INODES=y ··· 206 CONFIG_SLAB=y 207 # CONFIG_SLUB is not set 208 # CONFIG_SLOB is not set 209 CONFIG_RT_MUTEXES=y 210 # CONFIG_TINY_SHMEM is not set 211 CONFIG_BASE_SMALL=0 212 CONFIG_MODULES=y 213 CONFIG_MODULE_UNLOAD=y 214 CONFIG_MODULE_FORCE_UNLOAD=y 215 CONFIG_MODVERSIONS=y ··· 242 # CONFIG_DEFAULT_CFQ is not set 243 # CONFIG_DEFAULT_NOOP is not set 244 CONFIG_DEFAULT_IOSCHED="anticipatory" 245 246 # 247 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 248 # 249 CONFIG_HW_HAS_PCI=y 250 CONFIG_PCI=y 251 # CONFIG_ARCH_SUPPORTS_MSI is not set 252 CONFIG_MMU=y 253 - 254 - # 255 - # PCCARD (PCMCIA/CardBus) support 256 - # 257 # CONFIG_PCCARD is not set 258 # CONFIG_HOTPLUG_PCI is not set 259 ··· 266 # 267 # Power management options 268 # 269 # CONFIG_PM is not set 270 271 # ··· 307 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 308 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 309 # CONFIG_INET_XFRM_MODE_BEET is not set 310 CONFIG_INET_DIAG=y 311 CONFIG_INET_TCP_DIAG=y 312 # CONFIG_TCP_CONG_ADVANCED is not set ··· 315 CONFIG_DEFAULT_TCP_CONG="cubic" 316 # CONFIG_TCP_MD5SIG is not set 317 # CONFIG_IPV6 is not set 318 - # CONFIG_INET6_XFRM_TUNNEL is not set 319 - # CONFIG_INET6_TUNNEL is not set 320 CONFIG_NETWORK_SECMARK=y 321 # CONFIG_NETFILTER is not set 322 # CONFIG_IP_DCCP is not set 323 # CONFIG_IP_SCTP is not set 324 - # CONFIG_SCTP_HMAC_NONE is not set 325 - # CONFIG_SCTP_HMAC_SHA1 is not set 326 - # CONFIG_SCTP_HMAC_MD5 is not set 327 # CONFIG_TIPC is not set 328 # CONFIG_ATM is not set 329 # CONFIG_BRIDGE is not set ··· 331 # CONFIG_LAPB is not set 332 # CONFIG_ECONET is not set 333 # CONFIG_WAN_ROUTER is not set 334 - 335 - # 336 - # QoS and/or fair queueing 337 - # 338 # CONFIG_NET_SCHED is not set 339 340 # ··· 338 # 339 # CONFIG_NET_PKTGEN is not set 340 # CONFIG_HAMRADIO is not set 341 # CONFIG_IRDA is not set 342 # CONFIG_BT is not set 343 # CONFIG_AF_RXRPC is not set ··· 361 # 362 # Generic Driver Options 363 # 364 CONFIG_STANDALONE=y 365 CONFIG_PREVENT_FIRMWARE_BUILD=y 366 CONFIG_FW_LOADER=y ··· 383 CONFIG_BLK_DEV_RAM=y 384 CONFIG_BLK_DEV_RAM_COUNT=16 385 CONFIG_BLK_DEV_RAM_SIZE=4096 386 - CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 387 # CONFIG_CDROM_PKTCDVD is not set 388 # CONFIG_ATA_OVER_ETH is not set 389 # CONFIG_MISC_DEVICES is not set 390 # CONFIG_IDE is not set 391 392 # ··· 427 # CONFIG_SCSI_ISCSI_ATTRS is not set 428 CONFIG_SCSI_SAS_ATTRS=m 429 CONFIG_SCSI_SAS_LIBSAS=m 430 # CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set 431 # CONFIG_SCSI_LOWLEVEL is not set 432 # CONFIG_ATA is not set 433 # CONFIG_MD is not set 434 - 435 - # 436 - # Fusion MPT device support 437 - # 438 # CONFIG_FUSION is not set 439 - # CONFIG_FUSION_SPI is not set 440 - # CONFIG_FUSION_FC is not set 441 - # CONFIG_FUSION_SAS is not set 442 443 # 444 # IEEE 1394 (FireWire) support ··· 448 # CONFIG_MACVLAN is not set 449 # CONFIG_EQUALIZER is not set 450 # CONFIG_TUN is not set 451 # CONFIG_ARCNET is not set 452 # CONFIG_PHYLIB is not set 453 CONFIG_NET_ETHERNET=y ··· 461 # CONFIG_DM9000 is not set 462 # CONFIG_NET_TULIP is not set 463 # CONFIG_HP100 is not set 464 CONFIG_NET_PCI=y 465 # CONFIG_PCNET32 is not set 466 # CONFIG_AMD8111_ETH is not set ··· 472 # CONFIG_B44 is not set 473 # CONFIG_FORCEDETH is not set 474 # CONFIG_TC35815 is not set 475 - # CONFIG_DGRS is not set 476 # CONFIG_EEPRO100 is not set 477 CONFIG_E100=y 478 # CONFIG_FEALNX is not set ··· 479 # CONFIG_NE2K_PCI is not set 480 # CONFIG_8139CP is not set 481 # CONFIG_8139TOO is not set 482 # CONFIG_SIS900 is not set 483 # CONFIG_EPIC100 is not set 484 # CONFIG_SUNDANCE is not set ··· 495 # 496 # CONFIG_WLAN_PRE80211 is not set 497 # CONFIG_WLAN_80211 is not set 498 499 # 500 # USB Network Adapters ··· 504 CONFIG_USB_KAWETH=m 505 CONFIG_USB_PEGASUS=m 506 CONFIG_USB_RTL8150=m 507 - # CONFIG_USB_USBNET_MII is not set 508 # CONFIG_USB_USBNET is not set 509 # CONFIG_WAN is not set 510 # CONFIG_FDDI is not set ··· 511 # CONFIG_PPP is not set 512 # CONFIG_SLIP is not set 513 # CONFIG_NET_FC is not set 514 - # CONFIG_SHAPER is not set 515 # CONFIG_NETCONSOLE is not set 516 # CONFIG_NETPOLL is not set 517 # CONFIG_NET_POLL_CONTROLLER is not set ··· 529 # 530 # CONFIG_INPUT_MOUSEDEV is not set 531 # CONFIG_INPUT_JOYDEV is not set 532 - # CONFIG_INPUT_TSDEV is not set 533 # CONFIG_INPUT_EVDEV is not set 534 # CONFIG_INPUT_EVBUG is not set 535 ··· 555 CONFIG_VT_CONSOLE=y 556 CONFIG_HW_CONSOLE=y 557 CONFIG_VT_HW_CONSOLE_BINDING=y 558 # CONFIG_SERIAL_NONSTANDARD is not set 559 560 # 561 # Serial drivers ··· 576 CONFIG_LEGACY_PTYS=y 577 CONFIG_LEGACY_PTY_COUNT=256 578 # CONFIG_IPMI_HANDLER is not set 579 - # CONFIG_WATCHDOG is not set 580 # CONFIG_HW_RANDOM is not set 581 - # CONFIG_RTC is not set 582 # CONFIG_R3964 is not set 583 # CONFIG_APPLICOM is not set 584 # CONFIG_GPIO_TB0219 is not set 585 - # CONFIG_DRM is not set 586 CONFIG_GPIO_VR41XX=y 587 # CONFIG_RAW_DRIVER is not set 588 # CONFIG_TCG_TPM is not set 589 CONFIG_DEVPORT=y 590 # CONFIG_I2C is not set 591 - 592 - # 593 - # SPI support 594 - # 595 # CONFIG_SPI is not set 596 - # CONFIG_SPI_MASTER is not set 597 # CONFIG_W1 is not set 598 # CONFIG_POWER_SUPPLY is not set 599 # CONFIG_HWMON is not set 600 601 # 602 # Multifunction device drivers 603 # 604 # CONFIG_MFD_SM501 is not set 605 606 # 607 # Multimedia devices 608 # 609 # CONFIG_VIDEO_DEV is not set 610 # CONFIG_DVB_CORE is not set 611 # CONFIG_DAB is not set 612 613 # 614 # Graphics support 615 # 616 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 617 618 # 619 # Display device support 620 # 621 # CONFIG_DISPLAY_SUPPORT is not set 622 - # CONFIG_VGASTATE is not set 623 - # CONFIG_VIDEO_OUTPUT_CONTROL is not set 624 - # CONFIG_FB is not set 625 626 # 627 # Console display driver support ··· 650 CONFIG_USB_ARCH_HAS_EHCI=y 651 CONFIG_USB=y 652 # CONFIG_USB_DEBUG is not set 653 654 # 655 # Miscellaneous USB options ··· 659 CONFIG_USB_DEVICE_CLASS=y 660 # CONFIG_USB_DYNAMIC_MINORS is not set 661 # CONFIG_USB_OTG is not set 662 663 # 664 # USB Host Controller Drivers 665 # 666 CONFIG_USB_EHCI_HCD=y 667 - # CONFIG_USB_EHCI_SPLIT_ISO is not set 668 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 669 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 670 # CONFIG_USB_ISP116X_HCD is not set 671 CONFIG_USB_OHCI_HCD=y 672 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 673 # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set ··· 696 # CONFIG_USB_STORAGE_DEBUG is not set 697 # CONFIG_USB_STORAGE_DATAFAB is not set 698 # CONFIG_USB_STORAGE_FREECOM is not set 699 # CONFIG_USB_STORAGE_DPCM is not set 700 # CONFIG_USB_STORAGE_USBAT is not set 701 # CONFIG_USB_STORAGE_SDDR09 is not set 702 # CONFIG_USB_STORAGE_SDDR55 is not set 703 # CONFIG_USB_STORAGE_JUMPSHOT is not set 704 # CONFIG_USB_STORAGE_ALAUDA is not set 705 # CONFIG_USB_STORAGE_KARMA is not set 706 # CONFIG_USB_LIBUSUAL is not set 707 708 # ··· 717 718 # 719 # USB port drivers 720 - # 721 - 722 - # 723 - # USB Serial Converter support 724 # 725 # CONFIG_USB_SERIAL is not set 726 ··· 743 # CONFIG_USB_TRANCEVIBRATOR is not set 744 # CONFIG_USB_IOWARRIOR is not set 745 # CONFIG_USB_TEST is not set 746 - 747 - # 748 - # USB DSL modem support 749 - # 750 - 751 - # 752 - # USB Gadget Support 753 - # 754 # CONFIG_USB_GADGET is not set 755 # CONFIG_MMC is not set 756 # CONFIG_NEW_LEDS is not set 757 # CONFIG_INFINIBAND is not set 758 CONFIG_RTC_LIB=y 759 CONFIG_RTC_CLASS=y ··· 772 # Platform RTC drivers 773 # 774 # CONFIG_RTC_DRV_CMOS is not set 775 # CONFIG_RTC_DRV_DS1553 is not set 776 - # CONFIG_RTC_DRV_STK17TA8 is not set 777 # CONFIG_RTC_DRV_DS1742 is not set 778 # CONFIG_RTC_DRV_M48T86 is not set 779 # CONFIG_RTC_DRV_M48T59 is not set 780 # CONFIG_RTC_DRV_V3020 is not set ··· 784 # on-CPU RTC drivers 785 # 786 CONFIG_RTC_DRV_VR41XX=y 787 - 788 - # 789 - # DMA Engine support 790 - # 791 - # CONFIG_DMA_ENGINE is not set 792 - 793 - # 794 - # DMA Clients 795 - # 796 - 797 - # 798 - # DMA Devices 799 - # 800 - 801 - # 802 - # Userspace I/O 803 - # 804 # CONFIG_UIO is not set 805 806 # ··· 798 # CONFIG_JFS_FS is not set 799 CONFIG_FS_POSIX_ACL=y 800 # CONFIG_XFS_FS is not set 801 - # CONFIG_GFS2_FS is not set 802 # CONFIG_OCFS2_FS is not set 803 - # CONFIG_MINIX_FS is not set 804 - CONFIG_ROMFS_FS=m 805 CONFIG_INOTIFY=y 806 CONFIG_INOTIFY_USER=y 807 # CONFIG_QUOTA is not set 808 - CONFIG_DNOTIFY=y 809 # CONFIG_AUTOFS_FS is not set 810 CONFIG_AUTOFS4_FS=y 811 # CONFIG_FUSE_FS is not set ··· 831 CONFIG_TMPFS=y 832 CONFIG_TMPFS_POSIX_ACL=y 833 # CONFIG_HUGETLB_PAGE is not set 834 - CONFIG_RAMFS=y 835 # CONFIG_CONFIGFS_FS is not set 836 837 # ··· 845 # CONFIG_EFS_FS is not set 846 CONFIG_CRAMFS=m 847 # CONFIG_VXFS_FS is not set 848 # CONFIG_HPFS_FS is not set 849 # CONFIG_QNX4FS_FS is not set 850 # CONFIG_SYSV_FS is not set 851 # CONFIG_UFS_FS is not set 852 - 853 - # 854 - # Network File Systems 855 - # 856 CONFIG_NFS_FS=y 857 CONFIG_NFS_V3=y 858 # CONFIG_NFS_V3_ACL is not set 859 # CONFIG_NFS_V4 is not set 860 - # CONFIG_NFS_DIRECTIO is not set 861 CONFIG_NFSD=m 862 CONFIG_NFSD_V3=y 863 # CONFIG_NFSD_V3_ACL is not set 864 # CONFIG_NFSD_V4 is not set 865 - # CONFIG_NFSD_TCP is not set 866 CONFIG_ROOT_NFS=y 867 CONFIG_LOCKD=y 868 CONFIG_LOCKD_V4=y ··· 880 # 881 # CONFIG_PARTITION_ADVANCED is not set 882 CONFIG_MSDOS_PARTITION=y 883 - 884 - # 885 - # Native Language Support 886 - # 887 # CONFIG_NLS is not set 888 - 889 - # 890 - # Distributed Lock Manager 891 - # 892 # CONFIG_DLM is not set 893 - 894 - # 895 - # Profiling support 896 - # 897 - # CONFIG_PROFILING is not set 898 899 # 900 # Kernel hacking 901 # 902 CONFIG_TRACE_IRQFLAGS_SUPPORT=y 903 # CONFIG_PRINTK_TIME is not set 904 CONFIG_ENABLE_MUST_CHECK=y 905 # CONFIG_MAGIC_SYSRQ is not set 906 # CONFIG_UNUSED_SYMBOLS is not set 907 # CONFIG_DEBUG_FS is not set 908 # CONFIG_HEADERS_CHECK is not set 909 # CONFIG_DEBUG_KERNEL is not set 910 - CONFIG_CROSSCOMPILE=y 911 - CONFIG_CMDLINE="mem=32M console=ttyVR0,115200" 912 913 # 914 # Security options 915 # 916 # CONFIG_KEYS is not set 917 # CONFIG_SECURITY is not set 918 # CONFIG_CRYPTO is not set 919 920 # 921 # Library routines 922 # 923 CONFIG_BITREVERSE=m 924 # CONFIG_CRC_CCITT is not set 925 # CONFIG_CRC16 is not set 926 # CONFIG_CRC_ITU_T is not set
··· 1 # 2 # Automatically generated make config: don't edit 3 + # Linux kernel version: 2.6.26-rc1 4 + # Mon May 12 11:53:54 2008 5 # 6 CONFIG_MIPS=y 7 ··· 10 # 11 # CONFIG_MACH_ALCHEMY is not set 12 # CONFIG_BASLER_EXCITE is not set 13 + # CONFIG_BCM47XX is not set 14 # CONFIG_MIPS_COBALT is not set 15 # CONFIG_MACH_DECSTATION is not set 16 # CONFIG_MACH_JAZZ is not set 17 + # CONFIG_LASAT is not set 18 # CONFIG_LEMOTE_FULONG is not set 19 # CONFIG_MIPS_ATLAS is not set 20 # CONFIG_MIPS_MALTA is not set ··· 26 # CONFIG_PMC_YOSEMITE is not set 27 # CONFIG_SGI_IP22 is not set 28 # CONFIG_SGI_IP27 is not set 29 + # CONFIG_SGI_IP28 is not set 30 # CONFIG_SGI_IP32 is not set 31 # CONFIG_SIBYTE_CRHINE is not set 32 # CONFIG_SIBYTE_CARMEL is not set ··· 53 CONFIG_RWSEM_GENERIC_SPINLOCK=y 54 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 55 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 56 + CONFIG_ARCH_SUPPORTS_OPROFILE=y 57 CONFIG_GENERIC_FIND_NEXT_BIT=y 58 CONFIG_GENERIC_HWEIGHT=y 59 CONFIG_GENERIC_CALIBRATE_DELAY=y 60 + CONFIG_GENERIC_CLOCKEVENTS=y 61 CONFIG_GENERIC_TIME=y 62 + CONFIG_GENERIC_CMOS_UPDATE=y 63 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 64 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 65 + CONFIG_CEVT_R4K=y 66 + CONFIG_CSRC_R4K=y 67 CONFIG_DMA_NONCOHERENT=y 68 CONFIG_DMA_NEED_PCI_MAP_STATE=y 69 # CONFIG_HOTPLUG_CPU is not set ··· 113 CONFIG_GENERIC_HARDIRQS=y 114 CONFIG_GENERIC_IRQ_PROBE=y 115 CONFIG_ARCH_FLATMEM_ENABLE=y 116 + CONFIG_ARCH_POPULATES_NODE_MAP=y 117 CONFIG_SELECT_MEMORY_MODEL=y 118 CONFIG_FLATMEM_MANUAL=y 119 # CONFIG_DISCONTIGMEM_MANUAL is not set ··· 120 CONFIG_FLATMEM=y 121 CONFIG_FLAT_NODE_MEM_MAP=y 122 # CONFIG_SPARSEMEM_STATIC is not set 123 + # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 124 + CONFIG_PAGEFLAGS_EXTENDED=y 125 CONFIG_SPLIT_PTLOCK_CPUS=4 126 # CONFIG_RESOURCES_64BIT is not set 127 CONFIG_ZONE_DMA_FLAG=0 128 CONFIG_VIRT_TO_BUS=y 129 + # CONFIG_TICK_ONESHOT is not set 130 + # CONFIG_NO_HZ is not set 131 + # CONFIG_HIGH_RES_TIMERS is not set 132 + CONFIG_GENERIC_CLOCKEVENTS_BUILD=y 133 # CONFIG_HZ_48 is not set 134 # CONFIG_HZ_100 is not set 135 # CONFIG_HZ_128 is not set ··· 156 # CONFIG_POSIX_MQUEUE is not set 157 # CONFIG_BSD_PROCESS_ACCT is not set 158 # CONFIG_TASKSTATS is not set 159 # CONFIG_AUDIT is not set 160 # CONFIG_IKCONFIG is not set 161 CONFIG_LOG_BUF_SHIFT=14 162 + # CONFIG_CGROUPS is not set 163 + # CONFIG_GROUP_SCHED is not set 164 CONFIG_SYSFS_DEPRECATED=y 165 + CONFIG_SYSFS_DEPRECATED_V2=y 166 # CONFIG_RELAY is not set 167 + # CONFIG_NAMESPACES is not set 168 # CONFIG_BLK_DEV_INITRD is not set 169 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 170 CONFIG_SYSCTL=y 171 CONFIG_EMBEDDED=y 172 CONFIG_SYSCTL_SYSCALL=y 173 + CONFIG_SYSCTL_SYSCALL_CHECK=y 174 CONFIG_KALLSYMS=y 175 # CONFIG_KALLSYMS_EXTRA_PASS is not set 176 CONFIG_HOTPLUG=y 177 CONFIG_PRINTK=y 178 CONFIG_BUG=y 179 CONFIG_ELF_CORE=y 180 + # CONFIG_PCSPKR_PLATFORM is not set 181 + CONFIG_COMPAT_BRK=y 182 CONFIG_BASE_FULL=y 183 CONFIG_FUTEX=y 184 CONFIG_ANON_INODES=y ··· 185 CONFIG_SLAB=y 186 # CONFIG_SLUB is not set 187 # CONFIG_SLOB is not set 188 + # CONFIG_PROFILING is not set 189 + # CONFIG_MARKERS is not set 190 + CONFIG_HAVE_OPROFILE=y 191 + # CONFIG_HAVE_KPROBES is not set 192 + # CONFIG_HAVE_KRETPROBES is not set 193 + # CONFIG_HAVE_DMA_ATTRS is not set 194 + CONFIG_PROC_PAGE_MONITOR=y 195 + CONFIG_SLABINFO=y 196 CONFIG_RT_MUTEXES=y 197 # CONFIG_TINY_SHMEM is not set 198 CONFIG_BASE_SMALL=0 199 CONFIG_MODULES=y 200 + # CONFIG_MODULE_FORCE_LOAD is not set 201 CONFIG_MODULE_UNLOAD=y 202 CONFIG_MODULE_FORCE_UNLOAD=y 203 CONFIG_MODVERSIONS=y ··· 212 # CONFIG_DEFAULT_CFQ is not set 213 # CONFIG_DEFAULT_NOOP is not set 214 CONFIG_DEFAULT_IOSCHED="anticipatory" 215 + CONFIG_CLASSIC_RCU=y 216 217 # 218 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 219 # 220 CONFIG_HW_HAS_PCI=y 221 CONFIG_PCI=y 222 + CONFIG_PCI_DOMAINS=y 223 # CONFIG_ARCH_SUPPORTS_MSI is not set 224 + CONFIG_PCI_LEGACY=y 225 CONFIG_MMU=y 226 # CONFIG_PCCARD is not set 227 # CONFIG_HOTPLUG_PCI is not set 228 ··· 237 # 238 # Power management options 239 # 240 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 241 # CONFIG_PM is not set 242 243 # ··· 277 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 278 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 279 # CONFIG_INET_XFRM_MODE_BEET is not set 280 + # CONFIG_INET_LRO is not set 281 CONFIG_INET_DIAG=y 282 CONFIG_INET_TCP_DIAG=y 283 # CONFIG_TCP_CONG_ADVANCED is not set ··· 284 CONFIG_DEFAULT_TCP_CONG="cubic" 285 # CONFIG_TCP_MD5SIG is not set 286 # CONFIG_IPV6 is not set 287 CONFIG_NETWORK_SECMARK=y 288 # CONFIG_NETFILTER is not set 289 # CONFIG_IP_DCCP is not set 290 # CONFIG_IP_SCTP is not set 291 # CONFIG_TIPC is not set 292 # CONFIG_ATM is not set 293 # CONFIG_BRIDGE is not set ··· 305 # CONFIG_LAPB is not set 306 # CONFIG_ECONET is not set 307 # CONFIG_WAN_ROUTER is not set 308 # CONFIG_NET_SCHED is not set 309 310 # ··· 316 # 317 # CONFIG_NET_PKTGEN is not set 318 # CONFIG_HAMRADIO is not set 319 + # CONFIG_CAN is not set 320 # CONFIG_IRDA is not set 321 # CONFIG_BT is not set 322 # CONFIG_AF_RXRPC is not set ··· 338 # 339 # Generic Driver Options 340 # 341 + CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 342 CONFIG_STANDALONE=y 343 CONFIG_PREVENT_FIRMWARE_BUILD=y 344 CONFIG_FW_LOADER=y ··· 359 CONFIG_BLK_DEV_RAM=y 360 CONFIG_BLK_DEV_RAM_COUNT=16 361 CONFIG_BLK_DEV_RAM_SIZE=4096 362 + CONFIG_BLK_DEV_XIP=y 363 # CONFIG_CDROM_PKTCDVD is not set 364 # CONFIG_ATA_OVER_ETH is not set 365 # CONFIG_MISC_DEVICES is not set 366 + CONFIG_HAVE_IDE=y 367 # CONFIG_IDE is not set 368 369 # ··· 402 # CONFIG_SCSI_ISCSI_ATTRS is not set 403 CONFIG_SCSI_SAS_ATTRS=m 404 CONFIG_SCSI_SAS_LIBSAS=m 405 + CONFIG_SCSI_SAS_HOST_SMP=y 406 # CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set 407 + # CONFIG_SCSI_SRP_ATTRS is not set 408 # CONFIG_SCSI_LOWLEVEL is not set 409 # CONFIG_ATA is not set 410 # CONFIG_MD is not set 411 # CONFIG_FUSION is not set 412 413 # 414 # IEEE 1394 (FireWire) support ··· 428 # CONFIG_MACVLAN is not set 429 # CONFIG_EQUALIZER is not set 430 # CONFIG_TUN is not set 431 + # CONFIG_VETH is not set 432 # CONFIG_ARCNET is not set 433 # CONFIG_PHYLIB is not set 434 CONFIG_NET_ETHERNET=y ··· 440 # CONFIG_DM9000 is not set 441 # CONFIG_NET_TULIP is not set 442 # CONFIG_HP100 is not set 443 + # CONFIG_IBM_NEW_EMAC_ZMII is not set 444 + # CONFIG_IBM_NEW_EMAC_RGMII is not set 445 + # CONFIG_IBM_NEW_EMAC_TAH is not set 446 + # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 447 CONFIG_NET_PCI=y 448 # CONFIG_PCNET32 is not set 449 # CONFIG_AMD8111_ETH is not set ··· 447 # CONFIG_B44 is not set 448 # CONFIG_FORCEDETH is not set 449 # CONFIG_TC35815 is not set 450 # CONFIG_EEPRO100 is not set 451 CONFIG_E100=y 452 # CONFIG_FEALNX is not set ··· 455 # CONFIG_NE2K_PCI is not set 456 # CONFIG_8139CP is not set 457 # CONFIG_8139TOO is not set 458 + # CONFIG_R6040 is not set 459 # CONFIG_SIS900 is not set 460 # CONFIG_EPIC100 is not set 461 # CONFIG_SUNDANCE is not set ··· 470 # 471 # CONFIG_WLAN_PRE80211 is not set 472 # CONFIG_WLAN_80211 is not set 473 + # CONFIG_IWLWIFI_LEDS is not set 474 475 # 476 # USB Network Adapters ··· 478 CONFIG_USB_KAWETH=m 479 CONFIG_USB_PEGASUS=m 480 CONFIG_USB_RTL8150=m 481 # CONFIG_USB_USBNET is not set 482 # CONFIG_WAN is not set 483 # CONFIG_FDDI is not set ··· 486 # CONFIG_PPP is not set 487 # CONFIG_SLIP is not set 488 # CONFIG_NET_FC is not set 489 # CONFIG_NETCONSOLE is not set 490 # CONFIG_NETPOLL is not set 491 # CONFIG_NET_POLL_CONTROLLER is not set ··· 505 # 506 # CONFIG_INPUT_MOUSEDEV is not set 507 # CONFIG_INPUT_JOYDEV is not set 508 # CONFIG_INPUT_EVDEV is not set 509 # CONFIG_INPUT_EVBUG is not set 510 ··· 532 CONFIG_VT_CONSOLE=y 533 CONFIG_HW_CONSOLE=y 534 CONFIG_VT_HW_CONSOLE_BINDING=y 535 + # CONFIG_DEVKMEM is not set 536 # CONFIG_SERIAL_NONSTANDARD is not set 537 + # CONFIG_NOZOMI is not set 538 539 # 540 # Serial drivers ··· 551 CONFIG_LEGACY_PTYS=y 552 CONFIG_LEGACY_PTY_COUNT=256 553 # CONFIG_IPMI_HANDLER is not set 554 # CONFIG_HW_RANDOM is not set 555 # CONFIG_R3964 is not set 556 # CONFIG_APPLICOM is not set 557 # CONFIG_GPIO_TB0219 is not set 558 CONFIG_GPIO_VR41XX=y 559 # CONFIG_RAW_DRIVER is not set 560 # CONFIG_TCG_TPM is not set 561 CONFIG_DEVPORT=y 562 # CONFIG_I2C is not set 563 # CONFIG_SPI is not set 564 # CONFIG_W1 is not set 565 # CONFIG_POWER_SUPPLY is not set 566 # CONFIG_HWMON is not set 567 + # CONFIG_THERMAL is not set 568 + # CONFIG_WATCHDOG is not set 569 + 570 + # 571 + # Sonics Silicon Backplane 572 + # 573 + CONFIG_SSB_POSSIBLE=y 574 + # CONFIG_SSB is not set 575 576 # 577 # Multifunction device drivers 578 # 579 # CONFIG_MFD_SM501 is not set 580 + # CONFIG_HTC_PASIC3 is not set 581 582 # 583 # Multimedia devices 584 # 585 + 586 + # 587 + # Multimedia core support 588 + # 589 # CONFIG_VIDEO_DEV is not set 590 # CONFIG_DVB_CORE is not set 591 + 592 + # 593 + # Multimedia drivers 594 + # 595 # CONFIG_DAB is not set 596 597 # 598 # Graphics support 599 # 600 + # CONFIG_DRM is not set 601 + # CONFIG_VGASTATE is not set 602 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 603 + # CONFIG_FB is not set 604 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 605 606 # 607 # Display device support 608 # 609 # CONFIG_DISPLAY_SUPPORT is not set 610 611 # 612 # Console display driver support ··· 615 CONFIG_USB_ARCH_HAS_EHCI=y 616 CONFIG_USB=y 617 # CONFIG_USB_DEBUG is not set 618 + # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set 619 620 # 621 # Miscellaneous USB options ··· 623 CONFIG_USB_DEVICE_CLASS=y 624 # CONFIG_USB_DYNAMIC_MINORS is not set 625 # CONFIG_USB_OTG is not set 626 + # CONFIG_USB_OTG_WHITELIST is not set 627 + # CONFIG_USB_OTG_BLACKLIST_HUB is not set 628 629 # 630 # USB Host Controller Drivers 631 # 632 + # CONFIG_USB_C67X00_HCD is not set 633 CONFIG_USB_EHCI_HCD=y 634 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 635 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 636 # CONFIG_USB_ISP116X_HCD is not set 637 + # CONFIG_USB_ISP1760_HCD is not set 638 CONFIG_USB_OHCI_HCD=y 639 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 640 # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set ··· 657 # CONFIG_USB_STORAGE_DEBUG is not set 658 # CONFIG_USB_STORAGE_DATAFAB is not set 659 # CONFIG_USB_STORAGE_FREECOM is not set 660 + # CONFIG_USB_STORAGE_ISD200 is not set 661 # CONFIG_USB_STORAGE_DPCM is not set 662 # CONFIG_USB_STORAGE_USBAT is not set 663 # CONFIG_USB_STORAGE_SDDR09 is not set 664 # CONFIG_USB_STORAGE_SDDR55 is not set 665 # CONFIG_USB_STORAGE_JUMPSHOT is not set 666 # CONFIG_USB_STORAGE_ALAUDA is not set 667 + # CONFIG_USB_STORAGE_ONETOUCH is not set 668 # CONFIG_USB_STORAGE_KARMA is not set 669 + # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 670 # CONFIG_USB_LIBUSUAL is not set 671 672 # ··· 675 676 # 677 # USB port drivers 678 # 679 # CONFIG_USB_SERIAL is not set 680 ··· 705 # CONFIG_USB_TRANCEVIBRATOR is not set 706 # CONFIG_USB_IOWARRIOR is not set 707 # CONFIG_USB_TEST is not set 708 # CONFIG_USB_GADGET is not set 709 # CONFIG_MMC is not set 710 + # CONFIG_MEMSTICK is not set 711 # CONFIG_NEW_LEDS is not set 712 + # CONFIG_ACCESSIBILITY is not set 713 # CONFIG_INFINIBAND is not set 714 CONFIG_RTC_LIB=y 715 CONFIG_RTC_CLASS=y ··· 740 # Platform RTC drivers 741 # 742 # CONFIG_RTC_DRV_CMOS is not set 743 + # CONFIG_RTC_DRV_DS1511 is not set 744 # CONFIG_RTC_DRV_DS1553 is not set 745 # CONFIG_RTC_DRV_DS1742 is not set 746 + # CONFIG_RTC_DRV_STK17TA8 is not set 747 # CONFIG_RTC_DRV_M48T86 is not set 748 # CONFIG_RTC_DRV_M48T59 is not set 749 # CONFIG_RTC_DRV_V3020 is not set ··· 751 # on-CPU RTC drivers 752 # 753 CONFIG_RTC_DRV_VR41XX=y 754 # CONFIG_UIO is not set 755 756 # ··· 782 # CONFIG_JFS_FS is not set 783 CONFIG_FS_POSIX_ACL=y 784 # CONFIG_XFS_FS is not set 785 # CONFIG_OCFS2_FS is not set 786 + CONFIG_DNOTIFY=y 787 CONFIG_INOTIFY=y 788 CONFIG_INOTIFY_USER=y 789 # CONFIG_QUOTA is not set 790 # CONFIG_AUTOFS_FS is not set 791 CONFIG_AUTOFS4_FS=y 792 # CONFIG_FUSE_FS is not set ··· 818 CONFIG_TMPFS=y 819 CONFIG_TMPFS_POSIX_ACL=y 820 # CONFIG_HUGETLB_PAGE is not set 821 # CONFIG_CONFIGFS_FS is not set 822 823 # ··· 833 # CONFIG_EFS_FS is not set 834 CONFIG_CRAMFS=m 835 # CONFIG_VXFS_FS is not set 836 + # CONFIG_MINIX_FS is not set 837 # CONFIG_HPFS_FS is not set 838 # CONFIG_QNX4FS_FS is not set 839 + CONFIG_ROMFS_FS=m 840 # CONFIG_SYSV_FS is not set 841 # CONFIG_UFS_FS is not set 842 + CONFIG_NETWORK_FILESYSTEMS=y 843 CONFIG_NFS_FS=y 844 CONFIG_NFS_V3=y 845 # CONFIG_NFS_V3_ACL is not set 846 # CONFIG_NFS_V4 is not set 847 CONFIG_NFSD=m 848 CONFIG_NFSD_V3=y 849 # CONFIG_NFSD_V3_ACL is not set 850 # CONFIG_NFSD_V4 is not set 851 CONFIG_ROOT_NFS=y 852 CONFIG_LOCKD=y 853 CONFIG_LOCKD_V4=y ··· 871 # 872 # CONFIG_PARTITION_ADVANCED is not set 873 CONFIG_MSDOS_PARTITION=y 874 # CONFIG_NLS is not set 875 # CONFIG_DLM is not set 876 877 # 878 # Kernel hacking 879 # 880 CONFIG_TRACE_IRQFLAGS_SUPPORT=y 881 # CONFIG_PRINTK_TIME is not set 882 + CONFIG_ENABLE_WARN_DEPRECATED=y 883 CONFIG_ENABLE_MUST_CHECK=y 884 + CONFIG_FRAME_WARN=1024 885 # CONFIG_MAGIC_SYSRQ is not set 886 # CONFIG_UNUSED_SYMBOLS is not set 887 # CONFIG_DEBUG_FS is not set 888 # CONFIG_HEADERS_CHECK is not set 889 # CONFIG_DEBUG_KERNEL is not set 890 + # CONFIG_SAMPLES is not set 891 + CONFIG_CMDLINE="cca=3 mem=32M console=ttyVR0,115200" 892 893 # 894 # Security options 895 # 896 # CONFIG_KEYS is not set 897 # CONFIG_SECURITY is not set 898 + # CONFIG_SECURITY_FILE_CAPABILITIES is not set 899 # CONFIG_CRYPTO is not set 900 901 # 902 # Library routines 903 # 904 CONFIG_BITREVERSE=m 905 + # CONFIG_GENERIC_FIND_FIRST_BIT is not set 906 # CONFIG_CRC_CCITT is not set 907 # CONFIG_CRC16 is not set 908 # CONFIG_CRC_ITU_T is not set
+111 -98
arch/mips/configs/tb0287_defconfig
··· 1 # 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.23-rc2 4 - # Thu Aug 9 14:03:54 2007 5 # 6 CONFIG_MIPS=y 7 ··· 10 # 11 # CONFIG_MACH_ALCHEMY is not set 12 # CONFIG_BASLER_EXCITE is not set 13 # CONFIG_MIPS_COBALT is not set 14 # CONFIG_MACH_DECSTATION is not set 15 # CONFIG_MACH_JAZZ is not set 16 # CONFIG_LEMOTE_FULONG is not set 17 # CONFIG_MIPS_ATLAS is not set 18 # CONFIG_MIPS_MALTA is not set ··· 28 # CONFIG_PMC_YOSEMITE is not set 29 # CONFIG_SGI_IP22 is not set 30 # CONFIG_SGI_IP27 is not set 31 # CONFIG_SGI_IP32 is not set 32 # CONFIG_SIBYTE_CRHINE is not set 33 # CONFIG_SIBYTE_CARMEL is not set ··· 56 CONFIG_RWSEM_GENERIC_SPINLOCK=y 57 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 58 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 59 CONFIG_GENERIC_FIND_NEXT_BIT=y 60 CONFIG_GENERIC_HWEIGHT=y 61 CONFIG_GENERIC_CALIBRATE_DELAY=y 62 CONFIG_GENERIC_TIME=y 63 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 64 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 65 CONFIG_DMA_NONCOHERENT=y 66 CONFIG_DMA_NEED_PCI_MAP_STATE=y 67 # CONFIG_HOTPLUG_CPU is not set ··· 121 CONFIG_GENERIC_HARDIRQS=y 122 CONFIG_GENERIC_IRQ_PROBE=y 123 CONFIG_ARCH_FLATMEM_ENABLE=y 124 CONFIG_SELECT_MEMORY_MODEL=y 125 CONFIG_FLATMEM_MANUAL=y 126 # CONFIG_DISCONTIGMEM_MANUAL is not set ··· 129 CONFIG_FLATMEM=y 130 CONFIG_FLAT_NODE_MEM_MAP=y 131 # CONFIG_SPARSEMEM_STATIC is not set 132 CONFIG_SPLIT_PTLOCK_CPUS=4 133 # CONFIG_RESOURCES_64BIT is not set 134 CONFIG_ZONE_DMA_FLAG=0 135 CONFIG_VIRT_TO_BUS=y 136 # CONFIG_HZ_48 is not set 137 # CONFIG_HZ_100 is not set 138 # CONFIG_HZ_128 is not set ··· 171 # CONFIG_POSIX_MQUEUE is not set 172 # CONFIG_BSD_PROCESS_ACCT is not set 173 # CONFIG_TASKSTATS is not set 174 - # CONFIG_USER_NS is not set 175 # CONFIG_AUDIT is not set 176 # CONFIG_IKCONFIG is not set 177 CONFIG_LOG_BUF_SHIFT=14 178 CONFIG_SYSFS_DEPRECATED=y 179 # CONFIG_RELAY is not set 180 # CONFIG_BLK_DEV_INITRD is not set 181 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 182 CONFIG_SYSCTL=y ··· 191 CONFIG_PRINTK=y 192 CONFIG_BUG=y 193 CONFIG_ELF_CORE=y 194 CONFIG_BASE_FULL=y 195 CONFIG_FUTEX=y 196 CONFIG_ANON_INODES=y ··· 205 CONFIG_SLAB=y 206 # CONFIG_SLUB is not set 207 # CONFIG_SLOB is not set 208 CONFIG_RT_MUTEXES=y 209 # CONFIG_TINY_SHMEM is not set 210 CONFIG_BASE_SMALL=0 211 CONFIG_MODULES=y 212 CONFIG_MODULE_UNLOAD=y 213 CONFIG_MODULE_FORCE_UNLOAD=y 214 CONFIG_MODVERSIONS=y ··· 241 # CONFIG_DEFAULT_CFQ is not set 242 # CONFIG_DEFAULT_NOOP is not set 243 CONFIG_DEFAULT_IOSCHED="anticipatory" 244 245 # 246 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 247 # 248 CONFIG_HW_HAS_PCI=y 249 CONFIG_PCI=y 250 # CONFIG_ARCH_SUPPORTS_MSI is not set 251 CONFIG_MMU=y 252 - 253 - # 254 - # PCCARD (PCMCIA/CardBus) support 255 - # 256 # CONFIG_PCCARD is not set 257 # CONFIG_HOTPLUG_PCI is not set 258 ··· 265 # 266 # Power management options 267 # 268 # CONFIG_PM is not set 269 270 # ··· 307 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 308 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 309 # CONFIG_INET_XFRM_MODE_BEET is not set 310 CONFIG_INET_DIAG=y 311 CONFIG_INET_TCP_DIAG=y 312 CONFIG_TCP_CONG_ADVANCED=y ··· 332 CONFIG_DEFAULT_TCP_CONG="bic" 333 # CONFIG_TCP_MD5SIG is not set 334 # CONFIG_IPV6 is not set 335 - # CONFIG_INET6_XFRM_TUNNEL is not set 336 - # CONFIG_INET6_TUNNEL is not set 337 CONFIG_NETWORK_SECMARK=y 338 # CONFIG_NETFILTER is not set 339 # CONFIG_IP_DCCP is not set ··· 348 # CONFIG_LAPB is not set 349 # CONFIG_ECONET is not set 350 # CONFIG_WAN_ROUTER is not set 351 - 352 - # 353 - # QoS and/or fair queueing 354 - # 355 # CONFIG_NET_SCHED is not set 356 357 # ··· 355 # 356 # CONFIG_NET_PKTGEN is not set 357 # CONFIG_HAMRADIO is not set 358 # CONFIG_IRDA is not set 359 # CONFIG_BT is not set 360 # CONFIG_AF_RXRPC is not set ··· 378 # 379 # Generic Driver Options 380 # 381 CONFIG_STANDALONE=y 382 CONFIG_PREVENT_FIRMWARE_BUILD=y 383 CONFIG_FW_LOADER=m ··· 400 CONFIG_BLK_DEV_RAM=y 401 CONFIG_BLK_DEV_RAM_COUNT=16 402 CONFIG_BLK_DEV_RAM_SIZE=4096 403 - CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 404 # CONFIG_CDROM_PKTCDVD is not set 405 # CONFIG_ATA_OVER_ETH is not set 406 # CONFIG_MISC_DEVICES is not set 407 # CONFIG_IDE is not set 408 409 # ··· 443 # CONFIG_SCSI_FC_ATTRS is not set 444 # CONFIG_SCSI_ISCSI_ATTRS is not set 445 # CONFIG_SCSI_SAS_LIBSAS is not set 446 # CONFIG_SCSI_LOWLEVEL is not set 447 CONFIG_ATA=y 448 # CONFIG_ATA_NONSTANDARD is not set 449 # CONFIG_SATA_AHCI is not set 450 # CONFIG_SATA_SVW is not set 451 # CONFIG_ATA_PIIX is not set 452 # CONFIG_SATA_MV is not set ··· 460 # CONFIG_SATA_PROMISE is not set 461 # CONFIG_SATA_SX4 is not set 462 # CONFIG_SATA_SIL is not set 463 - # CONFIG_SATA_SIL24 is not set 464 # CONFIG_SATA_SIS is not set 465 # CONFIG_SATA_ULI is not set 466 # CONFIG_SATA_VIA is not set ··· 488 # CONFIG_PATA_MPIIX is not set 489 # CONFIG_PATA_OLDPIIX is not set 490 # CONFIG_PATA_NETCELL is not set 491 # CONFIG_PATA_NS87410 is not set 492 # CONFIG_PATA_OPTI is not set 493 # CONFIG_PATA_OPTIDMA is not set 494 # CONFIG_PATA_PDC_OLD is not set ··· 504 # CONFIG_PATA_VIA is not set 505 # CONFIG_PATA_WINBOND is not set 506 # CONFIG_PATA_PLATFORM is not set 507 # CONFIG_MD is not set 508 - 509 - # 510 - # Fusion MPT device support 511 - # 512 # CONFIG_FUSION is not set 513 - # CONFIG_FUSION_SPI is not set 514 - # CONFIG_FUSION_FC is not set 515 - # CONFIG_FUSION_SAS is not set 516 517 # 518 # IEEE 1394 (FireWire) support ··· 546 # CONFIG_MACVLAN is not set 547 # CONFIG_EQUALIZER is not set 548 # CONFIG_TUN is not set 549 # CONFIG_ARCNET is not set 550 # CONFIG_PHYLIB is not set 551 CONFIG_NET_ETHERNET=y ··· 559 # CONFIG_DM9000 is not set 560 # CONFIG_NET_TULIP is not set 561 # CONFIG_HP100 is not set 562 CONFIG_NET_PCI=y 563 # CONFIG_PCNET32 is not set 564 # CONFIG_AMD8111_ETH is not set ··· 570 # CONFIG_B44 is not set 571 # CONFIG_FORCEDETH is not set 572 # CONFIG_TC35815 is not set 573 - # CONFIG_DGRS is not set 574 # CONFIG_EEPRO100 is not set 575 # CONFIG_E100 is not set 576 # CONFIG_FEALNX is not set ··· 581 # CONFIG_8139TOO_TUNE_TWISTER is not set 582 # CONFIG_8139TOO_8129 is not set 583 # CONFIG_8139_OLD_RX_RESET is not set 584 # CONFIG_SIS900 is not set 585 # CONFIG_EPIC100 is not set 586 # CONFIG_SUNDANCE is not set ··· 594 # CONFIG_ACENIC is not set 595 # CONFIG_DL2K is not set 596 # CONFIG_E1000 is not set 597 # CONFIG_NS83820 is not set 598 # CONFIG_HAMACHI is not set 599 # CONFIG_YELLOWFIN is not set ··· 619 # 620 # CONFIG_WLAN_PRE80211 is not set 621 # CONFIG_WLAN_80211 is not set 622 623 # 624 # USB Network Adapters ··· 628 # CONFIG_USB_KAWETH is not set 629 # CONFIG_USB_PEGASUS is not set 630 # CONFIG_USB_RTL8150 is not set 631 - # CONFIG_USB_USBNET_MII is not set 632 # CONFIG_USB_USBNET is not set 633 # CONFIG_WAN is not set 634 # CONFIG_FDDI is not set ··· 635 # CONFIG_PPP is not set 636 # CONFIG_SLIP is not set 637 # CONFIG_NET_FC is not set 638 - # CONFIG_SHAPER is not set 639 # CONFIG_NETCONSOLE is not set 640 # CONFIG_NETPOLL is not set 641 # CONFIG_NET_POLL_CONTROLLER is not set ··· 656 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 657 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 658 # CONFIG_INPUT_JOYDEV is not set 659 - # CONFIG_INPUT_TSDEV is not set 660 # CONFIG_INPUT_EVDEV is not set 661 # CONFIG_INPUT_EVBUG is not set 662 ··· 682 CONFIG_VT_CONSOLE=y 683 CONFIG_HW_CONSOLE=y 684 CONFIG_VT_HW_CONSOLE_BINDING=y 685 # CONFIG_SERIAL_NONSTANDARD is not set 686 687 # 688 # Serial drivers ··· 703 CONFIG_LEGACY_PTYS=y 704 CONFIG_LEGACY_PTY_COUNT=256 705 # CONFIG_IPMI_HANDLER is not set 706 - # CONFIG_WATCHDOG is not set 707 # CONFIG_HW_RANDOM is not set 708 - # CONFIG_RTC is not set 709 # CONFIG_R3964 is not set 710 # CONFIG_APPLICOM is not set 711 # CONFIG_GPIO_TB0219 is not set 712 - # CONFIG_DRM is not set 713 CONFIG_GPIO_VR41XX=y 714 # CONFIG_RAW_DRIVER is not set 715 # CONFIG_TCG_TPM is not set 716 CONFIG_DEVPORT=y 717 # CONFIG_I2C is not set 718 - 719 - # 720 - # SPI support 721 - # 722 # CONFIG_SPI is not set 723 - # CONFIG_SPI_MASTER is not set 724 # CONFIG_W1 is not set 725 # CONFIG_POWER_SUPPLY is not set 726 # CONFIG_HWMON is not set 727 728 # 729 # Multifunction device drivers 730 # 731 CONFIG_MFD_SM501=y 732 733 # 734 # Multimedia devices 735 # 736 # CONFIG_VIDEO_DEV is not set 737 # CONFIG_DVB_CORE is not set 738 # CONFIG_DAB is not set 739 740 # 741 # Graphics support 742 # 743 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 744 - 745 - # 746 - # Display device support 747 - # 748 - # CONFIG_DISPLAY_SUPPORT is not set 749 # CONFIG_VGASTATE is not set 750 CONFIG_VIDEO_OUTPUT_CONTROL=m 751 CONFIG_FB=y ··· 758 CONFIG_FB_CFB_FILLRECT=y 759 CONFIG_FB_CFB_COPYAREA=y 760 CONFIG_FB_CFB_IMAGEBLIT=y 761 # CONFIG_FB_SYS_FILLRECT is not set 762 # CONFIG_FB_SYS_COPYAREA is not set 763 # CONFIG_FB_SYS_IMAGEBLIT is not set 764 # CONFIG_FB_SYS_FOPS is not set 765 CONFIG_FB_DEFERRED_IO=y 766 # CONFIG_FB_SVGALIB is not set ··· 798 # CONFIG_FB_ARK is not set 799 # CONFIG_FB_PM3 is not set 800 CONFIG_FB_SM501=y 801 # CONFIG_FB_VIRTUAL is not set 802 803 # 804 # Console display driver support ··· 835 CONFIG_HID_SUPPORT=y 836 CONFIG_HID=y 837 # CONFIG_HID_DEBUG is not set 838 839 # 840 # USB Input Devices ··· 856 CONFIG_USB_ARCH_HAS_EHCI=y 857 CONFIG_USB=m 858 # CONFIG_USB_DEBUG is not set 859 860 # 861 # Miscellaneous USB options ··· 865 CONFIG_USB_DEVICE_CLASS=y 866 # CONFIG_USB_DYNAMIC_MINORS is not set 867 # CONFIG_USB_OTG is not set 868 869 # 870 # USB Host Controller Drivers 871 # 872 CONFIG_USB_EHCI_HCD=m 873 - # CONFIG_USB_EHCI_SPLIT_ISO is not set 874 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 875 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 876 # CONFIG_USB_ISP116X_HCD is not set 877 CONFIG_USB_OHCI_HCD=m 878 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 879 # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set ··· 902 # CONFIG_USB_STORAGE_DEBUG is not set 903 # CONFIG_USB_STORAGE_DATAFAB is not set 904 # CONFIG_USB_STORAGE_FREECOM is not set 905 # CONFIG_USB_STORAGE_DPCM is not set 906 # CONFIG_USB_STORAGE_USBAT is not set 907 # CONFIG_USB_STORAGE_SDDR09 is not set 908 # CONFIG_USB_STORAGE_SDDR55 is not set 909 # CONFIG_USB_STORAGE_JUMPSHOT is not set 910 # CONFIG_USB_STORAGE_ALAUDA is not set 911 # CONFIG_USB_STORAGE_KARMA is not set 912 # CONFIG_USB_LIBUSUAL is not set 913 914 # ··· 923 924 # 925 # USB port drivers 926 - # 927 - 928 - # 929 - # USB Serial Converter support 930 # 931 # CONFIG_USB_SERIAL is not set 932 ··· 948 # CONFIG_USB_LD is not set 949 # CONFIG_USB_TRANCEVIBRATOR is not set 950 # CONFIG_USB_IOWARRIOR is not set 951 - 952 - # 953 - # USB DSL modem support 954 - # 955 - 956 - # 957 - # USB Gadget Support 958 - # 959 # CONFIG_USB_GADGET is not set 960 # CONFIG_MMC is not set 961 # CONFIG_NEW_LEDS is not set 962 # CONFIG_INFINIBAND is not set 963 # CONFIG_RTC_CLASS is not set 964 - 965 - # 966 - # DMA Engine support 967 - # 968 - # CONFIG_DMA_ENGINE is not set 969 - 970 - # 971 - # DMA Clients 972 - # 973 - 974 - # 975 - # DMA Devices 976 - # 977 - 978 - # 979 - # Userspace I/O 980 - # 981 # CONFIG_UIO is not set 982 983 # ··· 970 # CONFIG_EXT3_FS_SECURITY is not set 971 # CONFIG_EXT4DEV_FS is not set 972 CONFIG_JBD=y 973 - # CONFIG_JBD_DEBUG is not set 974 CONFIG_FS_MBCACHE=y 975 # CONFIG_REISERFS_FS is not set 976 # CONFIG_JFS_FS is not set 977 CONFIG_FS_POSIX_ACL=y 978 CONFIG_XFS_FS=y 979 CONFIG_XFS_QUOTA=y 980 - # CONFIG_XFS_SECURITY is not set 981 CONFIG_XFS_POSIX_ACL=y 982 # CONFIG_XFS_RT is not set 983 - # CONFIG_GFS2_FS is not set 984 # CONFIG_OCFS2_FS is not set 985 - # CONFIG_MINIX_FS is not set 986 - CONFIG_ROMFS_FS=m 987 CONFIG_INOTIFY=y 988 CONFIG_INOTIFY_USER=y 989 # CONFIG_QUOTA is not set 990 CONFIG_QUOTACTL=y 991 - CONFIG_DNOTIFY=y 992 # CONFIG_AUTOFS_FS is not set 993 CONFIG_AUTOFS4_FS=y 994 # CONFIG_FUSE_FS is not set ··· 1013 CONFIG_TMPFS=y 1014 CONFIG_TMPFS_POSIX_ACL=y 1015 # CONFIG_HUGETLB_PAGE is not set 1016 - CONFIG_RAMFS=y 1017 # CONFIG_CONFIGFS_FS is not set 1018 1019 # ··· 1027 # CONFIG_EFS_FS is not set 1028 CONFIG_CRAMFS=m 1029 # CONFIG_VXFS_FS is not set 1030 # CONFIG_HPFS_FS is not set 1031 # CONFIG_QNX4FS_FS is not set 1032 # CONFIG_SYSV_FS is not set 1033 # CONFIG_UFS_FS is not set 1034 - 1035 - # 1036 - # Network File Systems 1037 - # 1038 CONFIG_NFS_FS=y 1039 CONFIG_NFS_V3=y 1040 # CONFIG_NFS_V3_ACL is not set 1041 # CONFIG_NFS_V4 is not set 1042 - # CONFIG_NFS_DIRECTIO is not set 1043 CONFIG_NFSD=m 1044 CONFIG_NFSD_V3=y 1045 # CONFIG_NFSD_V3_ACL is not set 1046 # CONFIG_NFSD_V4 is not set 1047 - CONFIG_NFSD_TCP=y 1048 CONFIG_ROOT_NFS=y 1049 CONFIG_LOCKD=y 1050 CONFIG_LOCKD_V4=y ··· 1062 # 1063 # CONFIG_PARTITION_ADVANCED is not set 1064 CONFIG_MSDOS_PARTITION=y 1065 - 1066 - # 1067 - # Native Language Support 1068 - # 1069 # CONFIG_NLS is not set 1070 - 1071 - # 1072 - # Distributed Lock Manager 1073 - # 1074 # CONFIG_DLM is not set 1075 - 1076 - # 1077 - # Profiling support 1078 - # 1079 - # CONFIG_PROFILING is not set 1080 1081 # 1082 # Kernel hacking 1083 # 1084 CONFIG_TRACE_IRQFLAGS_SUPPORT=y 1085 # CONFIG_PRINTK_TIME is not set 1086 CONFIG_ENABLE_MUST_CHECK=y 1087 # CONFIG_MAGIC_SYSRQ is not set 1088 # CONFIG_UNUSED_SYMBOLS is not set 1089 # CONFIG_DEBUG_FS is not set 1090 # CONFIG_HEADERS_CHECK is not set 1091 # CONFIG_DEBUG_KERNEL is not set 1092 - CONFIG_CROSSCOMPILE=y 1093 - CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" 1094 1095 # 1096 # Security options 1097 # 1098 # CONFIG_KEYS is not set 1099 # CONFIG_SECURITY is not set 1100 # CONFIG_CRYPTO is not set 1101 1102 # 1103 # Library routines 1104 # 1105 CONFIG_BITREVERSE=y 1106 CONFIG_CRC_CCITT=y 1107 # CONFIG_CRC16 is not set 1108 # CONFIG_CRC_ITU_T is not set
··· 1 # 2 # Automatically generated make config: don't edit 3 + # Linux kernel version: 2.6.26-rc1 4 + # Mon May 12 11:55:55 2008 5 # 6 CONFIG_MIPS=y 7 ··· 10 # 11 # CONFIG_MACH_ALCHEMY is not set 12 # CONFIG_BASLER_EXCITE is not set 13 + # CONFIG_BCM47XX is not set 14 # CONFIG_MIPS_COBALT is not set 15 # CONFIG_MACH_DECSTATION is not set 16 # CONFIG_MACH_JAZZ is not set 17 + # CONFIG_LASAT is not set 18 # CONFIG_LEMOTE_FULONG is not set 19 # CONFIG_MIPS_ATLAS is not set 20 # CONFIG_MIPS_MALTA is not set ··· 26 # CONFIG_PMC_YOSEMITE is not set 27 # CONFIG_SGI_IP22 is not set 28 # CONFIG_SGI_IP27 is not set 29 + # CONFIG_SGI_IP28 is not set 30 # CONFIG_SGI_IP32 is not set 31 # CONFIG_SIBYTE_CRHINE is not set 32 # CONFIG_SIBYTE_CARMEL is not set ··· 53 CONFIG_RWSEM_GENERIC_SPINLOCK=y 54 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 55 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 56 + CONFIG_ARCH_SUPPORTS_OPROFILE=y 57 CONFIG_GENERIC_FIND_NEXT_BIT=y 58 CONFIG_GENERIC_HWEIGHT=y 59 CONFIG_GENERIC_CALIBRATE_DELAY=y 60 + CONFIG_GENERIC_CLOCKEVENTS=y 61 CONFIG_GENERIC_TIME=y 62 + CONFIG_GENERIC_CMOS_UPDATE=y 63 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 64 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 65 + CONFIG_CEVT_R4K=y 66 + CONFIG_CSRC_R4K=y 67 CONFIG_DMA_NONCOHERENT=y 68 CONFIG_DMA_NEED_PCI_MAP_STATE=y 69 # CONFIG_HOTPLUG_CPU is not set ··· 113 CONFIG_GENERIC_HARDIRQS=y 114 CONFIG_GENERIC_IRQ_PROBE=y 115 CONFIG_ARCH_FLATMEM_ENABLE=y 116 + CONFIG_ARCH_POPULATES_NODE_MAP=y 117 CONFIG_SELECT_MEMORY_MODEL=y 118 CONFIG_FLATMEM_MANUAL=y 119 # CONFIG_DISCONTIGMEM_MANUAL is not set ··· 120 CONFIG_FLATMEM=y 121 CONFIG_FLAT_NODE_MEM_MAP=y 122 # CONFIG_SPARSEMEM_STATIC is not set 123 + # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 124 + CONFIG_PAGEFLAGS_EXTENDED=y 125 CONFIG_SPLIT_PTLOCK_CPUS=4 126 # CONFIG_RESOURCES_64BIT is not set 127 CONFIG_ZONE_DMA_FLAG=0 128 CONFIG_VIRT_TO_BUS=y 129 + # CONFIG_TICK_ONESHOT is not set 130 + # CONFIG_NO_HZ is not set 131 + # CONFIG_HIGH_RES_TIMERS is not set 132 + CONFIG_GENERIC_CLOCKEVENTS_BUILD=y 133 # CONFIG_HZ_48 is not set 134 # CONFIG_HZ_100 is not set 135 # CONFIG_HZ_128 is not set ··· 156 # CONFIG_POSIX_MQUEUE is not set 157 # CONFIG_BSD_PROCESS_ACCT is not set 158 # CONFIG_TASKSTATS is not set 159 # CONFIG_AUDIT is not set 160 # CONFIG_IKCONFIG is not set 161 CONFIG_LOG_BUF_SHIFT=14 162 + # CONFIG_CGROUPS is not set 163 + # CONFIG_GROUP_SCHED is not set 164 CONFIG_SYSFS_DEPRECATED=y 165 + CONFIG_SYSFS_DEPRECATED_V2=y 166 # CONFIG_RELAY is not set 167 + # CONFIG_NAMESPACES is not set 168 # CONFIG_BLK_DEV_INITRD is not set 169 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 170 CONFIG_SYSCTL=y ··· 173 CONFIG_PRINTK=y 174 CONFIG_BUG=y 175 CONFIG_ELF_CORE=y 176 + # CONFIG_PCSPKR_PLATFORM is not set 177 + CONFIG_COMPAT_BRK=y 178 CONFIG_BASE_FULL=y 179 CONFIG_FUTEX=y 180 CONFIG_ANON_INODES=y ··· 185 CONFIG_SLAB=y 186 # CONFIG_SLUB is not set 187 # CONFIG_SLOB is not set 188 + # CONFIG_PROFILING is not set 189 + # CONFIG_MARKERS is not set 190 + CONFIG_HAVE_OPROFILE=y 191 + # CONFIG_HAVE_KPROBES is not set 192 + # CONFIG_HAVE_KRETPROBES is not set 193 + # CONFIG_HAVE_DMA_ATTRS is not set 194 + CONFIG_PROC_PAGE_MONITOR=y 195 + CONFIG_SLABINFO=y 196 CONFIG_RT_MUTEXES=y 197 # CONFIG_TINY_SHMEM is not set 198 CONFIG_BASE_SMALL=0 199 CONFIG_MODULES=y 200 + # CONFIG_MODULE_FORCE_LOAD is not set 201 CONFIG_MODULE_UNLOAD=y 202 CONFIG_MODULE_FORCE_UNLOAD=y 203 CONFIG_MODVERSIONS=y ··· 212 # CONFIG_DEFAULT_CFQ is not set 213 # CONFIG_DEFAULT_NOOP is not set 214 CONFIG_DEFAULT_IOSCHED="anticipatory" 215 + CONFIG_CLASSIC_RCU=y 216 217 # 218 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 219 # 220 CONFIG_HW_HAS_PCI=y 221 CONFIG_PCI=y 222 + CONFIG_PCI_DOMAINS=y 223 # CONFIG_ARCH_SUPPORTS_MSI is not set 224 + CONFIG_PCI_LEGACY=y 225 CONFIG_MMU=y 226 # CONFIG_PCCARD is not set 227 # CONFIG_HOTPLUG_PCI is not set 228 ··· 237 # 238 # Power management options 239 # 240 + CONFIG_ARCH_SUSPEND_POSSIBLE=y 241 # CONFIG_PM is not set 242 243 # ··· 278 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 279 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 280 # CONFIG_INET_XFRM_MODE_BEET is not set 281 + # CONFIG_INET_LRO is not set 282 CONFIG_INET_DIAG=y 283 CONFIG_INET_TCP_DIAG=y 284 CONFIG_TCP_CONG_ADVANCED=y ··· 302 CONFIG_DEFAULT_TCP_CONG="bic" 303 # CONFIG_TCP_MD5SIG is not set 304 # CONFIG_IPV6 is not set 305 CONFIG_NETWORK_SECMARK=y 306 # CONFIG_NETFILTER is not set 307 # CONFIG_IP_DCCP is not set ··· 320 # CONFIG_LAPB is not set 321 # CONFIG_ECONET is not set 322 # CONFIG_WAN_ROUTER is not set 323 # CONFIG_NET_SCHED is not set 324 325 # ··· 331 # 332 # CONFIG_NET_PKTGEN is not set 333 # CONFIG_HAMRADIO is not set 334 + # CONFIG_CAN is not set 335 # CONFIG_IRDA is not set 336 # CONFIG_BT is not set 337 # CONFIG_AF_RXRPC is not set ··· 353 # 354 # Generic Driver Options 355 # 356 + CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 357 CONFIG_STANDALONE=y 358 CONFIG_PREVENT_FIRMWARE_BUILD=y 359 CONFIG_FW_LOADER=m ··· 374 CONFIG_BLK_DEV_RAM=y 375 CONFIG_BLK_DEV_RAM_COUNT=16 376 CONFIG_BLK_DEV_RAM_SIZE=4096 377 + CONFIG_BLK_DEV_XIP=y 378 # CONFIG_CDROM_PKTCDVD is not set 379 # CONFIG_ATA_OVER_ETH is not set 380 # CONFIG_MISC_DEVICES is not set 381 + CONFIG_HAVE_IDE=y 382 # CONFIG_IDE is not set 383 384 # ··· 416 # CONFIG_SCSI_FC_ATTRS is not set 417 # CONFIG_SCSI_ISCSI_ATTRS is not set 418 # CONFIG_SCSI_SAS_LIBSAS is not set 419 + # CONFIG_SCSI_SRP_ATTRS is not set 420 # CONFIG_SCSI_LOWLEVEL is not set 421 CONFIG_ATA=y 422 # CONFIG_ATA_NONSTANDARD is not set 423 + CONFIG_SATA_PMP=y 424 # CONFIG_SATA_AHCI is not set 425 + # CONFIG_SATA_SIL24 is not set 426 + CONFIG_ATA_SFF=y 427 # CONFIG_SATA_SVW is not set 428 # CONFIG_ATA_PIIX is not set 429 # CONFIG_SATA_MV is not set ··· 429 # CONFIG_SATA_PROMISE is not set 430 # CONFIG_SATA_SX4 is not set 431 # CONFIG_SATA_SIL is not set 432 # CONFIG_SATA_SIS is not set 433 # CONFIG_SATA_ULI is not set 434 # CONFIG_SATA_VIA is not set ··· 458 # CONFIG_PATA_MPIIX is not set 459 # CONFIG_PATA_OLDPIIX is not set 460 # CONFIG_PATA_NETCELL is not set 461 + # CONFIG_PATA_NINJA32 is not set 462 # CONFIG_PATA_NS87410 is not set 463 + # CONFIG_PATA_NS87415 is not set 464 # CONFIG_PATA_OPTI is not set 465 # CONFIG_PATA_OPTIDMA is not set 466 # CONFIG_PATA_PDC_OLD is not set ··· 472 # CONFIG_PATA_VIA is not set 473 # CONFIG_PATA_WINBOND is not set 474 # CONFIG_PATA_PLATFORM is not set 475 + # CONFIG_PATA_SCH is not set 476 # CONFIG_MD is not set 477 # CONFIG_FUSION is not set 478 479 # 480 # IEEE 1394 (FireWire) support ··· 520 # CONFIG_MACVLAN is not set 521 # CONFIG_EQUALIZER is not set 522 # CONFIG_TUN is not set 523 + # CONFIG_VETH is not set 524 # CONFIG_ARCNET is not set 525 # CONFIG_PHYLIB is not set 526 CONFIG_NET_ETHERNET=y ··· 532 # CONFIG_DM9000 is not set 533 # CONFIG_NET_TULIP is not set 534 # CONFIG_HP100 is not set 535 + # CONFIG_IBM_NEW_EMAC_ZMII is not set 536 + # CONFIG_IBM_NEW_EMAC_RGMII is not set 537 + # CONFIG_IBM_NEW_EMAC_TAH is not set 538 + # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 539 CONFIG_NET_PCI=y 540 # CONFIG_PCNET32 is not set 541 # CONFIG_AMD8111_ETH is not set ··· 539 # CONFIG_B44 is not set 540 # CONFIG_FORCEDETH is not set 541 # CONFIG_TC35815 is not set 542 # CONFIG_EEPRO100 is not set 543 # CONFIG_E100 is not set 544 # CONFIG_FEALNX is not set ··· 551 # CONFIG_8139TOO_TUNE_TWISTER is not set 552 # CONFIG_8139TOO_8129 is not set 553 # CONFIG_8139_OLD_RX_RESET is not set 554 + # CONFIG_R6040 is not set 555 # CONFIG_SIS900 is not set 556 # CONFIG_EPIC100 is not set 557 # CONFIG_SUNDANCE is not set ··· 563 # CONFIG_ACENIC is not set 564 # CONFIG_DL2K is not set 565 # CONFIG_E1000 is not set 566 + # CONFIG_E1000E is not set 567 + # CONFIG_E1000E_ENABLED is not set 568 + # CONFIG_IP1000 is not set 569 + # CONFIG_IGB is not set 570 # CONFIG_NS83820 is not set 571 # CONFIG_HAMACHI is not set 572 # CONFIG_YELLOWFIN is not set ··· 584 # 585 # CONFIG_WLAN_PRE80211 is not set 586 # CONFIG_WLAN_80211 is not set 587 + # CONFIG_IWLWIFI_LEDS is not set 588 589 # 590 # USB Network Adapters ··· 592 # CONFIG_USB_KAWETH is not set 593 # CONFIG_USB_PEGASUS is not set 594 # CONFIG_USB_RTL8150 is not set 595 # CONFIG_USB_USBNET is not set 596 # CONFIG_WAN is not set 597 # CONFIG_FDDI is not set ··· 600 # CONFIG_PPP is not set 601 # CONFIG_SLIP is not set 602 # CONFIG_NET_FC is not set 603 # CONFIG_NETCONSOLE is not set 604 # CONFIG_NETPOLL is not set 605 # CONFIG_NET_POLL_CONTROLLER is not set ··· 622 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 623 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 624 # CONFIG_INPUT_JOYDEV is not set 625 # CONFIG_INPUT_EVDEV is not set 626 # CONFIG_INPUT_EVBUG is not set 627 ··· 649 CONFIG_VT_CONSOLE=y 650 CONFIG_HW_CONSOLE=y 651 CONFIG_VT_HW_CONSOLE_BINDING=y 652 + # CONFIG_DEVKMEM is not set 653 # CONFIG_SERIAL_NONSTANDARD is not set 654 + # CONFIG_NOZOMI is not set 655 656 # 657 # Serial drivers ··· 668 CONFIG_LEGACY_PTYS=y 669 CONFIG_LEGACY_PTY_COUNT=256 670 # CONFIG_IPMI_HANDLER is not set 671 # CONFIG_HW_RANDOM is not set 672 # CONFIG_R3964 is not set 673 # CONFIG_APPLICOM is not set 674 # CONFIG_GPIO_TB0219 is not set 675 CONFIG_GPIO_VR41XX=y 676 # CONFIG_RAW_DRIVER is not set 677 # CONFIG_TCG_TPM is not set 678 CONFIG_DEVPORT=y 679 # CONFIG_I2C is not set 680 # CONFIG_SPI is not set 681 # CONFIG_W1 is not set 682 # CONFIG_POWER_SUPPLY is not set 683 # CONFIG_HWMON is not set 684 + # CONFIG_THERMAL is not set 685 + # CONFIG_WATCHDOG is not set 686 + 687 + # 688 + # Sonics Silicon Backplane 689 + # 690 + CONFIG_SSB_POSSIBLE=y 691 + # CONFIG_SSB is not set 692 693 # 694 # Multifunction device drivers 695 # 696 CONFIG_MFD_SM501=y 697 + # CONFIG_HTC_PASIC3 is not set 698 699 # 700 # Multimedia devices 701 # 702 + 703 + # 704 + # Multimedia core support 705 + # 706 # CONFIG_VIDEO_DEV is not set 707 # CONFIG_DVB_CORE is not set 708 + 709 + # 710 + # Multimedia drivers 711 + # 712 # CONFIG_DAB is not set 713 714 # 715 # Graphics support 716 # 717 + # CONFIG_DRM is not set 718 # CONFIG_VGASTATE is not set 719 CONFIG_VIDEO_OUTPUT_CONTROL=m 720 CONFIG_FB=y ··· 719 CONFIG_FB_CFB_FILLRECT=y 720 CONFIG_FB_CFB_COPYAREA=y 721 CONFIG_FB_CFB_IMAGEBLIT=y 722 + # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set 723 # CONFIG_FB_SYS_FILLRECT is not set 724 # CONFIG_FB_SYS_COPYAREA is not set 725 # CONFIG_FB_SYS_IMAGEBLIT is not set 726 + # CONFIG_FB_FOREIGN_ENDIAN is not set 727 # CONFIG_FB_SYS_FOPS is not set 728 CONFIG_FB_DEFERRED_IO=y 729 # CONFIG_FB_SVGALIB is not set ··· 757 # CONFIG_FB_ARK is not set 758 # CONFIG_FB_PM3 is not set 759 CONFIG_FB_SM501=y 760 + # CONFIG_FB_COBALT is not set 761 # CONFIG_FB_VIRTUAL is not set 762 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 763 + 764 + # 765 + # Display device support 766 + # 767 + # CONFIG_DISPLAY_SUPPORT is not set 768 769 # 770 # Console display driver support ··· 787 CONFIG_HID_SUPPORT=y 788 CONFIG_HID=y 789 # CONFIG_HID_DEBUG is not set 790 + # CONFIG_HIDRAW is not set 791 792 # 793 # USB Input Devices ··· 807 CONFIG_USB_ARCH_HAS_EHCI=y 808 CONFIG_USB=m 809 # CONFIG_USB_DEBUG is not set 810 + # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set 811 812 # 813 # Miscellaneous USB options ··· 815 CONFIG_USB_DEVICE_CLASS=y 816 # CONFIG_USB_DYNAMIC_MINORS is not set 817 # CONFIG_USB_OTG is not set 818 + # CONFIG_USB_OTG_WHITELIST is not set 819 + # CONFIG_USB_OTG_BLACKLIST_HUB is not set 820 821 # 822 # USB Host Controller Drivers 823 # 824 + # CONFIG_USB_C67X00_HCD is not set 825 CONFIG_USB_EHCI_HCD=m 826 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 827 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 828 # CONFIG_USB_ISP116X_HCD is not set 829 + # CONFIG_USB_ISP1760_HCD is not set 830 CONFIG_USB_OHCI_HCD=m 831 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 832 # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set ··· 849 # CONFIG_USB_STORAGE_DEBUG is not set 850 # CONFIG_USB_STORAGE_DATAFAB is not set 851 # CONFIG_USB_STORAGE_FREECOM is not set 852 + # CONFIG_USB_STORAGE_ISD200 is not set 853 # CONFIG_USB_STORAGE_DPCM is not set 854 # CONFIG_USB_STORAGE_USBAT is not set 855 # CONFIG_USB_STORAGE_SDDR09 is not set 856 # CONFIG_USB_STORAGE_SDDR55 is not set 857 # CONFIG_USB_STORAGE_JUMPSHOT is not set 858 # CONFIG_USB_STORAGE_ALAUDA is not set 859 + # CONFIG_USB_STORAGE_ONETOUCH is not set 860 # CONFIG_USB_STORAGE_KARMA is not set 861 + # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 862 # CONFIG_USB_LIBUSUAL is not set 863 864 # ··· 867 868 # 869 # USB port drivers 870 # 871 # CONFIG_USB_SERIAL is not set 872 ··· 896 # CONFIG_USB_LD is not set 897 # CONFIG_USB_TRANCEVIBRATOR is not set 898 # CONFIG_USB_IOWARRIOR is not set 899 # CONFIG_USB_GADGET is not set 900 # CONFIG_MMC is not set 901 + # CONFIG_MEMSTICK is not set 902 # CONFIG_NEW_LEDS is not set 903 + # CONFIG_ACCESSIBILITY is not set 904 # CONFIG_INFINIBAND is not set 905 + CONFIG_RTC_LIB=y 906 # CONFIG_RTC_CLASS is not set 907 # CONFIG_UIO is not set 908 909 # ··· 940 # CONFIG_EXT3_FS_SECURITY is not set 941 # CONFIG_EXT4DEV_FS is not set 942 CONFIG_JBD=y 943 CONFIG_FS_MBCACHE=y 944 # CONFIG_REISERFS_FS is not set 945 # CONFIG_JFS_FS is not set 946 CONFIG_FS_POSIX_ACL=y 947 CONFIG_XFS_FS=y 948 CONFIG_XFS_QUOTA=y 949 CONFIG_XFS_POSIX_ACL=y 950 # CONFIG_XFS_RT is not set 951 + # CONFIG_XFS_DEBUG is not set 952 # CONFIG_OCFS2_FS is not set 953 + CONFIG_DNOTIFY=y 954 CONFIG_INOTIFY=y 955 CONFIG_INOTIFY_USER=y 956 # CONFIG_QUOTA is not set 957 CONFIG_QUOTACTL=y 958 # CONFIG_AUTOFS_FS is not set 959 CONFIG_AUTOFS4_FS=y 960 # CONFIG_FUSE_FS is not set ··· 987 CONFIG_TMPFS=y 988 CONFIG_TMPFS_POSIX_ACL=y 989 # CONFIG_HUGETLB_PAGE is not set 990 # CONFIG_CONFIGFS_FS is not set 991 992 # ··· 1002 # CONFIG_EFS_FS is not set 1003 CONFIG_CRAMFS=m 1004 # CONFIG_VXFS_FS is not set 1005 + # CONFIG_MINIX_FS is not set 1006 # CONFIG_HPFS_FS is not set 1007 # CONFIG_QNX4FS_FS is not set 1008 + CONFIG_ROMFS_FS=m 1009 # CONFIG_SYSV_FS is not set 1010 # CONFIG_UFS_FS is not set 1011 + CONFIG_NETWORK_FILESYSTEMS=y 1012 CONFIG_NFS_FS=y 1013 CONFIG_NFS_V3=y 1014 # CONFIG_NFS_V3_ACL is not set 1015 # CONFIG_NFS_V4 is not set 1016 CONFIG_NFSD=m 1017 CONFIG_NFSD_V3=y 1018 # CONFIG_NFSD_V3_ACL is not set 1019 # CONFIG_NFSD_V4 is not set 1020 CONFIG_ROOT_NFS=y 1021 CONFIG_LOCKD=y 1022 CONFIG_LOCKD_V4=y ··· 1040 # 1041 # CONFIG_PARTITION_ADVANCED is not set 1042 CONFIG_MSDOS_PARTITION=y 1043 # CONFIG_NLS is not set 1044 # CONFIG_DLM is not set 1045 1046 # 1047 # Kernel hacking 1048 # 1049 CONFIG_TRACE_IRQFLAGS_SUPPORT=y 1050 # CONFIG_PRINTK_TIME is not set 1051 + CONFIG_ENABLE_WARN_DEPRECATED=y 1052 CONFIG_ENABLE_MUST_CHECK=y 1053 + CONFIG_FRAME_WARN=1024 1054 # CONFIG_MAGIC_SYSRQ is not set 1055 # CONFIG_UNUSED_SYMBOLS is not set 1056 # CONFIG_DEBUG_FS is not set 1057 # CONFIG_HEADERS_CHECK is not set 1058 # CONFIG_DEBUG_KERNEL is not set 1059 + # CONFIG_SAMPLES is not set 1060 + CONFIG_CMDLINE="cca=3 mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" 1061 1062 # 1063 # Security options 1064 # 1065 # CONFIG_KEYS is not set 1066 # CONFIG_SECURITY is not set 1067 + # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1068 # CONFIG_CRYPTO is not set 1069 1070 # 1071 # Library routines 1072 # 1073 CONFIG_BITREVERSE=y 1074 + # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1075 CONFIG_CRC_CCITT=y 1076 # CONFIG_CRC16 is not set 1077 # CONFIG_CRC_ITU_T is not set
+5
arch/mips/fw/arc/identify.c
··· 67 .liname = "SNI RM200_PCI", 68 .type = MACH_SNI_RM200_PCI, 69 .flags = PROM_FLAG_DONT_FREE_TEMP, 70 } 71 }; 72
··· 67 .liname = "SNI RM200_PCI", 68 .type = MACH_SNI_RM200_PCI, 69 .flags = PROM_FLAG_DONT_FREE_TEMP, 70 + }, { 71 + .arcname = "RM200PCI-R5K", 72 + .liname = "SNI RM200_PCI-R5K", 73 + .type = MACH_SNI_RM200_PCI, 74 + .flags = PROM_FLAG_DONT_FREE_TEMP, 75 } 76 }; 77
+2
arch/mips/kernel/smp.c
··· 216 { 217 return smp_call_function_mask(cpu_online_map, func, info, retry, wait); 218 } 219 220 void smp_call_function_interrupt(void) 221 { ··· 272 put_cpu(); 273 return 0; 274 } 275 276 static void stop_this_cpu(void *dummy) 277 {
··· 216 { 217 return smp_call_function_mask(cpu_online_map, func, info, retry, wait); 218 } 219 + EXPORT_SYMBOL(smp_call_function); 220 221 void smp_call_function_interrupt(void) 222 { ··· 271 put_cpu(); 272 return 0; 273 } 274 + EXPORT_SYMBOL(smp_call_function_single); 275 276 static void stop_this_cpu(void *dummy) 277 {
+2
arch/mips/lasat/interrupt.c
··· 34 35 void disable_lasat_irq(unsigned int irq_nr) 36 { 37 *lasat_int_mask &= ~(1 << irq_nr) << lasat_int_mask_shift; 38 } 39 40 void enable_lasat_irq(unsigned int irq_nr) 41 { 42 *lasat_int_mask |= (1 << irq_nr) << lasat_int_mask_shift; 43 } 44
··· 34 35 void disable_lasat_irq(unsigned int irq_nr) 36 { 37 + irq_nr -= LASAT_IRQ_BASE; 38 *lasat_int_mask &= ~(1 << irq_nr) << lasat_int_mask_shift; 39 } 40 41 void enable_lasat_irq(unsigned int irq_nr) 42 { 43 + irq_nr -= LASAT_IRQ_BASE; 44 *lasat_int_mask |= (1 << irq_nr) << lasat_int_mask_shift; 45 } 46
+7 -6
arch/mips/lasat/lasat_board.c
··· 23 #include <linux/kernel.h> 24 #include <linux/string.h> 25 #include <linux/ctype.h> 26 #include <asm/bootinfo.h> 27 #include <asm/addrspace.h> 28 #include "at93c.h" 29 /* New model description table */ 30 #include "lasat_models.h" 31 32 #define EEPROM_CRC(data, len) (~crc32(~0, data, len)) 33 34 struct lasat_info lasat_board_info; 35 - 36 - void update_bcastaddr(void); 37 38 int EEPROMRead(unsigned int pos, unsigned char *data, int len) 39 { ··· 259 sprintf(lasat_board_info.li_typestr, "%d", 10 * c); 260 } 261 262 - #if defined(CONFIG_INET) && defined(CONFIG_SYSCTL) 263 - update_bcastaddr(); 264 - #endif 265 - 266 return 0; 267 } 268 269 void lasat_write_eeprom_info(void) 270 { 271 unsigned long crc; 272 273 /* Generate the CRC */ 274 crc = EEPROM_CRC((unsigned char *)(&lasat_board_info.li_eeprom_info), ··· 276 /* Write the EEPROM info */ 277 EEPROMWrite(0, (unsigned char *)&lasat_board_info.li_eeprom_info, 278 sizeof(struct lasat_eeprom_struct)); 279 }
··· 23 #include <linux/kernel.h> 24 #include <linux/string.h> 25 #include <linux/ctype.h> 26 + #include <linux/mutex.h> 27 #include <asm/bootinfo.h> 28 #include <asm/addrspace.h> 29 #include "at93c.h" 30 /* New model description table */ 31 #include "lasat_models.h" 32 33 + static DEFINE_MUTEX(lasat_eeprom_mutex); 34 + 35 #define EEPROM_CRC(data, len) (~crc32(~0, data, len)) 36 37 struct lasat_info lasat_board_info; 38 39 int EEPROMRead(unsigned int pos, unsigned char *data, int len) 40 { ··· 258 sprintf(lasat_board_info.li_typestr, "%d", 10 * c); 259 } 260 261 return 0; 262 } 263 264 void lasat_write_eeprom_info(void) 265 { 266 unsigned long crc; 267 + 268 + mutex_lock(&lasat_eeprom_mutex); 269 270 /* Generate the CRC */ 271 crc = EEPROM_CRC((unsigned char *)(&lasat_board_info.li_eeprom_info), ··· 277 /* Write the EEPROM info */ 278 EEPROMWrite(0, (unsigned char *)&lasat_board_info.li_eeprom_info, 279 sizeof(struct lasat_eeprom_struct)); 280 + 281 + mutex_unlock(&lasat_eeprom_mutex); 282 }
+49 -123
arch/mips/lasat/sysctl.c
··· 29 #include <linux/string.h> 30 #include <linux/net.h> 31 #include <linux/inet.h> 32 - #include <linux/mutex.h> 33 #include <linux/uaccess.h> 34 35 #include <asm/time.h> 36 37 - #include "sysctl.h" 38 #include "ds1603.h" 39 - 40 - static DEFINE_MUTEX(lasat_info_mutex); 41 42 /* Strategy function to write EEPROM after changing string entry */ 43 int sysctl_lasatstring(ctl_table *table, int *name, int nlen, ··· 44 { 45 int r; 46 47 - mutex_lock(&lasat_info_mutex); 48 r = sysctl_string(table, name, 49 nlen, oldval, oldlenp, newval, newlen); 50 - if (r < 0) { 51 - mutex_unlock(&lasat_info_mutex); 52 return r; 53 - } 54 if (newval && newlen) 55 lasat_write_eeprom_info(); 56 - mutex_unlock(&lasat_info_mutex); 57 58 - return 1; 59 } 60 61 ··· 62 { 63 int r; 64 65 - mutex_lock(&lasat_info_mutex); 66 r = proc_dostring(table, write, filp, buffer, lenp, ppos); 67 - if ((!write) || r) { 68 - mutex_unlock(&lasat_info_mutex); 69 return r; 70 - } 71 lasat_write_eeprom_info(); 72 - mutex_unlock(&lasat_info_mutex); 73 74 return 0; 75 } ··· 77 { 78 int r; 79 80 - mutex_lock(&lasat_info_mutex); 81 r = proc_dointvec(table, write, filp, buffer, lenp, ppos); 82 - if ((!write) || r) { 83 - mutex_unlock(&lasat_info_mutex); 84 return r; 85 - } 86 lasat_write_eeprom_info(); 87 - mutex_unlock(&lasat_info_mutex); 88 89 return 0; 90 } 91 92 static int rtctmp; 93 94 - #ifdef CONFIG_DS1603 95 /* proc function to read/write RealTime Clock */ 96 int proc_dolasatrtc(ctl_table *table, int write, struct file *filp, 97 void *buffer, size_t *lenp, loff_t *ppos) 98 { 99 int r; 100 101 - mutex_lock(&lasat_info_mutex); 102 if (!write) { 103 rtctmp = read_persistent_clock(); 104 /* check for time < 0 and set to 0 */ ··· 102 rtctmp = 0; 103 } 104 r = proc_dointvec(table, write, filp, buffer, lenp, ppos); 105 - if ((!write) || r) { 106 - mutex_unlock(&lasat_info_mutex); 107 return r; 108 - } 109 - rtc_mips_set_mmss(rtctmp); 110 - mutex_unlock(&lasat_info_mutex); 111 112 return 0; 113 } ··· 119 { 120 int r; 121 122 - mutex_lock(&lasat_info_mutex); 123 r = sysctl_intvec(table, name, nlen, oldval, oldlenp, newval, newlen); 124 - if (r < 0) { 125 - mutex_unlock(&lasat_info_mutex); 126 return r; 127 - } 128 if (newval && newlen) 129 lasat_write_eeprom_info(); 130 - mutex_unlock(&lasat_info_mutex); 131 132 - return 1; 133 } 134 135 #ifdef CONFIG_DS1603 ··· 137 { 138 int r; 139 140 - mutex_lock(&lasat_info_mutex); 141 rtctmp = read_persistent_clock(); 142 if (rtctmp < 0) 143 rtctmp = 0; 144 r = sysctl_intvec(table, name, nlen, oldval, oldlenp, newval, newlen); 145 - if (r < 0) { 146 - mutex_unlock(&lasat_info_mutex); 147 return r; 148 - } 149 if (newval && newlen) 150 rtc_mips_set_mmss(rtctmp); 151 - mutex_unlock(&lasat_info_mutex); 152 153 - return 1; 154 } 155 #endif 156 157 #ifdef CONFIG_INET 158 - static char lasat_bcastaddr[16]; 159 - 160 - void update_bcastaddr(void) 161 - { 162 - unsigned int ip; 163 - 164 - ip = (lasat_board_info.li_eeprom_info.ipaddr & 165 - lasat_board_info.li_eeprom_info.netmask) | 166 - ~lasat_board_info.li_eeprom_info.netmask; 167 - 168 - sprintf(lasat_bcastaddr, "%d.%d.%d.%d", 169 - (ip) & 0xff, 170 - (ip >> 8) & 0xff, 171 - (ip >> 16) & 0xff, 172 - (ip >> 24) & 0xff); 173 - } 174 - 175 - static char proc_lasat_ipbuf[32]; 176 - 177 - /* Parsing of IP address */ 178 int proc_lasat_ip(ctl_table *table, int write, struct file *filp, 179 void *buffer, size_t *lenp, loff_t *ppos) 180 { 181 unsigned int ip; 182 char *p, c; 183 int len; 184 185 if (!table->data || !table->maxlen || !*lenp || 186 (*ppos && !write)) { ··· 165 return 0; 166 } 167 168 - mutex_lock(&lasat_info_mutex); 169 if (write) { 170 len = 0; 171 p = buffer; 172 while (len < *lenp) { 173 - if (get_user(c, p++)) { 174 - mutex_unlock(&lasat_info_mutex); 175 return -EFAULT; 176 - } 177 if (c == 0 || c == '\n') 178 break; 179 len++; 180 } 181 - if (len >= sizeof(proc_lasat_ipbuf)-1) 182 - len = sizeof(proc_lasat_ipbuf) - 1; 183 - if (copy_from_user(proc_lasat_ipbuf, buffer, len)) { 184 - mutex_unlock(&lasat_info_mutex); 185 return -EFAULT; 186 - } 187 - proc_lasat_ipbuf[len] = 0; 188 *ppos += *lenp; 189 /* Now see if we can convert it to a valid IP */ 190 - ip = in_aton(proc_lasat_ipbuf); 191 *(unsigned int *)(table->data) = ip; 192 lasat_write_eeprom_info(); 193 } else { 194 ip = *(unsigned int *)(table->data); 195 - sprintf(proc_lasat_ipbuf, "%d.%d.%d.%d", 196 (ip) & 0xff, 197 (ip >> 8) & 0xff, 198 (ip >> 16) & 0xff, 199 (ip >> 24) & 0xff); 200 - len = strlen(proc_lasat_ipbuf); 201 if (len > *lenp) 202 len = *lenp; 203 if (len) 204 - if (copy_to_user(buffer, proc_lasat_ipbuf, len)) { 205 - mutex_unlock(&lasat_info_mutex); 206 return -EFAULT; 207 - } 208 if (len < *lenp) { 209 - if (put_user('\n', ((char *) buffer) + len)) { 210 - mutex_unlock(&lasat_info_mutex); 211 return -EFAULT; 212 - } 213 len++; 214 } 215 *lenp = len; 216 *ppos += len; 217 } 218 - update_bcastaddr(); 219 - mutex_unlock(&lasat_info_mutex); 220 221 return 0; 222 } 223 - #endif /* defined(CONFIG_INET) */ 224 225 - static int sysctl_lasat_eeprom_value(ctl_table *table, int *name, int nlen, 226 void *oldval, size_t *oldlenp, 227 void *newval, size_t newlen) 228 { 229 int r; 230 231 - mutex_lock(&lasat_info_mutex); 232 r = sysctl_intvec(table, name, nlen, oldval, oldlenp, newval, newlen); 233 - if (r < 0) { 234 - mutex_unlock(&lasat_info_mutex); 235 return r; 236 - } 237 - 238 if (newval && newlen) { 239 - if (name && *name == LASAT_PRID) 240 - lasat_board_info.li_eeprom_info.prid = *(int *)newval; 241 - 242 lasat_write_eeprom_info(); 243 lasat_init_board_info(); 244 } 245 - mutex_unlock(&lasat_info_mutex); 246 - 247 return 0; 248 } 249 250 - int proc_lasat_eeprom_value(ctl_table *table, int write, struct file *filp, 251 void *buffer, size_t *lenp, loff_t *ppos) 252 { 253 int r; 254 255 - mutex_lock(&lasat_info_mutex); 256 r = proc_dointvec(table, write, filp, buffer, lenp, ppos); 257 - if ((!write) || r) { 258 - mutex_unlock(&lasat_info_mutex); 259 return r; 260 } 261 - if (filp && filp->f_path.dentry) { 262 - if (!strcmp(filp->f_path.dentry->d_name.name, "prid")) 263 - lasat_board_info.li_eeprom_info.prid = 264 - lasat_board_info.li_prid; 265 - if (!strcmp(filp->f_path.dentry->d_name.name, "debugaccess")) 266 - lasat_board_info.li_eeprom_info.debugaccess = 267 - lasat_board_info.li_debugaccess; 268 - } 269 - lasat_write_eeprom_info(); 270 - mutex_unlock(&lasat_info_mutex); 271 - 272 return 0; 273 } 274 275 extern int lasat_boot_to_service; 276 - 277 - #ifdef CONFIG_SYSCTL 278 279 static ctl_table lasat_table[] = { 280 { ··· 281 .data = &lasat_board_info.li_prid, 282 .maxlen = sizeof(int), 283 .mode = 0644, 284 - .proc_handler = &proc_lasat_eeprom_value, 285 - .strategy = &sysctl_lasat_eeprom_value 286 }, 287 #ifdef CONFIG_INET 288 { ··· 295 .strategy = &sysctl_lasat_intvec 296 }, 297 { 298 - .ctl_name = LASAT_NETMASK, 299 .procname = "netmask", 300 .data = &lasat_board_info.li_eeprom_info.netmask, 301 .maxlen = sizeof(int), 302 .mode = 0644, 303 .proc_handler = &proc_lasat_ip, 304 .strategy = &sysctl_lasat_intvec 305 - }, 306 - { 307 - .ctl_name = CTL_UNNUMBERED, 308 - .procname = "bcastaddr", 309 - .data = &lasat_bcastaddr, 310 - .maxlen = sizeof(lasat_bcastaddr), 311 - .mode = 0600, 312 - .proc_handler = &proc_dostring, 313 - .strategy = &sysctl_string 314 }, 315 #endif 316 { ··· 340 .data = &lasat_board_info.li_namestr, 341 .maxlen = sizeof(lasat_board_info.li_namestr), 342 .mode = 0444, 343 - .proc_handler = &proc_dostring, 344 .strategy = &sysctl_string 345 }, 346 { ··· 371 372 lasat_table_header = 373 register_sysctl_table(lasat_root_table); 374 375 return 0; 376 } 377 378 __initcall(lasat_register_sysctl); 379 - #endif /* CONFIG_SYSCTL */
··· 29 #include <linux/string.h> 30 #include <linux/net.h> 31 #include <linux/inet.h> 32 #include <linux/uaccess.h> 33 34 #include <asm/time.h> 35 36 + #ifdef CONFIG_DS1603 37 #include "ds1603.h" 38 + #endif 39 40 /* Strategy function to write EEPROM after changing string entry */ 41 int sysctl_lasatstring(ctl_table *table, int *name, int nlen, ··· 46 { 47 int r; 48 49 r = sysctl_string(table, name, 50 nlen, oldval, oldlenp, newval, newlen); 51 + if (r < 0) 52 return r; 53 + 54 if (newval && newlen) 55 lasat_write_eeprom_info(); 56 57 + return 0; 58 } 59 60 ··· 67 { 68 int r; 69 70 r = proc_dostring(table, write, filp, buffer, lenp, ppos); 71 + if ((!write) || r) 72 return r; 73 + 74 lasat_write_eeprom_info(); 75 76 return 0; 77 } ··· 85 { 86 int r; 87 88 r = proc_dointvec(table, write, filp, buffer, lenp, ppos); 89 + if ((!write) || r) 90 return r; 91 + 92 lasat_write_eeprom_info(); 93 94 return 0; 95 } 96 97 + #ifdef CONFIG_DS1603 98 static int rtctmp; 99 100 /* proc function to read/write RealTime Clock */ 101 int proc_dolasatrtc(ctl_table *table, int write, struct file *filp, 102 void *buffer, size_t *lenp, loff_t *ppos) 103 { 104 int r; 105 106 if (!write) { 107 rtctmp = read_persistent_clock(); 108 /* check for time < 0 and set to 0 */ ··· 114 rtctmp = 0; 115 } 116 r = proc_dointvec(table, write, filp, buffer, lenp, ppos); 117 + if (r) 118 return r; 119 + 120 + if (write) 121 + rtc_mips_set_mmss(rtctmp); 122 123 return 0; 124 } ··· 132 { 133 int r; 134 135 r = sysctl_intvec(table, name, nlen, oldval, oldlenp, newval, newlen); 136 + if (r < 0) 137 return r; 138 + 139 if (newval && newlen) 140 lasat_write_eeprom_info(); 141 142 + return 0; 143 } 144 145 #ifdef CONFIG_DS1603 ··· 153 { 154 int r; 155 156 rtctmp = read_persistent_clock(); 157 if (rtctmp < 0) 158 rtctmp = 0; 159 r = sysctl_intvec(table, name, nlen, oldval, oldlenp, newval, newlen); 160 + if (r < 0) 161 return r; 162 if (newval && newlen) 163 rtc_mips_set_mmss(rtctmp); 164 165 + return r; 166 } 167 #endif 168 169 #ifdef CONFIG_INET 170 int proc_lasat_ip(ctl_table *table, int write, struct file *filp, 171 void *buffer, size_t *lenp, loff_t *ppos) 172 { 173 unsigned int ip; 174 char *p, c; 175 int len; 176 + char ipbuf[32]; 177 178 if (!table->data || !table->maxlen || !*lenp || 179 (*ppos && !write)) { ··· 204 return 0; 205 } 206 207 if (write) { 208 len = 0; 209 p = buffer; 210 while (len < *lenp) { 211 + if (get_user(c, p++)) 212 return -EFAULT; 213 if (c == 0 || c == '\n') 214 break; 215 len++; 216 } 217 + if (len >= sizeof(ipbuf)-1) 218 + len = sizeof(ipbuf) - 1; 219 + if (copy_from_user(ipbuf, buffer, len)) 220 return -EFAULT; 221 + ipbuf[len] = 0; 222 *ppos += *lenp; 223 /* Now see if we can convert it to a valid IP */ 224 + ip = in_aton(ipbuf); 225 *(unsigned int *)(table->data) = ip; 226 lasat_write_eeprom_info(); 227 } else { 228 ip = *(unsigned int *)(table->data); 229 + sprintf(ipbuf, "%d.%d.%d.%d", 230 (ip) & 0xff, 231 (ip >> 8) & 0xff, 232 (ip >> 16) & 0xff, 233 (ip >> 24) & 0xff); 234 + len = strlen(ipbuf); 235 if (len > *lenp) 236 len = *lenp; 237 if (len) 238 + if (copy_to_user(buffer, ipbuf, len)) 239 return -EFAULT; 240 if (len < *lenp) { 241 + if (put_user('\n', ((char *) buffer) + len)) 242 return -EFAULT; 243 len++; 244 } 245 *lenp = len; 246 *ppos += len; 247 } 248 249 return 0; 250 } 251 + #endif 252 253 + static int sysctl_lasat_prid(ctl_table *table, int *name, int nlen, 254 void *oldval, size_t *oldlenp, 255 void *newval, size_t newlen) 256 { 257 int r; 258 259 r = sysctl_intvec(table, name, nlen, oldval, oldlenp, newval, newlen); 260 + if (r < 0) 261 return r; 262 if (newval && newlen) { 263 + lasat_board_info.li_eeprom_info.prid = *(int *)newval; 264 lasat_write_eeprom_info(); 265 lasat_init_board_info(); 266 } 267 return 0; 268 } 269 270 + int proc_lasat_prid(ctl_table *table, int write, struct file *filp, 271 void *buffer, size_t *lenp, loff_t *ppos) 272 { 273 int r; 274 275 r = proc_dointvec(table, write, filp, buffer, lenp, ppos); 276 + if (r < 0) 277 return r; 278 + if (write) { 279 + lasat_board_info.li_eeprom_info.prid = 280 + lasat_board_info.li_prid; 281 + lasat_write_eeprom_info(); 282 + lasat_init_board_info(); 283 } 284 return 0; 285 } 286 287 extern int lasat_boot_to_service; 288 289 static ctl_table lasat_table[] = { 290 { ··· 349 .data = &lasat_board_info.li_prid, 350 .maxlen = sizeof(int), 351 .mode = 0644, 352 + .proc_handler = &proc_lasat_prid, 353 + .strategy = &sysctl_lasat_prid 354 }, 355 #ifdef CONFIG_INET 356 { ··· 363 .strategy = &sysctl_lasat_intvec 364 }, 365 { 366 + .ctl_name = CTL_UNNUMBERED, 367 .procname = "netmask", 368 .data = &lasat_board_info.li_eeprom_info.netmask, 369 .maxlen = sizeof(int), 370 .mode = 0644, 371 .proc_handler = &proc_lasat_ip, 372 .strategy = &sysctl_lasat_intvec 373 }, 374 #endif 375 { ··· 417 .data = &lasat_board_info.li_namestr, 418 .maxlen = sizeof(lasat_board_info.li_namestr), 419 .mode = 0444, 420 + .proc_handler = &proc_dostring, 421 .strategy = &sysctl_string 422 }, 423 { ··· 448 449 lasat_table_header = 450 register_sysctl_table(lasat_root_table); 451 + if (!lasat_table_header) { 452 + printk(KERN_ERR "Unable to register LASAT sysctl\n"); 453 + return -ENOMEM; 454 + } 455 456 return 0; 457 } 458 459 __initcall(lasat_register_sysctl);
-24
arch/mips/lasat/sysctl.h
··· 1 - /* 2 - * LASAT sysctl values 3 - */ 4 - 5 - #ifndef _LASAT_SYSCTL_H 6 - #define _LASAT_SYSCTL_H 7 - 8 - /* /proc/sys/lasat */ 9 - enum { 10 - LASAT_CPU_HZ = 1, 11 - LASAT_BUS_HZ, 12 - LASAT_MODEL, 13 - LASAT_PRID, 14 - LASAT_IPADDR, 15 - LASAT_NETMASK, 16 - LASAT_BCAST, 17 - LASAT_PASSWORD, 18 - LASAT_SBOOT, 19 - LASAT_RTC, 20 - LASAT_NAMESTR, 21 - LASAT_TYPESTR, 22 - }; 23 - 24 - #endif /* _LASAT_SYSCTL_H */
···
+2 -2
arch/mips/mips-boards/generic/amon.c
··· 28 29 int amon_cpu_avail(int cpu) 30 { 31 - struct cpulaunch *launch = (struct cpulaunch *)KSEG0ADDR(CPULAUNCH); 32 33 if (cpu < 0 || cpu >= NCPULAUNCH) { 34 pr_debug("avail: cpu%d is out of range\n", cpu); ··· 53 unsigned long gp, unsigned long a0) 54 { 55 volatile struct cpulaunch *launch = 56 - (struct cpulaunch *)KSEG0ADDR(CPULAUNCH); 57 58 if (!amon_cpu_avail(cpu)) 59 return;
··· 28 29 int amon_cpu_avail(int cpu) 30 { 31 + struct cpulaunch *launch = (struct cpulaunch *)CKSEG0ADDR(CPULAUNCH); 32 33 if (cpu < 0 || cpu >= NCPULAUNCH) { 34 pr_debug("avail: cpu%d is out of range\n", cpu); ··· 53 unsigned long gp, unsigned long a0) 54 { 55 volatile struct cpulaunch *launch = 56 + (struct cpulaunch *)CKSEG0ADDR(CPULAUNCH); 57 58 if (!amon_cpu_avail(cpu)) 59 return;
+1 -2
arch/mips/mips-boards/malta/Makefile
··· 19 # under Linux. 20 # 21 22 - obj-y := malta_int.o malta_platform.o malta_setup.o 23 24 - obj-$(CONFIG_MTD) += malta_mtd.o 25 # FIXME FIXME FIXME 26 obj-$(CONFIG_MIPS_MT_SMTC) += malta_smtc.o 27
··· 19 # under Linux. 20 # 21 22 + obj-y := malta_int.o malta_mtd.o malta_platform.o malta_setup.o 23 24 # FIXME FIXME FIXME 25 obj-$(CONFIG_MIPS_MT_SMTC) += malta_smtc.o 26
+31 -2
arch/mips/mm/c-r4k.c
··· 446 struct page *page = pfn_to_page(fcp_args->pfn); 447 int exec = vma->vm_flags & VM_EXEC; 448 struct mm_struct *mm = vma->vm_mm; 449 pgd_t *pgdp; 450 pud_t *pudp; 451 pmd_t *pmdp; ··· 480 * Use kmap_coherent or kmap_atomic to do flushes for 481 * another ASID than the current one. 482 */ 483 - if (cpu_has_dc_aliases) 484 vaddr = kmap_coherent(page, addr); 485 else 486 vaddr = kmap_atomic(page, KM_USER0); ··· 505 } 506 507 if (vaddr) { 508 - if (cpu_has_dc_aliases) 509 kunmap_coherent(); 510 else 511 kunmap_atomic(vaddr, KM_USER0); ··· 1229 } 1230 } 1231 1232 static int __cpuinitdata cca = -1; 1233 1234 static int __init cca_setup(char *str) ··· 1295 case CPU_AU1100: /* rev. AB, BA, BC ?? */ 1296 case CPU_AU1500: /* rev. AB */ 1297 au1x00_fixup_config_od(); 1298 break; 1299 } 1300 }
··· 446 struct page *page = pfn_to_page(fcp_args->pfn); 447 int exec = vma->vm_flags & VM_EXEC; 448 struct mm_struct *mm = vma->vm_mm; 449 + int map_coherent = 0; 450 pgd_t *pgdp; 451 pud_t *pudp; 452 pmd_t *pmdp; ··· 479 * Use kmap_coherent or kmap_atomic to do flushes for 480 * another ASID than the current one. 481 */ 482 + map_coherent = (cpu_has_dc_aliases && 483 + page_mapped(page) && !Page_dcache_dirty(page)); 484 + if (map_coherent) 485 vaddr = kmap_coherent(page, addr); 486 else 487 vaddr = kmap_atomic(page, KM_USER0); ··· 502 } 503 504 if (vaddr) { 505 + if (map_coherent) 506 kunmap_coherent(); 507 else 508 kunmap_atomic(vaddr, KM_USER0); ··· 1226 } 1227 } 1228 1229 + /* CP0 hazard avoidance. */ 1230 + #define NXP_BARRIER() \ 1231 + __asm__ __volatile__( \ 1232 + ".set noreorder\n\t" \ 1233 + "nop; nop; nop; nop; nop; nop;\n\t" \ 1234 + ".set reorder\n\t") 1235 + 1236 + static void nxp_pr4450_fixup_config(void) 1237 + { 1238 + unsigned long config0; 1239 + 1240 + config0 = read_c0_config(); 1241 + 1242 + /* clear all three cache coherency fields */ 1243 + config0 &= ~(0x7 | (7 << 25) | (7 << 28)); 1244 + config0 |= (((_page_cachable_default >> _CACHE_SHIFT) << 0) | 1245 + ((_page_cachable_default >> _CACHE_SHIFT) << 25) | 1246 + ((_page_cachable_default >> _CACHE_SHIFT) << 28)); 1247 + write_c0_config(config0); 1248 + NXP_BARRIER(); 1249 + } 1250 + 1251 static int __cpuinitdata cca = -1; 1252 1253 static int __init cca_setup(char *str) ··· 1270 case CPU_AU1100: /* rev. AB, BA, BC ?? */ 1271 case CPU_AU1500: /* rev. AB */ 1272 au1x00_fixup_config_od(); 1273 + break; 1274 + 1275 + case PRID_IMP_PR4450: 1276 + nxp_pr4450_fixup_config(); 1277 break; 1278 } 1279 }
+1
arch/mips/mm/init.c
··· 71 * don't have to care about aliases on other CPUs. 72 */ 73 unsigned long empty_zero_page, zero_page_mask; 74 75 /* 76 * Not static inline because used by IP27 special magic initialization code
··· 71 * don't have to care about aliases on other CPUs. 72 */ 73 unsigned long empty_zero_page, zero_page_mask; 74 + EXPORT_SYMBOL_GPL(empty_zero_page); 75 76 /* 77 * Not static inline because used by IP27 special magic initialization code
+1 -1
arch/mips/mm/page.c
··· 460 build_copy_load_pref(&buf, -off); 461 off -= cache_line_size; 462 } 463 - off = cache_line_size ? min(8, pref_bias_copy_load / cache_line_size) * 464 cache_line_size : 0; 465 while (off) { 466 build_copy_store_pref(&buf, -off);
··· 460 build_copy_load_pref(&buf, -off); 461 off -= cache_line_size; 462 } 463 + off = cache_line_size ? min(8, pref_bias_copy_store / cache_line_size) * 464 cache_line_size : 0; 465 while (off) { 466 build_copy_store_pref(&buf, -off);
+1 -10
arch/mips/nxp/pnx8550/jbs/board_setup.c
··· 47 48 void __init board_setup(void) 49 { 50 - unsigned long config0, configpr; 51 - 52 - config0 = read_c0_config(); 53 - 54 - /* clear all three cache coherency fields */ 55 - config0 &= ~(0x7 | (7<<25) | (7<<28)); 56 - config0 |= (CONF_CM_DEFAULT | (CONF_CM_DEFAULT<<25) | 57 - (CONF_CM_DEFAULT<<28)); 58 - write_c0_config(config0); 59 - BARRIER; 60 61 configpr = read_c0_config7(); 62 configpr |= (1<<19); /* enable tlb */
··· 47 48 void __init board_setup(void) 49 { 50 + unsigned long configpr; 51 52 configpr = read_c0_config7(); 53 configpr |= (1<<19); /* enable tlb */
+1 -9
arch/mips/nxp/pnx8550/stb810/board_setup.c
··· 33 34 void __init board_setup(void) 35 { 36 - unsigned long config0, configpr; 37 - 38 - config0 = read_c0_config(); 39 - 40 - /* clear all three cache coherency fields */ 41 - config0 &= ~(0x7 | (7<<25) | (7<<28)); 42 - config0 |= (CONF_CM_DEFAULT | (CONF_CM_DEFAULT<<25) | 43 - (CONF_CM_DEFAULT<<28)); 44 - write_c0_config(config0); 45 46 configpr = read_c0_config7(); 47 configpr |= (1<<19); /* enable tlb */
··· 33 34 void __init board_setup(void) 35 { 36 + unsigned long configpr; 37 38 configpr = read_c0_config7(); 39 configpr |= (1<<19); /* enable tlb */
+5 -3
arch/mips/pci/pci-sb1250.c
··· 207 208 static int __init sb1250_pcibios_init(void) 209 { 210 uint32_t cmdreg; 211 uint64_t reg; 212 extern int pci_probe_only; ··· 254 * works correctly with most of Linux's drivers. 255 * XXX ehs: Should this happen in PCI Device mode? 256 */ 257 - 258 - set_io_port_base((unsigned long) 259 - ioremap(A_PHYS_LDTPCI_IO_MATCH_BYTES, 65536)); 260 isa_slot_offset = (unsigned long) 261 ioremap(A_PHYS_LDTPCI_IO_MATCH_BYTES_32, 1024 * 1024); 262 263 #ifdef CONFIG_SIBYTE_HAS_LDT 264 /*
··· 207 208 static int __init sb1250_pcibios_init(void) 209 { 210 + void __iomem *io_map_base; 211 uint32_t cmdreg; 212 uint64_t reg; 213 extern int pci_probe_only; ··· 253 * works correctly with most of Linux's drivers. 254 * XXX ehs: Should this happen in PCI Device mode? 255 */ 256 isa_slot_offset = (unsigned long) 257 ioremap(A_PHYS_LDTPCI_IO_MATCH_BYTES_32, 1024 * 1024); 258 + 259 + io_map_base = ioremap(A_PHYS_LDTPCI_IO_MATCH_BYTES, 1024 * 1024); 260 + sb1250_controller.io_map_base = io_map_base; 261 + set_io_port_base((unsigned long)io_map_base); 262 263 #ifdef CONFIG_SIBYTE_HAS_LDT 264 /*
+13 -1
arch/mips/pci/pci-vr41xx.c
··· 3 * 4 * Copyright (C) 2001-2003 MontaVista Software Inc. 5 * Author: Yoichi Yuasa <yyuasa@mvista.com or source@mvista.com> 6 - * Copyright (C) 2004-2005 Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> 7 * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) 8 * 9 * This program is free software; you can redistribute it and/or modify ··· 298 set_io_port_base(IO_PORT_BASE); 299 ioport_resource.start = IO_PORT_RESOURCE_START; 300 ioport_resource.end = IO_PORT_RESOURCE_END; 301 } 302 303 register_pci_controller(&vr41xx_pci_controller);
··· 3 * 4 * Copyright (C) 2001-2003 MontaVista Software Inc. 5 * Author: Yoichi Yuasa <yyuasa@mvista.com or source@mvista.com> 6 + * Copyright (C) 2004-2008 Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> 7 * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) 8 * 9 * This program is free software; you can redistribute it and/or modify ··· 298 set_io_port_base(IO_PORT_BASE); 299 ioport_resource.start = IO_PORT_RESOURCE_START; 300 ioport_resource.end = IO_PORT_RESOURCE_END; 301 + } 302 + 303 + if (setup->master_io) { 304 + void __iomem *io_map_base; 305 + struct resource *res = vr41xx_pci_controller.io_resource; 306 + master = setup->master_io; 307 + io_map_base = ioremap(master->bus_base_address, 308 + res->end - res->start + 1); 309 + if (!io_map_base) 310 + return -EBUSY; 311 + 312 + vr41xx_pci_controller.io_map_base = (unsigned long)io_map_base; 313 } 314 315 register_pci_controller(&vr41xx_pci_controller);
+2 -2
arch/mips/sibyte/swarm/Makefile
··· 1 - lib-y = setup.o rtc_xicor1241.o rtc_m41t81.o 2 3 - lib-$(CONFIG_KGDB) += dbg_io.o
··· 1 + obj-y := setup.o rtc_xicor1241.o rtc_m41t81.o 2 3 + obj-$(CONFIG_KGDB) += dbg_io.o
+2 -2
include/asm-mips/cpu-info.h
··· 56 struct cache_desc tcache; /* Tertiary/split secondary cache */ 57 int srsets; /* Shadow register sets */ 58 int core; /* physical core number */ 59 - #if defined(CONFIG_MIPS_MT_SMTC) 60 /* 61 * In the MIPS MT "SMTC" model, each TC is considered 62 * to be a "CPU" for the purposes of scheduling, but ··· 64 * to all TCs within the same VPE. 65 */ 66 int vpe_id; /* Virtual Processor number */ 67 - #endif /* CONFIG_MIPS_MT */ 68 #ifdef CONFIG_MIPS_MT_SMTC 69 int tc_id; /* Thread Context number */ 70 #endif
··· 56 struct cache_desc tcache; /* Tertiary/split secondary cache */ 57 int srsets; /* Shadow register sets */ 58 int core; /* physical core number */ 59 + #if defined(CONFIG_MIPS_MT_SMP) || defined(CONFIG_MIPS_MT_SMTC) 60 /* 61 * In the MIPS MT "SMTC" model, each TC is considered 62 * to be a "CPU" for the purposes of scheduling, but ··· 64 * to all TCs within the same VPE. 65 */ 66 int vpe_id; /* Virtual Processor number */ 67 + #endif 68 #ifdef CONFIG_MIPS_MT_SMTC 69 int tc_id; /* Thread Context number */ 70 #endif
+2 -2
include/asm-mips/gic.h
··· 24 25 #define MSK(n) ((1 << (n)) - 1) 26 #define REG32(addr) (*(volatile unsigned int *) (addr)) 27 - #define REG(base, offs) REG32((unsigned int)(base) + offs##_##OFS) 28 - #define REGP(base, phys) REG32((unsigned int)(base) + (phys)) 29 30 /* Accessors */ 31 #define GIC_REG(segment, offset) \
··· 24 25 #define MSK(n) ((1 << (n)) - 1) 26 #define REG32(addr) (*(volatile unsigned int *) (addr)) 27 + #define REG(base, offs) REG32((unsigned long)(base) + offs##_##OFS) 28 + #define REGP(base, phys) REG32((unsigned long)(base) + (phys)) 29 30 /* Accessors */ 31 #define GIC_REG(segment, offset) \
+2 -2
include/asm-mips/lasat/serial.h
··· 4 #define LASAT_BASE_BAUD_100 (7372800 / 16) 5 #define LASAT_UART_REGS_BASE_100 0x1c8b0000 6 #define LASAT_UART_REGS_SHIFT_100 2 7 - #define LASATINT_UART_100 8 8 9 /* * LASAT 200 boards serial configuration */ 10 #define LASAT_BASE_BAUD_200 (100000000 / 16 / 12) 11 #define LASAT_UART_REGS_BASE_200 (Vrc5074_PHYS_BASE + 0x0300) 12 #define LASAT_UART_REGS_SHIFT_200 3 13 - #define LASATINT_UART_200 13
··· 4 #define LASAT_BASE_BAUD_100 (7372800 / 16) 5 #define LASAT_UART_REGS_BASE_100 0x1c8b0000 6 #define LASAT_UART_REGS_SHIFT_100 2 7 + #define LASATINT_UART_100 16 8 9 /* * LASAT 200 boards serial configuration */ 10 #define LASAT_BASE_BAUD_200 (100000000 / 16 / 12) 11 #define LASAT_UART_REGS_BASE_200 (Vrc5074_PHYS_BASE + 0x0300) 12 #define LASAT_UART_REGS_SHIFT_200 3 13 + #define LASATINT_UART_200 21
+1
include/asm-mips/mach-au1x00/au1000.h
··· 615 AU1000_RTC_MATCH1_INT, 616 AU1000_RTC_MATCH2_INT, 617 AU1500_PCI_ERR_INT, 618 AU1000_USB_DEV_REQ_INT, 619 AU1000_USB_DEV_SUS_INT, 620 AU1000_USB_HOST_INT,
··· 615 AU1000_RTC_MATCH1_INT, 616 AU1000_RTC_MATCH2_INT, 617 AU1500_PCI_ERR_INT, 618 + AU1500_RESERVED_INT, 619 AU1000_USB_DEV_REQ_INT, 620 AU1000_USB_DEV_SUS_INT, 621 AU1000_USB_HOST_INT,
-2
include/asm-mips/pgtable-bits.h
··· 134 135 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_MODIFIED | _CACHE_MASK) 136 137 - #define CONF_CM_DEFAULT (PAGE_CACHABLE_DEFAULT>>_CACHE_SHIFT) 138 - 139 #endif /* _ASM_PGTABLE_BITS_H */
··· 134 135 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_MODIFIED | _CACHE_MASK) 136 137 #endif /* _ASM_PGTABLE_BITS_H */