Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus: (60 commits)
[MIPS] Fulong doesn't need ISA DMA.
[MIPS] IP27: intr_sconnect_level: don't disable interrupts.
[MIPS] IP27: startup_bridge_irq: connect interrupt.
[MIPS] IP27: shutdown_bridge_irq: don't free irq.
[MIPS] Sort out handling of ISA-less PCI systems.
[MIPS] Add __cmpdi2
[MIPS] HOTPLUG: Make register_pci_controller __devinit.
[MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus.
[MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus.
[MIPS] Delete duplicate inclusion of <linux/delay.h>.
[MIPS] Polish <asm/edac.h>.
[MIPS] IP22: Export sgi_gfxaddr for use by the Newport console driver.
[MIPS] Maintain si_code field properly for FP exceptions
[MIPS] SMTC: Fix duplicate status dumps on NMI
[MIPS] Unconditionally writeback and invalidate caches on kexec.
[PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware
[MIPS] Fix gcc 3.3 warning.
[MIPS] Fix invalid semicolon after if statement
[MIPS] Update Cobalt defconfig
[MIPS] Update workpad_defconfig
...

+2380 -7230
+19 -13
arch/mips/Kconfig
··· 28 28 select MIPS_RM9122 29 29 select SYS_HAS_CPU_RM9000 30 30 select SYS_SUPPORTS_32BIT_KERNEL 31 - select SYS_SUPPORTS_64BIT_KERNEL 32 31 select SYS_SUPPORTS_BIG_ENDIAN 33 32 select SYS_SUPPORTS_KGDB 34 33 help ··· 125 126 select SYS_SUPPORTS_HIGHMEM 126 127 select SYS_HAS_EARLY_PRINTK 127 128 select GENERIC_HARDIRQS_NO__DO_IRQ 129 + select GENERIC_ISA_DMA_SUPPORT_BROKEN 128 130 select CPU_HAS_WB 129 131 help 130 132 Lemote Fulong mini-PC board based on the Chinese Loongson-2E CPU and ··· 192 192 board. 193 193 194 194 config MIPS_SEAD 195 - bool "MIPS SEAD board (EXPERIMENTAL)" 196 - depends on EXPERIMENTAL 195 + bool "MIPS SEAD board" 197 196 select IRQ_CPU 198 197 select DMA_NONCOHERENT 199 198 select SYS_HAS_EARLY_PRINTK ··· 527 528 select DMA_NONCOHERENT 528 529 select HW_HAS_PCI 529 530 select MIPS_TX3927 531 + select IRQ_TXX9 530 532 select SWAP_IO_SPACE 531 533 select SYS_HAS_CPU_TX39XX 532 534 select SYS_SUPPORTS_32BIT_KERNEL ··· 540 540 select DMA_NONCOHERENT 541 541 select HAS_TXX9_SERIAL 542 542 select HW_HAS_PCI 543 - select I8259 543 + select IRQ_CPU 544 + select IRQ_TXX9 545 + select I8259 if TOSHIBA_FPCIB0 544 546 select SWAP_IO_SPACE 545 547 select SYS_HAS_CPU_TX49XX 546 548 select SYS_SUPPORTS_32BIT_KERNEL ··· 557 555 558 556 config TOSHIBA_RBTX4938 559 557 bool "Toshiba RBTX4938 board" 560 - select HAVE_STD_PC_SERIAL_PORT 561 558 select DMA_NONCOHERENT 562 - select GENERIC_ISA_DMA 563 559 select HAS_TXX9_SERIAL 564 560 select HW_HAS_PCI 565 - select I8259 561 + select IRQ_CPU 562 + select IRQ_TXX9 566 563 select SWAP_IO_SPACE 567 564 select SYS_HAS_CPU_TX49XX 568 565 select SYS_SUPPORTS_32BIT_KERNEL ··· 605 604 source "arch/mips/tx4927/Kconfig" 606 605 source "arch/mips/tx4938/Kconfig" 607 606 source "arch/mips/vr41xx/Kconfig" 608 - source "arch/mips/philips/pnx8550/common/Kconfig" 609 607 610 608 endmenu 611 609 ··· 693 693 config SYS_HAS_EARLY_PRINTK 694 694 bool 695 695 696 - config GENERIC_ISA_DMA 696 + config HOTPLUG_CPU 697 697 bool 698 - select ZONE_DMA 698 + default n 699 699 700 700 config I8259 701 701 bool ··· 712 712 config NO_IOPORT 713 713 def_bool n 714 714 715 + config GENERIC_ISA_DMA 716 + bool 717 + select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n 718 + 715 719 config GENERIC_ISA_DMA_SUPPORT_BROKEN 716 720 bool 717 - select ZONE_DMA 721 + select GENERIC_ISA_DMA 718 722 719 723 config GENERIC_GPIO 720 724 bool ··· 770 766 bool 771 767 772 768 config IRQ_MSP_CIC 769 + bool 770 + 771 + config IRQ_TXX9 773 772 bool 774 773 775 774 config MIPS_BOARDS_GEN ··· 1434 1427 default y 1435 1428 1436 1429 config 64BIT_PHYS_ADDR 1437 - bool "Support for 64-bit physical address space" 1438 - depends on (CPU_R4X00 || CPU_R5000 || CPU_RM7000 || CPU_RM9000 || CPU_R10000 || CPU_SB1 || CPU_MIPS32 || CPU_MIPS64) && 32BIT 1430 + bool 1439 1431 1440 1432 config CPU_HAS_LLSC 1441 1433 bool
+1
arch/mips/au1000/Kconfig
··· 136 136 137 137 config SOC_AU1X00 138 138 bool 139 + select 64BIT_PHYS_ADDR 139 140 select SYS_HAS_CPU_MIPS32_R1 140 141 select SYS_SUPPORTS_32BIT_KERNEL 141 142 select SYS_SUPPORTS_APM_EMULATION
+6 -6
arch/mips/au1000/common/gpio.c
··· 131 131 { 132 132 if (gpio >= AU1XXX_GPIO_BASE) 133 133 #if defined(CONFIG_SOC_AU1000) 134 - ; 134 + return -ENODEV; 135 135 #else 136 136 return au1xxx_gpio2_direction_input(gpio); 137 137 #endif 138 - else 139 - return au1xxx_gpio1_direction_input(gpio); 138 + 139 + return au1xxx_gpio1_direction_input(gpio); 140 140 } 141 141 142 142 EXPORT_SYMBOL(au1xxx_gpio_direction_input); ··· 145 145 { 146 146 if (gpio >= AU1XXX_GPIO_BASE) 147 147 #if defined(CONFIG_SOC_AU1000) 148 - ; 148 + return -ENODEV; 149 149 #else 150 150 return au1xxx_gpio2_direction_output(gpio, value); 151 151 #endif 152 - else 153 - return au1xxx_gpio1_direction_output(gpio, value); 152 + 153 + return au1xxx_gpio1_direction_output(gpio, value); 154 154 } 155 155 156 156 EXPORT_SYMBOL(au1xxx_gpio_direction_output);
+2 -2
arch/mips/configs/bigsur_defconfig
··· 663 663 # CONFIG_SX is not set 664 664 # CONFIG_RIO is not set 665 665 # CONFIG_STALDRV is not set 666 - CONFIG_SIBYTE_SB1250_DUART=y 667 - CONFIG_SIBYTE_SB1250_DUART_CONSOLE=y 666 + CONFIG_SERIAL_SB1250_DUART=y 667 + CONFIG_SERIAL_SB1250_DUART_CONSOLE=y 668 668 669 669 # 670 670 # Serial drivers
+124 -299
arch/mips/configs/capcella_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20 4 - # Tue Feb 20 21:47:22 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Wed Aug 8 10:23:16 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 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 11 + # CONFIG_MACH_ALCHEMY is not set 25 12 # CONFIG_BASLER_EXCITE is not set 26 13 # CONFIG_MIPS_COBALT is not set 27 14 # CONFIG_MACH_DECSTATION is not set 28 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 29 17 # CONFIG_MIPS_ATLAS is not set 30 18 # CONFIG_MIPS_MALTA is not set 31 19 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 20 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 21 + # CONFIG_MARKEINS is not set 22 + CONFIG_MACH_VR41XX=y 36 23 # CONFIG_PNX8550_JBS is not set 37 24 # CONFIG_PNX8550_STB810 is not set 38 - CONFIG_MACH_VR41XX=y 25 + # CONFIG_PMC_MSP is not set 39 26 # CONFIG_PMC_YOSEMITE is not set 40 27 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 28 # CONFIG_SGI_IP22 is not set 43 29 # CONFIG_SGI_IP27 is not set 44 30 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 53 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 54 40 # CONFIG_SNI_RM is not set 55 41 # CONFIG_TOSHIBA_JMR3927 is not set 56 42 # CONFIG_TOSHIBA_RBTX4927 is not set 57 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 58 45 # CONFIG_CASIO_E55 is not set 59 46 # CONFIG_IBM_WORKPAD is not set 60 47 # CONFIG_NEC_CMBVR4133 is not set ··· 60 73 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 61 74 CONFIG_DMA_NONCOHERENT=y 62 75 CONFIG_DMA_NEED_PCI_MAP_STATE=y 76 + # CONFIG_HOTPLUG_CPU is not set 77 + # CONFIG_NO_IOPORT is not set 63 78 # CONFIG_CPU_BIG_ENDIAN is not set 64 79 CONFIG_CPU_LITTLE_ENDIAN=y 65 80 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y ··· 71 82 # 72 83 # CPU selection 73 84 # 85 + # CONFIG_CPU_LOONGSON2 is not set 74 86 # CONFIG_CPU_MIPS32_R1 is not set 75 87 # CONFIG_CPU_MIPS32_R2 is not set 76 88 # CONFIG_CPU_MIPS64_R1 is not set ··· 93 103 # CONFIG_CPU_SB1 is not set 94 104 CONFIG_SYS_HAS_CPU_VR41XX=y 95 105 CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y 96 - CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y 97 106 CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y 98 107 CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y 99 108 ··· 108 119 CONFIG_MIPS_MT_DISABLED=y 109 120 # CONFIG_MIPS_MT_SMP is not set 110 121 # CONFIG_MIPS_MT_SMTC is not set 111 - # CONFIG_MIPS_VPE_LOADER is not set 112 122 CONFIG_CPU_HAS_SYNC=y 113 123 CONFIG_GENERIC_HARDIRQS=y 114 124 CONFIG_GENERIC_IRQ_PROBE=y ··· 121 133 # CONFIG_SPARSEMEM_STATIC is not set 122 134 CONFIG_SPLIT_PTLOCK_CPUS=4 123 135 # CONFIG_RESOURCES_64BIT is not set 124 - CONFIG_ZONE_DMA_FLAG=1 136 + CONFIG_ZONE_DMA_FLAG=0 137 + CONFIG_VIRT_TO_BUS=y 125 138 # CONFIG_HZ_48 is not set 126 139 # CONFIG_HZ_100 is not set 127 140 # CONFIG_HZ_128 is not set 128 - # CONFIG_HZ_250 is not set 141 + CONFIG_HZ_250=y 129 142 # CONFIG_HZ_256 is not set 130 - CONFIG_HZ_1000=y 143 + # CONFIG_HZ_1000 is not set 131 144 # CONFIG_HZ_1024 is not set 132 145 CONFIG_SYS_SUPPORTS_ARBIT_HZ=y 133 - CONFIG_HZ=1000 146 + CONFIG_HZ=250 134 147 CONFIG_PREEMPT_NONE=y 135 148 # CONFIG_PREEMPT_VOLUNTARY is not set 136 149 # CONFIG_PREEMPT is not set 137 150 # CONFIG_KEXEC is not set 151 + CONFIG_SECCOMP=y 138 152 CONFIG_LOCKDEP_SUPPORT=y 139 153 CONFIG_STACKTRACE_SUPPORT=y 140 154 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 141 155 142 156 # 143 - # Code maturity level options 157 + # General setup 144 158 # 145 159 CONFIG_EXPERIMENTAL=y 146 160 CONFIG_BROKEN_ON_SMP=y 147 161 CONFIG_INIT_ENV_ARG_LIMIT=32 148 - 149 - # 150 - # General setup 151 - # 152 162 CONFIG_LOCALVERSION="" 153 163 CONFIG_LOCALVERSION_AUTO=y 154 164 CONFIG_SWAP=y 155 165 CONFIG_SYSVIPC=y 156 - # CONFIG_IPC_NS is not set 157 166 CONFIG_SYSVIPC_SYSCTL=y 158 167 # CONFIG_POSIX_MQUEUE is not set 159 168 # CONFIG_BSD_PROCESS_ACCT is not set 160 169 # CONFIG_TASKSTATS is not set 161 - # CONFIG_UTS_NS is not set 170 + # CONFIG_USER_NS is not set 162 171 # CONFIG_AUDIT is not set 163 172 # CONFIG_IKCONFIG is not set 173 + CONFIG_LOG_BUF_SHIFT=14 164 174 CONFIG_SYSFS_DEPRECATED=y 165 175 # CONFIG_RELAY is not set 176 + # CONFIG_BLK_DEV_INITRD is not set 166 177 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 167 178 CONFIG_SYSCTL=y 168 179 CONFIG_EMBEDDED=y ··· 174 187 CONFIG_ELF_CORE=y 175 188 CONFIG_BASE_FULL=y 176 189 CONFIG_FUTEX=y 190 + CONFIG_ANON_INODES=y 177 191 CONFIG_EPOLL=y 192 + CONFIG_SIGNALFD=y 193 + CONFIG_TIMERFD=y 194 + CONFIG_EVENTFD=y 178 195 CONFIG_SHMEM=y 179 - CONFIG_SLAB=y 180 196 CONFIG_VM_EVENT_COUNTERS=y 197 + CONFIG_SLAB=y 198 + # CONFIG_SLUB is not set 199 + # CONFIG_SLOB is not set 181 200 CONFIG_RT_MUTEXES=y 182 201 # CONFIG_TINY_SHMEM is not set 183 202 CONFIG_BASE_SMALL=0 184 - # CONFIG_SLOB is not set 185 - 186 - # 187 - # Loadable module support 188 - # 189 203 CONFIG_MODULES=y 190 204 CONFIG_MODULE_UNLOAD=y 191 - # CONFIG_MODULE_FORCE_UNLOAD is not set 205 + CONFIG_MODULE_FORCE_UNLOAD=y 192 206 CONFIG_MODVERSIONS=y 193 207 CONFIG_MODULE_SRCVERSION_ALL=y 194 208 CONFIG_KMOD=y 195 - 196 - # 197 - # Block layer 198 - # 199 209 CONFIG_BLOCK=y 200 210 # CONFIG_LBD is not set 201 211 # CONFIG_BLK_DEV_IO_TRACE is not set 202 212 # CONFIG_LSF is not set 213 + # CONFIG_BLK_DEV_BSG is not set 203 214 204 215 # 205 216 # IO Schedulers ··· 217 232 # 218 233 CONFIG_HW_HAS_PCI=y 219 234 CONFIG_PCI=y 235 + # CONFIG_ARCH_SUPPORTS_MSI is not set 220 236 CONFIG_MMU=y 221 237 222 238 # 223 239 # PCCARD (PCMCIA/CardBus) support 224 240 # 225 241 # CONFIG_PCCARD is not set 226 - 227 - # 228 - # PCI Hotplug Support 229 - # 230 242 # CONFIG_HOTPLUG_PCI is not set 231 243 232 244 # ··· 236 254 # 237 255 # Power management options 238 256 # 239 - CONFIG_PM=y 240 - # CONFIG_PM_LEGACY is not set 241 - # CONFIG_PM_DEBUG is not set 242 - # CONFIG_PM_SYSFS_DEPRECATED is not set 257 + # CONFIG_PM is not set 243 258 244 259 # 245 260 # Networking ··· 246 267 # 247 268 # Networking options 248 269 # 249 - # CONFIG_NETDEBUG is not set 250 270 CONFIG_PACKET=y 251 271 CONFIG_PACKET_MMAP=y 252 272 CONFIG_UNIX=y ··· 287 309 # CONFIG_INET6_TUNNEL is not set 288 310 CONFIG_NETWORK_SECMARK=y 289 311 # CONFIG_NETFILTER is not set 290 - 291 - # 292 - # DCCP Configuration (EXPERIMENTAL) 293 - # 294 312 # CONFIG_IP_DCCP is not set 295 - 296 - # 297 - # SCTP Configuration (EXPERIMENTAL) 298 - # 299 - # CONFIG_IP_SCTP is not set 300 - 301 - # 302 - # TIPC Configuration (EXPERIMENTAL) 303 - # 313 + CONFIG_IP_SCTP=m 314 + # CONFIG_SCTP_DBG_MSG is not set 315 + # CONFIG_SCTP_DBG_OBJCNT is not set 316 + # CONFIG_SCTP_HMAC_NONE is not set 317 + # CONFIG_SCTP_HMAC_SHA1 is not set 318 + CONFIG_SCTP_HMAC_MD5=y 304 319 # CONFIG_TIPC is not set 305 320 # CONFIG_ATM is not set 306 321 # CONFIG_BRIDGE is not set ··· 319 348 # CONFIG_HAMRADIO is not set 320 349 # CONFIG_IRDA is not set 321 350 # CONFIG_BT is not set 351 + # CONFIG_AF_RXRPC is not set 352 + 353 + # 354 + # Wireless 355 + # 356 + # CONFIG_CFG80211 is not set 357 + # CONFIG_WIRELESS_EXT is not set 358 + # CONFIG_MAC80211 is not set 322 359 # CONFIG_IEEE80211 is not set 360 + # CONFIG_RFKILL is not set 361 + # CONFIG_NET_9P is not set 323 362 324 363 # 325 364 # Device Drivers ··· 342 361 CONFIG_PREVENT_FIRMWARE_BUILD=y 343 362 CONFIG_FW_LOADER=m 344 363 # CONFIG_SYS_HYPERVISOR is not set 345 - 346 - # 347 - # Connector - unified userspace <-> kernelspace linker 348 - # 349 - CONFIG_CONNECTOR=m 350 - 351 - # 352 - # Memory Technology Devices (MTD) 353 - # 364 + # CONFIG_CONNECTOR is not set 354 365 # CONFIG_MTD is not set 355 - 356 - # 357 - # Parallel port support 358 - # 359 366 # CONFIG_PARPORT is not set 360 - 361 - # 362 - # Plug and Play support 363 - # 364 - # CONFIG_PNPACPI is not set 365 - 366 - # 367 - # Block devices 368 - # 367 + CONFIG_BLK_DEV=y 369 368 # CONFIG_BLK_CPQ_DA is not set 370 369 # CONFIG_BLK_CPQ_CISS_DA is not set 371 370 # CONFIG_BLK_DEV_DAC960 is not set ··· 358 397 CONFIG_BLK_DEV_RAM_COUNT=16 359 398 CONFIG_BLK_DEV_RAM_SIZE=4096 360 399 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 361 - # CONFIG_BLK_DEV_INITRD is not set 362 400 # CONFIG_CDROM_PKTCDVD is not set 363 401 # CONFIG_ATA_OVER_ETH is not set 364 - 365 - # 366 - # Misc devices 367 - # 368 - CONFIG_SGI_IOC4=m 369 - # CONFIG_TIFM_CORE is not set 370 - 371 - # 372 - # ATA/ATAPI/MFM/RLL support 373 - # 402 + # CONFIG_MISC_DEVICES is not set 374 403 CONFIG_IDE=y 375 404 CONFIG_IDE_MAX_HWIFS=4 376 405 CONFIG_BLK_DEV_IDE=y ··· 375 424 # CONFIG_BLK_DEV_IDETAPE is not set 376 425 # CONFIG_BLK_DEV_IDEFLOPPY is not set 377 426 # CONFIG_IDE_TASK_IOCTL is not set 427 + CONFIG_IDE_PROC_FS=y 378 428 379 429 # 380 430 # IDE chipset support/bugfixes 381 431 # 382 432 CONFIG_IDE_GENERIC=y 383 433 # CONFIG_BLK_DEV_IDEPCI is not set 434 + # CONFIG_IDEPCI_PCIBUS_ORDER is not set 384 435 # CONFIG_IDE_ARM is not set 385 436 # CONFIG_BLK_DEV_IDEDMA is not set 386 - # CONFIG_IDEDMA_AUTO is not set 387 437 # CONFIG_BLK_DEV_HD is not set 388 438 389 439 # ··· 392 440 # 393 441 # CONFIG_RAID_ATTRS is not set 394 442 # CONFIG_SCSI is not set 443 + # CONFIG_SCSI_DMA is not set 395 444 # CONFIG_SCSI_NETLINK is not set 396 - 397 - # 398 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 399 - # 400 445 # CONFIG_ATA is not set 401 - 402 - # 403 - # Multi-device support (RAID and LVM) 404 - # 405 446 # CONFIG_MD is not set 406 447 407 448 # ··· 405 460 # 406 461 # IEEE 1394 (FireWire) support 407 462 # 463 + # CONFIG_FIREWIRE is not set 408 464 # CONFIG_IEEE1394 is not set 409 - 410 - # 411 - # I2O device support 412 - # 413 465 # CONFIG_I2O is not set 414 - 415 - # 416 - # Network device support 417 - # 418 466 CONFIG_NETDEVICES=y 467 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 419 468 # CONFIG_DUMMY is not set 420 469 # CONFIG_BONDING is not set 470 + # CONFIG_MACVLAN is not set 421 471 # CONFIG_EQUALIZER is not set 422 472 # CONFIG_TUN is not set 423 - 424 - # 425 - # ARCnet devices 426 - # 427 473 # CONFIG_ARCNET is not set 428 - 429 - # 430 - # PHY device support 431 - # 432 474 CONFIG_PHYLIB=m 433 475 434 476 # ··· 429 497 CONFIG_VITESSE_PHY=m 430 498 CONFIG_SMSC_PHY=m 431 499 # CONFIG_BROADCOM_PHY is not set 500 + # CONFIG_ICPLUS_PHY is not set 432 501 # CONFIG_FIXED_PHY is not set 433 - 434 - # 435 - # Ethernet (10 or 100Mbit) 436 - # 437 502 CONFIG_NET_ETHERNET=y 438 503 CONFIG_MII=y 504 + # CONFIG_AX88796 is not set 439 505 # CONFIG_HAPPYMEAL is not set 440 506 # CONFIG_SUNGEM is not set 441 507 # CONFIG_CASSINI is not set 442 508 # CONFIG_NET_VENDOR_3COM is not set 443 509 # CONFIG_DM9000 is not set 444 - 445 - # 446 - # Tulip family network device support 447 - # 448 510 # CONFIG_NET_TULIP is not set 449 511 # CONFIG_HP100 is not set 450 512 CONFIG_NET_PCI=y ··· 447 521 # CONFIG_ADAPTEC_STARFIRE is not set 448 522 # CONFIG_B44 is not set 449 523 # CONFIG_FORCEDETH is not set 524 + # CONFIG_TC35815 is not set 450 525 # CONFIG_DGRS is not set 451 526 # CONFIG_EEPRO100 is not set 452 527 # CONFIG_E100 is not set ··· 466 539 # CONFIG_TLAN is not set 467 540 # CONFIG_VIA_RHINE is not set 468 541 # CONFIG_SC92031 is not set 469 - 470 - # 471 - # Ethernet (1000 Mbit) 472 - # 473 - # CONFIG_ACENIC is not set 474 - # CONFIG_DL2K is not set 475 - # CONFIG_E1000 is not set 476 - # CONFIG_NS83820 is not set 477 - # CONFIG_HAMACHI is not set 478 - # CONFIG_YELLOWFIN is not set 479 - # CONFIG_R8169 is not set 480 - # CONFIG_SIS190 is not set 481 - # CONFIG_SKGE is not set 482 - # CONFIG_SKY2 is not set 483 - # CONFIG_SK98LIN is not set 484 - # CONFIG_VIA_VELOCITY is not set 485 - # CONFIG_TIGON3 is not set 486 - # CONFIG_BNX2 is not set 487 - CONFIG_QLA3XXX=m 488 - # CONFIG_ATL1 is not set 489 - 490 - # 491 - # Ethernet (10000 Mbit) 492 - # 493 - # CONFIG_CHELSIO_T1 is not set 494 - CONFIG_CHELSIO_T3=m 495 - # CONFIG_IXGB is not set 496 - # CONFIG_S2IO is not set 497 - # CONFIG_MYRI10GE is not set 498 - CONFIG_NETXEN_NIC=m 499 - 500 - # 501 - # Token Ring devices 502 - # 542 + # CONFIG_NETDEV_1000 is not set 543 + # CONFIG_NETDEV_10000 is not set 503 544 # CONFIG_TR is not set 504 545 505 546 # 506 - # Wireless LAN (non-hamradio) 547 + # Wireless LAN 507 548 # 508 - # CONFIG_NET_RADIO is not set 509 - 510 - # 511 - # Wan interfaces 512 - # 549 + # CONFIG_WLAN_PRE80211 is not set 550 + # CONFIG_WLAN_80211 is not set 513 551 # CONFIG_WAN is not set 514 552 # CONFIG_FDDI is not set 515 553 # CONFIG_HIPPI is not set ··· 484 592 # CONFIG_NETCONSOLE is not set 485 593 # CONFIG_NETPOLL is not set 486 594 # CONFIG_NET_POLL_CONTROLLER is not set 487 - 488 - # 489 - # ISDN subsystem 490 - # 491 595 # CONFIG_ISDN is not set 492 - 493 - # 494 - # Telephony Support 495 - # 496 596 # CONFIG_PHONE is not set 497 597 498 598 # ··· 492 608 # 493 609 CONFIG_INPUT=y 494 610 # CONFIG_INPUT_FF_MEMLESS is not set 611 + # CONFIG_INPUT_POLLDEV is not set 495 612 496 613 # 497 614 # Userland interfaces ··· 509 624 # CONFIG_INPUT_KEYBOARD is not set 510 625 # CONFIG_INPUT_MOUSE is not set 511 626 # CONFIG_INPUT_JOYSTICK is not set 627 + # CONFIG_INPUT_TABLET is not set 512 628 # CONFIG_INPUT_TOUCHSCREEN is not set 513 629 # CONFIG_INPUT_MISC is not set 514 630 ··· 544 658 CONFIG_UNIX98_PTYS=y 545 659 CONFIG_LEGACY_PTYS=y 546 660 CONFIG_LEGACY_PTY_COUNT=256 547 - 548 - # 549 - # IPMI 550 - # 551 661 # CONFIG_IPMI_HANDLER is not set 552 - 553 - # 554 - # Watchdog Cards 555 - # 556 662 # CONFIG_WATCHDOG is not set 557 663 # CONFIG_HW_RANDOM is not set 558 664 # CONFIG_RTC is not set 559 - # CONFIG_GEN_RTC is not set 560 - # CONFIG_DTLK is not set 561 665 # CONFIG_R3964 is not set 562 666 # CONFIG_APPLICOM is not set 563 667 # CONFIG_DRM is not set 564 668 CONFIG_GPIO_VR41XX=y 565 669 # CONFIG_RAW_DRIVER is not set 566 - 567 - # 568 - # TPM devices 569 - # 570 670 # CONFIG_TCG_TPM is not set 571 - 572 - # 573 - # I2C support 574 - # 671 + CONFIG_DEVPORT=y 575 672 # CONFIG_I2C is not set 576 673 577 674 # ··· 562 693 # 563 694 # CONFIG_SPI is not set 564 695 # CONFIG_SPI_MASTER is not set 565 - 566 - # 567 - # Dallas's 1-wire bus 568 - # 569 696 # CONFIG_W1 is not set 697 + # CONFIG_POWER_SUPPLY is not set 698 + # CONFIG_HWMON is not set 570 699 571 700 # 572 - # Hardware Monitoring support 701 + # Multifunction device drivers 573 702 # 574 - # CONFIG_HWMON is not set 575 - # CONFIG_HWMON_VID is not set 703 + # CONFIG_MFD_SM501 is not set 576 704 577 705 # 578 706 # Multimedia devices 579 707 # 580 708 # CONFIG_VIDEO_DEV is not set 581 - 582 - # 583 - # Digital Video Broadcasting Devices 584 - # 585 - # CONFIG_DVB is not set 709 + # CONFIG_DVB_CORE is not set 710 + # CONFIG_DAB is not set 586 711 587 712 # 588 713 # Graphics support 589 714 # 590 - # CONFIG_FIRMWARE_EDID is not set 715 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 716 + 717 + # 718 + # Display device support 719 + # 720 + # CONFIG_DISPLAY_SUPPORT is not set 721 + # CONFIG_VGASTATE is not set 722 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 591 723 # CONFIG_FB is not set 592 724 593 725 # ··· 596 726 # 597 727 # CONFIG_VGA_CONSOLE is not set 598 728 CONFIG_DUMMY_CONSOLE=y 599 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 600 729 601 730 # 602 731 # Sound 603 732 # 604 733 # CONFIG_SOUND is not set 605 - 606 - # 607 - # HID Devices 608 - # 609 - # CONFIG_HID is not set 610 - 611 - # 612 - # USB support 613 - # 614 - CONFIG_USB_ARCH_HAS_HCD=y 615 - CONFIG_USB_ARCH_HAS_OHCI=y 616 - CONFIG_USB_ARCH_HAS_EHCI=y 617 - # CONFIG_USB is not set 618 - 619 - # 620 - # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 621 - # 622 - 623 - # 624 - # USB Gadget Support 625 - # 626 - # CONFIG_USB_GADGET is not set 627 - 628 - # 629 - # MMC/SD Card support 630 - # 734 + # CONFIG_HID_SUPPORT is not set 735 + # CONFIG_USB_SUPPORT is not set 631 736 # CONFIG_MMC is not set 632 - 633 - # 634 - # LED devices 635 - # 636 737 # CONFIG_NEW_LEDS is not set 637 - 638 - # 639 - # LED drivers 640 - # 641 - 642 - # 643 - # LED Triggers 644 - # 645 - 646 - # 647 - # InfiniBand support 648 - # 649 738 # CONFIG_INFINIBAND is not set 650 - 651 - # 652 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 653 - # 654 - 655 - # 656 - # Real Time Clock 657 - # 658 739 CONFIG_RTC_LIB=y 659 740 CONFIG_RTC_CLASS=y 660 741 CONFIG_RTC_HCTOSYS=y ··· 619 798 CONFIG_RTC_INTF_PROC=y 620 799 CONFIG_RTC_INTF_DEV=y 621 800 # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set 801 + # CONFIG_RTC_DRV_TEST is not set 622 802 623 803 # 624 - # RTC drivers 804 + # SPI RTC drivers 625 805 # 806 + 807 + # 808 + # Platform RTC drivers 809 + # 810 + # CONFIG_RTC_DRV_CMOS is not set 626 811 # CONFIG_RTC_DRV_DS1553 is not set 812 + # CONFIG_RTC_DRV_STK17TA8 is not set 627 813 # CONFIG_RTC_DRV_DS1742 is not set 628 814 # CONFIG_RTC_DRV_M48T86 is not set 629 - CONFIG_RTC_DRV_VR41XX=y 630 - # CONFIG_RTC_DRV_TEST is not set 815 + # CONFIG_RTC_DRV_M48T59 is not set 631 816 # CONFIG_RTC_DRV_V3020 is not set 817 + 818 + # 819 + # on-CPU RTC drivers 820 + # 821 + CONFIG_RTC_DRV_VR41XX=y 632 822 633 823 # 634 824 # DMA Engine support ··· 655 823 # 656 824 657 825 # 658 - # Auxiliary Display support 826 + # Userspace I/O 659 827 # 660 - 661 - # 662 - # Virtualization 663 - # 828 + # CONFIG_UIO is not set 664 829 665 830 # 666 831 # File systems ··· 665 836 CONFIG_EXT2_FS=y 666 837 # CONFIG_EXT2_FS_XATTR is not set 667 838 # CONFIG_EXT2_FS_XIP is not set 668 - # CONFIG_EXT3_FS is not set 839 + CONFIG_EXT3_FS=y 840 + CONFIG_EXT3_FS_XATTR=y 841 + # CONFIG_EXT3_FS_POSIX_ACL is not set 842 + # CONFIG_EXT3_FS_SECURITY is not set 669 843 # CONFIG_EXT4DEV_FS is not set 844 + CONFIG_JBD=y 845 + # CONFIG_JBD_DEBUG is not set 846 + CONFIG_FS_MBCACHE=y 670 847 # CONFIG_REISERFS_FS is not set 671 848 # CONFIG_JFS_FS is not set 672 849 CONFIG_FS_POSIX_ACL=y ··· 687 852 CONFIG_DNOTIFY=y 688 853 # CONFIG_AUTOFS_FS is not set 689 854 CONFIG_AUTOFS4_FS=y 690 - CONFIG_FUSE_FS=m 855 + # CONFIG_FUSE_FS is not set 691 856 CONFIG_GENERIC_ACL=y 692 857 693 858 # ··· 714 879 CONFIG_TMPFS_POSIX_ACL=y 715 880 # CONFIG_HUGETLB_PAGE is not set 716 881 CONFIG_RAMFS=y 717 - CONFIG_CONFIGFS_FS=m 882 + # CONFIG_CONFIGFS_FS is not set 718 883 719 884 # 720 885 # Miscellaneous filesystems ··· 740 905 # CONFIG_NFS_V3 is not set 741 906 # CONFIG_NFS_V4 is not set 742 907 # CONFIG_NFS_DIRECTIO is not set 743 - CONFIG_NFSD=y 744 - # CONFIG_NFSD_V3 is not set 745 - # CONFIG_NFSD_TCP is not set 908 + # CONFIG_NFSD is not set 746 909 CONFIG_ROOT_NFS=y 747 910 CONFIG_LOCKD=y 748 - CONFIG_EXPORTFS=y 749 911 CONFIG_NFS_COMMON=y 750 912 CONFIG_SUNRPC=y 913 + # CONFIG_SUNRPC_BIND34 is not set 751 914 # CONFIG_RPCSEC_GSS_KRB5 is not set 752 915 # CONFIG_RPCSEC_GSS_SPKM3 is not set 753 916 # CONFIG_SMB_FS is not set ··· 753 920 # CONFIG_NCP_FS is not set 754 921 # CONFIG_CODA_FS is not set 755 922 # CONFIG_AFS_FS is not set 756 - # CONFIG_9P_FS is not set 757 923 758 924 # 759 925 # Partition Types ··· 768 936 # 769 937 # Distributed Lock Manager 770 938 # 771 - CONFIG_DLM=m 772 - CONFIG_DLM_TCP=y 773 - # CONFIG_DLM_SCTP is not set 774 - # CONFIG_DLM_DEBUG is not set 939 + # CONFIG_DLM is not set 775 940 776 941 # 777 942 # Profiling support ··· 786 957 # CONFIG_DEBUG_FS is not set 787 958 # CONFIG_HEADERS_CHECK is not set 788 959 # CONFIG_DEBUG_KERNEL is not set 789 - CONFIG_LOG_BUF_SHIFT=14 790 960 CONFIG_CROSSCOMPILE=y 791 961 CONFIG_CMDLINE="mem=32M console=ttyVR0,38400" 792 962 ··· 794 966 # 795 967 # CONFIG_KEYS is not set 796 968 # CONFIG_SECURITY is not set 797 - 798 - # 799 - # Cryptographic options 800 - # 801 969 CONFIG_CRYPTO=y 802 970 CONFIG_CRYPTO_ALGAPI=y 803 971 CONFIG_CRYPTO_BLKCIPHER=m ··· 814 990 CONFIG_CRYPTO_CBC=m 815 991 CONFIG_CRYPTO_PCBC=m 816 992 CONFIG_CRYPTO_LRW=m 993 + # CONFIG_CRYPTO_CRYPTD is not set 817 994 CONFIG_CRYPTO_DES=m 818 995 CONFIG_CRYPTO_FCRYPT=m 819 996 CONFIG_CRYPTO_BLOWFISH=m ··· 833 1008 # CONFIG_CRYPTO_CRC32C is not set 834 1009 CONFIG_CRYPTO_CAMELLIA=m 835 1010 # CONFIG_CRYPTO_TEST is not set 836 - 837 - # 838 - # Hardware crypto devices 839 - # 1011 + # CONFIG_CRYPTO_HW is not set 840 1012 841 1013 # 842 1014 # Library routines ··· 841 1019 CONFIG_BITREVERSE=y 842 1020 # CONFIG_CRC_CCITT is not set 843 1021 # CONFIG_CRC16 is not set 1022 + # CONFIG_CRC_ITU_T is not set 844 1023 CONFIG_CRC32=y 1024 + # CONFIG_CRC7 is not set 845 1025 # CONFIG_LIBCRC32C is not set 846 1026 CONFIG_ZLIB_INFLATE=m 847 1027 CONFIG_ZLIB_DEFLATE=m 848 1028 CONFIG_PLIST=y 849 1029 CONFIG_HAS_IOMEM=y 850 1030 CONFIG_HAS_IOPORT=y 1031 + CONFIG_HAS_DMA=y
+168 -201
arch/mips/configs/cobalt_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.22-rc2 4 - # Fri May 25 11:17:29 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Tue Aug 7 22:12:54 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 ··· 13 13 CONFIG_MIPS_COBALT=y 14 14 # CONFIG_MACH_DECSTATION is not set 15 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 16 17 # CONFIG_MIPS_ATLAS is not set 17 18 # CONFIG_MIPS_MALTA is not set 18 19 # CONFIG_MIPS_SEAD is not set 19 - # CONFIG_WR_PPMC is not set 20 20 # CONFIG_MIPS_SIM is not set 21 + # CONFIG_MARKEINS is not set 22 + # CONFIG_MACH_VR41XX is not set 21 23 # CONFIG_PNX8550_JBS is not set 22 24 # CONFIG_PNX8550_STB810 is not set 23 - # CONFIG_MACH_VR41XX is not set 25 + # CONFIG_PMC_MSP is not set 24 26 # CONFIG_PMC_YOSEMITE is not set 25 27 # CONFIG_QEMU is not set 26 - # CONFIG_MARKEINS is not set 27 28 # CONFIG_SGI_IP22 is not set 28 29 # CONFIG_SGI_IP27 is not set 29 30 # CONFIG_SGI_IP32 is not set 30 - # CONFIG_SIBYTE_BIGSUR is not set 31 - # CONFIG_SIBYTE_SWARM is not set 32 - # CONFIG_SIBYTE_SENTOSA is not set 33 - # CONFIG_SIBYTE_RHONE is not set 34 - # CONFIG_SIBYTE_CARMEL is not set 35 - # CONFIG_SIBYTE_PTSWARM is not set 36 - # CONFIG_SIBYTE_LITTLESUR is not set 37 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 38 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 39 40 # CONFIG_SNI_RM is not set 40 41 # CONFIG_TOSHIBA_JMR3927 is not set 41 42 # CONFIG_TOSHIBA_RBTX4927 is not set 42 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 43 45 CONFIG_RWSEM_GENERIC_SPINLOCK=y 44 46 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 45 47 # CONFIG_ARCH_HAS_ILOG2_U64 is not set ··· 56 54 CONFIG_EARLY_PRINTK=y 57 55 CONFIG_SYS_HAS_EARLY_PRINTK=y 58 56 CONFIG_I8259=y 57 + # CONFIG_NO_IOPORT is not set 59 58 # CONFIG_CPU_BIG_ENDIAN is not set 60 59 CONFIG_CPU_LITTLE_ENDIAN=y 61 60 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y ··· 67 64 # 68 65 # CPU selection 69 66 # 67 + # CONFIG_CPU_LOONGSON2 is not set 70 68 # CONFIG_CPU_MIPS32_R1 is not set 71 69 # CONFIG_CPU_MIPS32_R2 is not set 72 70 # CONFIG_CPU_MIPS64_R1 is not set ··· 105 101 CONFIG_MIPS_MT_DISABLED=y 106 102 # CONFIG_MIPS_MT_SMP is not set 107 103 # CONFIG_MIPS_MT_SMTC is not set 108 - # CONFIG_MIPS_VPE_LOADER is not set 109 104 CONFIG_CPU_HAS_LLSC=y 110 105 CONFIG_CPU_HAS_SYNC=y 111 106 CONFIG_GENERIC_HARDIRQS=y ··· 120 117 CONFIG_SPLIT_PTLOCK_CPUS=4 121 118 # CONFIG_RESOURCES_64BIT is not set 122 119 CONFIG_ZONE_DMA_FLAG=0 120 + CONFIG_VIRT_TO_BUS=y 123 121 # CONFIG_HZ_48 is not set 124 122 # CONFIG_HZ_100 is not set 125 123 # CONFIG_HZ_128 is not set 126 - # CONFIG_HZ_250 is not set 124 + CONFIG_HZ_250=y 127 125 # CONFIG_HZ_256 is not set 128 - CONFIG_HZ_1000=y 126 + # CONFIG_HZ_1000 is not set 129 127 # CONFIG_HZ_1024 is not set 130 128 CONFIG_SYS_SUPPORTS_ARBIT_HZ=y 131 - CONFIG_HZ=1000 129 + CONFIG_HZ=250 132 130 CONFIG_PREEMPT_NONE=y 133 131 # CONFIG_PREEMPT_VOLUNTARY is not set 134 132 # CONFIG_PREEMPT is not set 135 133 # CONFIG_KEXEC is not set 134 + CONFIG_SECCOMP=y 136 135 CONFIG_LOCKDEP_SUPPORT=y 137 136 CONFIG_STACKTRACE_SUPPORT=y 138 137 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 139 138 140 139 # 141 - # Code maturity level options 140 + # General setup 142 141 # 143 142 CONFIG_EXPERIMENTAL=y 144 143 CONFIG_BROKEN_ON_SMP=y 145 144 CONFIG_INIT_ENV_ARG_LIMIT=32 146 - 147 - # 148 - # General setup 149 - # 150 145 CONFIG_LOCALVERSION="" 151 146 CONFIG_LOCALVERSION_AUTO=y 152 147 CONFIG_SWAP=y 153 148 CONFIG_SYSVIPC=y 154 - # CONFIG_IPC_NS is not set 155 149 CONFIG_SYSVIPC_SYSCTL=y 156 150 # CONFIG_POSIX_MQUEUE is not set 157 151 # CONFIG_BSD_PROCESS_ACCT is not set 158 152 # CONFIG_TASKSTATS is not set 159 - # CONFIG_UTS_NS is not set 153 + # CONFIG_USER_NS is not set 160 154 # CONFIG_AUDIT is not set 161 155 # CONFIG_IKCONFIG is not set 162 156 CONFIG_LOG_BUF_SHIFT=14 ··· 185 185 CONFIG_RT_MUTEXES=y 186 186 # CONFIG_TINY_SHMEM is not set 187 187 CONFIG_BASE_SMALL=0 188 - 189 - # 190 - # Loadable module support 191 - # 192 - # CONFIG_MODULES is not set 193 - 194 - # 195 - # Block layer 196 - # 188 + CONFIG_MODULES=y 189 + CONFIG_MODULE_UNLOAD=y 190 + # CONFIG_MODULE_FORCE_UNLOAD is not set 191 + # CONFIG_MODVERSIONS is not set 192 + # CONFIG_MODULE_SRCVERSION_ALL is not set 193 + # CONFIG_KMOD is not set 197 194 CONFIG_BLOCK=y 198 195 # CONFIG_LBD is not set 199 196 # CONFIG_BLK_DEV_IO_TRACE is not set 200 197 # CONFIG_LSF is not set 198 + # CONFIG_BLK_DEV_BSG is not set 201 199 202 200 # 203 201 # IO Schedulers ··· 234 236 # 235 237 # Power management options 236 238 # 237 - CONFIG_PM=y 238 - # CONFIG_PM_LEGACY is not set 239 - # CONFIG_PM_DEBUG is not set 240 - # CONFIG_PM_SYSFS_DEPRECATED is not set 239 + # CONFIG_PM is not set 241 240 242 241 # 243 242 # Networking ··· 281 286 # CONFIG_INET6_TUNNEL is not set 282 287 # CONFIG_NETWORK_SECMARK is not set 283 288 # CONFIG_NETFILTER is not set 284 - 285 - # 286 - # DCCP Configuration (EXPERIMENTAL) 287 - # 288 289 # CONFIG_IP_DCCP is not set 289 - 290 - # 291 - # SCTP Configuration (EXPERIMENTAL) 292 - # 293 290 # CONFIG_IP_SCTP is not set 294 - 295 - # 296 - # TIPC Configuration (EXPERIMENTAL) 297 - # 298 291 # CONFIG_TIPC is not set 299 292 # CONFIG_ATM is not set 300 293 # CONFIG_BRIDGE is not set ··· 318 335 # CONFIG_MAC80211 is not set 319 336 # CONFIG_IEEE80211 is not set 320 337 # CONFIG_RFKILL is not set 338 + # CONFIG_NET_9P is not set 321 339 322 340 # 323 341 # Device Drivers ··· 331 347 CONFIG_PREVENT_FIRMWARE_BUILD=y 332 348 CONFIG_FW_LOADER=y 333 349 # CONFIG_SYS_HYPERVISOR is not set 334 - 335 - # 336 - # Connector - unified userspace <-> kernelspace linker 337 - # 338 - CONFIG_CONNECTOR=y 339 - CONFIG_PROC_EVENTS=y 350 + # CONFIG_CONNECTOR is not set 340 351 CONFIG_MTD=y 341 352 # CONFIG_MTD_DEBUG is not set 342 353 # CONFIG_MTD_CONCAT is not set ··· 409 430 # UBI - Unsorted block images 410 431 # 411 432 # CONFIG_MTD_UBI is not set 412 - 413 - # 414 - # Parallel port support 415 - # 416 433 # CONFIG_PARPORT is not set 417 - 418 - # 419 - # Plug and Play support 420 - # 421 - # CONFIG_PNPACPI is not set 422 - 423 - # 424 - # Block devices 425 - # 434 + CONFIG_BLK_DEV=y 426 435 # CONFIG_BLK_CPQ_DA is not set 427 436 # CONFIG_BLK_CPQ_CISS_DA is not set 428 437 # CONFIG_BLK_DEV_DAC960 is not set ··· 420 453 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 421 454 # CONFIG_BLK_DEV_NBD is not set 422 455 # CONFIG_BLK_DEV_SX8 is not set 456 + # CONFIG_BLK_DEV_UB is not set 423 457 # CONFIG_BLK_DEV_RAM is not set 424 458 # CONFIG_CDROM_PKTCDVD is not set 425 459 # CONFIG_ATA_OVER_ETH is not set 426 - 427 - # 428 - # Misc devices 429 - # 430 - # CONFIG_PHANTOM is not set 431 - # CONFIG_SGI_IOC4 is not set 432 - # CONFIG_TIFM_CORE is not set 433 - # CONFIG_BLINK is not set 460 + # CONFIG_MISC_DEVICES is not set 434 461 # CONFIG_IDE is not set 435 462 436 463 # ··· 432 471 # 433 472 CONFIG_RAID_ATTRS=y 434 473 CONFIG_SCSI=y 474 + CONFIG_SCSI_DMA=y 435 475 # CONFIG_SCSI_TGT is not set 436 476 # CONFIG_SCSI_NETLINK is not set 437 477 CONFIG_SCSI_PROC_FS=y ··· 454 492 # CONFIG_SCSI_CONSTANTS is not set 455 493 # CONFIG_SCSI_LOGGING is not set 456 494 # CONFIG_SCSI_SCAN_ASYNC is not set 495 + CONFIG_SCSI_WAIT_SCAN=m 457 496 458 497 # 459 498 # SCSI Transports ··· 462 499 # CONFIG_SCSI_SPI_ATTRS is not set 463 500 # CONFIG_SCSI_FC_ATTRS is not set 464 501 # CONFIG_SCSI_ISCSI_ATTRS is not set 465 - # CONFIG_SCSI_SAS_ATTRS is not set 466 502 # CONFIG_SCSI_SAS_LIBSAS is not set 467 - 468 - # 469 - # SCSI low-level drivers 470 - # 471 - # CONFIG_ISCSI_TCP is not set 472 - # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 473 - # CONFIG_SCSI_3W_9XXX is not set 474 - # CONFIG_SCSI_ACARD is not set 475 - # CONFIG_SCSI_AACRAID is not set 476 - # CONFIG_SCSI_AIC7XXX is not set 477 - # CONFIG_SCSI_AIC7XXX_OLD is not set 478 - # CONFIG_SCSI_AIC79XX is not set 479 - # CONFIG_SCSI_AIC94XX is not set 480 - # CONFIG_SCSI_DPT_I2O is not set 481 - # CONFIG_SCSI_ARCMSR is not set 482 - # CONFIG_MEGARAID_NEWGEN is not set 483 - # CONFIG_MEGARAID_LEGACY is not set 484 - # CONFIG_MEGARAID_SAS is not set 485 - # CONFIG_SCSI_HPTIOP is not set 486 - # CONFIG_SCSI_DMX3191D is not set 487 - # CONFIG_SCSI_FUTURE_DOMAIN is not set 488 - # CONFIG_SCSI_IPS is not set 489 - # CONFIG_SCSI_INITIO is not set 490 - # CONFIG_SCSI_INIA100 is not set 491 - # CONFIG_SCSI_STEX is not set 492 - # CONFIG_SCSI_SYM53C8XX_2 is not set 493 - # CONFIG_SCSI_IPR is not set 494 - # CONFIG_SCSI_QLOGIC_1280 is not set 495 - # CONFIG_SCSI_QLA_FC is not set 496 - # CONFIG_SCSI_QLA_ISCSI is not set 497 - # CONFIG_SCSI_LPFC is not set 498 - # CONFIG_SCSI_DC395x is not set 499 - # CONFIG_SCSI_DC390T is not set 500 - # CONFIG_SCSI_NSP32 is not set 501 - # CONFIG_SCSI_DEBUG is not set 502 - # CONFIG_SCSI_ESP_CORE is not set 503 - # CONFIG_SCSI_SRP is not set 503 + # CONFIG_SCSI_LOWLEVEL is not set 504 504 CONFIG_ATA=y 505 505 # CONFIG_ATA_NONSTANDARD is not set 506 506 # CONFIG_SATA_AHCI is not set ··· 519 593 CONFIG_PATA_VIA=y 520 594 # CONFIG_PATA_WINBOND is not set 521 595 # CONFIG_PATA_PLATFORM is not set 522 - 523 - # 524 - # Multi-device support (RAID and LVM) 525 - # 526 596 # CONFIG_MD is not set 527 597 528 598 # ··· 534 612 # 535 613 # CONFIG_FIREWIRE is not set 536 614 # CONFIG_IEEE1394 is not set 537 - 538 - # 539 - # I2O device support 540 - # 541 615 # CONFIG_I2O is not set 542 - 543 - # 544 - # Network device support 545 - # 546 616 CONFIG_NETDEVICES=y 617 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 547 618 # CONFIG_DUMMY is not set 548 619 # CONFIG_BONDING is not set 620 + # CONFIG_MACVLAN is not set 549 621 # CONFIG_EQUALIZER is not set 550 622 # CONFIG_TUN is not set 551 - 552 - # 553 - # ARCnet devices 554 - # 555 623 # CONFIG_ARCNET is not set 556 624 # CONFIG_PHYLIB is not set 557 - 558 - # 559 - # Ethernet (10 or 100Mbit) 560 - # 561 625 CONFIG_NET_ETHERNET=y 562 626 # CONFIG_MII is not set 627 + # CONFIG_AX88796 is not set 563 628 # CONFIG_HAPPYMEAL is not set 564 629 # CONFIG_SUNGEM is not set 565 630 # CONFIG_CASSINI is not set 566 631 # CONFIG_NET_VENDOR_3COM is not set 567 632 # CONFIG_DM9000 is not set 568 - 569 - # 570 - # Tulip family network device support 571 - # 572 633 CONFIG_NET_TULIP=y 573 634 CONFIG_DE2104X=y 574 635 CONFIG_TULIP=y ··· 566 661 # CONFIG_NET_PCI is not set 567 662 # CONFIG_NETDEV_1000 is not set 568 663 # CONFIG_NETDEV_10000 is not set 569 - 570 - # 571 - # Token Ring devices 572 - # 573 664 # CONFIG_TR is not set 574 665 575 666 # ··· 573 672 # 574 673 # CONFIG_WLAN_PRE80211 is not set 575 674 # CONFIG_WLAN_80211 is not set 675 + 676 + # 677 + # USB Network Adapters 678 + # 679 + # CONFIG_USB_CATC is not set 680 + # CONFIG_USB_KAWETH is not set 681 + # CONFIG_USB_PEGASUS is not set 682 + # CONFIG_USB_RTL8150 is not set 683 + # CONFIG_USB_USBNET_MII is not set 684 + # CONFIG_USB_USBNET is not set 576 685 # CONFIG_WAN is not set 577 686 # CONFIG_FDDI is not set 578 687 # CONFIG_HIPPI is not set ··· 593 682 # CONFIG_NETCONSOLE is not set 594 683 # CONFIG_NETPOLL is not set 595 684 # CONFIG_NET_POLL_CONTROLLER is not set 596 - 597 - # 598 - # ISDN subsystem 599 - # 600 685 # CONFIG_ISDN is not set 601 - 602 - # 603 - # Telephony Support 604 - # 605 686 # CONFIG_PHONE is not set 606 687 607 688 # ··· 601 698 # 602 699 CONFIG_INPUT=y 603 700 # CONFIG_INPUT_FF_MEMLESS is not set 701 + CONFIG_INPUT_POLLDEV=y 604 702 605 703 # 606 704 # Userland interfaces ··· 609 705 # CONFIG_INPUT_MOUSEDEV is not set 610 706 # CONFIG_INPUT_JOYDEV is not set 611 707 # CONFIG_INPUT_TSDEV is not set 612 - # CONFIG_INPUT_EVDEV is not set 708 + CONFIG_INPUT_EVDEV=y 613 709 # CONFIG_INPUT_EVBUG is not set 614 710 615 711 # ··· 629 725 # CONFIG_INPUT_POWERMATE is not set 630 726 # CONFIG_INPUT_YEALINK is not set 631 727 # CONFIG_INPUT_UINPUT is not set 632 - CONFIG_INPUT_POLLDEV=y 633 728 634 729 # 635 730 # Hardware I/O ports ··· 664 761 CONFIG_UNIX98_PTYS=y 665 762 CONFIG_LEGACY_PTYS=y 666 763 CONFIG_LEGACY_PTY_COUNT=256 667 - 668 - # 669 - # IPMI 670 - # 671 764 # CONFIG_IPMI_HANDLER is not set 672 765 # CONFIG_WATCHDOG is not set 673 766 # CONFIG_HW_RANDOM is not set 674 767 # CONFIG_RTC is not set 675 - # CONFIG_GEN_RTC is not set 676 768 CONFIG_COBALT_LCD=y 677 769 # CONFIG_R3964 is not set 678 770 # CONFIG_APPLICOM is not set 679 771 # CONFIG_DRM is not set 680 772 # CONFIG_RAW_DRIVER is not set 681 - 682 - # 683 - # TPM devices 684 - # 685 773 # CONFIG_TCG_TPM is not set 686 774 CONFIG_DEVPORT=y 687 775 # CONFIG_I2C is not set ··· 682 788 # 683 789 # CONFIG_SPI is not set 684 790 # CONFIG_SPI_MASTER is not set 685 - 686 - # 687 - # Dallas's 1-wire bus 688 - # 689 791 # CONFIG_W1 is not set 792 + # CONFIG_POWER_SUPPLY is not set 690 793 # CONFIG_HWMON is not set 691 794 692 795 # ··· 708 817 # 709 818 # CONFIG_DISPLAY_SUPPORT is not set 710 819 # CONFIG_VGASTATE is not set 820 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 711 821 # CONFIG_FB is not set 712 822 713 823 # ··· 721 829 # Sound 722 830 # 723 831 # CONFIG_SOUND is not set 832 + CONFIG_HID_SUPPORT=y 833 + CONFIG_HID=m 834 + # CONFIG_HID_DEBUG is not set 724 835 725 836 # 726 - # HID Devices 837 + # USB Input Devices 727 838 # 728 - # CONFIG_HID is not set 839 + CONFIG_USB_HID=m 840 + # CONFIG_USB_HIDINPUT_POWERBOOK is not set 841 + # CONFIG_HID_FF is not set 842 + # CONFIG_USB_HIDDEV is not set 729 843 730 844 # 731 - # USB support 845 + # USB HID Boot Protocol drivers 732 846 # 847 + # CONFIG_USB_KBD is not set 848 + # CONFIG_USB_MOUSE is not set 849 + CONFIG_USB_SUPPORT=y 733 850 CONFIG_USB_ARCH_HAS_HCD=y 734 851 CONFIG_USB_ARCH_HAS_OHCI=y 735 852 CONFIG_USB_ARCH_HAS_EHCI=y 736 - # CONFIG_USB is not set 853 + CONFIG_USB=m 854 + # CONFIG_USB_DEBUG is not set 855 + 856 + # 857 + # Miscellaneous USB options 858 + # 859 + # CONFIG_USB_DEVICEFS is not set 860 + # CONFIG_USB_DEVICE_CLASS is not set 861 + # CONFIG_USB_DYNAMIC_MINORS is not set 862 + # CONFIG_USB_OTG is not set 863 + 864 + # 865 + # USB Host Controller Drivers 866 + # 867 + CONFIG_USB_EHCI_HCD=m 868 + # CONFIG_USB_EHCI_SPLIT_ISO is not set 869 + # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 870 + # CONFIG_USB_EHCI_TT_NEWSCHED is not set 871 + # CONFIG_USB_ISP116X_HCD is not set 872 + CONFIG_USB_OHCI_HCD=m 873 + # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 874 + # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set 875 + CONFIG_USB_OHCI_LITTLE_ENDIAN=y 876 + # CONFIG_USB_UHCI_HCD is not set 877 + # CONFIG_USB_SL811_HCD is not set 878 + # CONFIG_USB_R8A66597_HCD is not set 879 + 880 + # 881 + # USB Device Class drivers 882 + # 883 + # CONFIG_USB_ACM is not set 884 + # CONFIG_USB_PRINTER is not set 737 885 738 886 # 739 887 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 888 + # 889 + 890 + # 891 + # may also be needed; see USB_STORAGE Help for more information 892 + # 893 + CONFIG_USB_STORAGE=m 894 + # CONFIG_USB_STORAGE_DEBUG is not set 895 + # CONFIG_USB_STORAGE_DATAFAB is not set 896 + # CONFIG_USB_STORAGE_FREECOM is not set 897 + # CONFIG_USB_STORAGE_DPCM is not set 898 + # CONFIG_USB_STORAGE_USBAT is not set 899 + # CONFIG_USB_STORAGE_SDDR09 is not set 900 + # CONFIG_USB_STORAGE_SDDR55 is not set 901 + # CONFIG_USB_STORAGE_JUMPSHOT is not set 902 + # CONFIG_USB_STORAGE_ALAUDA is not set 903 + # CONFIG_USB_STORAGE_ONETOUCH is not set 904 + # CONFIG_USB_STORAGE_KARMA is not set 905 + # CONFIG_USB_LIBUSUAL is not set 906 + 907 + # 908 + # USB Imaging devices 909 + # 910 + # CONFIG_USB_MDC800 is not set 911 + # CONFIG_USB_MICROTEK is not set 912 + CONFIG_USB_MON=y 913 + 914 + # 915 + # USB port drivers 916 + # 917 + 918 + # 919 + # USB Serial Converter support 920 + # 921 + # CONFIG_USB_SERIAL is not set 922 + 923 + # 924 + # USB Miscellaneous drivers 925 + # 926 + # CONFIG_USB_EMI62 is not set 927 + # CONFIG_USB_EMI26 is not set 928 + # CONFIG_USB_ADUTUX is not set 929 + # CONFIG_USB_AUERSWALD is not set 930 + # CONFIG_USB_RIO500 is not set 931 + # CONFIG_USB_LEGOTOWER is not set 932 + # CONFIG_USB_LCD is not set 933 + # CONFIG_USB_BERRY_CHARGE is not set 934 + # CONFIG_USB_LED is not set 935 + # CONFIG_USB_CYPRESS_CY7C63 is not set 936 + # CONFIG_USB_CYTHERM is not set 937 + # CONFIG_USB_PHIDGET is not set 938 + # CONFIG_USB_IDMOUSE is not set 939 + # CONFIG_USB_FTDI_ELAN is not set 940 + # CONFIG_USB_APPLEDISPLAY is not set 941 + # CONFIG_USB_SISUSBVGA is not set 942 + # CONFIG_USB_LD is not set 943 + # CONFIG_USB_TRANCEVIBRATOR is not set 944 + # CONFIG_USB_IOWARRIOR is not set 945 + 946 + # 947 + # USB DSL modem support 740 948 # 741 949 742 950 # ··· 844 852 # 845 853 # CONFIG_USB_GADGET is not set 846 854 # CONFIG_MMC is not set 847 - 848 - # 849 - # LED devices 850 - # 851 855 # CONFIG_NEW_LEDS is not set 852 - 853 - # 854 - # LED drivers 855 - # 856 - 857 - # 858 - # LED Triggers 859 - # 860 - 861 - # 862 - # InfiniBand support 863 - # 864 856 # CONFIG_INFINIBAND is not set 865 - 866 - # 867 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 868 - # 869 - 870 - # 871 - # Real Time Clock 872 - # 873 857 CONFIG_RTC_LIB=y 874 858 CONFIG_RTC_CLASS=y 875 859 CONFIG_RTC_HCTOSYS=y ··· 862 894 # CONFIG_RTC_DRV_TEST is not set 863 895 864 896 # 865 - # I2C RTC drivers 866 - # 867 - 868 - # 869 897 # SPI RTC drivers 870 898 # 871 899 ··· 870 906 # 871 907 CONFIG_RTC_DRV_CMOS=y 872 908 # CONFIG_RTC_DRV_DS1553 is not set 909 + # CONFIG_RTC_DRV_STK17TA8 is not set 873 910 # CONFIG_RTC_DRV_DS1742 is not set 874 911 # CONFIG_RTC_DRV_M48T86 is not set 912 + # CONFIG_RTC_DRV_M48T59 is not set 875 913 # CONFIG_RTC_DRV_V3020 is not set 876 914 877 915 # ··· 892 926 # 893 927 # DMA Devices 894 928 # 929 + 930 + # 931 + # Userspace I/O 932 + # 933 + # CONFIG_UIO is not set 895 934 896 935 # 897 936 # File systems ··· 1003 1032 # CONFIG_NCP_FS is not set 1004 1033 # CONFIG_CODA_FS is not set 1005 1034 # CONFIG_AFS_FS is not set 1006 - # CONFIG_9P_FS is not set 1007 1035 1008 1036 # 1009 1037 # Partition Types ··· 1044 1074 # 1045 1075 # CONFIG_KEYS is not set 1046 1076 # CONFIG_SECURITY is not set 1047 - 1048 - # 1049 - # Cryptographic options 1050 - # 1051 1077 # CONFIG_CRYPTO is not set 1052 1078 1053 1079 # ··· 1054 1088 # CONFIG_CRC16 is not set 1055 1089 # CONFIG_CRC_ITU_T is not set 1056 1090 CONFIG_CRC32=y 1091 + # CONFIG_CRC7 is not set 1057 1092 CONFIG_LIBCRC32C=y 1058 1093 CONFIG_PLIST=y 1059 1094 CONFIG_HAS_IOMEM=y
+103 -228
arch/mips/configs/e55_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20 4 - # Tue Feb 20 21:47:28 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Wed Aug 8 10:36:25 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 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 11 + # CONFIG_MACH_ALCHEMY is not set 25 12 # CONFIG_BASLER_EXCITE is not set 26 13 # CONFIG_MIPS_COBALT is not set 27 14 # CONFIG_MACH_DECSTATION is not set 28 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 29 17 # CONFIG_MIPS_ATLAS is not set 30 18 # CONFIG_MIPS_MALTA is not set 31 19 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 20 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 21 + # CONFIG_MARKEINS is not set 22 + CONFIG_MACH_VR41XX=y 36 23 # CONFIG_PNX8550_JBS is not set 37 24 # CONFIG_PNX8550_STB810 is not set 38 - CONFIG_MACH_VR41XX=y 25 + # CONFIG_PMC_MSP is not set 39 26 # CONFIG_PMC_YOSEMITE is not set 40 27 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 28 # CONFIG_SGI_IP22 is not set 43 29 # CONFIG_SGI_IP27 is not set 44 30 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 53 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 54 40 # CONFIG_SNI_RM is not set 55 41 # CONFIG_TOSHIBA_JMR3927 is not set 56 42 # CONFIG_TOSHIBA_RBTX4927 is not set 57 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 58 45 CONFIG_CASIO_E55=y 59 46 # CONFIG_IBM_WORKPAD is not set 60 47 # CONFIG_NEC_CMBVR4133 is not set ··· 59 72 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 60 73 CONFIG_DMA_NONCOHERENT=y 61 74 CONFIG_DMA_NEED_PCI_MAP_STATE=y 75 + # CONFIG_HOTPLUG_CPU is not set 76 + # CONFIG_NO_IOPORT is not set 62 77 # CONFIG_CPU_BIG_ENDIAN is not set 63 78 CONFIG_CPU_LITTLE_ENDIAN=y 64 79 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y ··· 70 81 # 71 82 # CPU selection 72 83 # 84 + # CONFIG_CPU_LOONGSON2 is not set 73 85 # CONFIG_CPU_MIPS32_R1 is not set 74 86 # CONFIG_CPU_MIPS32_R2 is not set 75 87 # CONFIG_CPU_MIPS64_R1 is not set ··· 92 102 # CONFIG_CPU_SB1 is not set 93 103 CONFIG_SYS_HAS_CPU_VR41XX=y 94 104 CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y 95 - CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y 96 105 CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y 97 106 CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y 98 107 ··· 107 118 CONFIG_MIPS_MT_DISABLED=y 108 119 # CONFIG_MIPS_MT_SMP is not set 109 120 # CONFIG_MIPS_MT_SMTC is not set 110 - # CONFIG_MIPS_VPE_LOADER is not set 111 121 CONFIG_CPU_HAS_SYNC=y 112 122 CONFIG_GENERIC_HARDIRQS=y 113 123 CONFIG_GENERIC_IRQ_PROBE=y ··· 120 132 # CONFIG_SPARSEMEM_STATIC is not set 121 133 CONFIG_SPLIT_PTLOCK_CPUS=4 122 134 # CONFIG_RESOURCES_64BIT is not set 123 - CONFIG_ZONE_DMA_FLAG=1 135 + CONFIG_ZONE_DMA_FLAG=0 136 + CONFIG_VIRT_TO_BUS=y 124 137 # CONFIG_HZ_48 is not set 125 138 # CONFIG_HZ_100 is not set 126 139 # CONFIG_HZ_128 is not set 127 - # CONFIG_HZ_250 is not set 140 + CONFIG_HZ_250=y 128 141 # CONFIG_HZ_256 is not set 129 - CONFIG_HZ_1000=y 142 + # CONFIG_HZ_1000 is not set 130 143 # CONFIG_HZ_1024 is not set 131 144 CONFIG_SYS_SUPPORTS_ARBIT_HZ=y 132 - CONFIG_HZ=1000 145 + CONFIG_HZ=250 133 146 CONFIG_PREEMPT_NONE=y 134 147 # CONFIG_PREEMPT_VOLUNTARY is not set 135 148 # CONFIG_PREEMPT is not set 136 149 # CONFIG_KEXEC is not set 150 + CONFIG_SECCOMP=y 137 151 CONFIG_LOCKDEP_SUPPORT=y 138 152 CONFIG_STACKTRACE_SUPPORT=y 139 153 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 140 154 141 155 # 142 - # Code maturity level options 156 + # General setup 143 157 # 144 158 CONFIG_EXPERIMENTAL=y 145 159 CONFIG_BROKEN_ON_SMP=y 146 160 CONFIG_INIT_ENV_ARG_LIMIT=32 147 - 148 - # 149 - # General setup 150 - # 151 161 CONFIG_LOCALVERSION="" 152 162 CONFIG_LOCALVERSION_AUTO=y 153 163 CONFIG_SWAP=y 154 164 CONFIG_SYSVIPC=y 155 - # CONFIG_IPC_NS is not set 156 165 CONFIG_SYSVIPC_SYSCTL=y 157 166 # CONFIG_BSD_PROCESS_ACCT is not set 158 - # CONFIG_UTS_NS is not set 167 + # CONFIG_USER_NS is not set 159 168 # CONFIG_IKCONFIG is not set 169 + CONFIG_LOG_BUF_SHIFT=14 160 170 CONFIG_SYSFS_DEPRECATED=y 161 171 # CONFIG_RELAY is not set 172 + # CONFIG_BLK_DEV_INITRD is not set 162 173 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 163 174 CONFIG_SYSCTL=y 164 175 CONFIG_EMBEDDED=y ··· 170 183 CONFIG_ELF_CORE=y 171 184 CONFIG_BASE_FULL=y 172 185 CONFIG_FUTEX=y 186 + CONFIG_ANON_INODES=y 173 187 CONFIG_EPOLL=y 188 + CONFIG_SIGNALFD=y 189 + CONFIG_TIMERFD=y 190 + CONFIG_EVENTFD=y 174 191 CONFIG_SHMEM=y 175 - CONFIG_SLAB=y 176 192 CONFIG_VM_EVENT_COUNTERS=y 193 + CONFIG_SLAB=y 194 + # CONFIG_SLUB is not set 195 + # CONFIG_SLOB is not set 177 196 CONFIG_RT_MUTEXES=y 178 197 # CONFIG_TINY_SHMEM is not set 179 198 CONFIG_BASE_SMALL=0 180 - # CONFIG_SLOB is not set 181 - 182 - # 183 - # Loadable module support 184 - # 185 199 CONFIG_MODULES=y 186 200 CONFIG_MODULE_UNLOAD=y 187 - # CONFIG_MODULE_FORCE_UNLOAD is not set 201 + CONFIG_MODULE_FORCE_UNLOAD=y 188 202 CONFIG_MODVERSIONS=y 189 203 CONFIG_MODULE_SRCVERSION_ALL=y 190 204 CONFIG_KMOD=y 191 - 192 - # 193 - # Block layer 194 - # 195 205 CONFIG_BLOCK=y 196 206 # CONFIG_LBD is not set 197 207 # CONFIG_BLK_DEV_IO_TRACE is not set 198 208 # CONFIG_LSF is not set 209 + # CONFIG_BLK_DEV_BSG is not set 199 210 200 211 # 201 212 # IO Schedulers ··· 211 226 # 212 227 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 213 228 # 229 + # CONFIG_ARCH_SUPPORTS_MSI is not set 214 230 CONFIG_ISA=y 215 231 CONFIG_MMU=y 216 232 217 233 # 218 234 # PCCARD (PCMCIA/CardBus) support 219 - # 220 - 221 - # 222 - # PCI Hotplug Support 223 235 # 224 236 225 237 # ··· 229 247 # 230 248 # Power management options 231 249 # 232 - CONFIG_PM=y 233 - # CONFIG_PM_LEGACY is not set 234 - # CONFIG_PM_DEBUG is not set 235 - # CONFIG_PM_SYSFS_DEPRECATED is not set 250 + # CONFIG_PM is not set 236 251 237 252 # 238 253 # Networking ··· 246 267 CONFIG_STANDALONE=y 247 268 CONFIG_PREVENT_FIRMWARE_BUILD=y 248 269 # CONFIG_SYS_HYPERVISOR is not set 249 - 250 - # 251 - # Connector - unified userspace <-> kernelspace linker 252 - # 253 - 254 - # 255 - # Memory Technology Devices (MTD) 256 - # 257 270 # CONFIG_MTD is not set 258 - 259 - # 260 - # Parallel port support 261 - # 262 271 # CONFIG_PARPORT is not set 263 - 264 - # 265 - # Plug and Play support 266 - # 267 272 # CONFIG_PNP is not set 268 - # CONFIG_PNPACPI is not set 269 - 270 - # 271 - # Block devices 272 - # 273 + CONFIG_BLK_DEV=y 273 274 # CONFIG_BLK_DEV_COW_COMMON is not set 274 275 # CONFIG_BLK_DEV_LOOP is not set 275 - CONFIG_BLK_DEV_RAM=m 276 + CONFIG_BLK_DEV_RAM=y 276 277 CONFIG_BLK_DEV_RAM_COUNT=16 277 278 CONFIG_BLK_DEV_RAM_SIZE=4096 278 279 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 279 - # CONFIG_BLK_DEV_INITRD is not set 280 280 # CONFIG_CDROM_PKTCDVD is not set 281 - 282 - # 283 - # Misc devices 284 - # 285 - 286 - # 287 - # ATA/ATAPI/MFM/RLL support 288 - # 281 + # CONFIG_MISC_DEVICES is not set 289 282 CONFIG_IDE=y 290 283 CONFIG_IDE_MAX_HWIFS=4 291 284 CONFIG_BLK_DEV_IDE=y ··· 272 321 # CONFIG_BLK_DEV_IDETAPE is not set 273 322 # CONFIG_BLK_DEV_IDEFLOPPY is not set 274 323 # CONFIG_IDE_TASK_IOCTL is not set 324 + CONFIG_IDE_PROC_FS=y 275 325 276 326 # 277 327 # IDE chipset support/bugfixes 278 328 # 279 329 CONFIG_IDE_GENERIC=y 330 + # CONFIG_IDEPCI_PCIBUS_ORDER is not set 280 331 # CONFIG_IDE_ARM is not set 281 332 # CONFIG_IDE_CHIPSETS is not set 282 333 # CONFIG_BLK_DEV_IDEDMA is not set 283 - # CONFIG_IDEDMA_AUTO is not set 284 334 # CONFIG_BLK_DEV_HD is not set 285 335 286 336 # ··· 289 337 # 290 338 # CONFIG_RAID_ATTRS is not set 291 339 # CONFIG_SCSI is not set 340 + # CONFIG_SCSI_DMA is not set 292 341 # CONFIG_SCSI_NETLINK is not set 293 - 294 - # 295 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 296 - # 297 342 # CONFIG_ATA is not set 298 - 299 - # 300 - # Old CD-ROM drivers (not SCSI, not IDE) 301 - # 302 - # CONFIG_CD_NO_IDESCSI is not set 303 - 304 - # 305 - # Multi-device support (RAID and LVM) 306 - # 307 343 # CONFIG_MD is not set 308 - 309 - # 310 - # Fusion MPT device support 311 - # 312 - # CONFIG_FUSION is not set 313 - 314 - # 315 - # IEEE 1394 (FireWire) support 316 - # 317 - 318 - # 319 - # I2O device support 320 - # 321 - 322 - # 323 - # ISDN subsystem 324 - # 325 - 326 - # 327 - # Telephony Support 328 - # 329 344 # CONFIG_PHONE is not set 330 345 331 346 # ··· 300 381 # 301 382 CONFIG_INPUT=y 302 383 # CONFIG_INPUT_FF_MEMLESS is not set 384 + # CONFIG_INPUT_POLLDEV is not set 303 385 304 386 # 305 387 # Userland interfaces 306 388 # 307 - CONFIG_INPUT_MOUSEDEV=y 308 - CONFIG_INPUT_MOUSEDEV_PSAUX=y 309 - CONFIG_INPUT_MOUSEDEV_SCREEN_X=320 310 - CONFIG_INPUT_MOUSEDEV_SCREEN_Y=240 389 + # CONFIG_INPUT_MOUSEDEV is not set 311 390 # CONFIG_INPUT_JOYDEV is not set 312 391 # CONFIG_INPUT_TSDEV is not set 313 392 # CONFIG_INPUT_EVDEV is not set ··· 317 400 # CONFIG_INPUT_KEYBOARD is not set 318 401 # CONFIG_INPUT_MOUSE is not set 319 402 # CONFIG_INPUT_JOYSTICK is not set 403 + # CONFIG_INPUT_TABLET is not set 320 404 # CONFIG_INPUT_TOUCHSCREEN is not set 321 405 # CONFIG_INPUT_MISC is not set 322 406 ··· 351 433 CONFIG_UNIX98_PTYS=y 352 434 CONFIG_LEGACY_PTYS=y 353 435 CONFIG_LEGACY_PTY_COUNT=256 354 - 355 - # 356 - # IPMI 357 - # 358 436 # CONFIG_IPMI_HANDLER is not set 359 - 360 - # 361 - # Watchdog Cards 362 - # 363 - CONFIG_WATCHDOG=y 364 - # CONFIG_WATCHDOG_NOWAYOUT is not set 365 - 366 - # 367 - # Watchdog Device Drivers 368 - # 369 - # CONFIG_SOFT_WATCHDOG is not set 370 - 371 - # 372 - # ISA-based Watchdog Cards 373 - # 374 - # CONFIG_PCWATCHDOG is not set 375 - # CONFIG_MIXCOMWD is not set 376 - # CONFIG_WDT is not set 437 + # CONFIG_WATCHDOG is not set 377 438 # CONFIG_HW_RANDOM is not set 378 439 # CONFIG_RTC is not set 379 - # CONFIG_GEN_RTC is not set 380 440 # CONFIG_DTLK is not set 381 441 # CONFIG_R3964 is not set 382 442 CONFIG_GPIO_VR41XX=y 383 443 # CONFIG_RAW_DRIVER is not set 384 - 385 - # 386 - # TPM devices 387 - # 388 444 # CONFIG_TCG_TPM is not set 389 - 390 - # 391 - # I2C support 392 - # 445 + CONFIG_DEVPORT=y 393 446 # CONFIG_I2C is not set 394 447 395 448 # ··· 368 479 # 369 480 # CONFIG_SPI is not set 370 481 # CONFIG_SPI_MASTER is not set 371 - 372 - # 373 - # Dallas's 1-wire bus 374 - # 375 482 # CONFIG_W1 is not set 483 + # CONFIG_POWER_SUPPLY is not set 484 + # CONFIG_HWMON is not set 376 485 377 486 # 378 - # Hardware Monitoring support 487 + # Multifunction device drivers 379 488 # 380 - # CONFIG_HWMON is not set 381 - # CONFIG_HWMON_VID is not set 489 + # CONFIG_MFD_SM501 is not set 382 490 383 491 # 384 492 # Multimedia devices 385 493 # 386 494 # CONFIG_VIDEO_DEV is not set 387 - 388 - # 389 - # Digital Video Broadcasting Devices 390 - # 495 + # CONFIG_DAB is not set 391 496 392 497 # 393 498 # Graphics support 394 499 # 395 - # CONFIG_FIRMWARE_EDID is not set 500 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 501 + 502 + # 503 + # Display device support 504 + # 505 + # CONFIG_DISPLAY_SUPPORT is not set 506 + # CONFIG_VGASTATE is not set 507 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 396 508 # CONFIG_FB is not set 397 509 398 510 # ··· 402 512 # CONFIG_VGA_CONSOLE is not set 403 513 # CONFIG_MDA_CONSOLE is not set 404 514 CONFIG_DUMMY_CONSOLE=y 405 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 406 515 407 516 # 408 517 # Sound 409 518 # 410 519 # CONFIG_SOUND is not set 411 - 412 - # 413 - # HID Devices 414 - # 415 - CONFIG_HID=y 416 - # CONFIG_HID_DEBUG is not set 417 - 418 - # 419 - # USB support 420 - # 421 - # CONFIG_USB_ARCH_HAS_HCD is not set 422 - # CONFIG_USB_ARCH_HAS_OHCI is not set 423 - # CONFIG_USB_ARCH_HAS_EHCI is not set 424 - 425 - # 426 - # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 427 - # 428 - 429 - # 430 - # USB Gadget Support 431 - # 432 - # CONFIG_USB_GADGET is not set 433 - 434 - # 435 - # MMC/SD Card support 436 - # 520 + # CONFIG_HID_SUPPORT is not set 521 + # CONFIG_USB_SUPPORT is not set 437 522 # CONFIG_MMC is not set 438 - 439 - # 440 - # LED devices 441 - # 442 523 # CONFIG_NEW_LEDS is not set 524 + CONFIG_RTC_LIB=y 525 + CONFIG_RTC_CLASS=y 526 + CONFIG_RTC_HCTOSYS=y 527 + CONFIG_RTC_HCTOSYS_DEVICE="rtc0" 528 + # CONFIG_RTC_DEBUG is not set 443 529 444 530 # 445 - # LED drivers 531 + # RTC interfaces 532 + # 533 + CONFIG_RTC_INTF_SYSFS=y 534 + CONFIG_RTC_INTF_PROC=y 535 + CONFIG_RTC_INTF_DEV=y 536 + # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set 537 + # CONFIG_RTC_DRV_TEST is not set 538 + 539 + # 540 + # SPI RTC drivers 446 541 # 447 542 448 543 # 449 - # LED Triggers 544 + # Platform RTC drivers 450 545 # 546 + # CONFIG_RTC_DRV_CMOS is not set 547 + # CONFIG_RTC_DRV_DS1553 is not set 548 + # CONFIG_RTC_DRV_STK17TA8 is not set 549 + # CONFIG_RTC_DRV_DS1742 is not set 550 + # CONFIG_RTC_DRV_M48T86 is not set 551 + # CONFIG_RTC_DRV_M48T59 is not set 552 + # CONFIG_RTC_DRV_V3020 is not set 451 553 452 554 # 453 - # InfiniBand support 555 + # on-CPU RTC drivers 454 556 # 455 - 456 - # 457 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 458 - # 459 - 460 - # 461 - # Real Time Clock 462 - # 463 - # CONFIG_RTC_CLASS is not set 557 + CONFIG_RTC_DRV_VR41XX=y 464 558 465 559 # 466 560 # DMA Engine support ··· 460 586 # 461 587 462 588 # 463 - # Auxiliary Display support 589 + # Userspace I/O 464 590 # 465 - 466 - # 467 - # Virtualization 468 - # 591 + # CONFIG_UIO is not set 469 592 470 593 # 471 594 # File systems ··· 470 599 CONFIG_EXT2_FS=y 471 600 # CONFIG_EXT2_FS_XATTR is not set 472 601 # CONFIG_EXT2_FS_XIP is not set 473 - # CONFIG_EXT3_FS is not set 602 + CONFIG_EXT3_FS=y 603 + CONFIG_EXT3_FS_XATTR=y 604 + # CONFIG_EXT3_FS_POSIX_ACL is not set 605 + # CONFIG_EXT3_FS_SECURITY is not set 474 606 # CONFIG_EXT4DEV_FS is not set 607 + CONFIG_JBD=y 608 + # CONFIG_JBD_DEBUG is not set 609 + CONFIG_FS_MBCACHE=y 475 610 # CONFIG_REISERFS_FS is not set 476 611 # CONFIG_JFS_FS is not set 477 612 CONFIG_FS_POSIX_ACL=y ··· 491 614 CONFIG_DNOTIFY=y 492 615 # CONFIG_AUTOFS_FS is not set 493 616 CONFIG_AUTOFS4_FS=y 494 - CONFIG_FUSE_FS=m 617 + # CONFIG_FUSE_FS is not set 495 618 CONFIG_GENERIC_ACL=y 496 619 497 620 # ··· 564 687 # CONFIG_DEBUG_FS is not set 565 688 # CONFIG_HEADERS_CHECK is not set 566 689 # CONFIG_DEBUG_KERNEL is not set 567 - CONFIG_LOG_BUF_SHIFT=14 568 690 CONFIG_CROSSCOMPILE=y 569 691 CONFIG_CMDLINE="console=ttyVR0,19200 ide0=0x1f0,0x3f6,40 mem=8M" 570 692 ··· 572 696 # 573 697 # CONFIG_KEYS is not set 574 698 # CONFIG_SECURITY is not set 575 - 576 - # 577 - # Cryptographic options 578 - # 579 699 # CONFIG_CRYPTO is not set 580 700 581 701 # ··· 579 707 # 580 708 # CONFIG_CRC_CCITT is not set 581 709 # CONFIG_CRC16 is not set 710 + # CONFIG_CRC_ITU_T is not set 582 711 # CONFIG_CRC32 is not set 712 + # CONFIG_CRC7 is not set 583 713 # CONFIG_LIBCRC32C is not set 584 714 CONFIG_PLIST=y 585 715 CONFIG_HAS_IOMEM=y 586 716 CONFIG_HAS_IOPORT=y 717 + CONFIG_HAS_DMA=y
+118 -261
arch/mips/configs/ip22_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20 4 - # Tue Feb 20 21:47:32 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Tue Aug 7 12:39:49 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 ··· 9 9 # Machine selection 10 10 # 11 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 12 + # CONFIG_MACH_ALCHEMY is not set 25 13 # CONFIG_BASLER_EXCITE is not set 26 14 # CONFIG_MIPS_COBALT is not set 27 15 # CONFIG_MACH_DECSTATION is not set 28 16 # CONFIG_MACH_JAZZ is not set 17 + # CONFIG_LEMOTE_FULONG is not set 29 18 # CONFIG_MIPS_ATLAS is not set 30 19 # CONFIG_MIPS_MALTA is not set 31 20 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 21 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 22 + # CONFIG_MARKEINS is not set 23 + # CONFIG_MACH_VR41XX is not set 36 24 # CONFIG_PNX8550_JBS is not set 37 25 # CONFIG_PNX8550_STB810 is not set 38 - # CONFIG_MACH_VR41XX is not set 26 + # CONFIG_PMC_MSP is not set 39 27 # CONFIG_PMC_YOSEMITE is not set 40 28 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 29 CONFIG_SGI_IP22=y 43 30 # CONFIG_SGI_IP27 is not set 44 31 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 32 # CONFIG_SIBYTE_CRHINE is not set 33 + # CONFIG_SIBYTE_CARMEL is not set 53 34 # CONFIG_SIBYTE_CRHONE is not set 35 + # CONFIG_SIBYTE_RHONE is not set 36 + # CONFIG_SIBYTE_SWARM is not set 37 + # CONFIG_SIBYTE_LITTLESUR is not set 38 + # CONFIG_SIBYTE_SENTOSA is not set 39 + # CONFIG_SIBYTE_PTSWARM is not set 40 + # CONFIG_SIBYTE_BIGSUR is not set 54 41 # CONFIG_SNI_RM is not set 55 42 # CONFIG_TOSHIBA_JMR3927 is not set 56 43 # CONFIG_TOSHIBA_RBTX4927 is not set 57 44 # CONFIG_TOSHIBA_RBTX4938 is not set 45 + # CONFIG_WR_PPMC is not set 58 46 CONFIG_RWSEM_GENERIC_SPINLOCK=y 59 47 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 60 48 # CONFIG_ARCH_HAS_ILOG2_U64 is not set ··· 55 67 CONFIG_ARC=y 56 68 CONFIG_DMA_NONCOHERENT=y 57 69 CONFIG_DMA_NEED_PCI_MAP_STATE=y 70 + CONFIG_EARLY_PRINTK=y 71 + CONFIG_SYS_HAS_EARLY_PRINTK=y 72 + # CONFIG_NO_IOPORT is not set 58 73 CONFIG_GENERIC_ISA_DMA_SUPPORT_BROKEN=y 59 74 CONFIG_CPU_BIG_ENDIAN=y 60 75 # CONFIG_CPU_LITTLE_ENDIAN is not set ··· 73 82 # 74 83 # CPU selection 75 84 # 85 + # CONFIG_CPU_LOONGSON2 is not set 76 86 # CONFIG_CPU_MIPS32_R1 is not set 77 87 # CONFIG_CPU_MIPS32_R2 is not set 78 88 # CONFIG_CPU_MIPS64_R1 is not set ··· 114 122 CONFIG_MIPS_MT_DISABLED=y 115 123 # CONFIG_MIPS_MT_SMP is not set 116 124 # CONFIG_MIPS_MT_SMTC is not set 117 - # CONFIG_MIPS_VPE_LOADER is not set 118 - # CONFIG_64BIT_PHYS_ADDR is not set 119 125 CONFIG_CPU_HAS_LLSC=y 120 126 CONFIG_CPU_HAS_SYNC=y 121 127 CONFIG_GENERIC_HARDIRQS=y ··· 129 139 CONFIG_SPLIT_PTLOCK_CPUS=4 130 140 # CONFIG_RESOURCES_64BIT is not set 131 141 CONFIG_ZONE_DMA_FLAG=1 142 + CONFIG_BOUNCE=y 143 + CONFIG_VIRT_TO_BUS=y 132 144 # CONFIG_HZ_48 is not set 133 145 # CONFIG_HZ_100 is not set 134 146 # CONFIG_HZ_128 is not set ··· 144 152 CONFIG_PREEMPT_VOLUNTARY=y 145 153 # CONFIG_PREEMPT is not set 146 154 # CONFIG_KEXEC is not set 155 + CONFIG_SECCOMP=y 147 156 CONFIG_LOCKDEP_SUPPORT=y 148 157 CONFIG_STACKTRACE_SUPPORT=y 149 158 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 150 159 151 160 # 152 - # Code maturity level options 161 + # General setup 153 162 # 154 163 CONFIG_EXPERIMENTAL=y 155 164 CONFIG_BROKEN_ON_SMP=y 156 165 CONFIG_INIT_ENV_ARG_LIMIT=32 157 - 158 - # 159 - # General setup 160 - # 161 166 CONFIG_LOCALVERSION="" 162 167 CONFIG_LOCALVERSION_AUTO=y 163 168 CONFIG_SWAP=y 164 169 CONFIG_SYSVIPC=y 165 - # CONFIG_IPC_NS is not set 166 170 CONFIG_SYSVIPC_SYSCTL=y 167 171 # CONFIG_POSIX_MQUEUE is not set 168 172 # CONFIG_BSD_PROCESS_ACCT is not set 169 173 # CONFIG_TASKSTATS is not set 170 - # CONFIG_UTS_NS is not set 174 + # CONFIG_USER_NS is not set 171 175 # CONFIG_AUDIT is not set 172 176 CONFIG_IKCONFIG=y 173 177 CONFIG_IKCONFIG_PROC=y 178 + CONFIG_LOG_BUF_SHIFT=14 174 179 CONFIG_SYSFS_DEPRECATED=y 175 180 CONFIG_RELAY=y 181 + # CONFIG_BLK_DEV_INITRD is not set 176 182 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 177 183 CONFIG_SYSCTL=y 178 184 CONFIG_EMBEDDED=y ··· 183 193 CONFIG_ELF_CORE=y 184 194 CONFIG_BASE_FULL=y 185 195 CONFIG_FUTEX=y 196 + CONFIG_ANON_INODES=y 186 197 CONFIG_EPOLL=y 198 + CONFIG_SIGNALFD=y 199 + CONFIG_TIMERFD=y 200 + CONFIG_EVENTFD=y 187 201 CONFIG_SHMEM=y 188 - CONFIG_SLAB=y 189 202 CONFIG_VM_EVENT_COUNTERS=y 203 + CONFIG_SLAB=y 204 + # CONFIG_SLUB is not set 205 + # CONFIG_SLOB is not set 190 206 CONFIG_RT_MUTEXES=y 191 207 # CONFIG_TINY_SHMEM is not set 192 208 CONFIG_BASE_SMALL=0 193 - # CONFIG_SLOB is not set 194 - 195 - # 196 - # Loadable module support 197 - # 198 209 CONFIG_MODULES=y 199 210 CONFIG_MODULE_UNLOAD=y 200 211 # CONFIG_MODULE_FORCE_UNLOAD is not set 201 212 CONFIG_MODVERSIONS=y 202 213 CONFIG_MODULE_SRCVERSION_ALL=y 203 214 CONFIG_KMOD=y 204 - 205 - # 206 - # Block layer 207 - # 208 215 CONFIG_BLOCK=y 209 216 # CONFIG_LBD is not set 210 217 # CONFIG_BLK_DEV_IO_TRACE is not set 211 218 # CONFIG_LSF is not set 219 + # CONFIG_BLK_DEV_BSG is not set 212 220 213 221 # 214 222 # IO Schedulers ··· 225 237 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 226 238 # 227 239 CONFIG_HW_HAS_EISA=y 240 + # CONFIG_ARCH_SUPPORTS_MSI is not set 228 241 # CONFIG_EISA is not set 229 242 CONFIG_MMU=y 230 243 231 244 # 232 245 # PCCARD (PCMCIA/CardBus) support 233 - # 234 - 235 - # 236 - # PCI Hotplug Support 237 246 # 238 247 239 248 # ··· 246 261 CONFIG_PM=y 247 262 # CONFIG_PM_LEGACY is not set 248 263 # CONFIG_PM_DEBUG is not set 249 - # CONFIG_PM_SYSFS_DEPRECATED is not set 264 + # CONFIG_SUSPEND is not set 250 265 251 266 # 252 267 # Networking ··· 256 271 # 257 272 # Networking options 258 273 # 259 - # CONFIG_NETDEBUG is not set 260 274 CONFIG_PACKET=y 261 275 CONFIG_PACKET_MMAP=y 262 276 CONFIG_UNIX=y ··· 292 308 CONFIG_TCP_CONG_CUBIC=y 293 309 CONFIG_DEFAULT_TCP_CONG="cubic" 294 310 CONFIG_TCP_MD5SIG=y 295 - 296 - # 297 - # IP: Virtual Server Configuration 298 - # 299 311 CONFIG_IP_VS=m 300 312 # CONFIG_IP_VS_DEBUG is not set 301 313 CONFIG_IP_VS_TAB_BITS=12 ··· 326 346 CONFIG_IPV6_PRIVACY=y 327 347 CONFIG_IPV6_ROUTER_PREF=y 328 348 CONFIG_IPV6_ROUTE_INFO=y 349 + CONFIG_IPV6_OPTIMISTIC_DAD=y 329 350 CONFIG_INET6_AH=m 330 351 CONFIG_INET6_ESP=m 331 352 CONFIG_INET6_IPCOMP=m 332 - CONFIG_IPV6_MIP6=y 353 + CONFIG_IPV6_MIP6=m 333 354 CONFIG_INET6_XFRM_TUNNEL=m 334 355 CONFIG_INET6_TUNNEL=m 335 356 CONFIG_INET6_XFRM_MODE_TRANSPORT=m ··· 352 371 CONFIG_NETFILTER_NETLINK_QUEUE=m 353 372 CONFIG_NETFILTER_NETLINK_LOG=m 354 373 CONFIG_NF_CONNTRACK_ENABLED=m 355 - CONFIG_NF_CONNTRACK_SUPPORT=y 356 - # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set 357 374 CONFIG_NF_CONNTRACK=m 358 375 CONFIG_NF_CT_ACCT=y 359 376 CONFIG_NF_CONNTRACK_MARK=y ··· 359 380 CONFIG_NF_CONNTRACK_EVENTS=y 360 381 CONFIG_NF_CT_PROTO_GRE=m 361 382 CONFIG_NF_CT_PROTO_SCTP=m 383 + CONFIG_NF_CT_PROTO_UDPLITE=m 362 384 CONFIG_NF_CONNTRACK_AMANDA=m 363 385 CONFIG_NF_CONNTRACK_FTP=m 364 386 CONFIG_NF_CONNTRACK_H323=m ··· 378 398 CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 379 399 CONFIG_NETFILTER_XT_TARGET_NFLOG=m 380 400 CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 401 + CONFIG_NETFILTER_XT_TARGET_TRACE=m 381 402 CONFIG_NETFILTER_XT_TARGET_SECMARK=m 382 403 CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m 383 404 CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 384 405 CONFIG_NETFILTER_XT_MATCH_COMMENT=m 385 406 CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m 407 + CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m 386 408 CONFIG_NETFILTER_XT_MATCH_CONNMARK=m 387 409 CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m 388 410 CONFIG_NETFILTER_XT_MATCH_DCCP=m ··· 405 423 CONFIG_NETFILTER_XT_MATCH_STATISTIC=m 406 424 CONFIG_NETFILTER_XT_MATCH_STRING=m 407 425 CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 426 + CONFIG_NETFILTER_XT_MATCH_U32=m 408 427 CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 409 428 410 429 # ··· 473 490 CONFIG_IP6_NF_MANGLE=m 474 491 CONFIG_IP6_NF_TARGET_HL=m 475 492 CONFIG_IP6_NF_RAW=m 476 - 477 - # 478 - # DCCP Configuration (EXPERIMENTAL) 479 - # 480 493 # CONFIG_IP_DCCP is not set 481 - 482 - # 483 - # SCTP Configuration (EXPERIMENTAL) 484 - # 485 494 CONFIG_IP_SCTP=m 486 495 # CONFIG_SCTP_DBG_MSG is not set 487 496 # CONFIG_SCTP_DBG_OBJCNT is not set 488 497 # CONFIG_SCTP_HMAC_NONE is not set 489 498 # CONFIG_SCTP_HMAC_SHA1 is not set 490 499 CONFIG_SCTP_HMAC_MD5=y 491 - 492 - # 493 - # TIPC Configuration (EXPERIMENTAL) 494 - # 495 500 # CONFIG_TIPC is not set 496 501 # CONFIG_ATM is not set 497 502 # CONFIG_BRIDGE is not set ··· 498 527 # 499 528 CONFIG_NET_SCHED=y 500 529 CONFIG_NET_SCH_FIFO=y 501 - # CONFIG_NET_SCH_CLK_JIFFIES is not set 502 - CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y 503 - # CONFIG_NET_SCH_CLK_CPU is not set 504 530 505 531 # 506 532 # Queueing/Scheduling ··· 506 538 CONFIG_NET_SCH_HTB=m 507 539 CONFIG_NET_SCH_HFSC=m 508 540 CONFIG_NET_SCH_PRIO=m 541 + CONFIG_NET_SCH_RR=m 509 542 CONFIG_NET_SCH_RED=m 510 543 CONFIG_NET_SCH_SFQ=m 511 544 CONFIG_NET_SCH_TEQL=m ··· 531 562 CONFIG_NET_CLS_RSVP=m 532 563 CONFIG_NET_CLS_RSVP6=m 533 564 # CONFIG_NET_EMATCH is not set 534 - # CONFIG_NET_CLS_ACT is not set 565 + CONFIG_NET_CLS_ACT=y 566 + CONFIG_NET_ACT_POLICE=y 567 + CONFIG_NET_ACT_GACT=m 568 + CONFIG_GACT_PROB=y 569 + CONFIG_NET_ACT_MIRRED=m 570 + CONFIG_NET_ACT_IPT=m 571 + CONFIG_NET_ACT_PEDIT=m 572 + CONFIG_NET_ACT_SIMP=m 535 573 CONFIG_NET_CLS_POLICE=y 536 574 # CONFIG_NET_CLS_IND is not set 537 - CONFIG_NET_ESTIMATOR=y 538 575 539 576 # 540 577 # Network testing ··· 549 574 # CONFIG_HAMRADIO is not set 550 575 # CONFIG_IRDA is not set 551 576 # CONFIG_BT is not set 577 + # CONFIG_AF_RXRPC is not set 578 + CONFIG_FIB_RULES=y 579 + 580 + # 581 + # Wireless 582 + # 583 + CONFIG_CFG80211=m 584 + CONFIG_WIRELESS_EXT=y 585 + CONFIG_MAC80211=m 586 + # CONFIG_MAC80211_DEBUG is not set 552 587 CONFIG_IEEE80211=m 553 588 # CONFIG_IEEE80211_DEBUG is not set 554 589 CONFIG_IEEE80211_CRYPT_WEP=m 555 590 CONFIG_IEEE80211_CRYPT_CCMP=m 591 + CONFIG_IEEE80211_CRYPT_TKIP=m 556 592 CONFIG_IEEE80211_SOFTMAC=m 557 593 # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set 558 - CONFIG_WIRELESS_EXT=y 559 - CONFIG_FIB_RULES=y 594 + CONFIG_RFKILL=m 595 + CONFIG_RFKILL_INPUT=m 596 + # CONFIG_NET_9P is not set 560 597 561 598 # 562 599 # Device Drivers ··· 580 593 CONFIG_STANDALONE=y 581 594 CONFIG_PREVENT_FIRMWARE_BUILD=y 582 595 # CONFIG_SYS_HYPERVISOR is not set 583 - 584 - # 585 - # Connector - unified userspace <-> kernelspace linker 586 - # 587 596 CONFIG_CONNECTOR=m 588 - 589 - # 590 - # Memory Technology Devices (MTD) 591 - # 592 597 # CONFIG_MTD is not set 593 - 594 - # 595 - # Parallel port support 596 - # 597 598 # CONFIG_PARPORT is not set 598 - 599 - # 600 - # Plug and Play support 601 - # 602 - # CONFIG_PNPACPI is not set 603 - 604 - # 605 - # Block devices 606 - # 599 + CONFIG_BLK_DEV=y 607 600 # CONFIG_BLK_DEV_COW_COMMON is not set 608 601 # CONFIG_BLK_DEV_LOOP is not set 609 602 # CONFIG_BLK_DEV_NBD is not set 610 603 # CONFIG_BLK_DEV_RAM is not set 611 - # CONFIG_BLK_DEV_INITRD is not set 612 604 CONFIG_CDROM_PKTCDVD=m 613 605 CONFIG_CDROM_PKTCDVD_BUFFERS=8 614 606 # CONFIG_CDROM_PKTCDVD_WCACHE is not set 615 607 CONFIG_ATA_OVER_ETH=m 616 - 617 - # 618 - # Misc devices 619 - # 620 - 621 - # 622 - # ATA/ATAPI/MFM/RLL support 623 - # 608 + # CONFIG_MISC_DEVICES is not set 624 609 # CONFIG_IDE is not set 625 610 626 611 # ··· 600 641 # 601 642 CONFIG_RAID_ATTRS=m 602 643 CONFIG_SCSI=y 644 + CONFIG_SCSI_DMA=y 603 645 CONFIG_SCSI_TGT=m 604 646 # CONFIG_SCSI_NETLINK is not set 605 647 CONFIG_SCSI_PROC_FS=y ··· 623 663 CONFIG_SCSI_CONSTANTS=y 624 664 # CONFIG_SCSI_LOGGING is not set 625 665 CONFIG_SCSI_SCAN_ASYNC=y 666 + CONFIG_SCSI_WAIT_SCAN=m 626 667 627 668 # 628 669 # SCSI Transports ··· 631 670 CONFIG_SCSI_SPI_ATTRS=m 632 671 # CONFIG_SCSI_FC_ATTRS is not set 633 672 CONFIG_SCSI_ISCSI_ATTRS=m 634 - CONFIG_SCSI_SAS_ATTRS=m 635 673 # CONFIG_SCSI_SAS_LIBSAS is not set 636 - 637 - # 638 - # SCSI low-level drivers 639 - # 674 + CONFIG_SCSI_LOWLEVEL=y 640 675 CONFIG_ISCSI_TCP=m 641 676 CONFIG_SGIWD93_SCSI=y 642 677 # CONFIG_SCSI_DEBUG is not set 643 - 644 - # 645 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 646 - # 647 678 # CONFIG_ATA is not set 648 - 649 - # 650 - # Multi-device support (RAID and LVM) 651 - # 652 679 # CONFIG_MD is not set 653 - 654 - # 655 - # Fusion MPT device support 656 - # 657 - # CONFIG_FUSION is not set 658 - 659 - # 660 - # IEEE 1394 (FireWire) support 661 - # 662 - 663 - # 664 - # I2O device support 665 - # 666 - 667 - # 668 - # Network device support 669 - # 670 680 CONFIG_NETDEVICES=y 681 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 682 + # CONFIG_IFB is not set 671 683 CONFIG_DUMMY=m 672 684 CONFIG_BONDING=m 685 + CONFIG_MACVLAN=m 673 686 CONFIG_EQUALIZER=m 674 687 CONFIG_TUN=m 675 - 676 - # 677 - # PHY device support 678 - # 679 688 CONFIG_PHYLIB=m 680 689 681 690 # ··· 659 728 # CONFIG_VITESSE_PHY is not set 660 729 # CONFIG_SMSC_PHY is not set 661 730 # CONFIG_BROADCOM_PHY is not set 731 + # CONFIG_ICPLUS_PHY is not set 662 732 # CONFIG_FIXED_PHY is not set 663 - 664 - # 665 - # Ethernet (10 or 100Mbit) 666 - # 667 733 CONFIG_NET_ETHERNET=y 668 734 # CONFIG_MII is not set 735 + # CONFIG_AX88796 is not set 669 736 # CONFIG_DM9000 is not set 670 737 CONFIG_SGISEEQ=y 738 + # CONFIG_NETDEV_1000 is not set 739 + # CONFIG_NETDEV_10000 is not set 671 740 672 741 # 673 - # Ethernet (1000 Mbit) 742 + # Wireless LAN 674 743 # 675 - 676 - # 677 - # Ethernet (10000 Mbit) 678 - # 679 - 680 - # 681 - # Token Ring devices 682 - # 683 - 684 - # 685 - # Wireless LAN (non-hamradio) 686 - # 687 - # CONFIG_NET_RADIO is not set 688 - 689 - # 690 - # Wan interfaces 691 - # 744 + CONFIG_WLAN_PRE80211=y 745 + CONFIG_STRIP=m 746 + CONFIG_WLAN_80211=y 747 + # CONFIG_LIBERTAS is not set 748 + CONFIG_HOSTAP=m 749 + # CONFIG_HOSTAP_FIRMWARE is not set 692 750 # CONFIG_WAN is not set 693 751 # CONFIG_PPP is not set 694 752 # CONFIG_SLIP is not set ··· 685 765 # CONFIG_NETCONSOLE is not set 686 766 # CONFIG_NETPOLL is not set 687 767 # CONFIG_NET_POLL_CONTROLLER is not set 688 - 689 - # 690 - # ISDN subsystem 691 - # 692 768 # CONFIG_ISDN is not set 693 - 694 - # 695 - # Telephony Support 696 - # 697 769 # CONFIG_PHONE is not set 698 770 699 771 # ··· 693 781 # 694 782 CONFIG_INPUT=y 695 783 # CONFIG_INPUT_FF_MEMLESS is not set 784 + # CONFIG_INPUT_POLLDEV is not set 696 785 697 786 # 698 787 # Userland interfaces ··· 719 806 # CONFIG_KEYBOARD_STOWAWAY is not set 720 807 CONFIG_INPUT_MOUSE=y 721 808 CONFIG_MOUSE_PS2=m 809 + # CONFIG_MOUSE_PS2_ALPS is not set 810 + CONFIG_MOUSE_PS2_LOGIPS2PP=y 811 + # CONFIG_MOUSE_PS2_SYNAPTICS is not set 812 + # CONFIG_MOUSE_PS2_LIFEBOOK is not set 813 + CONFIG_MOUSE_PS2_TRACKPOINT=y 814 + # CONFIG_MOUSE_PS2_TOUCHKIT is not set 722 815 CONFIG_MOUSE_SERIAL=m 723 816 # CONFIG_MOUSE_VSXXXAA is not set 724 817 # CONFIG_INPUT_JOYSTICK is not set 818 + # CONFIG_INPUT_TABLET is not set 725 819 # CONFIG_INPUT_TOUCHSCREEN is not set 726 820 # CONFIG_INPUT_MISC is not set 727 821 ··· 764 844 CONFIG_UNIX98_PTYS=y 765 845 CONFIG_LEGACY_PTYS=y 766 846 CONFIG_LEGACY_PTY_COUNT=256 767 - 768 - # 769 - # IPMI 770 - # 771 847 # CONFIG_IPMI_HANDLER is not set 772 - 773 - # 774 - # Watchdog Cards 775 - # 776 848 CONFIG_WATCHDOG=y 777 849 # CONFIG_WATCHDOG_NOWAYOUT is not set 778 850 ··· 776 864 # CONFIG_HW_RANDOM is not set 777 865 # CONFIG_RTC is not set 778 866 CONFIG_SGI_DS1286=m 779 - # CONFIG_GEN_RTC is not set 780 - # CONFIG_DTLK is not set 781 867 # CONFIG_R3964 is not set 782 868 CONFIG_RAW_DRIVER=m 783 869 CONFIG_MAX_RAW_DEVS=256 784 - 785 - # 786 - # TPM devices 787 - # 788 870 # CONFIG_TCG_TPM is not set 789 - 790 - # 791 - # I2C support 792 - # 793 871 # CONFIG_I2C is not set 794 872 795 873 # ··· 787 885 # 788 886 # CONFIG_SPI is not set 789 887 # CONFIG_SPI_MASTER is not set 790 - 791 - # 792 - # Dallas's 1-wire bus 793 - # 794 888 # CONFIG_W1 is not set 889 + # CONFIG_POWER_SUPPLY is not set 890 + # CONFIG_HWMON is not set 795 891 796 892 # 797 - # Hardware Monitoring support 893 + # Multifunction device drivers 798 894 # 799 - # CONFIG_HWMON is not set 800 - # CONFIG_HWMON_VID is not set 895 + # CONFIG_MFD_SM501 is not set 801 896 802 897 # 803 898 # Multimedia devices 804 899 # 805 900 # CONFIG_VIDEO_DEV is not set 806 - 807 - # 808 - # Digital Video Broadcasting Devices 809 - # 810 - # CONFIG_DVB is not set 901 + # CONFIG_DVB_CORE is not set 902 + # CONFIG_DAB is not set 811 903 812 904 # 813 905 # Graphics support 814 906 # 815 - CONFIG_FIRMWARE_EDID=y 907 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 908 + 909 + # 910 + # Display device support 911 + # 912 + # CONFIG_DISPLAY_SUPPORT is not set 913 + # CONFIG_VGASTATE is not set 914 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 816 915 # CONFIG_FB is not set 817 916 818 917 # ··· 823 920 CONFIG_SGI_NEWPORT_CONSOLE=y 824 921 CONFIG_DUMMY_CONSOLE=y 825 922 CONFIG_FONT_8x16=y 826 - 827 - # 828 - # Logo configuration 829 - # 830 923 CONFIG_LOGO=y 831 924 # CONFIG_LOGO_LINUX_MONO is not set 832 925 # CONFIG_LOGO_LINUX_VGA16 is not set 833 926 # CONFIG_LOGO_LINUX_CLUT224 is not set 834 927 CONFIG_LOGO_SGI_CLUT224=y 835 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 836 928 837 929 # 838 930 # Sound 839 931 # 840 932 # CONFIG_SOUND is not set 841 - 842 - # 843 - # HID Devices 844 - # 933 + CONFIG_HID_SUPPORT=y 845 934 CONFIG_HID=y 846 935 # CONFIG_HID_DEBUG is not set 847 - 848 - # 849 - # USB support 850 - # 936 + CONFIG_USB_SUPPORT=y 851 937 # CONFIG_USB_ARCH_HAS_HCD is not set 852 938 # CONFIG_USB_ARCH_HAS_OHCI is not set 853 939 # CONFIG_USB_ARCH_HAS_EHCI is not set ··· 849 957 # USB Gadget Support 850 958 # 851 959 # CONFIG_USB_GADGET is not set 852 - 853 - # 854 - # MMC/SD Card support 855 - # 856 960 # CONFIG_MMC is not set 857 - 858 - # 859 - # LED devices 860 - # 861 961 # CONFIG_NEW_LEDS is not set 862 - 863 - # 864 - # LED drivers 865 - # 866 - 867 - # 868 - # LED Triggers 869 - # 870 - 871 - # 872 - # InfiniBand support 873 - # 874 - 875 - # 876 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 877 - # 878 - 879 - # 880 - # Real Time Clock 881 - # 882 962 # CONFIG_RTC_CLASS is not set 883 963 884 964 # ··· 867 1003 # 868 1004 869 1005 # 870 - # Auxiliary Display support 1006 + # Userspace I/O 871 1007 # 872 - 873 - # 874 - # Virtualization 875 - # 1008 + # CONFIG_UIO is not set 876 1009 877 1010 # 878 1011 # File systems ··· 982 1121 CONFIG_NFS_COMMON=y 983 1122 CONFIG_SUNRPC=m 984 1123 CONFIG_SUNRPC_GSS=m 1124 + # CONFIG_SUNRPC_BIND34 is not set 985 1125 CONFIG_RPCSEC_GSS_KRB5=m 986 1126 # CONFIG_RPCSEC_GSS_SPKM3 is not set 987 1127 CONFIG_SMB_FS=m ··· 998 1136 CONFIG_CODA_FS=m 999 1137 # CONFIG_CODA_FS_OLD_API is not set 1000 1138 # CONFIG_AFS_FS is not set 1001 - # CONFIG_9P_FS is not set 1002 1139 1003 1140 # 1004 1141 # Partition Types ··· 1019 1158 # CONFIG_SUN_PARTITION is not set 1020 1159 # CONFIG_KARMA_PARTITION is not set 1021 1160 # CONFIG_EFI_PARTITION is not set 1161 + # CONFIG_SYSV68_PARTITION is not set 1022 1162 1023 1163 # 1024 1164 # Native Language Support ··· 1069 1207 # Distributed Lock Manager 1070 1208 # 1071 1209 CONFIG_DLM=m 1072 - CONFIG_DLM_TCP=y 1073 - # CONFIG_DLM_SCTP is not set 1074 1210 # CONFIG_DLM_DEBUG is not set 1075 1211 1076 1212 # ··· 1087 1227 # CONFIG_DEBUG_FS is not set 1088 1228 # CONFIG_HEADERS_CHECK is not set 1089 1229 # CONFIG_DEBUG_KERNEL is not set 1090 - CONFIG_LOG_BUF_SHIFT=14 1091 1230 CONFIG_CROSSCOMPILE=y 1092 1231 CONFIG_CMDLINE="" 1093 1232 ··· 1096 1237 CONFIG_KEYS=y 1097 1238 CONFIG_KEYS_DEBUG_PROC_KEYS=y 1098 1239 # CONFIG_SECURITY is not set 1099 - 1100 - # 1101 - # Cryptographic options 1102 - # 1103 1240 CONFIG_CRYPTO=y 1104 1241 CONFIG_CRYPTO_ALGAPI=y 1242 + CONFIG_CRYPTO_ABLKCIPHER=m 1105 1243 CONFIG_CRYPTO_BLKCIPHER=m 1106 1244 CONFIG_CRYPTO_HASH=y 1107 1245 CONFIG_CRYPTO_MANAGER=y ··· 1117 1261 CONFIG_CRYPTO_CBC=m 1118 1262 CONFIG_CRYPTO_PCBC=m 1119 1263 CONFIG_CRYPTO_LRW=m 1264 + CONFIG_CRYPTO_CRYPTD=m 1120 1265 CONFIG_CRYPTO_DES=m 1121 1266 CONFIG_CRYPTO_FCRYPT=m 1122 1267 CONFIG_CRYPTO_BLOWFISH=m ··· 1136 1279 CONFIG_CRYPTO_CRC32C=m 1137 1280 CONFIG_CRYPTO_CAMELLIA=m 1138 1281 # CONFIG_CRYPTO_TEST is not set 1139 - 1140 - # 1141 - # Hardware crypto devices 1142 - # 1282 + # CONFIG_CRYPTO_HW is not set 1143 1283 1144 1284 # 1145 1285 # Library routines ··· 1144 1290 CONFIG_BITREVERSE=m 1145 1291 # CONFIG_CRC_CCITT is not set 1146 1292 CONFIG_CRC16=m 1293 + # CONFIG_CRC_ITU_T is not set 1147 1294 CONFIG_CRC32=m 1295 + # CONFIG_CRC7 is not set 1148 1296 CONFIG_LIBCRC32C=m 1149 1297 CONFIG_ZLIB_INFLATE=m 1150 1298 CONFIG_ZLIB_DEFLATE=m ··· 1157 1301 CONFIG_PLIST=y 1158 1302 CONFIG_HAS_IOMEM=y 1159 1303 CONFIG_HAS_IOPORT=y 1304 + CONFIG_HAS_DMA=y
+146 -252
arch/mips/configs/ip27_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20 4 - # Tue Feb 20 21:47:32 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Tue Aug 7 13:04:24 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 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 11 + # CONFIG_MACH_ALCHEMY is not set 25 12 # CONFIG_BASLER_EXCITE is not set 26 13 # CONFIG_MIPS_COBALT is not set 27 14 # CONFIG_MACH_DECSTATION is not set 28 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 29 17 # CONFIG_MIPS_ATLAS is not set 30 18 # CONFIG_MIPS_MALTA is not set 31 19 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 20 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 21 + # CONFIG_MARKEINS is not set 22 + # CONFIG_MACH_VR41XX is not set 36 23 # CONFIG_PNX8550_JBS is not set 37 24 # CONFIG_PNX8550_STB810 is not set 38 - # CONFIG_MACH_VR41XX is not set 25 + # CONFIG_PMC_MSP is not set 39 26 # CONFIG_PMC_YOSEMITE is not set 40 27 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 28 # CONFIG_SGI_IP22 is not set 43 29 CONFIG_SGI_IP27=y 44 30 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 53 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 54 40 # CONFIG_SNI_RM is not set 55 41 # CONFIG_TOSHIBA_JMR3927 is not set 56 42 # CONFIG_TOSHIBA_RBTX4927 is not set 57 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 58 45 CONFIG_SGI_SN_M_MODE=y 59 46 # CONFIG_SGI_SN_N_MODE is not set 60 47 # CONFIG_MAPPED_KERNEL is not set 61 48 # CONFIG_REPLICATE_KTEXT is not set 62 49 # CONFIG_REPLICATE_EXHANDLERS is not set 63 - CONFIG_EARLY_PRINTK=y 64 50 CONFIG_RWSEM_GENERIC_SPINLOCK=y 65 51 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 66 52 # CONFIG_ARCH_HAS_ILOG2_U64 is not set ··· 58 72 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 59 73 CONFIG_ARC=y 60 74 CONFIG_DMA_IP27=y 75 + CONFIG_EARLY_PRINTK=y 76 + CONFIG_SYS_HAS_EARLY_PRINTK=y 77 + # CONFIG_NO_IOPORT is not set 61 78 CONFIG_CPU_BIG_ENDIAN=y 62 79 # CONFIG_CPU_LITTLE_ENDIAN is not set 63 80 CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y ··· 71 82 # 72 83 # CPU selection 73 84 # 85 + # CONFIG_CPU_LOONGSON2 is not set 74 86 # CONFIG_CPU_MIPS32_R1 is not set 75 87 # CONFIG_CPU_MIPS32_R2 is not set 76 88 # CONFIG_CPU_MIPS64_R1 is not set ··· 109 119 CONFIG_MIPS_MT_DISABLED=y 110 120 # CONFIG_MIPS_MT_SMP is not set 111 121 # CONFIG_MIPS_MT_SMTC is not set 112 - # CONFIG_MIPS_VPE_LOADER is not set 113 122 CONFIG_CPU_HAS_LLSC=y 114 123 CONFIG_CPU_HAS_SYNC=y 115 124 CONFIG_GENERIC_HARDIRQS=y ··· 130 141 CONFIG_SPLIT_PTLOCK_CPUS=4 131 142 CONFIG_MIGRATION=y 132 143 CONFIG_RESOURCES_64BIT=y 133 - CONFIG_ZONE_DMA_FLAG=1 144 + CONFIG_ZONE_DMA_FLAG=0 145 + CONFIG_VIRT_TO_BUS=y 134 146 CONFIG_SMP=y 135 147 CONFIG_SYS_SUPPORTS_SMP=y 136 148 CONFIG_NR_CPUS_DEFAULT_64=y ··· 151 161 CONFIG_PREEMPT_BKL=y 152 162 # CONFIG_MIPS_INSANE_LARGE is not set 153 163 # CONFIG_KEXEC is not set 164 + CONFIG_SECCOMP=y 154 165 CONFIG_LOCKDEP_SUPPORT=y 155 166 CONFIG_STACKTRACE_SUPPORT=y 156 167 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 157 168 158 169 # 159 - # Code maturity level options 170 + # General setup 160 171 # 161 172 CONFIG_EXPERIMENTAL=y 162 173 CONFIG_LOCK_KERNEL=y 163 174 CONFIG_INIT_ENV_ARG_LIMIT=32 164 - 165 - # 166 - # General setup 167 - # 168 175 CONFIG_LOCALVERSION="" 169 176 CONFIG_LOCALVERSION_AUTO=y 170 177 CONFIG_SWAP=y 171 178 CONFIG_SYSVIPC=y 172 - # CONFIG_IPC_NS is not set 173 179 CONFIG_SYSVIPC_SYSCTL=y 174 180 CONFIG_POSIX_MQUEUE=y 175 181 # CONFIG_BSD_PROCESS_ACCT is not set 176 182 # CONFIG_TASKSTATS is not set 177 - # CONFIG_UTS_NS is not set 183 + # CONFIG_USER_NS is not set 178 184 # CONFIG_AUDIT is not set 179 185 CONFIG_IKCONFIG=y 180 186 CONFIG_IKCONFIG_PROC=y 187 + CONFIG_LOG_BUF_SHIFT=15 181 188 CONFIG_CPUSETS=y 182 189 CONFIG_SYSFS_DEPRECATED=y 183 190 CONFIG_RELAY=y 191 + # CONFIG_BLK_DEV_INITRD is not set 184 192 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 185 193 CONFIG_SYSCTL=y 186 194 CONFIG_EMBEDDED=y ··· 191 203 CONFIG_ELF_CORE=y 192 204 CONFIG_BASE_FULL=y 193 205 CONFIG_FUTEX=y 206 + CONFIG_ANON_INODES=y 194 207 CONFIG_EPOLL=y 208 + CONFIG_SIGNALFD=y 209 + CONFIG_TIMERFD=y 210 + CONFIG_EVENTFD=y 195 211 CONFIG_SHMEM=y 196 - CONFIG_SLAB=y 197 212 CONFIG_VM_EVENT_COUNTERS=y 213 + CONFIG_SLAB=y 214 + # CONFIG_SLUB is not set 215 + # CONFIG_SLOB is not set 198 216 CONFIG_RT_MUTEXES=y 199 217 # CONFIG_TINY_SHMEM is not set 200 218 CONFIG_BASE_SMALL=0 201 - # CONFIG_SLOB is not set 202 - 203 - # 204 - # Loadable module support 205 - # 206 219 CONFIG_MODULES=y 207 220 CONFIG_MODULE_UNLOAD=y 208 221 # CONFIG_MODULE_FORCE_UNLOAD is not set ··· 211 222 CONFIG_MODULE_SRCVERSION_ALL=y 212 223 CONFIG_KMOD=y 213 224 CONFIG_STOP_MACHINE=y 214 - 215 - # 216 - # Block layer 217 - # 218 225 CONFIG_BLOCK=y 219 226 # CONFIG_BLK_DEV_IO_TRACE is not set 227 + # CONFIG_BLK_DEV_BSG is not set 220 228 221 229 # 222 230 # IO Schedulers ··· 234 248 CONFIG_HW_HAS_PCI=y 235 249 CONFIG_PCI=y 236 250 CONFIG_PCI_DOMAINS=y 251 + # CONFIG_ARCH_SUPPORTS_MSI is not set 237 252 CONFIG_MMU=y 238 253 239 254 # 240 255 # PCCARD (PCMCIA/CardBus) support 241 256 # 242 257 # CONFIG_PCCARD is not set 243 - 244 - # 245 - # PCI Hotplug Support 246 - # 247 258 # CONFIG_HOTPLUG_PCI is not set 248 259 249 260 # ··· 262 279 CONFIG_PM=y 263 280 # CONFIG_PM_LEGACY is not set 264 281 # CONFIG_PM_DEBUG is not set 265 - # CONFIG_PM_SYSFS_DEPRECATED is not set 266 282 267 283 # 268 284 # Networking ··· 271 289 # 272 290 # Networking options 273 291 # 274 - # CONFIG_NETDEBUG is not set 275 292 CONFIG_PACKET=y 276 293 CONFIG_PACKET_MMAP=y 277 294 CONFIG_UNIX=y ··· 312 331 # CONFIG_INET6_TUNNEL is not set 313 332 CONFIG_NETWORK_SECMARK=y 314 333 # CONFIG_NETFILTER is not set 315 - 316 - # 317 - # DCCP Configuration (EXPERIMENTAL) 318 - # 319 334 # CONFIG_IP_DCCP is not set 320 - 321 - # 322 - # SCTP Configuration (EXPERIMENTAL) 323 - # 324 - # CONFIG_IP_SCTP is not set 325 - 326 - # 327 - # TIPC Configuration (EXPERIMENTAL) 328 - # 335 + CONFIG_IP_SCTP=m 336 + # CONFIG_SCTP_DBG_MSG is not set 337 + # CONFIG_SCTP_DBG_OBJCNT is not set 338 + # CONFIG_SCTP_HMAC_NONE is not set 339 + # CONFIG_SCTP_HMAC_SHA1 is not set 340 + CONFIG_SCTP_HMAC_MD5=y 329 341 # CONFIG_TIPC is not set 330 342 # CONFIG_ATM is not set 331 343 # CONFIG_BRIDGE is not set ··· 337 363 # 338 364 CONFIG_NET_SCHED=y 339 365 CONFIG_NET_SCH_FIFO=y 340 - # CONFIG_NET_SCH_CLK_JIFFIES is not set 341 - CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y 342 - # CONFIG_NET_SCH_CLK_CPU is not set 343 366 344 367 # 345 368 # Queueing/Scheduling ··· 345 374 CONFIG_NET_SCH_HTB=m 346 375 CONFIG_NET_SCH_HFSC=m 347 376 CONFIG_NET_SCH_PRIO=m 377 + CONFIG_NET_SCH_RR=m 348 378 CONFIG_NET_SCH_RED=m 349 379 CONFIG_NET_SCH_SFQ=m 350 380 CONFIG_NET_SCH_TEQL=m ··· 370 398 CONFIG_NET_CLS_RSVP=m 371 399 CONFIG_NET_CLS_RSVP6=m 372 400 # CONFIG_NET_EMATCH is not set 373 - # CONFIG_NET_CLS_ACT is not set 401 + CONFIG_NET_CLS_ACT=y 402 + CONFIG_NET_ACT_POLICE=y 403 + CONFIG_NET_ACT_GACT=m 404 + CONFIG_GACT_PROB=y 405 + CONFIG_NET_ACT_MIRRED=m 406 + CONFIG_NET_ACT_PEDIT=m 407 + # CONFIG_NET_ACT_SIMP is not set 374 408 CONFIG_NET_CLS_POLICE=y 375 409 # CONFIG_NET_CLS_IND is not set 376 - CONFIG_NET_ESTIMATOR=y 377 410 378 411 # 379 412 # Network testing ··· 387 410 # CONFIG_HAMRADIO is not set 388 411 # CONFIG_IRDA is not set 389 412 # CONFIG_BT is not set 413 + # CONFIG_AF_RXRPC is not set 414 + 415 + # 416 + # Wireless 417 + # 418 + CONFIG_CFG80211=m 419 + CONFIG_WIRELESS_EXT=y 420 + CONFIG_MAC80211=m 421 + # CONFIG_MAC80211_DEBUG is not set 390 422 CONFIG_IEEE80211=m 391 423 # CONFIG_IEEE80211_DEBUG is not set 392 424 CONFIG_IEEE80211_CRYPT_WEP=m 393 425 CONFIG_IEEE80211_CRYPT_CCMP=m 426 + CONFIG_IEEE80211_CRYPT_TKIP=m 394 427 CONFIG_IEEE80211_SOFTMAC=m 395 428 # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set 396 - CONFIG_WIRELESS_EXT=y 429 + CONFIG_RFKILL=m 430 + # CONFIG_NET_9P is not set 397 431 398 432 # 399 433 # Device Drivers ··· 417 429 CONFIG_PREVENT_FIRMWARE_BUILD=y 418 430 CONFIG_FW_LOADER=y 419 431 # CONFIG_SYS_HYPERVISOR is not set 420 - 421 - # 422 - # Connector - unified userspace <-> kernelspace linker 423 - # 424 432 CONFIG_CONNECTOR=m 425 - 426 - # 427 - # Memory Technology Devices (MTD) 428 - # 429 433 # CONFIG_MTD is not set 430 - 431 - # 432 - # Parallel port support 433 - # 434 434 # CONFIG_PARPORT is not set 435 - 436 - # 437 - # Plug and Play support 438 - # 439 - # CONFIG_PNPACPI is not set 440 - 441 - # 442 - # Block devices 443 - # 435 + CONFIG_BLK_DEV=y 444 436 # CONFIG_BLK_CPQ_DA is not set 445 437 # CONFIG_BLK_CPQ_CISS_DA is not set 446 438 # CONFIG_BLK_DEV_DAC960 is not set ··· 431 463 # CONFIG_BLK_DEV_NBD is not set 432 464 # CONFIG_BLK_DEV_SX8 is not set 433 465 # CONFIG_BLK_DEV_RAM is not set 434 - # CONFIG_BLK_DEV_INITRD is not set 435 466 CONFIG_CDROM_PKTCDVD=m 436 467 CONFIG_CDROM_PKTCDVD_BUFFERS=8 437 468 # CONFIG_CDROM_PKTCDVD_WCACHE is not set 438 469 CONFIG_ATA_OVER_ETH=m 439 - 440 - # 441 - # Misc devices 442 - # 443 - CONFIG_SGI_IOC4=m 444 - # CONFIG_TIFM_CORE is not set 445 - 446 - # 447 - # ATA/ATAPI/MFM/RLL support 448 - # 470 + # CONFIG_MISC_DEVICES is not set 449 471 # CONFIG_IDE is not set 450 472 451 473 # ··· 443 485 # 444 486 CONFIG_RAID_ATTRS=m 445 487 CONFIG_SCSI=y 488 + CONFIG_SCSI_DMA=y 446 489 CONFIG_SCSI_TGT=m 447 490 CONFIG_SCSI_NETLINK=y 448 491 CONFIG_SCSI_PROC_FS=y ··· 466 507 CONFIG_SCSI_CONSTANTS=y 467 508 CONFIG_SCSI_LOGGING=y 468 509 CONFIG_SCSI_SCAN_ASYNC=y 510 + CONFIG_SCSI_WAIT_SCAN=m 469 511 470 512 # 471 513 # SCSI Transports ··· 477 517 CONFIG_SCSI_SAS_ATTRS=m 478 518 CONFIG_SCSI_SAS_LIBSAS=m 479 519 # CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set 480 - 481 - # 482 - # SCSI low-level drivers 483 - # 520 + CONFIG_SCSI_LOWLEVEL=y 484 521 # CONFIG_ISCSI_TCP is not set 485 522 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 486 523 # CONFIG_SCSI_3W_9XXX is not set ··· 508 551 # CONFIG_SCSI_DC390T is not set 509 552 # CONFIG_SCSI_DEBUG is not set 510 553 # CONFIG_SCSI_SRP is not set 511 - 512 - # 513 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 514 - # 515 554 # CONFIG_ATA is not set 516 - 517 - # 518 - # Multi-device support (RAID and LVM) 519 - # 520 555 CONFIG_MD=y 521 556 CONFIG_BLK_DEV_MD=y 522 557 CONFIG_MD_LINEAR=m ··· 527 578 CONFIG_DM_ZERO=m 528 579 CONFIG_DM_MULTIPATH=m 529 580 CONFIG_DM_MULTIPATH_EMC=m 581 + CONFIG_DM_MULTIPATH_RDAC=m 582 + # CONFIG_DM_DELAY is not set 530 583 531 584 # 532 585 # Fusion MPT device support ··· 541 590 # 542 591 # IEEE 1394 (FireWire) support 543 592 # 593 + # CONFIG_FIREWIRE is not set 544 594 # CONFIG_IEEE1394 is not set 545 - 546 - # 547 - # I2O device support 548 - # 549 595 # CONFIG_I2O is not set 550 - 551 - # 552 - # Network device support 553 - # 554 596 CONFIG_NETDEVICES=y 597 + CONFIG_NETDEVICES_MULTIQUEUE=y 598 + CONFIG_IFB=m 555 599 # CONFIG_DUMMY is not set 556 600 # CONFIG_BONDING is not set 601 + CONFIG_MACVLAN=m 557 602 # CONFIG_EQUALIZER is not set 558 603 # CONFIG_TUN is not set 559 - 560 - # 561 - # ARCnet devices 562 - # 563 604 # CONFIG_ARCNET is not set 564 - 565 - # 566 - # PHY device support 567 - # 568 605 CONFIG_PHYLIB=m 569 606 570 607 # ··· 566 627 CONFIG_VITESSE_PHY=m 567 628 CONFIG_SMSC_PHY=m 568 629 # CONFIG_BROADCOM_PHY is not set 630 + CONFIG_ICPLUS_PHY=m 569 631 # CONFIG_FIXED_PHY is not set 570 - 571 - # 572 - # Ethernet (10 or 100Mbit) 573 - # 574 632 CONFIG_NET_ETHERNET=y 575 633 CONFIG_MII=y 634 + CONFIG_AX88796=m 576 635 CONFIG_SGI_IOC3_ETH=y 577 636 # CONFIG_HAPPYMEAL is not set 578 637 # CONFIG_SUNGEM is not set 579 638 # CONFIG_CASSINI is not set 580 639 # CONFIG_NET_VENDOR_3COM is not set 581 640 # CONFIG_DM9000 is not set 582 - 583 - # 584 - # Tulip family network device support 585 - # 586 641 # CONFIG_NET_TULIP is not set 587 642 # CONFIG_HP100 is not set 588 643 # CONFIG_NET_PCI is not set 589 - 590 - # 591 - # Ethernet (1000 Mbit) 592 - # 644 + CONFIG_NETDEV_1000=y 593 645 # CONFIG_ACENIC is not set 594 646 # CONFIG_DL2K is not set 595 647 # CONFIG_E1000 is not set ··· 591 661 # CONFIG_SIS190 is not set 592 662 # CONFIG_SKGE is not set 593 663 # CONFIG_SKY2 is not set 594 - # CONFIG_SK98LIN is not set 664 + CONFIG_VIA_VELOCITY=m 595 665 # CONFIG_TIGON3 is not set 596 666 # CONFIG_BNX2 is not set 597 667 CONFIG_QLA3XXX=m 598 668 # CONFIG_ATL1 is not set 599 - 600 - # 601 - # Ethernet (10000 Mbit) 602 - # 669 + CONFIG_NETDEV_10000=y 603 670 # CONFIG_CHELSIO_T1 is not set 604 671 CONFIG_CHELSIO_T3=m 605 672 # CONFIG_IXGB is not set 606 673 # CONFIG_S2IO is not set 607 674 # CONFIG_MYRI10GE is not set 608 675 CONFIG_NETXEN_NIC=m 609 - 610 - # 611 - # Token Ring devices 612 - # 676 + # CONFIG_MLX4_CORE is not set 613 677 # CONFIG_TR is not set 614 678 615 679 # 616 - # Wireless LAN (non-hamradio) 680 + # Wireless LAN 617 681 # 618 - # CONFIG_NET_RADIO is not set 619 - 620 - # 621 - # Wan interfaces 622 - # 682 + # CONFIG_WLAN_PRE80211 is not set 683 + CONFIG_WLAN_80211=y 684 + CONFIG_IPW2100=m 685 + CONFIG_IPW2100_MONITOR=y 686 + CONFIG_IPW2100_DEBUG=y 687 + CONFIG_IPW2200=m 688 + CONFIG_IPW2200_MONITOR=y 689 + CONFIG_IPW2200_RADIOTAP=y 690 + CONFIG_IPW2200_PROMISCUOUS=y 691 + CONFIG_IPW2200_QOS=y 692 + CONFIG_IPW2200_DEBUG=y 693 + CONFIG_LIBERTAS=m 694 + # CONFIG_LIBERTAS_DEBUG is not set 695 + CONFIG_HERMES=m 696 + CONFIG_PLX_HERMES=m 697 + CONFIG_TMD_HERMES=m 698 + CONFIG_NORTEL_HERMES=m 699 + CONFIG_PCI_HERMES=m 700 + CONFIG_ATMEL=m 701 + CONFIG_PCI_ATMEL=m 702 + CONFIG_PRISM54=m 703 + CONFIG_HOSTAP=m 704 + CONFIG_HOSTAP_FIRMWARE=y 705 + CONFIG_HOSTAP_FIRMWARE_NVRAM=y 706 + CONFIG_HOSTAP_PLX=m 707 + CONFIG_HOSTAP_PCI=m 708 + CONFIG_BCM43XX=m 709 + CONFIG_BCM43XX_DEBUG=y 710 + CONFIG_BCM43XX_DMA=y 711 + CONFIG_BCM43XX_PIO=y 712 + CONFIG_BCM43XX_DMA_AND_PIO_MODE=y 713 + # CONFIG_BCM43XX_DMA_MODE is not set 714 + # CONFIG_BCM43XX_PIO_MODE is not set 623 715 # CONFIG_WAN is not set 624 716 # CONFIG_FDDI is not set 625 717 # CONFIG_HIPPI is not set ··· 652 700 # CONFIG_NETCONSOLE is not set 653 701 # CONFIG_NETPOLL is not set 654 702 # CONFIG_NET_POLL_CONTROLLER is not set 655 - 656 - # 657 - # ISDN subsystem 658 - # 659 703 # CONFIG_ISDN is not set 660 - 661 - # 662 - # Telephony Support 663 - # 664 704 # CONFIG_PHONE is not set 665 705 666 706 # ··· 700 756 CONFIG_UNIX98_PTYS=y 701 757 CONFIG_LEGACY_PTYS=y 702 758 CONFIG_LEGACY_PTY_COUNT=256 703 - 704 - # 705 - # IPMI 706 - # 707 759 # CONFIG_IPMI_HANDLER is not set 708 - 709 - # 710 - # Watchdog Cards 711 - # 712 760 # CONFIG_WATCHDOG is not set 713 - # CONFIG_HW_RANDOM is not set 761 + CONFIG_HW_RANDOM=m 714 762 # CONFIG_RTC is not set 715 763 CONFIG_SGI_IP27_RTC=y 716 - # CONFIG_GEN_RTC is not set 717 - # CONFIG_DTLK is not set 718 764 # CONFIG_R3964 is not set 719 765 # CONFIG_APPLICOM is not set 720 766 # CONFIG_DRM is not set 721 767 # CONFIG_RAW_DRIVER is not set 722 - 723 - # 724 - # TPM devices 725 - # 726 768 # CONFIG_TCG_TPM is not set 727 - 728 - # 729 - # I2C support 730 - # 769 + CONFIG_DEVPORT=y 731 770 # CONFIG_I2C is not set 732 771 733 772 # ··· 718 791 # 719 792 # CONFIG_SPI is not set 720 793 # CONFIG_SPI_MASTER is not set 721 - 722 - # 723 - # Dallas's 1-wire bus 724 - # 725 794 # CONFIG_W1 is not set 795 + # CONFIG_POWER_SUPPLY is not set 796 + # CONFIG_HWMON is not set 726 797 727 798 # 728 - # Hardware Monitoring support 799 + # Multifunction device drivers 729 800 # 730 - # CONFIG_HWMON is not set 731 - # CONFIG_HWMON_VID is not set 801 + # CONFIG_MFD_SM501 is not set 732 802 733 803 # 734 804 # Multimedia devices 735 805 # 736 806 # CONFIG_VIDEO_DEV is not set 737 - 738 - # 739 - # Digital Video Broadcasting Devices 740 - # 741 - # CONFIG_DVB is not set 807 + # CONFIG_DVB_CORE is not set 808 + # CONFIG_DAB is not set 742 809 743 810 # 744 811 # Graphics support 745 812 # 746 - # CONFIG_FIRMWARE_EDID is not set 747 - # CONFIG_FB is not set 748 813 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 814 + 815 + # 816 + # Display device support 817 + # 818 + # CONFIG_DISPLAY_SUPPORT is not set 819 + # CONFIG_VGASTATE is not set 820 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 821 + # CONFIG_FB is not set 749 822 750 823 # 751 824 # Sound 752 825 # 753 826 # CONFIG_SOUND is not set 754 - 755 - # 756 - # USB support 757 - # 827 + CONFIG_USB_SUPPORT=y 758 828 CONFIG_USB_ARCH_HAS_HCD=y 759 829 CONFIG_USB_ARCH_HAS_OHCI=y 760 830 CONFIG_USB_ARCH_HAS_EHCI=y ··· 765 841 # USB Gadget Support 766 842 # 767 843 # CONFIG_USB_GADGET is not set 768 - 769 - # 770 - # MMC/SD Card support 771 - # 772 844 # CONFIG_MMC is not set 773 - 774 - # 775 - # LED devices 776 - # 777 845 # CONFIG_NEW_LEDS is not set 778 - 779 - # 780 - # LED drivers 781 - # 782 - 783 - # 784 - # LED Triggers 785 - # 786 - 787 - # 788 - # InfiniBand support 789 - # 790 846 # CONFIG_INFINIBAND is not set 791 - 792 - # 793 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 794 - # 795 - 796 - # 797 - # Real Time Clock 798 - # 799 847 # CONFIG_RTC_CLASS is not set 800 848 801 849 # ··· 784 888 # 785 889 786 890 # 787 - # Auxiliary Display support 891 + # Userspace I/O 788 892 # 789 - 790 - # 791 - # Virtualization 792 - # 893 + CONFIG_UIO=y 894 + # CONFIG_UIO_CIF is not set 793 895 794 896 # 795 897 # File systems ··· 886 992 CONFIG_NFS_COMMON=y 887 993 CONFIG_SUNRPC=y 888 994 CONFIG_SUNRPC_GSS=y 995 + # CONFIG_SUNRPC_BIND34 is not set 889 996 CONFIG_RPCSEC_GSS_KRB5=y 890 997 # CONFIG_RPCSEC_GSS_SPKM3 is not set 891 998 # CONFIG_SMB_FS is not set ··· 894 999 # CONFIG_NCP_FS is not set 895 1000 # CONFIG_CODA_FS is not set 896 1001 # CONFIG_AFS_FS is not set 897 - # CONFIG_9P_FS is not set 898 1002 899 1003 # 900 1004 # Partition Types ··· 915 1021 # CONFIG_SUN_PARTITION is not set 916 1022 # CONFIG_KARMA_PARTITION is not set 917 1023 # CONFIG_EFI_PARTITION is not set 1024 + # CONFIG_SYSV68_PARTITION is not set 918 1025 919 1026 # 920 1027 # Native Language Support ··· 926 1031 # Distributed Lock Manager 927 1032 # 928 1033 CONFIG_DLM=m 929 - CONFIG_DLM_TCP=y 930 - # CONFIG_DLM_SCTP is not set 931 1034 # CONFIG_DLM_DEBUG is not set 932 1035 933 1036 # ··· 944 1051 # CONFIG_DEBUG_FS is not set 945 1052 # CONFIG_HEADERS_CHECK is not set 946 1053 # CONFIG_DEBUG_KERNEL is not set 947 - CONFIG_LOG_BUF_SHIFT=15 948 1054 CONFIG_CROSSCOMPILE=y 949 1055 CONFIG_CMDLINE="" 950 1056 CONFIG_SYS_SUPPORTS_KGDB=y ··· 954 1062 CONFIG_KEYS=y 955 1063 CONFIG_KEYS_DEBUG_PROC_KEYS=y 956 1064 # CONFIG_SECURITY is not set 957 - 958 - # 959 - # Cryptographic options 960 - # 1065 + CONFIG_XOR_BLOCKS=m 1066 + CONFIG_ASYNC_CORE=m 1067 + CONFIG_ASYNC_MEMCPY=m 1068 + CONFIG_ASYNC_XOR=m 961 1069 CONFIG_CRYPTO=y 962 1070 CONFIG_CRYPTO_ALGAPI=y 1071 + CONFIG_CRYPTO_ABLKCIPHER=m 963 1072 CONFIG_CRYPTO_BLKCIPHER=y 964 1073 CONFIG_CRYPTO_HASH=y 965 1074 CONFIG_CRYPTO_MANAGER=y ··· 979 1086 CONFIG_CRYPTO_CBC=y 980 1087 CONFIG_CRYPTO_PCBC=m 981 1088 CONFIG_CRYPTO_LRW=m 1089 + CONFIG_CRYPTO_CRYPTD=m 982 1090 CONFIG_CRYPTO_DES=y 983 1091 CONFIG_CRYPTO_FCRYPT=m 984 1092 CONFIG_CRYPTO_BLOWFISH=m ··· 998 1104 CONFIG_CRYPTO_CRC32C=m 999 1105 CONFIG_CRYPTO_CAMELLIA=m 1000 1106 # CONFIG_CRYPTO_TEST is not set 1001 - 1002 - # 1003 - # Hardware crypto devices 1004 - # 1107 + CONFIG_CRYPTO_HW=y 1005 1108 1006 1109 # 1007 1110 # Library routines 1008 1111 # 1009 1112 CONFIG_BITREVERSE=y 1010 - # CONFIG_CRC_CCITT is not set 1011 - CONFIG_CRC16=m 1113 + CONFIG_CRC_CCITT=m 1114 + # CONFIG_CRC16 is not set 1115 + # CONFIG_CRC_ITU_T is not set 1012 1116 CONFIG_CRC32=y 1117 + # CONFIG_CRC7 is not set 1013 1118 CONFIG_LIBCRC32C=m 1014 1119 CONFIG_ZLIB_INFLATE=m 1015 1120 CONFIG_ZLIB_DEFLATE=m 1016 1121 CONFIG_PLIST=y 1017 1122 CONFIG_HAS_IOMEM=y 1018 1123 CONFIG_HAS_IOPORT=y 1124 + CONFIG_HAS_DMA=y
+87 -319
arch/mips/configs/jmr3927_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21-rc3 4 - # Thu Mar 15 00:40:40 2007 3 + # Linux kernel version: 2.6.23-rc1 4 + # Thu Aug 2 23:07:36 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 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 11 + # CONFIG_MACH_ALCHEMY is not set 25 12 # CONFIG_BASLER_EXCITE is not set 26 13 # CONFIG_MIPS_COBALT is not set 27 14 # CONFIG_MACH_DECSTATION is not set 28 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 29 17 # CONFIG_MIPS_ATLAS is not set 30 18 # CONFIG_MIPS_MALTA is not set 31 19 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 20 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 21 + # CONFIG_MARKEINS is not set 22 + # CONFIG_MACH_VR41XX is not set 36 23 # CONFIG_PNX8550_JBS is not set 37 24 # CONFIG_PNX8550_STB810 is not set 38 - # CONFIG_MACH_VR41XX is not set 25 + # CONFIG_PMC_MSP is not set 39 26 # CONFIG_PMC_YOSEMITE is not set 40 27 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 28 # CONFIG_SGI_IP22 is not set 43 29 # CONFIG_SGI_IP27 is not set 44 30 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 53 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 54 40 # CONFIG_SNI_RM is not set 55 41 CONFIG_TOSHIBA_JMR3927=y 56 42 # CONFIG_TOSHIBA_RBTX4927 is not set 57 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 58 45 CONFIG_RWSEM_GENERIC_SPINLOCK=y 59 46 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 60 47 # CONFIG_ARCH_HAS_ILOG2_U64 is not set ··· 53 66 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 54 67 CONFIG_DMA_NONCOHERENT=y 55 68 CONFIG_DMA_NEED_PCI_MAP_STATE=y 69 + # CONFIG_NO_IOPORT is not set 56 70 CONFIG_CPU_BIG_ENDIAN=y 57 71 # CONFIG_CPU_LITTLE_ENDIAN is not set 58 72 CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y 59 73 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y 74 + CONFIG_IRQ_TXX9=y 60 75 CONFIG_MIPS_TX3927=y 61 76 CONFIG_SWAP_IO_SPACE=y 62 77 CONFIG_MIPS_L1_CACHE_SHIFT=5 ··· 66 77 # 67 78 # CPU selection 68 79 # 80 + # CONFIG_CPU_LOONGSON2 is not set 69 81 # CONFIG_CPU_MIPS32_R1 is not set 70 82 # CONFIG_CPU_MIPS32_R2 is not set 71 83 # CONFIG_CPU_MIPS64_R1 is not set ··· 102 112 CONFIG_MIPS_MT_DISABLED=y 103 113 # CONFIG_MIPS_MT_SMP is not set 104 114 # CONFIG_MIPS_MT_SMTC is not set 105 - # CONFIG_MIPS_VPE_LOADER is not set 106 115 CONFIG_CPU_HAS_SYNC=y 107 116 CONFIG_GENERIC_HARDIRQS=y 108 117 CONFIG_GENERIC_IRQ_PROBE=y 109 118 CONFIG_ARCH_FLATMEM_ENABLE=y 110 - CONFIG_SELECT_MEMORY_MODEL=y 111 - CONFIG_FLATMEM_MANUAL=y 112 - # CONFIG_DISCONTIGMEM_MANUAL is not set 113 - # CONFIG_SPARSEMEM_MANUAL is not set 114 119 CONFIG_FLATMEM=y 115 120 CONFIG_FLAT_NODE_MEM_MAP=y 116 121 # CONFIG_SPARSEMEM_STATIC is not set 117 122 CONFIG_SPLIT_PTLOCK_CPUS=4 118 123 # CONFIG_RESOURCES_64BIT is not set 119 - CONFIG_ZONE_DMA_FLAG=1 124 + CONFIG_ZONE_DMA_FLAG=0 125 + CONFIG_VIRT_TO_BUS=y 120 126 # CONFIG_HZ_48 is not set 121 127 # CONFIG_HZ_100 is not set 122 128 # CONFIG_HZ_128 is not set ··· 125 139 CONFIG_PREEMPT_NONE=y 126 140 # CONFIG_PREEMPT_VOLUNTARY is not set 127 141 # CONFIG_PREEMPT is not set 128 - # CONFIG_KEXEC is not set 142 + # CONFIG_SECCOMP is not set 129 143 CONFIG_LOCKDEP_SUPPORT=y 130 144 CONFIG_STACKTRACE_SUPPORT=y 131 145 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 132 146 133 147 # 134 - # Code maturity level options 135 - # 136 - CONFIG_EXPERIMENTAL=y 137 - CONFIG_BROKEN_ON_SMP=y 138 - CONFIG_INIT_ENV_ARG_LIMIT=32 139 - 140 - # 141 148 # General setup 142 149 # 150 + # CONFIG_EXPERIMENTAL is not set 151 + CONFIG_BROKEN_ON_SMP=y 152 + CONFIG_INIT_ENV_ARG_LIMIT=32 143 153 CONFIG_LOCALVERSION="" 144 154 CONFIG_LOCALVERSION_AUTO=y 145 155 CONFIG_SWAP=y 146 156 CONFIG_SYSVIPC=y 147 - # CONFIG_IPC_NS is not set 148 157 CONFIG_SYSVIPC_SYSCTL=y 149 - # CONFIG_POSIX_MQUEUE is not set 150 158 # CONFIG_BSD_PROCESS_ACCT is not set 151 159 # CONFIG_TASKSTATS is not set 152 - # CONFIG_UTS_NS is not set 153 160 # CONFIG_AUDIT is not set 154 161 # CONFIG_IKCONFIG is not set 162 + CONFIG_LOG_BUF_SHIFT=14 155 163 CONFIG_SYSFS_DEPRECATED=y 156 164 # CONFIG_RELAY is not set 157 165 # CONFIG_BLK_DEV_INITRD is not set 158 - # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 159 166 CONFIG_SYSCTL=y 160 167 CONFIG_EMBEDDED=y 161 168 CONFIG_SYSCTL_SYSCALL=y ··· 160 181 CONFIG_ELF_CORE=y 161 182 CONFIG_BASE_FULL=y 162 183 CONFIG_FUTEX=y 184 + CONFIG_ANON_INODES=y 163 185 CONFIG_EPOLL=y 186 + CONFIG_SIGNALFD=y 187 + CONFIG_TIMERFD=y 188 + CONFIG_EVENTFD=y 164 189 CONFIG_SHMEM=y 165 - CONFIG_SLAB=y 166 190 CONFIG_VM_EVENT_COUNTERS=y 191 + CONFIG_SLAB=y 192 + # CONFIG_SLUB is not set 193 + # CONFIG_SLOB is not set 167 194 CONFIG_RT_MUTEXES=y 168 195 # CONFIG_TINY_SHMEM is not set 169 196 CONFIG_BASE_SMALL=0 170 - # CONFIG_SLOB is not set 171 - 172 - # 173 - # Loadable module support 174 - # 175 197 # CONFIG_MODULES is not set 176 - 177 - # 178 - # Block layer 179 - # 180 198 CONFIG_BLOCK=y 181 199 # CONFIG_LBD is not set 182 200 # CONFIG_BLK_DEV_IO_TRACE is not set ··· 197 221 # 198 222 CONFIG_HW_HAS_PCI=y 199 223 CONFIG_PCI=y 224 + # CONFIG_ARCH_SUPPORTS_MSI is not set 200 225 CONFIG_MMU=y 201 226 202 227 # 203 228 # PCCARD (PCMCIA/CardBus) support 204 - # 205 - 206 - # 207 - # PCI Hotplug Support 208 229 # 209 230 210 231 # ··· 224 251 # 225 252 # Networking options 226 253 # 227 - # CONFIG_NETDEBUG is not set 228 254 CONFIG_PACKET=y 229 255 # CONFIG_PACKET_MMAP is not set 230 256 CONFIG_UNIX=y ··· 238 266 # CONFIG_IP_PNP_RARP is not set 239 267 # CONFIG_NET_IPIP is not set 240 268 # CONFIG_NET_IPGRE is not set 241 - # CONFIG_ARPD is not set 242 269 # CONFIG_SYN_COOKIES is not set 243 270 # CONFIG_INET_AH is not set 244 271 # CONFIG_INET_ESP is not set ··· 251 280 # CONFIG_TCP_CONG_ADVANCED is not set 252 281 CONFIG_TCP_CONG_CUBIC=y 253 282 CONFIG_DEFAULT_TCP_CONG="cubic" 254 - # CONFIG_TCP_MD5SIG is not set 255 283 # CONFIG_IPV6 is not set 256 284 # CONFIG_INET6_XFRM_TUNNEL is not set 257 285 # CONFIG_INET6_TUNNEL is not set 258 286 # CONFIG_NETWORK_SECMARK is not set 259 287 # CONFIG_NETFILTER is not set 260 - 261 - # 262 - # DCCP Configuration (EXPERIMENTAL) 263 - # 264 - # CONFIG_IP_DCCP is not set 265 - 266 - # 267 - # SCTP Configuration (EXPERIMENTAL) 268 - # 269 - # CONFIG_IP_SCTP is not set 270 - 271 - # 272 - # TIPC Configuration (EXPERIMENTAL) 273 - # 274 - # CONFIG_TIPC is not set 275 - # CONFIG_ATM is not set 276 288 # CONFIG_BRIDGE is not set 277 289 # CONFIG_VLAN_8021Q is not set 278 290 # CONFIG_DECNET is not set 279 291 # CONFIG_LLC2 is not set 280 292 # CONFIG_IPX is not set 281 293 # CONFIG_ATALK is not set 282 - # CONFIG_X25 is not set 283 - # CONFIG_LAPB is not set 284 - # CONFIG_ECONET is not set 285 - # CONFIG_WAN_ROUTER is not set 286 294 287 295 # 288 296 # QoS and/or fair queueing ··· 275 325 # CONFIG_HAMRADIO is not set 276 326 # CONFIG_IRDA is not set 277 327 # CONFIG_BT is not set 328 + 329 + # 330 + # Wireless 331 + # 332 + # CONFIG_CFG80211 is not set 333 + # CONFIG_WIRELESS_EXT is not set 278 334 # CONFIG_IEEE80211 is not set 335 + # CONFIG_RFKILL is not set 279 336 280 337 # 281 338 # Device Drivers ··· 294 337 CONFIG_STANDALONE=y 295 338 CONFIG_PREVENT_FIRMWARE_BUILD=y 296 339 # CONFIG_SYS_HYPERVISOR is not set 297 - 298 - # 299 - # Connector - unified userspace <-> kernelspace linker 300 - # 301 340 # CONFIG_CONNECTOR is not set 302 - 303 - # 304 - # Memory Technology Devices (MTD) 305 - # 306 341 # CONFIG_MTD is not set 307 - 308 - # 309 - # Parallel port support 310 - # 311 342 # CONFIG_PARPORT is not set 312 - 313 - # 314 - # Plug and Play support 315 - # 316 - # CONFIG_PNPACPI is not set 317 - 318 - # 319 - # Block devices 320 - # 343 + CONFIG_BLK_DEV=y 321 344 # CONFIG_BLK_CPQ_DA is not set 322 345 # CONFIG_BLK_CPQ_CISS_DA is not set 323 346 # CONFIG_BLK_DEV_DAC960 is not set 324 - # CONFIG_BLK_DEV_UMEM is not set 325 347 # CONFIG_BLK_DEV_COW_COMMON is not set 326 348 # CONFIG_BLK_DEV_LOOP is not set 327 349 # CONFIG_BLK_DEV_NBD is not set ··· 308 372 # CONFIG_BLK_DEV_RAM is not set 309 373 # CONFIG_CDROM_PKTCDVD is not set 310 374 # CONFIG_ATA_OVER_ETH is not set 311 - 312 - # 313 - # Misc devices 314 - # 315 - # CONFIG_SGI_IOC4 is not set 316 - # CONFIG_TIFM_CORE is not set 317 - 318 - # 319 - # ATA/ATAPI/MFM/RLL support 320 - # 375 + # CONFIG_MISC_DEVICES is not set 321 376 # CONFIG_IDE is not set 322 377 323 378 # ··· 316 389 # 317 390 # CONFIG_RAID_ATTRS is not set 318 391 # CONFIG_SCSI is not set 392 + # CONFIG_SCSI_DMA is not set 319 393 # CONFIG_SCSI_NETLINK is not set 320 - 321 - # 322 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 323 - # 324 394 # CONFIG_ATA is not set 325 - 326 - # 327 - # Multi-device support (RAID and LVM) 328 - # 329 395 # CONFIG_MD is not set 330 396 331 397 # ··· 329 409 # 330 410 # IEEE 1394 (FireWire) support 331 411 # 412 + 413 + # 414 + # An alternative FireWire stack is available with EXPERIMENTAL=y 415 + # 332 416 # CONFIG_IEEE1394 is not set 333 - 334 - # 335 - # I2O device support 336 - # 337 417 # CONFIG_I2O is not set 338 - 339 - # 340 - # Network device support 341 - # 342 418 CONFIG_NETDEVICES=y 419 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 343 420 # CONFIG_DUMMY is not set 344 421 # CONFIG_BONDING is not set 345 422 # CONFIG_EQUALIZER is not set 346 423 # CONFIG_TUN is not set 347 - 348 - # 349 - # ARCnet devices 350 - # 351 424 # CONFIG_ARCNET is not set 352 - 353 - # 354 - # PHY device support 355 - # 356 425 # CONFIG_PHYLIB is not set 357 - 358 - # 359 - # Ethernet (10 or 100Mbit) 360 - # 361 426 CONFIG_NET_ETHERNET=y 362 427 CONFIG_MII=y 428 + # CONFIG_AX88796 is not set 363 429 # CONFIG_HAPPYMEAL is not set 364 430 # CONFIG_SUNGEM is not set 365 431 # CONFIG_CASSINI is not set 366 432 # CONFIG_NET_VENDOR_3COM is not set 367 433 # CONFIG_DM9000 is not set 368 - 369 - # 370 - # Tulip family network device support 371 - # 372 434 # CONFIG_NET_TULIP is not set 373 435 # CONFIG_HP100 is not set 374 436 CONFIG_NET_PCI=y ··· 366 464 # CONFIG_FEALNX is not set 367 465 # CONFIG_NATSEMI is not set 368 466 # CONFIG_NE2K_PCI is not set 369 - # CONFIG_8139CP is not set 370 467 # CONFIG_8139TOO is not set 371 468 # CONFIG_SIS900 is not set 372 469 # CONFIG_EPIC100 is not set 373 470 # CONFIG_SUNDANCE is not set 374 471 # CONFIG_TLAN is not set 375 472 # CONFIG_VIA_RHINE is not set 376 - # CONFIG_SC92031 is not set 377 - 378 - # 379 - # Ethernet (1000 Mbit) 380 - # 381 - # CONFIG_ACENIC is not set 382 - # CONFIG_DL2K is not set 383 - # CONFIG_E1000 is not set 384 - # CONFIG_NS83820 is not set 385 - # CONFIG_HAMACHI is not set 386 - # CONFIG_YELLOWFIN is not set 387 - # CONFIG_R8169 is not set 388 - # CONFIG_SIS190 is not set 389 - # CONFIG_SKGE is not set 390 - # CONFIG_SKY2 is not set 391 - # CONFIG_SK98LIN is not set 392 - # CONFIG_VIA_VELOCITY is not set 393 - # CONFIG_TIGON3 is not set 394 - # CONFIG_BNX2 is not set 395 - # CONFIG_QLA3XXX is not set 396 - # CONFIG_ATL1 is not set 397 - 398 - # 399 - # Ethernet (10000 Mbit) 400 - # 401 - # CONFIG_CHELSIO_T1 is not set 402 - # CONFIG_CHELSIO_T3 is not set 403 - # CONFIG_IXGB is not set 404 - # CONFIG_S2IO is not set 405 - # CONFIG_MYRI10GE is not set 406 - # CONFIG_NETXEN_NIC is not set 407 - 408 - # 409 - # Token Ring devices 410 - # 473 + # CONFIG_NETDEV_1000 is not set 474 + # CONFIG_NETDEV_10000 is not set 411 475 # CONFIG_TR is not set 412 476 413 477 # 414 - # Wireless LAN (non-hamradio) 478 + # Wireless LAN 415 479 # 416 - # CONFIG_NET_RADIO is not set 417 - 418 - # 419 - # Wan interfaces 420 - # 480 + # CONFIG_WLAN_PRE80211 is not set 481 + # CONFIG_WLAN_80211 is not set 421 482 # CONFIG_WAN is not set 422 483 # CONFIG_FDDI is not set 423 - # CONFIG_HIPPI is not set 424 484 # CONFIG_PPP is not set 425 485 # CONFIG_SLIP is not set 426 - # CONFIG_SHAPER is not set 427 - # CONFIG_NETCONSOLE is not set 428 486 # CONFIG_NETPOLL is not set 429 487 # CONFIG_NET_POLL_CONTROLLER is not set 430 - 431 - # 432 - # ISDN subsystem 433 - # 434 488 # CONFIG_ISDN is not set 435 - 436 - # 437 - # Telephony Support 438 - # 439 489 # CONFIG_PHONE is not set 440 490 441 491 # ··· 395 541 # 396 542 CONFIG_INPUT=y 397 543 # CONFIG_INPUT_FF_MEMLESS is not set 544 + # CONFIG_INPUT_POLLDEV is not set 398 545 399 546 # 400 547 # Userland interfaces ··· 412 557 # CONFIG_INPUT_KEYBOARD is not set 413 558 # CONFIG_INPUT_MOUSE is not set 414 559 # CONFIG_INPUT_JOYSTICK is not set 560 + # CONFIG_INPUT_TABLET is not set 415 561 # CONFIG_INPUT_TOUCHSCREEN is not set 416 562 # CONFIG_INPUT_MISC is not set 417 563 ··· 463 607 # CONFIG_UNIX98_PTYS is not set 464 608 CONFIG_LEGACY_PTYS=y 465 609 CONFIG_LEGACY_PTY_COUNT=256 466 - 467 - # 468 - # IPMI 469 - # 470 610 # CONFIG_IPMI_HANDLER is not set 471 - 472 - # 473 - # Watchdog Cards 474 - # 475 611 # CONFIG_WATCHDOG is not set 476 612 # CONFIG_HW_RANDOM is not set 477 613 # CONFIG_RTC is not set 478 - # CONFIG_GEN_RTC is not set 479 - # CONFIG_DTLK is not set 480 614 # CONFIG_R3964 is not set 481 615 # CONFIG_APPLICOM is not set 482 616 # CONFIG_DRM is not set 483 617 # CONFIG_RAW_DRIVER is not set 484 - 485 - # 486 - # TPM devices 487 - # 488 - # CONFIG_TCG_TPM is not set 489 - 490 - # 491 - # I2C support 492 - # 618 + CONFIG_DEVPORT=y 493 619 # CONFIG_I2C is not set 494 620 495 621 # ··· 479 641 # 480 642 # CONFIG_SPI is not set 481 643 # CONFIG_SPI_MASTER is not set 482 - 483 - # 484 - # Dallas's 1-wire bus 485 - # 486 644 # CONFIG_W1 is not set 487 - 488 - # 489 - # Hardware Monitoring support 490 - # 645 + # CONFIG_POWER_SUPPLY is not set 491 646 # CONFIG_HWMON is not set 492 - # CONFIG_HWMON_VID is not set 493 647 494 648 # 495 649 # Multifunction device drivers ··· 492 662 # Multimedia devices 493 663 # 494 664 # CONFIG_VIDEO_DEV is not set 495 - 496 - # 497 - # Digital Video Broadcasting Devices 498 - # 499 - # CONFIG_DVB is not set 665 + # CONFIG_DVB_CORE is not set 666 + # CONFIG_DAB is not set 500 667 501 668 # 502 669 # Graphics support 503 670 # 504 671 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 672 + 673 + # 674 + # Display device support 675 + # 676 + # CONFIG_DISPLAY_SUPPORT is not set 677 + # CONFIG_VGASTATE is not set 678 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 505 679 # CONFIG_FB is not set 506 680 507 681 # 508 682 # Sound 509 683 # 510 684 # CONFIG_SOUND is not set 511 - 512 - # 513 - # HID Devices 514 - # 515 - # CONFIG_HID is not set 516 - 517 - # 518 - # USB support 519 - # 520 - CONFIG_USB_ARCH_HAS_HCD=y 521 - CONFIG_USB_ARCH_HAS_OHCI=y 522 - CONFIG_USB_ARCH_HAS_EHCI=y 523 - # CONFIG_USB is not set 524 - 525 - # 526 - # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 527 - # 528 - 529 - # 530 - # USB Gadget Support 531 - # 532 - # CONFIG_USB_GADGET is not set 533 - 534 - # 535 - # MMC/SD Card support 536 - # 685 + # CONFIG_HID_SUPPORT is not set 686 + # CONFIG_USB_SUPPORT is not set 537 687 # CONFIG_MMC is not set 538 - 539 - # 540 - # LED devices 541 - # 542 688 # CONFIG_NEW_LEDS is not set 543 - 544 - # 545 - # LED drivers 546 - # 547 - 548 - # 549 - # LED Triggers 550 - # 551 - 552 - # 553 - # InfiniBand support 554 - # 555 689 # CONFIG_INFINIBAND is not set 556 - 557 - # 558 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 559 - # 560 - 561 - # 562 - # Real Time Clock 563 - # 564 690 CONFIG_RTC_LIB=y 565 691 CONFIG_RTC_CLASS=y 566 692 CONFIG_RTC_HCTOSYS=y ··· 530 744 CONFIG_RTC_INTF_PROC=y 531 745 CONFIG_RTC_INTF_DEV=y 532 746 # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set 747 + # CONFIG_RTC_DRV_TEST is not set 533 748 534 749 # 535 - # RTC drivers 750 + # SPI RTC drivers 536 751 # 752 + 753 + # 754 + # Platform RTC drivers 755 + # 756 + # CONFIG_RTC_DRV_CMOS is not set 537 757 # CONFIG_RTC_DRV_DS1553 is not set 758 + # CONFIG_RTC_DRV_STK17TA8 is not set 538 759 CONFIG_RTC_DRV_DS1742=y 539 760 # CONFIG_RTC_DRV_M48T86 is not set 540 - # CONFIG_RTC_DRV_TEST is not set 761 + # CONFIG_RTC_DRV_M48T59 is not set 541 762 # CONFIG_RTC_DRV_V3020 is not set 763 + 764 + # 765 + # on-CPU RTC drivers 766 + # 542 767 543 768 # 544 769 # DMA Engine support ··· 565 768 # 566 769 567 770 # 568 - # Auxiliary Display support 771 + # Userspace I/O 569 772 # 570 - 571 - # 572 - # Virtualization 573 - # 773 + # CONFIG_UIO is not set 574 774 575 775 # 576 776 # File systems 577 777 # 578 778 # CONFIG_EXT2_FS is not set 579 779 # CONFIG_EXT3_FS is not set 580 - # CONFIG_EXT4DEV_FS is not set 581 780 # CONFIG_REISERFS_FS is not set 582 781 # CONFIG_JFS_FS is not set 583 782 # CONFIG_FS_POSIX_ACL is not set 584 783 # CONFIG_XFS_FS is not set 585 - # CONFIG_GFS2_FS is not set 586 784 # CONFIG_OCFS2_FS is not set 587 785 # CONFIG_MINIX_FS is not set 588 786 # CONFIG_ROMFS_FS is not set ··· 612 820 # CONFIG_TMPFS is not set 613 821 # CONFIG_HUGETLB_PAGE is not set 614 822 CONFIG_RAMFS=y 615 - # CONFIG_CONFIGFS_FS is not set 616 823 617 824 # 618 825 # Miscellaneous filesystems 619 826 # 620 - # CONFIG_ADFS_FS is not set 621 - # CONFIG_AFFS_FS is not set 622 - # CONFIG_HFS_FS is not set 623 827 # CONFIG_HFSPLUS_FS is not set 624 - # CONFIG_BEFS_FS is not set 625 - # CONFIG_BFS_FS is not set 626 - # CONFIG_EFS_FS is not set 627 828 # CONFIG_CRAMFS is not set 628 829 # CONFIG_VXFS_FS is not set 629 830 # CONFIG_HPFS_FS is not set ··· 629 844 # 630 845 CONFIG_NFS_FS=y 631 846 # CONFIG_NFS_V3 is not set 632 - # CONFIG_NFS_V4 is not set 633 847 # CONFIG_NFS_DIRECTIO is not set 634 848 # CONFIG_NFSD is not set 635 849 CONFIG_ROOT_NFS=y 636 850 CONFIG_LOCKD=y 637 851 CONFIG_NFS_COMMON=y 638 852 CONFIG_SUNRPC=y 639 - # CONFIG_RPCSEC_GSS_KRB5 is not set 640 - # CONFIG_RPCSEC_GSS_SPKM3 is not set 641 853 # CONFIG_SMB_FS is not set 642 854 # CONFIG_CIFS is not set 643 855 # CONFIG_NCP_FS is not set 644 856 # CONFIG_CODA_FS is not set 645 - # CONFIG_AFS_FS is not set 646 - # CONFIG_9P_FS is not set 647 857 648 858 # 649 859 # Partition Types ··· 652 872 # CONFIG_NLS is not set 653 873 654 874 # 655 - # Distributed Lock Manager 656 - # 657 - # CONFIG_DLM is not set 658 - 659 - # 660 - # Profiling support 661 - # 662 - # CONFIG_PROFILING is not set 663 - 664 - # 665 875 # Kernel hacking 666 876 # 667 877 CONFIG_TRACE_IRQFLAGS_SUPPORT=y ··· 662 892 # CONFIG_DEBUG_FS is not set 663 893 # CONFIG_HEADERS_CHECK is not set 664 894 # CONFIG_DEBUG_KERNEL is not set 665 - CONFIG_LOG_BUF_SHIFT=14 666 895 CONFIG_CROSSCOMPILE=y 667 896 CONFIG_CMDLINE="" 668 897 ··· 670 901 # 671 902 # CONFIG_KEYS is not set 672 903 # CONFIG_SECURITY is not set 673 - 674 - # 675 - # Cryptographic options 676 - # 677 904 # CONFIG_CRYPTO is not set 678 905 679 906 # ··· 678 913 CONFIG_BITREVERSE=y 679 914 # CONFIG_CRC_CCITT is not set 680 915 # CONFIG_CRC16 is not set 916 + # CONFIG_CRC_ITU_T is not set 681 917 CONFIG_CRC32=y 918 + # CONFIG_CRC7 is not set 682 919 # CONFIG_LIBCRC32C is not set 683 920 CONFIG_PLIST=y 684 921 CONFIG_HAS_IOMEM=y 685 922 CONFIG_HAS_IOPORT=y 923 + CONFIG_HAS_DMA=y
+166 -268
arch/mips/configs/malta_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20 4 - # Sun Feb 18 21:27:55 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Tue Aug 7 12:59:29 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 ··· 9 9 # Machine selection 10 10 # 11 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 12 + # CONFIG_MACH_ALCHEMY is not set 25 13 # CONFIG_BASLER_EXCITE is not set 26 14 # CONFIG_MIPS_COBALT is not set 27 15 # CONFIG_MACH_DECSTATION is not set 28 16 # CONFIG_MACH_JAZZ is not set 17 + # CONFIG_LEMOTE_FULONG is not set 29 18 # CONFIG_MIPS_ATLAS is not set 30 19 CONFIG_MIPS_MALTA=y 31 20 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 21 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 22 + # CONFIG_MARKEINS is not set 23 + # CONFIG_MACH_VR41XX is not set 36 24 # CONFIG_PNX8550_JBS is not set 37 25 # CONFIG_PNX8550_STB810 is not set 38 - # CONFIG_MACH_VR41XX is not set 26 + # CONFIG_PMC_MSP is not set 39 27 # CONFIG_PMC_YOSEMITE is not set 40 28 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 29 # CONFIG_SGI_IP22 is not set 43 30 # CONFIG_SGI_IP27 is not set 44 31 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 32 # CONFIG_SIBYTE_CRHINE is not set 33 + # CONFIG_SIBYTE_CARMEL is not set 53 34 # CONFIG_SIBYTE_CRHONE is not set 35 + # CONFIG_SIBYTE_RHONE is not set 36 + # CONFIG_SIBYTE_SWARM is not set 37 + # CONFIG_SIBYTE_LITTLESUR is not set 38 + # CONFIG_SIBYTE_SENTOSA is not set 39 + # CONFIG_SIBYTE_PTSWARM is not set 40 + # CONFIG_SIBYTE_BIGSUR is not set 54 41 # CONFIG_SNI_RM is not set 55 42 # CONFIG_TOSHIBA_JMR3927 is not set 56 43 # CONFIG_TOSHIBA_RBTX4927 is not set 57 44 # CONFIG_TOSHIBA_RBTX4938 is not set 45 + # CONFIG_WR_PPMC is not set 58 46 CONFIG_RWSEM_GENERIC_SPINLOCK=y 59 47 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 60 48 # CONFIG_ARCH_HAS_ILOG2_U64 is not set ··· 55 67 CONFIG_ARCH_MAY_HAVE_PC_FDC=y 56 68 CONFIG_DMA_NONCOHERENT=y 57 69 CONFIG_DMA_NEED_PCI_MAP_STATE=y 70 + CONFIG_EARLY_PRINTK=y 71 + CONFIG_SYS_HAS_EARLY_PRINTK=y 58 72 CONFIG_GENERIC_ISA_DMA=y 59 73 CONFIG_I8259=y 60 74 CONFIG_MIPS_BONITO64=y 61 75 CONFIG_MIPS_MSC=y 76 + # CONFIG_NO_IOPORT is not set 62 77 # CONFIG_CPU_BIG_ENDIAN is not set 63 78 CONFIG_CPU_LITTLE_ENDIAN=y 64 79 CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y 65 80 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y 66 81 CONFIG_IRQ_CPU=y 67 82 CONFIG_MIPS_BOARDS_GEN=y 68 - CONFIG_MIPS_GT64120=y 83 + CONFIG_PCI_GT64XXX_PCI0=y 69 84 CONFIG_SWAP_IO_SPACE=y 70 85 CONFIG_BOOT_ELF32=y 71 86 CONFIG_MIPS_L1_CACHE_SHIFT=5 72 - CONFIG_HAVE_STD_PC_SERIAL_PORT=y 73 87 74 88 # 75 89 # CPU selection 76 90 # 91 + # CONFIG_CPU_LOONGSON2 is not set 77 92 # CONFIG_CPU_MIPS32_R1 is not set 78 93 CONFIG_CPU_MIPS32_R2=y 79 94 # CONFIG_CPU_MIPS64_R1 is not set ··· 122 131 # CONFIG_MIPS_MT_DISABLED is not set 123 132 CONFIG_MIPS_MT_SMP=y 124 133 # CONFIG_MIPS_MT_SMTC is not set 125 - # CONFIG_MIPS_VPE_LOADER is not set 126 134 CONFIG_MIPS_MT=y 127 135 CONFIG_SYS_SUPPORTS_MULTITHREADING=y 128 136 CONFIG_MIPS_MT_FPAFF=y 129 - # CONFIG_64BIT_PHYS_ADDR is not set 137 + # CONFIG_MIPS_VPE_LOADER is not set 130 138 CONFIG_CPU_HAS_LLSC=y 131 139 # CONFIG_CPU_HAS_SMARTMIPS is not set 132 140 CONFIG_CPU_MIPSR2_IRQ_VI=y 141 + CONFIG_CPU_MIPSR2_IRQ_EI=y 133 142 CONFIG_CPU_MIPSR2_SRS=y 134 143 CONFIG_CPU_HAS_SYNC=y 135 144 CONFIG_GENERIC_HARDIRQS=y ··· 148 157 CONFIG_SPLIT_PTLOCK_CPUS=4 149 158 # CONFIG_RESOURCES_64BIT is not set 150 159 CONFIG_ZONE_DMA_FLAG=1 160 + CONFIG_BOUNCE=y 161 + CONFIG_VIRT_TO_BUS=y 151 162 CONFIG_SMP=y 152 163 CONFIG_SYS_SUPPORTS_SMP=y 164 + CONFIG_NR_CPUS_DEFAULT_2=y 153 165 CONFIG_NR_CPUS=2 154 166 # CONFIG_HZ_48 is not set 155 167 CONFIG_HZ_100=y ··· 168 174 # CONFIG_PREEMPT is not set 169 175 CONFIG_PREEMPT_BKL=y 170 176 # CONFIG_KEXEC is not set 177 + CONFIG_SECCOMP=y 171 178 CONFIG_LOCKDEP_SUPPORT=y 172 179 CONFIG_STACKTRACE_SUPPORT=y 173 180 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 174 181 175 182 # 176 - # Code maturity level options 183 + # General setup 177 184 # 178 185 CONFIG_EXPERIMENTAL=y 179 186 CONFIG_LOCK_KERNEL=y 180 187 CONFIG_INIT_ENV_ARG_LIMIT=32 181 - 182 - # 183 - # General setup 184 - # 185 188 CONFIG_LOCALVERSION="" 186 189 CONFIG_LOCALVERSION_AUTO=y 187 190 CONFIG_SWAP=y 188 191 CONFIG_SYSVIPC=y 189 - # CONFIG_IPC_NS is not set 190 192 CONFIG_SYSVIPC_SYSCTL=y 191 193 # CONFIG_POSIX_MQUEUE is not set 192 194 # CONFIG_BSD_PROCESS_ACCT is not set 193 195 # CONFIG_TASKSTATS is not set 194 - # CONFIG_UTS_NS is not set 196 + # CONFIG_USER_NS is not set 195 197 # CONFIG_AUDIT is not set 196 198 # CONFIG_IKCONFIG is not set 199 + CONFIG_LOG_BUF_SHIFT=15 197 200 # CONFIG_CPUSETS is not set 198 201 CONFIG_SYSFS_DEPRECATED=y 199 202 CONFIG_RELAY=y 203 + # CONFIG_BLK_DEV_INITRD is not set 200 204 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 201 205 CONFIG_SYSCTL=y 202 206 CONFIG_EMBEDDED=y ··· 207 215 CONFIG_ELF_CORE=y 208 216 CONFIG_BASE_FULL=y 209 217 CONFIG_FUTEX=y 218 + CONFIG_ANON_INODES=y 210 219 CONFIG_EPOLL=y 220 + CONFIG_SIGNALFD=y 221 + CONFIG_TIMERFD=y 222 + CONFIG_EVENTFD=y 211 223 CONFIG_SHMEM=y 212 - CONFIG_SLAB=y 213 224 CONFIG_VM_EVENT_COUNTERS=y 225 + CONFIG_SLAB=y 226 + # CONFIG_SLUB is not set 227 + # CONFIG_SLOB is not set 214 228 CONFIG_RT_MUTEXES=y 215 229 # CONFIG_TINY_SHMEM is not set 216 230 CONFIG_BASE_SMALL=0 217 - # CONFIG_SLOB is not set 218 - 219 - # 220 - # Loadable module support 221 - # 222 231 CONFIG_MODULES=y 223 232 CONFIG_MODULE_UNLOAD=y 224 233 # CONFIG_MODULE_FORCE_UNLOAD is not set ··· 227 234 CONFIG_MODULE_SRCVERSION_ALL=y 228 235 CONFIG_KMOD=y 229 236 CONFIG_STOP_MACHINE=y 230 - 231 - # 232 - # Block layer 233 - # 234 237 CONFIG_BLOCK=y 235 238 # CONFIG_LBD is not set 236 239 # CONFIG_BLK_DEV_IO_TRACE is not set 237 240 # CONFIG_LSF is not set 241 + # CONFIG_BLK_DEV_BSG is not set 238 242 239 243 # 240 244 # IO Schedulers ··· 251 261 # 252 262 CONFIG_HW_HAS_PCI=y 253 263 CONFIG_PCI=y 264 + # CONFIG_ARCH_SUPPORTS_MSI is not set 254 265 CONFIG_MMU=y 255 266 256 267 # 257 268 # PCCARD (PCMCIA/CardBus) support 258 269 # 259 270 # CONFIG_PCCARD is not set 260 - 261 - # 262 - # PCI Hotplug Support 263 - # 264 271 # CONFIG_HOTPLUG_PCI is not set 265 272 266 273 # ··· 273 286 CONFIG_PM=y 274 287 # CONFIG_PM_LEGACY is not set 275 288 # CONFIG_PM_DEBUG is not set 276 - # CONFIG_PM_SYSFS_DEPRECATED is not set 277 289 278 290 # 279 291 # Networking ··· 282 296 # 283 297 # Networking options 284 298 # 285 - # CONFIG_NETDEBUG is not set 286 299 CONFIG_PACKET=y 287 300 CONFIG_PACKET_MMAP=y 288 301 CONFIG_UNIX=y ··· 299 314 CONFIG_IP_FIB_HASH=y 300 315 CONFIG_IP_MULTIPLE_TABLES=y 301 316 CONFIG_IP_ROUTE_MULTIPATH=y 302 - # CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set 303 317 CONFIG_IP_ROUTE_VERBOSE=y 304 318 CONFIG_IP_PNP=y 305 319 CONFIG_IP_PNP_DHCP=y ··· 326 342 CONFIG_TCP_CONG_CUBIC=y 327 343 CONFIG_DEFAULT_TCP_CONG="cubic" 328 344 CONFIG_TCP_MD5SIG=y 329 - 330 - # 331 - # IP: Virtual Server Configuration 332 - # 333 345 CONFIG_IP_VS=m 334 346 # CONFIG_IP_VS_DEBUG is not set 335 347 CONFIG_IP_VS_TAB_BITS=12 ··· 360 380 CONFIG_IPV6_PRIVACY=y 361 381 CONFIG_IPV6_ROUTER_PREF=y 362 382 CONFIG_IPV6_ROUTE_INFO=y 383 + CONFIG_IPV6_OPTIMISTIC_DAD=y 363 384 CONFIG_INET6_AH=m 364 385 CONFIG_INET6_ESP=m 365 386 CONFIG_INET6_IPCOMP=m ··· 386 405 CONFIG_NETFILTER_NETLINK_QUEUE=m 387 406 CONFIG_NETFILTER_NETLINK_LOG=m 388 407 CONFIG_NF_CONNTRACK_ENABLED=m 389 - CONFIG_NF_CONNTRACK_SUPPORT=y 390 - # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set 391 408 CONFIG_NF_CONNTRACK=m 392 409 CONFIG_NF_CT_ACCT=y 393 410 CONFIG_NF_CONNTRACK_MARK=y ··· 393 414 CONFIG_NF_CONNTRACK_EVENTS=y 394 415 CONFIG_NF_CT_PROTO_GRE=m 395 416 CONFIG_NF_CT_PROTO_SCTP=m 417 + CONFIG_NF_CT_PROTO_UDPLITE=m 396 418 CONFIG_NF_CONNTRACK_AMANDA=m 397 419 CONFIG_NF_CONNTRACK_FTP=m 398 420 CONFIG_NF_CONNTRACK_H323=m ··· 412 432 CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 413 433 CONFIG_NETFILTER_XT_TARGET_NFLOG=m 414 434 CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 435 + CONFIG_NETFILTER_XT_TARGET_TRACE=m 415 436 CONFIG_NETFILTER_XT_TARGET_SECMARK=m 416 437 # CONFIG_NETFILTER_XT_TARGET_CONNSECMARK is not set 417 438 CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 418 439 CONFIG_NETFILTER_XT_MATCH_COMMENT=m 419 440 CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m 441 + CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m 420 442 CONFIG_NETFILTER_XT_MATCH_CONNMARK=m 421 443 CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m 422 444 CONFIG_NETFILTER_XT_MATCH_DCCP=m ··· 440 458 CONFIG_NETFILTER_XT_MATCH_STATISTIC=m 441 459 CONFIG_NETFILTER_XT_MATCH_STRING=m 442 460 CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 461 + CONFIG_NETFILTER_XT_MATCH_U32=m 443 462 CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 444 463 445 464 # ··· 532 549 CONFIG_BRIDGE_EBT_SNAT=m 533 550 CONFIG_BRIDGE_EBT_LOG=m 534 551 CONFIG_BRIDGE_EBT_ULOG=m 535 - 536 - # 537 - # DCCP Configuration (EXPERIMENTAL) 538 - # 539 552 # CONFIG_IP_DCCP is not set 540 - 541 - # 542 - # SCTP Configuration (EXPERIMENTAL) 543 - # 544 553 CONFIG_IP_SCTP=m 545 554 # CONFIG_SCTP_DBG_MSG is not set 546 555 # CONFIG_SCTP_DBG_OBJCNT is not set 547 556 # CONFIG_SCTP_HMAC_NONE is not set 548 557 # CONFIG_SCTP_HMAC_SHA1 is not set 549 558 CONFIG_SCTP_HMAC_MD5=y 550 - 551 - # 552 - # TIPC Configuration (EXPERIMENTAL) 553 - # 554 559 # CONFIG_TIPC is not set 555 560 # CONFIG_ATM is not set 556 561 CONFIG_BRIDGE=m ··· 562 591 # 563 592 CONFIG_NET_SCHED=y 564 593 CONFIG_NET_SCH_FIFO=y 565 - CONFIG_NET_SCH_CLK_JIFFIES=y 566 - # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set 567 - # CONFIG_NET_SCH_CLK_CPU is not set 568 594 569 595 # 570 596 # Queueing/Scheduling ··· 570 602 CONFIG_NET_SCH_HTB=m 571 603 CONFIG_NET_SCH_HFSC=m 572 604 CONFIG_NET_SCH_PRIO=m 605 + CONFIG_NET_SCH_RR=m 573 606 CONFIG_NET_SCH_RED=m 574 607 CONFIG_NET_SCH_SFQ=m 575 608 CONFIG_NET_SCH_TEQL=m ··· 595 626 CONFIG_NET_CLS_RSVP=m 596 627 CONFIG_NET_CLS_RSVP6=m 597 628 # CONFIG_NET_EMATCH is not set 598 - # CONFIG_NET_CLS_ACT is not set 629 + CONFIG_NET_CLS_ACT=y 630 + CONFIG_NET_ACT_POLICE=y 631 + CONFIG_NET_ACT_GACT=m 632 + CONFIG_GACT_PROB=y 633 + CONFIG_NET_ACT_MIRRED=m 634 + CONFIG_NET_ACT_IPT=m 635 + CONFIG_NET_ACT_PEDIT=m 636 + CONFIG_NET_ACT_SIMP=m 599 637 CONFIG_NET_CLS_POLICE=y 600 638 CONFIG_NET_CLS_IND=y 601 - CONFIG_NET_ESTIMATOR=y 602 639 603 640 # 604 641 # Network testing ··· 613 638 # CONFIG_HAMRADIO is not set 614 639 # CONFIG_IRDA is not set 615 640 # CONFIG_BT is not set 641 + # CONFIG_AF_RXRPC is not set 642 + CONFIG_FIB_RULES=y 643 + 644 + # 645 + # Wireless 646 + # 647 + CONFIG_CFG80211=m 648 + CONFIG_WIRELESS_EXT=y 649 + CONFIG_MAC80211=m 650 + # CONFIG_MAC80211_DEBUG is not set 616 651 CONFIG_IEEE80211=m 617 652 # CONFIG_IEEE80211_DEBUG is not set 618 653 CONFIG_IEEE80211_CRYPT_WEP=m 619 654 CONFIG_IEEE80211_CRYPT_CCMP=m 655 + CONFIG_IEEE80211_CRYPT_TKIP=m 620 656 CONFIG_IEEE80211_SOFTMAC=m 621 657 # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set 622 - CONFIG_WIRELESS_EXT=y 623 - CONFIG_FIB_RULES=y 658 + CONFIG_RFKILL=m 659 + CONFIG_RFKILL_INPUT=m 660 + # CONFIG_NET_9P is not set 624 661 625 662 # 626 663 # Device Drivers ··· 645 658 CONFIG_PREVENT_FIRMWARE_BUILD=y 646 659 CONFIG_FW_LOADER=y 647 660 # CONFIG_SYS_HYPERVISOR is not set 648 - 649 - # 650 - # Connector - unified userspace <-> kernelspace linker 651 - # 652 661 CONFIG_CONNECTOR=m 653 - 654 - # 655 - # Memory Technology Devices (MTD) 656 - # 657 662 CONFIG_MTD=y 658 663 # CONFIG_MTD_DEBUG is not set 659 664 # CONFIG_MTD_CONCAT is not set ··· 689 710 # CONFIG_MTD_RAM is not set 690 711 # CONFIG_MTD_ROM is not set 691 712 # CONFIG_MTD_ABSENT is not set 692 - # CONFIG_MTD_OBSOLETE_CHIPS is not set 693 713 694 714 # 695 715 # Mapping drivers for chip access ··· 715 737 # CONFIG_MTD_DOC2000 is not set 716 738 # CONFIG_MTD_DOC2001 is not set 717 739 # CONFIG_MTD_DOC2001PLUS is not set 718 - 719 - # 720 - # NAND Flash Device Drivers 721 - # 722 740 # CONFIG_MTD_NAND is not set 723 - # CONFIG_MTD_NAND_CAFE is not set 724 - 725 - # 726 - # OneNAND Flash Device Drivers 727 - # 728 741 # CONFIG_MTD_ONENAND is not set 729 742 730 743 # 731 - # Parallel port support 744 + # UBI - Unsorted block images 732 745 # 746 + CONFIG_MTD_UBI=m 747 + CONFIG_MTD_UBI_WL_THRESHOLD=4096 748 + CONFIG_MTD_UBI_BEB_RESERVE=1 749 + CONFIG_MTD_UBI_GLUEBI=y 750 + 751 + # 752 + # UBI debugging options 753 + # 754 + # CONFIG_MTD_UBI_DEBUG is not set 733 755 # CONFIG_PARPORT is not set 734 - 735 - # 736 - # Plug and Play support 737 - # 738 - 739 - # 740 - # Block devices 741 - # 756 + CONFIG_BLK_DEV=y 742 757 CONFIG_BLK_DEV_FD=m 743 758 # CONFIG_BLK_CPQ_DA is not set 744 759 # CONFIG_BLK_CPQ_CISS_DA is not set ··· 746 775 CONFIG_BLK_DEV_RAM_COUNT=16 747 776 CONFIG_BLK_DEV_RAM_SIZE=4096 748 777 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 749 - # CONFIG_BLK_DEV_INITRD is not set 750 778 CONFIG_CDROM_PKTCDVD=m 751 779 CONFIG_CDROM_PKTCDVD_BUFFERS=8 752 780 # CONFIG_CDROM_PKTCDVD_WCACHE is not set 753 781 CONFIG_ATA_OVER_ETH=m 754 - 755 - # 756 - # Misc devices 757 - # 758 - CONFIG_SGI_IOC4=m 759 - # CONFIG_TIFM_CORE is not set 760 - 761 - # 762 - # ATA/ATAPI/MFM/RLL support 763 - # 782 + # CONFIG_MISC_DEVICES is not set 764 783 CONFIG_IDE=y 765 784 CONFIG_IDE_MAX_HWIFS=4 766 785 CONFIG_BLK_DEV_IDE=y ··· 766 805 # CONFIG_BLK_DEV_IDEFLOPPY is not set 767 806 # CONFIG_BLK_DEV_IDESCSI is not set 768 807 # CONFIG_IDE_TASK_IOCTL is not set 808 + CONFIG_IDE_PROC_FS=y 769 809 770 810 # 771 811 # IDE chipset support/bugfixes ··· 774 812 CONFIG_IDE_GENERIC=y 775 813 CONFIG_BLK_DEV_IDEPCI=y 776 814 # CONFIG_IDEPCI_SHARE_IRQ is not set 815 + CONFIG_IDEPCI_PCIBUS_ORDER=y 777 816 # CONFIG_BLK_DEV_OFFBOARD is not set 778 817 CONFIG_BLK_DEV_GENERIC=y 779 818 # CONFIG_BLK_DEV_OPTI621 is not set 780 819 CONFIG_BLK_DEV_IDEDMA_PCI=y 781 820 # CONFIG_BLK_DEV_IDEDMA_FORCED is not set 782 - CONFIG_IDEDMA_PCI_AUTO=y 783 821 # CONFIG_IDEDMA_ONLYDISK is not set 784 822 # CONFIG_BLK_DEV_AEC62XX is not set 785 823 # CONFIG_BLK_DEV_ALI15X3 is not set ··· 808 846 # CONFIG_IDE_ARM is not set 809 847 CONFIG_BLK_DEV_IDEDMA=y 810 848 # CONFIG_IDEDMA_IVB is not set 811 - CONFIG_IDEDMA_AUTO=y 812 849 # CONFIG_BLK_DEV_HD is not set 813 850 814 851 # ··· 815 854 # 816 855 CONFIG_RAID_ATTRS=m 817 856 CONFIG_SCSI=m 857 + CONFIG_SCSI_DMA=y 818 858 CONFIG_SCSI_TGT=m 819 859 CONFIG_SCSI_NETLINK=y 820 860 CONFIG_SCSI_PROC_FS=y ··· 838 876 CONFIG_SCSI_CONSTANTS=y 839 877 CONFIG_SCSI_LOGGING=y 840 878 CONFIG_SCSI_SCAN_ASYNC=y 879 + CONFIG_SCSI_WAIT_SCAN=m 841 880 842 881 # 843 882 # SCSI Transports ··· 846 883 CONFIG_SCSI_SPI_ATTRS=m 847 884 CONFIG_SCSI_FC_ATTRS=m 848 885 CONFIG_SCSI_ISCSI_ATTRS=m 849 - CONFIG_SCSI_SAS_ATTRS=m 850 886 # CONFIG_SCSI_SAS_LIBSAS is not set 851 - 852 - # 853 - # SCSI low-level drivers 854 - # 887 + CONFIG_SCSI_LOWLEVEL=y 855 888 CONFIG_ISCSI_TCP=m 856 889 CONFIG_BLK_DEV_3W_XXXX_RAID=m 857 890 CONFIG_SCSI_3W_9XXX=m ··· 884 925 # CONFIG_SCSI_NSP32 is not set 885 926 # CONFIG_SCSI_DEBUG is not set 886 927 # CONFIG_SCSI_SRP is not set 887 - 888 - # 889 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 890 - # 891 928 # CONFIG_ATA is not set 892 - 893 - # 894 - # Multi-device support (RAID and LVM) 895 - # 896 929 CONFIG_MD=y 897 930 CONFIG_BLK_DEV_MD=m 898 931 CONFIG_MD_LINEAR=m ··· 903 952 CONFIG_DM_ZERO=m 904 953 CONFIG_DM_MULTIPATH=m 905 954 CONFIG_DM_MULTIPATH_EMC=m 955 + CONFIG_DM_MULTIPATH_RDAC=m 956 + # CONFIG_DM_DELAY is not set 906 957 907 958 # 908 959 # Fusion MPT device support ··· 917 964 # 918 965 # IEEE 1394 (FireWire) support 919 966 # 967 + # CONFIG_FIREWIRE is not set 920 968 # CONFIG_IEEE1394 is not set 921 - 922 - # 923 - # I2O device support 924 - # 925 969 # CONFIG_I2O is not set 926 - 927 - # 928 - # Network device support 929 - # 930 970 CONFIG_NETDEVICES=y 971 + CONFIG_NETDEVICES_MULTIQUEUE=y 972 + CONFIG_IFB=m 931 973 CONFIG_DUMMY=m 932 974 CONFIG_BONDING=m 975 + CONFIG_MACVLAN=m 933 976 CONFIG_EQUALIZER=m 934 977 CONFIG_TUN=m 935 - 936 - # 937 - # ARCnet devices 938 - # 939 978 # CONFIG_ARCNET is not set 940 - 941 - # 942 - # PHY device support 943 - # 944 979 CONFIG_PHYLIB=m 945 980 946 981 # ··· 941 1000 CONFIG_CICADA_PHY=m 942 1001 CONFIG_VITESSE_PHY=m 943 1002 CONFIG_SMSC_PHY=m 944 - # CONFIG_BROADCOM_PHY is not set 1003 + CONFIG_BROADCOM_PHY=m 1004 + CONFIG_ICPLUS_PHY=m 945 1005 # CONFIG_FIXED_PHY is not set 946 - 947 - # 948 - # Ethernet (10 or 100Mbit) 949 - # 950 1006 CONFIG_NET_ETHERNET=y 951 1007 CONFIG_MII=y 1008 + CONFIG_AX88796=m 952 1009 # CONFIG_HAPPYMEAL is not set 953 1010 # CONFIG_SUNGEM is not set 954 1011 # CONFIG_CASSINI is not set 955 1012 # CONFIG_NET_VENDOR_3COM is not set 956 1013 # CONFIG_DM9000 is not set 957 - 958 - # 959 - # Tulip family network device support 960 - # 961 1014 # CONFIG_NET_TULIP is not set 962 1015 # CONFIG_HP100 is not set 963 1016 CONFIG_NET_PCI=y ··· 961 1026 # CONFIG_ADAPTEC_STARFIRE is not set 962 1027 # CONFIG_B44 is not set 963 1028 # CONFIG_FORCEDETH is not set 1029 + CONFIG_TC35815=m 964 1030 # CONFIG_DGRS is not set 965 1031 # CONFIG_EEPRO100 is not set 966 1032 # CONFIG_E100 is not set ··· 976 1040 # CONFIG_TLAN is not set 977 1041 # CONFIG_VIA_RHINE is not set 978 1042 # CONFIG_SC92031 is not set 979 - 980 - # 981 - # Ethernet (1000 Mbit) 982 - # 1043 + CONFIG_NETDEV_1000=y 983 1044 # CONFIG_ACENIC is not set 984 1045 # CONFIG_DL2K is not set 985 1046 # CONFIG_E1000 is not set ··· 987 1054 # CONFIG_SIS190 is not set 988 1055 # CONFIG_SKGE is not set 989 1056 # CONFIG_SKY2 is not set 990 - # CONFIG_SK98LIN is not set 991 1057 # CONFIG_VIA_VELOCITY is not set 992 1058 # CONFIG_TIGON3 is not set 993 1059 # CONFIG_BNX2 is not set 994 1060 # CONFIG_QLA3XXX is not set 995 1061 # CONFIG_ATL1 is not set 996 - 997 - # 998 - # Ethernet (10000 Mbit) 999 - # 1062 + CONFIG_NETDEV_10000=y 1000 1063 # CONFIG_CHELSIO_T1 is not set 1001 1064 CONFIG_CHELSIO_T3=m 1002 1065 # CONFIG_IXGB is not set 1003 1066 # CONFIG_S2IO is not set 1004 1067 # CONFIG_MYRI10GE is not set 1005 1068 CONFIG_NETXEN_NIC=m 1006 - 1007 - # 1008 - # Token Ring devices 1009 - # 1069 + # CONFIG_MLX4_CORE is not set 1010 1070 # CONFIG_TR is not set 1011 1071 1012 1072 # 1013 - # Wireless LAN (non-hamradio) 1073 + # Wireless LAN 1014 1074 # 1015 - # CONFIG_NET_RADIO is not set 1016 - 1017 - # 1018 - # Wan interfaces 1019 - # 1075 + CONFIG_WLAN_PRE80211=y 1076 + CONFIG_STRIP=m 1077 + CONFIG_WLAN_80211=y 1078 + CONFIG_IPW2100=m 1079 + CONFIG_IPW2100_MONITOR=y 1080 + # CONFIG_IPW2100_DEBUG is not set 1081 + CONFIG_IPW2200=m 1082 + CONFIG_IPW2200_MONITOR=y 1083 + CONFIG_IPW2200_RADIOTAP=y 1084 + CONFIG_IPW2200_PROMISCUOUS=y 1085 + CONFIG_IPW2200_QOS=y 1086 + # CONFIG_IPW2200_DEBUG is not set 1087 + CONFIG_LIBERTAS=m 1088 + # CONFIG_LIBERTAS_DEBUG is not set 1089 + CONFIG_HERMES=m 1090 + CONFIG_PLX_HERMES=m 1091 + CONFIG_TMD_HERMES=m 1092 + CONFIG_NORTEL_HERMES=m 1093 + CONFIG_PCI_HERMES=m 1094 + CONFIG_ATMEL=m 1095 + CONFIG_PCI_ATMEL=m 1096 + CONFIG_PRISM54=m 1097 + CONFIG_HOSTAP=m 1098 + CONFIG_HOSTAP_FIRMWARE=y 1099 + CONFIG_HOSTAP_FIRMWARE_NVRAM=y 1100 + CONFIG_HOSTAP_PLX=m 1101 + CONFIG_HOSTAP_PCI=m 1102 + CONFIG_BCM43XX=m 1103 + CONFIG_BCM43XX_DEBUG=y 1104 + CONFIG_BCM43XX_DMA=y 1105 + CONFIG_BCM43XX_PIO=y 1106 + CONFIG_BCM43XX_DMA_AND_PIO_MODE=y 1107 + # CONFIG_BCM43XX_DMA_MODE is not set 1108 + # CONFIG_BCM43XX_PIO_MODE is not set 1020 1109 # CONFIG_WAN is not set 1021 1110 # CONFIG_FDDI is not set 1022 1111 # CONFIG_HIPPI is not set ··· 1049 1094 # CONFIG_NETCONSOLE is not set 1050 1095 # CONFIG_NETPOLL is not set 1051 1096 # CONFIG_NET_POLL_CONTROLLER is not set 1052 - 1053 - # 1054 - # ISDN subsystem 1055 - # 1056 1097 # CONFIG_ISDN is not set 1057 - 1058 - # 1059 - # Telephony Support 1060 - # 1061 1098 # CONFIG_PHONE is not set 1062 1099 1063 1100 # ··· 1057 1110 # 1058 1111 CONFIG_INPUT=y 1059 1112 # CONFIG_INPUT_FF_MEMLESS is not set 1113 + # CONFIG_INPUT_POLLDEV is not set 1060 1114 1061 1115 # 1062 1116 # Userland interfaces ··· 1077 1129 # CONFIG_INPUT_KEYBOARD is not set 1078 1130 # CONFIG_INPUT_MOUSE is not set 1079 1131 # CONFIG_INPUT_JOYSTICK is not set 1132 + # CONFIG_INPUT_TABLET is not set 1080 1133 # CONFIG_INPUT_TOUCHSCREEN is not set 1081 1134 # CONFIG_INPUT_MISC is not set 1082 1135 ··· 1120 1171 CONFIG_UNIX98_PTYS=y 1121 1172 CONFIG_LEGACY_PTYS=y 1122 1173 CONFIG_LEGACY_PTY_COUNT=256 1123 - 1124 - # 1125 - # IPMI 1126 - # 1127 1174 # CONFIG_IPMI_HANDLER is not set 1128 - 1129 - # 1130 - # Watchdog Cards 1131 - # 1132 1175 # CONFIG_WATCHDOG is not set 1133 - # CONFIG_HW_RANDOM is not set 1176 + CONFIG_HW_RANDOM=m 1134 1177 CONFIG_RTC=y 1135 - # CONFIG_DTLK is not set 1136 1178 # CONFIG_R3964 is not set 1137 1179 # CONFIG_APPLICOM is not set 1138 1180 # CONFIG_DRM is not set 1139 1181 # CONFIG_RAW_DRIVER is not set 1140 - 1141 - # 1142 - # TPM devices 1143 - # 1144 1182 # CONFIG_TCG_TPM is not set 1145 - 1146 - # 1147 - # I2C support 1148 - # 1183 + CONFIG_DEVPORT=y 1149 1184 # CONFIG_I2C is not set 1150 1185 1151 1186 # ··· 1137 1204 # 1138 1205 # CONFIG_SPI is not set 1139 1206 # CONFIG_SPI_MASTER is not set 1140 - 1141 - # 1142 - # Dallas's 1-wire bus 1143 - # 1144 1207 # CONFIG_W1 is not set 1208 + # CONFIG_POWER_SUPPLY is not set 1209 + # CONFIG_HWMON is not set 1145 1210 1146 1211 # 1147 - # Hardware Monitoring support 1212 + # Multifunction device drivers 1148 1213 # 1149 - # CONFIG_HWMON is not set 1150 - # CONFIG_HWMON_VID is not set 1214 + # CONFIG_MFD_SM501 is not set 1151 1215 1152 1216 # 1153 1217 # Multimedia devices 1154 1218 # 1155 1219 # CONFIG_VIDEO_DEV is not set 1156 - 1157 - # 1158 - # Digital Video Broadcasting Devices 1159 - # 1160 - # CONFIG_DVB is not set 1220 + # CONFIG_DVB_CORE is not set 1221 + # CONFIG_DAB is not set 1161 1222 1162 1223 # 1163 1224 # Graphics support 1164 1225 # 1165 - # CONFIG_FIRMWARE_EDID is not set 1226 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1227 + 1228 + # 1229 + # Display device support 1230 + # 1231 + # CONFIG_DISPLAY_SUPPORT is not set 1232 + # CONFIG_VGASTATE is not set 1233 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 1166 1234 # CONFIG_FB is not set 1167 1235 1168 1236 # ··· 1171 1237 # 1172 1238 # CONFIG_VGA_CONSOLE is not set 1173 1239 CONFIG_DUMMY_CONSOLE=y 1174 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1175 1240 1176 1241 # 1177 1242 # Sound 1178 1243 # 1179 1244 # CONFIG_SOUND is not set 1180 - 1181 - # 1182 - # HID Devices 1183 - # 1245 + CONFIG_HID_SUPPORT=y 1184 1246 CONFIG_HID=m 1185 1247 # CONFIG_HID_DEBUG is not set 1186 - 1187 - # 1188 - # USB support 1189 - # 1248 + CONFIG_USB_SUPPORT=y 1190 1249 CONFIG_USB_ARCH_HAS_HCD=y 1191 1250 CONFIG_USB_ARCH_HAS_OHCI=y 1192 1251 CONFIG_USB_ARCH_HAS_EHCI=y ··· 1193 1266 # USB Gadget Support 1194 1267 # 1195 1268 # CONFIG_USB_GADGET is not set 1196 - 1197 - # 1198 - # MMC/SD Card support 1199 - # 1200 1269 # CONFIG_MMC is not set 1201 - 1202 - # 1203 - # LED devices 1204 - # 1205 1270 # CONFIG_NEW_LEDS is not set 1206 - 1207 - # 1208 - # LED drivers 1209 - # 1210 - 1211 - # 1212 - # LED Triggers 1213 - # 1214 - 1215 - # 1216 - # InfiniBand support 1217 - # 1218 1271 # CONFIG_INFINIBAND is not set 1219 - 1220 - # 1221 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 1222 - # 1223 - 1224 - # 1225 - # Real Time Clock 1226 - # 1227 1272 # CONFIG_RTC_CLASS is not set 1228 1273 1229 1274 # ··· 1212 1313 # 1213 1314 1214 1315 # 1215 - # Auxiliary Display support 1316 + # Userspace I/O 1216 1317 # 1217 - 1218 - # 1219 - # Virtualization 1220 - # 1318 + CONFIG_UIO=m 1319 + CONFIG_UIO_CIF=m 1221 1320 1222 1321 # 1223 1322 # File systems ··· 1348 1451 CONFIG_EXPORTFS=y 1349 1452 CONFIG_NFS_COMMON=y 1350 1453 CONFIG_SUNRPC=y 1454 + # CONFIG_SUNRPC_BIND34 is not set 1351 1455 # CONFIG_RPCSEC_GSS_KRB5 is not set 1352 1456 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1353 1457 # CONFIG_SMB_FS is not set ··· 1356 1458 # CONFIG_NCP_FS is not set 1357 1459 # CONFIG_CODA_FS is not set 1358 1460 # CONFIG_AFS_FS is not set 1359 - # CONFIG_9P_FS is not set 1360 1461 1361 1462 # 1362 1463 # Partition Types ··· 1428 1531 # CONFIG_DEBUG_FS is not set 1429 1532 # CONFIG_HEADERS_CHECK is not set 1430 1533 # CONFIG_DEBUG_KERNEL is not set 1431 - CONFIG_LOG_BUF_SHIFT=15 1432 1534 CONFIG_CROSSCOMPILE=y 1433 1535 CONFIG_CMDLINE="" 1434 1536 ··· 1436 1540 # 1437 1541 # CONFIG_KEYS is not set 1438 1542 # CONFIG_SECURITY is not set 1439 - 1440 - # 1441 - # Cryptographic options 1442 - # 1543 + CONFIG_XOR_BLOCKS=m 1544 + CONFIG_ASYNC_CORE=m 1545 + CONFIG_ASYNC_MEMCPY=m 1546 + CONFIG_ASYNC_XOR=m 1443 1547 CONFIG_CRYPTO=y 1444 1548 CONFIG_CRYPTO_ALGAPI=y 1549 + CONFIG_CRYPTO_ABLKCIPHER=m 1445 1550 CONFIG_CRYPTO_BLKCIPHER=m 1446 1551 CONFIG_CRYPTO_HASH=y 1447 1552 CONFIG_CRYPTO_MANAGER=y ··· 1461 1564 CONFIG_CRYPTO_CBC=m 1462 1565 CONFIG_CRYPTO_PCBC=m 1463 1566 CONFIG_CRYPTO_LRW=m 1567 + CONFIG_CRYPTO_CRYPTD=m 1464 1568 CONFIG_CRYPTO_DES=m 1465 1569 CONFIG_CRYPTO_FCRYPT=m 1466 1570 CONFIG_CRYPTO_BLOWFISH=m ··· 1480 1582 CONFIG_CRYPTO_CRC32C=m 1481 1583 CONFIG_CRYPTO_CAMELLIA=m 1482 1584 # CONFIG_CRYPTO_TEST is not set 1483 - 1484 - # 1485 - # Hardware crypto devices 1486 - # 1585 + CONFIG_CRYPTO_HW=y 1487 1586 1488 1587 # 1489 1588 # Library routines ··· 1488 1593 CONFIG_BITREVERSE=y 1489 1594 # CONFIG_CRC_CCITT is not set 1490 1595 CONFIG_CRC16=m 1596 + # CONFIG_CRC_ITU_T is not set 1491 1597 CONFIG_CRC32=y 1598 + # CONFIG_CRC7 is not set 1492 1599 CONFIG_LIBCRC32C=m 1493 1600 CONFIG_ZLIB_INFLATE=m 1494 1601 CONFIG_ZLIB_DEFLATE=m ··· 1501 1604 CONFIG_PLIST=y 1502 1605 CONFIG_HAS_IOMEM=y 1503 1606 CONFIG_HAS_IOPORT=y 1607 + CONFIG_HAS_DMA=y
+144 -444
arch/mips/configs/mpc30x_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20 4 - # Tue Feb 20 21:47:35 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Wed Aug 8 15:09:51 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 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 11 + # CONFIG_MACH_ALCHEMY is not set 25 12 # CONFIG_BASLER_EXCITE is not set 26 13 # CONFIG_MIPS_COBALT is not set 27 14 # CONFIG_MACH_DECSTATION is not set 28 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 29 17 # CONFIG_MIPS_ATLAS is not set 30 18 # CONFIG_MIPS_MALTA is not set 31 19 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 20 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 21 + # CONFIG_MARKEINS is not set 22 + CONFIG_MACH_VR41XX=y 36 23 # CONFIG_PNX8550_JBS is not set 37 24 # CONFIG_PNX8550_STB810 is not set 38 - CONFIG_MACH_VR41XX=y 25 + # CONFIG_PMC_MSP is not set 39 26 # CONFIG_PMC_YOSEMITE is not set 40 27 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 28 # CONFIG_SGI_IP22 is not set 43 29 # CONFIG_SGI_IP27 is not set 44 30 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 53 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 54 40 # CONFIG_SNI_RM is not set 55 41 # CONFIG_TOSHIBA_JMR3927 is not set 56 42 # CONFIG_TOSHIBA_RBTX4927 is not set 57 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 58 45 # CONFIG_CASIO_E55 is not set 59 46 # CONFIG_IBM_WORKPAD is not set 60 47 # CONFIG_NEC_CMBVR4133 is not set ··· 60 73 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 61 74 CONFIG_DMA_NONCOHERENT=y 62 75 CONFIG_DMA_NEED_PCI_MAP_STATE=y 76 + # CONFIG_HOTPLUG_CPU is not set 77 + # CONFIG_NO_IOPORT is not set 63 78 # CONFIG_CPU_BIG_ENDIAN is not set 64 79 CONFIG_CPU_LITTLE_ENDIAN=y 65 80 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y ··· 71 82 # 72 83 # CPU selection 73 84 # 85 + # CONFIG_CPU_LOONGSON2 is not set 74 86 # CONFIG_CPU_MIPS32_R1 is not set 75 87 # CONFIG_CPU_MIPS32_R2 is not set 76 88 # CONFIG_CPU_MIPS64_R1 is not set ··· 93 103 # CONFIG_CPU_SB1 is not set 94 104 CONFIG_SYS_HAS_CPU_VR41XX=y 95 105 CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y 96 - CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y 97 106 CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y 98 107 CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y 99 108 ··· 108 119 CONFIG_MIPS_MT_DISABLED=y 109 120 # CONFIG_MIPS_MT_SMP is not set 110 121 # CONFIG_MIPS_MT_SMTC is not set 111 - # CONFIG_MIPS_VPE_LOADER is not set 112 122 CONFIG_CPU_HAS_SYNC=y 113 123 CONFIG_GENERIC_HARDIRQS=y 114 124 CONFIG_GENERIC_IRQ_PROBE=y ··· 121 133 # CONFIG_SPARSEMEM_STATIC is not set 122 134 CONFIG_SPLIT_PTLOCK_CPUS=4 123 135 # CONFIG_RESOURCES_64BIT is not set 124 - CONFIG_ZONE_DMA_FLAG=1 136 + CONFIG_ZONE_DMA_FLAG=0 137 + CONFIG_VIRT_TO_BUS=y 125 138 # CONFIG_HZ_48 is not set 126 139 # CONFIG_HZ_100 is not set 127 140 # CONFIG_HZ_128 is not set 128 - # CONFIG_HZ_250 is not set 141 + CONFIG_HZ_250=y 129 142 # CONFIG_HZ_256 is not set 130 - CONFIG_HZ_1000=y 143 + # CONFIG_HZ_1000 is not set 131 144 # CONFIG_HZ_1024 is not set 132 145 CONFIG_SYS_SUPPORTS_ARBIT_HZ=y 133 - CONFIG_HZ=1000 146 + CONFIG_HZ=250 134 147 CONFIG_PREEMPT_NONE=y 135 148 # CONFIG_PREEMPT_VOLUNTARY is not set 136 149 # CONFIG_PREEMPT is not set 137 150 # CONFIG_KEXEC is not set 151 + CONFIG_SECCOMP=y 138 152 CONFIG_LOCKDEP_SUPPORT=y 139 153 CONFIG_STACKTRACE_SUPPORT=y 140 154 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 141 155 142 156 # 143 - # Code maturity level options 157 + # General setup 144 158 # 145 159 CONFIG_EXPERIMENTAL=y 146 160 CONFIG_BROKEN_ON_SMP=y 147 161 CONFIG_INIT_ENV_ARG_LIMIT=32 148 - 149 - # 150 - # General setup 151 - # 152 162 CONFIG_LOCALVERSION="" 153 163 CONFIG_LOCALVERSION_AUTO=y 154 164 CONFIG_SWAP=y 155 165 CONFIG_SYSVIPC=y 156 - # CONFIG_IPC_NS is not set 157 166 CONFIG_SYSVIPC_SYSCTL=y 158 167 # CONFIG_POSIX_MQUEUE is not set 159 168 # CONFIG_BSD_PROCESS_ACCT is not set 160 169 # CONFIG_TASKSTATS is not set 161 - # CONFIG_UTS_NS is not set 170 + # CONFIG_USER_NS is not set 162 171 # CONFIG_AUDIT is not set 163 172 # CONFIG_IKCONFIG is not set 173 + CONFIG_LOG_BUF_SHIFT=14 164 174 CONFIG_SYSFS_DEPRECATED=y 165 175 CONFIG_RELAY=y 176 + # CONFIG_BLK_DEV_INITRD is not set 166 177 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 167 178 CONFIG_SYSCTL=y 168 179 CONFIG_EMBEDDED=y ··· 174 187 CONFIG_ELF_CORE=y 175 188 CONFIG_BASE_FULL=y 176 189 CONFIG_FUTEX=y 190 + CONFIG_ANON_INODES=y 177 191 CONFIG_EPOLL=y 192 + CONFIG_SIGNALFD=y 193 + CONFIG_TIMERFD=y 194 + CONFIG_EVENTFD=y 178 195 CONFIG_SHMEM=y 179 - CONFIG_SLAB=y 180 196 CONFIG_VM_EVENT_COUNTERS=y 197 + CONFIG_SLAB=y 198 + # CONFIG_SLUB is not set 199 + # CONFIG_SLOB is not set 181 200 CONFIG_RT_MUTEXES=y 182 201 # CONFIG_TINY_SHMEM is not set 183 202 CONFIG_BASE_SMALL=0 184 - # CONFIG_SLOB is not set 185 - 186 - # 187 - # Loadable module support 188 - # 189 203 CONFIG_MODULES=y 190 204 CONFIG_MODULE_UNLOAD=y 191 205 # CONFIG_MODULE_FORCE_UNLOAD is not set 192 206 CONFIG_MODVERSIONS=y 193 207 CONFIG_MODULE_SRCVERSION_ALL=y 194 208 CONFIG_KMOD=y 195 - 196 - # 197 - # Block layer 198 - # 199 209 CONFIG_BLOCK=y 200 210 # CONFIG_LBD is not set 201 211 # CONFIG_BLK_DEV_IO_TRACE is not set 202 212 # CONFIG_LSF is not set 213 + # CONFIG_BLK_DEV_BSG is not set 203 214 204 215 # 205 216 # IO Schedulers ··· 217 232 # 218 233 CONFIG_HW_HAS_PCI=y 219 234 CONFIG_PCI=y 235 + # CONFIG_ARCH_SUPPORTS_MSI is not set 220 236 CONFIG_MMU=y 221 237 222 238 # 223 239 # PCCARD (PCMCIA/CardBus) support 224 240 # 225 - CONFIG_PCCARD=y 226 - # CONFIG_PCMCIA_DEBUG is not set 227 - CONFIG_PCMCIA=y 228 - CONFIG_PCMCIA_LOAD_CIS=y 229 - CONFIG_PCMCIA_IOCTL=y 230 - # CONFIG_CARDBUS is not set 231 - 232 - # 233 - # PC-card bridges 234 - # 235 - # CONFIG_YENTA is not set 236 - # CONFIG_PD6729 is not set 237 - # CONFIG_I82092 is not set 238 - # CONFIG_PCMCIA_VRC4173 is not set 239 - 240 - # 241 - # PCI Hotplug Support 242 - # 241 + # CONFIG_PCCARD is not set 243 242 # CONFIG_HOTPLUG_PCI is not set 244 243 245 244 # ··· 236 267 # 237 268 # Power management options 238 269 # 239 - CONFIG_PM=y 240 - # CONFIG_PM_LEGACY is not set 241 - # CONFIG_PM_DEBUG is not set 242 - # CONFIG_PM_SYSFS_DEPRECATED is not set 270 + # CONFIG_PM is not set 243 271 244 272 # 245 273 # Networking ··· 246 280 # 247 281 # Networking options 248 282 # 249 - # CONFIG_NETDEBUG is not set 250 283 CONFIG_PACKET=y 251 284 CONFIG_PACKET_MMAP=y 252 285 CONFIG_UNIX=y ··· 278 313 # CONFIG_TCP_CONG_ADVANCED is not set 279 314 CONFIG_TCP_CONG_CUBIC=y 280 315 CONFIG_DEFAULT_TCP_CONG="cubic" 281 - CONFIG_TCP_MD5SIG=y 316 + # CONFIG_TCP_MD5SIG is not set 282 317 # CONFIG_IPV6 is not set 283 318 # CONFIG_INET6_XFRM_TUNNEL is not set 284 319 # CONFIG_INET6_TUNNEL is not set 285 320 CONFIG_NETWORK_SECMARK=y 286 321 # CONFIG_NETFILTER is not set 287 - 288 - # 289 - # DCCP Configuration (EXPERIMENTAL) 290 - # 291 322 # CONFIG_IP_DCCP is not set 292 - 293 - # 294 - # SCTP Configuration (EXPERIMENTAL) 295 - # 296 323 # CONFIG_IP_SCTP is not set 297 - 298 - # 299 - # TIPC Configuration (EXPERIMENTAL) 300 - # 324 + # CONFIG_SCTP_HMAC_NONE is not set 325 + # CONFIG_SCTP_HMAC_SHA1 is not set 326 + # CONFIG_SCTP_HMAC_MD5 is not set 301 327 # CONFIG_TIPC is not set 302 328 # CONFIG_ATM is not set 303 329 # CONFIG_BRIDGE is not set ··· 314 358 # CONFIG_HAMRADIO is not set 315 359 # CONFIG_IRDA is not set 316 360 # CONFIG_BT is not set 317 - CONFIG_IEEE80211=m 318 - # CONFIG_IEEE80211_DEBUG is not set 319 - CONFIG_IEEE80211_CRYPT_WEP=m 320 - CONFIG_IEEE80211_CRYPT_CCMP=m 321 - CONFIG_IEEE80211_CRYPT_TKIP=m 322 - CONFIG_IEEE80211_SOFTMAC=m 323 - # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set 324 - CONFIG_WIRELESS_EXT=y 361 + # CONFIG_AF_RXRPC is not set 362 + 363 + # 364 + # Wireless 365 + # 366 + # CONFIG_CFG80211 is not set 367 + # CONFIG_WIRELESS_EXT is not set 368 + # CONFIG_MAC80211 is not set 369 + # CONFIG_IEEE80211 is not set 370 + # CONFIG_RFKILL is not set 371 + # CONFIG_NET_9P is not set 325 372 326 373 # 327 374 # Device Drivers ··· 337 378 CONFIG_PREVENT_FIRMWARE_BUILD=y 338 379 CONFIG_FW_LOADER=y 339 380 # CONFIG_SYS_HYPERVISOR is not set 340 - 341 - # 342 - # Connector - unified userspace <-> kernelspace linker 343 - # 344 381 CONFIG_CONNECTOR=m 345 - 346 - # 347 - # Memory Technology Devices (MTD) 348 - # 349 382 # CONFIG_MTD is not set 350 - 351 - # 352 - # Parallel port support 353 - # 354 383 # CONFIG_PARPORT is not set 355 - 356 - # 357 - # Plug and Play support 358 - # 359 - # CONFIG_PNPACPI is not set 360 - 361 - # 362 - # Block devices 363 - # 384 + CONFIG_BLK_DEV=y 364 385 # CONFIG_BLK_CPQ_DA is not set 365 386 # CONFIG_BLK_CPQ_CISS_DA is not set 366 387 # CONFIG_BLK_DEV_DAC960 is not set ··· 351 412 # CONFIG_BLK_DEV_SX8 is not set 352 413 # CONFIG_BLK_DEV_UB is not set 353 414 # CONFIG_BLK_DEV_RAM is not set 354 - # CONFIG_BLK_DEV_INITRD is not set 355 415 # CONFIG_CDROM_PKTCDVD is not set 356 416 CONFIG_ATA_OVER_ETH=m 357 - 358 - # 359 - # Misc devices 360 - # 361 - CONFIG_SGI_IOC4=m 362 - # CONFIG_TIFM_CORE is not set 363 - 364 - # 365 - # ATA/ATAPI/MFM/RLL support 366 - # 417 + # CONFIG_MISC_DEVICES is not set 367 418 CONFIG_IDE=y 368 419 CONFIG_IDE_MAX_HWIFS=4 369 420 CONFIG_BLK_DEV_IDE=y ··· 364 435 # CONFIG_BLK_DEV_IDE_SATA is not set 365 436 CONFIG_BLK_DEV_IDEDISK=y 366 437 # CONFIG_IDEDISK_MULTI_MODE is not set 367 - CONFIG_BLK_DEV_IDECS=m 368 438 # CONFIG_BLK_DEV_IDECD is not set 369 439 # CONFIG_BLK_DEV_IDETAPE is not set 370 440 # CONFIG_BLK_DEV_IDEFLOPPY is not set 371 441 # CONFIG_IDE_TASK_IOCTL is not set 442 + CONFIG_IDE_PROC_FS=y 372 443 373 444 # 374 445 # IDE chipset support/bugfixes 375 446 # 376 447 CONFIG_IDE_GENERIC=y 377 448 # CONFIG_BLK_DEV_IDEPCI is not set 449 + # CONFIG_IDEPCI_PCIBUS_ORDER is not set 378 450 # CONFIG_IDE_ARM is not set 379 451 # CONFIG_BLK_DEV_IDEDMA is not set 380 - # CONFIG_IDEDMA_AUTO is not set 381 452 # CONFIG_BLK_DEV_HD is not set 382 453 383 454 # ··· 385 456 # 386 457 # CONFIG_RAID_ATTRS is not set 387 458 # CONFIG_SCSI is not set 459 + # CONFIG_SCSI_DMA is not set 388 460 # CONFIG_SCSI_NETLINK is not set 389 - 390 - # 391 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 392 - # 393 461 # CONFIG_ATA is not set 394 - 395 - # 396 - # Multi-device support (RAID and LVM) 397 - # 398 462 # CONFIG_MD is not set 399 463 400 464 # ··· 398 476 # 399 477 # IEEE 1394 (FireWire) support 400 478 # 479 + # CONFIG_FIREWIRE is not set 401 480 # CONFIG_IEEE1394 is not set 402 - 403 - # 404 - # I2O device support 405 - # 406 481 # CONFIG_I2O is not set 407 - 408 - # 409 - # Network device support 410 - # 411 482 CONFIG_NETDEVICES=y 483 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 412 484 # CONFIG_DUMMY is not set 413 485 # CONFIG_BONDING is not set 486 + # CONFIG_MACVLAN is not set 414 487 # CONFIG_EQUALIZER is not set 415 488 # CONFIG_TUN is not set 416 - 417 - # 418 - # ARCnet devices 419 - # 420 489 # CONFIG_ARCNET is not set 421 - 422 - # 423 - # PHY device support 424 - # 425 - 426 - # 427 - # Ethernet (10 or 100Mbit) 428 - # 429 490 # CONFIG_NET_ETHERNET is not set 430 491 CONFIG_MII=m 431 - 432 - # 433 - # Ethernet (1000 Mbit) 434 - # 435 - # CONFIG_ACENIC is not set 436 - # CONFIG_DL2K is not set 437 - # CONFIG_E1000 is not set 438 - # CONFIG_NS83820 is not set 439 - # CONFIG_HAMACHI is not set 440 - # CONFIG_YELLOWFIN is not set 441 - # CONFIG_R8169 is not set 442 - # CONFIG_SIS190 is not set 443 - # CONFIG_SKGE is not set 444 - # CONFIG_SKY2 is not set 445 - # CONFIG_SK98LIN is not set 446 - # CONFIG_TIGON3 is not set 447 - # CONFIG_BNX2 is not set 448 - CONFIG_QLA3XXX=m 449 - # CONFIG_ATL1 is not set 450 - 451 - # 452 - # Ethernet (10000 Mbit) 453 - # 454 - # CONFIG_CHELSIO_T1 is not set 455 - CONFIG_CHELSIO_T3=m 456 - # CONFIG_IXGB is not set 457 - # CONFIG_S2IO is not set 458 - # CONFIG_MYRI10GE is not set 459 - CONFIG_NETXEN_NIC=m 460 - 461 - # 462 - # Token Ring devices 463 - # 492 + # CONFIG_NETDEV_1000 is not set 493 + # CONFIG_NETDEV_10000 is not set 464 494 # CONFIG_TR is not set 465 495 466 496 # 467 - # Wireless LAN (non-hamradio) 497 + # Wireless LAN 468 498 # 469 - CONFIG_NET_RADIO=y 470 - # CONFIG_NET_WIRELESS_RTNETLINK is not set 499 + # CONFIG_WLAN_PRE80211 is not set 500 + # CONFIG_WLAN_80211 is not set 471 501 472 502 # 473 - # Obsolete Wireless cards support (pre-802.11) 503 + # USB Network Adapters 474 504 # 475 - # CONFIG_STRIP is not set 476 - # CONFIG_PCMCIA_WAVELAN is not set 477 - # CONFIG_PCMCIA_NETWAVE is not set 478 - 479 - # 480 - # Wireless 802.11 Frequency Hopping cards support 481 - # 482 - # CONFIG_PCMCIA_RAYCS is not set 483 - 484 - # 485 - # Wireless 802.11b ISA/PCI cards support 486 - # 487 - # CONFIG_IPW2100 is not set 488 - # CONFIG_IPW2200 is not set 489 - CONFIG_HERMES=m 490 - # CONFIG_PLX_HERMES is not set 491 - # CONFIG_TMD_HERMES is not set 492 - # CONFIG_NORTEL_HERMES is not set 493 - # CONFIG_PCI_HERMES is not set 494 - # CONFIG_ATMEL is not set 495 - 496 - # 497 - # Wireless 802.11b Pcmcia/Cardbus cards support 498 - # 499 - CONFIG_PCMCIA_HERMES=m 500 - # CONFIG_PCMCIA_SPECTRUM is not set 501 - # CONFIG_AIRO_CS is not set 502 - # CONFIG_PCMCIA_WL3501 is not set 503 - 504 - # 505 - # Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support 506 - # 507 - # CONFIG_PRISM54 is not set 508 - # CONFIG_USB_ZD1201 is not set 509 - # CONFIG_HOSTAP is not set 510 - # CONFIG_BCM43XX is not set 511 - # CONFIG_ZD1211RW is not set 512 - CONFIG_NET_WIRELESS=y 513 - 514 - # 515 - # PCMCIA network device support 516 - # 517 - CONFIG_NET_PCMCIA=y 518 - CONFIG_PCMCIA_3C589=m 519 - CONFIG_PCMCIA_3C574=m 520 - CONFIG_PCMCIA_FMVJ18X=m 521 - CONFIG_PCMCIA_PCNET=m 522 - CONFIG_PCMCIA_NMCLAN=m 523 - CONFIG_PCMCIA_SMC91C92=m 524 - CONFIG_PCMCIA_XIRC2PS=m 525 - CONFIG_PCMCIA_AXNET=m 526 - 527 - # 528 - # Wan interfaces 529 - # 505 + # CONFIG_USB_CATC is not set 506 + # CONFIG_USB_KAWETH is not set 507 + CONFIG_USB_PEGASUS=m 508 + # CONFIG_USB_RTL8150 is not set 509 + # CONFIG_USB_USBNET_MII is not set 510 + # CONFIG_USB_USBNET is not set 530 511 # CONFIG_WAN is not set 531 512 # CONFIG_FDDI is not set 532 513 # CONFIG_HIPPI is not set ··· 439 614 # CONFIG_NETCONSOLE is not set 440 615 # CONFIG_NETPOLL is not set 441 616 # CONFIG_NET_POLL_CONTROLLER is not set 442 - 443 - # 444 - # ISDN subsystem 445 - # 446 617 # CONFIG_ISDN is not set 447 - 448 - # 449 - # Telephony Support 450 - # 451 618 # CONFIG_PHONE is not set 452 619 453 620 # ··· 447 630 # 448 631 CONFIG_INPUT=y 449 632 # CONFIG_INPUT_FF_MEMLESS is not set 633 + # CONFIG_INPUT_POLLDEV is not set 450 634 451 635 # 452 636 # Userland interfaces 453 637 # 454 - CONFIG_INPUT_MOUSEDEV=y 455 - CONFIG_INPUT_MOUSEDEV_PSAUX=y 456 - CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 457 - CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 638 + # CONFIG_INPUT_MOUSEDEV is not set 458 639 # CONFIG_INPUT_JOYDEV is not set 459 640 # CONFIG_INPUT_TSDEV is not set 460 641 # CONFIG_INPUT_EVDEV is not set ··· 464 649 # CONFIG_INPUT_KEYBOARD is not set 465 650 # CONFIG_INPUT_MOUSE is not set 466 651 # CONFIG_INPUT_JOYSTICK is not set 652 + # CONFIG_INPUT_TABLET is not set 467 653 # CONFIG_INPUT_TOUCHSCREEN is not set 468 654 # CONFIG_INPUT_MISC is not set 469 655 470 656 # 471 657 # Hardware I/O ports 472 658 # 473 - CONFIG_SERIO=y 474 - # CONFIG_SERIO_I8042 is not set 475 - CONFIG_SERIO_SERPORT=y 476 - # CONFIG_SERIO_PCIPS2 is not set 477 - # CONFIG_SERIO_LIBPS2 is not set 478 - CONFIG_SERIO_RAW=m 659 + # CONFIG_SERIO is not set 479 660 # CONFIG_GAMEPORT is not set 480 661 481 662 # ··· 491 680 # 492 681 # Non-8250 serial port support 493 682 # 494 - # CONFIG_SERIAL_VR41XX is not set 683 + CONFIG_SERIAL_CORE=y 684 + CONFIG_SERIAL_CORE_CONSOLE=y 685 + CONFIG_SERIAL_VR41XX=y 686 + CONFIG_SERIAL_VR41XX_CONSOLE=y 495 687 # CONFIG_SERIAL_JSM is not set 496 688 CONFIG_UNIX98_PTYS=y 497 689 CONFIG_LEGACY_PTYS=y 498 690 CONFIG_LEGACY_PTY_COUNT=256 499 - 500 - # 501 - # IPMI 502 - # 503 691 # CONFIG_IPMI_HANDLER is not set 504 - 505 - # 506 - # Watchdog Cards 507 - # 508 692 # CONFIG_WATCHDOG is not set 509 693 # CONFIG_HW_RANDOM is not set 510 694 # CONFIG_RTC is not set 511 - # CONFIG_GEN_RTC is not set 512 - # CONFIG_DTLK is not set 513 695 # CONFIG_R3964 is not set 514 696 # CONFIG_APPLICOM is not set 515 697 # CONFIG_DRM is not set 516 - 517 - # 518 - # PCMCIA character devices 519 - # 520 - # CONFIG_SYNCLINK_CS is not set 521 - # CONFIG_CARDMAN_4000 is not set 522 - # CONFIG_CARDMAN_4040 is not set 523 - # CONFIG_GPIO_VR41XX is not set 698 + CONFIG_GPIO_VR41XX=y 524 699 # CONFIG_RAW_DRIVER is not set 525 - 526 - # 527 - # TPM devices 528 - # 529 700 # CONFIG_TCG_TPM is not set 530 - 531 - # 532 - # I2C support 533 - # 701 + CONFIG_DEVPORT=y 534 702 # CONFIG_I2C is not set 535 703 536 704 # ··· 517 727 # 518 728 # CONFIG_SPI is not set 519 729 # CONFIG_SPI_MASTER is not set 520 - 521 - # 522 - # Dallas's 1-wire bus 523 - # 524 730 # CONFIG_W1 is not set 731 + # CONFIG_POWER_SUPPLY is not set 732 + # CONFIG_HWMON is not set 525 733 526 734 # 527 - # Hardware Monitoring support 735 + # Multifunction device drivers 528 736 # 529 - # CONFIG_HWMON is not set 530 - # CONFIG_HWMON_VID is not set 737 + # CONFIG_MFD_SM501 is not set 531 738 532 739 # 533 740 # Multimedia devices 534 741 # 535 742 # CONFIG_VIDEO_DEV is not set 536 - 537 - # 538 - # Digital Video Broadcasting Devices 539 - # 540 - # CONFIG_DVB is not set 541 - # CONFIG_USB_DABUSB is not set 743 + # CONFIG_DVB_CORE is not set 744 + # CONFIG_DAB is not set 542 745 543 746 # 544 747 # Graphics support 545 748 # 546 - # CONFIG_FIRMWARE_EDID is not set 749 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 750 + 751 + # 752 + # Display device support 753 + # 754 + # CONFIG_DISPLAY_SUPPORT is not set 755 + # CONFIG_VGASTATE is not set 756 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 547 757 # CONFIG_FB is not set 548 758 549 759 # ··· 551 761 # 552 762 # CONFIG_VGA_CONSOLE is not set 553 763 CONFIG_DUMMY_CONSOLE=y 554 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 555 764 556 765 # 557 766 # Sound 558 767 # 559 768 # CONFIG_SOUND is not set 560 - 561 - # 562 - # HID Devices 563 - # 564 - CONFIG_HID=y 565 - # CONFIG_HID_DEBUG is not set 566 - 567 - # 568 - # USB support 569 - # 769 + # CONFIG_HID_SUPPORT is not set 770 + CONFIG_USB_SUPPORT=y 570 771 CONFIG_USB_ARCH_HAS_HCD=y 571 772 CONFIG_USB_ARCH_HAS_OHCI=y 572 773 CONFIG_USB_ARCH_HAS_EHCI=y ··· 568 787 # Miscellaneous USB options 569 788 # 570 789 CONFIG_USB_DEVICEFS=y 790 + CONFIG_USB_DEVICE_CLASS=y 571 791 # CONFIG_USB_DYNAMIC_MINORS is not set 572 - # CONFIG_USB_SUSPEND is not set 573 792 # CONFIG_USB_OTG is not set 574 793 575 794 # ··· 583 802 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 584 803 # CONFIG_USB_UHCI_HCD is not set 585 804 # CONFIG_USB_SL811_HCD is not set 805 + # CONFIG_USB_R8A66597_HCD is not set 586 806 587 807 # 588 808 # USB Device Class drivers ··· 601 819 # CONFIG_USB_LIBUSUAL is not set 602 820 603 821 # 604 - # USB Input Devices 605 - # 606 - # CONFIG_USB_HID is not set 607 - 608 - # 609 - # USB HID Boot Protocol drivers 610 - # 611 - # CONFIG_USB_KBD is not set 612 - # CONFIG_USB_MOUSE is not set 613 - # CONFIG_USB_AIPTEK is not set 614 - # CONFIG_USB_WACOM is not set 615 - # CONFIG_USB_ACECAD is not set 616 - # CONFIG_USB_KBTAB is not set 617 - # CONFIG_USB_POWERMATE is not set 618 - # CONFIG_USB_TOUCHSCREEN is not set 619 - # CONFIG_USB_YEALINK is not set 620 - # CONFIG_USB_XPAD is not set 621 - # CONFIG_USB_ATI_REMOTE is not set 622 - # CONFIG_USB_ATI_REMOTE2 is not set 623 - # CONFIG_USB_KEYSPAN_REMOTE is not set 624 - # CONFIG_USB_APPLETOUCH is not set 625 - # CONFIG_USB_GTCO is not set 626 - 627 - # 628 822 # USB Imaging devices 629 823 # 630 824 # CONFIG_USB_MDC800 is not set 631 - 632 - # 633 - # USB Network Adapters 634 - # 635 - # CONFIG_USB_CATC is not set 636 - # CONFIG_USB_KAWETH is not set 637 - CONFIG_USB_PEGASUS=m 638 - # CONFIG_USB_RTL8150 is not set 639 - # CONFIG_USB_USBNET_MII is not set 640 - # CONFIG_USB_USBNET is not set 641 825 # CONFIG_USB_MON is not set 642 826 643 827 # ··· 635 887 # CONFIG_USB_APPLEDISPLAY is not set 636 888 # CONFIG_USB_LD is not set 637 889 # CONFIG_USB_TRANCEVIBRATOR is not set 890 + # CONFIG_USB_IOWARRIOR is not set 638 891 # CONFIG_USB_TEST is not set 639 892 640 893 # ··· 646 897 # USB Gadget Support 647 898 # 648 899 # CONFIG_USB_GADGET is not set 649 - 650 - # 651 - # MMC/SD Card support 652 - # 653 900 # CONFIG_MMC is not set 654 - 655 - # 656 - # LED devices 657 - # 658 901 # CONFIG_NEW_LEDS is not set 659 - 660 - # 661 - # LED drivers 662 - # 663 - 664 - # 665 - # LED Triggers 666 - # 667 - 668 - # 669 - # InfiniBand support 670 - # 671 902 # CONFIG_INFINIBAND is not set 903 + CONFIG_RTC_LIB=y 904 + CONFIG_RTC_CLASS=y 905 + CONFIG_RTC_HCTOSYS=y 906 + CONFIG_RTC_HCTOSYS_DEVICE="rtc0" 907 + # CONFIG_RTC_DEBUG is not set 672 908 673 909 # 674 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 910 + # RTC interfaces 911 + # 912 + CONFIG_RTC_INTF_SYSFS=y 913 + CONFIG_RTC_INTF_PROC=y 914 + CONFIG_RTC_INTF_DEV=y 915 + # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set 916 + # CONFIG_RTC_DRV_TEST is not set 917 + 918 + # 919 + # SPI RTC drivers 675 920 # 676 921 677 922 # 678 - # Real Time Clock 923 + # Platform RTC drivers 679 924 # 680 - # CONFIG_RTC_CLASS is not set 925 + # CONFIG_RTC_DRV_CMOS is not set 926 + # CONFIG_RTC_DRV_DS1553 is not set 927 + # CONFIG_RTC_DRV_STK17TA8 is not set 928 + # CONFIG_RTC_DRV_DS1742 is not set 929 + # CONFIG_RTC_DRV_M48T86 is not set 930 + # CONFIG_RTC_DRV_M48T59 is not set 931 + # CONFIG_RTC_DRV_V3020 is not set 932 + 933 + # 934 + # on-CPU RTC drivers 935 + # 936 + CONFIG_RTC_DRV_VR41XX=y 681 937 682 938 # 683 939 # DMA Engine support ··· 698 944 # 699 945 700 946 # 701 - # Auxiliary Display support 947 + # Userspace I/O 702 948 # 703 - 704 - # 705 - # Virtualization 706 - # 949 + # CONFIG_UIO is not set 707 950 708 951 # 709 952 # File systems ··· 724 973 CONFIG_DNOTIFY=y 725 974 CONFIG_AUTOFS_FS=y 726 975 CONFIG_AUTOFS4_FS=y 727 - CONFIG_FUSE_FS=m 976 + # CONFIG_FUSE_FS is not set 728 977 729 978 # 730 979 # CD-ROM/DVD Filesystems ··· 756 1005 # 757 1006 # CONFIG_ADFS_FS is not set 758 1007 # CONFIG_AFFS_FS is not set 759 - # CONFIG_ECRYPT_FS is not set 760 1008 # CONFIG_HFS_FS is not set 761 1009 # CONFIG_HFSPLUS_FS is not set 762 1010 # CONFIG_BEFS_FS is not set ··· 779 1029 CONFIG_LOCKD=y 780 1030 CONFIG_NFS_COMMON=y 781 1031 CONFIG_SUNRPC=y 1032 + # CONFIG_SUNRPC_BIND34 is not set 782 1033 # CONFIG_RPCSEC_GSS_KRB5 is not set 783 1034 # CONFIG_RPCSEC_GSS_SPKM3 is not set 784 1035 # CONFIG_SMB_FS is not set ··· 787 1036 # CONFIG_NCP_FS is not set 788 1037 # CONFIG_CODA_FS is not set 789 1038 # CONFIG_AFS_FS is not set 790 - # CONFIG_9P_FS is not set 791 1039 792 1040 # 793 1041 # Partition Types ··· 802 1052 # 803 1053 # Distributed Lock Manager 804 1054 # 805 - CONFIG_DLM=m 806 - CONFIG_DLM_TCP=y 807 - # CONFIG_DLM_SCTP is not set 808 - # CONFIG_DLM_DEBUG is not set 1055 + # CONFIG_DLM is not set 809 1056 810 1057 # 811 1058 # Profiling support ··· 820 1073 # CONFIG_DEBUG_FS is not set 821 1074 # CONFIG_HEADERS_CHECK is not set 822 1075 # CONFIG_DEBUG_KERNEL is not set 823 - CONFIG_LOG_BUF_SHIFT=14 824 1076 CONFIG_CROSSCOMPILE=y 825 1077 CONFIG_CMDLINE="mem=32M console=ttyVR0,19200 ide0=0x170,0x376,73" 826 1078 827 1079 # 828 1080 # Security options 829 1081 # 830 - CONFIG_KEYS=y 831 - CONFIG_KEYS_DEBUG_PROC_KEYS=y 1082 + # CONFIG_KEYS is not set 832 1083 # CONFIG_SECURITY is not set 833 - 834 - # 835 - # Cryptographic options 836 - # 837 - CONFIG_CRYPTO=y 838 - CONFIG_CRYPTO_ALGAPI=y 839 - CONFIG_CRYPTO_BLKCIPHER=m 840 - CONFIG_CRYPTO_HASH=y 841 - CONFIG_CRYPTO_MANAGER=y 842 - CONFIG_CRYPTO_HMAC=y 843 - CONFIG_CRYPTO_XCBC=m 844 - CONFIG_CRYPTO_NULL=m 845 - CONFIG_CRYPTO_MD4=m 846 - CONFIG_CRYPTO_MD5=y 847 - CONFIG_CRYPTO_SHA1=m 848 - CONFIG_CRYPTO_SHA256=m 849 - CONFIG_CRYPTO_SHA512=m 850 - CONFIG_CRYPTO_WP512=m 851 - CONFIG_CRYPTO_TGR192=m 852 - CONFIG_CRYPTO_GF128MUL=m 853 - CONFIG_CRYPTO_ECB=m 854 - CONFIG_CRYPTO_CBC=m 855 - CONFIG_CRYPTO_PCBC=m 856 - CONFIG_CRYPTO_LRW=m 857 - CONFIG_CRYPTO_DES=m 858 - CONFIG_CRYPTO_FCRYPT=m 859 - CONFIG_CRYPTO_BLOWFISH=m 860 - CONFIG_CRYPTO_TWOFISH=m 861 - CONFIG_CRYPTO_TWOFISH_COMMON=m 862 - CONFIG_CRYPTO_SERPENT=m 863 - CONFIG_CRYPTO_AES=m 864 - CONFIG_CRYPTO_CAST5=m 865 - CONFIG_CRYPTO_CAST6=m 866 - CONFIG_CRYPTO_TEA=m 867 - CONFIG_CRYPTO_ARC4=m 868 - CONFIG_CRYPTO_KHAZAD=m 869 - CONFIG_CRYPTO_ANUBIS=m 870 - CONFIG_CRYPTO_DEFLATE=m 871 - CONFIG_CRYPTO_MICHAEL_MIC=m 872 - CONFIG_CRYPTO_CRC32C=m 873 - CONFIG_CRYPTO_CAMELLIA=m 874 - # CONFIG_CRYPTO_TEST is not set 875 - 876 - # 877 - # Hardware crypto devices 878 - # 1084 + # CONFIG_CRYPTO is not set 879 1085 880 1086 # 881 1087 # Library routines 882 1088 # 883 - CONFIG_BITREVERSE=y 884 1089 # CONFIG_CRC_CCITT is not set 885 - CONFIG_CRC16=m 886 - CONFIG_CRC32=y 887 - CONFIG_LIBCRC32C=m 888 - CONFIG_ZLIB_INFLATE=m 889 - CONFIG_ZLIB_DEFLATE=m 1090 + # CONFIG_CRC16 is not set 1091 + # CONFIG_CRC_ITU_T is not set 1092 + # CONFIG_CRC32 is not set 1093 + # CONFIG_CRC7 is not set 1094 + # CONFIG_LIBCRC32C is not set 890 1095 CONFIG_PLIST=y 891 1096 CONFIG_HAS_IOMEM=y 892 1097 CONFIG_HAS_IOPORT=y 1098 + CONFIG_HAS_DMA=y
+51 -289
arch/mips/configs/rbhma4200_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21 4 - # Wed May 9 23:44:19 2007 3 + # Linux kernel version: 2.6.23-rc1 4 + # Thu Aug 2 22:55:57 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 10 # 11 - # CONFIG_MIPS_MTX1 is not set 12 - # CONFIG_MIPS_BOSPORUS is not set 13 - # CONFIG_MIPS_PB1000 is not set 14 - # CONFIG_MIPS_PB1100 is not set 15 - # CONFIG_MIPS_PB1500 is not set 16 - # CONFIG_MIPS_PB1550 is not set 17 - # CONFIG_MIPS_PB1200 is not set 18 - # CONFIG_MIPS_DB1000 is not set 19 - # CONFIG_MIPS_DB1100 is not set 20 - # CONFIG_MIPS_DB1500 is not set 21 - # CONFIG_MIPS_DB1550 is not set 22 - # CONFIG_MIPS_DB1200 is not set 23 - # CONFIG_MIPS_MIRAGE is not set 11 + # CONFIG_MACH_ALCHEMY is not set 24 12 # CONFIG_BASLER_EXCITE is not set 25 13 # CONFIG_MIPS_COBALT is not set 26 14 # CONFIG_MACH_DECSTATION is not set 27 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 28 17 # CONFIG_MIPS_ATLAS is not set 29 18 # CONFIG_MIPS_MALTA is not set 30 19 # CONFIG_MIPS_SEAD is not set 31 - # CONFIG_WR_PPMC is not set 32 20 # CONFIG_MIPS_SIM is not set 33 - # CONFIG_MIPS_XXS1500 is not set 21 + # CONFIG_MARKEINS is not set 22 + # CONFIG_MACH_VR41XX is not set 34 23 # CONFIG_PNX8550_JBS is not set 35 24 # CONFIG_PNX8550_STB810 is not set 36 - # CONFIG_MACH_VR41XX is not set 25 + # CONFIG_PMC_MSP is not set 37 26 # CONFIG_PMC_YOSEMITE is not set 38 27 # CONFIG_QEMU is not set 39 - # CONFIG_MARKEINS is not set 40 28 # CONFIG_SGI_IP22 is not set 41 29 # CONFIG_SGI_IP27 is not set 42 30 # CONFIG_SGI_IP32 is not set 43 - # CONFIG_SIBYTE_BIGSUR is not set 44 - # CONFIG_SIBYTE_SWARM is not set 45 - # CONFIG_SIBYTE_SENTOSA is not set 46 - # CONFIG_SIBYTE_RHONE is not set 47 - # CONFIG_SIBYTE_CARMEL is not set 48 - # CONFIG_SIBYTE_PTSWARM is not set 49 - # CONFIG_SIBYTE_LITTLESUR is not set 50 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 51 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 52 40 # CONFIG_SNI_RM is not set 53 41 # CONFIG_TOSHIBA_JMR3927 is not set 54 42 CONFIG_TOSHIBA_RBTX4927=y 55 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 56 45 # CONFIG_TOSHIBA_FPCIB0 is not set 57 46 CONFIG_RWSEM_GENERIC_SPINLOCK=y 58 47 # CONFIG_ARCH_HAS_ILOG2_U32 is not set ··· 54 65 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 55 66 CONFIG_DMA_NONCOHERENT=y 56 67 CONFIG_DMA_NEED_PCI_MAP_STATE=y 57 - CONFIG_I8259=y 68 + # CONFIG_NO_IOPORT is not set 58 69 CONFIG_CPU_BIG_ENDIAN=y 59 70 # CONFIG_CPU_LITTLE_ENDIAN is not set 60 71 CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y 61 72 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y 73 + CONFIG_IRQ_CPU=y 74 + CONFIG_IRQ_TXX9=y 62 75 CONFIG_SWAP_IO_SPACE=y 63 76 CONFIG_MIPS_L1_CACHE_SHIFT=5 64 77 65 78 # 66 79 # CPU selection 67 80 # 81 + # CONFIG_CPU_LOONGSON2 is not set 68 82 # CONFIG_CPU_MIPS32_R1 is not set 69 83 # CONFIG_CPU_MIPS32_R2 is not set 70 84 # CONFIG_CPU_MIPS64_R1 is not set ··· 106 114 CONFIG_MIPS_MT_DISABLED=y 107 115 # CONFIG_MIPS_MT_SMP is not set 108 116 # CONFIG_MIPS_MT_SMTC is not set 109 - # CONFIG_MIPS_VPE_LOADER is not set 110 117 CONFIG_CPU_HAS_LLSC=y 111 118 CONFIG_CPU_HAS_SYNC=y 112 119 CONFIG_GENERIC_HARDIRQS=y 113 120 CONFIG_GENERIC_IRQ_PROBE=y 114 121 CONFIG_ARCH_FLATMEM_ENABLE=y 115 - CONFIG_SELECT_MEMORY_MODEL=y 116 - CONFIG_FLATMEM_MANUAL=y 117 - # CONFIG_DISCONTIGMEM_MANUAL is not set 118 - # CONFIG_SPARSEMEM_MANUAL is not set 119 122 CONFIG_FLATMEM=y 120 123 CONFIG_FLAT_NODE_MEM_MAP=y 121 124 # CONFIG_SPARSEMEM_STATIC is not set 122 125 CONFIG_SPLIT_PTLOCK_CPUS=4 123 126 # CONFIG_RESOURCES_64BIT is not set 124 127 CONFIG_ZONE_DMA_FLAG=0 128 + CONFIG_VIRT_TO_BUS=y 125 129 # CONFIG_HZ_48 is not set 126 130 # CONFIG_HZ_100 is not set 127 131 # CONFIG_HZ_128 is not set ··· 130 142 CONFIG_PREEMPT_NONE=y 131 143 # CONFIG_PREEMPT_VOLUNTARY is not set 132 144 # CONFIG_PREEMPT is not set 133 - # CONFIG_KEXEC is not set 145 + # CONFIG_SECCOMP is not set 134 146 CONFIG_LOCKDEP_SUPPORT=y 135 147 CONFIG_STACKTRACE_SUPPORT=y 136 148 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 137 149 138 150 # 139 - # Code maturity level options 140 - # 141 - CONFIG_EXPERIMENTAL=y 142 - CONFIG_BROKEN_ON_SMP=y 143 - CONFIG_INIT_ENV_ARG_LIMIT=32 144 - 145 - # 146 151 # General setup 147 152 # 153 + # CONFIG_EXPERIMENTAL is not set 154 + CONFIG_BROKEN_ON_SMP=y 155 + CONFIG_INIT_ENV_ARG_LIMIT=32 148 156 CONFIG_LOCALVERSION="" 149 157 CONFIG_LOCALVERSION_AUTO=y 150 158 CONFIG_SWAP=y 151 159 CONFIG_SYSVIPC=y 152 - # CONFIG_IPC_NS is not set 153 160 CONFIG_SYSVIPC_SYSCTL=y 154 - # CONFIG_POSIX_MQUEUE is not set 155 161 # CONFIG_BSD_PROCESS_ACCT is not set 156 162 # CONFIG_TASKSTATS is not set 157 - # CONFIG_UTS_NS is not set 158 163 # CONFIG_AUDIT is not set 159 164 CONFIG_IKCONFIG=y 160 165 CONFIG_IKCONFIG_PROC=y ··· 156 175 # CONFIG_RELAY is not set 157 176 CONFIG_BLK_DEV_INITRD=y 158 177 CONFIG_INITRAMFS_SOURCE="" 159 - CONFIG_CC_OPTIMIZE_FOR_SIZE=y 160 178 CONFIG_SYSCTL=y 161 179 CONFIG_EMBEDDED=y 162 180 CONFIG_SYSCTL_SYSCALL=y ··· 167 187 CONFIG_ELF_CORE=y 168 188 CONFIG_BASE_FULL=y 169 189 # CONFIG_FUTEX is not set 190 + CONFIG_ANON_INODES=y 170 191 # CONFIG_EPOLL is not set 192 + CONFIG_SIGNALFD=y 193 + CONFIG_TIMERFD=y 194 + CONFIG_EVENTFD=y 171 195 CONFIG_SHMEM=y 172 196 CONFIG_VM_EVENT_COUNTERS=y 173 197 CONFIG_SLAB=y ··· 179 195 # CONFIG_SLOB is not set 180 196 # CONFIG_TINY_SHMEM is not set 181 197 CONFIG_BASE_SMALL=0 182 - 183 - # 184 - # Loadable module support 185 - # 186 198 CONFIG_MODULES=y 187 199 # CONFIG_MODULE_UNLOAD is not set 188 200 # CONFIG_MODVERSIONS is not set 189 201 # CONFIG_MODULE_SRCVERSION_ALL is not set 190 202 CONFIG_KMOD=y 191 - 192 - # 193 - # Block layer 194 - # 195 203 CONFIG_BLOCK=y 196 204 # CONFIG_LBD is not set 197 205 # CONFIG_BLK_DEV_IO_TRACE is not set ··· 249 273 # CONFIG_NET_IPIP is not set 250 274 # CONFIG_NET_IPGRE is not set 251 275 # CONFIG_IP_MROUTE is not set 252 - # CONFIG_ARPD is not set 253 276 # CONFIG_SYN_COOKIES is not set 254 277 # CONFIG_INET_AH is not set 255 278 # CONFIG_INET_ESP is not set ··· 263 288 # CONFIG_TCP_CONG_ADVANCED is not set 264 289 CONFIG_TCP_CONG_CUBIC=y 265 290 CONFIG_DEFAULT_TCP_CONG="cubic" 266 - # CONFIG_TCP_MD5SIG is not set 267 291 # CONFIG_IPV6 is not set 268 292 # CONFIG_INET6_XFRM_TUNNEL is not set 269 293 # CONFIG_INET6_TUNNEL is not set 270 294 # CONFIG_NETWORK_SECMARK is not set 271 295 # CONFIG_NETFILTER is not set 272 - 273 - # 274 - # DCCP Configuration (EXPERIMENTAL) 275 - # 276 - # CONFIG_IP_DCCP is not set 277 - 278 - # 279 - # SCTP Configuration (EXPERIMENTAL) 280 - # 281 - # CONFIG_IP_SCTP is not set 282 - 283 - # 284 - # TIPC Configuration (EXPERIMENTAL) 285 - # 286 - # CONFIG_TIPC is not set 287 - # CONFIG_ATM is not set 288 296 # CONFIG_BRIDGE is not set 289 297 # CONFIG_VLAN_8021Q is not set 290 298 # CONFIG_DECNET is not set 291 299 # CONFIG_LLC2 is not set 292 300 # CONFIG_IPX is not set 293 301 # CONFIG_ATALK is not set 294 - # CONFIG_X25 is not set 295 - # CONFIG_LAPB is not set 296 - # CONFIG_ECONET is not set 297 - # CONFIG_WAN_ROUTER is not set 298 302 299 303 # 300 304 # QoS and/or fair queueing ··· 287 333 # CONFIG_HAMRADIO is not set 288 334 # CONFIG_IRDA is not set 289 335 # CONFIG_BT is not set 290 - # CONFIG_AF_RXRPC is not set 291 336 292 337 # 293 338 # Wireless 294 339 # 295 340 # CONFIG_CFG80211 is not set 296 341 # CONFIG_WIRELESS_EXT is not set 297 - # CONFIG_MAC80211 is not set 298 342 # CONFIG_IEEE80211 is not set 299 343 # CONFIG_RFKILL is not set 300 344 ··· 306 354 CONFIG_STANDALONE=y 307 355 CONFIG_PREVENT_FIRMWARE_BUILD=y 308 356 # CONFIG_SYS_HYPERVISOR is not set 309 - 310 - # 311 - # Connector - unified userspace <-> kernelspace linker 312 - # 313 357 # CONFIG_CONNECTOR is not set 314 358 # CONFIG_MTD is not set 315 - 316 - # 317 - # Parallel port support 318 - # 319 359 # CONFIG_PARPORT is not set 320 - 321 - # 322 - # Plug and Play support 323 - # 324 - # CONFIG_PNPACPI is not set 325 - 326 - # 327 - # Block devices 328 - # 360 + CONFIG_BLK_DEV=y 329 361 # CONFIG_BLK_CPQ_DA is not set 330 362 # CONFIG_BLK_CPQ_CISS_DA is not set 331 363 # CONFIG_BLK_DEV_DAC960 is not set 332 - # CONFIG_BLK_DEV_UMEM is not set 333 364 # CONFIG_BLK_DEV_COW_COMMON is not set 334 365 CONFIG_BLK_DEV_LOOP=y 335 366 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 324 389 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 325 390 # CONFIG_CDROM_PKTCDVD is not set 326 391 # CONFIG_ATA_OVER_ETH is not set 327 - 328 - # 329 - # Misc devices 330 - # 331 - # CONFIG_PHANTOM is not set 332 - # CONFIG_SGI_IOC4 is not set 333 - # CONFIG_TIFM_CORE is not set 334 - # CONFIG_BLINK is not set 335 - 336 - # 337 - # ATA/ATAPI/MFM/RLL support 338 - # 392 + # CONFIG_MISC_DEVICES is not set 339 393 # CONFIG_IDE is not set 340 394 341 395 # ··· 332 408 # 333 409 # CONFIG_RAID_ATTRS is not set 334 410 # CONFIG_SCSI is not set 411 + # CONFIG_SCSI_DMA is not set 335 412 # CONFIG_SCSI_NETLINK is not set 336 - 337 - # 338 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 339 - # 340 413 # CONFIG_ATA is not set 341 - 342 - # 343 - # Multi-device support (RAID and LVM) 344 - # 345 414 # CONFIG_MD is not set 346 415 347 416 # ··· 345 428 # 346 429 # IEEE 1394 (FireWire) support 347 430 # 431 + 432 + # 433 + # An alternative FireWire stack is available with EXPERIMENTAL=y 434 + # 348 435 # CONFIG_IEEE1394 is not set 349 - 350 - # 351 - # I2O device support 352 - # 353 436 # CONFIG_I2O is not set 354 - 355 - # 356 - # Network device support 357 - # 358 437 CONFIG_NETDEVICES=y 438 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 359 439 # CONFIG_DUMMY is not set 360 440 # CONFIG_BONDING is not set 361 441 # CONFIG_EQUALIZER is not set 362 442 # CONFIG_TUN is not set 363 - 364 - # 365 - # ARCnet devices 366 - # 367 443 # CONFIG_ARCNET is not set 368 - 369 - # 370 - # PHY device support 371 - # 372 444 # CONFIG_PHYLIB is not set 373 - 374 - # 375 - # Ethernet (10 or 100Mbit) 376 - # 377 445 CONFIG_NET_ETHERNET=y 378 446 # CONFIG_MII is not set 447 + # CONFIG_AX88796 is not set 379 448 # CONFIG_HAPPYMEAL is not set 380 449 # CONFIG_SUNGEM is not set 381 450 # CONFIG_CASSINI is not set 382 451 # CONFIG_NET_VENDOR_3COM is not set 383 452 # CONFIG_DM9000 is not set 384 - 385 - # 386 - # Tulip family network device support 387 - # 388 453 # CONFIG_NET_TULIP is not set 389 454 # CONFIG_HP100 is not set 390 455 CONFIG_NE2000=y 391 456 # CONFIG_NET_PCI is not set 392 - 393 - # 394 - # Ethernet (1000 Mbit) 395 - # 396 - # CONFIG_ACENIC is not set 397 - # CONFIG_DL2K is not set 398 - # CONFIG_E1000 is not set 399 - # CONFIG_NS83820 is not set 400 - # CONFIG_HAMACHI is not set 401 - # CONFIG_YELLOWFIN is not set 402 - # CONFIG_R8169 is not set 403 - # CONFIG_SIS190 is not set 404 - # CONFIG_SKGE is not set 405 - # CONFIG_SKY2 is not set 406 - # CONFIG_SK98LIN is not set 407 - # CONFIG_TIGON3 is not set 408 - # CONFIG_BNX2 is not set 409 - # CONFIG_QLA3XXX is not set 410 - # CONFIG_ATL1 is not set 411 - 412 - # 413 - # Ethernet (10000 Mbit) 414 - # 415 - # CONFIG_CHELSIO_T1 is not set 416 - # CONFIG_CHELSIO_T3 is not set 417 - # CONFIG_IXGB is not set 418 - # CONFIG_S2IO is not set 419 - # CONFIG_MYRI10GE is not set 420 - # CONFIG_NETXEN_NIC is not set 421 - 422 - # 423 - # Token Ring devices 424 - # 457 + # CONFIG_NETDEV_1000 is not set 458 + # CONFIG_NETDEV_10000 is not set 425 459 # CONFIG_TR is not set 426 460 427 461 # ··· 380 512 # 381 513 # CONFIG_WLAN_PRE80211 is not set 382 514 # CONFIG_WLAN_80211 is not set 383 - 384 - # 385 - # Wan interfaces 386 - # 387 515 # CONFIG_WAN is not set 388 516 # CONFIG_FDDI is not set 389 - # CONFIG_HIPPI is not set 390 517 # CONFIG_PPP is not set 391 518 # CONFIG_SLIP is not set 392 - # CONFIG_SHAPER is not set 393 - # CONFIG_NETCONSOLE is not set 394 519 # CONFIG_NETPOLL is not set 395 520 # CONFIG_NET_POLL_CONTROLLER is not set 396 - 397 - # 398 - # ISDN subsystem 399 - # 400 521 # CONFIG_ISDN is not set 401 - 402 - # 403 - # Telephony Support 404 - # 405 522 # CONFIG_PHONE is not set 406 523 407 524 # ··· 430 577 CONFIG_UNIX98_PTYS=y 431 578 CONFIG_LEGACY_PTYS=y 432 579 CONFIG_LEGACY_PTY_COUNT=256 433 - 434 - # 435 - # IPMI 436 - # 437 580 # CONFIG_IPMI_HANDLER is not set 438 - 439 - # 440 - # Watchdog Cards 441 - # 442 581 # CONFIG_WATCHDOG is not set 443 582 # CONFIG_HW_RANDOM is not set 444 583 # CONFIG_RTC is not set 445 - # CONFIG_GEN_RTC is not set 446 - # CONFIG_DTLK is not set 447 584 # CONFIG_R3964 is not set 448 585 # CONFIG_APPLICOM is not set 449 586 # CONFIG_DRM is not set 450 587 # CONFIG_RAW_DRIVER is not set 451 - 452 - # 453 - # TPM devices 454 - # 455 - # CONFIG_TCG_TPM is not set 456 588 CONFIG_DEVPORT=y 457 589 # CONFIG_I2C is not set 458 590 ··· 446 608 # 447 609 # CONFIG_SPI is not set 448 610 # CONFIG_SPI_MASTER is not set 449 - 450 - # 451 - # Dallas's 1-wire bus 452 - # 453 611 # CONFIG_W1 is not set 612 + # CONFIG_POWER_SUPPLY is not set 454 613 # CONFIG_HWMON is not set 455 614 456 615 # ··· 459 624 # Multimedia devices 460 625 # 461 626 # CONFIG_VIDEO_DEV is not set 462 - 463 - # 464 - # Digital Video Broadcasting Devices 465 - # 466 - # CONFIG_DVB is not set 627 + # CONFIG_DVB_CORE is not set 628 + # CONFIG_DAB is not set 467 629 468 630 # 469 631 # Graphics support ··· 472 640 # 473 641 # CONFIG_DISPLAY_SUPPORT is not set 474 642 # CONFIG_VGASTATE is not set 643 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 475 644 # CONFIG_FB is not set 476 645 477 646 # 478 647 # Sound 479 648 # 480 649 # CONFIG_SOUND is not set 481 - 482 - # 483 - # USB support 484 - # 485 - CONFIG_USB_ARCH_HAS_HCD=y 486 - CONFIG_USB_ARCH_HAS_OHCI=y 487 - CONFIG_USB_ARCH_HAS_EHCI=y 488 - # CONFIG_USB is not set 489 - 490 - # 491 - # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 492 - # 493 - 494 - # 495 - # USB Gadget Support 496 - # 497 - # CONFIG_USB_GADGET is not set 650 + # CONFIG_USB_SUPPORT is not set 498 651 # CONFIG_MMC is not set 499 - 500 - # 501 - # LED devices 502 - # 503 652 # CONFIG_NEW_LEDS is not set 504 - 505 - # 506 - # LED drivers 507 - # 508 - 509 - # 510 - # LED Triggers 511 - # 512 - 513 - # 514 - # InfiniBand support 515 - # 516 653 # CONFIG_INFINIBAND is not set 517 - 518 - # 519 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 520 - # 521 - 522 - # 523 - # Real Time Clock 524 - # 525 654 CONFIG_RTC_LIB=y 526 655 CONFIG_RTC_CLASS=y 527 656 CONFIG_RTC_HCTOSYS=y ··· 499 706 # CONFIG_RTC_DRV_TEST is not set 500 707 501 708 # 502 - # I2C RTC drivers 503 - # 504 - 505 - # 506 709 # SPI RTC drivers 507 710 # 508 711 509 712 # 510 713 # Platform RTC drivers 511 714 # 715 + # CONFIG_RTC_DRV_CMOS is not set 512 716 # CONFIG_RTC_DRV_DS1553 is not set 717 + # CONFIG_RTC_DRV_STK17TA8 is not set 513 718 CONFIG_RTC_DRV_DS1742=y 514 719 # CONFIG_RTC_DRV_M48T86 is not set 720 + # CONFIG_RTC_DRV_M48T59 is not set 515 721 # CONFIG_RTC_DRV_V3020 is not set 516 722 517 723 # ··· 531 739 # 532 740 533 741 # 534 - # Auxiliary Display support 742 + # Userspace I/O 535 743 # 536 - 537 - # 538 - # Virtualization 539 - # 744 + # CONFIG_UIO is not set 540 745 541 746 # 542 747 # File systems 543 748 # 544 749 # CONFIG_EXT2_FS is not set 545 750 # CONFIG_EXT3_FS is not set 546 - # CONFIG_EXT4DEV_FS is not set 547 751 # CONFIG_REISERFS_FS is not set 548 752 # CONFIG_JFS_FS is not set 549 753 CONFIG_FS_POSIX_ACL=y 550 754 # CONFIG_XFS_FS is not set 551 - # CONFIG_GFS2_FS is not set 552 755 # CONFIG_OCFS2_FS is not set 553 756 # CONFIG_MINIX_FS is not set 554 757 # CONFIG_ROMFS_FS is not set ··· 580 793 CONFIG_TMPFS_POSIX_ACL=y 581 794 # CONFIG_HUGETLB_PAGE is not set 582 795 CONFIG_RAMFS=y 583 - # CONFIG_CONFIGFS_FS is not set 584 796 585 797 # 586 798 # Miscellaneous filesystems 587 799 # 588 - # CONFIG_ADFS_FS is not set 589 - # CONFIG_AFFS_FS is not set 590 - # CONFIG_HFS_FS is not set 591 800 # CONFIG_HFSPLUS_FS is not set 592 - # CONFIG_BEFS_FS is not set 593 - # CONFIG_BFS_FS is not set 594 - # CONFIG_EFS_FS is not set 595 801 # CONFIG_CRAMFS is not set 596 802 # CONFIG_VXFS_FS is not set 597 803 # CONFIG_HPFS_FS is not set ··· 598 818 CONFIG_NFS_FS=y 599 819 CONFIG_NFS_V3=y 600 820 # CONFIG_NFS_V3_ACL is not set 601 - # CONFIG_NFS_V4 is not set 602 821 # CONFIG_NFS_DIRECTIO is not set 603 822 # CONFIG_NFSD is not set 604 823 CONFIG_ROOT_NFS=y ··· 605 826 CONFIG_LOCKD_V4=y 606 827 CONFIG_NFS_COMMON=y 607 828 CONFIG_SUNRPC=y 608 - # CONFIG_SUNRPC_BIND34 is not set 609 - # CONFIG_RPCSEC_GSS_KRB5 is not set 610 - # CONFIG_RPCSEC_GSS_SPKM3 is not set 611 829 # CONFIG_SMB_FS is not set 612 830 # CONFIG_CIFS is not set 613 831 # CONFIG_NCP_FS is not set 614 832 # CONFIG_CODA_FS is not set 615 - # CONFIG_AFS_FS is not set 616 - # CONFIG_9P_FS is not set 617 833 618 834 # 619 835 # Partition Types ··· 620 846 # Native Language Support 621 847 # 622 848 # CONFIG_NLS is not set 623 - 624 - # 625 - # Distributed Lock Manager 626 - # 627 - # CONFIG_DLM is not set 628 - 629 - # 630 - # Profiling support 631 - # 632 - # CONFIG_PROFILING is not set 633 849 634 850 # 635 851 # Kernel hacking ··· 641 877 # 642 878 # CONFIG_KEYS is not set 643 879 # CONFIG_SECURITY is not set 644 - 645 - # 646 - # Cryptographic options 647 - # 648 880 # CONFIG_CRYPTO is not set 649 881 650 882 # ··· 649 889 CONFIG_BITREVERSE=y 650 890 # CONFIG_CRC_CCITT is not set 651 891 # CONFIG_CRC16 is not set 892 + # CONFIG_CRC_ITU_T is not set 652 893 CONFIG_CRC32=y 894 + # CONFIG_CRC7 is not set 653 895 # CONFIG_LIBCRC32C is not set 654 896 CONFIG_HAS_IOMEM=y 655 897 CONFIG_HAS_IOPORT=y
+42 -205
arch/mips/configs/rbhma4500_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.22-rc5 4 - # Fri Jun 22 21:39:45 2007 3 + # Linux kernel version: 2.6.23-rc1 4 + # Thu Aug 2 22:59:53 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 10 # 11 - CONFIG_ZONE_DMA=y 12 - # CONFIG_LEMOTE_FULONG is not set 13 11 # CONFIG_MACH_ALCHEMY is not set 14 12 # CONFIG_BASLER_EXCITE is not set 15 13 # CONFIG_MIPS_COBALT is not set 16 14 # CONFIG_MACH_DECSTATION is not set 17 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 18 17 # CONFIG_MIPS_ATLAS is not set 19 18 # CONFIG_MIPS_MALTA is not set 20 19 # CONFIG_MIPS_SEAD is not set 21 - # CONFIG_WR_PPMC is not set 22 20 # CONFIG_MIPS_SIM is not set 21 + # CONFIG_MARKEINS is not set 22 + # CONFIG_MACH_VR41XX is not set 23 23 # CONFIG_PNX8550_JBS is not set 24 24 # CONFIG_PNX8550_STB810 is not set 25 - # CONFIG_MACH_VR41XX is not set 26 25 # CONFIG_PMC_MSP is not set 27 26 # CONFIG_PMC_YOSEMITE is not set 28 27 # CONFIG_QEMU is not set 29 - # CONFIG_MARKEINS is not set 30 28 # CONFIG_SGI_IP22 is not set 31 29 # CONFIG_SGI_IP27 is not set 32 30 # CONFIG_SGI_IP32 is not set 33 - # CONFIG_SIBYTE_BIGSUR is not set 34 - # CONFIG_SIBYTE_SWARM is not set 35 - # CONFIG_SIBYTE_SENTOSA is not set 36 - # CONFIG_SIBYTE_RHONE is not set 37 - # CONFIG_SIBYTE_CARMEL is not set 38 - # CONFIG_SIBYTE_PTSWARM is not set 39 - # CONFIG_SIBYTE_LITTLESUR is not set 40 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 41 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 42 40 # CONFIG_SNI_RM is not set 43 41 # CONFIG_TOSHIBA_JMR3927 is not set 44 42 # CONFIG_TOSHIBA_RBTX4927 is not set 45 43 CONFIG_TOSHIBA_RBTX4938=y 44 + # CONFIG_WR_PPMC is not set 46 45 47 46 # 48 47 # Multiplex Pin Select ··· 60 61 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 61 62 CONFIG_DMA_NONCOHERENT=y 62 63 CONFIG_DMA_NEED_PCI_MAP_STATE=y 63 - CONFIG_GENERIC_ISA_DMA=y 64 - CONFIG_I8259=y 65 64 # CONFIG_NO_IOPORT is not set 66 65 CONFIG_GENERIC_GPIO=y 67 66 # CONFIG_CPU_BIG_ENDIAN is not set 68 67 CONFIG_CPU_LITTLE_ENDIAN=y 69 68 CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y 70 69 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y 70 + CONFIG_IRQ_CPU=y 71 + CONFIG_IRQ_TXX9=y 71 72 CONFIG_SWAP_IO_SPACE=y 72 73 CONFIG_MIPS_L1_CACHE_SHIFT=5 73 - CONFIG_HAVE_STD_PC_SERIAL_PORT=y 74 74 75 75 # 76 76 # CPU selection ··· 112 114 CONFIG_MIPS_MT_DISABLED=y 113 115 # CONFIG_MIPS_MT_SMP is not set 114 116 # CONFIG_MIPS_MT_SMTC is not set 115 - # CONFIG_MIPS_VPE_LOADER is not set 116 117 CONFIG_CPU_HAS_LLSC=y 117 118 CONFIG_CPU_HAS_SYNC=y 118 119 CONFIG_GENERIC_HARDIRQS=y 119 120 CONFIG_GENERIC_IRQ_PROBE=y 120 121 CONFIG_ARCH_FLATMEM_ENABLE=y 121 - CONFIG_SELECT_MEMORY_MODEL=y 122 - CONFIG_FLATMEM_MANUAL=y 123 - # CONFIG_DISCONTIGMEM_MANUAL is not set 124 - # CONFIG_SPARSEMEM_MANUAL is not set 125 122 CONFIG_FLATMEM=y 126 123 CONFIG_FLAT_NODE_MEM_MAP=y 127 124 # CONFIG_SPARSEMEM_STATIC is not set 128 125 CONFIG_SPLIT_PTLOCK_CPUS=4 129 126 # CONFIG_RESOURCES_64BIT is not set 130 - CONFIG_ZONE_DMA_FLAG=1 127 + CONFIG_ZONE_DMA_FLAG=0 128 + CONFIG_VIRT_TO_BUS=y 131 129 # CONFIG_HZ_48 is not set 132 130 # CONFIG_HZ_100 is not set 133 131 # CONFIG_HZ_128 is not set ··· 136 142 CONFIG_PREEMPT_NONE=y 137 143 # CONFIG_PREEMPT_VOLUNTARY is not set 138 144 # CONFIG_PREEMPT is not set 139 - # CONFIG_KEXEC is not set 145 + # CONFIG_SECCOMP is not set 140 146 CONFIG_LOCKDEP_SUPPORT=y 141 147 CONFIG_STACKTRACE_SUPPORT=y 142 148 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 143 149 144 150 # 145 - # Code maturity level options 146 - # 147 - CONFIG_EXPERIMENTAL=y 148 - CONFIG_BROKEN_ON_SMP=y 149 - CONFIG_INIT_ENV_ARG_LIMIT=32 150 - 151 - # 152 151 # General setup 153 152 # 153 + # CONFIG_EXPERIMENTAL is not set 154 + CONFIG_BROKEN_ON_SMP=y 155 + CONFIG_INIT_ENV_ARG_LIMIT=32 154 156 CONFIG_LOCALVERSION="" 155 157 CONFIG_LOCALVERSION_AUTO=y 156 158 CONFIG_SWAP=y 157 159 CONFIG_SYSVIPC=y 158 - # CONFIG_IPC_NS is not set 159 160 CONFIG_SYSVIPC_SYSCTL=y 160 - # CONFIG_POSIX_MQUEUE is not set 161 161 # CONFIG_BSD_PROCESS_ACCT is not set 162 162 # CONFIG_TASKSTATS is not set 163 - # CONFIG_UTS_NS is not set 164 163 # CONFIG_AUDIT is not set 165 164 CONFIG_IKCONFIG=y 166 165 CONFIG_IKCONFIG_PROC=y ··· 162 175 # CONFIG_RELAY is not set 163 176 CONFIG_BLK_DEV_INITRD=y 164 177 CONFIG_INITRAMFS_SOURCE="" 165 - CONFIG_CC_OPTIMIZE_FOR_SIZE=y 166 178 CONFIG_SYSCTL=y 167 179 CONFIG_EMBEDDED=y 168 180 CONFIG_SYSCTL_SYSCALL=y ··· 185 199 # CONFIG_SLOB is not set 186 200 # CONFIG_TINY_SHMEM is not set 187 201 CONFIG_BASE_SMALL=0 188 - 189 - # 190 - # Loadable module support 191 - # 192 202 CONFIG_MODULES=y 193 203 # CONFIG_MODULE_UNLOAD is not set 194 204 # CONFIG_MODVERSIONS is not set 195 205 # CONFIG_MODULE_SRCVERSION_ALL is not set 196 206 CONFIG_KMOD=y 197 - 198 - # 199 - # Block layer 200 - # 201 207 CONFIG_BLOCK=y 202 208 # CONFIG_LBD is not set 203 209 # CONFIG_BLK_DEV_IO_TRACE is not set ··· 255 277 # CONFIG_NET_IPIP is not set 256 278 # CONFIG_NET_IPGRE is not set 257 279 # CONFIG_IP_MROUTE is not set 258 - # CONFIG_ARPD is not set 259 280 # CONFIG_SYN_COOKIES is not set 260 281 # CONFIG_INET_AH is not set 261 282 # CONFIG_INET_ESP is not set ··· 269 292 # CONFIG_TCP_CONG_ADVANCED is not set 270 293 CONFIG_TCP_CONG_CUBIC=y 271 294 CONFIG_DEFAULT_TCP_CONG="cubic" 272 - # CONFIG_TCP_MD5SIG is not set 273 295 # CONFIG_IPV6 is not set 274 296 # CONFIG_INET6_XFRM_TUNNEL is not set 275 297 # CONFIG_INET6_TUNNEL is not set 276 298 # CONFIG_NETWORK_SECMARK is not set 277 299 # CONFIG_NETFILTER is not set 278 - # CONFIG_IP_DCCP is not set 279 - # CONFIG_IP_SCTP is not set 280 - # CONFIG_TIPC is not set 281 - # CONFIG_ATM is not set 282 300 # CONFIG_BRIDGE is not set 283 301 # CONFIG_VLAN_8021Q is not set 284 302 # CONFIG_DECNET is not set 285 303 # CONFIG_LLC2 is not set 286 304 # CONFIG_IPX is not set 287 305 # CONFIG_ATALK is not set 288 - # CONFIG_X25 is not set 289 - # CONFIG_LAPB is not set 290 - # CONFIG_ECONET is not set 291 - # CONFIG_WAN_ROUTER is not set 292 306 293 307 # 294 308 # QoS and/or fair queueing ··· 293 325 # CONFIG_HAMRADIO is not set 294 326 # CONFIG_IRDA is not set 295 327 # CONFIG_BT is not set 296 - # CONFIG_AF_RXRPC is not set 297 328 298 329 # 299 330 # Wireless 300 331 # 301 332 # CONFIG_CFG80211 is not set 302 333 # CONFIG_WIRELESS_EXT is not set 303 - # CONFIG_MAC80211 is not set 304 334 # CONFIG_IEEE80211 is not set 305 335 # CONFIG_RFKILL is not set 306 336 ··· 312 346 CONFIG_STANDALONE=y 313 347 CONFIG_PREVENT_FIRMWARE_BUILD=y 314 348 # CONFIG_SYS_HYPERVISOR is not set 315 - 316 - # 317 - # Connector - unified userspace <-> kernelspace linker 318 - # 319 349 # CONFIG_CONNECTOR is not set 320 350 # CONFIG_MTD is not set 321 - 322 - # 323 - # Parallel port support 324 - # 325 351 # CONFIG_PARPORT is not set 326 - 327 - # 328 - # Plug and Play support 329 - # 330 - # CONFIG_PNPACPI is not set 331 - 332 - # 333 - # Block devices 334 - # 352 + CONFIG_BLK_DEV=y 335 353 # CONFIG_BLK_CPQ_DA is not set 336 354 # CONFIG_BLK_CPQ_CISS_DA is not set 337 355 # CONFIG_BLK_DEV_DAC960 is not set 338 - # CONFIG_BLK_DEV_UMEM is not set 339 356 # CONFIG_BLK_DEV_COW_COMMON is not set 340 357 CONFIG_BLK_DEV_LOOP=y 341 358 # CONFIG_BLK_DEV_CRYPTOLOOP is not set ··· 330 381 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 331 382 # CONFIG_CDROM_PKTCDVD is not set 332 383 # CONFIG_ATA_OVER_ETH is not set 333 - 334 - # 335 - # Misc devices 336 - # 337 - # CONFIG_PHANTOM is not set 338 - # CONFIG_SGI_IOC4 is not set 339 - # CONFIG_TIFM_CORE is not set 340 - # CONFIG_BLINK is not set 384 + # CONFIG_MISC_DEVICES is not set 341 385 # CONFIG_IDE is not set 342 386 343 387 # ··· 338 396 # 339 397 # CONFIG_RAID_ATTRS is not set 340 398 # CONFIG_SCSI is not set 399 + # CONFIG_SCSI_DMA is not set 341 400 # CONFIG_SCSI_NETLINK is not set 342 401 # CONFIG_ATA is not set 343 - 344 - # 345 - # Multi-device support (RAID and LVM) 346 - # 347 402 # CONFIG_MD is not set 348 403 349 404 # ··· 351 412 # 352 413 # IEEE 1394 (FireWire) support 353 414 # 354 - # CONFIG_FIREWIRE is not set 415 + 416 + # 417 + # An alternative FireWire stack is available with EXPERIMENTAL=y 418 + # 355 419 # CONFIG_IEEE1394 is not set 356 - 357 - # 358 - # I2O device support 359 - # 360 420 # CONFIG_I2O is not set 361 - 362 - # 363 - # Network device support 364 - # 365 421 CONFIG_NETDEVICES=y 422 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 366 423 # CONFIG_DUMMY is not set 367 424 # CONFIG_BONDING is not set 368 425 # CONFIG_EQUALIZER is not set 369 426 # CONFIG_TUN is not set 370 427 # CONFIG_ARCNET is not set 371 428 # CONFIG_PHYLIB is not set 372 - 373 - # 374 - # Ethernet (10 or 100Mbit) 375 - # 376 429 CONFIG_NET_ETHERNET=y 377 430 CONFIG_MII=y 431 + # CONFIG_AX88796 is not set 378 432 # CONFIG_HAPPYMEAL is not set 379 433 # CONFIG_SUNGEM is not set 380 434 # CONFIG_CASSINI is not set 381 435 # CONFIG_NET_VENDOR_3COM is not set 382 436 # CONFIG_DM9000 is not set 383 - 384 - # 385 - # Tulip family network device support 386 - # 387 437 # CONFIG_NET_TULIP is not set 388 438 # CONFIG_HP100 is not set 389 439 CONFIG_NE2000=y ··· 389 461 # CONFIG_FEALNX is not set 390 462 # CONFIG_NATSEMI is not set 391 463 # CONFIG_NE2K_PCI is not set 392 - # CONFIG_8139CP is not set 393 464 # CONFIG_8139TOO is not set 394 465 # CONFIG_SIS900 is not set 395 466 # CONFIG_EPIC100 is not set 396 467 # CONFIG_SUNDANCE is not set 397 468 # CONFIG_TLAN is not set 398 469 # CONFIG_VIA_RHINE is not set 399 - # CONFIG_SC92031 is not set 400 470 # CONFIG_NETDEV_1000 is not set 401 471 # CONFIG_NETDEV_10000 is not set 402 472 # CONFIG_TR is not set ··· 406 480 # CONFIG_WLAN_80211 is not set 407 481 # CONFIG_WAN is not set 408 482 # CONFIG_FDDI is not set 409 - # CONFIG_HIPPI is not set 410 483 # CONFIG_PPP is not set 411 484 # CONFIG_SLIP is not set 412 - # CONFIG_SHAPER is not set 413 - # CONFIG_NETCONSOLE is not set 414 485 # CONFIG_NETPOLL is not set 415 486 # CONFIG_NET_POLL_CONTROLLER is not set 416 - 417 - # 418 - # ISDN subsystem 419 - # 420 487 # CONFIG_ISDN is not set 421 - 422 - # 423 - # Telephony Support 424 - # 425 488 # CONFIG_PHONE is not set 426 489 427 490 # ··· 449 534 CONFIG_UNIX98_PTYS=y 450 535 CONFIG_LEGACY_PTYS=y 451 536 CONFIG_LEGACY_PTY_COUNT=256 452 - 453 - # 454 - # IPMI 455 - # 456 537 # CONFIG_IPMI_HANDLER is not set 457 538 # CONFIG_WATCHDOG is not set 458 539 # CONFIG_HW_RANDOM is not set 459 540 # CONFIG_RTC is not set 460 - # CONFIG_GEN_RTC is not set 461 541 # CONFIG_R3964 is not set 462 542 # CONFIG_APPLICOM is not set 463 543 # CONFIG_DRM is not set 464 544 # CONFIG_RAW_DRIVER is not set 465 - 466 - # 467 - # TPM devices 468 - # 469 - # CONFIG_TCG_TPM is not set 470 545 CONFIG_DEVPORT=y 471 546 # CONFIG_I2C is not set 472 547 ··· 469 564 # 470 565 # SPI Master Controller Drivers 471 566 # 472 - # CONFIG_SPI_BITBANG is not set 473 567 CONFIG_SPI_TXX9=y 474 568 475 569 # 476 570 # SPI Protocol Masters 477 571 # 478 572 CONFIG_SPI_AT25=y 479 - # CONFIG_SPI_SPIDEV is not set 480 - 481 - # 482 - # Dallas's 1-wire bus 483 - # 573 + # CONFIG_SPI_TLE62X0 is not set 484 574 # CONFIG_W1 is not set 575 + # CONFIG_POWER_SUPPLY is not set 485 576 # CONFIG_HWMON is not set 486 577 487 578 # ··· 502 601 # 503 602 # CONFIG_DISPLAY_SUPPORT is not set 504 603 # CONFIG_VGASTATE is not set 604 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 505 605 # CONFIG_FB is not set 506 606 507 607 # 508 608 # Sound 509 609 # 510 610 # CONFIG_SOUND is not set 511 - 512 - # 513 - # USB support 514 - # 515 - CONFIG_USB_ARCH_HAS_HCD=y 516 - CONFIG_USB_ARCH_HAS_OHCI=y 517 - CONFIG_USB_ARCH_HAS_EHCI=y 518 - # CONFIG_USB is not set 519 - 520 - # 521 - # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 522 - # 523 - 524 - # 525 - # USB Gadget Support 526 - # 527 - # CONFIG_USB_GADGET is not set 611 + # CONFIG_USB_SUPPORT is not set 528 612 # CONFIG_MMC is not set 529 - 530 - # 531 - # LED devices 532 - # 533 613 # CONFIG_NEW_LEDS is not set 534 - 535 - # 536 - # LED drivers 537 - # 538 - 539 - # 540 - # LED Triggers 541 - # 542 - 543 - # 544 - # InfiniBand support 545 - # 546 614 # CONFIG_INFINIBAND is not set 547 - 548 - # 549 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 550 - # 551 - 552 - # 553 - # Real Time Clock 554 - # 555 615 CONFIG_RTC_LIB=y 556 616 CONFIG_RTC_CLASS=y 557 617 CONFIG_RTC_HCTOSYS=y ··· 529 667 # CONFIG_RTC_DRV_TEST is not set 530 668 531 669 # 532 - # I2C RTC drivers 533 - # 534 - 535 - # 536 670 # SPI RTC drivers 537 671 # 538 672 CONFIG_RTC_DRV_RS5C348=y ··· 539 681 # 540 682 # CONFIG_RTC_DRV_CMOS is not set 541 683 # CONFIG_RTC_DRV_DS1553 is not set 684 + # CONFIG_RTC_DRV_STK17TA8 is not set 542 685 # CONFIG_RTC_DRV_DS1742 is not set 543 686 # CONFIG_RTC_DRV_M48T86 is not set 687 + # CONFIG_RTC_DRV_M48T59 is not set 544 688 # CONFIG_RTC_DRV_V3020 is not set 545 689 546 690 # ··· 563 703 # 564 704 565 705 # 706 + # Userspace I/O 707 + # 708 + # CONFIG_UIO is not set 709 + 710 + # 566 711 # File systems 567 712 # 568 713 # CONFIG_EXT2_FS is not set 569 714 # CONFIG_EXT3_FS is not set 570 - # CONFIG_EXT4DEV_FS is not set 571 715 # CONFIG_REISERFS_FS is not set 572 716 # CONFIG_JFS_FS is not set 573 717 CONFIG_FS_POSIX_ACL=y 574 718 # CONFIG_XFS_FS is not set 575 - # CONFIG_GFS2_FS is not set 576 719 # CONFIG_OCFS2_FS is not set 577 720 # CONFIG_MINIX_FS is not set 578 721 # CONFIG_ROMFS_FS is not set ··· 612 749 CONFIG_TMPFS_POSIX_ACL=y 613 750 # CONFIG_HUGETLB_PAGE is not set 614 751 CONFIG_RAMFS=y 615 - # CONFIG_CONFIGFS_FS is not set 616 752 617 753 # 618 754 # Miscellaneous filesystems 619 755 # 620 - # CONFIG_ADFS_FS is not set 621 - # CONFIG_AFFS_FS is not set 622 - # CONFIG_HFS_FS is not set 623 756 # CONFIG_HFSPLUS_FS is not set 624 - # CONFIG_BEFS_FS is not set 625 - # CONFIG_BFS_FS is not set 626 - # CONFIG_EFS_FS is not set 627 757 # CONFIG_CRAMFS is not set 628 758 # CONFIG_VXFS_FS is not set 629 759 # CONFIG_HPFS_FS is not set ··· 630 774 CONFIG_NFS_FS=y 631 775 CONFIG_NFS_V3=y 632 776 # CONFIG_NFS_V3_ACL is not set 633 - # CONFIG_NFS_V4 is not set 634 777 # CONFIG_NFS_DIRECTIO is not set 635 778 # CONFIG_NFSD is not set 636 779 CONFIG_ROOT_NFS=y ··· 637 782 CONFIG_LOCKD_V4=y 638 783 CONFIG_NFS_COMMON=y 639 784 CONFIG_SUNRPC=y 640 - # CONFIG_SUNRPC_BIND34 is not set 641 - # CONFIG_RPCSEC_GSS_KRB5 is not set 642 - # CONFIG_RPCSEC_GSS_SPKM3 is not set 643 785 # CONFIG_SMB_FS is not set 644 786 # CONFIG_CIFS is not set 645 787 # CONFIG_NCP_FS is not set 646 788 # CONFIG_CODA_FS is not set 647 - # CONFIG_AFS_FS is not set 648 - # CONFIG_9P_FS is not set 649 789 650 790 # 651 791 # Partition Types ··· 652 802 # Native Language Support 653 803 # 654 804 # CONFIG_NLS is not set 655 - 656 - # 657 - # Distributed Lock Manager 658 - # 659 - # CONFIG_DLM is not set 660 - 661 - # 662 - # Profiling support 663 - # 664 - # CONFIG_PROFILING is not set 665 805 666 806 # 667 807 # Kernel hacking ··· 673 833 # 674 834 # CONFIG_KEYS is not set 675 835 # CONFIG_SECURITY is not set 676 - 677 - # 678 - # Cryptographic options 679 - # 680 836 # CONFIG_CRYPTO is not set 681 837 682 838 # ··· 683 847 # CONFIG_CRC16 is not set 684 848 # CONFIG_CRC_ITU_T is not set 685 849 CONFIG_CRC32=y 850 + # CONFIG_CRC7 is not set 686 851 # CONFIG_LIBCRC32C is not set 687 852 CONFIG_HAS_IOMEM=y 688 853 CONFIG_HAS_IOPORT=y
+2 -2
arch/mips/configs/sb1250-swarm_defconfig
··· 655 655 # CONFIG_SX is not set 656 656 # CONFIG_RIO is not set 657 657 # CONFIG_STALDRV is not set 658 - CONFIG_SIBYTE_SB1250_DUART=y 659 - CONFIG_SIBYTE_SB1250_DUART_CONSOLE=y 658 + CONFIG_SERIAL_SB1250_DUART=y 659 + CONFIG_SERIAL_SB1250_DUART_CONSOLE=y 660 660 661 661 # 662 662 # Serial drivers
+156 -352
arch/mips/configs/tb0219_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21-rc6 4 - # Sun Apr 15 01:06:01 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Wed Aug 8 16:11:47 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 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 11 + # CONFIG_MACH_ALCHEMY is not set 25 12 # CONFIG_BASLER_EXCITE is not set 26 13 # CONFIG_MIPS_COBALT is not set 27 14 # CONFIG_MACH_DECSTATION is not set 28 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 29 17 # CONFIG_MIPS_ATLAS is not set 30 18 # CONFIG_MIPS_MALTA is not set 31 19 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 20 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 21 + # CONFIG_MARKEINS is not set 22 + CONFIG_MACH_VR41XX=y 36 23 # CONFIG_PNX8550_JBS is not set 37 24 # CONFIG_PNX8550_STB810 is not set 38 - CONFIG_MACH_VR41XX=y 25 + # CONFIG_PMC_MSP is not set 39 26 # CONFIG_PMC_YOSEMITE is not set 40 27 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 28 # CONFIG_SGI_IP22 is not set 43 29 # CONFIG_SGI_IP27 is not set 44 30 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 53 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 54 40 # CONFIG_SNI_RM is not set 55 41 # CONFIG_TOSHIBA_JMR3927 is not set 56 42 # CONFIG_TOSHIBA_RBTX4927 is not set 57 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 58 45 # CONFIG_CASIO_E55 is not set 59 46 # CONFIG_IBM_WORKPAD is not set 60 47 # CONFIG_NEC_CMBVR4133 is not set ··· 63 76 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 64 77 CONFIG_DMA_NONCOHERENT=y 65 78 CONFIG_DMA_NEED_PCI_MAP_STATE=y 79 + # CONFIG_HOTPLUG_CPU is not set 80 + # CONFIG_NO_IOPORT is not set 66 81 # CONFIG_CPU_BIG_ENDIAN is not set 67 82 CONFIG_CPU_LITTLE_ENDIAN=y 68 83 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y ··· 74 85 # 75 86 # CPU selection 76 87 # 88 + # CONFIG_CPU_LOONGSON2 is not set 77 89 # CONFIG_CPU_MIPS32_R1 is not set 78 90 # CONFIG_CPU_MIPS32_R2 is not set 79 91 # CONFIG_CPU_MIPS64_R1 is not set ··· 96 106 # CONFIG_CPU_SB1 is not set 97 107 CONFIG_SYS_HAS_CPU_VR41XX=y 98 108 CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y 99 - CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y 100 109 CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y 101 110 CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y 102 111 ··· 111 122 CONFIG_MIPS_MT_DISABLED=y 112 123 # CONFIG_MIPS_MT_SMP is not set 113 124 # CONFIG_MIPS_MT_SMTC is not set 114 - # CONFIG_MIPS_VPE_LOADER is not set 115 125 CONFIG_CPU_HAS_SYNC=y 116 126 CONFIG_GENERIC_HARDIRQS=y 117 127 CONFIG_GENERIC_IRQ_PROBE=y ··· 124 136 # CONFIG_SPARSEMEM_STATIC is not set 125 137 CONFIG_SPLIT_PTLOCK_CPUS=4 126 138 # CONFIG_RESOURCES_64BIT is not set 127 - CONFIG_ZONE_DMA_FLAG=1 139 + CONFIG_ZONE_DMA_FLAG=0 140 + CONFIG_VIRT_TO_BUS=y 128 141 # CONFIG_HZ_48 is not set 129 142 # CONFIG_HZ_100 is not set 130 143 # CONFIG_HZ_128 is not set 131 - # CONFIG_HZ_250 is not set 144 + CONFIG_HZ_250=y 132 145 # CONFIG_HZ_256 is not set 133 - CONFIG_HZ_1000=y 146 + # CONFIG_HZ_1000 is not set 134 147 # CONFIG_HZ_1024 is not set 135 148 CONFIG_SYS_SUPPORTS_ARBIT_HZ=y 136 - CONFIG_HZ=1000 149 + CONFIG_HZ=250 137 150 CONFIG_PREEMPT_NONE=y 138 151 # CONFIG_PREEMPT_VOLUNTARY is not set 139 152 # CONFIG_PREEMPT is not set 140 153 # CONFIG_KEXEC is not set 154 + CONFIG_SECCOMP=y 141 155 CONFIG_LOCKDEP_SUPPORT=y 142 156 CONFIG_STACKTRACE_SUPPORT=y 143 157 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 144 158 145 159 # 146 - # Code maturity level options 160 + # General setup 147 161 # 148 162 CONFIG_EXPERIMENTAL=y 149 163 CONFIG_BROKEN_ON_SMP=y 150 164 CONFIG_INIT_ENV_ARG_LIMIT=32 151 - 152 - # 153 - # General setup 154 - # 155 165 CONFIG_LOCALVERSION="" 156 166 CONFIG_LOCALVERSION_AUTO=y 157 167 CONFIG_SWAP=y 158 168 CONFIG_SYSVIPC=y 159 - # CONFIG_IPC_NS is not set 160 169 CONFIG_SYSVIPC_SYSCTL=y 161 170 # CONFIG_POSIX_MQUEUE is not set 162 171 # CONFIG_BSD_PROCESS_ACCT is not set 163 172 # CONFIG_TASKSTATS is not set 164 - # CONFIG_UTS_NS is not set 173 + # CONFIG_USER_NS is not set 165 174 # CONFIG_AUDIT is not set 166 175 # CONFIG_IKCONFIG is not set 176 + CONFIG_LOG_BUF_SHIFT=14 167 177 CONFIG_SYSFS_DEPRECATED=y 168 178 # CONFIG_RELAY is not set 169 179 # CONFIG_BLK_DEV_INITRD is not set ··· 177 191 CONFIG_ELF_CORE=y 178 192 CONFIG_BASE_FULL=y 179 193 CONFIG_FUTEX=y 194 + CONFIG_ANON_INODES=y 180 195 CONFIG_EPOLL=y 196 + CONFIG_SIGNALFD=y 197 + CONFIG_TIMERFD=y 198 + CONFIG_EVENTFD=y 181 199 CONFIG_SHMEM=y 182 - CONFIG_SLAB=y 183 200 CONFIG_VM_EVENT_COUNTERS=y 201 + CONFIG_SLAB=y 202 + # CONFIG_SLUB is not set 203 + # CONFIG_SLOB is not set 184 204 CONFIG_RT_MUTEXES=y 185 205 # CONFIG_TINY_SHMEM is not set 186 206 CONFIG_BASE_SMALL=0 187 - # CONFIG_SLOB is not set 188 - 189 - # 190 - # Loadable module support 191 - # 192 207 CONFIG_MODULES=y 193 208 CONFIG_MODULE_UNLOAD=y 194 - # CONFIG_MODULE_FORCE_UNLOAD is not set 209 + CONFIG_MODULE_FORCE_UNLOAD=y 195 210 CONFIG_MODVERSIONS=y 196 211 CONFIG_MODULE_SRCVERSION_ALL=y 197 212 CONFIG_KMOD=y 198 - 199 - # 200 - # Block layer 201 - # 202 213 CONFIG_BLOCK=y 203 214 # CONFIG_LBD is not set 204 215 # CONFIG_BLK_DEV_IO_TRACE is not set 205 216 # CONFIG_LSF is not set 217 + # CONFIG_BLK_DEV_BSG is not set 206 218 207 219 # 208 220 # IO Schedulers ··· 220 236 # 221 237 CONFIG_HW_HAS_PCI=y 222 238 CONFIG_PCI=y 239 + # CONFIG_ARCH_SUPPORTS_MSI is not set 223 240 CONFIG_MMU=y 224 241 225 242 # 226 243 # PCCARD (PCMCIA/CardBus) support 227 244 # 228 245 # CONFIG_PCCARD is not set 229 - 230 - # 231 - # PCI Hotplug Support 232 - # 233 246 # CONFIG_HOTPLUG_PCI is not set 234 247 235 248 # ··· 239 258 # 240 259 # Power management options 241 260 # 242 - CONFIG_PM=y 243 - # CONFIG_PM_LEGACY is not set 244 - # CONFIG_PM_DEBUG is not set 245 - # CONFIG_PM_SYSFS_DEPRECATED is not set 261 + # CONFIG_PM is not set 246 262 247 263 # 248 264 # Networking ··· 249 271 # 250 272 # Networking options 251 273 # 252 - # CONFIG_NETDEBUG is not set 253 274 CONFIG_PACKET=y 254 275 # CONFIG_PACKET_MMAP is not set 255 276 CONFIG_UNIX=y 256 - CONFIG_XFRM=y 257 - # CONFIG_XFRM_USER is not set 258 - # CONFIG_XFRM_SUB_POLICY is not set 259 - CONFIG_XFRM_MIGRATE=y 260 277 # CONFIG_NET_KEY is not set 261 278 CONFIG_INET=y 262 279 CONFIG_IP_MULTICAST=y ··· 261 288 CONFIG_IP_FIB_HASH=y 262 289 CONFIG_IP_MULTIPLE_TABLES=y 263 290 CONFIG_IP_ROUTE_MULTIPATH=y 264 - # CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set 265 291 CONFIG_IP_ROUTE_VERBOSE=y 266 292 CONFIG_IP_PNP=y 267 293 # CONFIG_IP_PNP_DHCP is not set ··· 277 305 # CONFIG_INET_IPCOMP is not set 278 306 # CONFIG_INET_XFRM_TUNNEL is not set 279 307 CONFIG_INET_TUNNEL=m 280 - CONFIG_INET_XFRM_MODE_TRANSPORT=m 281 - CONFIG_INET_XFRM_MODE_TUNNEL=m 282 - CONFIG_INET_XFRM_MODE_BEET=m 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 283 311 CONFIG_INET_DIAG=y 284 312 CONFIG_INET_TCP_DIAG=y 285 313 # CONFIG_TCP_CONG_ADVANCED is not set 286 314 CONFIG_TCP_CONG_CUBIC=y 287 315 CONFIG_DEFAULT_TCP_CONG="cubic" 288 - CONFIG_TCP_MD5SIG=y 316 + # CONFIG_TCP_MD5SIG is not set 289 317 # CONFIG_IPV6 is not set 290 318 # CONFIG_INET6_XFRM_TUNNEL is not set 291 319 # CONFIG_INET6_TUNNEL is not set 292 320 CONFIG_NETWORK_SECMARK=y 293 321 # CONFIG_NETFILTER is not set 294 - 295 - # 296 - # DCCP Configuration (EXPERIMENTAL) 297 - # 298 322 # CONFIG_IP_DCCP is not set 299 - 300 - # 301 - # SCTP Configuration (EXPERIMENTAL) 302 - # 303 323 # CONFIG_IP_SCTP is not set 304 - 305 - # 306 - # TIPC Configuration (EXPERIMENTAL) 307 - # 324 + # CONFIG_SCTP_HMAC_NONE is not set 325 + # CONFIG_SCTP_HMAC_SHA1 is not set 326 + # CONFIG_SCTP_HMAC_MD5 is not set 308 327 # CONFIG_TIPC is not set 309 328 # CONFIG_ATM is not set 310 329 # CONFIG_BRIDGE is not set ··· 321 358 # CONFIG_HAMRADIO is not set 322 359 # CONFIG_IRDA is not set 323 360 # CONFIG_BT is not set 324 - # CONFIG_IEEE80211 is not set 361 + # CONFIG_AF_RXRPC is not set 325 362 CONFIG_FIB_RULES=y 363 + 364 + # 365 + # Wireless 366 + # 367 + # CONFIG_CFG80211 is not set 368 + # CONFIG_WIRELESS_EXT is not set 369 + # CONFIG_MAC80211 is not set 370 + # CONFIG_IEEE80211 is not set 371 + # CONFIG_RFKILL is not set 372 + # CONFIG_NET_9P is not set 326 373 327 374 # 328 375 # Device Drivers ··· 345 372 CONFIG_PREVENT_FIRMWARE_BUILD=y 346 373 CONFIG_FW_LOADER=m 347 374 # CONFIG_SYS_HYPERVISOR is not set 348 - 349 - # 350 - # Connector - unified userspace <-> kernelspace linker 351 - # 352 375 # CONFIG_CONNECTOR is not set 353 - 354 - # 355 - # Memory Technology Devices (MTD) 356 - # 357 376 # CONFIG_MTD is not set 358 - 359 - # 360 - # Parallel port support 361 - # 362 377 # CONFIG_PARPORT is not set 363 - 364 - # 365 - # Plug and Play support 366 - # 367 - # CONFIG_PNPACPI is not set 368 - 369 - # 370 - # Block devices 371 - # 378 + CONFIG_BLK_DEV=y 372 379 # CONFIG_BLK_CPQ_DA is not set 373 380 # CONFIG_BLK_CPQ_CISS_DA is not set 374 381 # CONFIG_BLK_DEV_DAC960 is not set ··· 365 412 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 366 413 # CONFIG_CDROM_PKTCDVD is not set 367 414 # CONFIG_ATA_OVER_ETH is not set 368 - 369 - # 370 - # Misc devices 371 - # 372 - CONFIG_SGI_IOC4=m 373 - # CONFIG_TIFM_CORE is not set 374 - 375 - # 376 - # ATA/ATAPI/MFM/RLL support 377 - # 415 + # CONFIG_MISC_DEVICES is not set 378 416 # CONFIG_IDE is not set 379 417 380 418 # ··· 373 429 # 374 430 # CONFIG_RAID_ATTRS is not set 375 431 # CONFIG_SCSI is not set 432 + # CONFIG_SCSI_DMA is not set 376 433 # CONFIG_SCSI_NETLINK is not set 377 - 378 - # 379 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 380 - # 381 434 # CONFIG_ATA is not set 382 - 383 - # 384 - # Multi-device support (RAID and LVM) 385 - # 386 435 # CONFIG_MD is not set 387 436 388 437 # ··· 386 449 # 387 450 # IEEE 1394 (FireWire) support 388 451 # 452 + # CONFIG_FIREWIRE is not set 389 453 # CONFIG_IEEE1394 is not set 390 - 391 - # 392 - # I2O device support 393 - # 394 454 # CONFIG_I2O is not set 395 - 396 - # 397 - # Network device support 398 - # 399 455 CONFIG_NETDEVICES=y 400 - CONFIG_DUMMY=m 456 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 457 + # CONFIG_DUMMY is not set 401 458 # CONFIG_BONDING is not set 459 + # CONFIG_MACVLAN is not set 402 460 # CONFIG_EQUALIZER is not set 403 461 # CONFIG_TUN is not set 404 - 405 - # 406 - # ARCnet devices 407 - # 408 462 # CONFIG_ARCNET is not set 409 - 410 - # 411 - # PHY device support 412 - # 413 463 CONFIG_PHYLIB=m 414 464 415 465 # ··· 410 486 CONFIG_VITESSE_PHY=m 411 487 CONFIG_SMSC_PHY=m 412 488 # CONFIG_BROADCOM_PHY is not set 489 + # CONFIG_ICPLUS_PHY is not set 413 490 # CONFIG_FIXED_PHY is not set 414 - 415 - # 416 - # Ethernet (10 or 100Mbit) 417 - # 418 491 CONFIG_NET_ETHERNET=y 419 492 CONFIG_MII=y 493 + # CONFIG_AX88796 is not set 420 494 # CONFIG_HAPPYMEAL is not set 421 495 # CONFIG_SUNGEM is not set 422 496 # CONFIG_CASSINI is not set 423 497 # CONFIG_NET_VENDOR_3COM is not set 424 498 # CONFIG_DM9000 is not set 425 - 426 - # 427 - # Tulip family network device support 428 - # 429 499 # CONFIG_NET_TULIP is not set 430 500 # CONFIG_HP100 is not set 431 - # CONFIG_NET_PCI is not set 432 - 433 - # 434 - # Ethernet (1000 Mbit) 435 - # 501 + CONFIG_NET_PCI=y 502 + # CONFIG_PCNET32 is not set 503 + # CONFIG_AMD8111_ETH is not set 504 + # CONFIG_ADAPTEC_STARFIRE is not set 505 + # CONFIG_B44 is not set 506 + # CONFIG_FORCEDETH is not set 507 + # CONFIG_TC35815 is not set 508 + # CONFIG_DGRS is not set 509 + # CONFIG_EEPRO100 is not set 510 + # CONFIG_E100 is not set 511 + # CONFIG_FEALNX is not set 512 + # CONFIG_NATSEMI is not set 513 + # CONFIG_NE2K_PCI is not set 514 + # CONFIG_8139CP is not set 515 + CONFIG_8139TOO=y 516 + CONFIG_8139TOO_PIO=y 517 + # CONFIG_8139TOO_TUNE_TWISTER is not set 518 + # CONFIG_8139TOO_8129 is not set 519 + # CONFIG_8139_OLD_RX_RESET is not set 520 + # CONFIG_SIS900 is not set 521 + # CONFIG_EPIC100 is not set 522 + # CONFIG_SUNDANCE is not set 523 + # CONFIG_TLAN is not set 524 + CONFIG_VIA_RHINE=y 525 + CONFIG_VIA_RHINE_MMIO=y 526 + # CONFIG_VIA_RHINE_NAPI is not set 527 + # CONFIG_SC92031 is not set 528 + CONFIG_NETDEV_1000=y 436 529 # CONFIG_ACENIC is not set 437 530 # CONFIG_DL2K is not set 438 531 # CONFIG_E1000 is not set ··· 461 520 # CONFIG_SIS190 is not set 462 521 # CONFIG_SKGE is not set 463 522 # CONFIG_SKY2 is not set 464 - # CONFIG_SK98LIN is not set 523 + CONFIG_VIA_VELOCITY=y 465 524 # CONFIG_TIGON3 is not set 466 525 # CONFIG_BNX2 is not set 467 - CONFIG_QLA3XXX=m 526 + # CONFIG_QLA3XXX is not set 468 527 # CONFIG_ATL1 is not set 469 - 470 - # 471 - # Ethernet (10000 Mbit) 472 - # 473 - # CONFIG_CHELSIO_T1 is not set 474 - CONFIG_CHELSIO_T3=m 475 - # CONFIG_IXGB is not set 476 - # CONFIG_S2IO is not set 477 - # CONFIG_MYRI10GE is not set 478 - CONFIG_NETXEN_NIC=m 479 - 480 - # 481 - # Token Ring devices 482 - # 528 + # CONFIG_NETDEV_10000 is not set 483 529 # CONFIG_TR is not set 484 530 485 531 # 486 - # Wireless LAN (non-hamradio) 532 + # Wireless LAN 487 533 # 488 - # CONFIG_NET_RADIO is not set 534 + # CONFIG_WLAN_PRE80211 is not set 535 + # CONFIG_WLAN_80211 is not set 489 536 490 537 # 491 - # Wan interfaces 538 + # USB Network Adapters 492 539 # 540 + # CONFIG_USB_CATC is not set 541 + # CONFIG_USB_KAWETH is not set 542 + # CONFIG_USB_PEGASUS is not set 543 + # CONFIG_USB_RTL8150 is not set 544 + # CONFIG_USB_USBNET_MII is not set 545 + # CONFIG_USB_USBNET is not set 493 546 # CONFIG_WAN is not set 494 547 # CONFIG_FDDI is not set 495 548 # CONFIG_HIPPI is not set ··· 493 558 # CONFIG_NETCONSOLE is not set 494 559 # CONFIG_NETPOLL is not set 495 560 # CONFIG_NET_POLL_CONTROLLER is not set 496 - 497 - # 498 - # ISDN subsystem 499 - # 500 561 # CONFIG_ISDN is not set 501 - 502 - # 503 - # Telephony Support 504 - # 505 562 # CONFIG_PHONE is not set 506 563 507 564 # ··· 501 574 # 502 575 CONFIG_INPUT=y 503 576 # CONFIG_INPUT_FF_MEMLESS is not set 577 + # CONFIG_INPUT_POLLDEV is not set 504 578 505 579 # 506 580 # Userland interfaces ··· 518 590 # CONFIG_INPUT_KEYBOARD is not set 519 591 # CONFIG_INPUT_MOUSE is not set 520 592 # CONFIG_INPUT_JOYSTICK is not set 593 + # CONFIG_INPUT_TABLET is not set 521 594 # CONFIG_INPUT_TOUCHSCREEN is not set 522 595 # CONFIG_INPUT_MISC is not set 523 596 ··· 553 624 CONFIG_UNIX98_PTYS=y 554 625 CONFIG_LEGACY_PTYS=y 555 626 CONFIG_LEGACY_PTY_COUNT=256 556 - 557 - # 558 - # IPMI 559 - # 560 627 # CONFIG_IPMI_HANDLER is not set 561 - 562 - # 563 - # Watchdog Cards 564 - # 565 628 # CONFIG_WATCHDOG is not set 566 629 # CONFIG_HW_RANDOM is not set 567 630 # CONFIG_RTC is not set 568 - # CONFIG_GEN_RTC is not set 569 - # CONFIG_DTLK is not set 570 631 # CONFIG_R3964 is not set 571 632 # CONFIG_APPLICOM is not set 572 633 CONFIG_GPIO_TB0219=y 573 634 # CONFIG_DRM is not set 574 635 CONFIG_GPIO_VR41XX=y 575 636 # CONFIG_RAW_DRIVER is not set 576 - 577 - # 578 - # TPM devices 579 - # 580 637 # CONFIG_TCG_TPM is not set 581 - 582 - # 583 - # I2C support 584 - # 638 + CONFIG_DEVPORT=y 585 639 # CONFIG_I2C is not set 586 640 587 641 # ··· 572 660 # 573 661 # CONFIG_SPI is not set 574 662 # CONFIG_SPI_MASTER is not set 575 - 576 - # 577 - # Dallas's 1-wire bus 578 - # 579 663 # CONFIG_W1 is not set 580 - 581 - # 582 - # Hardware Monitoring support 583 - # 664 + # CONFIG_POWER_SUPPLY is not set 584 665 # CONFIG_HWMON is not set 585 - # CONFIG_HWMON_VID is not set 586 666 587 667 # 588 668 # Multifunction device drivers ··· 585 681 # Multimedia devices 586 682 # 587 683 # CONFIG_VIDEO_DEV is not set 588 - 589 - # 590 - # Digital Video Broadcasting Devices 591 - # 592 - # CONFIG_DVB is not set 593 - # CONFIG_USB_DABUSB is not set 684 + # CONFIG_DVB_CORE is not set 685 + # CONFIG_DAB is not set 594 686 595 687 # 596 688 # Graphics support 597 689 # 598 690 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 691 + 692 + # 693 + # Display device support 694 + # 695 + # CONFIG_DISPLAY_SUPPORT is not set 696 + # CONFIG_VGASTATE is not set 697 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 599 698 # CONFIG_FB is not set 600 699 601 700 # ··· 611 704 # Sound 612 705 # 613 706 # CONFIG_SOUND is not set 614 - 615 - # 616 - # HID Devices 617 - # 618 - CONFIG_HID=y 619 - # CONFIG_HID_DEBUG is not set 620 - 621 - # 622 - # USB support 623 - # 707 + # CONFIG_HID_SUPPORT is not set 708 + CONFIG_USB_SUPPORT=y 624 709 CONFIG_USB_ARCH_HAS_HCD=y 625 710 CONFIG_USB_ARCH_HAS_OHCI=y 626 711 CONFIG_USB_ARCH_HAS_EHCI=y ··· 623 724 # Miscellaneous USB options 624 725 # 625 726 CONFIG_USB_DEVICEFS=y 727 + CONFIG_USB_DEVICE_CLASS=y 626 728 # CONFIG_USB_DYNAMIC_MINORS is not set 627 - # CONFIG_USB_SUSPEND is not set 628 729 # CONFIG_USB_OTG is not set 629 730 630 731 # ··· 634 735 # CONFIG_USB_EHCI_SPLIT_ISO is not set 635 736 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 636 737 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 637 - # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set 638 738 # CONFIG_USB_ISP116X_HCD is not set 639 739 CONFIG_USB_OHCI_HCD=m 640 740 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set ··· 641 743 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 642 744 # CONFIG_USB_UHCI_HCD is not set 643 745 # CONFIG_USB_SL811_HCD is not set 746 + # CONFIG_USB_R8A66597_HCD is not set 644 747 645 748 # 646 749 # USB Device Class drivers ··· 659 760 # CONFIG_USB_LIBUSUAL is not set 660 761 661 762 # 662 - # USB Input Devices 663 - # 664 - # CONFIG_USB_HID is not set 665 - 666 - # 667 - # USB HID Boot Protocol drivers 668 - # 669 - # CONFIG_USB_KBD is not set 670 - # CONFIG_USB_MOUSE is not set 671 - # CONFIG_USB_AIPTEK is not set 672 - # CONFIG_USB_WACOM is not set 673 - # CONFIG_USB_ACECAD is not set 674 - # CONFIG_USB_KBTAB is not set 675 - # CONFIG_USB_POWERMATE is not set 676 - # CONFIG_USB_TOUCHSCREEN is not set 677 - # CONFIG_USB_YEALINK is not set 678 - # CONFIG_USB_XPAD is not set 679 - # CONFIG_USB_ATI_REMOTE is not set 680 - # CONFIG_USB_ATI_REMOTE2 is not set 681 - # CONFIG_USB_KEYSPAN_REMOTE is not set 682 - # CONFIG_USB_APPLETOUCH is not set 683 - # CONFIG_USB_GTCO is not set 684 - 685 - # 686 763 # USB Imaging devices 687 764 # 688 765 # CONFIG_USB_MDC800 is not set 689 - 690 - # 691 - # USB Network Adapters 692 - # 693 - # CONFIG_USB_CATC is not set 694 - # CONFIG_USB_KAWETH is not set 695 - # CONFIG_USB_PEGASUS is not set 696 - # CONFIG_USB_RTL8150 is not set 697 - # CONFIG_USB_USBNET_MII is not set 698 - # CONFIG_USB_USBNET is not set 699 766 CONFIG_USB_MON=y 700 767 701 768 # ··· 705 840 # USB Gadget Support 706 841 # 707 842 # CONFIG_USB_GADGET is not set 708 - 709 - # 710 - # MMC/SD Card support 711 - # 712 843 # CONFIG_MMC is not set 713 - 714 - # 715 - # LED devices 716 - # 717 844 # CONFIG_NEW_LEDS is not set 718 - 719 - # 720 - # LED drivers 721 - # 722 - 723 - # 724 - # LED Triggers 725 - # 726 - 727 - # 728 - # InfiniBand support 729 - # 730 845 # CONFIG_INFINIBAND is not set 731 - 732 - # 733 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 734 - # 735 - 736 - # 737 - # Real Time Clock 738 - # 739 846 CONFIG_RTC_LIB=y 740 847 CONFIG_RTC_CLASS=y 741 848 CONFIG_RTC_HCTOSYS=y ··· 721 884 CONFIG_RTC_INTF_PROC=y 722 885 CONFIG_RTC_INTF_DEV=y 723 886 # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set 887 + # CONFIG_RTC_DRV_TEST is not set 724 888 725 889 # 726 - # RTC drivers 890 + # SPI RTC drivers 727 891 # 892 + 893 + # 894 + # Platform RTC drivers 895 + # 896 + # CONFIG_RTC_DRV_CMOS is not set 728 897 # CONFIG_RTC_DRV_DS1553 is not set 898 + # CONFIG_RTC_DRV_STK17TA8 is not set 729 899 # CONFIG_RTC_DRV_DS1742 is not set 730 900 # CONFIG_RTC_DRV_M48T86 is not set 731 - CONFIG_RTC_DRV_VR41XX=y 732 - # CONFIG_RTC_DRV_TEST is not set 901 + # CONFIG_RTC_DRV_M48T59 is not set 733 902 # CONFIG_RTC_DRV_V3020 is not set 903 + 904 + # 905 + # on-CPU RTC drivers 906 + # 907 + CONFIG_RTC_DRV_VR41XX=y 734 908 735 909 # 736 910 # DMA Engine support ··· 757 909 # 758 910 759 911 # 760 - # Auxiliary Display support 912 + # Userspace I/O 761 913 # 762 - 763 - # 764 - # Virtualization 765 - # 914 + # CONFIG_UIO is not set 766 915 767 916 # 768 917 # File systems ··· 767 922 CONFIG_EXT2_FS=y 768 923 # CONFIG_EXT2_FS_XATTR is not set 769 924 # CONFIG_EXT2_FS_XIP is not set 770 - # CONFIG_EXT3_FS is not set 925 + CONFIG_EXT3_FS=y 926 + CONFIG_EXT3_FS_XATTR=y 927 + # CONFIG_EXT3_FS_POSIX_ACL is not set 928 + # CONFIG_EXT3_FS_SECURITY is not set 771 929 # CONFIG_EXT4DEV_FS is not set 930 + CONFIG_JBD=y 931 + # CONFIG_JBD_DEBUG is not set 932 + CONFIG_FS_MBCACHE=y 772 933 # CONFIG_REISERFS_FS is not set 773 934 # CONFIG_JFS_FS is not set 774 935 CONFIG_FS_POSIX_ACL=y ··· 789 938 CONFIG_DNOTIFY=y 790 939 # CONFIG_AUTOFS_FS is not set 791 940 CONFIG_AUTOFS4_FS=y 792 - CONFIG_FUSE_FS=m 941 + # CONFIG_FUSE_FS is not set 793 942 CONFIG_GENERIC_ACL=y 794 943 795 944 # ··· 816 965 CONFIG_TMPFS_POSIX_ACL=y 817 966 # CONFIG_HUGETLB_PAGE is not set 818 967 CONFIG_RAMFS=y 819 - CONFIG_CONFIGFS_FS=m 968 + # CONFIG_CONFIGFS_FS is not set 820 969 821 970 # 822 971 # Miscellaneous filesystems ··· 854 1003 CONFIG_EXPORTFS=y 855 1004 CONFIG_NFS_COMMON=y 856 1005 CONFIG_SUNRPC=y 1006 + # CONFIG_SUNRPC_BIND34 is not set 857 1007 # CONFIG_RPCSEC_GSS_KRB5 is not set 858 1008 # CONFIG_RPCSEC_GSS_SPKM3 is not set 859 1009 # CONFIG_SMB_FS is not set ··· 862 1010 # CONFIG_NCP_FS is not set 863 1011 # CONFIG_CODA_FS is not set 864 1012 # CONFIG_AFS_FS is not set 865 - # CONFIG_9P_FS is not set 866 1013 867 1014 # 868 1015 # Partition Types ··· 877 1026 # 878 1027 # Distributed Lock Manager 879 1028 # 880 - CONFIG_DLM=m 881 - CONFIG_DLM_TCP=y 882 - # CONFIG_DLM_SCTP is not set 883 - # CONFIG_DLM_DEBUG is not set 1029 + # CONFIG_DLM is not set 884 1030 885 1031 # 886 1032 # Profiling support ··· 895 1047 # CONFIG_DEBUG_FS is not set 896 1048 # CONFIG_HEADERS_CHECK is not set 897 1049 # CONFIG_DEBUG_KERNEL is not set 898 - CONFIG_LOG_BUF_SHIFT=14 899 1050 CONFIG_CROSSCOMPILE=y 900 1051 CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" 901 1052 ··· 903 1056 # 904 1057 # CONFIG_KEYS is not set 905 1058 # CONFIG_SECURITY is not set 906 - 907 - # 908 - # Cryptographic options 909 - # 910 - CONFIG_CRYPTO=y 911 - CONFIG_CRYPTO_ALGAPI=y 912 - CONFIG_CRYPTO_BLKCIPHER=m 913 - CONFIG_CRYPTO_HASH=m 914 - CONFIG_CRYPTO_MANAGER=m 915 - CONFIG_CRYPTO_HMAC=m 916 - CONFIG_CRYPTO_XCBC=m 917 - CONFIG_CRYPTO_NULL=m 918 - CONFIG_CRYPTO_MD4=m 919 - CONFIG_CRYPTO_MD5=y 920 - CONFIG_CRYPTO_SHA1=m 921 - CONFIG_CRYPTO_SHA256=m 922 - CONFIG_CRYPTO_SHA512=m 923 - CONFIG_CRYPTO_WP512=m 924 - CONFIG_CRYPTO_TGR192=m 925 - CONFIG_CRYPTO_GF128MUL=m 926 - CONFIG_CRYPTO_ECB=m 927 - CONFIG_CRYPTO_CBC=m 928 - CONFIG_CRYPTO_PCBC=m 929 - CONFIG_CRYPTO_LRW=m 930 - CONFIG_CRYPTO_DES=m 931 - CONFIG_CRYPTO_FCRYPT=m 932 - CONFIG_CRYPTO_BLOWFISH=m 933 - CONFIG_CRYPTO_TWOFISH=m 934 - CONFIG_CRYPTO_TWOFISH_COMMON=m 935 - CONFIG_CRYPTO_SERPENT=m 936 - CONFIG_CRYPTO_AES=m 937 - CONFIG_CRYPTO_CAST5=m 938 - CONFIG_CRYPTO_CAST6=m 939 - CONFIG_CRYPTO_TEA=m 940 - CONFIG_CRYPTO_ARC4=m 941 - CONFIG_CRYPTO_KHAZAD=m 942 - CONFIG_CRYPTO_ANUBIS=m 943 - CONFIG_CRYPTO_DEFLATE=m 944 - CONFIG_CRYPTO_MICHAEL_MIC=m 945 - CONFIG_CRYPTO_CRC32C=m 946 - CONFIG_CRYPTO_CAMELLIA=m 947 - # CONFIG_CRYPTO_TEST is not set 948 - 949 - # 950 - # Hardware crypto devices 951 - # 1059 + # CONFIG_CRYPTO is not set 952 1060 953 1061 # 954 1062 # Library routines 955 1063 # 956 1064 CONFIG_BITREVERSE=y 957 - # CONFIG_CRC_CCITT is not set 1065 + CONFIG_CRC_CCITT=y 958 1066 # CONFIG_CRC16 is not set 1067 + # CONFIG_CRC_ITU_T is not set 959 1068 CONFIG_CRC32=y 960 - CONFIG_LIBCRC32C=m 1069 + # CONFIG_CRC7 is not set 1070 + # CONFIG_LIBCRC32C is not set 961 1071 CONFIG_ZLIB_INFLATE=m 962 - CONFIG_ZLIB_DEFLATE=m 963 1072 CONFIG_PLIST=y 964 1073 CONFIG_HAS_IOMEM=y 965 1074 CONFIG_HAS_IOPORT=y 1075 + CONFIG_HAS_DMA=y
+135 -419
arch/mips/configs/tb0226_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20 4 - # Tue Feb 20 21:47:41 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Thu Aug 9 11:16:55 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 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 11 + # CONFIG_MACH_ALCHEMY is not set 25 12 # CONFIG_BASLER_EXCITE is not set 26 13 # CONFIG_MIPS_COBALT is not set 27 14 # CONFIG_MACH_DECSTATION is not set 28 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 29 17 # CONFIG_MIPS_ATLAS is not set 30 18 # CONFIG_MIPS_MALTA is not set 31 19 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 20 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 21 + # CONFIG_MARKEINS is not set 22 + CONFIG_MACH_VR41XX=y 36 23 # CONFIG_PNX8550_JBS is not set 37 24 # CONFIG_PNX8550_STB810 is not set 38 - CONFIG_MACH_VR41XX=y 25 + # CONFIG_PMC_MSP is not set 39 26 # CONFIG_PMC_YOSEMITE is not set 40 27 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 28 # CONFIG_SGI_IP22 is not set 43 29 # CONFIG_SGI_IP27 is not set 44 30 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 53 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 54 40 # CONFIG_SNI_RM is not set 55 41 # CONFIG_TOSHIBA_JMR3927 is not set 56 42 # CONFIG_TOSHIBA_RBTX4927 is not set 57 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 58 45 # CONFIG_CASIO_E55 is not set 59 46 # CONFIG_IBM_WORKPAD is not set 60 47 # CONFIG_NEC_CMBVR4133 is not set 61 48 CONFIG_TANBAC_TB022X=y 62 - CONFIG_TANBAC_TB0226=y 63 - # CONFIG_TANBAC_TB0287 is not set 64 49 # CONFIG_VICTOR_MPC30X is not set 65 50 # CONFIG_ZAO_CAPCELLA is not set 51 + # CONFIG_TANBAC_TB0219 is not set 52 + CONFIG_TANBAC_TB0226=y 53 + # CONFIG_TANBAC_TB0287 is not set 66 54 CONFIG_PCI_VR41XX=y 67 55 CONFIG_RWSEM_GENERIC_SPINLOCK=y 68 56 # CONFIG_ARCH_HAS_ILOG2_U32 is not set ··· 63 75 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 64 76 CONFIG_DMA_NONCOHERENT=y 65 77 CONFIG_DMA_NEED_PCI_MAP_STATE=y 78 + # CONFIG_HOTPLUG_CPU is not set 79 + # CONFIG_NO_IOPORT is not set 66 80 # CONFIG_CPU_BIG_ENDIAN is not set 67 81 CONFIG_CPU_LITTLE_ENDIAN=y 68 82 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y ··· 74 84 # 75 85 # CPU selection 76 86 # 87 + # CONFIG_CPU_LOONGSON2 is not set 77 88 # CONFIG_CPU_MIPS32_R1 is not set 78 89 # CONFIG_CPU_MIPS32_R2 is not set 79 90 # CONFIG_CPU_MIPS64_R1 is not set ··· 96 105 # CONFIG_CPU_SB1 is not set 97 106 CONFIG_SYS_HAS_CPU_VR41XX=y 98 107 CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y 99 - CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y 100 108 CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y 101 109 CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y 102 110 ··· 111 121 CONFIG_MIPS_MT_DISABLED=y 112 122 # CONFIG_MIPS_MT_SMP is not set 113 123 # CONFIG_MIPS_MT_SMTC is not set 114 - # CONFIG_MIPS_VPE_LOADER is not set 115 124 CONFIG_CPU_HAS_SYNC=y 116 125 CONFIG_GENERIC_HARDIRQS=y 117 126 CONFIG_GENERIC_IRQ_PROBE=y ··· 124 135 # CONFIG_SPARSEMEM_STATIC is not set 125 136 CONFIG_SPLIT_PTLOCK_CPUS=4 126 137 # CONFIG_RESOURCES_64BIT is not set 127 - CONFIG_ZONE_DMA_FLAG=1 138 + CONFIG_ZONE_DMA_FLAG=0 139 + CONFIG_VIRT_TO_BUS=y 128 140 # CONFIG_HZ_48 is not set 129 141 # CONFIG_HZ_100 is not set 130 142 # CONFIG_HZ_128 is not set 131 - # CONFIG_HZ_250 is not set 143 + CONFIG_HZ_250=y 132 144 # CONFIG_HZ_256 is not set 133 - CONFIG_HZ_1000=y 145 + # CONFIG_HZ_1000 is not set 134 146 # CONFIG_HZ_1024 is not set 135 147 CONFIG_SYS_SUPPORTS_ARBIT_HZ=y 136 - CONFIG_HZ=1000 148 + CONFIG_HZ=250 137 149 CONFIG_PREEMPT_NONE=y 138 150 # CONFIG_PREEMPT_VOLUNTARY is not set 139 151 # CONFIG_PREEMPT is not set 140 152 # CONFIG_KEXEC is not set 153 + CONFIG_SECCOMP=y 141 154 CONFIG_LOCKDEP_SUPPORT=y 142 155 CONFIG_STACKTRACE_SUPPORT=y 143 156 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 144 157 145 158 # 146 - # Code maturity level options 159 + # General setup 147 160 # 148 161 CONFIG_EXPERIMENTAL=y 149 162 CONFIG_BROKEN_ON_SMP=y 150 163 CONFIG_INIT_ENV_ARG_LIMIT=32 151 - 152 - # 153 - # General setup 154 - # 155 164 CONFIG_LOCALVERSION="" 156 165 CONFIG_LOCALVERSION_AUTO=y 157 166 CONFIG_SWAP=y 158 167 CONFIG_SYSVIPC=y 159 - # CONFIG_IPC_NS is not set 160 168 CONFIG_SYSVIPC_SYSCTL=y 161 169 # CONFIG_POSIX_MQUEUE is not set 162 170 # CONFIG_BSD_PROCESS_ACCT is not set 163 171 # CONFIG_TASKSTATS is not set 164 - # CONFIG_UTS_NS is not set 172 + # CONFIG_USER_NS is not set 165 173 # CONFIG_AUDIT is not set 166 174 # CONFIG_IKCONFIG is not set 175 + CONFIG_LOG_BUF_SHIFT=14 167 176 CONFIG_SYSFS_DEPRECATED=y 168 177 # CONFIG_RELAY is not set 178 + # CONFIG_BLK_DEV_INITRD is not set 169 179 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 170 180 CONFIG_SYSCTL=y 171 181 CONFIG_EMBEDDED=y ··· 177 189 CONFIG_ELF_CORE=y 178 190 CONFIG_BASE_FULL=y 179 191 CONFIG_FUTEX=y 192 + CONFIG_ANON_INODES=y 180 193 CONFIG_EPOLL=y 194 + CONFIG_SIGNALFD=y 195 + CONFIG_TIMERFD=y 196 + CONFIG_EVENTFD=y 181 197 CONFIG_SHMEM=y 182 - CONFIG_SLAB=y 183 198 CONFIG_VM_EVENT_COUNTERS=y 199 + CONFIG_SLAB=y 200 + # CONFIG_SLUB is not set 201 + # CONFIG_SLOB is not set 184 202 CONFIG_RT_MUTEXES=y 185 203 # CONFIG_TINY_SHMEM is not set 186 204 CONFIG_BASE_SMALL=0 187 - # CONFIG_SLOB is not set 188 - 189 - # 190 - # Loadable module support 191 - # 192 205 CONFIG_MODULES=y 193 206 CONFIG_MODULE_UNLOAD=y 194 - # CONFIG_MODULE_FORCE_UNLOAD is not set 207 + CONFIG_MODULE_FORCE_UNLOAD=y 195 208 CONFIG_MODVERSIONS=y 196 209 CONFIG_MODULE_SRCVERSION_ALL=y 197 210 CONFIG_KMOD=y 198 - 199 - # 200 - # Block layer 201 - # 202 211 CONFIG_BLOCK=y 203 212 # CONFIG_LBD is not set 204 213 # CONFIG_BLK_DEV_IO_TRACE is not set 205 214 # CONFIG_LSF is not set 215 + # CONFIG_BLK_DEV_BSG is not set 206 216 207 217 # 208 218 # IO Schedulers ··· 220 234 # 221 235 CONFIG_HW_HAS_PCI=y 222 236 CONFIG_PCI=y 237 + # CONFIG_ARCH_SUPPORTS_MSI is not set 223 238 CONFIG_MMU=y 224 239 225 240 # 226 241 # PCCARD (PCMCIA/CardBus) support 227 242 # 228 243 # CONFIG_PCCARD is not set 229 - 230 - # 231 - # PCI Hotplug Support 232 - # 233 244 # CONFIG_HOTPLUG_PCI is not set 234 245 235 246 # ··· 239 256 # 240 257 # Power management options 241 258 # 242 - CONFIG_PM=y 243 - # CONFIG_PM_LEGACY is not set 244 - # CONFIG_PM_DEBUG is not set 245 - # CONFIG_PM_SYSFS_DEPRECATED is not set 259 + # CONFIG_PM is not set 246 260 247 261 # 248 262 # Networking ··· 249 269 # 250 270 # Networking options 251 271 # 252 - # CONFIG_NETDEBUG is not set 253 272 CONFIG_PACKET=y 254 273 # CONFIG_PACKET_MMAP is not set 255 274 CONFIG_UNIX=y 256 - CONFIG_XFRM=y 257 - # CONFIG_XFRM_USER is not set 258 - # CONFIG_XFRM_SUB_POLICY is not set 259 - CONFIG_XFRM_MIGRATE=y 260 275 # CONFIG_NET_KEY is not set 261 276 CONFIG_INET=y 262 277 CONFIG_IP_MULTICAST=y ··· 261 286 CONFIG_IP_FIB_HASH=y 262 287 CONFIG_IP_MULTIPLE_TABLES=y 263 288 CONFIG_IP_ROUTE_MULTIPATH=y 264 - # CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set 265 289 CONFIG_IP_ROUTE_VERBOSE=y 266 290 CONFIG_IP_PNP=y 267 291 # CONFIG_IP_PNP_DHCP is not set ··· 276 302 # CONFIG_INET_IPCOMP is not set 277 303 # CONFIG_INET_XFRM_TUNNEL is not set 278 304 # CONFIG_INET_TUNNEL is not set 279 - CONFIG_INET_XFRM_MODE_TRANSPORT=m 280 - CONFIG_INET_XFRM_MODE_TUNNEL=m 281 - CONFIG_INET_XFRM_MODE_BEET=m 305 + # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 306 + # CONFIG_INET_XFRM_MODE_TUNNEL is not set 307 + # CONFIG_INET_XFRM_MODE_BEET is not set 282 308 CONFIG_INET_DIAG=y 283 309 CONFIG_INET_TCP_DIAG=y 284 310 # CONFIG_TCP_CONG_ADVANCED is not set 285 311 CONFIG_TCP_CONG_CUBIC=y 286 312 CONFIG_DEFAULT_TCP_CONG="cubic" 287 - CONFIG_TCP_MD5SIG=y 313 + # CONFIG_TCP_MD5SIG is not set 288 314 # CONFIG_IPV6 is not set 289 315 # CONFIG_INET6_XFRM_TUNNEL is not set 290 316 # CONFIG_INET6_TUNNEL is not set 291 317 CONFIG_NETWORK_SECMARK=y 292 318 # CONFIG_NETFILTER is not set 293 - 294 - # 295 - # DCCP Configuration (EXPERIMENTAL) 296 - # 297 319 # CONFIG_IP_DCCP is not set 298 - 299 - # 300 - # SCTP Configuration (EXPERIMENTAL) 301 - # 302 320 # CONFIG_IP_SCTP is not set 303 - 304 - # 305 - # TIPC Configuration (EXPERIMENTAL) 306 - # 321 + # CONFIG_SCTP_HMAC_NONE is not set 322 + # CONFIG_SCTP_HMAC_SHA1 is not set 323 + # CONFIG_SCTP_HMAC_MD5 is not set 307 324 # CONFIG_TIPC is not set 308 325 # CONFIG_ATM is not set 309 326 # CONFIG_BRIDGE is not set ··· 320 355 # CONFIG_HAMRADIO is not set 321 356 # CONFIG_IRDA is not set 322 357 # CONFIG_BT is not set 323 - # CONFIG_IEEE80211 is not set 358 + # CONFIG_AF_RXRPC is not set 324 359 CONFIG_FIB_RULES=y 360 + 361 + # 362 + # Wireless 363 + # 364 + # CONFIG_CFG80211 is not set 365 + # CONFIG_WIRELESS_EXT is not set 366 + # CONFIG_MAC80211 is not set 367 + # CONFIG_IEEE80211 is not set 368 + # CONFIG_RFKILL is not set 369 + # CONFIG_NET_9P is not set 325 370 326 371 # 327 372 # Device Drivers ··· 344 369 CONFIG_PREVENT_FIRMWARE_BUILD=y 345 370 CONFIG_FW_LOADER=y 346 371 # CONFIG_SYS_HYPERVISOR is not set 347 - 348 - # 349 - # Connector - unified userspace <-> kernelspace linker 350 - # 351 - CONFIG_CONNECTOR=m 352 - 353 - # 354 - # Memory Technology Devices (MTD) 355 - # 372 + # CONFIG_CONNECTOR is not set 356 373 # CONFIG_MTD is not set 357 - 358 - # 359 - # Parallel port support 360 - # 361 374 # CONFIG_PARPORT is not set 362 - 363 - # 364 - # Plug and Play support 365 - # 366 - # CONFIG_PNPACPI is not set 367 - 368 - # 369 - # Block devices 370 - # 375 + CONFIG_BLK_DEV=y 371 376 # CONFIG_BLK_CPQ_DA is not set 372 377 # CONFIG_BLK_CPQ_CISS_DA is not set 373 378 # CONFIG_BLK_DEV_DAC960 is not set ··· 362 407 CONFIG_BLK_DEV_RAM_COUNT=16 363 408 CONFIG_BLK_DEV_RAM_SIZE=4096 364 409 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 365 - # CONFIG_BLK_DEV_INITRD is not set 366 410 # CONFIG_CDROM_PKTCDVD is not set 367 411 # CONFIG_ATA_OVER_ETH is not set 368 - 369 - # 370 - # Misc devices 371 - # 372 - CONFIG_SGI_IOC4=m 373 - # CONFIG_TIFM_CORE is not set 374 - 375 - # 376 - # ATA/ATAPI/MFM/RLL support 377 - # 412 + # CONFIG_MISC_DEVICES is not set 378 413 # CONFIG_IDE is not set 379 414 380 415 # ··· 372 427 # 373 428 # CONFIG_RAID_ATTRS is not set 374 429 CONFIG_SCSI=y 430 + CONFIG_SCSI_DMA=y 375 431 CONFIG_SCSI_TGT=m 376 432 # CONFIG_SCSI_NETLINK is not set 377 433 CONFIG_SCSI_PROC_FS=y ··· 394 448 # CONFIG_SCSI_CONSTANTS is not set 395 449 # CONFIG_SCSI_LOGGING is not set 396 450 CONFIG_SCSI_SCAN_ASYNC=y 451 + CONFIG_SCSI_WAIT_SCAN=m 397 452 398 453 # 399 454 # SCSI Transports ··· 405 458 CONFIG_SCSI_SAS_ATTRS=m 406 459 CONFIG_SCSI_SAS_LIBSAS=m 407 460 # CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set 408 - 409 - # 410 - # SCSI low-level drivers 411 - # 412 - # CONFIG_ISCSI_TCP is not set 413 - # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 414 - # CONFIG_SCSI_3W_9XXX is not set 415 - # CONFIG_SCSI_ACARD is not set 416 - # CONFIG_SCSI_AACRAID is not set 417 - # CONFIG_SCSI_AIC7XXX is not set 418 - # CONFIG_SCSI_AIC7XXX_OLD is not set 419 - # CONFIG_SCSI_AIC79XX is not set 420 - CONFIG_SCSI_AIC94XX=m 421 - # CONFIG_AIC94XX_DEBUG is not set 422 - # CONFIG_SCSI_DPT_I2O is not set 423 - # CONFIG_SCSI_ARCMSR is not set 424 - # CONFIG_MEGARAID_NEWGEN is not set 425 - # CONFIG_MEGARAID_LEGACY is not set 426 - # CONFIG_MEGARAID_SAS is not set 427 - # CONFIG_SCSI_HPTIOP is not set 428 - # CONFIG_SCSI_DMX3191D is not set 429 - # CONFIG_SCSI_FUTURE_DOMAIN is not set 430 - # CONFIG_SCSI_IPS is not set 431 - # CONFIG_SCSI_INITIO is not set 432 - # CONFIG_SCSI_INIA100 is not set 433 - # CONFIG_SCSI_STEX is not set 434 - # CONFIG_SCSI_SYM53C8XX_2 is not set 435 - # CONFIG_SCSI_QLOGIC_1280 is not set 436 - # CONFIG_SCSI_QLA_FC is not set 437 - # CONFIG_SCSI_QLA_ISCSI is not set 438 - # CONFIG_SCSI_LPFC is not set 439 - # CONFIG_SCSI_DC395x is not set 440 - # CONFIG_SCSI_DC390T is not set 441 - # CONFIG_SCSI_NSP32 is not set 442 - # CONFIG_SCSI_DEBUG is not set 443 - # CONFIG_SCSI_SRP is not set 444 - 445 - # 446 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 447 - # 461 + # CONFIG_SCSI_LOWLEVEL is not set 448 462 # CONFIG_ATA is not set 449 - 450 - # 451 - # Multi-device support (RAID and LVM) 452 - # 453 463 # CONFIG_MD is not set 454 464 455 465 # ··· 420 516 # 421 517 # IEEE 1394 (FireWire) support 422 518 # 519 + # CONFIG_FIREWIRE is not set 423 520 # CONFIG_IEEE1394 is not set 424 - 425 - # 426 - # I2O device support 427 - # 428 521 # CONFIG_I2O is not set 429 - 430 - # 431 - # Network device support 432 - # 433 522 CONFIG_NETDEVICES=y 523 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 434 524 # CONFIG_DUMMY is not set 435 525 # CONFIG_BONDING is not set 526 + # CONFIG_MACVLAN is not set 436 527 # CONFIG_EQUALIZER is not set 437 528 # CONFIG_TUN is not set 438 - 439 - # 440 - # ARCnet devices 441 - # 442 529 # CONFIG_ARCNET is not set 443 - 444 - # 445 - # PHY device support 446 - # 447 - CONFIG_PHYLIB=m 448 - 449 - # 450 - # MII PHY device drivers 451 - # 452 - CONFIG_MARVELL_PHY=m 453 - CONFIG_DAVICOM_PHY=m 454 - CONFIG_QSEMI_PHY=m 455 - CONFIG_LXT_PHY=m 456 - CONFIG_CICADA_PHY=m 457 - CONFIG_VITESSE_PHY=m 458 - CONFIG_SMSC_PHY=m 459 - # CONFIG_BROADCOM_PHY is not set 460 - # CONFIG_FIXED_PHY is not set 461 - 462 - # 463 - # Ethernet (10 or 100Mbit) 464 - # 530 + # CONFIG_PHYLIB is not set 465 531 CONFIG_NET_ETHERNET=y 466 532 CONFIG_MII=y 533 + # CONFIG_AX88796 is not set 467 534 # CONFIG_HAPPYMEAL is not set 468 535 # CONFIG_SUNGEM is not set 469 536 # CONFIG_CASSINI is not set 470 537 # CONFIG_NET_VENDOR_3COM is not set 471 538 # CONFIG_DM9000 is not set 472 - 473 - # 474 - # Tulip family network device support 475 - # 476 539 # CONFIG_NET_TULIP is not set 477 540 # CONFIG_HP100 is not set 478 541 CONFIG_NET_PCI=y ··· 448 577 # CONFIG_ADAPTEC_STARFIRE is not set 449 578 # CONFIG_B44 is not set 450 579 # CONFIG_FORCEDETH is not set 580 + # CONFIG_TC35815 is not set 451 581 # CONFIG_DGRS is not set 452 582 # CONFIG_EEPRO100 is not set 453 583 CONFIG_E100=y ··· 463 591 # CONFIG_TLAN is not set 464 592 # CONFIG_VIA_RHINE is not set 465 593 # CONFIG_SC92031 is not set 466 - 467 - # 468 - # Ethernet (1000 Mbit) 469 - # 470 - # CONFIG_ACENIC is not set 471 - # CONFIG_DL2K is not set 472 - # CONFIG_E1000 is not set 473 - # CONFIG_NS83820 is not set 474 - # CONFIG_HAMACHI is not set 475 - # CONFIG_YELLOWFIN is not set 476 - # CONFIG_R8169 is not set 477 - # CONFIG_SIS190 is not set 478 - # CONFIG_SKGE is not set 479 - # CONFIG_SKY2 is not set 480 - # CONFIG_SK98LIN is not set 481 - # CONFIG_VIA_VELOCITY is not set 482 - # CONFIG_TIGON3 is not set 483 - # CONFIG_BNX2 is not set 484 - CONFIG_QLA3XXX=m 485 - # CONFIG_ATL1 is not set 486 - 487 - # 488 - # Ethernet (10000 Mbit) 489 - # 490 - # CONFIG_CHELSIO_T1 is not set 491 - CONFIG_CHELSIO_T3=m 492 - # CONFIG_IXGB is not set 493 - # CONFIG_S2IO is not set 494 - # CONFIG_MYRI10GE is not set 495 - CONFIG_NETXEN_NIC=m 496 - 497 - # 498 - # Token Ring devices 499 - # 594 + # CONFIG_NETDEV_1000 is not set 595 + # CONFIG_NETDEV_10000 is not set 500 596 # CONFIG_TR is not set 501 597 502 598 # 503 - # Wireless LAN (non-hamradio) 599 + # Wireless LAN 504 600 # 505 - # CONFIG_NET_RADIO is not set 601 + # CONFIG_WLAN_PRE80211 is not set 602 + # CONFIG_WLAN_80211 is not set 506 603 507 604 # 508 - # Wan interfaces 605 + # USB Network Adapters 509 606 # 607 + CONFIG_USB_CATC=m 608 + CONFIG_USB_KAWETH=m 609 + CONFIG_USB_PEGASUS=m 610 + CONFIG_USB_RTL8150=m 611 + # CONFIG_USB_USBNET_MII is not set 612 + # CONFIG_USB_USBNET is not set 510 613 # CONFIG_WAN is not set 511 614 # CONFIG_FDDI is not set 512 615 # CONFIG_HIPPI is not set ··· 492 645 # CONFIG_NETCONSOLE is not set 493 646 # CONFIG_NETPOLL is not set 494 647 # CONFIG_NET_POLL_CONTROLLER is not set 495 - 496 - # 497 - # ISDN subsystem 498 - # 499 648 # CONFIG_ISDN is not set 500 - 501 - # 502 - # Telephony Support 503 - # 504 649 # CONFIG_PHONE is not set 505 650 506 651 # ··· 500 661 # 501 662 CONFIG_INPUT=y 502 663 # CONFIG_INPUT_FF_MEMLESS is not set 664 + # CONFIG_INPUT_POLLDEV is not set 503 665 504 666 # 505 667 # Userland interfaces ··· 517 677 # CONFIG_INPUT_KEYBOARD is not set 518 678 # CONFIG_INPUT_MOUSE is not set 519 679 # CONFIG_INPUT_JOYSTICK is not set 680 + # CONFIG_INPUT_TABLET is not set 520 681 # CONFIG_INPUT_TOUCHSCREEN is not set 521 682 # CONFIG_INPUT_MISC is not set 522 683 ··· 552 711 CONFIG_UNIX98_PTYS=y 553 712 CONFIG_LEGACY_PTYS=y 554 713 CONFIG_LEGACY_PTY_COUNT=256 555 - 556 - # 557 - # IPMI 558 - # 559 714 # CONFIG_IPMI_HANDLER is not set 560 - 561 - # 562 - # Watchdog Cards 563 - # 564 715 # CONFIG_WATCHDOG is not set 565 716 # CONFIG_HW_RANDOM is not set 566 717 # CONFIG_RTC is not set 567 - # CONFIG_GEN_RTC is not set 568 - # CONFIG_DTLK is not set 569 718 # CONFIG_R3964 is not set 570 719 # CONFIG_APPLICOM is not set 571 - # CONFIG_TANBAC_TB0219 is not set 720 + # CONFIG_GPIO_TB0219 is not set 572 721 # CONFIG_DRM is not set 573 722 CONFIG_GPIO_VR41XX=y 574 723 # CONFIG_RAW_DRIVER is not set 575 - 576 - # 577 - # TPM devices 578 - # 579 724 # CONFIG_TCG_TPM is not set 580 - 581 - # 582 - # I2C support 583 - # 725 + CONFIG_DEVPORT=y 584 726 # CONFIG_I2C is not set 585 727 586 728 # ··· 571 747 # 572 748 # CONFIG_SPI is not set 573 749 # CONFIG_SPI_MASTER is not set 574 - 575 - # 576 - # Dallas's 1-wire bus 577 - # 578 750 # CONFIG_W1 is not set 751 + # CONFIG_POWER_SUPPLY is not set 752 + # CONFIG_HWMON is not set 579 753 580 754 # 581 - # Hardware Monitoring support 755 + # Multifunction device drivers 582 756 # 583 - # CONFIG_HWMON is not set 584 - # CONFIG_HWMON_VID is not set 757 + # CONFIG_MFD_SM501 is not set 585 758 586 759 # 587 760 # Multimedia devices 588 761 # 589 762 # CONFIG_VIDEO_DEV is not set 590 - 591 - # 592 - # Digital Video Broadcasting Devices 593 - # 594 - # CONFIG_DVB is not set 595 - # CONFIG_USB_DABUSB is not set 763 + # CONFIG_DVB_CORE is not set 764 + # CONFIG_DAB is not set 596 765 597 766 # 598 767 # Graphics support 599 768 # 600 - # CONFIG_FIRMWARE_EDID is not set 769 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 770 + 771 + # 772 + # Display device support 773 + # 774 + # CONFIG_DISPLAY_SUPPORT is not set 775 + # CONFIG_VGASTATE is not set 776 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 601 777 # CONFIG_FB is not set 602 778 603 779 # ··· 605 781 # 606 782 # CONFIG_VGA_CONSOLE is not set 607 783 CONFIG_DUMMY_CONSOLE=y 608 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 609 784 610 785 # 611 786 # Sound 612 787 # 613 788 # CONFIG_SOUND is not set 614 - 615 - # 616 - # HID Devices 617 - # 618 - CONFIG_HID=y 619 - # CONFIG_HID_DEBUG is not set 620 - 621 - # 622 - # USB support 623 - # 789 + # CONFIG_HID_SUPPORT is not set 790 + CONFIG_USB_SUPPORT=y 624 791 CONFIG_USB_ARCH_HAS_HCD=y 625 792 CONFIG_USB_ARCH_HAS_OHCI=y 626 793 CONFIG_USB_ARCH_HAS_EHCI=y ··· 622 807 # Miscellaneous USB options 623 808 # 624 809 CONFIG_USB_DEVICEFS=y 810 + CONFIG_USB_DEVICE_CLASS=y 625 811 # CONFIG_USB_DYNAMIC_MINORS is not set 626 - # CONFIG_USB_SUSPEND is not set 627 812 # CONFIG_USB_OTG is not set 628 813 629 814 # ··· 633 818 # CONFIG_USB_EHCI_SPLIT_ISO is not set 634 819 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 635 820 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 636 - # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set 637 821 # CONFIG_USB_ISP116X_HCD is not set 638 822 CONFIG_USB_OHCI_HCD=y 639 823 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set ··· 640 826 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 641 827 # CONFIG_USB_UHCI_HCD is not set 642 828 # CONFIG_USB_SL811_HCD is not set 829 + # CONFIG_USB_R8A66597_HCD is not set 643 830 644 831 # 645 832 # USB Device Class drivers 646 833 # 647 - # CONFIG_USB_ACM is not set 834 + CONFIG_USB_ACM=y 648 835 # CONFIG_USB_PRINTER is not set 649 836 650 837 # ··· 669 854 # CONFIG_USB_LIBUSUAL is not set 670 855 671 856 # 672 - # USB Input Devices 673 - # 674 - # CONFIG_USB_HID is not set 675 - 676 - # 677 - # USB HID Boot Protocol drivers 678 - # 679 - # CONFIG_USB_KBD is not set 680 - # CONFIG_USB_MOUSE is not set 681 - # CONFIG_USB_AIPTEK is not set 682 - # CONFIG_USB_WACOM is not set 683 - # CONFIG_USB_ACECAD is not set 684 - # CONFIG_USB_KBTAB is not set 685 - # CONFIG_USB_POWERMATE is not set 686 - # CONFIG_USB_TOUCHSCREEN is not set 687 - # CONFIG_USB_YEALINK is not set 688 - # CONFIG_USB_XPAD is not set 689 - # CONFIG_USB_ATI_REMOTE is not set 690 - # CONFIG_USB_ATI_REMOTE2 is not set 691 - # CONFIG_USB_KEYSPAN_REMOTE is not set 692 - # CONFIG_USB_APPLETOUCH is not set 693 - # CONFIG_USB_GTCO is not set 694 - 695 - # 696 857 # USB Imaging devices 697 858 # 698 859 # CONFIG_USB_MDC800 is not set 699 860 # CONFIG_USB_MICROTEK is not set 700 - 701 - # 702 - # USB Network Adapters 703 - # 704 - # CONFIG_USB_CATC is not set 705 - # CONFIG_USB_KAWETH is not set 706 - # CONFIG_USB_PEGASUS is not set 707 - # CONFIG_USB_RTL8150 is not set 708 - # CONFIG_USB_USBNET_MII is not set 709 - # CONFIG_USB_USBNET is not set 710 861 # CONFIG_USB_MON is not set 711 862 712 863 # ··· 705 924 # CONFIG_USB_SISUSBVGA is not set 706 925 # CONFIG_USB_LD is not set 707 926 # CONFIG_USB_TRANCEVIBRATOR is not set 927 + # CONFIG_USB_IOWARRIOR is not set 708 928 # CONFIG_USB_TEST is not set 709 929 710 930 # ··· 716 934 # USB Gadget Support 717 935 # 718 936 # CONFIG_USB_GADGET is not set 719 - 720 - # 721 - # MMC/SD Card support 722 - # 723 937 # CONFIG_MMC is not set 724 - 725 - # 726 - # LED devices 727 - # 728 938 # CONFIG_NEW_LEDS is not set 729 - 730 - # 731 - # LED drivers 732 - # 733 - 734 - # 735 - # LED Triggers 736 - # 737 - 738 - # 739 - # InfiniBand support 740 - # 741 939 # CONFIG_INFINIBAND is not set 742 - 743 - # 744 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 745 - # 746 - 747 - # 748 - # Real Time Clock 749 - # 750 940 CONFIG_RTC_LIB=y 751 941 CONFIG_RTC_CLASS=y 752 942 CONFIG_RTC_HCTOSYS=y ··· 732 978 CONFIG_RTC_INTF_PROC=y 733 979 CONFIG_RTC_INTF_DEV=y 734 980 # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set 981 + # CONFIG_RTC_DRV_TEST is not set 735 982 736 983 # 737 - # RTC drivers 984 + # SPI RTC drivers 738 985 # 986 + 987 + # 988 + # Platform RTC drivers 989 + # 990 + # CONFIG_RTC_DRV_CMOS is not set 739 991 # CONFIG_RTC_DRV_DS1553 is not set 992 + # CONFIG_RTC_DRV_STK17TA8 is not set 740 993 # CONFIG_RTC_DRV_DS1742 is not set 741 994 # CONFIG_RTC_DRV_M48T86 is not set 742 - CONFIG_RTC_DRV_VR41XX=y 743 - # CONFIG_RTC_DRV_TEST is not set 995 + # CONFIG_RTC_DRV_M48T59 is not set 744 996 # CONFIG_RTC_DRV_V3020 is not set 997 + 998 + # 999 + # on-CPU RTC drivers 1000 + # 1001 + CONFIG_RTC_DRV_VR41XX=y 745 1002 746 1003 # 747 1004 # DMA Engine support ··· 768 1003 # 769 1004 770 1005 # 771 - # Auxiliary Display support 1006 + # Userspace I/O 772 1007 # 773 - 774 - # 775 - # Virtualization 776 - # 1008 + # CONFIG_UIO is not set 777 1009 778 1010 # 779 1011 # File systems ··· 794 1032 CONFIG_DNOTIFY=y 795 1033 # CONFIG_AUTOFS_FS is not set 796 1034 CONFIG_AUTOFS4_FS=y 797 - CONFIG_FUSE_FS=m 1035 + # CONFIG_FUSE_FS is not set 798 1036 CONFIG_GENERIC_ACL=y 799 1037 800 1038 # ··· 821 1059 CONFIG_TMPFS_POSIX_ACL=y 822 1060 # CONFIG_HUGETLB_PAGE is not set 823 1061 CONFIG_RAMFS=y 824 - CONFIG_CONFIGFS_FS=m 1062 + # CONFIG_CONFIGFS_FS is not set 825 1063 826 1064 # 827 1065 # Miscellaneous filesystems ··· 859 1097 CONFIG_EXPORTFS=m 860 1098 CONFIG_NFS_COMMON=y 861 1099 CONFIG_SUNRPC=y 1100 + # CONFIG_SUNRPC_BIND34 is not set 862 1101 # CONFIG_RPCSEC_GSS_KRB5 is not set 863 1102 # CONFIG_RPCSEC_GSS_SPKM3 is not set 864 1103 # CONFIG_SMB_FS is not set ··· 867 1104 # CONFIG_NCP_FS is not set 868 1105 # CONFIG_CODA_FS is not set 869 1106 # CONFIG_AFS_FS is not set 870 - # CONFIG_9P_FS is not set 871 1107 872 1108 # 873 1109 # Partition Types ··· 882 1120 # 883 1121 # Distributed Lock Manager 884 1122 # 885 - CONFIG_DLM=m 886 - CONFIG_DLM_TCP=y 887 - # CONFIG_DLM_SCTP is not set 888 - # CONFIG_DLM_DEBUG is not set 1123 + # CONFIG_DLM is not set 889 1124 890 1125 # 891 1126 # Profiling support ··· 900 1141 # CONFIG_DEBUG_FS is not set 901 1142 # CONFIG_HEADERS_CHECK is not set 902 1143 # CONFIG_DEBUG_KERNEL is not set 903 - CONFIG_LOG_BUF_SHIFT=14 904 1144 CONFIG_CROSSCOMPILE=y 905 1145 CONFIG_CMDLINE="mem=32M console=ttyVR0,115200" 906 1146 ··· 908 1150 # 909 1151 # CONFIG_KEYS is not set 910 1152 # CONFIG_SECURITY is not set 911 - 912 - # 913 - # Cryptographic options 914 - # 915 - CONFIG_CRYPTO=y 916 - CONFIG_CRYPTO_ALGAPI=y 917 - CONFIG_CRYPTO_BLKCIPHER=m 918 - CONFIG_CRYPTO_HASH=m 919 - CONFIG_CRYPTO_MANAGER=m 920 - CONFIG_CRYPTO_HMAC=m 921 - CONFIG_CRYPTO_XCBC=m 922 - CONFIG_CRYPTO_NULL=m 923 - CONFIG_CRYPTO_MD4=m 924 - CONFIG_CRYPTO_MD5=y 925 - CONFIG_CRYPTO_SHA1=m 926 - CONFIG_CRYPTO_SHA256=m 927 - CONFIG_CRYPTO_SHA512=m 928 - CONFIG_CRYPTO_WP512=m 929 - CONFIG_CRYPTO_TGR192=m 930 - CONFIG_CRYPTO_GF128MUL=m 931 - CONFIG_CRYPTO_ECB=m 932 - CONFIG_CRYPTO_CBC=m 933 - CONFIG_CRYPTO_PCBC=m 934 - CONFIG_CRYPTO_LRW=m 935 - CONFIG_CRYPTO_DES=m 936 - CONFIG_CRYPTO_FCRYPT=m 937 - CONFIG_CRYPTO_BLOWFISH=m 938 - CONFIG_CRYPTO_TWOFISH=m 939 - CONFIG_CRYPTO_TWOFISH_COMMON=m 940 - CONFIG_CRYPTO_SERPENT=m 941 - CONFIG_CRYPTO_AES=m 942 - CONFIG_CRYPTO_CAST5=m 943 - CONFIG_CRYPTO_CAST6=m 944 - CONFIG_CRYPTO_TEA=m 945 - CONFIG_CRYPTO_ARC4=m 946 - CONFIG_CRYPTO_KHAZAD=m 947 - CONFIG_CRYPTO_ANUBIS=m 948 - CONFIG_CRYPTO_DEFLATE=m 949 - CONFIG_CRYPTO_MICHAEL_MIC=m 950 - CONFIG_CRYPTO_CRC32C=m 951 - CONFIG_CRYPTO_CAMELLIA=m 952 - # CONFIG_CRYPTO_TEST is not set 953 - 954 - # 955 - # Hardware crypto devices 956 - # 1153 + # CONFIG_CRYPTO is not set 957 1154 958 1155 # 959 1156 # Library routines 960 1157 # 1158 + CONFIG_BITREVERSE=m 961 1159 # CONFIG_CRC_CCITT is not set 962 1160 # CONFIG_CRC16 is not set 963 - # CONFIG_CRC32 is not set 964 - CONFIG_LIBCRC32C=m 1161 + # CONFIG_CRC_ITU_T is not set 1162 + CONFIG_CRC32=m 1163 + # CONFIG_CRC7 is not set 1164 + # CONFIG_LIBCRC32C is not set 965 1165 CONFIG_ZLIB_INFLATE=m 966 - CONFIG_ZLIB_DEFLATE=m 967 1166 CONFIG_PLIST=y 968 1167 CONFIG_HAS_IOMEM=y 969 1168 CONFIG_HAS_IOPORT=y 1169 + CONFIG_HAS_DMA=y
+196 -402
arch/mips/configs/tb0287_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21-rc1 4 - # Thu Feb 22 10:38:09 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Thu Aug 9 14:03:54 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 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 11 + # CONFIG_MACH_ALCHEMY is not set 25 12 # CONFIG_BASLER_EXCITE is not set 26 13 # CONFIG_MIPS_COBALT is not set 27 14 # CONFIG_MACH_DECSTATION is not set 28 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 29 17 # CONFIG_MIPS_ATLAS is not set 30 18 # CONFIG_MIPS_MALTA is not set 31 19 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 20 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 21 + # CONFIG_MARKEINS is not set 22 + CONFIG_MACH_VR41XX=y 36 23 # CONFIG_PNX8550_JBS is not set 37 24 # CONFIG_PNX8550_STB810 is not set 38 - CONFIG_MACH_VR41XX=y 25 + # CONFIG_PMC_MSP is not set 39 26 # CONFIG_PMC_YOSEMITE is not set 40 27 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 28 # CONFIG_SGI_IP22 is not set 43 29 # CONFIG_SGI_IP27 is not set 44 30 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 53 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 54 40 # CONFIG_SNI_RM is not set 55 41 # CONFIG_TOSHIBA_JMR3927 is not set 56 42 # CONFIG_TOSHIBA_RBTX4927 is not set 57 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 58 45 # CONFIG_CASIO_E55 is not set 59 46 # CONFIG_IBM_WORKPAD is not set 60 47 # CONFIG_NEC_CMBVR4133 is not set 61 48 CONFIG_TANBAC_TB022X=y 62 - # CONFIG_TANBAC_TB0226 is not set 63 - CONFIG_TANBAC_TB0287=y 64 49 # CONFIG_VICTOR_MPC30X is not set 65 50 # CONFIG_ZAO_CAPCELLA is not set 51 + # CONFIG_TANBAC_TB0219 is not set 52 + # CONFIG_TANBAC_TB0226 is not set 53 + CONFIG_TANBAC_TB0287=y 66 54 CONFIG_PCI_VR41XX=y 67 55 CONFIG_RWSEM_GENERIC_SPINLOCK=y 68 56 # CONFIG_ARCH_HAS_ILOG2_U32 is not set ··· 63 75 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 64 76 CONFIG_DMA_NONCOHERENT=y 65 77 CONFIG_DMA_NEED_PCI_MAP_STATE=y 78 + # CONFIG_HOTPLUG_CPU is not set 79 + # CONFIG_NO_IOPORT is not set 66 80 # CONFIG_CPU_BIG_ENDIAN is not set 67 81 CONFIG_CPU_LITTLE_ENDIAN=y 68 82 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y ··· 74 84 # 75 85 # CPU selection 76 86 # 87 + # CONFIG_CPU_LOONGSON2 is not set 77 88 # CONFIG_CPU_MIPS32_R1 is not set 78 89 # CONFIG_CPU_MIPS32_R2 is not set 79 90 # CONFIG_CPU_MIPS64_R1 is not set ··· 96 105 # CONFIG_CPU_SB1 is not set 97 106 CONFIG_SYS_HAS_CPU_VR41XX=y 98 107 CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y 99 - CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y 100 108 CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y 101 109 CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y 102 110 ··· 111 121 CONFIG_MIPS_MT_DISABLED=y 112 122 # CONFIG_MIPS_MT_SMP is not set 113 123 # CONFIG_MIPS_MT_SMTC is not set 114 - # CONFIG_MIPS_VPE_LOADER is not set 115 124 CONFIG_CPU_HAS_SYNC=y 116 125 CONFIG_GENERIC_HARDIRQS=y 117 126 CONFIG_GENERIC_IRQ_PROBE=y ··· 124 135 # CONFIG_SPARSEMEM_STATIC is not set 125 136 CONFIG_SPLIT_PTLOCK_CPUS=4 126 137 # CONFIG_RESOURCES_64BIT is not set 127 - CONFIG_ZONE_DMA_FLAG=1 138 + CONFIG_ZONE_DMA_FLAG=0 139 + CONFIG_VIRT_TO_BUS=y 128 140 # CONFIG_HZ_48 is not set 129 141 # CONFIG_HZ_100 is not set 130 142 # CONFIG_HZ_128 is not set 131 - # CONFIG_HZ_250 is not set 143 + CONFIG_HZ_250=y 132 144 # CONFIG_HZ_256 is not set 133 - CONFIG_HZ_1000=y 145 + # CONFIG_HZ_1000 is not set 134 146 # CONFIG_HZ_1024 is not set 135 147 CONFIG_SYS_SUPPORTS_ARBIT_HZ=y 136 - CONFIG_HZ=1000 148 + CONFIG_HZ=250 137 149 CONFIG_PREEMPT_NONE=y 138 150 # CONFIG_PREEMPT_VOLUNTARY is not set 139 151 # CONFIG_PREEMPT is not set 140 152 # CONFIG_KEXEC is not set 153 + CONFIG_SECCOMP=y 141 154 CONFIG_LOCKDEP_SUPPORT=y 142 155 CONFIG_STACKTRACE_SUPPORT=y 143 156 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 144 157 145 158 # 146 - # Code maturity level options 159 + # General setup 147 160 # 148 161 CONFIG_EXPERIMENTAL=y 149 162 CONFIG_BROKEN_ON_SMP=y 150 163 CONFIG_INIT_ENV_ARG_LIMIT=32 151 - 152 - # 153 - # General setup 154 - # 155 164 CONFIG_LOCALVERSION="" 156 165 CONFIG_LOCALVERSION_AUTO=y 157 166 CONFIG_SWAP=y 158 167 CONFIG_SYSVIPC=y 159 - # CONFIG_IPC_NS is not set 160 168 CONFIG_SYSVIPC_SYSCTL=y 161 169 # CONFIG_POSIX_MQUEUE is not set 162 170 # CONFIG_BSD_PROCESS_ACCT is not set 163 171 # CONFIG_TASKSTATS is not set 164 - # CONFIG_UTS_NS is not set 172 + # CONFIG_USER_NS is not set 165 173 # CONFIG_AUDIT is not set 166 174 # CONFIG_IKCONFIG is not set 175 + CONFIG_LOG_BUF_SHIFT=14 167 176 CONFIG_SYSFS_DEPRECATED=y 168 177 # CONFIG_RELAY is not set 178 + # CONFIG_BLK_DEV_INITRD is not set 169 179 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 170 180 CONFIG_SYSCTL=y 171 181 CONFIG_EMBEDDED=y 172 182 # CONFIG_SYSCTL_SYSCALL is not set 173 183 CONFIG_KALLSYMS=y 174 184 # CONFIG_KALLSYMS_EXTRA_PASS is not set 175 - # CONFIG_HOTPLUG is not set 185 + CONFIG_HOTPLUG=y 176 186 CONFIG_PRINTK=y 177 187 CONFIG_BUG=y 178 188 CONFIG_ELF_CORE=y 179 189 CONFIG_BASE_FULL=y 180 190 CONFIG_FUTEX=y 191 + CONFIG_ANON_INODES=y 181 192 CONFIG_EPOLL=y 193 + CONFIG_SIGNALFD=y 194 + CONFIG_TIMERFD=y 195 + CONFIG_EVENTFD=y 182 196 CONFIG_SHMEM=y 183 - CONFIG_SLAB=y 184 197 CONFIG_VM_EVENT_COUNTERS=y 198 + CONFIG_SLAB=y 199 + # CONFIG_SLUB is not set 200 + # CONFIG_SLOB is not set 185 201 CONFIG_RT_MUTEXES=y 186 202 # CONFIG_TINY_SHMEM is not set 187 203 CONFIG_BASE_SMALL=0 188 - # CONFIG_SLOB is not set 189 - 190 - # 191 - # Loadable module support 192 - # 193 204 CONFIG_MODULES=y 194 205 CONFIG_MODULE_UNLOAD=y 195 - # CONFIG_MODULE_FORCE_UNLOAD is not set 206 + CONFIG_MODULE_FORCE_UNLOAD=y 196 207 CONFIG_MODVERSIONS=y 197 208 CONFIG_MODULE_SRCVERSION_ALL=y 198 209 CONFIG_KMOD=y 199 - 200 - # 201 - # Block layer 202 - # 203 210 CONFIG_BLOCK=y 204 211 # CONFIG_LBD is not set 205 212 # CONFIG_BLK_DEV_IO_TRACE is not set 206 213 # CONFIG_LSF is not set 214 + # CONFIG_BLK_DEV_BSG is not set 207 215 208 216 # 209 217 # IO Schedulers ··· 220 234 # 221 235 CONFIG_HW_HAS_PCI=y 222 236 CONFIG_PCI=y 237 + # CONFIG_ARCH_SUPPORTS_MSI is not set 223 238 CONFIG_MMU=y 224 239 225 240 # 226 241 # PCCARD (PCMCIA/CardBus) support 227 242 # 228 - 229 - # 230 - # PCI Hotplug Support 231 - # 243 + # CONFIG_PCCARD is not set 244 + # CONFIG_HOTPLUG_PCI is not set 232 245 233 246 # 234 247 # Executable file formats ··· 239 254 # 240 255 # Power management options 241 256 # 242 - CONFIG_PM=y 243 - # CONFIG_PM_LEGACY is not set 244 - # CONFIG_PM_DEBUG is not set 245 - # CONFIG_PM_SYSFS_DEPRECATED is not set 257 + # CONFIG_PM is not set 246 258 247 259 # 248 260 # Networking ··· 249 267 # 250 268 # Networking options 251 269 # 252 - # CONFIG_NETDEBUG is not set 253 270 CONFIG_PACKET=y 254 271 # CONFIG_PACKET_MMAP is not set 255 272 CONFIG_UNIX=y 256 - CONFIG_XFRM=y 257 - # CONFIG_XFRM_USER is not set 258 - # CONFIG_XFRM_SUB_POLICY is not set 259 - CONFIG_XFRM_MIGRATE=y 260 273 # CONFIG_NET_KEY is not set 261 274 CONFIG_INET=y 262 275 CONFIG_IP_MULTICAST=y ··· 261 284 CONFIG_IP_FIB_HASH=y 262 285 CONFIG_IP_MULTIPLE_TABLES=y 263 286 CONFIG_IP_ROUTE_MULTIPATH=y 264 - # CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set 265 287 CONFIG_IP_ROUTE_VERBOSE=y 266 288 CONFIG_IP_PNP=y 267 289 # CONFIG_IP_PNP_DHCP is not set ··· 277 301 # CONFIG_INET_IPCOMP is not set 278 302 # CONFIG_INET_XFRM_TUNNEL is not set 279 303 CONFIG_INET_TUNNEL=m 280 - CONFIG_INET_XFRM_MODE_TRANSPORT=m 281 - CONFIG_INET_XFRM_MODE_TUNNEL=m 282 - CONFIG_INET_XFRM_MODE_BEET=y 304 + # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 305 + # CONFIG_INET_XFRM_MODE_TUNNEL is not set 306 + # CONFIG_INET_XFRM_MODE_BEET is not set 283 307 CONFIG_INET_DIAG=y 284 308 CONFIG_INET_TCP_DIAG=y 285 309 CONFIG_TCP_CONG_ADVANCED=y ··· 293 317 # CONFIG_TCP_CONG_SCALABLE is not set 294 318 # CONFIG_TCP_CONG_LP is not set 295 319 # CONFIG_TCP_CONG_VENO is not set 320 + # CONFIG_TCP_CONG_YEAH is not set 321 + # CONFIG_TCP_CONG_ILLINOIS is not set 296 322 CONFIG_DEFAULT_BIC=y 297 323 # CONFIG_DEFAULT_CUBIC is not set 298 324 # CONFIG_DEFAULT_HTCP is not set ··· 302 324 # CONFIG_DEFAULT_WESTWOOD is not set 303 325 # CONFIG_DEFAULT_RENO is not set 304 326 CONFIG_DEFAULT_TCP_CONG="bic" 305 - CONFIG_TCP_MD5SIG=y 327 + # CONFIG_TCP_MD5SIG is not set 306 328 # CONFIG_IPV6 is not set 307 329 # CONFIG_INET6_XFRM_TUNNEL is not set 308 330 # CONFIG_INET6_TUNNEL is not set 309 331 CONFIG_NETWORK_SECMARK=y 310 332 # CONFIG_NETFILTER is not set 311 - 312 - # 313 - # DCCP Configuration (EXPERIMENTAL) 314 - # 315 333 # CONFIG_IP_DCCP is not set 316 - 317 - # 318 - # SCTP Configuration (EXPERIMENTAL) 319 - # 320 334 # CONFIG_IP_SCTP is not set 321 - 322 - # 323 - # TIPC Configuration (EXPERIMENTAL) 324 - # 325 335 # CONFIG_TIPC is not set 326 336 # CONFIG_ATM is not set 327 337 # CONFIG_BRIDGE is not set ··· 335 369 # CONFIG_HAMRADIO is not set 336 370 # CONFIG_IRDA is not set 337 371 # CONFIG_BT is not set 338 - # CONFIG_IEEE80211 is not set 372 + # CONFIG_AF_RXRPC is not set 339 373 CONFIG_FIB_RULES=y 374 + 375 + # 376 + # Wireless 377 + # 378 + # CONFIG_CFG80211 is not set 379 + # CONFIG_WIRELESS_EXT is not set 380 + # CONFIG_MAC80211 is not set 381 + # CONFIG_IEEE80211 is not set 382 + # CONFIG_RFKILL is not set 383 + # CONFIG_NET_9P is not set 340 384 341 385 # 342 386 # Device Drivers ··· 357 381 # 358 382 CONFIG_STANDALONE=y 359 383 CONFIG_PREVENT_FIRMWARE_BUILD=y 384 + CONFIG_FW_LOADER=m 360 385 # CONFIG_SYS_HYPERVISOR is not set 361 - 362 - # 363 - # Connector - unified userspace <-> kernelspace linker 364 - # 365 386 # CONFIG_CONNECTOR is not set 366 - 367 - # 368 - # Memory Technology Devices (MTD) 369 - # 370 387 # CONFIG_MTD is not set 371 - 372 - # 373 - # Parallel port support 374 - # 375 388 # CONFIG_PARPORT is not set 376 - 377 - # 378 - # Plug and Play support 379 - # 380 - # CONFIG_PNPACPI is not set 381 - 382 - # 383 - # Block devices 384 - # 389 + CONFIG_BLK_DEV=y 385 390 # CONFIG_BLK_CPQ_DA is not set 386 391 # CONFIG_BLK_CPQ_CISS_DA is not set 387 392 # CONFIG_BLK_DEV_DAC960 is not set ··· 377 420 CONFIG_BLK_DEV_RAM_COUNT=16 378 421 CONFIG_BLK_DEV_RAM_SIZE=4096 379 422 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 380 - # CONFIG_BLK_DEV_INITRD is not set 381 423 # CONFIG_CDROM_PKTCDVD is not set 382 424 # CONFIG_ATA_OVER_ETH is not set 383 - 384 - # 385 - # Misc devices 386 - # 387 - CONFIG_SGI_IOC4=m 388 - # CONFIG_TIFM_CORE is not set 389 - 390 - # 391 - # ATA/ATAPI/MFM/RLL support 392 - # 425 + # CONFIG_MISC_DEVICES is not set 393 426 # CONFIG_IDE is not set 394 427 395 428 # ··· 387 440 # 388 441 # CONFIG_RAID_ATTRS is not set 389 442 CONFIG_SCSI=y 443 + CONFIG_SCSI_DMA=y 390 444 CONFIG_SCSI_TGT=m 391 445 # CONFIG_SCSI_NETLINK is not set 392 446 CONFIG_SCSI_PROC_FS=y ··· 409 461 # CONFIG_SCSI_CONSTANTS is not set 410 462 # CONFIG_SCSI_LOGGING is not set 411 463 CONFIG_SCSI_SCAN_ASYNC=y 464 + CONFIG_SCSI_WAIT_SCAN=m 412 465 413 466 # 414 467 # SCSI Transports ··· 417 468 # CONFIG_SCSI_SPI_ATTRS is not set 418 469 # CONFIG_SCSI_FC_ATTRS is not set 419 470 # CONFIG_SCSI_ISCSI_ATTRS is not set 420 - # CONFIG_SCSI_SAS_ATTRS is not set 421 471 # CONFIG_SCSI_SAS_LIBSAS is not set 422 - 423 - # 424 - # SCSI low-level drivers 425 - # 426 - # CONFIG_ISCSI_TCP is not set 427 - # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 428 - # CONFIG_SCSI_3W_9XXX is not set 429 - # CONFIG_SCSI_ACARD is not set 430 - # CONFIG_SCSI_AACRAID is not set 431 - # CONFIG_SCSI_AIC7XXX is not set 432 - # CONFIG_SCSI_AIC7XXX_OLD is not set 433 - # CONFIG_SCSI_AIC79XX is not set 434 - # CONFIG_SCSI_AIC94XX is not set 435 - # CONFIG_SCSI_DPT_I2O is not set 436 - # CONFIG_SCSI_ARCMSR is not set 437 - # CONFIG_MEGARAID_NEWGEN is not set 438 - # CONFIG_MEGARAID_LEGACY is not set 439 - # CONFIG_MEGARAID_SAS is not set 440 - # CONFIG_SCSI_HPTIOP is not set 441 - # CONFIG_SCSI_DMX3191D is not set 442 - # CONFIG_SCSI_FUTURE_DOMAIN is not set 443 - # CONFIG_SCSI_IPS is not set 444 - # CONFIG_SCSI_INITIO is not set 445 - # CONFIG_SCSI_INIA100 is not set 446 - # CONFIG_SCSI_STEX is not set 447 - # CONFIG_SCSI_SYM53C8XX_2 is not set 448 - # CONFIG_SCSI_IPR is not set 449 - # CONFIG_SCSI_QLOGIC_1280 is not set 450 - # CONFIG_SCSI_QLA_FC is not set 451 - # CONFIG_SCSI_QLA_ISCSI is not set 452 - # CONFIG_SCSI_LPFC is not set 453 - # CONFIG_SCSI_DC395x is not set 454 - # CONFIG_SCSI_DC390T is not set 455 - # CONFIG_SCSI_NSP32 is not set 456 - # CONFIG_SCSI_DEBUG is not set 457 - # CONFIG_SCSI_SRP is not set 458 - 459 - # 460 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 461 - # 472 + # CONFIG_SCSI_LOWLEVEL is not set 462 473 CONFIG_ATA=y 463 474 # CONFIG_ATA_NONSTANDARD is not set 464 475 # CONFIG_SATA_AHCI is not set ··· 441 532 # CONFIG_PATA_AMD is not set 442 533 # CONFIG_PATA_ARTOP is not set 443 534 # CONFIG_PATA_ATIIXP is not set 535 + # CONFIG_PATA_CMD640_PCI is not set 444 536 # CONFIG_PATA_CMD64X is not set 445 537 # CONFIG_PATA_CS5520 is not set 446 538 # CONFIG_PATA_CS5530 is not set ··· 474 564 # CONFIG_PATA_VIA is not set 475 565 # CONFIG_PATA_WINBOND is not set 476 566 # CONFIG_PATA_PLATFORM is not set 477 - 478 - # 479 - # Multi-device support (RAID and LVM) 480 - # 481 567 # CONFIG_MD is not set 482 568 483 569 # ··· 487 581 # 488 582 # IEEE 1394 (FireWire) support 489 583 # 584 + # CONFIG_FIREWIRE is not set 490 585 CONFIG_IEEE1394=m 491 586 492 587 # 493 588 # Subsystem Options 494 589 # 495 590 # CONFIG_IEEE1394_VERBOSEDEBUG is not set 496 - CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y 497 - CONFIG_IEEE1394_CONFIG_ROM_IP1394=y 498 591 499 592 # 500 - # Device Drivers 593 + # Controllers 501 594 # 502 595 503 596 # ··· 505 600 CONFIG_IEEE1394_OHCI1394=m 506 601 507 602 # 508 - # Protocol Drivers 603 + # Protocols 509 604 # 510 605 CONFIG_IEEE1394_VIDEO1394=m 511 606 CONFIG_IEEE1394_SBP2=m 607 + # CONFIG_IEEE1394_SBP2_PHYS_DMA is not set 608 + CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y 512 609 CONFIG_IEEE1394_ETH1394=m 513 610 CONFIG_IEEE1394_DV1394=m 514 611 CONFIG_IEEE1394_RAWIO=m 515 - 516 - # 517 - # I2O device support 518 - # 519 612 # CONFIG_I2O is not set 520 - 521 - # 522 - # Network device support 523 - # 524 613 CONFIG_NETDEVICES=y 525 - CONFIG_DUMMY=m 614 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 615 + # CONFIG_DUMMY is not set 526 616 # CONFIG_BONDING is not set 617 + # CONFIG_MACVLAN is not set 527 618 # CONFIG_EQUALIZER is not set 528 619 # CONFIG_TUN is not set 529 - 530 - # 531 - # ARCnet devices 532 - # 533 620 # CONFIG_ARCNET is not set 534 - 535 - # 536 - # PHY device support 537 - # 538 621 # CONFIG_PHYLIB is not set 539 - 540 - # 541 - # Ethernet (10 or 100Mbit) 542 - # 543 622 CONFIG_NET_ETHERNET=y 544 623 CONFIG_MII=y 624 + # CONFIG_AX88796 is not set 545 625 # CONFIG_HAPPYMEAL is not set 546 626 # CONFIG_SUNGEM is not set 547 627 # CONFIG_CASSINI is not set 548 628 # CONFIG_NET_VENDOR_3COM is not set 549 629 # CONFIG_DM9000 is not set 550 - 551 - # 552 - # Tulip family network device support 553 - # 554 630 # CONFIG_NET_TULIP is not set 555 631 # CONFIG_HP100 is not set 556 - # CONFIG_NET_PCI is not set 557 - 558 - # 559 - # Ethernet (1000 Mbit) 560 - # 632 + CONFIG_NET_PCI=y 633 + # CONFIG_PCNET32 is not set 634 + # CONFIG_AMD8111_ETH is not set 635 + # CONFIG_ADAPTEC_STARFIRE is not set 636 + # CONFIG_B44 is not set 637 + # CONFIG_FORCEDETH is not set 638 + # CONFIG_TC35815 is not set 639 + # CONFIG_DGRS is not set 640 + # CONFIG_EEPRO100 is not set 641 + # CONFIG_E100 is not set 642 + # CONFIG_FEALNX is not set 643 + # CONFIG_NATSEMI is not set 644 + # CONFIG_NE2K_PCI is not set 645 + # CONFIG_8139CP is not set 646 + CONFIG_8139TOO=y 647 + CONFIG_8139TOO_PIO=y 648 + # CONFIG_8139TOO_TUNE_TWISTER is not set 649 + # CONFIG_8139TOO_8129 is not set 650 + # CONFIG_8139_OLD_RX_RESET is not set 651 + # CONFIG_SIS900 is not set 652 + # CONFIG_EPIC100 is not set 653 + # CONFIG_SUNDANCE is not set 654 + # CONFIG_TLAN is not set 655 + CONFIG_VIA_RHINE=y 656 + CONFIG_VIA_RHINE_MMIO=y 657 + # CONFIG_VIA_RHINE_NAPI is not set 658 + # CONFIG_SC92031 is not set 659 + CONFIG_NETDEV_1000=y 561 660 # CONFIG_ACENIC is not set 562 661 # CONFIG_DL2K is not set 563 662 # CONFIG_E1000 is not set ··· 573 664 # CONFIG_SIS190 is not set 574 665 # CONFIG_SKGE is not set 575 666 # CONFIG_SKY2 is not set 576 - # CONFIG_SK98LIN is not set 667 + CONFIG_VIA_VELOCITY=y 577 668 # CONFIG_TIGON3 is not set 578 669 # CONFIG_BNX2 is not set 579 670 # CONFIG_QLA3XXX is not set 580 671 # CONFIG_ATL1 is not set 581 - 582 - # 583 - # Ethernet (10000 Mbit) 584 - # 585 - # CONFIG_CHELSIO_T1 is not set 586 - CONFIG_CHELSIO_T3=m 587 - # CONFIG_IXGB is not set 588 - # CONFIG_S2IO is not set 589 - # CONFIG_MYRI10GE is not set 590 - CONFIG_NETXEN_NIC=m 591 - 592 - # 593 - # Token Ring devices 594 - # 672 + # CONFIG_NETDEV_10000 is not set 595 673 # CONFIG_TR is not set 596 674 597 675 # 598 - # Wireless LAN (non-hamradio) 676 + # Wireless LAN 599 677 # 600 - # CONFIG_NET_RADIO is not set 678 + # CONFIG_WLAN_PRE80211 is not set 679 + # CONFIG_WLAN_80211 is not set 601 680 602 681 # 603 - # Wan interfaces 682 + # USB Network Adapters 604 683 # 684 + # CONFIG_USB_CATC is not set 685 + # CONFIG_USB_KAWETH is not set 686 + # CONFIG_USB_PEGASUS is not set 687 + # CONFIG_USB_RTL8150 is not set 688 + # CONFIG_USB_USBNET_MII is not set 689 + # CONFIG_USB_USBNET is not set 605 690 # CONFIG_WAN is not set 606 691 # CONFIG_FDDI is not set 607 692 # CONFIG_HIPPI is not set ··· 606 703 # CONFIG_NETCONSOLE is not set 607 704 # CONFIG_NETPOLL is not set 608 705 # CONFIG_NET_POLL_CONTROLLER is not set 609 - 610 - # 611 - # ISDN subsystem 612 - # 613 706 # CONFIG_ISDN is not set 614 - 615 - # 616 - # Telephony Support 617 - # 618 707 # CONFIG_PHONE is not set 619 708 620 709 # ··· 614 719 # 615 720 CONFIG_INPUT=y 616 721 # CONFIG_INPUT_FF_MEMLESS is not set 722 + # CONFIG_INPUT_POLLDEV is not set 617 723 618 724 # 619 725 # Userland interfaces 620 726 # 621 - # CONFIG_INPUT_MOUSEDEV is not set 727 + CONFIG_INPUT_MOUSEDEV=y 728 + CONFIG_INPUT_MOUSEDEV_PSAUX=y 729 + CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 730 + CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 622 731 # CONFIG_INPUT_JOYDEV is not set 623 732 # CONFIG_INPUT_TSDEV is not set 624 733 # CONFIG_INPUT_EVDEV is not set ··· 634 735 # CONFIG_INPUT_KEYBOARD is not set 635 736 # CONFIG_INPUT_MOUSE is not set 636 737 # CONFIG_INPUT_JOYSTICK is not set 738 + # CONFIG_INPUT_TABLET is not set 637 739 # CONFIG_INPUT_TOUCHSCREEN is not set 638 740 # CONFIG_INPUT_MISC is not set 639 741 ··· 669 769 CONFIG_UNIX98_PTYS=y 670 770 CONFIG_LEGACY_PTYS=y 671 771 CONFIG_LEGACY_PTY_COUNT=256 672 - 673 - # 674 - # IPMI 675 - # 676 772 # CONFIG_IPMI_HANDLER is not set 677 - 678 - # 679 - # Watchdog Cards 680 - # 681 773 # CONFIG_WATCHDOG is not set 682 774 # CONFIG_HW_RANDOM is not set 683 775 # CONFIG_RTC is not set 684 - # CONFIG_GEN_RTC is not set 685 - # CONFIG_DTLK is not set 686 776 # CONFIG_R3964 is not set 687 777 # CONFIG_APPLICOM is not set 688 - # CONFIG_TANBAC_TB0219 is not set 778 + # CONFIG_GPIO_TB0219 is not set 689 779 # CONFIG_DRM is not set 690 780 CONFIG_GPIO_VR41XX=y 691 781 # CONFIG_RAW_DRIVER is not set 692 - 693 - # 694 - # TPM devices 695 - # 696 782 # CONFIG_TCG_TPM is not set 697 - 698 - # 699 - # I2C support 700 - # 783 + CONFIG_DEVPORT=y 701 784 # CONFIG_I2C is not set 702 785 703 786 # ··· 688 805 # 689 806 # CONFIG_SPI is not set 690 807 # CONFIG_SPI_MASTER is not set 691 - 692 - # 693 - # Dallas's 1-wire bus 694 - # 695 808 # CONFIG_W1 is not set 696 - 697 - # 698 - # Hardware Monitoring support 699 - # 809 + # CONFIG_POWER_SUPPLY is not set 700 810 # CONFIG_HWMON is not set 701 - # CONFIG_HWMON_VID is not set 702 811 703 812 # 704 813 # Multifunction device drivers ··· 701 826 # Multimedia devices 702 827 # 703 828 # CONFIG_VIDEO_DEV is not set 704 - 705 - # 706 - # Digital Video Broadcasting Devices 707 - # 708 - # CONFIG_DVB is not set 709 - # CONFIG_USB_DABUSB is not set 829 + # CONFIG_DVB_CORE is not set 830 + # CONFIG_DAB is not set 710 831 711 832 # 712 833 # Graphics support 713 834 # 714 835 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 836 + 837 + # 838 + # Display device support 839 + # 840 + # CONFIG_DISPLAY_SUPPORT is not set 841 + # CONFIG_VGASTATE is not set 842 + CONFIG_VIDEO_OUTPUT_CONTROL=m 715 843 CONFIG_FB=y 716 844 # CONFIG_FIRMWARE_EDID is not set 717 845 # CONFIG_FB_DDC is not set 718 846 CONFIG_FB_CFB_FILLRECT=y 719 847 CONFIG_FB_CFB_COPYAREA=y 720 848 CONFIG_FB_CFB_IMAGEBLIT=y 849 + # CONFIG_FB_SYS_FILLRECT is not set 850 + # CONFIG_FB_SYS_COPYAREA is not set 851 + # CONFIG_FB_SYS_IMAGEBLIT is not set 852 + # CONFIG_FB_SYS_FOPS is not set 853 + CONFIG_FB_DEFERRED_IO=y 721 854 # CONFIG_FB_SVGALIB is not set 722 855 # CONFIG_FB_MACMODES is not set 723 856 # CONFIG_FB_BACKLIGHT is not set ··· 733 850 # CONFIG_FB_TILEBLITTING is not set 734 851 735 852 # 736 - # Frambuffer hardware drivers 853 + # Frame buffer hardware drivers 737 854 # 738 855 # CONFIG_FB_CIRRUS is not set 739 856 # CONFIG_FB_PM2 is not set ··· 754 871 # CONFIG_FB_KYRO is not set 755 872 # CONFIG_FB_3DFX is not set 756 873 # CONFIG_FB_VOODOO1 is not set 757 - # CONFIG_FB_SMIVGX is not set 874 + # CONFIG_FB_VT8623 is not set 758 875 # CONFIG_FB_TRIDENT is not set 876 + # CONFIG_FB_ARK is not set 877 + # CONFIG_FB_PM3 is not set 759 878 CONFIG_FB_SM501=y 760 879 # CONFIG_FB_VIRTUAL is not set 761 880 ··· 766 881 # 767 882 # CONFIG_VGA_CONSOLE is not set 768 883 CONFIG_DUMMY_CONSOLE=y 769 - # CONFIG_FRAMEBUFFER_CONSOLE is not set 770 - 771 - # 772 - # Logo configuration 773 - # 884 + CONFIG_FRAMEBUFFER_CONSOLE=y 885 + # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set 886 + # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set 887 + CONFIG_FONTS=y 888 + CONFIG_FONT_8x8=y 889 + CONFIG_FONT_8x16=y 890 + # CONFIG_FONT_6x11 is not set 891 + # CONFIG_FONT_7x14 is not set 892 + # CONFIG_FONT_PEARL_8x8 is not set 893 + # CONFIG_FONT_ACORN_8x8 is not set 894 + # CONFIG_FONT_MINI_4x6 is not set 895 + # CONFIG_FONT_SUN8x16 is not set 896 + # CONFIG_FONT_SUN12x22 is not set 897 + # CONFIG_FONT_10x18 is not set 774 898 # CONFIG_LOGO is not set 775 899 776 900 # 777 901 # Sound 778 902 # 779 903 # CONFIG_SOUND is not set 780 - 781 - # 782 - # HID Devices 783 - # 904 + CONFIG_HID_SUPPORT=y 784 905 CONFIG_HID=y 785 906 # CONFIG_HID_DEBUG is not set 786 907 787 908 # 788 - # USB support 909 + # USB Input Devices 789 910 # 911 + CONFIG_USB_HID=m 912 + # CONFIG_USB_HIDINPUT_POWERBOOK is not set 913 + # CONFIG_HID_FF is not set 914 + # CONFIG_USB_HIDDEV is not set 915 + 916 + # 917 + # USB HID Boot Protocol drivers 918 + # 919 + # CONFIG_USB_KBD is not set 920 + # CONFIG_USB_MOUSE is not set 921 + CONFIG_USB_SUPPORT=y 790 922 CONFIG_USB_ARCH_HAS_HCD=y 791 923 CONFIG_USB_ARCH_HAS_OHCI=y 792 924 CONFIG_USB_ARCH_HAS_EHCI=y ··· 814 912 # Miscellaneous USB options 815 913 # 816 914 # CONFIG_USB_DEVICEFS is not set 915 + CONFIG_USB_DEVICE_CLASS=y 817 916 # CONFIG_USB_DYNAMIC_MINORS is not set 818 - # CONFIG_USB_SUSPEND is not set 819 917 # CONFIG_USB_OTG is not set 820 918 821 919 # ··· 825 923 # CONFIG_USB_EHCI_SPLIT_ISO is not set 826 924 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 827 925 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 828 - # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set 829 926 # CONFIG_USB_ISP116X_HCD is not set 830 927 CONFIG_USB_OHCI_HCD=m 831 928 # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set ··· 832 931 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 833 932 # CONFIG_USB_UHCI_HCD is not set 834 933 # CONFIG_USB_SL811_HCD is not set 934 + # CONFIG_USB_R8A66597_HCD is not set 835 935 836 936 # 837 937 # USB Device Class drivers ··· 861 959 # CONFIG_USB_LIBUSUAL is not set 862 960 863 961 # 864 - # USB Input Devices 865 - # 866 - CONFIG_USB_HID=m 867 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 868 - # CONFIG_HID_FF is not set 869 - # CONFIG_USB_HIDDEV is not set 870 - 871 - # 872 - # USB HID Boot Protocol drivers 873 - # 874 - # CONFIG_USB_KBD is not set 875 - # CONFIG_USB_MOUSE is not set 876 - # CONFIG_USB_AIPTEK is not set 877 - # CONFIG_USB_WACOM is not set 878 - # CONFIG_USB_ACECAD is not set 879 - # CONFIG_USB_KBTAB is not set 880 - # CONFIG_USB_POWERMATE is not set 881 - # CONFIG_USB_TOUCHSCREEN is not set 882 - # CONFIG_USB_YEALINK is not set 883 - # CONFIG_USB_XPAD is not set 884 - # CONFIG_USB_ATI_REMOTE is not set 885 - # CONFIG_USB_ATI_REMOTE2 is not set 886 - # CONFIG_USB_KEYSPAN_REMOTE is not set 887 - # CONFIG_USB_APPLETOUCH is not set 888 - # CONFIG_USB_GTCO is not set 889 - 890 - # 891 962 # USB Imaging devices 892 963 # 893 964 # CONFIG_USB_MDC800 is not set 894 965 # CONFIG_USB_MICROTEK is not set 895 - 896 - # 897 - # USB Network Adapters 898 - # 899 - # CONFIG_USB_CATC is not set 900 - # CONFIG_USB_KAWETH is not set 901 - # CONFIG_USB_PEGASUS is not set 902 - # CONFIG_USB_RTL8150 is not set 903 - # CONFIG_USB_USBNET_MII is not set 904 - # CONFIG_USB_USBNET is not set 905 966 CONFIG_USB_MON=y 906 967 907 968 # ··· 897 1032 # CONFIG_USB_SISUSBVGA is not set 898 1033 # CONFIG_USB_LD is not set 899 1034 # CONFIG_USB_TRANCEVIBRATOR is not set 1035 + # CONFIG_USB_IOWARRIOR is not set 900 1036 901 1037 # 902 1038 # USB DSL modem support ··· 907 1041 # USB Gadget Support 908 1042 # 909 1043 # CONFIG_USB_GADGET is not set 910 - 911 - # 912 - # MMC/SD Card support 913 - # 914 1044 # CONFIG_MMC is not set 915 - 916 - # 917 - # LED devices 918 - # 919 1045 # CONFIG_NEW_LEDS is not set 920 - 921 - # 922 - # LED drivers 923 - # 924 - 925 - # 926 - # LED Triggers 927 - # 928 - 929 - # 930 - # InfiniBand support 931 - # 932 1046 # CONFIG_INFINIBAND is not set 933 - 934 - # 935 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 936 - # 937 - 938 - # 939 - # Real Time Clock 940 - # 941 1047 # CONFIG_RTC_CLASS is not set 942 1048 943 1049 # ··· 926 1088 # 927 1089 928 1090 # 929 - # Auxiliary Display support 1091 + # Userspace I/O 930 1092 # 931 - 932 - # 933 - # Virtualization 934 - # 1093 + # CONFIG_UIO is not set 935 1094 936 1095 # 937 1096 # File systems ··· 946 1111 CONFIG_FS_MBCACHE=y 947 1112 # CONFIG_REISERFS_FS is not set 948 1113 # CONFIG_JFS_FS is not set 949 - # CONFIG_FS_POSIX_ACL is not set 1114 + CONFIG_FS_POSIX_ACL=y 950 1115 CONFIG_XFS_FS=y 951 1116 CONFIG_XFS_QUOTA=y 952 1117 # CONFIG_XFS_SECURITY is not set ··· 960 1125 CONFIG_INOTIFY_USER=y 961 1126 # CONFIG_QUOTA is not set 962 1127 CONFIG_QUOTACTL=y 963 - # CONFIG_DNOTIFY is not set 1128 + CONFIG_DNOTIFY=y 964 1129 # CONFIG_AUTOFS_FS is not set 965 1130 CONFIG_AUTOFS4_FS=y 966 1131 # CONFIG_FUSE_FS is not set 1132 + CONFIG_GENERIC_ACL=y 967 1133 968 1134 # 969 1135 # CD-ROM/DVD Filesystems ··· 987 1151 CONFIG_PROC_SYSCTL=y 988 1152 CONFIG_SYSFS=y 989 1153 CONFIG_TMPFS=y 990 - # CONFIG_TMPFS_POSIX_ACL is not set 1154 + CONFIG_TMPFS_POSIX_ACL=y 991 1155 # CONFIG_HUGETLB_PAGE is not set 992 1156 CONFIG_RAMFS=y 993 - CONFIG_CONFIGFS_FS=m 1157 + # CONFIG_CONFIGFS_FS is not set 994 1158 995 1159 # 996 1160 # Miscellaneous filesystems ··· 1017 1181 # CONFIG_NFS_V3_ACL is not set 1018 1182 # CONFIG_NFS_V4 is not set 1019 1183 # CONFIG_NFS_DIRECTIO is not set 1020 - # CONFIG_NFSD is not set 1184 + CONFIG_NFSD=m 1185 + CONFIG_NFSD_V3=y 1186 + # CONFIG_NFSD_V3_ACL is not set 1187 + # CONFIG_NFSD_V4 is not set 1188 + CONFIG_NFSD_TCP=y 1021 1189 CONFIG_ROOT_NFS=y 1022 1190 CONFIG_LOCKD=y 1023 1191 CONFIG_LOCKD_V4=y 1192 + CONFIG_EXPORTFS=m 1024 1193 CONFIG_NFS_COMMON=y 1025 1194 CONFIG_SUNRPC=y 1195 + # CONFIG_SUNRPC_BIND34 is not set 1026 1196 # CONFIG_RPCSEC_GSS_KRB5 is not set 1027 1197 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1028 1198 # CONFIG_SMB_FS is not set ··· 1036 1194 # CONFIG_NCP_FS is not set 1037 1195 # CONFIG_CODA_FS is not set 1038 1196 # CONFIG_AFS_FS is not set 1039 - # CONFIG_9P_FS is not set 1040 1197 1041 1198 # 1042 1199 # Partition Types ··· 1051 1210 # 1052 1211 # Distributed Lock Manager 1053 1212 # 1054 - CONFIG_DLM=m 1055 - CONFIG_DLM_TCP=y 1056 - # CONFIG_DLM_SCTP is not set 1057 - # CONFIG_DLM_DEBUG is not set 1213 + # CONFIG_DLM is not set 1058 1214 1059 1215 # 1060 1216 # Profiling support ··· 1069 1231 # CONFIG_DEBUG_FS is not set 1070 1232 # CONFIG_HEADERS_CHECK is not set 1071 1233 # CONFIG_DEBUG_KERNEL is not set 1072 - CONFIG_LOG_BUF_SHIFT=14 1073 1234 CONFIG_CROSSCOMPILE=y 1074 1235 CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" 1075 1236 ··· 1077 1240 # 1078 1241 # CONFIG_KEYS is not set 1079 1242 # CONFIG_SECURITY is not set 1080 - 1081 - # 1082 - # Cryptographic options 1083 - # 1084 - CONFIG_CRYPTO=y 1085 - CONFIG_CRYPTO_ALGAPI=y 1086 - CONFIG_CRYPTO_BLKCIPHER=m 1087 - CONFIG_CRYPTO_HASH=m 1088 - CONFIG_CRYPTO_MANAGER=m 1089 - CONFIG_CRYPTO_HMAC=m 1090 - CONFIG_CRYPTO_XCBC=m 1091 - CONFIG_CRYPTO_NULL=m 1092 - CONFIG_CRYPTO_MD4=m 1093 - CONFIG_CRYPTO_MD5=y 1094 - CONFIG_CRYPTO_SHA1=m 1095 - CONFIG_CRYPTO_SHA256=m 1096 - CONFIG_CRYPTO_SHA512=m 1097 - CONFIG_CRYPTO_WP512=m 1098 - CONFIG_CRYPTO_TGR192=m 1099 - CONFIG_CRYPTO_GF128MUL=m 1100 - CONFIG_CRYPTO_ECB=m 1101 - CONFIG_CRYPTO_CBC=m 1102 - CONFIG_CRYPTO_PCBC=m 1103 - CONFIG_CRYPTO_LRW=m 1104 - CONFIG_CRYPTO_DES=m 1105 - CONFIG_CRYPTO_FCRYPT=m 1106 - CONFIG_CRYPTO_BLOWFISH=m 1107 - CONFIG_CRYPTO_TWOFISH=m 1108 - CONFIG_CRYPTO_TWOFISH_COMMON=m 1109 - CONFIG_CRYPTO_SERPENT=m 1110 - CONFIG_CRYPTO_AES=m 1111 - CONFIG_CRYPTO_CAST5=m 1112 - CONFIG_CRYPTO_CAST6=m 1113 - CONFIG_CRYPTO_TEA=m 1114 - CONFIG_CRYPTO_ARC4=m 1115 - CONFIG_CRYPTO_KHAZAD=m 1116 - CONFIG_CRYPTO_ANUBIS=m 1117 - CONFIG_CRYPTO_DEFLATE=m 1118 - CONFIG_CRYPTO_MICHAEL_MIC=m 1119 - CONFIG_CRYPTO_CRC32C=m 1120 - CONFIG_CRYPTO_CAMELLIA=m 1121 - # CONFIG_CRYPTO_TEST is not set 1122 - 1123 - # 1124 - # Hardware crypto devices 1125 - # 1243 + # CONFIG_CRYPTO is not set 1126 1244 1127 1245 # 1128 1246 # Library routines 1129 1247 # 1130 1248 CONFIG_BITREVERSE=y 1131 - # CONFIG_CRC_CCITT is not set 1249 + CONFIG_CRC_CCITT=y 1132 1250 # CONFIG_CRC16 is not set 1251 + # CONFIG_CRC_ITU_T is not set 1133 1252 CONFIG_CRC32=y 1134 - CONFIG_LIBCRC32C=m 1253 + # CONFIG_CRC7 is not set 1254 + # CONFIG_LIBCRC32C is not set 1135 1255 CONFIG_ZLIB_INFLATE=m 1136 - CONFIG_ZLIB_DEFLATE=m 1137 1256 CONFIG_PLIST=y 1138 1257 CONFIG_HAS_IOMEM=y 1139 1258 CONFIG_HAS_IOPORT=y 1259 + CONFIG_HAS_DMA=y
+146 -373
arch/mips/configs/workpad_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20 4 - # Tue Feb 20 21:47:42 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Thu Aug 9 14:33:57 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 8 8 # 9 9 # Machine selection 10 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 11 + # CONFIG_MACH_ALCHEMY is not set 25 12 # CONFIG_BASLER_EXCITE is not set 26 13 # CONFIG_MIPS_COBALT is not set 27 14 # CONFIG_MACH_DECSTATION is not set 28 15 # CONFIG_MACH_JAZZ is not set 16 + # CONFIG_LEMOTE_FULONG is not set 29 17 # CONFIG_MIPS_ATLAS is not set 30 18 # CONFIG_MIPS_MALTA is not set 31 19 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 20 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 21 + # CONFIG_MARKEINS is not set 22 + CONFIG_MACH_VR41XX=y 36 23 # CONFIG_PNX8550_JBS is not set 37 24 # CONFIG_PNX8550_STB810 is not set 38 - CONFIG_MACH_VR41XX=y 25 + # CONFIG_PMC_MSP is not set 39 26 # CONFIG_PMC_YOSEMITE is not set 40 27 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 28 # CONFIG_SGI_IP22 is not set 43 29 # CONFIG_SGI_IP27 is not set 44 30 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 31 # CONFIG_SIBYTE_CRHINE is not set 32 + # CONFIG_SIBYTE_CARMEL is not set 53 33 # CONFIG_SIBYTE_CRHONE is not set 34 + # CONFIG_SIBYTE_RHONE is not set 35 + # CONFIG_SIBYTE_SWARM is not set 36 + # CONFIG_SIBYTE_LITTLESUR is not set 37 + # CONFIG_SIBYTE_SENTOSA is not set 38 + # CONFIG_SIBYTE_PTSWARM is not set 39 + # CONFIG_SIBYTE_BIGSUR is not set 54 40 # CONFIG_SNI_RM is not set 55 41 # CONFIG_TOSHIBA_JMR3927 is not set 56 42 # CONFIG_TOSHIBA_RBTX4927 is not set 57 43 # CONFIG_TOSHIBA_RBTX4938 is not set 44 + # CONFIG_WR_PPMC is not set 58 45 # CONFIG_CASIO_E55 is not set 59 46 CONFIG_IBM_WORKPAD=y 60 47 # CONFIG_NEC_CMBVR4133 is not set ··· 59 72 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 60 73 CONFIG_DMA_NONCOHERENT=y 61 74 CONFIG_DMA_NEED_PCI_MAP_STATE=y 75 + # CONFIG_HOTPLUG_CPU is not set 76 + # CONFIG_NO_IOPORT is not set 62 77 # CONFIG_CPU_BIG_ENDIAN is not set 63 78 CONFIG_CPU_LITTLE_ENDIAN=y 64 79 CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y ··· 70 81 # 71 82 # CPU selection 72 83 # 84 + # CONFIG_CPU_LOONGSON2 is not set 73 85 # CONFIG_CPU_MIPS32_R1 is not set 74 86 # CONFIG_CPU_MIPS32_R2 is not set 75 87 # CONFIG_CPU_MIPS64_R1 is not set ··· 92 102 # CONFIG_CPU_SB1 is not set 93 103 CONFIG_SYS_HAS_CPU_VR41XX=y 94 104 CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y 95 - CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y 96 105 CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y 97 106 CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y 98 107 ··· 107 118 CONFIG_MIPS_MT_DISABLED=y 108 119 # CONFIG_MIPS_MT_SMP is not set 109 120 # CONFIG_MIPS_MT_SMTC is not set 110 - # CONFIG_MIPS_VPE_LOADER is not set 111 121 CONFIG_CPU_HAS_SYNC=y 112 122 CONFIG_GENERIC_HARDIRQS=y 113 123 CONFIG_GENERIC_IRQ_PROBE=y ··· 120 132 # CONFIG_SPARSEMEM_STATIC is not set 121 133 CONFIG_SPLIT_PTLOCK_CPUS=4 122 134 # CONFIG_RESOURCES_64BIT is not set 123 - CONFIG_ZONE_DMA_FLAG=1 135 + CONFIG_ZONE_DMA_FLAG=0 136 + CONFIG_VIRT_TO_BUS=y 124 137 # CONFIG_HZ_48 is not set 125 138 # CONFIG_HZ_100 is not set 126 139 # CONFIG_HZ_128 is not set 127 - # CONFIG_HZ_250 is not set 140 + CONFIG_HZ_250=y 128 141 # CONFIG_HZ_256 is not set 129 - CONFIG_HZ_1000=y 142 + # CONFIG_HZ_1000 is not set 130 143 # CONFIG_HZ_1024 is not set 131 144 CONFIG_SYS_SUPPORTS_ARBIT_HZ=y 132 - CONFIG_HZ=1000 145 + CONFIG_HZ=250 133 146 CONFIG_PREEMPT_NONE=y 134 147 # CONFIG_PREEMPT_VOLUNTARY is not set 135 148 # CONFIG_PREEMPT is not set 136 149 # CONFIG_KEXEC is not set 150 + CONFIG_SECCOMP=y 137 151 CONFIG_LOCKDEP_SUPPORT=y 138 152 CONFIG_STACKTRACE_SUPPORT=y 139 153 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 140 154 141 155 # 142 - # Code maturity level options 156 + # General setup 143 157 # 144 158 CONFIG_EXPERIMENTAL=y 145 159 CONFIG_BROKEN_ON_SMP=y 146 160 CONFIG_INIT_ENV_ARG_LIMIT=32 147 - 148 - # 149 - # General setup 150 - # 151 161 CONFIG_LOCALVERSION="" 152 162 CONFIG_LOCALVERSION_AUTO=y 153 163 CONFIG_SWAP=y 154 164 CONFIG_SYSVIPC=y 155 - # CONFIG_IPC_NS is not set 156 165 CONFIG_SYSVIPC_SYSCTL=y 157 166 # CONFIG_POSIX_MQUEUE is not set 158 167 # CONFIG_BSD_PROCESS_ACCT is not set 159 168 # CONFIG_TASKSTATS is not set 160 - # CONFIG_UTS_NS is not set 169 + # CONFIG_USER_NS is not set 161 170 # CONFIG_AUDIT is not set 162 171 # CONFIG_IKCONFIG is not set 172 + CONFIG_LOG_BUF_SHIFT=14 163 173 CONFIG_SYSFS_DEPRECATED=y 164 174 # CONFIG_RELAY is not set 175 + # CONFIG_BLK_DEV_INITRD is not set 165 176 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 166 177 CONFIG_SYSCTL=y 167 178 CONFIG_EMBEDDED=y ··· 173 186 CONFIG_ELF_CORE=y 174 187 CONFIG_BASE_FULL=y 175 188 CONFIG_FUTEX=y 189 + CONFIG_ANON_INODES=y 176 190 CONFIG_EPOLL=y 191 + CONFIG_SIGNALFD=y 192 + CONFIG_TIMERFD=y 193 + CONFIG_EVENTFD=y 177 194 CONFIG_SHMEM=y 178 - CONFIG_SLAB=y 179 195 CONFIG_VM_EVENT_COUNTERS=y 196 + CONFIG_SLAB=y 197 + # CONFIG_SLUB is not set 198 + # CONFIG_SLOB is not set 180 199 CONFIG_RT_MUTEXES=y 181 200 # CONFIG_TINY_SHMEM is not set 182 201 CONFIG_BASE_SMALL=0 183 - # CONFIG_SLOB is not set 184 - 185 - # 186 - # Loadable module support 187 - # 188 202 CONFIG_MODULES=y 189 203 CONFIG_MODULE_UNLOAD=y 190 - # CONFIG_MODULE_FORCE_UNLOAD is not set 204 + CONFIG_MODULE_FORCE_UNLOAD=y 191 205 CONFIG_MODVERSIONS=y 192 206 CONFIG_MODULE_SRCVERSION_ALL=y 193 207 CONFIG_KMOD=y 194 - 195 - # 196 - # Block layer 197 - # 198 208 CONFIG_BLOCK=y 199 209 # CONFIG_LBD is not set 200 210 # CONFIG_BLK_DEV_IO_TRACE is not set 201 211 # CONFIG_LSF is not set 212 + # CONFIG_BLK_DEV_BSG is not set 202 213 203 214 # 204 215 # IO Schedulers ··· 214 229 # 215 230 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 216 231 # 232 + # CONFIG_ARCH_SUPPORTS_MSI is not set 217 233 CONFIG_ISA=y 218 234 CONFIG_MMU=y 219 235 ··· 236 250 CONFIG_PCMCIA_VRC4171=y 237 251 238 252 # 239 - # PCI Hotplug Support 240 - # 241 - 242 - # 243 253 # Executable file formats 244 254 # 245 255 CONFIG_BINFMT_ELF=y ··· 245 263 # 246 264 # Power management options 247 265 # 248 - CONFIG_PM=y 249 - # CONFIG_PM_LEGACY is not set 250 - # CONFIG_PM_DEBUG is not set 251 - # CONFIG_PM_SYSFS_DEPRECATED is not set 266 + # CONFIG_PM is not set 252 267 253 268 # 254 269 # Networking ··· 255 276 # 256 277 # Networking options 257 278 # 258 - # CONFIG_NETDEBUG is not set 259 279 CONFIG_PACKET=y 260 280 CONFIG_PACKET_MMAP=y 261 281 CONFIG_UNIX=y ··· 279 301 # CONFIG_INET_IPCOMP is not set 280 302 # CONFIG_INET_XFRM_TUNNEL is not set 281 303 # CONFIG_INET_TUNNEL is not set 282 - CONFIG_INET_XFRM_MODE_TRANSPORT=m 283 - CONFIG_INET_XFRM_MODE_TUNNEL=m 284 - CONFIG_INET_XFRM_MODE_BEET=m 304 + # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 305 + # CONFIG_INET_XFRM_MODE_TUNNEL is not set 306 + # CONFIG_INET_XFRM_MODE_BEET is not set 285 307 CONFIG_INET_DIAG=y 286 308 CONFIG_INET_TCP_DIAG=y 287 309 # CONFIG_TCP_CONG_ADVANCED is not set 288 310 CONFIG_TCP_CONG_CUBIC=y 289 311 CONFIG_DEFAULT_TCP_CONG="cubic" 290 - CONFIG_TCP_MD5SIG=y 312 + # CONFIG_TCP_MD5SIG is not set 291 313 # CONFIG_IPV6 is not set 292 314 # CONFIG_INET6_XFRM_TUNNEL is not set 293 315 # CONFIG_INET6_TUNNEL is not set 294 316 CONFIG_NETWORK_SECMARK=y 295 317 # CONFIG_NETFILTER is not set 296 - 297 - # 298 - # DCCP Configuration (EXPERIMENTAL) 299 - # 300 318 # CONFIG_IP_DCCP is not set 301 - 302 - # 303 - # SCTP Configuration (EXPERIMENTAL) 304 - # 305 319 # CONFIG_IP_SCTP is not set 306 - 307 - # 308 - # TIPC Configuration (EXPERIMENTAL) 309 - # 320 + # CONFIG_SCTP_HMAC_NONE is not set 321 + # CONFIG_SCTP_HMAC_SHA1 is not set 322 + # CONFIG_SCTP_HMAC_MD5 is not set 310 323 # CONFIG_TIPC is not set 311 324 # CONFIG_ATM is not set 312 325 # CONFIG_BRIDGE is not set ··· 323 354 # CONFIG_HAMRADIO is not set 324 355 # CONFIG_IRDA is not set 325 356 # CONFIG_BT is not set 326 - # CONFIG_IEEE80211 is not set 357 + # CONFIG_AF_RXRPC is not set 358 + 359 + # 360 + # Wireless 361 + # 362 + # CONFIG_CFG80211 is not set 327 363 CONFIG_WIRELESS_EXT=y 364 + # CONFIG_MAC80211 is not set 365 + # CONFIG_IEEE80211 is not set 366 + # CONFIG_RFKILL is not set 367 + # CONFIG_NET_9P is not set 328 368 329 369 # 330 370 # Device Drivers ··· 346 368 CONFIG_PREVENT_FIRMWARE_BUILD=y 347 369 CONFIG_FW_LOADER=y 348 370 # CONFIG_SYS_HYPERVISOR is not set 349 - 350 - # 351 - # Connector - unified userspace <-> kernelspace linker 352 - # 353 - CONFIG_CONNECTOR=m 354 - 355 - # 356 - # Memory Technology Devices (MTD) 357 - # 371 + # CONFIG_CONNECTOR is not set 358 372 # CONFIG_MTD is not set 359 - 360 - # 361 - # Parallel port support 362 - # 363 373 # CONFIG_PARPORT is not set 364 - 365 - # 366 - # Plug and Play support 367 - # 368 374 # CONFIG_PNP is not set 369 - # CONFIG_PNPACPI is not set 370 - 371 - # 372 - # Block devices 373 - # 375 + CONFIG_BLK_DEV=y 374 376 # CONFIG_BLK_DEV_COW_COMMON is not set 375 377 # CONFIG_BLK_DEV_LOOP is not set 376 378 # CONFIG_BLK_DEV_NBD is not set ··· 358 400 CONFIG_BLK_DEV_RAM_COUNT=16 359 401 CONFIG_BLK_DEV_RAM_SIZE=4096 360 402 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 361 - # CONFIG_BLK_DEV_INITRD is not set 362 403 # CONFIG_CDROM_PKTCDVD is not set 363 404 # CONFIG_ATA_OVER_ETH is not set 364 - 365 - # 366 - # Misc devices 367 - # 368 - 369 - # 370 - # ATA/ATAPI/MFM/RLL support 371 - # 405 + # CONFIG_MISC_DEVICES is not set 372 406 CONFIG_IDE=y 373 407 CONFIG_IDE_MAX_HWIFS=4 374 408 CONFIG_BLK_DEV_IDE=y ··· 376 426 # CONFIG_BLK_DEV_IDETAPE is not set 377 427 # CONFIG_BLK_DEV_IDEFLOPPY is not set 378 428 # CONFIG_IDE_TASK_IOCTL is not set 429 + CONFIG_IDE_PROC_FS=y 379 430 380 431 # 381 432 # IDE chipset support/bugfixes 382 433 # 383 434 CONFIG_IDE_GENERIC=y 435 + # CONFIG_IDEPCI_PCIBUS_ORDER is not set 384 436 # CONFIG_IDE_ARM is not set 385 437 # CONFIG_IDE_CHIPSETS is not set 386 438 # CONFIG_BLK_DEV_IDEDMA is not set 387 - # CONFIG_IDEDMA_AUTO is not set 388 439 # CONFIG_BLK_DEV_HD is not set 389 440 390 441 # ··· 393 442 # 394 443 # CONFIG_RAID_ATTRS is not set 395 444 # CONFIG_SCSI is not set 445 + # CONFIG_SCSI_DMA is not set 396 446 # CONFIG_SCSI_NETLINK is not set 397 - 398 - # 399 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 400 - # 401 447 # CONFIG_ATA is not set 402 - 403 - # 404 - # Old CD-ROM drivers (not SCSI, not IDE) 405 - # 406 - # CONFIG_CD_NO_IDESCSI is not set 407 - 408 - # 409 - # Multi-device support (RAID and LVM) 410 - # 411 448 # CONFIG_MD is not set 412 - 413 - # 414 - # Fusion MPT device support 415 - # 416 - # CONFIG_FUSION is not set 417 - 418 - # 419 - # IEEE 1394 (FireWire) support 420 - # 421 - 422 - # 423 - # I2O device support 424 - # 425 - 426 - # 427 - # Network device support 428 - # 429 449 CONFIG_NETDEVICES=y 450 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 430 451 # CONFIG_DUMMY is not set 431 452 # CONFIG_BONDING is not set 453 + # CONFIG_MACVLAN is not set 432 454 # CONFIG_EQUALIZER is not set 433 455 # CONFIG_TUN is not set 434 - 435 - # 436 - # ARCnet devices 437 - # 438 456 # CONFIG_ARCNET is not set 439 - 440 - # 441 - # PHY device support 442 - # 443 - CONFIG_PHYLIB=m 444 - 445 - # 446 - # MII PHY device drivers 447 - # 448 - CONFIG_MARVELL_PHY=m 449 - CONFIG_DAVICOM_PHY=m 450 - CONFIG_QSEMI_PHY=m 451 - CONFIG_LXT_PHY=m 452 - CONFIG_CICADA_PHY=m 453 - CONFIG_VITESSE_PHY=m 454 - CONFIG_SMSC_PHY=m 455 - # CONFIG_BROADCOM_PHY is not set 456 - # CONFIG_FIXED_PHY is not set 457 - 458 - # 459 - # Ethernet (10 or 100Mbit) 460 - # 461 - CONFIG_NET_ETHERNET=y 457 + # CONFIG_NET_ETHERNET is not set 462 458 CONFIG_MII=m 463 - # CONFIG_NET_VENDOR_3COM is not set 464 - # CONFIG_NET_VENDOR_SMC is not set 465 - # CONFIG_DM9000 is not set 466 - # CONFIG_NET_VENDOR_RACAL is not set 467 - # CONFIG_AT1700 is not set 468 - # CONFIG_DEPCA is not set 469 - # CONFIG_HP100 is not set 470 - # CONFIG_NET_ISA is not set 471 - # CONFIG_NET_PCI is not set 472 - 473 - # 474 - # Ethernet (1000 Mbit) 475 - # 476 - 477 - # 478 - # Ethernet (10000 Mbit) 479 - # 480 - 481 - # 482 - # Token Ring devices 483 - # 459 + # CONFIG_NETDEV_1000 is not set 460 + # CONFIG_NETDEV_10000 is not set 484 461 # CONFIG_TR is not set 485 462 486 463 # 487 - # Wireless LAN (non-hamradio) 464 + # Wireless LAN 488 465 # 489 - CONFIG_NET_RADIO=y 490 - # CONFIG_NET_WIRELESS_RTNETLINK is not set 491 - 492 - # 493 - # Obsolete Wireless cards support (pre-802.11) 494 - # 495 - # CONFIG_STRIP is not set 496 - # CONFIG_ARLAN is not set 497 - # CONFIG_WAVELAN is not set 498 - # CONFIG_PCMCIA_WAVELAN is not set 499 - # CONFIG_PCMCIA_NETWAVE is not set 500 - 501 - # 502 - # Wireless 802.11 Frequency Hopping cards support 503 - # 466 + # CONFIG_WLAN_PRE80211 is not set 467 + CONFIG_WLAN_80211=y 504 468 # CONFIG_PCMCIA_RAYCS is not set 505 - 506 - # 507 - # Wireless 802.11b ISA/PCI cards support 508 - # 469 + # CONFIG_LIBERTAS is not set 509 470 CONFIG_HERMES=m 510 471 # CONFIG_ATMEL is not set 511 - 512 - # 513 - # Wireless 802.11b Pcmcia/Cardbus cards support 514 - # 515 472 CONFIG_PCMCIA_HERMES=m 516 473 # CONFIG_PCMCIA_SPECTRUM is not set 517 474 # CONFIG_AIRO_CS is not set 518 475 # CONFIG_PCMCIA_WL3501 is not set 519 476 # CONFIG_HOSTAP is not set 520 - CONFIG_NET_WIRELESS=y 521 - 522 - # 523 - # PCMCIA network device support 524 - # 525 477 CONFIG_NET_PCMCIA=y 526 478 CONFIG_PCMCIA_3C589=m 527 479 CONFIG_PCMCIA_3C574=m ··· 434 580 CONFIG_PCMCIA_SMC91C92=m 435 581 CONFIG_PCMCIA_XIRC2PS=m 436 582 CONFIG_PCMCIA_AXNET=m 437 - 438 - # 439 - # Wan interfaces 440 - # 441 583 # CONFIG_WAN is not set 442 584 # CONFIG_PPP is not set 443 585 # CONFIG_SLIP is not set ··· 441 591 # CONFIG_NETCONSOLE is not set 442 592 # CONFIG_NETPOLL is not set 443 593 # CONFIG_NET_POLL_CONTROLLER is not set 444 - 445 - # 446 - # ISDN subsystem 447 - # 448 594 # CONFIG_ISDN is not set 449 - 450 - # 451 - # Telephony Support 452 - # 453 595 # CONFIG_PHONE is not set 454 596 455 597 # ··· 449 607 # 450 608 CONFIG_INPUT=y 451 609 # CONFIG_INPUT_FF_MEMLESS is not set 610 + # CONFIG_INPUT_POLLDEV is not set 452 611 453 612 # 454 613 # Userland interfaces ··· 466 623 # CONFIG_INPUT_KEYBOARD is not set 467 624 # CONFIG_INPUT_MOUSE is not set 468 625 # CONFIG_INPUT_JOYSTICK is not set 626 + # CONFIG_INPUT_TABLET is not set 469 627 # CONFIG_INPUT_TOUCHSCREEN is not set 470 628 # CONFIG_INPUT_MISC is not set 471 629 ··· 500 656 CONFIG_UNIX98_PTYS=y 501 657 CONFIG_LEGACY_PTYS=y 502 658 CONFIG_LEGACY_PTY_COUNT=256 503 - 504 - # 505 - # IPMI 506 - # 507 659 # CONFIG_IPMI_HANDLER is not set 508 - 509 - # 510 - # Watchdog Cards 511 - # 512 660 # CONFIG_WATCHDOG is not set 513 661 # CONFIG_HW_RANDOM is not set 514 662 # CONFIG_RTC is not set 515 - # CONFIG_GEN_RTC is not set 516 663 # CONFIG_DTLK is not set 517 664 # CONFIG_R3964 is not set 518 665 ··· 513 678 # CONFIG_SYNCLINK_CS is not set 514 679 # CONFIG_CARDMAN_4000 is not set 515 680 # CONFIG_CARDMAN_4040 is not set 516 - # CONFIG_GPIO_VR41XX is not set 681 + CONFIG_GPIO_VR41XX=y 517 682 # CONFIG_RAW_DRIVER is not set 518 - 519 - # 520 - # TPM devices 521 - # 522 683 # CONFIG_TCG_TPM is not set 523 - 524 - # 525 - # I2C support 526 - # 684 + CONFIG_DEVPORT=y 527 685 # CONFIG_I2C is not set 528 686 529 687 # ··· 524 696 # 525 697 # CONFIG_SPI is not set 526 698 # CONFIG_SPI_MASTER is not set 527 - 528 - # 529 - # Dallas's 1-wire bus 530 - # 531 699 # CONFIG_W1 is not set 700 + # CONFIG_POWER_SUPPLY is not set 701 + # CONFIG_HWMON is not set 532 702 533 703 # 534 - # Hardware Monitoring support 704 + # Multifunction device drivers 535 705 # 536 - # CONFIG_HWMON is not set 537 - # CONFIG_HWMON_VID is not set 706 + # CONFIG_MFD_SM501 is not set 538 707 539 708 # 540 709 # Multimedia devices 541 710 # 542 711 # CONFIG_VIDEO_DEV is not set 543 - 544 - # 545 - # Digital Video Broadcasting Devices 546 - # 547 - # CONFIG_DVB is not set 712 + # CONFIG_DVB_CORE is not set 713 + # CONFIG_DAB is not set 548 714 549 715 # 550 716 # Graphics support 551 717 # 552 - # CONFIG_FIRMWARE_EDID is not set 718 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 719 + 720 + # 721 + # Display device support 722 + # 723 + # CONFIG_DISPLAY_SUPPORT is not set 724 + # CONFIG_VGASTATE is not set 725 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 553 726 # CONFIG_FB is not set 554 727 555 728 # ··· 559 730 # CONFIG_VGA_CONSOLE is not set 560 731 # CONFIG_MDA_CONSOLE is not set 561 732 CONFIG_DUMMY_CONSOLE=y 562 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 563 733 564 734 # 565 735 # Sound 566 736 # 567 737 # CONFIG_SOUND is not set 568 - 569 - # 570 - # HID Devices 571 - # 738 + CONFIG_HID_SUPPORT=y 572 739 CONFIG_HID=y 573 740 # CONFIG_HID_DEBUG is not set 574 - 575 - # 576 - # USB support 577 - # 578 - # CONFIG_USB_ARCH_HAS_HCD is not set 579 - # CONFIG_USB_ARCH_HAS_OHCI is not set 580 - # CONFIG_USB_ARCH_HAS_EHCI is not set 581 - 582 - # 583 - # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 584 - # 585 - 586 - # 587 - # USB Gadget Support 588 - # 589 - # CONFIG_USB_GADGET is not set 590 - 591 - # 592 - # MMC/SD Card support 593 - # 741 + # CONFIG_USB_SUPPORT is not set 594 742 # CONFIG_MMC is not set 595 - 596 - # 597 - # LED devices 598 - # 599 743 # CONFIG_NEW_LEDS is not set 744 + CONFIG_RTC_LIB=y 745 + CONFIG_RTC_CLASS=y 746 + CONFIG_RTC_HCTOSYS=y 747 + CONFIG_RTC_HCTOSYS_DEVICE="rtc0" 748 + # CONFIG_RTC_DEBUG is not set 600 749 601 750 # 602 - # LED drivers 751 + # RTC interfaces 752 + # 753 + CONFIG_RTC_INTF_SYSFS=y 754 + CONFIG_RTC_INTF_PROC=y 755 + CONFIG_RTC_INTF_DEV=y 756 + # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set 757 + # CONFIG_RTC_DRV_TEST is not set 758 + 759 + # 760 + # SPI RTC drivers 603 761 # 604 762 605 763 # 606 - # LED Triggers 764 + # Platform RTC drivers 607 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 608 773 609 774 # 610 - # InfiniBand support 775 + # on-CPU RTC drivers 611 776 # 612 - 613 - # 614 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 615 - # 616 - 617 - # 618 - # Real Time Clock 619 - # 620 - # CONFIG_RTC_CLASS is not set 777 + CONFIG_RTC_DRV_VR41XX=y 621 778 622 779 # 623 780 # DMA Engine support ··· 619 804 # 620 805 621 806 # 622 - # Auxiliary Display support 807 + # Userspace I/O 623 808 # 624 - 625 - # 626 - # Virtualization 627 - # 809 + # CONFIG_UIO is not set 628 810 629 811 # 630 812 # File systems 631 813 # 632 814 CONFIG_EXT2_FS=y 633 815 CONFIG_EXT2_FS_XATTR=y 634 - CONFIG_EXT2_FS_POSIX_ACL=y 635 - CONFIG_EXT2_FS_SECURITY=y 816 + # CONFIG_EXT2_FS_POSIX_ACL is not set 817 + # CONFIG_EXT2_FS_SECURITY is not set 636 818 # CONFIG_EXT2_FS_XIP is not set 637 - # CONFIG_EXT3_FS is not set 819 + CONFIG_EXT3_FS=y 820 + CONFIG_EXT3_FS_XATTR=y 821 + # CONFIG_EXT3_FS_POSIX_ACL is not set 822 + # CONFIG_EXT3_FS_SECURITY is not set 638 823 # CONFIG_EXT4DEV_FS is not set 824 + CONFIG_JBD=y 825 + # CONFIG_JBD_DEBUG is not set 639 826 CONFIG_FS_MBCACHE=y 640 827 # CONFIG_REISERFS_FS is not set 641 828 # CONFIG_JFS_FS is not set ··· 653 836 CONFIG_DNOTIFY=y 654 837 # CONFIG_AUTOFS_FS is not set 655 838 CONFIG_AUTOFS4_FS=y 656 - CONFIG_FUSE_FS=m 839 + # CONFIG_FUSE_FS is not set 657 840 CONFIG_GENERIC_ACL=y 658 841 659 842 # ··· 680 863 CONFIG_TMPFS_POSIX_ACL=y 681 864 # CONFIG_HUGETLB_PAGE is not set 682 865 CONFIG_RAMFS=y 683 - CONFIG_CONFIGFS_FS=m 866 + # CONFIG_CONFIGFS_FS is not set 684 867 685 868 # 686 869 # Miscellaneous filesystems ··· 702 885 # 703 886 # Network File Systems 704 887 # 705 - CONFIG_NFS_FS=y 706 - # CONFIG_NFS_V3 is not set 888 + CONFIG_NFS_FS=m 889 + CONFIG_NFS_V3=y 890 + # CONFIG_NFS_V3_ACL is not set 707 891 # CONFIG_NFS_V4 is not set 708 892 # CONFIG_NFS_DIRECTIO is not set 709 - CONFIG_NFSD=y 710 - # CONFIG_NFSD_V3 is not set 893 + CONFIG_NFSD=m 894 + CONFIG_NFSD_V3=y 895 + # CONFIG_NFSD_V3_ACL is not set 896 + # CONFIG_NFSD_V4 is not set 711 897 # CONFIG_NFSD_TCP is not set 712 - CONFIG_LOCKD=y 713 - CONFIG_EXPORTFS=y 898 + CONFIG_LOCKD=m 899 + CONFIG_LOCKD_V4=y 900 + CONFIG_EXPORTFS=m 714 901 CONFIG_NFS_COMMON=y 715 - CONFIG_SUNRPC=y 902 + CONFIG_SUNRPC=m 903 + # CONFIG_SUNRPC_BIND34 is not set 716 904 # CONFIG_RPCSEC_GSS_KRB5 is not set 717 905 # CONFIG_RPCSEC_GSS_SPKM3 is not set 718 906 # CONFIG_SMB_FS is not set ··· 725 903 # CONFIG_NCP_FS is not set 726 904 # CONFIG_CODA_FS is not set 727 905 # CONFIG_AFS_FS is not set 728 - # CONFIG_9P_FS is not set 729 906 730 907 # 731 908 # Partition Types ··· 740 919 # 741 920 # Distributed Lock Manager 742 921 # 743 - CONFIG_DLM=m 744 - CONFIG_DLM_TCP=y 745 - # CONFIG_DLM_SCTP is not set 746 - # CONFIG_DLM_DEBUG is not set 922 + # CONFIG_DLM is not set 747 923 748 924 # 749 925 # Profiling support ··· 758 940 # CONFIG_DEBUG_FS is not set 759 941 # CONFIG_HEADERS_CHECK is not set 760 942 # CONFIG_DEBUG_KERNEL is not set 761 - CONFIG_LOG_BUF_SHIFT=14 762 943 CONFIG_CROSSCOMPILE=y 763 944 CONFIG_CMDLINE="console=ttyVR0,19200 ide0=0x170,0x376,49 mem=16M" 764 945 ··· 766 949 # 767 950 # CONFIG_KEYS is not set 768 951 # CONFIG_SECURITY is not set 769 - 770 - # 771 - # Cryptographic options 772 - # 773 - CONFIG_CRYPTO=y 774 - CONFIG_CRYPTO_ALGAPI=y 775 - CONFIG_CRYPTO_BLKCIPHER=m 776 - CONFIG_CRYPTO_HASH=m 777 - CONFIG_CRYPTO_MANAGER=m 778 - CONFIG_CRYPTO_HMAC=m 779 - CONFIG_CRYPTO_XCBC=m 780 - CONFIG_CRYPTO_NULL=m 781 - CONFIG_CRYPTO_MD4=m 782 - CONFIG_CRYPTO_MD5=y 783 - CONFIG_CRYPTO_SHA1=m 784 - CONFIG_CRYPTO_SHA256=m 785 - CONFIG_CRYPTO_SHA512=m 786 - CONFIG_CRYPTO_WP512=m 787 - CONFIG_CRYPTO_TGR192=m 788 - CONFIG_CRYPTO_GF128MUL=m 789 - CONFIG_CRYPTO_ECB=m 790 - CONFIG_CRYPTO_CBC=m 791 - CONFIG_CRYPTO_PCBC=m 792 - CONFIG_CRYPTO_LRW=m 793 - CONFIG_CRYPTO_DES=m 794 - CONFIG_CRYPTO_FCRYPT=m 795 - CONFIG_CRYPTO_BLOWFISH=m 796 - CONFIG_CRYPTO_TWOFISH=m 797 - CONFIG_CRYPTO_TWOFISH_COMMON=m 798 - CONFIG_CRYPTO_SERPENT=m 799 - CONFIG_CRYPTO_AES=m 800 - CONFIG_CRYPTO_CAST5=m 801 - CONFIG_CRYPTO_CAST6=m 802 - CONFIG_CRYPTO_TEA=m 803 - CONFIG_CRYPTO_ARC4=m 804 - CONFIG_CRYPTO_KHAZAD=m 805 - CONFIG_CRYPTO_ANUBIS=m 806 - CONFIG_CRYPTO_DEFLATE=m 807 - CONFIG_CRYPTO_MICHAEL_MIC=m 808 - CONFIG_CRYPTO_CRC32C=m 809 - CONFIG_CRYPTO_CAMELLIA=m 810 - # CONFIG_CRYPTO_TEST is not set 811 - 812 - # 813 - # Hardware crypto devices 814 - # 952 + # CONFIG_CRYPTO is not set 815 953 816 954 # 817 955 # Library routines ··· 774 1002 CONFIG_BITREVERSE=y 775 1003 # CONFIG_CRC_CCITT is not set 776 1004 # CONFIG_CRC16 is not set 1005 + # CONFIG_CRC_ITU_T is not set 777 1006 CONFIG_CRC32=y 778 - CONFIG_LIBCRC32C=m 779 - CONFIG_ZLIB_INFLATE=m 780 - CONFIG_ZLIB_DEFLATE=m 1007 + # CONFIG_CRC7 is not set 1008 + # CONFIG_LIBCRC32C is not set 781 1009 CONFIG_PLIST=y 782 1010 CONFIG_HAS_IOMEM=y 783 1011 CONFIG_HAS_IOPORT=y 1012 + CONFIG_HAS_DMA=y
+118 -261
arch/mips/defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20 4 - # Tue Feb 20 21:47:14 2007 3 + # Linux kernel version: 2.6.23-rc2 4 + # Tue Aug 7 12:39:49 2007 5 5 # 6 6 CONFIG_MIPS=y 7 7 ··· 9 9 # Machine selection 10 10 # 11 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 12 + # CONFIG_MACH_ALCHEMY is not set 25 13 # CONFIG_BASLER_EXCITE is not set 26 14 # CONFIG_MIPS_COBALT is not set 27 15 # CONFIG_MACH_DECSTATION is not set 28 16 # CONFIG_MACH_JAZZ is not set 17 + # CONFIG_LEMOTE_FULONG is not set 29 18 # CONFIG_MIPS_ATLAS is not set 30 19 # CONFIG_MIPS_MALTA is not set 31 20 # CONFIG_MIPS_SEAD is not set 32 - # CONFIG_WR_PPMC is not set 33 21 # CONFIG_MIPS_SIM is not set 34 - # CONFIG_MOMENCO_JAGUAR_ATX is not set 35 - # CONFIG_MIPS_XXS1500 is not set 22 + # CONFIG_MARKEINS is not set 23 + # CONFIG_MACH_VR41XX is not set 36 24 # CONFIG_PNX8550_JBS is not set 37 25 # CONFIG_PNX8550_STB810 is not set 38 - # CONFIG_MACH_VR41XX is not set 26 + # CONFIG_PMC_MSP is not set 39 27 # CONFIG_PMC_YOSEMITE is not set 40 28 # CONFIG_QEMU is not set 41 - # CONFIG_MARKEINS is not set 42 29 CONFIG_SGI_IP22=y 43 30 # CONFIG_SGI_IP27 is not set 44 31 # CONFIG_SGI_IP32 is not set 45 - # CONFIG_SIBYTE_BIGSUR is not set 46 - # CONFIG_SIBYTE_SWARM is not set 47 - # CONFIG_SIBYTE_SENTOSA is not set 48 - # CONFIG_SIBYTE_RHONE is not set 49 - # CONFIG_SIBYTE_CARMEL is not set 50 - # CONFIG_SIBYTE_PTSWARM is not set 51 - # CONFIG_SIBYTE_LITTLESUR is not set 52 32 # CONFIG_SIBYTE_CRHINE is not set 33 + # CONFIG_SIBYTE_CARMEL is not set 53 34 # CONFIG_SIBYTE_CRHONE is not set 35 + # CONFIG_SIBYTE_RHONE is not set 36 + # CONFIG_SIBYTE_SWARM is not set 37 + # CONFIG_SIBYTE_LITTLESUR is not set 38 + # CONFIG_SIBYTE_SENTOSA is not set 39 + # CONFIG_SIBYTE_PTSWARM is not set 40 + # CONFIG_SIBYTE_BIGSUR is not set 54 41 # CONFIG_SNI_RM is not set 55 42 # CONFIG_TOSHIBA_JMR3927 is not set 56 43 # CONFIG_TOSHIBA_RBTX4927 is not set 57 44 # CONFIG_TOSHIBA_RBTX4938 is not set 45 + # CONFIG_WR_PPMC is not set 58 46 CONFIG_RWSEM_GENERIC_SPINLOCK=y 59 47 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 60 48 # CONFIG_ARCH_HAS_ILOG2_U64 is not set ··· 55 67 CONFIG_ARC=y 56 68 CONFIG_DMA_NONCOHERENT=y 57 69 CONFIG_DMA_NEED_PCI_MAP_STATE=y 70 + CONFIG_EARLY_PRINTK=y 71 + CONFIG_SYS_HAS_EARLY_PRINTK=y 72 + # CONFIG_NO_IOPORT is not set 58 73 CONFIG_GENERIC_ISA_DMA_SUPPORT_BROKEN=y 59 74 CONFIG_CPU_BIG_ENDIAN=y 60 75 # CONFIG_CPU_LITTLE_ENDIAN is not set ··· 73 82 # 74 83 # CPU selection 75 84 # 85 + # CONFIG_CPU_LOONGSON2 is not set 76 86 # CONFIG_CPU_MIPS32_R1 is not set 77 87 # CONFIG_CPU_MIPS32_R2 is not set 78 88 # CONFIG_CPU_MIPS64_R1 is not set ··· 114 122 CONFIG_MIPS_MT_DISABLED=y 115 123 # CONFIG_MIPS_MT_SMP is not set 116 124 # CONFIG_MIPS_MT_SMTC is not set 117 - # CONFIG_MIPS_VPE_LOADER is not set 118 - # CONFIG_64BIT_PHYS_ADDR is not set 119 125 CONFIG_CPU_HAS_LLSC=y 120 126 CONFIG_CPU_HAS_SYNC=y 121 127 CONFIG_GENERIC_HARDIRQS=y ··· 129 139 CONFIG_SPLIT_PTLOCK_CPUS=4 130 140 # CONFIG_RESOURCES_64BIT is not set 131 141 CONFIG_ZONE_DMA_FLAG=1 142 + CONFIG_BOUNCE=y 143 + CONFIG_VIRT_TO_BUS=y 132 144 # CONFIG_HZ_48 is not set 133 145 # CONFIG_HZ_100 is not set 134 146 # CONFIG_HZ_128 is not set ··· 144 152 CONFIG_PREEMPT_VOLUNTARY=y 145 153 # CONFIG_PREEMPT is not set 146 154 # CONFIG_KEXEC is not set 155 + CONFIG_SECCOMP=y 147 156 CONFIG_LOCKDEP_SUPPORT=y 148 157 CONFIG_STACKTRACE_SUPPORT=y 149 158 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 150 159 151 160 # 152 - # Code maturity level options 161 + # General setup 153 162 # 154 163 CONFIG_EXPERIMENTAL=y 155 164 CONFIG_BROKEN_ON_SMP=y 156 165 CONFIG_INIT_ENV_ARG_LIMIT=32 157 - 158 - # 159 - # General setup 160 - # 161 166 CONFIG_LOCALVERSION="" 162 167 CONFIG_LOCALVERSION_AUTO=y 163 168 CONFIG_SWAP=y 164 169 CONFIG_SYSVIPC=y 165 - # CONFIG_IPC_NS is not set 166 170 CONFIG_SYSVIPC_SYSCTL=y 167 171 # CONFIG_POSIX_MQUEUE is not set 168 172 # CONFIG_BSD_PROCESS_ACCT is not set 169 173 # CONFIG_TASKSTATS is not set 170 - # CONFIG_UTS_NS is not set 174 + # CONFIG_USER_NS is not set 171 175 # CONFIG_AUDIT is not set 172 176 CONFIG_IKCONFIG=y 173 177 CONFIG_IKCONFIG_PROC=y 178 + CONFIG_LOG_BUF_SHIFT=14 174 179 CONFIG_SYSFS_DEPRECATED=y 175 180 CONFIG_RELAY=y 181 + # CONFIG_BLK_DEV_INITRD is not set 176 182 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 177 183 CONFIG_SYSCTL=y 178 184 CONFIG_EMBEDDED=y ··· 183 193 CONFIG_ELF_CORE=y 184 194 CONFIG_BASE_FULL=y 185 195 CONFIG_FUTEX=y 196 + CONFIG_ANON_INODES=y 186 197 CONFIG_EPOLL=y 198 + CONFIG_SIGNALFD=y 199 + CONFIG_TIMERFD=y 200 + CONFIG_EVENTFD=y 187 201 CONFIG_SHMEM=y 188 - CONFIG_SLAB=y 189 202 CONFIG_VM_EVENT_COUNTERS=y 203 + CONFIG_SLAB=y 204 + # CONFIG_SLUB is not set 205 + # CONFIG_SLOB is not set 190 206 CONFIG_RT_MUTEXES=y 191 207 # CONFIG_TINY_SHMEM is not set 192 208 CONFIG_BASE_SMALL=0 193 - # CONFIG_SLOB is not set 194 - 195 - # 196 - # Loadable module support 197 - # 198 209 CONFIG_MODULES=y 199 210 CONFIG_MODULE_UNLOAD=y 200 211 # CONFIG_MODULE_FORCE_UNLOAD is not set 201 212 CONFIG_MODVERSIONS=y 202 213 CONFIG_MODULE_SRCVERSION_ALL=y 203 214 CONFIG_KMOD=y 204 - 205 - # 206 - # Block layer 207 - # 208 215 CONFIG_BLOCK=y 209 216 # CONFIG_LBD is not set 210 217 # CONFIG_BLK_DEV_IO_TRACE is not set 211 218 # CONFIG_LSF is not set 219 + # CONFIG_BLK_DEV_BSG is not set 212 220 213 221 # 214 222 # IO Schedulers ··· 225 237 # Bus options (PCI, PCMCIA, EISA, ISA, TC) 226 238 # 227 239 CONFIG_HW_HAS_EISA=y 240 + # CONFIG_ARCH_SUPPORTS_MSI is not set 228 241 # CONFIG_EISA is not set 229 242 CONFIG_MMU=y 230 243 231 244 # 232 245 # PCCARD (PCMCIA/CardBus) support 233 - # 234 - 235 - # 236 - # PCI Hotplug Support 237 246 # 238 247 239 248 # ··· 246 261 CONFIG_PM=y 247 262 # CONFIG_PM_LEGACY is not set 248 263 # CONFIG_PM_DEBUG is not set 249 - # CONFIG_PM_SYSFS_DEPRECATED is not set 264 + # CONFIG_SUSPEND is not set 250 265 251 266 # 252 267 # Networking ··· 256 271 # 257 272 # Networking options 258 273 # 259 - # CONFIG_NETDEBUG is not set 260 274 CONFIG_PACKET=y 261 275 CONFIG_PACKET_MMAP=y 262 276 CONFIG_UNIX=y ··· 292 308 CONFIG_TCP_CONG_CUBIC=y 293 309 CONFIG_DEFAULT_TCP_CONG="cubic" 294 310 CONFIG_TCP_MD5SIG=y 295 - 296 - # 297 - # IP: Virtual Server Configuration 298 - # 299 311 CONFIG_IP_VS=m 300 312 # CONFIG_IP_VS_DEBUG is not set 301 313 CONFIG_IP_VS_TAB_BITS=12 ··· 326 346 CONFIG_IPV6_PRIVACY=y 327 347 CONFIG_IPV6_ROUTER_PREF=y 328 348 CONFIG_IPV6_ROUTE_INFO=y 349 + CONFIG_IPV6_OPTIMISTIC_DAD=y 329 350 CONFIG_INET6_AH=m 330 351 CONFIG_INET6_ESP=m 331 352 CONFIG_INET6_IPCOMP=m 332 - CONFIG_IPV6_MIP6=y 353 + CONFIG_IPV6_MIP6=m 333 354 CONFIG_INET6_XFRM_TUNNEL=m 334 355 CONFIG_INET6_TUNNEL=m 335 356 CONFIG_INET6_XFRM_MODE_TRANSPORT=m ··· 352 371 CONFIG_NETFILTER_NETLINK_QUEUE=m 353 372 CONFIG_NETFILTER_NETLINK_LOG=m 354 373 CONFIG_NF_CONNTRACK_ENABLED=m 355 - CONFIG_NF_CONNTRACK_SUPPORT=y 356 - # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set 357 374 CONFIG_NF_CONNTRACK=m 358 375 CONFIG_NF_CT_ACCT=y 359 376 CONFIG_NF_CONNTRACK_MARK=y ··· 359 380 CONFIG_NF_CONNTRACK_EVENTS=y 360 381 CONFIG_NF_CT_PROTO_GRE=m 361 382 CONFIG_NF_CT_PROTO_SCTP=m 383 + CONFIG_NF_CT_PROTO_UDPLITE=m 362 384 CONFIG_NF_CONNTRACK_AMANDA=m 363 385 CONFIG_NF_CONNTRACK_FTP=m 364 386 CONFIG_NF_CONNTRACK_H323=m ··· 378 398 CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 379 399 CONFIG_NETFILTER_XT_TARGET_NFLOG=m 380 400 CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 401 + CONFIG_NETFILTER_XT_TARGET_TRACE=m 381 402 CONFIG_NETFILTER_XT_TARGET_SECMARK=m 382 403 CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m 383 404 CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 384 405 CONFIG_NETFILTER_XT_MATCH_COMMENT=m 385 406 CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m 407 + CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m 386 408 CONFIG_NETFILTER_XT_MATCH_CONNMARK=m 387 409 CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m 388 410 CONFIG_NETFILTER_XT_MATCH_DCCP=m ··· 405 423 CONFIG_NETFILTER_XT_MATCH_STATISTIC=m 406 424 CONFIG_NETFILTER_XT_MATCH_STRING=m 407 425 CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 426 + CONFIG_NETFILTER_XT_MATCH_U32=m 408 427 CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 409 428 410 429 # ··· 473 490 CONFIG_IP6_NF_MANGLE=m 474 491 CONFIG_IP6_NF_TARGET_HL=m 475 492 CONFIG_IP6_NF_RAW=m 476 - 477 - # 478 - # DCCP Configuration (EXPERIMENTAL) 479 - # 480 493 # CONFIG_IP_DCCP is not set 481 - 482 - # 483 - # SCTP Configuration (EXPERIMENTAL) 484 - # 485 494 CONFIG_IP_SCTP=m 486 495 # CONFIG_SCTP_DBG_MSG is not set 487 496 # CONFIG_SCTP_DBG_OBJCNT is not set 488 497 # CONFIG_SCTP_HMAC_NONE is not set 489 498 # CONFIG_SCTP_HMAC_SHA1 is not set 490 499 CONFIG_SCTP_HMAC_MD5=y 491 - 492 - # 493 - # TIPC Configuration (EXPERIMENTAL) 494 - # 495 500 # CONFIG_TIPC is not set 496 501 # CONFIG_ATM is not set 497 502 # CONFIG_BRIDGE is not set ··· 498 527 # 499 528 CONFIG_NET_SCHED=y 500 529 CONFIG_NET_SCH_FIFO=y 501 - # CONFIG_NET_SCH_CLK_JIFFIES is not set 502 - CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y 503 - # CONFIG_NET_SCH_CLK_CPU is not set 504 530 505 531 # 506 532 # Queueing/Scheduling ··· 506 538 CONFIG_NET_SCH_HTB=m 507 539 CONFIG_NET_SCH_HFSC=m 508 540 CONFIG_NET_SCH_PRIO=m 541 + CONFIG_NET_SCH_RR=m 509 542 CONFIG_NET_SCH_RED=m 510 543 CONFIG_NET_SCH_SFQ=m 511 544 CONFIG_NET_SCH_TEQL=m ··· 531 562 CONFIG_NET_CLS_RSVP=m 532 563 CONFIG_NET_CLS_RSVP6=m 533 564 # CONFIG_NET_EMATCH is not set 534 - # CONFIG_NET_CLS_ACT is not set 565 + CONFIG_NET_CLS_ACT=y 566 + CONFIG_NET_ACT_POLICE=y 567 + CONFIG_NET_ACT_GACT=m 568 + CONFIG_GACT_PROB=y 569 + CONFIG_NET_ACT_MIRRED=m 570 + CONFIG_NET_ACT_IPT=m 571 + CONFIG_NET_ACT_PEDIT=m 572 + CONFIG_NET_ACT_SIMP=m 535 573 CONFIG_NET_CLS_POLICE=y 536 574 # CONFIG_NET_CLS_IND is not set 537 - CONFIG_NET_ESTIMATOR=y 538 575 539 576 # 540 577 # Network testing ··· 549 574 # CONFIG_HAMRADIO is not set 550 575 # CONFIG_IRDA is not set 551 576 # CONFIG_BT is not set 577 + # CONFIG_AF_RXRPC is not set 578 + CONFIG_FIB_RULES=y 579 + 580 + # 581 + # Wireless 582 + # 583 + CONFIG_CFG80211=m 584 + CONFIG_WIRELESS_EXT=y 585 + CONFIG_MAC80211=m 586 + # CONFIG_MAC80211_DEBUG is not set 552 587 CONFIG_IEEE80211=m 553 588 # CONFIG_IEEE80211_DEBUG is not set 554 589 CONFIG_IEEE80211_CRYPT_WEP=m 555 590 CONFIG_IEEE80211_CRYPT_CCMP=m 591 + CONFIG_IEEE80211_CRYPT_TKIP=m 556 592 CONFIG_IEEE80211_SOFTMAC=m 557 593 # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set 558 - CONFIG_WIRELESS_EXT=y 559 - CONFIG_FIB_RULES=y 594 + CONFIG_RFKILL=m 595 + CONFIG_RFKILL_INPUT=m 596 + # CONFIG_NET_9P is not set 560 597 561 598 # 562 599 # Device Drivers ··· 580 593 CONFIG_STANDALONE=y 581 594 CONFIG_PREVENT_FIRMWARE_BUILD=y 582 595 # CONFIG_SYS_HYPERVISOR is not set 583 - 584 - # 585 - # Connector - unified userspace <-> kernelspace linker 586 - # 587 596 CONFIG_CONNECTOR=m 588 - 589 - # 590 - # Memory Technology Devices (MTD) 591 - # 592 597 # CONFIG_MTD is not set 593 - 594 - # 595 - # Parallel port support 596 - # 597 598 # CONFIG_PARPORT is not set 598 - 599 - # 600 - # Plug and Play support 601 - # 602 - # CONFIG_PNPACPI is not set 603 - 604 - # 605 - # Block devices 606 - # 599 + CONFIG_BLK_DEV=y 607 600 # CONFIG_BLK_DEV_COW_COMMON is not set 608 601 # CONFIG_BLK_DEV_LOOP is not set 609 602 # CONFIG_BLK_DEV_NBD is not set 610 603 # CONFIG_BLK_DEV_RAM is not set 611 - # CONFIG_BLK_DEV_INITRD is not set 612 604 CONFIG_CDROM_PKTCDVD=m 613 605 CONFIG_CDROM_PKTCDVD_BUFFERS=8 614 606 # CONFIG_CDROM_PKTCDVD_WCACHE is not set 615 607 CONFIG_ATA_OVER_ETH=m 616 - 617 - # 618 - # Misc devices 619 - # 620 - 621 - # 622 - # ATA/ATAPI/MFM/RLL support 623 - # 608 + # CONFIG_MISC_DEVICES is not set 624 609 # CONFIG_IDE is not set 625 610 626 611 # ··· 600 641 # 601 642 CONFIG_RAID_ATTRS=m 602 643 CONFIG_SCSI=y 644 + CONFIG_SCSI_DMA=y 603 645 CONFIG_SCSI_TGT=m 604 646 # CONFIG_SCSI_NETLINK is not set 605 647 CONFIG_SCSI_PROC_FS=y ··· 623 663 CONFIG_SCSI_CONSTANTS=y 624 664 # CONFIG_SCSI_LOGGING is not set 625 665 CONFIG_SCSI_SCAN_ASYNC=y 666 + CONFIG_SCSI_WAIT_SCAN=m 626 667 627 668 # 628 669 # SCSI Transports ··· 631 670 CONFIG_SCSI_SPI_ATTRS=m 632 671 # CONFIG_SCSI_FC_ATTRS is not set 633 672 CONFIG_SCSI_ISCSI_ATTRS=m 634 - CONFIG_SCSI_SAS_ATTRS=m 635 673 # CONFIG_SCSI_SAS_LIBSAS is not set 636 - 637 - # 638 - # SCSI low-level drivers 639 - # 674 + CONFIG_SCSI_LOWLEVEL=y 640 675 CONFIG_ISCSI_TCP=m 641 676 CONFIG_SGIWD93_SCSI=y 642 677 # CONFIG_SCSI_DEBUG is not set 643 - 644 - # 645 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 646 - # 647 678 # CONFIG_ATA is not set 648 - 649 - # 650 - # Multi-device support (RAID and LVM) 651 - # 652 679 # CONFIG_MD is not set 653 - 654 - # 655 - # Fusion MPT device support 656 - # 657 - # CONFIG_FUSION is not set 658 - 659 - # 660 - # IEEE 1394 (FireWire) support 661 - # 662 - 663 - # 664 - # I2O device support 665 - # 666 - 667 - # 668 - # Network device support 669 - # 670 680 CONFIG_NETDEVICES=y 681 + # CONFIG_NETDEVICES_MULTIQUEUE is not set 682 + # CONFIG_IFB is not set 671 683 CONFIG_DUMMY=m 672 684 CONFIG_BONDING=m 685 + CONFIG_MACVLAN=m 673 686 CONFIG_EQUALIZER=m 674 687 CONFIG_TUN=m 675 - 676 - # 677 - # PHY device support 678 - # 679 688 CONFIG_PHYLIB=m 680 689 681 690 # ··· 659 728 # CONFIG_VITESSE_PHY is not set 660 729 # CONFIG_SMSC_PHY is not set 661 730 # CONFIG_BROADCOM_PHY is not set 731 + # CONFIG_ICPLUS_PHY is not set 662 732 # CONFIG_FIXED_PHY is not set 663 - 664 - # 665 - # Ethernet (10 or 100Mbit) 666 - # 667 733 CONFIG_NET_ETHERNET=y 668 734 # CONFIG_MII is not set 735 + # CONFIG_AX88796 is not set 669 736 # CONFIG_DM9000 is not set 670 737 CONFIG_SGISEEQ=y 738 + # CONFIG_NETDEV_1000 is not set 739 + # CONFIG_NETDEV_10000 is not set 671 740 672 741 # 673 - # Ethernet (1000 Mbit) 742 + # Wireless LAN 674 743 # 675 - 676 - # 677 - # Ethernet (10000 Mbit) 678 - # 679 - 680 - # 681 - # Token Ring devices 682 - # 683 - 684 - # 685 - # Wireless LAN (non-hamradio) 686 - # 687 - # CONFIG_NET_RADIO is not set 688 - 689 - # 690 - # Wan interfaces 691 - # 744 + CONFIG_WLAN_PRE80211=y 745 + CONFIG_STRIP=m 746 + CONFIG_WLAN_80211=y 747 + # CONFIG_LIBERTAS is not set 748 + CONFIG_HOSTAP=m 749 + # CONFIG_HOSTAP_FIRMWARE is not set 692 750 # CONFIG_WAN is not set 693 751 # CONFIG_PPP is not set 694 752 # CONFIG_SLIP is not set ··· 685 765 # CONFIG_NETCONSOLE is not set 686 766 # CONFIG_NETPOLL is not set 687 767 # CONFIG_NET_POLL_CONTROLLER is not set 688 - 689 - # 690 - # ISDN subsystem 691 - # 692 768 # CONFIG_ISDN is not set 693 - 694 - # 695 - # Telephony Support 696 - # 697 769 # CONFIG_PHONE is not set 698 770 699 771 # ··· 693 781 # 694 782 CONFIG_INPUT=y 695 783 # CONFIG_INPUT_FF_MEMLESS is not set 784 + # CONFIG_INPUT_POLLDEV is not set 696 785 697 786 # 698 787 # Userland interfaces ··· 719 806 # CONFIG_KEYBOARD_STOWAWAY is not set 720 807 CONFIG_INPUT_MOUSE=y 721 808 CONFIG_MOUSE_PS2=m 809 + # CONFIG_MOUSE_PS2_ALPS is not set 810 + CONFIG_MOUSE_PS2_LOGIPS2PP=y 811 + # CONFIG_MOUSE_PS2_SYNAPTICS is not set 812 + # CONFIG_MOUSE_PS2_LIFEBOOK is not set 813 + CONFIG_MOUSE_PS2_TRACKPOINT=y 814 + # CONFIG_MOUSE_PS2_TOUCHKIT is not set 722 815 CONFIG_MOUSE_SERIAL=m 723 816 # CONFIG_MOUSE_VSXXXAA is not set 724 817 # CONFIG_INPUT_JOYSTICK is not set 818 + # CONFIG_INPUT_TABLET is not set 725 819 # CONFIG_INPUT_TOUCHSCREEN is not set 726 820 # CONFIG_INPUT_MISC is not set 727 821 ··· 764 844 CONFIG_UNIX98_PTYS=y 765 845 CONFIG_LEGACY_PTYS=y 766 846 CONFIG_LEGACY_PTY_COUNT=256 767 - 768 - # 769 - # IPMI 770 - # 771 847 # CONFIG_IPMI_HANDLER is not set 772 - 773 - # 774 - # Watchdog Cards 775 - # 776 848 CONFIG_WATCHDOG=y 777 849 # CONFIG_WATCHDOG_NOWAYOUT is not set 778 850 ··· 776 864 # CONFIG_HW_RANDOM is not set 777 865 # CONFIG_RTC is not set 778 866 CONFIG_SGI_DS1286=m 779 - # CONFIG_GEN_RTC is not set 780 - # CONFIG_DTLK is not set 781 867 # CONFIG_R3964 is not set 782 868 CONFIG_RAW_DRIVER=m 783 869 CONFIG_MAX_RAW_DEVS=256 784 - 785 - # 786 - # TPM devices 787 - # 788 870 # CONFIG_TCG_TPM is not set 789 - 790 - # 791 - # I2C support 792 - # 793 871 # CONFIG_I2C is not set 794 872 795 873 # ··· 787 885 # 788 886 # CONFIG_SPI is not set 789 887 # CONFIG_SPI_MASTER is not set 790 - 791 - # 792 - # Dallas's 1-wire bus 793 - # 794 888 # CONFIG_W1 is not set 889 + # CONFIG_POWER_SUPPLY is not set 890 + # CONFIG_HWMON is not set 795 891 796 892 # 797 - # Hardware Monitoring support 893 + # Multifunction device drivers 798 894 # 799 - # CONFIG_HWMON is not set 800 - # CONFIG_HWMON_VID is not set 895 + # CONFIG_MFD_SM501 is not set 801 896 802 897 # 803 898 # Multimedia devices 804 899 # 805 900 # CONFIG_VIDEO_DEV is not set 806 - 807 - # 808 - # Digital Video Broadcasting Devices 809 - # 810 - # CONFIG_DVB is not set 901 + # CONFIG_DVB_CORE is not set 902 + # CONFIG_DAB is not set 811 903 812 904 # 813 905 # Graphics support 814 906 # 815 - CONFIG_FIRMWARE_EDID=y 907 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 908 + 909 + # 910 + # Display device support 911 + # 912 + # CONFIG_DISPLAY_SUPPORT is not set 913 + # CONFIG_VGASTATE is not set 914 + # CONFIG_VIDEO_OUTPUT_CONTROL is not set 816 915 # CONFIG_FB is not set 817 916 818 917 # ··· 823 920 CONFIG_SGI_NEWPORT_CONSOLE=y 824 921 CONFIG_DUMMY_CONSOLE=y 825 922 CONFIG_FONT_8x16=y 826 - 827 - # 828 - # Logo configuration 829 - # 830 923 CONFIG_LOGO=y 831 924 # CONFIG_LOGO_LINUX_MONO is not set 832 925 # CONFIG_LOGO_LINUX_VGA16 is not set 833 926 # CONFIG_LOGO_LINUX_CLUT224 is not set 834 927 CONFIG_LOGO_SGI_CLUT224=y 835 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 836 928 837 929 # 838 930 # Sound 839 931 # 840 932 # CONFIG_SOUND is not set 841 - 842 - # 843 - # HID Devices 844 - # 933 + CONFIG_HID_SUPPORT=y 845 934 CONFIG_HID=y 846 935 # CONFIG_HID_DEBUG is not set 847 - 848 - # 849 - # USB support 850 - # 936 + CONFIG_USB_SUPPORT=y 851 937 # CONFIG_USB_ARCH_HAS_HCD is not set 852 938 # CONFIG_USB_ARCH_HAS_OHCI is not set 853 939 # CONFIG_USB_ARCH_HAS_EHCI is not set ··· 849 957 # USB Gadget Support 850 958 # 851 959 # CONFIG_USB_GADGET is not set 852 - 853 - # 854 - # MMC/SD Card support 855 - # 856 960 # CONFIG_MMC is not set 857 - 858 - # 859 - # LED devices 860 - # 861 961 # CONFIG_NEW_LEDS is not set 862 - 863 - # 864 - # LED drivers 865 - # 866 - 867 - # 868 - # LED Triggers 869 - # 870 - 871 - # 872 - # InfiniBand support 873 - # 874 - 875 - # 876 - # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 877 - # 878 - 879 - # 880 - # Real Time Clock 881 - # 882 962 # CONFIG_RTC_CLASS is not set 883 963 884 964 # ··· 867 1003 # 868 1004 869 1005 # 870 - # Auxiliary Display support 1006 + # Userspace I/O 871 1007 # 872 - 873 - # 874 - # Virtualization 875 - # 1008 + # CONFIG_UIO is not set 876 1009 877 1010 # 878 1011 # File systems ··· 982 1121 CONFIG_NFS_COMMON=y 983 1122 CONFIG_SUNRPC=m 984 1123 CONFIG_SUNRPC_GSS=m 1124 + # CONFIG_SUNRPC_BIND34 is not set 985 1125 CONFIG_RPCSEC_GSS_KRB5=m 986 1126 # CONFIG_RPCSEC_GSS_SPKM3 is not set 987 1127 CONFIG_SMB_FS=m ··· 998 1136 CONFIG_CODA_FS=m 999 1137 # CONFIG_CODA_FS_OLD_API is not set 1000 1138 # CONFIG_AFS_FS is not set 1001 - # CONFIG_9P_FS is not set 1002 1139 1003 1140 # 1004 1141 # Partition Types ··· 1019 1158 # CONFIG_SUN_PARTITION is not set 1020 1159 # CONFIG_KARMA_PARTITION is not set 1021 1160 # CONFIG_EFI_PARTITION is not set 1161 + # CONFIG_SYSV68_PARTITION is not set 1022 1162 1023 1163 # 1024 1164 # Native Language Support ··· 1069 1207 # Distributed Lock Manager 1070 1208 # 1071 1209 CONFIG_DLM=m 1072 - CONFIG_DLM_TCP=y 1073 - # CONFIG_DLM_SCTP is not set 1074 1210 # CONFIG_DLM_DEBUG is not set 1075 1211 1076 1212 # ··· 1087 1227 # CONFIG_DEBUG_FS is not set 1088 1228 # CONFIG_HEADERS_CHECK is not set 1089 1229 # CONFIG_DEBUG_KERNEL is not set 1090 - CONFIG_LOG_BUF_SHIFT=14 1091 1230 CONFIG_CROSSCOMPILE=y 1092 1231 CONFIG_CMDLINE="" 1093 1232 ··· 1096 1237 CONFIG_KEYS=y 1097 1238 CONFIG_KEYS_DEBUG_PROC_KEYS=y 1098 1239 # CONFIG_SECURITY is not set 1099 - 1100 - # 1101 - # Cryptographic options 1102 - # 1103 1240 CONFIG_CRYPTO=y 1104 1241 CONFIG_CRYPTO_ALGAPI=y 1242 + CONFIG_CRYPTO_ABLKCIPHER=m 1105 1243 CONFIG_CRYPTO_BLKCIPHER=m 1106 1244 CONFIG_CRYPTO_HASH=y 1107 1245 CONFIG_CRYPTO_MANAGER=y ··· 1117 1261 CONFIG_CRYPTO_CBC=m 1118 1262 CONFIG_CRYPTO_PCBC=m 1119 1263 CONFIG_CRYPTO_LRW=m 1264 + CONFIG_CRYPTO_CRYPTD=m 1120 1265 CONFIG_CRYPTO_DES=m 1121 1266 CONFIG_CRYPTO_FCRYPT=m 1122 1267 CONFIG_CRYPTO_BLOWFISH=m ··· 1136 1279 CONFIG_CRYPTO_CRC32C=m 1137 1280 CONFIG_CRYPTO_CAMELLIA=m 1138 1281 # CONFIG_CRYPTO_TEST is not set 1139 - 1140 - # 1141 - # Hardware crypto devices 1142 - # 1282 + # CONFIG_CRYPTO_HW is not set 1143 1283 1144 1284 # 1145 1285 # Library routines ··· 1144 1290 CONFIG_BITREVERSE=m 1145 1291 # CONFIG_CRC_CCITT is not set 1146 1292 CONFIG_CRC16=m 1293 + # CONFIG_CRC_ITU_T is not set 1147 1294 CONFIG_CRC32=m 1295 + # CONFIG_CRC7 is not set 1148 1296 CONFIG_LIBCRC32C=m 1149 1297 CONFIG_ZLIB_INFLATE=m 1150 1298 CONFIG_ZLIB_DEFLATE=m ··· 1157 1301 CONFIG_PLIST=y 1158 1302 CONFIG_HAS_IOMEM=y 1159 1303 CONFIG_HAS_IOPORT=y 1304 + CONFIG_HAS_DMA=y
+3 -45
arch/mips/jmr3927/rbhma3100/irq.c
··· 45 45 #error JMR3927_IRQ_END > NR_IRQS 46 46 #endif 47 47 48 - #define irc_dlevel 0 49 - #define irc_elevel 1 50 - 51 48 static unsigned char irc_level[TX3927_NUM_IR] = { 52 49 5, 5, 5, 5, 5, 5, /* INT[5:0] */ 53 50 7, 7, /* SIO */ ··· 75 78 jmr3927_ioc_reg_out(imask | bit, JMR3927_IOC_INTM_ADDR); 76 79 /* flush write buffer */ 77 80 (void)jmr3927_ioc_reg_in(JMR3927_IOC_REV_ADDR); 78 - } 79 - 80 - static void mask_irq_irc(unsigned int irq) 81 - { 82 - unsigned int irq_nr = irq - JMR3927_IRQ_IRC; 83 - volatile unsigned long *ilrp = &tx3927_ircptr->ilr[irq_nr / 2]; 84 - if (irq_nr & 1) 85 - *ilrp = (*ilrp & 0x00ff) | (irc_dlevel << 8); 86 - else 87 - *ilrp = (*ilrp & 0xff00) | irc_dlevel; 88 - /* update IRCSR */ 89 - tx3927_ircptr->imr = 0; 90 - tx3927_ircptr->imr = irc_elevel; 91 - /* flush write buffer */ 92 - (void)tx3927_ircptr->ssr; 93 - } 94 - 95 - static void unmask_irq_irc(unsigned int irq) 96 - { 97 - unsigned int irq_nr = irq - JMR3927_IRQ_IRC; 98 - volatile unsigned long *ilrp = &tx3927_ircptr->ilr[irq_nr / 2]; 99 - if (irq_nr & 1) 100 - *ilrp = (*ilrp & 0x00ff) | (irc_level[irq_nr] << 8); 101 - else 102 - *ilrp = (*ilrp & 0xff00) | irc_level[irq_nr]; 103 - /* update IRCSR */ 104 - tx3927_ircptr->imr = 0; 105 - tx3927_ircptr->imr = irc_elevel; 106 81 } 107 82 108 83 asmlinkage void plat_irq_dispatch(void) ··· 137 168 /* clear PCI Reset interrupts */ 138 169 jmr3927_ioc_reg_out(0, JMR3927_IOC_RESET_ADDR); 139 170 140 - /* enable interrupt control */ 141 - tx3927_ircptr->cer = TX3927_IRCER_ICE; 142 - tx3927_ircptr->imr = irc_elevel; 143 - 144 171 jmr3927_irq_init(); 145 172 146 173 /* setup IOC interrupt 1 (PCI, MODEM) */ ··· 158 193 .unmask = unmask_irq_ioc, 159 194 }; 160 195 161 - static struct irq_chip jmr3927_irq_irc = { 162 - .name = "jmr3927_irc", 163 - .ack = mask_irq_irc, 164 - .mask = mask_irq_irc, 165 - .mask_ack = mask_irq_irc, 166 - .unmask = unmask_irq_irc, 167 - }; 168 - 169 196 static void __init jmr3927_irq_init(void) 170 197 { 171 198 u32 i; 172 199 173 - for (i = JMR3927_IRQ_IRC; i < JMR3927_IRQ_IRC + JMR3927_NR_IRQ_IRC; i++) 174 - set_irq_chip_and_handler(i, &jmr3927_irq_irc, handle_level_irq); 200 + txx9_irq_init(TX3927_IRC_REG); 201 + for (i = 0; i < TXx9_MAX_IR; i++) 202 + txx9_irq_set_pri(i, irc_level[i]); 175 203 for (i = JMR3927_IRQ_IOC; i < JMR3927_IRQ_IOC + JMR3927_NR_IRQ_IOC; i++) 176 204 set_irq_chip_and_handler(i, &jmr3927_irq_ioc, handle_level_irq); 177 205 }
-13
arch/mips/jmr3927/rbhma3100/setup.c
··· 290 290 tx3927_ccfgptr->crir, 291 291 tx3927_ccfgptr->ccfg, tx3927_ccfgptr->pcfg); 292 292 293 - /* IRC */ 294 - /* disable interrupt control */ 295 - tx3927_ircptr->cer = 0; 296 - /* mask all IRC interrupts */ 297 - tx3927_ircptr->imr = 0; 298 - for (i = 0; i < TX3927_NUM_IR / 2; i++) { 299 - tx3927_ircptr->ilr[i] = 0; 300 - } 301 - /* setup IRC interrupt mode (Low Active) */ 302 - for (i = 0; i < TX3927_NUM_IR / 8; i++) { 303 - tx3927_ircptr->cr[i] = 0; 304 - } 305 - 306 293 /* TMR */ 307 294 /* disable all timers */ 308 295 for (i = 0; i < TX3927_NR_TMR; i++) {
+1
arch/mips/kernel/Makefile
··· 50 50 obj-$(CONFIG_IRQ_CPU_RM7K) += irq-rm7000.o 51 51 obj-$(CONFIG_IRQ_CPU_RM9K) += irq-rm9000.o 52 52 obj-$(CONFIG_MIPS_BOARDS_GEN) += irq-msc01.o 53 + obj-$(CONFIG_IRQ_TXX9) += irq_txx9.o 53 54 54 55 obj-$(CONFIG_32BIT) += scall32-o32.o 55 56 obj-$(CONFIG_64BIT) += scall64-64.o
+4
arch/mips/kernel/asm-offsets.c
··· 232 232 constant("#define _PMD_T_LOG2 ", PMD_T_LOG2); 233 233 constant("#define _PTE_T_LOG2 ", PTE_T_LOG2); 234 234 linefeed; 235 + constant("#define _PGD_ORDER ", PGD_ORDER); 236 + constant("#define _PMD_ORDER ", PMD_ORDER); 237 + constant("#define _PTE_ORDER ", PTE_ORDER); 238 + linefeed; 235 239 constant("#define _PMD_SHIFT ", PMD_SHIFT); 236 240 constant("#define _PGDIR_SHIFT ", PGDIR_SHIFT); 237 241 linefeed;
+1 -1
arch/mips/kernel/cpu-bugs64.c
··· 29 29 ".endr\n\t" 30 30 ".set pop" 31 31 : 32 - : "n" (align), "n" (mod)); 32 + : "rn" (align), "rn" (mod)); 33 33 } 34 34 35 35 static inline void mult_sh_align_mod(long *v1, long *v2, long *w,
+1 -1
arch/mips/kernel/irixsig.c
··· 725 725 current->comm, current->pid, ctx); 726 726 #endif 727 727 728 - if (!access_ok(VERIFY_WRITE, ctx, sizeof(*ctx))); 728 + if (!access_ok(VERIFY_WRITE, ctx, sizeof(*ctx))) 729 729 return -EFAULT; 730 730 731 731 error = __put_user(current->thread.irix_oldctx, &ctx->link);
+192
arch/mips/kernel/irq_txx9.c
··· 1 + /* 2 + * linux/arch/mips/kernel/irq_txx9.c 3 + * 4 + * Based on linux/arch/mips/jmr3927/rbhma3100/irq.c, 5 + * linux/arch/mips/tx4927/common/tx4927_irq.c, 6 + * linux/arch/mips/tx4938/common/irq.c 7 + * 8 + * Copyright 2001, 2003-2005 MontaVista Software Inc. 9 + * Author: MontaVista Software, Inc. 10 + * ahennessy@mvista.com 11 + * source@mvista.com 12 + * Copyright (C) 2000-2001 Toshiba Corporation 13 + * 14 + * This file is subject to the terms and conditions of the GNU General Public 15 + * License. See the file "COPYING" in the main directory of this archive 16 + * for more details. 17 + */ 18 + #include <linux/init.h> 19 + #include <linux/interrupt.h> 20 + #include <linux/types.h> 21 + #include <asm/txx9irq.h> 22 + 23 + struct txx9_irc_reg { 24 + u32 cer; 25 + u32 cr[2]; 26 + u32 unused0; 27 + u32 ilr[8]; 28 + u32 unused1[4]; 29 + u32 imr; 30 + u32 unused2[7]; 31 + u32 scr; 32 + u32 unused3[7]; 33 + u32 ssr; 34 + u32 unused4[7]; 35 + u32 csr; 36 + }; 37 + 38 + /* IRCER : Int. Control Enable */ 39 + #define TXx9_IRCER_ICE 0x00000001 40 + 41 + /* IRCR : Int. Control */ 42 + #define TXx9_IRCR_LOW 0x00000000 43 + #define TXx9_IRCR_HIGH 0x00000001 44 + #define TXx9_IRCR_DOWN 0x00000002 45 + #define TXx9_IRCR_UP 0x00000003 46 + #define TXx9_IRCR_EDGE(cr) ((cr) & 0x00000002) 47 + 48 + /* IRSCR : Int. Status Control */ 49 + #define TXx9_IRSCR_EIClrE 0x00000100 50 + #define TXx9_IRSCR_EIClr_MASK 0x0000000f 51 + 52 + /* IRCSR : Int. Current Status */ 53 + #define TXx9_IRCSR_IF 0x00010000 54 + #define TXx9_IRCSR_ILV_MASK 0x00000700 55 + #define TXx9_IRCSR_IVL_MASK 0x0000001f 56 + 57 + #define irc_dlevel 0 58 + #define irc_elevel 1 59 + 60 + static struct txx9_irc_reg __iomem *txx9_ircptr __read_mostly; 61 + 62 + static struct { 63 + unsigned char level; 64 + unsigned char mode; 65 + } txx9irq[TXx9_MAX_IR] __read_mostly; 66 + 67 + static void txx9_irq_unmask(unsigned int irq) 68 + { 69 + unsigned int irq_nr = irq - TXX9_IRQ_BASE; 70 + u32 __iomem *ilrp = &txx9_ircptr->ilr[(irq_nr % 16 ) / 2]; 71 + int ofs = irq_nr / 16 * 16 + (irq_nr & 1) * 8; 72 + 73 + __raw_writel((__raw_readl(ilrp) & ~(0xff << ofs)) 74 + | (txx9irq[irq_nr].level << ofs), 75 + ilrp); 76 + #ifdef CONFIG_CPU_TX39XX 77 + /* update IRCSR */ 78 + __raw_writel(0, &txx9_ircptr->imr); 79 + __raw_writel(irc_elevel, &txx9_ircptr->imr); 80 + #endif 81 + } 82 + 83 + static inline void txx9_irq_mask(unsigned int irq) 84 + { 85 + unsigned int irq_nr = irq - TXX9_IRQ_BASE; 86 + u32 __iomem *ilrp = &txx9_ircptr->ilr[(irq_nr % 16) / 2]; 87 + int ofs = irq_nr / 16 * 16 + (irq_nr & 1) * 8; 88 + 89 + __raw_writel((__raw_readl(ilrp) & ~(0xff << ofs)) 90 + | (irc_dlevel << ofs), 91 + ilrp); 92 + #ifdef CONFIG_CPU_TX39XX 93 + /* update IRCSR */ 94 + __raw_writel(0, &txx9_ircptr->imr); 95 + __raw_writel(irc_elevel, &txx9_ircptr->imr); 96 + /* flush write buffer */ 97 + __raw_readl(&txx9_ircptr->ssr); 98 + #else 99 + mmiowb(); 100 + #endif 101 + } 102 + 103 + static void txx9_irq_mask_ack(unsigned int irq) 104 + { 105 + unsigned int irq_nr = irq - TXX9_IRQ_BASE; 106 + 107 + txx9_irq_mask(irq); 108 + /* clear edge detection */ 109 + if (unlikely(TXx9_IRCR_EDGE(txx9irq[irq_nr].mode))) 110 + __raw_writel(TXx9_IRSCR_EIClrE | irq_nr, &txx9_ircptr->scr); 111 + } 112 + 113 + static int txx9_irq_set_type(unsigned int irq, unsigned int flow_type) 114 + { 115 + unsigned int irq_nr = irq - TXX9_IRQ_BASE; 116 + u32 cr; 117 + u32 __iomem *crp; 118 + int ofs; 119 + int mode; 120 + 121 + if (flow_type & IRQF_TRIGGER_PROBE) 122 + return 0; 123 + switch (flow_type & IRQF_TRIGGER_MASK) { 124 + case IRQF_TRIGGER_RISING: mode = TXx9_IRCR_UP; break; 125 + case IRQF_TRIGGER_FALLING: mode = TXx9_IRCR_DOWN; break; 126 + case IRQF_TRIGGER_HIGH: mode = TXx9_IRCR_HIGH; break; 127 + case IRQF_TRIGGER_LOW: mode = TXx9_IRCR_LOW; break; 128 + default: 129 + return -EINVAL; 130 + } 131 + crp = &txx9_ircptr->cr[(unsigned int)irq_nr / 8]; 132 + cr = __raw_readl(crp); 133 + ofs = (irq_nr & (8 - 1)) * 2; 134 + cr &= ~(0x3 << ofs); 135 + cr |= (mode & 0x3) << ofs; 136 + __raw_writel(cr, crp); 137 + txx9irq[irq_nr].mode = mode; 138 + return 0; 139 + } 140 + 141 + static struct irq_chip txx9_irq_chip = { 142 + .name = "TXX9", 143 + .ack = txx9_irq_mask_ack, 144 + .mask = txx9_irq_mask, 145 + .mask_ack = txx9_irq_mask_ack, 146 + .unmask = txx9_irq_unmask, 147 + .set_type = txx9_irq_set_type, 148 + }; 149 + 150 + void __init txx9_irq_init(unsigned long baseaddr) 151 + { 152 + int i; 153 + 154 + txx9_ircptr = ioremap(baseaddr, sizeof(struct txx9_irc_reg)); 155 + for (i = 0; i < TXx9_MAX_IR; i++) { 156 + txx9irq[i].level = 4; /* middle level */ 157 + txx9irq[i].mode = TXx9_IRCR_LOW; 158 + set_irq_chip_and_handler(TXX9_IRQ_BASE + i, 159 + &txx9_irq_chip, handle_level_irq); 160 + } 161 + 162 + /* mask all IRC interrupts */ 163 + __raw_writel(0, &txx9_ircptr->imr); 164 + for (i = 0; i < 8; i++) 165 + __raw_writel(0, &txx9_ircptr->ilr[i]); 166 + /* setup IRC interrupt mode (Low Active) */ 167 + for (i = 0; i < 2; i++) 168 + __raw_writel(0, &txx9_ircptr->cr[i]); 169 + /* enable interrupt control */ 170 + __raw_writel(TXx9_IRCER_ICE, &txx9_ircptr->cer); 171 + __raw_writel(irc_elevel, &txx9_ircptr->imr); 172 + } 173 + 174 + int __init txx9_irq_set_pri(int irc_irq, int new_pri) 175 + { 176 + int old_pri; 177 + 178 + if ((unsigned int)irc_irq >= TXx9_MAX_IR) 179 + return 0; 180 + old_pri = txx9irq[irc_irq].level; 181 + txx9irq[irc_irq].level = new_pri; 182 + return old_pri; 183 + } 184 + 185 + int txx9_irq(void) 186 + { 187 + u32 csr = __raw_readl(&txx9_ircptr->csr); 188 + 189 + if (likely(!(csr & TXx9_IRCSR_IF))) 190 + return TXX9_IRQ_BASE + (csr & (TXx9_MAX_IR - 1)); 191 + return -1; 192 + }
+1 -4
arch/mips/kernel/machine_kexec.c
··· 78 78 */ 79 79 local_irq_disable(); 80 80 81 - flush_icache_range(reboot_code_buffer, 82 - reboot_code_buffer + KEXEC_CONTROL_CODE_SIZE); 83 - 84 81 printk("Will call new kernel at %08lx\n", image->start); 85 82 printk("Bye ...\n"); 86 - flush_cache_all(); 83 + __flush_cache_all(); 87 84 ((noretfun_t) reboot_code_buffer)(); 88 85 }
+5 -2
arch/mips/kernel/mips-mt.c
··· 4 4 */ 5 5 6 6 #include <linux/device.h> 7 + #include <linux/kallsyms.h> 7 8 #include <linux/kernel.h> 8 9 #include <linux/sched.h> 9 10 #include <linux/module.h> ··· 85 84 read_vpe_c0_vpeconf0()); 86 85 printk(" VPE%d.Status : %08lx\n", 87 86 i, read_vpe_c0_status()); 88 - printk(" VPE%d.EPC : %08lx\n", 87 + printk(" VPE%d.EPC : %08lx ", 89 88 i, read_vpe_c0_epc()); 89 + print_symbol("%s\n", read_vpe_c0_epc()); 90 90 printk(" VPE%d.Cause : %08lx\n", 91 91 i, read_vpe_c0_cause()); 92 92 printk(" VPE%d.Config7 : %08lx\n", ··· 112 110 } 113 111 printk(" TCStatus : %08lx\n", tcstatval); 114 112 printk(" TCBind : %08lx\n", read_tc_c0_tcbind()); 115 - printk(" TCRestart : %08lx\n", read_tc_c0_tcrestart()); 113 + printk(" TCRestart : %08lx ", read_tc_c0_tcrestart()); 114 + print_symbol("%s\n", read_tc_c0_tcrestart()); 116 115 printk(" TCHalt : %08lx\n", haltval); 117 116 printk(" TCContext : %08lx\n", read_tc_c0_tccontext()); 118 117 if (!haltval)
+3 -3
arch/mips/kernel/smp-mt.c
··· 287 287 * (unsigned long)idle->thread_info the gp 288 288 * assumes a 1:1 mapping of TC => VPE 289 289 */ 290 - void prom_boot_secondary(int cpu, struct task_struct *idle) 290 + void __cpuinit prom_boot_secondary(int cpu, struct task_struct *idle) 291 291 { 292 292 struct thread_info *gp = task_thread_info(idle); 293 293 dvpe(); ··· 321 321 evpe(EVPE_ENABLE); 322 322 } 323 323 324 - void prom_init_secondary(void) 324 + void __cpuinit prom_init_secondary(void) 325 325 { 326 326 /* Enable per-cpu interrupts */ 327 327 ··· 330 330 (STATUSF_IP0 | STATUSF_IP1 | STATUSF_IP6 | STATUSF_IP7)); 331 331 } 332 332 333 - void prom_smp_finish(void) 333 + void __cpuinit prom_smp_finish(void) 334 334 { 335 335 write_c0_compare(read_c0_count() + (8* mips_hpt_frequency/HZ)); 336 336
-2
arch/mips/kernel/smtc.c
··· 28 28 * This file should be built into the kernel only if CONFIG_MIPS_MT_SMTC is set. 29 29 */ 30 30 31 - #define MIPS_CPU_IPI_IRQ 1 32 - 33 31 #define LOCK_MT_PRA() \ 34 32 local_irq_save(flags); \ 35 33 mtflags = dmt()
+19 -12
arch/mips/kernel/traps.c
··· 606 606 */ 607 607 asmlinkage void do_fpe(struct pt_regs *regs, unsigned long fcr31) 608 608 { 609 + siginfo_t info; 610 + 609 611 die_if_kernel("FP exception in kernel code", regs); 610 612 611 613 if (fcr31 & FPU_CSR_UNI_X) { ··· 643 641 force_sig(sig, current); 644 642 645 643 return; 646 - } 647 - 648 - force_sig(SIGFPE, current); 644 + } else if (fcr31 & FPU_CSR_INV_X) 645 + info.si_code = FPE_FLTINV; 646 + else if (fcr31 & FPU_CSR_DIV_X) 647 + info.si_code = FPE_FLTDIV; 648 + else if (fcr31 & FPU_CSR_OVF_X) 649 + info.si_code = FPE_FLTOVF; 650 + else if (fcr31 & FPU_CSR_UDF_X) 651 + info.si_code = FPE_FLTUND; 652 + else if (fcr31 & FPU_CSR_INE_X) 653 + info.si_code = FPE_FLTRES; 654 + else 655 + info.si_code = __SI_FAULT; 656 + info.si_signo = SIGFPE; 657 + info.si_errno = 0; 658 + info.si_addr = (void __user *) regs->cp0_epc; 659 + force_sig_info(SIGFPE, &info, current); 649 660 } 650 661 651 662 asmlinkage void do_bp(struct pt_regs *regs) ··· 1050 1035 /* 1051 1036 * NMI exception handler. 1052 1037 */ 1053 - void nmi_exception_handler(struct pt_regs *regs) 1038 + NORET_TYPE void ATTRIB_NORET nmi_exception_handler(struct pt_regs *regs) 1054 1039 { 1055 - #ifdef CONFIG_MIPS_MT_SMTC 1056 - unsigned long dvpret = dvpe(); 1057 1040 bust_spinlocks(1); 1058 1041 printk("NMI taken!!!!\n"); 1059 - mips_mt_regdump(dvpret); 1060 - #else 1061 - bust_spinlocks(1); 1062 - printk("NMI taken!!!!\n"); 1063 - #endif /* CONFIG_MIPS_MT_SMTC */ 1064 1042 die("NMI", regs); 1065 - while(1) ; 1066 1043 } 1067 1044 1068 1045 #define VECTORSPACING 0x100 /* for EI/VI mode */
+4 -3
arch/mips/kernel/vmlinux.lds.S
··· 142 142 *(.exitcall.exit) 143 143 144 144 /* ABI crap starts here */ 145 - *(.comment) 146 145 *(.MIPS.options) 147 - *(.note) 148 146 *(.options) 149 147 *(.pdr) 150 148 *(.reginfo) 151 - *(.mdebug*) 152 149 } 150 + 151 + /* These mark the ABI of the kernel for debuggers. */ 152 + .mdebug.abi32 : { KEEP(*(.mdebug.abi32)) } 153 + .mdebug.abi64 : { KEEP(*(.mdebug.abi64)) } 153 154 154 155 /* This is the MIPS specific mdebug section. */ 155 156 .mdebug : { *(.mdebug) }
+1 -1
arch/mips/lib/Makefile
··· 28 28 obj-$(CONFIG_CPU_VR41XX) += dump_tlb.o 29 29 30 30 # libgcc-style stuff needed in the kernel 31 - obj-y += ashldi3.o ashrdi3.o lshrdi3.o ucmpdi2.o 31 + obj-y += ashldi3.o ashrdi3.o cmpdi2.o lshrdi3.o ucmpdi2.o
+27
arch/mips/lib/cmpdi2.c
··· 1 + #include <linux/module.h> 2 + 3 + #include "libgcc.h" 4 + 5 + word_type __cmpdi2(long long a, long long b) 6 + { 7 + const DWunion au = { 8 + .ll = a 9 + }; 10 + const DWunion bu = { 11 + .ll = b 12 + }; 13 + 14 + if (au.s.high < bu.s.high) 15 + return 0; 16 + else if (au.s.high > bu.s.high) 17 + return 2; 18 + 19 + if ((unsigned int) au.s.low < (unsigned int) bu.s.low) 20 + return 0; 21 + else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) 22 + return 2; 23 + 24 + return 1; 25 + } 26 + 27 + EXPORT_SYMBOL(__cmpdi2);
+9 -7
arch/mips/mips-boards/malta/malta_smtc.c
··· 1 1 /* 2 2 * Malta Platform-specific hooks for SMP operation 3 3 */ 4 + #include <linux/irq.h> 4 5 #include <linux/init.h> 5 6 6 7 #include <asm/mipsregs.h> ··· 25 24 * Platform "CPU" startup hook 26 25 */ 27 26 28 - void prom_boot_secondary(int cpu, struct task_struct *idle) 27 + void __cpuinit prom_boot_secondary(int cpu, struct task_struct *idle) 29 28 { 30 29 smtc_boot_secondary(cpu, idle); 31 30 } ··· 34 33 * Post-config but pre-boot cleanup entry point 35 34 */ 36 35 37 - void prom_init_secondary(void) 36 + void __cpuinit prom_init_secondary(void) 38 37 { 39 38 void smtc_init_secondary(void); 40 39 int myvpe; ··· 43 42 myvpe = read_c0_tcbind() & TCBIND_CURVPE; 44 43 if (myvpe != 0) { 45 44 /* Ideally, this should be done only once per VPE, but... */ 46 - clear_c0_status(STATUSF_IP2); 47 - set_c0_status(STATUSF_IP0 | STATUSF_IP1 | STATUSF_IP3 48 - | STATUSF_IP4 | STATUSF_IP5 | STATUSF_IP6 49 - | STATUSF_IP7); 45 + clear_c0_status(ST0_IM); 46 + set_c0_status((0x100 << cp0_compare_irq) 47 + | (0x100 << MIPS_CPU_IPI_IRQ)); 48 + if (cp0_perfcount_irq >= 0) 49 + set_c0_status(0x100 << cp0_perfcount_irq); 50 50 } 51 51 52 52 smtc_init_secondary(); ··· 76 74 * SMP initialization finalization entry point 77 75 */ 78 76 79 - void prom_smp_finish(void) 77 + void __cpuinit prom_smp_finish(void) 80 78 { 81 79 smtc_smp_finish(); 82 80 }
-88
arch/mips/mips-boards/sim/sim_int.c
··· 1 - /* 2 - * Copyright (C) 1999, 2005 MIPS Technologies, Inc. All rights reserved. 3 - * 4 - * This program is free software; you can distribute it and/or modify it 5 - * under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 11 - * for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along 14 - * with this program; if not, write to the Free Software Foundation, Inc., 15 - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 16 - * 17 - */ 18 - #include <linux/init.h> 19 - #include <linux/sched.h> 20 - #include <linux/slab.h> 21 - #include <linux/interrupt.h> 22 - #include <linux/kernel_stat.h> 23 - #include <asm/mips-boards/simint.h> 24 - #include <asm/irq_cpu.h> 25 - 26 - static inline int clz(unsigned long x) 27 - { 28 - __asm__ ( 29 - " .set push \n" 30 - " .set mips32 \n" 31 - " clz %0, %1 \n" 32 - " .set pop \n" 33 - : "=r" (x) 34 - : "r" (x)); 35 - 36 - return x; 37 - } 38 - 39 - /* 40 - * Version of ffs that only looks at bits 12..15. 41 - */ 42 - static inline unsigned int irq_ffs(unsigned int pending) 43 - { 44 - #if defined(CONFIG_CPU_MIPS32) || defined(CONFIG_CPU_MIPS64) 45 - return -clz(pending) + 31 - CAUSEB_IP; 46 - #else 47 - unsigned int a0 = 7; 48 - unsigned int t0; 49 - 50 - t0 = s0 & 0xf000; 51 - t0 = t0 < 1; 52 - t0 = t0 << 2; 53 - a0 = a0 - t0; 54 - s0 = s0 << t0; 55 - 56 - t0 = s0 & 0xc000; 57 - t0 = t0 < 1; 58 - t0 = t0 << 1; 59 - a0 = a0 - t0; 60 - s0 = s0 << t0; 61 - 62 - t0 = s0 & 0x8000; 63 - t0 = t0 < 1; 64 - //t0 = t0 << 2; 65 - a0 = a0 - t0; 66 - //s0 = s0 << t0; 67 - 68 - return a0; 69 - #endif 70 - } 71 - 72 - asmlinkage void plat_irq_dispatch(void) 73 - { 74 - unsigned int pending = read_c0_cause() & read_c0_status() & ST0_IM; 75 - int irq; 76 - 77 - irq = irq_ffs(pending); 78 - 79 - if (irq > 0) 80 - do_IRQ(MIPS_CPU_IRQ_BASE + irq); 81 - else 82 - spurious_interrupt(); 83 - } 84 - 85 - void __init arch_init_irq(void) 86 - { 87 - mips_cpu_irq_init(); 88 - }
+3 -3
arch/mips/mipssim/sim_smp.c
··· 53 53 * Platform "CPU" startup hook 54 54 */ 55 55 56 - void prom_boot_secondary(int cpu, struct task_struct *idle) 56 + void __cpuinit prom_boot_secondary(int cpu, struct task_struct *idle) 57 57 { 58 58 #ifdef CONFIG_MIPS_MT_SMTC 59 59 smtc_boot_secondary(cpu, idle); ··· 64 64 * Post-config but pre-boot cleanup entry point 65 65 */ 66 66 67 - void prom_init_secondary(void) 67 + void __cpuinit prom_init_secondary(void) 68 68 { 69 69 #ifdef CONFIG_MIPS_MT_SMTC 70 70 void smtc_init_secondary(void); ··· 103 103 * SMP initialization finalization entry point 104 104 */ 105 105 106 - void prom_smp_finish(void) 106 + void __cpuinit prom_smp_finish(void) 107 107 { 108 108 #ifdef CONFIG_MIPS_MT_SMTC 109 109 smtc_smp_finish();
+8 -1
arch/mips/mm/init.c
··· 26 26 #include <linux/proc_fs.h> 27 27 #include <linux/pfn.h> 28 28 29 + #include <asm/asm-offsets.h> 29 30 #include <asm/bootinfo.h> 30 31 #include <asm/cachectl.h> 31 32 #include <asm/cpu.h> ··· 499 498 * different layout ... 500 499 */ 501 500 #define __page_aligned(order) __attribute__((__aligned__(PAGE_SIZE<<order))) 502 - pgd_t swapper_pg_dir[PTRS_PER_PGD] __page_aligned(PGD_ORDER); 501 + 502 + /* 503 + * gcc 3.3 and older have trouble determining that PTRS_PER_PGD and PGD_ORDER 504 + * are constants. So we use the variants from asm-offset.h until that gcc 505 + * will officially be retired. 506 + */ 507 + pgd_t swapper_pg_dir[_PTRS_PER_PGD] __page_aligned(_PGD_ORDER); 503 508 #ifdef CONFIG_64BIT 504 509 #ifdef MODULE_START 505 510 pgd_t module_pg_dir[PTRS_PER_PGD] __page_aligned(PGD_ORDER);
+4 -5
arch/mips/pci/pci.c
··· 75 75 res->start = start; 76 76 } 77 77 78 - void __init register_pci_controller(struct pci_controller *hose) 78 + void __devinit register_pci_controller(struct pci_controller *hose) 79 79 { 80 80 if (request_resource(&iomem_resource, hose->mem_resource) < 0) 81 81 goto out; ··· 230 230 return pcibios_plat_dev_init(dev); 231 231 } 232 232 233 - static void __devinit pcibios_fixup_device_resources(struct pci_dev *dev, 233 + static void pcibios_fixup_device_resources(struct pci_dev *dev, 234 234 struct pci_bus *bus) 235 235 { 236 236 /* Update device resources. */ ··· 251 251 } 252 252 } 253 253 254 - void __devinit pcibios_fixup_bus(struct pci_bus *bus) 254 + void pcibios_fixup_bus(struct pci_bus *bus) 255 255 { 256 256 /* Propagate hose info into the subordinate devices. */ 257 257 ··· 282 282 pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); 283 283 } 284 284 285 - void __devinit 286 - pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region, 285 + void pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region, 287 286 struct resource *res) 288 287 { 289 288 struct pci_controller *hose = (struct pci_controller *)dev->sysdata;
-1
arch/mips/philips/pnx8550/common/Kconfig
··· 1 - # Place holder
+3 -3
arch/mips/pmc-sierra/yosemite/smp.c
··· 77 77 * stack so the first thing we do is throw away that stuff and load useful 78 78 * values into the registers ... 79 79 */ 80 - void __init prom_boot_secondary(int cpu, struct task_struct *idle) 80 + void __cpuinit prom_boot_secondary(int cpu, struct task_struct *idle) 81 81 { 82 82 unsigned long gp = (unsigned long) task_thread_info(idle); 83 83 unsigned long sp = __KSTK_TOS(idle); ··· 97 97 * After we've done initial boot, this function is called to allow the 98 98 * board code to clean up state, if needed 99 99 */ 100 - void prom_init_secondary(void) 100 + void __cpuinit prom_init_secondary(void) 101 101 { 102 102 set_c0_status(ST0_CO | ST0_IE | ST0_IM); 103 103 } 104 104 105 - void prom_smp_finish(void) 105 + void __cpuinit prom_smp_finish(void) 106 106 { 107 107 } 108 108
+3 -3
arch/mips/qemu/q-smp.c
··· 22 22 * After we've done initial boot, this function is called to allow the 23 23 * board code to clean up state, if needed 24 24 */ 25 - void prom_init_secondary(void) 25 + void __cpuinit prom_init_secondary(void) 26 26 { 27 27 } 28 28 29 - void prom_smp_finish(void) 29 + void __cpuinit prom_smp_finish(void) 30 30 { 31 31 } 32 32 ··· 43 43 /* 44 44 * Firmware CPU startup hook 45 45 */ 46 - void prom_boot_secondary(int cpu, struct task_struct *idle) 46 + void __cpuinit prom_boot_secondary(int cpu, struct task_struct *idle) 47 47 { 48 48 } 49 49
+1 -1
arch/mips/sgi-ip22/ip22-mc.c
··· 47 47 /* 48 48 * Detect installed memory, do some sanity checks and notify kernel about it 49 49 */ 50 - static void probe_memory(void) 50 + static void __init probe_memory(void) 51 51 { 52 52 int i, j, found, cnt = 0; 53 53 struct mem bank[4];
+1
arch/mips/sgi-ip22/ip22-setup.c
··· 29 29 #include <asm/sgi/ip22.h> 30 30 31 31 unsigned long sgi_gfxaddr; 32 + EXPORT_SYMBOL_GPL(sgi_gfxaddr); 32 33 33 34 /* 34 35 * Stop-A is originally a Sun thing that isn't standard on IP22 so to avoid
+2 -6
arch/mips/sgi-ip27/ip27-irq.c
··· 207 207 { 208 208 nasid_t nasid = COMPACT_TO_NASID_NODEID(cpu_to_node(cpu)); 209 209 struct slice_data *si = cpu_data[cpu].data; 210 - unsigned long flags; 211 210 212 211 set_bit(bit, si->irq_enable_mask); 213 212 214 - local_irq_save(flags); 215 213 if (!cputoslice(cpu)) { 216 214 REMOTE_HUB_S(nasid, PI_INT_MASK0_A, si->irq_enable_mask[0]); 217 215 REMOTE_HUB_S(nasid, PI_INT_MASK1_A, si->irq_enable_mask[1]); ··· 217 219 REMOTE_HUB_S(nasid, PI_INT_MASK0_B, si->irq_enable_mask[0]); 218 220 REMOTE_HUB_S(nasid, PI_INT_MASK1_B, si->irq_enable_mask[1]); 219 221 } 220 - local_irq_restore(flags); 221 222 222 223 return 0; 223 224 } ··· 282 285 283 286 bridge->b_wid_tflush; 284 287 288 + intr_connect_level(cpu, swlevel); 289 + 285 290 return 0; /* Never anything pending. */ 286 291 } 287 292 ··· 291 292 static void shutdown_bridge_irq(unsigned int irq) 292 293 { 293 294 struct bridge_controller *bc = IRQ_TO_BRIDGE(irq); 294 - struct hub_data *hub = hub_data(cpu_to_node(bc->irq_cpu)); 295 295 bridge_t *bridge = bc->base; 296 296 int pin, swlevel; 297 297 cpuid_t cpu; ··· 304 306 */ 305 307 swlevel = find_level(&cpu, irq); 306 308 intr_disconnect_level(cpu, swlevel); 307 - 308 - __clear_bit(swlevel, hub->irq_alloc_mask); 309 309 310 310 bridge->b_int_enable &= ~(1 << pin); 311 311 bridge->b_wid_tflush;
+2 -2
arch/mips/sgi-ip27/ip27-smp.c
··· 171 171 * set sp to the kernel stack of the newly created idle process, gp to the proc 172 172 * struct so that current_thread_info() will work. 173 173 */ 174 - void __init prom_boot_secondary(int cpu, struct task_struct *idle) 174 + void __cpuinit prom_boot_secondary(int cpu, struct task_struct *idle) 175 175 { 176 176 unsigned long gp = (unsigned long)task_thread_info(idle); 177 177 unsigned long sp = __KSTK_TOS(idle); ··· 191 191 { 192 192 } 193 193 194 - void prom_smp_finish(void) 194 + void __cpuinit prom_smp_finish(void) 195 195 { 196 196 } 197 197
+2 -2
arch/mips/sibyte/bcm1480/irq.c
··· 76 76 77 77 /* Default to UART1 */ 78 78 int kgdb_port = 1; 79 - #ifdef CONFIG_SIBYTE_SB1250_DUART 79 + #ifdef CONFIG_SERIAL_SB1250_DUART 80 80 extern char sb1250_duart_present[]; 81 81 #endif 82 82 #endif ··· 404 404 if (kgdb_flag) { 405 405 kgdb_irq = K_BCM1480_INT_UART_0 + kgdb_port; 406 406 407 - #ifdef CONFIG_SIBYTE_SB1250_DUART 407 + #ifdef CONFIG_SERIAL_SB1250_DUART 408 408 sb1250_duart_present[kgdb_port] = 0; 409 409 #endif 410 410 /* Setup uart 1 settings, mapper */
+1 -1
arch/mips/sibyte/cfe/console.c
··· 46 46 /* XXXKW think about interaction with 'console=' cmdline arg */ 47 47 /* If none of the console options are configured, the build will break. */ 48 48 if (cfe_getenv("BOOT_CONSOLE", consdev, 32) >= 0) { 49 - #ifdef CONFIG_SIBYTE_SB1250_DUART 49 + #ifdef CONFIG_SERIAL_SB1250_DUART 50 50 if (!strcmp(consdev, "uart0")) { 51 51 setleds("u0cn"); 52 52 } else if (!strcmp(consdev, "uart1")) {
+3 -3
arch/mips/sibyte/cfe/smp.c
··· 58 58 * Setup the PC, SP, and GP of a secondary processor and start it 59 59 * running! 60 60 */ 61 - void prom_boot_secondary(int cpu, struct task_struct *idle) 61 + void __cpuinit prom_boot_secondary(int cpu, struct task_struct *idle) 62 62 { 63 63 int retval; 64 64 ··· 72 72 /* 73 73 * Code to run on secondary just after probing the CPU 74 74 */ 75 - void prom_init_secondary(void) 75 + void __cpuinit prom_init_secondary(void) 76 76 { 77 77 #if defined(CONFIG_SIBYTE_BCM1x55) || defined(CONFIG_SIBYTE_BCM1x80) 78 78 extern void bcm1480_smp_init(void); ··· 89 89 * Do any tidying up before marking online and running the idle 90 90 * loop 91 91 */ 92 - void prom_smp_finish(void) 92 + void __cpuinit prom_smp_finish(void) 93 93 { 94 94 #if defined(CONFIG_SIBYTE_BCM1x55) || defined(CONFIG_SIBYTE_BCM1x80) 95 95 extern void bcm1480_smp_finish(void);
+2 -2
arch/mips/sibyte/sb1250/irq.c
··· 61 61 62 62 /* Default to UART1 */ 63 63 int kgdb_port = 1; 64 - #ifdef CONFIG_SIBYTE_SB1250_DUART 64 + #ifdef CONFIG_SERIAL_SB1250_DUART 65 65 extern char sb1250_duart_present[]; 66 66 #endif 67 67 #endif ··· 359 359 if (kgdb_flag) { 360 360 kgdb_irq = K_INT_UART_0 + kgdb_port; 361 361 362 - #ifdef CONFIG_SIBYTE_SB1250_DUART 362 + #ifdef CONFIG_SERIAL_SB1250_DUART 363 363 sb1250_duart_present[kgdb_port] = 0; 364 364 #endif 365 365 /* Setup uart 1 settings, mapper */
-37
arch/mips/sni/pcimt_scache.c
··· 1 - /* 2 - * arch/mips/sni/pcimt_scache.c 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 - * 8 - * Copyright (c) 1997, 1998 by Ralf Baechle 9 - */ 10 - #include <linux/init.h> 11 - #include <linux/kernel.h> 12 - #include <asm/bcache.h> 13 - #include <asm/sni.h> 14 - 15 - #define cacheconf (*(volatile unsigned int *)PCIMT_CACHECONF) 16 - #define invspace (*(volatile unsigned int *)PCIMT_INVSPACE) 17 - 18 - void __init sni_pcimt_sc_init(void) 19 - { 20 - unsigned int scsiz, sc_size; 21 - 22 - scsiz = cacheconf & 7; 23 - if (scsiz == 0) { 24 - printk("Second level cache is deactived.\n"); 25 - return; 26 - } 27 - if (scsiz >= 6) { 28 - printk("Invalid second level cache size configured, " 29 - "deactivating second level cache.\n"); 30 - cacheconf = 0; 31 - return; 32 - } 33 - 34 - sc_size = 128 << scsiz; 35 - printk("%dkb second level cache detected, deactivating.\n", sc_size); 36 - cacheconf = 0; 37 - }
-4
arch/mips/sni/reset.c
··· 40 40 } 41 41 } 42 42 43 - void sni_machine_halt(void) 44 - { 45 - } 46 - 47 43 void sni_machine_power_off(void) 48 44 { 49 45 *(volatile unsigned char *)PCIMT_CSWCSM = 0xfd;
-2
arch/mips/sni/setup.c
··· 26 26 unsigned int sni_brd_type; 27 27 28 28 extern void sni_machine_restart(char *command); 29 - extern void sni_machine_halt(void); 30 29 extern void sni_machine_power_off(void); 31 30 32 31 static void __init sni_display_setup(void) ··· 86 87 } 87 88 88 89 _machine_restart = sni_machine_restart; 89 - _machine_halt = sni_machine_halt; 90 90 pm_power_off = sni_machine_power_off; 91 91 92 92 sni_display_setup();
+2
arch/mips/tx4927/common/Makefile
··· 10 10 11 11 obj-$(CONFIG_TOSHIBA_FPCIB0) += smsc_fdc37m81x.o 12 12 obj-$(CONFIG_KGDB) += tx4927_dbgio.o 13 + 14 + EXTRA_CFLAGS += -Werror
+10 -385
arch/mips/tx4927/common/tx4927_irq.c
··· 23 23 * with this program; if not, write to the Free Software Foundation, Inc., 24 24 * 675 Mass Ave, Cambridge, MA 02139, USA. 25 25 */ 26 - #include <linux/errno.h> 27 26 #include <linux/init.h> 28 - #include <linux/kernel_stat.h> 29 - #include <linux/module.h> 30 - #include <linux/signal.h> 31 - #include <linux/sched.h> 32 - #include <linux/types.h> 33 27 #include <linux/interrupt.h> 34 - #include <linux/ioport.h> 35 - #include <linux/timex.h> 36 - #include <linux/slab.h> 37 - #include <linux/random.h> 38 - #include <linux/irq.h> 39 - #include <linux/bitops.h> 40 - #include <asm/bootinfo.h> 41 - #include <asm/io.h> 42 - #include <asm/irq.h> 28 + #include <asm/irq_cpu.h> 43 29 #include <asm/mipsregs.h> 44 - #include <asm/system.h> 45 30 #include <asm/tx4927/tx4927.h> 46 31 #ifdef CONFIG_TOSHIBA_RBTX4927 47 32 #include <asm/tx4927/toshiba_rbtx4927.h> 48 33 #endif 49 34 50 - /* 51 - * DEBUG 52 - */ 53 - 54 - #undef TX4927_IRQ_DEBUG 55 - 56 - #ifdef TX4927_IRQ_DEBUG 57 - #define TX4927_IRQ_NONE 0x00000000 58 - 59 - #define TX4927_IRQ_INFO ( 1 << 0 ) 60 - #define TX4927_IRQ_WARN ( 1 << 1 ) 61 - #define TX4927_IRQ_EROR ( 1 << 2 ) 62 - 63 - #define TX4927_IRQ_INIT ( 1 << 5 ) 64 - #define TX4927_IRQ_NEST1 ( 1 << 6 ) 65 - #define TX4927_IRQ_NEST2 ( 1 << 7 ) 66 - #define TX4927_IRQ_NEST3 ( 1 << 8 ) 67 - #define TX4927_IRQ_NEST4 ( 1 << 9 ) 68 - 69 - #define TX4927_IRQ_CP0_INIT ( 1 << 10 ) 70 - #define TX4927_IRQ_CP0_ENABLE ( 1 << 13 ) 71 - #define TX4927_IRQ_CP0_DISABLE ( 1 << 14 ) 72 - 73 - #define TX4927_IRQ_PIC_INIT ( 1 << 20 ) 74 - #define TX4927_IRQ_PIC_ENABLE ( 1 << 23 ) 75 - #define TX4927_IRQ_PIC_DISABLE ( 1 << 24 ) 76 - 77 - #define TX4927_IRQ_ALL 0xffffffff 78 - #endif 79 - 80 - #ifdef TX4927_IRQ_DEBUG 81 - static const u32 tx4927_irq_debug_flag = (TX4927_IRQ_NONE 82 - | TX4927_IRQ_INFO 83 - | TX4927_IRQ_WARN | TX4927_IRQ_EROR 84 - // | TX4927_IRQ_CP0_INIT 85 - // | TX4927_IRQ_CP0_ENABLE 86 - // | TX4927_IRQ_CP0_ENDIRQ 87 - // | TX4927_IRQ_PIC_INIT 88 - // | TX4927_IRQ_PIC_ENABLE 89 - // | TX4927_IRQ_PIC_DISABLE 90 - // | TX4927_IRQ_INIT 91 - // | TX4927_IRQ_NEST1 92 - // | TX4927_IRQ_NEST2 93 - // | TX4927_IRQ_NEST3 94 - // | TX4927_IRQ_NEST4 95 - ); 96 - #endif 97 - 98 - #ifdef TX4927_IRQ_DEBUG 99 - #define TX4927_IRQ_DPRINTK(flag,str...) \ 100 - if ( (tx4927_irq_debug_flag) & (flag) ) \ 101 - { \ 102 - char tmp[100]; \ 103 - sprintf( tmp, str ); \ 104 - printk( "%s(%s:%u)::%s", __FUNCTION__, __FILE__, __LINE__, tmp ); \ 105 - } 106 - #else 107 - #define TX4927_IRQ_DPRINTK(flag,str...) 108 - #endif 109 - 110 - /* 111 - * Forwad definitions for all pic's 112 - */ 113 - 114 - static void tx4927_irq_cp0_enable(unsigned int irq); 115 - static void tx4927_irq_cp0_disable(unsigned int irq); 116 - 117 - static void tx4927_irq_pic_enable(unsigned int irq); 118 - static void tx4927_irq_pic_disable(unsigned int irq); 119 - 120 - /* 121 - * Kernel structs for all pic's 122 - */ 123 - 124 - #define TX4927_CP0_NAME "TX4927-CP0" 125 - static struct irq_chip tx4927_irq_cp0_type = { 126 - .name = TX4927_CP0_NAME, 127 - .ack = tx4927_irq_cp0_disable, 128 - .mask = tx4927_irq_cp0_disable, 129 - .mask_ack = tx4927_irq_cp0_disable, 130 - .unmask = tx4927_irq_cp0_enable, 131 - }; 132 - 133 - #define TX4927_PIC_NAME "TX4927-PIC" 134 - static struct irq_chip tx4927_irq_pic_type = { 135 - .name = TX4927_PIC_NAME, 136 - .ack = tx4927_irq_pic_disable, 137 - .mask = tx4927_irq_pic_disable, 138 - .mask_ack = tx4927_irq_pic_disable, 139 - .unmask = tx4927_irq_pic_enable, 140 - }; 141 - 142 - #define TX4927_PIC_ACTION(s) { no_action, 0, CPU_MASK_NONE, s, NULL, NULL } 143 - static struct irqaction tx4927_irq_pic_action = 144 - TX4927_PIC_ACTION(TX4927_PIC_NAME); 145 - 146 - #define CCP0_STATUS 12 147 - #define CCP0_CAUSE 13 148 - 149 - /* 150 - * Functions for cp0 151 - */ 152 - 153 - #define tx4927_irq_cp0_mask(irq) ( 1 << ( irq-TX4927_IRQ_CP0_BEG+8 ) ) 154 - 155 - static void 156 - tx4927_irq_cp0_modify(unsigned cp0_reg, unsigned clr_bits, unsigned set_bits) 157 - { 158 - unsigned long val = 0; 159 - 160 - switch (cp0_reg) { 161 - case CCP0_STATUS: 162 - val = read_c0_status(); 163 - break; 164 - 165 - case CCP0_CAUSE: 166 - val = read_c0_cause(); 167 - break; 168 - 169 - } 170 - 171 - val &= (~clr_bits); 172 - val |= (set_bits); 173 - 174 - switch (cp0_reg) { 175 - case CCP0_STATUS:{ 176 - write_c0_status(val); 177 - break; 178 - } 179 - case CCP0_CAUSE:{ 180 - write_c0_cause(val); 181 - break; 182 - } 183 - } 184 - } 185 - 186 - static void __init tx4927_irq_cp0_init(void) 187 - { 188 - int i; 189 - 190 - TX4927_IRQ_DPRINTK(TX4927_IRQ_CP0_INIT, "beg=%d end=%d\n", 191 - TX4927_IRQ_CP0_BEG, TX4927_IRQ_CP0_END); 192 - 193 - for (i = TX4927_IRQ_CP0_BEG; i <= TX4927_IRQ_CP0_END; i++) 194 - set_irq_chip_and_handler(i, &tx4927_irq_cp0_type, 195 - handle_level_irq); 196 - } 197 - 198 - static void tx4927_irq_cp0_enable(unsigned int irq) 199 - { 200 - TX4927_IRQ_DPRINTK(TX4927_IRQ_CP0_ENABLE, "irq=%d \n", irq); 201 - 202 - tx4927_irq_cp0_modify(CCP0_STATUS, 0, tx4927_irq_cp0_mask(irq)); 203 - } 204 - 205 - static void tx4927_irq_cp0_disable(unsigned int irq) 206 - { 207 - TX4927_IRQ_DPRINTK(TX4927_IRQ_CP0_DISABLE, "irq=%d \n", irq); 208 - 209 - tx4927_irq_cp0_modify(CCP0_STATUS, tx4927_irq_cp0_mask(irq), 0); 210 - } 211 - 212 - /* 213 - * Functions for pic 214 - */ 215 - u32 tx4927_irq_pic_addr(int irq) 216 - { 217 - /* MVMCP -- need to formulize this */ 218 - irq -= TX4927_IRQ_PIC_BEG; 219 - switch (irq) { 220 - case 17: 221 - case 16: 222 - case 1: 223 - case 0: 224 - return (0xff1ff610); 225 - 226 - case 19: 227 - case 18: 228 - case 3: 229 - case 2: 230 - return (0xff1ff614); 231 - 232 - case 21: 233 - case 20: 234 - case 5: 235 - case 4: 236 - return (0xff1ff618); 237 - 238 - case 23: 239 - case 22: 240 - case 7: 241 - case 6: 242 - return (0xff1ff61c); 243 - 244 - case 25: 245 - case 24: 246 - case 9: 247 - case 8: 248 - return (0xff1ff620); 249 - 250 - case 27: 251 - case 26: 252 - case 11: 253 - case 10: 254 - return (0xff1ff624); 255 - 256 - case 29: 257 - case 28: 258 - case 13: 259 - case 12: 260 - return (0xff1ff628); 261 - 262 - case 31: 263 - case 30: 264 - case 15: 265 - case 14: 266 - return (0xff1ff62c); 267 - 268 - } 269 - return (0); 270 - } 271 - 272 - u32 tx4927_irq_pic_mask(int irq) 273 - { 274 - /* MVMCP -- need to formulize this */ 275 - irq -= TX4927_IRQ_PIC_BEG; 276 - switch (irq) { 277 - case 31: 278 - case 29: 279 - case 27: 280 - case 25: 281 - case 23: 282 - case 21: 283 - case 19: 284 - case 17:{ 285 - return (0x07000000); 286 - } 287 - case 30: 288 - case 28: 289 - case 26: 290 - case 24: 291 - case 22: 292 - case 20: 293 - case 18: 294 - case 16:{ 295 - return (0x00070000); 296 - } 297 - case 15: 298 - case 13: 299 - case 11: 300 - case 9: 301 - case 7: 302 - case 5: 303 - case 3: 304 - case 1:{ 305 - return (0x00000700); 306 - } 307 - case 14: 308 - case 12: 309 - case 10: 310 - case 8: 311 - case 6: 312 - case 4: 313 - case 2: 314 - case 0:{ 315 - return (0x00000007); 316 - } 317 - } 318 - return (0x00000000); 319 - } 320 - 321 - static void tx4927_irq_pic_modify(unsigned pic_reg, unsigned clr_bits, 322 - unsigned set_bits) 323 - { 324 - unsigned long val = 0; 325 - 326 - val = TX4927_RD(pic_reg); 327 - val &= (~clr_bits); 328 - val |= (set_bits); 329 - TX4927_WR(pic_reg, val); 330 - } 331 - 332 - static void __init tx4927_irq_pic_init(void) 333 - { 334 - int i; 335 - 336 - TX4927_IRQ_DPRINTK(TX4927_IRQ_PIC_INIT, "beg=%d end=%d\n", 337 - TX4927_IRQ_PIC_BEG, TX4927_IRQ_PIC_END); 338 - 339 - for (i = TX4927_IRQ_PIC_BEG; i <= TX4927_IRQ_PIC_END; i++) 340 - set_irq_chip_and_handler(i, &tx4927_irq_pic_type, 341 - handle_level_irq); 342 - 343 - setup_irq(TX4927_IRQ_NEST_PIC_ON_CP0, &tx4927_irq_pic_action); 344 - 345 - TX4927_WR(0xff1ff640, 0x6); /* irq level mask -- only accept hightest */ 346 - TX4927_WR(0xff1ff600, TX4927_RD(0xff1ff600) | 0x1); /* irq enable */ 347 - } 348 - 349 - static void tx4927_irq_pic_enable(unsigned int irq) 350 - { 351 - TX4927_IRQ_DPRINTK(TX4927_IRQ_PIC_ENABLE, "irq=%d\n", irq); 352 - 353 - tx4927_irq_pic_modify(tx4927_irq_pic_addr(irq), 0, 354 - tx4927_irq_pic_mask(irq)); 355 - } 356 - 357 - static void tx4927_irq_pic_disable(unsigned int irq) 358 - { 359 - TX4927_IRQ_DPRINTK(TX4927_IRQ_PIC_DISABLE, "irq=%d\n", irq); 360 - 361 - tx4927_irq_pic_modify(tx4927_irq_pic_addr(irq), 362 - tx4927_irq_pic_mask(irq), 0); 363 - } 364 - 365 - /* 366 - * Main init functions 367 - */ 368 35 void __init tx4927_irq_init(void) 369 36 { 370 - TX4927_IRQ_DPRINTK(TX4927_IRQ_INIT, "-\n"); 371 - 372 - TX4927_IRQ_DPRINTK(TX4927_IRQ_INIT, "=Calling tx4927_irq_cp0_init()\n"); 373 - tx4927_irq_cp0_init(); 374 - 375 - TX4927_IRQ_DPRINTK(TX4927_IRQ_INIT, "=Calling tx4927_irq_pic_init()\n"); 376 - tx4927_irq_pic_init(); 377 - 378 - TX4927_IRQ_DPRINTK(TX4927_IRQ_INIT, "+\n"); 379 - } 380 - 381 - static int tx4927_irq_nested(void) 382 - { 383 - int sw_irq = 0; 384 - u32 level2; 385 - 386 - TX4927_IRQ_DPRINTK(TX4927_IRQ_NEST1, "-\n"); 387 - 388 - level2 = TX4927_RD(0xff1ff6a0); 389 - TX4927_IRQ_DPRINTK(TX4927_IRQ_NEST2, "=level2a=0x%x\n", level2); 390 - 391 - if ((level2 & 0x10000) == 0) { 392 - level2 &= 0x1f; 393 - TX4927_IRQ_DPRINTK(TX4927_IRQ_NEST3, "=level2b=0x%x\n", level2); 394 - 395 - sw_irq = TX4927_IRQ_PIC_BEG + level2; 396 - TX4927_IRQ_DPRINTK(TX4927_IRQ_NEST3, "=sw_irq=%d\n", sw_irq); 397 - 398 - if (sw_irq == 27) { 399 - TX4927_IRQ_DPRINTK(TX4927_IRQ_NEST4, "=irq-%d\n", 400 - sw_irq); 401 - 402 - #ifdef CONFIG_TOSHIBA_RBTX4927 403 - { 404 - sw_irq = toshiba_rbtx4927_irq_nested(sw_irq); 405 - } 406 - #endif 407 - 408 - TX4927_IRQ_DPRINTK(TX4927_IRQ_NEST4, "=irq+%d\n", 409 - sw_irq); 410 - } 411 - } 412 - 413 - TX4927_IRQ_DPRINTK(TX4927_IRQ_NEST2, "=sw_irq=%d\n", sw_irq); 414 - 415 - TX4927_IRQ_DPRINTK(TX4927_IRQ_NEST1, "+\n"); 416 - 417 - return (sw_irq); 37 + mips_cpu_irq_init(); 38 + txx9_irq_init(TX4927_IRC_REG); 39 + set_irq_chained_handler(TX4927_IRQ_NEST_PIC_ON_CP0, handle_simple_irq); 418 40 } 419 41 420 42 asmlinkage void plat_irq_dispatch(void) ··· 46 424 if (pending & STATUSF_IP7) /* cpu timer */ 47 425 do_IRQ(TX4927_IRQ_CPU_TIMER); 48 426 else if (pending & STATUSF_IP2) { /* tx4927 pic */ 49 - unsigned int irq = tx4927_irq_nested(); 50 - 51 - if (unlikely(irq == 0)) { 427 + int irq = txx9_irq(); 428 + #ifdef CONFIG_TOSHIBA_RBTX4927 429 + if (irq == TX4927_IRQ_NEST_EXT_ON_PIC) 430 + irq = toshiba_rbtx4927_irq_nested(irq); 431 + #endif 432 + if (unlikely(irq < 0)) { 52 433 spurious_interrupt(); 53 434 return; 54 435 }
+2
arch/mips/tx4927/toshiba_rbtx4927/Makefile
··· 1 1 obj-y += toshiba_rbtx4927_prom.o 2 2 obj-y += toshiba_rbtx4927_setup.o 3 3 obj-y += toshiba_rbtx4927_irq.o 4 + 5 + EXTRA_CFLAGS += -Werror
+9 -162
arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_irq.c
··· 133 133 #include <linux/bootmem.h> 134 134 #include <linux/blkdev.h> 135 135 #ifdef CONFIG_TOSHIBA_FPCIB0 136 + #include <asm/i8259.h> 136 137 #include <asm/tx4927/smsc_fdc37m81x.h> 137 138 #endif 138 139 #include <asm/tx4927/toshiba_rbtx4927.h> ··· 152 151 #define TOSHIBA_RBTX4927_IRQ_IOC_ENABLE ( 1 << 13 ) 153 152 #define TOSHIBA_RBTX4927_IRQ_IOC_DISABLE ( 1 << 14 ) 154 153 155 - #define TOSHIBA_RBTX4927_IRQ_ISA_INIT ( 1 << 20 ) 156 - #define TOSHIBA_RBTX4927_IRQ_ISA_ENABLE ( 1 << 23 ) 157 - #define TOSHIBA_RBTX4927_IRQ_ISA_DISABLE ( 1 << 24 ) 158 - #define TOSHIBA_RBTX4927_IRQ_ISA_MASK ( 1 << 25 ) 159 - 160 154 #define TOSHIBA_RBTX4927_SETUP_ALL 0xffffffff 161 155 #endif 162 156 ··· 163 167 // | TOSHIBA_RBTX4927_IRQ_IOC_INIT 164 168 // | TOSHIBA_RBTX4927_IRQ_IOC_ENABLE 165 169 // | TOSHIBA_RBTX4927_IRQ_IOC_DISABLE 166 - // | TOSHIBA_RBTX4927_IRQ_ISA_INIT 167 - // | TOSHIBA_RBTX4927_IRQ_ISA_ENABLE 168 - // | TOSHIBA_RBTX4927_IRQ_ISA_DISABLE 169 - // | TOSHIBA_RBTX4927_IRQ_ISA_MASK 170 170 ); 171 171 #endif 172 172 ··· 188 196 #define TOSHIBA_RBTX4927_IRQ_IOC_BEG ((TX4927_IRQ_PIC_END+1)+TOSHIBA_RBTX4927_IRQ_IOC_RAW_BEG) /* 56 */ 189 197 #define TOSHIBA_RBTX4927_IRQ_IOC_END ((TX4927_IRQ_PIC_END+1)+TOSHIBA_RBTX4927_IRQ_IOC_RAW_END) /* 63 */ 190 198 191 - 192 - #define TOSHIBA_RBTX4927_IRQ_ISA_BEG MI8259_IRQ_ISA_BEG 193 - #define TOSHIBA_RBTX4927_IRQ_ISA_END MI8259_IRQ_ISA_END 194 - #define TOSHIBA_RBTX4927_IRQ_ISA_MID ((TOSHIBA_RBTX4927_IRQ_ISA_BEG+TOSHIBA_RBTX4927_IRQ_ISA_END+1)/2) 195 - 196 - 197 199 #define TOSHIBA_RBTX4927_IRQ_NEST_IOC_ON_PIC TX4927_IRQ_NEST_EXT_ON_PIC 198 200 #define TOSHIBA_RBTX4927_IRQ_NEST_ISA_ON_IOC (TOSHIBA_RBTX4927_IRQ_IOC_BEG+2) 199 - #define TOSHIBA_RBTX4927_IRQ_NEST_ISA_ON_ISA (TOSHIBA_RBTX4927_IRQ_ISA_BEG+2) 200 201 201 202 extern int tx4927_using_backplane; 202 203 203 - #ifdef CONFIG_TOSHIBA_FPCIB0 204 - extern void enable_8259A_irq(unsigned int irq); 205 - extern void disable_8259A_irq(unsigned int irq); 206 - extern void mask_and_ack_8259A(unsigned int irq); 207 - #endif 208 - 209 204 static void toshiba_rbtx4927_irq_ioc_enable(unsigned int irq); 210 205 static void toshiba_rbtx4927_irq_ioc_disable(unsigned int irq); 211 - 212 - #ifdef CONFIG_TOSHIBA_FPCIB0 213 - static void toshiba_rbtx4927_irq_isa_enable(unsigned int irq); 214 - static void toshiba_rbtx4927_irq_isa_disable(unsigned int irq); 215 - static void toshiba_rbtx4927_irq_isa_mask_and_ack(unsigned int irq); 216 - #endif 217 206 218 207 #define TOSHIBA_RBTX4927_IOC_NAME "RBTX4927-IOC" 219 208 static struct irq_chip toshiba_rbtx4927_irq_ioc_type = { ··· 206 233 }; 207 234 #define TOSHIBA_RBTX4927_IOC_INTR_ENAB 0xbc002000 208 235 #define TOSHIBA_RBTX4927_IOC_INTR_STAT 0xbc002006 209 - 210 - 211 - #ifdef CONFIG_TOSHIBA_FPCIB0 212 - #define TOSHIBA_RBTX4927_ISA_NAME "RBTX4927-ISA" 213 - static struct irq_chip toshiba_rbtx4927_irq_isa_type = { 214 - .name = TOSHIBA_RBTX4927_ISA_NAME, 215 - .ack = toshiba_rbtx4927_irq_isa_mask_and_ack, 216 - .mask = toshiba_rbtx4927_irq_isa_disable, 217 - .mask_ack = toshiba_rbtx4927_irq_isa_mask_and_ack, 218 - .unmask = toshiba_rbtx4927_irq_isa_enable, 219 - }; 220 - #endif 221 236 222 237 223 238 u32 bit2num(u32 num) ··· 232 271 } 233 272 } 234 273 #ifdef CONFIG_TOSHIBA_FPCIB0 235 - { 236 - if (tx4927_using_backplane) { 237 - u32 level4; 238 - u32 level5; 239 - outb(0x0A, 0x20); 240 - level4 = inb(0x20) & 0xff; 241 - if (level4) { 242 - sw_irq = 243 - TOSHIBA_RBTX4927_IRQ_ISA_BEG + 244 - bit2num(level4); 245 - if (sw_irq != 246 - TOSHIBA_RBTX4927_IRQ_NEST_ISA_ON_ISA) { 247 - goto RETURN; 248 - } 249 - } 250 - 251 - outb(0x0A, 0xA0); 252 - level5 = inb(0xA0) & 0xff; 253 - if (level5) { 254 - sw_irq = 255 - TOSHIBA_RBTX4927_IRQ_ISA_MID + 256 - bit2num(level5); 257 - goto RETURN; 258 - } 259 - } 274 + if (tx4927_using_backplane) { 275 + int irq = i8259_irq(); 276 + if (irq >= 0) 277 + sw_irq = irq; 260 278 } 261 279 #endif 262 280 ··· 247 307 #define TOSHIBA_RBTX4927_PIC_ACTION(s) { no_action, IRQF_SHARED, CPU_MASK_NONE, s, NULL, NULL } 248 308 static struct irqaction toshiba_rbtx4927_irq_ioc_action = 249 309 TOSHIBA_RBTX4927_PIC_ACTION(TOSHIBA_RBTX4927_IOC_NAME); 250 - #ifdef CONFIG_TOSHIBA_FPCIB0 251 - static struct irqaction toshiba_rbtx4927_irq_isa_master = 252 - TOSHIBA_RBTX4927_PIC_ACTION(TOSHIBA_RBTX4927_ISA_NAME "/M"); 253 - static struct irqaction toshiba_rbtx4927_irq_isa_slave = 254 - TOSHIBA_RBTX4927_PIC_ACTION(TOSHIBA_RBTX4927_ISA_NAME "/S"); 255 - #endif 256 310 257 311 258 312 /**********************************************************************************/ ··· 312 378 } 313 379 314 380 315 - /**********************************************************************************/ 316 - /* Functions for isa */ 317 - /**********************************************************************************/ 318 - 319 - 320 - #ifdef CONFIG_TOSHIBA_FPCIB0 321 - static void __init toshiba_rbtx4927_irq_isa_init(void) 322 - { 323 - int i; 324 - 325 - TOSHIBA_RBTX4927_IRQ_DPRINTK(TOSHIBA_RBTX4927_IRQ_ISA_INIT, 326 - "beg=%d end=%d\n", 327 - TOSHIBA_RBTX4927_IRQ_ISA_BEG, 328 - TOSHIBA_RBTX4927_IRQ_ISA_END); 329 - 330 - for (i = TOSHIBA_RBTX4927_IRQ_ISA_BEG; 331 - i <= TOSHIBA_RBTX4927_IRQ_ISA_END; i++) 332 - set_irq_chip_and_handler(i, &toshiba_rbtx4927_irq_isa_type, 333 - handle_level_irq); 334 - 335 - setup_irq(TOSHIBA_RBTX4927_IRQ_NEST_ISA_ON_IOC, 336 - &toshiba_rbtx4927_irq_isa_master); 337 - setup_irq(TOSHIBA_RBTX4927_IRQ_NEST_ISA_ON_ISA, 338 - &toshiba_rbtx4927_irq_isa_slave); 339 - 340 - /* make sure we are looking at IRR (not ISR) */ 341 - outb(0x0A, 0x20); 342 - outb(0x0A, 0xA0); 343 - } 344 - #endif 345 - 346 - 347 - #ifdef CONFIG_TOSHIBA_FPCIB0 348 - static void toshiba_rbtx4927_irq_isa_enable(unsigned int irq) 349 - { 350 - TOSHIBA_RBTX4927_IRQ_DPRINTK(TOSHIBA_RBTX4927_IRQ_ISA_ENABLE, 351 - "irq=%d\n", irq); 352 - 353 - if (irq < TOSHIBA_RBTX4927_IRQ_ISA_BEG 354 - || irq > TOSHIBA_RBTX4927_IRQ_ISA_END) { 355 - TOSHIBA_RBTX4927_IRQ_DPRINTK(TOSHIBA_RBTX4927_IRQ_EROR, 356 - "bad irq=%d\n", irq); 357 - panic("\n"); 358 - } 359 - 360 - enable_8259A_irq(irq); 361 - } 362 - #endif 363 - 364 - 365 - #ifdef CONFIG_TOSHIBA_FPCIB0 366 - static void toshiba_rbtx4927_irq_isa_disable(unsigned int irq) 367 - { 368 - TOSHIBA_RBTX4927_IRQ_DPRINTK(TOSHIBA_RBTX4927_IRQ_ISA_DISABLE, 369 - "irq=%d\n", irq); 370 - 371 - if (irq < TOSHIBA_RBTX4927_IRQ_ISA_BEG 372 - || irq > TOSHIBA_RBTX4927_IRQ_ISA_END) { 373 - TOSHIBA_RBTX4927_IRQ_DPRINTK(TOSHIBA_RBTX4927_IRQ_EROR, 374 - "bad irq=%d\n", irq); 375 - panic("\n"); 376 - } 377 - 378 - disable_8259A_irq(irq); 379 - } 380 - #endif 381 - 382 - 383 - #ifdef CONFIG_TOSHIBA_FPCIB0 384 - static void toshiba_rbtx4927_irq_isa_mask_and_ack(unsigned int irq) 385 - { 386 - TOSHIBA_RBTX4927_IRQ_DPRINTK(TOSHIBA_RBTX4927_IRQ_ISA_MASK, 387 - "irq=%d\n", irq); 388 - 389 - if (irq < TOSHIBA_RBTX4927_IRQ_ISA_BEG 390 - || irq > TOSHIBA_RBTX4927_IRQ_ISA_END) { 391 - TOSHIBA_RBTX4927_IRQ_DPRINTK(TOSHIBA_RBTX4927_IRQ_EROR, 392 - "bad irq=%d\n", irq); 393 - panic("\n"); 394 - } 395 - 396 - mask_and_ack_8259A(irq); 397 - } 398 - #endif 399 - 400 - 401 381 void __init arch_init_irq(void) 402 382 { 403 383 extern void tx4927_irq_init(void); ··· 319 471 tx4927_irq_init(); 320 472 toshiba_rbtx4927_irq_ioc_init(); 321 473 #ifdef CONFIG_TOSHIBA_FPCIB0 322 - { 323 - if (tx4927_using_backplane) { 324 - toshiba_rbtx4927_irq_isa_init(); 325 - } 326 - } 474 + if (tx4927_using_backplane) 475 + init_i8259_irqs(); 327 476 #endif 477 + /* Onboard 10M Ether: High Active */ 478 + set_irq_type(RBTX4927_RTL_8019_IRQ, IRQF_TRIGGER_HIGH); 328 479 329 480 wbflush(); 330 481 }
+2 -9
arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c
··· 151 151 static int tx4927_ccfg_toeon = 1; 152 152 static int tx4927_pcic_trdyto = 0; /* default: disabled */ 153 153 unsigned long tx4927_ce_base[8]; 154 - void tx4927_pci_setup(void); 155 154 void tx4927_reset_pci_pcic(void); 156 155 int tx4927_pci66 = 0; /* 0:auto */ 157 156 #endif ··· 441 442 extern struct resource pci_io_resource; 442 443 extern struct resource pci_mem_resource; 443 444 444 - void tx4927_pci_setup(void) 445 + void __init tx4927_pci_setup(void) 445 446 { 446 447 static int called = 0; 447 448 extern unsigned int tx4927_get_mem_size(void); ··· 747 748 } 748 749 #endif 749 750 750 - /* setup irq stuff */ 751 - TOSHIBA_RBTX4927_SETUP_DPRINTK(TOSHIBA_RBTX4927_SETUP_SETUP, 752 - ":Setting up tx4927 pic.\n"); 753 - TX4927_WR(0xff1ff604, 0x00000400); /* irq trigger */ 754 - TX4927_WR(0xff1ff608, 0x00000000); /* irq trigger */ 755 - 756 751 /* setup serial stuff */ 757 752 TOSHIBA_RBTX4927_SETUP_DPRINTK(TOSHIBA_RBTX4927_SETUP_SETUP, 758 753 ":Setting up tx4927 sio.\n"); ··· 908 915 req.iotype = UPIO_MEM; 909 916 req.membase = (char *)(0xff1ff300 + i * 0x100); 910 917 req.mapbase = 0xff1ff300 + i * 0x100; 911 - req.irq = 32 + i; 918 + req.irq = TX4927_IRQ_PIC_BEG + 8 + i; 912 919 req.flags |= UPF_BUGGY_UART /*HAVE_CTS_LINE*/; 913 920 req.uartclk = 50000000; 914 921 early_serial_txx9_setup(&req);
+1
arch/mips/tx4938/common/Makefile
··· 9 9 obj-y += prom.o setup.o irq.o 10 10 obj-$(CONFIG_KGDB) += dbgio.o 11 11 12 + EXTRA_CFLAGS += -Werror
+9 -270
arch/mips/tx4938/common/irq.c
··· 11 11 * 12 12 * Support for TX4938 in 2.6 - Manish Lachwani (mlachwani@mvista.com) 13 13 */ 14 - #include <linux/errno.h> 15 14 #include <linux/init.h> 16 - #include <linux/kernel_stat.h> 17 - #include <linux/module.h> 18 - #include <linux/signal.h> 19 - #include <linux/sched.h> 20 - #include <linux/types.h> 21 15 #include <linux/interrupt.h> 22 - #include <linux/ioport.h> 23 - #include <linux/timex.h> 24 - #include <linux/slab.h> 25 - #include <linux/random.h> 26 - #include <linux/irq.h> 27 - #include <asm/bitops.h> 28 - #include <asm/bootinfo.h> 29 - #include <asm/io.h> 30 - #include <asm/irq.h> 16 + #include <asm/irq_cpu.h> 31 17 #include <asm/mipsregs.h> 32 - #include <asm/system.h> 33 - #include <asm/wbflush.h> 34 18 #include <asm/tx4938/rbtx4938.h> 35 - 36 - /**********************************************************************************/ 37 - /* Forwad definitions for all pic's */ 38 - /**********************************************************************************/ 39 - 40 - static void tx4938_irq_cp0_enable(unsigned int irq); 41 - static void tx4938_irq_cp0_disable(unsigned int irq); 42 - 43 - static void tx4938_irq_pic_enable(unsigned int irq); 44 - static void tx4938_irq_pic_disable(unsigned int irq); 45 - 46 - /**********************************************************************************/ 47 - /* Kernel structs for all pic's */ 48 - /**********************************************************************************/ 49 - 50 - #define TX4938_CP0_NAME "TX4938-CP0" 51 - static struct irq_chip tx4938_irq_cp0_type = { 52 - .name = TX4938_CP0_NAME, 53 - .ack = tx4938_irq_cp0_disable, 54 - .mask = tx4938_irq_cp0_disable, 55 - .mask_ack = tx4938_irq_cp0_disable, 56 - .unmask = tx4938_irq_cp0_enable, 57 - }; 58 - 59 - #define TX4938_PIC_NAME "TX4938-PIC" 60 - static struct irq_chip tx4938_irq_pic_type = { 61 - .name = TX4938_PIC_NAME, 62 - .ack = tx4938_irq_pic_disable, 63 - .mask = tx4938_irq_pic_disable, 64 - .mask_ack = tx4938_irq_pic_disable, 65 - .unmask = tx4938_irq_pic_enable, 66 - }; 67 - 68 - static struct irqaction tx4938_irq_pic_action = { 69 - .handler = no_action, 70 - .flags = 0, 71 - .mask = CPU_MASK_NONE, 72 - .name = TX4938_PIC_NAME 73 - }; 74 - 75 - /**********************************************************************************/ 76 - /* Functions for cp0 */ 77 - /**********************************************************************************/ 78 - 79 - #define tx4938_irq_cp0_mask(irq) ( 1 << ( irq-TX4938_IRQ_CP0_BEG+8 ) ) 80 - 81 - static void __init 82 - tx4938_irq_cp0_init(void) 83 - { 84 - int i; 85 - 86 - for (i = TX4938_IRQ_CP0_BEG; i <= TX4938_IRQ_CP0_END; i++) 87 - set_irq_chip_and_handler(i, &tx4938_irq_cp0_type, 88 - handle_level_irq); 89 - } 90 - 91 - static void 92 - tx4938_irq_cp0_enable(unsigned int irq) 93 - { 94 - set_c0_status(tx4938_irq_cp0_mask(irq)); 95 - } 96 - 97 - static void 98 - tx4938_irq_cp0_disable(unsigned int irq) 99 - { 100 - clear_c0_status(tx4938_irq_cp0_mask(irq)); 101 - } 102 - 103 - /**********************************************************************************/ 104 - /* Functions for pic */ 105 - /**********************************************************************************/ 106 - 107 - u32 108 - tx4938_irq_pic_addr(int irq) 109 - { 110 - /* MVMCP -- need to formulize this */ 111 - irq -= TX4938_IRQ_PIC_BEG; 112 - 113 - switch (irq) { 114 - case 17: 115 - case 16: 116 - case 1: 117 - case 0:{ 118 - return (TX4938_MKA(TX4938_IRC_IRLVL0)); 119 - } 120 - case 19: 121 - case 18: 122 - case 3: 123 - case 2:{ 124 - return (TX4938_MKA(TX4938_IRC_IRLVL1)); 125 - } 126 - case 21: 127 - case 20: 128 - case 5: 129 - case 4:{ 130 - return (TX4938_MKA(TX4938_IRC_IRLVL2)); 131 - } 132 - case 23: 133 - case 22: 134 - case 7: 135 - case 6:{ 136 - return (TX4938_MKA(TX4938_IRC_IRLVL3)); 137 - } 138 - case 25: 139 - case 24: 140 - case 9: 141 - case 8:{ 142 - return (TX4938_MKA(TX4938_IRC_IRLVL4)); 143 - } 144 - case 27: 145 - case 26: 146 - case 11: 147 - case 10:{ 148 - return (TX4938_MKA(TX4938_IRC_IRLVL5)); 149 - } 150 - case 29: 151 - case 28: 152 - case 13: 153 - case 12:{ 154 - return (TX4938_MKA(TX4938_IRC_IRLVL6)); 155 - } 156 - case 31: 157 - case 30: 158 - case 15: 159 - case 14:{ 160 - return (TX4938_MKA(TX4938_IRC_IRLVL7)); 161 - } 162 - } 163 - 164 - return 0; 165 - } 166 - 167 - u32 168 - tx4938_irq_pic_mask(int irq) 169 - { 170 - /* MVMCP -- need to formulize this */ 171 - irq -= TX4938_IRQ_PIC_BEG; 172 - 173 - switch (irq) { 174 - case 31: 175 - case 29: 176 - case 27: 177 - case 25: 178 - case 23: 179 - case 21: 180 - case 19: 181 - case 17:{ 182 - return (0x07000000); 183 - } 184 - case 30: 185 - case 28: 186 - case 26: 187 - case 24: 188 - case 22: 189 - case 20: 190 - case 18: 191 - case 16:{ 192 - return (0x00070000); 193 - } 194 - case 15: 195 - case 13: 196 - case 11: 197 - case 9: 198 - case 7: 199 - case 5: 200 - case 3: 201 - case 1:{ 202 - return (0x00000700); 203 - } 204 - case 14: 205 - case 12: 206 - case 10: 207 - case 8: 208 - case 6: 209 - case 4: 210 - case 2: 211 - case 0:{ 212 - return (0x00000007); 213 - } 214 - } 215 - return 0x00000000; 216 - } 217 - 218 - static void 219 - tx4938_irq_pic_modify(unsigned pic_reg, unsigned clr_bits, unsigned set_bits) 220 - { 221 - unsigned long val = 0; 222 - 223 - val = TX4938_RD(pic_reg); 224 - val &= (~clr_bits); 225 - val |= (set_bits); 226 - TX4938_WR(pic_reg, val); 227 - mmiowb(); 228 - TX4938_RD(pic_reg); 229 - } 230 - 231 - static void __init 232 - tx4938_irq_pic_init(void) 233 - { 234 - int i; 235 - 236 - for (i = TX4938_IRQ_PIC_BEG; i <= TX4938_IRQ_PIC_END; i++) 237 - set_irq_chip_and_handler(i, &tx4938_irq_pic_type, 238 - handle_level_irq); 239 - 240 - setup_irq(TX4938_IRQ_NEST_PIC_ON_CP0, &tx4938_irq_pic_action); 241 - 242 - TX4938_WR(0xff1ff640, 0x6); /* irq level mask -- only accept hightest */ 243 - TX4938_WR(0xff1ff600, TX4938_RD(0xff1ff600) | 0x1); /* irq enable */ 244 - } 245 - 246 - static void 247 - tx4938_irq_pic_enable(unsigned int irq) 248 - { 249 - tx4938_irq_pic_modify(tx4938_irq_pic_addr(irq), 0, 250 - tx4938_irq_pic_mask(irq)); 251 - } 252 - 253 - static void 254 - tx4938_irq_pic_disable(unsigned int irq) 255 - { 256 - tx4938_irq_pic_modify(tx4938_irq_pic_addr(irq), 257 - tx4938_irq_pic_mask(irq), 0); 258 - } 259 - 260 - /**********************************************************************************/ 261 - /* Main init functions */ 262 - /**********************************************************************************/ 263 19 264 20 void __init 265 21 tx4938_irq_init(void) 266 22 { 267 - tx4938_irq_cp0_init(); 268 - tx4938_irq_pic_init(); 23 + mips_cpu_irq_init(); 24 + txx9_irq_init(TX4938_IRC_REG); 25 + set_irq_chained_handler(TX4938_IRQ_NEST_PIC_ON_CP0, handle_simple_irq); 269 26 } 270 27 271 - int 272 - tx4938_irq_nested(void) 273 - { 274 - int sw_irq = 0; 275 - u32 level2; 276 - 277 - level2 = TX4938_RD(0xff1ff6a0); 278 - if ((level2 & 0x10000) == 0) { 279 - level2 &= 0x1f; 280 - sw_irq = TX4938_IRQ_PIC_BEG + level2; 281 - if (sw_irq == 26) { 282 - { 283 - extern int toshiba_rbtx4938_irq_nested(int sw_irq); 284 - sw_irq = toshiba_rbtx4938_irq_nested(sw_irq); 285 - } 286 - } 287 - } 288 - 289 - wbflush(); 290 - return sw_irq; 291 - } 28 + int toshiba_rbtx4938_irq_nested(int irq); 292 29 293 30 asmlinkage void plat_irq_dispatch(void) 294 31 { ··· 34 297 if (pending & STATUSF_IP7) 35 298 do_IRQ(TX4938_IRQ_CPU_TIMER); 36 299 else if (pending & STATUSF_IP2) { 37 - int irq = tx4938_irq_nested(); 38 - if (irq) 300 + int irq = txx9_irq(); 301 + if (irq == TX4938_IRQ_PIC_BEG + TX4938_IR_INT(0)) 302 + irq = toshiba_rbtx4938_irq_nested(irq); 303 + if (irq >= 0) 39 304 do_IRQ(irq); 40 305 else 41 306 spurious_interrupt();
+2
arch/mips/tx4938/toshiba_rbtx4938/Makefile
··· 7 7 # 8 8 9 9 obj-y += prom.o setup.o irq.o spi_eeprom.o 10 + 11 + EXTRA_CFLAGS += -Werror
+1 -1
arch/mips/tx4938/toshiba_rbtx4938/irq.c
··· 181 181 tx4938_irq_init(); 182 182 toshiba_rbtx4938_irq_ioc_init(); 183 183 /* Onboard 10M Ether: High Active */ 184 - TX4938_WR(TX4938_MKA(TX4938_IRC_IRDM0), 0x00000040); 184 + set_irq_type(RBTX4938_IRQ_ETHER, IRQF_TRIGGER_HIGH); 185 185 186 186 wbflush(); 187 187 }
+2 -9
arch/mips/tx4938/toshiba_rbtx4938/setup.c
··· 773 773 txboard_add_phys_region(base, size); 774 774 } 775 775 776 - /* IRC */ 777 - /* disable interrupt control */ 778 - tx4938_ircptr->cer = 0; 779 - 780 776 /* TMR */ 781 777 /* disable all timers */ 782 778 for (i = 0; i < TX4938_NR_TMR; i++) { ··· 871 875 if (txx9_master_clock == 0) 872 876 txx9_master_clock = 25000000; /* 25MHz */ 873 877 tx4938_board_setup(); 874 - /* setup irq stuff */ 875 - TX4938_WR(TX4938_MKA(TX4938_IRC_IRDM0), 0x00000000); /* irq trigger */ 876 - TX4938_WR(TX4938_MKA(TX4938_IRC_IRDM1), 0x00000000); /* irq trigger */ 877 878 /* setup serial stuff */ 878 879 TX4938_WR(0xff1ff314, 0x00000000); /* h/w flow control off */ 879 880 TX4938_WR(0xff1ff414, 0x00000000); /* h/w flow control off */ ··· 890 897 req.iotype = UPIO_MEM; 891 898 req.membase = (char *)(0xff1ff300 + i * 0x100); 892 899 req.mapbase = 0xff1ff300 + i * 0x100; 893 - req.irq = 32 + i; 900 + req.irq = RBTX4938_IRQ_IRC_SIO(i); 894 901 req.flags |= UPF_BUGGY_UART /*HAVE_CTS_LINE*/; 895 902 req.uartclk = 50000000; 896 903 early_serial_txx9_setup(&req); ··· 1115 1122 static int __init rbtx4938_spi_init(void) 1116 1123 { 1117 1124 struct spi_board_info srtc_info = { 1118 - .modalias = "rs5c348", 1125 + .modalias = "rtc-rs5c348", 1119 1126 .max_speed_hz = 1000000, /* 1.0Mbps @ Vdd 2.0V */ 1120 1127 .bus_num = 0, 1121 1128 .chip_select = 16 + SRTC_CS,
-1
drivers/char/lcd.c
··· 25 25 #include <asm/io.h> 26 26 #include <asm/uaccess.h> 27 27 #include <asm/system.h> 28 - #include <linux/delay.h> 29 28 30 29 #include "lcd.h" 31 30
+1 -1
drivers/rtc/rtc-rs5c348.c
··· 226 226 227 227 static struct spi_driver rs5c348_driver = { 228 228 .driver = { 229 - .name = "rs5c348", 229 + .name = "rtc-rs5c348", 230 230 .bus = &spi_bus_type, 231 231 .owner = THIS_MODULE, 232 232 },
-1
include/asm-mips/bcache.h
··· 21 21 }; 22 22 23 23 extern void indy_sc_init(void); 24 - extern void sni_pcimt_sc_init(void); 25 24 26 25 #ifdef CONFIG_BOARD_SCACHE 27 26
+8 -9
include/asm-mips/edac.h
··· 9 9 unsigned long temp; 10 10 u32 i; 11 11 12 - for (i = 0; i < size / sizeof(unsigned long); i++, virt_addr++) { 13 - 12 + for (i = 0; i < size / sizeof(unsigned long); i++) { 14 13 /* 15 14 * Very carefully read and write to memory atomically 16 15 * so we are interrupt, DMA and SMP safe. ··· 18 19 */ 19 20 20 21 __asm__ __volatile__ ( 21 - " .set mips3 \n" 22 - "1: ll %0, %1 # atomic_add \n" 23 - " ll %0, %1 # atomic_add \n" 24 - " addu %0, $0 \n" 25 - " sc %0, %1 \n" 26 - " beqz %0, 1b \n" 27 - " .set mips0 \n" 22 + " .set mips2 \n" 23 + "1: ll %0, %1 # atomic_scrub \n" 24 + " addu %0, $0 \n" 25 + " sc %0, %1 \n" 26 + " beqz %0, 1b \n" 27 + " .set mips0 \n" 28 28 : "=&r" (temp), "=m" (*virt_addr) 29 29 : "m" (*virt_addr)); 30 30 31 + virt_addr++; 31 32 } 32 33 } 33 34
-1235
include/asm-mips/gt64240.h
··· 1 - /* 2 - * This file is subject to the terms and conditions of the GNU General Public 3 - * License. See the file "COPYING" in the main directory of this archive 4 - * for more details. 5 - * 6 - * Copyright - Galileo technology. 7 - * Copyright (C) 2004 by Ralf Baechle 8 - */ 9 - #ifndef __ASM_MIPS_MV64240_H 10 - #define __ASM_MIPS_MV64240_H 11 - 12 - #include <asm/addrspace.h> 13 - #include <asm/marvell.h> 14 - 15 - /* 16 - * CPU Control Registers 17 - */ 18 - 19 - #define CPU_CONFIGURATION 0x000 20 - #define CPU_MODE 0x120 21 - #define CPU_READ_RESPONSE_CROSSBAR_LOW 0x170 22 - #define CPU_READ_RESPONSE_CROSSBAR_HIGH 0x178 23 - 24 - /* 25 - * Processor Address Space 26 - */ 27 - 28 - /* Sdram's BAR'S */ 29 - #define SCS_0_LOW_DECODE_ADDRESS 0x008 30 - #define SCS_0_HIGH_DECODE_ADDRESS 0x010 31 - #define SCS_1_LOW_DECODE_ADDRESS 0x208 32 - #define SCS_1_HIGH_DECODE_ADDRESS 0x210 33 - #define SCS_2_LOW_DECODE_ADDRESS 0x018 34 - #define SCS_2_HIGH_DECODE_ADDRESS 0x020 35 - #define SCS_3_LOW_DECODE_ADDRESS 0x218 36 - #define SCS_3_HIGH_DECODE_ADDRESS 0x220 37 - /* Devices BAR'S */ 38 - #define CS_0_LOW_DECODE_ADDRESS 0x028 39 - #define CS_0_HIGH_DECODE_ADDRESS 0x030 40 - #define CS_1_LOW_DECODE_ADDRESS 0x228 41 - #define CS_1_HIGH_DECODE_ADDRESS 0x230 42 - #define CS_2_LOW_DECODE_ADDRESS 0x248 43 - #define CS_2_HIGH_DECODE_ADDRESS 0x250 44 - #define CS_3_LOW_DECODE_ADDRESS 0x038 45 - #define CS_3_HIGH_DECODE_ADDRESS 0x040 46 - #define BOOTCS_LOW_DECODE_ADDRESS 0x238 47 - #define BOOTCS_HIGH_DECODE_ADDRESS 0x240 48 - 49 - #define PCI_0I_O_LOW_DECODE_ADDRESS 0x048 50 - #define PCI_0I_O_HIGH_DECODE_ADDRESS 0x050 51 - #define PCI_0MEMORY0_LOW_DECODE_ADDRESS 0x058 52 - #define PCI_0MEMORY0_HIGH_DECODE_ADDRESS 0x060 53 - #define PCI_0MEMORY1_LOW_DECODE_ADDRESS 0x080 54 - #define PCI_0MEMORY1_HIGH_DECODE_ADDRESS 0x088 55 - #define PCI_0MEMORY2_LOW_DECODE_ADDRESS 0x258 56 - #define PCI_0MEMORY2_HIGH_DECODE_ADDRESS 0x260 57 - #define PCI_0MEMORY3_LOW_DECODE_ADDRESS 0x280 58 - #define PCI_0MEMORY3_HIGH_DECODE_ADDRESS 0x288 59 - 60 - #define PCI_1I_O_LOW_DECODE_ADDRESS 0x090 61 - #define PCI_1I_O_HIGH_DECODE_ADDRESS 0x098 62 - #define PCI_1MEMORY0_LOW_DECODE_ADDRESS 0x0a0 63 - #define PCI_1MEMORY0_HIGH_DECODE_ADDRESS 0x0a8 64 - #define PCI_1MEMORY1_LOW_DECODE_ADDRESS 0x0b0 65 - #define PCI_1MEMORY1_HIGH_DECODE_ADDRESS 0x0b8 66 - #define PCI_1MEMORY2_LOW_DECODE_ADDRESS 0x2a0 67 - #define PCI_1MEMORY2_HIGH_DECODE_ADDRESS 0x2a8 68 - #define PCI_1MEMORY3_LOW_DECODE_ADDRESS 0x2b0 69 - #define PCI_1MEMORY3_HIGH_DECODE_ADDRESS 0x2b8 70 - 71 - #define INTERNAL_SPACE_DECODE 0x068 72 - 73 - #define CPU_0_LOW_DECODE_ADDRESS 0x290 74 - #define CPU_0_HIGH_DECODE_ADDRESS 0x298 75 - #define CPU_1_LOW_DECODE_ADDRESS 0x2c0 76 - #define CPU_1_HIGH_DECODE_ADDRESS 0x2c8 77 - 78 - #define PCI_0I_O_ADDRESS_REMAP 0x0f0 79 - #define PCI_0MEMORY0_ADDRESS_REMAP 0x0f8 80 - #define PCI_0MEMORY0_HIGH_ADDRESS_REMAP 0x320 81 - #define PCI_0MEMORY1_ADDRESS_REMAP 0x100 82 - #define PCI_0MEMORY1_HIGH_ADDRESS_REMAP 0x328 83 - #define PCI_0MEMORY2_ADDRESS_REMAP 0x2f8 84 - #define PCI_0MEMORY2_HIGH_ADDRESS_REMAP 0x330 85 - #define PCI_0MEMORY3_ADDRESS_REMAP 0x300 86 - #define PCI_0MEMORY3_HIGH_ADDRESS_REMAP 0x338 87 - 88 - #define PCI_1I_O_ADDRESS_REMAP 0x108 89 - #define PCI_1MEMORY0_ADDRESS_REMAP 0x110 90 - #define PCI_1MEMORY0_HIGH_ADDRESS_REMAP 0x340 91 - #define PCI_1MEMORY1_ADDRESS_REMAP 0x118 92 - #define PCI_1MEMORY1_HIGH_ADDRESS_REMAP 0x348 93 - #define PCI_1MEMORY2_ADDRESS_REMAP 0x310 94 - #define PCI_1MEMORY2_HIGH_ADDRESS_REMAP 0x350 95 - #define PCI_1MEMORY3_ADDRESS_REMAP 0x318 96 - #define PCI_1MEMORY3_HIGH_ADDRESS_REMAP 0x358 97 - 98 - /* 99 - * CPU Sync Barrier 100 - */ 101 - 102 - #define PCI_0SYNC_BARIER_VIRTUAL_REGISTER 0x0c0 103 - #define PCI_1SYNC_BARIER_VIRTUAL_REGISTER 0x0c8 104 - 105 - 106 - /* 107 - * CPU Access Protect 108 - */ 109 - 110 - #define CPU_LOW_PROTECT_ADDRESS_0 0X180 111 - #define CPU_HIGH_PROTECT_ADDRESS_0 0X188 112 - #define CPU_LOW_PROTECT_ADDRESS_1 0X190 113 - #define CPU_HIGH_PROTECT_ADDRESS_1 0X198 114 - #define CPU_LOW_PROTECT_ADDRESS_2 0X1a0 115 - #define CPU_HIGH_PROTECT_ADDRESS_2 0X1a8 116 - #define CPU_LOW_PROTECT_ADDRESS_3 0X1b0 117 - #define CPU_HIGH_PROTECT_ADDRESS_3 0X1b8 118 - #define CPU_LOW_PROTECT_ADDRESS_4 0X1c0 119 - #define CPU_HIGH_PROTECT_ADDRESS_4 0X1c8 120 - #define CPU_LOW_PROTECT_ADDRESS_5 0X1d0 121 - #define CPU_HIGH_PROTECT_ADDRESS_5 0X1d8 122 - #define CPU_LOW_PROTECT_ADDRESS_6 0X1e0 123 - #define CPU_HIGH_PROTECT_ADDRESS_6 0X1e8 124 - #define CPU_LOW_PROTECT_ADDRESS_7 0X1f0 125 - #define CPU_HIGH_PROTECT_ADDRESS_7 0X1f8 126 - 127 - 128 - /* 129 - * Snoop Control 130 - */ 131 - 132 - #define SNOOP_BASE_ADDRESS_0 0x380 133 - #define SNOOP_TOP_ADDRESS_0 0x388 134 - #define SNOOP_BASE_ADDRESS_1 0x390 135 - #define SNOOP_TOP_ADDRESS_1 0x398 136 - #define SNOOP_BASE_ADDRESS_2 0x3a0 137 - #define SNOOP_TOP_ADDRESS_2 0x3a8 138 - #define SNOOP_BASE_ADDRESS_3 0x3b0 139 - #define SNOOP_TOP_ADDRESS_3 0x3b8 140 - 141 - /* 142 - * CPU Error Report 143 - */ 144 - 145 - #define CPU_ERROR_ADDRESS_LOW 0x070 146 - #define CPU_ERROR_ADDRESS_HIGH 0x078 147 - #define CPU_ERROR_DATA_LOW 0x128 148 - #define CPU_ERROR_DATA_HIGH 0x130 149 - #define CPU_ERROR_PARITY 0x138 150 - #define CPU_ERROR_CAUSE 0x140 151 - #define CPU_ERROR_MASK 0x148 152 - 153 - /* 154 - * Pslave Debug 155 - */ 156 - 157 - #define X_0_ADDRESS 0x360 158 - #define X_0_COMMAND_ID 0x368 159 - #define X_1_ADDRESS 0x370 160 - #define X_1_COMMAND_ID 0x378 161 - #define WRITE_DATA_LOW 0x3c0 162 - #define WRITE_DATA_HIGH 0x3c8 163 - #define WRITE_BYTE_ENABLE 0X3e0 164 - #define READ_DATA_LOW 0x3d0 165 - #define READ_DATA_HIGH 0x3d8 166 - #define READ_ID 0x3e8 167 - 168 - 169 - /* 170 - * SDRAM and Device Address Space 171 - */ 172 - 173 - 174 - /* 175 - * SDRAM Configuration 176 - */ 177 - 178 - #define SDRAM_CONFIGURATION 0x448 179 - #define SDRAM_OPERATION_MODE 0x474 180 - #define SDRAM_ADDRESS_DECODE 0x47C 181 - #define SDRAM_TIMING_PARAMETERS 0x4b4 182 - #define SDRAM_UMA_CONTROL 0x4a4 183 - #define SDRAM_CROSS_BAR_CONTROL_LOW 0x4a8 184 - #define SDRAM_CROSS_BAR_CONTROL_HIGH 0x4ac 185 - #define SDRAM_CROSS_BAR_TIMEOUT 0x4b0 186 - 187 - 188 - /* 189 - * SDRAM Parameters 190 - */ 191 - 192 - #define SDRAM_BANK0PARAMETERS 0x44C 193 - #define SDRAM_BANK1PARAMETERS 0x450 194 - #define SDRAM_BANK2PARAMETERS 0x454 195 - #define SDRAM_BANK3PARAMETERS 0x458 196 - 197 - 198 - /* 199 - * SDRAM Error Report 200 - */ 201 - 202 - #define SDRAM_ERROR_DATA_LOW 0x484 203 - #define SDRAM_ERROR_DATA_HIGH 0x480 204 - #define SDRAM_AND_DEVICE_ERROR_ADDRESS 0x490 205 - #define SDRAM_RECEIVED_ECC 0x488 206 - #define SDRAM_CALCULATED_ECC 0x48c 207 - #define SDRAM_ECC_CONTROL 0x494 208 - #define SDRAM_ECC_ERROR_COUNTER 0x498 209 - 210 - 211 - /* 212 - * SDunit Debug (for internal use) 213 - */ 214 - 215 - #define X0_ADDRESS 0x500 216 - #define X0_COMMAND_AND_ID 0x504 217 - #define X0_WRITE_DATA_LOW 0x508 218 - #define X0_WRITE_DATA_HIGH 0x50c 219 - #define X0_WRITE_BYTE_ENABLE 0x518 220 - #define X0_READ_DATA_LOW 0x510 221 - #define X0_READ_DATA_HIGH 0x514 222 - #define X0_READ_ID 0x51c 223 - #define X1_ADDRESS 0x520 224 - #define X1_COMMAND_AND_ID 0x524 225 - #define X1_WRITE_DATA_LOW 0x528 226 - #define X1_WRITE_DATA_HIGH 0x52c 227 - #define X1_WRITE_BYTE_ENABLE 0x538 228 - #define X1_READ_DATA_LOW 0x530 229 - #define X1_READ_DATA_HIGH 0x534 230 - #define X1_READ_ID 0x53c 231 - #define X0_SNOOP_ADDRESS 0x540 232 - #define X0_SNOOP_COMMAND 0x544 233 - #define X1_SNOOP_ADDRESS 0x548 234 - #define X1_SNOOP_COMMAND 0x54c 235 - 236 - 237 - /* 238 - * Device Parameters 239 - */ 240 - 241 - #define DEVICE_BANK0PARAMETERS 0x45c 242 - #define DEVICE_BANK1PARAMETERS 0x460 243 - #define DEVICE_BANK2PARAMETERS 0x464 244 - #define DEVICE_BANK3PARAMETERS 0x468 245 - #define DEVICE_BOOT_BANK_PARAMETERS 0x46c 246 - #define DEVICE_CONTROL 0x4c0 247 - #define DEVICE_CROSS_BAR_CONTROL_LOW 0x4c8 248 - #define DEVICE_CROSS_BAR_CONTROL_HIGH 0x4cc 249 - #define DEVICE_CROSS_BAR_TIMEOUT 0x4c4 250 - 251 - 252 - /* 253 - * Device Interrupt 254 - */ 255 - 256 - #define DEVICE_INTERRUPT_CAUSE 0x4d0 257 - #define DEVICE_INTERRUPT_MASK 0x4d4 258 - #define DEVICE_ERROR_ADDRESS 0x4d8 259 - 260 - /* 261 - * DMA Record 262 - */ 263 - 264 - #define CHANNEL0_DMA_BYTE_COUNT 0x800 265 - #define CHANNEL1_DMA_BYTE_COUNT 0x804 266 - #define CHANNEL2_DMA_BYTE_COUNT 0x808 267 - #define CHANNEL3_DMA_BYTE_COUNT 0x80C 268 - #define CHANNEL4_DMA_BYTE_COUNT 0x900 269 - #define CHANNEL5_DMA_BYTE_COUNT 0x904 270 - #define CHANNEL6_DMA_BYTE_COUNT 0x908 271 - #define CHANNEL7_DMA_BYTE_COUNT 0x90C 272 - #define CHANNEL0_DMA_SOURCE_ADDRESS 0x810 273 - #define CHANNEL1_DMA_SOURCE_ADDRESS 0x814 274 - #define CHANNEL2_DMA_SOURCE_ADDRESS 0x818 275 - #define CHANNEL3_DMA_SOURCE_ADDRESS 0x81C 276 - #define CHANNEL4_DMA_SOURCE_ADDRESS 0x910 277 - #define CHANNEL5_DMA_SOURCE_ADDRESS 0x914 278 - #define CHANNEL6_DMA_SOURCE_ADDRESS 0x918 279 - #define CHANNEL7_DMA_SOURCE_ADDRESS 0x91C 280 - #define CHANNEL0_DMA_DESTINATION_ADDRESS 0x820 281 - #define CHANNEL1_DMA_DESTINATION_ADDRESS 0x824 282 - #define CHANNEL2_DMA_DESTINATION_ADDRESS 0x828 283 - #define CHANNEL3_DMA_DESTINATION_ADDRESS 0x82C 284 - #define CHANNEL4_DMA_DESTINATION_ADDRESS 0x920 285 - #define CHANNEL5_DMA_DESTINATION_ADDRESS 0x924 286 - #define CHANNEL6_DMA_DESTINATION_ADDRESS 0x928 287 - #define CHANNEL7_DMA_DESTINATION_ADDRESS 0x92C 288 - #define CHANNEL0NEXT_RECORD_POINTER 0x830 289 - #define CHANNEL1NEXT_RECORD_POINTER 0x834 290 - #define CHANNEL2NEXT_RECORD_POINTER 0x838 291 - #define CHANNEL3NEXT_RECORD_POINTER 0x83C 292 - #define CHANNEL4NEXT_RECORD_POINTER 0x930 293 - #define CHANNEL5NEXT_RECORD_POINTER 0x934 294 - #define CHANNEL6NEXT_RECORD_POINTER 0x938 295 - #define CHANNEL7NEXT_RECORD_POINTER 0x93C 296 - #define CHANNEL0CURRENT_DESCRIPTOR_POINTER 0x870 297 - #define CHANNEL1CURRENT_DESCRIPTOR_POINTER 0x874 298 - #define CHANNEL2CURRENT_DESCRIPTOR_POINTER 0x878 299 - #define CHANNEL3CURRENT_DESCRIPTOR_POINTER 0x87C 300 - #define CHANNEL4CURRENT_DESCRIPTOR_POINTER 0x970 301 - #define CHANNEL5CURRENT_DESCRIPTOR_POINTER 0x974 302 - #define CHANNEL6CURRENT_DESCRIPTOR_POINTER 0x978 303 - #define CHANNEL7CURRENT_DESCRIPTOR_POINTER 0x97C 304 - #define CHANNEL0_DMA_SOURCE_HIGH_PCI_ADDRESS 0x890 305 - #define CHANNEL1_DMA_SOURCE_HIGH_PCI_ADDRESS 0x894 306 - #define CHANNEL2_DMA_SOURCE_HIGH_PCI_ADDRESS 0x898 307 - #define CHANNEL3_DMA_SOURCE_HIGH_PCI_ADDRESS 0x89c 308 - #define CHANNEL4_DMA_SOURCE_HIGH_PCI_ADDRESS 0x990 309 - #define CHANNEL5_DMA_SOURCE_HIGH_PCI_ADDRESS 0x994 310 - #define CHANNEL6_DMA_SOURCE_HIGH_PCI_ADDRESS 0x998 311 - #define CHANNEL7_DMA_SOURCE_HIGH_PCI_ADDRESS 0x99c 312 - #define CHANNEL0_DMA_DESTINATION_HIGH_PCI_ADDRESS 0x8a0 313 - #define CHANNEL1_DMA_DESTINATION_HIGH_PCI_ADDRESS 0x8a4 314 - #define CHANNEL2_DMA_DESTINATION_HIGH_PCI_ADDRESS 0x8a8 315 - #define CHANNEL3_DMA_DESTINATION_HIGH_PCI_ADDRESS 0x8ac 316 - #define CHANNEL4_DMA_DESTINATION_HIGH_PCI_ADDRESS 0x9a0 317 - #define CHANNEL5_DMA_DESTINATION_HIGH_PCI_ADDRESS 0x9a4 318 - #define CHANNEL6_DMA_DESTINATION_HIGH_PCI_ADDRESS 0x9a8 319 - #define CHANNEL7_DMA_DESTINATION_HIGH_PCI_ADDRESS 0x9ac 320 - #define CHANNEL0_DMA_NEXT_RECORD_POINTER_HIGH_PCI_ADDRESS 0x8b0 321 - #define CHANNEL1_DMA_NEXT_RECORD_POINTER_HIGH_PCI_ADDRESS 0x8b4 322 - #define CHANNEL2_DMA_NEXT_RECORD_POINTER_HIGH_PCI_ADDRESS 0x8b8 323 - #define CHANNEL3_DMA_NEXT_RECORD_POINTER_HIGH_PCI_ADDRESS 0x8bc 324 - #define CHANNEL4_DMA_NEXT_RECORD_POINTER_HIGH_PCI_ADDRESS 0x9b0 325 - #define CHANNEL5_DMA_NEXT_RECORD_POINTER_HIGH_PCI_ADDRESS 0x9b4 326 - #define CHANNEL6_DMA_NEXT_RECORD_POINTER_HIGH_PCI_ADDRESS 0x9b8 327 - #define CHANNEL7_DMA_NEXT_RECORD_POINTER_HIGH_PCI_ADDRESS 0x9bc 328 - 329 - /* 330 - * DMA Channel Control 331 - */ 332 - 333 - #define CHANNEL0CONTROL 0x840 334 - #define CHANNEL0CONTROL_HIGH 0x880 335 - 336 - #define CHANNEL1CONTROL 0x844 337 - #define CHANNEL1CONTROL_HIGH 0x884 338 - 339 - #define CHANNEL2CONTROL 0x848 340 - #define CHANNEL2CONTROL_HIGH 0x888 341 - 342 - #define CHANNEL3CONTROL 0x84C 343 - #define CHANNEL3CONTROL_HIGH 0x88C 344 - 345 - #define CHANNEL4CONTROL 0x940 346 - #define CHANNEL4CONTROL_HIGH 0x980 347 - 348 - #define CHANNEL5CONTROL 0x944 349 - #define CHANNEL5CONTROL_HIGH 0x984 350 - 351 - #define CHANNEL6CONTROL 0x948 352 - #define CHANNEL6CONTROL_HIGH 0x988 353 - 354 - #define CHANNEL7CONTROL 0x94C 355 - #define CHANNEL7CONTROL_HIGH 0x98C 356 - 357 - 358 - /* 359 - * DMA Arbiter 360 - */ 361 - 362 - #define ARBITER_CONTROL_0_3 0x860 363 - #define ARBITER_CONTROL_4_7 0x960 364 - 365 - 366 - /* 367 - * DMA Interrupt 368 - */ 369 - 370 - #define CHANELS0_3_INTERRUPT_CAUSE 0x8c0 371 - #define CHANELS0_3_INTERRUPT_MASK 0x8c4 372 - #define CHANELS0_3_ERROR_ADDRESS 0x8c8 373 - #define CHANELS0_3_ERROR_SELECT 0x8cc 374 - #define CHANELS4_7_INTERRUPT_CAUSE 0x9c0 375 - #define CHANELS4_7_INTERRUPT_MASK 0x9c4 376 - #define CHANELS4_7_ERROR_ADDRESS 0x9c8 377 - #define CHANELS4_7_ERROR_SELECT 0x9cc 378 - 379 - 380 - /* 381 - * DMA Debug (for internal use) 382 - */ 383 - 384 - #define DMA_X0_ADDRESS 0x8e0 385 - #define DMA_X0_COMMAND_AND_ID 0x8e4 386 - #define DMA_X0_WRITE_DATA_LOW 0x8e8 387 - #define DMA_X0_WRITE_DATA_HIGH 0x8ec 388 - #define DMA_X0_WRITE_BYTE_ENABLE 0x8f8 389 - #define DMA_X0_READ_DATA_LOW 0x8f0 390 - #define DMA_X0_READ_DATA_HIGH 0x8f4 391 - #define DMA_X0_READ_ID 0x8fc 392 - #define DMA_X1_ADDRESS 0x9e0 393 - #define DMA_X1_COMMAND_AND_ID 0x9e4 394 - #define DMA_X1_WRITE_DATA_LOW 0x9e8 395 - #define DMA_X1_WRITE_DATA_HIGH 0x9ec 396 - #define DMA_X1_WRITE_BYTE_ENABLE 0x9f8 397 - #define DMA_X1_READ_DATA_LOW 0x9f0 398 - #define DMA_X1_READ_DATA_HIGH 0x9f4 399 - #define DMA_X1_READ_ID 0x9fc 400 - 401 - /* 402 - * Timer_Counter 403 - */ 404 - 405 - #define TIMER_COUNTER0 0x850 406 - #define TIMER_COUNTER1 0x854 407 - #define TIMER_COUNTER2 0x858 408 - #define TIMER_COUNTER3 0x85C 409 - #define TIMER_COUNTER_0_3_CONTROL 0x864 410 - #define TIMER_COUNTER_0_3_INTERRUPT_CAUSE 0x868 411 - #define TIMER_COUNTER_0_3_INTERRUPT_MASK 0x86c 412 - #define TIMER_COUNTER4 0x950 413 - #define TIMER_COUNTER5 0x954 414 - #define TIMER_COUNTER6 0x958 415 - #define TIMER_COUNTER7 0x95C 416 - #define TIMER_COUNTER_4_7_CONTROL 0x964 417 - #define TIMER_COUNTER_4_7_INTERRUPT_CAUSE 0x968 418 - #define TIMER_COUNTER_4_7_INTERRUPT_MASK 0x96c 419 - 420 - /* 421 - * PCI Slave Address Decoding 422 - */ 423 - 424 - #define PCI_0SCS_0_BANK_SIZE 0xc08 425 - #define PCI_1SCS_0_BANK_SIZE 0xc88 426 - #define PCI_0SCS_1_BANK_SIZE 0xd08 427 - #define PCI_1SCS_1_BANK_SIZE 0xd88 428 - #define PCI_0SCS_2_BANK_SIZE 0xc0c 429 - #define PCI_1SCS_2_BANK_SIZE 0xc8c 430 - #define PCI_0SCS_3_BANK_SIZE 0xd0c 431 - #define PCI_1SCS_3_BANK_SIZE 0xd8c 432 - #define PCI_0CS_0_BANK_SIZE 0xc10 433 - #define PCI_1CS_0_BANK_SIZE 0xc90 434 - #define PCI_0CS_1_BANK_SIZE 0xd10 435 - #define PCI_1CS_1_BANK_SIZE 0xd90 436 - #define PCI_0CS_2_BANK_SIZE 0xd18 437 - #define PCI_1CS_2_BANK_SIZE 0xd98 438 - #define PCI_0CS_3_BANK_SIZE 0xc14 439 - #define PCI_1CS_3_BANK_SIZE 0xc94 440 - #define PCI_0CS_BOOT_BANK_SIZE 0xd14 441 - #define PCI_1CS_BOOT_BANK_SIZE 0xd94 442 - #define PCI_0P2P_MEM0_BAR_SIZE 0xd1c 443 - #define PCI_1P2P_MEM0_BAR_SIZE 0xd9c 444 - #define PCI_0P2P_MEM1_BAR_SIZE 0xd20 445 - #define PCI_1P2P_MEM1_BAR_SIZE 0xda0 446 - #define PCI_0P2P_I_O_BAR_SIZE 0xd24 447 - #define PCI_1P2P_I_O_BAR_SIZE 0xda4 448 - #define PCI_0CPU_BAR_SIZE 0xd28 449 - #define PCI_1CPU_BAR_SIZE 0xda8 450 - #define PCI_0DAC_SCS_0_BANK_SIZE 0xe00 451 - #define PCI_1DAC_SCS_0_BANK_SIZE 0xe80 452 - #define PCI_0DAC_SCS_1_BANK_SIZE 0xe04 453 - #define PCI_1DAC_SCS_1_BANK_SIZE 0xe84 454 - #define PCI_0DAC_SCS_2_BANK_SIZE 0xe08 455 - #define PCI_1DAC_SCS_2_BANK_SIZE 0xe88 456 - #define PCI_0DAC_SCS_3_BANK_SIZE 0xe0c 457 - #define PCI_1DAC_SCS_3_BANK_SIZE 0xe8c 458 - #define PCI_0DAC_CS_0_BANK_SIZE 0xe10 459 - #define PCI_1DAC_CS_0_BANK_SIZE 0xe90 460 - #define PCI_0DAC_CS_1_BANK_SIZE 0xe14 461 - #define PCI_1DAC_CS_1_BANK_SIZE 0xe94 462 - #define PCI_0DAC_CS_2_BANK_SIZE 0xe18 463 - #define PCI_1DAC_CS_2_BANK_SIZE 0xe98 464 - #define PCI_0DAC_CS_3_BANK_SIZE 0xe1c 465 - #define PCI_1DAC_CS_3_BANK_SIZE 0xe9c 466 - #define PCI_0DAC_BOOTCS_BANK_SIZE 0xe20 467 - #define PCI_1DAC_BOOTCS_BANK_SIZE 0xea0 468 - #define PCI_0DAC_P2P_MEM0_BAR_SIZE 0xe24 469 - #define PCI_1DAC_P2P_MEM0_BAR_SIZE 0xea4 470 - #define PCI_0DAC_P2P_MEM1_BAR_SIZE 0xe28 471 - #define PCI_1DAC_P2P_MEM1_BAR_SIZE 0xea8 472 - #define PCI_0DAC_CPU_BAR_SIZE 0xe2c 473 - #define PCI_1DAC_CPU_BAR_SIZE 0xeac 474 - #define PCI_0EXPANSION_ROM_BAR_SIZE 0xd2c 475 - #define PCI_1EXPANSION_ROM_BAR_SIZE 0xdac 476 - #define PCI_0BASE_ADDRESS_REGISTERS_ENABLE 0xc3c 477 - #define PCI_1BASE_ADDRESS_REGISTERS_ENABLE 0xcbc 478 - #define PCI_0SCS_0_BASE_ADDRESS_REMAP 0xc48 479 - #define PCI_1SCS_0_BASE_ADDRESS_REMAP 0xcc8 480 - #define PCI_0SCS_1_BASE_ADDRESS_REMAP 0xd48 481 - #define PCI_1SCS_1_BASE_ADDRESS_REMAP 0xdc8 482 - #define PCI_0SCS_2_BASE_ADDRESS_REMAP 0xc4c 483 - #define PCI_1SCS_2_BASE_ADDRESS_REMAP 0xccc 484 - #define PCI_0SCS_3_BASE_ADDRESS_REMAP 0xd4c 485 - #define PCI_1SCS_3_BASE_ADDRESS_REMAP 0xdcc 486 - #define PCI_0CS_0_BASE_ADDRESS_REMAP 0xc50 487 - #define PCI_1CS_0_BASE_ADDRESS_REMAP 0xcd0 488 - #define PCI_0CS_1_BASE_ADDRESS_REMAP 0xd50 489 - #define PCI_1CS_1_BASE_ADDRESS_REMAP 0xdd0 490 - #define PCI_0CS_2_BASE_ADDRESS_REMAP 0xd58 491 - #define PCI_1CS_2_BASE_ADDRESS_REMAP 0xdd8 492 - #define PCI_0CS_3_BASE_ADDRESS_REMAP 0xc54 493 - #define PCI_1CS_3_BASE_ADDRESS_REMAP 0xcd4 494 - #define PCI_0CS_BOOTCS_BASE_ADDRESS_REMAP 0xd54 495 - #define PCI_1CS_BOOTCS_BASE_ADDRESS_REMAP 0xdd4 496 - #define PCI_0P2P_MEM0_BASE_ADDRESS_REMAP_LOW 0xd5c 497 - #define PCI_1P2P_MEM0_BASE_ADDRESS_REMAP_LOW 0xddc 498 - #define PCI_0P2P_MEM0_BASE_ADDRESS_REMAP_HIGH 0xd60 499 - #define PCI_1P2P_MEM0_BASE_ADDRESS_REMAP_HIGH 0xde0 500 - #define PCI_0P2P_MEM1_BASE_ADDRESS_REMAP_LOW 0xd64 501 - #define PCI_1P2P_MEM1_BASE_ADDRESS_REMAP_LOW 0xde4 502 - #define PCI_0P2P_MEM1_BASE_ADDRESS_REMAP_HIGH 0xd68 503 - #define PCI_1P2P_MEM1_BASE_ADDRESS_REMAP_HIGH 0xde8 504 - #define PCI_0P2P_I_O_BASE_ADDRESS_REMAP 0xd6c 505 - #define PCI_1P2P_I_O_BASE_ADDRESS_REMAP 0xdec 506 - #define PCI_0CPU_BASE_ADDRESS_REMAP 0xd70 507 - #define PCI_1CPU_BASE_ADDRESS_REMAP 0xdf0 508 - #define PCI_0DAC_SCS_0_BASE_ADDRESS_REMAP 0xf00 509 - #define PCI_1DAC_SCS_0_BASE_ADDRESS_REMAP 0xff0 510 - #define PCI_0DAC_SCS_1_BASE_ADDRESS_REMAP 0xf04 511 - #define PCI_1DAC_SCS_1_BASE_ADDRESS_REMAP 0xf84 512 - #define PCI_0DAC_SCS_2_BASE_ADDRESS_REMAP 0xf08 513 - #define PCI_1DAC_SCS_2_BASE_ADDRESS_REMAP 0xf88 514 - #define PCI_0DAC_SCS_3_BASE_ADDRESS_REMAP 0xf0c 515 - #define PCI_1DAC_SCS_3_BASE_ADDRESS_REMAP 0xf8c 516 - #define PCI_0DAC_CS_0_BASE_ADDRESS_REMAP 0xf10 517 - #define PCI_1DAC_CS_0_BASE_ADDRESS_REMAP 0xf90 518 - #define PCI_0DAC_CS_1_BASE_ADDRESS_REMAP 0xf14 519 - #define PCI_1DAC_CS_1_BASE_ADDRESS_REMAP 0xf94 520 - #define PCI_0DAC_CS_2_BASE_ADDRESS_REMAP 0xf18 521 - #define PCI_1DAC_CS_2_BASE_ADDRESS_REMAP 0xf98 522 - #define PCI_0DAC_CS_3_BASE_ADDRESS_REMAP 0xf1c 523 - #define PCI_1DAC_CS_3_BASE_ADDRESS_REMAP 0xf9c 524 - #define PCI_0DAC_BOOTCS_BASE_ADDRESS_REMAP 0xf20 525 - #define PCI_1DAC_BOOTCS_BASE_ADDRESS_REMAP 0xfa0 526 - #define PCI_0DAC_P2P_MEM0_BASE_ADDRESS_REMAP_LOW 0xf24 527 - #define PCI_1DAC_P2P_MEM0_BASE_ADDRESS_REMAP_LOW 0xfa4 528 - #define PCI_0DAC_P2P_MEM0_BASE_ADDRESS_REMAP_HIGH 0xf28 529 - #define PCI_1DAC_P2P_MEM0_BASE_ADDRESS_REMAP_HIGH 0xfa8 530 - #define PCI_0DAC_P2P_MEM1_BASE_ADDRESS_REMAP_LOW 0xf2c 531 - #define PCI_1DAC_P2P_MEM1_BASE_ADDRESS_REMAP_LOW 0xfac 532 - #define PCI_0DAC_P2P_MEM1_BASE_ADDRESS_REMAP_HIGH 0xf30 533 - #define PCI_1DAC_P2P_MEM1_BASE_ADDRESS_REMAP_HIGH 0xfb0 534 - #define PCI_0DAC_CPU_BASE_ADDRESS_REMAP 0xf34 535 - #define PCI_1DAC_CPU_BASE_ADDRESS_REMAP 0xfb4 536 - #define PCI_0EXPANSION_ROM_BASE_ADDRESS_REMAP 0xf38 537 - #define PCI_1EXPANSION_ROM_BASE_ADDRESS_REMAP 0xfb8 538 - #define PCI_0ADDRESS_DECODE_CONTROL 0xd3c 539 - #define PCI_1ADDRESS_DECODE_CONTROL 0xdbc 540 - 541 - /* 542 - * PCI Control 543 - */ 544 - 545 - #define PCI_0COMMAND 0xc00 546 - #define PCI_1COMMAND 0xc80 547 - #define PCI_0MODE 0xd00 548 - #define PCI_1MODE 0xd80 549 - #define PCI_0TIMEOUT_RETRY 0xc04 550 - #define PCI_1TIMEOUT_RETRY 0xc84 551 - #define PCI_0READ_BUFFER_DISCARD_TIMER 0xd04 552 - #define PCI_1READ_BUFFER_DISCARD_TIMER 0xd84 553 - #define MSI_0TRIGGER_TIMER 0xc38 554 - #define MSI_1TRIGGER_TIMER 0xcb8 555 - #define PCI_0ARBITER_CONTROL 0x1d00 556 - #define PCI_1ARBITER_CONTROL 0x1d80 557 - /* changing untill here */ 558 - #define PCI_0CROSS_BAR_CONTROL_LOW 0x1d08 559 - #define PCI_0CROSS_BAR_CONTROL_HIGH 0x1d0c 560 - #define PCI_0CROSS_BAR_TIMEOUT 0x1d04 561 - #define PCI_0READ_RESPONSE_CROSS_BAR_CONTROL_LOW 0x1d18 562 - #define PCI_0READ_RESPONSE_CROSS_BAR_CONTROL_HIGH 0x1d1c 563 - #define PCI_0SYNC_BARRIER_VIRTUAL_REGISTER 0x1d10 564 - #define PCI_0P2P_CONFIGURATION 0x1d14 565 - #define PCI_0ACCESS_CONTROL_BASE_0_LOW 0x1e00 566 - #define PCI_0ACCESS_CONTROL_BASE_0_HIGH 0x1e04 567 - #define PCI_0ACCESS_CONTROL_TOP_0 0x1e08 568 - #define PCI_0ACCESS_CONTROL_BASE_1_LOW 0c1e10 569 - #define PCI_0ACCESS_CONTROL_BASE_1_HIGH 0x1e14 570 - #define PCI_0ACCESS_CONTROL_TOP_1 0x1e18 571 - #define PCI_0ACCESS_CONTROL_BASE_2_LOW 0c1e20 572 - #define PCI_0ACCESS_CONTROL_BASE_2_HIGH 0x1e24 573 - #define PCI_0ACCESS_CONTROL_TOP_2 0x1e28 574 - #define PCI_0ACCESS_CONTROL_BASE_3_LOW 0c1e30 575 - #define PCI_0ACCESS_CONTROL_BASE_3_HIGH 0x1e34 576 - #define PCI_0ACCESS_CONTROL_TOP_3 0x1e38 577 - #define PCI_0ACCESS_CONTROL_BASE_4_LOW 0c1e40 578 - #define PCI_0ACCESS_CONTROL_BASE_4_HIGH 0x1e44 579 - #define PCI_0ACCESS_CONTROL_TOP_4 0x1e48 580 - #define PCI_0ACCESS_CONTROL_BASE_5_LOW 0c1e50 581 - #define PCI_0ACCESS_CONTROL_BASE_5_HIGH 0x1e54 582 - #define PCI_0ACCESS_CONTROL_TOP_5 0x1e58 583 - #define PCI_0ACCESS_CONTROL_BASE_6_LOW 0c1e60 584 - #define PCI_0ACCESS_CONTROL_BASE_6_HIGH 0x1e64 585 - #define PCI_0ACCESS_CONTROL_TOP_6 0x1e68 586 - #define PCI_0ACCESS_CONTROL_BASE_7_LOW 0c1e70 587 - #define PCI_0ACCESS_CONTROL_BASE_7_HIGH 0x1e74 588 - #define PCI_0ACCESS_CONTROL_TOP_7 0x1e78 589 - #define PCI_1CROSS_BAR_CONTROL_LOW 0x1d88 590 - #define PCI_1CROSS_BAR_CONTROL_HIGH 0x1d8c 591 - #define PCI_1CROSS_BAR_TIMEOUT 0x1d84 592 - #define PCI_1READ_RESPONSE_CROSS_BAR_CONTROL_LOW 0x1d98 593 - #define PCI_1READ_RESPONSE_CROSS_BAR_CONTROL_HIGH 0x1d9c 594 - #define PCI_1SYNC_BARRIER_VIRTUAL_REGISTER 0x1d90 595 - #define PCI_1P2P_CONFIGURATION 0x1d94 596 - #define PCI_1ACCESS_CONTROL_BASE_0_LOW 0x1e80 597 - #define PCI_1ACCESS_CONTROL_BASE_0_HIGH 0x1e84 598 - #define PCI_1ACCESS_CONTROL_TOP_0 0x1e88 599 - #define PCI_1ACCESS_CONTROL_BASE_1_LOW 0c1e90 600 - #define PCI_1ACCESS_CONTROL_BASE_1_HIGH 0x1e94 601 - #define PCI_1ACCESS_CONTROL_TOP_1 0x1e98 602 - #define PCI_1ACCESS_CONTROL_BASE_2_LOW 0c1ea0 603 - #define PCI_1ACCESS_CONTROL_BASE_2_HIGH 0x1ea4 604 - #define PCI_1ACCESS_CONTROL_TOP_2 0x1ea8 605 - #define PCI_1ACCESS_CONTROL_BASE_3_LOW 0c1eb0 606 - #define PCI_1ACCESS_CONTROL_BASE_3_HIGH 0x1eb4 607 - #define PCI_1ACCESS_CONTROL_TOP_3 0x1eb8 608 - #define PCI_1ACCESS_CONTROL_BASE_4_LOW 0c1ec0 609 - #define PCI_1ACCESS_CONTROL_BASE_4_HIGH 0x1ec4 610 - #define PCI_1ACCESS_CONTROL_TOP_4 0x1ec8 611 - #define PCI_1ACCESS_CONTROL_BASE_5_LOW 0c1ed0 612 - #define PCI_1ACCESS_CONTROL_BASE_5_HIGH 0x1ed4 613 - #define PCI_1ACCESS_CONTROL_TOP_5 0x1ed8 614 - #define PCI_1ACCESS_CONTROL_BASE_6_LOW 0c1ee0 615 - #define PCI_1ACCESS_CONTROL_BASE_6_HIGH 0x1ee4 616 - #define PCI_1ACCESS_CONTROL_TOP_6 0x1ee8 617 - #define PCI_1ACCESS_CONTROL_BASE_7_LOW 0c1ef0 618 - #define PCI_1ACCESS_CONTROL_BASE_7_HIGH 0x1ef4 619 - #define PCI_1ACCESS_CONTROL_TOP_7 0x1ef8 620 - 621 - /* 622 - * PCI Snoop Control 623 - */ 624 - 625 - #define PCI_0SNOOP_CONTROL_BASE_0_LOW 0x1f00 626 - #define PCI_0SNOOP_CONTROL_BASE_0_HIGH 0x1f04 627 - #define PCI_0SNOOP_CONTROL_TOP_0 0x1f08 628 - #define PCI_0SNOOP_CONTROL_BASE_1_0_LOW 0x1f10 629 - #define PCI_0SNOOP_CONTROL_BASE_1_0_HIGH 0x1f14 630 - #define PCI_0SNOOP_CONTROL_TOP_1 0x1f18 631 - #define PCI_0SNOOP_CONTROL_BASE_2_0_LOW 0x1f20 632 - #define PCI_0SNOOP_CONTROL_BASE_2_0_HIGH 0x1f24 633 - #define PCI_0SNOOP_CONTROL_TOP_2 0x1f28 634 - #define PCI_0SNOOP_CONTROL_BASE_3_0_LOW 0x1f30 635 - #define PCI_0SNOOP_CONTROL_BASE_3_0_HIGH 0x1f34 636 - #define PCI_0SNOOP_CONTROL_TOP_3 0x1f38 637 - #define PCI_1SNOOP_CONTROL_BASE_0_LOW 0x1f80 638 - #define PCI_1SNOOP_CONTROL_BASE_0_HIGH 0x1f84 639 - #define PCI_1SNOOP_CONTROL_TOP_0 0x1f88 640 - #define PCI_1SNOOP_CONTROL_BASE_1_0_LOW 0x1f90 641 - #define PCI_1SNOOP_CONTROL_BASE_1_0_HIGH 0x1f94 642 - #define PCI_1SNOOP_CONTROL_TOP_1 0x1f98 643 - #define PCI_1SNOOP_CONTROL_BASE_2_0_LOW 0x1fa0 644 - #define PCI_1SNOOP_CONTROL_BASE_2_0_HIGH 0x1fa4 645 - #define PCI_1SNOOP_CONTROL_TOP_2 0x1fa8 646 - #define PCI_1SNOOP_CONTROL_BASE_3_0_LOW 0x1fb0 647 - #define PCI_1SNOOP_CONTROL_BASE_3_0_HIGH 0x1fb4 648 - #define PCI_1SNOOP_CONTROL_TOP_3 0x1fb8 649 - 650 - /* 651 - * PCI Configuration Address 652 - */ 653 - 654 - #define PCI_0CONFIGURATION_ADDRESS 0xcf8 655 - #define PCI_0CONFIGURATION_DATA_VIRTUAL_REGISTER 0xcfc 656 - #define PCI_1CONFIGURATION_ADDRESS 0xc78 657 - #define PCI_1CONFIGURATION_DATA_VIRTUAL_REGISTER 0xc7c 658 - #define PCI_0INTERRUPT_ACKNOWLEDGE_VIRTUAL_REGISTER 0xc34 659 - #define PCI_1INTERRUPT_ACKNOWLEDGE_VIRTUAL_REGISTER 0xcb4 660 - 661 - /* 662 - * PCI Error Report 663 - */ 664 - 665 - #define PCI_0SERR_MASK 0xc28 666 - #define PCI_0ERROR_ADDRESS_LOW 0x1d40 667 - #define PCI_0ERROR_ADDRESS_HIGH 0x1d44 668 - #define PCI_0ERROR_DATA_LOW 0x1d48 669 - #define PCI_0ERROR_DATA_HIGH 0x1d4c 670 - #define PCI_0ERROR_COMMAND 0x1d50 671 - #define PCI_0ERROR_CAUSE 0x1d58 672 - #define PCI_0ERROR_MASK 0x1d5c 673 - 674 - #define PCI_1SERR_MASK 0xca8 675 - #define PCI_1ERROR_ADDRESS_LOW 0x1dc0 676 - #define PCI_1ERROR_ADDRESS_HIGH 0x1dc4 677 - #define PCI_1ERROR_DATA_LOW 0x1dc8 678 - #define PCI_1ERROR_DATA_HIGH 0x1dcc 679 - #define PCI_1ERROR_COMMAND 0x1dd0 680 - #define PCI_1ERROR_CAUSE 0x1dd8 681 - #define PCI_1ERROR_MASK 0x1ddc 682 - 683 - 684 - /* 685 - * Lslave Debug (for internal use) 686 - */ 687 - 688 - #define L_SLAVE_X0_ADDRESS 0x1d20 689 - #define L_SLAVE_X0_COMMAND_AND_ID 0x1d24 690 - #define L_SLAVE_X1_ADDRESS 0x1d28 691 - #define L_SLAVE_X1_COMMAND_AND_ID 0x1d2c 692 - #define L_SLAVE_WRITE_DATA_LOW 0x1d30 693 - #define L_SLAVE_WRITE_DATA_HIGH 0x1d34 694 - #define L_SLAVE_WRITE_BYTE_ENABLE 0x1d60 695 - #define L_SLAVE_READ_DATA_LOW 0x1d38 696 - #define L_SLAVE_READ_DATA_HIGH 0x1d3c 697 - #define L_SLAVE_READ_ID 0x1d64 698 - 699 - #if 0 /* Disabled because PCI_* namespace belongs to PCI subsystem ... */ 700 - 701 - /* 702 - * PCI Configuration Function 0 703 - */ 704 - 705 - #define PCI_DEVICE_AND_VENDOR_ID 0x000 706 - #define PCI_STATUS_AND_COMMAND 0x004 707 - #define PCI_CLASS_CODE_AND_REVISION_ID 0x008 708 - #define PCI_BIST_HEADER_TYPE_LATENCY_TIMER_CACHE_LINE 0x00C 709 - #define PCI_SCS_0_BASE_ADDRESS 0x010 710 - #define PCI_SCS_1_BASE_ADDRESS 0x014 711 - #define PCI_SCS_2_BASE_ADDRESS 0x018 712 - #define PCI_SCS_3_BASE_ADDRESS 0x01C 713 - #define PCI_INTERNAL_REGISTERS_MEMORY_MAPPED_BASE_ADDRESS 0x020 714 - #define PCI_INTERNAL_REGISTERS_I_OMAPPED_BASE_ADDRESS 0x024 715 - #define PCI_SUBSYSTEM_ID_AND_SUBSYSTEM_VENDOR_ID 0x02C 716 - #define PCI_EXPANSION_ROM_BASE_ADDRESS_REGISTER 0x030 717 - #define PCI_CAPABILTY_LIST_POINTER 0x034 718 - #define PCI_INTERRUPT_PIN_AND_LINE 0x03C 719 - #define PCI_POWER_MANAGEMENT_CAPABILITY 0x040 720 - #define PCI_POWER_MANAGEMENT_STATUS_AND_CONTROL 0x044 721 - #define PCI_VPD_ADDRESS 0x048 722 - #define PCI_VPD_DATA 0X04c 723 - #define PCI_MSI_MESSAGE_CONTROL 0x050 724 - #define PCI_MSI_MESSAGE_ADDRESS 0x054 725 - #define PCI_MSI_MESSAGE_UPPER_ADDRESS 0x058 726 - #define PCI_MSI_MESSAGE_DATA 0x05c 727 - #define PCI_COMPACT_PCI_HOT_SWAP_CAPABILITY 0x058 728 - 729 - /* 730 - * PCI Configuration Function 1 731 - */ 732 - 733 - #define PCI_CS_0_BASE_ADDRESS 0x110 734 - #define PCI_CS_1_BASE_ADDRESS 0x114 735 - #define PCI_CS_2_BASE_ADDRESS 0x118 736 - #define PCI_CS_3_BASE_ADDRESS 0x11c 737 - #define PCI_BOOTCS_BASE_ADDRESS 0x120 738 - 739 - /* 740 - * PCI Configuration Function 2 741 - */ 742 - 743 - #define PCI_P2P_MEM0_BASE_ADDRESS 0x210 744 - #define PCI_P2P_MEM1_BASE_ADDRESS 0x214 745 - #define PCI_P2P_I_O_BASE_ADDRESS 0x218 746 - #define PCI_CPU_BASE_ADDRESS 0x21c 747 - 748 - /* 749 - * PCI Configuration Function 4 750 - */ 751 - 752 - #define PCI_DAC_SCS_0_BASE_ADDRESS_LOW 0x410 753 - #define PCI_DAC_SCS_0_BASE_ADDRESS_HIGH 0x414 754 - #define PCI_DAC_SCS_1_BASE_ADDRESS_LOW 0x418 755 - #define PCI_DAC_SCS_1_BASE_ADDRESS_HIGH 0x41c 756 - #define PCI_DAC_P2P_MEM0_BASE_ADDRESS_LOW 0x420 757 - #define PCI_DAC_P2P_MEM0_BASE_ADDRESS_HIGH 0x424 758 - 759 - 760 - /* 761 - * PCI Configuration Function 5 762 - */ 763 - 764 - #define PCI_DAC_SCS_2_BASE_ADDRESS_LOW 0x510 765 - #define PCI_DAC_SCS_2_BASE_ADDRESS_HIGH 0x514 766 - #define PCI_DAC_SCS_3_BASE_ADDRESS_LOW 0x518 767 - #define PCI_DAC_SCS_3_BASE_ADDRESS_HIGH 0x51c 768 - #define PCI_DAC_P2P_MEM1_BASE_ADDRESS_LOW 0x520 769 - #define PCI_DAC_P2P_MEM1_BASE_ADDRESS_HIGH 0x524 770 - 771 - 772 - /* 773 - * PCI Configuration Function 6 774 - */ 775 - 776 - #define PCI_DAC_CS_0_BASE_ADDRESS_LOW 0x610 777 - #define PCI_DAC_CS_0_BASE_ADDRESS_HIGH 0x614 778 - #define PCI_DAC_CS_1_BASE_ADDRESS_LOW 0x618 779 - #define PCI_DAC_CS_1_BASE_ADDRESS_HIGH 0x61c 780 - #define PCI_DAC_CS_2_BASE_ADDRESS_LOW 0x620 781 - #define PCI_DAC_CS_2_BASE_ADDRESS_HIGH 0x624 782 - 783 - /* 784 - * PCI Configuration Function 7 785 - */ 786 - 787 - #define PCI_DAC_CS_3_BASE_ADDRESS_LOW 0x710 788 - #define PCI_DAC_CS_3_BASE_ADDRESS_HIGH 0x714 789 - #define PCI_DAC_BOOTCS_BASE_ADDRESS_LOW 0x718 790 - #define PCI_DAC_BOOTCS_BASE_ADDRESS_HIGH 0x71c 791 - #define PCI_DAC_CPU_BASE_ADDRESS_LOW 0x720 792 - #define PCI_DAC_CPU_BASE_ADDRESS_HIGH 0x724 793 - #endif 794 - 795 - /* 796 - * Interrupts 797 - */ 798 - 799 - #define LOW_INTERRUPT_CAUSE_REGISTER 0xc18 800 - #define HIGH_INTERRUPT_CAUSE_REGISTER 0xc68 801 - #define CPU_INTERRUPT_MASK_REGISTER_LOW 0xc1c 802 - #define CPU_INTERRUPT_MASK_REGISTER_HIGH 0xc6c 803 - #define CPU_SELECT_CAUSE_REGISTER 0xc70 804 - #define PCI_0INTERRUPT_CAUSE_MASK_REGISTER_LOW 0xc24 805 - #define PCI_0INTERRUPT_CAUSE_MASK_REGISTER_HIGH 0xc64 806 - #define PCI_0SELECT_CAUSE 0xc74 807 - #define PCI_1INTERRUPT_CAUSE_MASK_REGISTER_LOW 0xca4 808 - #define PCI_1INTERRUPT_CAUSE_MASK_REGISTER_HIGH 0xce4 809 - #define PCI_1SELECT_CAUSE 0xcf4 810 - #define CPU_INT_0_MASK 0xe60 811 - #define CPU_INT_1_MASK 0xe64 812 - #define CPU_INT_2_MASK 0xe68 813 - #define CPU_INT_3_MASK 0xe6c 814 - 815 - /* 816 - * I20 Support registers 817 - */ 818 - 819 - #define INBOUND_MESSAGE_REGISTER0_PCI0_SIDE 0x010 820 - #define INBOUND_MESSAGE_REGISTER1_PCI0_SIDE 0x014 821 - #define OUTBOUND_MESSAGE_REGISTER0_PCI0_SIDE 0x018 822 - #define OUTBOUND_MESSAGE_REGISTER1_PCI0_SIDE 0x01C 823 - #define INBOUND_DOORBELL_REGISTER_PCI0_SIDE 0x020 824 - #define INBOUND_INTERRUPT_CAUSE_REGISTER_PCI0_SIDE 0x024 825 - #define INBOUND_INTERRUPT_MASK_REGISTER_PCI0_SIDE 0x028 826 - #define OUTBOUND_DOORBELL_REGISTER_PCI0_SIDE 0x02C 827 - #define OUTBOUND_INTERRUPT_CAUSE_REGISTER_PCI0_SIDE 0x030 828 - #define OUTBOUND_INTERRUPT_MASK_REGISTER_PCI0_SIDE 0x034 829 - #define INBOUND_QUEUE_PORT_VIRTUAL_REGISTER_PCI0_SIDE 0x040 830 - #define OUTBOUND_QUEUE_PORT_VIRTUAL_REGISTER_PCI0_SIDE 0x044 831 - #define QUEUE_CONTROL_REGISTER_PCI0_SIDE 0x050 832 - #define QUEUE_BASE_ADDRESS_REGISTER_PCI0_SIDE 0x054 833 - #define INBOUND_FREE_HEAD_POINTER_REGISTER_PCI0_SIDE 0x060 834 - #define INBOUND_FREE_TAIL_POINTER_REGISTER_PCI0_SIDE 0x064 835 - #define INBOUND_POST_HEAD_POINTER_REGISTER_PCI0_SIDE 0x068 836 - #define INBOUND_POST_TAIL_POINTER_REGISTER_PCI0_SIDE 0x06C 837 - #define OUTBOUND_FREE_HEAD_POINTER_REGISTER_PCI0_SIDE 0x070 838 - #define OUTBOUND_FREE_TAIL_POINTER_REGISTER_PCI0_SIDE 0x074 839 - #define OUTBOUND_POST_HEAD_POINTER_REGISTER_PCI0_SIDE 0x0F8 840 - #define OUTBOUND_POST_TAIL_POINTER_REGISTER_PCI0_SIDE 0x0FC 841 - 842 - #define INBOUND_MESSAGE_REGISTER0_PCI1_SIDE 0x090 843 - #define INBOUND_MESSAGE_REGISTER1_PCI1_SIDE 0x094 844 - #define OUTBOUND_MESSAGE_REGISTER0_PCI1_SIDE 0x098 845 - #define OUTBOUND_MESSAGE_REGISTER1_PCI1_SIDE 0x09C 846 - #define INBOUND_DOORBELL_REGISTER_PCI1_SIDE 0x0A0 847 - #define INBOUND_INTERRUPT_CAUSE_REGISTER_PCI1_SIDE 0x0A4 848 - #define INBOUND_INTERRUPT_MASK_REGISTER_PCI1_SIDE 0x0A8 849 - #define OUTBOUND_DOORBELL_REGISTER_PCI1_SIDE 0x0AC 850 - #define OUTBOUND_INTERRUPT_CAUSE_REGISTER_PCI1_SIDE 0x0B0 851 - #define OUTBOUND_INTERRUPT_MASK_REGISTER_PCI1_SIDE 0x0B4 852 - #define INBOUND_QUEUE_PORT_VIRTUAL_REGISTER_PCI1_SIDE 0x0C0 853 - #define OUTBOUND_QUEUE_PORT_VIRTUAL_REGISTER_PCI1_SIDE 0x0C4 854 - #define QUEUE_CONTROL_REGISTER_PCI1_SIDE 0x0D0 855 - #define QUEUE_BASE_ADDRESS_REGISTER_PCI1_SIDE 0x0D4 856 - #define INBOUND_FREE_HEAD_POINTER_REGISTER_PCI1_SIDE 0x0E0 857 - #define INBOUND_FREE_TAIL_POINTER_REGISTER_PCI1_SIDE 0x0E4 858 - #define INBOUND_POST_HEAD_POINTER_REGISTER_PCI1_SIDE 0x0E8 859 - #define INBOUND_POST_TAIL_POINTER_REGISTER_PCI1_SIDE 0x0EC 860 - #define OUTBOUND_FREE_HEAD_POINTER_REGISTER_PCI1_SIDE 0x0F0 861 - #define OUTBOUND_FREE_TAIL_POINTER_REGISTER_PCI1_SIDE 0x0F4 862 - #define OUTBOUND_POST_HEAD_POINTER_REGISTER_PCI1_SIDE 0x078 863 - #define OUTBOUND_POST_TAIL_POINTER_REGISTER_PCI1_SIDE 0x07C 864 - 865 - #define INBOUND_MESSAGE_REGISTER0_CPU0_SIDE 0X1C10 866 - #define INBOUND_MESSAGE_REGISTER1_CPU0_SIDE 0X1C14 867 - #define OUTBOUND_MESSAGE_REGISTER0_CPU0_SIDE 0X1C18 868 - #define OUTBOUND_MESSAGE_REGISTER1_CPU0_SIDE 0X1C1C 869 - #define INBOUND_DOORBELL_REGISTER_CPU0_SIDE 0X1C20 870 - #define INBOUND_INTERRUPT_CAUSE_REGISTER_CPU0_SIDE 0X1C24 871 - #define INBOUND_INTERRUPT_MASK_REGISTER_CPU0_SIDE 0X1C28 872 - #define OUTBOUND_DOORBELL_REGISTER_CPU0_SIDE 0X1C2C 873 - #define OUTBOUND_INTERRUPT_CAUSE_REGISTER_CPU0_SIDE 0X1C30 874 - #define OUTBOUND_INTERRUPT_MASK_REGISTER_CPU0_SIDE 0X1C34 875 - #define INBOUND_QUEUE_PORT_VIRTUAL_REGISTER_CPU0_SIDE 0X1C40 876 - #define OUTBOUND_QUEUE_PORT_VIRTUAL_REGISTER_CPU0_SIDE 0X1C44 877 - #define QUEUE_CONTROL_REGISTER_CPU0_SIDE 0X1C50 878 - #define QUEUE_BASE_ADDRESS_REGISTER_CPU0_SIDE 0X1C54 879 - #define INBOUND_FREE_HEAD_POINTER_REGISTER_CPU0_SIDE 0X1C60 880 - #define INBOUND_FREE_TAIL_POINTER_REGISTER_CPU0_SIDE 0X1C64 881 - #define INBOUND_POST_HEAD_POINTER_REGISTER_CPU0_SIDE 0X1C68 882 - #define INBOUND_POST_TAIL_POINTER_REGISTER_CPU0_SIDE 0X1C6C 883 - #define OUTBOUND_FREE_HEAD_POINTER_REGISTER_CPU0_SIDE 0X1C70 884 - #define OUTBOUND_FREE_TAIL_POINTER_REGISTER_CPU0_SIDE 0X1C74 885 - #define OUTBOUND_POST_HEAD_POINTER_REGISTER_CPU0_SIDE 0X1CF8 886 - #define OUTBOUND_POST_TAIL_POINTER_REGISTER_CPU0_SIDE 0X1CFC 887 - 888 - #define INBOUND_MESSAGE_REGISTER0_CPU1_SIDE 0X1C90 889 - #define INBOUND_MESSAGE_REGISTER1_CPU1_SIDE 0X1C94 890 - #define OUTBOUND_MESSAGE_REGISTER0_CPU1_SIDE 0X1C98 891 - #define OUTBOUND_MESSAGE_REGISTER1_CPU1_SIDE 0X1C9C 892 - #define INBOUND_DOORBELL_REGISTER_CPU1_SIDE 0X1CA0 893 - #define INBOUND_INTERRUPT_CAUSE_REGISTER_CPU1_SIDE 0X1CA4 894 - #define INBOUND_INTERRUPT_MASK_REGISTER_CPU1_SIDE 0X1CA8 895 - #define OUTBOUND_DOORBELL_REGISTER_CPU1_SIDE 0X1CAC 896 - #define OUTBOUND_INTERRUPT_CAUSE_REGISTER_CPU1_SIDE 0X1CB0 897 - #define OUTBOUND_INTERRUPT_MASK_REGISTER_CPU1_SIDE 0X1CB4 898 - #define INBOUND_QUEUE_PORT_VIRTUAL_REGISTER_CPU1_SIDE 0X1CC0 899 - #define OUTBOUND_QUEUE_PORT_VIRTUAL_REGISTER_CPU1_SIDE 0X1CC4 900 - #define QUEUE_CONTROL_REGISTER_CPU1_SIDE 0X1CD0 901 - #define QUEUE_BASE_ADDRESS_REGISTER_CPU1_SIDE 0X1CD4 902 - #define INBOUND_FREE_HEAD_POINTER_REGISTER_CPU1_SIDE 0X1CE0 903 - #define INBOUND_FREE_TAIL_POINTER_REGISTER_CPU1_SIDE 0X1CE4 904 - #define INBOUND_POST_HEAD_POINTER_REGISTER_CPU1_SIDE 0X1CE8 905 - #define INBOUND_POST_TAIL_POINTER_REGISTER_CPU1_SIDE 0X1CEC 906 - #define OUTBOUND_FREE_HEAD_POINTER_REGISTER_CPU1_SIDE 0X1CF0 907 - #define OUTBOUND_FREE_TAIL_POINTER_REGISTER_CPU1_SIDE 0X1CF4 908 - #define OUTBOUND_POST_HEAD_POINTER_REGISTER_CPU1_SIDE 0X1C78 909 - #define OUTBOUND_POST_TAIL_POINTER_REGISTER_CPU1_SIDE 0X1C7C 910 - 911 - /* 912 - * Communication Unit Registers 913 - */ 914 - 915 - #define ETHERNET_0_ADDRESS_CONTROL_LOW 916 - #define ETHERNET_0_ADDRESS_CONTROL_HIGH 0xf204 917 - #define ETHERNET_0_RECEIVE_BUFFER_PCI_HIGH_ADDRESS 0xf208 918 - #define ETHERNET_0_TRANSMIT_BUFFER_PCI_HIGH_ADDRESS 0xf20c 919 - #define ETHERNET_0_RECEIVE_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf210 920 - #define ETHERNET_0_TRANSMIT_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf214 921 - #define ETHERNET_0_HASH_TABLE_PCI_HIGH_ADDRESS 0xf218 922 - #define ETHERNET_1_ADDRESS_CONTROL_LOW 0xf220 923 - #define ETHERNET_1_ADDRESS_CONTROL_HIGH 0xf224 924 - #define ETHERNET_1_RECEIVE_BUFFER_PCI_HIGH_ADDRESS 0xf228 925 - #define ETHERNET_1_TRANSMIT_BUFFER_PCI_HIGH_ADDRESS 0xf22c 926 - #define ETHERNET_1_RECEIVE_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf230 927 - #define ETHERNET_1_TRANSMIT_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf234 928 - #define ETHERNET_1_HASH_TABLE_PCI_HIGH_ADDRESS 0xf238 929 - #define ETHERNET_2_ADDRESS_CONTROL_LOW 0xf240 930 - #define ETHERNET_2_ADDRESS_CONTROL_HIGH 0xf244 931 - #define ETHERNET_2_RECEIVE_BUFFER_PCI_HIGH_ADDRESS 0xf248 932 - #define ETHERNET_2_TRANSMIT_BUFFER_PCI_HIGH_ADDRESS 0xf24c 933 - #define ETHERNET_2_RECEIVE_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf250 934 - #define ETHERNET_2_TRANSMIT_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf254 935 - #define ETHERNET_2_HASH_TABLE_PCI_HIGH_ADDRESS 0xf258 936 - #define MPSC_0_ADDRESS_CONTROL_LOW 0xf280 937 - #define MPSC_0_ADDRESS_CONTROL_HIGH 0xf284 938 - #define MPSC_0_RECEIVE_BUFFER_PCI_HIGH_ADDRESS 0xf288 939 - #define MPSC_0_TRANSMIT_BUFFER_PCI_HIGH_ADDRESS 0xf28c 940 - #define MPSC_0_RECEIVE_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf290 941 - #define MPSC_0_TRANSMIT_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf294 942 - #define MPSC_1_ADDRESS_CONTROL_LOW 0xf2a0 943 - #define MPSC_1_ADDRESS_CONTROL_HIGH 0xf2a4 944 - #define MPSC_1_RECEIVE_BUFFER_PCI_HIGH_ADDRESS 0xf2a8 945 - #define MPSC_1_TRANSMIT_BUFFER_PCI_HIGH_ADDRESS 0xf2ac 946 - #define MPSC_1_RECEIVE_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf2b0 947 - #define MPSC_1_TRANSMIT_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf2b4 948 - #define MPSC_2_ADDRESS_CONTROL_LOW 0xf2c0 949 - #define MPSC_2_ADDRESS_CONTROL_HIGH 0xf2c4 950 - #define MPSC_2_RECEIVE_BUFFER_PCI_HIGH_ADDRESS 0xf2c8 951 - #define MPSC_2_TRANSMIT_BUFFER_PCI_HIGH_ADDRESS 0xf2cc 952 - #define MPSC_2_RECEIVE_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf2d0 953 - #define MPSC_2_TRANSMIT_DESCRIPTOR_PCI_HIGH_ADDRESS 0xf2d4 954 - #define SERIAL_INIT_PCI_HIGH_ADDRESS 0xf320 955 - #define SERIAL_INIT_LAST_DATA 0xf324 956 - #define SERIAL_INIT_STATUS_AND_CONTROL 0xf328 957 - #define COMM_UNIT_ARBITER_CONTROL 0xf300 958 - #define COMM_UNIT_CROSS_BAR_TIMEOUT 0xf304 959 - #define COMM_UNIT_INTERRUPT_CAUSE 0xf310 960 - #define COMM_UNIT_INTERRUPT_MASK 0xf314 961 - #define COMM_UNIT_ERROR_ADDRESS 0xf314 962 - 963 - /* 964 - * Cunit Debug (for internal use) 965 - */ 966 - 967 - #define CUNIT_ADDRESS 0xf340 968 - #define CUNIT_COMMAND_AND_ID 0xf344 969 - #define CUNIT_WRITE_DATA_LOW 0xf348 970 - #define CUNIT_WRITE_DATA_HIGH 0xf34c 971 - #define CUNIT_WRITE_BYTE_ENABLE 0xf358 972 - #define CUNIT_READ_DATA_LOW 0xf350 973 - #define CUNIT_READ_DATA_HIGH 0xf354 974 - #define CUNIT_READ_ID 0xf35c 975 - 976 - /* 977 - * Fast Ethernet Unit Registers 978 - */ 979 - 980 - /* Ethernet */ 981 - 982 - #define ETHERNET_PHY_ADDRESS_REGISTER 0x2000 983 - #define ETHERNET_SMI_REGISTER 0x2010 984 - 985 - /* Ethernet 0 */ 986 - 987 - #define ETHERNET0_PORT_CONFIGURATION_REGISTER 0x2400 988 - #define ETHERNET0_PORT_CONFIGURATION_EXTEND_REGISTER 0x2408 989 - #define ETHERNET0_PORT_COMMAND_REGISTER 0x2410 990 - #define ETHERNET0_PORT_STATUS_REGISTER 0x2418 991 - #define ETHERNET0_SERIAL_PARAMETRS_REGISTER 0x2420 992 - #define ETHERNET0_HASH_TABLE_POINTER_REGISTER 0x2428 993 - #define ETHERNET0_FLOW_CONTROL_SOURCE_ADDRESS_LOW 0x2430 994 - #define ETHERNET0_FLOW_CONTROL_SOURCE_ADDRESS_HIGH 0x2438 995 - #define ETHERNET0_SDMA_CONFIGURATION_REGISTER 0x2440 996 - #define ETHERNET0_SDMA_COMMAND_REGISTER 0x2448 997 - #define ETHERNET0_INTERRUPT_CAUSE_REGISTER 0x2450 998 - #define ETHERNET0_INTERRUPT_MASK_REGISTER 0x2458 999 - #define ETHERNET0_FIRST_RX_DESCRIPTOR_POINTER0 0x2480 1000 - #define ETHERNET0_FIRST_RX_DESCRIPTOR_POINTER1 0x2484 1001 - #define ETHERNET0_FIRST_RX_DESCRIPTOR_POINTER2 0x2488 1002 - #define ETHERNET0_FIRST_RX_DESCRIPTOR_POINTER3 0x248c 1003 - #define ETHERNET0_CURRENT_RX_DESCRIPTOR_POINTER0 0x24a0 1004 - #define ETHERNET0_CURRENT_RX_DESCRIPTOR_POINTER1 0x24a4 1005 - #define ETHERNET0_CURRENT_RX_DESCRIPTOR_POINTER2 0x24a8 1006 - #define ETHERNET0_CURRENT_RX_DESCRIPTOR_POINTER3 0x24ac 1007 - #define ETHERNET0_CURRENT_TX_DESCRIPTOR_POINTER0 0x24e0 1008 - #define ETHERNET0_CURRENT_TX_DESCRIPTOR_POINTER1 0x24e4 1009 - #define ETHERNET0_MIB_COUNTER_BASE 0x2500 1010 - 1011 - /* Ethernet 1 */ 1012 - 1013 - #define ETHERNET1_PORT_CONFIGURATION_REGISTER 0x2800 1014 - #define ETHERNET1_PORT_CONFIGURATION_EXTEND_REGISTER 0x2808 1015 - #define ETHERNET1_PORT_COMMAND_REGISTER 0x2810 1016 - #define ETHERNET1_PORT_STATUS_REGISTER 0x2818 1017 - #define ETHERNET1_SERIAL_PARAMETRS_REGISTER 0x2820 1018 - #define ETHERNET1_HASH_TABLE_POINTER_REGISTER 0x2828 1019 - #define ETHERNET1_FLOW_CONTROL_SOURCE_ADDRESS_LOW 0x2830 1020 - #define ETHERNET1_FLOW_CONTROL_SOURCE_ADDRESS_HIGH 0x2838 1021 - #define ETHERNET1_SDMA_CONFIGURATION_REGISTER 0x2840 1022 - #define ETHERNET1_SDMA_COMMAND_REGISTER 0x2848 1023 - #define ETHERNET1_INTERRUPT_CAUSE_REGISTER 0x2850 1024 - #define ETHERNET1_INTERRUPT_MASK_REGISTER 0x2858 1025 - #define ETHERNET1_FIRST_RX_DESCRIPTOR_POINTER0 0x2880 1026 - #define ETHERNET1_FIRST_RX_DESCRIPTOR_POINTER1 0x2884 1027 - #define ETHERNET1_FIRST_RX_DESCRIPTOR_POINTER2 0x2888 1028 - #define ETHERNET1_FIRST_RX_DESCRIPTOR_POINTER3 0x288c 1029 - #define ETHERNET1_CURRENT_RX_DESCRIPTOR_POINTER0 0x28a0 1030 - #define ETHERNET1_CURRENT_RX_DESCRIPTOR_POINTER1 0x28a4 1031 - #define ETHERNET1_CURRENT_RX_DESCRIPTOR_POINTER2 0x28a8 1032 - #define ETHERNET1_CURRENT_RX_DESCRIPTOR_POINTER3 0x28ac 1033 - #define ETHERNET1_CURRENT_TX_DESCRIPTOR_POINTER0 0x28e0 1034 - #define ETHERNET1_CURRENT_TX_DESCRIPTOR_POINTER1 0x28e4 1035 - #define ETHERNET1_MIB_COUNTER_BASE 0x2900 1036 - 1037 - /* Ethernet 2 */ 1038 - 1039 - #define ETHERNET2_PORT_CONFIGURATION_REGISTER 0x2c00 1040 - #define ETHERNET2_PORT_CONFIGURATION_EXTEND_REGISTER 0x2c08 1041 - #define ETHERNET2_PORT_COMMAND_REGISTER 0x2c10 1042 - #define ETHERNET2_PORT_STATUS_REGISTER 0x2c18 1043 - #define ETHERNET2_SERIAL_PARAMETRS_REGISTER 0x2c20 1044 - #define ETHERNET2_HASH_TABLE_POINTER_REGISTER 0x2c28 1045 - #define ETHERNET2_FLOW_CONTROL_SOURCE_ADDRESS_LOW 0x2c30 1046 - #define ETHERNET2_FLOW_CONTROL_SOURCE_ADDRESS_HIGH 0x2c38 1047 - #define ETHERNET2_SDMA_CONFIGURATION_REGISTER 0x2c40 1048 - #define ETHERNET2_SDMA_COMMAND_REGISTER 0x2c48 1049 - #define ETHERNET2_INTERRUPT_CAUSE_REGISTER 0x2c50 1050 - #define ETHERNET2_INTERRUPT_MASK_REGISTER 0x2c58 1051 - #define ETHERNET2_FIRST_RX_DESCRIPTOR_POINTER0 0x2c80 1052 - #define ETHERNET2_FIRST_RX_DESCRIPTOR_POINTER1 0x2c84 1053 - #define ETHERNET2_FIRST_RX_DESCRIPTOR_POINTER2 0x2c88 1054 - #define ETHERNET2_FIRST_RX_DESCRIPTOR_POINTER3 0x2c8c 1055 - #define ETHERNET2_CURRENT_RX_DESCRIPTOR_POINTER0 0x2ca0 1056 - #define ETHERNET2_CURRENT_RX_DESCRIPTOR_POINTER1 0x2ca4 1057 - #define ETHERNET2_CURRENT_RX_DESCRIPTOR_POINTER2 0x2ca8 1058 - #define ETHERNET2_CURRENT_RX_DESCRIPTOR_POINTER3 0x2cac 1059 - #define ETHERNET2_CURRENT_TX_DESCRIPTOR_POINTER0 0x2ce0 1060 - #define ETHERNET2_CURRENT_TX_DESCRIPTOR_POINTER1 0x2ce4 1061 - #define ETHERNET2_MIB_COUNTER_BASE 0x2d00 1062 - 1063 - /* 1064 - * SDMA Registers 1065 - */ 1066 - 1067 - #define SDMA_GROUP_CONFIGURATION_REGISTER 0xb1f0 1068 - #define CHANNEL0_CONFIGURATION_REGISTER 0x4000 1069 - #define CHANNEL0_COMMAND_REGISTER 0x4008 1070 - #define CHANNEL0_RX_CMD_STATUS 0x4800 1071 - #define CHANNEL0_RX_PACKET_AND_BUFFER_SIZES 0x4804 1072 - #define CHANNEL0_RX_BUFFER_POINTER 0x4808 1073 - #define CHANNEL0_RX_NEXT_POINTER 0x480c 1074 - #define CHANNEL0_CURRENT_RX_DESCRIPTOR_POINTER 0x4810 1075 - #define CHANNEL0_TX_CMD_STATUS 0x4C00 1076 - #define CHANNEL0_TX_PACKET_SIZE 0x4C04 1077 - #define CHANNEL0_TX_BUFFER_POINTER 0x4C08 1078 - #define CHANNEL0_TX_NEXT_POINTER 0x4C0c 1079 - #define CHANNEL0_CURRENT_TX_DESCRIPTOR_POINTER 0x4c10 1080 - #define CHANNEL0_FIRST_TX_DESCRIPTOR_POINTER 0x4c14 1081 - #define CHANNEL1_CONFIGURATION_REGISTER 0x6000 1082 - #define CHANNEL1_COMMAND_REGISTER 0x6008 1083 - #define CHANNEL1_RX_CMD_STATUS 0x6800 1084 - #define CHANNEL1_RX_PACKET_AND_BUFFER_SIZES 0x6804 1085 - #define CHANNEL1_RX_BUFFER_POINTER 0x6808 1086 - #define CHANNEL1_RX_NEXT_POINTER 0x680c 1087 - #define CHANNEL1_CURRENT_RX_DESCRIPTOR_POINTER 0x6810 1088 - #define CHANNEL1_TX_CMD_STATUS 0x6C00 1089 - #define CHANNEL1_TX_PACKET_SIZE 0x6C04 1090 - #define CHANNEL1_TX_BUFFER_POINTER 0x6C08 1091 - #define CHANNEL1_TX_NEXT_POINTER 0x6C0c 1092 - #define CHANNEL1_CURRENT_RX_DESCRIPTOR_POINTER 0x6810 1093 - #define CHANNEL1_CURRENT_TX_DESCRIPTOR_POINTER 0x6c10 1094 - #define CHANNEL1_FIRST_TX_DESCRIPTOR_POINTER 0x6c14 1095 - 1096 - /* SDMA Interrupt */ 1097 - 1098 - #define SDMA_CAUSE 0xb820 1099 - #define SDMA_MASK 0xb8a0 1100 - 1101 - 1102 - /* 1103 - * Baude Rate Generators Registers 1104 - */ 1105 - 1106 - /* BRG 0 */ 1107 - 1108 - #define BRG0_CONFIGURATION_REGISTER 0xb200 1109 - #define BRG0_BAUDE_TUNING_REGISTER 0xb204 1110 - 1111 - /* BRG 1 */ 1112 - 1113 - #define BRG1_CONFIGURATION_REGISTER 0xb208 1114 - #define BRG1_BAUDE_TUNING_REGISTER 0xb20c 1115 - 1116 - /* BRG 2 */ 1117 - 1118 - #define BRG2_CONFIGURATION_REGISTER 0xb210 1119 - #define BRG2_BAUDE_TUNING_REGISTER 0xb214 1120 - 1121 - /* BRG Interrupts */ 1122 - 1123 - #define BRG_CAUSE_REGISTER 0xb834 1124 - #define BRG_MASK_REGISTER 0xb8b4 1125 - 1126 - /* MISC */ 1127 - 1128 - #define MAIN_ROUTING_REGISTER 0xb400 1129 - #define RECEIVE_CLOCK_ROUTING_REGISTER 0xb404 1130 - #define TRANSMIT_CLOCK_ROUTING_REGISTER 0xb408 1131 - #define COMM_UNIT_ARBITER_CONFIGURATION_REGISTER 0xb40c 1132 - #define WATCHDOG_CONFIGURATION_REGISTER 0xb410 1133 - #define WATCHDOG_VALUE_REGISTER 0xb414 1134 - 1135 - 1136 - /* 1137 - * Flex TDM Registers 1138 - */ 1139 - 1140 - /* FTDM Port */ 1141 - 1142 - #define FLEXTDM_TRANSMIT_READ_POINTER 0xa800 1143 - #define FLEXTDM_RECEIVE_READ_POINTER 0xa804 1144 - #define FLEXTDM_CONFIGURATION_REGISTER 0xa808 1145 - #define FLEXTDM_AUX_CHANNELA_TX_REGISTER 0xa80c 1146 - #define FLEXTDM_AUX_CHANNELA_RX_REGISTER 0xa810 1147 - #define FLEXTDM_AUX_CHANNELB_TX_REGISTER 0xa814 1148 - #define FLEXTDM_AUX_CHANNELB_RX_REGISTER 0xa818 1149 - 1150 - /* FTDM Interrupts */ 1151 - 1152 - #define FTDM_CAUSE_REGISTER 0xb830 1153 - #define FTDM_MASK_REGISTER 0xb8b0 1154 - 1155 - 1156 - /* 1157 - * GPP Interface Registers 1158 - */ 1159 - 1160 - #define GPP_IO_CONTROL 0xf100 1161 - #define GPP_LEVEL_CONTROL 0xf110 1162 - #define GPP_VALUE 0xf104 1163 - #define GPP_INTERRUPT_CAUSE 0xf108 1164 - #define GPP_INTERRUPT_MASK 0xf10c 1165 - 1166 - #define MPP_CONTROL0 0xf000 1167 - #define MPP_CONTROL1 0xf004 1168 - #define MPP_CONTROL2 0xf008 1169 - #define MPP_CONTROL3 0xf00c 1170 - #define DEBUG_PORT_MULTIPLEX 0xf014 1171 - #define SERIAL_PORT_MULTIPLEX 0xf010 1172 - 1173 - /* 1174 - * I2C Registers 1175 - */ 1176 - 1177 - #define I2C_SLAVE_ADDRESS 0xc000 1178 - #define I2C_EXTENDED_SLAVE_ADDRESS 0xc040 1179 - #define I2C_DATA 0xc004 1180 - #define I2C_CONTROL 0xc008 1181 - #define I2C_STATUS_BAUDE_RATE 0xc00C 1182 - #define I2C_SOFT_RESET 0xc01c 1183 - 1184 - /* 1185 - * MPSC Registers 1186 - */ 1187 - 1188 - /* 1189 - * MPSC0 1190 - */ 1191 - 1192 - #define MPSC0_MAIN_CONFIGURATION_LOW 0x8000 1193 - #define MPSC0_MAIN_CONFIGURATION_HIGH 0x8004 1194 - #define MPSC0_PROTOCOL_CONFIGURATION 0x8008 1195 - #define CHANNEL0_REGISTER1 0x800c 1196 - #define CHANNEL0_REGISTER2 0x8010 1197 - #define CHANNEL0_REGISTER3 0x8014 1198 - #define CHANNEL0_REGISTER4 0x8018 1199 - #define CHANNEL0_REGISTER5 0x801c 1200 - #define CHANNEL0_REGISTER6 0x8020 1201 - #define CHANNEL0_REGISTER7 0x8024 1202 - #define CHANNEL0_REGISTER8 0x8028 1203 - #define CHANNEL0_REGISTER9 0x802c 1204 - #define CHANNEL0_REGISTER10 0x8030 1205 - #define CHANNEL0_REGISTER11 0x8034 1206 - 1207 - /* 1208 - * MPSC1 1209 - */ 1210 - 1211 - #define MPSC1_MAIN_CONFIGURATION_LOW 0x9000 1212 - #define MPSC1_MAIN_CONFIGURATION_HIGH 0x9004 1213 - #define MPSC1_PROTOCOL_CONFIGURATION 0x9008 1214 - #define CHANNEL1_REGISTER1 0x900c 1215 - #define CHANNEL1_REGISTER2 0x9010 1216 - #define CHANNEL1_REGISTER3 0x9014 1217 - #define CHANNEL1_REGISTER4 0x9018 1218 - #define CHANNEL1_REGISTER5 0x901c 1219 - #define CHANNEL1_REGISTER6 0x9020 1220 - #define CHANNEL1_REGISTER7 0x9024 1221 - #define CHANNEL1_REGISTER8 0x9028 1222 - #define CHANNEL1_REGISTER9 0x902c 1223 - #define CHANNEL1_REGISTER10 0x9030 1224 - #define CHANNEL1_REGISTER11 0x9034 1225 - 1226 - /* 1227 - * MPSCs Interupts 1228 - */ 1229 - 1230 - #define MPSC0_CAUSE 0xb804 1231 - #define MPSC0_MASK 0xb884 1232 - #define MPSC1_CAUSE 0xb80c 1233 - #define MPSC1_MASK 0xb88c 1234 - 1235 - #endif /* __ASM_MIPS_MV64240_H */
+2 -1
include/asm-mips/jmr3927/jmr3927.h
··· 13 13 #include <asm/jmr3927/tx3927.h> 14 14 #include <asm/addrspace.h> 15 15 #include <asm/system.h> 16 + #include <asm/txx9irq.h> 16 17 17 18 /* CS */ 18 19 #define JMR3927_ROMCE0 0x1fc00000 /* 4M */ ··· 116 115 #define JMR3927_NR_IRQ_IRC 16 /* On-Chip IRC */ 117 116 #define JMR3927_NR_IRQ_IOC 8 /* PCI/MODEM/INT[6:7] */ 118 117 119 - #define JMR3927_IRQ_IRC 16 118 + #define JMR3927_IRQ_IRC TXX9_IRQ_BASE 120 119 #define JMR3927_IRQ_IOC (JMR3927_IRQ_IRC + JMR3927_NR_IRQ_IRC) 121 120 #define JMR3927_IRQ_END (JMR3927_IRQ_IOC + JMR3927_NR_IRQ_IOC) 122 121
-36
include/asm-mips/jmr3927/tx3927.h
··· 50 50 volatile unsigned long unused0; 51 51 }; 52 52 53 - struct tx3927_irc_reg { 54 - volatile unsigned long cer; 55 - volatile unsigned long cr[2]; 56 - volatile unsigned long unused0; 57 - volatile unsigned long ilr[8]; 58 - volatile unsigned long unused1[4]; 59 - volatile unsigned long imr; 60 - volatile unsigned long unused2[7]; 61 - volatile unsigned long scr; 62 - volatile unsigned long unused3[7]; 63 - volatile unsigned long ssr; 64 - volatile unsigned long unused4[7]; 65 - volatile unsigned long csr; 66 - }; 67 - 68 53 #include <asm/byteorder.h> 69 54 70 55 #ifdef __BIG_ENDIAN ··· 210 225 /* 211 226 * IRC 212 227 */ 213 - #define TX3927_IR_MAX_LEVEL 7 214 - 215 - /* IRCER : Int. Control Enable */ 216 - #define TX3927_IRCER_ICE 0x00000001 217 - 218 - /* IRCR : Int. Control */ 219 - #define TX3927_IRCR_LOW 0x00000000 220 - #define TX3927_IRCR_HIGH 0x00000001 221 - #define TX3927_IRCR_DOWN 0x00000002 222 - #define TX3927_IRCR_UP 0x00000003 223 - 224 - /* IRSCR : Int. Status Control */ 225 - #define TX3927_IRSCR_EIClrE 0x00000100 226 - #define TX3927_IRSCR_EIClr_MASK 0x0000000f 227 - 228 - /* IRCSR : Int. Current Status */ 229 - #define TX3927_IRCSR_IF 0x00010000 230 - #define TX3927_IRCSR_ILV_MASK 0x00000700 231 - #define TX3927_IRCSR_IVL_MASK 0x0000001f 232 - 233 228 #define TX3927_IR_INT0 0 234 229 #define TX3927_IR_INT1 1 235 230 #define TX3927_IR_INT2 2 ··· 312 347 #define tx3927_sdramcptr ((struct tx3927_sdramc_reg *)TX3927_SDRAMC_REG) 313 348 #define tx3927_romcptr ((struct tx3927_romc_reg *)TX3927_ROMC_REG) 314 349 #define tx3927_dmaptr ((struct tx3927_dma_reg *)TX3927_DMA_REG) 315 - #define tx3927_ircptr ((struct tx3927_irc_reg *)TX3927_IRC_REG) 316 350 #define tx3927_pcicptr ((struct tx3927_pcic_reg *)TX3927_PCIC_REG) 317 351 #define tx3927_ccfgptr ((struct tx3927_ccfg_reg *)TX3927_CCFG_REG) 318 352 #define tx3927_tmrptr(ch) ((struct txx927_tmr_reg *)TX3927_TMR_REG(ch))
+25 -51
include/asm-mips/mach-generic/ide.h
··· 29 29 30 30 #define IDE_ARCH_OBSOLETE_DEFAULTS 31 31 32 - static __inline__ int ide_probe_legacy(void) 33 - { 34 - #ifdef CONFIG_PCI 35 - struct pci_dev *dev; 36 - if ((dev = pci_get_class(PCI_CLASS_BRIDGE_EISA << 8, NULL)) != NULL || 37 - (dev = pci_get_class(PCI_CLASS_BRIDGE_ISA << 8, NULL)) != NULL) { 38 - pci_dev_put(dev); 39 - 40 - return 1; 41 - } 42 - return 0; 43 - #elif defined(CONFIG_EISA) || defined(CONFIG_ISA) 44 - return 1; 45 - #else 46 - return 0; 47 - #endif 48 - } 49 - 50 32 static __inline__ int ide_default_irq(unsigned long base) 51 33 { 52 - if (ide_probe_legacy()) 53 - switch (base) { 54 - case 0x1f0: 55 - return 14; 56 - case 0x170: 57 - return 15; 58 - case 0x1e8: 59 - return 11; 60 - case 0x168: 61 - return 10; 62 - case 0x1e0: 63 - return 8; 64 - case 0x160: 65 - return 12; 34 + switch (base) { 35 + case 0x1f0: return 14; 36 + case 0x170: return 15; 37 + case 0x1e8: return 11; 38 + case 0x168: return 10; 39 + case 0x1e0: return 8; 40 + case 0x160: return 12; 66 41 default: 67 42 return 0; 68 - } 69 - else 70 - return 0; 43 + } 71 44 } 72 45 73 46 static __inline__ unsigned long ide_default_io_base(int index) 74 47 { 75 - if (ide_probe_legacy()) 48 + /* 49 + * If PCI is present then it is not safe to poke around 50 + * the other legacy IDE ports. Only 0x1f0 and 0x170 are 51 + * defined compatibility mode ports for PCI. A user can 52 + * override this using ide= but we must default safe. 53 + */ 54 + if (no_pci_devices()) { 76 55 switch (index) { 77 - case 0: 78 - return 0x1f0; 79 - case 1: 80 - return 0x170; 81 - case 2: 82 - return 0x1e8; 83 - case 3: 84 - return 0x168; 85 - case 4: 86 - return 0x1e0; 87 - case 5: 88 - return 0x160; 89 - default: 90 - return 0; 56 + case 2: return 0x1e8; 57 + case 3: return 0x168; 58 + case 4: return 0x1e0; 59 + case 5: return 0x160; 91 60 } 92 - else 61 + } 62 + switch (index) { 63 + case 0: return 0x1f0; 64 + case 1: return 0x170; 65 + default: 93 66 return 0; 67 + } 94 68 } 95 69 96 70 #define IDE_ARCH_OBSOLETE_INIT
-59
include/asm-mips/marvell.h
··· 1 - /* 2 - * This file is subject to the terms and conditions of the GNU General Public 3 - * License. See the file "COPYING" in the main directory of this archive 4 - * for more details. 5 - * 6 - * Copyright (C) 2004 by Ralf Baechle 7 - */ 8 - #ifndef __ASM_MIPS_MARVELL_H 9 - #define __ASM_MIPS_MARVELL_H 10 - 11 - #include <linux/pci.h> 12 - 13 - #include <asm/byteorder.h> 14 - 15 - extern unsigned long marvell_base; 16 - 17 - /* 18 - * Because of an error/peculiarity in the Galileo chip, we need to swap the 19 - * bytes when running bigendian. 20 - */ 21 - #define __MV_READ(ofs) \ 22 - (*(volatile u32 *)(marvell_base+(ofs))) 23 - #define __MV_WRITE(ofs, data) \ 24 - do { *(volatile u32 *)(marvell_base+(ofs)) = (data); } while (0) 25 - 26 - #define MV_READ(ofs) le32_to_cpu(__MV_READ(ofs)) 27 - #define MV_WRITE(ofs, data) __MV_WRITE(ofs, cpu_to_le32(data)) 28 - 29 - #define MV_READ_16(ofs) \ 30 - le16_to_cpu(*(volatile u16 *)(marvell_base+(ofs))) 31 - #define MV_WRITE_16(ofs, data) \ 32 - *(volatile u16 *)(marvell_base+(ofs)) = cpu_to_le16(data) 33 - 34 - #define MV_READ_8(ofs) \ 35 - *(volatile u8 *)(marvell_base+(ofs)) 36 - #define MV_WRITE_8(ofs, data) \ 37 - *(volatile u8 *)(marvell_base+(ofs)) = data 38 - 39 - #define MV_SET_REG_BITS(ofs, bits) \ 40 - (*((volatile u32 *)(marvell_base + (ofs)))) |= ((u32)cpu_to_le32(bits)) 41 - #define MV_RESET_REG_BITS(ofs, bits) \ 42 - (*((volatile u32 *)(marvell_base + (ofs)))) &= ~((u32)cpu_to_le32(bits)) 43 - 44 - extern struct pci_ops mv_pci_ops; 45 - 46 - struct mv_pci_controller { 47 - struct pci_controller pcic; 48 - 49 - /* 50 - * GT-64240/MV-64340 specific, per host bus information 51 - */ 52 - unsigned long config_addr; 53 - unsigned long config_vreg; 54 - }; 55 - 56 - extern void ll_mv64340_irq(void); 57 - extern void mv64340_irq_init(unsigned int base); 58 - 59 - #endif /* __ASM_MIPS_MARVELL_H */
+3 -13
include/asm-mips/pgtable-32.h
··· 43 43 */ 44 44 45 45 /* PGDIR_SHIFT determines what a third-level page table entry can map */ 46 - #ifdef CONFIG_64BIT_PHYS_ADDR 47 - #define PGDIR_SHIFT 21 48 - #else 49 - #define PGDIR_SHIFT 22 50 - #endif 46 + #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2) 51 47 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) 52 48 #define PGDIR_MASK (~(PGDIR_SIZE-1)) 53 49 ··· 51 55 * Entries per page directory level: we use two-level, so 52 56 * we don't really have any PUD/PMD directory physically. 53 57 */ 54 - #ifdef CONFIG_64BIT_PHYS_ADDR 55 - #define PGD_ORDER 1 58 + #define __PGD_ORDER (32 - 3 * PAGE_SHIFT + PGD_T_LOG2 + PTE_T_LOG2) 59 + #define PGD_ORDER (__PGD_ORDER >= 0 ? __PGD_ORDER : 0) 56 60 #define PUD_ORDER aieeee_attempt_to_allocate_pud 57 61 #define PMD_ORDER 1 58 62 #define PTE_ORDER 0 59 - #else 60 - #define PGD_ORDER 0 61 - #define PUD_ORDER aieeee_attempt_to_allocate_pud 62 - #define PMD_ORDER 1 63 - #define PTE_ORDER 0 64 - #endif 65 63 66 64 #define PTRS_PER_PGD ((PAGE_SIZE << PGD_ORDER) / sizeof(pgd_t)) 67 65 #define PTRS_PER_PTE ((PAGE_SIZE << PTE_ORDER) / sizeof(pte_t))
+8 -4
include/asm-mips/pgtable.h
··· 168 168 #define set_pud(pudptr, pudval) do { *(pudptr) = (pudval); } while(0) 169 169 #endif 170 170 171 - #define PGD_T_LOG2 ffz(~sizeof(pgd_t)) 172 - #define PMD_T_LOG2 ffz(~sizeof(pmd_t)) 173 - #define PTE_T_LOG2 ffz(~sizeof(pte_t)) 171 + #define PGD_T_LOG2 (__builtin_ffs(sizeof(pgd_t)) - 1) 172 + #define PMD_T_LOG2 (__builtin_ffs(sizeof(pmd_t)) - 1) 173 + #define PTE_T_LOG2 (__builtin_ffs(sizeof(pte_t)) - 1) 174 174 175 - extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; 175 + /* 176 + * We used to declare this array with size but gcc 3.3 and older are not able 177 + * to find that this expression is a constant, so the size is dropped. 178 + */ 179 + extern pgd_t swapper_pg_dir[]; 176 180 177 181 /* 178 182 * The following only work if pte_present() is true.
+10
include/asm-mips/smtc.h
··· 55 55 56 56 #define PARKED_INDEX ((unsigned int)0x80000000) 57 57 58 + /* 59 + * Define low-level interrupt mask for IPIs, if necessary. 60 + * By default, use SW interrupt 1, which requires no external 61 + * hardware support, but which works only for single-core 62 + * MIPS MT systems. 63 + */ 64 + #ifndef MIPS_CPU_IPI_IRQ 65 + #define MIPS_CPU_IPI_IRQ 1 66 + #endif 67 + 58 68 #endif /* _ASM_SMTC_MT_H */
+5 -1
include/asm-mips/stacktrace.h
··· 9 9 unsigned long pc, unsigned long *ra); 10 10 #else 11 11 #define raw_show_trace 1 12 - #define unwind_stack(task, sp, pc, ra) 0 12 + static inline unsigned long unwind_stack(struct task_struct *task, 13 + unsigned long *sp, unsigned long pc, unsigned long *ra) 14 + { 15 + return 0; 16 + } 13 17 #endif 14 18 15 19 static __always_inline void prepare_frametrace(struct pt_regs *regs)
+1 -1
include/asm-mips/tx4927/toshiba_rbtx4927.h
··· 50 50 51 51 52 52 #define RBTX4927_RTL_8019_BASE (0x1c020280-TBTX4927_ISA_IO_OFFSET) 53 - #define RBTX4927_RTL_8019_IRQ (29) 53 + #define RBTX4927_RTL_8019_IRQ (TX4927_IRQ_PIC_BEG + 5) 54 54 55 55 int toshiba_rbtx4927_irq_nested(int sw_irq); 56 56
+5 -44
include/asm-mips/tx4927/tx4927.h
··· 28 28 #define __ASM_TX4927_TX4927_H 29 29 30 30 #include <asm/tx4927/tx4927_mips.h> 31 + #include <asm/txx9irq.h> 31 32 32 33 /* 33 34 This register naming came from the integrated CPU/controller name TX4927 ··· 422 421 #define TX4927_PIO_LIMIT 0xf50f 423 422 424 423 425 - /* TX4927 Interrupt Controller (32-bit registers) */ 426 - #define TX4927_IRC_BASE 0xf510 427 - #define TX4927_IRC_IRFLAG0 0xf510 428 - #define TX4927_IRC_IRFLAG1 0xf514 429 - #define TX4927_IRC_IRPOL 0xf518 430 - #define TX4927_IRC_IRRCNT 0xf51c 431 - #define TX4927_IRC_IRMASKINT 0xf520 432 - #define TX4927_IRC_IRMASKEXT 0xf524 433 - #define TX4927_IRC_IRDEN 0xf600 434 - #define TX4927_IRC_IRDM0 0xf604 435 - #define TX4927_IRC_IRDM1 0xf608 436 - #define TX4927_IRC_IRLVL0 0xf610 437 - #define TX4927_IRC_IRLVL1 0xf614 438 - #define TX4927_IRC_IRLVL2 0xf618 439 - #define TX4927_IRC_IRLVL3 0xf61c 440 - #define TX4927_IRC_IRLVL4 0xf620 441 - #define TX4927_IRC_IRLVL5 0xf624 442 - #define TX4927_IRC_IRLVL6 0xf628 443 - #define TX4927_IRC_IRLVL7 0xf62c 444 - #define TX4927_IRC_IRMSK 0xf640 445 - #define TX4927_IRC_IREDC 0xf660 446 - #define TX4927_IRC_IRPND 0xf680 447 - #define TX4927_IRC_IRCS 0xf6a0 448 - #define TX4927_IRC_LIMIT 0xf6ff 449 - 450 - 451 424 /* TX4927 AC-link controller (32-bit registers) */ 452 425 #define TX4927_ACLC_BASE 0xf700 453 426 #define TX4927_ACLC_ACCTLEN 0xf700 ··· 468 493 #define TX4927_WR( reg, val ) TX4927_WR32( reg, val ) 469 494 470 495 496 + #define TX4927_IRQ_CP0_BEG MIPS_CPU_IRQ_BASE 497 + #define TX4927_IRQ_CP0_END (MIPS_CPU_IRQ_BASE + 8 - 1) 471 498 472 - 473 - 474 - #define MI8259_IRQ_ISA_RAW_BEG 0 /* optional backplane i8259 */ 475 - #define MI8259_IRQ_ISA_RAW_END 15 476 - #define TX4927_IRQ_CP0_RAW_BEG 0 /* tx4927 cpu built-in cp0 */ 477 - #define TX4927_IRQ_CP0_RAW_END 7 478 - #define TX4927_IRQ_PIC_RAW_BEG 0 /* tx4927 cpu build-in pic */ 479 - #define TX4927_IRQ_PIC_RAW_END 31 480 - 481 - 482 - #define MI8259_IRQ_ISA_BEG MI8259_IRQ_ISA_RAW_BEG /* 0 */ 483 - #define MI8259_IRQ_ISA_END MI8259_IRQ_ISA_RAW_END /* 15 */ 484 - 485 - #define TX4927_IRQ_CP0_BEG ((MI8259_IRQ_ISA_END+1)+TX4927_IRQ_CP0_RAW_BEG) /* 16 */ 486 - #define TX4927_IRQ_CP0_END ((MI8259_IRQ_ISA_END+1)+TX4927_IRQ_CP0_RAW_END) /* 23 */ 487 - 488 - #define TX4927_IRQ_PIC_BEG ((TX4927_IRQ_CP0_END+1)+TX4927_IRQ_PIC_RAW_BEG) /* 24 */ 489 - #define TX4927_IRQ_PIC_END ((TX4927_IRQ_CP0_END+1)+TX4927_IRQ_PIC_RAW_END) /* 55 */ 499 + #define TX4927_IRQ_PIC_BEG TXX9_IRQ_BASE 500 + #define TX4927_IRQ_PIC_END (TXX9_IRQ_BASE + TXx9_MAX_IR - 1) 490 501 491 502 492 503 #define TX4927_IRQ_USER0 (TX4927_IRQ_CP0_BEG+0)
+1 -22
include/asm-mips/tx4927/tx4927_pci.h
··· 48 48 #define TX4927_PCI_CLK_ACK 0x04 49 49 #define TX4927_PCI_CLK_ACE 0x02 50 50 #define TX4927_PCI_CLK_ENDIAN 0x01 51 - #define TX4927_NR_IRQ_LOCAL (8+16) 51 + #define TX4927_NR_IRQ_LOCAL TX4927_IRQ_PIC_BEG 52 52 #define TX4927_NR_IRQ_IRC 32 /* On-Chip IRC */ 53 53 54 54 #define TX4927_IR_PCIC 16 ··· 97 97 volatile unsigned long long unused1; 98 98 volatile unsigned long long unused2; 99 99 volatile unsigned long long ramp; 100 - }; 101 - 102 - struct tx4927_irc_reg { 103 - volatile unsigned long cer; 104 - volatile unsigned long cr[2]; 105 - volatile unsigned long unused0; 106 - volatile unsigned long ilr[8]; 107 - volatile unsigned long unused1[4]; 108 - volatile unsigned long imr; 109 - volatile unsigned long unused2[7]; 110 - volatile unsigned long scr; 111 - volatile unsigned long unused3[7]; 112 - volatile unsigned long ssr; 113 - volatile unsigned long unused4[7]; 114 - volatile unsigned long csr; 115 100 }; 116 101 117 102 struct tx4927_pcic_reg { ··· 166 181 }; 167 182 168 183 #endif /* _LANGUAGE_ASSEMBLY */ 169 - 170 - /* IRCSR : Int. Current Status */ 171 - #define TX4927_IRCSR_IF 0x00010000 172 - #define TX4927_IRCSR_ILV_MASK 0x00000700 173 - #define TX4927_IRCSR_IVL_MASK 0x0000001f 174 184 175 185 /* 176 186 * PCIC ··· 258 278 #define tx4927_pcicptr ((struct tx4927_pcic_reg *)TX4927_PCIC_REG) 259 279 #define tx4927_ccfgptr ((struct tx4927_ccfg_reg *)TX4927_CCFG_REG) 260 280 #define tx4927_ebuscptr ((struct tx4927_ebusc_reg *)TX4927_EBUSC_REG) 261 - #define tx4927_ircptr ((struct tx4927_irc_reg *)TX4927_IRC_REG) 262 281 263 282 #endif /* _LANGUAGE_ASSEMBLY */ 264 283
+5 -20
include/asm-mips/tx4938/rbtx4938.h
··· 14 14 15 15 #include <asm/addrspace.h> 16 16 #include <asm/tx4938/tx4938.h> 17 + #include <asm/txx9irq.h> 17 18 18 19 /* CS */ 19 20 #define RBTX4938_CE0 0x1c000000 /* 64M */ ··· 124 123 #define RBTX4938_NR_IRQ_IRC 32 /* On-Chip IRC */ 125 124 #define RBTX4938_NR_IRQ_IOC 8 126 125 127 - #define MI8259_IRQ_ISA_RAW_BEG 0 /* optional backplane i8259 */ 128 - #define MI8259_IRQ_ISA_RAW_END 15 129 - #define TX4938_IRQ_CP0_RAW_BEG 0 /* tx4938 cpu built-in cp0 */ 130 - #define TX4938_IRQ_CP0_RAW_END 7 131 - #define TX4938_IRQ_PIC_RAW_BEG 0 /* tx4938 cpu build-in pic */ 132 - #define TX4938_IRQ_PIC_RAW_END 31 126 + #define TX4938_IRQ_CP0_BEG MIPS_CPU_IRQ_BASE 127 + #define TX4938_IRQ_CP0_END (MIPS_CPU_IRQ_BASE + 8 - 1) 133 128 134 - #define MI8259_IRQ_ISA_BEG MI8259_IRQ_ISA_RAW_BEG /* 0 */ 135 - #define MI8259_IRQ_ISA_END MI8259_IRQ_ISA_RAW_END /* 15 */ 136 - 137 - #define TX4938_IRQ_CP0_BEG ((MI8259_IRQ_ISA_END+1)+TX4938_IRQ_CP0_RAW_BEG) /* 16 */ 138 - #define TX4938_IRQ_CP0_END ((MI8259_IRQ_ISA_END+1)+TX4938_IRQ_CP0_RAW_END) /* 23 */ 139 - 140 - #define TX4938_IRQ_PIC_BEG ((TX4938_IRQ_CP0_END+1)+TX4938_IRQ_PIC_RAW_BEG) /* 24 */ 141 - #define TX4938_IRQ_PIC_END ((TX4938_IRQ_CP0_END+1)+TX4938_IRQ_PIC_RAW_END) /* 55 */ 129 + #define TX4938_IRQ_PIC_BEG TXX9_IRQ_BASE 130 + #define TX4938_IRQ_PIC_END (TXX9_IRQ_BASE + TXx9_MAX_IR - 1) 142 131 #define TX4938_IRQ_NEST_EXT_ON_PIC (TX4938_IRQ_PIC_BEG+2) 143 132 #define TX4938_IRQ_NEST_PIC_ON_CP0 (TX4938_IRQ_CP0_BEG+2) 144 133 #define TX4938_IRQ_USER0 (TX4938_IRQ_CP0_BEG+0) ··· 182 191 183 192 #define RBTX4938_RTL_8019_BASE (RBTX4938_ETHER_ADDR - mips_io_port_base) 184 193 #define RBTX4938_RTL_8019_IRQ (RBTX4938_IRQ_ETHER) 185 - 186 - /* IRCR : Int. Control */ 187 - #define TX4938_IRCR_LOW 0x00000000 188 - #define TX4938_IRCR_HIGH 0x00000001 189 - #define TX4938_IRCR_DOWN 0x00000002 190 - #define TX4938_IRCR_UP 0x00000003 191 194 192 195 #endif /* __ASM_TX_BOARDS_RBTX4938_H */
-41
include/asm-mips/tx4938/tx4938.h
··· 272 272 volatile unsigned long maskcpu; 273 273 volatile unsigned long maskext; 274 274 }; 275 - struct tx4938_irc_reg { 276 - volatile unsigned long cer; 277 - volatile unsigned long cr[2]; 278 - volatile unsigned long unused0; 279 - volatile unsigned long ilr[8]; 280 - volatile unsigned long unused1[4]; 281 - volatile unsigned long imr; 282 - volatile unsigned long unused2[7]; 283 - volatile unsigned long scr; 284 - volatile unsigned long unused3[7]; 285 - volatile unsigned long ssr; 286 - volatile unsigned long unused4[7]; 287 - volatile unsigned long csr; 288 - }; 289 275 290 276 struct tx4938_ndfmc_reg { 291 277 endian_def_l2(unused0, dtr); ··· 632 646 #define TX4938_DMA_CSR_DESERR 0x00000002 633 647 #define TX4938_DMA_CSR_SORERR 0x00000001 634 648 635 - /* TX4938 Interrupt Controller (32-bit registers) */ 636 - #define TX4938_IRC_BASE 0xf510 637 - #define TX4938_IRC_IRFLAG0 0xf510 638 - #define TX4938_IRC_IRFLAG1 0xf514 639 - #define TX4938_IRC_IRPOL 0xf518 640 - #define TX4938_IRC_IRRCNT 0xf51c 641 - #define TX4938_IRC_IRMASKINT 0xf520 642 - #define TX4938_IRC_IRMASKEXT 0xf524 643 - #define TX4938_IRC_IRDEN 0xf600 644 - #define TX4938_IRC_IRDM0 0xf604 645 - #define TX4938_IRC_IRDM1 0xf608 646 - #define TX4938_IRC_IRLVL0 0xf610 647 - #define TX4938_IRC_IRLVL1 0xf614 648 - #define TX4938_IRC_IRLVL2 0xf618 649 - #define TX4938_IRC_IRLVL3 0xf61c 650 - #define TX4938_IRC_IRLVL4 0xf620 651 - #define TX4938_IRC_IRLVL5 0xf624 652 - #define TX4938_IRC_IRLVL6 0xf628 653 - #define TX4938_IRC_IRLVL7 0xf62c 654 - #define TX4938_IRC_IRMSK 0xf640 655 - #define TX4938_IRC_IREDC 0xf660 656 - #define TX4938_IRC_IRPND 0xf680 657 - #define TX4938_IRC_IRCS 0xf6a0 658 - #define TX4938_IRC_LIMIT 0xf6ff 659 - 660 - 661 649 #ifndef __ASSEMBLY__ 662 650 663 651 #define tx4938_sdramcptr ((struct tx4938_sdramc_reg *)TX4938_SDRAMC_REG) 664 652 #define tx4938_ebuscptr ((struct tx4938_ebusc_reg *)TX4938_EBUSC_REG) 665 653 #define tx4938_dmaptr(ch) ((struct tx4938_dma_reg *)TX4938_DMA_REG(ch)) 666 654 #define tx4938_ndfmcptr ((struct tx4938_ndfmc_reg *)TX4938_NDFMC_REG) 667 - #define tx4938_ircptr ((struct tx4938_irc_reg *)TX4938_IRC_REG) 668 655 #define tx4938_pcicptr ((struct tx4938_pcic_reg *)TX4938_PCIC_REG) 669 656 #define tx4938_pcic1ptr ((struct tx4938_pcic_reg *)TX4938_PCIC1_REG) 670 657 #define tx4938_ccfgptr ((struct tx4938_ccfg_reg *)TX4938_CCFG_REG)
+30
include/asm-mips/txx9irq.h
··· 1 + /* 2 + * include/asm-mips/txx9irq.h 3 + * TX39/TX49 interrupt controller definitions. 4 + * 5 + * This file is subject to the terms and conditions of the GNU General Public 6 + * License. See the file "COPYING" in the main directory of this archive 7 + * for more details. 8 + */ 9 + #ifndef __ASM_TXX9IRQ_H 10 + #define __ASM_TXX9IRQ_H 11 + 12 + #include <irq.h> 13 + 14 + #ifdef CONFIG_IRQ_CPU 15 + #define TXX9_IRQ_BASE (MIPS_CPU_IRQ_BASE + 8) 16 + #else 17 + #define TXX9_IRQ_BASE 0 18 + #endif 19 + 20 + #ifdef CONFIG_CPU_TX39XX 21 + #define TXx9_MAX_IR 16 22 + #else 23 + #define TXx9_MAX_IR 32 24 + #endif 25 + 26 + void txx9_irq_init(unsigned long baseaddr); 27 + int txx9_irq(void); 28 + int txx9_irq_set_pri(int irc_irq, int new_pri); 29 + 30 + #endif /* __ASM_TXX9IRQ_H */